ࡱ                >  	              
            &    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 { | } ~                                 	@	               w  bjbj                  	 I    Z                                                                                                     O          ,V      X    X    X`w  \ rP ,V      ͏p  <ü  I  b    b    b    cZ  'f   gt   p   r    r    r    r    r    r    =R  p   r                         ܔ                    c    c    ܔ    ܔ    r                        b            b                  ܔ        b          b    p                                                                ܔ    p                2	                                                                              b    0ü   ?h        X                 쪾 0   ͏    B      T*  \               ,V      ,V                                                            4  g  +sV      {  -                                  g    g    g    r    r    ,V  N     3 j         ~   ,V            3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.


GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0001Backup an empty drive to the PCConnect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241PCConnect Test HarnessActions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup drive to PC
Check no files for that drive are on the PC 
Expected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0002Restore an empty drive from the PCConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Restore an empty drive from the PC
Restore drive from PC to device, overwrite no
Check no files are on the drive being tested 
Expected Result:No files should remain on the drive being tested
Device
Archived

<DRIVE> (Empty drive)
<DRIVE> (Empty)







Connect/CIT/SecureBackupAndRestore/0003Backup drive to empty area on pc
Connect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\ TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC
Check files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) are in the PC archive and compare them with those on the device (compare size and date). They should be identical.

Expected Result:Files (TestDoc1.doc, TestDoc2.doc, TestDir1\TestDoc1.doc, TestDoc2.doc; TestDir2\TestDoc1.doc, TestDoc2.doc) should be in the PC archive and they should be the same as those on the device.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0004Restore files to an empty driveConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024Actions:Clean drive (if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Restore drive from PC to device, overwrite no
Check files are on device and compare with those in the PC archive. They should be the same (compare size and date)
Expected Result:Files on the device should be the same as those in the archive on the  PC
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Connect/CIT/SecureBackupAndRestore/0005Backup files no changesConnect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024Actions:Backup files to directory on pc that already contains a back up of the drive, where there have been no changes since the last backup.
Backup drive to PC directory
Check the files on the device are the same as those in the PC archive 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0006Restore files no changesConnect/Backup0001Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and all existing files are overwritten
Restore drive, specifying overwrite yes
Check the files on the device are the same as those on the device 
Check directories on the device are the same as those in the PC archive 
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2)

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0007Connect/Backup0001Connect/Backup0006
Connect/Backup0013
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that already contains a back up of the drive, where there have been no changes since the last backup and no existing files are overwritten. Restore operation continues to completion.
Restore drive, specifying overwrite no
 Check the files on the device are the same as those on the device 
 Check the directories on the device are the same as those on the device
(compare size and date and check number of directories and files are the same  i.e 2 files and 2 dirs in root, 2 files in TestDir1 and 2 files in TestFile2) 
Expected Result:The test files and directories should be the same on the device and in the archive

Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
    -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc

Expected Result:The test files and directories should be the same on the device and in the archiveConnect/CIT/SecureBackupAndRestore/0008Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, where there are new files on the device since the last backup, but non of the existing files have changed.
Create new file (TestDoc3.doc) on drive root dir and directory with file(TestDir3\TestDoc1.doc)
Check created file and directory do not exist in PC archive
Backup device drive
Check created file TestDoc3.doc and directory TestDir3\TestDoc1.doc now exist in backed up archive and that they are the same (same size and date)
Check existing files and directories (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3) on device and archived files are the same (same date and size)
Expected Result:TestDoc3.doc and TestDir3\TestDoc1.doc should exist in the archive and be the same as those on the device
TestDoc1.doc, TestDoc2.doc, TestDoc3.doc, TestDir1, TestDir2, TestDir3 should be the same in the archive and on the device 
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0009Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Restore files to device drive that has previously backed up files, has some files deleted and some new files added, but non of the existing files have changed. Existing files are all overwritten.
Delete previously created files and directories TestDoc3.doc and TestDir3\TestDoc1.doc
Create new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) on drive root dir
Check created file TestDoc3.doc and directory TestDir3 do not exist on the device 
Restore device drive, specifying overwrite yes all
Check created files TestDoc3.doc and TestDir3\TestDoc1.doc now exist on the device
Check TestDoc3.doc and TestDir3\TestDoc1.doc are the same in the PC archive and on the device (compare size and date)
Check created files TestDoc4.doc and TestDir4\TestDoc1.doc still exist on the device
 Check created files TestDoc4.doc and TestDir4\TestDoc1.doc dont exist in the PC archive 
Check unchanged files (TestDoc1.doc, TestDoc2.doc, TestDir1\ TestDoc1.doc, TestDir1\TestDoc2.doc, TestDir2\TestDoc1.doc, TestDir2\TestDoc2.doc) still exist on the device
Check unchanged files are the same as those in the PC archive (compare size and date)

Notes:
Existing StorageDirectoryDelete and StorageFileDelete commands
Existing StorageDirectoryCreateDir and StorageDirectoryCopyFileFromPC commands
New FileExists command
Existing DeviceRestoreFull_OverwriteYes command
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectories
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New FileExists and DirectoryExists commands
New BackupCompareFiles and BackupCompareDirectoriesExpected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc
<DRIVE>
     -- TestDoc1.doc
     -- TestDoc2.doc
     -- TestDoc3.doc
     -- TestDir1 
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir2
          -- TestDoc1.doc
          -- TestDoc2.doc
     -- TestDir3
          -- TestDoc1.doc
     -- TestDir4
          -- TestDoc1.doc

Connect/CIT/SecureBackupAndRestore/0010Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup0024
Connect/Backup0026Actions:Backup files to directory on pc that already contains a back up of the drive, but has new files created since the last backup and some of the existing files on the device have been changed.
Edit TestDoc1.doc and TestDir1/TestDoc1.doc (copy a different TestDoc1.doc(TestDoc1_new.doc) to the drives rootdir naming it TestDoc1.doc and a different TestDoc1.doc(TestDoc1_new.doc)to TestDir1 naming it TestDoc1.doc, specifying overwrite yes all)
Check archived TestDoc1.doc and the TestDoc1.doc on the device are not the same(compare size and date).
Check archived TestDir1/TestDoc1.doc and TestDir1/TestDoc1.doc on the device are not the same(compare size and date).
Backup drive
Check new file (TestDoc4.doc) and directory with file(TestDir4\ TestDoc1.doc) now exist on in the PC archive
Check TestDoc4.doc and TestDir4\TestDoc1.doc are the same on the device and in the PC archive (compare size and date).
Check TestDoc1.doc and TestDir1/ TestDoc1.doc are now the same in the PC archive and on the device (compare size and date).
Check existing files (TestDoc1.doc, TestDoc2.doc, TestDoc3.doc) and directories (TestDir1, TestDir2, TestDir3) on the device and in the PC archive are the same(compare size and date)
Notes:
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
Existing DeviceBackupStorage command
New FileExists command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles and New BackupCompareDirectories commands
Expected Result:Files and directories should be backed up and restored as expected.
Device
Archived

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

<DRIVE>
     -- TestFile1
     -- TestFile2
     -- TestFile3
     -- TestDir1 
          -- TestFile1
          -- TestFile2
          -- TestFile3
     -- TestDir2
          -- TestFile1
          -- TestFile2
     -- TestDir3
          --TestFile1
     -- TestDir4
          -- TestFile1

Connect/CIT/SecureBackupAndRestore/0011Connect/Backup0001
Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore files to device that already contains copies of the backed up files on the device and has some existing files that have altered since the last backup,  disallowing overwrite for unchanged files, overwriting some changed files and not overwriting some changed files.
Edit files TestDoc2.doc and TestDir2\TestDoc1.doc (copy a new TestDoc2.doc(TestDoc2_new.doc) to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to TestDir2, specifying overwrite yes all)
Edit files TestDoc4.doc and TestDir4\TestDoc1.doc (copy a new TestDoc4.doc (TestDoc4_new.doc)to the drives rootdir and a new TestDoc1.doc (TestDoc1_new.doc) to the drives TestDir4 specifying overwrite yes all)
Check TestDoc2.doc and TestDir2\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Check TestDoc4.doc and TestDir4\TestDoc1.doc are different to the those stored in the PC archive (by comparing size and date)
Restore drive from the PC specifying the following flags:
   If filename is <DRIVELETTER>\TestDoc2.doc or <DRIVELETTER>\TestDoc4.doc
   Overwrite Yes, Continue Yes
   If filename is <DRIVELETTER>\TestDir2\TestDoc1.doc or <DRIVELETTER>\TestDir4\TestDoc1.doc
   Overwrite No, Continue Yes
   For all other files Overwrite No, Continue Yes
  Note: Not sure how we are going to do this. Probably have to write some new commands and may be cache some flags data before doing the restore.
Check TestDoc1.doc and TestDir1/TestDoc1.doc in PC archive and on device are the same (compare size and date). This is just to check that the previous backup worked ok.
Check <DRIVELETTER>\TestDoc2.doc and <DRIVELETTER>\TestDoc4.doc are different on the device than in the PC archive (by comparing size and date. Note to make this test water tight really need to cache previous device side file details and check they are still the same after the restore)
Check <DRIVELETTER>\TestDir2\TestDoc1.doc and <DRIVELETTER>\TestDir4\TestDoc1.doc are the same on the device than in the archive (by comparing size and data. Note to make this test water tight really need to cache previous device side file details and check they are different after the restore)
Check all the other existing files are the same on the device and in the PC archive (compare size and date).

Notes:
Setting things up so that some files are overwritten and some files are not during a restore operation is not currently supported by the test harness. Some code will have to be written to store a map of filename to event flags and for the event handler to take appropriate action according to the information in the map. This will need some thinking about and may require changes to the current restore command.

Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
Existing StorageDirectoryCopyFileFromPC_OverwriteYesAll command
New BackupCompareFiles command
New BackupCompareFiles command
New SetRestoreEventFlags command and existing DeviceRestoreFull
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles command
New BackupCompareFiles commandExpected Result:Files and directories should be backed up and restored as expected.Connect/CIT/FullPassiveBackup/CleanNone1Actions:Clean drive:
Delete <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc

       <DriveLetter>\TestDoc1.doc
       <DriveLetter>\TestDoc2.doc
       <DriveLetter>\TestDoc3.doc
       <DriveLetter>\TestDoc4.doc
Delete Archive on PCExpected Result:Device drive should not have any test files on it.
PC Archive directory should be empty

Test Group: BnR_FullPassive_BasicSmallFiles (PCConnectTH)
These test cases check that backup and restore work with files less than 64k in size and empty files. Files under 64k are transferred to the device in a single packet, so this set of tests simply covers that aspect of functionality. All other tests will be performed using files over 64k, since this tests the backup and restore operations more completely. Empty files are a boundary condition and thus should tested at least once.
	
Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Repeat all cases listed in B, except replace the test files in the following way:
TestDoc1.doc and TestDoc2.doc use TestFileSmall1.doc and TestFileSmall2.doc where TestFileSmall1.doc and TestFileSmall2.doc are files with content, but less than 64k.

TestDoc1_new.doc and TestDoc2_new.doc use TestFileSmall1_new.doc and TestFileSmall2_new.doc where TestFileSmall1_new.doc and TestFileSmall2_new.doc are files with content, but less than 64k.

TestDoc3.doc and TestDoc4.doc use TestFileNull1.doc and TestFileNull2.doc where TestFileNull1.doc and TestFileNull2.doc are empty files. Still use TestDoc3_new.doc and TestDoc4_new.doc as before.

Test Group: BnR_FullPassive_ExplicitBase (PCConnectTH)
These test cases test that back up to an empty directory and restore to a clean drive works.

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0012Connect/Backup0001
Connect/Backup0005
Connect/Backup0022
Connect/Backup00241Actions:Backup a drive to different areas on the PC and restore them separately
Create directory TestDir1 on drive
Copy TestFile1 to drive root directory and to TestDir1
Backup drive to PC directory C:\Backups\Base1
Delete TestDir1 and TestFile1
Create directory TestDir2
Copy TestFile2 to drive root directory and to TestDir2
Backup drive to PC directory C:\Backups\Base2Expected Result:Connect/CIT/SecureBackupAndRestore/0013Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir2 and TestFile2
Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0014Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Delete TestDir1 and TestFile1
Restore drive from C:\Backups\Base2
Check that TestFile2 and TestDir2/TestFile2 are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:Connect/CIT/SecureBackupAndRestore/0015Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Restore drive from C:\Backups\Base1
Check that TestFile1 and TestDir1/TestFile1 are the same on the device and in the C:\Backups\Base1 archive (compare size and date)
Check that TestFile2 and TestDir2/TestFile2 exist and are the same on the device and in the C:\Backups\Base2 archive (compare size and date)Expected Result:
Test Group: BnR_FullPassive_Rename (PCConnectTH)
These test cases test that renaming a file, files, directory or directories does not affect the semantics of backup and restore operations.

TBD define test cases for rename tests

Test Group: BnR_FullPassive_Cancel (PCConnectTH)
These test cases test that backup and restore operations can be cancelled during progress.They include whether the back up & restore continues to function normally even after a cancel operation has been done in the middle of the Backup and Restore

Functional Requirements Covered by this test group:
Connect/Backup0001	Provide local backup and restore functionality
Connect/Backup0005	Provide backup of public data files
Connect/Backup0006	Provide restore of public data files
Connect/Backup0008	Handle foreseeable Backup/Restore errors robustly
Connect/Backup0011	Handle lost connection during Backup robustly
Connect/Backup0012	Handle lost connection during Restore robustly
Connect/Backup0013	Restore may add or overwrite but not delete files
Connect/Backup0022	Backup and restore of system and private data files
Connect/Backup0024	Passive backup and restore of system and private data files
Connect/Backup0026	Passive incremental backup and restore of system and private data


Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/0016Connect/Backup0001Connect/Backup0005
Connect/Backup0008
Connect/Backup0022
Connect/Backup00241PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Backup Drive to PC Directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the Archive
CleanDrive
DeviceBackupStorage_Cancel_Progress command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC sideExpected Result:No files for that drive should be on the PC.
Device
Archive

<DRIVE> (Empty drive)
<DRIVE> (Empty)

Connect/CIT/SecureBackupAndRestore/0017Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261
PCConnect TestHarnessActions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create a File TestDoc1.doc
Backup Drive to PC Directory C:\PCConnectTH\Room
Delete the file TestDoc1.doc
Restore from the PC side
Cancel the Restore
Compare the files on the device side C: And the Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage command
StorageFileDelete
DeviceRestore_Cancel_Progress command
StorageBackupRestoreFileExists
Expected Result:No files started from Test should be on the device.
Device
Archive

<DRIVE> (No files starting with Test available)
<DRIVE> (TestDoc1.doc)

Connect/CIT/SecureBackupAndRestore/0018Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create  Files TestDoc1.doc,TestDoc2.doc
Back Up the drive to the PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
   

Expected Result:No files for that drive should be on the PC.Connect/CIT/SecureBackupAndRestore/0019Connect/Backup0006
Connect/Backup0022
Connect/Backup0024
Connect/Backup00261Actions:Clean the Device(if this drive is not c or z format the drive, otherwise simply delete the test files from it)
Create directories TestDir1 and TestDir2 on the device drive
Copy new test files (TestDoc1.doc, TestDoc2.doc) and directories (TestDir1\ TestDoc1.doc, TestDoc2.doc; TestDir2\
   TestDoc1.doc, TestDoc2.doc) on the device drive
Backup drive to PC directory C:\PCConnectTH\Room
Cancel the Backup
Compare the files on the Device side C: and the PC Archive
CleanDrive
StorageDirectoryCopyFileFromPC
DeviceBackupStorage_Cancel Progess command
StorageBackupRestoreCompareFiles or DirectoryEmpty on the PC side
Expected Result:No files for that drive should be on the PC.

TBD define test cases for cancel tests

Test Group: BnR_FullPassive_ ContinueOnError (PCConnectTH)
These test cases test that error conditions are handled robustly. That where appropriate the backup or restore operation can continue and where appropriate continuing is disallowed. 
TBD define test cases for continue on error tests

Test Group: BnR_FullPassive_OutOfDiskSpace (PCConnectTH)
These test cases test attempts to back up and restore onto disks/drives that do not have enough disk space.
TBD define test cases for out of disk space on error tests

Test Group: BnR_All_ChangeOSversion (PCConnectTH)
These test cases check the behaviour of restoring data backed up by a different OS version to the version being restored to.
TBD define test cases for changing os version tests. Need to find out what the behaviour is supposed to be

TBD other pc side test case groups to be defined for partial and active permutations

Test Group: BnR_FullPassive_FileExclusion (RCTestServer)
These test cases that the file exclusion list can be used to control the files that are backed up.
TBD define test cases for file exclusion tests

Test Group: BnR_FullPassive_Locked Files (RCTestServer)
These test cases test that backup and restore operations handle the presence of locked public and private files robustly. For public files this means ignoring the locked files, but continuing with the operation, for private files this means ensuring all private data is unlocked before the operation (going into backup or restore mode should cause all apps to unlock files) and that if the files, for some reason, are not unlocked the operation is aborted robustly.
TBD define test cases for locked files tests

Test Group: BnR_FullPassive_RegistrationFiles (RCTestServer)
These test cases test test that back up and restore using different registration files are handled correctly and that invalid or corrupt registration files are handled robustly.
TBD define test cases for RegistrationFiles related tests

Test Group: BnR_FullPassive_Corrupt (RCTestServer)
These test cases test attempts to backup and restore using corrupt, invalid data are handled robustly. They will use the RCTestServer as a test process to test the functionality. 

Some examples of the testing that needs to be done :
- Non existent files
- corrupted backed up files
- invalid drive
- disallowed files
TBD define test cases for Corrupt tests

Test Group: Standard: BnR_FullPassive_ServerBroker (Backup Test Tool)
These tests will use the Backup and restore test server to do basic testing for the ServiceBroker data owner. The ServiceBroker uses passive backup and restore and therefore defines a registration file which specifies the private data to backup. The only private data to be backed up by the ServiceBroker is the import directory.
TBD define test groups for ServiceBroker tests
Automated Test Cases For Full, Active Backup And Restore
These test groups will specify the additional test cases to test full, active backup.
Automated Test Cases For Partial, Passive Backup And Restore
These test groups will specify the additional test cases to test partial, passive backup
Automated Test Cases For Partial, Active Backup And Restore
These test groups will specify the additional test cases to test partial, active backup
Automated Test Cases For Explicitly Testing Incremental Backup
Automated Backup And Restore Engine Capability Testing
TBD specify xls files to test secure backup engine capabilities using the capability testing tool

Test Cases
Related REQTest Case NameDescriptionSet up/EnvironmentRef





Further Information
People
RolePerson / PeopleContributor(s)Reviewer(s)
References
No.Document ReferenceVersionDescription[R1]SGL.GT0203.106.Rev_0.25.Secure_Backup_Architecture.doc0.25Describes the architecture and mechanisms for performing secure back  up and restore.[R2]PC_Connectivity_Functional_Specification.doc1.13Specifies the functional requirements for connectivity functionality[R3]SGL.GT0203.121_Guide_To_Testing_Backup_and_Restore.doc0.1Overview of suggested secure backup and restore testing by data owning processes.[R4]SGL.GT0203.111_Rev0.3_Connect_Test Plan.doc0.3PC Connectivity Test Plan[R5]SGL.CDV0000.402_Rev_1.08_Connect_Test_Specification.doc1.08Connect Integration Test Specification[R6]PC_Connectivity_Architectural_Description.doc1.05PC connectivity architecture document
Glossary 
The following technical terms and abbreviations are used within this document.
TermDefinition BTBluetoothIRInfrared
Document History
DateVersionStatusAuthorDescriptiondd-mm-yyyy1.0Issued<Name>
Document Review Date
This document should be reviewed whenever it undergoes changes until the component integration tests for the Secure Backup and Restore Connectivity component have been completed.

GT0203 Secure Test Cases

Security Classification:Symbian InternalDocument Reference:]Status:DraftVersion:0.1Last Revised Date:20 Sep. 04 Team/Department :Connect/Test Engineering Author(s):Larry CottonOwner(s):Larry Cotton
Approver(s):Distribution:
Introduction
Purpose and Scope
This document summarises the test areas relevant to the Yankie and Mike projects, gives an overview of the test environments to be used and specifies the test cases for each functional area to test.

The test cases initially defined here are the base test cases required to test the new functionality. They will be updated as and when more tests are conceived as a result of a fuller understanding of the security features being implemented.

This document does not specify the os versions, hardware and OS software versions on which the test cases will be run. This information is given in the PC Connectivity Test Plan  REF R4 \h  \* MERGEFORMAT [R4].

This document does not specify which regression test cases will be run for each Yankioe and Mike milestone, nor which pc operating systems the test cases will be run on. This information is given in the Connect Integration Test Specification  REF R5 \h  \* MERGEFORMAT [R5].
Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.
Backup & Restore Operation Overview
Each service or process that creates and manipulates data is referred to as a data owner. A data owner can have public data  not protected and available to all, private data  contained in a special private directory and available only to the data owner itself, and executable data  contained in a special sys directory and also and available only to the data owner itself. The backup and restore operation backs up all public data automatically. Processes that contain only public data need register only so that they can be informed when to release file locks.

Processes that contain private data and/or executables need to register for backup and provide information about how they want the private data backup to be performed and what data to back up. This information is defined in a registration file created at build time and stored in the root of the private directory of the data owner in question (i.e private\<SID>). The name of the registration file must start with backupregistration and there must always be a registration file called backupregistration.xml as the primary registration file. The actual information provided depends on whether the process is registering for partial or active backup (see below).
Backup Types
The backup operation has three distinct, non-related, forms. Each data owner that has private data it requires to be backed up and restored creates a backup registration file. This file contains information used by the back up server to determine what type of backup to do and what data to back up.

Full or Partial.
Each data owning process has its own data stored in specific directories on the device. For  a particular drive clients can either choose to backup all data (i.e the data for all data owners)  which is referred to as a Full backup, or select a backup only for specific data owners  which is referred to as a Partial backup.

Internally each data owner is identified to a unique id called a SID (secure id). This is used to identify the data owner to the device. At the PC level users simply see the data owner names.

Executables and binaries are wrapped up in packages which are stored as SIS files. These files may contain a number of inter-dependent files, each with their own SID. Thus in these cases the backup unit can consist of multiple SIDs and if any of them are either not present or invalid the backup will fail.

Active or Passive
This relates to the data owner of the data being backed up. Active backup is where the process itself takes control of the backup of its own data. It must be running for to do the backup, so if it is not running at the time of a backup request it will be started by the backup server. Passive backup is where the backup server does the backup for the owner.

A component registers for active or passive backup in the registration file. If the process intends to take part in active backup and restore of private data then the registration file will contain enough information to start the process and a text string to identify the process to the user in case of error. If the process intends to take part in a passive backup and restore of private data and / or executables then this registration file will contain information identifying the private files or directories that should be backed up and a text string to identify the process to the user in the case of error.

Base or Incremental.
When doing a backup (whether it be partial or full) a client can choose to :
perform a backup of every single data file for each of the data owners requested regardless of any changes since the last backup  referred to as a Base backup
or
backup only the data files that have changed since the last backup  referred to as an Incremental backup.

As far as the pc-side is concerned incremental backup is done automatically  i.e when a back up is done to a clean backup directory on the PC a Base backup is performed. Thereafter all backups to that directory are incremental.
Backup Test Strategy
Given the different types of backup and restore there are 8 permutations of conditions that can be tested under:

Full / PartialPassive /  ActiveBase / IncrementalFullPassiveBaseFullPassiveIncrementalFullActiveBaseFullActiveIncrementalPartialPassiveBasePartialPassiveIncrementalPartialActiveBasePartialActiveIncremental

Each test group in the secure backup and restore tests will have a name that indicates what permutations of the above backup and restore types are being tested.

At the PC level the incremental backup is always performed after the first Base backup has completed. Thus the Incremental / Base test combination will be included as part of most of the test scripts.  Each combination of Full/Partial, Active/Passive will form a sub-set of backup functionality and will consist of its own set of test groups.

Each test group will have a name, the start of which will indicate which of these combinations of conditions is being tested. For example all test groups testing the Full, Passive combinations will have names starting with FullPartial_. There will be a few cases where separate tests are also done for Base/Incermental, in which case this type will also be included in the name (FullPartialIncremental_).

The test cases will be written and developed in phases that match the development phases. Section  REF _Ref82943782 \r \h  \* MERGEFORMAT 6.4 summarises the phases of test development.

The following sections define the test groups and describe the test cases in each group.
Test Phases
Most of the tests to be written will sit on top of SCOM and test generic backup and restore functionality from the PC side.

The Connectivity sub-system has only one data owner, ServiceBroker. The standard test tool for secure backup will be used to write the device level test cases for the ServiceBroker.

Because the timescales are so tight and the system as a whole is depending the secure backup server the test cases are to be written in three phases.

Basic Test Cases for Full, Passive, Base and Full, Passive, Incremental scenarios
These tests cases will simply test the end to end back up and restore functionality for Full, Passive, Base under favourable conditions. That is back up and restore of all data owners for a particular drive with no interruptions. For this phase the backup and restore interfaces for SCOM will not differ from the existing ones and thus the backup and restore commands can be reused as is. There will be no need to use the new data owner interfaces.

This phase will also include basic ServiceBroker specific test cases written using the standard test tool. These will simply involve backup and restore to a clean device, device and and testing the application runs as expected after the operations have completed.

Basic Test Cases for  Full, Active, Base and Full, Active, Incremental scenarios
These test cases will test end to end back up and restore functionality for Full, Active, Base and Full, Active, Incremental under favourable conditions. The tests will use the TCTestServer as a test active backup data owner and thus will test only the generic functioning of active backup and restore. They will not test the active backup and restore functionality of individual applications.

Test cases for Partial, Active and Partial, Passive (both base and incremental) scenarios and test cases under unfavourable or exceptional circumstances.
This phase involves the largest area of testing as well as the most complicated scenarios. It includes all cases of partial backup which involve requesting a list and selecting specific data owners to back up or restore. It also involves testing boundary conditions and tests in unfavourable circumstances, such as loosing connection, corrupt backup files, invalid registration files etc.
Test Data
As with all PC connect tests the backup and restore test cases will assume test files are located in C:\PCConnectTH\TestData. The Test files are stored in perforce and copied to C:\PCConnectTH\TestData by the pc set up script which must be run prior to running any test scripts (runPCConnectTests.pl does this automatically).

The secure backup and restore tests will use the test files listed below. Since the tests mimic editing of files by overwriting existing files with files with different content the files named *_new.doc will have different content from the respective files named without the _new postfix.
TestDoc1.doc
TestDoc2.doc
TestDoc3.doc
TestDoc4.doc
TestFileNull.doc
TestDoc1_new.doc
TestDoc2_new.doc
TestDoc3_new.doc
TestDoc4_new.doc

TestFileSmall1.doc
TestFileSmall2.doc
TestFileSmall1_new.doc
TestFileSmall2_new.doc

Test Tools
The backup and restore functionality cannot be fully tested without the inclusion of some manual tests. These will generally involve testing under exceptional circumstances such as a loss of connection. All these tests will be perfomed using the test build connected to the designated hardware platform.

The implementation of the automated test cases will use three test components  the basic PCConnectTH, the RCTestServer and the Backup And Secure test tool.

The PCConnectTH will be used to test the basic backup and restore functionality and check the backup and restore of public data.

The RCTestServer will be used as a test backup data owner which allows access to otherwise inaccessible data, so private data backup and restore can be tested. The test cases themselves will be written as part of the PCConnect test harness, which will use the test server client to perform the required tests. The implementation of the test cases will therefore have two sides to it. a)The RCTestServer and associated client implementation  to provide commands to lock files, change registration files, look at private data files, make the test server an active backup server etc. and b)the pc connect test harness implementation which uses the RCTestServer client interface to test the backup and restore functionality.

The Secure Backup Test Tool is an externally written tool that is used to test backup and restore of individual applications. The connectivity testing will use this to test the ServiceBroker backup and restore.
Test Directories
The secure backup test case scripts will be put in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\secure

The RCTestServer client interface will be available through a library which can be built from:
<PCCONNECTROOT>\PC\PCTest\PcConnectTestClient
and  the built library will be installed in:
<PCCONNECTROOT>\PC\output_binaries\udeb or urel

for the time being the current backup and restore tests will remain in :
<PCCONNECTROOT>\PC\source\SCOM\test\PCConnectTH\Scripts\BackupAndRestore\common
and will still form part of the secure testing. These test cases may have to be separated out at a later date.

Test Groups And Test Case Descriptions
This section defines the test groups to be covered for backup and restore tests and specifies the test cases in each group. Each test group is headed with the name of the test group in bold and has the tool to use to develop the test cases in brackets after the heading. 
Manual Tests
Test Group: BnR_FullPassiveBase_CleanDevice
Due to the fact that wiping out the device is not possible automatically (because several data owners need to be running just to maintain a connection) and that it is a severe test this test will be a manual test to check that back up to a clean device works.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0001Backup whole device and restore to a clean device2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on each drive
Note the public, private, sys and resource data on each drive
Backup the all the drives on the device
Disconnect
Format all the drives on the device to wipe out all data
Reconnect
Restore all the drives on the device
Check that the data is consistent with the data on the device before the format operation
Expected Result:Restored data should be consistent with Backed up data

Test Group: BnR_FullPassiveBase_PullThePlug

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0002Disconnect during a backup operation
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0003Disconnect during a restore operation

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files one of the drives
Note the public, private, sys and resource data on each drive ?
Start a back up of the chosen drive
While the backup is in progress disconnect the device by unplugging the connecting cable (or the equivalent for wireless connections)
 [see Paul N about expected behaviour for this  can you continue on reconnect ? Behaviour on reconnect]
To Be Completed
Expected Result:To Be Defined

Test Group: BnR_FullPassiveBase_RemoveDrive
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0004Interrupt back up to a removable drive

2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Note the public, private, sys and resource data on the drive ?
Insert removable media to drive
Start backup of the chosen drive to the removable media
While the backup is in operation remove the removable media
Expected Result:To Be Defined
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ManualSecureBackupAndRestore/0005Interrupt restore from a  removable drive
2Actions:Make sure mRouter and Symbian Connect QI are running on the PC
Boot device
Connect to the device using any bearer
Create some public files on one of the drives
Insert removable media to drive
Backup the chosen drive to the removable media
Delete files on chosen drive
Start restore of the chosen drive from removable media
While restore is in operation remove the removable media from the deviceExpected Result:To Be Defined
Automated Test Cases For Full, Passive Backup And Restore
Test Group: BnR_PreTestSetUp
Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SecureBackupAndRestore/Setup0PCConnect Test HarnessActions:Before running the automated tests the device should be cleaned up, so the tests are all run from a common context. Im hoping to write a standard pre-test run command that cleans up all test data on the device and also gets the information from the device.

Setup the device
Make sure each drive on the device is empty except the C drive
Clean any test directories and files from the C drive
[This pre-test set up will also do other stuff like command will also get and store various information about the device in a test config file, kill any unwanted processes etc]Expected Result:All set up steps should be completed successfully


Test Group: BnR_FullPassive_Basic (PCConnectTH)
These test cases that check that backup and restore work for full, partial backup under normal circumstances. They include basic checks for both base and incremental cases, though there is a separate set of tests explicitly to test the Base circumstances. They also test the overwrite facility for restore. The tests should be run one after the other and each test case is dependant in the previous tests having been run and passed.


Overview
Secure Testing For Connectivity
The main testing effort required for connect tests in the Yankie and Mike products are :
Capabilitiesfor transport(BAL, mRouter), remote file management, backup and restoreData Cagingfor transport(BAL, mRouter), remote file management, backup and restoreBackup and Restorenew secure backup and restore serverSoftware Installnew software install interface, with the UI moved to the device
Capabilities
There are two types of capabilities being implemented :
Capability loading. This specifies restrictions on processes and dlls and ensures that a dll cannot be loaded by a process with greater capabilities. 
Capability policing. This specifies capability restriction on the APIs of components. It ensures that specific method calls can can only be called by clients with the correct permissions.

Capability loading is a system wide functionality and will be tested by system wide tests. No specific Connect tests will be done for Capability loading, though some tests will rely on it for testing data caging and capability policing.

Capability policing depends on the specific APIs presented to components and specific tests will be performed for all the relevant Connect components. The generic capability testing tool will be used to generate the tests for policing the APIs.

Data Caging
A common directory structure for each component defines the data caging restrictions imposed on the component files by the system.
Each component maintains a directory structure that consists of the following directories:
private		files in the private directory are completely inaccessible to clients. Enforced by system capabilities.
resource	files in the resource directory read only to clients. Enforced by system system capabilities
sys		files in the sys directory are completely inaccessible to clients. Enforced by system capabilities.
All other files are considered to be in the public data area and are completely accessible to clients.

In addition to the default system data caging restrictions components can define specially formatted lists that allow fine tuning of file access at a component granularity. These lists can :
specify files in the public areas to be read only or inaccessible by using exclusion lists
specify files in the private area to be accessible by certain clients by using inclusion lists.

The PC connectivity sub-system has one data-owning component:
SCRemoteFileManagment service

Backup and Restore
Yankie brings in a new, separate, secure backup and restore server whose functionality is being moved out of the remote file management services. The bulk of the testing work will be related to testing the new backup and restore functionality. This will include negative tests for the removal of backup and restore functionality from remote file management.

Software Install
The software install environment is to be moved to the device, so a new set of test cases will be need to be written to test the new apis. Since the UI is to be moved to the device the new software install test cases will probably be written using the standard TestExecute environment.
Test Case Specification Structure
The connectivity sub-system consists of the following components that need testing in a secure context :
Transport media  BAL and mRouter
File Management Services
Backup And Restore Services
Software Install Services

The test cases for each of these components will be defined under a separate heading. Within each component the tests will be divided into test groups, each of which will specify a set of test cases that test a specific feature under a set of specified conditions.

Each such test group will be implemented in a separate test script file that can be run independently from other test groups (in other test script files). The test cases within a test group will be dependent on the preceding test case having passed i.e each test case will have a precondition that the previous test case has been run and passed, thus the test cases within a test group cannot be run independently.

Each test group will have a name that indicates the test feature and conditions being tested.

The test cases within a test group are specified in a table of the format:
Related REQTest Case NameDescriptionList of Functiontional requirements which the test case tests or partially testsName of the test caseA high level description of the test case actionsTest Environment
The connectivity testing environment consists of the following hardware:
A PC
a hardware platform which will be either a lubbock or H2 board
a connection between the PC that may be one of bluetooth, Infrared, usb cable or serial cable

and the following software:
The PC-side connectivity suite which consists of the PC-side mRouter, BAL, SCOM and QI Ref UI components.
Symbian OS including mRouter and the connectivity sub-system
RCTestServer  a device side socket server used for testing backup and restore operations
PC-side test suite which consists of the PCConnect Test harness that runs the test scripts, text based test scripts, perl scripts to keick off the test runs and the PC client for the RCTestServer.

An overview of the connectivity components is documented in  REF R6 \h [R6].
An Overview of the PCConnect Test Harness is documented in  REF R1 \h [R1].

TBD: Diagram and description of the test environments and various bearers.

Most of tests will be implemented as automated test scripts that can be run using the PConnect harness. The PCConnect test harness environment is described in [1].

Some of the backup and restore tests will use a special test server to check some of the private data operations, test active backp and test different registration files. This server is a standard socket server service that will run on the device. Tests that use it are run from the PC and use the PC-side BAL component to communicate with it.

The capability policing testing will be effected using the standard capability testing tool. This tool takes an exel spread sheet defining the capabilities of the API as input and generated the required test cases automatically. The capability test harness makes the appropriate API calls and returns the results. The capability test environment is described in [?]

Some of the tests cannot be automated and must be performed manually. In these cases they will be peformed separately using the Reference UI to perform the required test operations.

Each test case will list the functional requirements which the test case covers or partially covers by number. The functional requirement descriptions can be found in   REF R2 \h  \* MERGEFORMAT [R2].

Transport (BAL & mRouter)
Overview & Notes
Though the connect transport components consist of BAL server and mRouter, the test cases for Yankie test only the  BAL component directly. The reasoning for this is two-fold:
BAL sits above mRouter as a layer in the transport hierarchy and therefore for BAL tests to pass mRouter must also be functioning properly. Testing the BAL API effectively tests mRouter
To test the mRouter API directly a complete set of device side test stubs that mimic BAL responses would have to be written. The effort required to implement this a) far outweigh the benefits to be obtained from such testing and b) would put completely unreasonable timescales on the completion of the Yankie and Mike projects

For these reasons the mRouter capability tests will simply involve re-running the BAL test cases with new version of mRouter.

Connect/Transport0019, Connect/Transport0020, Connect/Transport0021 and Connect/Transport0022 relate to capability API testing of the connect transport components. The capability tests will use the capability tool, which should be able to generate all the permutations of capability tests from the API capability definitions. These are listed in the table below:
KeyMS = Network ServicesLS = Local Services
API nameOrdinal ValueCapabilitiesBALSetConnectConfigurationL0NS\LSGetConnectConfigurationL1NoneConnectToHost2NS\LSDisconnectFromHost3NS\LSGetConnectionStatusL4NoneWaitForStatusChangeL5NoneCancelWaitForStatusChange6NoneStartListenerL7NS\LSStopListenerL8NS\LSGetListenerStatusL9NoneOthers10 +Capabilities not supported


In the event that capability testing tool is not ready within the specified timescales the back up plan is to use our internal auto-connect software to call the BAL API with the relevant capability permutations. This will involve defining several mmp files defining the different capabilities. Note that the transport capability tests test only that capabilities for method calls are policed correctly, testing the call actually do the right thing is covered by previous tests.

Basic Tests
The BAL transport capabilities testing will follow a general scenario :
Call GetConnectionStatusL
Check method call result with respect to capability
Call WaitForStatusChangeL
Check method call result with respect to capability
Call ConnectToHost
Check method call result with respect to capability
Call StartListenerL
Check method call result with respect to capability
Call GetListenerStatusL
Check method call result with respect to capability
Call StopListenerL
Check method call result with respect to capability
Call SetConnectConfigurationL
Check method call result with respect to capability
Call GetConnectConfigurationL
Check method call result with respect to capability
Call WaitForStatusChangeL
Call Disconnect
Check method call result with respect to capability
Call CancelWaitForStatusChange
Check method call result with respect to capability


Test Group: TransportCapability :
Test cases to test transport management, configurations, connect/disconnect and event notification capabilities work as expected. These tests use the capability tool to auto-generate the capability tests. setcap.exe should be used to set the required capabilities.

Management api calls:
GetConnectionStatusL, StartListenerL,
StopListenerL,
GetListenerStatusL

Configuration api calls:
SetConnectConfigurationL, GetConnectConfigurationL

Connect/Disconnect api calls:
ConnectToHost
DisconnectFromHost

Event Notification api calls:
WaitForStatusChangeL, CancelWaitForStatusChange


Functional Requirements Covered by this test group:
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport0022

In the following test cases the term basic capability tests referes to the above sequence of calls.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/ Transport/Capbilities/001BAL API for NetworkServices.
Connect/Transport0019
Connect/Transport0020
Connect/Transport0021
Connect/Transport00221PCConnect Test HarnessActions:Test BAL API for NetworkServices.

Preconditions: None

Set capabilities to NetworkServices
run basic capabilities test

Postconditions: None

Expected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/002Actions:Test BAL API for no capabilities

Preconditions: None

Set capabilities to None2
run basic capabilities test

Expected results:
The following method calls should succeed:
GetConnectConfigurationL
GetConnectionStatusL
WaitForStatusChangeL
CancelWaitForStatusChange

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/003Actions:Test BAL API for LocalServices

Preconditions: None

Set capabilities to LocalServices
run basic capabilities test

Postconditions: NoneExpected Result:All method calls should succeed
Connect/CIT/ Transport/Capbilities/004 - 006Actions:Test mRouter API for NetworkServices, LocalServices and no capabilities.

Run Connect/CIT/ Transport/Capbilities/001, Connect/CIT/ Transport/Capbilities/002 and Connect/CIT/Transport/Capbilities/003 ensuring mRouter is being used as the transport medium.
Expected Result:All method calls should succeed

Test Group: TransportDataCaging
These tests test that the connectivity data is stored in the correct place and that the private data elements are not accessible to clients.
Functional Requirements Covered by this test group:
Connect/Transport0023

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/Transport/DataCaging/001Service Broker configuration files protectedConnect/Transport00231PCConnect Test Harness  using the RCTest ServerActions:Test configuration files that control supported transports are located in a private part of the filing system for reasons of hygiene and encapsulation.

These files include the bearer xml files for ServiceBroker.

Build the rom.
Check the ServiceBroker configuration files are placed in the private data area.
Check that there are no configuration files in the public data area.Expected Result:The ServiceBroker configuration files should be placed in the private data area.
There should be no no configuration files in the public data area.Connect/Transport/DataCaging/002Actions:Attempt to access the Service Broker configuration files using the PC connect test harnessExpected Result:Access to files should be denied


PC Connectivity / File Management Test Cases
The general strategy for running file management security will use a standard sequence of test calls and test them under different sets of security conditions.

The access to a particular area may be one of four combinations:
Read/write
Read only
Write only
No access

Default data caging behaviour species the following access rights for file management services:
\private has no access
\resource has read only
\sys\bin has no access
all other directories have read/write access

There are two other means of controlling access to files :
an exclusion list in the specifying files to exclude
an exclusion list fixed at build time that specifies files to exclude

Each means of controlling access and each combination of access will be tested using a basic set of test commands. These are listed below along with the expected result depending on access writes of the file or directory in question.

Basic Test Commands   
 [Connect to device]
1. Select directory to work with on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
2. Create directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
3. Copy file on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
2. Select existing file on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
3. Copy selected file from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
4. Copy (overwrite) file from PC to existing file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
5. Delete file on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------
If / when directory copying is supported 6 to 10 should also be executed
6. Copy directory on PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
7. Select existing directory on device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
8. Copy selected directory from device to PC
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyFAILNo accessFAIL
9. Copy (overwrite) directory from PC to device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
10. Delete copied directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
-----------------------------------------------------------------------------------------------------------

11. Select directory that exists on the device
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessFAIL
12. Delete directory on device
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
13. Delete created directory (if it exists)
Access RightsExpected resultRead/writePASSRead onlyFAILWrite onlyPASSNo accessFAIL
14. Select root directory 
Access RightsExpected resultRead/writePASSRead onlyPASSWrite onlyPASSNo accessPASS
15. Create directory called private
16. Create directory called sys
17. Create directory called resource
18. create directory called public

operations 15  18 should all fail regardless of whether the directory exists or not.

[Disconnect]

Test Group: SCRFSDefaultDataCaging
These test cases test that the default data caging functionality limits access of the file management services to public files only.

Functional Requirements Covered by this test group:
Connect/SCRFS0020

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/001 (a, b, c, d)File Management Default data cagingConnect/SCRFS00201PCConnect Test HarnessActions:Tests the default data caging prevent access to the private data areas as expected.

Preconditions: Device connected

Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run standard test commands (or suitable sub-set) for:
a) public area (any other directory)
b) private area
c) resource area
d) sys\bin area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
private area : no access
resource area: read only
sys\bin area : no access
public area (any other directory) : read/writeConnect/CIT/SCOM/SCRFS/DataCaging/002File Management data caging directory creationActions:Tests default data caging prevents the creation of special directories.

 Set rom exclusion list to be empty. This will probably mean building the rom.
Build scremfs with empty exclusion list(probably be able to this using the remote test server)
Run tests:
Select drive root directory
Create private directory
Create resource directory
Create sys directory
Create public directory
Expected Result:Creation of private, resource and sys directories should always fail, regardless of whether they already exist. Creation of public directory should pass if it does not already exist.

Test Group: SCRFSExclusionListDataCaging
These test cases test that exclusion lists defined in the rom and in the private data area can be used to enforce localised data caging rules.

Functional Requirements Covered by this test group:
Connect/SCRFS0018
Connect/SCRFS0019

To perform these test cases a number of exclusion list files for rom and scremfs local configuration need to be created. This should include empty exclusion lists for testing that the existence of a file does not affect default behaviour.

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/003File Management data caging rom exclusion listConnect/SCRFS0018
Connect/SCRFS0019Actions:Test exclusion list on rom excludes the specified files as expected.

Preconditions:
Device connected
PC side test files and directories present in directory

Set rom exclusion list to contain ExcludededTestFile.doc and ExcludedTestDirectory. This will probably mean building the rom.
Set local configuration exclusion list to be empty (probably be able to do this using the remote test server)
Run standard test commands for:
Not excluded file in public area
Not excluded directory in public area
Excluded file in public area
Excluded directory in public area

Postconditions: Device DisconnectedExpected Result:As specified by  REF BasicTestCommands \h Basic Test Commands Section above:
Not excluded file in public area  all operations should pass, full read/write access
Not excluded directory in public area  all operations should pass, full read/write access
Excluded file in public area  all operations fail, no access
Excluded directory in public area  all operations fail, no access

Test Group: SCRFSnullBackupAndRestore

These test cases test that the old backup and restore functionality provided by the file management services is no longer available.

Functional Requirements Covered by this test group:
Connect/SCRFS0021

Test No.:Test Name:Requirements Or Functional Spec Statements Tested:Priority:Test Env:Connect/CIT/SCOM/SCRFS/DataCaging/005File Management Null Backup And RestoreConnect/SCRFS0021Actions:Tests that the remote filing system can no longer perform any backup and restore functionality.	

Preconditions: Device Connected

Call all every backup and restore command using BAL file management interface.

Postconditions: Device ConnectedExpected Result:Every command should return an error indicating that it is not implemented
PC Connectivity / Backup And Restore Test Cases
The backup and restore architecture is described in  REF R1 \h  \* MERGEFORMAT [R1]. For a full overview of backup and restore see this document.

PAGE  


PAGE  36


PAGE  


PAGE  48


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  256


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  78


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  247


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  36


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  37


PAGE  


PAGE  76


PAGE  


PAGE  115


PAGE  


PAGE  154


PAGE  


PAGE  193


PAGE  


PAGE  232


PAGE  


PAGE  37




                                                                              D  E  [  \  ^  _  m  n  {  |                        	  	   	  !	  "	  .	  /	  A	  
  
  	
  
      ־z                                         hh h%HR CJ OJ QJ ^J aJ   hh h2L CJ OJ QJ ^J aJ   hh hl CJ OJ QJ ^J aJ   h8pU h< CJ OJ QJ ^J aJ   h8pU hl CJ OJ QJ ^J aJ  hC hC  hC  ho\ ho\  
ho\ 5CJ ho\ 56CJ  h
   h
  h
   ho\ (       3  D  E  Y  [  \  ]                 &      z
        v:                z
        v: U               z
                 E  kd_   $$If   l 0 
" R                                                           4 
l a   E  kd    $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\ 	 $If   gdo\     gdo\   gdo\  	   b w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ]  ^  _  g  m  n  w  {       v:                z
        v: a               z
        v:                                                                         E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\  E  kd   $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\  {  |                           z
        v: a               z
        v:                                                                                          E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\ 	 $If   gdo\  E  kd|  $$If   l 0 
" R                                                           4 
l a                                z
        v: a               z
        v:                                                                                          E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\ 	 $If   gdo\  E  kd:  $$If   l 0 
" R                                                           4 
l a                  	  	  	                 z
        v: a            Z   &      z
        v:          Z	  v:                            gdo\  E  kdW  $$If   l 0 
" R                                                           4 
l a  	 $If   gdo\ 	 $If   gdo\  E  kd  $$If   l 0 
" R                                                           4 
l a   		  	  	  	  	   	  l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdo\ 	 $If   gdo\    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a    	  !	  "	  /	  A	  
  	
  
  
      l            g            a   &   \   &   W            W   &  v: W   &  v: W   &  v: W   &  v: W   &  v:    gd<   gdC  $gd^1    gdo\    kdt  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
                  }                          }lWl?WWl};7 h@a  h=  /j  hh hr CJ OJ QJ U^J aJ )j    hh hr CJ OJ QJ U^J aJ  hh hr CJ OJ QJ ^J aJ   hh h2L CJ OJ QJ ^J aJ   hh h& CJ OJ QJ ^J aJ   h
 h
 CJ OJ QJ ^J aJ   hh hh CJ OJ QJ ^J aJ  /j2  hh h%HR CJ OJ QJ U^J aJ  hh h%HR CJ OJ QJ ^J aJ  )j    hh h%HR CJ OJ QJ U^J aJ        
  m
  z
  
  
  
                   &      &                                v:                              v:                                                                                                                                 S  kd   $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd;b    gd;b   gdZ%   gd<    gd<  	  
  
  k
  l
  m
  y
  z
  
  
  
  
      *  +  O  Q  a  b                    =  )  *    Ŵ{j{{Y{Y               hh h|K CJ OJ QJ ^J aJ   hh hb| CJ OJ QJ ^J aJ   hh h97 CJ OJ QJ ^J aJ  h[Y  	h 5 hh h:Fx CJ OJ QJ ^J aJ  hm< CJ OJ QJ ^J aJ   hh hm< CJ OJ QJ ^J aJ  h;b CJ OJ QJ ^J aJ   hh h;b CJ OJ QJ ^J aJ   hh h[Y CJ OJ QJ ^J aJ  hZ% hZ%  hZ%      +  P  Q  b                                 v: N                             v:                                                    S  kd$  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd;b  S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a               <  =  *  +     !  -      |                                         &  v:                &  v:                &  v:    &  v:    &  v:                                                    &  v:           gd    gdx?    gd@a    gd97   
& F
 gd97    gd;b    gd:Fx  S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a          !  ,  -      o  r          -  .                пzvniXGX                             h8pU hlC CJ OJ QJ ^J aJ   h8pU hB
 CJ OJ QJ ^J aJ  	hlC 5hlC hlC 5h`K   hh h`K CJ OJ QJ ^J aJ  h=   h8pU h@ CJ OJ QJ ^J aJ  h@ CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ   h8pU hx? CJ OJ QJ ^J aJ  	h;b 5	hx? 5h97   hh h|K CJ OJ QJ ^J aJ   hh hlC CJ OJ QJ ^J aJ |    K      r    -  .  l              4  V          0  1  :  ;                 &  v:    &  v:    &  v:    &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:                            &                  &  v:    &  v:    &  v:                &  v:    &  v:    &  v:                   gd&   gdZ%    gdeA    gd=   
& FO gd@    gd        &  .          3  4  V              &  /  0    8  ;        ´~~~~p_p_pQ                            hvmC CJ OJ QJ ^J aJ   hp h\W CJ OJ QJ ^J aJ  h\W CJ OJ QJ ^J aJ  hbt CJ OJ QJ ^J aJ  hZ%  h& CJ OJ QJ ^J aJ   hh heA CJ OJ QJ ^J aJ  	heA 5heA CJ OJ QJ ^J aJ  hlC CJ OJ QJ ^J aJ   h8pU hB
 CJ OJ QJ ^J aJ  h; CJ OJ QJ ^J aJ   h8pU h2j CJ OJ QJ ^J aJ ;      9  :                               &  v:    &  v:    &  v:    &  v:                e         e                           e  v:              kdH  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdvmC    gd=                        E  F  G  X    B  C     a      %!  &!  '!  c!  d!  o!  p!  q!  u!  v!  !  !  !  !  !  !  !  !  "  ᝿zod hc[ hc[ B*ph   j	  hc[ Uj,	  hc[ Uj    hc[ Uhc[  h0if  h>vi  h2j   h0 hvmC CJ OJ QJ ^J aJ   h
o hvmC CJ OJ QJ ^J aJ   h7| hvmC CJ OJ QJ ^J aJ  hvmC  	hvmC 5h7| hvmC 5hvmC CJ OJ QJ ^J aJ   hp hvmC CJ OJ QJ ^J aJ '  F  G  X        C  D  `              j            e   &   `            X            X   &  H X   &  H S            S   &               gd0if   
& FQ gd0if    gd>vi   gd2j   kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdvmC  	`       a   &!  '!  x!  !  !  "  "  "  "  $  $  %  %  8&  9&  '  '  !'  2'  '  (                 &  H                                        &      &      &      &      &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:               
& F gd`\g    gd`\g      $ $gd+Ic    gde!    gd>vi   
& FR gdc[   
& FR gd0if  "  "  "  "  $  $  $  $  Q%  %  %  %  %  %  7&  8&  &  &  &  ̻wiXC2       hh hf CJ OJ QJ ^J aJ  )j    hh hf CJ OJ QJ U^J aJ  hh h	mx CJ OJ QJ ^J aJ  h]6h CJ OJ QJ ^J aJ   hh h2 CJ OJ QJ ^J aJ   hh h8_ CJ OJ QJ ^J aJ   hh hZ! CJ OJ QJ ^J aJ   hh hK,	 CJ OJ QJ ^J aJ   hh hG6 CJ OJ QJ ^J aJ  hG6 CJ OJ QJ ^J aJ  he! CJ OJ QJ ^J aJ   hh he! CJ OJ QJ ^J aJ  h>vi hc[ &  &  &  &  '  '  '  '  '  '   '  !'  )'  1'  2'  '  '  (  (  )  yrkfafPBP4P     h*~ CJ OJ QJ ^J aJ  hu CJ OJ QJ ^J aJ   h8pU h`\g CJ OJ QJ ^J aJ  	h 5	h`\g 5h`\g h7|  h`\g h.P  h3 h.P   hh ho CJ OJ QJ ^J aJ  h& CJ OJ QJ ^J aJ   hh hf CJ OJ QJ ^J aJ   h
 h
 CJ OJ QJ ^J aJ  )j    hh hf CJ OJ QJ U^J aJ  hh hh CJ OJ QJ ^J aJ  /j	  hh hf CJ OJ QJ U^J aJ  (  )  )  b*  c*  +  +  +  +  +  +                             &  v:    &  v:                  v:                         [                                F  kd
  $$If   l   l '{6    4   4 
l a] p
        F  kda
  $$If   l   l '{6    4   4 
l a] p
        	  $If   gd       gd`\g   
& F gd`\g  
)  )  b*  c*  *  *  +  +  +  +  +  +   ,  $,  %,  (,  ),  /,  0,  Q,  R,  r,  s,  ,  ,  ,  ,  ,  ,  ,  ,  -  -  -  -  0-  1-  K-  L-  s-  t-  u-  ±±skkksksksksksksksksksksksks     h~ CJ aJ  h~ CJ OJ QJ ^J aJ   h~ 5CJ OJ QJ \^J aJ  h.P CJ OJ QJ ^J aJ   h8pU h. CJ OJ QJ ^J aJ   h8pU hV) CJ OJ QJ ^J aJ   h8pU h`\g CJ OJ QJ ^J aJ   h8pU hu CJ OJ QJ ^J aJ  hu CJ OJ QJ ^J aJ  h`\g CJ OJ QJ ^J aJ )+  +   ,  	,  ,  $,  %,                             G
  v:      v:      v: 8                  v  kd  $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    F  kdG  $$If   l   l '{6    4   4 
l a] p
         %,  &,  ',  (,  ),  -,  .,  /,                               v: t                                         v:                                                                                                              v  kd_  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd  /,  0,  I,  K,  Q,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd

  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q,  R,  k,  m,  r,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd
  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r,  s,  ,  ,  ,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd`  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,  ,  ,  ,  ,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,  ,  ,  ,  ,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,  ,  ,  ,  ,                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kda  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,  ,  ,  ,  -                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -  -  -  -  -                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -  -  (-  *-  0-                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kdb  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0-  1-  D-  F-  K-                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd
  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K-  L-  S-  X-  s-                          t            t     v:                                                                                                                                                                   $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s-  t-  u-  v-  w-  U/  V/  b/  /  /  /  0  F0  Y0  0                          |            |   &  v: z            z   &   z   &   z   &  v: z   &  v: z   &  v: z   &  v: z   &  v: z   &  v: z   &  v:         gd~    $a$gd~ v  kdc  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u-  v-  w-  .  T/  U/  V/  b/  /  /  /  /  /  0  0  E0  пrdSE7                               hb CJ OJ QJ ^J aJ  hZq CJ OJ QJ ^J aJ   ho hZq CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hc CJ OJ QJ ^J aJ   ho hV) CJ OJ QJ ^J aJ   ho hc CJ OJ QJ ^J aJ  h# h# 5h#   hh h`\g CJ OJ QJ ^J aJ   hh hE#v CJ OJ QJ ^J aJ   hh hV) CJ OJ QJ ^J aJ  hV) CJ OJ QJ ^J aJ   h8pU h.O CJ OJ QJ ^J aJ E0  F0  K0  N0  X0  Y0  0  0  0  h1  1  1  1  1  1  2  &2  52  62  i2  j2  2  ͿͿveޱWeF                                ho ho CJ OJ QJ ^J aJ  h_n CJ OJ QJ ^J aJ   ho h_n CJ OJ QJ ^J aJ   h0 h#8U CJ OJ QJ ^J aJ  hKE CJ OJ QJ ^J aJ  h#8U CJ OJ QJ ^J aJ  hb CJ OJ QJ ^J aJ  hc CJ OJ QJ ^J aJ  h!y CJ OJ QJ ^J aJ   h0 h!y CJ OJ QJ ^J aJ   ho hc CJ OJ QJ ^J aJ   ho hb CJ OJ QJ ^J aJ 0  0  0  0  !1  41  h1  1  1  1  2  &2  62  j2  2  2  2  2  2  2  3  3  4  (4  74  J4  K4  d4     &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                 gd8    gdz)       gd!y  2  2  2  2  2  2  2  2  2  2  c3  3  3  3  4  4  74  I4  ~4  4  4  4  4  5  &5  '5  (5  \5  ǵ{{jjjjj{Y                                        hp h8 CJ OJ QJ ^J aJ   h0 h8 CJ OJ QJ ^J aJ  hz) CJ OJ QJ ^J aJ  h8 CJ OJ QJ ^J aJ  h8 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ #hp h8 5CJ OJ QJ ^J aJ hz) 5CJ OJ QJ ^J aJ hV CJ OJ QJ ^J aJ  h_n CJ OJ QJ ^J aJ  ho CJ OJ QJ ^J aJ d4  4  4  4  4  4  4  4  &5  '5  (5  \5  r5  5  5  5  5  6  6  &6  16  d6  n6  x6                 4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:    V	                  6                                                     
  $$If   gd;| 	  $If   gd;| 
  ? $If   ^? gd;|       gdz)    gd8  \5  5  5  5  5  6  6  16  c6  d6  n6  x6  y6  6  6  6  6  6  6  6  6  6   7  zlhWlWlI>          h6= 0J OJ QJ \h_ h6= 0J OJ QJ \ h.P h6= CJ OJ QJ ^J aJ  h6=  h6= CJ OJ QJ ^J aJ  h6= h6= 5#h6= h6= 5CJ OJ QJ ^J aJ h   	h  5hZ h  5h  CJ OJ QJ ^J aJ  hV CJ OJ QJ ^J aJ  hz) CJ OJ QJ ^J aJ  hxK CJ OJ QJ ^J aJ  h8 h8 0J 5OJ QJ \ #h8 h8 5CJ OJ QJ ^J aJ  x6  y6                                      kd  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               y6  6  6  6  6  6   7  7  7  /7                                         6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                            	  $If   gd6= 	  $If   gd;|  	 7  7  7  07  97  7  7  7  7  7  7  7  7  #8  $8  )8  28  O9  Q9  a9  b9  9  9  9  9  9  9  9  ƨܚƨo]NF h*o h*o 5h*o 5CJ OJ QJ ^J aJ #h*o h*o 5CJ OJ QJ ^J aJ  h$ h6= CJ OJ QJ ^J aJ  h*o h6= 5#h*o h6= 5CJ OJ QJ ^J aJ h  CJ OJ QJ ^J aJ   h6= h6= CJ OJ QJ ^J aJ  hZ h6= 5	h6= 5h6= CJ OJ QJ ^J aJ  h h6= 5h6=   h7| h6= CJ OJ QJ ^J aJ  hM h6= 0J OJ QJ \ /7  07                                      kde  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               07  97  [7  \7  p7  q7  7  7  7  7  7  7  7                             *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *   h               kd  $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd6= 	  $If   gd;|  7  7  7  7  7  $8  %8  &8  '8  (8                          h            f               V	  v:                                                                                          kdy  $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd6= 	  $If   gd;|  	(8  )8                                      kd6  $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               )8  28  S8  T8  h8  i8  8  8  8  8  8  8  9   9  :9  ;9  P9                             *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                       	  $If   gd6= 	  $If   gd;|  P9  Q9  b9  9  z            q            q   *  v:                                                                                                                                                                            	  $If   gd;|    kd  $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       9  9  9  9  9  9  9  9  z            x            o   V	  v: o      o      o      o                                                                                                         	  $If   gd*o       kdJ  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       9  9                                      kd  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9  9  9  A:  C:  S:  T:  s:  t:  u:  v:  :  :  :  :  :  ;  ';  3;  R;  ^;  ;  ;  ;  ;  ;  ;  ;  ;  ;  <  P<  ĲxiX                  hm{ hm{ CJ OJ QJ ^J aJ  hm{ 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ #hp hm{ 5CJ OJ QJ ^J aJ  h
o h*o CJ OJ QJ ^J aJ  h*o h*o 5#h*o h*o 5CJ OJ QJ ^J aJ hxK   h6= h*o CJ OJ QJ ^J aJ  hZ h*o 5	h*o 5h*o CJ OJ QJ ^J aJ  h h*o 5h*o 9  9  9  9  9  9  :  ,:  -:  B:  C:  T:  t:                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kd^  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd*o  t:  u:  v:  :  :  :  :  :  z            x            o   V	  v: o      o      o      o                                                                                                         	  $If   gd*o       kd  $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       :  :                                      kd  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :  :  :  :  ;  ;  ;  ;  ;                 *  v:    *  v:    *  v:    *   q                           *  v:                                                                                          kd/   $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd*o  ;  ;  ;  ;  <  <  <  <  <  <  <  z            x            x   4   s   4  v: s   4  v: n            n   4  v: n   4  v: a            X              	  $If   gd*o 
  ? $If   ^? gd*o    gdY    gdm{       kd   $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
P<  <  <  <  <  <  <  <  %=  &=  0=  :=  ;=  [=  \=  =  =  =  =  =  =  =  r>  ³{m\XPA                h	 h*o CJ OJ QJ aJ  h h*o 5h_   h7| h*o CJ OJ QJ ^J aJ  h	 h*o 0J OJ QJ \h*o h*o 5h*o h*o 0J 5OJ QJ \ h*o  	h*o 5hZ h*o 5hHq 5CJ OJ QJ ^J aJ hY 5CJ OJ QJ ^J aJ hY CJ OJ QJ ^J aJ   hp hY CJ OJ QJ ^J aJ   hm{ hm{ CJ OJ QJ ^J aJ  hm{ CJ OJ QJ ^J aJ <  &=  0=  :=                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd*o 	  $If   gd*o  :=  ;=                                         kd!  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;=  \=  =  =  =  =                             6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd*o  =  =                                         kd#  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =  =  t>  u>  >  >  >  ?  W?  X?  i?  ?  ?                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kd_$  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd*o  r>  >  >  ?  ?  V?  X?  h?  i?  ?  ?  ?  ?  ?  @  @  @   @  !@  $@  -@  @  @  @  @  @  @  @  @  @  @  䨛zn_M#h8 h*o 5CJ OJ QJ ^J aJ h*o 5CJ OJ QJ ^J aJ h*Y CJ OJ QJ aJ  h h*o 5 h7| h*o CJ OJ QJ ^J aJ  h*o h*o 5h*o 0J 5OJ QJ \ h*o h*o 0J 5OJ QJ \  h6= h*o CJ OJ QJ ^J aJ  h*o CJ OJ QJ ^J aJ  hZ h*o 5	h*o 5h*o  h_ CJ OJ QJ aJ  h*o CJ OJ QJ aJ ?  ?  @   @  !@  "@  #@  |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gd*o   kd%  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #@  $@                                         kd%  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $@  -@  @  @  @  @                 *   s                           *  v:                                                                                                                                                kd''  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd*o  @  @  @  @  @  @  @  A  A  A  A  A  A  |            w            w            u            u   &   o   &   j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdD  $gd+Ic       gdY   kd'  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @  @  @  @  @  @  'A  0A  RA  mA  A  A  A  B  YB  ZB  B  C  C  C  C  nD  oD  ˺˺˩veTC                     hp h# CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp h' CJ OJ QJ ^J aJ   hp h\H CJ OJ QJ ^J aJ   hp hj4 CJ OJ QJ ^J aJ   hp hs{ CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp hD CJ OJ QJ ^J aJ   hp hGE CJ OJ QJ ^J aJ   hp h
 CJ OJ QJ ^J aJ  h  h h  h.P  hm{ A  A  A  ZB  qB  B  B  B  B  	C  >C  C  C  oD  pD  D  D  D  D  D                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:                                                                                                                                              	  $If   gdMA   $$If   a$gdMA    gd^   
& F gdj4    gdD  oD  pD  D  D  D  D  D  E  E  )E  GE  fE  E  E  E  E  E  |jYHY7                           hp hJj CJ OJ QJ ^J aJ   hp ha CJ OJ QJ ^J aJ   hp hX- CJ OJ QJ ^J aJ  #hp h^ 5CJ OJ QJ ^J aJ  hp hxh CJ OJ QJ ^J aJ   hp hMA CJ OJ QJ ^J aJ  #hp hMA 5CJ OJ QJ ^J aJ  hp h^ CJ OJ QJ ^J aJ   hp h# CJ OJ QJ ^J aJ   hp h*Y CJ OJ QJ ^J aJ  h*Y 5CJ OJ QJ ^J aJ h*Y CJ OJ QJ ^J aJ D  D  D  D              {            {     v:                                                                                                                                                                                                	  $If   gdMA  z  kd(  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D  D  E  E              {            {     v:                                                                                                                                                                                                	  $If   gdMA  z  kd(  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  E  E              {            {     v:                                                                                                                                                                                                	  $If   gdMA  z  kdY)  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  "E  'E              {            {     v:                                                                                                                                                                                                	  $If   gdMA  z  kd)  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'E  (E  )E  GE  UE  eE                             &  v: s            j                                                                                                                                       	  $If   gd^   $$If   a$gd^    gd^  z  kd*  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eE  fE  qE  vE              {            {     v:                                                                                                                                                                                                	  $If   gd^  z  kdv*  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vE  wE  E  E              {            {     v:                                                                                                                                                                                                	  $If   gd^  z  kd*  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  E  E              {            {     v:                                                                                                                                                                                                	  $If   gd^  z  kd4+  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  E  E              {            {     v:                                                                                                                                                                                                	  $If   gd^  z  kd+  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  E  E  E  E                             &  v: s            j                                                                                                                                       	  $If   gdr+   $$If   a$gdr+    gdD  z  kd+  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  E  E              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kdQ,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  E  (F  )F  +F  2F  @F  JF  iF  F  F  F  F  F  F  F  6G  7G  9G  ZG  kG  rG  G  G  G  G  G  G  G  H  NH  OH  I  ˺ܩ˺ܩ˺ܩ˺udS   hp h CJ OJ QJ ^J aJ   hp hl CJ OJ QJ ^J aJ  #hp h( 5CJ OJ QJ ^J aJ  hp h( CJ OJ QJ ^J aJ   hp hU< CJ OJ QJ ^J aJ   hp h# CJ OJ QJ ^J aJ   hp hPr CJ OJ QJ ^J aJ   hp hX- CJ OJ QJ ^J aJ   hp hr+ CJ OJ QJ ^J aJ  #hp hr+ 5CJ OJ QJ ^J aJ   E  E   F  F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  F  F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd-  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  !F  &F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kdn-  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &F  'F  (F  JF  XF  hF                             &  v: s            j                                                                                                                                       	  $If   gdr+   $$If   a$gdr+    gdD  z  kd-  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hF  iF  tF  yF              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd,.  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yF  zF  F  F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd.  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  F  F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd.  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  F  F              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kdI/  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  F  F  F  F                             &  v: s            j                                                                                                                                       	  $If   gdr+   $$If   a$gdr+    gdD  z  kd/  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F  F  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd0  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kdf0  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  $G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd0  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $G  %G  /G  4G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd$1  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4G  5G  6G  rG  G  G                             &  v: s            j                                                                                                                                       	  $If   gdr+   $$If   a$gdr+    gdD  z  kd1  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd1  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kdA2  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd2  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G              {            {     v:                                                                                                                                                                                                	  $If   gdr+  z  kd2  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G  G  G  G  H                             &  v: s            j                                                                                                                                       	  $If   gd(   $$If   a$gd(    gdD  z  kd^3  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H  H  H              {            {     v:                                                                                                                                                                                                	  $If   gd(  z  kd3  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H  'H  ,H              {            {     v:                                                                                                                                                                                                	  $If   gd(  z  kd4  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,H  -H  8H  =H              {            {     v:                                                                                                                                                                                                	  $If   gd(  z  kd{4  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =H  >H  HH  MH              {            {     v:                                                                                                                                                                                                	  $If   gd(  z  kd4  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MH  NH  OH  H  I  &I  4I  DI                             &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gd{-   $$If   a$gd{-    gdD  z  kd95  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  I  I  I  &I  EI  I  I  I  I  I  I  I  I  I  J  J  J  J  "J  >J  ]J  J  J  J  J  J  2K  4K  6K  =K  DK  NK  PK  XK  wK  K  ޻͈wfww                     hp hB CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp hi@ CJ OJ QJ ^J aJ   hp hPr CJ OJ QJ ^J aJ   hp h{- CJ OJ QJ ^J aJ  #hp h{- 5CJ OJ QJ ^J aJ  hp h( CJ OJ QJ ^J aJ   hp ha CJ OJ QJ ^J aJ   hp h[ CJ OJ QJ ^J aJ $DI  EI  PI  UI              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd5  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UI  VI  `I  eI              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd5  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eI  fI  qI  vI              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kdV6  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vI  wI  I  I              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd6  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  I  I  I  I  I                             &  v: s            j                                                                                                                                       	  $If   gd{-   $$If   a$gd{-    gdD  z  kd7  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  I  I  I              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kds7  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  I  I  I              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd7  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  I  I  I              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd18  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I   J  
J  J              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd8  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J  J  J  >J  LJ  \J                             &  v: s            j                                                                                                                                       	  $If   gd{-   $$If   a$gd{-    gdD  z  kd8  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \J  ]J  hJ  mJ              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kdN9  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mJ  nJ  xJ  }J              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd9  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }J  ~J  J  J              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd:  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J  J  J  J              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kdk:  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J  J  J  J  J  J                             &  v: s            j                                                                                                                                       	  $If   gd{-   $$If   a$gd{-    gdD  z  kd:  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J  J  J  J              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd);  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J   K  
K  K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd;  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K  K   K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd;  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    K  !K  +K  0K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kdF<  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0K  1K  2K  XK  fK  vK                             &  v: s            j                                                                                                                                       	  $If   gd{-   $$If   a$gd{-    gdD  z  kd<  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vK  wK  K  K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd=  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K  K  K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kdc=  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K  K  K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd=  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K  K  K              {            {     v:                                                                                                                                                                                                	  $If   gd{-  z  kd!>  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K  K  &L  'L  VL  dL  tL                          z            z   &  v:             n            e                                                                                           	  $If   gdIy   $$If   a$gdIy    gd    gdD  z  kd>  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  &L  'L  ;L  UL  VL  uL  L  L  L  L  L  9M  eM  M  M  M  N  N  ͼ͙͈vdSB0B  #hp hRd 5CJ OJ QJ ^J aJ  hp hRd CJ OJ QJ ^J aJ   hp hF CJ OJ QJ ^J aJ  #hp hF 5CJ OJ QJ ^J aJ #hp hX 5CJ OJ QJ ^J aJ  hp hX CJ OJ QJ ^J aJ   hp h^9 CJ OJ QJ ^J aJ  #hp hIy 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   hp hIy CJ OJ QJ ^J aJ   hp h1; CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ tL  uL  L  L              {            {     v:                                                                                                                                                                                                	  $If   gdIy  z  kd>  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L  L  L  L              {            {     v:                                                                                                                                                                                                	  $If   gdIy  z  kd>?  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L  L  L  L              {            {     v:                                                                                                                                                                                                	  $If   gdIy  z  kd?  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L  L  L  L              {            {     v:                                                                                                                                                                                                	  $If   gdIy  z  kd?  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L  L  L  L  L  L                             &  v: s            j                                                                                                                                       	  $If   gdX   $$If   a$gdX    gdD  z  kd[@  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L  L  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdX  z  kd@  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdX  z  kdA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  "M  'M              {            {     v:                                                                                                                                                                                                	  $If   gdX  z  kdxA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M  (M  2M  7M              {            {     v:                                                                                                                                                                                                	  $If   gdX  z  kdA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7M  8M  9M  eM  sM  M                             &  v: s            j                                                                                                                                       	  $If   gdF   $$If   a$gdF    gdD  z  kd6B  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdF  z  kdB  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdF  z  kdB  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdF  z  kdSC  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M              {            {     v:                                                                                                                                                                                                	  $If   gdF  z  kdC  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  M  M  M  M   N                             &  v: s            j                                                                                                                                       	  $If   gdRd   $$If   a$gdRd    gdD  z  kdD  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    N  N  N  N              {            {     v:                                                                                                                                                                                                	  $If   gdRd  z  kdpD  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N  N  N  !N              {            {     v:                                                                                                                                                                                                	  $If   gdRd  z  kdD  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !N  "N  -N  2N              {            {     v:                                                                                                                                                                                                	  $If   gdRd  z  kd.E  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2N  3N  =N  BN              {            {     v:                                                                                                                                                                                                	  $If   gdRd  z  kdE  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BN  CN  DN  hN  N  N  N  N  'O  (O  5O  6O  7O  ZO  O                             &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdD  z  kdE  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N  (O  5O  6O  7O  HO  YO  ZO  uO  O  O  P  %P  &P  'P  <P  nP  ɷzl[I7l/*	h*Y 5hZ h*Y 5#h*Y h$ 5CJ OJ QJ ^J aJ "h*Y h$ 0J 5OJ QJ \^J   hp h$ CJ OJ QJ ^J aJ  h$ CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  hxK 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ hxK   hp hi@ CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp h(. CJ OJ QJ ^J aJ O  O  P  &P  'P  1P  <P  oP  yP  P                             4  v:                                        6                                                                                                                                                                                                                                                                                                       
  $$If   gd*Y 	  $If   gd*Y 
  ? $If   ^? gd*Y    gd$    gdD  	nP  oP  yP  P  P  P  P  P  P  P  P  P  Q  Q  R  R  R  R  R  S  S  !S  "S  #S  6S  7S  FS  S  ɸߧgXɸ                                     h*Y 5CJ OJ QJ ^J aJ /jI  h*Y h*Y CJ OJ QJ U^J aJ #j    h*Y CJ OJ QJ U^J aJ hR8 CJ OJ QJ ^J aJ  h h*Y 5 h7| h*Y CJ OJ QJ ^J aJ   hp h*Y CJ OJ QJ ^J aJ  h*Y CJ OJ QJ ^J aJ  h*o h*Y 5hp h*Y 0J OJ QJ \^J hZ h*Y 5	h*Y 5h*Y P  P                                         kdKF  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P  P  P  P  P  Q                             6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd*Y  Q  Q                                         kdG  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q  Q  dQ  eQ  Q  Q  Q  3R  iR  R  R  R  R  R  R                 *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gd*Y 	  $If   gd*Y  R  R  R  GS  `S  yS  S  S  |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gd*Y   kdH  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S  S  S  S  S  S  T  T  T  T  T  $T  U  U  U  U  kV  lV  mV  nV  oV  V  V  'W  (W  ǶǮǘ{weVEA      hl,!   hl,! hl,! CJ OJ QJ ^J aJ  h$ 5CJ OJ QJ ^J aJ #h h$ 5CJ OJ QJ ^J aJ h$  hxK   h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h  hc)  h[Y  h*o h 5hp h 0J OJ QJ \^J h*Y   h6= h*Y CJ OJ QJ ^J aJ S  S  S  T  T  T  T  |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gd   kd2J  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T  T                                         kdJ  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T  $T  lT  mT  T  U  &U  BU  [U  uU  U  U  U                 *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gd 	  $If   gd  U  U  U  lV  |            s            s   *  v:                                                                                                                                                                                	  $If   gd   kd@L  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lV  mV  nV  oV  V  'W  (W  \W  nW  W  W  pX  qX  |            z            z   4   u   4  v: u   4  v: z            p   4  v: k            z            z            z  4   z   4  v:          gd3
    gdl,!    gd$      kdL  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (W  [W  \W  W  W  W  W  W  W  0X  ]X  oX  pX  qX  X  X  X  X  X  X  X  X  "Y  #Y  FY  GY  JY  SY  	Z  Z  [  [  [  ᾺᬤmeTTT     hp h[Y CJ OJ QJ ^J aJ  h h[Y 5#h[Y h[Y CJ OJ QJ \^J aJ hc)  h*o h[Y 5hp h[Y 0J OJ QJ \^J h[Y  	h[Y 5hZ h[Y 5h[Y CJ OJ QJ ^J aJ  hl,!   h3
 h3
 CJ OJ QJ ^J aJ  "h3
 h3
 0J 5OJ QJ \^J  hl,! CJ OJ QJ ^J aJ   hp hl,! CJ OJ QJ ^J aJ  qX  {X  X  X  X  X     ?	                  6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd[Y 	  $If   gd[Y 
  ? $If   ^? gd[Y  X  X                                         kdM  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X  X  #Y  5Y  GY  HY  IY                             6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd[Y  IY  JY                                         kdO  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JY  SY  Y  Y  Y  Y  Y  Y  pZ  Z  Z  [  E[  b[  [  [  [                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gd[Y 	  $If   gd[Y  [  [  [  \  b\  \  \  >]  |            s            j            j   *  v: j   *  v: j   *  v: j   *  v:                                                                                          	  $If   gdR8 	  $If   gd[Y   kd\P  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [  [  [  [  [  [  [  [  [  [  [  \  ,\  /\  =\  >\  E\  b\  \  \  \  \  \  \  \  \  ]  ]  2]  =]  >]  ?]  @]  A]  R]  Ϩxtp^              #h hRS 5CJ OJ QJ ^J aJ hRS  hl,!   h6= h[Y CJ OJ QJ ^J aJ  hD CJ OJ QJ ^J aJ   hp hR8 CJ OJ QJ ^J aJ  hR8 5CJ OJ QJ ^J aJ /jQ  h*Y hR8 CJ OJ QJ U^J aJ #j    hR8 CJ OJ QJ U^J aJ hR8 CJ OJ QJ ^J aJ  hZ h[Y 5	h[Y 5h[Y ">]  ?]  @]  A]  g]  h]  ]  ]  "^  4^  5^  ?^  |            z            z   4   z   4  v: z   4  v: z   4  v: z   4  v: z   4  v: z            z            m                                       
  ? $If   ^? gdG      kdQ  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R]  f]  h]  ]  ]   ^  !^  "^  3^  5^  J^  |^  }^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ±¤{vrv{raYrI7r #h[Y hG CJ OJ QJ \^J aJ hp hG 0J OJ QJ \^J h*o hG 5 hp hG CJ OJ QJ ^J aJ  hG  	hG 5hZ hG 5h G 0J 5OJ QJ \^J  "h G h G 0J 5OJ QJ \^J  h G 0J OJ QJ \^J  hp h G CJ OJ QJ ^J aJ  h G CJ OJ QJ ^J aJ   h G h G CJ OJ QJ ^J aJ  h G 5CJ OJ QJ ^J aJ hRS 5CJ OJ QJ ^J aJ  ?^  J^  }^  ^  ^                 6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdG 	  $If   gdG  ^  ^                                         kdUR  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^  ^  ^  ^  ^  ^                       6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdG  ^  ^                                         kdS  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^  ^  __  `_  _  _  _  _  _  _  `                                         *  v:    *  v:                            *  v: Y                              kdT  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdG 
  
 
 $If   gdG 	  $If   gdG  
^  ^  i_  w_  _  _  _  _  _  _  `  `  N`  O`  Q`  R`  d`  v`  w`  `  `  `  `  ع旵{{jYH                               hp hC CJ OJ QJ ^J aJ   hp hS CJ OJ QJ ^J aJ   hp ha3 CJ OJ QJ ^J aJ  h}\  h h}\   h G h G CJ OJ QJ ^J aJ   h6= hG CJ OJ QJ ^J aJ  hZ hG 5	hG 5hG   hp hM2c CJ OJ QJ ^J aJ  hG CJ OJ QJ ^J aJ  hM2c CJ OJ QJ ^J aJ   hp hG CJ OJ QJ ^J aJ  h hG 5 `  O`  P`  Q`  R`  `  a  <a  qc  rc  	f              s            n            l            f   &   a            \   &   a            a   &  v: a   &  v:             gdA    gda3  $gd+Ic       gdG   kdU  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdG  
`  `  `  `  `  `  `  `  `  a  a  a  ;a  <a  hb  pb  b  b  c  Qc  rc  \d  d  d  }yuy}d}dSdSdBS              hp hu CJ OJ QJ ^J aJ   hp hvF CJ OJ QJ ^J aJ   hp hF% CJ OJ QJ ^J aJ  hF%  hA   hp hA CJ OJ QJ ^J aJ   hp hS CJ OJ QJ ^J aJ   h
 h
 CJ OJ QJ ^J aJ   hp hp CJ OJ QJ ^J aJ  /jqV  hp hC CJ OJ QJ U^J aJ  hp hC CJ OJ QJ ^J aJ  )j    hp hC CJ OJ QJ U^J aJ  d  d  d  d  e  e  f  	f  f  3f  Ag  Bg  Rg  Sg  /h  ͼtcQ?.                   hp h$ CJ OJ QJ ^J aJ  #hp h$ 5CJ OJ QJ ^J aJ #hp h!  5CJ OJ QJ ^J aJ  hp h
 CJ OJ QJ ^J aJ   hp hXa CJ OJ QJ ^J aJ   hp h!  CJ OJ QJ ^J aJ  h!    hp hA CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ   hp hF% CJ OJ QJ ^J aJ   hp hvF CJ OJ QJ ^J aJ   hp hfa+ CJ OJ QJ ^J aJ   hp h(V CJ OJ QJ ^J aJ 	f  f  Ag  Bg  Sg  h  h  Zi  [i  j  j  j  l  l  nn  on  n  n  qo  to  o  o  p  p  Kq  Lq     &                              &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:         gd^   gd[q    gdT    
& FP gdT     gd
    gd!    gd!   /h  h  h  h  "i  Yi  Zi  j  j  j  j  j  j  l  l  l  <m  m  m  mn  ͼwfUD3D    hp h$ CJ OJ QJ ^J aJ   hp hsk CJ OJ QJ ^J aJ   hp h"v CJ OJ QJ ^J aJ   hp ha3 CJ OJ QJ ^J aJ   hp h# CJ OJ QJ ^J aJ  #hp h!  5CJ OJ QJ ^J aJ  hp hvW CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp h] CJ OJ QJ ^J aJ   hp h!  CJ OJ QJ ^J aJ   hp h$ CJ OJ QJ ^J aJ   hp hs  CJ OJ QJ ^J aJ mn  nn  on  n  n  n  n  n  n  po  qo  so  to  ~o  o  o  2p  p  p  p  p  p  ̻ziXTP?                  hp h^ CJ OJ QJ ^J aJ  h[q  h7   hp hwS CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ   hp h1 CJ OJ QJ ^J aJ   hp h* CJ OJ QJ ^J aJ  hT  CJ OJ QJ ^J aJ   hp h&# CJ OJ QJ ^J aJ   hp h!  CJ OJ QJ ^J aJ  #hp h!  5CJ OJ QJ ^J aJ  hp h+- CJ OJ QJ ^J aJ   hp h$ CJ OJ QJ ^J aJ p  q  q  Jq  Kq  Lq  Sq  Zq  [q  lq  mq  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  ͼuuuuuuuuuuuuuuuuu hp hv!9 CJ OJ QJ ^J aJ  #hp hK4 5CJ OJ QJ ^J aJ #hp hv!9 5CJ OJ QJ ^J aJ #hp h5N 5CJ OJ QJ ^J aJ  hp h& CJ OJ QJ ^J aJ   hp h[q CJ OJ QJ ^J aJ   hp h?# CJ OJ QJ ^J aJ   hp hK4 CJ OJ QJ ^J aJ .Lq  [q  mq  q  q  q  q  q                 	  v:    E
  v: f                           	  v:    E
  v:                                                                                     kdV  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd^  q  q  q  q  q  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdFW  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q  q  q  q  q  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdW  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q  q  q  q  q  o            f            ]            f                                                                                                                              	  $If   gdv!9 	  $If   gd^    kd"X  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q  q  q  q  q  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdX  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q  q  q  q  r  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdX  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q  q  
r  r  r  r  r  r  r  !r  (r  )r  /r  0r  ;r  =r  Or  Vr  vr  r  r  r  r  r  r  r  r  +s  Ls  Ϳ͌͝{jjYj                                   hp h  CJ OJ QJ ^J aJ   hp hD8 CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp h1`9 CJ OJ QJ ^J aJ   hp h/B CJ OJ QJ ^J aJ   hp h1 CJ OJ QJ ^J aJ  h1 CJ OJ QJ ^J aJ   hp h% CJ OJ QJ ^J aJ   hp hv!9 CJ OJ QJ ^J aJ   hp hK4 CJ OJ QJ ^J aJ r  r  r  r   r  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdlY  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  r  !r  )r  0r  <r  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gd^    kdY  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <r  =r  >r  ?r  r  r  8t  9t  u  u  v  v  v  o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gd^    kdHZ  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ls  ss  s  s  s  s  s  s  s  s  s  t  t  9t  t  u  u  u  u  u  )v  1v  2v  Jv  ޼޼~m\G\                       )j    hp hr CJ OJ QJ U^J aJ  hp hr CJ OJ QJ ^J aJ   hp h o CJ OJ QJ ^J aJ  h=@ CJ OJ QJ ^J aJ   hp hPw CJ OJ QJ ^J aJ  h> CJ OJ QJ ^J aJ   hp ht CJ OJ QJ ^J aJ   hp h}" CJ OJ QJ ^J aJ   hp hI CJ OJ QJ ^J aJ   hp h  CJ OJ QJ ^J aJ   hp h-J CJ OJ QJ ^J aJ Jv  Kv  [v  \v  _v  `v  v  v  v  v  v  v  &x  x  x  x  y  
y  y  -y  |kZIZ8Z8Z              hp hF- CJ OJ QJ ^J aJ   hp h"4q CJ OJ QJ ^J aJ   hp h[( CJ OJ QJ ^J aJ   hp hRQ CJ OJ QJ ^J aJ  h o   hp h:< CJ OJ QJ ^J aJ   hp h o CJ OJ QJ ^J aJ   hp hr CJ OJ QJ ^J aJ  h
 CJ OJ QJ ^J aJ  )j    hp hr CJ OJ QJ U^J aJ  hp hp CJ OJ QJ ^J aJ  /jZ  hp hr CJ OJ QJ U^J aJ  v  v  nw  ow  %x  &x  x  x  y  z  z  {  {  +|  }  }  P~      %     &                  &  v:    &  v:    &  v:                &  v:                            &  v:    &  v:                                        &  v:                            &                               gd}N   gd}N    h^hgdH   
& F  gd"4q    h^hgd.7   
& F  gd1    h^hgd[(    h^hgdF   
& F  gd[(    gd[(    gdRQ   gd o  -y  y  z  z  z  z  z  {  {  *|  +|  F|  |  |  |  |  }  %~  1~  ~  ~        <  ޼xxgVVEAE      h}N   hp h}N CJ OJ QJ ^J aJ   hp h9 CJ OJ QJ ^J aJ   hp hJC CJ OJ QJ ^J aJ   hp h1 CJ OJ QJ ^J aJ   hp h"4q CJ OJ QJ ^J aJ   hp h7 CJ OJ QJ ^J aJ   hp hF CJ OJ QJ ^J aJ   hp hGw CJ OJ QJ ^J aJ   hp h< CJ OJ QJ ^J aJ   hp he6 CJ OJ QJ ^J aJ   hp hM CJ OJ QJ ^J aJ <  $  %  L  G    ς  Ђ  %  &  (  0  1  (  9  P  m  n      8  K  L  Ｋ}ll[J9J hp hD CJ OJ QJ ^J aJ   hp h2 CJ OJ QJ ^J aJ   hp hI CJ OJ QJ ^J aJ   hp hE$ CJ OJ QJ ^J aJ  hj8#  hK  h.(   hp h.( CJ OJ QJ ^J aJ   hp h.u CJ OJ QJ ^J aJ   hp hj8# CJ OJ QJ ^J aJ   hp hC? CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp h}N CJ OJ QJ ^J aJ   hp hV; CJ OJ QJ ^J aJ %  &  G  T  a  n  {          Ђ  т        %  &  1  a  b           T  U  (                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:    &  v:                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                       gd.(   gd.(    gdC?    gd}N  (  9  n        L  y        C      ڋ      #  '  (  2  =  p     &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:    &      &                  &                              &  v:                            6           	  $If   gd{W 
  ? $If   ^? gd{W    gdTB    gdR   gd$    gd-   gdq7    gd}N    gdj8#   gdj8#  L    B  C        ً  ڋ  U              "  #  &  m^mL;                         hp h CJ OJ QJ ^J aJ  #hp h{W 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp hR 5CJ OJ QJ ^J aJ hq7 hq7  hvh   hp hY CJ OJ QJ ^J aJ   hp hA= CJ OJ QJ ^J aJ   hp h- CJ OJ QJ ^J aJ  hq7  h o  hwS  hY   hp hj8# CJ OJ QJ ^J aJ   hp h2 CJ OJ QJ ^J aJ   hp hD CJ OJ QJ ^J aJ &  '  (  =  o  p  z                          ѐ  Ґ    	  
        пЅ}ٱlп[I            #hp hR 5CJ OJ QJ ^J aJ  hp hI CJ OJ QJ ^J aJ   h6= h{W CJ OJ QJ ^J aJ  h h{W 5#h[Y h{W CJ OJ QJ \^J aJ #hp h{W 6CJ OJ QJ ^J aJ h*o h{W 5h{W CJ OJ QJ ^J aJ   hp h{W CJ OJ QJ ^J aJ  h{W  	h{W 5hZ h{W 5h CJ OJ QJ ^J aJ   hp h ^ CJ OJ QJ ^J aJ p  z                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd{W  
  $$If   gd{W                                             kd1[  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                            v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd{W                                             kd\  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2  >  e    ʏ      6  @  e                                 *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gd{W 	  $If   gd{W  
    Ґ  	  |            s            s   *  v:                                                                                                                                                                                	  $If   gd{W   kd]  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  
      8  9  C  N      |            w            r            r   &  v: r   &  v: e            \            \   6   Q                  
  $$If   gd{W 	  $If   gd{W 
  ? $If   ^? gd{W    gdI    gdTB   kd^  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	    8  9  N              Ñ  đ                    
      ¾ǾskVAA      )hp h{W B*CJ OJ QJ ^J aJ ph   )hp h{W B*CJ OJ QJ ^J aJ ph   h h{W 5#h[Y h{W CJ OJ QJ \^J aJ #hp h{W 6CJ OJ QJ ^J aJ h*o h{W 5h{W CJ OJ QJ ^J aJ   hp h{W CJ OJ QJ ^J aJ  h{W  	h{W 5hZ h{W 5hY 5CJ OJ QJ ^J aJ #hp hR 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd{W                                             kdM_  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 đ                             v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd{W                                             kd`  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   7  C  j    Ւ                                       *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gd{W 	  $If   gd{W          |            s            s   *  v:                                                                                                                                                                                	  $If   gd{W   kda  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 0  b  c  m  w  x        ͔  Δ  ϔ  Ӕ  ܔ  d  ̖  ܖ  ޖ  ŽԸԧmeP;    )hp h{W B*CJ OJ QJ ^J aJ ph   )hp h{W B*CJ OJ QJ ^J aJ ph   h h{W 5#h[Y h{W CJ OJ QJ \^J aJ #hp h{W 6CJ OJ QJ ^J aJ h*o h{W 5h{W CJ OJ QJ ^J aJ   hp h{W CJ OJ QJ ^J aJ  	h{W 5hZ h{W 5h{W 5CJ OJ QJ ^J aJ h{W  )h{W h{W B*CJ OJ QJ ^J aJ ph   #h{W B*CJ OJ QJ ^J aJ ph          %  0  c  m  w  |            w            j            a            a   6   V            a                                                              
  $$If   gd{W 	  $If   gd{W 
  ? $If   ^? gd{W    gdI   kdb  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w  x                                         kdic  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x    ̔  ͔  Δ  ϔ  є  Ҕ                   v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd{W  Ҕ  Ӕ                                         kdd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӕ  ܔ    '  N  y    ݕ  c  ̖  ܖ  ݖ                             *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gd{W 	  $If   gd{W  ݖ  ޖ      |            s            s   *  v:                                                                                                                                                                                	  $If   gd{W   kdf  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ޖ                       +  ,  A  s  t  ~        ˶yjXI8              hp h{W CJ OJ QJ ^J aJ  h-o 5CJ OJ QJ ^J aJ #hp hR 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h2 5CJ OJ QJ ^J aJ #hp hY 6CJ OJ QJ ^J aJ )hp hkM B*CJ OJ QJ ^J aJ ph   h{W  )h{W h{W B*CJ OJ QJ ^J aJ ph   #h{W B*CJ OJ QJ ^J aJ ph   )hp h{W B*CJ OJ QJ ^J aJ ph   hZ h{W 5	h{W 5          ,  6  A  t  ~  |            w            r            m            `            W            W   6   L                         
  $$If   gd{W 	  $If   gd{W 
  ? $If   ^? gd{W    gdI    gdY    gdkM   kdf  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd{W                                             kdg  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ߗ          a  c  s  t  z            ˙  ̙  ֙              ԺԤu`QԤԩ                            h{W 5CJ OJ QJ ^J aJ )h{W h{W B*CJ OJ QJ ^J aJ ph   #h{W B*CJ OJ QJ ^J aJ ph   )hp h{W B*CJ OJ QJ ^J aJ ph   hZ h{W 5	h{W 5 hp h{W CJ OJ QJ ^J aJ  h h{W 5#h[Y h{W CJ OJ QJ \^J aJ h{W  #hp h{W 6CJ OJ QJ ^J aJ h*o h{W 5h{W CJ OJ QJ ^J aJ     ޗ  ߗ                           v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd{W                                             kdh  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   -  9  `    ͘    %  a  b  c                             *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kd-j  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd{W 	  $If   gd{W  c  t            ̙  ֙                   *  v: s            n            a                           6   V                                        
  $$If   gd{W 
  ? $If   ^? gd{W    gdI   kdj  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd{W  	                                           kdk  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   9  :  ;  =  >                   v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd{W    8  9  :  ;  ?  H  ӛ  ԛ  ՛                /  0  ڙ|jUD@<                          h:k  h$   hp h$ CJ OJ QJ ^J aJ  )h{W h{W B*CJ OJ QJ ^J aJ ph   #h{W B*CJ OJ QJ ^J aJ ph   )hp h{W B*CJ OJ QJ ^J aJ ph   hZ h{W 5	h{W 5 h{W h{W CJ OJ QJ ^J aJ   hp h)y
 CJ OJ QJ ^J aJ  h h{W 5#h[Y h{W CJ OJ QJ \^J aJ h{W  #hp h{W 6CJ OJ QJ ^J aJ h{W 6CJ OJ QJ ^J aJ  >  ?                                         kdl  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?  H            7  T    ԛ  ՛                             *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kdIn  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd)y
 	  $If   gd{W  ՛          0  M  W  b                 *  v: s            n            i   &   d            W            N                            	  $If   gdG3 
  ? $If   ^? gdG3    gdk]   gd    gd$   kdo  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd{W  0  J  L  M  b              Ҝ  Ӝ  Ԝ  ՜            1  2  3  C  D  v  w  ¾Ǿ}kZI             hG3 hG3 CJ OJ QJ ^J aJ   h{W hG3 CJ OJ QJ ^J aJ  #hp hG3 6CJ OJ QJ ^J aJ h hG3 5#h[Y hG3 CJ OJ QJ \^J aJ h*o hG3 5hG3 CJ OJ QJ ^J aJ   hp hG3 CJ OJ QJ ^J aJ  hG3  	hG3 5hZ hG3 5hy 5CJ OJ QJ ^J aJ #hp hy 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ  b                                                                                                                                                                                                                                                                                                                                                                                                                                                                            
  $$If   gdG3 	  $If   gdG3                                             kdo  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ӝ  Ԝ  ՜  ל                         6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdG3                                             kdq  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         K    2  3  D  v                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kder  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdG3  
v  w  x  y  z  {    \  ]    ӡ  
  |            w            r            r            l            l   4  v: r            r   4  v: r   4  v: g            g                              gd   $gd{X    gdTB    gdk]   kds  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w  x  y  z  {                ݠ  1  [  \  ųn]L;*]      hp hZ CJ OJ QJ ^J aJ   hp h
 CJ OJ QJ ^J aJ   hp h9 CJ OJ QJ ^J aJ   hp h!@| CJ OJ QJ ^J aJ  #hp ht 5CJ OJ QJ ^J aJ #hp hA= 5CJ OJ QJ ^J aJ #hp hA 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp hy 5CJ OJ QJ ^J aJ 	h{X 5 hp h& CJ OJ QJ ^J aJ  #hp hK9 6CJ OJ QJ ^J aJ #hp hG3 5CJ OJ QJ ^J aJ  \      ӡ    	    A  U      ע    -  .  C  u  v                    ң  ӣ        ÿȿxfWf               hh1 0J 5OJ QJ \^J  "hp hh1 0J 5OJ QJ \^J  #hp hG3 6CJ OJ QJ ^J aJ h*o hG3 5hG3 CJ OJ QJ ^J aJ  hh1 CJ OJ QJ ^J aJ   hp hG3 CJ OJ QJ ^J aJ  hG3  	hG3 5hZ hG3 5h7!  hW> h CJ OJ QJ aJ  hW> h 0J 5\  hp h CJ OJ QJ ^J aJ 
  B    آ  -  .  8  C  v                                                                                             6                                                                                                                                                                                                                                                                                                
  $$If   gdG3 	  $If   gdG3 
  ? $If   ^? gdG3    gd  
                                           kds  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ӣ          !  8                   v:                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdh1 	  $If   gdG3         9  B  N                   !  +  -  3  4  ;  =  R  S  b  d  e  f  ~  ̻̪奝̏̏}h}hhhWF  hp hh1 CJ OJ QJ ^J aJ   hG3 hG3 CJ OJ QJ ^J aJ  )hp hG3 B*CJ OJ QJ ^J aJ ph   #hp hG3 5CJ OJ QJ ^J aJ hG3 CJ OJ QJ ^J aJ  hZ hG3 5	hG3 5 h{W hG3 CJ OJ QJ ^J aJ   h| hG3 CJ OJ QJ ^J aJ   hp hG3 CJ OJ QJ ^J aJ  h hG3 5hG3  hh1  #h[Y hG3 CJ OJ QJ \^J aJ  8  9                                         kd-u  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9  B               -  4  <                             *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdG3 K$  kdv  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdG3 	  $If   gdG3  
<  =  S  c  d  e                             
  v: R            I                                                                     	  $If   gdG3 Q  kdw  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdG3 K$Q  kd;w  $If   K$L$l 0                                     
t                              4   4 
l a   e  f      ĥ  ץ          |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gd>Q"   kdUx  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                         	  ,              ̦  Ҧ  Ӧ  ۦ  ݦ        ñÓ|e`XFF #hp hh1 5CJ OJ QJ ^J aJ hZ hh1 5	hh1 5,hh1 hh1 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph    h hh1 5+hp hh1 0J 5B*OJ QJ \^J ph   "hp hh1 0J 5OJ QJ \^J  hh1  #hp hh1 6CJ OJ QJ ^J aJ h*o hh1 5 hp hh1 CJ OJ QJ ^J aJ  hh1 CJ OJ QJ ^J aJ                                             kdy  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  	  ,  Z          ̦                                                              G                           *  v:     kdcz  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F# $If   gd|    
& F# $If   gdh1 	  $If   gdh1 	  $If   gd>Q"  ̦  Ӧ  ܦ  ݦ                           
  v:                            
  v: R                           
  v:                         Q  kd{  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd{  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd>Q" K$     
      $  .  /  0  2  3  4  U  V              R  k          ܹܹܹǍwoܹ^G             ,hh1 hh1 6B*CJ OJ QJ ^J aJ ph     h| hh1 CJ OJ QJ ^J aJ  h hh1 5+hp hh1 0J 5B*OJ QJ \^J ph   "hp hh1 0J 5OJ QJ \^J  #hp h>Q" 6CJ OJ QJ ^J aJ h*o hh1 5hh1 CJ OJ QJ ^J aJ  hh1   hG3 hh1 CJ OJ QJ ^J aJ   hp hh1 CJ OJ QJ ^J aJ  #hp hh1 6CJ OJ QJ ^J aJ        	  
                               
  v: R            I                                                                     	  $If   gd>Q" Q  kd|  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd>Q" K$Q  kd7|  $If   K$L$l 0                                     
t                              4   4 
l a       4  U  V  {          |            s            s     v: s      j            j            j            s            s                                                             	  $If   gdh1 	  $If   gd>Q"   kdQ}  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd~  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                          *  [   *  Y                *  v: P                             kd_  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdh1    
& F$ $If   gdh1    
& F/ $If   gdh1 	  $If   gd>Q"  	            &  V  \  ]  e  g  ߫                  	  
  )  *  t  u  x        v  ӯ䒯jbQ    h| hh1 CJ OJ QJ ^J aJ  h hh1 5+hp hh1 0J 5B*OJ QJ \^J ph   "hp hQ0 0J 5OJ QJ \^J  h*o hh1 5hh1   hG3 hh1 CJ OJ QJ ^J aJ  #hp hh1 6CJ OJ QJ ^J aJ #hp hh1 5CJ OJ QJ ^J aJ  hp hh1 CJ OJ QJ ^J aJ  hh1 CJ OJ QJ ^J aJ  hZ hh1 5	hh1 5   V  ]  f  g  o        Ū  ߪ    	  #  +  @  U                               v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v: 	  $If   gd>Q"  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd>Q" K$   
& F$ $If   gd>Q"  U  g        ū  ߫                       v:      v:      v:      v:                                                                                                                                                                                
& F$ $If   gd>Q"  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd>Q" K$	  $If   gd>Q"      
  *  O  b  u  v  w  |            s            s     v: j            j            j            s            s                                                                              	  $If   gdQ0 	  $If   gd>Q"   kd=  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w  x                                         kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x                                               *  [    *  [             ]                                    R                    
  $If   gd>Q" K$  kdK  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdh1    
& F% $If   gdh1 	  $If   gd>Q"  	v                ǭ              s  u  v  w      þweweeTC5  hQ0 CJ OJ QJ ^J aJ   hp hQ0 CJ OJ QJ ^J aJ   hG3 h>Q" CJ OJ QJ ^J aJ  #hp h>Q" 6CJ OJ QJ ^J aJ #hp h>Q" 5CJ OJ QJ ^J aJ hh1 CJ OJ QJ ^J aJ   hp h>Q" CJ OJ QJ ^J aJ  h>Q" CJ OJ QJ ^J aJ  hZ hh1 5	hh1 5hh1  ,hh1 hh1 6B*CJ OJ QJ ^J aJ ph     hp hh1 CJ OJ QJ ^J aJ   h| hh1 CJ OJ QJ ^J aJ           .  @  Z  t          ծ        0                                           v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:          	  $If   gd>Q"  S  kd  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd>Q" K$ 0  @  Z  t  u  v                   v:                                                                                                                                                                                                                                        	  $If   gdh1  S  kd  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd>Q" K$	  $If   gd>Q"  v  w      ʯ  ݯ          |            s            s     v: j            j            j            j            s            s                                                             	  $If   gdQ0 	  $If   gdye   kd)  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                            C  ޱ            F  G  H  `  Ǹs\WO> hG3 hQ0 CJ OJ QJ ^J aJ  hZ hQ0 5	hQ0 5,hh1 hQ0 6B*CJ OJ QJ ^J aJ ph     h| hQ0 CJ OJ QJ ^J aJ  h hQ0 5+hp hQ0 0J 5B*OJ QJ \^J ph   "hp hQ0 0J 5OJ QJ \^J  hQ0  hQ0 6CJ OJ QJ ^J aJ #hp hQ0 6CJ OJ QJ ^J aJ h*o hQ0 5hQ0 CJ OJ QJ ^J aJ   hp hQ0 CJ OJ QJ ^J aJ                                            kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         B                                                   *  [    *  [                *  v:    *  v: ]                                      kd7  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdQ0 	  $If   gdQ0 	  $If   gdye  
  G  H  p        Բ                    s                             v: j            j            j            j                                                                    	  $If   gdQ0   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdye  
`  j  k  l  n  o  p                      Q              ʸrraJE=   hZ hQ0 5	hQ0 5,hh1 hQ0 6B*CJ OJ QJ ^J aJ ph     h| hQ0 CJ OJ QJ ^J aJ  #hp hQ0 6CJ OJ QJ ^J aJ h hQ0 5hQ0  +hp hQ0 0J 5B*OJ QJ \^J ph   "hp hQ0 0J 5OJ QJ \^J  #hQ0 hQ0 6CJ OJ QJ ^J aJ hQ0 6CJ OJ QJ ^J aJ h*o hQ0 5 hp hQ0 CJ OJ QJ ^J aJ  hQ0 CJ OJ QJ ^J aJ                                            kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ų    Q                                                 *  [                            *  v:    *  v: P                 kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdQ0    
& F* $If   gdQ0 	  $If   gdQ0 	  $If   gdye  	    V  W          ˵  ޵                       *  v: s                             v:    6  v:                                                                                           kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdye    U  V  W  o  y  z  {  }  ~              Ѷ    #  %  &  Ĳ݂p_M6    ,hh1 hQ0 6B*CJ OJ QJ ^J aJ ph    #h| hQ0 6CJ OJ QJ ^J aJ  h| hQ0 CJ OJ QJ ^J aJ  #hp hQ0 6CJ OJ QJ ^J aJ h hQ0 5+hp hQ0 0J 5B*OJ QJ \^J ph   "hp hQ0 0J 5OJ QJ \^J  #hQ0 hQ0 6CJ OJ QJ ^J aJ h*o hQ0 5 hp hQ0 CJ OJ QJ ^J aJ  hQ0   hG3 hQ0 CJ OJ QJ ^J aJ  hQ0 CJ OJ QJ ^J aJ                                            kds  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Ҷ    =    %  &  '  8                                                     *  [                *  v: P                             kdǌ  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdQ0    
& F* $If   gdQ0 	  $If   gdQ0 	  $If   gdye  	&  '  7  8                      (  )  {  |  }                оЬokZZZR                                   h*o hye 5 hp hye CJ OJ QJ ^J aJ  hye   hG3 hye CJ OJ QJ ^J aJ  hye CJ OJ QJ ^J aJ  hZ hye 5	hye 5 hG3 hQ0 CJ OJ QJ ^J aJ  #hp hQ0 6CJ OJ QJ ^J aJ #hp hQ0 5CJ OJ QJ ^J aJ  hp hQ0 CJ OJ QJ ^J aJ  hQ0 CJ OJ QJ ^J aJ  hZ hQ0 5	hQ0 5hQ0 8                ϸ        %  ?  Y  a                                           v:                              v:      v:      v:      v:      v:      v:      v:                                	  $If   gdye  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdye K$	  $If   gdQ0 	  $If   gdye  a  v        ѹ                             v:      v:      v:      v:      v:      v:                                                                                                                                                   	  $If   gdye  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdye K$	  $If   gdye  
    )  |  |            s            s   *  v:                                                                                                                                                                                	  $If   gdye   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |  }        ̺  ߺ          |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdye   kd_  $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                ʻ        ̽  ͽ  ٽ  ޽    7  }          ¾  ľ      ۶pkcUUUCC#hp hye 5CJ OJ QJ ^J aJ hye CJ OJ QJ ^J aJ  hZ hye 5	hye 5,hh1 hye 6B*CJ OJ QJ ^J aJ ph     hp hye CJ OJ QJ ^J aJ  #hp hye 6CJ OJ QJ ^J aJ h hye 5hye  +hp hye 0J 5B*OJ QJ \^J ph   h n 0J 5OJ QJ \^J  "hp hye 0J 5OJ QJ \^J  #hQ0 hye 6CJ OJ QJ ^J aJ                                             kd'  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ʻ  *  f  z  
        ͽ                 *  v:                *  [    *  [   *  Y   *  Y             f                                                        kd{  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdye 	  $If   gdye  
ͽ  7      þ  ľ  ̾          7  Q  b  |                                           v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }            }   4  v:         	  $If   gdye  S  kd5  $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdye K$   
& F& $If   gdye    
& FS $If   gdye  |        ɿ  ޿        4  N  _  y                         4  v:                              v:      v:      v:      v:      v:      v:                  v:      v:      v:                                                    S  kdǒ  $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdye K$	  $If   gdye                #  6  I  J  K              s            j            j     v: j   6  v: j            j            j            j            j            j                           	  $If   gdh   kdY  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdye                            H  I  L  U    H  I  o  p  #  $  	  Ĳ{wo]]]O                                  h| CJ OJ QJ ^J aJ  #hp hh 6CJ OJ QJ ^J aJ h hh 5hh  +hp hh 0J 5B*OJ QJ \^J ph   hh 0J 5OJ QJ \^J  "hp hh 0J 5OJ QJ \^J  #hQ0 hh 6CJ OJ QJ ^J aJ h*o hh 5hh CJ OJ QJ ^J aJ   hp hh CJ OJ QJ ^J aJ  hye   hG3 hye CJ OJ QJ ^J aJ K  L                                         kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L  U    p    $  W       u    z          f  }      
  9  e                     *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdh    
& F' $If   gdh 	  $If   gdh  	                                            ޾}}}}fb]UD                            h;p h;p CJ OJ QJ ^J aJ  hZ hh 5	hh 5hh  ,hh1 hh 6B*CJ OJ QJ ^J aJ ph    )hp hh B*CJ OJ QJ ^J aJ ph3f )hp hh B*CJ OJ QJ ^J aJ ph   ,hp hh 6B*CJ OJ QJ ^J aJ ph    #hp hh 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp hh CJ OJ QJ ^J aJ   h| hh CJ OJ QJ ^J aJ         "  +  |            s            j            _            _     v:                                                                                                       
  $If   gd;p K$	  $If   gd;p 	  $If   gdh   kdg  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         !  "  *  ,  {  }  ~                        
    ۳rcrME                                  h h)fx 5+hp h)fx 0J 5B*OJ QJ \^J ph   h)fx 0J 5OJ QJ \^J  "hp h)fx 0J 5OJ QJ \^J  h)fx  h*o h)fx 5h)fx CJ OJ QJ ^J aJ   hp h)fx CJ OJ QJ ^J aJ  hh  ,hh hh 6B*CJ OJ QJ ^J aJ ph     hp h;p CJ OJ QJ ^J aJ  #hp h;p 6CJ OJ QJ ^J aJ #hp h;p 5CJ OJ QJ ^J aJ  +  ,  4  I  ^  s                )  :  T  \  q                             4  v:    4  v:                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gd;p K$	  $If   gd;p  S  kd!  $If   K$L$l 0                     x                
t                                4   4 
l a   q                &  7  Q  b  |  }  ~                               v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdh  S  kd  $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd;p K$	  $If   gd;p  ~                    	  |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gd)fx   kdE  $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	  
                                         kd
  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
        3      #            3  R  w        
                   *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gd)fx    
& F9 $If   gd)fx    
& F( $If   gd)fx 	  $If   gd)fx            0                          +  7  J                    
           d  ܹǍǍǍǍǍǍ|xskZ  h;p h;p CJ OJ QJ ^J aJ  hZ h)fx 5	h)fx 5h)fx   h{W h)fx CJ OJ QJ ^J aJ  )hp h)fx B*CJ OJ QJ ^J aJ ph3f ,hp h)fx 6B*CJ OJ QJ ^J aJ ph    h)fx CJ OJ QJ ^J aJ  )hp h)fx B*CJ OJ QJ ^J aJ ph    hp h)fx CJ OJ QJ ^J aJ  #hp h)fx 6CJ OJ QJ ^J aJ  #       d  k  t  |            s            j            _            _   
  v:                                                                                                       
  $If   gd;p K$	  $If   gd;p 	  $If   gd)fx   kda  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d  j  k  s  u                          F  G  K  T  f    ۹|m|[SA                #hp h44 6CJ OJ QJ ^J aJ h h)fx 5#h[Y h)fx CJ OJ QJ \^J aJ h44 0J 5OJ QJ \^J  "hp h44 0J 5OJ QJ \^J  h*o h)fx 5h44 CJ OJ QJ ^J aJ   hp h44 CJ OJ QJ ^J aJ  h)fx   hG3 h)fx CJ OJ QJ ^J aJ   hp h;p CJ OJ QJ ^J aJ  #hp h;p 6CJ OJ QJ ^J aJ #hp h;p 5CJ OJ QJ ^J aJ  t  u  }              
    2  I  Z  p                                   
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gd;p K$	  $If   gd;p  S  kd  $If   K$L$l 0                                     
t                                4   4 
l a                    .  ?  V  m  ~                         
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kd  $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd;p K$	  $If   gd;p                !  4  G  I  J              s                              j            j            j            j            j                                                   	  $If   gd44   kd?  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd)fx  J  K                                         kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K  T  f  .     ~    6          M          <  =  D                                            *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                       
& F, 
  $If   gd44 
  
  $If   gd44    
& F+ 
  $If   gd44 	  $If   gd44 	  $If   gd)fx    .  `     a  }      O    6  K      )    $  9    e  x              !  4  @  S  Z  \  l  m          ꫦ|k                     hp h[B CJ OJ QJ ^J aJ   h6= h)fx CJ OJ QJ ^J aJ   h;p h;p CJ OJ QJ ^J aJ  hZ h)fx 5	h)fx 5h)fx  )hp h44 B*CJ OJ QJ ^J aJ ph3f )hp h44 B*CJ OJ QJ ^J aJ ph    hp h44 CJ OJ QJ ^J aJ  )hp h44 B*CJ OJ QJ ^J aJ ph    &  !  a            <  [  \                 *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                            kdM  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd44    
& F9 $If   gd44  
\  m                               *  v: s            j            j      j   6  v: j      j                                                                              	  $If   gd[B   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd)fx                          -  .                  Ƶxc\QL=L             hn 5CJ OJ QJ ^J aJ 	hy 5hPw hr B*ph   hv h  )h{W h[B B*CJ OJ QJ ^J aJ ph    h[B h[B CJ OJ QJ ^J aJ  hZ h[B 5	h[B 5 h{W h[B CJ OJ QJ ^J aJ  h[B CJ OJ QJ ^J aJ   hp h[B CJ OJ QJ ^J aJ  h h[B 5hx  #h[Y h[B CJ OJ QJ \^J aJ h[B CJ OJ QJ \^J aJ h[B  h*o h[B 5                                            kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       :  \  ~                                                     *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gd[B 	  $If   gd[B      .  a    |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gd[B   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 s  u      "  Z  |            w            r            m            h            _            Z            Z            Z            Z                     gdR    
 + gd    gd^    gd*}7    gdz    gdTB   kdϠ  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
                  (  '  r  t  u          !  5  Y  m          E  F  M  Q  d  ͼ͚wfUf                 hp h[A CJ OJ QJ ^J aJ   hp h*}7 CJ OJ QJ ^J aJ   hp hM CJ OJ QJ ^J aJ  "hp hR 0J 5OJ QJ \^J   hp hR CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   hp hb CJ OJ QJ ^J aJ   hp h^ CJ OJ QJ ^J aJ  	h*}7 5	hTu 5	hy 5	hA 5	h 5h8e h*}7 5 Z      E  F    ?  @             Y  Z        ?      *  +  5                                                                                                                                                                                                                                                                                               
  ? $If   ^? gd*    gdC    gdc    gd%w    gdTB    gdU    gd[A    gd*}7    gdR  d                                  ?             /  3  E  I  ]  a  s  w            ͼͼxf                         #hp h10 5CJ OJ QJ ^J aJ  hp h*}7 CJ OJ QJ ^J aJ   hp hoc
 CJ OJ QJ ^J aJ   hp h||\ CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ   hp h  CJ OJ QJ ^J aJ   hp h
 CJ OJ QJ ^J aJ   hp hH CJ OJ QJ ^J aJ   hp h-# CJ OJ QJ ^J aJ #            A  W  X  Y  Z              >  R          *  +  @  r  s  }      ̺{o`o`o`o`o`o`\TO\OT\    	h* 5hZ h* 5h*  hW> hC CJ OJ QJ aJ  hW> hC 0J 5\  hp hC CJ OJ QJ ^J aJ  hC  h%w  hD?   hp hY CJ OJ QJ ^J aJ   hp hD? CJ OJ QJ ^J aJ  #hp h%w 5CJ OJ QJ ^J aJ #hp hTu 5CJ OJ QJ ^J aJ #hp h10 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ  5  @  s  }                   6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd* 	  $If   gd*                                             kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                               
  R  v  w  x                      ɷɷɥ՝zumX                      )h{W h* B*CJ OJ QJ ^J aJ ph   hZ h* 5	h* 5 h{W h* CJ OJ QJ ^J aJ  #hp h* 6CJ OJ QJ ^J aJ h h* 5#h[Y hO CJ OJ QJ \^J aJ hO 0J 5\ h* 0J 5\ hW> hO 0J 5\ h*  h*o h* 5h* CJ OJ QJ ^J aJ   hp h* CJ OJ QJ ^J aJ                                         6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd*                                              kdݢ  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  R  u          I  w  x                   *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kd1  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd* 	  $If   gd*                                     s                              j            j            j            j                                                                    	  $If   gdh   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd*  
                 
  N  O                    	  
      !  "  4  5  Z  [  ͼՔwռiiaULULU   h 0J 5\ hW> h 0J 5\ h*o h* 5h* CJ OJ QJ ^J aJ  )h{W h* B*CJ OJ QJ ^J aJ ph   hZ h* 5	h* 5 h{W h* CJ OJ QJ ^J aJ  #hp h* 5CJ OJ QJ ^J aJ  hp h* CJ OJ QJ ^J aJ  h h* 5h*  #h[Y h* CJ OJ QJ \^J aJ hh 0J 5\ hW> hh 0J 5\                                           kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  +  O                                     *  [             f                           *  v:                                                                                    kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd* 	  $If   gd*          "  5  H  [  ]  ^  |            s            s      j            j            j            j            s            s                                                             	  $If   gd 	  $If   gd*   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^  _                                         kdm  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [  _  h      ,  -  .  >  ?  @  A  Y  c  d  h  i  j  |  }                  i  j          	  
    㐈|s|s|a          #h[Y h* CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h* 5h* CJ OJ QJ ^J aJ  )h{W h* B*CJ OJ QJ ^J aJ ph   hZ h* 5	h* 5 h{W h* CJ OJ QJ ^J aJ  #hp h* 5CJ OJ QJ ^J aJ  hp h* CJ OJ QJ ^J aJ  h h* 5h* $_  h      -  .  ?  @                             *  [             f                           *  v:                                                                                    kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd* 	  $If   gd*  @  A  i  j  }            |            s            s      j            j            j            j            s            s                                                             	  $If   gd 	  $If   gd*   kd{  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd5  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     j      	  
                            *  Y             f                           *  v:                                                                                    kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd* 	  $If   gd*  
      =          #      P  |            w            w            w            w            r            r            i            r            r            d                        gde    `gda    gdc    gd^f   kdC  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               .  <  =  a  h  n              ۺugV?                                               ,hp h/a 5B*CJ OJ QJ ^J aJ ph     hp he CJ OJ QJ ^J aJ  hW CJ OJ QJ ^J aJ   hp h}
 CJ OJ QJ ^J aJ   hp hW CJ OJ QJ ^J aJ   hp hW CJ OJ QJ ^J aJ  #hp h^f 5CJ OJ QJ ^J aJ #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h10 5CJ OJ QJ ^J aJ #hp h& 5CJ OJ QJ ^J aJ              "  #  }        P  c                 ŶŤœwfZKZKZK?6    he 0J 5\ he CJ OJ QJ aJ  hW> he CJ OJ QJ aJ  hW> he 0J 5\  hp he CJ OJ QJ ^J aJ  h& CJ OJ QJ ^J aJ  he CJ OJ QJ ^J aJ   hp h& CJ OJ QJ ^J aJ  #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h& 5CJ OJ QJ ^J aJ #hp h/a 5CJ OJ QJ ^J aJ ,hp h^f 5B*CJ OJ QJ ^J aJ ph   P        F        U              C  M  W                                                                                                                                                                                                                                                                                                                                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gdU    gde    &  '  E  F  Y  `  x                
    !  T  h                B  C  M  W  X  }n}n}nb^VQ^QV^   	hU 5hZ hU 5hU  hU CJ OJ QJ aJ  hW> he CJ OJ QJ aJ  hW> he 0J 5\ hW> h6C 0J 5\ #hb` h6C 0J CJ OJ QJ \aJ h6C 0J 5\ 
he 0J \#hb` h]E 0J CJ OJ QJ \aJ he 0J 5\ he CJ OJ QJ aJ  hb` 0J CJ OJ QJ \aJ #hb` he 0J CJ OJ QJ \aJ  W  X                                         kd  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               X  p  z  {  ~                                p        ǻyum_N_@_         h[ CJ OJ QJ ^J aJ   h| h79i CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h hU 5h[  #h[Y hU CJ OJ QJ \^J aJ "h[K h[K 0J 5OJ QJ \^J  h[K h[K 0J 5\ "hW> h79i 0J 5OJ QJ \^J  hW> h79i 0J 5\ hU  h*o hU 5ha CJ OJ QJ ^J aJ  hU CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ X                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd79i 	  $If   gd|                                             kdQ  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   p          "  d  e  v                                         *  [    *  [    *  [                *  [ Y                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd|    
& F, $If   gd79i 	  $If   gd|  
      	    "  )  /  c  d  e  u  v  y                          ҸݸssaLaLsLsL                       )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ hU 5	hU 5hU  )h79i hU B*CJ OJ QJ ^J aJ ph   #h79i B*CJ OJ QJ ^J aJ ph   h79i B*ph3f hv h79i B*ph3f )h79i h79i B*CJ OJ QJ ^J aJ ph   h79i CJ OJ QJ ^J aJ v                                           
  v:                            
  v: I                                   Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd_  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$	  $If   gd              +  >  Q  S  T  j              s                                   1                                                                                                      kdy  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                          *  +  P  Q  T  ]  i  j  k  t  u        ǹ楜憂zi[J[                    h| h0q) CJ OJ QJ ^J aJ  h0q) CJ OJ QJ ^J aJ   hp h0q) CJ OJ QJ ^J aJ  h hU 5h5  hjN  #h[Y hU CJ OJ QJ \^J aJ hU 0J 5\ hW> hU 0J 5\ h*o hU 5h5 CJ OJ QJ ^J aJ  hU CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ  hU  )h{W hU B*CJ OJ QJ ^J aJ ph    j  k                                         kd3  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               k  t      /  L  e  x            .  M  N                             *  [    *  [    *  [    *  [    *  [    *  [                *      *  H    *  H    *  H                                                                                                                                                                                            	  $If   gdjN    
& F, $If   gdjN    
& F, $If   gd0q) 	  $If   gd|    .  /                  %  .  5  ;  L  M  N  O  _  `  c  i      ϽϧϽuqldSA      #hp hjN 5CJ OJ QJ ^J aJ  hp hjN CJ OJ QJ ^J aJ  hZ hU 5	hU 5hU   h{W hU CJ OJ QJ ^J aJ   h| hjN CJ OJ QJ ^J aJ  h5 B*ph3f hjN B*ph3f hv hjN B*ph3f hv hjN B*ph   #hjN B*CJ OJ QJ ^J aJ ph   )h79i hjN B*CJ OJ QJ ^J aJ ph   h0q) CJ OJ QJ ^J aJ  hjN CJ OJ QJ ^J aJ N  O  `        |            s            j            _            _   
  v:                                                                                                       
  $If   gdjN K$	  $If   gdjN 	  $If   gd|   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                             )  *  <  =  b  c  g  ǹꤠsk_V_V_D       #h[Y hU CJ OJ QJ \^J aJ hU 0J 5\ hW> hU 0J 5\ h*o hU 5h5 CJ OJ QJ ^J aJ  hU CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ  hU  )h{W hU B*CJ OJ QJ ^J aJ ph   hjN CJ OJ QJ ^J aJ   hp hjN CJ OJ QJ ^J aJ  #hp hjN 5CJ OJ QJ ^J aJ )hp hjN B*CJ OJ QJ ^J aJ ph                                           
  v: R            I                                                                     	  $If   gd| Q  kdε  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdjN K$Q  kdA  $If   K$L$l 0                                     
t                              4   4 
l a           *  =  P  c  e  f  |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gd|   kd[  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f  g                                         kd  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g  p      A  S          %  )  *  +                                         *  [    *  [    *  [    *  [    *      *  H    *                  *  v:                                                                                                                                                                                                                                            	  $If   gd$3    
& FT $If   gd$3 	  $If   gd|  
g  p  q                            $  %  (  )  *  +  ,  <  =  @  U  ^  h  i  زqmh`                                           hZ hU 5	hU 5hU   h{W hU CJ OJ QJ ^J aJ  h$3 B*ph3f hv h$3 B*ph3f hv h$3 B*ph   #h$3 B*CJ OJ QJ ^J aJ ph   )h79i h$3 B*CJ OJ QJ ^J aJ ph    h| h$3 CJ OJ QJ ^J aJ  h$3 CJ OJ QJ ^J aJ   hp h$3 CJ OJ QJ ^J aJ  h hU 5 +  ,  =  j  |            s            s   *  v:                                                                                                                                                                                	  $If   gd|   kdi  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i  j  k                                    [  \  
  P  ǹ楜qcRcqcqc                                    h| h$3 CJ OJ QJ ^J aJ  h$3 CJ OJ QJ ^J aJ   hp h$3 CJ OJ QJ ^J aJ  h hU 5#h[Y hU CJ OJ QJ \^J aJ hU 0J 5\ hW> hU 0J 5\ h*o hU 5h5 CJ OJ QJ ^J aJ  hU CJ OJ QJ ^J aJ   hp hU CJ OJ QJ ^J aJ  hU  )h{W hU B*CJ OJ QJ ^J aJ ph    j  k                  |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gd|   kd#  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kdݹ  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   \     > o      S T                            *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                    	  $If   gd$3    
& F$ $If   gd$3    
& F/ $If   gd$3 	  $If   gd|  
           R S T U e f i ~        ººغyydUD        hp he CJ OJ QJ ^J aJ  hW> hU CJ OJ QJ aJ  )h{W hU B*CJ OJ QJ ^J aJ ph    hp h$3 CJ OJ QJ ^J aJ  h$3 CJ OJ QJ ^J aJ  hZ hU 5	hU 5hU   h{W hU CJ OJ QJ ^J aJ  h$3 B*ph3f hv h$3 B*ph3f hv h$3 B*ph   #h$3 B*CJ OJ QJ ^J aJ ph   )h79i h$3 B*CJ OJ QJ ^J aJ ph    T U f  |            s            s   *  v:                                                                                                                                                                                	  $If   gd|   kd1  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  |            w            r            m            r            h            c            m            ^            h                             gd^f    gde<    gd
S    gd/a    gdc    gde   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
             
   ,     ŶŤoŶŤo^M^6    ,hp h
 5B*CJ OJ QJ ^J aJ ph     hp hP9 CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h^f 5CJ OJ QJ ^J aJ  hp he< CJ OJ QJ ^J aJ  #hp h
S 5CJ OJ QJ ^J aJ #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h10 5CJ OJ QJ ^J aJ #hp hc 5CJ OJ QJ ^J aJ ,hp h/a 5B*CJ OJ QJ ^J aJ ph        s   4 5 n     9 	 8	 9	 v	 (
 b
 c
 
 J K                                                                                                                                                                                                                                                                                                                            gd(o    gdK    gd~    gdTu    gd
    gdE$    gdTB         - r s  4 5 A E n  ׶ץ}eNȶ=                                       hp hTu CJ OJ QJ ^J aJ  ,hp h,- 5B*CJ OJ QJ ^J aJ ph    /hp hY 5;B*CJ OJ QJ ^J aJ ph   ,hp hE$ 5B*CJ OJ QJ ^J aJ ph     hp h  CJ OJ QJ ^J aJ   hp hE$ CJ OJ QJ ^J aJ  #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp hE$ 5CJ OJ QJ ^J aJ ,hp hY 5B*CJ OJ QJ ^J aJ ph     
  ) 8 9 	 9	 E	 I	 f	 u	 v	 '
 (
 b
 c
 ׶ץ|||kYB1          hp hf\ CJ OJ QJ ^J aJ  ,hp h(o 5B*CJ OJ QJ ^J aJ ph    #hp h[%b 5CJ OJ QJ ^J aJ  hp h[%b CJ OJ QJ ^J aJ  #hp hK 5CJ OJ QJ ^J aJ ,hp h~ 5B*CJ OJ QJ ^J aJ ph     hp h~ CJ OJ QJ ^J aJ  #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h~ 5CJ OJ QJ ^J aJ ,hp hTu 5B*CJ OJ QJ ^J aJ ph   c
 o
 s
 
 
 
      C 
 
 
 
 6 < J ̂kVRA0A   hp h CJ OJ QJ ^J aJ   hp hZD CJ OJ QJ ^J aJ  h  )hp h-R B*CJ OJ QJ ^J aJ ph   ,hp hTu 5B*CJ OJ QJ ^J aJ ph     hp hTu CJ OJ QJ ^J aJ   hp h& CJ OJ QJ ^J aJ  ,hp h(o 5B*CJ OJ QJ ^J aJ ph     hp h
 CJ OJ QJ ^J aJ  #hp hTu 5CJ OJ QJ ^J aJ hn 5CJ OJ QJ ^J aJ #hp h
 5CJ OJ QJ ^J aJ         C 
 
 
 K    u   M N Y e t                                                                                                                4                  4                  4                  4      4                                                             	  $If   gd    gdHvO   gd}   gda    gd   gdp|    gdTB   gd    gdTk    gdTu    gd(o    gd
  J K     u       D L M N Y o s         zeaYTYTYaPaLH     hQ3  h)  h{X  	h 5h7| h 5h  )hp hHvO B*CJ OJ QJ ^J aJ ph   &h}73 5B*CJ OJ QJ ^J aJ ph    &hHvO 5B*CJ OJ QJ ^J aJ ph    ,hp hHvO 5B*CJ OJ QJ ^J aJ ph    h}  h   ha  hpo   hp hp| CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  hp|   hp h CJ OJ QJ ^J aJ t                       P         D            ?            ?   &   ?                  gdTB   kd  $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a  	  $If   gd                                                               &      &      |  j    V  j Z                                      kdC  $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdYP   gdYP  $gd+Ic    gdTB  	        ' + , b c g h     @ A w x { |        $ [ \           ž񬥞zq       h.A h aJ  h%HR hN  hN h  hN  h%HR h  hN h  h  hPg h%HR  h%HR h%HR  h%HR  h- h#  hPg hPg  h- hPg  hPg  ha3  ha3 h#  ha3 ha3  h	mx  hYP hYP  h~< hYP  hYP  h#  hTB hTB  h_h +         |  j    V  j                |  j    V  j                                                                                                                                                                                     o  kd  $$If   l       0   T# T                 .                
t  0                                                              4 
l al 	 $If   gdYP         &                            &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gd#  
 $$If   gd#   gd#    gdYP  o  kd  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  & ' , c h 2            )     j )     j )     j           	 $If   gd#    kdR  $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     h      ;      j [            R     j R     j R     j R     j                                                           	 $If   gdPg    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd#  ; < A x |  d            [     j R            [     j [     j                                                                            	  $If   gdPg 	 $If   gd#    kdH  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            [     j R            [     j [     j                                                                            	  $If   gdPg 	 $If   gd#    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    $ \ a  d            [     j R            [     j [     j                                                                            	  $If   gd 	 $If   gd    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [     j R            [     j [     j                                                                            	  $If   gdPg 	 $If   gd#    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      B G S d            _            Z   &   U            L     j L   ,  j                                               	 $If   gdYP    gdYP   gdYP    gd
    kdl  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  S T W a n            e     j e   ,  j                                                                                                                                                    	 $If   gdYP    kd5  $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           a b e n                  j    ,  j                                                                                                                                                                                                            	 $If   gdYP  t  kd
  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  n o p                                  &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdYP   gdYP    gd
  t  kd  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdD  $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                     d  j      j      j      j      j A               d  j           kd  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdYP 	 $If   gdYP               j      j      j      j A               d  j      j           kd|  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdYP  $$If   a$gdYP              j      j      j A            <            7   &         gdC    gd
    kd[  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdYP  $$If   a$gdYP                  
   : ; = > j k               M N Y Z j k 氟r    /jl  hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hz hC 6hC 6B*ph     hC ,              &  v:                            &      &      z
        v:                z
        v:                                                                                                                      E  kd:  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gd
   gdC  
                      z
        v: a               z
        v:                                                                                          E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd  $$If   l 0 
" R                                                           4 
l a    
    . :                z
        v: a               z
        v:                                                                                          E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdW  $$If   l 0 
" R                                                           4 
l a   : ; < = > P j                z
        v: a               z
        v:                                                                                          E  kdt  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd  $$If   l 0 
" R                                                           4 
l a   j k v                    z
        v: a               z
        v:                                                                                          E  kd2  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd  $$If   l 0 
" R                                                           4 
l a                         &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kd  $$If   l 0 
" R                                                           4 
l a         l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            r s l            g            a   &   \   &   g            g            g            g            g            g                        gdP  $gdP    gdP    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
k o p e f q r            ` b m n          @ B C O P    # # &# F# k# t# # # )$ *$ <$ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j  hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0s      a b n                 &      &                                v:                              v:                                                                                                                                           S  kd:  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	      A                              v: N                             v:                                                    S  kd^  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   A B C P          O    ! ! ! Q"                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Q" R" # l# # # $ )$ *$ =$ % % % & & ^' ' ' ' ' ' ( ( y* z* * * $+                                                                                                                                                                &                                                                                                                                                                            gdP   
& FO gdP    gdP  <$ =$ $ $ $ $ % % % & & & ( ( ( x* z* * $+ :+ >+ K+ L+ + + + + + + + / / / / / / / R/ S/ ^/ ۵۵۵ۭۜۋzrgrrr       jf  hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '$+ 0+ ?+ K+ L+ + + +                e         j                           e  v:      v:                                                                                            kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  + + + @, E, , , , , i- - s            n   &   i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
-  . . . / g/ h/ / / X0 Y0 1 1  3 !3 3 3 4 4 4 4 5 ;6 7 7 8 8                                                                                                                                                                                                                            &                                                                                               
& F gdP   $ $gdP    gdP   
& FR gdP  ^/ _/ `/ d/ e/ h/ / / W0 1 r3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 R5 [5 d6 6 7 8 l9 m9 ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j4  hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj  hP U !8 m9 q9 r9 9 9 9                                                 e                                                                                                                        F  kd  $$If   l   l '{6    4   4 
l a] p
        F  kd  $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  m9 r9 9 9 9 9 9 9 9 9 9 : : (: ): D: E: a: b: ~: : : : : : : : : : ; ; ; ; ; < < = b= = = = = = y> > ^? v? ? ? @ '@ ]@ ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 39 9 9 9 9 9 9                                          v:      v: 5            v  kd  $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd  $$If   l   l '{6    4   4 
l a] p
         9 9 9 9 9 9 9 9                              v: t                                         v:                                                                                                              v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  9 9 9 9 9                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdD  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 
: : :                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : :  : ": (:                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (: ): <: >: D:                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdE  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D: E: Z: \: a:                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a: b: w: y: ~:                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~: : : : :                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdF  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdG  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : ;                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; ; < < = I= c= = = = = ,>                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,> @> t> > > > ? %? Y? w? ? ? ? 	@ (@ \@ ]@ ^@ _@ @ A A A A A A A B 6B 7B                                                                                                                                                                                                                4  v:                                                                                                                                           gdP  ]@ _@ i@ @ @ @ A A A A B 5B UB XB B B B B 'C RC C C D D 
D D D >D ?D \D ]D pD пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  7B UB cB vB wB B B B B B C 'C =C SC TC C C C C D 
D D                                                                                                                                                                                                                            6                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  D D                                     kdH  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D ?D \D ]D sD D D D D D                  v:          6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	pD sD D D D D D D D D gE iE yE zE E E E E E E E E F F  G G  G !G "G #G HG Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ D D                                     kd  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D D D D E E 4E PE QE fE gE hE iE zE                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  v:    *  v:    *   q                            kd  $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
zE E E E E E E E E             q            l                                                                                                                               gdP    kd  $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  E E                                     kdp  $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               E E E E F F "F >F ?F QF |F F F F F F F                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                         	  $If   gdP  F F G !G z            q            q   *  v:                                                                                                                                                                            	  $If   gdP    kd  $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       !G "G #G JG KG LG MG NG z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       HG IG JG OG XG G G G G H H H AH BH GH PH H H H H H H OI QI aI bI I I I I I I 1J 2J eJ ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "NG OG                                     kdA  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               OG XG wG xG G G G G G G G G H                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kd  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  H H H BH CH DH EH FH z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kdU  $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       FH GH                                     kd  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               GH PH H H OI PI QI bI I                *  v:                *  v:    *   q                           *  v:                                                                                          kdi  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  I I I I I 2J fJ |J }J J J z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd&  $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
eJ fJ }J J J J J J J J J (K =K >K rK {K L L L M M YM lM M M M M M M M M M M (N 8N 9N ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #J J J J                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  J J                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J (K >K @K qK                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  qK rK                                        kdE  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rK {K L L PL QL `L L L L M YM M                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  M M M M M M M |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdS  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M                                        kd
  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M 'N (N 9N ZN                *   s                           *  v:                                                                                                                                                kda  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  9N YN ZN [N \N ]N _N N N R R &R fR R R S eS S S T sT T U 0U U U V V NW mW W W oX X X Y Y Z vZ Z [ #[ [ [ \ \ о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -ZN [N \N ]N ^N _N N ,O -O nO yO O O O |            w            w            w            w   &   q   &   w            w   &  v: w   &  v: w   &  v: w   &  v: w   &  v: w   &  v:   $gdP    gdP   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O O O P (P ?P lP mP P P #Q $Q R R &R ;R fR tR R                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  R R R R             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd4  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R R S                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdQ  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S  S %S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %S &S 1S 6S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdn  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6S 7S AS FS             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FS GS HS eS sS S                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdI  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S S T                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdf  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T #T (T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (T )T 4T 9T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd$  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9T :T DT IT             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IT JT KT sT T T                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T U U /U                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /U 0U ;U @U             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @U AU KU PU             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd{  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PU QU \U aU             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aU bU lU qU             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qU rU sU U U U                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdV  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ZV V V V V                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kds  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W  W %W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %W &W 'W NW \W lW                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lW mW xW }W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }W ~W W W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W W W                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X 
X X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X (X -X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -X .X 8X =X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =X >X ?X oX }X X                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X Y Y                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y !Y &Y             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Y 'Y 1Y 6Y             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Y 7Y BY GY             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GY HY RY WY             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WY XY YY Y Y Y Z Z                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z $Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $Z %Z /Z 4Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdx
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4Z 5Z @Z EZ             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EZ FZ PZ UZ             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UZ VZ WZ vZ Z Z                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z [ [ "[                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdp
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "[ #[ .[ 3[             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3[ 4[ >[ C[             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C[ D[ O[ T[             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T[ U[ _[ d[             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d[ e[ f[ [ [ [                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ \ '\ L\ o\ p\ \ \ \ \ \ \ ~]                            &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ ] ] ] ] ] ] ] 
^ ^ ^ "^ #^ U^ V^ g^ y^ z^ ^ ^ ^ ^ ` ` ` ` ` Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  ~] ] ] ] ] ] ] ^ ^ "^                4  v:    4  v:                                        6                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	"^ #^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #^ V^ z^ ^ ^ ^                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  ^ ^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ $_ %_ s_ _ ` -` =` N` ^` _` `                *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gdP 	  $If   gdP  ` ` ` ` ` a 1a `a |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` ` ` ` _a `a aa a a a a a a Ac Cc Sc Tc 
d d d d 7d ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  `a aa a a a a a |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a b b [b b b b b c )c Ac Bc                *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP  Bc Cc Tc d |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d 
d d 7d d d d 
e e  e f f |            w            w   4   w   4  v: w   4  v: w   4   w   4  v: w   4  v: w            w            w  4   w   4  v:                                  gdP   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7d d d d d e e  e >e e e e e f f %f Wf Xf bf lf mf f f f f f f f g g #i $i Gi Ii Yi Zi ji ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $f f %f Xf bf lf                            6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  lf mf                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mf f f f f f f                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  f f                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f 7g 8g Gg Xg g g h }h h h h i #i $i Hi                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  Hi Ii Zi i j \j j j |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ji ki i i i i i i i j &j [j xj j j j j j j k .k k k k k k ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jP h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  j j j j k k k k k k k k |            w            w   4   w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w            w            j                                 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k l l &l 0l 1l Vl Wl l l l l l m m Sm om m m m m m m m m m m n n n !n Un ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !k k l &l 0l                6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP  0l 1l                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1l Wl l l l l                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  l l                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l m  m om pm m m m                                        *  v:    *  v:                            *  v: Y                              kd7  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
m m m m m !n n n q q s s             s            n            n            h   &   n            c   &   n            n   &  v: n   &  v: c   &            gdP  $gdP    gdP   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  Un Vn an bn rn sn wn xn n n s s t t .x @x | !| W| Y| n| p| } } } } }} } d~ y~ ~       ؁ B i Ѓ у     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j% hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j! hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -s t t t 8v 9v v v -x .x @x y y 
| | #| p| } } ~} } d~ y~ ~ ~ ~                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:                	  v:           	  $If   gdP   gdP   
& FP gdP    gdP      % - 2             f                           	  v:    E
  v:                                                                                                                       kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  2 3 8 @ L o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at L M R Y ^ o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ _ d k w o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd\# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w x    o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd8$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       ׁ ؁ m n + ,  o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdP    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      t ~ Ő А ǖ ؖ Q y       ƛ Ǜ ܛ    # $ 0 Q R      ^ ` p ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %  
  ą Ņ [ \  o p x y ʉ T U  t ~ Ď Ŏ     
  +    &                  &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:                            &  v:                            &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              h^hgdP   
& F  gdP    gdP   gdP  + < M ^ o p    Đ Ő А        !   ǖ ؖ 
 ] ^    H                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:             gdP    gdP  H I   Q R y    ƛ Ǜ ћ ܛ   #                &  v:    &  v:    &  v:    &      &                  &                  &  v:    &  v:                            6                                                                                                                                                                      
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  # $                                        kdk& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ R                      v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                           kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ќ ݜ  + i   ՝ ߝ  ^ _                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
_ ` q  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q       מ ؞     * 4 5 A b c        ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5     מ ؞     * |            w            w   &  v: w   &  v: w   &  v: j            a            a   6   V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  4 5                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 c                       v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP                                           kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ֟  	 4 t                                 *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP            ϡ      # D E l m n r {  ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph        |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd/- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ġ ϡ    |            w            j            a            a   6   V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                E k l m n p q                  v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  q r                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {  Ƣ   X |  k { |                            *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP   k { }           ʤ ˤ     ' ( 4 U V ~  ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    | }   |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdK1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ˤ դ    ' |            w            w   &  v: w   &  v: j            a            a   6   V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' (                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( V } ~                      v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP              ! " # 8 j k u       ק ا ٧ îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ̥ إ  - l  Ħ                                *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kdg5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP    ! " # - 8 k u                 *  v: s            n            a                           6   V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd!6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                         kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ا ٧ ڧ ܧ ݧ                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  ٧ ڧ ާ  r s t        ϩ     3 4 > H I U q п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  ݧ ާ                                        kd/8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ާ  & 2 Y   ֨  * s t                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  t     ϩ    4                *  v: s            n            i   &   n            \                           6                              
  ? $If   ^? gdP   gdP    gdP   kd=: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	4 > H                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  H I                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I r s t v                       6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  q r s t      Ь Ѭ Ҭ         & * J 0 C ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5                                          kdK< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       Ѭ Ҭ                  *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
      J   0 r   ( |            w            w   &  v: w            q            q   4  v: w            w   4  v: w   4  v: w   4  1 w            w            w               $gdP    gdP   kdY> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C r      ' ; v  ̰ Ͱ     ) * B L M N Q R q r     ر   õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !( w ̰ Ͱ װ    )                                                                6                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  ) *                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * R r      ױ                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  ױ ر                                        kdg@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ر  L _     ̲ Ӳ ۲                            *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
 L         ʲ ̲ Ҳ Ӳ ڲ ܲ        ' ( ) + , - O P ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ ۲ ܲ                                
  v: R            I                                                                     	  $If   gdP Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kduB $If   K$L$l 0                                     
t                              4   4 
l a     - P c v     |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P     ˳ & ' ( ) 9 : k q r z |        ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J                                          kdID $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ˳  ' ( ) : k r {                *  v:                *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
{ |                                 
  v: R                           
  v:                                                           Q  kdF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdWF $If   K$L$l 0                                     
t                              4   4 
l a                                    
  v: R            I                                                                     	  $If   gdP Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdqG $If   K$L$l 0                                     
t                              4   4 
l a     Ӵ    - @ A B |            s            s     v: s      s            s            s            s            s                                                                               	  $If   gdP   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ô ʹ δ ϴ Ѵ Ҵ Ӵ   ? @ C L = >  
 $ % & ' 7 8 9   ŷ   ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ B C                                        kdEI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L  + > $ % & ' 8                                         *  [   *  Y                *  v: Y                                          kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
     # 8 J d ~   ¸ ʸ ߸                      v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:          	  $If   gdP  S  kdSK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$     ~           ȹ ɹ      ,   , - . / ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ    : J d ~                    v:      v:                                                                                                                                                                                                                  
& F$ $If   gdP  S  kdK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     ɹ      |            s            s     v: s   6  v: s            s            s            s                                                                                                	  $If   gdP   kdwL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd1M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    - . / @                               *  [    *  [             f                           *  v: [            [     v:          
  $If   gdP K$  kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
/ ? @ ^ f          . 8 9 : < = > K U V     4  ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5     ͻ ߻   # = W _ t    ϼ ߼                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:      v:           
  $If   gdP K$	  $If   gdP  S  kd?O $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ߼                                                                                                                                                                                                                                                                         	  $If   gdP  S  kdO $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    > V i |     |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kdcP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 4 Q                        *  v:                *  [    *  [                *  v:    *  v: f                           *  v:                kdqR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP   }          	 
  
   ' (     þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ    ( M ` s    |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd+S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 < d                       *  v:                *  [                            *  v:    *  v: Y                              kd9U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
 ; =                        νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ       D W j }                s                             v:    6  v:                                                                                                            kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 q   %     *                *  v:                            *  [                *  v: Y                           *  v:       kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
  p %       * + 1 2 : <          4 > ? @ B C D ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 * + 2 ; < D Y n          *                              v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:         	  $If   gdP  S  kdX $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  * < V p                       v:      v:      v:      v:                                                                                                                                                                                     	  $If   gdP  S  kdMY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP      |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         D E X k ~     |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kdZ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
D E W X     i Y Z [ k l x }    P R X Y a c \ ^ ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ                                           kda[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 i     Y Z [ l                *  v:                *  [    *  [   *  Y   *  Y             f                                                        kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
l  R Y b c k                                                  v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v:         	  $If   gdP  S  kdo] $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP   5 F ` h }        2 C ] ^                4  v:                              v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                    S  kd^ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  ^ _ `                      s                             v:    6  v:                                                                                                            kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  ^ _ ` x                       n o X m o p Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                          kdM_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   p   I   o  o p w    L x    0 d                *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  p w |    4 G K c d e u v          ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   d e v    |            s            s   *  v: h            h     v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             $ > X i                                    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gdP K$	  $If   gdP  S  kd[a $If   K$L$l 0                     x                
t                                4   4 
l a    % : L f                            v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdP  S  kda $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    F G Z m      |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kdb $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 6 @ A E F G Y Z     p  i   0 E ! 6   U j k l s  ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kdGc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p j  H U  9  l s     - L k                  *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP      1 D P c o           	 
   Z \ ] ^ v    ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f      
  |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          . @ R d {          7 8                            
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gdP K$	  $If   gdP  S  kdUe $If   K$L$l 0                                     
t                                4   4 
l a   8 @ R d v         3 D [ \                
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kde $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  \ ] ^                      s                                 6  v:                                                                                                            kdyf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP            7       ~   ~    D  l      # 6  󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !                                         kd3g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         ?    ~ ' F n                     *  v:               *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                                         
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP       > ~                      *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                       kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP              O P Q t u v z {       ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f   P Q u v { } ~             s                                 6  v:                                                                                                                          kdAi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  ~                                         kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       @ b                                           *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP       % |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gdP   kdOk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          $ % & ' ( 4 8 < C b H [       ? S   d p t    - @ ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  % & ' ( b   H    @  |            w            w   4   w   4   w   4  v: n            w            w   4  v: w            w            w            w                           
 + gdP    gdP   kd	l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          7     c d    - o   % t       &                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4      4      4  v:    4  1                                                                                                    6                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  @ o      $ 8 s        & ' ? I J N O P b c u v           ' ( õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (& '                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' O P c v                          6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   K y      (                *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kdko $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  ( ) * R S f y                 s                                 6  1                                                                                                                 kd%p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
( ) * B L M Q R S e f x y       p q r                 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %                                         kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   q r                              *  [             f                           *  v:                                                                                    kd3r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP            |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  H I             	   . / T U Y b    	         㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %  % I                                *  [             f                           *  v:                                                                                    kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP     	  / B U W X |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X Y                                        kdov $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b  	                               *  Y             f                           *  v:                                                                                    kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP      h  i           1 |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: n            w            w   4  v: w   4  v: w   4  1                `gdP    gdP   kd}x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          g  h  i              1 D g {         & 9 g h {  ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  1 h   & h   C                                                                                                                                    4                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP      B V                 ( E W X } ~     շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\                                         kd7y $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   E X k ~                         à                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                           kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  @ R       B                            *  [    *  [    *  [    *  [    *  H    *  [ f                           *  v:                kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP                 - 6 @ B H I P R g h w y z { ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ B I Q R h x y z                
  v:                            
  v: R            I                                   	  $If   gdP Q  kd&} $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ z {         	 |            s            s      s     1 s            s            s            s            s      s                                                              	  $If   gdP   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{             
   #  O	 Y	 Z	 x	 y	 	 	 	 	 	 	 	 ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 	 
                                        kdm~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
      	 	 O	 Z	 y	 	 	 	 	 	                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *      *  H    *  H    *  H                *  v:                                                                                                                                                                                                                   
& F, $If   gdP 	  $If   gdP  	 	 	 	 	 
 
 3
 9
 :
 A
 C
 L
 r
 s
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
    пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  	 	 	 3
 :
 B
 |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B
 C
 s
 
 
 
                            
  v: R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd{ $If   K$L$l 0                                     
t                              4   4 
l a   
 
 
 
 
 
 
    |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ~    - 8 W                                 *  [    *  [    *  [    *  [    *  [    *      *  H    *                  *  v:    *  v:                                                                                                                                                                                                                                                     
& FT $If   gdP 	  $If   gdP  
    } - 7 8 V W j y                 
 
 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5    	
 |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 	
 

 "
 ,
 -
 1
 2
 3
 E
 F
 X
 Y
 ~
 
 
 
 
 
 
 
    [ e f   ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    	
 

 2
 3
 F
 Y
 l
 
 
 
 |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 
 8      [ f                                *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
               & 0 1 2 3 4 5 \ 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f     2 |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3 4 5 \ ]  O    ' b c |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v:                 gdP   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\ i m  O     ' c o s   ~     
 p                5 s      , Z [   '    ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4c   } ~   
 p           5    4 P ` s                   4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP   , [   '    S        2 6                4  v:    4                  4                  4                  4      4                  4      4                              P                                                                                                                                                                           	  $If   gdP   gdP    gdP          2 5 6 = >       c       s            -! Z! [! `! ! " ;# Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $6 7 8 9 : ; < = > M            H            H   &   H   &   H   &   H   &   H   &   H   &          gdP   kd߇ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   > R Y ^ n o ~     &      &      |  j    V  j _            V   |  j V   V  j                                                  	 $If   gdP    kd} $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP                     |  j    V  j                                                                                                                                                                                                                      	 $If   gdP  o  kdR $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                     &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )     j )     j )     j           	 $If   gdP    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      ] ^ c         j [                 j      j      j      j                                                                                kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP         m  d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m  n  s        d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al           ! '! d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  '! (! -! [! `! ! d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdݎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ! ! ! ! ! ! ! d            _            Z   &   _            Q     j Q   ,  j                                                         	 $If   gdP   gdP    gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ! ! !  " n            e     j e   ,  j                                                                                                                                                    	 $If   gdP    kdo $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p            " " " 
"                  j    ,  j                                                                                                                                                                                                            	 $If   gdP  t  kdD $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  
" " "  " %" -" 4" ;" G"                            &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  G" H"                                             kd~ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          H" S" W" ^" e" f" g" h"    d  j      j      j      j      j A               d  j           kdד $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  h" i" j" k" l" m" n" o"      j      j      j      j A               d  j      j           kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  o" p" q" r" s" t" "      j      j      j A            <            7   &         gdP    gdP    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  " <# =# V# W# p# # # # #    &  v:                &      &      z
        v:                z
        v:                                                                                                                                       E  kdt $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	;# <# =# C# D# V# W# # # # # # # # # # # # # # # $ 	$ !$ "$ 9$ :$ ;$ ?$ @$ ]$ ^$ _$ k$ l$ ~$ F% & & & & ' 	' 춥x                          /j hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *# # # # # # #                z
        v: a               z
        v:                                                                                          E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdӖ $$If   l 0 
" R                                                           4 
l a   # # # # # # #                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   # # # # # # $                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdO $$If   l 0 
" R                                                           4 
l a   $ 	$ $ !$ "$ ,$ 9$                z
        v: a               z
        v:                                                                                          E  kdl $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd
 $$If   l 0 
" R                                                           4 
l a   9$ :$ ;$ <$ =$ >$ ?$                &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kd˙ $$If   l 0 
" R                                                           4 
l a   ?$ @$ M$ N$ \$ ]$ l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kd* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ]$ ^$ _$ l$ ~$ E% F% 8& 9& ' ' l            g            a   &   \   &   g            g   &  v: g   &  v: g   &  v: g   &  v: g   &  v:             gdP  $gdP    gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
	' 
' ' ( ( ( (  ( !( %( &( (( P( Q( ( ( ( ( (  ) ) ) S) U) g) h) ) ) ) ) ) ) ) ) ) ]- ^- j- 0 0 0 0 	1 1 j1 k1 1 1 1 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j
 hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0' (( 1( Q( ( ( (  ) ) T)                &      &                                v:                              v:                                                                                                                                           S  kdt $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	T) U) h) ) ) ) )                              v: N                             v:                                                    S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ) ) ) ) &* * y+ z+ g, h, ]- ^- j- - H. . / / /                            &      &  v:                &  v:                &  v:    &  v:    &  v:    &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:         
& F
 gdP    gdP  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   / / 0 
1 j1 k1 1 1 1 1 A3 B3 S3 q4 4 4 5 75 S5 m5 n5 w6 x6 8 8 v8 w8 8                &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:    &      &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              gdP   
& FO gdP    gdP  1 1 R2 S2 c2 k2 @3 B3 S3 p4 q4 4 X6 u6 x6 8 8 78 8 8 8 8 8 :9 ;9 P9 Q9 9 9 9 < < < < < < < < < < ۵۵۵ۭۜۋzrgrrr       j hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '8 8 8 8 8 ;9 Q9 9                e         j                           e  v:      v:                                                                                            kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  9 9 9 9 9 ": : : : ; D; s            n   &   i            a            a   &  H a   &  H i            i   &   Y            Y   &  H       
& FR gdP   
& FQ gdP    gdP   gdP   kd. $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
D; ; c< d< < = = Q= R= = = O? P? @ @ uA vA CB DB ^B oB C C  E !E E E               &  Ճ                &      &      &      &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:                &  v:                &  v:    &  v:         
& F gdP   $ $gdP    gdP   
& FR gdP  < < < = = = Q= R= = N? A tA B B *B +B ;B <B @B AB BB CB DB MB ^B oB B B D "D  E E 
G G ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /jn hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj hP U !E G G G &G 'G ;G                                                 e                                                                                                                        F  kdH $$If   l   l '{6    4   4 
l a] p
        F  kdՠ $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  G G =G aG bG eG fG lG mG G G G G G G G G G  H H H >H ?H VH WH mH nH H H H H H H H J J J  K 5K NK K K K L )L L M IM rM M M M ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3;G <G =G FG TG aG bG                                          v:      v: 5            v  kd. $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd $$If   l   l '{6    4   4 
l a] p
         bG cG dG eG fG jG kG lG                              v: t                                         v:                                                                                                              v  kdӢ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  lG mG G G G                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdԤ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G  H H H H                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdզ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H 7H 9H >H                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         >H ?H NH PH VH                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         VH WH eH gH mH                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd֨ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mH nH H H H                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H J J J J K 5K OK K K K                         |            |   &  v: |   &  v: |   &   |   &   |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v:          gdP    $a$gdP v  kdת $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K K L *L ^L qL L L L M IM cM sM M M M M M M N (O )O ?O eO tO O O O O O                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  M M N N N N ?O UO tO O O O O O 3P TP eP P P P YQ nQ Q Q Q Q Q Q Q Q Q R пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  O O P P P 3P cP dP eP P P P P P P XQ YQ cQ nQ Q Q Q                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:                            6                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  Q Q                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Q Q Q Q R 'R =R SR UR lR                  v:          6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	R R &R 'R <R =R RR SR mR vR S S S S 7S 8S 9S :S `S aS fS oS T T T T T T T T T Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ lR mR                                     kd٬ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               mR vR R R R R R R R S S S S S                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *   q                            kd0 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
S 8S 9S :S aS bS cS dS eS             q            l                                                                                                                               gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  eS fS                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               fS oS S S S S S S S S T 3T HT ]T wT xT T                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                         	  $If   gdP  T T T T z            q            q   *  v:                                                                                                                                                                            	  $If   gdP    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       T T T T T T T T z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       T T T T T ~U U U U U U U U U U U <V HV dV pV V V V V V  W W  W #W -W CW W W W X ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "T T                                     kd{ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               T T U U *U +U MU iU jU U U U U                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kdҳ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  U U U U U U U U z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       U U                                     kdL $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U U 7V 8V V V V  W  W                *  v:    *  v:    *  v:    *   q                           *  v:                                                                                          kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP   W !W "W #W CW W X X X %X 0X z            u            u   4   u   4  v: u   4  v: u   4  v: u   4  v: u   4  v: h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd` $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
X X X 0X bX cX mX wX xX X X X X X Y Y Y Z Z Z Z Z 
[ 9[ :[ ;[ Z[ [[ \[ ][ ^[ a[ j[ [ [ [ ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #0X cX mX wX                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  wX xX                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xX X X X X Y                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  Y Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y Y Y OZ Z Z Z Z :[                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kdӺ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  :[ ;[ \[ ][ ^[ _[ `[ |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `[ a[                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a[ j[ [ [ [ [                *   s                           *  v:                                                                                                                                                kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  [ [ [ [ [ [ [ \ *\ _ _ _ ` #` ` ` a "a a a b 0b b b *c Ic cd d d e {e e 
f ,f f f g g h 3h h h i >i sj tj о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -[ [ [ [ [ [ *\ \ \ ] ] !] ,] 6] |            w            w            w            w   &   q   &   w            w   &  v: w   &  v: w   &  v: w   &  v: w   &  v: w   &  v:   $gdP    gdP   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6] 7] ] ] ] ] 
^ ^ F^ {^ ^ ^ _ _ _ _ ` ` "`                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  "` #` .` 3`             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3` 4` >` C`             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C` D` O` T`             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdͿ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T` U` _` d`             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d` e` f` ` ` `                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` a a !a                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !a "a -a 2a             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 3a =a Ba             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ba Ca Na Sa             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sa Ta ^a ca             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ca da ea a a a                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a b b /b                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /b 0b ;b @b             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @b Ab Kb Pb             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pb Qb \b ab             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ab bb lb qb             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qb rb sb b b b                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b  c 
c c             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c *c 8c Hc                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hc Ic Tc Yc             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yc Zc dc ic             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ic jc uc zc             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zc {c c c             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c Ad cd qd d                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d d 
e                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
e e e e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e &e +e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +e ,e 7e <e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <e =e Ge Le             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Le Me Ne {e e e                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e 
f f +f                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +f ,f 7f <f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <f =f Gf Lf             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lf Mf Xf ]f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]f ^f hf mf             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mf nf of f f f                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f cg dg g g g                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g h "h 2h                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2h 3h >h Ch             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ch Dh Nh Sh             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sh Th _h dh             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dh eh oh th             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   th uh vh h h h                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h i             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i -i =i                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =i >i Ii Ni             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ni Oi Yi ^i             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^i _i ji oi             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oi pi zi i             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i i 
j j dj ej rj sj tj j k                            &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tj j j j k Qk bk ck dk yk k k k k k k k l l l )l *l Dl Ml  n "n 2n 3n Cn Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  k k Qk ck dk nk yk k k k                4  v:    4  v:                                        6                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	k k                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k l *l ,l Cl                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  Cl Dl                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dl Ml l l l l m pm m m m m m m !n                *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gdP 	  $If   gdP  !n "n 3n n n n n n |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Cn Dn ^n _n `n sn tn n n n n $o %o To Uo Xo ao p p p p q q q q q ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j! h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  n n %o To Uo Vo Wo |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Wo Xo                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xo ao o o o Xp cp p p p p p p                *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP  p p p q |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q dr er r r r r s s |            w            w   4   w   4  v: w   4  v: w   4   w   4  v: w   4  v: w            w            w  4   w   4  v:                                  gdP   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q dr er r r r r r r "s 7s ms s s s s s s  t 
t t 0t 1t `t t t t t Fu Iu v v v v v v w ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $s s s s  t 
t                            6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  
t t                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t 1t `t rt t t t                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  t t                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t t t .u /u u v ;v \v v v v v v                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  v v v Iw w w 8x {x |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w 	w #w $w %w 8w 9w Hw iw w w w x 7x Yx zx {x ~x x x x +y ]y ^y _y py ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  {x |x }x ~x x x *y +y _y qy ry |y |            w            w   4   w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w            w            j                                 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       py ry y y y y y y y y z .z /z 2z ;z z z z 
{ %{ &{ .{ 0{ @{ A{ { { { { { { { { { ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !|y y y y y                6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP  y y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y z /z 0z 1z                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  1z 2z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2z ;z z z z z 
{ { /{ 0{ A{                                        *  v:    *  v:                            *  v: Y                              kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
A{ { { { { { U| y| ~ ~ F S             s            n            n            h   &   n            c   &   n            n   &  v: n   &  v: c   &            gdP  $gdP    gdP   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  { { {  | | | | | U| y| F S   ̅ ޅ                   ! % U v   n o     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j* hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -S ~   փ ׃   ˅ ̅ ޅ D E                              &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:                	  v:           	  $If   gdP   gdP   
& FP gdP    gdP     Ì ˌ Ќ             f                           	  v:    E
  v:                                                                                                                       kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  Ќ ь ֌ ތ  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    	  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    & + o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + , 4 < H o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H I Q X ] o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ] ^ f m y o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y z { |   u v   ɑ ʑ # o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    # /   c n e v   ' 3 4 @ D ` d e z     © Ω   ! " # ' 0    ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %# /   b c   L 
    h      b c      ɝ    &                  &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:                            &  v:                            &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              h^hgdP   
& F  gdP    gdP   gdP  ɝ ڝ   
  ! 4 K b c n   < =     e v    [                   &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:             gdP    gdP    0     ' 4 ` d e o z                   &  v:    &  v:    &  v:    &      &                  &                  &  v:    &  v:                            6                                                                                                                                                                      
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP   ©                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ©  " # % &                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  & '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 o {  ɪ  / : s }                               *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
   F |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         E F G I U Y u v    Ȭ Ҭ Ӭ ߬    & ' ( , 5  % ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 F G H I u v    Ȭ |            w            w   &  v: w   &  v: w   &  v: j            a            a   6   V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ȭ Ҭ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  Ҭ Ӭ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӭ  & ' ( * +                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  + ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 t   ҭ  6  % 5 6                            *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP  % 5 7 G H N U V W X m         
      ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    6 7 H V |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W X b m    |            w            j            a            a   6   V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 
                      v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP                                           kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 X d      	                              *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP   	   + , 2 9 : ; < = I M h i ~    Ų Ʋ Ҳ     ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph      , : |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ; < = i s ~   Ų |            w            w   &  v: w   &  v: j            a            a   6   V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ų Ʋ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ʋ        !                  v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP    " +          ִ  	    * K L V u v w îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  ! "                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " + j v  ˳ 
 * b                               *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP       ˴ ִ 	                  *  v: s            n            a                           6   V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                L v w x z {                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  w x |     " # ) 0 1 2 3 m     ѷ ҷ ܷ     п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  { |                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |  ĵ е  % E t  ȶ                              *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP   # 1 2 3 m    ҷ                *  v: s            n            i   &   n            \                           6                              
  ? $If   ^? gdP   gdP    gdP   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	ҷ ܷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gdP  
  $$If   gdP                                           kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    +                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP      , 5 6 7 8 n o p         ĺ Ⱥ  μ  ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 + ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 7 8 I   o p                  *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
         μ  G  ƽ |            w            w   &  v: w            q            q   4  v: w            w   4  v: w   4  v: w   4  1 w            w            w               $gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  # F Z ~  Ž ٽ  ( j k     Ǿ Ⱦ         " # [ \ v   õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !ƽ  j k u    Ǿ                                                                6                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  Ǿ Ⱦ                                        kdM
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ⱦ   # 6 I \ ^ u                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  u v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v    * + , = j q y                            *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
  * + , < = @ U ^ h j p q x z                ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ y z                                
  v: R            I                                                                     	  $If   gdP Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a         ' : ; < |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 9 : = F i       	     / 0 ? A G H I ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J < =                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F i      	                  *  v:                *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
  0 @ A B C                            
  v: R                           
  v:                                                           Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   C D E F G H                            
  v: R            I                                                                     	  $If   gdP Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   H I q        |            s            s     v: s      s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I a k l m o p q                  C L c   ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 '                                                *  [   *  Y                *  v: Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
          , F ` h }                     v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:          	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$         7 A B C E F G f g      )      ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ                          v:      v:                                                                                                                                                                                                                  
& F$ $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    G g      |            s            s     v: s   6  v: s            s            s            s                                                                                                	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) W     ( / 8                            *  [    *  [             f                           *  v: [            [     v:          
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
     ( . / 7 9               ? @ C L   ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 8 9 A V k }        ' 9 S m }                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:      v:           
  $If   gdP K$	  $If   gdP  S  kdy $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   }                                                                                                                                                                                                                                                                         	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        - @ A B |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L   6       1                 *  v:                *  [    *  [                *  v:    *  v: f                           *  v:                kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP        0 1             # $ ' 0 þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ        $ % & |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0   E  , - . / @                *  v:                *  [                            *  v:    *  v: Y                              kds  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
0   D E  , - . / ? @            - . 1 νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  @         . / 0             s                             v:    6  v:                                                                                                            kd-! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  0 1                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :  6 z  b c d u                 *  v:                            *  [                *  v: Y                           *  v:       kd;# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
1 :   ` b c d t u       Q S T U e f           ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5          8 R b |                                  v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:         	  $If   gdP  S  kd# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP       8 R S T                  v:      v:      v:      v:                                                                                                                                                                                     	  $If   gdP  S  kd$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  T U f  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            	  / B C D |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd% $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    A B E N     	 
   0 t          ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  D E                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N  g   J    
                *  v:                *  [    *  [   *  Y   *  Y             f                                                        kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  

 t      	  3 H Z t                                             v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v:         	  $If   gdP  S  kd( $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP        0 E W q                       4  v:                              v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                    S  kd;) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     & ' : M ` s                s                             v:    6  v:                                                                                                            kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP        ! " $ % & ' 9 :     V     ` a F [  
   
  Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                          kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 V   a   ]  
  
   T     J v                   *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP     - 1 I         X ^ _ g i     ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph      X _ h |            s            s   *  v: h            h     v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h i q        ! ; L f w                               4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gdP K$	  $If   gdP  S  kd, $If   K$L$l 0                     x                
t                                4   4 
l a         / I c t                       v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdP  S  kd'- $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP         1 D E F |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd- $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
         C D G P  :  X m     ; P   	 
  U ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ F G                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P   p   `  S 
  Q p     	 J K                *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  U h t      
   ( A I J K L \ ]             # ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  K L ]    |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               0 G X o                                  
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gdP K$	  $If   gdP  S  kd0 $If   K$L$l 0                                     
t                                4   4 
l a        & = T k |                       
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kd!1 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     $ % 8 K ^ q                s                                 6  v:                                                                                                            kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  # $ % 7 8       k  =    8   s  9  f 
 a v        󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !                                         kdm2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  k =  9 s   : X      y z                   *  v:               *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                                         
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP   ^     ; Z y                   *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                       kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP    3 ? R ^ q }               & C X Y Z ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f                      s                                 6  v:                                                                                                                          kd{4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kd55 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & 3 U w       " D Y                                        *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  Y Z k   |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gdP   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z j k              (  ;  ^  r          , @    9     ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5           (  _      - |            w            w   4   w   4   w   4  v: n            w            w   4  v: w            w            w            w                           
 + gdP    gdP   kdC7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -    | } < =   9    
 D |   g h r }                               4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4      4      4  v:    4  1                                                                                                    6                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   
   C W {     % g h }                 & ' 9 : > G       õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (                                         kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ' : < =                      6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  = >                                        kdQ9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G     5 O                    *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP       	 	 *	 =	 ?	 @	             s                                 6  1                                                                                                                 kd_; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
         	 	 	 	 <	 =	 A	 J	 	 	 
 
 
  
 !
 "
 #
 ;
 E
 F
 J
 K
 L
 ^
 _
 q
 r
 
 
 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %@	 A	                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A	 J	 h	 	 
 
 !
 "
                            *  [             f                           *  v:                                                                                    kdm= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  "
 #
 K
 L
 _
 r
 
 
 
 
 |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd'> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 
 i j k { | } ~                # $   3
 4
 5
 E
 F
 G
 H
 U
 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %
 
 
 
 j k | }                            *  [             f                           *  v:                                                                                    kd5@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  } ~         |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  $  4
 5
 F
 G
                           *  Y             f                           *  v:                                                                                    kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  G
 H
 I
 z
   . / ` X Y   |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: n            w            w   4  v: w   4  v: w   4  1                `gdP    gdP   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U
 Y
 z
    . ; ? `  Y       = > Q c d         J ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ    >    K   6 7 8 B M                                                                                                                               4                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  J ^     5 7 8 M                  5 > ? N շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\                                         kdqD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                    	   4                       à                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  4 5                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               5 >    ( 3 _                                *  [    *  [    *  [    *  [    *  H    *  [ f                           *  v:                kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  N  ( 3 F V _ f l                     ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ                        
  v:                            
  v: R            I                                   	  $If   gdP Q  kd`H $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$   A B U h {     |            s            s      s     1 s            s            s            s            s      s                                                              	  $If   gdP   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 1 ; < @ A B T U g h             2 b k r x   ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   ; l       3 E k                              *  [    *  [    *  [    *  [    *  [    *  [    *  [    *      *  H    *  H    *  H                *  v:                                                                                                                                                                                                                   
& F, $If   gdP 	  $If   gdP                 & ' ) * + C M N R S T f g y z    пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ        |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ( ) *                            
  v: R            I                                                                     	  $If   gdP Q  kdBL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   * + S T g z     |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  D ~       b f g h                            *  [    *  [    *  [    *  [    *  [    *      *  H    *                  *  v:    *  v:                                                                                                                                                                                                                                                     
& FT $If   gdP 	  $If   gdP  
               ' - a b e f g h i y z }     زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 h i z  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                      ! * + :   G K     " # ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph          
     |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  !                                        kdQP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! *   H {     # N                              *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
# 6 E M N U [                 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f      |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             6     Y       |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v:                 gdP   kd_R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   6   , 0 Y    
    3    ! q! r! ~! ! ! " >" J" N" v" H$ v$ $ $ $ d% e% % % % % % ' 9' :' P' T' ' ( ( ( 2) ) ) * Z* * ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4  3    ! ! q! r! ! " =" >" v" H$ u$ v$ $ e% % % % & & & & & & ' 9' :' '                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  ' ( ( 2) ) ) * Z* * * (+ + + + + + + + +                4  v:    4                  4                  4                  4      4                  4      4                              P                                                                                                                                                                           	  $If   gdP   gdP    gdP  * (+ ,+ + + + + + + + + + + *, +, ,, -, i, , - .- ~- - - . <. =. a. . . . . . . #/ '0 0 Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $+ + + + + + + + + M            H            H   &   H   &   H   &   H   &   H   &   H   &          gdP   kdS $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   + + + + , 
, , ,    &      &      |  j    V  j _            V   |  j V   V  j                                                  	 $If   gdP    kdS $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  , , *, +,                |  j    V  j                                                                                                                                                                                                                      	 $If   gdP  o  kdT $$If   l       0   T# T                 .                
t  0                                                              4 
l al  +, ,, -, 8, <, O, W, c,                            &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd)U $$If   l       0   T# T                 .                
t  0                                                              4 
l al  c, d, i, , , 2            )     j )     j )     j           	 $If   gdP    kdU $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     , , , - .- 3- x-      j [                 j      j      j      j                                                                                kdV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  x- y- ~- - - . d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  . . . =. A. [. d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [. \. a. . . . d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdNY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  . . . . . $/ d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $/ %/ &/ 0/ / / / d            _            Z   &   _            Q     j Q   ,  j                                                         	 $If   gdP   gdP    gdP    kdZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  / / / / n            e     j e   ,  j                                                                                                                                                    	 $If   gdP    kd[ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           / / / /                  j    ,  j                                                                                                                                                                                                            	 $If   gdP  t  kd~\ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  / / / / / / / / /                            &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdP   gdP    gdP  t  kd] $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  / /                                             kd] $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          / / / / 0 0 0 0    d  j      j      j      j      j A               d  j           kd_ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  0 0 0 	0 
0 0 0 
0      j      j      j      j A               d  j      j           kd_ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  
0 0 0 0 0 0 '0      j      j      j A            <            7   &         gdP    gdP    kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  '0 0 0 0 0 1 1  1 41 61    &  v:                &      &      z
        v:                z
        v:                                                                                                                                       E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	0 0 0 0 0 0 0 1  1 61 71 91 :1 H1 I1 V1 W1 v1 w1 y1 z1 1 1 1 1 1 1 1 1 1 1 1 1 	2 
2 2 2 4 4 4 4 4 4 춥x                          /jf hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *61 71 81 91 :1 B1 H1                z
        v: a               z
        v:                                                                                          E  kdlb $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd
b $$If   l 0 
" R                                                           4 
l a   H1 I1 R1 V1 W1 j1 v1                z
        v: a               z
        v:                                                                                          E  kd*c $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdb $$If   l 0 
" R                                                           4 
l a   v1 w1 x1 y1 z1 1 1                z
        v: a               z
        v:                                                                                          E  kdc $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdc $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1 1                z
        v: a               z
        v:                                                                                          E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdGd $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1 1                &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kde $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1 l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kdde $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   1 1 1 
2 2 2 2 3 3 4 4 l            g            a   &   \   &   g            g   &  v: g   &  v: g   &  v: g   &  v: g   &  v:             gdP  $gdP    gdP    kd"f $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
4 4 4 5 5 5 5 5 5 5 5 5 5 5 G6 H6 T6 U6 6 6 6 6 6 6 7 7 *7 ,7 <7 =7 |7 ~7 7 7 7 : : ; J> M> b> > > > ? 	? e? f? x? ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /jGg hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 04 5 5 5 H6 U6 6 6 6 6                &      &                                v:                              v:                                                                                                                                           S  kdg $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	6 6 7 +7 ,7 =7 }7                              v: N                             v:                                                    S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd@h $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   }7 ~7 7 7 7 [8 9 9 : : : : ; ; ; W< < &= =                            &      &  v:                &  v:                &  v:    &  v:    &  v:    &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:         
& F
 gdP    gdP  S  kddi $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   = = M> > ? 	? G? e? f? y? @ @ @ B 1B B B B B C C D D E E F F `F                &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:    &      &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              gdP   
& FO gdP    gdP  x? y? ? ? @ 	@ @ @ @ B B 1B C D D E E E `F vF zF F F F F F F  G !G "G >J ?J JJ KJ LJ PJ QJ J J J ۵۵۵ۭۜۋzrgrrr       jj hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '`F lF {F F F F F !G                e         j                           e  v:      v:                                                                                            kdi $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  !G "G 3G |G G G H H ;H H H s            n   &   i            a            a   &  H a   &  H i            i   &   Y            Y   &  H       
& FR gdP   
& FQ gdP    gdP   gdP   kdhj $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
H <I J J SJ J J J J K K L L \N ]N O O O O O 
P P wQ R R =S >S               &  Ճ                &      &      &      &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:                &  v:                &  v:    &  v:         
& F gdP   $ $gdP    gdP   
& FR gdP  J J J J J J J J K L N O O O O O O O O O O O O O O 
P P P Q Q R =S T T ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /jk hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP UjAk hP U !>S T T T T T T                                                 e                                                                                                                        F  kdl $$If   l   l '{6    4   4 
l a] p
        F  kdl $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  T T T T  U U U 
U U ,U -U MU NU dU eU U U U U U U U U U U V V &V 'V NV OV PV QV RV 0X 1X =X X X X  Y &Y )Y Y Y Z Z Z [ D[ c[ [ ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3T T T T T T  U                                          v:      v: 5            v  kdhm $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kdl $$If   l   l '{6    4   4 
l a] p
          U U U U U U 	U 
U                              v: t                                         v:                                                                                                              v  kd
n $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  
U U $U &U ,U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,U -U FU HU MU                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdco $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MU NU \U ^U dU                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         dU eU xU zU U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kddq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdes $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U V V V                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V !V &V                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         &V 'V .V 3V NV                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdfu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         NV OV PV QV RV 0X 1X =X X X X X !Y 4Y hY                         |            |   &  v: |   &  v: |   &   |   &   |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v:          gdP    $a$gdP v  kdv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         hY |Y Y Y Y Z CZ aZ Z Z Z [ [ E[ d[ [ [ [ [ [ \ \ \ ] ] %] &] ?] r] s]                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  [ [ [ [ [ [ \ \ ] $] Y] q] ] ] ] ] ^ 7^ c^ ^ ^ _ >_ ?_ I_ S_ T_ z_ {_ _ _ _ пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  s] ] ] ] ] ] ^ ^ ^ 7^ M^ c^ y^ ^ ^ ^ ^ _ _ ?_ I_ S_                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:                            6                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  S_ T_                                     kdv $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               T_ {_ _ _ _ _ _ _ _ 
`                  v:          6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	_ _ _ _ _ _ _ _ ` ` ` ` ` ` ` ` ` ` ` ` a 
a *b ,b <b =b \b ]b ^b _b b Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ 
` `                                     kdx $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ` ` 6` 7` K` L` p` ` ` ` ` ` ` `                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *   q                            kdjy $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
` ` ` ` `  a a a a             q            l                                                                                                                               gdP    kd'z $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  a a                                     kdz $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               a 
a .a /a Ca Da ^a za {a a a a a a b b +b                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                         	  $If   gdP  +b ,b =b ]b z            q            q   *  v:                                                                                                                                                                            	  $If   gdP    kd;| $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ]b ^b _b b b b b b z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd| $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       b b b b b c c .c /c Nc Oc Qc }c ~c c c c c d d -d 9d d d d d d d d d d +e me ne e ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "b b                                     kd} $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b b b b b b b c c c c /c Oc                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  Oc Pc Qc ~c c c c c z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       c c                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               c c c c d d d d d                *  v:    *  v:    *  v:    *   q                           *  v:                                                                                          kd݁ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  d d d d d ne e e e e e z            u            u   4   u   4  v: u   4  v: u   4  v: u   4  v: u   4  v: h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
e e e e  f f f f f 6f 7f df yf zf f f Mg 1h 3h Ch Dh h h h h h h h h h h h i di ti ui ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #e f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  f f                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f 7f df zf |f f                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  f f                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f Og Pg g g g g 2h 3h Dh h h                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  h h h h h h h |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdǆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h i ci di ui i                *   s                           *  v:                                                                                                                                                kdՈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  ui i i i i i i i i Jm Km bm m m "n An n n %o Do o o Mp lp p p r  r r r s 8s s s 3t Rt 1u Pu u u @v _v v v x x о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -i i i i i i i hj ij j j j j j |            w            w            w            w   &   q   &   w            w   &  v: w   &  v: w   &  v: w   &  v: w   &  v: w   &  v:   $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
j j 5k Lk dk {k k k k l _l `l Jm Km bm wm m m m                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  m m m m             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m n             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n "n 0n @n                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdŋ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @n An Ln Qn             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qn Rn \n an             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   an bn mn rn             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rn sn }n n             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n o             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o %o 3o Co                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Co Do Oo To             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdڏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   To Uo _o do             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   do eo po uo             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uo vo o o             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o  p 
p p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdҒ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p Mp [p kp                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kp lp wp |p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |p }p p p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p q q             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdʕ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q #q (q             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (q )q *q q q r r r                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r  r +r 0r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0r 1r ;r @r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @r Ar Lr Qr             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qr Rr \r ar             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ar br cr r r r                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdߙ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r s 's 7s                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7s 8s Cs Hs             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hs Is Ss Xs             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xs Ys ds is             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   is js ts ys             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ys zs {s s s s                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdל $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s t t             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t 
t 3t At Qt                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qt Rt ]t bt             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bt ct mt rt             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rt st ~t t             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdϟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t u u 1u ?u Ou                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ou Pu [u `u             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `u au ku pu             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pu qu |u u             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u u u                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdǢ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v 
v v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v @v Nv ^v                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^v _v jv ov             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ov pv zv v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v v v                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v w 
w             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdܦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
w w w w             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w Cw cw w w w x x x x x 5x x                            &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x #x 5x Px x x  y y y y Iy Jy Ty ^y _y y y y y y y y y y { { { { { Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  x x x y y y y Jy Ty ^y                4  v:    4  v:                                        6                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	^y _y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _y y y y y y                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  y y                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y ?z @z `z az z { D{ i{ y{ { { { {                *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gdP 	  $If   gdP  { { { "| ;| T| m| | |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { { { | | !| | | | | | | | | | }~ ~ ~ ~ F G J [ s ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j[ h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  | | | | | | | |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | G} H} } } ~ ~ 6~ P~ e~ }~ ~~                *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP  ~~ ~ ~ G |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G H I J s   7 I [ \ K L |            w            w   4   w   4  v: w   4  v: w   4   w   4  v: w   4  v: w            w            w  4   w   4  v:                                  gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s   6 7 Z [ \ z  Հ  8 J L a      ΁ ρ  ! " % .   _ `      ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $L V a                               6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ρ   " # $                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  $ %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % . s t   ̂ ͂ K  ك    = _ `                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP      =  օ  |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           Ä ք ׄ   = b   Յ     - C j Ɇ     ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jĲ h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ      B C Ȇ Ɇ     |            w            w   4   w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w            w            j                                 
  ? $If   ^? gdP    gdP   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         % W X b l m    ̇ ͇ Ї ه D R   È Ĉ ̈ Έ ވ ߈ ) * , - ? Q R ]  ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J ! % X b l                6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP  l m                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m   ͇ · χ                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  χ Ї                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ї ه : ; [ \   ͈ Έ ߈                                        *  v:    *  v:                            *  v: Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
߈ * + , - ]   L M               s            n            n            h   &   n            c   &   n            n   &  v: n   &  v: c   &            gdP  $gdP    gdP   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP               . j | J ]     K L N O     ' [ * 1  Û   ~   
 % & 6 7 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jd hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -   . t u 5 6 i j |   I J _  L O     & ' 6 H                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:                	  v:           	  $If   gdP   gdP   
& FP gdP    gdP  H [ \ a i n             f                           	  v:    E
  v:                                                                                                                       kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  n o t |  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdй $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    Ě ɚ o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ɚ ʚ Қ ښ  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           g h  o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7 : ;  ͟         ŵ ѵ ҵ ޵      J K U _ ` l      ŷ η    ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ % ͟ I J              +      " / < I V g    &                  &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:                            &  v:                            &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              h^hgdP   
& F  gdP    gdP   gdP  g x      ҫ      < = ڭ ۭ \ ] / 0   I    ' T                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:             gdP    gdP    γ     ŵ ҵ    
  K U _                &  v:    &  v:    &  v:    &      &                  &                  &  v:    &  v:                            6                                                                                                                                                                      
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  _ `                                        kd߼ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `    ÷ ķ                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ķ ŷ                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ŷ η 
  @ g  ͸ ظ   @                              *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
    |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 ) [ \ f p q }   ĺ ź ƺ ʺ Ӻ [ ü ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5        ) \ f |            w            w   &  v: w   &  v: w   &  v: j            a            a   6   V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  p q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q  ĺ ź ƺ Ⱥ ɺ                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  ɺ ʺ                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʺ Ӻ   E p  Ի Z ü Ӽ Լ                            *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP  ü Ӽ ռ         = > H R S _        ? ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    Լ ռ   |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             > H R |            w            j            a            a   6   V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S                         v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ) T   >                               *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP  ?    ɿ ʿ п ׿ ؿ ٿ ڿ ۿ      N O Y c d p     ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph      ʿ ؿ |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؿ ٿ ڿ ۿ    O Y c |            w            w   &  v: w   &  v: j            a            a   6   V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c d                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d                         v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP      < > N O U \ ] ^ _ t             îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ; i     < = >                            *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  > O ] ^ _ i t                   *  v: s            n            a                           6   V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                         kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                       v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP     #            % ' ( = o p z     п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                # b n     / f                              *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP        ( 2 = p                *  v: s            n            i   &   n            \                           6                              
  ? $If   ^? gdP   gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	p z                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gdP  
  $$If   gdP                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                          6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP            
    Q R S T U V b f  l  ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    & \ 
   Q                *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
Q R S T U V  7 8 l    d |            w            w   &  v: w            q            q   4  v: w            w   4  v: w   4  v: w   4  1 w            w            w               $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
      0 c w    	  P Q [ e f ~              ) õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !d   	   Q [ e                                                                6                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  e f                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f                          v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                     *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
)                - . = ? @ A Y c d e g h i   ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ   . > ? @                            
  v: R            I                                                                     	  $If   gdP Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   @ A i        |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      b c d e u v             ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  5 c d e v                   *  v:                *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
                                  
  v: R                           
  v:                                                           Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                                    
  v: R            I                                                                     	  $If   gdP Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a      0 1 V i | } ~ |            s            s     v: s      s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  	 
  
   0 1 { |   y z - F ` a b c s t u    1 7 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ ~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  g z ` a b c t 1                                        *  [   *  Y                *  v: Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
1 8 A B J _ t         0 B \                  v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:          	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ 7 8 @ B              O P S \ h  Q h i j k ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  \ v                       v:      v:                                                                                                                                                                                                                  
& F$ $If   gdP  S  kdY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP      * = P Q R |            s            s     v: s   6  v: s            s            s            s                                                                                                	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \   i j k |                               *  [    *  [             f                           *  v: [            [     v:          
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
k { |        N P Q R j t u v x y z        p  ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5     	  5 O _ y                                      v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:      v:           
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    5 O P Q                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdE $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  Q R z        |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p         "                *  v:                *  [    *  [                *  v:    *  v: f                           *  v:                kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP         ! " # ; E F G I J K c d     þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ " # K d       |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 x   ,                     *  v:                *  [                            *  v:    *  v: Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
 w y   ,       0 1 2 J T U V X Y Z [    νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ   1 2 Z [                    s                             v:    6  v:                                                                                                            kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    a      f                *  v:                            *  [                *  v: Y                           *  v:       kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
   a        f g m n v x       V W X p z { | ~   ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 f g n w x          4 < Q f                              v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:         	  $If   gdP  S  kd/ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  f x                         v:      v:      v:      v:                                                                                                                                                                                     	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     W |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W X          |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd
 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                  X         ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   A U                     *  v:                *  [    *  [   *  Y   *  Y             f                                                        kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
            , = W                                          v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v:         	  $If   gdP  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  W q         ) : T n                   4  v:                              v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                    S  kdu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP           $ % &             s                             v:    6  v:                                                                                                            kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP               # $ ' 0  # $ J K           Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ & '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0  K   2   P  U     A X     @ l                 *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP        p             V X Y Z ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph         |            s            s   *  v: h            h     v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          $ 9 N ` z        / 7 L                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   L a v        , = W X Y                  v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdP  S  kda $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  Y Z          |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Z r | }               l  ] r         ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       u      - R i                    *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP     % m              ? E F N P         ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f     ? F O |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O P X j |       
 $ 5 K \ s t                            
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   t |       	  1 H Y o                   
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP           " $ %             s                                 6  v:                                                                                                            kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP       ! " & / A s 	 ;  <  X      *   &        @ S _ r  󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !% &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / A 	  Y     \ {   (  c                       *  v:               *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                                         
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP    < [ z    	 6	 7	 H	                *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP       	 	 .	 5	 7	 G	 H	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  H	 	 	 	 	 	 	 	             s                                 6  v:                                                                                                                          kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	 	                                        kdo  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 
 7
 Y
 Z
 |
 
 
 
 
                                        *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  
 
 	 < a |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  	 ` a b c d p t x   
 
 
 
 
  4 H {        2 5 i | ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  a b c d  N
 P
 
 
 
 5 |  |            w            w   4   w   4   w   4  v: n            w            w   4  v: w            w            w            w                           
 + gdP    gdP   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ! s        4 5 i    a      N X b                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4      4      4  v:    4  1                                                                                                    6                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  |      - ` t      M N X b c {                - Q R S c d õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (b c                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c                              6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 - P     $ R S d                *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  d e f                     s                                 6  1                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
d e f ~              ) *                  5 6 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %                                         kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  *                                *  [             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP        # 6 8 9 |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kda	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 :                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 : C     	     4 > ? C D E W X j k       D E         㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %: C a   	                              *  [             f                           *  v:                                                                                    kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP    D E X k ~    |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  E                               *  Y             f                           *  v:                                                                                    kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP             + m |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: n            w            w   4  v: w   4  v: w   4  1                `gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 X  + > m           ! 4 b u     ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  m   ! b   0         (  2                                                                                                                             4                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP    / C ~          (  2  3  K  U  V  Z  [  \  d                    շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\2  3                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3  [  \                                    à                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                             kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   K! |! ! ! ! ! ?" @" Q" ~"                            *  [    *  [    *  [    *  [    *  H    *  [ f                           *  v:                kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP    K! ! ! ! ! ! " 
" >" ?" @" P" Q" T" i" r" |" ~" " " " " " " " " " " ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ ~" " " " " " " "                
  v:                            
  v: R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ " " " " " # # ,# .# /# E# |            s            s      s     1 s            s            s            s            s      s                                                              	  $If   gdP   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
" " " " " " " " " # # +# ,# F# O# P# _# # $ $ $ $ $ $  % 	% % % '% (% ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ E# F#                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F# O# # # 
$ '$ @$ S$ $ $ $ $ $ 	% (% )%                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *      *  H    *  H    *  H                *  v:                                                                                                                                                                                                                   
& F, $If   gdP 	  $If   gdP  (% )% *% :% ;% >% D% o% u% v% }% % % % % % % % % % % % % % % % & & & & =& >& B& пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )% *% ;% o% v% ~% |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~% % % % % %                            
  v: R            I                                                                     	  $If   gdP Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   % % % % & & +& >& @& A& |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A& B&                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               B& K& & & ' .' i' t' ' '  ( ( ( (                            *  [    *  [    *  [    *  [    *  [    *      *  H    *                  *  v:    *  v:                                                                                                                                                                                                                                                     
& FT $If   gdP 	  $If   gdP  
B& K& L& [& & i' s' t' ' ' ' ' ' ' ' ' '  ( ( ( ( ( ( ( ( ( 0( 9( C( D( زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 ( ( ( E( |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D( E( F( ^( h( i( m( n( o( ( ( ( ( ( ( ( ( ( ( 6) 7) ) ) +* * * * * * ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    E( F( n( o( ( ( ( ( ( ( |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( ( 7) t) ) * J* \* * * * * .+ /+                            *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
* * * * * * * -+ .+ /+ 0+ @+ A+ D+ Y+ b+ l+ m+ n+ o+ p+ q+ + 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  /+ 0+ A+ n+ |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n+ o+ p+ q+ + + + , , , , c- - - |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v:                 gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ + + + , , , , , c- - - - - N. . / / /  / I/ / / / / 0 1 2  2 $2 Q2 3 3 =3 >3 J3 N3 q3 4 4 4 4 4 5 h6 6 6 6 &7 c7 7 7 P8 ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4- - N. . . / / I/ / / / 0 1 2 2 Q2 3 =3 >3 q3 %4 &4 [4 p4 4 4 4 4 4 5                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  5 h6 6 6 &7 c7 7 7 P8 8 8 (9 )9 49 @9 O9 [9 n9 r9                4  v:    4                  4                  4                  4      4                  4      4                              P                                                                                                                                                                           	  $If   gdP   gdP    gdP  P8 8 8 '9 (9 49 J9 N9 n9 q9 r9 y9 z9 9 9 9 9 : >: : : ; R; S; ; ; ; ; 6< 7< i< < < < < = w> Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $r9 s9 t9 u9 v9 w9 x9 y9 z9 M            H            H   &   H   &   H   &   H   &   H   &   H   &          gdP   kdS $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   z9 9 9 9 9 9 9 9    &      &      |  j    V  j _            V   |  j V   V  j                                                  	 $If   gdP    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  9 9 9 9                |  j    V  j                                                                                                                                                                                                                      	 $If   gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  9 9 9 9 9 9 9 :                            &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kdc  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  : : : >: C: 2            )     j )     j )     j           	 $If   gdP    kd ! $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     C: : : : : : ;      j [                 j      j      j      j                                                                                kd-" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  ; ; ; S; W; ; d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; ; ; ; ; ; d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; ; ; 7< << c< d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c< d< i< < < < d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdQ% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  < < < < = "= .= d            _            Z   &   _            Q     j Q   ,  j                                                         	 $If   gdP   gdP    gdP    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  .= /= 2= <= n            e     j e   ,  j                                                                                                                                                    	 $If   gdP    kd& $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           <= == @= I=                  j    ,  j                                                                                                                                                                                                            	 $If   gdP  t  kd' $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  I= J= K= \= a= i= p= w= =                            &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdP   gdP    gdP  t  kdU( $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  = =                                             kd( $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          = = = = = = = =    d  j      j      j      j      j A               d  j           kdK* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  = = = = = = = =      j      j      j      j A               d  j      j           kd*+ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  = = = = = = =      j      j      j A            <            7   &         gdP    gdP    kd	, $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  = x> y> > > > > > > >    &  v:                &      &      z
        v:                z
        v:                                                                                                                                       E  kd, $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	w> x> y> > > > > > > > > > > > > > > ? ? ? ? D? E? ]? ^? u? v? w? {? |? ? ? ? ? ? ? @ 'B (B 3B 4B DB EB 춥x                          /j2 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *> > > > > > >                z
        v: a               z
        v:                                                                                          E  kd- $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdG- $$If   l 0 
" R                                                           4 
l a   > > > > > ? ?                z
        v: a               z
        v:                                                                                          E  kdd. $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd. $$If   l 0 
" R                                                           4 
l a   ? ? ? ? ? *? D?                z
        v: a               z
        v:                                                                                          E  kd"/ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd. $$If   l 0 
" R                                                           4 
l a   D? E? P? ]? ^? h? u?                z
        v: a               z
        v:                                                                                          E  kd/ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd/ $$If   l 0 
" R                                                           4 
l a   u? v? w? x? y? z? {?                &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kd?0 $$If   l 0 
" R                                                           4 
l a   {? |? ? ? ? ? l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kd0 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ? ? ? ? ? @ @ tA uA LB MB l            g            a   &   \   &   g            g   &  v: g   &  v: g   &  v: g   &  v: g   &  v:             gdP  $gdP    gdP    kd\1 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
EB IB JB ?C @C KC LC \C ]C aC bC dC C C C C C C :D <D GD HD D D D D D D D D E E E )E *E H H H K K  L  L EL NL L L M M M ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j2 hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0MB dC mC C C C ;D <D HD D                &      &                                v:                              v:                                                                                                                                           S  kd2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	D D D D D D E                              v: N                             v:                                                    S  kd4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kdz3 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   E E E *E bE E F F G G H H H )I I I [J J +K                            &      &  v:                &  v:                &  v:    &  v:    &  v:    &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:         
& F
 gdP    gdP  S  kd4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   +K ,K K FL L L L M M M }N ~N N O O 8P ZP sP P P P Q Q SS TS S S S                &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:    &      &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              gdP   
& FO gdP    gdP  M M M M M M |N ~N N O O O Q Q Q RS TS sS S T T %T &T vT wT T T T T T W W W W W W W ,X -X 8X ۵۵۵ۭۜۋzrgrrr       j6 hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 'S 
T T %T &T wT T T                e         j                           e  v:      v:                                                                                            kd05 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  T T T U U ^U U U U CV V s            n   &   i            a            a   &  H a   &  H i            i   &   Y            Y   &  H       
& FR gdP   
& FQ gdP    gdP   gdP   kd5 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
V V W W W AX BX X X 2Y 3Y Z Z [ [ \ \ ] ] ] ] [^ _ \` ]` ` `               &  Ճ                &      &      &      &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:                &  v:                &  v:    &  v:         
& F gdP   $ $gdP    gdP   
& FR gdP  8X 9X :X >X ?X BX X X 1Y Z L\ \ Z] [] f] g] w] x] |] }] ~] ] ] ] ] ] ,^ 5^ >_ ^_ \` ` Fb Gb ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j6 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj{6 hP U !` Gb Kb Lb bb cb wb                                                 e                                                                                                                        F  kd7 $$If   l   l '{6    4   4 
l a] p
        F  kdI7 $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  Gb Lb yb b b b b b b b b b b c c c c ;c <c Xc Yc zc {c c c c c c c c c c c c e e e <f qf f f f f Sg eg 8h Ph h h h i 7i ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3wb xb yb b b b b                                          v:      v: 5            v  kd8 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd/8 $$If   l   l '{6    4   4 
l a] p
         b b b b b b b b                              v: t                                         v:                                                                                                              v  kdG9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  b b b b b                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdH; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c 4c 6c ;c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;c <c Qc Sc Xc                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdI= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xc Yc sc uc zc                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         zc {c c c c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdJ? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c e e e #f =f qf f f f g                         |            |   &  v: |   &  v: |   &   |   &   |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v:          gdP    $a$gdP v  kdKA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g g Ng fg g g g g 3h Qh h h h h i 6i 7i 8i 9i [i dj ej {j j j j j j k k                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  7i 9i Ci Yi Zi [i {j j j j j k /k 2k ok k k k l ,l l l l l l l l m m 6m 7m Jm пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  k /k =k Pk Qk ok k k k k k l l -l .l l l l l l l l                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:                            6                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  l l                                     kdA $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               l m 6m 7m Mm cm ym m m m                  v:          6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	Jm Mm bm cm xm ym m m m m An Cn Sn Tn sn tn un vn n n n n o o o o o o o o "p Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ m m                                     kdMC $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m m m m m m n *n +n @n An Bn Cn Tn                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *   q                            kdD $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
Tn tn un vn n n n n n             q            l                                                                                                                               gdP    kdaE $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  n n                                     kdF $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               n n n n n n n o o +o Vo oo o o o o o                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                         	  $If   gdP  o o o o z            q            q   *  v:                                                                                                                                                                            	  $If   gdP    kduG $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       o o o $p %p &p 'p (p z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd2H $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       "p #p $p )p 2p p p p p p p p q q !q *q xq q q q q q )r +r ;r <r [r \r _r ir r r s s ?s ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "(p )p                                     kdH $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               )p 2p Qp Rp fp gp p p p p p p p                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kdFJ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  p p p q q q q  q z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kdK $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
        q !q                                     kdK $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               !q *q sq tq )r *r +r <r \r                *  v:    *  v:    *  v:    *   q                           *  v:                                                                                          kdM $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  \r ]r ^r _r r s @s Vs Ws as ls z            u            u   4   u   4  v: u   4  v: u   4  v: u   4  v: u   4  v: h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdM $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
?s @s Ws ls s s s s s s s t t t Lt Ut t u u u u 3v Fv uv vv wv v v v v v v v w w w ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #ls s s s                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  s s                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t t t Kt                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  Kt Lt                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Lt Ut t t *u +u :u u u u u 3v vv                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kdGQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  vv wv v v v v v |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v w w w 4w                *   s                           *  v:                                                                                                                                                kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  w 3w 4w 5w 6w 7w 9w [w fw z z  { @{ _{ { { ?| ^| | | M} l} } 
~ f~ ~   ( G  ր I h с  ς  P o ރ  [ z   о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -4w 5w 6w 7w 8w 9w fw x x Hx Sx ]x hx rx |            w            w            w            w   &   q   &   w            w   &  v: w   &  v: w   &  v: w   &  v: w   &  v: w   &  v:   $gdP    gdP   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
rx sx x x y y Fy Gy y y y y z z  { { @{ N{ ^{                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  ^{ _{ j{ o{             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o{ p{ z{ {             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdAV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { { {                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {  | | |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | |  |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd{X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    | !| "| ?| M| ]|                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]| ^| i| n|             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n| o| y| ~|             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~| | | |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdVZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | |                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | }             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kds[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } #}             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd1\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #} $} %} M} [} k}                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k} l} w} |}             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |} }} } }             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdN] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } } 	~                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdk^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	~ 
~ ~ ~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ %~ *~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd)_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *~ +~ 6~ ;~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;~ <~ F~ K~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K~ L~ M~ f~ t~ ~                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdF` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdca $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ 4 }                               &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd!b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd>c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 6 F                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd[d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdxe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ŀ Հ                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Հ ր               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd6f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdSg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      I W g                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdph $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd.i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      с ߁                             &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdKj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd	k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 3   ς ݂                             &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdhk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd&l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1 P ^ n                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdCm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd`n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ރ                              &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd}o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd;p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @ [ i y                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdXq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdur $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        & I J      Ӆ X                            &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdP  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ӆ  Y           / 0 A S T e f   \ ^ n o  Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  X Y                        4  v:    4  v:                                        6                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	                                         kd3s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                0 T f h                             6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP                                           kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ݇ އ   M     ( 8 9 ]                *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gdP 	  $If   gdP  ] ^ o  ى   : |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               9 : ; ` a       - .      ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jv h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  : ; a     |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   5    ԋ                    *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP    .  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd(y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              Ս      |            w            w   4   w   4  v: w   4  v: w   4   w   4  v: w   4  v: w            w            w  4   w   4  v:                                  gdP   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ԍ Ս     ^ s  ֎    1 2 < F G l m    Ï ̏     ! # 3 4 D ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $   2 < F                            6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  F G                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G m                                 6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP   Ï                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ï ̏   ! 2 j k  W w   ۑ   "                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  " # 4  ے 6 t  |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kdD} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D E _ ` a t u   ے   5 R s     ˓   g     ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j} h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ        f g     |            w            w   4   w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w            w            j                                 
  ? $If   ^? gdP    gdP   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ô     
  0 1 Y j k n w   - I a b j l | } ǖ Ȗ ʖ ˖ ݖ    / ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J ! Ô    
                6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP  
                                         kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                1 Y k l m                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  m n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w ؕ ٕ   I J k l }                                        *  v:    *  v:                            *  v: Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
} Ȗ ɖ ʖ ˖                    s            n            n            h   &   n            c   &   n            n   &  v: n   &  v: c   &            gdP  $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  / 0 ; < L M Q R      ̝     1 3 H J     W Y > S ŧ  Ȩ Ϩ ] a    C   ì Ĭ Ԭ լ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /jY hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -   ̝   ӟ ԟ         J   X Y > S ħ ŧ ԧ                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:                	  v:           	  $If   gdP   gdP   
& FP gdP    gdP                    f                           	  v:    E
  v:                                                                                                                       kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP   
   & o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at & ' , 3 8 o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 9 > E Q o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q R Z b g o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g h p x  o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     Y Z   G H   _ o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdP    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at լ ج ٬ _ k N X     + S c o p |           
 + , ] ^ _ c l 8 : J ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %_ k     5 6  I J R S  . / ɴ N X    ͸ ڸ       &                  &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:                            &  v:                            &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              h^hgdP   
& F  gdP    gdP   gdP    ' 8 I J ] p     ں ۺ x y   ; ξ    7 8    "                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:             gdP    gdP  " # l  + , S c p                        &  v:    &  v:    &  v:    &      &                  &                  &  v:    &  v:                            6                                                                                                                                                                      
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , ^ _ a b                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  b c                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l     C k v    8 9                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
9 : K  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K                < = b c d h q  a ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5           |            w            w   &  v: w   &  v: w   &  v: j            a            a   6   V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                = b c d f g                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  g h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q     N r  a q r                            *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP  a q s                 F G H L U  ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    r s   |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdݎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a   6   V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E F G H J K                  v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  K L                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U     2 V  E U V                            *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP   E U W g h n u v w x y            / 0 X Y ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    V W h v |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w x y       |            w            w   &  v: w   &  v: j            a            a   6   V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                0 W X Y Z \ ]                  v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  Y Z ^ g           D E O Y Z f       îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  ] ^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ g     F f                                *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP         E O Y                *  v: s            n            a                           6   V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kdϗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	Y Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z                        v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP      L M N ^ _ e l m n o      
   " # / K п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kdݙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    3 a     M N                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  N _ m n o                     *  v: s            n            i   &   n            \                           6                              
  ? $If   ^? gdP   gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	  "                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  " #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # L M N P g                      6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  K L M N h q r s t               $ 
  ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 g h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q s t                       *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
      $   
 L    |            w            w   &  v: w            q            q   4  v: w            w   4  v: w   4  v: w   4  1 w            w            w               $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 L _       P d          & ' ( + , K L ^ _      õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ ! Q                                                                       6                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , L _ r                      v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & 9 f g h y                               *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
 & f g h x y |                      ) * ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ                                  
  v: R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd# $If   K$L$l 0                                     
t                              4   4 
l a      * = P c v w x |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* u v y          E K L T V k l { }    ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J x y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y        E L U                *  v:                *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
U V l | } ~                             
  v: R                           
  v:                                                           Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                                    
  v: R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a             |            s            s     v: s      s            s            s            s            s                                                                               	  $If   gdP   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	             &                  ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & c                                                 *  [   *  Y                *  v: Y                                          kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
       $ > X h                         v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:          	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$     X Y Z [ s } ~            e     	 ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ    $ > X Y Z                  v:      v:                                                                                                                                                                                                                  
& F$ $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  Z [        |            s            s     v: s   6  v: s            s            s            s                                                                                                	  $If   gdP   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd߮ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 e    	  d k t                            *  [    *  [             f                           *  v: [            [     v:          
  $If   gdP K$  kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
	   8 @ d j k s u            % / 0 { |     ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 t u }        1 9 N c u                                 v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:      v:           
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     0 C V i | } ~ |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kd˲ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + r  Y Z [ \ m                 *  v:                *  [    *  [                *  v:    *  v: f                           *  v:                kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP   W Z [ \ l m             _ ` c l þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ     ' : M ` a b |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kdٴ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b c                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l  >   h i j k |                *  v:                *  [                            *  v:    *  v: Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
l      h i j k { |            i j m νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  |      1 D W j k l             s                             v:    6  v:                                                                                                            kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  l m                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m v K r                       *  v:                            *  [                *  v: Y                           *  v:       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
m v J                              ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5       3 H Z t                                     v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:         	  $If   gdP  S  kdi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    0 J Z t                     v:      v:      v:      v:                                                                                                                                                                                     	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP      |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           2 E X k ~   |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kdG $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  1 2 } ~   C 3 4 5 E F R W l   * , 2 3 ; = 6 8 ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C     3 4 5 F                *  v:                *  [    *  [   *  Y   *  Y             f                                                        kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
F  , 3 < = E Z o                                                v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v:         	  $If   gdP  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP      : B W l         7 8                4  v:                              v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                    S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  8 9 : b c v                   s                             v:    6  v:                                                                                                            kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  8 9 : R \ ] ^ ` a b c u v              H I 2 G I J Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   J   #   I  I J Q    & R    
 >                *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  J Q V i m   ! % = > ? O P              ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   > ? P    |            s            s   *  v: h            h     v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               2 C ] w                                  4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gdP K$	  $If   gdP  S  kd	 $If   K$L$l 0                     x                
t                                4   4 
l a       &  @  Z  k                                   v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        ! 4 G Z m    |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd- $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
        ! 3 4     J v C   
    w  / D E F M  ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J D  " /    F M      & E                  *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP        * = I \ d }            4
 6
 7
 8
 P
 Z
 [
 _
 ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f        |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            , > U l        	 	                            
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   	 	 ,	 >	 P	 b	 y	 	 	 	 	 	 	 
 
 5
 6
                
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  6
 7
 8
 `
 a
 t
 
 
 
 
 
 
             s                                 6  v:                                                                                                            kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  _
 `
 a
 s
 t
 
 
 
 
     y
 
 
 X t  X   u   F   Z     \ 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   y
 
 u    v   X    H    Y Z                *  v:               *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                                         
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  Z     X w                     *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  \ o {          ) * + N O P T U Y b     ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f   * + O P U W X             s                                 6  v:                                                                                                                          kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  X Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b o       < ^                                          *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP       |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    < " 5 d w      - h | > J N u       ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5       <   " d    i |            w            w   4   w   4   w   4  v: n            w            w   4  v: w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i      x y = > u     I        N! ! ! ! ! ! !  "                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4      4      4  v:    4  1                                                                                                    6                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP    I  \            ! M! a! ! ! ! ! ! !  " " " #" $" (" )" *" <" =" O" P" b" c" u" v" z" " " # # # $ $ õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ ( " "                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " )" *" =" P" c" v" x" y"                      6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  y" z"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z" " " " %# S# q# # # # # $                *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  $ $ $ ,$ -$ @$ S$ f$ y$ {$ |$             s                                 6  1                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
$ $ $ $ &$ '$ +$ ,$ -$ ?$ @$ R$ S$ x$ y$ }$ $ $ $ J% K% L% \% ]% ^% _% w% % % % % % % % % % % % ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %|$ }$                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }$ $ $ $ K% L% ]% ^%                            *  [             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  ^% _% % % % % % % % % |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % "& #& & & & & & & & & & & & & & & & ' 	' .' /' 3' <' _' `' ' ' o( p( q( ( ( ( ( ( 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %% % % #& & & & &                            *  [             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  & & & & & 	' ' /' 1' 2' |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2' 3'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3' <' `' ' p( q( ( (                           *  Y             f                           *  v:                                                                                    kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  ( ( ( ( B) C) j) k) ) * * * + |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: n            w            w   4  v: w   4  v: w   4  1                `gdP    gdP   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( A) B) C) j) w) {) ) ) * * * + + A+ U+ y+ z+ + + + + + +  , , A, B, U, , ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  + B+ z+ +  , B, , , - r- s- t- ~- - - - -                                                                                                                            4                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  , , , , - 0- q- s- t- - - - - - - - - - - - - . . 1. 2. W. X. q. z. {. . շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\- -                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               - - - . 2. E. X. Z. p.                       à                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  p. q.                                        kd9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               q. z. . / ,/ d/ o/ / / / / 0                            *  [    *  [    *  [    *  [    *  H    *  [ f                           *  v:                kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  . . d/ o/ / / / / / / / / / / / 0 0 0 0 "0 #0 *0 ,0 A0 B0 Q0 S0 T0 U0 ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ 0 #0 +0 ,0 B0 R0 S0 T0                
  v:                            
  v: R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ T0 U0 }0 ~0 0 0 0 0 0 0 0 |            s            s      s     1 s            s            s            s            s      s                                                              	  $If   gdP   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U0 m0 w0 x0 |0 }0 ~0 0 0 0 0 0 0 0 0 0 0 [1 )2 32 42 R2 S2 n2 2 2 2 2 2 2 ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 0 0                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 0 \1 w1 1 1 1 1 )2 42 S2 o2 2 2 2 2                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *      *  H    *  H    *  H                *  v:                                                                                                                                                                                                                   
& F, $If   gdP 	  $If   gdP  2 2 2 2 2 2 2 
3 3 3 3 3 &3 L3 M3 b3 c3 e3 f3 g3 3 3 3 3 3 3 3 3 3 3 3 3 3 пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  2 2 2 
3 3 3 |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 M3 d3 e3 f3                            
  v: R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   f3 g3 3 3 3 3 3 3 3 3 |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 3                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 X4 4 4 4 5 5 15 \5 5 5 5 5                            *  [    *  [    *  [    *  [    *  [    *      *  H    *                  *  v:    *  v:                                                                                                                                                                                                                                                     
& FT $If   gdP 	  $If   gdP  
3 3 3 3 W4 5 5 5 05 15 D5 S5 [5 \5 c5 i5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 5 5 5 5 |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 6 6 6 6 
6 6  6 26 36 X6 Y6 ]6 f6 g6 v6 6 6 7 7 7 58 ?8 @8 ^8 _8 ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    5 5 6 
6  6 36 F6 Y6 [6 \6 |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\6 ]6                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ]6 f6 6 7 7 7 7 7 58 @8 _8 8 8 8                            *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
_8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8  9 
9 9 9 
9 9 9 69 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  8 8 8 9 |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 
9 9 9 69 79 r9 ): [: \: : ; <; =; |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v:                 gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
69 C9 G9 r9 ): [: h: l: : ; =; I; M; o; ; X< < < < < < J= z= = = = ? ? ? ? ? @ @ @ @ @ @ A MB uB vB B B B D 4D 5D nD D E ZE E E ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4=; o; ; W< X< < < < J= y= z= = ? ? ? ? @ @ @ A A A A B *B :B MB uB vB B                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  B D 5D nD D E ZE E E -F dF F F F F F F G G                4  v:    4                  4                  4                  4      4                  4      4                              P                                                                                                                                                                           	  $If   gdP   gdP    gdP  E dF hF F F F F F G G G G G fG gG hG iG G G =H jH H H H MI xI yI I I I J 4J 5J :J _J cK L Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $G G G G G G G G G M            H            H   &   H   &   H   &   H   &   H   &   H   &          gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   G ,G 3G 8G HG IG XG YG    &      &      |  j    V  j _            V   |  j V   V  j                                                  	 $If   gdP    kd+ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  YG ZG fG gG                |  j    V  j                                                                                                                                                                                                                      	 $If   gdP  o  kd  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  gG hG iG tG xG G G G                            &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G G G G G 2            )     j )     j )     j           	 $If   gdP    kd: $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     G 7H 8H =H jH oH H      j [                 j      j      j      j                                                                                kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  H H H H H GI d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  GI HI MI yI }I I d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I I I J d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J 5J :J `J d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  `J aJ bJ lJ J J J d            _            Z   &   _            Q     j Q   ,  j                                                         	 $If   gdP   gdP    gdP    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J J n            e     j e   ,  j                                                                                                                                                    	 $If   gdP    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           J J J J                  j    ,  j                                                                                                                                                                                                            	 $If   gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  J J J J J K K K !K                            &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  !K "K                                             kd, $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          "K -K 1K 8K ?K @K AK BK    d  j      j      j      j      j A               d  j           kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  BK CK DK EK FK GK HK IK      j      j      j      j A               d  j      j           kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  IK JK KK LK MK NK cK      j      j      j A            <            7   &         gdP    gdP    kdC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  cK L L 0L 1L JL [L \L pL rL    &  v:                &      &      z
        v:                z
        v:                                                                                                                                       E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	L L L L L 0L 1L [L \L rL sL uL vL L L L L L L L L L L L L M M M M M 7M 8M 9M EM FM XM  N O O O O O O 춥x                          /jT hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *rL sL tL uL vL ~L L                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   L L L L L L L                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd? $$If   l 0 
" R                                                           4 
l a   L L L L L L L                z
        v: a               z
        v:                                                                                          E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   L L L L L M M                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   M M M M M M M                &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kdy $$If   l 0 
" R                                                           4 
l a   M M 'M (M 6M 7M l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   7M 8M 9M FM XM N  N O O O O l            g            a   &   \   &   g            g   &  v: g   &  v: g   &  v: g   &  v: g   &  v:             gdP  $gdP    gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
O O O P P P P P P P  Q Q *Q +Q Q Q Q Q Q Q Q Q -R /R AR BR fR hR xR yR R R R R R 7V 8V DV Y Y Y Y Y Y DZ EZ Z Z Z ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0O Q Q +Q Q Q Q Q Q .R                &      &                                v:                              v:                                                                                                                                           S  kd" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	.R /R BR gR hR yR R                              v: N                             v:                                                    S  kdF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   R R R R  S S ST TT AU BU 7V 8V DV V "W W W bX X                            &      &  v:                &  v:                &  v:    &  v:    &  v:    &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:         
& F
 gdP    gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X X Y Y DZ EZ Z Z Z Z \ \ -\ K] m] ] ] ^ -^ G^ H^ Q_ R_ ` ` Pa Qa a                &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:    &      &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              gdP   
& FO gdP    gdP  Z Z ,[ -[ =[ E[ \ \ -\ J] K] m] 2_ O_ R_ ` ` a a a a a a b b *b +b \b ]b ^b ze {e e e e e e e e e ۵۵۵ۭۜۋzrgrrr       jN hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 'a a a a a b +b ]b                e         j                           e  v:      v:                                                                                            kdj  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  ]b ^b ob b b b Zc [c wc c d s            n   &   i            a            a   &  H a   &  H i            i   &   Y            Y   &  H       
& FR gdP   
& FQ gdP    gdP   gdP   kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
d xd =e >e e e e +f ,f f f )h *h i i Oj Pj k k 8k Ik k l m m yn zn               &  Ճ                &      &      &      &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:                &  v:                &  v:    &  v:         
& F gdP   $ $gdP    gdP   
& FR gdP  e e e e e e +f ,f f (h i Nj j j k k k k k k k k k 'k 8k Ik k k l l m yn o o ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj hP U !zn o o o  p p p                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  o o p ;p <p ?p @p Fp Gp hp ip p p p p p p p p p p q q 0q 1q Gq Hq bq cq q q q q q ls ms ys s t (t \t bt et t u u u #v Lv v v v ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3p p p  p .p ;p <p                                          v:      v: 5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kdi $$If   l   l '{6    4   4 
l a] p
         <p =p >p ?p @p Dp Ep Fp                              v: t                                         v:                                                                                                              v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  Fp Gp `p bp hp                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         hp ip p p p                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p q q q                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd.	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q (q *q 0q                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0q 1q ?q Aq Gq                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Gq Hq [q ]q bq                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         bq cq jq oq q                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q ls ms ys s s t )t ]t pt t                         |            |   &  v: |   &  v: |   &   |   &   |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v:          gdP    $a$gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t u 8u Ku u u u u #v =v Mv v v v v v v v x x x ?x Nx ax bx {x x x                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  v v v v v v x /x Nx `x x x x x 
y .y ?y sy y y 3z Hz zz {z z z z z z z z z пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  x x x x x 
y =y >y ?y sy y y y y y 2z 3z =z Hz {z z z                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                            4  v:    4  v:                            6                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  z z                                     kd0
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               z z z z z { { -{ /{ F{                  v:          6  v:    6  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	z z  { { { { ,{ -{ G{ P{ { { { { | | | | :| ;| @| I| f} h} x} y} } } } } } Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ F{ G{                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               G{ P{ r{ s{ { { { { { { { { { {                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *   q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
{ | | | ;| <| =| >| ?|             q            l                                                                                                                               gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  ?| @|                                     kdX $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               @| I| j| k| | | | | | | | 
} "} 7} Q} R} g}                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                         	  $If   gdP  g} h} y} } z            q            q   *  v:                                                                                                                                                                            	  $If   gdP    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       } } } } } } } } z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kdl $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       } } } } } X~ Z~ j~ k~ ~ ~ ~ ~ ~ ~ ~  " > J i u          g   ݀ ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "} }                                     kd) $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               } } } } ~ ~ '~ C~ D~ Y~ Z~ k~ ~                *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: q                           *  v:                      kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  ~ ~ ~ ~ ~ ~ ~ ~ z            u            l            l      l      l      l                                                                                                   	  $If   gdP    gdP    kd= $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ~ ~                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~ ~                       *  v:    *  v:    *  v:    *   q                           *  v:                                                                                          kdQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP        ހ    
 z            u            u   4   u   4  v: u   4  v: u   4  v: u   4  v: u   4  v: h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
݀ ހ  
 < = G Q R r s       m o   у     4 5 6 7 8 ; D    ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #
 = G Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  Q R                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R s                                6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP                                           kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Ȃ ɂ ؂ ) n o  у                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:    *  v:                         kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    6 7 8 9 : |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D    ҄                *   s                           *  v:                                                                                                                                                kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP   ф ҄ ӄ Ԅ Մ ׄ      ވ  ^ } ݉  a   
    # = \ ƍ  U t   o  m   
 |    M N о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -҄ ӄ Ԅ Մ ք ׄ         |            w            w            w            w   &   q   &   w            w   &  v: w   &  v: w   &  v: w   &  v: w   &  v: w   &  v:   $gdP    gdP   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  q        U       ވ                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                &  v:                &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP     
             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd{! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @ ^ l |                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd9" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdV# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ݉                              &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kds$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd1% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > ? a o                             &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdN& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdk' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ê   	                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd)( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdF) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L M                               &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ë ȋ             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdc* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȋ ɋ ԋ ً             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ً ڋ               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd!+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        "                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd>, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e f Ҍ  = K [                            &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd[- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdx. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ƍ ԍ                             &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd6/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdS0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' ( U c s                            &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdp1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd.2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                    &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdK3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd	4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdh4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H I o }                             &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd&5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʏ Ϗ             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdC6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϗ Џ я = > m {                             &  v:    &  v:    &  v: s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd`7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȑ ͐             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͐ ΐ ϐ                               &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd}8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd;9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 9 >             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? I N             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O P |                              &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdX: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ǒ ̑             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdu; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̑ ͑ ב ܑ             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܑ ݑ ޑ                               &  v: s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd3< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kdP= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {     v:                                                                                                                                                                                                	  $If   gdP  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [   Ē   > ? L M N q                             &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                            4  v:    4  v:                gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N _ q   + < = > S      ͔ Δ ߔ      '    
  Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ    + = > H S                   4  v:    4  v:                                        6                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	                                         kdm> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Δ                                6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP                                           kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' { |    J    Ɩ ֖ ז                 *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                    
& F $If   gdP 	  $If   gdP    
 ^ w   ؗ |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         8 9 : M N ] ח ؗ ٗ   . / 2 ;   ˙ ̙      ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jA h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  ؗ ٗ  . / 0 1 |            s            s            s   6  v: s      s                                                                                                                                  	  $If   gdP   kdTB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ;   Ә 2 = Y r                    *  v:    *  v:                *  [                *  v:    *  v:    *  v:    *  v:    *  v:    *                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP    ̙  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdbD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            > ? s      |            w            w   4   w   4  v: w   4  v: w   4   w   4  v: w   4  v: w            w            w  4   w   4  v:                                  gdP   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        > ? r s       G t    Ϝ М ڜ   
  : ] ^ a j   #     џ ҟ  ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $   М ڜ                             6                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 : L ^ _ `                            6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  ` a                                        kd*G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j    Н  	    6 \ y                   *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                *  [    *  [                *  v:    *  v:    *  v:    *      *  v:                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP    ҟ # y Ԡ  U |            s            s   *  v: s   *  v: s   *  v: s   *  v: s   *  v:                                                                                                            	  $If   gdP   kd~H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              " C y  Ӡ   3 T U X i    7 8 9 J ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j8I h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  U V W X ~    9 K L V |            w            w   4   w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w            w            j                                 
  ? $If   ^? gdP    gdP   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J L a      ΢ Ϣ   	     ˣ      
   e f h i {    ͤ ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !V a                   6                                                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP                                           kdwJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ϣ  	 
                       6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP                                           kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 v w     	 
                                         *  v:    *  v:                            *  v: Y                              kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
 f g h i  / S     -             s            n            n            h   &   n            c   &   n            n   &  v: n   &  v: c   &            gdP  $gdP    gdP   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  ͤ Τ ٤ ڤ     / S   - Y j     ϲ Ѳ         ܴ  c  f m   / P   H I a b r s ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jR hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /jN hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -- X Y j   q r              ܴ  b c r                 &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                    &  v:    &                  &  v:                	  v:           	  $If   gdP   gdP   
& FP gdP    gdP                    f                           	  v:    E
  v:                                                                                                                       kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP      ĵ o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdhO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ĵ ŵ ʵ ѵ ֵ o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֵ ׵ ܵ   o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdDP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     " o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kd Q $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " # + 2 7 o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7 8 @ G S o            f            f   	  v: f   E
  v:                                                                                                                                     	  $If   gdP    kdQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S T U V   O P      o            j            j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v: j   &  v:        gdP    kdjR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s v w  	   = H ? P    
    : > ? T             
    ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ % 	   < = Ӽ Լ &     B   g   < = ^ k x       &                  &  v:    &  v:    &  v:    &  v:    &  v:                            &  v:    &  v:    &  v:                            &  v:                            &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              h^hgdP   
& F  gdP    gdP   gdP          % < = H x y     k l ? P    5 c                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:                &  v:    &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:             gdP    gdP    
 Z      : > ? I T                   &  v:    &  v:    &  v:    &      &                  &                  &  v:    &  v:                            6                                                                                                                                                                      
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP                                           kdSS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                       v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                            kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 I U |   	  M W |                              *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
     |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ! # / 3 O P e                 ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5   ! " # O P Z e   |            w            w   &  v: w   &  v: w   &  v: j            a            a   6   V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kdoW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                        v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP                                           kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N Z                                    *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP     ! " ( / 0 1 2 G y z            { ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph      " 0 |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1 2 < G z   |            w            j            a            a   6   V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                        v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP                                           kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 > e    z                               *  [    *  [    *  [    *  [    *  [   *  Y    *  [                *                                                                                                                                                                                                                                                                                         
& F! $If   gdP 	  $If   gdP  {            # ' B C X           ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph        |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd3^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           C M X    |            w            w   &  v: w   &  v: j            a            a   6   V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                        v:      v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP      x z               % & 0 O P Q îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D P w    < x y z                            *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                           kdOb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  z                         *  v: s            n            a                           6   V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd	c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & P Q R T U                  v:          6  v:                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  Q R V _       
   
 G a c d y        п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  U V                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V _      N k                               *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [ f                           kdkf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP      
 G d n y                 *  v: s            n            i   &   n            \                           6                              
  ? $If   ^? gdP   gdP    gdP   kd%g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  
  $$If   gdP                                           kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                          6  v:                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP           H I J Z [            ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5                                          kd3i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   # b  I J [                 *  v:    *  v:    *  v:    *  v:    *  v:    *  v: s                           *  v:                                                           kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
       s t   ! Y  |            w            w   &  v: w            q            q   4  v: w            w   4  v: w   4  v: w   4  1 w            w            w               $gdP    gdP   kdAk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     4 X l     D E Z                5 6 P Y e õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !  D E O Z                                                                   6                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    # 6 8 O                  v:    6  v:                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  O P                                        kdOm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y       D K S                            *  [    *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
e        / 8 B D J K R T i j y { | }          ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ S T j z { |                            
  v: R            I                                                                     	  $If   gdP Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd]o $If   K$L$l 0                                     
t                              4   4 
l a   | }         |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kdwp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      C            	 
   ! " # ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J                                          kd1q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  C q                       *  v:                *  [             f                           *  v: [            [   
  v:          
  $If   gdP K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
  
                                
  v: R                           
  v:                                                           Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd?s $If   K$L$l 0                                     
t                              4   4 
l a        ! "                            
  v: R            I                                                                     	  $If   gdP Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdYt $If   K$L$l 0                                     
t                              4   4 
l a   " # K l m      |            s            s     v: s      s            s            s            s            s                                                                               	  $If   gdP   kdsu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# ; E F G I J K l m       i          & = m s ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd-v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         m                                        *  [   *  Y                *  v: Y                                          kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
m t } ~          : B W l ~                   v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:          	  $If   gdP  S  kd;x $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ s t | ~            ! @ A            ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ                          v:      v:                                                                                                                                                                                                                  
& F$ $If   gdP  S  kdx $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    ! A f y    |            s            s     v: s   6  v: s            s            s            s                                                                                                	  $If   gdP   kd_y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  1      	                             *  [    *  [             f                           *  v: [            [     v:          
  $If   gdP K$  kdm{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
       	                    &  Z ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5    0 E W q         - G W                              v:      v:      v:      v:      v:      v:      v:                              v:      v:      v:      v:      v:      v:           
  $If   gdP K$	  $If   gdP  S  kd'| $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   W q                                                                                                                                                                                                                                                                        	  $If   gdP  S  kd| $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP            |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kdK} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &    Y      ^                *  v:                *  [    *  [                *  v:    *  v: f                           *  v:                kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  Z     
  ] ^ _ w            
 þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ ^ _          |            s            s     v: s   6  v: s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kd̀ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
    h    	                 *  v:                *  [                            *  v:    *  v: Y                              kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  

     h    	   l m n            νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ   m n        	 
             s                             v:    6  v:                                                                                                            kdۂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   T  < = > O                 *  v:                            *  [                *  v: Y                           *  v:       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
    : < = > N O       + - . / ? @           ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5           , < V p x                                v:                              v:      v:      v:      v:      v:      v:      v:                              v:      v:         	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        , - .                  v:      v:      v:      v:                                                                                                                                                                                     	  $If   gdP  S  kd5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  . / @  |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdǆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              	    |            s            s     v: s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       (         
 N          ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ                                           kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                (  A  }    $                    *  v:                *  [    *  [   *  Y   *  Y             f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
 N       
 " 4 N h y                                           v:             }            }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v: }   4  v:         	  $If   gdP  S  kdW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP        
  1 K e v                     4  v:                              v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                    S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP         ' : M ` a b             s                             v:    6  v:                                                                                                            kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                _ ` c l 0 _ `   : ;   5   	 	 	 	 Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ b c                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l 0   ; n  7   	 	 	 	 .
 }
 
 
 
 $ P |                  *  v:                *  [    *  [    *  [    *  [   *  Y    *  [    *  [   *  Y    *  [                *  v:                *  [    *  [    *  [    *  [    *  [    *  [    *  [    *  [                                            
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  	 	 
   #         2 8 9 A C     ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph      2 9 B |            s            s   *  v: h            h     v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B C K ` u       
 &
 @
 Q
 k
 s
 
                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:                              v:           
  $If   gdP K$	  $If   gdP  S  kdC $If   K$L$l 0                     x                
t                                4   4 
l a   
 
 
 
 
 
 	 # = N h y                     v:      v:      v:      v:      v:      v:      v:      v:      v:      v:                                                                               	  $If   gdP  S  kdՎ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP              |            s            s      s   6  v: s            s            s            s            s            s                                                              	  $If   gdP   kdg $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
           ! *    2 G      *      / ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   !                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! *   J   :  -   + J i     $ %                *  v:                *  [   *  Y    *  [    *  [   *  Y   *  Y   *  Y                                        *  [    *  [    *  [    *  [    *  [                *  v:                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  / B N a         # $ % & 6 7 {             ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  % & 7 {   |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               
 ! 2 I ` q                                
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                       
  $If   gdP K$	  $If   gdP  S  kd= $If   K$L$l 0                                     
t                                4   4 
l a           . E V m                      
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:    
  v:                                                    S  kdϒ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        % 8 K ^ ` a             s                                 6  v:                                                                                                            kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP       ] ^ b k }  E w  x    f  M b   @    ;! P! " |# # # # # 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !a b                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k } E    M    2 d      S! T! [! " "                *  v:               *  Y   *  Y   *  Y    *  [                *  v:    *  v:    *  v:    *  v:    *  v:               *     *      *  [                *  v:    *  v:    *  v:                                         
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  " 8# x# # # # $ 4$ S$ r$ s$ $                *  [    *  [    *  [    *  [    *  [    *  [    *  [             f                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  # 
$ $ ,$ 8$ K$ W$ j$ q$ s$ $ $ $ $ $ $ $ $ $ $ $  % & 2& 3& 4& ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  $ $ $ $ $ $ $ $             s                                 6  v:                                                                                                                          kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  $ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $  % 
% /% Q% s% % % % % % & 3&                                        *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:    *  v:                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  3& 4& E& x& & |            s            s   *  v: s   *  v:                                                                                                                                                               	  $If   gdP   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4& D& E& & & & & & & & & & & ( ( ) ) 8) L) p) ) ) ) * * , , , - n- q- - - ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  & & & & & ( ( ( ) 9) q) ) * |            w            w   4   w   4   w   4  v: n            w            w   4  v: w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * \* ]* * V+ W+ , , , , - p- q- - - . V. . . A/ B/ L/ W/ / / /                            4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4      4      4  v:    4  1                                                                                                    6                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  - - - . 1. U. i. . . . . A/ B/ W/ / / / / / / / / / / / / / / /  0 0 0 0 0 !0 i0 1 1 1 1 1 õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (/ /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / 0 0 0 0                      6  1                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  0 0                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 !0 i0 0 0 0 1 )1 `1 1 1 1                *  v:                *  [    *  [    *  [    *  [    *  [             f                                       kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  1 1 1 1 1 1 1 2 2 2 2             s                                 6  1                                                                                                                 kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 $2 e2 f2 2 2 2 2 2 2 2 3 3  3 $3 %3 &3 83 93 K3 L3 q3 r3 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %2 2                                        kdǝ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 $2 B2 f2 2 2 2 2                            *  [             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  2 2 %3 &3 93 L3 _3 r3 t3 u3 |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd՟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u3 v3                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r3 v3 3 3 3 C4 D4 E4 U4 V4 W4 X4 p4 z4 {4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 
6 6 6 6  6 !6 "6 /6 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %v3 3 3 3 D4 E4 V4 W4                            *  [             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  W4 X4 4 4 4 4 4 4 4 4 |            s            s      s   6  1 s            s            s            s            s                                                                               	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 4                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 4 5 6 6  6 !6                           *  Y             f                           *  v:                                                                                    kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  !6 "6 #6 T6 6 6 7 	7 :7 28 38 g8 8 |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: n            w            w   4  v: w   4  v: w   4  1                `gdP    gdP   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /6 36 T6 6 6 6 7 7 7 :7 7 38 g8 z8 8 8 8 8 9 9 +9 =9 >9 \9 ]9 p9 9 9 9 9 9 $: ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  8 8 9 ]9 9 9 %: l: : ; ; ; ; '; Z; d; n;                                                                                                                            4                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  $: 8: k: : : : ; ; ; '; Y; Z; d; n; o; ; ; ; ; ; ; ; ; ; ; ; ; < < < (< շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\n; o;                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o; ; ; ; ; ; ; ; <                       à                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gdP  < <                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < < < < < = 
= 9= {= |= = =                            *  [    *  [    *  [    *  [    *  H    *  [ f                           *  v:                kdǨ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  (< < = 
=  = 0= 9= @= F= z= {= |= = = = = = = = = = = = = = = = = = ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ = = = = = = = =                
  v:                            
  v: R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ = = > > /> B> U> h> j> k> > |            s            s      s     1 s            s            s            s            s      s                                                              	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
= > > > > > > .> /> A> B> g> h> > > > > > ? ? ? ? ? @ <@ E@ L@ R@ c@ d@ ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ > >                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > > ? F? c? |? ? ? ? ? 
@ @ E@ d@ e@                            *  [    *  [    *  [    *  [    *  [    *  [    *  [    *      *  H    *  H    *  H                *  v:                                                                                                                                                                                                                   
& F, $If   gdP 	  $If   gdP  d@ e@ f@ v@ w@ z@ @ @ @ @ @ @ @ @ @  A A A A A A 'A (A ,A -A .A @A AA SA TA yA zA ~A пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  e@ f@ w@ @ @ @ |            s            s   *  v: h            h   
  v:                                                                                                                         
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ A A A                            
  v: R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   A A -A .A AA TA gA zA |A }A |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}A ~A                                        kd7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ~A A A B XB jB B B B B <C @C AC BC                            *  [    *  [    *  [    *  [    *  [    *      *  H    *                  *  v:    *  v:                                                                                                                                                                                                                                                     
& FT $If   gdP 	  $If   gdP  
~A A A A A B B B B B B B B B C C ;C <C ?C @C AC BC CC SC TC WC lC uC C C زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 BC CC TC C |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C C C C C C C C C C D D D rD sD !E %E gE E E E E E ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    C C C C C C C C C C |            s            s      s     1 s            s            s            s            s                                                                               	  $If   gdP   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C D sD D "E UE E E E E E (F jF kF                            *  [                                        *  [    *  [    *  [    *      *  H    *                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
E F F 'F (F /F 5F iF jF kF lF |F }F F F F F F F F F F F 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  kF lF }F F |            s            s   *  v:                                                                                                                                                                                	  $If   gdP   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F G G G G 3H H H H |            w            w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v: w   4  v:                 gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
F F F G G G H 
H 3H H H H H 
I I I KJ LJ XJ \J J J K $K (K PK "M PM \M `M M >N ?N yN zN N N N O P P *P .P ZP Q Q Q R bR R R 4S S ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4H 
I I I I KJ LJ J J K K PK "M OM PM M ?N yN zN N aO bO O O O O O P P ZP                4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:    4  v:       gdP  ZP Q Q R bR R R 4S S S T dT eT pT |T T T T T                4  v:    4                  4                  4                  4      4                  4      4                              P                                                                                                                                                                           	  $If   gdP   gdP    gdP  S T T cT dT pT T T T T T T T U U U U CU zU U V XV V V V W W ;W rW sW W W W W W Y Y Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $T T T T T T T T T M            H            H   &   H   &   H   &   H   &   H   &   H   &          gdP   kdǴ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   T T T T T T T T    &      &      |  j    V  j _            V   |  j V   V  j                                                  	 $If   gdP    kde $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  T T U U                |  j    V  j                                                                                                                                                                                                                      	 $If   gdP  o  kd: $$If   l       0   T# T                 .                
t  0                                                              4 
l al  U U U U U )U 1U =U                            &   z     j q     j q   %  j q   ~  j                                                                                                        	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd׶ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  =U >U CU zU U 2            )     j )     j )     j           	 $If   gdP    kdt $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     U U U U V 
V RV      j [                 j      j      j      j                                                                                kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  RV SV XV V V V d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  V V V W W 5W d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5W 6W ;W sW xW W d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W W W W W W d            [     j R            [     j [     j                                                                            	  $If   gdP 	 $If   gdP    kdŻ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W W  X 
X YX ^X jX d            _            Z   &   _            Q     j Q   ,  j                                                         	 $If   gdP   gdP    gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  jX kX nX xX n            e     j e   ,  j                                                                                                                                                    	 $If   gdP    kdW $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           xX yX |X X                  j    ,  j                                                                                                                                                                                                            	 $If   gdP  t  kd, $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  X X X X X X X X X                            &   w   d  j w     j w     j w     j w     j                                                                                                   	 $If   gdP   gdP    gdP  t  kdɾ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  X X                                             kdf $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          X X X X X X X X    d  j      j      j      j      j A               d  j           kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  X X X X X X X X      j      j      j      j A               d  j      j           kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  X X X X X X Y      j      j      j A            <            7   &         gdP    gdP    kd} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  Y Y Y Y Y Y Y Y Z Z    &  v:                &      &      z
        v:                z
        v:                                                                                                                                       E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	Y Y Y Y Y Y Y Y Y Z Z Z Z "Z #Z 0Z 1Z PZ QZ SZ TZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ c] d] o] p] ] ] 춥x                          /j hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *Z Z Z Z Z Z "Z                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   "Z #Z ,Z 0Z 1Z DZ PZ                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdy $$If   l 0 
" R                                                           4 
l a   PZ QZ RZ SZ TZ fZ Z                z
        v: a               z
        v:                                                                                          E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd7 $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                z
        v: a               z
        v:                                                                                          E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                &      z
        v:          Z	  v:                                                                                                                                                                                                                       	 $If   gdP 	 $If   gdP     gdP  E  kd $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z l            c   z
   Z     v: c      Z   Z	  v:                                                                                            	 $If   gdP 	 $If   gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Z Z Z Z Z [ [ \ \ ] ] l            g            a   &   \   &   g            g   &  v: g   &  v: g   &  v: g   &  v: g   &  v:             gdP  $gdP    gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
] ] ] {^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ !_ "_ ._ /_ v_ x_ _ _ _ _ _ _ ` ` ` ` V` X` Y` e` f` c c c $g 'g <g \g g g g g ?h @h Rh ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0] ^ ^ ^ "_ /_ w_ x_ _ _                &      &                                v:                              v:                                                                                                                                           S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	_ _ _ ` ` ` W`                              v: N                             v:                                                    S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   W` X` Y` f` ` 5a a a b b c c c ed d 1e e  f gf                            &      &  v:                &  v:                &  v:    &  v:    &  v:    &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:         
& F
 gdP    gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   gf hf 'g g g g !h ?h @h Sh i i i j k tk k k k k k l l n n n n :o                &  v:                &  [                &  v:    &  v:    &      &      &  v:    &  v:    &      &  v:    &                  &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:              gdP   
& FO gdP    gdP  Rh Sh h h h h i i i j j k l l l n n n :o Po To ao bo o o o o o o o s s $s %s &s *s +s hs is ts ۵۵۵ۭۜۋzrgrrr       j hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 ':o Fo Uo ao bo o o o                e         j                           e  v:      v:                                                                                            kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  o o 
p Vp [p p p p q q q s            n   &   i            a            a   &  H a   &  H i            i   &   Y            Y   &  H       
& FR gdP   
& FQ gdP    gdP   gdP   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
q r r r -s }s ~s s s nt ot u u 6w 7w w w x x x x y Qz { { | |               &  Ճ                &      &      &      &      &      &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &                  &  v:                &  v:                &  v:    &  v:         
& F gdP   $ $gdP    gdP   
& FR gdP  ts us vs zs {s ~s s s mt u w w x x x x x x x x x x x x x x hy qy zz z { | } } ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /jV hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj hP U !| } } } } } }                                                 e                                                                                                                        F  kd0 $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  } } } } } } } } } ~ ~ '~ (~ >~ ?~ Z~ [~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~    ( ) * + , 
   x  Ɓ       t     = s ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3} } } } } } }                                          v:      v: 5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd $$If   l   l '{6    4   4 
l a] p
         } } } } } } } }                              v: t                                         v:                                                                                                              v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  } } }  ~ ~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~  ~ "~ '~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '~ (~ 6~ 8~ >~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         >~ ?~ R~ T~ Z~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z~ [~ p~ r~ w~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w~ x~ ~ ~ ~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~                           t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
 (                         t            t     v:                                                                                                                                                                   $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ) * + , 
   _ y  ǁ   B                         |            |   &  v: |   &  v: |   &   |   &   |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v: |   &  v:          gdP    $a$gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B V   ւ   ; o   ۃ   > r s t u     ݅      L M                &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:    &  v:                                                                                                                                                                               gdP  s u      ͅ   3 K k n  ̆ ݆  = h ч    # - . T U r s  пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  M k y    ۆ ܆ ݆  ' = S i j Ї ч ۇ   # -                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  - .                                     kdj $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . U r s    ˈ ͈                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP  	      ʈ ˈ   }        ؉ ى މ      6 7 8 9 ^ Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   % & J f g | } ~                                                                                                                                       q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
    ى ډ ۉ ܉ ݉             q            l                                                                                                                                                       gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  ݉ މ                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               މ   	   8 T U g    Պ                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP     7 z            q            q                                                                                                                                                                                       	  $If   gdP    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       7 8 9 ` a b c d z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ^ _ ` e n    	 ( ) + W X ] f   ܌    e g w x       G H { ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "d e                                     kdc $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               e n     ŋ     	 )                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  ) * + X Y Z [ \ z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdw $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       \ ]                                     kd4 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ] f   e f g x                                                              q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP       H |     z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdH $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
{ |   ڎ ێ      > S T   '  
   o     ґ ӑ ԑ Ց ֑ ّ  > N O ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ # ێ                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 > T V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP                                           kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) * f g v ǐ  
  o                                                                                                  s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    ԑ Ց ֑ ב ؑ |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؑ ّ                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ّ  = > O p                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  O o p q r s u   $ % < |    {      ' F   ۚ  d      
 ,  *    9     о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -p q r s t u  B C      |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   & > U     9 : $ % < Q |                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP   $$If   a$gdP   
& F gdP    gdP                  {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǖ ̖             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̖ ͖ ז ܖ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܖ ݖ ޖ  
                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] ^ {                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ɨ ˗             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˗ ̗ ֗ ۗ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۗ ܗ ݗ  
                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` a                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ø Ș             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ș ɘ Ԙ ٘             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٘ ژ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ' 5 E                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ̙ љ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   љ ҙ ܙ              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      p  ۚ                                                               s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < = d r                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ě             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ě ś ƛ                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T U                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ĝ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ĝ Ŝ М ՜             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ՜ ֜               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  +                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd`  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o ۝ ܝ   )                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ƞ ˞             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˞ ̞ מ ܞ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܞ ݞ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 8                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ɵ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɵ ǟ џ ֟             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֟ ן               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       = b   ܠ ݠ                                                                                                                                                                                             gdP  z  kdH	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      *  ɡ ڡ ۡ ܡ  # $ . 8 9 k l }      Ţ      Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ    ɡ ۡ ܡ   $ . 8                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	8 9                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ţ   : ;    C S d t u                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gdP 	  $If   gdP       . G v |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ֤ פ ؤ    u v w   ̥ ͥ Х ٥ W Y i j   ! $ 5 M ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j	
 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  v w  ̥ ͥ Υ ϥ |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϥ Х                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Х ٥ ! " q Ц ۦ   * ? W X                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdP 	  $If   gdP  X Y j ! |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! " # $ M ܨ ݨ  # 5 6 % & |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M ܨ ݨ   4 5 6 T     $ & ; m n x     ت       9 : ] _ o p  ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $& 0 ; n x                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ت                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP                                           kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 M N ] n   %   Ԭ   9 : ^                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  ^ _ p   r   |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 < q   Ѯ      D  կ ֯ ׯ  ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jr h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ          ׯ    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          1 2 < F G l m       , i             + , 7 k ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !  2 < F                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP  F G                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   5 6                                                                                                      Y                              kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
     7 Ͳ  & '  ˷             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  k l w x     Ͳ   ˷   D V $ 7 m o   % & ( )   z   5       X         ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -˷    N O   C D V   # $ 9  & )   z      "                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  " 5 6 ; C H             f                                                                                                                                                                      kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  H I N V b o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at b c h o t o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t u z   o            f            f            f                                                                                                                                                	  $If   gdP    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           A B  o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            g           $ % / 9 : F g h      t v  ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %  # $   q r       j k       	  # 0 A                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  A R c t             6 7 	 
   # s t   . ^                                                                                                                                                                                                                                                                                                                                                             gdP    gdP  ^ _   g h         % / 9                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  9 :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A       t u                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
u v   |            s            s                                                                                                                                                                                           	  $If   gdP   kd5! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  5 6 @ J K W x y      5  ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5         6 @ |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ J                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  J K                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                           kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    J   4                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gdP 	  $If   gdP               " , - 9 Z [       ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gdP   kdQ% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             " , |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , -                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - [                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP                                           kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    . n                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gdP 	  $If   gdP                   ( ) 3 = > J k l   ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gdP   kdm) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              ) 3 = |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd'* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= >                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > l                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP        ( ) / 6 7 8 9 N             îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd5, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    C                                                                                                                               f                           kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP   ) 7 8 9 C N                            s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kdC. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                         kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                     I J T ^ _ k  п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kdQ0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 < H o    	 @                                                                                                                           f                           kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP           J                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd_2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	J T ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  ^ _                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                + , - . / 0 < @ ` F Y ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5                                          kdm4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      6    +                                                                                     s                                                                                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
+ , - . / 0 `   F    > |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd{6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y      
 = Q      * + 5 ? @ X b c d g h          õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !>      + 5 ?                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  ? @                                        kd57 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ h                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gdP                                           kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 b u                                                                    f                                    [            [                     
  $If   gdP K$  kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
 b                     3 = > ? A B C e f ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gdP Q  kd$; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd: $If   K$L$l 0                                     
t                              4   4 
l a     C f y      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f      < = > ? O P             ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J                                          kdk< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   = > ? P                                                                f                                    [            [                     
  $If   gdP K$  kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
                                           R                                                                                              Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdy> $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gdP Q  kd @ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a      
  0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        
  U V Y b S T    : ; < = M N O      ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ X Y                                        kdgA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b  A T : ; < = N                                                                                      Y                                          kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
    $ 9 N ` z       
  6                                                                                                                                                                                                                      	  $If   gdP  S  kduC $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$                  ) * - 6 B  + B C D E ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  6 P ` z                                                                                                                                                                                                                                                         
& F$ $If   gdP  S  kdD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        * + , |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , -                                        kdSE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6   C D E V                                                                f                                    [            [                     
  $If   gdP K$  kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
E U V t |      ( * + , D N O P R S T a k l     J  ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5         )  9  S  m  u                                                                                                                                                                                                                                    
  $If   gdP K$	  $If   gdP  S  kdaG $If   K$L$l 0   
L 
                                 
t                                4   4 
l a      ) * +                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdG $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  + , T l       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd?I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J g                                                                                                         f                                                   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP                ! # $ % = >     þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ   % > c v     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdMK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 R z                                                                                                        Y                              kd[M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
 Q S          
   $ . / 0 2 3 4 5    νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ     4 5 Z m                  s                                                                                                                                                                 kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ;	 	 	 	 	 @
                                                                                     Y                                          kd#P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
   ;	 	 	 	 	 	 	 @
 A
 G
 H
 P
 R
       0 1 2 J T U V X Y Z ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 @
 A
 H
 Q
 R
 Z
 o
 
 
 
 
 
 
   + @                                                                                                                                                                                                         	  $If   gdP  S  kdP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  @ R l                                                                                                                                                                                                                                                       	  $If   gdP  S  kdoQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     1 |            s            s                                                                                                                                                                                           	  $If   gdP   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2 Z [ n       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdR $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Z [ m n     
 o p q       2 f h n o w y r t ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 
  /  o p q                                                                                                  f                                                        kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
  h o x y         1                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kdU $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  1 K \ v ~        . H Y s t                                                                                                                                                                                                                            S  kd#V $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  t u v                       s                                                                                                                                                                 kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  t u v              
    $ %       n    Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                           kdoW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
  %    _  *  /      2 b     F z                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP        J ] a y z {        0 2 3 4 ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   z {     |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ( : T n       	  &                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd}Y $If   K$L$l 0                     x                
t                                4   4 
l a   & ; P b |        1 2 3                                                                                                                                                                                                                   	  $If   gdP  S  kdZ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  3 4 \ ] p       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdZ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
4 L V W [ \ ] o p          F [ 7  L      k! ! ! ! ! ! ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kdi[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ^ k  O    ! ! ! ! " ," C" b" " " "                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  ! ! ! ! G" Z" f" y" " " " " " " " " " " # #  # (# *# p% r% s% t% % % % % ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  " " " #  # )# |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )# *# 2# D# V# h# z# # # # # # # $ %$ 6$ M$ N$                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kdw] $If   K$L$l 0                                     
t                                4   4 
l a   N$ V$ h$ z$ $ $ $ $ $ $ % "% 3% I% Z% q% r%                                                                                                                                                                                                                            S  kd	^ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  r% s% t% % % % % % % % % %             s                                                                                                                                                                 kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  % % % % % % %  & 	& ' M' ' ( ( ) 2) ) ) + + +  , , Z- - . . . 0 1 -1 91 L1 1 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !%  &                                        kdU_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & 	& ' ' ( 3) ) ) 6* U* * * + + =, \- . . . . 0 0                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  0 0 1 51 T1 1 1 1 1 2 2 "2                                                                                                             f                                       kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  1 1 1 1 1 1 1 2 2 2 !2 "2 e2 f2 g2 2 2 2 2 2 2 2 3 3 3 3 ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  "2 f2 g2 2 2 2 2 2             s                                                                                                                                                                                     kdca $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  2 2                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 3 33 43 V3 x3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  3 3 3 4 ;4 |            s            s            s                                                                                                                                                                          	  $If   gdP   kdqc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 :4 ;4 <4 =4 >4 J4 N4 R4 Y4 x4 ^6 q6 6 6 6 6 7 "7 U7 i7 7 7 z: : : : ; ; C; V; ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  ;4 <4 =4 >4 x4 (6 *6 ^6 6 6 7 V7 7 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd+d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 M8 8 8 9 9 y: z: : ; ; C; ; ; ; ;< < < < < < (= 2= <=                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  V; ; ; ; ; ; < :< N< < < < < < '= (= 2= <= == U= _= `= d= e= f= x= y= = = = = = = = = > +? ,? -? =? >? õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (<= ==                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               == e= f= y= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  = =                                        kd9f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > *> a> > > > > ,? -? >?                                                                                                             f                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  >? ?? @? h? i? |? ? ? ? ? ?             s                                                                                                                                                                      kdGh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
>? ?? @? X? b? c? g? h? i? {? |? ? ? ? ? ? ? @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %? ?                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? @ @ @ @ @                                                 f                                                                                                                       kdUj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  @ @ @ @ @ @ @ A A A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A A                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A ^A _A A A A A A A A B B B B B B 1B 2B DB EB jB kB oB xB B B C C C C C C C C C C 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %A A ;A _A A A A A                                                 f                                                                                                                       kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  A A B B 2B EB XB kB mB nB |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	nB oB                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oB xB B C C C C C                                                 f                                                                                                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  C C C C ~D D D D D E E F GF |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C }D ~D D D D D D 2E E F F GF ZF }F F F F F F F F F G <G OG }G ~G G G ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  GF ~F F F <G ~G G 
H YH H H H H H H I I                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  G G 	H H XH lH H H H H H H I I 
I %I /I 0I 4I 5I 6I >I [I mI nI I I I I I I շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\I 
I                                        kdYq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
I 5I 6I [I nI I I I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  I I                                        kdr $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I %J VJ hJ J J J K K +K XK                                                                                                 f                                                   kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  I %J J J J J J J J K K K *K +K .K CK LK VK XK ^K _K fK hK }K ~K K K K K ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ XK _K gK hK ~K K K K                                                             R            I                                   	  $If   gdP Q  kdHu $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ K K K K K K K L L 	L L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
K K K K K K K K K K K L L  L )L *L 9L L eM oM pM M M M M M M M N N ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ L  L                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                L )L L L L M M -M eM pM M M M M N N                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  N N N N N N N IN ON PN WN YN bN N N N N N N N N N N N N N N N N N O O O пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  N N N IN PN XN |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XN YN N N N N                                     R            I                                                                     	  $If   gdP Q  kd*y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   N N N N N N O O O O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O O                                        kdqz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O %O O O O P CP NP mP P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
O %O &O 5O O CP MP NP lP mP P P P P P P P P P P P P P P P P 
Q Q Q Q زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 P P P Q |            s            s                                                                                                                                                                                           	  $If   gdP   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q  Q 8Q BQ CQ GQ HQ IQ [Q \Q nQ oQ Q Q Q Q Q Q R R R R S qS {S |S S S ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    Q  Q HQ IQ \Q oQ Q Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                        kd9} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q R NR R R $S 6S qS |S S S T 	T                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
S S S S S S S T T 	T 
T T T T 3T <T FT GT HT IT JT KT rT 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  	T 
T T HT |            s            s                                                                                                                                                                                           	  $If   gdP   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       HT IT JT KT rT sT T eU U U U =V xV yV |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
rT T T T eU U U U U =V yV V V V (W W W W W W #X X X X X X Z Z Z Z +[ [ [ \ \ $\ (\ K\ ] ] ] ] ] ] B_ p_ q_ _  ` =` ` ` *a ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4yV V (W W W W W #X X X X X Z Z Z +[ [ \ \ K\ \  ] 5] J] f] v] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                   gdP  ] B_ q_ _  ` =` ` ` *a ia a b b b b )b 5b Hb Lb                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  *a a a b b b $b (b Hb Kb Lb Sb Tb b b b b b c yc c c ,d -d d d d d e e Ce pe qe ve e f Qg Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $Lb Mb Nb Ob Pb Qb Rb Sb Tb M            H            H            H            H            H            H            H                   gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Tb hb ob tb b b b b                                                 _            V            V                                                             	 $If   gdP    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  b b b b                                                                                                                                                                                                                                                          	 $If   gdP  o  kdt $$If   l       0   T# T                 .                
t  0                                                              4 
l al  b b b b b b b b                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  b b b c c 2            )            )            )                      	 $If   gdP    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     c sc tc yc c c c             [                                                                                                                                           kdۃ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  c c c -d 1d d d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d d d d d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d e e =e d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  =e >e Ce qe ve e d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  e e e e e e f d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kdȇ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  f 	f f f n            e            e                                                                                                                                                               	 $If   gdP    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           f f f #f                                                                                                                                                                                                                                                	 $If   gdP  t  kdf $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  #f $f %f 6f ;f Cf Jf Qf ]f                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ]f ^f                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ^f if mf tf {f |f }f ~f                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  ~f f f f f f f f                                                 A                                              kd، $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  f f f f f f f                                     A            <            7                  gdP    gdP    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  f Rg Sg lg mg g g g g g                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	Qg Rg Sg Yg Zg lg mg g g g g g g g g g g g g g g h h 7h 8h Oh Ph Qh Uh Vh sh th uh h h h \i k k 
k k k k 춥x                          /jȓ hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *g g g g g g g                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   g g g g g g g                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   g g g g g h h                                     a                                                                                                                             E  kdА $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdq $$If   l 0 
" R                                                           4 
l a   h h *h 7h 8h Bh Oh                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd/ $$If   l 0 
" R                                                           4 
l a   Oh Ph Qh Rh Sh Th Uh                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kd $$If   l 0 
" R                                                           4 
l a   Uh Vh ch dh rh sh l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kdL $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   sh th uh h h [i \i Nj Oj &k 'k l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
k #k $k l l %l &l 6l 7l ;l <l >l fl gl l l l l m m !m "m im km }m ~m m m m m m m m n n sq tq q t t t t u (u u u u u u ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j/ hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0'k >l Gl gl l l m m "m jm                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	jm km ~m m m m m                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   m m m n <n n o o }p ~p sq tq q r ^r r 5s s t                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kdL $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   t t t  u u u u u u u Ww Xw iw x x y 4y My iy y y z z -| .| | | |                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  u u hv iv yv v Vw Xw iw x x x nz z z ,| .| M| | | | |  } P} Q} f} g} } } }    À Ā Ȁ ɀ    ۵۵۵ۭۜۋzrgrrr       j hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '| | | |  } Q} g} }                                     j                                                                                                                                           kdޖ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  } } } } } 8~ ~ ~ ~  Z s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kdP $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Z  y z ˀ   g h  
 e f Ԅ Մ   Y Z t  5  6 7                                                                                                                                                                                                                                                                                                                                   
& F gdP   $ $gdP    gdP   
& FR gdP        g h  d &  4 5 @ A Q R V W X Y Z c t     8 6    ! ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj) hP U ! ! % & < = Q                                                 e                                                                                                                        F  kdj $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  ! & S w x { |     ŋ Ƌ ܋ ݋     2 3 T U l m     ƌ ǌ Ȍ Ɍ ʌ     K d    - ?  * _   ۑ  ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3Q R S \ j w x                                                             5            v  kdP $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kdݙ $$If   l   l '{6    4   4 
l a] p
         x y z { |                                        t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP                               t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ŋ                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ŋ Ƌ ԋ ֋ ܋                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܋ ݋                            t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           + - 2                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 3 M O T                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T U d f l                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l m { }                          t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ƌ                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ƌ ǌ Ȍ Ɍ ʌ      K e                            |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ( @ t   ِ 
 + _ y   ܑ     5 > ? U {                                                                                                                                                                                                                                                                                                                                                                         gdP     3 4 5 U k   ѓ  	  I j {  ۔  o     ˕ ̕     $ пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ   	  * + I y z {  Ŕ ۔    n o y    ˕                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  ˕ ̕                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ̕    ' = S i k                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP  	$ ' < = R S h i     - . M N O P v w |      Ԙ ՘ ֘ ט  Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   Ö Ė        .                                                                                                                                     q                            kdR $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
. N O P w x y z {             q            l                                                                                                                                                       gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  { |                                     kḑ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               |      ֗    0 I ^ s                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP     ՘ z            q            q                                                                                                                                                                                       	  $If   gdP    kd# $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ՘ ֘ ט       z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                ƙ Ǚ ə     R ^ z        5 6 9 C Y     ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 + , @ A c      Ǚ                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  Ǚ ș ə      z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdn $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 M N     6                                                             q                                                                                                                             kdŮ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  6 7 8 9 Y   0 1 ; F z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  1 F x y      ܜ   & / ŝ     
   O P Q p q r s t w  ܟ   ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #F y                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP                                           kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ܜ   %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  % &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / ǝ ȝ    e    
 P                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  P Q r s t u v |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  ۟ ܟ                           s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP   
      5 @ £ ã ڣ  9    8   ' F Ŧ  @ _ y   !   # B  ʪ  ȫ * I  ׬ 5 T   о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -      @   " - 7 B L |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L M  ġ ܡ    ! \  ע آ £ ã ڣ   ( 8                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  8 9 D I             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ĥ ɤ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɤ ʤ Ԥ ٤             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٤ ڤ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdʹ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ' 7                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z {                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǥ ̥             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd¼ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̥ ͥ ץ ܥ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܥ ݥ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd߽ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ' 5 E                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ŧ Ӧ                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & ' @ N ^                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       W y                                                               s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ĩ ɨ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɨ ʨ Ԩ ٨             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٨ ڨ ۨ                                         s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˩ Щ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Щ ѩ ܩ              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # 1 A                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ɪ                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɪ ʪ ժ ڪ             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڪ ۪               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 y z   ǫ                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǫ ȫ ӫ ث             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ث ٫               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  * 8 H                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ƭ ֬                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֬ ׬               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 C S                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ۭ   # $ z {     2                                                                                                                                                                                        gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ȯ 3 g x y z   ¯ ̯ ֯ ׯ 	 
  - . ? @ Z c 6 8 H I Y Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  2 3 g y z   ¯ ̯ ֯                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	֯ ׯ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ׯ 
 . @ B Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  Y Z                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c   ذ ٰ '        7                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdP 	  $If   gdP  7 8 I   ̲   |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Z t u v       : ; j k n w       µ ӵ  ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jC h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ    ; j k l m |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w    n y   ȴ ݴ                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP      |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          µ  z {   Ӷ Զ ÷ ķ |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        z {   Ҷ Ӷ Զ  8 M   · ķ ٷ      ! F G v     \ _ ׺ غ   
   ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $ķ η ٷ                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    !                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! G v                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     D E ù 1 Q r   ׺ غ                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gdP 	  $If   gdP     _   N  |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         9 : ; N O ^   ڻ  , M o       A s t u  ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ        @ A u    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ͻ н ڽ   
  3 D E H Q  ʾ  # ; < D F V W      ɿ ʿ տ 	 ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !  н ڽ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 E F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  G H                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q   Ӿ Ծ # $ E F W                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
W     տ k    \ i             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	 
   & ' + , k  \ i        
 " $     1 3  -     7 ; k          ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jL hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -i           Z [    $   2 3  -                                                                                                                                                                                                                                                                                                                                       	  $If   gdP   gdP   
& FP gdP    gdP                    f                                                                                                                                                                      kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP        o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     
  o            f            f            f                                                                                                                                                	  $If   gdP    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     + o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + , 4 < A o            f            f            f                                                                                                                                                	  $If   gdP    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A B J R ^ o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ _ g n s o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s t |   o            f            f            f                                                                                                                                                	  $If   gdP    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     3 4   ! "   9 o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    9 E ( 2 y  {   - = I J V Z v z {          7 8 9 = F   $ ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %9 E   x y   b # $ , - ~  	  ( 2 x y                                                                                                                                                                                                                                                                                                                                            h^hgdP   
& F  gdP    gdP   gdP      # $ 7 J a x y    R S     {     q                                                                                                                                                                                                                                                                                                                                                                gdP    gdP    F    - = J v z {                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 8 9 ; <                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  < =                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F      E P                                                                                                                                                                                                                                                                                                                                                                                                                      
& F! $If   gdP 	  $If   gdP  
  % \ |            s            s                                                                                                                                                                                           	  $If   gdP   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ % [ \ ] _ k o            < = > B K  ; ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 \ ] ^ _       |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 < = > @ A                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  A B                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K     ( L  ; K L                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  ; K M ] ^ d k l m n            ! " & /  ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    L M ^ l |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l m n x     |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! " $ %                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  % &                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / n z    0   / 0                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP    / 1 A B H O P Q R S _ c ~         	 
 2 3 ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    0 1 B P |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q R S       |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 1 2 3 4 6 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  3 4 8 A             ) 3 4 @ a b l    îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  7 8                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 A       @ x                                                                                                                            f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP          ) 3                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	3 4                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP      & ' ( 8 9 ? F G H I           	 % п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 ; [    ' (                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  ( 9 G H I                              s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  
  $$If   gdP                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & ' ( * A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  % & ' ( B K L M N                   ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 A B                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K M N _                                                                                           s                                                                                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
             & ]   |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  & 9 \ p     * >                % & 8 9 q r    õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ ! +                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & 9 L _ r t                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    @ A B S                                                                f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
   @ A B R S V k t ~                     ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gdP Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a        * = P Q R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 O P S \         % & . 0 E F U W ] ^ _ ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J R S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \        & /                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
/ 0 F V W X Y                                     R                                                                                              Q  kd@
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd	 $If   K$L$l 0                                     
t                              4   4 
l a   Y Z [ \ ] ^                                     R            I                                                                     	  $If   gdP Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   ^ _         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ w                         Y	 b	 y	 	 	 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  =        	                                                                                     Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
	 	 	 	 	 	 	 	 
 2
 B
 \
 v
 ~
 
 
 
 
                                                                                                                                                                                                                      	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ 	 	 	 	 2 3 4 5 M W X Y [ \ ] | }      ?      ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  
 
 
  2 3 4                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  4 5 ] }      |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? m     >
 E
 N
                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
   
 
 >
 D
 E
 M
 O
             	 
 U V Y b   ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 N
 O
 W
 l
 
 
 
 
 
 
   ( = O i                                                                                                                                                                                                                         
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gdP  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP     
  0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X Y                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b   L  3 4 5 6 G                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP   1 4 5 6 F G             9 : = F þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ       ' : ; < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< =                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F   [  B C D E V                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
F   Z [  B C D E U V            C D G νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  V        1 D E F             s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  F G                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P % L   x y z                                                                                       Y                                          kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
G P $  v x y z         g i j k { |           ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5       
 " 4 N h x                                                                                                                                                                                                              	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP    
 $ 4 N h i j                                                                                                                                                                                                                                                 	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  j k |  |            s            s                                                                                                                                                                                           	  $If   gdP   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             2 E X Y Z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    W X [ d  
      , 1 F      
       ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  Z [                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d  }   ` 
                                                                                                     f                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
    
    4 I ^ p                                                                 }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kd  $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP       1 F [ m                                                                                                                                                                                                                                      S  kd]! $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP        <  =  P  c  v                      s                                                                                                                                                                 kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP        ,  6  7  8  :  ;  <  =  O  P          l! ! ! ! ! v" w" \# q# "$ #$ % !% #% $% Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                            kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   l! ! $" w" " " s# # #$ $ #% $% +% j% % %  & ,& `& & & & '                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  $% +% 0& C& G& _& & & & ' ' ' )' *' n' t' u' }' ' ) ) ) ) ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   ' ' *' n' u' ~' |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~' ' ' ' ' ' ' ' ( ( 7( Q( b( |( ( ( ( (                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd$ $If   K$L$l 0                     x                
t                                4   4 
l a   ( ( (  ) ) 4) E) _) y) ) ) ) ) ) )                                                                                                                                                                                                                   	  $If   gdP  S  kdI% $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  ) ) ) ) * !* 4* G* Z* [* \* |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd% $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
) ) ) ) ) ) ) 
* * Y* Z* ]* f* $+ P+ , n, , , , - - Q. f. 	/ / /  / '/ k/ ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ \* ]*                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]* f* $+ , , , 	- v- - i.  / '/ g/ / / / /  0 0 `0 a0                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  k/ ~/ / / / / 0 0 #0 60 >0 W0 _0 `0 a0 b0 r0 s0 0 0 0 0 0 3 3 3 3 *3 43 53 93 ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  a0 b0 s0 0 0 0 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 1 1 /1 F1 ]1 n1 1 1 1 1 1 1 1                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd( $If   K$L$l 0                                     
t                                4   4 
l a   1 1 2 2 *2 <2 S2 j2 2 2 2 2 2 2 2 3 3                                                                                                                                                                                                                            S  kdC) $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  3 3 3 :3 ;3 N3 a3 t3 3 3 3 3             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  93 :3 ;3 M3 N3 3 3 3 3 4 4 5 5 S6 6 6 27 N7 8 29 9 9 O: : |;  < w< < 4> > > > > 6? 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !3 3                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 4 5 S6 6 O7 7 7 7 P8 n8 8 29 9 : "< < < < 3> 4>                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  4> t> > > > 2? Q? p? ? ? ? ?                                                                                                             f                                       kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  6? I? U? h? t? ? ? ? ? ? ? ? @ @ @ (@ )@ *@ .@ /@ 3@ <@ YA nA oA pA ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  ? @ @ )@ *@ /@ 1@ 2@             s                                                                                                                                                                                     kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  2@ 3@                                        kdW- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3@ <@ I@ k@ @ @ @ @ @ A 8A ZA oA                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  oA pA A A A |            s            s            s                                                                                                                                                                          	  $If   gdP   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       pA A A A A A A A A A A A B C D >D QD tD D D D D E BE VE H $H (H OH H H H H ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  A A A A B C C C >D uD D D CE |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kde/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CE E E E F F RG SG H H OH H H H #I ZI I I (J }J ~J J J J J J                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  H #I 6I YI mI I I I I 'J ;J }J ~J J J J J J J J J J K K K K K )K *K <K =K OK PK TK ]K K L L L L L õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (J J                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J K K K *K =K PK RK SK                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  SK TK                                        kds1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TK ]K K K K -L KL eL L L L L                                                                                                             f                                       kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  L L L M M M -M @M SM UM VM             s                                                                                                                                                                      kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
L L L L  M M M M M M M ,M -M RM SM WM `M M M $N %N &N 6N 7N 8N 9N QN [N \N `N aN bN tN uN N N N N ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %VM WM                                        kd;4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WM `M ~M M %N &N 7N 8N                                                 f                                                                                                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  8N 9N aN bN uN N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdI6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N O O O O O O O O O O O O O O O O O P 	P 
P P 9P :P P P IQ JQ KQ [Q \Q ]Q ^Q kQ 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %N N N N O O O O                                                 f                                                                                                                       kdW8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  O O O O O O O 	P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P 
P                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
P P :P P JQ KQ \Q ]Q                                                 f                                                                                                                       kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  ]Q ^Q _Q Q R R DR ER vR nS oS S S |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kQ oQ Q R R R DR QR UR vR R oS S S S S T /T ST TT gT yT zT T T T T T U U /U `U ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  S T TT T T U aU U U LV MV NV XV cV V V V                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  `U tU U U U 
V KV MV NV cV V V V V V V V V V V V V V W W 1W 2W KW TW UW dW շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\V V                                        kd< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               V V V V W W 2W 4W JW                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  JW KW                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               KW TW W W X >X IX uX X X X X                                                                                                 f                                                   kd;? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  dW W >X IX \X lX uX |X X X X X X X X X X X X X X Y Y Y Y +Y -Y .Y /Y ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ X X Y Y Y ,Y -Y .Y                                                             R            I                                   	  $If   gdP Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ .Y /Y WY XY kY ~Y Y Y Y Y Y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
/Y GY QY RY VY WY XY jY kY }Y ~Y Y Y Y Y Y Y 5Z [ 
[ [ ,[ -[ H[ x[ [ [ [ [ [ ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ Y Y                                        kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Y Y 6Z QZ Z Z Z Z [ [ -[ I[ [[ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  [ [ [ [ [ [ [ [ [ [ [ [  \ &\ '\ <\ =\ ?\ @\ A\ Y\ c\ d\ h\ i\ j\ |\ }\ \ \ \ \ \ пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  [ [ [ [ [ [ |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ '\ >\ ?\ @\                                     R            I                                                                     	  $If   gdP Q  kddD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   @\ A\ i\ j\ }\ \ \ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ 2] Z] ] ] ] ] ^ 6^ x^ |^ }^ ~^                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
\ \ \ \ 1] ] ] ] 
^ ^ ^ -^ 5^ 6^ =^ C^ w^ x^ {^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 ~^ ^ ^ ^ |            s            s                                                                                                                                                                                           	  $If   gdP   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ 
_ 2_ 3_ 7_ @_ A_ P_ _ _ ]` a` ` a a a 8a 9a ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    ^ ^ ^ ^ ^ 
_  _ 3_ 5_ 6_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6_ 7_                                        kdsH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7_ @_ _ _ ^` ` ` ` a a 9a da a a                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
9a La [a ca da ka qa a a a a a a a a a a a a a a a b 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  a a a a |            s            s                                                                                                                                                                                           	  $If   gdP   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a a b b Lb c 5c 6c oc c d d |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b b !b Lb c 5c Bc Fc oc c d #d 'd Id d 2e e e e e e $f Tf `f df f ^h h h h h zi {i i i i i i 'k Ok Pk fk jk k l m m Hm m m 4n pn n ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4d Id d 1e 2e e e e $f Sf Tf f ^h h h h {i i i i j j j j k k 'k Ok Pk k                                                                                                                                                                                                                                                                                                                                                                   gdP  k l m Hm m m 4n pn n o >o o o o o o o o o                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  n >o Bo o o o o o o o o o o @p Ap Bp Cp p p q Dq q q q 'r Rr Sr wr r r r s s s 9s =t t Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $o o o o o o o o o M            H            H            H            H            H            H            H                   gdP   kd;K $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   o p 
p p "p #p 2p 3p                                                 _            V            V                                                             	 $If   gdP    kdK $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  3p 4p @p Ap                                                                                                                                                                                                                                                          	 $If   gdP  o  kdL $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ap Bp Cp Np Rp ep mp yp                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kdKM $$If   l       0   T# T                 .                
t  0                                                              4 
l al  yp zp p p p 2            )            )            )                      	 $If   gdP    kdM $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     p q q q Dq Iq q             [                                                                                                                                           kdO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  q q q q q !r d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !r "r 'r Sr Wr qr d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  qr rr wr r r r d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdpQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r r r s s :s d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd9R $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :s ;s <s Fs s s s d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kdS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s s s n            e            e                                                                                                                                                               	 $If   gdP    kdS $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           s s s s                                                                                                                                                                                                                                                	 $If   gdP  t  kdT $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  s s s s s s s s s                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd=U $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  s s                                             kdU $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          s t t t t t t t                                                             A                                  kd3W $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  t t t t  t !t "t #t                                                 A                                              kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  #t $t %t &t 't (t =t                                     A            <            7                  gdP    gdP    kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  =t t t 
u u $u 5u 6u Ju Lu                                                                                                                                                                                                                                                   E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	t t t t t 
u u 5u 6u Lu Mu Ou Pu ^u _u lu mu u u u u u u u u u u u u u v v v v  v 2v v x x x x x x 춥x                          /j_ hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *Lu Mu Nu Ou Pu Xu ^u                                     a                                                                                                                             E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd/Z $$If   l 0 
" R                                                           4 
l a   ^u _u hu lu mu u u                                     a                                                                                                                             E  kdL[ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdZ $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kd
\ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd[ $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdi\ $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kd'] $$If   l 0 
" R                                                           4 
l a   u u v v v v l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kd] $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   v v v  v 2v v v w w x x l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kdD^ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
x x x y y y y y y y y y z z ]z ^z jz kz z z z z { 	{ { { @{ B{ R{ S{ { { { { {    ` c x   Ƃ   { |  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /ji_ hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0x y y z ^z kz z z z {                                                                                                                                                                                                                                                       S  kd_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	{ 	{ { A{ B{ S{ {                                     N                                                                                       S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kdb` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   { { { { { q| -} .} ~ ~      m Ӏ <                                                                                                                                                                                                                                  
& F
 gdP    gdP  S  kda $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     c    ] { |     % G  ҆   ! " + , ˉ ̉ * + v                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP           $ % G  ) , ʉ ̉  v         6 7 8 T U ` a b f g    ۵۵۵ۭۜۋzrgrrr       jb hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 'v       7                                     j                                                                                                                                           kdb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  7 8 I   ֋ 4 5 Q   s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kdb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 R   i         r s ) *    # Ӕ  Ԗ Ֆ S T                                                                                                                                                                                                                                                                                                                                 
& F gdP   $ $gdP    gdP   
& FR gdP            Ē ( ғ ӓ ޓ ߓ          #    ֕ Ԗ S   ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /jc hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Ujcc hP U !T  Ø Ę ژ ۘ                                                  e                                                                                                                        F  kdd $$If   l   l '{6    4   4 
l a] p
        F  kd1d $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP   Ę        ! B C c d z {     Й љ   
  ! " < = d e f g h F G S    6 < ? ˝ ݝ  Ȟ  & Z y  ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3                                                                   5            v  kde $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kde $$If   l   l '{6    4   4 
l a] p
                                                      t                                                                                                                                                             v  kd/f $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP    ! : < B                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B C \ ^ c                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c d r t z                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd0h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z {                            t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ə ˙ Й                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd1j $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Й љ                            t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
    !                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd2l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! " 5 7 <                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < = D I d                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e f g h F G S     7 J ~                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd3n $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~  Ɲ ޝ  % Y w  ɞ   ' [ z     ӟ ܠ ݠ   ( ; < U                                                                                                                                                                                                                                                                                                                                                                     gdP     џ ҟ ӟ  	 ( : o       M y  
 " T U _ i j     £ пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ     ȡ ɡ     M c y     
  " U _ i                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  i j                                     kdn $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j    ţ ۣ   	                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP  	£ ţ ڣ ۣ     ! *   ˤ ̤        # @ B R S r s t u  Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   !                                     kd5p $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ! * L M a b        ̤                                                                                                                                     q                            kdq $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
̤                     q            l                                                                                                                                                       gdP    kdIr $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP                                        kds $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                # D E Y Z t    Υ    + , A                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  A B S s z            q            q                                                                                                                                                                                       	  $If   gdP    kd]t $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       s t u      z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdu $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            2 4 D E d e g        $ C O     Ө Ԩ ר   A    ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "                                      kdu $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ɦ ʦ ަ ߦ    3 4 E e                                                                                                             q                                                         kd.w $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  e f g      z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdw $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdx $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                       Ԩ                                                             q                                                                                                                             kdy $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  Ԩ ը ֨ ר    Ω ϩ ٩  z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdz $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ϩ    ! + , L M z   Ī ͪ c G I Y Z             z   ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #  ! +                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  + ,                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , M z   ê                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ê Ī                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ī ͪ e f     H I Z                                                                                                   s                                                                        kd/~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP         |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 y z                           s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP         ӭ ޭ ` a x  ױ 8 W  ֲ ; Z ų  c  ޴   6   / N   I h G f ȹ  V u Ӻ  ' ( о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -      ޭ ~   ˮ ծ   |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  K b z     / u v ` a x   Ʊ ֱ                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  ֱ ױ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdʂ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      8 F V                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ų ղ                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ղ ֲ               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd߆ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ; I Y                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ų ӳ                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd׉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & ' c q                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ô             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdό $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ô Ĵ Ŵ ޴                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @    % 5                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdǏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x y                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʶ ϶             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϶ ж ڶ ߶             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߶                {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       / = M                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdܓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ϸ ߷                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߷                {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " # I W g                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdԖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        G U e                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd̙ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ȹ ֹ                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) * V d t                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdĜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ӻ                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 5 Y y   »   & ' ( K м                                                                                                                                                                                        gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( 9 K f Ѽ     - _ ` j t u    ˽ ̽ ݽ ޽   Կ ֿ    Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  м Ѽ    " - ` j t                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	t u                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u  ̽ ޽                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gdP                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 U V v w ž $ Z      տ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdP 	  $If   gdP  տ ֿ  8 Q j   |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdâ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ' ( 7       	       \ ] ` q  ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j} h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ      	 
  |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ] ^    3 L f {                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP     ] |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ^ _ `    M _ q r a b |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kdʦ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          L M p q r    ! N ` b w         7 8 ; D   u v      ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $b l w                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  & 8 9 :                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  : ;                                        kdب $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D       a    6 S u v                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gdP 	  $If   gdP      S   / |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                S x    
 . / 2 C Y      $ ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  / 0 1 2 X Y    % & 0 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ & ; m n x          Z h         ? @ B C U g h s  ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !0 ; n x                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP                                           kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 P Q q r                                                                                                      Y                              kdͮ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
 @ A B C s 	 - b c               s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP          	 -   3 D   ` s     a b d e     = q @ G   	 *   " # ; < L M ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /jA hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  - 2 3 D   K L      _ ` u  b e     < = L ^                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  ^ q r w               f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP       o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kdβ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ! - o            f            f            f                                                                                                                                                	  $If   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - . / 0   ) *   } ~  o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M P Q      "  *           . ` a k u v            ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %  _ `              A     8 E R _ l }                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  }           " R S   r s E F  * _    = j                                                                                                                                                                                                                                                                                                                                                              gdP    gdP     4         # . a k u                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  u v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 # / V }    ' 1 V                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gdP 	  $If   gdP  
    |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             	 
 ) * ? q r |           q 	  	 ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5     ) * 4 ? r | |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( 4 [    p 	  	  	  	                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP   	  	  	  	  	 	 		 
	 	 	 !	 S	 T	 ^	 h	 i	 u	 	 	 	 	 	 	 	 U	 ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph     	  	  	 
	 |            s            s                                                                                                                                                                                           	  $If   gdP   kdŻ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	 	 	 	 !	 T	 ^	 h	 |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h	 i	                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i	 	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 ?	 j	 	 	 T	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  U	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 2	 d	 e	 o	 y	 z	 	 	 	 	 	 ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    	 	 	 	 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 '	 2	 e	 o	 y	 |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y	 z	                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z	 	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  	 	 	 	 R	 T	 d	 e	 k	 r	 s	 t	 u	 	 	 	 	 	 	 	 	  	 
	 )	 *	 +	 îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 *	 Q	 	 	 	 	 R	 S	 T	                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  T	 e	 s	 t	 u	 	 	 	 	 	                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  		 	                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  	 *	 +	 ,	 .	 /	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  +	 ,	 0	 9	 	 	 	 	 	 	 	 	 	 	 !		 ;		 =		 >		 S		 		 		 		 		 		 		 		 п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  /	 0	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0	 9	 x	 	 	 	 	 (	 E	 |	 	 	                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  	 	 	 	 	 !		 >		 H		 S		 		                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  			 		 		                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  		 		                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               		 		 		 		 		 		                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  		 		 		 		 		 		 
	 
	 
	 "	 #	 $	 4	 5	 g	 h	 i	 j	 k	 l	 x	 |	 	 	 	 ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 		 		                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               		 		 
	 
	 
	 <	 r	 #	 $	 5	 g	                                                                                     s                                                                                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
g	 h	 i	 j	 k	 l	 	 M	 N	 	 	 	 3	 z	 |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	 	 	 	 	 2	 F	 y	 	 	 	 	 	 4	 f	 g	 q	 {	 |	 	 	 	 	 	 	 	 	 	 	 	 	 *	 3	 ?	 õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !z	 	 	 	 )	 4	 g	 q	 {	                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  {	 |	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |	 	 	 	 	 	 	 	 )	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  )	 *	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *	 3	 	 	 	 	 	 	 	 %	 -	                                                             f                                    [            [                     
  $If   gdP K$  kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
?	 	 	 	 	 	 	 	 		 	 	 	 $	 %	 ,	 .	 C	 D	 S	 U	 V	 W	 o	 y	 z	 {	 }	 ~	 	 	 	 ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ -	 .	 D	 T	 U	 V	                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   V	 W	 	 	 	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	 	 	 	 	 x	 y	 z	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J 	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 K	 y	 z	 {	 	 	 	 	                                                             f                                    [            [                     
  $If   gdP K$  kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
	 	 	 	 	 	 	                                     R                                                                                              Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   	 	 	 	 	 	                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   	 	 %	 F	 G	 l	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	 	  	 !	 #	 $	 %	 F	 G	 	 	 	 	 	 	 C	 \	 v	 w	 x	 y	 	 	 	 	  	 	 G	 M	 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 }	 	 v	 w	 x	 y	 	 G	                                                                                     Y                                          kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
G	 N	 W	 X	 `	 u	 	 	 	 	 	 	 	 	 1	 F	 X	 r	                                                                                                                                                                                                                      	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ M	 N	 V	 X	 	 	 	 	 	 	 	 	 	 	 	 	 	 e	 f	 i	 r	 ~	 	 g	 ~	 	 	 	 ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  r	 	 	 	 	 	 	                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kd{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  	 	 	 	 @	 S	 f	 g	 h	 |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h	 i	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i	 r	 	 	 	 	 	 	 	 	 	                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
	 	 	 	 	 	 	 	 	 	 d	 f	 g	 h	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 	 4	 ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 	 	 	 
	 	 1	 K	 e	 u	 	 	 	 	 	 	 	 !	 1	                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   1	 K	 e	 f	 g	                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  g	 h	 	 	 	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  	 	 	 	 3	 	 	 	 	 	 8	                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  4	 	 	 	 	 	 	 7	 8	 9	 Q	 [	 \	 ]	 _	 `	 a	 y	 z	 	 	 	 	 þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ 8	 9	 a	 z	 	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	  	  	  	 B!	 !	 !	 !	 !	 !	                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
	  	  	  	  	 B!	 !	 !	 !	 !	 !	 !	 F"	 G"	 H"	 `"	 j"	 k"	 l"	 n"	 o"	 p"	 q"	 "	 "	 "	 νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  !	 G"	 H"	 p"	 q"	 "	 "	 "	 "	 "	 "	 "	             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  "	 "	                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "	 "	 #	 #	 .$	 w$	 %	 %	 %	 )%	 |%	                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
"	 "	 #	 w$	 %	 %	 %	 %	 (%	 )%	 |%	 }%	 %	 %	 %	 %	 '	 '	 '	 	'	 '	 '	 l'	 m'	 n'	 '	 '	 '	 '	 '	 '	 '	 ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 |%	 }%	 %	 %	 %	 %	 %	 %	 %	 %	 &	 &	 0&	 J&	 R&	 g&	 |&	                                                                                                                                                                                                         	  $If   gdP  S  kdQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  |&	 &	 &	 &	 &	 &	 '	 '	 '	                                                                                                                                                                                                                                                 	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  '	 	'	 '	 m'	 |            s            s                                                                                                                                                                                           	  $If   gdP   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m'	 n'	 '	 '	 '	 '	 '	 '	 '	 '	 '	 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd/ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
'	 '	 '	 '	 '	 '	 '	 (	 (	 *	 *	 *	 *	 *	 *	 *	 *	 (+	 n+	 +	 +	 +	 +	 +	 +	 -	 -	 ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  '	 '	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '	 (	 (	 )	 W)	 k)	 )	 *	 *	 *	 *	                                                                                                 f                                                        kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
*	 (+	 +	 +	 +	 +	 +	 +	 +	 +	 ,	 (,	 B,	 S,	 m,	                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  m,	 ,	 ,	 ,	 ,	 ,	 ,	 ,	 -	 %-	 ?-	 P-	 j-	 -	 -	 -	 -	                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  -	 -	 -	 -	 -	 -	 .	 .	 '.	 :.	 ;.	 <.	             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  -	 -	 -	 -	 -	 -	 -	 -	 -	 -	 -	 -	 -	 9.	 :.	 =.	 F.	 
/	 9/	 :/	 `/	 a/	 0	 0	 0	 1	 1	 1	 2	 2	 2	 2	 Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ <.	 =.	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =.	 F.	 
/	 a/	 /	 0	 H0	 0	 1	 f1	 1	 k2	 2	 2	 2	 3	 W3	 n3	 3	 3	 3	 *4	 V4	 4	 4	                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  2	 2	 3	 3	 3	 3	 4	 4	 4	 4	 4	 4	 4	 4	 5	 5	 5	 5	 5	 l7	 n7	 o7	 p7	 ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   4	 4	 4	 5	 5	 5	 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5	 5	 %5	 :5	 O5	 d5	 v5	 5	 5	 5	 5	 5	  6	 6	 +6	 E6	 M6	 b6	                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   b6	 w6	 6	 6	 6	 6	 6	 6	 7	 (7	 B7	 S7	 m7	 n7	 o7	                                                                                                                                                                                                                   	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  o7	 p7	 7	 7	 7	 7	 7	 7	 7	 7	 7	 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
p7	 7	 7	 7	 7	 7	 7	 7	 7	 7	 7	 7	 8	 8	 8	 9	 :	 !:	 :	 :	 s;	 ;	 ;	 <	 <	 <	 <	 <	 <	 	=	 ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 7	 7	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7	 8	 8	 9	 $:	 :	 :	 ;	 ;	 <	 <	 <	 =	 $=	 C=	 h=	 =	 =	 =	 =	 =	                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  	=	 =	 (=	 ;=	 =	 =	 =	 =	 =	 =	 =	 =	 =	 =	 =	  >	 >	 >	 U>	 [>	 \>	 d>	 f>	 @	 @	 @	 @	 @	 @	 @	 @	 ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  =	  >	 >	 U>	 \>	 e>	 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e>	 f>	 n>	 >	 >	 >	 >	 >	 >	 >	 ?	 #?	 :?	 K?	 a?	 r?	 ?	 ?	                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ?	 ?	 ?	 ?	 ?	 ?	 ?	 @	 @	 0@	 G@	 ^@	 o@	 @	 @	 @	 @	                                                                                                                                                                                                                            S  kd} $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  @	 @	 @	 @	 @	 @	 @	 A	 %A	 8A	 :A	 ;A	             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  @	 @	 @	 @	 @	 7A	 8A	 <A	 EA	 WB	 B	 C	 QC	 C	 RD	 nD	 D	 D	 @F	 F	 'G	 <G	 G	 H	 I	 I	 J	 *J	 K	 VL	 iL	 uL	 L	 L	 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !;A	 <A	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <A	 EA	 WB	 C	 C	 oD	 D	 'E	 rE	 E	 E	 F	 >F	 F	 yG	 H	 I	 -J	 .J	 5J	 K	 K	                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  K	 L	 RL	 qL	 L	 L	 L	 M	 -M	 LM	 MM	 ^M	                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  L	 L	 L	 M	 M	 %M	 1M	 DM	 KM	 MM	 ]M	 ^M	 M	 M	 M	 M	 M	 M	 M	 M	 M	 M	 N	 O	 
O	 O	 ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  ^M	 M	 M	 M	 M	 M	 M	 M	             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  M	 M	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M	 M	 M	 	N	 +N	 MN	 oN	 pN	 N	 N	 N	 N	 
O	                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  
O	 O	 O	 RO	 wO	 |            s            s            s                                                                                                                                                                          	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O	 O	 O	 vO	 wO	 xO	 yO	 zO	 O	 O	 O	 O	 O	 Q	 Q	 Q	 Q	 R	 &R	 JR	 ^R	 R	 R	 R	 R	 U	 U	 U	 U	 HV	 KV	 V	 V	 ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  wO	 xO	 yO	 zO	 O	 dQ	 fQ	 Q	 Q	 R	 KR	 R	 R	 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R	 6S	 7S	 S	 0T	 1T	 T	 T	 U	 U	 U	 JV	 KV	 V	 V	 V	 0W	 wW	 W	 X	 X	 &X	 1X	 dX	 nX	 xX	                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  V	 V	 V	 V	 W	 /W	 CW	 vW	 W	 W	 W	 X	 X	 1X	 cX	 dX	 nX	 xX	 yX	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 X	 CY	 gZ	 hZ	 iZ	 yZ	 zZ	 õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (xX	 yX	                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yX	 X	 X	 X	 X	 X	 X	 X	 X	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  X	 X	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X	 X	 CY	 fY	 Y	 Y	 Y	 Z	 :Z	 hZ	 iZ	 zZ	                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  zZ	 {Z	 |Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
zZ	 {Z	 |Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 Z	 ?[	 @[	 [	 [	 [	 [	 [	 [	 [	 [	 [	 [	 [	 [	  \	 \	 \	 %\	 &\	 K\	 L\	 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %Z	 Z	                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z	 Z	 [	 @[	 [	 [	 [	 [	                                                 f                                                                                                                       kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  [	 [	 [	  \	 \	 &\	 9\	 L\	 N\	 O\	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O\	 P\	                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L\	 P\	 Y\	 \	 \	 ]	 ]	 ]	 /]	 0]	 1]	 2]	 J]	 T]	 U]	 Y]	 Z]	 []	 m]	 n]	 ]	 ]	 ]	 ]	 ]	 ]	 ]	 ]	 Z^	 [^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 	_	 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %P\	 Y\	 w\	 \	 ]	 ]	 0]	 1]	                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  1]	 2]	 Z]	 []	 n]	 ]	 ]	 ]	 ]	 ]	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]	 ]	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]	 ]	 ]	 [^	 ^	 ^	 ^	 ^	                                                 f                                                                                                                       kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  ^	 ^	 ^	 ._	 _	 _	 _	 _	 `	 a	 
a	 Aa	 a	 |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_	 
_	 ._	 _	 _	 _	 _	 _	 _	 `	 n`	 
a	 Aa	 Ta	 a	 a	 a	 a	 a	 a	 b	 b	 b	 6b	 7b	 Jb	 xb	 b	 b	 b	 b	 b	 ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  a	 a	 a	 7b	 xb	 b	 b	 Fc	 c	 c	 c	 c	 c	 d	 4d	 >d	 Hd	                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  b	 c	 Ec	 Yc	 c	 c	 c	 c	 c	 d	 3d	 4d	 >d	 Hd	 Id	 ad	 kd	 ld	 pd	 qd	 rd	 zd	 d	 d	 d	 d	 d	 d	 d	 d	 e	 շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\Hd	 Id	                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Id	 qd	 rd	 d	 d	 d	 d	 d	 d	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  d	 d	                                        kd!	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d	 d	 ae	 e	 e	 e	 e	 f	 Uf	 Vf	 gf	 f	                                                                                                 f                                                   kdu
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  e	 ae	 e	 e	 e	 
f	 f	 f	  f	 Tf	 Uf	 Vf	 ff	 gf	 jf	 f	 f	 f	 f	 f	 f	 f	 f	 f	 f	 f	 f	 f	 f	 ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ f	 f	 f	 f	 f	 f	 f	 f	                                                             R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ f	 f	 f	 f	 	g	 g	 /g	 Bg	 Dg	 Eg	 [g	 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
f	 f	 f	 f	 f	 f	 f	 g	 	g	 g	 g	 Ag	 Bg	 \g	 eg	 fg	 ug	 g	 h	 h	 h	 h	 h	 h	 i	 i	 &i	 ,i	 =i	 >i	 ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ [g	 \g	                                        kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \g	 eg	 g	 g	  h	 =h	 Vh	 ih	 h	 h	 h	 h	 h	 i	 >i	 ?i	                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  >i	 ?i	 @i	 Pi	 Qi	 Ti	 Zi	 i	 i	 i	 i	 i	 i	 i	 i	 i	 i	 i	 i	 i	 i	 j	 j	 j	 j	 j	 j	 j	 -j	 .j	 Sj	 Tj	 Xj	 пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  ?i	 @i	 Qi	 i	 i	 i	 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i	 i	 i	 i	 i	 i	                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   i	 i	 j	 j	 j	 .j	 Aj	 Tj	 Vj	 Wj	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Wj	 Xj	                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Xj	 aj	 j	 j	 2k	 Dk	 k	 k	 k	 k	 l	 l	 l	 l	                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
Xj	 aj	 bj	 qj	 j	 k	 k	 k	 k	 k	 k	 k	 k	 k	 k	 k	 l	 l	 l	 l	 l	 l	 l	 -l	 .l	 1l	 Fl	 Ol	 Yl	 Zl	 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 l	 l	 .l	 [l	 |            s            s                                                                                                                                                                                           	  $If   gdP   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Zl	 [l	 \l	 tl	 ~l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 l	 Lm	 Mm	 m	 m	 An	 n	 n	 n	 n	 n	 ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    [l	 \l	 l	 l	 l	 l	 l	 l	 l	 l	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l	 l	                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l	 l	 Mm	 m	 m	 /n	 `n	 rn	 n	 n	 n	 o	 Do	 Eo	                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
n	 n	 n	 o	 o	 	o	 o	 Co	 Do	 Eo	 Fo	 Vo	 Wo	 Zo	 oo	 xo	 o	 o	 o	 o	 o	 o	 o	 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  Eo	 Fo	 Wo	 o	 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o	 o	 o	 o	 o	 o	 o	 p	 p	 p	 
q	 yq	 q	 q	 |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
o	 o	 o	 o	 p	 p	 p	 p	 
q	 yq	 q	 q	 q	 q	 dr	 r	 %s	 &s	 2s	 6s	 _s	 s	 s	 s	 t	 *t	 u	 *v	 6v	 :v	 gv	 w	 w	 Sw	 Tw	 `w	 dw	 w	 x	 x	 x	 y	 y	 4y	 ~z	 z	 z	 z	 <{	 y{	 {	 |	 f|	 ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4q	 q	 dr	 r	 r	 %s	 &s	 _s	 s	 s	 s	 *t	 u	 )v	 *v	 gv	 w	 Sw	 Tw	 w	 ;x	 <x	 qx	 x	 x	 x	 x	 x	 x	 4y	                                                                                                                                                                                                                                                                                                                                                                   gdP  4y	 ~z	 z	 z	 <{	 y{	 {	 |	 f|	 |	 |	 >}	 ?}	 J}	 V}	 e}	 q}	 }	 }	                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  f|	 |	 |	 =}	 >}	 J}	 `}	 d}	 }	 }	 }	 }	 }	 }	 }	 }	 }	 ~	 T~	 ~	 ~	 2	 h	 i	 	 	 	 	 L	 M	 	 	 	 	 ׀	 ہ	 	 Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $}	 }	 }	 }	 }	 }	 }	 }	 }	 M            H            H            H            H            H            H            H                   gdP   kdu $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   }	 }	 }	 }	 }	 }	 }	 }	                                                 _            V            V                                                             	 $If   gdP    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  }	 }	 }	 }	                                                                                                                                                                                                                                                          	 $If   gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  }	 }	 }	 }	 }	 ~	 ~	 ~	                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ~	 ~	 ~	 T~	 Y~	 2            )            )            )                      	 $If   gdP    kd" $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Y~	 ~	 ~	 ~	 ~	 ~	 ,	             [                                                                                                                                           kdO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  ,	 -	 2	 i	 m	 	 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	 	 	 	 	 	 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	 	 	 M	 R	 y	 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  y	 z	 	 	 	 ؀	 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ؀	 ـ	 ڀ	 	 3	 8	 D	 d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D	 E	 H	 R	 n            e            e                                                                                                                                                               	 $If   gdP    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           R	 S	 V	 _	                                                                                                                                                                                                                                                	 $If   gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  _	 `	 a	 r	 w	 	 	 	 	                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kdw  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	 	                                             kd! $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          	 	 	 	 	 	 	 	                                                             A                                  kdm" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  	 	 	 	 	 	 	 	                                                 A                                              kdL# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  	 	 Á	 ā	 Ł	 Ɓ	 ہ	                                     A            <            7                  gdP    gdP    kd+$ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  ہ	 	 	 	 	 	 ӂ	 Ԃ	 	 	                                                                                                                                                                                                                                                   E  kd
% $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  		 	 	 	 	 	 	 ӂ	 Ԃ	 	 	 	 	 	 	 
	 	 *	 +	 -	 .	 Z	 [	 s	 t	 	 	 	 	 	 	 	 	 	 	 Ѓ	 	 =	 >	 I	 J	 Z	 [	 춥x                          /j<* hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *	 	 	 	 	 	 	                                     a                                                                                                                             E  kd% $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdi% $$If   l 0 
" R                                                           4 
l a   	 	 	 
	 	 	 *	                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd'& $$If   l 0 
" R                                                           4 
l a   *	 +	 ,	 -	 .	 @	 Z	                                     a                                                                                                                             E  kdD' $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd& $$If   l 0 
" R                                                           4 
l a   Z	 [	 f	 s	 t	 ~	 	                                     a                                                                                                                             E  kd( $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd' $$If   l 0 
" R                                                           4 
l a   	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kda( $$If   l 0 
" R                                                           4 
l a   	 	 	 	 	 	 l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kd( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   	 	 	 	 Ѓ	 	 	 	 	 b	 c	 l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd~) $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
[	 _	 `	 U	 V	 a	 b	 r	 s	 w	 x	 z	 	 	 	 	 	 		 P	 R	 ]	 ^	 	 	 	 	 ވ	 	 	 	 0	 2	 3	 ?	 @	 	 	 	 	 	 	 6	 [	 d	 	 	 	 	 ,	 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j* hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0c	 z	 	 	 	 		 Q	 R	 ^	 	                                                                                                                                                                                                                                                       S  kd
+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  		 	 	 ߈	 	 	 1	                                     N                                                                                       S  kd., $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   1	 2	 3	 @	 x	 	 ˊ	 ̊	 	 	 	 	 	 ?	 	 	 q	 ڎ	 A	                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kd, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   A	 B	 	 \	 	 	 	 	 	 -	 	 	 	 Ó	 	 N	 p	 	 	 	 	 ɕ	 ʕ	 i	 j	 ȗ	 ɗ	 	                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  ,	 -	 	 	 	 	 	 	 	 	 Ó	 	 	 Ǖ	 ʕ	 h	 j	 	 	 *	 .	 ;	 <	 	 	 	 	 Ԙ	 ՘	 ֘	 	 	 	 	  	 	 	 B	 C	 N	 ۵۵۵ۭۜۋzrgrrr       j6. hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '	  	 /	 ;	 <	 	 	 ՘	                                     j                                                                                                                                           kdR- $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  ՘	 ֘	 	 0	 5	 t	 ҙ	 ә	 	 Y	 	 s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kd- $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
	 	 	 	 	 W	 X	 	 	 H	 I	 	 	 	 	 Ǡ	 Ƞ	 	 	 	 	 q	 +	 r	 s	 	 	                                                                                                                                                                                                                                                                                                                                 
& F gdP   $ $gdP    gdP   
& FR gdP  N	 O	 P	 T	 U	 X	 	 	 G	 	 b	 Ơ	 p	 q	 |	 }	 	 	 	 	 	 	 	 	 	 	 B	 K	 T	 t	 r	 	 \	 ]	 ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j/ hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj. hP U !	 ]	 a	 b	 x	 y	 	                                                 e                                                                                                                        F  kd/ $$If   l   l '{6    4   4 
l a] p
        F  kdk/ $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  ]	 b	 	 	 	 	 	 	 	 	 	 	 	 	 	 4	 5	 Q	 R	 n	 o	 	 	 	 	 	 	 ڧ	 ۧ	 	 	 	 	 	 	 	 	 R	 	 	 Ԫ	 ڪ	 ݪ	 i	 {	 N	 f	 	 Ĭ	 	 	 M	 ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3	 	 	 	 	 	 	                                                             5            v  kd0 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kdQ0 $$If   l   l '{6    4   4 
l a] p
         	 	 	 	 	 	 	 	                                     t                                                                                                                                                             v  kdi1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  	 	 ئ	 ڦ	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdj3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 ,	 .	 4	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4	 5	 J	 L	 Q	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q	 R	 g	 i	 n	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdk5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n	 o	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdl7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 ӧ	 է	 ڧ	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ڧ	 ۧ	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	 	 	 	 9	 S	 	 	 ժ	 	 	                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kdm9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 0	 d	 |	 	 ë	 	 	 I	 g	 	 	 Ŭ	 	 	 L	 M	 N	 O	 q	 z	 {	 	 	 Ʈ	 ٮ	 ڮ	 	 &	 '	                                                                                                                                                                                                                                                                                                                                                                   gdP  M	 O	 Y	 o	 p	 q	 	 	 Ʈ	 خ	 
	 %	 E	 H	 	 	 	 	 	 B	 	 	 	 	 	 	 	 .	 /	 L	 M	 `	 пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  '	 E	 S	 f	 g	 	 	 	 	 	 	 	 -	 C	 D	 	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	 	                                     kd: $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	 /	 L	 M	 c	 y	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP  	`	 c	 x	 y	 	 	 	 	 	 ȱ	 W	 Y	 i	 j	 	 	 	 	 	 	 	 	 ޳	 	 	 	 	 	 	 	 8	 Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ 	 	                                     kdo; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	 ȱ	 	 	 	  	 $	 @	 A	 V	 W	 X	 Y	 j	                                                                                                                                     q                            kd< $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
j	 	 	 	 	 	 	 	 	             q            l                                                                                                                                                       gdP    kd= $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  	 	                                     kd@> $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               	 	 	 	 	 	 	 .	 /	 A	 l	 	 	 	 ɳ	 ʳ	 ߳	                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  ߳	 	 	 	 z            q            q                                                                                                                                                                                       	  $If   gdP    kd? $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       	 	 	 :	 ;	 <	 =	 >	 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdT@ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       8	 9	 :	 ?	 H	 д	 Ҵ	 	 	 	 	 	 1	 2	 7	 @	 	 	 	 µ	 	 	 ?	 A	 Q	 R	 q	 r	 u	 	 	 ߶	 !	 "	 U	 ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  ">	 ?	                                     kdA $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ?	 H	 g	 h	 |	 }	 	 	 	 Ѵ	 Ҵ	 	 	                                                                                                             q                                                         kdhB $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  	 	 	 2	 3	 4	 5	 6	 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd%C $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       6	 7	                                     kdC $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               7	 @	 	 	 ?	 @	 A	 R	 r	                                                             q                                                                                                                             kd9E $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  r	 s	 t	 u	 	 "	 V	 l	 m	 w	 	 z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdE $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
U	 V	 m	 	 	 	 	 ɷ	 ʷ	 	 	 	 -	 .	 b	 k	 	 	 	 	 	 I	 \	 	 	 	 	 	 	 	 	 	 	 	 (	 )	 ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #	 	 	 ɷ	                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  ɷ	 ʷ	                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʷ	 	 	 .	 0	 a	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  a	 b	                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b	 k	 	 	 @	 A	 P	 	 	 	 	 I	 	                                                                                                 s                                                                        kdiI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	 	 	 	 	 	 	 |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd#J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 )	 J	                         s                                                                                                                                                                                   kd1L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  )	 I	 J	 K	 L	 M	 O	 q	 |	 	 	 	 V	 u	 ֿ	 	 U	 t	 	 	 c	 	 	  	 |	 	 	 	 >	 ]	 	 	 _	 ~	 	 	 	 	 f	 	 	 	 q	 	 	 	 о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -J	 K	 L	 M	 N	 O	 |	 	 	 ^	 i	 s	 ~	 	 |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	 	 	  	 	 /	 \	 ]	 	 ͽ	 	 	 	 	 	 +	 V	 d	 t	                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  t	 u	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdcN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 ֿ	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd!O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	  	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 !	 &	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd>P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &	 '	 1	 6	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6	 7	 8	 U	 c	 s	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s	 t	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdxR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd6S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 		 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 $	 )	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )	 *	 4	 9	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdST $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9	 :	 ;	 c	 q	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdpU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd.V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	  	 +	 0	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0	 1	 ;	 @	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdKW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @	 A	 L	 Q	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q	 R	 \	 a	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a	 b	 c	 |	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdhX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd&Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 J	 	 	 	 	                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdCZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	  	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd`[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 >	 L	 \	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \	 ]	 h	 m	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd}\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m	 n	 x	 }	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }	 ~	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd;] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 (	 -	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -	 .	 /	 _	 m	 }	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }	 ~	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdPa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 !	 &	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdmb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &	 '	 2	 7	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7	 8	 B	 G	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G	 H	 I	 	 	 	 	 	                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 $	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdHd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $	 %	 0	 5	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5	 6	 @	 E	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E	 F	 G	 f	 t	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdee $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd#f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd@g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 #	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #	 $	 .	 3	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3	 4	 ?	 D	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd]h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D	 E	 O	 T	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T	 U	 V	 q	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdzi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd8j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 <	 _	 `	 	 	 	 	 	 	 n	                                                                                                                                                                                        gdP  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 o	 	 	 	 	 	 	 	 	 	 	 E	 F	 W	 i	 j	 {	 |	 	 	 r	 t	 	 	 	 Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  n	 o	 	 	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  		 	                                        kdUk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 F	 j	 |	 ~	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  	 	                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 c	 	 	 	 -	 >	 N	 O	 s	                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdP 	  $If   gdP  s	 t	 	 	 	 	 !	 P	 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 	 	 	 O	 P	 Q	 v	 w	 	 	 	 	 1	 3	 C	 D	 	 	 	 	 '	 ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jn h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  P	 Q	 w	 	 	 	 	 |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd<o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 K	 	 	 	 	 	 	 1	 2	                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdP 	  $If   gdP  2	 3	 D	 	 |            s            s                                                                                                                                                                                           	  $If   gdP   kdJq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 '	 	 	 	 	 	 	 	  	 |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '	 	 	 	 	 	 	 	 .	 t	 	 	 	 	  	 	 G	 H	 R	 \	 ]	 	 	 	 	 	 	 	 	 	 	 	 7	 9	 I	 J	 Z	 ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $ 	 
	 	 H	 R	 \	                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  \	 ]	                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  	 	                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 '	 (	 7	 H	 	 	 	 m	 	 	 	 	 	 	 8	                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  8	 9	 J	 	 	 L	 	 	 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdfu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z	 [	 u	 v	 w	 	 	 	 	 	 	 K	 h	 	 	 	 	 	 	 	 	 }	 	 	 	 	 ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j v h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  	 	 	 	 	 	 |	 }	 	 	 	 	 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 	  	 !	 F	 G	 o	 	 	 	 	 	 	 C	 _	 w	 x	 	 	 	 	 	 	 	 	 	 	 	 	 E	 ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !	 	 	 	  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP   	 !	                                        kd_w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !	 G	 o	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  	 	                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 _	 `	 	 	 	                                                                                                 Y                              kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
	 	 	 	 	 	 	 	  	 	 	 	             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  E	 F	 Q	 R	 b	 c	 g	 h	 	 	 	 	 	 	 	 0	 	 	 G	 I	 ^	 `	 	  	 	 	 m	 o	 T	 i	 	 	 	 	 s	 w	 	 	 2	 Y	 	 	 	 	 	 	 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j{{ hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -	 	 	 	 (	 )	 	 	 	 	 0	 	 	 	 	 	 `	  	 	 n	 o	 T	 i	 	 	 	 	                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  	 	 	 	 	 "	             f                                                                                                                                                                      kd{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  "	 #	 (	 0	 <	 o            f            f            f                                                                                                                                                	  $If   gdP    kdP| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <	 =	 B	 I	 N	 o            f            f            f                                                                                                                                                	  $If   gdP    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N	 O	 T	 [	 g	 o            f            f            f                                                                                                                                                	  $If   gdP    kd,} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g	 h	 p	 x	 }	 o            f            f            f                                                                                                                                                	  $If   gdP    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }	 ~	 	 	 	 o            f            f            f                                                                                                                                                	  $If   gdP    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 	 	 	 o            f            f            f                                                                                                                                                	  $If   gdP    kdv~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 	 	 	 o            f            f            f                                                                                                                                                	  $If   gdP    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 	 	 o	 p	 	 	 ]	 ^	 	 	 u	 o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 	 u	 	 d	 n	 	 	 
 
 A
 i
 y
 
 
 
 
 
 
 
 
 
 
 		
 	
 	
  	
 A	
 B	
 s	
 t	
 u	
 y	
 	
 N
 P
 `
 ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %u	 	 	 	 	 	 K	 L	 	 _	 `	 h	 i	 	 D	 E	 	 d	 n	 	 	 	 	 	 	 
	 	                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  	 ,	 =	 N	 _	 `	 s	 	 	 	 	 	 	 	 	 	  
  
 
 
 
 
 
 M
 N
 
 
 
 8
                                                                                                                                                                                                                                                                                                                                                             gdP    gdP  8
 9
 
 
 A
 B
 i
 y
 
 
 
 
 
 
 
 		
 	
                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  	
 	
                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	
 B	
 t	
 u	
 w	
 x	
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  x	
 y	
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y	
 	
 	
 	
 	
 

 Y

 

 

 

 

 

 N
 O
                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
O
 P
 a
 
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `
 a
 
 
 
 
 
 
 
 
 
 
 
 
 $
 %
 1
 R
 S
 x
 y
 z
 ~
 
 
 w
 ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 
 
 
 
 
 
 
 
 
 
 |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 $
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  $
 %
                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %
 S
 x
 y
 z
 |
 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  }
 ~
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~
 
 
 
 
 $
 d
 
 
 w
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 4
 5
 \
 ]
 ^
 b
 k
 
 ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    
 
 
 
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
 
 |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 5
 [
 \
 ]
 ^
 `
 a
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  a
 b
                                        kdǉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b
 k
 
 
 
 
 H
 l
 
 [
 k
 l
                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  
 [
 k
 m
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 $
 E
 F
 n
 o
 ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    l
 m
 ~
 
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
 
 

 
 |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdՋ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 F
 m
 n
 o
 p
 r
 s
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  o
 p
 t
 }
 
 
 
 
 	
 
 
 
 
 (
 Z
 [
 e
 o
 p
 |
 
 
 
 
 
 
 îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  s
 t
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t
 }
 
 
 
 
 \
 |
 
 
 
 
                                                                                                                         f                           kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  
 
 
 
 
 
 (
 [
 e
 o
                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	o
 p
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  
 
 
 
 b
 c
 d
 t
 u
 {
 
 
 
 
 
 
 
 
 
 #
 $
 .
 8
 9
 E
 a
 п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 "
 I
 w
 
 
 
 
 c
 d
                                                                                                                         f                           kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  d
 u
 
 
 
 
 
 
 
 $
                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	$
 .
 8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  8
 9
                                        kdǔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9
 b
 c
 d
 f
 }
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  a
 b
 c
 d
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 

 
 
 :
  
 3
 ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 }
 ~
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~
 
 
 
 
 
 
 
 
 
 
                                                                                     s                                                                                              kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  

 
 
 
 	
 

 :
 
 
  
 b
 
 
 
 |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3
 b
 u
 
 
 
 
 
 +
 f
 z
 
 
 
 
 
 
 
 
 2
 <
 =
 >
 A
 B
 a
 b
 t
 u
 
 
 
 
 
 õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !
 g
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 B
 b
 u
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  
 
                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 <
 O
 |
 }
 ~
 
 
 
 
                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  

 <
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
  
  
  
  
  
 ? 
 @ 
 ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ 
 
 
 
 
 
                                     R            I                                                                     	  $If   gdP Q  kdҜ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   
 
  
 @ 
 S 
 f 
 y 
  
  
  
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ 
  
  
  
  
  
 !
 !
 !
 !
 )!
 *!
 [!
 a!
 b!
 j!
 l!
 !
 !
 !
 !
 !
 !
 !
 ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  
  
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
  
  
  
 !
 !
 !
 *!
 [!
 b!
 k!
                                                             f                                    [            [                     
  $If   gdP K$  kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
k!
 l!
 !
 !
 !
 !
 !
                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a   !
 !
 !
 !
 !
 !
                                     R            I                                                                     	  $If   gdP Q  kdΡ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   !
 !
 !
 !
 !
 
"
 "
 0"
 1"
 2"
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!
 !
 !
 !
 !
 !
 !
 !
 !
 !
 /"
 0"
 3"
 <"
 -#
 .#
 #
 #
 $
 $
 $
 $
 '$
 ($
 )$
 $
 $
 $
 $
 $
 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 2"
 3"
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3"
 <"
 y"
 #
 .#
 $
 $
 $
 $
 ($
 $
                                                                                     Y                                          kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
$
 $
 $
 $
 $
 %
 (%
 :%
 T%
 n%
 ~%
 %
 %
 %
 %
 %
 %
 &
                                                                                                                                                                                                                      	  $If   gdP  S  kd# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ $
 $
 $
 $
 n&
 o&
 p&
 q&
 &
 &
 &
 &
 &
 &
 &
 &
 &
 '
 '
 '
 '
 '
 {'
 (
 (
 (
 (
 (
 ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  &
 *&
 :&
 T&
 n&
 o&
 p&
                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  p&
 q&
 &
 &
 &
 &
 '
 '
 '
 |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '
 '
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '
 '
 {'
 '
 (
 (
 (
 0(
 z(
 (
 (
                                                             f                                    [            [                     
  $If   gdP K$  kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
(
 /(
 0(
 N(
 V(
 z(
 (
 (
 (
 (
 *
 *
 *
 *
 *
 (*
 )*
 **
 ,*
 -*
 .*
 ;*
 E*
 F*
 *
 *
 *
 *
 $+
 +
 ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 (
 (
 (
 (
 (
 (
 (
 )
 )
 -)
 G)
 O)
 d)
 y)
 )
 )
 )
 )
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   )
 )
 *
 *
 *
                                                                                                                                                                                                                                                                     	  $If   gdP  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  *
 *
 .*
 F*
 Y*
 l*
 *
 *
 *
 *
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*
 *
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *
 *
 $+
 A+
 +
 +
 o,
 p,
 q,
 r,
 ,
 ,
                                                                                                 f                                                   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  +
 m,
 p,
 q,
 r,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 -
 -
 u-
 v-
 y-
 -
 þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ ,
 ,
 ,
 -
 =-
 P-
 c-
 v-
 w-
 x-
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x-
 y-
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y-
 -
 ,.
 T.
 .
 .
 ~/
 /
 /
 /
 /
                                                                                                 Y                              kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
-
 +.
 -.
 .
 .
 .
 ~/
 /
 /
 /
 /
 /
 /
 /
 /
 /
 0
 	0
 
0
 0
 
0
 0
 0
 0
 0
 0
 νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  /
 /
 /
 0
 0
 40
 G0
 Z0
 m0
 0
 0
 0
             s                                                                                                                                                                 kdï $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  0
 0
                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0
 0
 a1
 1
 1
 2
 2
 2
 2
 2
 3
                                                                                     Y                                          kdѱ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
0
 0
 `1
 2
 2
 2
 2
 2
 2
 2
 3
 3
 !3
 "3
 *3
 ,3
 4
 4
 4
 4
 4
 4
 
5
 5
 5
 $5
 .5
 /5
 05
 25
 35
 45
 ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 3
 3
 "3
 +3
 ,3
 43
 I3
 ^3
 p3
 3
 3
 3
 3
 3
 3
 4
 4
                                                                                                                                                                                                         	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  4
 ,4
 F4
 `4
 p4
 4
 4
 4
 4
                                                                                                                                                                                                                                                 	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  4
 4
 4
 5
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5
 5
 45
 55
 H5
 [5
 n5
 5
 5
 5
 5
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdi $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
45
 55
 G5
 H5
 5
 5
 5
 5
 Y6
 I8
 J8
 K8
 [8
 \8
 h8
 m8
 8
 8
 9
 @9
 B9
 H9
 I9
 Q9
 S9
 L;
 N;
 ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  5
 5
                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5
 5
 Y6
 6
 6
 	7
 7
 I8
 J8
 K8
 \8
                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
\8
 8
 B9
 I9
 R9
 S9
 [9
 p9
 9
 9
 9
 9
 9
 9
 :
                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kd? $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  :
 %:
 6:
 P:
 X:
 m:
 :
 :
 :
 :
 :
 :
 ;
 ";
 3;
 M;
 N;
                                                                                                                                                                                                                            S  kdѷ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  N;
 O;
 P;
 x;
 y;
 ;
 ;
 ;
 ;
 ;
 ;
 ;
             s                                                                                                                                                                 kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  N;
 O;
 P;
 h;
 r;
 s;
 t;
 v;
 w;
 x;
 y;
 ;
 ;
 ;
 ;
 ;
 ;
 <
 <
 <
 <
 <
 =
 =
 >
 >
 ^?
 _?
 H@
 ]@
 _@
 `@
 Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ ;
 ;
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;
 ;
 <
 <
 `=
 =
 =
 9>
 >
 ?
 _?
 	@
 _@
 `@
 g@
 @
 @
 A
 <A
 hA
 A
 A
 A
  B
 TB
                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  `@
 g@
 lA
 A
 A
 A
 $B
 7B
 ;B
 SB
 TB
 UB
 eB
 fB
 B
 B
 B
 B
 B
 
E
 E
 
E
 E
 ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   TB
 UB
 fB
 B
 B
 B
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B
 B
 B
 B
 B
 C
 C
 .C
 HC
 YC
 sC
 C
 C
 C
 C
 C
 C
  D
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd+ $If   K$L$l 0                     x                
t                                4   4 
l a    D
 D
 *D
 <D
 VD
 pD
 D
 D
 D
 D
 D
 D
 E
 E
 
E
                                                                                                                                                                                                                   	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  
E
 E
 6E
 7E
 JE
 ]E
 pE
 E
 E
 E
 E
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdO $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
E
 &E
 0E
 1E
 5E
 6E
 7E
 IE
 JE
 E
 E
 E
 E
 `F
 F
 YG
 G
 G
  H
 5H
 I
 &I
 I
 I
 EJ
 ZJ
 [J
 \J
 cJ
 J
 ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ E
 E
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E
 E
 `F
 ZG
 G
 8H
 EH
 H
 )I
 I
 \J
 cJ
 J
 J
 J
 K
 K
 <K
 [K
 K
 K
                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  J
 J
 J
 J
 !K
 4K
 @K
 SK
 _K
 rK
 zK
 K
 K
 K
 K
 K
 K
 K
 K
 K
 K
 L
 L
 JN
 LN
 MN
 NN
 fN
 pN
 qN
 uN
 ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  K
 K
 K
 K
 K
 L
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L
 L
 L
 L
 0L
 BL
 TL
 kL
 L
 L
 L
 L
 L
 L
 L
 M
 'M
 (M
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd% $If   K$L$l 0                                     
t                                4   4 
l a   (M
 0M
 BM
 TM
 fM
 xM
 M
 M
 M
 M
 M
 M
 
N
 #N
 4N
 KN
 LN
                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  LN
 MN
 NN
 vN
 wN
 N
 N
 N
 N
 N
 N
 N
             s                                                                                                                                                                 kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  uN
 vN
 wN
 N
 N
 N
 N
 N
 N
 O
 'P
 P
 P
 Q
 Q
 R
 nR
 R
 S
 nT
 T
 T
 U
 4V
 V
 \W
 W
 W
 pY
 Y
 Z
 Z
 &Z
 rZ
 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !N
 N
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N
 N
 O
 P
 Q
 
R
 R
 R
 S
 /S
 S
 S
 S
 nT
 U
 6V
 ^W
 W
 W
 W
 oY
 pY
                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  pY
 Y
 Y
 Z
 .Z
 nZ
 Z
 Z
 Z
 Z
 Z
 Z
                                                                                                             f                                       kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  rZ
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 Z
 ?[
 @[
 A[
 d[
 e[
 f[
 j[
 k[
 o[
 x[
 \
 \
 \
 \
 ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  Z
 @[
 A[
 e[
 f[
 k[
 m[
 n[
             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  n[
 o[
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o[
 x[
 [
 [
 [
 [
 
\
 \
 0\
 R\
 t\
 \
 \
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  \
 \
 \
 \
 ]
 |            s            s            s                                                                                                                                                                          	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \
 \
 \
 ]
 ]
 ]
 ]
 ]
 $]
 (]
 ,]
 3]
 R]
 8_
 K_
 z_
 _
 _
 _
 _
 _
 /`
 C`
 ~`
 `
 Tc
 `c
 dc
 c
 c
 c
 d
 0d
 ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  ]
 ]
 ]
 ]
 R]
 _
 _
 8_
 z_
 _
 _
 0`
 `
 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `
 `
 `
 'a
 a
 a
 b
 b
 Sc
 Tc
 c
 c
 c
 d
 _d
 d
 d
 e
 de
 e
 e
 e
 e
 f
 f
 f
                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  0d
 _d
 rd
 d
 d
 d
 d
 e
 (e
 ce
 we
 e
 e
 e
 f
 f
 f
 f
 f
 /f
 9f
 :f
 >f
 ?f
 @f
 Rf
 Sf
 ef
 ff
 xf
 yf
 f
 f
 f
 f
 f
 h
 h
 h
 h
 h
 õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (f
 f
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f
 ?f
 @f
 Sf
 ff
 yf
 f
 f
 f
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  f
 f
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f
 f
 f
 g
 ;g
 ig
 g
 g
 g
 h
 h
 h
                                                                                                             f                                       kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  h
 h
 h
 Bh
 Ch
 Vh
 ih
 |h
 h
 h
 h
             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
h
 h
 h
 2h
 <h
 =h
 Ah
 Bh
 Ch
 Uh
 Vh
 hh
 ih
 h
 h
 h
 h
 h
 h
 `i
 ai
 bi
 ri
 si
 ti
 ui
 i
 i
 i
 i
 i
 i
 i
 i
 i
 i
 i
 i
 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %h
 h
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h
 h
 h
 h
 ai
 bi
 si
 ti
                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  ti
 ui
 i
 i
 i
 i
 i
 i
 i
 i
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i
 i
                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i
 i
 i
 8j
 9j
 j
 j
 j
 j
 j
 j
 j
 j
 j
 j
 j
 j
 j
 k
 k
 k
 k
 Dk
 Ek
 Ik
 Rk
 uk
 vk
 k
 k
 l
 l
 l
 l
 l
 l
 l
 l
 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %i
 i
 j
 9j
 j
 j
 j
 j
                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  j
 j
 j
 j
 k
 k
 2k
 Ek
 Gk
 Hk
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Hk
 Ik
                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ik
 Rk
 vk
 k
 l
 l
 l
 l
                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  l
 l
 l
 l
 Xm
 Ym
 m
 m
 m
 n
 n
 n
 !o
 |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l
 l
 l
 Wm
 Xm
 Ym
 m
 m
 m
 m
 n
 n
 n
 n
 !o
 4o
 Wo
 ko
 o
 o
 o
 o
 o
 o
 o
 o
 p
 )p
 Wp
 Xp
 kp
 p
 ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  !o
 Xo
 o
 o
 p
 Xp
 p
 p
 3q
 q
 q
 q
 q
 q
 q
 q
 q
                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  p
 p
 p
 p
 2q
 Fq
 q
 q
 q
 q
 q
 q
 q
 q
 q
 q
 	r
 
r
 r
 r
 r
 r
 5r
 Gr
 Hr
 mr
 nr
 r
 r
 r
 r
 շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\q
 q
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               q
 r
 r
 5r
 Hr
 [r
 nr
 pr
 r
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  r
 r
                                        kd[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r
 r
 r
 0s
 Bs
 zs
 s
 s
 s
 s
 t
 2t
                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  r
 r
 zs
 s
 s
 s
 s
 s
 s
 s
 s
 s
 t
 t
 t
 t
 &t
 0t
 2t
 8t
 9t
 @t
 Bt
 Wt
 Xt
 gt
 it
 jt
 kt
 ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ 2t
 9t
 At
 Bt
 Xt
 ht
 it
 jt
                                                             R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ jt
 kt
 t
 t
 t
 t
 t
 t
 t
 t
 t
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
kt
 t
 t
 t
 t
 t
 t
 t
 t
 t
 t
 t
 t
 t
 u
 u
 u
 qu
 ?v
 Iv
 Jv
 hv
 iv
 v
 v
 v
 v
 v
 v
 v
 ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ t
 t
                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t
 u
 ru
 u
 u
 u
 u
 v
 ?v
 Jv
 iv
 v
 v
 v
 v
 v
                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  v
 v
 v
 v
 v
 v
 v
 #w
 )w
 *w
 1w
 3w
 <w
 bw
 cw
 xw
 yw
 {w
 |w
 }w
 w
 w
 w
 w
 w
 w
 w
 w
 w
 w
 w
 w
 w
 пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  v
 v
 v
 #w
 *w
 2w
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2w
 3w
 cw
 zw
 {w
 |w
                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   |w
 }w
 w
 w
 w
 w
 w
 w
 w
 w
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w
 w
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w
 w
 nx
 x
 x
 x
 y
 (y
 Gy
 ry
 y
 y
 y
 y
                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
w
 w
  x
 x
 mx
 y
 'y
 (y
 Fy
 Gy
 Zy
 iy
 qy
 ry
 yy
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 y
 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 y
 y
 y
 y
 |            s            s                                                                                                                                                                                           	  $If   gdP   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y
 y
 y
 z
 z
 z
 !z
 "z
 #z
 5z
 6z
 Hz
 Iz
 nz
 oz
 sz
 |z
 }z
 z
 z
 z
 {
 {
 {
 K|
 U|
 V|
 t|
 u|
 ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    y
 y
 "z
 #z
 6z
 Iz
 \z
 oz
 qz
 rz
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	rz
 sz
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               sz
 |z
 z
 ({
 {
 {
 {
 |
 K|
 V|
 u|
 |
 |
 |
                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
u|
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 |
 
}
 }
  }
 !}
 "}
 #}
 $}
 %}
 L}
 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  |
 |
 |
 "}
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "}
 #}
 $}
 %}
 L}
 M}
 }
 ?~
 q~
 r~
 ~
 
 R
 S
 |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L}
 Y}
 ]}
 }
 ?~
 q~
 ~~
 ~
 ~
 
 S
 _
 c
 
 
 n
 À
 Ā
 Ѐ
 Ԁ
 
 `
 
 
 
 ȁ
 
 ȃ
 ԃ
 ؃
 
 
 
 
 
 
 
 %
 c
 
 
 
 
 ҆
 
 J
 K
 
 ڈ
 
 p
 
 
 ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4S
 
 
 m
 n
 À
 Ā
 
 `
 
 
 ȁ
 
 ǃ
 ȃ
 
 
 
 
 %
 م
 څ
 
 $
 @
 P
 c
 
 
 ҆
                                                                                                                                                                                                                                                                                                                                                                   gdP  ҆
 
 K
 
 ڈ
 
 p
 
 
 C
 z
 ܊
 ݊
 
 
 
 
 "
 &
                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  
 z
 ~
 ۊ
 ܊
 
 
 
 "
 %
 &
 -
 .
 |
 }
 ~
 
 
 
 S
 
 Ќ
 
 
 c
 
 
 
 
 
 
 J
 K
 P
 u
 y
 +
 Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $&
 '
 (
 )
 *
 +
 ,
 -
 .
 M            H            H            H            H            H            H            H                   gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   .
 B
 I
 N
 ^
 _
 n
 o
                                                 _            V            V                                                             	 $If   gdP    kdM $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  o
 p
 |
 }
                                                                                                                                                                                                                                                          	 $If   gdP  o  kd" $$If   l       0   T# T                 .                
t  0                                                              4 
l al  }
 ~
 
 
 
 
 
 
                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  
 
 
 
 
 2            )            )            )                      	 $If   gdP    kd\ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     
 M
 N
 S
 
 
 ʌ
             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  ʌ
 ˌ
 Ќ
 
 
 ]
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ]
 ^
 c
 
 
 
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 
 
 
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 K
 P
 v
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  v
 w
 x
 
 ю
 ֎
 
 d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kdv $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 
 n            e            e                                                                                                                                                               	 $If   gdP    kd? $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           
 
 
 
                                                                                                                                                                                                                                                	 $If   gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  
 
 
 
 
 
 $
 +
 7
                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  7
 8
                                             kdN $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          8
 C
 G
 N
 U
 V
 W
 X
                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  X
 Y
 Z
 [
 \
 ]
 ^
 _
                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  _
 `
 a
 b
 c
 d
 y
                                     A            <            7                  gdP    gdP    kde $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  y
 ,
 -
 F
 G
 `
 q
 r
 
 
                                                                                                                                                                                                                                                   E  kdD $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	+
 ,
 -
 3
 4
 F
 G
 q
 r
 
 
 
 
 
 
 
 
 Ȑ
 ɐ
 ː
 ̐
 
 
 
 
 )
 *
 +
 /
 0
 M
 N
 O
 [
 \
 n
 6
 ۓ
 ܓ
 
 
 
 
 춥x                          /jv hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *
 
 
 
 
 
 
                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   
 
 
 
 
 
 Ȑ
                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kda $$If   l 0 
" R                                                           4 
l a   Ȑ
 ɐ
 ʐ
 ː
 ̐
 ސ
 
                                     a                                                                                                                             E  kd~ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   
 
 
 
 
 
 )
                                     a                                                                                                                             E  kd< $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   )
 *
 +
 ,
 -
 .
 /
                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kd $$If   l 0 
" R                                                           4 
l a   /
 0
 =
 >
 L
 M
 l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   M
 N
 O
 \
 n
 5
 6
 (
 )
  
 
 l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   

 
 
 
 
 
  
 
 
 
 
 
 @
 A
 
 
 
 
 
 
 
 
 C
 E
 W
 X
 |
 ~
 
 
 Ζ
 Ж
 і
 ݖ
 ޖ
 M
 N
 Z
 
 
 
 ԝ
 
 
 Z
 [
 
 
 ʞ
 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0
 
 !
 A
 
 
 
 
 
 D
                                                                                                                                                                                                                                                       S  kdD $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	D
 E
 X
 }
 ~
 
 ϖ
                                     N                                                                                       S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ϖ
 Ж
 і
 ޖ
 
 
 i
 j
 W
 X
 M
 N
 Z
 ݚ
 8
 
 
 x
 ߜ
                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ߜ
 
 
 
 Z
 [
 
 
 
 ˞
 1
 2
 C
 a
 
 
 
 '
 C
 ]
 ^
 g
 h
 
 
 f
 g
 
                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  ʞ
 ˞
 B
 C
 S
 [
 0
 2
 C
 `
 a
 
 H
 e
 h
 
 
 '
 
 ȥ
 ̥
 ٥
 ڥ
 *
 +
 @
 A
 r
 s
 t
 
 
 
 
 
 
 
 
 
 
 ۵۵۵ۭۜۋzrgrrr       jp hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '
 
 ͥ
 ٥
 ڥ
 +
 A
 s
                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  s
 t
 
 Φ
 Ӧ
 
 p
 q
 
 
 4
 s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
4
 
 S
 T
 
 
 
 A
 B
 
 
 ?
 @
 
 
 e
 f
 3
 4
 N
 _
 
 ɰ
 
 
 
 
                                                                                                                                                                                                                                                                                                                                 
& F gdP   $ $gdP    gdP   
& FR gdP  
 
 
 
 
 
 A
 B
 
 >
  
 d
 
 
 
 
 +
 ,
 0
 1
 2
 3
 4
 =
 N
 _
 
 
 
 
 
 
 
 
 ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j> hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj hP U !
 
 
  
 
 
 +
                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  
  
 -
 Q
 R
 U
 V
 \
 ]
 ~
 
 
 
 
 
 Ҵ
 Ӵ
 
 
 
 
 .
 /
 F
 G
 ]
 ^
 x
 y
 
 
 
 
 
 
 
 
 
 %
 >
 r
 x
 {
 
 
 
 
 9
 b
 
 
 
 ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3+
 ,
 -
 6
 D
 Q
 R
                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd $$If   l   l '{6    4   4 
l a] p
         R
 S
 T
 U
 V
 Z
 [
 \
                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  \
 ]
 v
 x
 ~
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 ʴ
 ̴
 Ҵ
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ҵ
 Ӵ
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 '
 )
 .
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdP $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         .
 /
 >
 @
 F
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F
 G
 U
 W
 ]
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]
 ^
 q
 s
 x
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x
 y
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
 
 
 
 ׷
 
 %
 ?
 s
 
 
                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 θ
 
 
 N
 a
 
 
 
 
 9
 S
 c
 
 
 
 
 
 
 
 
 
 /
 U
 d
 w
 x
 
 ļ
 ż
                                                                                                                                                                                                                                                                                                                                                                   gdP  
 
 
 
 
 
 /
 E
 d
 v
 
 ü
 
 
 #
 D
 U
 
 
 
 I
 ^
 
 
 
 
 
 ̾
 ;
 
 
 
 пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  ż
 
 
 
 
 #
 S
 T
 U
 
 
 
 ˽
 
 
 H
 I
 S
 ^
 
 
 
                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  
 
                                     kdR $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 ;
 
 
 
 
 -
 C
 E
 \
                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP  	
 
 
 
 ,
 -
 B
 C
 ]
 f
 
 
 
 
 '
 (
 )
 *
 P
 Q
 V
 _
 |
 ~
 
 
 
 
 
 
 
 Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ \
 ]
                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ]
 f
 
 
 
 
 ¿
 ޿
 ߿
 
 
 
 
 
                                                                                                                                     q                            kd  $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  

 (
 )
 *
 Q
 R
 S
 T
 U
             q            l                                                                                                                                                       gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  U
 V
                                     kdz	 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               V
 _
 
 
 
 
 
 
 
 
 

 #
 8
 M
 g
 h
 }
                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  }
 ~
 
 
 z            q            q                                                                                                                                                                                       	  $If   gdP    kd
 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       
 
 
 
 
 
 
 
 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       
 
 
 
 
 n
 p
 
 
 
 
 
 
 
 
 
 ,
 8
 T
 `
 
 
 
 
 
 
 
 
 
 
 3
 }
 
 
 
 ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "
 
                                     kdK $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 
 
 
 
 
 =
 Y
 Z
 o
 p
 
 
                                                                                                             q                                                         kd
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
 
 
 
 
 
 
 
 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd_ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       
 
                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 
 '
 (
 
 
 
 
 
                                                             q                                                                                                                             kds $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
 
 
 
 3
 
 
 

 
 
  
 z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd0 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       

 
 
  
 R
 S
 ]
 g
 h
 
 
 
 
 
  
 	
 
 
 
 
 
 
 
 )
 *
 +
 J
 K
 L
 M
 N
 Q
 Z
 
 
 
 ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ # 
 S
 ]
 g
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  g
 h
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  
  
                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 	
 
 
 
 
 
 ?
 
 
 
 
 *
                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  *
 +
 L
 M
 N
 O
 P
 |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P
 Q
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q
 Z
 
 
 
 
                         s                                                                                                                                                                                   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
 
 
 
 
 
 
 
 
 
 
 
 
 
 t
 
 
 
 w
 
 
  
 
 
 
 9
 S
 r
 
 
 k
 
 
 
 
 
 
 
 
 #
 
 
 
 .
 c
 d
 о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -
 
 
 
 
 
 
 
 
 
 
 
 
 &
 |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&
 '
 
 
 
 
 
 
 6
 k
 
 
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  
 
 
 #
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #
 $
 .
 3
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3
 4
 ?
 D
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D
 E
 O
 T
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T
 U
 V
 t
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 "
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "
 #
 -
 2
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2
 3
 >
 C
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C
 D
 N
 S
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S
 T
 U
 w
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
  
 +
 0
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0
 1
 ;
 @
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @
 A
 L
 Q
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q
 R
 \
 a
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a
 b
 c
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd&" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
  
 
 
 (
 8
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8
 9
 D
 I
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I
 J
 T
 Y
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd`$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y
 Z
 e
 j
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j
 k
 u
 z
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z
 {
 |
 
 1
 S
 a
 q
                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd}% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q
 r
 }
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd;& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdX' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 '
 ,
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,
 -
 7
 <
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <
 =
 >
 k
 y
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd3) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 '
 ,
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdm+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,
 -
 7
 <
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <
 =
 H
 M
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M
 N
 X
 ]
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]
 ^
 _
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kde. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 S
 T
 
 
 
                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd#/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd@0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 "
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "
 #
 .
 3
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3
 4
 >
 C
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd]1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C
 D
 O
 T
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T
 U
 _
 d
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d
 e
 f
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdz2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd83 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 -
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdU4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -
 .
 9
 >
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >
 ?
 I
 N
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N
 O
 Z
 _
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdr5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _
 `
 j
 o
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o
 p
 q
 
 
 
 
 
 T
 U
 b
 c
 d
 
 
                                                                                                                                                                                        gdP  z  kd06 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d
 u
 
 
 
 A
 R
 S
 T
 i
 
 
 
 
 
 
 
 
 
 
 
 
 4
 =
 
 
 "
 #
 3
 Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  
 
 A
 S
 T
 ^
 i
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	
 
                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 
 3
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  3
 4
                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4
 =
 
 
 
 
 
 `
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdP 	  $If   gdP  
 
 #
 t
 
 
 
 
 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd79 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3
 4
 N
 O
 P
 c
 d
 s
 
 
 
 
 
 D
 E
 H
 Q
 
 
 
 
 
 
 
 
 
 ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j9 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  
 
 
 D
 E
 F
 G
 |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kdv: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G
 H
                                        kd0; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H
 Q
 
 
 
 H
 S
 o
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdP 	  $If   gdP  
 
 
 
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 T
 U
 
 
 
 
 
 
 |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kd>= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 T
 U
 
 
 
 
 
 
 
 '
 ]
 
 
 
 
 
 
 
 
 
  
 !
 P
 s
 t
 w
 
 6
 9
 
 
 
 
 
 
 
 ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  
 
                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 !
 P
 b
 t
 u
 v
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  v
 w
                                        kdL? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w
 
 
 
 
 
 
 
 
 
 +
 L
 r
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  
 
 
 9
 
 
 (
 k
 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 (
 )
 8
 Y
 
 
 
 
 '
 I
 j
 k
 n
 
 
 
 
 M
 N
 O
 `
 ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jZA h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  k
 l
 m
 n
 
 
 
 
 O
 a
 b
 l
 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `
 b
 w
 
 
 
 
 
 
 
 
 
 
 "
 +
 
 
 
 
 
 
 
  
 0
 1
 {
 |
 ~
 
 
 
 
 
 
 ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !l
 w
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP  
 
                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
  
 !
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  !
 "
                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "
 +
 
 
 
 
 
 
 
  
 1
                                                                                                 Y                              kdAE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
1
 |
 }
 ~
 
 
 E
 i
 
 
 6
 C
             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
 
 
 
  
 
 
 
 E
 i
 6
 C
 o
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 y
 
 |
 
 
 
 E
 f
 
 
 ^
 _
 w
 x
 
 
 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jJ hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /jF hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -C
 n
 o
 
 
 
 
 
 
 
 
 4
 5
 
 
 
 
 
 
 
 
 
 
 x
 y
 
 
                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  
 
 
 
 
 
             f                                                                                                                                                                      kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kdfH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 $
 ,
 8
 o            f            f            f                                                                                                                                                	  $If   gdP    kdBI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8
 9
 A
 H
 M
 o            f            f            f                                                                                                                                                	  $If   gdP    kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M
 N
 V
 ]
 i
 o            f            f            f                                                                                                                                                	  $If   gdP    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i
 j
 k
 l
 
 
 e
 f
 
 
 
 
 
 o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
   S ^ U f    # $ 0 4 P T U j                  ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %
 
 
 
 R  S      <     X   }   R	 S	 t
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  
 
 
 
 
 
  $ ; R S ^   ,
 -
 
 
   U f    K y                                                                                                                                                                                                                                                                                                                                                               gdP    gdP      p     $ P T U _ j                                                                                                                                                                                                                                                                                                                                               
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP                                           kduK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  _ k     * c m                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gdP 	  $If   gdP  
   6 |            s            s                                                                                                                                                                                           	  $If   gdP   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         5 6 7 9 E I e f {             %   ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 6 7 8 9 e f p {   |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                           kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % d p    &   % &                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP   % ' 7 8 > E F G H ]              	  ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    & ' 8 F |            s            s                                                                                                                                                                                           	  $If   gdP   kd9R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F G H R ]    |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP                                            kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 H T {   
   	 
                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP    	    " ) * + , - 9 = X Y n           
  ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    
   * |            s            s                                                                                                                                                                                           	  $If   gdP   kdUV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * + , - Y c n    |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     
                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP  
        ! ! ! ! ! ! ! ! ! ! ! ! " 
" " " ;" <" F" e" f" g" îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ                                             kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Z  f        ! R! ! ! !                                                                                                                         f                           kdqZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  ! ! ! ! ! ! ! ! " 
"                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd+[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	
" "                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " <" f" g" h" j" k"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  g" h" l" u"  $ $ $ $ $ $  $ !$ "$ #$ ]$ w$ y$ z$ $ $ $ $ $ $ $ $ п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  k" l"                                        kd9] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l" u" " " " # 5# d# # # $ $                                                                                                                         f                           kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  $ $ !$ "$ #$ ]$ z$ $ $ $                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kdG_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	$ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  $ $                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $  % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  $  % % % % %% && '& (& ^' _' `' p' q' ' ' ' ' ' ' ' ' ' ) ) ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 % %                                        kdUa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % %% '& (& 9& x& & _' `' q' '                                                                                     s                                                                                              kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
' ' ' ' ' ' ' ) ) )  * 7* o* * |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kdcc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
)  * * 6* J* n* * * * + + Z+ [+ p+ + + + + + + + + + + + +  , , , K, L, f, o, {, õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !* + Z+ [+ e+ p+ + + +                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  + +                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + +  , , &, 9, L, N, e,                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  e, f,                                        kdqe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f, o, , , - - - -- Z- a- i-                                                             f                                    [            [                     
  $If   gdP K$  kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
{, , - - - ,- -- 0- E- N- X- Z- `- a- h- j- - - - - - - - - - - - - - - - ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ i- j- - - - -                                     R            I                                                                     	  $If   gdP Q  kdh $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   - - - - - . . *. +. ,. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	- ). *. -. 6. Y. . . . . . . . .  / / 
/ /  / // 1/ 7/ 8/ 9/ ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J ,. -.                                        kdSi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -. 6. Y. . . . . . .  / 	/                                                             f                                    [            [                     
  $If   gdP K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
	/ 
/  / 0/ 1/ 2/ 3/                                     R                                                                                              Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdak $If   K$L$l 0                                     
t                              4   4 
l a   3/ 4/ 5/ 6/ 7/ 8/                                     R            I                                                                     	  $If   gdP Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd{l $If   K$L$l 0                                     
t                              4   4 
l a   8/ 9/ a/ / / / / / / / |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9/ Q/ [/ \/ ]/ _/ `/ a/ / / / / / / 0 0 1 1 1 1 1 1 1 1 1 32 <2 S2 2 2 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ / /                                        kdOn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 0 0 0 1 1 1 1 1 2                                                                                     Y                                          kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
2 2 2 2 2 2 2 2 2 3 3 63 P3 X3 m3 3 3 3                                                                                                                                                                                                                      	  $If   gdP  S  kd]p $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ 2 2 2 2 4 
4 4 4 '4 14 24 34 54 64 74 V4 W4 4 4 4 4 4 5 5 5 5 5 5 ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  3 3 3 3 4 
4 4                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kdp $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  4 4 74 W4 |4 4 4 4 4 |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4                                        kd;r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 5 G5 5 5 5 5 6 6 (6                                                             f                                    [            [                     
  $If   gdP K$  kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
5 5 5 5 5 6 6 6 '6 )6 7 7 7 7 7 7 7 7 7 7 7 7 7 7 /8 08 38 <8 8 p9 ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 (6 )6 16 F6 [6 m6 6 6 6 6 6 6 7 7 )7 C7 ]7 m7                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kdIt $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   m7 7 7 7 7                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdt $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  7 7 7 7 7 
8 8 08 18 28 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdmu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	28 38                                        kd'v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               38 <8 8 8 &9 o9 
: : : : !: t:                                                                                                 f                                                   kd{w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  p9 : : : :  : !: s: t: u: : : : : : : : : : ; ; ;  ; þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ t: u: : : : : ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd5x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;  ; ; ; 5< ~< = = = = 0=                                                                                                 Y                              kdCz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
 ; ; ; 4< 5< ~< = = = = /= 0= = = = = = = = = = = = > > !> νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  0= = = = = = = = > > >  >             s                                                                                                                                                                 kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP   > !>                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !> *> > &? j? ? R@ S@ T@ e@ @                                                                                     Y                                          kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
!> *> > ? P@ R@ S@ T@ d@ e@ @ @ @ @ @ @ AB CB DB EB UB VB B B B B B B B B B B ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 @ @ @ @ @ @ @ @ A (A BA RA lA A A A A                                                                                                                                                                                                         	  $If   gdP  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  A A A A B (B BB CB DB                                                                                                                                                                                                                                                 	  $If   gdP  S  kdW~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  DB EB VB B |            s            s                                                                                                                                                                                           	  $If   gdP   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B C C 2C 3C 4C |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
B B B B 1C 2C 5C >C C E E E E E F F  F dF F F F F F F F H H ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  4C 5C                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5C >C C WD D D :E E E E E                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
E dF F F F F F G #G 8G JG dG ~G G G                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kdy $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  G G G G G H  H 5H GH aH {H H H H H H H                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  H H H I I *I =I PI cI vI wI xI             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  H H H I I I I I I I I )I *I uI vI yI I FJ uJ vJ J J PK QK 6L KL L L M M M M Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ xI yI                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yI I FJ J J QK K K ML L L M M M N DN N N N O :O fO O O O                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  M N 
O O !O 9O O O O O O O P P HP NP OP WP YP R R R R ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   O O P HP OP XP |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XP YP aP vP P P P P P P Q +Q <Q VQ gQ Q Q Q                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kde $If   K$L$l 0                     x                
t                                4   4 
l a   Q Q Q Q Q R R 9R SR dR ~R R R R R                                                                                                                                                                                                                   	  $If   gdP  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  R R R R R R S !S 4S 5S 6S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
R R R R R R R R R 3S 4S 7S @S S *T T HU ]U U U V V +W @W W W W W X EX ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 6S 7S                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7S @S S T `U U U PV V CW W X AX `X X X X X X :Y ;Y                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  EX XX dX wX X X X X X Y Y 1Y 9Y :Y ;Y <Y LY MY Y Y Y Y Y [ [ [ [ \ \ \ \ ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  ;Y <Y MY Y Y Y |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y Y 	Z  Z 7Z HZ _Z vZ Z Z Z Z Z                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd_ $If   K$L$l 0                                     
t                                4   4 
l a   Z Z Z Z [ [ -[ D[ [[ l[ [ [ [ [ [ [ [                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  [ [ [ \ \ (\ ;\ N\ a\ t\ v\ w\             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  \ \ \ '\ (\ s\ t\ x\ \ ] ] [^ ^ -_ _ _ ` (` |a b cb xb )c c Vd d Qe fe g g g g g h 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !w\ x\                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x\ \ ] [^ -_ _ )` c` ` ` *a Ha za b b c d ie je qe 
g g                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  g Ng g g g h +h Jh ih h h h                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  h #h /h Bh Nh ah mh h h h h h h h h i i i i 	i 
i i 3j Hj Ij Jj ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  h h h i i 	i i i             s                                                                                                                                                                                     kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  i 
i                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
i i #i Ei gi i i i i i j 4j Ij                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  Ij Jj [j j j |            s            s            s                                                                                                                                                                          	  $If   gdP   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Jj Zj [j j j j j j j j j j j l l m +m Nm bm m m m m n 0n p p q )q q q q q ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  j j j j j l l l m Om m m n |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n rn sn n lo mo ,p -p p p )q q q q q 4r lr r s Ws Xs bs ms s s s                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  q q r 3r Gr kr r r r s s Ws Xs ms s s s s s s s s s s s s s t t t t )t *t .t 7t t u u u u u õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (s s                                        kd͑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s s s t t *t ,t -t                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  -t .t                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .t 7t t t t u %u ?u vu u u u                                                                                                             f                                       kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  u u u u u u v v -v /v 0v             s                                                                                                                                                                      kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
u u u u u u u u u u u v v ,v -v 1v :v {v |v v v  w w w w w +w 5w 6w :w ;w <w Nw Ow aw bw w w ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %0v 1v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1v :v Xv |v v  w w w                                                 f                                                                                                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  w w ;w <w Ow bw uw w w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w w                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w w Yx Zx [x kx lx mx nx x x x x x x x x x x x x x x y y y y #z $z %z 5z 6z 7z 8z Ez 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %w w w w Zx [x lx mx                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  mx nx x x x x x x x x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x y y $z %z 6z 7z                                                 f                                                                                                                       kd͜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  7z 8z 9z jz z z { { P{ H| I| }| | |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ez Iz jz z z z { +{ /{ P{ { I| }| | | | | 	} -} .} A} S} T} r} s} } } } } } 	~ :~ ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  | | .} s} } } ;~ ~ ~ & ' ( 2 = p z                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  :~ N~ ~ ~ ~ ~ % ' ( = o p z               % . / > շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\                                         kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                       $                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  $ %                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % .  ΀   # O    Ё                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  >   # 6 F O V \        ā ΁ Ё ց ׁ ށ       	 ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ Ё ׁ ߁                                                                  R            I                                   	  $If   gdP Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$  	 1 2 E X k ~    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	 ! + , 0 1 2 D E W X } ~      ݃     " R [ b h y z ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  + \ y   ݃   # 5 [ z {                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  z { |      Ǆ Ȅ τ ф ڄ         3 = > B C D V W i j    пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  { |   Ȅ Є |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdˤ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Є ф                                         R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a     C D W j }    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdY $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  4 n   Ɔ   R V W X                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
      ņ Ɔ         Q R U V W X Y i j m     زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 X Y j  |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                Ӈ ԇ    
    *   7 ; }      ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph        ԇ   
   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ƈ 8 k      >                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
 & 5 = > E K               Ê  촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gdP   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ê   & ݋   I    |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   & ݋     I     #   a b n r   . : > f 8 f r v  T U     Ò  ) * @ D p    " x   J  ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4 #    a b   - . f 8 e f  U   Ò w x   ޓ   ) * p                                                                                                                                                                                                                                                                                                                                                                   gdP  p   " x   J    z {      Ę                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP     y z     Ø Ę ˘ ̘     Y    n    , - Q         ɝ Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $Ę Ř Ƙ ǘ Ș ɘ ʘ ˘ ̘ M            H            H            H            H            H            H            H                   gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ̘       
                                                 _            V            V                                                             	 $If   gdP    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  
                                                                                                                                                                                                                                                             	 $If   gdP  o  kd\ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ( , ? G S                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  S T Y   2            )            )            )                      	 $If   gdP    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                          # h             [                                                                                                                                           kdð $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  h i n    d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     - 1 K d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K L Q    d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       o t  d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gdP    kdy $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gdP  t  kdN $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al         ɜ ՜                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ՜ ֜                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ֜                                                                    A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP                                              A            <            7                  gdP    gdP    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP   ʝ ˝      $ &                                                                                                                                                                                                                                                   E  kd~ $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	ɝ ʝ ˝ ѝ ҝ     & ' ) * 8 9 F G f g i j     Ǟ Ȟ ɞ ͞ Ξ       ԟ y z     춥x                          /j hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *& ' ( ) * 2 8                                     a                                                                                                                             E  kd< $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdݻ $$If   l 0 
" R                                                           4 
l a   8 9 B F G Z f                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   f g h i j |                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdY $$If   l 0 
" R                                                           4 
l a         Ǟ                                     a                                                                                                                             E  kdv $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   Ǟ Ȟ ɞ ʞ ˞ ̞ ͞                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kdվ $$If   l 0 
" R                                                           4 
l a   ͞ Ξ ۞ ܞ   l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kd4 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        ӟ ԟ Ơ Ǡ   l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            ޢ ߢ 7 8 D E           , - l n o { |    : = R r     U V h ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0   ߢ 8 E                                                                                                                                                                                                                                                           S  kd~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	     - m                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   m n o |  K        { ֨ G   }                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kd4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   } ~ =    7 U V i ϭ Э   !   ů          P                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  h i     έ Э    !      Ų P f j w x ȳ ɳ ޳ ߳    . / : ; < @ A ~   ۵۵۵ۭۜۋzrgrrr       j hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 'P \ k w x ɳ ߳                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP    # l q    +  ҵ s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kd8 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ҵ ,   C   ߷    ݹ ޹ L M   Ѽ Ҽ    g   - .                                                                                                                                                                                                                                                                                                                                 
& F gdP   $ $gdP    gdP   
& FR gdP        ߷   ܹ       ɼ ʼ μ ϼ м Ѽ Ҽ ۼ   ~     -   ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /jx hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj hP U !.                                                       e                                                                                                                        F  kdR $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP             = > T U p q             > ? @ A B   ! -              4 S  ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd8 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP                               t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           6 8 =                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = > L N T                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T U h j p                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p q                            t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            # >                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         > ? @ A B   ! - u     $ X                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X l     3 Q      5 T             / b c                                                                                                                                                                                                                                                                                                                                                                   gdP            I a      ' S ~   . / 9 C D j k    пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  c         ' = S i       / 9 C                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  C D                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D k                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  	                        , - L M N O t Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 & ' ; < ` | }                                                                                                                                          q                            kd: $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
                     q            l                                                                                                                                                       gdP    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                   3 4 N j k }                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP    - M z            q            q                                                                                                                                                                                       	  $If   gdP    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       M N O v w x y z z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       t u v {      > ? A m n s |      ) { }         ] ^  ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "z {                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               {         
   ?                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  ? @ A n o p q r z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       r s                                     kdV $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s |   { | }                                                               q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP       ^      z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdj $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         & ' T i j   = ! # 3 4             T d e ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP                                           kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' T j l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? @ | }   " # 4                                                                                                   s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP         |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S T e                          s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  e         : ; R    1    4   = \     z  	 (   # B ! @   0 O     о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -       X Y      |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  % < T k    	 O P : ; R g                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP   $$If   a$gdP   
& F gdP    gdP                  {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         0                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       # 3                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v w                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       = K [                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                                       s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R S z                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	  '                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j k                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # 1 A                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ! / ?                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0 > N                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM 	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd 	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
   3 S x         %                                                                                                                                                                                         gdP  z  kdj	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % @       9 : D N O               Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ         : D N                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	N O                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / 0 P Q   4 Y i z                                                                                                                                                                                                                                                                                                                                                                                                               
& F $If   gdP 	  $If   gdP      + D ]  |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdq	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        m o   6 7 : K c ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j+	 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdj	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 7 8    
 & @ U m n                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdP 	  $If   gdP  n o  7 |            s            s                                                                                                                                                                                           	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 8 9 : c   ' 9 K L ; < |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kdx	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c   & ' J K L j    ( : < Q               O P s u    ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $< F Q                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP                                           kd2		 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP                                           kd
	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 c d s    ;     - O P t                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  t u   -   	 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                - R      	   3 Z      ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j	 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  	 
   2 3       
 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kd
	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           G H R \ ]        4 B             / A B M  ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !
  H R \                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP  \ ]                                        kd
	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd'	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * + K L                                                                                                      Y                              kd{	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
     M   < =               s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kd5	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP              
  Z  l  : M     ; < > ?      K  !   	 
 n      & ' ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j4	 hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j	 hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -  
  d e % & Y  Z  l    9 : O  < ?       & 8                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  8 K L Q Y ^             f                                                                                                                                                                      kdV	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  ^ _ d l x o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x y ~   o            f            f            f                                                                                                                                                	  $If   gdP    kd2	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd|	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gdP    kdX	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   	 
   
 
   W X  o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ' * +         }! ! " " " " " " # # $ :$ ;$ E$ O$ P$ \$ }$ ~$ $ $ $ $ $ & & & ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %  9
 :
 
 
                  , 9 F W                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  W h y          , -   L M      9      D  t                                                                                                                                                                                                                                                                                                                                                              gdP    gdP  t  u    ! }! ~! ! " " " # # # $ ;$ E$ O$                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  O$ P$                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P$ ~$ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  $ $                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ 	% 0% W% % % % & & 0& & &                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
& & & & |            s            s                                                                                                                                                                                           	  $If   gdP   kdW	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & & & & & & ' ' ' K' L' V' `' a' m' ' ' ' ' ' ' ' K) ) ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 & & & & ' ' ' ' L' V' |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V' `'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  `' a'                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  ' '                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ( ( 5( `( ( ( J) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  ) ) ) ) ) ) ) ) ) ) ) -* .* 8* B* C* O* p* q* * * * * * /, ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    ) ) ) ) |            s            s                                                                                                                                                                                           	  $If   gdP   kds	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) ) .* 8* B* |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd-	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B* C*                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C* q* * * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  * *                                        kd; 	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * + D+ + + ., , , ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  /, , , , , , , , , , , , , , , , - >- ?- I- S- T- `- - - - - ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    , , , , |            s            s                                                                                                                                                                                           	  $If   gdP   kd!	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , , , - - ?- I- S- |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdI"	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S- T-                                        kd#	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T- - - - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  - - - - ,/ ./ >/ ?/ E/ L/ M/ N/ O/ d/ / / / / / / / / / 0 0 0 îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  - -                                        kdW$	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - . +. Y. . . . ,/ -/ ./                                                                                                                         f                           kd%	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  ./ ?/ M/ N/ O/ Y/ d/ / / /                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kde&	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	/ /                                        kd'	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 0 0 0 0 	0                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  0 0 
0 0 1 1 1 1 1 1 1 1 1 1 1 2 2 2 -2 _2 `2 j2 t2 u2 2 2 п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  	0 
0                                        kds(	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
0 0 R0 ^0 0 0 0 1 1 V1 1 1                                                                                                                         f                           kd)	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  1 1 1 1 1 1 2 "2 -2 `2                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd*	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	`2 j2 t2                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  t2 u2                                        kd;+	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  2 2 2 2 2 2 3 3 3 4 4 4 5 5 A5 B5 C5 D5 E5 F5 R5 V5 v5 \7 o7 ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 2 2                                        kd,	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 3 3 3 4 L4 4 4 5 A5                                                                                     s                                                                                              kd-	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
A5 B5 C5 D5 E5 F5 v5 '7 (7 \7 7 7 
8 T8 |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd.	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
o7 7 7 7 7 8  8 S8 g8 8 8 8 8 9 @9 A9 K9 U9 V9 n9 x9 y9 z9 }9 ~9 9 9 9 9 9 9 : 
: : õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !T8 8 8 8 9 9 A9 K9 U9                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  U9 V9                                        kdW/	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V9 ~9 9 9 9 9 9 9 :                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  : :                                        kd0	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : 
: x: : : : : : : : ;                                                             f                                    [            [                     
  $If   gdP K$  kd1	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
: x: : : : : : : : : : : : : ; ; ; ; -; /; 0; 1; I; S; T; U; W; X; Y; {; |; ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ ; ; ; .; /; 0;                                     R            I                                                                     	  $If   gdP Q  kdF3	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd2	 $If   K$L$l 0                                     
t                              4   4 
l a   0; 1; Y; |; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd3	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|; ; ; ; ; ; R< S< T< U< e< f< < < < < < < < < < < < < ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J ; ;                                        kd4	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; %< S< T< U< f< < < <                                                             f                                    [            [                     
  $If   gdP K$  kd5	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
< < < < < < <                                     R                                                                                              Q  kd(7	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd6	 $If   K$L$l 0                                     
t                              4   4 
l a   < < < < < <                                     R            I                                                                     	  $If   gdP Q  kdB8	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd7	 $If   K$L$l 0                                     
t                              4   4 
l a   < < <  = != F= Y= l= m= n= |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd8	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< < < < < < < <  = != k= l= o= x= i> j> ? 6? P? Q? R? S? c? d? e? ? ? ? !@ '@ ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ n= o=                                        kd9	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o= x= = W> j> P? Q? R? S? d? !@                                                                                     Y                                          kd:	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
!@ (@ 1@ 2@ :@ O@ d@ v@ @ @ @ @ @ @ A  A 2A LA                                                                                                                                                                                                                      	  $If   gdP  S  kd;	 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ '@ (@ 0@ 2@ A A A A A A A A A A A A A ?B @B CB LB XB B AC XC YC ZC [C ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  LA fA vA A A A A                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kd)<	 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  A A A A B -B @B AB BB |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kd<	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BB CB                                        kdu=	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CB LB B B YC ZC [C lC C C C                                                             f                                    [            [                     
  $If   gdP K$  kd>	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
[C kC lC C C C C C C C >E @E AE BE ZE dE eE fE hE iE jE wE E E E E E E `F G ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 C C C C C D %D ?D OD iD D D D D D D D E                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd?	 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   E %E ?E @E AE                                                                                                                                                                                                                                                                     	  $If   gdP  S  kd@	 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  AE BE jE E E E E E E E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd@	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E E                                        kdaA	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E `F }F F 
G G G G G G H                                                                                                 f                                                   kdB	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  G G G G G G G H H H +H 5H 6H 7H 9H :H ;H SH TH H H H H þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ H H ;H TH yH H H H H H |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdoC	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                        kd)D	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H hI I I J J J J J J                                                                                                 Y                              kd}E	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
H gI iI I I J J J J J J J  K !K "K :K DK EK FK HK IK JK KK K K K νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  J !K "K JK KK pK K K K K K K             s                                                                                                                                                                 kd7F	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  K K                                        kdF	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K L L M QM M M M N VN                                                                                     Y                                          kdEH	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
K K L QM M M M M N N VN WN ]N ^N fN hN O O O O O O FP GP HP `P jP kP lP nP oP pP ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 VN WN ^N gN hN pN N N N N N N 
O $O ,O AO VO                                                                                                                                                                                                         	  $If   gdP  S  kdH	 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  VO hO O O O O O O O                                                                                                                                                                                                                                                 	  $If   gdP  S  kdI	 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  O O O GP |            s            s                                                                                                                                                                                           	  $If   gdP   kd#J	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       GP HP pP qP P P P P P P P |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdJ	 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
pP qP P P P P P P Q S S S S S S S S T HT |T ~T T T T T V V ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  P P                                        kdK	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q 1R ER R S S S S                                                                                                 f                                                        kdL	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
S T ~T T T T T T T T T U U -U GU                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kdM	 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  GU aU rU U U U U U U U V *V DV ^V oV V V                                                                                                                                                                                                                            S  kdEN	 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  V V V V V V V V W W W W             s                                                                                                                                                                 kdN	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  V V V V V V V V V V V V V W W W  W W X X :X ;X X X Y Y Z Z [ [ [ [ Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ W W                                        kdO	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W  W W ;X X X "Y uY Y @Z Z E[ [ [ [ [ 1\ H\ x\ \ \ ] 0] \] ]                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  [ [ \ \ \ \ `] s] w] ] ] ] ] ] ] ] ] ] ] F` H` I` J` ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   ] ] ] ] ] ] |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdP	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ^ )^ >^ P^ j^ ^ ^ ^ ^ ^ ^ _ _ '_ <_                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kdQ	 $If   K$L$l 0                     x                
t                                4   4 
l a   <_ Q_ f_ x_ _ _ _ _ _ ` ` -` G` H` I`                                                                                                                                                                                                                   	  $If   gdP  S  kd1R	 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  I` J` r` s` ` ` ` ` ` ` ` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdR	 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
J` b` l` m` q` r` s` ` ` ` ` ` ` a a b b b \c qc Md bd d d e e e e e e ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ ` `                                        kdS	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a b b tc c c ed d e e e e f Bf Yf xf f f f                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  e e f f ]f pf |f f f f f f f f f f f f /g 5g 6g >g @g i i i i i i i i ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  f f f /g 6g ?g |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdT	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?g @g Hg Zg lg ~g g g g g g g h %h ;h Lh ch dh                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kdU	 $If   K$L$l 0                                     
t                                4   4 
l a   dh lh ~h h h h h h h 
i !i 8i Ii _i pi i i                                                                                                                                                                                                                            S  kd+V	 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  i i i i i i i i i j j j             s                                                                                                                                                                 kdV	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  i i i i i j j j j 1k ck k +l l ,m Hm m m o o p p p pq q r r s t 0u Cu Ou bu u 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !j j                                        kdwW	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j 1k k l Im m n Ln kn n n o o Sp rq r s s s t t                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  t t ,u Ku ju u u u v &v 'v 8v                                                                                                             f                                       kdX	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  u u u u u u v v %v 'v 7v 8v {v |v }v v v v v v v v w w w w ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  8v |v }v v v v v v             s                                                                                                                                                                                     kdY	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  v v                                        kd?Z	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v w 'w Iw Jw lw w w w w                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  w w w ,x Qx |            s            s            s                                                                                                                                                                          	  $If   gdP   kd[	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w Px Qx Rx Sx Tx `x dx hx ox x tz z z z z  { ${ 8{ k{ { { { ~ ~ ~ ~ " % Y l ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  Qx Rx Sx Tx x >z @z tz z z %{ l{ { |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kdM\	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { | | c| 
} } } } ~ ~ ~ $ % Y   
 Q       > H R                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  l     	  P d      = > H R S k u v z { |       ǁ ȁ ́ Ձ  A B C S T õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (R S                                        kd]	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S { |    ȁ ʁ ˁ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  ˁ ́                                        kd[^	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ́ Ձ  @ w  Â ݂  B C T                                                                                                             f                                       kd_	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  T U V ~     ˃ ̓ ΃             s                                                                                                                                                                      kdi`	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
T U V n x y } ~      ʃ ˃ σ ؃          Ʉ ӄ Ԅ ؄ ل ڄ      % & ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %΃ σ                                        kd#a	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               σ ؃                                                       f                                                                                                                       kdwb	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP    ل ڄ     & ( ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd1c	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) *                                        kdc	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & * 3 t u    	 
   $ . / 3 4 5 G H Z [       4 5   Ç Ӈ ԇ Շ և  㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %* 3 Q u   
                                                  f                                                                                                                       kd?e	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP    4 5 H [ n    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kde	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdf	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  5  Ç ԇ Շ                                                 f                                                                                                                       kdh	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  Շ և ׇ          ] |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kdh	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              Ɉ ͈  H   . ] p   ˊ ̊ ߊ     $ R e    ؋ ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  ]  ̊  R  ً   o Č Ō ƌ Ќ ی   "                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  ؋   3 n  Ì Ō ƌ ی 
   " # ; E F J K L T q     Í ̍ ͍ ܍ շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\" #                                        kd{i	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # K L q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP   Í                                        kdj	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Í ̍ ; l ~    / 0 A n                                                                                                 f                                                   kd#l	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  ܍ ;   Ԏ     . / 0 @ A D Y b l n t u | ~       ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ n u } ~                                                                 R            I                                   	  $If   gdP Q  kdjm	 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdl	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$   Ϗ Џ   	    5 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdm	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ɏ ʏ Ώ Ϗ Џ       6 ? @ O  {             ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ 5 6                                        kdn	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 ?  ɐ   0 C {    ӑ                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gdP 	  $If   gdP     * + . 4 _ e f m o x        ђ ے ܒ        - . 2 пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ    + _ f n |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdp	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                         R            I                                                                     	  $If   gdP Q  kdLq	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdp	 $If   K$L$l 0                                     
t                              4   4 
l a          . 0 1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdq	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 2                                        kdr	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2 ;  ғ   Y d                                                                                                                                                                                                                                                                                                                                                                                                                       
& FT $If   gdP 	  $If   gdP  
2 ; < K  Y c d                     ) 3 4 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5    5 |            s            s                                                                                                                                                                                           	  $If   gdP   kds	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 5 6 N X Y ] ^ _ q r        ȕ & ' Ֆ ٖ       ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    5 6 ^ _ r      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdt	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd[u	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ' d ֖ 	 : L    ܗ                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
 ė ӗ ۗ ܗ        0 1 4 I R \ ] ^ _ ` a  촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f     1 ^ |            s            s                                                                                                                                                                                           	  $If   gdP   kdv	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _ ` a   Ę {    S   |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kdiw	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   Ę {     S     >       9  ̜ ؜ ܜ  ֞    A   - . : > a  ǡ ȡ ޡ   X     S   @ ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4  >      9  ˜ ̜  ֞   A  - . a   K ` |   ǡ ȡ                                                                                                                                                                                                                                                                                                                                                                    gdP   X    S   @     $ 0 ? K ^ b                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  @     $ : > ^ a b i j      .    B C  ʨ ˨  & ' Y      g Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $b c d e f g h i j M            H            H            H            H            H            H            H                   gdP   kd#x	 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   j ~                                                       _            V            V                                                             	 $If   gdP    kdx	 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP                                                                                                                                                                                                                                                               	 $If   gdP  o  kdy	 $$If   l       0   T# T                 .                
t  0                                                              4 
l al     Ʀ ʦ ݦ                                       z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd3z	 $$If   l       0   T# T                 .                
t  0                                                              4 
l al     . 3 2            )            )            )                      	 $If   gdP    kdz	 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     3                   [                                                                                                                                           kd{	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP     C G  d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd|	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ˨ Ϩ  d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd}	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ' , S d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdX~	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  S T Y    d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd!	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      
   d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    " , n            e            e                                                                                                                                                               	 $If   gdP    kd	 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           , - 0 9                                                                                                                                                                                                                                                	 $If   gdP  t  kd	 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  9 : ; L Q Y ` g s                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd%	 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  s t                                             kd	 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          t                                                                    A                                  kd	 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP                                                          A                                              kd	 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP                                             A            <            7                  gdP    gdP    kdم	 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP   h i      « ī                                                                                                                                                                                                                                                   E  kd	 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	g h i o p     ī ū ǫ ȫ ֫ ׫       4 5 M N e f g k l       r   # $ 4 5 춥x                          /j	 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *ī ū ƫ ǫ ȫ Ы ֫                                     a                                                                                                                             E  kdv	 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd	 $$If   l 0 
" R                                                           4 
l a   ֫ ׫                                          a                                                                                                                             E  kd4	 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdՇ	 $$If   l 0 
" R                                                           4 
l a         4                                     a                                                                                                                             E  kd	 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd	 $$If   l 0 
" R                                                           4 
l a   4 5 @ M N X e                                     a                                                                                                                             E  kd	 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdQ	 $$If   l 0 
" R                                                           4 
l a   e f g h i j k                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kd	 $$If   l 0 
" R                                                           4 
l a   k l y z   l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kdn	 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        q r d e < = l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd,	 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
5 9 : / 0 ; < L M Q R T | } հ ְ   * , 7 8       ʱ ˱ 
  
      ظ ۸   5 >      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /jQ	 hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0= T ] } ְ  + , 8                                                                                                                                                                                                                                                        S  kd	 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	     ˱                                      N                                                                                       S  kd܍	 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kdJ	 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     
  R          t  K                                                                                                                                                                                                                                   
& F
 gdP    gdP  S  kdn	 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     ۸ 6   չ    m n    ( J c      C D                                                                                                                                                                                                                                                                                                                                                     gdP   
& FO gdP    gdP    ~    l n        B D c      f g | }             ( ۵۵۵ۭۜۋzrgrrr       j	 hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '  	   g }                                      j                                                                                                                                           kd 	 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP     
  N    3 p s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kdr	 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
p     1 2 } ~ " # { |     o p   K  L M                                                                                                                                                                                                                                                                                                                                   
& F gdP   $ $gdP    gdP   
& FR gdP  ( ) * . / 2 } ~ ! z <  J K V W g h l m n o p y    % . N L  6 7 ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j	 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP UjK	 hP U ! 7 ; < R S g                                                 e                                                                                                                        F  kd	 $$If   l   l '{6    4   4 
l a] p
        F  kd	 $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  7 < i               + , H I j k               , a z    C U ( @ u    ' ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3g h i r                                                                5            v  kdr	 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd	 $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP                               t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdm	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdÕ	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           $ & +                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdn	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         + , A C H                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I c e j                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdė	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j k z |                          t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdo	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdř	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdp	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  - a {                            |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          
 > V     # A u     & ' ( ) K T U k                                                                                                                                                                                                                                                                                                                                                                           gdP  ' ) 3 I J K k       " _              	 & ' : пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ    - @ A _                                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP                                        kdƛ	 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                	 & ' = S i                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gdP  	: = R S h i ~    1 3 C D c d e f              Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ                                       kd	 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        0 1 2 3 D                                                                                                                                     q                            kdt	 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
D d e f                  q            l                                                                                                                                                       gdP    kd1	 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP                                        kd	 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                       	  F _ t                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP      z            q            q                                                                                                                                                                                       	  $If   gdP    kdE	 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd	 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           "            h t       + , K L O Y o    / ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "                                      kd	 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                " A B V W y                                                                                                                   q                                                         kd	 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP      
    z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdӤ	 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd	 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 c d    , L                                                             q                                                                                                                             kd	 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  L M N O o  0 F G Q \ z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd	 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
/ 0 G \           < E      # 6 e f g           ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #\                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP                                           kdo	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ; <                                        kdé	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E     * {    # f                                                                                                 s                                                                        kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  f g      |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kdѫ	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    $                         s                                                                                                                                                                                   kd߭	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP   # $ % & ' ) K V    0 O   / N   = \   V u    7   9 X     @ _   K j   о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -$ % & ' ( ) V   8 C M X b |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b c    	 6 7 r        0 > N                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  N O Z _             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdp	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdϰ	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd.	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      / = M                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd		 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdǳ	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd&	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      = K [                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd`	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd}	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdܷ	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd;	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < = V d t                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gdP  z  kdu	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdԺ	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $ m                                                                s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdm	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       & 6                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd̽	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kde	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd#	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	 9 G W                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd@	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd]	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gdP  z  kdz	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " #                                                                  s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd8	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! @ N ^                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdr	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd0	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdj	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 K Y i                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd(	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdE	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         9 :       H                                                                                                                                                                                        gdP  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       I }             1 C D U V p y L N ^ _ o Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ  H I }                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	                                         kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  D V X o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  o p                                        kdW	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y     =      ( ) M                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdP 	  $If   gdP  M N _     * |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p       ) * + P Q      
        ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /je	 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  * + Q     |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   %                                                                                                                                                                                                                                                                                                                                                                                                                              
& F $If   gdP 	  $If   gdP   
   |            s            s                                                                                                                                                                                           	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                N c      ! " , 6 7 \ ]      r u     # $ 4 ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $   " , 6                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  6 7                                        kdl	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP                                           kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    " Z [  G g                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gdP 	  $If   gdP    $ u  & 
 d 
  
 |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 5 O P Q d e t    % 
 B 
 c 
  
  
  
  
  
  
  
 W
 
 
 
 
 ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j	 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ   
  
  
  
  
  
 V
 W
 
 
 
 
 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kdS	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
 
  
 !
 I
 Z
 [
 ^
 g
 
 
 
 9
 Q
 R
 Z
 \
 l
 m
 
 
 
 
 
 
 
 
 
 ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP  
 
                                        kd
	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 !
 I
 [
 \
 ]
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ]
 ^
                                        kda	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^
 g
 
 
 
 
 9
 :
 [
 \
 m
                                                                                                 Y                              kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
m
 
 
 
 
 
 
 
 
 
 r	
 	
             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kdo	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
  
 +
 ,
 <
 =
 A
 B
 
 
 r	
 	
 

 

 

 

 
 
 !
 #
 8
 :
 
 
 
 
 G
 I
 .
 C
 
 
 
 
 M
 Q
 
 
 
 3
 
 
 
 
 
 
 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jn	 hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /j)	 hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -	
 

 

 

 
 
 
 
 

 

 

 p
 q
 
 
 
 :
 
 
 H
 I
 .
 C
 
 
 
 
                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  
 
 
 
 
 
             f                                                                                                                                                                      kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  
 
 
 

 
 o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 #
 (
 o            f            f            f                                                                                                                                                	  $If   gdP    kdl	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (
 )
 .
 5
 A
 o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A
 B
 J
 R
 W
 o            f            f            f                                                                                                                                                	  $If   gdP    kdH	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W
 X
 `
 h
 t
 o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t
 u
 }
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kd$	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gdP    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 I
 J
 
 
 7
 8
 
 
 O
 o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd 	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 O
 [
 >#
 H#
 &
 &
 ,
 ,
 /
 C/
 S0
 _0
 `0
 l0
 p0
 0
 1
 1
 1
 1
 1
 1
 1
 1
 1
 2
 2
 M2
 N2
 O2
 S2
 \2
 (4
 *4
 :4
 ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %O
 [
 
 
 
 
 %
 &
 x
 9
 :
 B
 C
 
 !
 !
 !
 >#
 H#
 $
 $
 %
 %
 %
 %
 %
 %
                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  %
 &
 &
 (&
 9&
 :&
 M&
 `&
 w&
 &
 &
 &
 '
 '
 h(
 i(
 (
 (
 +
 +
 ,
 ,
 ,
 '-
 (-
 -
 -
 -
 .
                                                                                                                                                                                                                                                                                                                                                             gdP    gdP  .
 .
 \.
 .
 /
 /
 C/
 S0
 `0
 0
 1
 1
 1
 1
 1
 1
 1
                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  1
 1
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1
 2
 N2
 O2
 Q2
 R2
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  R2
 S2
                                        kd=	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S2
 \2
 2
 2
 2
 2
 33
 [3
 f3
 3
 3
 3
 (4
 )4
                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
)4
 *4
 ;4
 r4
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :4
 ;4
 q4
 r4
 s4
 u4
 4
 4
 4
 4
 4
 4
 4
 4
 4
 4
 5
 ,5
 -5
 R5
 S5
 T5
 X5
 a5
 6
 Q7
 ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 r4
 s4
 t4
 u4
 4
 4
 4
 4
 4
 4
 |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdK	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4
 4
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  4
 4
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4
 -5
 R5
 S5
 T5
 V5
 W5
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  W5
 X5
                                        kdY	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X5
 a5
 5
 5
 5
 5
 >6
 b6
 6
 Q7
 a7
 b7
                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  Q7
 a7
 c7
 s7
 t7
 z7
 7
 7
 7
 7
 7
 7
 7
 7
 7
 7
 7
 8
 8
 68
 78
 88
 <8
 E8
 9
 ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    b7
 c7
 t7
 7
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7
 7
 7
 7
 7
 7
 7
 7
 |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kdg	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7
 7
                                        kd!	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7
 8
 58
 68
 78
 88
 :8
 ;8
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  ;8
 <8
                                        kdu	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <8
 E8
 8
 8
 8
 8
 "9
 F9
 9
 5:
 E:
 F:
                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  9
 5:
 E:
 G:
 W:
 X:
 ^:
 e:
 f:
 g:
 h:
 i:
 u:
 y:
 :
 :
 :
 :
 :
 :
 :
 :
 :
 ;
  ;
 H;
 I;
 ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    F:
 G:
 X:
 f:
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f:
 g:
 h:
 i:
 :
 :
 :
 :
 :
 :
 |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:
 :
                                        kd=	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :
  ;
 G;
 H;
 I;
 J;
 L;
 M;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  I;
 J;
 N;
 W;
 <
 <
 <
 <
 <
 <
 <
 <
 <
 =
 4=
 5=
 ?=
 I=
 J=
 V=
 w=
 x=
 =
 =
 =
 =
 îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  M;
 N;
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N;
 W;
 ;
 ;
 ;
 ;
 6<
 V<
 <
 <
 <
 <
                                                                                                                         f                           kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  <
 <
 <
 <
 <
 <
 =
 5=
 ?=
 I=
                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	I=
 J=
                                        kdY	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J=
 x=
 =
 =
 =
 =
 =
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  =
 =
 =
 =
 <?
 =?
 >?
 N?
 O?
 U?
 \?
 ]?
 ^?
 _?
 ?
 ?
 ?
 ?
 ?
 ?
 ?
 @
 @
 @
 @
 ;@
 п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  =
 =
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =
 =
 =
 =
 #>
 Q>
 q>
 >
 >
 >
 =?
 >?
                                                                                                                         f                           kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  >?
 O?
 ]?
 ^?
 _?
 ?
 ?
 ?
 ?
 ?
                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	?
 @
 @
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  @
 @
                                        kdu	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @
 <@
 =@
 >@
 @@
 W@
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ;@
 <@
 =@
 >@
 X@
 a@
 bA
 cA
 dA
 B
 B
 B
 B
 B
 B
 B
 B
 B
 B
 B
 B
 B
 C
 D
 
E
 ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 W@
 X@
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X@
 a@
 cA
 dA
 uA
 A
 A
 B
 B
 B
 B
                                                                                     s                                                                                              kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
B
 B
 B
 B
 B
 B
 C
 D
 D
 D
 <E
 sE
 E
 E
 |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

E
 <E
 OE
 rE
 E
 E
 E
 E
 F
 @F
 TF
 F
 F
 F
 F
 F
 F
 F
 F
 G
 G
 G
 G
 G
 G
 ;G
 <G
 NG
 OG
 G
 G
 G
 G
 G
 õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !E
 AF
 F
 F
 F
 F
 F
 F
 F
                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  F
 F
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F
 G
 <G
 OG
 bG
 uG
 G
 G
 G
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  G
 G
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G
 G
 H
 )H
 VH
 WH
 XH
 iH
 H
 H
 H
                                                             f                                    [            [                     
  $If   gdP K$  kd9	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
G
 H
 VH
 WH
 XH
 hH
 iH
 lH
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 H
 I
 I
 ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ H
 H
 H
 H
 H
 H
                                     R            I                                                                     	  $If   gdP Q  kd	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd	 $If   K$L$l 0                                     
t                              4   4 
l a   H
 H
 H
 I
 -I
 @I
 SI
 fI
 gI
 hI
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I
 eI
 fI
 iI
 rI
 I
 I
 I
 I
 I
 J
 J
 5J
 ;J
 <J
 DJ
 FJ
 [J
 \J
 kJ
 mJ
 sJ
 tJ
 uJ
 ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J hI
 iI
                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iI
 rI
 I
 I
 I
 I
 I
 J
 5J
 <J
 EJ
                                                             f                                    [            [                     
  $If   gdP K$  kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
EJ
 FJ
 \J
 lJ
 mJ
 nJ
 oJ
                                     R                                                                                              Q  kdb
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   oJ
 pJ
 qJ
 rJ
 sJ
 tJ
                                     R            I                                                                     	  $If   gdP Q  kd|
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   tJ
 uJ
 J
 J
 J
 J
 J
 
K
 K
 K
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd	
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	uJ
 J
 J
 J
 J
 J
 J
 J
 J
 J
 	K
 
K
 
K
 K
 L
 L
 L
 L
 L
 L
 L
 L
 M
 M
 M
 oM
 xM
 M
 M
 M
 ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ K
 
K
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
K
 K
 SK
 K
 L
 L
 L
 L
 L
 M
 M
                                                                                     Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
M
 M
 M
 M
 M
 M
 N
 N
 .N
 HN
 XN
 rN
 N
 N
 N
 N
 N
 N
                                                                                                                                                                                                                      	  $If   gdP  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ M
 M
 M
 M
 HO
 IO
 JO
 KO
 cO
 mO
 nO
 oO
 qO
 rO
 sO
 O
 O
 O
 O
 O
 O
 O
 UP
 P
 P
 P
 P
 P
 ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  N
 O
 O
 .O
 HO
 IO
 JO
                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kdc
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  JO
 KO
 sO
 O
 O
 O
 O
 O
 O
 |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O
 O
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O
 O
 UP
 P
 P
 P
 P
 
Q
 TQ
 [Q
 dQ
                                                             f                                    [            [                     
  $If   gdP K$  kd

 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
P
 	Q
 
Q
 (Q
 0Q
 TQ
 ZQ
 [Q
 cQ
 eQ
 R
 R
 R
 R
 R
 S
 S
 S
 S
 S
 S
 S
 S
  S
 kS
 lS
 oS
 xS
 S
 T
 ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 dQ
 eQ
 mQ
 Q
 Q
 Q
 Q
 Q
 Q
 R
 !R
 )R
 >R
 SR
 eR
 R
 R
 R
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd

 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   R
 R
 R
 R
 R
                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdO
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  R
 R
 S
  S
 3S
 FS
 YS
 lS
 mS
 nS
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	nS
 oS
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oS
 xS
 S
 T
 bT
 T
 IU
 JU
 KU
 LU
 ]U
 U
                                                                                                 f                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  T
 GU
 JU
 KU
 LU
 \U
 ]U
 U
 U
 U
 U
 U
 U
 U
 U
 U
 U
 U
 U
 OV
 PV
 SV
 \V
 þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ U
 U
 U
 U
 V
 *V
 =V
 PV
 QV
 RV
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	RV
 SV
                                        kdc
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SV
 \V
 W
 .W
 qW
 W
 XX
 YX
 ZX
 [X
 lX
                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
\V
 W
 W
 pW
 qW
 W
 XX
 YX
 ZX
 [X
 kX
 lX
 X
 X
 X
 X
 X
 X
 X
 X
 X
 X
 X
 YY
 ZY
 ]Y
 νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  lX
 X
 X
 X
 X
 Y
 !Y
 4Y
 GY
 ZY
 [Y
 \Y
             s                                                                                                                                                                 kdq
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  \Y
 ]Y
                                        kd+
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]Y
 fY
 ;Z
 bZ
 Z
 Z
 [
 [
 [
 [
 [
                                                                                     Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
]Y
 fY
 :Z
 Z
 [
 [
 [
 [
 [
 [
 [
 [
 [
 [
 \
 \
 }]
 ]
 ]
 ]
 ]
 ]
 ]
 ]
 ]
 ]
 ^
 	^
 
^
 ^
 
^
 ^
 ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 [
 [
 [
 \
 \
 \
 #\
 8\
 J\
 d\
 ~\
 \
 \
 \
 \
 \
 \
                                                                                                                                                                                                         	  $If   gdP  S  kd9
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  \
 ]
  ]
 :]
 J]
 d]
 ~]
 ]
 ]
                                                                                                                                                                                                                                                 	  $If   gdP  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  ]
 ]
 ]
 ]
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd]
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]
 ]
 ^
 ^
 "^
 5^
 H^
 [^
 n^
 o^
 p^
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd
 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
^
 ^
 !^
 "^
 m^
 n^
 q^
 z^
 3_
 #a
 $a
 %a
 5a
 6a
 Ba
 Ga
 \a
 a
 a
 b
 b
 "b
 #b
 +b
 -b
 &d
 (d
 ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  p^
 q^
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q^
 z^
 3_
 _
 _
 _
 v`
 #a
 $a
 %a
 6a
                                                                                                 f                                                        kd3
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
6a
 a
 b
 #b
 ,b
 -b
 5b
 Jb
 _b
 tb
 b
 b
 b
 b
 b
                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kd
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  b
 b
 c
 *c
 2c
 Gc
 \c
 qc
 c
 c
 c
 c
 c
 c
 
d
 'd
 (d
                                                                                                                                                                                                                            S  kd
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  (d
 )d
 *d
 Rd
 Sd
 fd
 yd
 d
 d
 d
 d
 d
             s                                                                                                                                                                 kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  (d
 )d
 *d
 Bd
 Ld
 Md
 Nd
 Pd
 Qd
 Rd
 Sd
 ed
 fd
 d
 d
 d
 d
 e
 e
 e
 e
 e
 f
 f
 rg
 g
 8h
 9h
 "i
 7i
 9i
 :i
 Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ d
 d
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d
 d
 e
 e
 :f
 f
 f
 g
 g
 g
 9h
 h
 9i
 :i
 Ai
 i
 i
 i
 j
 Bj
 vj
 j
 j
 j
 .k
                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  :i
 Ai
 Fj
 Yj
 ]j
 uj
 j
 k
 k
 -k
 .k
 /k
 ?k
 @k
 k
 k
 k
 k
 k
 m
 m
 m
 m
 ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   .k
 /k
 @k
 k
 k
 k
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k
 k
 k
 k
 k
 k
 k
 l
 "l
 3l
 Ml
 gl
 xl
 l
 l
 l
 l
 l
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd
 $If   K$L$l 0                     x                
t                                4   4 
l a   l
 l
 m
 m
 0m
 Jm
 [m
 um
 m
 m
 m
 m
 m
 m
 m
                                                                                                                                                                                                                   	  $If   gdP  S  kdk
 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  m
 m
 n
 n
 $n
 7n
 Jn
 ]n
 pn
 qn
 rn
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd
 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
m
  n
 
n
 n
 n
 n
 n
 #n
 $n
 on
 pn
 sn
 |n
 :o
 fo
 3p
 p
 p
 p
 q
 q
  r
 gr
 |r
 s
 4s
 5s
 6s
 =s
 s
 ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ rn
 sn
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sn
 |n
 :o
 4p
 p
 q
 q
 q
 r
 r
 6s
 =s
 }s
 s
 s
 s
 s
 t
 5t
 vt
 wt
                                                                                                                                                                                                                                                                                                                          
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP  s
 s
 s
 s
 s
 t
 t
 -t
 9t
 Lt
 Tt
 mt
 ut
 vt
 wt
 xt
 t
 t
 t
 t
 t
 t
 t
 $w
 &w
 'w
 (w
 @w
 Jw
 Kw
 Ow
 ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  wt
 xt
 t
 t
 t
 t
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd 
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t
 t
 t
 t
 
u
 u
 .u
 Eu
 \u
 su
 u
 u
 u
 u
 u
 u
 v
 v
                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd 
 $If   K$L$l 0                                     
t                                4   4 
l a   v
 
v
 v
 .v
 @v
 Rv
 iv
 v
 v
 v
 v
 v
 v
 v
 w
 %w
 &w
                                                                                                                                                                                                                            S  kde!
 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  &w
 'w
 (w
 Pw
 Qw
 dw
 ww
 w
 w
 w
 w
 w
             s                                                                                                                                                                 kd!
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  Ow
 Pw
 Qw
 cw
 dw
 w
 w
 w
 w
 x
 y
 y
 y
 iz
 z
 z
 H{
 d{
 |
 H}
 }
 }
 e~
 
 
 6
 
 
 J
 ΂
 
 
  
 L
 󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !w
 w
                                        kd"
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w
 w
 x
 y
 iz
 z
 e{
 {
 {
 	|
 f|
 |
 |
 H}
 }
 
 8
 
 
 
 I
 J
                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP  J
 
 ʂ
 
 
 H
 g
 
 
 ă
 Ń
 փ
                                                                                                             f                                       kd$
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP  L
 _
 k
 ~
 
 
 
 
 Ã
 Ń
 Ճ
 փ
 
 
 
 >
 ?
 @
 D
 E
 I
 R
 o
 
 
 
 ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  փ
 
 
 ?
 @
 E
 G
 H
             s                                                                                                                                                                                     kd$
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  H
 I
                                        kdy%
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I
 R
 _
 
 
 ń
 
 
 

 ,
 N
 p
 
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  
 
 
 ʅ
 
 |            s            s            s                                                                                                                                                                          	  $If   gdP   kd&
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
 
 
 
 
 

 ,
 
 %
 T
 g
 
 
 
 ֈ
 	
 
 X
 l
 .
 :
 >
 e
 
 Ì
 
 

 ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  
 
 
 
 ,
 ܇
 އ
 
 T
 
 È
 

 Y
 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd'
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y
 
 
 
 
 
 h
 i
 -
 .
 e
 
 Ì
 
 9
 p
 
 
 >
 
 
 
 
 ܎
 
 
                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  

 9
 L
 o
 
 
 
 
 
 =
 Q
 
 
 
 ێ
 ܎
 
 
 
 	
 
 
 
 
 
 ,
 -
 ?
 @
 R
 S
 e
 f
 j
 s
 
 ߐ
 
 
 
 
 õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (
 
                                        kdA(
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 -
 @
 S
 f
 h
 i
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  i
 j
                                        kd)
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j
 s
 
 ޏ
 
 C
 a
 {
 
 
 
 
                                                                                                             f                                       kd*
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  
 
 
 
 
 0
 C
 V
 i
 k
 l
             s                                                                                                                                                                      kd+
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  

 
 
 
 
 
 
 
 
 /
 0
 B
 C
 h
 i
 m
 v
 
 
 :
 ;
 <
 L
 M
 N
 O
 g
 q
 r
 v
 w
 x
 
 
 
 
 Ò
 Ē
 ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %l
 m
                                        kd],
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m
 v
 
 
 ;
 <
 M
 N
                                                 f                                                                                                                       kd-
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  N
 O
 w
 x
 
 
 
 Ē
 ƒ
 ǒ
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdk.
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ǒ
 Ȓ
                                        kd%/
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ē
 Ȓ
 ђ
 
 
 
 
 
 
 
 
 
 
 ̓
 ͓
 ѓ
 ғ
 ӓ
 
 
 
 
 
 
 #
 ,
 O
 P
 Ҕ
 Ӕ
 _
 `
 a
 q
 r
 s
 t
 
 㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %Ȓ
 ђ
 
 
 
 
 
 
                                                 f                                                                                                                       kdy0
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  
 
 ғ
 ӓ
 
 
 
 
 !
 "
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd31
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	"
 #
                                        kd1
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #
 ,
 P
 Ӕ
 `
 a
 r
 s
                                                 f                                                                                                                       kdA3
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  s
 t
 u
 
 2
 3
 Z
 [
 
 
 
 
 
 |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kd3
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 1
 2
 3
 Z
 g
 k
 
 
 
 
 ̗
 
 
 1
 E
 i
 j
 }
 
 
 
 
 
 
 
 1
 2
 E
 v
 ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  
 2
 j
 
 
 2
 w
 
 

 b
 c
 d
 n
 y
 
 
 
                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  v
 
 
 љ
 
  
 a
 c
 d
 y
 
 
 
 
 
 ٚ
 
 
 
 
 
 
 
 !
 "
 G
 H
 a
 j
 k
 z
 շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\
 
                                        kd4
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 "
 5
 H
 J
 `
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  `
 a
                                        kd	6
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a
 j
 ٛ
 

 
 T
 _
 
 ͜
 Μ
 ߜ
 
                                                                                                 f                                                   kd]7
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  z
 ٛ
 T
 _
 r
 
 
 
 
 ̜
 ͜
 Μ
 ޜ
 ߜ
 
 
  
 

 
 
 
 
 
 1
 2
 A
 C
 D
 E
 ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ 
 
 
 
 2
 B
 C
 D
                                                             R            I                                   	  $If   gdP Q  kd8
 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd8
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$ D
 E
 m
 n
 
 
 
 
 
 
 ӝ
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd19
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E
 ]
 g
 h
 l
 m
 n
 
 
 
 
 
 
 ԝ
 ݝ
 ޝ
 
 K
 
 #
 $
 B
 C
 ^
 
 
 
 
 
 
 ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ ӝ
 ԝ
                                        kd9
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ԝ
 ݝ
 L
 g
 
 
 Ξ
 
 
 $
 C
 _
 q
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  
 
 
 ȟ
 ɟ
 ̟
 ҟ
 
 
 
 
 

 
 <
 =
 R
 S
 U
 V
 W
 o
 y
 z
 ~
 
 
 
 
 
 
 ˠ
 ̠
 Р
 пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  
 
 ɟ
 
 
 
 |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd?;
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 

 =
 T
 U
 V
                                     R            I                                                                     	  $If   gdP Q  kd<
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd;
 $If   K$L$l 0                                     
t                              4   4 
l a   V
 W
 
 
 
 
 
 ̠
 Π
 Ϡ
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd=
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ϡ
 Р
                                        kd=
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Р
 ٠
 H
 p
 
 
 
 
 !
 L
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
Р
 ٠
 ڠ
 
 G
 
 
 
  
 !
 4
 C
 K
 L
 S
 Y
 
 
 
 
 
 
 
 
 
 
 
 Ǣ
 Ѣ
 Ң
 زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 
 
 
 Ӣ
 |            s            s                                                                                                                                                                                           	  $If   gdP   kd!?
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ң
 Ӣ
 Ԣ
 
 
 
 
 
 
 
 
 "
 #
 H
 I
 M
 V
 W
 f
 ģ
 ţ
 s
 w
 
 %
 /
 0
 N
 O
 ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    Ӣ
 Ԣ
 
 
 
 #
 6
 I
 K
 L
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd?
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L
 M
                                        kd@
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               M
 V
 ţ
 
 t
 
 ؤ
 
 %
 0
 O
 z
 
 
                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
O
 b
 q
 y
 z
 
 
 
 
 
 
 Υ
 ϥ
 ҥ
 
 
 
 
 
 
 
 
 &
 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  
 
 ϥ
 
 |            s            s                                                                                                                                                                                           	  $If   gdP   kdA
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 &
 '
 b
 
 K
 L
 
 
 ,
 -
 |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kdB
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&
 3
 7
 b
 
 K
 X
 \
 
 
 -
 9
 =
 _
 ܨ
 H
 
 
 
 
 ש
 :
 j
 v
 z
 
 t
 
 
 
 ߬
 
 
 ˭
 ̭
 ح
 ܭ
 
 =
 e
 f
 |
 
 
 
 $
 %
 ^
 
 
 J
 
 ޲
 ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4-
 _
 ܨ
 G
 H
 
 
 ש
 :
 i
 j
 
 t
 
 
 ߬
 
 ˭
 ̭
 
 
 
 
 
 
 *
 =
 e
 f
 
                                                                                                                                                                                                                                                                                                                                                                   gdP  
 
 %
 ^
 
 
 J
 
 ޲
 
 T
 
 
 ³
 γ
 ݳ
 
 
  
                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP  ޲
 T
 X
 
 
 ³
 س
 ܳ
 
 
  
 
 
 V
 W
 X
 Y
 
 ̴
 -
 Z
 
 
 
 =
 h
 i
 
 Ķ
 Ŷ
 
 $
 %
 *
 O
 S
 
 Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $ 
 
 
 
 
 
 
 
 
 M            H            H            H            H            H            H            H                   gdP   kd]C
 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   
 
 #
 (
 8
 9
 H
 I
                                                 _            V            V                                                             	 $If   gdP    kdC
 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP  I
 J
 V
 W
                                                                                                                                                                                                                                                          	 $If   gdP  o  kdD
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  W
 X
 Y
 d
 h
 {
 
 
                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kdmE
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  
 
 
 ̴
 Ѵ
 2            )            )            )                      	 $If   gdP    kd
F
 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Ѵ
 '
 (
 -
 Z
 _
 
             [                                                                                                                                           kd7G
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  
 
 
 
 
 7
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd H
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7
 8
 =
 i
 m
 
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdH
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 Ŷ
 ʶ
 
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdI
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 %
 *
 P
 d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd[J
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P
 Q
 R
 \
 
 
 
 d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd$K
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 ʷ
 n            e            e                                                                                                                                                               	 $If   gdP    kdK
 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ʷ
 ˷
 η
 ׷
                                                                                                                                                                                                                                                	 $If   gdP  t  kdL
 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ׷
 ط
 ٷ
 
 
 
 
 
 
                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd_M
 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  
 
                                             kdM
 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          
 
 !
 (
 /
 0
 1
 2
                                                             A                                  kdUO
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  2
 3
 4
 5
 6
 7
 8
 9
                                                 A                                              kd4P
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  9
 :
 ;
 <
 =
 >
 S
                                     A            <            7                  gdP    gdP    kdQ
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  S
 
 
  
 !
 :
 K
 L
 `
 b
                                                                                                                                                                                                                                                   E  kdQ
 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	
 
 
 

 
  
 !
 K
 L
 b
 c
 e
 f
 t
 u
 
 
 
 
 
 
 ҹ
 ӹ
 
 
 
 
 
 	
 

 '
 (
 )
 5
 6
 H
 
 
 
 
 ¼
 Ҽ
 Ӽ
 춥x                          /j$W
 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *b
 c
 d
 e
 f
 n
 t
                                     a                                                                                                                             E  kdR
 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdQR
 $$If   l 0 
" R                                                           4 
l a   t
 u
 ~
 
 
 
 
                                     a                                                                                                                             E  kdnS
 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdS
 $$If   l 0 
" R                                                           4 
l a   
 
 
 
 
 
 ҹ
                                     a                                                                                                                             E  kd,T
 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdS
 $$If   l 0 
" R                                                           4 
l a   ҹ
 ӹ
 ޹
 
 
 
 
                                     a                                                                                                                             E  kdT
 $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdT
 $$If   l 0 
" R                                                           4 
l a   
 
 
 
 
 
 	
                                                                                                                                                                                                                                                                                               	 $If   gdP 	 $If   gdP     gdP  E  kdIU
 $$If   l 0 
" R                                                           4 
l a   	
 

 
 
 &
 '
 l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kdU
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   '
 (
 )
 6
 H
 
 
 
 
 ڼ
 ۼ
 l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kdfV
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Ӽ
 ׼
 ؼ
 ͽ
 ν
 ٽ
 ڽ
 
 
 
 
 
 
 
 s
 t
 
 
 Ⱦ
 ʾ
 վ
 ־
 
 
 1
 2
 V
 X
 h
 i
 
 
 
 
 
 '
 (
 4
 v
 y
 
 
 
 
 4
 5
 
 
 
 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /jW
 hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0ۼ
 
 
 
 t
 
 ɾ
 ʾ
 ־
 
                                                                                                                                                                                                                                                       S  kdW
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	
 
 2
 W
 X
 i
 
                                     N                                                                                       S  kdY
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kdX
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   
 
 
 
 
 
 C
 D
 1
 2
 '
 (
 4
 
 
 
 
 R
 
                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kdY
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   
 
 y
 
 4
 5
 s
 
 
 
 
 
 
 ;
 ]
 
 
 
 
 7
 8
 A
 B
 
 
 @
 A
 
                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  
 
 
 
 -
 5
 

 
 
 :
 ;
 ]
 "
 ?
 B
 
 
 
 
 
 
 
 
 
 
 
 
 L
 M
 N
 j
 k
 v
 w
 x
 |
 }
 
 
 
 ۵۵۵ۭۜۋzrgrrr       j[
 hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '
 
 
 
 
 
 
 M
                                     j                                                                                                                                           kd:Z
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP  M
 N
 _
 
 
 
 J
 K
 g
 
 
 s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kdZ
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   

 h
 -
 .
 
 
 
 
 
 
 
 
 
 
 
 ?
 @
 

 
 (
 9
 
 
 
 
 i
 j
                                                                                                                                                                                                                                                                                                                                 
& F gdP   $ $gdP    gdP   
& FR gdP  
 
 
 
 
 
 
 
 
 
 
 >
 
 
 
 
 
 
 

 
 
 

 
 
 (
 9
 
 
 
 
 
 i
 
 
 ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j[
 hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj[
 hP U !j
 
 
 
 
 
 
                                                 e                                                                                                                        F  kd\
 $$If   l   l '{6    4   4 
l a] p
        F  kdS\
 $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  
 
 
 +
 ,
 /
 0
 6
 7
 X
 Y
 y
 z
 
 
 
 
 
 
 
 
 
 	
  
 !
 7
 8
 R
 S
 z
 {
 |
 }
 ~
 \
 ]
 i
 
 
 
 L
 R
 U
 
 
 
 
 
 <
 p
 
 
 ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3
 
 
 
 
 +
 ,
                                                             5            v  kd]
 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kd9]
 $$If   l   l '{6    4   4 
l a] p
         ,
 -
 .
 /
 0
 4
 5
 6
                                     t                                                                                                                                                             v  kdQ^
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP  6
 7
 P
 R
 X
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd^
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X
 Y
 r
 t
 y
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd_
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y
 z
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdR`
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd`
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kda
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdSb
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdb
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 	
 
 
  
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdc
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          
 !
 /
 1
 7
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdTd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7
 8
 K
 M
 R
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kdd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R
 S
 Z
 _
 z
                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kde
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z
 {
 |
 }
 ~
 \
 ]
 i
 
 
 
 
 M
 `
 
                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kdUf
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 (
 ;
 o
 
 
 
 
 -
 =
 q
 
 
 
 
 
 
 
 
 	
 /
 >
 Q
 R
 k
 
 
                                                                                                                                                                                                                                                                                                                                                                   gdP  
 
 
 
 
 
 	
 
 >
 P
 
 
 
 
 
 
 /
 c
 
 
 #
 8
 j
 k
 u
 
 
 
 
 
 
 
 пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  
 
 
 
 
 
 -
 .
 /
 c
 y
 
 
 
 
 "
 #
 -
 8
 k
 u
 
                                                                                                                                                                                                                                                                                                                                       
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  
 
                                     kd g
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 
 
 
 
 
 
 
 
 6
                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdP  	
 
 
 
 
 
 
 
 7
 @
 
 
 
 
 
 
 
 
 *
 +
 0
 9
 V
 X
 h
 i
 
 
 
 
 
 Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ 6
 7
                                     kdWh
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               7
 @
 b
 c
 w
 x
 
 
 
 
 
 
 
 
                                                                                                                                     q                            kdi
 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  

 
 
 
 +
 ,
 -
 .
 /
             q            l                                                                                                                                                       gdP    kdkj
 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  /
 0
                                     kd(k
 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               0
 9
 Z
 [
 o
 p
 
 
 
 
 
 
 
 '
 A
 B
 W
                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  W
 X
 i
 
 z            q            q                                                                                                                                                                                       	  $If   gdP    kdl
 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       
 
 
 
 
 
 
 
 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd<m
 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       
 
 
 
 
 H
 J
 Z
 [
 z
 {
 }
 
 
 
 
 
 
 .
 :
 Y
 e
 
 
 
 
 
 
 
 
 

 W
 
 
 
 ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "
 
                                     kdm
 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 
 
 
 
 
 
 3
 4
 I
 J
 [
 {
                                                                                                             q                                                         kdPo
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  {
 |
 }
 
 
 
 
 
 z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kd
p
 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       
 
                                     kdp
 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
 
 
 
 
 
 
 
 
                                                             q                                                                                                                             kd!r
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
 
 
 
 

 
 
 
 
 
 
 z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kdr
 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       

 
 
 
 ,
 -
 7
 A
 B
 b
 c
 
 
 
 
 
 y
 ]
 _
 o
 p
 
 
 
 
 
 $
 %
 &
 '
 (
 +
 4
 
 
 
 ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #
 -
 7
 A
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP  A
 B
                                        kds
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B
 c
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  
 
                                        kdt
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 {
 |
 
 
 
 
 ^
 _
 p
 
 
                                                                                                 s                                                                        kdQv
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
 
 &
 '
 (
 )
 *
 |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kdw
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *
 +
                                        kdw
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +
 4
 
 
 
 
                         s                                                                                                                                                                                   kdy
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
 
 
 
 
 
 
 
 
 v
 w
 
 
 
 N
 m
 
 
 Q
 p
 
 
 y
 
 
 
 -
 L
 
 
 E
 d
 
 
 _
 ~
 ]
 |
 
 
 l
 
 
 
 =  >  о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -
 
 
 
 
 
 
 
 
 
 
 
 
  
 |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kdy
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 a
 x
 
 
 
 
 
 E
 
 
 v
 w
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                             	  $If   gdP   $$If   a$gdP   
& F gdP    gdP  
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdz
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 

             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdz
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   

 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK{
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 )
 .
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd{
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .
 /
 0
 N
 \
 l
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd	|
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l
 m
 x
 }
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdh|
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }
 ~
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd|
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd&}
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd}
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd}
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdC~
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd~
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 

 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 (
 -
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd`
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -
 .
 /
 Q
 _
 o
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o
 p
 {
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd}
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd܀
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd;
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 

             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   

 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 &
 +
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +
 ,
 6
 ;
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;
 <
 =
 y
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdu
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdԃ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdP
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 #
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #
 $
 .
 3
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3
 4
 ?
 D
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdm
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D
 E
 O
 T
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd̆
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T
 U
 V
 
 
 -
 ;
 K
                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd+
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K
 L
 W
 \
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \
 ]
 g
 l
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l
 m
 x
 }
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }
 ~
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kde
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdĉ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd#
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 E
 S
 c
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c
 d
 o
 t
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd@
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t
 u
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd]
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdz
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 "
 '
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdٍ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '
 (
 2
 7
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd8
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7
 8
 9
 _
 m
 }
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }
 ~
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 -
 .
 ]
 k
 {
                                                             s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdr
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {
 |
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdѐ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd0
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdM
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 

             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   

 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 )
 .
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdj
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .
 /
 9
 >
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdɓ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >
 ?
 @
 l
 z
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd(
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdE
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdb
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 #
 (
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (
 )
 4
 9
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd 
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9
 :
 D
 I
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I
 J
 K
 o
 
 
 
 
 .  /  <  =  >  a                                                                                                                                                                                           gdP  z  kdޗ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >  O  a  |     , - . C u v                 
 Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ       - . 8 C v                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	                                         kd=
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  
                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 k l    : p                                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP     N g    |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ( ) * = > M        " +     r s v   ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j
 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ         ! |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd$
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! "                                        kdޜ
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " + s t  " - I b |                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gdP 	  $If   gdP     s |            s            s                                                                                                                                                                                           	  $If   gdP   kd2
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t u v  . / c u   w	 x	 |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        . / b c      	 7	 d	 v	 x	 	 	 	 	 	 	 	 	 *
 M
 N
 Q
 Z
          ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $x	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  	 	                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 *
 <
 N
 O
 P
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  P
 Q
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q
 Z
 
 
 
 
 
 
 w   & L i                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gdP 	  $If   gdP     
 i
 
  E |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdN
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
 
 
 3
 i
 
 
 
  # D E H Y o   ' ( ) : ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /j
 h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  E F G H n o   ) ; < F |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : < Q             p ~       
  U V X Y k } ~   ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !F Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP                                           kdG
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 f g                                                                                                        Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
 V W X Y   C x y               s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP           C   I Z   v      w  x  z  {      ! ! S" " V# ]# # # % @% & & 8' 9' Q' R' b' c' ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
 hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /jc
 hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  - H I Z   a b      u v   x  {      ! ! R" S" b" t"                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  t" " " " " "             f                                                                                                                                                                      kdʨ
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  " " " " " o            f            f            f                                                                                                                                                	  $If   gdP    kd8
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " " " " " o            f            f            f                                                                                                                                                	  $If   gdP    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " " " " " o            f            f            f                                                                                                                                                	  $If   gdP    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " " " " " o            f            f            f                                                                                                                                                	  $If   gdP    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " " " # # o            f            f            f                                                                                                                                                	  $If   gdP    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at # # # "# '# o            f            f            f                                                                                                                                                	  $If   gdP    kd^
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at '# (# 0# 7# C# o            f            f            f                                                                                                                                                	  $If   gdP    kd̫
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C# D# E# F# # # ?% @% & & ' ' ' o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kd:
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at c' f' g' ' ' 0 0 -4 84 /: @: < < = = = 
> > *> .? /? D? v? w? ? ? ? ? ? ? ? ? ? ? ? A A A ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %' ' u( v( ,) -) ) ) * + + , , 2- . . W/ 0 0 ,2 -2 N3 [3 h3 u3 3 3                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  3 3 3 3 3 3 3 3 4 ,4 -4 84 h5 i5 6 6 6 6 [9 \9 /: @: u: : : %; S; ; ;                                                                                                                                                                                                                                                                                                                                                             gdP    gdP  ; ; ; J< < < < = = *> .? /? 9? D? w? ? ?                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  ? ?                                        kd#
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  ? ?                                        kdw
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? 9@ E@ l@ @ @ @ A =A GA lA A A                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
A A A B |            s            s                                                                                                                                                                                           	  $If   gdP   kd˯
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A B B B B B #B ?B @B UB B B B B B B B B B B B B B D D ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 B B B B ?B @B JB UB B B |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  B B                                        kd?
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  B B                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B >C JC qC C C  D D D D  E                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  D D E E E E E  E !E "E 7E iE jE tE ~E E E E E E E E E E kG ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph     E E E  E |            s            s                                                                                                                                                                                           	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        E !E "E ,E 7E jE tE ~E |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~E E                                        kd[
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  E E                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E "F .F UF F F F jG G G G                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  kG G G G G G G H H H H H H H 2H 3H HH zH {H H H H H H H H H ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    G G G H |            s            s                                                                                                                                                                                           	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H H H 3H =H HH {H H H |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                        kdw
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  H H H H hJ jJ zJ {J J J J J J J J J J J J J K K  K ?K @K AK îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  H H                                        kd˺
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H 4I @I gI I I I ,J hJ iJ jJ                                                                                                                         f                           kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  jJ {J J J J J J J J J                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kdټ
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	J J                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J K @K AK BK DK EK                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  AK BK FK OK L L L L L L L L L L 7M QM SM TM iM M M M M M M M п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  EK FK                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FK OK K K K K L >L [L L L L                                                                                                                         f                           kd;
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  L L L L L 7M TM ^M iM M                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  M M                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  M M M M M M  O O O 8P 9P :P JP KP }P ~P P P P P P P P R R ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 M M                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M O O O RO O 9P :P KP }P                                                                                     s                                                                                              kdW
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
}P ~P P P P P P cR dR R R S IS S |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R R R S $S HS \S S S S S 4T 5T JT |T }T T T T T T T T T T T T T T %U &U @U IU UU õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !S S 4T 5T ?T JT }T T T                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  T T                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T T  U U &U (U ?U                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  ?U @U                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @U IU U U U U U V 4V ;V CV                                                             f                                    [            [                     
  $If   gdP K$  kds
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
UU U U U U V V 
V V (V 2V 4V :V ;V BV DV YV ZV iV kV lV mV V V V V V V V V V ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ CV DV ZV jV kV lV                                     R            I                                                                     	  $If   gdP Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd-
 $If   K$L$l 0                                     
t                              4   4 
l a   lV mV V V V V V W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdG
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V W W W W 3W W W W W W W W W W W W W W 	X X X X X ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J W W                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W 3W aW W W W W W W W                                                             f                                    [            [                     
  $If   gdP K$  kdU
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
W W W 
X X X 
X                                     R                                                                                              Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
X X X X X X                                     R            I                                                                     	  $If   gdP Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd)
 $If   K$L$l 0                                     
t                              4   4 
l a   X X ;X \X ]X X X X X X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdC
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X +X 5X 6X 7X 9X :X ;X \X ]X X X X X Y Y YZ rZ Z Z Z Z Z Z Z 
[ [ -[ ][ c[ ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ X X                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X Y Y Z Z Z Z Z ][                                                                                     Y                                          kdQ
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
][ d[ m[ n[ v[ [ [ [ [ [ [ \ *\ 2\ G\ \\ n\ \                                                                                                                                                                                                                      	  $If   gdP  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ c[ d[ l[ n[ \ \ \ \ ] ] ] 
] ] ] ] 0] 1] {] |] ] ] ] ] }^ ^ ^ ^ ^ ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  \ \ \ \ \ \ \                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  \ \ ] 1] V] i] |] }] ~] |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kd/
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~] ]                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] !^ ^ ^ ^ ^ ^ ^ _                                                             f                                    [            [                     
  $If   gdP K$  kd=
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
^ ^ ^ ^ ^ ^ ^ ^ _ _ z` |` }` ~` ` ` ` ` ` ` ` ` ` ` 	a 
a 
a a a Jb ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 _ _ _  _ 5_ G_ a_ {_ _ _ _ _ _ _ ` ` 7` G`                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   G` a` {` |` }`                                                                                                                                                                                                                                                                     	  $If   gdP  S  kd
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  }` ~` ` ` ` ` ` 
a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a 
a                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
a a a a  b Ib b b b b b Nc                                                                                                 f                                                   kd)
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  Jb b b b b b b Mc Nc Oc gc qc rc sc uc vc wc c c c c c c þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ Nc Oc wc c c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c d d e Xe e e e e 
f                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
c d d e e Xe e e e e 	f 
f \f ]f ^f vf f f f f f f f f f f νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  
f ]f ^f f f f f f f f f f             s                                                                                                                                                                 kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  f f                                        kde
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f g g  h Dh h ,i -i .i ?i i                                                                                     Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
f g g h *i ,i -i .i >i ?i i i i i i i k k k k /k 0k k k k k k k k k k k ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 i i i i i i i i i j j ,j Fj `j hj }j j                                                                                                                                                                                                         	  $If   gdP  S  kds
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  j j j j j k k k k                                                                                                                                                                                                                                                 	  $If   gdP  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  k k 0k k |            s            s                                                                                                                                                                                           	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k k k k l 
l l |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdQ
 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
k k k k l l l l l n n n n n n n n >o o o o o o o o q q ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  l l                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l 1m mm m n n n n n                                                                                                 f                                                        kdm
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
n >o o o o o o o o p $p >p Xp ip p                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kd'
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  p p p p p p p q !q ;q Uq fq q q q q q                                                                                                                                                                                                                            S  kd
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  q q q q q r r *r =r Pr Qr Rr             s                                                                                                                                                                 kdK
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  q q q q q q q q q q q r r Or Pr Sr \r  s Os Ps vs ws *t +t u %u u u v v v v Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ Rr Sr                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sr \r  s ws s +t ^t t 'u |u u v v v v w mw w w w x @x lx x x                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  v v w w w x x x x x x x x x "y (y )y 1y 3y { { { { ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   x x x "y )y 2y |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdY
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2y 3y ;y Py ey zy y y y y y z z 0z Az [z cz xz                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd
 $If   K$L$l 0                     x                
t                                4   4 
l a   xz z z z z z z { -{ >{ X{ i{ { { {                                                                                                                                                                                                                   	  $If   gdP  S  kd
 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  { { { { { { { { | | | |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd7
 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{ { { { { { { { { 
| | | | | } } "~ 7~ ~ ~      Ҁ Ӏ Ԁ ۀ  ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ | |                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | } :~ ~ ~ *   Ԁ ۀ  : Y ~   Ӂ                                                                                                                                                                                                                                                                                                                            
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP   2 > Q    ˁ ׁ        & ' k q r z |  Ą ń Ƅ ބ    ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f    ' k r { |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdS
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { |     ̂    " 9 P a w                                                                                                                                                                                                                          
  $If   gdP K$	  $If   gdP  S  kd
 $If   K$L$l 0                                     
t                                4   4 
l a      ̃ ރ    5 F ] t    Ä Ą                                                                                                                                                                                                                            S  kd
 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  Ą ń Ƅ     ( ; N P Q             s                                                                                                                                                                 kd1
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP       M N R [ m  5 g  h    V  = R   0 ԍ + @  l     󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !Q R                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [ m 5    =    " T    ֍ C D K                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP   ( h     $ C b c t                                                                                                             f                                       kd?
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP    	  ( ; G Z a c s t    ܑ ݑ ޑ     
 " # $ ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f  t   ݑ ޑ                s                                                                                                                                                                                     kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   A c    ʒ   #                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gdP 	  $If   gdP  # $ 5 h  |            s            s            s                                                                                                                                                                          	  $If   gdP   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ 4 5          ʓ  Õ   ( < ` t    
 ̙ ؙ ܙ  ^ a   ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5      ʓ z |   ) a   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        L M  F G   ˙ ̙  ` a  ך  F  ܛ 1 2 < G z                                                                                                                                                                                                                                                                                                                     
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   ך  
 ! E Y   ۛ  1 2 G y z          ʜ ˜ ݜ ޜ       Y } ~    õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (                                         kd{
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ˜ ޜ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y |     P ~                                                                                                               f                                       kd#
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP       Ξ    	 
             s                                                                                                                                                                      kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
         ͞ Ξ       U V ؟ ٟ ڟ           ( ) ; < a b ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %
                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 V ٟ ڟ                                                   f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP      ) < O b d e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e f                                        kd_
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b f o   3 4 5 E F G H ` j k o p q        ʡ   p q         㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP %f o   4 5 F G                                                 f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP  G H p q       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdm
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd'
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʡ  q                                                     f                                                                                                                       kd{
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP     D У ѣ   * " # W  |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kd5
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        # D ϣ У ѣ   	 *  # W j   ϥ     - . L M `   Ϧ Ц   ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ   Х  M  Ц  \        J T ^                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   ( [ o       I J T ^ _ w              	  շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\^ _                                        kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _     Ө                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kdC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 w     ) k l }                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP   w      ) 0 6 j k l | }          Ϫ Ъ ߪ    ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ     Ъ                                                                R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$      2 E X Z [ q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    
     1 2 W X r { |     ¬    , 5 < B S T ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ q r                                        kd% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r {   6 S l   ¬    5 T U                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gdP 	  $If   gdP  T U V f g j p       ڭ ۭ      
      0 1 C D i j n пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  U V g    |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ۭ                                        R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a       1 D W j l m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m n                                        kd	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n w   H Z     , 0 1 2                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
n w x        ү      + , / 0 1 2 3 C D G \ e o p زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 2 3 D q |            s            s                                                                                                                                                                                           	  $If   gdP   kd[
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q r                 b c   W ò Ͳ β   ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    q r     ԰    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 c   E v  ò β   Z [                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
       % Y Z [ \ l m p         ĳ 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f  [ \ m  |            s            s                                                                                                                                                                                           	  $If   gdP   kd#
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ĳ ų      #  ʵ ˵ |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ĳ ѳ ճ       #  ˵ ׵ ۵  z  ; < H L u ط    @  @ L P } . / i j v z  ۼ     J  ¾ þ  R   $ | ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4˵  z   ; < u ط   @  ? @ } / i j  Q R    ȼ ۼ   J                                                                                                                                                                                                                                                                                                                                                                   gdP  J  þ  R   $ |   T U ` l {                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP   gdP    gdP  |   S T ` v z          3 j   H ~     + b c        Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $         M            H            H            H            H            H            H            H                   gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gdP    kd5 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP                                                                                                                                                                                                                                                               	 $If   gdP  o  kd
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al        ! -                                     z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  - . 3 j o 2            )            )            )                      	 $If   gdP    kdD $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     o      B             [                                                                                                                                           kdq $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP  B C H    d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       % d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  % & + c h  d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      I N Z d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z [ ^ h n            e            e                                                                                                                                                               	 $If   gdP    kd' $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           h i l u                                                                                                                                                                                                                                                	 $If   gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  u v w                                           w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd6 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP                                                          A                                              kdn $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP                                             A            <            7                  gdP    gdP    kdM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP                                                                                                                                                                                                                                                               E  kd, $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP     gdP   gdP    gdP   gdP  	                  ! @ A C D p q               S T _ ` p q 춥x                          /j^" hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hC hP  ho\ hP  
hP 5CJ hP 56CJ  h
  hP  hP  hN hP  hz hP 6 *                                            a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a        ! 4 @                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kdI $$If   l 0 
" R                                                           4 
l a   @ A B C D V p                                     a                                                                                                                             E  kdf $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a   p q |                                         a                                                                                                                             E  kd$  $$If   l 0 
" R                                                           4 
l a  	 $If   gdP 	 $If   gdP  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gdP 	 $If   gdP     gdP  E  kd  $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gdP 	 $If   gdP    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            x y l            g            a            \            g            g            g            g            g            g                        gdP  $gdP    gdP    kd! $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
q u v k l w x            f h s t         F H I U V      , L q z   / 0 B ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC hP 5 h8pU hP CJ OJ QJ ^J aJ  	hP 5hP CJ OJ QJ ^J aJ  hZ% hP  hP  /j" hh hP CJ OJ QJ U^J aJ  hh hP CJ OJ QJ ^J aJ  )j    hh hP CJ OJ QJ U^J aJ  h
 hP CJ OJ QJ ^J aJ 0y      g h t                                                                                                                                                                                                                                                        S  kd,# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP   gdP   gdP    gdP  	      G                                     N                                                                                       S  kdP$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdP  S  kd# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G H I V  %        U  !   W                                                                                                                                                                                                                                 
& F
 gdP    gdP  S  kd$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   W X  r    / 0 C      d            *                                                                                                                                                                                                                                                                                                                                                  gdP   
& FO gdP    gdP  B C              ~   * @ D Q R         	      X Y d ۵۵۵ۭۜۋzrgrrr       jX& hP Uj    hP U h0 hP CJ OJ QJ ^J aJ   h
o hP CJ OJ QJ ^J aJ   h7| hP CJ OJ QJ ^J aJ  h7| hP 5 hp hP CJ OJ QJ ^J aJ  hP   hh hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  	hP 5 '* 6 E Q R                                        j                                                                                                                                           kdt% $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gdP     F K     o  s            n            i            a            a            a            i            i            Y            Y                  
& FR gdP   
& FQ gdP    gdP   gdP   kd% $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     m n   ^ _   & '        A                                                                                                                                                                                                                                                                                                                                     
& F gdP   $ $gdP    gdP   
& FR gdP  d e f j k n   ]  x                X a j    r s ŷŷŢŊŢyŷrkfUUUU  h8pU hP CJ OJ QJ ^J aJ  	hP 5h`\g hP  h3 hP   h
 hP CJ OJ QJ ^J aJ  /j&' hh hP CJ OJ QJ U^J aJ )j    hh hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ   hh hP CJ OJ QJ ^J aJ  h>vi hP  hc[ hP B*ph   hP  j    hP Uj& hP U ! s w x                                                    e                                                                                                                        F  kd ( $$If   l   l '{6    4   4 
l a] p
        F  kd' $$If   l   l '{6    4   4 
l a] p
        	  $If   gdP    gdP  s x            . / J K g h                   h        d |    - c ᷳᚉ                h0 hP CJ OJ QJ ^J aJ   ho hP CJ OJ QJ ^J aJ  h# hP 5hP   hh hP CJ OJ QJ ^J aJ   h8pU hP CJ OJ QJ ^J aJ  hP CJ aJ  hP CJ OJ QJ ^J aJ   hP 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd( $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdP    gdP F  kds( $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdP 	  $If   gdP                               t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd6* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           & ( .                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . / B D J                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd7, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J K ` b g                         t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g h }                           t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd8. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd90 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gdP 	  $If   gdP v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 O i     2                         |            |            |            |            |            |            |            |            |            |            |            |                     gdP    $a$gdP v  kd1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 F z    
 + _ }     . b c d e         	 < =                                                                                                                                                                                                                                                                                                                                                                   gdP  c e o        # ; [ ^     - X    	    D E b c v пппппЮЄ{{ia{P  h.P hP CJ OJ QJ ^J aJ  h6= hP 5#h6= hP 5CJ OJ QJ ^J aJ hP  	hP 5hZ hP 5h8 hP 0J 5OJ QJ \ #h8 hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ   h0 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  = [ i | }       - C Y Z     	                                                                                                                                                                                                                                                                                                                                         
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP                                        kd:2 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                E b c y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  	v y         m o               & ' ( ) N Ⱥ򥘐me򥘐Tm               h$ hP CJ OJ QJ ^J aJ  h*o hP 5#h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5h hP 5hP   h7| hP CJ OJ QJ ^J aJ  hM hP 0J OJ QJ \hP 0J OJ QJ \h_ hP 0J OJ QJ \ h.P hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ                                       kd3 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      : V W l m n o                                                                                                                                      q                            kd4 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP  
                     q            l                                                                                                                                                       gdP    kd5 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdP                                        kdb6 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                   
  ( D E W                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP     ' z            q            q                                                                                                                                                                                       	  $If   gdP    kd7 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ' ( ) P Q R S T z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdv8 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       N O P U ^        G H M V       U W g h       7 8 k ΰ΍΍΍ΰ{jjY     hp hP CJ OJ QJ ^J aJ   hm{ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  h
o hP CJ OJ QJ ^J aJ  #h*o hP 5CJ OJ QJ ^J aJ  h6= hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP CJ OJ QJ ^J aJ  h hP 5hP  h*o hP 5hP 5CJ OJ QJ ^J aJ  "T U                                     kd39 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U ^ } ~                                                                                                                      q                                                         kd: $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP     H I J K L z            u            l            l            l            l            l                                                                                                         	  $If   gdP    gdP    kdG; $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       L M                                     kd< $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M V   U V W h                                                              q                                                                                                                             kd[= $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdP       8 l     z            u            u            u            u            u            u            u            h            _                            	  $If   gdP 
  ? $If   ^? gdP    gdP    kd> $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
k l           . C D x     
  _ r           . > ? ºҬғxxxgZқғ hP 0J 5OJ QJ \  h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ  h	 hP CJ OJ QJ aJ  h hP 5 h7| hP CJ OJ QJ ^J aJ  h	 hP 0J OJ QJ \h*o hP 5h*o hP 0J 5OJ QJ \ hP  	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP                                           kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . D F w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  w x                                        kd7@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x    V W f     _                                                                                                  s                                                                        kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP         |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kdEB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 - . ? `                         s                                                                                                                                                                                   kdSD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  ? _ ` a b c e     , l    k    y   6     T s  	 u	 	 	 
 
  |  
 )   
 
 о߷ߦЦ                                       #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP  #h8 hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ aJ -` a b c d e  2  3  t          |            w            w            w            w            q            w            w            w            w            w            w            w              $gdP    gdP   kd
E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
       . E r s   ) *   , A l z                                                                                                                                                                                                                                                                                                                                                              	  $If   gdP   $$If   a$gdP   
& F gdP    gdP                  {            {                                                                                                                                                                                                           	  $If   gdP  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd&F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdCG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd`H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M N k y                                      s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd}I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd;J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kdXK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gdP  z  kduL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Q y                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd3M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdPN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       % 5                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdmO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd+P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x y                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdHQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      `                                                                 s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kdeR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd#S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , - T b r                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd@T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gdP  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd]U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 
	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdzV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 "	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "	 #	 .	 3	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd8W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3	 4	 >	 C	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C	 D	 E	 u	 	 	                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdUX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdrY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 
 
                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 '
 ,
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd0Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,
 -
 7
 <
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <
 =
 H
 M
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M
 N
 X
 ]
             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdM[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]
 ^
 _
 
 
 
 	                                                              s            j                                                                                                     	  $If   gdP   $$If   a$gdP    gdP  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gdP  z  kdj\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd(] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ] |                                       s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdE^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kdb_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd ` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gdP  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gdP   $$If   a$gdP    gdP  z  kd=a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdZb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gdP  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      

 -
 R
 u
 v
 
 
 
 
 
 
                                                                                                                                                                                         gdP  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
           ( ) [ \ m            Ϳ}y}yiayiPyHy}h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP  	hP 5hZ hP 5#h*Y hP 5CJ OJ QJ ^J aJ "h*Y hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   h hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #h hP 5CJ OJ QJ ^J aJ           (                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  	( )                                        kdwc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) \                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 
 * + y   3 C T d e                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gdP 	  $If   gdP        7 f |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               e f g       G I Y Z    % = ߧzia\TB   #h hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5h hP 5 h7| hP CJ OJ QJ ^J aJ  h*o hP 5hp hP 0J OJ QJ \^J hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jf h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ  f g      |            s            s            s            s            s                                                                                                                                        	  $If   gdP   kd^g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   a       / G H                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdP 	  $If   gdP  H I Z  |            s            s                                                                                                                                                                                           	  $If   gdP   kdli $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           =     % &   |            w            w            w            w            w            w            w            w            w            w            w                                             gdP   kd&j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =      $ % & D       + ] ^ h r s          ) * M O _ ` p ̡̺̩뜡댄rj뜡                            h hP 5#h[Y hP CJ OJ QJ \^J aJ h*o hP 5hp hP 0J OJ QJ \^J 	hP 5hZ hP 5 h3
 hP CJ OJ QJ ^J aJ  "h3
 hP 0J 5OJ QJ \^J  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hl,! hP CJ OJ QJ ^J aJ $   + ^ h r                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP  r s                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP                                           kd4l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = > M ^         ) * N                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdP 	  $If   gdP  N O `   b   |            s            s            s            s            s            s                                                                                                                       	  $If   gdP   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q         , a ~       
 4      ߧߧߧߧߖoߧbP                               "h G hP 0J 5OJ QJ \^J  hP 0J OJ QJ \^J  h G hP CJ OJ QJ ^J aJ  #h hP 5CJ OJ QJ ^J aJ hP   h6= hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ /jBn h*Y hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #j    hP CJ OJ QJ U^J aJ       
       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdP    gdP   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ! " , 6 7 \ ]        Y u           	   ' [ ෥ϏϏϏ~mff                                   h hP   h G hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hp hP 0J OJ QJ \^J h*o hP 5 hp hP CJ OJ QJ ^J aJ  hP  	hP 5hZ hP 5hP 0J 5OJ QJ \^J !  " , 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdP 	  $If   gdP  6 7                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   % & u v                                                                                                    Y                              kd)r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdP 
  
 
 $If   gdP 	  $If   gdP  
     '   " " $ $             s            n            n            h            n            c            n            n            n            c                     gdP  $gdP    gdP   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  [ \ g h x y } ~   $ $ % % 4) F) - '- ]- _- t- v- . . . . . . j/ / / %0 0 0 1 1 2 2 H4 o4 4 4 4 4  5 5 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jw hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP   h
 hP CJ OJ QJ ^J aJ  /js hp hP CJ OJ QJ U^J aJ  hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ  -$ % % % >' ?' '  ( 3) 4) F) * * - - )- v- . . . . j/ / / /  0 0                                                                                                                                                                                                                                                                                                                                   	  $If   gdP   gdP   
& FP gdP    gdP  0 %0 &0 +0 30 80             f                                                                                                                                                                      kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gdP  80 90 >0 F0 R0 o            f            f            f                                                                                                                                                	  $If   gdP    kdrt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R0 S0 X0 _0 d0 o            f            f            f                                                                                                                                                	  $If   gdP    kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d0 e0 j0 q0 }0 o            f            f            f                                                                                                                                                	  $If   gdP    kdNu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }0 ~0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gdP    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gdP    kd*v $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gdP    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gdP    kdw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 1 1 2 2 s4 t4 15 25 5 o            j            j            j            j            j            j            j            j            j            j            j                   gdP    kdtw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 z> > A A G G WJ J K K K K K K L L L M M M )M *M 6M WM XM M M M M M dO fO vO ȓyg_ȓ h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hZ hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ hq7 hP  hP   hp hP CJ OJ QJ ^J aJ  )j    hp hP CJ OJ QJ U^J aJ hP CJ OJ QJ ^J aJ %5 5 6 6 6 6 a7 b7 7 u9 v9 ~: : : Z< [< < z> > ? ? @ @ A A  A 1A                                                                                                                                                                                                                                                                                                                                      h^hgdP   
& F  gdP    gdP   gdP  1A BA SA dA uA vA A A A A A A C C C C &D 'D F F G G H cH dH H H I NI                                                                                                                                                                                                                                                                                                                                                             gdP    gdP  NI OI I I WJ XJ J K K K L L L L M M )M                                                                                                                                                                                                                                                                                                                                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP   gdP   gdP    gdP  )M *M                                        kd]x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *M XM M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  M M                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M 
N 1N oN N N N N 
O dO eO                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gdP 	  $If   gdP  
eO fO wO O |            s            s                                                                                                                                                                                           	  $If   gdP   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vO wO O O O O O O O O O %P &P 0P :P ;P GP hP iP P P P P P %R R ñԝ镃qiT                                       )hp hP B*CJ OJ QJ ^J aJ ph   h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5	hP 5hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP   h6= hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5 O O O O O O O O &P 0P |            w            w            w            w            j            a            a            V                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0P :P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP  :P ;P                                        kdy| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;P iP P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  P P                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P Q :Q zQ Q $R R R R                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  R R R R R R R R R R R S S S S S )S JS KS rS sS tS xS S 	U ǲ撄|jXP                                    h hP 5#h[Y hP CJ OJ QJ \^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph    R R R R |            s            s                                                                                                                                                                                           	  $If   gdP   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R R R S S S |            w            j            a            a            V            a                                                              
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S KS qS rS sS tS vS wS                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  wS xS                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xS S S S S T ^T T U qU U U                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gdP 	  $If   gdP  	U qU U U U U U U U U U U U U U U U V V #V -V .V :V [V \V V V ղyjyjYKCh*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    U U U U |            s            s                                                                                                                                                                                           	  $If   gdP   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U U U V #V -V |            w            w            w            j            a            a            V            a                            
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-V .V                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .V \V V V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gdP  V V V V X X X X X &X 'X (X )X >X pX qX {X X X X X X X X X X îxjbPAP hP 6CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  V V                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V W 3W rW W W X X X                                                                                                                         f                           kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  X X 'X (X )X 3X >X qX {X X                         s            n            a                                    V                                        
  $$If   gdP 
  ? $If   ^? gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	X X                                        kd͈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP  X X X X xZ yZ zZ Z Z Z Z Z Z Z Z Z Z Z [ 9[ :[ D[ N[ O[ [[ w[ п麲vgUg麲G             hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ )h{W hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5hP  #h[Y hP CJ OJ QJ \^J aJ  X X                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X ,Y 8Y _Y Y Y Y Y 0Z yZ zZ                                                                                                                         f                           kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gdP 	  $If   gdP  zZ Z Z Z Z Z Z Z [ :[                         s            n            i            n            \                                                               
  ? $If   ^? gdP   gdP    gdP   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  	:[ D[ N[                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdP  
  $$If   gdP  N[ O[                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O[ x[ y[ z[ |[ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdP  w[ x[ y[ z[ [ [ \ \ \ ] ] ] ] ] ^ ^ ^ ^ ^  ^ ,^ 0^ P^ 6` I` ȺȨygȒgXgL                            hW> hP 0J 5\ hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP  h*o hP 5 [ [                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ \ \ \ &] ] ] ] ^                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
^ ^ ^ ^ ^  ^ P^ ` ` 6` x` ` ` .a |            w            w            w            q            q            w            w            w            w            w            w            w               $gdP    gdP   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
I` x` ` ` ` ` ` -a Aa |a a a a a b b %b /b 0b Hb Rb Sb Tb Wb Xb wb xb b b b b b b b õõízh`                       h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ !.a }a a a a a b %b /b                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  /b 0b                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0b Xb xb b b b b b b                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gdP  b b                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b Rc ec c c c c c c c                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gdP 	  $If   gdP  
b Rc c c c c c c c c c c c c c c c c d 	d 
d d #d -d .d /d 1d 2d 3d Ud Vd ļޮޮއއvޮޮޮn\                              #hp hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ c c c d 	d 
d                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   
d d 3d Vd id |d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Vd d d d d d ,e -e .e /e ?e @e qe we xe e e e e e e e e e ̺{vn`NN=    hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph    ,h| hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J d d                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d -e .e /e @e qe xe e                                                             f                                    [            [                     
  $If   gdP K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gdP 	  $If   gdP  
e e e e e e e                                     R                                                                                              Q  kd֘ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   e e e e e e                                     R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   e e e e e  f 3f Ff Gf Hf |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e e e e e e e e e e Ef Ff If Rf Cg Dg g h *h +h ,h -h =h >h ?h h h h h i ñÓkf^L   #hp hP 5CJ OJ QJ ^J aJ hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP  #hp hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ Hf If                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               If Rf f 1g Dg *h +h ,h -h >h h                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
h i i i i )i >i Pi ji i i i i i i i j &j                                                                                                                                                                                                                      	  $If   gdP  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$ i i 
i i j j j j j j j j j j j j j k k k &k 2k k l 2l 3l 4l 5l ʧʧʧwo^^G   ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ  h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ #hp hP 6CJ OJ QJ ^J aJ  &j @j Pj jj j j j                                                                                                                                                                                                                                                      
& F$ $If   gdP  S  kdם $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  j j j j j k k k k |            s            s            s            s            s            s            s                                                                                                      	  $If   gdP   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k &k k k 3l 4l 5l Fl l l l                                                             f                                    [            [                     
  $If   gdP K$  kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gdP 	  $If   gdP  
5l El Fl dl ll l l l l l n n n n 4n >n ?n @n Bn Cn Dn Qn [n \n n n n n :o o ӯ䒯q[S                 h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  hP 6CJ OJ QJ ^J aJ h*o hP 5hP   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5 l l l l l l l m )m Cm ]m em zm m m m m m                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kd1 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   m m n n n                                                                                                                                                                                                                                                                     	  $If   gdP  S  kdá $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  n n Dn \n on n n n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n :o Wo o o p p p p p p                                                                                                 f                                                   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP 	  $If   gdP  o p p p p p p p p p q q q q q q q -q .q q q q q þިިިn\F>          h hP 5+hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ p p q .q Sq fq yq q q q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q q                                        kdץ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q Br jr r r s s s s s                                                                                                 Y                              kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
q Ar Cr r r r s s s s s s s s s t t t  t "t #t $t %t t t t νΦ߄|jXB   +hp hP 0J 5B*OJ QJ \^J ph   "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph     h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ  s s s $t %t Jt ]t pt t t t t             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  t t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t wu u u +v v v v v 0w                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gdP    
& F* $If   gdP 	  $If   gdP  
t t vu +v v v v v v v 0w 1w 7w 8w @w Bw x x x x x x  y !y "y :y Dy Ey Fy Hy Iy Jy ñ{iiX{X{{{P h*o hP 5 hG3 hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    #h| hP 6CJ OJ QJ ^J aJ  h| hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5 0w 1w 8w Aw Bw Jw _w tw w w w w w w x x 0x                                                                                                                                                                                                         	  $If   gdP  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  0x Bx \x vx x x x x x                                                                                                                                                                                                                                                 	  $If   gdP  S  kd? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  x x x !y |            s            s                                                                                                                                                                                           	  $If   gdP   kdѫ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !y "y Jy Ky ^y qy y y y y y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Jy Ky ]y ^y y y y y oz _| `| a| q| r| ~| | | | "} V} X} ^} _} g} i} b d ۶pkcUUUCC#hp hP 5CJ OJ QJ ^J aJ hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5,hh1 hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5hP  +hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ  y y                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y oz z { { { _| `| a| r|                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gdP 	  $If   gdP  
r| | X} _} h} i} q} } } } } } } ~ !~                                                             }            }            }            }            }            }            }            }            }                    	  $If   gdP  S  kda $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$   
& F& $If   gdP    
& FS $If   gdP  !~ ;~ L~ f~ n~ ~ ~ ~ ~ ~ ~   8 I c d                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  d e f                      s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  d e f ~                   ȁ Ɂ  Â t u ^ s u v Ĳ{saaaPPa  h| hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  #hQ0 hP 6CJ OJ QJ ^J aJ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP   hG3 hP CJ OJ QJ ^J aJ                                          kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   v Ɂ  O ł  u  u v }   " R ~  ޅ 
 6 j                                                                                                                                                                                                                                                                                                                                
& F8 $If   gdP    
& F' $If   gdP 	  $If   gdP  v }     : M Q i j k { |  Ɔ ǆ φ ц   " # $ ԿԿԿԿtbtbQb:  ,hh hP 6B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  ,hh1 hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   ,hp hP 6B*CJ OJ QJ ^J aJ ph   j k |  ǆ І |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       І ц ن    * D ^ o    · ߇                                                                                                                                                                                                                          
  $If   gdP K$	  $If   gdP  S  kdM $If   K$L$l 0                     x                
t                                4   4 
l a    + @ R l    ˈ ܈   ! " #                                                                                                                                                                                                                   	  $If   gdP  S  kd߳ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  # $ L M ` s      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kdq $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
$ < F G K L M _ `     v  o  Ջ 6 K ' <   [ p q r y  ôÞՖooooooXo                           ,hp hP 6B*CJ OJ QJ ^J aJ ph    )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 6CJ OJ QJ ^J aJ h hP 5+hp hP 0J 5B*OJ QJ \^J ph   hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 v p ؋ N [ Ȍ ?  r y  ؎   3 R q                                                                                                                                                                                                                                                                                                                            
& F8 $If   gdP    
& F9 $If   gdP    
& F( $If   gdP 	  $If   gdP   Ў ܎  7 J V i u        ď ŏ 	     ` b c d |    ĳmmm\NN  hP CJ OJ QJ ^J aJ   hG3 hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f    ŏ 	   |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         " 4 F X j     א    & = >                                                                                                                                                                                                                       
  $If   gdP K$	  $If   gdP  S  kdG $If   K$L$l 0                                     
t                                4   4 
l a   > F X j |    ӑ    # 9 J a b                                                                                                                                                                                                                            S  kdٷ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gdP K$	  $If   gdP  b c d     ƒ ْ                s                                                                                                                                                                 kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP            = Ӕ    "     ۘ   J Κ r ɛ ޛ  
  ) <  󸦕kVV   )hp hP B*CJ OJ QJ ^J aJ ph3f )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5OJ QJ \^J  "hp hP 0J 5OJ QJ \^J  hP  h*o hP 5 !                                         kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  Ӕ  #  ۖ & E     - L t                                                                                                                                                                                                                                                                                                          
& F, 
  $If   gdP 
  
  $If   gdP    
& F+ 
  $If   gdP 	  $If   gdP   Ɲ  % D                                                                                                                     f                                       kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP    
& F9 $If   gdP      ƞ ٞ       U V W z { |          ĳёzh`RA  h{W hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP CJ OJ QJ \^J aJ h*o hP 5 hp hP CJ OJ QJ ^J aJ   h6= hP CJ OJ QJ ^J aJ   h;p hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  )hp hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph3f   V W { |                s                                                                                                                                                                                     kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ߟ  # $ F h                                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gdP 	  $If   gdP     Ӡ  + |            s            s            s                                                                                                                                                                          	  $If   gdP   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ҡ Ӡ * + , - . : > B I h N a   ƣ ڣ   E Y   j v z    3 F ||||||jjȎ^                        hW> hP 0J 5\ #hp hP 5CJ OJ QJ ^J aJ "hp hP 0J 5OJ QJ \^J   hp hP CJ OJ QJ ^J aJ  h8e hP 5hP 5CJ OJ QJ ^J aJ hPw hP B*ph   hv hP  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    h[B hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5  + , - . h   N  ǣ  F  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gdP    gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          =     i j    3 u   + z ϩ Щ ک   " ,                                                                                                                                                                                                                                                                                                                   
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP  F u      * > y  ϩ Щ    " , - E O P T U V h i { |           - . õõxg   h{W hP CJ OJ QJ ^J aJ  #hp hP 6CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hW> hP 0J 5\ hW> hP CJ OJ QJ aJ (, -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - U V i |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gdP                                           kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Q       .                                                                                                             f                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP  . / 0 X Y l                  s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdP  
. / 0 H R S W X Y k l ~        v w x           ƭ ǭ ٭ ڭ    ǿ泪~mh`ǿ泪   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ь  w x                                                   f                                                                                                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP      ǭ ڭ      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 N O Ѯ Ү Ӯ       	 
   ! " 4 5 Z [ _ h             㐈|s|s|a     #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ  )h{W hP B*CJ OJ QJ ^J aJ ph   hZ hP 5	hP 5 h{W hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  h hP 5hP % 
 + O Ү Ӯ                                                   f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP      " 5 H [ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ _                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h                                                       f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gdP 	  $If   gdP      n o   ȱ    7 |            w            w            w            w            w            w            n            w            w            w            w                           `gdP    gdP   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          m n o    ȱ "    7 J m     ˳ ̳    , ? m n   ͿͨͿ͜xfWfxfxfPxf 
hP 0J \hP 0J CJ OJ QJ \aJ #hb` hP 0J CJ OJ QJ \aJ hP 0J 5\ hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\ ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  #hp hP 5CJ OJ QJ ^J aJ hP 5CJ OJ QJ ^J aJ  7 n   , n   I                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gdP 	  $If   gdP 
  ? $If   ^? gdP    gdP   ƴ  
 H \              $ % & . K ] ^       շq_W                    h hP 5#h[Y hP CJ OJ QJ \^J aJ "h[K hP 0J 5OJ QJ \^J  h[K hP 0J 5\ "hW> hP 0J 5OJ QJ \^J  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  	hP 5hZ hP 5hP  hP CJ OJ QJ aJ  hW> hP CJ OJ QJ aJ  hW> hP 0J 5\                                         kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                % & K ^ q                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gdP                                           kd} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  F X   Ƿ 	 
  H                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gdP 	  $If   gdP        Ƿ η Է  	 
    3 < F H N O V X m n }    ̧̣s^s^^^I  )h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP  #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f )h79i hP B*CJ OJ QJ ^J aJ ph   hP CJ OJ QJ ^J aJ   h| hP CJ OJ QJ ^J aJ H O W X n ~                                                               R            I                                   	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$      и      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         ϸ и      )  U _ ` ~   ʺ Ӻ ں    ɮզncXPXnn           hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ hP  h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ                                          kd_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   Թ  
  U `    Ӻ                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gdP 	  $If   gdP         9 ? @ G I R x y            λ ϻ      пЭИпп{ofofoT    #h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5)h{W hP B*CJ OJ QJ ^J aJ ph   )hp hP B*CJ OJ QJ ^J aJ ph   #hp hP 5CJ OJ QJ ^J aJ  hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ     9 @ H |            s            s            h            h                                                                                                                                    
  $If   gdP K$	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H I y                                        R            I                                                                     	  $If   gdP Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gdP K$Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a       ϻ    
  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                     3 > ]  ʽ ν Ͻ н                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gdP 	  $If   gdP  
   %  3 = > \ ] p      ɽ ʽ ͽ ν Ͻ н ѽ      
  زqmh`                                           hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  hP B*ph3f hv hP B*ph3f hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  h hP 5 н ѽ   |            s            s                                                                                                                                                                                           	  $If   gdP   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ( 2 3 7 8 9 K L ^ _             a k l   ǿ泪jXMj          hv hP B*ph   #hP B*CJ OJ QJ ^J aJ ph   )h79i hP B*CJ OJ QJ ^J aJ ph    h| hP CJ OJ QJ ^J aJ  h hP 5#h[Y hP CJ OJ QJ \^J aJ hP 0J 5\ hW> hP 0J 5\ h*o hP 5hP CJ OJ QJ ^J aJ   hp hP CJ OJ QJ ^J aJ  hP  )h{W hP B*CJ OJ QJ ^J aJ ph      8 9 L _ r    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gdP   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  >    & a l                                                                                                                                                                                                                                                                                                                                                                                           
& F$ $If   gdP    
& F/ $If   gdP 	  $If   gdP  
           
   # , 6 7 8 9 : ; b 촰o`I                                ,hp hP 5B*CJ OJ QJ ^J aJ ph    hW> hP CJ OJ QJ aJ  )h{W hP B*CJ OJ QJ ^J aJ ph    hp hP CJ OJ QJ ^J aJ  hP CJ OJ QJ ^J aJ  hZ hP 5	hP 5hP   h{W hP CJ OJ QJ ^J aJ  )h79i hP B*CJ OJ QJ ^J aJ ph   #hP B*CJ OJ QJ ^J aJ ph   hP B*ph3f hv hP B*ph3f     8 |            s            s                                                                                                                                                                                           	  $If   gdP   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 9 : ; b c  U    - h i |            w            w            w            w            w            w            w            w            w            w            w            w                            gdP   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b o s  U     - i u y         v                ; y      2 ` a   -    ͶͶͶͶͶͶͶͅͅ  hP  )hp hP B*CJ OJ QJ ^J aJ ph   /hp hP 5;B*CJ OJ QJ ^J aJ ph   ,hp hP 5B*CJ OJ QJ ^J aJ ph     hp hP CJ OJ QJ ^J aJ  hP 5CJ OJ QJ ^J aJ #hp hP 5CJ OJ QJ ^J aJ  4i        v           ;   % : V f y                                                                                                                                                                                                                                                                                                                                                                      gdP   2 a   -    Y     
  % 8 <                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdP   gdP    gdP          8 ; < C D       i     y       3 ` a f   A Ѽ~w~p~g]  hP 6B*ph     h.A hP aJ  hN hP  hN hP  h%HR hP  hPg hP  h- hP  ha3 hP  hYP hP  h~< hP  hTB hP  	hP 5h7| hP 5)hp hP B*CJ OJ QJ ^J aJ ph   &hP 5B*CJ OJ QJ ^J aJ ph    ,hp hP 5B*CJ OJ QJ ^J aJ ph    hP $< = > ? @ A B C D M            H            H            H            H            H            H            H                   gdP   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   D X _ d t u                                                   _            V            V                                                             	 $If   gdP    kdo $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gdP   gdP  $gdP                                                                                                                                                                                                                                                               	 $If   gdP  o  kdD $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gdP  
 $$If   gdP   gdP    gdP  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al      
 2            )            )            )                      	 $If   gdP    kd~ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     
 c d i                [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gdP      ! s d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kdt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s t y    d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       - d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  - . 3 a f  d            [            R            [            [                                                                                       	  $If   gdP 	 $If   gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gdP   gdP    gdP    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gdP    kda $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p             
                                                                                                                                                                                                                                                 	 $If   gdP  t  kd6 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     & + 3 : A M                                     w            w            w            w            w                                                                                                              	 $If   gdP   gdP    gdP  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M N                                             kdp $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          N Y ] d k l m n                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gdP 	 $If   gdP  n o p q r s t u                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP  u v w x y z                                      A            <            7                  gdP    gdP    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gdP  $$If   a$gdP   B C \ ] v                                                                                                                                                                                                                                                       E  kdf $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd     gd   gd    gdP   gdP  	A B C I J \ ]                 ' ( ? @ A E F c d e q r  L       춥x                          /j hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  hC h  ho\ h  
h 5CJ h 56CJ  h
  h  h  hN hP  hz hP 6 *                                           a                                                                                                                             E  kd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kdA $$If   l 0 
" R                                                           4 
l a      ' ( 2 ?                                     a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a   ? @ A B C D E                                                                                                                                                                                                                                                                                               	 $If   gd 	 $If   gd     gd  E  kd $$If   l 0 
" R                                                           4 
l a   E F S T b c l            c            Z            c            Z                                                                                                       	 $If   gd 	 $If   gd    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   c d e r  K L > ?   l            g            a            \            g            g            g            g            g            g                        gd  $gd    gd    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
   	 
   & ' + , . V W         Y [ m n          c d p       p q    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h 5 h8pU h CJ OJ QJ ^J aJ  	h 5h CJ OJ QJ ^J aJ  hZ% h  h  /j hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ  )j    hh h CJ OJ QJ U^J aJ  h
 h CJ OJ QJ ^J aJ 0 . 7 W      Z                                                                                                                                                                                                                                                       S  kdf $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd   gd   gd    gd  	Z [ n                                         N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       ,    m n c d p  N  %                                                                                                                                                                                                                                   
& F
 gd    gd  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       p q     G H Y w   $ = Y s t } ~   | }                                                                                                                                                                                                                                                                                                                                                   gd   
& FO gd    gd    X Y i q F H Y v w  ^ { ~   =      @ A V W              ۵۵۵ۭۜۋzrgrrr       j h Uj    h U h0 h CJ OJ QJ ^J aJ   h
o h CJ OJ QJ ^J aJ   h7| h CJ OJ QJ ^J aJ  h7| h 5 hp h CJ OJ QJ ^J aJ  h   hh h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  	h 5 '     A W                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd       (    
 J s            n            i            a            a            a            i            i            Y            Y                  
& FR gd   
& FQ gd    gd   gd   kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
J  i j    W X   U V   { | I J d u %  & '                                                                                                                                                                                                                                                                                                                                   
& F gd   $ $gd    gd   
& FR gd      	  W X  T  z $ % 0 1 A B F G H I J S d u    ( &    ŷŷŢŊŢyŷrkfUUUU  h8pU h CJ OJ QJ ^J aJ  	h 5h`\g h  h3 h   h
 h CJ OJ QJ ^J aJ  /j` hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ   hh h CJ OJ QJ ^J aJ  h>vi h  hc[ h B*ph   h  j    h Uj h U !    , - A                                                 e                                                                                                                        F  kd: $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd    gd    C g h k l r s           " # D E \ ] s t            ; T     /   O x    ᷳᚉ                h0 h CJ OJ QJ ^J aJ   ho h CJ OJ QJ ^J aJ  h# h 5h   hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  h CJ aJ  h CJ OJ QJ ^J aJ   h 5CJ OJ QJ \^J aJ 3A B C L Z g h                                                             5            v  kd  $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    gd F  kd $$If   l   l '{6    4   4 
l a] p
         h i j k l p q r                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd  r s                            t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             "                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " # = ? D                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D E T V \                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ ] k m s                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s t                            t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   ; U                            |            |            |            |            |            |            |            |            |            |            |            |                     gd    $a$gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            0 d w     O i y        % .  /  E  k  z                                                                                                                                                                                                                                                                                                                                                                              gd    
 # $ % E  [  z            9 Z k    _ t            пппппЮЄ{{ia{P  h.P h CJ OJ QJ ^J aJ  h6= h 5#h6= h 5CJ OJ QJ ^J aJ h  	h 5hZ h 5h8 h 0J 5OJ QJ \ #h8 h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   h0 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ         9 i j k       ^ _ i t                                                                                                                                                                                                                                                                                                                                          
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd                                        kdt $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     - C Y [ r                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd  	  , - B C X Y s |  
   = > ? @ f g l u          Ⱥ򥘐me򥘐Tm               h$ h CJ OJ QJ ^J aJ  h*o h 5#h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h h 5h   h7| h CJ OJ QJ ^J aJ  hM h 0J OJ QJ \h 0J OJ QJ \h_ h 0J OJ QJ \ h.P h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ r s                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s |        
   
                                                                                                                                      q                            kd"  $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  
 > ? @ g h i j k             q            l                                                                                                                                                       gd    kd  $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  k l                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               l u           9 N c } ~                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd      z            q            q                                                                                                                                                                                       	  $If   gd    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                       B N j v       % & ) 3 I    		 ΰ΍΍΍ΰ{jjY     hp h CJ OJ QJ ^J aJ   hm{ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  h
o h CJ OJ QJ ^J aJ  #h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h CJ OJ QJ ^J aJ  h h 5h  h*o h 5h 5CJ OJ QJ ^J aJ  "                                      kdm $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   0 1 S o p                                                                                                                 q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd          z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd> $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 = >     &                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  & ' ( ) I  
	  	 !	 +	 6	 z            u            u            u            u            u            u            u            h            _                            	  $If   gd 
  ? $If   ^? gd    gd    kdR	 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
		 
	 !	 6	 h	 i	 s	 }	 ~	 	 	 	 	 	 
 
 
       ? @ A ` a b c d g p    ºҬғxxxgZқғ h 0J 5OJ QJ \  h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ  h	 h CJ OJ QJ aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h	 h 0J OJ QJ \h*o h 5h*o h 0J 5OJ QJ \ h  	h 5hZ h 5h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ #6	 i	 s	 }	                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd 	  $If   gd  }	 ~	                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~	 	 	 	 	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  
 
                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 
 
  U     @                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  @ A b c d e f |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p                             s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd       
 
 
 %
 0
    
 )   	 (    6   0 O i       2      9   % D y z о߷ߦЦ                                       #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h  #h8 h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ -   
 
 
 
 0
 
 
   ' 2 < |            w            w            w            w            q            w            w            w            w            w            w            w              $gd    gd   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
< =       L        
  (                                                                                                                                                                                                                                                                                                                                                             	  $If   gd   $$If   a$gd   
& F gd    gd  ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	  '                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j k                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       % 5                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x y                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0 > N                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gd  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       G i w                                                              s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd8  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S T                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdU! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdr" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! 1                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd0# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd  z  kdM$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdj% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd(& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      i j                                                                s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdE' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdb( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 8                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd  z  kd ) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd  z  kd=* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdZ+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 % 3 C                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdw, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd  z  kd5- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           j k x y z  "                                                                                                                                                                                        gd  z  kdR. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z    # W h i j            / 0 J S & ( 8 9 I Ϳ}y}yiayiPyHy}h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h  	h 5hZ h 5#h*Y h 5CJ OJ QJ ^J aJ "h*Y h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ  " # W i j t                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	                                         kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  0 2 I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  I J                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S      v       '                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd 	  $If   gd  ' ( 9       |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kdY1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J d e f y z        *  +  Z  [  ^  g  ! ! ! ! " " " " " ߧzia\TB   #h h 5CJ OJ QJ ^J aJ hZ h 5	h 5h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j2 h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ      +  Z  [  \  ]  |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]  ^                                         kdR3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^  g        ^! i! ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd 	  $If   gd  ! ! ! " |            s            s                                                                                                                                                                                           	  $If   gd   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " " " j# k# # # # # $ $ |            w            w            w            w            w            w            w            w            w            w            w                                             gd   kd`5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " j# k# # # # # # # ($ =$ s$ $ $ $ $ $ $ % % % 6% 7% f% % % % % L& O& ' ' ' ' ' ' ( ̡̺̩뜡댄rj뜡                            h h 5#h[Y h CJ OJ QJ \^J aJ h*o h 5hp h 0J OJ QJ \^J 	h 5hZ h 5 h3
 h CJ OJ QJ ^J aJ  "h3
 h 0J 5OJ QJ \^J  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hl,! h CJ OJ QJ ^J aJ $$ $ $ $ % %                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd 	  $If   gd 
  ? $If   ^? gd  % %                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % 7% f% x% % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  % %                                        kdn7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % % % 4& 5& & !' A' b' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd 	  $If   gd  ' ' ' O( (  ) >) ) |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( )( *( +( >( ?( N( o( ( ( ( ) =) _) ) ) ) ) ) ) 1* c* d* e* v* ߧߧߧߧߖoߧbP                               "h G h 0J 5OJ QJ \^J  h 0J OJ QJ \^J  h G h CJ OJ QJ ^J aJ  #h h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j|9 h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  ) ) ) ) ) ) 0* 1* e* w* x* * |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd    gd   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v* x* * * * * * * * * #+ 4+ 5+ 8+ A+ + + + , +, ,, 4, 6, F, G, , , , , , , , , , ෥ϏϏϏ~mff                                   h h   h G h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ hp h 0J OJ QJ \^J h*o h 5 hp h CJ OJ QJ ^J aJ  h  	h 5hZ h 5h 0J 5OJ QJ \^J !* * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd  * *                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * #+ 5+ 6+ 7+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  7+ 8+                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8+ A+ + + + + , , 5, 6, G,                                                                                                 Y                              kdc= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd 
  
 
 $If   gd 	  $If   gd  
G, , , , , , [- - / / L2 Y2             s            n            n            h            n            c            n            n            n            c                     gd  $gd    gd   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  , , - - - - - - [- - L2 Y2 3 3 6 6 : : : : ; ; ; ; ; ; !< #< = = = = > > '? +? [@ |@ A 
B tB uB B B B B ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jC hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h   h
 h CJ OJ QJ ^J aJ  /j> hp h CJ OJ QJ U^J aJ  hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ  -Y2 3 3 3 4 4 5 5 6 6 6 J8 K8 : : : ; ; ; "< #< = = = = = =                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd   
& FP gd    gd  = = = = = =             f                                                                                                                                                                      kd>? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd  = = = = = o            f            f            f                                                                                                                                                	  $If   gd    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = = = > o            f            f            f                                                                                                                                                	  $If   gd    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > > > > o            f            f            f                                                                                                                                                	  $If   gd    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > $> ,> 1> o            f            f            f                                                                                                                                                	  $If   gd    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1> 2> :> B> N> o            f            f            f                                                                                                                                                	  $If   gd    kddA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N> O> W> ^> c> o            f            f            f                                                                                                                                                	  $If   gd    kdA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at c> d> l> s> > o            f            f            f                                                                                                                                                	  $If   gd    kd@B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > > > #? $? {@ |@ B B B B )C o            j            j            j            j            j            j            j            j            j            j            j                   gd    kdB $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B )C 5C L "L iO tO kU |U W X -Y 9Y :Y FY JY fY jZ kZ Z Z Z Z Z Z Z Z Z '[ ([ )[ -[ 6[ ] ] ] ȓyg_ȓ h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5hZ h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ hq7 h  h   hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ %)C 5C C C hD iD D  E RE G G H H nH I I J L "L hM iM N N N N N N                                                                                                                                                                                                                                                                                                                                      h^hgd   
& F  gd    gd   gd  N N N O O O 'O :O QO hO iO tO P P BQ CQ Q Q T T kU |U U V V aV V V V                                                                                                                                                                                                                                                                                                                                                             gd    gd  V V 6W W W W X -Y :Y fY jZ kZ uZ Z Z Z Z                                                                                                                                                                                                                                                                                                                                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd   gd   gd    gd  Z Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z ([ )[ +[ ,[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  ,[ -[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -[ 6[ u[ [ [ [ 
\ 5\ @\ y\ \ \ ] ]                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd 	  $If   gd  
] ] ] L] |            s            s                                                                                                                                                                                           	  $If   gd   kd?F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] K] L] M] O] [] _] {] |] ] ] ] ] ] ] ] ^ ^ ,^ -^ .^ 2^ ;^ _ +` ñԝ镃qiT                                       )hp h B*CJ OJ QJ ^J aJ ph   h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5 L] M] N] O] {] |] ] ] ] ] |            w            w            w            w            j            a            a            V                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd  ] ]                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ^ ,^ -^ .^ 0^ 1^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  1^ 2^                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2^ ;^ z^ ^ ^ ^ _ <_ _ +` ;` <`                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  +` ;` =` M` N` T` [` \` ]` ^` s` ` ` ` ` ` ` ` ` a a a a a b ǲ撄|jXP                                    h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph    <` =` N` \` |            s            s                                                                                                                                                                                           	  $If   gd   kd[J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \` ]` ^` h` s` ` ` ` |            w            j            a            a            V            a                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` `                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  a a                                        kd#M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a ^a ja a a a  b b c c  c                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  b c c !c 1c 2c 8c ?c @c Ac Bc Cc Oc Sc nc oc c c c c c c c c c "d #d ղyjyjYKCh*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph     c !c 2c @c |            s            s                                                                                                                                                                                           	  $If   gd   kdwN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @c Ac Bc Cc oc yc c c c c |            w            w            w            j            a            a            V            a                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd1O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c !d "d #d $d &d 'd                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  #d $d (d 1d e e e e e e e e e e f f f #f $f 0f Qf Rf \f {f |f }f îxjbPAP h 6CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  'd (d                                        kd?Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (d 1d pd |d d d e 0e he e e e                                                                                                                         f                           kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd  e e e e e e e f f #f                         s            n            a                                    V                                        
  $$If   gd 
  ? $If   ^? gd    gd   kdMS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	#f $f                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $f Rf |f }f ~f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  }f ~f f f h h h (h )h /h 6h 7h 8h 9h sh h h h h h h h h h h i п麲vgUg麲G             h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  f f                                        kd[U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f +g Kg zg g g h h                                                                                                                         f                           kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd  h )h 7h 8h 9h sh h h h h                         s            n            i            n            \                                                               
  ? $If   ^? gd   gd    gd   kdiW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  
  $$If   gd  h h                                        kd#X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h i i i i 1i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  i i i i 2i ;i <j =j >j tk uk vk k k k k k k k k k k k m m ȺȨygȒgXgL                            hW> h 0J 5\ h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h  h*o h 5 1i 2i                                        kdwY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2i ;i =j >j Oj j j uk vk k k                                                                                     s                                                                                              kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
k k k k k k k m m m n Mn n n |            w            w            w            q            q            w            w            w            w            w            w            w               $gd    gd   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
m n )n Ln `n n n n n o .o po qo o o o o o o o o o o o o p p (p )p ap bp |p p p õõízh`                       h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ !n o po qo {o o o o o                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  o o                                        kd?\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o p )p <p Op bp dp {p                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  {p |p                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |p p p q 0q 1q 2q Cq pq wq q                                                             f                                    [            [                     
  $If   gd K$  kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd 	  $If   gd  
p p 0q 1q 2q Bq Cq Fq [q dq nq pq vq wq ~q q q q q q q q q q q q q q q q q ļޮޮއއvޮޮޮn\                              #hp h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ q q q q q q                                     R            I                                                                     	  $If   gd Q  kd.` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   q q q q r r -r @r Ar Br |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q ?r @r Cr Lr or r r r r r r s s s s  s 5s 6s Es Gs Ms Ns Os ̺{vn`NN=    hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph    ,h| h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J Br Cr                                        kdua $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cr Lr or r r r r r s s s                                                             f                                    [            [                     
  $If   gd K$  kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd 	  $If   gd  
s  s 6s Fs Gs Hs Is                                     R                                                                                              Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   Is Js Ks Ls Ms Ns                                     R            I                                                                     	  $If   gd Q  kd*e $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   Ns Os ws s s s s s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Os gs qs rs ss us vs ws s s s s s s t t u u u u u u u u u Iv Rv iv v v ñÓkf^L   #hp h 5CJ OJ QJ ^J aJ hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ s s                                        kdqf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s -t t t u u u u u v                                                                                     Y                                          kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
v v v v v v v v w "w 2w Lw fw nw w w w w                                                                                                                                                                                                                      	  $If   gd  S  kdh $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$ v v v v "x #x $x %x =x Gx Hx Ix Kx Lx Mx lx mx x x x x x /y y y y y y ʧʧʧwo^^G   ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ  w w w x "x #x $x                                                                                                                                                                                                                                                      
& F$ $If   gd  S  kdi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  $x %x Mx mx x x x x x |            s            s            s            s            s            s            s                                                                                                      	  $If   gd   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x x                                        kd]j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x /y ]y y y y y .z 5z >z                                                             f                                    [            [                     
  $If   gd K$  kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd 	  $If   gd  
y y y z 
z .z 4z 5z =z ?z { { { { { { { { { { { { { { E| F| I| R| | } ӯ䒯q[S                 h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h 6CJ OJ QJ ^J aJ h*o h 5h   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5 >z ?z Gz \z qz z z z z z z { { -{ ?{ Y{ s{ {                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kdkl $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   { { { { {                                                                                                                                                                                                                                                                     	  $If   gd  S  kdl $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd K$	  $If   gd  { { { { 
|  | 3| F| G| H| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H| I|                                        kdIn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I| R| | | <} } #~ $~ %~ &~ 7~ ~                                                                                                 f                                                   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd 	  $If   gd  } !~ $~ %~ &~ 6~ 7~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ) * - 6 þިިިn\F>          h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ ~ ~ ~ ~ ~   * + , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdWp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, -                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6   K  2 3 4 5 F                                                                                                 Y                              kder $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
6   J K  2 3 4 5 E F           Á 3 4 7 νΦ߄|jXB   +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ  F    Á    ! 4 5 6             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  6 7                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 @  <  Ƀ h i j { ΄                                                                                     Y                                          kd-u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
7 @  Ƀ f h i j z { ΄ τ Մ ք ބ  W Y Z [ k l    ؆       ñ{iiX{X{{{P h*o h 5 hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    #h| h 6CJ OJ QJ ^J aJ  h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5 ΄ τ ք ߄     $ > X h     ΅                                                                                                                                                                                                         	  $If   gd  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  ΅    $ > X Y Z                                                                                                                                                                                                                                                 	  $If   gd  S  kdyv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  Z [ l  |            s            s                                                                                                                                                                                           	  $If   gd   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             " 5 H I J |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdw $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    G H K T 
       ! 6 z           ۶pkcUUUCC#hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ  J K                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T 
 m   P                                                                                                     f                                                        kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd 	  $If   gd  
 z      $ 9 N ` z                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd  S  kdz $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$   
& F& $If   gd    
& FS $If   gd   ً    ! 6 K ] w    ֌                                                                                                                                                                                                                               S  kd-{ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd     , - @ S f y                s                                                                                                                                                                 kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd      & ' ( * + , - ? @     \     f g L a       Ĳ{saaaPPa  h| h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ                                          kdy| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 \   g   c       Z     P |  ԓ                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd    
& F' $If   gd 	  $If   gd      3 7 O ؓ     	   ^ d e m o     ԿԿԿԿtbtbQb:  ,hh h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   ,hp h 6B*CJ OJ QJ ^J aJ ph    	  ^ e n |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o w    Ȕ   
 ' A R l }                                                                                                                                                                                                                          
  $If   gd K$	  $If   gd  S  kd~ $If   K$L$l 0                     x                
t                                4   4 
l a    ɕ ޕ  
 $ 5 O i z                                                                                                                                                                                                                        	  $If   gd  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd K$	  $If   gd        $ 7 J K L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 ږ        I J M V  @ 
 ^ s ԙ  Ś ښ A V      [ ôÞՖooooooXo                           ,hp h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph   #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ L M                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V   v   f ݚ Y   W v   ќ   P Q                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd    
& F9 $If   gd    
& F( $If   gd 	  $If   gd  [ n z  ՜     & . G O P Q R b c            $ % ) ĳmmm\NN  h CJ OJ QJ ^J aJ   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f  Q R c    |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kdǁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ҝ     6 M ^ u    Ğ ۞ ܞ                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ܞ     , C Z q     ן                                                                                                                                                                                                                                S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd K$	  $If   gd      * + > Q d w                s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ) * + = >      ۡ q  C   " >  " y  ?  l  g | $   ǫ ګ & 󸦕kVV   )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5 !                                         kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  q C  ? y Ĥ  @ ^  " ˦      # $                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd 
  
  $If   gd    
& F+ 
  $If   gd 	  $If   gd  $ d  ë  " A `                                                                                                                 f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd    
& F9 $If   gd  & 9 E X d w               # , I ^ _ ` ĳёzh`RA  h{W h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h CJ OJ QJ \^J aJ h*o h 5 hp h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ   h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f        ! "             s                                                                                                                                                                                     kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  " #                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , 9 [ }   ­   ( J _                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd 	  $If   gd  _ ` q  ɮ |            s            s            s                                                                                                                                                                          	  $If   gd   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` p q Ȯ ɮ ʮ ˮ ̮ خ ܮ      . A d x     2 F    ?   ѵ  ||||||jjȎ^                        hW> h 0J 5\ #hp h 5CJ OJ QJ ^J aJ "hp h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h8e h 5h 5CJ OJ QJ ^J aJ hPw h B*ph   hv h  h  )h{W h B*CJ OJ QJ ^J aJ ph    h[B h CJ OJ QJ ^J aJ  hZ h 5	h 5  ɮ ʮ ˮ ̮     . e   3 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd    gd   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3   ۲   B C   ?   ѵ  J  ɶ  m n x    ʷ                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd    & I ]   ȶ ܶ  + m n     ʷ ˷           , - ? @ D M     ˹ ̹ õõxg   h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ (ʷ ˷                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˷     - @ B C                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  C D                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M     ; U    ̹                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd  ̹ ͹ ι   
  0 C E F             s                                                                                                                                                                      kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
̹ ͹ ι       	 
   B C G P      & ' ( ) A K L P Q R d e w x   ǿ泪~mh`ǿ泪   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    %F G                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P n    ' (                                                 f                                                                                                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  ( ) Q R e x     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdӐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    o p q             Ҽ Ӽ     ) *   9 : ; K L M N [ 㐈|s|s|a     #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ  )h{W h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h h 5h %  ɻ  p q                                                   f                                                                                                                       kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd       Ӽ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 *  : ; L M                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  M N O   
 4 5 f ^ _   |            w            w            w            w            w            w            n            w            w            w            w                           `gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ _    
 4 A E f  _       C D W i j         P ͿͨͿ͜xfWfxfxfPxf 
h 0J \h 0J CJ OJ QJ \aJ #hb` h 0J CJ OJ QJ \aJ h 0J 5\ h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\ ,hp h 5B*CJ OJ QJ ^J aJ ph    h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ    D    Q   < = > H S                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  P d     ; = > S                ! " ; D E T շq_W                    h h 5#h[Y h CJ OJ QJ \^J aJ "h[K h 0J 5OJ QJ \^J  h[K h 0J 5\ "hW> h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\                                         kdc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                     " $ :                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  : ;                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; D    . 9 e                                                                                                     f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd  T  . 9 L \ e l r                     ̧̣s^s^^^I  )h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  hZ h 5	h 5h  #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f )h79i h B*CJ OJ QJ ^J aJ ph   h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd Q  kdR $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdř $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$   G H [ n      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdߚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 7 A B F G H Z [ m n       %      8 h q x ~   ɮզncXPXnn           h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 & A r       9 K q                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd 	  $If   gd                 , - / 0 1 I S T X Y Z l m      пЭИпп{ofofoT    #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5)h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          . / 0                                     R            I                                                                     	  $If   gd Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   0 1 Y Z m      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 " J      & h l m n                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd 	  $If   gd  
    !        % & - 3 g h k l m n o        زqmh`                                           hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5 n o   |            s            s                                                                                                                                                                                           	  $If   gd   kdϠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    " # ' 0 1 @   M Q   	 
 ( ) ǿ泪jXMj          hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph           # % & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& '                                        kdC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ' 0   N     
 ) T                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
) < K S T [ a                  촰o`I                                ,hp h 5B*CJ OJ QJ ^J aJ ph    hW> h CJ OJ QJ aJ  )h{W h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  )h79i h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              <  % & _    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  
  <  % 2 6 _     9  " w x     D P T | N |    j k       ? @ V Z     8   $ `  ͶͶͶͶͶͶͶͅͅ  h  )hp h B*CJ OJ QJ ^J aJ ph   /hp h 5;B*CJ OJ QJ ^J aJ ph   ,hp h 5B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  4 9  ! " w x   C D | N { |  k           ? @                                                                                                                                                                                                                                                                                                                                                                    gd     8   $ `   .                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd    gd   . 2           0 1 2 3 o   4     B C g       ) -  Ѽ~w~p~g]  h 6B*ph     h.A h aJ  hN h  hN h  h%HR h  hPg h  h- h  ha3 h  hYP h  h~< h  hTB h  	h 5h7| h 5)hp h B*CJ OJ QJ ^J aJ ph   &h 5B*CJ OJ QJ ^J aJ ph    ,hp h 5B*CJ OJ QJ ^J aJ ph    h $         M            H            H            H            H            H            H            H                   gd   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         " #                                                 _            V            V                                                             	 $If   gd    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd   gd  $gd  # $ 0 1                                                                                                                                                                                                                                                          	 $If   gd  o  kd~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1 2 3 > B U ] i                                     z            q            q            q                                                                                                                   	 $If   gd  
 $$If   gd   gd    gd  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  i j o   2            )            )            )                      	 $If   gd    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                         4 9 ~             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd  ~      d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     C G a d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  a b g    d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       * d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd	 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  * + , 6    d            _            Z            _            Q            Q                                                                    	 $If   gd   gd    gd    kdҬ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd  t  kdp $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd   gd    gd  t  kd
 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                              	 
                                                               A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd 	 $If   gd   
                                                       A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd        -                                     A            <            7                  gd    gd    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd  -      % & : <                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd     gd   gd    gd   gd  	       % & < = ? @ N O \ ] | }                 "        춥x                          /jҸ hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  hC h  ho\ h  
h 5CJ h 56CJ  h
  h  h  hN h  hz h 6 *< = > ? @ H N                                     a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a   N O X \ ] p |                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a   | } ~                                         a                                                                                                                             E  kdڵ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd{ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd9 $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd 	 $If   gd     gd  E  kd $$If   l 0 
" R                                                           4 
l a          l            c            Z            c            Z                                                                                                       	 $If   gd 	 $If   gd    kdV $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       "       l            g            a            \            g            g            g            g            g            g                        gd  $gd    gd    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              M N Z [         0 2 B C         P S h      k l ~ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h 5 h8pU h CJ OJ QJ ^J aJ  	h 5h CJ OJ QJ ^J aJ  hZ% h  h  /j9 hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ  )j    hh h CJ OJ QJ U^J aJ  h
 h CJ OJ QJ ^J aJ 0    N [                                                                                                                                                                                                                                                           S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd   gd   gd    gd  	   1 2 C                                      N                                                                                       S  kdĺ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd  S  kd2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        a          ]  ,                                                                                                                                                                                                                                  
& F
 gd    gd  S  kdV $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     S    M k l      7             f                                                                                                                                                                                                                                                                                                                                                  gd   
& FO gd    gd  ~           7       f |        & ' ( D E P Q R V W    ۵۵۵ۭۜۋzrgrrr       j̼ h Uj    h U h0 h CJ OJ QJ ^J aJ   h
o h CJ OJ QJ ^J aJ   h7| h CJ OJ QJ ^J aJ  h7| h 5 hp h CJ OJ QJ ^J aJ  h   hh h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  	h 5 'f r      '                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd  ' ( 9    $ % A   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd   
& FQ gd    gd   gd   kdZ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 B   Y         b c            }   C D                                                                                                                                                                                                                                                                                                                                 
& F gd   $ $gd    gd   
& FR gd                                              C   ŷŷŢŊŢyŷrkfUUUU  h8pU h CJ OJ QJ ^J aJ  	h 5h`\g h  h3 h   h
 h CJ OJ QJ ^J aJ  /j hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ   hh h CJ OJ QJ ^J aJ  h>vi h  hc[ h B*ph   h  j    h Uj3 h U !D                                                       e                                                                                                                        F  kdt $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd    gd       	 
   2 3 S T j k             , - T U V W X 6	 7	 C	 	 	 	 &
 ,
 /
 
 
     J i  ᷳᚉ                h0 h CJ OJ QJ ^J aJ   ho h CJ OJ QJ ^J aJ  h# h 5h   hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  h CJ aJ  h CJ OJ QJ ^J aJ   h 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdZ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    gd F  kd $$If   l   l '{6    4   4 
l a] p
            	 
                                        t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd    * , 2                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 3 L N S                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S T b d j                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j k ~                           t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	                           t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           % ' ,                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         , - 4 9 T                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T U V W X 6	 7	 C	 	 	 	 	 '
 :
 n
                         |            |            |            |            |            |            |            |            |            |            |            |                     gd    $a$gd v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n
 
 
 
   I g      K j      
 
 
 	  + , E x y                                                                                                                                                                                                                                                                                                                                                                   gd        
 
  * _ w     	 = i    D E O Y Z      пппппЮЄ{{ia{P  h.P h CJ OJ QJ ^J aJ  h6= h 5#h6= h 5CJ OJ QJ ^J aJ h  	h 5hZ h 5h8 h 0J 5OJ QJ \ #h8 h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   h0 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ  y        	 = S i        E O Y                                                                                                                                                                                                                                                                                                                                       
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  Y Z                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd  	                    
  0 2 B C b c d e  Ⱥ򥘐me򥘐Tm               h$ h CJ OJ QJ ^J aJ  h*o h 5#h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h h 5h   h7| h CJ OJ QJ ^J aJ  hM h 0J OJ QJ \h 0J OJ QJ \h_ h 0J OJ QJ \ h.P h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 < = Q R v                                                                                                                                            q                            kd\ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  
        	             q            l                                                                                                                                                       gd    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  	 
                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               
  4 5 I J d          1                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  1 2 C c z            q            q                                                                                                                                                                                       	  $If   gd    kd- $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       c d e      z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            " $ 4 5 T U W         3 ?          1 s t  ΰ΍΍΍ΰ{jjY     hp h CJ OJ QJ ^J aJ   hm{ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  h
o h CJ OJ QJ ^J aJ  #h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h CJ OJ QJ ^J aJ  h h 5h  h*o h 5h 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      
  # $ 5 U                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  U V W      z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdx $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd       t      z            u            u            u            u            u            u            u            h            _                            	  $If   gd 
  ? $If   ^? gd    gd    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         < = j     S 7 9 I J              j z { ºҬғxxxgZқғ h 0J 5OJ QJ \  h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ  h	 h CJ OJ QJ aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h	 h 0J OJ QJ \h*o h 5h*o h 0J 5OJ QJ \ h  	h 5hZ h 5h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd                                           kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                = j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 U V     8 9 J                                                                                                   s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd          |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 i j {                          s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  {         P Q h   ( G   +  J      S! r! ! ! # &# # # $ >$ $ $ 9% X% 7& V& & & F' e' ' ' ) ) о߷ߦЦ                                       #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h  #h8 h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ -       n o      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ; R j      e f P Q h }                                                                                                                                                                                                                                                                                                                                                                	  $If   gd   $$If   a$gd   
& F gd    gd                  {            {                                                                                                                                                                                                           	  $If   gd  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 ( 6 F                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	  +  9  I                                      s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I  J  U  Z              {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z  [  e  j              {            {                                                                                                                                                                                                           	  $If   gd  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j  k  v  {              {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {  |                  {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! S! a! q!                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q! r! }! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! !                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! " 
"             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
" " " "             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " )" ."             {            {                                                                                                                                                                                                           	  $If   gd  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ." /" 0" " " # # %#                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %# &# 1# 6#             {            {                                                                                                                                                                                                           	  $If   gd  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6# 7# A# F#             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F# G# R# W#             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W# X# b# g#             {            {                                                                                                                                                                                                           	  $If   gd  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g# h# i# # # #                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # $ -$ =$                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =$ >$ I$ N$             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N$ O$ Y$ ^$             {            {                                                                                                                                                                                                           	  $If   gd  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^$ _$ j$ o$             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o$ p$ z$ $             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ %             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % 9% G% W%                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W% X% c% h%             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h% i% s% x%             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x% y% % %             {            {                                                                                                                                                                                                           	  $If   gd  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % & & 7& E& U&                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U& V& a& f&             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f& g& q& v&             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v& w& & &             {            {                                                                                                                                                                                                           	  $If   gd  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & & & &                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' 	' ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' F' T' d'                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d' e' p' u'             {            {                                                                                                                                                                                                           	  $If   gd  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u' v' ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' ' ' '                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' (             {            {                                                                                                                                                                                                           	  $If   gd  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( #(             {            {                                                                                                                                                                                                           	  $If   gd  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #( $( %( I( i( ( ( ( ) 	) ) ) ) ;) )                                                                                                                                                                                        gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) )) ;) V) ) ) * * * * O* P* Z* d* e* * * * * * * * * * , , , , , Ϳ}y}yiayiPyHy}h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h  	h 5hZ h 5#h*Y h 5CJ OJ QJ ^J aJ "h*Y h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ  ) ) ) * * * * P* Z* d*                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	d* e*                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  * *                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * E+ F+ f+ g+ + , J, o, , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd 	  $If   gd  , , , (- A- Z- s- - |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , - - - - - '- - - - - - - - - . / / / / L0 M0 P0 a0 y0 ߧzia\TB   #h h 5CJ OJ QJ ^J aJ hZ h 5	h 5h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /jM h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  - - - - - - - |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - . M. N. . . / #/ </ V/ k/ / /                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd 	  $If   gd  / / / M0 |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M0 N0 O0 P0 y0 1 	1 =1 O1 a1 b1 Q2 R2 |            w            w            w            w            w            w            w            w            w            w            w                                             gd   kd 
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y0 1 	1 <1 =1 `1 a1 b1 1 1 1 2 >2 P2 R2 g2 2 2 2 2 2 2 2 3 '3 (3 +3 43 3 3 e5 f5 5 5 5 5 5 ̡̺̩뜡댄rj뜡                            h h 5#h[Y h CJ OJ QJ \^J aJ h*o h 5hp h 0J OJ QJ \^J 	h 5hZ h 5 h3
 h CJ OJ QJ ^J aJ  "h3
 h 0J 5OJ QJ \^J  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hl,! h CJ OJ QJ ^J aJ $R2 \2 g2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd 	  $If   gd 
  ? $If   ^? gd  2 2                                        kdT
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 3 3 (3 )3 *3                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  *3 +3                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +3 43 y3 z3 3 3 3 3 Q4 4 4  5 &5 C5 e5 f5 5                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd 	  $If   gd  5 5 5 5 C6 6 6 7 |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 5 5 5 5 
6 C6 h6 6 6 6 6 7 7 "7 37 I7 p7 7 8 8 8 8 ߧߧߧߧߖoߧbP                               "h G h 0J 5OJ QJ \^J  h 0J OJ QJ \^J  h G h CJ OJ QJ ^J aJ  #h h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j
 h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  7  7 !7 "7 H7 I7 7 7 8 8 8  8 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd    gd   kd;
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 +8 ]8 ^8 h8 r8 s8 8 8 8 8 8 8 8 J9 X9 9 9 9 9 9 9 9 9 /: 0: 2: 3: E: W: X: c: : ෥ϏϏϏ~mff                                   h h   h G h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ hp h 0J OJ QJ \^J h*o h 5 hp h CJ OJ QJ ^J aJ  h  	h 5hZ h 5h 0J 5OJ QJ \^J ! 8 +8 ^8 h8 r8                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd  r8 s8                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  8 8                                        kdI
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 @9 A9 a9 b9 9 9 9 9 9                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd 
  
 
 $If   gd 	  $If   gd  
9 0: 1: 2: 3: c: : ; R= S= ? ?             s            n            n            h            n            c            n            n            n            c                     gd  $gd    gd   kdW	
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  : : : : : : : : : ; ? ? #A 4A pD D PH cH H H H H QI RI TI UI I I J J -K aK 0L 7L L L M N O O P P +P ,P <P =P ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jV
 hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h   h
 h CJ OJ QJ ^J aJ  /j

 hp h CJ OJ QJ U^J aJ  hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ  -? "A #A 4A zB {B ;C <C oD pD D E E OH PH eH H RI UI I I J J ,K -K <K NK                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd   
& FP gd    gd  NK aK bK gK oK tK             f                                                                                                                                                                      kdx

 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd  tK uK zK K K o            f            f            f                                                                                                                                                	  $If   gd    kd

 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K K K K K o            f            f            f                                                                                                                                                	  $If   gd    kdT
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K K K K K o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K K K K K o            f            f            f                                                                                                                                                	  $If   gd    kd0
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K K K K K o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K K K K L o            f            f            f                                                                                                                                                	  $If   gd    kd

 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at L L 
L L L o            f            f            f                                                                                                                                                	  $If   gd    kdz

 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at L L L  L L L N N O O mP nP P o            j            j            j            j            j            j            j            j            j            j            j                   gd    kd

 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =P @P AP P P Y Y ] ] 	c c e e f f f f f g h 	h h Ph Qh [h eh fh rh h h h h h h h j j j ȓyg_ȓ h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5hZ h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ hq7 h  h   hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ %P P OQ PQ R R R R R T T U U V W W 1X Y Y [ [ (\ 5\ B\ O\ \\ m\                                                                                                                                                                                                                                                                                                                                      h^hgd   
& F  gd    gd   gd  m\ ~\ \ \ \ \ \ \ \ ] ] ] B^ C^ ^ ^ b_ c_ 5b 6b 	c c Oc c c c -d Zd d                                                                                                                                                                                                                                                                                                                                                             gd    gd  d d d $e e e e f f g h 	h h h Qh [h eh                                                                                                                                                                                                                                                                                                                                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd   gd   gd    gd  eh fh                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fh h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  h h                                        kd%
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h i i Fi mi i i i j !j Fj j j                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd 	  $If   gd  
j j j j |            s            s                                                                                                                                                                                           	  $If   gd   kdy
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j j j j j j j k k /k ak bk lk vk wk k k k k k k k k am m ñԝ镃qiT                                       )hp h B*CJ OJ QJ ^J aJ ph   h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5 j j j j k k $k /k bk lk |            w            w            w            w            j            a            a            V                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd3
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	lk vk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd  vk wk                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wk k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  k k                                        kdA
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k l $l Kl vl l l `m m m m                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  m m m m m m m m m m n Cn Dn Nn Xn Yn en n n n n n n n Ep ǲ撄|jXP                                    h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph    m m m m |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m n n Dn Nn Xn |            w            j            a            a            V            a                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdO
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Xn Yn                                        kd	
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Yn n n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  n n                                        kd]
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n o /o Zo o o Dp p p p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  Ep p p p p p p p p p p p p p q 
q "q Tq Uq _q iq jq vq q q q q ղyjyjYKCh*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    p p p p |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p p 
q q "q Uq _q iq |            w            w            w            j            a            a            V            a                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdk
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	iq jq                                        kd%
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jq q q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  q q q q Bs Ds Ts Us [s bs cs ds es zs s s s s s s s s s t t t îxjbPAP h 6CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  q q                                        kdy
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q r r Ar or r r s Bs Cs Ds                                                                                                                         f                           kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd  Ds Us cs ds es os zs s s s                         s            n            a                                    V                                        
  $$If   gd 
  ? $If   ^? gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	s s                                        kdA
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  t t  t )t u u u u u u u u u u v +v -v .v Cv uv vv v v v v v п麲vgUg麲G             h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  t  t                                        kd 
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                t )t ht tt t t t u 5u lu u u                                                                                                                         f                           kd!
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd  u u u u u v .v 8v Cv vv                         s            n            i            n            \                                                               
  ? $If   ^? gd   gd    gd   kd"
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	vv v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  
  $$If   gd  v v                                        kd]#
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  v v v v v v w w w y y y $y %y Wy Xy Yy Zy [y \y hy ly y r{ { ȺȨygȒgXgL                            hW> h 0J 5\ h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h  h*o h 5 v v                                        kd$
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v w w w ,x bx y y %y Wy                                                                                     s                                                                                              kd&
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
Wy Xy Yy Zy [y \y y ={ >{ r{ { { #| j| |            w            w            w            q            q            w            w            w            w            w            w            w               $gd    gd   kd&
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{ { { { { "| 6| i| }| | | } } $} V} W} a} k} l} } } } } } } } } } } }  ~ ~ #~ /~ õõízh`                       h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ !j| | } } } $} W} a} k}                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  k} l}                                        kdy'
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l} } } } } }  ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  ~ ~                                        kd(
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ #~ ~ ~ ~ ~ ~ ~                                                                f                                    [            [                     
  $If   gd K$  kd!*
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd 	  $If   gd  
/~ ~ ~ ~ ~ ~ ~ ~ ~        3 4 C E F G _ i j k m n o   ļޮޮއއvޮޮޮn\                              #hp h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ   4 D E F                                     R            I                                                                     	  $If   gd Q  kdh+
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd*
 $If   K$L$l 0                                     
t                              4   4 
l a   F G o        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd+
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     
 h i j k { |      Ӏ Ԁ      ̺{vn`NN=    hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph    ,h| h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J                                          kd,
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 ; i j k |                                                                f                                    [            [                     
  $If   gd K$  kd.
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd 	  $If   gd  
  Ԁ                                         R                                                                                              Q  kdJ/
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd.
 $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd Q  kdd0
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd/
 $If   K$L$l 0                                     
t                              4   4 
l a      6 7 \ o    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd0
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        6 7       3 L f g h i y z {    7 = ñÓkf^L   #hp h 5CJ OJ QJ ^J aJ hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd1
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ˁ m  f g h i z 7                                                                                     Y                                          kd2
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
7 > G H P e z    Є    ! 6 H b                                                                                                                                                                                                                      	  $If   gd  S  kd3
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$ = > F H    Å ۅ       
  U V Y b n ͆ W n o p q ʧʧʧwo^^G   ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ  b |                                                                                                                                                                                                                                                           
& F$ $If   gd  S  kdK4
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd   Å   0 C V W X |            s            s            s            s            s            s            s                                                                                                      	  $If   gd   kd4
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X Y                                        kd5
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b ͆  o p q  ̇ Ӈ ܇                                                             f                                    [            [                     
  $If   gd K$  kd6
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd 	  $If   gd  
q     ̇ ҇ Ӈ ۇ ݇ T V W X p z { | ~          v $ ӯ䒯q[S                 h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h 6CJ OJ QJ ^J aJ h*o h 5h   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5 ܇ ݇    ! ; U e     ˈ ݈   !                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kd7
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ! ; U V W                                                                                                                                                                                                                                                                     	  $If   gd  S  kd78
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd K$	  $If   gd  W X     щ    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd8
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd9
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 v  ڊ #   Ë ċ Ջ (                                                                                                 f                                                   kd:
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd 	  $If   gd  $   Ë ċ ԋ Ջ ' ( ) A K L M O P Q i j ǌ Ȍ ˌ Ԍ þިިިn\F>          h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ ( ) Q j    Ȍ Ɍ ʌ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd;
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ʌ ˌ                                        kdK<
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˌ Ԍ ~   2 Ў ю Ҏ ӎ                                                                                                  Y                              kd=
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
Ԍ }    2 Ў ю Ҏ ӎ   6 7 8 P Z [ \ ^ _ ` a я ҏ Տ νΦ߄|jXB   +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ   7 8 ` a     ҏ ӏ ԏ             s                                                                                                                                                                 kdY>
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ԏ Տ                                        kd?
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Տ ޏ  ڐ  g     l                                                                                     Y                                          kdg@
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
Տ ޏ  g       l m s t | ~     	 
 \ ] ^ v       ñ{iiX{X{{{P h*o h 5 hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    #h| h 6CJ OJ QJ ^J aJ  h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5 l m t } ~     ܒ     : B W l                                                                                                                                                                                                         	  $If   gd  S  kd!A
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  l ~    ܓ                                                                                                                                                                                                                                                    	  $If   gd  S  kdA
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    
 ] |            s            s                                                                                                                                                                                           	  $If   gd   kdEB
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ^      Ӕ    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdB
 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                ԗ  ^         ۶pkcUUUCC#hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ                                           kdC
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   G [                                                                                                      f                                                        kdE
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd 	  $If   gd  
        ט    2 C ]                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd  S  kdE
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$   
& F& $If   gd    
& FS $If   gd  ] w     ԙ    / @ Z t                                                                                                                                                                                                                               S  kdgF
 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd     ʚ ˚ ޚ    * + ,             s                                                                                                                                                                 kdF
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd      Ě Ś ƚ Ț ɚ ʚ ˚ ݚ ޚ ) * - 6  ) * P Q           Ĳ{saaaPPa  h| h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ , -                                        kdG
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6  Q   8   V  [     G ^     F r                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd    
& F' $If   gd 	  $If   gd     Ѡ ՠ  v            
 \ ^ _ ` ԿԿԿԿtbtbQb:  ,hh h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   ,hp h 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kdI
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
  * ? T f    Ţ ߢ  
  5 = R                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kdI
 $If   K$L$l 0                     x                
t                                4   4 
l a   R g |   £ ӣ    2 C ] ^ _                                                                                                                                                                                                                   	  $If   gd  S  kdSJ
 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  _ `     ¤ դ    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdJ
 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
` x             ޥ    r  c x ߨ        ôÞՖooooooXo                           ,hp h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph   #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kdK
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       {      3 X o                                                                                                                                                                                                                                                                                                                              
& F8 $If   gd    
& F9 $If   gd    
& F( $If   gd 	  $If   gd     + s     Ī ̪         E K L T V      ­ í ǭ ĳmmm\NN  h CJ OJ QJ ^J aJ   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f     E L U |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kdM
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U V ^ p     ԫ    * ; Q b y z                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kdM
 $If   K$L$l 0                                     
t                                4   4 
l a   z     ʬ      7 N _ u                                                                                                                                                                                                                               S  kdMN
 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd K$	  $If   gd     ȭ ɭ ܭ    ( * +             s                                                                                                                                                                 kdN
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ǭ ȭ ɭ ۭ ܭ ' ( , 5 G y  A  B ^  ܱ 0   , ݴ  
    ¸ F Y e x Ĺ 󸦕kVV   )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5 !+ ,                                        kdO
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 G   _ ݱ  b  ޲  .  i     %  ¸                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd 
  
  $If   gd    
& F+ 
  $If   gd 	  $If   gd  ¸  B a   ߹   < = N                                                                                                             f                                       kdP
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd    
& F9 $If   gd  Ĺ ׹     ! 4 ; = M N          ʺ     ĳёzh`RA  h{W h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h CJ OJ QJ \^J aJ h*o h 5 hp h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ   h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f  N                    s                                                                                                                                                                                     kdQ
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd                                           kdaR
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʺ ׺   = _ `   ƻ                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd 	  $If   gd     B g |            s            s            s                                                                                                                                                                          	  $If   gd   kdS
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          f g h i j v z ~     ̾ ߾   : N   п      8 ; o  ||||||jjȎ^                        hW> h 0J 5\ #hp h 5CJ OJ QJ ^J aJ "hp h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h8e h 5h 5CJ OJ QJ ^J aJ hPw h B*ph   hv h  h  )h{W h B*CJ OJ QJ ^J aJ ph    h[B h CJ OJ QJ ^J aJ  hZ h 5	h 5  g h i j  T V  ̾  ;  ѿ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd    gd   kdoT
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ѿ & ' y   !      : ; o     g     ! T ^ h                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd        3 f z     ! S T ^ h i                 3 W X Y i j õõxg   h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ (h i                                        kd)U
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd                                           kd}V
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 V     * X Y j                                                                                                             f                                       kdW
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd  j k l                     s                                                                                                                                                                      kdX
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
j k l               / 0                  ; < ǿ泪~mh`ǿ泪   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    %                                         kdEY
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  0                                                     f                                                                                                                       kdZ
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd        ) < > ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdS[
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? @                                        kd
\
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < @ I   
      ! " : D E I J K ] ^ p q       J K         㐈|s|s|a     #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ  )h{W h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h h 5h %@ I g      !                                                 f                                                                                                                       kda]
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  ! " J K ^ q     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd^
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd^
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  K                                                     f                                                                                                                       kd)`
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd             1 s |            w            w            w            w            w            w            n            w            w            w            w                           `gd    gd   kd`
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 ^  1 D s         & ' : h {     ͿͨͿ͜xfWfxfxfPxf 
h 0J \h 0J CJ OJ QJ \aJ #hb` h 0J CJ OJ QJ \aJ h 0J 5\ h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\ ,hp h 5B*CJ OJ QJ ^J aJ ph    h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ  s   ' h   6       $ . 8                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd    5 I       # $ . 8 9 Q [ \ ` a b j          շq_W                    h h 5#h[Y h CJ OJ QJ \^J aJ "h[K h 0J 5OJ QJ \^J  h[K h 0J 5\ "hW> h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\8 9                                        kda
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9 a b                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd                                           kdb
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 Q      E F W                                                                                                  f                                                   kdEd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd   Q      
  D E F V W Z o x             ̧̣s^s^^^I  )h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  hZ h 5	h 5h  #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f )h79i h B*CJ OJ QJ ^J aJ ph   h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd Q  kde
 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$        2 4 5 K |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdf
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
           1 2 L U V e            - . ɮզncXPXnn           h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ K L                                        kdf
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               L U    - F Y       . /                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd 	  $If   gd  . / 0 @ A D J u { |                 
    C D H пЭИпп{ofofoT    #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5)h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  / 0 A u |  |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd'h
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd Q  kdni
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdh
 $If   K$L$l 0                                     
t                              4   4 
l a         1 D F G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdi
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G H                                        kdj
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               H Q   " 4 o z    
                                                                                                                                                                                                                                                                                                                                                                                                                   
& FT $If   gd 	  $If   gd  
H Q R a  o y z           	 
   
   ! 6 ? I J زqmh`                                           hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5  
  K |            s            s                                                                                                                                                                                           	  $If   gd   kd	l
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K L d n o s t u           < =   1      ǿ泪jXMj          hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    K L t u       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdl
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd}m
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 = z   P b     4 5                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
       3 4 5 6 F G J _ h r s t u v w  촰o`I                                ,hp h 5B*CJ OJ QJ ^J aJ ph    hW> h CJ OJ QJ aJ  )h{W h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  )h79i h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f  5 6 G t |            s            s                                                                                                                                                                                           	  $If   gd   kdn
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t u v w        i   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd   kdo
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         i     T    " & O        & * W  	 C D P T w      $ n    , i   V ͶͶͶͶͶͶͶͅͅ  h  )hp h B*CJ OJ QJ ^J aJ ph   /hp h 5;B*CJ OJ QJ ^J aJ ph   ,hp h 5B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  4  T     O        W 	 C D w + , a v      $                                                                                                                                                                                                                                                                                                                                                                   gd  $ n   , i   V   . / : F U a t x                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd   gd    gd  V   - . : P T t w x       
 D   " X Y     < = o      } Ѽ~w~p~g]  h 6B*ph     h.A h aJ  hN h  hN h  h%HR h  hPg h  h- h  ha3 h  hYP h  h~< h  hTB h  	h 5h7| h 5)hp h B*CJ OJ QJ ^J aJ ph   &h 5B*CJ OJ QJ ^J aJ ph    ,hp h 5B*CJ OJ QJ ^J aJ ph    h $x y z { | } ~   M            H            H            H            H            H            H            H                   gd   kdEp
 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd    kdp
 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd   gd  $gd                                                                                                                                                                                                                                                               	 $If   gd  o  kdq
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd  
 $$If   gd   gd    gd  o  kdUr
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al    
 D I 2            )            )            )                      	 $If   gd    kdr
 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     I                   [                                                                                                                                           kdt
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd    " Y ]  d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdt
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdu
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      = B i d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdzv
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  i j o    d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdCw
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      # ( 4 d            _            Z            _            Q            Q                                                                    	 $If   gd   gd    gd    kdx
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4 5 8 B n            e            e                                                                                                                                                               	 $If   gd    kdx
 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           B C F O                                                                                                                                                                                                                                                	 $If   gd  t  kdy
 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  O P Q b g o v }                                      w            w            w            w            w                                                                                                              	 $If   gd   gd    gd  t  kdGz
 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdz
 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd=|
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd 	 $If   gd                                                          A                                              kd}
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd                                             A            <            7                  gd    gd    kd}
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd   ~                                                                                                                                                                                                                                                           E  kd~
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd     gd   gd    gd   gd  	} ~                    J K c d { | }          - . 9 : J K 춥x                          /j
 hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  hC h  ho\ h  
h 5CJ h 56CJ  h
  h  h  hN h  hz h 6 *                                           a                                                                                                                             E  kd
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd9
 $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdV
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd
 $$If   l 0 
" R                                                           4 
l a        0 J                                     a                                                                                                                             E  kd
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd
 $$If   l 0 
" R                                                           4 
l a   J K V c d n {                                     a                                                                                                                             E  kdҁ
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kds
 $$If   l 0 
" R                                                           4 
l a   { | } ~                                                                                                                                                                                                                                                                                                  	 $If   gd 	 $If   gd     gd  E  kd1
 $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd 	 $If   gd    kd
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a          z { R S l            g            a            \            g            g            g            g            g            g                        gd  $gd    gd    kdN
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
K O P E F Q R b c g h j       @ B M N           " # / 0       & K T   	 
  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h 5 h8pU h CJ OJ QJ ^J aJ  	h 5h CJ OJ QJ ^J aJ  hZ% h  h  /js
 hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ  )j    hh h CJ OJ QJ U^J aJ  h
 h CJ OJ QJ ^J aJ 0S j s    A B N                                                                                                                                                                                                                                                        S  kdڄ
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd   gd   gd    gd  	      !                                     N                                                                                       S  kd
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd  S  kdl
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ! " # 0 h         /   a  1                                                                                                                                                                                                                                 
& F
 gd    gd  S  kd
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   1 2  L    	 
         > ` y      Y Z                                                                                                                                                                                                                                                                                                                                                     gd   
& FO gd    gd                    X Z y    + , | }             2	 3	 >	 ۵۵۵ۭۜۋzrgrrr       j
 h Uj    h U h0 h CJ OJ QJ ^J aJ   h
o h CJ OJ QJ ^J aJ   h7| h CJ OJ QJ ^J aJ  h7| h 5 hp h CJ OJ QJ ^J aJ  h   hh h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  	h 5 '   + , }                                       j                                                                                                                                           kd"
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd       % d    I  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd   
& FQ gd    gd   gd   kd
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     G	 H	 	 	 8
 9
    
 
 
 
     a  b c                                                                                                                                                                                                                                                                                                                                   
& F gd   $ $gd    gd   
& FR gd  >	 ?	 @	 D	 E	 H	 	 	 7
  R
 
 ` a l m } ~         2 ; D d b  L M ŷŷŢŊŢyŷrkfUUUU  h8pU h CJ OJ QJ ^J aJ  	h 5h`\g h  h3 h   h
 h CJ OJ QJ ^J aJ  /jԈ
 hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ   hh h CJ OJ QJ ^J aJ  h>vi h  hc[ h B*ph   h  j    h Ujm
 h U ! M Q R h i }                                                 e                                                                                                                        F  kd
 $$If   l   l '{6    4   4 
l a] p
        F  kd;
 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd    gd  M R             	 $ % A B ^ _                 B w     Y k > V     = ᷳᚉ                h0 h CJ OJ QJ ^J aJ   ho h CJ OJ QJ ^J aJ  h# h 5h   hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  h CJ aJ  h CJ OJ QJ ^J aJ   h 5CJ OJ QJ \^J aJ 3} ~                                                                  5            v  kd
 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    gd F  kd!
 $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd9
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd                               t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd:
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          	   $                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ % : < A                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A B W Y ^                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd;
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ _ y {                          t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd<
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 ) C w                             |            |            |            |            |            |            |            |            |            |            |            |                     gd    $a$gd v  kd=
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            T l     9 W      < = > ? a j k                                                                                                                                                                                                                                                                                                                                                                           gd  = ? I _ ` a       5 8 u     2          < = P пппппЮЄ{{ia{P  h.P h CJ OJ QJ ^J aJ  h6= h 5#h6= h 5CJ OJ QJ ^J aJ h  	h 5hZ h 5h8 h 0J 5OJ QJ \ #h8 h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   h0 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ   5 C V W u        3 4                                                                                                                                                                                                                                                                                                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd                                        kd
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 < = S i                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  	P S h i ~      G I Y Z y z { |              ! ! ! ! (! Ⱥ򥘐me򥘐Tm               h$ h CJ OJ QJ ^J aJ  h*o h 5#h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h h 5h   h7| h CJ OJ QJ ^J aJ  hM h 0J OJ QJ \h 0J OJ QJ \h_ h 0J OJ QJ \ h.P h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ                                       kd?
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      0 1 F G H I Z                                                                                                                                     q                            kd
 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  
Z z { |                  q            l                                                                                                                                                       gd    kdS
 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd                                        kd
 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                           1  \  u                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd        ! z            q            q                                                                                                                                                                                       	  $If   gd    kdg
 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ! ! ! *! +! ,! -! .! z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd$
 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       (! )! *! /! 8! ! ! ! ! ! ! ! !" "" '" 0" ~" " " " " " /# 1# A# B# a# b# e# o# # # $ $ E$ ΰ΍΍΍ΰ{jjY     hp h CJ OJ QJ ^J aJ   hm{ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  h
o h CJ OJ QJ ^J aJ  #h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h CJ OJ QJ ^J aJ  h h 5h  h*o h 5h 5CJ OJ QJ ^J aJ  ".! /!                                     kd
 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               /! 8! W! X! l! m! ! ! ! ! ! ! !                                                                                                             q                                                         kd8
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  ! ! ! "" #" $" %" &" z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd
 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       &" '"                                     kd
 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               '" 0" y" z" /# 0# 1# B# b#                                                             q                                                                                                                             kd	
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  b# c# d# e# # $ F$ \$ ]$ g$ r$ z            u            u            u            u            u            u            u            h            _                            	  $If   gd 
  ? $If   ^? gd    gd    kdƟ
 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
E$ F$ ]$ r$ $ $ $ $ $ $ $ % % % R% [% % & & & & 9' L' {' |' }' ' ' ' ' ' ' ' ( ( ( ºҬғxxxgZқғ h 0J 5OJ QJ \  h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ  h	 h CJ OJ QJ aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h	 h 0J OJ QJ \h*o h 5h*o h 0J 5OJ QJ \ h  	h 5hZ h 5h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ #r$ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd 	  $If   gd  $ $                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ % %  % Q%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  Q% R%                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R% [% % % 0& 1& @& & & & & 9' |'                                                                                                 s                                                                        kd9
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  |' }' ' ' ' ' ' |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' '                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ( ( ( :(                         s                                                                                                                                                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ( 9( :( ;( <( =( ?( a( l( + + , F, e, , , E- d- - - S. r. . / l/ / 0 0 .1 M1 1 1 O2 n2 2 2 3 3 V4 u4 4 5 a5 5 6 6 о߷ߦЦ                                       #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h  #h8 h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ -:( ;( <( =( >( ?( l( ) 
) N) Y) c) n) x) |            w            w            w            w            q            w            w            w            w            w            w            w              $gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x) y) ) ) * * L* M* * * + + + + , , F, T, d,                                                                                                                                                                                                                                                                                                                                                             	  $If   gd   $$If   a$gd   
& F gd    gd  d, e, p, u,             {            {                                                                                                                                                                                                           	  $If   gd  z  kdu
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u, v, , ,             {            {                                                                                                                                                                                                           	  $If   gd  z  kdԧ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd  z  kd3
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , , ,                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd  z  kdP
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , ,  - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - !- &-             {            {                                                                                                                                                                                                           	  $If   gd  z  kdm
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &- '- (- E- S- c-                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd̪
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c- d- o- t-             {            {                                                                                                                                                                                                           	  $If   gd  z  kd+
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t- u- - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kdH
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - - - -                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - . .             {            {                                                                                                                                                                                                           	  $If   gd  z  kde
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . 	. . .             {            {                                                                                                                                                                                                           	  $If   gd  z  kdĭ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . $. ).             {            {                                                                                                                                                                                                           	  $If   gd  z  kd#
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ). *. +. S. a. q.                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q. r. }. .             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd  z  kd@
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . . /                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd]
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / /  /             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    / !/ +/ 0/             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0/ 1/ </ A/             {            {                                                                                                                                                                                                           	  $If   gd  z  kdz
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A/ B/ L/ Q/             {            {                                                                                                                                                                                                           	  $If   gd  z  kdٱ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q/ R/ S/ l/ z/ /                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd8
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd  z  kdU
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / :0 0 0 0 0                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd  z  kdr
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd  z  kdѴ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd  z  kd0
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0  1 1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 .1 <1 L1                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L1 M1 X1 ]1             {            {                                                                                                                                                                                                           	  $If   gd  z  kdM
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]1 ^1 h1 m1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m1 n1 y1 ~1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd  z  kdj
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdɷ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd(
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 2 
2             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd  z  kdE
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 O2 ]2 m2                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m2 n2 y2 ~2             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd  z  kdb
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd  z  kd 
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 3 3             {            {                                                                                                                                                                                                           	  $If   gd  z  kd޻
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd  z  kd=
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 "3 '3             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '3 (3 23 73             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   73 83 93 3 3 3 3 3                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kdZ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4  4 %4             {            {                                                                                                                                                                                                           	  $If   gd  z  kdw
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %4 &4 04 54             {            {                                                                                                                                                                                                           	  $If   gd  z  kd־
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   54 64 74 V4 d4 t4                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd5
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t4 u4 4 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kdR
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 5                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd  z  kdo
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 #5             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #5 $5 /5 45             {            {                                                                                                                                                                                                           	  $If   gd  z  kd-
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   45 55 ?5 D5             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D5 E5 F5 a5 o5 5                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd  z  kdJ
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd  z  kdg
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5 6 ,6 O6 P6 6 6 6 6 6 6 ^7                                                                                                                                                                                        gd  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 _7 7 7 7 7 7 7 7 7 8 8 58 68 G8 Y8 Z8 k8 l8 8 8 b: d: t: u: : Ϳ}y}yiayiPyHy}h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h  	h 5hZ h 5#h*Y h 5CJ OJ QJ ^J aJ "h*Y h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ  ^7 _7 7 7 7 7 7 7 7 8                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	8 8                                        kd%
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 68 Z8 l8 n8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  8 8                                        kdy
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 8 9 9 S9 9 9 
: : .: >: ?: c:                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd 	  $If   gd  c: d: u: : : : ; @; |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : : : : : ?; @; A; f; g; ; ; ; ; != #= 3= 4= = = = = > ߧzia\TB   #h h 5CJ OJ QJ ^J aJ hZ h 5	h 5h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j
 h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  @; A; g; ; ; ; ; |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ;                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; ;< < < < < < 	= != "=                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd 	  $If   gd  "= #= 4= = |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = > > > > > >  ? ? ? |            w            w            w            w            w            w            w            w            w            w            w                                             gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > > >  ? ? d? y? ? ? ? ? @ 7@ 8@ B@ L@ M@ r@ s@ @ @ @ @ @ A A C C 'C )C 9C :C JC ̡̺̩뜡댄rj뜡                            h h 5#h[Y h CJ OJ QJ \^J aJ h*o h 5hp h 0J OJ QJ \^J 	h 5hZ h 5 h3
 h CJ OJ QJ ^J aJ  "h3
 h 0J 5OJ QJ \^J  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hl,! h CJ OJ QJ ^J aJ $? ? @ 8@ B@ L@                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd 	  $If   gd 
  ? $If   ^? gd  L@ M@                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M@ s@ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  @ @                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ A A 'A 8A pA qA A ]B }B B B B C C (C                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd 	  $If   gd  (C )C :C C C <D zD D |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd6
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       JC KC eC fC gC zC {C C C C D ;D XD yD D D D D D D E mE E E E E ߧߧߧߧߖoߧbP                               "h G h 0J 5OJ QJ \^J  h 0J OJ QJ \^J  h G h CJ OJ QJ ^J aJ  #h h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j
 h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  D D D D D D lE mE E E E E |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd    gd   kdu
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E E E F F F 6F 7F _F pF qF tF }F F F 3G OG gG hG pG rG G G G G G G G G G H 5H ෥ϏϏϏ~mff                                   h h   h G h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ hp h 0J OJ QJ \^J h*o h 5 hp h CJ OJ QJ ^J aJ  h  	h 5hZ h 5h 0J 5OJ QJ \^J !E E E F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd  F F                                        kd/
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F 7F _F qF rF sF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  sF tF                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tF }F F F F  G OG PG qG rG G                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd 
  
 
 $If   gd 	  $If   gd  
G G G G G H H H J J M M             s            n            n            h            n            c            n            n            n            c                     gd  $gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  5H 6H AH BH RH SH WH XH H H M M N N R  R U V 7V 9V NV PV V V V V ]W _W DX YX X X Y Y cZ gZ [ [ "] I] ] ] ] ] ] ] ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
 hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h   h
 h CJ OJ QJ ^J aJ  /jK
 hp h CJ OJ QJ U^J aJ  hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ  -M N N N P P P P 
R R  R S S U U V PV V V ^W _W DX YX X X X X                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd   
& FP gd    gd  X X  Y Y 
Y Y             f                                                                                                                                                                      kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd  Y Y Y  Y ,Y o            f            f            f                                                                                                                                                	  $If   gd    kd 
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ,Y -Y 2Y 9Y >Y o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >Y ?Y DY KY WY o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at WY XY `Y hY mY o            f            f            f                                                                                                                                                	  $If   gd    kdj
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at mY nY vY ~Y Y o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y Y o            f            f            f                                                                                                                                                	  $If   gd    kdF
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y Y o            f            f            f                                                                                                                                                	  $If   gd    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y _Z `Z [ [ M] N] ^ ^ e^ o            j            j            j            j            j            j            j            j            j            j            j                   gd    kd"
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ] ] ] e^ q^ Tg ^g j j p p 1s Ys it ut vt t t t u u u u u u v v v 1v 2v cv dv ev iv rv >x @x Px ȓyg_ȓ h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5hZ h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ hq7 h  h   hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ %e^ q^ ^ ^ _ _ ;` <` ` Ob Pb Xc Yc c 4e 5e e Tg ^g h h i i i i i j                                                                                                                                                                                                                                                                                                                                      h^hgd   
& F  gd    gd   gd  j j -j >j Oj Pj cj vj j j j j k k ~l l  m m o o p p p =q >q q q q (r                                                                                                                                                                                                                                                                                                                                                             gd    gd  (r )r rr r 1s 2s Ys it vt t u u u u u u v                                                                                                                                                                                                                                                                                                                                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd   gd   gd    gd  v v                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v 2v dv ev gv hv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  hv iv                                        kd_
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iv rv v v v w Iw qw |w w w w >x ?x                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd 	  $If   gd  
?x @x Qx x |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Px Qx x x x x x x x x x x  y 
y y y !y By Cy hy iy jy ny wy z g{ ñԝ镃qiT                                       )hp h B*CJ OJ QJ ^J aJ ph   h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5 x x x x x x x x  y 
y |            w            w            w            w            j            a            a            V                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdm
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd  y y                                        kd'
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y Cy hy iy jy ly my                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  my ny                                        kd{
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ny wy y y y z Tz xz z g{ w{ x{                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  g{ w{ y{ { { { { { { { { { { { { { | $| %| L| M| N| R| [| } ǲ撄|jXP                                    h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph    x{ y{ { { |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { { { { { { |            w            j            a            a            V            a                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { {                                        kdC
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { %| K| L| M| N| P| Q|                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  Q| R|                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R| [| | | | | 8} \} } K~ [~ \~                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd 	  $If   gd  } K~ [~ ]~ m~ n~ t~ {~ |~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~    5 6 ^ _ ղyjyjYKCh*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    \~ ]~ n~ |~ |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |~ }~ ~~ ~ ~ ~ ~ ~ ~  |            w            w            w            j            a            a            V            a                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd_
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 ] ^ _ ` b c                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd  _ ` d m            J K U _ ` l       îxjbPAP h 6CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  c d                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d m    
 L l                                                                                                                             f                           kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd       
  K U _                         s            n            a                                    V                                        
  $$If   gd 
  ? $If   ^? gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	_ `                                        kd{
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd     ǁ R S T d e k r s t u  Ƀ ˃ ̃     ( ) 5 Q п麲vgUg麲G             h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ǁ   9 g   ӂ 
 S T                                                                                                                         f                           kd#
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd  T e s t u  ̃ փ                           s            n            i            n            \                                                               
  ? $If   ^? gd   gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	  (                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  
  $$If   gd  ( )                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) R S T V m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  Q R S T n w x y z     Æ        
 *  # ȺȨygȒgXgL                            hW> h 0J 5\ h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h  h*o h 5 m n                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w y z  ʅ     Æ                                                                                      s                                                                                              kd?
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
      * ۈ ܈  R    |            w            w            w            q            q            w            w            w            w            w            w            w               $gd    gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
# R e    ԉ   V j       	 
 " , - . 1 2 Q R d e     ͋ õõízh`                       h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ ! W       	                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	 
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 2 R e x                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , ? l m n                                                                 f                                    [            [                     
  $If   gd K$  kd[
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd 	  $If   gd  
͋ , l m n ~           ь Ҍ        	   
 / 0 ļޮޮއއvޮޮޮn\                              #hp h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ   Ҍ                                        R            I                                                                     	  $If   gd Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a     
 0 C V i | } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd/
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 { |       	   K Q R Z \ q r      ̺{vn`NN=    hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph    ,h| h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J ~                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ٍ   	  K R [                                                             f                                    [            [                     
  $If   gd K$  kd=
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd 	  $If   gd  
[ \ r                                         R                                                                                              Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a      Ԏ Վ  
   ! " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd+
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        Ԏ Վ    # ,   ѐ            Ց ۑ ñÓkf^L   #hp h 5CJ OJ QJ ^J aJ hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ " #                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , i        Ց                                                                                     Y                                          kd9
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
Ց ܑ      * D ^ n     Ԓ                                                                                                                                                                                                                         	  $If   gd  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$ ۑ ܑ   ^ _ ` a y               k   
   ʧʧʧwo^^G   ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ     * D ^ _ `                                                                                                                                                                                                                                                      
& F$ $If   gd  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  ` a   Γ     |            s            s            s            s            s            s            s                                                                                                      	  $If   gd   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  k  
     j q z                                                             f                                    [            [                     
  $If   gd K$  kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd 	  $If   gd  
    > F j p q y {            + 5 6       ӯ䒯q[S                 h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h 6CJ OJ QJ ^J aJ h*o h 5h   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5 z {     ٕ    7 ? T i {                                                                                                                                                                                                                          
  $If   gd K$	  $If   gd  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    ٖ                                                                                                                                                                                                                                                                        	  $If   gd  S  kdq $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd K$	  $If   gd     6 I \ o    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  1 x  _ ` a b s ƙ                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd 	  $If   gd   ] ` a b r s ř ƙ Ǚ ߙ         e f i r þިިިn\F>          h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ ƙ Ǚ   - @ S f g h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h i                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r  D  Л n o p q                                                                                                  Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
r     Л n o p q   Ԝ ՜ ֜         o p s νΦ߄|jXB   +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ   ՜ ֜   $ 7 J ] p q r             s                                                                                                                                                                 kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  r s                                        kdM
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s | Q x       
                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
s | P        
                    " # $ ñ{iiX{X{{{P h*o h 5 hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    #h| h 6CJ OJ QJ ^J aJ  h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5 
     $ 9 N ` z    ؠ   
                                                                                                                                                                                                         	  $If   gd  S  kd[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  
  6 P ` z                                                                                                                                                                                                                                                    	  $If   gd  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd      |            s            s                                                                                                                                                                                           	  $If   gd   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         $ % 8 K ^ q    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd9 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
$ % 7 8     I 9 : ; K L X ] r   0 2 8 9 A C < > ۶pkcUUUCC#hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I     9 : ; L                                                                                                 f                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd 	  $If   gd  
L  2 9 B C K ` u    Ц                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$   
& F& $If   gd    
& FS $If   gd    & @ H ] r    ͧ ާ   # = >                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  > ? @ h i |    Ȩ ɨ ʨ             s                                                                                                                                                                 kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  > ? @ X b c d f g h i { | Ǩ Ȩ ˨ Ԩ  ǩ ȩ       N O 8 M O P Ĳ{saaaPPa  h| h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ ʨ ˨                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˨ Ԩ   P  ֪ )   O  O P W    , X     D                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd    
& F' $If   gd 	  $If   gd  P W \ o s   ' + C D E U V          ԿԿԿԿtbtbQb:  ,hh h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   ,hp h 6B*CJ OJ QJ ^J aJ ph   D E V    |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ȯ ݯ    8 I c }    Ӱ ۰                                                                                                                                                                                                                        
  $If   gd K$	  $If   gd  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a      , F ` q    б                                                                                                                                                                                                                       	  $If   gd  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    & ' : M ` s    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    ! % & ' 9 :     P | I    %   }  5 J K L S  ôÞՖooooooXo                           ,hp h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph   #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 P J  ( 5    L S   ѷ  
 , K                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd    
& F9 $If   gd    
& F( $If   gd 	  $If   gd     ɷ  $ 0 C O b j             : < = > V ` a e ĳmmm\NN  h CJ OJ QJ ^J aJ   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             2 D [ r    ȹ ٹ                                                                                                                                                                                                                            
  $If   gd K$	  $If   gd  S  kd $If   K$L$l 0                                     
t                                4   4 
l a      2 D V h     պ    $ ; <                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd K$	  $If   gd  < = > f g z    ƻ Ȼ ɻ             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  e f g y z Ż ƻ ʻ ӻ    ߽    ^ z  ^   { $  L   `     b 󸦕kVV   )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5 !ɻ ʻ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʻ ӻ     {     |   ^  & N    _ `                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd 
  
  $If   gd    
& F+ 
  $If   gd 	  $If   gd  `     ^ }                                                                                                                  f                                       kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd    
& F9 $If   gd  b u           / 0 1 T U V Z [ _ h     ĳёzh`RA  h{W h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h CJ OJ QJ \^J aJ h*o h 5 hp h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ   h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f   0 1 U V [ ] ^             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ^ _                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h u        B d                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd 	  $If   gd       |            s            s            s                                                                                                                                                                          	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  # B ( ; j }      3 n  D P T {   
   ||||||jjȎ^                        hW> h 0J 5\ #hp h 5CJ OJ QJ ^J aJ "hp h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h8e h 5h 5CJ OJ QJ ^J aJ hPw h B*ph   hv h  h  )h{W h B*CJ OJ QJ ^J aJ ph    h[B h CJ OJ QJ ^J aJ  hZ h 5	h 5      B   ( j     o |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o      ~  C D {   
 O    T                                                                                                                                                                                                                                                                                                                          
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd    O b       S g          ) * . / 0 B C U V h i { |         õõxg   h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ (                                         kdc  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                / 0 C V i | ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd                                           kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   + Y w                                                                                                                  f                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd   	 
 2 3 F Y l                s                                                                                                                                                                      kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
 	 
 " , - 1 2 3 E F X Y ~      P Q R b c d e }            ǿ泪~mh`ǿ泪   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    %                                         kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Q R c d                                                 f                                                                                                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  d e         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdG' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ( )                  4 5 9 B e f   u v w      㐈|s|s|a     #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ  )h{W h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h h 5h %   )                                                     f                                                                                                                       kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd        " 5 7 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdU) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 9                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B f  v w                                                   f                                                                                                                       kdc+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd      H I p q      |            w            w            w            w            w            w            n            w            w            w            w                           `gd    gd   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          G H I p }        $ G [           G H [  ͿͨͿ͜xfWfxfxfPxf 
h 0J \h 0J CJ OJ QJ \aJ #hb` h 0J CJ OJ QJ \aJ h 0J 5\ h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\ ,hp h 5B*CJ OJ QJ ^J aJ ph    h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ   H    H   # x y z                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd      " 6 w y z               % 7 8 ] ^ w    շq_W                    h h 5#h[Y h CJ OJ QJ \^J aJ "h[K h 0J 5OJ QJ \^J  h[K h 0J 5\ "hW> h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\                                         kd, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   % 8 K ^ ` v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  v w                                        kd+. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w     2 j u     "                                                                                                 f                                                   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd    j u            
    " ( ) 0 2 G H W Y Z [ ̧̣s^s^^^I  )h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  hZ h 5	h 5h  #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f )h79i h B*CJ OJ QJ ^J aJ ph   h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ " ) 1 2 H X Y Z                                                             R            I                                   	  $If   gd Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd90 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$ Z [          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdS1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ s } ~              a / 9 : X Y t       ɮզncXPXnn           h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd
2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 b }     / : Y u                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd 	  $If   gd            ! # , R S h i k l m              пЭИпп{ofofoT    #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5)h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ       " |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kda3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " # S j k l                                     R            I                                                                     	  $If   gd Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   l m         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd55 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ^    
  7 b                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd 	  $If   gd  
    ] 
   6 7 J Y a b i o               زqmh`                                           hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5     |            s            s                                                                                                                                                                                           	  $If   gd   kdC7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
    % & 8 9 ^ _ c l m |      ; E F d e ǿ泪jXMj          hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph        & 9 L _ a b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b c                                        kd8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               c l        ; F e                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
e x                     < 촰o`I                                ,hp h 5B*CJ OJ QJ ^J aJ ph    hW> h CJ OJ QJ aJ  )h{W h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  )h79i h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           < = x / a b   B C |            w            w            w            w            w            w            w            w            w            w            w            w                            gd   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
< I M x / a n r   C O S u  ^      P                 S { |     : ; t   `   ͶͶͶͶͶͶͶͅͅ  h  )hp h B*CJ OJ QJ ^J aJ ph   /hp h 5;B*CJ OJ QJ ^J aJ ph   ,hp h 5B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  4C u  ] ^    P                0 @ S { |                                                                                                                                                                                                                                                                                                                                                                    gd    ; t   `   3 j                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd    gd   j n           l m n o   C p    S ~     
 : ; @ e i  Ѽ~w~p~g]  h 6B*ph     h.A h aJ  hN h  hN h  h%HR h  hPg h  h- h  ha3 h  hYP h  h~< h  hTB h  	h 5h7| h 5)hp h B*CJ OJ QJ ^J aJ ph   &h 5B*CJ OJ QJ ^J aJ ph    ,hp h 5B*CJ OJ QJ ^J aJ ph    h $         M            H            H            H            H            H            H            H                   gd   kd; $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    2 9 > N O ^ _                                                 _            V            V                                                             	 $If   gd    kd< $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd   gd  $gd  _ ` l m                                                                                                                                                                                                                                                          	 $If   gd  o  kd< $$If   l       0   T# T                 .                
t  0                                                              4 
l al  m n o z ~                                        z            q            q            q                                                                                                                   	 $If   gd  
 $$If   gd   gd    gd  o  kd= $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd    kd,> $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      = > C p u              [                                                                                                                                           kdY? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd       M d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd"@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M N S    d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    
 ; @ f d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd}B $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  f g h r    d            _            Z            _            Q            Q                                                                    	 $If   gd   gd    gd    kdFC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd    kdD $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd  t  kdD $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al        
   '                                     w            w            w            w            w                                                                                                              	 $If   gd   gd    gd  t  kdE $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ' (                                             kdF $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ( 3 7 > E F G H                                                             A                                  kdwG $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd 	 $If   gd  H I J K L M N O                                                 A                                              kdVH $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd  O P Q R S T i                                     A            <            7                  gd    gd    kd5I $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd  i   6 7 P a b v x                                                                                                                                                                                                                                                   E  kdJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd     gd   gd    gd   gd  	   # $ 6 7 a b x y { |                   = > ? K L ^ &             춥x                          /jFO hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  hC h  ho\ h  
h 5CJ h 56CJ  h
  h  h  hN h  hz h 6 *x y z { |                                       a                                                                                                                             E  kdJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kdsJ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdK $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd1K $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdNL $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kdK $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kdL $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd 	 $If   gd     gd  E  kdkM $$If   l 0 
" R                                                           4 
l a      - . < = l            c            Z            c            Z                                                                                                       	 $If   gd 	 $If   gd    kdM $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   = > ? L ^ % &         l            g            a            \            g            g            g            g            g            g                        gd  $gd    gd    kdN $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
                0 1         3 5 G H l n ~       = > J 
 
 
 
 
 
 J K    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h 5 h8pU h CJ OJ QJ ^J aJ  	h 5h CJ OJ QJ ^J aJ  hZ% h  h  /jO hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ  )j    hh h CJ OJ QJ U^J aJ  h
 h CJ OJ QJ ^J aJ 0    1      4                                                                                                                                                                                                                                                       S  kdP $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd   gd   gd    gd  	4 5 H m n                                       N                                                                                       S  kd8Q $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd  S  kdP $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         Y Z G H = > J  (   h	 	                                                                                                                                                                                                                                 
& F
 gd    gd  S  kdQ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   	 	 
 
 J K     !
 "
 3
 Q s    3 M N W X   V W                                                                                                                                                                                                                                                                                                                                                   gd   
& FO gd    gd    2 3 C K  
 "
 3
 P Q s 8 U X           0 1 b c d           ۵۵۵ۭۜۋzrgrrr       j@S h Uj    h U h0 h CJ OJ QJ ^J aJ   h
o h CJ OJ QJ ^J aJ   h7| h CJ OJ QJ ^J aJ  h7| h 5 hp h CJ OJ QJ ^J aJ  h   hh h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  	h 5 '      1 c                                     j                                                                                                                                           kd\R $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd  c d u    ` a }  $ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd   
& FQ gd    gd   gd   kdR $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
$ ~ C D    1 2   / 0   U V # $ > O                                                                                                                                                                                                                                                                                                                                        
& F gd   $ $gd    gd   
& FR gd        1 2  .  T   
      ! " # $ - > O            ŷŷŢŊŢyŷrkfUUUU  h8pU h CJ OJ QJ ^J aJ  	h 5h`\g h  h3 h   h
 h CJ OJ QJ ^J aJ  /jT hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ   hh h CJ OJ QJ ^J aJ  h>vi h  hc[ h B*ph   h  j    h UjS h U !       ! ! !                                                 e                                                                                                                        F  kdT $$If   l   l '{6    4   4 
l a] p
        F  kduT $$If   l   l '{6    4   4 
l a] p
        	  $If   gd    gd      ! A! B! E! F! L! M! n! o! ! ! ! ! ! ! ! ! ! ! " " 6" 7" M" N" h" i" " " " " " r$ s$ $ $ % .% b% h% k% % 	& & & )' R' ' ' ' ᷳᚉ                h0 h CJ OJ QJ ^J aJ   ho h CJ OJ QJ ^J aJ  h# h 5h   hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  h CJ aJ  h CJ OJ QJ ^J aJ   h 5CJ OJ QJ \^J aJ 3! ! ! &! 4! A! B!                                                             5            v  kdU $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    gd F  kd[U $$If   l   l '{6    4   4 
l a] p
         B! C! D! E! F! J! K! L!                                     t                                                                                                                                                             v  kdsV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd  L! M! f! h! n!                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n! o! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdtX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kduZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! " " "                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd [ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " ." 0" 6"                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6" 7" E" G" M"                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdv\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M" N" a" c" h"                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd!] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h" i" p" u" "                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " " r$ s$ $ $ $ % /% c% v% %                         |            |            |            |            |            |            |            |            |            |            |            |                     gd    $a$gd v  kdw^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % % % 
& >& Q& & & & & )' C' S' ' ' ' ' ' ' ' ) 	) ) E) T) g) h) ) ) )                                                                                                                                                                                                                                                                                                                                                                   gd  ' ' ' ' ' ' ) 5) T) f) ) ) ) ) * 4* E* y* * * 9+ N+ + + + + + + + + + + пппппЮЄ{{ia{P  h.P h CJ OJ QJ ^J aJ  h6= h 5#h6= h 5CJ OJ QJ ^J aJ h  	h 5hZ h 5h8 h 0J 5OJ QJ \ #h8 h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   h0 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ  ) ) ) ) ) * C* D* E* y* * * * * * 8+ 9+ C+ N+ + + +                                                                                                                                                                                                                                                                                                                                       
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  + +                                     kd"_ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               + + + + + , , 3, 5, L,                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd  	+ + , , , , 2, 3, M, V, , , , , - - - - @- A- F- O- l. n. ~. . . . . . . Ⱥ򥘐me򥘐Tm               h$ h CJ OJ QJ ^J aJ  h*o h 5#h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h h 5h   h7| h CJ OJ QJ ^J aJ  hM h 0J OJ QJ \h 0J OJ QJ \h_ h 0J OJ QJ \ h.P h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ L, M,                                     kdy` $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M, V, x, y, , , , , , , , , , ,                                                                                                                                     q                            kda $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  
, - - - A- B- C- D- E-             q            l                                                                                                                                                       gd    kdb $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  E- F-                                     kdJc $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               F- O- p- q- - - - - - - - . (. =. W. X. m.                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  m. n. . . z            q            q                                                                                                                                                                                       	  $If   gd    kdd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       . . . . . . . . z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd^e $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       . . . . . ^/ `/ p/ q/ / / / / / / / 0 (0 D0 P0 o0 {0 0 0 0 0 0  1 1 
1 #1 m1 1 1 1 ΰ΍΍΍ΰ{jjY     hp h CJ OJ QJ ^J aJ   hm{ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  h
o h CJ OJ QJ ^J aJ  #h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h CJ OJ QJ ^J aJ  h h 5h  h*o h 5h 5CJ OJ QJ ^J aJ  ". .                                     kdf $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . . . . 
/ / -/ I/ J/ _/ `/ q/ /                                                                                                             q                                                         kdrg $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  / / / / / / / / z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd/h $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       / /                                     kdh $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               / / 0 0 0 0 0 0  1                                                             q                                                                                                                             kdCj $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd   1 1 1 1 #1 1 1 1 1 2 2 z            u            u            u            u            u            u            u            h            _                            	  $If   gd 
  ? $If   ^? gd    gd    kd k $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
1 1 1 2 B2 C2 M2 W2 X2 x2 y2 2 2 2 2 2 3 s4 u4 4 4 4 4 5 5 5 :5 ;5 <5 =5 >5 A5 J5 5 5 5 ºҬғxxxgZқғ h 0J 5OJ QJ \  h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ  h	 h CJ OJ QJ aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h	 h 0J OJ QJ \h*o h 5h*o h 0J 5OJ QJ \ h  	h 5hZ h 5h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ #2 C2 M2 W2                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd 	  $If   gd  W2 X2                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X2 y2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  2 2                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 3 3 3 3 3 /4 t4 u4 4 4 5                                                                                                 s                                                                        kdsn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  5 5 <5 =5 >5 ?5 @5 |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd-o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @5 A5                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A5 J5 5 5 5 5                         s                                                                                                                                                                                   kd;q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  5 5 5 5 5 5 5 5 
6 9 9 9 9 : d: : : ; g; ; ; < < < 
= )= C> b> > > [? z? ? @ u@ @ sA A A B B B B C SD TD о߷ߦЦ                                       #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h  #h8 h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ -5 5 5 5 5 5 
6 6 6 6 6 7 7 7 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd    gd   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7 7 w7 7 7 7 7 7 &8 [8 8 8 9 9 9 9 9 9 :                                                                                                                                                                                                                                                                                                                                                             	  $If   gd   $$If   a$gd   
& F gd    gd  : : : :             {            {                                                                                                                                                                                                           	  $If   gd  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : #:             {            {                                                                                                                                                                                                           	  $If   gd  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #: $: /: 4:             {            {                                                                                                                                                                                                           	  $If   gd  z  kdms $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 5: ?: D:             {            {                                                                                                                                                                                                           	  $If   gd  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D: E: F: d: r: :                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd+t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd  z  kdHu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : : : ;                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; 
; ;             {            {                                                                                                                                                                                                           	  $If   gd  z  kdev $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ";             {            {                                                                                                                                                                                                           	  $If   gd  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "; #; .; 3;             {            {                                                                                                                                                                                                           	  $If   gd  z  kd#w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3; 4; >; C;             {            {                                                                                                                                                                                                           	  $If   gd  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C; D; E; g; u; ;                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ;             {            {                                                                                                                                                                                                           	  $If   gd  z  kd@x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ;             {            {                                                                                                                                                                                                           	  $If   gd  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ;             {            {                                                                                                                                                                                                           	  $If   gd  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ;             {            {                                                                                                                                                                                                           	  $If   gd  z  kd]y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; ; ; <                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < <  <             {            {                                                                                                                                                                                                           	  $If   gd  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    < !< +< 0<             {            {                                                                                                                                                                                                           	  $If   gd  z  kdzz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0< 1< << A<             {            {                                                                                                                                                                                                           	  $If   gd  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A< B< L< Q<             {            {                                                                                                                                                                                                           	  $If   gd  z  kd8{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< R< S< < < <                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd  z  kdU| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < 
= = (=                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdr} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (= )= 4= 9=             {            {                                                                                                                                                                                                           	  $If   gd  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9= := D= I=             {            {                                                                                                                                                                                                           	  $If   gd  z  kd0~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I= J= U= Z=             {            {                                                                                                                                                                                                           	  $If   gd  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= [= e= j=             {            {                                                                                                                                                                                                           	  $If   gd  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j= k= l= = !> C> Q> a>                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a> b> m> r>             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r> s> }> >             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd  z  kdɀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > > > >                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? '? ,?             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,? -? .? [? i? y?                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y? z? ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ? ? @                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdބ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ '@ ,@             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,@ -@ 8@ =@             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =@ >@ H@ M@             {            {                                                                                                                                                                                                           	  $If   gd  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M@ N@ O@ u@ @ @                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd  z  kdև $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ CA DA sA A A                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A B B                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B #B             {            {                                                                                                                                                                                                           	  $If   gd  z  kdΊ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #B $B .B 3B             {            {                                                                                                                                                                                                           	  $If   gd  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3B 4B ?B DB             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DB EB OB TB             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TB UB VB B B B                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd  z  kdƍ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B 
C C                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C )C .C             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .C /C 9C >C             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >C ?C JC OC             {            {                                                                                                                                                                                                           	  $If   gd  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OC PC ZC _C             {            {                                                                                                                                                                                                           	  $If   gd  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _C `C aC C C C C C DD ED RD SD TD wD D                                                                                                                                                                                        gd  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TD eD wD D D 1E BE CE DE YE E E E E E E E E E E 	F 
F $F -F  H H H H #H Ϳ}y}yiayiPyHy}h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h  	h 5hZ h 5#h*Y h 5CJ OJ QJ ^J aJ "h*Y h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ  D D 1E CE DE NE YE E E E                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	E E                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E 
F F #F                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  #F $F                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $F -F F F F F F PG G G G G G G H                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd 	  $If   gd  H H H dH }H H H H |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #H $H >H ?H @H SH TH cH H H H I I 4I 5I 8I AI J J J J K K K K K ߧzia\TB   #h h 5CJ OJ QJ ^J aJ hZ h 5	h 5h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  H H I 4I 5I 6I 7I |            s            s            s            s            s                                                                                                                                        	  $If   gd   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7I 8I                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8I AI I I I 8J CJ _J xJ J J J J                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd 	  $If   gd  J J J K |            s            s                                                                                                                                                                                           	  $If   gd   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K DL EL yL L L L M M |            w            w            w            w            w            w            w            w            w            w            w                                             gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K DL EL xL yL L L L L M M MM zM M M M M M M M M N N @N cN dN gN pN &O )O P P P P P P P ̡̺̩뜡댄rj뜡                            h h 5#h[Y h CJ OJ QJ \^J aJ h*o h 5hp h 0J OJ QJ \^J 	h 5hZ h 5 h3
 h CJ OJ QJ ^J aJ  "h3
 h 0J 5OJ QJ \^J  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hl,! h CJ OJ QJ ^J aJ $M M M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd 	  $If   gd 
  ? $If   ^? gd  M M                                        kdȗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M N @N RN dN eN fN                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  fN gN                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gN pN N N N N O O O O P <P bP P P P P                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd 	  $If   gd  P P P )Q Q Q R [R |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P Q Q Q Q Q (Q IQ Q Q Q Q R 9R ZR [R ^R oR R R S =S >S ?S PS ߧߧߧߧߖoߧbP                               "h G h 0J 5OJ QJ \^J  h 0J OJ QJ \^J  h G h CJ OJ QJ ^J aJ  #h h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j* h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  [R \R ]R ^R R R 
S S ?S QS RS \S |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       PS RS gS S S S S S S S S T T T T T T T T U U U U  U !U kU lU nU oU U U U U U ෥ϏϏϏ~mff                                   h h   h G h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ hp h 0J OJ QJ \^J h*o h 5 hp h CJ OJ QJ ^J aJ  h  	h 5hZ h 5h 0J 5OJ QJ \^J !\S gS S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd  S S                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  T T                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T |T }T T T T T U U !U                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd 
  
 
 $If   gd 	  $If   gd  
!U lU mU nU oU U 5V YV X X &[ 3[             s            n            n            h            n            c            n            n            n            c                     gd  $gd    gd   kd˟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  U U U U U U U U 5V YV &[ 3[ _\ p\ _ _ c c c c c c d d d d d d e e if f lg sg h h 5i Vi j j Nk Ok gk hk xk yk ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jʤ hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h   h
 h CJ OJ QJ ^J aJ  /j hp h CJ OJ QJ U^J aJ  hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ  -3[ ^\ _\ p\ ] ] w^ x^ _ _ _ $a %a c c c c d d d d e e hf if xf f                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd   
& FP gd    gd  f f f f f f             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd  f f f f f o            f            f            f                                                                                                                                                	  $If   gd    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o            f            f            f                                                                                                                                                	  $If   gd    kdȡ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o            f            f            f                                                                                                                                                	  $If   gd    kd6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f g g o            f            f            f                                                                                                                                                	  $If   gd    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g g g g (g o            f            f            f                                                                                                                                                	  $If   gd    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (g )g 1g 8g =g o            f            f            f                                                                                                                                                	  $If   gd    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =g >g Fg Mg Yg o            f            f            f                                                                                                                                                	  $If   gd    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Yg Zg [g \g g g Ui Vi j j k k l o            j            j            j            j            j            j            j            j            j            j            j                   gd    kd\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at yk |k }k l l t t Cx Nx E~ V~ π       $ @ D E Z       σ Ѓ      ܅ ޅ  ȓyg_ȓ h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5hZ h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ hq7 h  h   hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ %l l l l Bm Cm m m ,n o o p p Hq r r ms t t Bv Cv dw qw ~w w w w                                                                                                                                                                                                                                                                                                                                      h^hgd   
& F  gd    gd   gd  w w w w w w x x +x Bx Cx Nx ~y y z z z z q} r} E~ V~ ~ ~ ~ ; i                                                                                                                                                                                                                                                                                                                                                               gd    gd     ` π Ѐ    @ D E O Z                                                                                                                                                                                                                                                                                                                                               
  $$If   gd 	  $If   gd 
  ? $If   ^? gd   gd   gd    gd                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ѓ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O [      S ]  ܅ ݅                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd 	  $If   gd  
݅ ޅ  & |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         % & ' ) 5 9 U V k                ñԝ镃qiT                                       )hp h B*CJ OJ QJ ^J aJ ph   h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5 & ' ( ) U V ` k   |            w            w            w            w            j            a            a            V                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 T `                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd 	  $If   gd     ' ( . 5 6 7 8 M        É       ǲ撄|jXP                                    h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph      ( 6 |            s            s                                                                                                                                                                                           	  $If   gd   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 7 8 B M    |            w            j            a            a            V            a                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdì $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                É                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd                                           kdѮ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 8 D k  ֊                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd 	  $If   gd              ) - H I ^       ӌ Ԍ   ղyjyjYKCh*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           I S ^    |            w            w            w            j            a            a            V            a                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd߰ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ԍ                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd      ~               
 + , 6 U V W îxjbPAP h 6CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J V }   
 B ~                                                                                                                           f                           kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd                                    s            n            a                                    V                                        
  $$If   gd 
  ? $If   ^? gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , V W X Z [                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  W X \ e      	     M g i j     Ƒ Ǒ ӑ  п麲vgUg麲G             h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ  [ \                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ e   ׏  % T q                                                                                                                            f                           kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd       M j t                           s            n            i            n            \                                                               
  ? $If   ^? gd   gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	  Ƒ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  
  $$If   gd  Ƒ Ǒ                                        kdѹ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ǒ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd           N O P ` a         Ȕ   ȺȨygȒgXgL                            hW> h 0J 5\ h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h  h*o h 5                                          kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ) h  O P a                                                                                      s                                                                                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
      Ȕ y z   ' _  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd    gd   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   & : ^ r     J K `       ʘ ˘ ̘ Ϙ И     ; < V _ k õõízh`                       h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ !  J K U `                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                И    ) < > U                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd  U V                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V _ ʙ ݙ 
    J Q Y                                                             f                                    [            [                     
  $If   gd K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd 	  $If   gd  
k ʙ 
       5 > H J P Q X Z o p            ͚ Κ ļޮޮއއvޮޮޮn\                              #hp h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ Y Z p                                        R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a      Κ       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Κ    & I               ! ' ( ) ̺{vn`NN=    hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph    ,h| h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J                                          kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & I w                                                                    f                                    [            [                     
  $If   gd K$  kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd 	  $If   gd  
     ! " #                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd1 $If   K$L$l 0                                     
t                              4   4 
l a   # $ % & ' (                                     R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   ( ) Q r s      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) A K L M O P Q r s    ʜ   o         # , C s y ñÓkf^L   #hp h 5CJ OJ QJ ^J aJ hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʜ         s                                                                                     Y                                          kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
s z      ȟ    & @ H ] r                                                                                                                                                                                                                        	  $If   gd  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$ y z        ! " # % & ' F G      	      ʧʧʧwo^^G   ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ    Ƞ                                                                                                                                                                                                                                                          
& F$ $If   gd  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    ' G l     |            s            s            s            s            s            s            s                                                                                                      	  $If   gd   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 7                                                                    f                                    [            [                     
  $If   gd K$  kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd 	  $If   gd  
   ܢ                  ɤ Ӥ Ԥ    # ,  ` ӯ䒯q[S                 h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h 6CJ OJ QJ ^J aJ h*o h 5h   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5   ! 6 K ] w    գ ݣ    3 M ]                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ] w                                                                                                                                                                                                                                                                        	  $If   gd  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd K$	  $If   gd     Ԥ   
   ! " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # ,  ϥ  _       d                                                                                                 f                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd 	  $If   gd  `        c d e }             þިިިn\F>          h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ d e   ˧ ާ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   % n  
                                                                                                     Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
   $ % n  
      r s t         
   νΦ߄|jXB   +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ    s t   ª ժ                  s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Z  B C D U                                                                                      Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
    @ B C D T U       1 3 4 5 E F          ¯ ñ{iiX{X{{{P h*o h 5 hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    #h| h 6CJ OJ QJ ^J aJ  h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5      ­ ׭    2 B \ v ~                                                                                                                                                                                                           	  $If   gd  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    Ԯ    2 3 4                                                                                                                                                                                                                                                 	  $If   gd  S  kd' $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  4 5 F  |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ¯ ï ֯    " # $ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kds $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
¯ ï կ ֯ ! " % .  ײ ز ٲ      T  γ г ֳ ׳ ߳  ڵ ܵ ۶pkcUUUCC#hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ  $ %                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % .  G   * ײ ز ٲ                                                                                                  f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd 	  $If   gd  
 T г ׳      ( : T n                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd  S  kdI $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$   
& F& $If   gd    
& FS $If   gd    Ĵ ޴    % 7 Q k |    ۵ ܵ                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  ܵ ݵ ޵    - @ S f g h             s                                                                                                                                                                 kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  ܵ ݵ ޵            e f i r 6 e f   @ A & ;   ֺ    Ĳ{saaaPPa  h| h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ h i                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r 6   A t Ǹ =       4   ʻ  * V                                                                                                                                                                                                                                                                                                                                   
& F8 $If   gd    
& F' $If   gd 	  $If   gd     
  )  ż ɼ      8 > ? G I     ԿԿԿԿtbtbQb:  ,hh h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   ,hp h 6B*CJ OJ QJ ^J aJ ph      8 ? H |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H I Q f {    ֽ    , F W q y                                                                                                                                                                                                                        
  $If   gd K$	  $If   gd  S  kd5 $If   K$L$l 0                     x                
t                                4   4 
l a      ʾ    ) C T n                                                                                                                                                                                                                       	  $If   gd  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    Ŀ ſ ؿ    $ % & |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kdY $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    ÿ Ŀ ſ ׿ ؿ # $ ' 0    8 M      0      5 ôÞՖooooooXo                           ,hp h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph   #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ & '                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0   P   @  3   1 P o     * +                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd    
& F9 $If   gd    
& F( $If   gd 	  $If   gd  5 H T g         ! ) * + , < =              ĳmmm\NN  h CJ OJ QJ ^J aJ   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f  + , =    |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                ' 8 O f w                                                                                                                                                                                                                           
  $If   gd K$	  $If   gd  S  kd/ $If   K$L$l 0                                     
t                                4   4 
l a          4 K \ s                                                                                                                                                                                                                                  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd K$	  $If   gd        + > Q d f g             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd       c d h q   K }  ~    l  S h   F  A V        󸦕kVV   )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5 !g h                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q  K    S    8 j     Y Z a                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd 
  
  $If   gd    
& F+ 
  $If   gd 	  $If   gd   > ~     : Y x y                                                                                                              f                                       kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd    
& F9 $If   gd      2 > Q ] p w y             # 8 9 : ĳёzh`RA  h{W h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h CJ OJ QJ \^J aJ h*o h 5 hp h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ   h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f                      s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  5 W y      $ 9                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd 	  $If   gd  9 : K ~  |            s            s            s                                                                                                                                                                          	  $If   gd   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : J K               > R v           t w   ||||||jjȎ^                        hW> h 0J 5\ #hp h 5CJ OJ QJ ^J aJ "hp h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h8e h 5h 5CJ OJ QJ ^J aJ hPw h B*ph   hv h  h  )h{W h B*CJ OJ QJ ^J aJ ph    h[B h CJ OJ QJ ^J aJ  hZ h 5	h 5           ? w  
 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 b c  \ ]      v w   $ \   G H R ]                                                                                                                                                                                                                                                                                                                      
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd      # 7 [ o     G H ]                     ' o      õõxg   h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ (                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' o     / f                                                                                                                f                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd         
                 s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
               ! * k l          % & * + , > ? Q R w x ǿ泪~mh`ǿ泪   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    %  !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! * H l                                                     f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd    + , ? R e x z { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x |    I J K [ \ ] ^ v                     % & ' ( 5 㐈|s|s|a     #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ  )h{W h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h h 5h %|    J K \ ]                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  ] ^         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     & '                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd  ' ( ) Z     @ 8 9 m  |            w            w            w            w            w            w            n            w            w            w            w                           `gd    gd   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 9 Z       @  9 m        1 C D b c v      * ͿͨͿ͜xfWfxfxfPxf 
h 0J \h 0J CJ OJ QJ \aJ #hb` h 0J CJ OJ QJ \aJ h 0J 5\ h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\ ,hp h 5B*CJ OJ QJ ^J aJ ph    h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ     c   + r     " - ` j t                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  * > q       - _ ` j t u                . շq_W                    h h 5#h[Y h CJ OJ QJ \^J aJ "h[K h 0J 5OJ QJ \^J  h[K h 0J 5\ "hW> h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\t u                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd                                           kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                      ?                                                                                                     f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd  .    & 6 ? F L                     ̧̣s^s^^^I  )h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  hZ h 5	h 5h  #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f )h79i h B*CJ OJ QJ ^J aJ ph   h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$   ! " 5 H [ n p q  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
      ! " 4 5 G H m n            B K R X i j ɮզncXPXnn           h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kdG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                    L i       % K j k                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd 	  $If   gd  j k l | }             	 
  # - . 2 3 4 F G Y Z    пЭИпп{ofofoT    #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5)h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  k l }    |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           	 
                                     R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   
  3 4 G Z m    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdo  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  $ ^ p      B F G H                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd 	  $If   gd  
                
 A B E F G H I Y Z ] r {   زqmh`                                           hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5 H I Z  |            s            s                                                                                                                                                                                           	  $If   gd   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                       
   x y ' + m      ǿ泪jXMj          hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph               |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                
 y  ( [      . p q                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
  % - . 5 ; o p q r             촰o`I                                ,hp h 5B*CJ OJ QJ ^J aJ ph    hW> h CJ OJ QJ aJ  )h{W h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  )h79i h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f  q r   |            s            s                                                                                                                                                                                           	  $If   gd   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  9    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
        9        Q R ^ b    * . V ( V b f  D E          0 4 `     h   :  ͶͶͶͶͶͶͶͅͅ  h  )hp h B*CJ OJ QJ ^J aJ ph   /hp h 5;B*CJ OJ QJ ^J aJ ph   ,hp h 5B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  4     Q R     V ( U V  E    g  h              `                                                                                                                                                                                                                                                                                                                                                                   gd  `    h   :    j k v                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd   gd    gd     i j v        
   
 I    ^      A x y     	 
 
 Ѽ~w~p~g]  h 6B*ph     h.A h aJ  hN h  hN h  h%HR h  hPg h  h- h  ha3 h  hYP h  h~< h  hTB h  	h 5h7| h 5)hp h B*CJ OJ QJ ^J aJ ph   &h 5B*CJ OJ QJ ^J aJ ph    ,hp h 5B*CJ OJ QJ ^J aJ ph    h $         M            H            H            H            H            H            H            H                   gd   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd    kdW $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd   gd  $gd    
                                                                                                                                                                                                                                                           	 $If   gd  o  kd, $$If   l       0   T# T                 .                
t  0                                                              4 
l al    
   / 7 C                                     z            q            q            q                                                                                                                   	 $If   gd  
 $$If   gd   gd    gd  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  C D I   2            )            )            )                      	 $If   gd    kdf	 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                           X             [                                                                                                                                           kd
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd  X Y ^    d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      ! ; d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; < A y ~  d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       	 d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	 	 	 	 _	 d	 p	 d            _            Z            _            Q            Q                                                                    	 $If   gd   gd    gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p	 q	 t	 ~	 n            e            e                                                                                                                                                               	 $If   gd    kdI $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ~	 	 	 	                                                                                                                                                                                                                                                	 $If   gd  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	 	 	 	 	 	 	 	 	                                     w            w            w            w            w                                                                                                              	 $If   gd   gd    gd  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	 	                                             kdX $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          	 	 	 	 	 	 	 	                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd 	 $If   gd  	 	 	 	 	 	 	 	                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd  	 	 	 	 	 	 
                                     A            <            7                  gd    gd    kdo $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd  
 
 
 
 
 
 
                                                                                                                                                                                                                                                       E  kdN $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd     gd   gd    gd   gd  	
 
 
 
 
 
 
 
       ( ) 6 7 V W Y Z                 i j u v   춥x                          /j hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  hC h  ho\ h  
h 5CJ h 56CJ  h
  h  h  hN h  hz h 6 *     " (                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a   ( ) 2 6 7 J V                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kdk $$If   l 0 
" R                                                           4 
l a   V W X Y Z l                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd) $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdF $$If   l 0 
" R                                                           4 
l a  	 $If   gd 	 $If   gd  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd 	 $If   gd     gd  E  kd $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd 	 $If   gd    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a          
 
   l            g            a            \            g            g            g            g            g            g                        gd  $gd    gd    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              ' ( 4 5 | ~       
    \ ^ _ k l    * - B b     E F X ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h 5 h8pU h CJ OJ QJ ^J aJ  	h 5h CJ OJ QJ ^J aJ  hZ% h  h  /j hh h CJ OJ QJ U^J aJ  hh h CJ OJ QJ ^J aJ  )j    hh h CJ OJ QJ U^J aJ  h
 h CJ OJ QJ ^J aJ 0    ( 5 } ~                                                                                                                                                                                                                                                         S  kdN $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd   gd   gd    gd  	      ]                                     N                                                                                       S  kdr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ] ^ _ l  ;        k  7   m                                                                                                                                                                                                                                 
& F
 gd    gd  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   m n -    ' E F Y      z            @                                                                                                                                                                                                                                                                                                                                                   gd   
& FO gd    gd  X Y                 @  V  Z  g  h           ! ! ! $ $ *$ +$ ,$ 0$ 1$ n$ o$ z$ ۵۵۵ۭۜۋzrgrrr       jz h Uj    h U h0 h CJ OJ QJ ^J aJ   h
o h CJ OJ QJ ^J aJ   h7| h CJ OJ QJ ^J aJ  h7| h 5 hp h CJ OJ QJ ^J aJ  h   hh h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  	h 5 '@  L  [  g  h      !                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd  ! ! ! \! a! ! ! ! " " " s            n            i            a            a            a            i            i            Y            Y                  
& FR gd   
& FQ gd    gd   gd   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
" # # # 3$ $ $ $ $ t% u% & & <( =( ( ( ) ) ) ) * W+ , , - -                                                                                                                                                                                                                                                                                                                                 
& F gd   $ $gd    gd   
& FR gd  z$ {$ |$ $ $ $ $ $ s% & ( ( ) ) ) ) ) ) ) ) ) ) ) ) ) ) n* w* + + , - . . ŷŷŢŊŢyŷrkfUUUU  h8pU h CJ OJ QJ ^J aJ  	h 5h`\g h  h3 h   h
 h CJ OJ QJ ^J aJ  /jH hh h CJ OJ QJ U^J aJ )j    hh h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ   hh h CJ OJ QJ ^J aJ  h>vi h  hc[ h B*ph   h  j    h Uj h U !- . . . . . .                                                 e                                                                                                                        F  kd"  $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd    gd  . . . . . . . . . / 
/ -/ ./ D/ E/ `/ a/ }/ ~/ / / / / / / / / 0 0 .0 /0 00 10 20 2 2 2 ~2 2 2  3 3 	3 3 3 z4 4 4 4 $5 C5 y5 ᷳᚉ                h0 h CJ OJ QJ ^J aJ   ho h CJ OJ QJ ^J aJ  h# h 5h   hh h CJ OJ QJ ^J aJ   h8pU h CJ OJ QJ ^J aJ  h CJ aJ  h CJ OJ QJ ^J aJ   h 5CJ OJ QJ \^J aJ 3. . . . . . .                                                             5            v  kd! $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd    gd F  kd  $$If   l   l '{6    4   4 
l a] p
         . . . . . . . .                                     t                                                                                                                                                             v  kd! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd 	  $If   gd  . . / / /                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdX" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / 
/ &/ (/ -/                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -/ ./ </ >/ D/                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D/ E/ X/ Z/ `/                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdY$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `/ a/ v/ x/ }/                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }/ ~/ / / /                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kdZ& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / 0 0                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd[( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 0 0 .0                         t            t                                                                                                                                                                              $$If   a$gd 	  $If   gd v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         .0 /0 00 10 20 2 2 2 e2 2 2 2 3 3 H3                         |            |            |            |            |            |            |            |            |            |            |            |                     gd    $a$gd v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H3 \3 3 3 3 3 #4 A4 u4 4 4 4 4 %5 D5 x5 y5 z5 {5 5 6 6 6 6 6 7 7 7 R7 S7                                                                                                                                                                                                                                                                                                                                                                   gd  y5 {5 5 5 5 5 6 6 6 7 97 Q7 q7 t7 7 7 7 8 C8 n8 8 8 9 9 )9 39 49 Z9 [9 x9 y9 9 пппппЮЄ{{ia{P  h.P h CJ OJ QJ ^J aJ  h6= h 5#h6= h 5CJ OJ QJ ^J aJ h  	h 5hZ h 5h8 h 0J 5OJ QJ \ #h8 h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ   h0 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ  S7 q7 7 7 7 7 7 7 7 8 -8 C8 Y8 o8 p8 8 8 8 8 9 )9 39                                                                                                                                                                                                                                                                                                                                       
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  39 49                                     kd\* $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               49 [9 x9 y9 9 9 9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd  	9 9 9 9 9 9 9 9 9 9 : : : : : : : : : : : : 
< < < < << =< >< ?< d< Ⱥ򥘐me򥘐Tm               h$ h CJ OJ QJ ^J aJ  h*o h 5#h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h h 5h   h7| h CJ OJ QJ ^J aJ  hM h 0J OJ QJ \h 0J OJ QJ \h_ h 0J OJ QJ \ h.P h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ 9 9                                     kd+ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 9 : : +: ,: P: l: m: : : : : :                                                                                                                                     q                            kd
- $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  
: : : : : : : : :             q            l                                                                                                                                                       gd    kd- $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd  : :                                     kd. $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               : : ; ; #; $; >; Z; [; m; ; ; ; ; ; ; <                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  < < < =< z            q            q                                                                                                                                                                                       	  $If   gd    kd/ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       =< >< ?< f< g< h< i< j< z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kd0 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       d< e< f< k< t< < < = = .= /= 1= ]= ^= c= l= = = = = 
> > k> m> }> ~> > > > > > ? M? N? ? ΰ΍΍΍ΰ{jjY     hp h CJ OJ QJ ^J aJ   hm{ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  h
o h CJ OJ QJ ^J aJ  #h*o h 5CJ OJ QJ ^J aJ  h6= h CJ OJ QJ ^J aJ  hZ h 5	h 5h CJ OJ QJ ^J aJ  h h 5h  h*o h 5h 5CJ OJ QJ ^J aJ  "j< k<                                     kdU1 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k< t< < < < < < < < < < = /=                                                                                                             q                                                         kd2 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  /= 0= 1= ^= _= `= a= b= z            u            l            l            l            l            l                                                                                                         	  $If   gd    gd    kdi3 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       b= c=                                     kd&4 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               c= l= = = k> l> m> ~> >                                                             q                                                                                                                             kd}5 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd  > > > > > N? ? ? ? ? ? z            u            u            u            u            u            u            u            h            _                            	  $If   gd 
  ? $If   ^? gd    gd    kd:6 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
? ? ? ? ? ? ? ? ? @ @ D@ Y@ Z@ @ @ -A B B #B $B uB B B B B B B B B B B B DC TC UC ºҬғxxxgZқғ h 0J 5OJ QJ \  h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ  h	 h CJ OJ QJ aJ  h h 5 h7| h CJ OJ QJ ^J aJ  h	 h 0J OJ QJ \h*o h 5h*o h 0J 5OJ QJ \ h  	h 5hZ h 5h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ #? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd 	  $If   gd  ? ?                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? @ D@ Z@ \@ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  @ @                                        kdY8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ /A 0A lA mA |A A B B $B uB B                                                                                                 s                                                                        kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  B B B B B B B |            s            s            s            s            s                                                                                                                                        	  $If   gd   kdg: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B                                        kd!; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B CC DC UC vC                         s                                                                                                                                                                                   kdu< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  UC uC vC wC xC yC {C C C *G +G BG G G H !H H H I $I I I -J LJ J J K  L jL L L M M M N 2N O 0O O O  P ?P P P Q Q о߷ߦЦ                                       #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h  #h8 h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ aJ -vC wC xC yC zC {C C HD ID D D D D D |            w            w            w            w            q            w            w            w            w            w            w            w              $gd    gd   kd/= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
D D E ,E DE [E E E E E ?F @F *G +G BG WG G G G                                                                                                                                                                                                                                                                                                                                                             	  $If   gd   $$If   a$gd   
& F gd    gd  G G G G             {            {                                                                                                                                                                                                           	  $If   gd  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd  z  kdH> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G H H  H                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kde? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    H !H ,H 1H             {            {                                                                                                                                                                                                           	  $If   gd  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1H 2H <H AH             {            {                                                                                                                                                                                                           	  $If   gd  z  kd#@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AH BH MH RH             {            {                                                                                                                                                                                                           	  $If   gd  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RH SH ]H bH             {            {                                                                                                                                                                                                           	  $If   gd  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bH cH dH H H H                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd@A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd  z  kd]B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H I I #I                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #I $I /I 4I             {            {                                                                                                                                                                                                           	  $If   gd  z  kdzC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4I 5I ?I DI             {            {                                                                                                                                                                                                           	  $If   gd  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DI EI PI UI             {            {                                                                                                                                                                                                           	  $If   gd  z  kd8D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UI VI `I eI             {            {                                                                                                                                                                                                           	  $If   gd  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eI fI gI I I I                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd  z  kdUE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd  z  kdrF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I -J ;J KJ                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KJ LJ WJ \J             {            {                                                                                                                                                                                                           	  $If   gd  z  kd0G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \J ]J gJ lJ             {            {                                                                                                                                                                                                           	  $If   gd  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lJ mJ xJ }J             {            {                                                                                                                                                                                                           	  $If   gd  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }J ~J J J             {            {                                                                                                                                                                                                           	  $If   gd  z  kdMH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J J                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd  z  kdjI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J K K             {            {                                                                                                                                                                                                           	  $If   gd  z  kd(J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K 	K 
K vK K K K K                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  L L L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L  L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdEK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L !L ,L 1L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1L 2L <L AL             {            {                                                                                                                                                                                                           	  $If   gd  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AL BL CL jL xL L                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdbL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd  z  kd M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L M M                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd=N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M #M (M             {            {                                                                                                                                                                                                           	  $If   gd  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M )M 3M 8M             {            {                                                                                                                                                                                                           	  $If   gd  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8M 9M DM IM             {            {                                                                                                                                                                                                           	  $If   gd  z  kdZO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IM JM TM YM             {            {                                                                                                                                                                                                           	  $If   gd  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YM ZM [M M M M                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd  z  kdwP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd  z  kd5Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M N !N 1N                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1N 2N =N BN             {            {                                                                                                                                                                                                           	  $If   gd  z  kdRR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BN CN MN RN             {            {                                                                                                                                                                                                           	  $If   gd  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RN SN ^N cN             {            {                                                                                                                                                                                                           	  $If   gd  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cN dN nN sN             {            {                                                                                                                                                                                                           	  $If   gd  z  kdoS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sN tN uN N N O O /O                                                             s            j                                                                                                     	  $If   gd   $$If   a$gd    gd  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /O 0O ;O @O             {            {                                                                                                                                                                                                           	  $If   gd  z  kd-T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @O AO KO PO             {            {                                                                                                                                                                                                           	  $If   gd  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PO QO \O aO             {            {                                                                                                                                                                                                           	  $If   gd  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aO bO lO qO             {            {                                                                                                                                                                                                           	  $If   gd  z  kdJU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qO rO sO O O O                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd  z  kdgV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd  z  kd%W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O  P .P >P                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >P ?P JP OP             {            {                                                                                                                                                                                                           	  $If   gd  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OP PP ZP _P             {            {                                                                                                                                                                                                           	  $If   gd  z  kdBX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _P `P kP pP             {            {                                                                                                                                                                                                           	  $If   gd  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pP qP {P P             {            {                                                                                                                                                                                                           	  $If   gd  z  kd Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P P P                                     s            j                                                                                                                                       	  $If   gd   $$If   a$gd    gd  z  kd_Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd  z  kd|Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P #Q CQ hQ Q Q Q Q Q Q Q R R                                                                                                                                                                                        gd  z  kd:[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R R 0R R R R R R R )S *S 4S >S ?S qS rS S S S S S S S U U U U U Ϳ}y}yiayiPyHy}h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h  	h 5hZ h 5#h*Y h 5CJ OJ QJ ^J aJ "h*Y h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   h h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #h h 5CJ OJ QJ ^J aJ  R R R R R R R *S 4S >S                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  	>S ?S                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?S rS S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  S S                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S T  T @T AT T T $U IU YU jU zU {U U                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd 	  $If   gd  U U U V V 4V MV |V |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kdA^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U U U V {V |V }V V V V V V V ]X _X oX pX &Y 'Y *Y ;Y SY ߧzia\TB   #h h 5CJ OJ QJ ^J aJ hZ h 5	h 5h h 5 h7| h CJ OJ QJ ^J aJ  h*o h 5hp h 0J OJ QJ \^J h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /j^ h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  |V }V V V V V V |            s            s            s            s            s                                                                                                                                        	  $If   gd   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V                                        kd:` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V 'W (W wW W W W X 0X EX ]X ^X                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd 	  $If   gd  ^X _X pX 'Y |            s            s                                                                                                                                                                                           	  $If   gd   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'Y (Y )Y *Y SY Y Y Z )Z ;Z <Z +[ ,[ |            w            w            w            w            w            w            w            w            w            w            w                                             gd   kdHb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SY Y Y Z Z :Z ;Z <Z ZZ Z Z Z [ *[ ,[ A[ s[ t[ ~[ [ [ [ [ [ \ \ \ \ \ \ ?^ @^ c^ e^ u^ v^ ^ ̡̺̩뜡댄rj뜡                            h h 5#h[Y h CJ OJ QJ \^J aJ h*o h 5hp h 0J OJ QJ \^J 	h 5hZ h 5 h3
 h CJ OJ QJ ^J aJ  "h3
 h 0J 5OJ QJ \^J  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hl,! h CJ OJ QJ ^J aJ $,[ 6[ A[ t[ ~[ [                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd 	  $If   gd 
  ? $If   ^? gd  [ [                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd  \ \                                        kdVd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ S\ T\ c\ t\ \ \ +] ] ] ]  ^ ^ ?^ @^ d^                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd 	  $If   gd  d^ e^ v^ ^ _ x_ _ _ |            s            s            s            s            s            s                                                                                                                       	  $If   gd   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ ^ ^ ^ ^ _ B_ w_ _ _ _ _ _ _ 
` #` J` ` ` ` ` ` ߧߧߧߧߖoߧbP                               "h G h 0J 5OJ QJ \^J  h 0J OJ QJ \^J  h G h CJ OJ QJ ^J aJ  #h h 5CJ OJ QJ ^J aJ h   h6= h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ /jdf h*Y h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #j    h CJ OJ QJ U^J aJ  _ _ _ _ "` #` ` ` ` ` ` ` |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd    gd   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` a 7a 8a Ba La Ma ra sa a a a a a $b 2b ob b b b b b b b 	c 
c c 
c c 1c 2c =c qc ෥ϏϏϏ~mff                                   h h   h G h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ hp h 0J OJ QJ \^J h*o h 5 hp h CJ OJ QJ ^J aJ  h  	h 5hZ h 5h 0J 5OJ QJ \^J !` a 8a Ba La                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd 	  $If   gd  La Ma                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ma sa a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd  a a                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a b b ;b <b b b b b b                                                                                                 Y                              kdKj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd 
  
 
 $If   gd 	  $If   gd  
b 
c c c 
c =c c c ,f -f h h             s            n            n            h            n            c            n            n            n            c                     gd  $gd    gd   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  qc rc }c ~c c c c c c c h h i j Jm \m *q =q sq uq q q +r ,r .r /r r r s s t ;t 
u u u u v v ^x x x x y y y y ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jp hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h   h
 h CJ OJ QJ ^J aJ  /jk hp h CJ OJ QJ U^J aJ  hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ  -h i i j Tk Uk l l Im Jm \m n n )q *q ?q q ,r /r r r s s t t t (t                                                                                                                                                                                                                                                                                                                                   	  $If   gd   gd   
& FP gd    gd  (t ;t <t At It Nt             f                                                                                                                                                                      kd&l $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd  Nt Ot Tt \t ht o            f            f            f                                                                                                                                                	  $If   gd    kdl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ht it nt ut zt o            f            f            f                                                                                                                                                	  $If   gd    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at zt {t t t t o            f            f            f                                                                                                                                                	  $If   gd    kdpm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t t t t t o            f            f            f                                                                                                                                                	  $If   gd    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t t t t t o            f            f            f                                                                                                                                                	  $If   gd    kdLn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t t t t t o            f            f            f                                                                                                                                                	  $If   gd    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t t t t t o            f            f            f                                                                                                                                                	  $If   gd    kd(o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t t t t u u v v x x Gy Hy y o            j            j            j            j            j            j            j            j            j            j            j                   gd    kdo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y y y y       m       ޏ    * + 5 ? @ L m n      z |  ȓyg_ȓ h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5hZ h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ hq7 h  h   hp h CJ OJ QJ ^J aJ  )j    hp h CJ OJ QJ U^J aJ h CJ OJ QJ ^J aJ %y y )z *z z z w{ x{ { } } ~ ~ ~ p q         ) 6 G                                                                                                                                                                                                                                                                                                                                      h^hgd   
& F  gd    gd   gd  G X i z     Ʌ        < =     ) y z ٌ  4 d                                                                                                                                                                                                                                                                                                                                                             gd    gd  d e   m n    ޏ     + 5 ?                                                                                                                                                                                                                                                                                                                                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd   gd   gd    gd  ? @                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     G        z {                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd 	  $If   gd  
{ |  ē |            s            s                                                                                                                                                                                           	  $If   gd   kd's $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ó ē œ Ǔ ӓ ד   	 ; < F P Q ] ~       ;  ñԝ镃qiT                                       )hp h B*CJ OJ QJ ^J aJ ph   h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5	h 5h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h   h6= h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5 ē œ Ɠ Ǔ    	 < F |            w            w            w            w            j            a            a            V                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd  P Q                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd                                           kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   % P   :                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd 	  $If   gd     Ŗ Ɩ ̖ Ӗ Ԗ Ֆ ֖    ( 2 3 ? ` a       ǲ撄|jXP                                    h h 5#h[Y h CJ OJ QJ \^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph      Ɩ Ԗ |            s            s                                                                                                                                                                                           	  $If   gd   kdCw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ԗ Ֆ ֖    ( 2 |            w            j            a            a            V            a                                                              
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 a                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ֗  	 4 t                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd 	  $If   gd              Ǚ ˙    . / 9 C D P q r   ղyjyjYKCh*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd   kd_{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              / 9 C |            w            w            w            j            a            a            V            a                            
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C D                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd        . / 5 < = > ? T       ɜ ʜ Ԝ    îxjbPAP h 6CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ                                           kd'~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    I                                                                                                                               f                           kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd   / = > ? I T                            s            n            a                                    V                                        
  $$If   gd 
  ? $If   ^? gd    gd   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʜ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd                     O P Z d e q  п麲vgUg麲G             h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ )h{W h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5h  #h[Y h CJ OJ QJ \^J aJ                                           kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B N u  Ý   F                                                                                                                           f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd 	  $If   gd           P                         s            n            i            n            \                                                               
  ? $If   ^? gd   gd    gd   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  	P Z d                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd  
  $$If   gd  d e                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd                1 2 3 4 5 6 B F f L _ ȺȨygȒgXgL                            hW> h 0J 5\ h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h  h*o h 5                                          kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Ǡ  <    1                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
1 2 3 4 5 6 f   L  Ť  D |            w            w            w            q            q            w            w            w            w            w            w            w               $gd    gd   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_   Ĥ ؤ   C W      0 1 ; E F ^ h i j m n     ٦ ڦ   	 õõízh`                       h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ !D      1 ; E                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  E F                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F n    Ǧ ڦ ܦ                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd                                           kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 h {                                                                    f                                    [            [                     
  $If   gd K$  kdϋ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd 	  $If   gd  
	 h       ӧ ܧ       
      ! 9 C D E G H I k l ļޮޮއއvޮޮޮn\                              #hp h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ                                            R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a     ! I l       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l    Ĩ  B C D E U V          ũ Ʃ ǩ ̺{vn`NN=    hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph    ,h| h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J                                          kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ĩ   C D E V                                                                f                                    [            [                     
  $If   gd K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd 	  $If   gd  
                                           R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a    © é ĩ ũ Ʃ                                     R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   Ʃ ǩ    6 I \ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ǩ ߩ         [ \ _ h Y Z 
 & @ A B C S T U  ʬ    ñÓkf^L   #hp h 5CJ OJ QJ ^J aJ hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h  #hp h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ ^ _                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h  G Z @ A B C T                                                                                      Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
  ! " * ? T f    ĭ ޭ    " <                                                                                                                                                                                                                      	  $If   gd  S  kdg $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$     "         î Į Ů   / 0 3 < H  1 H I J K ʧʧʧwo^^G   ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ  h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ #hp h 6CJ OJ QJ ^J aJ  < V f                                                                                                                                                                                                                                                          
& F$ $If   gd  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd    Ů  
  0 1 2 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 <  կ I J K \                                                                f                                    [            [                     
  $If   gd K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd 	  $If   gd  
K [ \ z       . 0 1 2 J T U V X Y Z g q r    ʲ P  ӯ䒯q[S                 h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  h 6CJ OJ QJ ^J aJ h*o h 5h   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5    ԰    / ? Y s {    ѱ                                                                                                                                                                                                                         
  $If   gd K$	  $If   gd  S  kdS $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     / 0 1                                                                                                                                                                                                                                                                     	  $If   gd  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd K$	  $If   gd  1 2 Z r       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʲ P m                                                                                                         f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd 	  $If   gd             % & ' ) * + C D     þިިިn\F>          h h 5+hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ   + D i |     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 X  ö                                                                                                       Y                              kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
 W Y ¶ ö           * 4 5 6 8 9 : ;    νΦ߄|jXB   +hp h 0J 5B*OJ QJ \^J ph   "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5 hG3 h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph     h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ     : ; ` s                  s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A     F                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd    
& F* $If   gd 	  $If   gd  
   A ޺      F G M N V X ϼ Ѽ Ҽ Ӽ   6 7 8 P Z [ \ ^ _ ` ñ{iiX{X{{{P h*o h 5 hG3 h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    #h| h 6CJ OJ QJ ^J aJ  h| h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5 F G N W X ` u    л     1 F                                                                                                                                                                                                         	  $If   gd  S  kdϢ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  F X r    м Ѽ Ҽ                                                                                                                                                                                                                                                 	  $If   gd  S  kda $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  Ҽ Ӽ  7 |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 8 ` a t      ½ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
` a s t   ý ̽  u v w       8 l n t u }  x z ۶pkcUUUCC#hp h 5CJ OJ QJ ^J aJ h CJ OJ QJ ^J aJ  hZ h 5	h 5,hh1 h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5h  +hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ  ½ ý                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ý ̽   ! 5 ȿ u v w                                                                                                  f                                                        kdɦ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd 	  $If   gd  
  n u ~          7                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$   
& F& $If   gd    
& FS $If   gd  7 Q b |       	  4 N _ y z                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  z { |                      s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  z { |                  * +       t    Ĳ{saaaPPa  h| h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  #hQ0 h 6CJ OJ QJ ^J aJ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h   hG3 h CJ OJ QJ ^J aJ                                          kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  +    e  0  5     ! 8 h      L                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd    
& F' $If   gd 	  $If   gd        P c g           6 8 9 : ԿԿԿԿtbtbQb:  ,hh h 6B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  ,hh1 h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   ,hp h 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            . @ Z t         ,                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kdo $If   K$L$l 0                     x                
t                                4   4 
l a   , A V h         7 8 9                                                                                                                                                                                                                   	  $If   gd  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd K$	  $If   gd  9 : b c v       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: R \ ] a b c u v          L a = R   q      ôÞՖooooooXo                           ,hp h 6B*CJ OJ QJ ^J aJ ph    )hp h B*CJ OJ QJ ^J aJ ph   #hp h 6CJ OJ QJ ^J aJ h h 5+hp h 0J 5B*OJ QJ \^J ph   h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ                                          kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    d q  U      
 2 I h                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd    
& F9 $If   gd    
& F( $If   gd 	  $If   gd      M ` l             % & . 0 v x y z     ĳmmm\NN  h CJ OJ QJ ^J aJ   hG3 h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f      & / |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / 0 8 J \ n         + < S T                                                                                                                                                                                                                       
  $If   gd K$	  $If   gd  S  kdi $If   K$L$l 0                                     
t                                4   4 
l a   T \ n         ( 9 O ` w x                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd K$	  $If   gd  x y z                      s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd           ! S     8   
     `        3 ? R  󸦕kVV   )hp h B*CJ OJ QJ ^J aJ ph3f )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5OJ QJ \^J  "hp h 0J 5OJ QJ \^J  h  h*o h 5 !                                         kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 !   9   < [     C b                                                                                                                                                                                                                                                                                                           
& F, 
  $If   gd 
  
  $If   gd    
& F+ 
  $If   gd 	  $If   gd     ; Z       (                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd    
& F9 $If   gd            ' ( k l m            ĳёzh`RA  h{W h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h CJ OJ QJ \^J aJ h*o h 5 hp h CJ OJ QJ ^J aJ   h6= h CJ OJ QJ ^J aJ   h;p h CJ OJ QJ ^J aJ  hZ h 5	h 5h  )hp h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph3f  ( l m                  s                                                                                                                                                                                     kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     9 : \ ~                                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd 	  $If   gd      A |            s            s            s                                                                                                                                                                          	  $If   gd   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          @ A B C D P T X _ ~ d w      ( [ o         I \ ||||||jjȎ^                        hW> h 0J 5\ #hp h 5CJ OJ QJ ^J aJ "hp h 0J 5OJ QJ \^J   hp h CJ OJ QJ ^J aJ  h8e h 5h 5CJ OJ QJ ^J aJ hPw h B*ph   hv h  h  )h{W h B*CJ OJ QJ ^J aJ ph    h[B h CJ OJ QJ ^J aJ  hZ h 5	h 5  A B C D ~ . 0 d    \  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           S          I    A      . 8 B                                                                                                                                                                                                                                                                                                                   
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd  \      
 @ T      - . 8 B C [ e f j k l ~          
 1 2 3 C D õõxg   h{W h CJ OJ QJ ^J aJ  #hp h 6CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  hW> h 0J 5\ hW> h CJ OJ QJ aJ (B C                                        kd׶ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C k l                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd                                           kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 0 g     2 3 D                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd  D E F n o                   s                                                                                                                                                                      kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd  
D E F ^ h i m n o         	 
                    ǿ泪~mh`ǿ泪   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
                                                     f                                                                                                                       kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 # d e           # $ % 7 8 J K p q u ~   $ %         㐈|s|s|a     #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ  )h{W h B*CJ OJ QJ ^J aJ ph   hZ h 5	h 5 h{W h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h h 5h % # A e                                                     f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd    $ % 8 K ^ q s t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdɿ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t u                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~  %                                                     f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd 	  $If   gd              M |            w            w            w            w            w            w            n            w            w            w            w                           `gd    gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 8    M `            B U     ͿͨͿ͜xfWfxfxfPxf 
h 0J \h 0J CJ OJ QJ \aJ #hb` h 0J CJ OJ QJ \aJ h 0J 5\ h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\ ,hp h 5B*CJ OJ QJ ^J aJ ph    h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  #hp h 5CJ OJ QJ ^J aJ h 5CJ OJ QJ ^J aJ  M    B    _                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd 	  $If   gd 
  ? $If   ^? gd    gd     # ^ r          + 5 6 : ; < D a s t       շq_W                    h h 5#h[Y h CJ OJ QJ \^J aJ "h[K h 0J 5OJ QJ \^J  h[K h 0J 5\ "hW> h 0J 5OJ QJ \^J  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  	h 5hZ h 5h  h CJ OJ QJ aJ  hW> h CJ OJ QJ aJ  hW> h 0J 5\                                         kdK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ; < a t                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd                                           kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 + \ n       1 ^                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd 	  $If   gd   +            0 1 4 I R \ ^ d e l n       ̧̣s^s^^^I  )h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  hZ h 5	h 5h  #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f )h79i h B*CJ OJ QJ ^J aJ ph   h CJ OJ QJ ^J aJ   h| h CJ OJ QJ ^J aJ ^ e m n                                                                 R            I                                   	  $If   gd Q  kd: $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$           % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
             & / 0 ?  k u v          ɮզncXPXnn           h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h  h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ % &                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & /       3 k v      	                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd 	  $If   gd   	 
    $ O U V ] _ h                      "  пЭИпп{ofofoT    #h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5)h{W h B*CJ OJ QJ ^J aJ ph   )hp h B*CJ OJ QJ ^J aJ ph   #hp h 5CJ OJ QJ ^J aJ  hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  	 
  O V ^ |            s            s            h            h                                                                                                                                    
  $If   gd K$	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _                                         R            I                                                                     	  $If   gd Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                !  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!  "                                         kdc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               "  +         I T s                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd 	  $If   gd  
"  +  ,  ;    I S T r s                   # $ زqmh`                                           hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  h B*ph3f hv h B*ph3f hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h h 5    % |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ % & > H I M N O a b t u            w     ǿ泪jXMj          hv h B*ph   #h B*CJ OJ QJ ^J aJ ph   )h79i h B*CJ OJ QJ ^J aJ ph    h| h CJ OJ QJ ^J aJ  h h 5#h[Y h CJ OJ QJ \^J aJ h 0J 5\ hW> h 0J 5\ h*o h 5h CJ OJ QJ ^J aJ   hp h CJ OJ QJ ^J aJ  h  )h{W h B*CJ OJ QJ ^J aJ ph    % & N O b u     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  T   * < w                                                                                                                                                                                                                                                                                                                                                                                            
& F$ $If   gd    
& F/ $If   gd 	  $If   gd  
       
      ! $ 9 B L M N O P Q x 촰o`I                                ,hp h 5B*CJ OJ QJ ^J aJ ph    hW> h CJ OJ QJ aJ  )h{W h B*CJ OJ QJ ^J aJ ph    hp h CJ OJ QJ ^J aJ  h CJ OJ QJ ^J aJ  hZ h 5	h 5h   h{W h CJ OJ QJ ^J aJ  )h79i h B*CJ OJ QJ ^J aJ ph   #h B*CJ OJ QJ ^J aJ ph   h B*ph3f hv h B*ph3f    ! N |            s            s                                                                                                                                                                                           	  $If   gd   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O P Q x y  k    C ~  |            w            w            w            w            w            w            w            w            w            w            w            w                            gd   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x    k     C     .      	 )	 	 	 	 	 	      1   
 
 *
 .
 Q
       H v w   C   0 ͶͶͶͶͶͶͶͅͅ  h  )hp h B*CJ OJ QJ ^J aJ ph   /hp h 5;B*CJ OJ QJ ^J aJ ph   ,hp h 5B*CJ OJ QJ ^J aJ ph     hp h CJ OJ QJ ^J aJ  h 5CJ OJ QJ ^J aJ #hp h 5CJ OJ QJ ^J aJ  4  .     )	 	 	 	 	    1  
 
 Q
   ; P l |                                                                                                                                                                                                                                                                                                                                                                       gd   H w   C   0 o   	    / ; N R                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd   gd    gd  0      * . N Q R Y Z          2 3       I v w |   W Ѽ~w~p~g]  h 6B*ph     h.A h aJ  hN h  hN h  h%HR h  hPg h  h- h  ha3 h  hYP h  h~< h  hTB h  	h 5h7| h 5)hp h B*CJ OJ QJ ^J aJ ph   &h 5B*CJ OJ QJ ^J aJ ph    ,hp h 5B*CJ OJ QJ ^J aJ ph    h $R S T U V W X Y Z M            H            H            H            H            H            H            H                   gd   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Z n u z                                                     _            V            V                                                             	 $If   gd    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd   gd  $gd                                                                                                                                                                                                                                                               	 $If   gd  o  kdf $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd  
 $$If   gd   gd    gd  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al      # 2            )            )            )                      	 $If   gd    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     # y z                 [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd     3 7  d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       C d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  C D I w |  d            [            R            [            [                                                                                       	  $If   gd 	 $If   gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd   gd    gd    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p               )                                                                                                                                                                                                                                                	 $If   gd  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ) * + < A I P W c                                     w            w            w            w            w                                                                                                              	 $If   gd   gd    gd  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  c d                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          d o s z                                                                 A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd 	 $If   gd                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd                                             A            <            7                  gd    gd    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd  $$If   a$gd   X Y r s                                                                                                                                                                                                                                                        E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd   gd  	W X Y _ ` r s               $ % = > U V W [ \ y z {    b     $ % 춥x                          /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h  hz h 6 *                                           a                                                                                                                             E  kdF $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a        
 $                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdc $$If   l 0 
" R                                                           4 
l a   $ % 0 = > H U                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd! $$If   l 0 
" R                                                           4 
l a   U V W X Y Z [                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kd $$If   l 0 
" R                                                           4 
l a   [ \ i j x y l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kd> $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   y z {   a b T U , - l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
% ) *    + , < = A B D l m       ' ( o q          	 
 y" z" " % % %  & %& .& & & & & & ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /j! hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0- D M m     ( p                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	p q                                          N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      
 B      ! ! y" z" " 	# d# # ;$ $ %                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kd> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   % % % && & & & & & & ]( ^( o( ) ) * :* S* o* * * + + 3- 4- - - -                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  & & n' o' ' ' \( ^( o( ) ) ) t+ + + 2- 4- S- - - - . . V. W. l. m. . . . 1 1 1 1 1 1 1 2 
2 2 ۵۵۵ۭۜۋzrgrrr       j h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 '- - - . . W. m. .                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  . . . . . >/ / / / #0 `0 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kdB $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
`0 0 1 1 1 !2 "2 m2 n2 3 3 k4 l4 5 5 6 6 _7 `7 z7 7 ;8 8 <: =: : :                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  2 2 2 2 2 "2 m2 n2 3 j4 ,6 6 :7 ;7 F7 G7 W7 X7 \7 ]7 ^7 _7 `7 i7 z7 7 8 8 9 >9 <: : &< '< ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| Uj h| U !: '< +< ,< B< C< W<                                                 e                                                                                                                        F  kd\ $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  '< ,< Y< }< ~< < < < < < < < < < < < < = = 8= 9= Z= [= r= s= = = = = = = = = = ? ? ? @ Q@ j@ @ @ @ 3A EA B 0B eB B B B C ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 3W< X< Y< b< p< }< ~<                                                             5            v  kdB $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kd $$If   l   l '{6    4   4 
l a] p
         ~< < < < < < < <                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|  < < < < <                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < < < < <                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < < < < <                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < < < < <                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < < = = =                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = = 1= 3= 8=                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8= 9= S= U= Z=                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z= [= j= l= r=                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r= s= = = =                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = = = = =                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = = = = =                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = = = = = ? ? ? @ @ Q@ k@ @ @ @                         |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @ @ .A FA zA A A A B 1B eB B B B B C C C C ;C DD ED [D D D D D D D D                                                                                                                                                                                                                                                                                                                                                                   gd|  C C #C 9C :C ;C [D qD D D D D E E OE pE E E E F uF F F F F F F F F G G *G пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  D E E 0E 1E OE E E E E E E E 
F F tF uF F F F F F                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  F F                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F F G G -G CG YG oG qG G                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|  	*G -G BG CG XG YG nG oG G G !H #H 3H 4H SH TH UH VH |H }H H H I I I I I I I I J Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ G G                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               G G G G G G G 
H H  H !H "H #H 4H                                                                                                                                     q                            kdD $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
4H TH UH VH }H ~H H H H             q            l                                                                                                                                                       gd|    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  H H                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               H H H H H H H H H I 6I OI dI yI I I I                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  I I I I z            q            q                                                                                                                                                                                       	  $If   gd|    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       I I I J J J J J z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       J J J 	J J J J J J J J J J J K 
K XK dK K K K K 	L L L L ;L <L ?L IL _L L L L M ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "J 	J                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	J J 1J 2J FJ GJ iJ J J J J J J                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  J J J J J J J  K z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
        K K                                     kd` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               K 
K SK TK 	L 
L L L <L                                                             q                                                                                                                             kd  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  <L =L >L ?L _L L  M 6M 7M AM LM z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kdt $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
M  M 7M LM ~M M M M M M M M M M ,N 5N N O O O O P &P UP VP WP vP wP xP yP zP }P P P P P ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #LM M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd|  M M                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M +N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  +N ,N                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,N 5N N N 
O O O kO O O O P VP                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  VP WP xP yP zP {P |P |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |P }P                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }P P P P P Q                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  P Q Q Q Q Q Q ;Q FQ T T T  U ?U U U V >V V V -W LW W W FX eX Y Y Z 'Z Z Z )[ H[ [ [ \ \ 0] O] ] ] ;^ Z^ _ _ о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -Q Q Q Q Q Q FQ Q Q (R 3R =R HR RR |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
RR SR R R R R &S 'S bS S S S T T T T  U .U >U                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|   $$If   a$gd|   
& F gd|    gd|  >U ?U JU OU             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd#	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OU PU ZU _U             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _U `U kU pU             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pU qU {U U             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd@
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U U U                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U  V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    V V V V -V =V                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =V >V IV NV             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NV OV YV ^V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd8
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^V _V jV oV             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oV pV zV V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V V V                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W -W ;W KW                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KW LW WW \W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \W ]W gW lW             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lW mW xW }W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }W ~W W W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W W W                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W X 
X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
X X X X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X &X +X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +X ,X -X FX TX dX                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dX eX pX uX             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uX vX X X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X Y ]Y Y Y Y                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Z Z &Z                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Z 'Z 2Z 7Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7Z 8Z BZ GZ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GZ HZ SZ XZ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XZ YZ cZ hZ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hZ iZ jZ Z Z Z                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z )[ 7[ G[                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G[ H[ S[ X[             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X[ Y[ c[ h[             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h[ i[ t[ y[             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y[ z[ [ [             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [ [                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ \             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \ \ \                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd%  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \  ] 
] ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] 0] >] N]                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N] O] Z] _]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdB! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _] `] j] o]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o] p] {] ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd " $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd_" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ] ] ]                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd|# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] 	^ ^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd:$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^  ^ ;^ I^ Y^                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y^ Z^ e^ j^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j^ k^ u^ z^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdW% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z^ {^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ _ )_ *_ _ _ _ _ _ _ 8`                                                                                                                                                                                        gd|  z  kdt& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ 9` m` ~` ` ` ` ` ` ` ` ` a a !a 3a 4a Ea Fa `a ia <c >c Nc Oc _c Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ  8` 9` m` ` ` ` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	` `                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` a 4a Fa Ha _a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  _a `a                                        kd'( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `a ia a a a a -b b b b b c c c =c                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd| 	  $If   gd|  =c >c Oc c c c c d |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd{) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _c `c zc {c |c c c c d d d @d Ad pd qd td }d e e 
f f f f f f f ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j5* h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  d d Ad pd qd rd sd |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sd td                                        kdt+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               td }d d d e te e e e e e e e                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd| 	  $If   gd|  e e f f |            s            s                                                                                                                                                                                           	  $If   gd|   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f g g g g g g h h |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g g g g g g g g >h Sh h h h h h i i i &i 'i Li Mi |i i i i i bj ej k k l l l l $l ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $h h h i i &i                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|  &i 'i                                        kd<. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'i Mi |i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  i i                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i j j Jj Kj j 7k Wk xk k k k k l                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd| 	  $If   gd|  l l l el l m Tm m |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $l %l ?l @l Al Tl Ul dl l l l m 2m Sm um m m m m m m Gn yn zn {n n ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j1 h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  m m m m m m Fn Gn {n n n n |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kd#2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n n n n n n n o o 9o Jo Ko No Wo o o 
p )p Ap Bp Jp Lp \p ]p p p p p p p p p q ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd|  n n                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n o 9o Ko Lo Mo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  Mo No                                        kd14 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               No Wo o o o o )p *p Kp Lp ]p                                                                                                 Y                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
]p p p p p p qq q s s bv ov             s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kd?6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  q q q q ,q -q 1q 2q qq q bv ov w w z z ~ ~   ( *     7 9  3  ف   = A q   #       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j>; hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /j6 hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  -ov w w w x x y y z z z `| a| ~ ~ ~ *   8 9  3    Ɓ                                                                                                                                                                                                                                                                                                                                   	  $If   gd|   gd|   
& FP gd|    gd|  Ɓ ف ځ ߁               f                                                                                                                                                                      kd`7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|       o            f            f            f                                                                                                                                                	  $If   gd|    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd<8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    % 1 o            f            f            f                                                                                                                                                	  $If   gd|    kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 2 : B G o            f            f            f                                                                                                                                                	  $If   gd|    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G H P X d o            f            f            f                                                                                                                                                	  $If   gd|    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d e m t y o            f            f            f                                                                                                                                                	  $If   gd|    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y z    o            f            f            f                                                                                                                                                	  $If   gd|    kdb: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     9 :   ' (   ? o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kd: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ? K . 8      3 C O P \ ` |    Ȟ ɞ Ӟ ݞ ޞ    = > ? C L   * ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ %? K Ǉ ȇ ~    h ) * 2 3     . 8 ~     ǒ Ԓ                                                                                                                                                                                                                                                                                                                                       h^hgd|   
& F  gd|    gd|   gd|      ) * = P g ~     X Y ڕ ە     Ǚ   w  Қ                                                                                                                                                                                                                                                                                                                                                              gd|    gd|    L    3 C P |     ɞ Ӟ ݞ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|  ݞ ޞ                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޞ  > ? A B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  B C                                        kd
= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L     # K V                                                                                                                                                                                                                                                                                                                                                                                                                      
& F! $If   gd| 	  $If   gd|  
  + b |            s            s                                                                                                                                                                                           	  $If   gd|   kda> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * + a b c e q u    ١ ڡ       B C D H Q ٣ A ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5 b c d e     ڡ  |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B C D F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  G H                                        kd)A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q   â  . R أ A Q R                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|  A Q S c d j q r s t    Ƥ Ф Ѥ ݤ   & ' ( , 5  ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph    R S d r |            s            s                                                                                                                                                                                           	  $If   gd|   kd}B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r s t ~   Ƥ Ф |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd7C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ф Ѥ                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѥ  % & ' ( * +                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  + ,                                        kdEE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 t   ҥ  6  % 5 6                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|   % 5 7 G H N U V W X Y e i    ̧ ͧ ק      8 9 ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    6 7 H V |            s            s                                                                                                                                                                                           	  $If   gd|   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W X Y    ͧ ק  |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdSG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd
H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 7 8 9 : < =                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  9 : > G   ̩ ͩ ө ک ۩ ܩ ݩ  $ % / 9 : F g h r    îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  = >                                        kdaI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G     & F ~                                                                                                                            f                           kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|   ͩ ۩ ܩ ݩ   % / 9                         s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kdoK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	9 :                                        kd)L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|      , - . > ? E L M N O            + п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kd}M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A a    - .                                                                                                                         f                           kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  . ? M N O                              s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  
  $$If   gd|                                           kdEP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , - . 0 G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  + , - . H Q R S T      ϯ Я ѯ ү ӯ ԯ      ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5 G H                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q S T e  ڮ    ϯ                                                                                     s                                                                                              kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
ϯ Я ѯ ү ӯ ԯ     , c   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 , ? b v     0 D    γ ϳ ٳ         + , > ? w x    õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ ! 1     ϳ ٳ                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                           kdaT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , ? R e x z                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd|                                           kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   F G H Y                                                                f                                    [            [                     
  $If   gd| K$  kd	W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
  F G H X Y \ q z             ׵       	 
 ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd| Q  kdPX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a      
  0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 U V Y b        % + , 4 6 K L [ ] c d e ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J X Y                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b       % , 5                                                             f                                    [            [                     
  $If   gd| K$  kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
5 6 L \ ] ^ _                                     R                                                                                              Q  kd2\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd[ $If   K$L$l 0                                     
t                              4   4 
l a   _ ` a b c d                                     R            I                                                                     	  $If   gd| Q  kdL] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   d e    Է     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e }                Ĺ ޹ ߹      _ h    ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C   ޹ ߹                                                                                         Y                                          kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
    Ⱥ ݺ    8 H b |     ڻ                                                                                                                                                                                                                      	  $If   gd|  S  kd` $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$     8 9 : ; S ] ^ _ a b c   ͼ μ Ѽ ڼ  E Ͻ     ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ  ڻ    8 9 :                                                                                                                                                                                                                                                      
& F$ $If   gd|  S  kd3a $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  : ; c    μ ϼ м |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       м Ѽ                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѽ ڼ E s     D K T                                                             f                                    [            [                     
  $If   gd| K$  kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
      D J K S U ̿ ο Ͽ п           [ \ _ h   ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 T U ] r    ; ݾ    . C U o                                                                                                                                                                                                                         
  $If   gd| K$	  $If   gd|  S  kdd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     Ϳ ο Ͽ                                                                                                                                                                                                                                                                     	  $If   gd|  S  kde $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  Ͽ п   # 6 I \ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ _                                        kdkf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h   R  9 : ; < M                                                                                                  f                                                   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|   7 : ; < L M             ? @ C L þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ       - @ A B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdyh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kd3i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L   a  H I J K \                                                                                                 Y                              kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
L   ` a  H I J K [ \            I J M νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ  \       $ 7 J K L             s                                                                                                                                                                 kdAk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  L M                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V + R   ~                                                                                         Y                                          kdOm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
M V *  | ~           m o p q             ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5        ( : T n ~                                                                                                                                                                                                              	  $If   gd|  S  kd	n $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     * : T n o p                                                                                                                                                                                                                                                 	  $If   gd|  S  kdn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  p q   |            s            s                                                                                                                                                                                           	  $If   gd|   kd-o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            % 8 K ^ _ ` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdo $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    ] ^ a j #    % & 2 7 L   
        ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ  ` a                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j #    f    &                                                                                                 f                                                        kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
&      % : O d v                                                                 }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kdr $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|       " 7 L a s                                                                                                                                                                                                                                    S  kdOs $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     B C V i |                 s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|     2 < = > @ A B C U V     r     | } b w ( )  ' ) * Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ                                          kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r  * }   y  )  ) * 1 p    2 f                                                                                                                                                                                                                                                                                                                                    
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|  * 1 6 I M e       / 0 t z {       ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph     0 t {  |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                # = W h                                                                                                                                                                                                                            
  $If   gd| K$	  $If   gd|  S  kdv $If   K$L$l 0                     x                
t                                4   4 
l a         : K e                                                                                                                                                                                                                          	  $If   gd|  S  kd;w $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|        ' : M ` a b |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdw $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
          _ ` c l * V # t      W l  $ % & - q ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ b c                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l * $    |  o & - m      % f g                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|  q      
  ) < D ] e f g h x y          0 : ; ? ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  g h y    |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              5 L c t                                                                                                                                                                                                                              
  $If   gd| K$	  $If   gd|  S  kdz $If   K$L$l 0                                     
t                                4   4 
l a       0 B Y p                                                                                                                                                                                                                                     S  kd5{ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     @ A T g z                 s                                                                                                                                                                 kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  ? @ A S T         Y   8 T  8   U   & }  :     < 󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !                                         kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Y  U    V t  8    (    9 :                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|  : z    8 W v                                                                                                                 f                                       kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|  < O [ n z        	 
  . / 0 4 5 9 B _ t u v ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f   
  / 0 5 7 8             s                                                                                                                                                                                     kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  8 9                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B O q       > ` u                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd| 	  $If   gd|  u v    |            s            s            s                                                                                                                                                                          	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v               D W z     
 H \  * . U     ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5          D {   I |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I      X Y   U    ) `   .                                                                                                                                                                                                                                                                                                                          
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   ) < _ s     - A             	 
   / 0 B C U V Z c       õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ (                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                	 
  0 C V X Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  Y Z                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c    3 Q k                                                                                                                 f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|      
   3 F Y [ \             s                                                                                                                                                                      kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
        
    2 3 X Y ] f   * + , < = > ? W a b f g h z {     ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %\ ]                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f   + , = >                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  > ? g h {      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                            ? @   O P Q a b c d q 㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %                                                             f                                                                                                                       kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|                   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 @  P Q b c                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  c d e  " # J K | t u   |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kdˍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q u  ! " # J W [ |  u     ! 5 Y Z m        ! " 5 f ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ   " Z   " g   R S T ^ i                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  f z     Q S T i                7 8 Q Z [ j շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                    % 8 : P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  P Q                                        kdُ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Z   	 D	 O	 {	 	 	 	 	                                                                                                 f                                                   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  j  D	 O	 b	 r	 {	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 

 
 !
 "
 1
 3
 4
 5
 ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ 	 
 
 
 "
 2
 3
 4
                                                             R            I                                   	  $If   gd| Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$ 4
 5
 ]
 ^
 q
 
 
 
 
 
 
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5
 M
 W
 X
 \
 ]
 ^
 p
 q
 
 
 
 
 
 
 
 
 ; 	   2 3 N ~      ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ 
 
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 < W     	  3 O a                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd| 	  $If   gd|              
 ,
 -
 B
 C
 E
 F
 G
 _
 i
 j
 n
 o
 p
 
 
 
 
 
 
 
 пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         -
 D
 E
 F
                                     R            I                                                                     	  $If   gd| Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdɕ $If   K$L$l 0                                     
t                              4   4 
l a   F
 G
 o
 p
 
 
 
 
 
 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 8 `      < ~                                                                                                                                                                                                                                                                                                                                                                                                                    
& FT $If   gd| 	  $If   gd|  

 
 
 
 7      $ 3 ; < C I } ~             زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5     |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                     8 9 = F G V   c g      > ? ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph           & 9 ; < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< =                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               = F   d       ? j                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
? R a i j q w                 촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             R 	 ; < u    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 # ' R 	 ; H L u   ) - O  8      * Z f j  d            - U V l p     N   : v  ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  4 O  7 8    * Y Z  d            
  - U V                                                                                                                                                                                                                                                                                                                                                                    gd|     N   : v  
  D                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|   gd|    gd|   D  H                      F! G! H! I! ! ! " J" " " " -# X# Y# }# # # # $ $ $ ?$ C% % Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $                  M            H            H            H            H            H            H            H                   gd|   kd- $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a     ! ! ! (! )! 8! 9!                                                 _            V            V                                                             	 $If   gd|    kd˝ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  9! :! F! G!                                                                                                                                                                                                                                                          	 $If   gd|  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G! H! I! T! X! k! s! !                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kd= $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ! ! ! ! ! 2            )            )            )                      	 $If   gd|    kdڟ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ! " " " J" O" "             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  " " " " " '# d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdС $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  '# (# -# Y# ]# w# d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w# x# }# # # # d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  # # # $ $ @$ d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  @$ A$ B$ L$ $ $ $ d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $ $ $ $ n            e            e                                                                                                                                                               	 $If   gd|    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           $ $ $ $                                                                                                                                                                                                                                                	 $If   gd|  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $ $ $ $ $ $ $ $ %                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kd/ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  % %                                             kḑ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          % 
% % % %  % !% "%                                                             A                                  kd% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  "% #% $% %% &% '% (% )%                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  )% *% +% ,% -% .% C%                                     A            <            7                  gd|    gd|    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  C% % % & & *& ;& <& P& R&                                                                                                                                                                                                                                                   E  kd« $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd|   gd|  	% % % % % & & ;& <& R& S& U& V& d& e& r& s& & & & & & & & & & & & & & ' ' ' %' &' 8'  ( ) ) ) ) ) ) 춥x                          /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h|  hz h| 6 *R& S& T& U& V& ^& d&                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd! $$If   l 0 
" R                                                           4 
l a   d& e& n& r& s& & &                                     a                                                                                                                             E  kd> $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd߬ $$If   l 0 
" R                                                           4 
l a   & & & & & & &                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a   & & & & & & &                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd[ $$If   l 0 
" R                                                           4 
l a   & & & & & & &                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kd $$If   l 0 
" R                                                           4 
l a   & & ' ' ' ' l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kdx $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ' ' ' &' 8' '  ( ( ( ) ) l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kd6 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
) ) ) * * * * * * * * * 
+ + c+ d+ p+ q+ + + + + 
, , !, ", F, H, X, Y, , , , , , 0 0 $0 f3 i3 ~3 3 3 3 $4 %4 4 4 4 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /j[ hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0) * * + d+ q+ + + + ,                                                                                                                                                                                                                                                       S  kd± $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	, , ", G, H, Y, ,                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kdT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   , , , , , w- 3. 4. !/ "/ 0 0 $0 0 1 s1 1 B2 2                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kdx $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2 2 i3 3 $4 %4 c4 4 4 4 5 5 
6 +7 M7 7 7 7 
8 '8 (8 19 29 : : 0; 1; |;                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  4 4 5 
5 5 %5 5 5 
6 *7 +7 M7 9 /9 29 : : : |; ; ; ; ; ; ; 
< < << =< >< Z? [? f? g? h? l? m? ? ? ? ۵۵۵ۭۜۋzrgrrr       j h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 '|; ; ; ; ; ; < =<                                     j                                                                                                                                           kd
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  =< >< O< < < < := ;= W= = = s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kd| $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
= X> ? ? o? ? ? @ @ @ @ 	B 
B xC yC /D 0D D D E )E E F G G YH ZH                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  ? ? ? ? ? ? @ @ @ B C .D D D D D D D D D D D D E E )E E E F F G YH I I ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| UjU h| U !ZH I I I I I I                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd# $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  I I I J J J  J &J 'J HJ IJ iJ jJ J J J J J J J J J J K K 'K (K BK CK jK kK lK mK nK LM MM YM M M N <N BN EN N N O O P ,P `P P P ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 3I I I  J J J J                                                             5            v  kd| $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kd	 $$If   l   l '{6    4   4 
l a] p
         J J J J  J $J %J &J                                     t                                                                                                                                                             v  kd! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|  &J 'J @J BJ HJ                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd̸ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         HJ IJ bJ dJ iJ                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         iJ jJ xJ zJ J                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdͺ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdμ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J K 
K K                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K K K !K 'K                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'K (K ;K =K BK                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdϾ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         BK CK JK OK jK                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         jK kK lK mK nK LM MM YM M M M 	N =N PN N                         |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N O +O _O }O O O P P -P aP P P P P P P Q Q Q R .R AR BR [R R R                                                                                                                                                                                                                                                                                                                                                                   gd|  P P P P P P Q R .R @R uR R R R R S S SS S S T (T ZT [T eT oT pT T T T T T пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  R R R R R R S S S SS iS S S S S T T T (T [T eT oT                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  oT pT                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               pT T T T T T T 
U U &U                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|  	T T T T T T U 
U 'U 0U U U U U U U U U V V  V )V FW HW XW YW xW yW zW {W W Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ &U 'U                                     kd' $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               'U 0U RU SU gU hU U U U U U U U U                                                                                                                                     q                            kd~ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
U U U U V V V V V             q            l                                                                                                                                                       gd|    kd; $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  V  V                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                V )V JV KV _V `V zV V V V V V W W 1W 2W GW                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  GW HW YW yW z            q            q                                                                                                                                                                                       	  $If   gd|    kdO $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       yW zW {W W W W W W z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       W W W W W 8X :X JX KX jX kX mX X X X X X Y Y *Y IY UY Y Y Y Y Y Y Y Y Y GZ Z Z Z ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "W W                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W W W W W W X #X $X 9X :X KX kX                                                                                                             q                                                         kd  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  kX lX mX X X X X X z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       X X                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X X X X Y Y Y Y Y                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  Y Y Y Y Y Z Z Z Z Z Z z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Z Z Z Z [ [ '[ 1[ 2[ R[ S[ [ [ [ [ [ i\ M] O] _] `] ] ] ] ] ] ^ ^ ^ ^ ^ ^ $^ ^ ^ ^ ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #Z [ '[ 1[                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd|  1[ 2[                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2[ S[ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  [ [                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ k\ l\ \ \ \ 	] N] O] `] ] ]                                                                                                 s                                                                        kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  ] ] ^ ^ ^ ^ ^ |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ $^ ^ ^ ^ ^                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  ^ ^ ^ ^ ^ ^ ^ ^ ^ fb gb ~b b b >c ]c c c Ad `d d d ie e e f g <g g g 5h Th h h Oi ni Mj lj j j \k {k k k -m .m о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_ _ Q` h` ` ` ` `  a 5a {a |a fb gb ~b b b b b                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|   $$If   a$gd|   
& F gd|    gd|  b b b b             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b 	c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c  c >c Lc \c                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \c ]c hc mc             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mc nc xc }c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }c ~c c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c c c                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c d 
d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
d d d d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d Ad Od _d                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _d `d kd pd             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pd qd {d d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d d d                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d e 
e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
e e e e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e &e +e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +e ,e -e ie we e                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e e f                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f #f             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #f $f /f 4f             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4f 5f ?f Df             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Df Ef Ff f f g +g ;g                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;g <g Gg Lg             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lg Mg Wg \g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \g ]g hg mg             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mg ng xg }g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g ~g g g g g                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g h h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h 5h Ch Sh                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sh Th _h dh             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dh eh oh th             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   th uh h h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h h h                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h i i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i "i 'i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'i (i )i Oi ]i mi                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mi ni yi ~i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~i i i i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i j j Mj [j kj                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kj lj wj |j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |j }j j j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j j                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j k 
k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
k k k k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k )k .k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .k /k 0k \k jk zk                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zk {k k k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k k k                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k l l             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l 	l l l             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l $l )l             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )l *l 4l 9l             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9l :l ;l _l l l l l m m ,m -m .m Qm m                                                                                                                                                                                        gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .m ?m Qm lm m n n n n 3n en fn pn zn {n n n n n n n n n o p p p p p Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ  m m n n n (n 3n fn pn zn                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	zn {n                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  n n                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n o [o \o |o }o o *p `p p p p p p p                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd| 	  $If   gd|  p p p >q Wq pq q q |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p q q q -q .q =q q q q q q r r r r s s s s bt ct ft wt t ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /jo h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  q q q r r r r |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r cr dr r s s 9s Rs ls s s s                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd| 	  $If   gd|  s s s ct |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ct dt et ft t u u Su eu wu xu gv hv |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t u u Ru Su vu wu xu u u u 'v Tv fv hv }v v v v v v v v w =w >w Aw Jw  x x {y |y y y y y y ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $hv rv }v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|  v v                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v w ,w >w ?w @w                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  @w Aw                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Aw Jw w w w w w w gx x x y <y Yy {y |y y                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd| 	  $If   gd|  y y y z Yz z z 5{ |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y y y y y z #z Yz ~z z z z { 4{ 5{ 8{ I{ _{ { { | | | *| ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  5{ 6{ 7{ 8{ ^{ _{ { { | +| ,| 6| |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *| ,| A| s| t| ~| | | | | | | | | | `} n} } } } } } } } } E~ F~ H~ I~ [~ m~ n~ y~ ~ ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !6| A| t| ~| |                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd|  | |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  | |                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | V} W} w} x} } } } } }                                                                                                 Y                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
} F~ G~ H~ I~ y~  3 h i   
             s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  ~ ~ ~ ~ ~ ~ ~ ~  3   
 9 J   f y   ƌ Ȍ g h j k Ս ׍  ю C w F M ې ߐ  0   ( ) A B R S ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jx hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /j3 hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  -
 8 9 J   Q R      e f { Ȍ h k ֍ ׍  ю B C R d                                                                                                                                                                                                                                                                                                                                   	  $If   gd|   gd|   
& FP gd|    gd|  d w x }               f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|       o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    Ï Ϗ o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ϗ Џ ؏   o            f            f            f                                                                                                                                                	  $If   gd|    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ' 3 o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 4 5 6 א ؐ / 0 œ Ɠ   ݔ o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S V W ݔ  ̝ ֝  (  0  ѩ         4 f g q { |    ۬ ܬ ݬ     Ȯ ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ %ݔ  e f      ǘ Ș Й љ "   G ̝ ֝   > K X e r                                                                                                                                                                                                                                                                                                                                       h^hgd|   
& F  gd|    gd|   gd|      Ǡ Ƞ ۠     ( X Y   x y K L  0 e    C p                                                                                                                                                                                                                                                                                                                                                              gd|    gd|     :   ѩ      ) 4 g q {                                                                                                                                                                                                                                                                                                                                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|  { |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |  ܬ ݬ ߬                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|                                           kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) 5 \     - 7 \                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd| 	  $If   gd|  
  ɮ   |            s            s                                                                                                                                                                                           	  $If   gd|   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ȯ ɮ        / 0 E w x            w ߱ ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5      / 0 : E x  |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdU
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|                                           kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . : a  ̰  v ߱                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd| 	  $If   gd|  ߱          ' Y Z d n o {   Ĳ Ų Ʋ ʲ Ӳ [ ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd|   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ' Z d n |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o  ò Ĳ Ų Ʋ Ȳ ɲ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  ɲ ʲ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʲ Ӳ   E p  Գ Z ô Ӵ Դ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|  [ ô Ӵ մ           " # 8 j k u      ֵ ׵ ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    Դ մ   |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           # - 8 k u  |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 յ ֵ ׵ ص ڵ ۵                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  ׵ ص ܵ  X Z j k q x y z {  · ÷ ͷ ׷ ط     / 0 1 îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  ۵ ܵ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܵ  $ 0 W  Ķ   X Y Z                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  Z k y z {   ÷ ͷ ׷                         s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	׷ ط                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ط  0 1 2 4 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  1 2 6 ? ʹ ˹ ̹ ܹ ݹ      ' A C D Y       ɺ п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  5 6                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? ~   ߸  . K  ˹ ̹                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  ̹ ݹ    ' D N Y                          s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  
  $$If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʺ ˺ ̺ κ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  ɺ ʺ ˺ ̺      ( ) * : ; m n o p q r ~     ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    B x ) * ; m                                                                                     s                                                                                              kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
m n o p q r  S T  ʿ  9  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ʿ ݿ    8 L     $ % : l m w               0 9 E õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ !  $ % / : m w                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       /                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  / 0                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 9       $ + 3                                                             f                                    [            [                     
  $If   gd| K$  kdC" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
E          " $ * + 2 4 I J Y [ \ ] u         ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ 3 4 J Z [ \                                     R            I                                                                     	  $If   gd| Q  kd# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   \ ]         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      # ~                  ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J                                          kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # Q                                                                    f                                    [            [                     
  $If   gd| K$  kd%& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
                                           R                                                                                              Q  kdl' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a                                              R            I                                                                     	  $If   gd| Q  kd( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a     + L M r     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  % & ' ) * + L M       I b | } ~        M S ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    | } ~   M                                                                                     Y                                          kd!+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
M T ] ^ f {         " 7 L ^ x                                                                                                                                                                                                                      	  $If   gd|  S  kd+ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$ S T \ ^               ! k l o x   m     ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ  x                                                                                                                                                                                                                                                            
& F$ $If   gd|  S  kdm, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     ! F Y l m n |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o x                                                                      f                                    [            [                     
  $If   gd| K$  kd
/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
          j l m n                : ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5     % 7 Q k {       
 ' 7                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kd/ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   7 Q k l m                                                                                                                                                                                                                                                                     	  $If   gd|  S  kdY0 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  m n         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    9      >                                                                                                 f                                                   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|  :       = > ? W a b c e f g       þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ > ? g        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdm4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    H                                                                                                      Y                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
     H       L M N f p q r t u v w    νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ   M N v w                    s                                                                                                                                                                 kd{6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                                           kd57 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 }    /                                                                                      Y                                          kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
   }     . /        
      r s t        ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5             6 P X m                                                                                                                                                                                                          	  $If   gd|  S  kdC9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|         
                                                                                                                                                                                                                                                  	  $If   gd|  S  kd9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|      s |            s            s                                                                                                                                                                                           	  $If   gd|   kdg: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd!; $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                 . t         ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ                                           kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ! ] q                                                                                                      f                                                        kd== $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
 .          . H Y s                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kd= $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|  s         + E V p                                                                                                                                                                                                                                S  kd> $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|          - @ A B             s                                                                                                                                                                 kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|               ? @ C L  ? @ f g            Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ B C                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L  g   N   l  q     ] t    0 \                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|                   ! # r t u v ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph        " |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd)A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " # + @ U j |         1 K S h                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kdA $If   K$L$l 0                     x                
t                                4   4 
l a   h }        . H Y s t u                                                                                                                                                                                                                   	  $If   gd|  S  kduB $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  u v           |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdC $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
v            
     '   y   
       ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                           kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   *     
    * I n                                                                                                                                                                                                                                                                                                                               
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|   " . A               [ a b j l         ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f     [ b k |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd#E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k l t         ) @ Q g x                                                                                                                                                                                                                         
  $If   gd| K$	  $If   gd|  S  kdE $If   K$L$l 0                                     
t                                4   4 
l a           % 6 M d u                                                                                                                                                                                                                                S  kdoF $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|          + > @ A             s                                                                                                                                                                 kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|       = > B K ]  % W  X t   F  - B       0  \ o {   󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !A B                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K ] %  u  - x    D     3 4 ;                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|    X w     3 R S d                                                                                                             f                                       kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|       + 7 J Q S c d                  ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  d                    s                                                                                                                                                                                     kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                                           kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   1 S u v                                                                                                                                                                                                                                                                                                                                                                                                                            
& F, $If   gd| 	  $If   gd|      %  X  }  |            s            s            s                                                                                                                                                                          	  $If   gd|   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         $  %  |  }  ~                     , P d         N Q   ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5  }  ~        j l    Q   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        < =  6 7      P Q    6 }  !	 "	 ,	 7	 j	 t	 ~	                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|       5 I |    !	 "	 7	 i	 j	 t	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 I
 m n o   õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ (~	 	                                        kdKM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  	 	                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 
 I
 l
 
 
 
 	 @ n o                                                                                                              f                                       kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|                         s                                                                                                                                                                      kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
                 E F           
 
 
 
 
 
 +
 ,
 Q
 R
 ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %                                         kdgQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 " F                                                     f                                                                                                                       kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|    
 
 
 ,
 ?
 R
 T
 U
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kduS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U
 V
                                        kd/T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R
 V
 _
 
 
 # $ % 5 6 7 8 P Z [ _ ` a s t         ` a          㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %V
 _
 }
 
 $ % 6 7                                                 f                                                                                                                       kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  7 8 ` a t      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd=V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  a                                                      f                                                                                                                       kdKX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|     4        G  |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         4        t  G Z          < = P ~      ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ     = ~   L       : D N                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|    K _       9 : D N O g q r v w x           շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\N O                                        kdY $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O w x                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd|                                           kd[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 g      [ \ m                                                                                                  f                                                   kdg\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|   g         & Z [ \ l m p               ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd| Q  kd] $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd!] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$      " 5 H J K a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd;^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         ! " G H b k l {         % , 2 C D ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ a b                                        kd^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b k   & C \ o      % D E                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd| 	  $If   gd|  D E F V W Z `                  
    ! 3 4 Y Z ^ пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  E F W    |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdI` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd| Q  kda $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kda $If   K$L$l 0                                     
t                              4   4 
l a     
  ! 4 G Z \ ] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ^                                        kdb $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^ g   8 J        ! "                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd| 	  $If   gd|  
^ g h w                  ! " # 3 4 7 L U _ ` زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5 " # 4 a |            s            s                                                                                                                                                                                           	  $If   gd|   kd+d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a b z                R S   G      ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    a b         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 S   5 f x      J  K                                                                                                                                                                                                                                                                                                                                                                                        
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
           I  J  K  L  \  ]  `  u  ~                촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f  K  L  ]    |            s            s                                                                                                                                                                                           	  $If   gd|   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                     ! ! ! " " " " |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
        ! ! ! ! " " " " " " j# # +$ ,$ 8$ <$ e$ $ $ % % 0% ' 0' <' @' m' ( ( Y( Z( f( j( ( ) ) ) 
* * :* + + + + B, , , - l- ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  4" " j# # # +$ ,$ e$ $ $ $ 0% ' /' 0' m' ( Y( Z( ( A) B) w) ) ) ) ) ) ) :*                                                                                                                                                                                                                                                                                                                                                                   gd|  :* + + + B, , , - l- - - D. E. P. \. k. w. . .                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|   gd|    gd|  l- - - C. D. P. f. j. . . . . . . . . . #/ Z/ / / 80 n0 o0 0 0 0 1 R1 S1 1 1 1 1 1 2 3 Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $. . . . . . . . . M            H            H            H            H            H            H            H                   gd|   kdgh $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   . . . . . . . .                                                 _            V            V                                                             	 $If   gd|    kdi $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  . . . .                                                                                                                                                                                                                                                          	 $If   gd|  o  kdi $$If   l       0   T# T                 .                
t  0                                                              4 
l al  . . . . . 	/ / /                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kdwj $$If   l       0   T# T                 .                
t  0                                                              4 
l al  / / #/ Z/ _/ 2            )            )            )                      	 $If   gd|    kdk $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     _/ / / / / / 20             [                                                                                                                                           kdAl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  20 30 80 o0 s0 0 d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd
m $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0 0 0 0 0 1 d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 S1 X1 1 d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 1 1 1 d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdeo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 1 92 >2 J2 d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kd.p $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J2 K2 N2 X2 n            e            e                                                                                                                                                               	 $If   gd|    kdp $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           X2 Y2 \2 e2                                                                                                                                                                                                                                                	 $If   gd|  t  kdq $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  e2 f2 g2 x2 }2 2 2 2 2                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kdir $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2 2                                             kds $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          2 2 2 2 2 2 2 2                                                             A                                  kd_t $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  2 2 2 2 2 2 2 2                                                 A                                              kd>u $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  2 2 2 2 2 2 2                                     A            <            7                  gd|    gd|    kdv $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  2 3 3 3 3 3 3 3 3 3                                                                                                                                                                                                                                                   E  kdv $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd|   gd|  	3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 4 04 14 34 44 `4 a4 y4 z4 4 4 4 4 4 4 4 4 4 4 4 5 C7 D7 O7 P7 `7 a7 춥x                          /j.| hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h|  hz h| 6 *3 3 3 3 3 3 4                                     a                                                                                                                             E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd[w $$If   l 0 
" R                                                           4 
l a   4 4 4 4 4 $4 04                                     a                                                                                                                             E  kdxx $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdx $$If   l 0 
" R                                                           4 
l a   04 14 24 34 44 F4 `4                                     a                                                                                                                             E  kd6y $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdx $$If   l 0 
" R                                                           4 
l a   `4 a4 l4 y4 z4 4 4                                     a                                                                                                                             E  kdy $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdy $$If   l 0 
" R                                                           4 
l a   4 4 4 4 4 4 4                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kdSz $$If   l 0 
" R                                                           4 
l a   4 4 4 4 4 4 l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kdz $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   4 4 4 4 4 5 5 6 6 h7 i7 l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kdp{ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
a7 e7 f7 [8 \8 g8 h8 x8 y8 }8 ~8 8 8 8 9 9 9 9 V9 X9 c9 d9 9 9 9 9 9 9 9 9 6: 8: 9: E: F: = = = A A A <A aA jA A A B  B 2B ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /j| hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0i7 8 8 8 9 9 W9 X9 d9 9                                                                                                                                                                                                                                                       S  kd| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	9 9 9 9 9 9 7:                                     N                                                                                       S  kd ~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kd} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   7: 8: 9: F: ~: ; ; ; < < = = = E> > ? w? ? G@                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kd~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G@ H@ A bA A A B B  B 3B C C C D D TE vE E E E E F F oH pH H H I                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  2B 3B B B B B C C C D D D F F F nH pH H I 0I 4I AI BI I I I I I I I L L M M M 
M M HM IM TM ۵۵۵ۭۜۋzrgrrr       j( h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 'I &I 5I AI BI I I I                                     j                                                                                                                                           kdD $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  I I I 6J ;J zJ J J J _K K s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
K K L L 
M ]M ^M M M NN ON O O Q Q Q Q R R R R wS 1T xU yU U U                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  TM UM VM ZM [M ^M M M MN O hQ Q vR wR R R R R R R R R R R R R HS QS ZT zT xU U bW cW ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| Uj h| U !U cW gW hW ~W W W                                                 e                                                                                                                        F  kdЁ $$If   l   l '{6    4   4 
l a] p
        F  kd] $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  cW hW W W W W W W W W W X X X X :X ;X WX XX tX uX X X X X X X X X Y 	Y 
Y Y Y Z Z Z X[ [ [ [ [ [ o\ \ T] l] ] ] ] ^ S^ ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 3W W W W W W W                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kdC $$If   l   l '{6    4   4 
l a] p
         W W W W W W W W                                     t                                                                                                                                                             v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|  W W W W W                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W  X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X 2X 4X :X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :X ;X PX RX WX                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         WX XX mX oX tX                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         tX uX X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X Y                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y 	Y 
Y Y Y Z Z Z ?[ Y[ [ [ [ [ "\                         |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kd_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "\ 6\ j\ \ \ \ \ ] O] m] ] ] ] ] ^ R^ S^ T^ U^ w^ _ _ _ _ _ _ _ _ ,` -`                                                                                                                                                                                                                                                                                                                                                                   gd|  S^ U^ _^ u^ v^ w^ _ _ _ _ ` +` K` N` ` ` ` ` a Ha a a a a b 
b b 4b 5b Rb Sb fb пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  -` K` Y` l` m` ` ` ` ` ` a a 3a Ia Ja a a a a a b 
b                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  
b b                                     kd
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b 5b Rb Sb ib b b b b b                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|  	fb ib ~b b b b b b b b ]c _c oc pc c c c c c c c c d d d d e e e e >e Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ b b                                     kda $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b b b b c c *c Fc Gc \c ]c ^c _c pc                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
pc c c c c c c c c             q            l                                                                                                                                                       gd|    kdu $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  c c                                     kd2 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               c c c c c c d 4d 5d Gd rd d d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  d d d e z            q            q                                                                                                                                                                                       	  $If   gd|    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       e e e @e Ae Be Ce De z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kdF $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       >e ?e @e Ee Ne e e e e f 	f f 7f 8f =f Ff f f f f f f Eg Gg Wg Xg wg xg {g g g g 'h (h [h ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "De Ee                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ee Ne me ne e e e e e e e e 	f                                                                                                             q                                                         kdZ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  	f 
f f 8f 9f :f ;f <f z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       <f =f                                     kdԕ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               =f Ff f f Eg Fg Gg Xg xg                                                             q                                                                                                                             kd+ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  xg yg zg {g g (h \h rh sh }h h z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
[h \h sh h h h h h h h h i 3i 4i hi qi j j j j j Ok bk k k k k k k k k k k l .l /l ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd|  h h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h i 4i 6i gi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  gi hi                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hi qi 	j 
j Fj Gj Vj j j j j Ok k                                                                                                 s                                                                        kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  k k k k k k k |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k                                        kdϜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k l l /l Pl                         s                                                                                                                                                                                   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  /l Ol Pl Ql Rl Sl Ul wl l p p p \p {p p p [q zq q q ir r s &s s s t t Du cu u u ev v v w w 
x lx x x y wy y z z о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -Pl Ql Rl Sl Tl Ul l "m #m dm om ym m m |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kdݞ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
m m m n n 5n bn cn n n o o p p p 1p \p jp zp                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|   $$If   a$gd|   
& F gd|    gd|  zp {p p p             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdѡ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q 'q ,q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,q -q 7q <q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <q =q >q [q iq yq                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yq zq q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q q q                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdɤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q 	r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r *r /r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /r 0r :r ?r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?r @r Ar ir wr r                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r s s %s                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %s &s 1s 6s             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdި $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6s 7s As Fs             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fs Gs Rs Ws             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ws Xs bs gs             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gs hs is s s s                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd֫ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s Pt t t t t                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t u u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u Du Ru bu                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bu cu nu su             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   su tu ~u u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdή $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u u u                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v 
v v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v #v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #v $v .v 3v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3v 4v 5v ev sv v                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdƱ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v v w                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w 'w ,w             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,w -w 8w =w             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =w >w Hw Mw             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Nw Ow w w w w 	x                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	x 
x x x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd۵ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x %x *x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *x +x 6x ;x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;x <x Fx Kx             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kx Lx Mx lx zx x                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdӸ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x y y                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y $y )y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )y *y 4y 9y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9y :y Ey Jy             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jy Ky Uy Zy             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zy [y \y wy y y                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd˻ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y z Bz ez fz z z z z z z t{                                                                                                                                                                                        gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z 
{ u{ { { { { { | | | | | K| L| ]| o| p| | | | | x~ z~ ~ ~ ~ Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ  t{ u{ { { { { { | | |                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	| |                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | L| p| | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  | |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | } } i} } } #~ 3~ D~ T~ U~ y~                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd| 	  $If   gd|  y~ z~ ~ ~ ~  ' V |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ ~ ~ ~ ~ U V W | }     7 9 I J      - ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  V W }     |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Q   ׀  
  7 8                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd| 	  $If   gd|  8 9 J  |            s            s                                                                                                                                                                                           	  $If   gd|   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           -         |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -        4 z  Ń     M N X b c    ۄ ܄ ߄      = ? O P ` ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $   N X b                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|  b c                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c   ʄ ܄ ݄ ބ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  ބ ߄                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߄  - . = N    s   چ    >                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd| 	  $If   gd|  > ? P   R  ӈ |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a { | }       Q n   ҈ ӈ ֈ   $     ȉ ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  ӈ Ԉ Ո ֈ      ɉ ʉ ԉ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ȉ ʉ ߉    & ' L M u       I e } ~             K ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !ԉ ߉   &                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd|  & '                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' M u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     e f                                                                                                    Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
       ь                 s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  K L W X h i m n  ь   ג  $ 6   M O d f    	 s u Z o     y }  Ο 8 _ ơ ǡ ߡ    ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /jm hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  - ֒ ג  . /   # $ 6      f  	 t u Z o                                                                                                                                                                                                                                                                                                                                       	  $If   gd|   gd|   
& FP gd|    gd|      # (             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|  ( ) . 6 B o            f            f            f                                                                                                                                                	  $If   gd|    kdB $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B C H O T o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T U Z a m o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m n v ~  o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kdh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ŝ ѝ o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ѝ ҝ ӝ ԝ u v ͟ Ο c d ! " { o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    {  j t  Ʈ  δ G o         ҹ      & G H y z {   T V f ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ %{      Q R  e f n o  J K  j t   ܭ     !                                                                                                                                                                                                                                                                                                                                      h^hgd|   
& F  gd|    gd|   gd|  ! 2 C T e f y     Ʈ          δ  S T    >                                                                                                                                                                                                                                                                                                                                                             gd|    gd|  > ?  ض G H o      ǹ ҹ                                                                                                                                                                                                                                                                                                                                               
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|                                           kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                H z { } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  ~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ǻ Ӻ  ! _   ˻ ջ  T U                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd| 	  $If   gd|  
U V g  |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g       ͼ μ      * + 7 X Y ~      } ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5     ͼ μ ؼ     |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd|  * +                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + Y ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ̽ ؽ  * j   }                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd| 	  $If   gd|  }          ſ     
  : ; b c d h q  ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ſ    |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 ; a b c d f g                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  g h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q     N r  a q r                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|   a q s               	    * K L t u ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    r s   |            s            s                                                                                                                                                                                           	  $If   gd|   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              	   |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                L s t u v x y                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  u v z     	      . ` a k u v        îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  y z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z     # b                                                                                                                              f                           kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|   	    # . a k u                         s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	u v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|      h i j z {           ) * 4 > ? K g п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ( O }      i j                                                                                                                         f                           kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  j {        *                         s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	* 4 >                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  
  $$If   gd|  > ?                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? h i j l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  g h i j             
       @ & 9 ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5                                          kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              s                                                                                              kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
  
    @   & h    |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9 h {      1 l     
      8 B C D G H g h z {      õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ ! m                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                            kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H h {                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|                                           kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B U                                                                    f                                    [            [                     
  $If   gd| K$  kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
 B                         ! " # E F ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a     # F Y l     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F          / 0 a g h p r        ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      0 a h q                                                             f                                    [            [                     
  $If   gd| K$  kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
q r                                          R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a         # 6 7 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          5 6 9 B 3 4        - . /      ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ 8 9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B  ! 4     .                                                                                      Y                                          kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
      . @ Z t                                                                                                                                                                                                                              	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$     t u v w          	 
 
  "   " # $ % ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ   0 @ Z t u v                                                                                                                                                                                                                                                      
& F$ $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  v w     
   |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
    # $ % 6                                                                f                                    [            [                     
  $If   gd| K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
% 5 6 T \       
   $ . / 0 2 3 4 A K L     *  ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5        	  3 M U j                                                                                                                                                                                                                            
  $If   gd| K$	  $If   gd|  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     	 
                                                                                                                                                                                                                                                                      	  $If   gd|  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|    4 L _ r     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * G   u v w x                                                                                                   f                                                   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|   s v w x                { |   þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ     C V i | } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 Z                                                                                                        Y                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
 1 3                        νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ       : M ` s                s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 g                                                                                              Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
  f          ! ' ( 0 2          * 4 5 6 8 9 : ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5   ! ( 1 2 : O d v                                                                                                                                                                                                                  	  $If   gd|  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|    2 L f v                                                                                                                                                                                                                                                     	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|      |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         : ; N a t     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd[ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: ; M N     _ O P Q a b n s    F H N O W Y R T ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ                                           kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 _     O P Q b                                                                                                 f                                                        kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
b  H O X Y a v                                                                    }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kd1	 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|   + < V ^ s        ( 9 S T                                                                                                                                                                                                                            S  kd	 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  T U V ~                     s                                                                                                                                                                 kdU
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  T U V n x y z | } ~                 d e N c e f Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   f   ?  
 e  e f m    B n    & Z                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|  f m r    * = A Y Z [ k l          ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph   Z [ l    |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              4 N _ y                                                                                                                                                                                                                              
  $If   gd| K$	  $If   gd|  S  kd
 $If   K$L$l 0                     x                
t                                4   4 
l a     0 B \ v                                                                                                                                                                                                                            	  $If   gd|  S  kd
 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|    < = P c v     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdA $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 , 6 7 ; < = O P     f  _   & ;  ,   K ` a b i  ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 f `  > K  /  b i     # B a                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|      ' : F Y e x              
 P R S T l v w { ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f        	 |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 
  $ 6 H Z q         - .                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   . 6 H Z l ~        ) : Q R                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  R S T | }                    s                                                                                                                                                                 kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  { | }         -      t   t    :  b   v
 
 
  , x 󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         5    t  < d    u
 v
                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|  v
 
 
  4 t                                                                                                                   f                                       kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|  x            E F G j k l p q u ~ 
 
 
 
 ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f   F G k l q s t             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  t u                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~     
 
 6
 X
 z
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd| 	  $If   gd|  
 
 
 
  |            s            s            s                                                                                                                                                                          	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
      * . 2 9 X > Q       5 I   Z f j    # 6 ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5      X  
 >    6  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          -     Y Z    # e    j                                                                                                                                                                                                                                                                                                                          
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  6 e x      . i }         5 ? @ D E F X Y k l ~         
   õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ (                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                E F Y l                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 A o     
                                                                                                              f                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|      H I \ o                 s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
    8 B C G H I [ \ n o       f g h x y z {             ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   g h y z                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  z {         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  > ?                $ % J K O X { |           㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %   ?                                                     f                                                                                                                       kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|       % 8 K M N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdw! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N O                                        kd1" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O X |                                                      f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|      ^ _       '  |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kd?$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ] ^ _         '  :  ]  q                  ! /! ]! ^! q! ! ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  '  ^      ! ^! ! ! 9" " " " " " " " "                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  ! ! ! ! 8" L" " " " " " " " " " # # # # # # # ;# M# N# s# t# # # # # շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\" "                                        kd$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               " # # ;# N# a# t# v# #                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  # #                                        kdM& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # # $ 6$ H$ $ $ $ $ $ % 8%                                                                                                 f                                                   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  # $ $ $ $ $ $ $ $ $ $ $ 
% % % #% ,% 6% 8% >% ?% F% H% ]% ^% m% o% p% q% ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ 8% ?% G% H% ^% n% o% p%                                                             R            I                                   	  $If   gd| Q  kd( $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd[( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$ p% q% % % % % % % % % % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdu) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
q% % % % % % % % % % % % %  & 	& 
& & w& E' O' P' n' o' ' ' ' ' ' ' ' ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ %  &                                        kd/* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                & 	& x& & & & & 
' E' P' o' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd| 	  $If   gd|  ' ' ' ' ' ' ' )( /( 0( 7( 9( B( h( i( ~( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  ' ' ' )( 0( 8( |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8( 9( i( ( ( (                                     R            I                                                                     	  $If   gd| Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd=, $If   K$L$l 0                                     
t                              4   4 
l a   ( ( ( ( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdW- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( ) t) ) ) ) #* .* M* x* * * * *                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd| 	  $If   gd|  
( ) ) ) s) #* -* .* L* M* `* o* w* x* * * * * * * * * * * * * * * * * زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5 * * * * |            s            s                                                                                                                                                                                           	  $If   gd|   kde/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * *  + + "+ #+ '+ (+ )+ ;+ <+ N+ O+ t+ u+ y+ + + + + + , , , Q- [- \- z- {- ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    *  + (+ )+ <+ O+ b+ u+ w+ x+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x+ y+                                        kd0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               y+ + + ., , , - - Q- \- {- - - -                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
{- - - - - - - - - - - - - - . . &. '. (. ). *. +. R. 촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f  - - - (. |            s            s                                                                                                                                                                                           	  $If   gd|   kd-2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (. ). *. +. R. S. . E/ w/ x/ / 0 X0 Y0 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R. _. c. . E/ w/ / / / 0 Y0 e0 i0 0 1 t1 1 1 1 1 2 f2 2 2 2 2 4 4 4 4 5 5 5 5 5 6 6 +6 i7 7 7 7 7 7 "9 P9 Q9 9 9 : v: : 
; ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  4Y0 0 1 s1 t1 1 1 2 f2 2 2 2 4 4 4 5 5 5 5 +6 6 6 7 *7 F7 V7 i7 7 7 7                                                                                                                                                                                                                                                                                                                                                                   gd|  7 "9 Q9 9 9 : v: : 
; I; ; ; ; ; ; 	< < (< ,<                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|   gd|    gd|  
; ; ; ; ; ; < < (< +< ,< 3< 4< < < < < < < Y= = = > 
> i> > > > > > #? P? Q? V? {? @ 1A Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $,< -< .< /< 0< 1< 2< 3< 4< M            H            H            H            H            H            H            H                   gd|   kd3 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   4< H< O< T< d< e< t< u<                                                 _            V            V                                                             	 $If   gd|    kd?4 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  u< v< < <                                                                                                                                                                                                                                                          	 $If   gd|  o  kd5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  < < < < < < < <                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kd5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  < < < < < 2            )            )            )                      	 $If   gd|    kdN6 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     < S= T= Y= = = =             [                                                                                                                                           kd{7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  = = = 
> > c> d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdD8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c> d> i> > > > d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd
9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  > > > > > ? d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ? ? #? Q? V? |? d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  |? }? ~? ? ? ? ? d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kdh; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ? ? ? ? n            e            e                                                                                                                                                               	 $If   gd|    kd1< $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ? ? ? @                                                                                                                                                                                                                                                	 $If   gd|  t  kd= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  @ @ @ @ @ #@ *@ 1@ =@                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kd= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  =@ >@                                             kd@> $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          >@ I@ M@ T@ [@ \@ ]@ ^@                                                             A                                  kd? $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  ^@ _@ `@ a@ b@ c@ d@ e@                                                 A                                              kdx@ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  e@ f@ g@ h@ i@ j@ @                                     A            <            7                  gd|    gd|    kdWA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  @ 2A 3A LA MA fA wA xA A A                                                                                                                                                                                                                                                   E  kd6B $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd|   gd|  	1A 2A 3A 9A :A LA MA wA xA A A A A A A A A A A A A A A B B /B 0B 1B 5B 6B SB TB UB aB bB tB <C D D D D D D 춥x                          /jhG hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h|  hz h| 6 *A A A A A A A                                     a                                                                                                                             E  kdB $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdB $$If   l 0 
" R                                                           4 
l a   A A A A A A A                                     a                                                                                                                             E  kdC $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdSC $$If   l 0 
" R                                                           4 
l a   A A A A A A A                                     a                                                                                                                             E  kdpD $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdD $$If   l 0 
" R                                                           4 
l a   A A 
B B B "B /B                                     a                                                                                                                             E  kd.E $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdD $$If   l 0 
" R                                                           4 
l a   /B 0B 1B 2B 3B 4B 5B                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kdE $$If   l 0 
" R                                                           4 
l a   5B 6B CB DB RB SB l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kdE $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   SB TB UB bB tB ;C <C .D /D E E l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kdF $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
D E E E E F F F F F F F FF GF F F F F F F G G IG KG ]G ^G G G G G G G G G G SK TK `K N N N N N O `O aO O O O ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /jG hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0E F 'F GF F F F F G JG                                                                                                                                                                                                                                                       S  kd6H $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	JG KG ^G G G G G                                     N                                                                                       S  kdZI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kdH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G G G G H H oI pI ]J ^J SK TK `K K >L L M ~M M                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   M M N  O `O aO O O O O 7Q 8Q IQ gR R R S -S IS cS dS mT nT 
V V lV mV V                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  O O HP IP YP aP 6Q 8Q IQ fR gR R NT kT nT V V -V V V V V V 0W 1W FW GW xW yW zW Z Z Z Z Z Z Z Z Z Z ۵۵۵ۭۜۋzrgrrr       jbK h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 'V V V V V 1W GW yW                                     j                                                                                                                                           kd~J $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  yW zW W W W X vX wX X X :Y s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kdJ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
:Y Y YZ ZZ Z Z Z G[ H[ [ [ E] F] ^ ^ k_ l_ 9` :` T` e` a a c c c c                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  Z Z Z Z Z Z G[ H[ [ D] _ j_ ` `  ` !` 1` 2` 6` 7` 8` 9` :` C` T` e` ` ` a b c c  e e ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /j0L hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| UjK h| U !c e e e e e 1e                                                 e                                                                                                                        F  kd
M $$If   l   l '{6    4   4 
l a] p
        F  kdL $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  e e 3e We Xe [e \e be ce e e e e e e e e e e f f 4f 5f Lf Mf cf df ~f f f f f f f h h h h +i Di xi ~i i 
j j j 
k ?k hk k k k ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 31e 2e 3e <e Je We Xe                                                             5            v  kdM $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kd}M $$If   l   l '{6    4   4 
l a] p
         Xe Ye Ze [e \e `e ae be                                     t                                                                                                                                                             v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|  be ce |e ~e e                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd@O $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e e e e e                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e e e e e                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdP $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e e e e e                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdAQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e e e e e                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e e f 
f f                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f f -f /f 4f                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdBS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4f 5f Df Ff Lf                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Lf Mf [f ]f cf                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdT $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cf df wf yf ~f                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdCU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~f f f f f                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f f f f f h h h h h +i Ei yi i i                         |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i i j  j Tj gj j j j k ?k Yk ik k k k k k k l m m 5m [m jm }m ~m m m m                                                                                                                                                                                                                                                                                                                                                                   gd|  k k k l l l 5m Km jm |m m m m m )n Jn [n n n n Oo do o o o o o o o o o p пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  m m m 
n n )n Yn Zn [n n n n n n n No Oo Yo do o o o                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  o o                                     kdDW $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o o o o p p 3p Ip Kp bp                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|  	p p p p 2p 3p Hp Ip cp lp p p 
q q -q .q /q 0q Vq Wq \q eq r r r r r r r r r Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ bp cp                                     kdX $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               cp lp p p p p p p p p p p p q                                                                                                                                     q                            kdY $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
q .q /q 0q Wq Xq Yq Zq [q             q            l                                                                                                                                                       gd|    kdZ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  [q \q                                     kdl[ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               \q eq q q q q q q q q r )r >r Sr mr nr r                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  r r r r z            q            q                                                                                                                                                                                       	  $If   gd|    kd\ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       r r r r r r r r z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd] $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       r r r r r ts vs s s s s s s s s s 2t >t Zt ft t t t t t t u u u #u 9u u u u u ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "r r                                     kd=^ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               r r s s  s !s Cs _s `s us vs s s                                                                                                             q                                                         kd_ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  s s s s s s s s z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kdQ` $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       s s                                     kda $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s s -t .t t t t t u                                                             q                                                                                                                             kdeb $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  u u u u 9u u u v v v &v z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kd"c $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
u u v &v Xv Yv cv mv nv v v v v v w w w x x x x x  y /y 0y 1y Py Qy Ry Sy Ty Wy `y y y y ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #&v Yv cv mv                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd|  mv nv                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nv v v v v w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  w w                                        kdAe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w w w w Ex x x x x 0y                                                                                                 s                                                                        kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  0y 1y Ry Sy Ty Uy Vy |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kdOg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Vy Wy                                        kd	h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Wy `y y y y y                         s                                                                                                                                                                                   kd]i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  y y y y y y y z  z } } } } ~ z~ ~ ~  }   &  Ā   ? Y x   q   "     
 )    4 i j о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -y y y y y y  z z z { 
{ { "{ ,{ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
,{ -{ { { { {  | | <| q| | | } } } } } ~ ~                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|   $$If   a$gd|   
& F gd|    gd|  ~ ~ $~ )~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )~ *~ 4~ 9~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd0k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9~ :~ E~ J~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J~ K~ U~ Z~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z~ [~ \~ z~ ~ ~                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdMl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdjm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~                                       s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd(n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdEo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [ }                                       s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdbp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        %                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd=r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdZs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h i   À                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À Ā π Ԁ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ԁ Հ ߀              {            {                                                                                                                                                                                                           	  $If   gd|  z  kdwt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd|  z  kd5u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdRv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       7 Y g w                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kdow $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd-x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdJy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd|  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdgz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D q                                       s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd%{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdB| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ̃ у             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   у ҃ Ӄ   !                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd } $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd_} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd|~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d e                                        s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ń ʄ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʄ ˄ ք ۄ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۄ ܄               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Y Z                                                                s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Å ȅ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȅ Ʌ ԅ م             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdӁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   م څ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ǆ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd˄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǆ Ȇ ҆ ׆             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׆ ؆               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       # 3                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdÇ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v w      Z [ h i j                                                                                                                                                                                          gd|  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j {    G X Y Z o         
     : C   ( ) 9 Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ    G Y Z d o                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    " 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  9 :                                        kdՉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : C      f   ы                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd| 	  $If   gd|    ) z   Ō  |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : T U V i j y      J K N W Վ ׎       ˏ ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ     J K L M |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W    N Y u    Վ ֎                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd| 	  $If   gd|  ֎ ׎   |            s            s                                                                                                                                                                                           	  $If   gd|   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ˏ Z [       |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˏ Z [      Ґ  - c           & ' V y z }  < ?   ۔ ݔ    ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|                                            kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' V h z { |                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  | }                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }  ˒ ̒ ے  $ %   1 R x    ܔ                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd| 	  $If   gd|  ܔ ݔ  ?   . q |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            . / > _     - O p q t    ! S T U f ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /jL h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  q r s t     ! U g h r |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kdѓ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f h }    ė ŗ    $ % ( 1       $ & 6 7          ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !r }   ė                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd|  ė ŗ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ŗ   % & '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  ' (                                        kdߕ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1       % & 7                                                                                                 Y                              kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
7      K o   < I             s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|          K o < I u  £ ԣ              
       K l ֮  d e } ~   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /j hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  -I t u  ̡ ͡    £ ԣ : ;          
 ~                                                                                                                                                                                                                                                                                                                                      	  $If   gd|   gd|   
& FP gd|    gd|       ƪ             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|  ƪ Ǫ ̪ Ԫ  o            f            f            f                                                                                                                                                	  $If   gd|    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kdX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ! o            f            f            f                                                                                                                                                	  $If   gd|    kdƚ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! " * 2 > o            f            f            f                                                                                                                                                	  $If   gd|    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > ? G N S o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S T \ c o o            f            f            f                                                                                                                                                	  $If   gd|    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o p q r   k l      o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     %   Y d [ l  
  ) * 6 : V Z [ p             &    ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ % %   X Y   B    
 ^      X Y z                                                                                                                                                                                                                                                                                                                                           h^hgd|   
& F  gd|    gd|   gd|   л      * A X Y d   2 3     [ l    Q                                                                                                                                                                                                                                                                                                                                                                gd|    gd|    & v   
  * V Z [ e p                                                                                                                                                                                                                                                                                                                                               
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|                                           kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & e q    % 0 i s                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd| 	  $If   gd|  
   < |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ; < = ? K O k l             " +   ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5 < = > ? k l v    |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdɠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      !                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  ! "                                        kdע $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " + j v    ,   + ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|   + - = > D K L M N c                ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph    , - > L |            s            s                                                                                                                                                                                           	  $If   gd|   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L M N X c    |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N Z                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd| 	  $If   gd|      ! " ( / 0 1 2 3 ? C ^ _ t           ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph      " 0 |            s            s                                                                                                                                                                                           	  $If   gd|   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1 2 3 _ i t    |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|     !             	     A B L k l m îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! ` l       X                                                                                                                            f                           kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|          	                          s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                         kd׭ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                B l m n p q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  m n r {       & ' ( ) c }           п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  q r                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {     ; j                                                                                                                             f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|    ' ( ) c                             s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  
  $$If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|      " + , - . d e f v w            ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5 ! "                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " + - . ? ~  e f w                                                                                      s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
           = u  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   < P t    
  ` a v                Q R l u  õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ !  ` a k v                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , ? R T k                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  k l                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l u     ! " 3 ` g o                                                             f                                    [            [                     
  $If   gd| K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
    ! " 2 3 6 K T ^ ` f g n p                ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ o p                                         R            I                                                                     	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdq $If   K$L$l 0                                     
t                              4   4 
l a        
  0 1 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 / 0 3 < _            % & 5 7 = > ? ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J 2 3                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 < _                                                                     f                                    [            [                     
  $If   gd| K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
  & 6 7 8 9                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   9 : ; < = >                                     R            I                                                                     	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   > ? g        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? W a b c e f g                  9 B Y   ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
          " < V ^ s                                                                                                                                                                                                                         	  $If   gd|  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$         - 7 8 9 ; < = \ ]            ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                              
& F$ $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|    = ]      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  M      % .                                                             f                                    [            [                     
  $If   gd| K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
      $ % - /               5 6 9 B  v ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 . / 7 L a s         / I c s                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kd; $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   s                                                                                                                                                                                                                                                                         	  $If   gd|  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|        # 6 7 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B   , u     ' z                                                                                                 f                                                   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|  v     & ' y z {             & þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ z {         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &   ;  " # $ % 6                                                                                                 Y                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
&   : ;  " # $ % 5 6            # $ ' νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ  6         $ % &             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  & '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0  , p  X Y Z k                                                                                      Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
' 0   V X Y Z j k       G I J K [ \           ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5          . H X r                                                                                                                                                                                                             	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|       . H I J                                                                                                                                                                                                                                                 	  $If   gd|  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  J K \  |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              % 8 9 : |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    7 8 ; D          & j          ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ  : ;                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D  ]   @                                                                                                      f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
  j       ) > P j                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kdk $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|        & ; M g                                                                                                                                                                                                                                   S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|       0 C V i | } ~             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|             / 0 { |   L { |   V W < Q       Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ ~                                         kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L   W   S       J      @  l                                                                                                                                                                                                                                                                                                                                       
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|      #  '  ?              	 
 N T U ] _     ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph       
 N U ^ |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _ g |        1 B \ m                                                                                                                                                                                                                          
  $If   gd| K$	  $If   gd|  S  kdW $If   K$L$l 0                     x                
t                                4   4 
l a         % ? Y j                                                                                                                                                                                                                        	  $If   gd|  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|         ' : ; < |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd{ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
         9 : = F  0  N c     1 F     	 	 K	 ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ < =                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F   f   V  I  	 	 G	 f	 	 	 	 	 	 @
 A
                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|  K	 ^	 j	 }	 	 	 	 	 
 
 
 7
 ?
 @
 A
 B
 R
 S
 
 
 
 
 
     

 
 
 
 ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  A
 B
 S
 
 
 
 |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
  & = N e |                                                                                                                                                                                                                            
  $If   gd| K$	  $If   gd|  S  kdQ $If   K$L$l 0                                     
t                                4   4 
l a       
  3 J a r                                                                                                                                                                                                                                   S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     
 
 .
 A
 T
 g
 z
 |
 }
             s                                                                                                                                                                 kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
 
 
 -
 .
 y
 z
 ~
 
   a  3    .   i ~ /  \   W l       󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !}
 ~
                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~
 
  a 3  / i   0 N      o p w                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|   T     1 P o                                                                                                                f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|   ) 5 H T g s          	 
     9 N O P ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f     	 
                s                                                                                                                                                                                     kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) K m       : O                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd| 	  $If   gd|  O P a   |            s            s            s                                                                                                                                                                          	  $If   gd|   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P ` a              1 T h     " 6 ! " " /" " " " " ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5           U   # |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # x y  r  s  2! 3! ! ! /" " " " # :# r# # $ ]$ ^$ h$ s$ $ $ $                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  " # # 9# M# q# # # # $ $ ]$ ^$ s$ $ $ $ $ $ $ $ $ $ $ $ $ $ 	% 
% % % /% 0% 4% =% % & & & & & õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ ($ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ $ 
% % 0% 2% 3%                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  3% 4%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4% =% % % % 
& +& E& |& & & &                                                                                                             f                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  & & & & & & 
'  ' 3' 5' 6'             s                                                                                                                                                                      kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
& & & & & & & & & & & ' 
' 2' 3' 7' @' ' ' ( ( ( ( ( ( ( 1( ;( <( @( A( B( T( U( g( h( ( ( ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %6' 7'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7' @' ^' ' ( ( ( (                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  ( ( A( B( U( h( {( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( ( _) `) a) q) r) s) t) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * * * )+ *+ ++ ;+ <+ =+ >+ K+ 㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %( ( ( ( `) a) r) s)                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  s) t) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) * * *+ ++ <+ =+                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  =+ >+ ?+ p+ + + $, %, V, N- O- - - |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K+ O+ p+ + + + $, 1, 5, V, , O- - - - - - . 3. 4. G. Y. Z. x. y. . . . . . / @/ ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  - - 4. y. . . A/ / / ,0 -0 .0 80 C0 v0 0 0                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  @/ T/ / / / / +0 -0 .0 C0 u0 v0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 +1 41 51 D1 շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\0 0                                        kd3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 0 0 1 1 *1                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  *1 +1                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +1 41 1 1 1 2 )2 U2 2 2 2 2                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  D1 1 2 )2 <2 L2 U2 \2 b2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 
3 3 3 ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ 2 2 2 2 2 3 
3 3                                                             R            I                                   	  $If   gd| Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$ 3 3 73 83 K3 ^3 q3 3 3 3 3 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3 '3 13 23 63 73 83 J3 K3 ]3 ^3 3 3 3 3 3 3 4 4 4 4 5 
5 (5 X5 a5 h5 n5 5 5 ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ 3 3                                        kdi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 4 14 b4 4 4 4 4 4 
5 )5 ;5 a5 5 5                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd| 	  $If   gd|  5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6  6 !6 96 C6 D6 H6 I6 J6 \6 ]6 o6 p6 6 6 6 пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  5 5 5 5 5 5 |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 6 6 6  6                                     R            I                                                                     	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a    6 !6 I6 J6 ]6 p6 6 6 6 6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6 6                                        kdK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 6 7 :7 t7 7 7 7 7 8 X8 \8 ]8 ^8                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd| 	  $If   gd|  
6 6 6 6 7 7 7 7 7 7 7 
8 8 8 8 #8 W8 X8 [8 \8 ]8 ^8 _8 o8 p8 s8 8 8 8 8 زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5 ^8 _8 p8 8 |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9  9 !9 09 9 9 =: A: : : : : ; ; ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    8 8 8 8 8 8  9 9 9 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 9                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9  9 9 9 >: q: : : : : ; D; ; ;                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
; ,; ;; C; D; K; Q; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f  ; ; ; ; |            s            s                                                                                                                                                                                           	  $If   gd|   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ; ,< < = = O= = = = |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
; ; < ,< < = "= &= O= = = > > )> > ? g? h? t? x? ? @ 4@ @@ D@ l@ >B lB xB |B B ZC [C C C C C C E /E 0E FE JE vE F F F (G ~G G H PH H ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  4= )> > ? ? g? h? ? @ 3@ 4@ l@ >B kB lB B [C C C C }D ~D D D D D E /E 0E vE                                                                                                                                                                                                                                                                                                                                                                   gd|  vE F F (G ~G G H PH H H I I I I I I I I I                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|   gd|    gd|  H I "I I I I I I I I I I I  J !J "J #J _J J J $K tK K K L 2L 3L WL L L L L L L M N N Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $I I I I I I I I I M            H            H            H            H            H            H            H                   gd|   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   I I I I J J J J                                                 _            V            V                                                             	 $If   gd|    kdy $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  J J  J !J                                                                                                                                                                                                                                                          	 $If   gd|  o  kdN  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  !J "J #J .J 2J EJ MJ YJ                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kd  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  YJ ZJ _J J J 2            )            )            )                      	 $If   gd|    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     J J J J $K )K nK             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  nK oK tK K K L d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L L L 3L 7L QL d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  QL RL WL L L L d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L L L L L M d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M M M &M uM zM M d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M M M M n            e            e                                                                                                                                                               	 $If   gd|    kdk $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           M M M M                                                                                                                                                                                                                                                	 $If   gd|  t  kd@ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M M M M M M M M M                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M M                                             kdz	 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          M M M M M M M M                                                             A                                  kd
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  M M M M  N N N N                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  N N N N N N N                                     A            <            7                  gd|    gd|    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  N N N N N O O O *O ,O                                                                                                                                                                                                                                                   E  kdp
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd|   gd|  	N N N N N N N O O ,O -O /O 0O >O ?O LO MO lO mO oO pO O O O O O O O O O O O O O  P P P R R R R R R 춥x                          /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h|  hz h| 6 *,O -O .O /O 0O 8O >O                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd
 $$If   l 0 
" R                                                           4 
l a   >O ?O HO LO MO `O lO                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a   lO mO nO oO pO O O                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdK $$If   l 0 
" R                                                           4 
l a   O O O O O O O                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd	 $$If   l 0 
" R                                                           4 
l a   O O O O O O O                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kd $$If   l 0 
" R                                                           4 
l a   O O O O O O l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kd& $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   O O O  P P P P Q Q R R l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
R R R S S S S S S S S S S S =T >T JT KT T T T T T T T T  U "U 2U 3U rU tU uU U U X X X @\ C\ X\ x\ \ \ \ \ [] \] n] ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /j	 hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0R S S S >T KT T T T T                                                                                                                                                                                                                                                       S  kdp $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	T T T !U "U 3U sU                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   sU tU uU U U QV 
W W W W X X X Y Y MZ Z [ [                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kd& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   [ [ C\ \ \ \ =] [] \] o] ^ ^ ^ ` '` ` ` ` ` a a b b c c 
d d Vd                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  n] o] ] ] ] ] ^ ^ ^ ` ` '` a 	b b c c c Vd ld pd }d ~d d d d d e e e 4h 5h @h Ah Bh Fh Gh h h h ۵۵۵ۭۜۋzrgrrr       j h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 'Vd bd qd }d ~d d d e                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  e e )e re we e f f 1f f f s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kd* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
f 2g g g Ih h h h h i i j j Rl Sl 	m 
m m m m n n mo p p 3q 4q                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  h h h h h h h h i j l m m m m m m m m m m m m m m n n n o o p 3q r r ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /jj hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| Uj h| U !4q r r r r r r                                                 e                                                                                                                        F  kdD $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  r r r r r r r  s s "s #s Cs Ds Zs [s vs ws s s s s s s s s t t t t Dt Et Ft Gt Ht &v 'v 3v v v v w w w w w x x x y :y Yy y ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 3r r r r r r r                                                             5            v  kd* $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kd $$If   l   l '{6    4   4 
l a] p
         r r r r r r r  s                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|   s s s s "s                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "s #s <s >s Cs                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Cs Ds Rs Ts Zs                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Zs [s ns ps vs                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         vs ws s s s                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s s s s s                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s s s s s                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s s s s s                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s s s s t                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd}  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t $t )t Dt                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd(! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Dt Et Ft Gt Ht &v 'v 3v {v v v v w *w ^w                         |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kd! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^w rw w w w x 9x Wx x x x x y ;y Zy y y y y y z z z z { { { 5{ h{ i{                                                                                                                                                                                                                                                                                                                                                                   gd|  y y y y y y z z { { O{ g{ { { { { { -| Y| | | } 4} 5} ?} I} J} p} q} } } } пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  i{ { { { { { { { { -| C| Y| o| | | | | | } 5} ?} I}                                                                                                                                                                                                                                                                                                                                       
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  I} J}                                     kd~" $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               J} q} } } } } } } }  ~                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|  	} } } } } } } } ~ 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~    " 2 3 R S T U z Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  ~ ~                                     kd# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~ 
~ ,~ -~ A~ B~ f~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                     q                            kd,% $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
~ ~ ~ ~ ~ ~ ~ ~ ~             q            l                                                                                                                                                       gd|    kd% $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  ~ ~                                     kd& $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ~  $ % 9 : T p q        !                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  ! " 3 S z            q            q                                                                                                                                                                                       	  $If   gd|    kd' $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       S T U | } ~   z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd( $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       z { |     $ % D E G s t y  Ё ܁   # /         ׂ ! c d  ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "                                      kdw) $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                          % E                                                                                                             q                                                         kd* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  E F G t u v w x z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd+ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       x y                                     kdH, $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               y  ˁ ́                                                                  q                                                                                                                             kd- $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|      ׂ d     ă z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kd\. $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ă      , - Z o p   C ' ) 9 :   ͆ Ά φ        Z j k ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #ă                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd| 	  $If   gd|                                           kd'/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                - Z p r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|                                           kd{0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E F     ( ) :  Ά                                                                                                 s                                                                        kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  Ά φ      |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdC3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y Z k                          s                                                                                                                                                                                   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  k         @ A X    7    :  č C b  ݎ      .   ) H ' F  Ǔ 6 U  Ҕ   о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -       ^ _     ʈ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kdQ5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ʈ ˈ + B Z q   ډ  U V @ A X m                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|   $$If   a$gd|   
& F gd|    gd|     ǋ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǋ ȋ ҋ ׋             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdj6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׋ ؋               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd(7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       & 6                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdE8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z                                        s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdb9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ƌ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƌ ǌ ь ֌             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd : $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֌ ׌               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd=; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdZ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }   Í                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Í č ύ ԍ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdw= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԍ Ս ߍ              {            {                                                                                                                                                                                                           	  $If   gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd5> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd|  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      C Q a                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b m r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdR? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s }              {            {                                                                                                                                                                                                           	  $If   gd|  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ̎ ܎                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܎ ݎ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd-A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd|  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        Տ                                                                s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 1 6             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdgC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd%D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X Y                                        s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdBE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ː А             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   А ѐ ې              {            {                                                                                                                                                                                                           	  $If   gd|  z  kd F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        -                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd_F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 9 >             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? I N             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd|G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p q                                        s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd:H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˑ Б             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Б ё ۑ              {            {                                                                                                                                                                                                           	  $If   gd|  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdWI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ) 7 G                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdtJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd2K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ' 5 E                                                             s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdOL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdlM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        Ɠ                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɠ Ǔ ғ ד             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd*N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ד ؓ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdGO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 6 D T                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kddP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd"Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        є                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   є Ҕ ݔ              {            {                                                                                                                                                                                                           	  $If   gd|  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd?R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      9 Y ~        +                                                                                                                                                                                         gd|  z  kd\S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     + F      
 ? @ J T U        ؗ    ƙ Ǚ י Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ        
 @ J T                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	T U                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U     ח                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  ח ؗ                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؗ  5 6 V W   : _ o                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd| 	  $If   gd|    Ǚ  1 J c  |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kdcV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       י ؙ                s u   < = @ Q i ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /jW h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd\X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = >     , F [ s t                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd| 	  $If   gd|  t u  = |            s            s                                                                                                                                                                                           	  $If   gd|   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = > ? @ i   - ? Q R A B |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kdjZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i   , - P Q R p  ˞  . @ B W      ğ ş     $ ڠ ݠ U V y {    ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $B L W                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|                                           kd$[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ş                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|                                           kdx\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $ i j y    à A  ϡ   3 U V z                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd| 	  $If   gd|  z {  ݢ 3  ̣  |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ̢ ͢ ܢ  3 X   ˣ     # 9 `      ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j^ h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ      8 9       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          M N X b c    ¥ å ƥ ϥ : H     ¦ Ħ Ԧ զ    " # 5 G H S  ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !  N X b                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd|  b c                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c   å ĥ ť                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  ť ƥ                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƥ ϥ 0 1 Q R   æ Ħ զ                                                                                                 Y                              kdmb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
զ   ! " # S  
 B C ڬ              s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kd'c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|           
 ڬ   $ ` r @ S     A B D E      Q   '    
 t      , - ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j&h hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /jc hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  -   $ j k + , _ ` r ز ٲ ? @ U  B E       , >                                                                                                                                                                                                                                                                                                                                   	  $If   gd|   gd|   
& FP gd|    gd|  > Q R W _ d             f                                                                                                                                                                      kdHd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|  d e j r ~ o            f            f            f                                                                                                                                                	  $If   gd|    kdd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~     o            f            f            f                                                                                                                                                	  $If   gd|    kd$e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd f $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   ȸ и ܸ o            f            f            f                                                                                                                                                	  $If   gd|    kdnf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ܸ ݸ    o            f            f            f                                                                                                                                                	  $If   gd|    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     
 o            f            f            f                                                                                                                                                	  $If   gd|    kdJg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
      	 
   ] ^  o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - 0 1  ý      
            @ A K U V b           ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ % ý ? @             !      % 2 ? L ]                                                                                                                                                                                                                                                                                                                                      h^hgd|   
& F  gd|    gd|   gd|  ] n           2 3   R S % &  
 ?     J z                                                                                                                                                                                                                                                                                                                                                             gd|    gd|  z {             A K U                                                                                                                                                                                                                                                                                                                                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|  U V                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   6 ]      6                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd| 	  $If   gd|  
    |            s            s                                                                                                                                                                                           	  $If   gd|   kdIk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               	 
  Q R \ f g s        Q  ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5     	 
   R \ |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd|  f g                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ; f   P                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd| 	  $If   gd|             3 4 > H I U v w      5 ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd|   kdeo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            4 > H |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H I                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I w                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd|                                           kd-r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    J   4                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd| 	  $If   gd|  5                 D E O Y Z f     ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd|   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              E O Y |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd;t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Z                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|      2 4 D E K R S T U j          	 
  îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kdIv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 1 _    2 3 4                                                                                                                         f                           kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  4 E S T U _ j                            s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kdWx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                         kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd|                    3 e f p z {   п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kdez $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 X d     % \                                                                                                                           f                           kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|         ( 3 f                         s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kds| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	f p z                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd|  
  $$If   gd|  z {                                        kd-} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                G H I J K L X \ | b u ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5                                          kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     R    G                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
G H I J K L | - . b    Z |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
u      & Y m      F G Q [ \ t ~           
   õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ !Z    	  G Q [                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  [ \                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  	 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  ~        
                                                             f                                    [            [                     
  $If   gd| K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
 ~               # $ 3 5 6 7 O Y Z [ ] ^ _   ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ 
  $ 4 5 6                                     R            I                                                                     	  $If   gd| Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   6 7 _        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdŅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      X Y Z [ k l             ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + Y Z [ l                                                                f                                    [            [                     
  $If   gd| K$  kdӇ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
                                           R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd| Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a      & ' L _ r s t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	         & ' q r u ~ o p # < V W X Y i j k    ' - ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ t u                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~  ] p V W X Y j '                                                                                     Y                                          kdό $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
' . 7 8 @ U j |        & 8 R                                                                                                                                                                                                                      	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$ - . 6 8              E F I R ^  G ^ _ ` a ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ  R l |                                                                                                                                                                                                                                                          
& F$ $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|        3 F G H |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H I                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I R   _ ` a r                                                                f                                    [            [                     
  $If   gd| K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
a q r        D F G H ` j k l n o p }       f  ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5       + E U o                                                                                                                                                                                                                               
  $If   gd| K$	  $If   gd|  S  kdu $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    + E F G                                                                                                                                                                                                                                                                     	  $If   gd|  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  G H p        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 f                                                                                                          f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|            1 ; < = ? @ A Y Z     þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ   A Z       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 n   "                                                                                                      Y                              kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
 m o   "       & ' ( @ J K L N O P Q    νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ   ' ( P Q v                   s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    W    	 \                                                                                     Y                                          kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
   W      	 \ ] c d l n             L M N f p q r t u v ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5 \ ] d m n v         *  2  G  \                                                                                                                                                                                                          	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  \  n                                                                                                                                                                                                                                                                	  $If   gd|  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|        M |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N v w        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdϜ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
v w                 N         ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   7 K                                                                                                      f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
            " 3 M                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|  M g x         0 J d u                                                                                                                                                                                                                              S  kd7 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|                          s                                                                                                                                                                 kdɠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|                  &  	 	 @	 A	 	 	 
 
       Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &  A	 	 	 (
 {
 
 F  K     7
 N
 ~
 
 
 
 6 b                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|    
 
 
 
 f y }           L N O P ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdע $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           / D V p        % - B                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   B W l ~       " 3 M N O                                                                                                                                                                                                                   	  $If   gd|  S  kd# $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  O P x y        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
P h r s w x y            b w S h         ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    z   k      # H _ ~                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|      c v             5 ; < D F         ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f     5 < E |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdѦ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E F N ` r         + A R i j                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   j r         ' > O e v                                                                                                                                                                                                                              S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|                          s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|          % 7 i  1  2 N        ! ! ! v" " # # 
$ % 6& I& U& h& & 󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !                                         kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % 7   O   R q       Y! x" # 
$ $ $ % %                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|  % % 2& Q& p& & & & 
' ,' -' >'                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|  & & & & & ' ' $' +' -' =' >' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  >' ' ' ' ' ' ' '             s                                                                                                                                                                                     kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  ' '                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ( -( O( P( r( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd| 	  $If   gd|  ( ( ( 2) W) |            s            s            s                                                                                                                                                                          	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( V) W) X) Y) Z) f) j) n) u) ) z+ + + + + , *, >, q, , , , / / / / (0 +0 _0 r0 ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5  W) X) Y) Z) ) D+ F+ z+ + + +, r, , |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , - - i- . . . . / / / *0 +0 _0 0 0 1 W1 1 1 1 2 2 D2 N2 X2                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  r0 0 0 0 0 1 #1 V1 j1 1 1 1 1 2 C2 D2 N2 X2 Y2 q2 {2 |2 2 2 2 2 2 2 2 2 2 2 2 2 2 #3 G4 H4 I4 Y4 Z4 õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ (X2 Y2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y2 2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  2 2                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 #3 F3 }3 3 3 3 4 H4 I4 Z4                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  Z4 [4 \4 4 4 4 4 4 4 4 4             s                                                                                                                                                                      kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
Z4 [4 \4 t4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 5  5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 +6 ,6 ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %4 4                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 4  5 5 5 5 5                                                 f                                                                                                                       kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  5 5 5 5 5 6 6 ,6 .6 /6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/6 06                                        kdݵ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,6 06 96 z6 {6 6 6 6 7 7 7 7 *7 47 57 97 :7 ;7 M7 N7 `7 a7 7 7 7 7 7 7 :8 ;8 8 8 8 8 8 8 8 8 㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %06 96 W6 {6 6 6 7 7                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  7 7 :7 ;7 N7 a7 t7 7 7 7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 7                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 ;8 8 8 8 8                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  8 8 8 9 9 9 9 9 9 : : !; c; |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 9 9 9 9 9 9 9 9 N: : !; 4; c; v; ; ; ; ; ; ; ; < < *< X< k< < < < < ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  c; ; ; < X< < < &= u= = = = = = > > (>                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  < < %= 9= t= = = = = = > > > (> )> A> K> L> P> Q> R> Z> w> > > > > > > > > շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\(> )>                                        kdm $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               )> Q> R> w> > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  > >                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > A? r? ? ? ? ? 5@ 6@ G@ t@                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  > A? ? ? ? ? ? ?  @ 4@ 5@ 6@ F@ G@ J@ _@ h@ r@ t@ z@ {@ @ @ @ @ @ @ @ @ ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ t@ {@ @ @ @ @ @ @                                                             R            I                                   	  $If   gd| Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdϾ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$ @ @ @ @ @ @ A "A $A %A ;A |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@ @ @ @ @ @ @ @ @ @ @ !A "A <A EA FA UA A B B B B B B B B C C C C ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ ;A <A                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               <A EA A A  B B 6B IB B B B B B B C C                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd| 	  $If   gd|  C C  C 0C 1C 4C :C eC kC lC sC uC ~C C C C C C C C C C C C C C C C 
D D 3D 4D 8D пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  C  C 1C eC lC tC |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tC uC C C C C                                     R            I                                                                     	  $If   gd| Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   C C C C C D !D 4D 6D 7D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7D 8D                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8D AD D D E $E _E jE E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd| 	  $If   gd|  
8D AD BD QD D _E iE jE E E E E E E E E E E E E E E E 
F F F &F /F 9F :F زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5 E E F ;F |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :F ;F <F TF ^F _F cF dF eF wF xF F F F F F F F F ,G -G G G !H H H H H H ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    ;F <F dF eF xF F F F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F F                                        kdM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F F -G jG G H @H RH H H H H $I %I                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
H H H H H H H #I $I %I &I 6I 7I :I OI XI bI cI dI eI fI gI I 촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f  %I &I 7I dI |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dI eI fI gI I I I J J J J YK K K |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
I I I I J J J J J YK K K K K DL L M M M M ?M M M M M 
N O 
P P P GP P P 3Q 4Q @Q DQ gQ R R R R R S ^T T T T U YU U U FV ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  4K K DL L L M M ?M M M M 
N O 	P 
P GP P 3Q 4Q gQ R R QR fR R R R R R S                                                                                                                                                                                                                                                                                                                                                                   gd|  S ^T T T U YU U U FV V V W W *W 6W EW QW dW hW                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|   gd|    gd|  FV V V W W *W @W DW dW gW hW oW pW W W W W W 4X X X Y HY IY Y Y Y Y ,Z -Z _Z Z Z Z Z [ m\ Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $hW iW jW kW lW mW nW oW pW M            H            H            H            H            H            H            H                   gd|   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   pW W W W W W W W                                                 _            V            V                                                             	 $If   gd|    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  W W W W                                                                                                                                                                                                                                                          	 $If   gd|  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  W W W W W W W W                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kd% $$If   l       0   T# T                 .                
t  0                                                              4 
l al  W W W 4X 9X 2            )            )            )                      	 $If   gd|    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     9X X X X X X Y             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  Y 
Y Y IY MY Y d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y Y Y Y Y Y d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y Y Y -Z 2Z YZ d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  YZ ZZ _Z Z Z Z d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z Z Z Z [ [ $[ d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $[ %[ ([ 2[ n            e            e                                                                                                                                                               	 $If   gd|    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           2[ 3[ 6[ ?[                                                                                                                                                                                                                                                	 $If   gd|  t  kdz $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ?[ @[ A[ R[ W[ _[ f[ m[ y[                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  y[ z[                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          z[ [ [ [ [ [ [ [                                                             A                                  kd
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  [ [ [ [ [ [ [ [                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  [ [ [ [ [ [ [                                     A            <            7                  gd|    gd|    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  [ n\ o\ \ \ \ \ \ \ \                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|     gd|   gd|    gd|   gd|  	m\ n\ o\ u\ v\ \ \ \ \ \ \ \ \ \ \ \ \ 
] ] 
] ] :] ;] S] T] k] l] m] q] r] ] ] ] ] ] ] x^ ` ` )` *` :` ;` 춥x                          /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  hC h|  ho\ h|  
h| 5CJ h| 56CJ  h
  h|  h|  hN h|  hz h| 6 *\ \ \ \ \ \ \                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd	 $$If   l 0 
" R                                                           4 
l a   \ \ \ \ \ \ 
]                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a   
] ] ] 
] ]  ] :]                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kd $$If   l 0 
" R                                                           4 
l a   :] ;] F] S] T] ^] k]                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd| 	 $If   gd|  E  kdC $$If   l 0 
" R                                                           4 
l a   k] l] m] n] o] p] q]                                                                                                                                                                                                                                                                                               	 $If   gd| 	 $If   gd|     gd|  E  kd $$If   l 0 
" R                                                           4 
l a   q] r] ] ] ] ] l            c            Z            c            Z                                                                                                       	 $If   gd| 	 $If   gd|    kd` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ] ] ] ] ] w^ x^ j_ k_ B` C` l            g            a            \            g            g            g            g            g            g                        gd|  $gd|    gd|    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
;` ?` @` 5a 6a Aa Ba Ra Sa Wa Xa Za a a a a a a 0b 2b =b >b b b b b b b b b c c c c  c f f f i i i j ;j Dj j j j j k ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h| 5 h8pU h| CJ OJ QJ ^J aJ  	h| 5h| CJ OJ QJ ^J aJ  hZ% h|  h|  /jC hh h| CJ OJ QJ U^J aJ  hh h| CJ OJ QJ ^J aJ  )j    hh h| CJ OJ QJ U^J aJ  h
 h| CJ OJ QJ ^J aJ 0C` Za ca a a a 1b 2b >b b                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|   gd|   gd|    gd|  	b b b b b b c                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd|  S  kd< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   c c c  c Xc c d d e e f f f g zg g Qh h !i                                                                                                                                                                                                                                 
& F
 gd|    gd|  S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   !i "i i <j j j j j j 
k sl tl l m m .n Pn in n n n o o Iq Jq q q q                                                                                                                                                                                                                                                                                                                                                  gd|   
& FO gd|    gd|  k 
k k k k k rl tl l m m m o o o Hq Jq iq q 
r r r r lr mr r r r r r u u u u u u u "v #v .v ۵۵۵ۭۜۋzrgrrr       j h| Uj    h| U h0 h| CJ OJ QJ ^J aJ   h
o h| CJ OJ QJ ^J aJ   h7| h| CJ OJ QJ ^J aJ  h7| h| 5 hp h| CJ OJ QJ ^J aJ  h|   hh h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  	h| 5 'q  r r r r mr r r                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd|  r r r s s Ts s s s 9t vt s            n            i            a            a            a            i            i            Y            Y                  
& FR gd|   
& FQ gd|    gd|   gd|   kdd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
vt t u u u 7v 8v v v (w )w x x y y z z u{ v{ { { Q| } R~ S~ ~ ~                                                                                                                                                                                                                                                                                                                                 
& F gd|   $ $gd|    gd|   
& FR gd|  .v /v 0v 4v 5v 8v v v 'w x Bz z P{ Q{ \{ ]{ m{ n{ r{ s{ t{ u{ v{ { { { "| +| 4} T} R~ ~ < = ŷŷŢŊŢyŷrkfUUUU  h8pU h| CJ OJ QJ ^J aJ  	h| 5h`\g h|  h3 h|   h
 h| CJ OJ QJ ^J aJ  /j hh h| CJ OJ QJ U^J aJ )j    hh h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ   hh h| CJ OJ QJ ^J aJ  h>vi h|  hc[ h| B*ph   h|  j    h| Uj= h| U !~ = A B X Y m                                                 e                                                                                                                        F  kd~ $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd|    gd|  = B o               1 2 N O p q            ă Ń у 2 g     I [ . F {  ؆  - ᷳᚉ                h0 h| CJ OJ QJ ^J aJ   ho h| CJ OJ QJ ^J aJ  h# h| 5h|   hh h| CJ OJ QJ ^J aJ   h8pU h| CJ OJ QJ ^J aJ  h| CJ aJ  h| CJ OJ QJ ^J aJ   h| 5CJ OJ QJ \^J aJ 3m n o x                                                                5            v  kdd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd|    gd| F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd| 	  $If   gd|                               t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ڀ ܀                          t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           * , 1                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 2 G I N                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N O i k p                         t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p q                            t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ǁ                          t            t                                                                                                                                                                              $$If   a$gd| 	  $If   gd| v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              ă Ń у  3 g   Ȅ                          |            |            |            |            |            |            |            |            |            |            |            |                     gd|    $a$gd| v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           D \   ׅ  ) G {   ن  , - . / Q Z [ q     ӈ                                                                                                                                                                                                                                                                                                                                                                     gd|  - / 9 O P Q q      % ( e   ˉ  "   Ҋ ӊ ݊     , - @ пппппЮЄ{{ia{P  h.P h| CJ OJ QJ ^J aJ  h6= h| 5#h6= h| 5CJ OJ QJ ^J aJ h|  	h| 5hZ h| 5h8 h| 0J 5OJ QJ \ #h8 h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ   h0 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ   % 3 F G e    ˉ   
 # $     ӊ ݊                                                                                                                                                                                                                                                                                                                                        
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 , - C Y o                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd|  	@ C X Y n o     7 9 I J i j k l       Ѝ э      Ⱥ򥘐me򥘐Tm               h$ h| CJ OJ QJ ^J aJ  h*o h| 5#h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h h| 5h|   h7| h| CJ OJ QJ ^J aJ  hM h| 0J OJ QJ \h| 0J OJ QJ \h_ h| 0J OJ QJ \ h.P h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ʋ ˋ ߋ     ! 6 7 8 9 J                                                                                                                                     q                            kdf $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|  
J j k l                  q            l                                                                                                                                                       gd|    kd# $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd|                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                  Ì ׌ ،    ! L e z                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|    э  z            q            q                                                                                                                                                                                       	  $If   gd|    kd7 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           (    Î         n z    ͏  ! 1 2 Q R U _ u    5 ΰ΍΍΍ΰ{jjY     hp h| CJ OJ QJ ^J aJ   hm{ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  h
o h| CJ OJ QJ ^J aJ  #h*o h| 5CJ OJ QJ ^J aJ  h6= h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h| CJ OJ QJ ^J aJ  h h| 5h|  h*o h| 5h| 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ( G H \ ]      Î                                                                                                              q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|          z            u            l            l            l            l            l                                                                                                         	  $If   gd|    gd|    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                  i j    ! 2 R                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd|  R S T U u  6 L M W b z            u            u            u            u            u            u            u            h            _                            	  $If   gd| 
  ? $If   ^? gd|    gd|    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
5 6 M b      ʑ ˑ  
  B K  œ Ǔ ד ؓ ) < k l m          	 ºҬғxxxgZқғ h| 0J 5OJ QJ \  h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ  h	 h| CJ OJ QJ aJ  h h| 5 h7| h| CJ OJ QJ ^J aJ  h	 h| 0J OJ QJ \h*o h| 5h*o h| 0J 5OJ QJ \ h|  	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ #b                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd| 	  $If   gd|                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˑ    A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  A B                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K     ! 0  Ɠ Ǔ ؓ ) l                                                                                                 s                                                                        kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  l m      |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   	 *                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	 ) * + , - / Q \ ޘ ߘ  6 U  ՙ 5 T  ؚ C b    \ {    =  ̞ ? ^ ǟ  Š  F e ԡ  Q p   о߷ߦЦ                                       #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h|  #h8 h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ aJ -* + , - . / \   > I S ^ h |            w            w            w            w            q            w            w            w            w            w            w            w              $gd|    gd|   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h i ɖ    < = x    ޘ ߘ   6 D T                                                                                                                                                                                                                                                                                                                                                             	  $If   gd|   $$If   a$gd|   
& F gd|    gd|  T U ` e             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ę ԙ                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԙ ՙ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 C S                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ǚ ך                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ך ؚ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      C Q a                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b m r             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s }              {            {                                                                                                                                                                                                           	  $If   gd|  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdo	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd-
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B C \ j z                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd%
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * s                                                                s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ĝ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ĝ ŝ ϝ ԝ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԝ ՝               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~     ˞                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˞ ̞ מ ܞ             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܞ ݞ               {            {                                                                                                                                                                                                           	  $If   gd|  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
   ? M ]                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ǟ ՟                                      s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( )   Š Ӡ                                                              s            j                                                                                                     	  $If   gd|   $$If   a$gd|    gd|  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & ' F T d                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd|  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ԡ                                       s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd|  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 6 Q _ o                                     s            j                                                                                                                                       	  $If   gd|   $$If   a$gd|    gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd|  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ע   ? @      ɣ N                                                                                                                                                                                        gd|  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ɣ  O      ݤ ޤ    % & 7 I J [ \ v  R T d e u Ϳ}y}yiayiPyHy}h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|  	h| 5hZ h| 5#h*Y h| 5CJ OJ QJ ^J aJ "h*Y h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   h h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #h h| 5CJ OJ QJ ^J aJ  N O      ޤ                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & J \ ^ u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  u v                                        kdI  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  ӥ ԥ   C  ئ  
  . / S                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd| 	  $If   gd|  S T e  ϧ   0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u v       / 0 1 V W       # $ ڪ ۪ ު   ߧzia\TB   #h h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5h h| 5 h7| h| CJ OJ QJ ^J aJ  h*o h| 5hp h| 0J OJ QJ \^J h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /jW" h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ  0 1 W     |            s            s            s            s            s                                                                                                                                        	  $If   gd|   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ۨ ܨ +    ʩ                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd| 	  $If   gd|    $ ۪ |            s            s                                                                                                                                                                                           	  $If   gd|   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۪ ܪ ݪ ު    ˫ ݫ   ߬  |            w            w            w            w            w            w            w            w            w            w            w                                             gd|   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ʫ ˫     T i  ̬ ެ   ' ( 2 < = b c     ­ x {     ) * : ̡̺̩뜡댄rj뜡                            h h| 5#h[Y h| CJ OJ QJ \^J aJ h*o h| 5hp h| 0J OJ QJ \^J 	h| 5hZ h| 5 h3
 h| CJ OJ QJ ^J aJ  "h3
 h| 0J 5OJ QJ \^J  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hl,! h| CJ OJ QJ ^J aJ $   ( 2 <                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|  < =                                        kd^& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|                                           kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ­    ( ` a ߮ M m   ѯ                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd| 	  $If   gd|    * { Ѱ , j  |            s            s            s            s            s            s                                                                                                                       	  $If   gd|   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ; U V W j k z  Ѱ  + H i      ױ  ]     ߧߧߧߧߖoߧbP                               "h G h| 0J 5OJ QJ \^J  h| 0J OJ QJ \^J  h G h| CJ OJ QJ ^J aJ  #h h| 5CJ OJ QJ ^J aJ h|   h6= h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ /j) h*Y h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #j    h| CJ OJ QJ U^J aJ      ֱ ױ \ ]     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd|    gd|   kdE* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                & ' O ` a d m س  # ? W X ` b r s     Ӵ    % ෥ϏϏϏ~mff                                   h h|   h G h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ hp h| 0J OJ QJ \^J h*o h| 5 hp h| CJ OJ QJ ^J aJ  h|  	h| 5hZ h| 5h| 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd| 	  $If   gd|                                            kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' O a b c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  c d                                        kdS, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d m γ ϳ   ? @ a b s                                                                                                 Y                              kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd| 
  
 
 $If   gd| 	  $If   gd|  
s          x              s            n            n            h            n            c            n            n            n            c                     gd|  $gd|    gd|   kda. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  % & 1 2 B C G H   x   »     ' ) > @     M O 4 I     S W    9       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j`3 hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h|   h
 h| CJ OJ QJ ^J aJ  /j/ hp h| CJ OJ QJ U^J aJ  hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ  -   »  	 ɽ ʽ    v w    @   N O 4 I                                                                                                                                                                                                                                                                                                                                       	  $If   gd|   gd|   
& FP gd|    gd|                    f                                                                                                                                                                      kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd|       o            f            f            f                                                                                                                                                	  $If   gd|    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   " ) . o            f            f            f                                                                                                                                                	  $If   gd|    kd^0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . / 4 ; G o            f            f            f                                                                                                                                                	  $If   gd|    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G H P X ] o            f            f            f                                                                                                                                                	  $If   gd|    kd:1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ] ^ f n z o            f            f            f                                                                                                                                                	  $If   gd|    kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z {    o            f            f            f                                                                                                                                                	  $If   gd|    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd|    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     O P   = >   U o            j            j            j            j            j            j            j            j            j            j            j                   gd|    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    U a D N     ! I Y e f r v            ! " S T U Y b . 0 @ ȓyg_ȓ h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5hZ h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ hq7 h|  h|   hp h| CJ OJ QJ ^J aJ  )j    hp h| CJ OJ QJ U^J aJ h| CJ OJ QJ ^J aJ %U a     + , ~ ? @ H I  $ %  D N                                                                                                                                                                                                                                                                                                                                              h^hgd|   
& F  gd|    gd|   gd|     . ? @ S f }      n o        - .                                                                                                                                                                                                                                                                                                                                                                 gd|    gd|    b  ! " I Y f                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|   gd|   gd|    gd|                                           kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " T U W X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  X Y                                        kd/5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b     9 a l    . /                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd| 	  $If   gd|  
/ 0 A x |            s            s                                                                                                                                                                                           	  $If   gd|   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A w x y {            2 3 X Y Z ^ g  W ñԝ镃qiT                                       )hp h| B*CJ OJ QJ ^J aJ ph   h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5	h| 5h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h|   h6= h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5 x y z {       |            w            w            w            w            j            a            a            V                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kd=7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd|                                           kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                3 X Y Z \ ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  ] ^                                        kdK9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ g     D h  W g h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|  W g i y z               < = > B K  ǲ撄|jXP                                    h h| 5#h[Y h| CJ OJ QJ \^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph    h i z  |            s            s                                                                                                                                                                                           	  $If   gd|   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdY; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ; < = > @ A                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  A B                                        kdg= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K     ( L  ; K L                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd| 	  $If   gd|   ; K M ] ^ d k l m n o {           % & N O ղyjyjYKCh*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    L M ^ l |            s            s                                                                                                                                                                                           	  $If   gd|   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l m n o       |            w            w            w            j            a            a            V            a                            
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|   kdu? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd/@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & M N O P R S                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd|  O P T ]           : ; E O P \ } ~     îxjbPAP h| 6CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ  S T                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T ]     < \                                                                                                                             f                           kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|         ; E O                         s            n            a                                    V                                        
  $$If   gd| 
  ? $If   ^? gd|    gd|   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	O P                                        kdKD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|      B C D T U [ b c d e           % A п麲vgUg麲G             h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ )h{W h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5h|  #h[Y h| CJ OJ QJ \^J aJ                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ) W w    C D                                                                                                                         f                           kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd| 	  $If   gd|  D U c d e                              s            n            i            n            \                                                               
  ? $If   ^? gd|   gd|    gd|   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|  
  $$If   gd|                                           kdgH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                B C D F ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd|  A B C D ^ g h i j                  ȺȨygȒgXgL                            hW> h| 0J 5\ h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h|  h*o h| 5 ] ^                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ g i j {                                                                                           s                                                                                              kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
           B y   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd|    gd|   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 B U x      F Z             ! " A B T U      õõízh`                       h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ ! G                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|                                           kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " B U h {                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd|                                           kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  / \ ] ^ o                                                                f                                    [            [                     
  $If   gd| K$  kd+O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd| 	  $If   gd|  
  \ ] ^ n o r                         ļޮޮއއvޮޮޮn\                              #hp h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd| Q  kdrP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a        3 F Y l m n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  k l o x      	 
 ; A B J L a b q s y z { ̺{vn`NN=    hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph    ,h| h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J n o                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o x      
 ; B K                                                             f                                    [            [                     
  $If   gd| K$  kd
S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd| 	  $If   gd|  
K L b r s t u                                     R                                                                                              Q  kdTT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   u v w x y z                                     R            I                                                                     	  $If   gd| Q  kdnU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a   z {         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{              
          	 u ~    ñÓkf^L   #hp h| 5CJ OJ QJ ^J aJ hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h|  #hp h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ                                          kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y                                                                                             Y                                          kd	X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
        4 N ^ x                                                                                                                                                                                                                            	  $If   gd|  S  kdX $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$     N  O  P  Q  i  s  t  u  w  x  y                [      ʧʧʧwo^^G   ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ  h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ #hp h| 6CJ OJ QJ ^J aJ   
    4  N  O  P                                                                                                                                                                                                                                                       
& F$ $If   gd|  S  kdUY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  P  Q  y              |            s            s            s            s            s            s            s                                                                                                      	  $If   gd|   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                  kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   [      Z a j                                                             f                                    [            [                     
  $If   gd| K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd| 	  $If   gd|  
   . 6 Z ` a i k       	 
  
   % & q r u ~   ӯ䒯q[S                 h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  h| 6CJ OJ QJ ^J aJ h*o h| 5h|   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5 j k s       
 ' / D Y k                                                                                                                                                                                                                          
  $If   gd| K$	  $If   gd|  S  kd\ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd|  S  kdA] $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|     & 9 L _ r s t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t u                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~  ! h  O P Q R c                                                                                                  f                                                   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd| 	  $If   gd|   M P Q R b c             U V Y b þިިިn\F>          h h| 5+hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ      0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X Y                                        kdUa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b  4 w  ^	 _	 `	 a	 r	                                                                                                 Y                              kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
b  
 v w  ^	 _	 `	 a	 q	 r	 	 	 	 	 	 	 	 	 	 	 	 _
 `
 c
 νΦ߄|jXB   +hp h| 0J 5B*OJ QJ \^J ph   "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph     h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ  r	 	 	 	 	 
 '
 :
 M
 `
 a
 b
             s                                                                                                                                                                 kdcc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  b
 c
                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c
 l
 A h                                                                                            Y                                          kdqe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd|    
& F* $If   gd| 	  $If   gd|  
c
 l
 @          
 
 

 
                 ñ{iiX{X{{{P h*o h| 5 hG3 h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    #h| h| 6CJ OJ QJ ^J aJ  h| h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5   
 
 
 
 )
 >
 P
 j
 
 
 
 
 
 
 
                                                                                                                                                                                                         	  $If   gd|  S  kd+f $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  
  & @ P j                                                                                                                                                                                                                                                    	  $If   gd|  S  kdf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|      |            s            s                                                                                                                                                                                           	  $If   gd|   kdOg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ( ; N a t u v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd	h $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  ' ( s t w  9 ) * + ; < H M b     " ( ) 1 3 , . ۶pkcUUUCC#hp h| 5CJ OJ QJ ^J aJ h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5,hh1 h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5h|  +hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ  v w                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  9    | ) * + <                                                                                                 f                                                        kd%j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd| 	  $If   gd|  
<  " ) 2 3 ; P e z                                                                  }            }            }            }            }            }            }            }            }                    	  $If   gd|  S  kdj $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$   
& F& $If   gd|    
& FS $If   gd|     0 8 M b w        - .                                                                                                                                                                                                                            S  kdqk $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  . / 0 X Y l                   s                                                                                                                                                                 kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  . / 0 H R S T V W X Y k l            x  > ? ( = ? @ Ĳ{saaaPPa  h| h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  #hQ0 h| 6CJ OJ QJ ^J aJ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|   hG3 h| CJ OJ QJ ^J aJ                                          kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   @      ?  ? @ G     H |     4                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd|    
& F' $If   gd| 	  $If   gd|  @ G L _ c {    3 4 5 E F          ԿԿԿԿtbtbQb:  ,hh h| 6B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  ,hh1 h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   ,hp h| 6B*CJ OJ QJ ^J aJ ph   4 5 F    |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ( 9 S m ~                                                                                                                                                                                                                            
  $If   gd| K$	  $If   gd|  S  kdn $If   K$L$l 0                     x                
t                                4   4 
l a     
  6 P a {                                                                                                                                                                                                                          	  $If   gd|  S  kd]o $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|      * = P c v w x |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kdo $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       ) * u v y  @  l  9! ! !  " " " # m# # %$ :$ ;$ <$ C$ $ ôÞՖooooooXo                           ,hp h| 6B*CJ OJ QJ ^J aJ ph    )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 6CJ OJ QJ ^J aJ h h| 5+hp h| 0J 5B*OJ QJ \^J ph   h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ x y                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y  @  :! ! " %" " 	# # <$ C$ $ $ $ $ $ % ;% |% }%                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd|    
& F9 $If   gd|    
& F( $If   gd| 	  $If   gd|  $ $ $ $ % %  % 3% ?% R% Z% s% {% |% }% ~% % % % % % % % *( ,( -( .( F( P( Q( U( ĳmmm\NN  h| CJ OJ QJ ^J aJ   hG3 h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  }% ~% % % % % |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % % & "& 4& K& b& y& & & & & & & ' '                                                                                                                                                                                                                       
  $If   gd| K$	  $If   gd|  S  kdr $If   K$L$l 0                                     
t                                4   4 
l a   ' ' "' 4' F' X' o' ' ' ' ' ' ' ( ( +( ,(                                                                                                                                                                                                                            S  kdWs $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd| K$	  $If   gd|  ,( -( .( V( W( j( }( ( ( ( ( (             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  U( V( W( i( j( ( ( ( ( ) * * * o+ + + N, j, - N. . . k/ 0 0 <1 1 1 P3 3 3 3 4 R4 󸦕kVV   )hp h| B*CJ OJ QJ ^J aJ ph3f )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5OJ QJ \^J  "hp h| 0J 5OJ QJ \^J  h|  h*o h| 5 !( (                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ) * o+ + k, , , - l- - - N. . 0 >1 1 1 1 O3 P3                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd| 
  
  $If   gd|    
& F+ 
  $If   gd| 	  $If   gd|  P3 3 3 3 4 N4 m4 4 4 4 4 4                                                                                                             f                                       kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|    
& F9 $If   gd|  R4 e4 q4 4 4 4 4 4 4 4 4 4 5  5 !5 D5 E5 F5 J5 K5 O5 X5 u6 6 6 6 ĳёzh`RA  h{W h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| CJ OJ QJ \^J aJ h*o h| 5 hp h| CJ OJ QJ ^J aJ   h6= h| CJ OJ QJ ^J aJ   h;p h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  )hp h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph3f  4  5 !5 E5 F5 K5 M5 N5             s                                                                                                                                                                                     kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  N5 O5                                        kdkw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O5 X5 e5 5 5 5 5 5 6 26 T6 v6 6                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd| 	  $If   gd|  6 6 6 6 6 |            s            s            s                                                                                                                                                                          	  $If   gd|   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 6 6 6 6 7 7 7 7 27 9 +9 Z9 m9 9 9 9 9 : #: ^: r: 4= @= D= k= = = = > ||||||jjȎ^                        hW> h| 0J 5\ #hp h| 5CJ OJ QJ ^J aJ "hp h| 0J 5OJ QJ \^J   hp h| CJ OJ QJ ^J aJ  h8e h| 5h| 5CJ OJ QJ ^J aJ hPw h| B*ph   hv h|  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    h[B h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5  6 6 6 6 27 8 8 9 Z9 9 9 : _: |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd|    gd|   kdyy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _: : : ; ; ; n< o< 3= 4= k= = = = ?> v> > > D? ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                   
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  > ?> R> u> > > > > ? C? W? ? ? ? ? ? ? ? ? @ @ @ @ @  @ 2@ 3@ E@ F@ X@ Y@ k@ l@ p@ y@ @ A A A A A õõxg   h{W h| CJ OJ QJ ^J aJ  #hp h| 6CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  hW> h| 0J 5\ hW> h| CJ OJ QJ aJ (? ?                                        kd3z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? @  @ 3@ F@ Y@ l@ n@ o@                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  o@ p@                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p@ y@ @ @ A IA gA A A A A A                                                                                                             f                                       kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  A A A "B #B 6B IB \B oB qB rB             s                                                                                                                                                                      kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd|  
A A A B B B !B "B #B 5B 6B HB IB nB oB sB |B B B @C AC BC RC SC TC UC mC wC xC |C }C ~C C C C C C C ǿ泪~mh`ǿ泪   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    %rB sB                                        kdO~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sB |B B B AC BC SC TC                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  TC UC }C ~C C C C C C C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C D D D D D D D D D D D D D D D D D D D $E %E )E 2E UE VE E E eF fF gF wF xF yF zF F 㐈|s|s|a     #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ  )h{W h| B*CJ OJ QJ ^J aJ ph   hZ h| 5	h| 5 h{W h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h h| 5h| %C C C D D D D D                                                 f                                                                                                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  D D D D D D E %E 'E (E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(E )E                                        kd߃ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )E 2E VE E fF gF xF yF                                                 f                                                                                                                       kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd| 	  $If   gd|  yF zF {F F 8G 9G `G aG G H H H I |            w            w            w            w            w            w            n            w            w            w            w                           `gd|    gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F 7G 8G 9G `G mG qG G G H H H I I 7I KI oI pI I I I I I I I 	J 7J 8J KJ |J ͿͨͿ͜xfWfxfxfPxf 
h| 0J \h| 0J CJ OJ QJ \aJ #hb` h| 0J CJ OJ QJ \aJ h| 0J 5\ h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\ ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  #hp h| 5CJ OJ QJ ^J aJ h| 5CJ OJ QJ ^J aJ  I 8I pI I I 8J }J J K hK iK jK tK K K K K                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd| 	  $If   gd| 
  ? $If   ^? gd|    gd|  |J J J J K &K gK iK jK K K K K K K K K K K K K K L 'L (L ML NL gL pL qL L շq_W                    h h| 5#h[Y h| CJ OJ QJ \^J aJ "h[K h| 0J 5OJ QJ \^J  h[K h| 0J 5\ "hW> h| 0J 5OJ QJ \^J  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  	h| 5hZ h| 5h|  h| CJ OJ QJ aJ  hW> h| CJ OJ QJ aJ  hW> h| 0J 5\K K                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K K K L (L ;L NL PL fL                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd|  fL gL                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               gL pL L M "M ZM eM M M M M N                                                                                                 f                                                   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd| 	  $If   gd|  L L ZM eM xM M M M M M M M M M M M N N N N N  N "N 7N 8N GN IN JN KN ̧̣s^s^^^I  )h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|  #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f )h79i h| B*CJ OJ QJ ^J aJ ph   h| CJ OJ QJ ^J aJ   h| h| CJ OJ QJ ^J aJ N N !N "N 8N HN IN JN                                                             R            I                                   	  $If   gd| Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd	 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$ JN KN sN tN N N N N N N N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd|   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
KN cN mN nN rN sN tN N N N N N N N N N N QO P )P *P HP IP dP P P P P P P ɮզncXPXnn           h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h|  h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ N N                                        kd݋ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N N RO mO O O O O P *P IP eP wP P P P                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd| 	  $If   gd|  P P P P P P P Q 	Q 
Q Q Q Q BQ CQ XQ YQ [Q \Q ]Q uQ Q Q Q Q Q Q Q Q Q Q Q Q пЭИпп{ofofoT    #h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5)h{W h| B*CJ OJ QJ ^J aJ ph   )hp h| B*CJ OJ QJ ^J aJ ph   #hp h| 5CJ OJ QJ ^J aJ  hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  P P P Q 
Q Q |            s            s            h            h                                                                                                                                    
  $If   gd| K$	  $If   gd|   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q CQ ZQ [Q \Q                                     R            I                                                                     	  $If   gd| Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd| K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   \Q ]Q Q Q Q Q Q Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q NR vR R R R S 'S RS S S S S                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd| 	  $If   gd|  
Q Q Q Q MR R S S &S 'S :S IS QS RS YS _S S S S S S S S S S S S S S S زqmh`                                           hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  h| B*ph3f hv h| B*ph3f hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h h| 5 S S S S |            s            s                                                                                                                                                                                           	  $If   gd|   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S S T T T T T (T )T NT OT ST \T ]T lT T T yU }U U +V 5V 6V TV UV ǿ泪jXMj          hv h| B*ph   #h| B*CJ OJ QJ ^J aJ ph   )h79i h| B*CJ OJ QJ ^J aJ ph    h| h| CJ OJ QJ ^J aJ  h h| 5#h[Y h| CJ OJ QJ \^J aJ h| 0J 5\ hW> h| 0J 5\ h*o h| 5h| CJ OJ QJ ^J aJ   hp h| CJ OJ QJ ^J aJ  h|  )h{W h| B*CJ OJ QJ ^J aJ ph    S S T T T )T <T OT QT RT |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd|   kd͑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	RT ST                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ST \T T U zU U U U +V 6V UV V V V                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd|    
& F/ $If   gd| 	  $If   gd|  
UV hV wV V V V V V V V V V V V V V  W W W W W W ,W 촰o`I                                ,hp h| 5B*CJ OJ QJ ^J aJ ph    hW> h| CJ OJ QJ aJ  )h{W h| B*CJ OJ QJ ^J aJ ph    hp h| CJ OJ QJ ^J aJ  h| CJ OJ QJ ^J aJ  hZ h| 5	h| 5h|   h{W h| CJ OJ QJ ^J aJ  )h79i h| B*CJ OJ QJ ^J aJ ph   #h| B*CJ OJ QJ ^J aJ ph   h| B*ph3f hv h| B*ph3f  V V V W |            s            s                                                                                                                                                                                           	  $If   gd|   kdۓ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W W W ,W -W hW X QX RX X X 2Y 3Y |            w            w            w            w            w            w            w            w            w            w            w            w                            gd|   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
,W 9W =W hW X QX ^X bX X X 3Y ?Y CY eY Y NZ Z Z Z Z Z @[ p[ |[ [ [ z] ] ] ] ] ^ ^ ^ ^ ^ ^ _ C` k` l` ` ` ` a *b +b db b b Pc c c ͶͶͶͶͶͶͶͅͅ  h|  )hp h| B*CJ OJ QJ ^J aJ ph   /hp h| 5;B*CJ OJ QJ ^J aJ ph   ,hp h| 5B*CJ OJ QJ ^J aJ ph     hp h| CJ OJ QJ ^J aJ  h| 5CJ OJ QJ ^J aJ #hp h| 5CJ OJ QJ ^J aJ  43Y eY Y MZ NZ Z Z Z @[ o[ p[ [ z] ] ] ] ^ ^ ^ _ _ _ _ `  ` 0` C` k` l` `                                                                                                                                                                                                                                                                                                                                                                   gd|  ` a +b db b b Pc c c #d Zd d d d d d d e e                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd|   gd|    gd|  c Zd ^d d d d d d e e e 
e e \e ]e ^e _e e e 3f `f f f f Cg ng og g g g g *h +h 0h Uh Yi j Ѽ~w~p~g]  h| 6B*ph     h.A h| aJ  hN h|  hN h|  h%HR h|  hPg h|  h- h|  ha3 h|  hYP h|  h~< h|  hTB h|  	h| 5h7| h| 5)hp h| B*CJ OJ QJ ^J aJ ph   &h| 5B*CJ OJ QJ ^J aJ ph    ,hp h| 5B*CJ OJ QJ ^J aJ ph    h| $e e e 	e 
e e e 
e e M            H            H            H            H            H            H            H                   gd|   kdO $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   e "e )e .e >e ?e Ne Oe                                                 _            V            V                                                             	 $If   gd|    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd|   gd|  $gd|  Oe Pe \e ]e                                                                                                                                                                                                                                                          	 $If   gd|  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ]e ^e _e je ne e e e                                     z            q            q            q                                                                                                                   	 $If   gd|  
 $$If   gd|   gd|    gd|  o  kd_ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  e e e e e 2            )            )            )                      	 $If   gd|    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     e -f .f 3f `f ef f             [                                                                                                                                           kd) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd|  f f f f f =g d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  =g >g Cg og sg g d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  g g g g g g d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  g g g +h 0h Vh d            [            R            [            [                                                                                       	  $If   gd| 	 $If   gd|    kdM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Vh Wh Xh bh h h h d            _            Z            _            Q            Q                                                                    	 $If   gd|   gd|    gd|    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  h h h h n            e            e                                                                                                                                                               	 $If   gd|    kdߝ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           h h h h                                                                                                                                                                                                                                                	 $If   gd|  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  h h h h h h i i i                                     w            w            w            w            w                                                                                                              	 $If   gd|   gd|    gd|  t  kdQ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  i i                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          i #i 'i .i 5i 6i 7i 8i                                                             A                                  kdG $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd| 	 $If   gd|  8i 9i :i ;i <i =i >i ?i                                                 A                                              kd& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  ?i @i Ai Bi Ci Di Yi                                     A            <            7                  gd|    gd|    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd|  $$If   a$gd|  Yi j 
j &j 'j @j Qj Rj fj hj                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd|   gd|  	j j 
j j j &j 'j Qj Rj hj ij kj lj zj {j j j j j j j j j j j 	k 
k k k k -k .k /k ;k <k Nk l m m m m m m 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h|  hz h| 6 *hj ij jj kj lj tj zj                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdC $$If   l 0 
" R                                                           4 
l a   zj {j j j j j j                                     a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   j j j j j j j                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   j j j j j j 	k                                     a                                                                                                                             E  kdܦ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd} $$If   l 0 
" R                                                           4 
l a   	k 
k k k 
k k k                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd; $$If   l 0 
" R                                                           4 
l a   k k k k ,k -k l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   -k .k /k <k Nk l l m 	m m m l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdX $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
m m m n n n n n n n n n  o !o yo zo o o o o o o #p %p 7p 8p \p ^p np op p p p p p -t .t :t |w w w w w w :x ;x x x x ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j} hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0m n o !o zo o o o o $p                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	$p %p 8p ]p ^p op p                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p p p p p q Ir Jr 7s 8s -t .t :t t u u u Xv v                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   v v w w :x ;x yx x x x z z #z A{ c{ { { | #| =| >| G} H} ~ ~ F G                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_  x x "y #y 3y ;y z z #z @{ A{ c{ (} E} H} ~ ~       
    ! R S T p q | } ~     ̃ ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '      ! S                                     j                                                                                                                                           kd, $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  S T e    P Q m ׁ  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 n 3 4  Ճ փ ! " Ƅ Ǆ      E F   . ?     o p                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ̃ ̓ ΃ ҃ Ӄ փ ! " ń   D             . ?  ɉ Ҋ   o ڍ ۍ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jޭ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujw h_ U !p ۍ ߍ                                                     e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdE $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ۍ  
 1 2 5 6 < = ^ _       ώ Ў     & ' = > X Y      b c o Б   R X [   ̓   B v  ˔ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3  
  $ 1 2                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd+ $$If   l   l '{6    4   4 
l a] p
         2 3 4 5 6 : ; <                                     t                                                                                                                                                             v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  < = V X ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ _ x z                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ȏ ʎ ώ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ώ Ў                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & ' 5 7 =                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = > Q S X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X Y ` e                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              b c o  ё   S f                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             . A u  Ǔ   3 C w  ʔ ˔ ̔ ͔     5 D W X q                                                                                                                                                                                                                                                                                                                                                                     gd_  ˔ ͔ ה     % D V   Ö Ɩ  $ 5 i   ) > p q {     ʘ ˘ ޘ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   Ö і    3 4 5 i      ( ) 3 > q {                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ʘ ˘   
 # % <                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ޘ     
 " # = F ՙ י     	 
 0 1 6 ? \ ^ n o      Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ < =                                     kdI $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               = F h i } ~    ԙ ՙ ֙ י                                                                                                                                      q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
  	 
 1 2 3 4 5             q            l                                                                                                                                                       gd_    kd] $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5 6                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               6 ? ` a u v        - G H ]                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ] ^ o  z            q            q                                                                                                                                                                                       	  $If   gd_    kdq $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd. $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           ƛ N P ` a          4 @ _ k   ϝ Н      ]   Ӟ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ƛ      9 : O P a                                                                                                              q                                                         kdB $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      Н                                                              q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_        Ԟ      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Ӟ Ԟ    2 3 = G H h i       c e u v ǡ ڡ 	 
  * + , - . 1 :    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #  3 = G                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  G H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H i    ߟ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ߟ                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     Π  d e v ǡ 
                                                                                                 s                                                                        kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
  , - . / 0 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :    Ȣ                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   Ǣ Ȣ ɢ ʢ ˢ ͢   | }  Ԧ  T s ӧ  W v        3 R  ۫ K j ݬ  e  c    r    C D о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Ȣ ɢ ʢ ˢ ̢ ͢    ܣ     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  g ~   ڤ ۤ  K   | }   Ԧ                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 6 T b r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ӧ                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 5 W e u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B C                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʩ ϩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϩ Щ ک ߩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߩ                                          s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \ Ȫ  3 A Q                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ʫ ګ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ګ ۫               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      K Y i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ݬ                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > ? e s                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ŭ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŭ ƭ ǭ 3 4 c q                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      î             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   î Į Ů                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E F r                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ¯             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¯ ï ͯ ү             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ү ӯ ԯ   
                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Q u   ݰ ް 4 5 B C D g                                                                                                                                                                                         gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D U g   ! 2 3 4 I { |    ò Ĳ ղ            Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    ! 3 4 > I |                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ĳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 q r    @ v    ̴ ʹ                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_     T m   ε |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         . / 0 C D S ͵ ε ϵ   $ % ( 1    · x y |   ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ε ϵ  $ % & ' |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1 y z ɶ ( 3 O h                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd_ 	  $If   gd_    · y |            s            s                                                                                                                                                                                           	  $If   gd_   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y z { |  4 5 i {   } ~ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        4 5 h i       = j | ~  ź ƺ к ں ۺ    0 S T W `       ǽ Ƚ ؽ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $~   ƺ к ں                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ں ۺ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۺ  0 B T U V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V W                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W `    ƻ   }   , R o                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd_ 	  $If   gd_    Ƚ  o ʾ  K |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؽ ٽ     	  9 o  ɾ   ) J K N _ u   - . / @ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  K L M N t u   / A B L |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ B W             v           [ \ ^ _ q     ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !L W                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 l m                                                                                                         Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 \ ] ^ _  % I ~   #             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          % I  # O `   |      } ~       Y  \ c   % F   > ? W X h i ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jU hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -# N O `   g h      { |   ~      X Y h z                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  z                  f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   ! ( - o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - . 6 = I o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I J K L   E F      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i l m     3 > 5 F        0 4 5 J | }                ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  { | 2 3        8   ]   2 3 T a n {                                                                                                                                                                                                                                                                                                                                        h^hgd_   
& F  gd_    gd_   gd_           2 3 > n o  
   a b 5 F {   + Y                                                                                                                                                                                                                                                                                                                                                               gd_    gd_      P      0 4 5 ? J }                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdi  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ? K r    
 C M r                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             % ) E F [                ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     E F P [   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D P w                                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd_ 	  $If   gd_        % & ' ( = o p z           q ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph       & |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & ' ( 2 = p z  |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( 4 [    p                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  q       	 
   
   8 9 N           ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph       
 |            s            s                                                                                                                                                                                           	  $If   gd_   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   
 9 C N    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      n p                 & E F G îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 : F m    2 n o p                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  p                                  s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 F G H J K                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  G H L U            = W Y Z o        п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  K L                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U      D a                                                                                                                            f                           kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       = Z d o                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_              > ? @ P Q            ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       X    ? @ Q                                                                                      s                                                                                              kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
       i j    O  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    * N b     : ; P                + , F O [ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  : ; E P                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     , . E                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  E F                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F O      
 : A I                                                             f                                    [            [                     
  $If   gd_ K$  kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
[      
  % . 8 : @ A H J _ ` o q r s          ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ I J ` p q r                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   r s      
   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 
 
  9              	 	 	 	 	 	 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  9 g                                                                    f                                    [            [                     
  $If   gd_ K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
   	 	 	 	 	                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   	 	 	 	 	 	                                     R            I                                                                     	  $If   gd_ Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   	 	 A	 b	 c	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 1	 ;	 <	 =	 ?	 @	 A	 b	 c	 	 	 	 	 
 
 _ x          3 c i ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	 	                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 
 
      c                                                                                     Y                                          kdC# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
c j s t |       
 0
 8
 M
 b
 t
 
                                                                                                                                                                                                                      	  $If   gd_  S  kd# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ i j r t 
 
 
 
        6 7            ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  
 
 
 
 
 
 
                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
 
  7 \ o    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd!% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  '                                                                    f                                    [            [                     
  $If   gd_ K$  kd/' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
         	                    P ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  	  & ; M g        	 # = M                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd' $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   M g                                                                                                                                                                                                                                                                        	  $If   gd_  S  kd{( $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    O      T                                                                                                 f                                                   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  P        S T U m w x y { | }        þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ T U }        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ^                                                                                                      Y                              kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
      ^       b c d |           νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   c d                       s                                                                                                                                                                 kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                            kdW/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   J  2 3 4 E                                                                                      Y                                          kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 
   0 2 3 4 D E       ! # $ % 5 6           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5           " 2 L f n                                                                                                                                                                                                           	  $If   gd_  S  kde1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        " # $                                                                                                                                                                                                                                                 	  $If   gd_  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ % 6  |            s            s                                                                                                                                                                                           	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdC3 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                   D                " " ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  7 s                                                                                                       f                                                        kd_5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 D              ! ! *! D! ^! o! !                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd6 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ! ! ! ! ! !  " " '" A" [" l" " " " " "                                                                                                                                                                                                                            S  kd6 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " " " " " 
# # 0# C# V# W# X#             s                                                                                                                                                                 kd=7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " " " " " " " " " " 	# 
# U# V# Y# b# &$ U$ V$ |$ }$ 0% 1% & +& & & ' ' ' ' Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ X# Y#                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y# b# &$ }$ $ 1% d% % -& & & ' ' ' ' $( s( ( ( ( ) F) r) ) )                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ' ' ( ( ) ) ) ) ) ) ) ) ) ) (* .* /* 7* 9* , , , , ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ) ) ) (* /* 8* |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdK9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8* 9* A* V* k* * * * * * * + + 6+ G+ a+ i+ ~+                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd: $If   K$L$l 0                     x                
t                                4   4 
l a   ~+ + + + + + + , 3, D, ^, o, , , ,                                                                                                                                                                                                                   	  $If   gd_  S  kd: $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , , , , , - - - - |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd); $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
, , , , , , , , , - - -  - - 
. . (/ =/ / / 0 0 1  1 1 1 1 1 1 %2 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ - -                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -  - - . @/ / / 00 0 #1 1 1 !2 @2 _2 2 2 2 2 3 3                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  %2 82 D2 W2 2 2 2 2 2 2 2 3 3 3 3 3 ,3 -3 q3 w3 x3 3 3 5 5 5 5 5 5 5 5 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  3 3 -3 q3 x3 3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdE= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 3 3 3 3 3  4 4 (4 ?4 V4 g4 }4 4 4 4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd= $If   K$L$l 0                                     
t                                4   4 
l a   4 4 4 4 4 4 
5 $5 ;5 L5 c5 z5 5 5 5 5 5                                                                                                                                                                                                                            S  kd> $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5 5 5 5 5 6 6 .6 A6 T6 V6 W6             s                                                                                                                                                                 kd#? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5 5 5 6 6 S6 T6 X6 a6 s7 7 ;8 m8 
9 n9 9 9 : \; ; C< X< 	= = 6> > 1? F? @ rA A A A A 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !W6 X6                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X6 a6 s7 ;8 
9 9 	: C: : : 
; (; Z; ; < = > I? J? Q? @ @                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  @ .A nA A A A B *B IB hB iB zB                                                                                                             f                                       kd1A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  A B B "B .B AB MB `B gB iB yB zB B B B B B B B B B B D (D )D *D ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  zB B B B B B B B             s                                                                                                                                                                                     kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B C %C GC iC C C C C C D )D                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  )D *D ;D nD D |            s            s            s                                                                                                                                                                          	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *D :D ;D D D D D D D D D D D F F F G .G BG fG zG G G G H J J J 	K dK gK K K ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  D D D D D F F F F /G gG G G |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G RH SH H LI MI J 
J J J 	K fK gK K K L LL L L 7M 8M BM MM M M M                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  K K K L 'L KL _L L L L L 7M 8M MM M M M M M M M M M M M M M M M M M 	N 
N N N _N O O O O O õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (M M                                        kdmE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M M 
N N 
N                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
N N                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N _N N N N O O VO O O O                                                                                                             f                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  O O O O O O O O 
P P P             s                                                                                                                                                                      kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
O O O O O O O O O O O O O P 
P P P [P \P P P P P P P P Q Q Q Q Q Q .Q /Q AQ BQ gQ hQ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %P P                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P 8P \P P P P P                                                 f                                                                                                                       kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  P P Q Q /Q BQ UQ hQ jQ kQ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kQ lQ                                        kdQL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hQ lQ uQ Q Q 9R :R ;R KR LR MR NR fR pR qR uR vR wR R R R R R R R R R R vS wS T T T T T T T %T 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %lQ uQ Q Q :R ;R LR MR                                                 f                                                                                                                       kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  MR NR vR wR R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R wS T T T T                                                 f                                                                                                                       kdmP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  T T T JT T T T T 0U (V )V ]V V |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd'Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %T )T JT T T T T U U 0U U )V ]V pV V V V V 
W W !W 3W 4W RW SW fW W W W W W X ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  V V W SW W W X bX X Y Y Y Y Y PY ZY dY                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  X .X aX uX X X Y Y Y Y OY PY ZY dY eY }Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z Z շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\dY eY                                        kdQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               eY Y Y Y Y Y Y Y Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Z Z                                        kd5S $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z Z }Z Z Z Z [ /[ q[ r[ [ [                                                                                                 f                                                   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Z }Z Z [ [ &[ /[ 6[ <[ p[ q[ r[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [ [ [ [ [ [ [ [                                                             R            I                                   	  $If   gd_ Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdCU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ [ [ \ \ %\ 8\ K\ ^\ `\ a\ w\ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ \ \ \ \ \ \ $\ %\ 7\ 8\ ]\ ^\ x\ \ \ \ \ ] ] ] ] ] ^ 2^ ;^ B^ H^ Y^ Z^ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w\ x\                                        kdW $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x\ \ \ ] <] Y] r] ] ] ] ] ^ ^ ;^ Z^ [^                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Z^ [^ \^ l^ m^ p^ v^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ "_ #_ $_ 6_ 7_ I_ J_ o_ p_ t_ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  [^ \^ m^ ^ ^ ^ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdkX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ ^                                     R            I                                                                     	  $If   gd_ Q  kdY $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%Y $If   K$L$l 0                                     
t                              4   4 
l a   ^ ^ #_ $_ 7_ J_ ]_ p_ r_ s_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s_ t_                                        kdZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t_ }_ _ ` N` `` ` ` ` ` 2a 6a 7a 8a                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
t_ }_ ~_ _ _ ` ` ` ` ` ` ` ` ` ` ` 1a 2a 5a 6a 7a 8a 9a Ia Ja Ma ba ka ua va زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 8a 9a Ja wa |            s            s                                                                                                                                                                                           	  $If   gd_   kdM\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       va wa xa a a a a a a a a a a a a a a a 
b hb ib c c ]c c c c c c ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    wa xa a a a a a a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kd] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a a ib b c Kc |c c c c c d `d ad                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
c d d d d %d +d _d `d ad bd rd sd vd d d d d d d d d d 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ad bd sd d |            s            s                                                                                                                                                                                           	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d d d e e e e )f f f f |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d d d e e e e  f )f f f f f g g g Ah Bh Nh Rh {h h i i i Fi k Fk Rk Vk k 4l 5l ol pl |l l l m 	n 
n  n $n Pn o o o p Xp p p *q q ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4f g g g g Ah Bh {h h 
i i Fi k Ek Fk k 5l ol pl l Wm Xm m m m m m 	n 
n Pn                                                                                                                                                                                                                                                                                                                                                                   gd_  Pn o o p Xp p p *q q q q Zr [r fr rr r r r r                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  q q q Yr Zr fr |r r r r r r r r r r r 9s ps s s Nt t t t u 
u 1u hu iu u u u u u v w Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $r r r r r r r r r M            H            H            H            H            H            H            H                   gd_   kd` $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   r r r r r r r r                                                 _            V            V                                                             	 $If   gd_    kd'a $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  r r r r                                                                                                                                                                                                                                                          	 $If   gd_  o  kda $$If   l       0   T# T                 .                
t  0                                                              4 
l al  r r r s s s 's 3s                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdb $$If   l       0   T# T                 .                
t  0                                                              4 
l al  3s 4s 9s ps us 2            )            )            )                      	 $If   gd_    kd6c $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     us s s s s t Ht             [                                                                                                                                           kdcd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Ht It Nt t t t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd,e $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t t t 
u u +u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kde $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  +u ,u 1u iu nu u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdf $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u u u u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u  v Ov Tv `v d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdPh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  `v av dv nv n            e            e                                                                                                                                                               	 $If   gd_    kdi $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           nv ov rv {v                                                                                                                                                                                                                                                	 $If   gd_  t  kdi $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  {v |v }v v v v v v v                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdj $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  v v                                             kd(k $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          v v v v v v v v                                                             A                                  kdl $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  v v v v v v v v                                                 A                                              kd`m $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v v v v v v v                                     A            <            7                  gd_    gd_    kd?n $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v w w w w w w w w x x                                                                                                                                                                                                                                              E  kdo $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
w w w w w w w w x x 
x x x x 'x (x Gx Hx Jx Kx wx xx x x x x x x x x x x x x x y Z{ [{ f{ g{ w{ x{ |{ }{ 󽬗n  h
 h_ CJ OJ QJ ^J aJ  /jPt hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +x x 	x 
x x x x                                     a                                                                                                                             E  kdo $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}o $$If   l 0 
" R                                                           4 
l a   x x #x 'x (x ;x Gx                                     a                                                                                                                             E  kdp $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;p $$If   l 0 
" R                                                           4 
l a   Gx Hx Ix Jx Kx ]x wx                                     a                                                                                                                             E  kdXq $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdp $$If   l 0 
" R                                                           4 
l a   wx xx x x x x x                                     a                                                                                                                             E  kdr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdq $$If   l 0 
" R                                                           4 
l a   x x x x x x x                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdur $$If   l 0 
" R                                                           4 
l a   x x x x x x l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdr $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   x x x x x y y z z { { l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kds $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
}{ r| s| ~| | | | | | | | | } } %} &} m} o} z} {} } } } } } } 
~ ~ M~ O~ P~ \~ ]~ ́ ́ ف   3 S x  م څ 6 7 I J  ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /jt hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 0{ | | | } &} n} o} {} }                                                                                                                                                                                                                                                       S  kdu $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	} } } } } ~ N~                                     N                                                                                       S  kdBv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdu $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   N~ O~ P~ ]~ ~ ,   ր ׀ ́ ́ ف \  (   ^                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ^ _  y م څ  6 7 J      k    ܉ ݉       1                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_    ҆ چ    ߈   Ǌ      1 G K X Y             ! " _ ` k ܮ{shsss                   jJx h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %1 = L X Y                                        j                                                                                                                                           kdfw $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     M R     v  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdw $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 
 Ґ Ӑ $ t u   e f   - .     ͖ ޖ  H                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  k l m q r u   d                ͖ ޖ _ h q    y z ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jy hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujx h_ U ! z ~                                                     e                                                                                                                        F  kdy $$If   l   l '{6    4   4 
l a] p
        F  kdy $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  z   Л ћ ԛ ՛ ۛ ܛ     5 6 Q R n o     Ŝ Ɯ ܜ ݜ      ! " #    o        k     4 j ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    Û Л ћ                                                             5            v  kdz $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdez $$If   l   l '{6    4   4 
l a] p
         ћ қ ӛ ԛ ՛ ٛ ڛ ۛ                                     t                                                                                                                                                             v  kd}{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ۛ ܛ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           - / 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 6 I K Q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q R g i n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n o                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ŝ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdՀ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ŝ Ɯ Ԝ ֜ ܜ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܜ ݜ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdւ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ! " #    V p     9                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 M   ͠   2 f   ҡ   5 i j k l     ԣ     C D                                                                                                                                                                                                                                                                                                                                                                   gd_  j l v     ģ   * B b e  ä Ԥ  4 _ ȥ ݥ    $ % K L i j } пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  D b p    Ҥ Ӥ Ԥ   4 J ` a ǥ ȥ ҥ ݥ   $                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  $ %                                     kd, $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               % L i j    ¦ Ħ ۦ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	}       ¦ ܦ  t v       ϧ Ч է ާ   
  - . / 0 U Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ۦ ܦ                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ܦ      A ] ^ s t u v                                                                                                                                      q                            kdچ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    Ч ѧ ҧ ӧ ԧ             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ԧ է                                     kdT $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               է ާ      / K L ^    ̨                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     . z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       . / 0 W X Y Z [ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       U V W \ e         " N O T ]   Ӫ ߪ  
 \ ^ n o       > ? r ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "[ \                                     kd% $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ e      ة ٩                                                                                                                   q                                                         kd| $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_    ! " O P Q R S z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd9 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       S T                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               T ]   \ ] ^ o                                                              q                                                                                                                             kdM $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       ? s     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd
 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
r s   Ѭ Ҭ ܬ     5 J K        f y    ɯ ʯ ˯ ̯ ͯ Я ٯ 5 E F ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # Ҭ ܬ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_                                           kdՐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 5 K M ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~                                         kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! ] ^ m     f                                                                                                  s                                                                        kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    ˯ ̯ ͯ ί ϯ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϯ Я                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Я ٯ 4 5 F g                         s                                                                                                                                                                                   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F f g h i j l     3 s    r       =   Ҹ  [ z  	 |   #  !    0     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -g h i j k l  9 : {     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    5 L y z   0 1   3 H s                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ô             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ô Ĵ δ Ӵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֘ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӵ Դ մ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T U r                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΛ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      µ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   µ õ ͵ ҵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҵ ӵ Ե                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W X                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdƞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˶ ж             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ж Ѷ ۶              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                                          s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ÷ ȷ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۢ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȷ ɷ ӷ ط             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ط ٷ               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      g  Ҹ                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 4 [ i y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˨ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L |                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ǻ ̺             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̺ ͺ ׺ ܺ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܺ ݺ ޺   "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdë $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e f һ ӻ                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdد $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ¼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¼ ü μ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Լ ޼              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdв $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ƚ ͽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͽ ν ٽ ޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ߽               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       4 Y | } Ӿ Ծ                                                                                                                                                                                             gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !   ѿ ҿ ӿ    % / 0 b c t            Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ     ҿ ӿ ݿ   % /                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	/ 0                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   1 2    : J [ k l                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_       % > m |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               l m n       N P ` a    , D ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j˸ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  m n      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   h     ! 6 N O                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  O P a  |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           D     , -   |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D     + , - K    	   2 d e o y z          0 1 T V f g w ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ ' 2 e o y                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  y z                                        kdҼ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D E T e         0 1 U                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  U V g   i   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x         3 h         ;      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j4 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ              |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ( ) 3 = > c d       # ` |            " # . b ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  ) 3 =                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  = >                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , - | }                                                                                                    Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     .                   s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  b c n o           ; M  . d f { }        q   ,       O v       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    E F   : ; M     0 }      q                                                                                                                                                                                                                                                                                                                                        	  $If   gd_   gd_   
& FP gd_    gd_   , - 2 : ?             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ? @ E M Y o            f            f            f                                                                                                                                                	  $If   gd_    kdd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Z _ f k o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k l q x  o            f            f            f                                                                                                                                                	  $If   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at         z { 8 9  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            ^             & 0 1 = ^ _      k  m  }  ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %      h i  | }    a b         
  ' 8                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  8 I Z k | }       
    - .       j k   % U                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  U V   ^ _          & 0                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  0 1                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    8 v       k  l                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd_ 	  $If   gd_  
l  m  ~    |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }  ~                    , - 7 A B N o p      ,  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5                 - 7 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  A B                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A   +                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_                # $ 0 Q R y z {    ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              # |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ R x y z { } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    % e   x                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_   x                   * 4 5 A b c   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                * 4 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 c                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      
	 	 	  	 &	 -	 .	 /	 0	 E	 w	 x	 	 	 	 	 	 	 	 	 	 	 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    : y   
	 	 	                                                                                                                         f                           kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  	  	 .	 /	 0	 :	 E	 x	 	 	                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	 	 	 	                @ A K U V b ~ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 3
 ?
 f
 
 
 
   7                                                                                                                           f                           kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_           A                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	A K U                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  U V                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_  ~      
 
 
      " # $ % & ' 3 7 W = P ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 
 
 
 -    "                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
" # $ % & ' W  	 =    5 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
P       4 H      ! " , 6 7 O Y Z [ ^ _ ~         õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !5      " , 6                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6 7                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 _                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                           kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y l                                                                    f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 Y                     * 4 5 6 8 9 : \ ] ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdY $If   K$L$l 0                                     
t                              4   4 
l a     : ] p      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]      3 4 5 6 F G x ~           ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 5 6 G x                                                               f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd; $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a        ' : M N O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          L M P Y J K   1 2 3 4 D E F      ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ O P                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y  8 K 1 2 3 4 E                                                                                      Y                                          kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 	    0 E W q         -                                                                                                                                                                                                                      	  $If   gd_  S  kd7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$  	                  ! $ - 9  " 9 : ; < ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  - G W q                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        ! " # |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ -   : ; < M                                                                f                                    [            [                     
  $If   gd_ K$  kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
< L M k s       ! " # ; E F G I J K X b c     A    ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5          0 J d l                                                                                                                                                                                                                             
  $If   gd_ K$	  $If   gd_  S  kd# $If   K$L$l 0   
L 
                                 
t                                4   4 
l a       ! "                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " # K c v      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 A  ^      ! ! ! ! ! !                                                                                                 f                                                   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_    ! ! ! ! ! ! ! ! ! " " " " " " " 4" 5" " " " " þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ! ! " 5" Z" m" " " " " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" "                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " I# q# # # $ $ $ $ $                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
" H# J# # # # $ $ $ $ $ $ % % % % %% &% '% )% *% +% ,% % % % νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  $ % % +% ,% Q% d% w% % % % %             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % ~& & & 2' ' ' ' ' 7(                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
% % }& 2' ' ' ' ' ' ' 7( 8( >( ?( G( I( ) ) ) ) ) ) '* (* )* A* K* L* M* O* P* Q* ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 7( 8( ?( H( I( Q( f( {( ( ( ( ( ( ) 
) ") 7)                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7) I) c) }) ) ) ) ) )                                                                                                                                                                                                                                                 	  $If   gd_  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) (* |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (* )* Q* R* e* x* * * * * * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd} $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Q* R* d* e* * * * * v+ f- g- h- x- y- - - - - ). ]. _. e. f. n. p. i0 k0 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  * *                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * v+ + , &, , f- g- h- y-                                                                                                 f                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
y- - _. f. o. p. x. . . . . . . / (/                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdS $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  (/ B/ S/ m/ u/ / / / / / / 0 %0 ?0 P0 j0 k0                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  k0 l0 m0 0 0 0 0 0 0 0 0 0             s                                                                                                                                                                 kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k0 l0 m0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 2 2 2 2 3 3 {4 |4 e5 z5 |5 }5 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 0 0                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 1 1 2 }2 2 3 V3 3 !4 |4 &5 |5 }5 5 5 6 )6 Y6 6 6 6 7 =7 q7                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  }5 5 6 6 6 6 A7 T7 X7 p7 q7 r7 7 7 7 7 7 7 7 ': ): *: +: ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   q7 r7 7 7 7 7 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 
8 8 18 K8 e8 v8 8 8 8 8 8  9 9 9                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd? $If   K$L$l 0                     x                
t                                4   4 
l a   9 29 G9 Y9 s9 9 9 9 9 9 9 : (: ): *:                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  *: +: S: T: g: z: : : : : : |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+: C: M: N: R: S: T: f: g: : : : : }; ; v< < < == R= .> C> > > b? w? x? y? ? ? ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ : :                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : }; w< < U= b= = F> > y? ? ? ? ? #@ :@ Y@ x@ @ @                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ? ? ? ? >@ Q@ ]@ p@ |@ @ @ @ @ @ @ @ @ @ A A A A !A gC iC jC kC C C C C ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  @ @ @ A A  A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        A !A )A ;A MA _A qA A A A A A A B B -B DB EB                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd9	 $If   K$L$l 0                                     
t                                4   4 
l a   EB MB _B qB B B B B B B C C *C @C QC hC iC                                                                                                                                                                                                                            S  kd	 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  iC jC kC C C C C C C C C C             s                                                                                                                                                                 kd]
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C C C C C C C  D E DE E F F 
G )G G G H I I I J QK K yL L L N O $O 0O CO O 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !C C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C  D E E F *G G G -H LH H H H I 4J SK {L L L L N N                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  N N 
O ,O KO O O O O P P P                                                                                                             f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  O O O O O O O O P P P P \P ]P ^P P P P P P P P Q Q Q Q ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  P ]P ^P P P P P P             s                                                                                                                                                                                     kd%
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P P Q *Q +Q MQ oQ Q Q Q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Q Q Q 
R 2R |            s            s            s                                                                                                                                                                          	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q 1R 2R 3R 4R 5R AR ER IR PR oR UT hT T T T T U U LU `U U U qX }X X X Y Y :Y MY ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  2R 3R 4R 5R oR T !T UT T T U MU U |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U DV V V W W pX qX X Y Y :Y |Y Y Y 2Z Z Z Z Z Z [ )[ 3[                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  MY |Y Y Y Y Y Y 1Z EZ Z Z Z Z Z [ [ )[ 3[ 4[ L[ V[ W[ [[ \[ ][ o[ p[ [ [ [ [ [ [ [ [ [ "] #] $] 4] 5] õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (3[ 4[                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4[ \[ ][ p[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  [ [                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ !\ X\ \ \ \ \ #] $] 5]                                                                                                             f                                       kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  5] 6] 7] _] `] s] ] ] ] ] ]             s                                                                                                                                                                      kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
5] 6] 7] O] Y] Z] ^] _] `] r] s] ] ] ] ] ] ] ] ] }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %] ]                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] ~^ ^ ^ ^                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ^ ^ ^ ^ ^ ^ ^ _ 	_ 
_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
_ _                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ U_ V_ _ _ _ _ _ _ _ ` ` ` ` ` ` (` )` ;` <` a` b` f` o` ` ` a a a a a a a a a a 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %_ _ 2_ V_ _ _ _ _                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  _ _ ` ` )` <` O` b` d` e` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e` f`                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f` o` ` a a a a a                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a a a a ub vb b b b c c c >d |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a tb ub vb b b b b )c c c d >d Qd td d d d d d d d d e 3e Fe te ue e e ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  >d ud d d 3e ue e f Pf f f f f f f f g                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  e e  f f Of cf f f f f f f f g g g &g 'g +g ,g -g 5g Rg dg eg g g g g g g շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\g g                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g ,g -g Rg eg xg g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  g g                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g g h Mh _h h h h i i "i Oi                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  g h h h h h h h h i i i !i "i %i :i Ci Mi Oi Ui Vi ]i _i ti ui i i i i ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Oi Vi ^i _i ui i i i                                                             R            I                                   	  $If   gd_ Q  kd
! $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd}  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ i i i i i i i i i  j j |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i i i i i i i i i i i i i j  j !j 0j j \k fk gk k k k k k k k k k ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ j j                                        kdQ" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               j  j j j j j k $k \k gk k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  k k k l l l l @l Fl Gl Nl Pl Yl l l l l l l l l l l l l l l l l l m m m пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  k k l @l Gl Ol |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ol Pl l l l l                                     R            I                                                                     	  $If   gd_ Q  kd$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_$ $If   K$L$l 0                                     
t                              4   4 
l a   l l l l l l l m m m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m m                                        kd3& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               m m m m m m :n En dn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
m m m ,m m :n Dn En cn dn wn n n n n n n n n n n n n n n n o 
o o o زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 n n n o |            s            s                                                                                                                                                                                           	  $If   gd_   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o /o 9o :o >o ?o @o Ro So eo fo o o o o o o p p p p p hq rq sq q q ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    o o ?o @o So fo yo o o o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o o                                        kd( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o o p Ep p p q -q hq sq q q q  r                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
q q q q q q q q q  r r r r r *r 3r =r >r ?r @r Ar Br ir 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f   r r r ?r |            s            s                                                                                                                                                                                           	  $If   gd_   kdO* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?r @r Ar Br ir jr r \s s s s 4t ot pt |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd	+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ir vr zr r \s s s s s 4t pt |t t t u u u u u u v }v v v v v x x x x "y y y z z z z Bz { { { { { { 9} g} h} } } 4~ ~ ~ ! ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4pt t u u u u u v }v v v v x x x "y y z z Bz z z ,{ A{ ]{ m{ { { { {                                                                                                                                                                                                                                                                                                                                                                   gd_  { 9} h} } } 4~ ~ ~ ! `        , ? C                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  !        ? B C J K     ؀  p   # $    Ђ   : g h m   H Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $C D E F G H I J K M            H            H            H            H            H            H            H                   gd_   kd+ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   K _ f k { |                                                   _            V            V                                                             	 $If   gd_    kda, $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd6- $$If   l       0   T# T                 .                
t  0                                                              4 
l al        ƀ Ҁ                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd- $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ҁ Ӏ ؀   2            )            )            )                      	 $If   gd_    kdp. $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      j k p                [                                                                                                                                           kd/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     $ ( z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdf0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z {    ʂ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ʂ ˂ Ђ  
 4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4 5 : h m  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      
 n            e            e                                                                                                                                                               	 $If   gd_    kdS4 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           
                                                                                                                                                                                                                                                   	 $If   gd_  t  kd(5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     - 2 : A H T                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  T U                                             kdb6 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          U ` d k r s t u                                                             A                                  kd7 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  u v w x y z { |                                                 A                                              kd8 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  | } ~                                         A            <            7                  gd_    gd_    kdy9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   I J c d }                                                                                                                                                                                                                                                       E  kdX: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	H I J P Q c d         Ņ ƅ       . / F G H L M j k l x y  S       춥x                          /j? hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd: $$If   l 0 
" R                                                           4 
l a      Ņ ƅ م                                      a                                                                                                                             E  kd; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu; $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3< $$If   l 0 
" R                                                           4 
l a     ! . / 9 F                                     a                                                                                                                             E  kdP= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd< $$If   l 0 
" R                                                           4 
l a   F G H I J K L                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   L M Z [ i j l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd> $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   j k l y  R S E F   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd> $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       - . 2 3 5 ] ^   Ê Ċ  
   ` b t u          j k w   ђ    w x ԓ Փ  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j? hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 5 > ^  Ċ  
  a                                                                                                                                                                                                                                                       S  kdX@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	a b u                                         N                                                                                       S  kd|A $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       3 ʌ   t u j k w  U Ɛ ,                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kdB $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       w x  ԓ Փ  N O ` ~  	 + D ` z {   $ %   Ϛ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_    _ ` p x M O ` } ~  e   # % D Ϛ     G H ] ^             	 ۵۵۵ۭۜۋzrgrrr       jC h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Ϛ ۚ    H ^                                      j                                                                                                                                           kdB $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_       /     Q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdC $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Q  p q    ^ _   \ ] ˢ ̢   P Q k | ,  - .                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  	 
     ^ _  [   + , 7 8 H I M N O P Q Z k |    / -    ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jRD hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjC h_ U !    3 4 H                                                 e                                                                                                                        F  kd,E $$If   l   l '{6    4   4 
l a] p
        F  kdD $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    J n o r s y z     ө ԩ    
 ) * K L c d z {           
 B [    $ 6 	 ! V   ү  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3H I J S a n o                                                             5            v  kdF $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdE $$If   l   l '{6    4   4 
l a] p
         o p q r s w x y                                     t                                                                                                                                                             v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  y z                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdbG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
H $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ˩ ͩ ө                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ө ԩ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdcI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          
 " $ )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) * D F K                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kddK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K L [ ] c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c d r t z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z {                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdeM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   B \   ׭                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ׭   7 k ~  Ю  " V p   ӯ   	 
 , 5 6 L r                                                                                                                                                                                                                                                                                                                                                                         gd_   
  * + , L b   ȱ     @ a r  Ҳ  f {    ³ ó      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ      ! " @ p q r   Ҳ    e f p {   ³                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ³ ó                                     kdfO $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ó     4 J ` b y                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	  3 4 I J _ ` z    $ % D E F G m n s |     ˶ ̶ Ͷ ζ  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ y z                                     kdP $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               z      ߴ       %                                                                                                                                     q                            kdR $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
% E F G n o p q r             q            l                                                                                                                                                       gd_    kdR $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  r s                                     kdS $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               s |     ͵    ' @ U j                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     ̶ z            q            q                                                                                                                                                                                       	  $If   gd_    kdT $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ̶ Ͷ ζ      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdU $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                       I U q }      
 , - 0 : P  ܹ ݹ  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd_V $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 " # 7 8 Z v w                                                                                                                 q                                                         kdW $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdsX $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd0Y $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 D E    
 -                                                             q                                                                                                                             kdZ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  - . / 0 P ݹ  ' ( 2 = z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdD[ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ( = o p z     Ӻ    &        F G H g h i j k n w ӽ   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #= p z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_                                           kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ӻ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdc] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &      \     G                                                                                                 s                                                                        kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G H i j k l m |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdq_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n                                        kd+` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w ҽ ӽ                           s                                                                                                                                                                                   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_        
 , 7     0    /    =   7 V p       9     ! @   , K   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -    	 
 7 ׾ ؾ  $ . 9 C |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd9b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C D   ӿ    S          /                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdod $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q r                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                                          s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      7 E U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       N p ~                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdlq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdGs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kddt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      p q                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! / ?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      , : J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           q r     )                                                                                                                                                                                        gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       * ^ o p q           $ % 6 7 Q Z - / ? @ P Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ) * ^ p q {                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 % 7 9 P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Z      }     	 
 .                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  . / @      |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q k l m    
   1 2 a b e n          ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    2 a b c d |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d e                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e n    e p                                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            q r       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        q r       / D z       
   = > m     S V        ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $    
                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                > m                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_                                           kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ; <  ( H i                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd_ 	  $If   gd_     V   E  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         0 1 2 E F U v    # D f       8 j k l } ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jn h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        7 8 l ~   |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }          * ; < ? H     2 3 ; = M N           ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * < = >                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  > ?                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? H       < = N                                                                                                 Y                              kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
N      b    S `             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      
   " # b  S `               ( *  $     . 2 b    { |     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jɐ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -`           Q R       ) *  $                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     	 o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 
   " o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " # + 3 8 o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 9 A I U o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U V ^ e j o            f            f            f                                                                                                                                                	  $If   gd_    kdē $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j k s z  o            f            f            f                                                                                                                                                	  $If   gd_    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     * +       0 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    0 <  ) p  {  r   $	 4
 @
 A
 M
 Q
 m
 q r          . / 0 4 = 	   ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %0 <   o p   Y   # $ u      ) o p                                                                                                                                                                                                                                                                                                                                            h^hgd_   
& F  gd_    gd_   gd_     	      .  A  X  o  p  {    I J     r    	 h                                                                                                                                                                                                                                                                                                                                                                gd_    gd_    =    $	 4
 A
 m
 q r |                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / 0 2 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  3 4                                        kdݖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 = |    
 <
 G
 
 
 
 	 
                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
   S |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         R S T V b f          
  3 4 5 9 B  2 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 S T U V       |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 4 5 7 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8 9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B      C  2 B C                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  2 B D T U [ b c d e z             &  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    C D U c |            s            s                                                                                                                                                                                           	  $If   gd_   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c d e o z    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & e q    '   & '                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_    & ( 8 9 ? F G H I J V Z u v           ) * ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ' ( 9 G |            s            s                                                                                                                                                                                           	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G H I J v      |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdݡ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( ) * + - .                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  * + / 8               * + 7 X Y c    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  . /                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8 w     7 o                                                                                                                            f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_            *                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	* +                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_         / 0 6 = > ? @ z             п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    2 R                                                                                                                              f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   0 > ? @ z                             s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      9 B C D E { | }              ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 8 9                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B D E V   | }                                                                                       s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
           T   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  0 S g     !  5  w  x                          ! ! /! 0! h! i! ! ! ! õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! "  w  x                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                             kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! 0! C! V! i! k! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! 
" 7" 8" 9" J" w" ~" "                                                             f                                    [            [                     
  $If   gd_ K$  kdٰ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
! ! 7" 8" 9" I" J" M" b" k" u" w" }" ~" " " " " " " " " " " " " " " " " " ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ " " " " " "                                     R            I                                                                     	  $If   gd_ Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   " " " " # !# 4# G# H# I# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" F# G# J# S# v# # # # # # # $ $ $ %$ '$ <$ =$ L$ N$ T$ U$ V$ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J I# J#                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J# S# v# # # # # # $ $ &$                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
&$ '$ =$ M$ N$ O$ P$                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdu $If   K$L$l 0                                     
t                              4   4 
l a   P$ Q$ R$ S$ T$ U$                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   U$ V$ ~$ $ $ $ $ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V$ n$ x$ y$ z$ |$ }$ ~$ $ $ $ $ $ $ % % & & & & & & & & & P' Y' p' ' ' ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $ $                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ 4% % % & & & & & '                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
' ' ' ' ' ' ' ' ( )( 9( S( m( u( ( ( ( (                                                                                                                                                                                                                      	  $If   gd_  S  kdq $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ' ' ' ' )) *) +) ,) D) N) O) P) R) S) T) s) t) ) ) ) ) ) 6* * * * * * ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ( ( ( ) )) *) +)                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +) ,) T) t) ) ) ) ) ) |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) )                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) 6* d* * * * * 5+ <+ E+                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
* * * 	+ + 5+ ;+ <+ D+ F+ , , , , , , , , , , , ,  - - L- M- P- Y- - . ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 E+ F+ N+ c+ x+ + + + + + , 
, , 4, F, `, z, ,                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd] $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   , , , , ,                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , - - '- :- M- N- O- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O- P-                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P- Y- - - C. . */ +/ ,/ -/ >/ /                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  . (/ +/ ,/ -/ =/ >/ / / / / / / / / / / / / 00 10 40 =0 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ / / / / / 0 0 10 20 30 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	30 40                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               40 =0 0 1 R1 1 92 :2 ;2 <2 M2                                                                                                 Y                              kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
=0 0 0 Q1 R1 1 92 :2 ;2 <2 L2 M2 2 2 2 2 2 2 2 2 2 2 2 :3 ;3 >3 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  M2 2 2 2 2 2 3 3 (3 ;3 <3 =3             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =3 >3                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >3 G3 4 C4 4 4 o5 p5 q5 5 5                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
>3 G3 4 4 m5 o5 p5 q5 5 5 5 5 5 5 5 5 ^7 `7 a7 b7 r7 s7 7 7 7 7 7 7 7 7 7 7 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 5 5 5 5 5 5 6 6 +6 E6 _6 o6 6 6 6 6 6                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6 6 7 7 +7 E7 _7 `7 a7                                                                                                                                                                                                                                                 	  $If   gd_  S  kdk $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a7 b7 s7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 8 8 )8 <8 O8 P8 Q8 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
7 7 8 8 N8 O8 R8 [8 9 ; ; ; ; ; #; (; =; ; ; ; ; < < < < > 	> ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Q8 R8                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R8 [8 9 t9 9 9 W: ; ; ; ;                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
; ; ; < 
< < < +< @< U< g< < < < <                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  < < < = = (= == R= d= ~= = = = = = > 	>                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	> 
> > 3> 4> G> Z> m> > > > >             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	> 
> > #> -> .> /> 1> 2> 3> 4> F> G> > > > > c? ? ? ? ? m@ n@ SA hA B B C C C C Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ > >                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > c? ? @ n@ @ @ jA A B B C C "C aC C C C #D WD D D D E                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  C "C 'D :D >D VD D D D E E E  E !E eE kE lE tE vE G G G G ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   E E !E eE lE uE |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       uE vE ~E E E E E E F F .F HF YF sF F F F F                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdy $If   K$L$l 0                     x                
t                                4   4 
l a   F F F F G +G <G VG pG G G G G G G                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G G G G H H +H >H QH RH SH |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
G G G G G G G H H PH QH TH ]H I GI J eJ zJ J J K K HL ]L  M M M M M bM ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ SH TH                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TH ]H I J }J J  K mK K `L M M ^M }M M M M M N WN XN                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  bM uM M M M M M N N -N 5N NN VN WN XN YN iN jN N N N N N Q Q Q 	Q !Q +Q ,Q 0Q ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  XN YN jN N N N |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N N N O &O =O TO eO |O O O O O O O                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kds $If   K$L$l 0                                     
t                                4   4 
l a   O O O P !P 3P JP aP xP P P P P P P Q Q                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q Q 	Q 1Q 2Q EQ XQ kQ ~Q Q Q Q             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0Q 1Q 2Q DQ EQ Q Q Q Q R R xS S JT T T )U EU V )W W W FX X sY Z nZ Z +\ \ \ \ \ -] 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Q Q                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q R xS JT T FU U U U GV eV V )W W X Z Z Z Z *\ +\                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  +\ k\ \ \ \ )] H] g] ] ] ] ]                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  -] @] L] _] k] ~] ] ] ] ] ] ] ] ] ] ^  ^ !^ %^ &^ *^ 3^ P_ e_ f_ g_ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ] ] ]  ^ !^ &^ (^ )^             s                                                                                                                                                                                     kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  )^ *^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *^ 3^ @^ b^ ^ ^ ^ ^ ^ 
_ /_ Q_ f_                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  f_ g_ x_ _ _ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g_ w_ x_ _ _ _ _ _ _ _ _ _ 
` a b 5b Hb kb b b b b b 9c Mc f f f Ff f f f f ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  _ _ _ _ 
` a a a 5b lb b b :c |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :c c c c d d Ie Je f f Ff f f f g Qg g g h th uh h h h h h                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  f g -g Pg dg g g g g h 2h th uh h h h h h h h h h h h h 
i i  i !i 3i 4i Fi Gi Ki Ti i j j j j j õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (h h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h i !i 4i Gi Ii Ji                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ji Ki                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ki Ti i i i $j Bj \j j j j j                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  j j j j j k $k 7k Jk Lk Mk             s                                                                                                                                                                      kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
j j j j j j j j j k k #k $k Ik Jk Nk Wk k k l l l -l .l /l 0l Hl Rl Sl Wl Xl Yl kl ll ~l l l l ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Mk Nk                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nk Wk uk k l l .l /l                                                 f                                                                                                                       kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  /l 0l Xl Yl ll l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l vm wm xm m m m m m m m m m m m m m m m  n n 
n 0n 1n n n @o Ao Bo Ro So To Uo bo 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %l l l l wm xm m m                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  m m m m m m m  n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n 
n 1n n Ao Bo So To                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  To Uo Vo o p p ;p <p mp eq fq q q |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bo fo o p p p ;p Hp Lp mp p fq q q q q r &r Jr Kr ^r pr qr r r r r r s s &s Ws ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  q r Kr r r s Xs s s Ct Dt Et Ot Zt t t t                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ws ks s s s t Bt Dt Et Zt t t t t t t t t t t t t t u u (u )u Bu Ku Lu [u շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\t t                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t t t t u u )u +u Au                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Au Bu                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Bu Ku u u u 5v @v lv v v v v                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  [u u 5v @v Sv cv lv sv yv v v v v v v v v v v v v v v w w "w $w %w &w ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ v v v v w #w $w %w                                                             R            I                                   	  $If   gd_ Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ %w &w Nw Ow bw uw w w w w w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&w >w Hw Iw Mw Nw Ow aw bw tw uw w w w w w w ,x x y y #y $y ?y oy xy y y y y ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w w                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w w -x Hx yx x x x x y $y @y Ry xy y y                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  y y y y y y y y y y y y y z z 3z 4z 6z 7z 8z Pz Zz [z _z `z az sz tz z z z z z пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  y y y y y y |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y z 5z 6z 7z                                     R            I                                                                     	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   7z 8z `z az tz z z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kdm $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z z ){ Q{ { { { { | -| o| s| t| u|                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
z z z z ({ { { { | | | $| ,| -| 4| :| n| o| r| s| t| u| v| | | | | | | | زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 u| v| | | |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | | | | | } } )} *} .} 7} 8} G} } } T~ X~ ~    / 0 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    | | | | | } } *} ,} -} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-} .}                                        kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               .} 7} } } U~ ~ ~ ~   0 [                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
0 C R Z [ b h                 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             C  , - f ҁ 
  |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   C  , 9 = f ҁ    @  ) ~      K W [  U     q r       F G ] a  ׊   ?  ҋ + g  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 @  ( ) ~    J K  U    r      ʈ ߈    F G                                                                                                                                                                                                                                                                                                                                                                    gd_   ׊  ?  ҋ + g   5      ʍ ݍ                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   gd_    gd_   5 9      ݍ     7 8 9 : v   ;     I J n   ؐ    0 4  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a      	   ) *                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  * + 7 8                                                                                                                                                                                                                                                          	 $If   gd_  o  kdp $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8 9 : E I \ d p                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p q v   2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                       	  ; @              [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_      Ə  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     J N h d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  h i n   Ґ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ґ Ӑ ؐ   1 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 2 3 =    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdb  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     ˑ Б ؑ ߑ                                       w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                             	                                                                 A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        4                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  4      , - A C                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       , - C D F G U V c d       ̓ ͓       	 
   )        춥x                          /j
 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *C D E F G O U                                     a                                                                                                                             E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   U V _ c d w                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm $$If   l 0 
" R                                                           4 
l a      ̓ ͓ ד                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdH	 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a    	 
  )       l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd
 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       ˗ ̗ З ї ӗ   T U a b          7 9 I J       	  W Z o      r s  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j+ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 ӗ ܗ  U b                                                                                                                                                                                                                                                           S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	    8 9 J                                      N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       љ h $ %    	    d ʞ 3                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kdH
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     Z    T r s      >  ɤ     " # § ç ! " m                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_             >    #  ç  m         - . / K L W X Y ] ^    ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'm y      .                                     j                                                                                                                                           kd
 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  . / @   ͩ + , H   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdL $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 I   `         i j   !   	  ʲ  ˴ ̴ J K                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_              ɱ ʱ ձ ֱ         	     ͳ ˴ J   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj% h_ U !K    Ѷ Ҷ                                                  e                                                                                                                        F  kdf $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_      
     9 : Z [ q r     Ƿ ȷ       3 4 [ \ ] ^ _ = > J    - 3 6 » Ի     Q p  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3      
                                                             5            v  kdL $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         
                                            t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    1 3 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 : S U Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z [ i k q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            · Ƿ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ƿ ȷ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           , . 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 ; @ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ \ ] ^ _ = > J     . A u                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u   ջ 	  P n      R q     ʽ Ӿ Ծ    2 3 L                                                                                                                                                                                                                                                                                                                                                                     gd_     Ƚ ɽ ʽ     1 f ~   ޿   D p    K L V ` a      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ       ޿    D Z p        L V `                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ` a                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               a                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  	         !             7 9 I J i j k l  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ! C D X Y }                                                                                                                                            q                            kdN $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
     
                q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ; < P Q k        " # 8                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  8 9 J j z            q            q                                                                                                                                                                                       	  $If   gd_    kd  $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       j k l      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            ) + ; < [ \ ^         : F          8 z {  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd! $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        * + < \                                                                                                             q                                                         kd" $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \ ] ^      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd# $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdj$ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kd% $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       {      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd~& $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    
   " # C D q     Z > @ P Q          	   q   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #   "                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  " #                                        kdI' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # D q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 \ ]     ? @ Q                                                                                                   s                                                                        kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      	 
  |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kde+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p q                           s                                                                                                                                                                                   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_           W X o   / N   2 Q   Z y    -   & E   @ _ > ]   M l     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       u v      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kds- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  B Y q     & l m W X o                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      / = M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      2 @ P                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Z h x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd28 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7     ,                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      & 4 D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      @ N ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        > L \                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! M [ k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + , P p         B                                                                                                                                                                                         gd_  z  kd~K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    0 B ]   
   $ V W a k l               Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ        $ W a k                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	k l                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd1M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L M m n   Q v                                                                                                                                                                                                                                                                                                                                                                                                                 
& F $If   gd_ 	  $If   gd_     / H a z  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         	 
    .               S T W h  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j?O h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ          |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd~P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 T U    * C ] r                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_     T |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T U V W    D V h i X Y |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          C D g h i     E W Y n         . / 2 ;   l m      ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Y c n                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdFS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   / 0 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  1 2                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ;       X    - J l m                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_      J   & |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                J o     % & ) : P w   	 
  ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jV h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  & ' ( ) O P   
   ' |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd-W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         2 d e o y z        Q _         6 7 9 : L ^ _ j  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !' 2 e o y                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  y z                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd;Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G H h i                                                                                                      Y                              kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 7 8 9 : j   $ Y Z               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdI[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_            $   * ; w  W j     X Y [ \     4 h 7 >     !       2 3 C D ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jH` hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j\ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - ) * ;   B C v w    V W l  Y \     3 4 C U                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  U h i n v {             f                                                                                                                                                                      kdj\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  { |    o            f            f            f                                                                                                                                                	  $If   gd_    kd\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdF] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd"^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  	   $ o            f            f            f                                                                                                                                                	  $If   gd_    kdl_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ % & '     !     t u  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D G H   
 
    !           % W X b l m y           ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  V W 
            8	 
 
 
  /
 <
 I
 V
 c
 t
                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  t
 
 
 
 
 
 
 
 
 
   I J   i j < =  ! V    4 a                                                                                                                                                                                                                                                                                                                                                              gd_    gd_     +          % X b l                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  l m                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  & M t     ( M                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdkc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  ! 6 h i s } ~         h  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5       ! + 6 i s |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd%d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  } ~                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd3f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + R }   g                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_              J K U _ ` l        L! ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          
  K U _ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdAh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ `                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kdOj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     6  a      K! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  L! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" [" \" f" p" q" }" " " " " ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ! ! ! ! |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! " " )" \" f" p" |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd]l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p" q"                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q" " " " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  " " " " I$ K$ [$ \$ b$ i$ j$ k$ l$ $ $ $ $ $ $ $ $ $ %  % !% "% îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  " "                                        kdkn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " # !# H# v# # # 
$ I$ J$ K$                                                                                                                         f                           kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  K$ \$ j$ k$ l$ v$ $ $ $ $                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdyp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	$ $                                        kd3q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ !% "% #% %% &%                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  "% #% '% 0% & & & & & & & & & & ' 2' 4' 5' J' |' }' ' ' ' ' ' п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  &% '%                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '% 0% o% {% % % % & <& s& & &                                                                                                                         f                           kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  & & & & & ' 5' ?' J' }'                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	}' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ' '                                        kdOu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ' ' ' ' ' ' ( ( ( * * * +* ,* ^* _* `* a* b* c* o* s* * y, , ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ' '                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ( ( ( 3) i) * * ,* ^*                                                                                     s                                                                                              kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
^* _* `* a* b* c* * D, E, y, , , *- q- |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
, , , , - )- =- p- - - - . . +. ]. ^. h. r. s. . . . . . . . . . . / / !/ */ 6/ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !q- - . .  . +. ^. h. r.                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  r. s.                                        kdky $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s. . . . . . / 	/  /                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   / !/                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !/ */ / / / / / / 0 0 $0                                                             f                                    [            [                     
  $If   gd_ K$  kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
6/ / / / / / / /  0 	0 0 0 0 0 #0 %0 :0 ;0 J0 L0 M0 N0 f0 p0 q0 r0 t0 u0 v0 0 0 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ $0 %0 ;0 K0 L0 M0                                     R            I                                                                     	  $If   gd_ Q  kdZ} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   M0 N0 v0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0 0 0 0 1 o1 p1 q1 r1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 0 0                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 1 B1 p1 q1 r1 1 1 1 1                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
1 1 1 1 1 1 1                                     R                                                                                              Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   1 1 1 1 1 1                                     R            I                                                                     	  $If   gd_ Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdɁ $If   K$L$l 0                                     
t                              4   4 
l a   1 1 2 =2 >2 c2 v2 2 2 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 2 2 2 2 2 2 2 =2 >2 2 2 2 2 3 3 :4 S4 m4 n4 o4 p4 4 4 4 4 4 5 >5 D5 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2 2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 t3 3 m4 n4 o4 p4 4 >5                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
>5 E5 N5 O5 W5 l5 5 5 5 5 5 5 6 6 (6 =6 O6 i6                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ D5 E5 M5 O5 6 6 6 6 6 6 6 6 6 6 6 7 7 \7 ]7 `7 i7 u7 7 ^8 u8 v8 w8 x8 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  i6 6 6 6 6 6 6                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6 6 6 7 77 J7 ]7 ^7 _7 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdφ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _7 `7                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `7 i7 7 8 v8 w8 x8 8 8 8 8                                                             f                                    [            [                     
  $If   gd_ K$  kd݈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
x8 8 8 8 8 8 8 8 8 8 [: ]: ^: _: w: : : : : : : : : : : : : : }; +< ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 8 8 8 9 9 (9 B9 \9 l9 9 9 9 9 9 9 9 : (:                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   (: B: \: ]: ^:                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd) $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^: _: : : : : : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: :                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : }; ; ; *< < < < < < /=                                                                                                 f                                                   kdɌ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  +< < < < < < < .= /= 0= H= R= S= T= V= W= X= p= q= = = = = þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ /= 0= X= q= = = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > > > 9? ? ? ? ? ?                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
= > > > > 9? ? ? ? ? ? ? =@ >@ ?@ W@ a@ b@ c@ e@ f@ g@ h@ @ @ @ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ? >@ ?@ g@ h@ @ @ @ @ @ @ @             s                                                                                                                                                                 kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ A A %B nB 
C C C  C sC                                                                                     Y                                          kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@ @ A nB C 
C C C C  C sC tC zC {C C C D D D  E E E cE dE eE }E E E E E E E ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 sC tC {C C C C C C C C C 
D 'D AD ID ^D sD                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  sD D D D D D D D D                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  D  E E dE |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dE eE E E E E E E E E E |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
E E E E E E E E F H H H H H H H H I eI I I I I I I K K ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  E E                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E F G NG bG G H H H H                                                                                                 f                                                        kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
H I I I I I I I I I J J 9J JJ dJ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdǗ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  dJ ~J J J J J J J K K 6K GK aK {K K K K                                                                                                                                                                                                                            S  kdY $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K K K K K L L 1L 2L 3L             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K K K K K K K K K 0L 1L 4L =L M 0M 1M WM XM N N N O O O P P P P Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 3L 4L                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4L =L M XM M N ?N N O ]O O bP P P P P NQ eQ Q Q Q !R MR yR R                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  P P Q Q Q Q }R R R R R R R R S 	S 
S S S cU eU fU gU ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   R R R S 
S S |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S 1S FS [S mS S S S S S S T "T <T DT YT                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   YT nT T T T T T T U U 9U JU dU eU fU                                                                                                                                                                                                                   	  $If   gd_  S  kdE $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  fU gU U U U U U U U U U |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdל $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
gU U U U U U U U U U U U U V V W X X yX X jY Y Y Y Z Z Z Z Z  [ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ U U                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V W X X X Y Y Y Z Z Z [ :[ _[ v[ [ [ [ [                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   [ [ [ 2[ z[ [ [ [ [ [ [ [ [ [ [ [ \ \ L\ R\ S\ [\ ]\ ^ ^ ^ ^ ^ ^ ^ ^ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  [ [ \ L\ S\ \\ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \\ ]\ e\ w\ \ \ \ \ \ \ ] ] 1] B] X] i] ] ]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ] ] ] ] ] ] ] ] ^ '^ >^ U^ f^ |^ ^ ^ ^                                                                                                                                                                                                                            S  kd? $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^ ^ ^ ^ ^ ^ ^ 	_ _ /_ 1_ 2_             s                                                                                                                                                                 kdѠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^ ^ ^ ^ ._ /_ 3_ <_ N` ` a Ha a Ib eb b b 7d d e 3e e f g g h !h i Mj `j lj j j 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !2_ 3_                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3_ <_ N` a a fb b c ic c c d 5d d pe f g $h %h ,h i i                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  i 	j Ij hj j j j k $k Ck Dk Uk                                                                                                             f                                       kdߢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  j j j j 	k k (k ;k Bk Dk Tk Uk k k k k k k k k k k l m m m ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Uk k k k k k k k             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k  l "l Dl fl gl l l l l m                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  m m m Im nm |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m mm nm om pm qm }m m m m m o o o o 	p p Ap Up p p p p s s s s ?t Bt vt t ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  nm om pm qm m [o ]o o o 
p Bp p p |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p -q .q q 'r (r r r s s s At Bt vt t t 'u nu u v v v (v [v ev ov                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  t t t t u &u :u mu u u u v v (v Zv [v ev ov pv v v v v v v v v v v v v v v v v :w ^x _x `x px qx õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ov pv                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pv v v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  v v                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v :w ]w w w w w 1x _x `x qx                                                                                                             f                                       kdé $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  qx rx sx x x x x x x x x             s                                                                                                                                                                      kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
qx rx sx x x x x x x x x x x x x x x 6y 7y y y y y y y y y y y y y y 	z 
z z z Bz Cz ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %x x                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x y 7y y y y y                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  y y y y 
z z 0z Cz Ez Fz |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Fz Gz                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cz Gz Pz z z { { { &{ '{ ({ ){ A{ K{ L{ P{ Q{ R{ d{ e{ w{ x{ { { { { { { Q| R| | | | | | | |  } 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Gz Pz nz z { { '{ ({                                                 f                                                                                                                       kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ({ ){ Q{ R{ e{ x{ { { { { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                        kdǰ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { R| | | | |                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  | | | %} } } } } ~   8 z |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdղ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        } } %} } } } } } } ~ e~  8 K z         - . A o    Ā  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  z   . o   =       + 5 ?                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   	 < P       * + 5 ? @ X b c g h i q    Ƃ ǂ     շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\? @                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @ h i    ǂ ɂ ߂                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ߂                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 X   Ӄ ރ 
 L M ^                                                                                                  f                                                   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   X Ӄ ރ   
   K L M ] ^ a v            Ä Ą ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ        Ä                                                             R            I                                   	  $If   gd_ Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Ä Ą      & 9 ; < R |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ą ܄           8 9 S \ ] l ʅ      ݆ 
   # 4 5 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ R S                                        kdŸ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               S \ ˅   4 M `    ކ   5 6                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  5 6 7 G H K Q |        ч ҇ ԇ Շ և         $ % J K O пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  6 7 H |   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ӈ ԇ Շ                                     R            I                                                                     	  $If   gd_ Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdӺ $If   K$L$l 0                                     
t                              4   4 
l a   Շ և    % 8 K M N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N O                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O X ǈ  ) ; v   ˉ 
                                                                                                                                                                                                                                                                                                                                                                                                                    
& FT $If   gd_ 	  $If   gd_  
O X Y h ƈ v       ʉ ˉ ҉ ؉  
      $ % ( = F P Q زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   % R |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R S k u v z { |     Ǌ Ȋ ̊ Պ ֊  C D   8    ͌ Ό ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    R S { |    Ȋ ʊ ˊ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ˊ ̊                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ̊ Պ D   & W i   Ό  ; <                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ό        : ; < = M N Q f o y z { | } ~  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  < = N { |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { | } ~     ʎ ˎ  p   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     ʎ ׎ ێ  p    ޏ [ ǐ   ) - V     !  ! - 1 ^   J K W [ ~      + u   ݘ 3 p ə  ] ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 ޏ [ Ɛ ǐ   V    !    ! ^  J K ~ 2 3 h }      +                                                                                                                                                                                                                                                                                                                                                                   gd_  + u  ݘ 3 p ə  ]  Ӛ 5 6 A M \ h {                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   gd_    gd_  ] Ӛ ך 4 5 A W [ { ~    ՛ ֛ כ ؛  K  ٜ ) _ `     C D v    Ξ ҟ  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kd7 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         Ǜ ț                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ț ɛ ՛ ֛                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ֛ כ ؛                                          z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdG $$If   l       0   T# T                 .                
t  0                                                              4 
l al     K P 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     P    ٜ ޜ #             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  # $ ) ` d  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     D I p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p q v   Ϟ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ϟ О ў ۞ * / ; d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; < ? I n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           I J M V                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  V W X i n v }                                       w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd9 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        ҟ                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ҟ      ʠ ˠ ߠ                                                                                                                                                                                                                                                    E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       ʠ ˠ         ! " $ % Q R j k           ǡ  4 5 @ A Q R 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a         !                                     a                                                                                                                             E  kdH $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ! " # $ % 7 Q                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   Q R ] j k u                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd# $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       ǡ     Y Z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd@ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
R V W L M X Y i j n o q        G I T U     զ צ   ' ) * 6 7      
 - R [     # ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /je hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Z q z     H I U                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   ֦ צ  (                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ( ) * 7 o  ¨ è      6   h Ѭ 8                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   8 9  S      $     ܱ E g       ` a                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_  # $          ܱ    _ a   ! % 2 3     ˶ ̶ Ͷ        9 : E ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '  & 2 3   ̶                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ̶ Ͷ ޶ ' , k ɷ ʷ  P  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     N O   ? @           h " i j                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  E F G K L O   >  Y  g h s t           9 B K k i  S T ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj_ h_ U ! T X Y o p                                                  e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd- $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  T Y              + , H I e f                 I ~     ` r E ]     D ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           # % +                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         + , A C H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I ^ ` e                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 0 J ~                             |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ' [ s     @ ^      C D E F h q r                                                                                                                                                                                                                                                                                                                                                                           gd_  D F P f g h       < ? |     9        % & C D W пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   < J ] ^ |       $ : ;                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                & C D Z p                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	W Z o p       N P ` a               	 
 / Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd1 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      7 8 M N O P a                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
a                     q            l                                                                                                                                                       gd_    kdE $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                     	 % & 8 c |                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_      z            q            q                                                                                                                                                                                       	  $If   gd_    kdY $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
        	 
 1 2 3 4 5 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       / 0 1 6 ?        ( ) . 7       6 8 H I h i l v     L ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "5 6                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6 ? ^ _ s t                                                                                                                    q                                                         kd* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     ) * + , - z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       - .                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . 7   6 7 8 I i                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  i j k l   M c d n y z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
L M d y         $ % Y b      @ S               ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #y                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  % ' X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b   7 8 G     @                                                                                                  s                                                                        kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     A                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    @ A B C D F h s   
 M l   L k   Z y   s    5 T   V u     ] |  
 h    о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -A B C D E F s   U ` j u  |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     & S T   
    
 " M [ k                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  k l w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . / L Z j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 2 Z h x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y Z s                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      A                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  5 C S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % & V d t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @                                                                  s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > ] k {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        	                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L M h v                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        3 V W       e                                                                                                                                                                                        gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       f         	 
 < = N ` a r s   i k { |  Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  e f        	                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  		 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 = a s u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     Z    $ 5 E F j                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  j k |     G |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               F G H m n     ( * : ;      ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jy h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  G H n     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   B       ( )                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ) * ;  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               % k       > ? I S T y z        
  . 0 @ A Q ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   ? I S                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  S T                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   . ? w x  d     
  /                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  / 0 A   C   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd(! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R l m n      
 B _         t     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j! h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        s t     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdg" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
   = > f w x {    : V n o w y           < ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_                                           kd!# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                > f x y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  z {                                        kdu$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {      V W x y                                                                                                  Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
                        s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  < = H I Y Z ^ _         '      >  @  U  W          d  f  K	  `	  	  
  
  
  j  n      )  P              ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j+ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j=' hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -                 '          
  W      e  f  K	  `	  	  	  	  	                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   gd_   
& FP gd_    gd_  	  
  
  
  
  
              f                                                                                                                                                                      kd' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  
  
  
  '
  3
  o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3
  4
  9
  @
  E
  o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E
  F
  K
  R
  ^
  o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^
  _
  g
  o
  t
  o            f            f            f                                                                                                                                                	  $If   gd_    kd\) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t
  u
  }
  
  
  o            f            f            f                                                                                                                                                	  $If   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
  
  
  
  
  o            f            f            f                                                                                                                                                	  $If   gd_    kd8* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
  
  
  
  
  o            f            f            f                                                                                                                                                	  $If   gd_    kd* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
  
  
  
  f  g      T  U      l  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       l  x  [  e      !  !  8$  `$  p%  |%  }%  %  %  %  &  &  &  &  &   '  
'  '  '  8'  9'  j'  k'  l'  p'  y'  E)  G)  W)  ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %l  x          B  C    V  W  _  `    ;  <    [  e                                                                                                                                                                                                                                                                                                                                                       h^hgd_   
& F  gd_    gd_   gd_    #  4  E  V  W  j  }                            !  !  !  D"  E"  "  "  "  /#                                                                                                                                                                                                                                                                                                                                                              gd_    gd_  /#  0#  y#  #  8$  9$  `$  p%  }%  %  &  &  &  &  &   '  
'                                                                                                                                                                                                                                                                                                                                             
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  
'  '                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '  9'  k'  l'  n'  o'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  o'  p'                                         kdQ- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p'  y'  '  '  '  (  P(  x(  (  (  (  (  E)  F)                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd_ 	  $If   gd_  
F)  G)  X)  )  |            s            s                                                                                                                                                                                           	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W)  X)  )  )  )  )  )  )  )  )  )  *  *  *  *  *  (*  I*  J*  o*  p*  q*  u*  ~*  ,  n,  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 )  )  )  )  )  )  )  )  *  *  |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_  *  *                                         kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *  J*  o*  p*  q*  s*  t*                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  t*  u*                                         kdm1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u*  ~*  *  *  *  +  [+  +  ,  n,  ~,  ,                                                                                                                                                                                                                                                                                                                                                                                                                            
& F! $If   gd_ 	  $If   gd_  n,  ~,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  
-  +-  ,-  S-  T-  U-  Y-  b-  .  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ,  ,  ,  ,  |            s            s                                                                                                                                                                                           	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,  ,  ,  ,  ,  ,  ,  ,  |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd{3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,  ,                                         kd54 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,  ,-  R-  S-  T-  U-  W-  X-                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_  X-  Y-                                         kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y-  b-  -  -  -  -  ?.  c.  .  R/  b/  c/                                                                                                                                                                                                                                                                                                                                                                                                                            
& F! $If   gd_ 	  $If   gd_  .  R/  b/  d/  t/  u/  {/  /  /  /  /  /  /  /  /  /  /  /  /  0  0  0  0  <0  =0  e0  f0  ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    c/  d/  u/  /  |            s            s                                                                                                                                                                                           	  $If   gd_   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /  /  /  /  /  /  /  /  0  0  |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0  0                                         kdQ8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0  =0  d0  e0  f0  g0  i0  j0                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_  f0  g0  k0  t0  1  1  1  1   2  2  2  	2  
2  2  Q2  R2  \2  f2  g2  s2  2  2  2  2  2  2  îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  j0  k0                                         kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k0  t0  0  0  0  1  S1  s1  1  1  1  1                                                                                                                          f                           kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1  1  2  	2  
2  2  2  R2  \2  f2                          s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	f2  g2                                         kdm< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g2  2  2  2  2  2  2                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  2  2  2  2  Y4  Z4  [4  k4  l4  r4  y4  z4  {4  |4  4  4  4  4  4  5  5  %5  /5  05  <5  X5  п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2  2                                         kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2  2  
3  3  @3  n3  3  3  3  4  Z4  [4                                                                                                                          f                           kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  [4  l4  z4  {4  |4  4  4  4  4  5                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	5  %5  /5                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_  
  $$If   gd_  /5  05                                         kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               05  Y5  Z5  [5  ]5  t5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  X5  Y5  Z5  [5  u5  ~5  6  6  6  7  7  7  7  7  7  7  7  7   8  8  
8  8  18  :  *:  ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 t5  u5                                         kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u5  ~5  6  6  6  6  7  7  7  7  7                                                                                      s                                                                                              kd1C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
7  7  7  7   8  8  18  9  9  :  Y:  :  :  ;  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
*:  Y:  l:  :  :  :  :  ;  ";  ];  q;  ;  ;  ;  ;  ;  <  <  <  )<  3<  4<  5<  8<  9<  X<  Y<  k<  l<  <  <  <  <  <  õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !;  ^;  ;  ;  ;  ;  ;  <  <                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  <  <                                         kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <  9<  Y<  l<  <  <  <  <  <                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_  <  <                                         kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <  <  3=  F=  s=  t=  u=  =  =  =  =                                                              f                                    [            [                     
  $If   gd_ K$  kdMG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
<  3=  s=  t=  u=  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  >  >  >  >  >  >  >  6>  7>  ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ =  =  =  =  =  =                                      R            I                                                                     	  $If   gd_ Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   =  =  >  7>  J>  ]>  p>  >  >  >  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7>  >  >  >  >  >  
?  ?  ?  ?   ?  !?  R?  X?  Y?  a?  c?  x?  y?  ?  ?  ?  ?  ?  ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J >  >                                         kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >  >  >  >  ?  ?  ?  !?  R?  Y?  b?                                                              f                                    [            [                     
  $If   gd_ K$  kd/K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
b?  c?  y?  ?  ?  ?  ?                                      R                                                                                              Q  kdvL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   ?  ?  ?  ?  ?  ?                                      R            I                                                                     	  $If   gd_ Q  kdM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdM $If   K$L$l 0                                     
t                              4   4 
l a   ?  ?  ?  ?  ?  @  @  '@  (@  )@  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?  ?  ?  ?  ?  ?  ?  ?  ?  ?  &@  '@  *@  3@  $A  %A  A  A  B  B  
B  B  B  B   B  B  B  B  B  B  ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ )@  *@                                         kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *@  3@  p@  A  %A  B  B  
B  B  B  B                                                                                      Y                                          kd+P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
B  B  B  B  B  
C  C  1C  KC  eC  uC  C  C  C  C  C  C  D                                                                                                                                                                                                                       	  $If   gd_  S  kdP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ B  B  B  B  eD  fD  gD  hD  D  D  D  D  D  D  D  D  D  D  D  D  E  E  rE  E  F  F  F  F  ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  D  !D  1D  KD  eD  fD  gD                                                                                                                                                                                                                                                       
& F$ $If   gd_  S  kdwQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  gD  hD  D  D  D  D  D  D  D  |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd	R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D  D                                         kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D  E  rE  E  F  F  F  'F  qF  xF  F                                                              f                                    [            [                     
  $If   gd_ K$  kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
F  &F  'F  EF  MF  qF  wF  xF  F  F  G  G  G  G  H  H   H  !H  #H  $H  %H  2H  <H  =H  H  H  H  H  I  I  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 F  F  F  F  F  F  F  F  
G  $G  >G  FG  [G  pG  G  G  G  G                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdT $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   G  G  G  G  G                                                                                                                                                                                                                                                                      	  $If   gd_  S  kdcU $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G  G  %H  =H  PH  cH  vH  H  H  H  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H  H                                         kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H  H  I  8I  I  I  fJ  gJ  hJ  iJ  zJ  J                                                                                                  f                                                   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  I  dJ  gJ  hJ  iJ  yJ  zJ  J  J  J  J  J  J  J  J  J  J  K  K  lK  mK  pK  yK  þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ J  J  J  K  4K  GK  ZK  mK  nK  oK  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	oK  pK                                         kdwY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pK  yK  #L  KL  L  L  uM  vM  wM  xM  M                                                                                                  Y                              kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
yK  "L  $L  L  L  L  uM  vM  wM  xM  M  M  M  M  M  M  M   N  N  N  N  N  N  vN  wN  zN  νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  M  M  M  N  N  +N  >N  QN  dN  wN  xN  yN              s                                                                                                                                                                 kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  yN  zN                                         kd?\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zN  N  XO  O  O  P  P  P  P  P  Q                                                                                      Y                                          kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
zN  N  WO  P  P  P  P  P  P  P  Q  Q  Q  Q  !Q  #Q  R  R  R  R  R  R  S  S  S  S  %S  &S  'S  )S  *S  +S  ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Q  Q  Q  "Q  #Q  +Q  @Q  UQ  gQ  Q  Q  Q  Q  Q  Q  Q  R                                                                                                                                                                                                          	  $If   gd_  S  kdM^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R  #R  =R  WR  gR  R  R  R  R                                                                                                                                                                                                                                                  	  $If   gd_  S  kd^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R  R  R  S  |            s            s                                                                                                                                                                                           	  $If   gd_   kdq_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S  S  +S  ,S  ?S  RS  eS  xS  S  S  S  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd+` $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+S  ,S  >S  ?S  S  S  S  S  PT  @V  AV  BV  RV  SV  _V  dV  yV  V  W  7W  9W  ?W  @W  HW  JW  CY  EY  ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  S  S                                         kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S  S  PT  T  T   U  U  @V  AV  BV  SV                                                                                                  f                                                        kdGb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
SV  V  9W  @W  IW  JW  RW  gW  |W  W  W  W  W  W  X                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  X  X  -X  GX  OX  dX  yX  X  X  X  X  X  X  Y  *Y  DY  EY                                                                                                                                                                                                                             S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  EY  FY  GY  oY  pY  Y  Y  Y  Y  Y  Y  Y              s                                                                                                                                                                 kd%d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  EY  FY  GY  _Y  iY  jY  kY  mY  nY  oY  pY  Y  Y  Y  Y  Y  Y  Z  Z  Z  Z  Z  [  [  \  \  U]  V]  ?^  T^  V^  W^  Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Y  Y                                         kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y  Y  Z  Z  W[  [  [  0\  \  \  V]   ^  V^  W^  ^^  ^  ^  _  3_  __  _  _  _  `  K`                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  W^  ^^  c_  v_  z_  _  `  .`  2`  J`  K`  L`  \`  ]`  `  `  `  `  `  c  c  c  c  ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   K`  L`  ]`  `  `  `  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd3f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `  `  `  `  `  `  a  %a  ?a  Pa  ja  a  a  a  a  a  a  a                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdf $If   K$L$l 0                     x                
t                                4   4 
l a   a  b  !b  3b  Mb  gb  xb  b  b  b  b  b  c  c  c                                                                                                                                                                                                                    	  $If   gd_  S  kdg $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c  c  -c  .c  Ac  Tc  gc  zc  c  c  c  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdh $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c  c  'c  (c  ,c  -c  .c  @c  Ac  c  c  c  c  Wd  d  Pe  e  e  f  ,f  g  g  g  g  <h  Qh  Rh  Sh  Zh  h  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c  c                                         kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c  c  Wd  Qe  e  /f  <f  f   g  g  Sh  Zh  h  h  h  h  i  3i  Ri  i  i                                                                                                                                                                                                                                                                                                                           
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  h  h  h  h  i  +i  7i  Ji  Vi  ii  qi  i  i  i  i  i  i  i  i  i  i  i  i  Al  Cl  Dl  El  ]l  gl  hl  ll  ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  i  i  i  i  i  i  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd-j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i  i  j  j  'j  9j  Kj  bj  yj  j  j  j  j  j  j  k  k  k                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdj $If   K$L$l 0                                     
t                                4   4 
l a   k  'k  9k  Kk  ]k  ok  k  k  k  k  k  k  l  l  +l  Bl  Cl                                                                                                                                                                                                                             S  kdyk $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Cl  Dl  El  ml  nl  l  l  l  l  l  l  l              s                                                                                                                                                                 kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ll  ml  nl  l  l  l  l  l  l  m  n  n  n  o  o  p  ep  p  q  er  r  r  s  +t  t  Su  u  u  gw  w  w  
x  x  ix  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !l  l                                         kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l  l  m  n  o  p  p  p  q  &q  q  q  q  er  s  -t  Uu  u  u  u  fw  gw                                                                                                                                                                                                                                                                                                      
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  gw  w  w  x  %x  ex  x  x  x  x  x  x                                                                                                              f                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ix  |x  x  x  x  x  x  x  x  x  x  x  6y  7y  8y  [y  \y  ]y  ay  by  fy  oy  z  z  z  z  ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  x  7y  8y  \y  ]y  by  dy  ey              s                                                                                                                                                                                     kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ey  fy                                         kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fy  oy  |y  y  y  y  z  z  'z  Iz  kz  z  z                                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  z  z  z  z  {  |            s            s            s                                                                                                                                                                          	  $If   gd_   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z  z  z  {  {  
{  {  {  {  {  #{  *{  I{  /}  B}  q}  }  }  }  }  }  &~  :~  u~  ~  K  W  [    ݁      '  ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  {  
{  {  {  I{  |  |  /}  q}  }  }  '~  v~  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v~  ~  ~            J  K    ߁      V    ł    [        ƃ      
                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  '  V  i      Ă  ؂      Z  n      ƃ        
    &  0  1  5  6  7  I  J  \  ]  o  p          ؄            õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (
                                           kdUr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 6  7  J  ]  p                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                             kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ؄    2  `  ~    υ                                                                                                                    f                                       kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_        9  :  M  `  s                    s                                                                                                                                                                      kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      )  3  4  8  9  :  L  M  _  `          Ԇ  Ն  W  X  Y  i  j  k  l                          ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                           kdqv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     Ն  X  Y  j  k                                                  f                                                                                                                       kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  k  l          ·        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd9y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     /  0        Ĉ  ň  ƈ  ǈ  ߈                    ;  <  @  I  l  m      |  }  ~            㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %      0      ň  ƈ                                                  f                                                                                                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ƈ  ǈ          )  <  >  ?  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?  @                                         kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @  I  m    }  ~                                                      f                                                                                                                       kdU} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_        Ê  O  P  w  x        ֌    |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           Ê  N  O  P  w            ֌      +  N  b            ˍ  ̍  ߍ  
     N  O  b    ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    O    ̍  
  O    ێ  *            ɏ  ӏ  ݏ                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_      ڎ    )  =  ~        ȏ  ɏ  ӏ  ݏ  ޏ                 ,  >  ?  d  e  ~        շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ݏ  ޏ                                         kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ޏ      ,  ?  R  e  g  }                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_  }  ~                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ~      '  9  q  |          )                                                                                                  f                                                   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_      q  |                            '  )  /  0  7  9  N  O  ^  `  a  b  ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ )  0  8  9  O  _  `  a                                                              R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ a  b          Ē  ג  ْ  ڒ    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b  z                    ֒  ג        
  h  6  @  A  _  `  {          Ҕ  Ӕ  ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                            kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   i      ғ      6  A  `  |      Ӕ  Ԕ                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_  Ӕ  Ԕ  Ք               !  (  *  3  Y  Z  o  p  r  s  t                    Õ        пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Ԕ  Ք      !  )  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )  *  Z  q  r  s                                      R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   s  t        Õ  ֕        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   e    ǖ  ٖ      >  i                                                                                                                                                                                                                                                                                                                                                                                                                          
& FT $If   gd_ 	  $If   gd_  
        d        =  >  Q  `  h  i  p  v                  ×  Ɨ  ۗ        زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5     ×    |            s            s                                                                                                                                                                                           	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             	            ,  -  ?  @  e  f  j  s  t            ֙  B  L  M  k  l  ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph            -  @  S  f  h  i  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i  j                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               j  s        ę      B  M  l    ٚ  ښ                                                                                                                                                                                                                                                                                                                                                                                        
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
l              ؚ  ٚ  ښ  ۚ          
              C  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ښ  ۚ      |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               C  D    6  h  i      I  J  |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C  P  T    6  h  u  y      J  V  Z  |    e      Ǟ  ˞    W              ˡ  ϡ                  Z          ɤ    A  B  {  Ѧ    g      ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4J  |    d  e        W                        У  ѣ      7  G  Z      ɤ                                                                                                                                                                                                                                                                                                                                                                    gd_  ɤ    B  {  Ѧ    g      :  q  Ө  Ԩ  ߨ                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   gd_    gd_    q  u  Ҩ  Ө  ߨ            $  %  s  t  u  v      J  w  Ǫ      Z              A  B  G  l  p  "  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         !  "  #  $  %  M            H            H            H            H            H            H            H                   gd_   kdq $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   %  9  @  E  U  V  e  f                                                  _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  f  g  s  t                                                                                                                                                                                                                                                           	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  t  u  v                                                z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al            2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                       D  E  J  w  |                [                                                                                                                                           kdK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_    ª  Ǫ      T  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  T  U  Z        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdݒ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al              d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        B  G  m  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m  n  o  y  Ȭ  ͬ  ٬  d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ٬  ڬ  ݬ    n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                                  	 $If   gd_  t  kd֖ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                "  .                                      w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kds $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  .  /                                              kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          /  :  >  E  L  M  N  O                                                              A                                  kdi $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  O  P  Q  R  S  T  U  V                                                  A                                              kdH $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  V  W  X  Y  Z  [  p                                      A            <            7                  gd_    gd_    kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  p  #  $  =  >  W  h  i  }                                                                                                                                                                                                                                                      E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	"  #  $  *  +  =  >  h  i                      ®  î        	     !  "  &  '  D  E  F  R  S  e  -  ұ  ӱ  ޱ  ߱      춥x                          /j8 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                                  a                                                                                                                             E  kdĜ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde $$If   l 0 
" R                                                           4 
l a                                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd# $$If   l 0 
" R                                                           4 
l a         ®  î  ծ                                        a                                                                                                                             E  kd@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a           	                                           a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a      !  "  #  $  %  &                                                                                                                                                                                                                                                                                                	 $If   gd_ 	 $If   gd_     gd_  E  kd] $$If   l 0 
" R                                                           4 
l a   &  '  4  5  C  D  l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   D  E  F  S  e  ,  -           l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdz $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
                    
    7  8                  :  <  N  O  s  u      Ŵ  Ǵ  ȴ  Դ  մ  D  E  Q        ˻      Q  R        ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0      8            ;                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	;  <  O  t  u    ƴ                                      N                                                                                       S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ƴ  Ǵ  ȴ  մ  
    `  a  N  O  D  E  Q  Ը  /      o  ֺ                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ֺ  ׺      Q  R        ¼  (  )  :  X  z        :  T  U  ^  _      ]  ^                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_    ¼  9  :  J  R  '  )  :  W  X  z  ?  \  _                  !  "  7  8  i  j  k                      ۵۵۵ۭۜۋzrgrrr       j2 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '          "  8  j                                      j                                                                                                                                           kdN $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  j  k  |      	  g  h      +  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
+    J  K        8  9      6  7      \  ]  *  +  E  V                                                                                                                                                                                                                                                                                                                                              
& F gd_   $ $gd_    gd_   
& FR gd_              8  9    5    [          "  #  '  (  )  *  +  4  E  V        	          ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j  hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !        
    "                                                  e                                                                                                                        F  kdڦ $$If   l   l '{6    4   4 
l a] p
        F  kdg $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_      $  H  I  L  M  S  T  u  v                      %  &  =  >  T  U  o  p            y  z        5  i  o  r          0  Y        ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3"  #  $  -  ;  H  I                                                              5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdM $$If   l   l '{6    4   4 
l a] p
         I  J  K  L  M  Q  R  S                                      t                                                                                                                                                             v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  S  T  m  o  u                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u  v                                t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  %                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %  &  5  7  =                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =  >  L  N  T                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T  U  h  j  o                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o  p  w  |                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   y  z          6  j  }                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 E  X          0  J  Z                    &  L  [  n  o                                                                                                                                                                                                                                                                                                                                                                          gd_              &  <  [  m            ;  L        @  U                      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ              J  K  L              ?  @  J  U                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                          kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                           $  :  <  S                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	    
    #  $  9  :  T  ]                 !  G  H  M  V  s  u                Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ S  T                                      kdk $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               T  ]                                                                                                                                                              q                            kd³ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
       !  H  I  J  K  L              q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  L  M                                      kd< $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               M  V  w  x                  /  D  ^  _  t                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_  t  u      z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
                       z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdP $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                 e  g  w  x                #  /  K  W  v                
    *  t        ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                        kd
 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                           4  P  Q  f  g  x                                                                                                                q                                                         kdd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_                  z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd! $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                               kd޺ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                             q                                                                                                                             kd5 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      	  
  *              z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
        I  J  T  ^  _                   z  |             !  "  A  B  C  D  E  H  Q        ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #  J  T  ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_  ^  _                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_                                             kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                              6  {  |      !                                                                                                  s                                                                        kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  !  "  C  D  E  F  G  |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G  H                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H  Q                                  s                                                                                                                                                                                   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                            
  k      	  n              0  J  i      b        |    z              %  Z  [  о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -                            |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    ~            -  b                  	                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  	  
                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %  *              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *  +  6  ;              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;  <  F  K              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  L  M  k  y                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       $  )              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )  *  5  :              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :  ;  E  J              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J  K  L  n  |                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       "  '              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '  (  2  7              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7  8  C  H              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  I  S  X              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X  Y  Z                                            s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a             /                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /  0  ;  @              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @  A  K  P              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P  Q  \  a              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a  b  l  q              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q  r  s    (  J  X  h                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h  i  t  y              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y  z                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         #              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #  $  .  3              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3  4  5  b  p                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         #              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #  $  .  3              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3  4  ?  D              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D  E  O  T              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T  U  V  |                                          s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         J  K  z                                                                  s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           	                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %  *              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *  +  5  :              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :  ;  F  K              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  L  V  [              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [  \  ]                                            s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a             $                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $  %  0  5              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5  6  @  E              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  F  Q  V              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V  W  a  f              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f  g  h            K  L  Y  Z  [  ~                                                                                                                                                                                           gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [  l  ~      8  I  J  K  `                          +  4    	      *  Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ      8  J  K  U  `                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                           kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  *  +                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +  4            W                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd_ 	  $If   gd_    	    k          |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *  +  E  F  G  Z  [  j            ;  <  ?  H                    ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        ;  <  =  >  |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >  ?                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?  H        ?  J  f                                                                                                                                                                                                                                                                                                                                                                                                                                 
& F $If   gd_ 	  $If   gd_          |            s            s                                                                                                                                                                                           	  $If   gd_   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 K  L              |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         K  L              	    T                        G  j  k  n  w  - ! 0 ! ! ! ! ! ! ! ! ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                             kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   G  Y  k  l  m                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  m  n                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n  w           !  !  ! ! "! C! i! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ! ! ! 0! ! ! ! b! |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! 
! ! ! !  ! /! P! ! ! ! ! ! @! a! b! e! v! ! ! ! D! E! F! W! ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  b! c! d! e! ! ! ! ! F! X! Y! c! |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W! Y! n! ! ! ! ! ! ! ! ! ! ! ! "! ! ! ! ! ! 
! ! ! '! (! r! s! u! v! ! ! ! ! ! ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !c! n! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ! !                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! "! ! ! ! ! ! ! ! ! (!                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
(! s! t! u! v! ! <! `! 	! 	! -! :!             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ! ! ! ! ! ! ! ! <! `! -! :! f
! w
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! p! ! s! z! ! ! <! ]! ! ! U! V! n! o! ! ! ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jw hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -:! e
! f
! w
! ! ! ~! ! ! ! ! +! ,! ! ! ! ! ! ! ! ! ! ! o! p! ! !                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ! ! ! ! ! !             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ! ! ! ! ! o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! ! ! ! ! o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! ! ! ! ! o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! ! ! 
! ! o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! ! ! #! /! o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at /! 0! 8! ?! D! o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D! E! M! T! `! o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `! a! b! c! ! ! \! ]! ! ! ! ! 
! o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! ! ! 
! ! %! &! J)! U)! L/! ]/! 1! 1! 3! 3! 3! '3! +3! G3! K4! L4! a4! 4! 4! 4! 4! 4! 4! 4! 4! 5! 	5! 
5! 5! 5! 6! 6! 6! ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %
! ! ! ! I! J! ! ! 3!  !  ! !! !! O"! #! #! t$! %! &! I'! J'! k(! x(! (! (! (! (!                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  (! (! (! (! (! (! )! )! 2)! I)! J)! U)! *! *! #+! $+! +! +! x.! y.! L/! ]/! /! /! /! B0! p0! 0! 0!                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  0! 0! 1! g1! 1! 1! 1! 3! 3! G3! K4! L4! V4! a4! 4! 4! 4!                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  4! 4!                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4! 4! 	5! 
5! 5! 
5!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
5! 5!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5! 5! V5! b5! 5! 5! 5! 6! !6! Z6! d6! 6! 6! 6!                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
6! 6! 6! -7! |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6! 6! ,7! -7! .7! 07! <7! @7! \7! ]7! r7! 7! 7! 7! 7! 7! 7! 7! 7! 
8! 8! 8! 8! 8! 9! :! ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 -7! .7! /7! 07! \7! ]7! g7! r7! 7! 7! |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7! 7!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  7! 7!                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7! 7! 
8! 8! 8! 8! 8!                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8! 8!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8! 8! [8! g8! 8! 8! 8! 9! 9! :! :! :!                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  :! :! :! .:! /:! 5:! <:! =:! >:! ?:! T:! :! :! :! :! :! :! :! :! :! :! :! :!  ;! <! ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    :! :! /:! =:! |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =:! >:! ?:! I:! T:! :! :! :! |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :! :!                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :! :! :! :! :! :! :! :!                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  :! :!                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :!  ;! ?;! K;! r;! ;! ;! <! <! <!  =! =!                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  <! <!  =! =! =! =! =!  =! !=! "=! #=! $=! 0=! 4=! O=! P=! e=! =! =! =! =! =! =! =! =! >! >! ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    =! =! =! !=! |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !=! "=! #=! $=! P=! Z=! e=! =! =! =! |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=! =!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =! =! >! >! >! >! >! >!                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  >! >! 	>! >! ?! ?! ?! ?! ?! ?! ?! ?! ?! ?! ?! ?! ?! @! @! @! 2@! 3@! =@! \@! ]@! ^@! îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  >! 	>!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	>! >! Q>! ]>! >! >! >! ?! I?! ?! ?! ?!                                                                                                                         f                           kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ?! ?! ?! ?! ?! ?! ?! ?! ?! @!                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	@! @!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @! 3@! ]@! ^@! _@! a@! b@!                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ^@! _@! c@! l@! A! A! A! 	B! 
B! B! B! B! B! B! TB! nB! pB! qB! B! B! B! B! B! B! B! B! п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  b@! c@!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c@! l@! @! @! @! A! ,A! [A! xA! A! A! A!                                                                                                                         f                           kdO
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  A! 
B! B! B! B! TB! qB! {B! B! B!                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	B! B! B!                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  B! B!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B! B! B! B! B! C!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B! B! B! B! C! C! D! D! D! UE! VE! WE! gE! hE! E! E! E! E! E! E! E! E! E! G! G! ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 C! C!                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C! C! D! D! 0D! oD! D! VE! WE! hE! E!                                                                                     s                                                                                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
E! E! E! E! E! E! E! G! G! G! G! .H! fH! H! |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G! G! 
H! -H! AH! eH! yH! H! H! H! I! QI! RI! gI! I! I! I! I! I! I! I! I! I! I! I! I! I! 	J! 
J! BJ! CJ! ]J! fJ! rJ! õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !H! H! QI! RI! \I! gI! I! I! I!                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I! I!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I! I! I! 
J! J! 0J! CJ! EJ! \J!                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \J! ]J!                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]J! fJ! J! J! K! K! K! $K! QK! XK! `K!                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
rJ! J! K! K! K! #K! $K! 'K! <K! EK! OK! QK! WK! XK! _K! aK! vK! wK! K! K! K! K! K! K! K! K! K! K! K! K! K! ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ `K! aK! wK! K! K! K!                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   K! K! K! K! K! K! L! !L! "L! #L! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K!  L! !L! $L! -L! PL! L! L! L! L! L! L! L! L! L! L! M! M! M! &M! (M! .M! /M! 0M! ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J #L! $L!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $L! -L! PL! ~L! L! L! L! L! L! L!  M!                                                             f                                    [            [                     
  $If   gd_ K$  kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
 M! M! M! 'M! (M! )M! *M!                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd# $If   K$L$l 0                                     
t                              4   4 
l a   *M! +M! ,M! -M! .M! /M!                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   /M! 0M! XM! yM! zM! M! M! M! M! M! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0M! HM! RM! SM! TM! VM! WM! XM! yM! zM! M! M! M! M! N! N! vO! O! O! O! O! O! O! O! O! *P! 3P! JP! zP! P! ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M! M!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M! M! N! N! N! O! O! O! O! O! zP!                                                                                     Y                                          kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
zP! P! P! P! P! P! P! P! P! Q! Q! -Q! GQ! OQ! dQ! yQ! Q! Q!                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ P! P! P! P! R! R! R! R! R! (R! )R! *R! ,R! -R! .R! MR! NR! R! R! R! R! R! S! S! S! S! S! S! ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Q! Q! Q! Q! R! R! R!                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R! R! .R! NR! sR! R! R! R! R! |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R! R!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R! R! S! >S! S! S! S! S! T! T! T!                                                             f                                    [            [                     
  $If   gd_ K$  kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
S! S! S! S! S! T! T! T! T!  T! U! U! U! U! U! U! U! U! U! U! U! U! U! U! &V! 'V! *V! 3V! V! gW! ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 T!  T! (T! =T! RT! dT! ~T! T! T! T! T! T! T! U!  U! :U! TU! dU!                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   dU! ~U! U! U! U!                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U! U! U! U! U! V! V! 'V! (V! )V! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)V! *V!                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *V! 3V! V! V! W! fW! X! X! X! X! X! kX!                                                                                                 f                                                   kd=# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  gW! X! X! X! X! X! X! jX! kX! lX! X! X! X! X! X! X! X! X! X! 
Y! Y! Y! Y! þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ kX! lX! X! X! X! X! X! Y! Y! 
Y! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
Y! Y!                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y! Y! Y! Y! ,Z! uZ! [! [! [! [! '[!                                                                                                 Y                              kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Y! Y! Y! +Z! ,Z! uZ! [! [! [! [! &[! '[! y[! z[! {[! [! [! [! [! [! [! [! [! \! \! \! νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  '[! z[! {[! [! [! [! [! [! \! \! \! \!             s                                                                                                                                                                 kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \! \!                                        kdy' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \! !\! \! ]! a]! ]! I^! J^! K^! \^! ^!                                                                                     Y                                          kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
\! !\! \! ]! G^! I^! J^! K^! [^! \^! ^! ^! ^! ^! ^! ^! 8`! :`! ;`! <`! L`! M`! `! `! `! `! `! `! `! `! `! `! ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ^! ^! ^! ^! ^! ^! ^! ^! _! _! 9_! I_! c_! }_! _! _! _!                                                                                                                                                                                                         	  $If   gd_  S  kd) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _! _! _! _! `! `! 9`! :`! ;`!                                                                                                                                                                                                                                                 	  $If   gd_  S  kd* $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;`! <`! M`! `! |            s            s                                                                                                                                                                                           	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `! `! `! `! `! `! a! a! )a! *a! +a! |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kde+ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
`! `! `! `! (a! )a! ,a! 5a! a! c! c! c! c! c! c! d! d! [d! d! d! d! d! d! d! d! f! f! ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  +a! ,a!                                        kd-, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,a! 5a! a! Nb! b! b! 1c! c! c! c! c!                                                                                                 f                                                        kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
c! [d! d! d! d! d! d! e! e! /e! Ae! [e! ue! e! e!                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd;. $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  e! e! e! e! e! f! f! ,f! >f! Xf! rf! f! f! f! f! f! f!                                                                                                                                                                                                                            S  kd. $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f! f! f! 
g! g! !g! 4g! Gg! Zg! mg! ng! og!             s                                                                                                                                                                 kd_/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f! f! f! f! g! g! 	g! g! g! 
g! g!  g! !g! lg! mg! pg! yg! =h! lh! mh! h! h! Gi! Hi! -j! Bj! j! j! k! k! k! k! Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ og! pg!                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pg! yg! =h! h! h! Hi! {i! i! Dj! j! j! k! k! k! k! ;l! l! l! l! l! 1m! ]m! m! m! m!                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  k! k! m! m! m! 0m! m! m! m! m! m! m! m! m! ?n! En! Fn! Nn! Pn! p! p! p! p! ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   m! m! m! ?n! Fn! On! |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdm1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       On! Pn! Xn! mn! n! n! n! n! n! n! o! "o! 3o! Mo! ^o! xo! o! o!                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd'2 $If   K$L$l 0                     x                
t                                4   4 
l a   o! o! o! o! o! p! p! 0p! Jp! [p! up! p! p! p! p!                                                                                                                                                                                                                   	  $If   gd_  S  kd2 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p! p! p! p! p! p! q! q! +q! ,q! -q! |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdK3 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
p! p! p! p! p! p! p! p! p! *q! +q! .q! 7q! q! !r! r! ?s! Ts! s! s! t! t! "u! 7u! u! u! u! u! u! <v! ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ -q! .q!                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .q! 7q! q! r! Ws! s! s! Gt! t! :u! u! u! 8v! Wv! vv! v! v! v! v! 1w! 2w!                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  <v! Ov! [v! nv! v! v! v! v! v! w! w! (w! 0w! 1w! 2w! 3w! Cw! Dw! w! w! w! w! w! y! y! y! y! y! z! z! 
z! ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  2w! 3w! Dw! w! w! w! |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w! w! w! w! w! w! w!  x! x! .x! ?x! Vx! mx! ~x! x! x! x! x!                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!6 $If   K$L$l 0                                     
t                                4   4 
l a   x! x! x! x! x! 
y! $y! ;y! Ry! cy! zy! y! y! y! y! y! y!                                                                                                                                                                                                                            S  kd6 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y! y! y! z! z! z! 2z! Ez! Xz! kz! mz! nz!             s                                                                                                                                                                 kdE7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
z! z! z! z! z! jz! kz! oz! xz! {! {! R|! |! $}! }! }! ~! ~! s! ! Z! o!  ! Ɂ! M! ! H! ]! ! ! ! ! ! ! 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !nz! oz!                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oz! xz! {! R|! $}! }!  ~! Z~! ~! ~! !! ?! q! ! ! ˁ! ! `! a! h! ! !                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ! E! ! ! Å! ! "! A! `! ! ! !                                                                                                             f                                       kdS9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ! ! &! 9! E! X! d! w! ~! ! ! ! Ԇ! Ն! ֆ! ! ! ! !  ! ! 
! *! ?! @! A! ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ! Ն! ֆ! ! !  ! ! !             s                                                                                                                                                                                     kd
: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ! !                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! 
! ! <! ^! ! ! ! Ň! ! 	! +! @!                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  @! A! R! ! ! |            s            s            s                                                                                                                                                                          	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A! Q! R! ! ! ! ! ! ! ! ! Ȉ! ! ͊! ! ! "! E! Y! }! ! ċ! ؋! ! '! ! ! !  ! {! ~! ! ŏ! ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ! ! ! ! ! ! ! ͊! ! F! ~! ŋ! ! |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! i! j! ! c! d! #! $! ! !  ! }! ~! ! ! +! c! ! ! N! O! Y! d! ! ! !                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ŏ! ! ! *! >! b! v! ! ! ! ! N! O! d! ! ! ! ! ! đ! Α! ϑ! ӑ! ԑ! Ց! ! ! ! ! 
! !  ! !! %! .! v! ! ! ! ! ! õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (! !                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ԑ! Ց! ! ! ! !! #! $!                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $! %!                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %! .! v! ! В! ! ! 6! m! ! ! !                                                                                                             f                                       kd7@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ! ! ! ד! ؓ! ! ! ! $! &! '!             s                                                                                                                                                                      kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
! ! ! Ǔ! ѓ! ғ! ֓! ד! ؓ! ! ! ! ! #! $! (! 1! r! s! ! ! ! ! ! 	! 
! "! ,! -! 1! 2! 3! E! F! X! Y! ~! ! ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %'! (!                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (! 1! O! s! ! ! ! 	!                                                 f                                                                                                                       kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  	! 
! 2! 3! F! Y! l! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                        kdsD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! ͕! Ε! P! Q! R! b! c! d! e! }! ! ! ! ! ! ! ! ! ! ٖ! ږ! ޖ! ! 
! ! ! ! ! ! ! ,! -! .! /! <! 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %! ! ! Ε! Q! R! c! d!                                                 f                                                                                                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d! e! ! ! ! ! ǖ! ږ! ܖ! ݖ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ݖ! ޖ!                                        kd;G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޖ! ! ! ! ! ! -! .!                                                 f                                                                                                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  .! /! 0! a! ! ! ! ! G! ?! @! t! ! |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdII $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <! @! a! ! ! ! ! "! &! G! ! @! t! ! ! ɚ! !  ! $! %! 8! J! K! i! j! }! ! ! ! !  ! 1! ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ! ! %! j! ! ! 2! y! Ȝ! ! ! ! )! 4! g! q! {!                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1! E! x! ! ǜ! ۜ! ! ! ! 4! f! g! q! {! |! ! ! ! ! ! ! ! ʝ! ܝ! ݝ! ! ! ! %! &! 5! շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\{! |!                                        kdJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |! ! ! ʝ! ݝ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ! !                                        kdWK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! %! ! Ş! מ! ! ! F! ! ! ! ǟ!                                                                                                 f                                                   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  5! ! ! ! -! =! F! M! S! ! ! ! ! ! ! ! ! ş! ǟ! ͟! Ο! ՟! ן! ! ! ! ! !  ! ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ǟ! Ο! ֟! ן! ! ! ! !                                                             R            I                                   	  $If   gd_ Q  kdM $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdeM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ !  ! (! )! <! O! b! u! w! x! ! |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ! ! "! #! '! (! )! ;! <! N! O! t! u! ! ! ! ! ! ԡ! ޡ! ߡ! ! ! ! I! R! Y! _! p! q! ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ! !                                        kd9O $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! ! ! "! S! p! ! ! ԡ! ߡ! ! ! ,! R! q! r!                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  q! r! s! ! ! ! ! ! ! ! Ƣ! Ȣ! Ѣ! ! ! 
! ! ! ! ! *! 4! 5! 9! :! ;! M! N! `! a! ! ! ! пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  r! s! ! ! ! Ǣ! |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ǣ! Ȣ! ! ! ! !                                     R            I                                                                     	  $If   gd_ Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdGQ $If   K$L$l 0                                     
t                              4   4 
l a   ! ! :! ;! N! a! t! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                        kdS $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! ! ! +! e! w! ! ! ܤ! ! I! M! N! O!                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
! ! ! ! ! ! ! ! ۤ! ܤ! ! ! ! ! ! ! H! I! L! M! N! O! P! `! a! d! y! ! ! ! زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 O! P! a! ! |            s            s                                                                                                                                                                                           	  $If   gd_   kdoT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! ! ! ! ! ! ʥ! ˥! ݥ! ޥ! ! ! ! ! ! !! ! ! .! 2! t! ! ! ! 	! 
! ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ! ! ! ! ˥! ޥ! ! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! ! ! ! /! b! ! ! ! ! 
! 5! w! x!                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
! ! ,! 4! 5! <! B! v! w! x! y! ! ! ! ! ! ! ! ! ! ! ! ! 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  x! y! ! ! |            s            s                                                                                                                                                                                           	  $If   gd_   kd7W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! ! ! ! ԩ! ! ! @! ! ! ! |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
! ! ! ! ԩ! ! ! ! @! ! ! ! ! ! ! ! X! Y! e! i! ! ! %! 1! 5! ]! /! ]! i! m! ! K! L! ! ! ! ! ! !  ! !! 7! ;! g! ! ߳! ! ! o! ! ! A! ! ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4! ! ! ! ! X! Y! ! ! $! %! ]! /! \! ]! ! L! ! ! ! n! o! ! ! ձ! ! !  ! !! g!                                                                                                                                                                                                                                                                                                                                                                   gd_  g! ! ! ! o! ! ! A! ! ص! ! q! r! }! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ! ! ! p! q! }! ! ! ! ! ! ¶! ö! ! ! ! ! P! ! ! ! e! ! ! ! #! $! H! ! ! ! ߹! ! ! 
! ! ! Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $! ! ! ! ! ! ! ¶! ö! M            H            H            H            H            H            H            H                   gd_   kdX $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ö! ׶! ޶! ! ! ! ! !                                                 _            V            V                                                             	 $If   gd_    kdIY $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ! ! ! !                                                                                                                                                                                                                                                          	 $If   gd_  o  kdZ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ! ! ! ! #! 6! >! J!                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdZ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  J! K! P! ! ! 2            )            )            )                      	 $If   gd_    kdX[ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ! ! ! ! ! ! _!             [                                                                                                                                           kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  _! `! e! ! ! ! d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdN] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ! ! ! $! (! B! d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  B! C! H! ! ! ! d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ! ! ! ! ! ! d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ! ! 
! ! f! k! w! d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdr` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w! x! {! ! n            e            e                                                                                                                                                               	 $If   gd_    kd;a $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ! ! ! !                                                                                                                                                                                                                                                	 $If   gd_  t  kdb $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ! ! ! ! ! ! ! ! ̺!                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdb $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ̺! ͺ!                                             kdJc $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ͺ! غ! ܺ! ! ! ! ! !                                                             A                                  kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ! ! ! ! ! ! ! !                                                 A                                              kde $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ! ! ! ! ! ! !                                     A            <            7                  gd_    gd_    kdaf $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ! ! »! ۻ! ܻ! ! ! ! ! !                                                                                                                                                                                                                                                   E  kd@g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	! ! »! Ȼ! ɻ! ۻ! ܻ! ! ! ! !  ! !! /! 0! =! >! ]! ^! `! a! ! ! ! ! ! ! ! ļ! ż! ! ! ! ! ! ! ˽! p! q! |! }! ! ! 춥x                          /jrl hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *! ! !  ! !! )! /!                                     a                                                                                                                             E  kdg $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg $$If   l 0 
" R                                                           4 
l a   /! 0! 9! =! >! Q! ]!                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd]h $$If   l 0 
" R                                                           4 
l a   ]! ^! _! `! a! s! !                                     a                                                                                                                             E  kdzi $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a   ! ! ! ! ! ! !                                     a                                                                                                                             E  kd8j $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a   ! ! ! ! ¼! ü! ļ!                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdj $$If   l 0 
" R                                                           4 
l a   ļ! ż! Ҽ! Ӽ! ! ! l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ! ! ! ! ! ʽ! ˽! ! ! ! ! l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdk $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
! ! ! ! ! ! ! ! ! ! ! ! ! ! .! /! ;! <! ! ! ! ! ! ! ! ! ! ! #! $! c! e! f! r! s! ! ! ! 1! 4! I! i! ! ! ! ! L! M! _! ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jl hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0! ! ! ! /! <! ! ! ! !                                                                                                                                                                                                                                                       S  kd@m $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	! ! ! ! ! $! d!                                     N                                                                                       S  kddn $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   d! e! f! s! ! B! ! ! ! ! ! ! ! r! ! >! ! 
! t!                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdn $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   t! u! 4! ! ! ! .! L! M! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! G!                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  _! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! G! ]! a! n! o! ! ! ! ! ! ! 	! %! &! 1! 2! 3! 7! 8! u! v! ! ۵۵۵ۭۜۋzrgrrr       jlp h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'G! S! b! n! o! ! ! !                                     j                                                                                                                                           kdo $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ! 	! ! c! h! ! ! ! "! ! ! s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdo $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
! #! ! ! :! ! ! ! ! {! |! ! ! C! D! ! ! ! ! ! ! ! ^! ! ! $! %!                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ! ! ! ! ! ! ! ! z! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! u! ~! ! ! ! $! ! ! ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j:q hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujp h_ U !%! ! ! ! ! ! !                                                 e                                                                                                                        F  kdr $$If   l   l '{6    4   4 
l a] p
        F  kdq $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ! ! ! ! ! ! ! ! ! ! ! 4! 5! K! L! g! h! ! ! ! ! ! ! ! ! ! ! 
! ! 5! 6! 7! 8! 9! ! ! $! ! ! ! ! 
! ! ! ! ! ! ! ! +! J! ! ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3! ! ! ! ! ! !                                                             5            v  kdr $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdr $$If   l   l '{6    4   4 
l a] p
         ! ! ! ! ! ! ! !                                     t                                                                                                                                                             v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ! ! ! 
! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! -! /! 4!                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4! 5! C! E! K!                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K! L! _! a! g!                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g! h! }! ! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdLx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! ! ! ! 
!                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
! ! ! ! 5!                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5! 6! 7! 8! 9! ! ! $! l! ! ! ! ! ! O!                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O! c! ! ! ! ! *! H! |! ! ! ! ! ,! K! ! ! ! ! ! ! ! ! ! ! ! 
! &! Y! Z!                                                                                                                                                                                                                                                                                                                                                                   gd_  ! ! ! ! ! ! ! ! ! ! @! X! x! {! ! ! ! ! J! u! ! ! %! &! 0! :! ;! a! b! ! ! ! пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Z! x! ! ! ! ! ! ! ! ! 4! J! `! v! w! ! ! ! ! &! 0! :!                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  :! ;!                                     kdN| $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ;! b! ! ! ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! #! $! C! D! E! F! k! Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ! !                                     kd} $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ! ! ! ! 2! 3! W! s! t! ! ! ! ! !                                                                                                                                     q                            kd~ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
! ! ! ! ! ! ! ! !             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ! !                                     kdv $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ! ! ! ! *! +! E! a! b! t! ! ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ! ! $! D! z            q            q                                                                                                                                                                                       	  $If   gd_    kd́ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       D! E! F! m! n! o! p! q! z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       k! l! m! r! {! ! ! ! ! 5! 6! 8! d! e! j! s! ! ! ! ! !  ! r! t! ! ! ! ! ! ! ! ! T! U! ! ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "q! r!                                     kdG $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               r! {! ! ! ! ! ! ! ! ! ! ! 6!                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6! 7! 8! e! f! g! h! i! z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd[ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       i! j!                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j! s! ! ! r! s! t! ! !                                                             q                                                                                                                             kdo $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ! ! ! ! ! U! ! ! ! ! ! z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd, $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
! ! ! ! ! ! ! ! ! ! ! K! `! a! ! ! 4! ! ! *! +! |! ! ! ! ! ! ! ! ! ! ! ! K! [! \! ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! K! a! c! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ! !                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! 6! 7! s! t! ! ! ! ! +! |! !                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ! ! ! ! ! ! ! |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! J! K! \! }!                         s                                                                                                                                                                                   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \! |! }! ~! ! ! ! ! ! 1! 2! I! ! ! 	! (! ! ! ! +! ! ! 4! S! ! ! ! ! q! !  ! ! ! ! ! 9!  " 7 "  "  " '" F" " " " " о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -}! ~! ! ! ! ! ! O! P! ! ! ! ! ! |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
! ! ! 3! K! b! ! ! !  ! F! G! 1! 2! I! ^! ! ! !                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! 	! ! '!                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '! (! 3! 8!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8! 9! C! H!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H! I! T! Y!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y! Z! d! i!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӒ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i! j! k! ! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! *!                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *! +! 6! ;!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;! <! F! K!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˕ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K! L! W! \!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \! ]! g! l!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l! m! n! ! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! 4! B! R!                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdØ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R! S! ^! c!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c! d! n! s!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s! t! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !  ! 
! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! }! ! ! ! !                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! "! '!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '! (! 3! 8!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8! 9! C! H!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H! I! J! q! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdП $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! !  ! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! *! /!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /! 0! :! ?!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?! @! K! P!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P! Q! [! `!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `! a! b! ! ! !                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȢ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! (! 8!                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8! 9! D! I!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I! J! T! Y!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y! Z! e! j!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j! k! u! z!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z! {! |! ! !  " & " 6 "                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 " 7 " B " G "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G " H " R " W "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W " X " c " h "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h " i " s " x "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x " y " z "  "  "  "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    "  "  "  "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    "  "  "  "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    "  "  "  "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    "  "  "  "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    "  "  " '" 5" E"                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E" F" Q" V"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdթ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V" W" a" f"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f" g" r" w"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w" x" " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " " " "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdͬ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " *" J" o" " " " " " " " " "                                                                                                                                                                                        gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " 
" " 7" " " " " " " 0" 1" ;" E" F" x" y" " " " " " " " " " " " " Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  " " " " " " " 1" ;" E"                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	E" F"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F" y" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  " "                                        kd߮ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " &" '" G" H" " " +" P" `" q" " " "                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  " " " 	" "" ;" T" " |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " " " " " " " " " " " " " " " d	" f	" v	" w	" -
" .
" 1
" B
" Z
" ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  " " " " " " " |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " "                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " ." /" ~" " " 	" 	" 7	" L	" d	" e	"                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  e	" f	" w	" .
" |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .
" /
" 0
" 1
" Z
" 
" 
" " 0" B" C" 2" 3" |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z
" 
" 
" " " A" B" C" a" " " " " 1" 3" H" z" {" " " " " " " 
" 	
" 
" 
" 
" 
" F" G" j" l" |" }" " ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $3" =" H" {" " "                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  " "                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " " 	
" 

" 
"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
" 
"                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
" 
" Z
" [
" j
" {
" 
" 
" 2" " " " " $" F" G" k"                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  k" l" }" " $" " "  " |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " " " " " " " $" I" ~" " " " "  " " " *" Q" " " " " " ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jV h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ   " " " " )" *" " " " " " " |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd۸ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " >" ?" I" S" T" y" z" " " " " " +" 9" v" " " " " " " " " " " " &" 8" 9" D" x" ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !" " ?" I" S"                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  S" T"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T" z" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  " "                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " !" "" B" C" " " " " "                                                                                                 Y                              kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
" " " " " D" " " 3" 4" " "             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  x" y" " " " " " " " " " " " " Q" c" 1"" D"" z"" |"" "" "" 2#" 3#" 5#" 6#" #" #" $" $" %" B%" &" &" &" &" '" '" e)" )" )" )" *" 
*" *" *" ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -" " " " [" \" " " P" Q" c" " " 0"" 1"" F"" "" 3#" 6#" #" #" $" $" 
%" %" %" /%"                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  /%" B%" C%" H%" P%" U%"             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  U%" V%" [%" c%" o%" o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o%" p%" u%" |%" %" o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %" %" %" %" o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %" %" %" %" o            f            f            f                                                                                                                                                	  $If   gd_    kdп $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %" %" %" %" o            f            f            f                                                                                                                                                	  $If   gd_    kd> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %" %" %" %" o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %" %" %" %" o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %" %"  &" &" &" &" '" '" )" )" N*" O*" *" o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *" !*" "*" *" *" 3" 3" 6" 6" <" <" t?" ?" @" @" @" @" @" @" A" A" A" 1B" 2B" <B" FB" GB" SB" tB" uB" B" B" B" B" B" D" D" D" ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %*" *" 0+" 1+" +" +" ~," ," ," ." ." /" /" /" w1" x1" 2" 3" 3" 4" 4" 	6" 6" #6" 06" =6" N6"                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  N6" _6" p6" 6" 6" 6" 6" 6" 6" 6" 6" 6" #8" $8" 8" 8" C9" D9" <" <" <" <" 0=" =" =" =" >" ;>" k>"                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  k>" l>" >" ?" t?" u?" ?" @" @" @" A" A" A" A" 2B" <B" FB"                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  FB" GB"                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GB" uB" B" B" B" B"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B" B"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B" B" B"  C" 'C" NC" C" C" C" C" D" 'D" D" D"                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
D" D" D" D" |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D" D" D" D" D" D" D" D" D" D" E" BE" CE" ME" WE" XE" dE" E" E" E" E" E" E" E" BG" G" ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 D" D" D" D" D" D" E" E" CE" ME" |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ME" WE"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  WE" XE"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XE" E" E" E" E" E" E"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  E" E"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E" E" E" F" ,F" WF" F" F" AG" G" G" G"                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  G" G" G" G" G" G" G" G" G" G" G" $H" %H" /H" 9H" :H" FH" gH" hH" H" H" H" H" H" &J" ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    G" G" G" G" |            s            s                                                                                                                                                                                           	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G" G" G" G" G" %H" /H" 9H" |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9H" :H"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :H" hH" H" H" H" H" H" H"                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  H" H"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H" H" H" H" I" ;I" {I" I" %J" J" J" J"                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  &J" J" J" J" J" J" J" J" J" J" J" J" J" J" J" J" K" 5K" 6K" @K" JK" KK" WK" xK" yK" K" K" ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    J" J" J" J" |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J" J" J" J" J" J" K" 6K" @K" JK" |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	JK" KK"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KK" yK" K" K" K" K" K" K"                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  K" K" K" K" #M" %M" 5M" 6M" <M" CM" DM" EM" FM" [M" M" M" M" M" M" M" M" M" M" M" M" M" îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  K" K"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K" K" K" K" "L" PL" L" L" L" #M" $M" %M"                                                                                                                         f                           kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  %M" 6M" DM" EM" FM" PM" [M" M" M" M"                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	M" M"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M" M" M" M" M" M"  N"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  M" M" N" 
N" O" O" O" O" O" O" O" O" O" O" O" P" P" P" $P" VP" WP" aP" kP" lP" xP" P" п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ   N" N"                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N" 
N" IN" UN" |N" N" N" N" O" MO" O" O"                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O" O" O" O" O" O" P" P" $P" WP"                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	WP" aP" kP"                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  kP" lP"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lP" P" P" P" P" P"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P" P" P" P" P" P" Q" Q" Q" R" R" R" S" S" 8S" 9S" :S" ;S" <S" =S" IS" MS" mS" SU" fU" ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 P" P"                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P" P" Q" Q" Q" 
R" CR" R" R" S" 8S"                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
8S" 9S" :S" ;S" <S" =S" mS" U" U" SU" U" U" V" KV" |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
fU" U" U" U" U" V" V" JV" ^V" V" V" V" V" W" 7W" 8W" BW" LW" MW" eW" oW" pW" qW" tW" uW" W" W" W" W" W" W" W" X" X" õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !KV" V" V" V" V" W" 8W" BW" LW"                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  LW" MW"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MW" uW" W" W" W" W" W" W" W"                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  W" W"                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W" X" oX" X" X" X" X" X" X" X" X"                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
X" oX" X" X" X" X" X" X" X" X" X" X" X" X" X" X" Y" Y" $Y" &Y" 'Y" (Y" @Y" JY" KY" LY" NY" OY" PY" rY" sY" ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ X" X" Y" %Y" &Y" 'Y"                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{ $If   K$L$l 0                                     
t                              4   4 
l a   'Y" (Y" PY" sY" Y" Y" Y" Y" Y" Y" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sY" Y" Y" Y" Y" Y" IZ" JZ" KZ" LZ" \Z" ]Z" Z" Z" Z" Z" Z" Z" Z" Z" Z" Z" Z" Z" ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Y" Y"                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y" Y" Y" Z" JZ" KZ" LZ" ]Z" Z" Z" Z"                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Z" Z" Z" Z" Z" Z" Z"                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd] $If   K$L$l 0                                     
t                              4   4 
l a   Z" Z" Z" Z" Z" Z"                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   Z" Z" Z" [" [" =[" P[" c[" d[" e[" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z" Z" Z" Z" Z" Z" Z" Z" [" [" b[" c[" f[" o[" `\" a\" ]" -]" G]" H]" I]" J]" Z]" []" \]" ]" ]" ]" ^" ^" ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ e[" f["                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f[" o[" [" N\" a\" G]" H]" I]" J]" []" ^"                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^" ^" (^" )^" 1^" F^" [^" m^" ^" ^" ^" ^" ^" ^" _" _" )_" C_"                                                                                                                                                                                                                      	  $If   gd_  S  kdY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ^" ^" '^" )^" _" _" _" _" _" _" _" _" _" _" _" _" _" 6`" 7`" :`" C`" O`" `" 8a" Oa" Pa" Qa" Ra" ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  C_" ]_" m_" _" _" _" _"                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _" _" _" _" `" $`" 7`" 8`" 9`" |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9`" :`"                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :`" C`" `" `" Pa" Qa" Ra" ca" a" a" a"                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
Ra" ba" ca" a" a" a" a" a" a" a" 5c" 7c" 8c" 9c" Qc" [c" \c" ]c" _c" `c" ac" nc" xc" yc" c" c" c" c" Wd" e" ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 a" a" a" a" a" b" b" 6b" Fb" `b" zb" b" b" b" b" b" b" c"                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdE $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   c" c" 6c" 7c" 8c"                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  8c" 9c" ac" yc" c" c" c" c" c" c" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c" c"                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c" c" Wd" td" d" e" e" e" e" e" e" 	f"                                                                                                 f                                                   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  e" e" e" e" e" e" e" f" 	f" 
f" "f" ,f" -f" .f" 0f" 1f" 2f" Jf" Kf" f" f" f" f" þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 	f" 
f" 2f" Kf" pf" f" f" f" f" f" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f" f"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f" f" _g" g" g" h" h" h" h" h" h"                                                                                                 Y                              kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
f" ^g" `g" g" g" h" h" h" h" h" h" h" i" i" i" 1i" ;i" <i" =i" ?i" @i" Ai" Bi" i" i" i" νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  h" i" i" Ai" Bi" gi" zi" i" i" i" i" i"             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i" i"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i" i" j" j" j" Hk" k" k" k" k" Ml"                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
i" i" j" Hk" k" k" k" k" k" k" Ml" Nl" Tl" Ul" ]l" _l" m" m" m" m" m" m" =n" >n" ?n" Wn" an" bn" cn" en" fn" gn" ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Ml" Nl" Ul" ^l" _l" gl" |l" l" l" l" l" l" m" m" #m" 8m" Mm"                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Mm" _m" ym" m" m" m" m" m" m"                                                                                                                                                                                                                                                 	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  m" m" m" >n" |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >n" ?n" gn" hn" {n" n" n" n" n" n" n" |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
gn" hn" zn" {n" n" n" n" n" o" |q" }q" ~q" q" q" q" q" q" q" ?r" sr" ur" {r" |r" r" r" t" t" ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  n" n"                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n" n" o" o" (p" <p" p" |q" }q" ~q" q"                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
q" q" ur" |r" r" r" r" r" r" r" r" r" s" $s" >s"                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  >s" Xs" is" s" s" s" s" s" s" s" t" !t" ;t" Ut" ft" t" t"                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t" t" t" t" t" t" t" t" t" u" u" 
u"             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t" t" t" t" t" t" t" t" t" t" t" t" t" 
u" u" u" u" u" 
v" v" 1v" 2v" v" v" w" w" x" x" {y" y" y" y" Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
u" u"                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u" u" u" 2v" v" v" w" lw" w" 7x" x" <y" y" y" y" y" (z" ?z" oz" z" z" z" '{" S{" {"                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  y" y" z" z" z" z" W{" j{" n{" {" {" {" {" {" {" {" {" {" {" =~" ?~" @~" A~" ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   {" {" {" {" {" {" |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {" {" {" |"  |" 5|" G|" a|" {|" |" |" |" |" |" |" }" }" 3}"                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kda $If   K$L$l 0                     x                
t                                4   4 
l a   3}" H}" ]}" o}" }" }" }" }" }" }" ~" $~" >~" ?~" @~"                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @~" A~" i~" j~" }~" ~" ~" ~" ~" ~" ~" |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
A~" Y~" c~" d~" h~" i~" j~" |~" }~" ~" ~" ~" ~" " " " ݀" " S" h" D" Y" " Ղ" x" " " " " ڃ" ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ~" ~"                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~" ~" " " " k" x" " \" ؂" " " փ" " " 9" P" o" " τ" Є"                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ڃ" " " " T" g" s" " " " " Ƅ" ΄" τ" Є" ф" " " &" ," -" 5" 7" }" " " " " " " " ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Є" ф" " &" -" 6" |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6" 7" ?" Q" c" u" " " " ̅" ݅" " " " 2" C" Z" ["                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   [" c" u" " " " " ن" " " " /" @" V" g" ~" "                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " " " " " " Ї" " " 	" " "             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " " " " " 	" 
" " (" Z" " "" " #" ?" " " " " " 
" " g" " " " " " '" :" F" Y" " 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !" 
"                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
" " (" " " @" " " C" b" " ݌" " " J" i" " " " " " "                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  " " #" B" a" " " ߓ" " " " /"                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  " " ē" ד" " " " " " " ." /" r" s" t" " " " " " " " ȕ" ݕ" ޕ" ߕ" ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  /" s" t" " " " " "             s                                                                                                                                                                                     kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " "                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " ڔ" " " @" A" c" " " ɕ" ޕ"                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ޕ" ߕ" " #" H" |            s            s            s                                                                                                                                                                          	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߕ" " " G" H" I" J" K" W" [" _" f" " k" ~" " " " " " /" b" v" " ř" " " " " " " P" c" ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  H" I" J" K" " 5" 7" k" " " " c" " |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " Z" " " " " " " " " " P" " ɝ" " H" " " " " " 5" ?" I"                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c" " " ȝ" ܝ"  " " G" [" " " " " " 4" 5" ?" I" J" b" l" m" q" r" s" " " " " " " " " ß" ̟" " 8" 9" :" J" K" õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (I" J"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J" r" s" " " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  " ß"                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ß" ̟" " 7" n" " " Ԡ" " 9" :" K"                                                                                                             f                                       kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  K" L" M" u" v" " " " ¡" ġ" š"             s                                                                                                                                                                      kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
K" L" M" e" o" p" t" u" v" " " " " " ¡" ơ" ϡ" " " " " " " " " " " ʢ" ˢ" Ϣ" Т" Ѣ" " " " " " " ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %š" ơ"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ơ" ϡ" " " " " " "                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  " " Т" Ѣ" " " 
" " "  " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 " !"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " !" *" k" l" " " "  " " " " " %" &" *" +" ," >" ?" Q" R" w" x" |" " " " +" ," " " " ʥ" ˥" ̥" ͥ" ڥ" 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %!" *" H" l" " " " "                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  " " +" ," ?" R" e" x" z" {" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{" |"                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |" " " ," " " ˥" ̥"                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ̥" ͥ" Υ" " " " " " " ݧ" ާ" " T" |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڥ" ޥ" " " " " " " Ħ" " ?" ާ" " %" T" g" " " ¨" è" ֨" " " " " " I" \" " " " ϩ" ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  T" " è" " I" " Щ" " f" " " " Ǫ" Ҫ" " " "                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ϩ" " " *" e" y" " " " Ҫ" " " " " " 2" <" =" A" B" C" K" h" z" {" " " " ë" ī" ӫ" շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\" "                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               " B" C" h" {" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  " "                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               " ë" 2" c" u" " " " &" '" 8" e"                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ӫ" 2" " " ˬ" ۬" " " " %" &" '" 7" 8" ;" P" Y" c" e" k" l" s" u" " " " " " " ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ e" l" t" u" " " " "                                                             R            I                                   	  $If   gd_ Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ " " ƭ" ǭ" ڭ" "  " " " " ," |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
" " " " ŭ" ƭ" ǭ" ٭" ڭ" " " " " -" 6" 7" F" " r" |" }" " " " " " " " " " ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ," -"                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               -" 6" " " " " '" :" r" }" " " ʯ" " " "                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  " " " !" "" %" +" V" \" ]" d" f" o" " " " " " " " Ȱ" Ұ" Ӱ" װ" ذ" ٰ" " " " " $" %" )" пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  " " "" V" ]" e" |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e" f" " " " "                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   " " ذ" ٰ" " " " %" '" (" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(" )"                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               )" 2" " ɱ" " " P" [" z" " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
)" 2" 3" B" " P" Z" [" y" z" " " " " " " " " " " " " " " " " "  " *" +" زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 " " " ," |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +" ," -" E" O" P" T" U" V" h" i" {" |" " " " " " " " " ̴" д" " ~" " " " " ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ," -" U" V" i" |" " " " " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" "                                        kd! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               " " " [" ʹ"  " 1" C" ~" " " ӵ" " "                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
" " ʵ" ҵ" ӵ" ڵ" " " " " " '" (" +" @" I" S" T" U" V" W" X" " 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  " " (" U" |            s            s                                                                                                                                                                                           	  $If   gd_   kdq" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U" V" W" X" " " " r" " " ޷" J" " " |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd+# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
" " " " r" " " " ޷" J" " " " " 5" " " " " " 0" " ú" Ϻ" Ӻ" " ͼ" " " " 8" " " $" %" 1" 5" X" " " " տ" ٿ" " O" }" ~" " 
" J" " " 7" ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4" " 5" " " " " 0" " º" ú" " ͼ" " " 8" " $" %" X" " 
" B" W" s" " " " " "                                                                                                                                                                                                                                                                                                                                                                   gd_  " O" ~" " 
" J" " " 7" v" " " " " '" 6" B" U" Y"                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  7" " " " " " 1" 5" U" X" Y" `" a" " " " " " %" " " " 9" :" " " " " " " P" }" ~" " " " ^" Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Y" Z" [" \" ]" ^" _" `" a" M            H            H            H            H            H            H            H                   gd_   kd# $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   a" u" |" " " " " "                                                 _            V            V                                                             	 $If   gd_    kd$ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  " " " "                                                                                                                                                                                                                                                          	 $If   gd_  o  kdX% $$If   l       0   T# T                 .                
t  0                                                              4 
l al  " " " " " " " "                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd% $$If   l       0   T# T                 .                
t  0                                                              4 
l al  " " " %" *" 2            )            )            )                      	 $If   gd_    kd& $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     *" " " " " " "             [                                                                                                                                           kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  " " " :" >" " d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  " " " " " " d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQ) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  " " " " #" J" d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J" K" P" ~" " " d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  " " " " " 	" " d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  " " " #" n            e            e                                                                                                                                                               	 $If   gd_    kdu, $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           #" $" '" 0"                                                                                                                                                                                                                                                	 $If   gd_  t  kdJ- $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  0" 1" 2" C" H" P" W" ^" j"                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd- $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  j" k"                                             kd. $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          k" v" z" " " " " "                                                             A                                  kd/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  " " " " " " " "                                                 A                                              kd0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  " " " " " " "                                     A            <            7                  gd_    gd_    kd1 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  " _" `" y" z" " " " " "                                                                                                                                                                                                                                                   E  kdz2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	^" _" `" f" g" y" z" " " " " " " " " " " " " " " +" ," D" E" \" ]" ^" b" c" " " " " " " i" " " " " +" ," 춥x                          /j7 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *" " " " " " "                                     a                                                                                                                             E  kd83 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   " " " " " " "                                     a                                                                                                                             E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   " " " " " " +"                                     a                                                                                                                             E  kd4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU4 $$If   l 0 
" R                                                           4 
l a   +" ," 7" D" E" O" \"                                     a                                                                                                                             E  kdr5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   \" ]" ^" _" `" a" b"                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   b" c" p" q" " " l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd06 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   " " " " " h" i" [" \" 3" 4" l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd6 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
," 0" 1" &" '" 2" 3" C" D" H" I" K" s" t" " " " " !" #" ." /" v" x" " " " " " " " " " " " " " " " " " " ," 5" " " " " " ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j8 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 04" K" T" t" " " "" #" /" w"                                                                                                                                                                                                                                                       S  kdz8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	w" x" " " " " "                                     N                                                                                       S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   " " " " I" " " " " " " " " " k" " B" " "                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd0: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   " " " -" " " " " " " d" e" v" " " " A" Z" v" " " " " :" ;" " " "                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  " " u" v" " " c" e" v" " " " {" " " 9" ;" Z" " " " " 
" ]" ^" s" t" " " " " " " " " " " " " " ۵۵۵ۭۜۋzrgrrr       j; h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '" "  " " 
" ^" t" "                                     j                                                                                                                                           kd: $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  " " " " " E" " " " *" g" s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd4; $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
g" " " " " (" )" t" u" " " r" s" " " " " f" g" " " B" " C" D" " "                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  "  " !" %" &" )" t" u" " q" 3" " A" B" M" N" ^" _" c" d" e" f" g" p" " " " " %" E" C" " -" ." ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jt< hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj
< h_ U !" ." 2" 3" I" J" ^"                                                 e                                                                                                                        F  kdN= $$If   l   l '{6    4   4 
l a] p
        F  kd< $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ." 3" `" " " " " " " " " " " " " " " "" #" ?" @" a" b" y" z" " " " " " " " " " " " " #" X" q" " " " :" L" " 7" l" " " " " ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3^" _" `" i" w" " "                                                             5            v  kd4> $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd= $$If   l   l '{6    4   4 
l a] p
         " " " " " " " "                                     t                                                                                                                                                             v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " ""                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0B $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "" #" 8" :" ?"                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?" @" Z" \" a"                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a" b" q" s" y"                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1D $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y" z" " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2F $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " " " " " " " 
" $" X" r" " " "                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " " 5" M" " " " " " 8" l" " " " " " " "  " B" K" L" b" " " " " " " "                                                                                                                                                                                                                                                                                                                                                                   gd_  "  " *" @" A" B" b" x" " " " " " " V" w" " " " " |" " " " " " " "  " " " 1" пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  " " $" 7" 8" V" " " " " " " " " " {" |" " " " " "                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  " "                                     kdG $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               "  " " " 4" J" `" v" x" "                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	1" 4" I" J" _" `" u" v" " " (" *" :" ;" Z" [" \" ]" " " " " " " " " " " " " 	" Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ " "                                     kdH $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " " " " " " " " " '" (" )" *" ;"                                                                                                                                     q                            kd6J $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
;" [" \" ]" " " " " "             q            l                                                                                                                                                       gd_    kdJ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  " "                                     kdK $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               " " " " " " " "  " " =" V" k" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  " " " " z            q            q                                                                                                                                                                                       	  $If   gd_    kdM $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       " " " " " 
" " " z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdM $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       	" 
" " " " " " " " " " " " " " " _" k" " " " " " " "" #" B" C" F" P" f" " " " &" ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "" "                                     kdN $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " " 8" 9" M" N" p" " " " " " "                                                                                                             q                                                         kdO $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  " " " " " " " " z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdP $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       " "                                     kdRQ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " " Z" [" " " " #" C"                                                             q                                                                                                                             kdR $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  C" D" E" F" f" " '" =" >" H" S" z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdfS $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
&" '" >" S" " " " " " " " " " " 3" <" "  #  #  #  # # -# \# ]# ^# }# ~# # # # # # # # # ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #S" " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  " "                                        kd1T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " " " 2"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2" 3"                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3" <" " "  #  # ! # r #  #  #  # # ]#                                                                                                 s                                                                        kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ]# ^# # # # # # |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # #                                        kdMX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # # # # #                         s                                                                                                                                                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  # # # # # #  # B# M# # # # '# F# # # &# E# # # 4# S# # # M	# l	# 
# 
# # .# # # 0# O# # # 
# 
# 7# V# # # B# a# # # о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -# # # # #  # M# # # /# :# D# O# Y# |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd[Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y# Z# # # #  # -# .# i# # # # # # # # '# 5# E#                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  E# F# Q# V#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V# W# a# f#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f# g# r# w#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w# x# # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # 	# &# 4# D#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D# E# P# U#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U# V# `# e#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e# f# q# v#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v# w# # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# # # 4# B# R#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R# S# ^# c#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c# d# n# s#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s# t# # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # 	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 	# 	# 	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 	# 	# "	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "	# #	# -	# 2	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdye $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2	# 3	# 4	# M	# [	# k	#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k	# l	# w	# |	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |	# }	# 	# 	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 	# 	# 	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 	# 	# 	#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 	# 	# 
# d
# 
# 
# 
#                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# # # -#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -# .# 9# >#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ># ?# I# N#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N# O# Z# _#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _# `# j# o#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o# p# q# # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdik $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # #  # 0# ># N#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N# O# Z# _#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _# `# j# o#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o# p# {# #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdan $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 	
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
# 
# 
# 
# 
#                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# 
# 
#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
# 
# # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # 7# E# U#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U# V# a# f#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f# g# q# v#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v# w# # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # #  # %#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %# &# '# B# P# `#                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `# a# l# q#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q# r# |# #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # # 
# 0# 1# # # # # # # ?#                                                                                                                                                                                        gd_  z  kdfx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # @# t# # # # # # # # # # # # (# :# ;# L# M# g# p# C# E# U# V# f# Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ?# @# t# # # # # # # #                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	# #                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # ;# M# O# f#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f# g#                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g# p# # # # # 4# # # # # # #  # D#                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  D# E# V# # # # # !# |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdm{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f# g# # # # # # #  # !# "# G# H# w# x# {# # # # # # # # # # # ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j'| h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  !# "# H# w# x# y# z# |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z# {#                                        kdf} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {# # # # # {# # # # # # # #                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  # # # # |            s            s                                                                                                                                                                                           	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # # # # # # # # |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # # # # E# Z# # # # # # # # ## -# .# S# T# # # # # # i# l# # # # 
# # # +# ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $# # # # ## -#                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  -# .#                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .# T# # # # # #                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  # #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # # # # # Q# R# # ># ^# # # # # # 	#                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  	# 
# # l# # # [# # |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdւ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +# ,# F# G# H# [# \# k# # # # # 9# Z# |# # # # # # # N# # # # # ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  # # # # # # M# N# # # # # |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # # #  #  # @ # Q # R # U # ^ #  #  # !# 0!# H!# I!# Q!# S!# c!# d!# !# !# !# !# !# !# !# !# "# ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !# # # # #                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  # #                                        kdτ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #  # @ # R # S # T #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  T # U #                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U # ^ #  #  #  #  # 0!# 1!# R!# S!# d!#                                                                                                 Y                              kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
d!# !# !# !# !# !# x"# "# $# $# i'# v'#             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "# "# ""# #"# 3"# 4"# 8"# 9"# x"# "# i'# v'# (# (# +# ,# /# /# 0# 0# /0# 10# 0# 0# 0# 0# >1# @1# %2# :2# 2# 2# 3# 3# D4# H4# x5# 5# 7# *7# 7# 7# 7# 7# 7# 7# ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j0 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -v'# (# (# (# )# )# *# *# +# +# ,# g-# h-# /# /# /# 10# 0# 0# ?1# @1# %2# :2# 2# 2# 2# 2#                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  2# 2# 2# 2# 2# 2#             f                                                                                                                                                                      kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  2# 2# 2# 3# 
3# o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
3# 3# 3# 3# 3# o            f            f            f                                                                                                                                                	  $If   gd_    kd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3#  3# %3# ,3# 83# o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 83# 93# A3# I3# N3# o            f            f            f                                                                                                                                                	  $If   gd_    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N3# O3# W3# _3# k3# o            f            f            f                                                                                                                                                	  $If   gd_    kdx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k3# l3# t3# {3# 3# o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3# 3# 3# 3# 3# o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3# 3# 3# 3# @4# A4# 5# 5# .7# /7# 7# 7# F8# o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7# 7# 7# F8# R8# 5A# ?A# D# D# J# J# M# :M# JN# VN# WN# cN# gN# N# O# O# O# O# O# O# O# O# O# P# P# DP# EP# FP# JP# SP# R# !R# 1R# ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %F8# R8# 8# 8# 9# 9# :# :# o:# 0<# 1<# 9=# :=# =# ?# ?# ?# 5A# ?A# B# B# C# C# C# C# C# C#                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  C# C# D# D# 0D# 1D# DD# WD# nD# D# D# D# E# E# _F# `F# F# F# I# I# J# J# J# K# K# ~K# K# K# 	L#                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  	L# 
L# SL# L# M# M# :M# JN# WN# N# O# O# O# O# O# O# O#                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  O# O#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O# P# EP# FP# HP# IP#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  IP# JP#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JP# SP# P# P# P# P# *Q# RQ# ]Q# Q# Q# Q# R#  R#                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
 R# !R# 2R# iR# |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1R# 2R# hR# iR# jR# lR# xR# |R# R# R# R# R# R# R# R# R# S# #S# $S# IS# JS# KS# OS# XS# T# HU# ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 iR# jR# kR# lR# R# R# R# R# R# R# |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R# R#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  R# R#                                        kdǑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R# $S# IS# JS# KS# MS# NS#                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  NS# OS#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OS# XS# S# S# S# S# 5T# YT# T# HU# XU# YU#                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  HU# XU# ZU# jU# kU# qU# xU# yU# zU# {U# U# U# U# U# U# U# U# V# V# -V# .V# /V# 3V# <V# W# ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    YU# ZU# kU# yU# |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yU# zU# {U# U# U# U# U# U# |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U# U#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U# V# ,V# -V# .V# /V# 1V# 2V#                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  2V# 3V#                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3V# <V# {V# V# V# V# W# =W# W# ,X# <X# =X#                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  W# ,X# <X# >X# NX# OX# UX# \X# ]X# ^X# _X# `X# lX# pX# X# X# X# X# X# X# X# X# X# Y# Y# ?Y# @Y# ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    =X# >X# OX# ]X# |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]X# ^X# _X# `X# X# X# X# X# X# X# |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X# X#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X# Y# >Y# ?Y# @Y# AY# CY# DY#                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  @Y# AY# EY# NY# Z# Z# Z# Z# Z# Z# Z# Z# Z# Z# +[# ,[# 6[# @[# A[# M[# n[# o[# y[# [# [# [# îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  DY# EY#                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EY# NY# Y# Y# Y# Y# -Z# MZ# Z# Z# Z# Z#                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Z# Z# Z# Z# Z# Z# Z# ,[# 6[# @[#                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	@[# A[#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A[# o[# [# [# [# [# [#                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [# [# [# [# 3]# 4]# 5]# E]# F]# L]# S]# T]# U]# V]# ]# ]# ]# ]# ]# ]# ]# ]# 	^# 
^# ^# 2^# п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  [# [#                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [# [# [# [# \# H\# h\# \# \# \# 4]# 5]#                                                                                                                         f                           kdà $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  5]# F]# T]# U]# V]# ]# ]# ]# ]# ]#                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	]# ]# 	^#                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  	^# 
^#                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
^# 3^# 4^# 5^# 7^# N^#                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2^# 3^# 4^# 5^# O^# X^# Y_# Z_# [_# `# `# `# `# `# `# `# `# `# `# `# `# `# a# b# c# ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 N^# O^#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O^# X^# Z_# [_# l_# _# _# `# `# `# `#                                                                                     s                                                                                              kdߤ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
`# `# `# `# `# `# a# b# b# b# 3c# jc# c# c# |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c# 3c# Fc# ic# }c# c# c# c# c# 7d# Kd# d# d# d# d# d# d# d# d# e# 
e# e# e# e# e# 2e# 3e# Ee# Fe# ~e# e# e# e# e# õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !c# 8d# d# d# d# d# d# d# d#                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  d# d#                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d# e# 3e# Fe# Ye# le# e# e# e#                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  e# e#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e# e# 
f#  f# Mf# Nf# Of# `f# f# f# f#                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
e# 
f# Mf# Nf# Of# _f# `f# cf# xf# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# f# g# g# ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ f# f# f# f# f# f#                                     R            I                                                                     	  $If   gd_ Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   f# f# f# g# $g# 7g# Jg# ]g# ^g# _g# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdϪ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g# \g# ]g# `g# ig# g# g# g# g# g# g# g# ,h# 2h# 3h# ;h# =h# Rh# Sh# bh# dh# jh# kh# lh# ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J _g# `g#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `g# ig# g# g# g# g# g# g# ,h# 3h# <h#                                                             f                                    [            [                     
  $If   gd_ K$  kdݬ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
<h# =h# Sh# ch# dh# eh# fh#                                     R                                                                                              Q  kd$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   fh# gh# hh# ih# jh# kh#                                     R            I                                                                     	  $If   gd_ Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   kh# lh# h# h# h# h# h# i# i# i# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd˯ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	lh# h# h# h# h# h# h# h# h# h#  i# i# i# 
i# i# i# j# j# j# j# j# j# j# j# j# fk# ok# k# k# k# ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ i# i#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i# 
i# Ji# i# i# j# j# j# j# j# k#                                                                                     Y                                          kdٱ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
k# k# k# k# k# k# k# l# %l# ?l# Ol# il# l# l# l# l# l# l#                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ k# k# k# k# ?m# @m# Am# Bm# Zm# dm# em# fm# hm# im# jm# m# m# m# m# m# m# m# Ln# n# n# n# n# n# ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  l# l# m# %m# ?m# @m# Am#                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Am# Bm# jm# m# m# m# m# m# m# |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m# m#                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m# m# Ln# zn# n# n# n# o# Ko# Ro# [o#                                                             f                                    [            [                     
  $If   gd_ K$  kdŵ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
n#  o# o# o# 'o# Ko# Qo# Ro# Zo# \o# p# p# p# p# p# p# p# p# p# p# p# q# q# q# bq# cq# fq# oq# q# r# ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 [o# \o# do# yo# o# o# o# o# o# o# p#  p# 5p# Jp# \p# vp# p# p#                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   p# p# p# p# p#                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p# p# p# q# *q# =q# Pq# cq# dq# eq# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	eq# fq#                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fq# oq# q# r# Yr# r# @s# As# Bs# Cs# Ts# s#                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  r# >s# As# Bs# Cs# Ss# Ts# s# s# s# s# s# s# s# s# s# s# s# s# Ft# Gt# Jt# St# þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ s# s# s# s# t# !t# 4t# Gt# Ht# It# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	It# Jt#                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jt# St# t# %u# hu# u# Ov# Pv# Qv# Rv# cv#                                                                                                 Y                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
St# t# t# gu# hu# u# Ov# Pv# Qv# Rv# bv# cv# v# v# v# v# v# v# v# v# v# v# v# Pw# Qw# Tw# νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  cv# v# v# v# v# w# w# +w# >w# Qw# Rw# Sw#             s                                                                                                                                                                 kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Sw# Tw#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tw# ]w# 2x# Yx# x# x# y# y# y# y# y#                                                                                     Y                                          kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Tw# ]w# 1x# x# y# y# y# y# y# y# y# y# y# y# y# y# t{# v{# w{# x{# {# {# {# {# {# {# {#  |# |# |# |# |# ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 y# y# y# y# y# z# z# /z# Az# [z# uz# z# z# z# z# z# z#                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z# z# {# 1{# A{# [{# u{# v{# w{#                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  w{# x{# {# {# |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {# {# |# |# |# ,|# ?|# R|# e|# f|# g|# |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
|# |# |# |# d|# e|# h|# q|# *}# # # # ,# -# 9# ># S# # # # # # # "# $# # # ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  g|# h|#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h|# q|# *}# }# }# }# m~# # # # -#                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
-# # # # ## $# ,# A# V# k# }# # # # ܀#                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ܀# # # !# )# ># S# h# z# # # # ف# # # # #                                                                                                                                                                                                                            S  kdA $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #  # !# I# J# ]# p# # # # # #             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  #  # !# 9# C# D# E# G# H# I# J# \# ]# # # # # y# # # σ# Ѓ# # # i# ~# /# 0# # .# 0# 1# Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ # #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # y# Ѓ# 1# # # 
# # Յ# 0# چ# 0# 1# 8# w# Ƈ# ݇# 
# 9# m# # ň# # %#                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  1# 8# =# P# T# l# # # # $# %# &# 6# 7# {# # # # # ۋ# ݋# ދ# ߋ# ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   %# &# 7# {# # # |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # Ӊ# # # # *# D# ^# o# # # # # ъ#                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   ъ# # # 
# '# A# R# l# # # # # ܋# ݋# ދ#                                                                                                                                                                                                                   	  $If   gd_  S  kd- $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ދ# ߋ# # # # .# A# T# g# h# i# |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ߋ# # # # # # # # # f# g# j# s# 1# ]# *# {# # # # # # ^# s# # +# ,# -# 4# x# ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ i# j#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j# s# 1# +# # 	# # # # v# -# 4# t# # # ב# # 
# ,# m# n#                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  x# # # # # # # $# 0# C# K# d# l# m# n# o# # # Ē# ʒ# ˒# Ӓ# Ւ# # # # # 7# A# B# F# ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  n# o# # Ē# ˒# Ԓ# |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ԓ# Ւ# ݒ# # # # %# <# S# j# {# # # # Г# # # #                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   # # # %# 7# I# `# w# # # # ͔# ޔ# # # # #                                                                                                                                                                                                                            S  kd' $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  # # # G# H# [# n# # # # # #             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F# G# H# Z# [# # # # # Ɩ# # # # `# # ݘ# ?# [# # ?# # # \# # # -# # # A# Š# ؠ# # # C# 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !# #                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # Ɩ# # `# ޘ# \# # #  # ]# {# # ?# # # /# # # # @# A#                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  A# # # # # ?# ^# }# # # # ͡#                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  C# V# b# u# # # # # # # ̡# ͡# # # # 5# 6# 7# ;# <# @# I# f# {# |# }# ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ͡# # # 6# 7# <# ># ?#             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ?# @#                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @# I# V# x# # # ޢ# ߢ# # ## E# g# |#                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  |# }# # # # |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }# # # # # # # # # # # # ## 	# # K# ^# # # # ͦ#  # # O# c# %# 1# 5# \# # # # # ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  # # # # ## ӥ# ե# 	# K# # # # P# |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P# # # # # # _# `# $# %# \# # # # 0# g# # # 5# # # # # Ӭ# ݬ# #                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  # 0# C# f# z# # # # # 4# H# # # # Ҭ# Ӭ# ݬ# # #  # 
# # # # # ## $# 6# 7# I# J# \# ]# a# j# # ֮# ׮# خ# # # õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (# #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # # $# 7# J# ]# _# `#                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  `# a#                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a# j# # խ# # :# X# r# # ׮# خ# #                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  # # # # # '# :# M# `# b# c#             s                                                                                                                                                                      kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
# # # # 
# # # # # &# '# 9# :# _# `# d# m# # # 1# 2# 3# C# D# E# F# ^# h# i# m# n# o# # # # # # # ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %c# d#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d# m# # # 2# 3# D# E#                                                 f                                                                                                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  E# F# n# o# # # # # # # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # Ȱ# 	# 
# # # # # # # # # ñ# ı# ȱ# ɱ# ʱ# ܱ# ݱ# # # # # # ## F# G# ɲ# ʲ# V# W# X# h# i# j# k# x# 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %# Ȱ# # 
# # # # #                                                 f                                                                                                                       kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  # # ɱ# ʱ# ݱ# # # # # # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # ## G# ʲ# W# X# i# j#                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  j# k# l# # )# *# Q# R# # {# |# # # |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x# |# # (# )# *# Q# ^# b# # ݴ# |# # õ# # # (# <# `# a# t# # # # # # # # (# )# <# m# ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  # )# a# # # )# n# # # Y# Z# [# e# p# # # #                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  m# # # ȷ# # # X# Z# [# p# # # # # # и# ڸ# ۸# ߸# # # # # # # ># ?# X# a# b# q# շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\# #                                        kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # # # # # ,# ?# A# W#                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  W# X#                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               X# a# й# # # K# V# # ĺ# ź# ֺ# #                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  q# й# K# V# i# y# # # # ú# ĺ# ź# պ# ֺ# ٺ# # # # # 	# 
# # # (# )# 8# :# ;# <# ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ # 
# # # )# 9# :# ;#                                                             R            I                                   	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ;# <# d# e# x# # # # # # ʻ# |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
<# T# ^# _# c# d# e# w# x# # # # # ˻# Ի# ջ# # B# # # # 9# :# U# # # # # # # ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ʻ# ˻#                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ˻# Ի# C# ^# # # ż# ؼ# # # :# V# h# # # #                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  # # # # # ý# ɽ# # # # # # 
# 3# 4# I# J# L# M# N# f# p# q# u# v# w# # # # # ¾# þ# Ǿ# пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  # # # # # # |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # 4# K# L# M#                                     R            I                                                                     	  $If   gd_ Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   M# N# v# w# # # # þ# ž# ƾ# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ƾ# Ǿ#                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ǿ# о# ?# g# # # # # # C# # # # #                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Ǿ# о# Ѿ# # ># # # # # # +# :# B# C# J# P# # # # # # # # # # # # # # # زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 # # # # |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # # # # # # # # ?# @# D# M# N# ]# # # j# n# # # &# '# E# F# ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    # # # # # # -# @# B# C# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C# D#                                        kdW $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               D# M# # # k# # # # # '# F# q# # #                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
F# Y# h# p# q# x# ~# # # # # # # # # # # # # # # # # 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  # # # # |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # Y# # B# C# |# # ## $# |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
# *# .# Y# # B# O# S# |# # $# 0# 4# V# # ?# # # # # # 1# a# m# q# # k# # # # # # # # # # # # 4# \# ]# s# w# # # # # U# # # A# }# # ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4$# V# # ># ?# # # # 1# `# a# # k# # # # # # # # # # # # # !# 4# \# ]# #                                                                                                                                                                                                                                                                                                                                                                   gd_  # # # U# # # A# }# # # K# # # # # # # # #                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  # K# O# # # # # # # # # # # M# N# O# P# # # $# Q# # # # 4# _# `# # # # # # # !# F# J# # Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $# # # # # # # # # M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   # # # # /# 0# ?# @#                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  @# A# M# N#                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  N# O# P# [# _# r# z# #                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd/ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  # # # # # 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     # # # $# Q# V# #             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  # # # # # .# d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  .# /# 4# `# d# ~# d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~# # # # # # d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  # # # # !# G# d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G# H# I# S# # # # d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  # # # # n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           # # # #                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  # # # # # # # # #                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd! $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  # 	#                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          	# # # # &# '# (# )#                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  )# *# +# ,# -# .# /# 0#                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  0# 1# 2# 3# 4# 5# J#                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  J# # # # # 1# B# C# W# Y#                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	# # # # # # # B# C# Y# Z# \# ]# k# l# y# z# # # # # # # # # # # #  # # # #  # ,# -# ?# # # # # # # # 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Y# Z# [# \# ]# e# k#                                     a                                                                                                                             E  kdr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   k# l# u# y# z# # #                                     a                                                                                                                             E  kd0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   # # # # # # #                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   # # # # # # #                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM  $$If   l 0 
" R                                                           4 
l a   # # # # # #  #                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a    # # # # # # l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   # #  # -# ?# # # # # # # l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
# # # # # # # # # # # # # # j# k# w# x# # # # # # # (# )# M# O# _# `# # # # # # # # +# m# p# # # # # +# ,# # # # ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jM hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0# # # # k# x# # # # #                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	# # )# N# O# `# #                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   # # # # # ~# :# ;# (# )# # # +# # 	# z# # I# #                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   # # p# # +# ,# j# # # # # # # 2# T# # # # # .# /# 8# 9# # # 7# 8# #                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  # # # # $# ,# # # # 1# 2# T# # 6# 9# # # # # # # # # # # # # C# D# E# a# b# m# n# o# s# t# # # # ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '# # # # # # # D#                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  D# E# V# # # # A# B# ^# # # s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdn $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
# _# $# %# v# # # # # # # # # # # 6# 7# # # # 0# # # # # `# a#                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  # # # # # # # # # # # 5# # # # # # # # # # # # # # 0# # # # # # `# # # ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjG h_ U !a# # # # # # #                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  # # # "# ## &# '# -# .# O# P# p# q# # # # # # # # # #  # # # .# /# I# J# q# r# s# t# u# S# T# `# # # # C# I# L# # #  $  $ 
$ 3$ g$ $ $ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3# # # # # "# ##                                                             5            v  kdn	 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         ## $# %# &# '# +# ,# -#                                     t                                                                                                                                                             v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  -# .# G# I# O#                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O# P# i# k# p#                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p# q# # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdj
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #  # # # #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # &# (# .#                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         .# /# B# D# I#                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I# J# Q# V# q#                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q# r# s# t# u# S# T# `# # # # # D# W# #                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # #  $ 2 $ f $  $  $  $ 
$ $$ 4$ h$ $ $ $ $ $ $ $ $  $ &$ 5$ H$ I$ b$ $ $                                                                                                                                                                                                                                                                                                                                                                   gd_  $ $ $ $ $ $  $ $ 5$ G$ |$ $ $ $ $ $ &$ Z$ $ $ $ /$ a$ b$ l$ v$ w$ $ $ $ $ $ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  $ $ $ $ $ $ $$ %$ &$ Z$ p$ $ $ $ $ $ $ $$ /$ b$ l$ v$                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v$ w$                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               w$ $ $ $ $ $ $ $ $ -$                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	$ $ $ $ $ $ $ $ .$ 7$ $ $ $ $ $ $ $ $ !$ "$ '$ 0$ M$ O$ _$ `$ $ $ $ $ $ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ -$ .$                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               .$ 7$ Y$ Z$ n$ o$ $ $ $ $ $ $ $ $                                                                                                                                     q                            kdp $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
$ $ $ $ "$ #$ $$ %$ &$             q            l                                                                                                                                                       gd_    kd- $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  &$ '$                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               '$ 0$ Q$ R$ f$ g$ $ $ $ $ $ $ 	$ $ 8$ 9$ N$                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  N$ O$ `$ $ z            q            q                                                                                                                                                                                       	  $If   gd_    kdA $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       $ $ $ $ $ $ $ $ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       $ $ $ $ $ ?	$ A	$ Q	$ R	$ q	$ r	$ t	$ 	$ 	$ 	$ 	$ 	$ 	
$ %
$ 1
$ P
$ \
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ $ N$ $ $ $ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "$ $                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $ $ $ $ $ $ 	$ *	$ +	$ @	$ A	$ R	$ r	$                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  r	$ s	$ t	$ 	$ 	$ 	$ 	$ 	$ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       	$ 	$                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	$ 	$ 	$ 	$ 
$ 
$ 
$ 
$ 
$                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
$ 
$ 
$ 
$ $ $ $ $ $ $ $ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
$ $ $ $ #$ $$ .$ 8$ 9$ Y$ Z$ $ $ $ $ $ p
$ T$ V$ f$ g$ $ $ $ $ $ $ $ $ $ $ "$ +$ $ $ $ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #$ $$ .$ 8$                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  8$ 9$                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9$ Z$ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  $ $                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ r
$ s
$ 
$ 
$ 
$ $ U$ V$ g$ $ $                                                                                                 s                                                                        kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $ $ $ $  $ !$ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !$ "$                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "$ +$ $ $ $ $                         s                                                                                                                                                                                   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $ $ $ $ $ $ $ $ m$ n$ $ $ $ E$ d$ $ $ H$ g$ $ $ p$ $ $ 
$ $$ C$ $ $ <$ [$ $ $ V$ u$ T$ s$ $ $ c$ $ $ $ 4$ 5$ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -$ $ $ $ $ $ $ $ $ $ $ $ $ $ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$ $ X$ o$ $ $ $ $ $ <$ $ $ m$ n$ $ $ $ $ $                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $  $ %$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %$ &$ '$ E$ S$ c$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c$ d$ o$ t$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t$ u$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $$ %$ &$ H$ V$ f$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f$ g$ r$ w$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w$ x$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ "$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "$ #$ -$ 2$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2$ 3$ 4$ p$ ~$ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ 	$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	$ 
$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ %$ *$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *$ +$ 6$ ;$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;$ <$ F$ K$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K$ L$ M$ $ $ $$ 2$ B$                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B$ C$ N$ S$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S$ T$ ^$ c$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c$ d$ o$ t$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t$ u$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ 
$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
$ $ $ <$ J$ Z$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z$ [$ f$ k$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k$ l$ v$ {$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {$ |$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ 
$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
$ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ )$ .$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .$ /$ 0$ V$ d$ t$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t$ u$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $$ %$ T$ b$ r$                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd4< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r$ s$ ~$ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $  $ %$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %$ &$ 0$ 5$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5$ 6$ 7$ c$ q$ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ 
$ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $  $ +$ 0$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0$ 1$ ;$ @$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @$ A$ B$ f$ $ $ $ $ %$ &$ 3$ 4$ 5$ X$ $                                                                                                                                                                                        gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5$ F$ X$ s$ $ $ #$ $$ %$ :$ l$ m$ w$ $ $ $ $ $ $ $ $ $  $  $ !$ !$ !$ !$ "$ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  $ $ $ $$ %$ /$ :$ m$ w$ $                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	$ $                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ $ $  $                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $  $                                        kdSE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $  $ b $ c $  $  $  $ 1!$ g!$ !$ !$ !$ !$ !$ !$                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  !$ !$ !$ E"$ ^"$ w"$ "$ "$ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "$ "$ "$  "$ !"$ 4"$ 5"$ D"$ "$ "$ "$ "$ "$ #$ #$ #$ "#$ $$ $$ $$ $$ i%$ j%$ m%$ ~%$ %$ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jaG h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  "$ "$ "$ #$ #$ #$ #$ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #$ #$                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #$ "#$ j#$ k#$ #$ $$ $$$ @$$ Y$$ s$$ $$ $$ $$                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  $$ $$ $$ j%$ |            s            s                                                                                                                                                                                           	  $If   gd_   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j%$ k%$ l%$ m%$ %$ %&$ &&$ Z&$ l&$ ~&$ &$ n'$ o'$ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %$ %&$ &&$ Y&$ Z&$ }&$ ~&$ &$ &$ &$ &$ .'$ ['$ m'$ o'$ '$ '$ '$ '$ '$ '$ '$ '$ !($ D($ E($ H($ Q($ )$ 
)$ *$ *$ *$ *$ *$ *$ *$ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $o'$ y'$ '$ '$ '$ '$                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  '$ '$                                        kdhK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '$ '$ !($ 3($ E($ F($ G($                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  G($ H($                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H($ Q($ ($ ($ ($ ($ ($ ($ n)$ )$ )$ *$ C*$ `*$ *$ *$ *$                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  *$ *$ *$ 
+$ `+$ +$ +$ <,$ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *$ *$ *$ *$ *$ *$ *$ 	+$ *+$ `+$ +$ +$ +$ +$ ,$ ;,$ <,$ ?,$ P,$ f,$ ,$ ,$ -$ -$  -$ 1-$ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jN h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  <,$ =,$ >,$ ?,$ e,$ f,$ ,$ ,$  -$ 2-$ 3-$ =-$ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdOO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1-$ 3-$ H-$ z-$ {-$ -$ -$ -$ -$ -$ -$ -$ -$ -$ -$ g.$ u.$ .$ .$ .$ .$ .$ .$ /$ /$ L/$ M/$ O/$ P/$ b/$ t/$ u/$ /$ /$ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !=-$ H-$ {-$ -$ -$                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  -$ -$                                        kd	P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -$ -$ -$ -$ -$ -$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  -$ -$                                        kd]Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -$ -$ ].$ ^.$ ~.$ .$ .$ .$ .$ .$ /$                                                                                                 Y                              kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
/$ M/$ N/$ O/$ P/$ /$ 0$ :0$ o2$ p2$ 5$ 5$             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdkS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  /$ /$ /$ /$ /$ /$ /$ /$ 0$ :0$ 5$ 5$ @6$ Q6$ 9$ 9$ m=$ =$ =$ =$ =$ =$ n>$ o>$ q>$ r>$ >$ >$ ?$ ?$ J@$ ~@$ MA$ TA$ A$ A$ C$ 7C$ D$ D$ /E$ 0E$ HE$ IE$ YE$ ZE$ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jjX hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j%T hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -5$ ?6$ @6$ Q6$ 7$ 7$ X8$ Y8$ 9$ 9$ 9$ ;$ ;$ l=$ m=$ =$ =$ o>$ r>$ >$ >$ ?$ ?$ I@$ J@$ Y@$ k@$                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  k@$ ~@$ @$ @$ @$ @$             f                                                                                                                                                                      kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  @$ @$ @$ @$ @$ o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @$ @$ @$ @$ @$ o            f            f            f                                                                                                                                                	  $If   gd_    kdhU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @$ @$ @$ @$ @$ o            f            f            f                                                                                                                                                	  $If   gd_    kdU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @$ @$ @$ @$ @$ o            f            f            f                                                                                                                                                	  $If   gd_    kdDV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @$ @$ @$ @$ 	A$ o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	A$ 
A$ A$ A$ A$ o            f            f            f                                                                                                                                                	  $If   gd_    kd W $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A$ A$ 'A$ .A$ :A$ o            f            f            f                                                                                                                                                	  $If   gd_    kdW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :A$ ;A$ <A$ =A$ A$ A$ 6C$ 7C$ D$ D$ E$ E$ E$ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ZE$ ]E$ ^E$ E$ E$ N$ N$ $R$ /R$ &X$ 7X$ Z$ Z$ [$ [$ [$ \$ \$ !\$ %]$ &]$ ;]$ m]$ n]$ x]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ _$ _$ _$ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %E$ E$ lF$ mF$ #G$ $G$ G$ G$ 
H$ I$ I$ J$ J$ )K$ L$ L$ NM$ N$ N$ #P$ $P$ EQ$ RQ$ _Q$ lQ$ yQ$ Q$                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Q$ Q$ Q$ Q$ Q$ Q$ Q$ Q$ R$ #R$ $R$ /R$ _S$ `S$ S$ S$ T$ T$ RW$ SW$ &X$ 7X$ lX$ X$ X$ Y$ JY$ wY$ Y$                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Y$ Y$ Y$ AZ$ Z$ Z$ Z$ [$ [$ !\$ %]$ &]$ 0]$ ;]$ n]$ x]$ ]$                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ]$ ]$                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]$ ]$ ]$ ]$ ]$ ]$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ]$ ]$                                        kd9Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]$ ]$ 0^$ <^$ c^$ ^$ ^$ ^$ ^$ 4_$ >_$ c_$ _$ _$                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
_$ _$ _$ `$ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _$ _$ `$ `$ `$ 
`$ `$ `$ 6`$ 7`$ L`$ ~`$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ `$ ~b$ b$ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 `$ `$ 	`$ 
`$ 6`$ 7`$ A`$ L`$ `$ `$ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`$ `$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  `$ `$                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `$ `$ `$ `$ `$ `$ `$                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  `$ `$                                        kdU^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `$ `$ 5a$ Aa$ ha$ a$ a$ a$ }b$ b$ b$ b$                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  b$ b$ b$ c$ 	c$ c$ c$ c$ c$ c$ .c$ `c$ ac$ kc$ uc$ vc$ c$ c$ c$ c$ c$ c$ c$ c$ be$ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    b$ b$ 	c$ c$ |            s            s                                                                                                                                                                                           	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c$ c$ c$ #c$ .c$ ac$ kc$ uc$ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       uc$ vc$                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vc$ c$ c$ c$ c$ c$ c$ c$                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  c$ c$                                        kdqb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c$ c$ d$ %d$ Ld$ wd$ d$ d$ ae$ e$ e$ e$                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  be$ e$ e$ e$ e$ e$ e$ e$ e$ e$ e$ e$ 
f$ f$ )f$ *f$ ?f$ qf$ rf$ |f$ f$ f$ f$ f$ f$ f$ f$ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    e$ e$ e$ e$ |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e$ e$ e$ e$ *f$ 4f$ ?f$ rf$ |f$ f$ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f$ f$                                        kd9e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f$ f$ f$ f$ f$ f$ f$ f$                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f$ f$ f$ f$ _h$ ah$ qh$ rh$ xh$ h$ h$ h$ h$ h$ h$ h$ h$ h$ h$ h$ i$ 
i$ i$ 6i$ 7i$ 8i$ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  f$ f$                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f$ f$ +g$ 7g$ ^g$ g$ g$ g$ #h$ _h$ `h$ ah$                                                                                                                         f                           kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ah$ rh$ h$ h$ h$ h$ h$ h$ h$ h$                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	h$ h$                                        kdUi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h$ 
i$ 7i$ 8i$ 9i$ ;i$ <i$                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8i$ 9i$ =i$ Fi$ j$ j$ j$ j$ j$ j$ j$ j$ j$ j$ .k$ Hk$ Jk$ Kk$ `k$ k$ k$ k$ k$ k$ k$ k$ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  <i$ =i$                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =i$ Fi$ i$ i$ i$ i$ j$ 5j$ Rj$ j$ j$ j$                                                                                                                         f                           kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  j$ j$ j$ j$ j$ .k$ Kk$ Uk$ `k$ k$                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	k$ k$ k$                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  k$ k$                                        kdqm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k$ k$ k$ k$ k$ k$                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k$ k$ k$ k$ k$ k$ l$ l$ l$ /n$ 0n$ 1n$ An$ Bn$ tn$ un$ vn$ wn$ xn$ yn$ n$ n$ n$ p$ p$ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 k$ k$                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k$ k$ l$ l$ 
m$ Im$ m$ 0n$ 1n$ Bn$ tn$                                                                                     s                                                                                              kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
tn$ un$ vn$ wn$ xn$ yn$ n$ Zp$ [p$ p$ p$ q$ @q$ q$ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p$ p$ p$ q$ q$ ?q$ Sq$ q$ q$ q$ q$ +r$ ,r$ Ar$ sr$ tr$ ~r$ r$ r$ r$ r$ r$ r$ r$ r$ r$ r$ r$ r$ s$ s$ 7s$ @s$ Ls$ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !q$ q$ +r$ ,r$ 6r$ Ar$ tr$ ~r$ r$                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  r$ r$                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r$ r$ r$ r$ r$ 
s$ s$ s$ 6s$                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  6s$ 7s$                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7s$ @s$ s$ s$ s$ s$ s$ s$ +t$ 2t$ :t$                                                             f                                    [            [                     
  $If   gd_ K$  kd5t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Ls$ s$ s$ s$ s$ s$ s$ t$ t$ t$ )t$ +t$ 1t$ 2t$ 9t$ ;t$ Pt$ Qt$ `t$ bt$ ct$ dt$ |t$ t$ t$ t$ t$ t$ t$ t$ t$ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ :t$ ;t$ Qt$ at$ bt$ ct$                                     R            I                                                                     	  $If   gd_ Q  kd|u $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   ct$ dt$ t$ t$ t$ t$ t$ t$ t$ t$ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t$ t$ t$ t$ u$ *u$ u$ u$ u$ u$ u$ u$ u$ u$ u$ u$ u$ u$ u$  v$ v$ v$ 	v$ 
v$ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J t$ t$                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t$ u$ *u$ Xu$ u$ u$ u$ u$ u$ u$ u$                                                             f                                    [            [                     
  $If   gd_ K$  kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
u$ u$ u$ v$ v$ v$ v$                                     R                                                                                              Q  kd^y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   v$ v$ v$ v$ v$ 	v$                                     R            I                                                                     	  $If   gd_ Q  kdxz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a   	v$ 
v$ 2v$ Sv$ Tv$ yv$ v$ v$ v$ v$ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
v$ "v$ ,v$ -v$ .v$ 0v$ 1v$ 2v$ Sv$ Tv$ v$ v$ v$ v$ w$ w$ Px$ ix$ x$ x$ x$ x$ x$ x$ x$ y$ 
y$ $y$ Ty$ Zy$ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ v$ v$                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v$ v$ v$ w$ w$ x$ x$ x$ x$ x$ Ty$                                                                                     Y                                          kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ty$ [y$ dy$ ey$ my$ y$ y$ y$ y$ y$ y$ z$ !z$ )z$ >z$ Sz$ ez$ z$                                                                                                                                                                                                                      	  $If   gd_  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Zy$ [y$ cy$ ey$ z$ z$ z$ z$ z$ {$ {$ {$ {$ {$ {$ '{$ ({$ r{$ s{$ v{$ {$ {$ {$ t|$ |$ |$ |$ |$ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  z$ z$ z$ z$ z$ z$ z$                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd_~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z$ z$ {$ ({$ M{$ `{$ s{$ t{$ u{$ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u{$ v{$                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v{$ {$ {$ |$ |$ |$ |$ |$ |$ |$ |$                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
|$ |$ |$ |$ |$ |$ |$ |$ |$ |$ q~$ s~$ t~$ u~$ ~$ ~$ ~$ ~$ ~$ ~$ ~$ ~$ ~$ ~$  $ $ $ 
$ $ A$ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 |$ |$ }$ }$ ,}$ >}$ X}$ r}$ }$ }$ }$ }$ }$ }$ }$ ~$ .~$ >~$                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   >~$ X~$ r~$ s~$ t~$                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t~$ u~$ ~$ ~$ ~$ ~$ ~$ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd݂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ 
$ $ $ $ @$ ހ$ ߀$ $ $ $ E$                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  A$ ܀$ ߀$ $ $ $ $ D$ E$ F$ ^$ h$ i$ j$ l$ m$ n$ $ $ $ $ $ $ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ E$ F$ n$ $ $ $ ҁ$ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ Â$ $ O$ $ $ $ $ $                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
$ $ $ $ $ O$ $ $ $ $  $ $ S$ T$ U$ m$ w$ x$ y$ {$ |$ }$ ~$ $ $ $ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  $ T$ U$ }$ ~$ $ $ Ʉ$ ܄$ $ $ $             s                                                                                                                                                                 kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ Ѕ$ $ ;$ $ #$ $$ %$ 6$ $                                                                                     Y                                          kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
$ $ υ$ $ !$ #$ $$ %$ 5$ 6$ $ $ $ $ $ $ $ $ $ $ &$ '$ y$ z$ {$ $ $ $ $ $ $ $ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 $ $ $ $ $ $ $ ͇$ ߇$ $ $ #$ =$ W$ _$ t$ $                                                                                                                                                                                                         	  $If   gd_  S  kd5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ $ $ ψ$ ߈$ $ $ $ $                                                                                                                                                                                                                                                 	  $If   gd_  S  kdǋ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ $ '$ z$ |            s            s                                                                                                                                                                                           	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z$ {$ $ $ $ ʉ$ ݉$ $ $ $ $ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
$ $ $ $ $ $ $ $ Ȋ$ $ $ $ ʌ$ ˌ$ ׌$ ܌$ $ 5$ {$ $ $ $ $ $ $ $ $ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  $ $                                        kdۍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ Ȋ$ ($ d$ x$ $ $ $ $ ˌ$                                                                                                 f                                                        kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ˌ$ 5$ $ $ $ $ ʍ$ ߍ$ $ 	$ $ 5$ O$ `$ z$                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  z$ $ $ $ ǎ$ ܎$ $ $ $ 2$ L$ ]$ w$ $ $ $ $                                                                                                                                                                                                                            S  kd{ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ $ $ $ $ $ $ !$ 4$ G$ H$ I$             s                                                                                                                                                                 kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $ $ ׏$ $ $ $ $ $ $ $ $ $ F$ G$ J$ S$ $ F$ G$ m$ n$ !$ "$ $ $ ͓$ Γ$ $ ̔$ Δ$ ϔ$ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ I$ J$                                        kdǑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J$ S$ $ n$ ϑ$ "$ U$ $ $ s$ Γ$ x$ Δ$ ϔ$ ֔$ $ d$ {$ $ ו$ $ 7$ c$ $ Ö$                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ϔ$ ֔$ ە$ $ $ 
$ $ $ $ $ Ö$ Ė$ Ԗ$ Ֆ$ $ $  $ ($ *$ y$ {$ |$ }$ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Ö$ Ė$ Ֆ$ $  $ )$ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )$ *$ 2$ G$ \$ q$ $ $ $ ȗ$ $ $ 
$ '$ 8$ R$ Z$ o$                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdՓ $If   K$L$l 0                     x                
t                                4   4 
l a   o$ $ $ $ Ř$ ߘ$ $ 
$ $$ 5$ O$ `$ z$ {$ |$                                                                                                                                                                                                                   	  $If   gd_  S  kdg $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  |$ }$ $ $ $ ̙$ ߙ$ $ $ $ $ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
}$ $ $ $ $ $ $ $ $ $ $ $ $ Ϛ$ $ ț$ $ .$ $ $ $ $ $ $ $ ɞ$ ʞ$ ˞$ Ҟ$ $ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ Ϛ$ ɛ$ 1$ $ $ !$ $ $ ˞$ Ҟ$ $ 1$ P$ u$ $ $ ʟ$ $ $                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  $ )$ 5$ H$ $ $ $ $ Ο$ $ $ $ 
$ $ $ 
$ $ $ b$ h$ i$ q$ s$ $ $ $ $ բ$ ߢ$ $ $ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  $ 
$ $ b$ i$ r$ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r$ s$ {$ $ $ $ à$ ڠ$ $ $ $ 0$ G$ X$ n$ $ $ $                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdϗ $If   K$L$l 0                                     
t                                4   4 
l a   $ $ $ á$ ա$ $ $ $ ,$ =$ T$ k$ |$ $ $ $ $                                                                                                                                                                                                                            S  kda $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ $ $ $ $ $ $ $ 2$ E$ G$ H$             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $ $ $ $ D$ E$ I$ R$ d$ $ ,$ ^$ $ _$ {$ ݦ$ $ M$ ݨ$ 4$ I$ $ $ '$ ˫$ "$ 7$ ߭$ c$ v$ $ $ $ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !H$ I$                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I$ R$ d$ ,$ $ |$ $ 4$ $ $ $ $ K$ ݨ$ $ $ ͫ$ :$ ;$ B$ ޭ$ ߭$                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ߭$ $ _$ ~$ $ ݮ$ $ $ :$ Y$ Z$ k$                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  $ $  $ $ $ 2$ >$ Q$ X$ Z$ j$ k$ $ $ $ ӯ$ ԯ$ կ$ ٯ$ گ$ ޯ$ $ $ $ $ $ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  k$ $ $ ԯ$ կ$ گ$ ܯ$ ݯ$             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ݯ$ ޯ$                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޯ$ $ $ $ 8$ Z$ |$ }$ $ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  $ $ ,$ _$ $ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdɝ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ +$ ,$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 3$ W$ k$ $ $ $ $ ÷$ Ϸ$ ӷ$ $ U$ X$ $ $ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  $ $ $ $ $ q$ s$ $ $  $ X$ $ $ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ C$ D$ $ =$ >$ $ $ ·$ ÷$ $ W$ X$ $ θ$ $ =$ $ ӹ$ ($ )$ 3$ >$ q$ {$ $                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  $ θ$ $ $ $ <$ P$ $ $ ҹ$ $ ($ )$ >$ p$ q$ {$ $ $ $ $ $ $ $ $ $ º$ Ժ$ պ$ $ $ $ $ $ $ P$ t$ u$ v$ $ $ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ($ $                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ º$ պ$ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ P$ s$ $ ػ$ $ $ G$ u$ v$ $                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  $ $ $ $ $ ż$ ؼ$ $ $  $ $             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
$ $ $ $ $ $ $ $ $ ļ$ ż$ ׼$ ؼ$ $ $ $ $ L$ M$ Ͻ$ н$ ѽ$ $ $ $ $ $ $ $ $ $ 
$ $  $ 2$ 3$ X$ Y$ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %$ $                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ )$ M$ н$ ѽ$ $ $                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $ $ $ 
$  $ 3$ F$ Y$ [$ \$ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\$ ]$                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y$ ]$ f$ $ $ *$ +$ ,$ <$ =$ >$ ?$ W$ a$ b$ f$ g$ h$ z$ {$ $ $ $ $ $ $ $ $ g$ h$ $ $ $ $ $ $ 	$ $ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %]$ f$ $ $ +$ ,$ =$ >$                                                 f                                                                                                                       kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  >$ ?$ g$ h$ {$ $ $ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ h$ $ $ $ $                                                 f                                                                                                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $ 	$ 
$ ;$ $ $ $ $ !$ $ $ N$ $ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ ;$ $ $ $ $ $  $ !$ {$ $ N$ a$ $ $ $ $ $ $ $ $$ %$ C$ D$ W$ $ $ $ $ $ $ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  $ $ $ D$ $ $ $ S$ $ $ $ $ $ $ A$ K$ U$                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  $ $ R$ f$ $ $ $ $ $ $ @$ A$ K$ U$ V$ n$ x$ y$ }$ ~$ $ $ $ $ $ $ $ $ $  $ $ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\U$ V$                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               V$ ~$ $ $ $ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $ $                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $ $ n$ $ $ $ $  $ b$ c$ t$ $                                                                                                 f                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  $ n$ $ $ $ $  $ '$ -$ a$ b$ c$ s$ t$ w$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ $ $ $ $ $ $ $ $                                                             R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ $ $ $ $ $ )$ <$ O$ Q$ R$ h$ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$ $ $ $ $ $ $ $ $ ($ )$ N$ O$ i$ r$ s$ $ $ $ $ $ $ $ $ #$ ,$ 3$ 9$ J$ K$ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ h$ i$                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               i$ r$ $ $ -$ J$ c$ v$ $ $ $ $ $ ,$ K$ L$                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  K$ L$ M$ ]$ ^$ a$ g$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ '$ ($ :$ ;$ `$ a$ e$ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  L$ M$ ^$ $ $ $ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ $                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   $ $ $ $ ($ ;$ N$ a$ c$ d$ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d$ e$                                        kdɴ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e$ n$ $ $ ?$ Q$ $ $ $ $ #$ '$ ($ )$                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
e$ n$ o$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ "$ #$ &$ '$ ($ )$ *$ :$ ;$ >$ S$ \$ f$ g$ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 )$ *$ ;$ h$ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g$ h$ i$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ Y$ Z$ $ $ N$ $ $ $ $ $ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h$ i$ $ $ $ $ $ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd׶ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $ $ Z$ $ 	$ <$ m$ $ $ $ $ $ Q$ R$                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
$ $ $ $ $ $ $ P$ Q$ R$ S$ c$ d$ g$ |$ $ $ $ $ $ $ $ $ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  R$ S$ d$ $ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ $ $ $ $ $ $ $ $ $ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$ $ $ $ $ $ $ $ $ $ $ $ $ $ q$ $ 2$ 3$ ?$ C$ l$ $ $ $ $ 7$ 	$ 7$ C$ G$ t$ %$ &$ `$ a$ m$ q$ $ $ $ $ $ $ A$ $ $ $ $ I$ $ $ $ s$ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4$ $ q$ $ $ 2$ 3$ l$ $ $ $ 7$ 	$ 6$ 7$ t$ &$ `$ a$ $ H$ I$ ~$ $ $ $ $ $ $ A$                                                                                                                                                                                                                                                                                                                                                                   gd_  A$ $ $ $ I$ $ $ $ s$ $ $ K$ L$ W$ c$ r$ ~$ $ $                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  s$ $ $ J$ K$ W$ m$ q$ $ $ $ $ $ $ $ $ $ *$ a$ $ $ ?$ u$ v$ $ $ $ "$ Y$ Z$ $ $ $ $ $ $ $ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $$ $ $ $ $ $ $ $ $ M            H            H            H            H            H            H            H                   gd_   kdY $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   $ $ $ $ $ $ $ $                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  $ $ $ $                                                                                                                                                                                                                                                          	 $If   gd_  o  kd̻ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  $ $ $ $ $ $ $ $$                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdi $$If   l       0   T# T                 .                
t  0                                                              4 
l al  $$ %$ *$ a$ f$ 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     f$ $ $ $ $ $ 9$             [                                                                                                                                           kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  9$ :$ ?$ v$ z$ $ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $ $ $ $ $ $ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdſ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $ $ "$ Z$ _$ $ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $ $ $ $ $ $ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $ $ $ $ @$ E$ Q$ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q$ R$ U$ _$ n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           _$ `$ c$ l$                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  l$ m$ n$ $ $ $ $ $ $                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd[ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $ $                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          $ $ $ $ $ $ $ $                                                             A                                  kdQ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  $ $ $ $ $ $ $ $                                                 A                                              kd0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  $ $ $ $ $ $ $                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  $ $ $ $ $ $ $ $ $ $                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	$ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ 7$ 8$ :$ ;$ g$ h$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ J$ K$ V$ W$ g$ h$ 춥x                          /j  hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *$ $ $ $ $ $ 	$                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   	$ 
$ $ $ $ +$ 7$                                     a                                                                                                                             E  kdj $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   7$ 8$ 9$ :$ ;$ M$ g$                                     a                                                                                                                             E  kd( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   g$ h$ s$ $ $ $ $                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   $ $ $ $ $ $ $                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   $ $ $ $ $ $ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   $ $ $ $ $ $ $ $ $ o$ p$ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdb $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
h$ l$ m$ b$ c$ n$ o$ $ $ $ $ $ $ $ $ 	$ $ $ ]$ _$ j$ k$ $ $ $ $ $ $ $ $ =$ ?$ @$ L$ M$ $ $ $ $ $ #$ C$ h$ q$ $ $ &$ '$ 9$ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0p$ $ $ $ 	$ $ ^$ _$ k$ $                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	$ $ $ $ $ $ >$                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   >$ ?$ @$ M$ $ $ $ $ $ $ $ $ $ L$ $ $ ~$ $ N$                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   N$ O$ $ i$ $ $ $ &$ '$ :$ $ $ $ $ $ [$ }$ $ $ $ $ $ $ v$ w$ $ $ !$                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  9$ :$ $ $ $ $ $ $ $ $ $ $ $ $ $ u$ w$ $ !$ 7$ ;$ H$ I$ $ $ $ $ $ $ $ $  $ $ $ 
$ $ $ O$ P$ [$ ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '!$ -$ <$ H$ I$ $ $ $                                     j                                                                                                                                           kd6 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  $ $ $ =$ B$ $ $ $ $ f$ $ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
$ $ $ $ $ d$ e$ $ $ U$ V$  %  % % % % % % % % % ~% 8% % % % %                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  [$ \$ ]$ a$ b$ e$ $ $ T$  % o% % }% ~% % % % % % % % % % % % % O% X% a% % % % i% j% ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !% j% n% o% % % %                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdO $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  j% o% % % % % % % % % % 	% 	% %	% &	% A	% B	% ^	% _	% {	% |	% 	% 	% 	% 	% 	% 	% 	% 	% 
% 
% 
% 
% 
% % % % _% % % % % % v
% 
% [% s% % % % $% Z% ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3% % % % % % %                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd5 $$If   l   l '{6    4   4 
l a] p
         % % % % % % % %                                     t                                                                                                                                                             v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  % % % % %                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % % 	% 		% 	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	% 	% 	% 	% %	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %	% &	% 9	% ;	% A	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A	% B	% W	% Y	% ^	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^	% _	% t	% v	% {	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {	% |	% 	% 	% 	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	% 	% 	% 	% 	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	% 	% 	% 	% 	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdP $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	% 	% 	% 	% 	%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	% 	% 	% 	% 
%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
% 
% 
% 
% 
% % % % F% `% % % % % )
%                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )
% =
% q
% 
% 
% 
% % "% V% t% % % % % %% Y% Z% [% \% ~% % % % % % % %  % 3% 4%                                                                                                                                                                                                                                                                                                                                                                   gd_  Z% \% f% |% }% ~% % % % % % 2% R% U% % % % % $% O% % % %  % 
% % % ;% <% Y% Z% m% пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  4% R% `% s% t% % % % % % % $% :% P% Q% % % % %  % 
% %                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  % %                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               % <% Y% Z% p% % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	m% p% % % % % % % % % d% f% v% w% % % % % % % % % % % % % % % %  % E% Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ % %                                     kdS $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               % % % % % 
% 1% M% N% c% d% e% f% w%                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
w% % % % % % % % %             q            l                                                                                                                                                       gd_    kdg $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  % %                                     kd$ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               % % % % % % % ;% <% N% y% % % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  % % % % z            q            q                                                                                                                                                                                       	  $If   gd_    kd{ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       % %  % G% H% I% J% K% z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd8 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       E% F% G% L% U% % % % % % % % >% ?% D% M% % % % % % % L% N% ^% _% ~% % % % % % .% /% b% ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "K% L%                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L% U% t% u% % % % % % % % % %                                                                                                             q                                                         kdL $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  % % % ?% @% A% B% C% z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd	 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       C% D%                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D% M% % % L% M% N% _% %                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  % % % % % /% c% y% z% % % z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
b% c% z% % % % % % % % % %% :% ;% o% x% % % % % % V% i% % % % % % % % % % % %% 5% 6% ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #% % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  % %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % %% ;% =% n%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n% o%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o% x% % % M% N% ]% % % % % V% %                                                                                                 s                                                                        kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % % % % % % % |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % $% %% 6% W%                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  6% V% W% X% Y% Z% \% ~% % !% !% #!% c!% !% !% "% b"% "% "% #% p#% #% $% -$% $% $% %% %% K&% j&% &% &% l'% '% '% (% (% )% s)% )% *%  *% ~*% *% +% +% о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -W% X% Y% Z% [% \% % )% *% k% v% % % % |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
% % % 
% %% <% i% j% % %   % ! % !% !% #!% 8!% c!% q!% !%                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  !% !% !% !%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !% !% !% !%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !% !% !% !%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !% !% !% !%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !% !% !% !% !% "%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% 
"% "%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% ""%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ""% #"% ."% 3"%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3"% 4"% >"% C"%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C"% D"% E"% b"% p"% "%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% "%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% "%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% "%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% "%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "% "% "% "% "% #%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% #%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #%  #% %#%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %#% &#% 1#% 6#%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6#% 7#% A#% F#%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F#% G#% H#% p#% ~#% #%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% #%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% #%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% #%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% #%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #% #% #% $% $% ,$%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,$% -$% 8$% =$%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =$% >$% H$% M$%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M$% N$% Y$% ^$%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^$% _$% i$% n$%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n$% o$% p$% $% $% $%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $% $% $% $%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $% $% $% $%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $% $% $% $%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $% $% $% $%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $% $% $% W%% %% %% %% %%                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %% %% %% %%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %% %% %% &%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% 
&% &%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% &% "&%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "&% #&% $&% K&% Y&% i&%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i&% j&% u&% z&%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z&% {&% &% &%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% &% &%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% &% &%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% &% &% &% &%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &% &% '% 	'%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	'% 
'% '% '%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% %'% *'%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *'% +'% 5'% :'%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :'% ;'% <'% l'% z'% '%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% '% '%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% '% '%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% '% '%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% '% '%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '% '% '% '% (% (%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (% (% (% #(%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #(% $(% .(% 3(%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3(% 4(% ?(% D(%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D(% E(% O(% T(%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T(% U(% V(% (% (% (%  )% )%                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% !)%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !)% ")% ,)% 1)%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1)% 2)% =)% B)%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B)% C)% M)% R)%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R)% S)% T)% s)% )% )%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% )%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% )%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% )%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% )%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )% )% )% *% *% *%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *%  *% +*% 0*%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0*% 1*% ;*% @*%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @*% A*% L*% Q*%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q*% R*% \*% a*%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a*% b*% c*% ~*% *% *%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *% *% *% *%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *% *% *% *%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *% *% *% *%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *% *% *% *%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *% *% *% +% $+% I+% l+% m+% +% +% +% +% +% +% {,%                                                                                                                                                                                        gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +% +% +% ,% |,% ,% ,% ,% ,% ,% 
-% -% -% -%  -% R-% S-% d-% v-% w-% -% -% -% -% /% /% /% /% /% Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  {,% |,% ,% ,% ,% ,% ,% -% -% -%                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	-%  -%                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                -% S-% w-% -% -% -%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  -% -%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -% -%  .% .% !.% ".% p.% .% /% */% :/% K/% [/% \/% /%                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  /% /% /% /% /% 0% .0% ]0% |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /% /% /% /% /% /% /% /% \0% ]0% ^0% 0% 0% 0% 0% 0% 0% >2% @2% P2% Q2% 3% 3% 3% 3% 43% ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ]0% ^0% 0% 0% 0% 0% 0% |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0% 0%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0% 0% 1% 	1% X1% 1% 1% 1% 1% 2% &2% >2% ?2%                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ?2% @2% Q2% 3% |            s            s                                                                                                                                                                                           	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3% 	3% 
3% 3% 43% 3% 3% 3% 
4% 4% 4% 5% 
5% |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       43% 3% 3% 3% 3% 4% 4% 4% ;4% 4% 4% 4% 4% 5% 
5% "5% T5% U5% _5% i5% j5% 5% 5% 5% 5% 5% 5% 5% 6% 6%  8% !8% D8% F8% V8% W8% g8% ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $
5% 5% "5% U5% _5% i5%                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  i5% j5%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j5% 5% 5% 5% 5% 5% 5%                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  5% 5%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5% 5% 46% 56% D6% U6% 6% 6% 7% z7% 7% 7% 7% 7%  8% !8% E8%                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  E8% F8% W8% 8% 8% Y9% 9% 9% |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g8% h8% 8% 8% 8% 8% 8% 8% 8% 8% #9% X9% u9% 9% 9% 9% 9% 9% 9% :% +:% :% :% :% :% :% ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  9% 9% 9% 9% :% :% :% :% :% :% :% :% |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :% :% :% ;% ;% #;% -;% .;% S;% T;% |;% ;% ;% ;% ;% <% <% P<% l<% <% <% <% <% <% <% <% <% <% <%  =% =% =% =% R=% ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !:% :% ;% #;% -;%                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  -;% .;%                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .;% T;% |;% ;% ;% ;%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ;% ;%                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;% ;% ;% ;% <% <% l<% m<% <% <% <%                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
<% <% <% <% <% =% =% =% 
@% @% B% B%             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  R=% S=% ^=% _=% o=% p=% t=% u=% =% =% B% B% C% C% +G% =G% K% K% TK% VK% kK% mK% L% 
L% L% L% zL% |L% aM% vM% M% N% N% N% O% O% P% P% ?R% fR% R% R% R% R% R% R% ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j# hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j_ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -B% C% C% C% 5E% 6E% E% E% *G% +G% =G% H% H% 
K% K%  K% mK% 
L% L% {L% |L% aM% vM% M% M% M% 	N%                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  	N% N% N% "N% *N% /N%             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  /N% 0N% 5N% =N% IN% o            f            f            f                                                                                                                                                	  $If   gd_    kd4  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at IN% JN% ON% VN% [N% o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [N% \N% aN% hN% tN% o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tN% uN% }N% N% N% o            f            f            f                                                                                                                                                	  $If   gd_    kd~! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N% N% N% N% N% o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N% N% N% N% N% o            f            f            f                                                                                                                                                	  $If   gd_    kdZ" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N% N% N% N% N% o            f            f            f                                                                                                                                                	  $If   gd_    kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N% N% N% N% |O% }O% P% P% jR% kR% (S% )S% S% o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd6# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R% R% R% S% S% q\% {\% _% _% e% e% Nh% vh% i% i% i% i% i% i% j% j% j% k% k% k%  k% !k% -k% Nk% Ok% k% k% k% k% k% [m% ]m% mm% ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %S% S% 
T% T% T% T% XU% YU% U% lW% mW% uX% vX% X% QZ% RZ% Z% q\% {\% ]% ]% ^% ^% ^% 
_% _% (_%                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  (_% 9_% J_% [_% l_% m_% _% _% _% _% _% _% `% `% a% a% b% b% d% d% e% e% 
f% Zf% [f% f% f% g% Eg%                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Eg% Fg% g% g% Nh% Oh% vh% i% i% i% j% j% j% j% k% k%  k%                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_   k% !k%                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !k% Ok% k% k% k% k%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k% k%                                        kds% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k% k% k% k% l% (l% fl% l% l% l% l% m% [m% \m%                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
\m% ]m% nm% m% |            s            s                                                                                                                                                                                           	  $If   gd_   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       mm% nm% m% m% m% m% m% m% m% m% m% n% n% 'n% 1n% 2n% >n% _n% `n% n% n% n% n% n% p% p% ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 m% m% m% m% m% m% m% m% n% 'n% |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'n% 1n%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  1n% 2n%                                        kd;( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2n% `n% n% n% n% n% n%                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  n% n%                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n% n% n% n% o% 1o% qo% o% p% p% p% p%                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  p% p% p% p% p% p% p% p% p% p% p% p% p% 	q% q% q%  q% Aq% Bq% iq% jq% kq% oq% xq%  s% ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    p% p% p% p% |            s            s                                                                                                                                                                                           	  $If   gd_   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p% p% p% p% p% p% 	q% q% |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q% q%                                        kdW, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q% Bq% hq% iq% jq% kq% mq% nq%                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  nq% oq%                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oq% xq% q% q% q% r% Ur% yr% r% hs% xs% ys%                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   s% hs% xs% zs% s% s% s% s% s% s% s% s% s% s% s% s% s% t% t% t% $t% %t% 1t% Rt% St% {t% |t% ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ys% zs% s% s% |            s            s                                                                                                                                                                                           	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s% s% s% s% s% s% s% t% t% $t% |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$t% %t%                                        kds0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %t% St% zt% {t% |t% }t% t% t%                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  |t% }t% t% t% u% u% v% v% v% v% v% v%  v% 5v% gv% hv% rv% |v% }v% v% v% v% v% v% v% v% îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  t% t%                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t% t% t% t% t% *u% iu% u% u% u% u% u%                                                                                                                         f                           kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  u% v% v% v%  v% *v% 5v% hv% rv% |v%                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	|v% }v%                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }v% v% v% v% v% v% v%                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  v% v% v% v% ox% px% qx% x% x% x% x% x% x% x% x% x% x% x% x% 0y% 1y% ;y% Ey% Fy% Ry% ny% п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  v% v%                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v% v% #w% /w% Vw% w% w% w% w% 'x% px% qx%                                                                                                                         f                           kd77 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  qx% x% x% x% x% x% x% x% x% 1y%                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	1y% ;y% Ey%                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Ey% Fy%                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fy% oy% py% qy% sy% y%                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ny% oy% py% qy% y% y% z% z% z% {% {% {% {% {% |% |% |% |% |% |% #|% '|% G|% -~% @~% ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 y% y%                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y% y% z% z% z% z% {% {% {% {% |%                                                                                     s                                                                                              kdS; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
|% |% |% |% |% |% G|% }% }% -~% o~% ~% ~% %% |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd
< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@~% o~% ~% ~% ~% ~% ~% $% 8% s% % % % % % % % &% '% ?% I% J% K% N% O% n% o% % % % % Հ% ހ% % õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !%% t% % % % % % % &%                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  &% '%                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '% O% o% % % % % % Ԁ%                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ԁ% Հ%                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Հ% ހ% I% \% % % % % Ɂ% Ё% ؁%                                                             f                                    [            [                     
  $If   gd_ K$  kdo? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
% I% % % % % % % % % ǁ% Ɂ% ρ% Ё% ׁ% ف% % % %  % % % % $% %% &% (% )% *% L% M% ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ؁% ف% % %  % %                                     R            I                                                                     	  $If   gd_ Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)@ $If   K$L$l 0                                     
t                              4   4 
l a   % % *% M% `% s% % % % % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M% % % % % Ȃ% #% $% %% &% 6% 7% h% n% o% w% y% % % % % % % % ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J % %                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % Ȃ% % $% %% &% 7% h% o% x%                                                             f                                    [            [                     
  $If   gd_ K$  kdQC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
x% y% % % % % %                                     R                                                                                              Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   % % % % % %                                     R            I                                                                     	  $If   gd_ Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%E $If   K$L$l 0                                     
t                              4   4 
l a   % % Ѓ% % % % *% =% >% ?% |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% % ʃ% ˃% ̃% ΃% σ% Ѓ% % % <% =% @% I% :% ;% % % !% "% #% $% 4% 5% 6% % % % % % ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ?% @%                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @% I% % (% ;% !% "% #% $% 5% %                                                                                     Y                                          kdMH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
% % % % %  % 5% G% a% {% % % % Ǉ% ܇% % % %                                                                                                                                                                                                                      	  $If   gd_  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ % % % % {% |% }% ~% % % % % % % % ň% ƈ% % % % % )% % % )% *% +% ,% ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  % 7% G% a% {% |% }%                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }% ~% % ƈ% % % % % % |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd+J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % %                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % *% +% ,% =% % % %                                                             f                                    [            [                     
  $If   gd_ K$  kd9L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
,% <% =% [% c% % % % % % % % % % +% 5% 6% 7% 9% :% ;% H% R% S% % % % % 1% ߍ% ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 % % % % ʊ% ܊% % %  % :% T% \% q% % % % ̋% ܋%                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdL $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ܋% % % % %                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdM $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  % % ;% S% f% y% % % % % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % 1% N% % ލ% |% }% ~% % % %                                                                                                 f                                                   kd%P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ߍ% z% }% ~% % % % % % % % % % % 
% % % $% %% % % % % þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ % % % %% J% ]% p% % % % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % 9% a% % % % % % % %                                                                                                 Y                              kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
% 8% :% % % % % % % % % % % % % % % % % % % % % % % % νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  % % % % % A% T% g% z% % % %             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % %                                        kdaT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % n% % ٓ% "% % % Ô% Ԕ% '%                                                                                     Y                                          kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
% % m% "% % % % Ô% Ӕ% Ԕ% '% (% .% /% 7% 9% % % % % Ė% Ŗ% % % % 1% ;% <% =% ?% @% A% ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 '% (% /% 8% 9% A% V% k% }% % % % ە% % % % '%                                                                                                                                                                                                         	  $If   gd_  S  kdoV $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  '% 9% S% m% }% % % % %                                                                                                                                                                                                                                                 	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  % % Ŗ% % |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % A% B% U% h% {% % % % % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdMX $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
A% B% T% U% % % % % f% V% W% X% h% i% u% z% % Ӛ% % M% O% U% V% ^% `% Y% [% ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  % %                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % f% Ƙ% % % % V% W% X% i%                                                                                                 f                                                        kdiZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
i% Ӛ% O% V% _% `% h% }% % % % ӛ% % % %                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd#[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  % 2% C% ]% e% z% % % % М% % % % /% @% Z% [%                                                                                                                                                                                                                            S  kd[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [% \% ]% % % % % % ҝ% % % %             s                                                                                                                                                                 kdG\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [% \% ]% u% % % % % % % % % % % % % % % % % % % % % % % k% l% U% j% l% m% Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ % %                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % m% % % F% % % l% % l% m% t% % % % I% u% % գ% % -% a%                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  m% t% y% % % % 1% D% H% `% a% b% r% s% % % % Ƥ% Ȥ% % % % % ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   a% b% s% % % Ǥ% |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdU^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ǥ% Ȥ% Ф% % % % !% ;% U% f% % % % ť% ֥% % % 
%                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_ $If   K$L$l 0                     x                
t                                4   4 
l a   
% "% 7% I% c% }% % % ¦% Ӧ% % % % % %                                                                                                                                                                                                                   	  $If   gd_  S  kd_ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  % % C% D% W% j% }% % % % % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd3` $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
% 3% =% >% B% C% D% V% W% % % % % m% % f% % ̩% -% B% % 3% % % R% g% h% i% p% % ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ % %                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % m% g% ϩ% E% R% % 6% % i% p% % Ϭ% % % *% I% h% % %                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  % Ǭ% Ӭ% % .% A% M% `% l% % % % % % % % % %  % % % % % W% Y% Z% [% s% }% ~% % ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  % % %  % % % |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdOb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % +% =% O% a% x% % % % ή% % % % % 4% 5%                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd	c $If   K$L$l 0                                     
t                                4   4 
l a   5% =% O% a% s% % % % ʯ% ۯ% % 	% % 0% A% X% Y%                                                                                                                                                                                                                            S  kdc $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Y% Z% [% % % % % % а% % % %             s                                                                                                                                                                 kd-d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % % % % % % % % % % 4% ʲ% % % % % {% % % {% Ҷ% % % A% Ÿ% i% % չ% }% % %  % 3% % 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !% %                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % ʲ% % % % Ҵ% % <% % % % {% $% C% k% ع% ٹ% % |% }%                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  }% % % % ;% {% % % ؼ% % % 	%                                                                                                             f                                       kd;f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  % % % % % м% ܼ% % % % % 	% L% M% N% q% r% s% w% x% |% % % % % % ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  	% M% N% r% s% x% z% {%             s                                                                                                                                                                                     kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  {% |%                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |% % % % ֽ% % % % =% _% % % %                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  % % ʾ% % "% |            s            s            s                                                                                                                                                                          	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % ɾ% ʾ% !% "% #% $% %% 1% 5% 9% @% _% E% X% % % % % % 	% <% P% % % a% m% q% % % % *% =% ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  "% #% $% %% _% % % E% % % % =% % |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % 4% % % % % `% a% % % % *% l% % % "% q% % % % % % % #%                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  =% l% % % % % % !% 5% p% % % % % % % % #% $% <% F% G% K% L% M% _% `% r% s% % % % % % % % % % % $% %% õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (#% $%                                        kdwj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $% L% M% `% s% % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  % %                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % H% v% % % % % % %%                                                                                                             f                                       kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  %% &% '% O% P% c% v% % % % %             s                                                                                                                                                                      kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
%% &% '% ?% I% J% N% O% P% b% c% u% v% % % % % % % m% n% o% % % % % % % % % % % % % % % % % ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %% %                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % n% o% % %                                                 f                                                                                                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  % % % % % % % % % % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kd[q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % E% F% % % % % % % % % %  % % % % % % +% ,% Q% R% V% _% % % % % % % % % % % % % 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %% % "% F% % % % %                                                 f                                                                                                                       kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  % % % % % ,% ?% R% T% U% |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdis $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U% V%                                        kd#t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V% _% % % % % % %                                                 f                                                                                                                       kdwu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  % % % % e% f% % % % % % % .% |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd1v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % d% e% f% % % % % % % % % .% A% d% x% % % % % % % % % #% 6% d% e% x% % ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  .% e% % % #% e% % % @% % % % % % % % %                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  % % % % ?% S% % % % % % % % % % % % % % % % %% B% T% U% z% {% % % % % շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\% %                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % % B% U% h% {% }% %                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  % %                                        kd?x $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % % =% O% % % %  % % % ?%                                                                                                 f                                                   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  % % % % % % % % % %  % % % % % *% 3% =% ?% E% F% M% O% d% e% t% v% w% x% ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ?% F% N% O% e% u% v% w%                                                             R            I                                   	  $If   gd_ Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdMz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ w% x% % % % % % % % % % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x% % % % % % % % % % % % % % % %  % ~% L% V% W% u% v% % % % % % % % ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ % %                                        kd!| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % % % % % % % L% W% v% % % % % %                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  % % % % % % % 0% 6% 7% >% @% I% o% p% % % % % % % % % % % % % % % % % % % пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  % % % 0% 7% ?% |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdu} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?% @% p% % % %                                     R            I                                                                     	  $If   gd_ Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/~ $If   K$L$l 0                                     
t                              4   4 
l a   % % % % % % % % % % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % {% % % % *% 5% T% % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
% % 
% % z% *% 4% 5% S% T% g% v% ~% % % % % % % % % % % % % % % % % % زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 % % % % |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % % )% *% .% /% 0% B% C% U% V% {% |% % % % % % % % % % X% b% c% % % ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    % % /% 0% C% V% i% |% ~% % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% %                                        kd˂ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % % 5% % % % % X% c% % % % %                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
% % % % % % % % % % % % % % % #% -% .% /% 0% 1% 2% Y% 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  % % % /% |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /% 0% 1% 2% Y% Z% % L% ~% % % $% _% `% |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdل $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y% f% j% % L% ~% % % % $% `% l% p% % % {% % % % % 
% m% % % % % % % % % % % % % % % % 2% p% % % % % % )% W% X% % % $% }% % % ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4`% % % z% {% % % 
% m% % % % % % % % % % % 2% % % % 1% M% ]% p% % % %                                                                                                                                                                                                                                                                                                                                                                   gd_  % )% X% % % $% }% % % P% % % % % % % % /% 3%                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  % % % % % % % % /% 2% 3% :% ;% % % % % % % `% % % % % p% % % % % % *% W% X% ]% % % 8% Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $3% 4% 5% 6% 7% 8% 9% :% ;% M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ;% O% V% [% k% l% {% |%                                                 _            V            V                                                             	 $If   gd_    kd1 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  |% }% % %                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  % % % % % % % %                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  % % % % % 2            )            )            )                      	 $If   gd_    kd@ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     % Z% [% `% % % %             [                                                                                                                                           kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  % % % % % j% d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j% k% p% % % % d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  % % % % % $% d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdȋ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $% %% *% X% ]% % d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  % % % % % % % d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  % % % % n            e            e                                                                                                                                                               	 $If   gd_    kd# $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           % % % 
%                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  
% % % % "% *% 1% 8% D%                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  D% E%                                             kd2 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          E% P% T% [% b% c% d% e%                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  e% f% g% h% i% j% k% l%                                                 A                                              kdj $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  l% m% n% o% p% q% %                                     A            <            7                  gd_    gd_    kdI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  % 9% :% S% T% m% ~% % % %                                                                                                                                                                                                                                                   E  kd( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	8% 9% :% @% A% S% T% ~% % % % % % % % % % % % % % % % % % 6% 7% 8% <% =% Z% [% \% h% i% {% C% % % % % % % 춥x                          /jZ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *% % % % % % %                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   % % % % % % %                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   % % % % % % %                                     a                                                                                                                             E  kdb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   % % % % % )% 6%                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   6% 7% 8% 9% :% ;% <%                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   <% =% J% K% Y% Z% l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdޗ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Z% [% \% i% {% B% C% 5% 6% 
% % l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
% 
% %  % % % 
% % % "% #% %% M% N% % % % % % % % 	% P% R% d% e% % % % % % % % % % Z% [% g% % % % %  &  & g & h &  &  &  & ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0% %% .% N% % % % % 	% Q%                                                                                                                                                                                                                                                       S  kd( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Q% R% e% % % % %                                     N                                                                                       S  kdL $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   % % % % #% % v% w% d% e% Z% [% g% % E% % % % %                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdޛ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   % % %  & g & h &  &  &  &  & >& ?& P& n& & & & 4& P& j& k& t& u& & & s& t& &                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_   &  & O& P& `& h& =& ?& P& m& n& & U& r& u& & & 4& & & & & & 7& 8& M& N& & & & & & & & & & & & & & ۵۵۵ۭۜۋzrgrrr       jT h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '& & & & & 8& N& &                                     j                                                                                                                                           kdp $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  & & & & & 	& }	& ~	& 	& 
& A
& s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
A
& 
& `& a& & & & N& O& & & L& M& & & r& s& @& A& [& l& & & & & & &                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  & & & &  & & N& O& & K& 
& q& & & '& (& 8& 9& =& >& ?& @& A& J& [& l& & & & & & & & & ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j" hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !& & & 
& #& $& 8&                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  & 
& :& ^& _& b& c& i& j& & & & & & & & & & & & & ;& <& S& T& j& k& & & & & & & & & & & & 2& K& & & & & && & & F& o& & & & ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 38& 9& :& C& Q& ^& _&                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdo $$If   l   l '{6    4   4 
l a] p
         _& `& a& b& c& g& h& i&                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  i& j& & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdݡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdޣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & 4& 6& ;&                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;& <& K& M& S&                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdߥ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S& T& b& d& j&                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j& k& ~& & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & & & & & & & & 2& L& & & &                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & & '& [& n& & & & & F& `& p& & & & & & & & %& && <& b& q& & & & & &                                                                                                                                                                                                                                                                                                                                                                   gd_  & & & & & & <& R& q& & & & & & 0& Q& b& & & & V & k &  &  &  &  &  &  &  &  &  & !& пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  & & & & & 0& `& a& b& & & & & & & U & V & ` & k &  &  &  &                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   &  &                                     kd6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                &  &  &  & !& $!& :!& P!& R!& i!&                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	!& !& #!& $!& 9!& :!& O!& P!& j!& s!& "& "& "& "& 4"& 5"& 6"& 7"& ]"& ^"& c"& l"& #& #& #& #& #& #& #& #& #& Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ i!& j!&                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j!& s!& !& !& !& !& !& !& !& "& "& "& "& "&                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
"& 5"& 6"& 7"& ^"& _"& `"& a"& b"&             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  b"& c"&                                     kd^ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               c"& l"& "& "& "& "& "& "& "& "& #& 0#& E#& Z#& t#& u#& #&                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  #& #& #& #& z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       #& #& #& #& #& #& #& #& z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdr $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       #& #& #& #& #& {$& }$& $& $& $& $& $& $& $& $& $& 9%& E%& a%& m%& %& %& %& %& %& %& && &&  && *&& @&& && && &&  '& ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "#& #&                                     kd/ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               #& #& $& $& '$& ($& J$& f$& g$& |$& }$& $& $&                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  $& $& $& $& $& $& $& $& z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdC $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       $& $&                                     kd  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $& $& 4%& 5%& %& %& %& %& &&                                                             q                                                                                                                             kdW $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  && && &&  && @&& && '& '& '& "'& -'& z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
 '& '& '& -'& _'& `'& j'& t'& u'& '& '& '& '& '& 
(& (& (& )& )& )& )& )& *& 6*& 7*& 8*& W*& X*& Y*& Z*& [*& ^*& g*& *& *& *& ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #-'& `'& j'& t'&                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  t'& u'&                                        kdߵ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u'& '& '& '& '& (&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  (& 
(&                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
(& (& (& (& (& (& (& L)& )& )& )& )& 7*&                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7*& 8*& Y*& Z*& [*& \*& ]*& |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]*& ^*&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^*& g*& *& *& *& *&                         s                                                                                                                                                                                   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *& *& *& *& *& *& *& +& '+& .& .& .& /&  /& /& /&  0& 0& 0& 0& 1& -1& 1& 1& '2& F2& `3& 3& 3& 4& x4& 4& 
5& )5& 5& 5& 6& 6& 7& 07& 7& 7& 8& ;8& p9& q9& о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -*& *& *& *& *& *& '+& +& +& 	,& ,& ,& ),& 3,& |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3,& 4,& ,& ,& ,& ,& -& -& C-& x-& -& -& .& .& .& .& /& /& /&                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  /&  /& +/& 0/&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdü $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0/& 1/& ;/& @/&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @/& A/& L/& Q/&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q/& R/& \/& a/&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a/& b/& c/& /& /& /&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /& /& /& /&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /& /& /& /&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /& /& /& /&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /& /& /& /&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /& /& /&  0& 0& 0&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& *0& /0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /0& 00& :0& ?0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?0& @0& K0& P0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P0& Q0& [0& `0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `0& a0& b0& 0& 0& 0&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& 0& 0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& 0& 0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& 0& 0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& 0& 0&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0& 0& 0& 1& 1& ,1&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,1& -1& 81& =1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =1& >1& H1& M1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M1& N1& Y1& ^1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^1& _1& i1& n1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n1& o1& p1& 1& 1& 1&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1& 1& 1& 1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1& 1& 1& 1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1& 1& 1& 1&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1& 1& 2& 2&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2& 
2& 2& '2& 52& E2&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E2& F2& Q2& V2&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V2& W2& a2& f2&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f2& g2& r2& w2&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w2& x2& 2& 2&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2& 2& 2& 2& >3& `3& n3& ~3&                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~3& 3& 3& 3&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3& 3& 3& 3&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3& 3& 3& 3&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3& 3& 3& 3&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3& 3& 3& 3& 3& 4&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& #4& (4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (4& )4& 44& 94&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   94& :4& D4& I4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I4& J4& K4& x4& 4& 4&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 4&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4& 4& 4& 
5& 5& (5&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (5& )5& 45& 95&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   95& :5& D5& I5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I5& J5& U5& Z5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z5& [5& e5& j5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j5& k5& l5& 5& 5& 5&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5& 5& 5& 5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5& 5& 5& 5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5& 5& 5& 5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5& 5& 5& 5&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5& 5& 5& `6& a6& 6& 6& 6&                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 6& 6& 6&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 6& 6& 6&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 6& 6& 6&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 6& 6& 6&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 6& 6& 7& 7& /7&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /7& 07& ;7& @7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @7& A7& K7& P7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P7& Q7& \7& a7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a7& b7& l7& q7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q7& r7& s7& 7& 7& 7&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7& 7& 7& 7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7& 7& 7& 7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7& 7& 7& 7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7& 7& 7& 7&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7&  8& 8& 8& *8& :8&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :8& ;8& F8& K8&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K8& L8& V8& [8&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [8& \8& g8& l8&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l8& m8& w8& |8&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |8& }8& ~8& 8& 8& 8& 
9& 9& a9& b9& o9& p9& q9& 9& :&                                                                                                                                                                                        gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q9& 9& 9& 9& :& N:& _:& `:& a:& v:& :& :& :& :& :& :& :& ;& ;& ;& &;& ';& A;& J;& =& =& /=& 0=& @=& Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  :& :& N:& `:& a:& k:& v:& :& :& :&                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	:& :&                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :& :& ;& ';& );& @;&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @;& A;&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A;& J;& ;& ;& ;& ;& <& m<& <& <& <& <& <& <& =&                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  =& =& 0=& =& =& =& =& =& |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @=& A=& [=& \=& ]=& p=& q=& =& =& =& =& !>& ">& Q>& R>& U>& ^>& ?& ?& ?& ?& @& @& @& @& @& ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  =& =& ">& Q>& R>& S>& T>& |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T>& U>&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U>& ^>& >& >& >& U?& `?& |?& ?& ?& ?& ?& ?&                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ?& ?& ?& @& |            s            s                                                                                                                                                                                           	  $If   gd_   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @& @& @& @& @& aA& bA& A& A& A& A& B& B& |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @& aA& bA& A& A& A& A& A& A& B& 4B& jB& B& B& B& B& B& B& B& C& C& -C& .C& ]C& C& C& C& C& CD& FD& E& E& E& E& E& E& F& ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $B& B& B& B& B& C&                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  C& C&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C& .C& ]C& oC& C& C& C&                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  C& C&                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C& C& C& C& C& C& +D& ,D& D& E& 8E& YE& E& E& E& E& E&                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  E& E& E& FF& F& F& 5G& xG& |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F& F&  F& !F& "F& 5F& 6F& EF& fF& F& F& F& G& 4G& VG& wG& xG& {G& G& G& G& (H& ZH& [H& \H& mH& ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j> h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  xG& yG& zG& {G& G& G& 'H& (H& \H& nH& oH& yH& |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       mH& oH& H& H& H& H& H& H& H& H& I& +I& ,I& /I& 8I& I& I& I& 
J& "J& #J& +J& -J& =J& >J& J& J& J& J& J& J& J& J& J& ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !yH& H& H& H& H&                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  H& H&                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H& H& I& ,I& -I& .I&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .I& /I&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /I& 8I& I& I& I& I& 
J& J& ,J& -J& >J&                                                                                                 Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
>J& J& J& J& J& J& RK& vK& M& M& CP& PP&             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J& J& J& J& 
K& K& K& K& RK& vK& CP& PP& |Q& Q& T& T& X& X& X& X& 	Y& Y& Y& Y& Y& Y& Z& Z& Z& [& [& [& \& \& ]& "]& R^& s^& _& `& k`& l`& `& `& `& `& ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -PP& {Q& |Q& Q& R& R& S& S& T& T& T& AV& BV& X& X& X& Y& Y& Y& Z& Z& Z& [& [& [& [& [&                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  [& [& [& [& [& [&             f                                                                                                                                                                      kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  [& [& [& [& [& o            f            f            f                                                                                                                                                	  $If   gd_    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [& [& [& [& [& o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [& [& [& \& \& o            f            f            f                                                                                                                                                	  $If   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \& \& \& #\& (\& o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (\& )\& 1\& 9\& E\& o            f            f            f                                                                                                                                                	  $If   gd_    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E\& F\& N\& U\& Z\& o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Z\& [\& c\& j\& v\& o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at v\& w\& x\& y\& ]& ]& r^& s^& `& 	`& `& `&  a& o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `& `& `&  a& ,a& j& j& `m& km& bs& ss& u& v& $w& 0w& 1w& =w& Aw& ]w& ax& bx& wx& x& x& x& x& x& x& x& x& y& y&  y& $y& -y& z& z& {& ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ % a& ,a& a& a& _b& `b& b& b& Ic& 
e& e& f& f& ef& g& g& h& j& j& _k& `k& l& l& l& l& l& l&                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  l& l& l& l& 
m& m& m& 1m& Hm& _m& `m& km& n& n& 9o& :o& o& o& r& r& bs& ss& s& s& s& Xt& t& t& t&                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  t& t& -u& }u& u& u& v& $w& 1w& ]w& ax& bx& lx& wx& x& x& x&                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  x& x&                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x& x& y&  y& "y& #y&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  #y& $y&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $y& -y& ly& xy& y& y& z& ,z& 7z& pz& zz& z& z& z&                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
z& z& {& C{& |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {& {& B{& C{& D{& F{& R{& V{& r{& s{& {& {& {& {& {& {& {& {& {& #|& $|& %|& )|& 2|& }& "~& ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 C{& D{& E{& F{& r{& s{& }{& {& {& {& |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{& {&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  {& {&                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {& {& #|& $|& %|& '|& (|&                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  (|& )|&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )|& 2|& q|& }|& |& |& }& 3}& }& "~& 2~& 3~&                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  "~& 2~& 4~& D~& E~& K~& R~& S~& T~& U~& j~& ~& ~& ~& ~& ~& ~& ~& ~& & & 	& 
& & & ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    3~& 4~& E~& S~& |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S~& T~& U~& _~& j~& ~& ~& ~& |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~& ~&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~& ~& & & & 	& & &                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  & 
&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
& & U& a& & & & & & & & &                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  & & & & (& )& /& 6& 7& 8& 9& :& F& J& e& f& {& & & & & Á& ρ& & & & & ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    & & )& 7& |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7& 8& 9& :& f& p& {& & & & |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& Á&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Á& & & & & & & &                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  & & & (& & & & & & & & & & Ӄ& & & & & & '& H& I& S& r& s& t& îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  & &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & (& g& s& & Ȃ& & '& _& & & &                                                                                                                         f                           kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  & & & & & ȃ& Ӄ& & & &                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	& &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & I& s& t& u& w& x&                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  t& u& y& & 
& & & &  & && -& .& /& 0& j& & & & & Ά& φ& ن& & & & & п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  x& y&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y& & & ̈́& & "& B& q& & Ņ& & &                                                                                                                         f                           kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  &  & .& /& 0& j& & & & φ&                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	φ& ن& &                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  & &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & 
& & & & (&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  & 
& & & )& 2& 3& 4& 5& k& l& m& }& ~& & & & & & & & ŉ& & ˋ& ދ& ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 (& )&                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )& 2& 4& 5& F& & & l& m& ~& &                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
& & & & & & & & & ˋ& 
& D& |& Ì& |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ދ& 
&  & C& W& {& & & ֌& & %& g& h& }& & & & č& ō& ݍ& & & & & & & 
& &  & X& Y& s& |& & õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ì& & g& h& r& }& & & č&                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  č& ō&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ō& & 
&  & 3& F& Y& [& r&                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  r& s&                                        kdU	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s& |& & & '& (& )& :& g& n& v&                                                             f                                    [            [                     
  $If   gd_ K$  kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
& & '& (& )& 9& :& =& R& [& e& g& m& n& u& w& & & & & & & & & Ï& ď& Ə& Ǐ& ȏ& & & ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ v& w& & & & &                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   & & ȏ& & & & $& 7& 8& 9& |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& 6& 7& :& C& f& & & Ð& Đ& Ԑ& Ր& & & 
& & & ,& -& <& >& D& E& F& ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 9& :&                                        kd7
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :& C& f& & & Ð& Đ& Ր& & 
& &                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
& & -& =& >& ?& @&                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   @& A& B& C& D& E&                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   E& F& n& & & & ȑ& ۑ& ܑ& ݑ& |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F& ^& h& i& j& l& m& n& & & ڑ& ۑ& ޑ& & ؒ& ْ& & & & & & & ғ& ӓ& ԓ& @& I& `& & & ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ݑ& ޑ&                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޑ& & $& ƒ& ْ& & & & & ӓ& &                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
& & & & & & Ӕ& & & & )& C& ]& e& z& & & &                                                                                                                                                                                                                      	  $If   gd_  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ & & & & & & & & 4& >& ?& @& B& C& D& c& d& & & & & ǖ& && & Ǘ& ȗ& ɗ& ʗ& ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  & Օ& & & & & &                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & & D& d& & & & & & |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & &                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & && T& ȗ& ɗ& ʗ& ۗ& %& ,& 5&                                                             f                                    [            [                     
  $If   gd_ K$  kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ʗ& ڗ& ۗ& & & %& +& ,& 4& 6& & & & & ə& ә& ԙ& ՙ& י& ؙ& ٙ& & & & <& =& @& I& Ϛ& }& ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 5& 6& >& S& h& z& & & & ؘ& & & & $& 6& P& j& z&                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   z& & & & &                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & & ٙ& & & & *& =& >& ?& |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?& @&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @& I& Ϛ& & 3& |& & & & & .& &                                                                                                 f                                                   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  }& & & & & -& .& & & & & & & & & & & & Ü&  & !& $& -& þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ & & & Ü& & & & !& "& #& |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#& $&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $& -& ם& & B& & )& *& +& ,& =&                                                                                                 Y                              kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
-& ֝& ؝& A& B& & )& *& +& ,& <& =& & & & & & & & & & & & *& +& .& νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  =& & & & & ߟ& & & & +& ,& -&             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -& .&                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .& 7& & 3& w& & _& `& a& r& Ţ&                                                                                     Y                                          kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
.& 7& & & ]& _& `& a& q& r& Ţ& Ƣ& ̢& ͢& բ& ע& N& P& Q& R& b& c& & & & Ϥ& ٤& ڤ& ۤ& ݤ& ޤ& ߤ& ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Ţ& Ƣ& ͢& ֢& ע& ߢ& & 	& & 5& O& _& y& & & & ţ&                                                                                                                                                                                                         	  $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ţ& ף& & & & 5& O& P& Q&                                                                                                                                                                                                                                                 	  $If   gd_  S  kd;" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q& R& c& & |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & ߤ& & & & & ,& ?& @& A& |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd# $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ߤ& & & & >& ?& B& K& & & & & & & & & -& q& & & & & & & & & & ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  A& B&                                        kdO$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B& K& & d& & & G& & & & &                                                                                                 f                                                        kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
& q& & & & & & & 0& E& W& q& & & &                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd]& $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  & Щ& & & & & -& B& T& n& & & & ͪ& ު& & &                                                                                                                                                                                                                            S  kd& $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & & & #& $& 7& J& ]& p& & & &             s                                                                                                                                                                 kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  & & & & & & & !& "& #& $& 6& 7& & & & & S& & & & & ]& ^& C& X& 	& 
& & & 
& & Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ & &                                        kd;( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & S& & & ^& & & Z& & 
& & 
& & & Q& & & & & G& s& & ˱& &                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  & & & *& .& F& ϱ& & & & &  & & & U& [& \& d& f& & & & & ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   &  & & U& \& e& |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e& f& n& & & & & ٲ& & & & 8& I& c& t& & & &                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdI* $If   K$L$l 0                     x                
t                                4   4 
l a   & & ճ& & & & ,& F& `& q& & & & & &                                                                                                                                                                                                                   	  $If   gd_  S  kd* $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & & & & & & & .& A& B& C& |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdm+ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
& Ѵ& ۴& ܴ& & & & & & @& A& D& M& & 7& & U& j& ˷& & & Ѹ& 8& M& & & & & & R& ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ C& D&                                        kd5, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D& M& & & m& & & ]& Ը& P& & & N& m& & & Ⱥ& & & G& H&                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  R& e& q& & ̺& ߺ& & & 
& & %& >& F& G& H& I& Y& Z& & & & & & & & & & & & &  & ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  H& I& Z& & & & |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & ɻ& ۻ& & & & -& D& U& l& & & & & Ҽ& Ӽ&                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdC. $If   K$L$l 0                                     
t                                4   4 
l a   Ӽ& ۼ& & & & #& :& Q& h& y& & & & ν& ߽& & &                                                                                                                                                                                                                            S  kd. $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & & & !& "& 5& H& [& n& & & &             s                                                                                                                                                                 kdg/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   & !& "& 4& 5& & & & & & ҿ& h& & :& & & & 5& & & p& & 6& & c& & ^& s& & & & & & & 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !& &                                        kd!0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & & h& :& & 6& p& & & 7& U& & & & & 	& v& w& ~& & &                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  & [& & & & & 8& W& v& & & &                                                                                                             f                                       kdu1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  & 0& <& O& [& n& z& & & & & & & & & & & & & & & #& @& U& V& W& ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  & & & & & & & &             s                                                                                                                                                                                     kd/2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  & &                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & #& 0& R& t& & & & & & & A& V&                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  V& W& h& & & |            s            s            s                                                                                                                                                                          	  $If   gd_   kd=4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W& g& h& & & & & & & & & & & & & %& 8& [& o& & & & & )& =& & & & 6& & & & & ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  & & & & & & & & %& \& & & *& |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *& & & & y& z& 9& :& & & 6& & & & 
& A& y& & & d& e& o& z& & & &                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  & 
& & @& T& x& & & & & "& d& e& z& & & & & & & & & & & & & & & & #& $& 6& 7& ;& D& & & & & & & õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (& &                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & & & & $& 7& 9& :&                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  :& ;&                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;& D& & & & & 2& L& & & & &                                                                                                             f                                       kdY8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  & & & & & & & '& :& <& =&             s                                                                                                                                                                      kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
& & & & & & & & &  & & & & 9& :& >& G& & & & & 
& & & &  & 8& B& C& G& H& I& [& \& n& o& & & ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %=& >&                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >& G& e& & & 
& & &                                                 f                                                                                                                       kd!; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  &  & H& I& \& o& & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & & & & f& g& h& x& y& z& {& & & & & & & & & & & & & & &  & !& & & 0& 1& 2& B& C& D& E& R& 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %& & & & g& h& y& z&                                                 f                                                                                                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  z& {& & & & & & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kd]? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & !& & 1& 2& C& D&                                                 f                                                                                                                       kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  D& E& F& w& & & +& ,& ]& U& V& & & |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdkA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R& V& w& & & & +& 8& <& ]& & V& & & & & & & :& ;& N& `& a& & & & & & & & & G& ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  & & ;& & & & H& & & 3& 4& 5& ?& J& }& & &                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  G& [& & & & & 2& 4& 5& J& |& }& & & & & & & & & & & & & & & & 2& ;& <& K& շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\& &                                        kd%B $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & & & & & & & & 1&                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  1& 2&                                        kdyC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2& ;& & & & %& 0& \& & & & &                                                                                                 f                                                   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  K& & %& 0& C& S& \& c& i& & & & & & & & & & & & & & & & & & & & & ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ & & & & & & & &                                                             R            I                                   	  $If   gd_ Q  kdF $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ & & >& ?& R& e& x& & & & & |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
& .& 8& 9& =& >& ?& Q& R& d& e& & & & & & & & & & & & & /& _& h& o& u& & & ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ & &                                        kd[G $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & & & 8& i& & & & & & & 0& B& h& & &                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  & & & & & & & & & & & & & 
& & #& $& && '& (& @& J& K& O& P& Q& c& d& v& w& & & & пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  & & & & & & |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & %& && '&                                     R            I                                                                     	  $If   gd_ Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdiI $If   K$L$l 0                                     
t                              4   4 
l a   '& (& P& Q& d& w& & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kd=K $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & & & A& {& & & & & & _& c& d& e&                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
& & & & & & & & & & & & & & $& *& ^& _& b& c& d& e& f& v& w& z& & & & & زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 e& f& w& & |            s            s                                                                                                                                                                                           	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & & & & & & & & & & & & & & '& (& 7& & & D& H& & &  & & &  & ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    & & & & & & & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdKM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kdN $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & '& & & E& x& & & & &  & K& & &                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 & 3& B& J& K& R& X& & & & & & & & & & & & & & & & & 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  & & & & |            s            s                                                                                                                                                                                           	  $If   gd_   kdYO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & & & & 3& & & & V& & & & |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
& & & 3& & & )& -& V& & & 
& & 0& & & n& o& {& & & & ;& G& K& s& E& s& & & & a& b& & & & & & & 6& 7& M& Q& }& & & & /& & & & W& & ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4& 0& & & & n& o& & & :& ;& s& E& r& s& & b& & & & & & & & & & & 6& 7& }&                                                                                                                                                                                                                                                                                                                                                                   gd_  }& & & /& & & & W& & & %& & & & & & & & &                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  & %& )& & & & & & & & & & & '& (& )& *& f& & & +& {& & & & 9& :& ^& & & & & & &  & $& & Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $& & & & & & & & & M            H            H            H            H            H            H            H                   gd_   kdP $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   & & & & 	& 
& & &                                                 _            V            V                                                             	 $If   gd_    kdkQ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  & & '& (&                                                                                                                                                                                                                                                          	 $If   gd_  o  kd@R $$If   l       0   T# T                 .                
t  0                                                              4 
l al  (& )& *& 5& 9& L& T& `&                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdR $$If   l       0   T# T                 .                
t  0                                                              4 
l al  `& a& f& & & 2            )            )            )                      	 $If   gd_    kdzS $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     & & & & +& 0& u&             [                                                                                                                                           kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  u& v& {& & & & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdpU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & 	& & :& >& X& d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9V $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  X& Y& ^& & & & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & & & & & !& d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !& "& #& -& |& & & d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & & & & n            e            e                                                                                                                                                               	 $If   gd_    kd]Y $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           & & & &                                                                                                                                                                                                                                                	 $If   gd_  t  kd2Z $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  & & & & & & & & &                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdZ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  & &                                             kdl[ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          & & & &  & & & &                                                             A                                  kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  & & & & & & 	& 
&                                                 A                                              kd] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  
& & & 
& & & $&                                     A            <            7                  gd_    gd_    kd^ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  $& & & & &  '  '  ' 1 ' 3 '                                                                                                                                                                                                                                                   E  kdb_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	& & & & & & &  '  ' 3 ' 4 ' 6 ' 7 ' E ' F ' S ' T ' s ' t ' v ' w '  '  '  '  '  '  '  '  '  '  '  '  ' ' ' ' ' ' ' ' ' ' ' 춥x                          /jd hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *3 ' 4 ' 5 ' 6 ' 7 ' ? ' E '                                     a                                                                                                                             E  kd ` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_ $$If   l 0 
" R                                                           4 
l a   E ' F ' O ' S ' T ' g ' s '                                     a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   s ' t ' u ' v ' w '  '  '                                     a                                                                                                                             E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=a $$If   l 0 
" R                                                           4 
l a    '  '  '  '  '  '  '                                     a                                                                                                                             E  kdZb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda $$If   l 0 
" R                                                           4 
l a    '  '  '  '  '  '  '                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdb $$If   l 0 
" R                                                           4 
l a    '  '  '  '  '  ' l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdc $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a    '  '  ' ' ' ' ' ' ' ' ' l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdc $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
' ' ' ' ' ' ' ' ' ' ' ' ' ' D' E' Q' R' ' ' ' ' ' ' ' ' '' )' 9' :' y' {' |' ' ' 	' 	' 
' G
' J
' _
' 
' 
' 
' ' ' b' c' u' ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jd hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0' ' ' ' E' R' ' ' ' '                                                                                                                                                                                                                                                       S  kdbe $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	' ' ' (' )' :' z'                                     N                                                                                       S  kdf $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kde $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   z' {' |' ' ' X' ' ' 	' 	' 	' 	' 
' 
' 
' T' ' #' '                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdg $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ' ' J
' 
' ' ' D' b' c' v' ' ' ' ' .' ' ' ' ' ' 	' ' ' ' ' ' ' ]'                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  u' v' ' ' ' ' ' ' ' ' ' .' ' ' ' ' ' ' ]' s' w' ' ' ' ' ' ' ' ' ' ;' <' G' H' I' M' N' ' ' ' ۵۵۵ۭۜۋzrgrrr       jh h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ']' i' x' ' ' ' ' '                                     j                                                                                                                                           kdg $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ' ' 0' y' ~' ' ' ' 8' ' ' s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdh $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
' 9' ' ' P' ' ' ' ' ' ' ' ' Y' Z' ' ' ' ' ' 
' ' t ' !' !' :"' ;"'                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 
' ' '  '  ' !' :"' #' #' ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j\i hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujh h_ U !;"' #' #' #' #' #' #'                                                 e                                                                                                                        F  kd6j $$If   l   l '{6    4   4 
l a] p
        F  kdi $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  #' #' #' #' #'  $' $' $' $' )$' *$' J$' K$' a$' b$' }$' ~$' $' $' $' $' $' $' $' $' %' 	%' #%' $%' K%' L%' M%' N%' O%' -'' .'' :'' '' '' '' (' #(' &(' (' (' )' )' )' 
*' A*' `*' *' ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3#' #' #' #' #' #' #'                                                             5            v  kdk $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdj $$If   l   l '{6    4   4 
l a] p
         #' #' #'  $' $' $' $' $'                                     t                                                                                                                                                             v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  $' $' !$' #$' )$'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdll $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )$' *$' C$' E$' J$'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J$' K$' Y$' [$' a$'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a$' b$' u$' w$' }$'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdmn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }$' ~$' $' $' $'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $' $' $' $' $'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $' $' $' $' $'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $' $' $' $' $'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $' $'  %' %' %'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %' 	%' %' %' #%'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdor $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #%' $%' +%' 0%' K%'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K%' L%' M%' N%' O%' -'' .'' :'' '' '' '' '' (' 1(' e('                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e(' y(' (' (' (' )' @)' ^)' )' )' )' )' *' B*' a*' *' *' *' *' *' +' +' +'  ,' ,' ",' #,' <,' o,' p,'                                                                                                                                                                                                                                                                                                                                                                   gd_  *' *' *' *' *' *' +' +' ,' !,' V,' n,' ,' ,' ,' ,'  -' 4-' `-' -' -' 	.' ;.' <.' F.' P.' Q.' w.' x.' .' .' .' пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p,' ,' ,' ,' ,' ,' ,' ,'  -' 4-' J-' `-' v-' -' -' -' -' -' 	.' <.' F.' P.'                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  P.' Q.'                                     kdpt $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Q.' x.' .' .' .' .' .' .' .' /'                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	.' .' .' .' .' .' .' .' /' /' /' /' /' /' /' /' /' /' /' /' 0' 
0' '1' )1' 91' :1' Y1' Z1' [1' \1' 1' Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ /' /'                                     kdu $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               /' /' 3/' 4/' H/' I/' m/' /' /' /' /' /' /' /'                                                                                                                                     q                            kdw $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
/' /' /' /' /' /' /' /'  0'             q            l                                                                                                                                                       gd_    kdw $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_   0' 0'                                     kdx $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               0' 
0' +0' ,0' @0' A0' [0' w0' x0' 0' 0' 0' 0' 0' 1' 1' (1'                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  (1' )1' :1' Z1' z            q            q                                                                                                                                                                                       	  $If   gd_    kdy $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Z1' [1' \1' 1' 1' 1' 1' 1' z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdz $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       1' 1' 1' 1' 1' 2' 2' +2' ,2' K2' L2' N2' z2' {2' 2' 2' 2' 2' 2' 3' *3' 63' 3' 3' 3' 3' 3' 3' 3' 3' 3' (4' j4' k4' 4' ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "1' 1'                                     kdi{ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1' 1' 1' 1' 1' 1' 1' 2' 2' 2' 2' ,2' L2'                                                                                                             q                                                         kd| $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  L2' M2' N2' {2' |2' }2' ~2' 2' z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd}} $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       2' 2'                                     kd:~ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2' 2' 2' 2' 3' 3' 3' 3' 3'                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  3' 3' 3' 3' 3' k4' 4' 4' 4' 4' 4' z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdN $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
4' 4' 4' 4' 4' 4' 5' 5' 5' 35' 45' a5' v5' w5' 5' 5' J6' .7' 07' @7' A7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 8' a8' q8' r8' ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #4' 4' 5' 5'                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  5' 5'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5' 45' a5' w5' y5' 5'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5' 5'                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5' 5' L6' M6' 6' 6' 6' 6' /7' 07' A7' 7' 7'                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7' 7' 7' 7' 7' 7' 7' |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7' 7'                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7' 8' `8' a8' r8' 8'                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  r8' 8' 8' 8' 8' 8' 8' 8' 8' G<' H<' _<' <' <' =' >=' =' =' ">' A>' >' >' J?' i?' ?' ?' @' A' A' A' B' 5B' B' B' 0C' OC' .D' MD' D' D' =E' \E' E' E' G' G' о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -8' 8' 8' 8' 8' 8' 8' e9' f9' 9' 9' 9' 9' 9' |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9' 9' 2:' I:' a:' x:' :' :' :' ;' \;' ];' G<' H<' _<' t<' <' <' <'                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  <' <' <' <'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <' <' <' <'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <' <' <' <'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <' <' <' <'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <'  =' =' =' -=' =='                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ==' >=' I=' N='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N=' O=' Y=' ^='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^=' _=' j=' o='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o=' p=' z=' ='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' =' =' =' =' ='                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' =' =' ='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' =' =' ='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' =' =' ='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' =' =' ='             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =' ='  >' ">' 0>' @>'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @>' A>' L>' Q>'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q>' R>' \>' a>'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a>' b>' m>' r>'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r>' s>' }>' >'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >' >' >' >' >' >'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >' >' >' >'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >' >' >' >'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >' >' >' >'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >' >' ?' ?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' 
?' ?' J?' X?' h?'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h?' i?' t?' y?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y?' z?' ?' ?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' ?' ?' ?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' ?' ?' ?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' ?' ?' ?' ?' ?'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' ?' ?' ?'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?' ?' ?' @'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @' @' @' @'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @' @'  @' %@'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %@' &@' '@' @' @' @' A' A'                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' (A' -A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -A' .A' 8A' =A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =A' >A' IA' NA'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NA' OA' YA' ^A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^A' _A' `A' A' A' A'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' A' A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' A' A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' A' A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' A' A'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A' A' A' B' $B' 4B'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4B' 5B' @B' EB'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EB' FB' PB' UB'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UB' VB' aB' fB'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fB' gB' qB' vB'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͙ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vB' wB' xB' B' B' B'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B' B' B' B'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B' B' B' B'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B' B' B' B'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B' B' C' C'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C' 	C' 
C' 0C' >C' NC'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NC' OC' ZC' _C'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _C' `C' jC' oC'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oC' pC' {C' C'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C' C' C' C'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C' C' C' C' C' .D' <D' LD'                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LD' MD' XD' ]D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]D' ^D' hD' mD'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mD' nD' yD' ~D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~D' D' D' D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D' D' D' D' D' D'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D' D' D' D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D' D' D' D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D' D' D' D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڠ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D'  E' 
E' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' E' =E' KE' [E'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [E' \E' gE' lE'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lE' mE' wE' |E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |E' }E' E' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' E' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' E' E' E' E'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' E' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdң $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' E' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' E' F' 
F'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
F' F' F' F'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F' F' F' @F' `F' F' F' F' F'  G' 
G' G' G' 2G' G'                                                                                                                                                                                        gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G'  G' 2G' MG' G' G' G' G' G' H' FH' GH' QH' [H' \H' H' H' H' H' H' H' H' H' H' J' J' J' J' J' Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  G' G' G' G' G' 	H' H' GH' QH' [H'                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	[H' \H'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \H' H' H' H' H' H'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H' H'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H' H' <I' =I' ]I' ^I' I' J' AJ' fJ' vJ' J' J' J' J'                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  J' J' J' K' 8K' QK' jK' K' |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J' J' J' J' J' K' K' K' K' K' K' K' K' K' K' K' K' zM' |M' M' M' CN' DN' GN' XN' pN' ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  K' K' K' K' K' K' K' |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K' K'                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K' K' DL' EL' L' L' L' M' 3M' MM' bM' zM' {M'                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  {M' |M' M' DN' |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       DN' EN' FN' GN' pN' N'  O' 4O' FO' XO' YO' HP' IP' |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       pN' N'  O' 3O' 4O' WO' XO' YO' wO' O' O' P' 5P' GP' IP' ^P' P' P' P' P' P' P' P' P' Q' Q' "Q' +Q' Q' Q' \S' ]S' S' S' S' S' S' ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $IP' SP' ^P' P' P' P'                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  P' P'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P' P' P' 
Q' Q'  Q' !Q'                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  !Q' "Q'                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "Q' +Q' pQ' qQ' Q' Q' Q' Q' HR' R' R' R' S' :S' \S' ]S' S'                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  S' S' S' S' :T' T' T' U' |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S' S' S' S' S' S' S' S' T' :T' _T' T' T' T' T' U' U' U' *U' @U' gU' U' U' U' U' V' ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jx h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  U' U' U' U' ?U' @U' U' U' U' V' 
V' V' |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V' 
V' "V' TV' UV' _V' iV' jV' V' V' V' V' V' V' V' AW' OW' W' W' W' W' W' W' W' W' &X' 'X' )X' *X' <X' NX' OX' ZX' X' ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !V' "V' UV' _V' iV'                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  iV' jV'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jV' V' V' V' V' V'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V' V'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V' V' 7W' 8W' XW' YW' W' W' W' W' W'                                                                                                 Y                              kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
W' 'X' (X' )X' *X' ZX' X' Y' I[' J[' ]' ]'             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X' X' X' X' X' X' X' X' X' Y' ]' ]' _' +_' gb' yb' Gf' Zf' f' f' f' f' Hg' Ig' Kg' Lg' g' g' h' h' $i' Xi' 'j' .j' j' j' k' l' {m' m' 	n' 
n' "n' #n' 3n' 4n' ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jӵ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -]' _' _' +_' q`' r`' 2a' 3a' fb' gb' yb' c' c' Ff' Gf' \f' f' Ig' Lg' g' g' h' h' #i' $i' 3i' Ei'                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Ei' Xi' Yi' ^i' fi' ki'             f                                                                                                                                                                      kd: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ki' li' qi' yi' i' o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' i' i' i' o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' i' i' i' o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' i' i' i' o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' i' i' i' o            f            f            f                                                                                                                                                	  $If   gd_    kd` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' i' i' i' o            f            f            f                                                                                                                                                	  $If   gd_    kdθ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i' i' j' j' j' o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j' j' j' j' j' j' l' l' m' m' dn' en' n' o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4n' 7n' 8n' n' n' w' w' z' 	{'  ' ' ' ' ' ΄' τ' ۄ' ߄' ' '  ' ' G' H' R' \' ]' i' ' ' ' ' ' ' ˆ' ' ' ' ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %n' n' Fo' Go' o' o' p' p' p' r' r' s' s' t' u' u' (v' w' w' x' x' z' ,z' 9z' Fz' Sz' dz'                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  dz' uz' z' z' z' z' z' z' z' z' z' 	{' 9|' :|' |' |' Y}' Z}' ,' -'  ' ' F' ' ' ' $' Q' '                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ' ' ˂' ' ' ' ' ' τ' ' '  ' 
' ' H' R' \'                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  \' ]'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ˆ' 
' ' =' d' ' ʇ' Շ' ' ' =' ' '                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
' ' ' ' |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ' ' ' ' ' &' X' Y' c' m' n' z' ' ' ' ' É' ǉ' Љ' X' ' ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ' ' ' ' ' ' ' &' Y' c' |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c' m'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  m' n'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n' ' ' ' É' ŉ' Ɖ'                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Ɖ' ǉ'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǉ' Љ' ' ' B' m' ' ъ' W' ' Ћ' ы'                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ' Ћ' ҋ' ' ' ' ' ' ' ' ' :' ;' E' O' P' \' }' ~' ' ' ' ' ' <' ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ы' ҋ' ' ' |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ;' E' O' |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O' P'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P' ~' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' &' Q' ' ' ;' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  <' ' ' ' Ǝ' ǎ' ͎' Ԏ' Վ' ֎' ׎' ؎' ' ' ' ' ' K' L' V' `' a' m' ' ' ' ' ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ' ' ǎ' Վ' |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Վ' ֎' ׎' ؎' ' ' ' L' V' `' |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`' a'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a' ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ' ' ' Ə' 9' ;' K' L' R' Y' Z' [' \' q' ' ' ' ' ' ő' ' ' ' ' ' ' îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ' '                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' Ə' ' ' 8' f' ' Ő' ' 9' :' ;'                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ;' L' Z' [' \' f' q' ' ' '                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ' ' '  ' ' ' ' ' ' ē' ˓' ̓' ͓' Γ' ' "' $' %' :' l' m' w' ' ' ' ' п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ' '                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '  ' _' k' ' ' ' ' ,' c' ' '                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ' ' ̓' ͓' Γ' ' %' /' :' m'                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	m' w' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' Ɣ'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ' ' ' ' ǔ' Д' ѕ' ҕ' ӕ' 	' 
' ' ' ' N' O' P' Q' R' S' _' c' ' i' |' ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Ɣ' ǔ'                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǔ' Д' ҕ' ӕ' ' #' Y' 
' ' ' N'                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
N' O' P' Q' R' S' ' 4' 5' i' ' ' ' a' |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
|' ' ' ' ' ' -' `' t' ' Ú' ' ' ' M' N' X' b' c' {' ' ' ' ' ' ' ' ' ' ' ' ' ' &' õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !a' ' ' ' ' ' N' X' b'                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  b' c'                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c' ' ' ' ћ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' Ŝ' Ɯ' ǜ' ؜' ' ' '                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
&' ' Ŝ' Ɯ' ǜ' ל' ؜' ۜ' ' ' ' ' ' ' ' ' *' +' :' <' =' >' V' `' a' b' d' e' f' ' ' ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ' ' +' ;' <' ='                                     R            I                                                                     	  $If   gd_ Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   =' >' f' ' ' ' ' ՝' ֝' ם' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' ԝ' ՝' ؝' ' ' _' `' a' b' r' s' ' ' ' ' ' ʞ' ˞' ڞ' ܞ' ' ' ' ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ם' ؝'                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؝' ' ' 2' `' a' b' s' ' ' '                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
' ' ˞' ۞' ܞ' ݞ' ޞ'                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   ޞ' ߞ' ' ' ' '                                     R            I                                                                     	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   ' ' ' -' .' S' f' y' z' {' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' ' ' ' ' 
' ' ' -' .' x' y' |' ' v' w' *' C' ]' ^' _' `' p' q' r' ޡ' ' ' .' 4' ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ {' |'                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |' ' ' d' w' ]' ^' _' `' q' .'                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
.' 5' >' ?' G' \' q' ' ' ' Ǣ' ' ' ' ' -' ?' Y'                                                                                                                                                                                                                      	  $If   gd_  S  kd{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 4' 5' =' ?' ' ' ' ' ң' ܣ' ݣ' ޣ' ' ' ' ' ' L' M' P' Y' e' Ĥ' N' e' f' g' h' ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Y' s' ' ' ' ' '                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd
 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ' ' ' ' '' :' M' N' O' |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O' P'                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P' Y' Ĥ' ' f' g' h' y' å' ʥ' ӥ'                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
h' x' y' ' ' å' ɥ' ʥ' ҥ' ԥ' K' M' N' O' g' q' r' s' u' v' w' ' ' ' ڧ' ۧ' ާ' ' m' ' ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ӥ' ԥ' ܥ' ' ' ' 2' L' \' v' ' ' ' ¦' Ԧ' ' ' '                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ' 2' L' M' N'                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  N' O' w' ' ' ' ȧ' ۧ' ܧ' ݧ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ݧ' ާ'                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ާ' ' m' ' Ѩ' ' ' ' ' ' ̩' '                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ' ' ' ' ' ˩' ̩' ' '  ' 8' B' C' D' F' G' H' `' a' ' ' ª' ˪' þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ '  ' H' a' ' ' ' ' ' ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' ª'                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ª' ˪' u' ' ' )' Ǭ' Ȭ' ɬ' ʬ' ۬'                                                                                                 Y                              kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
˪' t' v' ߫' ' )' Ǭ' Ȭ' ɬ' ʬ' ڬ' ۬' -' .' /' G' Q' R' S' U' V' W' X' ȭ' ɭ' ̭' νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ۬' .' /' W' X' }' ' ' ' ɭ' ʭ' ˭'             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˭' ̭'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̭' խ' ' Ѯ' ' ^' ' ' ' ' c'                                                                                     Y                                          kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
̭' խ' ' ^' ' ' ' ' ' ' c' d' j' k' s' u' ' ' ' '  ' ' S' T' U' m' w' x' y' {' |' }' ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 c' d' k' t' u' }' ' ' ' Ӱ' ' ' ' 1' 9' N' c'                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c' u' ' ' ' ӱ' ' ' '                                                                                                                                                                                                                                                 	  $If   gd_  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ' ' ' T' |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T' U' }' ~' ' ' ' ʲ' ݲ' ޲' ߲' |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
}' ~' ' ' ܲ' ݲ' ' ' ' ' ' ' ' ' ' ' ˵' ' U' ' ' ' ' ' ' ' ' ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ߲' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' >' R' ' ' ' ' '                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
' ' ' ' ' ' ' ' ζ' ' ' ' )' :' T'                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  T' n' ' ' ' ' ˷' ' ' ' &' 7' Q' k' |' ' '                                                                                                                                                                                                                            S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ' ' ' ' ¸' ո' ' ' ' !' "' #'             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ' ' ' ' ' ' ' ' ' ' ¸' Ը' ո'  ' !' $' -' '  ' !' G' H' ' ' ' ' ' ' ' ' ' ' Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ #' $'                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $' -' ' H' ' ' /' ' ' M' ' R' ' ' ' ' >' U' ' ' ' ' =' i' '                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ' ' ' Ⱦ' ̾' ' m' ' ' ' ' ' ' ' ' ' ' ' ' S' U' V' W' ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ' ' ' ' ' ' |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' !' 6' K' ]' w' ' ' ' ' ' ' ' ,' 4' I'                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   I' ^' s' ' ' ' ' ' ' ' )' :' T' U' V'                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  V' W' ' ' ' ' ' ' ' ' ' |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
W' o' y' z' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' i' ~' Z' o' ' ' ' ' ' ' ' ' ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ' '                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' ' ' ' r' ' ' ' ' ' *' O' f' ' ' ' '                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ' ' ' "' j' }' ' ' ' ' ' ' ' ' ' ' ' ' <' B' C' K' M' ' ' ' ' ' ' ' ' ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ' ' ' <' C' L' |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L' M' U' g' y' ' ' ' ' ' ' 
' !' 2' H' Y' p' q'                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd} $If   K$L$l 0                                     
t                                4   4 
l a   q' y' ' ' ' ' ' ' ' ' .' E' V' l' }' ' '                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ' ' ' ' ' ' ' ' ' ' !' "'             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ' ' ' ' ' ' ' #' ,' >' p' ' 8' ' 9' U' ' ' '' ' ' #' ' }' ' ' ' ' ' =' P' \' o' ' 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !"' #'                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #' ,' >' ' ' V' ' ' Y' x' ' ' %' ' `' ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ' ' 9' X' w' ' ' ' ' 3' 4' E'                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ' ' ' ' ' ' ' +' 2' 4' D' E' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  E' ' ' ' ' ' ' '             s                                                                                                                                                                                     kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ' '                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' 4' V' W' y' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ' ' ' 9' ^' |            s            s            s                                                                                                                                                                          	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ]' ^' _' `' a' m' q' u' |' ' ' ' ' ' ' 
' 1' E' x' ' ' ' ' ' ' ' /' 2' f' y' ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ^' _' `' a' ' K' M' ' ' ' 2' y' ' |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd1  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' p' ' ' ' ' ' ' ' 1' 2' f' ' ' ' ^' ' ' ' 
' ' K' U' _'                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  y' ' ' ' ' ' *' ]' q' ' ' ' ' ' J' K' U' _' `' x' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' *' N' O' P' `' a' õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (_' `'                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `' ' ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ' '                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' *' M' ' ' ' ' !' O' P' a'                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  a' b' c' ' ' ' ' ' ' ' '             s                                                                                                                                                                      kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
a' b' c' {' ' ' ' ' ' ' ' ' ' ' ' ' ' &' '' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 
' 2' 3' ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %' '                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' '' ' ' ' '                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ' ' ' ' ' 
'  ' 3' 5' 6' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6' 7'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3' 7' @' ' ' ' ' ' ' ' ' ' 1' ;' <' @' A' B' T' U' g' h' ' ' ' ' ' ' A' B' ' ' ' ' ' ' ' ' 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %7' @' ^' ' ' ' ' '                                                 f                                                                                                                       kd#	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ' ' A' B' U' h' {' ' ' ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' '                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' B' ' ' ' '                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ' ' ' ' ' ' ' ' ' ' ' (' j' |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ' ' ' ' ' U' ' (' ;' j' }' ' ' ' ' ' ' ' ' ' 1' _' r' ' ' ' ' ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  j' ' ' ' _' ' ' -' |' ' ' ' ' ' ' %' /'                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ' ' ,' @' {' ' ' ' ' ' ' ' %' /' 0' H' R' S' W' X' Y' a' ~' ' ' ' ' ' ' ' ' շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\/' 0'                                        kd_
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0' X' Y' ~' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ' '                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ' ' H' y' ' ' ' ' <' =' N' {'                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ' H' ' ' ' ' ' ' ' ;' <' =' M' N' Q' f' o' y' {' ' ' ' ' ' ' ' ' ' ' ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ {' ' ' ' ' ' ' '                                                             R            I                                   	  $If   gd_ Q  kdN $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ' ' ' ' ' ' ' )' +' ,' B' |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' ' ' ' ' ' ' ' ' ' ' (' )' C' L' M' \' ' ' ' ' ' ' ' ' ' 
' ' $' %' ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ B' C'                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C' L' ' ' ' $' =' P' ' ' ' ' ' ' %' &'                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  %' &' '' 7' 8' ;' A' l' r' s' z' |' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' :' ;' ?' пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  &' '' 8' l' s' {' |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {' |' ' ' ' '                                     R            I                                                                     	  $If   gd_ Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   ' ' ' ' ' ' (' ;' =' >' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>' ?'                                        kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ?' H' ' ' ' +' f' q' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
?' H' I' X' ' f' p' q' ' ' ' ' ' ' ' ' ' '  ' ' ' ' ' ' ' ' -' 6' @' A' زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ' ' ' B' |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A' B' C' [' e' f' j' k' l' ~' ' ' ' ' ' ' ' ' ' 3' 4' ' ' (' ' ' ' ' ' ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    B' C' k' l' ' ' ' ' ' ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' '                                        kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ' ' 4' q' ' ' G' Y' ' ' ' ' +' ,'                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
' ' ' ' ' ' ' *' +' ,' -' =' >' A' V' _' i' j' k' l' m' n' ' 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ,' -' >' k' |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k' l' m' n' ' ' ' ' ' ' ' `' ' ' |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' ' ' ' ' ' ' ' ' `' ' ' ' ' K' ' ' 
' ' ' F' ' ' ' ' '  ( ( ( !( N( (  ( :( ;( G( K( n( ( ( ( ( ( ( e( ( ( ( #( `( ( ( M( ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4' ' K' ' ' ' 
' F' ' ' ' '  ( ( ( N(  ( :( ;( n( "( #( X( m( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                   gd_  ( e( ( ( #( `( ( ( M( ( ( %( &( 1( =( L( X( k( o(                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  M( ( ( $( %( 1( G( K( k( n( o( v( w( ( ( ( ( 	( ;	( 	( 	( 
( O
( P
( 
( 
( 
( 
( 3( 4( f( ( ( ( ( ( t
( Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $o( p( q( r( s( t( u( v( w( M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   w( ( ( ( ( ( ( (                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ( ( ( (                                                                                                                                                                                                                                                          	 $If   gd_  o  kdz $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ( ( ( ( ( ( ( (                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ( ( 	( ;	( @	( 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     @	( 	( 	( 	( 	( 	( 
(             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  
( 
( 
( P
( T
( 
( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
( 
( 
( 
( 
( 
( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
( 
( 
( 4( 9( `( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd<" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  `( a( f( ( ( ( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ( ( ( ( ( ( +( d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  +( ,( /( 9( n            e            e                                                                                                                                                               	 $If   gd_    kd$ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           9( :( =( F(                                                                                                                                                                                                                                                	 $If   gd_  t  kdl% $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  F( G( H( Y( ^( f( m( t( (                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd	& $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ( (                                             kd& $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ( ( ( ( ( ( ( (                                                             A                                  kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ( ( ( ( ( ( ( (                                                 A                                              kd( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ( ( ( ( ( ( (                                     A            <            7                  gd_    gd_    kd) $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ( u
( v
( 
( 
( 
( 
( 
( 
( 
(                                                                                                                                                                                                                                                   E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	t
( u
( v
( |
( }
( 
( 
( 
( 
( 
( 
( 
( 
( 
( 
( 
( 
( ( ( ( ( A( B( Z( [( r( s( t( x( y( ( ( ( ( ( ( ( $( %( 0( 1( A( B( 춥x                          /j/ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *
( 
( 
( 
( 
( 
( 
(                                     a                                                                                                                             E  kdZ+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   
( 
( 
( 
( 
( ( (                                     a                                                                                                                             E  kd, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a   ( ( ( ( ( '( A(                                     a                                                                                                                             E  kd, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw, $$If   l 0 
" R                                                           4 
l a   A( B( M( Z( [( e( r(                                     a                                                                                                                             E  kd- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5- $$If   l 0 
" R                                                           4 
l a   r( s( t( u( v( w( x(                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd- $$If   l 0 
" R                                                           4 
l a   x( y( ( ( ( ( l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdR. $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ( ( ( ( ( ~( ( q( r( I( J( l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd/ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
B( F( G( <( =( H( I( Y( Z( ^( _( a( ( ( ( ( ( ( 7( 9( D( E( ( ( ( ( ( ( ( ( ( ( ( &( '( ( ( ( ( ( ( ( B( K( ( (  ( ( ( ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j50 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0J( a( j( ( ( ( 8( 9( E( (                                                                                                                                                                                                                                                       S  kd0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	( ( ( ( ( ( (                                     N                                                                                       S  kd1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd.1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ( ( ( '( _( ( ( ( ( ( ( ( ( &( ( ( X( ( ((                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdR2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   (( )( ( C( ( ( (  ( ( ( z( {( ( ( ( 5( W( p( ( ( (  (  ( P"( Q"( "( "( "(                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ( ( ( ( ( ( y( {( ( ( ( (  (  (  ( O"( Q"( p"( "( #( #( "#( ##( s#( t#( #( #( #( #( #( &( &( &( &( &( &( &( )'( *'( 5'( ۵۵۵ۭۜۋzrgrrr       j3 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '"( #( #( "#( ##( t#( #( #(                                     j                                                                                                                                           kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  #( #( #( $( $( [$( $( $( $( @%( }%( s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdV3 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
}%( %( &( &( &( >'( ?'( '( '( /(( 0(( )( )( *( *( +( +( |,( },( ,( ,( X-( .( Y/( Z/( /( /(                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  5'( 6'( 7'( ;'( <'( ?'( '( '( .(( )( I+( +( W,( X,( c,( d,( t,( u,( y,( z,( {,( |,( },( ,( ,( ,( )-( 2-( ;.( [.( Y/( /( C1( D1( ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j4 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj/4 h_ U !/( D1( H1( I1( _1( `1( t1(                                                 e                                                                                                                        F  kdp5 $$If   l   l '{6    4   4 
l a] p
        F  kd4 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  D1( I1( v1( 1( 1( 1( 1( 1( 1( 1( 1( 1( 1( 1(  2( 2( 2( 82( 92( U2( V2( w2( x2( 2( 2( 2( 2( 2( 2( 2( 2( 2( 2( 2( 4( 4( 4( 95( n5( 5( 5( 5( 5( P6( b6( 57( M7( 7( 7( 7( 7( 48( ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3t1( u1( v1( 1( 1( 1( 1(                                                             5            v  kdV6 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd5 $$If   l   l '{6    4   4 
l a] p
         1( 1( 1( 1( 1( 1( 1( 1(                                     t                                                                                                                                                             v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  1( 1( 1( 1( 1(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1( 1( 1( 1( 1(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1( 1( 1( 1( 1(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1(  2( 2( 2( 2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2( 2( 12( 32( 82(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         82( 92( N2( P2( U2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U2( V2( p2( r2( w2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w2( x2( 2( 2( 2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdS< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2( 2( 2( 2( 2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2( 2( 2( 2( 2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2( 2( 2( 2( 2(                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2( 2( 2( 2( 2( 4( 4( 4(  5( :5( n5( 5( 5( 5( 6(                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6( 6( K6( c6( 6( 6( 6( 6( 07( N7( 7( 7( 7( 7( 7( 38( 48( 58( 68( X8( a9( b9( x9( 9( 9( 9( 9( 9( 
:( :(                                                                                                                                                                                                                                                                                                                                                                   gd_  48( 68( @8( V8( W8( X8( x9( 9( 9( 9( 9( :( ,:( /:( l:( :( :( :( :( );( ;( ;( ;( ;( ;( ;( ;( <( <( 3<( 4<( G<( пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  :( ,:( ::( M:( N:( l:( :( :( :( :( :( :( ;( *;( +;( ;( ;( ;( ;( ;( ;( ;(                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ;( ;(                                     kd? $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ;( <( 3<( 4<( J<( `<( v<( <( <( <(                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	G<( J<( _<( `<( u<( v<( <( <( <( <( >=( @=( P=( Q=( p=( q=( r=( s=( =( =( =( =( >( >( >( >( >( >( >( >( ?( Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ <( <(                                     kdA $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               <( <( <( <( <( <( =( '=( (=( ==( >=( ?=( @=( Q=(                                                                                                                                     q                            kdXB $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Q=( q=( r=( s=( =( =( =( =( =(             q            l                                                                                                                                                       gd_    kdC $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  =( =(                                     kdC $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               =( =( =( =( =( =( =( >( >( (>( S>( l>( >( >( >( >( >(                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  >( >( >( >( z            q            q                                                                                                                                                                                       	  $If   gd_    kd)E $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       >( >( >( !?( "?( #?( $?( %?( z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdE $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ?(  ?( !?( &?( /?( ?( ?( ?( ?( ?( ?( ?( @( @( @( '@( u@( @( @( @( @( @( &A( (A( 8A( 9A( XA( YA( \A( fA( |A( A( B( 	B( <B( ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "%?( &?(                                     kdF $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               &?( /?( N?( O?( c?( d?( ?( ?( ?( ?( ?( ?( ?(                                                                                                             q                                                         kdG $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ?( ?( ?( @( @( @( @( @( z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdH $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       @( @(                                     kdtI $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @( '@( p@( q@( &A( 'A( (A( 9A( YA(                                                             q                                                                                                                             kdJ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  YA( ZA( [A( \A( |A( 	B( =B( SB( TB( ^B( iB( z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdK $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
<B( =B( TB( iB( B( B( B( B( B( B( B( B( C( C( IC( RC( C( D( D( D( D( 0E( CE( rE( sE( tE( E( E( E( E( E( E( E( E( F( F( ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #iB( B( B( B(                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  B( B(                                        kdSL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B( B( B( C( C( HC(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  HC( IC(                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               IC( RC( C( C( 'D( (D( 7D( D( D( D( D( 0E( sE(                                                                                                 s                                                                        kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  sE( tE( E( E( E( E( E( |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E( E(                                        kdoP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E( E( E( E( F( 1F(                         s                                                                                                                                                                                   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F( 0F( 1F( 2F( 3F( 4F( 6F( XF( cF( I( I( I( =J( \J( J( J( <K( [K( K( K( JL( iL( L( M( cM( M( N( N( %O( DO( O( O( FP( eP( P( P( Q( Q( MR( lR( R( R( XS( wS( T( T( о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -1F( 2F( 3F( 4F( 5F( 6F( cF( G( G( EG( PG( ZG( eG( oG( |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd}R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
oG( pG( G( G( G( H( CH( DH( H( H( H( H( I( I( I( J( =J( KJ( [J(                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  [J( \J( gJ( lJ(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lJ( mJ( wJ( |J(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |J( }J( J( J(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J( J( J( J(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J( J( J( J( J( J(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J( J( J( J(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J( J( J( J(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J( J( K( 
K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K( K( K( K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K( K( K( <K( JK( ZK(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZK( [K( fK( kK(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kK( lK( vK( {K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {K( |K( K( K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K( K( K( K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K( K( K( K( K( K(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdiX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K( K( K( K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K( K( K( K(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K(  L( L( L(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L( L( L(  L(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L( !L( "L( JL( XL( hL(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hL( iL( tL( yL(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yL( zL( L( L(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L( L( L( L(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L( L( L( L(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L( L( L( L( L( M(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( "M( 'M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M( (M( 3M( 8M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8M( 9M( CM( HM(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HM( IM( JM( cM( qM( M(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( M(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M( M( M( 1N( zN( N( N( N(                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( N( N( N(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( N( N( N(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( N( N( N(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( N( N( N(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( N( N( %O( 3O( CO(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO( DO( OO( TO(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TO( UO( _O( dO(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dO( eO( pO( uO(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uO( vO( O( O(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O( O( O( O( O( O(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O( O( O( O(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O( O( O( O(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdId $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O( O( O( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( FP( TP( dP(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dP( eP( pP( uP(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uP( vP( P( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( P( P( P(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( P( P(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P( P( Q( 
Q(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Q( Q( Q( Q(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q( Q( )Q( .Q(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Q( /Q( 0Q( Q( Q( Q( Q( Q(                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q( Q( Q( Q(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q( Q( R( R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( R( R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( 'R( ,R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,R( -R( .R( MR( [R( kR(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR( lR( wR( |R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |R( }R( R( R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( R( R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( R( R(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( R( R( R( R(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R( R( S( 
S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
S( S( S( S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S( S( &S( +S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +S( ,S( 6S( ;S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;S( <S( =S( XS( fS( vS(                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vS( wS( S( S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S( S( S( S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdko $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S( S( S( S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S( S( S( S(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S( S( S( S( S( #T( FT( GT( T( T( T( T( T( T( UU(                                                                                                                                                                                        gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T( T( T( T( VU( U( U( U( U( U( U( U( U( U( U( ,V( -V( >V( PV( QV( bV( cV( }V( V( YX( [X( kX( lX( |X( Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  UU( VU( U( U( U( U( U( U( U( U(                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	U( U(                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U( -V( QV( cV( eV( |V(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  |V( }V(                                        kd;r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }V( V( V( V( V( V( JW( W( W( X( X( %X( 5X( 6X( ZX(                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ZX( [X( lX( X( X( X( Y( 7Y( |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |X( }X( X( X( X( X( X( X( 6Y( 7Y( 8Y( ]Y( ^Y( Y( Y( Y( Y( [( [( *[( +[( [( [( [( [( \( ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jIt h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  7Y( 8Y( ^Y( Y( Y( Y( Y( |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y( Y(                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y( Y( Y( Y( 2Z( Z( Z( Z( Z( Z(  [( [( [(                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  [( [( +[( [( |            s            s                                                                                                                                                                                           	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [( [( [( [( \( \( \( \( \( \( \( ]( ]( |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \( \( \( \( \( \( \( \( ]( []( p]( ]( ]( ]( ]( ]( .^( /^( 9^( C^( D^( i^( j^( ^( ^( ^( ^( ^( _( _( `( `( a(  a( 0a( 1a( Aa( ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $]( ]( ]( /^( 9^( C^(                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  C^( D^(                                        kdPx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D^( j^( ^( ^( ^( ^( ^(                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ^( ^(                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^( ^( _( _( _( /_( g_( h_( _( T`( t`( `( `( `( `( `( a(                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  a(  a( 1a( a( a( 3b( qb( b( |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Aa( Ba( \a( ]a( ^a( qa( ra( a( a( a( a( 2b( Ob( pb( b( b( b( b( b( b( c( dc( c( c( c( c( ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j{ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  b( b( b( b( b( b( cc( dc( c( c( c( c( |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd7| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c( c( c( c( c( c( d( d( -d( .d( Vd( gd( hd( kd( td( d( d( *e( Fe( ^e( _e( ge( ie( ye( ze( e( e( e( e( e( e( e( e( ,f( ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !c( c( c( c( d(                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  d( d(                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d( .d( Vd( hd( id( jd(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  jd( kd(                                        kdE~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kd( td( d( d( d( d( Fe( Ge( he( ie( ze(                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
ze( e( e( e( e( e( f( f( h( h( k( k(             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ,f( -f( 8f( 9f( If( Jf( Nf( Of( f( f( k( k( l( l( p( p( s( s( .t( 0t( Et( Gt( t( t( t( t( Tu( Vu( ;v( Pv( v( v( w( w( Zx( ^x( y( y( {( @{( {( {( {( {( {( {( ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jR hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j
 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -k( l( l( l( n( n( n( n( p( p( p( }q( ~q( s( s( s( Gt( t( t( Uu( Vu( ;v( Pv( v( v( v( v(                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  v( v( v( v( w( 	w(             f                                                                                                                                                                      kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  	w( 
w( w( w( #w( o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at #w( $w( )w( 0w( 5w( o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5w( 6w( ;w( Bw( Nw( o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Nw( Ow( Ww( _w( dw( o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at dw( ew( mw( uw( w( o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w( w( w( w( w( o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w( w( w( w( w( o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w( w( w( w( Vx( Wx( y( y( D{( E{( |( |( \|( o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at {( {( {( \|( h|( K( U( ( ( ( ( (( P( `( l( m( y( }( ( ( ( ( ( ( ( ( ( ( (( )( Z( [( \( `( i( 5( 7( G( ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %\|( h|( |( |( }( }( 2~( 3~( ~( F( G( O( P( ( +( ,( ƃ( K( U( ( ( ( ʇ( ׇ( ( ( (                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ( ( $( 5( F( G( Z( m( ( ( ( ( ׉( ؉( u( v( ( ( ʍ( ˍ( ( ( ( 4( 5( ( ( ( (                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  (  ( i( ( (( )( P( `( m( ( ( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ( (                                        kdͅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( )( [( \( ^( _(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  _( `(                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `( i( ( ( ۔( ( @( h( s( ( ( ە( 5( 6(                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
6( 7( H( ( |            s            s                                                                                                                                                                                           	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G( H( ~( ( ( ( ( ( ( ( Ė( ( ( ( ( ( ( 9( :( _( `( a( e( n( ( ^( ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ( ( ( ( ( ( ( Ė( ( ( |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( :( _( `( a( c( d(                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  d( e(                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e( n( ( ( ( ( K( o( ( ^( n( o(                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ^( n( p( ( ( ( ( ( ( ( ( ؙ( ٙ( ( ( ( ( ( ( C( D( E( I( R( ڛ( ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    o( p( ( ( |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ٙ( ( ( |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( B( C( D( E( G( H(                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  H( I(                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I( R( ( ( Ě( ( /( S( ٛ( B( R( S(                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ڛ( B( R( T( d( e( k( r( s( t( u( v( ( ( ( ( ( ( ( ( ( ( ( ,( -( U( V( ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    S( T( e( s( |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s( t( u( v( ( ( ( ( ( ( |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( -( T( U( V( W( Y( Z(                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  V( W( [( d( מ( ٞ( ( ( ( ( ( ( ( ( A( B( L( V( W( c( ( ( ( ( ( ( îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Z( [(                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [( d( ( ( ֝( ( C( c( ( מ( ؞( ٞ(                                                                                                                         f                           kdɔ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ٞ( ( ( ( ( ( ( B( L( V(                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	V( W(                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ( ( ( ( I( J( K( [( \( b( i( j( k( l( ( ( ¡( á( ء( 
( ( ( (  ( ,( H( п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( 	( 0( ^( ~( ( ʠ( ( J( K(                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  K( \( j( k( l( ( á( ͡( ء( (                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	( ( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  (  (                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( I( J( K( M( d(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H( I( J( K( e( n( o( p( q( ( ( ( ( ( ( ( ( ( ( ( ( ( !( ( ( ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 d( e(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e( n( p( q( ( ( ( ( ( ( (                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
( ( ( ( ( ( !( Ҧ( Ӧ( ( I( ( ( ( |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
( I( \( ( ( ( ˧( ( ( M( a( ( ( ( ( ( (  ( ( ( #( $( %( (( )( H( I( [( \( ( ( ( ( ĩ( õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !( N( ( ( ( ( ( (  (                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   ( (                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( )( I( \( o( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ( (                                        kdɟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( #( 6( c( d( e( v( ( ( (                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ĩ( #( c( d( e( u( v( y( ( ( ( ( ( ( ( ( Ȫ( ɪ( ت( ڪ( ۪( ܪ( ( ( (  ( ( ( ( &( '( ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ( ( ɪ( ٪( ڪ( ۪(                                     R            I                                                                     	  $If   gd_ Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdס $If   K$L$l 0                                     
t                              4   4 
l a   ۪( ܪ( ( '( :( M( `( s( t( u( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'( r( s( v( ( ( ( ( (  ( ( ( B( H( I( Q( S( h( i( x( z( ( ( ( ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J u( v(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v( ( ( Ы( ( (  ( ( B( I( R(                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
R( S( i( y( z( {( |(                                     R                                                                                              Q  kdF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   |( }( ~( ( ( (                                     R            I                                                                     	  $If   gd_ Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdӦ $If   K$L$l 0                                     
t                              4   4 
l a   ( ( ( ˬ( ̬( ( ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( ( ( ( ( ( ( ( ˬ( ̬( ( ( ( #( ( ( Ȯ( ( ( ( ( ( ( ( ( |( ( ( ̯( ү( ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( #( `( ( ( ( ( ( ( ( ̯(                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
̯( ӯ( ܯ( ݯ( ( ( ( !( ;( U( e( ( ( ( ( ˰( ݰ( (                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ү( ӯ( ۯ( ݯ( U( V( W( X( p( z( {( |( ~( ( ( ( ( ( ( ( ( ( b( ( ( ( ( ( ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ( ( !( ;( U( V( W(                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdG $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W( X( ( ( ű( ر( ( ( ( |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd٫ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( b( ( ( ( ( ( a( h( q(                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
( ( ( 5( =( a( g( h( p( r( ( ( ( ( ( ( ( ( ( ( ( "( ,( -( x( y( |( ( ( ( ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 q( r( z( ( ( ( г( ( ( ( .( 6( K( `( r( ( ( (                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ( д( ( ( (                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd3 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ( ( ( -( @( S( f( y( z( {( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdů $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{( |(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |( ( ( (( o( ( V( W( X( Y( j( (                                                                                                 f                                                   kdӱ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ( T( W( X( Y( i( j( ( ( ( ַ( ( ( ( ( ( ( ( ( \( ]( `( i( þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ( ( ( ( $( 7( J( ]( ^( _( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_( `(                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `( i( ( ;( ~( ǹ( e( f( g( h( y(                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
i( ( ( }( ~( ǹ( e( f( g( h( x( y( ˺( ̺( ͺ( ( ( ( ( ( ( ( ( f( g( j( νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  y( ̺( ͺ( ( ( ( .( A( T( g( h( i(             s                                                                                                                                                                 kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i( j(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j( s( H( o( ( ( ( ( ( ( (                                                                                     Y                                          kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
j( s( G( ( ( ( ( ( ( ( ( ( ( 	( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ( ( 	( ( ( ( 0( E( W( q( ( ( ( Ͼ( ׾( ( (                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ( ( -( G( W( q( ( ( (                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ( ( ( ( |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( /( B( U( h( {( |( }( |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
( ( .( /( z( {( ~( ( @( 0( 1( 2( B( C( O( T( i( ( ( '( )( /( 0( 8( :( 3( 5( ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  }( ~(                                        kdú $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~( ( @( ( ( ( ( 0( 1( 2( C(                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
C( ( )( 0( 9( :( B( W( l( ( ( ( ( ( (                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdѼ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ( ( ( 7( ?( T( i( ~( ( ( ( ( ( 	( ( 4( 5(                                                                                                                                                                                                                            S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5( 6( 7( _( `( s( ( ( ( ( ( (             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5( 6( 7( O( Y( Z( [( ]( ^( _( `( r( s( ( ( ( ( ( ( ( ( ( ( ( ( ( E( F( /( D( F( G( Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( G( ( (  ( ( ( F( ( F( G( N( ( ( ( #( O( ( ( ( ( ;(                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  G( N( S( f( j( ( ( ( "( :( ;( <( L( M( ( ( ( ( ( ( ( ( ( ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ;( <( M( ( ( ( |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ( ( ( /( @( Z( t( ( ( ( ( ( (                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   ( ( ( #( =( W( h( ( ( ( ( ( ( ( (                                                                                                                                                                                                                   	  $If   gd_  S  kdO $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ( ( ( ( 1( D( W( j( }( ~( ( |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
( 
( ( ( ( ( ( 0( 1( |( }( ( ( G( s( @( ( ( ( ( ( 
( t( ( ,( A( B( C( J( ( ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( G( A( ( ( ,( ( ( ( C( J( ( ( ( ( ( #( B( ( (                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ( ( ( ( ( ( '( :( F( Y( a( z( ( ( ( ( ( ( ( ( ( ( ( 1( 3( 4( 5( M( W( X( \( ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ( ( ( ( ( ( |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( )( ;( R( i( ( ( ( ( ( ( ( ( (                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ( ( )( ;( M( _( v( ( ( ( ( ( ( 
( ( 2( 3(                                                                                                                                                                                                                            S  kdI $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  3( 4( 5( ]( ^( q( ( ( ( ( ( (             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \( ]( ^( p( q( ( ( ( ( ( ( ( ( v( ( ( U( q( ( U( ( ( r( ( ( C( ( ( W( ( ( ( 
( Y( 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( v( ( r( ( ( ( s( ( ( U( ( ( E( ( ( ( V( W(                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  W( ( ( ( ( U( t( ( ( ( ( (                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Y( l( x( ( ( ( ( ( ( ( ( ( &( '( (( K( L( M( Q( R( V( _( |( ( ( ( ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ( '( (( L( M( R( T( U(             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U( V(                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V( _( l( ( ( ( ( ( ( 9( [( }( (                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ( ( ( ( ( |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ( ( ( ( ( ( ( 9( ( 2( a( t( ( ( ( ( ( *( e( y( ;( G( K( r( ( ( ( ( ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ( ( ( ( 9( ( ( ( a( ( ( ( f( |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f( ( ( ( ( ( u( v( :( ;( r( ( ( ( F( }( ( ( K( ( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ( F( Y( |( ( ( ( ( ( J( ^( ( ( ( ( ( ( ( ( (  ( !( %( &( '( 9( :( L( M( _( `( r( s( w( ( ( ( ( ( ( ( õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (( (                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( &( '( :( M( `( s( u( v(                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  v( w(                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w( ( ( ( "( P( n( ( ( ( ( (                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  (  ( ( )( *( =( P( c( v( x( y(             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
(  ( ( ( #( $( (( )( *( <( =( O( P( u( v( z( ( ( ( G( H( I( Y( Z( [( \( t( ~( ( ( ( ( ( ( ( ( ( ( ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %y( z(                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z( ( ( ( H( I( Z( [(                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  [( \( ( ( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( (  ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( +( ,( 0( 9( \( ]( ( ( l( m( n( ~( ( ( ( ( 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %( ( (  ( ( ( ( (                                                 f                                                                                                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ( ( ( ( ( ( ( ,( .( /( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/( 0(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0( 9( ]( ( m( n( ( (                                                 f                                                                                                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ( ( ( ( ?( @( g( h( ( ( ( ( ( |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( >( ?( @( g( t( x( ( ( ( ( ( ( ( >( R( v( w( ( ( ( ( ( ( ( ( >( ?( R( ( ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ( ?( w( ( ( ?( ( ( ( o( p( q( {( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ( ( ( ( ( -( n( p( q( ( ( ( ( ( ( ( ( ( ( ( ( ( ( .( /( T( U( n( w( x( ( շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\( (                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( /( B( U( W( m(                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  m( n(                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n( w( ( ( )( a( l( ( ( ( ( (                                                                                                 f                                                   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ( ( a( l( ( ( ( ( ( ( ( ( ( ( ( ( 
( ( ( (  ( '( )( >( ?( N( P( Q( R( ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ (  ( (( )( ?( O( P( Q(                                                             R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Q( R( z( {( ( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R( j( t( u( y( z( {( ( ( ( ( ( ( ( ( ( ( X ) &) 0) 1) O) P) k) ) ) ) ) ) ) ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ( (                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( ( Y ) t )  )  )  )  ) &) 1) P) l) ~) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ) ) ) ) ) ) ) 
) ) ) ) ) #) I) J) _) `) b) c) d) |) ) ) ) ) ) ) ) ) ) ) ) ) пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ) ) ) 
) ) ) |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) J) a) b) c)                                     R            I                                                                     	  $If   gd_ Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   c) d) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ) ) U) }) ) ) ) ) .) Y) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
) ) ) ) T) ) ) ) -) .) A) P) X) Y) `) f) ) ) ) ) ) ) ) ) ) ) ) ) ) ) زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ) ) ) ) |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) ) ) ) 	) 
) ) ) /) 0) U) V) Z) c) d) s) ) ) ) ) ) 2) <) =) [) \) ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ) ) 	) 
) ) 0) C) V) X) Y) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y) Z)                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z) c) ) ) ) ) ) ) 2) =) \) ) ) )                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
\) o) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 	) 
) ) ) 3) 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ) ) ) 	) |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) 
) ) ) 3) 4) o) &	) X	) Y	) 	) 	) 9
) :
) |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3) @) D) o) &	) X	) e	) i	) 	) 	) :
) F
) J
) l
) 
) U) ) ) ) ) ) G) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) J) r) s) ) ) ) ) 1) 2) k) ) ) W) ) ) ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4:
) l
) 
) T) U) ) ) ) G) v) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ') 7) J) r) s) )                                                                                                                                                                                                                                                                                                                                                                   gd_  ) ) 2) k) ) ) W) ) ) *) a) ) ) ) ) ) ) 	) 
)                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ) a) e) ) ) ) ) ) 	) ) 
) ) ) c) d) e) f) ) ) :) g) ) ) ) J) u) v) ) ) ) ) 1) 2) 7) \) `) ) Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $
) ) ) ) ) ) ) ) ) M            H            H            H            H            H            H            H                   gd_   kdA $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ) )) 0) 5) E) F) U) V)                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  V) W) c) d)                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  d) e) f) q) u) ) ) )                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ) ) ) ) ) 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ) 4) 5) :) g) l) )             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ) ) ) ) ) D) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D) E) J) v) z) ) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ) ) ) ) ) ) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdv $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ) ) ) 2) 7) ]) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ]) ^) _) i) ) ) ) d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ) ) ) ) n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ) ) ) )                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ) ) ) ) ) ) ) ) )                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdC $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ) )                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ) *) .) 5) <) =) >) ?)                                                             A                                  kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ?) @) A) B) C) D) E) F)                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  F) G) H) I) J) K) `)                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  `) ) ) -) .) G) X) Y) m) o)                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	) ) ) ) ) -) .) X) Y) o) p) r) s) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 4) 5) 6) B) C) U) ) ) ) ) ) ) ) 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *o) p) q) r) s) {) )                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                     a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd- $$If   l 0 
" R                                                           4 
l a   ) ) $) %) 3) 4) l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   4) 5) 6) C) U) ) ) ) ) ) ) l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdJ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
) ) ) ) ) ) ) ) ) ) ) ) ' ) ( )  )  )  )  )  )  )  )  ) *!) ,!) >!) ?!) c!) e!) u!) v!) !) !) !) !) !) 4%) 5%) A%) () () () () () () A)) B)) )) )) )) ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jo hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0) )  ) ( )  )  )  )  )  ) +!)                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	+!) ,!) ?!) d!) e!) v!) !)                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   !) !) !) !) !) ") P#) Q#) >$) ?$) 4%) 5%) A%) %) &) &) &) _') ')                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ') ') () () A)) B)) )) )) )) )) +) +) *+) H,) j,) ,) ,) -) *-) D-) E-) N.) O.) /) /) M0) N0) 0)                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  )) )) )*) **) :*) B*) +) +) *+) G,) H,) j,) /.) L.) O.) /) /) 0) 0) 0) 0) 0) 0) 1) 1) '1) (1) Y1) Z1) [1) w4) x4) 4) 4) 4) 4) 4) 4) 4) 4) ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '0) 0) 0) 0) 0) 1) (1) Z1)                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Z1) [1) l1) 1) 1) 1) W2) X2) t2) 2) 3) s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
3) u3) :4) ;4) 4) 4) 4) (5) )5) 5) 5) &7) '7) 8) 8) L9) M9) :) :) 5:) F:) :) ;) <) <) v=) w=)                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  4) 4) 4) 4) 4) 4) (5) )5) 5) %7) 8) K9) 9) 9) :) :) :) :) :) :) :) :) :) $:) 5:) F:) :) :) ;) ;) <) v=) >) >) ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uji h_ U !w=) >) >) >) >) >) ?)                                                 e                                                                                                                        F  kd  $$If   l   l '{6    4   4 
l a] p
        F  kd7  $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  >) >) ?) 8?) 9?) <?) =?) C?) D?) e?) f?) ?) ?) ?) ?) ?) ?) ?) ?) ?) ?) @) @) -@) .@) D@) E@) _@) `@) @) @) @) @) @) iB) jB) vB) B) C) %C) YC) _C) bC) C)  D) D) D)  E) IE) }E) E) E) ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3?) ?) ?) ?) +?) 8?) 9?)                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         9?) :?) ;?) <?) =?) A?) B?) C?)                                     t                                                                                                                                                             v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  C?) D?) ]?) _?) e?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e?) f?) ?) ?) ?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?) ?) ?) ?) ?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?) ?) ?) ?) ?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?) ?) ?) ?) ?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?) ?) ?) ?) ?)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?) ?) @) @) @)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @) @) %@) '@) -@)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -@) .@) <@) >@) D@)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D@) E@) X@) Z@) _@)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _@) `@) g@) l@) @)                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @) @) @) @) @) iB) jB) vB) B) B) C) &C) ZC) mC) C)                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd9
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C) C) C) D) 5D) HD) |D) D) D) D)  E) :E) JE) ~E) E) E) E) E) E) E) F)  G) G) <G) KG) ^G) _G) xG) G) G)                                                                                                                                                                                                                                                                                                                                                                   gd_  E) E) E) E) E) E) G) ,G) KG) ]G) G) G) G) G) 
H) +H) <H) pH) H) H) 0I) EI) wI) xI) I) I) I) I) I) I) I) I) пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  G) G) G) G) G) 
H) :H) ;H) <H) pH) H) H) H) H) H) /I) 0I) :I) EI) xI) I) I)                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I) I)                                     kd
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               I) I) I) I) I) I) J) *J) ,J) CJ)                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	I) I) I) I) J) J) )J) *J) DJ) MJ) J) J) J) J) K) K) K) K) 7K) 8K) =K) FK) cL) eL) uL) vL) L) L) L) L) L) Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ CJ) DJ)                                     kd; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               DJ) MJ) oJ) pJ) J) J) J) J) J) J) J) J) J) J)                                                                                                                                     q                            kd
 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
J) K) K) K) 8K) 9K) :K) ;K) <K)             q            l                                                                                                                                                       gd_    kdO $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  <K) =K)                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               =K) FK) gK) hK) |K) }K) K) K) K) K) K) 
L) L) 4L) NL) OL) dL)                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  dL) eL) vL) L) z            q            q                                                                                                                                                                                       	  $If   gd_    kdc $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       L) L) L) L) L) L) L) L) z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       L) L) L) L) L) UM) WM) gM) hM) M) M) M) M) M) M) M) N) N) ;N) GN) fN) rN) N) N) N) N) N) N) N) O) O) dO) O) O) O) ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "L) L)                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L) L) L) L) M) M) $M) @M) AM) VM) WM) hM) M)                                                                                                             q                                                         kd4 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M) M) M) M) M) M) M) M) z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M) M)                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M) M) N) N) N) N) N) N) N)                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  N) N) N) N) O) O) O) O) O) O) P) z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
O) O) O) P) 9P) :P) DP) NP) OP) oP) pP) P) P) P) P) P) Q) jR) lR) |R) }R) R) R) S) S) S) 1S) 2S) 3S) 4S) 5S) 8S) AS) S) S) S) ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #P) :P) DP) NP)                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  NP) OP)                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OP) pP) P) P) P) P)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P) P)                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P) P) Q) Q) Q) Q) Q) &R) kR) lR) }R) R) S)                                                                                                 s                                                                        kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S) S) 3S) 4S) 5S) 6S) 7S) |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7S) 8S)                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8S) AS) S) S) S) S)                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S) S) S) S) S) S) S) S) T) W) W) W) W) W) [X) zX) X) X) ^Y) }Y) Y) Z) Z) Z) [)  [) :\) Y\) \) \) R]) q]) ]) ^) l^) ^) j_) _) _) 
`) y`) `) `) a) Jb) Kb) о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -S) S) S) S) S) S) T) T) T) T) T) T) U) 
U) |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

U) U) nU) U) U) U) U) U) V) RV) V) V) W) W) W) W) W) W) W)                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  W) W) X) 
X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
X) X) X) X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) &X) +X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +X) ,X) 6X) ;X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;X) <X) =X) [X) iX) yX)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yX) zX) X) X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) X) X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) X) X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) X) X)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) X) X) X) X)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X) X) Y) 	Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Y) 
Y) Y) Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y) Y) %Y) *Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *Y) +Y) 5Y) :Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Y) ;Y) <Y) ^Y) lY) |Y)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |Y) }Y) Y) Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y) Y) Y) Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y) Y) Y) Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y) Y) Y) Y)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y) Y) Y) Y) Y) Z)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) "Z) 'Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'Z) (Z) 3Z) 8Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8Z) 9Z) CZ) HZ)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HZ) IZ) JZ) Z) Z) Z)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) Z)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z) Z) Z) [) [) [)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [)  [) +[) 0[)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0[) 1[) ;[) @[)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @[) A[) L[) Q[)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q[) R[) \[) a[)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a[) b[) c[) [) \) :\) H\) X\)                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X\) Y\) d\) i\)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i\) j\) t\) y\)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y\) z\) \) \)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \) \) \) \)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \) \) \) \) \) \)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \) \) \) \)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \) \) \) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) #])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #]) $]) %]) R]) `]) p])                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p]) q]) |]) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) ])             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]) ]) ]) ]) ]) ^)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) ^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) #^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #^) $^) /^) 4^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4^) 5^) ?^) D^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D^) E^) F^) l^) z^) ^)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) ^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) ^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd93 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) ^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) ^)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) ^) ^) :_) ;_) j_) x_) _)                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdV4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _) _) _) _)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _) _) _) _)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _) _) _) _)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _) _) _) _)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _) _) _) _) _) 	`)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd16 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	`) 
`) `) `)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) %`) *`)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *`) +`) 6`) ;`)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;`) <`) F`) K`)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K`) L`) M`) y`) `) `)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) `) `)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) `) `)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) `) `)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) `) `)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `) `) `) `) a) a)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a) a)  a) %a)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %a) &a) 0a) 5a)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5a) 6a) Aa) Fa)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fa) Ga) Qa) Va)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Va) Wa) Xa) |a) a) a) a) a) ;b) <b) Ib) Jb) Kb) nb) b)                                                                                                                                                                                        gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kb) \b) nb) b) b) (c) 9c) :c) ;c) Pc) c) c) c) c) c) c) c) c) c) c)  d) d) d) $d) e) e) 	f) 
f) f) Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  b) b) (c) :c) ;c) Ec) Pc) c) c) c)                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	c) c)                                        kd!< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c) c) c) d) d) d)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  d) d)                                        kdu= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d) $d) xd) yd) d) d) d) Ge) }e) e) e) e) e) e) e)                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  e) e) 
f) [f) tf) f) f) f) |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f) f) 5f) 6f) 7f) Jf) Kf) Zf) f) f) f) f) f) +g) ,g) /g) 8g) h) h) h) h) i) i) i) i) i) ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j? h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  f) f) f) +g) ,g) -g) .g) |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .g) /g)                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /g) 8g) g) g) g) /h) :h) Vh) oh) h) h) h) h)                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  h) h) h) i) |            s            s                                                                                                                                                                                           	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i) i) i) i) i) ;j) <j) pj) j) j) j) k) k) |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i) ;j) <j) oj) pj) j) j) j) j) j) k) Dk) qk) k) k) k) k) k) k) k) k) l) l) 7l) Zl) [l) ^l) gl) m)  m) n) n) n) n) n) n) n) ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $k) k) k) k) k) k)                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  k) k)                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k) l) 7l) Il) [l) \l) ]l)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ]l) ^l)                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^l) gl) l) l) l) l) m) m) m) m) n) 3n) Yn) vn) n) n) n)                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  n) n) n)  o) vo) o) p) Rp) |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd2F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n) n) n) n) n) o) o) o) @o) vo) o) o) o) p) 0p) Qp) Rp) Up) fp) |p) p) q) 4q) 5q) 6q) Gq) ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jF h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Rp) Sp) Tp) Up) {p) |p) q) q) 6q) Hq) Iq) Sq) |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdqG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Gq) Iq) ^q) q) q) q) q) q) q) q) q) r) r) 	r) r) }r) r) r) r) r) r) s) s) s) s) bs) cs) es) fs) xs) s) s) s) s) ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Sq) ^q) q) q) q)                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  q) q)                                        kd+H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q) q) q) r) r) r)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  r) 	r)                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	r) r) sr) tr) r) r) r) r) s) s) s)                                                                                                 Y                              kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
s) cs) ds) es) fs) s) ,t) Pt) v) v) y) *y)             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s) s) s) s) s) s) s) s) ,t) Pt) y) *y) Vz) gz) }) }) ) ) ́) ΁) ) ) ) ) ) ) ) ) ك) ) `) ) c) j) ) ) ,) M) ) ވ) E) F) ^) _) o) p) ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jP hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jGL hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -*y) Uz) Vz) gz) {) {) n|) o|) }) }) }) ) ) ) ) ) ) ) ) ) ) ك) ) _) `) o) )                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ) ) ) ) ) )             f                                                                                                                                                                      kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ) ) ) ) ) o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ) ) Ǆ) ΄) ӄ) o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ӄ) Ԅ) ل) ) ) o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ) ) ) ) ) o            f            f            f                                                                                                                                                	  $If   gd_    kdfN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ) ) ) ) ) o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at )  ) () /) 4) o            f            f            f                                                                                                                                                	  $If   gd_    kdBO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4) 5) =) D) P) o            f            f            f                                                                                                                                                	  $If   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at P) Q) R) S) ) ) L) M) ) ) ) ) ) o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p) s) t) ) ) ) ) :) E) <) M) ƞ) ) ) 
) ) ) ) 7) ;) <) Q) ) ) ) ) ) ) ơ) ǡ) ) ) ) ) ) ӣ) գ) ) ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %) ) ) ) 9) :) Ћ) ы) #) ) ) ) ) ?) ɐ) ʐ) d) ) ) 9) :) [) h) u) ) ) )                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ) ) ) ӕ) ) ) ) ) ") 9) :) E) u) v) ) ) ) ) h) i) <) M) ) Ҝ) Ӝ) 2) `) ) )                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ) ) ) W) ƞ) Ǟ) ) ) ) 7) ;) <) F) Q) ) ) )                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ) )                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ǡ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ) )                                        kd[R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) F) R) y) ) ޢ) ) ) J) T) y) ӣ) ԣ)                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
ԣ) գ) ) ) |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) )  ) ,) 0) L) M) b) ) ) ) ) ) ) פ) ؤ) ) ) ) ) ) ) ) ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ) ) )  ) L) M) W) b) ) ) |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdiT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ) )                                        kd#U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ؤ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ) )                                        kdwV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) K) W) ~) ) ) 
) ) ) ) 
)                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ) ) ) ) ) %) ,) -) .) /) D) v) w) ) ) ) ) ) ) ) ) ) ) ) x) ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    
) ) ) -) |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -) .) /) 9) D) w) ) ) |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) )                                        kd?Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ) )                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) /) ;) b) ) ͨ) ) w) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  x) ) ) ) ) ) 	) ) ) ) ) )  ) $) ?) @) U) ) ) ) ) ) ) ʪ) ˪) ) ) ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ) ) ) ) |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) @) J) U) ) ) ) |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                        kd[] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ˪) ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ) ) ) ) u) w) ) ) ) ) ) ) ) ) ߬) ) ) ) ) ) ") #) -) L) M) N) îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ) )                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) A) M) t) ) ) ) 9) u) v) w)                                                                                                                         f                           kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  w) ) ) ) ) ) ) ) ) )                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	) )                                        kdwa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) #) M) N) O) Q) R)                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  N) O) S) \) ) ) ) ) )  ) ) ) 	) 
) D) ^) `) a) v) ) ) ) ) ) ʯ) ) п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  R) S)                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S) \) ) ) έ) ) ) K) h) ) ) )                                                                                                                         f                           kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ) ) ) 	) 
) D) a) k) v) )                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ) )                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ) ) ) ) ) ) 
) ) ) E) F) G) W) X) ) ) ) ) ) ) ) ) ) ) ) ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ) )                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) )  ) _) ) F) G) X) )                                                                                     s                                                                                              kd;h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
) ) ) ) ) ) ) p) q) ) ) ) V) ) |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
) ) ) ) 1) U) i) ) ) ) ) A) B) W) ) ) ) ) ) ) ) ¶) ö) ƶ) Ƕ) ) ) ) ) 2) 3) M) V) b) õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !) ) A) B) L) W) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ) )                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) Ƕ) ) ) 
)  ) 3) 5) L)                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  L) M)                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M) V) ) Է) ) ) ) ) A) H) P)                                                             f                                    [            [                     
  $If   gd_ K$  kdWl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
b) ) ) ) ) ) ) ) ,) 5) ?) A) G) H) O) Q) f) g) v) x) y) z) ) ) ) ) ) ) ) ĸ) Ÿ) ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ P) Q) g) w) x) y)                                     R            I                                                                     	  $If   gd_ Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   y) z) ) Ÿ) ظ) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ÿ) ) ) ) ) @) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  ) ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ) )                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) @) n) ) ) ) ) ) ) )                                                             f                                    [            [                     
  $If   gd_ K$  kd9p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
) ) ) ) ) ) )                                     R                                                                                              Q  kdq $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdp $If   K$L$l 0                                     
t                              4   4 
l a   ) ) ) ) ) )                                     R            I                                                                     	  $If   gd_ Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
r $If   K$L$l 0                                     
t                              4   4 
l a   )  ) H) i) j) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd's $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ) 8) B) C) D) F) G) H) i) j) ) ) ) ) ) ) f) ) ) ) ) ) ) ) ) ) #) :) j) p) ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ) )                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) ) ) ) ) ) j)                                                                                     Y                                          kd5u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
j) q) z) {) ) ) ) ) ٽ) ) ) ) 7) ?) T) i) {) )                                                                                                                                                                                                                      	  $If   gd_  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ p) q) y) {) ) ) ) ) ) ) ) ) ) ) ) =) >) ) ) ) ) )  ) ) ) ) ) ) ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ) ) ) پ) ) ) )                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) >) c) v) ) ) ) |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) )                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) )  ) .) ) ) ) ) ) ) )                                                             f                                    [            [                     
  $If   gd_ K$  kd!y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) #) ) W) ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ) ) ) -) B) T) n) ) ) ) ) ) ) ) ) *) D) T)                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdy $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   T) n) ) ) )                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdmz $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) #) ) ) 
) V) ) ) ) ) ) [)                                                                                                 f                                                   kd
} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  W) ) ) ) ) ) ) Z) [) \) t) ~) ) ) ) ) ) ) ) ) ) ) ) þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [) \) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) )                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) e) ) ) ) ) )                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
) ) ) ) ) e) ) ) ) ) ) ) i) j) k) ) ) ) ) ) ) ) ) ) ) ) νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ) j) k) ) ) ) ) ) ) ) ) )             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ) )                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) 
) Q) ) 9) :) ;) L) )                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
) ) ) ) 7) 9) :) ;) K) L) ) ) ) ) ) ) () *) +) ,) <) =) ) ) ) ) ) ) ) ) ) ) ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ) ) ) ) ) ) ) ) ) ) )) 9) S) m) u) ) )                                                                                                                                                                                                         	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) ) ) ) )) *) +)                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +) ,) =) ) |            s            s                                                                                                                                                                                           	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
) ) ) ) ) ) ) %) ) ) ) ) ) ) ) ) ) K) ) ) ) ) ) ) ) ) ) ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ) )                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) %) ) >) z) ) !) ) ) ) )                                                                                                 f                                                        kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
) K) ) ) ) ) ) ) 
) ) 1) K) e) v) )                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ) ) ) ) ) ) ) ) .) H) b) s) ) ) ) ) )                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) ) ) ) $) 7) J) ]) ^) _)             s                                                                                                                                                                 kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ) ) ) ) ) ) ) ) ) ) ) ) ) \) ]) `) i) -) \) ]) ) ) 7) 8) ) 2) ) ) ) ) ) ) Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ _) `)                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `) i) -) ) ) 8) k) ) 4) ) ) ) ) ) ) +) z) ) ) ) !) M) y) ) )                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ) ) ) ) )  ) ) ) ) ) ) ) ) ) /) 5) 6) >) @) ) ) ) ) ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ) ) ) /) 6) ?) |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?) @) H) ]) r) ) ) ) ) ) ) ) #) =) N) h) p) )                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   ) ) ) ) ) ) )  ) :) K) e) v) ) ) )                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) ) ) ) ) ) ) ) ) |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
) ) ) ) ) ) ) ) ) ) ) ) ') ) ) ) /) D) ) ) ) ) ) ') ) ) ) ) ) ,) ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ) )                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ') ) ) G) ) ) 7) ) *) ) ) () G) f) ) ) ) ) !) ")                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ,) ?) K) ^) ) ) ) ) ) ) ) )  ) !) ") #) 3) 4) x) ~) ) ) ) ) ) ) ) ) ) ) ) ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ") #) 4) x) ) ) |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ) ) ) ) ) ) ) ) ) /) F) ]) n) ) ) ) )                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ) ) ) ) ) ) ) +) B) S) j) ) ) ) ) ) )                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) ) ) ) ") 5) H) [) ]) ^)             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ) ) ) ) ) Z) [) _) h) z) ) B) t) ) u) ) ) ) c) ) J) _) ) ) =) ) 8) M) ) y) ) ) ) ) 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !^) _)                                        kdϑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _) h) z) B) ) ) ) J) ) ) ) /) a) ) ) ) ) P) Q) X) ) )                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ) 5) u) ) ) ) ) 1) P) o) p) )                                                                                                             f                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ) 
) ) )) 5) H) T) g) n) p) ) ) ) ) ) ) ) ) ) ) ) ) ) /) 0) 1) ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ) ) ) ) ) ) ) )             s                                                                                                                                                                                     kdݓ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ) )                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) 
) ,) N) p) ) ) ) ) ) ) 0)                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  0) 1) B) u) ) |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1) A) B) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 5) I) m) ) ) ) ) ) ) ) ) ) k) n) ) ) ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ) ) ) ) ) ) ) ) ) 6) n) ) ) |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) Y) Z) ) S) T) ) ) ) ) ) m) n) ) ) ) S) ) ) >) ?) I) T) ) ) )                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ) ) ) ) .) R) f) ) ) ) ) >) ?) T) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) f)  *  *  *  *  * õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ () )                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ) )                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) f) ) ) )  * & * ] *  *  *  *                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   *  *  *  *  *  *  * * * * *             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 *  *  *  *  *  *  *  *  *  *  *  *  * * * * !* b* c* * * * * * * * * * * !* "* #* 5* 6* H* I* n* o* ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %* *                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * !* ?* c* * * * *                                                 f                                                                                                                       kdϜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  * * "* #* 6* I* \* o* q* r* |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r* s*                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o* s* |* * * @* A* B* R* S* T* U* m* w* x* |* }* ~* * * * * * * * * * * }* ~* 
* * * * * * * ,* 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %s* |* * * A* B* S* T*                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  T* U* }* ~* * * * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * ~* * * * *                                                 f                                                                                                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  * *  * Q* * * * * 7* /* 0* d* * |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,* 0* Q* * * * * * * 7* * 0* d* w* * * * * * * (* :* ;* Y* Z* m* * * * * * !	* ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  * * * Z* * * "	* i	* 	* 
* 
* 
* 
* $
* W
* a
* k
*                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  !	* 5	* h	* |	* 	* 	* 
* 
* 
* $
* V
* W
* a
* k
* l
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* * * * %* շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\k
* l
*                                        kdӣ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l
* 
* 
* 
* 
* 
* 
* 
* *                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  * *                                        kd' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               * * * * * * 
* 6* x* y* * *                                                                                                 f                                                   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  %* * * 
* * -* 6* =* C* w* x* y* * * * * * * * * * * * * * * * * * ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ * * * * * * * *                                                             R            I                                   	  $If   gd_ Q  kd§ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ * * 
* 
* ,
* ?
* R
* e
* g
* h
* ~
* |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
* 
* 
* 
* 
* 
* 
* +
* ,
* >
* ?
* d
* e
* 
* 
* 
* 
* 
* * * * * * 	* 9* B* I* O* `* a* ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ~
* 
*                                        kd	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
* 
* 
* * C* `* y* * * * * 
* * B* a* b*                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  a* b* c* s* t* w* }* * * * * * * * * * *  * * * * $* %* )* ** +* =* >* P* Q* v* w* {* пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  b* c* t* * * * |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * *  * *                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   * * ** +* >* Q* d* w* y* z* |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z* {*                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               {* * * * U* g* * * * * 9* =* >* ?*                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
{* * * * * * * * * * * * * * * * 8* 9* <* =* >* ?* @* P* Q* T* i* r* |* }* زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ?* @* Q* ~* |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }* ~* * * * * * * * * * * * * * * * * * o* p* * "* d* * * * * * ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ~* * * * * * * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               * * p* * * R* * * * * * %* g* h*                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
* 
* * $* %* ,* 2* f* g* h* i* y* z* }* * * * * * * * * * 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  h* i* z* * |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * * * 
* * * * 0* * * * |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
* * * 
* * * * * 0* * * * * 
* * * H* I* U* Y* * * * !* %* M* * M* Y* ]* * ;* <* v* w* * * * * * * '* +* W*  *  *  * 	!* _!* !* !* 1"* "* ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4* 
* * * * H* I* * * * * M* * L* M* * <* v* w* * ^* _* * * * * * * * W*                                                                                                                                                                                                                                                                                                                                                                   gd_  W*  *  * 	!* _!* !* !* 1"* "* "* "* a#* b#* m#* y#* #* #* #* #*                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  "* "* #* `#* a#* m#* #* #* #* #* #* #* #* $* $* $* $* @$* w$* $* %* U%* %* %* %* &* &* 8&* o&* p&* &* &* &* &* &* '* (* Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $#* #* #* #* #* #* #* #* #* M            H            H            H            H            H            H            H                   gd_   kd{ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   #* #* #* #* #* #* #* #*                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  #* #* $* $*                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  $* $* $* $* $* &$* .$* :$*                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  :$* ;$* @$* w$* |$* 2            )            )            )                      	 $If   gd_    kd( $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     |$* $* $* $* %* 
%* O%*             [                                                                                                                                           kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  O%* P%* U%* %* %* %* d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  %* %* %* &* &* 2&* d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  2&* 3&* 8&* p&* u&* &* d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  &* &* &* &* &* &* d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdy $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  &* &* &* '* V'* ['* g'* d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  g'* h'* k'* u'* n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           u'* v'* y'* '*                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  '* '* '* '* '* '* '* '* '*                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd} $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  '* '*                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          '* '* '* '* '* '* '* '*                                                             A                                  kds $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  '* '* '* '* '* '* '* '*                                                 A                                              kdR $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  '* '* '* '* '* '* '*                                     A            <            7                  gd_    gd_    kd1 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  '* (* (* (* (* (* (* (* )* 
)*                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	(* (* (* (* (* (* (* (* (* 
)* )* )* )* )*  )* -)* .)* M)* N)* P)* Q)* })* ~)* )* )* )* )* )* )* )* )* )* )* )* )* )* ** `,* a,* l,* m,* },* ~,* 춥x                          /jB hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *
)* )* )* )* )* )* )*                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a   )*  )* ))* -)* .)* A)* M)*                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd- $$If   l 0 
" R                                                           4 
l a   M)* N)* O)* P)* Q)* c)* })*                                     a                                                                                                                             E  kdJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   })* ~)* )* )* )* )* )*                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   )* )* )* )* )* )* )*                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdg $$If   l 0 
" R                                                           4 
l a   )* )* )* )* )* )* l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   )* )* )* )* )* ** ** +* +* ,* ,* l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
~,* ,* ,* x-* y-* -* -* -* -* -* -* -* -* -* .* .* +.* ,.* s.* u.* .* .* .* .* .* .* /* /* /* /* S/* U/* V/* b/* c/* 2* 2* 2* !6* $6* 96* Y6* ~6* 6* 6* 6* <7* =7* O7* ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0,* -* -* -* .* ,.* t.* u.* .* .*                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	.* .* .* /* /* /* T/*                                     N                                                                                       S  kd4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   T/* U/* V/* c/* /* 20* 0* 0* 1* 1* 2* 2* 2* b3* 3* .4* 4* 4* d5*                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   d5* e5* $6* 6* 6* 6* 7* <7* =7* P7* 8* 8* 8* 9* :* q:* :* :* :* :* :* ;* ;* =* =* =* =* 7>*                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  O7* P7* 7* 7* 7* 7* 8* 8* 8* 9* 9* :* ;* ;* ;* =* =* =* 7>* M>* Q>* ^>* _>* >* >* >* >* >* >* >* B* B* !B* "B* #B* 'B* (B* eB* fB* qB* ۵۵۵ۭۜۋzrgrrr       j< h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '7>* C>* R>* ^>* _>* >* >* >*                                     j                                                                                                                                           kdX $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  >* >* 
?* S?* X?* ?* ?* ?* @* |@* @* s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
@* A* A* A* *B* zB* {B* B* B* kC* lC* D* D* 3F* 4F* F* F* G* G* G* G* H* NI* J* J* K* K*                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  qB* rB* sB* wB* xB* {B* B* B* jC* D* F* F* G* G* G* G* G* G* G* G* G* G* G* G* G* G* eH* nH* wI* I* J* K* L* L* ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j
 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !K* L* L* L* L* L* L*                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdq $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  L* L* L* L* L* L* L* L* L* M* M* $M* %M* ;M* <M* WM* XM* tM* uM* M* M* M* M* M* M* M* M* M* M* %N* &N* 'N* (N* )N* P* P* P* uP* P* P* P* P*  Q* Q* Q* qR* R* R* R* S* :S* pS* ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3L* L* L* L* L* L* L*                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdW $$If   l   l '{6    4   4 
l a] p
         L* L* L* L* L* L* L* L*                                     t                                                                                                                                                             v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  L* L* L* L* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* M* M* $M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $M* %M* 3M* 5M* ;M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;M* <M* OM* QM* WM*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         WM* XM* mM* oM* tM*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         tM* uM* M* M* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* M* M* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* M* M* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* M* M* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* M* M* M*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M* M* N* 
N* %N*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %N* &N* 'N* (N* )N* P* P* P* \P* vP* P* P* P* Q* ?Q*                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?Q* SQ* Q* Q* Q* Q* R* 8R* lR* R* R* R* R* S* ;S* oS* pS* qS* rS* S* T* T* T* T* T* T* T* U* IU* JU*                                                                                                                                                                                                                                                                                                                                                                   gd_  pS* rS* |S* S* S* S* T* T* T* T* 0U* HU* hU* kU* U* U* U* V* :V* eV* V* V* W* W*  W* *W* +W* QW* RW* oW* pW* W* пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  JU* hU* vU* U* U* U* U* U* U* V* $V* :V* PV* fV* gV* V* V* V* V* W*  W* *W*                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  *W* +W*                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               +W* RW* oW* pW* W* W* W* W* W* W*                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	W* W* W* W* W* W* W* W* W* W* zX* |X* X* X* X* X* X* X* X* X* X* X* Z* Z* Z* Z* 3Z* 4Z* 5Z* 6Z* [Z* Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ W* W*                                     kdu $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W* W* 
X* X* "X* #X* GX* cX* dX* yX* zX* {X* |X* X*                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
X* X* X* X* X* X* X* X* X*             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X* X*                                     kdF $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               X* X* Y* Y* Y* Y* 5Y* QY* RY* dY* Y* Y* Y* Y* Y* Y* Z*                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Z* Z* Z* 4Z* z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       4Z* 5Z* 6Z* ]Z* ^Z* _Z* `Z* aZ* z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdZ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       [Z* \Z* ]Z* bZ* kZ* Z* Z* [* [* %[* &[* ([* T[* U[* Z[* c[* [* [* [* [* \* \* b\* d\* t\* u\* \* \* \* \* \* ]* D]* E]* x]* ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "aZ* bZ*                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               bZ* kZ* Z* Z* Z* Z* Z* Z* Z* Z* Z* [* &[*                                                                                                             q                                                         kdn $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  &[* '[* ([* U[* V[* W[* X[* Y[* z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd+ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Y[* Z[*                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z[* c[* [* [* b\* c\* d\* u\* \*                                                             q                                                                                                                             kd? $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \* \* \* \* \* E]* y]* ]* ]* ]* ]* z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
x]* y]* ]* ]* ]* ]* ]* ]* ]* 
^* ^* ;^* P^* Q^* ^* ^* $_* `* 
`* `* `* l`* `* `* `* `* `* `* `* `* `* `* `* ;a* Ka* La* ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #]* ]* ]* ]*                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ]* ]*                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]* ^* ;^* Q^* S^* ^*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^* ^*                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^* ^* &_* '_* c_* d_* s_* _* 	`* 
`* `* l`* `*                                                                                                 s                                                                        kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `* `* `* `* `* `* `* |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `* `*                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `* `* :a* ;a* La* ma*                         s                                                                                                                                                                                   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  La* la* ma* na* oa* pa* ra* a* a* !e* "e* 9e* ye* e* e* f* xf* f* f* g* g* g* $h* Ch* h* h* i* i* aj* j* j* k* k* k* 
l* )l* m* 'm* m* m* n* 6n* n* n* o* o* о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ma* na* oa* pa* qa* ra* a* ?b* @b* b* b* b* b* b* |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b* b* c* #c* ;c* Rc* c* c* c* c* 6d* 7d* !e* "e* 9e* Ne* ye* e* e*                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  e* e* e* e*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e* e* e* e*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e* e* e* e*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e* e* e* e*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e* e* e* e* f* f*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* #f* (f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (f* )f* 3f* 8f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8f* 9f* Df* If*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   If* Jf* Tf* Yf*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yf* Zf* [f* xf* f* f*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* f* f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* f* f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* f* f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* f* f*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f* f* f* f* 
g* g*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* &g* +g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +g* ,g* 6g* ;g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;g* <g* Gg* Lg*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lg* Mg* Wg* \g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \g* ]g* ^g* g* g* g*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* g* g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* g* g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* g* g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* g* g*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g* g* g* $h* 2h* Bh*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bh* Ch* Nh* Sh*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sh* Th* ^h* ch*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ch* dh* oh* th*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   th* uh* h* h*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h* h* h* h* h* h*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h* h* h* h*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h* h* h* h*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h* h* h* h*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h* h* h* h*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h*  i* i* mi* i* i* i* i*                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i* i* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* #j* (j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (j* )j* 3j* 8j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8j* 9j* :j* aj* oj* j*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j* j* j* j* j* k*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k*  k* *k* /k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /k* 0k* ;k* @k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @k* Ak* Kk* Pk*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pk* Qk* Rk* k* k* k*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* k* k* 
l* l* (l*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (l* )l* 4l* 9l*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9l* :l* Dl* Il*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Il* Jl* Ul* Zl*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zl* [l* el* jl*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jl* kl* ll* l* l* m* m* &m*                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &m* 'm* 2m* 7m*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7m* 8m* Bm* Gm*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN   $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gm* Hm* Sm* Xm*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd   $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xm* Ym* cm* hm*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hm* im* jm* m* m* m*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m* m* m* m*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m* m* m* m*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m* m* m* m*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m* m* m* m*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m* m* m* n* %n* 5n*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5n* 6n* An* Fn*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fn* Gn* Qn* Vn*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vn* Wn* bn* gn*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gn* hn* rn* wn*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wn* xn* yn* n* n* n*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n* n* n* n*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n* n* n* n*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n* n* n* n*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n* n* n* n*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n* n* n* o* :o* _o* o* o* o* o* o* o* o* p* p*                                                                                                                                                                                        gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o* o* p* 'p* p* p* p* p* p* p*  q* !q* +q* 5q* 6q* hq* iq* zq* q* q* q* q* q* q* s* s* s* s* s* Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  p* p* p* p* p* p* p* !q* +q* 5q*                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	5q* 6q*                                        kd[  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6q* iq* q* q* q* q*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q* q*                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q* q* r* r* 7r* 8r* r* r* s* @s* Ps* as* qs* rs* s*                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  s* s* s* s* t* +t* Dt* st* |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s* s* s* s* s* s* s* s* rt* st* tt* t* t* t* t* t* t* Tv* Vv* fv* gv* w* w* !w* 2w* Jw* ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j
  h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  st* tt* t* t* t* t* t* |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdB  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t* t*                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t* t* u* u* nu* u* u* u* 
v* 'v* <v* Tv* Uv*                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Uv* Vv* gv* w* |            s            s                                                                                                                                                                                           	  $If   gd_   kdP
  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w* w*  w* !w* Jw* w* w* x*  x* 2x* 3x* "y* #y* |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd
  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Jw* w* w* 
x* x* 1x* 2x* 3x* Qx* x* x* x* y* !y* #y* 8y* jy* ky* uy* y* y* y* y* y* y* y* y* z* z* z* 6|* 7|* Z|* \|* l|* m|* }|* ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $#y* -y* 8y* ky* uy* y*                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  y* y*                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y* y* y* y* y* y* y*                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  y* y*                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y* z* Jz* Kz* Zz* kz* z* z* "{* {* {* {* {* |* 6|* 7|* [|*                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  [|* \|* m|* |* }* o}* }* }* |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdl  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }|* ~|* |* |* |* |* |* |* |* }* 9}* n}* }* }* }* }* }* }* ~* ~* A~* ~* ~* ~* ~* ~* ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j&  h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  }* }* }* }* ~* ~* ~* ~* ~* ~* ~* ~* |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~* ~* ~* .* /* 9* C* D* i* j* * * * * * * )* f* * * * * * * *  * * * * * (* )* 4* h* ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !~* ~* /* 9* C*                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  C* D*                                        kde  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D* j* * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * *                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * 2* 3* * * * * *                                                                                                 Y                              kd
  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
* * * * * 4* ʁ* * #* $* * Ȇ*             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h* i* t* u* * * * * ʁ* * * Ȇ* * * A* S* !* 4* j* l* * * "* #* %* &* * * w* * * 2* * * * * ʔ* * U* |* * * * * 
* * ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j  hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j  hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Ȇ* * * * K* L* * 
* @* A* S* * *  * !* 6* * #* &* * * w* * * * 
* *                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  * 2* 3* 8* @* E*             f                                                                                                                                                                      kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  E* F* K* S* _* o            f            f            f                                                                                                                                                	  $If   gd_    kdV  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _* `* e* l* q* o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q* r* w* ~* * o            f            f            f                                                                                                                                                	  $If   gd_    kd2  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * * * * o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * * * * o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * ƒ* ͒* Ғ* o            f            f            f                                                                                                                                                	  $If   gd_    kd|  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ғ* Ӓ* ے* * * o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * * * * * * * * * >* ?* * o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdX  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * * * * * * أ* * ک* * d* * * * * * * խ* ٮ* ڮ* * !* "* ,* 6* 7* C* d* e* * * * * * q* s* * ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %* *  * !* ט* ؘ* n* o* * * * * * ݜ* g* h* * * * ס* ء* * * *  * -* >*                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  >* O* `* q* * * * * * ף* أ* * * * * * 3* 4* * * ک* *  * p* q* Ъ* * +* [*                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  [* \* * * d* e* * * * խ* ٮ* ڮ* * * "* ,* 6*                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  6* 7*                                        kdA  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7* e* * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * *                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * >* |* * * * * * q* r*                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
r* s* * * |            s            s                                                                                                                                                                                           	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * * * ʱ* α* * *  * 2* 3* =* G* H* T* u* v* * * * * * 2* * ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 * * * * * * *  * 3* =* |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=* G*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  G* H*                                        kd]   $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H* v* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  * *                                        kd!  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * G* * * 1* * * *                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  * * * * * ô* ʴ* ˴* ̴* ʹ* * * * * )* ** 6* W* X* * * * * * * ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    * * * ˴* |            s            s                                                                                                                                                                                           	  $If   gd_   kd#  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˴* ̴* ʹ* ״* * * * )* |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd#  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )* **                                        kdy$  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ** X* ~* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  * *                                        kd%  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * ͵* ٵ*  * +* k* * * ~* * *                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  * ~* * * * * * * * * * * * ·* ݷ* ޷* * %* &* 0* :* ;* G* h* i* * * ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    * * * * |            s            s                                                                                                                                                                                           	  $If   gd_   kd!'  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * ޷* * * &* 0* :* |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd'  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:* ;*                                        kd(  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;* i* * * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  * * * * * * %* &* ,* 3* 4* 5* 6* K* }* ~* * * * * * * ˺* * * * îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  * *                                        kd)  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * ߸* * * @* * * ׹* * * *                                                                                                                         f                           kd=+  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  * &* 4* 5* 6* @* K* ~* * *                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd+  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	* *                                        kd,  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  * * * * * * * * * * * * * * * * * * * F* G* Q* [* \* h* * п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  * *                                        kd.  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * 9* E* l* * * * * =* * *                                                                                                                         f                           kdY/  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  * * * * * * * 	* * G*                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd0  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	G* Q* [*                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  [* \*                                        kd0  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * * * * * * * * * * * * * * (* )* ** +* ,* -* 9* =* ]* C* V* ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 * *                                        kd!2  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * * 3* * * * (*                                                                                     s                                                                                              kdu3  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
(* )* ** +* ,* -* ]* * * C* * * * ;* |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd/4  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
V* * * * * * * :* N* * * * * * '* (* 2* <* =* U* _* `* a* d* e* * * * * * * * *  * õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !;* * * * * * (* 2* <*                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  <* =*                                        kd4  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =* e* * * * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  * *                                        kd=6  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * _* r* * * * * * * *                                                             f                                    [            [                     
  $If   gd_ K$  kd7  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 * _* * * * * * * * * * * * * * * * * * * * * 0* :* ;* <* >* ?* @* b* c* ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ * * * * * *                                     R            I                                                                     	  $If   gd_ Q  kd8  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK8  $If   K$L$l 0                                     
t                              4   4 
l a   * * @* c* v* * * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde9  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c* * * * * * 9* :* ;* <* L* M* ~* * * * * * * * * * * * ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J * *                                        kd:  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * :* ;* <* M* ~* * *                                                             f                                    [            [                     
  $If   gd_ K$  kds;  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
* * * * * * *                                     R                                                                                              Q  kd<  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-<  $If   K$L$l 0                                     
t                              4   4 
l a   * * * * * *                                     R            I                                                                     	  $If   gd_ Q  kd=  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG=  $If   K$L$l 0                                     
t                              4   4 
l a   * * * * * -* @* S* T* U* |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda>  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* * * * * * * * * * R* S* V* _* P* Q* * * 7* 8* 9* :* J* K* L* * * * * * ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ U* V*                                        kd?  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V* _* * >* Q* 7* 8* 9* :* K* *                                                                                     Y                                          kdo@  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
* * * * !* 6* K* ]* w* * * * * * * * * 3*                                                                                                                                                                                                                      	  $If   gd_  S  kd)A  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ * * * * * * * * * * * * * * * * * &* '* ** 3* ?* * (* ?* @* A* B* ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  3* M* ]* w* * * *                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdA  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  * * * * * * '* (* )* |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdMB  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )* **                                        kdC  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ** 3* * * @* A* B* S* * * *                                                             f                                    [            [                     
  $If   gd_ K$  kd[D  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
B* R* S* q* y* * * * * * %* '* (* )* A* K* L* M* O* P* Q* ^* h* i* * * * * G* * ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 * * * * * * * &* 6* P* j* r* * * * * * *                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdE  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   * * &* '* (*                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdE  $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  (* )* Q* i* |* * * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9F  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kdF  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * G* d* * * * * * * * *                                                                                                 f                                                   kdGH  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  * * * * * * * * * * * * * *  * !* "* :* ;* * * * * þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ * * "* ;* `* s* * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kdI  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * O* w* * * * * * * *                                                                                                 Y                              kdK  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
* N* P* * * * * * * * * * * * 	* !* +* ,* -* /* 0* 1* 2* * * * νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  * * 	* 1* 2* W* j* }* * * * *             s                                                                                                                                                                 kdK  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  * *                                        kdL  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * 8* * * * * =*                                                                                     Y                                          kdM  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
* * * 8* * * * * * * =* >* D* E* M* O* * * * * * * -* .* /* G* Q* R* S* U* V* W* ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 =* >* E* N* O* W* l* * * * * * * * * (* =*                                                                                                                                                                                                         	  $If   gd_  S  kdN  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =* O* i* * * * * * *                                                                                                                                                                                                                                                 	  $If   gd_  S  kd#O  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  * * * .* |            s            s                                                                                                                                                                                           	  $If   gd_   kdO  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .* /* W* X* k* ~* * * * * * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdoP  $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
W* X* j* k* * * * * |* l* m* n* ~* * * * * * /* c* e* k* l* t* v* o* q* ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  * *                                        kd7Q  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * |* * * ,* * l* m* n* *                                                                                                 f                                                        kdR  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
* * e* l* u* v* ~* * * * * * * * .*                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdES  $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  .* H* Y* s* {* * * * * *  * * +* E* V* p* q*                                                                                                                                                                                                                            S  kdS  $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  q* r* s* * * * * * * * * *             s                                                                                                                                                                 kdiT  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q* r* s* * * * * * * * * * * * * * * * * * !* "* * * * * * * k* * * * Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ * *                                        kd#U  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * "* * * 	* \* * '* * ,* * * * * * /* _* * * * * C* w*                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  * * * * * * G* Z* ^* v* w* x* * * * * * * * -* /* 0* 1* ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   w* x* * * * * |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdwV  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * * %* 7* Q* k* |* * * * * * * * #*                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1W  $If   K$L$l 0                     x                
t                                4   4 
l a   #* 8* M* _* y* * * * * * * * .* /* 0*                                                                                                                                                                                                                   	  $If   gd_  S  kdW  $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  0* 1* Y* Z* m* * * * * * * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdUX  $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
1* I* S* T* X* Y* Z* l* m* * * * * * * |* * * C* X* 4* I* * * h* }* ~* * * * ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ * *                                        kdY  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * }* * [* h* * L* * * * * * * )* @* _* ~* * *                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  * * * * D* W* c* v* * * * * * * * * * * * * * %* '* m* o* p* q* * * * * ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  * * * * * &* |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdqZ  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &* '* /* A* S* e* w* * * * * * * * "* 3* J* K*                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd+[  $If   K$L$l 0                                     
t                                4   4 
l a   K* S* e* w* * * * * * * * * 0* F* W* n* o*                                                                                                                                                                                                                            S  kd[  $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  o* p* q* * * * * * * * * *             s                                                                                                                                                                 kdO\  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  * * * * * * * * * * J* * * * * /* * * * * * * * W* * * * * *  + * + 6 + I +  + 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !* *                                        kd	]  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * 0* * * 3* R* * * * * :* Y* * * * * * *                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  * *  + 2 + Q +  +  +  +  + 
+ + +                                                                                                             f                                       kd]^  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_   +  +  +  +  +  +  + + + + + + b+ c+ d+ + + + + + + + + + + + ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  + c+ d+ + + + + +             s                                                                                                                                                                                     kd_  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + +                                        kd_  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + + + 0+ 1+ S+ u+ + + +                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  + + + + 8+ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd%a  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + 7+ 8+ 9+ :+ ;+ G+ K+ O+ V+ u+ [+ n+ + + + + + + R+ f+ + + w	+ 	+ 	+ 	+ 	
+ 
+ @
+ S
+ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  8+ 9+ :+ ;+ u+ %+ '+ [+ + + + S+ + |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kda  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + J+ + + + + v	+ w	+ 	+ 
+ 
+ @
+ 
+ 
+ 
+ 8+ + + + + + %+ /+ 9+                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  S
+ 
+ 
+ 
+ 
+ 
+ + 7+ K+ + + + + + $+ %+ /+ 9+ :+ R+ \+ ]+ a+ b+ c+ u+ v+ + + + + + + + + 
+ (+ )+ *+ :+ ;+ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (9+ :+                                        kdb  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :+ b+ c+ v+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  + +                                        kdc  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + 
+ '
+ ^
+ 
+ 
+ 
+ 
+ )+ *+ ;+                                                                                                             f                                       kdAe  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ;+ <+ =+ e+ f+ y+ + + + + +             s                                                                                                                                                                      kde  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
;+ <+ =+ U+ _+ `+ d+ e+ f+ x+ y+ + + + + + +  + + + + + + + + + + + + + + + + + + + + 
+ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %+ +                                        kdf  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + + + + +                                                 f                                                                                                                       kd	h  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  + + + + + + + 
+ + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdh  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ +                                        kd}i  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
+ + + [+ \+ + + + + + + + + + + + + + .+ /+ A+ B+ g+ h+ l+ u+ + + + + + + + + + + + + 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %+ + 8+ \+ + + + +                                                 f                                                                                                                       kdj  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  + + + + /+ B+ U+ h+ j+ k+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k+ l+                                        kdEl  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l+ u+ + + + + + +                                                 f                                                                                                                       kdm  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  + + + + {+ |+ + + + + + + D+ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdSn  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + z+ {+ |+ + + + + /+ + + + D+ W+ z+ + + + + + + + + + 9+ L+ z+ {+ + + ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  D+ {+ + + 9+ {+ + + V+ + + + + + + + 	+                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  + + + + U+ i+ + + + + + + + 	+ 
+ "+ ,+ -+ 1+ 2+ 3+ ;+ X+ j+ k+ + + + + + + շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\	+ 
+                                        kd
o  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
+ 2+ 3+ X+ k+ ~+ + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  + +                                        kdap  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + + "+ S+ e+ + + + + + (+ U+                                                                                                 f                                                   kdq  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  + "+ + + + + + + + + + + '+ (+ ++ @+ I+ S+ U+ [+ \+ c+ e+ z+ {+ + + + + ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ U+ \+ d+ e+ {+ + + +                                                             R            I                                   	  $If   gd_ Q  kdr  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdor  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ + + + + + + + + + + + |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kds  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ + + + + + + + + + + + + + &+ '+ 6+ + b+ l+ m+ + + + + + + + + + ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ + +                                        kdCt  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + &+ + + + + + *+ b+ m+ + + + + +  +                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  +  + + + + + + F+ L+ M+ T+ V+ _+ + + + + + + + + + + + + + + + + + + + + пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   + + + F+ M+ U+ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdu  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U+ V+ + + + +                                     R            I                                                                     	  $If   gd_ Q  kdv  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQv  $If   K$L$l 0                                     
t                              4   4 
l a   + + + + + + + + + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkw  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ +                                        kd%x  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + "+ + + + + @+ K+ j+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
+ "+ #+ 2+ + @+ J+ K+ i+ j+ }+ + + + + + + + + + + + + + + +  +  +  +  + زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 + + +  + |            s            s                                                                                                                                                                                           	  $If   gd_   kdyy  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        +  +  + 5 + ? + @ + D + E + F + X + Y + k + l +  +  +  +  +  +  + 
!+ !+ !+ !+ "+ n"+ x"+ y"+ "+ "+ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph     +  + E + F + Y + l +  +  +  +  + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3z  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 +  +                                        kdz  $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                +  + !+ K!+ !+ !+ !"+ 3"+ n"+ y"+ "+ "+ #+ #+                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
"+ "+ "+ "+ "+ "+ "+ #+ #+ #+ #+ #+ #+ #+ 0#+ 9#+ C#+ D#+ E#+ F#+ G#+ H#+ o#+ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  #+ #+ #+ E#+ |            s            s                                                                                                                                                                                           	  $If   gd_   kdA|  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E#+ F#+ G#+ H#+ o#+ p#+ #+ b$+ $+ $+ $+ :%+ u%+ v%+ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd|  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
o#+ |#+ #+ #+ b$+ $+ $+ $+ $+ :%+ v%+ %+ %+ %+ %&+ &+ &+ &+ &+ &+  '+ '+ '+ '+ '+ '+ )+ )+ )+ )+ (*+ *+ *+ ++ ++ !++ %++ H++ ,+ ,+ ,+ ,+ ,+ ,+ ?.+ m.+ n.+ .+ .+ :/+ /+ /+ '0+ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4v%+ %+ %&+ &+ &+ &+ &+  '+ '+ '+ '+ '+ )+ )+ )+ (*+ *+ ++ ++ H++ ++ ++ 2,+ G,+ c,+ s,+ ,+ ,+ ,+ ,+                                                                                                                                                                                                                                                                                                                                                                   gd_  ,+ ?.+ n.+ .+ .+ :/+ /+ /+ '0+ f0+ 0+ 0+  1+ 1+ 1+ &1+ 21+ E1+ I1+                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  '0+ 0+ 0+ 0+ 0+ 1+ !1+ %1+ E1+ H1+ I1+ P1+ Q1+ 1+ 1+ 1+ 1+ 1+ 2+ v2+ 2+ 2+ )3+ *3+ 3+ 3+ 3+ 3+ 
4+ 4+ @4+ m4+ n4+ s4+ 4+ 5+ N6+ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $I1+ J1+ K1+ L1+ M1+ N1+ O1+ P1+ Q1+ M            H            H            H            H            H            H            H                   gd_   kd}  $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Q1+ e1+ l1+ q1+ 1+ 1+ 1+ 1+                                                 _            V            V                                                             	 $If   gd_    kdS~  $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  1+ 1+ 1+ 1+                                                                                                                                                                                                                                                          	 $If   gd_  o  kd(  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1+ 1+ 1+ 1+ 1+ 1+ 1+ 1+                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd  $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1+ 1+ 1+ 2+ 2+ 2            )            )            )                      	 $If   gd_    kdb  $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     2+ p2+ q2+ v2+ 2+ 2+ 2+             [                                                                                                                                           kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  2+ 2+ 2+ *3+ .3+ 3+ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3+ 3+ 3+ 3+ 3+ 3+ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd!  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3+ 3+ 3+ 4+ 4+ :4+ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :4+ ;4+ @4+ n4+ s4+ 4+ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4+ 4+ 4+ 4+ 4+ 4+ 5+ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd|  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5+ 5+ 	5+ 5+ n            e            e                                                                                                                                                               	 $If   gd_    kdE  $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           5+ 5+ 5+  5+                                                                                                                                                                                                                                                	 $If   gd_  t  kd  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   5+ !5+ "5+ 35+ 85+ @5+ G5+ N5+ Z5+                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd  $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Z5+ [5+                                             kdT  $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          [5+ f5+ j5+ q5+ x5+ y5+ z5+ {5+                                                             A                                  kd  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  {5+ |5+ }5+ ~5+ 5+ 5+ 5+ 5+                                                 A                                              kd  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  5+ 5+ 5+ 5+ 5+ 5+ 5+                                     A            <            7                  gd_    gd_    kdk  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  5+ O6+ P6+ i6+ j6+ 6+ 6+ 6+ 6+ 6+                                                                                                                                                                                                                                                   E  kdJ  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	N6+ O6+ P6+ V6+ W6+ i6+ j6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 6+ 7+ 7+ 47+ 57+ L7+ M7+ N7+ R7+ S7+ p7+ q7+ r7+ ~7+ 7+ 7+ Y8+ 9+ 9+ 
:+ :+ :+ :+ 춥x                          /j|  hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *6+ 6+ 6+ 6+ 6+ 6+ 6+                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd  $$If   l 0 
" R                                                           4 
l a   6+ 6+ 6+ 6+ 6+ 6+ 6+                                     a                                                                                                                             E  kdƍ  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg  $$If   l 0 
" R                                                           4 
l a   6+ 6+ 6+ 6+ 6+ 7+ 7+                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%  $$If   l 0 
" R                                                           4 
l a   7+ 7+ '7+ 47+ 57+ ?7+ L7+                                     a                                                                                                                             E  kdB  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd  $$If   l 0 
" R                                                           4 
l a   L7+ M7+ N7+ O7+ P7+ Q7+ R7+                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd  $$If   l 0 
" R                                                           4 
l a   R7+ S7+ `7+ a7+ o7+ p7+ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd   $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   p7+ q7+ r7+ 7+ 7+ X8+ Y8+ K9+ L9+ #:+ $:+ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
:+  :+ !:+ ;+ ;+ ";+ #;+ 3;+ 4;+ 8;+ 9;+ ;;+ c;+ d;+ ;+ ;+ ;+ ;+ <+ <+ <+ <+ f<+ h<+ z<+ {<+ <+ <+ <+ <+ <+ <+ <+  =+ =+ p@+ q@+ }@+ C+ C+ C+ C+ D+ %D+ }D+ ~D+ D+ D+ D+ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j  hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0$:+ ;;+ D;+ d;+ ;+ ;+ <+ <+ <+ g<+                                                                                                                                                                                                                                                       S  kdJ  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	g<+ h<+ {<+ <+ <+ <+ <+                                     N                                                                                       S  kdn  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdܒ  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   <+ <+ <+ =+ 9=+ =+ >+ >+ z?+ {?+ p@+ q@+ }@+  A+ [A+ A+ 2B+ B+ C+                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd   $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   C+ C+ C+ D+ }D+ ~D+ D+ D+ D+ D+ TF+ UF+ fF+ G+ G+ H+ 1H+ JH+ fH+ H+ H+ I+ I+ *K+ +K+ K+ K+ K+                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  D+ D+ eE+ fE+ vE+ ~E+ SF+ UF+ fF+ G+ G+ G+ kI+ I+ I+ )K+ +K+ JK+ K+ K+ K+ K+ K+ ML+ NL+ cL+ dL+ L+ L+ L+ O+ O+ O+ O+ O+ O+ O+ P+ P+ P+ ۵۵۵ۭۜۋzrgrrr       jv  h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'K+ K+ K+ K+ K+ NL+ dL+ L+                                     j                                                                                                                                           kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  L+ L+ L+ L+ L+ 5M+ M+ M+ M+ N+ WN+ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
WN+ N+ vO+ wO+ O+ P+ P+ dP+ eP+ 	Q+ 
Q+ bR+ cR+ S+ S+ T+ T+ VU+ WU+ qU+ U+ 2V+ V+ 3X+ 4X+ X+ X+                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  P+ P+ P+ P+ P+ P+ dP+ eP+ Q+ aR+ #T+ T+ 1U+ 2U+ =U+ >U+ NU+ OU+ SU+ TU+ UU+ VU+ WU+ `U+ qU+ U+ V+ V+ W+ 5W+ 3X+ X+ Z+ Z+ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jD  hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujݕ  h_ U !X+ Z+ "Z+ #Z+ 9Z+ :Z+ NZ+                                                 e                                                                                                                        F  kd  $$If   l   l '{6    4   4 
l a] p
        F  kd  $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Z+ #Z+ PZ+ tZ+ uZ+ xZ+ yZ+ Z+ Z+ Z+ Z+ Z+ Z+ Z+ Z+ Z+ Z+ [+ [+ /[+ 0[+ Q[+ R[+ i[+ j[+ [+ [+ [+ [+ [+ [+ [+ [+ [+ ]+ ]+ ]+ ^+ H^+ a^+ ^+ ^+ ^+ *_+ <_+ `+ '`+ \`+ `+ `+ `+ a+ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3NZ+ OZ+ PZ+ YZ+ gZ+ tZ+ uZ+                                                             5            v  kd  $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd  $$If   l   l '{6    4   4 
l a] p
         uZ+ vZ+ wZ+ xZ+ yZ+ }Z+ ~Z+ Z+                                     t                                                                                                                                                             v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Z+ Z+ Z+ Z+ Z+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z+ Z+ Z+ Z+ Z+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z+ Z+ Z+ Z+ Z+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z+ Z+ Z+ Z+ Z+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z+ Z+ [+ 
[+ [+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd   $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [+ [+ ([+ *[+ /[+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /[+ 0[+ J[+ L[+ Q[+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q[+ R[+ a[+ c[+ i[+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i[+ j[+ x[+ z[+ [+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [+ [+ [+ [+ [+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdW  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [+ [+ [+ [+ [+                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [+ [+ [+ [+ [+ ]+ ]+ ]+ ]+ ^+ H^+ b^+ ^+ ^+ ^+                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^+ ^+ %_+ =_+ q_+ _+ _+ _+ 
`+ (`+ \`+ v`+ `+ `+ `+ 
a+ a+ a+ a+ 2a+ ;b+ <b+ Rb+ xb+ b+ b+ b+ b+ b+ b+                                                                                                                                                                                                                                                                                                                                                                   gd_  a+ a+ a+ 0a+ 1a+ 2a+ Rb+ hb+ b+ b+ b+ b+ c+ 	c+ Fc+ gc+ xc+ c+ c+ d+ ld+ d+ d+ d+ d+ d+ d+ d+ d+ 
e+ e+ !e+ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  b+ c+ c+ 'c+ (c+ Fc+ vc+ wc+ xc+ c+ c+ c+ c+ d+ d+ kd+ ld+ vd+ d+ d+ d+ d+                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  d+ d+                                     kdX  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d+ d+ 
e+ e+ $e+ :e+ Pe+ fe+ he+ e+                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	!e+ $e+ 9e+ :e+ Oe+ Pe+ ee+ fe+ e+ e+ f+ f+ *f+ +f+ Jf+ Kf+ Lf+ Mf+ sf+ tf+ yf+ f+ g+ g+ g+ g+ g+ g+ g+ g+ g+ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ e+ e+                                     kd  $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               e+ e+ e+ e+ e+ e+ e+ f+ f+ f+ f+ f+ f+ +f+                                                                                                                                     q                            kd  $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
+f+ Kf+ Lf+ Mf+ tf+ uf+ vf+ wf+ xf+             q            l                                                                                                                                                       gd_    kdä  $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  xf+ yf+                                     kd  $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               yf+ f+ f+ f+ f+ f+ f+ f+ f+ g+ -g+ Fg+ [g+ pg+ g+ g+ g+                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  g+ g+ g+ g+ z            q            q                                                                                                                                                                                       	  $If   gd_    kdצ  $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       g+ g+ g+ g+ g+ g+ g+ g+ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       g+ g+ g+  h+ 	h+ h+ h+ h+ h+ h+ h+ h+ h+ h+ h+ i+ Oi+ [i+ wi+ i+ i+ i+  j+ j+ j+ j+ 2j+ 3j+ 6j+ @j+ Vj+ j+ j+ j+ k+ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "g+  h+                                     kdQ  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                h+ 	h+ (h+ )h+ =h+ >h+ `h+ |h+ }h+ h+ h+ h+ h+                                                                                                             q                                                         kd  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  h+ h+ h+ h+ h+ h+ h+ h+ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kde  $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       h+ h+                                     kd"  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               h+ i+ Ji+ Ki+  j+ j+ j+ j+ 3j+                                                             q                                                                                                                             kdy  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  3j+ 4j+ 5j+ 6j+ Vj+ j+ k+ -k+ .k+ 8k+ Ck+ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd6  $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
k+ k+ .k+ Ck+ uk+ vk+ k+ k+ k+ k+ k+ k+ k+ k+ #l+ ,l+ l+ m+ m+ m+ m+ 
n+ n+ Ln+ Mn+ Nn+ mn+ nn+ on+ pn+ qn+ tn+ }n+ n+ n+ n+ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Ck+ vk+ k+ k+                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  k+ k+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k+ k+ k+ k+ k+ "l+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "l+ #l+                                        kdU  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #l+ ,l+ l+ l+ m+ m+ m+ bm+ m+ m+ m+ 
n+ Mn+                                                                                                 s                                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Mn+ Nn+ on+ pn+ qn+ rn+ sn+ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdc  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sn+ tn+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tn+ }n+ n+ n+ n+ o+                         s                                                                                                                                                                                   kdq  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n+ 
o+ o+ o+ 
o+ o+ o+ 2o+ =o+ r+ r+ r+ s+ 6s+ s+ s+ t+ 5t+ t+ t+ $u+ Cu+ u+ u+ =v+ \v+ vw+ w+ w+ x+ x+ x+  y+ ?y+ y+ y+ z+ z+ '{+ F{+ {+ {+ 2|+ Q|+ }+ }+ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -o+ o+ 
o+ o+ o+ o+ =o+ o+ o+ p+ *p+ 4p+ ?p+ Ip+ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd+  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ip+ Jp+ p+ p+ p+ p+ q+ q+ Yq+ q+ q+ q+ r+ r+ r+ r+ s+ %s+ 5s+                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  5s+ 6s+ As+ Fs+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fs+ Gs+ Qs+ Vs+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vs+ Ws+ bs+ gs+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gs+ hs+ rs+ ws+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ws+ xs+ ys+ s+ s+ s+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ s+ s+ s+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ s+ s+ s+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ s+ s+ s+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ s+ s+ s+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݷ  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ s+ s+ t+ $t+ 4t+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4t+ 5t+ @t+ Et+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Et+ Ft+ Pt+ Ut+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ut+ Vt+ at+ ft+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ft+ gt+ qt+ vt+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vt+ wt+ xt+ t+ t+ t+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t+ t+ t+ t+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t+ t+ t+ t+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdպ  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t+ t+ t+ t+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t+ t+ t+ t+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t+ t+ t+ $u+ 2u+ Bu+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bu+ Cu+ Nu+ Su+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Su+ Tu+ ^u+ cu+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cu+ du+ ou+ tu+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tu+ uu+ u+ u+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u+ u+ u+ u+ u+ u+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdͽ  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u+ u+ u+ u+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u+ u+ u+ v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v+ v+ 
v+ v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v+ v+ v+ "v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "v+ #v+ $v+ =v+ Kv+ [v+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [v+ \v+ gv+ lv+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lv+ mv+ wv+ |v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |v+ }v+ v+ v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v+ v+ v+ v+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v+ v+ v+ w+ Tw+ vw+ w+ w+                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+ w+ w+ w+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+ w+ w+ w+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+ w+ w+ w+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+ w+ w+ w+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+ w+ w+ w+ 
x+ x+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ )x+ .x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .x+ /x+ 9x+ >x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >x+ ?x+ Jx+ Ox+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ox+ Px+ Zx+ _x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _x+ `x+ ax+ x+ x+ x+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ x+ x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ x+ x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ x+ x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ x+ x+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+ x+ x+  y+ .y+ >y+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >y+ ?y+ Jy+ Oy+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Oy+ Py+ Zy+ _y+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _y+ `y+ ky+ py+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   py+ qy+ {y+ y+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y+ y+ y+ y+ y+ y+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y+ y+ y+ y+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y+ y+ y+ y+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y+ y+ y+ y+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y+ y+ z+ z+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z+ 	z+ 
z+ vz+ wz+ z+ z+ z+                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z+ z+ z+ z+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z+ z+ z+ z+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z+ z+ z+ z+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z+ z+ {+ {+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {+ {+ {+ '{+ 5{+ E{+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E{+ F{+ Q{+ V{+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V{+ W{+ a{+ f{+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f{+ g{+ r{+ w{+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w{+ x{+ {+ {+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {+ {+ {+ {+ {+ {+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {+ {+ {+ {+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {+ {+ {+ {+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {+ {+  |+ |+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |+ |+ |+ |+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |+ |+ |+ 2|+ @|+ P|+                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P|+ Q|+ \|+ a|+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a|+ b|+ l|+ q|+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q|+ r|+ }|+ |+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |+ |+ |+ |+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |+ |+ |+ |+ |+ |+  }+ !}+ w}+ x}+ }+ }+ }+ }+ /~+                                                                                                                                                                                        gd_  z  kd6  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }+ }+ }+ }+ 0~+ d~+ u~+ v~+ w~+ ~+ ~+ ~+ ~+ ~+ ~+ + + + *+ ++ <+ =+ W+ `+ 3+ 5+ E+ F+ V+ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  /~+ 0~+ d~+ v~+ w~+ ~+ ~+ ~+ ~+ ~+                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	~+ ~+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~+ + ++ =+ ?+ V+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V+ W+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W+ `+ + + + + $+ + + ހ+ + + + + 4+                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  4+ 5+ F+ + + Ɂ+ + + |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd=  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V+ W+ q+ r+ s+ + + + + + + 7+ 8+ g+ h+ k+ t+ + + + + + + + Є+ + ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j  h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  + + 8+ g+ h+ i+ j+ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd|  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j+ k+                                        kd6  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k+ t+ + + + k+ v+ + + Ń+ ڃ+ + +                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  + + + + |            s            s                                                                                                                                                                                           	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + + + w+ x+ + + Ѕ+ х+ + + |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdD  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + w+ x+ + + υ+ Ѕ+ х+ + 5+ J+ + + + + ֆ+ + 	+ + + + C+ D+ s+ + + + + Y+ \+ ԉ+ Չ+ + + 
+ + + ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $+ ˆ+ ֆ+ 	+ + +                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  + +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + D+ s+ + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  + +                                        kdR  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + + 	+ A+ B+ + .+ N+ o+ + + ԉ+ Չ+ +                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  + + + \+ + 
+ K+ + |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + 6+ 7+ 8+ K+ L+ [+ |+ + ׊+ + )+ J+ l+ + + + + + ߋ+ >+ p+ q+ r+ + ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j`  h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  + + + + + + =+ >+ r+ + + + |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + ̌+ ͌+ ׌+ + + + + 0+ A+ B+ E+ N+ + Ǎ+ +  + 8+ 9+ A+ C+ S+ T+ + + + + + Ǝ+ ǎ+ Ҏ+ + ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !+ + ͌+ ׌+ +                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  + +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + 0+ B+ C+ D+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D+ E+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E+ N+ + + Ѝ+ э+  + !+ B+ C+ T+                                                                                                 Y                              kdG  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
T+ + + + + Ҏ+ h+ + + + Y+ f+             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + + + + #+ $+ (+ )+ h+ + Y+ f+ + + ߘ+ + + Ҝ+ + 
+ + !+ + + Ý+ ĝ+ .+ 0+ + *+ + П+ + + 4+ 8+ h+ + + + + + + + + + ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j   hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j  hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -f+ + + + + + + + ޘ+ ߘ+ + W+ X+ + + Ԝ+ !+ + ĝ+ /+ 0+ + *+ + + + +                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  + П+ џ+ ֟+ ޟ+ +             f                                                                                                                                                                      kd"  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  + + + + + o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + 
+ + o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + (+ o            f            f            f                                                                                                                                                	  $If   gd_    kdl  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (+ )+ 1+ 9+ >+ o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >+ ?+ G+ O+ [+ o            f            f            f                                                                                                                                                	  $If   gd_    kdH  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [+ \+ d+ k+ p+ o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p+ q+ y+ + + o            f            f            f                                                                                                                                                	  $If   gd_    kd$  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + 0+ 1+ + + + + ܤ+ ݤ+ 6+ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + 6+ B+ %+ /+ v+ + x+ + + *+ :+ F+ G+ S+ W+ s+ w+ x+ + + + ʼ+ Լ+ ռ+ + + + 4+ 5+ 6+ :+ C+ + + !+ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %6+ B+ + + u+ v+ + 
+ _+  + !+ )+ *+ {+ + + + %+ /+ u+ v+ + + + + ˰+ ܰ+                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ܰ+ + + +  + !+ 4+ G+ ^+ u+ v+ + + + O+ P+ ѳ+ ҳ+ + + x+ + + + + n+ + ɸ+ +                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  + + C+ + + + *+ :+ G+ s+ w+ x+ + + + ʼ+ Լ+                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Լ+ ռ+                                        kd{  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ռ+ + 5+ 6+ 8+ 9+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  9+ :+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :+ C+ + + + ܽ+ + B+ M+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
+ + "+ Y+ |            s            s                                                                                                                                                                                           	  $If   gd_   kd#  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !+ "+ X+ Y+ Z+ \+ h+ l+ + + + п+ ѿ+ ۿ+ + + + + + 9+ :+ ;+ ?+ H+ + 8+ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Y+ Z+ [+ \+ + + + + ѿ+ ۿ+ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ۿ+ +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  + +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + 9+ :+ ;+ =+ >+                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  >+ ?+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?+ H+ + + + + %+ I+ + 8+ H+ I+                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  8+ H+ J+ Z+ [+ a+ h+ i+ j+ k+ + + + + + + + + + + + + #+ ,+ + ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    I+ J+ [+ i+ |            s            s                                                                                                                                                                                           	  $If   gd_   kd?  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i+ j+ k+ u+ + + + + |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + + + !+ "+                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  "+ #+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #+ ,+ k+ w+ + + 	+ -+ + + ,+ -+                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  + + ,+ .+ >+ ?+ E+ L+ M+ N+ O+ P+ \+ `+ {+ |+ + + + + + + + + + /+ 0+ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    -+ .+ ?+ M+ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M+ N+ O+ P+ |+ + + + + + |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + .+ /+ 0+ 1+ 3+ 4+                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  0+ 1+ 5+ >+ + + + + + + + + + + + + &+ 0+ 1+ =+ ^+ _+ i+ + + + îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  4+ 5+                                        kd#  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5+ >+ }+ + + + + =+ u+ + + +                                                                                                                         f                           kdw  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  + + + + + + + + &+ 0+                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd1  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	0+ 1+                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1+ _+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  + + + + #+ $+ %+ 5+ 6+ <+ C+ D+ E+ F+ + + + + + + + + + + + "+ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  + +                                        kd?  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + 
+ 8+ X+ + + + $+ %+                                                                                                                         f                           kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  %+ 6+ D+ E+ F+ + + + + +                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdM  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	+ + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  + +                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + #+ $+ %+ '+ >+                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "+ #+ $+ %+ ?+ H+ I+ J+ K+ + + + + + + + + + + + + + + + + ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 >+ ?+                                        kd[  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?+ H+ J+ K+ \+ + + + + + +                                                                                     s                                                                                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
+ + + + + + + + + + #+ Z+ + + |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdi  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ #+ 6+ Y+ m+ + + + + '+ ;+ }+ ~+ + + + + + + + + + + + + "+ #+ 5+ 6+ n+ o+ + + + õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !+ (+ }+ ~+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  + +                                        kd# ! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + #+ 6+ I+ \+ o+ q+ +                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  + +                                        kdw! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + =+ >+ ?+ P+ }+ + +                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
+ + =+ >+ ?+ O+ P+ S+ h+ q+ {+ }+ + + + + + + + + + + + + + + + + +  + + ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ + + + + + +                                     R            I                                                                     	  $If   gd_ Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   + + + + + '+ :+ M+ N+ O+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ L+ M+ P+ Y+ |+ + + + + + + + "+ #+ ++ -+ B+ C+ R+ T+ Z+ [+ \+ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J O+ P+                                        kdY! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P+ Y+ |+ + + + + + + #+ ,+                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
,+ -+ C+ S+ T+ U+ V+                                     R                                                                                              Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg! $If   K$L$l 0                                     
t                              4   4 
l a   V+ W+ X+ Y+ Z+ [+                                     R            I                                                                     	  $If   gd_ Q  kd	! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   [+ \+ + + + + + + + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\+ t+ ~+ + + + + + + + + + + + + + + + + + + + + + + V+ _+ v+ + + ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ + +                                        kdU
! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + :+ + + + + + + + +                                                                                     Y                                          kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
+ + + + + + + + + /+ ?+ Y+ s+ {+ + + + +                                                                                                                                                                                                                      	  $If   gd_  S  kdc! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ + + + + /+ 0+ 1+ 2+ J+ T+ U+ V+ X+ Y+ Z+ y+ z+ + + + + + <+ + + + + + ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  + + + + /+ 0+ 1+                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1+ 2+ Z+ z+ + + + + + |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd
! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + +                                        kdA! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + <+ j+ + + + + ;+ B+ K+                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
+ + + + + ;+ A+ B+ J+ L+ + + + + + + + + + + + + + + R+ S+ V+ _+ + + ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 K+ L+ T+ i+ ~+ + + + + + + + %+ :+ L+ f+ + +                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdO! $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   + + + + +                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd! $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + + + + + -+ @+ S+ T+ U+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U+ V+                                        kd-! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V+ _+ + + I+ + 0+ 1+ 2+ 3+ D+ +                                                                                                 f                                                   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  + .+ 1+ 2+ 3+ C+ D+ + + + + + + + + + + + + 6+ 7+ :+ C+ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ + + + + + + $+ 7+ 8+ 9+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9+ :+                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :+ C+ + + X+ + ?+ @+ A+ B+ S+                                                                                                 Y                              kdI! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
C+ + + W+ X+ + ?+ @+ A+ B+ R+ S+ + + + + + + + + + + + @+ A+ D+ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  S+ + + + + + + + .+ A+ B+ C+             s                                                                                                                                                                 kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C+ D+                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D+ M+ "+ I+ + + u+ v+ w+ + +                                                                                     Y                                          kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
D+ M+ !+ + s+ u+ v+ w+ + + + + + + + + d+ f+ g+ h+ x+ y+ + + + + + + + + + + ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 + + + + + + 
+ + 1+ K+ e+ u+ + + + + +                                                                                                                                                                                                         	  $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + + + !+ 1+ K+ e+ f+ g+                                                                                                                                                                                                                                                 	  $If   gd_  S  kd]! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g+ h+ y+ + |            s            s                                                                                                                                                                                           	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + + 	+ + /+ B+ U+ V+ W+ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd! $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+ + + 	+ T+ U+ X+ a+ + 
+ + + + + )+ .+ C+ + + + + 	+ 
+ + + 
+ + ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  W+ X+                                        kdq! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X+ a+ + z+ + + ]+ 
+ + + +                                                                                                 f                                                        kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
+ + + 
+ + + + 1+ F+ [+ m+ + + + +                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd! $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  + + + + + .+ C+ X+ j+ + + + + + + + +                                                                                                                                                                                                                            S  kd! $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + + + 9+ :+ M+ `+ s+ + + + +             s                                                                                                                                                                 kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + + + )+ 3+ 4+ 5+ 7+ 8+ 9+ :+ L+ M+ + + + + i+ + + + + s+ t+ Y+ n+ +  + 	+ +  + !+ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ + +                                        kd] ! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + i+ + !+ t+ + + p+ +  + +  + !+ (+ g+ + + + )+ ]+ + + + +                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  !+ (+ -+ @+ D+ \+ + + + + + + &+ '+ k+ q+ r+ z+ |+ + + + + ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   + + '+ k+ r+ {+ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd!! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {+ |+ + + + + + + 	+ + 4+ N+ _+ y+ + + + +                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdk"! $If   K$L$l 0                     x                
t                                4   4 
l a   + + + + + 1+ B+ \+ v+ + + + + + +                                                                                                                                                                                                                   	  $If   gd_  S  kd"! $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + + + + + + 1+ D+ W+ X+ Y+ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd#! $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+ + + + + + + 
+ + V+ W+ Z+ c+ !+ M+ + k+ + + + + + N+ c+ + + + + $+ h+ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Y+ Z+                                        kdW$! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z+ c+ !+ + + + + s+ + f+ + $+ d+ + + + + + + ]+ ^+                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  h+ {+ + + + + + +  + 3+ ;+ T+ \+ ]+ ^+ _+ o+ p+ + + + + + , 
, , , ', 1, 2, 6, ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ^+ _+ p+ + + + |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd%! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + + +  ,  , , , C , Z , k ,  ,  ,  ,  ,  ,  ,  ,                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kde&! $If   K$L$l 0                                     
t                                4   4 
l a    ,  , , , ', 9, P, g, ~, , , , , , , , 
,                                                                                                                                                                                                                            S  kd&! $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
, , , 7, 8, K, ^, q, , , , ,             s                                                                                                                                                                 kd'! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  6, 7, 8, J, K, , , , , , , ~, , P, , , /, K, , /, , , L	, 	, y
, , t, , 1
, 
, 
, 
, 
, 3, 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !, ,                                        kdC(! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , ~, P, , L, , , , M, k, , /, , 	, , , , , 0
, 1
,                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  1
, q
, 
, 
, 
, /, N, m, , , , ,                                                                                                             f                                       kd)! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  3, F, R, e, q, , , , , , , ,  , , , %, &, ', +, ,, 0, 9, V, k, l, m, ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  , , , &, ', ,, ., /,             s                                                                                                                                                                                     kdQ*! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  /, 0,                                        kd+! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0, 9, F, h, , , , , , , 5, W, l,                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  l, m, ~, , , |            s            s            s                                                                                                                                                                          	  $If   gd_   kd_,! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m, }, ~, , , , , , , , , , , , , ;, N, q, , , , , , ?, S, , !, %, L, , , , , ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  , , , , , , , , ;, r, , , @, |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd-! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @, , , , , , O, P, , , L, , , ,  , W, , , %, z, {, , , , , ,                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ,  , 3, V, j, , , , , $, 8, z, {, , , , , , , , , , ,  , , , , &, ', 9, :, L, M, Q, Z, , , , , , , õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (, ,                                        kd-! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,  , , , ', :, M, O, P,                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  P, Q,                                        kd'/! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q, Z, , , , *, H, b, , , , ,                                                                                                             f                                       kd{0! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  , , , , , , *, =, P, R, S,             s                                                                                                                                                                      kd51! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
, , , , , , , , , , , ), *, O, P, T, ], , , !, ", #, 3, 4, 5, 6, N, X, Y, ], ^, _, q, r, , , , , ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %S, T,                                        kd1! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T, ], {, , ", #, 4, 5,                                                 f                                                                                                                       kdC3! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  5, 6, ^, _, r, , , , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, ,                                        kd4! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , |, }, ~, , , , , , , , , , , , , , , , , 
, , 6, 7, , , F , G , H , X , Y , Z , [ , h , 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %, , , , }, ~, , ,                                                 f                                                                                                                       kd6! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  , , , , , , , , , 	, |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		, 
,                                        kd7! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
, , 7, , G , H , Y , Z ,                                                 f                                                                                                                       kd8! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Z , [ , \ ,  , !, !, A!, B!, s!, k", l", ", ", |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd9! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h , l ,  , !, !, !, A!, N!, R!, s!, !, l", ", ", ", ", #, ,#, P#, Q#, d#, v#, w#, #, #, #, #, #, $, $, ,$, ]$, ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ", #, Q#, #, #, $, ^$, $, $, I%, J%, K%, U%, `%, %, %, %,                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ]$, q$, $, $, $, %, H%, J%, K%, `%, %, %, %, %, %, %, %, %, %, %, %, %, %, &, 	&, .&, /&, H&, Q&, R&, a&, շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\%, %,                                        kdG:! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               %, %, %, %, 	&, &, /&, 1&, G&,                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  G&, H&,                                        kd;! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               H&, Q&, &, &, ', ;', F', r', ', ', ', ',                                                                                                 f                                                   kd<! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  a&, &, ;', F', Y', i', r', y', ', ', ', ', ', ', ', ', ', ', ', ', ', (, (, (, (, ((, *(, +(, ,(, ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ', ', (, (, (, )(, *(, +(,                                                             R            I                                   	  $If   gd_ Q  kd6>! $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd=! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ +(, ,(, T(, U(, h(, {(, (, (, (, (, (, |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd>! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
,(, D(, N(, O(, S(, T(, U(, g(, h(, z(, {(, (, (, (, (, (, (, 2),  *, 
*, *, )*, **, E*, u*, ~*, *, *, *, *, ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ (, (,                                        kd}?! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               (, (, 3), N), ), ), ), ),  *, *, **, F*, X*, ~*, *, *,                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  *, *, *, *, *, *, *, *, *, *, *, *, *, #+, $+, 9+, :+, <+, =+, >+, V+, `+, a+, e+, f+, g+, y+, z+, +, +, +, +, +, пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  *, *, *, *, *, *, |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *, *, $+, ;+, <+, =+,                                     R            I                                                                     	  $If   gd_ Q  kdB! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA! $If   K$L$l 0                                     
t                              4   4 
l a   =+, >+, f+, g+, z+, +, +, +, +, +, |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdB! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+, +,                                        kd_C! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +, +, /,, W,, ,, ,, ,, ,, -, 3-, u-, y-, z-, {-,                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
+, +, +, +, .,, ,, ,, ,, -, -, -, *-, 2-, 3-, :-, @-, t-, u-, x-, y-, z-, {-, |-, -, -, -, -, -, -, -, زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 {-, |-, -, -, |            s            s                                                                                                                                                                                           	  $If   gd_   kdD! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -, -, -, -, -, -, -, -, -, -, -, 	., 
., /., 0., 4., =., >., M., ., ., Z/, ^/, /, 0, 0, 0, 50, 60, ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    -, -, -, -, -, 
., ., 0., 2., 3., |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmE! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3., 4.,                                        kd'F! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4., =., ., ., [/, /, /, /, 0, 0, 60, a0, 0, 0,                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
60, I0, X0, `0, a0, h0, n0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 
1, 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  0, 0, 0, 0, |            s            s                                                                                                                                                                                           	  $If   gd_   kd{G! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0, 0, 0, 0, 
1, 1, I1,  2, 22, 32, l2, 2, 3, 3, |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd5H! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

1, 1, 1, I1,  2, 22, ?2, C2, l2, 2, 3,  3, $3, F3, 3, /4, 4, 4, 4, 4, 4, !5, Q5, ]5, a5, 5, [7, 7, 7, 7, 7, w8, x8, 8, 8, 8, 8, 8, $:, L:, M:, c:, g:, :, ;, <, <, E<, <, <, 1=, m=, =, ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  43, F3, 3, .4, /4, 4, 4, 4, !5, P5, Q5, 5, [7, 7, 7, 7, x8, 8, 8, 8, 9, 9, 9, 9, :, :, $:, L:, M:, :,                                                                                                                                                                                                                                                                                                                                                                   gd_  :, ;, <, E<, <, <, 1=, m=, =, >, ;>, >, >, >, >, >, >, >, >,                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  =, ;>, ?>, >, >, >, >, >, >, >, >, >, >, =?, >?, ??, @?, |?, ?, @, A@, @, @, @, $A, OA, PA, tA, A, A, A, B, B, B, 6B, :C, C, Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $>, >, >, >, >, >, >, >, >, M            H            H            H            H            H            H            H                   gd_   kdH! $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   >, ?, 
?, ?, ?,  ?, /?, 0?,                                                 _            V            V                                                             	 $If   gd_    kdI! $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  0?, 1?, =?, >?,                                                                                                                                                                                                                                                          	 $If   gd_  o  kdbJ! $$If   l       0   T# T                 .                
t  0                                                              4 
l al  >?, ??, @?, K?, O?, b?, j?, v?,                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdJ! $$If   l       0   T# T                 .                
t  0                                                              4 
l al  v?, w?, |?, ?, ?, 2            )            )            )                      	 $If   gd_    kdK! $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ?, @, @, @, A@, F@, @,             [                                                                                                                                           kdL! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  @, @, @, @, @, A, d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  A, A, $A, PA, TA, nA, d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[N! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  nA, oA, tA, A, A, A, d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd$O! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  A, A, A, B, B, 7B, d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdO! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7B, 8B, 9B, CB, B, B, B, d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdP! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  B, B, B, B, n            e            e                                                                                                                                                               	 $If   gd_    kdQ! $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           B, B, B, B,                                                                                                                                                                                                                                                	 $If   gd_  t  kdTR! $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  B, B, B, B, B, B, B, B, B,                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdR! $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  B, B,                                             kdS! $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          B, C, C, C, C, C, C, C,                                                             A                                  kdT! $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  C, C, C, C, C, C, C,  C,                                                 A                                              kdU! $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   C, !C, "C, #C, $C, %C, :C,                                     A            <            7                  gd_    gd_    kdV! $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  :C, C, C, D, D, !D, 2D, 3D, GD, ID,                                                                                                                                                                                                                                                   E  kdW! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	C, C, C, C, C, D, D, 2D, 3D, ID, JD, LD, MD, [D, \D, iD, jD, D, D, D, D, D, D, D, D, D, D, D, D, D, E, E, E, E, E, /E, E, G, G, G, G, G, G, 춥x                          /j\! hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *ID, JD, KD, LD, MD, UD, [D,                                     a                                                                                                                             E  kdBX! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW! $$If   l 0 
" R                                                           4 
l a   [D, \D, eD, iD, jD, }D, D,                                     a                                                                                                                             E  kd Y! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdX! $$If   l 0 
" R                                                           4 
l a   D, D, D, D, D, D, D,                                     a                                                                                                                             E  kdY! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_Y! $$If   l 0 
" R                                                           4 
l a   D, D, D, D, D, D, D,                                     a                                                                                                                             E  kd|Z! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdZ! $$If   l 0 
" R                                                           4 
l a   D, D, D, D, D, D, D,                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdZ! $$If   l 0 
" R                                                           4 
l a   D, D, D, D, 
E, E, l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd:[! $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   E, E, E, E, /E, E, E, F, F, G, G, l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd[! $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
G, G, G, H, H, H, H, H, H, H, H, H, I, I, ZI, [I, gI, hI, I, I, I, I, J, J, J, J, =J, ?J, OJ, PJ, J, J, J, J, J, N, N, N, ]Q, `Q, uQ, Q, Q, Q, R, R, xR, yR, R, ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j]! hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0G, H, H, I, [I, hI, I, I, I, J,                                                                                                                                                                                                                                                       S  kd]! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	J, J, J, >J, ?J, PJ, J,                                     N                                                                                       S  kd^! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd^! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   J, J, J, J, J, nK, *L, +L, M, M, N, N, N, N, N, jO, O, 9P, P,                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd:_! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P, P, `Q, Q, R, R, ZR, xR, yR, R, S, S, T, "U, DU, U, U, U, V, V, V, (W, )W, X, X, 'Y, (Y, sY,                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  R, R, S, S, S, S, S, S, T, !U, "U, DU, 	W, &W, )W, X, X, X, sY, Y, Y, Y, Y, Y, Y, Z, Z, 3Z, 4Z, 5Z, Q], R], ]], ^], _], c], d], ], ], ], ۵۵۵ۭۜۋzrgrrr       j`! h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'sY, Y, Y, Y, Y, Y, Z, 4Z,                                     j                                                                                                                                           kd_! $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  4Z, 5Z, FZ, Z, Z, Z, 1[, 2[, N[, [, [, s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd>`! $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
[, O\, ], ], f], ], ], ^, ^, ^, ^,  `, `, oa, pa, &b, 'b, b, b, c,  c, c, d, e, e, Pf, Qf,                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ], ], ], ], ], ], ^, ^, ^, _, a, %b, b, b, b, b, b, b, b, b, b, b, b, b, c,  c, c, c, d, d, e, Pf, g, g, ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j~a! hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uja! h_ U !Qf, g, g, g, g, g, g,                                                 e                                                                                                                        F  kdXb! $$If   l   l '{6    4   4 
l a] p
        F  kda! $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  g, g, g, h, h, h, h, h, h, ?h, @h, `h, ah, wh, xh, h, h, h, h, h, h, h, h, i, i, i, i, 9i, :i, ai, bi, ci, di, ei, Ck, Dk, Pk, k, k, k, 3l, 9l, <l, l, l, m, m, m, #n, Wn, vn, n, ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3g, g, g, g, h, h, h,                                                             5            v  kd>c! $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdb! $$If   l   l '{6    4   4 
l a] p
         h, h, h, h, h, h, h, h,                                     t                                                                                                                                                             v  kdc! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  h, h, 7h, 9h, ?h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?h, @h, Yh, [h, `h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9e! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `h, ah, oh, qh, wh,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         wh, xh, h, h, h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h, h, h, h, h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:g! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h, h, h, h, h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h, h, h, h, h,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h, h, h, i, i,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;i! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i, i, i, i, i,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i, i, 2i, 4i, 9i,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdj! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9i, :i, Ai, Fi, ai,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<k! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ai, bi, ci, di, ei, Ck, Dk, Pk, k, k, k,  l, 4l, Gl, {l,                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdk! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {l, l, l, l, m, "m, Vm, tm, m, m, m, n, $n, Xn, wn, n, n, n, n, n, o, o, o, p, %p, 8p, 9p, Rp, p, p,                                                                                                                                                                                                                                                                                                                                                                   gd_  n, n, n, n, n, n, o, p, %p, 7p, lp, p, p, p, p, q, q, Jq, vq, q, 
r, r, Qr, Rr, \r, fr, gr, r, r, r, r, r, пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p, p, p, p, p, p, q, q, q, Jq, `q, vq, q, q, q, 	r, 
r, r, r, Rr, \r, fr,                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  fr, gr,                                     kdl! $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               gr, r, r, r, r, r, r, s, s, s,                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	r, r, r, r, r, r, s, s, s, 's, s, s, s, s, s, s, s, s, t, t, t,  t, =u, ?u, Ou, Pu, ou, pu, qu, ru, u, Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ s, s,                                     kdm! $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s, 's, Is, Js, ^s, _s, s, s, s, s, s, s, s, s,                                                                                                                                     q                            kd@o! $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
s, s, s, s, t, t, t, t, t,             q            l                                                                                                                                                       gd_    kdo! $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  t, t,                                     kdp! $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               t,  t, At, Bt, Vt, Wt, qt, t, t, t, t, t, t, u, (u, )u, >u,                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  >u, ?u, Pu, pu, z            q            q                                                                                                                                                                                       	  $If   gd_    kdr! $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       pu, qu, ru, u, u, u, u, u, z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdr! $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       u, u, u, u, u, /v, 1v, Av, Bv, av, bv, dv, v, v, v, v, v, v, w, !w, @w, Lw, w, w, w, w, w, w, w, w, w, >x, x, x, x, ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "u, u,                                     kds! $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u, u, u, u, u, u, u, v, v, 0v, 1v, Bv, bv,                                                                                                             q                                                         kdt! $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  bv, cv, dv, v, v, v, v, v, z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdu! $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       v, v,                                     kd\v! $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               v, v, v, v, w, w, w, w, w,                                                             q                                                                                                                             kdw! $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  w, w, w, w, w, x, x, x, x, x, x, z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdpx! $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
x, x, x, x, y, y, y, (y, )y, Iy, Jy, wy, y, y, y, y, `z, D{, F{, V{, W{, {, {, {, {, {, |, |, 
|, |, |, |, |, w|, |, |, ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #x, y, y, (y,                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  (y, )y,                                        kd;y! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )y, Jy, wy, y, y, y,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  y, y,                                        kdz! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y, y, bz, cz, z, z, z,  {, E{, F{, W{, {, {,                                                                                                 s                                                                        kd{! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  {, {, 
|, |, |, |, |, |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd|! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |, |,                                        kdW}! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |, |, v|, w|, |, |,                         s                                                                                                                                                                                   kd~! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |, |, |, |, |, |, |, |, |, ], ^, u, , Ԁ, 5, T, , Ӂ, 8, W, , , `, , ۃ, , , 3, , , ,, K, , ݆, F, e, D, c, ň, , S, r, Љ, , $, %, о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -|, |, |, |, |, |, |, {}, |}, }, }, }, }, }, |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kde! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
}, }, H~, _~, w~, ~, ~, ~, ~, ,, r, s, ], ^, u, , , À, Ӏ,                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Ӏ, Ԁ, ߀, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , ,  , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd݀! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , 5, C, S,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S, T, _, d,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d, e, o, t,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t, u, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , , ҁ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ, Ӂ, ށ, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՃ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , 8, F, V,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V, W, b, g,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g, h, r, w,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w, x, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͆! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , Ђ, ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , 
, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ",             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ", #, $, `, n, ~,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~, , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŉ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ۃ, , ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , 
,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
, , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , &, +,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +, ,, 6, ;,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;, <, =, , , , ", 2,                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2, 3, >, C,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C, D, N, S,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S, T, _, d,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڍ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d, e, o, t,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t, u, v, , , ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , ǅ, ̅,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̅, ͅ, ׅ, ܅,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܅, ݅, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,, :, J,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J, K, V, [,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҐ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [, \, f, k,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k, l, w, |,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |, }, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , ̆, ܆,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܆, ݆, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , 	, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʓ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , ,  , F, T, d,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d, e, p, u,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u, v, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , , D, R, b,                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b, c, n, s,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s, t, ~, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ň, ӈ, ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdߗ! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , ,  , %,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %, &, ', S, a, q,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q, r, }, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdך! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , Љ, މ, ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,  , 
, ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , ,  ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    , !, +, 0,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0, 1, 2, V, v, , , , , , #, $, %, H, ͋,                                                                                                                                                                                        gd_  z  kdp! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %, 6, H, c, ΋, , , , , *, \, ], g, q, r, , , , Ȍ, Ɍ, ڌ, ی, , , ю, ӎ, , , , Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ͋, ΋, , , , , *, ], g, q,                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	q, r,                                        kdϝ! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r, , Ɍ, ی, ݌, ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , ,                                        kd#! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , R, S, s, t, , !, W, |, , , , , Ҏ,                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Ҏ, ӎ, , 5, N, g, , , |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdw! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , , , $, %, 4, , , , Տ, ֏, , , 	, , , , , , Y, Z, ], n, , ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j1! h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  , , ֏, , , , , |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , 	,                                        kdp! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	, , Z, [, , 	, , 0, I, c, x, , ,                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  , , , Z, |            s            s                                                                                                                                                                                           	  $If   gd_   kdģ! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z, [, \, ], , , , J, \, n, o, ^, _, |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd~! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , I, J, m, n, o, , ӓ, , , K, ], _, t, , , , , , , , , 4, 5, 8, A, , , r, s, , , , , , ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $_, i, t, , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  , ,                                        kd8! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , #, 5, 6, 7,                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  7, 8,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8, A, , , , , ߕ, , ^, ̖, , 
, 3, P, r, s, ,                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  , , , , P, , , ,, |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , ԗ, ՗, ֗, , , , , P, u, , ǘ, , 
, +, ,, /, @, V, }, ܙ, , , , !, ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j! h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ,, -, ., /, U, V, ۙ, ܙ, , ", #, -, |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !, #, 8, j, k, u, , , , , Κ, ߚ, , , , W, e, , , ֛, כ, ߛ, , , , <, =, ?, @, R, d, e, p, , ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !-, 8, k, u, ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  , ,                                        kd٩! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , Κ, , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , ,                                        kd-! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , M, N, n, o, , , , , ,                                                                                                 Y                              kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
, =, >, ?, @, p, , *, _, `, , ,             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd;! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  , , , , , , Ɯ, ǜ, , *, , , 0, A, }, , ], p, , , , , ^, _, a, b, ̫, Ϋ, , Ȭ, :, n, =, D, Ү, ֮, , ', , , ,  , 8, 9, I, J, ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j:! hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j! hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -, /, 0, A, , , H, I, |, }, , , , \, ], r, , _, b, ͫ, Ϋ, , Ȭ, 9, :, I, [,                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  [, n, o, t, |, ,             f                                                                                                                                                                      kd\! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  , , , , , o            f            f            f                                                                                                                                                	  $If   gd_    kdʮ! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , , , , , o            f            f            f                                                                                                                                                	  $If   gd_    kd8! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , , , , ƭ, o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ƭ, ǭ, ϭ, ׭, ܭ, o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ܭ, ݭ, , , , o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , , , 	, , o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , , , , *, o            f            f            f                                                                                                                                                	  $If   gd_    kd^! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *, +, ,, -, ή, Ϯ, &, ', , , z, {, Բ, o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kḏ! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J, M, N, Բ, , û, ͻ, , , , ', , , , , , , , , , , +, ], ^, h, r, s, , , , , , , , , , , , ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Բ, , \, ], , , , , , , , Ƿ, ȷ, , , , >, û, ͻ, , , 5, B, O, \, i, z,                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  z, , , , , , Ҿ, , , , , , O, P, , , o, p, B, C, , ', \, , , , :, g, ,                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  , , , 1, , , , , , , , ,  , +, ^, h, r,                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  r, s,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s, , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , ,                                        kd	! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , ,  , ,, S, z, , , , $, ., S, , ,                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
, , , , |            s            s                                                                                                                                                                                           	  $If   gd_   kd]! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , , , , , 
, &, ', <, n, o, y, , , , , , , , , , , n, , ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 , , , , &, ', 1, <, o, y, |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y, ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  , ,                                        kdѶ! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  , ,                                        kd%! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , %, 1, X, , , , m, , , ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  , , , , , , , , , 	, , P, Q, [, e, f, r, , , , , , , , R, ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    , , , , |            s            s                                                                                                                                                                                           	  $If   gd_   kdy! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , 	, , , Q, [, e, |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd3! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e, f,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f, , , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  , ,                                        kdA! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , 	, , <, g, , , Q, , , ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  R, , , , , , , , , , , , , , , , /, a, b, l, v, w, , , , , , ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    , , , , |            s            s                                                                                                                                                                                           	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , , , $, /, b, l, v, |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdO! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v, w,                                        kd	! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w, , , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  , , , , O, Q, a, b, h, o, p, q, r, , , , , , , , , , , &, ', (, îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  , ,                                        kd]! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , ', N, |, , , , O, P, Q,                                                                                                                         f                           kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Q, b, p, q, r, |, , , , ,                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdk! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	, ,                                        kd%! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , ', (, ), +, ,,                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  (, ), -, 6, , , , , , , , , , , , 8, :, ;, P, , , , , , , , п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ,, -,                                        kdy! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -, 6, u, , , , , %, B, y, , ,                                                                                                                         f                           kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  , , , , , , ;, E, P, ,                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	, , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  , ,                                        kdA! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , , , , , , , , , ,  , !, 1, 2, d, e, f, g, h, i, u, y, , , , ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 , ,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , 9, o,  , !, 2, d,                                                                                     s                                                                                              kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
d, e, f, g, h, i, , J, K, , , , 0, w, |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
, , , , , /, C, v, , , , , , 1, c, d, n, x, y, , , , , , , , , , , , 
, ', 0, <, õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !w, , , , &, 1, d, n, x,                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  x, y,                                        kd]! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y, , , , , , 
, , &,                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  &, ',                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ', 0, , , , , , , , ", *,                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
<, , , , , , , , , , , , !, ", ), +, @, A, P, R, S, T, l, v, w, x, z, {, |, , , ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ *, +, A, Q, R, S,                                     R            I                                                                     	  $If   gd_ Q  kdL! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   S, T, |, , , , , , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, , , , , , u, v, w, x, , , , , , , , , , , , , , , ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J , ,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , H, v, w, x, , , , ,                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
, , , , , , ,                                     R                                                                                              Q  kd.! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   , , , , , ,                                     R            I                                                                     	  $If   gd_ Q  kdH! $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd! $If   K$L$l 0                                     
t                              4   4 
l a   , , ", C, D, i, |, , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, , , , ,  , !, ", C, D, , , , , , , @, Y, s, t, u, v, , , , , , , D, J, ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ , ,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , z, , s, t, u, v, , D,                                                                                     Y                                          kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
D, K, T, U, ], r, , , , , , , , , ., C, U, o,                                                                                                                                                                                                                      	  $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ J, K, S, U, , , , , , , , , , , , , , b, c, f, o, {, , d, {, |, }, ~, ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  o, , , , , , ,                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd/! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , , =, P, c, d, e, |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e, f,                                        kd{! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f, o, , , |, }, ~, , , , ,                                                             f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
~, , , , , , , , , , a, c, d, e, }, , , , , , , , , , , , , , , 1, ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 , , , , , ., H, b, r, , , , , , , , , .,                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd! $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ., H, b, c, d,                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd! $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  d, e, , , , , , , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, ,                                        kdg! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , 0, , , , , , 5,                                                                                                 f                                                   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  1, , , , , , , 4, 5, 6, N, X, Y, Z, \, ], ^, v, w, , , , , þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5, 6, ^, w, , , , , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, ,                                        kd/! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , ?, , , , , ,                                                                                                 Y                              kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
, , , , , ?, , , , , , , C, D, E, ], g, h, i, k, l, m, n, , , , νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  , D, E, m, n, , , , , , , ,             s                                                                                                                                                                 kd=! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  , ,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , +, t, , , , &, y,                                                                                     Y                                          kdK! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
, , , t, , , , , %, &, y, z, , , , , , , , , , , i, j, k, , , , , , , , ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 y, z, , , , , , , , , , , -, G, O, d, y,                                                                                                                                                                                                         	  $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y, , , , , , , , ,                                                                                                                                                                                                                                                 	  $If   gd_  S  kd! $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , j, |            s            s                                                                                                                                                                                           	  $If   gd_   kd)! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j, k, , , , , , , , , , |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd! $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
, , , , , , , , , , , , , , , , , %, k, , , , , , , , , ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  , ,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , T, h, , , , , ,                                                                                                 f                                                        kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
, %, , , , , , , , , , %, ?, P, j,                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd! $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  j, , , , , , , , , ", <, M, g, , , , ,                                                                                                                                                                                                                            S  kdK! $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , , , , , , $, 7, 8, 9,             s                                                                                                                                                                 kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  , , , , , , , , , , , , , 6, 7, :, C, , 6, 7, ], ^, , , ,  -  -  - - - - - Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 9, :,                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :, C, , ^, , , E, ,  - c -  - h- - - - - T- k- - - - '- S- - -                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  - - - - - - - - - - - - - - 	- - - - - i- k- l- m- ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   - - - 	- - - |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - "- 7- L- a- s- - - - - - - - (- B- J- _-                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd! $If   K$L$l 0                     x                
t                                4   4 
l a   _- t- - - - - - - - %- ?- P- j- k- l-                                                                                                                                                                                                                   	  $If   gd_  S  kd7! $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  l- m- - - - - - - - - - |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd! $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
m- - - - - - - - - - - - - - - - 		- 	- 	- 	- p
- 
- 
- - - - - - - - ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ - -                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - !	- 	- 	- 
- 
- - - - - !- @- e- |- - - - -                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  - - %- 8- - - - - - - - - - - - - 

- 
- R
- X
- Y
- a
- c
- - - - - - - - - ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  - - 
- R
- Y
- b
- |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b
- c
- k
- }
- 
- 
- 
- 
- 
- 
- 	-  - 7- H- ^- o- - -                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd! $If   K$L$l 0                                     
t                                4   4 
l a   - - - - - - - - - -- D- [- l- - - - -                                                                                                                                                                                                                            S  kd1! $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  - - - - - - - - "- 5- 7- 8-             s                                                                                                                                                                 kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - - - - - 4- 5- 9- B- T- - - N- - O- k- - - =- - $- 9- - - - - - '- - S- f- r- - - 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !8- 9-                                        kd}! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9- B- T- - - l- - $- o- - - 	- ;- - v- - - *- +- 2- - -                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  - - O- n- - - - - *- I- J- [-                                                                                                             f                                       kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  - - - - - "- .- A- H- J- Z- [- - - - - - - - - - - - 	- 
- - ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  [- - - - - - - -             s                                                                                                                                                                                     kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - -                                        kdE! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - (- J- l- m- - - - - 
-                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  
- - - O- t- |            s            s            s                                                                                                                                                                          	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - s- t- u- v- w- - - - - -  -  -  -  - !- #!- G!- [!- !- !- !- !- $- $- $- $- E%- H%- |%- %- ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  t- u- v- w- - a - c -  -  - !- H!- !- !- |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdS! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !- 3"- 4"- "- -#- .#- #- #- $- $- $- G%- H%- |%- %- %- -&- t&- &- '- '- #'- .'- a'- k'- u'-                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  %- %- %- %- &- ,&- @&- s&- &- &- &- '- '- .'- `'- a'- k'- u'- v'- '- '- '- '- '- '- '- '- '- '- '- '- '- '- '- '- @(- d)- e)- f)- v)- w)- õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (u'- v'-                                        kd
! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v'- '- '- '- '- '- '- '- '-                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  '- '-                                        kda! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '- '- @(- c(- (- (- (-  )- 7)- e)- f)- w)-                                                                                                             f                                       kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  w)- x)- y)- )- )- )- )- )- )- )- )-             s                                                                                                                                                                      kdo! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
w)- x)- y)- )- )- )- )- )- )- )- )- )- )- )- )- )- )- <*- =*- *- *- *- *- *- *- *- *- *- *- *- *- *- +- +- "+- #+- H+- I+- ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %)- )-                                        kd)! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )- )- *- =*- *- *- *- *-                                                 f                                                                                                                       kd}! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  *- *- *- *- +- #+- 6+- I+- K+- L+- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L+- M+-                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I+- M+- V+- +- +- ,- ,- ,- ,,- -,- .,- /,- G,- Q,- R,- V,- W,- X,- j,- k,- },- ~,- ,- ,- ,- ,- ,- ,- W-- X-- -- -- -- -- -- -- -- .- 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %M+- V+- t+- +- ,- ,- -,- .,-                                                 f                                                                                                                       kdE" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  .,- /,- W,- X,- k,- ~,- ,- ,- ,- ,- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	,- ,-                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,- ,- ,- X-- -- -- -- --                                                 f                                                                                                                       kd
" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  -- -- -- +.- .- .- .- .- /- 	0- 
0- >0- 0- |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .- 
.- +.- .- .- .- .- .- .- /- k/- 
0- >0- Q0- 0- 0- 0- 0- 0- 0- 1- 1- 1- 31- 41- G1- u1- 1- 1- 1- 1- 1- ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0- 0- 0- 41- u1- 1- 1- C2- 2- 2- 2- 2- 2- 2- 13- ;3- E3-                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1- 2- B2- V2- 2- 2- 2- 2- 2- 2- 03- 13- ;3- E3- F3- ^3- h3- i3- m3- n3- o3- w3- 3- 3- 3- 3- 3- 3- 3- 3- 3- շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\E3- F3-                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F3- n3- o3- 3- 3- 3- 3- 3- 3-                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  3- 3-                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3- 3- ^4- 4- 4- 4- 4- 5- R5- S5- d5- 5-                                                                                                 f                                                   kd)" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  3- ^4- 4- 4- 4- 5- 5- 5- 5- Q5- R5- S5- c5- d5- g5- |5- 5- 5- 5- 5- 5- 5- 5- 5- 5- 5- 5- 5- 5- ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5- 5- 5- 5- 5- 5- 5- 5-                                                             R            I                                   	  $If   gd_ Q  kdp	" $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 5- 5- 5- 5- 6- 6- ,6- ?6- A6- B6- X6- |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5- 5- 5- 5- 5- 5- 5- 6- 6- 6- 6- >6- ?6- Y6- b6- c6- r6- 6- 7- 7- 7- 7- 7- 7- 8- 8- #8- )8- :8- ;8- ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ X6- Y6-                                        kd
" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Y6- b6- 6- 6- 7- :7- S7- f7- 7- 7- 7- 7- 7- 8- ;8- <8-                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ;8- <8- =8- M8- N8- Q8- W8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 8- 9- 9- 9- 9- 9- *9- +9- P9- Q9- U9- пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  <8- =8- N8- 8- 8- 8- |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8- 8- 8- 8- 8- 8-                                     R            I                                                                     	  $If   gd_ Q  kdR
" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   8- 8- 9- 9- 9- +9- >9- Q9- S9- T9- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T9- U9-                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               U9- ^9- 9- 9- /:- A:- |:- :- :- :- ;- ;- ;- ;-                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
U9- ^9- _9- n9- 9- |:- :- :- :- :- :- :- :- :- :- :- ;- ;- ;- ;- ;- ;- ;- *;- +;- .;- C;- L;- V;- W;- زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ;- ;- +;- X;- |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W;- X;- Y;- q;- {;- |;- ;- ;- ;- ;- ;- ;- ;- ;- ;- ;- ;- ;- ;- I<- J<- <- <- >=- =- =- =- =- =- ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    X;- Y;- ;- ;- ;- ;- ;- ;- ;- ;- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;- ;-                                        kda" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ;- ;- J<- <- <- ,=- ]=- o=- =- =- =- =- A>- B>-                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
=- =- =- =- =- >- >- @>- A>- B>- C>- S>- T>- W>- l>- u>- >- >- >- >- >- >- >- 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  B>- C>- T>- >- |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >- >- >- >- >- >- >- ?- ?- ?- 
@- v@- @- @- |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdo" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
>- >- >- >- ?- ?- ?- ?- 
@- v@- @- @- @- @- aA- A- "B- #B- /B- 3B- \B- B- B- B- B- 'C- D- 'E- 3E- 7E- dE- F- F- PF- QF- ]F- aF- F- G- G- G- H- H- 1H- {I- I- I- I- 9J- vJ- J- K- cK- ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4@- @- aA- A- A- "B- #B- \B- B- B- B- 'C- D- &E- 'E- dE- F- PF- QF- F- 8G- 9G- nG- G- G- G- G- G- G- 1H-                                                                                                                                                                                                                                                                                                                                                                   gd_  1H- {I- I- I- 9J- vJ- J- K- cK- K- K- ;L- <L- GL- SL- bL- nL- L- L-                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  cK- K- K- :L- ;L- GL- ]L- aL- L- L- L- L- L- L- L- L- L- M- QM- M- M- /N- eN- fN- N- N- N- O- IO- JO- |O- O- O- O- O- P- Q- Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $L- L- L- L- L- L- L- L- L- M            H            H            H            H            H            H            H                   gd_   kd)" $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   L- L- L- L- L- L- L- L-                                                 _            V            V                                                             	 $If   gd_    kd" $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  L- L- L- L-                                                                                                                                                                                                                                                          	 $If   gd_  o  kd" $$If   l       0   T# T                 .                
t  0                                                              4 
l al  L- L- L- L- L-  M- M- M-                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd9" $$If   l       0   T# T                 .                
t  0                                                              4 
l al  M- M- M- QM- VM- 2            )            )            )                      	 $If   gd_    kd" $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     VM- M- M- M- M- M- )N-             [                                                                                                                                           kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  )N- *N- /N- fN- jN- N- d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  N- N- N- N- N- O- d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O- 
O- O- JO- OO- vO- d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd^" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  vO- wO- |O- O- O- O- d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd'" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O- O- O- O- 0P- 5P- AP- d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  AP- BP- EP- OP- n            e            e                                                                                                                                                               	 $If   gd_    kd" $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           OP- PP- SP- \P-                                                                                                                                                                                                                                                	 $If   gd_  t  kd" $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  \P- ]P- ^P- oP- tP- |P- P- P- P-                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd+" $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P- P-                                             kd" $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          P- P- P- P- P- P- P- P-                                                             A                                  kd! " $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  P- P- P- P- P- P- P- P-                                                 A                                              kd !" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P- P- P- P- P- P- P-                                     A            <            7                  gd_    gd_    kd!" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P- Q- Q- Q- Q- Q- Q- Q- Q- Q-                                                                                                                                                                                                                                                   E  kd"" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- Q- R- R- 'R- (R- *R- +R- WR- XR- pR- qR- R- R- R- R- R- R- R- R- R- R- R- S- :U- ;U- FU- GU- WU- XU- 춥x                          /j'" hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Q- Q- Q- Q- Q- Q- Q-                                     a                                                                                                                             E  kd|#" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#" $$If   l 0 
" R                                                           4 
l a   Q- Q- R- R- R- R- 'R-                                     a                                                                                                                             E  kd:$" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#" $$If   l 0 
" R                                                           4 
l a   'R- (R- )R- *R- +R- =R- WR-                                     a                                                                                                                             E  kd$" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$" $$If   l 0 
" R                                                           4 
l a   WR- XR- cR- pR- qR- {R- R-                                     a                                                                                                                             E  kd%" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW%" $$If   l 0 
" R                                                           4 
l a   R- R- R- R- R- R- R-                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd&" $$If   l 0 
" R                                                           4 
l a   R- R- R- R- R- R- l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdt&" $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   R- R- R- R- R- S- S- T- T- _U- `U- l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd2'" $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
XU- \U- ]U- RV- SV- ^V- _V- oV- pV- tV- uV- wV- V- V- V- V- W- W- MW- OW- ZW- [W- W- W- W- W- W- W- W- W- -X- /X- 0X- <X- =X- [- [- [- ^- ^- _- 3_- X_- a_- _- _- `- `- )`- ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jW(" hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0`U- wV- V- V- V- W- NW- OW- [W- W-                                                                                                                                                                                                                                                       S  kd(" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	W- W- W- W- W- W- .X-                                     N                                                                                       S  kd)" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdP)" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   .X- /X- 0X- =X- uX- Y- Y- Y- Z- Z- [- [- [- <\- \- ]- n]- ]- >^-                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdt*" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   >^- ?^- ^- Y_- _- _- _- `- `- *`- a- a- a- b- b- Kc- mc- c- c- c- c- d- d- ff- gf- f- f- g-                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  )`- *`- `- `- `- `- a- a- a- b- b- b- d- d- d- ef- gf- f- g- 'g- +g- 8g- 9g- g- g- g- g- g- g- g- j- j- j- j- j- k- k- ?k- @k- Kk- ۵۵۵ۭۜۋzrgrrr       j+" h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'g- g- ,g- 8g- 9g- g- g- g-                                     j                                                                                                                                           kd+" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  g- g- g- -h- 2h- qh- h- h- h- Vi- i- s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdx+" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
i- i- j- j- k- Tk- Uk- k- k- El- Fl- m- m- 
o- o- o- o- p- p- p- p- nq- (r- os- ps- s- s-                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Kk- Lk- Mk- Qk- Rk- Uk- k- k- Dl- m- _o- o- mp- np- yp- zp- p- p- p- p- p- p- p- p- p- p- ?q- Hq- Qr- qr- os- s- Yu- Zu- ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j," hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjQ," h_ U !s- Zu- ^u- _u- uu- vu- u-                                                 e                                                                                                                        F  kd-" $$If   l   l '{6    4   4 
l a] p
        F  kd-" $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Zu- _u- u- u- u- u- u- u- u- u- u- u- u- v- v- 1v- 2v- Nv- Ov- kv- lv- v- v- v- v- v- v- v- v- v-  w- w- w- w- x- x- x- Oy- y- y- y- y- y- fz- xz- K{- c{- {- {- {- |- J|- ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3u- u- u- u- u- u- u-                                                             5            v  kdx." $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd." $$If   l   l '{6    4   4 
l a] p
         u- u- u- u- u- u- u- u-                                     t                                                                                                                                                             v  kd/" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  u- u- u- u- u-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u- u- u- u- u-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds0" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u- u- 
v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v- v- )v- +v- 1v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1v- 2v- Gv- Iv- Nv-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt2" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Nv- Ov- dv- fv- kv-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         kv- lv- v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v- v- v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu4" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v- v- v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd 5" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v- v- v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v- v- v- v- v-                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv6" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v-  w- w- w- w- x- x- x- 6y- Py- y- y- y- y- z-                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd!7" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z- -z- az- yz- z- z- z- {- F{- d{- {- {- {- {- |- I|- J|- K|- L|- n|- w}- x}- }- }- }- }- }- }- #~- $~-                                                                                                                                                                                                                                                                                                                                                                   gd_  J|- L|- V|- l|- m|- n|- }- }- }- }- 
~- "~- B~- E~- ~- ~- ~- ~- - ?- - - - - - - - +- ,- I- J- ]- пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  $~- B~- P~- c~- d~- ~- ~- ~- ~- ~- ~- - *- @- A- - - - - - - -                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  - -                                     kd7" $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               - ,- I- J- `- v- - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	]- `- u- v- - - - - - ŀ- T- V- f- g- - - - - - - - - ۂ- ݂- - - 
- - - - 5- Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ - -                                     kd#9" $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               - ŀ- - - - - !- =- >- S- T- U- V- g-                                                                                                                                     q                            kdz:" $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
g- - - - - - - - -             q            l                                                                                                                                                       gd_    kd7;" $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  - -                                     kd;" $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               - - ߁- - - - - +- ,- >- i- - - - Ƃ- ǂ- ܂-                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ܂- ݂- - - z            q            q                                                                                                                                                                                       	  $If   gd_    kdK=" $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       - - - 7- 8- 9- :- ;- z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd>" $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       5- 6- 7- <- E- ̓- σ- ߃- - -  - - .- /- 4- =- - - - - ބ- - <- >- N- O- n- o- r- |- - ܅- - - R- ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  ";- <-                                     kd>" $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               <- E- d- e- y- z- - - - ΃- σ- -  -                                                                                                             q                                                         kd@" $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_   - - - /- 0- 1- 2- 3- z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd@" $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       3- 4-                                     kdA" $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4- =- - - <- =- >- O- o-                                                             q                                                                                                                             kdB" $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  o- p- q- r- - - S- i- j- t- - z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdC" $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
R- S- j- - - - - Ɔ- ǆ- - - - *- +- _- h- - - - - - F- Y- - - - - - - - - - - - %- &- ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #- - - Ɔ-                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Ɔ- ǆ-                                        kduD" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǆ- - - +- -- ^-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^- _-                                        kdE" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _- h-  - - =- >- M- - - - - F- -                                                                                                 s                                                                        kdG" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - - - - - - - |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdG" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kdH" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - &- G-                         s                                                                                                                                                                                   kdI" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  &- F- G- H- I- J- L- n- y- - - - S- r- ӎ- - R- q- ֏- - `- - - - y- - - ђ- ;- Z- ʓ- - \- {- - - - - c- - - - n- - - Ø- о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -G- H- I- J- K- L- y- - - [- f- p- {- - |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdJ" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
- - - - - ,- Y- Z- - ʌ- - - - - - (- S- a- q-                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  q- r- }- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYK" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvL" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - ӎ- - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4M" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - 
- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - #-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #- $- .- 3-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQN" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3- 4- 5- R- `- p-                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p- q- |- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnO" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,P" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - ֏- - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - -  - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIQ" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - !- &-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &- '- 1- 6-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6- 7- 8- `- n- ~-                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfR" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~- - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$S" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - - - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAT" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - (- --             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -- .- 8- =-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =- >- I- N-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^U" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N- O- Y- ^-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^- _- `- y- - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{V" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - đ- ɑ-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9W" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɑ- ʑ- ԑ- ّ-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ّ- ڑ- ۑ- G- - - - В-                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdW" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   В- ђ- ܒ- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVX" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - 
- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsY" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - ;- I- Y-                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y- Z- e- j-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1Z" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j- k- u- z-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z- {- - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN[" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - ʓ- ؓ- -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - 	-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk\" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	- 
- - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - %- *-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)]" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *- +- ,- \- j- z-                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z- {- - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF^" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - - - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc_" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - #-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!`" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #- $- /- 4-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4- 5- ?- D-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D- E- F- - - - -  -                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd>a" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - !-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !- "- -- 2-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[b" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2- 3- =- B-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B- C- D- c- q- -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxc" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6d" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - Ö-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ö- Ė- Ŗ- - - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - -  -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSe" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    - !- +- 0-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0- 1- <- A-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A- B- L- Q-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpf" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q- R- S- n- |- -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.g" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - ɗ- Η-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKh" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Η- ϗ- З- - - 9- \- ]- - - - - Ø- - k-                                                                                                                                                                                        gd_  z  kdh" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ø- Ԙ- - - l- - - - - ș- - - - - - B- C- T- f- g- x- y- - - o- q- - - - Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  k- l- - - - - ș- - - -                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	- -                                        kd	i" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - C- g- y- {- -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  - -                                        kd]j" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - - - `- - - - *- ;- K- L- p-                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  p- q- - Ӝ- - - - M- |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdk" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - - - Ü- Ҝ- L- M- N- s- t- - - - - .- 0- @- A- - - - - $- ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jkl" h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  M- N- t- - - - - |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdl" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kdm" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - H- - - Ξ- - - - .- /-                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  /- 0- A- - |            s            s                                                                                                                                                                                           	  $If   gd_   kdn" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - $- - - - - - 
- - - |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdo" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $- - - - - - - 
- +- q- - - - - - - D- E- O- Y- Z- - - - Ң- Ӣ- ֢- ߢ- - - - - 4- 6- F- G- W- ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $- - - E- O- Y-                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Y- Z-                                        kdrp" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z- - - - Ӣ- Ԣ- բ-                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  բ- ֢-                                        kdq" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֢- ߢ- $- %- 4- E- }- ~- - j- - - Ѥ- - - - 5-                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  5- 6- G- - - I- - ʦ- |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kds" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W- X- r- s- t- - - - - - - H- e- - - ɦ- ʦ- ͦ- ަ- - - z- - - - - ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /js" h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ʦ- ˦- ̦- ͦ- - - y- z- - - - ˧- |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdYt" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - ֧- - 	- - - - C- D- l- }- ~- - - - - @- \- t- u- }- - - - ک- ۩- ݩ- ީ- - - - - B- ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !˧- ֧- 	- - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  - -                                        kdu" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - D- l- ~- - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  - -                                        kdgv" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - - 
- \- ]- ~- - -                                                                                                 Y                              kdw" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
- ۩- ܩ- ݩ- ީ- - - Ȫ- - - - -             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdux" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B- C- N- O- _- `- d- e- - Ȫ- - - ΰ- ߰- - -- - - D- F- [- ]- - - -  - j- l- Q- f- غ- - ۻ- - p- t- - Ž- /- V- - - ֿ- ׿- - - ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jt}" hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j/y" hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -- Ͱ- ΰ- ߰- %- &- - - - - -- - - - - - ]- -  - k- l- Q- f- ׺- غ- - -                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  - - 
- - - -             f                                                                                                                                                                      kdy" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  -  - %- -- 9- o            f            f            f                                                                                                                                                	  $If   gd_    kdz" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9- :- ?- F- K- o            f            f            f                                                                                                                                                	  $If   gd_    kdrz" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K- L- Q- X- d- o            f            f            f                                                                                                                                                	  $If   gd_    kdz" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d- e- m- u- z- o            f            f            f                                                                                                                                                	  $If   gd_    kdN{" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z- {- - - - o            f            f            f                                                                                                                                                	  $If   gd_    kd{" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - - - - - o            f            f            f                                                                                                                                                	  $If   gd_    kd*|" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - - - - Ȼ- o            f            f            f                                                                                                                                                	  $If   gd_    kd|" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ȼ- ɻ- ʻ- ˻- l- m- Ľ- Ž- Z- [- - - r- o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd}" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at - - - r- ~- a- k- - - - - >- f- v- - - - - - - - - - - - - - - >- ?- p- q- r- v- - K- M- ]- ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %r- ~- - - - - H- I- - \- ]- e- f- - A- B- - a- k- - - - - - - - -                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  - )- :- K- \- ]- p- - - - - - - - - - 
- - - - - - - J- K- - - - 5-                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  5- 6- - - >- ?- f- v- - - - - - - - - -                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  - -                                        kd}" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - ?- q- r- t- u-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  u- v-                                        kdC" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v- - - - - - V- ~- - - - - K- L-                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
L- M- ^- - |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]- ^- - - - - - - - - - - 
- - !- "- .- O- P- u- v- w- {- - - t- ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 - - - - - - - - 
- - |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdQ" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	- !-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  !- "-                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "- P- u- v- w- y- z-                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z- {-                                        kd_" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {- - - - - !- a- - - t- - -                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  t- - - - - - - - - - - - - - - - - 1- 2- Y- Z- [- _- h- - ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    - - - - |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - - - - - |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kd'" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 2- X- Y- Z- [- ]- ^-                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ^- _-                                        kd{" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _- h- - - - - E- i- - X- h- i-                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  - X- h- j- z- {- - - - - - - - - - - - -  - 
- - - !- B- C- k- l- ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    i- j- {- - |            s            s                                                                                                                                                                                           	  $If   gd_   kdψ" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - - - -  - 
- - |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	- -                                        kdC" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - C- j- k- l- m- o- p-                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  l- m- q- z- - - -  - - 
- - - - %- W- X- b- l- m- y- - - - - - - îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  p- q-                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q- z- - - - - Y- y- - - - -                                                                                                                         f                           kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  -  - - - - - %- X- b- l-                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	l- m-                                        kd_" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m- - - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  - - - - _- `- a- q- r- x- - - - - - - - - -  - !- +- 5- 6- B- ^- п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  - -                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - F- t- - - - - `- a-                                                                                                                         f                           kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  a- r- - - - - - - - !-                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	!- +- 5-                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  5- 6-                                        kd{" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6- _- `- a- c- z-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^- _- `- a- {- - - - - - - - - - - - - - - - - - 7- - 0- ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 z- {-                                        kdϓ" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {- - - - - - 
- - - - -                                                                                     s                                                                                              kd#" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
- - - - - - 7- - - - _- - - - |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdݕ" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
0- _- r- - - - - - (- c- w- - - - - - - - - /- 9- :- ;- >- ?- ^- _- q- r- - - - - - õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !- d- - - - - - - -                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  - -                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - ?- _- r- - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  - -                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - 9- L- y- z- {- - - - -                                                             f                                    [            [                     
  $If   gd_ K$  kd?" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
- 9- y- z- {- - - - - - - - - - - - - - - - - - 
- - - - - - - <- =- ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ - - - - - -                                     R            I                                                                     	  $If   gd_ Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   - - - =- P- c- v- - - - |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=- - - - - - - - - - &- '- X- ^- _- g- i- ~- - - - - - - ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J - -                                        kd͛" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - - - - '- X- _- h-                                                             f                                    [            [                     
  $If   gd_ K$  kd!" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
h- i- - - - - -                                     R                                                                                              Q  kdh" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd۝" $If   K$L$l 0                                     
t                              4   4 
l a   - - - - - -                                     R            I                                                                     	  $If   gd_ Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   - - - - - - - -- .- /- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	- - - - - - - - - - ,- -- 0- 9- *- +- - - - - - - $- %- &- - - - - - ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ /- 0-                                        kdɠ" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0- 9- v- - +- - - - - %- -                                                                                     Y                                          kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
- - - - - - %- 7- Q- k- {- - - - - - - 
-                                                                                                                                                                                                                      	  $If   gd_  S  kdע" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ - - - - k- l- m- n- - - - - - - - - -  - - - 
- - x- - - - - - ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  
- '- 7- Q- k- l- m-                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdi" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  m- n- - - - - - - - |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 
- x- - - - - -- w- ~- -                                                             f                                    [            [                     
  $If   gd_ K$  kd	" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
- ,- -- K- S- w- }- ~- - - - - - - - %- &- '- )- *- +- 8- B- C- - - - - !- - ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 - - - - - - -  - - *- D- L- a- v- - - - -                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdæ" $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   - -  - - -                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdU" $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  - - +- C- V- i- |- - - - |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	- -                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - !- >- - - l- m- n- o- - -                                                                                                 f                                                   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  - j- m- n- o- - - - - - - - - - - - - - - r- s- v- - þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ - - - - :- M- `- s- t- u- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u- v-                                        kdi" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v- - )- Q- - - {- |- }- ~- -                                                                                                 Y                              kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
- (- *- - - - {- |- }- ~- - - - - - - - - - 	- 
- - - |- }- - νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  - - - - - 1- D- W- j- }- ~- -             s                                                                                                                                                                 kdw" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - -                                        kd1" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - ^ .  .  . . . . . . .                                                                                     Y                                          kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
- - ] . . . . . . . . . . . . '. ). . . . . . . . . 	. !. +. ,. -. /. 0. 1. ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 . . . (. ). 1. F. [. m. . . . . . . . .                                                                                                                                                                                                         	  $If   gd_  S  kd?" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  . ). C. ]. m. . . . .                                                                                                                                                                                                                                                 	  $If   gd_  S  kdѰ" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  . . . . |            s            s                                                                                                                                                                                           	  $If   gd_   kdc" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . 	. 1. 2. E. X. k. ~. . . . |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd" $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
1. 2. D. E. . . . . V. F. G. H. X. Y. e. j. . . 	. =. ?. E. F. N. P. I
. K
. ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  . .                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . V. . . . . F. G. H. Y.                                                                                                 f                                                        kd9" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Y. . ?. F. O. P. X. m. . . . . . . 	.                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd" $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  	. "	. 3	. M	. U	. j	. 	. 	. 	. 	. 	. 	. 
. 
. 0
. J
. K
.                                                                                                                                                                                                                            S  kd" $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K
. L
. M
. u
. v
. 
. 
. 
. 
. 
. 
. 
.             s                                                                                                                                                                 kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K
. L
. M
. e
. o
. p
. q
. s
. t
. u
. v
. 
. 
. 
. 
. 
. 
. . . . . . . . 
. 
. [. \. E. Z. \. ]. Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
. 
.                                        kdѶ" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
. 
. . . ]. . . 6
. 
. . \. . \. ]. d. . . 	. 9. e. . . . . Q.                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ]. d. i. |. . . !. 4. 8. P. Q. R. b. c. . . . . . . 	. 
. . ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Q. R. c. . . . |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd%" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . . . . . . +. E. V. p. . . . . . . .                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd߸" $If   K$L$l 0                     x                
t                                4   4 
l a   . . '. 9. S. m. ~. . . . . . . 	. 
.                                                                                                                                                                                                                   	  $If   gd_  S  kdq" $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
. . 3. 4. G. Z. m. . . . . |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd" $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
. #. -. .. 2. 3. 4. F. G. . . . . ]. . V. . . . 2. . #. . . B. W. X. Y. `. . ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ . .                                        kd˺" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . ]. W. . 5. B. . &. . Y. `. . . . . . 9. X. . .                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  . . . . . 1. =. P. \. o. w. . . . . . . . . . . . . G. I. J. K. c. m. n. r. ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  . . . . .  . |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        . . 	. . -. ?. Q. h. . . . . . . . 
. $. %.                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdټ" $If   K$L$l 0                                     
t                                4   4 
l a   %. -. ?. Q. c. u. . . . . . . 
.  . 1. H. I.                                                                                                                                                                                                                            S  kdk" $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  I. J. K. s. t. . . . . . . .             s                                                                                                                                                                 kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  r. s. t. . . . . . . . $. . .  .  . 	!. k!. !. ". k#. #. #. $. 1%. %. Y&. &. &. m(. (. ). ). #). o). 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !. .                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . .  . 
!. !. !. 
". ,". ". ". ". k#. $. 3%. [&. &. &. &. l(. m(.                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  m(. (. (. ). +). k). ). ). ). ). ). ).                                                                                                             f                                       kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  o). ). ). ). ). ). ). ). ). ). ). ). <*. =*. >*. a*. b*. c*. g*. h*. l*. u*. +. +. +. +. ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ). =*. >*. b*. c*. h*. j*. k*.             s                                                                                                                                                                                     kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k*. l*.                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l*. u*. *. *. *. *. 
+. +. -+. O+. q+. +. +.                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  +. +. +. +. ,. |            s            s            s                                                                                                                                                                          	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +. +. +. ,. ,. ,. ,. ,. !,. %,. ),. 0,. O,. 5.. H.. w.. .. .. .. .. .. ,/. @/. {/. /. Q2. ]2. a2. 2. 2. 2. 3. -3. ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ,. ,. ,. ,. O,. -. .. 5.. w.. .. .. -/. |/. |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |/. /. /. $0. 0. 0. 1. 1. P2. Q2. 2. 2. 2. 3. \3. 3. 3. 4. a4. 4. 4. 4. 4. 4. 	5. 5.                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  -3. \3. o3. 3. 3. 3. 3. 4. %4. `4. t4. 4. 4. 4. 4. 4. 	5. 5. 5. ,5. 65. 75. ;5. <5. =5. O5. P5. b5. c5. u5. v5. 5. 5. 5. 5. 5. 7. 7. 7. 7. 7. õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (5. 5.                                        kdG" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5. <5. =5. P5. c5. v5. 5. 5. 5.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  5. 5.                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5. 5. 5. 6. 86. f6. 6. 6. 6. 7. 7. 7.                                                                                                             f                                       kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  7. 7. 7. ?7. @7. S7. f7. y7. 7. 7. 7.             s                                                                                                                                                                      kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
7. 7. 7. /7. 97. :7. >7. ?7. @7. R7. S7. e7. f7. 7. 7. 7. 7. 7. 7. ]8. ^8. _8. o8. p8. q8. r8. 8. 8. 8. 8. 8. 8. 8. 8. 8. 8. 8. 8. ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %7. 7.                                        kdc" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7. 7. 7. 7. ^8. _8. p8. q8.                                                 f                                                                                                                       kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  q8. r8. 8. 8. 8. 8. 8. 8. 8. 8. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8. 8.                                        kd+" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8. 8. 8. 59. 69. 9. 9. 9. 9. 9. 9. 9. 9. 9. 9. 9. 9. 9. :. 	:. :. :. A:. B:. F:. O:. r:. s:. :. :. ;. ;. ;. ;. ;. ;. ;. ;. 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %8. 8. 9. 69. 9. 9. 9. 9.                                                 f                                                                                                                       kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  9. 9. 9. 9. 	:. :. /:. B:. D:. E:. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E:. F:.                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F:. O:. s:. :. ;. ;. ;. ;.                                                 f                                                                                                                       kdG" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ;. ;. ;. ;. U<. V<. }<. ~<. <. =. =. =. >. |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;. ;. ;. T<. U<. V<. }<. <. <. <. 	=. =. =. =. >. 1>. T>. h>. >. >. >. >. >. >. >. >. ?. &?. T?. U?. h?. ?. ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  >. U>. >. >. ?. U?. ?. ?. 0@. @. @. @. @. @. @. @. @.                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ?. ?. ?. ?. /@. C@. @. @. @. @. @. @. @. @. @. @. A. A. A. A. 
A. A. 2A. DA. EA. jA. kA. A. A. A. A. շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\@. @.                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @. A. 
A. 2A. EA. XA. kA. mA. A.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  A. A.                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               A. A. A. -B. ?B. wB. B. B. B. B. C. /C.                                                                                                 f                                                   kdc" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  A. A. wB. B. B. B. B. B. B. B. B. B. C. C. C. C. #C. -C. /C. 5C. 6C. =C. ?C. TC. UC. dC. fC. gC. hC. ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ /C. 6C. >C. ?C. UC. eC. fC. gC.                                                             R            I                                   	  $If   gd_ Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ gC. hC. C. C. C. C. C. C. C. C. C. |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd7" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
hC. C. C. C. C. C. C. C. C. C. C. C. C. C.  D. D. D. nD. <E. FE. GE. eE. fE. E. E. E. E. E. E. E. ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ C. C.                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C.  D. oD. D. D. D. D. E. <E. GE. fE. E. E. E. E. E.                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  E. E. E. E. E. E. E.  F. &F. 'F. .F. 0F. 9F. _F. `F. uF. vF. xF. yF. zF. F. F. F. F. F. F. F. F. F. F. F. F. F. пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  E. E. E.  F. 'F. /F. |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdE" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /F. 0F. `F. wF. xF. yF.                                     R            I                                                                     	  $If   gd_ Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   yF. zF. F. F. F. F. F. F. F. F. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F. F.                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F. F. kG. G. G. G. H. %H. DH. oH. H. H. H. H.                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
F. F. F. G. jG. H. $H. %H. CH. DH. WH. fH. nH. oH. vH. |H. H. H. H. H. H. H. H. H. H. H. H. H. H. H. زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 H. H. H. H. |            s            s                                                                                                                                                                                           	  $If   gd_   kd'" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H. H. H. I. I. I. I. I.  I. 2I. 3I. EI. FI. kI. lI. pI. yI. zI. I. I. I. J. J. J. HK. RK. SK. qK. rK. ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    H. H. I.  I. 3I. FI. YI. lI. nI. oI. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	oI. pI.                                        kd" $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               pI. yI. I. %J. J. J. J. 
K. HK. SK. rK. K. K. K.                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
rK. K. K. K. K. K. K. K. K. K. K. K. K. K. 
L. L. L. L. L.  L. !L. "L. IL. 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  K. K. K. L. |            s            s                                                                                                                                                                                           	  $If   gd_   kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L.  L. !L. "L. IL. JL. L. <M. nM. oM. M. N. ON. PN. |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
IL. VL. ZL. L. <M. nM. {M. M. M. N. PN. \N. `N. N. N. kO. O. O. O. O. O. ]P. P. P. P. P. R. R. R. R. S. S. S. S. S. S. S. "T. `U. U. U. U. U. U. W. GW. HW. W. W. X. mX. X. Y. ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4PN. N. N. jO. kO. O. O. O. ]P. P. P. P. R. R. R. S. S. S. S. "T. T. T. U. !U. =U. MU. `U. U. U. U.                                                                                                                                                                                                                                                                                                                                                                   gd_  U. W. HW. W. W. X. mX. X. Y. @Y. wY. Y. Y. Y. Y.  Z. Z. Z. #Z.                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Y. wY. {Y. Y. Y. Y. Y. Y. Z. "Z. #Z. *Z. +Z. yZ. zZ. {Z. |Z. Z. Z. P[. }[. [. \. \. `\. \. \. \. \. \. ]. G]. H]. M]. r]. v^. (_. Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $#Z. $Z. %Z. &Z. 'Z. (Z. )Z. *Z. +Z. M            H            H            H            H            H            H            H                   gd_   kdc" $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   +Z. ?Z. FZ. KZ. [Z. \Z. kZ. lZ.                                                 _            V            V                                                             	 $If   gd_    kd" $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  lZ. mZ. yZ. zZ.                                                                                                                                                                                                                                                          	 $If   gd_  o  kd" $$If   l       0   T# T                 .                
t  0                                                              4 
l al  zZ. {Z. |Z. Z. Z. Z. Z. Z.                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kds" $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z. Z. Z. Z. Z. 2            )            )            )                      	 $If   gd_    kd" $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Z. J[. K[. P[. }[. [. [.             [                                                                                                                                           kd=" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  [. [. [. \. \. Z\. d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z\. [\. `\. \. \. \. d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \. \. \. \. \. ]. d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ]. ]. ]. H]. M]. s]. d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kda" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s]. t]. u]. ]. ]. ]. ]. d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd*" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ]. ]. ]. ]. n            e            e                                                                                                                                                               	 $If   gd_    kd" $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ]. ]. ]. ].                                                                                                                                                                                                                                                	 $If   gd_  t  kd" $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ]. ]. ]. 
^. ^. ^. !^. (^. 4^.                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kde" $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  4^. 5^.                                             kd" $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          5^. @^. D^. K^. R^. S^. T^. U^.                                                             A                                  kd[" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  U^. V^. W^. X^. Y^. Z^. [^. \^.                                                 A                                              kd:" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  \^. ]^. ^^. _^. `^. a^. v^.                                     A            <            7                  gd_    gd_    kd" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v^. )_. *_. C_. D_. ]_. n_. o_. _. _.                                                                                                                                                                                                                                                   E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	(_. )_. *_. 0_. 1_. C_. D_. n_. o_. _. _. _. _. _. _. _. _. _. _. _. _. _. _. `. `. &`. '`. (`. ,`. -`. J`. K`. L`. X`. Y`. k`. 3a. b. b. b. b. b. b. 춥x                          /j*" hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *_. _. _. _. _. _. _.                                     a                                                                                                                             E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW" $$If   l 0 
" R                                                           4 
l a   _. _. _. _. _. _. _.                                     a                                                                                                                             E  kdt" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd" $$If   l 0 
" R                                                           4 
l a   _. _. _. _. _. _. _.                                     a                                                                                                                             E  kd2" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd" $$If   l 0 
" R                                                           4 
l a   _. _. `. `. `. `. &`.                                     a                                                                                                                             E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd" $$If   l 0 
" R                                                           4 
l a   &`. '`. (`. )`. *`. +`. ,`.                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdO" $$If   l 0 
" R                                                           4 
l a   ,`. -`. :`. ;`. I`. J`. l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd" $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   J`. K`. L`. Y`. k`. 2a. 3a. %b. &b. b. b. l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdl" $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
b. b. b. c. c. c. c. 
d. d. d. d. d. =d. >d. d. d. d. d. d. d. d. d. @e. Be. Te. Ue. ye. {e. e. e. e. e. e. e. e. Ji. Ki. Wi. l. l. l. l. l. l. Wm. Xm. m. m. m. ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j" hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0b. d. d. >d. d. d. d. d. d. Ae.                                                                                                                                                                                                                                                       S  kd" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Ae. Be. Ue. ze. {e. e. e.                                     N                                                                                       S  kd" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   e. e. e. e. f. f. fg. gg. Th. Uh. Ji. Ki. Wi. i. 5j. j. k. uk. k.                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd" $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   k. k. l. l. Wm. Xm. m. m. m. m. .o. /o. @o. ^p. p. p. q. $q. @q. Zq. [q. dr. er. t. t. ct. dt. t.                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  m. m. ?n. @n. Pn. Xn. -o. /o. @o. ]p. ^p. p. Er. br. er. t. t. $t. t. t. t. t. t. 'u. (u. =u. >u. ou. pu. qu. x. x. x. x. x. x. x. x. x. x. ۵۵۵ۭۜۋzrgrrr       j$" h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 't. t. t. t. t. (u. >u. pu.                                     j                                                                                                                                           kd@" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  pu. qu. u. u. u. v. mv. nv. v. v. 1w. s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
1w. w. Px. Qx. x. x. x. >y. ?y. y. y. <{. ={. |. |. b}. c}. 0~. 1~. K~. \~. . . 
. . . .                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  x. x. x. x. x. x. >y. ?y. y. ;{. |. a}. ~. ~. ~. ~. (~. )~. -~. .~. /~. 0~. 1~. :~. K~. \~. ~. ~. . . 
. . . . ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j" hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj" h_ U !. . . . . . (.                                                 e                                                                                                                        F  kd" $$If   l   l '{6    4   4 
l a] p
        F  kdY" $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  . . *. N. O. R. S. Y. Z. {. |. . . . . σ. Ѓ. . . 	. 
. +. ,. C. D. Z. [. u. v. . . . . . . . . . ". ;. o. u. x. . . . . 6. _. . . . ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3(. ). *. 3. A. N. O.                                                             5            v  kd" $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd?" $$If   l   l '{6    4   4 
l a] p
         O. P. Q. R. S. W. X. Y.                                     t                                                                                                                                                             v  kdW" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Y. Z. s. u. {.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {. |. . . .                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . .                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . ǃ. Ƀ. σ.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         σ. Ѓ. . . .                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . 	.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	. 
. $. &. +.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +. ,. ;. =. C.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C. D. R. T. Z.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ # $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z. [. n. p. u.                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u. v. }. . .                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . . . . . Ԇ. . ". <. p. . .                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd[# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . ˇ. . . K. ^. . . . . 6. P. `. . . . . . . . . . ,. R. a. t. u. . . .                                                                                                                                                                                                                                                                                                                                                                   gd_  . . . 
. . . ,. B. a. s. . . . .  . A. R. . . ݌. F. [. . . . . . ɍ. ʍ. . . . пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  . . . . .  . P. Q. R. . . . Ȍ. ތ. ߌ. E. F. P. [. . . .                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  . .                                     kd# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . ʍ. . . . . *. @. B. Y.                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	. . . . ). *. ?. @. Z. c. . . . . $. %. &. '. M. N. S. \. y. {. . . . . . . Ӑ. Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Y. Z.                                     kd]# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z. c. . . . . . ێ. ܎. . . . . .                                                                                                                                     q                            kd# $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
. %. &. '. N. O. P. Q. R.             q            l                                                                                                                                                       gd_    kdq# $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  R. S.                                     kd.# $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               S. \. }. ~. . . . ɏ. ʏ. ܏. .  . 5. J. d. e. z.                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  z. {. . . z            q            q                                                                                                                                                                                       	  $If   gd_    kd# $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       . . . Ր. ֐. א. ؐ. ِ. z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdB	# $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Ӑ. Ԑ. Ր. ڐ. . k. m. }. ~. . . . ̑. ͑. ґ. ۑ. ). 5. Q. ]. |. . ڒ. ܒ. . . . 
. . . 0. z. . . . ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ِ. ڐ.                                     kd	# $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ڐ. . . . . . :. V. W. l. m. ~. .                                                                                                             q                                                         kdV# $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  . . . ͑. Α. ϑ. Б. ё. z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd# $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ё. ґ.                                     kd# $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ґ. ۑ. $. %. ڒ. ے. ܒ. . 
.                                                             q                                                                                                                             kd'# $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
. . . . 0. . . . . . . z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd# $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
. . . . O. P. Z. d. e. . . . Ȕ. ɔ. . . . . . . . . . &. '. (. G. H. I. J. K. N. W. . ×. ė. ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #. P. Z. d.                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  d. e.                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e. . . ɔ. ˔. .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  . .                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . ە. ܕ. . <. . . . . '.                                                                                                 s                                                                        kdW# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  '. (. I. J. K. L. M. |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M. N.                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N. W. . . ė. .                         s                                                                                                                                                                                   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ė. . . . . . . . . . . . . . q. . . . t. . . . . . . 6. P. o. ٠. . h. . . . . . . . .  . . . . +. `. a. о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -. . . . . . . . . . . . . #. |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
#. $. . . . ʙ. . . 3. h. . . . . . ƛ. . . .                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  . . .  .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    . !. +. 0.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0. 1. <. A.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A. B. L. Q.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q. R. S. q. . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . ̜. ќ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ќ. Ҝ. Ӝ. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .  . *. /.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /. 0. ;. @.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @. A. K. P.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P. Q. R. t. . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . ĝ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ĝ. ŝ. ϝ. ԝ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԝ. ՝. ֝. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . (. -.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -. .. 8. =.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =. >. I. N.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N. O. Y. ^.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^. _. `. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . ƞ. ˞.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˞. ̞. ֞. ۞.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 # $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۞. ܞ. . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd # $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd # $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . %. 5.                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV!# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5. 6. A. F.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F. G. Q. V.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V. W. b. g.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds"# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g. h. r. w.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w. x. y. . .. P. ^. n.                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd1## $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n. o. z. .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd## $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd## $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN$# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . ٠. . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk%# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . 	. . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . $. ).             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)&# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ). *. 4. 9.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9. :. ;. h. v. .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF'# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . á. ȡ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc(# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȡ. ɡ. ʡ. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . $. ).             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!)# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ). *. 4. 9.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9. :. E. J.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J. K. U. Z.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>*# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z. [. \. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[+# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . ¢. ͢. Ң.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ң. Ӣ. ݢ. .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . P. Q. . . .                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdx,# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6-# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . ˣ. У.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   У. ѣ. ۣ. .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS.# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .  . +. 0.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0. 1. ;. @.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @. A. L. Q.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp/# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q. R. \. a.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a. b. c. . . .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.0# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . ɤ. Τ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Τ. Ϥ. ڤ. ߤ.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK1# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߤ. . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . . *.                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	2# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *. +. 6. ;.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh2# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;. <. F. K.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K. L. W. \.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&3# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \. ]. g. l.             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l. m. n. . . ץ. . . Q. R. _. `. a. . 	.                                                                                                                                                                                        gd_  z  kd3# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a. r. . . 
. >. O. P. Q. f. . . . . . . . . . . . . 1. :. 
. . .  . 0. Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  	. 
. >. P. Q. [. f. . . .                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	. .                                        kdC4# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . 0.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0. 1.                                        kd5# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1. :. . . . . . ]. . . ȩ. ٩. . . .                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  . .  . q. . . . . |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd6# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0. 1. K. L. M. `. a. p. . . . . . A. B. E. N. ̬. ά. ެ. ߬. . . . . ­. ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j7# h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  . . . A. B. C. D. |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd*8# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D. E.                                        kd8# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E. N. . . . E. P. l. . . . ̬. ͬ.                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ͬ. ά. ߬. . |            s            s                                                                                                                                                                                           	  $If   gd_   kd8:# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . . . ­. Q. R. . . . . . . |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd:# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ­. Q. R. . . . . . ɮ. . $. Z. . . . . . . . . . . . M. p. q. t. }. 3. 6. . . Ҳ. Բ. . . . ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $. . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  . .                                        kd;# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . M. _. q. r. s.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  s. t.                                        kd =# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t. }. °. ð. Ұ. . . . . . (. I. o. . . . Ӳ.                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Ӳ. Բ. . 6. . . %. h. |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdT># $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . . . . %. &. 5. V. . . . . $. F. g. h. k. |. . . . J. K. L. ]. ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j?# h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  h. i. j. k. . . . . L. ^. _. i. |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd?# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]. _. t. . . . . . . . 
. . . . (. . . ޶. . . . . . -. .. x. y. {. |. . . . . . ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !i. t. . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  . .                                        kdM@# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . 
. . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  . .                                        kdA# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . (. . . . . . . . . ..                                                                                                 Y                              kdB# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
.. y. z. {. |. . B. f. . . 3. @.             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdC# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  . . . . . . . . B. f. 3. @. l. }. . . . . . . . . . . . . . 
. . . v. . y. . . . B. c. . . [. \. t. u. . . ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jH# hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jiD# hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -@. k. l. }. ÿ. Ŀ. . . . . . 1. 2. . . . . . . 	. 
. . . u. v. . .                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  . . . . . .             f                                                                                                                                                                      kdD# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  . . . . . o            f            f            f                                                                                                                                                	  $If   gd_    kd>E# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . . . . . o            f            f            f                                                                                                                                                	  $If   gd_    kdE# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . . . . . o            f            f            f                                                                                                                                                	  $If   gd_    kdF# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . . . . . o            f            f            f                                                                                                                                                	  $If   gd_    kdF# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . . !. ). 5. o            f            f            f                                                                                                                                                	  $If   gd_    kdF# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5. 6. >. E. J. o            f            f            f                                                                                                                                                	  $If   gd_    kddG# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J. K. S. Z. f. o            f            f            f                                                                                                                                                	  $If   gd_    kdG# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f. g. h. i. 
. . b. c. . . . . . o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd@H# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . . . . . . 	. P. [. R. c. . . .  . !. -. 1. M. Q. R. g. . . . . . . . . . . . . . . . . ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %. . . . O. P. . . 9. . . . . U. . . z. . 	. O. P. q. ~. . . . .                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  . . . . . . . !. 8. O. P. [. . . ). *. . . ~. . R. c. . . . H. v. . .                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  . . . m. . . . . !. M. Q. R. \. g. . . .                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  . .                                        kd)I# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  . .                                        kd}J# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . \. h. . . . . '. `. j. . . .                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
. . . 3. |            s            s                                                                                                                                                                                           	  $If   gd_   kdK# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . 2. 3. 4. 6. B. F. b. c. x. . . . . . . . . . . . . ". . . ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 3. 4. 5. 6. b. c. m. x. . . |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdL# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  . .                                        kdEM# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  . .                                        kdN# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . ". a. m. . . . #. . . ". #.                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  . ". $. 4. 5. ;. B. C. D. E. Z. . . . . . . . . . . . . . . ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    #. $. 5. C. |            s            s                                                                                                                                                                                           	  $If   gd_   kdO# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C. D. E. O. Z. . . . |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdP# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . .                                        kdaQ# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  . .                                        kdR# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . E. Q. x. . . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  . . . . . . . &. '. (. ). *. 6. :. U. V. k. . . . . . . . . 	. 
. ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    . . . '. |            s            s                                                                                                                                                                                           	  $If   gd_   kd	T# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '. (. ). *. V. `. k. . . . |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdT# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. .                                        kd}U# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . 	. 
. . 
. .                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  
. . . . . . . . . . . . . . . .  . 
. . . 8. 9. C. b. c. d. îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  . .                                        kdV# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . W. c. . . . . O. . . .                                                                                                                         f                           kd%X# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  . . . . . . . .  . 
.                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdX# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	
. .                                        kdY# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . 9. c. d. e. g. h.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  d. e. i. r. . . . . . . . . .  . Z. t. v. w. . . . . . . . . п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  h. i.                                        kdZ# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i. r. . . . . 2. a. ~. . . .                                                                                                                         f                           kdA\# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  . . . .  . Z. w. . . .                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd\# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	. . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  . .                                        kd]# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  . . . . . ". #. $. %. [. \. ]. m. n. . . . . . . . . . . . ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 . .                                        kd	_# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . ". $. %. 6. u. . \. ]. n. .                                                                                     s                                                                                              kd]`# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
. . . . . . . . . . . 4. l. . |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kda# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
. . . 3. G. k. . . . . . W. X. m. . . . . . . . . . . . . . . . H. I. c. l. x. õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !. . W. X. b. m. . . .                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  . .                                        kda# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . #. 6. I. K. b.                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  b. c.                                        kd%c# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c. l. . . . . . *. W. ^. f.                                                             f                                    [            [                     
  $If   gd_ K$  kdyd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
x. . . . . ). *. -. B. K. U. W. ]. ^. e. g. |. }. . . . . . . . . . . . . . ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ f. g. }. . . .                                     R            I                                                                     	  $If   gd_ Q  kde# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3e# $If   K$L$l 0                                     
t                              4   4 
l a   . . . . . . . '. (. ). |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdMf# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. &. '. *. 3. V. . . . . . . . . . . . . . ,. .. 4. 5. 6. ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ). *.                                        kdg# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *. 3. V. . . . . . . . .                                                             f                                    [            [                     
  $If   gd_ K$  kd[h# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
. . . -. .. /. 0.                                     R                                                                                              Q  kdi# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdi# $If   K$L$l 0                                     
t                              4   4 
l a   0. 1. 2. 3. 4. 5.                                     R            I                                                                     	  $If   gd_ Q  kdj# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/j# $If   K$L$l 0                                     
t                              4   4 
l a   5. 6. ^. . . . . . . . |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIk# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6. N. X. Y. Z. \. ]. ^. . . . . . . . . | /  /  /  /  /  /  /  /  / 0/ 9/ P/ / / ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ . .                                        kdl# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . .  /  /  /  /  / /                                                                                     Y                                          kdWm# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
/ / / / / / / / / 	/ / 3/ M/ U/ j/ / / /                                                                                                                                                                                                                      	  $If   gd_  S  kdn# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ / / / / 	/ 
/ / / $/ ./ // 0/ 2/ 3/ 4/ S/ T/ / / / / / / / / / / / ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  / / / / 	/ 
/ /                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdn# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / / 4/ T/ y/ / / / / |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd5o# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / /                                        kdo# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / D/ / / / / / / %/                                                             f                                    [            [                     
  $If   gd_ K$  kdCq# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
/ / / / / / / / $/ &/ / / / / / / / / / / / / / / ,/ -/ 0/ 9/ / m/ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 %/ &/ ./ C/ X/ j/ / / / / / / / / &/ @/ Z/ j/                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdq# $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   j/ / / / /                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdr# $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / / / / / / / -/ ./ // |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!s# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	// 0/                                        kds# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0/ 9/ / / #/ l/ 
	/ 	/ 	/ 
	/ 	/ q	/                                                                                                 f                                                   kd/u# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  m/ 	/ 	/ 	/ 
	/ 	/ 	/ p	/ q	/ r	/ 	/ 	/ 	/ 	/ 	/ 	/ 	/ 	/ 	/ 
/ 
/ 
/ 
/ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ q	/ r	/ 	/ 	/ 	/ 	/ 	/ 
/ 
/ 
/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
/ 
/                                        kdv# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
/ 
/ 
/ 
/ 2/ {/ / / / / -/                                                                                                 Y                              kdw# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  

/ 
/ 
/ 1/ 2/ {/ / / / / ,/ -/ / / / / / / / / / / / 
/ 
/ 
/ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  -/ / / / / / / / 
/ 
/ 
/ 
/             s                                                                                                                                                                 kdx# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
/ 
/                                        kdky# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
/ '
/ 
/ #/ g/ / O/ P/ Q/ b/ /                                                                                     Y                                          kdz# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  

/ '
/ 
/ / M/ O/ P/ Q/ a/ b/ / / / / / / >/ @/ A/ B/ R/ S/ / / / / / / / / / / ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 / / / / / / / / / %/ ?/ O/ i/ / / / /                                                                                                                                                                                                         	  $If   gd_  S  kdy{# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / / / / / %/ ?/ @/ A/                                                                                                                                                                                                                                                 	  $If   gd_  S  kd|# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  A/ B/ S/ / |            s            s                                                                                                                                                                                           	  $If   gd_   kd|# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / 	/ / // 0/ 1/ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdW}# $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/ / / / ./ // 2/ ;/ / / / / / / / / / a/ / / / / / / / / / ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  1/ 2/                                        kd~# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2/ ;/ / T/ / / 7/ / / / /                                                                                                 f                                                        kds# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
/ a/ / / / / / /  / 5/ G/ a/ {/ / /                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd-# $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  / / / / / / / 2/ D/ ^/ x/ / / / / / /                                                                                                                                                                                                                            S  kd# $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / / / / / '/ :/ M/ `/ s/ t/ u/             s                                                                                                                                                                 kdQ# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / / / / 
/ / / / / / / &/ '/ r/ s/ v/ / C/ r/ s/ / / M/ N/ 3/ H/ / / / / / / Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ u/ v/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v/ / C/ / / N/ / / J/ / / / / / / A/ / / / / 7/ c/ / / /                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  / / / / / 6/ / / / / / /  / / E/ K/ L/ T/ V/ !/ !/ !/ !/ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   / / / E/ L/ U/ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U/ V/ ^/ s/ / / / / / /  / ( / 9 / S / d / ~ /  /  /                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd# $If   K$L$l 0                     x                
t                                4   4 
l a    /  /  /  /  / !/ !/ 6!/ P!/ a!/ {!/ !/ !/ !/ !/                                                                                                                                                                                                                   	  $If   gd_  S  kd# $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !/ !/ !/ !/ !/ !/ "/ "/ 1"/ 2"/ 3"/ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd=# $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
!/ !/ !/ !/ !/ !/ !/ !/ !/ 0"/ 1"/ 4"/ ="/ "/ '#/ #/ E$/ Z$/ $/ $/ %/ %/ (&/ =&/ &/ &/ &/ &/ &/ B'/ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 3"/ 4"/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4"/ ="/ "/ #/ ]$/ $/ $/ M%/ %/ @&/ &/ &/ >'/ ]'/ |'/ '/ '/ '/ '/ 7(/ 8(/                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  B'/ U'/ a'/ t'/ '/ '/ '/ '/ '/ 
(/ (/ .(/ 6(/ 7(/ 8(/ 9(/ I(/ J(/ (/ (/ (/ (/ (/ */ */ */ */ +/ +/ +/ +/ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  8(/ 9(/ J(/ (/ (/ (/ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (/ (/ (/ (/ (/ (/ (/ )/ )/ 4)/ E)/ \)/ s)/ )/ )/ )/ )/ )/                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd# $If   K$L$l 0                                     
t                                4   4 
l a   )/ )/ )/ )/ */ */ **/ A*/ X*/ i*/ */ */ */ */ */ */ */                                                                                                                                                                                                                            S  kd# $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  */ */ */ +/ +/ %+/ 8+/ K+/ ^+/ q+/ s+/ t+/             s                                                                                                                                                                 kd7# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  +/ +/ +/ $+/ %+/ p+/ q+/ u+/ ~+/ ,/ ,/ X-/ -/ *./ ./ ./ 	// %// y0/ 	1/ `1/ u1/ &2/ 2/ S3/ 3/ N4/ c4/ 6/ 6/ 6/ 6/ 6/ 
7/ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !t+/ u+/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u+/ ~+/ ,/ X-/ *./ ./ &// `// // // '0/ E0/ w0/ 	1/ 1/ 2/ 3/ f4/ g4/ n4/ 
6/ 6/                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  6/ K6/ 6/ 6/ 6/ 	7/ (7/ G7/ f7/ 7/ 7/ 7/                                                                                                             f                                       kdE# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  
7/  7/ ,7/ ?7/ K7/ ^7/ j7/ }7/ 7/ 7/ 7/ 7/ 7/ 7/ 7/ 7/  8/ 8/ 8/ 8/ 
8/ 8/ 09/ E9/ F9/ G9/ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  7/ 7/ 7/  8/ 8/ 8/ 8/ 	8/             s                                                                                                                                                                                     kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	8/ 
8/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
8/ 8/  8/ B8/ d8/ 8/ 8/ 8/ 8/ 8/ 9/ 19/ F9/                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  F9/ G9/ X9/ 9/ 9/ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd
# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G9/ W9/ X9/ 9/ 9/ 9/ 9/ 9/ 9/ 9/ 9/ 9/ 9/ ;/ ;/ </ (</ K</ _</ </ </ </ </ =/ -=/ ?/ ?/ ?/ &@/ @/ @/ @/ @/ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  9/ 9/ 9/ 9/ 9/ ;/ ;/ ;/ </ L</ </ </ =/ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdǎ# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =/ o=/ p=/ =/ i>/ j>/ )?/ *?/ ?/ ?/ &@/ @/ @/ @/ @/ 1A/ iA/ A/ A/ TB/ UB/ _B/ jB/ B/ B/ B/                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @/ @/ 
A/ 0A/ DA/ hA/ |A/ A/ A/ A/ B/ TB/ UB/ jB/ B/ B/ B/ B/ B/ B/ B/ B/ B/ B/ B/ B/ B/  C/ C/ C/ C/ &C/ 'C/ +C/ 4C/ |C/ D/ D/ D/ D/ D/ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (B/ B/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B/ B/ B/ B/ C/ C/ 'C/ )C/ *C/                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  *C/ +C/                                        kdՐ# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +C/ 4C/ |C/ C/ C/ D/ "D/ <D/ sD/ D/ D/ D/                                                                                                             f                                       kd)# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  D/ D/ D/ D/ D/ D/ E/ E/ *E/ ,E/ -E/             s                                                                                                                                                                      kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
D/ D/ D/ D/ D/ D/ D/ D/ D/ D/ D/ E/ E/ )E/ *E/ .E/ 7E/ xE/ yE/ E/ E/ E/ 
F/ F/ F/ F/ (F/ 2F/ 3F/ 7F/ 8F/ 9F/ KF/ LF/ ^F/ _F/ F/ F/ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %-E/ .E/                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .E/ 7E/ UE/ yE/ E/ E/ F/ F/                                                 f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  F/ F/ 8F/ 9F/ LF/ _F/ rF/ F/ F/ F/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F/ F/                                        kde# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F/ F/ F/ F/ F/ VG/ WG/ XG/ hG/ iG/ jG/ kG/ G/ G/ G/ G/ G/ G/ G/ G/ G/ G/ G/ G/ G/ G/ H/ H/ H/ H/  I/ !I/ "I/ 2I/ 3I/ 4I/ 5I/ BI/ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %F/ F/ F/ F/ WG/ XG/ iG/ jG/                                                 f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  jG/ kG/ G/ G/ G/ G/ G/ G/ G/ G/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G/ G/                                        kd-# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G/ G/ H/ H/ !I/ "I/ 3I/ 4I/                                                 f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  4I/ 5I/ 6I/ gI/ I/ I/ J/ J/ MJ/ EK/ FK/ zK/ K/ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd;# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BI/ FI/ gI/ I/ I/ I/ J/ (J/ ,J/ MJ/ J/ FK/ zK/ K/ K/ K/ K/ L/ *L/ +L/ >L/ PL/ QL/ oL/ pL/ L/ L/ L/ L/ L/ M/ 7M/ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  K/ K/ +L/ pL/ L/ L/ 8M/ M/ M/ #N/ $N/ %N/ /N/ :N/ mN/ wN/ N/                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  7M/ KM/ ~M/ M/ M/ M/ "N/ $N/ %N/ :N/ lN/ mN/ wN/ N/ N/ N/ N/ N/ N/ N/ N/ N/ N/ N/ N/ O/ 	O/ "O/ +O/ ,O/ ;O/ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\N/ N/                                        kd# $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N/ N/ N/ N/ N/ N/ 	O/ O/ !O/                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  !O/ "O/                                        kdI# $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               "O/ +O/ O/ O/ O/ P/  P/ LP/ P/ P/ P/ P/                                                                                                 f                                                   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ;O/ O/ P/  P/ 3P/ CP/ LP/ SP/ YP/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ P/ Q/ Q/ Q/ Q/ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ P/ P/ P/ P/ P/ Q/ Q/ Q/                                                             R            I                                   	  $If   gd_ Q  kd# $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdW# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Q/ Q/ .Q/ /Q/ BQ/ UQ/ hQ/ {Q/ }Q/ ~Q/ Q/ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdq# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q/ Q/ (Q/ )Q/ -Q/ .Q/ /Q/ AQ/ BQ/ TQ/ UQ/ zQ/ {Q/ Q/ Q/ Q/ Q/ R/ R/ R/ R/ S/ S/ S/ OS/ XS/ _S/ eS/ vS/ wS/ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Q/ Q/                                        kd+# $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q/ Q/ 
R/ (R/ YR/ vR/ R/ R/ R/ R/ S/  S/ 2S/ XS/ wS/ xS/                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  wS/ xS/ yS/ S/ S/ S/ S/ S/ S/ S/ S/ S/ S/ S/ S/ T/ T/ T/ T/ T/ 0T/ :T/ ;T/ ?T/ @T/ AT/ ST/ TT/ fT/ gT/ T/ T/ T/ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  xS/ yS/ S/ S/ S/ S/ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S/ S/ S/ T/ T/ T/                                     R            I                                                                     	  $If   gd_ Q  kdƣ# $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9# $If   K$L$l 0                                     
t                              4   4 
l a   T/ T/ @T/ AT/ TT/ gT/ zT/ T/ T/ T/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T/ T/                                        kd
# $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               T/ T/ 	U/ 1U/ kU/ }U/ U/ U/ U/ 
V/ OV/ SV/ TV/ UV/                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
T/ T/ T/ T/ U/ U/ U/ U/ U/ U/ U/ V/ V/ 
V/ V/ V/ NV/ OV/ RV/ SV/ TV/ UV/ VV/ fV/ gV/ jV/ V/ V/ V/ V/ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 UV/ VV/ gV/ V/ |            s            s                                                                                                                                                                                           	  $If   gd_   kda# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V/ V/ V/ V/ V/ V/ V/ V/ V/ V/ V/ V/ V/ 	W/ 
W/ W/ W/ W/ 'W/ W/ W/ 4X/ 8X/ zX/ X/ X/ X/ Y/ Y/ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    V/ V/ V/ V/ V/ V/ V/ 
W/ W/ 
W/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
W/ W/                                        kdէ# $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               W/ W/ W/ W/ 5X/ hX/ X/ X/ X/ X/ Y/ ;Y/ }Y/ ~Y/                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Y/ #Y/ 2Y/ :Y/ ;Y/ BY/ HY/ |Y/ }Y/ ~Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ Y/ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ~Y/ Y/ Y/ Y/ |            s            s                                                                                                                                                                                           	  $If   gd_   kd)# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y/ Y/ Y/ Y/ Y/ Y/ #Z/ Z/ [/ 
[/ F[/ [/ [/ [/ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y/ Y/ Y/ #Z/ Z/ [/ [/ [/ F[/ [/ [/ [/ [/  \/ \/ 	]/ ^]/ _]/ k]/ o]/ ]/ ]/ +^/ 7^/ ;^/ c^/ 5`/ c`/ o`/ s`/ `/ Qa/ Ra/ a/ a/ a/ a/ a/ b/ &c/ 'c/ =c/ Ac/ mc/ d/ d/ d/ e/ ue/ e/ f/ Gf/ f/ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4[/  \/ \/ ]/ 	]/ ^]/ _]/ ]/ ]/ *^/ +^/ c^/ 5`/ b`/ c`/ `/ Ra/ a/ a/ a/ tb/ ub/ b/ b/ b/ b/ b/ &c/ 'c/ mc/                                                                                                                                                                                                                                                                                                                                                                   gd_  mc/ d/ d/ e/ ue/ e/ f/ Gf/ f/ f/ g/ wg/ xg/ g/ g/ g/ g/ g/ g/                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  f/ g/ g/ vg/ wg/ g/ g/ g/ g/ g/ g/ g/ g/ h/ h/ h/ h/ Vh/ h/ h/ i/ ki/ i/ i/ i/ )j/ *j/ Nj/ j/ j/ j/ j/ j/ j/ k/ l/ l/ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $g/ g/ g/ g/ g/ g/ g/ g/ g/ M            H            H            H            H            H            H            H                   gd_   kd# $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   g/ g/ g/ g/ g/ g/ 	h/ 
h/                                                 _            V            V                                                             	 $If   gd_    kd;# $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  
h/ h/ h/ h/                                                                                                                                                                                                                                                          	 $If   gd_  o  kd# $$If   l       0   T# T                 .                
t  0                                                              4 
l al  h/ h/ h/ %h/ )h/ <h/ Dh/ Ph/                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd# $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ph/ Qh/ Vh/ h/ h/ 2            )            )            )                      	 $If   gd_    kdJ# $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     h/ h/ h/ h/ i/  i/ ei/             [                                                                                                                                           kdw# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ei/ fi/ ki/ i/ i/ i/ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd@# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  i/ i/ i/ *j/ .j/ Hj/ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Hj/ Ij/ Nj/ j/ j/ j/ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdҰ# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j/ j/ j/ j/ j/ k/ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  k/ k/ k/ k/ lk/ qk/ }k/ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  }k/ ~k/ k/ k/ n            e            e                                                                                                                                                               	 $If   gd_    kd-# $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           k/ k/ k/ k/                                                                                                                                                                                                                                                	 $If   gd_  t  kd# $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  k/ k/ k/ k/ k/ k/ k/ k/ k/                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd# $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  k/ k/                                             kd<# $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          k/ k/ k/ k/ k/ k/ k/ k/                                                             A                                  kd# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  k/ k/ k/ k/ k/ k/ k/ k/                                                 A                                              kdt# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  k/ k/ k/ k/ k/ k/ l/                                     A            <            7                  gd_    gd_    kdS# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  l/ l/ l/ l/ l/ l/ m/ 
m/ !m/ #m/                                                                                                                                                                                                                                                   E  kd2# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	l/ l/ l/ l/ l/ l/ l/ m/ 
m/ #m/ $m/ &m/ 'm/ 5m/ 6m/ Cm/ Dm/ cm/ dm/ fm/ gm/ m/ m/ m/ m/ m/ m/ m/ m/ m/ m/ m/ m/ m/ m/ 	n/ n/ vp/ wp/ p/ p/ p/ p/ 춥x                          /jd# hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *#m/ $m/ %m/ &m/ 'm/ /m/ 5m/                                     a                                                                                                                             E  kd# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd# $$If   l 0 
" R                                                           4 
l a   5m/ 6m/ ?m/ Cm/ Dm/ Wm/ cm/                                     a                                                                                                                             E  kd# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdO# $$If   l 0 
" R                                                           4 
l a   cm/ dm/ em/ fm/ gm/ ym/ m/                                     a                                                                                                                             E  kdl# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
# $$If   l 0 
" R                                                           4 
l a   m/ m/ m/ m/ m/ m/ m/                                     a                                                                                                                             E  kd*# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd˻# $$If   l 0 
" R                                                           4 
l a   m/ m/ m/ m/ m/ m/ m/                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd# $$If   l 0 
" R                                                           4 
l a   m/ m/ m/ m/ m/ m/ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd# $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   m/ m/ m/ m/ 	n/ n/ n/ o/ o/ p/ p/ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd# $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
p/ p/ p/ q/ q/ q/ q/ q/ q/ q/ q/ q/ q/ q/ 4r/ 5r/ Ar/ Br/ r/ r/ r/ r/ r/ r/ r/ r/ s/ s/ )s/ *s/ is/ ks/ ls/ xs/ ys/ v/ v/ v/ 7z/ :z/ Oz/ oz/ z/ z/ z/ z/ R{/ S{/ e{/ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j˾# hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0p/ q/ q/ q/ 5r/ Br/ r/ r/ r/ r/                                                                                                                                                                                                                                                       S  kd2# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	r/ r/ r/ s/ s/ *s/ js/                                     N                                                                                       S  kdV# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdĿ# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   js/ ks/ ls/ ys/ s/ Ht/ u/ u/ u/ u/ v/ v/ v/ xw/ w/ Dx/ x/ y/ zy/                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   zy/ {y/ :z/ z/ z/ z/ 4{/ R{/ S{/ f{/ |/ |/ |/ }/ ~/ ~/ ~/ ~/ ~/ ~/ ~/ / / / / / / M/                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  e{/ f{/ {/ {/ {/ {/ |/ |/ |/ }/ }/ ~/ /  / / / / / M/ c/ g/ t/ u/ ł/ Ƃ/ ۂ/ ܂/ 
/ / / +/ ,/ 7/ 8/ 9/ =/ >/ {/ |/ / ۵۵۵ۭۜۋzrgrrr       j^# h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'M/ Y/ h/ t/ u/ Ƃ/ ܂/ /                                     j                                                                                                                                           kdz# $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  / /  / i/ n/ / / / (/ / τ/ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd# $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
τ/ )/ / / @/ / / ܆/ ݆/ / / ڈ/ ۈ/ I/ J/  / / ΋/ ϋ/ / / / d/ / / */ +/                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  / / / / / / ܆/ ݆/ / و/ / / / / / / Ƌ/ ǋ/ ˋ/ ̋/ ͋/ ΋/ ϋ/ ؋/ / / {/ / / / / */ / / ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j,# hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj# h_ U !+/ / / / / / Ɛ/                                                 e                                                                                                                        F  kd# $$If   l   l '{6    4   4 
l a] p
        F  kd# $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  / / Ȑ/ / / / / / / / / :/ ;/ Q/ R/ m/ n/ / / / / ɑ/ ʑ/ / / / / / / ;/ </ =/ >/ ?/ / / */ / / ٔ/ 
/ / / / / / / Ԗ/ / 1/ P/ / ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Ɛ/ ǐ/ Ȑ/ ѐ/ ߐ/ / /                                                             5            v  kd# $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdy# $$If   l   l '{6    4   4 
l a] p
         / / / / / / / /                                     t                                                                                                                                                             v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  / / / / /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / 3/ 5/ :/                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :/ ;/ I/ K/ Q/                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q/ R/ e/ g/ m/                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m/ n/ / / /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / đ/ ɑ/                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd># $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ɑ/ ʑ/ ّ/ ۑ/ /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / /  / ;/                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;/ </ =/ >/ ?/ / / */ r/ / / ڔ/ / !/ U/                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd# $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U/ i/ / / / / 0/ N/ / / Ԗ/ / / 2/ Q/ / / / / / / / ʘ/ / / / / ,/ _/ `/                                                                                                                                                                                                                                                                                                                                                                   gd_  / / / / / / ʘ/ / / / F/ ^/ ~/ / / ߙ/ / $/ P/ {/ / / +/ ,/ 6/ @/ A/ g/ h/ / / / пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  `/ ~/ / / / / / / / $/ :/ P/ f/ |/ }/ / / / / ,/ 6/ @/                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @/ A/                                     kd@# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A/ h/ / / / / ț/ ޛ/ / /                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	/ / / / Ǜ/ ț/ ݛ/ ޛ/ / / / / / / / Ü/ Ĝ/ Ŝ/ / / / / / / )/ */ I/ J/ K/ L/ q/ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ / /                                     kd# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               / / #/ $/ 8/ 9/ ]/ y/ z/ / / / / /                                                                                                                                     q                            kd# $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
/ Ü/ Ĝ/ Ŝ/ / / / / /             q            l                                                                                                                                                       gd_    kd# $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  / /                                     kdh# $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               / / / / 0/ 1/ K/ g/ h/ z/ / / ӝ/ / / / /                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  / / */ J/ z            q            q                                                                                                                                                                                       	  $If   gd_    kd# $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       J/ K/ L/ s/ t/ u/ v/ w/ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd|# $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       q/ r/ s/ x/ / 	/ / / / ;/ </ >/ j/ k/ p/ y/ ǟ/ ӟ/ / / / &/ x/ z/ / / / / / / Π/ / Z/ [/ / ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "w/ x/                                     kd9# $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               x/ / / / / / ؞/ / / 
/ / / </                                                                                                             q                                                         kd# $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  </ =/ >/ k/ l/ m/ n/ o/ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdM# $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       o/ p/                                     kd
# $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p/ y/ / ß/ x/ y/ z/ / /                                                             q                                                                                                                             kda# $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  / / / / Π/ [/ / / / / / z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd# $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
/ / / / / / / / / #/ $/ Q/ f/ g/ / / :/ /  / 0/ 1/ / / Ĥ/ Ť/ Ƥ/ / / / / / / / Q/ a/ b/ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #/ / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  / /                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / $/ Q/ g/ i/ /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  / /                                        kd=# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / </ =/ y/ z/ / ڣ/ /  / 1/ / Ť/                                                                                                 s                                                                        kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ť/ Ƥ/ / / / / / |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdK# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / /                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / P/ Q/ b/ /                         s                                                                                                                                                                                   kdY# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  b/ / / / / / / / / 7/ 8/ O/ / / / ./ / / / 1/ / / :/ Y/ / Ԭ/ / 
/ w/ / / %/ / /  / ?/ / =/ / / -/ L/ / ɲ/ / / о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -/ / / / / / / U/ V/ / / / / / |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
/ ¦/ "/ 9/ Q/ h/ / / ѧ/ / L/ M/ 7/ 8/ O/ d/ / / /                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / ɩ/ Ω/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ω/ ϩ/ ک/ ߩ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߩ/ / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / / / -/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -/ ./ 9/ >/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >/ ?/ I/ N/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N/ O/ Z/ _/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _/ `/ j/ o/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o/ p/ q/ / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / Ȫ/ ͪ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͪ/ Ϊ/ ٪/ ު/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ު/ ߪ/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /  / 0/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0/ 1/ </ A/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A/ B/ L/ Q/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q/ R/ ]/ b/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b/ c/ m/ r/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r/ s/ t/ / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / ƫ/ ˫/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˫/ ̫/ ֫/ ۫/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۫/ ܫ/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / :/ H/ X/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X/ Y/ d/ i/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i/ j/ t/ y/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y/ z/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / / ì/ Ӭ/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӭ/ Ԭ/ ߬/ /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / /  / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / / ̭/ / / /                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdk# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 
/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / (/ -/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -/ ./ 9/ >/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >/ ?/ I/ N/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N/ O/ P/ w/ / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / ®/ Ǯ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǯ/ Ȯ/ Ү/ ׮/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׮/ خ/ ٮ/ / / $/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $/ %/ 0/ 5/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5/ 6/ @/ E/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E/ F/ Q/ V/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd># $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V/ W/ a/ f/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f/ g/ h/ / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / ¯/ ǯ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǯ/ ȯ/ ү/ ׯ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׯ/ د/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / /  / ./ >/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >/ ?/ J/ O/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O/ P/ Z/ _/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _/ `/ k/ p/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p/ q/ {/ /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / / / / ,/ </                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   </ =/ H/ M/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M/ N/ X/ ]/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]/ ^/ i/ n/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n/ o/ y/ ~/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~/ / / / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / ɱ/ α/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   α/ ϱ/ ٱ/ ޱ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޱ/ ߱/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /  / / -/ ;/ K/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K/ L/ W/ \/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \/ ]/ g/ l/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l/ m/ x/ }/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }/ ~/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / / / Ȳ/                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȳ/ ɲ/ Բ/ ٲ/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٲ/ ڲ/ / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / 
/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
/ / / 0/ P/ u/ / / / / / / / "/ /                                                                                                                                                                                        gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / "/ =/ / ܴ/ / / / / 6/ 7/ A/ K/ L/ ~/ / / / / / / ϵ/ ص/ / / / / η/ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  / / ܴ/ / / / / 7/ A/ K/                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	K/ L/                                        kd}# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L/ / / / / ε/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ε/ ϵ/                                        kd $ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϵ/ ص/ ,/ -/ M/ N/ / / 1/ V/ f/ w/ / / /                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  / / / / (/ A/ Z/ / |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd%$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       η/ Ϸ/ / / / / / / / / / / / ߸/ / / / j/ l/ |/ }/ 3/ 4/ 7/ H/ `/ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j$ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  / / / ߸/ / / / |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 4/ 5/ / / / 
/ #/ =/ R/ j/ k/                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  k/ l/ }/ 4/ |            s            s                                                                                                                                                                                           	  $If   gd_   kdr$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4/ 5/ 6/ 7/ `/ / / $/ 6/ H/ I/ 8/ 9/ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd,$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `/ / / #/ $/ G/ H/ I/ g/ / ¼/ / %/ 7/ 9/ N/ / / / / / / / / / / / / Ѿ/ Ծ/ L/ M/ p/ r/ / / / ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $9/ C/ N/ / / /                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  / /                                        kd:$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / `/ a/ p/ / / / 8/ / ƿ/ / 
/ */ L/ M/ q/                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  q/ r/ / / */ / / / |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd	$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / / / / */ O/ / / / / / / 	/ / 0/ W/ / / / / / ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jH
$ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  / / / 	/ // 0/ / / / / / / |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd
$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / D/ E/ O/ Y/ Z/ / / / / / / / 1/ ?/ |/ / / / / / / / / / / / ,/ >/ ?/ J/ ~/ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !/ / E/ O/ Y/                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Y/ Z/                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z/ / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / '/ (/ H/ I/ / / / / /                                                                                                 Y                              kd/$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
/ / / / / J/ / / 9/ :/ / /             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~/ / / / / / / / / / / / 
/ / W/ i/ 7/ J/ / / / / 8/ 9/ ;/ </ / / / / / H/ / / / / / / k/ / / / / / #/ $/ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j$ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j$ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -/ 	/ 
/ / a/ b/ "/ #/ V/ W/ i/ / / 6/ 7/ L/ / 9/ </ / / / / / / #/ 5/                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  5/ H/ I/ N/ V/ [/             f                                                                                                                                                                      kd
$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  [/ \/ a/ i/ u/ o            f            f            f                                                                                                                                                	  $If   gd_    kdx$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at u/ v/ {/ / / o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / o            f            f            f                                                                                                                                                	  $If   gd_    kdT$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / o            f            f            f                                                                                                                                                	  $If   gd_    kd0$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / / / /  / / / / T/ U/ / o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdz$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $/ '/ (/ / / / / / / / / z/ / / / / / / / / / / 7/ 8/ B/ L/ M/ Y/ z/ {/ / / / / / / / / ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %/ / 6/ 7/ / / / / / / / / / / }/ ~/ / / / / / / / )/ 6/ C/ T/                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  T/ e/ v/ / / / / / / / / / )/ */ / / I/ J/ / / / / 6/ / / / / A/ q/                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  q/ r/ / / z/ {/ / / / / / / / / 8/ B/ L/                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  L/ M/                                        kdc$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M/ {/ / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / -/ T/ / / / / / -/ / /                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
/ / / / |            s            s                                                                                                                                                                                           	  $If   gd_   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / / /  / / / H/ I/ S/ ]/ ^/ j/ / / / / / / / H/ / ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 / / / /  / / / / I/ S/ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S/ ]/                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ]/ ^/                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^/ / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / 2/ ]/ / / G/ / / /                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  / / / / / / / / / / / */ +/ 5/ ?/ @/ L/ m/ n/ / / / / / ,/ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    / / / / |            s            s                                                                                                                                                                                           	  $If   gd_   kd'$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / +/ 5/ ?/ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?/ @/                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @/ n/ / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  / /                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / A/ / / +/ / / /                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ,/ / / / / / / / / / / / / / / / 	/ ;/ </ F/ P/ Q/ ]/ ~/ / / / ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    / / / / |            s            s                                                                                                                                                                                           	  $If   gd_   kdC$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / 	/ </ F/ P/ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P/ Q/                                        kd $ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q/ / / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  / / / / )/ +/ ;/ </ B/ I/ J/ K/ L/ a/ / / / / / / / / /  / / / îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  / /                                        kd"$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / (/ V/ / / / )/ */ +/                                                                                                                         f                           kd_#$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  +/ </ J/ K/ L/ V/ a/ / / /                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd$$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	/ /                                        kd$$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  / / / /  0  0  0  0  0  0  0  0  0  0  0 0 0 0 *0 \0 ]0 g0 q0 r0 ~0 0 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  / /                                        kd'&$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / O/ [/ / / / /  0 S 0  0  0                                                                                                                         f                           kd{'$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   0  0  0  0  0  0 0 0 *0 ]0                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd5($ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	]0 g0 q0                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  q0 r0                                        kd($ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0 0 0 0 0 0 0 0 0 0 0 0 0 0 >0 ?0 @0 A0 B0 C0 O0 S0 s0 Y0 l0 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 0 0                                        kdC*$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 0 0 I0 0 0 0 >0                                                                                     s                                                                                              kd+$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
>0 ?0 @0 A0 B0 C0 s0 $0 %0 Y0 0 0 
0 Q0 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdQ,$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
l0 0 0 0 0 	0 0 P0 d0 0 0 0 0 0 =0 >0 H0 R0 S0 k0 u0 v0 w0 z0 {0 0 0 0 0 0 0 	0 
	0 	0 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Q0 0 0 0  0 0 >0 H0 R0                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  R0 S0                                        kd-$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S0 {0 0 0 0 0 0 0  	0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   	0 	0                                        kd_.$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	0 
	0 u	0 	0 	0 	0 	0 	0 	0 	0 
0                                                             f                                    [            [                     
  $If   gd_ K$  kd/$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
	0 u	0 	0 	0 	0 	0 	0 	0 	0 	0 	0 	0 	0 	0 
0 
0 
0 
0 *
0 ,
0 -
0 .
0 F
0 P
0 Q
0 R
0 T
0 U
0 V
0 x
0 y
0 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
0 
0 
0 +
0 ,
0 -
0                                     R            I                                                                     	  $If   gd_ Q  kd0$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdm0$ $If   K$L$l 0                                     
t                              4   4 
l a   -
0 .
0 V
0 y
0 
0 
0 
0 
0 
0 
0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y
0 
0 
0 
0 
0 
0 O0 P0 Q0 R0 b0 c0 0 0 0 0 0 0 0 0 0 0 0 0 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 
0 
0                                        kdA2$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
0 
0 
0 "0 P0 Q0 R0 c0 0 0 0                                                             f                                    [            [                     
  $If   gd_ K$  kd3$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
0 0 0 0 0 0 0                                     R                                                                                              Q  kd4$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO4$ $If   K$L$l 0                                     
t                              4   4 
l a   0 0 0 0 0 0                                     R            I                                                                     	  $If   gd_ Q  kd5$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdi5$ $If   K$L$l 0                                     
t                              4   4 
l a   0 0 0 0 0 C0 V0 i0 j0 k0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0 0 0 0 0 0 0 0 0 h0 i0 l0 u0 f
0 g
0 0 30 M0 N0 O0 P0 `0 a0 b0 0 0 0 0 $0 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k0 l0                                        kd=7$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l0 u0 0 T
0 g
0 M0 N0 O0 P0 a0 0                                                                                     Y                                          kd8$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
0 %0 .0 /0 70 L0 a0 s0 0 0 0 0 0 0 0 0 /0 I0                                                                                                                                                                                                                      	  $If   gd_  S  kdK9$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ $0 %0 -0 /0 0 0 0 0 0 0 0 0 0 0 0 0 0 <0 =0 @0 I0 U0 0 >0 U0 V0 W0 X0 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  I0 c0 s0 0 0 0 0                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd9$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  0 0 0 0 0 *0 =0 >0 ?0 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdo:$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?0 @0                                        kd);$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @0 I0 0 0 V0 W0 X0 i0 0 0 0                                                             f                                    [            [                     
  $If   gd_ K$  kd}<$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
X0 h0 i0 0 0 0 0 0 0 0 ;0 =0 >0 ?0 W0 a0 b0 c0 e0 f0 g0 t0 ~0 0 0 0 0 0 ]0 0 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 0 0 0 0 0 0 "0 <0 L0 f0 0 0 0 0 0 0 0 0                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd7=$ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   0 "0 <0 =0 >0                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd=$ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  >0 ?0 g0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[>$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kd?$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 ]0 z0 0 
0 0 0 0 0 0 0                                                                                                 f                                                   kdi@$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  0 0 0 0 0 0 0 0 0 0 (0 20 30 40 60 70 80 P0 Q0 0 0 0 0 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 0 0 80 Q0 v0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#A$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kdA$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 e0 0 0 0 0 0 0 0 0                                                                                                 Y                              kd1C$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
0 d0 f0 0 0 0 0 0 0 0 0 0 0 0 0 70 A0 B0 C0 E0 F0 G0 H0 0 0 0 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  0 0 0 G0 H0 m0 0 0 0 0 0 0             s                                                                                                                                                                 kdC$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0 0                                        kdD$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 0 N0 0 0 0  0 S0                                                                                     Y                                          kdE$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
0 0 0 N0 0 0 0 0 0  0 S0 T0 Z0 [0 c0 e0 0 0 0 0 0 0 C0 D0 E0 ]0 g0 h0 i0 k0 l0 m0 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 S0 T0 [0 d0 e0 m0 0 0 0 0 0 0 0 !0 )0 >0 S0                                                                                                                                                                                                         	  $If   gd_  S  kdF$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S0 e0 0 0 0 0 0 0 0                                                                                                                                                                                                                                                 	  $If   gd_  S  kdEG$ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  0 0 0 D0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdG$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D0 E0 m0 n0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH$ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
m0 n0 0 0 0 0 0 0  0 "0 "0 "0 "0 "0 "0 "0 "0 "0 E#0 y#0 {#0 #0 #0 #0 #0 %0 %0 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  0 0                                        kdYI$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0  0  0 .!0 B!0 !0 "0 "0 "0 "0                                                                                                 f                                                        kdJ$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
"0 "0 {#0 #0 #0 #0 #0 #0 #0 #0 #0 #0 $0 *$0 D$0                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdgK$ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  D$0 ^$0 o$0 $0 $0 $0 $0 $0 $0 $0 %0 '%0 A%0 [%0 l%0 %0 %0                                                                                                                                                                                                                            S  kdK$ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %0 %0 %0 %0 %0 %0 %0 %0 %0 &0 &0 &0             s                                                                                                                                                                 kdL$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %0 %0 %0 %0 %0 %0 %0 %0 %0 %0 %0 %0 %0 &0 &0 &0 &0 &0 '0 '0 7'0 8'0 '0 '0 (0 (0 )0 )0 *0 *0 *0 *0 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ &0 &0                                        kdEM$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &0 &0 &0 8'0 '0 '0 (0 r(0 (0 =)0 )0 B*0 *0 *0 *0 *0 .+0 E+0 u+0 +0 +0 ,0 -,0 Y,0 ,0                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  *0 *0 +0 +0 +0 +0 ],0 p,0 t,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 ,0 C/0 E/0 F/0 G/0 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ,0 ,0 ,0 ,0 ,0 ,0 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdN$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,0 ,0 ,0 -0 &-0 ;-0 M-0 g-0 -0 -0 -0 -0 -0 -0 .0 .0 $.0 9.0                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdSO$ $If   K$L$l 0                     x                
t                                4   4 
l a   9.0 N.0 c.0 u.0 .0 .0 .0 .0 .0 .0 /0 */0 D/0 E/0 F/0                                                                                                                                                                                                                   	  $If   gd_  S  kdO$ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  F/0 G/0 o/0 p/0 /0 /0 /0 /0 /0 /0 /0 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdwP$ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
G/0 _/0 i/0 j/0 n/0 o/0 p/0 /0 /0 /0 /0 /0 /0 00 00 10 10 10 Y20 n20 J30 _30 30 30 ~40 40 40 40 40 40 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ /0 /0                                        kd?Q$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /0 /0 00 10 10 q20 ~20 20 b30 30 40 40 40 40 50 ?50 V50 u50 50 50 50                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  40 40 40 50 Z50 m50 y50 50 50 50 50 50 50 50 50 50 50 50 ,60 260 360 ;60 =60 80 80 80 80 80 80 80 80 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  50 50 50 ,60 360 <60 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdR$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <60 =60 E60 W60 i60 {60 60 60 60 60 60 60 70 "70 870 I70 `70 a70                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdMS$ $If   K$L$l 0                                     
t                                4   4 
l a   a70 i70 {70 70 70 70 70 70 70 80 80 580 F80 \80 m80 80 80                                                                                                                                                                                                                            S  kdS$ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  80 80 80 80 80 80 80 80 80 90 90 90             s                                                                                                                                                                 kdqT$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  80 80 80 80 80 90 90 90 90 .:0 `:0 :0 (;0 ;0 )<0 E<0 <0 <0 >0 >0 >0 ?0 ?0 m@0 @0 A0 A0 B0 C0 -D0 @D0 LD0 _D0 D0 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !90 90                                        kd+U$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               90 90 .:0 :0 ;0 F<0 <0 <0 I=0 h=0 =0 =0 >0 >0 P?0 o@0 A0 B0 B0 B0 C0 C0                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  C0 C0 )D0 HD0 gD0 D0 D0 D0 E0 #E0 $E0 5E0                                                                                                             f                                       kdV$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  D0 D0 D0 D0 D0 D0 E0 E0 "E0 $E0 4E0 5E0 xE0 yE0 zE0 E0 E0 E0 E0 E0 E0 E0 F0 F0 F0 F0 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  5E0 yE0 zE0 E0 E0 E0 E0 E0             s                                                                                                                                                                                     kd9W$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  E0 E0                                        kdW$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E0 E0 E0 E0 F0 $F0 FF0 GF0 iF0 F0 F0 F0 F0                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  F0 F0 F0 )G0 NG0 |            s            s            s                                                                                                                                                                          	  $If   gd_   kdGY$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F0 F0 F0 MG0 NG0 OG0 PG0 QG0 ]G0 aG0 eG0 lG0 G0 qI0 I0 I0 I0 I0 I0 !J0 5J0 hJ0 |J0 J0 J0 M0 M0 M0 M0 N0 "N0 VN0 iN0 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  NG0 OG0 PG0 QG0 G0 ;I0 =I0 qI0 I0 I0 "J0 iJ0 J0 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdZ$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J0 
K0 K0 `K0 L0 L0 L0 L0 M0 M0 M0 !N0 "N0 VN0 N0 N0 O0 NO0 O0 O0 O0 O0 P0 ;P0 EP0 OP0                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  iN0 N0 N0 N0 N0 O0 O0 MO0 aO0 O0 O0 O0 O0 P0 :P0 ;P0 EP0 OP0 PP0 hP0 rP0 sP0 wP0 xP0 yP0 P0 P0 P0 P0 P0 P0 P0 P0 P0 P0 Q0 >R0 ?R0 @R0 PR0 QR0 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (OP0 PP0                                        kdZ$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PP0 xP0 yP0 P0 P0 P0 P0 P0 P0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  P0 P0                                        kd\$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P0 P0 Q0 =Q0 tQ0 Q0 Q0 Q0 R0 ?R0 @R0 QR0                                                                                                             f                                       kdc]$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  QR0 RR0 SR0 {R0 |R0 R0 R0 R0 R0 R0 R0             s                                                                                                                                                                      kd^$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
QR0 RR0 SR0 kR0 uR0 vR0 zR0 {R0 |R0 R0 R0 R0 R0 R0 R0 R0 R0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 S0 "T0 #T0 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %R0 R0                                        kd^$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R0 R0 R0 S0 S0 S0 S0 S0                                                 f                                                                                                                       kd+`$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  S0 S0 S0 S0 S0 S0 T0 #T0 %T0 &T0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd`$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&T0 'T0                                        kda$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #T0 'T0 0T0 qT0 rT0 T0 T0 T0 U0 U0 U0 	U0 !U0 +U0 ,U0 0U0 1U0 2U0 DU0 EU0 WU0 XU0 }U0 ~U0 U0 U0 U0 U0 1V0 2V0 V0 V0 V0 V0 V0 V0 V0 V0 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %'T0 0T0 NT0 rT0 T0 T0 U0 U0                                                 f                                                                                                                       kdb$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  U0 	U0 1U0 2U0 EU0 XU0 kU0 ~U0 U0 U0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U0 U0                                        kdgd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U0 U0 U0 2V0 V0 V0 V0 V0                                                 f                                                                                                                       kde$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  V0 V0 V0 W0 W0 W0 W0 W0 W0 X0 X0 Y0 ZY0 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kduf$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V0 V0 W0 W0 W0 W0 W0 W0 W0 W0 EX0 X0 Y0 +Y0 ZY0 mY0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 
Z0 Z0 !Z0 OZ0 bZ0 Z0 Z0 Z0 Z0 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ZY0 Y0 Y0 Z0 OZ0 Z0 Z0 [0 l[0 [0 [0 [0 [0 [0 \0 \0 \0                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z0 Z0 [0 0[0 k[0 [0 [0 [0 [0 [0 
\0 \0 \0 \0  \0 8\0 B\0 C\0 G\0 H\0 I\0 Q\0 n\0 \0 \0 \0 \0 \0 \0 \0 \0 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\\0  \0                                        kd/g$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                \0 H\0 I\0 n\0 \0 \0 \0 \0 \0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \0 \0                                        kdh$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \0 \0 8]0 i]0 {]0 ]0 ]0 ]0 ,^0 -^0 >^0 k^0                                                                                                 f                                                   kdi$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  \0 8]0 ]0 ]0 ]0 ]0 ]0 ]0 ]0 +^0 ,^0 -^0 =^0 >^0 A^0 V^0 _^0 i^0 k^0 q^0 r^0 y^0 {^0 ^0 ^0 ^0 ^0 ^0 ^0 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ k^0 r^0 z^0 {^0 ^0 ^0 ^0 ^0                                                             R            I                                   	  $If   gd_ Q  kdk$ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdj$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ^0 ^0 ^0 ^0 ^0 ^0 _0 _0 _0 _0 2_0 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^0 ^0 ^0 ^0 ^0 ^0 ^0 ^0 ^0 ^0 ^0 _0 _0 3_0 <_0 =_0 L_0 _0 x`0 `0 `0 `0 `0 `0 `0 `0 `0 a0 a0 a0 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2_0 3_0                                        kdel$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3_0 <_0 _0 _0 _0 `0 -`0 @`0 x`0 `0 `0 `0 `0 `0 a0 a0                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  a0 a0 a0 'a0 (a0 +a0 1a0 \a0 ba0 ca0 ja0 la0 ua0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 a0 b0 b0 *b0 +b0 /b0 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  a0 a0 (a0 \a0 ca0 ka0 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdm$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ka0 la0 a0 a0 a0 a0                                     R            I                                                                     	  $If   gd_ Q  kd o$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdsn$ $If   K$L$l 0                                     
t                              4   4 
l a   a0 a0 a0 a0 a0 b0 b0 +b0 -b0 .b0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.b0 /b0                                        kdGp$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               /b0 8b0 b0 b0 	c0 c0 Vc0 ac0 c0 c0 c0 c0 c0 c0                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
/b0 8b0 9b0 Hb0 b0 Vc0 `c0 ac0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 c0 d0 d0 d0 d0 &d0 0d0 1d0 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 c0 c0 d0 2d0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdq$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1d0 2d0 3d0 Kd0 Ud0 Vd0 Zd0 [d0 \d0 nd0 od0 d0 d0 d0 d0 d0 d0 d0 d0 #e0 $e0 e0 e0 f0 f0 f0 f0 f0 f0 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    2d0 3d0 [d0 \d0 od0 d0 d0 d0 d0 d0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUr$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d0 d0                                        kds$ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d0 d0 $e0 ae0 e0 f0 7f0 If0 f0 f0 f0 f0 g0 g0                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
f0 f0 f0 f0 f0 f0 f0 g0 g0 g0 g0 -g0 .g0 1g0 Fg0 Og0 Yg0 Zg0 [g0 \g0 ]g0 ^g0 g0 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  g0 g0 .g0 [g0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdct$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [g0 \g0 ]g0 ^g0 g0 g0 g0 xh0 h0 h0 h0 Pi0 i0 i0 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdu$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
g0 g0 g0 g0 xh0 h0 h0 h0 h0 Pi0 i0 i0 i0 i0 ;j0 j0 j0 j0 	k0 
k0 6k0 k0 k0 k0 k0 l0 m0 n0 
n0 n0 >n0 n0 n0 *o0 +o0 7o0 ;o0 ^o0 p0 p0 p0 p0 p0 q0 Ur0 r0 r0 r0 s0 Ps0 s0 s0 =t0 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4i0 i0 ;j0 j0 j0 j0 j0 6k0 k0 k0 k0 l0 m0  n0 n0 >n0 n0 *o0 +o0 ^o0 p0 p0 Hp0 ]p0 yp0 p0 p0 p0 p0 q0                                                                                                                                                                                                                                                                                                                                                                   gd_  q0 Ur0 r0 r0 s0 Ps0 s0 s0 =t0 |t0 t0 u0 u0 !u0 -u0 <u0 Hu0 [u0 _u0                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  =t0 t0 t0 u0 u0 !u0 7u0 ;u0 [u0 ^u0 _u0 fu0 gu0 u0 u0 u0 u0 u0 +v0 v0 v0 	w0 ?w0 @w0 w0 w0 w0 w0 #x0 $x0 Vx0 x0 x0 x0 x0 y0 dz0 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $_u0 `u0 au0 bu0 cu0 du0 eu0 fu0 gu0 M            H            H            H            H            H            H            H                   gd_   kdu$ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   gu0 {u0 u0 u0 u0 u0 u0 u0                                                 _            V            V                                                             	 $If   gd_    kduv$ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  u0 u0 u0 u0                                                                                                                                                                                                                                                          	 $If   gd_  o  kdJw$ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  u0 u0 u0 u0 u0 u0 u0 u0                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdw$ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  u0 u0 u0 +v0 0v0 2            )            )            )                      	 $If   gd_    kdx$ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     0v0 v0 v0 v0 v0 v0 w0             [                                                                                                                                           kdy$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  w0 w0 	w0 @w0 Dw0 w0 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdzz$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w0 w0 w0 w0 w0 w0 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdC{$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w0 w0 w0 $x0 )x0 Px0 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd|$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Px0 Qx0 Vx0 x0 x0 x0 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd|$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x0 x0 x0 x0 
y0 y0 y0 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd}$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  y0 y0 y0 )y0 n            e            e                                                                                                                                                               	 $If   gd_    kdg~$ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           )y0 *y0 -y0 6y0                                                                                                                                                                                                                                                	 $If   gd_  t  kd<$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  6y0 7y0 8y0 Iy0 Ny0 Vy0 ]y0 dy0 py0                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  py0 qy0                                             kdv$ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          qy0 |y0 y0 y0 y0 y0 y0 y0                                                             A                                  kdρ$ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  y0 y0 y0 y0 y0 y0 y0 y0                                                 A                                              kd$ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  y0 y0 y0 y0 y0 y0 y0                                     A            <            7                  gd_    gd_    kd$ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  y0 ez0 fz0 z0 z0 z0 z0 z0 z0 z0                                                                                                                                                                                                                                                   E  kdl$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	dz0 ez0 fz0 lz0 mz0 z0 z0 z0 z0 z0 z0 z0 z0 z0 z0 z0 z0 {0 {0 {0 {0 1{0 2{0 J{0 K{0 b{0 c{0 d{0 h{0 i{0 {0 {0 {0 {0 {0 {0 o|0 ~0 ~0  ~0 !~0 1~0 2~0 춥x                          /j$ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *z0 z0 z0 z0 z0 z0 z0                                     a                                                                                                                             E  kd*$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd˄$ $$If   l 0 
" R                                                           4 
l a   z0 z0 z0 z0 z0 z0 {0                                     a                                                                                                                             E  kd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$ $$If   l 0 
" R                                                           4 
l a   {0 {0 {0 {0 {0 {0 1{0                                     a                                                                                                                             E  kd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdG$ $$If   l 0 
" R                                                           4 
l a   1{0 2{0 ={0 J{0 K{0 U{0 b{0                                     a                                                                                                                             E  kdd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$ $$If   l 0 
" R                                                           4 
l a   b{0 c{0 d{0 e{0 f{0 g{0 h{0                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdÇ$ $$If   l 0 
" R                                                           4 
l a   h{0 i{0 v{0 w{0 {0 {0 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd"$ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   {0 {0 {0 {0 {0 n|0 o|0 a}0 b}0 9~0 :~0 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd$ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
2~0 6~0 7~0 ,0 -0 80 90 I0 J0 N0 O0 Q0 y0 z0 0 0 0 0 '0 )0 40 50 |0 ~0 0 0 0 0 ǀ0 Ȁ0 0 	0 
0 0 0 0 0 0 Շ0 ؇0 0 
0 20 ;0 0 0 0 0 0 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j$ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0:~0 Q0 Z0 z0 0 0 (0 )0 50 }0                                                                                                                                                                                                                                                       S  kdl$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	}0 ~0 0 0 0 Ȁ0 0                                     N                                                                                       S  kd$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   0 	0 
0 0 O0 0 0 0 0 0 0 0 0 0 q0 0 H0 0 0                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd"$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   0 0 ؇0 30 0 0 ҈0 0 0 0 j0 k0 |0 0 0 %0 G0 `0 |0 0 0 0 0 @0 A0 0 0 0                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  0 0 {0 |0 0 0 i0 k0 |0 0 0 0 0 0 0 ?0 A0 `0 0 0 0 0 0 c0 d0 y0 z0 0 0 0 ɓ0 ʓ0 Փ0 ֓0 ד0 ۓ0 ܓ0 0 0 %0 ۵۵۵ۭۜۋzrgrrr       j$ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '0 0 0 0 0 d0 z0 0                                     j                                                                                                                                           kd$ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  0 0 0 0 0 K0 0 0 Ƒ0 00 m0 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd&$ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
m0 ǒ0 0 0 ޓ0 .0 /0 z0 {0 0  0 x0 y0 0 0 0 0 l0 m0 0 0 H0 0 I0 J0 Ȝ0 ɜ0                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  %0 &0 '0 +0 ,0 /0 z0 {0 0 w0 90 0 G0 H0 S0 T0 d0 e0 i0 j0 k0 l0 m0 v0 0 0 0 "0 +0 K0 I0 Ȝ0 30 40 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jf$ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj$ h_ U !ɜ0 40 80 90 O0 P0 d0                                                 e                                                                                                                        F  kd@$ $$If   l   l '{6    4   4 
l a] p
        F  kd͎$ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  40 90 f0 0 0 0 0 0 0 0 0 ؞0 ٞ0 0 0 0 0 (0 )0 E0 F0 g0 h0 0 0 0 0 0 0 ٟ0 ڟ0 ۟0 ܟ0 ݟ0 0 0 ȡ0 )0 ^0 w0 0 0 0 @0 R0 %0 =0 r0 0 Ϥ0 0 $0 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3d0 e0 f0 o0 }0 0 0                                                             5            v  kd&$ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd$ $$If   l   l '{6    4   4 
l a] p
         0 0 0 0 0 0 0 0                                     t                                                                                                                                                             v  kdː$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  0 0 0 0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 ў0 Ӟ0 ؞0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ؞0 ٞ0 0 0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd̒$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 0 0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 !0 #0 (0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (0 )0 >0 @0 E0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd͔$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E0 F0 `0 b0 g0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g0 h0 w0 y0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 0 0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdΖ$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 0 0 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 0 0 ٟ0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٟ0 ڟ0 ۟0 ܟ0 ݟ0 0 0 ȡ0 0 *0 ^0 x0 0 0 0                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdϘ$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 0 ;0 S0 0 0 Σ0 0  0 >0 r0 0 0 Ф0 0 #0 $0 %0 &0 H0 Q0 R0 h0 0 0 0 0 ʦ0 0 0                                                                                                                                                                                                                                                                                                                                                                   gd_  $0 &0 00 F0 G0 H0 h0 ~0 0 0 0 0 0 0 \0 }0 0 §0 0 0 0 0 ɨ0 ʨ0 Ԩ0 ި0 ߨ0 0 0 #0 $0 70 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0 0 *0 =0 >0 \0 0 0 0 §0 ا0 0 0 0 0 0 0 0 0 ʨ0 Ԩ0 ި0                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ި0 ߨ0                                     kdz$ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ߨ0 0 #0 $0 :0 P0 f0 |0 ~0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	70 :0 O0 P0 e0 f0 {0 |0 0 0 .0 00 @0 A0 `0 a0 b0 c0 0 0 0 0 0 0 ǫ0 ȫ0 0 0 0 0 0 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 0 0                                     kdњ$ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0 0 0 ©0 ֩0 ש0 0 0 0 -0 .0 /0 00 A0                                                                                                                                     q                            kd($ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
A0 a0 b0 c0 0 0 0 0 0             q            l                                                                                                                                                       gd_    kd$ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  0 0                                     kd$ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               0 0 0 0 Ϊ0 Ϫ0 0 0 0 0 C0 \0 q0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  0 0 ȫ0 0 z            q            q                                                                                                                                                                                       	  $If   gd_    kd$ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       0 0 0 0 0 0 0 0 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd$ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       0 0 0 0 0 0 0 0 0 ٬0 ڬ0 ܬ0 0 	0 0 0 e0 q0 0 0 0 ĭ0 0 0 (0 )0 H0 I0 L0 V0 l0 0 0 0 ,0 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "0 0                                     kds$ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0 0 >0 ?0 S0 T0 v0 0 0 0 0 0 ڬ0                                                                                                             q                                                         kdʡ$ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ڬ0 ۬0 ܬ0 	0 
0 0 0 
0 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd$ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       
0 0                                     kdD$ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0 0 `0 a0 0 0 0 )0 I0                                                             q                                                                                                                             kd$ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  I0 J0 K0 L0 l0 0 -0 C0 D0 N0 Y0 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdX$ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
,0 -0 D0 Y0 0 0 0 0 0 0 ¯0 0 0 0 90 B0 ذ0 0 0 α0 ϱ0  0 30 b0 c0 d0 0 0 0 0 0 0 0 0 0  0 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Y0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  0 0                                        kd#$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 ¯0 0 0 0 80                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  80 90                                        kdw$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               90 B0 ڰ0 ۰0 0 0 '0 x0 0 0 ϱ0  0 c0                                                                                                 s                                                                        kd˨$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c0 d0 0 0 0 0 0 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0                                        kd?$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0  0 !0                         s                                                                                                                                                                                   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   0  0 !0 "0 #0 $0 &0 H0 S0 ն0 ֶ0 0 -0 L0 0 ̷0 ,0 K0 0 ϸ0 :0 Y0 ع0 0 S0 r0 0 0 0 40 0 ü0 60 U0 0 ݽ0 0 ۾0 =0 \0 ˿0 0 H0 g0 0 0 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -!0 "0 #0 $0 %0 &0 S0 0 0 50 @0 J0 U0 _0 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdM$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_0 `0 0 ״0 0 0 30 40 o0 0 0 0 ն0 ֶ0 0 0 -0 ;0 K0                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  K0 L0 W0 \0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \0 ]0 g0 l0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l0 m0 x0 }0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŭ$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }0 ~0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 0 ˷0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˷0 ̷0 ׷0 ܷ0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܷ0 ݷ0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 
0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
0 0 0 ,0 :0 J0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J0 K0 V0 [0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [0 \0 f0 k0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k0 l0 w0 |0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |0 }0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڱ$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 0 θ0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   θ0 ϸ0 ڸ0 ߸0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߸0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0  0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 :0 H0 X0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X0 Y0 d0 i0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i0 j0 t0 y0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҴ$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y0 z0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 ع0 0 0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 #0 (0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (0 )0 30 80             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   80 90 :0 S0 a0 q0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdʷ$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q0 r0 }0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 !0 j0 0 0 0                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 ƻ0 ˻0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˻0 ̻0 ׻0 ܻ0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdº$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܻ0 ݻ0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 #0 30                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   30 40 ?0 D0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߻$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D0 E0 O0 T0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T0 U0 `0 e0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e0 f0 p0 u0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u0 v0 w0 0 0 ¼0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¼0 ü0 μ0 Ӽ0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ0 Լ0 ޼0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׾$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 60 D0 T0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T0 U0 `0 e0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e0 f0 p0 u0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u0 v0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 ̽0 ܽ0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܽ0 ݽ0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 	0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0  0 0 0 0 ʾ0 ھ0                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ھ0 ۾0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 
0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 =0 K0 [0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [0 \0 g0 l0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l0 m0 w0 |0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |0 }0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 ˿0 ٿ0 0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 
0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 &0 +0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +0 ,0 -0 H0 V0 f0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f0 g0 r0 w0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w0 x0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 0 0 60 70 0 0 0 0 0 0 E0                                                                                                                                                                                        gd_  z  kdX$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0 F0 z0 0 0 0 0 0 0 0 0 0 0 0 .0 @0 A0 R0 S0 m0 v0 I0 K0 [0 \0 l0 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  E0 F0 z0 0 0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	0 0                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 A0 S0 U0 l0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  l0 m0                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m0 v0 0 0 0 0 :0 0 0 0 0 0 %0 &0 J0                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  J0 K0 \0 0 0 0 0 '0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd_$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l0 m0 0 0 0 0 0 0 &0 '0 (0 M0 N0 }0 ~0 0 0 0 
0 0 0 0 0 0 0 0 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j$ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  '0 (0 N0 }0 ~0 0 0 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0                                        kdX$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 "0 0 0 0 0 0 0 0 	0                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  	0 
0 0 0 |            s            s                                                                                                                                                                                           	  $If   gd_   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 0 0 0 0 0 0 0 0 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdf$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 0 0 0 0 K0 `0 0 0 0 0 0 0 0 )0 30 40 Y0 Z0 0 0 0 0 0 o0 r0 0 0 0 0  0 !0 10 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $0 0 0 0 )0 30                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  30 40                                        kd $ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               40 Z0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  0 0                                        kdt$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 0 0 W0 X0 0 D0 d0 0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  0 0 !0 r0 0 #0 a0 0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       10 20 L0 M0 N0 a0 b0 q0 0 0 0 "0 ?0 `0 0 0 0 0 0 0 0 T0 0 0 0 0 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j$ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  0 0 0 0 0 0 S0 T0 0 0 0 0 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 0 0 0 0 0 F0 W0 X0 [0 d0 0 0 0 60 N0 O0 W0 Y0 i0 j0 0 0 0 0 0 0 0 0 0 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  0 0                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 F0 X0 Y0 Z0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Z0 [0                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [0 d0 0 0 0 0 60 70 X0 Y0 j0                                                                                                 Y                              kdi$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
j0 0 0 0 0 0 ~0 0 0 0 o0 |0             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd#$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0 0 (0 )0 90 :0 >0 ?0 ~0 0 o0 |0 0 0 0 0 0 0 0  0 50 70 0 0 0 0 D0 F0 +0 @0 0 0 0 0 J0 N0 ~0 0 	0 00 0 0 0 0 0 0 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j"$ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j$ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -|0 0 0 0 0  0 0 0 0 0 0 m0 n0 0 0 0 70 0 0 E0 F0 +0 @0 0 0 0 0                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  0 0 0 0 0 0             f                                                                                                                                                                      kdD$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  0 0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0  0 %0 o            f            f            f                                                                                                                                                	  $If   gd_    kd $ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %0 &0 +0 20 >0 o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >0 ?0 G0 O0 T0 o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T0 U0 ]0 e0 q0 o            f            f            f                                                                                                                                                	  $If   gd_    kdj$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q0 r0 z0 0 0 o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 0 o            f            f            f                                                                                                                                                	  $If   gd_    kdF$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 0 F0 G0 0 0 40 50 0 0 L0 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 0 0 L0 X0 ;0 E0 0 0 0 0 0 @0 P0 \0 ]0 i0 m0 0  1  1  1  1  1  1  1  1  1 1 1 J1 K1 L1 P1 Y1 %1 '1 71 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %L0 X0 0 0 0 0 "0 #0 u0 60 70 ?0 @0 0 0 0 0 ;0 E0 0 0 0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  0 0 0 %0 60 70 J0 ]0 t0 0 0 0 0 0 e0 f0 0 0 0 0 0 0 0 $0 %0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  0 0 Y0 0 0 0 @0 P0 ]0 0  1  1  1  1  1  1  1                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_   1  1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                1 1 K1 L1 N1 O1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  O1 P1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P1 Y1 1 1 1 1 01 X1 c1 1 1 1 %1 &1                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
&1 '1 81 o1 |            s            s                                                                                                                                                                                           	  $If   gd_   kdE$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       71 81 n1 o1 p1 r1 ~1 1 1 1 1 1 1 1 1 1 1 )1 *1 O1 P1 Q1 U1 ^1 1 N1 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 o1 p1 q1 r1 1 1 1 1 1 1 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  1 1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 *1 O1 P1 Q1 S1 T1                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  T1 U1                                        kd
$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U1 ^1 1 1 1 1 ;1 _1 1 N1 ^1 _1                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  N1 ^1 `1 p1 q1 w1 ~1 1 1 1 1 1 1 1 1 1 1 1 1 31 41 51 91 B1 1 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    _1 `1 q1 1 |            s            s                                                                                                                                                                                           	  $If   gd_   kda$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1 1 1 1 1 1 1 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 21 31 41 51 71 81                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  81 91                                        kd)$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               91 B1 1 1 1 1 1 C1 1 2	1 B	1 C	1                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  1 2	1 B	1 D	1 T	1 U	1 [	1 b	1 c	1 d	1 e	1 f	1 r	1 v	1 	1 	1 	1 	1 	1 	1 	1 	1 	1 
1 
1 E
1 F
1 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    C	1 D	1 U	1 c	1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd}$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c	1 d	1 e	1 f	1 	1 	1 	1 	1 	1 	1 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		1 	1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	1 
1 D
1 E
1 F
1 G
1 I
1 J
1                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  F
1 G
1 K
1 T
1 1 1 1 1 1 1 1 1 1 1 11 21 <1 F1 G1 S1 t1 u1 1 1 1 1 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  J
1 K
1                                        kdE$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K
1 T
1 
1 
1 
1 
1 31 S1 1 1 1 1                                                                                                                         f                           kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1 1 1 1 1 1 1 21 <1 F1                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdS$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	F1 G1                                        kd
$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G1 u1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  1 1 1 1 91 :1 ;1 K1 L1 R1 Y1 Z1 [1 \1 1 1 1 1 1 1 1 1 1 1 1 81 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  1 1                                        kda$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 1 1  
1 N
1 n
1 
1 
1 
1 :1 ;1                                                                                                                         f                           kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ;1 L1 Z1 [1 \1 1 1 1 1 1                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdo$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  1 1                                        kd)$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 91 :1 ;1 =1 T1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  81 91 :1 ;1 U1 ^1 _1 `1 a1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
1 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 T1 U1                                        kd}$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U1 ^1 `1 a1 r1 1 1 1 1 1 1                                                                                     s                                                                                              kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
1 1 1 1 1 1 1 1 1 1 91 p1 1 1 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1 91 L1 o1 1 1 1 1 1 =1 Q1 1 1 1 1 1 1 1 1 	1 1 1 1 1 1 81 91 K1 L1 1 1 1 1 1 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !1 >1 1 1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1 1                                        kdE$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 91 L1 _1 r1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  1 1                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 1 &1 S1 T1 U1 f1 1 1 1                                                             f                                    [            [                     
  $If   gd_ K$  kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
1 1 S1 T1 U1 e1 f1 i1 ~1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 1 1 1 1 1 1                                     R            I                                                                     	  $If   gd_ Q  kd4$ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd$ $If   K$L$l 0                                     
t                              4   4 
l a   1 1 1 1 *1 =1 P1 c1 d1 e1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 b1 c1 f1 o1 1 1 1 1 1  1 1 21 81 91 A1 C1 X1 Y1 h1 j1 p1 q1 r1 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J e1 f1                                        kd{$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f1 o1 1 1 1 1 1 1 21 91 B1                                                             f                                    [            [                     
  $If   gd_ K$  kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
B1 C1 Y1 i1 j1 k1 l1                                     R                                                                                              Q  kd % $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd$ $If   K$L$l 0                                     
t                              4   4 
l a   l1 m1 n1 o1 p1 q1                                     R            I                                                                     	  $If   gd_ Q  kd0% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd % $If   K$L$l 0                                     
t                              4   4 
l a   q1 r1 1 1 1 1 1 1 1 	1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r1 1 1 1 1 1 1 1 1 1 1 1 
1 1 1 1 1 1 1 1 1 1 1 1  1 l1 u1 1 1 1 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	1 
1                                        kdw% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
1 1 P1 1 1 1 1 1 1 1 1                                                                                     Y                                          kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
1 1 1 1 1 1 1 1 +1 E1 U1 o1 1 1 1 1 1 1                                                                                                                                                                                                                      	  $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 1 1 1 1 E1 F1 G1 H1 `1 j1 k1 l1 n1 o1 p1 1 1 1 1 1 1 1 R1 1 1 1 1 1 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  1 1 1 +1 E1 F1 G1                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G1 H1 p1 1 1 1 1 1 1 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1                                        kdc% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 R1 1 1 1 1  1 Q 1 X 1 a 1                                                             f                                    [            [                     
  $If   gd_ K$  kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
1  1  1 % 1 - 1 Q 1 W 1 X 1 ` 1 b 1 !1 !1 !1 !1 !1 !1  "1 "1 "1 "1 "1 "1 "1 "1 h"1 i"1 l"1 u"1 "1 #1 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 a 1 b 1 j 1  1  1  1  1  1  1 !1 !1 &!1 ;!1 P!1 b!1 |!1 !1 !1                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdq% $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   !1 !1 !1 !1 !1                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd	% $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !1 !1 "1 "1 0"1 C"1 V"1 i"1 j"1 k"1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k"1 l"1                                        kdO
% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l"1 u"1 "1 #1 _#1 #1 F$1 G$1 H$1 I$1 Z$1 $1                                                                                                 f                                                   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  #1 D$1 G$1 H$1 I$1 Y$1 Z$1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 $1 L%1 M%1 P%1 Y%1 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ $1 $1 $1 $1 %1 '%1 :%1 M%1 N%1 O%1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O%1 P%1                                        kd
% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P%1 Y%1 &1 +&1 n&1 &1 U'1 V'1 W'1 X'1 i'1                                                                                                 Y                              kdk% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Y%1 &1 &1 m&1 n&1 &1 U'1 V'1 W'1 X'1 h'1 i'1 '1 '1 '1 '1 '1 '1 '1 '1 '1 '1 '1 V(1 W(1 Z(1 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  i'1 '1 '1 '1 '1 (1 (1 1(1 D(1 W(1 X(1 Y(1             s                                                                                                                                                                 kd%% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Y(1 Z(1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z(1 c(1 8)1 _)1 )1 )1 *1 *1 *1 *1 *1                                                                                     Y                                          kd3% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Z(1 c(1 7)1 )1 *1 *1 *1 *1 *1 *1 *1 *1 *1 *1 +1 +1 z,1 |,1 },1 ~,1 ,1 ,1 ,1 ,1 ,1 ,1 -1 -1 -1 	-1 
-1 -1 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 *1 *1 *1 +1 +1 +1  +1 5+1 G+1 a+1 {+1 +1 +1 +1 +1 +1 +1                                                                                                                                                                                                         	  $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +1 ,1 ,1 7,1 G,1 a,1 {,1 |,1 },1                                                                                                                                                                                                                                                 	  $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  },1 ~,1 ,1 ,1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,1 ,1 -1 -1 -1 2-1 E-1 X-1 k-1 l-1 m-1 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd% $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
-1 -1 -1 -1 j-1 k-1 n-1 w-1 0.1  01 !01 "01 201 301 ?01 D01 Y01 01 01 11 11 11  11 (11 *11 #31 %31 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  m-1 n-1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n-1 w-1 0.1 .1 .1 .1 s/1  01 !01 "01 301                                                                                                 f                                                        kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
301 01 11  11 )11 *11 211 G11 \11 q11 11 11 11 11 11                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  11 11 
21 '21 /21 D21 Y21 n21 21 21 21 21 21 21 
31 $31 %31                                                                                                                                                                                                                            S  kd3% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %31 &31 '31 O31 P31 c31 v31 31 31 31 31 31             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %31 &31 '31 ?31 I31 J31 K31 M31 N31 O31 P31 b31 c31 31 31 31 31 41 41 41 41 41 51 51 o61 61 571 671 81 481 681 781 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 31 31                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               31 31 41 41 751 51 51 61 61 61 671 71 681 781 >81 }81 81 81 91 ?91 s91 91 91 91 +:1                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  781 >81 C91 V91 Z91 r91 91 :1 :1 *:1 +:1 ,:1 <:1 =:1 :1 :1 :1 :1 :1 <1 <1 <1 <1 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   +:1 ,:1 =:1 :1 :1 :1 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :1 :1 :1 :1 :1 :1 :1 ;1 ;1 0;1 J;1 d;1 u;1 ;1 ;1 ;1 ;1 ;1                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0                     x                
t                                4   4 
l a   ;1 ;1 <1 <1 -<1 G<1 X<1 r<1 <1 <1 <1 <1 <1 <1 <1                                                                                                                                                                                                                   	  $If   gd_  S  kd% $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  <1 <1 
=1 =1 !=1 4=1 G=1 Z=1 m=1 n=1 o=1 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd% $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
<1 <1 =1 =1 =1 
=1 =1  =1 !=1 l=1 m=1 p=1 y=1 7>1 c>1 0?1 ?1 ?1 ?1 @1 @1 @1 dA1 yA1 B1 1B1 2B1 3B1 :B1 ~B1 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ o=1 p=1                                        kdy% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p=1 y=1 7>1 1?1 ?1 @1 @1 @1  A1 |A1 3B1 :B1 zB1 B1 B1 B1 B1 C1 2C1 sC1 tC1                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ~B1 B1 B1 B1 B1 C1 C1 *C1 6C1 IC1 QC1 jC1 rC1 sC1 tC1 uC1 C1 C1 C1 C1 C1 C1 C1 !F1 #F1 $F1 %F1 =F1 GF1 HF1 LF1 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  tC1 uC1 C1 C1 C1 C1 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C1 C1 C1 C1 D1 D1 +D1 BD1 YD1 pD1 D1 D1 D1 D1 D1 D1 D1 D1                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0                                     
t                                4   4 
l a   D1 E1 E1 +E1 =E1 OE1 fE1 }E1 E1 E1 E1 E1 E1 E1 F1 "F1 #F1                                                                                                                                                                                                                            S  kd% $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #F1 $F1 %F1 MF1 NF1 aF1 tF1 F1 F1 F1 F1 F1             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  LF1 MF1 NF1 `F1 aF1 F1 F1 F1 F1 G1 G1 H1 H1 fI1 I1 I1 EJ1 aJ1 K1 EL1 L1 L1 bM1 N1 N1 3O1 O1 O1 GQ1 Q1 Q1 Q1 Q1 IR1 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !F1 F1                                        kde % $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F1 F1 G1 H1 fI1 I1 bJ1 J1 J1 K1 cK1 K1 K1 EL1 L1 
N1 5O1 O1 O1 O1 FQ1 GQ1                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  GQ1 Q1 Q1 Q1 R1 ER1 dR1 R1 R1 R1 R1 R1                                                                                                             f                                       kd!% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  IR1 \R1 hR1 {R1 R1 R1 R1 R1 R1 R1 R1 R1 S1 S1 S1 ;S1 <S1 =S1 AS1 BS1 FS1 OS1 lT1 T1 T1 T1 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  R1 S1 S1 <S1 =S1 BS1 DS1 ES1             s                                                                                                                                                                                     kds"% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ES1 FS1                                        kd-#% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FS1 OS1 \S1 ~S1 S1 S1 S1 S1 T1 )T1 KT1 mT1 T1                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  T1 T1 T1 T1 T1 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd$% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T1 T1 T1 T1 T1 T1 T1 T1 T1 T1 U1 
U1 )U1 W1 "W1 QW1 dW1 W1 W1 W1 W1 X1 X1 UX1 iX1 +[1 7[1 ;[1 b[1 [1 [1 [1 \1 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  T1 T1 T1 T1 )U1 V1 V1 W1 QW1 W1 W1 X1 VX1 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd;%% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       VX1 X1 X1 X1 Y1 Y1 eZ1 fZ1 *[1 +[1 b[1 [1 [1 [1 6\1 m\1 \1 \1 ;]1 ]1 ]1 ]1 ]1 ]1 ]1 ]1                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \1 6\1 I\1 l\1 \1 \1 \1 \1 \1 :]1 N]1 ]1 ]1 ]1 ]1 ]1 ]1 ]1 ]1 ^1 ^1 ^1 ^1 ^1 ^1 )^1 *^1 <^1 =^1 O^1 P^1 b^1 c^1 g^1 p^1 ^1 _1 _1 _1 _1 _1 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (]1 ]1                                        kd%% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]1 ^1 ^1 *^1 =^1 P^1 c^1 e^1 f^1                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  f^1 g^1                                        kdI'% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g^1 p^1 ^1 ^1 _1 @_1 ^_1 x_1 _1 _1 _1 _1                                                                                                             f                                       kd(% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _1 _1 _1 `1 `1 -`1 @`1 S`1 f`1 h`1 i`1             s                                                                                                                                                                      kdW)% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
_1 _1 _1 	`1 `1 `1 `1 `1 `1 ,`1 -`1 ?`1 @`1 e`1 f`1 j`1 s`1 `1 `1 7a1 8a1 9a1 Ia1 Ja1 Ka1 La1 da1 na1 oa1 sa1 ta1 ua1 a1 a1 a1 a1 a1 a1 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %i`1 j`1                                        kd*% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j`1 s`1 `1 `1 8a1 9a1 Ja1 Ka1                                                 f                                                                                                                       kde+% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ka1 La1 ta1 ua1 a1 a1 a1 a1 a1 a1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd,% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a1 a1                                        kd,% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a1 a1 a1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 b1 c1 c1  c1 )c1 Lc1 Mc1 c1 c1 \d1 ]d1 ^d1 nd1 od1 pd1 qd1 ~d1 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %a1 a1 a1 b1 b1 b1 b1 b1                                                 f                                                                                                                       kd-.% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  b1 b1 b1 b1 b1 b1 	c1 c1 c1 c1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd.% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c1  c1                                        kd/% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                c1 )c1 Mc1 c1 ]d1 ^d1 od1 pd1                                                 f                                                                                                                       kd0% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  pd1 qd1 rd1 d1 /e1 0e1 We1 Xe1 e1 f1 f1 f1 f1 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd1% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~d1 d1 d1 .e1 /e1 0e1 We1 de1 he1 e1 e1 f1 f1 f1 f1 g1 .g1 Bg1 fg1 gg1 zg1 g1 g1 g1 g1 g1 g1  h1 .h1 /h1 Bh1 sh1 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  f1 /g1 gg1 g1 g1 /h1 th1 h1 
i1 _i1 `i1 ai1 ki1 vi1 i1 i1 i1                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  sh1 h1 h1 h1 	i1 i1 ^i1 `i1 ai1 vi1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 j1 j1 j1 Dj1 Ej1 ^j1 gj1 hj1 wj1 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\i1 i1                                        kdi2% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               i1 i1 i1 j1 j1 2j1 Ej1 Gj1 ]j1                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ]j1 ^j1                                        kd3% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^j1 gj1 j1 k1 k1 Qk1 \k1 k1 k1 k1 k1 	l1                                                                                                 f                                                   kd5% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  wj1 j1 Qk1 \k1 ok1 k1 k1 k1 k1 k1 k1 k1 k1 k1 k1 k1 k1 l1 	l1 l1 l1 l1 l1 .l1 /l1 >l1 @l1 Al1 Bl1 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 	l1 l1 l1 l1 /l1 ?l1 @l1 Al1                                                             R            I                                   	  $If   gd_ Q  kdX6% $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd5% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Al1 Bl1 jl1 kl1 ~l1 l1 l1 l1 l1 l1 l1 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd6% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Bl1 Zl1 dl1 el1 il1 jl1 kl1 }l1 ~l1 l1 l1 l1 l1 l1 l1 l1 l1 Hm1 n1  n1 !n1 ?n1 @n1 [n1 n1 n1 n1 n1 n1 n1 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ l1 l1                                        kd7% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l1 l1 Im1 dm1 m1 m1 m1 m1 n1 !n1 @n1 \n1 nn1 n1 n1 n1                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  n1 n1 n1 n1 n1 n1 n1 n1  o1 o1 o1 
o1 o1 9o1 :o1 Oo1 Po1 Ro1 So1 To1 lo1 vo1 wo1 {o1 |o1 }o1 o1 o1 o1 o1 o1 o1 o1 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  n1 n1 n1 n1 o1 	o1 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd8% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o1 
o1 :o1 Qo1 Ro1 So1                                     R            I                                                                     	  $If   gd_ Q  kd::% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9% $If   K$L$l 0                                     
t                              4   4 
l a   So1 To1 |o1 }o1 o1 o1 o1 o1 o1 o1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd:% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o1 o1                                        kd;% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o1 o1 Ep1 mp1 p1 p1 p1 p1 q1 Iq1 q1 q1 q1 q1                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
o1 o1 o1 o1 Dp1 p1 p1 p1 q1 q1 1q1 @q1 Hq1 Iq1 Pq1 Vq1 q1 q1 q1 q1 q1 q1 q1 q1 q1 q1 q1 q1 q1 q1 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 q1 q1 q1 q1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd<% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q1 q1 q1 q1 q1 q1 q1 q1 q1 r1 
r1 r1  r1 Er1 Fr1 Jr1 Sr1 Tr1 cr1 r1 r1 ps1 ts1 s1 "t1 ,t1 -t1 Kt1 Lt1 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    q1 q1 q1 q1 
r1  r1 3r1 Fr1 Hr1 Ir1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ir1 Jr1                                        kdI>% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Jr1 Sr1 r1 r1 qs1 s1 s1 s1 "t1 -t1 Lt1 wt1 t1 t1                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Lt1 _t1 nt1 vt1 wt1 ~t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 t1 #u1 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  t1 t1 t1 t1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd?% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t1 t1 t1 t1 #u1 $u1 _u1 v1 Hv1 Iv1 v1 v1 )w1 *w1 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdW@% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
#u1 0u1 4u1 _u1 v1 Hv1 Uv1 Yv1 v1 v1 *w1 6w1 :w1 \w1 w1 Ex1 x1 x1 x1 x1 x1 7y1 gy1 sy1 wy1 y1 q{1 {1 {1 {1 {1 |1 |1 |1 |1 |1 |1 |1 :~1 b~1 c~1 y~1 }~1 ~1 1 !1 "1 [1 1 1 G1 1 ہ1 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4*w1 \w1 w1 Dx1 Ex1 x1 x1 x1 7y1 fy1 gy1 y1 q{1 {1 {1 {1 |1 |1 |1 |1 }1 }1 }1 }1 ~1 '~1 :~1 b~1 c~1 ~1                                                                                                                                                                                                                                                                                                                                                                   gd_  ~1 1 "1 [1 1 1 G1 1 ہ1 1 Q1 1 1 1 ˂1 ڂ1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ہ1 Q1 U1 1 1 1 Ղ1 ق1 1 1 1 1 1 S1 T1 U1 V1 1 Ƀ1 *1 W1 1 ݄1 ބ1 :1 e1 f1 1 1 1 1 !1 "1 '1 L1 P1 1 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $1 1 1  1 1 1 1 1 1 M            H            H            H            H            H            H            H                   gd_   kdA% $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   1 1  1 %1 51 61 E1 F1                                                 _            V            V                                                             	 $If   gd_    kdA% $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  F1 G1 S1 T1                                                                                                                                                                                                                                                          	 $If   gd_  o  kdB% $$If   l       0   T# T                 .                
t  0                                                              4 
l al  T1 U1 V1 a1 e1 x1 1 1                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd!C% $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1 1 1 Ƀ1 ΃1 2            )            )            )                      	 $If   gd_    kdC% $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ΃1 $1 %1 *1 W1 \1 1             [                                                                                                                                           kdD% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  1 1 1 ބ1 1 41 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  41 51 :1 f1 j1 1 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd}F% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 1 ǅ1 1 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdFG% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 "1 '1 M1 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdH% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M1 N1 O1 Y1 1 1 1 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdH% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1 1 1 ǆ1 n            e            e                                                                                                                                                               	 $If   gd_    kdI% $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ǆ1 Ȇ1 ˆ1 Ԇ1                                                                                                                                                                                                                                                	 $If   gd_  t  kdvJ% $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Ԇ1 Ն1 ֆ1 1 1 1 1 1 1                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdK% $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  1 1                                             kdK% $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          1 1 1 %1 ,1 -1 .1 /1                                                             A                                  kd	M% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  /1 01 11 21 31 41 51 61                                                 A                                              kdM% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  61 71 81 91 :1 ;1 P1                                     A            <            7                  gd_    gd_    kdN% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P1 1 1 1 1 71 H1 I1 ]1 _1                                                                                                                                                                                                                                                   E  kdO% $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	1 1 1 
1 1 1 1 H1 I1 _1 `1 b1 c1 q1 r1 1 1 1 1 1 1 ψ1 Ј1 1 1  1 1 1 1 1 $1 %1 &1 21 31 E1 
1 1 1 1 1 ϋ1 Ћ1 춥x                          /jT% hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *_1 `1 a1 b1 c1 k1 q1                                     a                                                                                                                             E  kddP% $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdP% $$If   l 0 
" R                                                           4 
l a   q1 r1 {1 1 1 1 1                                     a                                                                                                                             E  kd"Q% $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdP% $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1 ψ1                                     a                                                                                                                             E  kdQ% $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQ% $$If   l 0 
" R                                                           4 
l a   ψ1 Ј1 ۈ1 1 1 1  1                                     a                                                                                                                             E  kdR% $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd?R% $$If   l 0 
" R                                                           4 
l a    1 1 1 1 1 1 1                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdR% $$If   l 0 
" R                                                           4 
l a   1 1 1 1 #1 $1 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd\S% $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   $1 %1 &1 31 E1 1 
1 1  1 ׋1 ؋1 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdT% $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Ћ1 ԋ1 Ջ1 ʌ1 ˌ1 ֌1 ׌1 1 1 1 1 1 1 1 p1 q1 }1 ~1 ō1 Ǎ1 ҍ1 Ӎ1 1 1 .1 /1 S1 U1 e1 f1 1 1 1 1 1 $1 %1 11 s1 v1 1 1 Е1 ٕ1 11 21 1 1 1 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j?U% hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0؋1 1 1 1 q1 ~1 ƍ1 Ǎ1 Ӎ1 1                                                                                                                                                                                                                                                       S  kdU% $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	1 1 /1 T1 U1 f1 1                                     N                                                                                       S  kdV% $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd8V% $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   1 1 1 1 1 1 @1 A1 .1 /1 $1 %1 11 1 1 1 1 O1 1                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd\W% $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   1 1 v1 ѕ1 11 21 p1 1 1 1 1 	1 1 81 Z1 Ù1 1 1 1 41 51 >1 ?1 ޜ1 ߜ1 =1 >1 1                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  1 1 1 1 *1 21 1 	1 1 71 81 Z1 1 <1 ?1 ݜ1 ߜ1 1 1 1 1 1 1 1 1 1 1 I1 J1 K1 g1 h1 s1 t1 u1 y1 z1 1 1 á1 ۵۵۵ۭۜۋzrgrrr       jX% h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '1 1 1 1 1 1 1 J1                                     j                                                                                                                                           kdW% $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  J1 K1 \1 1 1 1 G1 H1 d1 Ο1 1 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd`X% $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
1 e1 *1 +1 |1 ̡1 ͡1 1 1 1 1 1 1 1 1 <1 =1 
1 1 %1 61 1 1 1 1 f1 g1                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  á1 ġ1 š1 ɡ1 ʡ1 ͡1 1 1 1 1 ץ1 ;1 1 1 1 1 1 1 1 1 	1 
1 1 1 %1 61 1 1 ɨ1 1 1 f1 ѫ1 ҫ1 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jY% hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj9Y% h_ U !g1 ҫ1 ֫1 ׫1 1 1 1                                                 e                                                                                                                        F  kdzZ% $$If   l   l '{6    4   4 
l a] p
        F  kdZ% $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ҫ1 ׫1 1 (1 )1 ,1 -1 31 41 U1 V1 v1 w1 1 1 1 1 Ƭ1 Ǭ1 1 1 1 1 1 1 41 51 O1 P1 w1 x1 y1 z1 {1 Y1 Z1 f1 ǯ1 1 1 I1 O1 R1 ް1 1 ñ1 ۱1 1 91 m1 1 ²1 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 31 1 1 
1 1 (1 )1                                                             5            v  kd`[% $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdZ% $$If   l   l '{6    4   4 
l a] p
         )1 *1 +1 ,1 -1 11 21 31                                     t                                                                                                                                                             v  kd\% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  31 41 M1 O1 U1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U1 V1 o1 q1 v1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[]% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v1 w1 1 1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 1 1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 1 1 Ƭ1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\_% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ƭ1 Ǭ1 ܬ1 ެ1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 1  1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 1 1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]a% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 ,1 .1 41                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         41 51 H1 J1 O1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O1 P1 W1 \1 w1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^c% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w1 x1 y1 z1 {1 Y1 Z1 f1 1 ȯ1 1 1 J1 ]1 1                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd	d% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 ٰ1 1 %1 81 l1 1 1 ܱ1 1 *1 :1 n1 1 1 ²1 ò1 Ĳ1 1 1 1 1 ,1 ;1 N1 O1 h1 1 1                                                                                                                                                                                                                                                                                                                                                                   gd_  ²1 Ĳ1 β1 1 1 1 1 1 ;1 M1 1 1 1 1 1 1 ,1 `1 1 1  1 51 g1 h1 r1 |1 }1 1 1 1 ¶1 ն1 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  1 1 ȴ1 ۴1 ܴ1 1 *1 +1 ,1 `1 v1 1 1 1 1 1  1 *1 51 h1 r1 |1                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  |1 }1                                     kdd% $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               }1 1 1 ¶1 ض1 1 1 1 1 31                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ն1 ض1 1 1 1 1 1 1 41 =1 ̷1 η1 ޷1 ߷1 1 1  1 1 '1 (1 -1 61 S1 U1 e1 f1 1 1 1 1 1 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 31 41                                     kdf% $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               41 =1 _1 `1 t1 u1 1 1 1 ˷1 ̷1 ͷ1 η1 ߷1                                                                                                                                     q                            kdbg% $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
߷1 1  1 1 (1 )1 *1 +1 ,1             q            l                                                                                                                                                       gd_    kdh% $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ,1 -1                                     kdh% $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               -1 61 W1 X1 l1 m1 1 1 1 1 1 1 1 $1 >1 ?1 T1                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  T1 U1 f1 1 z            q            q                                                                                                                                                                                       	  $If   gd_    kd3j% $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       1 1 1 1 1 1 1 1 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdj% $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       1 1 1 1 1 E1 G1 W1 X1 w1 x1 z1 1 1 1 1 1 1 +1 71 V1 b1 1 1 ƻ1 ǻ1 1 1 1 1 
1 T1 1 1 ʼ1 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "1 1                                     kdk% $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 1 ܹ1 ݹ1 1 1 1 01 11 F1 G1 X1 x1                                                                                                             q                                                         kdm% $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  x1 y1 z1 1 1 1 1 1 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdm% $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       1 1                                     kd~n% $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 1 1 1 1 1 1 ǻ1 1                                                             q                                                                                                                             kdo% $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  1 1 1 1 
1 1 ˼1 1 1 1 1 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdp% $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ʼ1 ˼1 1 1 )1 *1 41 >1 ?1 _1 `1 1 1 1 ׽1 1 v1 Z1 \1 l1 m1 1 ѿ1  1 1 1 !1 "1 #1 $1 %1 (1 11 1 1 1 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #1 *1 41 >1                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  >1 ?1                                        kd]q% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?1 `1 1 1 1 ֽ1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ֽ1 ׽1                                        kdr% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ׽1 1 x1 y1 1 1 ž1 1 [1 \1 m1 1 1                                                                                                 s                                                                        kdt% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  1 1 #1 $1 %1 &1 '1 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdt% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '1 (1                                        kdyu% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (1 11 1 1 1 1                         s                                                                                                                                                                                   kdv% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  1 1 1 1 1 1 1 1 1 s1 t1 1 1 1 K1 j1 1 1 N1 m1 1 1 v1 1 1 1 *1 I1 1 1 B1 a1 1 1 \1 {1 Z1 y1 1 1 i1 1 1 1 :1 ;1 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -1 1 1 1 1 1 1 1 1 1 1 1 1 1 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdw% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1 1 ^1 u1 1 1 1 1 
1 B1 1 1 s1 t1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAx% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 
1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 &1 +1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^y% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +1 ,1 -1 K1 Y1 i1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i1 j1 u1 z1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z1 {1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{z% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9{% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 	1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV|% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	1 
1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 %1 *1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *1 +1 ,1 N1 \1 l1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds}% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l1 m1 x1 }1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }1 ~1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1~% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 #1 (1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (1 )1 31 81             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʀ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   81 91 :1 v1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1  1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    1 !1 +1 01             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   01 11 <1 A1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A1 B1 L1 Q1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q1 R1 S1 1 1 *1 81 H1                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd߄% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H1 I1 T1 Y1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y1 Z1 d1 i1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i1 j1 u1 z1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z1 {1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdׇ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 B1 P1 `1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `1 a1 l1 q1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q1 r1 |1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϊ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 $1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $1 %1 /1 41             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   41 51 61 \1 j1 z1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z1 {1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǍ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 *1 +1 Z1 h1 x1                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd&% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x1 y1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 
1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 &1 +1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +1 ,1 61 ;1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;1 <1 =1 i1 w1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdܑ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1  1 %1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %1 &1 11 61             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԔ% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   61 71 A1 F1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F1 G1 H1 l1 1 1 1 1 +1 ,1 91 :1 ;1 ^1 1                                                                                                                                                                                        gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;1 L1 ^1 y1 1 1 )1 *1 +1 @1 r1 s1 }1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
1 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  1 1 1 *1 +1 51 @1 s1 }1 1                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	1 1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 1 1 1 
1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
1 1                                        kdE% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 h1 i1 1 1 1 71 m1 1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  1 1 1 K1 d1 }1 1 1 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1 1 %1 &1 '1 :1 ;1 J1 1 1 1 1 1 1 1 1 (1 1 1 1 1 o1 p1 s1 1 1 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jS% h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  1 1 1 1 1 1 1 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdؙ% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 (1 p1 q1 1 1 *1 F1 _1 y1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  1 1 1 p1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p1 q1 r1 s1 1 +1 ,1 `1 r1 1 1 t1 u1 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 +1 ,1 _1 `1 1 1 1 1 1 1 41 a1 s1 u1 1 1 1 1 1 1 1 1 '1 J1 K1 N1 W1 
1 1 1 1 1 1 1 1 1 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $u1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  1 1                                        kdZ% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 '1 91 K1 L1 M1                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  M1 N1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N1 W1 1 1 1 1 1 1 t1 1 1 #1 I1 f1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  1 1 1 1 f1 1 1 B1 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1 1 1 1 1  1 1 01 f1 1 1 1 1  1 A1 B1 E1 V1 l1 1 1 $1 %1 &1 71 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j% h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  B1 C1 D1 E1 k1 l1 1 1 &1 81 91 C1 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdA% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       71 91 N1 1 1 1 1 1 1 1 1 1 1 1 1 m1 {1 1 1 1 1 1 1 1 1 R1 S1 U1 V1 h1 z1 {1 1 1 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !C1 N1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  1 1                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  1 1                                        kdO% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 c1 d1 1 1 1 1 1 1 1                                                                                                 Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
1 S1 T1 U1 V1 1 1 @1 u1 v1 
1 1             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd]% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  1 1 1 1 1 1 1 1 1 @1 
1 1 F1 W1 1 1 s1 1 1 1 1 1 t1 u1 w1 x1 1 1 1 1 P1 1 S1 Z1 1 1 1 =1 1 1 51 61 N1 O1 _1 `1 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j\% hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j% hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -1 E1 F1 W1 1 1 ^1 _1 1 1 1 1 1 r1 s1 1 1 u1 x1 1 1 1 1 O1 P1 _1 q1                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  q1 1 1 1 1 1             f                                                                                                                                                                      kd~% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  1 1 1 1 1 o            f            f            f                                                                                                                                                	  $If   gd_    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 1 1 1 1 o            f            f            f                                                                                                                                                	  $If   gd_    kdZ% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 1 1 1 1 o            f            f            f                                                                                                                                                	  $If   gd_    kdȧ% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 1 1 1 1 o            f            f            f                                                                                                                                                	  $If   gd_    kd6% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 1 1 1 1 o            f            f            f                                                                                                                                                	  $If   gd_    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 1 1 1 $1 o            f            f            f                                                                                                                                                	  $If   gd_    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $1 %1 -1 41 @1 o            f            f            f                                                                                                                                                	  $If   gd_    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @1 A1 B1 C1 1 1 <1 =1 1 1 1 1 1 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `1 c1 d1 1 1 1 1 *2 52 ,	2 =	2 2 2 2 2 2 
2 
2 '
2 +2 ,2 A2 s2 t2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %1 1 r1 s1 )1 *1 1 1 1 1 1 1 1 /1 1 1 T1 1 1 )2 *2 K2 X2 e2 r2 2 2                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  2 2 2 2 2 2 2 2 2 )2 *2 52 e2 f2 2 2 2 2 X2 Y2 ,	2 =	2 r	2 	2 	2 "
2 P
2 }
2 
2                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  
2 
2 
2 G2 2 2 2 2 2 '
2 +2 ,2 62 A2 t2 ~2 2                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  2 2                                        kdת% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2 2                                        kd+% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 62 B2 i2 2 2 2 2 :2 D2 i2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
2 2 2 
2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 
2 2 2 2  2 <2 =2 R2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 
2 2 2 2 <2 =2 G2 R2 2 2 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  2 2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2 2                                        kdG% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 ;2 G2 n2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  2 2 2 2 2 2 2 2 2 2 42 f2 g2 q2 {2 |2 2 2 2 2 2 2 2 2 h2 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    2 2 2 2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 )2 42 g2 q2 {2 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdU% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {2 |2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  2 2                                        kdc% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 +2 R2 }2 2 2 g2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  h2 2 2 2 2 2 2  2 2 2 2 2 2 2 /2 02 E2 w2 x2 2 2 2 2 2 2 2 2 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    2 2 2 2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 02 :2 E2 x2 2 2 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                        kd+% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  2 2 2 2 e2 g2 w2 x2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 <2 =2 >2 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2 2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 12 =2 d2 2 2 2 )2 e2 f2 g2                                                                                                                         f                           kdӹ% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  g2 x2 2 2 2 2 2 2 2 2                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	2 2                                        kdG% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 =2 >2 ?2 A2 B2                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  >2 ?2 C2 L2 2 2 2 2 2 2 2 2 2 2 42 N2 P2 Q2 f2 2 2 2 2 2 2 2 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  B2 C2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C2 L2 2 2 2 2 2 ;2 X2 2 2 2                                                                                                                         f                           kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  2 2 2 2 2 42 Q2 [2 f2 2                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  2 2                                        kdc% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2 2 2 2 2 2 2 2 2 52 62 72 G2 H2 z2 {2 |2 }2 ~2 2 2 2 2 !2 !2 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 2 2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 O2 2 62 72 H2 z2                                                                                     s                                                                                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
z2 {2 |2 }2 ~2 2 2 `!2 a!2 !2 !2 "2 F"2 "2 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
!2 !2 !2 
"2 !"2 E"2 Y"2 "2 "2 "2 "2 1#2 2#2 G#2 y#2 z#2 #2 #2 #2 #2 #2 #2 #2 #2 #2 #2 #2 #2 #2 "$2 #$2 =$2 F$2 R$2 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !"2 "2 1#2 2#2 <#2 G#2 z#2 #2 #2                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  #2 #2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #2 #2 #2 #2 #2 $2 #$2 %$2 <$2                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  <$2 =$2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =$2 F$2 $2 $2 $2 $2 $2 %2 1%2 8%2 @%2                                                             f                                    [            [                     
  $If   gd_ K$  kd'% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
R$2 $2 $2 $2 $2 %2 %2 %2 %2 %%2 /%2 1%2 7%2 8%2 ?%2 A%2 V%2 W%2 f%2 h%2 i%2 j%2 %2 %2 %2 %2 %2 %2 %2 %2 %2 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @%2 A%2 W%2 g%2 h%2 i%2                                     R            I                                                                     	  $If   gd_ Q  kdn% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd% $If   K$L$l 0                                     
t                              4   4 
l a   i%2 j%2 %2 %2 %2 %2 %2 &2 &2 &2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%2  &2 &2 &2 
&2 0&2 &2 &2 &2 &2 &2 &2 &2 &2 &2 &2 &2 &2 &2 '2 '2 '2 '2 '2 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J &2 &2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &2 
&2 0&2 ^&2 &2 &2 &2 &2 &2 &2 &2                                                             f                                    [            [                     
  $If   gd_ K$  kd	% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
&2 &2 &2 '2 '2 	'2 
'2                                     R                                                                                              Q  kdP% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd% $If   K$L$l 0                                     
t                              4   4 
l a   
'2 '2 '2 
'2 '2 '2                                     R            I                                                                     	  $If   gd_ Q  kdj% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd% $If   K$L$l 0                                     
t                              4   4 
l a   '2 '2 8'2 Y'2 Z'2 '2 '2 '2 '2 '2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'2 ('2 2'2 3'2 4'2 6'2 7'2 8'2 Y'2 Z'2 '2 '2 '2 '2 (2 (2 V)2 o)2 )2 )2 )2 )2 )2 )2 )2 
*2 *2 **2 Z*2 `*2 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ '2 '2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '2 '2 '2 (2 (2 )2 )2 )2 )2 )2 Z*2                                                                                     Y                                          kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Z*2 a*2 j*2 k*2 s*2 *2 *2 *2 *2 *2 *2 
+2 '+2 /+2 D+2 Y+2 k+2 +2                                                                                                                                                                                                                      	  $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ `*2 a*2 i*2 k*2 +2 +2 +2 +2 +2 ,2 	,2 
,2 ,2 
,2 ,2 -,2 .,2 x,2 y,2 |,2 ,2 ,2 ,2 z-2 -2 -2 -2 -2 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  +2 +2 +2 +2 +2 +2 +2                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdQ% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +2 +2 ,2 .,2 S,2 f,2 y,2 z,2 {,2 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {,2 |,2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |,2 ,2 ,2 -2 -2 -2 -2 -2 -2 -2 -2                                                             f                                    [            [                     
  $If   gd_ K$  kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
-2 -2 -2 -2 -2 -2 -2 -2 -2  .2 w/2 y/2 z/2 {/2 /2 /2 /2 /2 /2 /2 /2 /2 /2 /2 02 02 
02 02 02 G12 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 -2  .2 .2 .2 2.2 D.2 ^.2 x.2 .2 .2 .2 .2 .2 .2  /2 /2 4/2 D/2                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   D/2 ^/2 x/2 y/2 z/2                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd=% $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z/2 {/2 /2 /2 /2 /2 /2 02 02 	02 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		02 
02                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
02 02 02 02 02 F12 12 12 12 12 12 K22                                                                                                 f                                                   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  G12 12 12 12 12 12 12 J22 K22 L22 d22 n22 o22 p22 r22 s22 t22 22 22 22 22 22 22 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ K22 L22 t22 22 22 22 22 22 22 22 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	22 22                                        kdQ% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               22 22 32 32 42 U42 42 42 42 42 52                                                                                                 Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
22 32 32 42 42 U42 42 42 42 42 52 52 Y52 Z52 [52 s52 }52 ~52 52 52 52 52 52 52 52 52 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  52 Z52 [52 52 52 52 52 52 52 52 52 52             s                                                                                                                                                                 kd_% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  52 52                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               52 62 62 62 A72 72 )82 *82 +82 <82 82                                                                                     Y                                          kdm% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
52 62 62 72 '82 )82 *82 +82 ;82 <82 82 82 82 82 82 82 :2 :2 :2 :2 ,:2 -:2 :2 :2 :2 :2 :2 :2 :2 :2 :2 :2 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 82 82 82 82 82 82 82 82 82 82 92 )92 C92 ]92 e92 z92 92                                                                                                                                                                                                         	  $If   gd_  S  kd'% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  92 92 92 92 92 92 :2 :2 :2                                                                                                                                                                                                                                                 	  $If   gd_  S  kd% $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  :2 :2 -:2 :2 |            s            s                                                                                                                                                                                           	  $If   gd_   kdK% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :2 :2 :2 :2 :2 :2 :2 :2 	;2 
;2 ;2 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd% $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
:2 :2 :2 :2 ;2 	;2 ;2 ;2 ;2 =2 =2 =2 =2 =2 =2 =2 =2 ;>2 >2 >2 >2 >2 >2 >2 >2 @2 @2 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ;2 ;2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;2 ;2 ;2 .<2 j<2 ~<2 =2 =2 =2 =2 =2                                                                                                 f                                                        kd!% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
=2 ;>2 >2 >2 >2 >2 >2 >2 >2 ?2 !?2 ;?2 U?2 f?2 ?2                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ?2 ?2 ?2 ?2 ?2 ?2 ?2 @2 @2 8@2 R@2 c@2 }@2 @2 @2 @2 @2                                                                                                                                                                                                                            S  kdm% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @2 @2 @2 @2 @2 A2 A2 'A2 :A2 MA2 NA2 OA2             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @2 @2 @2 @2 @2 @2 @2 @2 @2 @2 @2  A2 A2 LA2 MA2 PA2 YA2 B2 LB2 MB2 sB2 tB2 'C2 (C2 
D2 "D2 D2 D2 E2 E2 E2 E2 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ OA2 PA2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PA2 YA2 B2 tB2 B2 (C2 [C2 C2 $D2 yD2 D2 ~E2 E2 E2 E2 F2 jF2 F2 F2 F2 G2 =G2 iG2 G2 G2                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  E2 E2 F2 F2 F2 G2 G2 G2 G2 G2 G2 G2 G2 G2 H2 %H2 &H2 .H2 0H2 J2 J2 J2 J2 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   G2 G2 G2 H2 &H2 /H2 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /H2 0H2 8H2 MH2 bH2 wH2 H2 H2 H2 H2 H2 I2 I2 -I2 >I2 XI2 `I2 uI2                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0                     x                
t                                4   4 
l a   uI2 I2 I2 I2 I2 I2 I2 J2 *J2 ;J2 UJ2 fJ2 J2 J2 J2                                                                                                                                                                                                                   	  $If   gd_  S  kdY% $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J2 J2 J2 J2 J2 J2 J2 J2 K2 K2 
K2 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd% $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
J2 J2 J2 J2 J2 J2 J2 J2 J2 
K2 K2 K2 K2 K2 L2 L2 M2 4M2 M2 M2 N2 N2 O2 O2 O2 O2 O2 O2 O2 P2 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
K2 K2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K2 K2 K2 L2 7M2 M2 M2 'N2 N2 O2 O2 O2 P2 7P2 VP2 {P2 P2 P2 P2 Q2 Q2                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  P2 /P2 ;P2 NP2 P2 P2 P2 P2 P2 P2 P2 Q2 Q2 Q2 Q2 Q2 #Q2 $Q2 hQ2 nQ2 oQ2 wQ2 yQ2 S2 S2 S2 S2 S2 S2 S2 S2 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q2 Q2 $Q2 hQ2 oQ2 xQ2 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xQ2 yQ2 Q2 Q2 Q2 Q2 Q2 Q2 Q2 R2 R2 6R2 MR2 ^R2 tR2 R2 R2 R2                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0                                     
t                                4   4 
l a   R2 R2 R2 R2 R2 R2 S2 S2 2S2 CS2 ZS2 qS2 S2 S2 S2 S2 S2                                                                                                                                                                                                                            S  kdS% $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S2 S2 S2 S2 S2 S2 T2 %T2 8T2 KT2 MT2 NT2             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S2 S2 S2 S2 S2 JT2 KT2 OT2 XT2 jU2 U2 2V2 dV2 W2 eW2 W2 W2 W2 SY2 Y2 :Z2 OZ2  [2 [2 -\2 \2 (]2 =]2 ^2 i_2 |_2 _2 _2 _2 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !NT2 OT2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OT2 XT2 jU2 2V2 W2 W2  X2 :X2 X2 X2 Y2 Y2 QY2 Y2 Z2 [2 \2 @]2 A]2 H]2 ^2 ^2                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ^2 %_2 e_2 _2 _2 _2 `2 !`2 @`2 _`2 ``2 q`2                                                                                                             f                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  _2 _2 `2 `2 %`2 8`2 D`2 W`2 ^`2 ``2 p`2 q`2 `2 `2 `2 `2 `2 `2 `2 `2 `2 `2 
b2 b2  b2 !b2 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  q`2 `2 `2 `2 `2 `2 `2 `2             s                                                                                                                                                                                     kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `2 `2                                        kdg% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `2 `2 `2 a2 >a2 `a2 a2 a2 a2 a2 a2 b2  b2                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   b2 !b2 2b2 eb2 b2 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !b2 1b2 2b2 b2 b2 b2 b2 b2 b2 b2 b2 b2 b2 d2 d2 d2 e2 %e2 9e2 ]e2 qe2 e2 e2 e2 f2 h2 h2 h2  i2 [i2 ^i2 i2 i2 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  b2 b2 b2 b2 b2 wd2 yd2 d2 d2 &e2 ^e2 e2 e2 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdu% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e2 If2 Jf2 f2 Cg2 Dg2 h2 h2 h2 h2  i2 ]i2 ^i2 i2 i2 j2 Cj2 j2 j2 .k2 /k2 9k2 Dk2 wk2 k2 k2                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  i2 i2 i2 
j2 j2 Bj2 Vj2 j2 j2 j2 j2 .k2 /k2 Dk2 vk2 wk2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2 k2  l2 l2 l2 l2 Vl2 zm2 {m2 |m2 m2 m2 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (k2 k2                                        kd/% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k2 k2 k2 k2 k2 k2 l2 l2 l2                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  l2 l2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l2 l2 Vl2 yl2 l2 l2 l2 m2 Mm2 {m2 |m2 m2                                                                                                             f                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  m2 m2 m2 m2 m2 m2 m2 m2 n2 n2 n2             s                                                                                                                                                                      kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
m2 m2 m2 m2 m2 m2 m2 m2 m2 m2 m2 m2 m2 n2 n2 n2 n2 Rn2 Sn2 n2 n2 n2 n2 n2 n2 n2 o2 o2 
o2 o2 o2 o2 %o2 &o2 8o2 9o2 ^o2 _o2 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %n2 n2                                        kdK% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n2 n2 /n2 Sn2 n2 n2 n2 n2                                                 f                                                                                                                       kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  n2 n2 o2 o2 &o2 9o2 Lo2 _o2 ao2 bo2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	bo2 co2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _o2 co2 lo2 o2 o2 0p2 1p2 2p2 Bp2 Cp2 Dp2 Ep2 ]p2 gp2 hp2 lp2 mp2 np2 p2 p2 p2 p2 p2 p2 p2 p2 p2 p2 mq2 nq2 q2 q2 q2 r2 
r2 r2 r2 r2 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %co2 lo2 o2 o2 1p2 2p2 Cp2 Dp2                                                 f                                                                                                                       kdg% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Dp2 Ep2 mp2 np2 p2 p2 p2 p2 p2 p2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p2 p2                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p2 p2 p2 nq2 q2 q2 
r2 r2                                                 f                                                                                                                       kd/% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r2 r2 r2 Ar2 r2 r2 r2 r2 's2 t2  t2 Tt2 t2 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r2  r2 Ar2 r2 r2 r2 r2 s2 s2 's2 s2  t2 Tt2 gt2 t2 t2 t2 t2 u2 u2 u2 *u2 +u2 Iu2 Ju2 ]u2 u2 u2 u2 u2 u2 v2 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  t2 t2 u2 Ju2 u2 u2 v2 Yv2 v2 v2 v2 v2 	w2 w2 Gw2 Qw2 [w2                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v2 %v2 Xv2 lv2 v2 v2 v2 v2 v2 w2 Fw2 Gw2 Qw2 [w2 \w2 tw2 ~w2 w2 w2 w2 w2 w2 w2 w2 w2 w2 w2 w2 x2 x2 x2 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\[w2 \w2                                        kd% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \w2 w2 w2 w2 w2 w2 w2 w2 w2                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  w2 w2                                        kd% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w2 x2 tx2 x2 x2 x2 x2 &y2 hy2 iy2 zy2 y2                                                                                                 f                                                   kdK & $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  x2 tx2 x2 x2 
y2 y2 &y2 -y2 3y2 gy2 hy2 iy2 yy2 zy2 }y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 y2 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ y2 y2 y2 y2 y2 y2 y2 y2                                                             R            I                                   	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ y2 y2 z2 	z2 z2 /z2 Bz2 Uz2 Wz2 Xz2 nz2 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y2 y2 z2 z2 z2 z2 	z2 z2 z2 .z2 /z2 Tz2 Uz2 oz2 xz2 yz2 z2 z2 {2 {2 {2 {2 {2 {2 )|2 2|2 9|2 ?|2 P|2 Q|2 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ nz2 oz2                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               oz2 xz2 z2 {2 3{2 P{2 i{2 |{2 {2 {2 {2 {2 |2 2|2 Q|2 R|2                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Q|2 R|2 S|2 c|2 d|2 g|2 m|2 |2 |2 |2 |2 |2 |2 |2 |2 |2 |2 |2 |2 |2 
}2 }2 }2 }2 }2 }2 -}2 .}2 @}2 A}2 f}2 g}2 k}2 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  R|2 S|2 d|2 |2 |2 |2 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd-& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |2 |2 |2 |2 |2 |2                                     R            I                                                                     	  $If   gd_ Q  kdt& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   |2 |2 }2 }2 .}2 A}2 T}2 g}2 i}2 j}2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j}2 k}2                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               k}2 t}2 }2 ~2 E~2 W~2 ~2 ~2 ~2 ~2 )2 -2 .2 /2                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
k}2 t}2 u}2 }2 }2 ~2 ~2 ~2 ~2 ~2 ~2 ~2 ~2 ~2 ~2 ~2 (2 )2 ,2 -2 .2 /2 02 @2 A2 D2 Y2 b2 l2 m2 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 /2 02 A2 n2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m2 n2 o2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 _2 `2 2 2 T2 2 ʁ2 ˁ2 2 2 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    n2 o2 2 2 2 2 2 2 2 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                        kd	& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2 2 `2 2 2 B2 s2 2 2 ˁ2 2 2 W2 X2                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2 2 2 2 2 2 "2 V2 W2 X2 Y2 i2 j2 m2 2 2 2 2 2 2 2 2 2 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  X2 Y2 j2 2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd
& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 2 2 2 2 2 2  2 2 Ǆ2 Ȅ2 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2 ΂2 ҂2 2 2 2 2 2  2 2 Ȅ2 Ԅ2 ؄2 2 w2 2 82 92 E2 I2 r2 Ն2 2 2 2 =2 2 =2 I2 M2 z2 +2 ,2 f2 g2 s2 w2 2 ؋2  2 2 2 2 G2 2 2 2 2 O2 2 2 !2 y2 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Ȅ2 2 w2 2 2 82 92 r2 Ն2 2 2 =2 2 <2 =2 z2 ,2 f2 g2 2 N2 O2 2 2 2 ŋ2 ؋2  2 2 G2                                                                                                                                                                                                                                                                                                                                                                   gd_  G2 2 2 2 O2 2 2 !2 y2 2 2 Q2 R2 ]2 i2 x2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  y2 2 2 P2 Q2 ]2 s2 w2 2 2 2 2 2 2 2 2 2 02 g2 ȑ2 2 E2 {2 |2 ؒ2 2 2 (2 _2 `2 2 2 2 œ2 2 2 2 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $2 2 2 2 2 2 2 2 2 M            H            H            H            H            H            H            H                   gd_   kdK& $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   2 2 2 Ð2 Ӑ2 Ԑ2 2 2                                                 _            V            V                                                             	 $If   gd_    kd& $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  2 2 2 2                                                                                                                                                                                                                                                          	 $If   gd_  o  kd
& $$If   l       0   T# T                 .                
t  0                                                              4 
l al  2 2 2 2 2 2 2 *2                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd[& $$If   l       0   T# T                 .                
t  0                                                              4 
l al  *2 +2 02 g2 l2 2            )            )            )                      	 $If   gd_    kd& $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     l2 2 Ñ2 ȑ2 2 2 ?2             [                                                                                                                                           kd%& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ?2 @2 E2 |2 2 Ғ2 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ғ2 Ӓ2 ؒ2 2 2 "2 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  "2 #2 (2 `2 e2 2 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  2 2 2 2 œ2 2 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdI& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  2 2 2 2 F2 K2 W2 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W2 X2 [2 e2 n            e            e                                                                                                                                                               	 $If   gd_    kd& $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           e2 f2 i2 r2                                                                                                                                                                                                                                                	 $If   gd_  t  kd& $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  r2 s2 t2 2 2 2 2 2 2                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdM& $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2 2                                             kd& $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          2 2 2 Ô2 ʔ2 ˔2 ̔2 ͔2                                                             A                                  kdC& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ͔2 Δ2 ϔ2 Д2 є2 Ҕ2 Ӕ2 Ԕ2                                                 A                                              kd"& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Ԕ2 Ք2 ֔2 ה2 ؔ2 ٔ2 2                                     A            <            7                  gd_    gd_    kd& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  2 2 2 2 2 Օ2 2 2 2 2                                                                                                                                                                                                                                                   E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	2 2 2 2 2 2 2 2 2 2 2  2 2 2 2 2 2 =2 >2 @2 A2 m2 n2 2 2 2 2 2 2 2 2 Ö2 Ė2 Ж2 і2 2 2 P2 Q2 \2 ]2 m2 n2 춥x                          /j & hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *2 2 2  2 2 	2 2                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd?& $$If   l 0 
" R                                                           4 
l a   2 2 2 2 2 12 =2                                     a                                                                                                                             E  kd\& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd& $$If   l 0 
" R                                                           4 
l a   =2 >2 ?2 @2 A2 S2 m2                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd& $$If   l 0 
" R                                                           4 
l a   m2 n2 y2 2 2 2 2                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy& $$If   l 0 
" R                                                           4 
l a   2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd7& $$If   l 0 
" R                                                           4 
l a   2 2 2 2 2 2 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd& $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   2 Ö2 Ė2 і2 2 2 2 2 2 u2 v2 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdT& $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
n2 r2 s2 h2 i2 t2 u2 2 2 2 2 2 2 2 2 2 2 2 c2 e2 p2 q2 2 2 ̛2 ͛2 2 2 2 2 C2 E2 F2 R2 S2 2 ß2 ϟ2 2 2 )2 I2 n2 w2 ϣ2 У2 ,2 -2 ?2 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jy & hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0v2 2 2 2 2 2 d2 e2 q2 2                                                                                                                                                                                                                                                       S  kd & $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	2 2 ͛2 2 2 2 D2                                     N                                                                                       S  kd"& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdr!& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   D2 E2 F2 S2 2 "2 ޝ2 ߝ2 ̞2 ͞2 2 ß2 ϟ2 R2 2 2 2 2 T2                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd"& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   T2 U2 2 o2 ϣ2 У2 2 ,2 -2 @2 2 2 2 ֦2 2 a2 2 2 2 ҧ2 ӧ2 ܨ2 ݨ2 |2 }2 ۪2 ܪ2 '2                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ?2 @2 2 2 Ȥ2 Ф2 2 2 2 զ2 ֦2 2 2 ڨ2 ݨ2 {2 }2 2 '2 =2 A2 N2 O2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 U2 V2 a2 ۵۵۵ۭۜۋzrgrrr       j$& h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ''2 32 B2 N2 O2 2 2 2                                     j                                                                                                                                           kd(#& $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  2 2 2 C2 H2 2 2 2 2 l2 2 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd#& $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
2 2 Ȯ2 ɮ2 2 j2 k2 2 2 [2 \2 2 2 #2 $2 ڳ2 ۳2 2 2 ô2 Դ2 2 >2 2 2 2 2                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  a2 b2 c2 g2 h2 k2 2 2 Z2 2 u2 ٳ2 2 2 2 2 2 2 2 2 2 2 2 2 ô2 Դ2 U2 ^2 g2 2 2 2 o2 p2 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j$& hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujs$& h_ U !2 p2 t2 u2 2 2 2                                                 e                                                                                                                        F  kd%& $$If   l   l '{6    4   4 
l a] p
        F  kdA%& $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  p2 u2 2 ƹ2 ǹ2 ʹ2 ˹2 ѹ2 ҹ2 2 2 2 2 +2 ,2 G2 H2 d2 e2 2 2 2 2 2 2 Һ2 Ӻ2 2 2 2 2 2 2 2 2 2 2 e2 2 2 2 2 2 |2 2 a2 y2 2 ׿2 2 *2 `2 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 32 2 2 2 2 ƹ2 ǹ2                                                             5            v  kd&& $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd'&& $$If   l   l '{6    4   4 
l a] p
         ǹ2 ȹ2 ɹ2 ʹ2 ˹2 Ϲ2 й2 ѹ2                                     t                                                                                                                                                             v  kd?'& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ѹ2 ҹ2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 
2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 #2 %2 +2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@)& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +2 ,2 ?2 A2 G2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G2 H2 ]2 _2 d2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d2 e2 z2 |2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA+& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 ʺ2 ̺2 Һ2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB-& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Һ2 Ӻ2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2 2 2 2 L2 f2 2 2 2 2 /2                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdC/& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /2 C2 w2 2 þ2 ־2 
2 (2 \2 z2 2 ȿ2 ؿ2 2 +2 _2 `2 a2 b2 2 2 2 2 2 2 2 2 2 92 :2                                                                                                                                                                                                                                                                                                                                                                   gd_  `2 b2 l2 2 2 2 2 2 2 2  2 82 X2 [2 2 2 2 2 *2 U2 2 2 2 2 2 2 2 A2 B2 _2 `2 s2 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  :2 X2 f2 y2 z2 2 2 2 2 2 2 *2 @2 V2 W2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  2 2                                     kd/& $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2 B2 _2 `2 v2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	s2 v2 2 2 2 2 2 2 2 2 j2 l2 |2 }2 2 2 2 2 2 2 2 2 2 2 2 2 #2 $2 %2 &2 K2 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 2 2                                     kdE1& $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2 2 2 2 2 2 72 S2 T2 i2 j2 k2 l2 }2                                                                                                                                     q                            kd2& $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
}2 2 2 2 2 2 2 2 2             q            l                                                                                                                                                       gd_    kdY3& $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2 2                                     kd4& $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               2 2 2 2 
2 2 %2 A2 B2 T2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  2 2 2 $2 z            q            q                                                                                                                                                                                       	  $If   gd_    kdm5& $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       $2 %2 &2 M2 N2 O2 P2 Q2 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd*6& $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       K2 L2 M2 R2 [2 2 2 2 2 2 2 2 D2 E2 J2 S2 2 2 2 2 2  2 R2 T2 d2 e2 2 2 2 2 2 2 42 52 h2 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Q2 R2                                     kd6& $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               R2 [2 z2 {2 2 2 2 2 2 2 2 2 2                                                                                                             q                                                         kd>8& $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2 2 2 E2 F2 G2 H2 I2 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd8& $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       I2 J2                                     kd9& $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               J2 S2 2 2 R2 S2 T2 e2 2                                                             q                                                                                                                             kd;& $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2 2 2 2 2 52 i2 2 2 2 2 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd;& $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
h2 i2 2 2 2 2 2 2 2 2 2 +2 @2 A2 u2 ~2 2 2 2 
2 2 \2 o2 2 2 2 2 2 2 2 2 2 2 +2 ;2 <2 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  2 2                                        kd<& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 +2 A2 C2 t2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t2 u2                                        kd=& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u2 ~2 2 2 S2 T2 c2 2 2 2 2 \2 2                                                                                                 s                                                                        kd??& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2 2 2 2 2 2 2 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd?& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2                                        kd@& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 *2 +2 <2 ]2                         s                                                                                                                                                                                   kdB& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  <2 \2 ]2 ^2 _2 `2 b2 2 2 2 2 )2 i2 2 2 2 h2 2 2 2 v2 2 2 32 2 2 2 2 Q2 p2 2 2 r2 2 2 2 2 2 y2 2 2 &2 2 2 2 2 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -]2 ^2 _2 `2 a2 b2 2 /2 02 q2 |2 2 2 2 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdB& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2 2 2 2 +2 B2 o2 p2 2 2 &2 '2 2 2 )2 >2 i2 w2 2                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{C& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9D& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVE& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 #2 (2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (2 )2 42 92             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   92 :2 D2 I2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsF& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I2 J2 K2 h2 v2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1G& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNH& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 
2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdH& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 &2 +2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkI& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +2 ,2 72 <2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <2 =2 G2 L2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)J& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L2 M2 N2 v2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFK& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 "2 22                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcL& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   22 32 >2 C2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C2 D2 N2 S2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!M& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S2 T2 _2 d2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d2 e2 o2 t2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t2 u2 v2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>N& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[O& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 ]2 2 2 2 2                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdP& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxP& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6Q& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 #2 (2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (2 )2 *2 Q2 _2 o2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o2 p2 {2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSR& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpS& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 
2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.T& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2  2 +2 02             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   02 12 ;2 @2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKU& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @2 A2 B2 r2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	V& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhV& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&W& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 $2 )2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )2 *2 42 92             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCX& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   92 :2 E2 J2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J2 K2 U2 Z2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z2 [2 \2 2 2 2 2 2                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd`Y& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 "2 '2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '2 (2 22 72             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   72 82 C2 H2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}Z& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H2 I2 S2 X2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X2 Y2 Z2 y2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;[& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX\& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 %2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %2 &2 12 62             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu]& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   62 72 A2 F2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F2 G2 R2 W2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3^& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W2 X2 b2 g2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g2 h2 i2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP_& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm`& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 
2 *2 O2 r2 s2 2 2 2 2 2 2 2                                                                                                                                                                                        gd_  z  kd`& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 X2 Y2 j2 |2 }2 2 2 2 2 2 2 2 2 2 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  2 2 2 2 2 2 2 2 2 %2                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	%2 &2                                        kd+a& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &2 Y2 }2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2 2                                        kdb& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 '2 (2 v2 2 2 02 @2 Q2 a2 b2 2                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  2 2 2 2 2 2 42 c2 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdc& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 2 2 2 2 b2 c2 d2 2 2 2 2 2 2 D2 F2 V2 W2 
2 2 2 "2 :2 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jd& h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  c2 d2 2 2 2 2 2 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kde& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2                                        kde& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 ^2 2 2 2 2 2 ,2 D2 E2                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  E2 F2 W2 2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd g& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 :2 2 2 2 2 "2 #2 2 2 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdg& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :2 2 2 2 2 !2 "2 #2 A2 2 2 2 2 2 2 (2 Z2 [2 e2 o2 p2 2 2 2 2 2 2 2 2 2 &2 '2 J2 L2 \2 ]2 m2 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $2 2 (2 [2 e2 o2                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  o2 p2                                        kdh& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2 2                                        kdi& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 :2 ;2 J2 [2 2 2 2 2 2 2 2 2 &2 '2 K2                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  K2 L2 ]2 2 2 _2 2 2 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd<k& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m2 n2 2 2 2 2 2 2 2 2 )2 ^2 {2 2 2 2 2 2 2 
2 12 2 2 2 2 2 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jk& h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  2 2 2 2 	2 
2 2 2 2 2 2 2 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd{l& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 2 )2 32 42 Y2 Z2 2 2 2 2 2 2 2 V2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 $2 X2 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !2 2 2 )2 32                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  32 42                                        kd5m& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               42 Z2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2 2                                        kdn& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 "2 #2 r2 s2 2 2 2                                                                                                 Y                              kdo& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
2 2 2 2 2 $2 2 2 2 2 2 2             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdp& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X2 Y2 d2 e2 u2 v2 z2 {2 2 2 2 2 2 2 12 C2 2 $2 Z2 \2 q2 s2 2 2 2 2 2 2 g2 |2 2 "2 2 2  3  3 3 3 E3 l3 3 3 3 3 3 3 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /ju& hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jQq& hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -2 2 2 2 ;2 <2 2 2 02 12 C2 2 2 2 2 &2 s2 2 2 2 2 g2 |2 2 2 2 2                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  2 "2 #2 (2 02 52             f                                                                                                                                                                      kdq& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  52 62 ;2 C2 O2 o            f            f            f                                                                                                                                                	  $If   gd_    kd&r& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at O2 P2 U2 \2 a2 o            f            f            f                                                                                                                                                	  $If   gd_    kdr& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a2 b2 g2 n2 z2 o            f            f            f                                                                                                                                                	  $If   gd_    kds& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z2 {2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd_    kdps& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd_    kds& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd_    kdLt& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd_    kdt& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2  3  3 3 3 p3 q3 .3 /3 3 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd(u& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 3 3 3 3 w
3 
3 3 3 3 3 T3 |3 3 3 3 3 3 3 3 3 3 3 3 3 &3 '3 33 T3 U3 3 3 3 3 3 a3 c3 s3 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %3 3 3 3 3 3 ^3 _3 3 r3 s3 {	3 |	3 	3 W3 X3 3 w
3 
3 3 3 3 3 3 3 3 .3                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  .3 ?3 P3 a3 r3 s3 3 3 3 3 3 3 3 3 3 3 #3 $3 3 3 3 3 3 `3 a3 3 3 3 K3                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  K3 L3 3 3 T3 U3 |3 3 3 3 3 3 3 3 3 3 &3                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  &3 '3                                        kdv& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '3 U3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  3 3                                        kdew& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3 3 .3 l3 3 3 3 3 3 a3 b3                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
b3 c3 t3 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdx& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s3 t3 3 3 3 3 3 3 3 3 3 "3 #3 -3 73 83 D3 e3 f3 3 3 3 3 3 "!3 !3 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 3 3 3 3 3 3 3 3 #3 -3 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdsy& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-3 73                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  73 83                                        kd-z& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               83 f3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  3 3                                        kd{& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3  3 7 3 w 3  3 !!3 !3 !3 !3                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  !3 !3 !3 !3 !3 !3 !3 !3 !3 !3 !3 "3 "3 "3 "3 "3 &"3 G"3 H"3 o"3 p"3 q"3 u"3 ~"3 $3 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    !3 !3 !3 !3 |            s            s                                                                                                                                                                                           	  $If   gd_   kd|& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !3 !3 !3 !3 !3 "3 "3 "3 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd}& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "3 "3                                        kdI~& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "3 H"3 n"3 o"3 p"3 q"3 s"3 t"3                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  t"3 u"3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u"3 ~"3 "3 "3 "3 #3 [#3 #3 $3 n$3 ~$3 $3                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  $3 n$3 ~$3 $3 $3 $3 $3 $3 $3 $3 $3 $3 $3 $3 $3 $3 $3 %3 %3  %3 *%3 +%3 7%3 X%3 Y%3 %3 %3 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    $3 $3 $3 $3 |            s            s                                                                                                                                                                                           	  $If   gd_   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $3 $3 $3 $3 $3 $3 $3 %3  %3 *%3 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*%3 +%3                                        kde& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +%3 Y%3 %3 %3 %3 %3 %3 %3                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  %3 %3 %3 %3 '3 '3 '3 '3 '3 #'3 $'3 %'3 &'3 ;'3 m'3 n'3 x'3 '3 '3 '3 '3 '3 '3 '3 '3 '3 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  %3 %3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %3 %3 %3 %3 &3 0&3 o&3 &3 &3 '3 '3 '3                                                                                                                         f                           kd
& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  '3 '3 $'3 %'3 &'3 0'3 ;'3 n'3 x'3 '3                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdǅ& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	'3 '3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '3 '3 '3 '3 '3 '3 '3                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  '3 '3 '3 '3 u)3 v)3 w)3 )3 )3 )3 )3 )3 )3 )3 )3 )3 )3 )3 *3 6*3 7*3 A*3 K*3 L*3 X*3 t*3 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  '3 '3                                        kdՇ& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '3 '3 )(3 5(3 \(3 (3 (3 (3 (3 -)3 v)3 w)3                                                                                                                         f                           kd)& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  w)3 )3 )3 )3 )3 )3 )3 )3 *3 7*3                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	7*3 A*3 K*3                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  K*3 L*3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L*3 u*3 v*3 w*3 y*3 *3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t*3 u*3 v*3 w*3 *3 *3 +3 +3 +3 ,3 ,3 ,3 ,3 ,3 -3 -3 -3 -3 -3 -3 )-3 --3 M-3 3/3 F/3 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 *3 *3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *3 *3 +3 +3 +3 +3 #,3 ,3 ,3 ,3 -3                                                                                     s                                                                                              kdE& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
-3 -3 -3 -3 -3 -3 M-3 .3 .3 3/3 u/3 /3 /3 +03 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
F/3 u/3 /3 /3 /3 /3 /3 *03 >03 y03 03 03 03 03 13 13 "13 ,13 -13 E13 O13 P13 Q13 T13 U13 t13 u13 13 13 13 13 13 13 13 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !+03 z03 03 03 03 03 13 "13 ,13                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ,13 -13                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -13 U13 u13 13 13 13 13 13 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  13 13                                        kd
& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               13 13 O23 b23 23 23 23 23 23 23 23                                                             f                                    [            [                     
  $If   gd_ K$  kda& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
13 O23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 23 33 33 33 33  33 *33 +33 ,33 .33 /33 033 R33 S33 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 23 23 23 33 33 33                                     R            I                                                                     	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   33 33 033 S33 f33 y33 33 33 33 33 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S33 33 33 33 33 33 )43 *43 +43 ,43 <43 =43 n43 t43 u43 }43 43 43 43 43 43 43 43 43 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 33 33                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               33 33 33 33 *43 +43 ,43 =43 n43 u43 ~43                                                             f                                    [            [                     
  $If   gd_ K$  kdC& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
~43 43 43 43 43 43 43                                     R                                                                                              Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   43 43 43 43 43 43                                     R            I                                                                     	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   43 43 43 43 43 53 053 C53 D53 E53 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	43 43 43 43 43 43 43 43 43 43 B53 C53 F53 O53 @63 A63 63 
73 '73 (73 )73 *73 :73 ;73 <73 73 73 73 73 73 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ E53 F53                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F53 O53 53 .63 A63 '73 (73 )73 *73 ;73 73                                                                                     Y                                          kd?& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
73 73 83 	83 83 &83 ;83 M83 g83 83 83 83 83 83 83 83 	93 #93                                                                                                                                                                                                                      	  $If   gd_  S  kd& $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 73 73 83 	83 93 93 93 93 93 93 93 93 93 93 93 93 93 :3 :3 :3 #:3 /:3 :3 ;3 /;3 0;3 1;3 2;3 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  #93 =93 M93 g93 93 93 93                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd& $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  93 93 93 93 93 :3 :3 :3 :3 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :3 :3                                        kdל& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :3 #:3 :3 :3 0;3 1;3 2;3 C;3 ;3 ;3 ;3                                                             f                                    [            [                     
  $If   gd_ K$  kd+& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
2;3 B;3 C;3 a;3 i;3 ;3 ;3 ;3 ;3 ;3 =3 =3 =3 =3 1=3 ;=3 <=3 ==3 ?=3 @=3 A=3 N=3 X=3 Y=3 =3 =3 =3 =3 7>3 >3 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ;3 ;3 ;3 ;3 ;3 ;3 ;3 <3 &<3 @<3 Z<3 b<3 w<3 <3 <3 <3 <3 <3                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd& $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   <3 <3 =3 =3 =3                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdw& $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =3 =3 A=3 Y=3 l=3 =3 =3 =3 =3 =3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=3 =3                                        kdà& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =3 =3 7>3 T>3 >3 >3 ?3 ?3 ?3 ?3 ?3 ?3                                                                                                 f                                                   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  >3 ?3 ?3 ?3 ?3 ?3 ?3 ?3 ?3 ?3 @3 @3 
@3 @3 @3 @3 @3 *@3 +@3 @3 @3 @3 @3 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ?3 ?3 @3 +@3 P@3 c@3 v@3 @3 @3 @3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdѢ& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@3 @3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @3 @3 ?A3 gA3 A3 A3 B3 B3 B3 B3 B3                                                                                                 Y                              kdߤ& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@3 >A3 @A3 A3 A3 A3 B3 B3 B3 B3 B3 B3 B3 B3 B3 C3 C3 C3 C3 C3  C3 !C3 "C3 C3 C3 C3 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  B3 B3 B3 !C3 "C3 GC3 ZC3 mC3 C3 C3 C3 C3             s                                                                                                                                                                 kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C3 C3                                        kdS& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C3 C3 tD3 D3 D3 (E3 E3 E3 E3 E3 -F3                                                                                     Y                                          kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
C3 C3 sD3 (E3 E3 E3 E3 E3 E3 E3 -F3 .F3 4F3 5F3 =F3 ?F3 G3 G3 G3 G3 G3 G3 H3 H3 H3 7H3 AH3 BH3 CH3 EH3 FH3 GH3 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 -F3 .F3 5F3 >F3 ?F3 GF3 \F3 qF3 F3 F3 F3 F3 F3 F3 G3 G3 -G3                                                                                                                                                                                                         	  $If   gd_  S  kda& $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -G3 ?G3 YG3 sG3 G3 G3 G3 G3 G3                                                                                                                                                                                                                                                 	  $If   gd_  S  kd& $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G3 G3 G3 H3 |            s            s                                                                                                                                                                                           	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H3 H3 GH3 HH3 [H3 nH3 H3 H3 H3 H3 H3 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd?& $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
GH3 HH3 ZH3 [H3 H3 H3 H3 H3 lI3 \K3 ]K3 ^K3 nK3 oK3 {K3 K3 K3 K3 L3 SL3 UL3 [L3 \L3 dL3 fL3 _N3 aN3 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  H3 H3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H3 H3 lI3 I3 J3 J3 J3 \K3 ]K3 ^K3 oK3                                                                                                 f                                                        kd[& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
oK3 K3 UL3 \L3 eL3 fL3 nL3 L3 L3 L3 L3 L3 L3 M3 M3                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd& $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  M3 8M3 IM3 cM3 kM3 M3 M3 M3 M3 M3 M3 N3 N3 5N3 FN3 `N3 aN3                                                                                                                                                                                                                            S  kd& $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  aN3 bN3 cN3 N3 N3 N3 N3 N3 N3 N3 N3 N3             s                                                                                                                                                                 kd9& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  aN3 bN3 cN3 {N3 N3 N3 N3 N3 N3 N3 N3 N3 N3 N3 N3 N3 N3 O3 O3 O3 P3 P3 P3 P3 Q3 Q3 qR3 rR3 [S3 pS3 rS3 sS3 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ N3 N3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N3 N3 O3 P3 sP3 P3 P3 LQ3 Q3 R3 rR3 S3 rS3 sS3 zS3 S3 T3 T3 OT3 {T3 T3 T3 U3 3U3 gU3                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  sS3 zS3 T3 T3 T3 T3 7U3 JU3 NU3 fU3 gU3 hU3 xU3 yU3 U3 U3 U3 U3 U3 X3 X3  X3 !X3 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   gU3 hU3 yU3 U3 U3 U3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdG& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U3 U3 U3 U3  V3 V3 'V3 AV3 [V3 lV3 V3 V3 V3 V3 V3 V3 V3 W3                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd& $If   K$L$l 0                     x                
t                                4   4 
l a   W3 (W3 =W3 OW3 iW3 W3 W3 W3 W3 W3 W3 X3 X3 X3  X3                                                                                                                                                                                                                   	  $If   gd_  S  kd& $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   X3 !X3 IX3 JX3 ]X3 pX3 X3 X3 X3 X3 X3 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd%& $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
!X3 9X3 CX3 DX3 HX3 IX3 JX3 \X3 ]X3 X3 X3 X3 X3 sY3 Y3 lZ3 Z3 Z3 3[3 H[3 $\3 9\3 \3 \3 X]3 m]3 n]3 o]3 v]3 ]3 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ X3 X3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X3 X3 sY3 mZ3 Z3 K[3 X[3 [3 <\3 \3 o]3 v]3 ]3 ]3 ]3 ^3 0^3 O^3 n^3 ^3 ^3                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ]3 ]3 ]3 ]3 4^3 G^3 S^3 f^3 r^3 ^3 ^3 ^3 ^3 ^3 ^3 ^3 ^3 ^3 _3 _3 
_3 _3 _3 ]a3 _a3 `a3 aa3 ya3 a3 a3 a3 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ^3 ^3 ^3 _3 
_3 _3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdA& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _3 _3 _3 1_3 C_3 U_3 g_3 ~_3 _3 _3 _3 _3 _3 _3 `3 #`3 :`3 ;`3                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd& $If   K$L$l 0                                     
t                                4   4 
l a   ;`3 C`3 U`3 g`3 y`3 `3 `3 `3 `3 `3 `3 a3  a3 6a3 Ga3 ^a3 _a3                                                                                                                                                                                                                            S  kd& $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _a3 `a3 aa3 a3 a3 a3 a3 a3 a3 a3 a3 a3             s                                                                                                                                                                 kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a3 a3 a3 a3 a3 a3 a3 a3 a3 c3 :c3 c3 d3 d3 e3 e3 e3 e3 f3 g3 g3 g3 h3 Gi3 i3 oj3 j3 j3 l3 m3 m3 &m3 9m3 m3 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !a3 a3                                        kdٶ& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a3 a3 c3 c3 d3  e3 e3 e3 #f3 Bf3 f3 f3 f3 g3 *h3 Ii3 qj3 j3 j3 j3 l3 l3                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  l3 l3 m3 "m3 Am3 m3 m3 m3 m3 m3 m3 n3                                                                                                             f                                       kd-& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  m3 m3 m3 m3 m3 m3 m3 m3 m3 m3 n3 n3 Rn3 Sn3 Tn3 wn3 xn3 yn3 }n3 ~n3 n3 n3 o3 o3 o3 o3 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  n3 Sn3 Tn3 xn3 yn3 ~n3 n3 n3             s                                                                                                                                                                                     kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n3 n3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n3 n3 n3 n3 n3 n3  o3 !o3 Co3 eo3 o3 o3 o3                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  o3 o3 o3 p3 (p3 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o3 o3 o3 'p3 (p3 )p3 *p3 +p3 7p3 ;p3 ?p3 Fp3 ep3 Kr3 ^r3 r3 r3 r3 r3 r3 s3 Bs3 Vs3 s3 s3 gv3 sv3 wv3 v3 v3 v3 0w3 Cw3 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  (p3 )p3 *p3 +p3 ep3 r3 r3 Kr3 r3 r3 r3 Cs3 s3 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s3 s3 s3 :t3 t3 t3 u3 u3 fv3 gv3 v3 v3 v3 0w3 rw3 w3 w3 (x3 wx3 x3 x3 x3 x3 y3 y3 )y3                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Cw3 rw3 w3 w3 w3 w3 w3 'x3 ;x3 vx3 x3 x3 x3 x3 y3 y3 y3 )y3 *y3 By3 Ly3 My3 Qy3 Ry3 Sy3 ey3 fy3 xy3 yy3 y3 y3 y3 y3 y3 y3 y3 {3 {3 {3 *{3 +{3 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ()y3 *y3                                        kdi& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *y3 Ry3 Sy3 fy3 yy3 y3 y3 y3 y3                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  y3 y3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y3 y3 y3 z3 Nz3 |z3 z3 z3 z3 {3 {3 +{3                                                                                                             f                                       kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  +{3 ,{3 -{3 U{3 V{3 i{3 |{3 {3 {3 {3 {3             s                                                                                                                                                                      kd˿& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
+{3 ,{3 -{3 E{3 O{3 P{3 T{3 U{3 V{3 h{3 i{3 {{3 |{3 {3 {3 {3 {3 {3 {3 s|3 t|3 u|3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 |3 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %{3 {3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {3 {3 {3 {3 t|3 u|3 |3 |3                                                 f                                                                                                                       kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  |3 |3 |3 |3 |3 |3 |3 |3 |3  }3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 }3 }3                                        kdM& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |3 }3 
}3 K}3 L}3 }3 }3 }3 }3 }3 }3 }3 }3 ~3 ~3 
~3 ~3 ~3 ~3 ~3 1~3 2~3 W~3 X~3 \~3 e~3 ~3 ~3 3 3 3 3 3 3 3 3 3 3 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %}3 
}3 (}3 L}3 }3 }3 }3 }3                                                 f                                                                                                                       kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  }3 }3 ~3 ~3 ~3 2~3 E~3 X~3 Z~3 [~3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[~3 \~3                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \~3 e~3 ~3 3 3 3 3 3                                                 f                                                                                                                       kdi& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  3 3 3 3 k3 l3 3 3 ŀ3 3 3 3 43 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd#& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 j3 k3 l3 3 3 3 ŀ3 3 3 3 3 43 G3 j3 ~3 3 3 3 Ȃ3 ɂ3 3 3 3 )3 <3 j3 k3 ~3 3 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  43 k3 3 3 )3 k3 3 3 F3 3 3 3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3 Ã3 3 
3 E3 Y3 3 3 3 3 3 3 3 3 3 3 3 3 !3 "3 #3 +3 H3 Z3 [3 3 3 3 3 3 3 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\3 3                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 "3 #3 H3 [3 n3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  3 3                                        kd1& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 3 C3 U3 3 3 Ć3 3 3 3 E3                                                                                                 f                                                   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  3 3 3 3 3 3 Ć3 ˆ3 ц3 3 3 3 3 3 3 03 93 C3 E3 K3 L3 S3 U3 j3 k3 z3 |3 }3 ~3 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ E3 L3 T3 U3 k3 {3 |3 }3                                                             R            I                                   	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd?& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ }3 ~3 3 3 3 ͇3 3 3 3 3 3 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdY& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
~3 3 3 3 3 3 3 3 3 ̇3 ͇3 3 3 
3 3 3 &3 3 R3 \3 ]3 {3 |3 3 ǉ3 Љ3 ׉3 ݉3 3 3 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 3 
3                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
3 3 3 3 ш3 3 3 3 R3 ]3 |3 3 3 Љ3 3 3                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  3 3 3 3 3 3 3 63 <3 =3 D3 F3 O3 u3 v3 3 3 3 3 3 3 3 3 3 3 3 ˊ3 ̊3 ފ3 ߊ3 3 3 	3 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  3 3 3 63 =3 E3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E3 F3 v3 3 3 3                                     R            I                                                                     	  $If   gd_ Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!& $If   K$L$l 0                                     
t                              4   4 
l a   3 3 3 3 ̊3 ߊ3 3 3 3 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 	3                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               	3 3 3 3 3 3 03 ;3 Z3 3 ǌ3 ˌ3 ̌3 ͌3                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
	3 3 3 "3 3 03 :3 ;3 Y3 Z3 m3 |3 3 3 3 3 ƌ3 ǌ3 ʌ3 ˌ3 ̌3 ͌3 Ό3 ތ3 ߌ3 3 3  3 
3 3 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ͌3 Ό3 ߌ3 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdI& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 
3 %3 /3 03 43 53 63 H3 I3 [3 \3 3 3 3 3 3 3 3 3 3 3 3 ^3 h3 i3 3 3 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    3 
3 53 63 I3 \3 o3 3 3 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 3                                        kd& $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 3 ;3 3 3 3 #3 ^3 i3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
3 3 3 3 3 3 3 3 3 3 3 3 3 3  3 )3 33 43 53 63 73 83 _3 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  3 3 3 53 |            s            s                                                                                                                                                                                           	  $If   gd_   kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       53 63 73 83 _3 `3 3 R3 3 3 3 *3 e3 f3 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_3 l3 p3 3 R3 3 3 3 3 *3 f3 r3 v3 3 3 3 ֓3 ד3 3 3 3 s3 3 3 3 ۔3 3 ۖ3 3 3 3 ɗ3 ʗ3 3 3 3 3 83 v3 3 3 3 3 3 /3 ]3 ^3 3 3 *3 3 3 3 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4f3 3 3 3 3 ֓3 ד3 3 s3 3 3 ۔3 3 ږ3 ۖ3 3 ʗ3 3 3 83 3 3 "3 73 S3 c3 v3 3 3 3                                                                                                                                                                                                                                                                                                                                                                   gd_  3 /3 ^3 3 3 *3 3 3 3 V3 3 3 3 3 3 3 "3 53 93                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  3 3 3 3 3 3 3 3 53 83 93 @3 A3 3 3 3 3 Ξ3 3 f3 3 3 3 3 v3 3 3 Ơ3 3 3 03 ]3 ^3 c3 3 3 >3 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $93 :3 ;3 <3 =3 >3 ?3 @3 A3 M            H            H            H            H            H            H            H                   gd_   kd& $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   A3 U3 \3 a3 q3 r3 3 3                                                 _            V            V                                                             	 $If   gd_    kd#& $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  3 3 3 3                                                                                                                                                                                                                                                          	 $If   gd_  o  kd& $$If   l       0   T# T                 .                
t  0                                                              4 
l al  3 3 3 3 3 3 3 Ȟ3                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd& $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ȟ3 ɞ3 Ξ3 3 
3 2            )            )            )                      	 $If   gd_    kd2& $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     
3 `3 a3 f3 3 3 ݟ3             [                                                                                                                                           kd_& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ݟ3 ޟ3 3 3 3 p3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd(& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p3 q3 v3 3 3 3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 3 Ơ3 3 3 *3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  *3 +3 03 ^3 c3 3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 3 3 3 3 3 3 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdL& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 3 3 3 n            e            e                                                                                                                                                               	 $If   gd_    kd& $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           3 3 3 3                                                                                                                                                                                                                                                	 $If   gd_  t  kd& $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  3 3 3 #3 (3 03 73 >3 J3                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd& $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  J3 K3                                             kd$& $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          K3 V3 Z3 a3 h3 i3 j3 k3                                                             A                                  kd}& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  k3 l3 m3 n3 o3 p3 q3 r3                                                 A                                              kd\& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  r3 s3 t3 u3 v3 w3 3                                     A            <            7                  gd_    gd_    kd;& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  3 ?3 @3 Y3 Z3 s3 3 3 3 3                                                                                                                                                                                                                                                   E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	>3 ?3 @3 F3 G3 Y3 Z3 3 3 3 3 3 3 3 3 3 3 ۣ3 ܣ3 ޣ3 ߣ3 3 3 $3 %3 <3 =3 >3 B3 C3 `3 a3 b3 n3 o3 3 I3 3 3 3 3 3 3 춥x                          /jL& hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *3 3 3 3 3 3 3                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy& $$If   l 0 
" R                                                           4 
l a   3 3 3 3 3 ϣ3 ۣ3                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7& $$If   l 0 
" R                                                           4 
l a   ۣ3 ܣ3 ݣ3 ޣ3 ߣ3 3 3                                     a                                                                                                                             E  kdT& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd& $$If   l 0 
" R                                                           4 
l a   3 3 3 $3 %3 /3 <3                                     a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd& $$If   l 0 
" R                                                           4 
l a   <3 =3 >3 ?3 @3 A3 B3                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdq& $$If   l 0 
" R                                                           4 
l a   B3 C3 P3 Q3 _3 `3 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd& $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   `3 a3 b3 o3 3 H3 I3 ;3 <3 3 3 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd& $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
3 3 3 3 3 3 3 #3 $3 (3 )3 +3 S3 T3 3 3 3 3 3 3 3 3 V3 X3 j3 k3 3 3 3 3 3 3 3 3 3 `3 a3 m3 3 3 ǰ3 3 3 3 m3 n3 ʱ3 ˱3 ݱ3 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j& hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 03 +3 43 T3 3 3 3 3 3 W3                                                                                                                                                                                                                                                       S  kd& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	W3 X3 k3 3 3 3 3                                     N                                                                                       S  kd>& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   3 3 3 3 )3 3 |3 }3 j3 k3 `3 a3 m3 3 K3 3 "3 3 3                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   3 3 3 
3 m3 n3 3 ʱ3 ˱3 ޱ3 D3 E3 V3 t3 3 3 !3 :3 V3 p3 q3 z3 {3 3 3 y3 z3 Ÿ3                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ݱ3 ޱ3 U3 V3 f3 n3 C3 E3 V3 s3 t3 3 [3 x3 {3 3 3 :3 Ÿ3 ۸3 ߸3 3 3 =3 >3 S3 T3 3 3 3 3 3 3 3 3 3 3 3 3 3 ۵۵۵ۭۜۋzrgrrr       jF& h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Ÿ3 Ѹ3 3 3 3 >3 T3 3                                     j                                                                                                                                           kdb& $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  3 3 3 3 3 %3 3 3 3 
3 G3 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd& $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
G3 3 f3 g3 3 3 	3 T3 U3 3 3 R3 S3 3 3 x3 y3 F3 G3 a3 r3 "3 3 #3 $3 3 3                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  3  3 3 3 3 	3 T3 U3 3 Q3 3 w3 !3 "3 -3 .3 >3 ?3 C3 D3 E3 F3 G3 P3 a3 r3 3 3 3 %3 #3 3 
3 3 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j& hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj& h_ U !3 3 3 3 )3 *3 >3                                                 e                                                                                                                        F  kd& $$If   l   l '{6    4   4 
l a] p
        F  kd{& $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  3 3 @3 d3 e3 h3 i3 o3 p3 3 3 3 3 3 3 3 3 3 3 3  3 A3 B3 Y3 Z3 p3 q3 3 3 3 3 3 3 3 3 3 3 3 83 Q3 3 3 3 3 ,3 3 3 L3 u3 3 3 3 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3>3 ?3 @3 I3 W3 d3 e3                                                             5            v  kd& $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kda& $$If   l   l '{6    4   4 
l a] p
         e3 f3 g3 h3 i3 m3 n3 o3                                     t                                                                                                                                                             v  kdy& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  o3 p3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3  3 :3 <3 A3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A3 B3 Q3 S3 Y3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y3 Z3 h3 j3 p3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p3 q3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 3 3 3 3 3 3 3 83 R3 3 3 3                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd}& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 3 3 -3 a3 t3 3 3 3 3 L3 f3 v3 3 3 3 3 3  3 "3 +3 ,3 B3 h3 w3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                   gd_  3  3 
3  3 !3 "3 B3 X3 w3 3 3 3 3 3 63 W3 h3 3 3 3 \3 q3 3 3 3 3 3 3 3 3 3 3 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  3 3 3 3 3 63 f3 g3 h3 3 3 3 3 3 3 [3 \3 f3 q3 3 3 3                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3 3                                     kd(& $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3 3 3 3 3 *3 @3 V3 X3 o3                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	3 3 )3 *3 ?3 @3 U3 V3 p3 y3 3 
3 3 3 :3 ;3 <3 =3 c3 d3 i3 r3 3 3 3 3 3 3 3 3 3 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ o3 p3                                     kd& $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p3 y3 3 3 3 3 3 3 3 3 3 	3 
3 3                                                                                                                                     q                            kd& $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
3 ;3 <3 =3 d3 e3 f3 g3 h3             q            l                                                                                                                                                       gd_    kd& $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  h3 i3                                     kdP& $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               i3 r3 3 3 3 3 3 3 3 3 3 63 K3 `3 z3 {3 3                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  3 3 3 3 z            q            q                                                                                                                                                                                       	  $If   gd_    kd ' $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       3 3 3 3 3 3 3 3 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdd' $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 ?3 K3 g3 s3 3 3 3 3 3 3 "3 #3 &3 03 F3 3 3 3 3 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "3 3                                     kd!' $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3 3 3 3 -3 .3 P3 l3 m3 3 3 3 3                                                                                                             q                                                         kdx' $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  3 3 3 3 3 3 3 3 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd5' $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       3 3                                     kd' $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3 3 :3 ;3 3 3 3 3 #3                                                             q                                                                                                                             kdI' $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  #3 $3 %3 &3 F3 3 3 3 3 (3 33 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd' $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
3 3 3 33 e3 f3 p3 z3 {3 3 3 3 3 3 3 3 3 3 3 3 3 3 
3 <3 =3 >3 ]3 ^3 _3 `3 a3 d3 m3 3 3 3 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #33 f3 p3 z3                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  z3 {3                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  3 3                                        kd%	' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3 3 3 3 R3 3 3 3 3 =3                                                                                                 s                                                                        kdy
' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =3 >3 _3 `3 a3 b3 c3 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c3 d3                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d3 m3 3 3 3 3                         s                                                                                                                                                                                   kdA
' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3 3 3 3 3 3  3 "3 -3 3 3 3 3 &3 3 3 3 %3 3 3 3 33 3 3 -3 L3 f3 3 3 3 ~3 3 3 /3 3 3 3 3 3 63 3 3 "3 A3 v3 w3 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -3 3 3 3 3  3 -3 3 3 3 3 $3 /3 93 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd
' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
93 :3 3 3 3 3 
3 3 I3 ~3 3 3 3 3 3 3 3 3 %3                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  %3 &3 13 63             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   63 73 A3 F3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F3 G3 R3 W3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W3 X3 b3 g3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g3 h3 i3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 3 $3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $3 %3 03 53             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   53 63 @3 E3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E3 F3 Q3 V3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V3 W3 a3 f3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f3 g3 h3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 "3 23                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   23 33 >3 C3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C3 D3 N3 S3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S3 T3 _3 d3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d3 e3 o3 t3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t3 u3 v3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 
3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 -3 ;3 K3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K3 L3 W3 \3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \3 ]3 g3 l3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l3 m3 x3 }3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }3 ~3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 D3 f3 t3 3                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdS' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 3 
3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 )3 .3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .3 /3 :3 ?3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?3 @3 J3 O3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O3 P3 Q3 ~3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& ' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd ' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 3 .3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd ' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .3 /3 :3 ?3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC!' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?3 @3 J3 O3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O3 P3 [3 `3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `3 a3 k3 p3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`"' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p3 q3 r3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}#' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;$' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 f3 g3 3 3 3                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd$' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX%' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 %3 53                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu&' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   53 63 A3 F3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F3 G3 Q3 V3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3'' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V3 W3 b3 g3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g3 h3 r3 w3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w3 x3 y3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP(' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm)' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3  3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 "3 03 @3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+*' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @3 A3 L3 Q3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q3 R3 \3 a3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a3 b3 m3 r3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH+' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r3 s3 }3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 3 3 3 3 g3 h3 u3 v3 w3 3 3                                                                                                                                                                                        gd_  z  kd,' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w3 3 3 3  3 T3 e3 f3 g3 |3 3 3 3 3 3 3 3 3 3 3 ,3 -3 G3 P3 #3 %3 53 63 F3 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  3  3 T3 f3 g3 q3 |3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	3 3                                        kde,' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 -3 /3 F3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F3 G3                                        kd-' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G3 P3 3 3 3 3 3 s3 3 3 3 3 3  3 $3                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  $3 %3 63 3 3 3 3 3 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
/' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F3 G3 a3 b3 c3 v3 w3 3  3 3 3 '3 (3 W3 X3 [3 d3 3 3 3 3 3 3 3 3 3 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j/' h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  3 3 (3 W3 X3 Y3 Z3 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdL0' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z3 [3                                        kd1' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [3 d3 3 3 3 [3 f3 3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  3 3 3 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ2' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 3 3 g3 h3 3 3 3 3 3 3 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd3' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 g3 h3 3 3 3 3 3 3 %3 :3 p3 3 3 3 3 3 3 3 
3 3 33 43 c3 3 3 3 3 I3 L3 3 3 3 3 3 3 3 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $3 3 3 3 3 
3                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  
3 3                                        kd3' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 43 c3 u3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  3 3                                        kd"5' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3 3 3 13 23 3 3 >3 _3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  3 3 3 L3 3 3 ;3 ~3 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdv6' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 &3 '3 (3 ;3 <3 K3 l3 3 3 3 3 :3 \3 }3 ~3 3 3 3 3 .3 `3 a3 b3 s3 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j07' h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ~3 3 3 3 3 3 -3 .3 b3 t3 u3 3 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd7' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s3 u3 3 3 3 3 3 3 3 3  3 13 23 53 >3 3 3 3 3 (3 )3 13 33 C3 D3 3 3 3 3 3 3 3 3 3 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  3 3                                        kdo8' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3  3 23 33 43                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  43 53                                        kd9' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               53 >3 3 3 3 3 3 3 23 33 D3                                                                                                 Y                              kd;' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
D3 3 3 3 3 3 X3 |3 3 3 I4 V4             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd;' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3 3 3 3 3 3 3 3 X3 |3 I4 V4 4 4 4 4 	4 	4 	4 	4 
4 
4 
4 
4 
4 
4 4  4 4 4 4 4 
4 
4 $4 (4 X4 y4 4 
4 q4 r4 4 4 4 4 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j@' hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j<' hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -V4 4 4 4 4 4 4 4 4 4 4 G4 H4 	4 	4 	4 
4 
4 
4 4  4 4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  4 4 4 4 4 4             f                                                                                                                                                                      kd<' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  4 4 4 4 4 o            f            f            f                                                                                                                                                	  $If   gd_    kd`=' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4 4 4 4 4 o            f            f            f                                                                                                                                                	  $If   gd_    kd=' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4  
4 
4 
4 
4 o            f            f            f                                                                                                                                                	  $If   gd_    kd<>' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
4 
4 !
4 )
4 .
4 o            f            f            f                                                                                                                                                	  $If   gd_    kd>' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at .
4 /
4 7
4 ?
4 K
4 o            f            f            f                                                                                                                                                	  $If   gd_    kd?' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K
4 L
4 T
4 [
4 `
4 o            f            f            f                                                                                                                                                	  $If   gd_    kd?' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `
4 a
4 i
4 p
4 |
4 o            f            f            f                                                                                                                                                	  $If   gd_    kd?' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |
4 }
4 ~
4 
4  4 !4 x4 y4 4 4 4 4 &4 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdb@' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4 4 4 &4 24 4 4 f4 q4 h$4 y$4 &4 '4 *(4 6(4 7(4 C(4 G(4 c(4 g)4 h)4 })4 )4 )4 )4 )4 )4 )4 )4 )4 $*4 %*4 &*4 **4 3*4 +4 ,4 ,4 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %&4 24 4 4 e4 f4 4 4 O4 4 4 4 4 k4 4 4 4 4 4 e4 f4 4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  4 4 4 4 4 4 $4 74 N4 e4 f4 q4 4 4 ? 4 @ 4  4  4 #4 #4 h$4 y$4 $4 $4 $4 ^%4 %4 %4 %4                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  %4 %4 3&4 &4 &4 &4 '4 *(4 7(4 c(4 g)4 h)4 r)4 })4 )4 )4 )4                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  )4 )4                                        kdKA' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )4 )4 %*4 &*4 (*4 )*4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  )*4 **4                                        kdB' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               **4 3*4 r*4 ~*4 *4 *4 
+4 2+4 =+4 v+4 +4 +4 +4  ,4                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
 ,4 ,4 ,4 I,4 |            s            s                                                                                                                                                                                           	  $If   gd_   kdC' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,4 ,4 H,4 I,4 J,4 L,4 X,4 \,4 x,4 y,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 -4 -4 )-4 *-4 +-4 /-4 8-4 .4 (/4 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 I,4 J,4 K,4 L,4 x,4 y,4 ,4 ,4 ,4 ,4 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdD' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	,4 ,4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ,4 ,4                                        kdgE' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,4 -4 )-4 *-4 +-4 --4 .-4                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  .-4 /-4                                        kdF' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /-4 8-4 w-4 -4 -4 -4 .4 9.4 .4 (/4 8/4 9/4                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  (/4 8/4 :/4 J/4 K/4 Q/4 X/4 Y/4 Z/4 [/4 p/4 /4 /4 /4 /4 /4 /4 /4 /4 
04 04 04 04 04 14 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    9/4 :/4 K/4 Y/4 |            s            s                                                                                                                                                                                           	  $If   gd_   kdH' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y/4 Z/4 [/4 e/4 p/4 /4 /4 /4 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdH' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /4 /4                                        kdI' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /4 /4 04 
04 04 04 04 04                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  04 04                                        kdJ' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               04 04 [04 g04 04 04 04 14 14 24 24 24                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  14 24 24 24 .24 /24 524 <24 =24 >24 ?24 @24 L24 P24 k24 l24 24 24 24 24 24 24 24 24 24 34  34 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    24 24 /24 =24 |            s            s                                                                                                                                                                                           	  $If   gd_   kd+L' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =24 >24 ?24 @24 l24 v24 24 24 24 24 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdL' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	24 24                                        kdM' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               24 24 34 34  34 !34 #34 $34                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   34 !34 %34 .34 44 44 44 44 44 44 44 44 44 44 54 54 54  54 !54 -54 N54 O54 Y54 x54 y54 z54 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  $34 %34                                        kdN' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %34 .34 m34 y34 34 34 
44 -44 e44 44 44 44                                                                                                                         f                           kdGP' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  44 44 44 44 44 44 44 54 54  54                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdQ' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 54 !54                                        kdQ' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !54 O54 y54 z54 {54 }54 ~54                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z54 {54 54 54 74 74 74 %74 &74 ,74 374 474 574 674 p74 74 74 74 74 74 74 74 74 74 74 84 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ~54 54                                        kdS' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               54 54 54 54 54 (64 H64 w64 64 64 74 74                                                                                                                         f                           kdcT' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  74 &74 474 574 674 p74 74 74 74 74                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdU' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	74 74 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  74 74                                        kdU' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               74 84 84 84 84 .84                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  84 84 84 84 /84 884 994 :94 ;94 q:4 r:4 s:4 :4 :4 :4 :4 :4 :4 :4 :4 :4 :4 :4 <4 <4 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 .84 /84                                        kd+W' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /84 884 :94 ;94 L94 94 94 r:4 s:4 :4 :4                                                                                     s                                                                                              kdX' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
:4 :4 :4 :4 :4 :4 :4 <4 <4 <4 =4 J=4 =4 =4 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd9Y' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
<4 =4 &=4 I=4 ]=4 =4 =4 =4 =4 >4 +>4 m>4 n>4 >4 >4 >4 >4 >4 >4 >4 >4 >4 >4 >4 >4 ?4 ?4 %?4 &?4 ^?4 _?4 y?4 ?4 ?4 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !=4 >4 m>4 n>4 x>4 >4 >4 >4 >4                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  >4 >4                                        kdY' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >4 >4 ?4 &?4 9?4 L?4 _?4 a?4 x?4                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  x?4 y?4                                        kdG[' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y?4 ?4 ?4  @4 -@4 .@4 /@4 @@4 m@4 t@4 |@4                                                             f                                    [            [                     
  $If   gd_ K$  kd\' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
?4 ?4 -@4 .@4 /@4 ?@4 @@4 C@4 X@4 a@4 k@4 m@4 s@4 t@4 {@4 }@4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 @4 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ |@4 }@4 @4 @4 @4 @4                                     R            I                                                                     	  $If   gd_ Q  kd]' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU]' $If   K$L$l 0                                     
t                              4   4 
l a   @4 @4 @4 @4 A4 A4 *A4 =A4 >A4 ?A4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo^' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@4 <A4 =A4 @A4 IA4 lA4 A4 A4 A4 A4 A4 A4 B4 B4 B4 B4 B4 2B4 3B4 BB4 DB4 JB4 KB4 LB4 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ?A4 @A4                                        kd)_' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @A4 IA4 lA4 A4 A4 A4 A4 A4 B4 B4 B4                                                             f                                    [            [                     
  $If   gd_ K$  kd}`' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
B4 B4 3B4 CB4 DB4 EB4 FB4                                     R                                                                                              Q  kda' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7a' $If   K$L$l 0                                     
t                              4   4 
l a   FB4 GB4 HB4 IB4 JB4 KB4                                     R            I                                                                     	  $If   gd_ Q  kdb' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQb' $If   K$L$l 0                                     
t                              4   4 
l a   KB4 LB4 tB4 B4 B4 B4 B4 B4 B4 B4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkc' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	LB4 dB4 nB4 oB4 pB4 rB4 sB4 tB4 B4 B4 B4 B4 B4 B4 C4 C4 D4 D4 D4 D4 D4 D4 D4 D4 D4 FE4 OE4 fE4 E4 E4 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ B4 B4                                        kd%d' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B4 B4 *C4 C4 C4 D4 D4 D4 D4 D4 E4                                                                                     Y                                          kdye' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
E4 E4 E4 E4 E4 E4 E4 E4 F4 F4 /F4 IF4 cF4 kF4 F4 F4 F4 F4                                                                                                                                                                                                                      	  $If   gd_  S  kd3f' $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ E4 E4 E4 E4 G4  G4 !G4 "G4 :G4 DG4 EG4 FG4 HG4 IG4 JG4 iG4 jG4 G4 G4 G4 G4 G4 ,H4 H4 H4 H4 H4 H4 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  F4 F4 F4 G4 G4  G4 !G4                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdf' $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !G4 "G4 JG4 jG4 G4 G4 G4 G4 G4 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdWg' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G4 G4                                        kdh' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G4 G4 ,H4 ZH4 H4 H4 H4 H4 +I4 2I4 ;I4                                                             f                                    [            [                     
  $If   gd_ K$  kdei' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
H4 H4 H4 H4 I4 +I4 1I4 2I4 :I4 <I4 J4 J4 J4 J4 J4 J4 J4 J4 J4 J4 J4 J4 J4 J4 BK4 CK4 FK4 OK4 K4 L4 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ;I4 <I4 DI4 YI4 nI4 I4 I4 I4 I4 I4 I4  J4 J4 *J4 <J4 VJ4 pJ4 J4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdj' $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   J4 J4 J4 J4 J4                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdj' $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J4 J4 J4 J4 
K4 K4 0K4 CK4 DK4 EK4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCk' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	EK4 FK4                                        kdk' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FK4 OK4 K4 K4 9L4 L4  M4 !M4 "M4 #M4 4M4 M4                                                                                                 f                                                   kdQm' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  L4 M4 !M4 "M4 #M4 3M4 4M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 M4 &N4 'N4 *N4 3N4 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ M4 M4 M4 M4 M4 N4 N4 'N4 (N4 )N4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdn' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)N4 *N4                                        kdn' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *N4 3N4 N4 O4 HO4 O4 /P4 0P4 1P4 2P4 CP4                                                                                                 Y                              kdp' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
3N4 N4 N4 GO4 HO4 O4 /P4 0P4 1P4 2P4 BP4 CP4 P4 P4 P4 P4 P4 P4 P4 P4 P4 P4 P4 0Q4 1Q4 4Q4 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  CP4 P4 P4 P4 P4 P4 P4 Q4 Q4 1Q4 2Q4 3Q4             s                                                                                                                                                                 kdp' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3Q4 4Q4                                        kdq' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4Q4 =Q4 R4 9R4 }R4 R4 eS4 fS4 gS4 xS4 S4                                                                                     Y                                          kdr' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
4Q4 =Q4 R4 R4 cS4 eS4 fS4 gS4 wS4 xS4 S4 S4 S4 S4 S4 S4 TU4 VU4 WU4 XU4 hU4 iU4 U4 U4 U4 U4 U4 U4 U4 U4 U4 U4 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 S4 S4 S4 S4 S4 S4 S4 T4 !T4 ;T4 UT4 eT4 T4 T4 T4 T4 T4                                                                                                                                                                                                         	  $If   gd_  S  kds' $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T4 T4 T4 U4 !U4 ;U4 UU4 VU4 WU4                                                                                                                                                                                                                                                 	  $If   gd_  S  kd-t' $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  WU4 XU4 iU4 U4 |            s            s                                                                                                                                                                                           	  $If   gd_   kdt' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U4 U4 U4 U4 U4 V4 V4 2V4 EV4 FV4 GV4 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdyu' $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
U4 U4 U4 U4 DV4 EV4 HV4 QV4 
W4 X4 X4 X4 Y4 
Y4 Y4 Y4 3Y4 wY4 Y4 Y4 Y4 Y4 Y4 Z4 Z4 [4 [4 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  GV4 HV4                                        kdAv' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HV4 QV4 
W4 jW4 W4 W4 MX4 X4 X4 X4 
Y4                                                                                                 f                                                        kdw' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  

Y4 wY4 Y4 Y4 Z4 Z4 Z4 !Z4 6Z4 KZ4 ]Z4 wZ4 Z4 Z4 Z4                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdOx' $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Z4 Z4 Z4 [4 	[4 [4 3[4 H[4 Z[4 t[4 [4 [4 [4 [4 [4 [4 [4                                                                                                                                                                                                                            S  kdx' $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [4  \4 \4 )\4 *\4 =\4 P\4 c\4 v\4 \4 \4 \4             s                                                                                                                                                                 kdsy' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [4  \4 \4 \4 #\4 $\4 %\4 '\4 (\4 )\4 *\4 <\4 =\4 \4 \4 \4 \4 Y]4 ]4 ]4 ]4 ]4 c^4 d^4 I_4 ^_4 `4 `4 `4 a4 a4 a4 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ \4 \4                                        kd-z' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \4 \4 Y]4 ]4 ^4 d^4 ^4 ^4 `_4 _4 `4 `4 a4 a4 a4 Wa4 a4 a4 a4 b4 Mb4 yb4 b4 b4 c4                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  a4 a4 b4 0b4 4b4 Lb4 b4 b4 b4 c4 c4 c4 c4 c4 [c4 ac4 bc4 jc4 lc4 e4 e4 e4 e4 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   c4 c4 c4 [c4 bc4 kc4 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kc4 lc4 tc4 c4 c4 c4 c4 c4 c4 
d4 $d4 >d4 Od4 id4 zd4 d4 d4 d4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd;|' $If   K$L$l 0                     x                
t                                4   4 
l a   d4 d4 d4 d4 e4 !e4 2e4 Le4 fe4 we4 e4 e4 e4 e4 e4                                                                                                                                                                                                                   	  $If   gd_  S  kd|' $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e4 e4 e4 e4 e4 f4 !f4 4f4 Gf4 Hf4 If4 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_}' $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e4 e4 e4 e4 e4 e4 e4 e4 e4 Ff4 Gf4 Jf4 Sf4 g4 =g4 
h4 [h4 ph4 h4 h4 i4 i4 >j4 Sj4 j4 k4 k4 
k4 k4 Xk4 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ If4 Jf4                                        kd'~' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jf4 Sf4 g4 h4 sh4 h4 h4 ci4 i4 Vj4 
k4 k4 Tk4 sk4 k4 k4 k4 k4 l4 Ml4 Nl4                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Xk4 kk4 wk4 k4 k4 k4 k4 l4 l4 #l4 +l4 Dl4 Ll4 Ml4 Nl4 Ol4 _l4 `l4 l4 l4 l4 l4 l4 n4 n4 n4 n4 o4 !o4 "o4 &o4 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Nl4 Ol4 `l4 l4 l4 l4 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l4 l4 l4 l4 l4 l4 m4 m4 3m4 Jm4 [m4 rm4 m4 m4 m4 m4 m4 m4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd5' $If   K$L$l 0                                     
t                                4   4 
l a   m4 m4 m4 n4 n4 )n4 @n4 Wn4 nn4 n4 n4 n4 n4 n4 n4 n4 n4                                                                                                                                                                                                                            S  kdǀ' $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  n4 n4 n4 'o4 (o4 ;o4 No4 ao4 to4 o4 o4 o4             s                                                                                                                                                                 kdY' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  &o4 'o4 (o4 :o4 ;o4 o4 o4 o4 o4 p4 p4 nq4 q4 @r4 r4 r4 s4 ;s4 t4 u4 vu4 u4 <v4 v4 iw4 
x4 dx4 yx4 !z4 z4 z4 z4 z4 #{4 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !o4 o4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o4 o4 p4 nq4 @r4 r4 <s4 vs4 s4 s4 =t4 [t4 t4 u4 u4 v4 x4 |x4 }x4 x4  z4 !z4                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  !z4 az4 z4 z4 z4 {4 >{4 ]{4 |{4 {4 {4 {4                                                                                                             f                                       kdg' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  #{4 6{4 B{4 U{4 a{4 t{4 {4 {4 {4 {4 {4 {4 {4 {4 {4 |4 |4 |4 |4 |4  |4 )|4 F}4 [}4 \}4 ]}4 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  {4 {4 {4 |4 |4 |4 |4 |4             s                                                                                                                                                                                     kd!' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |4  |4                                        kdۄ' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                |4 )|4 6|4 X|4 z|4 |4 |4 |4 |4 }4 %}4 G}4 \}4                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  \}4 ]}4 n}4 }4 }4 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd/' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]}4 m}4 n}4 }4 }4 }4 }4 }4 }4 }4 }4 }4 ~4 4 4 +4 >4 a4 u4 4 4 4 4 /4 C4 4 4 4 <4 4 4 ΄4 4 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  }4 }4 }4 }4 ~4 4 4 4 +4 b4 4 4 04 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       04 4 4 ؁4 4 4 ?4 @4 4 4 <4 4 4 ΄4 4 G4 4 ƅ4 4 j4 k4 u4 4 4 4 ǆ4                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  4 4 #4 F4 Z4 ~4 4 Ņ4 م4 4 (4 j4 k4 4 4 4 4 ǆ4 Ȇ4 4 4 4 4 4 4 4 4 4 4 )4 *4 <4 =4 A4 J4 4 4 4 4 Ȉ4 Ɉ4 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ǆ4 Ȇ4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȇ4 4 4 4 4 *4 =4 ?4 @4                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @4 A4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A4 J4 4 4 4 4 84 R4 4 4 4 Ɉ4                                                                                                             f                                       kdK' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ɉ4 ʈ4 ˈ4 4 4 4 4 -4 @4 B4 C4             s                                                                                                                                                                      kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Ɉ4 ʈ4 ˈ4 4 4 4 4 4 4 4 4 4 4 ?4 @4 D4 M4 4 4 4 4 4 #4 $4 %4 &4 >4 H4 I4 M4 N4 O4 a4 b4 t4 u4 4 4 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %C4 D4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D4 M4 k4 4 4 4 $4 %4                                                 f                                                                                                                       kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  %4 &4 N4 O4 b4 u4 4 4 4 4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd͍' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 4 4 4 l4 m4 n4 ~4 4 4 4 4 4 4 4 4 4 4 4 ϋ4 Ћ4 4 4 4 4 &4 '4 4 4 64 74 84 H4 I4 J4 K4 X4 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %4 4 Ɗ4 4 m4 n4 4 4                                                 f                                                                                                                       kdۏ' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  4 4 4 4 4 Ћ4 4 4 4 4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 4                                        kdO' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 '4 4 74 84 I4 J4                                                 f                                                                                                                       kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  J4 K4 L4 }4 	4 
4 14 24 c4 [4 \4 4 ҏ4 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd]' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X4 \4 }4 4 	4 
4 14 >4 B4 c4 4 \4 4 4 ҏ4 4 4 4 @4 A4 T4 f4 g4 4 4 4 ǐ4 ڐ4 4 	4 4 M4 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ҏ4 	4 A4 4 ǐ4 	4 N4 4 4 94 :4 ;4 E4 P4 4 4 4                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M4 a4 4 4 4 4 84 :4 ;4 P4 4 4 4 4 4 4 4 4 4 4 4 ɒ4 4 4 4 4 4 84 A4 B4 Q4 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\4 4                                        kd' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4 4 4 4 4 4 4 !4 74                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  74 84                                        kdk' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               84 A4 4 4 4 +4 64 b4 4 4 4 4                                                                                                 f                                                   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Q4 4 +4 64 I4 Y4 b4 i4 o4 4 4 4 4 4 4 Δ4 ה4 4 4 4 4 4 4 4 	4 4 4 4 4 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 4 4 4 4 	4 4 4 4                                                             R            I                                   	  $If   gd_ Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdy' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 4 4 D4 E4 X4 k4 ~4 4 4 4 4 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4 44 >4 ?4 C4 D4 E4 W4 X4 j4 k4 4 4 4 4 4 ĕ4 "4 4 4 4 4 4 54 e4 n4 u4 {4 4 4 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 4 4                                        kdM' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4 4 #4 >4 o4 4 4 4 4 4 4 64 H4 n4 4 4                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  4 4 4 4 4 4 4 ԗ4 ڗ4 ۗ4 4 4 4 4 4 )4 *4 ,4 -4 .4 F4 P4 Q4 U4 V4 W4 i4 j4 |4 }4 4 4 4 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  4 4 4 ԗ4 ۗ4 4 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4 4 +4 ,4 -4                                     R            I                                                                     	  $If   gd_ Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd[' $If   K$L$l 0                                     
t                              4   4 
l a   -4 .4 V4 W4 j4 }4 4 4 4 4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 4                                        kd/' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4 4 4 G4 4 4 Ι4 ٙ4 4 #4 e4 i4 j4 k4                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
4 4 4 4 4 Ι4 ؙ4 ٙ4 4 4 4 4 "4 #4 *4 04 d4 e4 h4 i4 j4 k4 l4 |4 }4 4 4 4 4 4 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 k4 l4 }4 4 |            s            s                                                                                                                                                                                           	  $If   gd_   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4 4 Ú4 ͚4 Κ4 Қ4 Ӛ4 Ԛ4 4 4 4 4 4  4 $4 -4 .4 =4 4 4 J4 N4 4 4 4 4 %4 &4 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    4 4 Ӛ4 Ԛ4 4 4 
4  4 "4 #4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#4 $4                                        kd' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $4 -4 4 ٛ4 K4 ~4 4 4 4 4 &4 Q4 4 4                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
&4 94 H4 P4 Q4 X4 ^4 4 4 4 4 4 4 4 4 ǝ4 ѝ4 ҝ4 ӝ4 ԝ4 ՝4 ֝4 4 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  4 4 4 ӝ4 |            s            s                                                                                                                                                                                           	  $If   gd_   kdK' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ӝ4 ԝ4 ՝4 ֝4 4 4 94 4 "4 #4 \4 ȟ4 4 4 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4 
4 4 94 4 "4 /4 34 \4 ȟ4 4 4 4 64 4 4 t4 u4 4 4 4 4 A4 M4 Q4 y4 K4 y4 4 4 4 g4 h4 4 4 4 4 ֥4 4 <4 =4 S4 W4 4 ͨ4 4 4 54 4 ȩ4 !4 ]4 4 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  44 64 4 4 4 t4 u4 4 4 @4 A4 y4 K4 x4 y4 4 h4 4 4 ֥4 4 4 4 զ4 4 4 4 <4 =4 4                                                                                                                                                                                                                                                                                                                                                                   gd_  4 ͨ4 4 54 4 ȩ4 !4 ]4 4 4 +4 4 4 4 4 4 4 ӫ4 ׫4                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  4 +4 /4 4 4 4 4 4 ӫ4 ֫4 ׫4 ޫ4 ߫4 -4 .4 /4 04 l4 4 4 14 4 4 4 4 ?4 @4 d4 4 4 ή4 4 4 4 &4 *4 ܰ4 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $׫4 ث4 ٫4 ګ4 ۫4 ܫ4 ݫ4 ޫ4 ߫4 M            H            H            H            H            H            H            H                   gd_   kd' $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ߫4 4 4 4 4 4 4  4                                                 _            V            V                                                             	 $If   gd_    kd]' $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_   4 !4 -4 .4                                                                                                                                                                                                                                                          	 $If   gd_  o  kd2' $$If   l       0   T# T                 .                
t  0                                                              4 
l al  .4 /4 04 ;4 ?4 R4 Z4 f4                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdϤ' $$If   l       0   T# T                 .                
t  0                                                              4 
l al  f4 g4 l4 4 4 2            )            )            )                      	 $If   gd_    kdl' $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     4 4 4 4 14 64 {4             [                                                                                                                                           kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  {4 |4 4 4 4 4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdb' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4 4 4 @4 D4 ^4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^4 _4 d4 4 4 Ȯ4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ȯ4 ɮ4 ή4 4 4 '4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  '4 (4 )4 34 4 4 4 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4 4 4 4 n            e            e                                                                                                                                                               	 $If   gd_    kdO' $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           4 4 4 4                                                                                                                                                                                                                                                	 $If   gd_  t  kd$' $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  4 4 4 4 Ư4 ί4 կ4 ܯ4 4                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd' $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  4 4                                             kd^' $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          4 4 4 4 4 4 4 	4                                                             A                                  kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  	4 
4 4 4 
4 4 4 4                                                 A                                              kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  4 4 4 4 4 4 *4                                     A            <            7                  gd_    gd_    kdu' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  *4 ݰ4 ް4 4 4 4 "4 #4 74 94                                                                                                                                                                                                                                                   E  kdT' $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ܰ4 ݰ4 ް4 4 4 4 4 "4 #4 94 :4 <4 =4 K4 L4 Y4 Z4 y4 z4 |4 }4 4 4 ±4 ñ4 ڱ4 ۱4 ܱ4 4 4 4 4  4 4 
4 4 4 4 4 4 4 4 4 춥x                          /j' hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *94 :4 ;4 <4 =4 E4 K4                                     a                                                                                                                             E  kd' $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd' $$If   l 0 
" R                                                           4 
l a   K4 L4 U4 Y4 Z4 m4 y4                                     a                                                                                                                             E  kdв' $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdq' $$If   l 0 
" R                                                           4 
l a   y4 z4 {4 |4 }4 4 4                                     a                                                                                                                             E  kd' $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/' $$If   l 0 
" R                                                           4 
l a   4 4 4 ±4 ñ4 ͱ4 ڱ4                                     a                                                                                                                             E  kdL' $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd' $$If   l 0 
" R                                                           4 
l a   ڱ4 ۱4 ܱ4 ݱ4 ޱ4 ߱4 4                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd' $$If   l 0 
" R                                                           4 
l a   4 4 4 4 4 4 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd
' $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   4 4  4 
4 4 4 4 ٳ4 ڳ4 4 4 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdȵ' $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
4 4 4 4 4 4 4 4 µ4 Ƶ4 ǵ4 ɵ4 4 4 J4 K4 W4 X4 4 4 4 4 4 4 4 	4 -4 /4 ?4 @4 4 4 4 4 4 4 4 4 M4 P4 e4 4 4 4 4 4 h4 i4 {4 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j' hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 04 ɵ4 ҵ4 4 K4 X4 4 4 4 4                                                                                                                                                                                                                                                       S  kdT' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	4 4 	4 .4 /4 @4 4                                     N                                                                                       S  kdx' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4 4 4 4 Ƿ4 ^4 4 4 4 	4 4 4 4 4 4 Z4 4 )4 4                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd
' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4 4 P4 4 4 4 J4 h4 i4 |4 4 4 4 4 44 4 4 4 4 4 4 4 4 4 4 4 4 c4                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  {4 |4 4 4 4 4 4 4 4 4 4 44 4 4 4 4 4 4 c4 y4 }4 4 4 4 4 4 4 #4 $4 %4 A4 B4 M4 N4 O4 S4 T4 4 4 4 ۵۵۵ۭۜۋzrgrrr       j' h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'c4 o4 ~4 4 4 4 4 $4                                     j                                                                                                                                           kd' $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  $4 %4 64 4 4 4 !4 "4 >4 4 4 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd' $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
4 ?4 4 4 V4 4 4 4 4 4 4 4 4 _4 `4 4 4 4 4 4 4 4 z4 4 4 @4 A4                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 @4 4 4 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jN' hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj' h_ U !A4 4 4 4 4 4 4                                                 e                                                                                                                        F  kd(' $$If   l   l '{6    4   4 
l a] p
        F  kd' $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  4 4 4 4 4 4 4 
4 4 /4 04 P4 Q4 g4 h4 4 4 4 4 4 4 4 4 4 4 4 4 )4 *4 Q4 R4 S4 T4 U4 34 44 @4 4 4 4 #4 )4 ,4 4 4 4 4 4 4 G4 f4 4 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 34 4 4 4 4 4 4                                                             5            v  kd' $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd' $$If   l   l '{6    4   4 
l a] p
         4 4 4 4 4 4 4 
4                                     t                                                                                                                                                             v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  
4 4 '4 )4 /4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /4 04 I4 K4 P4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P4 Q4 _4 a4 g4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g4 h4 {4 }4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 "4 $4 )4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )4 *4 14 64 Q4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q4 R4 S4 T4 U4 34 44 @4 4 4 4 4 $4 74 k4                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k4 4 4 4 4 4 F4 d4 4 4 4 4 4 H4 g4 4 4 4 4 4 4 4 4 4 4 (4 )4 B4 u4 v4                                                                                                                                                                                                                                                                                                                                                                   gd_  4 4 4 4 4 4 4 4 4 '4 \4 t4 4 4 4 4 4 :4 f4 4 4 4 A4 B4 L4 V4 W4 }4 ~4 4 4 4 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  v4 4 4 4 4 4 4 4 4 :4 P4 f4 |4 4 4 4 4 4 4 B4 L4 V4                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  V4 W4                                     kdb' $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W4 ~4 4 4 4 4 4 4 4 
4                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 -4 /4 ?4 @4 _4 `4 a4 b4 4 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 
4 4                                     kd' $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4 4 94 :4 N4 O4 s4 4 4 4 4 4 4 4                                                                                                                                     q                            kd' $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
4 4 4 4 4 4 4 4 4             q            l                                                                                                                                                       gd_    kd' $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  4 4                                     kd' $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               4 4 14 24 F4 G4 a4 }4 ~4 4 4 4 4 4 4 4 .4                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  .4 /4 @4 `4 z            q            q                                                                                                                                                                                       	  $If   gd_    kd' $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       `4 a4 b4 4 4 4 4 4 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd' $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       4 4 4 4 4 4 !4 14 24 Q4 R4 T4 4 4 4 4 4 4 4 4 04 <4 4 4 4 4 4 4 4 4 4 .4 p4 q4 4 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "4 4                                     kd[' $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4 4 4 4 4 4 4 
4 4  4 !4 24 R4                                                                                                             q                                                         kd' $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  R4 S4 T4 4 4 4 4 4 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdo' $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       4 4                                     kd,' $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4 4 4 4 4 4 4 4 4                                                             q                                                                                                                             kd' $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  4 4 4 4 4 q4 4 4 4 4 4 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd@' $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
4 4 4 4 4 4 4 4 4 94 :4 g4 |4 }4 4 4 P4 44 64 F4 G4 4 4 4 4 4 4 4 4 4 4 4 4 g4 w4 x4 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  4 4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 :4 g4 }4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4 4                                        kd_' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 R4 S4 4 4 4 4 54 64 G4 4 4                                                                                                 s                                                                        kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  4 4 4 4 4  4 4 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdm' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4                                        kd'' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 f4 g4 x4 4                         s                                                                                                                                                                                   kd{' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  x4 4 4 4 4 4 4 4 4 M4 N4 e4 4 4 %4 D4 4 4 (4 G4 4 4 P4 o4 4 4 4 #4 4 4 4 ;4 4 4 64 U4 44 S4 4 4 C4 b4 4 4 4 4 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -4 4 4 4 4 4 4 k4 l4 4 4 4 4 4 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd5' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4 4 84 O4 g4 ~4 4 4 4 4 b4 c4 M4 N4 e4 z4 4 4 4                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4  4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 %4 34 C4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C4 D4 O4 T4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T4 U4 _4 d4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d4 e4 p4 u4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u4 v4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 (4 64 F4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F4 G4 R4 W4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W4 X4 b4 g4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g4 h4 s4 x4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x4 y4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 
4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 P4 ^4 n4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n4 o4 z4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 
4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 &4 +4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +4 ,4 -4 4 4 4 4 "4                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "4 #4 .4 34             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   34 44 >4 C4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C4 D4 O4 T4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T4 U4 _4 d4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d4 e4 f4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 *4 :4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :4 ;4 F4 K4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K4 L4 V4 [4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [4 \4 g4 l4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l4 m4 w4 |4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |4 }4 ~4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 	4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 64 D4 T4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T4 U4 `4 e4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e4 f4 p4 u4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u4 v4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 44 B4 R4                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R4 S4 ^4 c4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c4 d4 n4 s4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s4 t4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4  4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 C4 Q4 a4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a4 b4 m4 r4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r4 s4 }4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4  4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4  4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    4 !4 "4 F4 f4 4 4 4 4 4 4 4 4 84 4                                                                                                                                                                                        gd_  z  kd@' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 &4 84 S4 4 4 4 4 4 4 L4 M4 W4 a4 b4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  4 4 4 4 4 4 4 M4 W4 a4                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	a4 b4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4 4                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 B4 C4 c4 d4 4 4 G4 l4 |4 4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  4 4 4 %4 >4 W4 p4 4 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdG' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4 4  4 4 4 4 $4 4 4 4 4 4 4 4 4 4 4 4 4 4 I4 J4 M4 ^4 v4 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j' h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  4 4 4 4 4 4 4 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4                                        kd@' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 J4 K4 4 4 4  4 94 S4 h4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  4 4 4 J4 |            s            s                                                                                                                                                                                           	  $If   gd_   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J4 K4 L4 M4 v4  5  5 : 5 L 5 ^ 5 _ 5 N5 O5 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdN' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v4  5  5 9 5 : 5 ] 5 ^ 5 _ 5 } 5  5  5 5 ;5 M5 O5 d5 5 5 5 5 5 5 5 5 $5 %5 (5 15 5 5 b5 c5 5 5 5 5 5 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $O5 Y5 d5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  5 5                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 %5 &5 '5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  '5 (5                                        kd\ ( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (5 15 v5 w5 5 5 5 5 N5 5 5 5 #5 @5 b5 c5 5                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  5 5 5 5 @5 5 5 5 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 5 5 5 5 
5 @5 e5 5 5 5 5 5 5 5 05 F5 m5 5 5 5  5 5 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jj( h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  5 5 5 5 E5 F5 5 5  5 5 5 5 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 (5 Z5 [5 e5 o5 p5 5 5 5 5 5 5 5 G5 U5 5 5 5 5 5 5 5 5 ,	5 -	5 /	5 0	5 B	5 T	5 U	5 `	5 	5 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !5 (5 [5 e5 o5                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  o5 p5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5 5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 =5 >5 ^5 _5 5 5 5 5 5                                                                                                 Y                              kdQ( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
5 -	5 .	5 /	5 0	5 `	5 	5 
5 O5 P5 5 5             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	5 	5 	5 	5 	5 	5 	5 	5 	5 
5 5 5  5 15 m5 5 M5 `5 5 5 5 5 N5 O5 Q5 R5 5 5 5 5 *5 ^5 -5 45 5 5 5 5 5 5 5 5 (5 )5 95 :5 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
( hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j( hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -5 5  5 15 w5 x5 85 95 l5 m5 5 5 5 L5 M5 b5 5 O5 R5 5 5 5 5 )5 *5 95 K5                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  K5 ^5 _5 d5 l5 q5             f                                                                                                                                                                      kd,( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  q5 r5 w5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd	( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kdv	( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd	( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kdR
( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd
( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd.( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 5 5 5 5 5 j5 k5 5 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :5 =5 >5 5 5 (5 (5 ,5 ,5 25 25 45 45 55 55 55 55 55 65 75 75 75 M75 N75 X75 b75 c75 o75 75 75 75 75 75 75 75 95 95 95 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %5 5 L 5 M 5 !5 !5 !5 !5 !5 #5 #5 $5 $5 	%5 &5 &5 .'5 (5 (5 *5 *5 %+5 2+5 ?+5 L+5 Y+5 j+5                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  j+5 {+5 +5 +5 +5 +5 +5 +5 +5 ,5 ,5 ,5 ?-5 @-5 -5 -5 _.5 `.5 215 315 25 25 L25 25 25 25 *35 W35 35                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  35 35 35 !45 45 45 45 55 55 65 75 75 75 75 N75 X75 b75                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  b75 c75                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c75 75 75 75 75 75                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  75 75                                        kd
( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               75 75 85 85 C85 j85 85 85 85 95 95 C95 95 95                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
95 95 95 95 |            s            s                                                                                                                                                                                           	  $If   gd_   kd-( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       95 95 95 95 95 95 95 95 :5 :5 ,:5 ^:5 _:5 i:5 s:5 t:5 :5 :5 :5 :5 :5 :5 :5 :5 ^<5 <5 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 95 95 95 95 :5 :5 !:5 ,:5 _:5 i:5 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i:5 s:5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  s:5 t:5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t:5 :5 :5 :5 :5 :5 :5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  :5 :5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :5 :5 ;5 !;5 H;5 s;5 ;5 ;5 ]<5 <5 <5 <5                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  <5 <5 <5 <5 <5 <5 <5 <5 <5 <5 =5 @=5 A=5 K=5 U=5 V=5 b=5 =5 =5 =5 =5 =5 =5 =5 B?5 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    <5 <5 <5 <5 |            s            s                                                                                                                                                                                           	  $If   gd_   kdI( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <5 <5 <5 =5 =5 A=5 K=5 U=5 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U=5 V=5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V=5 =5 =5 =5 =5 =5 =5 =5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  =5 =5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =5 =5 =5 >5 ,>5 W>5 >5 >5 A?5 ?5 ?5 ?5                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  B?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 ?5 	@5 
@5 @5 Q@5 R@5 \@5 f@5 g@5 s@5 @5 @5 @5 @5 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ?5 ?5 ?5 ?5 |            s            s                                                                                                                                                                                           	  $If   gd_   kde( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?5 ?5 ?5 ?5 
@5 @5 @5 R@5 \@5 f@5 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f@5 g@5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g@5 @5 @5 @5 @5 @5 @5 @5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  @5 @5 @5 @5 ?B5 AB5 QB5 RB5 XB5 _B5 `B5 aB5 bB5 wB5 B5 B5 B5 B5 B5 B5 B5 B5 B5 C5 C5 C5 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @5 @5                                        kd-( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @5 @5 A5 A5 >A5 lA5 A5 A5 B5 ?B5 @B5 AB5                                                                                                                         f                           kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  AB5 RB5 `B5 aB5 bB5 lB5 wB5 B5 B5 B5                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd;( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	B5 B5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B5 B5 C5 C5 C5 C5 C5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  C5 C5 C5 &C5 D5 D5 D5 D5 D5 D5 D5 D5 D5 D5 E5 (E5 *E5 +E5 @E5 rE5 sE5 }E5 E5 E5 E5 E5 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  C5 C5                                        kdI( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C5 &C5 eC5 qC5 C5 C5 C5 D5 2D5 iD5 D5 D5                                                                                                                         f                           kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  D5 D5 D5 D5 D5 E5 +E5 5E5 @E5 sE5                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdW ( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	sE5 }E5 E5                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  E5 E5                                        kd!( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E5 E5 E5 E5 E5 E5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E5 E5 E5 E5 E5 E5 F5 F5 F5 H5 H5 H5 !H5 "H5 TH5 UH5 VH5 WH5 XH5 YH5 eH5 iH5 H5 oJ5 J5 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 E5 E5                                        kde"( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E5 E5 F5 F5 F5 )G5 _G5 H5 H5 "H5 TH5                                                                                     s                                                                                              kd#( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
TH5 UH5 VH5 WH5 XH5 YH5 H5 :J5 ;J5 oJ5 J5 J5  K5 gK5 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kds$( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J5 J5 J5 J5 J5 K5 3K5 fK5 zK5 K5 K5 L5 L5 !L5 SL5 TL5 ^L5 hL5 iL5 L5 L5 L5 L5 L5 L5 L5 L5 L5 L5 L5 L5 M5  M5 ,M5 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !gK5 K5 L5 L5 L5 !L5 TL5 ^L5 hL5                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  hL5 iL5                                        kd-%( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iL5 L5 L5 L5 L5 L5 L5 L5 M5                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  M5 M5                                        kd&( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M5  M5 M5 M5 M5 M5 M5 M5 N5 N5 N5                                                             f                                    [            [                     
  $If   gd_ K$  kd'( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
,M5 M5 M5 M5 M5 M5 M5 M5 M5 M5 	N5 N5 N5 N5 N5 N5 0N5 1N5 @N5 BN5 CN5 DN5 \N5 fN5 gN5 hN5 jN5 kN5 lN5 N5 N5 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ N5 N5 1N5 AN5 BN5 CN5                                     R            I                                                                     	  $If   gd_ Q  kd)( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd(( $If   K$L$l 0                                     
t                              4   4 
l a   CN5 DN5 lN5 N5 N5 N5 N5 N5 N5 N5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N5 N5 N5 N5 N5 
O5 eO5 fO5 gO5 hO5 xO5 yO5 O5 O5 O5 O5 O5 O5 O5 O5 O5 O5 O5 O5 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J N5 N5                                        kdc*( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N5 N5 
O5 8O5 fO5 gO5 hO5 yO5 O5 O5 O5                                                             f                                    [            [                     
  $If   gd_ K$  kd+( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
O5 O5 O5 O5 O5 O5 O5                                     R                                                                                              Q  kd,( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdq,( $If   K$L$l 0                                     
t                              4   4 
l a   O5 O5 O5 O5 O5 O5                                     R            I                                                                     	  $If   gd_ Q  kd.( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-( $If   K$L$l 0                                     
t                              4   4 
l a   O5 O5 P5 3P5 4P5 YP5 lP5 P5 P5 P5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd.( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O5 P5 P5 
P5 P5 P5 P5 P5 3P5 4P5 ~P5 P5 P5 P5 |Q5 }Q5 0R5 IR5 cR5 dR5 eR5 fR5 vR5 wR5 xR5 R5 R5 S5 4S5 :S5 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ P5 P5                                        kd_/( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P5 P5 P5 jQ5 }Q5 cR5 dR5 eR5 fR5 wR5 4S5                                                                                     Y                                          kd0( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
4S5 ;S5 DS5 ES5 MS5 bS5 wS5 S5 S5 S5 S5 S5 T5 	T5 T5 3T5 ET5 _T5                                                                                                                                                                                                                      	  $If   gd_  S  kdm1( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ :S5 ;S5 CS5 ES5 T5 T5 T5 T5 T5 T5 T5 T5 T5 T5 T5 U5 U5 RU5 SU5 VU5 _U5 kU5 U5 TV5 kV5 lV5 mV5 nV5 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  _T5 yT5 T5 T5 T5 T5 T5                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd1( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T5 T5 T5 U5 -U5 @U5 SU5 TU5 UU5 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd2( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UU5 VU5                                        kdK3( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VU5 _U5 U5 U5 lV5 mV5 nV5 V5 V5 V5 V5                                                             f                                    [            [                     
  $If   gd_ K$  kd4( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
nV5 ~V5 V5 V5 V5 V5 V5 V5 V5 V5 QX5 SX5 TX5 UX5 mX5 wX5 xX5 yX5 {X5 |X5 }X5 X5 X5 X5 X5 X5 X5 X5 sY5 !Z5 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 V5 V5 V5 V5 W5 W5 8W5 RW5 bW5 |W5 W5 W5 W5 W5 W5 W5 X5 X5                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdY5( $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   X5 8X5 RX5 SX5 TX5                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd5( $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  TX5 UX5 }X5 X5 X5 X5 X5 X5 X5 X5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}6( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X5 X5                                        kd77( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X5 X5 sY5 Y5 Y5  Z5 Z5 Z5 Z5 Z5 Z5 %[5                                                                                                 f                                                   kd8( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  !Z5 Z5 Z5 Z5 Z5 Z5 Z5 $[5 %[5 &[5 >[5 H[5 I[5 J[5 L[5 M[5 N[5 f[5 g[5 [5 [5 [5 [5 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ %[5 &[5 N[5 g[5 [5 [5 [5 [5 [5 [5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE9( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[5 [5                                        kd9( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [5 [5 {\5 \5 \5 /]5 ]5 ]5 ]5 ]5 ]5                                                                                                 Y                              kdS;( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
[5 z\5 |\5 \5 \5 /]5 ]5 ]5 ]5 ]5 ]5 ]5 3^5 4^5 5^5 M^5 W^5 X^5 Y^5 [^5 \^5 ]^5 ^^5 ^5 ^5 ^5 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ]5 4^5 5^5 ]^5 ^^5 ^5 ^5 ^5 ^5 ^5 ^5 ^5             s                                                                                                                                                                 kd
<( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^5 ^5                                        kd<( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^5 ^5 _5 _5 `5 d`5 a5 a5 a5 a5 ia5                                                                                     Y                                          kd>( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^5 ^5 _5 d`5 a5 a5 a5 a5 a5 a5 ia5 ja5 pa5 qa5 ya5 {a5 b5 b5 b5 b5 c5 c5 Yc5 Zc5 [c5 sc5 }c5 ~c5 c5 c5 c5 c5 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ia5 ja5 qa5 za5 {a5 a5 a5 a5 a5 a5 a5 b5 b5 7b5 ?b5 Tb5 ib5                                                                                                                                                                                                         	  $If   gd_  S  kd>( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ib5 {b5 b5 b5 b5 b5 b5 b5 b5                                                                                                                                                                                                                                                 	  $If   gd_  S  kdg?( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b5 b5 c5 Zc5 |            s            s                                                                                                                                                                                           	  $If   gd_   kd?( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Zc5 [c5 c5 c5 c5 c5 c5 c5 c5 c5 c5 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@( $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c5 c5 c5 c5 c5 c5 c5 c5 d5 f5 f5 f5 f5 f5 f5 f5 f5 g5 [g5 g5 g5 g5 g5 g5 g5 i5 i5 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  c5 c5                                        kd{A( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c5 c5 d5 e5 De5 Xe5 e5 f5 f5 f5 f5                                                                                                 f                                                        kdB( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
f5 g5 g5 g5 g5 g5 g5 g5 g5 g5 g5 h5 /h5 @h5 Zh5                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdC( $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Zh5 th5 h5 h5 h5 h5 h5 h5 h5 i5 ,i5 =i5 Wi5 qi5 i5 i5 i5                                                                                                                                                                                                                            S  kdD( $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i5 i5 i5 i5 i5 i5 i5 j5 j5 'j5 (j5 )j5             s                                                                                                                                                                 kdD( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 i5 &j5 'j5 *j5 3j5 j5 &k5 'k5 Mk5 Nk5 l5 l5 l5 l5 m5 m5 n5 n5 n5 n5 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ )j5 *j5                                        kdgE( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *j5 3j5 j5 Nk5 k5 l5 5l5 l5 l5 Sm5 m5 Xn5 n5 n5 n5 n5 Do5 [o5 o5 o5 o5 p5 Cp5 op5 p5                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  n5 n5 o5 o5 o5 o5 sp5 p5 p5 p5 p5 p5 p5 p5 p5 p5  q5 q5 
q5 Ys5 [s5 \s5 ]s5 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   p5 p5 p5 p5  q5 	q5 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdF( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q5 
q5 q5 'q5 <q5 Qq5 cq5 }q5 q5 q5 q5 q5 q5 r5 r5 2r5 :r5 Or5                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kduG( $If   K$L$l 0                     x                
t                                4   4 
l a   Or5 dr5 yr5 r5 r5 r5 r5 r5 s5 s5 /s5 @s5 Zs5 [s5 \s5                                                                                                                                                                                                                   	  $If   gd_  S  kdH( $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \s5 ]s5 s5 s5 s5 s5 s5 s5 s5 s5 s5 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH( $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
]s5 us5 s5 s5 s5 s5 s5 s5 s5 s5 s5 s5 s5 t5 t5 u5 u5 v5 ov5 v5 `w5 uw5 w5 w5 x5 x5 x5 x5 x5 x5 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s5 s5                                        kdaI( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s5 s5 t5 u5 v5 v5 v5 w5 xw5 w5 x5 x5 x5 y5 0y5 Uy5 ly5 y5 y5 y5 y5                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  x5 	y5 y5 (y5 py5 y5 y5 y5 y5 y5 y5 y5 y5 y5 y5 y5 y5 y5 Bz5 Hz5 Iz5 Qz5 Sz5 |5 |5 |5 |5 |5 |5 |5 |5 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  y5 y5 y5 Bz5 Iz5 Rz5 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdJ( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Rz5 Sz5 [z5 mz5 z5 z5 z5 z5 z5 z5 z5 {5 '{5 8{5 N{5 _{5 v{5 w{5                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdoK( $If   K$L$l 0                                     
t                                4   4 
l a   w{5 {5 {5 {5 {5 {5 {5 {5 |5 |5 4|5 K|5 \|5 r|5 |5 |5 |5                                                                                                                                                                                                                            S  kdL( $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  |5 |5 |5 |5 |5 |5 |5 |5 }5 %}5 '}5 (}5             s                                                                                                                                                                 kdL( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |5 |5 |5 |5 |5 $}5 %}5 )}5 2}5 D~5 v~5 5 >5 5 ?5 [5 5 ـ5 -5 5 5 )5 ڃ5 5 5 5 5 5 5 C5 V5 b5 u5 5 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !(}5 )}5                                        kdMM( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )}5 2}5 D~5 5 5 \5 ڀ5 5 _5 ~5 ہ5 5 +5 5 f5 5 5 5 5 "5 5 5                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  5 5 ?5 ^5 }5 5 ܈5 5 5 95 :5 K5                                                                                                             f                                       kdN( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  5 Ԉ5 5 5 5 5 5 15 85 :5 J5 K5 5 5 5 5 5 5 5 5 5 ǉ5 5 5 5 5 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  K5 5 5 5 5 5 5 5             s                                                                                                                                                                                     kd[O( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5 5                                        kdP( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 ǉ5 ԉ5 5 5 :5 \5 ]5 5 5 Ê5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  5 5 5 ?5 d5 |            s            s            s                                                                                                                                                                          	  $If   gd_   kdiQ( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 c5 d5 e5 f5 g5 s5 w5 {5 5 5 5 5 ɍ5 ܍5 5 5 75 K5 ~5 5 ͎5 5 5 5 5 ڑ5 55 85 l5 5 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  d5 e5 f5 g5 5 Q5 S5 5 ɍ5  5 85 5 Ύ5 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd#R( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ύ5 #5 $5 v5 5 5 ݐ5 ސ5 5 5 ڑ5 75 85 l5 5 5 5 d5 5 5 	5 5 5 Q5 [5 e5                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5 5 5 5 5 5 05 c5 w5 5 Ɠ5 5 	5 5 P5 Q5 [5 e5 f5 ~5 5 5 5 5 5 5 5 5 5 ǔ5 Ȕ5 ڔ5 ۔5 ߔ5 5 05 T5 U5 V5 f5 g5 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (e5 f5                                        kdR( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f5 5 5 5 5 Ȕ5 ۔5 ݔ5 ޔ5                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ޔ5 ߔ5                                        kd1T( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߔ5 5 05 S5 5 5 ֕5 5 '5 U5 V5 g5                                                                                                             f                                       kdU( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  g5 h5 i5 5 5 5 5 ˖5 ޖ5 5 5             s                                                                                                                                                                      kd?V( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
g5 h5 i5 5 5 5 5 5 5 5 5 5 5 ݖ5 ޖ5 5 5 ,5 -5 5 5 5 5 5 ×5 ė5 ܗ5 5 5 5 5 5 5  5 5 5 85 95 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %5 5                                        kdV( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 	5 -5 5 5 5 ×5                                                 f                                                                                                                       kdMX( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ×5 ė5 5 5  5 5 &5 95 ;5 <5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<5 =5                                        kdY( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               95 =5 F5 5 5 
5 5 5 5 5 5 5 75 A5 B5 F5 G5 H5 Z5 [5 m5 n5 5 5 5 5 ę5 ř5 G5 H5 Ԛ5 ՚5 ֚5 5 5 5 5 5 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %=5 F5 d5 5 5 5 5 5                                                 f                                                                                                                       kd[( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  5 5 G5 H5 [5 n5 5 5 5 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kd\( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 ř5 H5 ՚5 ֚5 5 5                                                 f                                                                                                                       kd]( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  5 5 5 5 5 5 ϛ5 Л5 5 5 5 .5 p5 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd^( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 5 5 ϛ5 ܛ5 5 5 [5 5 .5 A5 p5 5 5 5 ޝ5 ߝ5 5 5 5 #5 $5 75 e5 x5 5 5 5 5 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p5 5 ߝ5 $5 e5 5 5 35 5 ן5 ؟5 ٟ5 5 5 !5 +5 55                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5 5 25 F5 5 5 ֟5 ؟5 ٟ5 5  5 !5 +5 55 65 N5 X5 Y5 ]5 ^5 _5 g5 5 5 5 5 5 ֠5 ߠ5 5 5 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\55 65                                        kdQ_( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               65 ^5 _5 5 5 5 5 5 ՠ5                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ՠ5 ֠5                                        kd`( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ֠5 ߠ5 N5 5 5 ɡ5 ԡ5  5 B5 C5 T5 5                                                                                                 f                                                   kda( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  5 N5 ɡ5 ԡ5 5 5  5 5 
5 A5 B5 C5 S5 T5 W5 l5 u5 5 5 5 5 5 5 5 5 5 5 5 5 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5 5 5 5 5 5 5 5                                                             R            I                                   	  $If   gd_ Q  kd@c( $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdb( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 5 5 5 5 5 	5 5 /5 15 25 H5 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5 Ң5 ܢ5 ݢ5 5 5 5 5 5 5 	5 .5 /5 I5 R5 S5 b5 5 5 5 5 5 5 Ӥ5 5 5 5 5 *5 +5 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ H5 I5                                        kdd( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I5 R5 5 ܣ5 
5 *5 C5 V5 5 5 5 Ԥ5 5 5 +5 ,5                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  +5 ,5 -5 =5 >5 A5 G5 r5 x5 y5 5 5 5 5 5 ǥ5 ȥ5 ʥ5 ˥5 ̥5 5 5 5 5 5 5 5 5 5 5 @5 A5 E5 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ,5 -5 >5 r5 y5 5 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kde( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 ɥ5 ʥ5 ˥5                                     R            I                                                                     	  $If   gd_ Q  kd"g( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdf( $If   K$L$l 0                                     
t                              4   4 
l a   ˥5 ̥5 5 5 5 5 .5 A5 C5 D5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D5 E5                                        kdih( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               E5 N5 5 5 5 15 l5 w5 5 5 5 5 5 	5                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
E5 N5 O5 ^5 5 l5 v5 w5 5 5 5 5 5 5 ȧ5 Χ5 5 5 5 5 5 	5 
5 5 5 5 35 <5 F5 G5 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 	5 
5 5 H5 |            s            s                                                                                                                                                                                           	  $If   gd_   kdi( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G5 H5 I5 a5 k5 l5 p5 q5 r5 5 5 5 5 5 5 ¨5 ˨5 ̨5 ۨ5 95 :5 5 5 .5 5 5 5 ê5 Ī5 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    H5 I5 q5 r5 5 5 5 5 5 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwj( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 ¨5                                        kd1k( $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ¨5 ˨5 :5 w5 5 5 M5 _5 5 5 Ī5 5 15 25                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ī5 ת5 5 5 5 5 5 05 15 25 35 C5 D5 G5 \5 e5 o5 p5 q5 r5 s5 t5 5 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  25 35 D5 q5 |            s            s                                                                                                                                                                                           	  $If   gd_   kdl( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q5 r5 s5 t5 5 5 ׫5 5 5 5 5 f5 5 5 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd?m( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5 5 5 ׫5 5 5 ͬ5 Ѭ5 5 f5 5 5 5 ԭ5 Q5 5 5 5 5 #5 L5 5 ߯5 5 5 5 5 5 #5 '5 T5 5 5 @5 A5 M5 Q5 t5 5 ڴ5 ۴5 5 5 !5 k5 5 5 Ӷ5 )5 f5 5 5 S5 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  45 ԭ5 Q5 5 5 5 5 L5 5 ޯ5 ߯5 5 5 5 5 T5 5 @5 A5 t5 (5 )5 ^5 s5 5 5 5 ڴ5 ۴5 !5                                                                                                                                                                                                                                                                                                                                                                   gd_  !5 k5 5 Ӷ5 )5 f5 5 5 S5 5 ɸ5 +5 ,5 75 C5 R5 ^5 q5 u5                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  S5 ɸ5 ͸5 *5 +5 75 M5 Q5 q5 t5 u5 |5 }5 ˹5 ̹5 ͹5 ι5 
5 A5 5 Ϻ5 5 U5 V5 5 ݻ5 ޻5 5 95 :5 l5 5 5 5 ļ5 Ƚ5 z5 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $u5 v5 w5 x5 y5 z5 {5 |5 }5 M            H            H            H            H            H            H            H                   gd_   kdm( $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   }5 5 5 5 5 5 5 5                                                 _            V            V                                                             	 $If   gd_    kdn( $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  5 5 ˹5 ̹5                                                                                                                                                                                                                                                          	 $If   gd_  o  kdlo( $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ̹5 ͹5 ι5 ٹ5 ݹ5 5 5 5                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd	p( $$If   l       0   T# T                 .                
t  0                                                              4 
l al  5 5 
5 A5 F5 2            )            )            )                      	 $If   gd_    kdp( $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     F5 5 5 5 Ϻ5 Ժ5 5             [                                                                                                                                           kdq( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  5 5 5 V5 Z5 5 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdr( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5 5 5 ޻5 5 5 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdes( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5 5 5 :5 ?5 f5 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd.t( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  f5 g5 l5 5 5 ż5 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdt( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ż5 Ƽ5 Ǽ5 Ѽ5  5 %5 15 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdu( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  15 25 55 ?5 n            e            e                                                                                                                                                               	 $If   gd_    kdv( $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ?5 @5 C5 L5                                                                                                                                                                                                                                                	 $If   gd_  t  kd^w( $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  L5 M5 N5 _5 d5 l5 s5 z5 5                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdw( $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  5 5                                             kdx( $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          5 5 5 5 5 5 5 5                                                             A                                  kdy( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  5 5 5 5 5 5 5 5                                                 A                                              kdz( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  5 5 5 5 5 5 Ƚ5                                     A            <            7                  gd_    gd_    kd{( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Ƚ5 {5 |5 5 5 5 5 5 վ5 ׾5                                                                                                                                                                                                                                                   E  kd|( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	z5 {5 |5 5 5 5 5 5 5 ׾5 ؾ5 ھ5 ۾5 5 5 5 5 5 5 5 5 G5 H5 `5 a5 x5 y5 z5 ~5 5 5 5 5 5 5 5 5 *5 +5 65 75 G5 H5 춥x                          /j( hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *׾5 ؾ5 پ5 ھ5 ۾5 5 5                                     a                                                                                                                             E  kdL}( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd|( $$If   l 0 
" R                                                           4 
l a   5 5 5 5 5 5 5                                     a                                                                                                                             E  kd
~( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}( $$If   l 0 
" R                                                           4 
l a   5 5 5 5 5 -5 G5                                     a                                                                                                                             E  kd~( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi~( $$If   l 0 
" R                                                           4 
l a   G5 H5 S5 `5 a5 k5 x5                                     a                                                                                                                             E  kd( $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd'( $$If   l 0 
" R                                                           4 
l a   x5 y5 z5 {5 |5 }5 ~5                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd( $$If   l 0 
" R                                                           4 
l a   ~5 5 5 5 5 5 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdD( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   5 5 5 5 5 5 5 w5 x5 O5 P5 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
H5 L5 M5 B5 C5 N5 O5 _5 `5 d5 e5 g5 5 5 5 5 5 5 =5 ?5 J5 K5 5 5 5 5 5 5 5 5 5 5  5 ,5 -5 5 5 5 5 5 5 #5 H5 Q5 5 5 5 5 5 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j'( hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0P5 g5 p5 5 5 5 >5 ?5 K5 5                                                                                                                                                                                                                                                       S  kd( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	5 5 5 5 5 5 5                                     N                                                                                       S  kd( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd ( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   5 5  5 -5 e5 5 5 5 5 5 5 5 5 ,5 5 5 ^5 5 .5                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdD( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   .5 /5 5 I5 5 5 5 5 5 5 5 5 5 5 5 ;5 ]5 v5 5 5 5 5 5 V5 W5 5 5 5                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 U5 W5 v5 5 5 5 (5 )5 y5 z5 5 5 5 5 5 5 5 5 5 5 5 5 /5 05 ;5 ۵۵۵ۭۜۋzrgrrr       j( h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '5 
5 5 (5 )5 z5 5 5                                     j                                                                                                                                           kdք( $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  5 5 5 5 "5 a5 5 5 5 F5 5 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdH( $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
5 5 5 5 5 D5 E5 5 5 55 65 5 5 5 5 5 5 5 5 5 5 ^5 5 _5 `5 5 5                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ;5 <5 =5 A5 B5 E5 5 5 45 5 O5 5 ]5 ^5 i5 j5 z5 {5 5 5 5 5 5 5 5 5 /5 85 A5 a5 _5 5 I5 J5 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j( hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj!( h_ U !5 J5 N5 O5 e5 f5 z5                                                 e                                                                                                                        F  kdb( $$If   l   l '{6    4   4 
l a] p
        F  kd( $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  J5 O5 |5 5 5 5 5 5 5 5 5 5 5 5 5 !5 "5 >5 ?5 [5 \5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ?5 t5 5 5 5 5 V5 h5 ;5 S5 5 5 5 5 :5 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3z5 {5 |5 5 5 5 5                                                             5            v  kdH( $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdՇ( $$If   l   l '{6    4   4 
l a] p
         5 5 5 5 5 5 5 5                                     t                                                                                                                                                             v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 !5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !5 "5 75 95 >5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         >5 ?5 T5 V5 [5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [5 \5 v5 x5 }5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }5 ~5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5 5 5 5 &5 @5 t5 5 5 5 	5                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	5 5 Q5 i5 5 5 5 5 65 T5 5 5 5 5 5 95 :5 ;5 <5 ^5 g5 h5 ~5 5 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                   gd_  :5 <5 F5 \5 ]5 ^5 ~5 5 5 5 5 5 25 55 r5 5 5 5 5 /5 5 5 5 5 5 5 5 5 5 95 :5 M5 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  5 25 @5 S5 T5 r5 5 5 5 5 5 5 5 05 15 5 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5 5                                     kd( $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               5 5 95 :5 P5 f5 |5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	M5 P5 e5 f5 {5 |5 5 5 5 5 D5 F5 V5 W5 v5 w5 x5 y5 5 5 5 5 5 5 5 5 5 5 5  5 %5 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 5 5                                     kd( $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               5 5 5 5 5 5 5 -5 .5 C5 D5 E5 F5 W5                                                                                                                                     q                            kdJ( $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
W5 w5 x5 y5 5 5 5 5 5             q            l                                                                                                                                                       gd_    kd( $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5 5                                     kdĕ( $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               5 5 5 5 5 5 5 5 5 .5 Y5 r5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  5 5 5 5 z            q            q                                                                                                                                                                                       	  $If   gd_    kd( $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       5 5  5 '5 (5 )5 *5 +5 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdؗ( $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       %5 &5 '5 ,5 55 5 5 5 5 5 5 5 5 5 $5 -5 {5 5 5 5 5 5 ,5 .5 >5 ?5 ^5 _5 b5 l5 5 5 5 5 B5 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "+5 ,5                                     kd( $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ,5 55 T5 U5 i5 j5 5 5 5 5 5 5 5                                                                                                             q                                                         kd( $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5 5 5 5  5 !5 "5 #5 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd( $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       #5 $5                                     kdf( $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $5 -5 v5 w5 ,5 -5 .5 ?5 _5                                                             q                                                                                                                             kd( $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  _5 `5 a5 b5 5 5 C5 Y5 Z5 d5 o5 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdz( $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
B5 C5 Z5 o5 5 5 5 5 5 5 5 5 5 5 O5 X5 5 5 5 5 5 65 I5 x5 y5 z5 5 5 5 5 5 5 5 5 5 5 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #o5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  5 5                                        kdE( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 5 N5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  N5 O5                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O5 X5 5 5 -5 .5 =5 5 5 5 5 65 y5                                                                                                 s                                                                        kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y5 z5 5 5 5 5 5 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5                                        kda( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 5 75                         s                                                                                                                                                                                   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5 65 75 85 95 :5 <5 ^5 i5 5 5 5 C5 b5 5 5 B5 a5 5 5 P5 o5 5 
5 i5 5 5 5 + 6 J 6  6  6 L6 k6 6 6 6 6 S6 r6 6  6 ^6 }6 6 6 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -75 85 95 :5 ;5 <5 i5 	5 
5 K5 V5 `5 k5 u5 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdo( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
u5 v5 5 5 5 5 I5 J5 5 5  5 5 5 5 5 5 C5 Q5 a5                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  a5 b5 m5 r5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r5 s5 }5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5 5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd§( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 #5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #5 $5 %5 B5 P5 `5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `5 a5 l5 q5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߨ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q5 r5 |5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5 5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5  5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 !5 &5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׫( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &5 '5 (5 P5 ^5 n5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n5 o5 z5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5 5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 
5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 (5 -5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϮ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -5 .5 95 >5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >5 ?5 I5 N5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N5 O5 P5 i5 w5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 75 5 5 5 5                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdǱ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5  6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6  6  6 + 6 9 6 I 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I 6 J 6 U 6 Z 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z 6 [ 6 e 6 j 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j 6 k 6 v 6 { 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { 6 | 6  6  6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6  6  6  6  6  6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6  6  6  6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdܵ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6  6  6  6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6  6 6 
6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 L6 Z6 j6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdX( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j6 k6 v6 {6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {6 |6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԸ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 6 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 $6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $6 %6 /6 46             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   46 56 66 6 6 6 6 6                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̻( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 "6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "6 #6 -6 26             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   26 36 46 S6 a6 q6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q6 r6 }6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 6 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdľ( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6  6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6  6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    6 !6 ,6 16             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   16 26 <6 A6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A6 B6 C6 ^6 l6 |6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |6 }6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 6 )6 L6 M6 6 6 6 6 6 6 [6                                                                                                                                                                                        gd_  z  kdz( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 \6 6 6 6 6 6 6 6 6 6  6 26 36 D6 V6 W6 h6 i6 6 6 _	6 a	6 q	6 r	6 	6 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  [6 \6 6 6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	6  6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 36 W6 i6 k6 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  6 6                                        kd-( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 6 6 6 P6 6 6 
	6 	6 +	6 ;	6 <	6 `	6                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  `	6 a	6 r	6 	6 	6 	6 
6 =
6 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6 	6 	6 	6 	6 	6 	6 	6 <
6 =
6 >
6 c
6 d
6 
6 
6 
6 
6 6  6 06 16 6 6 6 6 
6 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j;( h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  =
6 >
6 d
6 
6 
6 
6 
6 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6 
6                                        kdz( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
6 
6 
6 
6 86 6 6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  6  6 16 6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 
6 
6 
6 
6 
6 
6 
6 6 6 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6 
6 
6 
6 
6 
6 
6 
6 6 a6 v6 6 6 6 6 6 46 56 ?6 I6 J6 o6 p6 6 6 6 6 6 6 6  6 6 $6 &6 66 76 G6 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $6 6 6 56 ?6 I6                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  I6 J6                                        kdB( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J6 p6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  6 6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 6 $6 56 m6 n6 6 Z6 z6 6 6 6  6 6 %6                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  %6 &6 76 6 6 96 w6 6 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G6 H6 b6 c6 d6 w6 x6 6 6 6 6 86 U6 v6 6 6 6 6 6 6 6 j6 6 6 6 6 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j( h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  6 6 6 6 6 6 i6 j6 6 6 6 6 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd)( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 6 6 
6 6 36 46 \6 m6 n6 q6 z6 6 6 06 L6 d6 e6 m6 o6 6 6 6 6 6 6 6 6 6 6 26 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !6 6 6 6 
6                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  
6 6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 46 \6 n6 o6 p6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  p6 q6                                        kd7( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q6 z6 6 6 6 6 L6 M6 n6 o6 6                                                                                                 Y                              kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
6 6 6 6 6 6 6 6 6 6 6 6             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdE( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  26 36 >6 ?6 O6 P6 T6 U6 6 6 6 6 6 6 !6 !6 $6 $6 4%6 6%6 K%6 M%6 %6 %6 %6 %6 Z&6 \&6 A'6 V'6 '6 '6 (6 (6 `)6 d)6 *6 *6 ,6 F,6 ,6 ,6 ,6 ,6 ,6 ,6 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jD( hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j( hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -6 6 6 6 6 6 6 6 
!6 !6 !6 "6 "6 $6 $6  %6 M%6 %6 %6 [&6 \&6 A'6 V'6 '6 '6 '6 '6                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  '6 '6 '6 (6 
(6 (6             f                                                                                                                                                                      kdf( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  (6 (6 (6 (6 )(6 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at )(6 *(6 /(6 6(6 ;(6 o            f            f            f                                                                                                                                                	  $If   gd_    kdB( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;(6 <(6 A(6 H(6 T(6 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T(6 U(6 ](6 e(6 j(6 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j(6 k(6 s(6 {(6 (6 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (6 (6 (6 (6 (6 o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (6 (6 (6 (6 (6 o            f            f            f                                                                                                                                                	  $If   gd_    kdh( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (6 (6 (6 (6 \)6 ])6 *6 *6 J,6 K,6 -6 	-6 b-6 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ,6 ,6 ,6 b-6 n-6 Q66 [66 96 96 ?6 ?6 .B6 VB6 fC6 rC6 sC6 C6 C6 C6 D6 D6 D6 D6 D6 D6  E6 E6 
E6 .E6 /E6 `E6 aE6 bE6 fE6 oE6 ;G6 =G6 MG6 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %b-6 n-6 -6 -6 .6 .6 8/6 9/6 /6 L16 M16 U26 V26 26 146 246 46 Q66 [66 76 76 86 86 86 86 86 96                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  96 96 *96 ;96 L96 M96 `96 s96 96 96 96 96 :6 :6 {;6 |;6 ;6 ;6 >6 >6 ?6 ?6 ?6 :@6 ;@6 @6 @6 @6 %A6                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  %A6 &A6 oA6 A6 .B6 /B6 VB6 fC6 sC6 C6 D6 D6 D6 D6 D6 D6  E6                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_   E6 E6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E6 /E6 aE6 bE6 dE6 eE6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  eE6 fE6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fE6 oE6 E6 E6 E6 F6 FF6 nF6 yF6 F6 F6 F6 ;G6 <G6                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
<G6 =G6 NG6 G6 |            s            s                                                                                                                                                                                           	  $If   gd_   kdg( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MG6 NG6 G6 G6 G6 G6 G6 G6 G6 G6 G6 G6 G6 H6 H6 H6 H6 ?H6 @H6 eH6 fH6 gH6 kH6 tH6 I6 dJ6 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 G6 G6 G6 G6 G6 G6 G6 G6 G6 H6 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd!( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H6 H6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  H6 H6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H6 @H6 eH6 fH6 gH6 iH6 jH6                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  jH6 kH6                                        kd/( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kH6 tH6 H6 H6 H6 I6 QI6 uI6 I6 dJ6 tJ6 uJ6                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  dJ6 tJ6 vJ6 J6 J6 J6 J6 J6 J6 J6 J6 J6 J6 J6 J6 J6  K6 !K6 "K6 IK6 JK6 KK6 OK6 XK6 L6 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    uJ6 vJ6 J6 J6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J6 J6 J6 J6 J6 J6 J6 J6 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd=( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J6 J6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J6 "K6 HK6 IK6 JK6 KK6 MK6 NK6                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  NK6 OK6                                        kdK( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OK6 XK6 K6 K6 K6 K6 5L6 YL6 L6 HM6 XM6 YM6                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  L6 HM6 XM6 ZM6 jM6 kM6 qM6 xM6 yM6 zM6 {M6 |M6 M6 M6 M6 M6 M6 M6 M6 M6 N6 N6 N6 2N6 3N6 [N6 \N6 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    YM6 ZM6 kM6 yM6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yM6 zM6 {M6 |M6 M6 M6 M6 M6 M6 N6 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdY( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N6 N6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N6 3N6 ZN6 [N6 \N6 ]N6 _N6 `N6                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  \N6 ]N6 aN6 jN6 O6 O6 O6 O6 O6 O6 O6 O6  P6 P6 GP6 HP6 RP6 \P6 ]P6 iP6 P6 P6 P6 P6 P6 P6 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  `N6 aN6                                        kdg( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aN6 jN6 N6 N6 N6 
O6 IO6 iO6 O6 O6 O6 O6                                                                                                                         f                           kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O6 O6 O6 O6  P6 
P6 P6 HP6 RP6 \P6                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdu( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	\P6 ]P6                                        kd/( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]P6 P6 P6 P6 P6 P6 P6                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  P6 P6 P6 P6 OR6 PR6 QR6 aR6 bR6 hR6 oR6 pR6 qR6 rR6 R6 R6 R6 R6 R6 S6 S6 S6 %S6 &S6 2S6 NS6 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  P6 P6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P6 P6 Q6 Q6 6Q6 dQ6 Q6 Q6 Q6 R6 PR6 QR6                                                                                                                         f                           kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  QR6 bR6 pR6 qR6 rR6 R6 R6 R6 R6 S6                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	S6 S6 %S6                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  %S6 &S6                                        kdK( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &S6 OS6 PS6 QS6 SS6 jS6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  NS6 OS6 PS6 QS6 kS6 tS6 uT6 vT6 wT6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 V6 V6 'V6 
X6  X6 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 jS6 kS6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kS6 tS6 vT6 wT6 T6 T6 T6 U6 U6 U6 U6                                                                                     s                                                                                              kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
U6 U6 U6 U6 U6 U6 'V6 W6 W6 
X6 OX6 X6 X6 Y6 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 X6 OX6 bX6 X6 X6 X6 X6 Y6 Y6 SY6 gY6 Y6 Y6 Y6 Y6 Y6 Y6 Z6 Z6 Z6 )Z6 *Z6 +Z6 .Z6 /Z6 NZ6 OZ6 aZ6 bZ6 Z6 Z6 Z6 Z6 Z6 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Y6 TY6 Y6 Y6 Y6 Y6 Y6 Y6 Z6                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z6 Z6                                        kdg( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z6 /Z6 OZ6 bZ6 uZ6 Z6 Z6 Z6 Z6                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Z6 Z6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z6 Z6 )[6 <[6 i[6 j[6 k[6 |[6 [6 [6 [6                                                             f                                    [            [                     
  $If   gd_ K$  kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Z6 )[6 i[6 j[6 k[6 {[6 |[6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 [6 \6 \6 \6 \6 	\6 
\6 ,\6 -\6 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [6 [6 [6 [6 [6 [6                                     R            I                                                                     	  $If   gd_ Q  kdV( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd( $If   K$L$l 0                                     
t                              4   4 
l a   [6 [6 
\6 -\6 @\6 S\6 f\6 y\6 z\6 {\6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-\6 x\6 y\6 |\6 \6 \6 ]6 ]6 ]6 ]6 ]6 ]6 H]6 N]6 O]6 W]6 Y]6 n]6 o]6 ~]6 ]6 ]6 ]6 ]6 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J {\6 |\6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |\6 \6 \6 \6 ]6 ]6 ]6 ]6 H]6 O]6 X]6                                                             f                                    [            [                     
  $If   gd_ K$  kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
X]6 Y]6 o]6 ]6 ]6 ]6 ]6                                     R                                                                                              Q  kd8( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd( $If   K$L$l 0                                     
t                              4   4 
l a   ]6 ]6 ]6 ]6 ]6 ]6                                     R            I                                                                     	  $If   gd_ Q  kdR( $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd( $If   K$L$l 0                                     
t                              4   4 
l a   ]6 ]6 ]6 ]6 ]6 ]6 
^6 ^6 ^6 ^6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ^6 ^6  ^6 )^6 _6 _6 _6 _6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 `6 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ^6  ^6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ^6 )^6 f^6 _6 _6 `6 `6 `6 `6 `6 `6                                                                                     Y                                          kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
`6 `6 `6 `6 `6  a6 a6 'a6 Aa6 [a6 ka6 a6 a6 a6 a6 a6 a6 a6                                                                                                                                                                                                                      	  $If   gd_  S  kd( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ `6 `6 `6 `6 [b6 \b6 ]b6 ^b6 vb6 b6 b6 b6 b6 b6 b6 b6 b6 b6 b6 b6 b6 	c6 hc6 c6 	d6 
d6 d6 d6 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  a6 b6 'b6 Ab6 [b6 \b6 ]b6                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd9( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]b6 ^b6 b6 b6 b6 b6 b6 b6 b6 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b6 b6                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b6 b6 hc6 c6 
d6 d6 d6 d6 gd6 nd6 wd6                                                             f                                    [            [                     
  $If   gd_ K$  kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
d6 d6 d6 ;d6 Cd6 gd6 md6 nd6 vd6 xd6 e6 e6 e6 e6 f6 f6 f6 f6 f6 f6 f6 (f6 2f6 3f6 ~f6 f6 f6 f6 g6 g6 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 wd6 xd6 d6 d6 d6 d6 d6 d6  e6 e6 4e6 <e6 Qe6 fe6 xe6 e6 e6 e6                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd ) $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   e6 e6 e6 e6 e6                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd%) $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e6 e6 f6 3f6 Ff6 Yf6 lf6 f6 f6 f6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f6 f6                                        kdq) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f6 f6 g6 .g6 ug6 g6 \h6 ]h6 ^h6 _h6 ph6 h6                                                                                                 f                                                   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  g6 Zh6 ]h6 ^h6 _h6 oh6 ph6 h6 h6 h6 h6 h6 h6 h6 h6 h6 h6 i6 i6 bi6 ci6 fi6 oi6 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ h6 h6 h6 i6 *i6 =i6 Pi6 ci6 di6 ei6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ei6 fi6                                        kd9) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fi6 oi6 j6 Aj6 j6 j6 kk6 lk6 mk6 nk6 k6                                                                                                 Y                              kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
oi6 j6 j6 j6 j6 j6 kk6 lk6 mk6 nk6 ~k6 k6 k6 k6 k6 k6 k6 k6 k6 k6 k6 k6 k6 ll6 ml6 pl6 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  k6 k6 k6 k6 k6 !l6 4l6 Gl6 Zl6 ml6 nl6 ol6             s                                                                                                                                                                 kdG) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ol6 pl6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pl6 yl6 Nm6 um6 m6 n6 n6 n6 n6 n6 o6                                                                                     Y                                          kdU	) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
pl6 yl6 Mm6 n6 n6 n6 n6 n6 n6 n6 o6 o6 o6 o6 o6 o6 p6 p6 p6 p6 p6 p6 p6 p6 p6 q6 q6 q6 q6 q6  q6 !q6 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 o6 o6 o6 o6 o6 !o6 6o6 Ko6 ]o6 wo6 o6 o6 o6 o6 o6 o6 p6                                                                                                                                                                                                         	  $If   gd_  S  kd
) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p6 p6 3p6 Mp6 ]p6 wp6 p6 p6 p6                                                                                                                                                                                                                                                 	  $If   gd_  S  kd
) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p6 p6 p6 p6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd3) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p6 p6 !q6 "q6 5q6 Hq6 [q6 nq6 q6 q6 q6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd) $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
!q6 "q6 4q6 5q6 q6 q6 q6 q6 Fr6 6t6 7t6 8t6 Ht6 It6 Ut6 Zt6 ot6 t6 t6 -u6 /u6 5u6 6u6 >u6 @u6 9w6 ;w6 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  q6 q6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q6 q6 Fr6 r6 r6 r6 s6 6t6 7t6 8t6 It6                                                                                                 f                                                        kd	) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
It6 t6 /u6 6u6 ?u6 @u6 Hu6 ]u6 ru6 u6 u6 u6 u6 u6 u6                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  u6 v6 #v6 =v6 Ev6 Zv6 ov6 v6 v6 v6 v6 v6 v6 w6  w6 :w6 ;w6                                                                                                                                                                                                                            S  kdU) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;w6 <w6 =w6 ew6 fw6 yw6 w6 w6 w6 w6 w6 w6             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ;w6 <w6 =w6 Uw6 _w6 `w6 aw6 cw6 dw6 ew6 fw6 xw6 yw6 w6 w6 w6 w6 x6 x6 x6 x6 x6 y6 y6 z6 z6 K{6 L{6 5|6 J|6 L|6 M|6 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ w6 w6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w6 w6 x6 x6 My6 y6 y6 &z6 z6 z6 L{6 {6 L|6 M|6 T|6 |6 |6 |6 )}6 U}6 }6 }6 }6 
~6 A~6                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  M|6 T|6 Y}6 l}6 p}6 }6 ~6 $~6 (~6 @~6 A~6 B~6 R~6 S~6 ~6 ~6 ~6 ~6 ~6 6 6 6 6 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   A~6 B~6 S~6 ~6 ~6 ~6 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~6 ~6 ~6 ~6 ~6 ~6 6 6 56 F6 `6 z6 6 6 6 6 6 6                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd) $If   K$L$l 0                     x                
t                                4   4 
l a   6 6 6 )6 C6 ]6 n6 6 6 6 ̀6 ހ6 6 6 6                                                                                                                                                                                                                   	  $If   gd_  S  kdA) $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6 6 #6 $6 76 J6 ]6 p6 6 6 6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd) $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
6 6 6 6 "6 #6 $6 66 76 6 6 6 6 M6 y6 F6 6 6 
6 "6 6 6 z6 6 26 G6 H6 I6 P6 6 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 6 6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 M6 G6 6 %6 26 6 6 6 I6 P6 6 6 Ά6 6 
6 )6 H6 6 6                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  6 6 6 Ɔ6 6 !6 -6 @6 L6 _6 g6 6 6 6 6 6 6 6 6 6 6 6 6 76 96 :6 ;6 S6 ]6 ^6 b6 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  6 6 6 6 6 6 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 6 /6 A6 X6 o6 6 6 6 ň6 ֈ6 6 6 6 6                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd) $If   K$L$l 0                                     
t                                4   4 
l a   6 6 /6 A6 S6 e6 |6 6 6 6 ҉6 6 6 6 !6 86 96                                                                                                                                                                                                                            S  kd;) $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  96 :6 ;6 c6 d6 w6 6 6 6 Ê6 Ŋ6 Ɗ6             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  b6 c6 d6 v6 w6 6 Ê6 Ǌ6 Њ6 6 6 6 ܌6 |6 ݍ6 6 [6 w6 ˏ6 [6 6 ǐ6 x6 !6 6 I6 6 6 ]6 6 6  6 6 _6 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Ɗ6 Ǌ6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ǌ6 Њ6 6 6 |6 6 x6 6 6 6 y6 6 ɏ6 [6 6 #6 K6 6 6 6 \6 ]6                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ]6 6 ݕ6 6 6 [6 z6 6 6 ז6 ؖ6 6                                                                                                             f                                       kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  _6 r6 ~6 6 6 6 6 ϖ6 ֖6 ؖ6 6 6 ,6 -6 .6 Q6 R6 S6 W6 X6 \6 e6 6 6 6 6 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  6 -6 .6 R6 S6 X6 Z6 [6             s                                                                                                                                                                                     kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [6 \6                                        kdO) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \6 e6 r6 6 6 ؗ6 6 6 6 ?6 a6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  6 6 6 ݘ6 6 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 6 6 6 6 6 6 6  6 ?6 %6 86 g6 z6 6 6 ՛6 6 6 06 k6 6 A6 M6 Q6 x6 ӟ6 ֟6 
6 6 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  6 6 6 6 ?6 6 6 %6 g6 6 ֛6 6 l6 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd]) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l6 6 6 6 6 6 {6 |6 @6 A6 x6 ՟6 ֟6 
6 L6 6 6 6 Q6 6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6 L6 _6 6 6 6 Π6 6 6 P6 d6 6 6 6 6 6 6 6 6 6 &6 '6 +6 ,6 -6 ?6 @6 R6 S6 e6 f6 x6 y6 }6 6 ΢6 6 6 6 6 6 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (6 6                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ,6 -6 @6 S6 f6 y6 {6 |6                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  |6 }6                                        kdk) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }6 6 ΢6 6 (6 V6 t6 6 ţ6 6 6 6                                                                                                             f                                       kd ) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  6 6 6 /6 06 C6 V6 i6 |6 ~6 6             s                                                                                                                                                                      kdy!) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
6 6 6 6 )6 *6 .6 /6 06 B6 C6 U6 V6 {6 |6 6 6 ʤ6 ˤ6 M6 N6 O6 _6 `6 a6 b6 z6 6 6 6 6 6 6 6 6 6 ֥6 ץ6 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %6 6                                        kd3") $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 ˤ6 N6 O6 `6 a6                                                 f                                                                                                                       kd#) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a6 b6 6 6 6 6 ĥ6 ץ6 ٥6 ڥ6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA$) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ڥ6 ۥ6                                        kd$) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ץ6 ۥ6 6 %6 &6 6 6 6 6 6 6 6 զ6 ߦ6 6 6 6 6 6 6 6 6 16 26 66 ?6 b6 c6 6 6 r6 s6 t6 6 6 6 6 6 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %ۥ6 6 6 &6 6 6 6 6                                                 f                                                                                                                       kdO&) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  6 6 6 6 6 6 6 26 46 56 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	') $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	56 66                                        kd') $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               66 ?6 c6 6 s6 t6 6 6                                                 f                                                                                                                       kd)) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  6 6 6 6 E6 F6 m6 n6 6 6 6 ̪6 6 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd)) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 D6 E6 F6 m6 z6 ~6 6 6 6 ̪6 ߪ6 6 !6 D6 X6 |6 }6 6 6 6 6 «6 ի6 6 6 D6 E6 X6 6 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  6 E6 }6 «6 6 E6 6 Ѭ6  6 u6 v6 w6 6 6 6 ɭ6 ӭ6                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6 6 Ь6 6 6 36 t6 v6 w6 6 6 6 ɭ6 ӭ6 ԭ6 6 6 6 6 6 6 6 "6 46 56 Z6 [6 t6 }6 ~6 6 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ӭ6 ԭ6                                        kd*) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ԭ6 6 6 "6 56 H6 [6 ]6 s6                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  s6 t6                                        kd+) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t6 }6 6 6 /6 g6 r6 6 6 6 6 6                                                                                                 f                                                   kd3-) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  6 6 g6 r6 6 6 6 6 6 ߯6 6 6 6 6 6 
6 6 6 6 %6 &6 -6 /6 D6 E6 T6 V6 W6 X6 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 6 &6 .6 /6 E6 U6 V6 W6                                                             R            I                                   	  $If   gd_ Q  kdz.) $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd-) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ W6 X6 6 6 6 6 6 Ͱ6 ϰ6 а6 6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd/) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X6 p6 z6 {6 6 6 6 6 6 6 6 ̰6 Ͱ6 6 6 6  6 ^6 ,6 66 76 U6 V6 q6 6 6 6 6 Ȳ6 ɲ6 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 6 6                                        kd/) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 6 _6 z6 6 ȱ6 6 6 ,6 76 V6 r6 6 6 ɲ6 ʲ6                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ɲ6 ʲ6 ˲6 ۲6 ܲ6 ߲6 6 6 6 6 6  6 )6 O6 P6 e6 f6 h6 i6 j6 6 6 6 6 6 6 6 6 6 6 ޳6 ߳6 6 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ʲ6 ˲6 ܲ6 6 6 6 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd1) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6  6 P6 g6 h6 i6                                     R            I                                                                     	  $If   gd_ Q  kd\2) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd1) $If   K$L$l 0                                     
t                              4   4 
l a   i6 j6 6 6 6 6 ̳6 ߳6 6 6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6 6                                        kd3) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 6 [6 6 6 ϴ6 
6 6 46 _6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
6 6 6 6 Z6 
6 6 6 36 46 G6 V6 ^6 _6 f6 l6 6 6 6 6 6 6 6 6 6 6 ѵ6 ڵ6 6 6 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 6 6 6 6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd4) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 	6 
6 6 6 6 "6 #6 56 66 [6 \6 `6 i6 j6 y6 ׶6 ض6 6 6 ̷6 86 B6 C6 a6 b6 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    6 6 6 6 #6 66 I6 \6 ^6 _6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_6 `6                                        kdk6) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               `6 i6 ض6 6 6 6 6 6 86 C6 b6 6 ϸ6 и6                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
b6 u6 6 6 6 6 6 θ6 ϸ6 и6 Ѹ6 6 6 6 6 6 
6 6 6 6 6 6 96 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  и6 Ѹ6 6 6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd7) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6 6 6 6 96 :6 u6 ,6 ^6 _6 6 6 ?6 @6 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdy8) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
96 F6 J6 u6 ,6 ^6 k6 o6 6 6 @6 L6 P6 r6 6 [6 6 6 6 6 6 M6 }6 6 6 6 6 6 6 ſ6 6 6 6 6 6 6 6 6 P6 x6 y6 6 6 6 	6 76 86 q6 6 6 ]6 6 6 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4@6 r6 6 Z6 [6 6 6 6 M6 |6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 -6 =6 P6 x6 y6 6                                                                                                                                                                                                                                                                                                                                                                   gd_  6 	6 86 q6 6 6 ]6 6 6 06 g6 6 6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  6 g6 k6 6 6 6 6 6 6 6 6 6 6 i6 j6 k6 l6 6 6 @6 m6 6 6 6 P6 {6 |6 6 6 6 
6 76 86 =6 b6 f6 6 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $6 6 6 6 6 6 6 6 6 M            H            H            H            H            H            H            H                   gd_   kd39) $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   6 /6 66 ;6 K6 L6 [6 \6                                                 _            V            V                                                             	 $If   gd_    kd9) $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  \6 ]6 i6 j6                                                                                                                                                                                                                                                          	 $If   gd_  o  kd:) $$If   l       0   T# T                 .                
t  0                                                              4 
l al  j6 k6 l6 w6 {6 6 6 6                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdC;) $$If   l       0   T# T                 .                
t  0                                                              4 
l al  6 6 6 6 6 2            )            )            )                      	 $If   gd_    kd;) $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     6 :6 ;6 @6 m6 r6 6             [                                                                                                                                           kd
=) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  6 6 6 6 6 J6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd=) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J6 K6 P6 |6 6 6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd>) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6 6 6 6 6 6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdh?) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6 6 
6 86 =6 c6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1@) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c6 d6 e6 o6 6 6 6 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd@) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6 6 6 6 n            e            e                                                                                                                                                               	 $If   gd_    kdA) $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           6 6 6 6                                                                                                                                                                                                                                                	 $If   gd_  t  kdB) $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  6 6 6 6 6 
6 6 6 $6                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd5C) $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $6 %6                                             kdC) $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          %6 06 46 ;6 B6 C6 D6 E6                                                             A                                  kd+E) $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  E6 F6 G6 H6 I6 J6 K6 L6                                                 A                                              kd
F) $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  L6 M6 N6 O6 P6 Q6 f6                                     A            <            7                  gd_    gd_    kdF) $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  f6 6 6 6 46 56 N6 _6 `6 t6 v6                                                                                                                                                                                                                                              E  kdG) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
6 6 6 !6 "6 46 56 _6 `6 v6 w6 y6 z6 6 6 6 6 6 6 6 6 6 6 6  6 6 6 6 6 6 ;6 <6 =6 I6 J6 \6 $6 6 6 6 6 6 6 춥x                          /jL) hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *v6 w6 x6 y6 z6 6 6                                     a                                                                                                                             E  kdH) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd'H) $$If   l 0 
" R                                                           4 
l a   6 6 6 6 6 6 6                                     a                                                                                                                             E  kdDI) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdH) $$If   l 0 
" R                                                           4 
l a   6 6 6 6 6 6 6                                     a                                                                                                                             E  kdJ) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdI) $$If   l 0 
" R                                                           4 
l a   6 6 6 6  6 
6 6                                     a                                                                                                                             E  kdJ) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdaJ) $$If   l 0 
" R                                                           4 
l a   6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdK) $$If   l 0 
" R                                                           4 
l a   6 6 +6 ,6 :6 ;6 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd~K) $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ;6 <6 =6 J6 \6 #6 $6 6 6 6 6 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd<L) $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
6 6 6 6 6 6 6 6 6 6 6 6 .6 /6 6 6 6 6 6 6 6 6 16 36 E6 F6 j6 l6 |6 }6 6 6 6 6 6 ;6 <6 H6 6 6 6 6 6 6 H6 I6 6 6 6 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jaM) hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 06 6 6 /6 6 6 6 6 6 26                                                                                                                                                                                                                                                       S  kdM) $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	26 36 F6 k6 l6 }6 6                                     N                                                                                       S  kdN) $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdZN) $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   6 6 6 6 6 6 W6 X6 E6 F6 ;6 <6 H6 6 &6 6 6 f6 6                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd~O) $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   6 6 6 6 H6 I6 6 6 6 6 6  6 16 O6 q6 6 6 6 16 K6 L6 U6 V6 6 6 T6 U6 6                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  6 6 06 16 A6 I6 6  6 16 N6 O6 q6 66 S6 V6 6 6 6 6 6 6 6 6 6 6 .6 /6 `6 a6 b6 ~6 6 6 6 6 6 6 6 6 6 ۵۵۵ۭۜۋzrgrrr       jP) h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '6 6 6 6 6 6 /6 a6                                     j                                                                                                                                           kdP) $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  a6 b6 s6 6 6  6 ^6 _6 {6 6 "6 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdP) $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
"6 |6 A6 B6 6 6 6 /6 06 6 6 -6 .6 6 6 S6 T6 !6 "6 <6 M6 6 6 6 6 }6 ~6                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  6 6 6 6 6 6 /6 06 6 ,6 6 R6 6 6 6 	6 6 6 6 6  6 !6 "6 +6 <6 M6 6 6 6  6 6 }6 6 6 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jQ) hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj[Q) h_ U !~6 6 6 6 6 6 6                                                 e                                                                                                                        F  kdR) $$If   l   l '{6    4   4 
l a] p
        F  kd)R) $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  6 6 6 ?6 @6 C6 D6 J6 K6 l6 m6 6 6 6 6 6 6 6 6 6 6 6 6 46 56 K6 L6 f6 g6 6 6 6 6 6 p6 q6 }6 6 6 ,6 `6 f6 i6 6 6 6 6 '6 P6 6 6 6 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 36 6 6 $6 26 ?6 @6                                                             5            v  kdS) $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdS) $$If   l   l '{6    4   4 
l a] p
         @6 A6 B6 C6 D6 H6 I6 J6                                     t                                                                                                                                                             v  kd'T) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  J6 K6 d6 f6 l6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l6 m6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}U) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(V) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~W) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)X) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 ,6 .6 46                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         46 56 C6 E6 K6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*Z) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K6 L6 _6 a6 f6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f6 g6 n6 s6 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 6 p6 q6 }6 6 6 6 -6 a6 t6 6                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd+\) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 6 6 6 <6 O6 6 6 6 6 '6 A6 Q6 6 6 6 6 6 6 6 6 6 6 C6 R6 e6 f6 6 6 6                                                                                                                                                                                                                                                                                                                                                                   gd_  6 6 6 6 6 6 6 36 R6 d6 6 6 6 6 6 26 C6 w6 6 6 76 L6 ~6 6 6 6 6 6 6 6 6 6 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  6 6 6 6 6 6 A6 B6 C6 w6 6 6 6 6 6 66 76 A6 L6 6 6 6                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6 6                                     kd\) $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6 6 6 6 6 6 6 16 36 J6                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	6 6 6 6 6 6 06 16 K6 T6 6 6 6 6 6 6 6 6 >6 ?6 D6 M6 j6 l6 |6 }6 6 6 6 6 6 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ J6 K6                                     kd-^) $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               K6 T6 v6 w6 6 6 6 6 6 6 6 6 6 6                                                                                                                                     q                            kd_) $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
6 6 6 6 ?6 @6 A6 B6 C6             q            l                                                                                                                                                       gd_    kdA`) $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  C6 D6                                     kd`) $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               D6 M6 n6 o6 6 6 6 6 6 6 6 6 &6 ;6 U6 V6 k6                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  k6 l6 }6 6 z            q            q                                                                                                                                                                                       	  $If   gd_    kdUb) $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       6 6 6 6 6 6 6 6 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdc) $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       6 6 6 6 6 \6 ^6 n6 o6 6 6 6 6 6 6 6 6 &6 B6 N6 m6 y6 6 6 6 6 6 6  7  7 ! 7 k 7  7  7  7 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "6 6                                     kdc) $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6 6 6 6 6 	6 +6 G6 H6 ]6 ^6 o6 6                                                                                                             q                                                         kd&e) $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6 6 6 6 6 6 6 6 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kde) $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       6 6                                     kdf) $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6 6 6 6 6 6 6 6 6                                                             q                                                                                                                             kdg) $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6 6   7  7 ! 7  7  7  7  7 7 7 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdh) $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
 7  7  7 7 @7 A7 K7 U7 V7 v7 w7 7 7 7 7 7 7 q7 s7 7 7 7 7 7 7 7 87 97 :7 ;7 <7 ?7 H7 7 7 7 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #7 A7 K7 U7                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  U7 V7                                        kdi) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V7 w7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  7 7                                        kdj) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 7 7 7 -7 r7 s7 7 7 7                                                                                                 s                                                                        kd'l) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 7 :7 ;7 <7 =7 >7 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdl) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >7 ?7                                        kdm) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?7 H7 7 7 7 7                         s                                                                                                                                                                                   kdn) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 7 7 7 7 7 7 7 7 7 7 7 7 	7 b	7 	7 	7  
7 e
7 
7 
7 7 7 7 7 '7 A
7 `
7 
7 
7 Y7 x7 7 
7 s7 7 q7 7 7 7 7 7 7 7 Q7 R7 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -7 7 7 7 7 7 7 7 7 7 7 7 
7 7 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdo) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7 7 u7 7 7 7 7 7 $7 Y7 7 7 7 7 7 7 7 7  	7                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_   	7 	7 	7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcp) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 !	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !	7 "	7 -	7 2	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!q) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2	7 3	7 =	7 B	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B	7 C	7 D	7 b	7 p	7 	7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>r) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[s) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 	7 	7 	7 	7 	7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7  
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7  
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxt) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
7 !
7 ,
7 1
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1
7 2
7 <
7 A
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6u) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A
7 B
7 C
7 e
7 s
7 
7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSv) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7 
7 
7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpw) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 )7 .7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.x) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .7 /7 :7 ?7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?7 @7 J7 O7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O7 P7 Q7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKy) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	z) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhz) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 &7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&{) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &7 '7 27 77             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   77 87 B7 G7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G7 H7 S7 X7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC|) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X7 Y7 c7 h7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h7 i7 j7 7 
7 A
7 O
7 _
7                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd}) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _
7 `
7 k
7 p
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`}) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p
7 q
7 {
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}~) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7 
7 
7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 
7 
7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
7 
7 7 	7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 
7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 %7 *7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *7 +7 ,7 Y7 g7 w7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w7 x7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԁ) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 	7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	7 
7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 %7 *7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *7 +7 67 ;7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;7 <7 F7 K7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K7 L7 M7 s7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̄) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 A7 B7 q7 7 7                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdH) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdć) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7  7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 !7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !7 "7 ,7 17             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   17 27 =7 B7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B7 C7 M7 R7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R7 S7 T7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdً) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 '7 ,7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,7 -7 77 <7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <7 =7 H7 M7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M7 N7 X7 ]7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]7 ^7 _7 7 7 7 7 7 B7 C7 P7 Q7 R7 u7 7                                                                                                                                                                                        gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R7 c7 u7 7 7 /7 @7 A7 B7 W7 7 7 7 7 7 7 7 7 7 7 7 7 "7 +7 7  7 7 7 !7 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  7 7 /7 A7 B7 L7 W7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	7 7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 
7 !7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  !7 "7                                        kdg) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "7 +7 7 7 7 7 7 N7 7 7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  7  7 7 b7 {7 7 7 7 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !7 "7 <7 =7 >7 Q7 R7 a7 7 7 7 7 7 27 37 67 ?7 7 7 7 7 7 7 7 7 7 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ju) h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  7 7 7 27 37 47 57 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       57 67                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               67 ?7 7 7 7 67 A7 ]7 v7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  7 7 7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 B7 C7 w7 7 7 7 7 7 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 B7 C7 v7 w7 7 7 7 7  7 7 K7 x7 7 7 7 7 7 7 7 7 7 7 >7 a7 b7 e7 n7 $7 '7 7 7 7 7 7 7 7 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  7 7                                        kd|) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 >7 P7 b7 c7 d7                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  d7 e7                                        kdЖ) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e7 n7 7 7 7 7 7 
7 7 7 7 :7 `7 }7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  7 7 7 ' 7 } 7  7 !7 Y!7 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd$) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7  7  7  7  7  7 & 7 G 7 } 7  7  7  7 !7 7!7 X!7 Y!7 \!7 m!7 !7 !7 	"7 ;"7 <"7 ="7 N"7 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jޘ) h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Y!7 Z!7 [!7 \!7 !7 !7 "7 	"7 ="7 O"7 P"7 Z"7 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdc) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N"7 P"7 e"7 "7 "7 "7 "7 "7 "7 "7 "7 #7 
#7 #7 #7 #7 #7 #7 #7 $7 $7 $7 $7 $7 $7 i$7 j$7 l$7 m$7 $7 $7 $7 $7 $7 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Z"7 e"7 "7 "7 "7                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  "7 "7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "7 "7 "7 
#7 #7 #7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  #7 #7                                        kdq) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #7 #7 z#7 {#7 #7 #7 #7 #7 
$7 $7 $7                                                                                                 Y                              kdŜ) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
$7 j$7 k$7 l$7 m$7 $7 3%7 W%7 '7 '7 $*7 1*7             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $7 $7 $7 $7 $7 $7 $7 $7 3%7 W%7 $*7 1*7 ]+7 n+7 .7 .7 27 27 27 27 27 27 37 37 37 37 37 37 47 47 g57 57 j67 q67 67 77 387 T87 97 97 L:7 M:7 e:7 f:7 v:7 w:7 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j~) hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j9) hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -1*7 \+7 ]+7 n+7 ,7 ,7 u-7 v-7 .7 .7 .7 "07 #07 27 27 27 27 37 37 37 37 47 47 f57 g57 v57 57                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  57 57 57 57 57 57             f                                                                                                                                                                      kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  57 57 57 57 57 o            f            f            f                                                                                                                                                	  $If   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 57 57 57 57 57 o            f            f            f                                                                                                                                                	  $If   gd_    kd|) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 57 57 57 57 57 o            f            f            f                                                                                                                                                	  $If   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 57 57 57 67 	67 o            f            f            f                                                                                                                                                	  $If   gd_    kdX) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	67 
67 67 67 &67 o            f            f            f                                                                                                                                                	  $If   gd_    kdƠ) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at &67 '67 /67 667 ;67 o            f            f            f                                                                                                                                                	  $If   gd_    kd4) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;67 <67 D67 K67 W67 o            f            f            f                                                                                                                                                	  $If   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W67 X67 Y67 Z67 67 67 S87 T87 97 97 :7 :7 ;7 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w:7 z:7 {:7 ;7 
;7 C7 C7 AG7 LG7 CM7 TM7 O7 O7 Q7 Q7 Q7 Q7 "Q7 >Q7 BR7 CR7 XR7 R7 R7 R7 R7 R7 R7 R7 R7 R7  S7 S7 S7 S7 T7 T7 T7 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %;7 
;7 ;7 ;7 @<7 A<7 <7 <7 *=7 >7 >7 ?7 ?7 F@7 A7 A7 kB7 C7 C7 @E7 AE7 bF7 oF7 |F7 F7 F7 F7                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  F7 F7 F7 F7 F7 F7 F7 G7 )G7 @G7 AG7 LG7 |H7 }H7 I7 I7 I7 I7 oL7 pL7 CM7 TM7 M7 M7 M7 9N7 gN7 N7 N7                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  N7 N7 O7 ^O7 O7 O7 O7 Q7 Q7 >Q7 BR7 CR7 MR7 XR7 R7 R7 R7                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  R7 R7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R7 R7  S7 S7 S7 S7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S7 S7                                        kdM) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S7 S7 MS7 YS7 S7 S7 S7 
T7 T7 QT7 [T7 T7 T7 T7                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
T7 T7 T7 $U7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T7 T7 #U7 $U7 %U7 'U7 3U7 7U7 SU7 TU7 iU7 U7 U7 U7 U7 U7 U7 U7 U7 V7 V7 V7 
V7 V7 W7 X7 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 $U7 %U7 &U7 'U7 SU7 TU7 ^U7 iU7 U7 U7 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U7 U7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  U7 U7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U7 U7 V7 V7 V7 V7 	V7                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	V7 
V7                                        kdi) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
V7 V7 RV7 ^V7 V7 V7 V7 W7 W7 X7 X7 X7                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  X7 X7 X7 %X7 &X7 ,X7 3X7 4X7 5X7 6X7 KX7 }X7 ~X7 X7 X7 X7 X7 X7 X7 X7 X7 X7 X7 X7 Z7 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    X7 X7 &X7 4X7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4X7 5X7 6X7 @X7 KX7 ~X7 X7 X7 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdw) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X7 X7                                        kd1) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X7 X7 X7 X7 X7 X7 X7 X7                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  X7 X7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X7 X7 6Y7 BY7 iY7 Y7 Y7 Y7 ~Z7 Z7 Z7 Z7                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z7 Z7 Z7 Z7 	[7 
[7 [7 [7 [7 [7 [7 [7 '[7 +[7 F[7 G[7 \[7 [7 [7 [7 [7 [7 [7 [7 [7 [7 [7 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Z7 Z7 
[7 [7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd٭) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [7 [7 [7 [7 G[7 Q[7 \[7 [7 [7 [7 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[7 [7                                        kdM) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [7 [7 [7 [7 [7 [7 [7 [7                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  [7 [7  \7 	\7 |]7 ~]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ^7 )^7 *^7 4^7 S^7 T^7 U^7 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  [7  \7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                \7 	\7 H\7 T\7 {\7 \7 \7 ]7 @]7 |]7 }]7 ~]7                                                                                                                         f                           kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ~]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7 ]7                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	]7 ]7                                        kdi) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]7 *^7 T^7 U^7 V^7 X^7 Y^7                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  U^7 V^7 Z^7 c^7 _7 _7 _7  `7 `7 `7 `7 `7 `7 `7 K`7 e`7 g`7 h`7 }`7 `7 `7 `7 `7 `7 `7 `7 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Y^7 Z^7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z^7 c^7 ^7 ^7 ^7 _7 #_7 R_7 o_7 _7 _7 _7                                                                                                                         f                           kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  _7 `7 `7 `7 `7 K`7 h`7 r`7 }`7 `7                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd˶) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	`7 `7 `7                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  `7 `7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `7 `7 `7 `7 `7 	a7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  `7 `7 `7 `7 
a7 a7 b7 b7 b7 Lc7 Mc7 Nc7 ^c7 _c7 c7 c7 c7 c7 c7 c7 c7 c7 c7 e7 e7 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 	a7 
a7                                        kdٸ) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
a7 a7 b7 b7 'b7 fb7 b7 Mc7 Nc7 _c7 c7                                                                                     s                                                                                              kd-) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
c7 c7 c7 c7 c7 c7 c7 we7 xe7 e7 e7 %f7 ]f7 f7 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e7 e7 f7 $f7 8f7 \f7 pf7 f7 f7 f7 g7 Hg7 Ig7 ^g7 g7 g7 g7 g7 g7 g7 g7 g7 g7 g7 g7 g7 g7  h7 h7 9h7 :h7 Th7 ]h7 ih7 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !f7 f7 Hg7 Ig7 Sg7 ^g7 g7 g7 g7                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g7 g7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g7 g7 g7 h7 h7 'h7 :h7 <h7 Sh7                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Sh7 Th7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Th7 ]h7 h7 h7 i7 	i7 
i7 i7 Hi7 Oi7 Wi7                                                             f                                    [            [                     
  $If   gd_ K$  kdI) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ih7 h7 i7 	i7 
i7 i7 i7 i7 3i7 <i7 Fi7 Hi7 Ni7 Oi7 Vi7 Xi7 mi7 ni7 }i7 i7 i7 i7 i7 i7 i7 i7 i7 i7 i7 i7 i7 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Wi7 Xi7 ni7 ~i7 i7 i7                                     R            I                                                                     	  $If   gd_ Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   i7 i7 i7 i7 i7 i7 j7 j7 j7 j7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i7 j7 j7 j7 $j7 Gj7 j7 j7 j7 j7 j7 j7 j7 j7 j7 j7 j7 
k7 k7 k7 k7 %k7 &k7 'k7 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J j7 j7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j7 $j7 Gj7 uj7 j7 j7 j7 j7 j7 j7 j7                                                             f                                    [            [                     
  $If   gd_ K$  kd+) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
j7 j7 k7 k7 k7  k7 !k7                                     R                                                                                              Q  kdr) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   !k7 "k7 #k7 $k7 %k7 &k7                                     R            I                                                                     	  $If   gd_ Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   &k7 'k7 Ok7 pk7 qk7 k7 k7 k7 k7 k7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'k7 ?k7 Ik7 Jk7 Kk7 Mk7 Nk7 Ok7 pk7 qk7 k7 k7 k7 k7 l7 l7 mm7 m7 m7 m7 m7 m7 m7 m7 m7 !n7 *n7 An7 qn7 wn7 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k7 k7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k7 k7 l7 l7 l7 m7 m7 m7 m7 m7 qn7                                                                                     Y                                          kd') $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
qn7 xn7 n7 n7 n7 n7 n7 n7 n7 n7 
o7 $o7 >o7 Fo7 [o7 po7 o7 o7                                                                                                                                                                                                                      	  $If   gd_  S  kd) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ wn7 xn7 n7 n7 o7 o7 o7 o7 p7 p7  p7 !p7 #p7 $p7 %p7 Dp7 Ep7 p7 p7 p7 p7 p7 q7 q7 q7 q7 q7 q7 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  o7 o7 o7 o7 o7 o7 o7                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kds) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  o7 o7 %p7 Ep7 jp7 }p7 p7 p7 p7 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p7 p7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p7 p7 q7 5q7 q7 q7 q7 q7 r7 
r7 r7                                                             f                                    [            [                     
  $If   gd_ K$  kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
q7 q7 q7 q7 q7 r7 r7 
r7 r7 r7 s7 s7 s7 s7 s7 s7 s7 s7 s7 s7 s7 s7 s7 s7 t7 t7 !t7 *t7 t7 ^u7 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 r7 r7 r7 4r7 Ir7 [r7 ur7 r7 r7 r7 r7 r7 r7 s7 s7 1s7 Ks7 [s7                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd) $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   [s7 us7 s7 s7 s7                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd_) $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s7 s7 s7 s7 s7 s7 t7 t7 t7  t7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 t7 !t7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !t7 *t7 t7 t7 u7 ]u7 u7 u7 u7 u7 v7 bv7                                                                                                 f                                                   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ^u7 u7 u7 u7 u7 v7 v7 av7 bv7 cv7 {v7 v7 v7 v7 v7 v7 v7 v7 v7 w7 w7 w7 w7 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ bv7 cv7 v7 v7 v7 v7 v7 w7 w7 w7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w7 w7                                        kds) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w7 w7 w7 w7 #x7 lx7 
y7 y7 y7 
y7 y7                                                                                                 Y                              kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
w7 w7 w7 "x7 #x7 lx7 
y7 y7 y7 
y7 y7 y7 py7 qy7 ry7 y7 y7 y7 y7 y7 y7 y7 y7 z7 z7 z7 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  y7 qy7 ry7 y7 y7 y7 y7 y7 y7 z7 
z7 z7             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z7 z7                                        kd;) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z7 z7 z7 {7 X{7 {7 @|7 A|7 B|7 S|7 |7                                                                                     Y                                          kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
z7 z7 z7 {7 >|7 @|7 A|7 B|7 R|7 S|7 |7 |7 |7 |7 |7 |7 /~7 1~7 2~7 3~7 C~7 D~7 ~7 ~7 ~7 ~7 ~7 ~7 ~7 ~7 ~7 ~7 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 |7 |7 |7 |7 |7 |7 |7 |7 |7 }7 0}7 @}7 Z}7 t}7 |}7 }7 }7                                                                                                                                                                                                         	  $If   gd_  S  kdI) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }7 }7 }7 }7 }7 ~7 0~7 1~7 2~7                                                                                                                                                                                                                                                 	  $If   gd_  S  kd) $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  2~7 3~7 D~7 ~7 |            s            s                                                                                                                                                                                           	  $If   gd_   kdm) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~7 ~7 ~7 ~7 ~7 ~7 ~7 
7  7 !7 "7 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd') $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
~7 ~7 ~7 ~7 7  7 #7 ,7 7 Ձ7 ց7 ׁ7 7 7 7 7 7 R7 7 ̂7 ΂7 Ԃ7 Ղ7 ݂7 ߂7 ؄7 ڄ7 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  "7 #7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #7 ,7 7 E7 7 7 (7 Ձ7 ց7 ׁ7 7                                                                                                 f                                                        kdC) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
7 R7 ΂7 Ղ7 ނ7 ߂7 7 7 7 &7 87 R7 l7 }7 7                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  7 7 7 ܃7 7 7 7 #7 57 O7 i7 z7 7 7 7 ل7 ڄ7                                                                                                                                                                                                                            S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ڄ7 ۄ7 ܄7 7 7 7 +7 >7 Q7 d7 e7 f7             s                                                                                                                                                                 kd!) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ڄ7 ۄ7 ܄7 7 7 7  7 7 7 7 7 7 7 c7 d7 g7 p7 47 c7 d7 7 7 >7 ?7 $7 97 7 7 ԉ7 7 7 7 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ f7 g7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g7 p7 47 7 7 ?7 r7 Ň7 ;7 7 7 7 7 7 7 27 7 7 Ȋ7 7 (7 T7 7 7 7                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  7 7 7 7 7 '7 7 Ë7 ǋ7 ߋ7 7 7 7 7 67 <7 =7 E7 G7 7 7 7 7 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   7 7 7 67 =7 F7 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd/) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F7 G7 O7 d7 y7 7 7 7 Ԍ7 7 7 7 *7 D7 U7 o7 w7 7                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd) $If   K$L$l 0                     x                
t                                4   4 
l a   7 7 7 ȍ7 7 7 
7 '7 A7 R7 l7 }7 7 7 7                                                                                                                                                                                                                   	  $If   gd_  S  kd{) $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7 7 7 Î7 ֎7 7 7 7 "7 #7 $7 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd
) $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
7 7 7 7 7 7 Î7 Վ7 ֎7 !7 "7 %7 .7 7 7 7 67 K7 7 7 7 7 7 .7 ѓ7 7 7 7 7 37 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $7 %7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %7 .7 7 7 N7 đ7 ё7 >7 7 17 7 7 /7 N7 m7 7 7 Ȕ7 7 (7 )7                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  37 F7 R7 e7 7 7 ̔7 ߔ7 7 7 7 7 '7 (7 )7 *7 :7 ;7 7 7 7 7 7 ֗7 ؗ7 ٗ7 ڗ7 7 7 7 7 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  )7 *7 ;7 7 7 7 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd)) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 Ε7 7 7 7 %7 67 M7 d7 u7 7 7 7 7                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd) $If   K$L$l 0                                     
t                                4   4 
l a   7 7 Ζ7 7 7 7 7 27 I7 Z7 q7 7 7 7 7 ח7 ؗ7                                                                                                                                                                                                                            S  kdu) $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ؗ7 ٗ7 ڗ7 7 7 7 )7 <7 O7 b7 d7 e7             s                                                                                                                                                                 kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 7 7 7 7 a7 b7 f7 o7 7 7 I7 {7 7 |7 7 7 7 j7 7 Q7 f7 7 7 D7 7 ?7 T7 7 7 7 7 7 7 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !e7 f7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f7 o7 7 I7 7 7 7 Q7 7 7 7 67 h7 7 7 7 7 W7 X7 _7 7 7                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  7 <7 |7 7 7 7 7 87 W7 v7 w7 7                                                                                                             f                                       kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  7 7 7 07 <7 O7 [7 n7 u7 w7 7 7 ˤ7 ̤7 ͤ7 7 7 7 7 7 7 7 !7 67 77 87 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  7 ̤7 ͤ7 7 7 7 7 7             s                                                                                                                                                                                     kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 37 U7 w7 7 7 7 ޥ7  7 "7 77                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  77 87 I7 |7 7 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       87 H7 I7 7 7 7 7 7 7 7 7 7 ަ7 Ĩ7 ר7 7 7 <7 P7 t7 7 7 ϩ7 
7 7 7 7 7 7 r7 u7 7 7 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  7 7 7 7 ަ7 7 7 Ĩ7 7 =7 u7 7 7 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 `7 a7 7 Z7 [7 7 7 ߬7 7 7 t7 u7 7 7 "7 Z7 7 7 E7 F7 P7 [7 7 7 7                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  7 7 7 !7 57 Y7 m7 7 7 7 7 E7 F7 [7 7 7 7 7 7 7 ů7 Ư7 ʯ7 ˯7 ̯7 ޯ7 ߯7 7 7 7 7 7 7 7 %7 m7 7 7 7 7 7 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (7 7                                        kdQ) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 ˯7 ̯7 ߯7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  7 7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 %7 m7 7 ǰ7 7 7 -7 d7 7 7 7                                                                                                             f                                       kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  7 7 7 α7 ϱ7 7 7 7 7 7 7             s                                                                                                                                                                      kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
7 7 7 7 ȱ7 ɱ7 ͱ7 α7 ϱ7 7 7 7 7 7 7 7 (7 i7 j7 7 7 7 7 7  7 7 7 #7 $7 (7 )7 *7 <7 =7 O7 P7 u7 v7 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %7 7                                        kdm) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 (7 F7 j7 7 7 7  7                                                 f                                                                                                                       kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   7 7 )7 *7 =7 P7 c7 v7 x7 y7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y7 z7                                        kd5) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v7 z7 7 ĳ7 ų7 G7 H7 I7 Y7 Z7 [7 \7 t7 ~7 7 7 7 7 7 7 7 7 д7 Ѵ7 մ7 ޴7 7 7 7 7 7 7 7 #7 $7 %7 &7 37 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %z7 7 7 ų7 H7 I7 Z7 [7                                                 f                                                                                                                       kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  [7 \7 7 7 7 7 7 Ѵ7 Ӵ7 Դ7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Դ7 մ7                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               մ7 ޴7 7 7 7 7 $7 %7                                                 f                                                                                                                       kdQ) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  %7 &7 '7 X7 7 7 7 
7 >7 67 77 k7 7 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       37 77 X7 7 7 7 7 7 7 >7 7 77 k7 ~7 7 7 7 7 7 7 /7 A7 B7 `7 a7 t7 7 7 7 7 7 (7 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  7 7 7 a7 7 7 )7 p7 7 7 7 7  7 +7 ^7 h7 r7                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  (7 <7 o7 7 7 Һ7 7 7 7 +7 ]7 ^7 h7 r7 s7 7 7 7 7 7 7 7 7 ӻ7 Ի7 7 7 7 7 7 ,7 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\r7 s7                                        kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s7 7 7 7 Ի7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  7 7                                        kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 μ7 7 7 =7 7 7 7 7                                                                                                 f                                                   kdm) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ,7 7 7 7 $7 47 =7 D7 J7 ~7 7 7 7 7 7 7 7 7 7 Ľ7 Ž7 ̽7 ν7 7 7 7 7 7 7 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 7 Ž7 ͽ7 ν7 7 7 7 7                                                             R            I                                   	  $If   gd_ Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd') $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 7 7 7  7 37 F7 Y7 l7 n7 o7 7 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdA) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7 7 7 7 7 7  7 27 37 E7 F7 k7 l7 7 7 7 7 7 ˿7 տ7 ֿ7 7 7 7 @7 I7 P7 V7 g7 h7 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 7 7                                        kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 J7 g7 7 7 ˿7 ֿ7 7 7 #7 I7 h7 i7                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  h7 i7 j7 z7 {7 ~7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 !7 +7 ,7 07 17 27 D7 E7 W7 X7 }7 ~7 7 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  i7 j7 {7 7 7 7 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdO) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 7                                     R            I                                                                     	  $If   gd_ Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	) $If   K$L$l 0                                     
t                              4   4 
l a   7 	7 17 27 E7 X7 k7 ~7 7 7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 7                                        kd) $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7 7 7 "7 \7 n7 7 7 7 7 @7 D7 E7 F7                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ?7 @7 C7 D7 E7 F7 G7 W7 X7 [7 p7 y7 7 7 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 F7 G7 X7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 * $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 7 v7 w7 %7 )7 k7 7 7 7  7 7 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    7 7 7 7 7 7 7 7 7 7 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd * $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 7                                        kd* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7 7 w7 7 &7 Y7 7 7 7 7 7 ,7 n7 o7                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
7 7 #7 +7 ,7 37 97 m7 n7 o7 p7 7 7 7 7 7 7 7 7 7 7 7 7 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  o7 p7 7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 7 7 7 7 7 77 7 7 7 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7 7 7 7 7 7 
7 7 77 7 7 7 7 7 7 7 O7 P7 \7 `7 7 7 7 (7 ,7 T7 &7 T7 `7 d7 7 B7 C7 }7 ~7 7 7 7 7 7 7 .7 27 ^7 7 7 7 7 f7 7 7 87 7 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  47 7 7 7 7 O7 P7 7 7 7 7 T7 &7 S7 T7 7 C7 }7 ~7 7 e7 f7 7 7 7 7 7 7 7 ^7                                                                                                                                                                                                                                                                                                                                                                   gd_  ^7 7 7 7 f7 7 7 87 7 7 7 h7 i7 t7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  7 7 
7 g7 h7 t7 7 7 7 7 7 7 7 7 	7 
7 7 G7 ~7 7 7 \7 7 7 7 7 7 ?7 v7 w7 7 7 7 7 7 7 7 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $7 7 7 7 7 7 7 7 7 M            H            H            H            H            H            H            H                   gd_   kdm* $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   7 7 7 7 7 7 7 7                                                 _            V            V                                                             	 $If   gd_    kd* $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  7 7 7 	7                                                                                                                                                                                                                                                          	 $If   gd_  o  kd* $$If   l       0   T# T                 .                
t  0                                                              4 
l al  	7 
7 7 7 7 -7 57 A7                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd}* $$If   l       0   T# T                 .                
t  0                                                              4 
l al  A7 B7 G7 ~7 7 2            )            )            )                      	 $If   gd_    kd* $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     7 7 7 7 7 7 V7             [                                                                                                                                           kdG* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  V7 W7 \7 7 7 7 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7 7 7 7 7 97 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  97 :7 ?7 w7 |7 7 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7 7 7 7 7 7 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdk* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7 7 7 7 ]7 b7 n7 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd4* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n7 o7 r7 |7 n            e            e                                                                                                                                                               	 $If   gd_    kd* $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           |7 }7 7 7                                                                                                                                                                                                                                                	 $If   gd_  t  kd
* $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  7 7 7 7 7 7 7 7 7                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdo* $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  7 7                                             kd* $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          7 7 7 7 7 7 7 7                                                             A                                  kde* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  7 7 7 7 7 7 7 7                                                 A                                              kdD* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  7 7 7 7 7 7 7                                     A            <            7                  gd_    gd_    kd#* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  7 7 7 7 7 7 7 7 7 7 7                                                                                                                                                                                                                                              E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
7 7 7 7 7 7 7 7 7 7 7 7 '7 (7 57 67 U7 V7 X7 Y7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 h7 i7 t7 u7 7 7 7 7 󽬗n  h
 h_ CJ OJ QJ ^J aJ  /j4* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +7 7 7 7 7 !7 '7                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda* $$If   l 0 
" R                                                           4 
l a   '7 (7 17 57 67 I7 U7                                     a                                                                                                                             E  kd~* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   U7 V7 W7 X7 Y7 k7 7                                     a                                                                                                                             E  kd<* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   7 7 7 7 7 7 7                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   7 7 7 7 7 7 7                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdY* $$If   l 0 
" R                                                           4 
l a   7 7 7 7 7 7 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   7 7 7 7 7 7 7 7 7 7 7 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdv* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
7 7 7 7 7 7 7 7 7 7 7 7 &7 '7 37 47 {7 }7 7 7 7 7 7 7 	7 7 7 7 [7 ]7 ^7 j7 k7 7 7 7 )7 ,7 A7 a7 7 7 7 7 D7 E7 W7 X7 7 ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /j* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 07 7 7 7 '7 47 |7 }7 7 7                                                                                                                                                                                                                                                       S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	7 7 7 
7 7 7 \7                                     N                                                                                       S  kd&* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   \7 ]7 ^7 k7 7 :7 7 7 7 7 7 7 7 j7 7 67 7 7 l7                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   l7 m7 ,7 7 7 7 &7 D7 E7 X7 7 7 7 7 7 y7 7 7 7 7 7 7 7 7 7 7 7 ?7                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 ?7 U7 Y7 f7 g7 7 7 7 7 7  7 7 7 7 )7 *7 +7 /7 07 m7 n7 y7 ܮ{shsss                   j.* h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %?7 K7 Z7 f7 g7 7 7  7                                     j                                                                                                                                           kdJ* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_   7 7 7 [7 `7 7 7 7 7 7 7 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
7 7 7 7 27 7 7 7 7 s7 t7 7 7 ;7 <7 7 7 7 7 7 7 7 V7 7 7 7 7                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  y7 z7 {7 7 7 7 7 7 r7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 m7 v7 7 7 7 7 7 7 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj* h_ U !7 7 7 7 7 7 7                                                 e                                                                                                                        F  kd* $$If   l   l '{6    4   4 
l a] p
        F  kdc* $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  7 7 7 7 7 7 7 7 7 7 7 ,7 -7 C7 D7 _7 `7 |7 }7 7 7 7 7 7 7 7 7 7 7 -7 .7 /7 07 17 8 8 8 }8 8 8 8 8 8 8 8 y8 8 8 8 #8 B8 x8 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 37 7 7 7 7 7 7                                                             5            v  kd* $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdI* $$If   l   l '{6    4   4 
l a] p
         7 7 7 7 7 7 7 7                                     t                                                                                                                                                             v  kda* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd * $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 %7 '7 ,7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd * $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,7 -7 ;7 =7 C7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb!* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C7 D7 W7 Y7 _7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
"* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _7 `7 u7 w7 |7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |7 }7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc#* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd%* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7  7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 
7 7 -7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -7 .7 /7 07 17 8 8 8 d8 ~8 8 8  8 8 G8                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kde'* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G8 [8 8 8 8 8 "8 @8 t8 8 8 8 8 $8 C8 w8 x8 y8 z8 8 8 8 8 8 8 8 8 8 Q8 R8                                                                                                                                                                                                                                                                                                                                                                   gd_  x8 z8 8 8 8 8 8 8 8 8 88 P8 p8 s8 8 8 8 8 B8 m8 8 8 8 8 (8 28 38 Y8 Z8 w8 x8 8 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  R8 p8 ~8 8 8 8 8 8 8 8 ,8 B8 X8 n8 o8 8 8 8 8 8 (8 28                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  28 38                                     kd(* $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               38 Z8 w8 x8 8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	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 c8 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 8 8                                     kdg)* $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 8 	8 	8 *	8 +	8 O	8 k	8 l	8 	8 	8 	8 	8 	8                                                                                                                                     q                            kd** $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
	8 	8 	8 	8 	8 	8 	8 	8 	8             q            l                                                                                                                                                       gd_    kd{+* $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  	8 	8                                     kd8,* $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               	8 	8 
8 
8 "
8 #
8 =
8 Y
8 Z
8 l
8 
8 
8 
8 
8 
8 
8 
8                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
8 8 8 <8 z            q            q                                                                                                                                                                                       	  $If   gd_    kd-* $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       <8 =8 >8 e8 f8 g8 h8 i8 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdL.* $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       c8 d8 e8 j8 s8 8 8 
8 8 -8 .8 08 \8 ]8 b8 k8 8 8 8 8 
8 
8 j
8 l
8 |
8 }
8 
8 
8 
8 
8 
8 
8 L8 M8 8 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "i8 j8                                     kd	/* $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j8 s8 8 8 8 8 8 8 8 8 8 8 .8                                                                                                             q                                                         kd`0* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  .8 /8 08 ]8 ^8 _8 `8 a8 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd1* $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       a8 b8                                     kd1* $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b8 k8 8 8 j
8 k
8 l
8 }
8 
8                                                             q                                                                                                                             kd13* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
8 
8 
8 
8 
8 M8 8 8 8 8 8 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd3* $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
8 8 8 8 8 8 8 8 8 8 8 C8 X8 Y8 8 8 ,8 8 8 "8 #8 t8 8 8 8 8 8 8 8 8 8 8 8 C8 S8 T8 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  8 8                                        kd4* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 C8 Y8 [8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8 8                                        kd
6* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 .8 /8 k8 l8 {8 8 8 8 #8 t8 8                                                                                                 s                                                                        kda7* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8 8 8 8 8 8 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd8* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8                                        kd8* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 B8 C8 T8 u8                         s                                                                                                                                                                                   kd):* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T8 t8 u8 v8 w8 x8 z8 8 8 )8 *8 A8 8 8 8  8 8 8 8 #8 8 8 ,8 K8 8 8 8 8 i8 8 8 8 8 8 8 18 8 /8 8 8 8 >8 8 8  8  8 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -u8 v8 w8 x8 y8 z8 8 G8 H8 8 8 8 8 8 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd:* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8 8 8 +8 C8 Z8 8 8 8 8 >8 ?8 )8 *8 A8 V8 8 8 8                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[<* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8  8 +8 08             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx=* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   08 18 ;8 @8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @8 A8 L8 Q8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6>* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q8 R8 \8 a8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a8 b8 c8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS?* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp@* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 "8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "8 #8 .8 38             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.A* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   38 48 >8 C8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C8 D8 O8 T8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T8 U8 _8 d8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKB* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d8 e8 f8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	C* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhC* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&D* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 ,8 :8 J8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J8 K8 V8 [8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [8 \8 f8 k8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCE* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k8 l8 w8 |8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |8 }8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`F* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}G* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 	8 u8 8 8 8 8                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd;H* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 
8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8  8 +8 08             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXI* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   08 18 ;8 @8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @8 A8 B8 i8 w8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduJ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3K* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 "8 '8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPL* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '8 (8 28 78             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   78 88 C8 H8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H8 I8 S8 X8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmM* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X8 Y8 Z8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+N* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHO* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8  8 08                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   08 18 <8 A8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A8 B8 L8 Q8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeP* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q8 R8 ]8 b8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b8 c8 m8 r8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#Q* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r8 s8 t8 8 8 8 8 .8                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdQ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .8 /8 :8 ?8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?8 @8 J8 O8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@R* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O8 P8 [8 `8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `8 a8 k8 p8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p8 q8 r8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]S* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzT* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 -8 =8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8U* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =8 >8 I8 N8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N8 O8 Y8 ^8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^8 _8 j8 o8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUV* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o8 p8 z8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrW* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0X* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 " 8 B 8 g 8  8  8  8  8  8  8  8 !8 !8                                                                                                                                                                                        gd_  z  kdX* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    8 !8 !8 /!8 !8 !8 !8 !8 !8 !8 ("8 )"8 3"8 ="8 >"8 p"8 q"8 "8 "8 "8 "8 "8 "8 "8 $8 $8 $8 $8 $8 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  !8 !8 !8 !8 !8 !8 !8 )"8 3"8 ="8                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	="8 >"8                                        kdMY* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >"8 q"8 "8 "8 "8 "8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "8 "8                                        kdZ* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "8 "8 #8 #8 ?#8 @#8 #8 #8 #$8 H$8 X$8 i$8 y$8 z$8 $8                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  $8 $8 $8 %8 %8 3%8 L%8 {%8 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd[* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $8 $8 $8 $8 $8 $8 $8  %8 z%8 {%8 |%8 %8 %8 %8 %8 %8 %8 \'8 ^'8 n'8 o'8 %(8 &(8 )(8 :(8 R(8 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j\* h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  {%8 |%8 %8 %8 %8 %8 %8 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd4]* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %8 %8                                        kd]* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %8 %8 &&8 '&8 v&8 &8 &8 &8 '8 /'8 D'8 \'8 ]'8                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ]'8 ^'8 o'8 &(8 |            s            s                                                                                                                                                                                           	  $If   gd_   kdB_* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &(8 '(8 ((8 )(8 R(8 (8 (8 )8 ()8 :)8 ;)8 **8 +*8 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd_* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R(8 (8 (8 )8 )8 9)8 :)8 ;)8 Y)8 )8 )8 )8 *8 )*8 +*8 @*8 r*8 s*8 }*8 *8 *8 *8 *8 *8  +8 +8 +8 
+8 +8 +8 >-8 ?-8 b-8 d-8 t-8 u-8 -8 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $+*8 5*8 @*8 s*8 }*8 *8                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  *8 *8                                        kd`* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *8 *8 *8 *8 +8 +8 +8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  +8 +8                                        kd
b* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +8 
+8 R+8 S+8 b+8 s+8 +8 +8 *,8 ,8 ,8 ,8 ,8 -8 >-8 ?-8 c-8                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  c-8 d-8 u-8 -8 .8 w.8 .8 .8 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd^c* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -8 -8 -8 -8 -8 -8 -8 -8 -8 .8 A.8 v.8 .8 .8 .8 .8 .8 .8 /8 "/8 I/8 /8 /8 /8 /8 /8 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jd* h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  .8 .8 .8 .8 !/8 "/8 /8 /8 /8 /8 /8 /8 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /8 /8 08 608 708 A08 K08 L08 q08 r08 08 08 08 08 08 #18 118 n18 18 18 18 18 18 18 18 28 	28 28 28 28 028 128 <28 p28 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !/8 08 708 A08 K08                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  K08 L08                                        kdWe* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L08 r08 08 08 08 08                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  08 08                                        kdf* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               08 08 18 18 :18 ;18 18 18 18 18 18                                                                                                 Y                              kdg* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
18 	28 
28 28 28 <28 28 28 +58 ,58 78 78             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdh* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  p28 q28 |28 }28 28 28 28 28 28 28 78 78 88 
98 I<8 [<8 )@8 <@8 r@8 t@8 @8 @8 *A8 +A8 -A8 .A8 A8 A8 B8 B8 C8 :C8 	D8 D8 D8 D8 E8 E8 ]G8 G8 G8 G8 H8 H8 H8 H8 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jm* hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jsi* hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -78 88 88 
98 S:8 T:8 ;8 ;8 H<8 I<8 [<8 =8 =8 (@8 )@8 >@8 @8 +A8 .A8 A8 A8 B8 B8 C8 C8 C8 'C8                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  'C8 :C8 ;C8 @C8 HC8 MC8             f                                                                                                                                                                      kdi* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  MC8 NC8 SC8 [C8 gC8 o            f            f            f                                                                                                                                                	  $If   gd_    kdHj* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at gC8 hC8 mC8 tC8 yC8 o            f            f            f                                                                                                                                                	  $If   gd_    kdj* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at yC8 zC8 C8 C8 C8 o            f            f            f                                                                                                                                                	  $If   gd_    kd$k* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C8 C8 C8 C8 C8 o            f            f            f                                                                                                                                                	  $If   gd_    kdk* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C8 C8 C8 C8 C8 o            f            f            f                                                                                                                                                	  $If   gd_    kd l* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C8 C8 C8 C8 C8 o            f            f            f                                                                                                                                                	  $If   gd_    kdnl* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C8 C8 C8 C8 C8 o            f            f            f                                                                                                                                                	  $If   gd_    kdl* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C8 C8 C8 C8 D8 D8 E8 E8 G8 G8 FH8 GH8 H8 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdJm* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H8 H8 H8 H8 H8 Q8 Q8 T8 T8 Z8 Z8 l]8 ]8 ^8 ^8 ^8 ^8 ^8 ^8 _8 _8 _8 )`8 *`8 4`8 >`8 ?`8 K`8 l`8 m`8 `8 `8 `8 `8 `8 yb8 {b8 b8 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %H8 H8 (I8 )I8 I8 I8 vJ8 wJ8 J8 L8 L8 M8 M8 M8 oO8 pO8 
P8 Q8 Q8 R8 R8 T8 T8 T8 (T8 5T8 FT8                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  FT8 WT8 hT8 yT8 T8 T8 T8 T8 T8 T8 T8 T8 V8 V8 V8 V8 ;W8 <W8 Z8 Z8 Z8 Z8 ([8 x[8 y[8 [8 \8 3\8 c\8                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  c\8 d\8 \8 \8 l]8 m]8 ]8 ^8 ^8 ^8 _8 _8 _8 _8 *`8 4`8 >`8                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  >`8 ?`8                                        kd3n* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?`8 m`8 `8 `8 `8 `8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  `8 `8                                        kdo* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `8 `8 `8 `8 a8 Fa8 a8 a8 a8 a8 a8 b8 yb8 zb8                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
zb8 {b8 b8 b8 |            s            s                                                                                                                                                                                           	  $If   gd_   kdp* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b8 b8 b8 b8 b8 b8 b8 b8 b8 b8 c8 :c8 ;c8 Ec8 Oc8 Pc8 \c8 }c8 ~c8 c8 c8 c8 c8 c8 :e8 e8 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 b8 b8 b8 b8 b8 b8 b8 c8 ;c8 Ec8 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ec8 Oc8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Oc8 Pc8                                        kdOr* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pc8 ~c8 c8 c8 c8 c8 c8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  c8 c8                                        kds* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c8 c8 c8 c8 $d8 Od8 d8 d8 9e8 e8 e8 e8                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  e8 e8 e8 e8 e8 e8 e8 e8 e8 e8 e8 f8 f8 'f8 1f8 2f8 >f8 _f8 `f8 f8 f8 f8 f8 f8 h8 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    e8 e8 e8 e8 |            s            s                                                                                                                                                                                           	  $If   gd_   kdt* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e8 e8 e8 e8 e8 f8 'f8 1f8 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1f8 2f8                                        kdkv* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2f8 `f8 f8 f8 f8 f8 f8 f8                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f8 f8                                        kdw* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f8 f8 f8 f8 g8 3g8 sg8 g8 h8 h8 h8 h8                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 h8 -i8 .i8 8i8 Bi8 Ci8 Oi8 pi8 qi8 i8 i8 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    h8 h8 h8 h8 |            s            s                                                                                                                                                                                           	  $If   gd_   kdy* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h8 h8 h8 h8 h8 h8 h8 .i8 8i8 Bi8 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdy* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Bi8 Ci8                                        kdz* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ci8 qi8 i8 i8 i8 i8 i8 i8                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  i8 i8 i8 i8 k8 k8 -k8 .k8 4k8 ;k8 <k8 =k8 >k8 Sk8 k8 k8 k8 k8 k8 k8 k8 k8 k8 k8 k8 k8 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  i8 i8                                        kd{* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i8 i8 i8 i8 j8 Hj8 j8 j8 j8 k8 k8 k8                                                                                                                         f                           kd/}* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  k8 .k8 <k8 =k8 >k8 Hk8 Sk8 k8 k8 k8                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd}* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	k8 k8                                        kd~* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k8 k8 k8 k8 k8 k8 k8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  k8 k8 k8 l8 m8 m8 m8 m8 m8 m8 m8 m8 m8 m8 m8 n8 n8 n8 n8 Nn8 On8 Yn8 cn8 dn8 pn8 n8 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  k8 k8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k8 l8 Al8 Ml8 tl8 l8 l8 l8 m8 Em8 m8 m8                                                                                                                         f                           kdK* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  m8 m8 m8 m8 m8 m8 n8 n8 n8 On8                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	On8 Yn8 cn8                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  cn8 dn8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dn8 n8 n8 n8 n8 n8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n8 n8 n8 n8 n8 n8 o8 o8 o8 p8 p8 p8 p8 p8 0q8 1q8 2q8 3q8 4q8 5q8 Aq8 Eq8 eq8 Ks8 ^s8 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 n8 n8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n8 n8 o8 o8 o8 p8 ;p8 p8 p8 p8 0q8                                                                                     s                                                                                              kdg* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
0q8 1q8 2q8 3q8 4q8 5q8 eq8 s8 s8 Ks8 s8 s8 s8 Ct8 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd!* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^s8 s8 s8 s8 s8 s8 t8 Bt8 Vt8 t8 t8 t8 t8 t8 /u8 0u8 :u8 Du8 Eu8 ]u8 gu8 hu8 iu8 lu8 mu8 u8 u8 u8 u8 u8 u8 u8 u8 v8 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ct8 t8 t8 t8 t8 t8 0u8 :u8 Du8                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Du8 Eu8                                        kdۆ* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Eu8 mu8 u8 u8 u8 u8 u8 u8 u8                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  u8 u8                                        kd/* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u8 u8 gv8 zv8 v8 v8 v8 v8 v8 v8 v8                                                             f                                    [            [                     
  $If   gd_ K$  kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
v8 gv8 v8 v8 v8 v8 v8 v8 v8 v8 v8 v8 v8 v8 v8 v8 w8 
w8 w8 w8 w8  w8 8w8 Bw8 Cw8 Dw8 Fw8 Gw8 Hw8 jw8 kw8 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ v8 v8 
w8 w8 w8 w8                                     R            I                                                                     	  $If   gd_ Q  kdʊ* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=* $If   K$L$l 0                                     
t                              4   4 
l a   w8  w8 Hw8 kw8 ~w8 w8 w8 w8 w8 w8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kw8 w8 w8 w8 w8 w8 Ax8 Bx8 Cx8 Dx8 Tx8 Ux8 x8 x8 x8 x8 x8 x8 x8 x8 x8 x8 x8 x8 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J w8 w8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w8 w8 w8 x8 Bx8 Cx8 Dx8 Ux8 x8 x8 x8                                                             f                                    [            [                     
  $If   gd_ K$  kde* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
x8 x8 x8 x8 x8 x8 x8                                     R                                                                                              Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a   x8 x8 x8 x8 x8 x8                                     R            I                                                                     	  $If   gd_ Q  kdƏ* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9* $If   K$L$l 0                                     
t                              4   4 
l a   x8 x8 x8 y8 y8 5y8 Hy8 [y8 \y8 ]y8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x8 x8 x8 x8 x8 x8 x8 x8 y8 y8 Zy8 [y8 ^y8 gy8 Xz8 Yz8 {8 %{8 ?{8 @{8 A{8 B{8 R{8 S{8 T{8 {8 {8 {8 |8 |8 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ]y8 ^y8                                        kd
* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^y8 gy8 y8 Fz8 Yz8 ?{8 @{8 A{8 B{8 S{8 |8                                                                                     Y                                          kda* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
|8 |8  |8 !|8 )|8 >|8 S|8 e|8 |8 |8 |8 |8 |8 |8 |8 }8 !}8 ;}8                                                                                                                                                                                                                      	  $If   gd_  S  kd* $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ |8 |8 |8 !|8 }8 }8 }8 }8 }8 }8 }8 }8 }8 }8 }8 }8 }8 .~8 /~8 2~8 ;~8 G~8 ~8 08 G8 H8 I8 J8 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ;}8 U}8 e}8 }8 }8 }8 }8                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd* $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }8 }8 }8 }8 	~8 ~8 /~8 0~8 1~8 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd?* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1~8 2~8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2~8 ;~8 ~8 ~8 H8 I8 J8 [8 8 8 8                                                             f                                    [            [                     
  $If   gd_ K$  kdM* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
J8 Z8 [8 y8 8 8 8 8 8 8 -8 /8 08 18 I8 S8 T8 U8 W8 X8 Y8 f8 p8 q8 8 8 8 Ɂ8 O8 8 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 8 8 8 8 8 8 8 .8 >8 X8 r8 z8 8 8 8 Ѐ8 8 8                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd* $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   8 8 .8 /8 08                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd* $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  08 18 Y8 q8 8 8 8 8 8 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 Ɂ8 O8 l8 8 8 8 8 8 8 8 8                                                                                                 f                                                   kd9* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  8 8 8 8 8 8 8  8 8 8 8 $8 %8 &8 (8 )8 *8 B8 C8 8 8 8 8 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 8 8 *8 C8 h8 {8 8 8 8 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 W8 8 8 8 8 8 8 8 8                                                                                                 Y                              kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8 V8 X8 8 8 8 8 8 8 8 8 8 8 8 8 )8 38 48 58 78 88 98 :8 8 8 8 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  8 8 8 98 :8 _8 r8 8 8 8 8 8             s                                                                                                                                                                 kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8                                        kdu* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 8 8 @8 ߉8 8 8 8 E8                                                                                     Y                                          kdɟ* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8 8 8 @8 ݉8 ߉8 8 8 8 8 E8 F8 L8 M8 U8 W8 ΋8 Ћ8 ы8 ҋ8 8 8 58 68 78 O8 Y8 Z8 [8 ]8 ^8 _8 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 E8 F8 M8 V8 W8 _8 t8 8 8 8 ϊ8 ߊ8 8 8 8 08 E8                                                                                                                                                                                                         	  $If   gd_  S  kd* $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  E8 W8 q8 8 8 8 ϋ8 Ћ8 ы8                                                                                                                                                                                                                                                 	  $If   gd_  S  kd* $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ы8 ҋ8 8 68 |            s            s                                                                                                                                                                                           	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       68 78 _8 `8 s8 8 8 8 8 8 8 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kda* $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
_8 `8 r8 s8 8 8 8 ˌ8 8 t8 u8 v8 8 8 8 8 8 8 78 k8 m8 s8 t8 |8 ~8 w8 y8 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  8 8                                        kd)* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 ˌ8 8 8  8 48 ǎ8 t8 u8 v8 8                                                                                                 f                                                        kd}* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
8 8 m8 t8 }8 ~8 8 8 8 Ő8 א8 8 8 8 68                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd7* $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  68 P8 a8 {8 8 8 8 8 ԑ8 8 8 8 38 M8 ^8 x8 y8                                                                                                                                                                                                                            S  kdɥ* $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y8 z8 {8 8 8 8 ʒ8 ݒ8 8 8 8 8             s                                                                                                                                                                 kd[* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y8 z8 {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 s8 8 8 8 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 8 8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 ӓ8 *8 8 ޔ8 8 d8 ڕ8 /8 8 48 8 8 8 ї8  8 78 g8 8 ǘ8 8 8 K8 8                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  8 8 8 8 8 Ƙ8 O8 b8 f8 ~8 8 8 8 8 ՙ8 ۙ8 ܙ8 8 8 58 78 88 98 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   8 8 8 ՙ8 ܙ8 8 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdi* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 -8 ?8 Y8 s8 8 8 8 ɚ8 8 8 8 8 +8                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd#* $If   K$L$l 0                     x                
t                                4   4 
l a   +8 @8 U8 g8 8 8 8 ƛ8 8 8 8 8 68 78 88                                                                                                                                                                                                                   	  $If   gd_  S  kd* $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  88 98 a8 b8 u8 8 8 8 8 8 Ü8 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdG* $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
98 Q8 [8 \8 `8 a8 b8 t8 u8 8 8 Ĝ8 ͜8 8 8 8 ՞8 8 K8 `8 <8 Q8 8 ͠8 p8 8 8 8 8 ҡ8 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ü8 Ĝ8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ĝ8 ͜8 8 8 8 c8 p8 ݟ8 T8 Р8 8 8 Ρ8 8 8 18 H8 g8 8 Ǣ8 Ȣ8                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ҡ8 8 8 8 L8 _8 k8 ~8 8 8 8 8 Ƣ8 Ǣ8 Ȣ8 ɢ8 ٢8 ڢ8 8 $8 %8 -8 /8 u8 w8 x8 y8 8 8 8 8 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Ȣ8 ɢ8 ڢ8 8 %8 .8 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .8 /8 78 I8 [8 m8 8 8 8 ģ8 գ8 8 8 8 *8 ;8 R8 S8                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd* $If   K$L$l 0                                     
t                                4   4 
l a   S8 [8 m8 8 8 8 8 Ѥ8 8 8 8 '8 88 N8 _8 v8 w8                                                                                                                                                                                                                            S  kd* $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  w8 x8 y8 8 8 8 ȥ8 ۥ8 8 8 8 8             s                                                                                                                                                                 kdA* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8 8 8 8  8 8 8 8  8 R8 8 8 8 8 78 8 8 	8 8 8 8 8 _8 8 8 ޮ8 8 8 8 28 >8 Q8 8 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !8 8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8  8 8 8 88 8 8 ;8 Z8 8 ժ8 8 8 B8 a8 8 8 8 8 8 8                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  8 ۰8 8 :8 Y8 8 8 ױ8 8 8 8 '8                                                                                                             f                                       kdO* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  8 8 8 ϱ8 ۱8 8 8 
8 8 8 &8 '8 j8 k8 l8 8 8 8 8 8 8 8 8 ճ8 ֳ8 ׳8 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  '8 k8 l8 8 8 8 8 8             s                                                                                                                                                                                     kd	* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8                                        kdñ* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 Ҳ8 8 8 88 98 [8 }8 8 8 ֳ8                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ֳ8 ׳8 8 8 @8 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ׳8 8 8 ?8 @8 A8 B8 C8 O8 S8 W8 ^8 }8 c8 v8 8 8 ۶8 8 8 '8 Z8 n8 8 8 8 8 8 8 8 8 H8 [8 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  @8 A8 B8 C8 }8 -8 /8 c8 8 ܶ8 8 [8 8 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdѳ* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8  8 R8 8 8 8 8 ~8 8 8 8 8 H8 8 8 8 @8 8 8 8 8 8 -8 78 A8                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  [8 8 8 8 Ի8 8 8 ?8 S8 8 8 8 8 8 ,8 -8 78 A8 B8 Z8 d8 e8 i8 j8 k8 }8 ~8 8 8 8 8 8 8 8 Ľ8 8 08 18 28 B8 C8 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (A8 B8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B8 j8 k8 ~8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  8 8                                        kdߵ* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 Ľ8 8 /8 f8 8 8 ̾8 8 18 28 C8                                                                                                             f                                       kd3* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  C8 D8 E8 m8 n8 8 8 8 8 8 8             s                                                                                                                                                                      kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
C8 D8 E8 ]8 g8 h8 l8 m8 n8 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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %8 8                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 ǿ8 8 	8 8 8 8 8                                                 f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8 8 8 8 8 8 8 8 8 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 8                                        kdo* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 "8 c8 d8 8 8 8 8 8 8 8 8 8 8 "8 #8 $8 68 78 I8 J8 o8 p8 t8 }8 8 8 #8 $8 8 8 8 8 8 8 8 8 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %8 "8 @8 d8 8 8 8 8                                                 f                                                                                                                       kdü* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8 8 #8 $8 78 J8 ]8 p8 r8 s8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s8 t8                                        kd7* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t8 }8 8 $8 8 8 8 8                                                 f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8 8 8 8 8 8 8 8 8 8 8 
8 L8 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdE* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 8 8 8 8 8 78 8 
8 8 L8 _8 8 8 8 8 8 8 8 8  8 8 A8 T8 8 8 8 8 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  L8 8 8  8 A8 8 8 8 ^8 8 8 8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  8 8 8 "8 ]8 q8 8 8 8 8 8 8 8 8 8 *8 48 58 98 :8 ;8 C8 `8 r8 s8 8 8 8 8 8 8 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\8 8                                        kd* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8 :8 ;8 `8 s8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  8 8                                        kdS* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8 8 *8 [8 m8 8 8 8 8 8 08 ]8                                                                                                 f                                                   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  8 *8 8 8 8 8 8 8 8 8 8 8 /8 08 38 H8 Q8 [8 ]8 c8 d8 k8 m8 8 8 8 8 8 8 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ]8 d8 l8 m8 8 8 8 8                                                             R            I                                   	  $If   gd_ Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a  Q  kda* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 8 8 8 8 8 8 8 8 
8 8 $8 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8 8 8 8 8 8 8 8 8 8 8 
8 8 %8 .8 /8 >8 8 j8 t8 u8 8 8 8 8 8 8 8 8 8 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $8 %8                                        kd5* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               %8 .8 8 8 8 8 8 28 j8 u8 8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  8 8 	8 8 8 8 #8 N8 T8 U8 \8 ^8 g8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 !8 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  8 	8 8 N8 U8 ]8 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]8 ^8 8 8 8 8                                     R            I                                                                     	  $If   gd_ Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdC* $If   K$L$l 0                                     
t                              4   4 
l a   8 8 8 8 8 8 
8 8 8  8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 8 !8                                        kd* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               !8 *8 8 8 8 
8 H8 S8 r8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
!8 *8 +8 :8 8 H8 R8 S8 q8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 #8 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 8 8 8 $8 |            s            s                                                                                                                                                                                           	  $If   gd_   kdk* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #8 $8 %8 =8 G8 H8 L8 M8 N8 `8 a8 s8 t8 8 8 8 8 8 8 8 8 8 8 
8 v8 8 8 8 8 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    $8 %8 M8 N8 a8 t8 8 8 8 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 8                                        kd* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8 8 8 S8 8 8 )8 ;8 v8 8 8 8 
8 8                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
8 8 8 8 8 8 8 8 
8 8 8 8  8 #8 88 A8 K8 L8 M8 N8 O8 P8 w8 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  8 8  8 M8 |            s            s                                                                                                                                                                                           	  $If   gd_   kd3* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M8 N8 O8 P8 w8 x8 8 j8 8 8 8 B8 }8 ~8 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
w8 8 8 8 j8 8 8 8 8 B8 ~8 8 8 8 -8 8 8 8 8 8 (8 8 8 8 8 8 8 8 8 8 08 8 8 8 8 )8 -8 P8 8 8 8 8 8 8 G8 u8 v8 8 8 B8 8 8 /8 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4~8 8 -8 8 8 8 8 (8 8 8 8 8 8 8 8 08 8 8 8 P8 8 8 :8 O8 k8 {8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                   gd_  8 G8 v8 8 8 B8 8 8 /8 n8 8 8 8 8 8 .8 :8 M8 Q8                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  /8 8 8 8 8 8 )8 -8 M8 P8 Q8 X8 Y8 8 8 8 8 8 8 ~8 8 8 18 28 8 8 8 8 8 8 H8 u8 v8 {8 8 8 V8 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Q8 R8 S8 T8 U8 V8 W8 X8 Y8 M            H            H            H            H            H            H            H                   gd_   kd* $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Y8 m8 t8 y8 8 8 8 8                                                 _            V            V                                                             	 $If   gd_    kdE* $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  8 8 8 8                                                                                                                                                                                                                                                          	 $If   gd_  o  kd* $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8 8 8 8 8 8 8 8                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd* $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8 8 8 8 "8 2            )            )            )                      	 $If   gd_    kdT* $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     "8 x8 y8 ~8 8 8 8             [                                                                                                                                           kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  8 8 8 28 68 8 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJ* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8 8 8 8 8 8 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8 8 8 8 8 B8 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  B8 C8 H8 v8 {8 8 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8 8 8 8 8 8 
8 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdn* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
8 8 8 8 n            e            e                                                                                                                                                               	 $If   gd_    kd7* $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           8 8 8 (8                                                                                                                                                                                                                                                	 $If   gd_  t  kd* $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  (8 )8 *8 ;8 @8 H8 O8 V8 b8                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd* $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  b8 c8                                             kdF* $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          c8 n8 r8 y8 8 8 8 8                                                             A                                  kd* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  8 8 8 8 8 8 8 8                                                 A                                              kd~* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  8 8 8 8 8 8 8                                     A            <            7                  gd_    gd_    kd]* $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  8 W8 X8 q8 r8 8 8 8 8 8                                                                                                                                                                                                                                                   E  kd<* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	V8 W8 X8 ^8 _8 q8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 #8 $8 <8 =8 T8 U8 V8 Z8 [8 x8 y8 z8 8 8 8 a8 8 8 8 8 #8 $8 춥x                          /jn* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *8 8 8 8 8 8 8                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   8 8 8 8 8 8 8                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdY* $$If   l 0 
" R                                                           4 
l a   8 8 8 8 8 	8 #8                                     a                                                                                                                             E  kdv* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   #8 $8 /8 <8 =8 G8 T8                                     a                                                                                                                             E  kd4* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   T8 U8 V8 W8 X8 Y8 Z8                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd* $$If   l 0 
" R                                                           4 
l a   Z8 [8 h8 i8 w8 x8 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   x8 y8 z8 8 8 `8 a8 S8 T8 +8 ,8 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
$8 (8 )8 8 8 *8 +8 ;8 <8 @8 A8 C8 k8 l8 8 8 8 8 8 8 &8 '8 n8 p8 8 8 8 8 8 8 8 8 8 8 	8 x8 y8 8 8 8 8 8 $8 -8 8 8 8 8 8 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j* hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0,8 C8 L8 l8 8 8 8 8 '8 o8                                                                                                                                                                                                                                                       S  kd<* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	o8 p8 8 8 8 8 8                                     N                                                                                       S  kd`* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   8 8 8 	8 A8 8 8 8 8 8 x8 y8 8 8 c8 8 :8 8 
8                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   
8 8 8 %8 8 8 8 8 8 8 \8 ]8 n8 8 8 8 98 R8 n8 8 8 8 8 28 38 8 8 8                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  8 8 m8 n8 ~8 8 [8 ]8 n8 8 8 8 s8 8 8 18 38 R8 8 8 8 8 8 U8 V8 k8 l8 8 8 8  9  9  9  9  9  9  9 9 9 9 ۵۵۵ۭۜۋzrgrrr       jh* h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '8 8 8 8 8 V8 l8 8                                     j                                                                                                                                           kd* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  8 8 8 8 8 =8 8 8 8 "8 _8 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
_8 8 ~ 9  9  9  9 !9 l9 m9 9 9 j9 k9 9 9 9 9 ^9 _9 y9 9 :9 9 ;	9 <	9 	9 	9                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  9 9 9 9 9 !9 l9 m9 9 i9 +9 9 99 :9 E9 F9 V9 W9 [9 \9 ]9 ^9 _9 h9 y9 9 9 9 9 =9 ;	9 	9 %9 &9 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j6* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj* h_ U !	9 &9 *9 +9 A9 B9 V9                                                 e                                                                                                                        F  kd* $$If   l   l '{6    4   4 
l a] p
        F  kd* $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  &9 +9 X9 |9 }9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 79 89 Y9 Z9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 P9 i9 9 9 9 29 D9 9 /9 d9 9 9 9 9 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3V9 W9 X9 a9 o9 |9 }9                                                             5            v  kd* $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd* $$If   l   l '{6    4   4 
l a] p
         }9 ~9 9 9 9 9 9 9                                     t                                                                                                                                                             v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 09 29 79                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         79 89 R9 T9 Y9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y9 Z9 i9 k9 q9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q9 r9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 9 9 9 9 9 9 9 9 P9 j9 9 9 9                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 9 -9 E9 y9 9 9 9 9 09 d9 ~9 9 9 9 9 9 9 9 :9 C9 D9 Z9 9 9 9 9 9 9 9                                                                                                                                                                                                                                                                                                                                                                   gd_  9 9 "9 89 99 :9 Z9 p9 9 9 9 9 9 9 N9 o9 9 9 9 9 t9 9 9 9 9 9 9 9 9 9 9 )9 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  9 9 9 /9 09 N9 ~9 9 9 9 9 9 9 9 
9 s9 t9 ~9 9 9 9 9                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  9 9                                     kdJ* $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 9 9 9 ,9 B9 X9 n9 p9 9                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	)9 ,9 A9 B9 W9 X9 m9 n9 9 9  9 "9 29 39 R9 S9 T9 U9 {9 |9 9 9 9 9 9 9 9 9 9 9 9 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 9 9                                     kd* $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 9 9 9 9 9 9 	9 
9 9  9 !9 "9 39                                                                                                                                     q                            kd* $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
39 S9 T9 U9 |9 }9 ~9 9 9             q            l                                                                                                                                                       gd_    kd* $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  9 9                                     kdr* $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               9 9 9 9 9 9 9 9 9 
9 59 N9 c9 x9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  9 9 9 9 z            q            q                                                                                                                                                                                       	  $If   gd_    kd* $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       9 9 9 9 9 9 9 9 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd* $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 	9 W9 c9 9 9 9 9 9 
9 9 9 :9 ;9 >9 H9 ^9 9 9 9 9 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "9 9                                     kdC* $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 9 09 19 E9 F9 h9 9 9 9 9 9 9                                                                                                             q                                                         kd* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  9 9 9 9 9 9 9 9 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdW* $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       9  9                                     kd* $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                9 	9 R9 S9 9 	9 
9 9 ;9                                                             q                                                                                                                             kdk* $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ;9 <9 =9 >9 ^9 9 9 59 69 @9 K9 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd(* $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
9 9 69 K9 }9 ~9 9 9 9 9 9 9 9 9 +9 49 9 9 9 9 9 9 %9 T9 U9 V9 u9 v9 w9 x9 y9 |9 9 9 9 9 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #K9 ~9 9 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  9 9                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 9 *9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  *9 +9                                        kdG+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +9 49 9 9 	9 
9 9 j9 9 9 9 9 U9                                                                                                 s                                                                        kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U9 V9 w9 x9 y9 z9 {9 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdU+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {9 |9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |9 9 9 9 9  9                         s                                                                                                                                                                                   kdc+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9  9  9  9  9  9  9 : 9 E 9 #9 #9 #9 $9 >$9 $9 $9 %9 =%9 %9 %9 ,&9 K&9 &9 &9 E'9 d'9 ~(9 (9 )9 &)9 )9 )9 (*9 G*9 *9 *9 +9 +9 /,9 N,9 ,9 ,9 :-9 Y-9 .9 .9 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ - 9  9  9  9  9  9 E 9  9  9 '!9 2!9 <!9 G!9 Q!9 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q!9 R!9 !9 !9 !9 !9 %"9 &"9 a"9 "9 "9 "9 #9 #9 #9 #9 $9 -$9 =$9                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  =$9 >$9 I$9 N$9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N$9 O$9 Y$9 ^$9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^$9 _$9 j$9 o$9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o$9 p$9 z$9 $9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9 $9 $9 $9 $9 $9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9 $9 $9 $9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9 $9 $9 $9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9 $9 $9 $9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp	+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9 $9 $9 $9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $9  %9 %9 %9 ,%9 <%9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <%9 =%9 H%9 M%9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M%9 N%9 X%9 ]%9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]%9 ^%9 i%9 n%9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n%9 o%9 y%9 ~%9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~%9 %9 %9 %9 %9 %9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %9 %9 %9 %9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %9 %9 %9 %9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %9 %9 %9 %9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %9 %9 %9 &9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &9 &9 &9 ,&9 :&9 J&9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J&9 K&9 V&9 [&9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [&9 \&9 f&9 k&9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k&9 l&9 w&9 |&9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |&9 }&9 &9 &9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &9 &9 &9 &9 &9 &9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &9 &9 &9 &9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &9 &9 '9 	'9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	'9 
'9 '9 '9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '9 '9 %'9 *'9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *'9 +'9 ,'9 E'9 S'9 c'9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c'9 d'9 o'9 t'9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t'9 u'9 '9 '9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '9 '9 '9 '9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '9 '9 '9 '9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '9 '9 '9 (9 \(9 ~(9 (9 (9                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdu+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (9 (9 (9 (9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (9 (9 (9 (9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (9 (9 (9 (9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (9 (9 (9 (9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (9 (9 (9 )9 )9 %)9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %)9 &)9 1)9 6)9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6)9 7)9 A)9 F)9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F)9 G)9 R)9 W)9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W)9 X)9 b)9 g)9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g)9 h)9 i)9 )9 )9 )9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd++ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )9 )9 )9 )9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )9 )9 )9 )9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )9 )9 )9 )9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )9 )9 )9 )9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )9 )9 )9 (*9 6*9 F*9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F*9 G*9 R*9 W*9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W*9 X*9 b*9 g*9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g*9 h*9 s*9 x*9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x*9 y*9 *9 *9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *9 *9 *9 *9 *9 *9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *9 *9 *9 *9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *9 *9 *9 *9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *9 *9 *9  +9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    +9 +9 +9 +9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +9 +9 +9 ~+9 +9 +9 +9 +9                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +9 +9 +9 +9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +9 +9 +9 +9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +9 +9 +9 +9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +9 +9 	,9 ,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 ,9 /,9 =,9 M,9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M,9 N,9 Y,9 ^,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^,9 _,9 i,9 n,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n,9 o,9 z,9 ,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 ,9 ,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd + $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 ,9 ,9 ,9 ,9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr + $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 ,9 ,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd + $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 ,9 ,9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0!+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,9 ,9 -9 
-9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
-9 -9 -9 -9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -9 -9 -9 :-9 H-9 X-9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM"+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X-9 Y-9 d-9 i-9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i-9 j-9 t-9 y-9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y-9 z-9 -9 -9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj#+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -9 -9 -9 -9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -9 -9 -9 -9 -9 .9 (.9 ).9 .9 .9 .9 .9 .9 .9 7/9                                                                                                                                                                                        gd_  z  kd($+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .9 .9 .9 .9 8/9 l/9 }/9 ~/9 /9 /9 /9 /9 /9 /9 /9 09 09  09 209 309 D09 E09 _09 h09 ;29 =29 M29 N29 ^29 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  7/9 8/9 l/9 ~/9 /9 /9 /9 /9 /9 /9                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	/9 /9                                        kd$+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /9 09 309 E09 G09 ^09                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^09 _09                                        kd%+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _09 h09 09 09 09 09 ,19 19 19 19 19 29 29 29 <29                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  <29 =29 N29 29 29 29 29 39 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd/'+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^29 _29 y29 z29 {29 29 29 29 39 39 39 ?39 @39 o39 p39 s39 |39 49 49 59 
59 59 59 59 59 59 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j'+ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  39 39 @39 o39 p39 q39 r39 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdn(+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r39 s39                                        kd()+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s39 |39 39 39 49 s49 ~49 49 49 49 49 49 49                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  49 49 
59 59 |            s            s                                                                                                                                                                                           	  $If   gd_   kd|*+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       59 59 59 59 59 69 69 69 69 69 69 79 79 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd6++ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       59 69 69 69 69 69 69 69 69 =79 R79 79 79 79 79 79 89 89 89 %89 &89 K89 L89 {89 89 89 89 89 a99 d99 :9 :9  ;9 ;9 ;9 ;9 #;9 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $79 79 79 89 89 %89                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  %89 &89                                        kd++ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &89 L89 {89 89 89 89 89                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  89 89                                        kdD-+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               89 89 89 89  99 99 I99 J99 99 6:9 V:9 w:9 :9 :9 :9 :9 ;9                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ;9 ;9 ;9 d;9 ;9 <9 S<9 <9 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd.+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #;9 $;9 >;9 ?;9 @;9 S;9 T;9 c;9 ;9 ;9 ;9 <9 1<9 R<9 t<9 <9 <9 <9 <9 <9 <9 F=9 x=9 y=9 z=9 =9 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jR/+ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  <9 <9 <9 <9 <9 <9 E=9 F=9 z=9 =9 =9 =9 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd/+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =9 =9 =9 =9 =9 =9 =9 =9 >9 >9 8>9 I>9 J>9 M>9 V>9 >9 >9 ?9 (?9 @?9 A?9 I?9 K?9 [?9 \?9 ?9 ?9 ?9 ?9 ?9 ?9 ?9 ?9 @9 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !=9 =9 =9 =9 =9                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  =9 =9                                        kd0+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =9 >9 8>9 J>9 K>9 L>9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  L>9 M>9                                        kd1+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M>9 V>9 >9 >9 >9 >9 (?9 )?9 J?9 K?9 \?9                                                                                                 Y                              kd93+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
\?9 ?9 ?9 ?9 ?9 ?9 p@9 @9 B9 B9 aE9 nE9             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd3+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @9 @9 @9 @9 +@9 ,@9 0@9 1@9 p@9 @9 aE9 nE9 F9 F9 I9 I9 M9 M9 N9 N9 'N9 )N9 N9 N9 N9 N9 6O9 8O9 P9 2P9 P9 P9 Q9 Q9 <R9 @R9 pS9 S9 T9 "U9 U9 U9 U9 U9 U9 U9 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j8+ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j4+ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -nE9 F9 F9 F9 G9 G9 H9 H9 I9 I9 I9 _K9 `K9 M9 M9 M9 )N9 N9 N9 7O9 8O9 P9 2P9 P9 P9 P9 P9                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  P9 P9 P9 P9 P9 P9             f                                                                                                                                                                      kd5+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  P9 P9 P9 P9 Q9 o            f            f            f                                                                                                                                                	  $If   gd_    kd5+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q9 Q9 Q9 Q9 Q9 o            f            f            f                                                                                                                                                	  $If   gd_    kd5+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q9 Q9 Q9 $Q9 0Q9 o            f            f            f                                                                                                                                                	  $If   gd_    kd^6+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0Q9 1Q9 9Q9 AQ9 FQ9 o            f            f            f                                                                                                                                                	  $If   gd_    kd6+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at FQ9 GQ9 OQ9 WQ9 cQ9 o            f            f            f                                                                                                                                                	  $If   gd_    kd:7+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at cQ9 dQ9 lQ9 sQ9 xQ9 o            f            f            f                                                                                                                                                	  $If   gd_    kd7+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at xQ9 yQ9 Q9 Q9 Q9 o            f            f            f                                                                                                                                                	  $If   gd_    kd8+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q9 Q9 Q9 Q9 8R9 9R9 S9 S9 &U9 'U9 U9 U9 >V9 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd8+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U9 U9 U9 >V9 JV9 -_9 7_9 ~b9 b9 h9 h9 
k9 2k9 Bl9 Nl9 Ol9 [l9 _l9 {l9 m9 m9 m9 m9 m9 m9 m9 m9 m9 
n9 n9 <n9 =n9 >n9 Bn9 Kn9 p9 p9 )p9 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %>V9 JV9 V9 V9 }W9 ~W9 X9 X9 gX9 (Z9 )Z9 1[9 2[9 [9 
]9 ]9 ]9 -_9 7_9 }`9 ~`9 a9 a9 a9 a9 a9 a9                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  a9 a9 b9 b9 (b9 )b9 <b9 Ob9 fb9 }b9 ~b9 b9 c9 c9 Wd9 Xd9 d9 d9 g9 g9 h9 h9 h9 i9 i9 vi9 i9 i9 j9                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  j9 j9 Kj9 j9 
k9 k9 2k9 Bl9 Ol9 {l9 m9 m9 m9 m9 m9 m9 m9                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  m9 m9                                        kdm9+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m9 n9 =n9 >n9 @n9 An9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  An9 Bn9                                        kd:+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bn9 Kn9 n9 n9 n9 n9 "o9 Jo9 Uo9 o9 o9 o9 p9 p9                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
p9 p9 *p9 ap9 |            s            s                                                                                                                                                                                           	  $If   gd_   kd<+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )p9 *p9 `p9 ap9 bp9 dp9 pp9 tp9 p9 p9 p9 p9 p9 p9 p9 p9 p9 q9 q9 Aq9 Bq9 Cq9 Gq9 Pq9 r9 @s9 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ap9 bp9 cp9 dp9 p9 p9 p9 p9 p9 p9 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd<+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p9 p9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  p9 p9                                        kd=+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p9 q9 Aq9 Bq9 Cq9 Eq9 Fq9                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Fq9 Gq9                                        kd>+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gq9 Pq9 q9 q9 q9 q9 -r9 Qr9 r9 @s9 Ps9 Qs9                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  @s9 Ps9 Rs9 bs9 cs9 is9 ps9 qs9 rs9 ss9 s9 s9 s9 s9 s9 s9 s9 s9 s9 %t9 &t9 't9 +t9 4t9 u9 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Qs9 Rs9 cs9 qs9 |            s            s                                                                                                                                                                                           	  $If   gd_   kd1@+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qs9 rs9 ss9 }s9 s9 s9 s9 s9 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd@+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s9 s9                                        kdA+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s9 s9 $t9 %t9 &t9 't9 )t9 *t9                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  *t9 +t9                                        kdB+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +t9 4t9 st9 t9 t9 t9 u9 5u9 u9 $v9 4v9 5v9                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  u9 $v9 4v9 6v9 Fv9 Gv9 Mv9 Tv9 Uv9 Vv9 Wv9 Xv9 dv9 hv9 v9 v9 v9 v9 v9 v9 v9 v9 v9 w9 w9 7w9 8w9 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    5v9 6v9 Gv9 Uv9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdMD+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Uv9 Vv9 Wv9 Xv9 v9 v9 v9 v9 v9 v9 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdE+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v9 v9                                        kdE+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v9 w9 6w9 7w9 8w9 9w9 ;w9 <w9                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  8w9 9w9 =w9 Fw9 x9 x9 x9 x9 x9 x9 x9 x9 x9 x9 #y9 $y9 .y9 8y9 9y9 Ey9 fy9 gy9 qy9 y9 y9 y9 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  <w9 =w9                                        kdG+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =w9 Fw9 w9 w9 w9 w9 %x9 Ex9 }x9 x9 x9 x9                                                                                                                         f                           kdiH+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  x9 x9 x9 x9 x9 x9 x9 $y9 .y9 8y9                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd#I+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	8y9 9y9                                        kdI+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9y9 gy9 y9 y9 y9 y9 y9                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  y9 y9 y9 y9 +{9 ,{9 -{9 ={9 >{9 D{9 K{9 L{9 M{9 N{9 {9 {9 {9 {9 {9 {9 {9 {9 |9 |9 |9 *|9 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  y9 y9                                        kd1K+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y9 y9 y9 y9 z9 @z9 `z9 z9 z9 z9 ,{9 -{9                                                                                                                         f                           kdL+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  -{9 >{9 L{9 M{9 N{9 {9 {9 {9 {9 {9                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd?M+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{9 {9 |9                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  |9 |9                                        kdM+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |9 +|9 ,|9 -|9 /|9 F|9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  *|9 +|9 ,|9 -|9 G|9 P|9 Q}9 R}9 S}9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 9 9 9 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 F|9 G|9                                        kdMO+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G|9 P|9 R}9 S}9 d}9 }9 }9 ~9 ~9 ~9 ~9                                                                                     s                                                                                              kdP+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
~9 ~9 ~9 ~9 ~9 ~9 9 9 9 9 +9 b9 9 9 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd[Q+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9 +9 >9 a9 u9 9 9 9 9 /9 C9 9 9 9 ͂9 ΂9 ؂9 9 9 9 9 9 9 
9 9 *9 +9 =9 >9 v9 w9 9 9 9 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !9 09 9 9 9 9 ΂9 ؂9 9                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  9 9                                        kdR+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 +9 >9 Q9 d9 w9 y9 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  9 9                                        kdiS+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 E9 F9 G9 X9 9 9 9                                                             f                                    [            [                     
  $If   gd_ K$  kdT+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
9 9 E9 F9 G9 W9 X9 [9 p9 y9 9 9 9 9 9 9 9 9 9 9 9 9 ք9 9 9 9 9 9 9 9 	9 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9 9 9 9 9 9                                     R            I                                                                     	  $If   gd_ Q  kdV+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdwU+ $If   K$L$l 0                                     
t                              4   4 
l a   9 9 9 	9 9 /9 B9 U9 V9 W9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdV+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		9 T9 U9 X9 a9 9 ߅9 9 9 9 9 9 $9 *9 +9 39 59 J9 K9 Z9 \9 b9 c9 d9 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J W9 X9                                        kdKW+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X9 a9 9 9 9 9 9 9 $9 +9 49                                                             f                                    [            [                     
  $If   gd_ K$  kdX+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
49 59 K9 [9 \9 ]9 ^9                                     R                                                                                              Q  kdY+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdYY+ $If   K$L$l 0                                     
t                              4   4 
l a   ^9 _9 `9 a9 b9 c9                                     R            I                                                                     	  $If   gd_ Q  kd [+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdsZ+ $If   K$L$l 0                                     
t                              4   4 
l a   c9 d9 9 9 9 ӆ9 9 9 9 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d9 |9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 È9 ݈9 ވ9 ߈9 9 9 9 9 ^9 g9 ~9 9 9 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9 9                                        kdG\+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 B9 9 9 ݈9 ވ9 ߈9 9 9 9                                                                                     Y                                          kd]+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
9 9 9 9 ǉ9 ܉9 9 9 9 79 G9 a9 {9 9 9 9 9 ي9                                                                                                                                                                                                                      	  $If   gd_  S  kdU^+ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 9 9 9 9 79 89 99 :9 R9 \9 ]9 ^9 `9 a9 b9 9 9 ̋9 ͋9 Ћ9 ً9 9 D9 Ό9 9 9 9 9 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ي9 9 9 9 79 89 99                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd^+ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  99 :9 b9 9 9 9 ͋9 ΋9 ϋ9 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdy_+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϋ9 Ћ9                                        kd3`+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ћ9 ً9 D9 r9 9 9 9 9 C9 J9 S9                                                             f                                    [            [                     
  $If   gd_ K$  kda+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
9 9 9 9 9 C9 I9 J9 R9 T9 ˎ9 ͎9 Ύ9 ώ9 9 9 9 9 9 9 9 9 9 9 Z9 [9 ^9 g9 9 9 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 S9 T9 \9 q9 9 9 9 ̍9 ܍9 9 9 9 -9 B9 T9 n9 9 9                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdAb+ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   9 9 ̎9 ͎9 Ύ9                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdb+ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ύ9 ώ9 9 9 "9 59 H9 [9 \9 ]9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdec+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]9 ^9                                        kdd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^9 g9 9 
9 Q9 9 89 99 :9 ;9 L9 9                                                                                                 f                                                   kdse+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  9 69 99 :9 ;9 K9 L9 9 9 9 9 9 Ñ9 đ9 Ƒ9 Ǒ9 ȑ9 9 9 >9 ?9 B9 K9 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9 9 ȑ9 9 9 9 ,9 ?9 @9 A9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-f+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A9 B9                                        kdf+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B9 K9 9 9 `9 9 G9 H9 I9 J9 [9                                                                                                 Y                              kd;h+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
K9 9 9 _9 `9 9 G9 H9 I9 J9 Z9 [9 9 9 9 ǔ9 є9 Ҕ9 Ӕ9 Ք9 ֔9 ה9 ؔ9 H9 I9 L9 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  [9 9 9 ה9 ؔ9 9 9 #9 69 I9 J9 K9             s                                                                                                                                                                 kdh+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K9 L9                                        kdi+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L9 U9 *9 Q9 9 ޖ9 }9 ~9 9 9 9                                                                                     Y                                          kdk+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
L9 U9 )9 ޖ9 {9 }9 ~9 9 9 9 9 9 9 9 9 9 l9 n9 o9 p9 9 9 ә9 ԙ9 ՙ9 9 9 9 9 9 9 9 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 9 9 9 9 9 9 9 '9 99 S9 m9 }9 9 9 9 Θ9 9                                                                                                                                                                                                         	  $If   gd_  S  kdk+ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9 9 9 )9 99 S9 m9 n9 o9                                                                                                                                                                                                                                                 	  $If   gd_  S  kdOl+ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  o9 p9 9 ԙ9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdl+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ԙ9 ՙ9 9 9 9 $9 79 J9 ]9 ^9 _9 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdm+ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
9 9 9 9 \9 ]9 `9 i9 "9 9 9 9 $9 %9 19 69 K9 9 ՝9 	9 9 9 9 9 9 9 9 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  _9 `9                                        kdcn+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `9 i9 "9 9 9 қ9 e9 9 9 9 %9                                                                                                 f                                                        kdo+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
%9 9 9 9 9 9 $9 99 N9 c9 u9 9 9 9 Ԟ9                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdqp+ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Ԟ9 9 9 9 !9 69 K9 `9 r9 9 9 9 џ9 9 9 9 9                                                                                                                                                                                                                            S  kdq+ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9 9 9 A9 B9 U9 h9 {9 9 9 9 9             s                                                                                                                                                                 kdq+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9 9 9 19 ;9 <9 =9 ?9 @9 A9 B9 T9 U9 9 9 9 9 q9 9 9 ǡ9 ȡ9 {9 |9 a9 v9 '9 (9 9 &9 (9 )9 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 9 9                                        kdOr+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 q9 ȡ9 )9 |9 9 9 x9 ͣ9 (9 Ҥ9 (9 )9 09 o9 9 ե9 9 19 e9 9 9 9 9                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  )9 09 59 H9 L9 d9 9  9 9 9 9 9 .9 /9 s9 y9 z9 9 9 ө9 թ9 ֩9 ש9 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   9 9 /9 s9 z9 9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kds+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 9 9 9 ˧9 ݧ9 9 9 "9 <9 V9 g9 9 9 9 9 ɨ9                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd]t+ $If   K$L$l 0                     x                
t                                4   4 
l a   ɨ9 ި9 9 9 9 99 J9 d9 ~9 9 9 9 ԩ9 թ9 ֩9                                                                                                                                                                                                                   	  $If   gd_  S  kdt+ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ֩9 ש9 9  9 9 &9 99 L9 _9 `9 a9 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdu+ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ש9 9 9 9 9 9  9 9 9 ^9 _9 b9 k9 )9 U9 "9 s9 9 9 9 ڭ9 9 V9 k9 9 #9 $9 %9 ,9 p9 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ a9 b9                                        kdIv+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b9 k9 )9 #9 9 9 9 {9 9 n9 %9 ,9 l9 9 9 ϯ9 9 9 $9 e9 f9                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  p9 9 9 9 9 9 	9 9 (9 ;9 C9 \9 d9 e9 f9 g9 w9 x9 9 °9 ð9 ˰9 Ͱ9 9 9 9 9 /9 99 :9 >9 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  f9 g9 x9 9 ð9 ̰9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdw+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ̰9 Ͱ9 հ9 9 9 9 9 49 K9 b9 s9 9 9 9 ȱ9 ٱ9 9 9                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdWx+ $If   K$L$l 0                                     
t                                4   4 
l a   9 9 9 9 /9 A9 X9 o9 9 9 9 Ų9 ֲ9 9 9 9 9                                                                                                                                                                                                                            S  kdx+ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9 9 9 ?9 @9 S9 f9 y9 9 9 9 9             s                                                                                                                                                                 kd{y+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  >9 ?9 @9 R9 S9 9 9 9 9 9 9 9 9 X9 9 ն9 79 S9 9 79 9 9 T9 9 9 %9 |9 9 99 9 о9 ܾ9 9 ;9 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !9 9                                        kd5z+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 X9 ֶ9 T9 9 ٷ9 9 U9 s9 9 79 9 9 '9 9 9 9 89 99                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  99 y9 9 ؾ9 9 79 V9 u9 9 9 9 ſ9                                                                                                             f                                       kd{+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ;9 N9 Z9 m9 y9 9 9 9 9 9 Ŀ9 ſ9 9 	9 
9 -9 .9 /9 39 49 89 A9 ^9 s9 t9 u9 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ſ9 	9 
9 .9 /9 49 69 79             s                                                                                                                                                                                     kdC|+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  79 89                                        kd|+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               89 A9 N9 p9 9 9 9 9 9 9 =9 _9 t9                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  t9 u9 9 9 9 |            s            s            s                                                                                                                                                                          	  $If   gd_   kdQ~+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 C9 V9 y9 9 9 9 9 9 G9 [9 9 )9 -9 T9 9 9 9 9 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  9 9 9 9 9 9 9 9 C9 z9 9 9 H9 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H9 9 9 9 9 9 W9 X9 9 9 T9 9 9 9 (9 _9 9 9 -9 9 9 9 9 9 9 9                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  9 (9 ;9 ^9 r9 9 9 9 9 ,9 @9 9 9 9 9 9 9 9 9 9 9 9 9 9 	9 9 9 .9 /9 A9 B9 T9 U9 Y9 b9 9 9 9 9 9 9 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (9 9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 	9 9 /9 B9 U9 W9 X9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  X9 Y9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y9 b9 9 9 9 29 P9 j9 9 9 9 9                                                                                                             f                                       kdm+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9 9 9 9 9 9 29 E9 X9 Z9 [9             s                                                                                                                                                                      kd'+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
9 9 9 9 9 9 
9 9 9 9 9 19 29 W9 X9 \9 e9 9 9 )9 *9 +9 ;9 <9 =9 >9 V9 `9 a9 e9 f9 g9 y9 z9 9 9 9 9 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %[9 \9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \9 e9 9 9 *9 +9 <9 =9                                                 f                                                                                                                       kd5+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  =9 >9 f9 g9 z9 9 9 9 9 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 
9 9 9 9 >9 ?9 9 9 N9 O9 P9 `9 a9 b9 c9 p9 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %9 9 9 9 9 9 9 9                                                 f                                                                                                                       kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  9 9 9 9 9 9 9 9 9 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 9                                        kdq+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 ?9 9 O9 P9 a9 b9                                                 f                                                                                                                       kdŊ+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  b9 c9 d9 9 !9 "9 I9 J9 {9 s9 t9 9 9 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p9 t9 9  9 !9 "9 I9 V9 Z9 {9 9 t9 9 9 9 9  9 49 X9 Y9 l9 ~9 9 9 9 9 9 9  9 !9 49 e9 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  9 !9 Y9 9 9 !9 f9 9 9 Q9 R9 S9 ]9 h9 9 9 9                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  e9 y9 9 9 9 9 P9 R9 S9 h9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 69 79 P9 Y9 Z9 i9 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\9 9                                        kd9+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 9 $9 79 99 O9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  O9 P9                                        kd+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               P9 Y9 9 9 9 C9 N9 z9 9 9 9 9                                                                                                 f                                                   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  i9 9 C9 N9 a9 q9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 	9 9  9 !9 09 29 39 49 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9 9 
9 9 !9 19 29 39                                                             R            I                                   	  $If   gd_ Q  kd(+ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 39 49 \9 ]9 p9 9 9 9 9 9 9 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
49 L9 V9 W9 [9 \9 ]9 o9 p9 9 9 9 9 9 9 9 9 :9 9 9 9 19 29 M9 }9 9 9 9 9 9 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9 9                                        kdo+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9 9 ;9 V9 9 9 9 9 9 9 29 N9 `9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  9 9 9 9 9 9 9 9 9 9 9 9 9 +9 ,9 A9 B9 D9 E9 F9 ^9 h9 i9 m9 n9 o9 9 9 9 9 9 9 9 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  9 9 9 9 9 9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdÒ+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 ,9 C9 D9 E9                                     R            I                                                                     	  $If   gd_ Q  kd
+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd}+ $If   K$L$l 0                                     
t                              4   4 
l a   E9 F9 n9 o9 9 9 9 9 9 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 9                                        kdQ+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9 9 79 _9 9 9 9 9 9 ;9 }9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
9 9 9 9 69 9 9 9 9 9 #9 29 :9 ;9 B9 H9 |9 }9 9 9 9 9 9 9 9 9 9 9 9 9 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 9 9 9 9 |            s            s                                                                                                                                                                                           	  $If   gd_   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 9 9 9 9 9 9 9 9 9 9 9 79 89 <9 E9 F9 U9 9 9 b9 f9 9 9 9 9 =9 >9 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    9 9 9 9 9 9 %9 89 :9 ;9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;9 <9                                        kd+ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               <9 E9 9 9 c9 9 9 9 9 9 >9 i9 9 9                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
>9 Q9 `9 h9 i9 p9 v9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  9 9 9 9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdm+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 9 9 9 9 Q9 9 :9 ;9 t9 9 9 9 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd'+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9 "9 &9 Q9 9 :9 G9 K9 t9 9 9 (9 ,9 N9 9 79 9 9 9 9 9 )9 Y9 e9 i9 9 c9 9 9 9 9 9 9 9 9 9 9 9 ,9 T9 U9 k9 o9 9 9 9 9 M9 9 9 99 u9 9 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  49 N9 9 69 79 9 9 9 )9 X9 Y9 9 c9 9 9 9 9 9 9 9 9 9 9 9 	9 9 ,9 T9 U9 9                                                                                                                                                                                                                                                                                                                                                                   gd_  9 9 9 M9 9 9 99 u9 9 9 C9 9 9 9 9 9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  9 C9 G9 9 9 9 9 9 9 9 9 9 9 E9 F9 G9 H9 9 9 9 I9 9 9 9 ,9 W9 X9 |9 9 9 9 9 9 9 >9 B9 9 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $9 9 9 9 9 9 9 9 9 M            H            H            H            H            H            H            H                   gd_   kd+ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   9 9 9 9 '9 (9 79 89                                                 _            V            V                                                             	 $If   gd_    kd+ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  89 99 E9 F9                                                                                                                                                                                                                                                          	 $If   gd_  o  kdT+ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  F9 G9 H9 S9 W9 j9 r9 ~9                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd+ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ~9 9 9 9 9 2            )            )            )                      	 $If   gd_    kd+ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     9 9 9 9 I9 N9 9             [                                                                                                                                           kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  9 9 9 9 9 &9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  &9 '9 ,9 X9 \9 v9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  v9 w9 |9 9 9 9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9 9 9 9 9 ?9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdߡ+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ?9 @9 A9 K9 9 9 9 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd+ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9 9 9 9 n            e            e                                                                                                                                                               	 $If   gd_    kdq+ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           9 9 9 9                                                                                                                                                                                                                                                	 $If   gd_  t  kdF+ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  9 9 9 9 9 9 9 9  9                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd+ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   9 9                                             kd+ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          9 9 9 9 9 9  9 !9                                                             A                                  kd٦+ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  !9 "9 #9 $9 %9 &9 '9 (9                                                 A                                              kd+ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  (9 )9 *9 +9 ,9 -9 B9                                     A            <            7                  gd_    gd_    kd+ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  B9 9 9 9 9 )9 :9 ;9 O9 Q9                                                                                                                                                                                                                                                   E  kdv+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	9 9 9 9 9 9 9 :9 ;9 Q9 R9 T9 U9 c9 d9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 $9 %9 79 9 9 9 9 9 9 9 춥x                          /j+ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Q9 R9 S9 T9 U9 ]9 c9                                     a                                                                                                                             E  kd4+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdթ+ $$If   l 0 
" R                                                           4 
l a   c9 d9 m9 q9 r9 9 9                                     a                                                                                                                             E  kd+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 9                                     a                                                                                                                             E  kd+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQ+ $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 9                                     a                                                                                                                             E  kdn+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 9                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdͬ+ $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd,+ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   9 9 9 %9 79 9 9 9 9 9 9 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd+ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
9 9 9 9 9 9 9 9 9 9 9 9 	9 
9 b9 c9 o9 p9 9 9 9 9 9 9  9 !9 E9 G9 W9 X9 9 9 9 9 9 9 9 #9 e: h: }: : : : #: $: : : : ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j+ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 09 9 9 
9 c9 p9 9 9 9 
9                                                                                                                                                                                                                                                       S  kdv+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	
9 9 !9 F9 G9 X9 9                                     N                                                                                       S  kd+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   9 9 9 9 9 v9 29 39  9 !9 9 9 #9 9  : r :  : A: :                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd,+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   : : h: : #: $: b: : : : : : : *: L: : : : : &: ': 0: 1: 	: 	: /
: 0
: {
:                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  : : : : : $: : : : ): *: L: : .: 1: 	: 	: 	: {
: 
: 
: 
: 
: 
: 
: 	: 
: ;: <: =: Y: Z: e: f: g: k: l: : : : ۵۵۵ۭۜۋzrgrrr       j+ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '{
: 
: 
: 
: 
: 
: 
: <:                                     j                                                                                                                                           kd+ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  <: =: N: : : : 9: :: V: : : s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd0+ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
: W
: : : n: : : 
: : : : : 	: w: x: .: /: : : : (: : : : : X: Y:                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  : : : : : : 
: : : : : -: : : : : : : : : : : : : : (: : : : : : X: : : ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jp+ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj	+ h_ U !Y: : : : : : :                                                 e                                                                                                                        F  kdJ+ $$If   l   l '{6    4   4 
l a] p
        F  kd׳+ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  : : : : : : : %: &: G: H: h: i: : : : : : : : : : : : : &: ': A: B: i: j: k: l: m: K: L: X: : : : ;: A: D: : : : : : +: _: ~: : ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3: : : : 
: : :                                                             5            v  kd0+ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd+ $$If   l   l '{6    4   4 
l a] p
         : : : : : #: $: %:                                     t                                                                                                                                                             v  kdյ+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  %: &: ?: A: G:                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G: H: a: c: h:                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd++ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h: i: w: y: :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdַ+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd׹+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : 	: :                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : :  : &:                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdػ+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         &: ': :: <: A:                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A: B: I: N: i:                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i: j: k: l: m: K: L: X: : : : : <: O: :                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdٽ+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : : : : : *: ^: |: : : : : ,: `: : : : : : :  :  :  : !: -!: @!: A!: Z!: !: !:                                                                                                                                                                                                                                                                                                                                                                   gd_  : : : : : :  : !: -!: ?!: t!: !: !: !: !: 
": ": R": ~": ": #: '#: Y#: Z#: d#: n#: o#: #: #: #: #: #: пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  !: !: !: !: !: !: ": ": ": R": h": ~": ": ": ": #: #: #: '#: Z#: d#: n#:                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  n#: o#:                                     kd+ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o#: #: #: #: #: #: #: $: $: %$:                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	#: #: #: #: #: #: $: $: &$: /$: $: $: $: $: $: $: $: $: %: %: %: (%: E&: G&: W&: X&: w&: x&: y&: z&: &: Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %$: &$:                                     kdۿ+ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               &$: /$: Q$: R$: f$: g$: $: $: $: $: $: $: $: $:                                                                                                                                     q                            kd2+ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
$: $: $: $: %: %: %: %: %:             q            l                                                                                                                                                       gd_    kd+ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  %: %:                                     kd+ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               %: (%: I%: J%: ^%: _%: y%: %: %: %: %: %: &: &: 0&: 1&: F&:                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  F&: G&: X&: x&: z            q            q                                                                                                                                                                                       	  $If   gd_    kd+ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       x&: y&: z&: &: &: &: &: &: z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd+ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       &: &: &: &: &: 7': 9': I': J': i': j': l': ': ': ': ': ': (: (: )(: H(: T(: (: (: (: (: (: (: (: (: (: F): ): ): ): ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "&: &:                                     kd}+ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               &: &: &: &: &: &: ': "': #': 8': 9': J': j':                                                                                                             q                                                         kd+ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  j': k': l': ': ': ': ': ': z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd+ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ': ':                                     kdN+ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ': ': ': ': (: (: (: (: (:                                                             q                                                                                                                             kd+ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  (: (: (: (: (: ): ): ): ): ): ): z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdb+ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
): ): ): ): *: *: &*: 0*: 1*: Q*: R*: *: *: *: *: *: h+: L,: N,: ^,: _,: ,: ,: ,: ,: ,: -: -: -: -: -: -: #-: -: -: -: ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #): *: &*: 0*:                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  0*: 1*:                                        kd-+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1*: R*: *: *: *: *:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  *: *:                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *: *: j+: k+: +: +: +: ,: M,: N,: _,: ,: ,:                                                                                                 s                                                                        kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ,: ,: -: -: -: -: -: |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -: -:                                        kdI+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -: #-: ~-: -: -: -:                         s                                                                                                                                                                                   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -: -: -: -: -: -: -: -: -: e1: f1: }1: 1: 1: =2: \2: 2: 2: @3: _3: 3: 3: h4: 4: 4: 5: 6: ;6: 6: 6: 47: S7: 7: 7: N8: m8: L9: k9: 9: 9: [:: z:: :: :: ,<: -<: о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ --: -: -: -: -: -: -: .: .: .: .: .: .: .: |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdW+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
.: .: P/: g/: /: /: /: /: /: 40: z0: {0: e1: f1: }1: 1: 1: 1: 1:                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  1: 1: 1: 1:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1: 1: 1: 1:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1: 1: 2: 
2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
2: 2: 2: 2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 2: =2: K2: [2:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [2: \2: g2: l2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l2: m2: w2: |2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |2: }2: 2: 2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 2: 2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 2: 2: 2: 2:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 2: 2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 2: 2:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2: 2: 3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 
3: 3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 3: @3: N3: ^3:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^3: _3: j3: o3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o3: p3: z3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 3: 3: 3: 3:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 3: 3:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3: 3: 4: 	4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	4: 
4: 4: 4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: %4: *4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *4: +4: ,4: h4: v4: 4:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: 4: 4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: 4: 4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: 4: 4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: 4: 4:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4: 4: 4: 4: 4: 5:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5: 5: 
5: 5:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5: 5: 5: "5:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "5: #5: .5: 35:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   35: 45: >5: C5:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C5: D5: E5: 5: 5: 6: *6: :6:                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :6: ;6: F6: K6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K6: L6: V6: [6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [6: \6: g6: l6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l6: m6: w6: |6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd++ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |6: }6: ~6: 6: 6: 6:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6: 6: 6: 6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6: 6: 6: 6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6: 6: 6: 6:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6: 6:  7: 7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 7: 7: 47: B7: R7:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R7: S7: ^7: c7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c7: d7: n7: s7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s7: t7: 7: 7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 7: 7: 7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 7: 7: 7: 7: 7:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 7: 7: 7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 7:  8: 8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8: 8: 8: 8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8: 8: !8: &8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &8: '8: (8: N8: \8: l8:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l8: m8: x8: }8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }8: ~8: 8: 8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8: 8: 8: 8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8: 8: 8: 8:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8: 8: 8: 9: 9: L9: Z9: j9:                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j9: k9: v9: {9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {9: |9: 9: 9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: 9: 9: 9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: 9: 9: 9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: 9: 9: 9: 9: 9:                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: 9: 9: 9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: 9: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: 
:: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: (:: -::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -:: .:: /:: [:: i:: y::                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y:: z:: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: :: ::             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: :: :: :: ::                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :: :: ;: ;:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;: ;: ;: ;:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;: ;: #;: (;:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (;: );: 3;: 8;:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8;: 9;: :;: ^;: ~;: ;: ;: ;: <: <: +<: ,<: -<: P<: <:                                                                                                                                                                                        gd_  z  kdb+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -<: ><: P<: k<: <: 
=: =: =: =: 2=: d=: e=: o=: y=: z=: =: =: =: =: =: =: =: =: >: ?: ?: ?: ?: ?: Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  <: <: 
=: =: =: '=: 2=: e=: o=: y=:                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	y=: z=:                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z=: =: =: =: =: =:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  =: =:                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =: >: Z>: [>: {>: |>: >: )?: _?: ?: ?: ?: ?: ?: ?:                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ?: ?: ?: =@: V@: o@: @: @: |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdi+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?: ?: @: @: @: ,@: -@: <@: @: @: @: @: @: 
A: A: A: A: B: B: B: B: aC: bC: eC: vC: C: ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j#+ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  @: @: @: 
A: A: A: A: |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A: A:                                        kdb+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A: A: bA: cA: A: B: B: 8B: QB: kB: B: B: B:                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  B: B: B: bC: |            s            s                                                                                                                                                                                           	  $If   gd_   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bC: cC: dC: eC: C: D: D: RD: dD: vD: wD: fE: gE: |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdp+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C: D: D: QD: RD: uD: vD: wD: D: D: D: &E: SE: eE: gE: |E: E: E: E: E: E: E: E: F: <F: =F: @F: IF: F: G: zH: {H: H: H: H: H: H: ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $gE: qE: |E: E: E: E:                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  E: E:                                        kd*+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E: E: F: +F: =F: >F: ?F:                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ?F: @F:                                        kd~+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @F: IF: F: F: F: F: F: F: fG: G: G: H: ;H: XH: zH: {H: H:                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  H: H: H: I: XI: I: I: 4J: |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H: H: H: H: H: H: H: I: "I: XI: }I: I: I: I: J: 3J: 4J: 7J: HJ: ^J: J: J: K: K: K: )K: ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j+ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  4J: 5J: 6J: 7J: ]J: ^J: J: J: K: *K: +K: 5K: |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )K: +K: @K: rK: sK: }K: K: K: K: K: K: K: K: K: K: _L: mL: L: L: L: L: L: L: L: L: DM: EM: GM: HM: ZM: lM: mM: xM: M: ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !5K: @K: sK: }K: K:                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  K: K:                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K: K: K: K: K: K:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K: K:                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K: K: UL: VL: vL: wL: L: L: L: L: L:                                                                                                 Y                              kds+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
L: EM: FM: GM: HM: xM: N: 2N: gP: hP: R: S:             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd-+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M: M: M: M: M: M: M: M: N: 2N: R: S: 8T: IT: W: W: e[: x[: [: [: [: [: f\: g\: i\: j\: \: \: ]: ]: B^: v^: E_: L_: _: _: a: /a: b: b: 'c: (c: @c: Ac: Qc: Rc: ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j,, hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j+ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -S: 7T: 8T: IT: U: U: PV: QV: W: W: W: X: X: d[: e[: z[: [: g\: j\: \: \: ]: ]: A^: B^: Q^: c^:                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  c^: v^: w^: |^: ^: ^:             f                                                                                                                                                                      kdN , $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ^: ^: ^: ^: ^: o            f            f            f                                                                                                                                                	  $If   gd_    kd , $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^: ^: ^: ^: ^: o            f            f            f                                                                                                                                                	  $If   gd_    kd*, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^: ^: ^: ^: ^: o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^: ^: ^: ^: ^: o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^: ^: ^: ^: _: o            f            f            f                                                                                                                                                	  $If   gd_    kdt, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _: _: 
_: _: _: o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _: _: _: &_: 2_: o            f            f            f                                                                                                                                                	  $If   gd_    kdP, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2_: 3_: 4_: 5_: _: _: .a: /a: b: b: c: c: c: o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Rc: Uc: Vc: c: c: l: l: p: 'p: v: /v: x: x: y: y: y: y: y: z: {: {: 3{: e{: f{: p{: z{: {{: {: {: {: {: {: {: {: {: }: }: }: ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %c: c: dd: ed: e: e: e: e: f: g: g: h: h: !i: j: j: Fk: l: l: n: n: =o: Jo: Wo: do: qo: o:                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  o: o: o: o: o: o: o: o: p: p: p: 'p: Wq: Xq: q: q: wr: xr: Ju: Ku: v: /v: dv: v: v: w: Bw: ow: w:                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  w: w: w: 9x: x: x: x: y: y: z: {: {: ({: 3{: f{: p{: z{:                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  z{: {{:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {{: {: {: {: {: {:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  {: {:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {: {: (|: 4|: [|: |: |: |: |: ,}: 6}: [}: }: }:                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
}: }: }: }: |            s            s                                                                                                                                                                                           	  $If   gd_   kdO, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }: }: }: }:  ~: ~: ~: ~: .~: /~: D~: v~: w~: ~: ~: ~: ~: ~: ~: ~: ~: ~: ~: ~: v: ހ: ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 }:  ~: ~: ~: .~: /~: 9~: D~: w~: ~: |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd	, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~: ~:                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ~: ~:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~: ~: ~: ~: ~: ~: ~:                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~: ~:                                        kd
, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~: ~: -: 9: `: : : : u: ހ: : :                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ހ: : :  : : : : : : : &: X: Y: c: m: n: z: : : Á: ā: Ł: Ɂ: ҁ: Z: ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    : : : : |            s            s                                                                                                                                                                                           	  $If   gd_   kdk, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : &: Y: c: m: |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd%, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m: n:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n: : : Á: ā: Ł: ǁ: ȁ:                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ȁ: Ɂ:                                        kd3, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ɂ: ҁ: : : D: o: : ӂ: Y: : ҃: Ӄ:                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z: : ҃: ԃ: : : : : : : : : : : !: ": 7: i: j: t: ~: : : : : Մ: ք: ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Ӄ: ԃ: : : |            s            s                                                                                                                                                                                           	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : ": ,: 7: j: t: ~: |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdA, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~: :                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : Ԅ: Մ: ք: ׄ: ل: ڄ:                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ք: ׄ: ۄ: : W: Y: i: j: p: w: x: y: z: : : : ̆: ֆ: ׆: : : : : .: /: 0: îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ڄ: ۄ:                                        kdO, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۄ: : #: /: V: : Å: : : W: X: Y:                                                                                                                         f                           kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Y: j: x: y: z: : : : ̆: ֆ:                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd], $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ֆ: ׆:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ׆: : /: 0: 1: 3: 4:                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  0: 1: 5: >: Ɉ: ʈ: ˈ: ۈ: ܈: : : : : : &: @: B: C: X: : : : : : : ȉ: п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  4: 5:                                        kdk, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5: >: }: : : އ: : -: J: : ʈ: ˈ:                                                                                                                         f                           kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ˈ: ܈: : : : &: C: M: X: :                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdy, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	: : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  : :                                        kd3, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : ɉ: ʉ: ˉ: ͉: :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ȉ: ɉ: ʉ: ˉ: : : : : : ': (: ): 9: :: l: m: n: o: p: q: }: : : : : ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 : :                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : A: w: (: ): :: l:                                                                                     s                                                                                              kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
l: m: n: o: p: q: : R: S: : Ɏ:  : 8: : |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
: Ɏ: ܎: : : 7: K: ~: : ͏: : #: $: 9: k: l: v: : : : : : : : : Ȑ: ɐ: ې: ܐ: : : /: 8: D: õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !: Ώ: #: $: .: 9: l: v: :                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  : :                                        kdO, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ɐ: ܐ: : : : : .:                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  .: /:                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /: 8: : : : : : : #: *: 2:                                                             f                                    [            [                     
  $If   gd_ K$  kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
D: : : : : : : : : : !: #: ): *: 1: 3: H: I: X: Z: [: \: t: ~: : : : : : : : ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 2: 3: I: Y: Z: [:                                     R            I                                                                     	  $If   gd_ Q  kd>!, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd , $If   K$L$l 0                                     
t                              4   4 
l a   [: \: : : : ͒: : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: : : : : ": }: ~: : : : : : ȓ: ɓ: ѓ: ӓ: : : : :  : : : ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J : :                                        kd", $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ": P: ~: : : : : ɓ: ғ:                                                             f                                    [            [                     
  $If   gd_ K$  kd#, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
ғ: ӓ: : : : : :                                     R                                                                                              Q  kd %, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd$, $If   K$L$l 0                                     
t                              4   4 
l a   : : : :  : :                                     R            I                                                                     	  $If   gd_ Q  kd:&, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%, $If   K$L$l 0                                     
t                              4   4 
l a   : : *: K: L: q: : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd&, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: : $: %: &: (: ): *: K: L: : : : : : : H: a: {: |: }: ~: : : : : : : L: R: ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ : :                                        kd', $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : {: |: }: ~: : L:                                                                                     Y                                          kd(, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
L: S: \: ]: e: z: : : : ՗: : : : !: 6: K: ]: w:                                                                                                                                                                                                                      	  $If   gd_  S  kd), $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ R: S: [: ]: ՘: ֘: ט: ؘ: : : : : : :  : :  : j: k: n: w: : : l: : : : : ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  w: : : : ՘: ֘: ט:                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd!*, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ט: ؘ:  :  : E: X: k: l: m: |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd*, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m: n:                                        kdm+, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n: w: : : : : : : : : :                                                             f                                    [            [                     
  $If   gd_ K$  kd,, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
: : : : : : : : : : i: k: l: m: : : : : : : : : : : : : : : : 9: ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 : : : : $: 6: P: j: z: : : : ˛: : : : &: 6:                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd{-, $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   6: P: j: k: l:                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd
., $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  l: m: : : : Ӝ: : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd., $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: :                                        kdY/, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : 8: ֞: מ: ؞: ٞ: : =:                                                                                                 f                                                   kd0, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  9: Ԟ: מ: ؞: ٞ: : : <: =: >: V: `: a: b: d: e: f: ~: : ܟ: ݟ: : : þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ =: >: f: : : : ʟ: ݟ: ޟ: ߟ: |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg1, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ߟ: :                                        kd!2, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : G: : : : : :                                                                                                 Y                              kdu3, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
: : : : : G: : : : : : : K: L: M: e: o: p: q: s: t: u: v: : : : νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  : L: M: u: v: : : : Ԣ: : : :             s                                                                                                                                                                 kd/4, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : :                                        kd4, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ȣ: : 3: |: : : : .: :                                                                                     Y                                          kd=6, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
: : ǣ: |: : : : : -: .: : : : : : : 
: : 
: : : : q: r: s: : : : : : : : ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 : : : : : : : ť: ץ: : : : 5: O: W: l: :                                                                                                                                                                                                         	  $If   gd_  S  kd6, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  : : : Ǧ: צ: : : : 
:                                                                                                                                                                                                                                                 	  $If   gd_  S  kd7, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
: : : r: |            s            s                                                                                                                                                                                           	  $If   gd_   kd8, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r: s: : : : §: է: : : : : |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd8, $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: : : : : : : : : : : : ª: ê: Ϫ: Ԫ: : -: s: : : : : : : : : ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  : :                                        kd9, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : :  : \: p: : : : : ê:                                                                                                 f                                                        kd:, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ê: -: : : : : «: ׫: : : : -: G: X: r:                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd;, $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  r: : : : : Ԭ: : : : *: D: U: o: : : : :                                                                                                                                                                                                                            S  kd=<, $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  : : : ߭: : : : : ,: ?: @: A:             s                                                                                                                                                                 kd<, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : : : ϭ: ٭: ڭ: ۭ: ݭ: ޭ: ߭: : : : >: ?: B: K: : >: ?: e: f: : : : : ű: Ʊ: : Ĳ: Ʋ: ǲ: Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ A: B:                                        kd=, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B: K: : f: ǯ: : M: : : k: Ʊ: p: Ʋ: ǲ: β: 
: \: s: : ϳ: : /: [: : :                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ǲ: β: ӳ: : : : : : : : : : ̴: ʹ: : : :  : ": q: s: t: u: ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   : : ʹ: : : !: |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd>, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !: ": *: ?: T: i: {: : : : ڵ: : : : 0: J: R: g:                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd?, $If   K$L$l 0                     x                
t                                4   4 
l a   g: |: : : : ׶: : : : -: G: X: r: s: t:                                                                                                                                                                                                                   	  $If   gd_  S  kd)@, $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t: u: : : : ķ: ׷: : : : : |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@, $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
u: : : : : : : : : : :  : 	: Ǹ: : : : &: : : x: : : 	: : : ¼: ü: ʼ: : ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ :  :                                        kdA, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                : 	: Ǹ: : ): : : : : : ü: ʼ: 
: ): H: m: : : ½: : :                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  : !: -: @: : : : : ƽ: ٽ: : : : : : : : : Z: `: a: i: k: : : : : : : : : ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  : : : Z: a: j: |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdB, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j: k: s: : : : : Ҿ: :  : : (: ?: P: f: w: : :                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdC, $If   K$L$l 0                                     
t                                4   4 
l a   : : : : Ϳ: ߿: : 
: $: 5: L: c: t: : : : :                                                                                                                                                                                                                            S  kd#D, $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  : : : : : : : : *: =: ?: @:             s                                                                                                                                                                 kdD, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : : : : : <: =: A: J: \: : $: V: : W: s: : : E: : ,: A: : : : : : /: : [: n: z: : : 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !@: A:                                        kdoE, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A: J: \: $: : t: : ,: w: : : : C: : ~: : : 2: 3: :: : :                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  : : W: v: : : : : 2: Q: R: c:                                                                                                             f                                       kdF, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  : : : : : *: 6: I: P: R: b: c: : : : : : : : : : : : : : : ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  c: : : : : : : :             s                                                                                                                                                                                     kd}G, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : :                                        kd7H, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : 0: R: t: u: : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  : : $: W: |: |            s            s            s                                                                                                                                                                          	  $If   gd_   kdI, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : #: $: {: |: }: ~: : : : : : : : : : : : +: O: c: : : : : : : : : M: P: : : ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  |: }: ~: : : i: k: : : : P: : : |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdEJ, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ;: <: : 5: 6: : : : : : O: P: : : : 5: |: :  : !: +: 6: i: s: }:                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  : : : : : 4: H: {: : : :  : !: 6: h: i: s: }: ~: : : : : : : : : : : : : : : :  : H: l: m: n: ~: : õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (}: ~:                                        kdJ, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~: : : : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  : :                                        kdSL, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :  : H: k: : : : : ?: m: n: :                                                                                                             f                                       kdM, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  : : : : : : : : : : :             s                                                                                                                                                                      kdaN, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
: : : : : : : : : : : : : : : : : D: E: : : : : : : : : : : : : : : : *: +: P: Q: ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %: :                                        kdO, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : !: E: : : : :                                                 f                                                                                                                       kdoP, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  : : : : : +: >: Q: S: T: |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)Q, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T: U:                                        kdQ, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q: U: ^: : : ": #: $: 4: 5: 6: 7: O: Y: Z: ^: _: `: r: s: : : : : : : : : _: `: : : : : :  : : : 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %U: ^: |: : #: $: 5: 6:                                                 f                                                                                                                       kd7S, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  6: 7: _: `: s: : : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: :                                        kdT, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : `: : : :  :                                                 f                                                                                                                       kdU, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   : : : 3: : : : : : : : F: : |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdV, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : 3: : : : : : : : s: : F: Y: : : : : : : 
: : : ;: <: O: }: : : : : : ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  : : : <: }: : : K: : : : : : : 9: C: M:                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  : : J: ^: : : : : : : 8: 9: C: M: N: f: p: q: u: v: w: : : : : : : : : : : շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\M: N:                                        kdsW, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N: v: w: : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  : :                                        kdX, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               : : f: : : : : : Z: [: l: :                                                                                                 f                                                   kdZ, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  : f: : : : : : : %: Y: Z: [: k: l: o: : : : : : : : : : : : : : : ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ : : : : : : : :                                                             R            I                                   	  $If   gd_ Q  kdb[, $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdZ, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ : : : : : !: 4: G: I: J: `: |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
: : : : : : : 
: :  : !: F: G: a: j: k: z: : : : : : : : : $: +: 1: B: C: ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ `: a:                                        kd\, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a: j: : : %: B: [: n: : : : : : $: C: D:                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  C: D: E: U: V: Y: _: : : : : : : : : : : : : : : : : : : 
: :  : 2: 3: X: Y: ]: пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  D: E: V: : : : |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd], $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : : :                                     R            I                                                                     	  $If   gd_ Q  kdD_, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd^, $If   K$L$l 0                                     
t                              4   4 
l a   : : : 
:  : 3: F: Y: [: \: |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\: ]:                                        kd`, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ]: f: : : 7: I: : : : : : :  : !:                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
]: f: g: v: : : : : : : : : : : : : : : : :  : !: ": 2: 3: 6: K: T: ^: _: زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 !: ": 3: `: |            s            s                                                                                                                                                                                           	  $If   gd_   kda, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _: `: a: y: : : : : : : : : : : : : : : : Q: R:  : : F: : : : : : ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    `: a: : : : : : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdb, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: :                                        kdSc, $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               : : R: : : 4: e: w: : : : : I: J:                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
: : : : : : : H: I: J: K: [: \: _: t: }: : : : : : : : 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  J: K: \: : |            s            s                                                                                                                                                                                           	  $If   gd_   kdd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : : : : : : : : ~: : : |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdae, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
: : : : : : : : : ~: : : : : i: : *: +: 7: ;: d: : : : : /: : /: ;: ?: l: : : X: Y: e: i: : : : : 	: 
: 9: : : : : A: ~: : : k: ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4: : i: : : *: +: d: : : : /: : .: /: l: : X: Y: : @: A: v: : : : : : : 9:                                                                                                                                                                                                                                                                                                                                                                   gd_  9: : : : A: ~: : : k: : : C: D: O: [: j: v: : :                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  k: : : B: C: O: e: i: : : : : : : : : : ": Y: : : 7: m: n: : : :  ; Q ; R ;  ;  ;  ;  ;  ; ; ; Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $: : : : : : : : : M            H            H            H            H            H            H            H                   gd_   kdf, $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   : : : : : : : :                                                 _            V            V                                                             	 $If   gd_    kdf, $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  : : : :                                                                                                                                                                                                                                                          	 $If   gd_  o  kdg, $$If   l       0   T# T                 .                
t  0                                                              4 
l al  : : : : : : : :                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd+h, $$If   l       0   T# T                 .                
t  0                                                              4 
l al  : : ": Y: ^: 2            )            )            )                      	 $If   gd_    kdh, $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ^: : : : : : 1:             [                                                                                                                                           kdi, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  1: 2: 7: n: r: : d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdj, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  : : : : :  ; d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdk, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   ;  ;  ; R ; W ; ~ ; d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdPl, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~ ;  ;  ;  ;  ;  ; d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdm, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   ;  ;  ;  ; 8; =; I; d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdm, $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I; J; M; W; n            e            e                                                                                                                                                               	 $If   gd_    kdn, $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           W; X; [; d;                                                                                                                                                                                                                                                	 $If   gd_  t  kdo, $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  d; e; f; w; |; ; ; ; ;                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdp, $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ; ;                                             kdp, $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ; ; ; ; ; ; ; ;                                                             A                                  kdr, $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ; ; ; ; ; ; ; ;                                                 A                                              kdr, $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ; ; ; ; ; ; ;                                     A            <            7                  gd_    gd_    kds, $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ; ; ; ; ; ; ; ; ; ;                                                                                                                                                                                                                                                   E  kdt, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; /; 0; 2; 3; _; `; x; y; ; ; ; ; ; ; ; ; ; ; ; ; B; C; N; O; _; `; 춥x                          /jy, hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *; ; ; ; ; ; ;                                     a                                                                                                                             E  kdnu, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu, $$If   l 0 
" R                                                           4 
l a   ; ; ; ; ; #; /;                                     a                                                                                                                             E  kd,v, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu, $$If   l 0 
" R                                                           4 
l a   /; 0; 1; 2; 3; E; _;                                     a                                                                                                                             E  kdv, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdv, $$If   l 0 
" R                                                           4 
l a   _; `; k; x; y; ; ;                                     a                                                                                                                             E  kdw, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdIw, $$If   l 0 
" R                                                           4 
l a   ; ; ; ; ; ; ;                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdx, $$If   l 0 
" R                                                           4 
l a   ; ; ; ; ; ; l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdfx, $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ; ; ; ; ; ; ; ; ; g; h; l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd$y, $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
`; d; e; Z; [; f; g; w; x; |; }; ; ; ;  ; ; 
; ; U; W; b; c; ; ; ; ; ; ; ; ; 5	; 7	; 8	; D	; E	; ; ; ; ; ; ; ;; `; i; ; ; ; ; 1; ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jIz, hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0h; ; ; ; ; ; V; W; c; ;                                                                                                                                                                                                                                                       S  kdz, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	; ; ; ; ; ; 6	;                                     N                                                                                       S  kd{, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdB{, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   6	; 7	; 8	; E	; }	; 
; 
; 
; ; ; ; ; ; D
; 
; ; v; ; F;                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdf|, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   F; G; ; a; ; ;  ; ; ; 2; ; ; ; ; ; S; u; ; ; ; ; ; ; n; o; ; ; ;                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  1; 2; ; ; ; ; ; ; ; ; ; ; ; ; ; m; o; ; ; /; 3; @; A; ; ; ; ; ; ; ; ; ; ; ; ; 	; 
; G; H; S; ۵۵۵ۭۜۋzrgrrr       j}, h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '; %; 4; @; A; ; ; ;                                     j                                                                                                                                           kd|, $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ; ; ; 5; :; y; ; ; ; ^; ; s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdj}, $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
; ; ; ; ; \; ]; ; ; M; N; ; ;  ;  ;  ;  ; !; !; !; !; v"; 0#; w$; x$; $; $;                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  S; T; U; Y; Z; ]; ; ; L; ; g ;  ; u!; v!; !; !; !; !; !; !; !; !; !; !; !; !; G"; P"; Y#; y#; w$; $; a&; b&; ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j~, hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjC~, h_ U !$; b&; f&; g&; }&; ~&; &;                                                 e                                                                                                                        F  kd, $$If   l   l '{6    4   4 
l a] p
        F  kd, $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  b&; g&; &; &; &; &; &; &; &; &; &; '; '; '; '; 9'; :'; V'; W'; s'; t'; '; '; '; '; '; '; '; '; (; (; 	(; 
(; (; ); ); ); W*; *; *; *; *; *; n+; +; S,; k,; ,; ,; ,; -; R-; ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3&; &; &; &; &; &; &;                                                             5            v  kdj, $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd, $$If   l   l '{6    4   4 
l a] p
         &; &; &; &; &; &; &; &;                                     t                                                                                                                                                             v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  &; &; &; &; &;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         &; &; &; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; '; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; 1'; 3'; 9';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9'; :'; O'; Q'; V';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V'; W'; l'; n'; s';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s'; t'; '; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; '; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; '; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; '; '; ';                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '; '; '; '; (;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (; (; 	(; 
(; (; ); ); ); >*; X*; *; *; *; *; !+;                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !+; 5+; i+; +; +; +; +; ,; N,; l,; ,; ,; ,; ,; -; Q-; R-; S-; T-; v-; .; .; .; .; .; .; .; .; +/; ,/;                                                                                                                                                                                                                                                                                                                                                                   gd_  R-; T-; ^-; t-; u-; v-; .; .; .; .; /; */; J/; M/; /; /; /; /; 0; G0; 0; 0; 0; 0; 1; 1; 
1; 31; 41; Q1; R1; e1; пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ,/; J/; X/; k/; l/; /; /; /; /; /; 0; 0; 20; H0; I0; 0; 0; 0; 0; 0; 1; 1;                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1; 
1;                                     kd, $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
1; 41; Q1; R1; h1; ~1; 1; 1; 1; 1;                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	e1; h1; }1; ~1; 1; 1; 1; 1; 1; 1; \2; ^2; n2; o2; 2; 2; 2; 2; 2; 2; 2; 2; 3; 3; 3; 3; 4; 4; 4; 4; =4; Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 1; 1;                                     kd, $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1; 1; 1; 1; 2; 2; )2; E2; F2; [2; \2; ]2; ^2; o2;                                                                                                                                     q                            kdl, $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
o2; 2; 2; 2; 2; 2; 2; 2; 2;             q            l                                                                                                                                                       gd_    kd), $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2; 2;                                     kd, $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               2; 2; 2; 2; 2; 2; 3; 33; 43; F3; q3; 3; 3; 3; 3; 3; 3;                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  3; 3; 3; 4; z            q            q                                                                                                                                                                                       	  $If   gd_    kd=, $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       4; 4; 4; ?4; @4; A4; B4; C4; z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd, $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       =4; >4; ?4; D4; M4; 4; 4; 4; 4; 5; 5; 
5; 65; 75; <5; E5; 5; 5; 5; 5; 5; 5; D6; F6; V6; W6; v6; w6; z6; 6; 6; 6; &7; '7; Z7; ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "C4; D4;                                     kd, $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D4; M4; l4; m4; 4; 4; 4; 4; 4; 4; 4; 4; 5;                                                                                                             q                                                         kd, $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5; 	5; 
5; 75; 85; 95; :5; ;5; z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd˒, $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ;5; <5;                                     kd, $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               <5; E5; 5; 5; D6; E6; F6; W6; w6;                                                             q                                                                                                                             kdߔ, $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  w6; x6; y6; z6; 6; '7; [7; q7; r7; |7; 7; z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd, $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Z7; [7; r7; 7; 7; 7; 7; 7; 7; 7; 7; 8; 28; 38; g8; p8; 9; 9; 9; 9; 9; N:; a:; :; :; :; :; :; :; :; :; :; :; ;; -;; .;; ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #7; 7; 7; 7;                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  7; 7;                                        kdg, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7; 7; 8; 38; 58; f8;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f8; g8;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g8; p8; 9; 	9; E9; F9; U9; 9; 9; 9; 9; N:; :;                                                                                                 s                                                                        kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :; :; :; :; :; :; :; |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdə, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :; :;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :; :; ;; ;; .;; O;;                         s                                                                                                                                                                                   kdכ, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  .;; N;; O;; P;; Q;; R;; T;; v;; ;; ?; ?; ?; [?; z?; ?; ?; Z@; y@; @; @; hA; A; B; %B; B; B; C; C; CD; bD; D; D; dE; E; E; F; F; 	G; kG; G; G; H; vH; H; I; I; о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -O;; P;; Q;; R;; S;; T;; ;; !<; "<; c<; n<; x<; <; <; |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
<; <; <; =; =; 4=; a=; b=; =; =; >; >; ?; ?; ?; 0?; [?; i?; y?;                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  y?; z?; ?; ?;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?; ?; ?; ?;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?; ?; ?; ?;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?; ?; ?; ?;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?; ?; ?; ?; ?; ?;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdǞ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?; ?; @; 
@;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
@; @; @; @;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; &@; +@;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +@; ,@; 6@; ;@;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;@; <@; =@; Z@; h@; x@;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x@; y@; @; @;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; @; @;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; @; @;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; @; @;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; @; @; @; @;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @; @; A; 
A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdܢ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
A; A; A; A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; )A; .A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .A; /A; 9A; >A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >A; ?A; @A; hA; vA; A;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdX, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; A; A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; A; A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; A; A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; A; A;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԥ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A; A; A; B; B; $B;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $B; %B; 0B; 5B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5B; 6B; @B; EB;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EB; FB; QB; VB;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VB; WB; aB; fB;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fB; gB; hB; B; B; B;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; B; B; B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; B; B; B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̨, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; B; B; B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; B; B; B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; B; B; OC; C; C; C; C;                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C; C; C; C;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C; C; C; C;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C; C; D; 
D;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
D; D; D; D;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D; D; D; CD; QD; aD;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdī, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aD; bD; mD; rD;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rD; sD; }D; D;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D; D; D; D;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D; D; D; D;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D; D; D; D; D; D;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D; D; D; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd], $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; "E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "E; #E; -E; 2E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2E; 3E; 4E; dE; rE; E;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdٯ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E; E; E; E; E; 
F;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
F; F; F; F;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F; F; &F; +F;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +F; ,F; 7F; <F;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <F; =F; GF; LF;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdѲ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LF; MF; NF; F; F; F; F; G;                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd0, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; 	G; G; G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; $G; )G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )G; *G; 5G; :G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :G; ;G; EG; JG;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JG; KG; LG; kG; yG; G;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; G; G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; G; G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɵ, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; G; G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; G; G;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G; G; G; G; H; H;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; #H; (H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (H; )H; 3H; 8H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8H; 9H; DH; IH;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IH; JH; TH; YH;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YH; ZH; [H; vH; H; H;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; H; H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd , $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; H; H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; H; H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd޹, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; H; H;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H; H; H; H; I; AI; dI; eI; I; I; I; I; I; I; sJ;                                                                                                                                                                                        gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I; I; I; 	J; tJ; J; J; J; J; J; K; K; 
K; K; K; JK; KK; \K; nK; oK; K; K; K; K; wM; yM; M; M; M; Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  sJ; tJ; J; J; J; J; J; K; 
K; K;                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	K; K;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K; KK; oK; K; K; K;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K; K;                                        kdO, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K; K; K; K; L; L; hL; L; L; "M; 2M; CM; SM; TM; xM;                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  xM; yM; M; M; M; 
N; &N; UN; |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M; M; M; M; M; M; M; M; TN; UN; VN; {N; |N; N; N; N; N; 6P; 8P; HP; IP; P;  Q; Q; Q; ,Q; ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j], h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  UN; VN; |N; N; N; N; N; |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N; N;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N; N;  O; O; PO; O; O; O; O; 	P; P; 6P; 7P;                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  7P; 8P; IP;  Q; |            s            s                                                                                                                                                                                           	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        Q; Q; Q; Q; ,Q; Q; Q; Q; R; R; R; S; S; |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,Q; Q; Q; Q; Q; R; R; R; 3R; yR; R; R; R; S; S; S; LS; MS; WS; aS; bS; S; S; S; S; S; S; S; T; T; V; V; <V; >V; NV; OV; _V; ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $S; S; S; MS; WS; aS;                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  aS; bS;                                        kdd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bS; S; S; S; S; S; S;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  S; S;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S; S; ,T; -T; <T; MT; T; T; U; rU; U; U; U; U; V; V; =V;                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  =V; >V; OV; V; V; QW; W; W; |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _V; `V; zV; {V; |V; V; V; V; V; V; W; PW; mW; W; W; W; W; W; W; W; #X; X; X; X; X; X; ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j, h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  W; W; W; W; W; W; X; X; X; X; X; X; |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdK, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X; X; X; Y; Y; Y; %Y; &Y; KY; LY; tY; Y; Y; Y; Y; Y; Z; HZ; dZ; |Z; }Z; Z; Z; Z; Z; Z; Z; Z; Z; Z; 
[; [; [; J[; ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !X; X; Y; Y; %Y;                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  %Y; &Y;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &Y; LY; tY; Y; Y; Y;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y; Y;                                        kdY, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y; Y; Y; Y; Z; Z; dZ; eZ; Z; Z; Z;                                                                                                 Y                              kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Z; Z; Z; Z; Z; [; [; [; ^; ^; `; `;             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdg, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J[; K[; V[; W[; g[; h[; l[; m[; [; [; `; `; a; a; #e; 5e; i; i; Li; Ni; ci; ei; j; j; j; j; rj; tj; Yk; nk; k; l; l; l; xm; |m; n; n; 7p; ^p; p; p; p; p; p; p; ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jf, hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j!, hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -`; a; a; a; -c; .c; c; c; "e; #e; 5e; f; f; i; i; i; ei; j; j; sj; tj; Yk; nk; k; k; k; l;                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  l; l; l; l; "l; 'l;             f                                                                                                                                                                      kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  'l; (l; -l; 5l; Al; o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Al; Bl; Gl; Nl; Sl; o            f            f            f                                                                                                                                                	  $If   gd_    kdd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Sl; Tl; Yl; `l; ll; o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ll; ml; ul; }l; l; o            f            f            f                                                                                                                                                	  $If   gd_    kd@, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l; l; l; l; l; o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l; l; l; l; l; o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l; l; l; l; l; o            f            f            f                                                                                                                                                	  $If   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l; l; l; l; tm; um; n; n; bp; cp;  q; !q; zq; o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p; p; p; zq; q; iz; sz; }; }; ; ̓; F; n; ~; ; ; ; ; ; ; ; ш; ; ; ; ; ; %; F; G; x; y; z; ~; ; S; U; e; ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %zq; q; r; r; r; r; Ps; Qs; s; du; eu; mv; nv; v; Ix; Jx; x; iz; sz; {; {; |; |; |; }; };  };                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_   }; 1}; B}; S}; d}; e}; x}; }; }; }; }; }; ~; ~; ; ; ; ; ; ; ; ̓; ; R; S; ; ; 
; =;                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  =; >; ; ׅ; F; G; n; ~; ; ; ; ; ƈ; ш; ; ; ;                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; G; y; z; |; };                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  }; ~;                                        kd5, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~; ; Ɖ; ҉; ;  ; ^; ; ; ʊ; Ԋ; ; S; T;                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
T; U; f; ; |            s            s                                                                                                                                                                                           	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e; f; ; ; ; ; ; ; ̋; ͋; ; ; ; ; ); *; 6; W; X; }; ~; ; ; ; ; |; ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ; ; ; ; ̋; ͋; ׋; ; ; ; |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; );                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ); *;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *; X; }; ~; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ; ;                                        kdQ, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ˌ; ׌; ; ); i; ; ; |; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  |; ; ; ; ; ; ; ; ; ; Ď; ; ; ; ; ; ; 9; :; a; b; c; g; p; ; ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ; ; ; ; |            s            s                                                                                                                                                                                           	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; Ď; ; ; ; |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; :; `; a; b; c; e; f;                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f; g;                                        kdm, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g; p; ; ; ; 
; M; q; ; `; p; q;                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ; `; p; r; ; ; ; ; ; ; ; ; ; ; ; ; Ց; ; ; ; ; ; ); J; K; s; t; ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    q; r; ; ; |            s            s                                                                                                                                                                                           	  $If   gd_   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ʑ; Ց; ; ; ; |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd{, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kd5, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; K; r; s; t; u; w; x;                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  t; u; y; ; ; ; ; ; ; ; ; ; ; -; _; `; j; t; u; ; ; ; ; ̔; ͔; Δ; îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  x; y;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y; ; ; ͒; ; "; a; ; ; ; ; ;                                                                                                                         f                           kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ; ; ; ; ; "; -; `; j; t;                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	t; u;                                        kdQ, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u; ; ͔; Δ; ϔ; є; Ҕ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Δ; ϔ; Ӕ; ܔ; g; h; i; y; z; ; ; ; ; ; Ė; ޖ; ; ; ; (; ); 3; =; >; J; f; п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Ҕ; Ӕ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӕ; ܔ; ; '; N; |; ; ˕; ; ; h; i;                                                                                                                         f                           kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  i; z; ; ; ; Ė; ; ; ; );                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	); 3; =;                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  =; >;                                        kdm, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >; g; h; i; k; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f; g; h; i; ; ; ; ; ; ř; ƙ; Ǚ; י; ؙ; 
; ; ; 
; ; ; ; ; ?; %; 8; ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; ; ߘ; ; ƙ; Ǚ; ؙ; 
;                                                                                     s                                                                                              kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  

; ; ; 
; ; ; ?; ; ; %; g; ; ֜; ; |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8; g; z; ; ; ՜; ; ; 0; k; ; ; ; ם; 	; 
; ; ; ; 7; A; B; C; F; G; f; g; y; z; ; ; ͞; ֞; ; õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !; l; ; ; ̝; ם; 
; ; ;                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; G; g; z; ; ; ; ; ̞;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ̞; ͞;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͞; ֞; A; T; ; ; ; ; ; ȟ; П;                                                             f                                    [            [                     
  $If   gd_ K$  kd1, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
; A; ; ; ; ; ; ; ; ; ; ; ǟ; ȟ; ϟ; џ; ; ; ; ; ; ; ; ; ; ;  ; !; "; D; E; ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ П; џ; ; ; ; ;                                     R            I                                                                     	  $If   gd_ Q  kdx, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a   ; ; "; E; X; k; ~; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E; ; ; ; ; ; ; ; ; ; .; /; `; f; g; o; q; ; ; ; ; ; ; ; ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; ; ; ; /; `; g; p;                                                             f                                    [            [                     
  $If   gd_ K$  kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
p; q; ; ; ; ; ;                                     R                                                                                              Q  kdZ, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a   ; ; ; ; ; ;                                     R            I                                                                     	  $If   gd_ Q  kdt, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a   ; ; ȡ; ; ; ; "; 5; 6; 7; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ; ¡; á; ġ; ơ; ǡ; ȡ; ; ; 4; 5; 8; A; 2; 3; ; ; ; ; ; ; ,; -; .; ; ; ; ; ; ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 7; 8;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8; A; ~;  ; 3; ; ; ; ; -; ;                                                                                     Y                                          kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
; ; ; ; ; ; -; ?; Y; s; ; ; ; ; ԥ; ; ; ;                                                                                                                                                                                                                      	  $If   gd_  S  kd, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ; ; ; ; s; t; u; v; ; ; ; ; ; ; ; ; ; ; 	; ; ; !; ; 
; !; "; #; $; ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ; /; ?; Y; s; t; u;                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd[, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u; v; ; ; ; ; 	; 
; ; |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; "; #; $; 5; ; ; ;                                                             f                                    [            [                     
  $If   gd_ K$  kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
$; 4; 5; S; [; ; ; ; ; ; ; 	; 
; ; #; -; .; /; 1; 2; 3; @; J; K; ; ; ; ; ); ׫; ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ; ; ; ; ¨; Ԩ; ; ; ; 2; L; T; i; ~; ; ; ĩ; ԩ;                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd, $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ԩ; ; ; 	; 
;                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdG, $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
; ; 3; K; ^; q; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ); F; ; ֫; t; u; v; w; ; ۬;                                                                                                 f                                                   kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ׫; r; u; v; w; ; ; ڬ; ۬; ܬ; ; ; ;  ; ; ; ; ; ; z; {; ~; ; þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ۬; ܬ; ; ; B; U; h; {; |; }; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}; ~;                                        kd[, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~; ; 1; Y; ; ; ; ; ; ; ;                                                                                                 Y                              kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
; 0; 2; ; ; ; ; ; ; ; ; ; ; ; ; ; 
; ; ; ; ; ; ; ; ; ; νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ; ; ; ; ; 9; L; _; r; ; ; ;             s                                                                                                                                                                 kdi, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ; ;                                        kd# - $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; f; ; ѱ; ; ; ; ; ̲; ;                                                                                     Y                                          kdw- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
; ; e; ; ; ; ; ; ˲; ̲; ;  ; &; '; /; 1; ; ; ; ; ; ; ; ; ; ); 3; 4; 5; 7; 8; 9; ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ;  ; '; 0; 1; 9; N; c; u; ; ; ; ӳ; ; ; 
; ;                                                                                                                                                                                                         	  $If   gd_  S  kd1- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ; 1; K; e; u; ; ; ; ;                                                                                                                                                                                                                                                 	  $If   gd_  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ; ; ; ; |            s            s                                                                                                                                                                                           	  $If   gd_   kdU- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; 9; :; M; `; s; ; ; ; ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd- $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
9; :; L; M; ; ; ; ; ^; N; O; P; `; a; m; r; ; ˸; ; E; G; M; N; V; X; Q; S; ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ^; ; ; ; ; N; O; P; a;                                                                                                 f                                                        kd+- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
a; ˸; G; N; W; X; `; u; ; ; ; ˹; ; ; ;                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ; *; ;; U; ]; r; ; ; ; Ⱥ; ; ; 
; '; 8; R; S;                                                                                                                                                                                                                            S  kdw- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S; T; U; }; ~; ; ; ; ʻ; ݻ; ޻; ߻;             s                                                                                                                                                                 kd	- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S; T; U; m; w; x; y; {; |; }; ~; ; ; ܻ; ݻ; ; ; ; ܼ; ݼ; ; ; ; ; ; ; c; d; M; b; d; e; Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ߻; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; e; ; ; >; ; 	; d; ; d; e; l; ; ; ; A; m; ; ; ; %; Y;                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  e; l; q; ; ; ; ); <; @; X; Y; Z; j; k; ; ; ; ; ; ; ; ; ; ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Y; Z; k; ; ; ; |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ; ; 3; M; ^; x; ; ; ; ; ; ; ;                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd
- $If   K$L$l 0                     x                
t                                4   4 
l a   ; ; /; A; [; u; ; ; ; ; ; ; ; ; ;                                                                                                                                                                                                                   	  $If   gd_  S  kdc- $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ; ; ;; <; O; b; u; ; ; ; ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd- $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
; +; 5; 6; :; ;; <; N; O; ; ; ; ; e; ; ^; ; ; %; :; ; +; ; ; J; _; `; a; h; ; ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; e; _; ; =; J; ; .; ; a; h; ; ; ; ; "; A; `; ; ;                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ; ; ; ; &; 9; E; X; d; w; ; ; ; ; ; ; ; ; ; ; ; ; 	; O; Q; R; S; k; u; v; z; ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ; ; ; ; ; ; |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; 	; ; #; 5; G; Y; p; ; ; ; ; ; ; ; ; ,; -;                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0                                     
t                                4   4 
l a   -; 5; G; Y; k; }; ; ; ; ; ; ; ; (; 9; P; Q;                                                                                                                                                                                                                            S  kd]- $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q; R; S; {; |; ; ; ; ; ; ; ;             s                                                                                                                                                                 kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z; {; |; ; ; ; ; ; ; ; ,; ; ; ; ; ; s; ; ; s; ; ; ; 9; ; a; ; ; u; ; ; ; +; w; 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; ; ; ; ; ; 4; ; ; ; s; ; ;; c; ; ; ; t; u;                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  u; ; ; ; 3; s; ; ; ; ; ; ;                                                                                                             f                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  w; ; ; ; ; ; ; ; ; ;  ; ; D; E; F; i; j; k; o; p; t; }; ; ; ; ; ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ; E; F; j; k; p; r; s;             s                                                                                                                                                                                     kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s; t;                                        kdq- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t; }; ; ; ; ; ; ; 5; W; y; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ; ; ; ; ; |            s            s            s                                                                                                                                                                          	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ; ; ; ); -; 1; 8; W; =; P; ; ; ; ; ; ; 4; H; ; ; Y; e; i; ; ; ; "; 5; ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ; ; ; ; W; ; 	; =; ; ; ; 5; ; |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ,; ; ; ; ; X; Y; ; ; ; "; d; ; ; ; i; ; ; ; ; ; ; ;                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5; d; w; ; ; ; ; ; -; h; |; ; ; ; ; ; ; ; ; 4; >; ?; C; D; E; W; X; j; k; }; ~; ; ; ; ; ; 
; ; ; ; ; õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (; ;                                        kd9- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D; E; X; k; ~; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; 	; @; n; ; ; ; ; ; ;                                                                                                             f                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ; ; ; G; H; [; n; ; ; ; ;             s                                                                                                                                                                      kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
; ; ; 7; A; B; F; G; H; Z; [; m; n; ; ; ; ; ; ; e; f; g; w; x; y; z; ; ; ; ; ; ; ; ; ; ; ; ; ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %; ;                                        kdU- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; f; g; x; y;                                                 f                                                                                                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  y; z; ; ; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; =; >; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; #; $; I; J; N; W; z; {; ; ; ; ; ; ; ; ; ; ; 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %; ; ; >; ; ; ; ;                                                 f                                                                                                                       kdq- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ; ; ; ; ; $; 7; J; L; M; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M; N;                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N; W; {; ; ; ; ; ;                                                 f                                                                                                                       kd9!- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ; ; ; ; ]; ^; ; ; ; ; ; ; &; |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd!- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; \; ]; ^; ; ; ; ; ; ; ; ; &; 9; \; p; ; ; ; ; ; ; ; ; ; .; \; ]; p; ; ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  &; ]; ; ; ; ]; ; ; 8; ; ; ; ; ; ; ; ;                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ; ; ; ; 7; K; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; :; L; M; r; s; ; ; ; ; շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\; ;                                        kd"- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; ; :; M; `; s; u; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ; ;                                        kd$- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; ; 5; G; ; ; ; ; ; 
; 7;                                                                                                 f                                                   kdU%- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ; ; ; ; ; ; ; ; ; ; ; ; 	; 
; 
; "; +; 5; 7; =; >; E; G; \; ]; l; n; o; p; ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 7; >; F; G; ]; m; n; o;                                                             R            I                                   	  $If   gd_ Q  kd&- $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd&- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ o; p; ; ; ; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd)'- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 	; ; v; D; N; O; m; n; ; ; ; ; ; ; ; ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ; ;                                        kd'- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; w; ; ; ; ; ; D; O; n; ; ; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ; ; ; ; ; ; ; (; .; /; 6; 8; A; g; h; }; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ; ; ; (; /; 7; |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7)- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7; 8; h; ; ; ;                                     R            I                                                                     	  $If   gd_ Q  kd~*- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)- $If   K$L$l 0                                     
t                              4   4 
l a   ; ; ; ; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kd+- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; s; ; ; ; "; -; L; w; ; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
; ; ; ; r; "; ,; -; K; L; _; n; v; w; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ; ; ; ; |            s            s                                                                                                                                                                                           	  $If   gd_   kd-- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; !; "; &; '; (; :; ;; M; N; s; t; x; ; ; ; ; ; ; ; ; P; Z; [; y; z; ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ; ; '; (; ;; N; a; t; v; w; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w; x;                                        kd.- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x; ; ; -; ; ; ; ; P; [; z; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
z; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; %; &; '; (; ); *; Q; 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ; ; ; '; |            s            s                                                                                                                                                                                           	  $If   gd_   kd/- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '; (; ); *; Q; R; ; D; v; w; ; ; W; X; |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd0- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q; ^; b; ; D; v; ; ; ; ; X; d; h; ;  < s <  <  <  <  < < e< < < < < < < < < 
< < < < < < < *< h< < < < < < !< O< P< < < 	< u	< 	< 	
< ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4X; ;  < r < s <  <  < < e< < < < < < < 
< < < < *< < < < )< E< U< h< < < <                                                                                                                                                                                                                                                                                                                                                                   gd_  < !< P< < < 	< u	< 	< 	
< H
< 
< 
< 
< 
< 
< < < '< +<                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  	
< 
< 
< 
< 
< 
< < < '< *< +< 2< 3< < < < < < < X< < < 
< 
< h
< 
< 
< 
< 
< 
< "< O< P< U< z< ~< 0< Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $+< ,< -< .< /< 0< 1< 2< 3< M            H            H            H            H            H            H            H                   gd_   kdU1- $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   3< G< N< S< c< d< s< t<                                                 _            V            V                                                             	 $If   gd_    kd1- $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  t< u< < <                                                                                                                                                                                                                                                          	 $If   gd_  o  kd2- $$If   l       0   T# T                 .                
t  0                                                              4 
l al  < < < < < < < <                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kde3- $$If   l       0   T# T                 .                
t  0                                                              4 
l al  < < < < < 2            )            )            )                      	 $If   gd_    kd4- $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     < R< S< X< < < <             [                                                                                                                                           kd/5- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  < < < 
< 
< b
< d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b
< c
< h
< 
< 
< 
< d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
< 
< 
< 
< 
< < d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  < < "< P< U< {< d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdS8- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  {< |< }< < < < < d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd9- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  < < < < n            e            e                                                                                                                                                               	 $If   gd_    kd9- $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           < < < <                                                                                                                                                                                                                                                	 $If   gd_  t  kd:- $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  < < < < < "< )< 0< <<                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdW;- $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  << =<                                             kd;- $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          =< H< L< S< Z< [< \< ]<                                                             A                                  kdM=- $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ]< ^< _< `< a< b< c< d<                                                 A                                              kd,>- $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  d< e< f< g< h< i< ~<                                     A            <            7                  gd_    gd_    kd?- $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ~< 1< 2< K< L< e< v< w< < <                                                                                                                                                                                                                                                   E  kd?- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	0< 1< 2< 8< 9< K< L< v< w< < < < < < < < < < < < < < < < < .< /< 0< 4< 5< R< S< T< `< a< s< ;< < < < < < < 춥x                          /jE- hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *< < < < < < <                                     a                                                                                                                             E  kd@- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdI@- $$If   l 0 
" R                                                           4 
l a   < < < < < < <                                     a                                                                                                                             E  kdfA- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA- $$If   l 0 
" R                                                           4 
l a   < < < < < < <                                     a                                                                                                                             E  kd$B- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA- $$If   l 0 
" R                                                           4 
l a   < < 	< < < !< .<                                     a                                                                                                                             E  kdB- $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdB- $$If   l 0 
" R                                                           4 
l a   .< /< 0< 1< 2< 3< 4<                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdAC- $$If   l 0 
" R                                                           4 
l a   4< 5< B< C< Q< R< l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdC- $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   R< S< T< a< s< :< ;< -< .< < < l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd^D- $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
< < < < < < < < < < < < E< F< < < < < < <  < < H< J< \< ]< < < < < < < < < < R< S< _< < < < < < < _< `< < < < ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jE- hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0< < &< F< < < < < < I<                                                                                                                                                                                                                                                       S  kdE- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	I< J< ]< < < < <                                     N                                                                                       S  kdG- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd|F- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   < < < < < < n< o< \< ]< R< S< _< < =< < < }< <                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdG- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   < < < < _< `< < < < < 6 < 7 < H < f!< !< !< "< ,"< H"< b"< c"< l#< m#< %< 
%< k%< l%< %<                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  < < G< H< X< `< 5 < 7 < H < e!< f!< !< M#< j#< m#< %< 
%< ,%< %< %< %< %< %< /&< 0&< E&< F&< w&< x&< y&< )< )< )< )< )< )< )< )< )< )< ۵۵۵ۭۜۋzrgrrr       jI- h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '%< %< %< %< %< 0&< F&< x&<                                     j                                                                                                                                           kd2H- $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  x&< y&< &< &< &< '< u'< v'< '< '< 9(< s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdH- $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
9(< (< X)< Y)< )< )< )< F*< G*< *< *< D,< E,< -< -< j.< k.< 8/< 9/< S/< d/< 0< 0< 2< 2< 2< 2<                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  )< )< )< )< )< )< F*< G*< *< C,< .< i.< /< /< /<  /< 0/< 1/< 5/< 6/< 7/< 8/< 9/< B/< S/< d/< /< /< 0< 1< 2< 2< 3<  4< ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jI- hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj}I- h_ U !2<  4< 4< 4< 4< 4< 04<                                                 e                                                                                                                        F  kdJ- $$If   l   l '{6    4   4 
l a] p
        F  kdKJ- $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_   4< 4< 24< V4< W4< Z4< [4< a4< b4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 4< 5< 5< 35< 45< K5< L5< b5< c5< }5< ~5< 5< 5< 5< 5< 5< 7< 7< 7< 7< *8< C8< w8< }8< 8< 9< 9< 9< 	:< >:< g:< :< :< :< ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 304< 14< 24< ;4< I4< V4< W4<                                                             5            v  kdK- $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd1K- $$If   l   l '{6    4   4 
l a] p
         W4< X4< Y4< Z4< [4< _4< `4< a4<                                     t                                                                                                                                                             v  kdIL- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  a4< b4< {4< }4< 4<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4< 4< 4< 4< 4<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4< 4< 4< 4< 4<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJN- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4< 4< 4< 4< 4<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdN- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4< 4< 4< 4< 4<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdO- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4< 4< 
5< 5< 5<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKP- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5< 5< ,5< .5< 35<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdP- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         35< 45< C5< E5< K5<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K5< L5< Z5< \5< b5<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdLR- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b5< c5< v5< x5< }5<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }5< ~5< 5< 5< 5<                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdS- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5< 5< 5< 5< 5< 7< 7< 7< 7< 7< *8< D8< x8< 8< 8<                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdMT- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8< 8< 9< 9< S9< f9< 9< 9< 9< 
:< >:< X:< h:< :< :< :< :< :< :< ;< << << 4<< Z<< i<< |<< }<< << << <<                                                                                                                                                                                                                                                                                                                                                                   gd_  :< :< :< ;< ;< ;< 4<< J<< i<< {<< << << << << (=< I=< Z=< =< =< =< N>< c>< >< >< >< >< >< >< >< >< >< ?< пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  << << << 	=< 
=< (=< X=< Y=< Z=< =< =< =< =< =< =< M>< N>< X>< c>< >< >< ><                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  >< ><                                     kdT- $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               >< >< >< >< ?< ?< 2?< H?< J?< a?<                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	?< ?< ?< ?< 1?< 2?< G?< H?< b?< k?< ?< ?< @< 
@< ,@< -@< .@< /@< U@< V@< [@< d@< A< A< A< A< A< A< A< A< A< Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ a?< b?<                                     kdOV- $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b?< k?< ?< ?< ?< ?< ?< ?< ?< ?< ?< ?< ?< 
@<                                                                                                                                     q                            kdW- $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  

@< -@< .@< /@< V@< W@< X@< Y@< Z@<             q            l                                                                                                                                                       gd_    kdcX- $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Z@< [@<                                     kd Y- $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               [@< d@< @< @< @< @< @< @< @< @< A< (A< =A< RA< lA< mA< A<                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  A< A< A< A< z            q            q                                                                                                                                                                                       	  $If   gd_    kdwZ- $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       A< A< A< A< A< A< A< A< z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd4[- $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       A< A< A< A< A< sB< uB< B< B< B< B< B< B< B< B< B< 1C< =C< YC< eC< C< C< C< C< C< C< D< D< D< "D< 8D< D< D< D< D< ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "A< A<                                     kd[- $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A< A< 
B< B< B<  B< BB< ^B< _B< tB< uB< B< B<                                                                                                             q                                                         kdH]- $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  B< B< B< B< B< B< B< B< z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd^- $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       B< B<                                     kd^- $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B< B< ,C< -C< C< C< C< C< D<                                                             q                                                                                                                             kd`- $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  D< D< D< D< 8D< D< D< E< E< E< %E< z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd`- $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
D< D< E< %E< WE< XE< bE< lE< mE< E< E< E< E< E< F< F< F< G< G< G< G< G< G< .H< /H< 0H< OH< PH< QH< RH< SH< VH< _H< H< H< H< ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #%E< XE< bE< lE<                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  lE< mE<                                        kda- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mE< E< E< E< E< F<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F< F<                                        kdb- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F< F< F< F< F< F< F< DG< G< G< G< G< /H<                                                                                                 s                                                                        kdId- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  /H< 0H< QH< RH< SH< TH< UH< |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kde- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UH< VH<                                        kde- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VH< _H< H< H< H< H<                         s                                                                                                                                                                                   kdg- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  H< H< H< H< H< H< H< I< I< L< L< L< L< M< yM< M< M< N< |N< N< O< %O< O< O< P< >P< XQ< wQ< Q<  R< pR< R< S< !S< S< S< T< T< 	U< (U< U< U< V< 3V< hW< iW< о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -H< H< H< H< H< H< I< I< I< J< J< J< !J< +J< |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdg- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+J< ,J< J< J< J< J< J<  K< ;K< pK< K< K< L< L< L< L< L< M< M<                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  M< M< #M< (M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M< )M< 3M< 8M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8M< 9M< DM< IM<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCi- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IM< JM< TM< YM<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YM< ZM< [M< yM< M< M<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M< M< M< M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`j- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M< M< M< M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M< M< M< M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M< M< M< M<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}k- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M< M< M< M< N< N<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< "N< 'N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;l- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'N< (N< 2N< 7N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N< 8N< CN< HN<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HN< IN< SN< XN<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXm- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XN< YN< ZN< |N< N< N<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< N< N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< N< N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdun- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< N< N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< N< N<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3o- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N< N< N< O< O< $O<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $O< %O< 0O< 5O<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5O< 6O< @O< EO<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPp- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EO< FO< QO< VO<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VO< WO< aO< fO<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fO< gO< hO< O< O< O<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmq- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O< O< O< O<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O< O< O< O<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+r- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O< O< O< O<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O< O< O< P<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P< P< P< P< -P< =P<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHs- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =P< >P< IP< NP<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NP< OP< YP< ^P<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^P< _P< jP< oP<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdet- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oP< pP< zP< P<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P< P< P< P< 6Q< XQ< fQ< vQ<                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd#u- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vQ< wQ< Q< Q<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< Q< Q< Q<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< Q< Q< Q<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@v- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< Q< Q< Q<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< Q< Q< Q< Q< Q<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q<  R< R< R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]w- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R<  R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    R< !R< ,R< 1R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1R< 2R< <R< AR<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzx- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AR< BR< CR< pR< ~R< R<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R< R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8y- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R< R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R< R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R< R<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUz- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R< R< R< S< S<  S<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    S< !S< ,S< 1S<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1S< 2S< <S< AS<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr{- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AS< BS< MS< RS<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RS< SS< ]S< bS<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0|- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bS< cS< dS< S< S< S<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S< S< S< S<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S< S< S< S<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM}- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S< S< S< S<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S< S< S< S<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S< S< S< XT< YT< T< T< T<                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdj~- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T< T< T< T<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T< T< T< T<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T< T< T< T<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T< T< T< T<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T< T< T< 	U< U< 'U<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdE- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'U< (U< 3U< 8U<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8U< 9U< CU< HU<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HU< IU< TU< YU<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YU< ZU< dU< iU<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iU< jU< kU< U< U< U<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd - $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U< U< U< U<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U< U< U< U<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdނ- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U< U< U< U<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U< U< U< U<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U< U< U< V< "V< 2V<                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2V< 3V< >V< CV<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CV< DV< NV< SV<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SV< TV< _V< dV<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dV< eV< oV< tV<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tV< uV< vV< V< V< V< W< W< YW< ZW< gW< hW< iW< W< X<                                                                                                                                                                                        gd_  z  kdօ- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iW< zW< W< W< X< FX< WX< XX< YX< nX< X< X< X< X< X< X< X< X< Y< 
Y< Y< Y< 9Y< BY< [< [< '[< ([< 8[< Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  X< X< FX< XX< YX< cX< nX< X< X< X<                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	X< X<                                        kd5- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X< X< 
Y< Y< !Y< 8Y<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8Y< 9Y<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9Y< BY< Y< Y< Y< Y< Z< eZ< Z< Z< Z< Z< Z< Z< [<                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  [< [< ([< y[< [< [< [< [< |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd݈- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8[< 9[< S[< T[< U[< h[< i[< x[< [< [< [< \< \< I\< J\< M\< V\< ]< ]< ]< ]< ^< ^< ^< ^< ^< ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j- h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  [< [< \< I\< J\< K\< L\< |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L\< M\<                                        kd֊- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M\< V\< \< \< \< M]< X]< t]< ]< ]< ]< ]< ]<                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ]< ]< ]< ^< |            s            s                                                                                                                                                                                           	  $If   gd_   kd*- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^< ^< ^< ^< ^< Y_< Z_< _< _< _< _< `< `< |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^< Y_< Z_< _< _< _< _< _< _< `< ,`< b`< `< `< `< `< `< `< `< `<  a< %a< &a< Ua< xa< ya< |a< a< ;b< >b< c< c< c< c< c< c< c< ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $`< `< `< `< `< `<                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  `<  a<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                a< &a< Ua< ga< ya< za< {a<                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  {a< |a<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |a< a< a< a< a< a< #b< $b< b< c< 0c< Qc< wc< c< c< c< c<                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  c< c< c< >d< d< d< -e< pe< |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdF- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c< c< d< d< d< -d< .d< =d< ^d< d< d< d< e< ,e< Ne< oe< pe< se< e< e< e<  f< Rf< Sf< Tf< ef< ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j - h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  pe< qe< re< se< e< e< f<  f< Tf< ff< gf< qf< |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ef< gf< |f< f< f< f< f< f< f< f< g< #g< $g< 'g< 0g< g< g< g< h< h< h< #h< %h< 5h< 6h< h< h< h< h< h< h< h< h< h< ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !qf< |f< f< f< f<                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  f< f<                                        kd?- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f< f< g< $g< %g< &g<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  &g< 'g<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'g< 0g< g< g< g< g< h< h< $h< %h< 6h<                                                                                                 Y                              kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
6h< h< h< h< h< h< Ji< ni< k< k< ;n< Hn<             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h< h< h< h< i< i< 
i< i< Ji< ni< ;n< Hn< to< o< r< r< v< v< v< v< w< w< w< w< w< w< x< x< x< y< ~y< y< z< z< {< {< J|< k|< }< }< c~< d~< |~< }~< ~< ~< ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j- hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j[- hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Hn< so< to< o< p< p< q< q< r< r< r< 9t< :t< v< v< v< w< w< w< x< x< x< y< }y< ~y< y< y<                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  y< y< y< y< y< y<             f                                                                                                                                                                      kd- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  y< y< y< y< y< o            f            f            f                                                                                                                                                	  $If   gd_    kd0- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y< y< y< y< y< o            f            f            f                                                                                                                                                	  $If   gd_    kd- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y< y< y< y< 
z< o            f            f            f                                                                                                                                                	  $If   gd_    kd- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
z< z< z< z<  z< o            f            f            f                                                                                                                                                	  $If   gd_    kdz- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  z< !z< )z< 1z< =z< o            f            f            f                                                                                                                                                	  $If   gd_    kd- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =z< >z< Fz< Mz< Rz< o            f            f            f                                                                                                                                                	  $If   gd_    kdV- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Rz< Sz< [z< bz< nz< o            f            f            f                                                                                                                                                	  $If   gd_    kdę- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at nz< oz< pz< qz< {< {< j|< k|<  ~< ~< ~< ~< < o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd2- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~< ~< ~< < $< < < X< c< Z< k< < < < (< )< 5< 9< U< Y< Z< o< < < < < < Ö< < < < < < < %< < < < ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %< $< < < W< X< < < A< < < < < ]< < < < < < W< X< y< < < < < <                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  < ϊ< < < < < < )< @< W< X< c< < < 1< 2< < < < < Z< k< < < < P< ~< < ے<                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ے< ܒ< %< u< < < < < )< U< Y< Z< d< o< < < <                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  < <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  < <                                        kdo- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < %< d< p< < < < $< /< h< r< < < <                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
< < < ;< |            s            s                                                                                                                                                                                           	  $If   gd_   kdÝ- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < :< ;< << >< J< N< j< k< < < < < Ǚ< ș< ԙ< < < < < < !< *< < < ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ;< << =< >< j< k< u< < < < |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd}- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< Ǚ<                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Ǚ< ș<                                        kd7- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ș< < < < < <  <                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   < !<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !< *< i< u< < ǚ< < +< < < *< +<                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  < *< ,< << =< C< J< K< L< M< b< < < < < < < ל< ؜< <  < < < < < ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    +< ,< =< K< |            s            s                                                                                                                                                                                           	  $If   gd_   kdߡ- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K< L< M< W< b< < < < |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < <                                        kdS- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < ؜< < <  < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  < <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < M< Y< < < < < < < < <                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  < < < <  < !< '< .< /< 0< 1< 2< >< B< ]< ^< s< < < < < < ǟ< < < < < ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    < < !< /< |            s            s                                                                                                                                                                                           	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /< 0< 1< 2< ^< h< s< < < < |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< <                                        kdo- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  < < <  < < < < < < < < < < ˡ< < < < < < < @< A< K< j< k< l< îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  < <                                        kdè- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <  < _< k< < < < < W< < < <                                                                                                                         f                           kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  < < < < < < ˡ< < < <                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdѪ- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	< <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < A< k< l< m< o< p<                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  l< m< q< z< < < < < < < %< &< '< (< b< |< ~< < < Ƥ< Ǥ< Ѥ< ۤ< ܤ< < < п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  p< q<                                        kd߬- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q< z< < Ţ< < < :< i< < < < <                                                                                                                         f                           kd3- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  < < &< '< (< b< < < < Ǥ<                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Ǥ< Ѥ< ۤ<                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ۤ< ܤ<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܤ< < < < 	<  <                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  < < < < !< *< +< ,< -< c< d< e< u< v< < < < < < < < < ݧ< é< ֩< ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5  < !<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !< *< ,< -< >< }< < d< e< v< <                                                                                     s                                                                                              kdO- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
< < < < < < ݧ< < < é< < << t< < |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd	- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
֩< < < ;< O< s< < < Ϊ< 	< < _< `< u< < < < < < ի< ߫< < < < < < < < < P< Q< k< t< < õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !< 
< _< `< j< u< < < <                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  < <                                        kdó- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < +< >< Q< S< j<                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  j< k<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k< t< ߬< < <  < !< 2< _< f< n<                                                             f                                    [            [                     
  $If   gd_ K$  kdk- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
< ߬< <  < !< 1< 2< 5< J< S< ]< _< e< f< m< o< < < < < < < < < < < < < < < < ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ n< o< < < < <                                     R            I                                                                     	  $If   gd_ Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%- $If   K$L$l 0                                     
t                              4   4 
l a   < < < < < 	< < /< 0< 1< |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< .< /< 2< ;< ^< < < < < ̮< ͮ< < < < 
< < $< %< 4< 6< << =< >< ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 1< 2<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2< ;< ^< < < < < ͮ< < < <                                                             f                                    [            [                     
  $If   gd_ K$  kdM- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
< < %< 5< 6< 7< 8<                                     R                                                                                              Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a   8< 9< :< ;< << =<                                     R            I                                                                     	  $If   gd_ Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!- $If   K$L$l 0                                     
t                              4   4 
l a   =< >< f< < < < < ӯ< ԯ< կ< |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>< V< `< a< b< d< e< f< < < ү< ӯ< ֯< ߯< а< Ѱ< < < < < < < ʱ< ˱< ̱< 8< A< X< < < ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ կ< ֯<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֯< ߯< < < Ѱ< < < < < ˱< <                                                                                     Y                                          kdI- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
< < < < < < ˲< ݲ< < < !< ;< U< ]< r< < < <                                                                                                                                                                                                                      	  $If   gd_  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ < < < < < < < < ,< 6< 7< 8< :< ;< << [< \< < < < < < < < < < < µ< ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  < ͳ< ݳ< < < < <                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < << \< < < < < < |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd'- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < L< < < µ< ӵ< < $< -<                                                             f                                    [            [                     
  $If   gd_ K$  kd5- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
µ< ҵ< ӵ< < < < #< $< ,< .< < < < < < ˷< ̷< ͷ< Ϸ< з< ѷ< ޷< < < 4< 5< 8< A< Ǹ< u< ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 -< .< 6< K< `< r< < < < ж< < < < < .< H< b< r<                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   r< < < < <                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < ѷ< < < < "< 5< 6< 7< |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7< 8<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8< A< Ǹ< < +< t< < < < < &< y<                                                                                                 f                                                   kd!- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  u< < < < < %< &< x< y< z< < < < < < < < < < < < < %< þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ y< z< < < < < < < < < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < %< ϻ< < :< < !< "< #< $< 5<                                                                                                 Y                              kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
%< λ< л< 9< :< < !< "< #< $< 4< 5< < < < < < < < < < < < "< #< &< νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  5< < < < < ׽< < < < #< $< %<             s                                                                                                                                                                 kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %< &<                                        kd]- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &< /< < +< o< < W< X< Y< j< <                                                                                     Y                                          kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
&< /< < < U< W< X< Y< i< j< < < < < < < F< H< I< J< Z< [< < < < < < < < < < < ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 < < < < < < < < < -< G< W< q< < < < <                                                                                                                                                                                                         	  $If   gd_  S  kdk- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < < < < -< G< H< I<                                                                                                                                                                                                                                                 	  $If   gd_  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  I< J< [< < |            s            s                                                                                                                                                                                           	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < < < < < < $< 7< 8< 9< |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdI- $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
< < < < 6< 7< :< C< < < < < < < < < %< i< < < < < < < < < < ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  9< :<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :< C< < \< < < ?< < < < <                                                                                                 f                                                        kde- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
< i< < < < < < < (< =< O< i< < < <                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  < < < < < < %< :< L< f< < < < < < < <                                                                                                                                                                                                                            S  kd- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < < < < /< B< U< h< {< |< }<             s                                                                                                                                                                 kdC- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  < < < < < < < < < < < .< /< z< {< ~< < K< z< {< < < U< V< ;< P< < < <  < < < Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ }< ~<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~< < K< < < V< < < R< < < < < < 
< I< < < < < ?< k< < < <                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  < 
< < "< &< >< < < < < < < < 	< M< S< T< \< ^< < < < < ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   < < 	< M< T< ]< |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQ- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]< ^< f< {< < < < < < < < 0< A< [< l< < < <                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0                     x                
t                                4   4 
l a   < < < < < < $< >< X< i< < < < < <                                                                                                                                                                                                                   	  $If   gd_  S  kd- $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < < < <  < < &< 9< :< ;< |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd/- $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
< < < < < < < < < 8< 9< << E< < /< < M< b< < < < < 0< E< < < < < < J< ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ;< <<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               << E< < < e< < < U< < H< < < F< e< < < < < < ?< @<                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  J< ]< i< |< < < < < < < < 6< >< ?< @< A< Q< R< < < < < < < < < < 	< < < < ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  @< A< R< < < < |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdK- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < < < < < < < %< << M< d< {< < < < < <                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0                                     
t                                4   4 
l a   < < < < 	< < 2< I< `< q< < < < < < < <                                                                                                                                                                                                                            S  kd- $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < < < < -< @< S< f< y< {< |<             s                                                                                                                                                                 kd)- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  < < < ,< -< x< y< }< < < < `< < 2< < < < -< < < h< }< .< < [< < V< k< < < < < < < 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !|< }<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }< < < `< 2< < .< h< < < /< M< < < < < < n< o< v< < <                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  < S< < < < < 0< O< n< < < <                                                                                                             f                                       kd7- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  < (< 4< G< S< f< r< < < < < < < < < < < 	< 
< < < < 8< M< N< O< ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  < < < < 	< < < <             s                                                                                                                                                                                     kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  < <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < (< J< l< < < < < < < 9< N<                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  N< O< `< < < |            s            s            s                                                                                                                                                                          	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O< _< `< < < < < < < < < < < < < < 0< S< g< < < < < !< 5< < < < .< < < < < ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  < < < < < < < < < T< < < "< |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "< w< x< < q< r< 1< 2< < < .< < < < < 9< q< < < \< ]< g< r< < < <                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  < < < 8< L< p< < < < < < \< ]< r< < < < < < < < < < < < < < < 	< < < .< /< 3< << < < < < < < õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (< <                                        kds- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < 	< < /< 1< 2<                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  2< 3<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3< << < < < < *< D< {< < < <                                                                                                             f                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  < < < < < < < < 2< 4< 5<             s                                                                                                                                                                      kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
< < < < < < < < < < < < < 1< 2< 6< ?< < < < < < < < < < 0< :< ;< ?< @< A< S< T< f< g< < < ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %5< 6<                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6< ?< ]< < < < < <                                                 f                                                                                                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  < < @< A< T< g< z< < < < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< <                                        kdW- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < < ^< _< `< p< q< r< s< < < < < < < < < < < < < < < < < < < (< )< *< :< ;< << =< J< 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %< < < < _< `< q< r<                                                 f                                                                                                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r< s< < < < < < < < < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< <                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < )< *< ;< <<                                                 f                                                                                                                       kds- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  << =< >< o< < < #< $< U< M< N< < < |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd-- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J< N< o< < < < #< 0< 4< U< < N< < < < < < < 2< 3< F< X< Y< w< x< < < < < < < ?< ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  < < 3< x< < < @< < < +< ,< -< 7< B< u< < <                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ?< S< < < < < *< ,< -< B< t< u< < < < < < < < < < < < < <  =  = * = 3 = 4 = C = շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\< <                                        kd- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < < < < < <  =  = ) =                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ) = * =                                        kd;- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               * = 3 =  =  =  = = (= T= = = = =                                                                                                 f                                                   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  C =  = = (= ;= K= T= [= a= = = = = = = = = = = = = = = = = 
= = 
= = ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ = = = = = = = 
=                                                             R            I                                   	  $If   gd_ Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdI- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 
= = 6= 7= J= ]= p= = = = = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
= &= 0= 1= 5= 6= 7= I= J= \= ]= = = = = = = = = = = = = '= W= `= g= m= ~= = ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ = =                                        kd- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               = = = 0= a= ~= = = = = = (= := `= = =                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  = = = = = = = = = = = = = = = = = = =  = 8= B= C= G= H= I= [= \= n= o= = = = пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  = = = = = = |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdq- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = = =                                     R            I                                                                     	  $If   gd_ Q  kd- $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+- $If   K$L$l 0                                     
t                              4   4 
l a   =  = H= I= \= o= = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               = = = 9= s= = = = = = W= [= \= ]=                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
= = = = = = = = = = = = = = = "= V= W= Z= [= \= ]= ^= n= o= r= = = = = زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ]= ^= o= = |            s            s                                                                                                                                                                                           	  $If   gd_   kdS- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = = = = = = = = = = = = = =  = /= = = <	= @	= 	= 	= 	= 	= 
= 
= ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    = = = = = = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd- $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               = = = = =	= p	= 	= 	= 	= 	= 
= C
= 
= 
=                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  

= +
= :
= B
= C
= J
= P
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 
= 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  
= 
= 
= 
= |            s            s                                                                                                                                                                                           	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
= 
= 
= 
= 
= 
= += = = = N= = = = |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
= 
=  = += = = != %= N= = = 
= 
= (
= 
= = f= g= s= w= = = 3= ?= C= k= == k= w= {= = Y= Z= = = = = = = .= /= E= I= u= = = = '= }= = = O= = ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4= (
= 
= = = f= g= = = 2= 3= k= == j= k= = Z= = = = |= }= = = = = = .= /= u=                                                                                                                                                                                                                                                                                                                                                                   gd_  u= = = '= }= = = O= = = = = = = = = = = =                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  = = != ~= = = = = = = = = = =  = != "= ^= = = #= s= = = = 1= 2= V= = = = = = = = = = Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $= = = = = = = = = M            H            H            H            H            H            H            H                   gd_   kd- $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   = = = = = = = =                                                 _            V            V                                                             	 $If   gd_    kd-- $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  = = =  =                                                                                                                                                                                                                                                          	 $If   gd_  o  kd- $$If   l       0   T# T                 .                
t  0                                                              4 
l al   = != "= -= 1= D= L= X=                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd- $$If   l       0   T# T                 .                
t  0                                                              4 
l al  X= Y= ^= = = 2            )            )            )                      	 $If   gd_    kd<- $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     = = = = #= (= m=             [                                                                                                                                           kdi . $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  m= n= s= = =  = d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   = = = 2= 6= P= d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P= Q= V= = = = d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  = = = = = = d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  = = = %= t= y= = d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdV. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  = = = = n            e            e                                                                                                                                                               	 $If   gd_    kd. $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           = = = =                                                                                                                                                                                                                                                	 $If   gd_  t  kd. $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  = = = = = = = = =                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd. $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  = =                                             kd.. $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          = = = = = = = =                                                             A                                  kd. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  = = = = =  = = =                                                 A                                              kdf	. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  = = = = = = =                                     A            <            7                  gd_    gd_    kdE
. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  = = = = = = = = )= +=                                                                                                                                                                                                                                                   E  kd$. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	= = = = = = = = = += ,= .= /= == >= K= L= k= l= n= o= = = = = = = = = = = = = = = = = ~!= != != != != != 춥x                          /jV. hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *+= ,= -= .= /= 7= ==                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd. $$If   l 0 
" R                                                           4 
l a   == >= G= K= L= _= k=                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA. $$If   l 0 
" R                                                           4 
l a   k= l= m= n= o= = =                                     a                                                                                                                             E  kd^
. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd. $$If   l 0 
" R                                                           4 
l a   = = = = = = =                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
. $$If   l 0 
" R                                                           4 
l a   = = = = = = =                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd{. $$If   l 0 
" R                                                           4 
l a   = = = = = = l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd. $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   = = = = = = =  =  = != != l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd. $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
!= != != "= "= "= "= "= "= "= "= "= "= "= <#= =#= I#= J#= #= #= #= #= #= #= #= #= $= !$= 1$= 2$= q$= s$= t$= $= $= '= '= '= ?+= B+= W+= w+= += += += += Z,= [,= m,= ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j. hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0!= "= "= "= =#= J#= #= #= #= #=                                                                                                                                                                                                                                                       S  kd$. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	#= #= #=  $= !$= 2$= r$=                                     N                                                                                       S  kdH. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   r$= s$= t$= $= $= P%= &= 
&= &= &= '= '= '= (= (= L)= )= *= *=                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   *= *= B+= += += += <,= Z,= [,= n,= -= -= -= /= &/= /= /= /= /=  0= 0= 
1= 1= 2= 2= 	3= 
3= U3=                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  m,= n,= ,= ,= ,= ,= -= -= -= /= /= &/= 0= 1= 1= 2= 2= 2= U3= k3= o3= |3= }3= 3= 3= 3= 3= 4= 4= 4= 37= 47= ?7= @7= A7= E7= F7= 7= 7= 7= ۵۵۵ۭۜۋzrgrrr       jP. h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'U3= a3= p3= |3= }3= 3= 3= 4=                                     j                                                                                                                                           kdl. $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  4= 4= (4= q4= v4= 4= 5= 5= 05= 5= 5= s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd. $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
5= 16= 6= 6= H7= 7= 7= 7= 7= 8= 8= 9= 9= Q;= R;= <= 	<= <= <= <= == == l>= ?= ?= 2@= 3@=                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  7= 7= 7= 7= 7= 7= 7= 7= 8= 9= ;= <= <= <= <= <= <= <= <= <= <= <= <= <= <= == == == >= >= ?= 2@= A= A= ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j. hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj. h_ U !3@= A= A= A= A= A= A=                                                 e                                                                                                                        F  kd. $$If   l   l '{6    4   4 
l a] p
        F  kd. $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  A= A= A= A= A= A= A= A=  B= !B= "B= BB= CB= YB= ZB= uB= vB= B= B= B= B= B= B= B= B=  C= C= C= C= CC= DC= EC= FC= GC= %E= &E= 2E= E= E= E= F= F= F= F= F= G= G= G= H= 9H= XH= H= ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3A= A= A= A= A= A= A=                                                             5            v  kd. $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdk. $$If   l   l '{6    4   4 
l a] p
         A= A= A= A= A= A= A= A=                                     t                                                                                                                                                             v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  A=  B= B= B= !B=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !B= "B= ;B= =B= BB=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         BB= CB= QB= SB= YB=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         YB= ZB= mB= oB= uB=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uB= vB= B= B= B=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B= B= B= B= B=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B= B= B= B= B=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B= B= B= B= B=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B= B= B= B=  C=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          C= C= C= C= C=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C= C= #C= (C= CC=                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         CC= DC= EC= FC= GC= %E= &E= 2E= zE= E= E= E= F= )F= ]F=                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]F= qF= F= F= F= G= 8G= VG= G= G= G= G= H= :H= YH= H= H= H= H= H= I= I= I= I= J= J= J= 4J= gJ= hJ=                                                                                                                                                                                                                                                                                                                                                                   gd_  H= H= H= H= H= H= I= I= J= J= NJ= fJ= J= J= J= J= J= ,K= XK= K= K= L= 3L= 4L= >L= HL= IL= oL= pL= L= L= L= пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  hJ= J= J= J= J= J= J= J= J= ,K= BK= XK= nK= K= K= K= K= K= L= 4L= >L= HL=                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  HL= IL=                                     kd2 . $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               IL= pL= L= L= L= L= L= L= L= L=                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	L= L= L= L= L= L= L= L=  M= 	M= M= M= M= M= M= M= M= M= M= M= M= N= O= !O= 1O= 2O= QO= RO= SO= TO= yO= Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ L=  M=                                     kd!. $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                M= 	M= +M= ,M= @M= AM= eM= M= M= M= M= M= M= M=                                                                                                                                     q                            kd". $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
M= M= M= M= M= M= M= M= M=             q            l                                                                                                                                                       gd_    kd#. $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M= M=                                     kdZ$. $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               M= N= #N= $N= 8N= 9N= SN= oN= pN= N= N= N= N= N= 
O= O=  O=                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_   O= !O= 2O= RO= z            q            q                                                                                                                                                                                       	  $If   gd_    kd%. $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       RO= SO= TO= {O= |O= }O= ~O= O= z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdn&. $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       yO= zO= {O= O= O= P= P= #P= $P= CP= DP= FP= rP= sP= xP= P= P= P= P= Q= "Q= .Q= Q= Q= Q= Q= Q= Q= Q= Q= Q=  R= bR= cR= R= ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "O= O=                                     kd+'. $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               O= O= O= O= O= O= O= O= O= P= P= $P= DP=                                                                                                             q                                                         kd(. $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  DP= EP= FP= sP= tP= uP= vP= wP= z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd?). $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       wP= xP=                                     kd). $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               xP= P= P= P= Q= Q= Q= Q= Q=                                                             q                                                                                                                             kdS+. $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Q= Q= Q= Q= Q= cR= R= R= R= R= R= z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd,. $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
R= R= R= R= R= R=  S= 
S= S= +S= ,S= YS= nS= oS= S= S= BT= &U= (U= 8U= 9U= U= U= U= U= U= U= U= U= U= U= U= U= YV= iV= jV= ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #R= R=  S= 
S=                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  
S= S=                                        kd,. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S= ,S= YS= oS= qS= S=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S= S=                                        kd/.. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S= S= DT= ET= T= T= T= T= 'U= (U= 9U= U= U=                                                                                                 s                                                                        kd/. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U= U= U= U= U= U= U= |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd=0. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U= U=                                        kd0. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U= U= XV= YV= jV= V=                         s                                                                                                                                                                                   kdK2. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  jV= V= V= V= V= V= V= V= V= ?Z= @Z= WZ= Z= Z= [= 6[= [= [= \= 9\= \= \= B]= a]= ]= ]= ^= _= _= _= `= -`= `= `= (a= Ga= &b= Eb= b= b= 5c= Tc= c= c= e= e= о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -V= V= V= V= V= V= V= ]W= ^W= W= W= W= W= W= |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd3. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
W= W= *X= AX= YX= pX= X= X= X= Y= TY= UY= ?Z= @Z= WZ= lZ= Z= Z= Z=                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Z= Z= Z= Z=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= Z= Z= Z=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= Z= Z= Z=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}4. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= Z= Z= Z=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= Z= Z= [= %[= 5[=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;5. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5[= 6[= A[= F[=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F[= G[= Q[= V[=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V[= W[= b[= g[=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX6. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g[= h[= r[= w[=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w[= x[= y[= [= [= [=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [= [= [= [=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu7. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [= [= [= [=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [= [= [= [=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd38. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [= [= [= [=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [= [= [= \= (\= 8\=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8\= 9\= D\= I\=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP9. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I\= J\= T\= Y\=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y\= Z\= e\= j\=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j\= k\= u\= z\=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm:. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z\= {\= |\= \= \= \=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \= \= \= \=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+;. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \= \= \= \=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \= \= \= \=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \= \= \= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH<. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= B]= P]= `]=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `]= a]= l]= q]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q]= r]= |]= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde=. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#>. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= ]= ]= ]=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ]= ]=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@?. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]= ]= ^= 
^=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
^= ^= ^= ^=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^= ^= ^= ^= ^= ^= _= _=                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd]@. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _=  _= %_=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %_= &_= 0_= 5_=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5_= 6_= A_= F_=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzA. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F_= G_= Q_= V_=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V_= W_= X_= _= _= _=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8B. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _= _= _=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _= _= _=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _= _= _=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUC. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _= _= _=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _= _= _= `= `= ,`=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,`= -`= 8`= =`=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrD. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =`= >`= H`= M`=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M`= N`= Y`= ^`=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0E. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^`= _`= i`= n`=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n`= o`= p`= `= `= `=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdE. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `= `= `= `=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMF. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `= `= `= `=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `= `= `= `=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `= `= `=  a=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjG. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    a= a= a= (a= 6a= Fa=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fa= Ga= Ra= Wa=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(H. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wa= Xa= ba= ga=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ga= ha= sa= xa=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xa= ya= a= a=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEI. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a= a= a= a= a= &b= 4b= Db=                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdI. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Db= Eb= Pb= Ub=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ub= Vb= `b= eb=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbJ. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eb= fb= qb= vb=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vb= wb= b= b=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd K. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b= b= b= b= b= b=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b= b= b= b=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b= b= b= b=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=L. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b= b= b= b=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b= b= c= c=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= 	c= 5c= Cc= Sc=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZM. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sc= Tc= _c= dc=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dc= ec= oc= tc=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tc= uc= c= c=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwN. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= c= c=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= c= c= c= c=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5O. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= c= c=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= c= c=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c= c= c= d=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRP. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d= d= 
d= d=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d= d= d= 8d= Xd= }d= d= d= d= d= e= e= e= *e= e=                                                                                                                                                                                        gd_  z  kdQ. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e= e= *e= Ee= e= e= e= e= e= f= >f= ?f= If= Sf= Tf= f= f= f= f= f= f= f= f= f= h= h= h= h= h= Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  e= e= e= e= e= f= f= ?f= If= Sf=                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Sf= Tf=                                        kdoQ. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tf= f= f= f= f= f=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f= f=                                        kdR. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f= f= 4g= 5g= Ug= Vg= g= h= 9h= ^h= nh= h= h= h= h=                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  h= h= h= i= 0i= Ii= bi= i= |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdT. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h= h= h= h= h= i= i= i= i= i= i= i= i= i= i= i= i= rk= tk= k= k= ;l= <l= ?l= Pl= hl= ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jT. h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  i= i= i= i= i= i= i= |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdVU. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i= i=                                        kdV. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i= i= <j= =j= j= j= j= k= +k= Ek= Zk= rk= sk=                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  sk= tk= k= <l= |            s            s                                                                                                                                                                                           	  $If   gd_   kddW. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <l= =l= >l= ?l= hl= l= l= ,m= >m= Pm= Qm= @n= An= |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdX. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hl= l= l= +m= ,m= Om= Pm= Qm= om= m= m=  n= -n= ?n= An= Vn= n= n= n= n= n= n= n= n= o= o= o= #o= o= o= Tq= Uq= xq= zq= q= q= q= ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $An= Kn= Vn= n= n= n=                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  n= n=                                        kdX. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n= n= n= o= o= o= o=                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  o= o=                                        kd,Z. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o= #o= ho= io= xo= o= o= o= @p= p= p= p= q= 2q= Tq= Uq= yq=                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  yq= zq= q= q= 2r= r= r= s= |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd[. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q= q= q= q= q= q= q= q= q= 2r= Wr= r= r= r= r= 
s= s= s= "s= 8s= _s= s= s= s= s= t= ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j:\. h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  s= s= s= s= 7s= 8s= s= s= s= t= t= t= |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd\. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t= t= t= Lt= Mt= Wt= at= bt= t= t= t= t= t= t= t= 9u= Gu= u= u= u= u= u= u= u= u= v= v= !v= "v= 4v= Fv= Gv= Rv= v= ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !t= t= Mt= Wt= at=                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  at= bt=                                        kdy]. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bt= t= t= t= t= t=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t= t=                                        kd^. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t= t= /u= 0u= Pu= Qu= u= u= u= u= u=                                                                                                 Y                              kd!`. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
u= v=  v= !v= "v= Rv= v= w= Ay= By= {= {=             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd`. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v= v= v= v= v= v= v= v= v= w= {= {= }= #}= _= q= ?= R= = = = = @= A= C= D= = = = = = P= = &= = = = 	= s= = = = = = += ,= ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /je. hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ja. hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -{= }= }= #}= i~= j~= *= += ^= _= q= ׁ= ؁= >= ?= T= = A= D= = = = = = = += ==                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  == P= Q= V= ^= c=             f                                                                                                                                                                      kda. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  c= d= i= q= }= o            f            f            f                                                                                                                                                	  $If   gd_    kdjb. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }= ~= = = = o            f            f            f                                                                                                                                                	  $If   gd_    kdb. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = = = = o            f            f            f                                                                                                                                                	  $If   gd_    kdFc. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = = = = o            f            f            f                                                                                                                                                	  $If   gd_    kdc. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = Ǉ= χ= ۇ= o            f            f            f                                                                                                                                                	  $If   gd_    kd"d. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ۇ= ܇= = = = o            f            f            f                                                                                                                                                	  $If   gd_    kdd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = =  = = o            f            f            f                                                                                                                                                	  $If   gd_    kdd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = 
= = = = = = 	= = = \= ]= = o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdle. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ,= /= 0= = = = = = = = 	= = = = Ƣ= Ǣ= Ӣ= ע= = = = 
= ?= @= J= T= U= a= = = = = = = ä= = = = ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %= = >= ?= = = = = ߎ= = = = = = = =  = = = = = = $= 1= >= K= \=                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  \= m= ~= = = = = ǘ= ޘ= = = = 1= 2= Ϛ= К= Q= R= $= %= = 	= >= = = = = I= y=                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  y= z= à= = = = = = Ǣ= = = = = 
= @= J= T=                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  T= U=                                        kdUf. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  = =                                        kdg. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = ä= = = 5= \= = ¥= ͥ= = = 5= = =                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
= = = ٦= |            s            s                                                                                                                                                                                           	  $If   gd_   kdh. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = ئ= ٦= ڦ= ܦ= = = = 	= = P= Q= [= e= f= r= = = = = = = ȧ= P= = ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ٦= ڦ= ۦ= ܦ= = 	= = = Q= [= |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[= e=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  e= f=                                        kdqj. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f= = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  = =                                        kdk. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = ȧ= = = := e= = ɨ= O= = ȩ= ɩ=                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  = ȩ= ʩ= ک= ۩= = = = = =  = 2= 3= == G= H= T= u= v= = = = = = 4= ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ɩ= ʩ= ۩= = |            s            s                                                                                                                                                                                           	  $If   gd_   kdm. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = =  = 3= == G= |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G= H=                                        kdn. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H= v= = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  = =                                        kdo. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = I= = = 3= = = =                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  4= = = = = = Ŭ= ̬= ͬ= ά= Ϭ= Ь= ܬ= = = = = C= D= N= X= Y= e= = = = = ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    = = = ͬ= |            s            s                                                                                                                                                                                           	  $If   gd_   kd5q. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ͬ= ά= Ϭ= Ь= = = = D= N= X= |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X= Y=                                        kdr. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y= = = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  = = = = 1= 3= C= D= J= Q= R= S= T= i= = = = = = = ޯ= ߯= = = 	= 
= îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  = =                                        kds. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = 	= 0= ^= = = = 1= 2= 3=                                                                                                                         f                           kdQu. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  3= D= R= S= T= ^= i= = = =                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdv. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	= =                                        kdv. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = ߯= 	= 
= = 
= =                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
= = = = = = = = = = ñ= ı= ű= Ʊ=  = = = = 2= d= e= o= y= z= = = п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  = =                                        kdx. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = W= c= = = ذ= = $= [= = =                                                                                                                         f                           kdmy. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  = = ı= ű= Ʊ=  = = '= 2= e=                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd'z. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	e= o= y=                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  y= z=                                        kdz. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  = = = = = Ȳ= ɳ= ʳ= ˳= = = = = = F= G= H= I= J= K= W= [= {= a= t= ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 = =                                        kd5|. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = Ȳ= ʳ= ˳= ܳ= = Q= = = = F=                                                                                     s                                                                                              kd}. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
F= G= H= I= J= K= {= ,= -= a= = ڷ= = Y= |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdC~. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
t= = = ٷ= = = %= X= l= = = = = = E= F= P= Z= [= s= }= ~= = = = = = = = = = 	= = = õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Y= = = = = = F= P= Z=                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z= [=                                        kd~. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [= = = = ɹ= ܹ= = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  = 	=                                        kdQ. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	= = }= = = = = к= = = =                                                             f                                    [            [                     
  $If   gd_ K$  kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
= }= = = = Ϻ= к= Ӻ= = = = = = = = 
= "= #= 2= 4= 5= 6= N= X= Y= Z= \= ]= ^= = = ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ = 
= #= 3= 4= 5=                                     R            I                                                                     	  $If   gd_ Q  kd. $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_. $If   K$L$l 0                                     
t                              4   4 
l a   5= 6= ^= = = = = ͻ= λ= ϻ= |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= ̻= ͻ= л= ٻ= = W= X= Y= Z= j= k= = = = = = ¼= ü= Ҽ= Լ= ڼ= ۼ= ܼ= ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ϻ= л=                                        kd3. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               л= ٻ= = *= X= Y= Z= k= = = =                                                             f                                    [            [                     
  $If   gd_ K$  kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
= = ü= Ӽ= Լ= ռ= ּ=                                     R                                                                                              Q  kdΆ. $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA. $If   K$L$l 0                                     
t                              4   4 
l a   ּ= ׼= ؼ= ټ= ڼ= ۼ=                                     R            I                                                                     	  $If   gd_ Q  kd. $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd[. $If   K$L$l 0                                     
t                              4   4 
l a   ۼ= ܼ= = %= &= K= ^= q= r= s= |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ܼ= = = =  = = = = %= &= p= q= t= }= n= o= "= ;= U= V= W= X= h= i= j= ֿ= ߿= = &= ,= ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s= t=                                        kd/. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t= }= = \= o= U= V= W= X= i= &=                                                                                     Y                                          kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
&= -= 6= 7= ?= T= i= {= = = = = = = = %= 7= Q=                                                                                                                                                                                                                      	  $If   gd_  S  kd=. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ,= -= 5= 7= = = = = = = = = = = = = = D= E= H= Q= ]= = F= ]= ^= _= `= ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Q= k= {= = = = =                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdϋ. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  = = = = = 2= E= F= G= |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kda. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G= H=                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H= Q= = = ^= _= `= q= = = =                                                             f                                    [            [                     
  $If   gd_ K$  kdo. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
`= p= q= = = = = = = = C= E= F= G= _= i= j= k= m= n= o= |= = = = = = = e= = ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 = = = = = = *= D= T= n= = = = = = =  = =                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd). $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   = *= D= E= F=                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd. $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  F= G= o= = = = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = e= = = = = = = = = =                                                                                                 f                                                   kd[. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  = = = = = = = = = = 0= := ;= <= >= ?= @= X= Y= = = = = þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ = = @= Y= ~= = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kdϓ. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = m= = = != = = = = =                                                                                                 Y                              kd#. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
= l= n= = = != = = = = = = %= &= '= ?= I= J= K= M= N= O= P= = = = νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  = &= '= O= P= u= = = = = = =             s                                                                                                                                                                 kdݕ. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = =                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = 
= V= = = = = [=                                                                                     Y                                          kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
= = = V= = = = = = = [= \= b= c= k= m= = = = = = = K= L= M= e= o= p= q= s= t= u= ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 [= \= c= l= m= u= = = = = = = = )= 1= F= [=                                                                                                                                                                                                         	  $If   gd_  S  kd. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [= m= = = = = = = =                                                                                                                                                                                                                                                 	  $If   gd_  S  kd7. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  = = = L= |            s            s                                                                                                                                                                                           	  $If   gd_   kdə. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L= M= u= v= = = = = = = = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd. $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
u= v= = = = = = = = = = = = = = = = = M= = = = = = = = = ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  = =                                        kdK. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = 6= J= = = = = =                                                                                                 f                                                        kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
= = = = = = = = = = = = != 2= L=                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdY. $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  L= f= w= = = = = = = = = /= I= c= t= = =                                                                                                                                                                                                                            S  kd. $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  = = = = = = = = = = = =             s                                                                                                                                                                 kd}. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = = = = = = = = = = = = = = = = %= = = = ?= @= = = = = = = = = = = Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ = =                                        kd7. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = %= = @= = = '= z= = E= = J= = = = = 6= M= }= = = 	= 5= a= =                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  = = = = = = e= x= |= = = = = = = = = = = K= M= N= O= ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   = = = = = = |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = .= C= U= o= = = = = = = 
= $= ,= A=                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdE. $If   K$L$l 0                     x                
t                                4   4 
l a   A= V= k= }= = = = = = = != 2= L= M= N=                                                                                                                                                                                                                   	  $If   gd_  S  kdס. $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  N= O= w= x= = = = = = = = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdi. $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
O= g= q= r= v= w= x= = = = = = = = = = =  = a= v= R= g= = = = = = = = = ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ = =                                        kd1. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = y= = = j= = = = = = "= G= ^= }= = = =                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  = = = = b= u= = = = = = = = = = = = = 4= := ;= C= E= = = = = = = = = ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  = = = 4= ;= D= |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D= E= M= _= q= = = = = = = = = *= @= Q= h= i=                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd?. $If   K$L$l 0                                     
t                                4   4 
l a   i= q= = = = = = = = = &= == N= d= u= = =                                                                                                                                                                                                                            S  kdѥ. $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  = = = = = = = = = = = =             s                                                                                                                                                                 kdc. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = = = = = = = = $= 6= h= = 0= = 1= M= = = = = = = = u= = = = 	= = 5= H= T= g= = 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 != =                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = $= 6= = = N= = = Q= p= = = = = X= w= = = 
= = = =                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  = = 1= P= o= = = = = += ,= ==                                                                                                             f                                       kdq. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  = = = = = = = #= *= ,= <= == = = = = = = = = = = = = = = ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  == = = = = = = =             s                                                                                                                                                                                     kd+. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = =                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = 
= ,= N= O= q= = = = =                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  = = = 1= V= |            s            s            s                                                                                                                                                                          	  $If   gd_   kd9. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = U= V= W= X= Y= e= i= m= t= = y= = = = = = )= == p= = = = = = = = '= *= ^= q= ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  V= W= X= Y= = C= E= y= = = *= q= = |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = h= = = = = = = = )= *= ^= = =  > V >  >  >  > > > C> M> W>                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  q= = = = =  > " > U > i >  >  >  >  > > B> C> M> W> X> p> z> {> > > > > > > > > > > > > > "> F> G> H> X> Y> õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (W> X>                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X> > > > > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  > >                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > "> E> |> > > > > G> H> Y>                                                                                                             f                                       kdU. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Y> Z> [> > > > > > > > >             s                                                                                                                                                                      kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Y> Z> [> s> }> ~> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > *> +> ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %> >                                        kdɰ. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > > > > >                                                 f                                                                                                                       kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  > > > > > > > +> -> .> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdײ. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.> />                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +> /> 8> y> z> > > > > > > > )> 3> 4> 8> 9> :> L> M> _> `> > > > > > > 9> :> > > > > > > > > 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %/> 8> V> z> > > > >                                                 f                                                                                                                       kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  > > 9> :> M> `> s> > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                        kdY. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > :> > > > >                                                 f                                                                                                                       kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  > > > 
> > > > > > 	> 	>  
> b
> |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdg. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > 
> > > > > > > > M	> 	>  
> 3
> b
> u
> 
> 
> 
> 
> 
> 
> 
> > > )> W> j> > > > > ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  b
> 
> 
> > W> > > %> t> > > > > > 
> 
> '
>                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  > > $> 8> s> > > > > > 
> 
> 
> '
> (
> @
> J
> K
> O
> P
> Q
> Y
> v
> 
> 
> 
> 
> 
> 
> 
> 
> շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\'
> (
>                                        kd!. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               (
> P
> Q
> v
> 
> 
> 
> 
> 
>                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
> 
>                                        kdu. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
> 
> @> q> > > > > 4> 5> F> s>                                                                                                 f                                                   kdɻ. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  
> @> > > > > > > > 3> 4> 5> E> F> I> ^> g> q> s> y> z> > > > > > > > > ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ s> z> > > > > > >                                                             R            I                                   	  $If   gd_ Q  kd. $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd. $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ > > > > > > > !> #> $> :> |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
> > > > > > > > > > >  > !> ;> D> E> T> > > > > > > > > > > > > > ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ :> ;>                                        kdW. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ;> D> > > > > 5> H> > > > > > > > >                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  > > > /> 0> 3> 9> d> j> k> r> t> }> > > > > > > > > > > > > > > > > 
> 2> 3> 7> пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  > > 0> d> k> s> |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s> t> > > > >                                     R            I                                                                     	  $If   gd_ Q  kd. $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kde. $If   K$L$l 0                                     
t                              4   4 
l a   > > > > > 
>  > 3> 5> 6> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6> 7>                                        kd9. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7> @> > > > #> ^> i> > > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
7> @> A> P> > ^> h> i> > > > > > > > > > > > > > > > > 
> > %> .> 8> 9> زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 > > 
> :> |            s            s                                                                                                                                                                                           	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9> :> ;> S> ]> ^> b> c> d> v> w> > > > > > > > > +> ,> > >  > > > > > > ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    :> ;> c> d> w> > > > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                        kd. $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > ,> i> > > ?> Q> > > > > #> $>                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
> > > > > > > "> #> $> %> 5> 6> 9> N> W> a> b> c> d> e> f> > 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  $> %> 6> c> |            s            s                                                                                                                                                                                           	  $If   gd_   kdU. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c> d> e> f> > > > > > > > X> > > |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
> > > > > > > > > X> > > > > C> > > > > > >> > > > > 	> > 	> > > F> > > 2 > 3 > ? > C > f > !> !> !> !> !> "> ]#> #> #> #> $> X$> $> $> E%> ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4> > C> > > > > >> > > > 	> > > 	> F> > 2 > 3 > f > !> !> P!> e!> !> !> !> !> !> ">                                                                                                                                                                                                                                                                                                                                                                   gd_  "> ]#> #> #> $> X$> $> $> E%> %> %> &> &> )&> 5&> D&> P&> c&> g&>                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  E%> %> %> &> &> )&> ?&> C&> c&> f&> g&> n&> o&> &> &> &> &> &> 3'> '> '> (> G(> H(> (> (> (> (> +)> ,)> ^)> )> )> )> )> *> l+> Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $g&> h&> i&> j&> k&> l&> m&> n&> o&> M            H            H            H            H            H            H            H                   gd_   kd. $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   o&> &> &> &> &> &> &> &>                                                 _            V            V                                                             	 $If   gd_    kdg. $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  &> &> &> &>                                                                                                                                                                                                                                                          	 $If   gd_  o  kd<. $$If   l       0   T# T                 .                
t  0                                                              4 
l al  &> &> &> &> &> &> &> &>                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd. $$If   l       0   T# T                 .                
t  0                                                              4 
l al  &> &> &> 3'> 8'> 2            )            )            )                      	 $If   gd_    kdv. $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     8'> '> '> '> '> '> (>             [                                                                                                                                           kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  (> (> (> H(> L(> (> d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdl. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  (> (> (> (> (> (> d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  (> (> (> ,)> 1)> X)> d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  X)> Y)> ^)> )> )> )> d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  )> )> )> )> *> *> #*> d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  #*> $*> '*> 1*> n            e            e                                                                                                                                                               	 $If   gd_    kdY. $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           1*> 2*> 5*> >*>                                                                                                                                                                                                                                                	 $If   gd_  t  kd.. $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  >*> ?*> @*> Q*> V*> ^*> e*> l*> x*>                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd. $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  x*> y*>                                             kdh. $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          y*> *> *> *> *> *> *> *>                                                             A                                  kd. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  *> *> *> *> *> *> *> *>                                                 A                                              kd. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  *> *> *> *> *> *> *>                                     A            <            7                  gd_    gd_    kd. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  *> m+> n+> +> +> +> +> +> +> +>                                                                                                                                                                                                                                                   E  kd^. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	l+> m+> n+> t+> u+> +> +> +> +> +> +> +> +> +> +> +> +> 	,> 
,> ,> 
,> 9,> :,> R,> S,> j,> k,> l,> p,> q,> ,> ,> ,> ,> ,> ,> w-> /> /> (/> )/> 9/> :/> 춥x                          /j. hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *+> +> +> +> +> +> +>                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd. $$If   l 0 
" R                                                           4 
l a   +> +> +> +> +> +> 	,>                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{. $$If   l 0 
" R                                                           4 
l a   	,> 
,> ,> ,> 
,> ,> 9,>                                     a                                                                                                                             E  kd. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9. $$If   l 0 
" R                                                           4 
l a   9,> :,> E,> R,> S,> ],> j,>                                     a                                                                                                                             E  kdV. $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd. $$If   l 0 
" R                                                           4 
l a   j,> k,> l,> m,> n,> o,> p,>                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd. $$If   l 0 
" R                                                           4 
l a   p,> q,> ~,> ,> ,> ,> l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd. $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ,> ,> ,> ,> ,> v-> w-> i.> j.> A/> B/> l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd. $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
:/> >/> ?/> 40> 50> @0> A0> Q0> R0> V0> W0> Y0> 0> 0> 0> 0> 0> 0> /1> 11> <1> =1> 1> 1> 1> 1> 1> 1> 1> 1> 2> 2> 2> 2> 2> 5> 5> 5> 8> 8> 8> 9> :9> C9> 9> 9> 9> 9> :> ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j. hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0B/> Y0> b0> 0> 0> 0> 01> 11> =1> 1>                                                                                                                                                                                                                                                       S  kd^. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	1> 1> 1> 1> 1> 1> 2>                                     N                                                                                       S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2> 2> 2> 2> W2> 2> 3> 3> 4> 4> 5> 5> 5> 6> y6> 6> P7> 7>  8>                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    8> !8> 8> ;9> 9> 9> 9> 9> 9> :> r;> s;> ;> <> <> -=> O=> h=> => => => >> >> H@> I@> @> @> @>                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  :> :> :> :> :> :> q;> s;> ;> <> <> <> >> >> >> G@> I@> h@> @> 	A> 
A> A> A> kA> lA> A> A> A> A> A> D> D> D> D> D> D> D> !E> "E> -E> ۵۵۵ۭۜۋzrgrrr       j. h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '@> @> A> A> A> lA> A> A>                                     j                                                                                                                                           kd. $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  A> A> A> B> B> SB> B> B> B> 8C> uC> s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd. $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
uC> C> D> D> D> 6E> 7E> E> E> 'F> (F> G> G> H> H> I> I> tJ> uJ> J> J> PK> 
L> QM> RM> M> M>                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  -E> .E> /E> 3E> 4E> 7E> E> E> &F> G> AI> I> OJ> PJ> [J> \J> lJ> mJ> qJ> rJ> sJ> tJ> uJ> ~J> J> J> !K> *K> 3L> SL> QM> M> ;O> <O> ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jX. hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj. h_ U !M> <O> @O> AO> WO> XO> lO>                                                 e                                                                                                                        F  kd2. $$If   l   l '{6    4   4 
l a] p
        F  kd. $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  <O> AO> nO> O> O> O> O> O> O> O> O> O> O> O> O> P> P> 0P> 1P> MP> NP> oP> pP> P> P> P> P> P> P> P> P> P> P> P> R> R> R> 1S> fS> S> S> S> S> HT> ZT> -U> EU> zU> U> U> U> ,V> ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3lO> mO> nO> wO> O> O> O>                                                             5            v  kd. $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd. $$If   l   l '{6    4   4 
l a] p
         O> O> O> O> O> O> O> O>                                     t                                                                                                                                                             v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  O> O> O> O> O>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O> O> O> O> O>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O> O> O> O> O>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O> O> P> 
P> P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P> P> )P> +P> 0P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0P> 1P> FP> HP> MP>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MP> NP> hP> jP> oP>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdj. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         oP> pP> P> P> P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P> P> P> P> P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P> P> P> P> P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdk. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P> P> P> P> P>                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P> P> P> P> P> R> R> R> S> 2S> fS> S> S> S> S>                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S> T> CT> [T> T> T> T> T> (U> FU> zU> U> U> U> U> +V> ,V> -V> .V> PV> YW> ZW> pW> W> W> W> W> W> X> X>                                                                                                                                                                                                                                                                                                                                                                   gd_  ,V> .V> 8V> NV> OV> PV> pW> W> W> W> W> X> $X> 'X> dX> X> X> X> X> !Y> Y> Y> Y> Y> Y> Y> Y> 
Z> Z> +Z> ,Z> ?Z> пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  X> $X> 2X> EX> FX> dX> X> X> X> X> X> X> Y> "Y> #Y> Y> Y> Y> Y> Y> Y> Y>                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Y> Y>                                     kdl. $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Y> Z> +Z> ,Z> BZ> XZ> nZ> Z> Z> Z>                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	?Z> BZ> WZ> XZ> mZ> nZ> Z> Z> Z> Z> 6[> 8[> H[> I[> h[> i[> j[> k[> [> [> [> [> \> \> \> \> \> \> \> \> ]> Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Z> Z>                                     kd. $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z> Z> Z> Z> Z> Z> [> [>  [> 5[> 6[> 7[> 8[> I[>                                                                                                                                     q                            kd. $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
I[> i[> j[> k[> [> [> [> [> [>             q            l                                                                                                                                                       gd_    kd. $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  [> [>                                     kd. $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               [> [> [> [> [> [> [> 
\> \>  \> K\> d\> y\> \> \> \> \>                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  \> \> \> \> z            q            q                                                                                                                                                                                       	  $If   gd_    kd. $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       \> \> \> ]> ]> ]> ]> ]> z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd. $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ]> ]> ]> ]> ']> ]> ]> ]> ]> ]> ]> ]> ^> ^> ^> ^> m^> y^> ^> ^> ^> ^> _>  _> 0_> 1_> P_> Q_> T_> ^_> t_> _>  `> `> 4`> ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "]> ]>                                     kde. $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ]> ']> F]> G]> []> \]> ~]> ]> ]> ]> ]> ]> ]>                                                                                                             q                                                         kd. $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ]> ]> ]> ^> ^> ^> ^> ^> z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdy. $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ^> ^>                                     kd6. $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^> ^> h^> i^> _> _>  _> 1_> Q_>                                                             q                                                                                                                             kd. $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Q_> R_> S_> T_> t_> `> 5`> K`> L`> V`> a`> z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdJ. $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
4`> 5`> L`> a`> `> `> `> `> `> `> `> `> a> 
a> Aa> Ja> a> b> b> b> b> (c> ;c> jc> kc> lc> c> c> c> c> c> c> c> c> d> d> ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #a`> `> `> `>                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  `> `>                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `> `> `> 
a> a> @a>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @a> Aa>                                        kdi. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Aa> Ja> a> a> b>  b> /b> b> b> b> b> (c> kc>                                                                                                 s                                                                        kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  kc> lc> c> c> c> c> c> |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdw. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c> c>                                        kd1. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c> c> c> c> d> )d>                         s                                                                                                                                                                                   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d> (d> )d> *d> +d> ,d> .d> Pd> [d> g> g> g> 5h> Th> h> h> 4i> Si> i> i> Bj> aj> j> j> [k> zk> l> l> m> <m> m> m> >n> ]n> n> n> o> o> Ep> dp> p> p> Pq> oq> r> r> о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -)d> *d> +d> ,d> -d> .d> [d> d> d> =e> He> Re> ]e> ge> |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd?. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ge> he> e> e> e> f> ;f> <f> wf> f> f> f> g> g> g> 
h> 5h> Ch> Sh>                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Sh> Th> _h> dh>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dh> eh> oh> th>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   th> uh> h> h>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h> h> h> h>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd / $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h> h> h> h> h> h>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu / $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h> h> h> h>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd / $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h> h> h> h>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h> h>  i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> 4i> Bi> Ri>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ri> Si> ^i> ci>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ci> di> ni> si>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   si> ti> i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> i> i> i>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> i> i>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i> i> j> j>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> 	j> j> j>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> j> j> Bj> Pj> `j>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `j> aj> lj> qj>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qj> rj> |j> j>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> j> j> j>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> j> j> j>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> j> j> j> j> j>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j> j> 
k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k> k> k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k>  k> +k> 0k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0k> 1k> ;k> @k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]	/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @k> Ak> Bk> [k> ik> yk>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yk> zk> k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k> k> k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k> k> k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k> k> k> k>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k> k> k> )l> rl> l> l> l>                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l> l> l> l>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l> l> l> l>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l> l> l> l>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l> l> l> l>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l> l> l> m> +m> ;m>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;m> <m> Gm> Lm>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lm> Mm> Wm> \m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \m> ]m> hm> mm>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mm> nm> xm> }m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }m> ~m> m> m> m> m>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m> m> m> m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m> m> m> m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m> m> m> m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m> m> n> n>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n> 
n> n> >n> Ln> \n>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \n> ]n> hn> mn>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mn> nn> xn> }n>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }n> ~n> n> n>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n> n> n> n>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n> n> n> n> n> n>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n> n> n> n>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n> n>  o> o>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o> o> o> o>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd / $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o> o> !o> &o>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &o> 'o> (o> o> o> o> o> o>                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o> o> o> o>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o> o> o> p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> $p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $p> %p> &p> Ep> Sp> cp>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cp> dp> op> tp>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tp> up> p> p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> p>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> p> p> p>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p> p> p> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> 
q> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> q> #q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #q> $q> .q> 3q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3q> 4q> 5q> Pq> ^q> nq>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nq> oq> zq> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> q> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> q> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> q> q>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q> q> q> q> q> r> >r> ?r> r> r> r> r> r> r> Ms>                                                                                                                                                                                        gd_  z  kdJ/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r> r> r> r> Ns> s> s> s> s> s> s> s> s> s> s> $t> %t> 6t> Ht> It> Zt> [t> ut> ~t> Qv> Sv> cv> dv> tv> Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Ms> Ns> s> s> s> s> s> s> s> s>                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	s> s>                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s> %t> It> [t> ]t> tt>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  tt> ut>                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ut> ~t> t> t> t> t> Bu> u> u> u> v> v> -v> .v> Rv>                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Rv> Sv> dv> v> v> v>  w> /w> |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdQ/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tv> uv> v> v> v> v> v> v> .w> /w> 0w> Uw> Vw> w> w> w> w> y> y> "y> #y> y> y> y> y> z> ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j / h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  /w> 0w> Vw> w> w> w> w> |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd / $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w> w>                                        kdJ!/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w> w> w> w> *x> x> x> x> x> x> x> y> y>                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  y> y> #y> y> |            s            s                                                                                                                                                                                           	  $If   gd_   kd"/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y> y> y> y> z> z> z> z> z> z> z> {> {> |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdX#/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z> z> z> z> z> z> z> z> 
{> S{> h{> {> {> {> {> {> &|> '|> 1|> ;|> <|> a|> b|> |> |> |> |> |> w}> z}> ~> ~> > > (> )> 9> ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ ${> {> {> '|> 1|> ;|>                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ;|> <|>                                        kd$/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <|> b|> |> |> |> |> |>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  |> |>                                        kdf%/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |> |> }> }> }> '}> _}> `}> }> L~> l~> ~> ~> ~> ~> ~> >                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  > > )> z> > +> i> > |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd&/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9> :> T> U> V> i> j> y> > > > *> G> h> > > > > > ր> > \> > > > > ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jt'/ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  > > > > Հ> ր> [> \> > > > > |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd'/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > > >  > %> &> N> _> `> c> l> ׂ> > "> >> V> W> _> a> q> r> > > > > ҃> > > > $> ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !> > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  >  >                                        kd(/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                > &> N> `> a> b>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  b> c>                                        kd*/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c> l> ͂> ΂> > > >> ?> `> a> r>                                                                                                 Y                              kd[+/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
r> > > > > > > > ߆> > w> >             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd,/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $> %> 0> 1> A> B> F> G> > > w> > > > > > ݑ> > &> (> => ?> ޒ> ߒ> > > L> N> 3> H> > > > ĕ> R> V> > > > 8> > > > > ə> ʙ> ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j1/ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j,/ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -> > > > > > Ȍ> Ɍ> > > > u> v> ܑ> ݑ> > ?> ߒ> > M> N> 3> H> > > ɔ> ۔>                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ۔> > > > > >             f                                                                                                                                                                      kd6-/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  > > > > > o            f            f            f                                                                                                                                                	  $If   gd_    kd-/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > !> (> -> o            f            f            f                                                                                                                                                	  $If   gd_    kd./ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -> .> 3> :> F> o            f            f            f                                                                                                                                                	  $If   gd_    kd./ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F> G> O> W> \> o            f            f            f                                                                                                                                                	  $If   gd_    kd./ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \> ]> e> m> y> o            f            f            f                                                                                                                                                	  $If   gd_    kd\// $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y> z> > > > o            f            f            f                                                                                                                                                	  $If   gd_    kd// $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > > > > o            f            f            f                                                                                                                                                	  $If   gd_    kd80/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > > > > N> O> > > <> => > > T> o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd0/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ʙ> ͙> Ι> T> `> C> M> > > > >  > H> X> d> e> q> u> > > > > ݱ> ޱ> > > > >  > !> R> S> T> X> a> -> /> ?> ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %T> `> ܚ> ݚ> > > *> +> }> >> ?> G> H> > #> $> > C> M> > > > ¥> ϥ> ܥ> > >                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  > > > -> >> ?> R> e> |> > > > ϧ> Ч> m> n> > > «> ë> > > ܬ> ,> -> > > > >                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  > > a> >  > !> H> X> e> > > > > > ޱ> > >                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  > >                                        kd1/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > !> S> T> V> W>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  W> X>                                        kd2/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X> a> > > Ӳ> > 8> `> k> > > ӳ> -> .>                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
.> /> @> w> |            s            s                                                                                                                                                                                           	  $If   gd_   kd74/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?> @> v> w> x> z> > > > > > > > > > > > 1> 2> W> X> Y> ]> f> > V> ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 w> x> y> z> > > > > > > |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd4/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  > >                                        kd5/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > 2> W> X> Y> [> \>                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  \> ]>                                        kd6/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]> f> > > ص> > C> g> > V> f> g>                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  V> f> h> x> y> > > > > > > з> ѷ> ۷> > > > > > ;> <> => A> J> ҹ> ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    g> h> y> > |            s            s                                                                                                                                                                                           	  $If   gd_   kdS8/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > ѷ> ۷> > |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
9/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > >                                        kd9/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > :> ;> <> => ?> @>                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  @> A>                                        kd;/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A> J> > > > > '> K> ѹ> :> J> K>                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ҹ> :> J> L> \> ]> c> j> k> l> m> n> z> ~> > > > > > > > > > $> %> M> N> ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    K> L> ]> k> |            s            s                                                                                                                                                                                           	  $If   gd_   kdo</ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k> l> m> n> > > > > > > |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd)=/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                        kd=/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > %> L> M> N> O> Q> R>                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  N> O> S> \> ϼ> Ѽ> > > > > > > > > 9> :> D> N> O> [> |> }> > > > > îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  R> S>                                        kd7?/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S> \> > > λ> > ;> [> > ϼ> м> Ѽ>                                                                                                                         f                           kd@/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Ѽ> > > > > > > :> D> N>                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdEA/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	N> O>                                        kdA/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O> }> > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  > > > > A> B> C> S> T> Z> a> b> c> d> > > > > п> > > 
> > > $> @> п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  > >                                        kdSC/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > (> V> v> > ¾> > B> C>                                                                                                                         f                           kdD/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  C> T> b> c> d> > > ſ> п> >                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdaE/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	> 
> >                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  > >                                        kdF/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > A> B> C> E> \>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @> A> B> C> ]> f> g> h> i> > > > > > > > > > > > > > > > > ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 \> ]>                                        kdoG/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]> f> h> i> z> > > > > > >                                                                                     s                                                                                              kdH/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
> > > > > > > > > > A> x> > > |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd}I/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
> A> T> w> > > > > 
> E> Y> > > > > > > > > > > > >  > !> @> A> S> T> > > > > > õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !> F> > > > > > > >                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  > >                                        kd7J/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > !> A> T> g> z> > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  > >                                        kdK/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > .> [> \> ]> n> > > >                                                             f                                    [            [                     
  $If   gd_ K$  kdL/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
> > [> \> ]> m> n> q> > > > > > > > > > > > > > > > > > > > > > > > ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ > > > > > >                                     R            I                                                                     	  $If   gd_ Q  kd&N/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdM/ $If   K$L$l 0                                     
t                              4   4 
l a   > > > > 2> E> X> k> l> m> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdN/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> j> k> n> w> > > > > > > 	> :> @> A> I> K> `> a> p> r> x> y> z> ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J m> n>                                        kdmO/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n> w> > > > > > 	> :> A> J>                                                             f                                    [            [                     
  $If   gd_ K$  kdP/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
J> K> a> q> r> s> t>                                     R                                                                                              Q  kdR/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{Q/ $If   K$L$l 0                                     
t                              4   4 
l a   t> u> v> w> x> y>                                     R            I                                                                     	  $If   gd_ Q  kd"S/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdR/ $If   K$L$l 0                                     
t                              4   4 
l a   y> z> > > > > > > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z> > > > > > > > > > > > > > > 
> > > > > > > > > > t> }> > > > ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ > >                                        kdiT/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > X> > 
> > > > > > >                                                                                     Y                                          kdU/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
> > > > > > > > 3> M> ]> w> > > > > > >                                                                                                                                                                                                                      	  $If   gd_  S  kdwV/ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ > > > > M> N> O> P> h> r> s> t> v> w> x> > > > > > > > Z> > > > > > ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  > 	> > 3> M> N> O>                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd	W/ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O> P> x> > > > > > > |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdW/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > >                                        kdUX/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > Z> > > > > > Y> `> i>                                                             f                                    [            [                     
  $If   gd_ K$  kdY/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
> > > -> 5> Y> _> `> h> j> > > > > > > > 	> > > 
> > $> %> p> q> t> }> > > ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 i> j> r> > > > > > > > &> .> C> X> j> > > >                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdcZ/ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   > > > > >                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdZ/ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > 
> %> 8> K> ^> q> r> s> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s> t>                                        kdA\/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t> }> >  > g> > N> O> P> Q> b> >                                                                                                 f                                                   kd]/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  > L> O> P> Q> a> b> > > > > > > > > > > > > T> U> X> a> þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ > > > > > /> B> U> V> W> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO^/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W> X>                                        kd	_/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X> a> > 3> v> > ]> ^> _> `> q>                                                                                                 Y                              kd]`/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
a> 
> > u> v> > ]> ^> _> `> p> q> > > > > > > > > > > > ^> _> b> νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  q> > > > > > &> 9> L> _> `> a>             s                                                                                                                                                                 kda/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a> b>                                        kda/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b> k> @> g> > > > > > > >                                                                                     Y                                          kd%c/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
b> k> ?> > > > > > > > > >  > > 	> > > > > > > > > > > > 
> > > > > > ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 > > > 
> > > (> => O> i> > > > > > > >                                                                                                                                                                                                         	  $If   gd_  S  kdc/ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > %> ?> O> i> > > >                                                                                                                                                                                                                                                 	  $If   gd_  S  kdqd/ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > > > |            s            s                                                                                                                                                                                           	  $If   gd_   kde/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > '> :> M> `> s> t> u> |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kde/ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
> > &> '> r> s> v> > 8> (> )> *> :> ;> G> L> a> > > > !> '> (> 0> 2> +> -> ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  u> v>                                        kdf/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v> > 8> > > > {> (> )> *> ;>                                                                                                 f                                                        kdg/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
;> > !> (> 1> 2> :> O> d> y> > > > > >                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdh/ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  > > > /> 7> L> a> v> > > > > > > > ,> ->                                                                                                                                                                                                                            S  kd%i/ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -> .> /> W> X> k> ~> > > > > >             s                                                                                                                                                                 kdi/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -> .> /> G> Q> R> S> U> V> W> X> j> k> > > > > > > > > > > > w> > => >> '> <> >> ?> Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ > >                                        kdqj/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > ?> > > > > > >> > >> ?> F> > > > > G> {> > > > 3>                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ?> F> K> ^> b> z> > > > 2> 3> 4> D> E> > > > > > > > > > ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   3> 4> E> > > > |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > > > 
> '> 8> R> l> }> > > > > >                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdl/ $If   K$L$l 0                     x                
t                                4   4 
l a   > > 	> > 5> O> `> z> > > > > > > >                                                                                                                                                                                                                   	  $If   gd_  S  kdm/ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > > > )> <> O> b> u> v> w> |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdm/ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
> > > > > > > (> )> t> u> x> > ?> k> 8> > > > > > > l> > $> 9> :> ;> B> > ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w> x>                                        kdkn/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x> > ?> 9> > > $> > > > ;> B> > > > > > > :> {> |>                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  > > > >  > > > 2> >> Q> Y> r> z> {> |> }> > > > > > > > )> +> ,> -> E> O> P> T> ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  |> }> > > > > |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdo/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > !> 3> J> a> x> > > > > > > > >                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdyp/ $If   K$L$l 0                                     
t                                4   4 
l a   > > !> 3> E> W> n> > > > > > > > > *> +>                                                                                                                                                                                                                            S  kdq/ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +> ,> -> U> V> i> |> > > > > >             s                                                                                                                                                                 kdq/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T> U> V> h> i> > > > > > > > > n> > > M> i> > M> > > j> > > ; ?  ?  ? O? ? ? ? ? Q? 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !> >                                        kdWr/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > n> > j> > > > k> > > M> > > = ?  ?  ?  ? N? O?                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  O? ? ? ? 
? M? l? ? ? ? ? ?                                                                                                             f                                       kds/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Q? d? p? ? ? ? ? ? ? ? ? ? ? ?  ? C? D? E? I? J? N? W? t? ? ? ? ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ? ?  ? D? E? J? L? M?             s                                                                                                                                                                                     kdet/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M? N?                                        kdu/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N? W? d? ? ? ? ? ? ? 1? S? u? ?                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ? ? ? ? ? |            s            s            s                                                                                                                                                                          	  $If   gd_   kdsv/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? ? ? ? ? ? ? ? ? 1? ? *? Y? l? ? ? ? ? 	? "	? ]	? q	? 3? ?? C? j? ? ? ? 
? ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ? ? ? ? 1? ? ? ? Y? ? ? 	? ^	? |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd-w/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^	? 	? 	? 
? 
? 
? m? n? 2? 3? j? ? ? ? >
? u
? 
? 
? C? ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
? >
? Q
? t
? 
? 
? 
? 
? ? B? V? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 1? 2? D? E? W? X? j? k? o? x? ? ? ? ? ? ? õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (? ?                                        kdw/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? 2? E? X? k? m? n?                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  n? o?                                        kd;y/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o? x? ? ? ? H? f? ? ? ? ? ?                                                                                                             f                                       kdz/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ? ? ? !? "? 5? H? [? n? p? q?             s                                                                                                                                                                      kdI{/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
? ? ? ? ? ?  ? !? "? 4? 5? G? H? m? n? r? {? ? ? ?? @? A? Q? R? S? T? l? v? w? {? |? }? ? ? ? ? ? ? ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %q? r?                                        kd|/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r? {? ? ? @? A? R? S?                                                 f                                                                                                                       kdW}/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  S? T? |? }? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                        kd~/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? #? $? (? 1? T? U? ? ? d? e? f? v? w? x? y? ? 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %? ? ? ? ? ? ? ?                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ? ? ? ? ? ? ? $? &? '? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdـ/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'? (?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (? 1? U? ? e? f? w? x?                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  x? y? z? ? 7? 8? _? `? ? ? ? ?  ? |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? 6? 7? 8? _? l? p? ? ? ? ? ?  ? ? 6? J? n? o? ? ? ? ? ? ? ? ? 6? 7? J? {? ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   ? 7? o? ? ? 7? |? ? ? g? h? i? s? ~? ? ? ?                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  {? ? ? ? ? %? f? h? i? ~? ? ? ? ? ? ? ? ? ? ? ? ? ? &? '? L? M? f? o? p? ? շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\? ?                                        kd[/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? '? :? M? O? e?                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  e? f?                                        kd/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f? o? ? ? !? Y? d? ? ? ? ? ?                                                                                                 f                                                   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ? ? Y? d? w? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? !? 6? 7? F? H? I? J? ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ? ?  ? !? 7? G? H? I?                                                             R            I                                   	  $If   gd_ Q  kdJ/ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ I? J? r? s? ? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd׈/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J? b? l? m? q? r? s? ? ? ? ? ? ? ? ? ? ? P? ? (? )? G? H? c? ? ? ? ? ? ? ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ? ?                                        kd/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ? ? Q? l? ? ? ? ? ? )? H? d? v? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ? ? ? ? ? ? ?  ?  ? 	 ?  ?  ?  ? A ? B ? W ? X ? Z ? [ ? \ ? t ? ~ ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ? пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ? ? ?  ? 	 ?  ? |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ?  ? B ? Y ? Z ? [ ?                                     R            I                                                                     	  $If   gd_ Q  kd,/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   [ ? \ ?  ?  ?  ?  ?  ?  ?  ?  ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ?  ?                                        kds/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ?  ? M!? u!? !? !? !? "? &"? Q"? "? "? "? "?                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
 ?  ?  ?  ? L!? !? "? "? %"? &"? 9"? H"? P"? Q"? X"? ^"? "? "? "? "? "? "? "? "? "? "? "? "? "? "? زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 "? "? "? "? |            s            s                                                                                                                                                                                           	  $If   gd_   kdǎ/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "? "? "? "? "? "?  #? #? #? #? #? '#? (#? M#? N#? R#? [#? \#? k#? #? #? x$? |$? $? *%? 4%? 5%? S%? T%? ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    "? "? #? #? #? (#? ;#? N#? P#? Q#? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q#? R#?                                        kd;/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R#? [#? #? $? y$? $? $? $? *%? 5%? T%? %? %? %?                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
T%? g%? v%? ~%? %? %? %? %? %? %? %? %? %? %? %? %? %?  &? &? &? &? &? +&? 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  %? %? %? &? |            s            s                                                                                                                                                                                           	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &? &? &? &? +&? ,&? g&? '? P'? Q'? '? '? 1(? 2(? |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdI/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+&? 8&? <&? g&? '? P'? ]'? a'? '? '? 2(? >(? B(? d(? (? M)? )? )? )? )? )? ?*? o*? {*? *? *? y,? ,? ,? ,? ,? -? -? -? -? -? -? .? B/? j/? k/? /? /? /? 0? )1? *1? c1? 1? 1? O2? 2? 2? ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  42(? d(? (? L)? M)? )? )? )? ?*? n*? o*? *? y,? ,? ,? ,? -? -? -? .? .? .? .? /? /? //? B/? j/? k/? /?                                                                                                                                                                                                                                                                                                                                                                   gd_  /? 0? *1? c1? 1? 1? O2? 2? 2? "3? Y3? 3? 3? 3? 3? 3? 3? 4? 4?                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  2? Y3? ]3? 3? 3? 3? 3? 3? 4? 4? 4? 4? 
4? [4? \4? ]4? ^4? 4? 4? 25? _5? 5? 5? 5? B6? m6? n6? 6? 6? 6? 6? )7? *7? /7? T7? X8? 
9? Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $4? 4? 4? 4? 	4? 
4? 4? 4? 
4? M            H            H            H            H            H            H            H                   gd_   kd/ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   
4? !4? (4? -4? =4? >4? M4? N4?                                                 _            V            V                                                             	 $If   gd_    kd/ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  N4? O4? [4? \4?                                                                                                                                                                                                                                                          	 $If   gd_  o  kdv/ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  \4? ]4? ^4? i4? m4? 4? 4? 4?                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd/ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  4? 4? 4? 4? 4? 2            )            )            )                      	 $If   gd_    kd/ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     4? ,5? -5? 25? _5? d5? 5?             [                                                                                                                                           kdݖ/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  5? 5? 5? 5? 5? <6? d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  <6? =6? B6? n6? r6? 6? d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6? 6? 6? 6? 6? 6? d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd8/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6? 6? 6? *7? /7? U7? d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  U7? V7? W7? a7? 7? 7? 7? d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdʚ/ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7? 7? 7? 7? n            e            e                                                                                                                                                               	 $If   gd_    kd/ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           7? 7? 7? 7?                                                                                                                                                                                                                                                	 $If   gd_  t  kdh/ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  7? 7? 7? 7? 7? 7? 8? 
8? 8?                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd/ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  8? 8?                                             kd/ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          8? "8? &8? -8? 48? 58? 68? 78?                                                             A                                  kd/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  78? 88? 98? :8? ;8? <8? =8? >8?                                                 A                                              kdڟ/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  >8? ?8? @8? A8? B8? C8? X8?                                     A            <            7                  gd_    gd_    kd/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  X8? 9? 9? %9? &9? ?9? P9? Q9? e9? g9?                                                                                                                                                                                                                                                   E  kd/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	
9? 9? 9? 9? 9? %9? &9? P9? Q9? g9? h9? j9? k9? y9? z9? 9? 9? 9? 9? 9? 9? 9? 9? 9? 9? :? 	:? 
:? :? :? ,:? -:? .:? ::? ;:? M:? ;? <? <? <? <? <? <? 춥x                          /jʦ/ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *g9? h9? i9? j9? k9? s9? y9?                                     a                                                                                                                             E  kdV/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/ $$If   l 0 
" R                                                           4 
l a   y9? z9? 9? 9? 9? 9? 9?                                     a                                                                                                                             E  kd/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/ $$If   l 0 
" R                                                           4 
l a   9? 9? 9? 9? 9? 9? 9?                                     a                                                                                                                             E  kdң/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kds/ $$If   l 0 
" R                                                           4 
l a   9? 9? 9? 9? 9? 9? :?                                     a                                                                                                                             E  kd/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd1/ $$If   l 0 
" R                                                           4 
l a   :? 	:? 
:? :? :? 
:? :?                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd/ $$If   l 0 
" R                                                           4 
l a   :? :? :? :? +:? ,:? l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdN/ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ,:? -:? .:? ;:? M:? ;? ;? <? <? <? <? l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd/ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
<? <? <? =? =? =? =? =? =? =? =? =? >?  >? x>? y>? >? >? >? >? >? >? "?? $?? 6?? 7?? [?? ]?? m?? n?? ?? ?? ?? ?? ?? ,C? -C? 9C? {F? ~F? F? F? F? F? 9G? :G? G? G? G? ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j1/ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0<? =?  >?  >? y>? >? >? >? >? #??                                                                                                                                                                                                                                                       S  kd/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	#?? $?? 7?? \?? ]?? n?? ??                                     N                                                                                       S  kd/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd*/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ?? ?? ?? ?? ?? @? HA? IA? 6B? 7B? ,C? -C? 9C? C? D? D? D? WE? E?                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdN/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   E? E? ~F? F? 9G? :G? xG? G? G? G? I? I? "I? @J? bJ? J? J? K? "K? <K? =K? FL? GL? M? M? EN? FN? N?                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  G? G? !H? "H? 2H? :H? I? I? "I? ?J? @J? bJ? 'L? DL? GL? M? M? N? N? N? N? N? N? 	O? 
O? O?  O? QO? RO? SO? oR? pR? {R? |R? }R? R? R? R? R? R? ۵۵۵ۭۜۋzrgrrr       jĪ/ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'N? N? N? N? N? 
O?  O? RO?                                     j                                                                                                                                           kd/ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  RO? SO? dO? O? O? O? OP? PP? lP? P? Q? s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdR/ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Q? mQ? 2R? 3R? R? R? R?  S? !S? S? S? U? U? V? V? DW? EW? X? X? -X? >X? X? Y? Z? Z? n[? o[?                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  R? R? R? R? R? R?  S? !S? S? U? V? CW? W? W? W? W? 
X? X? X? X? X? X? X? X? -X? >X? X? X? Y? Y? Z? n[? \? \? ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j/ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj+/ h_ U !o[? \? \? \? \? \? 
]?                                                 e                                                                                                                        F  kdl/ $$If   l   l '{6    4   4 
l a] p
        F  kd/ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  \? \? ]? 0]? 1]? 4]? 5]? ;]? <]? ]]? ^]? ~]? ]? ]? ]? ]? ]? ]? ]? ]? ]? 
^? ^? %^? &^? <^? =^? W^? X^? ^? ^? ^? ^? ^? a`? b`? n`? `? a? a? Qa? Wa? Za? a? a? b? b? c? Ac? uc? c? c? ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3
]? ]? ]? ]? #]? 0]? 1]?                                                             5            v  kdR/ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd߬/ $$If   l   l '{6    4   4 
l a] p
         1]? 2]? 3]? 4]? 5]? 9]? :]? ;]?                                     t                                                                                                                                                             v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ;]? <]? U]? W]? ]]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]]? ^]? w]? y]? ~]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~]? ]? ]? ]? ]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]? ]? ]? ]? ]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]? ]? ]? ]? ]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdN/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]? ]? ]? ]? ]?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]? ]? ^? ^? 
^?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
^? ^? ^? ^? %^?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdO/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %^? &^? 4^? 6^? <^?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         <^? =^? P^? R^? W^?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W^? X^? _^? d^? ^?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdP/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^? ^? ^? ^? ^? a`? b`? n`? `? `? a? a? Ra? ea? a?                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a? a? a? a? -b? @b? tb? b? b? b? c? 2c? Bc? vc? c? c? c? c? c? c? d? d? e? 4e? Ce? Ve? We? pe? e? e?                                                                                                                                                                                                                                                                                                                                                                   gd_  c? c? c? c? c? c? e? $e? Ce? Ue? e? e? e? e? f? #f? 4f? hf? f? f? (g? =g? og? pg? zg? g? g? g? g? g? g? g? пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  e? e? e? e? e? f? 2f? 3f? 4f? hf? ~f? f? f? f? f? 'g? (g? 2g? =g? pg? zg? g?                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g? g?                                     kd/ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               g? g? g? g? g? g? h? "h? $h? ;h?                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	g? g? g? g? h? h? !h? "h? <h? Eh? h? h? h? h? i? i? i? 	i? /i? 0i? 5i? >i? [j? ]j? mj? nj? j? j? j? j? j? Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ;h? <h?                                     kd/ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               <h? Eh? gh? hh? |h? }h? h? h? h? h? h? h? h? h?                                                                                                                                     q                            kdT/ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
h? i? i? 	i? 0i? 1i? 2i? 3i? 4i?             q            l                                                                                                                                                       gd_    kd/ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  4i? 5i?                                     kdκ/ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               5i? >i? _i? `i? ti? ui? i? i? i? i? i? j? j? ,j? Fj? Gj? \j?                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  \j? ]j? nj? j? z            q            q                                                                                                                                                                                       	  $If   gd_    kd%/ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       j? j? j? j? j? j? j? j? z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd/ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       j? j? j? j? j? Mk? Ok? _k? `k? k? k? k? k? k? k? k? l? l? 3l? ?l? ^l? jl? l? l? l? l? l? l? l? l? m? \m? m? m? m? ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "j? j?                                     kd/ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j? j? j? j? j? j? k? 8k? 9k? Nk? Ok? `k? k?                                                                                                             q                                                         kd/ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  k? k? k? k? k? k? k? k? z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd/ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       k? k?                                     kdp/ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k? k? l? l? l? l? l? l? l?                                                             q                                                                                                                             kd/ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  l? l? l? l? m? m? m? m? m? m? m? z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd/ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
m? m? m? m? 1n? 2n? <n? Fn? Gn? gn? hn? n? n? n? n? n? ~o? bp? dp? tp? up? p? p? q? 	q? 
q? )q? *q? +q? ,q? -q? 0q? 9q? q? q? q? ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #m? 2n? <n? Fn?                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Fn? Gn?                                        kdO/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gn? hn? n? n? n? n?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n? n?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n? n? o? o? o? o? o? p? cp? dp? up? p? 	q?                                                                                                 s                                                                        kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	q? 
q? +q? ,q? -q? .q? /q? |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /q? 0q?                                        kdk/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0q? 9q? q? q? q? q?                         s                                                                                                                                                                                   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q? q? q? q? q? q? q? q? q? {u? |u? u? u? u? Sv? rv? v? v? Vw? uw? w? w? ~x? x? x? y? 2z? Qz? z? z? J{? i{? {? {? d|? |? b}? }? }? ~? q~? ~? ~? 
? B? C? о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -q? q? q? q? q? q? q? r? r? r? r? r? r? s? |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdy/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
s? s? fs? }s? s? s? s? s? t? Jt? t? t? {u? |u? u? u? u? u? u?                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  u? u? u? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? 
v? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? #v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #v? $v? .v? 3v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3v? 4v? 5v? Sv? av? qv?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qv? rv? }v? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? v?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? v? v? v?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v? v? v? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? "w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "w? #w? -w? 2w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2w? 3w? 4w? Vw? dw? tw?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tw? uw? w? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? w?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? w? w? w? w?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w? w? 
x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x?  x? +x? 0x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0x? 1x? ;x? @x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @x? Ax? Bx? ~x? x? x?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x? x? x? x? y? y?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y? y? #y? (y?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (y? )y? 3y? 8y?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8y? 9y? Dy? Iy?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iy? Jy? Ty? Yy?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yy? Zy? [y? y? z? 2z? @z? Pz?                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pz? Qz? \z? az?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   az? bz? lz? qz?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz? rz? }z? z?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z? z? z? z?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z? z? z? z? z? z?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z? z? z? z?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z? z? z? z?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z? z? {? {?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? {? {?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? {? J{? X{? h{?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h{? i{? t{? y{?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y{? z{? {? {?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? {? {?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? {? {?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? {? {? {? {?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {? {? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd / $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? '|? ,|?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,|? -|? 7|? <|?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <|? =|? >|? d|? r|? |?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? |?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |? |? |? 2}? 3}? b}? p}? }?                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }? }? }? }?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }? }? }? }?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }? }? }? }?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }? }? }? }?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }? }? }? }? }? ~?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? 
~? ~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? "~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "~? #~? .~? 3~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3~? 4~? >~? C~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C~? D~? E~? q~? ~? ~?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? ~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? ~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? ~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? ~?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~? ~? ~? ~? ~? ?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? 
? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? (? -?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -? .? 9? >?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >? ?? I? N?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N? O? P? t? ? ? ? ? 3? 4? A? B? C? f? ?                                                                                                                                                                                        gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C? T? f? ? ?  ? 1? 2? 3? H? z? {? ? ? ? ? Á? ԁ? ? ? ? ? ? ? ? ? ? ? ? Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ? ?  ? 2? 3? =? H? {? ? ?                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	? ?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? Á? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ? ?                                        kd7/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? p? q? ? ? ? ?? u? ? ? ? ˃? ̃? ?                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ? ? ? S? l? ? ? ̈́? |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? -? .? /? B? C? R? ̄? ̈́? ΄? ? ? #? $? '? 0? ? ? ? ? w? x? {? ? ? ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jE/ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ̈́? ΄? ? #? $? %? &? |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &? '?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '? 0? x? y? ȅ? '? 2? N? g? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ? ? ? x? |            s            s                                                                                                                                                                                           	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x? y? z? {? ? 3? 4? h? z? ? ? |? }? |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? 3? 4? g? h? ? ? ? ? ? ? <? i? {? }? ? ĉ? ŉ? ω? ى? ډ? ?  ? /? R? S? V? _? ? ? ? ? ? ? ƌ? ǌ? ׌? ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $}? ? ? ŉ? ω? ى?                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ى? ډ?                                        kdL/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ډ?  ? /? A? S? T? U?                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  U? V?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V? _? ? ? ? Ŋ? ? ? |? ? 
? +? Q? n? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ? ? ǌ? ? n? ɍ? ? J? |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ׌? ،? ? ? ? ? ? ? 8? n? ? ȍ? ? ? (? I? J? M? ^? t? ? ? ,? -? .? ?? ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j/ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  J? K? L? M? s? t? ? ? .? @? A? K? |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd3/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?? A? V? ? ? ? ? ? Ï? ď? ? ? ? ? 
? u? ? ? ܐ? ? ? ? ? ? ? Z? [? ]? ^? p? ? ? ? ? ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !K? V? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ? ?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ď? ? ? ?  ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   ? ?                                        kdA/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? 
? k? l? ? ? ܐ? ݐ? ? ? ?                                                                                                 Y                              kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
? [? \? ]? ^? ? $? H? }? ~? ? "?             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdO/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ? Ñ? Α? ϑ? ߑ? ? ? ? $? H? ? "? N? _? ? ? {? ? ğ? Ɵ? ۟? ݟ? |? }? ? ? ? ? ѡ? ? X? ? [? b? ? ? $? E? ? ֦? =? >? V? W? g? h? ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jN/ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j	/ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -"? M? N? _? ? ? f? g? ? ? ? ? ? z? {? ? ݟ? }? ? ? ? ѡ? ? W? X? g? y?                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  y? ? ? ? ? ?             f                                                                                                                                                                      kdp/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ? ? ? ? ? o            f            f            f                                                                                                                                                	  $If   gd_    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? ? ? Ƣ? ˢ? o            f            f            f                                                                                                                                                	  $If   gd_    kdL/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˢ? ̢? Ѣ? آ? ? o            f            f            f                                                                                                                                                	  $If   gd_    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? ? ? ? ? o            f            f            f                                                                                                                                                	  $If   gd_    kd(/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? ? ? ? ? o            f            f            f                                                                                                                                                	  $If   gd_    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? ?  ? '? ,? o            f            f            f                                                                                                                                                	  $If   gd_    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ,? -? 5? <? H? o            f            f            f                                                                                                                                                	  $If   gd_    kdr/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H? I? J? K? ? ? D? E? ڦ? ۦ? ? ? ? o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd/ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h? k? l? ? ? ? ? 2? =? 4? E? ? ? ? ? ? ? ? /? 3? 4? I? {? |? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %? ? z? {? 1? 2? ȩ? ɩ? ? ܫ? ݫ? ? ? 7? ? ®? \? ? ? 1? 2? S? `? m? z? ? ?                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ? ? ? ˳? ܳ? ݳ? ? ? ? 1? 2? =? m? n? ? ? ? ? `? a? 4? E? z? ʺ? ˺? *? X? ? ?                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ? ? ? O? ? ? ? ? ? /? 3? 4? >? I? |? ? ?                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ? ?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ? ?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? >? J? q? ? ? ? 	? B? L? q? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
? ? ? ? |            s            s                                                                                                                                                                                           	  $If   gd_   kdq/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? ? ? $? (? D? E? Z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ? ? ? ? D? E? O? Z? ? ? |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd+ 0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ? ?                                        kd 0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ? ?                                        kd90 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? C? O? v? ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ? ? ? ? ? ? $? %? &? '? <? n? o? y? ? ? ? ? ? ? ? ? ? ? p? ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ? ? ? %? |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %? &? '? 1? <? o? y? ? |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ? ?                                        kdU0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? '? 3? Z? ? ? ? o? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  p? ? ? ? ? ? ? ? 	? 
? ? ? ? ? 7? 8? M? ? ? ? ? ? ? ? ? ? ? ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ? ? ? 	? |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? 
? ? ? 8? B? M? ? ? ? |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                        kd	0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ? ? ? ? m? o? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? %? D? E? F? îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ? ?                                        kdq
0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? 9? E? l? ? ? ? 1? m? n? o?                                                                                                                         f                           kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  o? ? ? ? ? ? ? ? ? ?                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	? ?                                        kd9
0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? E? F? G? I? J?                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  F? G? K? T? ? ? ? ? ? ? ?  ? ? ? <? V? X? Y? n? ? ? ? ? ? ? ? п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  J? K?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K? T? ? ? ? ? ? C? `? ? ? ?                                                                                                                         f                           kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ? ?  ? ? ? <? Y? c? n? ?                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ? ?                                        kdU0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ? ? ? ? ? ? ? ? ? =? >? ?? O? P? ? ? ? ? ? ? ? ? ? ? ? ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ? ?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? W? ? >? ?? P? ?                                                                                     s                                                                                              kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
? ? ? ? ? ? ? h? i? ? ? ? N? ? |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
? ? ? ? )? M? a? ? ? ? ? 9? :? O? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? *? +? E? N? Z? õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !? ? 9? :? D? O? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ? ?                                        kdq0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? +? -? D?                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  D? E?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E? N? ? ? ? ? ? ? 9? @? H?                                                             f                                    [            [                     
  $If   gd_ K$  kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Z? ? ? ? ? ? ? ? $? -? 7? 9? ?? @? G? I? ^? _? n? p? q? r? ? ? ? ? ? ? ? ? ? ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ H? I? _? o? p? q?                                     R            I                                                                     	  $If   gd_ Q  kd`0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   q? r? ? ? ? ? ? 	? 
? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ? 	? ? ? 8? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ? ?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? 8? f? ? ? ? ? ? ? ?                                                             f                                    [            [                     
  $If   gd_ K$  kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
? ? ? ? ? ? ?                                     R                                                                                              Q  kdB0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   ? ? ? ? ? ?                                     R            I                                                                     	  $If   gd_ Q  kd\0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   ? ? @? a? b? ? ? ? ? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? 0? :? ;? <? >? ?? @? a? b? ? ? ? ? ? ? ^? w? ? ? ? ? ? ? ? ? ? 2? b? h? ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ? ?                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ? ? ? ? ? b?                                                                                     Y                                          kd 0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
b? i? r? s? {? ? ? ? ? ? ? ? /? 7? L? a? s? ?                                                                                                                                                                                                                      	  $If   gd_  S  kd!0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ h? i? q? s? ? ? ? ? ? ? ? ? ? ? ? 5? 6? ? ? ? ? ? ? ? ? ? ? ? ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ? ? ? ? ? ? ?                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdC"0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? 6? [? n? ? ? ? |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd"0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ?                                        kd#0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? &? ? ? ? ? ? ? ?                                                             f                                    [            [                     
  $If   gd_ K$  kd$0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? O? ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ? ? ? %? :? L? f? ? ? ? ? ? ? ? ? "? <? L?                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd%0 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   L? f? ? ? ?                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd/&0 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? ? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd&0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                        kd{'0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? N? ? ? ? ?  ? S?                                                                                                 f                                                   kd(0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  O? ? ? ? ? ?  ? R? S? T? l? v? w? x? z? {? |? ? ? ? ? ? ? þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S? T? |? ? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                        kdC*0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ? ]? ? ? ? ? ?                                                                                                 Y                              kd+0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
? ? ? ? ? ]? ? ? ? ? ? ? a? b? c? {? ? ? ? ? ? ? ? ? ?  ? νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ? b? c? ? ? ? ? ? ? ? ? ?             s                                                                                                                                                                 kdQ,0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ?  ?                                        kd-0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ? 	? ? ? I? ? 1? 2? 3? D? ?                                                                                     Y                                          kd_.0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 ? 	? ? ? /? 1? 2? 3? C? D? ? ? ? ? ? ?  ? "? #? $? 4? 5? ? ? ? ? ? ? ? ? ? ? ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ? ? ? ? ? ? ? ? ? ? !? 1? K? e? m? ? ?                                                                                                                                                                                                         	  $If   gd_  S  kd/0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? ? ? ? !? "? #?                                                                                                                                                                                                                                                 	  $If   gd_  S  kd/0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #? $? 5? ? |            s            s                                                                                                                                                                                           	  $If   gd_   kd=00 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? ? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd00 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? C? ? ? ? ? ? ? ? ? ? ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ? ?                                        kd10 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? 6? r? ? ? ? ? ? ?                                                                                                 f                                                        kd30 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
? C? ? ? ? ? ? ? ? ? )? C? ]? n? ?                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd30 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ? ? ? ? ? ? ? ? &? @? Z? k? ? ? ? ? ?                                                                                                                                                                                                                            S  kd_40 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? ? ? 	? ? /? B? U? V? W?             s                                                                                                                                                                 kd40 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ? ? ? ? ? ? ? ? ? ? ? ? 	? T? U? X? a? %? T? U? {? |? /? 0? ? *? ? ? ? ? ? ? Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ W? X?                                        kd50 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X? a? %? |? ? 0? c? ? ,? ? ? ? ? ? ? #? r? ? ? ? ? E? q? ? ?                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ? ? ? ?  ? ? ? ? ? ? ? ? ? ? '? -? .? 6? 8? ? ? ? ? ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ? ? ? '? .? 7? |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd60 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7? 8? @? U? j? ? ? ? ? ? ? 
? ? 5? F? `? h? }?                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd70 $If   K$L$l 0                     x                
t                                4   4 
l a   }? ? ? ? ? ? ? ? 2? C? ]? n? ? ? ?                                                                                                                                                                                                                   	  $If   gd_  S  kdK80 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? ? ? ? ?  ? ? ? ? |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd80 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
? ? ? ? ? ? ? ? ? ? ? ? ? ? 	? ? '? <? ? ? ? ? 
 @  @  @  @  @  @  @ $@ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ? ?                                        kd90 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? ? ?? ? ? /? ? " @  @  @  @ ?@ ^@ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  $@ 7@ C@ V@ @ @ @ @ @ @ @ @ @ @ @ @ +@ ,@ p@ v@ w@ @ @ @ @ @ @ @ @ @ @ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  @ @ ,@ p@ w@ @ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd:0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ @ @ @ @ @ @ '@ >@ U@ f@ |@ @ @ @                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd;0 $If   K$L$l 0                                     
t                                4   4 
l a   @ @ @ @ @ @ @ #@ :@ K@ b@ y@ @ @ @ @ @                                                                                                                                                                                                                            S  kdE<0 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @ @ @ @ @ @ @ -@ @@ S@ U@ V@             s                                                                                                                                                                 kd<0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @ @ @ @ R@ S@ W@ `@ r@ @ :@ l@ @ m@ @ @ 	@ [
@ 
@ B@ W@ @ @ 5
@ 
@ 0@ E@ @ q@ @ @ @ @ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !V@ W@                                        kd=0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W@ `@ r@ :@ @ @ 	@ B	@ 	@ 	@ 	
@ '
@ Y
@ 
@ @ @ 
@ H@ I@ P@ @ @                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  @ -@ m@ @ @ @ 
@ )@ H@ g@ h@ y@                                                                                                             f                                       kd>0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  @ @ @ !@ -@ @@ L@ _@ f@ h@ x@ y@ @ @ @ @ @ @ @ @ @ @ @ '@ (@ )@ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  y@ @ @ @ @ @ @ @             s                                                                                                                                                                                     kd?0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @                                        kdY@0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ $@ F@ h@ @ @ @ @ @ @ (@                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  (@ )@ :@ m@ @ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdA0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )@ 9@ :@ @ @ @ @ @ @ @ @ @ @ @ @ @ 
@ -@ A@ e@ y@ @ @ @ @ @ @ @ @ c@ f@ @ @ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  @ @ @ @ @ @ @ @ @ .@ f@ @ @ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdgB0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ Q@ R@ @ K@ L@ @ @ @ @ @ e@ f@ @ @ @ K@ @ @ 6@ 7@ A@ L@ @ @ @                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @ @ @ @ &@ J@ ^@ @ @ @ @ 6@ 7@ L@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 	@ 
@ @ ^@ @ @ @ @ @ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (@ @                                        kd!C0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ @ @ 	@ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @ 
@                                        kduD0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
@ @ ^@ @ @ @ @ @ U@ @ @ @                                                                                                             f                                       kdE0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  @ @ @ @ @ @ @ @ @ @ @             s                                                                                                                                                                      kdF0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ Z@ [@ @ @ @ @ @ @ @ 
 @  @  @  @  @  @ - @ . @ @ @ A @ f @ g @ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %@ @                                        kd=G0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ 7@ [@ @ @ @ @                                                 f                                                                                                                       kdH0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  @ @  @  @ . @ A @ T @ g @ i @ j @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdKI0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j @ k @                                        kdJ0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g @ k @ t @  @  @ 8!@ 9!@ :!@ J!@ K!@ L!@ M!@ e!@ o!@ p!@ t!@ u!@ v!@ !@ !@ !@ !@ !@ !@ !@ !@ !@ !@ u"@ v"@ #@ #@ #@ #@ #@ #@ #@ $#@ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %k @ t @  @  @ 9!@ :!@ K!@ L!@                                                 f                                                                                                                       kdYK0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  L!@ M!@ u!@ v!@ !@ !@ !@ !@ !@ !@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!@ !@                                        kdL0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !@ !@ !@ v"@ #@ #@ #@ #@                                                 f                                                                                                                       kd!N0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  #@ #@ #@ I#@ #@ #@ #@ #@ /$@ '%@ (%@ \%@ %@ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdN0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $#@ (#@ I#@ #@ #@ #@ #@ 
$@ $@ /$@ $@ (%@ \%@ o%@ %@ %@ %@ %@ &@ 
&@  &@ 2&@ 3&@ Q&@ R&@ e&@ &@ &@ &@ &@ &@ '@ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  %@ %@ 
&@ R&@ &@ &@ '@ a'@ '@ (@ (@ (@ (@ (@ O(@ Y(@ c(@                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  '@ -'@ `'@ t'@ '@ '@ (@ (@ (@ (@ N(@ O(@ Y(@ c(@ d(@ |(@ (@ (@ (@ (@ (@ (@ (@ (@ (@ (@ (@ )@ 
)@ )@ )@ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\c(@ d(@                                        kdO0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d(@ (@ (@ (@ (@ (@ (@ (@ )@                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  )@ )@                                        kdP0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               )@ 
)@ |)@ )@ )@ )@ *@ .*@ p*@ q*@ *@ *@                                                                                                 f                                                   kd=R0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  )@ |)@ )@ *@ *@ %*@ .*@ 5*@ ;*@ o*@ p*@ q*@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ *@ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ *@ *@ *@ *@ *@ *@ *@ *@                                                             R            I                                   	  $If   gd_ Q  kdS0 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdR0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ *@ *@ +@ +@ $+@ 7+@ J+@ ]+@ _+@ `+@ v+@ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdT0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
*@  +@ 
+@ +@ +@ +@ +@ #+@ $+@ 6+@ 7+@ \+@ ]+@ w+@ +@ +@ +@ +@ ,@ ,@ ,@ ,@ ,@ -@ 1-@ :-@ A-@ G-@ X-@ Y-@ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ v+@ w+@                                        kdT0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w+@ +@ +@ 
,@ ;,@ X,@ q,@ ,@ ,@ ,@ ,@ -@ -@ :-@ Y-@ Z-@                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Y-@ Z-@ [-@ k-@ l-@ o-@ u-@ -@ -@ -@ -@ -@ -@ -@ -@ -@ -@ -@ -@ -@ .@ .@ .@ !.@ ".@ #.@ 5.@ 6.@ H.@ I.@ n.@ o.@ s.@ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Z-@ [-@ l-@ -@ -@ -@ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdV0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -@ -@ -@ -@ -@ -@                                     R            I                                                                     	  $If   gd_ Q  kdfW0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdV0 $If   K$L$l 0                                     
t                              4   4 
l a   -@ -@ ".@ #.@ 6.@ I.@ \.@ o.@ q.@ r.@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r.@ s.@                                        kdX0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s.@ |.@ .@ /@ M/@ _/@ /@ /@ /@ /@ 10@ 50@ 60@ 70@                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
s.@ |.@ }.@ .@ .@ /@ /@ /@ /@ /@ /@ /@ /@ /@ /@ /@ 00@ 10@ 40@ 50@ 60@ 70@ 80@ H0@ I0@ L0@ a0@ j0@ t0@ u0@ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 70@ 80@ I0@ v0@ |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u0@ v0@ w0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 	1@ g1@ h1@ 2@ 2@ \2@ 2@ 2@ 2@ 2@ 2@ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    v0@ w0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ 0@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdZ0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0@ 0@                                        kdu[0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0@ 0@ h1@ 1@ 2@ J2@ {2@ 2@ 2@ 2@ 2@ 3@ _3@ `3@                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2@ 3@ 3@ 3@ 3@ $3@ *3@ ^3@ _3@ `3@ a3@ q3@ r3@ u3@ 3@ 3@ 3@ 3@ 3@ 3@ 3@ 3@ 3@ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  `3@ a3@ r3@ 3@ |            s            s                                                                                                                                                                                           	  $If   gd_   kd\0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3@ 3@ 3@ 3@ 3@ 3@ 4@ 4@ 4@ 4@ (5@ 5@ 5@ 5@ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd]0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3@ 3@ 3@ 4@ 4@ 4@ 4@ 4@ (5@ 5@ 5@ 5@ 5@ 6@ 6@ 6@ @7@ A7@ M7@ Q7@ z7@ 7@ 
8@ 8@ 8@ E8@ :@ E:@ Q:@ U:@ :@ 3;@ 4;@ n;@ o;@ {;@ ;@ ;@ <@ =@ 	=@ =@ #=@ O=@ >@ >@ >@ ?@ W?@ ?@ ?@ )@@ @@ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  45@ 6@ 6@ 6@ 6@ @7@ A7@ z7@ 7@ 8@ 
8@ E8@ :@ D:@ E:@ :@ 4;@ n;@ o;@ ;@ V<@ W<@ <@ <@ <@ <@ <@ =@ 	=@ O=@                                                                                                                                                                                                                                                                                                                                                                   gd_  O=@ >@ >@ ?@ W?@ ?@ ?@ )@@ @@ @@ @@ YA@ ZA@ eA@ qA@ A@ A@ A@ A@                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  @@ @@ @@ XA@ YA@ eA@ {A@ A@ A@ A@ A@ A@ A@ A@ A@ A@ A@ 8B@ oB@ B@ B@ MC@ C@ C@ C@ D@ D@ 0D@ gD@ hD@ D@ D@ D@ D@ D@ E@ F@ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $A@ A@ A@ A@ A@ A@ A@ A@ A@ M            H            H            H            H            H            H            H                   gd_   kd=^0 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   A@ A@ A@ A@ A@ A@ A@ A@                                                 _            V            V                                                             	 $If   gd_    kd^0 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  A@ A@ A@ A@                                                                                                                                                                                                                                                          	 $If   gd_  o  kd_0 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  A@ A@ A@ B@ B@ B@ &B@ 2B@                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdM`0 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  2B@ 3B@ 8B@ oB@ tB@ 2            )            )            )                      	 $If   gd_    kd`0 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     tB@ B@ B@ B@ B@ C@ GC@             [                                                                                                                                           kdb0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  GC@ HC@ MC@ C@ C@ C@ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdb0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  C@ C@ C@ D@ D@ *D@ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdc0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  *D@ +D@ 0D@ hD@ mD@ D@ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdrd0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D@ D@ D@ D@ D@ D@ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd;e0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D@ D@ D@ D@ NE@ SE@ _E@ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdf0 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _E@ `E@ cE@ mE@ n            e            e                                                                                                                                                               	 $If   gd_    kdf0 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           mE@ nE@ qE@ zE@                                                                                                                                                                                                                                                	 $If   gd_  t  kdg0 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  zE@ {E@ |E@ E@ E@ E@ E@ E@ E@                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd?h0 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  E@ E@                                             kdh0 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          E@ E@ E@ E@ E@ E@ E@ E@                                                             A                                  kd5j0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  E@ E@ E@ E@ E@ E@ E@ E@                                                 A                                              kdk0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  E@ E@ E@ E@ E@ E@ E@                                     A            <            7                  gd_    gd_    kdk0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  E@ F@ F@ F@ F@ F@ F@ F@ G@ G@                                                                                                                                                                                                                                                   E  kdl0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	F@ F@ F@ F@ F@ F@ F@ F@ F@ G@ G@ G@ 	G@ G@ G@ %G@ &G@ EG@ FG@ HG@ IG@ uG@ vG@ G@ G@ G@ G@ G@ G@ G@ G@ G@ G@ G@ G@ G@ H@ XJ@ YJ@ dJ@ eJ@ uJ@ vJ@ 춥x                          /jr0 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *G@ G@ G@ G@ 	G@ G@ G@                                     a                                                                                                                             E  kdm0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd1m0 $$If   l 0 
" R                                                           4 
l a   G@ G@ !G@ %G@ &G@ 9G@ EG@                                     a                                                                                                                             E  kdNn0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm0 $$If   l 0 
" R                                                           4 
l a   EG@ FG@ GG@ HG@ IG@ [G@ uG@                                     a                                                                                                                             E  kdo0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdn0 $$If   l 0 
" R                                                           4 
l a   uG@ vG@ G@ G@ G@ G@ G@                                     a                                                                                                                             E  kdo0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdko0 $$If   l 0 
" R                                                           4 
l a   G@ G@ G@ G@ G@ G@ G@                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd)p0 $$If   l 0 
" R                                                           4 
l a   G@ G@ G@ G@ G@ G@ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdp0 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   G@ G@ G@ G@ G@ H@ H@ I@ I@ }J@ ~J@ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdFq0 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
vJ@ zJ@ {J@ pK@ qK@ |K@ }K@ K@ K@ K@ K@ K@ K@ K@ L@ L@ #L@ $L@ kL@ mL@ xL@ yL@ L@ L@ L@ L@ L@ L@ M@ M@ KM@ MM@ NM@ ZM@ [M@ P@ P@ P@ T@ T@ 1T@ QT@ vT@ T@ T@ T@ 4U@ 5U@ GU@ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jkr0 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0~J@ K@ K@ K@ L@ $L@ lL@ mL@ yL@ L@                                                                                                                                                                                                                                                       S  kdr0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	L@ L@ L@ L@ L@ M@ LM@                                     N                                                                                       S  kds0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdds0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   LM@ MM@ NM@ [M@ M@ *N@ N@ N@ O@ O@ P@ P@ P@ ZQ@ Q@ &R@ R@ R@ \S@                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdt0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   \S@ ]S@ T@ wT@ T@ T@ U@ 4U@ 5U@ HU@ V@ V@ V@ W@  X@ iX@ X@ X@ X@ X@ X@ Y@ Y@ [@ [@ [@ [@ /\@                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  GU@ HU@ U@ U@ U@ U@ V@ V@ V@ W@ W@  X@ Y@ Y@ Y@ [@ [@ [@ /\@ E\@ I\@ V\@ W\@ \@ \@ \@ \@ \@ \@ \@ 
`@ `@ `@ `@ `@ `@  `@ ]`@ ^`@ i`@ ۵۵۵ۭۜۋzrgrrr       ju0 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '/\@ ;\@ J\@ V\@ W\@ \@ \@ \@                                     j                                                                                                                                           kdu0 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  \@ \@ ]@ K]@ P]@ ]@ ]@ ]@ 
^@ t^@ ^@ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdu0 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
^@ _@ _@ _@ "`@ r`@ s`@ `@ `@ ca@ da@ b@ b@ +d@ ,d@ d@ d@ e@ e@ e@ e@ f@ Fg@ h@ h@ i@ 
i@                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  i`@ j`@ k`@ o`@ p`@ s`@ `@ `@ ba@ b@ }d@ d@ e@ e@ e@ e@ e@ e@ e@ e@ e@ e@ e@ e@ e@ e@ ]f@ ff@ og@ g@ h@ i@ wj@ xj@ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jv0 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujev0 h_ U !
i@ xj@ |j@ }j@ j@ j@ j@                                                 e                                                                                                                        F  kdw0 $$If   l   l '{6    4   4 
l a] p
        F  kd3w0 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  xj@ }j@ j@ j@ j@ j@ j@ j@ j@ j@ j@ k@ k@ 3k@ 4k@ Ok@ Pk@ lk@ mk@ k@ k@ k@ k@ k@ k@ k@ k@ k@ k@ l@ l@ l@  l@ !l@ m@  n@ n@ mn@ n@ n@ n@ n@ n@ o@ o@ ip@ p@ p@ p@ q@ 2q@ hq@ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3j@ j@ j@ j@ j@ j@ j@                                                             5            v  kdx0 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdx0 $$If   l   l '{6    4   4 
l a] p
         j@ j@ j@ j@ j@ j@ j@ j@                                     t                                                                                                                                                             v  kd1y0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  j@ j@ j@ j@ j@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j@ j@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ +k@ -k@ 3k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2{0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3k@ 4k@ Gk@ Ik@ Ok@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ok@ Pk@ ek@ gk@ lk@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         lk@ mk@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3}0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd40 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ k@ k@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ k@ k@ l@ l@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l@ l@ l@  l@ !l@ m@  n@ n@ Tn@ nn@ n@ n@ n@ o@ 7o@                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd50 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7o@ Ko@ o@ o@ o@ o@ p@ 0p@ dp@ p@ p@ p@ p@ q@ 3q@ gq@ hq@ iq@ jq@ q@ r@ r@ r@ r@ r@ r@ r@ s@ As@ Bs@                                                                                                                                                                                                                                                                                                                                                                   gd_  hq@ jq@ tq@ q@ q@ q@ r@ r@ r@ r@ (s@ @s@ `s@ cs@ s@ s@ s@ t@ 2t@ ]t@ t@ t@ 
u@ u@ u@ "u@ #u@ Iu@ Ju@ gu@ hu@ {u@ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Bs@ `s@ ns@ s@ s@ s@ s@ s@ s@ t@ t@ 2t@ Ht@ ^t@ _t@ t@ t@ t@ t@ u@ u@ "u@                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  "u@ #u@                                     kd0 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               #u@ Ju@ gu@ hu@ ~u@ u@ u@ u@ u@ u@                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	{u@ ~u@ u@ u@ u@ u@ u@ u@ u@ u@ rv@ tv@ v@ v@ v@ v@ v@ v@ v@ v@ v@ v@ w@ w@ x@ x@ +x@ ,x@ -x@ .x@ Sx@ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ u@ u@                                     kd70 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u@ u@ v@ v@ v@ v@ ?v@ [v@ \v@ qv@ rv@ sv@ tv@ v@                                                                                                                                     q                            kd0 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
v@ v@ v@ v@ v@ v@ v@ v@ v@             q            l                                                                                                                                                       gd_    kdK0 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  v@ v@                                     kd0 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               v@ v@ v@ v@ w@ w@ -w@ Iw@ Jw@ \w@ w@ w@ w@ w@ w@ w@ w@                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  w@ w@ x@ ,x@ z            q            q                                                                                                                                                                                       	  $If   gd_    kd_0 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ,x@ -x@ .x@ Ux@ Vx@ Wx@ Xx@ Yx@ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd0 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Sx@ Tx@ Ux@ Zx@ cx@ x@ x@ x@ x@ y@ y@  y@ Ly@ My@ Ry@ [y@ y@ y@ y@ y@ y@ z@ Zz@ \z@ lz@ mz@ z@ z@ z@ z@ z@ z@ <{@ ={@ p{@ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Yx@ Zx@                                     kdو0 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Zx@ cx@ x@ x@ x@ x@ x@ x@ x@ x@ x@ x@ y@                                                                                                             q                                                         kd00 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  y@ y@  y@ My@ Ny@ Oy@ Py@ Qy@ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd0 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Qy@ Ry@                                     kd0 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ry@ [y@ y@ y@ Zz@ [z@ \z@ mz@ z@                                                             q                                                                                                                             kd0 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  z@ z@ z@ z@ z@ ={@ q{@ {@ {@ {@ {@ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd0 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
p{@ q{@ {@ {@ {@ {@ {@ {@ {@ |@ |@ 3|@ H|@ I|@ }|@ |@ }@  ~@ ~@ ~@ ~@ d~@ w~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ 3@ C@ D@ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #{@ {@ {@ {@                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  {@ {@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {@ |@ 3|@ I|@ K|@ ||@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ||@ }|@                                        kdݏ0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }|@ |@ }@ }@ [}@ \}@ k}@ }@ ~@ ~@ ~@ d~@ ~@                                                                                                 s                                                                        kd10 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~@ ~@ ~@ ~@ ~@ ~@ ~@ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~@ ~@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~@ ~@ 2@ 3@ D@ e@                         s                                                                                                                                                                                   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  D@ d@ e@ f@ g@ h@ j@ @ @ @ @ 1@ q@ @ @ @ p@ @ @ @ ~@ @ @ ;@ @ @ Ї@ @ Y@ x@ @ @ z@ @ @ !@  @ @ @ @ @ .@ @ @ @ @ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -e@ f@ g@ h@ i@ j@ @ 7@ 8@ y@ @ @ @ @ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@ @ @ @ 3@ J@ w@ x@ @ @ .@ /@ @ @ 1@ F@ q@ @ @                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̕0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ ̃@ у@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   у@ ҃@ Ӄ@ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @  @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    @ !@ +@ 0@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0@ 1@ <@ A@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A@ B@ L@ Q@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q@ R@ S@ p@ ~@ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdĘ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ ˄@ Є@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Є@ ф@ ҄@ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ #@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #@ $@ .@ 3@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3@ 4@ ?@ D@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D@ E@ O@ T@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T@ U@ V@ ~@ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdٜ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd80 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ Ʌ@ ΅@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΅@ υ@ م@ ޅ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޅ@ ߅@ @ @ *@ :@                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :@ ;@ F@ K@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K@ L@ V@ [@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [@ \@ g@ l@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l@ m@ w@ |@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdџ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |@ }@ ~@ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd00 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ Ɔ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɔ@ ǆ@ ц@ ֆ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֆ@ ׆@ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ e@ @ Ї@ އ@ @                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @  @ 
@ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɢ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @  @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    @ !@ +@ 0@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0@ 1@ 2@ Y@ g@ w@                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w@ x@ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ "@ '@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '@ (@ 3@ 8@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdަ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8@ 9@ C@ H@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H@ I@ J@ z@ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ ŉ@ ʉ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʉ@ ˉ@ Չ@ ډ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ډ@ ۉ@ ܉@ @ @  @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdw0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    @ !@ ,@ 1@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֩0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1@ 2@ <@ A@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd50 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A@ B@ M@ R@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R@ S@ ]@ b@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b@ c@ d@ Њ@ ъ@  @ @ @                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdR0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ *@ /@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /@ 0@ :@ ?@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?@ @@ K@ P@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P@ Q@ [@ `@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdά0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `@ a@ b@ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ ̋@ ы@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ы@ ҋ@ ܋@ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @ @ -@                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -@ .@ 9@ >@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >@ ?@ I@ N@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƯ0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N@ O@ Z@ _@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _@ `@ j@ o@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o@ p@ q@ @ @ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ ƌ@ ˌ@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˌ@ ̌@ ׌@ ܌@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܌@ ݌@ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @ 2@ W@ z@ {@ э@ ҍ@ ߍ@ @ @ @ @                                                                                                                                                                                        gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @ @ @ ώ@ Ў@ ю@ @ @ @ #@ -@ .@ `@ a@ r@ @ @ @ @ @ @ @ @ @ @ @ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  @ @ @ Ў@ ю@ ێ@ @ @ #@ -@                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	-@ .@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .@ a@ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @ @                                        kdq0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ /@ 0@ ~@ ݐ@ @ 8@ H@ Y@ i@ j@ @                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  @ @ @ @ 
@ #@ <@ k@ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdŵ0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ ˑ@ ̑@ ͑@ @ @ @ j@ k@ l@ @ @ @ @ Œ@ Β@ L@ N@ ^@ _@ @ @ @ *@ B@ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j0 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  k@ l@ @ @ @ Ò@ Ē@ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ē@ Œ@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Œ@ Β@ @ @ f@ œ@ Г@ @ @ @ 4@ L@ M@                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  M@ N@ _@ @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ B@ ѕ@ ҕ@ @ @ *@ +@ @ @ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd̹0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B@ ѕ@ ҕ@ @ @ )@ *@ +@ I@ @ @ ږ@ @ @ @ 0@ b@ c@ m@ w@ x@ @ @ ͗@ @ @ @ @ @ @ .@ /@ R@ T@ d@ e@ u@ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $@ %@ 0@ c@ m@ w@                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  w@ x@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x@ @ ͗@ ߗ@ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  @ @                                        kdڻ0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ B@ C@ R@ c@ @ @ @ @ @ ə@ @ @ .@ /@ S@                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  S@ T@ e@ @ @ g@ @ @ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd.0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u@ v@ @ @ @ @ @ @ ֚@ @ 1@ f@ @ @ ƛ@ @ @ @ @ @ 9@ @ ʜ@ ˜@ ̜@ ݜ@ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j0 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  @ @ @ @ @ @ @ @ ̜@ ޜ@ ߜ@ @ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdm0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݜ@ ߜ@ @ &@ '@ 1@ ;@ <@ a@ b@ @ @ @ @ @ @ !@ ^@ z@ @ @ @ @ @ @ @ @ @ @ @  @ !@ ,@ `@ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !@ @ '@ 1@ ;@                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ;@ <@                                        kd'0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <@ b@ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @ @                                        kd{0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ 	@ 
@ *@ +@ z@ {@ @ @ @                                                                                                 Y                              kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
@ @ @ @ @ ,@ @ @ @ @ @ @             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `@ a@ l@ m@ }@ ~@ @ @ @ @ @ @ @ @ 9@ K@ @ ,@ b@ d@ y@ {@ @ @ @ @ @ @ o@ @ @ *@ @  @ @ @ ²@ @ M@ t@ ۴@ ܴ@ @ @ @ @ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j0 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jC0 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -@ @ @ @ C@ D@ @ @ 8@ 9@ K@ @ @ @ @ .@ {@ @ @ @ @ o@ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  @ *@ +@ 0@ 8@ =@             f                                                                                                                                                                      kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  =@ >@ C@ K@ W@ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W@ X@ ]@ d@ i@ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i@ j@ o@ v@ @ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kdb0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ Ű@ ʰ@ o            f            f            f                                                                                                                                                	  $If   gd_    kd>0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ʰ@ ˰@ Ӱ@ ڰ@ @ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ @ @ @ x@ y@ 6@ 7@ @ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ 	@ 
@ @ @ @ @ @ @ @ @ \@ @ @ @ @ @ @ @ @ @ @ @ @ $@ .@ /@ ;@ \@ ]@ @ @ @ @ @ i@ k@ {@ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %@ @ @ @ ϶@ ж@ f@ g@ @ z@ {@ @ @ պ@ _@ `@ @ @ @ Ͽ@ п@ @ @ @ @ %@ 6@                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  6@ G@ X@ i@ z@ {@ @ @ @ @ @ @ @ @ @ @ +@ ,@ @ @ @ @ @ h@ i@ @ @ #@ S@                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  S@ T@ @ @ \@ ]@ @ @ @ @ @ @ @ @ @ $@ .@                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  .@ /@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /@ ]@ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @ @                                        kdW0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ @ 6@ t@ @ @ @ @ @ i@ j@                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
j@ k@ |@ @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {@ |@ @ @ @ @ @ @ @ @ @ *@ +@ 5@ ?@ @@ L@ m@ n@ @ @ @ @ @ *@ @ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 @ @ @ @ @ @ @ @ +@ 5@ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kde0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5@ ?@                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ?@ @@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @@ n@ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  @ @                                        kds0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ @ ?@ @ @ )@ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  @ @ @ @ @ @ @ @ @ @ @ @ 
@ @ !@ "@ .@ O@ P@ w@ x@ y@ }@ @ @ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    @ @ @ @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ @ 
@ @ !@ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !@ "@                                        kd;0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "@ P@ v@ w@ x@ y@ {@ |@                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  |@ }@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }@ @ @ @ @ #@ c@ @ 
@ v@ @ @                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  @ v@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ (@ 2@ 3@ ?@ `@ a@ @ @ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    @ @ @ @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ @ @ @ @ (@ 2@ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2@ 3@                                        kdW0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3@ a@ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  @ @ @ @ @ 
@ @ @ $@ +@ ,@ -@ .@ C@ u@ v@ @ @ @ @ @ @ @ @ @ @ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ 
@ 8@ w@ @ @ @ @ 
@                                                                                                                         f                           kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  
@ @ ,@ -@ .@ 8@ C@ v@ @ @                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	@ @                                        kds0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  @ @ @ @ }@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ @ >@ ?@ I@ S@ T@ `@ |@ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ 1@ =@ d@ @ @ @ @ 5@ ~@ @                                                                                                                         f                           kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  @ @ @ @ @ @ @ @ @ ?@                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	?@ I@ S@                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  S@ T@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T@ }@ ~@ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  |@ }@ ~@ @ @ @ @ @ @ @ @ @ @ @  @ !@ "@ #@ $@ %@ 1@ 5@ U@ ;@ N@ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ @ @ +@ @ @ @  @                                                                                     s                                                                                              kd70 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 @ !@ "@ #@ $@ %@ U@ @ @ ;@ }@ @ @ 3@ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
N@ }@ @ @ @ @ @ 2@ F@ @ @ @ @ @ @  @ *@ 4@ 5@ M@ W@ X@ Y@ \@ ]@ |@ }@ @ @ @ @ @ @ @ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !3@ @ @ @ @ @  @ *@ 4@                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  4@ 5@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5@ ]@ }@ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ W@ j@ @ @ @ @ @ @ @                                                             f                                    [            [                     
  $If   gd_ K$  kdS0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
@ W@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ (@ 2@ 3@ 4@ 6@ 7@ 8@ Z@ [@ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @ @ @ 
@ @ @                                     R            I                                                                     	  $If   gd_ Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
0 $If   K$L$l 0                                     
t                              4   4 
l a   @ @ 8@ [@ n@ @ @ @ @ @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[@ @ @ @ @ @ 1@ 2@ 3@ 4@ D@ E@ v@ |@ }@ @ @ @ @ @ @ @ @ @ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ @ 2@ 3@ 4@ E@ v@ }@ @                                                             f                                    [            [                     
  $If   gd_ K$  kd50 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
@ @ @ @ @ @ @                                     R                                                                                              Q  kd|0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   @ @ @ @ @ @                                     R            I                                                                     	  $If   gd_ Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	0 $If   K$L$l 0                                     
t                              4   4 
l a   @ @ @ @  @ %@ 8@ K@ L@ M@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ @ @ @ @ @ @ @ @  @ J@ K@ N@ W@ H@ I@ @ @ /@ 0@ 1@ 2@ B@ C@ D@ @ @ @  @ @ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M@ N@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N@ W@ @ 6@ I@ /@ 0@ 1@ 2@ C@  @                                                                                     Y                                          kd10 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 @ @ @ @ @ .@ C@ U@ o@ @ @ @ @ @ @ @ @ +@                                                                                                                                                                                                                      	  $If   gd_  S  kd0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ "@ +@ 7@ @  @ 7@ 8@ 9@ :@ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  +@ E@ U@ o@ @ @ @                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd}0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @ @ @ @ @ @ @  @ !@ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !@ "@                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "@ +@ @ @ 8@ 9@ :@ K@ @ @ @                                                             f                                    [            [                     
  $If   gd_ K$  kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
:@ J@ K@ i@ q@ @ @ @ @ @ @ @  @ !@ 9@ C@ D@ E@ G@ H@ I@ V@ `@ a@ @ @ @ @ ?@ @ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 @ @ @ @ @ @ @ @ .@ H@ b@ j@ @ @ @ @ @ @                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd0 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   @ @ @ @  @                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdi0 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   @ !@ I@ a@ t@ @ @ @ @ @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ ?@ \@ @ @ @ @ @ @ @ @                                                                                                 f                                                   kd	0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  @ @ @ @ @ @ @ @ @ @ 
@ @ @ @ @ @ @ 2@ 3@ @ @ @ @ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @ @ @ 3@ X@ k@ ~@ @ @ @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ @                                        kd}0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ G@ o@ @ @ @ @ @ @ @                                                                                                 Y                              kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@ F@ H@ @ @ @ @ @ @ @ @ @ @  @ @ @ #@ $@ %@ '@ (@ )@ *@ @ @ @ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  @  @ @ )@ *@ O@ b@ u@ @ @ @ @             s                                                                                                                                                                 kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @                                        kdE0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ |@ @ @ 0@ @ @ @ @ 5@                                                                                     Y                                          kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@ @ {@ 0@ @ @ @ @ @ @ 5@ 6@ <@ =@ E@ G@ @ @ @ @ @ @ %@ &@ '@ ?@ I@ J@ K@ M@ N@ O@ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 5@ 6@ =@ F@ G@ O@ d@ y@ @ @ @ @ @ @ @  @ 5@                                                                                                                                                                                                         	  $If   gd_  S  kdS0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5@ G@ a@ {@ @ @ @ @ @                                                                                                                                                                                                                                                 	  $If   gd_  S  kd0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @ @ @ &@ |            s            s                                                                                                                                                                                           	  $If   gd_   kdw0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &@ '@ O@ P@ c@ v@ @ @ @ @ @ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd10 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
O@ P@ b@ c@ @ @ @ @ t@ d@ e@ f@ v@ w@ @ @ @ @ '@ [@ ]@ c@ d@ l@ n@ g@ i@ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  @ @                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ t@ @ @ $@ @ d@ e@ f@ w@                                                                                                 f                                                        kdM0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
w@ @ ]@ d@ m@ n@ v@ @ @ @ @ @ @ @ &@                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd0 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  &@ @@ Q@ k@ s@ @ @ @ @ @ @ 	@ #@ =@ N@ h@ i@                                                                                                                                                                                                                            S  kd0 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i@ j@ k@ @ @ @ @ @ @ @ @ @             s                                                                                                                                                                 kd+ 1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i@ j@ k@ @ @ @ @ @ @ @ @ @ @ @ @ @ @  A  A  A A A A A A A yA zA cA xA zA {A Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ @ @                                        kd 1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @  A A {A A A TA A A zA $A zA {A A A A 'A WA A A A A ;A oA                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  {A A A A A A ?A RA VA nA oA pA A A A A A A A %	A '	A (	A )	A ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   oA pA A A A A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd91 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A A A A A /A IA cA tA A A A A A A A A                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1 $If   K$L$l 0                     x                
t                                4   4 
l a   A 0A EA WA qA A A A A A A 	A &	A '	A (	A                                                                                                                                                                                                                   	  $If   gd_  S  kd1 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  (	A )	A Q	A R	A e	A x	A 	A 	A 	A 	A 	A |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
)	A A	A K	A L	A P	A Q	A R	A d	A e	A 	A 	A 	A 	A {
A 
A tA A A ;A PA ,
A A
A 
A 
A `A uA vA wA ~A A ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	A 	A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	A 	A {
A uA A SA `A A D
A 
A wA ~A A A A !A 8A WA vA A A                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  A A A A <A OA [A nA zA A A A A A A A A A A A A A A eA gA hA iA A A A A ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  A A A A A A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd31 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A 'A 9A KA ]A oA A A A A A A A A +A BA CA                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1 $If   K$L$l 0                                     
t                                4   4 
l a   CA KA ]A oA A A A A A A  A A (A >A OA fA gA                                                                                                                                                                                                                            S  kd1 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  gA hA iA A A A A A A A A A             s                                                                                                                                                                 kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A A A A A A A A A A BA A 
A A A 'A A A A A A A A OA A wA A A A A "A .A AA A 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A (A A A +A JA A A A A 2A QA yA A A A A A                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  A A A *A IA A A A A A A A                                                                                                             f                                       kd
1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  A A A A A A A A A A A A ZA [A \A A A A A A A A  A  A  A  A ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  A [A \A A A A A A             s                                                                                                                                                                                     kd
1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A  A ( A ) A K A m A  A  A  A                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   A  A  A !A 0!A |            s            s            s                                                                                                                                                                          	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        A  A  A /!A 0!A 1!A 2!A 3!A ?!A C!A G!A N!A m!A S#A f#A #A #A #A #A $A $A J$A ^$A $A $A o'A {'A 'A 'A (A (A 8(A K(A ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  0!A 1!A 2!A 3!A m!A #A #A S#A #A #A $A K$A $A |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd
1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $A $A $A B%A %A %A &A &A n'A o'A 'A (A (A 8(A z(A (A (A 0)A )A )A )A )A )A *A '*A 1*A                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  K(A z(A (A (A (A (A (A /)A C)A ~)A )A )A )A )A *A *A '*A 1*A 2*A J*A T*A U*A Y*A Z*A [*A m*A n*A *A *A *A *A *A *A *A *A *A  ,A !,A ",A 2,A 3,A õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (1*A 2*A                                        kd[1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2*A Z*A [*A n*A *A *A *A *A *A                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  *A *A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *A *A *A +A V+A +A +A +A +A !,A ",A 3,A                                                                                                             f                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  3,A 4,A 5,A ],A ^,A q,A ,A ,A ,A ,A ,A             s                                                                                                                                                                      kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
3,A 4,A 5,A M,A W,A X,A \,A ],A ^,A p,A q,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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %,A ,A                                        kdw1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,A ,A ,A ,A |-A }-A -A -A                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  -A -A -A -A -A -A -A .A .A .A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.A 	.A                                        kd?1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .A 	.A .A S.A T.A .A .A .A .A .A .A .A /A 
/A /A /A /A /A &/A '/A 9/A :/A _/A `/A d/A m/A /A /A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %	.A .A 0.A T.A .A .A .A .A                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  .A .A /A /A '/A :/A M/A `/A b/A c/A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c/A d/A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d/A m/A /A 0A 0A 0A 0A 0A                                                 f                                                                                                                       kd[1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  0A 0A 0A 0A s1A t1A 1A 1A 1A 2A 2A 2A <3A |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0A 0A 0A r1A s1A t1A 1A 1A 1A 1A '2A 2A 2A 
3A <3A O3A r3A 3A 3A 3A 3A 3A 3A 3A 3A 4A 14A D4A r4A s4A 4A 4A ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  <3A s3A 3A 3A 14A s4A 4A 4A N5A 5A 5A 5A 5A 5A 5A 5A 6A                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  4A 4A 4A 5A M5A a5A 5A 5A 5A 5A 5A 5A 5A 6A 6A 6A $6A %6A )6A *6A +6A 36A P6A b6A c6A 6A 6A 6A 6A 6A 6A շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\6A 6A                                        kd1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6A *6A +6A P6A c6A v6A 6A 6A 6A                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  6A 6A                                        kd#1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6A 6A 7A K7A ]7A 7A 7A 7A 8A 8A  8A M8A                                                                                                 f                                                   kdw1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  6A 7A 7A 7A 7A 7A 7A 7A 7A 
8A 8A 8A 8A  8A #8A 88A A8A K8A M8A S8A T8A [8A ]8A r8A s8A 8A 8A 8A 8A ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ M8A T8A \8A ]8A s8A 8A 8A 8A                                                             R            I                                   	  $If   gd_ Q  kd1 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd11 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 8A 8A 8A 8A 8A 8A 8A 8A 8A 8A 9A |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdK1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8A 8A 8A 8A 8A 8A 8A 8A 8A 8A 8A 8A 8A 9A 9A 9A .9A 9A Z:A d:A e:A :A :A :A :A :A :A :A :A :A ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9A 9A                                        kd 1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9A 9A 9A 9A 9A 9A :A ":A Z:A e:A :A :A :A :A :A :A                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  :A :A :A 	;A 
;A 
;A ;A >;A D;A E;A L;A N;A W;A };A ~;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A ;A <A 
<A <A пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  :A :A 
;A >;A E;A M;A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY!1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M;A N;A ~;A ;A ;A ;A                                     R            I                                                                     	  $If   gd_ Q  kd"1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd"1 $If   K$L$l 0                                     
t                              4   4 
l a   ;A ;A ;A ;A ;A ;A ;A 
<A <A <A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-#1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<A <A                                        kd#1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               <A <A <A <A <A <A 8=A C=A b=A =A =A =A =A =A                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
<A <A <A *<A <A 8=A B=A C=A a=A b=A u=A =A =A =A =A =A =A =A =A =A =A =A =A =A =A =A =A >A >A >A زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 =A =A =A >A |            s            s                                                                                                                                                                                           	  $If   gd_   kd;%1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >A >A >A ->A 7>A 8>A <>A =>A >>A P>A Q>A c>A d>A >A >A >A >A >A >A ?A ?A ?A ?A ?A f@A p@A q@A @A @A ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    >A >A =>A >>A Q>A d>A w>A >A >A >A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>A >A                                        kd&1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >A >A ?A C?A ?A ?A @A +@A f@A q@A @A @A @A @A                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
@A @A @A @A @A @A @A @A @A @A @A AA AA AA (AA 1AA ;AA <AA =AA >AA ?AA @AA gAA 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  @A @A AA =AA |            s            s                                                                                                                                                                                           	  $If   gd_   kd(1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =AA >AA ?AA @AA gAA hAA AA ZBA BA BA BA 2CA mCA nCA |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd(1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
gAA tAA xAA AA ZBA BA BA BA BA 2CA nCA zCA ~CA CA DA DA DA DA DA DA EA {EA EA EA EA EA GA GA GA GA  HA HA HA IA 
IA IA IA @IA ~JA JA JA JA JA JA 7LA eLA fLA LA LA 2MA MA MA NA ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4nCA CA DA DA DA DA DA EA {EA EA EA EA GA GA GA  HA HA IA 
IA @IA IA IA *JA ?JA [JA kJA ~JA JA JA JA                                                                                                                                                                                                                                                                                                                                                                   gd_  JA 7LA fLA LA LA 2MA MA MA NA ^NA NA NA NA OA OA OA *OA =OA AOA                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  NA NA NA NA NA OA OA OA =OA @OA AOA HOA IOA OA OA OA OA OA 
PA nPA PA PA !QA "QA ~QA QA QA QA RA RA 8RA eRA fRA kRA RA SA FTA Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $AOA BOA COA DOA EOA FOA GOA HOA IOA M            H            H            H            H            H            H            H                   gd_   kdw)1 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   IOA ]OA dOA iOA yOA zOA OA OA                                                 _            V            V                                                             	 $If   gd_    kd*1 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  OA OA OA OA                                                                                                                                                                                                                                                          	 $If   gd_  o  kd*1 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  OA OA OA OA OA OA OA OA                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd+1 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  OA OA OA 
PA PA 2            )            )            )                      	 $If   gd_    kd$,1 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     PA hPA iPA nPA PA PA PA             [                                                                                                                                           kdQ-1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  PA PA PA "QA &QA xQA d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd.1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  xQA yQA ~QA QA QA QA d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd.1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  QA QA QA RA RA 2RA d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  2RA 3RA 8RA fRA kRA RA d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdu01 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  RA RA RA RA RA RA RA d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd>11 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  RA RA SA SA n            e            e                                                                                                                                                               	 $If   gd_    kd21 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           SA SA SA SA                                                                                                                                                                                                                                                	 $If   gd_  t  kd21 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  SA SA SA +SA 0SA 8SA ?SA FSA RSA                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdy31 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  RSA SSA                                             kd41 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          SSA ^SA bSA iSA pSA qSA rSA sSA                                                             A                                  kdo51 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  sSA tSA uSA vSA wSA xSA ySA zSA                                                 A                                              kdN61 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  zSA {SA |SA }SA ~SA SA SA                                     A            <            7                  gd_    gd_    kd-71 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  SA GTA HTA aTA bTA {TA TA TA TA TA                                                                                                                                                                                                                                                   E  kd81 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	FTA GTA HTA NTA OTA aTA bTA TA TA TA TA TA TA TA TA TA TA TA TA TA TA UA UA ,UA -UA DUA EUA FUA JUA KUA hUA iUA jUA vUA wUA UA QVA WA WA XA XA XA XA 춥x                          /j>=1 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *TA TA TA TA TA TA TA                                     a                                                                                                                             E  kd81 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdk81 $$If   l 0 
" R                                                           4 
l a   TA TA TA TA TA TA TA                                     a                                                                                                                             E  kd91 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd)91 $$If   l 0 
" R                                                           4 
l a   TA TA TA TA TA TA UA                                     a                                                                                                                             E  kdF:1 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd91 $$If   l 0 
" R                                                           4 
l a   UA UA UA ,UA -UA 7UA DUA                                     a                                                                                                                             E  kd;1 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd:1 $$If   l 0 
" R                                                           4 
l a   DUA EUA FUA GUA HUA IUA JUA                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdc;1 $$If   l 0 
" R                                                           4 
l a   JUA KUA XUA YUA gUA hUA l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd;1 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   hUA iUA jUA wUA UA PVA QVA CWA DWA XA XA l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd<1 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
XA XA XA YA YA YA YA +YA ,YA 0YA 1YA 3YA [YA \YA YA YA YA YA 	ZA ZA ZA ZA ^ZA `ZA rZA sZA ZA ZA ZA ZA ZA ZA ZA ZA ZA h^A i^A u^A aA aA aA aA bA bA ubA vbA bA bA bA ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j=1 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0XA 3YA <YA \YA YA YA 
ZA ZA ZA _ZA                                                                                                                                                                                                                                                       S  kd>1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	_ZA `ZA sZA ZA ZA ZA ZA                                     N                                                                                       S  kd0?1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd>1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ZA ZA ZA ZA 1[A [A \A \A r]A s]A h^A i^A u^A ^A S_A _A *`A `A `A                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd?1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   `A `A aA bA ubA vbA bA bA bA bA LdA MdA ^dA |eA eA fA )fA BfA ^fA xfA yfA gA gA "iA #iA iA iA iA                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  bA bA ]cA ^cA ncA vcA KdA MdA ^dA {eA |eA eA cgA gA gA !iA #iA BiA iA iA iA iA iA EjA FjA [jA \jA jA jA jA mA mA mA mA mA mA mA mA mA nA ۵۵۵ۭۜۋzrgrrr       j8A1 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'iA iA iA iA iA FjA \jA jA                                     j                                                                                                                                           kdT@1 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  jA jA jA jA jA -kA kA kA kA lA OlA s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd@1 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
OlA lA nmA omA mA nA nA \nA ]nA oA oA ZpA [pA qA qA rA rA NsA OsA isA zsA *tA tA +vA ,vA vA vA                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  nA nA 	nA 
nA nA nA \nA ]nA  oA YpA rA rA )sA *sA 5sA 6sA FsA GsA KsA LsA MsA NsA OsA XsA isA zsA sA tA 
uA -uA +vA vA xA xA ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jB1 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjA1 h_ U !vA xA xA xA 1xA 2xA FxA                                                 e                                                                                                                        F  kdB1 $$If   l   l '{6    4   4 
l a] p
        F  kdmB1 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  xA xA HxA lxA mxA pxA qxA wxA xxA xA xA xA xA xA xA xA xA 
yA yA 'yA (yA IyA JyA ayA byA xyA yyA yA yA yA yA yA yA yA {A {A {A |A @|A Y|A |A |A |A "}A 4}A ~A ~A T~A }~A ~A ~A A ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3FxA GxA HxA QxA _xA lxA mxA                                                             5            v  kdC1 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdSC1 $$If   l   l '{6    4   4 
l a] p
         mxA nxA oxA pxA qxA uxA vxA wxA                                     t                                                                                                                                                             v  kdkD1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  wxA xxA xA xA xA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         xA xA xA xA xA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         xA xA xA xA xA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdlF1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         xA xA xA xA xA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         xA xA yA yA 
yA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
yA yA  yA "yA 'yA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdmH1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'yA (yA ByA DyA IyA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         IyA JyA YyA [yA ayA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ayA byA pyA ryA xyA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnJ1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         xyA yyA yA yA yA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdK1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         yA yA yA yA yA                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdK1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         yA yA yA yA yA {A {A {A {A |A @|A Z|A |A |A |A                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdoL1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |A |A }A 5}A i}A |}A }A }A ~A  ~A T~A n~A ~~A ~A ~A A A A A *A 3A 4A JA pA A A A A ߀A A                                                                                                                                                                                                                                                                                                                                                                   gd_  A A A (A )A *A JA `A A A ƀA ހA A A >A _A pA A ЁA A dA yA A A A A A A A A A A пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  A A A A  A >A nA oA pA A A ЁA A A A cA dA nA yA A A A                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  A A                                     kdM1 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A A A A A 2A HA ^A `A wA                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	A A 1A 2A GA HA ]A ^A xA A A A "A #A BA CA DA EA kA lA qA zA A A A A ɅA ʅA ˅A ̅A A Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ wA xA                                     kdqN1 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               xA A A A A A ݃A A A A A A A #A                                                                                                                                     q                            kdO1 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
#A CA DA EA lA mA nA oA pA             q            l                                                                                                                                                       gd_    kdP1 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  pA qA                                     kdBQ1 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               qA zA A A A A ˄A A A A %A >A SA hA A A A                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  A A A ʅA z            q            q                                                                                                                                                                                       	  $If   gd_    kdR1 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ʅA ˅A ̅A A A A A A z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdVS1 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       A A A A A A A A A A A A A A A A GA SA oA {A A A A A 
A A *A +A .A 8A NA A ڈA ۈA A ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "A A                                     kdT1 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A A  A !A 5A 6A XA tA uA A A A A                                                                                                             q                                                         kdjU1 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  A A A A A A A A z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd'V1 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       A A                                     kdV1 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A A BA CA A A A A +A                                                             q                                                                                                                             kd;X1 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  +A ,A -A .A NA ۈA A %A &A 0A ;A z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdX1 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
A A &A ;A mA nA xA A A A A щA A A A $A A A A A A A A DA EA FA eA fA gA hA iA lA uA ьA A A ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #;A nA xA A                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  A A                                        kdY1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A щA A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  A A                                        kd[1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A $A A A A A 	A ZA A A A A EA                                                                                                 s                                                                        kdk\1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  EA FA gA hA iA jA kA |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd%]1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kA lA                                        kd]1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lA uA ЌA ьA A A                         s                                                                                                                                                                                   kd3_1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A A A A A A A *A 5A A A ϐA A .A A A A -A A A A ;A A ٓA 5A TA nA A A A A A A 7A A A A A A >A A ̙A *A IA ~A A о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -A A A A A A 5A ՍA ֍A A "A ,A 7A AA |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd_1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
AA BA A A юA A A A QA A ̏A ͏A A A ϐA A A A -A                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  -A .A 9A >A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >A ?A IA NA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NA OA ZA _A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdea1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _A `A jA oA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oA pA qA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#b1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A ɑA ΑA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΑA ϑA ڑA ߑA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@c1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߑA A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A A ,A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,A -A 8A =A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]d1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =A >A HA MA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MA NA YA ^A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^A _A iA nA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdze1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nA oA pA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8f1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A ̒A ђA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ђA ҒA ݒA A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUg1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A *A :A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdg1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :A ;A FA KA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KA LA VA [A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrh1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [A \A gA lA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lA mA wA |A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0i1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |A }A ~A A ȓA ؓA                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؓA ٓA A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMj1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A 
A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A 5A CA SA                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjk1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SA TA _A dA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dA eA oA tA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(l1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tA uA A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A LA nA |A A                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdEm1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbn1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A ɕA ΕA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΕA ϕA ЕA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd o1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A !A &A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &A 'A 1A 6A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6A 7A BA GA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=p1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GA HA RA WA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WA XA YA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZq1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A ŖA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŖA ƖA іA ֖A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֖A זA A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwr1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A &A 6A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6A 7A BA GA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5s1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GA HA RA WA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WA XA cA hA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hA iA sA xA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRt1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xA yA zA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A ʗA ϗA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϗA ЗA ڗA ߗA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdou1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߗA A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A  A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-v1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    A A A nA oA A A A                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdv1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A ȘA ͘A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͘A ΘA ؘA ݘA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJw1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݘA ޘA A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A  A A -A =A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgx1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =A >A IA NA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NA OA YA ^A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%y1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^A _A jA oA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oA pA zA A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A A ˙A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBz1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˙A ̙A יA ܙA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܙA ݙA A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd {1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_{1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A 
A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
A A A *A 8A HA                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HA IA TA YA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd||1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YA ZA dA iA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iA jA uA zA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:}1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zA {A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A КA A A A oA pA }A ~A A A 'A                                                                                                                                                                                        gd_  z  kd}1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A (A \A mA nA oA A A A A ˜A ̜A A A A "A #A 4A 5A OA XA +A -A =A >A NA Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  'A (A \A nA oA yA A A A ˜A                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	˜A ̜A                                        kdW~1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̜A A #A 5A 7A NA                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  NA OA                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OA XA A A ͝A ΝA A {A A ֞A A A A A ,A                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ,A -A >A A A A ڟA 	A |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       NA OA iA jA kA ~A A A A 	A 
A /A 0A _A `A cA lA A A A A A A A ȢA A ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j1 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  	A 
A 0A _A `A aA bA |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd>1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bA cA                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cA lA A A A cA nA A A A ҡA A A                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  A A A A |            s            s                                                                                                                                                                                           	  $If   gd_   kdL1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A A A A oA pA A A ȣA ɣA A A |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A oA pA A A ǣA ȣA ɣA A -A BA xA A A A ΤA  A A A A A ;A <A kA A A A A QA TA ̧A ͧA A A A A A ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $A äA ΤA A A A                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A <A kA }A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A A 9A :A A &A FA gA A A ̧A ͧA A                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  A A A TA A A CA A |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdh1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A .A /A 0A CA DA SA tA A ϨA A !A BA dA A A A A A שA 6A hA iA jA {A ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j"1 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  A A A A A A 5A 6A jA |A }A A |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {A }A A ĪA ŪA ϪA ٪A ڪA A  A (A 9A :A =A FA A A A A 0A 1A 9A ;A KA LA A A A A A A A ʬA A ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !A A ŪA ϪA ٪A                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ٪A ڪA                                        kda1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڪA  A (A :A ;A <A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  <A =A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =A FA A A ȫA ɫA A A :A ;A LA                                                                                                 Y                              kd	1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
LA A A A A ʬA `A A A A QA ^A             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdÍ1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A A 
A A A A  A !A `A A QA ^A A A ׶A A A ʺA  A A A A A A A A &A (A 
A "A A ȽA A A ,A 0A `A A A A yA zA A A A A ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j1 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j}1 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -^A A A A A A A A ֶA ׶A A OA PA A A ̺A A A A 'A (A 
A "A A A A A                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  A ȽA ɽA νA ֽA ۽A             f                                                                                                                                                                      kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ۽A ܽA A A A o            f            f            f                                                                                                                                                	  $If   gd_    kdR1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A A A A A o            f            f            f                                                                                                                                                	  $If   gd_    kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A A 
A A  A o            f            f            f                                                                                                                                                	  $If   gd_    kd.1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  A !A )A 1A 6A o            f            f            f                                                                                                                                                	  $If   gd_    kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6A 7A ?A GA SA o            f            f            f                                                                                                                                                	  $If   gd_    kd
1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at SA TA \A cA hA o            f            f            f                                                                                                                                                	  $If   gd_    kdx1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at hA iA qA xA A o            f            f            f                                                                                                                                                	  $If   gd_    kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A A A A (A )A A A A A A A .A o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdT1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A A A .A :A A 'A nA yA pA A A "A 2A >A ?A KA OA kA oA pA A A A A A A A A A ,A -A .A 2A ;A A 	A A ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %.A :A A A mA nA A A WA A A !A "A sA A A A A 'A mA nA A A A A A A                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  A A A A A A ,A ?A VA mA nA yA A A GA HA A A A A pA A A A A fA A A A                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  A A ;A A A A "A 2A ?A kA oA pA zA A A A A                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  A A                                        kd=1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A -A .A 0A 1A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  1A 2A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2A ;A zA A A A A :A EA ~A A A A A                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
A 	A A QA |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A PA QA RA TA `A dA A A A A A A A A A A A 1A 2A 3A 7A @A A 0A ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 QA RA SA TA A A A A A A |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  A A                                        kdY1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A 1A 2A 3A 5A 6A                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  6A 7A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7A @A A A A A A AA A 0A @A AA                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  0A @A BA RA SA YA `A aA bA cA xA A A A A A A A A A A A A $A A ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    AA BA SA aA |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aA bA cA mA xA A A A |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A                                        kdu1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  A A                                        kdɜ1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A $A cA oA A A A %A A A $A %A                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  A A $A &A 6A 7A =A DA EA FA GA HA TA XA sA tA A A A A A A A A A 'A (A ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    %A &A 7A EA |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       EA FA GA HA tA ~A A A A A |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdמ1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A &A 'A (A )A +A ,A                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  (A )A -A 6A A A A A A A A A A A A A A (A )A 5A VA WA aA A A A îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ,A -A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -A 6A uA A A A A 5A mA A A A                                                                                                                         f                           kd91 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  A A A A A A A A A (A                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	(A )A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )A WA A A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  A A A A A A A -A .A 4A ;A <A =A >A xA A A A A A A A A A A A п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A 0A PA A A A A A                                                                                                                         f                           kdU1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  A .A <A =A >A xA A A A A                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  A A                                        kdɧ1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A A 6A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  A A A A 7A @A AA BA CA yA zA {A A A A A A A A A A A A A A ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 6A 7A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7A @A BA CA TA A A zA {A A A                                                                                     s                                                                                              kdq1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
A A A A A A A A A A A RA A A |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd+1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
A A .A QA eA A A A A A 3A uA vA A A A A A A A A A A A A A A -A .A fA gA A A A õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !A  A uA vA A A A A A                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A .A AA TA gA iA A                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  A A                                        kd91 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A 5A 6A 7A HA uA |A A                                                             f                                    [            [                     
  $If   gd_ K$  kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
A A 5A 6A 7A GA HA KA `A iA sA uA {A |A A A A A A A A A A A A A A A A A A ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ A A A A A A                                     R            I                                                                     	  $If   gd_ Q  kdԯ1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG1 $If   K$L$l 0                                     
t                              4   4 
l a   A A A A A A 2A EA FA GA |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A DA EA HA QA tA A A A A A A A A A #A %A :A ;A JA LA RA SA TA ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J GA HA                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HA QA tA A A A A A A A $A                                                             f                                    [            [                     
  $If   gd_ K$  kdo1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
$A %A ;A KA LA MA NA                                     R                                                                                              Q  kd1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)1 $If   K$L$l 0                                     
t                              4   4 
l a   NA OA PA QA RA SA                                     R            I                                                                     	  $If   gd_ Q  kdд1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdC1 $If   K$L$l 0                                     
t                              4   4 
l a   SA TA |A A A A A A A A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	TA lA vA wA xA zA {A |A A A A A A A A A A A A A A A A A A NA WA nA A A ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A 2A A A A A A A A A                                                                                     Y                                          kdk1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
A A A A A A A A 
A 'A 7A QA kA sA A A A A                                                                                                                                                                                                                      	  $If   gd_  S  kd%1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ A A A A 'A (A )A *A BA LA MA NA PA QA RA qA rA A A A A A 4A A A A A A ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  A A A 
A 'A (A )A                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )A *A RA rA A A A A A |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdI1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A 4A bA A A A A 3A :A CA                                                             f                                    [            [                     
  $If   gd_ K$  kdW1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
A A A A A 3A 9A :A BA DA A A A A A A A A A A A A A A JA KA NA WA A A ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 CA DA LA aA vA A A A A A  A A A 2A DA ^A xA A                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   A A A A A                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd1 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  A A A A A %A 8A KA LA MA |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd51 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	MA NA                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NA WA A A AA A (A )A *A +A <A A                                                                                                 f                                                   kdC1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  A &A )A *A +A ;A <A A A A A A A A A A A A A .A /A 2A ;A þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ A A A A A 	A A /A 0A 1A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1A 2A                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2A ;A A 
 B P B  B 7B 8B 9B :B KB                                                                                                 Y                              kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
;A A A O B P B  B 7B 8B 9B :B JB KB B B B B B B B B B B B 8B 9B <B νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  KB B B B B B  B B &B 9B :B ;B             s                                                                                                                                                                 kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ;B <B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <B EB B AB B B mB nB oB B B                                                                                     Y                                          kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
<B EB B B kB mB nB oB B B B B B B B B \B ^B _B `B pB qB B B B B B B B B B B ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 B B B B B B B B )B CB ]B mB B B B B B                                                                                                                                                                                                         	  $If   gd_  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B B B B )B CB ]B ^B _B                                                                                                                                                                                                                                                 	  $If   gd_  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _B `B qB B |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B 'B :B MB NB OB |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk1 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
B B  B B LB MB PB YB B 
B 
B 
B 
B 
B !
B &
B ;
B 
B 
B 
B 
B B B 
B B 
B 
B ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  OB PB                                        kd31 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PB YB B rB B B U	B 
B 
B 
B 
B                                                                                                 f                                                        kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  

B 
B 
B B B B B )B >B SB eB B B B B                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdA1 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  B B B 	B B &B ;B PB bB |B B B B B B 
B 
B                                                                                                                                                                                                                            S  kd1 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
B 
B 	
B 1
B 2
B E
B X
B k
B ~
B 
B 
B 
B             s                                                                                                                                                                 kde1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
B 
B 	
B !
B +
B ,
B -
B /
B 0
B 1
B 2
B D
B E
B 
B 
B 
B 
B aB B B B B kB lB QB fB B B B B B B Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
B 
B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
B 
B aB B B lB B B hB B B B B B  B _B B B B !B UB B B B 
B                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  B  B %B 8B <B TB B B B B 
B B B B cB iB jB rB tB B B B B ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   
B B B cB jB sB |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kds1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sB tB |B B B B B B B B ,B FB WB qB B B B B                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd-1 $If   K$L$l 0                     x                
t                                4   4 
l a   B B B B B )B :B TB nB B B B B B B                                                                                                                                                                                                                   	  $If   gd_  S  kd1 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B B B B B B )B <B OB PB QB |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdQ1 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
B B B B B B B B B NB OB RB [B B EB B cB xB B B B B FB [B B B B B B `B ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ QB RB                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RB [B B B {B B B kB B ^B B B \B {B B B B B B UB VB                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  `B sB B B B B B B B +B 3B LB TB UB VB WB gB hB B B B B B  B  B  B  B  B ) B * B . B ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  VB WB hB B B B |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdm1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B 
B $B ;B RB cB zB B B B B B B                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd'1 $If   K$L$l 0                                     
t                                4   4 
l a   B B B 
B B 1B HB _B vB B B B B B B  B  B                                                                                                                                                                                                                            S  kd1 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   B  B  B / B 0 B C B V B i B | B  B  B  B             s                                                                                                                                                                 kdK1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  . B / B 0 B B B C B  B  B  B  B !B !B v"B "B H#B #B #B '$B C$B %B '&B ~&B &B D'B 'B q(B )B l)B )B )+B +B +B +B +B +,B 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 ! B  B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                B  B !B v"B H#B #B D$B ~$B $B $B E%B c%B %B '&B &B 'B )B )B )B )B (+B )+B                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  )+B i+B +B +B +B ',B F,B e,B ,B ,B ,B ,B                                                                                                             f                                       kdY1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  +,B >,B J,B ],B i,B |,B ,B ,B ,B ,B ,B ,B ,B ,B ,B -B -B -B #-B $-B (-B 1-B N.B c.B d.B e.B ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ,B ,B ,B -B -B $-B &-B '-B             s                                                                                                                                                                                     kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  '-B (-B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (-B 1-B >-B `-B -B -B -B -B -B .B -.B O.B d.B                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  d.B e.B v.B .B .B |            s            s            s                                                                                                                                                                          	  $If   gd_   kd!1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e.B u.B v.B .B .B .B .B .B .B .B .B .B /B 0B 1B 31B F1B i1B }1B 1B 1B 1B 1B 72B K2B 
5B 5B 5B D5B 5B 5B 5B 5B ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  .B .B .B .B /B 0B 0B 0B 31B j1B 1B 1B 82B |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       82B 2B 2B 2B 3B 3B G4B H4B 5B 
5B D5B 5B 5B 5B 6B O6B 6B 6B 7B r7B s7B }7B 7B 7B 7B 7B                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5B 6B +6B N6B b6B 6B 6B 6B 6B 7B 07B r7B s7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 7B 8B 8B 8B 8B 18B 28B D8B E8B I8B R8B 8B 9B 9B 9B 9B 9B õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (7B 7B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7B 7B 7B 8B 8B 28B E8B G8B H8B                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  H8B I8B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I8B R8B 8B 8B 8B "9B @9B Z9B 9B 9B 9B 9B                                                                                                             f                                       kd=1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9B 9B 9B 9B 9B :B ":B 5:B H:B J:B K:B             s                                                                                                                                                                      kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
9B 9B 9B 9B 9B 9B 9B 9B 9B :B :B !:B ":B G:B H:B L:B U:B :B :B ;B ;B ;B +;B ,;B -;B .;B F;B P;B Q;B U;B V;B W;B i;B j;B |;B };B ;B ;B ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %K:B L:B                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L:B U:B s:B :B ;B ;B ,;B -;B                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  -;B .;B V;B W;B j;B };B ;B ;B ;B ;B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;B ;B                                        kdy1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;B ;B ;B ;B ;B t<B u<B v<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 P>B Q>B R>B S>B `>B 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %;B ;B ;B ;B u<B v<B <B <B                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  <B <B <B <B <B <B <B <B  =B =B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=B =B                                        kdA1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =B =B /=B =B ?>B @>B Q>B R>B                                                 f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  R>B S>B T>B >B ?B ?B 9?B :?B k?B c@B d@B @B @B |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdO1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `>B d>B >B ?B ?B ?B 9?B F?B J?B k?B ?B d@B @B @B @B @B AB $AB HAB IAB \AB nAB oAB AB AB AB AB AB BB BB $BB UBB ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  @B AB IAB AB AB BB VBB BB BB ACB BCB CCB MCB XCB CB CB CB                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  UBB iBB BB BB BB BB @CB BCB CCB XCB CB CB CB CB CB CB CB CB CB CB CB CB CB  DB DB &DB 'DB @DB IDB JDB YDB շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\CB CB                                        kd	1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               CB CB CB CB DB DB 'DB )DB ?DB                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ?DB @DB                                        kd]1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @DB IDB DB DB DB 3EB >EB jEB EB EB EB EB                                                                                                 f                                                   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  YDB DB 3EB >EB QEB aEB jEB qEB wEB EB EB EB EB EB EB EB EB EB EB EB EB EB EB FB FB  FB "FB #FB $FB ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ EB EB EB EB FB !FB "FB #FB                                                             R            I                                   	  $If   gd_ Q  kd1 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdk1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ #FB $FB LFB MFB `FB sFB FB FB FB FB FB |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$FB <FB FFB GFB KFB LFB MFB _FB `FB rFB sFB FB FB FB FB FB FB *GB GB HB HB !HB "HB =HB mHB vHB }HB HB HB HB ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ FB FB                                        kd?1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               FB FB +GB FGB wGB GB GB GB GB HB "HB >HB PHB vHB HB HB                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  HB HB HB HB HB HB HB HB HB HB HB HB HB IB IB 1IB 2IB 4IB 5IB 6IB NIB XIB YIB ]IB ^IB _IB qIB rIB IB IB IB IB IB пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  HB HB HB HB HB HB |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       HB HB IB 3IB 4IB 5IB                                     R            I                                                                     	  $If   gd_ Q  kd1 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdM1 $If   K$L$l 0                                     
t                              4   4 
l a   5IB 6IB ^IB _IB rIB IB IB IB IB IB |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	IB IB                                        kd!1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               IB IB 'JB OJB JB JB JB JB  KB +KB mKB qKB rKB sKB                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
IB IB IB IB &JB JB JB JB JB  KB KB "KB *KB +KB 2KB 8KB lKB mKB pKB qKB rKB sKB tKB KB KB KB KB KB KB KB زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 sKB tKB KB KB |            s            s                                                                                                                                                                                           	  $If   gd_   kdu1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KB KB KB KB KB KB KB KB KB KB KB LB LB 'LB (LB ,LB 5LB 6LB ELB LB LB RMB VMB MB NB NB NB -NB .NB ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    KB KB KB KB KB LB LB (LB *LB +LB |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+LB ,LB                                        kd1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ,LB 5LB LB LB SMB MB MB MB NB NB .NB YNB NB NB                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
.NB ANB PNB XNB YNB `NB fNB NB NB NB NB NB NB NB NB NB NB NB NB NB NB NB OB 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  NB NB NB NB |            s            s                                                                                                                                                                                           	  $If   gd_   kd=1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       NB NB NB NB OB OB AOB OB *PB +PB dPB PB QB QB |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
OB OB OB AOB OB *PB 7PB ;PB dPB PB QB QB QB >QB QB 'RB |RB }RB RB RB RB SB ISB USB YSB SB SUB UB UB UB UB oVB pVB VB VB VB VB VB XB DXB EXB [XB _XB XB YB ZB ZB =ZB ZB ZB )[B e[B [B ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4QB >QB QB &RB 'RB |RB }RB RB SB HSB ISB SB SUB UB UB UB pVB VB VB VB WB WB WB WB WB 	XB XB DXB EXB XB                                                                                                                                                                                                                                                                                                                                                                   gd_  XB YB ZB =ZB ZB ZB )[B e[B [B [B 3\B \B \B \B \B \B \B \B \B                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  [B 3\B 7\B \B \B \B \B \B \B \B \B \B \B 5]B 6]B 7]B 8]B t]B ]B ^B 9^B ^B ^B ^B _B G_B H_B l_B _B _B _B `B `B 	`B .`B 2aB aB Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $\B \B \B \B \B \B \B \B \B M            H            H            H            H            H            H            H                   gd_   kd1 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   \B \B ]B ]B ]B ]B ']B (]B                                                 _            V            V                                                             	 $If   gd_    kdO1 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  (]B )]B 5]B 6]B                                                                                                                                                                                                                                                          	 $If   gd_  o  kd$1 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  6]B 7]B 8]B C]B G]B Z]B b]B n]B                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd1 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  n]B o]B t]B ]B ]B 2            )            )            )                      	 $If   gd_    kd^1 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ]B ^B ^B ^B 9^B >^B ^B             [                                                                                                                                           kd1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ^B ^B ^B ^B ^B _B d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _B _B _B H_B L_B f_B d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  f_B g_B l_B _B _B _B d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _B _B _B `B 	`B /`B d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  /`B 0`B 1`B ;`B `B `B `B d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdx1 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  `B `B `B `B n            e            e                                                                                                                                                               	 $If   gd_    kdA1 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           `B `B `B `B                                                                                                                                                                                                                                                	 $If   gd_  t  kd1 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  `B `B `B `B `B `B `B `B `B                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd1 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  `B `B                                             kdP1 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          `B `B  aB aB aB aB aB aB                                                             A                                  kd 2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  aB aB aB aB aB aB aB aB                                                 A                                              kd2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  aB aB aB aB aB aB 2aB                                     A            <            7                  gd_    gd_    kdg2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  2aB aB aB aB  bB bB *bB +bB ?bB AbB                                                                                                                                                                                                                                                   E  kdF2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	aB aB aB aB aB aB  bB *bB +bB AbB BbB DbB EbB SbB TbB abB bbB bB bB bB bB bB bB bB bB bB bB bB bB bB cB cB cB cB cB 'cB cB eB eB eB eB eB eB 춥x                          /jx2 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *AbB BbB CbB DbB EbB MbB SbB                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   SbB TbB ]bB abB bbB ubB bB                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdc2 $$If   l 0 
" R                                                           4 
l a   bB bB bB bB bB bB bB                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd!2 $$If   l 0 
" R                                                           4 
l a   bB bB bB bB bB bB bB                                     a                                                                                                                             E  kd>2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   bB bB bB bB bB bB bB                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   bB bB bB bB cB cB l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd2 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   cB cB cB cB 'cB cB cB dB dB eB eB l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd2 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
eB eB eB fB fB fB fB fB fB fB fB fB fB fB RgB SgB _gB `gB gB gB gB gB gB gB hB hB 5hB 7hB GhB HhB hB hB hB hB hB lB lB lB UoB XoB moB oB oB oB pB pB ppB qpB pB ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j2 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0eB fB fB fB SgB `gB gB gB gB gB                                                                                                                                                                                                                                                       S  kdF	2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	gB gB hB 6hB 7hB HhB hB                                     N                                                                                       S  kdj
2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd	2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   hB hB hB hB hB fiB "jB #jB kB kB lB lB lB lB lB bmB mB 1nB nB                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd
2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   nB nB XoB oB pB pB RpB ppB qpB pB qB qB qB sB <sB sB sB sB sB tB tB  uB !uB vB vB wB  wB kwB                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  pB pB pB pB qB qB qB qB qB sB sB <sB uB uB !uB vB vB vB kwB wB wB wB wB wB wB wB wB +xB ,xB -xB I{B J{B U{B V{B W{B [{B \{B {B {B {B ۵۵۵ۭۜۋzrgrrr       jr2 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'kwB wwB wB wB wB wB wB ,xB                                     j                                                                                                                                           kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ,xB -xB >xB xB xB xB )yB *yB FyB yB yB s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd 2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
yB GzB {B 
{B ^{B {B {B {B {B |B |B }B }B gB hB B B B B B B ȁB B ɃB ʃB HB IB                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  {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 HB B B ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j@
2 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj2 h_ U !IB B B B υB ЅB B                                                 e                                                                                                                        F  kd2 $$If   l   l '{6    4   4 
l a] p
        F  kd
2 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  B B B 
B B B B B B 7B 8B XB YB oB pB B B B B ņB ƆB B B B  B B B 1B 2B YB ZB [B \B ]B ;B <B HB B މB B +B 1B 4B B ҊB B B B B OB nB B ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3B B B B B 
B B                                                             5            v  kd 2 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd2 $$If   l   l '{6    4   4 
l a] p
         B B 
B B B B B B                                     t                                                                                                                                                             v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  B B /B 1B 7B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdP2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7B 8B QB SB XB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         XB YB gB iB oB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         oB pB B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B ņB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ņB ƆB B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B  B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B *B ,B 1B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdS2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1B 2B 9B >B YB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         YB ZB [B \B ]B ;B <B HB B B މB B ,B ?B sB                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         sB B B ӊB B B NB lB B B B B B PB oB B B B B ȌB эB ҍB B B B 0B 1B JB }B ~B                                                                                                                                                                                                                                                                                                                                                                   gd_  B B B ƌB ǌB ȌB B B B /B dB |B B B ܎B B B BB nB B B B IB JB TB ^B _B B B B B B пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ~B B B B B ܎B B 
B B BB XB nB B B B B B B B JB TB ^B                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^B _B                                     kdT2 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               _B B B B B АB B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	B B ϐB АB B B B B B B B B B B B B B B 	B 
B B B 5B 7B GB HB gB hB iB jB B Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ B B                                     kd2 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B B AB BB VB WB {B B B B B B B B                                                                                                                                     q                            kd2 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
B B B B 
B B B 
B B             q            l                                                                                                                                                       gd_    kd2 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  B B                                     kd|2 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               B B 9B :B NB OB iB B B B ÒB ܒB B B  B !B 6B                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  6B 7B HB hB z            q            q                                                                                                                                                                                       	  $If   gd_    kd2 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       hB iB jB B B B B B z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd2 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       B B B B B 'B )B 9B :B YB ZB \B B B B B B B 
B B 8B DB B B B B ȕB ɕB ̕B ֕B B 6B xB yB B ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "B B                                     kdM2 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B B B B ӓB ԓB B B B (B )B :B ZB                                                                                                             q                                                         kd 2 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ZB [B \B B B B B B z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kda!2 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       B B                                     kd"2 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B B B B B B B B ɕB                                                             q                                                                                                                             kdu#2 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ɕB ʕB ˕B ̕B B yB B ÖB ĖB ΖB ٖB z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd2$2 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
B B ĖB ٖB B B B  B !B AB BB oB B B B B XB <B >B NB OB B B B B B B B B B B 
B B oB B B ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ٖB B B  B                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_   B !B                                        kd$2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !B BB oB B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B B                                        kdQ&2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B ZB [B B B B B =B >B OB B B                                                                                                 s                                                                        kd'2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B B B B B 	B |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd_(2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B 
B                                        kd)2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
B B nB oB B B                         s                                                                                                                                                                                   kdm*2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B B B B B B ȚB ӚB UB VB mB B ̞B -B LB B ˟B 0B OB B ٠B XB wB ӡB B B +B B B $B CB B դB >B ]B <B [B B ܦB KB jB ȧB B B B о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -B B B B B B ӚB sB tB B B ʛB ՛B ߛB |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd'+2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ߛB B @B WB oB B B B B $B jB kB UB VB mB B B B ˞B                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ˞B ̞B מB ܞB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܞB ݞB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@,2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B 
B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
B B B -B ;B KB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]-2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KB LB WB \B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \B ]B gB lB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lB mB xB }B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz.2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }B ~B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B B ʟB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8/2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʟB ˟B ֟B ۟B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۟B ܟB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU02 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd02 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B 
B B 0B >B NB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd12 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NB OB ZB _B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr12 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _B `B jB oB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd12 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oB pB {B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd022 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd22 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B ȠB ؠB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd22 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؠB ٠B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM32 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd32 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B 
B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd42 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj42 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B XB fB vB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd42 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vB wB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(52 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd52 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd52 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE62 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B ӡB B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd62 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd72 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B 
B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb72 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B #B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd72 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #B $B .B 3B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 82 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3B 4B 5B B B B B *B                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd82 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *B +B 6B ;B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd82 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;B <B FB KB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=92 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KB LB WB \B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd92 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \B ]B gB lB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd92 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lB mB nB B B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ:2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B ģB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ģB ţB ϣB ԣB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԣB գB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw;2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B $B 2B BB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5<2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BB CB NB SB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SB TB ^B cB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cB dB oB tB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR=2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tB uB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B ĤB ԤB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԤB դB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo>2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-?2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B >B LB \B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \B ]B hB mB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ@2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mB nB xB }B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }B ~B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgA2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B 
B <B JB ZB                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdA2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZB [B fB kB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%B2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kB lB vB {B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {B |B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBC2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B ˦B ۦB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۦB ܦB B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd D2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_D2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B 
B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B KB YB iB                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|E2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iB jB uB zB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zB {B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:F2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B ȧB ֧B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWG2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtH2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B #B (B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (B )B *B NB nB B B B 
B B B B B @B ũB                                                                                                                                                                                        gd_  z  kd2I2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B .B @B [B ƩB B B B 
B "B TB UB _B iB jB B B B B B ҪB ӪB B B ɬB ˬB ۬B ܬB B Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ũB ƩB B B 
B B "B UB _B iB                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	iB jB                                        kdI2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jB B B ӪB ժB B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B B                                        kdJ2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B JB KB kB lB B B OB tB B B B B ʬB                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ʬB ˬB ܬB -B FB _B xB B |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd9L2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B 	B B B ,B B B B ͭB έB B B B 
B B B B B QB RB UB fB ~B ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jL2 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  B B έB B B B  B |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdxM2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        B B                                        kd2N2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B 
B RB SB B B B (B AB [B pB B B                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  B B B RB |            s            s                                                                                                                                                                                           	  $If   gd_   kdO2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       RB SB TB UB ~B 
B B BB TB fB gB VB WB |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd@P2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~B 
B B AB BB eB fB gB B ˱B B B CB UB WB lB B B B B B ٲB ڲB 	B ,B -B 0B 9B B B jB kB B B B B B ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $WB aB lB B B B                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  B B                                        kdP2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B ڲB 	B B -B .B /B                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  /B 0B                                        kdNR2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0B 9B ~B B B B ׳B سB VB ĴB B B +B HB jB kB B                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  B B B B HB B B $B |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdS2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B ̵B ͵B εB B B B B HB mB B B B B #B $B 'B 8B NB uB ԷB B B B B ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j\T2 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  $B %B &B 'B MB NB ӷB ԷB B B B %B |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdT2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B 0B bB cB mB wB xB B B ƸB ׸B ظB ۸B B OB ]B B B ιB ϹB ׹B ٹB B B 4B 5B 7B 8B JB \B ]B hB B ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !%B 0B cB mB wB                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  wB xB                                        kdU2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xB B ƸB ظB ٸB ڸB                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ڸB ۸B                                        kdV2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۸B B EB FB fB gB B B عB ٹB B                                                                                                 Y                              kdCX2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
B 5B 6B 7B 8B hB B "B WB XB B B             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdX2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B B B B B B B B "B B B (B 9B uB B UB hB B B B B VB WB YB ZB B B B B 2B fB 5B <B B B B B B B B B 0B 1B AB BB ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j]2 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jY2 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -B 'B (B 9B B B @B AB tB uB B B B TB UB jB B WB ZB B B B B 1B 2B AB SB                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  SB fB gB lB tB yB             f                                                                                                                                                                      kdZ2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  yB zB B B B o            f            f            f                                                                                                                                                	  $If   gd_    kdZ2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B B o            f            f            f                                                                                                                                                	  $If   gd_    kdZ2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B B o            f            f            f                                                                                                                                                	  $If   gd_    kdh[2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B B o            f            f            f                                                                                                                                                	  $If   gd_    kd[2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B B o            f            f            f                                                                                                                                                	  $If   gd_    kdD\2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B B o            f            f            f                                                                                                                                                	  $If   gd_    kd\2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B B B B "B o            f            f            f                                                                                                                                                	  $If   gd_    kd ]2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "B #B $B %B B B B B B B rB sB B o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd]2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at BB EB FB B B B B B B B B B B B B B B B 	B 
B B #B UB VB `B jB kB wB B B B B B B B B B B ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %B B TB UB B B B B B B B B B B B B 6B B B B B -B :B GB TB aB rB                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  rB B B B B B B B B B B B GB HB B B gB hB :B ;B B B TB B B B 2B _B B                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  B B B )B B B B B B 	B 
B B B #B VB `B jB                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  jB kB                                        kdw^2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kB B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B B                                        kd_2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B $B KB rB B B B B &B KB B B                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
B B B B |            s            s                                                                                                                                                                                           	  $If   gd_   kda2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B B B B B 4B fB gB qB {B |B B B B B B B B B fB B ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 B B B B B B )B 4B gB qB |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kda2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	qB {B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  {B |B                                        kdb2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |B B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  B B                                        kdc2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B )B PB {B B B eB B B B                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  B B B B B B B B  B B B HB IB SB ]B ^B jB B B B B B B B JB ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    B B B B |            s            s                                                                                                                                                                                           	  $If   gd_   kd;e2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B  B B B B IB SB ]B |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kde2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]B ^B                                        kdf2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^B B B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  B B                                        kdh2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B 
B 4B _B B B IB B B B                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  JB B B B B B B B B B B B B B B B 'B YB ZB dB nB oB {B B B B B ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    B B B B |            s            s                                                                                                                                                                                           	  $If   gd_   kdWi2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B 'B ZB dB nB |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdj2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	nB oB                                        kdj2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oB B B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  B B B B GB IB YB ZB `B gB hB iB jB B B B B B B B B B B B B  B îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  B B                                        kdl2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B FB tB B B B GB HB IB                                                                                                                         f                           kdsm2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  IB ZB hB iB jB tB B B B B                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd-n2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	B B                                        kdn2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B  B !B #B $B                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   B !B %B .B B B B B B B B B B B B 0B 2B 3B HB zB {B B B B B B п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  $B %B                                        kd;p2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %B .B mB yB B B B B :B qB B B                                                                                                                         f                           kdq2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  B B B B B B 3B =B HB {B                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdIr2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  B B                                        kds2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B B B B B B B B B B B B )B *B \B ]B ^B _B `B aB mB qB B wB B ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 B B                                        kdWt2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B B 1B gB B B *B \B                                                                                     s                                                                                              kdu2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
\B ]B ^B _B `B aB B BB CB wB B B (B oB |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdev2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
B B B B B 'B ;B nB B B B B B )B [B \B fB pB qB B B B B B B B B B B B B B (B 4B õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !oB B B B B )B \B fB pB                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  pB qB                                        kdw2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qB B B B B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  B B                                        kdsx2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B (B B B B B B B B B "B                                                             f                                    [            [                     
  $If   gd_ K$  kdy2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
4B B B B B B B B B B B B B B !B #B 8B 9B HB JB KB LB dB nB oB pB rB sB tB B B ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ "B #B 9B IB JB KB                                     R            I                                                                     	  $If   gd_ Q  kd{2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdz2 $If   K$L$l 0                                     
t                              4   4 
l a   KB LB tB B B B B B B B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B B B B B  C m C n C o C p C  C  C  C  C  C  C  C  C  C  C  C  C  C  C ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J B B                                        kdU|2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B  C @ C n C o C p C  C  C  C  C                                                             f                                    [            [                     
  $If   gd_ K$  kd}2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
 C  C  C  C  C  C  C                                     R                                                                                              Q  kd~2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc~2 $If   K$L$l 0                                     
t                              4   4 
l a    C  C  C  C  C  C                                     R            I                                                                     	  $If   gd_ Q  kd
2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd}2 $If   K$L$l 0                                     
t                              4   4 
l a    C  C C ;C <C aC tC C C C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 C 
C C C C C C C ;C <C C C C C C C 8C QC kC lC mC nC ~C C C C C C <C BC ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ C C                                        kdQ2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C rC C kC lC mC nC C <C                                                                                     Y                                          kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
<C CC LC MC UC jC C C C C C C 	C C &C ;C MC gC                                                                                                                                                                                                                      	  $If   gd_  S  kd_2 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ BC CC KC MC C C C C C C C C C C C C C ZC [C ^C gC sC C \C sC tC uC vC ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  gC C C C C C C                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd2 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C C C C 5C HC [C \C ]C |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]C ^C                                        kd=2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^C gC C  C tC uC vC C C C C                                                             f                                    [            [                     
  $If   gd_ K$  kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
vC C C C C C C C C C Y	C [	C \	C ]	C u	C 	C 	C 	C 	C 	C 	C 	C 	C 	C 	C 	C 	C 	C {
C )C ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 C C C C C &C @C ZC jC C C C C C C C 	C &	C                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdK2 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   &	C @	C Z	C [	C \	C                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd݇2 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \	C ]	C 	C 	C 	C 	C 	C 	C 	C 	C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		C 	C                                        kd)2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	C 	C {
C 
C 
C (C C C C C C -C                                                                                                 f                                                   kd}2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  )C C C C C C C ,C -C .C FC PC QC RC TC UC VC nC oC C C C C þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ -C .C VC oC C C C C C C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd72 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C 
C 
C 
C 7C C C C C C                                                                                                 Y                              kdE2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
C 
C 
C 
C 
C 7C C C C C C C ;C <C =C UC _C `C aC cC dC eC fC C C C νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  C <C =C eC fC C C C C C C C             s                                                                                                                                                                 kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C #C lC C C 
C C qC                                                                                     Y                                          kd
2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
C C C lC 	C C C 
C C C qC rC xC yC C C C C C C C C aC bC cC {C C C C C C C ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 qC rC yC C C C C C C C C C %C ?C GC \C qC                                                                                                                                                                                                         	  $If   gd_  S  kdǐ2 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  qC C C C C C C C C                                                                                                                                                                                                                                                 	  $If   gd_  S  kdY2 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C C C bC |            s            s                                                                                                                                                                                           	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bC cC C C C C C C C C C |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd2 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
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 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  C C                                        kdm2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C LC `C C C C C C                                                                                                 f                                                        kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
C C C C C C C C C C C C 7C HC bC                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd{2 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  bC |C C C C C C C  C C 4C EC _C yC C C C                                                                                                                                                                                                                            S  kd
2 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C C C C C C C 	C C /C 0C 1C             s                                                                                                                                                                 kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C C C C C C C C C C C C .C /C 2C ;C C .C /C UC VC 	C 
C C C C C C C C C Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 1C 2C                                        kdY2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2C ;C C VC C 
C =C C C [C C `C C C C C L C c C  C  C  C !C K!C w!C !C                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  C C  C  C  C  C {!C !C !C !C !C !C !C !C "C "C "C "C "C a$C c$C d$C e$C ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   !C !C !C "C "C "C |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "C "C "C /"C D"C Y"C k"C "C "C "C "C "C "C #C  #C :#C B#C W#C                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdg2 $If   K$L$l 0                     x                
t                                4   4 
l a   W#C l#C #C #C #C #C #C #C $C $C 7$C H$C b$C c$C d$C                                                                                                                                                                                                                   	  $If   gd_  S  kd2 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  d$C e$C $C $C $C $C $C $C $C $C $C |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd2 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e$C }$C $C $C $C $C $C $C $C $C $C $C $C %C %C &C 'C 'C w'C 'C h(C }(C (C (C )C )C )C )C )C )C ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $C $C                                        kdS2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $C $C %C &C 'C 'C 'C 	(C (C (C )C )C )C *C 8*C ]*C t*C *C *C *C *C                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  )C *C *C 0*C x*C *C *C *C *C *C *C *C *C *C *C *C +C +C J+C P+C Q+C Y+C [+C -C -C -C -C -C -C -C -C ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  *C *C +C J+C Q+C Z+C |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z+C [+C c+C u+C +C +C +C +C +C +C ,C ,C /,C @,C V,C g,C ~,C ,C                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kda2 $If   K$L$l 0                                     
t                                4   4 
l a   ,C ,C ,C ,C ,C ,C ,C ,C -C %-C <-C S-C d-C z-C -C -C -C                                                                                                                                                                                                                            S  kd2 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -C -C -C -C -C -C -C .C .C -.C /.C 0.C             s                                                                                                                                                                 kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -C -C -C -C -C ,.C -.C 1.C :.C L/C ~/C 0C F0C 0C G1C c1C 1C 1C 53C 3C 4C 14C 4C 5C 6C 6C 
7C 7C 8C K9C ^9C j9C }9C 9C 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !0.C 1.C                                        kd?2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1.C :.C L/C 0C 0C d1C 1C 2C g2C 2C 2C 3C 33C 3C n4C 5C 6C "7C #7C *7C 8C 8C                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  8C 9C G9C f9C 9C 9C 9C :C ":C A:C B:C S:C                                                                                                             f                                       kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  9C 9C 9C 9C :C :C &:C 9:C @:C B:C R:C S:C :C :C :C :C :C :C :C :C :C :C ;C <C <C <C ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  S:C :C :C :C :C :C :C :C             s                                                                                                                                                                                     kdM2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :C :C                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :C :C :C :C  ;C B;C d;C e;C ;C ;C ;C ;C <C                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  <C <C <C G<C l<C |            s            s            s                                                                                                                                                                          	  $If   gd_   kd[2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <C <C <C k<C l<C m<C n<C o<C {<C <C <C <C <C >C >C >C >C ?C ?C ??C S?C ?C ?C ?C ?C BC BC BC BC =CC @CC tCC CC ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  l<C m<C n<C o<C <C Y>C [>C >C >C ?C @?C ?C ?C |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?C +@C ,@C ~@C %AC &AC AC AC BC BC BC ?CC @CC tCC CC CC %DC lDC DC EC EC EC &EC YEC cEC mEC                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  CC CC CC CC  DC $DC 8DC kDC DC DC DC EC EC &EC XEC YEC cEC mEC nEC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC EC 8FC \GC ]GC ^GC nGC oGC õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (mEC nEC                                        kdϤ2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nEC EC EC EC EC EC EC EC EC                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  EC EC                                        kd#2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EC EC 8FC [FC FC FC FC FC /GC ]GC ^GC oGC                                                                                                             f                                       kdw2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  oGC pGC qGC GC GC GC GC GC GC GC GC             s                                                                                                                                                                      kd12 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
oGC pGC qGC GC GC GC GC GC GC GC GC GC GC GC GC GC GC 4HC 5HC HC HC HC HC HC HC HC HC HC HC HC HC HC IC IC IC IC @IC AIC ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %GC GC                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GC GC HC 5HC HC HC HC HC                                                 f                                                                                                                       kd?2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  HC HC HC HC IC IC .IC AIC CIC DIC |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	DIC EIC                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AIC EIC NIC IC IC JC JC JC $JC %JC &JC 'JC ?JC IJC JJC NJC OJC PJC bJC cJC uJC vJC JC JC JC JC JC JC OKC PKC KC KC KC KC KC KC KC KC 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %EIC NIC lIC IC JC JC %JC &JC                                                 f                                                                                                                       kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  &JC 'JC OJC PJC cJC vJC JC JC JC JC |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	JC JC                                        kd{2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JC JC JC PKC KC KC KC KC                                                 f                                                                                                                       kdϯ2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  KC KC KC #LC LC LC LC LC 	MC NC NC 6NC xNC |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KC LC #LC LC LC LC LC LC LC 	MC cMC NC 6NC INC xNC NC NC NC NC NC NC OC 
OC +OC ,OC ?OC mOC OC OC OC OC OC ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  xNC NC NC ,OC mOC OC OC ;PC PC PC PC PC PC PC )QC 3QC =QC                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  OC PC :PC NPC PC PC PC PC PC PC (QC )QC 3QC =QC >QC VQC `QC aQC eQC fQC gQC oQC QC QC QC QC QC QC QC QC QC շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\=QC >QC                                        kdC2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >QC fQC gQC QC QC QC QC QC QC                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  QC QC                                        kd2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               QC QC VRC RC RC RC RC SC JSC KSC \SC SC                                                                                                 f                                                   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  QC VRC RC RC RC RC SC SC SC ISC JSC KSC [SC \SC _SC tSC }SC SC SC SC SC SC SC SC SC SC SC SC SC ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ SC SC SC SC SC SC SC SC                                                             R            I                                   	  $If   gd_ Q  kd22 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ SC SC SC SC SC TC $TC 7TC 9TC :TC PTC |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
SC SC SC SC SC SC SC SC SC TC TC 6TC 7TC QTC ZTC [TC jTC TC UC UC UC UC UC UC VC VC VC !VC 2VC 3VC ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ PTC QTC                                        kdy2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               QTC ZTC TC TC UC 2UC KUC ^UC UC UC UC UC UC VC 3VC 4VC                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  3VC 4VC 5VC EVC FVC IVC OVC zVC VC VC VC VC VC VC VC VC VC VC VC VC VC VC VC VC VC VC WC WC "WC #WC HWC IWC MWC пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  4VC 5VC FVC zVC VC VC |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdͷ2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       VC VC VC VC VC VC                                     R            I                                                                     	  $If   gd_ Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   VC VC VC VC WC #WC 6WC IWC KWC LWC |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	LWC MWC                                        kd[2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               MWC VWC WC WC 'XC 9XC tXC XC XC XC YC YC YC YC                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
MWC VWC WWC fWC WC tXC ~XC XC XC XC XC XC XC XC XC XC 
YC YC YC YC YC YC YC "YC #YC &YC ;YC DYC NYC OYC زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 YC YC #YC PYC |            s            s                                                                                                                                                                                           	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       OYC PYC QYC iYC sYC tYC xYC yYC zYC YC YC YC YC YC YC YC YC YC YC AZC BZC ZC ZC 6[C [C [C [C [C [C ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    PYC QYC yYC zYC YC YC YC YC YC YC |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	YC YC                                        kd#2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               YC YC BZC ZC ZC $[C U[C g[C [C [C [C [C 9\C :\C                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
[C [C [C [C [C [C \C 8\C 9\C :\C ;\C K\C L\C O\C d\C m\C w\C x\C y\C z\C {\C |\C \C 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  :\C ;\C L\C y\C |            s            s                                                                                                                                                                                           	  $If   gd_   kdw2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y\C z\C {\C |\C \C \C \C ]C ]C ]C ^C n^C ^C ^C |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd12 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\C \C \C \C ]C ]C ]C ]C ^C n^C ^C ^C ^C ^C Y_C _C `C `C '`C +`C T`C `C `C `C `C aC bC cC +cC /cC \cC 
dC dC HdC IdC UdC YdC |dC eC eC eC eC eC )fC sgC gC gC gC 1hC nhC hC iC [iC ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4^C ^C Y_C _C _C `C `C T`C `C `C `C aC bC cC cC \cC dC HdC IdC |dC 0eC 1eC feC {eC eC eC eC eC eC )fC                                                                                                                                                                                                                                                                                                                                                                   gd_  )fC sgC gC gC 1hC nhC hC iC [iC iC iC 3jC 4jC ?jC KjC ZjC fjC yjC }jC                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  [iC iC iC 2jC 3jC ?jC UjC YjC yjC |jC }jC jC jC jC jC jC jC kC IkC kC kC 'lC ]lC ^lC lC lC lC 
mC AmC BmC tmC mC mC mC mC nC oC Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $}jC ~jC jC jC jC jC jC jC jC M            H            H            H            H            H            H            H                   gd_   kd2 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   jC jC jC jC jC jC jC jC                                                 _            V            V                                                             	 $If   gd_    kd2 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  jC jC jC jC                                                                                                                                                                                                                                                          	 $If   gd_  o  kd^2 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  jC jC jC jC jC jC  kC kC                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd2 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  kC 
kC kC IkC NkC 2            )            )            )                      	 $If   gd_    kd2 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     NkC kC kC kC kC kC !lC             [                                                                                                                                           kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  !lC "lC 'lC ^lC blC lC d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  lC lC lC lC lC mC d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdW2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  mC mC 
mC BmC GmC nmC d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd 2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  nmC omC tmC mC mC mC d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  mC mC mC mC (nC -nC 9nC d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9nC :nC =nC GnC n            e            e                                                                                                                                                               	 $If   gd_    kd{2 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           GnC HnC KnC TnC                                                                                                                                                                                                                                                	 $If   gd_  t  kdP2 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  TnC UnC VnC gnC lnC tnC {nC nC nC                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd2 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  nC nC                                             kd2 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          nC nC nC nC nC nC nC nC                                                             A                                  kd2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  nC nC nC nC nC nC nC nC                                                 A                                              kd2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  nC nC nC nC nC nC nC                                     A            <            7                  gd_    gd_    kd2 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  nC oC oC oC oC oC oC oC oC oC                                                                                                                                                                                                                                                   E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	oC oC oC oC oC oC oC oC oC oC oC oC oC oC oC oC  pC pC  pC "pC #pC OpC PpC hpC ipC pC pC pC pC pC pC pC pC pC pC pC qC 2sC 3sC >sC ?sC OsC PsC 춥x                          /j2 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *oC oC oC oC oC oC oC                                     a                                                                                                                             E  kd>2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   oC oC oC oC  pC pC pC                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   pC  pC !pC "pC #pC 5pC OpC                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[2 $$If   l 0 
" R                                                           4 
l a   OpC PpC [pC hpC ipC spC pC                                     a                                                                                                                             E  kdx2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   pC pC pC pC pC pC pC                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd2 $$If   l 0 
" R                                                           4 
l a   pC pC pC pC pC pC l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd62 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   pC pC pC pC pC qC qC rC rC WsC XsC l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd2 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
PsC TsC UsC JtC KtC VtC WtC gtC htC ltC mtC otC tC tC tC tC tC tC EuC GuC RuC SuC uC uC uC uC uC uC uC uC %vC 'vC (vC 4vC 5vC yC yC yC |C |C }C +}C P}C Y}C }C }C ~C ~C !~C ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j2 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0XsC otC xtC tC tC tC FuC GuC SuC uC                                                                                                                                                                                                                                                       S  kd2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	uC uC uC uC uC uC &vC                                     N                                                                                       S  kd2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd2 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   &vC 'vC (vC 5vC mvC wC wC wC xC xC yC yC yC 4zC zC  {C f{C {C 6|C                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd62 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   6|C 7|C |C Q}C }C }C }C ~C ~C "~C C C C C ڀC CC eC ~C C C C C C ^C _C C C 	C                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  !~C "~C ~C ~C ~C ~C C C C C C ڀC C C C ]C _C ~C 	C C #C 0C 1C C C C C ɅC ʅC ˅C C C C C C C C 7C 8C CC ۵۵۵ۭۜۋzrgrrr       j2 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '	C C $C 0C 1C C C ʅC                                     j                                                                                                                                           kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ʅC ˅C ܅C %C *C iC ǆC ȆC C NC C s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd:2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
C C C C C LC MC C C =C >C C C C C C C C C C C fC  C gC hC C C                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  CC DC EC IC JC MC C C <C C WC C eC fC qC rC C C C C C C C C C C 7C @C IC iC gC C QC RC ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jz2 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj2 h_ U !C RC VC WC mC nC C                                                 e                                                                                                                        F  kdT2 $$If   l   l '{6    4   4 
l a] p
        F  kd2 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  RC WC C C C C C C C ՓC ֓C C C 
C C )C *C FC GC cC dC C C C C C C ϔC ДC C C C C C ٖC ږC C GC |C C ɗC ϗC җC ^C pC CC [C C C C C BC ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3C C C C C C C                                                             5            v  kd:2 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd2 $$If   l   l '{6    4   4 
l a] p
         C C C C C C C C                                     t                                                                                                                                                             v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  C C ͓C ϓC ՓC                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ՓC ֓C C C C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd52 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C C C 
C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
C C !C #C )C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )C *C ?C AC FC                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd62 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         FC GC \C ^C cC                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cC dC ~C C C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C C C C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd72 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C C C C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C ȔC ʔC ϔC                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ϔC ДC הC ܔC C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd82 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C C C C ٖC ږC C .C HC |C C ʗC ݗC C                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C %C YC qC C C C 
C >C \C C C C C 
C AC BC CC DC fC oC pC C C C ΛC ϛC C C C                                                                                                                                                                                                                                                                                                                                                                   gd_  BC DC NC dC eC fC C C C ͛C C C :C =C zC C C C C 7C C C C C C C C #C $C AC BC UC пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  C :C HC [C \C zC C C C C C C "C 8C 9C C C C C C C C                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  C C                                     kd2 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               C $C AC BC XC nC C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	UC XC mC nC C C C C C C LC NC ^C _C ~C C C C C C C C ӠC ՠC C C C C C C -C Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ C C                                     kd2 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               C C ߞC C C C C 5C 6C KC LC MC NC _C                                                                                                                                     q                            kd<2 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
_C C C C C C C C C             q            l                                                                                                                                                       gd_    kd2 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  C C                                     kd2 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               C C ןC ؟C C C C #C $C 6C aC zC C C C C ԠC                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ԠC ՠC C C z            q            q                                                                                                                                                                                       	  $If   gd_    kd
2 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       C C C /C 0C 1C 2C 3C z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd2 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       -C .C /C 4C =C šC ǡC סC ءC C C C &C 'C ,C 5C C C C C ֢C C 4C 6C FC GC fC gC jC tC C ԣC C C JC ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "3C 4C                                     kd2 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4C =C \C ]C qC rC C C C ơC ǡC ءC C                                                                                                             q                                                         kd2 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  C C C 'C (C )C *C +C z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd2 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       +C ,C                                     kdX2 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ,C 5C ~C C 4C 5C 6C GC gC                                                             q                                                                                                                             kd2 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  gC hC iC jC C C KC aC bC lC wC z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdl2 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
JC KC bC wC C C C C C ߤC C 
C "C #C WC `C C ڦC ܦC C C >C QC C C C C C C C C C C 
C C C ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #wC C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  C C                                        kd72 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C 
C #C %C VC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  VC WC                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WC `C C C 5C 6C EC C ۦC ܦC C >C C                                                                                                 s                                                                        kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C C C C C C |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C                                        kdS2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C 
C C ?C                         s                                                                                                                                                                                   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C >C ?C @C AC BC DC fC qC C C C KC jC ˬC C JC iC έC C XC wC C C qC C C ɰC 3C RC ±C C TC sC ܲC C ڳC C [C zC C C fC C C C о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -?C @C AC BC CC DC qC C C SC ^C hC sC }C |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kda2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
}C ~C ީC C 
C $C QC RC C ªC C 	C C C C  C KC YC iC                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  iC jC uC zC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zC {C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd82 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C ˬC ٬C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C 
C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C &C +C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +C ,C -C JC XC hC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hC iC tC yC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yC zC C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd02 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C έC ܭC C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C 
C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C )C .C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .C /C 0C XC fC vC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vC wC C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C  C %C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %C &C 0C 5C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5C 6C AC FC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FC GC QC VC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VC WC XC qC C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C ¯C ̯C ѯC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ѯC үC ӯC ?C C C C ȰC                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȰC ɰC ԰C ٰC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٰC ڰC C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C 
C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd53 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
C C C 3C AC QC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QC RC ]C bC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bC cC mC rC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rC sC ~C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C ±C бC C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C 
C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C "C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "C #C $C TC bC rC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ	3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rC sC ~C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C ܲC C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C 'C ,C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,C -C 7C <C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <C =C >C C C ڳC C C                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd 
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C 	C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	C 
C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C %C *C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *C +C 5C :C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :C ;C <C [C iC yC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yC zC C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C #C (C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (C )C 4C 9C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9C :C DC IC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd23 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IC JC KC fC tC C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C ƵC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƵC ǵC ȵC C C 1C TC UC C C C C C ޶C cC                                                                                                                                                                                        gd_  z  kdl3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C ̶C ޶C C dC C C C C C C C C C C :C ;C LC ^C _C pC qC C C gC iC yC zC C Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  cC dC C C C C C C C C                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	C C                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C ;C _C qC sC C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  C C                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C 	C 
C XC C C C "C 3C CC DC hC                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  hC iC zC ˺C C C C EC |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kds3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C ʺC DC EC FC kC lC C C C C &C (C 8C 9C C C C C C ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j-3 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  EC FC lC C C C C |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C                                        kdl3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C @C C C ƼC ߼C C C &C 'C                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  'C (C 9C C |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C C C C C C C |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdz3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C ߾C C C C C #C iC ~C C C C C 
C <C =C GC QC RC wC xC C C C C C C C C 	C ,C .C >C ?C OC ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $C C 
C =C GC QC                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  QC RC                                        kd43 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RC xC C C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  C C                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C ,C =C uC vC C bC C C C C C 	C -C                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  -C .C ?C C C AC C C |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       OC PC jC kC lC C C C C C C @C ]C ~C C C C C C C C rC C C C C ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j3 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  C C C C C C qC rC C C C C |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd 3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C  C C C C C ;C <C dC uC vC yC C C C 8C TC lC mC uC wC C C C C C C C C C C :C ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !C C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  C C                                        kd 3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C <C dC vC wC xC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  xC yC                                        kd)"3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yC C C C C C TC UC vC wC C                                                                                                 Y                              kd}#3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
C C C C C C C C C C C C             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd7$3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :C ;C FC GC WC XC \C ]C C C C C C C C %C C C <C >C SC UC C C C C bC dC IC ^C C C C C hC lC C C 'C NC C C C C C C ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j6)3 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j$3 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -C C C C C C C C C C %C C C C C C UC C C cC dC IC ^C C C C C                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  C C C 
C C C             f                                                                                                                                                                      kdX%3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  C C C %C 1C o            f            f            f                                                                                                                                                	  $If   gd_    kd%3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1C 2C 7C >C CC o            f            f            f                                                                                                                                                	  $If   gd_    kd4&3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at CC DC IC PC \C o            f            f            f                                                                                                                                                	  $If   gd_    kd&3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \C ]C eC mC rC o            f            f            f                                                                                                                                                	  $If   gd_    kd'3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at rC sC {C C C o            f            f            f                                                                                                                                                	  $If   gd_    kd~'3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kd'3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kdZ(3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C dC eC C C RC SC C C jC o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd(3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C jC vC YC cC C C C C 6C ^C nC zC {C C C C C C C C C C C 	C C 6C 7C hC iC jC nC wC CC EC UC ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %jC vC C C C C @C AC C TC UC ]C ^C C 9C :C C YC cC C C C C C C C C                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  C !C 2C CC TC UC hC {C C C C C C C C C C C C C C C C BC CC C C C -C                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  -C .C wC C 6C 7C ^C nC {C C C C C C C C C                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  C 	C                                        kd)3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	C 7C iC jC lC mC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  mC nC                                        kd+3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nC wC C C C C NC vC C C C C CC DC                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
DC EC VC C |            s            s                                                                                                                                                                                           	  $If   gd_   kdY,3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UC VC C C C C C C C C C C C C C C &C GC HC mC nC oC sC |C C lC ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 C C C C C C C C C C |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd-3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  C C                                        kd-3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C HC mC nC oC qC rC                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  rC sC                                        kd!/3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sC |C C C C C YC }C C lC |C }C                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  lC |C ~C C C C C C C C C C C C C C C )C *C QC RC SC WC `C C ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    }C ~C C C |            s            s                                                                                                                                                                                           	  $If   gd_   kdu03 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C C |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd/13 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C                                        kd13 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C *C PC QC RC SC UC VC                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  VC WC                                        kd=33 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WC `C C C C C =C aC C PC `C aC                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  C PC `C bC rC sC yC C C C C C C C C C C C C C C 
C C :C ;C cC dC ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    aC bC sC C |            s            s                                                                                                                                                                                           	  $If   gd_   kd43 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C C C C |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK53 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C 
C                                        kd63 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
C ;C bC cC dC eC gC hC                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  dC eC iC rC  D  D  D  D  D D D D D D OD PD ZD dD eD qD D D D D D D îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  hC iC                                        kdY73 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iC rC C C C  D Q D q D  D  D  D  D                                                                                                                         f                           kd83 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   D  D D D D D D PD ZD dD                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdg93 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	dD eD                                        kd!:3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eD D D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  D D D D WD XD YD iD jD pD wD xD yD zD D D D D D D D #D -D .D :D VD п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  D D                                        kdu;3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D D >D lD D D D D XD YD                                                                                                                         f                           kd<3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  YD jD xD yD zD D D D D D                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd=3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	D #D -D                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  -D .D                                        kd=>3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .D WD XD YD [D rD                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  VD WD XD YD sD |D }D ~D D D D D D D D D D D D D D D /D 	D (	D ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 rD sD                                        kd?3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sD |D ~D D D D D D D D D                                                                                     s                                                                                              kd@3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
D D D D D D /D D D 	D W	D 	D 	D 
D |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdA3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
(	D W	D j	D 	D 	D 	D 	D 
D  
D [
D o
D 
D 
D 
D 
D 
D D D D 'D 1D 2D 3D 6D 7D VD WD iD jD D D D D D õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !
D \
D 
D 
D 
D 
D 
D D D                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  D D                                        kdYB3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D 7D WD jD }D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  D D                                        kdC3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D 1D DD qD rD sD D D D D                                                             f                                    [            [                     
  $If   gd_ K$  kdE3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
D 1D qD rD s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 4
D 5
D ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ D D D D D D                                     R            I                                                                     	  $If   gd_ Q  kdHF3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE3 $If   K$L$l 0                                     
t                              4   4 
l a   D D 
D 5
D H
D [
D n
D 
D 
D 
D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdF3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5
D 
D 
D 
D 
D 
D D D 
D D D D PD VD WD _D aD vD wD D D D D D ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 
D 
D                                        kdG3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
D 
D 
D 
D D 
D D D PD WD `D                                                             f                                    [            [                     
  $If   gd_ K$  kdH3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
`D aD wD D D D D                                     R                                                                                              Q  kd*J3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI3 $If   K$L$l 0                                     
t                              4   4 
l a   D D D D D D                                     R            I                                                                     	  $If   gd_ Q  kdDK3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdJ3 $If   K$L$l 0                                     
t                              4   4 
l a   D D D D D D D %D &D 'D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D D D D D D D D D D $D %D (D 1D "D #D D D 	D 
D D D D D D D D D D D ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 'D (D                                        kdL3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (D 1D nD D #D 	D 
D D D D D                                                                                     Y                                          kdM3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
D D D D D D D /D ID cD sD D D D D D D D                                                                                                                                                                                                                      	  $If   gd_  S  kdN3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ D D D D cD dD eD fD ~D D D D D D D D D D D D D D pD D D D D D ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  D D /D ID cD dD eD                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd+O3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  eD fD D D D D D D D |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdO3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D                                        kdwP3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D pD D D D D %D oD vD D                                                             f                                    [            [                     
  $If   gd_ K$  kdQ3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
D $D %D CD KD oD uD vD ~D D D D D D D D D D !D "D #D 0D :D ;D D D D D D D ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 D D D D D D D D D "D <D DD YD nD D D D D                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdR3 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   D D D D D                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdS3 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  D D #D ;D ND aD tD D D D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D D                                        kdcT3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D 6D }D D dD eD fD gD xD D                                                                                                 f                                                   kdU3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  D bD eD fD gD wD xD D D D D D D D D D D D 
D jD kD nD wD þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ D D D 
D 2D ED XD kD lD mD |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdqV3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	mD nD                                        kd+W3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nD wD !D ID D D sD tD uD vD D                                                                                                 Y                              kdX3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
wD  D "D D D D sD tD uD vD D D D D D D D D D D D D D tD uD xD νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  D D D D D )D <D OD bD uD vD wD             s                                                                                                                                                                 kd9Y3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  wD xD                                        kdY3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xD D VD }D D 
D D D D D  D                                                                                     Y                                          kdG[3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
xD D U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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5  D  D  D   D ! D ) D > D S D e D  D  D  D  D  D  D  D !D                                                                                                                                                                                                         	  $If   gd_  S  kd\3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !D !!D ;!D U!D e!D !D !D !D !D                                                                                                                                                                                                                                                 	  $If   gd_  S  kd\3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !D !D !D  "D |            s            s                                                                                                                                                                                           	  $If   gd_   kd%]3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        "D "D )"D *"D ="D P"D c"D v"D "D "D "D |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]3 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
)"D *"D <"D ="D "D "D "D "D N#D >%D ?%D @%D P%D Q%D ]%D b%D w%D %D &D 5&D 7&D =&D >&D F&D H&D A(D C(D ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  "D "D                                        kd^3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "D "D N#D #D #D #D $D >%D ?%D @%D Q%D                                                                                                 f                                                        kd_3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Q%D %D 7&D >&D G&D H&D P&D e&D z&D &D &D &D &D &D  'D                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd`3 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_   'D 'D +'D E'D M'D b'D w'D 'D 'D 'D 'D 'D 'D (D ((D B(D C(D                                                                                                                                                                                                                            S  kdGa3 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C(D D(D E(D m(D n(D (D (D (D (D (D (D (D             s                                                                                                                                                                 kda3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C(D D(D E(D ](D g(D h(D i(D k(D l(D m(D n(D (D (D (D (D (D (D )D )D )D )D )D *D *D +D +D S,D T,D =-D R-D T-D U-D Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ (D (D                                        kdb3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (D (D )D )D U*D *D *D .+D +D +D T,D ,D T-D U-D \-D -D -D .D 1.D ].D .D .D .D /D I/D                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  U-D \-D a.D t.D x.D .D /D ,/D 0/D H/D I/D J/D Z/D [/D /D /D /D /D /D 1D 2D 2D 2D ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   I/D J/D [/D /D /D /D |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /D /D /D /D /D /D 	0D #0D =0D N0D h0D 0D 0D 0D 0D 0D 0D 0D                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdd3 $If   K$L$l 0                     x                
t                                4   4 
l a   0D 
1D 1D 11D K1D e1D v1D 1D 1D 1D 1D 1D  2D 2D 2D                                                                                                                                                                                                                   	  $If   gd_  S  kd3e3 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  2D 2D +2D ,2D ?2D R2D e2D x2D 2D 2D 2D |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kde3 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
2D 2D %2D &2D *2D +2D ,2D >2D ?2D 2D 2D 2D 2D U3D 3D N4D 4D 4D 5D *5D 6D 6D 6D 6D :7D O7D P7D Q7D X7D 7D ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2D 2D                                        kdf3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2D 2D U3D O4D 4D -5D :5D 5D 6D 6D Q7D X7D 7D 7D 7D 7D 8D 18D P8D 8D 8D                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  7D 7D 7D 7D 8D )8D 58D H8D T8D g8D o8D 8D 8D 8D 8D 8D 8D 8D 8D 8D 8D 8D 8D ?;D A;D B;D C;D [;D e;D f;D j;D ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  8D 8D 8D 8D 8D 8D |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8D 8D 9D 9D %9D 79D I9D `9D w9D 9D 9D 9D 9D 9D 9D :D :D :D                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdh3 $If   K$L$l 0                                     
t                                4   4 
l a   :D %:D 7:D I:D [:D m:D :D :D :D :D :D :D ;D ;D );D @;D A;D                                                                                                                                                                                                                            S  kd-i3 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  A;D B;D C;D k;D l;D ;D ;D ;D ;D ;D ;D ;D             s                                                                                                                                                                 kdi3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  j;D k;D l;D ~;D ;D ;D ;D ;D ;D <D =D =D =D >D >D ?D c?D ?D @D cAD AD AD BD )CD CD QDD DD DD eFD FD FD GD GD gGD 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !;D ;D                                        kdyj3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;D ;D <D =D >D ?D ?D ?D @D $@D @D @D @D cAD BD +CD SDD DD DD DD dFD eFD                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  eFD FD FD GD #GD cGD GD GD GD GD GD GD                                                                                                             f                                       kdk3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  gGD zGD GD GD GD GD GD GD GD GD GD GD 4HD 5HD 6HD YHD ZHD [HD _HD `HD dHD mHD ID ID ID ID ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  GD 5HD 6HD ZHD [HD `HD bHD cHD             s                                                                                                                                                                                     kdl3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  cHD dHD                                        kdAm3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dHD mHD zHD HD HD HD ID ID %ID GID iID ID ID                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ID ID ID ID 
JD |            s            s            s                                                                                                                                                                          	  $If   gd_   kdn3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ID ID ID 	JD 
JD JD JD 
JD JD JD !JD (JD GJD -LD @LD oLD LD LD LD LD LD $MD 8MD sMD MD IPD UPD YPD PD PD PD QD %QD ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  
JD JD JD 
JD GJD KD KD -LD oLD LD LD %MD tMD |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdOo3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tMD MD MD ND ND ND OD OD HPD IPD PD PD PD QD TQD QD QD 
RD YRD RD RD RD RD RD SD SD                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  %QD TQD gQD QD QD QD QD 	RD RD XRD lRD RD RD RD RD RD SD SD SD $SD .SD /SD 3SD 4SD 5SD GSD HSD ZSD [SD mSD nSD SD SD SD SD SD TD TD TD UD 
UD õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (SD SD                                        kd	p3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SD 4SD 5SD HSD [SD nSD SD SD SD                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  SD SD                                        kd]q3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SD SD SD SD 0TD ^TD |TD TD TD TD TD 
UD                                                                                                             f                                       kdr3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  
UD UD UD 7UD 8UD KUD ^UD qUD UD UD UD             s                                                                                                                                                                      kdks3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  

UD UD UD 'UD 1UD 2UD 6UD 7UD 8UD JUD KUD ]UD ^UD UD UD UD UD UD UD UVD VVD WVD gVD hVD iVD jVD VD VD VD VD VD VD VD VD VD VD VD VD ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %UD UD                                        kd%t3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UD UD UD UD VVD WVD hVD iVD                                                 f                                                                                                                       kdyu3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  iVD jVD VD VD VD VD VD VD VD VD |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3v3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	VD VD                                        kdv3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VD VD VD -WD .WD WD WD WD WD WD WD WD WD WD WD WD WD WD  XD XD XD XD 9XD :XD >XD GXD jXD kXD XD XD zYD {YD |YD YD YD YD YD YD 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %VD VD 
WD .WD WD WD WD WD                                                 f                                                                                                                       kdAx3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  WD WD WD WD XD XD 'XD :XD <XD =XD |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=XD >XD                                        kdy3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >XD GXD kXD XD {YD |YD YD YD                                                 f                                                                                                                       kd	{3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  YD YD YD YD MZD NZD uZD vZD ZD [D [D [D \D |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd{3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YD YD YD LZD MZD NZD uZD ZD ZD ZD [D [D [D [D \D )\D L\D `\D \D \D \D \D \D \D \D \D ]D ]D L]D M]D `]D ]D ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  \D M\D \D \D ]D M]D ]D ]D (^D }^D ~^D ^D ^D ^D ^D ^D ^D                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ]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 b_D c_D |_D _D _D _D շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\^D ^D                                        kd}|3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^D _D _D *_D =_D P_D c_D e_D {_D                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  {_D |_D                                        kd}3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |_D _D _D %`D 7`D o`D z`D `D `D `D `D 'aD                                                                                                 f                                                   kd%3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _D _D o`D z`D `D `D `D `D `D `D `D `D `D `D `D aD aD %aD 'aD -aD .aD 5aD 7aD LaD MaD \aD ^aD _aD `aD ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 'aD .aD 6aD 7aD MaD ]aD ^aD _aD                                                             R            I                                   	  $If   gd_ Q  kdl3 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ _aD `aD aD aD aD aD aD aD aD aD aD |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
`aD xaD aD aD aD aD aD aD aD aD aD aD aD aD aD aD bD fbD 4cD >cD ?cD ]cD ^cD ycD cD cD cD cD cD cD ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ aD aD                                        kd3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               aD aD gbD bD bD bD bD bD 4cD ?cD ^cD zcD cD cD cD cD                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  cD cD cD cD cD cD cD dD dD dD &dD (dD 1dD WdD XdD mdD ndD pdD qdD rdD dD dD dD dD dD dD dD dD dD dD dD dD dD пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  cD cD cD dD dD 'dD |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'dD (dD XdD odD pdD qdD                                     R            I                                                                     	  $If   gd_ Q  kdN3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a   qdD rdD dD dD dD dD dD dD dD dD |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdۄ3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	dD dD                                        kd3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               dD dD ceD eD eD eD fD fD <fD gfD fD fD fD fD                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
dD dD dD eD beD fD fD fD ;fD <fD OfD ^fD ffD gfD nfD tfD fD fD fD fD fD fD fD fD fD fD fD fD fD fD زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 fD fD fD fD |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fD fD fD gD gD gD gD gD gD *gD +gD =gD >gD cgD dgD hgD qgD rgD gD gD gD hD hD hD @iD JiD KiD iiD jiD ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    fD fD gD gD +gD >gD QgD dgD fgD ggD |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ggD hgD                                        kd]3 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               hgD qgD gD hD hD hD hD iD @iD KiD jiD iD iD iD                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
jiD }iD iD iD iD iD iD iD iD iD iD iD iD iD jD jD jD jD jD jD jD jD AjD 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  iD iD iD jD |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       jD jD jD jD AjD BjD }jD 4kD fkD gkD kD lD GlD HlD |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdk3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
AjD NjD RjD }jD 4kD fkD skD wkD kD lD HlD TlD XlD zlD lD cmD mD mD mD mD mD UnD nD nD nD nD pD pD pD pD pD qD qD qD qD qD qD rD XsD sD sD sD sD sD uD ?uD @uD yuD uD vD evD vD vD ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4HlD zlD lD bmD cmD mD mD mD UnD nD nD nD pD pD pD pD qD qD qD rD rD rD sD sD 5sD EsD XsD sD sD sD                                                                                                                                                                                                                                                                                                                                                                   gd_  sD uD @uD yuD uD vD evD vD vD 8wD owD wD wD wD wD wD xD xD xD                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  vD owD swD wD wD wD wD wD xD xD xD "xD #xD qxD rxD sxD txD xD xD HyD uyD yD yD yD XzD zD zD zD zD zD {D ?{D @{D E{D j{D n|D  }D Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $xD xD xD xD xD  xD !xD "xD #xD M            H            H            H            H            H            H            H                   gd_   kd%3 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   #xD 7xD >xD CxD SxD TxD cxD dxD                                                 _            V            V                                                             	 $If   gd_    kdË3 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  dxD exD qxD rxD                                                                                                                                                                                                                                                          	 $If   gd_  o  kd3 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  rxD sxD txD xD xD xD xD xD                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd53 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  xD xD xD xD xD 2            )            )            )                      	 $If   gd_    kdҍ3 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     xD ByD CyD HyD uyD zyD yD             [                                                                                                                                           kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  yD yD yD yD  zD RzD d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdȏ3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  RzD SzD XzD zD zD zD d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  zD zD zD zD zD {D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdZ3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  {D 
{D {D @{D E{D k{D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd#3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  k{D l{D m{D w{D {D {D {D d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd3 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  {D {D {D {D n            e            e                                                                                                                                                               	 $If   gd_    kd3 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           {D {D {D {D                                                                                                                                                                                                                                                	 $If   gd_  t  kd3 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  {D {D {D |D 
|D |D |D  |D ,|D                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd'3 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ,|D -|D                                             kdĕ3 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          -|D 8|D <|D C|D J|D K|D L|D M|D                                                             A                                  kd3 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  M|D N|D O|D P|D Q|D R|D S|D T|D                                                 A                                              kd3 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  T|D U|D V|D W|D X|D Y|D n|D                                     A            <            7                  gd_    gd_    kdۘ3 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  n|D !}D "}D ;}D <}D U}D f}D g}D {}D }}D                                                                                                                                                                                                                                                   E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	 }D !}D "}D (}D )}D ;}D <}D f}D g}D }}D ~}D }D }D }D }D }D }D }D }D }D }D }D }D ~D ~D ~D ~D  ~D $~D %~D B~D C~D D~D P~D Q~D c~D +D ЀD рD ܀D ݀D D D 춥x                          /j3 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *}}D ~}D }D }D }D }D }D                                     a                                                                                                                             E  kdx3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   }D }D }D }D }D }D }D                                     a                                                                                                                             E  kd63 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdך3 $$If   l 0 
" R                                                           4 
l a   }D }D }D }D }D }D }D                                     a                                                                                                                             E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   }D }D }D ~D ~D ~D ~D                                     a                                                                                                                             E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdS3 $$If   l 0 
" R                                                           4 
l a   ~D ~D  ~D !~D "~D #~D $~D                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   $~D %~D 2~D 3~D A~D B~D l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdp3 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   B~D C~D D~D Q~D c~D *D +D D D D D l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd.3 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
D D D D D D D D D 
D D 
D 5D 6D D D D D D D D D 8D :D LD MD qD sD D D ÃD ŃD ƃD ҃D ӃD BD CD OD D D D ɊD D D OD PD D D D ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jS3 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0D 
D D 6D D D D D D 9D                                                                                                                                                                                                                                                       S  kd3 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	9D :D MD rD sD D ăD                                     N                                                                                       S  kdޠ3 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdL3 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ăD ŃD ƃD ӃD D D ^D _D LD MD BD CD OD ҇D -D D D mD ԉD                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdp3 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ԉD ՉD D D OD PD D D D D &D 'D 8D VD xD D D D 8D RD SD \D ]D D D [D \D D                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  D D 7D 8D HD PD %D 'D 8D UD VD xD =D ZD ]D D D D D D D ΒD ϒD D  D 5D 6D gD hD iD D D D D D D D ՖD ֖D D ۵۵۵ۭۜۋzrgrrr       j3 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'D D D ΒD ϒD  D 6D hD                                     j                                                                                                                                           kd3 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  hD iD zD ÓD ȓD D eD fD D D )D s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdt3 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
)D D HD ID D D D 6D 7D ۗD ܗD 4D 5D D D ZD [D (D )D CD TD D D D D D D                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  D D D D D D 6D 7D ڗD 3D D YD D D D D  D !D %D &D 'D (D )D 2D CD TD ՜D ޜD D D D D D D ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j3 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjM3 h_ U !D D D D D D  D                                                 e                                                                                                                        F  kd3 $$If   l   l '{6    4   4 
l a] p
        F  kd3 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  D D "D FD GD JD KD QD RD sD tD D D D D ǡD ȡD D D D D #D $D ;D <D RD SD mD nD D D D D D wD xD D D D 3D gD mD pD D D D D .D WD D D D ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3 D !D "D +D 9D FD GD                                                             5            v  kdt3 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd3 $$If   l   l '{6    4   4 
l a] p
         GD HD ID JD KD OD PD QD                                     t                                                                                                                                                             v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  QD RD kD mD sD                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdĦ3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         sD tD D D D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D D D D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D D D ǡD                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdŨ3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǡD ȡD ݡD ߡD D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D D D D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D D D #D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdƪ3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #D $D 3D 5D ;D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;D <D JD LD RD                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         RD SD fD hD mD                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdǬ3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mD nD uD zD D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D D D D wD xD D ̤D D D 4D hD {D D                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D åD D D CD VD D D ܦD D .D HD XD D D ߧD D D D D 
D D $D JD YD lD mD D D D                                                                                                                                                                                                                                                                                                                                                                   gd_  D D D D D D $D :D YD kD D D ةD ۩D D 9D JD ~D D ժD >D SD D D D D D D «D ߫D D D пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  D ةD D D D D HD ID JD ~D D D D ֪D תD =D >D HD SD D D D                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  D D                                     kdȮ3 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D «D ߫D D D D "D 8D :D QD                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	D D D D !D "D 7D 8D RD [D D D D D D D D D ED FD KD TD qD sD D D D D D D ˮD Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ QD RD                                     kd3 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               RD [D }D ~D D D D ӬD ԬD D D D D D                                                                                                                                     q                            kdv3 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
D D D D FD GD HD ID JD             q            l                                                                                                                                                       gd_    kd33 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  JD KD                                     kd3 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               KD TD uD vD D D D D ­D ԭD D D -D BD \D ]D rD                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  rD sD D D z            q            q                                                                                                                                                                                       	  $If   gd_    kdG3 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       D D D ͮD ήD ϮD ЮD ѮD z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd3 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ˮD ̮D ͮD ҮD ۮD cD eD uD vD D D D įD ůD ʯD ӯD !D -D ID UD tD D ҰD ԰D D D D D D D (D rD D D D ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ѮD ҮD                                     kd3 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ҮD ۮD D D D D 2D ND OD dD eD vD D                                                                                                             q                                                         kd3 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  D D D ůD ƯD ǯD ȯD ɯD z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdշ3 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ɯD ʯD                                     kd3 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ʯD ӯD D D ҰD ӰD ԰D D D                                                             q                                                                                                                             kd3 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  D D D D (D D D D  D 
D D z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd3 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
D D  D D GD HD RD \D ]D }D ~D D D D D D D xD zD D D ܴD D D D  D ?D @D AD BD CD FD OD D D D ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #D HD RD \D                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  \D ]D                                        kdq3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]D ~D D D òD D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D D                                        kdż3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D D ӳD ԳD D 4D yD zD D ܴD D                                                                                                 s                                                                        kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  D  D AD BD CD DD ED |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdӾ3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ED FD                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FD OD D D D ݵD                         s                                                                                                                                                                                   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  D ܵD ݵD ޵D ߵD D D D D D D D D D iD D D D lD D D D D D D .D HD gD ѾD D `D D D D zD D xD D D D D D D #D XD YD о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ݵD ޵D ߵD D D D D D D D D D D D |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
D D |D D D ·D D D +D `D D D D D D D D D D                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D #D (D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (D )D 4D 9D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9D :D DD ID             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ID JD KD iD wD D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd03 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D ĺD ɺD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɺD ʺD ˺D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D "D 'D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'D (D 3D 8D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8D 9D CD HD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HD ID JD lD zD D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D ǻD ̻D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̻D ͻD λD D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D  D %D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %D &D 0D 5D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5D 6D AD FD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FD GD QD VD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VD WD XD D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D üD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   üD ļD μD ӼD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӼD ԼD ߼D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D -D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -D .D 9D >D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >D ?D ID ND             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ND OD ZD _D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd53 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _D `D jD oD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oD pD qD ݽD &D HD VD fD                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fD gD rD wD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wD xD D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D ѾD ߾D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D  D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D !D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !D "D ,D 1D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1D 2D 3D `D nD ~D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D ¿D D  D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D !D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !D "D ,D 1D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1D 2D =D BD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BD CD MD RD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RD SD TD zD D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D HD ID xD D D                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd:3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D #D (D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (D )D 3D 8D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8D 9D DD ID             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd23 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ID JD TD YD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YD ZD [D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D "D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "D #D .D 3D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3D 4D >D CD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CD DD OD TD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TD UD _D dD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dD eD fD D D D D D ID JD WD XD YD |D D                                                                                                                                                                                        gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YD jD |D D D 6D GD HD ID ^D D D D D D D D D D D D D )D 2D D D D D (D Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  D D 6D HD ID SD ^D D D D                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	D D                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D D D (D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  (D )D                                        kdY3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )D 2D D D D D D UD D D D D D D D                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  D D D iD D D D D |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (D )D CD DD ED XD YD hD D D D 	D 
D 9D :D =D FD D D D D D D D D D ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jg3 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  D D 
D 9D :D ;D <D |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <D =D                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =D FD D D D =D HD dD }D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  D D D D |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D D D D ID JD ~D D D D D D |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D ID JD }D ~D D D D D D D RD D D D D D D D D D D D ED hD iD lD uD +D .D D D D D D D D ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $D D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  D D                                        kdn3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D ED WD iD jD kD                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  kD lD                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lD uD D D D D D D D  D  D AD gD D D D D                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  D D D .D D D D `D |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D D 	D 
D D D -D ND D D D D D >D _D `D cD tD D D D BD CD DD UD ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j3 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  `D aD bD cD D D D D DD VD WD aD |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdU3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UD WD lD D D D D D D D D D D D  D D D D D 
D D D D %D &D pD qD sD tD D D D D D ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !aD lD D D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  D D                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D D                                        kdc3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D  D D D D D D D D D &D                                                                                                 Y                              kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
&D qD rD sD tD D :D ^D D D +D 8D             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdq3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  D D D D D D D D :D ^D +D 8D dD uD D D D D D D D D D D D D  D D D D nD D qD xD D 
D :D [D D D SD TD lD mD }D ~D ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jp3 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j+3 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -8D cD dD uD D D |D }D D D D )D *D D D D D D D D D D D mD nD }D D                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  D D D D D D             f                                                                                                                                                                      kd3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  D D D D D o            f            f            f                                                                                                                                                	  $If   gd_    kd 3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D D D D D o            f            f            f                                                                                                                                                	  $If   gd_    kdn3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D D D D D o            f            f            f                                                                                                                                                	  $If   gd_    kd3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D D D D D o            f            f            f                                                                                                                                                	  $If   gd_    kdJ3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D D D !D -D o            f            f            f                                                                                                                                                	  $If   gd_    kd3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -D .D 6D =D BD o            f            f            f                                                                                                                                                	  $If   gd_    kd&3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at BD CD KD RD ^D o            f            f            f                                                                                                                                                	  $If   gd_    kd3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^D _D `D aD D D ZD [D D D D D D o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd3 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~D D D D D D D HD SD JD [D  E  E E E E %E )E EE IE JE _E E E E E E E E E E E E E E E E E ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %D D D D GD HD D D 1D D D D D MD D D rD D D GD HD iD vD D D D D                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  D D D D D D D D 0D GD HD SD D D !D "D D D vD wD JD [D D D D @D nD D D                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  D D  E e E  E  E  E E E EE IE JE TE _E E E E                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  E E                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E 
E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E                                        kd?3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E TE `E E E E E E XE bE E E E                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
E E E +E |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E *E +E ,E .E :E >E ZE [E pE E E E E E E E E E E 
E E E E 
	E ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 +E ,E -E .E ZE [E eE pE E E |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdM3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  E E                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E 
E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  E E                                        kd[3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E YE eE E E E E E 
	E 	E 	E                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  
	E 	E 	E ,	E -	E 3	E :	E ;	E <	E =	E R	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 	E E ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    	E 	E -	E ;	E |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;	E <	E =	E G	E R	E 	E 	E 	E |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E 	E                                        kd#3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	E 	E 	E 	E 	E 	E 	E 	E                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  	E 	E                                        kdw3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	E 	E =
E I
E p
E 
E 
E 
E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  E E E  E E E E E E  E !E "E .E 2E ME NE cE E E E E E E E E 
E 
E ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    E  E E E |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E  E !E "E NE XE cE E E E |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd 4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E E                                        kd?4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E  
E 
E 
E 
E 
E 
E                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  
E 
E 
E 
E E E E E E E E E E E E E E E E E 0E 1E ;E ZE [E \E îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
E 
E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
E 
E O
E [
E 
E 
E 
E E GE E E E                                                                                                                         f                           kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  E E E E E E E E E E                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	E E                                        kd[4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E 1E [E \E ]E _E `E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  \E ]E aE jE E E E E E E E E E E RE lE nE oE E E E E E E E E п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  `E aE                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aE jE E E E 
E *E YE vE E E E                                                                                                                         f                           kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  E E E E E RE oE yE E E                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  E E                                        kdw	4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E E E E E E E E SE TE UE eE fE E E E E E E E E E E E ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 E E                                        kd
4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E .E mE E TE UE fE E                                                                                     s                                                                                              kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
E E E E E E E ~E E E E ,E dE E |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E E E +E ?E cE wE E E E 
E OE PE eE E E E E E E E E E E E E E E E @E AE [E dE pE õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !E E OE PE ZE eE E E E                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  E E                                        kd
4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E .E AE CE ZE                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ZE [E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [E dE E E E E E "E OE VE ^E                                                             f                                    [            [                     
  $If   gd_ K$  kd;4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
pE E E E E !E "E %E :E CE ME OE UE VE ]E _E tE uE E E E E E E E E E E E E E ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ^E _E uE E E E                                     R            I                                                                     	  $If   gd_ Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   E E E E E E E E  E !E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E E E "E +E NE E E E E E E E E E E E E E $E &E ,E -E .E ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J !E "E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "E +E NE |E E E E E E E E                                                             f                                    [            [                     
  $If   gd_ K$  kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
E E E %E &E 'E (E                                     R                                                                                              Q  kdd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   (E )E *E +E ,E -E                                     R            I                                                                     	  $If   gd_ Q  kd~4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   -E .E VE wE xE E E E E E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.E FE PE QE RE TE UE VE wE xE E E E E E E tE E E E E E E E E (E 1E HE xE ~E ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E E E E E xE                                                                                     Y                                          kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
xE E E E E E E E E  E  E + E E E M E b E w E  E  E                                                                                                                                                                                                                      	  $If   gd_  S  kd4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ~E E E E !E !E !E !E !E &!E '!E (!E *!E +!E ,!E K!E L!E !E !E !E !E !E "E "E "E "E "E "E ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   E  E  E  E !E !E !E                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kde4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !E !E ,!E L!E q!E !E !E !E !E |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !E !E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !E !E "E <"E "E "E "E "E 
#E #E #E                                                             f                                    [            [                     
  $If   gd_ K$  kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
"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 1%E %E e&E ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 #E #E &#E ;#E P#E b#E |#E #E #E #E #E #E #E $E $E 8$E R$E b$E                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   b$E |$E $E $E $E                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdQ4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $E $E $E $E $E $E %E %%E &%E '%E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'%E (%E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (%E 1%E %E %E &E d&E 'E 'E 'E 'E 'E i'E                                                                                                 f                                                   kd 4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  e&E  'E 'E 'E 'E 'E 'E h'E i'E j'E 'E 'E 'E 'E 'E 'E 'E 'E 'E (E 	(E (E (E þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ i'E j'E 'E 'E 'E 'E 'E 	(E 
(E (E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(E (E                                        kde"4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (E (E (E (E *)E s)E *E *E *E *E %*E                                                                                                 Y                              kd#4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
(E (E (E ))E *)E s)E *E *E *E *E $*E %*E w*E x*E y*E *E *E *E *E *E *E *E *E +E +E +E νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  %*E x*E y*E *E *E *E *E *E  +E +E +E +E             s                                                                                                                                                                 kds$4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  +E +E                                        kd-%4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +E +E +E ,E _,E ,E G-E H-E I-E Z-E -E                                                                                     Y                                          kd&4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
+E +E +E ,E E-E G-E H-E I-E Y-E Z-E -E -E -E -E -E -E 6/E 8/E 9/E :/E J/E K/E /E /E /E /E /E /E /E /E /E /E ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 -E -E -E -E -E -E -E -E .E .E 7.E G.E a.E {.E .E .E .E                                                                                                                                                                                                         	  $If   gd_  S  kd;'4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  .E .E .E .E /E /E 7/E 8/E 9/E                                                                                                                                                                                                                                                 	  $If   gd_  S  kd'4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9/E :/E K/E /E |            s            s                                                                                                                                                                                           	  $If   gd_   kd_(4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /E /E /E /E /E /E 0E 0E '0E (0E )0E |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd)4 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/E /E /E /E &0E '0E *0E 30E 0E 2E 2E 2E 2E 2E 2E  3E 3E Y3E 3E 3E 3E 3E 3E 3E 3E 5E 5E ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  )0E *0E                                        kd)4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *0E 30E 0E L1E 1E 1E /2E 2E 2E 2E 2E                                                                                                 f                                                        kd5+4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
2E Y3E 3E 3E 3E 3E 3E 4E 4E -4E ?4E Y4E s4E 4E 4E                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd+4 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  4E 4E 4E 4E 4E  5E 5E *5E <5E V5E p5E 5E 5E 5E 5E 5E 5E                                                                                                                                                                                                                            S  kd,4 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5E 5E 5E 6E 6E 6E 26E E6E X6E k6E l6E m6E             s                                                                                                                                                                 kd-4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5E 5E 5E 5E 6E 6E 6E 	6E 
6E 6E 6E 6E 6E j6E k6E n6E w6E ;7E j7E k7E 7E 7E E8E F8E +9E @9E 9E 9E :E :E :E :E Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ m6E n6E                                        kd-4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n6E w6E ;7E 7E 7E F8E y8E 8E B9E 9E 9E :E :E :E :E 9;E ;E ;E ;E ;E /<E [<E <E <E <E                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  :E :E ;E <E <E .<E <E <E <E <E <E <E <E <E ==E C=E D=E L=E N=E ?E ?E ?E ?E ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   <E <E <E ==E D=E M=E |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd!/4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M=E N=E V=E k=E =E =E =E =E =E =E >E  >E 1>E K>E \>E v>E ~>E >E                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd/4 $If   K$L$l 0                     x                
t                                4   4 
l a   >E >E >E >E >E ?E ?E .?E H?E Y?E s?E ?E ?E ?E ?E                                                                                                                                                                                                                   	  $If   gd_  S  kdm04 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?E ?E ?E ?E ?E ?E @E @E )@E *@E +@E |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd04 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
?E ?E ?E ?E ?E ?E ?E ?E ?E (@E )@E ,@E 5@E @E AE AE =BE RBE BE BE CE CE  DE 5DE DE DE DE DE DE :EE ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ +@E ,@E                                        kd14 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,@E 5@E @E AE UBE BE BE ECE CE 8DE DE DE 6EE UEE tEE EE EE EE EE /FE 0FE                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  :EE MEE YEE lEE EE EE EE EE EE FE 
FE &FE .FE /FE 0FE 1FE AFE BFE FE FE FE FE FE HE HE HE HE HE IE IE IE ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  0FE 1FE BFE FE FE FE |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd34 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       FE FE FE FE FE FE FE FE GE ,GE =GE TGE kGE |GE GE GE GE GE                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd34 $If   K$L$l 0                                     
t                                4   4 
l a   GE GE GE GE GE HE "HE 9HE PHE aHE xHE HE HE HE HE HE HE                                                                                                                                                                                                                            S  kdg44 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  HE HE HE 	IE 
IE IE 0IE CIE VIE iIE kIE lIE             s                                                                                                                                                                 kd44 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  IE 	IE 
IE IE IE hIE iIE mIE vIE JE JE PKE KE "LE LE LE ME ME qNE OE XOE mOE PE PE KQE QE FRE [RE TE TE TE TE TE UE 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !lIE mIE                                        kd54 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mIE vIE JE PKE "LE LE ME XME ME ME NE =NE oNE OE OE PE QE ^RE _RE fRE TE TE                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  TE CTE TE TE TE UE  UE ?UE ^UE }UE ~UE UE                                                                                                             f                                       kd74 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  UE UE $UE 7UE CUE VUE bUE uUE |UE ~UE UE UE UE UE UE UE UE UE UE UE VE VE (WE =WE >WE ?WE ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  UE UE UE UE UE UE  VE VE             s                                                                                                                                                                                     kd74 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  VE VE                                        kd{84 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VE VE VE :VE \VE ~VE VE VE VE VE WE )WE >WE                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  >WE ?WE PWE WE WE |            s            s            s                                                                                                                                                                          	  $If   gd_   kd94 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?WE OWE PWE WE WE WE WE WE WE WE WE WE WE YE YE 
ZE  ZE CZE WZE {ZE ZE ZE ZE [E %[E ]E ]E ]E ^E y^E |^E ^E ^E ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  WE WE WE WE WE YE YE YE 
ZE DZE |ZE ZE [E |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd:4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [E g[E h[E [E a\E b\E !]E "]E ]E ]E ^E {^E |^E ^E ^E )_E a_E _E _E L`E M`E W`E b`E `E `E `E                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^E ^E _E (_E <_E `_E t_E _E _E _E 
`E L`E M`E b`E `E `E `E `E `E `E `E `E `E `E `E `E `E `E `E aE aE aE aE #aE ,aE taE bE bE bE bE bE õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (`E `E                                        kdC;4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `E `E `E `E `E aE aE !aE "aE                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  "aE #aE                                        kd<4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #aE ,aE taE aE aE aE bE 4bE kbE bE bE bE                                                                                                             f                                       kd=4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  bE bE bE bE bE bE bE cE "cE $cE %cE             s                                                                                                                                                                      kd>4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
bE bE bE bE bE bE bE bE bE bE bE bE bE !cE "cE &cE /cE pcE qcE cE cE cE dE dE dE dE  dE *dE +dE /dE 0dE 1dE CdE DdE VdE WdE |dE }dE ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %%cE &cE                                        kd_?4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &cE /cE McE qcE cE cE dE dE                                                 f                                                                                                                       kd@4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  dE dE 0dE 1dE DdE WdE jdE }dE dE dE |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmA4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	dE dE                                        kd'B4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }dE dE dE dE dE NeE OeE PeE `eE aeE beE ceE {eE eE eE eE eE eE eE eE eE eE eE eE eE eE fE 	fE fE fE gE gE gE *gE +gE ,gE -gE :gE 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %dE dE dE dE OeE PeE aeE beE                                                 f                                                                                                                       kd{C4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  beE ceE eE eE eE eE eE eE eE eE |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5D4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	eE eE                                        kdD4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eE eE 	fE fE gE gE +gE ,gE                                                 f                                                                                                                       kdCF4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ,gE -gE .gE _gE gE gE hE hE EhE =iE >iE riE iE |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdF4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :gE >gE _gE gE gE gE hE  hE $hE EhE hE >iE riE iE iE iE iE iE "jE #jE 6jE HjE IjE gjE hjE {jE jE jE jE jE jE /kE ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  iE iE #jE hjE jE jE 0kE wkE kE lE lE lE 'lE 2lE elE olE ylE                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  /kE CkE vkE kE kE kE lE lE lE 2lE dlE elE olE ylE zlE lE lE lE lE lE lE lE lE lE lE  mE mE mE #mE $mE 3mE շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ylE zlE                                        kdG4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               zlE lE lE lE lE lE mE mE mE                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  mE mE                                        kdI4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               mE #mE mE mE mE 
nE nE DnE nE nE nE nE                                                                                                 f                                                   kd_J4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  3mE mE 
nE nE +nE ;nE DnE KnE QnE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE nE ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ nE nE nE nE nE nE nE nE                                                             R            I                                   	  $If   gd_ Q  kdK4 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdK4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ nE nE &oE 'oE :oE MoE `oE soE uoE voE oE |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd3L4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
nE oE  oE !oE %oE &oE 'oE 9oE :oE LoE MoE roE soE oE oE oE oE pE pE pE pE pE pE qE GqE PqE WqE ]qE nqE oqE ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ oE oE                                        kdL4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               oE oE pE  pE QpE npE pE pE pE pE pE qE *qE PqE oqE pqE                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  oqE pqE qqE qE qE qE qE qE qE qE qE qE qE qE qE rE rE rE rE rE (rE 2rE 3rE 7rE 8rE 9rE KrE LrE ^rE _rE rE rE rE пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  pqE qqE qE qE qE qE |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdAN4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qE qE qE 
rE rE rE                                     R            I                                                                     	  $If   gd_ Q  kdO4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdN4 $If   K$L$l 0                                     
t                              4   4 
l a   rE rE 8rE 9rE LrE _rE rrE rE rE rE |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	rE rE                                        kdP4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               rE rE sE )sE csE usE sE sE sE tE GtE KtE LtE MtE                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
rE rE rE rE  sE sE sE sE sE sE sE sE tE tE tE tE FtE GtE JtE KtE LtE MtE NtE ^tE _tE btE wtE tE tE tE زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 MtE NtE _tE tE |            s            s                                                                                                                                                                                           	  $If   gd_   kd#R4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tE tE tE tE tE tE tE tE tE tE tE tE tE uE uE uE uE uE uE }uE ~uE ,vE 0vE rvE vE vE vE wE wE ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    tE tE tE tE tE tE tE uE uE uE |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdR4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	uE uE                                        kdS4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               uE uE ~uE uE -vE `vE vE vE vE vE wE 3wE uwE vwE                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
wE wE *wE 2wE 3wE :wE @wE twE uwE vwE wwE wE wE wE wE wE wE wE wE wE wE wE wE 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  vwE wwE wE wE |            s            s                                                                                                                                                                                           	  $If   gd_   kdT4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wE wE wE wE wE wE xE xE yE yE >yE yE yE yE |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdU4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
wE wE wE xE xE yE yE yE >yE yE yE yE yE zE zE {E V{E W{E c{E g{E {E {E #|E /|E 3|E [|E -~E [~E g~E k~E ~E IE JE E E E E E E E E 5E 9E eE E ݂E ނE E mE E E ?E E ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4yE zE zE  {E {E V{E W{E {E {E "|E #|E [|E -~E Z~E [~E ~E JE E E E lE mE E E ӀE E E E E eE                                                                                                                                                                                                                                                                                                                                                                   gd_  eE E ނE E mE E E ?E E քE 
E oE pE {E E E E E E                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  E 
E E nE oE {E E E E E E E E E E E E NE E E E cE E E E !E "E FE }E ~E E ݈E ވE E E E E Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $E E E E E E E E E M            H            H            H            H            H            H            H                   gd_   kd_V4 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   E ՅE ܅E E E E E E                                                 _            V            V                                                             	 $If   gd_    kdV4 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  E E E E                                                                                                                                                                                                                                                          	 $If   gd_  o  kdW4 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  E E E E !E 4E <E HE                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdoX4 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  HE IE NE E E 2            )            )            )                      	 $If   gd_    kdY4 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     E E E E E E ]E             [                                                                                                                                           kd9Z4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ]E ^E cE E E E d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  E E E "E &E @E d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  @E AE FE ~E E E d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  E E E ވE E 	E d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd]]4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	E 
E E E dE iE uE d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd&^4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  uE vE yE E n            e            e                                                                                                                                                               	 $If   gd_    kd^4 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           E E E E                                                                                                                                                                                                                                                	 $If   gd_  t  kd_4 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  E E E E E E E E ʉE                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kda`4 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ʉE ˉE                                             kd`4 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ˉE ։E ډE E E E E E                                                             A                                  kdWb4 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  E E E E E E E E                                                 A                                              kd6c4 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  E E E E E E E                                     A            <            7                  gd_    gd_    kdd4 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  E E E يE ڊE E E E E E                                                                                                                                                                                                                                                   E  kdd4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	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 nE oE zE {E E E 춥x                          /j&j4 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *E E E E E 'E -E                                     a                                                                                                                             E  kde4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdSe4 $$If   l 0 
" R                                                           4 
l a   -E .E 7E ;E <E OE [E                                     a                                                                                                                             E  kdpf4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdf4 $$If   l 0 
" R                                                           4 
l a   [E \E ]E ^E _E qE E                                     a                                                                                                                             E  kd.g4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdf4 $$If   l 0 
" R                                                           4 
l a   E E E E E E E                                     a                                                                                                                             E  kdg4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg4 $$If   l 0 
" R                                                           4 
l a   E E E E E E E                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdKh4 $$If   l 0 
" R                                                           4 
l a   E ËE ЋE ыE ߋE E l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdh4 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   E E E E E ȌE ɌE E E E E l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdhi4 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
E E E E E E E E E E E E ӏE ԏE ,E -E 9E :E E E E E ֐E ؐE E E E E !E "E aE cE dE pE qE E E E /E 2E GE gE E E E E JE KE ]E ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jj4 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0E E E ԏE -E :E E E E אE                                                                                                                                                                                                                                                       S  kdj4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	אE ؐE E E E "E bE                                     N                                                                                       S  kdl4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdk4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   bE cE dE qE E @E E E E E E E E pE ˕E <E E E rE                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdl4 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   rE sE 2E E E E ,E JE KE ^E ĚE ŚE ֚E E E E E E ֜E E E E E E E E E EE                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ]E ^E ՙE ֙E E E ÚE ŚE ֚E E E E ۝E E E E E E EE [E _E lE mE E E ӠE ԠE E E E #E $E /E 0E 1E 5E 6E sE tE E ۵۵۵ۭۜۋzrgrrr       j n4 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'EE QE `E lE mE E ԠE E                                     j                                                                                                                                           kd<m4 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  E E E aE fE E E E  E E ǢE s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdm4 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ǢE !E E E 8E E E ԤE դE yE zE ҦE ӦE AE BE E E ƩE ǩE E E E \E E E "E #E                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  E E E E E E ԤE դE xE ѦE E E E E E E E E éE ĩE ũE ƩE ǩE ЩE E E sE |E E E E "E E E ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jn4 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujn4 h_ U !#E E E E E E E                                                 e                                                                                                                        F  kdo4 $$If   l   l '{6    4   4 
l a] p
        F  kdUo4 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  E E E E E E E E E E E 2E 3E IE JE eE fE E E E E E ¯E ٯE گE E E E E 3E 4E 5E 6E 7E E E "E E E ѲE E E E E E E E ̴E E )E HE ~E ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3E E E ɮE ׮E E E                                                             5            v  kdp4 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd;p4 $$If   l   l '{6    4   4 
l a] p
         E E E E E E E E                                     t                                                                                                                                                             v  kdSq4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  E E 	E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E +E -E 2E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2E 3E AE CE IE                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTs4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         IE JE ]E _E eE                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         eE fE {E }E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdUu4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd v4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E ¯E ѯE ӯE ٯE                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٯE گE E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdVw4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E 3E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3E 4E 5E 6E 7E E E "E jE E E ҲE E E ME                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdWy4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ME aE E E E E (E FE zE E ̴E E E *E IE }E ~E E E E E E ¶E E E 
E E $E WE XE                                                                                                                                                                                                                                                                                                                                                                   gd_  ~E E E E E E ¶E ضE E 	E >E VE vE yE E ׷E E E HE sE ܸE E #E $E .E 8E 9E _E `E }E ~E E пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  XE vE E E E E E E E E 2E HE ^E tE uE ۸E ܸE E E $E .E 8E                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  8E 9E                                     kdz4 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9E `E }E ~E E E E ֹE عE E                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	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 AE BE CE DE iE Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ E E                                     kdY{4 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               E E E E 0E 1E UE qE rE E E E E E                                                                                                                                     q                            kd|4 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
E E E E E E E E E             q            l                                                                                                                                                       gd_    kdm}4 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  E E                                     kd*~4 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               E E E E (E )E CE _E `E rE E E ˻E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  E E "E BE z            q            q                                                                                                                                                                                       	  $If   gd_    kd4 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       BE CE DE kE lE mE nE oE z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd>4 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       iE jE kE pE yE E E E E 3E 4E 6E bE cE hE qE E ˽E E E E E pE rE E E E E E E ƾE E RE SE E ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "oE pE                                     kd4 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               pE yE E E E E мE E E E E E 4E                                                                                                             q                                                         kdR4 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  4E 5E 6E cE dE eE fE gE z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd4 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       gE hE                                     kd̃4 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               hE qE E E pE qE rE E E                                                             q                                                                                                                             kd#4 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  E E E E ƾE SE E E E E E z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd4 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
E E E E E E E E E E E IE ^E _E E E 2E E E (E )E zE E E E E E E E E E E E IE YE ZE ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E IE _E aE E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E 4E 5E qE rE E E E E )E zE E                                                                                                 s                                                                        kdS4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  E E E E E E E |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd
4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E                                        kdǊ4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E HE IE ZE {E                         s                                                                                                                                                                                   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ZE zE {E |E }E ~E E E E /E 0E GE E E E &E E E 
E )E E E 2E QE E E E E oE E E E E E E 7E E 5E E E %E DE E E E E о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -{E |E }E ~E E E E ME NE E E E E E |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdՌ4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E E E 1E IE `E E E E E DE EE /E 0E GE \E E E E                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E %E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %E &E 1E 6E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6E 7E AE FE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɏ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FE GE RE WE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WE XE bE gE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gE hE iE E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E 
E E (E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (E )E 4E 9E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9E :E DE IE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IE JE UE ZE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdޓ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZE [E eE jE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jE kE lE E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E 2E @E PE                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdw4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PE QE \E aE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֖4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aE bE lE qE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd54 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qE rE }E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E 
E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΙ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
E E E {E E E E E                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd-4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E  E %E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %E &E 1E 6E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6E 7E AE FE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FE GE HE oE }E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƜ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E (E -E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -E .E 8E =E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =E >E IE NE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NE OE YE ^E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^E _E `E E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd۠4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E &E 6E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6E 7E BE GE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GE HE RE WE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WE XE cE hE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hE iE sE xE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xE yE zE E E E $E 4E                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdt4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4E 5E @E EE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӣ4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EE FE PE UE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd24 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UE VE aE fE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fE gE qE vE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vE wE xE E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˦4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E %E 3E CE                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CE DE OE TE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TE UE _E dE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dE eE pE uE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uE vE E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdé4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E (E HE mE E E E E E E E E E                                                                                                                                                                                        gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E 5E E E E E E E .E /E 9E CE DE vE wE E E E E E E E E E E E E Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  E E E E E E E /E 9E CE                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	CE DE                                        kd?4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DE wE E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E $E %E EE FE E E )E NE ^E oE E E E                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  E E E E  E 9E RE E |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E E E E E E E E E E E E E E E bE dE tE uE +E ,E /E @E XE ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j4 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  E E E E E E E |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd&4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E ,E -E |E E E E E 5E JE bE cE                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  cE dE uE ,E |            s            s                                                                                                                                                                                           	  $If   gd_   kd44 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,E -E .E /E XE E E E .E @E AE 0E 1E |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XE E E E E ?E @E AE _E E E E E /E 1E FE xE yE E E E E E E E E 
E E E E DE EE hE jE zE {E E ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $1E ;E FE yE E E                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E 	E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	E 
E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
E E XE YE hE yE E E 0E E E E E "E DE EE iE                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  iE jE {E E "E }E E E |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdP4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E E E E E E E "E GE |E E E E E E E E (E OE E E E E E ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j
4 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  E E  E E 'E (E E E E E E E |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E 
E <E =E GE QE RE wE xE E E E E E )E 7E tE E E E E E E E E E E E $E 6E 7E BE vE ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !E 
E =E GE QE                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  QE RE                                        kdI4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RE xE E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E  E @E AE E E E E E                                                                                                 Y                              kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
E E E E E BE E E 1E 2E E E             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  vE wE E E E E E E E E E E E E OE aE /E BE xE zE E E 0E 1E 3E 4E E E E E E @E E E E E E E cE E E E 
E E E E ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j4 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /je4 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -E E E E YE ZE E E NE OE aE E E .E /E DE E 1E 4E E E E E E E E -E                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  -E @E AE FE NE SE             f                                                                                                                                                                      kd̻4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  SE TE YE aE mE o            f            f            f                                                                                                                                                	  $If   gd_    kd:4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at mE nE sE zE E o            f            f            f                                                                                                                                                	  $If   gd_    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E o            f            f            f                                                                                                                                                	  $If   gd_    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E o            f            f            f                                                                                                                                                	  $If   gd_    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E o            f            f            f                                                                                                                                                	  $If   gd_    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E o            f            f            f                                                                                                                                                	  $If   gd_    kd`4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E o            f            f            f                                                                                                                                                	  $If   gd_    kdξ4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E E E E E E E E E LE ME E o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd<4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E E  E E E F F F F F F rF F F F F F F F F F F /F 0F :F DF EF QF rF sF F F F F F F F F ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %E E .E /E E E |E }E E E E E E E u F v F F F F F F F F !F .F ;F LF                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  LF ]F nF F F F F F F F F F !F "F F F AF BF F F F F .F ~F F F 
F 9
F i
F                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  i
F j
F 
F F rF sF F F F F F F F F 0F :F DF                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  DF EF                                        kd%4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EF sF F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F F                                        kdy4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F %F LF F F F F  F %F F F                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
F F F F |            s            s                                                                                                                                                                                           	  $If   gd_   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F F F F F @F AF KF UF VF bF F F F F F F F @F F ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 F F F F F F F F AF KF |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	KF UF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  UF VF                                        kdA4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VF F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F *F UF F F ?F F F F                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  F F F F F F F F F F F "F #F -F 7F 8F DF eF fF F F F F F $F ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    F F F F |            s            s                                                                                                                                                                                           	  $If   gd_   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F #F -F 7F |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7F 8F                                        kd]4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8F fF F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F 9F yF F #F F F F                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  $F F F F F F F F F F F F F F F F F 3F 4F >F HF IF UF vF wF F F ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    F F F F |            s            s                                                                                                                                                                                           	  $If   gd_   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F 4F >F HF |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	HF IF                                        kdy4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               IF wF F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  F F F F !F #F 3F 4F :F AF BF CF DF YF F F F F F F F F F F F F îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F  F NF F F F !F "F #F                                                                                                                         f                           kd!4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  #F 4F BF CF DF NF YF F F F                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  F F F F F F F F F F F F F F F 
F F 
F "F TF UF _F iF jF vF F п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F GF SF zF F F F F KF F F                                                                                                                         f                           kd=4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  F F F F F F 
F F "F UF                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	UF _F iF                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  iF jF                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jF F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F F F F F F  F  F  F !F !F !F "F "F 6"F 7"F 8"F 9"F :"F ;"F G"F K"F k"F Q$F d$F ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 F F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F  F  F  F !F A!F !F !F "F 6"F                                                                                     s                                                                                              kdY4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
6"F 7"F 8"F 9"F :"F ;"F k"F $F $F Q$F $F $F %F I%F |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d$F $F $F $F $F %F %F H%F \%F %F %F %F %F &F 5&F 6&F @&F J&F K&F c&F m&F n&F o&F r&F s&F &F &F &F &F &F &F &F 'F 'F õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !I%F %F %F %F %F &F 6&F @&F J&F                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  J&F K&F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K&F s&F &F &F &F &F &F &F &F                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  &F &F                                        kd!4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &F 'F m'F 'F 'F 'F 'F 'F 'F 'F 'F                                                             f                                    [            [                     
  $If   gd_ K$  kdu4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
'F m'F 'F 'F 'F 'F 'F 'F 'F 'F 'F 'F 'F 'F 'F 'F (F (F "(F $(F %(F &(F >(F H(F I(F J(F L(F M(F N(F p(F q(F ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 'F 'F (F #(F $(F %(F                                     R            I                                                                     	  $If   gd_ Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/4 $If   K$L$l 0                                     
t                              4   4 
l a   %(F &(F N(F q(F (F (F (F (F (F (F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q(F (F (F (F (F (F G)F H)F I)F J)F Z)F [)F )F )F )F )F )F )F )F )F )F )F )F )F ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J (F (F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (F (F (F )F H)F I)F J)F [)F )F )F )F                                                             f                                    [            [                     
  $If   gd_ K$  kdW4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
)F )F )F )F )F )F )F                                     R                                                                                              Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   )F )F )F )F )F )F                                     R            I                                                                     	  $If   gd_ Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+4 $If   K$L$l 0                                     
t                              4   4 
l a   )F )F )F *F *F ;*F N*F a*F b*F c*F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)F )F )F )F )F )F )F )F *F *F `*F a*F d*F m*F ^+F _+F ,F +,F E,F F,F G,F H,F X,F Y,F Z,F ,F ,F ,F -F -F ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c*F d*F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d*F m*F *F L+F _+F E,F F,F G,F H,F Y,F -F                                                                                     Y                                          kdS4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
-F -F &-F '-F /-F D-F Y-F k-F -F -F -F -F -F -F  .F .F '.F A.F                                                                                                                                                                                                                      	  $If   gd_  S  kd
4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ -F -F %-F '-F .F .F .F .F .F .F .F .F .F .F .F .F .F 4/F 5/F 8/F A/F M/F /F 60F M0F N0F O0F P0F ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  A.F [.F k.F .F .F .F .F                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  .F .F .F .F /F "/F 5/F 6/F 7/F |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd14 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7/F 8/F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8/F A/F /F /F N0F O0F P0F a0F 0F 0F 0F                                                             f                                    [            [                     
  $If   gd_ K$  kd?4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
P0F `0F a0F 0F 0F 0F 0F 0F 0F 0F 32F 52F 62F 72F O2F Y2F Z2F [2F ]2F ^2F _2F l2F v2F w2F 2F 2F 2F 2F U3F 4F ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 0F 0F 0F 0F 0F  1F 1F 41F D1F ^1F x1F 1F 1F 1F 1F 1F 1F  2F                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    2F 2F 42F 52F 62F                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  62F 72F _2F w2F 2F 2F 2F 2F 2F 2F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2F 2F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2F 2F U3F r3F 3F 4F 4F 4F 4F 4F 4F 5F                                                                                                 f                                                   kd+4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  4F 4F 4F 4F 4F 4F 4F 5F 5F 5F  5F *5F +5F ,5F .5F /5F 05F H5F I5F 5F 5F 5F 5F þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5F 5F 05F I5F n5F 5F 5F 5F 5F 5F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5F 5F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5F 5F ]6F 6F 6F 7F 7F 7F 7F 7F 7F                                                                                                 Y                              kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
5F \6F ^6F 6F 6F 7F 7F 7F 7F 7F 7F 7F 8F 8F 8F /8F 98F :8F ;8F =8F >8F ?8F @8F 8F 8F 8F νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  7F 8F 8F ?8F @8F e8F x8F 8F 8F 8F 8F 8F             s                                                                                                                                                                 kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8F 8F                                        kdg4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8F 8F 9F 9F 9F F:F :F :F :F :F K;F                                                                                     Y                                          kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8F 8F 9F F:F :F :F :F :F :F :F K;F L;F R;F S;F [;F ];F <F <F <F <F <F <F ;=F <=F ==F U=F _=F `=F a=F c=F d=F e=F ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 K;F L;F S;F \;F ];F e;F z;F ;F ;F ;F ;F ;F ;F <F !<F 6<F K<F                                                                                                                                                                                                         	  $If   gd_  S  kdu4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K<F ]<F w<F <F <F <F <F <F <F                                                                                                                                                                                                                                                 	  $If   gd_  S  kd4 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  <F <F <F <=F |            s            s                                                                                                                                                                                           	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <=F ==F e=F f=F y=F =F =F =F =F =F =F |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdS4 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e=F f=F x=F y=F =F =F =F =F >F z@F {@F |@F @F @F @F @F @F @F =AF qAF sAF yAF zAF AF AF }CF CF ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  =F =F                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =F =F >F >F &?F :?F ?F z@F {@F |@F @F                                                                                                 f                                                        kdo4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
@F @F sAF zAF AF AF AF AF AF AF AF AF BF "BF <BF                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd)4 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  <BF VBF gBF BF BF BF BF BF BF BF CF CF 9CF SCF dCF ~CF CF                                                                                                                                                                                                                            S  kd4 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  CF CF CF CF CF CF CF CF CF 	DF 
DF DF             s                                                                                                                                                                 kdM4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  CF CF CF CF CF CF CF CF CF CF CF CF CF DF 	DF DF DF DF EF 	EF /EF 0EF EF EF FF FF GF GF yHF HF HF HF Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ DF DF                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DF DF DF 0EF EF EF FF jFF FF 5GF GF :HF HF HF HF HF &IF =IF mIF IF IF IF %JF QJF JF                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  HF HF IF IF IF IF UJF hJF lJF JF JF JF JF JF JF JF JF JF JF ;MF =MF >MF ?MF ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   JF JF JF JF JF JF |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd[4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       JF JF JF 	KF KF 3KF EKF _KF yKF KF KF KF KF KF KF LF LF 1LF                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0                     x                
t                                4   4 
l a   1LF FLF [LF mLF LF LF LF LF LF LF MF "MF <MF =MF >MF                                                                                                                                                                                                                   	  $If   gd_  S  kd4 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  >MF ?MF gMF hMF {MF MF MF MF MF MF MF |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd94 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
?MF WMF aMF bMF fMF gMF hMF zMF {MF MF MF MF MF NF NF OF OF OF QPF fPF BQF WQF QF QF vRF RF RF RF RF RF ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ MF MF                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MF MF NF OF OF iPF vPF PF ZQF QF RF RF RF RF SF 7SF NSF mSF SF SF SF                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  RF RF RF 
SF RSF eSF qSF SF SF SF SF SF SF SF SF SF SF SF $TF *TF +TF 3TF 5TF {VF }VF ~VF VF VF VF VF VF ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  SF SF SF $TF +TF 4TF |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdU4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4TF 5TF =TF OTF aTF sTF TF TF TF TF TF TF 	UF UF 0UF AUF XUF YUF                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0                                     
t                                4   4 
l a   YUF aUF sUF UF UF UF UF UF UF UF VF -VF >VF TVF eVF |VF }VF                                                                                                                                                                                                                            S  kd4 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }VF ~VF VF VF VF VF VF VF VF WF 	WF 
WF             s                                                                                                                                                                 kd3 5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  VF VF VF VF VF WF WF WF WF &XF XXF XF  YF YF !ZF =ZF ZF ZF \F \F \F ]F ]F e^F ^F _F _F _F aF %bF 8bF DbF WbF bF 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !
WF WF                                        kd 5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WF WF &XF XF YF >ZF ZF ZF A[F `[F [F [F 
\F \F H]F g^F _F _F _F `F aF aF                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  aF aF !bF @bF _bF bF bF bF bF cF cF -cF                                                                                                             f                                       kdA5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  bF bF bF bF bF bF  cF cF cF cF ,cF -cF pcF qcF rcF cF cF cF cF cF cF cF dF dF dF dF ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  -cF qcF rcF cF cF cF cF cF             s                                                                                                                                                                                     kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  cF cF                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cF cF cF cF cF dF >dF ?dF adF dF dF dF dF                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  dF dF dF !eF FeF |            s            s            s                                                                                                                                                                          	  $If   gd_   kd	5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dF dF dF EeF FeF GeF HeF IeF UeF YeF ]eF deF eF igF |gF gF gF gF gF hF -hF `hF thF hF hF kF kF kF kF lF lF NlF alF ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  FeF GeF HeF IeF eF 3gF 5gF igF gF gF hF ahF hF |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hF iF iF XiF iF  jF jF jF kF kF kF lF lF NlF lF lF lF FmF mF mF mF mF  nF 3nF =nF GnF                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  alF lF lF lF lF lF mF EmF YmF mF mF mF mF  nF 2nF 3nF =nF GnF HnF `nF jnF knF onF pnF qnF nF nF nF nF nF nF nF nF nF nF oF 6pF 7pF 8pF HpF IpF õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (GnF HnF                                        kd}5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HnF pnF qnF nF nF nF nF nF nF                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  nF nF                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nF nF oF 5oF loF oF oF oF 	pF 7pF 8pF IpF                                                                                                             f                                       kd%	5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  IpF JpF KpF spF tpF pF pF pF pF pF pF             s                                                                                                                                                                      kd	5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
IpF JpF KpF cpF mpF npF rpF spF tpF pF pF pF pF pF pF pF pF qF qF qF qF qF qF qF qF qF qF qF qF qF qF qF qF qF qF qF rF rF ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %pF pF                                        kd
5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pF pF pF qF qF qF qF qF                                                 f                                                                                                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  qF qF qF qF qF qF rF rF rF rF |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	rF rF                                        kda
5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rF rF (rF irF jrF rF rF rF rF rF  sF sF sF #sF $sF (sF )sF *sF <sF =sF OsF PsF usF vsF zsF sF sF sF )tF *tF tF tF tF tF tF tF tF tF 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %rF (rF FrF jrF rF rF rF  sF                                                 f                                                                                                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   sF sF )sF *sF =sF PsF csF vsF xsF ysF |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ysF zsF                                        kd)5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zsF sF sF *tF tF tF tF tF                                                 f                                                                                                                       kd}5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  tF tF tF tF uF uF uF uF uF vF vF wF RwF |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd75 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tF tF tF uF uF uF uF uF uF uF =vF vF wF #wF RwF ewF wF wF wF wF wF wF wF xF xF xF GxF ZxF xF xF xF xF ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  RwF wF wF xF GxF xF xF yF dyF yF yF yF yF yF zF 
zF zF                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  xF xF yF (yF cyF wyF yF yF yF yF zF zF 
zF zF zF 0zF :zF ;zF ?zF @zF AzF IzF fzF xzF yzF zF zF zF zF zF zF շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\zF zF                                        kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               zF @zF AzF fzF yzF zF zF zF zF                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  zF zF                                        kdE5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               zF zF 0{F a{F s{F {F {F {F $|F %|F 6|F c|F                                                                                                 f                                                   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  zF 0{F {F {F {F {F {F {F {F #|F $|F %|F 5|F 6|F 9|F N|F W|F a|F c|F i|F j|F q|F s|F |F |F |F |F |F |F ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ c|F j|F r|F s|F |F |F |F |F                                                             R            I                                   	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdS5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ |F |F |F |F |F |F |F }F }F }F *}F |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdm5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
|F |F |F |F |F |F |F |F |F |F |F }F }F +}F 4}F 5}F D}F }F p~F z~F {~F ~F ~F ~F ~F ~F ~F ~F F 
F ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ *}F +}F                                        kd'5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +}F 4}F }F }F }F ~F %~F 8~F p~F {~F ~F ~F ~F ~F 
F F                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  
F F F F  F #F )F TF ZF [F bF dF mF F F F F F F F F F F F F F F F F F "F #F 'F пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  F F  F TF [F cF |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cF dF F F F F                                     R            I                                                                     	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd55 $If   K$L$l 0                                     
t                              4   4 
l a   F F F F F F F #F %F &F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&F 'F                                        kd	5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               'F 0F F ǀF F F NF YF xF F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
'F 0F 1F @F F NF XF YF wF xF F F F F F F F F F F F F F F F  F F F (F )F زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 F F F *F |            s            s                                                                                                                                                                                           	  $If   gd_   kd]5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )F *F +F CF MF NF RF SF TF fF gF yF zF F F F F F F F F ʃF ΃F F |F F F F F ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    *F +F SF TF gF zF F F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F F                                        kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F F F YF ˃F F /F AF |F F F фF F F                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
F F ȄF ЄF фF ؄F ބF F F F F %F &F )F >F GF QF RF SF TF UF VF }F 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  F F &F SF |            s            s                                                                                                                                                                                           	  $If   gd_   kd% 5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SF TF UF VF }F ~F F pF F F ܆F HF F F |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd 5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
}F F F F pF F F F ܆F HF F F F F 3F F F F F F .F F F ͉F щF F ˋF F F 	F 6F F F "F #F /F 3F VF F F F ӎF ׎F F MF {F |F F F HF F ݑF 5F ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4F F 3F F F F F .F F F F F ˋF F F 6F F "F #F VF 
F F @F UF qF F F F F F                                                                                                                                                                                                                                                                                                                                                                   gd_  F MF |F F F HF F ݑF 5F tF F 
F F F %F 4F @F SF WF                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  5F F F F 
F F /F 3F SF VF WF ^F _F F F F F F #F F F F 7F 8F F F F F F F NF {F |F F F F \F Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $WF XF YF ZF [F \F ]F ^F _F M            H            H            H            H            H            H            H                   gd_   kd!5 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   _F sF zF F F F F F                                                 _            V            V                                                             	 $If   gd_    kd7"5 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  F F F F                                                                                                                                                                                                                                                          	 $If   gd_  o  kd#5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  F F F F F ғF ړF F                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd#5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  F F F #F (F 2            )            )            )                      	 $If   gd_    kdF$5 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     (F ~F F F F F F             [                                                                                                                                           kds%5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  F F F 8F <F F d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd<&5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F F F F ĕF ޕF d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd'5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ޕF ߕF F F !F HF d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd'5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  HF IF NF |F F F d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd(5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F F F F F F F d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd`)5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F F F !F n            e            e                                                                                                                                                               	 $If   gd_    kd)*5 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           !F "F %F .F                                                                                                                                                                                                                                                	 $If   gd_  t  kd*5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  .F /F 0F AF FF NF UF \F hF                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd+5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  hF iF                                             kd8,5 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          iF tF xF F F F F F                                                             A                                  kd-5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  F F F F F F F F                                                 A                                              kdp.5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  F F F F F F F                                     A            <            7                  gd_    gd_    kdO/5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  F ]F ^F wF xF F F F F F                                                                                                                                                                                                                                                   E  kd.05 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	\F ]F ^F dF eF wF xF F F F F F F ˘F ̘F ٘F ژF F F F F )F *F BF CF ZF [F \F `F aF ~F F F F F F gF F 
F F F )F *F 춥x                          /j`55 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *F F F F F ŘF ˘F                                     a                                                                                                                             E  kd05 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd05 $$If   l 0 
" R                                                           4 
l a   ˘F ̘F ՘F ٘F ژF F F                                     a                                                                                                                             E  kd15 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdK15 $$If   l 0 
" R                                                           4 
l a   F F F F F F )F                                     a                                                                                                                             E  kdh25 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd	25 $$If   l 0 
" R                                                           4 
l a   )F *F 5F BF CF MF ZF                                     a                                                                                                                             E  kd&35 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd25 $$If   l 0 
" R                                                           4 
l a   ZF [F \F ]F ^F _F `F                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd35 $$If   l 0 
" R                                                           4 
l a   `F aF nF oF }F ~F l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd35 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ~F F F F F fF gF YF ZF 1F 2F l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd45 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
*F .F /F $F %F 0F 1F AF BF FF GF IF qF rF ʝF ˝F םF ؝F F !F ,F -F tF vF F F F F F F F F F F F ~F F F ͥF ХF F F *F 3F F F F F F ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j55 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 02F IF RF rF ˝F ؝F  F !F -F uF                                                                                                                                                                                                                                                       S  kd.65 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	uF vF F F F F  F                                     N                                                                                       S  kdR75 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd65 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    F F F F GF ޟF F F F F ~F F F F iF ڣF @F F F                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd75 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   F F ХF +F F F ʦF F F F bF cF tF F F F ?F XF tF F F F F 8F 9F F F F                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  F F sF tF F F aF cF tF F F F yF F F 7F 9F XF F F F 
F F [F \F qF rF F F F F ±F ͱF αF ϱF ӱF ԱF F F F ۵۵۵ۭۜۋzrgrrr       jZ95 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'F F F 
F F \F rF F                                     j                                                                                                                                           kdv85 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  F F F F F CF F F F (F eF s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd85 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
eF F F F ֱF &F 'F rF sF F F pF qF ߵF F F F dF eF F F @F F AF BF F F                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  F F F #F $F 'F rF sF F oF 1F F ?F @F KF LF \F ]F aF bF cF dF eF nF F F F F #F CF AF F +F ,F ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j(:5 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj95 h_ U !F ,F 0F 1F GF HF \F                                                 e                                                                                                                        F  kd;5 $$If   l   l '{6    4   4 
l a] p
        F  kd:5 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ,F 1F ^F F F F F F F F F мF ѼF F F F F  F !F =F >F _F `F wF xF F F F F ѽF ҽF ӽF ԽF սF F F F !F VF oF F F F 8F JF F 5F jF F F F F ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3\F ]F ^F gF uF F F                                                             5            v  kd;5 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdu;5 $$If   l   l '{6    4   4 
l a] p
         F F F F F F F F                                     t                                                                                                                                                             v  kd<5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  F F F F F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8=5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F ɼF ˼F мF                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         мF ѼF ߼F F F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F F F F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9?5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F F F  F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          F !F 6F 8F =F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =F >F XF ZF _F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:A5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _F `F oF qF wF                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         wF xF F F F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F F F F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;C5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F F F ѽF                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ѽF ҽF ӽF ԽF սF F F F F "F VF pF F F F                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdD5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F F 3F KF F F F F F 6F jF F F F F F F F F @F IF JF `F F F F F F F F                                                                                                                                                                                                                                                                                                                                                                   gd_  F F (F >F ?F @F `F vF F F F F F F TF uF F F F F zF F F F F F F F F F F /F пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  F F "F 5F 6F TF F F F F F F F F F yF zF F F F F F                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  F F                                     kd<E5 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F F F F 2F HF ^F tF vF F                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	/F 2F GF HF ]F ^F sF tF F F &F (F 8F 9F XF YF ZF [F F F F F F F F F F F F F F Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ F F                                     kdF5 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F F F F F F F F F %F &F 'F (F 9F                                                                                                                                     q                            kdG5 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
9F YF ZF [F F F F F F             q            l                                                                                                                                                       gd_    kdH5 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  F F                                     kddI5 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               F F F F F F F F F F ;F TF iF ~F F F F                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  F F F F z            q            q                                                                                                                                                                                       	  $If   gd_    kdJ5 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       F F F 	F 
F F F 
F z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdxK5 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       F F 	F F F F F F F F F F  F F F F ]F iF F F F F F F  F !F @F AF DF NF dF F F F $F ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "
F F                                     kd5L5 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F F 6F 7F KF LF nF F F F F F F                                                                                                             q                                                         kdM5 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  F F F F F F F F z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdIN5 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       F F                                     kdO5 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F F XF YF F F F !F AF                                                             q                                                                                                                             kd]P5 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  AF BF CF DF dF F %F ;F <F FF QF z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdQ5 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
$F %F <F QF F F F F F F F F F F 1F :F F F F F F F +F ZF [F \F {F |F }F ~F F F F F F F ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #QF F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  F F                                        kdQ5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F 0F                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0F 1F                                        kd9S5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1F :F F F F F F pF F F F F [F                                                                                                 s                                                                        kdT5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [F \F }F ~F F F F |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdGU5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F                                        kdV5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F F                         s                                                                                                                                                                                   kdUW5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F F F F F F F @F KF F F F %F DF F F $F CF F F 2F QF F F KF jF F F 
F ,F F F .F MF F F F F 5F TF F F @F _F F F о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -F F F F F F KF F F -F 8F BF MF WF |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdX5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
WF XF F F F F +F ,F gF F F F F F F F %F 3F CF                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  CF DF OF TF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TF UF _F dF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Y5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dF eF pF uF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uF vF F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEZ5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb[5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F  F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F $F 2F BF                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd \5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BF CF NF SF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SF TF ^F cF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cF dF oF tF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=]5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tF uF F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ^5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw_5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F 	F 
F 2F @F PF                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PF QF \F aF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5`5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aF bF lF qF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qF rF }F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRa5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F  F 
F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdob5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F  F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    F !F +F 0F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-c5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0F 1F 2F KF YF iF                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iF jF uF zF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zF {F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F bF F F F                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdge5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%f5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F 
F F +F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBg5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +F ,F 7F <F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <F =F GF LF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd h5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LF MF XF ]F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_h5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]F ^F hF mF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mF nF oF F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|i5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:j5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F .F <F LF                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LF MF XF ]F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWk5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]F ^F hF mF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mF nF yF ~F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtl5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2m5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOn5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F F F                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdn5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
o5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlo5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*p5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F 5F CF SF                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SF TF _F dF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dF eF oF tF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGq5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tF uF F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddr5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"s5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F #F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #F $F %F @F NF ^F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?t5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^F _F jF oF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oF pF zF F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\u5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F F .F /F F F F F F F =F                                                                                                                                                                                        gd_  z  kdv5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F >F rF F F F F F F F F F F F &F 8F 9F JF KF eF nF AF CF SF TF dF Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  =F >F rF F F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	F F                                        kdyv5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F 9F KF MF dF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  dF eF                                        kdw5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eF nF F F F F 2F F F F F 
F F F BF                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  BF CF TF F F F F F |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd!y5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dF eF F F F F F F F F  F EF FF uF vF yF F  F F F F F F F F F ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jy5 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  F  F FF uF vF wF xF |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd`z5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xF yF                                        kd{5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yF F F F F yF F F F F F  F F                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  F F F F |            s            s                                                                                                                                                                                           	  $If   gd_   kdn|5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F F F F F F F |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd(}5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F F F CF XF F F F F F F F !F +F ,F QF RF F F F F F gF jF F F F F F F )F ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $F F F F !F +F                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  +F ,F                                        kd}5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,F RF F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  F F                                        kd65 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F F OF PF F <F \F }F F F F F F                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  F F F jF F F YF F |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )F *F DF EF FF YF ZF iF F F F F 7F XF zF F F F F F F LF ~F F F F ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jD5 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  F F F F F F KF LF F F F F |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdɁ5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F F F F >F OF PF SF \F F F F .F FF GF OF QF aF bF F F F F F F F F F ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !F F F F F                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  F F                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F >F PF QF RF                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  RF SF                                        kd׃5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SF \F F F F F .F /F PF QF bF                                                                                                 Y                              kd+5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
bF F F F F F vF F F F gF tF             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F F  F !F 1F 2F 6F 7F vF F gF tF F F F F F F F F -F /F F F F F < G > G #G 8G G G G G BG FG vG G G (G G G G G G G ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j5 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j5 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -tF F F F F F F F F F F eF fF F F F /F F F = G > G #G 8G G G G G                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  G G G G G G             f                                                                                                                                                                      kd5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  G G G G G o            f            f            f                                                                                                                                                	  $If   gd_    kdt5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G G G G G o            f            f            f                                                                                                                                                	  $If   gd_    kd5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G G #G *G 6G o            f            f            f                                                                                                                                                	  $If   gd_    kdP5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6G 7G ?G GG LG o            f            f            f                                                                                                                                                	  $If   gd_    kd5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at LG MG UG ]G iG o            f            f            f                                                                                                                                                	  $If   gd_    kd,5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at iG jG rG yG ~G o            f            f            f                                                                                                                                                	  $If   gd_    kd5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~G G G G G o            f            f            f                                                                                                                                                	  $If   gd_    kd5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G G G G >G ?G G G ,G -G G G DG o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdv5 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G G G DG PG 3G =G G G G G G 8G HG TG UG aG eG G G G G G G G G G G G G BG CG DG HG QG !G !G /!G ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %DG PG G G G G 	G 	G m	G .G /G 7G 8G G G G G 3G =G G G G G G G G G                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  G G G G .G /G BG UG lG G G G G G ]G ^G G G G G G G G G G |G G G G                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  G G QG G G G 8G HG UG G G G G G G G G                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  G G                                        kd_5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G CG DG FG GG                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  GG HG                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HG QG G G G G ( G P G [ G  G  G  G !G !G                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
!G !G 0!G g!G |            s            s                                                                                                                                                                                           	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /!G 0!G f!G g!G h!G j!G v!G z!G !G !G !G !G !G !G !G !G  "G !"G ""G G"G H"G I"G M"G V"G #G F$G ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 g!G h!G i!G j!G !G !G !G !G !G !G |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!G !G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  !G !G                                        kd{5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !G ""G G"G H"G I"G K"G L"G                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  L"G M"G                                        kdϐ5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M"G V"G "G "G "G "G 3#G W#G #G F$G V$G W$G                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  F$G V$G X$G h$G i$G o$G v$G w$G x$G y$G $G $G $G $G $G $G $G %G %G +%G ,%G -%G 1%G :%G &G ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    W$G X$G i$G w$G |            s            s                                                                                                                                                                                           	  $If   gd_   kd#5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w$G x$G y$G $G $G $G $G $G |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdݒ5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $G $G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $G %G *%G +%G ,%G -%G /%G 0%G                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  0%G 1%G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1%G :%G y%G %G %G %G &G ;&G &G *'G :'G ;'G                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  &G *'G :'G <'G L'G M'G S'G Z'G ['G \'G ]'G ^'G j'G n'G 'G 'G 'G 'G 'G 'G 'G 'G 'G (G (G =(G >(G ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ;'G <'G M'G ['G |            s            s                                                                                                                                                                                           	  $If   gd_   kd?5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ['G \'G ]'G ^'G 'G 'G 'G 'G 'G 'G |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'G 'G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'G (G <(G =(G >(G ?(G A(G B(G                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  >(G ?(G C(G L(G )G )G )G )G )G )G )G )G )G )G )*G **G 4*G >*G ?*G K*G l*G m*G w*G *G *G *G îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  B(G C(G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C(G L(G (G (G (G (G +)G K)G )G )G )G )G                                                                                                                         f                           kd[5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  )G )G )G )G )G )G )G **G 4*G >*G                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	>*G ?*G                                        kdϛ5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?*G m*G *G *G *G *G *G                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  *G *G *G *G 1,G 2,G 3,G C,G D,G J,G Q,G R,G S,G T,G ,G ,G ,G ,G ,G ,G ,G ,G -G -G -G 0-G п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  *G *G                                        kd#5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *G *G *G *G +G F+G f+G +G +G +G 2,G 3,G                                                                                                                         f                           kdw5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  3,G D,G R,G S,G T,G ,G ,G ,G ,G ,G                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd15 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	,G ,G -G                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  -G -G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -G 1-G 2-G 3-G 5-G L-G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0-G 1-G 2-G 3-G M-G V-G W.G X.G Y.G /G /G /G /G /G /G /G /G /G /G /G /G /G 	0G 1G 2G ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 L-G M-G                                        kd?5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M-G V-G X.G Y.G j.G .G .G /G /G /G /G                                                                                     s                                                                                              kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
/G /G /G /G /G /G 	0G 1G 1G 1G 12G h2G 2G 2G |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdM5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2G 12G D2G g2G {2G 2G 2G 2G 2G 53G I3G 3G 3G 3G 3G 3G 3G 3G 3G 4G 4G 4G 
4G 4G 4G 04G 14G C4G D4G |4G }4G 4G 4G 4G õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !2G 63G 3G 3G 3G 3G 3G 3G 3G                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3G 3G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3G 4G 14G D4G W4G j4G }4G 4G 4G                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  4G 4G                                        kd[5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4G 4G 5G 5G K5G L5G M5G ^5G 5G 5G 5G                                                             f                                    [            [                     
  $If   gd_ K$  kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
4G 5G K5G L5G M5G ]5G ^5G a5G v5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 5G 6G 6G ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5G 5G 5G 5G 5G 5G                                     R            I                                                                     	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdi5 $If   K$L$l 0                                     
t                              4   4 
l a   5G 5G 5G 6G "6G 56G H6G [6G \6G ]6G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6G Z6G [6G ^6G g6G 6G 6G 6G 6G 6G 6G 6G *7G 07G 17G 97G ;7G P7G Q7G `7G b7G h7G i7G j7G ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ]6G ^6G                                        kd=5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^6G g6G 6G 6G 6G 6G 6G 6G *7G 17G :7G                                                             f                                    [            [                     
  $If   gd_ K$  kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
:7G ;7G Q7G a7G b7G c7G d7G                                     R                                                                                              Q  kdث5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK5 $If   K$L$l 0                                     
t                              4   4 
l a   d7G e7G f7G g7G h7G i7G                                     R            I                                                                     	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kde5 $If   K$L$l 0                                     
t                              4   4 
l a   i7G j7G 7G 7G 7G 7G 7G 7G  8G 8G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j7G 7G 7G 7G 7G 7G 7G 7G 7G 7G 7G 7G 8G 8G 8G 8G 9G 9G 9G 9G 9G 9G 9G 9G 9G d:G m:G :G :G :G ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 8G 8G                                        kd95 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8G 8G H8G 8G 8G 9G 9G 9G 9G 9G :G                                                                                     Y                                          kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
:G :G :G :G :G :G :G 	;G #;G =;G M;G g;G ;G ;G ;G ;G ;G ;G                                                                                                                                                                                                                      	  $If   gd_  S  kdG5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ :G :G :G :G =<G ><G ?<G @<G X<G b<G c<G d<G f<G g<G h<G <G <G <G <G <G <G <G J=G =G =G =G =G =G ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ;G ;G 	<G #<G =<G ><G ?<G                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdٰ5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?<G @<G h<G <G <G <G <G <G <G |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdk5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <G <G                                        kd%5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <G <G J=G x=G =G =G =G =G I>G P>G Y>G                                                             f                                    [            [                     
  $If   gd_ K$  kdy5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
=G =G =G >G %>G I>G O>G P>G X>G Z>G ?G ?G ?G ?G ?G ?G ?G ?G ?G ?G ?G 
@G @G @G `@G a@G d@G m@G @G AG ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Y>G Z>G b>G w>G >G >G >G >G >G >G ?G ?G 3?G H?G Z?G t?G ?G ?G                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd35 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ?G ?G ?G ?G ?G                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdŴ5 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?G ?G ?G @G (@G ;@G N@G a@G b@G c@G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c@G d@G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d@G m@G @G AG WAG AG >BG ?BG @BG ABG RBG BG                                                                                                 f                                                   kde5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  AG <BG ?BG @BG ABG QBG RBG BG BG BG BG BG BG BG BG BG BG BG BG DCG ECG HCG QCG þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ BG BG BG BG CG CG 2CG ECG FCG GCG |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	GCG HCG                                        kdٸ5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HCG QCG CG #DG fDG DG MEG NEG OEG PEG aEG                                                                                                 Y                              kd-5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
QCG CG CG eDG fDG DG MEG NEG OEG PEG `EG aEG EG EG EG EG EG EG EG EG EG EG EG NFG OFG RFG νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  aEG EG EG EG EG FG FG )FG <FG OFG PFG QFG             s                                                                                                                                                                 kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  QFG RFG                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RFG [FG 0GG WGG GG GG HG HG HG HG HG                                                                                     Y                                          kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
RFG [FG /GG GG HG HG HG HG HG HG HG HG HG HG HG HG rJG tJG uJG vJG JG JG JG JG JG JG JG JG JG KG KG KG ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 HG HG HG HG HG IG IG -IG ?IG YIG sIG IG IG IG IG IG IG                                                                                                                                                                                                         	  $If   gd_  S  kd5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  IG IG JG /JG ?JG YJG sJG tJG uJG                                                                                                                                                                                                                                                 	  $If   gd_  S  kdA5 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  uJG vJG JG JG |            s            s                                                                                                                                                                                           	  $If   gd_   kdӾ5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       JG JG KG KG KG *KG =KG PKG cKG dKG eKG |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
KG KG KG KG bKG cKG fKG oKG (LG NG NG NG *NG +NG 7NG <NG QNG NG NG OG OG OG OG  OG "OG QG QG ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  eKG fKG                                        kdU5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fKG oKG (LG LG LG LG kMG NG NG NG +NG                                                                                                 f                                                        kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
+NG NG OG OG !OG "OG *OG ?OG TOG iOG {OG OG OG OG OG                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdc5 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  OG OG PG PG 'PG <PG QPG fPG xPG PG PG PG PG PG QG QG QG                                                                                                                                                                                                                            S  kd5 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  QG QG QG GQG HQG [QG nQG QG QG QG QG QG             s                                                                                                                                                                 kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  QG QG QG 7QG AQG BQG CQG EQG FQG GQG HQG ZQG [QG QG QG QG QG wRG RG RG RG RG SG SG gTG |TG -UG .UG VG ,VG .VG /VG Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ QG QG                                        kdA5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QG QG wRG RG /SG SG SG TG ~TG TG .UG UG .VG /VG 6VG uVG VG VG WG 7WG kWG WG WG WG #XG                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  /VG 6VG ;WG NWG RWG jWG WG XG 
XG "XG #XG $XG 4XG 5XG yXG XG XG XG XG ZG ZG ZG ZG ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   #XG $XG 5XG yXG XG XG |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XG XG XG XG XG XG XG XG YG (YG BYG \YG mYG YG YG YG YG YG                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdO5 $If   K$L$l 0                     x                
t                                4   4 
l a   YG YG YG ZG %ZG ?ZG PZG jZG ZG ZG ZG ZG ZG ZG ZG                                                                                                                                                                                                                   	  $If   gd_  S  kd5 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ZG ZG [G [G [G ,[G ?[G R[G e[G f[G g[G |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kds5 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ZG ZG ZG  [G [G [G [G [G [G d[G e[G h[G q[G /\G [\G (]G y]G ]G ]G ^G ^G ^G \_G q_G `G )`G *`G +`G 2`G v`G ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ g[G h[G                                        kd;5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h[G q[G /\G )]G ]G ^G ^G ^G ^G t_G +`G 2`G r`G `G `G `G `G aG *aG kaG laG                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  v`G `G `G `G `G aG aG "aG .aG AaG IaG baG jaG kaG laG maG }aG ~aG aG aG aG aG aG dG dG dG dG 5dG ?dG @dG DdG ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  laG maG ~aG aG aG aG |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aG aG aG aG aG bG #bG :bG QbG hbG ybG bG bG bG bG bG bG bG                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdI5 $If   K$L$l 0                                     
t                                4   4 
l a   bG bG cG #cG 5cG GcG ^cG ucG cG cG cG cG cG cG dG dG dG                                                                                                                                                                                                                            S  kd5 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  dG dG dG EdG FdG YdG ldG dG dG dG dG dG             s                                                                                                                                                                 kdm5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  DdG EdG FdG XdG YdG dG dG dG dG eG eG fG fG ^gG gG gG =hG YhG iG =jG jG jG ZkG lG lG +mG mG mG ?oG oG oG oG oG ApG 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !dG dG                                        kd'5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dG dG eG fG ^gG gG ZhG hG hG hG [iG yiG iG =jG jG lG -mG mG mG mG >oG ?oG                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ?oG oG oG oG oG =pG \pG {pG pG pG pG pG                                                                                                             f                                       kd{5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ApG TpG `pG spG pG pG pG pG pG pG pG pG qG qG qG 3qG 4qG 5qG 9qG :qG >qG GqG drG yrG zrG {rG ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  pG qG qG 4qG 5qG :qG <qG =qG             s                                                                                                                                                                                     kd55 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =qG >qG                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >qG GqG TqG vqG qG qG qG qG qG !rG CrG erG zrG                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  zrG {rG rG rG rG |            s            s            s                                                                                                                                                                          	  $If   gd_   kdC5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {rG rG rG rG rG rG rG rG rG rG rG sG !sG uG uG IuG \uG uG uG uG uG uG vG MvG avG #yG /yG 3yG ZyG yG yG yG yG ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  rG rG rG rG !sG tG tG uG IuG uG uG uG NvG |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       NvG vG vG vG wG wG ]xG ^xG "yG #yG ZyG yG yG yG .zG ezG zG zG 3{G {G {G {G {G {G {G {G                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  yG .zG AzG dzG xzG zG zG zG zG 2{G F{G {G {G {G {G {G {G {G {G {G |G 	|G 
|G |G |G !|G "|G 4|G 5|G G|G H|G Z|G [|G _|G h|G |G }G }G }G }G }G õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ({G {G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {G |G |G "|G 5|G H|G [|G ]|G ^|G                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ^|G _|G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _|G h|G |G |G 
}G 8}G V}G p}G }G }G }G }G                                                                                                             f                                       kd_5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  }G }G }G ~G ~G %~G 8~G K~G ^~G `~G a~G             s                                                                                                                                                                      kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
}G }G }G ~G ~G ~G ~G ~G ~G $~G %~G 7~G 8~G ]~G ^~G b~G k~G ~G ~G /G 0G 1G AG BG CG DG \G fG gG kG lG mG G G G G G G ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %a~G b~G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b~G k~G ~G ~G 0G 1G BG CG                                                 f                                                                                                                       kd'5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  CG DG lG mG G G G G G G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G G                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               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 DG EG ǁG ȁG TG UG VG fG gG hG iG vG 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %G G G G G G G G                                                 f                                                                                                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  G G ǀG ȀG ۀG G G G G G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G G                                        kdc5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G !G EG ȁG UG VG gG hG                                                 f                                                                                                                       kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  hG iG jG G 'G (G OG PG G yG zG G G |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdq5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vG zG G &G 'G (G OG \G `G G ۃG zG G G G G &G :G ^G _G rG G G G G G G G &G 'G :G kG ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  G 'G _G G G 'G lG G G WG XG YG cG nG G G G                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  kG G G ƆG G G VG XG YG nG G G G G G ·G ؇G هG ݇G އG ߇G G G G G <G =G VG _G `G oG շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\G G                                        kd+5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               G އG ߇G G G *G =G ?G UG                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  UG VG                                        kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               VG _G ΈG G G IG TG G G ÉG ԉG G                                                                                                 f                                                   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  oG ΈG IG TG gG wG G G G G G ÉG ӉG ԉG ׉G G G G G G G G G &G 'G 6G 8G 9G :G ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ G G G G 'G 7G 8G 9G                                                             R            I                                   	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 9G :G bG cG vG G G G G G ȊG |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
:G RG \G ]G aG bG cG uG vG G G G G ɊG ҊG ӊG G @G G G G 7G 8G SG G G G G G G ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ȊG ɊG                                        kda5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ɊG ҊG AG \G G G ËG ֋G G G 8G TG fG G G G                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  G G G G G G ǌG G G G  G G G 1G 2G GG HG JG KG LG dG nG oG sG tG uG G G G G G G ōG пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  G G G G G G |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G 2G IG JG KG                                     R            I                                                                     	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo5 $If   K$L$l 0                                     
t                              4   4 
l a   KG LG tG uG G G G G ÍG čG |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	čG ōG                                        kdC5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ōG ΍G =G eG G G G G G AG G G G G                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
ōG ΍G ύG ލG <G G G G G G )G 8G @G AG HG NG G G G G G G G G G G G G ƏG ǏG زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 G G G ȏG |            s            s                                                                                                                                                                                           	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ǏG ȏG ɏG G G G G G G G G G G =G >G BG KG LG [G G G hG lG G G $G %G CG DG ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ȏG ɏG G G G G +G >G @G AG |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	AG BG                                        kd5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               BG KG G G iG G ͑G ߑG G %G DG oG G G                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
DG WG fG nG oG vG |G G G G G ÒG ĒG ǒG ܒG G G G G G G G G 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  G G ĒG G |            s            s                                                                                                                                                                                           	  $If   gd_   kd_5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G G G G G WG G @G AG zG G !G "G |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G (G ,G WG G @G MG QG zG G "G .G 2G TG ѕG =G G G G G ̖G /G _G kG oG G iG G G G ԙG G G G G ͚G њG G 2G ZG [G qG uG G G G G SG G G ?G {G ӟG ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4"G TG ѕG <G =G G G ̖G /G ^G _G G iG G G ԙG G G G G G G ޛG G G G 2G ZG [G G                                                                                                                                                                                                                                                                                                                                                                   gd_  G G G SG G G ?G {G ӟG G IG G G G àG ҠG ޠG G G                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ӟG IG MG G G G ͠G ѠG G G G G G KG LG MG NG G G "G OG G բG ֢G 2G ]G ^G G G G G G G G DG HG G Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $G G G G G G G G G M            H            H            H            H            H            H            H                   gd_   kd5 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   G G G G -G .G =G >G                                                 _            V            V                                                             	 $If   gd_    kdq5 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  >G ?G KG LG                                                                                                                                                                                                                                                          	 $If   gd_  o  kdF5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  LG MG NG YG ]G pG xG G                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd5 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G G G G ơG 2            )            )            )                      	 $If   gd_    kd5 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ơG G G "G OG TG G             [                                                                                                                                           kd5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  G G G ֢G ڢG ,G d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdv5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ,G -G 2G ^G bG |G d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd?5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  |G }G G G G G d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G G G G G EG d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  EG FG GG QG G G G d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd5 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G G G G n            e            e                                                                                                                                                               	 $If   gd_    kdc5 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           G G äG ̤G                                                                                                                                                                                                                                                	 $If   gd_  t  kd85 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ̤G ͤG ΤG ߤG G G G G G                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  G G                                             kdr5 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          G G G G $G %G &G 'G                                                             A                                  kd5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  'G (G )G *G +G ,G -G .G                                                 A                                              kd5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  .G /G 0G 1G 2G 3G HG                                     A            <            7                  gd_    gd_    kd5 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  HG G G G G /G @G AG UG WG                                                                                                                                                                                                                                                   E  kdh5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	G G G G G G G @G AG WG XG ZG [G iG jG wG xG 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 춥x                          /j 6 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *WG XG YG ZG [G cG iG                                     a                                                                                                                             E  kd&5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   iG jG sG wG xG G G                                     a                                                                                                                             E  kd5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   G G G G G G ǦG                                     a                                                                                                                             E  kd5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdC5 $$If   l 0 
" R                                                           4 
l a   ǦG ȦG ӦG G G G G                                     a                                                                                                                             E  kd`5 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   G G G G G G G                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a   G G G 
G G G l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd5 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   G G G +G =G G G G G ϩG ЩG l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd5 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ȩG ̩G ͩG ªG êG ΪG ϪG ߪG G G G G G G hG iG uG vG G G ʫG ˫G G G &G 'G KG MG ]G ^G G G G G G G G )G kG nG G G ȳG ѳG )G *G G G G ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j6 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ЩG G G G iG vG G G ˫G G                                                                                                                                                                                                                                                       S  kdh6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	G G 'G LG MG ^G G                                     N                                                                                       S  kd6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G G G G G |G 8G 9G &G 'G G G )G G G xG ޱG GG G                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G G nG ɳG )G *G hG G G G  G G G 0G RG G ݷG G G ,G -G 6G 7G ֺG ׺G 5G 6G G                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  G G G G "G *G G G G /G 0G RG G 4G 7G պG ׺G G G G G G G G G G G AG BG CG _G `G kG lG mG qG rG G G G ۵۵۵ۭۜۋzrgrrr       j6 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'G G G G G G G BG                                     j                                                                                                                                           kd6 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  BG CG TG G G G ?G @G \G ƽG G s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd"6 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
G ]G "G #G tG ĿG ſG G G G G G G }G ~G 4G 5G G G G .G G G G G ^G _G                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  G G G G ¿G ſG G G G 
G G 3G G G G G G G G  G G G G G G .G G G G G G ^G G G ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jb6 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj6 h_ U !_G G G G G G G                                                 e                                                                                                                        F  kd<6 $$If   l   l '{6    4   4 
l a] p
        F  kd6 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  G G G  G !G $G %G +G ,G MG NG nG oG G G G G G G G G G G G G ,G -G GG HG oG pG qG rG sG QG RG ^G G G 
G AG GG JG G G G G G 1G eG G G ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3G G G G G  G !G                                                             5            v  kd"6 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd6 $$If   l   l '{6    4   4 
l a] p
         !G "G #G $G %G )G *G +G                                     t                                                                                                                                                             v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  +G ,G EG GG MG                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MG NG gG iG nG                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nG oG }G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds
6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G 
G G G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G $G &G ,G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,G -G @G BG GG                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         GG HG OG TG oG                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd 6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         oG pG qG rG sG QG RG ^G G G G G BG UG G                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G G G G G 0G dG G G G G "G 2G fG G G G G G G G G G $G 3G FG GG `G G G                                                                                                                                                                                                                                                                                                                                                                   gd_  G G G G G G G G 3G EG zG G G G G G $G XG G G G -G _G `G jG tG uG G G G G G пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  G G G G G G "G #G $G XG nG G G G G G G "G -G `G jG tG                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  tG uG                                     kdv6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               uG G G G G G G G G +G                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	G G G G G G G G ,G 5G G G G G G G G G G  G %G .G KG MG ]G ^G }G ~G G G G Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ +G ,G                                     kd6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ,G 5G WG XG lG mG G G G G G G G G                                                                                                                                     q                            kd$6 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
G G G G  G !G "G #G $G             q            l                                                                                                                                                       gd_    kd6 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  $G %G                                     kd6 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               %G .G OG PG dG eG G G G G G G G G 6G 7G LG                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  LG MG ^G ~G z            q            q                                                                                                                                                                                       	  $If   gd_    kd6 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ~G G G G G G G G z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       G G G G G =G ?G OG PG oG pG rG G G G G G G #G /G NG ZG G G G G G G G G G LG G G G ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "G G                                     kdo6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               G G G G G G G (G )G >G ?G PG pG                                                                                                             q                                                         kd6 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  pG qG rG G G G G G z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       G G                                     kd@6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               G G G G G G G G G                                                             q                                                                                                                             kd6 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  G G G G G G G G G G G z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdT6 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
G G G G !G "G ,G 6G 7G WG XG G G G G G nG RG TG dG eG G G G G G G G G G G  G )G G G G ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #G "G ,G 6G                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  6G 7G                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7G XG G G G G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  G G                                        kds6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G pG qG G G G G SG TG eG G G                                                                                                 s                                                                        kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G G G G G G G |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd 6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G  G                                        kd;!6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                G )G G G G G                         s                                                                                                                                                                                   kd"6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G G G G G G G G G kG lG G G G CG bG G G FG eG G G nG G G G "G AG G G :G YG G G TG sG RG qG G G aG G G G 2G 3G о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -G G G G G G G G G G G G G G |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdI#6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G G VG mG G G G G G :G G G kG lG G G G G G                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb$6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G #G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd %6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #G $G %G CG QG aG                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aG bG mG rG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rG sG }G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=&6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ'6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G 
G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw(6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G "G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "G #G $G FG TG dG                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5)6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dG eG pG uG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uG vG G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR*6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo+6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  G 
G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G  G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-,6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    G !G +G 0G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0G 1G 2G nG |G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ-6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg.6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%/6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G #G (G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (G )G 4G 9G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9G :G DG IG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB06 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IG JG KG G  G "G 0G @G                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd06 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @G AG LG QG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 16 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QG RG \G aG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_16 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aG bG mG rG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd16 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rG sG }G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd26 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|26 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd26 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:36 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd36 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd36 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G 
G :G HG XG                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW46 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XG YG dG iG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd46 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iG jG tG yG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd56 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yG zG G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt56 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd56 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd266 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd66 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd66 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO76 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G 'G ,G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd76 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,G -G .G TG bG rG                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
86 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rG sG ~G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl86 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd86 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*96 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd96 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G "G #G RG `G pG                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd96 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pG qG |G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG:6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd;6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"<6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G 
G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G #G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #G $G .G 3G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?=6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3G 4G 5G aG oG G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\>6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy?6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G 
G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7@6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G )G .G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .G /G 9G >G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >G ?G @G dG G G G G #G $G 1G 2G 3G VG G                                                                                                                                                                                        gd_  z  kdTA6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3G DG VG qG G G !G "G #G 8G jG kG uG G G G G G G G G G G G G G G G G Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  G G G "G #G -G 8G kG uG G                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	G G                                        kdA6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  G G                                        kdC6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G `G aG G G G /G eG G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  G G G CG \G uG G G |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd[D6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G G G G 2G 3G BG G G G G G G G G  G G G G G gG hG kG |G G ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jE6 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  G G G G G G G |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdE6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G                                        kdTF6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G  G hG iG G G "G >G WG qG G G G                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  G G G hG |            s            s                                                                                                                                                                                           	  $If   gd_   kdG6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hG iG jG kG G #G $G XG jG |G }G lG mG |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdbH6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G #G $G WG XG {G |G }G G G G ,G YG kG mG G G G G G G G G G BG CG FG OG G G G G G G G G G ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $mG wG G G G G                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  G G                                        kdI6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G G 1G CG DG EG                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  EG FG                                        kdpJ6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FG OG G G G G G G lG G G G AG ^G G G G                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  G G G G ^G G G :G |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdK6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G G G G G G G (G ^G G G G G G 9G :G =G NG dG G G G G G /G ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j~L6 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  :G ;G <G =G cG dG G G G 0G 1G ;G |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdM6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /G 1G FG xG yG G G G G G G G G G G eG sG G G G G G G G  G JG KG MG NG `G rG sG ~G G ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !;G FG yG G G                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  G G                                        kdM6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  G G                                        kdO6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G [G \G |G }G G G G G  G                                                                                                 Y                              kdeP6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 G KG LG MG NG ~G G 8G mH nH H H             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdQ6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G G G G G G G G G 8G H H >H OH H H kH ~H H H H H l
H m
H o
H p
H 
H 
H H H HH |H KH RH H H H 5H H H -H .H FH GH WH XH ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jV6 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jQ6 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -H =H >H OH H H VH WH H H H 
H 
H jH kH H H m
H p
H 
H 
H H H GH HH WH iH                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  iH |H }H H H H             f                                                                                                                                                                      kd@R6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdR6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdS6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdS6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdS6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdfT6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H H H H o            f            f            f                                                                                                                                                	  $If   gd_    kdT6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H H %H ,H 8H o            f            f            f                                                                                                                                                	  $If   gd_    kdBU6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8H 9H :H ;H H H 4H 5H H H H H H o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdU6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at XH [H \H H H H H "!H -!H $'H 5'H )H )H *H *H *H *H +H +H #,H $,H 9,H k,H l,H v,H ,H ,H ,H ,H ,H ,H ,H ,H ,H ,H .H .H .H ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %H H jH kH !H "H H H H H H H H 'H H H LH H H !H "H C H P H ] H j H w H  H                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_   H  H  H  H  H  H  H  H 
!H !!H "!H -!H ]"H ^"H "H "H }#H ~#H P&H Q&H $'H 5'H j'H 'H 'H (H H(H u(H (H                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  (H (H (H ?)H )H )H )H *H *H +H #,H $,H .,H 9,H l,H v,H ,H                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ,H ,H                                        kdV6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,H ,H ,H ,H ,H ,H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ,H ,H                                        kdW6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,H ,H .-H :-H a-H -H -H -H -H 2.H <.H a.H .H .H                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
.H .H .H /H |            s            s                                                                                                                                                                                           	  $If   gd_   kdAY6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .H .H /H /H /H /H /H /H 4/H 5/H J/H |/H }/H /H /H /H /H /H /H /H /H /H /H /H |1H 1H ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 /H /H /H /H 4/H 5/H ?/H J/H }/H /H |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdY6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/H /H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  /H /H                                        kdZ6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /H /H /H /H /H /H /H                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  /H /H                                        kd	\6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /H /H 30H ?0H f0H 0H 0H 0H {1H 1H 1H 1H                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  1H 1H 1H 2H 2H 
2H 2H 2H 2H 2H ,2H ^2H _2H i2H s2H t2H 2H 2H 2H 2H 2H 2H 2H 2H `4H ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    1H 1H 2H 2H |            s            s                                                                                                                                                                                           	  $If   gd_   kd]]6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2H 2H 2H !2H ,2H _2H i2H s2H |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd^6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s2H t2H                                        kd^6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t2H 2H 2H 2H 2H 2H 2H 2H                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  2H 2H                                        kd%`6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2H 2H 3H #3H J3H u3H 3H 3H _4H 4H 4H 4H                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  `4H 4H 4H 4H 4H 4H 4H 4H 4H 4H 4H 4H 5H 5H '5H (5H =5H o5H p5H z5H 5H 5H 5H 5H 5H 5H 5H ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    4H 4H 4H 4H |            s            s                                                                                                                                                                                           	  $If   gd_   kdya6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4H 4H 4H 4H (5H 25H =5H p5H z5H 5H |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd3b6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5H 5H                                        kdb6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5H 5H 5H 5H 5H 5H 5H 5H                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  5H 5H 5H 5H ]7H _7H o7H p7H v7H }7H ~7H 7H 7H 7H 7H 7H 7H 7H 7H 7H 
8H 8H 8H 48H 58H 68H îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  5H 5H                                        kdAd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5H 5H )6H 56H \6H 6H 6H 6H !7H ]7H ^7H _7H                                                                                                                         f                           kde6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  _7H p7H ~7H 7H 7H 7H 7H 7H 7H 7H                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdOf6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	7H 7H                                        kd	g6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7H 8H 58H 68H 78H 98H :8H                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  68H 78H ;8H D8H 9H 9H 9H 9H 9H 9H 9H 9H 9H 9H ,:H F:H H:H I:H ^:H :H :H :H :H :H :H :H п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  :8H ;8H                                        kd]h6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;8H D8H 8H 8H 8H 8H 9H 39H P9H 9H 9H 9H                                                                                                                         f                           kdi6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  9H 9H 9H 9H 9H ,:H I:H S:H ^:H :H                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdkj6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	:H :H :H                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  :H :H                                        kd%k6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :H :H :H :H :H :H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  :H :H :H :H :H :H ;H ;H ;H -=H .=H /=H ?=H @=H r=H s=H t=H u=H v=H w=H =H =H =H ?H ?H ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 :H :H                                        kdyl6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :H :H ;H ;H <H G<H }<H .=H /=H @=H r=H                                                                                     s                                                                                              kdm6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
r=H s=H t=H u=H v=H w=H =H X?H Y?H ?H ?H @H >@H @H |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdn6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
?H ?H ?H @H @H =@H Q@H @H @H @H @H )AH *AH ?AH qAH rAH |AH AH AH AH AH AH AH AH AH AH AH AH AH BH BH 5BH >BH JBH õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !@H @H )AH *AH 4AH ?AH rAH |AH AH                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  AH AH                                        kdAo6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AH AH AH AH AH BH BH BH 4BH                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  4BH 5BH                                        kdp6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5BH >BH BH BH BH BH BH BH )CH 0CH 8CH                                                             f                                    [            [                     
  $If   gd_ K$  kdq6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
JBH BH BH BH BH BH BH BH CH CH 'CH )CH /CH 0CH 7CH 9CH NCH OCH ^CH `CH aCH bCH zCH CH CH CH CH CH CH CH CH ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 8CH 9CH OCH _CH `CH aCH                                     R            I                                                                     	  $If   gd_ Q  kd0s6 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdr6 $If   K$L$l 0                                     
t                              4   4 
l a   aCH bCH CH CH CH CH CH CH CH CH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	CH CH CH CH DH (DH DH DH DH DH DH DH DH DH DH DH DH DH DH DH  EH EH EH EH ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J CH CH                                        kdwt6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CH DH (DH VDH DH DH DH DH DH DH DH                                                             f                                    [            [                     
  $If   gd_ K$  kdu6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
DH DH DH DH  EH EH EH                                     R                                                                                              Q  kdw6 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdv6 $If   K$L$l 0                                     
t                              4   4 
l a   EH EH EH EH EH EH                                     R            I                                                                     	  $If   gd_ Q  kd,x6 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw6 $If   K$L$l 0                                     
t                              4   4 
l a   EH EH 0EH QEH REH wEH EH EH EH EH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	EH  EH *EH +EH ,EH .EH /EH 0EH QEH REH EH EH EH EH FH FH NGH gGH GH GH GH GH GH GH GH HH HH "HH RHH XHH ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ EH EH                                        kdsy6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EH EH EH FH FH GH GH GH GH GH RHH                                                                                     Y                                          kdz6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
RHH YHH bHH cHH kHH HH HH HH HH HH HH IH IH 'IH <IH QIH cIH }IH                                                                                                                                                                                                                      	  $If   gd_  S  kd{6 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ XHH YHH aHH cHH IH IH IH IH IH  JH JH JH JH JH JH %JH &JH pJH qJH tJH }JH JH JH rKH KH KH KH KH ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  }IH IH IH IH IH IH IH                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd|6 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  IH IH JH &JH KJH ^JH qJH rJH sJH |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd|6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sJH tJH                                        kd_}6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tJH }JH JH KH KH KH KH KH KH KH KH                                                             f                                    [            [                     
  $If   gd_ K$  kd~6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
KH KH KH KH KH KH KH KH KH KH oMH qMH rMH sMH MH MH MH MH MH MH MH MH MH MH MH MH NH NH NH ?OH ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 KH KH  LH LH *LH <LH VLH pLH LH LH LH LH LH LH LH MH ,MH <MH                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdm6 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   <MH VMH pMH qMH rMH                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd6 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  rMH sMH MH MH MH MH MH MH  NH NH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	NH NH                                        kdK6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NH NH NH NH NH >OH OH OH OH OH OH CPH                                                                                                 f                                                   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ?OH OH OH OH OH OH OH BPH CPH DPH \PH fPH gPH hPH jPH kPH lPH PH PH PH PH PH PH þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ CPH DPH lPH PH PH PH PH PH PH PH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	PH PH                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PH PH QH QH RH MRH RH RH RH RH RH                                                                                                 Y                              kdg6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
PH QH QH RH RH MRH RH RH RH RH RH RH QSH RSH SSH kSH uSH vSH wSH ySH zSH {SH |SH SH SH SH νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  RH RSH SSH {SH |SH SH SH SH SH SH SH SH             s                                                                                                                                                                 kd!6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  SH SH                                        kdۆ6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SH SH TH TH 9UH UH !VH "VH #VH 4VH VH                                                                                     Y                                          kd/6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
SH SH TH UH VH !VH "VH #VH 3VH 4VH VH VH VH VH VH VH XH XH XH XH $XH %XH wXH xXH yXH XH XH XH XH XH XH XH ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 VH VH VH VH VH VH VH VH VH VH WH !WH ;WH UWH ]WH rWH WH                                                                                                                                                                                                         	  $If   gd_  S  kd6 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  WH WH WH WH WH WH XH XH XH                                                                                                                                                                                                                                                 	  $If   gd_  S  kd{6 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  XH XH %XH xXH |            s            s                                                                                                                                                                                           	  $If   gd_   kd
6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xXH yXH XH XH XH XH XH XH YH YH YH |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdǊ6 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
XH XH XH XH  YH YH YH 
YH YH [H [H [H [H [H [H [H [H 3\H y\H \H \H \H \H \H \H ^H ^H ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  YH YH                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               YH 
YH YH &ZH bZH vZH 	[H [H [H [H [H                                                                                                 f                                                        kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
[H 3\H \H \H \H \H \H \H \H ]H ]H 3]H M]H ^]H x]H                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd6 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  x]H ]H ]H ]H ]H ]H ]H ^H ^H 0^H J^H [^H u^H ^H ^H ^H ^H                                                                                                                                                                                                                            S  kd/6 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^H ^H ^H ^H ^H ^H _H _H 2_H E_H F_H G_H             s                                                                                                                                                                 kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^H ^H ^H ^H ^H ^H ^H ^H ^H ^H ^H ^H ^H D_H E_H H_H Q_H `H D`H E`H k`H l`H aH  aH bH bH bH bH cH cH cH cH Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ G_H H_H                                        kd{6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H_H Q_H `H l`H `H  aH SaH aH bH qbH bH vcH cH cH cH dH bdH ydH dH dH 	eH 5eH aeH eH eH                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  cH cH dH dH dH eH eH eH eH eH eH eH eH eH fH fH fH &fH (fH whH yhH zhH {hH ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   eH eH eH fH fH 'fH |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdϐ6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'fH (fH 0fH EfH ZfH ofH fH fH fH fH fH fH gH %gH 6gH PgH XgH mgH                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd6 $If   K$L$l 0                     x                
t                                4   4 
l a   mgH gH gH gH gH gH gH hH "hH 3hH MhH ^hH xhH yhH zhH                                                                                                                                                                                                                   	  $If   gd_  S  kd6 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  zhH {hH hH hH hH hH hH hH iH iH iH |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd6 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{hH hH hH hH hH hH hH hH hH iH iH iH iH iH iH jH kH ,kH kH kH ~lH lH lH mH mH mH mH mH mH nH ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ iH iH                                        kdu6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iH iH iH jH /kH kH kH lH lH mH mH mH nH /nH NnH snH nH nH nH 	oH 
oH                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  nH 'nH 3nH FnH nH nH nH nH nH nH nH  oH oH 	oH 
oH oH oH oH `oH foH goH ooH qoH qH qH qH qH qH qH qH qH ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  
oH oH oH `oH goH poH |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdɔ6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       poH qoH yoH oH oH oH oH oH oH pH pH .pH EpH VpH lpH }pH pH pH                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd6 $If   K$L$l 0                                     
t                                4   4 
l a   pH pH pH pH pH pH pH qH *qH ;qH RqH iqH zqH qH qH qH qH                                                                                                                                                                                                                            S  kd6 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  qH qH qH qH qH qH 
rH rH 0rH CrH ErH FrH             s                                                                                                                                                                 kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  qH qH qH qH qH BrH CrH GrH PrH bsH sH *tH \tH tH ]uH yuH uH uH KwH wH 2xH GxH xH yH %zH zH  {H 5{H |H a}H t}H }H }H }H 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !FrH GrH                                        kda6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GrH PrH bsH *tH tH zuH uH 2vH }vH vH vH wH IwH wH xH yH zH 8{H 9{H @{H |H |H                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  |H }H ]}H |}H }H }H }H ~H 8~H W~H X~H i~H                                                                                                             f                                       kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  }H }H }H ~H ~H 0~H <~H O~H V~H X~H h~H i~H ~H ~H ~H ~H ~H ~H ~H ~H ~H ~H H H H H ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  i~H ~H ~H ~H ~H ~H ~H ~H             s                                                                                                                                                                                     kdo6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~H ~H                                        kd)6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~H ~H ~H H 6H XH zH {H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  H H *H ]H H |            s            s            s                                                                                                                                                                          	  $If   gd_   kd}6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H )H *H H H H H H H H H H H H H H H H 1H UH iH H H H H H ͆H цH H SH VH H H ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  H H H H H oH qH H H H VH H H |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd76 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H AH BH H ;H <H H H H H H UH VH H ̇H H ;H H шH &H 'H 1H <H oH yH H                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  H ̇H ߇H H H :H NH H H ЈH H &H 'H <H nH oH yH H H H H H H H H H H ҉H ӉH H H H H H H NH rH sH tH H H õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (H H                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H ӉH H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  H H                                        kdE6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H NH qH H ֊H H H EH sH tH H                                                                                                             f                                       kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  H H H H H ËH ֋H H H H H             s                                                                                                                                                                      kdS6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
H H H H H H H H H H ËH ՋH ֋H H H  H 	H JH KH ͌H ΌH όH ߌH H H H H H H 	H 
H H H H 0H 1H VH WH ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %H  H                                        kd
6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                H 	H 'H KH ΌH όH H H                                                 f                                                                                                                       kda6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H H 
H H H 1H DH WH YH ZH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ZH [H                                        kdգ6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WH [H dH H H (H )H *H :H ;H <H =H UH _H `H dH eH fH xH yH H H H H H H H H eH fH H H H H H H H H 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %[H dH H H )H *H ;H <H                                                 f                                                                                                                       kd)6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  <H =H eH fH yH H H H H H |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H fH H H H H                                                 f                                                                                                                       kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H H H 9H ŐH ƐH H H H H H LH H |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H 9H ĐH ŐH ƐH H H H H yH H LH _H H H ĒH ؒH H H H "H #H AH BH UH H H ēH œH ؓH 	H ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  H ŒH H BH H œH 
H QH H H H H H H ?H IH SH                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	H H PH dH H H H H H H >H ?H IH SH TH lH vH wH {H |H }H H H H H ڕH ەH H H H 
H շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\SH TH                                        kde6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               TH |H }H H H ȕH ەH ݕH H                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  H H                                        kd6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               H H lH H H H H H `H aH rH H                                                                                                 f                                                   kd
6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  
H lH H H H H H %H +H _H `H aH qH rH uH H H H H H H H H ėH ŗH ԗH ֗H חH ؗH ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ H H H H ŗH ՗H ֗H חH                                                             R            I                                   	  $If   gd_ Q  kdT6 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdǬ6 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ חH ؗH  H H H 'H :H MH OH PH fH |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ؗH H H H H  H H H H &H 'H LH MH gH pH qH H ޘH H H H ՙH ֙H H !H *H 1H 7H HH IH ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ fH gH                                        kd6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               gH pH ߘH H +H HH aH tH H H ֙H H H *H IH JH                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  IH JH KH [H \H _H eH H H H H H H ϚH КH H H H H H H H 
H H H H %H &H 8H 9H ^H _H cH пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  JH KH \H H H H |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H КH H H H                                     R            I                                                                     	  $If   gd_ Q  kd66 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd6 $If   K$L$l 0                                     
t                              4   4 
l a   H H H H &H 9H LH _H aH bH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdñ6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	bH cH                                        kd}6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               cH lH ۛH H =H OH H H H ߜH !H %H &H 'H                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
cH lH mH |H ڛH H H H H H ǜH ֜H ޜH ߜH H H  H !H $H %H &H 'H (H 8H 9H <H QH ZH dH eH زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 'H (H 9H fH |            s            s                                                                                                                                                                                           	  $If   gd_   kdѳ6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       eH fH gH H H H H H H H H H H ۝H ܝH H H H H WH XH H 
H LH H H ßH H H ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    fH gH H H H H ɝH ܝH ޝH ߝH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ߝH H                                        kdE6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               H H XH H H :H kH }H H ßH H 
H OH PH                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
H H H H 
H H H NH OH PH QH aH bH eH zH H H H H H H H H 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  PH QH bH H |            s            s                                                                                                                                                                                           	  $If   gd_   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H H H H H H H ޡH ߡH H H H H |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdS6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
H ƠH ʠH H H ޡH H H H H H ̢H ТH H oH ۣH 0H 1H =H AH jH ͤH H 	H 
H 5H H 5H AH EH rH #H $H ^H _H kH oH H ЩH H H H H ?H H H H H GH H ݬH H qH ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4H H oH ڣH ۣH 0H 1H jH ͤH H H 5H H 4H 5H rH $H ^H _H H FH GH |H H H H ЩH H H ?H                                                                                                                                                                                                                                                                                                                                                                   gd_  ?H H H H GH H ݬH H qH H H IH JH UH aH pH |H H H                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  qH H H HH IH UH kH oH H H H H H H H H H (H _H H H =H sH tH аH H H  H WH XH H H H H H H H Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $H H H H H H H H H M            H            H            H            H            H            H            H                   gd_   kd
6 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   H H H H ˮH ̮H ۮH ܮH                                                 _            V            V                                                             	 $If   gd_    kd6 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ܮH ݮH H H                                                                                                                                                                                                                                                          	 $If   gd_  o  kd6 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  H H H H H H H "H                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd6 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  "H #H (H _H dH 2            )            )            )                      	 $If   gd_    kd6 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     dH H H H H H 7H             [                                                                                                                                           kd6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  7H 8H =H tH xH ʰH d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ʰH ˰H аH H  H H d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdy6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  H H  H XH ]H H d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdB6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  H H H H H H d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  H H H H >H CH OH d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdԿ6 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  OH PH SH ]H n            e            e                                                                                                                                                               	 $If   gd_    kd6 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ]H ^H aH jH                                                                                                                                                                                                                                                	 $If   gd_  t  kdr6 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  jH kH lH }H H H H H H                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd6 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  H H                                             kd6 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          H H H H ²H òH ĲH ŲH                                                             A                                  kd6 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ŲH ƲH ǲH ȲH ɲH ʲH ˲H ̲H                                                 A                                              kd6 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ̲H ͲH βH ϲH вH ѲH H                                     A            <            7                  gd_    gd_    kd6 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  H H H H H ͳH ޳H ߳H H H                                                                                                                                                                                                                                                   E  kd6 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	H H H H H H H ޳H ߳H H H H H H H H H 5H 6H 8H 9H eH fH ~H H H H H H H H H H ȴH ɴH ۴H H HH IH TH UH eH fH 춥x                          /j6 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *H H H H H H H                                     a                                                                                                                             E  kd`6 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd6 $$If   l 0 
" R                                                           4 
l a   H H H H H )H 5H                                     a                                                                                                                             E  kd6 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd6 $$If   l 0 
" R                                                           4 
l a   5H 6H 7H 8H 9H KH eH                                     a                                                                                                                             E  kd6 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}6 $$If   l 0 
" R                                                           4 
l a   eH fH qH ~H H H H                                     a                                                                                                                             E  kd6 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;6 $$If   l 0 
" R                                                           4 
l a   H H H H H H H                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd6 $$If   l 0 
" R                                                           4 
l a   H H H H H H l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdX6 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   H H H ɴH ۴H H H H H mH nH l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd6 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
fH jH kH `H aH lH mH }H ~H H H H H H H H H H [H ]H hH iH H H ĹH ŹH H H H H ;H =H >H JH KH H H ǽH 	H H !H AH fH oH H H $H %H 7H ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j;6 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0nH H H H H H \H ]H iH H                                                                                                                                                                                                                                                       S  kd6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	H H ŹH H H H <H                                     N                                                                                       S  kd6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd46 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   <H =H >H KH H H ֻH ׻H ļH żH H H ǽH JH H H |H H LH                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdX6 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   LH MH H gH H H H $H %H 8H H H H H H YH {H H H H H H H tH uH H H H                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  7H 8H H H H H H H H H H H H H H sH uH H H 5H 9H FH GH H H H H H H H H H 	H 
H H H H MH NH YH ۵۵۵ۭۜۋzrgrrr       j6 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'H +H :H FH GH H H H                                     j                                                                                                                                           kd6 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  H H H ;H @H H H H H dH H s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd\6 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
H H H H H bH cH H H SH TH H H H H H H H H H H |H 6H }H ~H H H                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  YH ZH [H _H `H cH H H RH H mH H {H |H H H H H H H H H H H H H MH VH _H H }H H gH hH ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j6 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj56 h_ U !H hH lH mH H H H                                                 e                                                                                                                        F  kdv6 $$If   l   l '{6    4   4 
l a] p
        F  kd6 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  hH mH H H H H H H H H H H 
H #H $H ?H @H \H ]H yH zH H H H H H H H H 
H H H H H H H H ]H H H H H H tH H YH qH H H H "H XH ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3H H H H H H H                                                             5            v  kd\6 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd6 $$If   l   l '{6    4   4 
l a] p
         H H H H H H H H                                     t                                                                                                                                                             v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  H H H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdW6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H 
H H H #H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #H $H 7H 9H ?H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?H @H UH WH \H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \H ]H rH tH yH                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         yH zH H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H H H H 
H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
H H H H H H H H DH ^H H H H H 'H                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'H ;H oH H H H H  H TH rH H H H H #H WH XH YH ZH |H H H H H H H H H 1H 2H                                                                                                                                                                                                                                                                                                                                                                   gd_  XH ZH dH zH {H |H H H H H H 0H PH SH H H H H "H MH H H H H H H H 9H :H WH XH kH пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  2H PH ^H qH rH H H H H H H "H 8H NH OH H H H H H H H                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  H H                                     kd6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               H :H WH XH nH H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	kH nH H H H H H H H H bH dH tH uH H H H H H H H H H H H H H H H H CH Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ H H                                     kd6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               H H H H 
H H /H KH LH aH bH cH dH uH                                                                                                                                     q                            kd^6 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
uH H H H H H H H H             q            l                                                                                                                                                       gd_    kd6 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  H H                                     kd6 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               H H H H H H H 9H :H LH wH H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  H H H H z            q            q                                                                                                                                                                                       	  $If   gd_    kd/6 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       H H H EH FH GH HH IH z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       CH DH EH JH SH H H H H 
H H H <H =H BH KH H H H H H H JH LH \H ]H |H }H H H H H ,H -H `H ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "IH JH                                     kd6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               JH SH rH sH H H H H H H H H H                                                                                                             q                                                         kd 6 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  H H H =H >H ?H @H AH z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       AH BH                                     kdz6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               BH KH H H JH KH LH ]H }H                                                             q                                                                                                                             kd6 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  }H ~H H H H -H aH wH xH H H z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd6 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
`H aH xH H H H H H H H H #H 8H 9H mH vH H H H H H TH gH H H H H H H H H H H #H 3H 4H ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  H H                                        kdY6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H #H 9H ;H lH                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  lH mH                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mH vH H H KH LH [H H H H H TH H                                                                                                 s                                                                        kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  H H H H H H H |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H                                        kdu6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H "H #H 4H UH                         s                                                                                                                                                                                   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  4H TH UH VH WH XH ZH |H H 	H 
H !H aH H H  H `H H H H nH H H +H H H H H IH hH H H jH H H H H H qH H H H |H H H H о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -UH VH WH XH YH ZH H 'H (H iH tH ~H H H |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
H H H H #H :H gH hH H H H H 	H 
H !H 6H aH oH H                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H  H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    H !H ,H 1H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1H 2H <H AH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd56 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AH BH CH `H nH ~H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H #H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #H $H /H 4H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4H 5H ?H DH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DH EH FH nH |H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H H *H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *H +H 6H ;H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;H <H FH KH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KH LH WH \H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \H ]H gH lH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lH mH nH H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd 6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H UH H H H H                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H  H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    H !H "H IH WH gH                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gH hH sH xH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xH yH H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd26 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO 7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H #H (H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (H )H 3H 8H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8H 9H :H jH xH H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H  H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H !H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !H "H ,H 1H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1H 2H =H BH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BH CH MH RH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RH SH TH H H H H H                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd"7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H *H /H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /H 0H ;H @H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @H AH KH PH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PH QH RH qH H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H 
H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H )H .H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7	7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .H /H 9H >H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >H ?H JH OH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OH PH ZH _H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT
7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _H `H aH |H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H "H GH jH kH H H H H H H yH                                                                                                                                                                                        gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H zH H H H H H H 	H H H H PH QH bH tH uH H H H H }H H H H H Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  yH zH H H H H H 	H H H                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	H H                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H QH uH H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H H                                        kdA7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H H  H nH H H (H 8H IH YH ZH ~H                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ~H H H H H H ,H [H |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H H H H H H H ZH [H \H H H H H H H <I >I NI OI I I 	I I 2I ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jO7 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  [H \H H H H H H |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H  I  I V I  I  I  I  I I $I <I =I                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  =I >I OI I |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I I 	I 2I I I I I I I 
I I |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2I I I I I I I I 9I I I I I 	I I  I RI SI ]I gI hI I I I I I I I I I I I BI DI TI UI eI ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $I I  I SI ]I gI                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  gI hI                                        kdV7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hI I I I I I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  I I                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I 2I 3I BI SI I I 
I xI I I I I I I CI                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  CI DI UI I I WI I I |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       eI fI I I I I I I I I !I VI sI I I I I I I 	I )	I 	I 	I 	I 	I 	I ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j7 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  I I I I 	I 	I 	I 	I 	I 	I 	I 	I |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd=7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I 	I 	I 
I 
I !
I +
I ,
I Q
I R
I z
I 
I 
I 
I 
I I I NI jI I I I I I I I I I I I I I I PI ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !	I 	I 
I !
I +
I                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  +
I ,
I                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,
I R
I z
I 
I 
I 
I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
I 
I                                        kdK7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
I 
I 
I 
I I I jI kI I I I                                                                                                 Y                              kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
I I I I I I I I I I I I             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdY7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  PI QI \I ]I mI nI rI sI I I I I I I )I ;I 	I I RI TI iI kI 
I I 
I I xI zI _I tI I I I I ~I I I I =!I d!I !I !I !I !I !I !I ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jX!7 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j7 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -I I I I 3I 4I I I (I )I ;I I I I 	I I kI I I yI zI _I tI I I I I                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  I I I  I (I -I             f                                                                                                                                                                      kdz7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  -I .I 3I ;I GI o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at GI HI MI TI YI o            f            f            f                                                                                                                                                	  $If   gd_    kdV7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at YI ZI _I fI rI o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at rI sI {I I I o            f            f            f                                                                                                                                                	  $If   gd_    kd27 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I I I I I o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I I I I I o            f            f            f                                                                                                                                                	  $If   gd_    kd 7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I I I I I o            f            f            f                                                                                                                                                	  $If   gd_    kd| 7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I I I I zI {I I I h!I i!I &"I '"I "I o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd 7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at !I !I !I "I "I o+I y+I .I .I 4I 4I L7I t7I 8I 8I 8I 8I 8I 8I 9I 9I 9I 	:I 
:I :I :I :I +:I L:I M:I ~:I :I :I :I :I Y<I [<I k<I ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %"I "I #I 	#I #I #I V$I W$I $I j&I k&I s'I t'I 'I O)I P)I )I o+I y+I ,I ,I -I -I -I .I .I &.I                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  &.I 7.I H.I Y.I j.I k.I ~.I .I .I .I .I .I /I /I 0I 0I 1I 1I 3I 3I 4I 4I 5I X5I Y5I 5I 5I 6I C6I                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  C6I D6I 6I 6I L7I M7I t7I 8I 8I 8I 9I 9I 9I 9I 
:I :I :I                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  :I :I                                        kd!7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :I M:I :I :I :I :I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  :I :I                                        kd'#7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :I :I :I :I :I &;I d;I ;I ;I ;I ;I ;I Y<I Z<I                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Z<I [<I l<I <I |            s            s                                                                                                                                                                                           	  $If   gd_   kd{$7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k<I l<I <I <I <I <I <I <I <I <I <I =I =I %=I /=I 0=I <=I ]=I ^=I =I =I =I =I =I ?I ?I ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 <I <I <I <I <I <I <I <I =I %=I |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5%7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%=I /=I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  /=I 0=I                                        kd%7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0=I ^=I =I =I =I =I =I                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  =I =I                                        kdC'7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =I =I =I =I >I />I o>I >I ?I ?I ?I ?I                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ?I ?I ?I ?I ?I ?I ?I ?I ?I ?I ?I ?I ?I @I @I @I @I ?@I @@I g@I h@I i@I m@I v@I AI ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ?I ?I ?I ?I |            s            s                                                                                                                                                                                           	  $If   gd_   kd(7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?I ?I ?I ?I ?I ?I @I @I |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdQ)7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @I @I                                        kd*7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @I @@I f@I g@I h@I i@I k@I l@I                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  l@I m@I                                        kd_+7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m@I v@I @I @I @I AI SAI wAI AI fBI vBI wBI                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  AI fBI vBI xBI BI BI BI BI BI BI BI BI BI BI BI BI BI 
CI CI CI "CI #CI /CI PCI QCI yCI zCI ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    wBI xBI BI BI |            s            s                                                                                                                                                                                           	  $If   gd_   kd,7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BI BI BI BI BI BI BI CI CI "CI |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm-7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	"CI #CI                                        kd'.7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #CI QCI xCI yCI zCI {CI }CI ~CI                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  zCI {CI CI CI DI DI 
EI EI EI EI EI EI EI 3EI eEI fEI pEI zEI {EI EI EI EI EI EI EI EI îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ~CI CI                                        kd{/7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CI CI CI CI CI (DI gDI DI DI DI DI DI                                                                                                                         f                           kd07 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  DI EI EI EI EI (EI 3EI fEI pEI zEI                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd17 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	zEI {EI                                        kdC27 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {EI EI EI EI EI EI EI                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  EI EI EI EI mGI nGI oGI GI GI GI GI GI GI GI GI GI GI GI GI .HI /HI 9HI CHI DHI PHI lHI п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  EI EI                                        kd37 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EI EI !FI -FI TFI FI FI FI FI %GI nGI oGI                                                                                                                         f                           kd47 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  oGI GI GI GI GI GI GI GI GI /HI                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd57 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	/HI 9HI CHI                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  CHI DHI                                        kd_67 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DHI mHI nHI oHI qHI HI                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  lHI mHI nHI oHI HI HI II II II JI JI JI JI JI KI KI KI KI KI KI !KI %KI EKI +MI >MI ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 HI HI                                        kd77 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HI HI II II II II JI JI JI JI KI                                                                                     s                                                                                              kd97 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
KI KI KI KI KI KI EKI LI LI +MI mMI MI MI #NI |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd97 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
>MI mMI MI MI MI MI MI "NI 6NI qNI NI NI NI NI OI OI OI $OI %OI =OI GOI HOI IOI LOI MOI lOI mOI OI OI OI OI OI OI OI õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !#NI rNI NI NI NI NI OI OI $OI                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  $OI %OI                                        kd{:7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %OI MOI mOI OI OI OI OI OI OI                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  OI OI                                        kd;7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OI OI GPI ZPI PI PI PI PI PI PI PI                                                             f                                    [            [                     
  $If   gd_ K$  kd#=7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
OI GPI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI PI  QI QI "QI #QI $QI &QI 'QI (QI JQI KQI ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ PI PI PI PI PI PI                                     R            I                                                                     	  $If   gd_ Q  kdj>7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=7 $If   K$L$l 0                                     
t                              4   4 
l a   PI  QI (QI KQI ^QI qQI QI QI QI QI |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd>7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	KQI QI QI QI QI QI !RI "RI #RI $RI 4RI 5RI fRI lRI mRI uRI wRI RI RI RI RI RI RI RI ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J QI QI                                        kd?7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QI QI QI QI "RI #RI $RI 5RI fRI mRI vRI                                                             f                                    [            [                     
  $If   gd_ K$  kdA7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
vRI wRI RI RI RI RI RI                                     R                                                                                              Q  kdLB7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA7 $If   K$L$l 0                                     
t                              4   4 
l a   RI RI RI RI RI RI                                     R            I                                                                     	  $If   gd_ Q  kdfC7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdB7 $If   K$L$l 0                                     
t                              4   4 
l a   RI RI RI RI RI SI (SI ;SI <SI =SI |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	RI RI RI RI RI RI RI RI RI RI :SI ;SI >SI GSI 8TI 9TI TI UI UI  UI !UI "UI 2UI 3UI 4UI UI UI UI UI UI ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ =SI >SI                                        kdD7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >SI GSI SI &TI 9TI UI  UI !UI "UI 3UI UI                                                                                     Y                                          kdF7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
UI UI  VI VI 	VI VI 3VI EVI _VI yVI VI VI VI VI VI VI WI WI                                                                                                                                                                                                                      	  $If   gd_  S  kdF7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ UI UI UI VI yWI zWI {WI |WI WI WI WI WI WI WI WI WI WI XI XI XI XI 'XI XI YI 'YI (YI )YI *YI ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  WI 5WI EWI _WI yWI zWI {WI                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdMG7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {WI |WI WI WI WI WI XI XI XI |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdG7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XI XI                                        kdH7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XI XI XI XI (YI )YI *YI ;YI YI YI YI                                                             f                                    [            [                     
  $If   gd_ K$  kdI7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
*YI :YI ;YI YYI aYI YI YI YI YI YI 
[I [I [I [I )[I 3[I 4[I 5[I 7[I 8[I 9[I F[I P[I Q[I [I [I [I [I /\I \I ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 YI YI YI YI YI YI YI ZI ZI 8ZI RZI ZZI oZI ZI ZI ZI ZI ZI                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdJ7 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ZI ZI [I [I [I                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd9K7 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [I [I 9[I Q[I d[I w[I [I [I [I [I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[I [I                                        kdL7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [I [I /\I L\I \I \I z]I {]I |]I }]I ]I ]I                                                                                                 f                                                   kdM7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  \I x]I {]I |]I }]I ]I ]I ]I ]I ]I ]I ^I ^I ^I ^I 	^I 
^I "^I #^I ^I ^I ^I ^I þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ]I ]I 
^I #^I H^I [^I n^I ^I ^I ^I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdN7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^I ^I                                        kdMO7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^I ^I 7_I __I _I _I `I `I `I `I `I                                                                                                 Y                              kdP7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^I 6_I 8_I _I _I _I `I `I `I `I `I `I `I `I `I 	aI aI aI aI aI aI aI aI aI aI aI νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  `I `I `I aI aI ?aI RaI eaI xaI aI aI aI             s                                                                                                                                                                 kd[Q7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  aI aI                                        kdR7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aI aI lbI bI bI  cI cI cI cI cI %dI                                                                                     Y                                          kdiS7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
aI aI kbI  cI cI cI cI cI cI cI %dI &dI ,dI -dI 5dI 7dI eI eI eI eI eI eI fI fI fI /fI 9fI :fI ;fI =fI >fI ?fI ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 %dI &dI -dI 6dI 7dI ?dI TdI idI {dI dI dI dI dI dI dI eI %eI                                                                                                                                                                                                         	  $If   gd_  S  kd#T7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %eI 7eI QeI keI {eI eI eI eI eI                                                                                                                                                                                                                                                 	  $If   gd_  S  kdT7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  eI eI eI fI |            s            s                                                                                                                                                                                           	  $If   gd_   kdGU7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fI fI ?fI @fI SfI ffI yfI fI fI fI fI |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdV7 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
?fI @fI RfI SfI fI fI fI fI dgI TiI UiI ViI fiI giI siI xiI iI iI jI KjI MjI SjI TjI \jI ^jI WlI YlI ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  fI fI                                        kdV7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fI fI dgI gI  hI hI hI TiI UiI ViI giI                                                                                                 f                                                        kdX7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
giI iI MjI TjI ]jI ^jI fjI {jI jI jI jI jI jI jI kI                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdX7 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  kI 0kI AkI [kI ckI xkI kI kI kI kI kI kI lI -lI >lI XlI YlI                                                                                                                                                                                                                            S  kdiY7 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  YlI ZlI [lI lI lI lI lI lI lI lI lI lI             s                                                                                                                                                                 kdY7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  YlI ZlI [lI slI }lI ~lI lI lI lI lI lI lI lI lI lI lI lI mI mI mI 	nI 
nI nI nI oI oI ipI jpI SqI hqI jqI kqI Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ lI lI                                        kdZ7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lI lI mI 
nI knI nI nI DoI oI pI jpI qI jqI kqI rqI qI  rI rI GrI srI rI rI rI +sI _sI                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  kqI rqI wrI rI rI rI /sI BsI FsI ^sI _sI `sI psI qsI sI sI sI sI sI vI vI vI vI ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   _sI `sI qsI sI sI sI |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd	\7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sI sI sI sI sI 
tI tI 9tI StI dtI ~tI tI tI tI tI tI tI uI                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd\7 $If   K$L$l 0                     x                
t                                4   4 
l a   uI  uI 5uI GuI auI {uI uI uI uI uI uI uI vI vI vI                                                                                                                                                                                                                   	  $If   gd_  S  kdU]7 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  vI vI AvI BvI UvI hvI {vI vI vI vI vI |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]7 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
vI 1vI ;vI <vI @vI AvI BvI TvI UvI vI vI vI vI kwI wI dxI xI xI +yI @yI zI 1zI zI zI P{I e{I f{I g{I n{I {I ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ vI vI                                        kd^7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vI vI kwI exI xI CyI PyI yI 4zI zI g{I n{I {I {I {I |I (|I G|I f|I |I |I                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  {I {I {I {I ,|I ?|I K|I ^|I j|I }|I |I |I |I |I |I |I |I |I |I }I }I 
}I }I UI WI XI YI qI {I |I I ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  |I |I |I |I }I }I |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd`7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }I }I }I )}I ;}I M}I _}I v}I }I }I }I }I }I }I 
~I ~I 2~I 3~I                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd`7 $If   K$L$l 0                                     
t                                4   4 
l a   3~I ;~I M~I _~I q~I ~I ~I ~I ~I ~I ~I I I .I ?I VI WI                                                                                                                                                                                                                            S  kdOa7 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  WI XI YI I I I I I I I I I             s                                                                                                                                                                 kda7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  I I I I I I I I I  I 2I ȁI I I I I yI I I yI ЅI I I ?I ÇI gI I ӈI {I I I I 1I }I 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !I I                                        kdb7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I  I ȁI I I I ЃI I :I I I I yI "I AI iI ֈI ׈I ވI zI {I                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  {I I I I 9I yI I I ֋I I I I                                                                                                             f                                       kdc7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  }I I I I I ΋I ڋI I I I I I JI KI LI oI pI qI uI vI zI I I I I I ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  I KI LI pI qI vI xI yI             s                                                                                                                                                                                     kdd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  yI zI                                        kdce7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zI I I I ԌI I I I ;I ]I I I I                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  I I ȍI I  I |            s            s            s                                                                                                                                                                          	  $If   gd_   kdf7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I ǍI ȍI I  I !I "I #I /I 3I 7I >I ]I CI VI I I I ϐI I I :I NI I I _I kI oI I I I (I ;I ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   I !I "I #I ]I 
I I CI I I I ;I I |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdqg7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I ߑI I 2I ْI ڒI I I ^I _I I I I (I jI I ٕI  I oI ĖI ŖI ϖI ږI 
I I !I                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ;I jI }I I I ؕI I I 3I nI I ĖI ŖI ږI I 
I I !I "I :I DI EI II JI KI ]I ^I pI qI I I I I I I I I I I "I #I õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (!I "I                                        kd+h7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "I JI KI ^I qI I I I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  I I                                        kdi7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I I I FI tI I I I I I #I                                                                                                             f                                       kdj7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  #I $I %I MI NI aI tI I I I I             s                                                                                                                                                                      kdk7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
#I $I %I =I GI HI LI MI NI `I aI sI tI I I I I I I kI lI mI }I ~I I I I I I I I I I I ΚI ϚI I I ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %I I                                        kdGl7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I řI I lI mI ~I I                                                 f                                                                                                                       kdm7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  I I I I I ϚI I I I I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUn7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I I                                        kdo7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I I CI DI ƛI ǛI țI ؛I ٛI ڛI ۛI I I I I I I I I )I *I OI PI TI ]I I I I I I I I I I I I I 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %I I  I DI ǛI țI ٛI ڛI                                                 f                                                                                                                       kdcp7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ڛI ۛI I I I *I =I PI RI SI |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SI TI                                        kdq7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TI ]I I I I I I I                                                 f                                                                                                                       kd+s7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  I I I םI cI dI I I I I I I ,I |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kds7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I םI bI cI dI I I I I I I I I ,I ?I bI vI I I I I I ߠI I I !I 4I bI cI vI I ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ,I cI I I !I cI I I >I I I I I I ݢI I I                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I I I I =I QI I I I I ܢI ݢI I I I 
I I I I I I #I @I RI SI xI yI I I I I շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\I I                                        kdt7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I I @I SI fI yI {I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  I I                                        kdu7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I 
I ;I MI I I I I I I =I                                                                                                 f                                                   kdGw7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  I 
I I I I I I äI ɤI I I I I I I (I 1I ;I =I CI DI KI MI bI cI rI tI uI vI ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ =I DI LI MI cI sI tI uI                                                             R            I                                   	  $If   gd_ Q  kdx7 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdx7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ uI vI I I I ťI إI I I I I |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdy7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
vI I I I I I I I I ĥI ťI I I I I I I |I JI TI UI sI tI I I ȧI ϧI էI I I ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ I I                                        kdy7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I }I I ɦI I I I JI UI tI I I ȧI I I                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  I I I I I I I .I 4I 5I <I >I GI mI nI I I I I I I I I I I I èI ĨI ֨I רI I I I пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  I I I .I 5I =I |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd){7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =I >I nI I I I                                     R            I                                                                     	  $If   gd_ Q  kdp|7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{7 $If   K$L$l 0                                     
t                              4   4 
l a   I I I I ĨI רI I I I  I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd|7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 I I                                        kd}7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I 
I yI I ۩I I (I 3I RI }I I êI ĪI ŪI                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
I 
I I I xI (I 2I 3I QI RI eI tI |I }I I I I I ªI êI ĪI ŪI ƪI ֪I תI ڪI I I I I زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ŪI ƪI תI I |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I I I 'I (I ,I -I .I @I AI SI TI yI zI ~I I I I I I I I I VI `I aI I I ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    I I -I .I AI TI gI zI |I }I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}I ~I                                        kd7 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ~I I I 3I I جI 	I I VI aI I I I I                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
I I I I I I I I I I I I  I I I !I +I ,I -I .I /I 0I WI 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  I I  I -I |            s            s                                                                                                                                                                                           	  $If   gd_   kdӁ7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -I .I /I 0I WI XI I JI |I }I I "I ]I ^I |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
WI dI hI I JI |I I I I "I ^I jI nI I 
I yI αI ϱI ۱I ߱I I kI I I I ӲI I ӴI ߴI I I I µI I I 	I 
I 0I nI I I I I ݷI 'I UI VI I I "I {I I I ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4^I I 
I xI yI αI ϱI I kI I I ӲI I ҴI ӴI I µI I I 0I I I I /I KI [I nI I I ݷI                                                                                                                                                                                                                                                                                                                                                                   gd_  ݷI 'I VI I I "I {I I I NI I I I I I I I -I 1I                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  I I I I I I 	I 
I -I 0I 1I 8I 9I I I I I ƼI I ^I I ۽I I I nI I I I I I (I UI VI [I I I 6I Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $1I 2I 3I 4I 5I 6I 7I 8I 9I M            H            H            H            H            H            H            H                   gd_   kdG7 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   9I MI TI YI iI jI yI zI                                                 _            V            V                                                             	 $If   gd_    kd7 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  zI {I I I                                                                                                                                                                                                                                                          	 $If   gd_  o  kd7 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  I I I I I I I I                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdW7 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  I I ƼI I I 2            )            )            )                      	 $If   gd_    kd7 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     I XI YI ^I I I սI             [                                                                                                                                           kd!7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  սI ֽI ۽I I I hI d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  hI iI nI I I I d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I I I "I d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd|7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  "I #I (I VI [I I d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I I ܿI I I d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd7 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I I n            e            e                                                                                                                                                               	 $If   gd_    kd׋7 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           I I I I                                                                                                                                                                                                                                                	 $If   gd_  t  kd7 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  I 	I 
I I  I (I /I 6I BI                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdI7 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  BI CI                                             kd7 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          CI NI RI YI `I aI bI cI                                                             A                                  kd?7 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  cI dI eI fI gI hI iI jI                                                 A                                              kd7 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  jI kI lI mI nI oI I                                     A            <            7                  gd_    gd_    kd7 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  I 7I 8I QI RI kI |I }I I I                                                                                                                                                                                                                                                   E  kdܑ7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	6I 7I 8I >I ?I QI RI |I }I I I I I I I I I I I I I I I I I 4I 5I 6I :I ;I XI YI ZI fI gI yI AI I I I I I I 춥x                          /j7 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *I I I I I I I                                     a                                                                                                                             E  kd7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;7 $$If   l 0 
" R                                                           4 
l a   I I I I I I I                                     a                                                                                                                             E  kdX7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7 $$If   l 0 
" R                                                           4 
l a   I I I I I I I                                     a                                                                                                                             E  kd7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7 $$If   l 0 
" R                                                           4 
l a   I I I I I 'I 4I                                     a                                                                                                                             E  kdԔ7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu7 $$If   l 0 
" R                                                           4 
l a   4I 5I 6I 7I 8I 9I :I                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd37 $$If   l 0 
" R                                                           4 
l a   :I ;I HI II WI XI l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd7 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   XI YI ZI gI yI @I AI 3I 4I I I l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdP7 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
I I 	I I I 
I I I I  I !I #I KI LI I I I I I I I I NI PI bI cI I I I I I I I I I XI YI eI I I I I I 
I eI fI I I I ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /ju7 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0I #I ,I LI I I I I I OI                                                                                                                                                                                                                                                       S  kdܗ7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	OI PI cI I I I I                                     N                                                                                       S  kd 7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdn7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   I I I I !I I tI uI bI cI XI YI eI I CI I I I I                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   I I I I eI fI I I I I <I =I NI lI I I I 2I NI hI iI rI sI I I qI rI I                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  I I MI NI ^I fI ;I =I NI kI lI I SI pI sI I I 2I I I I I I 5I 6I KI LI }I ~I I I I I I I I I I I I ۵۵۵ۭۜۋzrgrrr       j7 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'I I I I I 6I LI ~I                                     j                                                                                                                                           kd$7 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ~I I I I I I {I |I I I ?I s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd7 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
?I I ^I _I I  I I LI MI I I JI KI I I pI qI >I ?I YI jI I I I I I I                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  I I I I I I LI MI I II I oI I I %I &I 6I 7I ;I <I =I >I ?I HI YI jI I I I I I I I I ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j֛7 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujo7 h_ U !I I 
I I !I "I 6I                                                 e                                                                                                                        F  kd7 $$If   l   l '{6    4   4 
l a] p
        F  kd=7 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  I I 8I \I ]I `I aI gI hI I I I I I I I I I I I I 9I :I QI RI hI iI I I I I I I I I I I I 0I II }I I I I $I I I DI mI I I I ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 36I 7I 8I AI OI \I ]I                                                             5            v  kd7 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd#7 $$If   l   l '{6    4   4 
l a] p
         ]I ^I _I `I aI eI fI gI                                     t                                                                                                                                                             v  kd;7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  gI hI I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I 2I 4I 9I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9I :I II KI QI                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         QI RI `I bI hI                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         hI iI |I ~I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I I I I I I I I I 0I JI ~I I I                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd?7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I I 
I %I YI lI I I I I DI ^I nI I I I I I I I #I $I :I `I oI I I I I I                                                                                                                                                                                                                                                                                                                                                                   gd_  I I I I I I :I PI oI I I I I I .I OI `I I I I TI iI I I I I I I I I I 	I пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  I I I I I .I ^I _I `I I I I I I I SI TI ^I iI I I I                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I I                                     kd7 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               I I I I I "I 8I NI PI gI                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  		I I !I "I 7I 8I MI NI hI qI  I I I I 2I 3I 4I 5I [I \I aI jI I I I I I I I I I Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ gI hI                                     kdA7 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               hI qI I I I I I I I I  I I I I                                                                                                                                     q                            kd7 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
I 3I 4I 5I \I ]I ^I _I `I             q            l                                                                                                                                                       gd_    kdU7 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  `I aI                                     kd7 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               aI jI I I I I I I I I I .I CI XI rI sI I                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  I I I I z            q            q                                                                                                                                                                                       	  $If   gd_    kdi7 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       I I I I I I I I z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd&7 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       I I I I I yI {I I I I I I I I I I 7I CI _I kI I I I I I I I I I (I >I I I I I ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "I I                                     kd7 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               I I I I %I &I HI dI eI zI {I I I                                                                                                             q                                                         kd:7 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  I I I I I I I I z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd7 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       I I                                     kd7 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               I I 2I 3I I I I I I                                                             q                                                                                                                             kd7 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  I I I I >I I I I I  I +I z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdȲ7 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
I I I +I ]I ^I hI rI sI I I I I I I I I I I I I I I 4I 5I 6I UI VI WI XI YI \I eI I I I ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #+I ^I hI rI                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  rI sI                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sI I I I I 
I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
I I                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I I I I I I JI I I I I 5I                                                                                                 s                                                                        kd;7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5I 6I WI XI YI ZI [I |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [I \I                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \I eI I I I I                         s                                                                                                                                                                                   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  I I I I I I I I %I I I I I I I I I I I I  J + J  J  J %J DJ ^J }J J J vJ J J 'J J J J J J .J J J J 9J nJ oJ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -I I I I I I %I I I I I I 'I 1I |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1I 2I I I I I I I AI vI I I I I I I I 
I I                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  I I )I .I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .I /I 9I >I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdֺ7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >I ?I JI OI             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd57 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OI PI ZI _I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _I `I aI I I I                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I I I                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdν7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I (I -I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -I .I 8I =I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =I >I II NI             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NI OI YI ^I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^I _I `I I I I                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I  J  J * J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * J + J 6 J ; J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; J < J F J K J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K J L J W J \ J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ J ] J g J l J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l J m J n J  J  J  J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    J  J  J  J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    J  J  J  J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    J  J  J  J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    J  J J 
J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
J J J %J 3J CJ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CJ DJ OJ TJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TJ UJ _J dJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dJ eJ pJ uJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uJ vJ J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J <J ^J lJ |J                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |J }J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd27 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J !J &J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &J 'J 2J 7J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7J 8J BJ GJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GJ HJ IJ vJ J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J &J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &J 'J 2J 7J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7J 8J BJ GJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GJ HJ SJ XJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XJ YJ cJ hJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hJ iJ jJ J J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J ^J _J J J J                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd\7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J -J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd77 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -J .J 9J >J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >J ?J IJ NJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NJ OJ ZJ _J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _J `J jJ oJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oJ pJ qJ J J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J (J 8J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8J 9J DJ IJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IJ JJ TJ YJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YJ ZJ eJ jJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jJ kJ uJ zJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zJ {J |J J J J J 	J _J `J mJ nJ oJ J 	J                                                                                                                                                                                        gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oJ J J J 	J L	J ]	J ^	J _	J t	J 	J 	J 	J 	J 	J 	J 	J  
J 
J 
J $
J %
J ?
J H
J J J -J .J >J Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  	J 	J L	J ^	J _	J i	J t	J 	J 	J 	J                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  		J 	J                                        kd'7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	J 	J 
J %
J '
J >
J                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  >
J ?
J                                        kd{7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?
J H
J 
J 
J 
J 
J J kJ J J J J J J J                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  J J .J J J J J J |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >J ?J YJ ZJ [J nJ oJ ~J J J J 
J  
J O
J P
J S
J \
J J J J J J J J J J ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j7 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  J J  
J O
J P
J Q
J R
J |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R
J S
J                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S
J \
J 
J 
J 
J SJ ^J zJ J J J J J                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  J J J J |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J J J _J `J J J J J J J |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J _J `J J J J J J J J 2J hJ J J J J J J J J J +J ,J [J ~J J J J AJ DJ J J J J J J J ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $J J J J J J                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  J J                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J ,J [J mJ J J J                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  J J                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J J J J )J *J J J 6J WJ }J J J J J                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  J J J DJ J J 3J vJ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd87 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J J  J 3J 4J CJ dJ J J J J 2J TJ uJ vJ yJ J J J &J XJ YJ ZJ kJ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j7 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  vJ wJ xJ yJ J J %J &J ZJ lJ mJ wJ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdw7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kJ mJ J J J J J J J J J )J *J -J 6J J J J J  J !J )J +J ;J <J J J J J J J J J J ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !wJ J J J J                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  J J                                        kd17 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J *J +J ,J                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ,J -J                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -J 6J J J J J J 	J *J +J <J                                                                                                 Y                              kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
<J J J J J J PJ tJ J J AJ NJ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J J J J J J J J PJ tJ AJ NJ z J  J #J #J 'J 'J 'J 'J (J 	(J (J (J (J (J )J )J )J *J *J *J +J +J ,J  ,J P-J q-J .J /J i/J j/J /J /J /J /J ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j7 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jM7 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -NJ y J z 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                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  *J *J *J *J *J *J             f                                                                                                                                                                      kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  *J *J *J *J *J o            f            f            f                                                                                                                                                	  $If   gd_    kd"7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *J *J *J *J *J o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *J *J *J +J +J o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at +J +J +J !+J &+J o            f            f            f                                                                                                                                                	  $If   gd_    kdl7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at &+J '+J /+J 7+J C+J o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C+J D+J L+J S+J X+J o            f            f            f                                                                                                                                                	  $If   gd_    kdH7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X+J Y+J a+J h+J t+J o            f            f            f                                                                                                                                                	  $If   gd_    kd7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t+J u+J v+J w+J ,J ,J p-J q-J /J /J /J /J 0J o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd$7 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at /J /J /J 0J *0J 
9J 9J ^<J i<J `BJ qBJ DJ EJ "FJ .FJ /FJ ;FJ ?FJ [FJ _GJ `GJ uGJ GJ GJ GJ GJ GJ GJ GJ GJ HJ HJ HJ "HJ +HJ IJ IJ 	JJ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %0J *0J 0J 0J ]1J ^1J 1J 1J G2J 4J 	4J 5J 5J c5J 6J 6J 7J 
9J 9J ]:J ^:J ;J ;J ;J ;J ;J ;J                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ;J ;J ;J ;J <J 	<J <J /<J F<J ]<J ^<J i<J =J =J 7>J 8>J >J >J AJ AJ `BJ qBJ BJ BJ BJ VCJ CJ CJ CJ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  CJ CJ +DJ {DJ DJ DJ EJ "FJ /FJ [FJ _GJ `GJ jGJ uGJ GJ GJ GJ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  GJ GJ                                        kd
7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GJ GJ HJ HJ  HJ !HJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  !HJ "HJ                                        kda7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "HJ +HJ jHJ vHJ HJ HJ IJ *IJ 5IJ nIJ xIJ IJ IJ IJ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
IJ IJ 
JJ AJJ |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	JJ 
JJ @JJ AJJ BJJ DJJ PJJ TJJ pJJ qJJ JJ JJ JJ JJ JJ JJ JJ JJ JJ !KJ "KJ #KJ 'KJ 0KJ LJ  MJ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 AJJ BJJ CJJ DJJ pJJ qJJ {JJ JJ JJ JJ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdo7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	JJ JJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  JJ JJ                                        kd)7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JJ JJ !KJ "KJ #KJ %KJ &KJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  &KJ 'KJ                                        kd}7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'KJ 0KJ oKJ {KJ KJ KJ 
LJ 1LJ LJ  MJ 0MJ 1MJ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   MJ 0MJ 2MJ BMJ CMJ IMJ PMJ QMJ RMJ SMJ hMJ MJ MJ MJ MJ MJ MJ MJ MJ NJ NJ NJ NJ NJ OJ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    1MJ 2MJ CMJ QMJ |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       QMJ RMJ SMJ ]MJ hMJ MJ MJ MJ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MJ MJ                                        kdE7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MJ MJ NJ NJ NJ NJ 	NJ 
NJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  
NJ NJ                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NJ NJ SNJ _NJ NJ NJ NJ OJ OJ PJ PJ PJ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  OJ PJ PJ PJ &PJ 'PJ -PJ 4PJ 5PJ 6PJ 7PJ 8PJ DPJ HPJ cPJ dPJ yPJ PJ PJ PJ PJ PJ PJ PJ PJ QJ QJ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    PJ PJ 'PJ 5PJ |            s            s                                                                                                                                                                                           	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5PJ 6PJ 7PJ 8PJ dPJ nPJ yPJ PJ PJ PJ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	PJ PJ                                        kda7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PJ PJ QJ QJ QJ QJ QJ QJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  QJ QJ QJ &QJ RJ RJ RJ RJ RJ RJ RJ RJ RJ RJ SJ SJ SJ SJ SJ %SJ FSJ GSJ QSJ pSJ qSJ rSJ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  QJ QJ                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QJ &QJ eQJ qQJ QJ QJ RJ %RJ ]RJ RJ RJ RJ                                                                                                                         f                           kd	7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  RJ RJ RJ RJ RJ RJ RJ SJ SJ SJ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	SJ SJ                                        kd}7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SJ GSJ qSJ rSJ sSJ uSJ vSJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  rSJ sSJ wSJ SJ UJ UJ 
UJ UJ UJ $UJ +UJ ,UJ -UJ .UJ hUJ UJ UJ UJ UJ UJ UJ UJ UJ UJ UJ 
VJ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  vSJ wSJ                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wSJ SJ SJ SJ SJ  TJ @TJ oTJ TJ TJ UJ 
UJ                                                                                                                         f                           kd% 8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  
UJ UJ ,UJ -UJ .UJ hUJ UJ UJ UJ UJ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd 8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	UJ UJ UJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  UJ UJ                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UJ VJ VJ 
VJ VJ &VJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
VJ VJ VJ 
VJ 'VJ 0VJ 1WJ 2WJ 3WJ iXJ jXJ kXJ {XJ |XJ XJ XJ XJ XJ XJ XJ XJ XJ XJ ZJ ZJ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 &VJ 'VJ                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'VJ 0VJ 2WJ 3WJ DWJ WJ WJ jXJ kXJ |XJ XJ                                                                                     s                                                                                              kdA8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
XJ XJ XJ XJ XJ XJ XJ ZJ ZJ ZJ [J B[J z[J [J |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ZJ [J [J A[J U[J y[J [J [J [J \J #\J e\J f\J {\J \J \J \J \J \J \J \J \J \J \J \J 
]J ]J ]J ]J V]J W]J q]J z]J ]J õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ![J \J e\J f\J p\J {\J \J \J \J                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \J \J                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \J \J ]J ]J 1]J D]J W]J Y]J p]J                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  p]J q]J                                        kd	8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q]J z]J ]J ]J %^J &^J '^J 8^J e^J l^J t^J                                                             f                                    [            [                     
  $If   gd_ K$  kd]8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
]J ]J %^J &^J '^J 7^J 8^J ;^J P^J Y^J c^J e^J k^J l^J s^J u^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ^J ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ t^J u^J ^J ^J ^J ^J                                     R            I                                                                     	  $If   gd_ Q  kd	8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	8 $If   K$L$l 0                                     
t                              4   4 
l a   ^J ^J ^J ^J ^J _J "_J 5_J 6_J 7_J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1
8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^J 4_J 5_J 8_J A_J d_J _J _J _J _J _J _J `J 
`J `J `J `J *`J +`J :`J <`J B`J C`J D`J ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 7_J 8_J                                        kd
8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8_J A_J d_J _J _J _J _J _J `J `J `J                                                             f                                    [            [                     
  $If   gd_ K$  kd?8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
`J `J +`J ;`J <`J =`J >`J                                     R                                                                                              Q  kd
8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   >`J ?`J @`J A`J B`J C`J                                     R            I                                                                     	  $If   gd_ Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   C`J D`J l`J `J `J `J `J `J `J `J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D`J \`J f`J g`J h`J j`J k`J l`J `J `J `J `J `J `J aJ aJ bJ bJ bJ bJ bJ bJ bJ bJ bJ >cJ GcJ ^cJ cJ cJ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ `J `J                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `J `J "aJ aJ aJ bJ bJ bJ bJ bJ cJ                                                                                     Y                                          kd;8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
cJ cJ cJ cJ cJ cJ cJ cJ cJ dJ 'dJ AdJ [dJ cdJ xdJ dJ dJ dJ                                                                                                                                                                                                                      	  $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ cJ cJ cJ cJ eJ eJ eJ eJ 2eJ <eJ =eJ >eJ @eJ AeJ BeJ aeJ beJ eJ eJ eJ eJ eJ $fJ fJ fJ fJ fJ fJ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  dJ dJ dJ dJ eJ eJ eJ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  eJ eJ BeJ beJ eJ eJ eJ eJ eJ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       eJ eJ                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eJ eJ $fJ RfJ fJ fJ fJ fJ #gJ *gJ 3gJ                                                             f                                    [            [                     
  $If   gd_ K$  kd'8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
fJ fJ fJ fJ fJ #gJ )gJ *gJ 2gJ 4gJ hJ hJ hJ hJ hJ hJ hJ hJ hJ hJ hJ hJ hJ hJ :iJ ;iJ >iJ GiJ iJ {jJ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 3gJ 4gJ <gJ QgJ fgJ xgJ gJ gJ gJ gJ gJ gJ 
hJ "hJ 4hJ NhJ hhJ xhJ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd8 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   xhJ hJ hJ hJ hJ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kds8 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  hJ hJ hJ hJ iJ iJ (iJ ;iJ <iJ =iJ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=iJ >iJ                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >iJ GiJ iJ iJ 1jJ zjJ kJ kJ kJ kJ ,kJ kJ                                                                                                 f                                                   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  {jJ kJ kJ kJ kJ +kJ ,kJ ~kJ kJ kJ kJ kJ kJ kJ kJ kJ kJ kJ kJ lJ lJ "lJ +lJ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ kJ kJ kJ kJ kJ kJ lJ lJ  lJ !lJ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!lJ "lJ                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "lJ +lJ lJ lJ @mJ mJ 'nJ (nJ )nJ *nJ ;nJ                                                                                                 Y                              kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
+lJ lJ lJ ?mJ @mJ mJ 'nJ (nJ )nJ *nJ :nJ ;nJ nJ nJ nJ nJ nJ nJ nJ nJ nJ nJ nJ (oJ )oJ ,oJ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ;nJ nJ nJ nJ nJ nJ nJ oJ oJ )oJ *oJ +oJ             s                                                                                                                                                                 kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  +oJ ,oJ                                        kdO8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,oJ 5oJ 
pJ 1pJ upJ pJ ]qJ ^qJ _qJ pqJ qJ                                                                                     Y                                          kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
,oJ 5oJ 	pJ pJ [qJ ]qJ ^qJ _qJ oqJ pqJ qJ qJ qJ qJ qJ qJ LsJ NsJ OsJ PsJ `sJ asJ sJ sJ sJ sJ sJ sJ sJ sJ sJ sJ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 qJ qJ qJ qJ qJ qJ qJ rJ rJ 3rJ MrJ ]rJ wrJ rJ rJ rJ rJ                                                                                                                                                                                                         	  $If   gd_  S  kd]8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  rJ rJ rJ 	sJ sJ 3sJ MsJ NsJ OsJ                                                                                                                                                                                                                                                 	  $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  OsJ PsJ asJ sJ |            s            s                                                                                                                                                                                           	  $If   gd_   kd 8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sJ sJ sJ sJ sJ tJ tJ *tJ =tJ >tJ ?tJ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd;!8 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
sJ sJ sJ sJ <tJ =tJ @tJ ItJ uJ vJ vJ vJ wJ wJ wJ wJ +wJ owJ wJ wJ wJ wJ wJ wJ wJ yJ yJ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ?tJ @tJ                                        kd"8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @tJ ItJ uJ buJ uJ uJ EvJ vJ vJ vJ wJ                                                                                                 f                                                        kdW#8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
wJ owJ wJ wJ wJ wJ xJ xJ .xJ CxJ UxJ oxJ xJ xJ xJ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd$8 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  xJ xJ xJ xJ yJ yJ +yJ @yJ RyJ lyJ yJ yJ yJ yJ yJ yJ yJ                                                                                                                                                                                                                            S  kd$8 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  yJ yJ yJ !zJ "zJ 5zJ HzJ [zJ nzJ zJ zJ zJ             s                                                                                                                                                                 kd5%8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  yJ yJ yJ zJ zJ zJ zJ zJ  zJ !zJ "zJ 4zJ 5zJ zJ zJ zJ zJ Q{J {J {J {J {J [|J \|J A}J V}J ~J ~J ~J J J 	J Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ zJ zJ                                        kd%8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zJ zJ Q{J {J 	|J \|J |J |J X}J }J ~J ~J J 	J J OJ J J J J EJ qJ J ɀJ J                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  	J J J (J ,J DJ ̀J J J J J J J J SJ YJ ZJ bJ dJ J J J J ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   J J J SJ ZJ cJ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdC'8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cJ dJ lJ J J J J ׁJ J J J 6J GJ aJ rJ J J J                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd'8 $If   K$L$l 0                     x                
t                                4   4 
l a   J J ӂJ J J J *J DJ ^J oJ J J J J J                                                                                                                                                                                                                   	  $If   gd_  S  kd(8 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J J ߃J J J J J ,J ?J @J AJ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd!)8 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
J σJ كJ ڃJ ރJ ߃J J J J >J ?J BJ KJ 	J 5J J SJ hJ ɆJ ކJ J χJ 6J KJ J J J J J PJ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ AJ BJ                                        kd)8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               BJ KJ 	J J kJ J J [J ҇J NJ J J LJ kJ J J ƉJ J J EJ FJ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  PJ cJ oJ J ʉJ ݉J J J J J #J <J DJ EJ FJ GJ WJ XJ J J J J J J J J J J J J J ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  FJ GJ XJ J J J |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd=+8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J ǊJ يJ J J J +J BJ SJ jJ J J J J ЋJ ыJ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd+8 $If   K$L$l 0                                     
t                                4   4 
l a   ыJ ًJ J J J !J 8J OJ fJ wJ J J J ̌J ݌J J J                                                                                                                                                                                                                            S  kd,8 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J J J J  J 3J FJ YJ lJ J J J             s                                                                                                                                                                 kd-8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J J  J 2J 3J ~J J J J J ЎJ fJ J 8J J J J 3J J J nJ J 4J ݔJ aJ J \J qJ J J J J ϘJ J 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !J J                                        kd-8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J fJ 8J J 4J nJ J ؑJ 5J SJ J J J ߔJ J tJ uJ |J J J                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  J YJ J J טJ J 6J UJ tJ J J J                                                                                                             f                                       kd)/8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  J .J :J MJ YJ lJ xJ J J J J J J J J 
J J J J J J !J >J SJ TJ UJ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  J J J J J J J J             s                                                                                                                                                                                     kd/8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J J                                        kd08 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J !J .J PJ rJ J J J ٚJ J J ?J TJ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  TJ UJ fJ J J |            s            s            s                                                                                                                                                                          	  $If   gd_   kd18 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UJ eJ fJ J J J J J ͛J ћJ ՛J ܛJ J J J #J 6J YJ mJ J J ؞J J 'J ;J J 	J 
J 4J J J ƢJ ٢J ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  J J J J J J J J #J ZJ J ٞJ (J |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd28 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (J }J ~J ПJ wJ xJ 7J 8J J J 4J J J ƢJ J ?J wJ J 
J bJ cJ mJ xJ J J J                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ٢J J J >J RJ vJ J J ѣJ J  J bJ cJ xJ J J J J J ؤJ J J J J J J J J J !J "J 4J 5J 9J BJ J J J J J J õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (J J                                        kde38 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J J J "J 5J 7J 8J                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  8J 9J                                        kd48 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9J BJ J J J J 0J JJ J J J J                                                                                                             f                                       kd
68 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  J ¦J æJ J J J J %J 8J :J ;J             s                                                                                                                                                                      kd68 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
J ¦J æJ ۦJ J J J J J J J J J 7J 8J <J EJ J J 	J 
J J J J J J 6J @J AJ EJ FJ GJ YJ ZJ lJ mJ J J ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %;J <J                                        kd78 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <J EJ cJ J 
J J J J                                                 f                                                                                                                       kd88 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  J J FJ GJ ZJ mJ J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd98 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kdI:8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J J J dJ eJ fJ vJ wJ xJ yJ J J J J J J J J ǩJ ȩJ J J J J J J J J .J /J 0J @J AJ BJ CJ PJ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %J J J J eJ fJ wJ xJ                                                 f                                                                                                                       kd;8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  xJ yJ J J J ȩJ ۩J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW<8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kd=8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J J /J 0J AJ BJ                                                 f                                                                                                                       kde>8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  BJ CJ DJ uJ J J )J *J [J SJ TJ J ʭJ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd?8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       PJ TJ uJ  J J J )J 6J :J [J J TJ J J ʭJ ݭJ  J J 8J 9J LJ ^J _J }J ~J J J ҮJ  J J J EJ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ʭJ J 9J ~J J J FJ J ܯJ 1J 2J 3J =J HJ {J J J                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  EJ YJ J J ۯJ J 0J 2J 3J HJ zJ {J J J J J J J J J J J ްJ J J J J 0J 9J :J IJ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\J J                                        kd?8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               J J J ްJ J J J J /J                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  /J 0J                                        kd-A8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0J 9J J ٱJ J #J .J ZJ J J J ۲J                                                                                                 f                                                   kdB8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  IJ J #J .J AJ QJ ZJ aJ gJ J J J J J J ƲJ ϲJ ٲJ ۲J J J J J  J J J J J J ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ۲J J J J J J J J                                                             R            I                                   	  $If   gd_ Q  kdC8 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd;C8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ J J <J =J PJ cJ vJ J J J J |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdUD8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J ,J 6J 7J ;J <J =J OJ PJ bJ cJ J J J J J J J J J J J J -J ]J fJ mJ sJ J J ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ J J                                        kdE8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               J J J 6J gJ J J J J J J .J @J fJ J J                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  J J J J J J J ̵J ҵJ ӵJ ڵJ ܵJ J J J !J "J $J %J &J >J HJ IJ MJ NJ OJ aJ bJ tJ uJ J J J пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  J J J ̵J ӵJ ۵J |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdcF8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۵J ܵJ J #J $J %J                                     R            I                                                                     	  $If   gd_ Q  kdG8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG8 $If   K$L$l 0                                     
t                              4   4 
l a   %J &J NJ OJ bJ uJ J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7H8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kdH8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               J J J ?J yJ J ƷJ ѷJ J J ]J aJ bJ cJ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
J J J J J ƷJ зJ ѷJ J J J J J J "J (J \J ]J `J aJ bJ cJ dJ tJ uJ xJ J J J J زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 cJ dJ uJ J |            s            s                                                                                                                                                                                           	  $If   gd_   kdEJ8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J J ŸJ ƸJ ʸJ ˸J ̸J ޸J ߸J J J J J J %J &J 5J J J BJ FJ J J J J J J ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    J J ˸J ̸J ߸J J J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdJ8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kdK8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               J %J J ѹJ CJ vJ J J J J J IJ J J                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
J 1J @J HJ IJ PJ VJ J J J J J J J J J ɻJ ʻJ ˻J ̻J ͻJ λJ J 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  J J J ˻J |            s            s                                                                                                                                                                                           	  $If   gd_   kd
M8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˻J ̻J ͻJ λJ J J 1J J J J TJ J J J |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdM8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J J J 1J J J 'J +J TJ J J J J .J J J lJ mJ yJ }J J 	J 9J EJ IJ qJ CJ qJ }J J J _J `J J J J J J J 4J 5J KJ OJ {J J J J -J J J J UJ J ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4J .J J J J lJ mJ J 	J 8J 9J qJ CJ pJ qJ J `J J J J J J J J J J J 4J 5J {J                                                                                                                                                                                                                                                                                                                                                                   gd_  {J J J -J J J J UJ J J #J J J J J J J J J                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  J #J 'J J J J J J J J J J J %J &J 'J (J dJ J J )J yJ J J J 7J 8J \J J J J J J J J "J J Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $J J J J J J J J J M            H            H            H            H            H            H            H                   gd_   kdN8 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   J J J J J J J J                                                 _            V            V                                                             	 $If   gd_    kdO8 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  J J %J &J                                                                                                                                                                                                                                                          	 $If   gd_  o  kdO8 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  &J 'J (J 3J 7J JJ RJ ^J                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdP8 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ^J _J dJ J J 2            )            )            )                      	 $If   gd_    kd.Q8 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     J J J J )J .J sJ             [                                                                                                                                           kd[R8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  sJ tJ yJ J J J d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd$S8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J 8J <J VJ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdS8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  VJ WJ \J J J J d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J J J J d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdU8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J  J !J +J zJ J J d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdHV8 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J J n            e            e                                                                                                                                                               	 $If   gd_    kdW8 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           J J J J                                                                                                                                                                                                                                                	 $If   gd_  t  kdW8 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  J J J J J J J J J                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdX8 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  J J                                             kd Y8 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          J J J J J J  J J                                                             A                                  kdyZ8 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  J J J J J J J J                                                 A                                              kdX[8 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  J 	J 
J J J 
J "J                                     A            <            7                  gd_    gd_    kd7\8 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  "J J J J J 	J J J /J 1J                                                                                                                                                                                                                                                   E  kd]8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	J J J J J J J J J 1J 2J 4J 5J CJ DJ QJ RJ qJ rJ tJ uJ J J J J J J J J J J J J J J J J J J J J J J 춥x                          /jHb8 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *1J 2J 3J 4J 5J =J CJ                                     a                                                                                                                             E  kd]8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu]8 $$If   l 0 
" R                                                           4 
l a   CJ DJ MJ QJ RJ eJ qJ                                     a                                                                                                                             E  kd^8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3^8 $$If   l 0 
" R                                                           4 
l a   qJ rJ sJ tJ uJ J J                                     a                                                                                                                             E  kdP_8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd^8 $$If   l 0 
" R                                                           4 
l a   J J J J J J J                                     a                                                                                                                             E  kd`8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_8 $$If   l 0 
" R                                                           4 
l a   J J J J J J J                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdm`8 $$If   l 0 
" R                                                           4 
l a   J J J J J J l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd`8 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   J J J J J J J J J J J l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kda8 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
J J J J J J J J J J J J J J BJ CJ OJ PJ J J J J J J  J J %J 'J 7J 8J wJ yJ zJ J J J J J EJ HJ ]J }J J J J J `J aJ sJ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jb8 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0J J J J CJ PJ J J J J                                                                                                                                                                                                                                                       S  kdc8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	J J J &J 'J 8J xJ                                     N                                                                                       S  kd:d8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdc8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   xJ yJ zJ J J VJ J J  J J J J J J J RJ J !J J                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdd8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   J J HJ J J J BJ `J aJ tJ J J J 
J ,J J J J J J J J J J J J J [J                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  sJ tJ J J J J J J J 	J 
J ,J J J J J J J [J qJ uJ J J J J J J J J J 9J :J EJ FJ GJ KJ LJ J J J ۵۵۵ۭۜۋzrgrrr       jBf8 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '[J gJ vJ J J J J J                                     j                                                                                                                                           kd^e8 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  J J .J wJ |J J J J 6J J J s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kde8 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
J 7J J J NJ J J J J J J J J WJ XJ J J J J J J J rJ J J 8J 9J                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  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 8J J J ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jg8 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujf8 h_ U !9J J J J J J J                                                 e                                                                                                                        F  kdg8 $$If   l   l '{6    4   4 
l a] p
        F  kdwg8 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  J J J J J J J J J 'J (J HJ IJ _J `J {J |J J J J J J J J J J J !J "J IJ JJ KJ LJ MJ +J ,J 8J J J J J !J $J J J J J J J ?J ^J J ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3J J J J J J J                                                             5            v  kdh8 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd]h8 $$If   l   l '{6    4   4 
l a] p
         J J J J J J J J                                     t                                                                                                                                                             v  kdui8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  J J J !J 'J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd j8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'J (J AJ CJ HJ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdj8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         HJ IJ WJ YJ _J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdvk8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _J `J sJ uJ {J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!l8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {J |J J J J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdwm8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"n8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdn8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J  J J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxo8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J J J J !J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#p8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !J "J )J .J IJ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         IJ JJ KJ LJ MJ +J ,J 8J J J J J J /J cJ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdyq8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cJ wJ 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 mJ nJ                                                                                                                                                                                                                                                                                                                                                                   gd_  J J J J J J J J 
J J TJ lJ J J J J J 2J ^J J J J 9J :J DJ NJ OJ uJ vJ J J J пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  nJ J J J J J J J J 2J HJ ^J tJ J J J J J J :J DJ NJ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  NJ OJ                                     kd$r8 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               OJ vJ J J J J J J J J                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	J J J J J J J J J J J J J J J J J J J J J J % K ' K 7 K 8 K W K X K Y K Z K  K Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ J J                                     kd{s8 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               J J 1J 2J FJ GJ kJ J J J J J J J                                                                                                                                     q                            kdt8 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
J J J J J J J J J             q            l                                                                                                                                                       gd_    kdu8 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  J J                                     kdLv8 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               J J )J *J >J ?J YJ uJ vJ J J J J J  K  K & K                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  & K ' K 8 K X K z            q            q                                                                                                                                                                                       	  $If   gd_    kdw8 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       X K Y K Z K  K  K  K  K  K z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd`x8 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
        K  K  K  K  K K K )K *K IK JK LK xK yK ~K K K K K 	K (K 4K K K K K K K K K K &K hK iK K ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  " K  K                                     kdy8 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                K  K  K  K  K  K  K K K K K *K JK                                                                                                             q                                                         kdtz8 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  JK KK LK yK zK {K |K }K z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd1{8 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       }K ~K                                     kd{8 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~K K K K K K K K K                                                             q                                                                                                                             kdE}8 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  K K K K K iK K K K K K z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd~8 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
K K K K K K K K K 1K 2K _K tK uK K K HK ,K .K >K ?K K K K K K K K K K K K K _K oK pK ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  K K                                        kd~8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K 2K _K uK wK K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K K                                        kd!8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K JK KK K K K K -K .K ?K K K                                                                                                 s                                                                        kdu8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K K K |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd/8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K ^K _K pK K                         s                                                                                                                                                                                   kd=8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  pK K K K K K K K K EK FK ]K K K K <K K K  
K ?
K 
K 
K HK gK K K K K K K K 3K K K .K MK ,K KK K K ;K ZK K K K 
K о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -K K K K K K K cK dK K K K K K |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
K K 0	K G	K _	K v	K 	K 	K 	K 
K Z
K [
K EK FK ]K rK K K K                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΆ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K +K ;K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;K <K GK LK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LK MK WK \K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \K ]K hK mK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mK nK xK }K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }K ~K K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƉ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K  
K .
K >
K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >
K ?
K J
K O
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O
K P
K Z
K _
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _
K `
K k
K p
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p
K q
K {
K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K 
K 
K 
K 
K 
K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K 
K 
K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K 
K 
K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K 
K 
K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۍ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K 
K K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K K K HK VK fK                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fK gK rK wK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wK xK K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӐ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd28 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K #K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #K $K %K K K K 
K K                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdO8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K &K +K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +K ,K 6K ;K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;K <K GK LK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LK MK WK \K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˓8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \K ]K ^K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K "K 2K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2K 3K >K CK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CK DK NK SK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÖ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SK TK _K dK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dK eK oK tK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tK uK vK K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K .K <K LK                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LK MK XK ]K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]K ^K hK mK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mK nK yK ~K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdؚ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd78 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K ,K :K JK                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JK KK VK [K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [K \K fK kK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kK lK wK |K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |K }K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdН8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K 
K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K K K ;K IK YK                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YK ZK eK jK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jK kK uK zK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zK {K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȠ8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K 	K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K >K ^K K K K K K K K 
K 0K K                                                                                                                                                                                        gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
K K 0K KK K K K K K K DK EK OK YK ZK K K K K K K K K K K K K K K Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  K K K K K K K EK OK YK                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	YK ZK                                        kda8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ZK K K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K :K ;K [K \K K 	K ?K dK tK K K K K                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  K K K K 6K OK hK K |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd	8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K K 
K K K K K K K K K K K xK zK K K AK BK EK VK nK ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jæ8 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  K K K K K K K |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdH8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K BK CK K K K K 1K KK `K xK yK                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  yK zK K BK |            s            s                                                                                                                                                                                           	  $If   gd_   kdV8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BK CK DK EK nK K K 2K DK VK WK FK GK |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nK K K 1K 2K UK VK WK uK K K K 3K EK GK \K K K K K K K K K  K  K   K ) K  K  K Z"K ["K ~"K "K "K "K "K ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $GK QK \K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  K K                                        kdʪ8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K  K  K  K  K                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   K   K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 K ) K n K o K ~ K  K  K  K F!K !K !K !K "K 8"K Z"K ["K "K                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  "K "K "K "K 8#K #K #K $K |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdr8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "K "K "K "K "K "K "K "K #K 8#K ]#K #K #K #K #K $K $K $K ($K >$K e$K $K $K $K $K 	%K ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j,8 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  $K $K $K $K =$K >$K $K $K $K 
%K %K %K |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%K %K  %K R%K S%K ]%K g%K h%K %K %K %K %K %K %K %K ?&K M&K &K &K &K &K &K &K &K &K $'K %'K ''K ('K :'K L'K M'K X'K 'K ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !%K  %K S%K ]%K g%K                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  g%K h%K                                        kdk8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h%K %K %K %K %K %K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  %K %K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %K %K 5&K 6&K V&K W&K &K &K &K &K &K                                                                                                 Y                              kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
&K %'K &'K ''K ('K X'K 'K (K G*K H*K ,K ,K             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdͲ8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  'K 'K 'K 'K 'K 'K 'K 'K 'K (K ,K ,K .K ).K e1K w1K E5K X5K 5K 5K 5K 5K F6K G6K I6K J6K 6K 6K 7K 7K "8K V8K %9K ,9K 9K 9K :K ;K y<K <K =K =K  =K !=K 1=K 2=K ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j̷8 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j8 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -,K .K .K ).K o/K p/K 00K 10K d1K e1K w1K 2K 2K D5K E5K Z5K 5K G6K J6K 6K 6K 7K 7K !8K "8K 18K C8K                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  C8K V8K W8K \8K d8K i8K             f                                                                                                                                                                      kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  i8K j8K o8K w8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kd\8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kdʴ8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kd88 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 8K 8K o            f            f            f                                                                                                                                                	  $If   gd_    kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8K 8K 8K 9K 9K o            f            f            f                                                                                                                                                	  $If   gd_    kd8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9K 9K 9K 9K 9K 9K ;K ;K <K <K b=K c=K =K o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd^8 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2=K 5=K 6=K =K =K FK FK IK JK OK PK RK RK SK SK SK SK SK SK TK TK UK EUK FUK PUK ZUK [UK gUK UK UK UK UK UK UK UK WK WK WK ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %=K =K D>K E>K >K >K ?K ?K ?K AK AK BK BK CK DK DK &EK FK FK GK GK IK *IK 7IK DIK QIK bIK                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  bIK sIK IK IK IK IK IK IK IK IK IK JK 7KK 8KK KK KK WLK XLK *OK +OK OK PK DPK PK PK PK "QK OQK QK                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  QK QK QK RK RK RK RK SK SK SK TK TK UK UK FUK PUK ZUK                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ZUK [UK                                        kdG8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [UK UK UK UK UK UK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  UK UK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UK UK VK VK ;VK bVK VK VK VK WK WK ;WK WK WK                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
WK WK WK WK |            s            s                                                                                                                                                                                           	  $If   gd_   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       WK WK WK WK WK WK WK WK XK XK $XK VXK WXK aXK kXK lXK xXK XK XK XK XK XK XK XK VZK ZK ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 WK WK WK WK XK XK XK $XK WXK aXK |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	aXK kXK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  kXK lXK                                        kdc8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lXK XK XK XK XK XK XK                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  XK XK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XK XK 
YK YK @YK kYK YK YK UZK ZK ZK ZK                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ZK ZK ZK ZK ZK ZK ZK ZK ZK ZK [K 8[K 9[K C[K M[K N[K Z[K {[K |[K [K [K [K [K [K :]K ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ZK ZK ZK ZK |            s            s                                                                                                                                                                                           	  $If   gd_   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ZK ZK ZK ZK [K 9[K C[K M[K |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdſ8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M[K N[K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N[K |[K [K [K [K [K [K [K                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  [K [K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [K [K [K [K $\K O\K \K \K 9]K ]K ]K ]K                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  :]K ]K ]K ]K ]K ]K ]K ]K ]K ]K ]K ]K ]K ]K ^K ^K ^K I^K J^K T^K ^^K _^K k^K ^K ^K ^K ^K ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ]K ]K ]K ]K |            s            s                                                                                                                                                                                           	  $If   gd_   kd'8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]K ]K ]K ]K ^K ^K ^K J^K T^K ^^K |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^^K _^K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _^K ^K ^K ^K ^K ^K ^K ^K                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ^K ^K ^K ^K 7`K 9`K I`K J`K P`K W`K X`K Y`K Z`K o`K `K `K `K `K `K `K `K `K `K aK aK aK îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ^K ^K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^K ^K _K _K 6_K d_K _K _K _K 7`K 8`K 9`K                                                                                                                         f                           kdC8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  9`K J`K X`K Y`K Z`K d`K o`K `K `K `K                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	`K `K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `K `K aK aK aK aK aK                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  aK aK aK aK bK bK bK bK bK bK bK bK bK bK cK  cK "cK #cK 8cK jcK kcK ucK cK cK cK cK п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  aK aK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aK aK ]aK iaK aK aK aK 
bK *bK abK bK bK                                                                                                                         f                           kd_8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  bK bK bK bK bK cK #cK -cK 8cK kcK                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	kcK ucK cK                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  cK cK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cK cK cK cK cK cK                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  cK cK cK cK cK cK dK dK dK fK fK 	fK fK fK LfK MfK NfK OfK PfK QfK ]fK afK fK ghK zhK ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 cK cK                                        kd'8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cK cK dK dK dK !eK WeK fK 	fK fK LfK                                                                                     s                                                                                              kd{8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
LfK MfK NfK OfK PfK QfK fK 2hK 3hK ghK hK hK iK _iK |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd58 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
zhK hK hK hK hK iK +iK ^iK riK iK iK jK jK jK KjK LjK VjK `jK ajK yjK jK jK jK jK jK jK jK jK jK jK jK kK kK $kK õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !_iK iK jK jK jK jK LjK VjK `jK                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  `jK ajK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ajK jK jK jK jK jK jK jK kK                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  kK kK                                        kdC8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kK kK kK kK kK kK kK kK lK 
lK lK                                                             f                                    [            [                     
  $If   gd_ K$  kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
$kK kK kK kK kK kK kK kK kK kK lK lK 	lK 
lK lK lK (lK )lK 8lK :lK ;lK <lK TlK ^lK _lK `lK blK clK dlK lK lK ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ lK lK )lK 9lK :lK ;lK                                     R            I                                                                     	  $If   gd_ Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQ8 $If   K$L$l 0                                     
t                              4   4 
l a   ;lK <lK dlK lK lK lK lK lK lK lK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	lK lK lK lK lK mK ]mK ^mK _mK `mK pmK qmK mK mK mK mK mK mK mK mK mK mK mK mK ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J lK lK                                        kd%8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lK lK mK 0mK ^mK _mK `mK qmK mK mK mK                                                             f                                    [            [                     
  $If   gd_ K$  kdy8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
mK mK mK mK mK mK mK                                     R                                                                                              Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd38 $If   K$L$l 0                                     
t                              4   4 
l a   mK mK mK mK mK mK                                     R            I                                                                     	  $If   gd_ Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdM8 $If   K$L$l 0                                     
t                              4   4 
l a   mK mK 
nK +nK ,nK QnK dnK wnK xnK ynK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	mK mK nK nK nK nK 	nK 
nK +nK ,nK vnK wnK znK nK toK uoK (pK ApK [pK \pK ]pK ^pK npK opK ppK pK pK pK ,qK 2qK ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ynK znK                                        kd!8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               znK nK nK boK uoK [pK \pK ]pK ^pK opK ,qK                                                                                     Y                                          kdu8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
,qK 3qK <qK =qK EqK ZqK oqK qK qK qK qK qK qK rK rK +rK =rK WrK                                                                                                                                                                                                                      	  $If   gd_  S  kd/8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 2qK 3qK ;qK =qK rK rK rK rK rK rK rK rK rK rK rK rK  sK JsK KsK NsK WsK csK sK LtK ctK dtK etK ftK ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  WrK qrK rK rK rK rK rK                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  rK rK rK  sK %sK 8sK KsK LsK MsK |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdS8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MsK NsK                                        kd
8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NsK WsK sK sK dtK etK ftK wtK tK tK tK                                                             f                                    [            [                     
  $If   gd_ K$  kda8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ftK vtK wtK tK tK tK tK tK tK tK IvK KvK LvK MvK evK ovK pvK qvK svK tvK uvK vK vK vK vK vK vK vK kwK xK ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 tK tK tK tK uK uK 0uK JuK ZuK tuK uK uK uK uK uK uK vK vK                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd8 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   vK 0vK JvK KvK LvK                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd8 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  LvK MvK uvK vK vK vK vK vK vK vK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	vK vK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vK vK kwK wK wK xK xK xK xK xK xK yK                                                                                                 f                                                   kdM8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  xK xK xK xK xK xK xK yK yK yK 6yK @yK AyK ByK DyK EyK FyK ^yK _yK yK yK yK yK þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ yK yK FyK _yK yK yK yK yK yK yK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yK yK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yK yK szK zK zK '{K {K {K {K {K {K                                                                                                 Y                              kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
yK rzK tzK zK zK '{K {K {K {K {K {K {K +|K ,|K -|K E|K O|K P|K Q|K S|K T|K U|K V|K |K |K |K νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  {K ,|K -|K U|K V|K {|K |K |K |K |K |K |K             s                                                                                                                                                                 kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |K |K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |K |K }K }K ~K \~K ~K ~K ~K K aK                                                                                     Y                                          kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
|K |K }K \~K ~K ~K ~K ~K 
K K aK bK hK iK qK sK K K K K K K QK RK SK kK uK vK wK yK zK {K ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 aK bK iK rK sK {K K K K K K K K /K 7K LK aK                                                                                                                                                                                                         	  $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  aK sK K K K рK K K K                                                                                                                                                                                                                                                 	  $If   gd_  S  kd)8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K RK |            s            s                                                                                                                                                                                           	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       RK SK {K |K K K K ȁK ہK ܁K ݁K |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdu8 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{K |K K K ځK ہK ށK K K K K K K K K K ɄK 
K SK K K K K K K K K ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ݁K ށK                                        kd=8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ށK K K  K <K PK K K K K K                                                                                                 f                                                        kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
K 
K K K K K K K ̅K K K 
K 'K 8K RK                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdK8 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  RK lK }K K K K ɆK ކK K 
K $K 5K OK iK zK K K                                                                                                                                                                                                                            S  kd8 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K K K ӇK K K K K  K !K             s                                                                                                                                                                 kdo8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K K K K K K K ҇K ӇK K K "K +K K K K EK FK K K ߊK K K K K K K K Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ !K "K                                        kd)8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "K +K K FK K K -K K K KK K PK K K K K <K SK K K K K ;K gK K                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  K K K ƍK ʍK K kK ~K K K K K K K K K K  K K QK SK TK UK ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   K K K K K K |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd}8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K 
K K 4K IK [K uK K K K ԏK K K K *K 2K GK                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd78 $If   K$L$l 0                     x                
t                                4   4 
l a   GK \K qK K K K ȐK K K 
K 'K 8K RK SK TK                                                                                                                                                                                                                   	  $If   gd_  S  kd8 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  TK UK }K ~K K K K ʑK ݑK ޑK ߑK |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[8 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
UK mK wK xK |K }K ~K K K ܑK ݑK K K K ӒK K K K gK |K XK mK ԕK K K K K K K K ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ߑK K                                        kd#8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K K 	K K K K pK K K K K 	K (K MK dK K K K K                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  K K 
K  K hK {K K K K K K ڗK K K K K K K :K @K AK IK KK K K K K K K K K ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  K K K :K AK JK |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdw8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       JK KK SK eK wK K K K ɘK K K K K 0K FK WK nK oK                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd18 $If   K$L$l 0                                     
t                                4   4 
l a   oK wK K K K K ֙K K K K ,K CK TK jK {K K K                                                                                                                                                                                                                            S  kd8 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K K K њK K K 
K K K  K             s                                                                                                                                                                 kdU8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K КK њK K K !K *K <K nK K 6K ֝K 7K SK K ўK %K K K !K ҡK {K K K K K K ;K NK ZK mK K 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 ! K !K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !K *K <K K ֝K TK ҞK K WK vK ӟK K #K K ^K }K K K K K K K                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  K K 7K VK uK K ԦK K K 1K 2K CK                                                                                                             f                                       kdc8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  K ̦K ئK K K 
K K )K 0K 2K BK CK K K K K K K K K K K ܨK K K K ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  CK K K K K K K K             s                                                                                                                                                                                     kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K ̧K K K 2K TK UK wK K K ݨK K                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  K K K 7K \K |            s            s            s                                                                                                                                                                          	  $If   gd_   kd+8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K [K \K ]K ^K _K kK oK sK zK K K K K ԫK K K /K CK vK K ŬK ٬K K K K үK -K 0K dK wK ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  \K ]K ^K _K K IK KK K K K 0K wK ƬK |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ƬK K K nK K K ծK ֮K K K үK /K 0K dK K ݰK K \K K  K K K K IK SK ]K                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  wK K K ܰK K K (K [K oK K K  K K K HK IK SK ]K ^K vK K K K K K K K K K K K ҲK ӲK ײK K (K LK MK NK ^K _K õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (]K ^K                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^K K K K K K ӲK ղK ֲK                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ֲK ײK                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ײK K (K KK K K γK K K MK NK _K                                                                                                             f                                       kdG9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _K `K aK K K K K ôK ִK شK ٴK             s                                                                                                                                                                      kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
_K `K aK yK 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 0K 1K ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ٴK ڴK                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڴK K K %K K K K K                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K K K K K K K 1K 3K 4K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4K 5K                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1K 5K >K K K K K K K K K K /K 9K :K >K ?K @K RK SK eK fK K K K K K K ?K @K ̸K ͸K θK ޸K ߸K K K K 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %5K >K \K K K K K K                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K K ?K @K SK fK yK K K K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K K                                        kdK9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K @K ͸K θK ߸K K                                                 f                                                                                                                       kd	9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K K K K K K ǹK ȹK K K K &K hK |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdY
9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K K ǹK ԹK عK K SK K &K 9K hK {K K K ֻK ׻K K K K K K /K ]K pK K K K K ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  hK K ׻K K ]K K K +K zK ϽK нK ѽK ۽K K K #K -K                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  K K *K >K yK K νK нK ѽK K K K #K -K .K FK PK QK UK VK WK _K |K K K K K ξK ׾K ؾK K շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\-K .K                                        kd9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               .K VK WK |K K K K K ;K                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ;K ξK                                        kdg9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ξK ׾K FK wK K K ̿K K :K ;K LK yK                                                                                                 f                                                   kd
9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  K FK K ̿K ߿K K K K K 9K :K ;K KK LK OK dK mK wK yK K K K K K K K K K K ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ yK K K K K K K K                                                             R            I                                   	  $If   gd_ Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdu9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ K K K K K K K 'K )K *K @K |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
K K K K K K K K K  K K &K 'K AK JK KK ZK K K K K K K K K K K K "K #K ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ @K AK                                        kdI9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               AK JK K K K "K ;K NK K K K K K K #K $K                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  #K $K %K 5K 6K 9K ?K jK pK qK xK zK K K K K K K K K K K K K K K K  K K K 8K 9K =K пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  $K %K 6K jK qK yK |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yK zK K K K K                                     R            I                                                                     	  $If   gd_ Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdW9 $If   K$L$l 0                                     
t                              4   4 
l a   K K K K  K K &K 9K ;K <K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<K =K                                        kd+9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               =K FK K K K )K dK oK K K K K  K K                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
=K FK GK VK K dK nK oK K K K K K K K K K K K K  K K K K K K +K 4K >K ?K زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 K K K @K |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?K @K AK YK cK dK hK iK jK |K }K K K K K K K K K 1K 2K K K &K K K K K K ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    @K AK iK jK }K K K K K K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd99 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K K                                        kd9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K K 2K oK K K EK WK K K K K )K *K                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
K K K K K K K (K )K *K +K ;K <K ?K TK ]K gK hK iK jK kK lK K 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  *K +K <K iK |            s            s                                                                                                                                                                                           	  $If   gd_   kdG9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iK jK kK lK K K K K K K K ^K K K |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
K K K K K K K K K ^K K K K K IK K 
K K K K DK K K K K K K K K K LK K K 8K 9K EK IK lK K K K K K K cK K K K !K ^K K K KK ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4K K IK K K 
K K DK K K K K K K K LK K 8K 9K lK  K !K VK kK K K K K K K                                                                                                                                                                                                                                                                                                                                                                   gd_  K cK K K !K ^K K K KK K K #K $K /K ;K JK VK iK mK                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  KK K K "K #K /K EK IK iK lK mK tK uK K K K K K 9K K K K MK NK K K K K 1K 2K dK K K K K K rK Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $mK nK oK pK qK rK sK tK uK M            H            H            H            H            H            H            H                   gd_   kd9 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   uK K K K K K K K                                                 _            V            V                                                             	 $If   gd_    kdY9 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  K K K K                                                                                                                                                                                                                                                          	 $If   gd_  o  kd.9 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  K K K K K K K K                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd9 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  K K K 9K >K 2            )            )            )                      	 $If   gd_    kdh9 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     >K K K K K K K             [                                                                                                                                           kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  K K K NK RK K d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd^9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K K K K K K d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd'9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K K K 2K 7K ^K d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^K _K dK K K K d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd 9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K K K K K K )K d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd!9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  )K *K -K 7K n            e            e                                                                                                                                                               	 $If   gd_    kdK"9 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           7K 8K ;K DK                                                                                                                                                                                                                                                	 $If   gd_  t  kd #9 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  DK EK FK WK \K dK kK rK ~K                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd#9 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~K K                                             kdZ$9 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          K K K K K K K K                                                             A                                  kd%9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  K K K K K K K K                                                 A                                              kd&9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  K K K K K K K                                     A            <            7                  gd_    gd_    kdq'9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  K sK tK K K K K K K K                                                                                                                                                                                                                                                   E  kdP(9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	rK sK tK zK {K K K K K K K K K K K K K K K K K ?K @K XK YK pK qK rK vK wK K K K K K K }K "K #K .K /K ?K @K 춥x                          /j-9 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *K K K K K K K                                     a                                                                                                                             E  kd)9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd(9 $$If   l 0 
" R                                                           4 
l a   K K K K K K K                                     a                                                                                                                             E  kd)9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm)9 $$If   l 0 
" R                                                           4 
l a   K K K K K %K ?K                                     a                                                                                                                             E  kd*9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+*9 $$If   l 0 
" R                                                           4 
l a   ?K @K KK XK YK cK pK                                     a                                                                                                                             E  kdH+9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd*9 $$If   l 0 
" R                                                           4 
l a   pK qK rK sK tK uK vK                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd+9 $$If   l 0 
" R                                                           4 
l a   vK wK K K K K l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd,9 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   K K K K K |K }K oK pK GK HK l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd,9 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
@K DK EK :K ;K FK GK WK XK \K ]K _K K K K K K K 5K 7K BK CK K K K K K K K K K K K $K %K K K K K K K K @K IK K K K K K ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j-9 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0HK _K hK K K K 6K 7K CK K                                                                                                                                                                                                                                                       S  kdP.9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	K K K K K K K                                     N                                                                                       S  kdt/9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd.9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   K K K %K ]K K K K K K K K K $K K K VK K &K                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd09 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   &K 'K K AK K K K K K K xK yK K K K 3K UK nK K K K K K NK OK K K K                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  K K K K K K wK yK K K K K K K K MK OK nK K K K  K !K qK rK K K K K K K K K K K K K 'K (K 3K ۵۵۵ۭۜۋzrgrrr       j|19 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'K K K  K !K rK K K                                     j                                                                                                                                           kd09 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  K K K K K YK K K K >K {K s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd
19 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
{K K K K K <K =K K K -K .K K K K K K K zK {K K K VK K WK XK K K                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  3K 4K 5K 9K :K =K K K ,K K GK K UK VK aK bK rK sK wK xK yK zK {K K K K 'K 0K 9K YK WK K A L B L ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jJ29 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj19 h_ U !K B L F L G L ] L ^ L r L                                                 e                                                                                                                        F  kd$39 $$If   l   l '{6    4   4 
l a] p
        F  kd29 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  B L G L t L  L  L  L  L  L  L  L  L  L  L  L  L L L 6L 7L SL TL uL vL L L L L L L L L L L L L L L 7L lL L L L L NL `L 3L KL L L L L 2L ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3r L s L t L } L  L  L  L                                                             5            v  kd
49 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd39 $$If   l   l '{6    4   4 
l a] p
          L  L  L  L  L  L  L  L                                     t                                                                                                                                                             v  kd49 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_   L  L  L  L  L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ59 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          L  L  L  L  L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd69 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          L  L  L  L  L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd69 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          L  L L L L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[79 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L /L 1L 6L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd89 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6L 7L LL NL SL                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd89 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         SL TL nL pL uL                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\99 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uL vL L L L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L L L L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L L L L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd];9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L L L L                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L L L L L L L L 8L lL L L L L                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd<9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L L IL aL L L L L .L LL L L L L L 1L 2L 3L 4L VL _L `L vL L L L L L 	L 	L                                                                                                                                                                                                                                                                                                                                                                   gd_  2L 4L >L TL UL VL vL L L L L 
	L *	L -	L j	L 	L 	L 	L 	L '
L 
L 
L 
L 
L 
L 
L 
L L L 1L 2L EL пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  	L *	L 8	L K	L L	L j	L 	L 	L 	L 	L 	L 	L 
L (
L )
L 
L 
L 
L 
L 
L 
L 
L                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
L 
L                                     kd^=9 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
L L 1L 2L HL ^L tL L L L                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	EL HL ]L ^L sL tL L L L L <L >L NL OL nL oL pL qL L L L L 
L 
L 
L 
L 
L 
L 
L 
L L Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ L L                                     kd>9 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L L L L L L 	L %L &L ;L <L =L >L OL                                                                                                                                     q                            kd@9 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
OL oL pL qL L L L L L             q            l                                                                                                                                                       gd_    kd@9 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  L L                                     kdA9 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               L L L L L L L 
L 
L &
L Q
L j
L 
L 
L 
L 
L 
L                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
L 
L 
L 
L z            q            q                                                                                                                                                                                       	  $If   gd_    kdB9 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       
L 
L 
L L  L !L "L #L z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdC9 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       L L L $L -L L L L L L L L L L L %L sL L L L L L $L &L 6L 7L VL WL ZL dL zL L L L :L ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "#L $L                                     kdWD9 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $L -L LL ML aL bL L L L L L L L                                                                                                             q                                                         kdE9 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  L L L L L L L L z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdkF9 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       L L                                     kd(G9 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L %L nL oL $L %L &L 7L WL                                                             q                                                                                                                             kdH9 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  WL XL YL ZL zL L ;L QL RL \L gL z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd<I9 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
:L ;L RL gL L L L L L L L L L L GL PL L L L L L .L AL pL qL rL L L L L L L L L 
L L ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #gL L L L                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  L L                                        kdJ9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L L L L L FL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  FL GL                                        kd[K9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GL PL L L %L &L 5L L L L L .L qL                                                                                                 s                                                                        kdL9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  qL rL L L L L L |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdiM9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L                                        kd#N9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L L L L L /L                         s                                                                                                                                                                                   kdwO9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  L .L /L 0L 1L 2L 4L VL aL L L L ;L ZL L L :L YL L L HL gL L L aL L L L #L BL L L DL cL L L  L  L K!L j!L !L !L V"L u"L #L #L о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -/L 0L 1L 2L 3L 4L aL L L CL NL XL cL mL |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd1P9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
mL nL L L L L AL BL }L L L L L L L L ;L IL YL                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  YL ZL eL jL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jL kL uL zL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJQ9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zL {L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L L L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgR9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%S9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L :L HL XL                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBT9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XL YL dL iL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iL jL tL yL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd U9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yL zL L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_U9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L L L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|V9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L 	L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:W9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L  L HL VL fL                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fL gL rL wL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWX9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wL xL L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtY9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L L L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2Z9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L  L %L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %L &L 1L 6L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6L 7L AL FL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO[9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FL GL HL aL oL L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
\9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl\9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*]9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L /L xL L L L                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd]9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG^9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L #L 1L AL                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd_9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AL BL ML RL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RL SL ]L bL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"`9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bL cL nL sL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sL tL ~L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L L L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?a9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\b9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L 
L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L DL RL bL                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bL cL nL sL             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyc9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sL tL ~L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7d9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L L L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTe9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L  L  L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L  L  L  L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L  L ' L , L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqf9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , L - L . L  L  L  L  L  L                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdf9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L  L  L  L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/g9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    L  L !L 	!L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	!L 
!L !L !L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !L !L %!L *!L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLh9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *!L +!L ,!L K!L Y!L i!L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i!L j!L u!L z!L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
i9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z!L {!L !L !L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdii9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !L !L !L !L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !L !L !L !L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'j9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !L !L !L !L !L !L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !L !L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L 	"L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDk9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L "L $"L )"L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )"L *"L 4"L 9"L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9"L :"L ;"L V"L d"L t"L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdal9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t"L u"L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L "L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L "L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~m9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L "L "L "L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "L "L "L "L "L !#L D#L E#L #L #L #L #L #L #L S$L                                                                                                                                                                                        gd_  z  kd<n9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #L #L #L #L T$L $L $L $L $L $L $L $L $L $L $L *%L +%L <%L N%L O%L `%L a%L {%L %L W'L Y'L i'L j'L z'L Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  S$L T$L $L $L $L $L $L $L $L $L                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	$L $L                                        kdn9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $L +%L O%L a%L c%L z%L                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  z%L {%L                                        kdo9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {%L %L %L %L %L %L H&L &L &L 'L 'L #'L 3'L 4'L X'L                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  X'L Y'L j'L 'L 'L 'L (L 5(L |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdCq9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z'L {'L 'L 'L 'L 'L 'L 'L 4(L 5(L 6(L [(L \(L (L (L (L (L *L *L (*L )*L *L *L *L *L +L ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jq9 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  5(L 6(L \(L (L (L (L (L |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdr9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (L (L                                        kd<s9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (L (L (L (L 0)L )L )L )L )L )L )L *L *L                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  *L *L )*L *L |            s            s                                                                                                                                                                                           	  $If   gd_   kdt9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *L *L *L *L +L +L +L +L +L +L +L ,L ,L |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdJu9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +L +L +L +L +L +L +L +L ,L Y,L n,L ,L ,L ,L ,L ,L ,-L --L 7-L A-L B-L g-L h-L -L -L -L -L -L }.L .L /L /L 0L 0L .0L /0L ?0L ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $,L ,L ,L --L 7-L A-L                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  A-L B-L                                        kdv9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B-L h-L -L -L -L -L -L                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  -L -L                                        kdXw9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -L -L .L 
.L .L -.L e.L f.L .L R/L r/L /L /L /L /L /L 0L                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  0L 0L /0L 0L 0L 11L o1L 1L |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdx9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?0L @0L Z0L [0L \0L o0L p0L 0L 0L 0L 0L 01L M1L n1L 1L 1L 1L 1L 1L 1L 2L b2L 2L 2L 2L 2L ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jfy9 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  1L 1L 1L 1L 1L 1L a2L b2L 2L 2L 2L 2L |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdy9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2L 2L 2L 2L 2L 2L 3L 3L +3L ,3L T3L e3L f3L i3L r3L 3L 3L (4L D4L \4L ]4L e4L g4L w4L x4L 4L 4L 4L 4L 4L 4L 4L 4L *5L ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !2L 2L 2L 2L 3L                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  3L 3L                                        kdz9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3L ,3L T3L f3L g3L h3L                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  h3L i3L                                        kd{9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i3L r3L 3L 3L 3L 3L D4L E4L f4L g4L x4L                                                                                                 Y                              kdM}9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
x4L 4L 4L 4L 4L 4L 5L 5L 7L 7L }:L :L             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd~9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *5L +5L 65L 75L G5L H5L L5L M5L 5L 5L }:L :L ;L ;L ?L ?L BL BL ,CL .CL CCL ECL CL CL CL CL RDL TDL 9EL NEL EL EL FL FL XGL \GL HL HL JL >JL JL JL JL JL JL JL ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j9 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j~9 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -:L ;L ;L ;L 
=L =L =L =L ?L ?L ?L {@L |@L BL BL BL ECL CL CL SDL TDL 9EL NEL EL EL EL EL                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  EL EL EL EL FL FL             f                                                                                                                                                                      kd(9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  FL FL 
FL FL !FL o            f            f            f                                                                                                                                                	  $If   gd_    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at !FL "FL 'FL .FL 3FL o            f            f            f                                                                                                                                                	  $If   gd_    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3FL 4FL 9FL @FL LFL o            f            f            f                                                                                                                                                	  $If   gd_    kdr9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at LFL MFL UFL ]FL bFL o            f            f            f                                                                                                                                                	  $If   gd_    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at bFL cFL kFL sFL FL o            f            f            f                                                                                                                                                	  $If   gd_    kdN9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at FL FL FL FL FL o            f            f            f                                                                                                                                                	  $If   gd_    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at FL FL FL FL FL o            f            f            f                                                                                                                                                	  $If   gd_    kd*9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at FL FL FL FL TGL UGL HL HL BJL CJL  KL KL ZKL o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at JL JL JL ZKL fKL ITL STL WL WL ]L ]L &`L N`L ^aL jaL kaL waL {aL aL bL bL bL bL bL bL bL bL cL &cL 'cL XcL YcL ZcL ^cL gcL 3eL 5eL EeL ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ZKL fKL KL KL LL LL 0ML 1ML ML DOL EOL MPL NPL PL )RL *RL RL ITL STL UL UL VL VL VL VL VL  WL                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_   WL WL "WL 3WL DWL EWL XWL kWL WL WL WL WL XL XL sYL tYL YL YL \L \L ]L ]L ]L 2^L 3^L ^L ^L ^L _L                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  _L _L g_L _L &`L '`L N`L ^aL kaL aL bL bL bL bL bL bL bL                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  bL bL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bL 'cL YcL ZcL \cL ]cL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ]cL ^cL                                        kdՄ9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^cL gcL cL cL cL  dL >dL fdL qdL dL dL dL 3eL 4eL                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
4eL 5eL FeL }eL |            s            s                                                                                                                                                                                           	  $If   gd_   kd)9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       EeL FeL |eL }eL ~eL eL eL eL eL eL eL eL eL eL 	fL 
fL fL 7fL 8fL ]fL ^fL _fL cfL lfL gL \hL ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 }eL ~eL eL eL eL eL eL eL eL eL |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	eL 	fL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  	fL 
fL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
fL 8fL ]fL ^fL _fL afL bfL                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  bfL cfL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cfL lfL fL fL fL 	gL IgL mgL gL \hL lhL mhL                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  \hL lhL nhL ~hL hL hL hL hL hL hL hL hL hL hL hL hL hL iL iL AiL BiL CiL GiL PiL jL ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    mhL nhL hL hL |            s            s                                                                                                                                                                                           	  $If   gd_   kdE9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hL hL hL hL hL hL hL hL |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hL hL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hL iL @iL AiL BiL CiL EiL FiL                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  FiL GiL                                        kd
9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GiL PiL iL iL iL iL -jL QjL jL @kL PkL QkL                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  jL @kL PkL RkL bkL ckL ikL pkL qkL rkL skL tkL kL kL kL kL kL kL kL kL kL kL 	lL *lL +lL SlL TlL ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    QkL RkL ckL qkL |            s            s                                                                                                                                                                                           	  $If   gd_   kda9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qkL rkL skL tkL kL kL kL kL kL kL |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kL kL                                        kdՏ9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kL +lL RlL SlL TlL UlL WlL XlL                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  TlL UlL YlL blL mL mL mL mL mL mL mL mL mL 
nL ?nL @nL JnL TnL UnL anL nL nL nL nL nL nL îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  XlL YlL                                        kd)9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               YlL blL lL lL lL mL AmL amL mL mL mL mL                                                                                                                         f                           kd}9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  mL mL mL mL mL nL 
nL @nL JnL TnL                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd79 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	TnL UnL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UnL nL nL nL nL nL nL                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  nL nL nL nL GpL HpL IpL YpL ZpL `pL gpL hpL ipL jpL pL pL pL pL pL qL 	qL qL qL qL *qL FqL п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  nL nL                                        kdE9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nL nL nL oL .oL \oL |oL oL oL oL HpL IpL                                                                                                                         f                           kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  IpL ZpL hpL ipL jpL pL pL pL pL 	qL                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdS9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		qL qL qL                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  qL qL                                        kd
9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qL GqL HqL IqL KqL bqL                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  FqL GqL HqL IqL cqL lqL mrL nrL orL sL sL sL sL sL sL sL sL sL sL sL sL sL tL vL vL ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 bqL cqL                                        kda9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cqL lqL nrL orL rL rL rL sL sL sL sL                                                                                     s                                                                                              kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
sL sL sL sL sL sL tL uL uL vL GvL ~vL vL vL |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdo9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
vL GvL ZvL }vL vL vL vL vL wL KwL _wL wL wL wL wL wL wL wL wL xL !xL "xL #xL &xL 'xL FxL GxL YxL ZxL xL xL xL xL xL õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !vL LwL wL wL wL wL wL wL wL                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  wL wL                                        kd)9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wL 'xL GxL ZxL mxL xL xL xL xL                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  xL xL                                        kd}9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xL xL !yL 4yL ayL byL cyL tyL yL yL yL                                                             f                                    [            [                     
  $If   gd_ K$  kdў9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
xL !yL ayL byL cyL syL tyL wyL yL yL yL yL yL yL yL yL yL yL yL yL yL yL yL yL yL yL  zL zL zL $zL %zL ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ yL yL yL yL yL yL                                     R            I                                                                     	  $If   gd_ Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   yL yL zL %zL 8zL KzL ^zL qzL rzL szL |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%zL pzL qzL tzL }zL zL zL zL zL zL {L {L @{L F{L G{L O{L Q{L f{L g{L v{L x{L ~{L {L {L ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J szL tzL                                        kd_9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tzL }zL zL zL zL zL zL {L @{L G{L P{L                                                             f                                    [            [                     
  $If   gd_ K$  kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
P{L Q{L g{L w{L x{L y{L z{L                                     R                                                                                              Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdm9 $If   K$L$l 0                                     
t                              4   4 
l a   z{L {{L |{L }{L ~{L {L                                     R            I                                                                     	  $If   gd_ Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   {L {L {L {L {L {L |L |L |L |L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{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 z~L ~L ~L ~L ~L ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ |L |L                                        kd[9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |L !|L ^|L  }L }L }L }L }L }L 
~L ~L                                                                                     Y                                          kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
~L ~L ~L ~L ~L ~L 
L L 9L SL cL }L L L L L L L                                                                                                                                                                                                                      	  $If   gd_  S  kdi9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ~L ~L ~L ~L SL TL UL VL nL xL yL zL |L }L ~L L L L L L L L `L L L L L L ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  L L L 9L SL TL UL                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  UL VL ~L L ÀL րL L L L |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L                                        kdG9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L L `L L L L L L _L fL oL                                                             f                                    [            [                     
  $If   gd_ K$  kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
L L L 3L ;L _L eL fL nL pL L L L L L 
L L L L L L  L *L +L vL wL zL L 	L L ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 oL pL xL L L L ΂L L L L ,L 4L IL ^L pL L L L                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdU9 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   L ΃L L L L                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd9 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L L +L >L QL dL wL xL yL |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yL zL                                        kd39 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zL L 	L &L mL L TL UL VL WL hL L                                                                                                 f                                                   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  L RL UL VL WL gL hL L L L ԆL ކL ߆L L L L L L L ZL [L ^L gL þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ L L L L "L 5L HL [L \L ]L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]L ^L                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^L gL L 9L |L ňL cL dL eL fL wL                                                                                                 Y                              kdO9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
gL L L {L |L ňL cL dL eL fL vL wL ɉL ʉL ˉL L L L L L L L L dL eL hL νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  wL ʉL ˉL L L L ,L ?L RL eL fL gL             s                                                                                                                                                                 kd	9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  gL hL                                        kdó9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hL qL FL mL L L L L L L L                                                                                     Y                                          kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
hL qL EL 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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 L  L L L L L .L CL UL oL L L L ͍L ՍL L L                                                                                                                                                                                                         	  $If   gd_  S  kdѵ9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L +L EL UL oL L L L                                                                                                                                                                                                                                                 	  $If   gd_  S  kdc9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L L L |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L L -L @L SL fL yL zL {L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
L L ,L -L xL yL |L L >L .L /L 0L @L AL ML RL gL L L %L 'L -L .L 6L 8L 1L 3L ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  {L |L                                        kdw9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |L L >L L ڐL L L .L /L 0L AL                                                                                                 f                                                        kd˹9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
AL L 'L .L 7L 8L @L UL jL L L L œL ֓L L                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd9 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  L 
L L 5L =L RL gL |L L L L ӔL L L L 2L 3L                                                                                                                                                                                                                            S  kd9 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  3L 4L 5L ]L ^L qL L L L L L L             s                                                                                                                                                                 kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3L 4L 5L ML WL XL YL [L \L ]L ^L pL qL L L L ɕL L L L L L L L }L L CL DL -L BL DL EL Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ L L                                        kdc9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L ɕL L L EL L ˗L L L L DL L DL EL LL L ښL L !L ML L L ٛL L 9L                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  EL LL QL dL hL L 	L L  L 8L 9L :L JL KL L L L L L L L L L ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   9L :L KL L L L |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L L ҜL L L L -L >L XL rL L L L ȝL НL L                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdq9 $If   K$L$l 0                     x                
t                                4   4 
l a   L L L !L ;L UL fL L L L ŞL ֞L L L L                                                                                                                                                                                                                   	  $If   gd_  S  kd9 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L L L /L BL UL hL {L |L }L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
L L L L L L L .L /L zL {L ~L L EL qL >L L L L L L L rL L *L ?L @L AL HL L ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ }L ~L                                        kd]9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~L L EL ?L L L *L L L L AL HL L L ƤL L L !L @L L L                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  L L L L L L %L 8L DL WL _L xL L L L L L L إL ޥL ߥL L L /L 1L 2L 3L KL UL VL ZL ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  L L L إL ߥL L |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L L L 'L 9L PL gL ~L L L L ΦL L L L 
L                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdk9 $If   K$L$l 0                                     
t                                4   4 
l a   
L L 'L 9L KL ]L tL L L L ʧL L L L L 0L 1L                                                                                                                                                                                                                            S  kd9 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1L 2L 3L [L \L oL L L L L L L             s                                                                                                                                                                 kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ZL [L \L nL oL L L L ȨL کL L L ԪL tL իL L SL oL íL SL L L pL L L AL L L UL ٳL L L L WL 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !L L                                        kdI9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L ȨL کL L tL L pL L L L qL L L SL L L CL L L L TL UL                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  UL L ճL L L SL rL L L ϴL дL L                                                                                                             f                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  WL jL vL L L L L ǴL δL дL L L $L %L &L IL JL KL OL PL TL ]L zL L L L ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  L %L &L JL KL PL RL SL             s                                                                                                                                                                                     kdW9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  SL TL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TL ]L jL L L еL L L L 7L YL {L L                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  L L L նL L |            s            s            s                                                                                                                                                                          	  $If   gd_   kde9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L L L L L L 	L 
L L L 7L L 0L _L rL L L ͹L L L (L cL wL 9L EL IL pL ˽L νL L L ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  L L L L 7L L L L _L L ιL L dL |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dL L L L L L sL tL 8L 9L pL ͽL νL L DL {L L L IL L L L L L L L                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  L DL WL zL L L ƾL L 
L HL \L L L L L L L L L L L L #L $L %L 7L 8L JL KL ]L ^L pL qL uL ~L L L L L L L õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (L L                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L $L %L 8L KL ^L qL sL tL                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  tL uL                                        kd-9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uL ~L L L  L NL lL L L L L L                                                                                                             f                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  L L L 'L (L ;L NL aL tL vL wL             s                                                                                                                                                                      kd;9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
L L L L !L "L &L 'L (L :L ;L ML NL sL tL xL L L L EL FL GL WL XL YL ZL rL |L }L L L L L L L L L L ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %wL xL                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xL L L L FL GL XL YL                                                 f                                                                                                                       kdI9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  YL ZL L L L L L L L L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L L                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               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 7L ZL [L L L jL kL lL |L }L ~L L L 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %L L L L L L L L                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  L L L L L L L *L ,L -L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-L .L                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .L 7L [L L kL lL }L ~L                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ~L L L L =L >L eL fL L L L L L |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L <L =L >L eL rL vL L L L L L L L <L PL tL uL L L L L L L L L <L =L PL L ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  L =L uL L L =L L L L mL nL oL yL L L L L                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  L L L L L +L lL nL oL L L L L L L L L L L L L L L ,L -L RL SL lL uL vL L շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\L L                                        kdM9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               L L L L -L @L SL UL kL                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  kL lL                                        kd9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               lL uL L L 'L _L jL L L L L L                                                                                                 f                                                   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  L L _L jL }L L L L L L L L L L L L L L L L L %L 'L <L =L LL NL OL PL ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ L L &L 'L =L ML NL OL                                                             R            I                                   	  $If   gd_ Q  kd<9 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ OL PL xL yL L L L L L L L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
PL hL rL sL wL xL yL L L L L L L L L L L VL $L .L /L ML NL iL L L L L L L ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ L L                                        kd9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               L L WL rL L L L L $L /L NL jL |L L L L                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  L L L L L L L L L L L L !L GL HL ]L ^L `L aL bL zL L L L L L L L L L L L L пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  L L L L L L |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L HL _L `L aL                                     R            I                                                                     	  $If   gd_ Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9 $If   K$L$l 0                                     
t                              4   4 
l a   aL bL L L L L L L L L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L L                                        kde9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               L L SL {L L L L 
L ,L WL L L L L                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
L L L L RL L L 
L +L ,L ?L NL VL WL ^L dL L L L L L L L L L L L L L L زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 L L L L |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L L L L L L L L L L -L .L SL TL XL aL bL qL L L ~L L L 0L :L ;L YL ZL ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    L L L L L .L AL TL VL WL |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	WL XL                                        kd-9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               XL aL L 
L L L L L 0L ;L ZL L L L                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ZL mL |L L L L L L L L L L L L L L L L L L 	L 
L 1L 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  L L L L |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L L 	L 
L 1L 2L mL $L VL WL L L 7L 8L |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd;9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1L >L BL mL $L VL cL gL L L 8L DL HL jL L SL L L L L L EL uL L L L L L L L L L L L L L L 
L HL pL qL L L L L /L 0L iL L L UL L L ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  48L jL L RL SL L L L EL tL uL L L L L L L L L 
L L L L 	L %L 5L HL pL qL L                                                                                                                                                                                                                                                                                                                                                                   gd_  L L 0L iL L L UL L L (L _L L L L L L L L L                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  L _L cL L L L L L L 
L L L L aL bL cL dL L L 8L eL L L L HL sL tL L L L L /L 0L 5L ZL ^L L Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $L L 
L L L L L L L M            H            H            H            H            H            H            H                   gd_   kd9 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   L 'L .L 3L CL DL SL TL                                                 _            V            V                                                             	 $If   gd_    kd9 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  TL UL aL bL                                                                                                                                                                                                                                                          	 $If   gd_  o  kdh9 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  bL cL dL oL sL L L L                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd9 $$If   l       0   T# T                 .                
t  0                                                              4 
l al  L L L L L 2            )            )            )                      	 $If   gd_    kd9 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     L 2L 3L 8L eL jL L             [                                                                                                                                           kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  L L L L L BL d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  BL CL HL tL xL L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kda9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L L L L L L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd*9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L L L 0L 5L [L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [L \L ]L gL L L L d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L L L L n            e            e                                                                                                                                                               	 $If   gd_    kd9 $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           L L L L                                                                                                                                                                                                                                                	 $If   gd_  t  kdZ9 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  L L L L L L 	L L L                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd9 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  L L                                             kd9 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          L (L ,L 3L :L ;L <L =L                                                             A                                  kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  =L >L ?L @L AL BL CL DL                                                 A                                              kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  DL EL FL GL HL IL ^L                                     A            <            7                  gd_    gd_    kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ^L L L +L ,L EL VL WL kL mL                                                                                                                                                                                                                                                   E  kd9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	L L L L L +L ,L VL WL mL nL pL qL L L L L L L L L L L L L L L L L L 2L 3L 4L @L AL SL L L L L L L L 춥x                          /j9 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *mL nL oL pL qL yL L                                     a                                                                                                                             E  kdH9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9 $$If   l 0 
" R                                                           4 
l a   L L L L L L L                                     a                                                                                                                             E  kd9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9 $$If   l 0 
" R                                                           4 
l a   L L L L L L L                                     a                                                                                                                             E  kd9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde9 $$If   l 0 
" R                                                           4 
l a   L L L L L L L                                     a                                                                                                                             E  kd9 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#9 $$If   l 0 
" R                                                           4 
l a   L L L L L L L                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd9 $$If   l 0 
" R                                                           4 
l a   L L "L #L 1L 2L l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd@9 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   2L 3L 4L AL SL L L 
L L L L l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd9 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
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 aL cL sL tL L L L L L 2L 3L ?L L L L L L L ?L @L L L L ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j#9 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0L L L &L L L L L L )L                                                                                                                                                                                                                                                       S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	)L *L =L bL cL tL L                                     N                                                                                       S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   L L L L L L NL OL <L =L 2L 3L ?L L L L L ]L L                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd@9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   L L L L ?L @L ~L L L L L L (L FL hL L L L (L BL CL LL ML L L KL LL L                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  L L 'L (L 8L @L L L (L EL FL hL -L JL ML L L L L L L L L  M  M % M & M W M X M Y M uM vM M M M M M M M M ۵۵۵ۭۜۋzrgrrr       j9 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'L L L L L  M & M X M                                     j                                                                                                                                           kd9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  X M Y M j M  M  M  M UM VM rM M M s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdD9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
M sM 8M 9M M M M &M 'M M M $M %M M M JM KM 	M 	M 3	M D	M 	M 
M M M tM uM                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  M M M M M M &M 'M M #M M IM M M M  	M 	M 	M 	M 	M 	M 	M 	M "	M 3	M D	M 	M 	M 
M 
M M tM 
M 
M ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j9 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj9 h_ U !uM 
M 
M 
M 
M 
M M                                                 e                                                                                                                        F  kd^9 $$If   l   l '{6    4   4 
l a] p
        F  kd9 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  
M 
M M 6M 7M :M ;M AM BM cM dM M M M M M M M M M M M M +M ,M BM CM ]M ^M M M M M M gM hM tM M 
M #M WM ]M `M M M M M M GM {M M M ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3M M M M )M 6M 7M                                                             5            v  kdD9 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd9 $$If   l   l '{6    4   4 
l a] p
         7M 8M 9M :M ;M ?M @M AM                                     t                                                                                                                                                             v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  AM BM [M ]M cM                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd : $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cM dM }M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M #M %M +M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +M ,M :M <M BM                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         BM CM VM XM ]M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]M ^M eM jM M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M gM hM tM M M 
M $M XM kM M                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M 3M FM zM M M M M 8M HM |M M M M M M M M M M :M IM \M ]M vM M M                                                                                                                                                                                                                                                                                                                                                                   gd_  M M M M M M M *M IM [M M M M M M )M :M nM M M .M CM uM vM M M M M M M M M пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  M M M M M M 8M 9M :M nM M M M M M -M .M 8M CM vM M M                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M M                                     kd: $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M M M M M M M (M *M AM                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	M M M M M M 'M (M BM KM M M M M M 
M M M 5M 6M ;M DM aM cM sM tM M M M M M Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ AM BM                                     kd	: $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               BM KM mM nM M M M M M M M M M M                                                                                                                                     q                            kdF: $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
M 
M M M 6M 7M 8M 9M :M             q            l                                                                                                                                                       gd_    kd: $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  :M ;M                                     kd: $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ;M DM eM fM zM {M M M M M M M M 2M LM MM bM                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  bM cM tM M z            q            q                                                                                                                                                                                       	  $If   gd_    kd: $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       M M M M M M M M z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd: $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       M M M M M SM UM eM fM M M M M M M M M M 9M EM dM pM M M M M M M M M M bM M M M ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "M M                                     kd: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M M M M M  M "M >M ?M TM UM fM M                                                                                                             q                                                         kd: $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M M M M M M M M z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd: $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M M                                     kdb: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M M M 
M M M M M M                                                             q                                                                                                                             kd: $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M M M M M M M M M M M z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdv: $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
M M M M 7M 8M BM LM MM mM nM M M M M M  M h!M j!M z!M {!M !M !M "M "M "M /"M 0"M 1"M 2"M 3"M 6"M ?"M "M "M "M ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #M 8M BM LM                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  LM MM                                        kdA: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MM nM M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  M M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M  M  M  M  M  M $!M i!M j!M {!M !M "M                                                                                                 s                                                                        kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "M "M 1"M 2"M 3"M 4"M 5"M |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5"M 6"M                                        kd]: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6"M ?"M "M "M "M "M                         s                                                                                                                                                                                   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "M "M "M "M "M "M "M "M "M &M &M &M &M &M Y'M x'M 'M 'M \(M {(M (M )M )M )M )M *M 8+M W+M +M +M P,M o,M ,M -M j-M -M h.M .M .M /M w/M /M /M 0M H1M I1M о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -"M "M "M "M "M "M "M #M #M #M #M #M $M $M |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdk: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$M $M l$M $M $M $M $M $M %M P%M %M %M &M &M &M &M &M &M &M                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  &M &M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 	'M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M $'M )'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )'M *'M 4'M 9'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9'M :'M ;'M Y'M g'M w'M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w'M x'M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd : $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M 'M 'M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M 'M 'M 'M 'M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'M 'M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: : $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M #(M ((M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd : $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ((M )(M 3(M 8(M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd : $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8(M 9(M :(M \(M j(M z(M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW!: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z(M {(M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd": $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt": $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M (M (M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd": $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (M (M (M (M (M )M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2#: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M  )M %)M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %)M &)M 1)M 6)M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO$: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6)M 7)M A)M F)M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F)M G)M H)M )M )M )M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
%: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl%: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*&: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )M )M )M )M 
*M *M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *M *M )*M .*M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG': $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .*M /*M 9*M >*M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd': $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >*M ?*M J*M O*M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O*M P*M Z*M _*M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd(: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _*M `*M a*M *M +M 8+M F+M V+M                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd(: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V+M W+M b+M g+M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"): $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g+M h+M r+M w+M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd): $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w+M x+M +M +M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd): $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +M +M +M +M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?*: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +M +M +M +M +M +M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +M +M +M +M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +M +M +M  ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\+: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ,M ,M ,M ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,M ,M ,M !,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !,M ",M #,M P,M ^,M n,M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy,: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n,M o,M z,M ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,M ,M ,M ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7-: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,M ,M ,M ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,M ,M ,M ,M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,M ,M ,M ,M ,M  -M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT.: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    -M -M -M -M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M !-M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !-M "-M --M 2-M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq/: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2-M 3-M =-M B-M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B-M C-M D-M j-M x-M -M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/0: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M -M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M -M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M -M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL1: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M -M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M -M -M 8.M 9.M h.M v.M .M                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd
2: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .M .M .M .M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi2: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .M .M .M .M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .M .M .M .M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'3: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .M .M .M .M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .M .M .M .M .M /M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD4: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M #/M (/M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (/M )/M 4/M 9/M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9/M :/M D/M I/M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda5: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I/M J/M K/M w/M /M /M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~6: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<7: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /M /M /M /M 0M 0M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0M 0M 0M #0M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #0M $0M .0M 30M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY8: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   30M 40M ?0M D0M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D0M E0M O0M T0M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T0M U0M V0M z0M 0M 0M 0M 0M 91M :1M G1M H1M I1M l1M 1M                                                                                                                                                                                        gd_  z  kdv9: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I1M Z1M l1M 1M 1M &2M 72M 82M 92M N2M 2M 2M 2M 2M 2M 2M 2M 2M 2M 2M 2M 2M 3M "3M 4M 4M 5M 5M 5M Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  1M 1M &2M 82M 92M C2M N2M 2M 2M 2M                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	2M 2M                                        kd9: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2M 2M 2M 2M 3M 3M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  3M 3M                                        kd);: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3M "3M v3M w3M 3M 3M 3M E4M {4M 4M 4M 4M 4M 4M 4M                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  4M 4M 5M Y5M r5M 5M 5M 5M |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd}<: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5M 5M 35M 45M 55M H5M I5M X5M 5M 5M 5M 5M 5M )6M *6M -6M 66M 7M 7M 7M 7M }8M ~8M 8M 8M 8M ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j7=: h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  5M 5M 5M )6M *6M +6M ,6M |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd=: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,6M -6M                                        kdv>: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -6M 66M ~6M 6M 6M -7M 87M T7M m7M 7M 7M 7M 7M                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  7M 7M 7M ~8M |            s            s                                                                                                                                                                                           	  $If   gd_   kd?: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~8M 8M 8M 8M 8M 99M :9M n9M 9M 9M 9M :M :M |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd@: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8M 99M :9M m9M n9M 9M 9M 9M 9M 9M :M B:M o:M :M :M :M :M :M :M :M :M ;M ;M 5;M X;M Y;M \;M e;M <M <M =M =M =M =M =M =M =M ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $:M :M :M :M :M :M                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  :M :M                                        kd>A: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :M ;M 5;M G;M Y;M Z;M [;M                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [;M \;M                                        kdB: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \;M e;M ;M ;M ;M ;M <M <M <M <M =M 1=M W=M t=M =M =M =M                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  =M =M =M >M t>M >M 
?M P?M |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdC: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =M =M =M =M =M 
>M >M >M >>M t>M >M >M >M ?M .?M O?M P?M S?M d?M z?M ?M  @M 2@M 3@M 4@M E@M ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jD: h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  P?M Q?M R?M S?M y?M z?M ?M  @M 4@M F@M G@M Q@M |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd%E: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E@M G@M \@M @M @M @M @M @M @M @M @M AM AM AM AM {AM AM AM AM AM AM BM BM BM BM `BM aBM cBM dBM vBM BM BM BM BM ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Q@M \@M @M @M @M                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  @M @M                                        kdE: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @M @M @M AM AM AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  AM AM                                        kd3G: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AM AM qAM rAM AM AM AM AM BM BM BM                                                                                                 Y                              kdH: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
BM aBM bBM cBM dBM BM *CM NCM EM EM HM (HM             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdAI: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  BM BM BM BM BM BM BM BM *CM NCM HM (HM TIM eIM LM LM PM PM PM PM PM PM QM QM QM QM QM QM RM RM ^SM SM aTM hTM TM TM *VM KVM WM WM CXM DXM \XM ]XM mXM nXM ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j@N: hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jI: hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -(HM SIM TIM eIM JM JM lKM mKM LM LM LM NM NM PM PM PM PM QM QM QM QM RM RM ]SM ^SM mSM SM                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  SM SM SM SM SM SM             f                                                                                                                                                                      kdbJ: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  SM SM SM SM SM o            f            f            f                                                                                                                                                	  $If   gd_    kdJ: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at SM SM SM SM SM o            f            f            f                                                                                                                                                	  $If   gd_    kd>K: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at SM SM SM SM SM o            f            f            f                                                                                                                                                	  $If   gd_    kdK: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at SM SM SM SM  TM o            f            f            f                                                                                                                                                	  $If   gd_    kdL: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  TM TM 	TM TM TM o            f            f            f                                                                                                                                                	  $If   gd_    kdL: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at TM TM &TM -TM 2TM o            f            f            f                                                                                                                                                	  $If   gd_    kdL: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2TM 3TM ;TM BTM NTM o            f            f            f                                                                                                                                                	  $If   gd_    kddM: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at NTM OTM PTM QTM TM TM JVM KVM WM WM XM XM XM o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdM: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at nXM qXM rXM XM YM aM aM 8eM CeM :kM KkM mM mM nM oM 	oM oM oM 5oM 9pM :pM OpM pM pM pM pM pM pM pM pM pM pM pM pM qM rM rM rM ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %XM YM YM YM 7ZM 8ZM ZM ZM ![M \M \M ]M ]M =^M _M _M b`M aM aM 7cM 8cM YdM fdM sdM dM dM dM                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  dM dM dM dM dM dM dM 	eM  eM 7eM 8eM CeM sfM tfM gM gM gM gM fjM gjM :kM KkM kM kM kM 0lM ^lM lM lM                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  lM lM mM UmM mM mM mM nM 	oM 5oM 9pM :pM DpM OpM pM pM pM                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  pM pM                                        kdN: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pM pM pM pM pM pM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  pM pM                                        kdP: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pM qM DqM PqM wqM qM qM rM rM HrM RrM wrM rM rM                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
rM rM rM sM |            s            s                                                                                                                                                                                           	  $If   gd_   kdcQ: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       rM rM sM sM sM sM *sM .sM JsM KsM `sM sM sM sM sM sM sM sM sM sM sM sM tM 
tM uM uM ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 sM sM sM sM JsM KsM UsM `sM sM sM |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdR: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sM sM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  sM sM                                        kdR: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sM sM sM sM sM sM  tM                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   tM tM                                        kd+T: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tM 
tM ItM UtM |tM tM tM uM uM uM 
vM vM                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  uM 
vM vM vM vM #vM *vM +vM ,vM -vM BvM tvM uvM vM vM vM vM vM vM vM vM vM vM vM vxM ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    vM vM vM +vM |            s            s                                                                                                                                                                                           	  $If   gd_   kdU: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +vM ,vM -vM 7vM BvM uvM vM vM |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9V: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vM vM                                        kdV: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vM vM vM vM vM vM vM vM                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  vM vM                                        kdGX: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vM vM -wM 9wM `wM wM wM wM uxM xM xM xM                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  vxM xM xM xM  yM yM yM yM yM yM yM yM yM "yM =yM >yM SyM yM yM yM yM yM yM yM yM yM yM ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    xM xM yM yM |            s            s                                                                                                                                                                                           	  $If   gd_   kdY: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yM yM yM yM >yM HyM SyM yM yM yM |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdUZ: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yM yM                                        kd[: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yM yM yM yM yM yM yM yM                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  yM yM yM  zM s{M u{M {M {M {M {M {M {M {M {M {M {M {M {M {M {M  |M !|M +|M J|M K|M L|M îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  yM yM                                        kdc\: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yM  zM ?zM KzM rzM zM zM zM 7{M s{M t{M u{M                                                                                                                         f                           kd]: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  u{M {M {M {M {M {M {M {M {M {M                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdq^: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{M {M                                        kd+_: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {M !|M K|M L|M M|M O|M P|M                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  L|M M|M Q|M Z|M }M }M }M }M }M }M ~M ~M ~M ~M B~M \~M ^~M _~M t~M ~M ~M ~M ~M ~M ~M ~M п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  P|M Q|M                                        kd`: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q|M Z|M |M |M |M |M }M I}M f}M }M }M }M                                                                                                                         f                           kda: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  }M }M ~M ~M ~M B~M _~M i~M t~M ~M                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdb: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~M ~M ~M                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ~M ~M                                        kdGc: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~M ~M ~M ~M ~M  M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~M ~M ~M ~M M 
M M M 
M CM DM EM UM VM M M M M M M M M M M M ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5  M M                                        kdd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M 
M M 
M M ]M M DM EM VM M                                                                                     s                                                                                              kde: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
M M M M M M M nM oM M M M TM M |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdf: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M M M M /M SM gM M M M M ?M @M UM M M M M M M M M M ąM ŅM M M M M 0M 1M KM TM `M õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !M M ?M @M JM UM M M M                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M M                                        kdcg: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M ŅM M M M M 1M 3M JM                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  JM KM                                        kdh: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KM TM M ҆M M  M M M ?M FM NM                                                             f                                    [            [                     
  $If   gd_ K$  kdj: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
`M M M  M M M M M *M 3M =M ?M EM FM MM OM dM eM tM vM wM xM M M M M M M M M ÇM ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ NM OM eM uM vM wM                                     R            I                                                                     	  $If   gd_ Q  kdRk: $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdj: $If   K$L$l 0                                     
t                              4   4 
l a   wM xM M ÇM ևM M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ÇM M M M M >M M M M M M M ވM M M M M M M M M M M M ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J M M                                        kdl: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M >M lM M M M M ވM M M                                                             f                                    [            [                     
  $If   gd_ K$  kdm: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
M M M M M M M                                     R                                                                                              Q  kd4o: $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdn: $If   K$L$l 0                                     
t                              4   4 
l a   M M M M M M                                     R            I                                                                     	  $If   gd_ Q  kdNp: $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo: $If   K$L$l 0                                     
t                              4   4 
l a   M M FM gM hM M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdp: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M 6M @M AM BM DM EM FM gM hM M M M M M M dM }M M M M M M M M M !M 8M hM nM ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M M                                        kdq: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M M M M M M hM                                                                                     Y                                          kdr: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
hM oM xM yM M M M M ׌M M M M 5M =M RM gM yM M                                                                                                                                                                                                                      	  $If   gd_  S  kds: $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ nM oM wM yM M M M M M M M M M M M ;M <M M M M M M M M M M M M ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  M M M ׍M M M M                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd5t: $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M M M <M aM tM M M M |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdt: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M                                        kdu: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M ,M M M M M M M 
M                                                             f                                    [            [                     
  $If   gd_ K$  kdv: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
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 UM ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 
M M M +M @M RM lM M M M ʐM ҐM M M M (M BM RM                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw: $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   RM lM M M M                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd!x: $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M M M ɑM ܑM M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M M                                        kdmy: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M !M M ĒM M TM M M M M M YM                                                                                                 f                                                   kdz: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  UM M M M M M M XM YM ZM rM |M }M ~M M M M M M M M M M þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ YM ZM M M M ӔM M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{{: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M M                                        kd5|: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M וM M cM M M M M M                                                                                                 Y                              kd}: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
M M M M M cM M M M M M M gM hM iM M M M M M M M M M M M νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  M hM iM M M M ʗM ݗM M M M M             s                                                                                                                                                                 kdC~: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M M                                        kd~: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M OM M 7M 8M 9M JM M                                                                                     Y                                          kdQ: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
M M M M 5M 7M 8M 9M IM JM M M M M M M &M (M )M *M :M ;M M M M M M M M M M M ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 M M M M M M ̚M M M 
M 'M 7M QM kM sM M M                                                                                                                                                                                                         	  $If   gd_  S  kd: $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M M ɛM M M 
M 'M (M )M                                                                                                                                                                                                                                                 	  $If   gd_  S  kd: $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )M *M ;M M |            s            s                                                                                                                                                                                           	  $If   gd_   kd/: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M ˜M ޜM M M M M M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd: $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
M M ʜM ˜M M M M #M ܝM ̟M ͟M ΟM ޟM ߟM M M M IM M àM ŠM ˠM ̠M ԠM ֠M ϢM ѢM ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  M M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M #M ܝM <M xM M M ̟M ͟M ΟM ߟM                                                                                                 f                                                        kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ߟM IM ŠM ̠M ՠM ֠M ޠM M M M /M IM cM tM M                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd: $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  M M M ӡM ۡM M M M ,M FM `M qM M M M ТM ѢM                                                                                                                                                                                                                            S  kdQ: $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ѢM ҢM ӢM M M M "M 5M HM [M \M ]M             s                                                                                                                                                                 kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ѢM ҢM ӢM M M M M M M M M M M ZM [M ^M gM +M ZM [M M M 5M 6M M 0M M M ˧M M M M Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ]M ^M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^M gM +M M M 6M iM M 2M M M M M M M )M xM M M M M KM wM M שM                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  M M M M M M M M M ֩M שM ةM M M -M 3M 4M <M >M M M M M ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   שM ةM M -M 4M =M |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =M >M FM [M pM M M M ˪M ܪM M M !M ;M LM fM nM M                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd: $If   K$L$l 0                     x                
t                                4   4 
l a   M M M M ٫M M M M 8M IM cM tM M M M                                                                                                                                                                                                                   	  $If   gd_  S  kd=: $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M M M M ͬM M M M M M M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdϊ: $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
M M M M M M M ̬M ͬM M M M %M M M ܮM -M BM M M M M M %M ȱM ݱM ޱM ߱M M *M ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M %M M ݮM EM M ȯM 5M M (M ߱M M &M EM dM M M M ޲M M  M                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  *M =M IM \M M M òM ֲM M M M M M M  M !M 1M 2M vM |M }M M M ͵M ϵM еM ѵM M M M M ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   M !M 2M vM }M M |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M ųM ׳M M M M -M DM [M lM M M M M                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd: $If   K$L$l 0                                     
t                                4   4 
l a   M M ŴM ״M M M M )M @M QM hM M M M M εM ϵM                                                                                                                                                                                                                            S  kd7: $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ϵM еM ѵM M M 
M  M 3M FM YM [M \M             s                                                                                                                                                                 kdɎ: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M M M M 
M XM YM ]M fM xM M @M rM M sM M M 
M aM M HM ]M M M ;M ߾M 6M KM M wM M M M M 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !\M ]M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]M fM xM @M M M M HM M M M -M _M M M M M NM OM VM M M                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  M 3M sM M M M M /M NM mM nM M                                                                                                             f                                       kdא: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  M M M 'M 3M FM RM eM lM nM ~M M M M M M M M M M M M M -M .M /M ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  M M M M M M M M             s                                                                                                                                                                                     kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M M                                        kdK: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M *M LM nM M M M M M M .M                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  .M /M @M sM M |            s            s            s                                                                                                                                                                          	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /M ?M @M M M M M M M M M M M M M M M 3M GM kM M M M M M M M M M iM lM M M ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  M M M M M M M M M 4M lM M M |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdY: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M WM XM M QM RM M M M M M kM lM M M M QM M M <M =M GM RM M M M                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M M M M ,M PM dM M M M M <M =M RM M M M M M M M M M M M M M M M M M M M M M dM M M M M M õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (M M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  M M                                        kdg: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M dM M M M 
M $M [M M M M                                                                                                             f                                       kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  M M M M M M M M M M M             s                                                                                                                                                                      kdu: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
M M M M M M M M M M M M M M M M M `M aM M M M M M M M M M M M  M !M 3M 4M FM GM lM mM ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %M M                                        kd/: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M =M aM M M M M                                                 f                                                                                                                       kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  M M  M !M 4M GM ZM mM oM pM |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	pM qM                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mM qM zM M M >M ?M @M PM QM RM SM kM uM vM zM {M |M M M M M M M M M M M {M |M M 	M 
M M M M M *M 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %qM zM M M ?M @M QM RM                                                 f                                                                                                                       kdK: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  RM SM {M |M M M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M M                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M |M 	M 
M M M                                                 f                                                                                                                       kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  M M M OM M M M M 5M -M .M bM M |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd͠: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *M .M OM M M M M M M 5M M .M bM uM M M M M M M &M 8M 9M WM XM kM M M M M M M ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  M M M XM M M  M gM M M M 
M M "M UM _M iM                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M 3M fM zM M M 
M M 
M "M TM UM _M iM jM M M M M M M M M M M M M 
M M M #M շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\iM jM                                        kd: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               jM M M M M M M M 	M                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  	M 
M                                        kdۢ: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
M M M M M M M 4M vM wM M M                                                                                                 f                                                   kd/: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  #M M M M M +M 4M ;M AM uM vM wM M M M M M M M M M M M M M M M M M ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ M M M M M M M M                                                             R            I                                   	  $If   gd_ Q  kdv: $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd: $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ M M M M *M =M PM cM eM fM |M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M M M M M M M )M *M <M =M bM cM }M M M M M M M M M M M 7M @M GM MM ^M _M ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ |M }M                                        kd: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               }M M M M AM ^M wM M M M M M M @M _M `M                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  _M `M aM qM rM uM {M M M M M M M M M M M M M  M M "M #M 'M (M )M ;M <M NM OM tM uM yM пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  `M aM rM M M M |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M                                     R            I                                                                     	  $If   gd_ Q  kdX: $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd˨: $If   K$L$l 0                                     
t                              4   4 
l a   M  M (M )M <M OM bM uM wM xM |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	xM yM                                        kd: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               yM M M M SM eM M M M M 7M ;M <M =M                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
yM M M M M M M M M M M M M M M M 6M 7M :M ;M <M =M >M NM OM RM gM pM zM {M زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 =M >M OM |M |            s            s                                                                                                                                                                                           	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {M |M }M M M M M M M M M M M M M M M  M M mM nM M  M bM M M M M M ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    |M }M M M M M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M M                                        kdg: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               M M nM M M PM M M M M M #M eM fM                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
M M M "M #M *M 0M dM eM fM gM wM xM {M M M M M M M M M M 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  fM gM xM M |            s            s                                                                                                                                                                                           	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M M M M M .M M M M |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdu: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M M M M M M M M .M M M M M M M M FM GM SM WM M M M M #M KM M KM WM [M M 9M :M tM uM M M M M M M %M )M UM M M M M ]M M M /M M ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4M M M M M FM GM M M M M KM M JM KM M :M tM uM M \M ]M M M M M M M M UM                                                                                                                                                                                                                                                                                                                                                                   gd_  UM M M M ]M M M /M M M M _M `M kM wM M M M M                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  M M M ^M _M kM M M M M M M M M  M M M >M uM M M SM M M M M M 6M mM nM M M M M M M M Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $M M M M M M M M M M            H            H            H            H            H            H            H                   gd_   kd/: $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   M M M M M M M M                                                 _            V            V                                                             	 $If   gd_    kdͰ: $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  M M M  M                                                                                                                                                                                                                                                          	 $If   gd_  o  kd: $$If   l       0   T# T                 .                
t  0                                                              4 
l al   M M M 
M M $M ,M 8M                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd?: $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8M 9M >M uM zM 2            )            )            )                      	 $If   gd_    kdܲ: $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     zM M M M M M MM             [                                                                                                                                           kd	: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  MM NM SM M M M d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdҴ: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M M M M M 0M d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0M 1M 6M nM sM M d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdd: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M M M M M M d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd-: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M M M M TM YM eM d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd: $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  eM fM iM sM n            e            e                                                                                                                                                               	 $If   gd_    kd: $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           sM tM wM M                                                                                                                                                                                                                                                	 $If   gd_  t  kd: $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M M M M M M M M M                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd1: $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M M                                             kdκ: $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          M M M M M M M M                                                             A                                  kd': $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  M M M M M M M M                                                 A                                              kd: $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  M M M M M M M                                     A            <            7                  gd_    gd_    kd: $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  M M M M M M M M 	M M                                                                                                                                                                                                                                                   E  kdľ: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	M M M M M M M M M M M M M M M +M ,M KM LM NM OM {M |M M M M M M M M M M M M M M M ^M _M jM kM {M |M 춥x                          /j: hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *M M 
M M M M M                                     a                                                                                                                             E  kd: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#: $$If   l 0 
" R                                                           4 
l a   M M 'M +M ,M ?M KM                                     a                                                                                                                             E  kd@: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd: $$If   l 0 
" R                                                           4 
l a   KM LM MM NM OM aM {M                                     a                                                                                                                             E  kd: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd: $$If   l 0 
" R                                                           4 
l a   {M |M M M M M M                                     a                                                                                                                             E  kd: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd]: $$If   l 0 
" R                                                           4 
l a   M M M M M M M                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd: $$If   l 0 
" R                                                           4 
l a   M M M M M M l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdz: $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   M M M M M M M M M M M l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd8: $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
|M M M vM wM M M M M M M M M M M M )M *M qM sM ~M M M M M M M M M M QM SM TM `M aM N N N N "N 7N WN |N N N N :N ;N MN ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j]: hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0M M M M M *M rM sM M M                                                                                                                                                                                                                                                       S  kd: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	M M M  M M M RM                                     N                                                                                       S  kd: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdV: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   RM SM TM aM M 0M M M  N  N N N N `N N ,N N N bN                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdz: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   bN cN "N }N N N N :N ;N NN N N N N 	N o	N 	N 	N 	N 	N 	N 
N 
N N N N N 5
N                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  MN NN N N N N N N N N N 	N 
N 
N 
N N N N 5
N K
N O
N \
N ]
N 
N 
N 
N 
N 
N 
N 
N N N N  N !N %N &N cN dN oN ۵۵۵ۭۜۋzrgrrr       j: h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '5
N A
N P
N \
N ]
N 
N 
N 
N                                     j                                                                                                                                           kd: $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  
N 
N N QN VN N N N N zN N s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd~: $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
N N N N (N xN yN N N iN jN N N 1N 2N N N N N N N N LN N N N N                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  oN pN qN uN vN yN N N hN N N N N N N N N N N N N N N N N N cN lN uN N N N }N ~N ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j: hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjW: h_ U !N ~N N N N N N                                                 e                                                                                                                        F  kd: $$If   l   l '{6    4   4 
l a] p
        F  kd%: $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ~N N N N N N N N N N N "N #N 9N :N UN VN rN sN N N N N N N N N N N #N $N %N &N 'N N N N sN N N N N N  N  N o!N !N !N !N "N 8"N n"N ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3N N N N N N N                                                             5            v  kd~: $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd: $$If   l   l '{6    4   4 
l a] p
         N N N N N N N N                                     t                                                                                                                                                             v  kd#: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  N N N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N "N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "N #N 1N 3N 9N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9N :N MN ON UN                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         UN VN kN mN rN                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         rN sN N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N N N N #N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #N $N %N &N 'N N N N ZN tN N N N 	 N = N                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd': $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = N Q N  N  N  N  N !N 6!N j!N !N !N !N !N "N 9"N m"N n"N o"N p"N "N #N #N #N #N #N #N #N $N G$N H$N                                                                                                                                                                                                                                                                                                                                                                   gd_  n"N p"N z"N "N "N "N #N #N #N #N .$N F$N f$N i$N $N $N $N %N 8%N c%N %N %N &N &N &N (&N )&N O&N P&N m&N n&N &N пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  H$N f$N t$N $N $N $N $N $N $N %N "%N 8%N N%N d%N e%N %N %N %N %N &N &N (&N                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  (&N )&N                                     kd: $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               )&N P&N m&N n&N &N &N &N &N &N &N                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	&N &N &N &N &N &N &N &N &N &N x'N z'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 'N (N )N )N )N 1)N 2)N 3)N 4)N Y)N Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ &N &N                                     kd): $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               &N &N 'N 'N  'N !'N E'N a'N b'N w'N x'N y'N z'N 'N                                                                                                                                     q                            kd: $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
'N 'N 'N 'N 'N 'N 'N 'N 'N             q            l                                                                                                                                                       gd_    kd=: $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  'N 'N                                     kd: $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               'N 'N (N (N (N (N 3(N O(N P(N b(N (N (N (N (N (N (N  )N                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_   )N )N )N 2)N z            q            q                                                                                                                                                                                       	  $If   gd_    kdQ: $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       2)N 3)N 4)N [)N \)N ])N ^)N _)N z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd: $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Y)N Z)N [)N `)N i)N )N )N *N *N #*N $*N &*N R*N S*N X*N a*N *N *N *N *N +N +N `+N b+N r+N s+N +N +N +N +N +N  ,N B,N C,N v,N ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "_)N `)N                                     kd: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `)N i)N )N )N )N )N )N )N )N )N )N *N $*N                                                                                                             q                                                         kd": $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  $*N %*N &*N S*N T*N U*N V*N W*N z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd: $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       W*N X*N                                     kd: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X*N a*N *N *N `+N a+N b+N s+N +N                                                             q                                                                                                                             kd: $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  +N +N +N +N +N C,N w,N ,N ,N ,N ,N z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd: $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
v,N w,N ,N ,N ,N ,N ,N ,N ,N -N -N 9-N N-N O-N -N -N ".N /N /N /N /N j/N }/N /N /N /N /N /N /N /N /N /N /N 90N I0N J0N ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #,N ,N ,N ,N                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ,N ,N                                        kd{: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,N -N 9-N O-N Q-N -N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  -N -N                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -N -N $.N %.N a.N b.N q.N .N /N /N /N j/N /N                                                                                                 s                                                                        kd#: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  /N /N /N /N /N /N /N |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /N /N                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /N /N 80N 90N J0N k0N                         s                                                                                                                                                                                   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J0N j0N k0N l0N m0N n0N p0N 0N 0N 4N  4N 74N w4N 4N 4N 5N v5N 5N 5N 6N 6N 6N "7N A7N 7N 7N 8N 8N _9N ~9N 9N 
:N :N :N ;N ';N <N %<N <N <N =N 4=N =N =N >N >N о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -k0N l0N m0N n0N o0N p0N 0N =1N >1N 1N 1N 1N 1N 1N |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1N 1N 
2N !2N 92N P2N }2N ~2N 2N 2N 43N 53N 4N  4N 74N L4N w4N 4N 4N                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  4N 4N 4N 4N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4N 4N 4N 4N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4N 4N 4N 4N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4N 4N 4N 4N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4N 4N 4N 4N 5N 5N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N !5N &5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &5N '5N 15N 65N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   65N 75N B5N G5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G5N H5N R5N W5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W5N X5N Y5N v5N 5N 5N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N 5N 5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N 5N 5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N 5N 5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N 5N 5N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5N 5N 5N 5N 6N 6N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N $6N )6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )6N *6N 46N 96N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   96N :6N E6N J6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J6N K6N U6N Z6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z6N [6N \6N 6N 6N 6N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N 6N 6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N 6N 6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N 6N 6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N 6N 6N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6N 6N 6N "7N 07N @7N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @7N A7N L7N Q7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q7N R7N \7N a7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a7N b7N m7N r7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r7N s7N }7N 7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N 7N 7N 7N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd": $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N 7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N 7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N 7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N 7N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7N 7N 7N k8N 8N 8N 8N 8N                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8N 8N  9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N 9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N !9N &9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &9N '9N 19N 69N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   69N 79N 89N _9N m9N }9N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }9N ~9N 9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N 9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N 9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N 9N 9N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9N 9N 9N 9N 9N :N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N 
:N :N :N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N (:N -:N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -:N .:N 9:N >:N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >:N ?:N I:N N:N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N:N O:N P:N :N :N :N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N :N :N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N :N :N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N :N :N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N :N :N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :N :N :N ;N ;N &;N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &;N ';N 2;N 7;N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7;N 8;N B;N G;N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd': $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G;N H;N S;N X;N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X;N Y;N c;N h;N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h;N i;N j;N ;N ;N <N <N $<N                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdD: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $<N %<N 0<N 5<N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5<N 6<N @<N E<N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E<N F<N Q<N V<N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V<N W<N a<N f<N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f<N g<N h<N <N <N <N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <N <N <N <N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <N <N <N <N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <N <N <N <N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <N <N <N <N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <N <N <N =N #=N 3=N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3=N 4=N ?=N D=N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D=N E=N O=N T=N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T=N U=N `=N e=N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e=N f=N p=N u=N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u=N v=N w=N =N =N =N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =N =N =N =N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =N =N =N =N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =N =N =N =N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =N =N =N =N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =N =N =N >N 8>N ]>N >N >N >N >N >N >N >N 
?N ?N                                                                                                                                                                                        gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >N >N 
?N %?N ?N ?N ?N ?N ?N ?N @N @N )@N 3@N 4@N f@N g@N x@N @N @N @N @N @N @N BN BN BN BN BN Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ?N ?N ?N ?N ?N ?N ?N @N )@N 3@N                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	3@N 4@N                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4@N g@N @N @N @N @N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @N @N                                        kdc; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @N @N AN AN 5AN 6AN AN AN BN >BN NBN _BN oBN pBN BN                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  BN BN BN BN CN )CN BCN qCN |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BN BN BN BN BN BN BN BN pCN qCN rCN CN CN CN CN CN CN REN TEN dEN eEN FN FN FN 0FN HFN ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jq; h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  qCN rCN CN CN CN CN CN |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CN CN                                        kd	; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CN CN DN DN lDN DN DN DN EN %EN :EN REN SEN                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  SEN TEN eEN FN |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       FN FN FN FN HFN FN FN GN GN 0GN 1GN  HN !HN |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       HFN FN FN GN GN /GN 0GN 1GN OGN GN GN GN 
HN HN !HN 6HN hHN iHN sHN }HN ~HN HN HN HN HN HN HN IN IN IN 4KN 5KN XKN ZKN jKN kKN {KN ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $!HN +HN 6HN iHN sHN }HN                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  }HN ~HN                                        kdx; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~HN HN HN HN HN HN HN                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  HN HN                                        kd
; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HN IN HIN IIN XIN iIN IN IN  JN JN JN JN JN KN 4KN 5KN YKN                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  YKN ZKN kKN KN LN mLN LN LN |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd ; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {KN |KN KN KN KN KN KN KN KN LN 7LN lLN LN LN LN LN LN LN MN MN ?MN MN MN MN MN MN ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j; h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  LN LN LN LN MN MN MN MN MN MN MN MN |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd_; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MN MN MN ,NN -NN 7NN ANN BNN gNN hNN NN NN NN NN NN ON 'ON dON ON ON ON ON ON ON ON ON ON PN PN PN &PN 'PN 2PN fPN ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !MN MN -NN 7NN ANN                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ANN BNN                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               BNN hNN NN NN NN NN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  NN NN                                        kdm; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NN NN ON ON 0ON 1ON ON ON ON ON ON                                                                                                 Y                              kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
ON ON  PN PN PN 2PN PN PN !SN "SN UN UN             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd{; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  fPN gPN rPN sPN PN PN PN PN PN PN UN UN VN WN ?ZN QZN ^N 2^N h^N j^N ^N ^N  _N !_N #_N $_N _N _N u`N `N `N 0aN aN bN bN bN cN cN SeN zeN eN eN eN eN fN fN ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jz; hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j5; hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -UN VN VN WN IXN JXN 
YN YN >ZN ?ZN QZN [N [N ^N ^N 4^N ^N !_N $_N _N _N u`N `N `N `N aN aN                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  aN 0aN 1aN 6aN >aN CaN             f                                                                                                                                                                      kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  CaN DaN IaN QaN ]aN o            f            f            f                                                                                                                                                	  $If   gd_    kd
; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ]aN ^aN caN jaN oaN o            f            f            f                                                                                                                                                	  $If   gd_    kdx; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at oaN paN uaN |aN aN o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aN aN aN aN aN o            f            f            f                                                                                                                                                	  $If   gd_    kdT; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aN aN aN aN aN o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aN aN aN aN aN o            f            f            f                                                                                                                                                	  $If   gd_    kd0; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aN aN aN aN aN o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aN aN aN aN bN bN cN cN ~eN eN <fN =fN fN o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at fN fN fN fN fN oN oN rN rN xN xN b{N {N |N |N |N |N |N |N }N }N }N ~N  ~N *~N 4~N 5~N A~N b~N c~N ~N ~N ~N ~N ~N oN qN N ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %fN fN gN gN gN gN lhN mhN hN jN jN kN kN kN emN fmN  nN oN oN pN pN qN rN rN rN +rN <rN                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  <rN MrN ^rN orN rN rN rN rN rN rN rN rN tN tN tN tN 1uN 2uN xN xN xN xN yN nyN oyN yN yN )zN YzN                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  YzN ZzN zN zN b{N c{N {N |N |N |N }N }N }N }N  ~N *~N 4~N                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  4~N 5~N                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5~N c~N ~N ~N ~N ~N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~N ~N                                        kdI; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~N ~N ~N ~N N <N zN N N N N N oN pN                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
pN qN N N |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N N N ȀN ̀N N N N 0N 1N ;N EN FN RN sN tN N N N N N 0N N ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 N N N N N N N N 1N ;N |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdW; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;N EN                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  EN FN                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FN tN N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  N N                                        kde; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N EN N N /N N N N                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  N N N N N N ȃN ɃN ʃN ˃N N N N N 'N (N 4N UN VN }N ~N N N N N ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    N N N ɃN |            s            s                                                                                                                                                                                           	  $If   gd_   kd ; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ɃN ʃN ˃N ՃN N N N 'N |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kds!; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'N (N                                        kd-"; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (N VN |N }N ~N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  N N                                        kd#; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N ˄N ׄN N )N iN N N |N N N                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  N |N N N N N N N N N N N N N ۆN ܆N N #N $N .N 8N 9N EN fN gN N N ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    N N N N |            s            s                                                                                                                                                                                           	  $If   gd_   kd$; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N ܆N N N $N .N 8N |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd%; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8N 9N                                        kdI&; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9N gN N N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  N N N N N N #N $N *N 1N 2N 3N 4N IN {N |N N N N N N N ɉN N N N îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  N N                                        kd'; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N ݇N N N >N }N N ՈN N N N                                                                                                                         f                           kd(; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  N $N 2N 3N 4N >N IN |N N N                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd); $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	N N                                        kde*; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  N N N N N N N N N N N N N N N N N N N DN EN ON YN ZN fN N п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  N N                                        kd+; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N 7N CN jN N N N N ;N N N                                                                                                                         f                           kd
-; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  N N N N N N N N N EN                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd-; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	EN ON YN                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  YN ZN                                        kd.; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ZN N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  N N N N N N N N N N N N N N &N 'N (N )N *N +N 7N ;N [N AN TN ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 N N                                        kd/; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N N 1N N N N &N                                                                                     s                                                                                              kd)1; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
&N 'N (N )N *N +N [N N 
N AN N N N 9N |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd1; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
TN N N N ͑N N N 8N LN N N ݒN ޒN N %N &N 0N :N ;N SN ]N ^N _N bN cN N N N N ΓN ϓN N N N õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !9N N ݒN ޒN N N &N 0N :N                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  :N ;N                                        kd2; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;N cN N N N N ϓN ѓN N                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  N N                                        kd3; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N ]N pN N N N N ݔN N N                                                             f                                    [            [                     
  $If   gd_ K$  kdE5; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
N ]N N N N N N N ȔN єN ۔N ݔN N N N N N N N N N N .N 8N 9N :N <N =N >N `N aN ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ N N N N N N                                     R            I                                                                     	  $If   gd_ Q  kd6; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd5; $If   K$L$l 0                                     
t                              4   4 
l a   N N >N aN tN N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	aN N N N N ܕN 7N 8N 9N :N JN KN |N N N N N N N N N N N N ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J N N                                        kd7; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N ܕN 
N 8N 9N :N KN |N N N                                                             f                                    [            [                     
  $If   gd_ K$  kd'9; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
N N N N N N N                                     R                                                                                              Q  kdn:; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9; $If   K$L$l 0                                     
t                              4   4 
l a   N N N N N N                                     R            I                                                                     	  $If   gd_ Q  kd;; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd:; $If   K$L$l 0                                     
t                              4   4 
l a   N N N N N +N >N QN RN SN |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd<; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N ԖN ޖN ߖN N N N N N N PN QN TN ]N NN ON N N 5N 6N 7N 8N HN IN JN N N ֙N N N ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ SN TN                                        kd<; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TN ]N N <N ON 5N 6N 7N 8N IN N                                                                                     Y                                          kd#>; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
N 
N N N N 4N IN [N uN N N N ӚN ۚN N N N 1N                                                                                                                                                                                                                      	  $If   gd_  S  kd>; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ N 
N N N N N N N N N N N N N N ٛN ڛN $N %N (N 1N =N N &N =N >N ?N @N ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  1N KN [N uN N N N                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdo?; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  N N N ڛN N N %N &N 'N |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd@; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'N (N                                        kd@; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (N 1N N ʜN >N ?N @N QN N N N                                                             f                                    [            [                     
  $If   gd_ K$  kdB; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
@N PN QN oN wN N N N N N #N %N &N 'N ?N IN JN KN MN NN ON \N fN gN N N N N EN N ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 N N N ɝN ޝN N 
N $N 4N NN hN pN N N N ƞN N N                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdB; $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   N 
N $N %N &N                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd[C; $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  &N 'N ON gN zN N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kdD; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N EN bN N N N N N N N N                                                                                                 f                                                   kdE; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  N N N N N N N N N N N N N N N N  N 8N 9N N N N N þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ N N  N 9N ^N qN N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdF; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kdoG; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N MN uN N N N N N N N                                                                                                 Y                              kdH; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
N LN NN N N N N N N N N N N N N N )N *N +N -N .N /N 0N N N N νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  N N N /N 0N UN hN {N N N N N             s                                                                                                                                                                 kd}I; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N N                                        kd7J; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N 6N էN ֧N קN N ;N                                                                                     Y                                          kdK; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
N N N 6N ӧN էN ֧N קN N N ;N <N BN CN KN MN ĩN ƩN ǩN ȩN ةN ٩N +N ,N -N EN ON PN QN SN TN UN ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ;N <N CN LN MN UN jN N N N ŨN ըN N 	N N &N ;N                                                                                                                                                                                                         	  $If   gd_  S  kdEL; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;N MN gN N N N ũN ƩN ǩN                                                                                                                                                                                                                                                 	  $If   gd_  S  kdL; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ǩN ȩN ٩N ,N |            s            s                                                                                                                                                                                           	  $If   gd_   kdiM; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,N -N UN VN iN |N N N N N N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd#N; $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
UN VN hN iN N N N N zN jN kN lN |N }N N N N N -N aN cN iN jN rN tN mN oN ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  N N                                        kdN; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N zN ګN N *N N jN kN lN }N                                                                                                 f                                                        kd?P; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
}N N cN jN sN tN |N N N N ͮN N N N ,N                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdP; $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ,N FN WN qN yN N N N ʯN N N N )N CN TN nN oN                                                                                                                                                                                                                            S  kdQ; $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  oN pN qN N N N N ӰN N N N N             s                                                                                                                                                                 kdR; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  oN pN qN 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 iN ~N N N Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ N N                                        kdR; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N ɱN  N N ԲN N ZN гN %N N *N N N N ǵN N -N ]N N N N N AN uN                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  N N N N N N EN XN \N tN uN vN N N ˷N ѷN ҷN ڷN ܷN +N -N .N /N ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   uN vN N ˷N ҷN ۷N |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd+T; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۷N ܷN N N N #N 5N ON iN zN N N N ٸN N N N !N                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdT; $If   K$L$l 0                     x                
t                                4   4 
l a   !N 6N KN ]N wN N N N ֹN N N N ,N -N .N                                                                                                                                                                                                                   	  $If   gd_  S  kdwU; $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  .N /N WN XN kN ~N N N N N N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	V; $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/N GN QN RN VN WN XN jN kN N N N úN N N zN ˼N N AN VN 2N GN N þN fN {N |N }N N ȿN ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N N                                        kdV; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N úN N {N N YN fN ӽN JN ƾN }N N ĿN N N 'N >N ]N |N N N                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ȿN ۿN N N BN UN aN tN N N N N N N N N N N N N N #N %N kN mN nN oN N N N N ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  N N N N N $N |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd%X; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $N %N -N ?N QN cN uN N N N N N N 
N  N 1N HN IN                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdX; $If   K$L$l 0                                     
t                                4   4 
l a   IN QN cN uN N N N N N N N N .N DN UN lN mN                                                                                                                                                                                                                            S  kdqY; $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  mN nN oN N N N N N N N N N             s                                                                                                                                                                 kdZ; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N N N N N N N N N N HN N N N N -N N N N N N N N UN N }N N N N N (N 4N GN N 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !N N                                        kdZ; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N .N N N 1N PN N N N N 8N WN N N N N N N                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  N N N 0N ON N N N N N N N                                                                                                             f                                       kd\; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  N N N N N N N N 
N N N N `N aN bN N N N N N N N N N N N ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  N aN bN N N N N N             s                                                                                                                                                                                     kd\; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N N                                        kd]; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N N .N /N QN sN N N N                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  N N N N 6N |            s            s            s                                                                                                                                                                          	  $If   gd_   kd^; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N 5N 6N 7N 8N 9N EN IN MN TN sN YN lN N N N N 	N N PN dN N N uN N N N N 
N >N QN ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  6N 7N 8N 9N sN #N %N YN N N 
N QN N |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd_; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N HN N N N N tN uN N 	N 
N >N N N N 6N N N N N N #N -N 7N                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  QN N N N N N N 5N IN N N N N N "N #N -N 7N 8N PN ZN [N _N `N aN sN tN N N N N N N N N N &N 'N (N 8N 9N õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (7N 8N                                        kdM`; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8N `N aN tN N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  N N                                        kda; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N %N \N N N N N 'N (N 9N                                                                                                             f                                       kdb; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9N :N ;N cN dN wN N N N N N             s                                                                                                                                                                      kdc; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
9N :N ;N SN ]N ^N bN cN dN vN wN 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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %N N                                        kdid; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N N N N N                                                 f                                                                                                                       kde; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N N N N N N N N 
N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwf; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kd1g; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N YN ZN N N N N N N N 	N N N N N N ,N -N ?N @N eN fN jN sN N N N N N N N N N N N N 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %N N 6N ZN N N N N                                                 f                                                                                                                       kdh; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N N N N -N @N SN fN hN iN |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?i; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	iN jN                                        kdi; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jN sN N N N N N N                                                 f                                                                                                                       kdMk; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N N N N yN zN N N N N N  N BN |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdl; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N xN yN zN N N N N -N N  N N BN UN xN N N N N N N N N 	N 7N JN xN yN N N ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  BN yN N N 7N yN N N TN N N N N N N N N                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  N N N N SN gN N N N N N N N N N  N *N +N /N 0N 1N 9N VN hN iN N N N N N N շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\N N                                        kdl; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N 0N 1N VN iN |N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  N N                                        kdn; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N N  N QN cN N N N N N &N SN                                                                                                 f                                                   kdio; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  N  N N N N N N N N N N N %N &N )N >N GN QN SN YN ZN aN cN xN yN N N N N ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ SN ZN bN cN yN N N N                                                             R            I                                   	  $If   gd_ Q  kdp; $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd#p; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ N N N N N N N N N N N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd=q; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
N N N N N N N N N N N  N N N $N %N 4N N `N jN kN N N N N N N N N N ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N N                                        kdq; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N $N N N N N N (N `N kN N N N N N N                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  N N N N N N N DN JN KN RN TN ]N N N N N N N N N N N N N N N N N N N N N пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  N N N DN KN SN |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdKs; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SN TN N N N N                                     R            I                                                                     	  $If   gd_ Q  kdt; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdt; $If   K$L$l 0                                     
t                              4   4 
l a   N N N N N N  N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kdu; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N  N N N N N >N IN hN N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
N  N !N 0N N >N HN IN gN hN {N N N N N N N N N N N N N N N N N N N N زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 N N N N |            s            s                                                                                                                                                                                           	  $If   gd_   kd-w; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N 3N =N >N BN CN DN VN WN iN jN N N N N N N N N N N  N lN vN wN N N ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    N N CN DN WN jN }N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kdx; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N N N IN N N N 1N lN wN N N N N                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
N N N N N N N N N N N N N N .N 7N AN BN CN DN EN FN mN 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  N N N CN |            s            s                                                                                                                                                                                           	  $If   gd_   kdy; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CN DN EN FN mN nN N `N N N N 8N sN tN |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdz; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
mN zN ~N N `N N N N N 8N tN 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 FN N N N N N N =N kN lN N N 8N N N %N ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4tN N #N N N N N N N N N N N N N &N N N N FN N N 0N EN aN qN N N N N                                                                                                                                                                                                                                                                                                                                                                   gd_  N =N lN N N 8N N N %N dN N N N 	 O  O $ O 0 O C O G O                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  %N N N N N 	 O  O # O C O F O G O N O O O  O  O  O  O  O O tO O O 'O (O O O O O O O >O kO lO qO O O LO Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $G O H O I O J O K O L O M O N O O O M            H            H            H            H            H            H            H                   gd_   kdi{; $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   O O c O j O o O  O  O  O  O                                                 _            V            V                                                             	 $If   gd_    kd|; $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_   O  O  O  O                                                                                                                                                                                                                                                          	 $If   gd_  o  kd|; $$If   l       0   T# T                 .                
t  0                                                              4 
l al   O  O  O  O  O  O  O  O                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdy}; $$If   l       0   T# T                 .                
t  0                                                              4 
l al   O  O  O O O 2            )            )            )                      	 $If   gd_    kd~; $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     O nO oO tO O O O             [                                                                                                                                           kdC; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  O O O (O ,O ~O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~O O O O O O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdՀ; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O O O 8O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8O 9O >O lO qO O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdg; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O O O O O d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd0; $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O O n            e            e                                                                                                                                                               	 $If   gd_    kd; $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           O O O O                                                                                                                                                                                                                                                	 $If   gd_  t  kd΄; $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  O O  O 1O 6O >O EO LO XO                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdk; $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  XO YO                                             kd; $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          YO dO hO oO vO wO xO yO                                                             A                                  kda; $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  yO zO {O |O }O ~O O O                                                 A                                              kd@; $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  O O O O O O O                                     A            <            7                  gd_    gd_    kd; $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  O MO NO gO hO O O O O O                                                                                                                                                                                                                                                   E  kd; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	LO MO NO TO UO gO hO O O O O O O O O O O O O O O O O 2O 3O JO KO LO PO QO nO oO pO |O }O O WO O O 	O 		O 	O 	O 춥x                          /j0; hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *O O O O O O O                                     a                                                                                                                             E  kd; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd]; $$If   l 0 
" R                                                           4 
l a   O O O O O O O                                     a                                                                                                                             E  kdz; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd; $$If   l 0 
" R                                                           4 
l a   O O O O O O O                                     a                                                                                                                             E  kd8; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdً; $$If   l 0 
" R                                                           4 
l a   O O %O 2O 3O =O JO                                     a                                                                                                                             E  kd; $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd; $$If   l 0 
" R                                                           4 
l a   JO KO LO MO NO OO PO                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdU; $$If   l 0 
" R                                                           4 
l a   PO QO ^O _O mO nO l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd; $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   nO oO pO }O O VO WO IO JO !	O "	O l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdr; $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
	O 	O 	O 
O 
O  
O !
O 1
O 2
O 6
O 7
O 9
O a
O b
O 
O 
O 
O 
O O O O O dO fO xO yO O O O O O O O O O nO oO {O O O O O O #O {O |O O O O ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j; hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0"	O 9
O B
O b
O 
O 
O O O O eO                                                                                                                                                                                                                                                       S  kd; $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	eO fO yO O O O O                                     N                                                                                       S  kd"; $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd; $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   O O O O 7O O 
O 
O xO yO nO oO {O O YO O 0O O  O                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd; $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    O O O O {O |O O O O O RO SO dO O O 
O /O HO dO ~O O O O (O )O O O O                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  O O cO dO tO |O QO SO dO O O O iO O O 'O )O HO O O O O O KO LO aO bO O O O O O O O O O O O O 
O ۵۵۵ۭۜۋzrgrrr       j*; h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'O O O O O LO bO O                                     j                                                                                                                                           kdF; $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  O O O O O 3O O O O O UO s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd; $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
UO O tO uO O O O bO cO  O  O `!O a!O "O "O #O #O T$O U$O o$O $O 0%O %O 1'O 2'O 'O 'O                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  
O O O O O O bO cO  O _!O !#O #O /$O 0$O ;$O <$O L$O M$O Q$O R$O S$O T$O U$O ^$O o$O $O %O 
%O &O 3&O 1'O 'O )O )O ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j; hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj; h_ U !'O )O  )O !)O 7)O 8)O L)O                                                 e                                                                                                                        F  kdҔ; $$If   l   l '{6    4   4 
l a] p
        F  kd_; $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  )O !)O N)O r)O s)O v)O w)O })O ~)O )O )O )O )O )O )O )O )O *O *O -*O .*O O*O P*O g*O h*O ~*O *O *O *O *O *O *O *O *O ,O ,O ,O -O F-O _-O -O -O -O (.O :.O 
/O %/O Z/O /O /O /O 0O ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3L)O M)O N)O W)O e)O r)O s)O                                                             5            v  kd; $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdE; $$If   l   l '{6    4   4 
l a] p
         s)O t)O u)O v)O w)O {)O |)O })O                                     t                                                                                                                                                             v  kd]; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  })O ~)O )O )O )O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )O )O )O )O )O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )O )O )O )O )O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )O )O )O )O )O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )O )O 	*O *O *O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *O *O &*O (*O -*O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -*O .*O H*O J*O O*O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O*O P*O _*O a*O g*O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g*O h*O v*O x*O ~*O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~*O *O *O *O *O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *O *O *O *O *O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *O *O *O *O *O ,O ,O ,O ,O -O F-O `-O -O -O -O                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kda; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -O -O #.O ;.O o.O .O .O .O /O &/O Z/O t/O /O /O /O 0O 0O 
0O 0O 00O 91O :1O P1O v1O 1O 1O 1O 1O 1O 1O                                                                                                                                                                                                                                                                                                                                                                   gd_  0O 0O 0O .0O /0O 00O P1O f1O 1O 1O 1O 1O 2O 2O D2O e2O v2O 2O 2O 3O j3O 3O 3O 3O 3O 3O 3O 3O 3O 4O 4O 4O пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  1O 2O 2O %2O &2O D2O t2O u2O v2O 2O 2O 2O 2O 3O 3O i3O j3O t3O 3O 3O 3O 3O                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3O 3O                                     kd; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3O 3O 4O 4O "4O 84O N4O d4O f4O }4O                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	4O "4O 74O 84O M4O N4O c4O d4O ~4O 4O 5O 5O (5O )5O H5O I5O J5O K5O q5O r5O w5O 5O 6O 6O 6O 6O 6O 6O 6O 6O 6O Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ }4O ~4O                                     kdc; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~4O 4O 4O 4O 4O 4O 4O 4O  5O 5O 5O 5O 5O )5O                                                                                                                                     q                            kd; $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
)5O I5O J5O K5O r5O s5O t5O u5O v5O             q            l                                                                                                                                                       gd_    kdw; $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  v5O w5O                                     kd4; $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               w5O 5O 5O 5O 5O 5O 5O 5O 5O  6O +6O D6O Y6O n6O 6O 6O 6O                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  6O 6O 6O 6O z            q            q                                                                                                                                                                                       	  $If   gd_    kd; $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       6O 6O 6O 6O 6O 6O 6O 6O z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdH; $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       6O 6O 6O 6O 7O 7O 7O 7O 7O 7O 7O 7O 7O 7O 7O 7O M8O Y8O u8O 8O 8O 8O 8O  9O 9O 9O 09O 19O 49O >9O T9O 9O 9O 9O :O ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "6O 6O                                     kd; $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6O 7O &7O '7O ;7O <7O ^7O z7O {7O 7O 7O 7O 7O                                                                                                             q                                                         kd\; $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  7O 7O 7O 7O 7O 7O 7O 7O z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd; $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       7O 7O                                     kd֨; $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               7O 7O H8O I8O 8O 8O  9O 9O 19O                                                             q                                                                                                                             kd-; $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  19O 29O 39O 49O T9O 9O :O +:O ,:O 6:O A:O z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd; $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
:O :O ,:O A:O s:O t:O ~:O :O :O :O :O :O :O :O !;O *;O ;O <O <O <O <O =O =O J=O K=O L=O k=O l=O m=O n=O o=O r=O {=O =O =O =O ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #A:O t:O ~:O :O                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  :O :O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :O :O :O :O :O  ;O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   ;O !;O                                        kd	; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !;O *;O ;O ;O ;O  <O <O `<O <O <O <O =O K=O                                                                                                 s                                                                        kd]; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K=O L=O m=O n=O o=O p=O q=O |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q=O r=O                                        kdѯ; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r=O {=O =O =O =O 	>O                         s                                                                                                                                                                                   kd%; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =O >O 	>O 
>O >O >O >O 0>O ;>O AO AO AO BO 4BO BO BO CO 3CO CO CO "DO ADO DO DO ;EO ZEO tFO FO FO GO GO GO HO =HO HO HO IO IO %JO DJO JO JO 0KO OKO LO LO о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -	>O 
>O >O >O 
>O >O ;>O >O >O ?O (?O 2?O =?O G?O |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd߱; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G?O H?O ?O ?O ?O ?O @O @O W@O @O @O @O AO AO AO AO BO #BO 3BO                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  3BO 4BO ?BO DBO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DBO EBO OBO TBO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TBO UBO `BO eBO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eBO fBO pBO uBO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uBO vBO wBO BO BO BO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BO BO BO BO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BO BO BO BO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӴ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BO BO BO BO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BO BO BO BO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BO BO BO CO "CO 2CO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2CO 3CO >CO CCO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CCO DCO NCO SCO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SCO TCO _CO dCO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dCO eCO oCO tCO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tCO uCO vCO CO CO CO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd˷; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO CO CO CO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO CO CO CO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO CO CO CO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO CO CO CO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CO CO CO "DO 0DO @DO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @DO ADO LDO QDO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QDO RDO \DO aDO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aDO bDO mDO rDO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdú; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rDO sDO }DO DO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DO DO DO DO DO DO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DO DO DO DO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DO DO DO DO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DO  EO EO EO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EO EO EO  EO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    EO !EO "EO ;EO IEO YEO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YEO ZEO eEO jEO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jEO kEO uEO zEO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zEO {EO EO EO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EO EO EO EO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdؾ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EO EO EO 	FO RFO tFO FO FO                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd7; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FO FO FO FO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FO FO FO FO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FO FO FO FO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FO FO FO FO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FO FO FO FO GO GO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO 'GO ,GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,GO -GO 7GO <GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <GO =GO HGO MGO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MGO NGO XGO ]GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]GO ^GO _GO GO GO GO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO GO GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO GO GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO GO GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO GO GO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GO GO GO HO ,HO <HO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <HO =HO HHO MHO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MHO NHO XHO ]HO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]HO ^HO iHO nHO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nHO oHO yHO ~HO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~HO HO HO HO HO HO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HO HO HO HO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HO HO HO HO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HO HO HO HO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HO HO IO IO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IO IO IO tIO uIO IO IO IO                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd~; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IO IO IO IO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IO IO IO IO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IO IO IO IO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IO IO IO JO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO JO JO %JO 3JO CJO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CJO DJO OJO TJO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TJO UJO _JO dJO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dJO eJO pJO uJO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uJO vJO JO JO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO JO JO JO JO JO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO JO JO JO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO JO JO JO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO JO JO KO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KO KO KO KO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KO KO KO 0KO >KO NKO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NKO OKO ZKO _KO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _KO `KO jKO oKO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oKO pKO {KO KO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KO KO KO KO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KO KO KO KO KO KO LO LO uLO vLO LO LO LO LO -MO                                                                                                                                                                                        gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LO LO LO LO .MO bMO sMO tMO uMO MO MO MO MO MO MO NO NO NO (NO )NO :NO ;NO UNO ^NO 1PO 3PO CPO DPO TPO Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  -MO .MO bMO tMO uMO MO MO MO MO MO                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	MO MO                                        kdI; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MO NO )NO ;NO =NO TNO                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  TNO UNO                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UNO ^NO NO NO NO NO "OO OO OO OO OO OO 
PO PO 2PO                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  2PO 3PO DPO PO PO PO PO QO |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       TPO UPO oPO pPO qPO PO PO PO QO QO QO 5QO 6QO eQO fQO iQO rQO RO RO SO SO SO SO SO SO SO ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j; h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  QO QO 6QO eQO fQO gQO hQO |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd0; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hQO iQO                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iQO rQO QO QO 
RO iRO tRO RO RO RO RO RO RO                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  RO RO SO SO |            s            s                                                                                                                                                                                           	  $If   gd_   kd>; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SO SO SO SO SO uTO vTO TO TO TO TO UO UO |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SO uTO vTO TO TO TO TO TO TO 3UO HUO ~UO UO UO UO UO VO VO VO VO VO AVO BVO qVO VO VO VO VO WWO ZWO XO XO XO XO YO 	YO YO ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $UO UO UO VO VO VO                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  VO VO                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VO BVO qVO VO VO VO VO                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  VO VO                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VO VO VO VO VO WO ?WO @WO WO ,XO LXO mXO XO XO XO XO XO                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  XO XO 	YO ZYO YO ZO IZO ZO |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdZ; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YO YO 4YO 5YO 6YO IYO JYO YYO zYO YO YO 
ZO 'ZO HZO jZO ZO ZO ZO ZO ZO ZO <[O n[O o[O p[O [O ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j; h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ZO ZO ZO ZO ZO ZO ;[O <[O p[O [O [O [O |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [O [O [O [O [O [O [O [O \O \O .\O ?\O @\O C\O L\O \O \O ]O ]O 6]O 7]O ?]O A]O Q]O R]O ]O ]O ]O ]O ]O ]O ]O ]O ^O ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J ![O [O [O [O [O                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  [O [O                                        kdS; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [O \O .\O @\O A\O B\O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B\O C\O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C\O L\O \O \O \O \O ]O ]O @]O A]O R]O                                                                                                 Y                              kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
R]O ]O ]O ]O ]O ]O f^O ^O `O `O WcO dcO             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^O ^O ^O ^O !^O "^O &^O '^O f^O ^O WcO dcO dO dO gO gO kO kO lO lO lO lO lO lO lO lO ,mO .mO nO (nO nO nO oO oO 2pO 6pO fqO qO rO sO sO sO sO sO sO sO ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j; hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jo; hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -dcO dO dO dO eO eO fO fO gO gO gO UiO ViO kO kO kO lO lO lO -mO .mO nO (nO nO nO nO nO                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  nO nO nO nO nO nO             f                                                                                                                                                                      kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  nO nO nO nO nO o            f            f            f                                                                                                                                                	  $If   gd_    kdD; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at nO nO oO oO 
oO o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
oO oO oO oO &oO o            f            f            f                                                                                                                                                	  $If   gd_    kd ; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at &oO 'oO /oO 7oO <oO o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <oO =oO EoO MoO YoO o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at YoO ZoO boO ioO noO o            f            f            f                                                                                                                                                	  $If   gd_    kdj; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at noO ooO woO ~oO oO o            f            f            f                                                                                                                                                	  $If   gd_    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at oO oO oO oO .pO /pO qO qO sO sO sO sO 4tO o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdF; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at sO sO sO 4tO @tO #}O -}O tO O vO O  O (O 8O DO EO QO UO qO uO vO O O O ȋO ҋO ӋO ߋO  O O 2O 3O 4O 8O AO 
O O O ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %4tO @tO tO tO suO tuO 
vO vO ]vO xO xO 'yO (yO yyO {O {O {O #}O -}O s~O t~O O O O O O O                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  O O O 
O O O 2O EO \O sO tO O O O MO NO ςO ЂO O O vO O O O 
O lO O ǇO O                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  O O AO O  O O (O 8O EO qO uO vO O O O ȋO ҋO                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ҋO ӋO                                        kd/; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӋO O 3O 4O 6O 7O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  7O 8O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8O AO O O O ڌO O @O KO O O O 
O O                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
O O  O WO |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O  O VO WO XO ZO fO jO O O O ΎO ώO َO O O O O O 7O 8O 9O =O FO ΐO 6O ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 WO XO YO ZO O O O O ώO َO |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	َO O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  O O                                        kdK; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O 7O 8O 9O ;O <O                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  <O =O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =O FO O O O O #O GO ͐O 6O FO GO                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  6O FO HO XO YO _O fO gO hO iO ~O O O O őO ƑO ґO O O O O O !O *O O ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    GO HO YO gO |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gO hO iO sO ~O O O őO |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       őO ƑO                                        kdg; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƑO O O O O O O  O                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   O !O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !O *O iO uO O ǒO O +O O O *O +O                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  O O *O ,O <O =O CO JO KO LO MO NO ZO ^O yO zO O O O ̔O ֔O הO O O O -O .O ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    +O ,O =O KO |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KO LO MO NO zO O O O ̔O ֔O |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	֔O הO                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               הO O ,O -O .O /O 1O 2O                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  .O /O 3O <O O O O O ȖO ϖO ЖO іO ҖO O O O $O .O /O ;O \O ]O gO O O O îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2O 3O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3O <O {O O O ܕO O ;O sO O O O                                                                                                                         f                           kd+; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O O ЖO іO ҖO ܖO O O $O .O                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	.O /O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /O ]O O O O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  O O O O !O "O #O 3O 4O :O AO BO CO DO ~O O O O O O O O O O O  O п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  O O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O ՗O O O 6O VO O O ٘O "O #O                                                                                                                         f                           kdG; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  #O 4O BO CO DO ~O O O O O                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  O O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O !O "O #O %O <O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   O !O "O #O =O FO GO HO IO O O O O O ĜO ŜO ƜO ǜO ȜO ɜO ՜O ٜO O ߞO O ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 <O =O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =O FO HO IO ZO O ϛO O O O ĜO                                                                                     s                                                                                              kdc; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ĜO ŜO ƜO ǜO ȜO ɜO O O O ߞO !O XO O ןO |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O !O 4O WO kO O O ֟O O %O 9O {O |O O àO ĠO ΠO ؠO ٠O O O O O  O O  O !O 3O 4O lO mO O O O õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ןO &O {O |O O O ĠO ΠO ؠO                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ؠO ٠O                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٠O O !O 4O GO ZO mO oO O                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  O O                                        kd+; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O O O ;O <O =O NO {O O O                                                             f                                    [            [                     
  $If   gd_ K$  kd < $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
O O ;O <O =O MO NO QO fO oO yO {O O O O O O O O O O O ̢O ֢O עO آO ڢO ۢO ܢO O O ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ O O O O O O                                     R            I                                                                     	  $If   gd_ Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9< $If   K$L$l 0                                     
t                              4   4 
l a   O O ܢO O O %O 8O KO LO MO |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O JO KO NO WO zO գO ֣O ףO أO O O O  O !O )O +O @O AO PO RO XO YO ZO ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J MO NO                                        kd
< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NO WO zO O ֣O ףO أO O O !O *O                                                             f                                    [            [                     
  $If   gd_ K$  kda< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
*O +O AO QO RO SO TO                                     R                                                                                              Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   TO UO VO WO XO YO                                     R            I                                                                     	  $If   gd_ Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd5< $If   K$L$l 0                                     
t                              4   4 
l a   YO ZO O O O ɤO ܤO O O O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ZO rO |O }O ~O O O O O O O O O O O O O O ӦO ԦO զO ֦O O O O TO ]O tO O O ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ O O                                        kd	< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O 8O ڥO O ӦO ԦO զO ֦O O O                                                                                     Y                                          kd]	< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
O O O O O ҧO O O O -O =O WO qO yO O O O ϨO                                                                                                                                                                                                                      	  $If   gd_  S  kd
< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ O O O O -O .O /O 0O HO RO SO TO VO WO XO wO xO ©O éO ƩO ϩO ۩O :O ĪO ۪O ܪO ݪO ުO ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ϨO O O O -O .O /O                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd
< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  /O 0O XO xO O O éO ĩO ũO |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd;< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ũO ƩO                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƩO ϩO :O hO ܪO ݪO ުO O 9O @O IO                                                             f                                    [            [                     
  $If   gd_ K$  kdI
< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ުO O O 
O O 9O ?O @O HO JO O ìO ĬO ŬO ݬO O O O O O O O O O PO QO TO ]O O O ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 IO JO RO gO |O O O «O ҫO O O O #O 8O JO dO ~O O                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   O O ¬O ìO ĬO                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ĬO ŬO O O O +O >O QO RO SO |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SO TO                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TO ]O O  O GO O .O /O 0O 1O BO O                                                                                                 f                                                   kd5< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  O ,O /O 0O 1O AO BO O O O O O O O O O O ֯O ׯO 4O 5O 8O AO þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ O O O ׯO O O "O 5O 6O 7O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7O 8O                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8O AO O O VO O =O >O ?O @O QO                                                                                                 Y                              kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
AO O O UO VO O =O >O ?O @O PO QO O O O O ǲO ȲO ɲO ˲O ̲O ͲO βO >O ?O BO νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  QO O O ͲO βO O O O ,O ?O @O AO             s                                                                                                                                                                 kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  AO BO                                        kdq< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               BO KO  O GO O ԴO sO tO uO O ٵO                                                                                     Y                                          kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
BO KO O ԴO qO sO tO uO O O ٵO ڵO O O O O bO dO eO fO vO wO ɷO ʷO ˷O O O O O O O O ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ٵO ڵO O O O O O O /O IO cO sO O O O ĶO ٶO                                                                                                                                                                                                         	  $If   gd_  S  kd< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ٶO O O O /O IO cO dO eO                                                                                                                                                                                                                                                 	  $If   gd_  S  kd< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  eO fO wO ʷO |            s            s                                                                                                                                                                                           	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʷO ˷O O O O O -O @O SO TO UO |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]< $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
O O O O RO SO VO _O O O 	O 
O O O 'O ,O AO O ˻O O O O O O O O 
O ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  UO VO                                        kd%< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VO _O O xO O ȹO [O O 	O 
O O                                                                                                 f                                                        kdy< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
O O O O O O O /O DO YO kO O O O ʼO                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd3< $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ʼO O O O O ,O AO VO hO O O O ǽO O O O 
O                                                                                                                                                                                                                            S  kd< $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
O O O 7O 8O KO ^O qO O O O O             s                                                                                                                                                                 kdW< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
O O O 'O 1O 2O 3O 5O 6O 7O 8O JO KO O O O O gO O O O O qO rO WO lO O O O O O O Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ O O                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O gO O O rO O O nO O O O O O &O eO O O O 'O [O O O O O                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  O &O +O >O BO ZO O O O O O O $O %O iO oO pO xO zO O O O O ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   O O %O iO pO yO |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kde< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yO zO O O O O O O O O 2O LO ]O wO O O O O                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd < $If   K$L$l 0                     x                
t                                4   4 
l a   O O O O O /O @O ZO tO O O O O O O                                                                                                                                                                                                                   	  $If   gd_  S  kd < $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O O O O 	O O /O BO UO VO WO |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdC!< $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
O O O O O O O O 	O TO UO XO aO O KO O iO ~O O O O O LO aO O O O O "O fO ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ WO XO                                        kd"< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XO aO O O O O O qO O dO O "O bO O O O O O O [O \O                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  fO yO O O O O O O O 1O 9O RO ZO [O \O ]O mO nO O O O O O 	O O O 
O %O /O 0O 4O ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  \O ]O nO O O O |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_#< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O O O O O O O *O AO XO iO O O O O O O O                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd$< $If   K$L$l 0                                     
t                                4   4 
l a   O O O O %O 7O NO eO |O O O O O O O 
O O                                                                                                                                                                                                                            S  kd$< $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O O 
O 5O 6O IO \O oO O O O O             s                                                                                                                                                                 kd=%< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  4O 5O 6O HO IO O O O O O O |O O NO O O -O IO O -O O O JO O wO O rO O /O O O O O 1O 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !O O                                        kd%< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O O |O NO O JO O O O KO iO O -O O O O O O O .O /O                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  /O oO O O O -O LO kO O O O O                                                                                                             f                                       kdK'< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  1O DO PO cO oO O O O O O O O O O  O #O $O %O )O *O .O 7O TO iO jO kO ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  O O  O $O %O *O ,O -O             s                                                                                                                                                                                     kd(< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -O .O                                        kd(< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .O 7O DO fO O O O O O O 3O UO jO                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  jO kO |O O O |            s            s            s                                                                                                                                                                          	  $If   gd_   kd*< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kO {O |O O O O O O O O O O O O 
O 9O LO oO O O O O O =O QO O O #O JO O O O O ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  O O O O O O O O 9O pO O O >O |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd*< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >O O O O O O MO NO O O JO O O O O UO O O #O xO yO O O O O O                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  O O 1O TO hO O O O O "O 6O xO yO O O O O O O O O O O O O O O $O %O 7O 8O JO KO OO XO O O O O O O õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (O O                                        kd+< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O O O %O 8O KO MO NO                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  NO OO                                        kd,< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OO XO O O O (O FO `O O O O O                                                                                                             f                                       kd/.< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  O O O O O O (O ;O NO PO QO             s                                                                                                                                                                      kd.< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
O O O O O O  O O O O O 'O (O MO NO RO [O O O O  O !O 1O 2O 3O 4O LO VO WO [O \O ]O oO pO O O O O ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %QO RO                                        kd/< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RO [O yO O  O !O 2O 3O                                                 f                                                                                                                       kd0< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  3O 4O \O ]O pO O O O O O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O O                                        kdk2< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O O O O zO {O |O O O O O O O O O O O O O O O O O O O 4O 5O O O DO EO FO VO WO XO YO fO 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %O O O O {O |O O O                                                 f                                                                                                                       kd3< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  O O O O O O O O O O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy4< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O O                                        kd35< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O 5O O EO FO WO XO                                                 f                                                                                                                       kd6< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  XO YO ZO O O O ?O @O qO iO jO O O |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdA7< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fO jO O O O O ?O LO PO qO O jO O O O O O *O NO OO bO tO uO O O O O O O O *O [O ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  O O OO O O O \O O O GO HO IO SO ^O O O O                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  [O oO O O O O FO HO IO ^O O O O O O O O O O O O O O O O ,O -O FO OO PO _O շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\O O                                        kd7< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O O O O O O -O /O EO                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  EO FO                                        kdO9< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               FO OO O O O 9O DO pO O O O O                                                                                                 f                                                   kd:< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _O O 9O DO WO gO pO wO }O O O O O O O O O O O O O O O O O &O (O )O *O ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ O O  O O O 'O (O )O                                                             R            I                                   	  $If   gd_ Q  kd;< $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd];< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ )O *O RO SO fO yO O O O O O |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdw<< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
*O BO LO MO QO RO SO eO fO xO yO O O O O O O 0O O O 	O 'O (O CO sO |O O O O O ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ O O                                        kd1=< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O O 1O LO }O O O O O 	O (O DO VO |O O O                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  O O O O O O O O O O O O O !O "O 7O 8O :O ;O <O TO ^O _O cO dO eO wO xO O O O O O пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  O O O O O O |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd>< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O O "O 9O :O ;O                                     R            I                                                                     	  $If   gd_ Q  kd?< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd??< $If   K$L$l 0                                     
t                              4   4 
l a   ;O <O dO eO xO O O O O O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY@< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O O                                        kdA< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O O -O UO O O O O O 1O sO wO xO yO                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
O O O O ,O O O O O O O (O 0O 1O 8O >O rO sO vO wO xO yO zO O O O O O O O زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 yO zO O O |            s            s                                                                                                                                                                                           	  $If   gd_   kdgB< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O O O O O O O O O O O O O -O .O 2O ;O <O KO O O XO \O O 
O O O 3O 4O ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    O O O O O O O .O 0O 1O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!C< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1O 2O                                        kdC< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2O ;O O O YO O O O 
O O 4O _O O O                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
4O GO VO ^O _O fO lO O O O O O O O O O O O O O O O  P 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  O O O O |            s            s                                                                                                                                                                                           	  $If   gd_   kd/E< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O O O O  P  P G P  P 0P 1P jP P P P |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdE< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 P  P  P G P  P 0P =P AP jP P P P "P DP P -P P P P P P P OP [P _P P YP P P P P uP vP P P P P P "	P J	P K	P a	P e	P 	P 
P 	P 
P CP P P /P kP P ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4P DP P ,P -P P P P P NP OP P YP P P P vP P P P P P P P P 	P "	P J	P K	P 	P                                                                                                                                                                                                                                                                                                                                                                   gd_  	P 
P 
P CP P P /P kP P 
P 9
P 
P 
P 
P 
P 
P 
P 
P 
P                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  P 9
P =
P 
P 
P 
P 
P 
P 
P 
P 
P 
P 
P ;P <P =P >P zP P P ?P P P P "P MP NP rP P P P 	P 
P P 4P 8P P Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $
P 
P 
P 
P 
P 
P 
P 
P 
P M            H            H            H            H            H            H            H                   gd_   kdF< $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   
P P P 
P P P -P .P                                                 _            V            V                                                             	 $If   gd_    kdAG< $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  .P /P ;P <P                                                                                                                                                                                                                                                          	 $If   gd_  o  kdH< $$If   l       0   T# T                 .                
t  0                                                              4 
l al  <P =P >P IP MP `P hP tP                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdH< $$If   l       0   T# T                 .                
t  0                                                              4 
l al  tP uP zP P P 2            )            )            )                      	 $If   gd_    kdPI< $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     P P 
P P ?P DP P             [                                                                                                                                           kd}J< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  P P P P P P d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdFK< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P P "P NP RP lP d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  lP mP rP P P P d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P P P 
P P 5P d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5P 6P 7P AP P P P d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdjN< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P P P P n            e            e                                                                                                                                                               	 $If   gd_    kd3O< $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           P P P P                                                                                                                                                                                                                                                	 $If   gd_  t  kdP< $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P P P P P P P P P                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdP< $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P P                                             kdBQ< $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          P P P 
P P P P P                                                             A                                  kdR< $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  P P P P P P P P                                                 A                                              kdzS< $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P P  P !P "P #P 8P                                     A            <            7                  gd_    gd_    kdYT< $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  8P P P P P P 0P 1P EP GP                                                                                                                                                                                                                                                   E  kd8U< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	P P P P P P P 0P 1P GP HP JP KP YP ZP gP h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 춥x                          /jjZ< hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *GP HP IP JP KP SP YP                                     a                                                                                                                             E  kdU< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU< $$If   l 0 
" R                                                           4 
l a   YP ZP cP gP hP {P P                                     a                                                                                                                             E  kdV< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdUV< $$If   l 0 
" R                                                           4 
l a   P P P P P P P                                     a                                                                                                                             E  kdrW< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW< $$If   l 0 
" R                                                           4 
l a   P P P P P P P                                     a                                                                                                                             E  kd0X< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW< $$If   l 0 
" R                                                           4 
l a   P P P P P P P                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdX< $$If   l 0 
" R                                                           4 
l a   P P P P P P l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdX< $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   P 
P P P -P P P P P P P l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdY< $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
P P P P P P P P P P P P P  P XP YP eP fP P P P P P P P P ;P =P MP NP P P P P P P 
P P [ P ^ P s P  P  P  P !P !P v!P w!P !P ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jZ< hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0P P P  P YP fP P P P P                                                                                                                                                                                                                                                       S  kd8[< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	P P P <P =P NP P                                     N                                                                                       S  kd\\< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd[< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P P P P P lP (P )P P P P 
P P P P hP P 7P P                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd\< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P P ^ P  P !P !P X!P v!P w!P !P "P "P #P  $P B$P $P $P $P %P %P %P &&P '&P 'P 'P %(P &(P q(P                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  !P !P "P "P "P "P "P "P #P $P  $P B$P &P $&P '&P 'P 'P 'P q(P (P (P (P (P (P (P (P  )P 1)P 2)P 3)P O,P P,P [,P \,P ],P a,P b,P ,P ,P ,P ۵۵۵ۭۜۋzrgrrr       jd^< h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'q(P }(P (P (P (P (P  )P 2)P                                     j                                                                                                                                           kd]< $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  2)P 3)P D)P )P )P )P /*P 0*P L*P *P *P s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd]< $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
*P M+P ,P ,P d,P ,P ,P  -P -P -P -P .P .P m0P n0P $1P %1P 1P 1P 
2P 2P 2P 3P 4P 4P N5P O5P                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ,P ,P ,P ,P ,P ,P  -P -P -P .P 0P #1P 1P 1P 1P 1P 1P 1P 1P 1P 1P 1P 1P 1P 
2P 2P 2P 2P 3P 3P 4P N5P 6P 6P ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j2_< hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj^< h_ U !O5P 6P 6P 6P 6P 6P 6P                                                 e                                                                                                                        F  kd`< $$If   l   l '{6    4   4 
l a] p
        F  kd_< $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  6P 6P 6P 7P 7P 7P 7P 7P 7P =7P >7P ^7P _7P u7P v7P 7P 7P 7P 7P 7P 7P 7P 7P 8P 8P 8P 8P 78P 88P _8P `8P a8P b8P c8P A:P B:P N:P :P :P :P 1;P 7;P :;P ;P ;P <P <P <P !=P U=P t=P =P ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 36P 6P 6P 6P 7P 7P 7P                                                             5            v  kd`< $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd`< $$If   l   l '{6    4   4 
l a] p
         7P 7P 7P 7P 7P 7P 7P 7P                                     t                                                                                                                                                             v  kda< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  7P 7P 57P 77P =7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBb< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =7P >7P W7P Y7P ^7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^7P _7P m7P o7P u7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u7P v7P 7P 7P 7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdCd< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7P 7P 7P 7P 7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7P 7P 7P 7P 7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7P 7P 7P 7P 7P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDf< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7P 7P 7P 7P 8P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8P 8P 8P 8P 8P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8P 8P 08P 28P 78P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdEh< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         78P 88P ?8P D8P _8P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _8P `8P a8P b8P c8P A:P B:P N:P :P :P :P :P 2;P E;P y;P                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdi< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y;P ;P ;P ;P 
<P  <P T<P r<P <P <P <P =P "=P V=P u=P =P =P =P =P =P >P >P >P ?P #?P 6?P 7?P P?P ?P ?P                                                                                                                                                                                                                                                                                                                                                                   gd_  =P =P =P =P =P =P >P ?P #?P 5?P j?P ?P ?P ?P ?P @P @P H@P t@P @P AP AP OAP PAP ZAP dAP eAP AP AP AP AP AP пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ?P ?P ?P ?P ?P ?P @P @P @P H@P ^@P t@P @P @P @P AP AP AP AP PAP ZAP dAP                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  dAP eAP                                     kdFj< $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               eAP AP AP AP AP AP AP BP BP BP                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	AP AP AP AP AP AP BP BP BP %BP BP BP BP BP BP BP BP BP CP CP CP CP ;DP =DP MDP NDP mDP nDP oDP pDP DP Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ BP BP                                     kdk< $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               BP %BP GBP HBP \BP ]BP BP BP BP BP BP BP BP BP                                                                                                                                     q                            kdl< $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
BP BP BP BP CP CP CP CP CP             q            l                                                                                                                                                       gd_    kdm< $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  CP CP                                     kdnn< $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               CP CP ?CP @CP TCP UCP oCP CP CP CP CP CP CP DP &DP 'DP <DP                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  <DP =DP NDP nDP z            q            q                                                                                                                                                                                       	  $If   gd_    kdo< $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       nDP oDP pDP DP DP DP DP DP z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdp< $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       DP DP DP DP DP -EP /EP ?EP @EP _EP `EP bEP EP EP EP EP EP EP FP FP >FP JFP FP FP FP FP FP FP FP FP FP <GP ~GP GP GP ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "DP DP                                     kd?q< $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               DP DP DP DP DP DP DP EP EP .EP /EP @EP `EP                                                                                                             q                                                         kdr< $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  `EP aEP bEP EP EP EP EP EP z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdSs< $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       EP EP                                     kdt< $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               EP EP EP EP FP FP FP FP FP                                                             q                                                                                                                             kdgu< $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  FP FP FP FP FP GP GP GP GP GP GP z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd$v< $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
GP GP GP GP HP HP HP &HP 'HP GHP HHP uHP HP HP HP HP ^IP BJP DJP TJP UJP JP JP JP JP JP 	KP 
KP KP KP 
KP KP KP uKP KP KP ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #GP HP HP &HP                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  &HP 'HP                                        kdv< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'HP HHP uHP HP HP HP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  HP HP                                        kdCx< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HP HP `IP aIP IP IP IP IP CJP DJP UJP JP JP                                                                                                 s                                                                        kdy< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  JP JP KP KP 
KP KP KP |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdQz< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KP KP                                        kd{< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KP KP tKP uKP KP KP                         s                                                                                                                                                                                   kd_|< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  KP KP KP KP KP KP KP KP KP [OP \OP sOP OP OP 3PP RPP PP PP 6QP UQP QP QP ^RP }RP RP RP TP 1TP TP TP *UP IUP UP UP DVP cVP BWP aWP WP WP QXP pXP XP XP "ZP #ZP о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -KP KP KP KP KP KP KP yLP zLP LP LP LP LP LP |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd}< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
LP LP FMP ]MP uMP MP MP MP MP *NP pNP qNP [OP \OP sOP OP OP OP OP                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  OP OP OP OP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OP OP OP OP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2~< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OP OP OP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP 3PP APP QPP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QPP RPP ]PP bPP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bPP cPP mPP rPP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rPP sPP ~PP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˀ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP PP PP PP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP PP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PP PP PP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP 
QP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP QP 6QP DQP TQP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TQP UQP `QP eQP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQP fQP pQP uQP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÃ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uQP vQP QP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP QP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP QP QP QP QP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP QP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP QP QP QP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QP  RP RP RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP RP  RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    RP !RP "RP ^RP lRP |RP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |RP }RP RP RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP RP RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP RP RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؇< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP RP RP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP RP RP RP RP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RP RP SP SP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SP 	SP SP SP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SP SP $SP )SP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )SP *SP 4SP 9SP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9SP :SP ;SP SP SP TP  TP 0TP                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdq< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0TP 1TP <TP ATP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЊ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ATP BTP LTP QTP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QTP RTP ]TP bTP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bTP cTP mTP rTP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rTP sTP tTP TP TP TP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TP TP TP TP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TP TP TP TP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TP TP TP TP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TP TP TP TP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȍ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TP TP TP *UP 8UP HUP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HUP IUP TUP YUP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YUP ZUP dUP iUP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iUP jUP uUP zUP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zUP {UP UP UP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UP UP UP UP UP UP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UP UP UP UP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UP UP UP UP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UP UP VP VP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VP 
VP VP VP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VP VP VP DVP RVP bVP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdݑ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bVP cVP nVP sVP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sVP tVP ~VP VP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VP VP VP VP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VP VP VP VP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VP VP VP WP WP BWP PWP `WP                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `WP aWP lWP qWP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qWP rWP |WP WP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WP WP WP WP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՔ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WP WP WP WP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WP WP WP WP WP WP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WP WP WP WP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WP WP WP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP #XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #XP $XP %XP QXP _XP oXP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oXP pXP {XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͗< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP XP XP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP XP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP XP YP 
YP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
YP YP YP YP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YP YP )YP .YP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŚ< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .YP /YP 0YP TYP tYP YP YP YP ZP ZP !ZP "ZP #ZP FZP ZP                                                                                                                                                                                        gd_  z  kd$< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #ZP 4ZP FZP aZP ZP  [P [P [P [P ([P Z[P [[P e[P o[P p[P [P [P [P [P [P [P [P [P [P ]P ]P ]P ]P ]P Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ZP ZP  [P [P [P [P ([P [[P e[P o[P                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	o[P p[P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p[P [P [P [P [P [P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [P [P                                        kdל< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [P [P P\P Q\P q\P r\P \P ]P U]P z]P ]P ]P ]P ]P ]P                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ]P ]P ]P 3^P L^P e^P ~^P ^P |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd+< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]P ]P 
^P ^P ^P "^P #^P 2^P ^P ^P ^P ^P ^P _P _P _P _P `P `P `P `P WaP XaP [aP laP aP ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j< h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ^P ^P ^P _P _P _P _P |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdj< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _P _P                                        kd$< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _P _P X_P Y_P _P `P `P .`P G`P a`P v`P `P `P                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  `P `P `P XaP |            s            s                                                                                                                                                                                           	  $If   gd_   kdx< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XaP YaP ZaP [aP aP bP bP HbP ZbP lbP mbP \cP ]cP |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd2< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aP bP bP GbP HbP kbP lbP mbP bP bP bP cP IcP [cP ]cP rcP cP cP cP cP cP cP cP dP 2dP 3dP 6dP ?dP dP dP pfP qfP fP fP fP fP fP ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $]cP gcP rcP cP cP cP                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  cP cP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cP cP dP !dP 3dP 4dP 5dP                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  5dP 6dP                                        kd@< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6dP ?dP dP dP dP dP dP dP \eP eP eP fP 1fP NfP pfP qfP fP                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  fP fP fP fP NgP gP gP *hP |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fP fP fP fP fP fP fP fP gP NgP sgP gP gP gP hP )hP *hP -hP >hP ThP {hP hP iP 
iP iP iP ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jN< h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  *hP +hP ,hP -hP ShP ThP hP hP iP  iP !iP +iP |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdӦ< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iP !iP 6iP hiP iiP siP }iP ~iP iP iP iP iP iP iP iP UjP cjP jP jP jP jP jP jP jP jP :kP ;kP =kP >kP PkP bkP ckP nkP kP ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !+iP 6iP iiP siP }iP                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  }iP ~iP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~iP iP iP iP iP iP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  iP iP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iP iP KjP LjP ljP mjP jP jP jP jP jP                                                                                                 Y                              kd5< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
jP ;kP <kP =kP >kP nkP lP (lP ]nP ^nP pP qP             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  kP kP kP kP kP kP kP kP lP (lP pP qP .rP ?rP {uP uP [yP nyP yP yP yP yP \zP ]zP _zP `zP zP zP {P {P 8|P l|P ;}P B}P }P }P P %P P P P P 6P 7P GP HP ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j< hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j< hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -qP -rP .rP ?rP sP sP FtP GtP zuP {uP uP vP vP ZyP [yP pyP yP ]zP `zP zP zP {P {P 7|P 8|P G|P Y|P                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Y|P l|P m|P r|P z|P |P             f                                                                                                                                                                      kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  |P |P |P |P |P o            f            f            f                                                                                                                                                	  $If   gd_    kd~< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |P |P |P |P |P o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |P |P |P |P |P o            f            f            f                                                                                                                                                	  $If   gd_    kdZ< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |P |P |P |P |P o            f            f            f                                                                                                                                                	  $If   gd_    kdȭ< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |P |P |P |P |P o            f            f            f                                                                                                                                                	  $If   gd_    kd6< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |P |P  }P }P }P o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }P 
}P }P }P (}P o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (}P )}P *}P +}P }P }P $P %P P P xP yP ҁP o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at HP KP LP ҁP ށP P ˊP P P P %P P ƖP ֗P P P P P P P P )P [P \P fP pP qP }P P P ЙP љP ҙP ֙P ߙP P P P ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ҁP ށP ZP [P P P P P P P P ņP ƆP P P P <P P ˊP P P 3P @P MP ZP gP xP                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  xP P P P P P ЍP P P P P P MP NP P P mP nP @P AP P %P ZP P P 
P 8P eP P                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  P P ߕP /P P P ƖP ֗P P P P P P )P \P fP pP                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  pP qP                                        kdi< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qP P љP ҙP ԙP ՙP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ՙP ֙P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֙P ߙP P *P QP xP P ޚP P "P ,P QP P P                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
P P P P |            s            s                                                                                                                                                                                           	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P P P P P P P $P %P :P lP mP wP P P P P P ՜P ֜P לP ۜP P lP ԞP ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 P P P P $P %P /P :P mP wP |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd˳< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wP P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P ՜P ֜P לP ٜP ڜP                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ڜP ۜP                                        kdٵ< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۜP P #P /P VP P P P kP ԞP P P                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ԞP P P P P P P P P P P NP OP YP cP dP pP P P P P P P ȟP PP ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    P P P P |            s            s                                                                                                                                                                                           	  $If   gd_   kd-< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P P P P OP YP cP |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cP dP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dP P P P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P ȟP P P :P eP P ɠP OP P ȡP ɡP                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  PP P ȡP ʡP ڡP ۡP P P P P P P P P P P -P _P `P jP tP uP P P P ˢP ̢P ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ɡP ʡP ۡP P |            s            s                                                                                                                                                                                           	  $If   gd_   kdI< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P P P P "P -P `P jP tP |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	tP uP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uP P ʢP ˢP ̢P ͢P ϢP ТP                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ̢P ͢P ѢP ڢP MP OP _P `P fP mP nP oP pP P P P ¤P ̤P ͤP ٤P P P P $P %P &P îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ТP ѢP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ѢP ڢP P %P LP zP P ٣P P MP NP OP                                                                                                                         f                           kde< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  OP `P nP oP pP zP P P ¤P ̤P                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	̤P ͤP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͤP P %P &P 'P )P *P                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  &P 'P +P 4P P P P ѦP ҦP ئP ߦP P P P P 6P 8P 9P NP P P P P P P P п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  *P +P                                        kd-< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +P 4P sP P P ԥP P #P @P wP P P                                                                                                                         f                           kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  P ҦP P P P P 9P CP NP P                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd;< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P çP ڧP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P P P P ۧP P P P P P P P /P 0P bP cP dP eP fP gP sP wP P }P P ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ڧP ۧP                                        kdI< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۧP P P P P 7P mP P P 0P bP                                                                                     s                                                                                              kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
bP cP dP eP fP gP P HP IP }P P P .P uP |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdW< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
P P ҬP P 	P -P AP tP P íP ׭P P P /P aP bP lP vP wP P P P P P P P P ѮP ҮP 
P P %P .P :P õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !uP ĭP P P $P /P bP lP vP                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  vP wP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wP P P ҮP P P P 
P $P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $P %P                                        kde< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %P .P P P ٯP گP ۯP P P  P (P                                                             f                                    [            [                     
  $If   gd_ K$  kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
:P P ٯP گP ۯP P P P P 
P P P P  P 'P )P >P ?P NP PP QP RP jP tP uP vP xP yP zP P P ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ (P )P ?P OP PP QP                                     R            I                                                                     	  $If   gd_ Q  kd < $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds< $If   K$L$l 0                                     
t                              4   4 
l a   QP RP zP P P ðP ְP P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P P P P P sP tP uP vP P P P P P ǱP ɱP ޱP ߱P P P P P P ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J P P                                        kdG< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P FP tP uP vP P P P ȱP                                                             f                                    [            [                     
  $If   gd_ K$  kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
ȱP ɱP ߱P P P P P                                     R                                                                                              Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU< $If   K$L$l 0                                     
t                              4   4 
l a   P P P P P P                                     R            I                                                                     	  $If   gd_ Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo< $If   K$L$l 0                                     
t                              4   4 
l a   P P  P AP BP gP zP P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P P P P P P  P AP BP P P P P P P >P WP qP rP sP tP P P P P P P BP HP ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ P P                                        kdC< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P ֲP xP P qP rP sP tP P BP                                                                                     Y                                          kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
BP IP RP SP [P pP P P P ˵P ۵P P P P ,P AP SP mP                                                                                                                                                                                                                      	  $If   gd_  S  kdQ< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ HP IP QP SP ˶P ̶P ͶP ζP P P P P P P P P P `P aP dP mP yP طP bP yP zP {P |P ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  mP P P P ˶P ̶P ͶP                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ͶP ζP P P ;P NP aP bP cP |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdu< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cP dP                                        kd/< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dP mP طP P zP {P |P P ׸P ޸P P                                                             f                                    [            [                     
  $If   gd_ K$  kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
|P P P P P ׸P ݸP ޸P P P _P aP bP cP {P P P P P P P P P P P P P P P /P ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 P P P P P ,P FP `P pP P P P P ֹP P P P ,P                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd=< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ,P FP `P aP bP                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  bP cP P P P ɺP ܺP P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P P .P ̼P ͼP μP ϼP P 3P                                                                                                 f                                                   kdo< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  /P ʼP ͼP μP ϼP ߼P P 2P 3P 4P LP VP WP XP ZP [P \P tP uP ҽP ӽP ֽP ߽P þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 3P 4P \P uP P P P ӽP ԽP սP |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	սP ֽP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֽP ߽P P P P =P ۿP ܿP ݿP ޿P P                                                                                                 Y                              kd7< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
߽P P P P P =P ۿP ܿP ݿP ޿P P P AP BP CP [P eP fP gP iP jP kP lP P P P νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  P BP CP kP lP P P P P P P P             s                                                                                                                                                                 kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P )P rP P P P $P wP                                                                                     Y                                          kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
P P P rP P P P P #P $P wP xP ~P P P P  P P P P P P gP hP iP P P P P P P P ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 wP xP P P P P P P P P P P +P EP MP bP wP                                                                                                                                                                                                         	  $If   gd_  S  kd< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  wP P P P P P P P P                                                                                                                                                                                                                                                 	  $If   gd_  S  kdK< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  P P P hP |            s            s                                                                                                                                                                                           	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       hP iP P P P P P P P P P |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd< $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
P P P P P P P P P P P P P P P P P #P iP P P P P P P P P ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  P P                                        kd_< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P RP fP P P P P P                                                                                                 f                                                        kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
P #P P P P P P P P P 	P #P =P NP hP                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdm< $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  hP P P P P P P P P  P :P KP eP P P P P                                                                                                                                                                                                                            S  kd< $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  P P P P P P P P "P 5P 6P 7P             s                                                                                                                                                                 kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P P P P P P P P P P P P 4P 5P 8P AP P 4P 5P [P \P P P P 
P P P P P P P Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 7P 8P                                        kdK< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8P AP P \P P P CP P P aP P fP P P P P RP iP P P P %P QP }P P                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  P P P P P P P P P P P P P P P 
P P P P gP iP jP kP ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   P P P P P P |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P  P 5P JP _P qP P P P P P P P &P @P HP ]P                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdY< $If   K$L$l 0                     x                
t                                4   4 
l a   ]P rP P P P P P P P #P =P NP hP iP jP                                                                                                                                                                                                                   	  $If   gd_  S  kd< $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  jP kP P P P P P P P P P |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd}< $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
kP P P P P P P P P P P P P P P P P P }P P nP P P P P P P P P P ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ P P                                        kdE< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P P P P P P P P P  P P >P cP zP P P P P                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  P P #P 6P ~P P P P P P P P P P P P P P PP VP WP _P aP P P P P P P P P ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  P P P PP WP `P |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `P aP iP {P P P P P P P P P 5P FP \P mP P P                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS< $If   K$L$l 0                                     
t                                4   4 
l a   P P P P P P P P P +P BP YP jP P P P P                                                                                                                                                                                                                            S  kd< $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  P P P P P P P 
P  P 3P 5P 6P             s                                                                                                                                                                 kdw< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P P P P 2P 3P 7P @P RP P P LP P MP iP P P ;P P "P 7P P P P P P %P P QP dP pP P P 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !6P 7P                                        kd1< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7P @P RP P P jP P "P mP P P P 9P P tP P P (P )P 0P P P                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  P 
P MP lP P P P 	P (P GP HP YP                                                                                                             f                                       kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  P P P P 
P  P ,P ?P FP HP XP YP P P P P P P P P P P P P P 	P ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  YP P P P P P P P             s                                                                                                                                                                                     kd?< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P &P HP jP kP P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  P 	P P MP rP |            s            s            s                                                                                                                                                                          	  $If   gd_   kdM< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P P qP rP sP tP uP P P P P P P P P P 
P !P EP YP P P P P P P P P CP FP zP P ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  rP sP tP uP P _P aP P P P FP P P |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P 1P 2P P +P ,P P P P P P EP FP zP P P +P rP P P P !P ,P _P iP sP                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  P P P P P *P >P qP P P P P P ,P ^P _P iP sP tP P P P P P P P P P P P P P P P P >P bP cP dP tP uP õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (sP tP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tP P P P P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P >P aP P P P P 5P cP dP uP                                                                                                             f                                       kdi< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  uP vP wP P P P P P P P P             s                                                                                                                                                                      kd#< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
uP vP wP 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 FP GP ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %P P                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P ;P P P P P                                                 f                                                                                                                       kd1< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  P P P P P !P 4P GP IP JP |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	JP KP                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GP KP TP P P P P P *P +P ,P -P EP OP PP TP UP VP hP iP {P |P P P P P P P UP VP P P P P P P P P 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %KP TP rP P P P +P ,P                                                 f                                                                                                                       kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ,P -P UP VP iP |P P P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P                                        kdm = $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P VP P P P P                                                 f                                                                                                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  P P P )P P P P P P P P <P ~P |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd{= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P )P P P P P P P P iP P <P OP ~P P P P P P   Q  Q  Q 1 Q 2 Q E Q s Q  Q  Q  Q  Q  Q ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ~P P P 2 Q s Q  Q  Q AQ Q Q Q Q Q Q /Q 9Q CQ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   Q 
Q @Q TQ Q Q Q Q Q Q .Q /Q 9Q CQ DQ \Q fQ gQ kQ lQ mQ uQ Q Q Q Q Q Q Q Q Q շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\CQ DQ                                        kd5= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               DQ lQ mQ Q Q Q Q Q Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Q Q                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q \Q Q Q Q Q Q PQ QQ bQ Q                                                                                                 f                                                   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Q \Q Q Q Q Q Q Q Q OQ PQ QQ aQ bQ eQ zQ Q Q Q Q Q Q Q Q Q Q Q Q Q ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Q Q Q Q Q Q Q Q                                                             R            I                                   	  $If   gd_ Q  kd$= $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Q Q Q Q Q Q *Q =Q ?Q @Q VQ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q Q Q Q Q Q Q Q Q Q Q <Q =Q WQ `Q aQ pQ Q Q Q Q Q Q Q Q Q !Q 'Q 8Q 9Q ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ VQ WQ                                        kdk= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               WQ `Q Q Q Q 8Q QQ dQ Q Q Q Q Q Q 9Q :Q                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  9Q :Q ;Q KQ LQ OQ UQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q (Q )Q NQ OQ SQ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  :Q ;Q LQ Q Q Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd	= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q                                     R            I                                                                     	  $If   gd_ Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdy
= $If   K$L$l 0                                     
t                              4   4 
l a   Q Q Q Q Q )Q <Q OQ QQ RQ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	RQ SQ                                        kdM= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               SQ \Q Q Q -	Q ?	Q z	Q 	Q 	Q 	Q 
Q 
Q 
Q 
Q                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
SQ \Q ]Q lQ Q z	Q 	Q 	Q 	Q 	Q 	Q 	Q 	Q 	Q 	Q 	Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q (
Q )
Q ,
Q A
Q J
Q T
Q U
Q زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 
Q 
Q )
Q V
Q |            s            s                                                                                                                                                                                           	  $If   gd_   kd
= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U
Q V
Q W
Q o
Q y
Q z
Q ~
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q GQ HQ Q Q <Q Q Q Q Q Q ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    V
Q W
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q 
Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
Q 
Q                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
Q 
Q HQ Q Q *Q [Q mQ Q Q Q Q ?
Q @
Q                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Q Q Q Q Q 
Q 

Q >
Q ?
Q @
Q A
Q Q
Q R
Q U
Q j
Q s
Q }
Q ~
Q 
Q 
Q 
Q 
Q 
Q 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  @
Q A
Q R
Q 
Q |            s            s                                                                                                                                                                                           	  $If   gd_   kdi= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q 
Q 
Q 
Q 
Q 
Q 
Q Q Q Q Q tQ Q Q |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd#= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

Q 
Q 
Q 
Q Q Q Q Q Q tQ Q Q Q Q _Q Q  Q !Q -Q 1Q ZQ Q Q Q Q %Q Q %Q 1Q 5Q bQ Q Q NQ OQ [Q _Q Q Q Q Q Q Q /Q yQ Q Q Q 7Q tQ Q 	Q aQ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Q Q _Q Q Q  Q !Q ZQ Q Q Q %Q Q $Q %Q bQ Q NQ OQ Q 6Q 7Q lQ Q Q Q Q Q Q /Q                                                                                                                                                                                                                                                                                                                                                                   gd_  /Q yQ Q Q 7Q tQ Q 	Q aQ Q Q 9Q :Q EQ QQ `Q lQ Q Q                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  aQ Q Q 8Q 9Q EQ [Q _Q Q Q Q Q Q Q Q Q Q Q OQ Q Q -Q cQ dQ Q Q Q Q GQ HQ zQ Q Q Q Q Q  Q Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Q Q Q Q Q Q Q Q Q M            H            H            H            H            H            H            H                   gd_   kd= $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Q Q Q Q Q Q Q Q                                                 _            V            V                                                             	 $If   gd_    kd{= $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Q Q Q Q                                                                                                                                                                                                                                                          	 $If   gd_  o  kdP= $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Q Q Q Q Q Q Q Q                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd= $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Q Q Q OQ TQ 2            )            )            )                      	 $If   gd_    kd= $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     TQ Q Q Q Q Q 'Q             [                                                                                                                                           kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  'Q (Q -Q dQ hQ Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q Q Q Q Q 
Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdI= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
Q Q Q HQ MQ tQ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  tQ uQ zQ Q Q Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q Q Q Q .Q 3Q ?Q d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ?Q @Q CQ MQ n            e            e                                                                                                                                                               	 $If   gd_    kdm= $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           MQ NQ QQ ZQ                                                                                                                                                                                                                                                	 $If   gd_  t  kdB= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ZQ [Q \Q mQ rQ zQ Q Q Q                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Q Q                                             kd|= $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Q Q Q Q Q Q Q Q                                                             A                                  kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Q Q Q Q Q Q Q Q                                                 A                                              kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Q Q Q Q Q Q Q                                     A            <            7                  gd_    gd_    kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q                                                                                                                                                                                                                                                   E  kdr = $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	 Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q  Q !Q !Q %!Q &!Q (!Q )!Q U!Q V!Q n!Q o!Q !Q !Q !Q !Q !Q !Q !Q !Q !Q !Q !Q "Q 8$Q 9$Q D$Q E$Q U$Q V$Q 춥x                          /j%= hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 * Q  Q  Q  Q  Q  Q  Q                                     a                                                                                                                             E  kd0!= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd = $$If   l 0 
" R                                                           4 
l a    Q  Q !Q !Q !Q !Q %!Q                                     a                                                                                                                             E  kd!= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd!= $$If   l 0 
" R                                                           4 
l a   %!Q &!Q '!Q (!Q )!Q ;!Q U!Q                                     a                                                                                                                             E  kd"= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM"= $$If   l 0 
" R                                                           4 
l a   U!Q V!Q a!Q n!Q o!Q y!Q !Q                                     a                                                                                                                             E  kdj#= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#= $$If   l 0 
" R                                                           4 
l a   !Q !Q !Q !Q !Q !Q !Q                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd#= $$If   l 0 
" R                                                           4 
l a   !Q !Q !Q !Q !Q !Q l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd($= $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   !Q !Q !Q !Q !Q "Q "Q #Q #Q ]$Q ^$Q l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd$= $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
V$Q Z$Q [$Q P%Q Q%Q \%Q ]%Q m%Q n%Q r%Q s%Q u%Q %Q %Q %Q %Q &Q &Q K&Q M&Q X&Q Y&Q &Q &Q &Q &Q &Q &Q &Q &Q +'Q -'Q .'Q :'Q ;'Q *Q *Q *Q -Q -Q .Q 1.Q V.Q _.Q .Q .Q /Q /Q '/Q ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j&= hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0^$Q u%Q ~%Q %Q %Q &Q L&Q M&Q Y&Q &Q                                                                                                                                                                                                                                                       S  kdr&= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	&Q &Q &Q &Q &Q &Q ,'Q                                     N                                                                                       S  kd'= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd'= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ,'Q -'Q .'Q ;'Q s'Q 
(Q (Q (Q )Q )Q *Q *Q *Q :+Q +Q ,Q l,Q ,Q <-Q                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd((= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   <-Q =-Q -Q W.Q .Q .Q .Q /Q /Q (/Q 0Q 0Q 0Q 1Q 1Q I2Q k2Q 2Q 2Q 2Q 2Q 3Q 3Q d5Q e5Q 5Q 5Q 6Q                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  '/Q (/Q /Q /Q /Q /Q 0Q 0Q 0Q 1Q 1Q 1Q 3Q 3Q 3Q c5Q e5Q 5Q 6Q %6Q )6Q 66Q 76Q 6Q 6Q 6Q 6Q 6Q 6Q 6Q 9Q 9Q 9Q 9Q 9Q 9Q  :Q =:Q >:Q I:Q ۵۵۵ۭۜۋzrgrrr       j)= h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '6Q 6Q *6Q 66Q 76Q 6Q 6Q 6Q                                     j                                                                                                                                           kd(= $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  6Q 6Q 6Q +7Q 07Q o7Q 7Q 7Q 7Q T8Q 8Q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd,)= $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
8Q 8Q 9Q 9Q :Q R:Q S:Q :Q :Q C;Q D;Q <Q <Q >Q >Q >Q >Q ?Q ?Q ?Q ?Q l@Q &AQ mBQ nBQ BQ BQ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  I:Q J:Q K:Q O:Q P:Q S:Q :Q :Q B;Q <Q ]>Q >Q k?Q l?Q w?Q x?Q ?Q ?Q ?Q ?Q ?Q ?Q ?Q ?Q ?Q ?Q =@Q F@Q OAQ oAQ mBQ BQ WDQ XDQ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jl*= hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj*= h_ U !BQ XDQ \DQ ]DQ sDQ tDQ DQ                                                 e                                                                                                                        F  kdF+= $$If   l   l '{6    4   4 
l a] p
        F  kd*= $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  XDQ ]DQ DQ DQ DQ DQ DQ DQ DQ DQ DQ DQ DQ EQ EQ /EQ 0EQ LEQ MEQ iEQ jEQ EQ EQ EQ EQ EQ EQ EQ EQ EQ EQ EQ  FQ FQ GQ GQ GQ MHQ HQ HQ HQ HQ HQ dIQ vIQ IJQ aJQ JQ JQ JQ KQ HKQ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3DQ DQ DQ DQ DQ DQ DQ                                                             5            v  kd,,= $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd+= $$If   l   l '{6    4   4 
l a] p
         DQ DQ DQ DQ DQ DQ DQ DQ                                     t                                                                                                                                                             v  kd,= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  DQ DQ DQ DQ DQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|-= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         DQ DQ DQ DQ DQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'.= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         DQ DQ EQ 
EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ 'EQ )EQ /EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}/= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /EQ 0EQ EEQ GEQ LEQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(0= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         LEQ MEQ bEQ dEQ iEQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         iEQ jEQ EQ EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~1= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ EQ EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)2= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ EQ EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ EQ EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ EQ EQ EQ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*4= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EQ EQ EQ  FQ FQ GQ GQ GQ 4HQ NHQ HQ HQ HQ HQ IQ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd4= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         IQ +IQ _IQ wIQ IQ IQ IQ JQ DJQ bJQ JQ JQ JQ JQ KQ GKQ HKQ IKQ JKQ lKQ uLQ vLQ LQ LQ LQ LQ LQ LQ !MQ "MQ                                                                                                                                                                                                                                                                                                                                                                   gd_  HKQ JKQ TKQ jKQ kKQ lKQ LQ LQ LQ LQ MQ  MQ @MQ CMQ MQ MQ MQ MQ NQ =NQ NQ NQ NQ NQ NQ OQ OQ )OQ *OQ GOQ HOQ [OQ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  "MQ @MQ NMQ aMQ bMQ MQ MQ MQ MQ MQ MQ NQ (NQ >NQ ?NQ NQ NQ NQ NQ NQ NQ OQ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  OQ OQ                                     kd5= $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               OQ *OQ GOQ HOQ ^OQ tOQ OQ OQ OQ OQ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	[OQ ^OQ sOQ tOQ OQ OQ OQ OQ OQ OQ RPQ TPQ dPQ ePQ PQ PQ PQ PQ PQ PQ PQ PQ QQ QQ QQ QQ RQ RQ 
RQ RQ 3RQ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ OQ OQ                                     kd6= $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               OQ OQ OQ OQ OQ OQ PQ ;PQ <PQ QPQ RPQ SPQ TPQ ePQ                                                                                                                                     q                            kd.8= $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ePQ PQ PQ PQ PQ PQ PQ PQ PQ             q            l                                                                                                                                                       gd_    kd8= $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  PQ PQ                                     kd9= $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               PQ PQ PQ PQ PQ PQ 
QQ )QQ *QQ <QQ gQQ QQ QQ QQ QQ QQ QQ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  QQ QQ QQ RQ z            q            q                                                                                                                                                                                       	  $If   gd_    kd:= $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       RQ 
RQ RQ 5RQ 6RQ 7RQ 8RQ 9RQ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd;= $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       3RQ 4RQ 5RQ :RQ CRQ RQ RQ RQ RQ RQ RQ  SQ ,SQ -SQ 2SQ ;SQ SQ SQ SQ SQ SQ SQ :TQ <TQ LTQ MTQ lTQ mTQ pTQ zTQ TQ TQ UQ UQ PUQ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "9RQ :RQ                                     kdy<= $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :RQ CRQ bRQ cRQ wRQ xRQ RQ RQ RQ RQ RQ RQ RQ                                                                                                             q                                                         kd== $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  RQ RQ  SQ -SQ .SQ /SQ 0SQ 1SQ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd>= $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       1SQ 2SQ                                     kdJ?= $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2SQ ;SQ SQ SQ :TQ ;TQ <TQ MTQ mTQ                                                             q                                                                                                                             kd@= $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  mTQ nTQ oTQ pTQ TQ UQ QUQ gUQ hUQ rUQ }UQ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd^A= $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
PUQ QUQ hUQ }UQ UQ UQ UQ UQ UQ UQ UQ VQ (VQ )VQ ]VQ fVQ VQ WQ WQ WQ WQ DXQ WXQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ YQ #YQ $YQ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #}UQ UQ UQ UQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  UQ UQ                                        kd)B= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UQ UQ VQ )VQ +VQ \VQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  \VQ ]VQ                                        kd}C= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]VQ fVQ VQ VQ ;WQ <WQ KWQ WQ WQ WQ WQ DXQ XQ                                                                                                 s                                                                        kdD= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  XQ XQ XQ XQ XQ XQ XQ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdE= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XQ XQ                                        kdEF= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XQ XQ YQ YQ $YQ EYQ                         s                                                                                                                                                                                   kdG= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $YQ DYQ EYQ FYQ GYQ HYQ JYQ lYQ wYQ \Q \Q ]Q Q]Q p]Q ]Q ]Q P^Q o^Q ^Q ^Q ^_Q }_Q _Q `Q w`Q `Q aQ aQ 9bQ XbQ bQ bQ ZcQ ycQ cQ dQ dQ dQ aeQ eQ eQ fQ lfQ fQ gQ gQ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -EYQ FYQ GYQ HYQ IYQ JYQ wYQ ZQ ZQ YZQ dZQ nZQ yZQ ZQ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdSH= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ZQ ZQ ZQ ZQ [Q *[Q W[Q X[Q [Q [Q \Q \Q \Q \Q ]Q &]Q Q]Q _]Q o]Q                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  o]Q p]Q {]Q ]Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
I= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Q ]Q ]Q ]Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlI= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Q ]Q ]Q ]Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Q ]Q ]Q ]Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*J= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Q ]Q ]Q ]Q ]Q ]Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Q ]Q ]Q  ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ^Q ^Q ^Q ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGK= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q !^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !^Q "^Q ,^Q 1^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1^Q 2^Q 3^Q P^Q ^^Q n^Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddL= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n^Q o^Q z^Q ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"M= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q ^Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q ^Q ^Q ^Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?N= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Q ^Q ^Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q $_Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\O= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $_Q %_Q /_Q 4_Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4_Q 5_Q 6_Q ^_Q l_Q |_Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |_Q }_Q _Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyP= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7Q= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q _Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Q _Q _Q _Q 
`Q `Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q &`Q +`Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTR= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +`Q ,`Q 6`Q ;`Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;`Q <`Q G`Q L`Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L`Q M`Q W`Q \`Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqS= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \`Q ]`Q ^`Q w`Q `Q `Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q `Q `Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/T= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q `Q `Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q `Q `Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q `Q `Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLU= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q `Q `Q EaQ aQ aQ aQ aQ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdU= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aQ aQ aQ aQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
V= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aQ aQ aQ aQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiV= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aQ aQ aQ  bQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    bQ bQ bQ bQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'W= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bQ bQ bQ 9bQ GbQ WbQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WbQ XbQ cbQ hbQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hbQ ibQ sbQ xbQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDX= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xbQ ybQ bQ bQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bQ bQ bQ bQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bQ bQ bQ bQ bQ bQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdaY= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bQ bQ bQ bQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bQ bQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~Z= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ #cQ (cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (cQ )cQ *cQ ZcQ hcQ xcQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<[= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xcQ ycQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY\= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ cQ cQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cQ cQ cQ cQ cQ  dQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    dQ dQ dQ dQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv]= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dQ dQ dQ !dQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !dQ "dQ -dQ 2dQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4^= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2dQ 3dQ =dQ BdQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BdQ CdQ DdQ dQ dQ dQ dQ dQ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd^= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dQ dQ 
eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ_= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ  eQ +eQ 0eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0eQ 1eQ ;eQ @eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn`= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @eQ AeQ BeQ aeQ oeQ eQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,a= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIb= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eQ eQ eQ eQ eQ 
fQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
fQ fQ fQ fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ )fQ .fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfc= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .fQ /fQ :fQ ?fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?fQ @fQ JfQ OfQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$d= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OfQ PfQ QfQ lfQ zfQ fQ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ fQ fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ fQ fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAe= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ fQ fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ fQ fQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fQ fQ fQ fQ gQ 7gQ ZgQ [gQ gQ gQ gQ gQ gQ gQ ihQ                                                                                                                                                                                        gd_  z  kd^f= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gQ gQ gQ gQ jhQ hQ hQ hQ hQ hQ hQ hQ iQ 
iQ iQ @iQ AiQ RiQ diQ eiQ viQ wiQ iQ iQ mkQ okQ kQ kQ kQ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ihQ jhQ hQ hQ hQ hQ hQ hQ iQ 
iQ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	
iQ iQ                                        kdf= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iQ AiQ eiQ wiQ yiQ iQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  iQ iQ                                        kdh= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iQ iQ iQ iQ jQ jQ ^jQ jQ jQ kQ (kQ 9kQ IkQ JkQ nkQ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  nkQ okQ kQ kQ kQ lQ lQ KlQ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdei= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kQ kQ kQ kQ kQ kQ kQ kQ JlQ KlQ LlQ qlQ rlQ lQ lQ lQ lQ ,nQ .nQ >nQ ?nQ nQ nQ nQ 
oQ "oQ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jj= h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  KlQ LlQ rlQ lQ lQ lQ lQ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdj= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lQ lQ                                        kd^k= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lQ lQ lQ lQ FmQ mQ mQ mQ mQ mQ nQ ,nQ -nQ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  -nQ .nQ ?nQ nQ |            s            s                                                                                                                                                                                           	  $If   gd_   kdl= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nQ nQ nQ nQ "oQ oQ oQ oQ oQ 
pQ pQ pQ pQ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdlm= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "oQ oQ oQ oQ oQ 	pQ 
pQ pQ )pQ opQ pQ pQ pQ pQ pQ qQ BqQ CqQ MqQ WqQ XqQ }qQ ~qQ qQ qQ qQ qQ qQ rQ rQ tQ tQ 2tQ 4tQ DtQ EtQ UtQ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $pQ qQ qQ CqQ MqQ WqQ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  WqQ XqQ                                        kd&n= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XqQ ~qQ qQ qQ qQ qQ qQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  qQ qQ                                        kdzo= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qQ qQ "rQ #rQ 2rQ CrQ {rQ |rQ rQ hsQ sQ sQ sQ sQ tQ tQ 3tQ                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  3tQ 4tQ EtQ tQ tQ GuQ uQ uQ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdp= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UtQ VtQ ptQ qtQ rtQ tQ tQ tQ tQ tQ uQ FuQ cuQ uQ uQ uQ uQ uQ uQ uQ vQ xvQ vQ vQ vQ vQ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jq= h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  uQ uQ uQ uQ uQ uQ wvQ xvQ vQ vQ vQ vQ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd
r= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vQ vQ vQ wQ wQ wQ wQ wQ AwQ BwQ jwQ {wQ |wQ wQ wQ wQ xQ >xQ ZxQ rxQ sxQ {xQ }xQ xQ xQ xQ xQ xQ xQ xQ  yQ yQ yQ @yQ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !vQ vQ wQ wQ wQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  wQ wQ                                        kdr= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wQ BwQ jwQ |wQ }wQ ~wQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~wQ wQ                                        kdt= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wQ wQ wQ wQ 
xQ xQ ZxQ [xQ |xQ }xQ xQ                                                                                                 Y                              kdou= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
xQ xQ xQ xQ xQ yQ yQ yQ {Q {Q ~Q ~Q             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd)v= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @yQ AyQ LyQ MyQ ]yQ ^yQ byQ cyQ yQ yQ ~Q ~Q Q Q Q +Q Q Q BQ DQ YQ [Q Q Q Q Q hQ jQ OQ dQ ։Q 
Q يQ Q nQ rQ Q ÌQ -Q TQ Q Q ԎQ ՎQ Q Q ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j({= hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jv= hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -~Q Q Q Q #Q $Q Q Q Q Q +Q Q Q Q Q Q [Q Q Q iQ jQ OQ dQ ՉQ ։Q Q Q                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Q 
Q Q Q Q Q             f                                                                                                                                                                      kdJw= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Q Q #Q +Q 7Q o            f            f            f                                                                                                                                                	  $If   gd_    kdw= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7Q 8Q =Q DQ IQ o            f            f            f                                                                                                                                                	  $If   gd_    kd&x= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at IQ JQ OQ VQ bQ o            f            f            f                                                                                                                                                	  $If   gd_    kdx= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at bQ cQ kQ sQ xQ o            f            f            f                                                                                                                                                	  $If   gd_    kdy= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at xQ yQ Q Q Q o            f            f            f                                                                                                                                                	  $If   gd_    kdpy= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q Q Q o            f            f            f                                                                                                                                                	  $If   gd_    kdy= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q Q ƊQ o            f            f            f                                                                                                                                                	  $If   gd_    kdLz= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ƊQ ǊQ ȊQ ɊQ jQ kQ Q ÌQ XQ YQ Q Q pQ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdz= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q pQ |Q _Q iQ Q Q Q áQ <Q dQ tQ Q Q Q Q Q Q Q ǦQ Q Q Q Q Q Q <Q =Q nQ oQ pQ tQ }Q IQ KQ [Q ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %pQ |Q Q Q Q Q FQ GQ Q ZQ [Q cQ dQ Q ?Q @Q ږQ _Q iQ Q Q њQ ޚQ Q Q Q Q                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Q 'Q 8Q IQ ZQ [Q nQ Q Q Q Q Q Q Q Q Q Q Q ޠQ ߠQ Q áQ Q HQ IQ Q ֢Q Q 3Q                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  3Q 4Q }Q ͣQ <Q =Q dQ tQ Q Q Q Q Q ǦQ Q Q Q                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Q Q                                        kd{= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q =Q oQ pQ rQ sQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  sQ tQ                                        kd|= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tQ }Q Q ȧQ Q Q TQ |Q Q Q ʨQ Q IQ JQ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
JQ KQ \Q Q |            s            s                                                                                                                                                                                           	  $If   gd_   kdK~= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [Q \Q Q Q Q Q Q Q ©Q éQ ةQ 
Q Q Q Q  Q ,Q MQ NQ sQ tQ uQ yQ Q 
Q rQ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Q Q Q Q ©Q éQ ͩQ ةQ Q Q |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Q  Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Q NQ sQ tQ uQ wQ xQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  xQ yQ                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yQ Q Q ͪQ Q Q _Q Q 	Q rQ Q Q                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  rQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q /Q 0Q WQ XQ YQ ]Q fQ Q ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Q Q Q Q |            s            s                                                                                                                                                                                           	  $If   gd_   kdg= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q Q |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd!= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q                                        kdۃ= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q 0Q VQ WQ XQ YQ [Q \Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  \Q ]Q                                        kd/= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]Q fQ Q Q حQ Q CQ gQ Q VQ fQ gQ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Q VQ fQ hQ xQ yQ Q Q Q Q Q Q Q Q Q Q ˯Q Q Q Q Q Q Q @Q AQ iQ jQ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    gQ hQ yQ Q |            s            s                                                                                                                                                                                           	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q ˯Q Q Q Q |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd== $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q AQ hQ iQ jQ kQ mQ nQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  jQ kQ oQ xQ Q Q Q Q Q Q Q 
Q Q #Q UQ VQ `Q jQ kQ wQ Q Q Q ²Q òQ ĲQ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  nQ oQ                                        kdK= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oQ xQ Q ðQ Q Q WQ wQ Q Q Q Q                                                                                                                         f                           kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Q Q Q 
Q Q Q #Q VQ `Q jQ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdY= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	jQ kQ                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kQ Q òQ ĲQ ŲQ ǲQ ȲQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ĲQ ŲQ ɲQ ҲQ ]Q ^Q _Q oQ pQ vQ }Q ~Q Q Q Q ԴQ ִQ ״Q Q Q Q )Q 3Q 4Q @Q \Q п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ȲQ ɲQ                                        kdg= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɲQ ҲQ Q Q DQ rQ Q Q ޳Q Q ^Q _Q                                                                                                                         f                           kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  _Q pQ ~Q Q Q Q ״Q Q Q Q                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdu= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Q )Q 3Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  3Q 4Q                                        kd/= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4Q ]Q ^Q _Q aQ xQ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  \Q ]Q ^Q _Q yQ Q Q Q Q Q Q Q ͷQ ηQ  Q Q Q Q Q Q Q Q 5Q Q .Q ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 xQ yQ                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yQ Q Q Q Q նQ Q Q Q ηQ  Q                                                                                     s                                                                                              kdג= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 Q Q Q Q Q Q 5Q Q Q Q ]Q Q ̺Q Q |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
.Q ]Q pQ Q Q ˺Q ߺQ Q &Q aQ uQ Q Q ͻQ Q  Q 
Q Q Q -Q 7Q 8Q 9Q <Q =Q \Q ]Q oQ pQ Q Q üQ ̼Q ؼQ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Q bQ Q Q »Q ͻQ  Q 
Q Q                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Q Q                                        kdK= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q =Q ]Q pQ Q Q Q Q ¼Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ¼Q üQ                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               üQ ̼Q 7Q JQ wQ xQ yQ Q Q Q ƽQ                                                             f                                    [            [                     
  $If   gd_ K$  kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ؼQ 7Q wQ xQ yQ 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 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ƽQ ǽQ ݽQ Q Q Q                                     R            I                                                                     	  $If   gd_ Q  kd:= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   Q Q Q ;Q NQ aQ tQ Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdǘ= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;Q Q Q Q Q Q Q Q Q Q $Q %Q VQ \Q ]Q eQ gQ |Q }Q Q Q Q Q Q ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Q Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q Q Q Q Q %Q VQ ]Q fQ                                                             f                                    [            [                     
  $If   gd_ K$  kd՚= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
fQ gQ }Q Q Q Q Q                                     R                                                                                              Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   Q Q Q Q Q Q                                     R            I                                                                     	  $If   gd_ Q  kd6= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   Q Q Q ߿Q Q Q Q +Q ,Q -Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdÝ= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q Q Q Q Q Q Q ߿Q Q *Q +Q .Q 7Q (Q )Q Q Q Q Q Q Q "Q #Q $Q Q Q Q Q Q ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ -Q .Q                                        kd}= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .Q 7Q tQ Q )Q Q Q Q Q #Q Q                                                                                     Y                                          kdџ= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Q Q Q Q Q Q #Q 5Q OQ iQ yQ Q Q Q Q Q Q Q                                                                                                                                                                                                                      	  $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Q Q Q Q iQ jQ kQ lQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q vQ  Q Q Q Q Q ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Q %Q 5Q OQ iQ jQ kQ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  kQ lQ Q Q Q Q Q  Q Q |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q                                        kdi= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q vQ Q Q Q Q +Q uQ |Q Q                                                             f                                    [            [                     
  $If   gd_ K$  kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
Q *Q +Q IQ QQ uQ {Q |Q Q Q Q Q  Q Q Q #Q $Q %Q 'Q (Q )Q 6Q @Q AQ Q Q Q Q Q Q ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Q Q Q Q Q Q Q Q Q (Q BQ JQ _Q tQ Q Q Q Q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw= $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Q Q Q Q  Q                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd	= $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   Q Q )Q AQ TQ gQ zQ Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                        kdU= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q <Q Q Q jQ kQ lQ mQ ~Q Q                                                                                                 f                                                   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Q hQ kQ lQ mQ }Q ~Q Q Q Q Q Q Q Q Q Q Q Q Q pQ qQ tQ }Q þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Q Q Q Q 8Q KQ ^Q qQ rQ sQ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sQ tQ                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tQ }Q 'Q OQ Q Q yQ zQ {Q |Q Q                                                                                                 Y                              kdq= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
}Q &Q (Q Q Q Q yQ zQ {Q |Q Q Q Q Q Q Q Q Q Q Q Q 	Q 
Q zQ {Q ~Q νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Q Q Q 	Q 
Q /Q BQ UQ hQ {Q |Q }Q             s                                                                                                                                                                 kd+= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  }Q ~Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~Q Q \Q Q Q Q Q Q Q Q Q                                                                                     Y                                          kd9= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
~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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Q Q Q &Q 'Q /Q DQ YQ kQ Q Q Q Q Q Q  Q Q                                                                                                                                                                                                         	  $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q 'Q AQ [Q kQ Q Q Q Q                                                                                                                                                                                                                                                 	  $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q Q Q Q |            s            s                                                                                                                                                                                           	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q /Q 0Q CQ VQ iQ |Q Q Q Q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdѯ= $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/Q 0Q BQ CQ Q Q Q Q TQ DQ EQ FQ VQ WQ cQ hQ }Q Q Q ;Q =Q CQ DQ LQ NQ GQ IQ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Q Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q TQ Q Q Q Q DQ EQ FQ WQ                                                                                                 f                                                        kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
WQ Q =Q DQ MQ NQ VQ kQ Q Q Q Q Q Q Q                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd= $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Q  Q 1Q KQ SQ hQ }Q Q Q Q Q Q Q Q .Q HQ IQ                                                                                                                                                                                                                            S  kd9= $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  IQ JQ KQ sQ tQ Q Q Q Q Q Q Q             s                                                                                                                                                                 kd˳= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  IQ JQ KQ cQ mQ nQ oQ qQ rQ sQ tQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q YQ ZQ CQ XQ ZQ [Q Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Q Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q Q [Q Q Q 4Q Q Q ZQ Q ZQ [Q bQ Q Q Q 7Q cQ Q Q Q Q OQ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  [Q bQ gQ zQ ~Q Q Q 2Q 6Q NQ OQ PQ `Q aQ Q Q Q Q Q Q Q Q 	Q ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   OQ PQ aQ Q Q Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdٵ= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q )Q CQ TQ nQ Q Q Q Q Q Q Q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd= $If   K$L$l 0                     x                
t                                4   4 
l a   Q Q %Q 7Q QQ kQ |Q Q Q Q Q Q Q Q Q                                                                                                                                                                                                                   	  $If   gd_  S  kd%= $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q 	Q 1Q 2Q EQ XQ kQ ~Q Q Q Q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd= $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	Q !Q +Q ,Q 0Q 1Q 2Q DQ EQ Q Q Q Q [Q Q TQ Q Q Q 0Q Q !Q Q Q @Q UQ VQ WQ ^Q Q ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Q Q                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q [Q UQ Q 3Q @Q Q $Q Q WQ ^Q Q Q Q Q Q 7Q VQ Q Q                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Q Q Q Q Q /Q ;Q NQ ZQ mQ uQ Q Q Q Q Q Q Q Q Q Q Q Q EQ GQ HQ IQ aQ kQ lQ pQ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q Q Q Q Q Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdӹ= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q +Q =Q OQ fQ }Q Q Q Q Q Q Q Q "Q #Q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd= $If   K$L$l 0                                     
t                                4   4 
l a   #Q +Q =Q OQ aQ sQ Q Q Q Q Q Q Q Q /Q FQ GQ                                                                                                                                                                                                                            S  kd= $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  GQ HQ IQ qQ rQ Q Q Q Q Q Q Q             s                                                                                                                                                                 kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  pQ qQ rQ Q Q Q Q Q Q Q "Q Q Q Q Q Q iQ Q Q iQ Q Q Q /Q Q WQ Q Q kQ Q Q Q !Q mQ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Q Q                                        kdk= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q Q Q Q Q Q Q *Q Q Q Q iQ Q 1Q YQ Q Q Q jQ kQ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  kQ Q Q 
Q )Q iQ Q Q Q Q Q Q                                                                                                             f                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  mQ Q Q Q Q Q Q Q Q Q Q Q :Q ;Q <Q _Q `Q aQ eQ fQ jQ sQ Q Q Q Q ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q ;Q <Q `Q aQ fQ hQ iQ             s                                                                                                                                                                                     kdy= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  iQ jQ                                        kd3= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jQ sQ Q Q Q Q Q 	Q +Q MQ oQ Q Q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Q Q Q Q Q |            s            s            s                                                                                                                                                                          	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q Q Q #Q 'Q .Q MQ 3Q FQ uQ Q Q Q Q Q *Q >Q yQ Q OR [R _R R R R R +R ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Q Q Q Q MQ Q Q 3Q uQ Q Q +Q zQ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdA= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       zQ Q Q "Q Q Q  R  R NR OR R R R R ZR R R R _R R R R R R R R                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +R ZR mR R R R R R #R ^R rR R R R R R R R R *R 4R 5R 9R :R ;R MR NR `R aR sR tR R R R R R  R R R R R õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (R R                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R :R ;R NR aR tR R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  R R                                        kdO= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R 6R dR R R R R R R                                                                                                             f                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  R R R =R >R QR dR wR R R R             s                                                                                                                                                                      kd]= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
R R R -R 7R 8R <R =R >R PR QR cR dR R R R R R R [R \R ]R mR nR oR pR R R R R R R R R R R R R ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %R R                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R \R ]R nR oR                                                 f                                                                                                                       kdk= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  oR pR R R R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R 3R 4R R R R R R R R R R R R R R 	R 	R 	R 	R ?	R @	R D	R M	R p	R q	R 	R 	R 
R 
R 
R 
R 
R 
R 
R 
R 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %R R R 4R R R R R                                                 f                                                                                                                       kd3= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  R R R R 	R 	R -	R @	R B	R C	R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C	R D	R                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D	R M	R q	R 	R 
R 
R 
R 
R                                                 f                                                                                                                       kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  
R 
R 
R 
R SR TR {R |R R R R R 
R |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R 
R 
R RR SR TR {R R R R R R R R 
R /
R R
R f
R 
R 
R 
R 
R 
R 
R 
R 
R R $R RR SR fR R ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  
R S
R 
R 
R R SR R R .R R R R R R R R R                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  R R R R -R AR R R R R R R R R R R R R 	R 
R R R 0R BR CR hR iR R R R R շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\R R                                        kdo= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R 
R R 0R CR VR iR kR R                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  R R                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R R R +R =R uR R R R R  R -R                                                                                                 f                                                   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  R R uR R R R R R R R R R R  R R R !R +R -R 3R 4R ;R =R RR SR bR dR eR fR ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ -R 4R <R =R SR cR dR eR                                                             R            I                                   	  $If   gd_ Q  kd^= $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ eR fR R R R R R R R R R |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
fR ~R R R R R R R R R R R R R R R R lR :R DR ER cR dR R R R R R R R ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ R R                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R R mR R R R R R :R ER dR R R R R R                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  R R R R R R R R $R %R ,R .R 7R ]R ^R sR tR vR wR xR R R R R R R R R R R R R R пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  R R R R %R -R |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -R .R ^R uR vR wR                                     R            I                                                                     	  $If   gd_ Q  kd@= $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd= $If   K$L$l 0                                     
t                              4   4 
l a   wR xR R R R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R R iR R R R R #R BR mR R R R R                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
R R R 
R hR R "R #R AR BR UR dR lR mR tR zR R R R R R R R R R R R R R R زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 R R R R |            s            s                                                                                                                                                                                           	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R 
R R R R R R 0R 1R CR DR iR jR nR wR xR R R R R R R FR PR QR oR pR ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    R R R R 1R DR WR jR lR mR |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	mR nR                                        kdO= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               nR wR R #R R R R R FR QR pR R R R                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
pR R R R R R R R R R R R R R R R R R R R R  R GR 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  R R R R |            s            s                                                                                                                                                                                           	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R  R GR HR R :R lR mR R R MR NR |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd]= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
GR TR XR R :R lR yR }R R R NR ZR ^R R R i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 E&R F&R &R &R 'R k'R 'R 'R ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4NR R R hR iR R R R [R R R R !R !R !R  "R "R "R "R  #R #R #R 
$R $R ;$R K$R ^$R $R $R $R                                                                                                                                                                                                                                                                                                                                                                   gd_  $R &R F&R &R &R 'R k'R 'R 'R >(R u(R (R (R (R (R (R 
)R )R !)R                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  'R u(R y(R (R (R (R (R (R )R  )R !)R ()R ))R w)R x)R y)R z)R )R )R N*R {*R *R +R +R ^+R +R +R +R +R +R ,R E,R F,R K,R p,R t-R &.R Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $!)R ")R #)R $)R %)R &)R ')R ()R ))R M            H            H            H            H            H            H            H                   gd_   kd= $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ))R =)R D)R I)R Y)R Z)R i)R j)R                                                 _            V            V                                                             	 $If   gd_    kd= $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  j)R k)R w)R x)R                                                                                                                                                                                                                                                          	 $If   gd_  o  kd= $$If   l       0   T# T                 .                
t  0                                                              4 
l al  x)R y)R z)R )R )R )R )R )R                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd'= $$If   l       0   T# T                 .                
t  0                                                              4 
l al  )R )R )R )R )R 2            )            )            )                      	 $If   gd_    kd= $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     )R H*R I*R N*R {*R *R *R             [                                                                                                                                           kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  *R *R *R +R +R X+R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  X+R Y+R ^+R +R +R +R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  +R +R +R +R +R ,R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ,R ,R ,R F,R K,R q,R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q,R r,R s,R },R ,R ,R ,R d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ,R ,R ,R ,R n            e            e                                                                                                                                                               	 $If   gd_    kd= $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ,R ,R ,R ,R                                                                                                                                                                                                                                                	 $If   gd_  t  kd|= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ,R ,R ,R -R -R -R -R &-R 2-R                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd= $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2-R 3-R                                             kd= $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          3-R >-R B-R I-R P-R Q-R R-R S-R                                                             A                                  kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  S-R T-R U-R V-R W-R X-R Y-R Z-R                                                 A                                              kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Z-R [-R \-R ]-R ^-R _-R t-R                                     A            <            7                  gd_    gd_    kd= $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  t-R '.R (.R ).R B.R C.R \.R m.R n.R .R .R                                                                                                                                                                                                                                              E  kd= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
&.R '.R ).R /.R 0.R B.R C.R m.R n.R .R .R .R .R .R .R .R .R .R .R .R .R .R .R 
/R /R %/R &/R '/R +/R ,/R I/R J/R K/R W/R X/R j/R 20R 1R 1R 1R 1R 1R 1R 춥x                          /j= hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *.R .R .R .R .R .R .R                                     a                                                                                                                             E  kdj= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   .R .R .R .R .R .R .R                                     a                                                                                                                             E  kd(= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   .R .R .R .R .R .R .R                                     a                                                                                                                             E  kd= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   .R .R  /R 
/R /R /R %/R                                     a                                                                                                                             E  kd= $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE= $$If   l 0 
" R                                                           4 
l a   %/R &/R '/R (/R )/R */R +/R                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   +/R ,/R 9/R :/R H/R I/R l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdb= $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   I/R J/R K/R X/R j/R 10R 20R $1R %1R 1R 1R l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd = $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
1R 1R 1R 2R 2R 2R 2R 3R 
3R 3R 3R 3R <3R =3R 3R 3R 3R 3R 3R 3R 3R 3R ?4R A4R S4R T4R x4R z4R 4R 4R 4R 4R 4R 4R 4R I8R J8R V8R ;R ;R ;R ;R ;R ;R V<R W<R <R <R <R ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jE= hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 01R 3R 3R =3R 3R 3R 3R 3R 3R @4R                                                                                                                                                                                                                                                       S  kd= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	@4R A4R T4R y4R z4R 4R 4R                                     N                                                                                       S  kd= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd>= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4R 4R 4R 4R 5R 5R e6R f6R S7R T7R I8R J8R V8R 8R 49R 9R :R t:R :R                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdb= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   :R :R ;R ;R V<R W<R <R <R <R <R ->R .>R ?>R ]?R ?R ?R 
@R #@R ?@R Y@R Z@R cAR dAR CR CR bCR cCR CR                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  <R <R >=R ?=R O=R W=R ,>R .>R ?>R \?R ]?R ?R DAR aAR dAR CR CR #CR CR CR CR CR CR &DR 'DR <DR =DR nDR oDR pDR GR GR GR GR GR GR GR GR GR GR ۵۵۵ۭۜۋzrgrrr       j= h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'CR CR CR CR CR 'DR =DR oDR                                     j                                                                                                                                           kd= $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  oDR pDR DR DR DR ER lER mER ER ER 0FR s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdf= $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
0FR FR OGR PGR GR GR GR =HR >HR HR HR ;JR <JR KR KR aLR bLR /MR 0MR JMR [MR NR NR PR 
PR PR PR                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  GR GR GR GR GR GR =HR >HR HR :JR KR `LR 
MR MR MR MR 'MR (MR ,MR -MR .MR /MR 0MR 9MR JMR [MR MR MR NR OR PR PR QR QR ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j= hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj?= h_ U !PR QR QR QR RR RR 'RR                                                 e                                                                                                                        F  kd= $$If   l   l '{6    4   4 
l a] p
        F  kd
= $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  QR QR )RR MRR NRR QRR RRR XRR YRR zRR {RR RR RR RR RR RR RR RR RR SR 	SR *SR +SR BSR CSR YSR ZSR tSR uSR SR SR SR SR SR ~UR UR UR UR !VR :VR nVR tVR wVR WR WR WR  XR 5XR ^XR XR XR XR ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3'RR (RR )RR 2RR @RR MRR NRR                                                             5            v  kdf= $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd= $$If   l   l '{6    4   4 
l a] p
         NRR ORR PRR QRR RRR VRR WRR XRR                                     t                                                                                                                                                             v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  XRR YRR rRR tRR zRR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         zRR {RR RR RR RR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         RR RR RR RR RR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         RR RR RR RR RR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         RR RR RR RR RR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         RR RR SR SR SR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         SR 	SR #SR %SR *SR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *SR +SR :SR <SR BSR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         BSR CSR QSR SSR YSR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         YSR ZSR mSR oSR tSR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         tSR uSR |SR SR SR                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         SR SR SR SR SR ~UR UR UR UR UR !VR ;VR oVR VR VR                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd > $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         VR VR VR WR JWR ]WR WR WR WR XR 5XR OXR _XR XR XR XR XR XR XR YR ZR ZR +ZR QZR `ZR sZR tZR ZR ZR ZR                                                                                                                                                                                                                                                                                                                                                                   gd_  XR XR XR 	YR 
YR YR +ZR AZR `ZR rZR ZR ZR ZR ZR [R @[R Q[R [R [R [R E\R Z\R \R \R \R \R \R \R \R \R \R \R пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ZR ZR ZR  [R [R [R O[R P[R Q[R [R [R [R [R [R [R D\R E\R O\R Z\R \R \R \R                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \R \R                                     kd > $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \R \R \R \R \R ]R )]R ?]R A]R X]R                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	\R \R ]R ]R (]R )]R >]R ?]R Y]R b]R ]R ]R ^R ^R #^R $^R %^R &^R L^R M^R R^R [^R x_R z_R _R _R _R _R _R _R _R Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ X]R Y]R                                     kd> $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Y]R b]R ]R ]R ]R ]R ]R ]R ]R ]R ]R ]R ]R ^R                                                                                                                                     q                            kdh> $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
^R $^R %^R &^R M^R N^R O^R P^R Q^R             q            l                                                                                                                                                       gd_    kd%> $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Q^R R^R                                     kd> $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               R^R [^R |^R }^R ^R ^R ^R ^R ^R ^R _R _R 4_R I_R c_R d_R y_R                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  y_R z_R _R _R z            q            q                                                                                                                                                                                       	  $If   gd_    kd9> $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       _R _R _R _R _R _R _R _R z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd> $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       _R _R _R _R _R j`R l`R |`R }`R `R `R `R `R `R `R `R (aR 4aR PaR \aR {aR aR aR aR aR aR bR bR bR bR /bR ybR bR bR bR ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "_R _R                                     kd> $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               _R _R `R `R `R `R 9`R U`R V`R k`R l`R }`R `R                                                                                                             q                                                         kd
	> $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  `R `R `R `R `R `R `R `R z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd	> $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       `R `R                                     kd
> $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `R `R #aR $aR aR aR aR aR bR                                                             q                                                                                                                             kd> $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  bR 
bR bR bR /bR bR bR cR cR cR cR z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd> $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
bR bR cR cR NcR OcR YcR ccR dcR cR cR cR cR cR cR dR dR eR eR eR eR eR eR %fR &fR 'fR FfR GfR HfR IfR JfR MfR VfR fR fR fR ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #cR OcR YcR ccR                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ccR dcR                                        kdc
> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dcR cR cR cR cR cR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  cR cR                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cR dR dR dR dR dR dR ;eR eR eR eR eR &fR                                                                                                 s                                                                        kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  &fR 'fR HfR IfR JfR KfR LfR |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       LfR MfR                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MfR VfR fR fR fR fR                         s                                                                                                                                                                                   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  fR fR fR fR fR fR fR gR gR jR jR jR jR kR pkR kR kR lR slR lR lR mR mR mR nR 5nR OoR noR oR oR gpR pR pR qR qR qR rR rR  sR sR sR sR tR *tR _uR `uR о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -fR fR fR fR fR fR gR gR gR gR hR 
hR hR "hR |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
"hR #hR hR hR hR hR hR hR 2iR giR iR iR jR jR jR jR jR jR kR                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  kR kR kR kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR  kR *kR /kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /kR 0kR ;kR @kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @kR AkR KkR PkR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PkR QkR RkR pkR ~kR kR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR kR kR kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR kR kR kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR kR kR kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR kR kR kR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kR kR kR kR kR 
lR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
lR lR lR lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR )lR .lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .lR /lR :lR ?lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?lR @lR JlR OlR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OlR PlR QlR slR lR lR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR lR lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR lR lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR lR lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR lR lR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lR lR lR lR mR mR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR 'mR ,mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,mR -mR 7mR <mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <mR =mR HmR MmR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MmR NmR XmR ]mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]mR ^mR _mR mR mR mR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR mR mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR mR mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR mR mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR mR mR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mR mR mR nR $nR 4nR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4nR 5nR @nR EnR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EnR FnR PnR UnR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   UnR VnR anR fnR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' > $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fnR gnR qnR vnR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd > $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vnR wnR xnR nR -oR OoR ]oR moR                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd > $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   moR noR yoR ~oR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD!> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~oR oR oR oR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oR oR oR oR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oR oR oR oR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda"> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oR oR oR oR oR oR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oR oR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~#> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR #pR (pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (pR )pR 3pR 8pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<$> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8pR 9pR :pR gpR upR pR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY%> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pR pR pR pR qR qR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv&> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR #qR (qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (qR )qR 3qR 8qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4'> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8qR 9qR DqR IqR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IqR JqR TqR YqR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YqR ZqR [qR qR qR qR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ(> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR qR qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR qR qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR qR qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn)> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR qR qR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qR qR qR OrR PrR rR rR rR                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd,*> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rR rR rR rR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rR rR rR rR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rR rR rR rR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI+> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rR rR rR rR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rR rR rR  sR sR sR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR *sR /sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf,> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /sR 0sR :sR ?sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?sR @sR KsR PsR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$-> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PsR QsR [sR `sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `sR asR bsR sR sR sR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR sR sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA.> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR sR sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR sR sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR sR sR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^/> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sR sR sR tR tR )tR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )tR *tR 5tR :tR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :tR ;tR EtR JtR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{0> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JtR KtR VtR [tR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [tR \tR ftR ktR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd91> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ktR ltR mtR tR tR tR tR tR PuR QuR ^uR _uR `uR uR vR                                                                                                                                                                                        gd_  z  kd1> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `uR quR uR uR 	vR =vR NvR OvR PvR evR vR vR vR vR vR vR vR vR wR wR wR wR 0wR 9wR yR yR yR yR /yR Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  vR 	vR =vR OvR PvR ZvR evR vR vR vR                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	vR vR                                        kd1> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vR vR wR wR wR /wR                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  /wR 0wR                                        kdK3> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0wR 9wR wR wR wR wR wR \xR xR xR xR xR xR xR 
yR                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  
yR yR yR pyR yR yR yR yR |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd4> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /yR 0yR JyR KyR LyR _yR `yR oyR yR yR yR zR zR @zR AzR DzR MzR {R {R {R {R |R |R |R |R |R ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jY5> h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  yR yR zR @zR AzR BzR CzR |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd5> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CzR DzR                                        kd6> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DzR MzR zR zR zR D{R O{R k{R {R {R {R {R {R                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  {R {R {R |R |            s            s                                                                                                                                                                                           	  $If   gd_   kd7> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |R |R |R |R |R P}R Q}R }R }R }R }R ~R ~R |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd8> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |R P}R Q}R }R }R }R }R }R }R ~R #~R Y~R ~R ~R ~R ~R ~R ~R ~R ~R ~R R R LR oR pR sR |R 2R 5R R R сR ӁR R R R ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $~R ~R ~R ~R ~R ~R                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ~R ~R                                        kd`9> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~R R LR ^R pR qR rR                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  rR sR                                        kd:> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sR |R R R R R R R R R 'R HR nR R R R ҁR                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ҁR ӁR R 5R R R $R gR |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd<> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R R R $R %R 4R UR R R R R #R ER fR gR jR {R R R R IR JR KR \R ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j<> h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  gR hR iR jR R R R R KR ]R ^R hR |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdG=> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \R ^R sR R R R R R R R 	R R R R 'R R R ݅R R R R R R ,R -R wR xR zR {R R R R R ߆R ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !hR sR R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  R R                                        kd>> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R 	R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  R R                                        kdU?> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R 'R R R R R R R R R -R                                                                                                 Y                              kd@> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
-R xR yR zR {R R AR eR R R 2R ?R             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdcA> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ߆R R R R R R R R AR eR 2R ?R kR |R R ʐR R R R R R R R R R R R 	R R R uR R xR R 
R R AR bR ̛R R ZR [R sR tR R R ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jbF> hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jB> hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -?R jR kR |R R ÎR R R R R ʐR 0R 1R R R R R R R R 	R R R tR uR R R                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  R R R R R R             f                                                                                                                                                                      kdB> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  R R R ʗR ֗R o            f            f            f                                                                                                                                                	  $If   gd_    kdB> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֗R חR ܗR R R o            f            f            f                                                                                                                                                	  $If   gd_    kd`C> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R R R R R o            f            f            f                                                                                                                                                	  $If   gd_    kdC> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R R 
R R R o            f            f            f                                                                                                                                                	  $If   gd_    kd<D> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R R  R (R 4R o            f            f            f                                                                                                                                                	  $If   gd_    kdD> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4R 5R =R DR IR o            f            f            f                                                                                                                                                	  $If   gd_    kdE> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at IR JR RR YR eR o            f            f            f                                                                                                                                                	  $If   gd_    kdE> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at eR fR gR hR 	R 
R aR bR R R R R R o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdE> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R R R R R R R OR ZR QR bR ۱R R R R  R ,R 0R LR PR QR fR R R R R R R ۴R ܴR 
R R R R R R R R ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %R R R R NR OR R R 8R R R R R TR ޣR ߣR yR R R NR OR pR }R R R R R                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  R ƨR רR R R R 
R  R 7R NR OR ZR R R (R )R R R }R ~R QR bR R R R GR uR R ҰR                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ҰR ӰR R lR ۱R ܱR R R  R LR PR QR [R fR R R R                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  R R                                        kdF> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R ܴR R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  R R                                        kd1H> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R [R gR R R R R &R _R iR R R R                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
R R R 2R |            s            s                                                                                                                                                                                           	  $If   gd_   kdI> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R 1R 2R 3R 5R AR ER aR bR wR R R R R R ˷R R R R R R R !R R R ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 2R 3R 4R 5R aR bR lR wR R R |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd?J> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  R R                                        kdJ> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  R R                                        kdML> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R !R `R lR R R R "R R R !R "R                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  R !R #R 3R 4R :R AR BR CR DR YR R R R R R R κR ϺR R R R R R R ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    "R #R 4R BR |            s            s                                                                                                                                                                                           	  $If   gd_   kdM> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BR CR DR NR YR R R R |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[N> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R                                        kdO> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R ϺR R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  R R                                        kdiP> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R DR PR wR R R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  R R R R R R R %R &R 'R (R )R 5R 9R TR UR jR R R R R R R ߽R R R 	R ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    R R R &R |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &R 'R (R )R UR _R jR R R R |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdwR> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kd1S> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R 	R 
R R 
R                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  	R 
R R R R R R R R R R R R ¿R R R R 	R 
R R 7R 8R BR aR bR cR îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
R R                                        kdT> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R VR bR R R R R NR R R R                                                                                                                         f                           kdU> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  R R R R R R ¿R R R 	R                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdV> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		R 
R                                        kdMW> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
R 8R bR cR dR fR gR                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  cR dR hR qR R R R R R R R R R R YR sR uR vR R R R R R R R R п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  gR hR                                        kdX> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hR qR R R R R 1R `R }R R R R                                                                                                                         f                           kdY> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  R R R R R YR vR R R R                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdZ> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  R R                                        kdi[> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R  R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  R R R R R !R "R #R $R ZR [R \R lR mR R R R R R R R R R R R ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 R R                                        kd\> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R !R #R $R 5R tR R [R \R mR R                                                                                     s                                                                                              kd^> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
R R R R R R R R R R R 3R kR R |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd^> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R R R 2R FR jR ~R R R  R R VR WR lR R R R R R R R R R R R R R R R GR HR bR kR wR õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !R R VR WR aR lR R R R                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  R R                                        kd_> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R "R 5R HR JR aR                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  aR bR                                        kd`> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bR kR R R R R R )R VR ]R eR                                                             f                                    [            [                     
  $If   gd_ K$  kd-b> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
wR R R R R (R )R ,R AR JR TR VR \R ]R dR fR {R |R R R R R R R R R R R R R R ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ eR fR |R R R R                                     R            I                                                                     	  $If   gd_ Q  kdtc> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdb> $If   K$L$l 0                                     
t                              4   4 
l a   R R R R R  R R &R 'R (R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R %R &R )R 2R UR R R R R R R R R R R R R R +R -R 3R 4R 5R ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J (R )R                                        kdd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )R 2R UR R R R R R R R R                                                             f                                    [            [                     
  $If   gd_ K$  kdf> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
R R R ,R -R .R /R                                     R                                                                                              Q  kdVg> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdf> $If   K$L$l 0                                     
t                              4   4 
l a   /R 0R 1R 2R 3R 4R                                     R            I                                                                     	  $If   gd_ Q  kdph> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg> $If   K$L$l 0                                     
t                              4   4 
l a   4R 5R ]R ~R R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdh> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5R MR WR XR YR [R \R ]R ~R R R R R R R R {R R R R R R R R R /R 8R OR R R ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ R R                                        kdi> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R R R R R R R R                                                                                     Y                                          kdk> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
R R R R R R R R R R R 2R LR TR iR ~R R R                                                                                                                                                                                                                      	  $If   gd_  S  kdk> $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ R R R R R 	R 
R R #R -R .R /R 1R 2R 3R RR SR R R R R R R R R R R R ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  R R R R R 	R 
R                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdWl> $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
R R 3R SR xR R R R R |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdl> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R                                        kdm> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R CR R R R R R R $R                                                             f                                    [            [                     
  $If   gd_ K$  kdn> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
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 8R R lR ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 $R %R -R BR WR iR R R R R R R R R %R ?R YR iR                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdo> $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   iR R R R R                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdCp> $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R R R R R ,R -R .R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdp> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.R /R                                        kdq> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /R 8R R R "R kR 	R 
R R R R pR                                                                                                 f                                                   kdr> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  lR R 
R R R R R oR pR qR R R R R R R R R R R R R R þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ pR qR R R R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kdWt> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R 1R zR R R R R ,R                                                                                                 Y                              kdu> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
R R R 0R 1R zR R R R R +R ,R ~R R R R R R R R R R R R R R νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ,R R R R R R R R R R R R             s                                                                                                                                                                 kdev> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  R R                                        kdw> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R &R R "R fR R NR OR PR aR R                                                                                     Y                                          kdsx> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
R &R R R LR NR OR PR `R aR R R R R R R =R ?R @R AR QR RR R R R R R R R R R R ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 R R R R R R R R 
R $R >R NR hR R R R R                                                                                                                                                                                                         	  $If   gd_  S  kd-y> $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R R 
R $R >R ?R @R                                                                                                                                                                                                                                                 	  $If   gd_  S  kdy> $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @R AR RR R |            s            s                                                                                                                                                                                           	  $If   gd_   kdQz> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R R R R R R .R /R 0R |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{> $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
R R R R -R .R 1R :R R R R R R R R R R `R R R R R R R R R R ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  0R 1R                                        kd{> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1R :R R SR R R 6R R R R R                                                                                                 f                                                        kd'}> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
R `R R R R R R 
R R 4R FR `R zR R R                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd}> $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  R R R R R R R 1R CR ]R wR R R R R R R                                                                                                                                                                                                                            S  kds~> $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R R R &R 9R LR _R rR sR tR             s                                                                                                                                                                 kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  R R R R R 
R R R R R R %R &R qR rR uR ~R BR qR rR R R LR MR 2R GR R R R R R R Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ tR uR                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uR ~R BR R R MR R R IR R R R R R R @R R R R R 6R bR R R R                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  R R R R R 5R R R R R R R R  R DR JR KR SR UR R R R R ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   R R  R DR KR TR |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       TR UR ]R rR R R R R R R 
R 'R 8R RR cR }R R R                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd́> $If   K$L$l 0                     x                
t                                4   4 
l a   R R R R R 
R R 5R OR `R zR R R R R                                                                                                                                                                                                                   	  $If   gd_  S  kd_> $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R R R R 
R R 0R 1R 2R |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd> $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
R R R R R R R R R /R 0R 3R <R R &R R DR YR R R R R 'R <R R R R R R AR ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2R 3R                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3R <R R R \R R R LR R ?R R R =R \R {R R R R R 6R 7R                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  AR TR `R sR R R R R R R R -R 5R 6R 7R 8R HR IR R R R R R R R R R  R 
R R R ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  7R 8R IR R R R |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R R R R R R R R 3R DR [R rR R R R R R                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdǅ> $If   K$L$l 0                                     
t                                4   4 
l a   R R R R  R R )R @R WR hR R R R R R R R                                                                                                                                                                                                                            S  kdY> $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R R R $R 7R JR ]R pR rR sR             s                                                                                                                                                                 kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  R R R #R $R oR pR tR }R R R WR R )R R R R $R xR  S _ S t S %S S RS S MS bS 
S S S S S S 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !sR tR                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tR }R R WR )R R %R _R R R &R DR vR  S  S S S eS fS mS 	S 
S                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  
S JS S S S S 'S FS eS S S S                                                                                                             f                                       kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  S S +S >S JS ]S iS |S S S S S S S S S S  S S S 	S S /S DS ES FS ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  S S S S  S S S S             s                                                                                                                                                                                     kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S 	S                                        kdm> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	S S S AS cS S S S S S S 0S ES                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ES FS WS S S |            s            s            s                                                                                                                                                                          	  $If   gd_   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       FS VS WS S S S S S S S S S S 
S 
S S 'S JS ^S S S S S S ,S S S S %S S S S S ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  S S S S S 
S 
S 
S S KS S S S |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd{> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S nS oS S h
S i
S (S )S S S %S S S S S 0S hS S S SS TS ^S iS S S S                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  S S S /S CS gS {S S S S S SS TS iS S S S S S S S S S S S S S S  S S S %S &S *S 3S {S S S S S S õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (S S                                        kd5> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S  S S &S (S )S                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  )S *S                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *S 3S {S S S S !S ;S rS S S S                                                                                                             f                                       kdݏ> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  S S S S S S S S )S +S ,S             s                                                                                                                                                                      kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
S S S S S S S S S S S S S (S )S -S 6S wS xS S S S S 
S S S 'S 1S 2S 6S 7S 8S JS KS ]S ^S S S ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %,S -S                                        kdQ> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -S 6S TS xS S S 
S S                                                 f                                                                                                                       kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  S S 7S 8S KS ^S qS S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S US VS WS gS hS iS jS S S S S S S S S S S S S S S S S S S S  S !S 1S 2S 3S 4S AS 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %S S S S VS WS hS iS                                                 f                                                                                                                       kdm> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  iS jS S S S S S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S  S !S 2S 3S                                                 f                                                                                                                       kd5> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  3S 4S 5S fS S S S S LS DS ES yS S |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       AS ES fS S S S S 'S +S LS S ES yS S S S S S )S *S =S OS PS nS oS S S S S S S 6S ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  S S *S oS S S 7S ~S S "S #S $S .S 9S lS vS S                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6S JS }S S S S !S #S $S 9S kS lS vS S S S S S S S S S S S S S S !S *S +S :S շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\S S                                        kd> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               S S S S S S S 
S  S                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   S !S                                        kd> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               !S *S S S S S S KS S S S S                                                                                                 f                                                   kdQ> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  :S S S S 2S BS KS RS XS S S S S S S S S S S S S S S S S  S  S  S  S ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S S S S S  S  S  S                                                             R            I                                   	  $If   gd_ Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$  S  S - S . S A S T S g S z S | S } S  S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd%> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 S  S ' S ( S , S - S . S @ S A S S S T S y S z S  S  S  S  S !S !S !S !S "S "S "S N"S W"S ^"S d"S u"S v"S ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  S  S                                        kdߞ> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                S  S !S '!S X!S u!S !S !S !S !S "S "S 1"S W"S v"S w"S                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  v"S w"S x"S "S "S "S "S "S "S "S "S "S "S "S "S #S #S #S #S #S /#S 9#S :#S >#S ?#S @#S R#S S#S e#S f#S #S #S #S пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  w"S x"S "S "S "S "S |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd3> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "S "S "S #S #S #S                                     R            I                                                                     	  $If   gd_ Q  kdz> $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a   #S #S ?#S @#S S#S f#S y#S #S #S #S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#S #S                                        kd> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               #S #S $S 0$S j$S |$S $S $S $S %S N%S R%S S%S T%S                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
#S #S #S #S $S $S $S $S $S $S $S %S %S %S %S %S M%S N%S Q%S R%S S%S T%S U%S e%S f%S i%S ~%S %S %S %S زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 T%S U%S f%S %S |            s            s                                                                                                                                                                                           	  $If   gd_   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %S %S %S %S %S %S %S %S %S %S %S %S %S &S 	&S 
&S &S &S &&S &S &S 3'S 7'S y'S 'S 'S 'S (S (S ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %S %S %S %S %S %S %S 	&S &S &S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdϤ> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&S 
&S                                        kd> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
&S &S &S &S 4'S g'S 'S 'S 'S 'S (S :(S |(S }(S                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
(S "(S 1(S 9(S :(S A(S G(S {(S |(S }(S ~(S (S (S (S (S (S (S (S (S (S (S (S (S 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  }(S ~(S (S (S |            s            s                                                                                                                                                                                           	  $If   gd_   kdݦ> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (S (S (S (S (S (S ")S )S *S *S E*S *S *S *S |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
(S (S (S ")S )S *S *S *S E*S *S *S *S *S +S +S ,S ],S ^,S j,S n,S ,S ,S *-S 6-S :-S b-S 4/S b/S n/S r/S /S P0S Q0S 0S 0S 0S 0S 0S 1S %2S &2S <2S @2S l2S 3S 3S 3S 4S t4S 4S 
5S F5S 5S ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4*S +S +S ,S ,S ],S ^,S ,S ,S )-S *-S b-S 4/S a/S b/S /S Q0S 0S 0S 0S s1S t1S 1S 1S 1S 1S 1S %2S &2S l2S                                                                                                                                                                                                                                                                                                                                                                   gd_  l2S 3S 3S 4S t4S 4S 
5S F5S 5S 5S 6S v6S w6S 6S 6S 6S 6S 6S 6S                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  5S 6S 6S u6S v6S 6S 6S 6S 6S 6S 6S 6S 6S 7S 7S 7S 7S U7S 7S 7S 8S j8S 8S 8S 8S (9S )9S M9S 9S 9S 9S 9S 9S 9S :S ;S ;S Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $6S 6S 6S 6S 6S 6S 6S 6S 6S M            H            H            H            H            H            H            H                   gd_   kdQ> $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   6S 6S 6S 6S 6S 6S 7S 	7S                                                 _            V            V                                                             	 $If   gd_    kd> $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  	7S 
7S 7S 7S                                                                                                                                                                                                                                                          	 $If   gd_  o  kdĩ> $$If   l       0   T# T                 .                
t  0                                                              4 
l al  7S 7S 7S $7S (7S ;7S C7S O7S                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kda> $$If   l       0   T# T                 .                
t  0                                                              4 
l al  O7S P7S U7S 7S 7S 2            )            )            )                      	 $If   gd_    kd> $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     7S 7S 7S 7S 8S 8S d8S             [                                                                                                                                           kd+> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  d8S e8S j8S 8S 8S 8S d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8S 8S 8S )9S -9S G9S d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G9S H9S M9S 9S 9S 9S d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9S 9S 9S 9S 9S :S d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdO> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :S :S :S :S k:S p:S |:S d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  |:S }:S :S :S n            e            e                                                                                                                                                               	 $If   gd_    kd> $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           :S :S :S :S                                                                                                                                                                                                                                                	 $If   gd_  t  kd> $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  :S :S :S :S :S :S :S :S :S                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdS> $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  :S :S                                             kd> $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          :S :S :S :S :S :S :S :S                                                             A                                  kdI> $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  :S :S :S :S :S :S :S :S                                                 A                                              kd(> $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  :S :S :S :S :S :S ;S                                     A            <            7                  gd_    gd_    kd> $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ;S ;S ;S ;S ;S ;S ;S <S 
<S !<S #<S                                                                                                                                                                                                                                              E  kd> $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
;S ;S ;S ;S ;S ;S <S 
<S #<S $<S &<S '<S 5<S 6<S C<S D<S c<S d<S f<S g<S <S <S <S <S <S <S <S <S <S <S <S <S <S <S 	=S =S v?S w?S ?S ?S ?S ?S ?S ?S 󽬗n  h
 h_ CJ OJ QJ ^J aJ  /j> hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +#<S $<S %<S &<S '<S /<S 5<S                                     a                                                                                                                             E  kd> $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE> $$If   l 0 
" R                                                           4 
l a   5<S 6<S ?<S C<S D<S W<S c<S                                     a                                                                                                                             E  kdb> $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd> $$If   l 0 
" R                                                           4 
l a   c<S d<S e<S f<S g<S y<S <S                                     a                                                                                                                             E  kd > $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd> $$If   l 0 
" R                                                           4 
l a   <S <S <S <S <S <S <S                                     a                                                                                                                             E  kd޹> $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd> $$If   l 0 
" R                                                           4 
l a   <S <S <S <S <S <S <S                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd=> $$If   l 0 
" R                                                           4 
l a   <S <S <S <S <S <S l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd> $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   <S <S <S <S 	=S =S =S >S >S ?S ?S l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdZ> $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
?S @S @S @S @S @S @S @S @S @S @S @S 4AS 5AS AAS BAS AS AS AS AS AS AS AS AS BS BS )BS *BS iBS kBS lBS xBS yBS ES ES ES 7IS :IS OIS oIS IS IS IS IS RJS SJS eJS fJS JS ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /j> hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 0?S @S @S @S 5AS BAS AS AS AS AS                                                                                                                                                                                                                                                       S  kd> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	AS AS AS BS BS *BS jBS                                     N                                                                                       S  kd
> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdx> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   jBS kBS lBS yBS BS HCS DS DS DS DS ES ES ES xFS FS DGS GS HS zHS                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   zHS {HS :IS IS IS IS 4JS RJS SJS fJS KS KS KS LS MS MS MS MS MS MS MS OS OS PS PS QS QS MQS                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  JS JS JS JS KS KS KS LS LS MS NS  OS OS PS PS PS MQS cQS gQS tQS uQS QS QS QS QS 
RS RS RS +US ,US 7US 8US 9US =US >US {US |US US ܮ{shsss                   j> h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %MQS YQS hQS tQS uQS QS QS RS                                     j                                                                                                                                           kd.> $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  RS RS  RS iRS nRS RS SS SS (SS SS SS s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd> $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
SS )TS TS TS @US US US US US VS VS WS WS IYS JYS  ZS ZS ZS ZS ZS ZS [S d\S ]S ]S *^S +^S                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  US US US US US US US US VS WS YS YS ZS ZS ZS ZS ZS ZS ZS ZS ZS ZS ZS ZS ZS ZS {[S [S \S \S ]S *^S _S _S ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j> hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujy> h_ U !+^S _S _S _S _S _S _S                                                 e                                                                                                                        F  kd> $$If   l   l '{6    4   4 
l a] p
        F  kdG> $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  _S _S _S _S _S _S _S _S _S `S `S :`S ;`S Q`S R`S m`S n`S `S `S `S `S `S `S `S `S `S `S aS aS ;aS <aS =aS >aS ?aS cS cS *cS cS cS cS 
dS dS dS dS dS eS eS eS eS 1fS PfS fS ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3_S _S _S _S _S _S _S                                                             5            v  kd> $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd-> $$If   l   l '{6    4   4 
l a] p
         _S _S _S _S _S _S _S _S                                     t                                                                                                                                                             v  kdE> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  _S _S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S 3`S 5`S :`S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :`S ;`S I`S K`S Q`S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q`S R`S e`S g`S m`S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m`S n`S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S `S `S `S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `S `S aS aS aS                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         aS aS aS  aS ;aS                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;aS <aS =aS >aS ?aS cS cS *cS rcS cS cS cS dS !dS UdS                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdI> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         UdS idS dS dS dS dS 0eS NeS eS eS eS eS eS 2fS QfS fS fS fS fS fS gS gS gS gS gS hS hS ,hS _hS `hS                                                                                                                                                                                                                                                                                                                                                                   gd_  fS fS fS fS fS fS gS gS gS hS FhS ^hS ~hS hS hS hS hS $iS PiS {iS iS iS +jS ,jS 6jS @jS AjS gjS hjS jS jS jS пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  `hS ~hS hS hS hS hS hS hS hS $iS :iS PiS fiS |iS }iS iS iS iS iS ,jS 6jS @jS                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @jS AjS                                     kd> $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               AjS hjS jS jS jS jS jS jS jS jS                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	jS jS jS jS jS jS jS jS jS kS kS kS kS kS kS kS kS kS kS kS kS kS mS mS )mS *mS ImS JmS KmS LmS qmS Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ jS jS                                     kdK> $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               jS kS #kS $kS 8kS 9kS ]kS ykS zkS kS kS kS kS kS                                                                                                                                     q                            kd> $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
kS kS kS kS kS kS kS kS kS             q            l                                                                                                                                                       gd_    kd_> $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  kS kS                                     kd> $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               kS kS lS lS 0lS 1lS KlS glS hlS zlS lS lS lS lS mS mS mS                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  mS mS *mS JmS z            q            q                                                                                                                                                                                       	  $If   gd_    kds> $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       JmS KmS LmS smS tmS umS vmS wmS z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd0> $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       qmS rmS smS xmS mS 	nS nS nS nS ;nS <nS >nS jnS knS pnS ynS nS nS nS nS oS &oS xoS zoS oS oS oS oS oS oS oS pS ZpS [pS pS ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "wmS xmS                                     kd> $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               xmS mS mS mS mS mS mS mS mS 
nS nS nS <nS                                                                                                             q                                                         kdD> $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  <nS =nS >nS knS lnS mnS nnS onS z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd> $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       onS pnS                                     kd> $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               pnS ynS nS nS xoS yoS zoS oS oS                                                             q                                                                                                                             kd> $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  oS oS oS oS oS [pS pS pS pS pS pS z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd> $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
pS pS pS pS pS pS pS qS qS #qS $qS QqS fqS gqS qS qS :rS sS  sS 0sS 1sS sS sS sS sS sS sS sS sS sS sS sS sS QtS atS btS ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #pS pS pS qS                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  qS qS                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qS $qS QqS gqS iqS qS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  qS qS                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qS qS <rS =rS yrS zrS rS rS sS  sS 1sS sS sS                                                                                                 s                                                                        kdE> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  sS sS sS sS sS sS sS |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sS sS                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sS sS PtS QtS btS tS                         s                                                                                                                                                                                   kd
> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  btS tS tS tS tS tS tS tS tS 7xS 8xS OxS xS xS yS .yS yS yS zS 1zS zS zS :{S Y{S {S {S |S 
}S w}S }S ~S %~S ~S ~S  S ?S S =S S S -S LS S ɁS S S о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -tS tS tS tS tS tS tS UuS VuS uS uS uS uS uS |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
uS uS "vS 9vS QvS hvS vS vS vS wS LwS MwS 7xS 8xS OxS dxS xS xS xS                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  xS xS xS xS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xS xS xS xS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xS xS xS xS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xS xS xS xS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xS xS xS yS yS -yS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -yS .yS 9yS >yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >yS ?yS IyS NyS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NyS OyS ZyS _yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _yS `yS jyS oyS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oyS pyS qyS yS yS yS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yS yS yS yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yS yS yS yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yS yS yS yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yS yS yS yS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yS yS yS zS  zS 0zS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0zS 1zS <zS AzS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AzS BzS LzS QzS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QzS RzS ]zS bzS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bzS czS mzS rzS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rzS szS tzS zS zS zS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zS zS zS zS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zS zS zS zS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zS zS zS zS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zS zS zS zS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zS zS zS :{S H{S X{S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X{S Y{S d{S i{S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i{S j{S t{S y{S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y{S z{S {S {S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {S {S {S {S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {S {S {S {S {S {S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {S {S {S {S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {S {S {S {S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {S {S  |S |S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |S |S |S |S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |S |S |S |S |S |S |S }S                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S 
}S }S }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S (}S -}S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -}S .}S 9}S >}S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >}S ?}S I}S N}S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N}S O}S P}S w}S }S }S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S }S }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S }S }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S }S }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S }S }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S }S }S ~S ~S $~S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $~S %~S 0~S 5~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5~S 6~S @~S E~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E~S F~S Q~S V~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V~S W~S a~S f~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f~S g~S h~S ~S ~S ~S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S ~S ~S ~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S ~S ~S ~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S ~S ~S ~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S ~S ~S ~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S ~S ~S  S .S >S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >S ?S JS OS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OS PS ZS _S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _S `S kS pS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pS qS {S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S S S ,S <S                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdf> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <S =S HS MS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MS NS XS ]S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]S ^S iS nS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nS oS yS ~S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~S S S S S S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S ɀS ΀S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΀S πS ـS ހS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ހS ߀S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S  S S -S ;S KS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KS LS WS \S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \S ]S gS lS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lS mS xS }S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }S ~S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S S ȁS                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȁS ɁS ԁS فS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   فS ځS S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S 
S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
S S S 0S PS uS S S S S S S S "S S                                                                                                                                                                                        gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S "S =S S ܃S S S S S 6S 7S AS KS LS ~S S S S S S S τS ؄S S S S S ΆS Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  S S ܃S S S S S 7S AS KS                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	KS LS                                        kd1> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               LS S S S S ΄S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ΄S τS                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               τS ؄S ,S -S MS NS S S 1S VS fS wS S S S                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  S S S S (S AS ZS S |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ΆS φS S S S S S S S S S S S ߇S S S S jS lS |S }S 3S 4S 7S HS `S ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j ? h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  S S S ߇S S S S |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S 4S 5S S S S 
S #S =S RS jS kS                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  kS lS }S 4S |            s            s                                                                                                                                                                                           	  $If   gd_   kd&? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4S 5S 6S 7S `S S S $S 6S HS IS 8S 9S |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `S S S #S $S GS HS IS gS S S S %S 7S 9S NS S S S S S S S S S S S S эS ԍS LS MS pS rS S S S ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $9S CS NS S S S                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S `S aS pS S S S 8S S ƎS S 
S *S LS MS qS                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  qS rS S ԏS *S S ÐS S |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdB? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S ÏS ďS ӏS S *S OS S S S S S S 	S S 0S WS S S S S S ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j? h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  S S S 	S /S 0S S S S S S S |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S DS ES OS YS ZS S S S S S S ƒS 1S ?S |S S S S S S ˓S ̓S S S S S ,S >S ?S JS ~S ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !S S ES OS YS                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  YS ZS                                        kd;	? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ZS S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S S                                        kd
? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S ƒS 'S (S HS IS S S S S ̓S                                                                                                 Y                              kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
̓S S S S S JS S S 9S :S љS ޙS             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~S S S S S S S S S S љS ޙS 
S S WS iS 7S JS S S S S 8S 9S ;S <S S S S S S HS S S S S S S kS S S S S S #S $S ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j? hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jW
? hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ޙS 	S 
S S aS bS "S #S VS WS iS ϟS ПS 6S 7S LS S 9S <S S S S S S S #S 5S                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  5S HS IS NS VS [S             f                                                                                                                                                                      kd
? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  [S \S aS iS uS o            f            f            f                                                                                                                                                	  $If   gd_    kd,? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at uS vS {S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kdv? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S ǥS ӥS o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ӥS ԥS ܥS S S o            f            f            f                                                                                                                                                	  $If   gd_    kdR? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S S  S S S S TS US S o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd.? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $S 'S (S S S S S S S S S zS S S S S S S S S S S 7S 8S BS LS MS YS zS {S S S S S S S S S ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %S S 6S 7S S S S S ׬S S S S S S }S ~S S S S S S S S )S 6S CS TS                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  TS eS vS S S S S S ֶS S S S )S *S ǸS ȸS IS JS S S S S 6S S S S S AS qS                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  qS rS S S zS {S S S S S S S S S 8S BS LS                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  LS MS                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MS {S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S S                                        kdk? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S -S TS S S S S S -S S S                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
S S S S |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S S S S  S S S HS IS SS ]S ^S jS S S S S S S S HS S ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 S S S S  S S S S IS SS |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdy? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SS ]S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ]S ^S                                        kd3? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^S S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S 2S ]S S S GS S S S                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  S S S S S S S S S S S *S +S 5S ?S @S LS mS nS S S S S S ,S ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    S S S S |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S +S 5S ?S |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?S @S                                        kdO? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @S nS S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S AS S S +S S S S                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ,S S S S S S S S S S S S S S S S 	S ;S <S FS PS QS ]S ~S S S S ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    S S S S |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S S 	S <S FS PS |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	PS QS                                        kdk? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QS S S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  S S S S )S +S ;S <S BS IS JS KS LS aS S S S S S S S S S  S S S îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  S S                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S (S VS S S S )S *S +S                                                                                                                         f                           kd!? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  +S <S JS KS LS VS aS S S S                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd!? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	S S                                        kd"? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  S S S S S S S S S S S S S S S S S S *S \S ]S gS qS rS ~S S п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  S S                                        kd#? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S OS [S S S S S S SS S S                                                                                                                         f                           kd/%? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  S S S S S S S S *S ]S                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd%? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	]S gS qS                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  qS rS                                        kd&? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rS S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S S S S S S S S S S S S S S >S ?S @S AS BS CS OS SS sS YS lS ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 S S                                        kd'? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S S IS S S S >S                                                                                     s                                                                                              kdK)? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
>S ?S @S AS BS CS sS $S %S YS S S 
S QS |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd*? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
lS S S S S 	S S PS dS S S S S S =S >S HS RS SS kS uS vS wS zS {S S S S S S S S 
S S õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !QS S S S  S S >S HS RS                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  RS SS                                        kd*? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               SS {S S S S S S S  S                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   S S                                        kd,? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S 
S uS S S S S S S S S                                                             f                                    [            [                     
  $If   gd_ K$  kdg-? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
S uS S S S S S S S S S S S S S S S S *S ,S -S .S FS PS QS RS TS US VS xS yS ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S S S +S ,S -S                                     R            I                                                                     	  $If   gd_ Q  kd.? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!.? $If   K$L$l 0                                     
t                              4   4 
l a   -S .S VS yS S S S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;/? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yS S S S S S OS PS QS RS bS cS S S S S S S S S S S S S ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J S S                                        kd/? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S "S PS QS RS cS S S S                                                             f                                    [            [                     
  $If   gd_ K$  kdI1? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
S S S S S S S                                     R                                                                                              Q  kd2? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd2? $If   K$L$l 0                                     
t                              4   4 
l a   S S S S S S                                     R            I                                                                     	  $If   gd_ Q  kd3? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3? $If   K$L$l 0                                     
t                              4   4 
l a   S S S S S CS VS iS jS kS |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd74? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S S S S S S S S S hS iS lS uS fS gS S 3S MS NS OS PS `S aS bS S S S S $S ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ kS lS                                        kd4? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lS uS S TS gS MS NS OS PS aS S                                                                                     Y                                          kdE6? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
S %S .S /S 7S LS aS sS S S S S S S S S /S IS                                                                                                                                                                                                                      	  $If   gd_  S  kd6? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ $S %S -S /S S S S S S S S S S S S S S <S =S @S IS US S >S US VS WS XS ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  IS cS sS S S S S                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd7? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S S S S S *S =S >S ?S |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd#8? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?S @S                                        kd8? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @S IS S S VS WS XS iS S S S                                                             f                                    [            [                     
  $If   gd_ K$  kd1:? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
XS hS iS S S S S S S S ;S =S >S ?S WS aS bS cS eS fS gS tS ~S S S S S S ]S S ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 S S S S S S "S <S LS fS S S S S S S S S                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd:? $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   S "S <S =S >S                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd};? $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  >S ?S gS S S S S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd<? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S                                        kd<? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S ]S zS S 
S S S S S S S                                                                                                 f                                                   kd>? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  S S S S S S S S S S (S 2S 3S 4S 6S 7S 8S PS QS S S S S þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S S 8S QS vS S S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd>? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S                                        kd?? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S eS S S S S S S S S                                                                                                 Y                              kd@? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
S dS fS S S S S S S S S S S S S 7S AS BS CS ES FS GS HS S S S νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  S S S GS HS mS S S S S S S             s                                                                                                                                                                 kdA? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S                                        kdYB? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S NS S S S  S SS                                                                                     Y                                          kdC? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
S S S NS S S S S S  S SS TS ZS [S cS eS S S S S S S CS DS ES ]S gS hS iS kS lS mS ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 SS TS [S dS eS mS S S S S S S S !S )S >S SS                                                                                                                                                                                                         	  $If   gd_  S  kdgD? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  SS eS S S S S S S S                                                                                                                                                                                                                                                 	  $If   gd_  S  kdD? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S S S DS |            s            s                                                                                                                                                                                           	  $If   gd_   kdE? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       DS ES mS nS S S S S S S S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdEF? $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
mS nS S S S S S S S S S S S S S S S S ES yS {S S S S S S S ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  S S                                        kd
G? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S .S BS S S S S S                                                                                                 f                                                        kdaH? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
S S {S S S S S S S S S S S *S DS                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdI? $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  DS ^S oS S S S S S S S S 'S AS [S lS S S                                                                                                                                                                                                                            S  kdI? $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S S S S S S S S S S S S             s                                                                                                                                                                 kd?J? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S S S S S S S S S S S S S S S S S S S 7S 8S S S S S S S S S S S Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ S S                                        kdJ? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S 8S S S S rS S =S S BS S S S S .S ES uS S S S -S YS S                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  S S S S S S ]S pS tS S S S S S S S S S S CS ES FS GS ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   S S S S S S |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdML? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S &S ;S MS gS S S S S S S S S $S 9S                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM? $If   K$L$l 0                     x                
t                                4   4 
l a   9S NS cS uS S S S S S S S *S DS ES FS                                                                                                                                                                                                                   	  $If   gd_  S  kdM? $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  FS GS oS pS S S S S S S S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd+N? $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
GS _S iS jS nS oS pS S S S S S S S S  T  T  T YT nT JT _T T T ~T T T T T T ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ S S                                        kdN? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S  T  T qT ~T T bT T T T T T T ?T VT uT T T T                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  T T T T ZT mT yT T T T T T T T T T T T ,T 2T 3T ;T =T T T T T T T T T ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  T T T ,T 3T <T |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdGP? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <T =T ET WT iT {T T T T T T T T "T 8T IT `T aT                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdQ? $If   K$L$l 0                                     
t                                4   4 
l a   aT iT {T T T T T T T T T 5T FT \T mT T T                                                                                                                                                                                                                            S  kdQ? $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T T T T T T T T T T T T             s                                                                                                                                                                 kd%R? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T T T T T T T T T .	T `	T 	T (
T 
T )T ET T T 
T 
T 
T T T mT T T T T T -T @T LT _T T 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !T T                                        kdR? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T .	T 	T 
T FT T T IT hT T T 
T 
T PT oT T T T T T T                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  T T )T HT gT T T T T #T $T 5T                                                                                                             f                                       kd3T? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  T T T T T T T T "T $T 4T 5T xT yT zT T T T T T T T T T T T ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  5T yT zT T T T T T             s                                                                                                                                                                                     kdT? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T T                                        kdU? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T T T $T FT GT iT T T T T                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  T T T )T NT |            s            s            s                                                                                                                                                                          	  $If   gd_   kdV? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T MT NT OT PT QT ]T aT eT lT T qT T T T T T !T 5T hT |T T T T T T T T "T VT iT ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  NT OT PT QT T ;T =T qT T T "T iT T |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdW? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T 
T T `T T T T T T T T !T "T VT T T T NT T T T T T ;T ET OT                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  iT T T T T T T MT aT T T T T T :T ;T ET OT PT hT rT sT wT xT yT T T T T T T T T T T  T >!T ?!T @!T P!T Q!T õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (OT PT                                        kdoX? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PT xT yT T T T T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  T T                                        kdY? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T  T = T t T  T  T  T !T ?!T @!T Q!T                                                                                                             f                                       kd[? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Q!T R!T S!T {!T |!T !T !T !T !T !T !T             s                                                                                                                                                                      kd[? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Q!T R!T S!T k!T u!T v!T z!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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %!T !T                                        kd\? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !T !T !T "T "T "T "T "T                                                 f                                                                                                                       kd]? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  "T "T "T "T "T "T #T ##T %#T &#T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&#T '#T                                        kdS_? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ##T '#T 0#T q#T r#T #T #T #T $T $T $T 	$T !$T +$T ,$T 0$T 1$T 2$T D$T E$T W$T X$T }$T ~$T $T $T $T $T 1%T 2%T %T %T %T %T %T %T %T %T 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %'#T 0#T N#T r#T #T #T $T $T                                                 f                                                                                                                       kd`? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $T 	$T 1$T 2$T E$T X$T k$T ~$T $T $T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaa? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$T $T                                        kdb? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $T $T $T 2%T %T %T %T %T                                                 f                                                                                                                       kdoc? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  %T %T %T &T &T &T &T &T &T 'T 'T (T Z(T |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd)d? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %T %T &T &T &T &T &T &T &T &T E'T 'T (T +(T Z(T m(T (T (T (T (T (T (T (T 
)T )T !)T O)T b)T )T )T )T )T ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Z(T (T (T )T O)T )T )T *T l*T *T *T *T *T *T +T +T +T                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  )T )T *T 0*T k*T *T *T *T *T *T 
+T +T +T +T  +T 8+T B+T C+T G+T H+T I+T Q+T n+T +T +T +T +T +T +T +T +T շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\+T  +T                                        kdd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                +T H+T I+T n+T +T +T +T +T +T                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  +T +T                                        kd7f? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +T +T 8,T i,T {,T ,T ,T ,T ,-T --T >-T k-T                                                                                                 f                                                   kdg? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  +T 8,T ,T ,T ,T ,T ,T ,T ,T +-T ,-T --T =-T >-T A-T V-T _-T i-T k-T q-T r-T y-T {-T -T -T -T -T -T -T ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ k-T r-T z-T {-T -T -T -T -T                                                             R            I                                   	  $If   gd_ Q  kdh? $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdEh? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ -T -T -T -T -T -T .T .T .T .T 2.T |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_i? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
-T -T -T -T -T -T -T -T -T -T -T .T .T 3.T <.T =.T L.T .T x/T /T /T /T /T /T /T /T /T 0T 0T 0T ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2.T 3.T                                        kdj? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3.T <.T .T .T .T /T -/T @/T x/T /T /T /T /T /T 0T 0T                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  0T 0T 0T '0T (0T +0T 10T \0T b0T c0T j0T l0T u0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 0T 1T 1T *1T +1T /1T пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  0T 0T (0T \0T c0T k0T |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdmk? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k0T l0T 0T 0T 0T 0T                                     R            I                                                                     	  $If   gd_ Q  kdl? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'l? $If   K$L$l 0                                     
t                              4   4 
l a   0T 0T 0T 0T 0T 1T 1T +1T -1T .1T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAm? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.1T /1T                                        kdm? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               /1T 81T 1T 1T 	2T 2T V2T a2T 2T 2T 2T 2T 2T 2T                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
/1T 81T 91T H1T 1T V2T `2T a2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 2T 3T 3T 3T 3T &3T 03T 13T زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 2T 2T 3T 23T |            s            s                                                                                                                                                                                           	  $If   gd_   kdOo? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       13T 23T 33T K3T U3T V3T Z3T [3T \3T n3T o3T 3T 3T 3T 3T 3T 3T 3T 3T #4T $4T 4T 4T 5T 5T 5T 5T 5T 5T ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    23T 33T [3T \3T o3T 3T 3T 3T 3T 3T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	p? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3T 3T                                        kdp? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3T 3T $4T a4T 4T 5T 75T I5T 5T 5T 5T 5T 6T 6T                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
5T 5T 5T 5T 5T 5T 5T 6T 6T 6T 6T -6T .6T 16T F6T O6T Y6T Z6T [6T \6T ]6T ^6T 6T 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  6T 6T .6T [6T |            s            s                                                                                                                                                                                           	  $If   gd_   kdr? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [6T \6T ]6T ^6T 6T 6T 6T x7T 7T 7T 7T P8T 8T 8T |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdr? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6T 6T 6T 6T x7T 7T 7T 7T 7T P8T 8T 8T 8T 8T ;9T 9T 9T 9T 	:T 
:T 6:T :T :T :T :T ;T <T =T 
=T =T >=T =T =T *>T +>T 7>T ;>T ^>T ?T ?T ?T ?T ?T @T UAT AT AT AT BT PBT BT BT =CT ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  48T 8T ;9T 9T 9T 9T 9T 6:T :T :T :T ;T <T  =T =T >=T =T *>T +>T ^>T ?T ?T H?T ]?T y?T ?T ?T ?T ?T @T                                                                                                                                                                                                                                                                                                                                                                   gd_  @T UAT AT AT BT PBT BT BT =CT |CT CT DT DT !DT -DT <DT HDT [DT _DT                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  =CT CT CT DT DT !DT 7DT ;DT [DT ^DT _DT fDT gDT DT DT DT DT DT +ET ET ET 	FT ?FT @FT FT FT FT FT #GT $GT VGT GT GT GT GT HT dIT Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $_DT `DT aDT bDT cDT dDT eDT fDT gDT M            H            H            H            H            H            H            H                   gd_   kds? $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   gDT {DT DT DT DT DT DT DT                                                 _            V            V                                                             	 $If   gd_    kd)t? $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  DT DT DT DT                                                                                                                                                                                                                                                          	 $If   gd_  o  kdt? $$If   l       0   T# T                 .                
t  0                                                              4 
l al  DT DT DT DT DT DT DT DT                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdu? $$If   l       0   T# T                 .                
t  0                                                              4 
l al  DT DT DT +ET 0ET 2            )            )            )                      	 $If   gd_    kd8v? $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     0ET ET ET ET ET ET FT             [                                                                                                                                           kdew? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  FT FT 	FT @FT DFT FT d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd.x? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  FT FT FT FT FT FT d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdx? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  FT FT FT $GT )GT PGT d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdy? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  PGT QGT VGT GT GT GT d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdz? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  GT GT GT GT 
HT HT HT d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdR{? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  HT HT HT )HT n            e            e                                                                                                                                                               	 $If   gd_    kd|? $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           )HT *HT -HT 6HT                                                                                                                                                                                                                                                	 $If   gd_  t  kd|? $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  6HT 7HT 8HT IHT NHT VHT ]HT dHT pHT                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd}? $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  pHT qHT                                             kd*~? $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          qHT |HT HT HT HT HT HT HT                                                             A                                  kd? $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  HT HT HT HT HT HT HT HT                                                 A                                              kdb? $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  HT HT HT HT HT HT HT                                     A            <            7                  gd_    gd_    kdA? $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  HT eIT fIT IT IT IT IT IT IT IT                                                                                                                                                                                                                                                   E  kd ? $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	dIT eIT fIT lIT mIT IT IT IT IT IT IT IT IT IT IT IT IT JT JT JT JT 1JT 2JT JJT KJT bJT cJT dJT hJT iJT JT JT JT JT JT JT oKT MT MT  MT !MT 1MT 2MT 춥x                          /jR? hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *IT IT IT IT IT IT IT                                     a                                                                                                                             E  kdނ? $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd? $$If   l 0 
" R                                                           4 
l a   IT IT IT IT IT IT JT                                     a                                                                                                                             E  kd? $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=? $$If   l 0 
" R                                                           4 
l a   JT JT JT JT JT JT 1JT                                     a                                                                                                                             E  kdZ? $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd? $$If   l 0 
" R                                                           4 
l a   1JT 2JT =JT JJT KJT UJT bJT                                     a                                                                                                                             E  kd? $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd? $$If   l 0 
" R                                                           4 
l a   bJT cJT dJT eJT fJT gJT hJT                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdw? $$If   l 0 
" R                                                           4 
l a   hJT iJT vJT wJT JT JT l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdօ? $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   JT JT JT JT JT nKT oKT aLT bLT 9MT :MT l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd? $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
2MT 6MT 7MT ,NT -NT 8NT 9NT INT JNT NNT ONT QNT yNT zNT NT NT NT NT 'OT )OT 4OT 5OT |OT ~OT OT OT OT OT OT OT PT 	PT 
PT PT PT ST ST ST VT VT VT 
WT 2WT ;WT WT WT WT WT XT ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j? hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0:MT QNT ZNT zNT NT NT (OT )OT 5OT }OT                                                                                                                                                                                                                                                       S  kd ? $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	}OT ~OT OT OT OT OT PT                                     N                                                                                       S  kdD? $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd? $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   PT 	PT 
PT PT OPT PT QT QT RT RT ST ST ST TT qTT TT HUT UT VT                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd։? $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   VT VT VT 3WT WT WT WT WT WT XT jYT kYT |YT ZT ZT %[T G[T `[T |[T [T [T \T \T @^T A^T ^T ^T ^T                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  XT XT {XT |XT XT XT iYT kYT |YT ZT ZT ZT \T \T \T ?^T A^T `^T ^T _T _T _T _T c_T d_T y_T z_T _T _T _T bT bT bT bT bT bT bT cT cT %cT ۵۵۵ۭۜۋzrgrrr       jL? h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '^T ^T _T _T _T d_T z_T _T                                     j                                                                                                                                           kdh? $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  _T _T _T `T `T K`T `T `T `T 0aT maT s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdڊ? $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
maT aT bT bT bT .cT /cT zcT {cT dT  dT xeT yeT fT fT gT gT lhT mhT hT hT HiT jT IkT JkT kT kT                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  %cT &cT 'cT +cT ,cT /cT zcT {cT dT weT 9gT gT GhT HhT ShT ThT dhT ehT ihT jhT khT lhT mhT vhT hT hT iT "iT +jT KjT IkT kT 3mT 4mT ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j? hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj? h_ U !kT 4mT 8mT 9mT OmT PmT dmT                                                 e                                                                                                                        F  kd? $$If   l   l '{6    4   4 
l a] p
        F  kd? $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  4mT 9mT fmT mT mT mT mT mT mT mT mT mT mT mT mT nT nT (nT )nT EnT FnT gnT hnT nT nT nT nT nT nT nT nT nT nT nT pT pT pT )qT ^qT wqT qT qT qT @rT RrT %sT =sT rsT sT sT sT $tT ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3dmT emT fmT omT }mT mT mT                                                             5            v  kdڍ? $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdg? $$If   l   l '{6    4   4 
l a] p
         mT mT mT mT mT mT mT mT                                     t                                                                                                                                                             v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  mT mT mT mT mT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mT mT mT mT mT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdՏ? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mT mT mT mT mT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mT mT nT nT nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nT nT !nT #nT (nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd֑? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (nT )nT >nT @nT EnT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EnT FnT `nT bnT gnT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gnT hnT wnT ynT nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdד? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nT nT nT nT nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nT nT nT nT nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nT nT nT nT nT                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdؕ? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nT nT nT nT nT pT pT pT qT *qT ^qT xqT qT qT qT                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         qT rT ;rT SrT rT rT rT rT  sT >sT rsT sT sT sT sT #tT $tT %tT &tT HtT QuT RuT huT uT uT uT uT uT uT uT                                                                                                                                                                                                                                                                                                                                                                   gd_  $tT &tT 0tT FtT GtT HtT huT ~uT uT uT uT uT vT vT \vT }vT vT vT vT wT wT wT wT wT wT wT wT xT xT #xT $xT 7xT пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  uT vT *vT =vT >vT \vT vT vT vT vT vT vT wT wT wT wT wT wT wT wT wT wT                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  wT wT                                     kd.? $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               wT xT #xT $xT :xT PxT fxT |xT ~xT xT                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	7xT :xT OxT PxT exT fxT {xT |xT xT xT .yT 0yT @yT AyT `yT ayT byT cyT yT yT yT yT zT zT zT zT zT zT zT zT {T Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ xT xT                                     kd? $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               xT xT xT xT xT xT xT yT yT -yT .yT /yT 0yT AyT                                                                                                                                     q                            kdܙ? $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
AyT ayT byT cyT yT yT yT yT yT             q            l                                                                                                                                                       gd_    kd? $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  yT yT                                     kdV? $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               yT yT yT yT yT yT yT zT zT zT CzT \zT qzT zT zT zT zT                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  zT zT zT zT z            q            q                                                                                                                                                                                       	  $If   gd_    kd? $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       zT zT zT {T {T {T {T {T z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdj? $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       {T {T {T {T {T {T {T {T {T {T {T {T |T 	|T |T |T e|T q|T |T |T |T |T }T }T (}T )}T H}T I}T L}T V}T l}T }T }T }T ,~T ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "{T {T                                     kd'? $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               {T {T >{T ?{T S{T T{T v{T {T {T {T {T {T {T                                                                                                             q                                                         kd~? $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  {T {T {T 	|T 
|T |T |T 
|T z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd;? $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       
|T |T                                     kd? $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |T |T `|T a|T }T }T }T )}T I}T                                                             q                                                                                                                             kdO? $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  I}T J}T K}T L}T l}T }T -~T C~T D~T N~T Y~T z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd? $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
,~T -~T D~T Y~T ~T ~T ~T ~T ~T ~T ~T ~T T T 9T BT T T T ΀T πT  T 3T bT cT dT T T T T T T T T T  T ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Y~T ~T ~T ~T                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ~T ~T                                        kdף? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~T ~T ~T T T 8T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8T 9T                                        kd+? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9T BT T T T T 'T xT T T πT  T cT                                                                                                 s                                                                        kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  cT dT T T T T T |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd9? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T T  T !T                         s                                                                                                                                                                                   kdG? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   T  T !T "T #T $T &T HT ST ՅT օT T -T LT T ̆T ,T KT T χT :T YT ؈T T ST rT T T T 4T T ËT 6T UT T ݌T T ۍT =T \T ˎT T HT gT T T о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -!T "T #T $T %T &T ST T T 5T @T JT UT _T |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_T `T T ׃T T T 3T 4T oT T T T ՅT օT T T -T ;T KT                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  KT LT WT \T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \T ]T gT lT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lT mT xT }T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }T ~T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdث? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T T ˆT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˆT ̆T ׆T ܆T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܆T ݆T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T 
T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
T T T ,T :T JT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JT KT VT [T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [T \T fT kT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЮ? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kT lT wT |T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |T }T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T T ·T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ·T χT ڇT ߇T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߇T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T  T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T :T HT XT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdȱ? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XT YT dT iT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iT jT tT yT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yT zT T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T ؈T T T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T #T (T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (T )T 3T 8T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8T 9T :T ST aT qT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qT rT }T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݵ? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T !T jT T T T                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdY? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T ƊT ˊT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˊT ̊T ׊T ܊T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܊T ݊T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdո? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T #T 3T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3T 4T ?T DT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DT ET OT TT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TT UT `T eT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eT fT pT uT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uT vT wT T T T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T ËT ΋T ӋT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӋT ԋT ދT T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdͻ? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T 6T DT TT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TT UT `T eT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eT fT pT uT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uT vT T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T ̌T ܌T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdž? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܌T ݌T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T 	T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T  T T T T ʍT ڍT                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڍT ۍT T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T 
T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T =T KT [T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [T \T gT lT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lT mT wT |T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |T }T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T ˎT َT T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T 
T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T &T +T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +T ,T -T HT VT fT                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fT gT rT wT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wT xT T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T ΏT T T 6T 7T T T T T T T ET                                                                                                                                                                                        gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T ېT FT zT T T T T ԑT ՑT ߑT T T T T .T @T AT RT ST mT vT IT KT [T \T lT Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ET FT zT T T T T ՑT ߑT T                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	T T                                        kdk? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T AT ST UT lT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  lT mT                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mT vT ʒT ˒T T T :T T ϓT T T T %T &T JT                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  JT KT \T T ƔT ߔT T 'T |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lT mT T T T T T T &T 'T (T MT NT }T ~T T T T 
T T T їT җT ՗T T T ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j? h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  'T (T NT }T ~T T T |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdR? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T ҕT ӕT "T T T T T ۖT T T 	T                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  	T 
T T җT |            s            s                                                                                                                                                                                           	  $If   gd_   kd`? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       җT ӗT ԗT ՗T T T T T ԘT T T ֙T יT |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T T T T T KT `T T ÙT ՙT יT T T T )T 3T 4T YT ZT T T T T T oT rT T T T T  T !T 1T ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $יT T T T )T 3T                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  3T 4T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4T ZT T T T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  T T                                        kd(? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T T T T WT XT ֛T DT dT T T ȜT T T T                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  T T !T rT ȝT #T aT T |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd|? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1T 2T LT MT NT aT bT qT T ȝT T "T ?T `T T T T T T ΞT T TT T T T T ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j6? h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  T T T T ͞T ΞT ST TT T T T T |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T T T T T T FT WT XT [T dT ϠT ݠT T 6T NT OT WT YT iT jT T T T T ʡT ܡT ݡT T T ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !T T T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  T T                                        kdu? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T FT XT YT ZT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ZT [T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [T dT ŠT ƠT T T 6T 7T XT YT jT                                                                                                 Y                              kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
jT T T T T T ~T T פT ؤT oT |T             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T T (T )T 9T :T >T ?T ~T T oT |T T T T T կT T T  T 5T 7T ְT װT ٰT ڰT DT FT +T @T T T T T JT NT ~T T 	T 0T T T T T T ·T ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j? hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j? hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -|T T T T T  T T T T T T mT nT ԯT կT T 7T װT ڰT ET FT +T @T T T T ӲT                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ӲT T T T T T             f                                                                                                                                                                      kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  T T T T T o            f            f            f                                                                                                                                                	  $If   gd_    kdf? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T T T  T %T o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %T &T +T 2T >T o            f            f            f                                                                                                                                                	  $If   gd_    kdB? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >T ?T GT OT TT o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at TT UT ]T eT qT o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qT rT zT T T o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T T T T T o            f            f            f                                                                                                                                                	  $If   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T T T T FT GT T T 4T 5T T T LT o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdh? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ·T ŷT ƷT LT XT ;T ET T T T T T @T PT \T ]T iT mT T T T T T T T T T T T T JT KT LT PT YT %T 'T 7T ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %LT XT ԸT ոT T T "T #T uT 6T 7T ?T @T T T T T ;T ET T T T T T T T T                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  T T T %T 6T 7T JT ]T tT T T T T T eT fT T T T T T T T $T %T T T T T                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  T T YT T T T @T PT ]T T T T T T T T T                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  T T                                        kdQ? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T KT LT NT OT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  OT PT                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PT YT T T T T 0T XT cT T T T %T &T                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
&T 'T 8T oT |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7T 8T nT oT pT rT ~T T T T T T T T T T T )T *T OT PT QT UT ^T T NT ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 oT pT qT rT T T T T T T |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  T T                                        kdm? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T *T OT PT QT ST TT                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  TT UT                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UT ^T T T T T ;T _T T NT ^T _T                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  NT ^T `T pT qT wT ~T T T T T T T T T T T T T 3T 4T 5T 9T BT T ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    _T `T qT T |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T T T T |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T 2T 3T 4T 5T 7T 8T                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  8T 9T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9T BT T T T T T CT T 2T BT CT                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  T 2T BT DT TT UT [T bT cT dT eT fT rT vT T T T T T T T T T T T ET FT ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    CT DT UT cT |            s            s                                                                                                                                                                                           	  $If   gd_   kd1? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cT dT eT fT T T T T T T |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T DT ET FT GT IT JT                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  FT GT KT TT T T T T T T T T T T 1T 2T <T FT GT ST tT uT T T T T îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  JT KT                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KT TT T T T T 3T ST T T T T                                                                                                                         f                           kdM? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  T T T T T T T 2T <T FT                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	FT GT                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GT uT T T T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  T T T T 9T :T ;T KT LT RT YT ZT [T \T T T T T T T T T T T T 8T п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T T  T NT nT T T T :T ;T                                                                                                                         f                           kdi? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ;T LT ZT [T \T T T T T T                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd#? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T 9T :T ;T =T TT                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8T 9T :T ;T UT ^T _T `T aT T T T T T T T T T T T T T T T 
T ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 TT UT                                        kd1? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UT ^T `T aT rT T T T T T T                                                                                     s                                                                                              kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
T T T T T T T T T T 9T pT T T |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd?? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
T 9T LT oT T T T T T =T QT T T T T T T T T 	T T T T T T 8T 9T KT LT T T T T T õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !T >T T T T T T T T                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  T T                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T 9T LT _T rT T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  T T                                        kdM? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T T &T ST TT UT fT T T T                                                             f                                    [            [                     
  $If   gd_ K$  kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
T T ST TT UT eT fT iT ~T T T T T T T T T T T T T T T T T T T T T T T ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ T T T T T T                                     R            I                                                                     	  $If   gd_ Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd[? $If   K$L$l 0                                     
t                              4   4 
l a   T T T T *T =T PT cT dT eT |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T bT cT fT oT T T T T T  T T 2T 8T 9T AT CT XT YT hT jT pT qT rT ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J eT fT                                        kd/? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fT oT T T T T T T 2T 9T BT                                                             f                                    [            [                     
  $If   gd_ K$  kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
BT CT YT iT jT kT lT                                     R                                                                                              Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=? $If   K$L$l 0                                     
t                              4   4 
l a   lT mT nT oT pT qT                                     R            I                                                                     	  $If   gd_ Q  kd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdW? $If   K$L$l 0                                     
t                              4   4 
l a   qT rT T T T T T T T 	T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	rT T T T T T T T T T T T 
T T T T T T T T T T T T  T lT uT T T T ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	T 
T                                        kd+ @ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
T T PT T T T T T T T T                                                                                     Y                                          kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
T T T T T T T T +T ET UT oT T T T T T T                                                                                                                                                                                                                      	  $If   gd_  S  kd9@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ T T T T ET FT GT HT `T jT kT lT nT oT pT T T T T T T T RT T T T T T ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  T T T +T ET FT GT                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  GT HT pT T T T T T T |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd]@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T RT T T T T T QT XT aT                                                             f                                    [            [                     
  $If   gd_ K$  kdk@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
T T T %T -T QT WT XT `T bT T T T T T T  T T T T T T T T hT iT lT uT T T ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 aT bT jT T T T T T T T T &T ;T PT bT |T T T                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd%@ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   T T T T T                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd@ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T T T T 0T CT VT iT jT kT |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kT lT                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lT uT T T _T T FT GT HT IT ZT T                                                                                                 f                                                   kdW	@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  T DT GT HT IT YT ZT T T T T T T T T T T T T LT MT PT YT þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ T T T T T 'T :T MT NT OT |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	OT PT                                        kd
@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PT YT T +T nT T UT VT WT XT iT                                                                                                 Y                              kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
YT T T mT nT T UT VT WT XT hT iT T T T T T T T T T T T VT WT ZT νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  iT T T T T T T 1T DT WT XT YT             s                                                                                                                                                                 kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  YT ZT                                        kd
@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ZT cT 8T _T T T T T T T T                                                                                     Y                                          kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ZT cT 7T T T T T T T T T T T T T T zT |T }T ~T T T T T T T T T T 	T 
T T ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 T T T T T T  T 5T GT aT {T T T T T T T                                                                                                                                                                                                         	  $If   gd_  S  kd@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T T T 7T GT aT {T |T }T                                                                                                                                                                                                                                                 	  $If   gd_  S  kd3@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }T ~T T T |            s            s                                                                                                                                                                                           	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T 2T ET XT kT lT mT |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
T T T T jT kT nT wT 0T  T !T "T 2T 3T ?T DT YT T T  U  U  U   U ( U * U #U %U ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  mT nT                                        kdG@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nT wT 0T T T T sT  T !T "T 3T                                                                                                 f                                                        kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
3T T  U   U ) U * U 2 U G U \ U q U  U  U  U  U  U                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdU@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_   U  U 
U 'U /U DU YU nU U U U U U U 
U $U %U                                                                                                                                                                                                                            S  kd@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %U &U 'U OU PU cU vU U U U U U             s                                                                                                                                                                 kdy@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %U &U 'U ?U IU JU KU MU NU OU PU bU cU U U U U U U U U U U U oU U 5U 6U U 4U 6U 7U Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ U U                                        kd3@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U 7U U U U U U 6U U 6U 7U >U }U U U U ?U sU U U U +	U                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  7U >U CU VU ZU rU U 	U 	U *	U +	U ,	U <	U =	U 	U 	U 	U 	U 	U U U U U ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   +	U ,	U =	U 	U 	U 	U |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U 	U 	U 	U 	U 	U 	U 
U 
U 0
U J
U d
U u
U 
U 
U 
U 
U 
U                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdA@ $If   K$L$l 0                     x                
t                                4   4 
l a   
U 
U U U -U GU XU rU U U U U U U U                                                                                                                                                                                                                   	  $If   gd_  S  kd@ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U U 
U U !U 4U GU ZU mU nU oU |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kde@ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
U U U U U 
U U  U !U lU mU pU yU 7
U c
U 0U U U U U U U dU yU U 1U 2U 3U :U ~U ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ oU pU                                        kd-@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pU yU 7
U 1U U U U U  U |U 3U :U zU U U U U U 2U sU tU                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ~U U U U U U U *U 6U IU QU jU rU sU tU uU U U U U U U U !U #U $U %U =U GU HU LU ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  tU uU U U U U |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U U +U BU YU pU U U U U U U U U                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd;@ $If   K$L$l 0                                     
t                                4   4 
l a   U U U +U =U OU fU }U U U U U U U U "U #U                                                                                                                                                                                                                            S  kd@ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #U $U %U MU NU aU tU U U U U U             s                                                                                                                                                                 kd_@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  LU MU NU `U aU U U U U U U U U fU U U EU aU U EU U U bU U U 3U U U G U  U  U  U  U I!U 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U fU U bU U U U cU U U EU U 
U 5U U U U F U G U                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  G U  U  U  U !U E!U d!U !U !U !U !U !U                                                                                                             f                                       kdm@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  I!U \!U h!U {!U !U !U !U !U !U !U !U !U "U "U "U ;"U <"U ="U A"U B"U F"U O"U l#U #U #U #U ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  !U "U "U <"U ="U B"U D"U E"U             s                                                                                                                                                                                     kd' @ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  E"U F"U                                        kd @ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F"U O"U \"U ~"U "U "U "U "U #U )#U K#U m#U #U                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  #U #U #U #U #U |            s            s            s                                                                                                                                                                          	  $If   gd_   kd5"@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #U #U #U #U #U #U #U #U #U #U $U 
$U )$U &U "&U Q&U d&U &U &U &U &U 'U 'U U'U i'U +*U 7*U ;*U b*U *U *U *U +U ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  #U #U #U #U )$U %U %U &U Q&U &U &U 'U V'U |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd"@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V'U 'U 'U 'U (U (U e)U f)U **U +*U b*U *U *U *U 6+U m+U +U +U ;,U ,U ,U ,U ,U ,U ,U ,U                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +U 6+U I+U l+U +U +U +U +U +U :,U N,U ,U ,U ,U ,U ,U ,U ,U ,U -U -U -U -U -U -U )-U *-U <-U =-U O-U P-U b-U c-U g-U p-U -U .U .U .U .U .U õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (,U ,U                                        kd#@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,U -U -U *-U =-U P-U c-U e-U f-U                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  f-U g-U                                        kd$@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g-U p-U -U -U .U @.U ^.U x.U .U .U .U .U                                                                                                             f                                       kdQ&@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  .U .U .U /U /U -/U @/U S/U f/U h/U i/U             s                                                                                                                                                                      kd'@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
.U .U .U 	/U /U /U /U /U /U ,/U -/U ?/U @/U e/U f/U j/U s/U /U /U 70U 80U 90U I0U J0U K0U L0U d0U n0U o0U s0U t0U u0U 0U 0U 0U 0U 0U 0U ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %i/U j/U                                        kd'@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j/U s/U /U /U 80U 90U J0U K0U                                                 f                                                                                                                       kd)@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K0U L0U t0U u0U 0U 0U 0U 0U 0U 0U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0U 0U                                        kd*@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0U 0U 0U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 1U 2U 2U  2U )2U L2U M2U 2U 2U \3U ]3U ^3U n3U o3U p3U q3U ~3U 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %0U 0U 0U 1U 1U 1U 1U 1U                                                 f                                                                                                                       kd+@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  1U 1U 1U 1U 1U 1U 	2U 2U 2U 2U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd,@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2U  2U                                        kdU-@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                2U )2U M2U 2U ]3U ^3U o3U p3U                                                 f                                                                                                                       kd.@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  p3U q3U r3U 3U /4U 04U W4U X4U 4U 5U 5U 5U 5U |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdc/@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~3U 3U 3U .4U /4U 04U W4U d4U h4U 4U 4U 5U 5U 5U 5U 6U .6U B6U f6U g6U z6U 6U 6U 6U 6U 6U 6U  7U .7U /7U B7U s7U ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  5U /6U g6U 6U 6U /7U t7U 7U 
8U _8U `8U a8U k8U v8U 8U 8U 8U                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  s7U 7U 7U 7U 	8U 8U ^8U `8U a8U v8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 9U 9U 9U D9U E9U ^9U g9U h9U w9U շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\8U 8U                                        kd0@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8U 8U 8U 9U 9U 29U E9U G9U ]9U                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ]9U ^9U                                        kdq1@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^9U g9U 9U :U :U Q:U \:U :U :U :U :U 	;U                                                                                                 f                                                   kd2@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  w9U 9U Q:U \:U o:U :U :U :U :U :U :U :U :U :U :U :U :U ;U 	;U ;U ;U ;U ;U .;U /;U >;U @;U A;U B;U ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 	;U ;U ;U ;U /;U ?;U @;U A;U                                                             R            I                                   	  $If   gd_ Q  kd4@ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd3@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ A;U B;U j;U k;U ~;U ;U ;U ;U ;U ;U ;U |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd4@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
B;U Z;U d;U e;U i;U j;U k;U };U ~;U ;U ;U ;U ;U ;U ;U ;U ;U H<U =U  =U !=U ?=U @=U [=U =U =U =U =U =U =U ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ;U ;U                                        kdS5@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ;U ;U I<U d<U <U <U <U <U =U !=U @=U \=U n=U =U =U =U                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  =U =U =U =U =U =U =U =U  >U >U >U 
>U >U 9>U :>U O>U P>U R>U S>U T>U l>U v>U w>U {>U |>U }>U >U >U >U >U >U >U >U пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  =U =U =U =U >U 	>U |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd6@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>U 
>U :>U Q>U R>U S>U                                     R            I                                                                     	  $If   gd_ Q  kd7@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kda7@ $If   K$L$l 0                                     
t                              4   4 
l a   S>U T>U |>U }>U >U >U >U >U >U >U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{8@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>U >U                                        kd59@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >U >U E?U m?U ?U ?U ?U ?U @U I@U @U @U @U @U                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
>U >U >U >U D?U ?U ?U ?U @U @U 1@U @@U H@U I@U P@U V@U @U @U @U @U @U @U @U @U @U @U @U @U @U @U زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 @U @U @U @U |            s            s                                                                                                                                                                                           	  $If   gd_   kd:@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @U @U @U @U @U @U @U @U @U AU 
AU AU  AU EAU FAU JAU SAU TAU cAU AU AU pBU tBU BU "CU ,CU -CU KCU LCU ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    @U @U @U @U 
AU  AU 3AU FAU HAU IAU |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC;@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	IAU JAU                                        kd;@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               JAU SAU AU AU qBU BU BU BU "CU -CU LCU wCU CU CU                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
LCU _CU nCU vCU wCU ~CU CU CU CU CU CU CU CU CU CU CU CU CU CU CU CU CU #DU 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  CU CU CU CU |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ=@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CU CU CU CU #DU $DU _DU EU HEU IEU EU EU )FU *FU |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd>@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
#DU 0DU 4DU _DU EU HEU UEU YEU EU EU *FU 6FU :FU \FU FU EGU GU GU GU GU GU 7HU gHU sHU wHU HU qJU JU JU JU JU KU KU KU KU KU KU KU :MU bMU cMU yMU }MU MU NU !OU "OU [OU OU OU GPU PU PU ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4*FU \FU FU DGU EGU GU GU GU 7HU fHU gHU HU qJU JU JU JU KU KU KU KU LU LU LU LU MU 'MU :MU bMU cMU MU                                                                                                                                                                                                                                                                                                                                                                   gd_  MU NU "OU [OU OU OU GPU PU PU QU QQU QU QU QU QU QU QU QU QU                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  PU QQU UQU QU QU QU QU QU QU QU QU RU RU SRU TRU URU VRU RU RU *SU WSU SU SU SU :TU eTU fTU TU TU TU TU !UU "UU 'UU LUU PVU WU Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $QU QU QU  RU RU RU RU RU RU M            H            H            H            H            H            H            H                   gd_   kd>@ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   RU RU  RU %RU 5RU 6RU ERU FRU                                                 _            V            V                                                             	 $If   gd_    kdc?@ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  FRU GRU SRU TRU                                                                                                                                                                                                                                                          	 $If   gd_  o  kd8@@ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  TRU URU VRU aRU eRU xRU RU RU                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd@@ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  RU RU RU RU RU 2            )            )            )                      	 $If   gd_    kdrA@ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     RU $SU %SU *SU WSU \SU SU             [                                                                                                                                           kdB@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  SU SU SU SU SU 4TU d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdhC@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4TU 5TU :TU fTU jTU TU d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1D@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  TU TU TU TU TU TU d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdD@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  TU TU TU "UU 'UU MUU d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  MUU NUU OUU YUU UU UU UU d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdF@ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  UU UU UU UU n            e            e                                                                                                                                                               	 $If   gd_    kdUG@ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           UU UU UU UU                                                                                                                                                                                                                                                	 $If   gd_  t  kd*H@ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  UU UU UU UU UU UU UU VU VU                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdH@ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  VU VU                                             kddI@ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          VU VU VU %VU ,VU -VU .VU /VU                                                             A                                  kdJ@ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  /VU 0VU 1VU 2VU 3VU 4VU 5VU 6VU                                                 A                                              kdK@ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  6VU 7VU 8VU 9VU :VU ;VU PVU                                     A            <            7                  gd_    gd_    kd{L@ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  PVU WU WU WU WU 7WU HWU IWU ]WU _WU                                                                                                                                                                                                                                                   E  kdZM@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	WU WU WU 
WU WU WU WU HWU IWU _WU `WU bWU cWU qWU rWU WU WU WU WU WU WU WU WU WU WU  XU XU XU XU XU $XU %XU &XU 2XU 3XU EXU 
YU ZU ZU ZU ZU ZU ZU 춥x                          /jR@ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *_WU `WU aWU bWU cWU kWU qWU                                     a                                                                                                                             E  kdN@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM@ $$If   l 0 
" R                                                           4 
l a   qWU rWU {WU WU WU WU WU                                     a                                                                                                                             E  kdN@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdwN@ $$If   l 0 
" R                                                           4 
l a   WU WU WU WU WU WU WU                                     a                                                                                                                             E  kdO@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5O@ $$If   l 0 
" R                                                           4 
l a   WU WU WU WU WU WU  XU                                     a                                                                                                                             E  kdRP@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdO@ $$If   l 0 
" R                                                           4 
l a    XU XU XU XU XU XU XU                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdP@ $$If   l 0 
" R                                                           4 
l a   XU XU XU XU #XU $XU l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdQ@ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   $XU %XU &XU 3XU EXU YU 
YU YU  ZU ZU ZU l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdQ@ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ZU ZU ZU [U [U [U [U [U [U [U [U [U \U \U p\U q\U }\U ~\U \U \U \U \U ]U ]U .]U /]U S]U U]U e]U f]U ]U ]U ]U ]U ]U $aU %aU 1aU sdU vdU dU dU dU dU 1eU 2eU eU eU eU ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jR@ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ZU [U [U \U q\U ~\U \U \U \U ]U                                                                                                                                                                                                                                                       S  kdZS@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	]U ]U /]U T]U U]U f]U ]U                                     N                                                                                       S  kd~T@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdS@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ]U ]U ]U ]U ]U ^U @_U A_U .`U /`U $aU %aU 1aU aU bU bU bU OcU cU                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdU@ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   cU cU vdU dU 1eU 2eU peU eU eU eU gU 	gU gU 8hU ZhU hU hU hU iU 4iU 5iU >jU ?jU kU kU =lU >lU lU                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  eU eU fU fU *fU 2fU gU 	gU gU 7hU 8hU ZhU jU <jU ?jU kU kU kU lU lU lU lU lU mU mU mU mU ImU JmU KmU gpU hpU spU tpU upU ypU zpU pU pU pU ۵۵۵ۭۜۋzrgrrr       jV@ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'lU lU lU lU lU mU mU JmU                                     j                                                                                                                                           kdU@ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  JmU KmU \mU mU mU mU GnU HnU dnU nU oU s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdV@ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
oU eoU *pU +pU |pU pU pU qU qU qU qU sU sU tU tU <uU =uU 
vU vU %vU 6vU vU wU xU xU fyU gyU                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  pU pU pU pU pU pU qU qU qU sU tU ;uU uU uU uU uU vU vU vU vU 	vU 
vU vU vU %vU 6vU vU vU wU wU xU fyU zU zU ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jTW@ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjV@ h_ U !gyU zU zU zU zU zU {U                                                 e                                                                                                                        F  kd.X@ $$If   l   l '{6    4   4 
l a] p
        F  kdW@ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  zU zU {U ({U ){U ,{U -{U 3{U 4{U U{U V{U v{U w{U {U {U {U {U {U {U {U {U |U |U |U |U 4|U 5|U O|U P|U w|U x|U y|U z|U {|U Y~U Z~U f~U ~U ~U U IU OU RU U U ÀU ۀU U 9U mU U U ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3{U {U {U 
{U {U ({U ){U                                                             5            v  kdY@ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdX@ $$If   l   l '{6    4   4 
l a] p
         ){U *{U +{U ,{U -{U 1{U 2{U 3{U                                     t                                                                                                                                                             v  kdY@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  3{U 4{U M{U O{U U{U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kddZ@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U{U V{U o{U q{U v{U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v{U w{U {U {U {U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {U {U {U {U {U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde\@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {U {U {U {U {U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {U {U {U {U {U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {U {U {U  |U |U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf^@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |U |U |U |U |U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |U |U ,|U .|U 4|U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4|U 5|U H|U J|U O|U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg`@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O|U P|U W|U \|U w|U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w|U x|U y|U z|U {|U Y~U Z~U f~U ~U ~U ~U U JU ]U U                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kda@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U %U 8U lU U U ܀U U *U :U nU U U U ÁU āU U U U U ,U ;U NU OU hU U U                                                                                                                                                                                                                                                                                                                                                                   gd_  U āU ΁U U U U U U ;U MU U U U U U U ,U `U U U  U 5U gU hU rU |U }U U U U U ՅU пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  U U ȃU ۃU ܃U U *U +U ,U `U vU U U U U U  U *U 5U hU rU |U                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  |U }U                                     kdhb@ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               }U U U U ؅U U U U U 3U                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ՅU ؅U U U U U U U 4U =U ̆U ΆU ކU ߆U U U  U U 'U (U -U 6U SU UU eU fU U U U U U Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 3U 4U                                     kdc@ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4U =U _U `U tU uU U U U ˆU ̆U ͆U ΆU ߆U                                                                                                                                     q                            kde@ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
߆U U  U U (U )U *U +U ,U             q            l                                                                                                                                                       gd_    kde@ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ,U -U                                     kdf@ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               -U 6U WU XU lU mU U U U U U U U $U >U ?U TU                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  TU UU fU U z            q            q                                                                                                                                                                                       	  $If   gd_    kdg@ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       U U U U U U U U z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh@ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       U U U U U EU GU WU XU wU xU zU U U U U U U +U 7U VU bU U U ƊU ǊU U U U U 
U TU U U ʋU ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "U U                                     kdai@ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U U ܈U ݈U U U U 0U 1U FU GU XU xU                                                                                                             q                                                         kdj@ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  xU yU zU U U U U U z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kduk@ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       U U                                     kd2l@ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U U U U U U U ǊU U                                                             q                                                                                                                             kdm@ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  U U U U 
U U ˋU U U U U z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdFn@ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ʋU ˋU U U )U *U 4U >U ?U _U `U U U U ׌U U vU ZU \U lU mU U юU  U U U !U "U #U $U %U (U 1U U U U ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #U *U 4U >U                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  >U ?U                                        kdo@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?U `U U U U ֌U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ֌U ׌U                                        kdep@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ׌U U xU yU U U ōU U [U \U mU U U                                                                                                 s                                                                        kdq@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U U #U $U %U &U 'U |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdsr@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'U (U                                        kd-s@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (U 1U U U U U                         s                                                                                                                                                                                   kdt@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U U U U U U ďU U U sU tU U ˓U U KU jU ʔU U NU mU ؕU U vU U U U *U IU U ҘU BU aU ԙU U \U {U ZU yU ۛU U iU U U U :U ;U о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -U U U U ÏU ďU U U U ӐU ސU U U U |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd;u@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U U ^U uU U U ёU ґU 
U BU U U sU tU U U ˓U ٓU U                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U 
U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTv@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U &U +U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +U ,U -U KU YU iU                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdqw@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iU jU uU zU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zU {U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/x@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ʔU ؔU U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdLy@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U 	U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
z@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	U 
U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiz@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U %U *U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *U +U ,U NU \U lU                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'{@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lU mU xU }U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }U ~U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD|@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ؕU U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda}@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U #U (U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (U )U 3U 8U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~~@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8U 9U :U vU U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ƖU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƖU ǖU іU ֖U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֖U זU ؖU U U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U  U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    U !U +U 0U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0U 1U <U AU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՁ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AU BU LU QU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QU RU SU U U *U 8U HU                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HU IU TU YU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YU ZU dU iU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iU jU uU zU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zU {U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U U јU                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   јU ҘU ݘU U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̈́@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U BU PU `U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `U aU lU qU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qU rU |U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŇ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ԙU U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U $U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $U %U /U 4U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4U 5U 6U \U jU zU                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zU {U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U *U +U ZU hU xU                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdڋ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xU yU U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U ۛU U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U 
U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U &U +U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҎ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +U ,U 6U ;U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;U <U =U iU wU U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U ĜU ɜU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɜU ʜU ˜U U U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʑ@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U  U %U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %U &U 1U 6U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6U 7U AU FU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FU GU HU lU U U ԝU ՝U +U ,U 9U :U ;U ^U U                                                                                                                                                                                        gd_  z  kdF@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;U LU ^U yU U U )U *U +U @U rU sU }U U U U U ̟U ޟU ߟU U U U U U U U U 
U Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  U U U *U +U 5U @U sU }U U                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U ߟU U U 
U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U hU iU U U ؠU 7U mU U U U áU ġU U                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  U U U KU dU }U U ŢU |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdM@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U U %U &U 'U :U ;U JU ĢU ŢU ƢU U U U U U (U U U U U oU pU sU U U ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j@ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ŢU ƢU U U U U U |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U                                        kdF@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U (U pU qU U U *U FU _U yU U U U                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  U U U pU |            s            s                                                                                                                                                                                           	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       pU qU rU sU U +U ,U `U rU U U tU uU |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdT@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U +U ,U _U `U U U U U U U 4U aU sU uU U U U ǧU ѧU ҧU U U 'U JU KU NU WU 
U U U U U U U U ϪU ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $uU U U U ǧU ѧU                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ѧU ҧU                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ҧU U 'U 9U KU LU MU                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  MU NU                                        kdb@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NU WU U U U U U U tU U U #U IU fU U U U                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  U U U U fU U U BU |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϪU ЪU U U U U  U U 0U fU U U ݫU U  U AU BU EU VU lU U U $U %U &U 7U ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jp@ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  BU CU DU EU kU lU U U &U 8U 9U CU |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7U 9U NU U U U U U U U U U U U U mU {U U ԮU U U U U U U RU SU UU VU hU zU {U U U ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !CU NU U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U cU dU U U ԮU ծU U U U                                                                                                 Y                              kdW@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
U SU TU UU VU U U @U uU vU 
U U             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U U ƯU ǯU ׯU دU ܯU ݯU U @U 
U U FU WU U U sU U U U ӽU սU tU uU wU xU U U ɿU ޿U PU U SU ZU U U U =U U U 5U 6U NU OU _U `U ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j@ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jˣ@ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -U EU FU WU U U ^U _U U U U U U rU sU U սU uU xU U U ɿU ޿U OU PU _U qU                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  qU U U U U U             f                                                                                                                                                                      kd2@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  U U U U U o            f            f            f                                                                                                                                                	  $If   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U U U o            f            f            f                                                                                                                                                	  $If   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U U U o            f            f            f                                                                                                                                                	  $If   gd_    kd|@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U U U o            f            f            f                                                                                                                                                	  $If   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U U U o            f            f            f                                                                                                                                                	  $If   gd_    kdX@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U U $U o            f            f            f                                                                                                                                                	  $If   gd_    kdƦ@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $U %U -U 4U @U o            f            f            f                                                                                                                                                	  $If   gd_    kd4@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @U AU BU CU U U <U =U U U U U U o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `U cU dU U U U U *U 5U ,U =U U U U U U U U 'U +U ,U AU sU tU ~U U U U U U U U U U U U U U ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %U U rU sU )U *U U U U U U U U /U U U TU U U )U *U KU XU eU rU U U                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  U U U U U U U U U )U *U 5U eU fU U U U U XU YU ,U =U rU U U "U PU }U U                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  U U U GU U U U U U 'U +U ,U 6U AU tU ~U U                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  U U                                        kdߩ@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U 6U BU iU U U U U :U DU iU U U                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
U U U 
U |            s            s                                                                                                                                                                                           	  $If   gd_   kd3@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U 
U U U U  U <U =U RU U U U U U U U U U U U U U U U ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 
U U U U <U =U GU RU U U |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U ;U GU nU U U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  U U U U U U U U U U 4U fU gU qU {U |U U U U U U U U U hU ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    U U U U |            s            s                                                                                                                                                                                           	  $If   gd_   kdO@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U )U 4U gU qU {U |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd	@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {U |U                                        kdð@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |U U U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U +U RU }U U U gU U U U                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  hU U U U U U U  U U U U U U U /U 0U EU wU xU U U U U U U U U ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    U U U U |            s            s                                                                                                                                                                                           	  $If   gd_   kdk@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U 0U :U EU xU U U |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd%@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U U                                        kdߴ@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  U U U U eU gU wU xU ~U U U U U U U U U U U U U U U <U =U >U îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  U U                                        kd3@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U 1U =U dU U U U )U eU fU gU                                                                                                                         f                           kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  gU xU U U U U U U U U                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdA@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U =U >U ?U AU BU                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  >U ?U CU LU U U U U U U U U U U 4U NU PU QU fU U U U U U U U п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  BU CU                                        kdO@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CU LU U U U U U ;U XU U U U                                                                                                                         f                           kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  U U U U U 4U QU [U fU U                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd]@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  U U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  U U U U U U U U U 5U 6U 7U GU HU zU {U |U }U ~U U U U U U U ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 U U                                        kdk@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U OU U 6U 7U HU zU                                                                                     s                                                                                              kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
zU {U |U }U ~U U U `U aU U U U FU U |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdy@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U U U 
U !U EU YU U U U U 1U 2U GU yU zU U U U U U U U U U U U U U "U #U =U FU RU õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !U U 1U 2U <U GU zU U U                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  U U                                        kd3@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U #U %U <U                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  <U =U                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =U FU U U U U U U 1U 8U @U                                                             f                                    [            [                     
  $If   gd_ K$  kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
RU U U U U U U U U %U /U 1U 7U 8U ?U AU VU WU fU hU iU jU U U U U U U U U U ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @U AU WU gU hU iU                                     R            I                                                                     	  $If   gd_ Q  kd"@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   iU jU U U U U U U U U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U  U U U 
U 0U U U U U U U U U U U U U U U U U U U ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J U U                                        kdi@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U 
U 0U ^U U U U U U U U                                                             f                                    [            [                     
  $If   gd_ K$  kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
U U U U U 	U 
U                                     R                                                                                              Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw@ $If   K$L$l 0                                     
t                              4   4 
l a   
U U U 
U U U                                     R            I                                                                     	  $If   gd_ Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   U U 8U YU ZU U U U U U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U (U 2U 3U 4U 6U 7U 8U YU ZU U U U U U U VU oU U U U U U U U 
U U *U ZU `U ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ U U                                        kde@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U U U U U U U ZU                                                                                     Y                                          kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ZU aU jU kU sU U U U U U U 
U 'U /U DU YU kU U                                                                                                                                                                                                                      	  $If   gd_  S  kds@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ `U aU iU kU U U U U U U 	U 
U U 
U U -U .U xU yU |U U U U zU U U U U ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  U U U U U U U                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U U U .U SU fU yU zU {U |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {U |U                                        kdQ@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |U U U U U U U U U U U                                                             f                                    [            [                     
  $If   gd_ K$  kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
U U U U U U U U U  U wU yU zU {U U U U U U U U U U U U U 
U U U G V ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 U  U U U 2U DU ^U xU U U U U U U  U U 4U DU                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_@ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   DU ^U xU yU zU                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd@ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  zU {U U U U U U U U 	U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		U 
U                                        kd=@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
U U U U U F V  V  V  V  V  V KV                                                                                                 f                                                   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  G V  V  V  V  V  V  V JV KV LV dV nV oV pV rV sV tV V V V V V V þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ KV LV tV V V V V V V V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V UV V V V V V                                                                                                 Y                              kdY@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
V V V V V UV V V V V V V YV ZV [V sV }V ~V V V V V V V V V νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  V ZV [V V V V V V V V V V             s                                                                                                                                                                 kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V AV V )V *V +V <V V                                                                                     Y                                          kd!@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 V V V V V V V V V V V )V CV ]V eV zV V                                                                                                                                                                                                         	  $If   gd_  S  kd@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  V V V V V V 	V 	V 	V                                                                                                                                                                                                                                                 	  $If   gd_  S  kdm@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	V 	V -	V 	V |            s            s                                                                                                                                                                                           	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V 	V 	V 	V 	V 	V 	V 	V 	
V 

V 
V |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	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 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  
V 
V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
V 
V 
V .V jV ~V V V V V V                                                                                                 f                                                        kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
V ;
V 
V 
V 
V 
V 
V 
V 
V V !V ;V UV fV V                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  V V V V V V V V V 8V RV cV }V V V V V                                                                                                                                                                                                                            S  kd!@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  V V V V V V V 'V :V MV NV OV             s                                                                                                                                                                 kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V V V V V V V V V V V  V V LV MV PV YV V LV MV sV tV 'V (V 
V "V V V V V V V Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ OV PV                                        kdm@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PV YV V tV V (V [V V $V yV V ~V V V V V jV V V V V =V iV V V                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  V V V V V V V V V V V V V V V %V &V .V 0V V V V V ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   V V V V &V /V |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /V 0V 8V MV bV wV V V V V V V V -V >V XV `V uV                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd{@ $If   K$L$l 0                     x                
t                                4   4 
l a   uV V V V V V V V *V ;V UV fV V V V                                                                                                                                                                                                                   	  $If   gd_  S  kd
@ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  V V V V V V V V V V 
V |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
V V V V V V V V V 
V V V V V V V V 4V V V V V V V V V V V V V ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
V V                                        kdg@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V 7V V V 'V V V V V V 7V VV {V V V V  V  V                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  V /V ;V NV V V V V V V V  V  V  V  V  V # V $ V h V n V o V w V y V "V "V "V "V "V "V "V "V ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   V  V $ V h V o V x V |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x V y V  V  V  V  V  V  V  V !V !V 6!V M!V ^!V t!V !V !V !V                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdu@ $If   K$L$l 0                                     
t                                4   4 
l a   !V !V !V !V !V !V "V "V 2"V C"V Z"V q"V "V "V "V "V "V                                                                                                                                                                                                                            S  kd@ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  "V "V "V "V "V "V #V %#V 8#V K#V M#V N#V             s                                                                                                                                                                 kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "V "V "V "V "V J#V K#V O#V X#V j$V $V 2%V d%V &V e&V &V &V &V S(V (V :)V O)V  *V *V -+V +V (,V =,V -V i.V |.V .V .V .V 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !N#V O#V                                        kdS@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O#V X#V j$V 2%V &V &V  'V :'V 'V 'V (V (V Q(V (V )V *V +V @,V A,V H,V -V -V                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  -V %.V e.V .V .V .V /V !/V @/V _/V `/V q/V                                                                                                             f                                       kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  .V .V /V /V %/V 8/V D/V W/V ^/V `/V p/V q/V /V /V /V /V /V /V /V /V /V /V 
1V 1V  1V !1V ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  q/V /V /V /V /V /V /V /V             s                                                                                                                                                                                     kda@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  /V /V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /V /V /V 0V >0V `0V 0V 0V 0V 0V 0V 1V  1V                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   1V !1V 21V e1V 1V |            s            s            s                                                                                                                                                                          	  $If   gd_   kdo@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !1V 11V 21V 1V 1V 1V 1V 1V 1V 1V 1V 1V 1V 3V 3V 3V 4V %4V 94V ]4V q4V 4V 4V 4V 5V 7V 7V 7V  8V [8V ^8V 8V 8V ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  1V 1V 1V 1V 1V w3V y3V 3V 3V &4V ^4V 4V 4V |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd)@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4V I5V J5V 5V C6V D6V 7V 7V 7V 7V  8V ]8V ^8V 8V 8V 9V C9V 9V 9V .:V /:V 9:V D:V w:V :V :V                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  8V 8V 8V 
9V 9V B9V V9V 9V 9V 9V 9V .:V /:V D:V v:V w:V :V :V :V :V :V :V :V :V :V :V :V :V :V :V :V  ;V ;V ;V ;V V;V z<V {<V |<V <V <V õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (:V :V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :V :V :V :V :V :V ;V ;V ;V                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ;V ;V                                        kd7@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;V ;V V;V y;V ;V ;V ;V <V M<V {<V |<V <V                                                                                                             f                                       kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  <V <V <V <V <V <V <V <V =V =V =V             s                                                                                                                                                                      kdE@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
<V <V <V <V <V <V <V <V <V <V <V <V <V =V =V =V =V R=V S=V =V =V =V =V =V =V =V >V >V 
>V >V >V >V %>V &>V 8>V 9>V ^>V _>V ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %=V =V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =V =V /=V S=V =V =V =V =V                                                 f                                                                                                                       kdS@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  =V =V >V >V &>V 9>V L>V _>V a>V b>V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b>V c>V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _>V c>V l>V >V >V 0?V 1?V 2?V B?V C?V D?V E?V ]?V g?V h?V l?V m?V n?V ?V ?V ?V ?V ?V ?V ?V ?V ?V ?V m@V n@V @V @V @V AV 
AV AV AV AV 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %c>V l>V >V >V 1?V 2?V C?V D?V                                                 f                                                                                                                       kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  D?V E?V m?V n?V ?V ?V ?V ?V ?V ?V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?V ?V                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?V ?V ?V n@V @V @V 
AV AV                                                 f                                                                                                                       kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  AV AV AV AAV AV AV AV AV 'BV CV  CV TCV CV |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       AV  AV AAV AV AV AV AV BV BV 'BV BV  CV TCV gCV CV CV CV CV DV DV DV *DV +DV IDV JDV ]DV DV DV DV DV DV EV ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  CV CV DV JDV DV DV EV YEV EV EV EV EV 	FV FV GFV QFV [FV                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  EV %EV XEV lEV EV EV EV EV EV FV FFV GFV QFV [FV \FV tFV ~FV FV FV FV FV FV FV FV FV FV FV FV GV GV GV շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\[FV \FV                                        kdW@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \FV FV FV FV FV FV FV FV FV                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  FV FV                                        kd@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               FV GV tGV GV GV GV GV &HV hHV iHV zHV HV                                                                                                 f                                                   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  GV tGV GV GV 
HV HV &HV -HV 3HV gHV hHV iHV yHV zHV }HV HV HV HV HV HV HV HV HV HV HV HV HV HV HV ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ HV HV HV HV HV HV HV HV                                                             R            I                                   	  $If   gd_ Q  kdF@ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ HV HV IV 	IV IV /IV BIV UIV WIV XIV nIV |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
HV HV IV IV IV IV 	IV IV IV .IV /IV TIV UIV oIV xIV yIV IV IV JV JV JV JV JV JV )KV 2KV 9KV ?KV PKV QKV ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ nIV oIV                                        kd A $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               oIV xIV IV JV 3JV PJV iJV |JV JV JV JV JV KV 2KV QKV RKV                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  QKV RKV SKV cKV dKV gKV mKV KV KV KV KV KV KV KV KV KV KV KV KV KV 
LV LV LV LV LV LV -LV .LV @LV ALV fLV gLV kLV пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  RKV SKV dKV KV KV KV |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KV KV KV KV KV KV                                     R            I                                                                     	  $If   gd_ Q  kd(A $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   KV KV LV LV .LV ALV TLV gLV iLV jLV |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	jLV kLV                                        kdoA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               kLV tLV LV MV EMV WMV MV MV MV MV )NV -NV .NV /NV                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
kLV tLV uLV LV LV MV MV MV MV MV MV MV MV MV MV MV (NV )NV ,NV -NV .NV /NV 0NV @NV ANV DNV YNV bNV lNV mNV زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 /NV 0NV ANV nNV |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       mNV nNV oNV NV NV NV NV NV NV NV NV NV NV NV NV NV NV NV OV _OV `OV PV PV TPV PV PV PV PV PV ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    nNV oNV NV NV NV NV NV NV NV NV |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	NV NV                                        kd7A $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               NV NV `OV OV PV BPV sPV PV PV PV PV QV WQV XQV                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
PV PV QV QV QV QV "QV VQV WQV XQV YQV iQV jQV mQV QV QV QV QV QV QV QV QV QV 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  XQV YQV jQV QV |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       QV QV QV QV QV QV QV RV RV RV  SV SV SV SV |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdE	A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
QV QV QV QV RV RV RV RV  SV SV SV SV SV SV wTV TV 8UV 9UV EUV IUV rUV UV VV VV VV =VV XV =XV IXV MXV zXV +YV ,YV fYV gYV sYV wYV YV ZV  [V [V [V [V G[V \V \V \V \V O]V ]V ]V !^V y^V ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4SV SV wTV TV TV 8UV 9UV rUV UV VV VV =VV XV <XV =XV zXV ,YV fYV gYV YV NZV OZV ZV ZV ZV ZV ZV  [V [V G[V                                                                                                                                                                                                                                                                                                                                                                   gd_  G[V \V \V \V O]V ]V ]V !^V y^V ^V ^V Q_V R_V ]_V i_V x_V _V _V _V                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  y^V ^V ^V P_V Q_V ]_V s_V w_V _V _V _V _V _V _V _V _V _V 0`V g`V `V `V EaV {aV |aV aV bV bV (bV _bV `bV bV bV bV bV bV cV dV Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $_V _V _V _V _V _V _V _V _V M            H            H            H            H            H            H            H                   gd_   kd	A $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   _V _V _V _V _V _V _V _V                                                 _            V            V                                                             	 $If   gd_    kd
A $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  _V _V _V _V                                                                                                                                                                                                                                                          	 $If   gd_  o  kdrA $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _V _V _V _V `V `V `V *`V                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdA $$If   l       0   T# T                 .                
t  0                                                              4 
l al  *`V +`V 0`V g`V l`V 2            )            )            )                      	 $If   gd_    kdA $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     l`V `V `V `V `V `V ?aV             [                                                                                                                                           kd
A $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ?aV @aV EaV |aV aV aV d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  aV aV aV bV bV "bV d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdkA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  "bV #bV (bV `bV ebV bV d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd4A $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  bV bV bV bV bV bV d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  bV bV bV bV FcV KcV WcV d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  WcV XcV [cV ecV n            e            e                                                                                                                                                               	 $If   gd_    kdA $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ecV fcV icV rcV                                                                                                                                                                                                                                                	 $If   gd_  t  kddA $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  rcV scV tcV cV cV cV cV cV cV                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdA $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  cV cV                                             kdA $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          cV cV cV cV cV cV cV cV                                                             A                                  kdA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  cV cV cV cV cV cV cV cV                                                 A                                              kdA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  cV cV cV cV cV cV cV                                     A            <            7                  gd_    gd_    kdA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  cV dV dV dV dV dV dV dV dV dV                                                                                                                                                                                                                                                   E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	dV dV dV dV dV dV dV dV dV dV dV  eV eV eV eV eV eV =eV >eV @eV AeV meV neV eV eV eV eV eV eV eV eV eV eV eV eV eV fV PhV QhV \hV ]hV mhV nhV 춥x                          /jA hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *dV dV dV  eV eV 	eV eV                                     a                                                                                                                             E  kdRA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA $$If   l 0 
" R                                                           4 
l a   eV eV eV eV eV 1eV =eV                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA $$If   l 0 
" R                                                           4 
l a   =eV >eV ?eV @eV AeV SeV meV                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdoA $$If   l 0 
" R                                                           4 
l a   meV neV yeV eV eV eV eV                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd-A $$If   l 0 
" R                                                           4 
l a   eV eV eV eV eV eV eV                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdA $$If   l 0 
" R                                                           4 
l a   eV eV eV eV eV eV l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdJA $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   eV eV eV eV eV fV fV gV gV uhV vhV l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdA $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
nhV rhV shV hiV iiV tiV uiV iV iV iV iV iV iV iV jV jV jV jV cjV ejV pjV qjV jV jV jV jV jV jV kV kV CkV EkV FkV RkV SkV nV nV nV rV rV )rV IrV nrV wrV rV rV ,sV -sV ?sV ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j-A hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0vhV iV iV iV jV jV djV ejV qjV jV                                                                                                                                                                                                                                                       S  kdA $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	jV jV jV jV jV kV DkV                                     N                                                                                       S  kdA $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd&A $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   DkV EkV FkV SkV kV "lV lV lV mV mV nV nV nV RoV oV pV pV pV TqV                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdJ A $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   TqV UqV rV orV rV rV sV ,sV -sV @sV tV tV tV uV uV avV vV vV vV vV vV wV wV |yV }yV yV yV 'zV                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ?sV @sV sV sV sV sV tV tV tV uV uV uV wV wV wV {yV }yV yV 'zV =zV AzV NzV OzV zV zV zV zV zV zV zV ~V ~V ~V ~V ~V ~V ~V U~V V~V a~V ۵۵۵ۭۜۋzrgrrr       j!A h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ''zV 3zV BzV NzV OzV zV zV zV                                     j                                                                                                                                           kd A $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  zV zV zV C{V H{V {V {V {V |V l|V |V s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdN!A $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
|V }V }V }V ~V j~V k~V ~V ~V [V \V V V #V $V ڂV ۂV V V ÃV ԃV V >V V V V V                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  a~V b~V c~V g~V h~V k~V ~V ~V ZV V uV قV V V V V V V V V V V V V ÃV ԃV UV ^V gV V V V oV pV ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j"A hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj'"A h_ U !V pV tV uV V V V                                                 e                                                                                                                        F  kdh#A $$If   l   l '{6    4   4 
l a] p
        F  kd"A $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  pV uV V ƈV ǈV ʈV ˈV шV ҈V V V V V +V ,V GV HV dV eV V V V V V V ҉V ӉV V V V V V V V V V V eV V V V V V |V V aV yV V ׎V V *V `V ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3V V V V V ƈV ǈV                                                             5            v  kdN$A $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd#A $$If   l   l '{6    4   4 
l a] p
         ǈV ȈV ɈV ʈV ˈV ψV ЈV шV                                     t                                                                                                                                                             v  kd$A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  шV ҈V V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V 
V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI&A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V #V %V +V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +V ,V ?V AV GV                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         GV HV ]V _V dV                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ(A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         dV eV zV |V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdK*A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V ʉV ̉V ҉V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҉V ӉV V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V V V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL,A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V V V V V V LV fV V V V V /V                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd,A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /V CV wV V ÍV ֍V 
V (V \V zV V ȎV ؎V V +V _V `V aV bV V V V V ʐV ِV V V V 9V :V                                                                                                                                                                                                                                                                                                                                                                   gd_  `V bV lV V V V V V ِV V  V 8V XV [V V V ʑV V *V UV V ӒV V V V V V AV BV _V `V sV пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  :V XV fV yV zV V ȑV ɑV ʑV V V *V @V VV WV V V ȒV ӒV V V V                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  V V                                     kd-A $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               V BV _V `V vV V V V V ѓV                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	sV vV V V V V V V ғV ۓV jV lV |V }V V V V V ŔV ƔV ˔V ԔV V V V V #V $V %V &V KV Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ѓV ғV                                     kd.A $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ғV ۓV V V V V 7V SV TV iV jV kV lV }V                                                                                                                                     q                            kdP0A $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
}V V V V ƔV ǔV ȔV ɔV ʔV             q            l                                                                                                                                                       gd_    kd
1A $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ʔV ˔V                                     kd1A $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ˔V ԔV V V 
V V %V AV BV TV V V V V ܕV ݕV V                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  V V V $V z            q            q                                                                                                                                                                                       	  $If   gd_    kd!3A $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       $V %V &V MV NV OV PV QV z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd3A $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       KV LV MV RV [V V V V V V V V DV EV JV SV V V ɗV ՗V V  V RV TV dV eV V V V V V V 4V 5V hV ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "QV RV                                     kd4A $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               RV [V zV {V V V V ΖV ϖV V V V V                                                                                                             q                                                         kd5A $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  V V V EV FV GV HV IV z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6A $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       IV JV                                     kdl7A $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               JV SV V V RV SV TV eV V                                                             q                                                                                                                             kd8A $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  V V V V V 5V iV V V V V z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd9A $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
hV iV V V ǙV șV ҙV ܙV ݙV V V +V @V AV uV ~V V V V 
V V \V oV V V V V V V V ÜV ƜV ϜV +V ;V <V ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #V șV ҙV ܙV                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ܙV ݙV                                        kdK:A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݙV V +V AV CV tV                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  tV uV                                        kd;A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uV ~V V V SV TV cV V V V V \V V                                                                                                 s                                                                        kd<A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V V V V ÜV ĜV ŜV |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd=A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ŜV ƜV                                        kdg>A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƜV ϜV *V +V <V ]V                         s                                                                                                                                                                                   kd?A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  <V \V ]V ^V _V `V bV V V V V )V iV V V V hV V V V vV V V 3V V V ȥV V QV pV V V rV V V V V V yV V V &V V V ثV ٫V о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -]V ^V _V `V aV bV V /V 0V qV |V V V V |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdu@A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
V V V V +V BV oV pV V V &V 'V V V )V >V iV wV V                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/AA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V ġV ɡV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLBA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɡV ʡV ˡV V V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
CA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V #V (V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiCA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (V )V 4V 9V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9V :V DV IV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'DA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IV JV KV hV vV V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDEA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V âV ȢV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȢV ɢV ʢV V V 
V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdaFA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V &V +V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +V ,V 7V <V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~GA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <V =V GV LV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LV MV NV vV V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<HA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V ƣV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYIA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƣV ǣV ѣV ֣V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֣V ףV أV V "V 2V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2V 3V >V CV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvJA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CV DV NV SV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SV TV _V dV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4KA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dV eV oV tV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tV uV vV V V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQLA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V ɤV ΤV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΤV ϤV ڤV ߤV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߤV V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnMA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V ]V V ȥV ֥V V                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdMA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,NA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V #V (V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIOA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (V )V *V QV _V oV                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdOA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oV pV {V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfPA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$QA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V 
V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdARA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V  V +V 0V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0V 1V ;V @V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @V AV BV rV V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^SA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V §V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{TA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   §V çV ͧV ҧV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҧV ӧV ԧV V V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9UA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V $V )V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )V *V 4V 9V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9V :V EV JV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVVA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JV KV UV ZV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZV [V \V ȨV ɨV V V V                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdWA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V "V 'V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsWA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'V (V 2V 7V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7V 8V CV HV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1XA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HV IV SV XV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XV YV ZV yV V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNYA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V ĩV ɩV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɩV ʩV ԩV ٩V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkZA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩V کV ۩V V V %V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %V &V 1V 6V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)[A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6V 7V AV FV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FV GV RV WV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WV XV bV gV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF\A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gV hV iV V V V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V êV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc]A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   êV ĪV ϪV ԪV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԪV ժV ߪV V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!^A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V 
V *V OV rV sV ɫV ʫV ׫V ثV ٫V V V                                                                                                                                                                                        gd_  z  kd^A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٫V V V V V V ǬV ȬV ɬV ެV V V V %V &V XV YV jV |V }V V V V V V V V V V Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  V V V ȬV ɬV ӬV ެV V V %V                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	%V &V                                        kd^A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &V YV }V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V                                        kd3`A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V 'V (V vV ծV V 0V @V QV aV bV V                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  V V V V V V 4V cV |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdaA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V ïV įV ůV دV ٯV V bV cV dV V V V V V ưV DV FV VV WV 
V V V "V :V ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jAbA h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  cV dV V V V V V |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdbA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V                                        kdcA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V ưV V V ^V V ȱV V V V ,V DV EV                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  EV FV WV V |            s            s                                                                                                                                                                                           	  $If   gd_   kddA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V V :V ɳV ʳV V V "V #V V V |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdeA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :V ɳV ʳV V V !V "V #V AV V V ҴV V V V (V ZV [V eV oV pV V V ŵV V V V V V V &V 'V JV LV \V ]V mV ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $V V (V [V eV oV                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  oV pV                                        kdHfA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pV V ŵV ׵V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V V                                        kdgA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V :V ;V JV [V V V V V V V V V &V 'V KV                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  KV LV ]V V V _V V V |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdhA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       mV nV V V V V V V θV V )V ^V {V V V ߹V V V V 
V 1V V ºV úV ĺV պV ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jiA h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  V V V V 	V 
V V V ĺV ֺV ׺V V |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd/jA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       պV ׺V V V V )V 3V 4V YV ZV V V V V V V V VV rV V V V V V V V V V V V V V $V XV ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !V V V )V 3V                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  3V 4V                                        kdjA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4V ZV V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V                                        kd=lA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V "V #V rV sV V V V                                                                                                 Y                              kdmA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
V V V V V $V V ޽V V V V V             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdKnA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  XV YV dV eV uV vV zV {V V ޽V V V V V 1V CV V $V ZV \V qV sV V V V V V V gV |V V "V V V V V V V EV lV V V V V V V ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jJsA hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /joA hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -V V V V ;V <V V V 0V 1V CV V V V V &V sV V V V V gV |V V V V V                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  V "V #V (V 0V 5V             f                                                                                                                                                                      kdloA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  5V 6V ;V CV OV o            f            f            f                                                                                                                                                	  $If   gd_    kdoA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at OV PV UV \V aV o            f            f            f                                                                                                                                                	  $If   gd_    kdHpA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at aV bV gV nV zV o            f            f            f                                                                                                                                                	  $If   gd_    kdpA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at zV {V V V V o            f            f            f                                                                                                                                                	  $If   gd_    kd$qA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V V V V V o            f            f            f                                                                                                                                                	  $If   gd_    kdqA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V V V V V o            f            f            f                                                                                                                                                	  $If   gd_    kd rA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V V V V V o            f            f            f                                                                                                                                                	  $If   gd_    kdnrA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V V V V V V V V pV qV .V /V V o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdrA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V V V V V wV V V V V V TV |V V V V V V V V V V V V V &V 'V 3V TV UV V V V V V aV cV sV ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %V V V V V V ^V _V V rV sV {V |V V WV XV V wV V V V V V V V V .V                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  .V ?V PV aV rV sV V V V V V V V V V V #V $V V V V V V `V aV V V V KV                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  KV LV V V TV UV |V V V V V V V V V V &V                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  &V 'V                                        kdsA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'V UV V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V                                        kduA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V .V lV V V V V V aV bV                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
bV cV tV V |            s            s                                                                                                                                                                                           	  $If   gd_   kdmvA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sV tV V V V V V V V V V "V #V -V 7V 8V DV eV fV V V V V V "V V ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 V V V V V V V V #V -V |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd'wA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-V 7V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  7V 8V                                        kdwA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8V fV V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V V                                        kd5yA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V 7V wV V !V V V V                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  V V V V V V V V V V V V V V V V &V GV HV oV pV qV uV ~V V ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    V V V V |            s            s                                                                                                                                                                                           	  $If   gd_   kdzA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V V V V V V |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC{A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V                                        kd{A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V HV nV oV pV qV sV tV                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  tV uV                                        kdQ}A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uV ~V V V V V [V V V nV ~V V                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  V nV ~V V V V V V V V V V V V V V V V V  V *V +V 7V XV YV V V ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    V V V V |            s            s                                                                                                                                                                                           	  $If   gd_   kd~A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V V V V V V  V *V |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*V +V                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +V YV V V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  V V V V V V V V V #V $V %V &V ;V mV nV xV V V V V V V V V V îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  V V                                        kdmA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V 0V oV V V V V V                                                                                                                         f                           kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  V V $V %V &V 0V ;V nV xV V                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd{A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	V V                                        kd5A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V V V V uV vV wV V V V V V V V V V V V V 6V 7V AV KV LV XV tV п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  V V                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V )V 5V \V V V V V -V vV wV                                                                                                                         f                           kd݆A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  wV V V V V V V V V 7V                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	7V AV KV                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  KV LV                                        kdQA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               LV uV vV wV yV V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  tV uV vV wV V V V V V V V V V V V V V V V V )V -V MV 3V FV ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 V V                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V V V #V V V V V                                                                                     s                                                                                              kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
V V V V V V MV V V 3V uV V V +V |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
FV uV V V V V V *V >V yV V V V V  W  W " W , W - W E W O W P W Q W T W U W t W u W  W  W  W  W  W  W  W õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !+V zV V V V V  W " W , W                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  , W - W                                        kdmA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - W U W u W  W  W  W  W  W  W                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   W  W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                W  W OW bW W W W W W W W                                                             f                                    [            [                     
  $If   gd_ K$  kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 W O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 0W RW SW ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ W W W W W W                                     R            I                                                                     	  $If   gd_ Q  kd\A $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdϏA $If   K$L$l 0                                     
t                              4   4 
l a   W W 0W SW fW yW W W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SW W W W W W )W *W +W ,W <W =W nW tW uW }W W W W W W W W W ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J W W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W W *W +W ,W =W nW uW ~W                                                             f                                    [            [                     
  $If   gd_ K$  kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
~W W W W W W W                                     R                                                                                              Q  kd>A $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   W W W W W W                                     R            I                                                                     	  $If   gd_ Q  kdXA $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd˔A $If   K$L$l 0                                     
t                              4   4 
l a   W W W W W W 0W CW DW EW |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W W W W W W W W W BW CW FW OW @W AW W 
W 'W (W )W *W :W ;W <W W W W W W ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ EW FW                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FW OW W .W AW 'W (W )W *W ;W W                                                                                     Y                                          kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
W W W 	W W &W ;W MW gW W W W W W W W 	W #W                                                                                                                                                                                                                      	  $If   gd_  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 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 0
W 1
W 2
W ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  #W =W MW gW W W W                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd?A $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W W W W W 	W 	W 	W 	W |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdљA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W 	W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	W #	W 	W 	W 0
W 1
W 2
W C
W 
W 
W 
W                                                             f                                    [            [                     
  $If   gd_ K$  kdߛA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
2
W B
W C
W a
W i
W 
W 
W 
W 
W 
W W W W W 1W ;W <W =W ?W @W AW NW XW YW W W W W 7
W 
W ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 
W 
W 
W 
W 
W 
W 
W W &W @W ZW bW wW W W W W W                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdA $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   W W W W W                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd+A $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W W AW YW lW W W W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                        kdwA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W 7
W T
W 
W 
W W W W W W W                                                                                                 f                                                   kd˟A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  
W W W W W W W W W W W W 
W W W W W *W +W W W W W þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ W W W +W PW cW vW W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                        kd?A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W ?W gW W W W W W W W                                                                                                 Y                              kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
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 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  W W W !W "W GW ZW mW W W W W             s                                                                                                                                                                 kdMA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W tW W W (W W W W W -W                                                                                     Y                                          kd[A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
W W sW (W W W W W W W -W .W 4W 5W =W ?W W W W W W W W W W 7W AW BW CW EW FW GW ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 -W .W 5W >W ?W GW \W qW W W W W W W W W -W                                                                                                                                                                                                         	  $If   gd_  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -W ?W YW sW W W W W W                                                                                                                                                                                                                                                 	  $If   gd_  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W W W W |            s            s                                                                                                                                                                                           	  $If   gd_   kd9A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W GW HW [W nW W W W W W |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdA $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
GW HW ZW [W W W W W lW \W ]W ^W nW oW {W W W W W SW UW [W \W dW fW _W aW ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  W W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W lW W W W W \W ]W ^W oW                                                                                                 f                                                        kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
oW W UW \W eW fW nW W W W W W W W W                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdɪA $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  W 8W IW cW kW W W W W W W W W 5W FW `W aW                                                                                                                                                                                                                            S  kd[A $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  aW bW cW W W W W W W W W W             s                                                                                                                                                                 kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  aW bW cW {W W W W W W W W W W W W W W W W W W W W W  W  W q!W r!W ["W p"W r"W s"W Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ W W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W W sW W W L W  W !W r!W "W r"W s"W z"W "W #W #W O#W {#W #W #W $W 3$W g$W                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  s"W z"W #W #W #W #W 7$W J$W N$W f$W g$W h$W x$W y$W $W $W $W $W $W 'W 'W  'W !'W ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   g$W h$W y$W $W $W $W |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $W $W $W $W  %W %W '%W A%W [%W l%W %W %W %W %W %W %W %W &W                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdA $If   K$L$l 0                     x                
t                                4   4 
l a   &W (&W =&W O&W i&W &W &W &W &W &W &W 'W 'W 'W  'W                                                                                                                                                                                                                   	  $If   gd_  S  kdGA $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   'W !'W I'W J'W ]'W p'W 'W 'W 'W 'W 'W |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdٯA $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
!'W 9'W C'W D'W H'W I'W J'W \'W ]'W 'W 'W 'W 'W s(W (W l)W )W )W 3*W H*W $+W 9+W +W +W X,W m,W n,W o,W v,W ,W ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 'W 'W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'W 'W s(W m)W )W K*W X*W *W <+W +W o,W v,W ,W ,W ,W -W 0-W O-W n-W -W -W                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ,W ,W ,W ,W 4-W G-W S-W f-W r-W -W -W -W -W -W -W -W -W -W .W .W 
.W .W .W ]0W _0W `0W a0W y0W 0W 0W 0W ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  -W -W -W .W 
.W .W |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .W .W .W 1.W C.W U.W g.W ~.W .W .W .W .W .W .W /W #/W :/W ;/W                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdA $If   K$L$l 0                                     
t                                4   4 
l a   ;/W C/W U/W g/W y/W /W /W /W /W /W /W 0W  0W 60W G0W ^0W _0W                                                                                                                                                                                                                            S  kdAA $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _0W `0W a0W 0W 0W 0W 0W 0W 0W 0W 0W 0W             s                                                                                                                                                                 kdӳA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0W 0W 0W 0W 0W 0W 0W 0W 0W 2W :2W 2W 3W 3W 4W 4W 4W 4W 5W 6W 6W 6W 7W G8W 8W o9W 9W 9W ;W <W <W &<W 9<W <W 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !0W 0W                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0W 0W 2W 2W 3W  4W 4W 4W #5W B5W 5W 5W 5W 6W *7W I8W q9W 9W 9W 9W ;W ;W                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ;W ;W <W "<W A<W <W <W <W <W <W <W =W                                                                                                             f                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  <W <W <W <W <W <W <W <W <W <W =W =W R=W S=W T=W w=W x=W y=W }=W ~=W =W =W >W >W >W >W ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  =W S=W T=W x=W y=W ~=W =W =W             s                                                                                                                                                                                     kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =W =W                                        kdUA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =W =W =W =W =W =W  >W !>W C>W e>W >W >W >W                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  >W >W >W ?W (?W |            s            s            s                                                                                                                                                                          	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >W >W >W '?W (?W )?W *?W +?W 7?W ;?W ??W F?W e?W KAW ^AW AW AW AW AW AW BW BBW VBW BW BW gEW sEW wEW EW EW EW 0FW CFW ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  (?W )?W *?W +?W e?W AW AW KAW AW AW AW CBW BW |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdcA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BW BW BW :CW CW CW DW DW fEW gEW EW EW EW 0FW rFW FW FW (GW wGW GW GW GW GW HW HW )HW                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  CFW rFW FW FW FW FW FW 'GW ;GW vGW GW GW GW GW HW HW HW )HW *HW BHW LHW MHW QHW RHW SHW eHW fHW xHW yHW HW HW HW HW HW HW HW JW JW JW *JW +JW õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ()HW *HW                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *HW RHW SHW fHW yHW HW HW HW HW                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  HW HW                                        kdqA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HW HW HW IW NIW |IW IW IW IW JW JW +JW                                                                                                             f                                       kdżA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  +JW ,JW -JW UJW VJW iJW |JW JW JW JW JW             s                                                                                                                                                                      kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
+JW ,JW -JW EJW OJW PJW TJW UJW VJW hJW iJW {JW |JW JW JW JW JW JW JW sKW tKW uKW KW KW KW KW KW KW KW KW KW KW KW KW KW KW KW KW ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %JW JW                                        kd9A $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JW JW JW JW tKW uKW KW KW                                                 f                                                                                                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  KW KW KW KW KW KW KW KW KW  LW |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdGA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 LW LW                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KW LW 
LW KLW LLW LW LW LW LW LW LW LW LW MW MW 
MW MW MW MW MW 1MW 2MW WMW XMW \MW eMW MW MW NW NW NW NW NW NW NW NW NW NW 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %LW 
LW (LW LLW LW LW LW LW                                                 f                                                                                                                       kdUA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  LW LW MW MW MW 2MW EMW XMW ZMW [MW |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[MW \MW                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \MW eMW MW NW NW NW NW NW                                                 f                                                                                                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  NW NW NW NW kOW lOW OW OW OW PW PW PW 4QW |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       NW NW NW jOW kOW lOW OW OW OW OW PW PW PW QW 4QW GQW jQW ~QW QW QW QW QW QW QW QW QW )RW <RW jRW kRW ~RW RW ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  4QW kQW QW QW )RW kRW RW RW FSW SW SW SW SW SW SW SW SW                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  RW RW RW 
SW ESW YSW SW SW SW SW SW SW SW SW SW TW TW TW !TW "TW #TW +TW HTW ZTW [TW TW TW TW TW TW TW շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\SW SW                                        kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               SW "TW #TW HTW [TW nTW TW TW TW                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  TW TW                                        kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               TW TW UW CUW UUW UW UW UW VW VW VW EVW                                                                                                 f                                                   kd9A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  TW UW UW UW UW UW UW UW UW VW VW VW VW VW VW 0VW 9VW CVW EVW KVW LVW SVW UVW jVW kVW zVW |VW }VW ~VW ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ EVW LVW TVW UVW kVW {VW |VW }VW                                                             R            I                                   	  $If   gd_ Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ }VW ~VW VW VW VW VW VW VW VW VW WW |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd
A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
~VW VW VW VW VW VW VW VW VW VW VW VW VW 
WW WW WW &WW WW RXW \XW ]XW {XW |XW XW XW XW XW XW XW XW ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ WW 
WW                                        kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
WW WW WW WW WW WW XW XW RXW ]XW |XW XW XW XW XW XW                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  XW XW XW YW YW YW YW 6YW <YW =YW DYW FYW OYW uYW vYW YW YW YW YW YW YW YW YW YW YW YW YW YW YW YW ZW ZW 	ZW пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  XW XW YW 6YW =YW EYW |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       EYW FYW vYW YW YW YW                                     R            I                                                                     	  $If   gd_ Q  kdbA $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   YW YW YW YW YW YW YW ZW ZW ZW |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ZW 	ZW                                        kdA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               	ZW ZW ZW ZW ZW ZW 0[W ;[W Z[W [W [W [W [W [W                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
	ZW ZW ZW "ZW ZW 0[W :[W ;[W Y[W Z[W m[W |[W [W [W [W [W [W [W [W [W [W [W [W [W [W [W [W  \W 
\W \W زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 [W [W [W \W |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \W \W 
\W %\W /\W 0\W 4\W 5\W 6\W H\W I\W [\W \\W \W \W \W \W \W \W \W \W ]W ]W ]W ^^W h^W i^W ^W ^W ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    \W 
\W 5\W 6\W I\W \\W o\W \W \W \W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\W \W                                        kdqA $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \W \W \W ;]W ]W ]W ^W #^W ^^W i^W ^W ^W ^W ^W                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^W ^W ^W ^W ^W ^W ^W ^W ^W ^W ^W _W _W _W  _W )_W 3_W 4_W 5_W 6_W 7_W 8_W __W 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ^W ^W _W 5_W |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5_W 6_W 7_W 8_W __W `_W _W R`W `W `W `W *aW eaW faW |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
__W l_W p_W _W R`W `W `W `W `W *aW faW raW vaW aW bW bW bW bW bW bW cW scW cW cW cW cW eW eW eW eW fW fW fW gW gW gW gW 8gW vhW hW hW hW hW hW /jW ]jW ^jW jW jW *kW kW kW lW ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4faW aW bW bW bW bW bW cW scW cW cW cW eW eW eW fW fW gW gW 8gW gW gW "hW 7hW ShW chW vhW hW hW hW                                                                                                                                                                                                                                                                                                                                                                   gd_  hW /jW ^jW jW jW *kW kW kW lW VlW lW lW lW lW mW mW "mW 5mW 9mW                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  lW lW lW lW lW lW mW mW 5mW 8mW 9mW @mW AmW mW mW mW mW mW nW fnW nW nW oW oW voW oW oW oW oW oW 0pW ]pW ^pW cpW pW qW >rW Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $9mW :mW ;mW <mW =mW >mW ?mW @mW AmW M            H            H            H            H            H            H            H                   gd_   kd9A $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   AmW UmW \mW amW qmW rmW mW mW                                                 _            V            V                                                             	 $If   gd_    kdA $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  mW mW mW mW                                                                                                                                                                                                                                                          	 $If   gd_  o  kdA $$If   l       0   T# T                 .                
t  0                                                              4 
l al  mW mW mW mW mW mW mW mW                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdIA $$If   l       0   T# T                 .                
t  0                                                              4 
l al  mW mW mW nW 
nW 2            )            )            )                      	 $If   gd_    kdA $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     
nW `nW anW fnW nW nW nW             [                                                                                                                                           kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  nW nW nW oW oW poW d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  poW qoW voW oW oW oW d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  oW oW oW oW pW *pW d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdnA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  *pW +pW 0pW ^pW cpW pW d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7A $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  pW pW pW pW pW pW pW d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd A $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  pW pW pW qW n            e            e                                                                                                                                                               	 $If   gd_    kdA $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           qW qW qW qW                                                                                                                                                                                                                                                	 $If   gd_  t  kdA $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  qW qW qW #qW (qW 0qW 7qW >qW JqW                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd;A $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  JqW KqW                                             kdA $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          KqW VqW ZqW aqW hqW iqW jqW kqW                                                             A                                  kd1A $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  kqW lqW mqW nqW oqW pqW qqW rqW                                                 A                                              kdA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  rqW sqW tqW uqW vqW wqW qW                                     A            <            7                  gd_    gd_    kdA $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  qW ?rW @rW YrW ZrW srW rW rW rW rW                                                                                                                                                                                                                                                   E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	>rW ?rW @rW FrW GrW YrW ZrW rW rW rW rW rW rW rW rW rW rW rW rW rW rW sW sW $sW %sW <sW =sW >sW BsW CsW `sW asW bsW nsW osW sW ItW uW uW uW uW vW vW 춥x                          /j A hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *rW rW rW rW rW rW rW                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd-A $$If   l 0 
" R                                                           4 
l a   rW rW rW rW rW rW rW                                     a                                                                                                                             E  kdJA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA $$If   l 0 
" R                                                           4 
l a   rW rW rW rW rW rW sW                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA $$If   l 0 
" R                                                           4 
l a   sW sW sW $sW %sW /sW <sW                                     a                                                                                                                             E  kdA $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdgA $$If   l 0 
" R                                                           4 
l a   <sW =sW >sW ?sW @sW AsW BsW                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd%A $$If   l 0 
" R                                                           4 
l a   BsW CsW PsW QsW _sW `sW l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdA $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   `sW asW bsW osW sW HtW ItW ;uW <uW vW vW l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdBA $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
vW vW vW wW wW wW wW #wW $wW (wW )wW +wW SwW TwW wW wW wW wW xW xW xW xW VxW XxW jxW kxW xW xW xW xW xW xW xW xW xW `|W a|W m|W W W W W W W mW nW ʀW ˀW ݀W ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jgA hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0vW +wW 4wW TwW wW wW xW xW xW WxW                                                                                                                                                                                                                                                       S  kdA $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	WxW XxW kxW xW xW xW xW                                     N                                                                                       S  kdA $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd`A $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   xW xW xW xW )yW yW |zW }zW j{W k{W `|W a|W m|W |W K}W }W "~W ~W ~W                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdA $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ~W ~W W 
W mW nW W ʀW ˀW ހW DW EW VW tW W W !W :W VW pW qW zW {W W W yW zW ŇW                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ݀W ހW UW VW fW nW CW EW VW sW tW W [W xW {W W W :W ŇW ۇW ߇W W W =W >W SW TW W W W W W W W W W W W W W ۵۵۵ۭۜۋzrgrrr       jA h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ŇW чW W W W >W TW W                                     j                                                                                                                                           kdA $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  W W W W W %W W W W 
W GW s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdA $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
GW W fW gW W W 	W TW UW W W RW SW W W xW yW FW GW aW rW "W ܒW #W $W W W                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  W  W W W W 	W TW UW W QW W wW !W "W -W .W >W ?W CW DW EW FW GW PW aW rW W W W %W #W W 
W W ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jA hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjaA h_ U !W W W W )W *W >W                                                 e                                                                                                                        F  kdA $$If   l   l '{6    4   4 
l a] p
        F  kd/A $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  W W @W dW eW hW iW oW pW W W W W ɖW ʖW W W W W W  W AW BW YW ZW pW qW W W W W W W W W W W W 8W QW W W W W ,W W W LW uW W ȜW W ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3>W ?W @W IW WW dW eW                                                             5            v  kdA $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdA $$If   l   l '{6    4   4 
l a] p
         eW fW gW hW iW mW nW oW                                     t                                                                                                                                                             v  kd-A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  oW pW W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W ÖW ɖW                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ɖW ʖW ݖW ߖW W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W  W :W <W AW                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         AW BW QW SW YW                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         YW ZW hW jW pW                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         pW qW W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W W W                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W W W W W W W W W W 8W RW W W ͚W                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd1A $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ͚W W W -W aW tW W ƛW W W LW fW vW W ɜW W W W  W "W +W ,W BW hW wW W W W מW ؞W                                                                                                                                                                                                                                                                                                                                                                   gd_  W  W 
W  W !W "W BW XW wW W W ֞W W W 6W WW hW W ȟW W \W qW W W W W W ߠW W W W W пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ؞W W W W W 6W fW gW hW W W ȟW ޟW W W [W \W fW qW W W W                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  W W                                     kdA $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W W W W W *W @W VW XW oW                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	W W )W *W ?W @W UW VW pW yW W 
W W W :W ;W <W =W cW dW iW rW W W W W W £W ãW ģW W Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ oW pW                                     kd3A $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               pW yW W W W W աW W W W W 	W 
W W                                                                                                                                     q                            kdA $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
W ;W <W =W dW eW fW gW hW             q            l                                                                                                                                                       gd_    kdGA $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  hW iW                                     kdA $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               iW rW W W W W âW ߢW W W W 6W KW `W zW {W W                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  W W W £W z            q            q                                                                                                                                                                                       	  $If   gd_    kd[A $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       £W ãW ģW W W W W W z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdA $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       W W W W W W W W W W W W W W W W ?W KW gW sW W W W W W W "W #W &W 0W FW W ҦW ӦW W ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "W W                                     kdA $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W W W W -W .W PW lW mW W W W W                                                                                                             q                                                         kd,B $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  W W W W W W W W z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdB $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       W W                                     kdB $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W W :W ;W W W W W #W                                                             q                                                                                                                             kdB $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  #W $W %W &W FW ӦW W W W (W 3W z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdB $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
W W W 3W eW fW pW zW {W W W ɧW ާW ߧW W W W W W W W W 
W <W =W >W ]W ^W _W `W aW dW mW ɪW ٪W ڪW ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #3W fW pW zW                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  zW {W                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {W W ɧW ߧW W W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  W W                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W W W W W RW W W W W =W                                                                                                 s                                                                        kd-B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =W >W _W `W aW bW cW |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cW dW                                        kd	B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dW mW ȪW ɪW ڪW W                         s                                                                                                                                                                                   kd
B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ڪW W W W W W  W "W -W W W ǮW W &W W W W %W W W W 3W W ѱW -W LW fW W W W ~W W W /W W W W W W 6W W ķW "W AW vW wW о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -W W W W W  W -W ͫW ΫW W W $W /W 9W |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9W :W W W ɬW W 
W W IW ~W ĭW ŭW W W ǮW ܮW W W %W                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  %W &W 1W 6W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6W 7W AW FW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FW GW RW WW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'
B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WW XW bW gW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gW hW iW W W W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W ƯW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƯW ǯW үW ׯW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׯW دW W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W W $W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $W %W 0W 5W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5W 6W @W EW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   EW FW QW VW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VW WW aW fW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fW gW hW W W W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W İW ɰW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɰW ʰW հW ڰW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڰW ۰W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W "W 2W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2W 3W >W CW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CW DW NW SW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SW TW _W dW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dW eW oW tW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tW uW vW W W бW                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   бW ѱW ܱW W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W 
W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W -W ;W KW                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KW LW WW \W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \W ]W gW lW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lW mW xW }W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }W ~W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W DW fW tW W                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W ƳW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƳW ǳW ȳW W W 
W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W )W .W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .W /W :W ?W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?W @W JW OW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OW PW QW ~W W W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W ɴW δW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   δW ϴW ٴW ޴W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޴W ߴW W W W .W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .W /W :W ?W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?W @W JW OW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OW PW [W `W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `W aW kW pW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pW qW rW W W W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W µW ǵW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǵW ȵW ҵW ׵W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1!B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׵W صW W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W fW gW W W W                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdN"B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W ŶW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŶW ƶW жW նW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   նW ֶW W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk#B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W %W 5W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5W 6W AW FW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FW GW QW VW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VW WW bW gW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF%B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gW hW rW wW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wW xW yW W W ÷W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ÷W ķW ϷW ԷW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc&B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԷW շW ߷W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!'B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W  W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W "W 0W @W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @W AW LW QW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>(B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QW RW \W aW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aW bW mW rW             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rW sW }W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[)B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W ȸW W W W gW hW uW vW wW W W                                                                                                                                                                                        gd_  z  kd)B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wW W W W  W TW eW fW gW |W W W W úW ĺW W W W W W ,W -W GW PW #W %W 5W 6W FW Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  W  W TW fW gW qW |W W W úW                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	úW ĺW                                        kd*B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ĺW W W -W /W FW                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  FW GW                                        kdm+B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               GW PW W W ŻW ƻW W sW W μW ޼W W W  W $W                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  $W %W 6W W W W ҽW W |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd,B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       FW GW aW bW cW vW wW W  W W W 'W (W WW XW [W dW W W W W W W W W W ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j{-B h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  W W (W WW XW YW ZW |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd .B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ZW [W                                        kd.B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [W dW W W W [W fW W W W ʿW W W                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  W W W W |            s            s                                                                                                                                                                                           	  $If   gd_   kd0B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W W W W gW hW W W W W W W |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd0B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W gW hW W W W W W W %W :W pW W W W W W W W 
W W 3W 4W cW W W W W IW LW W W W W W W W ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $W W W W W 
W                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  
W W                                        kd1B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W 4W cW uW W W W                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  W W                                        kd2B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W W W W 1W 2W W W >W _W W W W W W                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  W W W LW W W ;W ~W |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd*4B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W &W 'W (W ;W <W KW lW W W W W :W \W }W ~W W W W W .W `W aW bW sW ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j4B h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ~W W W W W W -W .W bW tW uW W |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdi5B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sW uW W W W W W W W W  W 1W 2W 5W >W W W W W (W )W 1W 3W CW DW W W W W W W W W W ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !W W W W W                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  W W                                        kd#6B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W  W 2W 3W 4W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4W 5W                                        kdw7B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5W >W W W W W W W 2W 3W DW                                                                                                 Y                              kd8B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
DW W W W W W XW |W W W IW VW             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd9B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W W W W W W W W XW |W IW VW W W W W W W W W W W W W W W W  W W W W W W W $W (W XW yW W 
W qW rW W W W W ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j>B hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j?:B hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -VW W W W W W W W W W W GW HW W W W W W W W  W W W W W W W                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  W W W W W W             f                                                                                                                                                                      kd:B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  W W W W W o            f            f            f                                                                                                                                                	  $If   gd_    kd;B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W W W W W o            f            f            f                                                                                                                                                	  $If   gd_    kd;B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W  W W W W o            f            f            f                                                                                                                                                	  $If   gd_    kd;B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W W !W )W .W o            f            f            f                                                                                                                                                	  $If   gd_    kd^<B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at .W /W 7W ?W KW o            f            f            f                                                                                                                                                	  $If   gd_    kd<B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at KW LW TW [W `W o            f            f            f                                                                                                                                                	  $If   gd_    kd:=B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `W aW iW pW |W o            f            f            f                                                                                                                                                	  $If   gd_    kd=B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |W }W ~W W  W !W xW yW W W W W &W o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd>B $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W W W &W 2W W W fW qW hW yW W W *W 6W 7W CW GW cW gW hW }W W W W W W W W W $W %W &W *W 3W W W W ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %&W 2W W W eW fW W W OW W W W W kW W W W W W eW fW W W W W W W                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  W W W W W W $W 7W NW eW fW qW W W ?W @W W W W W hW yW W W W ^W W W W                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  W W 3W W W W W *W 7W cW gW hW rW }W W W W                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  W W                                        kd>B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W %W &W (W )W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  )W *W                                        kdS@B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *W 3W rW ~W W W 
W 2W =W vW W W W  W                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
 W W W IW |            s            s                                                                                                                                                                                           	  $If   gd_   kdAB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W HW IW JW LW XW \W xW yW W W W W W W W W W )W *W +W /W 8W W (W ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 IW JW KW LW xW yW W W W W |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdaBB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  W W                                        kdCB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W )W *W +W -W .W                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  .W /W                                        kdoDB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /W 8W wW W W W W 9W W (W 8W 9W                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  (W 8W :W JW KW QW XW YW ZW [W pW W W W W W W W W 
W W W W W  X ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    9W :W KW YW |            s            s                                                                                                                                                                                           	  $If   gd_   kdEB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YW ZW [W eW pW W W W |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd}FB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W                                        kd7GB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W 
W W W W W                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  W W                                        kdHB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W [W gW W W W  X  X X X X                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   X X X X .X /X 5X <X =X >X ?X @X LX PX kX lX X X X X X X X X X X  X ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    X X /X =X |            s            s                                                                                                                                                                                           	  $If   gd_   kdIB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =X >X ?X @X lX vX X X X X |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdJB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X X                                        kdSKB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X  X !X #X $X                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   X !X %X .X X X X X X X X X X X X X X  X !X -X NX OX YX xX yX zX îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  $X %X                                        kdLB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %X .X mX yX X X 
X -X eX X X X                                                                                                                         f                           kdMB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  X X X X X X X X X  X                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdNB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 X !X                                        kdoOB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !X OX yX zX {X }X ~X                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  zX {X X X X X X %X &X ,X 3X 4X 5X 6X pX X X X X X X X X X X X п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ~X X                                        kdPB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X X (X HX wX X X X X                                                                                                                         f                           kdRB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  X &X 4X 5X 6X pX X X X X                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdRB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  X X                                        kdSB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X X .X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X X X X /X 8X 9X :X ;X q	X r	X s	X 	X 	X 	X 	X 	X 	X 	X 	X 	X 	X 	X X X ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 .X /X                                        kdTB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /X 8X :X ;X LX X X r	X s	X 	X 	X                                                                                     s                                                                                              kd3VB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
	X 	X 	X 	X 	X 	X 	X X X X X JX X X |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdVB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X X &X IX ]X X X X X 
X +
X m
X n
X 
X 
X 
X 
X 
X 
X 
X 
X 
X 
X 
X 
X X X %X &X ^X _X yX X X õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !X 
X m
X n
X x
X 
X 
X 
X 
X                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
X 
X                                        kdWB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
X 
X X &X 9X LX _X aX xX                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  xX yX                                        kdXB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yX X X  X -X .X /X @X mX tX |X                                                             f                                    [            [                     
  $If   gd_ K$  kdOZB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
X X -X .X /X ?X @X CX XX aX kX mX sX tX {X }X X X X X X X X X X X X X X X X ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ |X }X X X X X                                     R            I                                                                     	  $If   gd_ Q  kd[B $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	[B $If   K$L$l 0                                     
t                              4   4 
l a   X X X X X X *X =X >X ?X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#\B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X <X =X @X IX lX X X X X X X X X X X X 2X 3X BX DX JX KX LX ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ?X @X                                        kd\B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @X IX lX X X X X X X X X                                                             f                                    [            [                     
  $If   gd_ K$  kd1^B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
X X 3X CX DX EX FX                                     R                                                                                              Q  kdx_B $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd^B $If   K$L$l 0                                     
t                              4   4 
l a   FX GX HX IX JX KX                                     R            I                                                                     	  $If   gd_ Q  kd`B $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd`B $If   K$L$l 0                                     
t                              4   4 
l a   KX LX tX X X X X X X X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	LX dX nX oX pX rX sX tX X X X X X X X X X X X X X X X X X FX OX fX X X ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ X X                                        kdaB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X *X X X X X X X X X                                                                                     Y                                          kd-cB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
X X X X X X X X X X /X IX cX kX X X X X                                                                                                                                                                                                                      	  $If   gd_  S  kdcB $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ X X X X X  X !X "X :X DX EX FX HX IX JX iX jX X X X X X ,X X X X X X ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  X X X X X  X !X                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdydB $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !X "X JX jX X X X X X |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdeB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kdeB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X ,X ZX X X X X +X 2X ;X                                                             f                                    [            [                     
  $If   gd_ K$  kdgB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
X X X X X +X 1X 2X :X <X X X X X X X X X X X X X X X BX CX FX OX X X ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ;X <X DX YX nX X X X X X X  X X *X <X VX pX X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdgB $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   X X X X X                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdehB $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  X X X X 
X X 0X CX DX EX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdhB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	EX FX                                        kdiB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FX OX X X 9X X  X !X "X #X 4X X                                                                                                 f                                                   kdkB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  X X !X "X #X 3X 4X X X X X X X X X X X X X &X 'X *X 3X þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ X X X X X X X 'X (X )X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)X *X                                        kdylB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *X 3X X X HX X /X 0X 1X 2X CX                                                                                                 Y                              kdmB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
3X X X GX HX X /X 0X 1X 2X BX CX X X X X X X X X X X X 0 X 1 X 4 X νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  CX X X X X X X  X  X 1 X 2 X 3 X             s                                                                                                                                                                 kdnB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3 X 4 X                                        kdAoB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 X = X !X 9!X }!X !X e"X f"X g"X x"X "X                                                                                     Y                                          kdpB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
4 X = X !X !X c"X e"X f"X g"X w"X x"X "X "X "X "X "X "X T$X V$X W$X X$X h$X i$X $X $X $X $X $X $X $X $X $X $X ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 "X "X "X "X "X "X "X #X !#X ;#X U#X e#X #X #X #X #X #X                                                                                                                                                                                                         	  $If   gd_  S  kdOqB $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #X #X #X $X !$X ;$X U$X V$X W$X                                                                                                                                                                                                                                                 	  $If   gd_  S  kdqB $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W$X X$X i$X $X |            s            s                                                                                                                                                                                           	  $If   gd_   kdsrB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $X $X $X $X $X %X %X 2%X E%X F%X G%X |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd-sB $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
$X $X $X $X D%X E%X H%X Q%X 
&X 'X 'X 'X (X 
(X (X (X 3(X w(X (X (X (X (X (X )X )X *X *X ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  G%X H%X                                        kdsB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H%X Q%X 
&X j&X &X &X M'X 'X 'X 'X 
(X                                                                                                 f                                                        kdIuB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  

(X w(X (X (X )X )X )X !)X 6)X K)X ])X w)X )X )X )X                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdvB $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  )X )X )X *X 	*X *X 3*X H*X Z*X t*X *X *X *X *X *X *X *X                                                                                                                                                                                                                            S  kdvB $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  *X  +X +X )+X *+X =+X P+X c+X v+X +X +X +X             s                                                                                                                                                                 kd'wB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *X  +X +X +X #+X $+X %+X '+X (+X )+X *+X <+X =+X +X +X +X +X Y,X ,X ,X ,X ,X c-X d-X I.X ^.X /X /X /X 0X 0X 0X Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ +X +X                                        kdwB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +X +X Y,X ,X -X d-X -X -X `.X .X /X /X 0X 0X 0X W0X 0X 0X 0X 1X M1X y1X 1X 1X 2X                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  0X 0X 1X 01X 41X L1X 1X 1X 1X 2X 2X 2X 2X 2X [2X a2X b2X j2X l2X 4X 4X 4X 4X ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   2X 2X 2X [2X b2X k2X |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5yB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k2X l2X t2X 2X 2X 2X 2X 2X 2X 
3X $3X >3X O3X i3X z3X 3X 3X 3X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdyB $If   K$L$l 0                     x                
t                                4   4 
l a   3X 3X 3X 3X 4X !4X 24X L4X f4X w4X 4X 4X 4X 4X 4X                                                                                                                                                                                                                   	  $If   gd_  S  kdzB $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4X 4X 4X 4X 4X 5X !5X 45X G5X H5X I5X |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{B $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
4X 4X 4X 4X 4X 4X 4X 4X 4X F5X G5X J5X S5X 6X =6X 
7X [7X p7X 7X 7X 8X 8X >9X S9X 9X :X :X 
:X :X X:X ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ I5X J5X                                        kd{B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J5X S5X 6X 7X s7X 7X 7X c8X 8X V9X 
:X :X T:X s:X :X :X :X :X ;X M;X N;X                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  X:X k:X w:X :X :X :X :X ;X ;X #;X +;X D;X L;X M;X N;X O;X _;X `;X ;X ;X ;X ;X ;X =X =X =X =X >X !>X ">X &>X ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  N;X O;X `;X ;X ;X ;X |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd/}B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;X ;X ;X ;X ;X ;X <X <X 3<X J<X [<X r<X <X <X <X <X <X <X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd}B $If   K$L$l 0                                     
t                                4   4 
l a   <X <X <X =X =X )=X @=X W=X n=X =X =X =X =X =X =X =X =X                                                                                                                                                                                                                            S  kd{~B $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =X =X =X '>X (>X ;>X N>X a>X t>X >X >X >X             s                                                                                                                                                                 kd
B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  &>X '>X (>X :>X ;>X >X >X >X >X ?X ?X n@X @X @AX AX AX BX ;BX CX DX vDX DX <EX EX iFX 
GX dGX yGX !IX IX IX IX IX #JX 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !>X >X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >X >X ?X n@X @AX AX <BX vBX BX BX =CX [CX CX DX DX EX GX |GX }GX GX  IX !IX                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  !IX aIX IX IX IX JX >JX ]JX |JX JX JX JX                                                                                                             f                                       kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  #JX 6JX BJX UJX aJX tJX JX JX JX JX JX JX JX JX JX KX KX KX KX KX  KX )KX FLX [LX \LX ]LX ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  JX JX JX KX KX KX KX KX             s                                                                                                                                                                                     kdՁB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  KX  KX                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                KX )KX 6KX XKX zKX KX KX KX KX LX %LX GLX \LX                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  \LX ]LX nLX LX LX |            s            s            s                                                                                                                                                                          	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]LX mLX nLX LX LX LX LX LX LX LX LX LX MX NX NX +OX >OX aOX uOX OX OX OX OX /PX CPX SX SX SX <SX SX SX SX SX ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  LX LX LX LX MX NX NX NX +OX bOX OX OX 0PX |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0PX PX PX PX QX QX ?RX @RX SX SX <SX SX SX SX TX GTX TX TX UX jUX kUX uUX UX UX UX UX                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  SX TX #TX FTX ZTX ~TX TX TX TX UX (UX jUX kUX UX UX UX UX UX UX UX UX UX UX UX UX VX VX VX VX )VX *VX <VX =VX AVX JVX VX WX WX WX WX WX õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (UX UX                                        kdWB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UX UX UX VX VX *VX =VX ?VX @VX                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @VX AVX                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AVX JVX VX VX VX WX 8WX RWX WX WX WX WX                                                                                                             f                                       kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  WX WX WX WX WX XX XX -XX @XX BXX CXX             s                                                                                                                                                                      kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
WX WX WX WX WX WX WX WX WX XX XX XX XX ?XX @XX DXX MXX XX XX YX YX YX #YX $YX %YX &YX >YX HYX IYX MYX NYX OYX aYX bYX tYX uYX YX YX ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %CXX DXX                                        kdsB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DXX MXX kXX XX YX YX $YX %YX                                                 f                                                                                                                       kdǊB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  %YX &YX NYX OYX bYX uYX YX YX YX YX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	YX YX                                        kd;B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               YX YX YX YX YX lZX mZX nZX ~ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX [X &[X '[X [X [X 6\X 7\X 8\X H\X I\X J\X K\X X\X 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %YX YX YX YX mZX nZX ZX ZX                                                 f                                                                                                                       kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ZX ZX ZX ZX ZX ZX ZX ZX ZX ZX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ZX ZX                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ZX [X '[X [X 7\X 8\X I\X J\X                                                 f                                                                                                                       kdWB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  J\X K\X L\X }\X 	]X 
]X 1]X 2]X c]X [^X \^X ^X ^X |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X\X \\X }\X ]X 	]X 
]X 1]X >]X B]X c]X ]X \^X ^X ^X ^X ^X _X _X @_X A_X T_X f_X g_X _X _X _X _X _X `X 	`X `X M`X ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^X 	_X A_X _X _X 	`X N`X `X `X 9aX :aX ;aX EaX PaX aX aX aX                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  M`X a`X `X `X `X `X 8aX :aX ;aX PaX aX aX aX aX aX aX aX aX aX aX aX aX aX aX aX bX bX 8bX AbX BbX QbX շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\aX aX                                        kdˑB $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               aX aX aX aX aX bX bX !bX 7bX                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  7bX 8bX                                        kdB $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8bX AbX bX bX bX +cX 6cX bcX cX cX cX cX                                                                                                 f                                                   kdsB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  QbX bX +cX 6cX IcX YcX bcX icX ocX cX cX cX cX cX cX cX cX cX cX cX cX cX cX dX 	dX dX dX dX dX ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ cX cX cX cX 	dX dX dX dX                                                             R            I                                   	  $If   gd_ Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd-B $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ dX dX DdX EdX XdX kdX ~dX dX dX dX dX |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdGB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
dX 4dX >dX ?dX CdX DdX EdX WdX XdX jdX kdX dX dX dX dX dX dX "eX eX eX eX fX fX 5fX efX nfX ufX {fX fX fX ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ dX dX                                        kdB $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               dX dX #eX >eX oeX eX eX eX eX eX fX 6fX HfX nfX fX fX                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  fX fX fX fX fX fX fX fX fX fX fX fX fX gX gX )gX *gX ,gX -gX .gX FgX PgX QgX UgX VgX WgX igX jgX |gX }gX gX gX gX пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  fX fX fX fX fX fX |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdUB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fX fX gX +gX ,gX -gX                                     R            I                                                                     	  $If   gd_ Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a   -gX .gX VgX WgX jgX }gX gX gX gX gX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	gX gX                                        kdB $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               gX gX hX GhX hX hX hX hX hX #iX eiX iiX jiX kiX                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
gX gX gX gX hX hX hX hX hX hX iX iX "iX #iX *iX 0iX diX eiX hiX iiX jiX kiX liX |iX }iX iX iX iX iX iX زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 kiX liX }iX iX |            s            s                                                                                                                                                                                           	  $If   gd_   kd7B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iX iX iX iX iX iX iX iX iX iX iX iX iX jX  jX $jX -jX .jX =jX jX jX JkX NkX kX kX lX lX %lX &lX ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    iX iX iX iX iX iX 
jX  jX "jX #jX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#jX $jX                                        kdB $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $jX -jX jX jX KkX ~kX kX kX kX lX &lX QlX lX lX                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
&lX 9lX HlX PlX QlX XlX ^lX lX lX lX lX lX lX lX lX lX lX lX lX lX lX lX lX 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  lX lX lX lX |            s            s                                                                                                                                                                                           	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lX lX lX lX lX lX 9mX mX "nX #nX \nX nX oX oX |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
lX 
mX mX 9mX mX "nX /nX 3nX \nX nX oX oX oX 6oX oX pX tpX upX pX pX pX qX AqX MqX QqX yqX KsX ysX sX sX sX gtX htX tX tX tX tX tX vX <vX =vX SvX WvX vX wX wX wX 5xX xX xX !yX ]yX yX ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4oX 6oX oX pX pX tpX upX pX qX @qX AqX yqX KsX xsX ysX sX htX tX tX tX uX uX uX uX uX vX vX <vX =vX vX                                                                                                                                                                                                                                                                                                                                                                   gd_  vX wX wX 5xX xX xX !yX ]yX yX yX +zX zX zX zX zX zX zX zX zX                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  yX +zX /zX zX zX zX zX zX zX zX zX zX zX -{X .{X /{X 0{X l{X {X |X 1|X |X |X |X }X ?}X @}X d}X }X }X }X }X }X ~X &~X *X X Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $zX zX zX zX zX zX zX zX zX M            H            H            H            H            H            H            H                   gd_   kdsB $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   zX zX zX zX {X {X {X  {X                                                 _            V            V                                                             	 $If   gd_    kdB $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_   {X !{X -{X .{X                                                                                                                                                                                                                                                          	 $If   gd_  o  kdB $$If   l       0   T# T                 .                
t  0                                                              4 
l al  .{X /{X 0{X ;{X ?{X R{X Z{X f{X                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdB $$If   l       0   T# T                 .                
t  0                                                              4 
l al  f{X g{X l{X {X {X 2            )            )            )                      	 $If   gd_    kd B $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     {X {X {X |X 1|X 6|X {|X             [                                                                                                                                           kdMB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  {|X ||X |X |X |X }X d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  }X }X }X @}X D}X ^}X d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdߥB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^}X _}X d}X }X }X }X d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  }X }X }X }X ~X '~X d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdqB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  '~X (~X )~X 3~X ~X ~X ~X d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd:B $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~X ~X ~X ~X n            e            e                                                                                                                                                               	 $If   gd_    kdB $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ~X ~X ~X ~X                                                                                                                                                                                                                                                	 $If   gd_  t  kdةB $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~X ~X ~X ~X ~X ~X ~X ~X ~X                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kduB $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~X ~X                                             kdB $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ~X ~X ~X ~X X X X 	X                                                             A                                  kdkB $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  	X 
X X X 
X X X X                                                 A                                              kdJB $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  X X X X X X *X                                     A            <            7                  gd_    gd_    kd)B $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  *X X X X X X "X #X 7X 9X                                                                                                                                                                                                                                                   E  kdB $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	X X X X X X X "X #X 9X :X <X =X KX LX YX ZX yX zX |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                          /j:B hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *9X :X ;X <X =X EX KX                                     a                                                                                                                             E  kdƯB $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdgB $$If   l 0 
" R                                                           4 
l a   KX LX UX YX ZX mX yX                                     a                                                                                                                             E  kdB $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%B $$If   l 0 
" R                                                           4 
l a   yX zX {X |X }X X X                                     a                                                                                                                             E  kdBB $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdB $$If   l 0 
" R                                                           4 
l a   X X X X ÀX ̀X ڀX                                     a                                                                                                                             E  kd B $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdB $$If   l 0 
" R                                                           4 
l a   ڀX ۀX ܀X ݀X ހX ߀X X                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd_B $$If   l 0 
" R                                                           4 
l a   X X X X X X l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdB $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   X X  X 
X X X X قX ڂX X X l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd|B $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
X X X X X X X X X ƄX ǄX ɄX X X JX KX WX XX X X X X X X X 	X -X /X ?X @X X X X X X X X X MX PX eX X X X X X hX iX {X ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jB hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0X ɄX ҄X X KX XX X X X X                                                                                                                                                                                                                                                       S  kdB $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	X X 	X .X /X @X X                                     N                                                                                       S  kd,B $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdB $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X X X X ǆX ^X X X X 	X X X X X X ZX X )X X                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdB $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X X PX X X X JX hX iX |X X X X X 4X X X ؑX X X X X X X X X X cX                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  {X |X X X X X X X X X X 4X X X X X X ؔX cX yX }X X X ەX ܕX X X #X $X %X AX BX MX NX OX SX TX X X X ۵۵۵ۭۜۋzrgrrr       j4B h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'cX oX ~X X X ܕX X $X                                     j                                                                                                                                           kdPB $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  $X %X 6X X X ÖX !X "X >X X X s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd·B $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
X ?X X X VX X X X X X X X X _X `X X X X X X X X zX X ¡X @X AX                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  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 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jB hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjB h_ U !AX X X X ǣX ȣX ܣX                                                 e                                                                                                                        F  kdܹB $$If   l   l '{6    4   4 
l a] p
        F  kdiB $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  X X ޣX X X X X 
X X /X 0X PX QX gX hX X X X X X X ߤX X X X X X )X *X QX RX SX TX UX 3X 4X @X X ֧X X #X )X ,X X ʨX X X X X GX fX X ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ܣX ݣX ޣX X X X X                                                             5            v  kdºB $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdOB $$If   l   l '{6    4   4 
l a] p
         X X X X X X X 
X                                     t                                                                                                                                                             v  kdgB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  
X X 'X )X /X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /X 0X IX KX PX                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         PX QX _X aX gX                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gX hX {X }X X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdiB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X ؤX ڤX ߤX                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ߤX X X X X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X X X X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X X "X $X )X                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )X *X 1X 6X QX                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         QX RX SX TX UX 3X 4X @X X X ֧X X $X 7X kX                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdkB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         kX X X ˨X X X FX dX X X X X X HX gX X X X X X ɫX ʫX X X X (X )X BX uX vX                                                                                                                                                                                                                                                                                                                                                                   gd_  X X X X X X X X X 'X \X tX X X ԬX X X :X fX X X X AX BX LX VX WX }X ~X X X X пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  vX X X X X ԬX X X X :X PX fX |X X X X X X X BX LX VX                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  VX WX                                     kdB $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               WX ~X X X X ȮX ޮX X X 
X                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	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 aX bX X Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 
X X                                     kdmB $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X X 9X :X NX OX sX X X X X X X X                                                                                                                                     q                            kdB $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
X ٯX گX ۯX X X X X X             q            l                                                                                                                                                       gd_    kdB $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X X                                     kd>B $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               X X 1X 2X FX GX aX }X ~X X X ԰X X X X X .X                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  .X /X @X `X z            q            q                                                                                                                                                                                       	  $If   gd_    kdB $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       `X aX bX X X X X X z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdRB $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       X X X X X X !X 1X 2X QX RX TX X X X X ݲX X X X 0X <X X X X X X X ĳX γX X .X pX qX X ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "X X                                     kdB $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X X X X ˱X ̱X X 
X X  X !X 2X RX                                                                                                             q                                                         kdfB $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  RX SX TX X X X X X z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd#B $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       X X                                     kdB $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X X زX ٲX X X X X X                                                             q                                                                                                                             kd7B $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X ³X óX ĳX X qX X X X ƴX ѴX z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdB $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
X X X ѴX X X X X X 9X :X gX |X }X X X PX 4X 6X FX GX X X ڷX ۷X ܷX X X X X X X X gX wX xX ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ѴX X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X :X gX }X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X RX SX X X X X 5X 6X GX X ۷X                                                                                                 s                                                                        kdgB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ۷X ܷX X X X  X X |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd!B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X fX gX xX X                         s                                                                                                                                                                                   kd/B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  xX X X X X X X X ˸X MX NX eX X ļX %X DX X ýX (X GX X ѾX PX oX ˿X X X #X X X X ;X X X 6X UX 4X SX X X CX bX X X X X о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -X X X X X X ˸X kX lX X X ¹X ͹X ׹X |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
׹X عX 8X OX gX ~X X X X X bX cX MX NX eX zX X X üX                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  üX ļX ϼX ԼX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԼX ռX ߼X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X  X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X %X 3X CX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CX DX OX TX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TX UX _X dX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dX eX pX uX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uX vX X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X ½X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ½X ýX νX ӽX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӽX ԽX ޽X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X (X 6X FX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FX GX RX WX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WX XX bX gX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gX hX sX xX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xX yX X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X оX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   оX ѾX ܾX X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X 
X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X PX ^X nX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nX oX zX X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X ˿X ٿX X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X 
X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X &X +X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +X ,X -X X X X X "X                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdAB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "X #X .X 3X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3X 4X >X CX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CX DX OX TX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TX UX _X dX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dX eX fX X X X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X *X :X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :X ;X FX KX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KX LX VX [X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [X \X gX lX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lX mX wX |X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |X }X ~X X X X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X 	X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X 6X DX TX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TX UX `X eX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eX fX pX uX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uX vX X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X 4X BX RX                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RX SX ^X cX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cX dX nX sX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sX tX X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X  X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X CX QX aX                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aX bX mX rX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rX sX }X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X  X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X  X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    X !X "X FX fX X X X X X X X X 8X X                                                                                                                                                                                        gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X &X 8X SX X X X X X X LX MX WX aX bX X X X X X X X X X X X X X X Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  X X X X X X X MX WX aX                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	aX bX                                        kdSB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bX X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X BX CX cX dX X X GX lX |X X X X X                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  X X X %X >X WX pX X |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X  X X X X $X X X X X X X X X X X X X X IX JX MX ^X vX ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jB h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  X X X X X X X |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd:B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X JX KX X X X  X 9X SX hX X X                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  X X X JX |            s            s                                                                                                                                                                                           	  $If   gd_   kdHB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       JX KX LX MX vX X X :X LX ^X _X NX OX |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vX X X 9X :X ]X ^X _X }X X X X ;X MX OX dX X X X X X X X X $X %X (X 1X X X bX cX X X X X X ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $OX YX dX X X X                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  X X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X %X &X 'X                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  'X (X                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (X 1X vX wX X X X X NX X X X #X @X bX cX X                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  X X X X @X X X X |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kddB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X X X X X 
X @X eX X X X X X X X 0X FX mX X X X  X X ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j C h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  X X X X EX FX X X  X X X X |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X (X ZX [X eX oX pX X X X X X X X GX UX X X X X X X X X ,X -X /X 0X BX TX UX `X X ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !X (X [X eX oX                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  oX pX                                        kd]C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pX X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X X                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X =X >X ^X _X X X X X X                                                                                                 Y                              kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
X -X .X /X 0X `X X X OX PX X X             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X X X X X X X X X X X X  X 1X mX X MX `X X X X X NX OX QX RX X X X X *X ^X -X 4X X X X X X X X X (X )X 9X :X ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j	C hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jyC hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -X X  X 1X wX xX 8X 9X lX mX X X X LX MX bX X OX RX X X X X )X *X 9X KX                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  KX ^X _X dX lX qX             f                                                                                                                                                                      kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  qX rX wX X X o            f            f            f                                                                                                                                                	  $If   gd_    kdNC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kd*C $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kdtC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X X X X X X X X X X jX kX X o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdP	C $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :X =X >X X X X X X X Y Y Y Y Y Y Y Y Y Y Y Y Y MY NY XY bY cY oY Y Y Y Y Y Y Y Y Y Y ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %X X LX MX X X X X X X X X X 	X X X .X X X X X %X 2X ?X LX YX jX                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  jX {X X X X X X X X X X X ?X @X X X _X `X 2 Y 3 Y Y Y LY Y Y Y *Y WY Y                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Y Y Y !Y Y Y Y Y Y Y Y Y Y Y NY XY bY                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  bY cY                                        kd9
C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cY Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y CY jY Y Y Y Y Y CY Y Y                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Y Y Y Y |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y Y Y 	Y 	Y ,	Y ^	Y _	Y i	Y s	Y t	Y 	Y 	Y 	Y 	Y 	Y 	Y 	Y 	Y ^Y Y ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Y Y Y Y 	Y 	Y !	Y ,	Y _	Y i	Y |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i	Y s	Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  s	Y t	Y                                        kdUC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t	Y 	Y 	Y 	Y 	Y 	Y 	Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	Y 	Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	Y 	Y 
Y !
Y H
Y s
Y 
Y 
Y ]Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Y Y Y Y Y Y Y Y Y Y Y @Y AY KY UY VY bY Y Y Y Y Y Y Y BY ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Y Y Y Y |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y AY KY UY |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UY VY                                        kdqC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VY Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y 
Y ,
Y W
Y 
Y 
Y AY Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  BY Y Y Y Y Y Y Y Y Y Y Y Y Y 	Y 
Y Y QY RY \Y fY gY sY Y Y Y Y ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Y Y Y Y |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y 
Y Y Y RY \Y fY |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	fY gY                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gY Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Y Y Y Y ?Y AY QY RY XY _Y `Y aY bY wY Y Y Y Y Y Y Y Y Y Y Y Y îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y >Y lY Y Y Y ?Y @Y AY                                                                                                                         f                           kd5C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  AY RY `Y aY bY lY wY Y Y Y                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Y Y Y &Y Y Y Y Y Y Y Y Y Y Y Y (Y *Y +Y @Y rY sY }Y Y Y Y Y п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y &Y eY qY Y Y Y Y 2Y iY Y Y                                                                                                                         f                           kdQC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Y Y Y Y Y Y +Y 5Y @Y sY                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	sY }Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y Y Y Y Y Y Y Y Y Y Y Y !Y "Y TY UY VY WY XY YY eY iY Y oY Y ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Y Y                                        kd C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y )Y _Y Y Y "Y TY                                                                                     s                                                                                              kdm!C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
TY UY VY WY XY YY Y :Y ;Y oY Y Y  Y gY |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd'"C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y Y Y Y Y Y 3Y fY zY Y Y Y Y !Y SY TY ^Y hY iY Y Y Y Y Y Y Y Y Y Y Y Y Y  Y ,Y õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !gY Y Y Y Y !Y TY ^Y hY                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  hY iY                                        kd"C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iY Y Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Y Y                                        kd5$C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y  Y Y Y Y Y Y Y Y Y Y                                                             f                                    [            [                     
  $If   gd_ K$  kd%C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
,Y Y Y Y Y Y Y Y Y Y 	Y Y Y Y Y Y 0Y 1Y @Y BY CY DY \Y fY gY hY jY kY lY Y Y ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Y Y 1Y AY BY CY                                     R            I                                                                     	  $If   gd_ Q  kd&C $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdC&C $If   K$L$l 0                                     
t                              4   4 
l a   CY DY lY Y Y Y Y Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]'C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Y Y Y Y 
Y eY fY gY hY xY yY Y Y Y Y Y Y Y Y Y Y Y Y ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Y Y                                        kd(C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y 
Y 8Y fY gY hY yY Y Y Y                                                             f                                    [            [                     
  $If   gd_ K$  kdk)C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Y Y Y Y Y Y Y                                     R                                                                                              Q  kd*C $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%*C $If   K$L$l 0                                     
t                              4   4 
l a   Y Y Y Y Y Y                                     R            I                                                                     	  $If   gd_ Q  kd+C $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd?+C $If   K$L$l 0                                     
t                              4   4 
l a   Y Y Y 3Y 4Y YY lY Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY,C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Y Y 
Y Y Y Y Y 3Y 4Y ~Y Y Y Y | Y } Y 0!Y I!Y c!Y d!Y e!Y f!Y v!Y w!Y x!Y !Y !Y "Y 4"Y :"Y ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Y Y                                        kd-C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y j Y } Y c!Y d!Y e!Y f!Y w!Y 4"Y                                                                                     Y                                          kdg.C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
4"Y ;"Y D"Y E"Y M"Y b"Y w"Y "Y "Y "Y "Y "Y #Y 	#Y #Y 3#Y E#Y _#Y                                                                                                                                                                                                                      	  $If   gd_  S  kd!/C $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ :"Y ;"Y C"Y E"Y #Y #Y #Y #Y #Y #Y #Y #Y #Y #Y #Y $Y $Y R$Y S$Y V$Y _$Y k$Y $Y T%Y k%Y l%Y m%Y n%Y ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  _#Y y#Y #Y #Y #Y #Y #Y                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd/C $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #Y #Y #Y $Y -$Y @$Y S$Y T$Y U$Y |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdE0C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U$Y V$Y                                        kd0C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V$Y _$Y $Y $Y l%Y m%Y n%Y %Y %Y %Y %Y                                                             f                                    [            [                     
  $If   gd_ K$  kdS2C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
n%Y ~%Y %Y %Y %Y %Y %Y %Y %Y %Y Q'Y S'Y T'Y U'Y m'Y w'Y x'Y y'Y {'Y |'Y }'Y 'Y 'Y 'Y 'Y 'Y 'Y 'Y s(Y !)Y ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 %Y %Y %Y %Y &Y &Y 8&Y R&Y b&Y |&Y &Y &Y &Y &Y &Y &Y 'Y 'Y                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd
3C $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   'Y 8'Y R'Y S'Y T'Y                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd3C $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T'Y U'Y }'Y 'Y 'Y 'Y 'Y 'Y 'Y 'Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd14C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'Y 'Y                                        kd4C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'Y 'Y s(Y (Y (Y  )Y )Y )Y )Y )Y )Y %*Y                                                                                                 f                                                   kd?6C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  !)Y )Y )Y )Y )Y )Y )Y $*Y %*Y &*Y >*Y H*Y I*Y J*Y L*Y M*Y N*Y f*Y g*Y *Y *Y *Y *Y þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ %*Y &*Y N*Y g*Y *Y *Y *Y *Y *Y *Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*Y *Y                                        kd7C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *Y *Y {+Y +Y +Y /,Y ,Y ,Y ,Y ,Y ,Y                                                                                                 Y                              kd9C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
*Y z+Y |+Y +Y +Y /,Y ,Y ,Y ,Y ,Y ,Y ,Y 3-Y 4-Y 5-Y M-Y W-Y X-Y Y-Y [-Y \-Y ]-Y ^-Y -Y -Y -Y νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ,Y 4-Y 5-Y ]-Y ^-Y -Y -Y -Y -Y -Y -Y -Y             s                                                                                                                                                                 kd9C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -Y -Y                                        kd{:C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -Y -Y .Y .Y /Y d/Y 0Y 0Y 0Y 0Y i0Y                                                                                     Y                                          kd;C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
-Y -Y .Y d/Y 0Y 0Y 0Y 0Y 0Y 0Y i0Y j0Y p0Y q0Y y0Y {0Y 1Y 1Y 1Y 1Y 2Y 2Y Y2Y Z2Y [2Y s2Y }2Y ~2Y 2Y 2Y 2Y 2Y ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 i0Y j0Y q0Y z0Y {0Y 0Y 0Y 0Y 0Y 0Y 0Y 1Y 1Y 71Y ?1Y T1Y i1Y                                                                                                                                                                                                         	  $If   gd_  S  kd<C $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i1Y {1Y 1Y 1Y 1Y 1Y 1Y 1Y 1Y                                                                                                                                                                                                                                                 	  $If   gd_  S  kd=C $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1Y 1Y 2Y Z2Y |            s            s                                                                                                                                                                                           	  $If   gd_   kd=C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z2Y [2Y 2Y 2Y 2Y 2Y 2Y 2Y 2Y 2Y 2Y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg>C $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
2Y 2Y 2Y 2Y 2Y 2Y 2Y 2Y 3Y 5Y 5Y 5Y 5Y 5Y 5Y 5Y 5Y 6Y [6Y 6Y 6Y 6Y 6Y 6Y 6Y 8Y 8Y ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  2Y 2Y                                        kd/?C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2Y 2Y 3Y 4Y D4Y X4Y 4Y 5Y 5Y 5Y 5Y                                                                                                 f                                                        kd@C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
5Y 6Y 6Y 6Y 6Y 6Y 6Y 6Y 6Y 6Y 6Y 7Y /7Y @7Y Z7Y                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd=AC $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Z7Y t7Y 7Y 7Y 7Y 7Y 7Y 7Y 7Y 8Y ,8Y =8Y W8Y q8Y 8Y 8Y 8Y                                                                                                                                                                                                                            S  kdAC $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  8Y 8Y 8Y 8Y 8Y 8Y 8Y 9Y 9Y '9Y (9Y )9Y             s                                                                                                                                                                 kdaBC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y 8Y &9Y '9Y *9Y 39Y 9Y &:Y ':Y M:Y N:Y ;Y ;Y ;Y ;Y <Y <Y =Y =Y =Y =Y Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ )9Y *9Y                                        kdCC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *9Y 39Y 9Y N:Y :Y ;Y 5;Y ;Y ;Y S<Y <Y X=Y =Y =Y =Y =Y D>Y [>Y >Y >Y >Y ?Y C?Y o?Y ?Y                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  =Y =Y >Y >Y >Y >Y s?Y ?Y ?Y ?Y ?Y ?Y ?Y ?Y ?Y ?Y  @Y @Y 
@Y YBY [BY \BY ]BY ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ?Y ?Y ?Y ?Y  @Y 	@Y |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdoDC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@Y 
@Y @Y '@Y <@Y Q@Y c@Y }@Y @Y @Y @Y @Y @Y AY AY 2AY :AY OAY                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd)EC $If   K$L$l 0                     x                
t                                4   4 
l a   OAY dAY yAY AY AY AY AY AY BY BY /BY @BY ZBY [BY \BY                                                                                                                                                                                                                   	  $If   gd_  S  kdEC $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \BY ]BY BY BY BY BY BY BY BY BY BY |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdMFC $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
]BY uBY BY BY BY BY BY BY BY BY BY BY BY CY CY DY DY EY oEY EY `FY uFY FY FY GY GY GY GY GY GY ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ BY BY                                        kdGC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               BY BY CY DY EY EY EY FY xFY FY GY GY GY HY 0HY UHY lHY HY HY HY HY                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  GY 	HY HY (HY pHY HY HY HY HY HY HY HY HY HY HY HY HY HY BIY HIY IIY QIY SIY KY KY KY KY KY KY KY KY ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  HY HY HY BIY IIY RIY |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdiHC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       RIY SIY [IY mIY IY IY IY IY IY IY IY JY 'JY 8JY NJY _JY vJY wJY                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd#IC $If   K$L$l 0                                     
t                                4   4 
l a   wJY JY JY JY JY JY JY JY KY KY 4KY KKY \KY rKY KY KY KY                                                                                                                                                                                                                            S  kdIC $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  KY KY KY KY KY KY KY KY LY %LY 'LY (LY             s                                                                                                                                                                 kdGJC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  KY KY KY KY KY $LY %LY )LY 2LY DMY vMY NY >NY NY ?OY [OY OY OY -QY QY RY )RY RY SY TY TY UY UY VY CWY VWY bWY uWY WY 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !(LY )LY                                        kdKC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )LY 2LY DMY NY NY \OY OY PY _PY ~PY PY PY +QY QY fRY SY TY UY UY "UY VY VY                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  VY VY ?WY ^WY }WY WY WY WY XY 9XY :XY KXY                                                                                                             f                                       kdULC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  WY WY WY WY WY XY XY 1XY 8XY :XY JXY KXY XY XY XY XY XY XY XY XY XY XY YY YY YY YY ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  KXY XY XY XY XY XY XY XY             s                                                                                                                                                                                     kdMC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  XY XY                                        kdMC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XY XY XY XY YY :YY \YY ]YY YY YY YY YY YY                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  YY YY ZY ?ZY dZY |            s            s            s                                                                                                                                                                          	  $If   gd_   kdOC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YY ZY ZY cZY dZY eZY fZY gZY sZY wZY {ZY ZY ZY \Y \Y \Y \Y \Y ]Y 7]Y K]Y ~]Y ]Y ]Y ]Y `Y `Y `Y `Y 5aY 8aY laY aY ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  dZY eZY fZY gZY ZY Q\Y S\Y \Y \Y  ]Y 8]Y ]Y ]Y |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdOC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]Y #^Y $^Y v^Y _Y _Y _Y _Y `Y `Y `Y 7aY 8aY laY aY aY bY dbY bY cY 	cY cY cY QcY [cY ecY                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  aY aY aY aY aY bY 0bY cbY wbY bY bY cY 	cY cY PcY QcY [cY ecY fcY ~cY cY cY cY cY cY cY cY cY cY cY cY cY cY cY cY 0dY TeY UeY VeY feY geY õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ecY fcY                                        kdPC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fcY cY cY cY cY cY cY cY cY                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  cY cY                                        kdQC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cY cY 0dY SdY dY dY dY dY 'eY UeY VeY geY                                                                                                             f                                       kd9SC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  geY heY ieY eY eY eY eY eY eY eY eY             s                                                                                                                                                                      kdSC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
geY heY ieY eY eY eY eY eY eY eY eY eY eY eY eY eY eY ,fY -fY fY fY fY fY fY fY fY fY fY fY fY fY fY fY  gY gY gY 8gY 9gY ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %eY eY                                        kdTC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eY eY 	fY -fY fY fY fY fY                                                 f                                                                                                                       kdVC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  fY fY fY fY  gY gY &gY 9gY ;gY <gY |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdVC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<gY =gY                                        kduWC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9gY =gY FgY gY gY 
hY hY hY hY hY hY hY 7hY AhY BhY FhY GhY HhY ZhY [hY mhY nhY hY hY hY hY hY hY GiY HiY iY iY iY iY iY iY iY iY 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %=gY FgY dgY gY hY hY hY hY                                                 f                                                                                                                       kdXC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  hY hY GhY HhY [hY nhY hY hY hY hY |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdYC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	hY hY                                        kd=ZC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hY hY hY HiY iY iY iY iY                                                 f                                                                                                                       kd[C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  iY iY iY jY jY jY jY jY kY kY kY .lY plY |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdK\C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iY iY jY jY jY jY jY jY jY kY [kY kY .lY AlY plY lY lY lY lY lY lY mY mY #mY $mY 7mY emY xmY mY mY mY mY ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  plY lY lY $mY emY mY mY 3nY nY nY nY nY nY nY !oY +oY 5oY                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  mY mY 2nY FnY nY nY nY nY nY nY  oY !oY +oY 5oY 6oY NoY XoY YoY ]oY ^oY _oY goY oY oY oY oY oY oY oY oY oY շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\5oY 6oY                                        kd]C $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6oY ^oY _oY oY oY oY oY oY oY                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  oY oY                                        kdY^C $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               oY oY NpY pY pY pY pY  qY BqY CqY TqY qY                                                                                                 f                                                   kd_C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  oY NpY pY pY pY pY  qY qY 
qY AqY BqY CqY SqY TqY WqY lqY uqY qY qY qY qY qY qY qY qY qY qY qY qY ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ qY qY qY qY qY qY qY qY                                                             R            I                                   	  $If   gd_ Q  kd`C $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdg`C $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ qY qY qY qY qY 	rY rY /rY 1rY 2rY HrY |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdaC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
qY qY qY qY qY qY qY qY qY rY 	rY .rY /rY IrY RrY SrY brY rY sY sY sY sY sY sY tY tY tY tY *tY +tY ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ HrY IrY                                        kd;bC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               IrY RrY rY rY 
sY *sY CsY VsY sY sY sY sY sY tY +tY ,tY                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  +tY ,tY -tY =tY >tY AtY GtY rtY xtY ytY tY tY tY tY tY tY tY tY tY tY tY tY tY tY tY tY uY uY uY uY @uY AuY EuY пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ,tY -tY >tY rtY ytY tY |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdcC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tY tY tY tY tY tY                                     R            I                                                                     	  $If   gd_ Q  kddC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdIdC $If   K$L$l 0                                     
t                              4   4 
l a   tY tY tY tY uY uY .uY AuY CuY DuY |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdceC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	DuY EuY                                        kdfC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               EuY NuY uY uY vY 1vY lvY wvY vY vY wY wY wY 	wY                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
EuY NuY OuY ^uY uY lvY vvY wvY vY vY vY vY vY vY vY vY wY wY wY wY wY 	wY 
wY wY wY wY 3wY <wY FwY GwY زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 	wY 
wY wY HwY |            s            s                                                                                                                                                                                           	  $If   gd_   kdqgC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       GwY HwY IwY awY kwY lwY pwY qwY rwY wY wY wY wY wY wY wY wY wY wY 9xY :xY xY xY .yY yY yY yY yY yY ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    HwY IwY qwY rwY wY wY wY wY wY wY |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+hC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wY wY                                        kdhC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               wY wY :xY wxY xY yY MyY _yY yY yY yY yY 1zY 2zY                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
yY yY yY yY yY yY yY 0zY 1zY 2zY 3zY CzY DzY GzY \zY ezY ozY pzY qzY rzY szY tzY zY 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  2zY 3zY DzY qzY |            s            s                                                                                                                                                                                           	  $If   gd_   kd9jC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qzY rzY szY tzY zY zY zY {Y {Y {Y {Y f|Y |Y |Y |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdjC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
zY zY zY zY {Y {Y {Y {Y {Y f|Y |Y |Y |Y |Y Q}Y }Y ~Y ~Y ~Y #~Y L~Y ~Y ~Y ~Y ~Y Y Y Y #Y 'Y TY Y Y @Y AY MY QY tY Y ڃY ۃY Y Y !Y kY Y Y ӅY )Y fY Y Y SY ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4|Y |Y Q}Y }Y }Y ~Y ~Y L~Y ~Y ~Y ~Y Y Y Y Y TY Y @Y AY tY (Y )Y ^Y sY Y Y Y ڃY ۃY !Y                                                                                                                                                                                                                                                                                                                                                                   gd_  !Y kY Y ӅY )Y fY Y Y SY Y ɇY +Y ,Y 7Y CY RY ^Y qY uY                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  SY ɇY ͇Y *Y +Y 7Y MY QY qY tY uY |Y }Y ˈY ̈Y ͈Y ΈY 
Y AY Y ωY Y UY VY Y ݊Y ފY Y 9Y :Y lY Y Y Y ċY ȌY zY Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $uY vY wY xY yY zY {Y |Y }Y M            H            H            H            H            H            H            H                   gd_   kdkC $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   }Y Y Y Y Y Y Y Y                                                 _            V            V                                                             	 $If   gd_    kdKlC $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Y Y ˈY ̈Y                                                                                                                                                                                                                                                          	 $If   gd_  o  kd mC $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ̈Y ͈Y ΈY وY ݈Y Y Y Y                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdmC $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Y Y 
Y AY FY 2            )            )            )                      	 $If   gd_    kdZnC $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     FY Y Y Y ωY ԉY Y             [                                                                                                                                           kdoC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Y Y Y VY ZY Y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdPpC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y Y Y ފY Y Y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdqC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y Y Y :Y ?Y fY d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdqC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  fY gY lY Y Y ŋY d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdrC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ŋY ƋY ǋY ыY  Y %Y 1Y d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdtsC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1Y 2Y 5Y ?Y n            e            e                                                                                                                                                               	 $If   gd_    kd=tC $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ?Y @Y CY LY                                                                                                                                                                                                                                                	 $If   gd_  t  kduC $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  LY MY NY _Y dY lY sY zY Y                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kduC $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Y Y                                             kdLvC $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Y Y Y Y Y Y Y Y                                                             A                                  kdwC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Y Y Y Y Y Y Y Y                                                 A                                              kdxC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Y Y Y Y Y Y ȌY                                     A            <            7                  gd_    gd_    kdcyC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ȌY {Y |Y Y Y Y Y Y ՍY ׍Y                                                                                                                                                                                                                                                   E  kdBzC $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	zY {Y |Y Y Y Y Y Y Y ׍Y ؍Y ڍY ۍY Y Y Y Y Y Y Y Y GY HY `Y aY xY yY zY ~Y Y Y Y Y Y Y Y Y *Y +Y 6Y 7Y GY HY 춥x                          /jtC hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *׍Y ؍Y ٍY ڍY ۍY Y Y                                     a                                                                                                                             E  kd {C $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdzC $$If   l 0 
" R                                                           4 
l a   Y Y Y Y Y Y Y                                     a                                                                                                                             E  kd{C $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_{C $$If   l 0 
" R                                                           4 
l a   Y Y Y Y Y -Y GY                                     a                                                                                                                             E  kd||C $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd|C $$If   l 0 
" R                                                           4 
l a   GY HY SY `Y aY kY xY                                     a                                                                                                                             E  kd:}C $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd|C $$If   l 0 
" R                                                           4 
l a   xY yY zY {Y |Y }Y ~Y                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd}C $$If   l 0 
" R                                                           4 
l a   ~Y Y Y Y Y Y l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd}C $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Y Y Y Y Y Y Y wY xY OY PY l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd~C $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
HY LY MY BY CY NY OY _Y `Y dY eY gY Y Y Y Y Y Y =Y ?Y JY KY Y Y Y Y ˓Y ͓Y ݓY ޓY Y Y  Y ,Y -Y Y Y Y Y Y Y #Y HY QY Y Y Y Y Y ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jC hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0PY gY pY Y Y Y >Y ?Y KY Y                                                                                                                                                                                                                                                       S  kdBC $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Y Y Y ̓Y ͓Y ޓY Y                                     N                                                                                       S  kdfC $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdԀC $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Y Y  Y -Y eY Y Y Y Y Y Y Y Y ,Y Y Y ^Y ǙY .Y                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdC $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   .Y /Y Y IY Y Y Y Y Y Y Y Y Y Y ҞY ;Y ]Y vY Y Y Y Y Y VY WY Y Y Y                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Y Y Y Y Y Y Y Y Y Y Y ҞY Y Y Y UY WY vY Y Y Y (Y )Y yY zY Y Y Y £Y ãY ߦY Y Y Y Y Y Y /Y 0Y ;Y ۵۵۵ۭۜۋzrgrrr       jnC h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Y 
Y Y (Y )Y zY Y £Y                                     j                                                                                                                                           kdC $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  £Y ãY ԣY Y "Y aY Y Y ܤY FY Y s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdC $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Y ݥY Y Y Y DY EY Y Y 5Y 6Y Y Y Y Y Y Y Y Y Y Y ^Y Y _Y `Y ޯY ߯Y                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ;Y <Y =Y AY BY EY Y Y 4Y Y OY Y ]Y ^Y iY jY zY {Y Y Y Y Y Y Y Y Y /Y 8Y AY aY _Y ޯY IY JY ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j<C hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjՃC h_ U !߯Y JY NY OY eY fY zY                                                 e                                                                                                                        F  kdC $$If   l   l '{6    4   4 
l a] p
        F  kdC $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  JY OY |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 tY Y Y ǵY ʵY VY hY ;Y SY Y Y Y Y :Y ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3zY {Y |Y Y Y Y Y                                                             5            v  kdC $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdC $$If   l   l '{6    4   4 
l a] p
         Y Y Y Y Y Y Y Y                                     t                                                                                                                                                             v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Y Y űY ǱY ͱY                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdLC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ͱY αY Y Y Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y Y Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y Y !Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !Y "Y 7Y 9Y >Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         >Y ?Y TY VY [Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [Y \Y vY xY }Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }Y ~Y Y Y Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y Y Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y ²Y ǲY                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdOC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǲY ȲY ϲY ԲY Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y Y Y ѴY ҴY ޴Y &Y @Y tY Y µY յY 	Y                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	Y Y QY iY Y Y Y Y 6Y TY Y Y Y Y Y 9Y :Y ;Y <Y ^Y gY hY ~Y Y Y ƹY ǹY Y Y Y                                                                                                                                                                                                                                                                                                                                                                   gd_  :Y <Y FY \Y ]Y ^Y ~Y Y Y ŹY Y Y 2Y 5Y rY Y Y غY Y /Y Y Y ߻Y Y Y Y Y Y Y 9Y :Y MY пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Y 2Y @Y SY TY rY Y Y Y غY Y Y Y 0Y 1Y Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Y Y                                     kdPC $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Y Y 9Y :Y PY fY |Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	MY PY eY fY {Y |Y Y Y Y Y DY FY VY WY vY wY xY yY Y Y Y Y ˾Y ;Y ݾY ޾Y Y Y Y  Y %Y Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Y Y                                     kdC $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Y Y ׼Y ؼY Y Y Y -Y .Y CY DY EY FY WY                                                                                                                                     q                            kdC $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
WY wY xY yY Y Y Y Y Y             q            l                                                                                                                                                       gd_    kdC $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Y Y                                     kdxC $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Y Y ϽY нY Y Y Y Y Y .Y YY rY Y Y Y Y ̾Y                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ̾Y ;Y ޾Y Y z            q            q                                                                                                                                                                                       	  $If   gd_    kdϔC $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Y Y  Y 'Y (Y )Y *Y +Y z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdC $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       %Y &Y 'Y ,Y 5Y Y Y ϿY пY Y Y Y Y Y $Y -Y {Y Y Y Y Y Y ,Y .Y >Y ?Y ^Y _Y bY lY Y Y Y Y BY ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "+Y ,Y                                     kdIC $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ,Y 5Y TY UY iY jY Y Y Y Y Y пY Y                                                                                                             q                                                         kdC $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Y Y Y Y  Y !Y "Y #Y z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd]C $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       #Y $Y                                     kdC $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $Y -Y vY wY ,Y -Y .Y ?Y _Y                                                             q                                                                                                                             kdqC $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  _Y `Y aY bY Y Y CY YY ZY dY oY z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd.C $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
BY CY ZY oY Y Y Y Y Y Y Y Y Y Y OY XY Y Y Y Y Y 6Y IY xY yY zY Y Y Y Y Y Y Y Y Y Y ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #oY Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y NY                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  NY OY                                        kdMC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OY XY Y Y -Y .Y =Y Y Y Y Y 6Y yY                                                                                                 s                                                                        kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  yY zY Y Y Y Y Y |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd[C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y 7Y                         s                                                                                                                                                                                   kdiC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Y 6Y 7Y 8Y 9Y :Y <Y ^Y iY Y Y Y CY bY Y Y BY aY Y Y PY oY Y 
Y iY Y Y Y +Y JY Y Y LY kY Y Y Y Y SY rY Y  Y ^Y }Y Y Y о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -7Y 8Y 9Y :Y ;Y <Y iY 	Y 
Y KY VY `Y kY uY |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd#C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
uY vY Y Y Y Y IY JY Y Y  Y Y Y Y Y Y CY QY aY                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  aY bY mY rY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݢC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rY sY }Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdYC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y #Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdեC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #Y $Y %Y BY PY `Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Y aY lY qY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qY rY |Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y  Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdͨC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y !Y &Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Y 'Y (Y PY ^Y nY                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nY oY zY Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdūC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y 
Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y (Y -Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -Y .Y 9Y >Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Y ?Y IY NY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NY OY PY iY wY Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y 7Y Y Y Y Y                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd{C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdگC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y +Y 9Y IY                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdVC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IY JY UY ZY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZY [Y eY jY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jY kY vY {Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {Y |Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҲC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y 
Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y LY ZY jY                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jY kY vY {Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {Y |Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʵC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y $Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $Y %Y /Y 4Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4Y 5Y 6Y Y Y Y Y Y                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd¸C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y "Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߹C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "Y #Y -Y 2Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2Y 3Y 4Y SY aY qY                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qY rY }Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdxC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y  Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׼C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y  Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Y !Y ,Y 1Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Y 2Y <Y AY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AY BY CY ^Y lY |Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdSC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |Y }Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϿC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Y )Y LY MY Y Y Y Y Y Y [Y                                                                                                                                                                                        gd_  z  kd.C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y \Y Y Y Y Y Y Y Y Y Y  Y 2Y 3Y DY VY WY hY iY Y Y _Y aY qY rY Y Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  [Y \Y Y Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Y  Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Y 3Y WY iY kY Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y Y PY Y Y 
Y Y +Y ;Y <Y `Y                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  `Y aY rY Y Y Y Y =Y |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd5C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y Y Y <Y =Y >Y cY dY Y Y Y Y Y  Y 0Y 1Y Y Y Y Y Y ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jC h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  =Y >Y dY Y Y Y Y |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdtC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y                                        kd.C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y 8Y Y Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Y  Y 1Y Y |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y Y Y Y Y Y Y Y |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd<C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y Y Y Y aY vY Y Y Y Y Y 4Y 5Y ?Y IY JY oY pY Y Y Y Y Y Y Y  Y Y $Y &Y 6Y 7Y GY ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Y Y Y 5Y ?Y IY                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  IY JY                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JY pY Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Y Y                                        kdJC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y $Y 5Y mY nY Y ZY zY Y Y Y  Y Y %Y                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  %Y &Y 7Y Y Y 9Y wY Y |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       GY HY bY cY dY wY xY Y Y Y Y 8Y UY vY Y Y Y Y Y Y Y jY Y Y Y Y ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jXC h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Y Y Y Y Y Y iY jY Y Y Y Y |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y 
Y Y 3Y 4Y \Y mY nY qY zY Y Y 0Y LY dY eY mY oY Y Y Y Y Y Y Y Y Y Y 2Y ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Y Y Y Y 
Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  
Y Y                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y 4Y \Y nY oY pY                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  pY qY                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qY zY Y Y Y Y LY MY nY oY Y                                                                                                 Y                              kd?C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Y Y Y Y Y Y Y Y Y Y Y Y             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2Y 3Y >Y ?Y OY PY TY UY Y Y Y Y Y Y Y Y Y Y 4Y 6Y KY MY Y Y Y Y ZY \Y AY VY Y Y Y Y `Y dY Y Y Y FY Y Y Y Y Y Y ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jC hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jC hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Y Y Y Y Y Y Y Y 
Y Y Y Y Y Y Y  Y MY Y Y [Y \Y AY VY Y Y Y Y                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Y Y Y Y 
Y Y             f                                                                                                                                                                      kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Y Y Y Y )Y o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at )Y *Y /Y 6Y ;Y o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;Y <Y AY HY TY o            f            f            f                                                                                                                                                	  $If   gd_    kddC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at TY UY ]Y eY jY o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at jY kY sY {Y Y o            f            f            f                                                                                                                                                	  $If   gd_    kd@C $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y Y o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y Y o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y Y \Y ]Y Y Y JY KY Y 	Y bY o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y Y Y bY nY QZ [Z Z Z Z Z .Z VZ fZ rZ sZ Z Z Z Z Z Z Z Z Z  Z Z 
Z .Z /Z `Z aZ bZ fZ oZ ;Z =Z MZ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %bY nY Y Y Y Y 8Y 9Y Y L Z M Z UZ VZ Z 1Z 2Z Z QZ [Z Z Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Z Z *Z ;Z LZ MZ `Z sZ Z Z Z Z 	Z 	Z {
Z |
Z 
Z 
Z 
Z 
Z Z Z Z :Z ;Z Z Z Z %Z                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  %Z &Z oZ Z .Z /Z VZ fZ sZ Z Z Z Z Z Z Z  Z                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_   Z Z                                        kdsC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z /Z aZ bZ dZ eZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  eZ fZ                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fZ oZ Z Z Z Z FZ nZ yZ Z Z Z ;Z <Z                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
<Z =Z NZ Z |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MZ NZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z ?Z @Z eZ fZ gZ kZ tZ Z dZ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Z Z Z Z Z Z Z Z Z Z |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Z Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z @Z eZ fZ gZ iZ jZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  jZ kZ                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kZ tZ Z Z Z Z QZ uZ Z dZ tZ uZ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  dZ tZ vZ Z Z Z Z Z Z Z Z Z Z Z Z Z  Z !Z "Z IZ JZ KZ OZ XZ Z ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    uZ vZ Z Z |            s            s                                                                                                                                                                                           	  $If   gd_   kd7C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z Z Z Z Z Z |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z "Z HZ IZ JZ KZ MZ NZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  NZ OZ                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OZ XZ Z Z Z Z 5Z YZ Z HZ XZ YZ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z HZ XZ ZZ jZ kZ qZ xZ yZ zZ {Z |Z Z Z Z Z Z Z Z Z Z Z Z 2Z 3Z [Z \Z ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    YZ ZZ kZ yZ |            s            s                                                                                                                                                                                           	  $If   gd_   kdSC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yZ zZ {Z |Z Z Z Z Z Z Z |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z 3Z ZZ [Z \Z ]Z _Z `Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  \Z ]Z aZ jZ Z Z Z Z Z Z Z Z  Z Z GZ HZ RZ \Z ]Z iZ Z Z Z Z Z Z îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  `Z aZ                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aZ jZ Z Z Z 
Z IZ iZ Z Z Z Z                                                                                                                         f                           kdoC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Z Z Z Z  Z 
Z Z HZ RZ \Z                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd)C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	\Z ]Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Z Z Z Z O!Z P!Z Q!Z a!Z b!Z h!Z o!Z p!Z q!Z r!Z !Z !Z !Z !Z !Z "Z "Z "Z %"Z &"Z 2"Z N"Z п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Z Z                                        kd7C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z  Z  Z 6 Z d Z  Z  Z  Z !Z P!Z Q!Z                                                                                                                         f                           kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Q!Z b!Z p!Z q!Z r!Z !Z !Z !Z !Z "Z                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdEC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	"Z "Z %"Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  %"Z &"Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &"Z O"Z P"Z Q"Z S"Z j"Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  N"Z O"Z P"Z Q"Z k"Z t"Z u#Z v#Z w#Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z %Z %Z '%Z 
'Z  'Z ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 j"Z k"Z                                        kdSC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k"Z t"Z v#Z w#Z #Z #Z #Z $Z $Z $Z $Z                                                                                     s                                                                                              kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
$Z $Z $Z $Z $Z $Z '%Z &Z &Z 
'Z O'Z 'Z 'Z (Z |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdaC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 'Z O'Z b'Z 'Z 'Z 'Z 'Z (Z (Z S(Z g(Z (Z (Z (Z (Z (Z (Z )Z )Z )Z ))Z *)Z +)Z .)Z /)Z N)Z O)Z a)Z b)Z )Z )Z )Z )Z )Z õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !(Z T(Z (Z (Z (Z (Z (Z (Z )Z                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  )Z )Z                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )Z /)Z O)Z b)Z u)Z )Z )Z )Z )Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  )Z )Z                                        kdoC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )Z )Z )*Z <*Z i*Z j*Z k*Z |*Z *Z *Z *Z                                                             f                                    [            [                     
  $If   gd_ K$  kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
)Z )*Z i*Z j*Z k*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 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ *Z *Z *Z *Z *Z *Z                                     R            I                                                                     	  $If   gd_ Q  kd
C $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd}C $If   K$L$l 0                                     
t                              4   4 
l a   *Z *Z 
+Z -+Z @+Z S+Z f+Z y+Z z+Z {+Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-+Z x+Z y+Z |+Z +Z +Z ,Z ,Z ,Z ,Z ,Z ,Z H,Z N,Z O,Z W,Z Y,Z n,Z o,Z ~,Z ,Z ,Z ,Z ,Z ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J {+Z |+Z                                        kdQC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |+Z +Z +Z +Z ,Z ,Z ,Z ,Z H,Z O,Z X,Z                                                             f                                    [            [                     
  $If   gd_ K$  kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
X,Z Y,Z o,Z ,Z ,Z ,Z ,Z                                     R                                                                                              Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_C $If   K$L$l 0                                     
t                              4   4 
l a   ,Z ,Z ,Z ,Z ,Z ,Z                                     R            I                                                                     	  $If   gd_ Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdyC $If   K$L$l 0                                     
t                              4   4 
l a   ,Z ,Z ,Z ,Z ,Z ,Z 
-Z -Z -Z -Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	,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 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ -Z  -Z                                        kdMC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                -Z )-Z f-Z .Z .Z /Z /Z /Z /Z /Z /Z                                                                                     Y                                          kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
/Z /Z /Z /Z /Z  0Z 0Z '0Z A0Z [0Z k0Z 0Z 0Z 0Z 0Z 0Z 0Z 0Z                                                                                                                                                                                                                      	  $If   gd_  S  kd[C $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ /Z /Z /Z /Z [1Z \1Z ]1Z ^1Z v1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z 	2Z h2Z 2Z 	3Z 
3Z 3Z 3Z ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  0Z 1Z '1Z A1Z [1Z \1Z ]1Z                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdC $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]1Z ^1Z 1Z 1Z 1Z 1Z 1Z 1Z 1Z |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1Z 1Z                                        kd9C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1Z 1Z h2Z 2Z 
3Z 3Z 3Z 3Z g3Z n3Z w3Z                                                             f                                    [            [                     
  $If   gd_ K$  kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
3Z 3Z 3Z ;3Z C3Z g3Z m3Z n3Z v3Z x3Z 4Z 4Z 4Z 4Z 5Z 5Z 5Z 5Z 5Z 5Z 5Z (5Z 25Z 35Z ~5Z 5Z 5Z 5Z 6Z 6Z ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 w3Z x3Z 3Z 3Z 3Z 3Z 3Z 3Z  4Z 4Z 44Z <4Z Q4Z f4Z x4Z 4Z 4Z 4Z                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdGC $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   4Z 4Z 4Z 4Z 4Z                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdC $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4Z 4Z 5Z 35Z F5Z Y5Z l5Z 5Z 5Z 5Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5Z 5Z                                        kd% D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5Z 5Z 6Z .6Z u6Z 6Z \7Z ]7Z ^7Z _7Z p7Z 7Z                                                                                                 f                                                   kdyD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  6Z Z7Z ]7Z ^7Z _7Z o7Z p7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z 8Z 8Z b8Z c8Z f8Z o8Z þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 7Z 7Z 7Z 8Z *8Z =8Z P8Z c8Z d8Z e8Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e8Z f8Z                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f8Z o8Z 9Z A9Z 9Z 9Z k:Z l:Z m:Z n:Z :Z                                                                                                 Y                              kdAD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
o8Z 9Z 9Z 9Z 9Z 9Z k:Z l:Z m:Z n:Z ~:Z :Z :Z :Z :Z :Z :Z :Z :Z :Z :Z :Z :Z l;Z m;Z p;Z νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  :Z :Z :Z :Z :Z !;Z 4;Z G;Z Z;Z m;Z n;Z o;Z             s                                                                                                                                                                 kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  o;Z p;Z                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p;Z y;Z N<Z u<Z <Z =Z =Z =Z =Z =Z >Z                                                                                     Y                                          kd	D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
p;Z y;Z M<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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 >Z >Z >Z >Z >Z !>Z 6>Z K>Z ]>Z w>Z >Z >Z >Z >Z >Z >Z ?Z                                                                                                                                                                                                         	  $If   gd_  S  kdD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?Z ?Z 3?Z M?Z ]?Z w?Z ?Z ?Z ?Z                                                                                                                                                                                                                                                 	  $If   gd_  S  kdUD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?Z ?Z ?Z ?Z |            s            s                                                                                                                                                                                           	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?Z ?Z !@Z "@Z 5@Z H@Z [@Z n@Z @Z @Z @Z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	D $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
!@Z "@Z 4@Z 5@Z @Z @Z @Z @Z FAZ 6CZ 7CZ 8CZ HCZ ICZ UCZ ZCZ oCZ CZ CZ -DZ /DZ 5DZ 6DZ >DZ @DZ 9FZ ;FZ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  @Z @Z                                        kdi
D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @Z @Z FAZ AZ AZ AZ BZ 6CZ 7CZ 8CZ ICZ                                                                                                 f                                                        kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ICZ CZ /DZ 6DZ ?DZ @DZ HDZ ]DZ rDZ DZ DZ DZ DZ DZ DZ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdwD $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  DZ EZ #EZ =EZ EEZ ZEZ oEZ EZ EZ EZ EZ EZ EZ FZ  FZ :FZ ;FZ                                                                                                                                                                                                                            S  kd	
D $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;FZ <FZ =FZ eFZ fFZ yFZ FZ FZ FZ FZ FZ FZ             s                                                                                                                                                                 kd
D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ;FZ <FZ =FZ UFZ _FZ `FZ aFZ cFZ dFZ eFZ fFZ xFZ yFZ FZ FZ FZ FZ GZ GZ GZ GZ GZ HZ HZ IZ IZ KJZ LJZ 5KZ JKZ LKZ MKZ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ FZ FZ                                        kdUD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FZ FZ GZ GZ MHZ HZ HZ &IZ IZ IZ LJZ JZ LKZ MKZ TKZ KZ KZ KZ )LZ ULZ LZ LZ LZ 
MZ AMZ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  MKZ TKZ YLZ lLZ pLZ LZ MZ $MZ (MZ @MZ AMZ BMZ RMZ SMZ MZ MZ MZ MZ MZ OZ OZ OZ OZ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   AMZ BMZ SMZ MZ MZ MZ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MZ MZ MZ MZ MZ MZ NZ NZ 5NZ FNZ `NZ zNZ NZ NZ NZ NZ NZ NZ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdcD $If   K$L$l 0                     x                
t                                4   4 
l a   NZ OZ OZ )OZ COZ ]OZ nOZ OZ OZ OZ OZ OZ OZ OZ OZ                                                                                                                                                                                                                   	  $If   gd_  S  kdD $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  OZ OZ #PZ $PZ 7PZ JPZ ]PZ pPZ PZ PZ PZ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdD $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
OZ PZ PZ PZ "PZ #PZ $PZ 6PZ 7PZ PZ PZ PZ PZ MQZ yQZ FRZ RZ RZ 
SZ "SZ SZ TZ zTZ TZ 2UZ GUZ HUZ IUZ PUZ UZ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ PZ PZ                                        kdOD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PZ PZ MQZ GRZ RZ %SZ 2SZ SZ TZ TZ IUZ PUZ UZ UZ UZ UZ 
VZ )VZ HVZ VZ VZ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  UZ UZ UZ UZ VZ !VZ -VZ @VZ LVZ _VZ gVZ VZ VZ VZ VZ VZ VZ VZ VZ VZ VZ VZ VZ 7YZ 9YZ :YZ ;YZ SYZ ]YZ ^YZ bYZ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  VZ VZ VZ VZ VZ VZ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       VZ VZ VZ WZ WZ /WZ AWZ XWZ oWZ WZ WZ WZ WZ WZ WZ WZ XZ XZ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd]D $If   K$L$l 0                                     
t                                4   4 
l a   XZ XZ /XZ AXZ SXZ eXZ |XZ XZ XZ XZ XZ XZ XZ YZ !YZ 8YZ 9YZ                                                                                                                                                                                                                            S  kdD $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9YZ :YZ ;YZ cYZ dYZ wYZ YZ YZ YZ YZ YZ YZ             s                                                                                                                                                                 kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  bYZ cYZ dYZ vYZ wYZ YZ YZ YZ YZ ZZ [Z [Z [Z |\Z \Z \Z []Z w]Z ^Z [_Z _Z _Z x`Z !aZ aZ IbZ bZ bZ ]dZ dZ dZ  eZ eZ _eZ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !YZ YZ                                        kd;D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               YZ YZ ZZ [Z |\Z \Z x]Z ]Z ]Z ^Z y^Z ^Z ^Z [_Z `Z #aZ KbZ bZ bZ bZ \dZ ]dZ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ]dZ dZ dZ dZ eZ [eZ zeZ eZ eZ eZ eZ eZ                                                                                                             f                                       kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  _eZ reZ ~eZ eZ eZ eZ eZ eZ eZ eZ eZ eZ ,fZ -fZ .fZ QfZ RfZ SfZ WfZ XfZ \fZ efZ gZ gZ gZ gZ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  eZ -fZ .fZ RfZ SfZ XfZ ZfZ [fZ             s                                                                                                                                                                                     kdID $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [fZ \fZ                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \fZ efZ rfZ fZ fZ fZ fZ fZ gZ ?gZ agZ gZ gZ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  gZ gZ gZ gZ hZ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdWD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gZ gZ gZ hZ hZ hZ hZ hZ hZ hZ hZ  hZ ?hZ %jZ 8jZ gjZ zjZ jZ jZ jZ jZ kZ 0kZ kkZ kZ AnZ MnZ QnZ xnZ nZ nZ 
oZ oZ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  hZ hZ hZ hZ ?hZ iZ iZ %jZ gjZ jZ jZ kZ lkZ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lkZ kZ kZ lZ lZ lZ {mZ |mZ @nZ AnZ xnZ nZ nZ 
oZ LoZ oZ oZ pZ QpZ pZ pZ pZ pZ pZ pZ qZ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  oZ LoZ _oZ oZ oZ oZ oZ pZ pZ PpZ dpZ pZ pZ pZ pZ pZ pZ qZ qZ qZ &qZ 'qZ +qZ ,qZ -qZ ?qZ @qZ RqZ SqZ eqZ fqZ xqZ yqZ }qZ qZ qZ rZ rZ rZ sZ sZ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (qZ qZ                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qZ ,qZ -qZ @qZ SqZ fqZ yqZ {qZ |qZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  |qZ }qZ                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }qZ qZ qZ qZ (rZ VrZ trZ rZ rZ rZ rZ sZ                                                                                                             f                                       kdsD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  sZ sZ sZ /sZ 0sZ CsZ VsZ isZ |sZ ~sZ sZ             s                                                                                                                                                                      kd-D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
sZ sZ sZ sZ )sZ *sZ .sZ /sZ 0sZ BsZ CsZ UsZ VsZ {sZ |sZ sZ sZ sZ sZ MtZ NtZ OtZ _tZ `tZ atZ btZ ztZ tZ tZ tZ tZ tZ tZ tZ tZ tZ tZ tZ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %sZ sZ                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sZ sZ sZ sZ NtZ OtZ `tZ atZ                                                 f                                                                                                                       kd;!D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  atZ btZ tZ tZ tZ tZ tZ tZ tZ tZ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	tZ tZ                                        kd"D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tZ tZ tZ %uZ &uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ uZ vZ vZ 1vZ 2vZ 6vZ ?vZ bvZ cvZ vZ vZ rwZ swZ twZ wZ wZ wZ wZ wZ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %tZ tZ uZ &uZ uZ uZ uZ uZ                                                 f                                                                                                                       kd$D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  uZ uZ uZ uZ uZ vZ vZ 2vZ 4vZ 5vZ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd$D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5vZ 6vZ                                        kdw%D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6vZ ?vZ cvZ vZ swZ twZ wZ wZ                                                 f                                                                                                                       kd&D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  wZ wZ wZ wZ ExZ FxZ mxZ nxZ xZ yZ yZ yZ zZ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd'D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wZ wZ wZ DxZ ExZ FxZ mxZ zxZ ~xZ xZ xZ yZ yZ yZ zZ !zZ DzZ XzZ |zZ }zZ zZ zZ zZ zZ zZ zZ {Z {Z D{Z E{Z X{Z {Z ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  zZ EzZ }zZ zZ {Z E{Z {Z {Z  |Z u|Z v|Z w|Z |Z |Z |Z |Z |Z                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  {Z {Z {Z {Z |Z 3|Z t|Z v|Z w|Z |Z |Z |Z |Z |Z |Z |Z |Z |Z |Z |Z |Z }Z "}Z 4}Z 5}Z Z}Z [}Z t}Z }}Z ~}Z }Z շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\|Z |Z                                        kd?(D $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |Z |Z |Z "}Z 5}Z H}Z [}Z ]}Z s}Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  s}Z t}Z                                        kd)D $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t}Z }}Z }Z ~Z /~Z g~Z r~Z ~Z ~Z ~Z ~Z Z                                                                                                 f                                                   kd*D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  }Z }Z g~Z r~Z ~Z ~Z ~Z ~Z ~Z ~Z ~Z ~Z ~Z ~Z ~Z 
Z Z Z Z %Z &Z -Z /Z DZ EZ TZ VZ WZ XZ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Z &Z .Z /Z EZ UZ VZ WZ                                                             R            I                                   	  $If   gd_ Q  kd.,D $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd+D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ WZ XZ Z Z Z Z Z Z Z Z Z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd,D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
XZ pZ zZ {Z Z Z Z Z Z Z Z Z Z Z Z Z  Z ^Z ,Z 6Z 7Z UZ VZ qZ Z Z Z Z ȁZ ɁZ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Z Z                                        kdu-D $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z Z _Z zZ Z ȀZ Z Z ,Z 7Z VZ rZ Z Z ɁZ ʁZ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ɁZ ʁZ ˁZ ہZ ܁Z ߁Z Z Z Z Z Z  Z )Z OZ PZ eZ fZ hZ iZ jZ Z Z Z Z Z Z Z Z Z Z ނZ ߂Z Z пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ʁZ ˁZ ܁Z Z Z Z |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd.D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z  Z PZ gZ hZ iZ                                     R            I                                                                     	  $If   gd_ Q  kd0D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/D $If   K$L$l 0                                     
t                              4   4 
l a   iZ jZ Z Z Z Z ̂Z ߂Z Z Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd0D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z Z                                        kdW1D $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z Z [Z Z Z σZ 
Z Z 4Z _Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Z Z Z Z ZZ 
Z Z Z 3Z 4Z GZ VZ ^Z _Z fZ lZ Z Z Z Z Z Z Z Z Z Z фZ ڄZ Z Z زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Z Z Z Z |            s            s                                                                                                                                                                                           	  $If   gd_   kd2D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z Z 	Z 
Z Z Z Z "Z #Z 5Z 6Z [Z \Z `Z iZ jZ yZ ׅZ ؅Z Z Z ̆Z 8Z BZ CZ aZ bZ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    Z Z Z Z #Z 6Z IZ \Z ^Z _Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde3D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_Z `Z                                        kd4D $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               `Z iZ ؅Z Z Z Z Z Z 8Z CZ bZ Z χZ ЇZ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
bZ uZ Z Z Z Z Z ·Z χZ ЇZ чZ Z Z Z Z Z 
Z Z Z Z Z Z 9Z 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ЇZ чZ Z Z |            s            s                                                                                                                                                                                           	  $If   gd_   kds5D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z Z 9Z :Z uZ ,Z ^Z _Z Z Z ?Z @Z |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd-6D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9Z FZ JZ uZ ,Z ^Z kZ oZ Z Z @Z LZ PZ rZ Z [Z Z Z Z Z Z MZ }Z Z Z Z Z Z Z ŎZ Z Z Z ޏZ ߏZ Z Z Z PZ xZ yZ Z Z Z 	Z 7Z 8Z qZ ǓZ Z ]Z Z Z ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4@Z rZ Z ZZ [Z Z Z Z MZ |Z }Z Z Z Z Z Z Z ޏZ ߏZ Z ƐZ ǐZ Z Z -Z =Z PZ xZ yZ Z                                                                                                                                                                                                                                                                                                                                                                   gd_  Z 	Z 8Z qZ ǓZ Z ]Z Z Z 0Z gZ ɕZ ʕZ ՕZ Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Z gZ kZ ȕZ ɕZ ՕZ Z Z Z Z Z Z Z iZ jZ kZ lZ Z ߖZ @Z mZ Z Z Z PZ {Z |Z Z טZ ؘZ 
Z 7Z 8Z =Z bZ fZ Z Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Z Z Z Z Z Z Z Z Z M            H            H            H            H            H            H            H                   gd_   kd6D $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Z /Z 6Z ;Z KZ LZ [Z \Z                                                 _            V            V                                                             	 $If   gd_    kd7D $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  \Z ]Z iZ jZ                                                                                                                                                                                                                                                          	 $If   gd_  o  kdZ8D $$If   l       0   T# T                 .                
t  0                                                              4 
l al  jZ kZ lZ wZ {Z Z Z Z                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd8D $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z Z Z ߖZ Z 2            )            )            )                      	 $If   gd_    kd9D $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Z :Z ;Z @Z mZ rZ Z             [                                                                                                                                           kd:D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Z Z Z Z Z JZ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd;D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  JZ KZ PZ |Z Z Z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdS<D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z Z Z ؘZ ݘZ Z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd=D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z Z 
Z 8Z =Z cZ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd=D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  cZ dZ eZ oZ Z ÙZ ϙZ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd>D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ϙZ ЙZ әZ ݙZ n            e            e                                                                                                                                                               	 $If   gd_    kdw?D $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ݙZ ޙZ Z Z                                                                                                                                                                                                                                                	 $If   gd_  t  kdL@D $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Z Z Z Z Z 
Z Z Z $Z                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd@D $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $Z %Z                                             kdAD $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          %Z 0Z 4Z ;Z BZ CZ DZ EZ                                                             A                                  kdBD $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  EZ FZ GZ HZ IZ JZ KZ LZ                                                 A                                              kdCD $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  LZ MZ NZ OZ PZ QZ fZ                                     A            <            7                  gd_    gd_    kdDD $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  fZ Z Z 3Z 4Z MZ ^Z _Z sZ uZ                                                                                                                                                                                                                                                   E  kd|ED $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Z Z Z  Z !Z 3Z 4Z ^Z _Z uZ vZ xZ yZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z :Z ;Z <Z HZ IZ [Z #Z ȞZ ɞZ ԞZ ՞Z Z Z 춥x                          /jJD hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *uZ vZ wZ xZ yZ Z Z                                     a                                                                                                                             E  kd:FD $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdED $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                                     a                                                                                                                             E  kdFD $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdFD $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z ˛Z Z                                     a                                                                                                                             E  kdGD $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdWGD $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z 	Z Z                                     a                                                                                                                             E  kdtHD $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdHD $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdHD $$If   l 0 
" R                                                           4 
l a   Z Z *Z +Z 9Z :Z l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd2ID $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   :Z ;Z <Z IZ [Z "Z #Z Z Z Z Z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdID $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Z Z Z Z Z Z Z Z Z Z Z Z -Z .Z Z Z Z Z ۠Z ݠZ Z Z 0Z 2Z DZ EZ iZ kZ {Z |Z Z Z Z ʡZ ˡZ :Z ;Z GZ Z Z Z Z Z Z GZ HZ Z Z Z ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jKD hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Z Z Z .Z Z Z ܠZ ݠZ Z 1Z                                                                                                                                                                                                                                                       S  kd|KD $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	1Z 2Z EZ jZ kZ |Z Z                                     N                                                                                       S  kdLD $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdLD $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Z Z Z ˡZ Z Z VZ WZ DZ EZ :Z ;Z GZ ʥZ %Z Z Z eZ ̧Z                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd2MD $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ̧Z ͧZ Z Z GZ HZ Z Z Z Z Z Z 0Z NZ pZ ٬Z Z Z 0Z JZ KZ TZ UZ Z Z SZ TZ Z                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Z Z /Z 0Z @Z HZ Z Z 0Z MZ NZ pZ 5Z RZ UZ Z Z Z Z Z Z ưZ ǰZ Z Z -Z .Z _Z `Z aZ }Z ~Z Z Z Z Z Z ʹZ δZ ٴZ ۵۵۵ۭۜۋzrgrrr       jND h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Z Z Z ưZ ǰZ Z .Z `Z                                     j                                                                                                                                           kdMD $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  `Z aZ rZ Z Z Z ]Z ^Z zZ Z !Z s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd6ND $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
!Z {Z @Z AZ Z Z Z .Z /Z ӵZ ԵZ ,Z -Z Z Z RZ SZ  Z !Z ;Z LZ Z Z Z Z |Z }Z                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ٴZ ڴZ ۴Z ߴZ Z Z .Z /Z ҵZ +Z Z QZ Z Z Z Z Z Z Z Z Z  Z !Z *Z ;Z LZ ͺZ ֺZ ߻Z Z Z |Z Z Z ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jvOD hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjOD h_ U !}Z Z Z Z Z Z Z                                                 e                                                                                                                        F  kdPPD $$If   l   l '{6    4   4 
l a] p
        F  kdOD $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Z Z Z >Z ?Z BZ CZ IZ JZ kZ lZ Z Z Z Z Z Z ܿZ ݿZ Z Z Z Z 3Z 4Z JZ KZ eZ fZ Z Z Z Z Z oZ pZ |Z Z Z +Z _Z eZ hZ Z Z Z Z &Z OZ Z Z Z ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Z Z Z #Z 1Z >Z ?Z                                                             5            v  kd6QD $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdPD $$If   l   l '{6    4   4 
l a] p
         ?Z @Z AZ BZ CZ GZ HZ IZ                                     t                                                                                                                                                             v  kdQD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  IZ JZ cZ eZ kZ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdRD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         kZ lZ Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1SD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdSD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z տZ ׿Z ܿZ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2UD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܿZ ݿZ Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdUD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdVD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z +Z -Z 3Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3WD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3Z 4Z BZ DZ JZ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdWD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         JZ KZ ^Z `Z eZ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdXD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         eZ fZ mZ rZ Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4YD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z oZ pZ |Z Z Z Z ,Z `Z sZ Z                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdYD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z ;Z NZ Z Z Z Z &Z @Z PZ Z Z Z Z Z Z Z Z Z Z BZ QZ dZ eZ ~Z Z Z                                                                                                                                                                                                                                                                                                                                                                   gd_  Z Z Z Z Z Z Z 2Z QZ cZ Z Z Z Z Z 1Z BZ vZ Z Z 6Z KZ }Z ~Z Z Z Z Z Z Z Z Z пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Z Z Z Z Z Z @Z AZ BZ vZ Z Z Z Z Z 5Z 6Z @Z KZ ~Z Z Z                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z Z                                     kdZD $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z Z Z Z Z Z Z 0Z 2Z IZ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Z Z Z Z Z Z /Z 0Z JZ SZ Z Z Z Z Z Z Z Z =Z >Z CZ LZ iZ kZ {Z |Z Z Z Z Z Z Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ IZ JZ                                     kd[D $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               JZ SZ uZ vZ Z Z Z Z Z Z Z Z Z Z                                                                                                                                     q                            kd8]D $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Z Z Z Z >Z ?Z @Z AZ BZ             q            l                                                                                                                                                       gd_    kd]D $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  BZ CZ                                     kd^D $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               CZ LZ mZ nZ Z Z Z Z Z Z Z Z %Z :Z TZ UZ jZ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  jZ kZ |Z Z z            q            q                                                                                                                                                                                       	  $If   gd_    kd	`D $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Z Z Z Z Z Z Z Z z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd`D $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Z Z Z Z Z [Z ]Z mZ nZ Z Z Z Z Z Z Z Z %Z AZ MZ lZ xZ Z Z Z Z Z Z  Z 
Z  Z jZ Z Z Z ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Z Z                                     kdaD $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z Z Z Z Z Z *Z FZ GZ \Z ]Z nZ Z                                                                                                             q                                                         kdbD $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Z Z Z Z Z Z Z Z z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdcD $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Z Z                                     kdTdD $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z Z Z Z Z Z Z Z Z                                                             q                                                                                                                             kdeD $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Z Z Z  Z  Z Z Z Z Z Z 
Z z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdhfD $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Z Z Z 
Z ?Z @Z JZ TZ UZ uZ vZ Z Z Z Z Z Z pZ rZ Z Z Z Z Z Z Z 7Z 8Z 9Z :Z ;Z >Z GZ Z Z Z ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #
Z @Z JZ TZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  TZ UZ                                        kd3gD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UZ vZ Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Z Z                                        kdhD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z Z Z Z Z Z ,Z qZ rZ Z Z Z                                                                                                 s                                                                        kdiD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Z Z 9Z :Z ;Z <Z =Z |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdjD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =Z >Z                                        kdOkD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >Z GZ Z Z Z Z                         s                                                                                                                                                                                   kdlD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Z Z Z Z Z Z Z Z Z Z Z Z Z  Z aZ Z Z Z dZ Z Z 
Z Z Z Z &Z @Z _Z Z Z XZ wZ Z 	Z rZ Z pZ Z Z Z Z Z Z Z PZ QZ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd]mD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Z Z tZ Z Z Z Z Z #Z XZ Z Z Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Z  Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z  Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvnD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Z !Z ,Z 1Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Z 2Z <Z AZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4oD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AZ BZ CZ aZ oZ Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdoD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQpD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdnqD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z 
Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,rD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z  Z +Z 0Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0Z 1Z ;Z @Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @Z AZ BZ dZ rZ Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdIsD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdftD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$uD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z 
Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z (Z -Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -Z .Z 9Z >Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAvD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Z ?Z IZ NZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NZ OZ PZ Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^wD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{xD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z %Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdxD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %Z &Z 1Z 6Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9yD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Z 7Z AZ FZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FZ GZ RZ WZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WZ XZ bZ gZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVzD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gZ hZ iZ Z Z @Z NZ ^Z                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdzD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Z _Z jZ oZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oZ pZ zZ Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds{D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1|D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN}D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z 	Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z $Z )Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )Z *Z +Z XZ fZ vZ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk~D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vZ wZ Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdFD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z 	Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z $Z )Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )Z *Z 5Z :Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Z ;Z EZ JZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JZ KZ LZ rZ Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߂D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z @Z AZ pZ ~Z Z                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdׅD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z  Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Z !Z +Z 0Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0Z 1Z <Z AZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AZ BZ LZ QZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QZ RZ SZ Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdψD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z 
Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z &Z +Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +Z ,Z 6Z ;Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;Z <Z GZ LZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LZ MZ WZ \Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \Z ]Z ^Z Z Z Z Z Z AZ BZ OZ PZ QZ tZ Z                                                                                                                                                                                        gd_  z  kdhD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QZ bZ tZ Z Z .Z ?Z @Z AZ VZ Z Z Z Z Z Z Z Z Z Z Z Z !Z *Z Z Z Z Z  Z Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Z Z .Z @Z AZ KZ VZ Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Z Z                                        kdǋD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z Z Z 	Z  Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   Z !Z                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !Z *Z ~Z Z Z Z Z MZ Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Z Z Z aZ zZ Z Z Z |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdoD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        Z !Z ;Z <Z =Z PZ QZ `Z Z Z Z Z Z 1Z 2Z 5Z >Z Z Z Z Z Z Z Z Z Z ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j)D h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Z Z Z 1Z 2Z 3Z 4Z |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4Z 5Z                                        kdhD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5Z >Z Z Z Z 5Z @Z \Z uZ Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Z Z Z Z |            s            s                                                                                                                                                                                           	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z Z Z AZ BZ vZ Z Z Z Z Z |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdvD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z AZ BZ uZ vZ Z Z Z Z Z Z JZ wZ Z Z Z Z Z Z Z Z 
Z Z =Z `Z aZ dZ mZ #Z &Z Z Z Z Z Z Z Z ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Z Z                                        kd0D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z =Z OZ aZ bZ cZ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  cZ dZ                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dZ mZ Z Z Z Z Z Z Z Z Z 9Z _Z |Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Z Z Z &Z |Z Z Z XZ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdؕD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z  Z Z Z Z Z %Z FZ |Z Z Z Z Z 6Z WZ XZ [Z lZ Z Z Z :Z ;Z <Z MZ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jD h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  XZ YZ ZZ [Z Z Z Z Z <Z NZ OZ YZ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MZ OZ dZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z Z Z hZ iZ kZ lZ ~Z Z Z Z Z ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !YZ dZ Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Z Z                                        kdїD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z Z Z 
Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Z Z                                        kd%D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z yZ zZ Z Z Z Z Z 
Z Z                                                                                                 Y                              kdyD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Z iZ jZ kZ lZ Z 2Z VZ Z Z #Z 0Z             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd3D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Z Z Z Z Z Z Z Z 2Z VZ #Z 0Z \Z mZ Z Z [ [ [ [ [ [ [ [ [ [ [ [ [ [ f[ [ i[ p[ [ [ 2[ S[ [ [ K	[ L	[ d	[ e	[ u	[ v	[ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j2D hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jD hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -0Z [Z \Z mZ Z Z tZ uZ Z Z Z !Z "Z [ [ [ [ [ [ [ [ [ [ e[ f[ u[ [                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  [ [ [ [ [ [             f                                                                                                                                                                      kdTD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd_    kd0D $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ 	[ [ [ %[ o            f            f            f                                                                                                                                                	  $If   gd_    kdzD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %[ &[ .[ 5[ :[ o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :[ ;[ C[ J[ V[ o            f            f            f                                                                                                                                                	  $If   gd_    kdVD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V[ W[ X[ Y[ [ [ R[ S[ [ [ 	[ 	[  
[ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdğD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at v	[ y	[ z	[  
[ 
[ [ [ @[ K[ B[ S[ [ [  [  [  [  [ ! [ = [ A![ B![ W![ ![ ![ ![ ![ ![ ![ ![ ![ ![ ![  "[ "[ 
"[ #[ #[ #[ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ % 
[ 
[ 
[ 
[ ?[ @[ [ [ )[ 
[ 
[ [ [ E[ [ [ j[ [ [ ?[ @[ a[ n[ {[ [ [ [                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  [ [ [ [ [ [ [ [ ([ ?[ @[ K[ {[ |[ [ [ [ [ n[ o[ B[ S[ [ [ [ 8[ f[ [ [                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  [ [ 
[ ][ [ [ [  [  [ = [ A![ B![ L![ W![ ![ ![ ![                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ![ ![                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ![ ![ ![  "[ "[ "[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "[ "[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "[ 
"[ L"[ X"[ "[ "[ "[ #[ #[ P#[ Z#[ #[ #[ #[                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
#[ #[ #[ #$[ |            s            s                                                                                                                                                                                           	  $If   gd_   kdUD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #[ #[ "$[ #$[ $$[ &$[ 2$[ 6$[ R$[ S$[ h$[ $[ $[ $[ $[ $[ $[ $[ $[ %[ %[ %[ 	%[ %[ &[ '[ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 #$[ $$[ %$[ &$[ R$[ S$[ ]$[ h$[ $[ $[ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$[ $[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  $[ $[                                        kdɤD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $[ $[ %[ %[ %[ %[ %[                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  %[ 	%[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	%[ %[ Q%[ ]%[ %[ %[ %[ &[ &[ '[ '[ '[                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  '[ '[ '[ $'[ %'[ +'[ 2'[ 3'[ 4'[ 5'[ J'[ |'[ }'[ '[ '[ '[ '[ '[ '[ '[ '[ '[ '[ '[ ~)[ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    '[ '[ %'[ 3'[ |            s            s                                                                                                                                                                                           	  $If   gd_   kdqD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3'[ 4'[ 5'[ ?'[ J'[ }'[ '[ '[ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd+D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '[ '[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '[ '[ '[ '[ '[ '[ '[ '[                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  '[ '[                                        kd9D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '[ '[ 5([ A([ h([ ([ ([ ([ })[ )[ )[ )[                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ~)[ )[ )[ )[ *[ 	*[ *[ *[ *[ *[ *[ *[ &*[ **[ E*[ F*[ [*[ *[ *[ *[ *[ *[ *[ *[ *[ *[ *[ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    )[ )[ 	*[ *[ |            s            s                                                                                                                                                                                           	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *[ *[ *[ *[ F*[ P*[ [*[ *[ *[ *[ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdGD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*[ *[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *[ *[ *[ *[ *[ *[ *[ *[                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  *[ *[ *[ +[ {,[ },[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ -[ (-[ )-[ 3-[ R-[ S-[ T-[ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  *[ *[                                        kdUD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *[ +[ G+[ S+[ z+[ +[ +[ ,[ ?,[ {,[ |,[ },[                                                                                                                         f                           kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  },[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[ ,[                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdcD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	,[ ,[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,[ )-[ S-[ T-[ U-[ W-[ X-[                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  T-[ U-[ Y-[ b-[ .[ .[ .[ .[  /[ /[ 
/[ /[ /[ /[ J/[ d/[ f/[ g/[ |/[ /[ /[ /[ /[ /[ /[ /[ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  X-[ Y-[                                        kdqD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y-[ b-[ -[ -[ -[ .[ ".[ Q.[ n.[ .[ .[ .[                                                                                                                         f                           kdųD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  .[  /[ /[ /[ /[ J/[ g/[ q/[ |/[ /[                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	/[ /[ /[                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  /[ /[                                        kd9D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /[ /[ /[ /[ /[ 0[                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  /[ /[ /[ /[ 	0[ 0[ 1[ 1[ 1[ K2[ L2[ M2[ ]2[ ^2[ 2[ 2[ 2[ 2[ 2[ 2[ 2[ 2[ 2[ 4[ 4[ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 0[ 	0[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	0[ 0[ 1[ 1[ &1[ e1[ 1[ L2[ M2[ ^2[ 2[                                                                                     s                                                                                              kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
2[ 2[ 2[ 2[ 2[ 2[ 2[ v4[ w4[ 4[ 4[ $5[ \5[ 5[ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4[ 4[  5[ #5[ 75[ [5[ o5[ 5[ 5[ 5[ 6[ G6[ H6[ ]6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[  7[ 87[ 97[ S7[ \7[ h7[ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !5[ 5[ G6[ H6[ R6[ ]6[ 6[ 6[ 6[                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6[ 6[                                        kdUD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6[ 6[ 6[  7[ 7[ &7[ 97[ ;7[ R7[                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  R7[ S7[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S7[ \7[ 7[ 7[ 8[ 8[ 	8[ 8[ G8[ N8[ V8[                                                             f                                    [            [                     
  $If   gd_ K$  kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
h7[ 7[ 8[ 8[ 	8[ 8[ 8[ 8[ 28[ ;8[ E8[ G8[ M8[ N8[ U8[ W8[ l8[ m8[ |8[ ~8[ 8[ 8[ 8[ 8[ 8[ 8[ 8[ 8[ 8[ 8[ 8[ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ V8[ W8[ m8[ }8[ ~8[ 8[                                     R            I                                                                     	  $If   gd_ Q  kdDD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   8[ 8[ 8[ 8[ 8[ 8[ 9[ 9[ 9[ 9[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdѽD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8[ 9[ 9[ 9[ #9[ F9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[ :[ 
:[ :[ :[ $:[ %:[ &:[ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 9[ 9[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9[ #9[ F9[ t9[ 9[ 9[ 9[ 9[ 9[ 9[ 9[                                                             f                                    [            [                     
  $If   gd_ K$  kd߿D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
9[ 9[ 
:[ :[ :[ :[  :[                                     R                                                                                              Q  kd&D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a    :[ !:[ ":[ #:[ $:[ %:[                                     R            I                                                                     	  $If   gd_ Q  kd@D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   %:[ &:[ N:[ o:[ p:[ :[ :[ :[ :[ :[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&:[ >:[ H:[ I:[ J:[ L:[ M:[ N:[ o:[ p:[ :[ :[ :[ :[ ;[ ;[ l<[ <[ <[ <[ <[ <[ <[ <[ <[  =[ )=[ @=[ p=[ v=[ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ :[ :[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :[ :[ ;[ ;[ ;[ <[ <[ <[ <[ <[ p=[                                                                                     Y                                          kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
p=[ w=[ =[ =[ =[ =[ =[ =[ =[ =[ 	>[ #>[ =>[ E>[ Z>[ o>[ >[ >[                                                                                                                                                                                                                      	  $If   gd_  S  kdD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ v=[ w=[ =[ =[ >[ >[ >[ >[ ?[ ?[ ?[  ?[ "?[ #?[ $?[ C?[ D?[ ?[ ?[ ?[ ?[ ?[ @[ @[ @[ @[ @[ @[ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  >[ >[ >[ >[ >[ >[ >[                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd'D $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  >[ >[ $?[ D?[ i?[ |?[ ?[ ?[ ?[ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?[ ?[                                        kdsD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?[ ?[ @[ 4@[ @[ @[ @[ @[ A[ A[ A[                                                             f                                    [            [                     
  $If   gd_ K$  kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
@[ @[ @[ @[ @[ A[ A[ A[ A[ A[ B[ B[ B[ B[ B[ B[ B[ B[ B[ B[ B[ B[ B[ B[ C[ C[  C[ )C[ C[ ]D[ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 A[ A[ A[ 3A[ HA[ ZA[ tA[ A[ A[ A[ A[ A[ A[ B[ B[ 0B[ JB[ ZB[                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdD $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ZB[ tB[ B[ B[ B[                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdD $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B[ B[ B[ B[ B[ B[ 
C[ C[ C[ C[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C[  C[                                        kd_D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                C[ )C[ C[ C[ D[ \D[ D[ D[ D[ D[ E[ aE[                                                                                                 f                                                   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ]D[ D[ D[ D[ D[ 
E[ E[ `E[ aE[ bE[ zE[ E[ E[ E[ E[ E[ E[ E[ E[  F[ F[ F[ 
F[ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ aE[ bE[ E[ E[ E[ E[ E[ F[ F[ F[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F[ F[                                        kd'D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F[ 
F[ F[ F[ "G[ kG[ 	H[ 
H[ H[ H[ H[                                                                                                 Y                              kd{D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  

F[ F[ F[ !G[ "G[ kG[ 	H[ 
H[ H[ H[ H[ H[ oH[ pH[ qH[ H[ H[ H[ H[ H[ H[ H[ H[ 
I[ I[ I[ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  H[ pH[ qH[ H[ H[ H[ H[ H[ H[ I[ I[ 
I[             s                                                                                                                                                                 kd5D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
I[ I[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I[ I[ I[ J[ WJ[ J[ ?K[ @K[ AK[ RK[ K[                                                                                     Y                                          kdCD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
I[ I[ I[ J[ =K[ ?K[ @K[ AK[ QK[ RK[ K[ K[ K[ K[ K[ K[ .M[ 0M[ 1M[ 2M[ BM[ CM[ M[ M[ M[ M[ M[ M[ M[ M[ M[ M[ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 K[ K[ K[ K[ K[ K[ K[ K[ K[ L[ /L[ ?L[ YL[ sL[ {L[ L[ L[                                                                                                                                                                                                         	  $If   gd_  S  kdD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L[ L[ L[ L[ L[ M[ /M[ 0M[ 1M[                                                                                                                                                                                                                                                 	  $If   gd_  S  kdD $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1M[ 2M[ CM[ M[ |            s            s                                                                                                                                                                                           	  $If   gd_   kd!D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M[ M[ M[ M[ M[ M[ M[ N[ N[  N[ !N[ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdD $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
M[ M[ M[ M[ N[ N[ "N[ +N[ N[ P[ P[ P[ P[ P[ P[ P[ 
Q[ QQ[ Q[ Q[ Q[ Q[ Q[ Q[ Q[ S[ S[ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  !N[ "N[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "N[ +N[ N[ DO[ O[ O[ 'P[ P[ P[ P[ P[                                                                                                 f                                                        kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
P[ QQ[ Q[ Q[ Q[ Q[ Q[ Q[ R[ %R[ 7R[ QR[ kR[ |R[ R[                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdD $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  R[ R[ R[ R[ R[ R[ 
S[ "S[ 4S[ NS[ hS[ yS[ S[ S[ S[ S[ S[                                                                                                                                                                                                                            S  kdCD $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S[ S[ S[ T[ T[ T[ *T[ =T[ PT[ cT[ dT[ eT[             s                                                                                                                                                                 kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S[ S[ S[ S[ S[ S[ S[ T[ T[ T[ T[ T[ T[ bT[ cT[ fT[ oT[ 3U[ bU[ cU[ U[ U[ =V[ >V[ #W[ 8W[ W[ W[ X[ X[ X[ X[ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ eT[ fT[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fT[ oT[ 3U[ U[ U[ >V[ qV[ V[ :W[ W[ W[ X[ X[ X[ X[ 1Y[ Y[ Y[ Y[ Y[ 'Z[ SZ[ Z[ Z[ Z[                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  X[ X[ Y[ 
Z[ Z[ &Z[ Z[ Z[ Z[ Z[ Z[ Z[ Z[ Z[ 5[[ ;[[ <[[ D[[ F[[ ][ ][ ][ ][ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Z[ Z[ Z[ 5[[ <[[ E[[ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E[[ F[[ N[[ c[[ x[[ [[ [[ [[ [[ [[ [[ \[ )\[ C\[ T\[ n\[ v\[ \[                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdD $If   K$L$l 0                     x                
t                                4   4 
l a   \[ \[ \[ \[ \[ \[ ][ &][ @][ Q][ k][ |][ ][ ][ ][                                                                                                                                                                                                                   	  $If   gd_  S  kd/D $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ][ ][ ][ ][ ][ ][ ][ ^[ !^[ "^[ #^[ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdD $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
][ ][ ][ ][ ][ ][ ][ ][ ][  ^[ !^[ $^[ -^[ ^[ _[ _[ 5`[ J`[ `[ `[ a[ a[ b[ -b[ b[ b[ b[ b[ b[ 2c[ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ #^[ $^[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $^[ -^[ ^[ _[ M`[ `[ `[ =a[ a[ 0b[ b[ b[ .c[ Mc[ lc[ c[ c[ c[ c[ 'd[ (d[                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  2c[ Ec[ Qc[ dc[ c[ c[ c[ c[ c[ c[ d[ d[ &d[ 'd[ (d[ )d[ 9d[ :d[ ~d[ d[ d[ d[ d[ f[ f[ f[ f[ f[ f[ f[  g[ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  (d[ )d[ :d[ ~d[ d[ d[ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d[ d[ d[ d[ d[ d[ d[ d[ 
e[ $e[ 5e[ Le[ ce[ te[ e[ e[ e[ e[                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdD $If   K$L$l 0                                     
t                                4   4 
l a   e[ e[ e[ e[ e[ f[ f[ 1f[ Hf[ Yf[ pf[ f[ f[ f[ f[ f[ f[                                                                                                                                                                                                                            S  kd)D $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f[ f[ f[ g[ g[ g[ (g[ ;g[ Ng[ ag[ cg[ dg[             s                                                                                                                                                                 kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   g[ g[ g[ g[ g[ `g[ ag[ eg[ ng[ h[ h[ Hi[ zi[ j[ {j[ j[ j[ k[ il[ l[ Pm[ em[ n[ n[ Co[ o[ >p[ Sp[ q[ r[ r[ r[ r[ r[ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !dg[ eg[                                        kduD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eg[ ng[ h[ Hi[ j[ j[ k[ Pk[ k[ k[ l[ 5l[ gl[ l[ m[ n[ o[ Vp[ Wp[ ^p[ q[ q[                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  q[ ;r[ {r[ r[ r[ r[ s[ 7s[ Vs[ us[ vs[ s[                                                                                                             f                                       kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  r[ s[ s[ /s[ ;s[ Ns[ Zs[ ms[ ts[ vs[ s[ s[ s[ s[ s[ s[ s[ s[ s[ s[ s[ t[  u[ 5u[ 6u[ 7u[ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  s[ s[ s[ s[ s[ s[ s[ s[             s                                                                                                                                                                                     kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s[ s[                                        kd=D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s[ t[ t[ 2t[ Tt[ vt[ t[ t[ t[ t[ t[ !u[ 6u[                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  6u[ 7u[ Hu[ {u[ u[ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7u[ Gu[ Hu[ u[ u[ u[ u[ u[ u[ u[ u[ u[ u[ w[ w[ x[ x[ ;x[ Ox[ sx[ x[ x[ x[ 	y[ y[ {[ {[ {[ |[ q|[ t|[ |[ |[ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  u[ u[ u[ u[ u[ w[ w[ w[ x[ <x[ tx[ x[ 
y[ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdKD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y[ _y[ `y[ y[ Yz[ Zz[ {[ {[ {[ {[ |[ s|[ t|[ |[ |[ !}[ Y}[ }[ }[ D~[ E~[ O~[ Z~[ ~[ ~[ ~[                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  |[ |[ |[  }[ 4}[ X}[ l}[ }[ }[ }[ ~[ D~[ E~[ Z~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ ~[ [ [ [ [ [ $[ l[ [ [ [ [ [ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (~[ ~[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~[ ~[ ~[ ~[ ~[ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  [ [                                        kdYD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ $[ l[ [ [ [ [ ,[ c[ [ [ [                                                                                                             f                                       kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  [ [ [ ̀[ ΀[ [ [ [ [ [ [             s                                                                                                                                                                      kdgD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
[ [ [ [ ǀ[ Ȁ[ ̀[ ̀[ ΀[ [ [ [ [ [ [ [ '[ h[ i[ [ [ [ [ [ [  [ [ "[ #[ '[ ([ )[ ;[ <[ N[ O[ t[ u[ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %[ [                                        kd!D $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ '[ E[ i[ [ [ [ [                                                 f                                                                                                                       kduD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  [  [ ([ )[ <[ O[ b[ u[ w[ x[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/D $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x[ y[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u[ y[ [ Â[ Ă[ F[ G[ H[ X[ Y[ Z[ [[ s[ }[ ~[ [ [ [ [ [ [ [ σ[ Ѓ[ ԃ[ ݃[  [ [ [ [ [ [ [ "[ #[ $[ %[ 2[ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %y[ [ [ Ă[ G[ H[ Y[ Z[                                                 f                                                                                                                       kd=D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Z[ [[ [ [ [ [ [ Ѓ[ ҃[ Ӄ[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ӄ[ ԃ[                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ԃ[ ݃[ [ [ [ [ #[ $[                                                 f                                                                                                                       kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $[ %[ &[ W[ [ [ [ [ =[ 5[ 6[ j[ [ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2[ 6[ W[ [ [ [ [ [ [ =[ [ 6[ j[ }[ [ [ [ [ [ [ .[ @[ A[ _[ `[ s[ [ [ [ [ [ '[ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  [ [ [ `[ [ [ ([ o[ [ [ [ [ [ *[ ][ g[ q[                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  '[ ;[ n[ [ [ щ[ [ [ [ *[ \[ ][ g[ q[ r[ [ [ [ [ [ [ [ [ Ҋ[ ӊ[ [ [ [ [ [ +[ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\q[ r[                                        kdyD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r[ [ [ [ ӊ[ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  [ [                                        kdD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ ͋[ [ [ <[ ~[ [ [ [                                                                                                 f                                                   kd!D $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  +[ [ [ [ #[ 3[ <[ C[ I[ }[ ~[ [ [ [ [ [ [ [ [ Ì[ Č[ ˌ[ ͌[ [ [ [ [ [ [ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [ Č[ ̌[ ͌[ [ [ [ [                                                             R            I                                   	  $If   gd_ Q  kdhD $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ [ [ [ [ 2[ E[ X[ k[ m[ n[ [ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ [ [ [ [ [ [ 1[ 2[ D[ E[ j[ k[ [ [ [ [ [ ʎ[ Ԏ[ Վ[ [ [ [ ?[ H[ O[ U[ f[ g[ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ [ [                                        kdD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ I[ f[ [ [ ʎ[ Վ[ [ [ "[ H[ g[ h[                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  g[ h[ i[ y[ z[ }[ [ [ [ [ [ [ Ǐ[ [ [ [ [ [ [ [  [ *[ +[ /[ 0[ 1[ C[ D[ V[ W[ |[ }[ [ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h[ i[ z[ [ [ [ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ [ [                                     R            I                                                                     	  $If   gd_ Q  kdJD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   [ [ 0[ 1[ D[ W[ j[ }[ [ [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kdD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               [ [ [ ![ [[ m[ [ [ ґ[ [ ?[ C[ D[ E[                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
[ [ [ [ [ [ [ [ ё[ ґ[ [ [ [ [ [ 
[ >[ ?[ B[ C[ D[ E[ F[ V[ W[ Z[ o[ x[ [ [ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 E[ F[ W[ [ |            s            s                                                                                                                                                                                           	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ [ [ [ [ [ [ [ Ӓ[ Ԓ[ [ [ [ [ [ [ u[ v[ $[ ([ j[ ֔[ [ [ [  [ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    [ [ [ [ [ Ԓ[ [ [ [ [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kdYD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               [ [ v[ [ %[ X[ [ [ ֔[ [  [ +[ m[ n[                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 [ [ "[ *[ +[ 2[ 8[ l[ m[ n[ o[ [ [ [ [ [ [ [ [ [ [ [ ו[ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  n[ o[ [ [ |            s            s                                                                                                                                                                                           	  $If   gd_   kd E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ ו[ ؕ[ [ ʖ[ [ [ 6[ [ ݗ[ ޗ[ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdgE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ו[ [ [ [ ʖ[ [ 	[ 
[ 6[ [ ޗ[ [ [ [ [ [ N[ O[ [[ _[ [ [ [ '[ +[ S[ %[ S[ _[ c[ [ A[ B[ |[ }[ [ [ [ [ [ [ -[ 1[ ][ [ ՠ[ ֠[ [ e[ [ [ 7[ [ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4ޗ[ [ [ [ [ N[ O[ [ [ [ [ S[ %[ R[ S[ [ B[ |[ }[ [ d[ e[ [ [ ˞[ ۞[ [ [ [ ][                                                                                                                                                                                                                                                                                                                                                                   gd_  ][ [ ֠[ [ e[ [ [ 7[ [ ΢[ [ g[ h[ s[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  [ [ 	[ f[ g[ s[ [ [ [ [ [ [ [ [ [ 	[ 
[ F[ }[ ޤ[ [ [[ [ [ [ [ [ >[ u[ v[ [ զ[ ֦[ ۦ[  [ [ [ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $[ [ [ [ [ [ [ [ [ M            H            H            H            H            H            H            H                   gd_   kd!E $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   [ ͣ[ ԣ[ ٣[ [ [ [ [                                                 _            V            V                                                             	 $If   gd_    kdE $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  [ [ [ [                                                                                                                                                                                                                                                          	 $If   gd_  o  kdE $$If   l       0   T# T                 .                
t  0                                                              4 
l al  [ 	[ 
[ [ [ ,[ 4[ @[                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd1E $$If   l       0   T# T                 .                
t  0                                                              4 
l al  @[ A[ F[ }[ [ 2            )            )            )                      	 $If   gd_    kdE $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     [ ؤ[ ٤[ ޤ[ [ [ U[             [                                                                                                                                           kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  U[ V[ [[ [ [ [ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ [ [ [ [ 8[ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8[ 9[ >[ v[ {[ [ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdVE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ [ [ ֦[ ۦ[ [ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	E $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ [ [ 
[ \[ a[ m[ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd	E $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m[ n[ q[ {[ n            e            e                                                                                                                                                               	 $If   gd_    kd
E $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           {[ |[ [ [                                                                                                                                                                                                                                                	 $If   gd_  t  kdE $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  [ [ [ [ [ [ [ [ §[                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd#E $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  §[ ç[                                             kdE $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ç[ Χ[ ҧ[ ٧[ [ [ [ [                                                             A                                  kdE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  [ [ [ [ [ [ [ [                                                 A                                              kdE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  [ [ [ [ [ [ [                                     A            <            7                  gd_    gd_    kdE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  [ [ [ Ѩ[ Ҩ[ [ [ [ [ [                                                                                                                                                                                                                                                   E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	[ [ [ [ [ Ѩ[ Ҩ[ [ [ [ [ [ [ %[ &[ 3[ 4[ S[ T[ V[ W[ [ [ [ [ [ [ [ [ [ ة[ ٩[ ک[ [ [ [ [ f[ g[ r[ s[ [ [ 춥x                          /jE hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *[ [ [ [ [ [ %[                                     a                                                                                                                             E  kdtE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   %[ &[ /[ 3[ 4[ G[ S[                                     a                                                                                                                             E  kd2E $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   S[ T[ U[ V[ W[ i[ [                                     a                                                                                                                             E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   [ [ [ [ [ [ [                                     a                                                                                                                             E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdOE $$If   l 0 
" R                                                           4 
l a   [ [ [ [ [ [ [                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd
E $$If   l 0 
" R                                                           4 
l a   [ [ ȩ[ ɩ[ ש[ ة[ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdlE $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ة[ ٩[ ک[ [ [ [ [ [ [ [ [ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd*E $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
[ [ [ ~[ [ [ [ [ [ [ [ [ ˭[ ̭[ $[ %[ 1[ 2[ y[ {[ [ [ ή[ Ю[ [ [ [ 	[ [ [ Y[ [[ \[ h[ i[ ز[ ٲ[ [ '[ *[ ?[ _[ [ [ [ [ B[ C[ U[ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jOE hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0[ [ [ ̭[ %[ 2[ z[ {[ [ Ϯ[                                                                                                                                                                                                                                                       S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Ϯ[ Ю[ [ [ 	[ [ Z[                                     N                                                                                       S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdHE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Z[ [[ \[ i[ [ 8[ [ [ [ [ ز[ ٲ[ [ h[ ó[ 4[ [ [ j[                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdlE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   j[ k[ *[ [ [ [ $[ B[ C[ V[ [ [ θ[ [ [ w[ [ [ κ[ [ [ [ [ [ [ [ [ =[                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  U[ V[ ͷ[ η[ ޷[ [ [ [ θ[ [ [ [ ӻ[ [ [ [ [ [ =[ S[ W[ d[ e[ [ [ ˾[ ̾[ [ [ [ [ [ '[ ([ )[ -[ .[ k[ l[ w[ ۵۵۵ۭۜۋzrgrrr       jE h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '=[ I[ X[ d[ e[ [ ̾[ [                                     j                                                                                                                                           kdE $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  [ [ [ Y[ ^[ [ [ [ [ [ [ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdpE $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
[ [ [ [ 0[ [ [ [ [ q[ r[ [ [ 9[ :[ [ [ [ [ [ [ [ T[ [ [ [ [                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  w[ x[ y[ }[ ~[ [ [ [ p[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ k[ t[ }[ [ [ [ [ [ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jE hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjIE h_ U ![ [ [ [ [ [ [                                                 e                                                                                                                        F  kdE $$If   l   l '{6    4   4 
l a] p
        F  kdE $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  [ [ [ [ [ [ [ [ [ 	[ 
[ *[ +[ A[ B[ ][ ^[ z[ {[ [ [ [ [ [ [ [ [ [ [ +[ ,[ -[ .[ /[ 
[ [ [ {[ [ [ [ [ [ [ [ w[ [ [ [ ![ @[ v[ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3[ [ [ [ [ [ [                                                             5            v  kdpE $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdE $$If   l   l '{6    4   4 
l a] p
         [ [ [ [ [ [ [ [                                     t                                                                                                                                                             v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  [ [ [ [ 	[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	[ 
[ #[ %[ *[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdkE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *[ +[ 9[ ;[ A[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A[ B[ U[ W[ ][                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ][ ^[ s[ u[ z[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z[ {[ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm"E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ +[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdn$E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +[ ,[ -[ .[ /[ 
[ [ [ b[ |[ [ [ [ [ E[                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd%E $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E[ Y[ [ [ [ [  [ >[ r[ [ [ [ [ "[ A[ u[ v[ w[ x[ [ [ [ [ [ [ [ [ [ O[ P[                                                                                                                                                                                                                                                                                                                                                                   gd_  v[ x[ [ [ [ [ [ [ [ [ 6[ N[ n[ q[ [ [ [ [ @[ k[ [ [ [ [ &[ 0[ 1[ W[ X[ u[ v[ [ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  P[ n[ |[ [ [ [ [ [ [ [ *[ @[ V[ l[ m[ [ [ [ [ [ &[ 0[                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  0[ 1[                                     kd%E $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1[ X[ u[ v[ [ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 	[ [ [ 9[ :[ ;[ <[ a[ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ [ [                                     kd'E $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               [ [ [ [ ([ )[ M[ i[ j[ [ [ [ [ [                                                                                                                                     q                            kdr(E $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
[ [ [ [ [ [ [ [ [             q            l                                                                                                                                                       gd_    kd/)E $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  [ [                                     kd)E $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               [ [ [ [  [ ![ ;[ W[ X[ j[ [ [ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  [ 	[ [ :[ z            q            q                                                                                                                                                                                       	  $If   gd_    kdC+E $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       :[ ;[ <[ c[ d[ e[ f[ g[ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd ,E $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       a[ b[ c[ h[ q[ [ [ [ [ +[ ,[ .[ Z[ [[ `[ i[ [ [ [ [ 
[ [ h[ j[ z[ {[ [ [ [ [ [ [ J[ K[ ~[ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "g[ h[                                     kd,E $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               h[ q[ [ [ [ [ [ [ [ [ [ [ ,[                                                                                                             q                                                         kd.E $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ,[ -[ .[ [[ \[ ][ ^[ _[ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd.E $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       _[ `[                                     kd/E $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `[ i[ [ [ h[ i[ j[ {[ [                                                             q                                                                                                                             kd0E $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  [ [ [ [ [ K[ [ [ [ [ [ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd1E $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
~[ [ [ [ [ [ [ [ [ [ [ A[ V[ W[ [ [ *[ [ [  [ ![ r[ [ [ [ [ [ [ [ [ [ [ [ A[ Q[ R[ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #[ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  [ [                                        kdm2E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ A[ W[ Y[ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [ [                                        kd3E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ ,[ -[ i[ j[ y[ [ [ [ ![ r[ [                                                                                                 s                                                                        kd5E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [ [ [ [ [ [ [ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd5E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [                                        kd6E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ @[ A[ R[ s[                         s                                                                                                                                                                                   kd7E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  R[ r[ s[ t[ u[ v[ x[ [ [ '[ ([ ?[ [ [ [ [ ~[ [ [ ![ [ [ *[ I[ [ [ [ [ g[ [ [ [ [ [ [ /[ [ -[ [ [ [ <[ [ [ [ [ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -s[ t[ u[ v[ w[ x[ [ E[ F[ [ [ [ [ [ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd8E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ [ [ )[ A[ X[ [ [ [ [ <[ =[ '[ ([ ?[ T[ [ [ [                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ9E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn:E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ 
[ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ )[ .[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,;E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .[ /[ 9[ >[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >[ ?[ J[ O[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O[ P[ Z[ _[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI<E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _[ `[ a[ ~[ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf=E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$>E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [  [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    [ ![ ,[ 1[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1[ 2[ <[ A[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA?E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A[ B[ M[ R[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R[ S[ ][ b[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b[ c[ d[ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^@E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{AE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ *[ 8[ H[                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9BE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H[ I[ T[ Y[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y[ Z[ d[ i[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i[ j[ u[ z[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVCE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z[ {[ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsDE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1EE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [  [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ s[ [ [ [ [                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdEE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ 
[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNFE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
[ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ )[ .[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .[ /[ 9[ >[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkGE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >[ ?[ @[ g[ u[ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdGE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)HE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFIE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdIE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [  [ %[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %[ &[ 0[ 5[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcJE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5[ 6[ A[ F[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F[ G[ Q[ V[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!KE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V[ W[ X[ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>LE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [ .[                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[ME $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .[ /[ :[ ?[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdME $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?[ @[ J[ O[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O[ P[ [[ `[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxNE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `[ a[ k[ p[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p[ q[ r[ [ [ [ [ ,[                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd6OE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,[ -[ 8[ =[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =[ >[ H[ M[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M[ N[ Y[ ^[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSPE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^[ _[ i[ n[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n[ o[ p[ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpQE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.RE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ +[ ;[                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdRE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;[ <[ G[ L[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKSE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L[ M[ W[ \[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \[ ][ h[ m[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	TE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m[ n[ x[ }[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhTE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }[ ~[ [ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdTE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&UE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCVE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [  [ @[ e[ [ [ [ [ [ [ [ [ [                                                                                                                                                                                        gd_  z  kdVE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [  [ [ -[ [ [ [ [ [ [ &[ '[ 1[ ;[ <[ n[ o[ [ [ [ [ [ [ [ [ [ [ [ [ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  [ [ [ [ [ [ [ '[ 1[ ;[                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	;[ <[                                        kdWE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <[ o[ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [ [                                        kdUXE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ =[ >[ [ [ ![ F[ V[ g[ w[ x[ [                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  [ [ [ [ [ 1[ J[ y[ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdYE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ [ [ [ [ x[ y[ z[ [ [ [ [ [ [ Z[ \[ l[ m[ #[ $[ '[ 8[ P[ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jcZE h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  y[ z[ [ [ [ [ [ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [                                        kd[E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ $[ %[ t[ [ [ [ [ -[ B[ Z[ [[                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  [[ \[ m[ $[ |            s            s                                                                                                                                                                                           	  $If   gd_   kd\E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $[ %[ &[ '[ P[ [ [ [ &[ 8[ 9[ ([ )[ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd]E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P[ [ [ [ [ 7[ 8[ 9[ W[ [ [ [ [ '[ )[ >[ p[ q[ {[ [ [ [ [ [ [ [ [ [ [ [ <[ =[ `[ b[ r[ s[ [ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $)[ 3[ >[ q[ {[ [                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  [ [                                        kdj^E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ [  [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [ [                                        kd_E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ P[ Q[ `[ q[ [ [ ([ [ [ [ [ [ <[ =[ a[                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  a[ b[ s[ [ [ u[ [ [ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdaE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ [ [ [ [ [ [ ?[ t[ [ [ [ [ [ [ 
[  [ G[ [ [ [ [ [ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jaE h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  [ [ [ [ [  [ [ [ [ [ [ [ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdQbE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ 4[ 5[ ?[ I[ J[ o[ p[ [ [ [ [ [ ! \ / \ l \  \  \  \  \  \  \  \ \ \ 	\ 
\ \ .\ /\ :\ n\ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J ![ [ 5[ ?[ I[                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  I[ J[                                        kdcE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J[ p[ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [ [                                        kd_dE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [  \  \ 8 \ 9 \  \  \  \  \  \                                                                                                 Y                              kdeE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 \ \ \ 	\ 
\ :\ \ \ )\ *\ \ \             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdmfE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n\ o\ z\ {\ \ \ \ \ \ \ \ \ \ \ G\ Y\ '\ :\ p\ r\ \ \ (\ )\ +\ ,\ \ \ }\ \ \ 8\ \ \ \ \ \ \ [\ \ \ \ \ \ \ \ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jlkE hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j'gE hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -\ \ \ \ Q	\ R	\ 
\ 
\ F\ G\ Y\ \ \ &\ '\ <\ \ )\ ,\ \ \ }\ \ \ \ \ %\                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  %\ 8\ 9\ >\ F\ K\             f                                                                                                                                                                      kdgE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  K\ L\ Q\ Y\ e\ o            f            f            f                                                                                                                                                	  $If   gd_    kdgE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e\ f\ k\ r\ w\ o            f            f            f                                                                                                                                                	  $If   gd_    kdjhE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w\ x\ }\ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdhE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdFiE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdiE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kd"jE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdjE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ \ \ \ \ \ D\ E\ \ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdjE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \  \  \ #\ #\ )\ )\ j,\ ,\ -\ -\ -\ -\ -\ -\ .\ .\ .\ '/\ (/\ 2/\ </\ =/\ I/\ j/\ k/\ /\ /\ /\ /\ /\ w1\ y1\ 1\ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %\ \ &\ '\ \ \ t\ u\ \ \ \ \ \ \ m\ n\ \  \  \ !\ !\ "\ #\ #\ &#\ 3#\ D#\                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  D#\ U#\ f#\ w#\ #\ #\ #\ #\ #\ #\ #\ #\ %\ %\ %\ %\ 9&\ :&\ )\ 
)\ )\ )\ &*\ v*\ w*\ *\ +\ 1+\ a+\                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  a+\ b+\ +\ +\ j,\ k,\ ,\ -\ -\ -\ .\ .\ .\ .\ (/\ 2/\ </\                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  </\ =/\                                        kdkE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =/\ k/\ /\ /\ /\ /\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  /\ /\                                        kd;mE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /\ /\ /\ /\ 0\ D0\ 0\ 0\ 0\ 0\ 0\ 1\ w1\ x1\                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
x1\ y1\ 1\ 1\ |            s            s                                                                                                                                                                                           	  $If   gd_   kdnE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 1\ 2\ 82\ 92\ C2\ M2\ N2\ Z2\ {2\ |2\ 2\ 2\ 2\ 2\ 2\ 84\ 4\ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 1\ 1\ 1\ 1\ 1\ 1\ 1\ 2\ 92\ C2\ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdIoE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C2\ M2\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  M2\ N2\                                        kdpE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N2\ |2\ 2\ 2\ 2\ 2\ 2\                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2\ 2\                                        kdWqE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2\ 2\ 2\ 2\ "3\ M3\ 3\ 3\ 74\ 4\ 4\ 4\                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 5\ 5\ %5\ /5\ 05\ <5\ ]5\ ^5\ 5\ 5\ 5\ 5\ 5\ 7\ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    4\ 4\ 4\ 4\ |            s            s                                                                                                                                                                                           	  $If   gd_   kdrE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4\ 4\ 4\ 4\ 4\ 5\ %5\ /5\ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdesE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /5\ 05\                                        kdtE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               05\ ^5\ 5\ 5\ 5\ 5\ 5\ 5\                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  5\ 5\                                        kdsuE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5\ 5\ 5\ 5\ 6\ 16\ q6\ 6\ 7\ 7\ 7\ 7\                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ 7\ +8\ ,8\ 68\ @8\ A8\ M8\ n8\ o8\ 8\ 8\ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    7\ 7\ 7\ 7\ |            s            s                                                                                                                                                                                           	  $If   gd_   kdvE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7\ 7\ 7\ 7\ 7\ 7\ 7\ ,8\ 68\ @8\ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdwE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@8\ A8\                                        kd;xE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A8\ o8\ 8\ 8\ 8\ 8\ 8\ 8\                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  8\ 8\ 8\ 8\ :\ :\ +:\ ,:\ 2:\ 9:\ ::\ ;:\ <:\ Q:\ :\ :\ :\ :\ :\ :\ :\ :\ :\ :\ :\ :\ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  8\ 8\                                        kdyE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8\ 8\ 8\ 8\ 9\ F9\ 9\ 9\ 9\ :\ :\ :\                                                                                                                         f                           kdzE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  :\ ,:\ ::\ ;:\ <:\ F:\ Q:\ :\ :\ :\                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd{E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	:\ :\                                        kdW|E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :\ :\ :\ :\ :\ :\ :\                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  :\ :\ :\  ;\ <\ <\ <\ <\ <\ <\ <\ <\ <\ <\ <\ =\ =\ =\ =\ L=\ M=\ W=\ a=\ b=\ n=\ =\ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  :\ :\                                        kd}E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :\  ;\ ?;\ K;\ r;\ ;\ ;\ ;\ <\ C<\ <\ <\                                                                                                                         f                           kd~E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  <\ <\ <\ <\ <\ <\ =\ =\ =\ M=\                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	M=\ W=\ a=\                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  a=\ b=\                                        kdsE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b=\ =\ =\ =\ =\ =\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  =\ =\ =\ =\ =\ =\ >\ >\ >\ ?\ ?\ ?\ ?\ ?\ .@\ /@\ 0@\ 1@\ 2@\ 3@\ ?@\ C@\ c@\ IB\ \B\ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 =\ =\                                        kdǁE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =\ =\ >\ >\ >\ ?\ 9?\ ?\ ?\ ?\ .@\                                                                                     s                                                                                              kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
.@\ /@\ 0@\ 1@\ 2@\ 3@\ c@\ B\ B\ IB\ B\ B\ B\ AC\ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdՃE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\B\ B\ B\ B\ B\ B\ 
C\ @C\ TC\ C\ C\ C\ C\ C\ -D\ .D\ 8D\ BD\ CD\ [D\ eD\ fD\ gD\ jD\ kD\ D\ D\ D\ D\ D\ D\ D\ D\ E\ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !AC\ C\ C\ C\ C\ C\ .D\ 8D\ BD\                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  BD\ CD\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CD\ kD\ D\ D\ D\ D\ D\ D\ D\                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  D\ D\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D\ D\ eE\ xE\ E\ E\ E\ E\ E\ E\ E\                                                             f                                    [            [                     
  $If   gd_ K$  kd7E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
E\ eE\ E\ E\ E\ E\ E\ E\ E\ E\ E\ E\ E\ E\ E\ E\ 
F\ F\ F\ F\ F\ F\ 6F\ @F\ AF\ BF\ DF\ EF\ FF\ hF\ iF\ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ E\ E\ F\ F\ F\ F\                                     R            I                                                                     	  $If   gd_ Q  kd~E $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   F\ F\ FF\ iF\ |F\ F\ F\ F\ F\ F\ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	iF\ F\ F\ F\ F\ F\ ?G\ @G\ AG\ BG\ RG\ SG\ G\ G\ G\ G\ G\ G\ G\ G\ G\ G\ G\ G\ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J F\ F\                                        kdŉE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F\ F\ F\ G\ @G\ AG\ BG\ SG\ G\ G\ G\                                                             f                                    [            [                     
  $If   gd_ K$  kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
G\ G\ G\ G\ G\ G\ G\                                     R                                                                                              Q  kd`E $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdӋE $If   K$L$l 0                                     
t                              4   4 
l a   G\ G\ G\ G\ G\ G\                                     R            I                                                                     	  $If   gd_ Q  kdzE $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   G\ G\ G\ 
H\ H\ 3H\ FH\ YH\ ZH\ [H\ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G\ G\ G\ G\ G\ G\ G\ G\ 
H\ H\ XH\ YH\ \H\ eH\ VI\ WI\ 
J\ #J\ =J\ >J\ ?J\ @J\ PJ\ QJ\ RJ\ J\ J\ J\ K\ K\ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ [H\ \H\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \H\ eH\ H\ DI\ WI\ =J\ >J\ ?J\ @J\ QJ\ K\                                                                                     Y                                          kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
K\ K\ K\ K\ 'K\ <K\ QK\ cK\ }K\ K\ K\ K\ K\ K\ K\ 
L\ L\ 9L\                                                                                                                                                                                                                      	  $If   gd_  S  kdϐE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ K\ K\ K\ K\ L\ L\ L\ L\ L\ L\ L\ L\ L\ L\ L\ L\ L\ ,M\ -M\ 0M\ 9M\ EM\ M\ .N\ EN\ FN\ GN\ HN\ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  9L\ SL\ cL\ }L\ L\ L\ L\                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdaE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L\ L\ L\ L\ M\ M\ -M\ .M\ /M\ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /M\ 0M\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0M\ 9M\ M\ M\ FN\ GN\ HN\ YN\ N\ N\ N\                                                             f                                    [            [                     
  $If   gd_ K$  kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
HN\ XN\ YN\ wN\ N\ N\ N\ N\ N\ N\ +P\ -P\ .P\ /P\ GP\ QP\ RP\ SP\ UP\ VP\ WP\ dP\ nP\ oP\ P\ P\ P\ P\ MQ\ Q\ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 N\ N\ N\ N\ N\ N\ O\ ,O\ <O\ VO\ pO\ xO\ O\ O\ O\ O\ O\ O\                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdE $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   O\ P\ ,P\ -P\ .P\                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdME $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  .P\ /P\ WP\ oP\ P\ P\ P\ P\ P\ P\ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdߕE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P\ P\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P\ P\ MQ\ jQ\ Q\ Q\ R\ R\ R\ R\ R\ R\                                                                                                 f                                                   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Q\ R\ R\ R\ R\ R\ R\ R\ R\  S\ S\ "S\ #S\ $S\ &S\ 'S\ (S\ @S\ AS\ S\ S\ S\ S\ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ R\  S\ (S\ AS\ fS\ yS\ S\ S\ S\ S\ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S\ S\                                        kdaE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S\ S\ UT\ }T\ T\ 	U\ U\ U\ U\ U\ U\                                                                                                 Y                              kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
S\ TT\ VT\ T\ T\ 	U\ U\ U\ U\ U\ U\ U\ 
V\ V\ V\ 'V\ 1V\ 2V\ 3V\ 5V\ 6V\ 7V\ 8V\ V\ V\ V\ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  U\ V\ V\ 7V\ 8V\ ]V\ pV\ V\ V\ V\ V\ V\             s                                                                                                                                                                 kdoE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V\ V\                                        kd)E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V\ V\ W\ W\ W\ >X\ X\ X\ X\ X\ CY\                                                                                     Y                                          kd}E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
V\ V\ W\ >X\ X\ X\ X\ X\ X\ X\ CY\ DY\ JY\ KY\ SY\ UY\ Z\ Z\ Z\ Z\ Z\ Z\ 3[\ 4[\ 5[\ M[\ W[\ X[\ Y[\ [[\ \[\ ][\ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 CY\ DY\ KY\ TY\ UY\ ]Y\ rY\ Y\ Y\ Y\ Y\ Y\ Y\ Z\ Z\ .Z\ CZ\                                                                                                                                                                                                         	  $If   gd_  S  kd7E $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  CZ\ UZ\ oZ\ Z\ Z\ Z\ Z\ Z\ Z\                                                                                                                                                                                                                                                 	  $If   gd_  S  kdɞE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Z\ Z\ Z\ 4[\ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4[\ 5[\ ][\ ^[\ q[\ [\ [\ [\ [\ [\ [\ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdE $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
][\ ^[\ p[\ q[\ [\ [\ [\ [\ \\ r^\ s^\ t^\ ^\ ^\ ^\ ^\ ^\ ^\ 5_\ i_\ k_\ q_\ r_\ z_\ |_\ ua\ wa\ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  [\ [\                                        kdݠE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [\ [\ \\ \\ ]\ 2]\ ]\ r^\ s^\ t^\ ^\                                                                                                 f                                                        kd1E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
^\ ^\ k_\ r_\ {_\ |_\ _\ _\ _\ _\ _\ _\ 	`\ `\ 4`\                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdE $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  4`\ N`\ _`\ y`\ `\ `\ `\ `\ `\ `\ a\ a\ 1a\ Ka\ \a\ va\ wa\                                                                                                                                                                                                                            S  kd}E $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  wa\ xa\ ya\ a\ a\ a\ a\ a\ a\ b\ b\ b\             s                                                                                                                                                                 kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  wa\ xa\ ya\ a\ a\ a\ a\ a\ a\ a\ a\ a\ a\  b\ b\ b\ 
b\ b\  c\ c\ 'c\ (c\ c\ c\ d\ d\ e\ e\ qf\ f\ f\ f\ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ b\ b\                                        kdɤE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b\ 
b\ b\ (c\ c\ c\ d\ bd\ d\ -e\ e\ 2f\ f\ f\ f\ f\ g\ 5g\ eg\ g\ g\ g\ h\ Ih\ }h\                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  f\ f\ g\ g\ g\ g\ Mh\ `h\ dh\ |h\ }h\ ~h\ h\ h\ h\ h\ h\ h\ h\ 3k\ 5k\ 6k\ 7k\ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   }h\ ~h\ h\ h\ h\ h\ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h\ h\ h\ i\ i\ +i\ =i\ Wi\ qi\ i\ i\ i\ i\ i\ i\ j\ j\ )j\                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdצE $If   K$L$l 0                     x                
t                                4   4 
l a   )j\ >j\ Sj\ ej\ j\ j\ j\ j\ j\ j\ 	k\ k\ 4k\ 5k\ 6k\                                                                                                                                                                                                                   	  $If   gd_  S  kdiE $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6k\ 7k\ _k\ `k\ sk\ k\ k\ k\ k\ k\ k\ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdE $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
7k\ Ok\ Yk\ Zk\ ^k\ _k\ `k\ rk\ sk\ k\ k\ k\ k\ l\ l\ m\ m\ m\ In\ ^n\ :o\ Oo\ o\ o\ np\ p\ p\ p\ p\ p\ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k\ k\                                        kdèE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k\ k\ l\ m\ m\ an\ nn\ n\ Ro\ o\ p\ p\ p\ p\ 
q\ /q\ Fq\ eq\ q\ q\ q\                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  p\ p\ p\ q\ Jq\ ]q\ iq\ |q\ q\ q\ q\ q\ q\ q\ q\ q\ q\ q\ r\ "r\ #r\ +r\ -r\ st\ ut\ vt\ wt\ t\ t\ t\ t\ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  q\ q\ q\ r\ #r\ ,r\ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,r\ -r\ 5r\ Gr\ Yr\ kr\ }r\ r\ r\ r\ r\ r\ s\ s\ (s\ 9s\ Ps\ Qs\                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdѪE $If   K$L$l 0                                     
t                                4   4 
l a   Qs\ Ys\ ks\ }s\ s\ s\ s\ s\ s\ s\ t\ %t\ 6t\ Lt\ ]t\ tt\ ut\                                                                                                                                                                                                                            S  kdcE $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ut\ vt\ wt\ t\ t\ t\ t\ t\ t\ t\ u\ u\             s                                                                                                                                                                 kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t\ t\ t\ t\ t\ t\ t\ u\ u\ v\ Pv\ v\ w\ w\ x\ 5x\ x\ x\ z\ z\ z\ {\ {\ ]|\ |\ }\ }\ }\ \ \ 0\ <\ O\ \ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !u\ u\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u\ u\ v\ v\ w\ 6x\ x\ x\ 9y\ Xy\ y\ y\ z\ z\ @{\ _|\ }\ }\ }\ }\ \ \                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  \ \ \ 8\ W\ \ \ Հ\ \ \ \ %\                                                                                                             f                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  \ \ \ ̀\ ـ\ \ \ \ \ \ $\ %\ h\ i\ j\ \ \ \ \ \ \ \ \ ӂ\ Ԃ\ Ղ\ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  %\ i\ j\ \ \ \ \ \             s                                                                                                                                                                                     kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \ \                                        kdwE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ \ Ё\ \ \ 6\ 7\ Y\ {\ \ \ Ԃ\                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Ԃ\ Ղ\ \ \ >\ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd˰E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ղ\ \ \ =\ >\ ?\ @\ A\ M\ Q\ U\ \\ {\ a\ t\ \ \ م\ \ \ %\ X\ l\ \ \ }\ \ \ \ \ \ F\ Y\ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  >\ ?\ @\ A\ {\ +\ -\ a\ \ څ\ \ Y\ \ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ \ \ P\ \ \ \ \ |\ }\ \ \ \ F\ \ \ \ >\ \ \ \ \ \ +\ 5\ ?\                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Y\ \ \ \ Ҋ\ \ 
\ =\ Q\ \ \ \ \ \ *\ +\ 5\ ?\ @\ X\ b\ c\ g\ h\ i\ {\ |\ \ \ \ \ \ \ \ \ 
\ .\ /\ 0\ @\ A\ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (?\ @\                                        kd?E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @\ h\ i\ |\ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \ \                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ 
\ -\ d\ \ \ ʍ\ \ /\ 0\ A\                                                                                                             f                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  A\ B\ C\ k\ l\ \ \ \ \ \ \             s                                                                                                                                                                      kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
A\ B\ C\ [\ e\ f\ j\ k\ l\ ~\ \ \ \ \ \ \ Ŏ\ \ \ \ \ \ \ \ \ \ \ \ \ ŏ\ Ə\ Ǐ\ ُ\ ڏ\ \ \ \ \ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %\ \                                        kd[E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ Ŏ\ \ \ \ \ \ \                                                 f                                                                                                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  \ \ Ə\ Ǐ\ ڏ\ \  \ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdiE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kd#E $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \  \ a\ b\ \ \ \ \ \ \ \ \ \ \  \ !\ "\ 4\ 5\ G\ H\ m\ n\ r\ {\ \ \ !\ "\ \ \ \ \ \ \ Ò\ В\ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %\  \ >\ b\ \ \ \ \                                                 f                                                                                                                       kdwE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  \ \ !\ "\ 5\ H\ [\ n\ p\ q\ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q\ r\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r\ {\ \ "\ \ \ \ \                                                 f                                                                                                                       kd?E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  \ Ò\ Ē\ \ \ \ \ \ ۓ\ Ӕ\ Ԕ\ \ J\ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       В\ Ԓ\ \ \ \ \ \ \ \ ۓ\ 5\ Ԕ\ \ \ J\ ]\ \ \ \ \ ̕\ ޕ\ ߕ\ \ \ \ ?\ R\ \ \ \ Ŗ\ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  J\ \ \ \ ?\ \ Ɩ\ 
\ \\ \ \ \ \ ȗ\ \ \ \                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ŗ\ ٖ\ \  \ [\ o\ \ \ \ ȗ\ \ \ \ \ \ (\ 2\ 3\ 7\ 8\ 9\ A\ ^\ p\ q\ \ \ \ \ \ ɘ\ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\\ \                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ 8\ 9\ ^\ q\ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \ \                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ (\ Y\ k\ \ \ ڙ\ \ \ .\ [\                                                                                                 f                                                   kd[E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ɘ\ (\ \ \ \ љ\ ڙ\ \ \ \ \ \ -\ .\ 1\ F\ O\ Y\ [\ a\ b\ i\ k\ \ \ \ \ \ \ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [\ b\ j\ k\ \ \ \ \                                                             R            I                                   	  $If   gd_ Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ \ \ \ \ К\ \ \ 	\ \ \ "\ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd/E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\ \ \ \ \ \ \ Ϛ\ К\ \ \ \ 	\ #\ ,\ -\ <\ \ h\ r\ s\ \ \ \ ݜ\ \ \ \ \ \ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ "\ #\                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               #\ ,\ \ \ \ \ \ 0\ h\ s\ \ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  \ \ \ \ \ \ !\ L\ R\ S\ Z\ \\ e\ \ \ \ \ \ \ \ \ ȝ\ ɝ\ ͝\ Ν\ ϝ\ \ \ \ \ \ \ \ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  \ \ \ L\ S\ [\ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd=E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [\ \\ \ \ \ \                                     R            I                                                                     	  $If   gd_ Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   \ \ Ν\ ϝ\ \ \ \ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ (\ \ \ \ \ F\ Q\ p\ \ ݟ\ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
\ (\ )\ 8\ \ F\ P\ Q\ o\ p\ \ \ \ \ \ \ ܟ\ ݟ\ \ \ \ \ \ \ \ \ 
\ \  \ !\ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 \ \ \ "\ |            s            s                                                                                                                                                                                           	  $If   gd_   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !\ "\ #\ ;\ E\ F\ J\ K\ L\ ^\ _\ q\ r\ \ \ \ \ \ \ \ \ ¡\ ơ\ \ t\ ~\ \ \ \ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    "\ #\ K\ L\ _\ r\ \ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kdE $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ \ Q\ á\ \ '\ 9\ t\ \ \ ɢ\ \ \                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
\ \ \ Ȣ\ ɢ\ Т\ ֢\ 
\ \ \ 
\ \ \ !\ 6\ ?\ I\ J\ K\ L\ M\ N\ u\ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  \ 
\ \ K\ |            s            s                                                                                                                                                                                           	  $If   gd_   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K\ L\ M\ N\ u\ v\ \ h\ \ \ Ԥ\ @\ {\ |\ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
u\ \ \ \ h\ \ \ \ Ԥ\ @\ |\ \ \ \ +\ \ \ \ \ \ &\ \ \ ŧ\ ɧ\ \ é\ \ \ \ .\ ߪ\ \ \ \ '\ +\ N\ \ \ \ ˬ\ Ϭ\ \ E\ s\ t\ \ \ @\ \ կ\ -\ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4|\ \ +\ \ \ \ \ &\ \ \ \ \ é\ \ \ .\ \ \ \ N\ \ \ 8\ M\ i\ y\ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                   gd_  \ E\ t\ \ \ @\ \ կ\ -\ l\ \ \ \ \ \ ,\ 8\ K\ O\                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  -\ \ \ \ \ \ '\ +\ K\ N\ O\ V\ W\ \ \ \ \ \ \ |\ \ \ /\ 0\ \ \ \ ܳ\ \ \ F\ s\ t\ y\ \ \ T\ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $O\ P\ Q\ R\ S\ T\ U\ V\ W\ M            H            H            H            H            H            H            H                   gd_   kd[E $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   W\ k\ r\ w\ \ \ \ \                                                 _            V            V                                                             	 $If   gd_    kdE $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  \ \ \ \                                                                                                                                                                                                                                                          	 $If   gd_  o  kdE $$If   l       0   T# T                 .                
t  0                                                              4 
l al  \ \ \ \ \ ʱ\ ұ\ ޱ\                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdkE $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ޱ\ ߱\ \ \  \ 2            )            )            )                      	 $If   gd_    kdE $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      \ v\ w\ |\ \ \ \             [                                                                                                                                           kd5E $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  \ \ \ 0\ 4\ \ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \ \ \ \ \ ֳ\ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ֳ\ ׳\ ܳ\ \ \ @\ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  @\ A\ F\ t\ y\ \ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdYE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \ \ \ \ \ \ \ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd"E $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \ \ \ \ n            e            e                                                                                                                                                               	 $If   gd_    kdE $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           \ \ \ &\                                                                                                                                                                                                                                                	 $If   gd_  t  kdE $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  &\ '\ (\ 9\ >\ F\ M\ T\ `\                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd]E $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  `\ a\                                             kdE $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          a\ l\ p\ w\ ~\ \ \ \                                                             A                                  kdSE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  \ \ \ \ \ \ \ \                                                 A                                              kd2E $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  \ \ \ \ \ \ \                                     A            <            7                  gd_    gd_    kdE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  \ U\ V\ o\ p\ \ \ \ \ \                                                                                                                                                                                                                                                   E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	T\ U\ V\ \\ ]\ o\ p\ \ \ \ \ \ \ ö\ Ķ\ Ѷ\ Ҷ\ \ \ \ \ !\ "\ :\ ;\ R\ S\ T\ X\ Y\ v\ w\ x\ \ \ \ _\ \ \ \ \ !\ "\ 춥x                          /j"E hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *\ \ \ \ \ \ ö\                                     a                                                                                                                             E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdOE $$If   l 0 
" R                                                           4 
l a   ö\ Ķ\ Ͷ\ Ѷ\ Ҷ\ \ \                                     a                                                                                                                             E  kdlE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
E $$If   l 0 
" R                                                           4 
l a   \ \ \ \ \ \ !\                                     a                                                                                                                             E  kd*E $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   !\ "\ -\ :\ ;\ E\ R\                                     a                                                                                                                             E  kdE $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE $$If   l 0 
" R                                                           4 
l a   R\ S\ T\ U\ V\ W\ X\                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdGE $$If   l 0 
" R                                                           4 
l a   X\ Y\ f\ g\ u\ v\ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdE $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   v\ w\ x\ \ \ ^\ _\ Q\ R\ )\ *\ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kddE $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
"\ &\ '\ \ \ (\ )\ 9\ :\ >\ ?\ A\ i\ j\ »\ û\ ϻ\ л\ \ \ $\ %\ l\ n\ \ \ \ \ \ \ \ \ \ \ \ v\ w\ \ \ \ \ \ "\ +\ \ \ \ \ \ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jE hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0*\ A\ J\ j\ û\ л\ \ \ %\ m\                                                                                                                                                                                                                                                       S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	m\ n\ \ \ \ \ \                                     N                                                                                       S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   \ \ \ \ ?\ ֽ\ \ \ \ \ v\ w\ \ \ a\ \ 8\ \ \                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdE $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   \ 	\ \ #\ \ \ \ \ \ \ Z\ [\ l\ \ \ \ 7\ P\ l\ \ \ \ \ 0\ 1\ \ \ \                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  \ \ k\ l\ |\ \ Y\ [\ l\ \ \ \ q\ \ \ /\ 1\ P\ \ \ \ \ \ S\ T\ i\ j\ \ \ \ \ \ \ \ \ \ \ 	\ 
\ \ ۵۵۵ۭۜۋzrgrrr       jE h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '\ \ \ \ \ T\ j\ \                                     j                                                                                                                                           kd8E $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  \ \ \ \ \ ;\ \ \ \  \ ]\ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdE $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
]\ \ |\ }\ \ \ \ j\ k\ \ \ h\ i\ \ \ \ \ \\ ]\ w\ \ 8\ \ 9\ :\ \ \                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  \ \ \ \ \ \ j\ k\ \ g\ )\ \ 7\ 8\ C\ D\ T\ U\ Y\ Z\ [\ \\ ]\ f\ w\ \ 	\ \ \ ;\ 9\ \ #\ $\ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jE hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjE h_ U !\ $\ (\ )\ ?\ @\ T\                                                 e                                                                                                                        F  kdE $$If   l   l '{6    4   4 
l a] p
        F  kdQE $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  $\ )\ V\ z\ {\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ 5\ 6\ W\ X\ o\ p\ \ \ \ \ \ \ \ \ \ \ \ \ \ N\ g\ \ \ \ 0\ B\ \ -\ b\ \ \ \ \ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3T\ U\ V\ _\ m\ z\ {\                                                             5            v  kdE $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd7E $$If   l   l '{6    4   4 
l a] p
         {\ |\ }\ ~\ \ \ \ \                                     t                                                                                                                                                             v  kdOE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ .\ 0\ 5\                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5\ 6\ P\ R\ W\                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W\ X\ g\ i\ o\                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o\ p\ ~\ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdRE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ \ \ \ \ \ \  \ \ N\ h\ \ \ \                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdSE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ \ +\ C\ w\ \ \ \ \ .\ b\ |\ \ \ \ \ \ \ \ 8\ A\ B\ X\ ~\ \ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                   gd_  \ \  \ 6\ 7\ 8\ X\ n\ \ \ \ \ \ \ L\ m\ ~\ \ \ 	\ r\ \ \ \ \ \ \ \ \ \ \ '\ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  \ \ \ -\ .\ L\ |\ }\ ~\ \ \ \ \ 
\ \ q\ r\ |\ \ \ \ \                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \ \                                     kdE $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ \ \ \ *\ @\ V\ l\ n\ \                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	'\ *\ ?\ @\ U\ V\ k\ l\ \ \ \  \ 0\ 1\ P\ Q\ R\ S\ y\ z\ \ \ \ \ \ \ \ \ \ \ \ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ \ \                                     kdUE $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ \ \ \ \ \ \ \ \ \ \ \  \ 1\                                                                                                                                     q                            kdE $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
1\ Q\ R\ S\ z\ {\ |\ }\ ~\             q            l                                                                                                                                                       gd_    kdiE $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ~\ \                                     kd&E $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               \ \ \ \ \ \ \ \ \ \ 3\ L\ a\ v\ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  \ \ \ \ z            q            q                                                                                                                                                                                       	  $If   gd_    kd}E $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       \ \ \ \ \ \ \ \ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd:E $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       \  \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ U\ a\ }\ \ \ \ \ \ \ \ 8\ 9\ <\ F\ \\ \ \ \ \ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "\ \                                     kdE $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ \ .\ /\ C\ D\ f\ \ \ \ \ \ \                                                                                                             q                                                         kdNE $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \ \ \ \ \ \ \ \ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdE $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       \ \                                     kdE $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ \ P\ Q\ \ \ \ \ 9\                                                             q                                                                                                                             kdE $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  9\ :\ ;\ <\ \\ \ \ 3\ 4\ >\ I\ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdE $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
\ \ 4\ I\ {\ |\ \ \ \ \ \ \ \ \ )\ 2\ \ \ \ \ \ \ #\ R\ S\ T\ s\ t\ u\ v\ w\ z\ \ \ \ \ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #I\ |\ \ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  \ \                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ \ \ \ (\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  (\ )\                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )\ 2\ \ \ \ \ \ h\ \ \ \ \ S\                                                                                                 s                                                                        kdO F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S\ T\ u\ v\ w\ x\ y\ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd	F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y\ z\                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z\ \ \ \ \ \                         s                                                                                                                                                                                   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \ \ \ \ \ \ \ 8\ C\ \ \ \ \ <\ \ \ \ ;\ \ \ *\ I\ \ \ C\ b\ |\ \ \ $\ \ \ &\ E\ \ \ \ \ -\ L\ \ \ 8\ W\ \ \ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -\ \ \ \ \ \ C\ \ \ %\ 0\ :\ E\ O\ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O\ P\ \ \ \ \ #\ $\ _\ \ \ \ \ \ \ \ \ +\ ;\                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ;\ <\ G\ L\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L\ M\ W\ \\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \\ ]\ h\ m\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m\ n\ x\ }\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }\ ~\ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ *\ :\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :\ ;\ F\ K\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K\ L\ V\ [\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [\ \\ g\ l\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l\ m\ w\ |\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^	F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |\ }\ ~\ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \  \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    \ \ \ *\ 8\ H\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H\ I\ T\ Y\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y\ Z\ d\ i\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i\ j\ u\ z\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z\ {\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ #\ (\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (\ )\ *\ C\ Q\ a\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdNF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a\ b\ m\ r\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r\ s\ }\ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ Z\ |\ \ \                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd)F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ #\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #\ $\ /\ 4\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4\ 5\ ?\ D\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D\ E\ P\ U\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U\ V\ `\ e\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e\ f\ g\ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ &\ 4\ D\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D\ E\ P\ U\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U\ V\ `\ e\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e\ f\ q\ v\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v\ w\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ 	\ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ |\ }\ \ \ \                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdpF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ 
\ \ -\ ;\ K\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K\ L\ W\ \\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \\ ]\ g\ l\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l\ m\ x\ }\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }\ ~\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ 8\ F\ V\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V\ W\ b\ g\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g\ h\ r\ w\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w\ x\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}!F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \ &\ '\ }\ ~\ \ \ \ \ 5\                                                                                                                                                                                        gd_  z  kd!F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ 6\ j\ {\ |\ }\ \ \ \ \ \ \ \ 
\ \ 0\ 1\ B\ C\ ]\ f\ 9] ;] K] L] \] Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  5\ 6\ j\ |\ }\ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	\ \                                        kd;"F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ 
\ 1\ C\ E\ \\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  \\ ]\                                        kd#F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]\ f\ \ \ \ \ * ]  ]  ]  ]  ] ] ] ] :]                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  :] ;] L] ] ] ] ] ] |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd$F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \] ]] w] x] y] ] ] ] ] ] ] =] >] m] n] q] z] ] ] 
] ] ] ] ] ] ] ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j%F h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ] ] >] m] n] o] p] |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd"&F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p] q]                                        kd&F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q] z] ] ] ] q] |] ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ] ] ] ] |            s            s                                                                                                                                                                                           	  $If   gd_   kd0(F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ] ] }] ~] ] ] ] ] ] ] |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd(F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] }] ~] ] ] ] ] ] ] ;] P] ] ] ] ] ] ] ] ] #] $] I] J] y] ] ] ] ] _] b] 	] 	] 	]  
] 
] 
] !
] ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $] ] ] ] ] #]                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  #] $]                                        kd)F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $] J] y] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ] ]                                        kd*F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] ] ] G] H] ] 4	] T	] u	] 	] 	] 	] 	] 	]                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  	]  
] 
] b
] 
] ] Q] ] |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdL,F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !
] "
] <
] =
] >
] Q
] R
] a
] 
] 
] 
] ] /] P] r] ] ] ] ] ] ] D] v] w] x] ] ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j-F h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ] ] ] ] ] ] C] D] x] ] ] ] |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd-F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ] ] ] ] ] 

] 
] 6
] G
] H
] K
] T
] 
] 
] 
] &] >] ?] G] I] Y] Z] ] ] ] ] ] ] ] ] ] ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ] ]                                        kdE.F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] 
] 6
] H
] I
] J
]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  J
] K
]                                        kd/F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K
] T
] 
] 
] 
] 
] &] '] H] I] Z]                                                                                                 Y                              kd0F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Z] ] ] ] ] ] n] ] ] ] _] l]             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd1F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ] 
] ] ] )] *] .] /] n] ] _] l] ] ] ] ] ] ] ] ] %] '] ] ] ] ] 4] 6] ] 0] ] ]  ]  ] :!] >!] n"] "] #]  $] $] $] $] $] $] $] ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j6F hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ja2F hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -l] ] ] ] ] ] ] ] ] ] ] ]] ^] ] ] ] '] ] ] 5] 6] ] 0] ] ] ] ]                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ] ] ] ] ] ]             f                                                                                                                                                                      kd2F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ] ] ] ]  ] o            f            f            f                                                                                                                                                	  $If   gd_    kd63F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  ]  ] 	 ]  ]  ] o            f            f            f                                                                                                                                                	  $If   gd_    kd3F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  ]  ]  ] " ] . ] o            f            f            f                                                                                                                                                	  $If   gd_    kd4F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . ] / ] 7 ] ? ] D ] o            f            f            f                                                                                                                                                	  $If   gd_    kd4F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D ] E ] M ] U ] a ] o            f            f            f                                                                                                                                                	  $If   gd_    kd4F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a ] b ] j ] q ] v ] o            f            f            f                                                                                                                                                	  $If   gd_    kd\5F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at v ] w ]  ]  ]  ] o            f            f            f                                                                                                                                                	  $If   gd_    kd5F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  ]  ]  ]  ] 6!] 7!] "] "] $$] %$] $] $] <%] o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd86F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $] $] $] <%] H%] +.] 5.] |1] 1] ~7] 7] :] 0:] @;] L;] M;] Y;] ];] y;] }<] ~<] <] <] <] <] <] <] <] =] 	=] :=] ;=] <=] @=] I=] ?] ?] '?] ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %<%] H%] %] %] {&] |&] '] '] e'] &)] ')] /*] 0*] *] ,] ,] ,] +.] 5.] {/] |/] 0] 0] 0] 0] 0] 0]                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  0] 0] 1] 1] &1] '1] :1] M1] d1] {1] |1] 1] 2] 2] U3] V3] 3] 3] 6] 6] ~7] 7] 7] 8] 8] t8] 8] 8] 8]                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  8]  9] I9] 9] :] 	:] 0:] @;] M;] y;] }<] ~<] <] <] <] <] <]                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  <] <]                                        kd!7F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <] 	=] ;=] <=] >=] ?=]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ?=] @=]                                        kdu8F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @=] I=] =] =] =] =]  >] H>] S>] >] >] >] ?] ?]                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
?] ?] (?] _?] |            s            s                                                                                                                                                                                           	  $If   gd_   kd9F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '?] (?] ^?] _?] `?] b?] n?] r?] ?] ?] ?] ?] ?] ?] ?] ?] ?] @] @] ?@] @@] A@] E@] N@] A] >B] ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 _?] `?] a?] b?] ?] ?] ?] ?] ?] ?] |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd:F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?] ?]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ?] ?]                                        kd=;F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?] @] ?@] @@] A@] C@] D@]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  D@] E@]                                        kd<F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E@] N@] @] @] @] @] +A] OA] A] >B] NB] OB]                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  >B] NB] PB] `B] aB] gB] nB] oB] pB] qB] B] B] B] B] B] B] B] B] B] #C] $C] %C] )C] 2C] D] ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    OB] PB] aB] oB] |            s            s                                                                                                                                                                                           	  $If   gd_   kd=F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       oB] pB] qB] {B] B] B] B] B] |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd>F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B] B]                                        kdY?F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B] B] "C] #C] $C] %C] 'C] (C]                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  (C] )C]                                        kd@F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )C] 2C] qC] }C] C] C] D] 3D] D] "E] 2E] 3E]                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  D] "E] 2E] 4E] DE] EE] KE] RE] SE] TE] UE] VE] bE] fE] E] E] E] E] E] E] E] E] E] F] 
F] 5F] 6F] ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    3E] 4E] EE] SE] |            s            s                                                                                                                                                                                           	  $If   gd_   kdBF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       SE] TE] UE] VE] E] E] E] E] E] E] |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdBF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E] E]                                        kduCF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E] 
F] 4F] 5F] 6F] 7F] 9F] :F]                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  6F] 7F] ;F] DF] G] G] G] G] G] G] G] G] G] G] !H] "H] ,H] 6H] 7H] CH] dH] eH] oH] H] H] H] îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  :F] ;F]                                        kdDF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;F] DF] F] F] F] F] #G] CG] {G] G] G] G]                                                                                                                         f                           kdFF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  G] G] G] G] G] G] G] "H] ,H] 6H]                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdFF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	6H] 7H]                                        kdGF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7H] eH] H] H] H] H] H]                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  H] H] H] H] )J] *J] +J] ;J] <J] BJ] IJ] JJ] KJ] LJ] J] J] J] J] J] J] J] J] J]  K] K] (K] п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  H] H]                                        kdHF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H] H] H] H] I] >I] ^I] I] I] I] *J] +J]                                                                                                                         f                           kd9JF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  +J] <J] JJ] KJ] LJ] J] J] J] J] J]                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdJF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	J] J] J]                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  J]  K]                                        kdKF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                K] )K] *K] +K] -K] DK]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  (K] )K] *K] +K] EK] NK] OL] PL] QL] M] M] M] M] M] M] M] M] M] M] M] M] M] N] O] O] ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 DK] EK]                                        kdMF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EK] NK] PL] QL] bL] L] L] M] M] M] M]                                                                                     s                                                                                              kdUNF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
M] M] M] M] M] M] N] O] O] O] )P] `P] P] P] |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdOF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O] )P] <P] _P] sP] P] P] P] P] -Q] AQ] Q] Q] Q] Q] Q] Q] Q] Q] Q] R] R] R] R] 	R] (R] )R] ;R] <R] tR] uR] R] R] R] õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !P] .Q] Q] Q] Q] Q] Q] Q] Q]                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Q] Q]                                        kdOF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q] 	R] )R] <R] OR] bR] uR] wR] R]                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  R] R]                                        kdQF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R] R] S] S] CS] DS] ES] VS] S] S] S]                                                             f                                    [            [                     
  $If   gd_ K$  kdqRF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
R] S] CS] DS] ES] US] VS] YS] nS] wS] S] S] S] S] S] S] S] S] S] S] S] S] S] S] S] S] S] S] S] T] T] ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S] S] S] S] S] S]                                     R            I                                                                     	  $If   gd_ Q  kdSF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+SF $If   K$L$l 0                                     
t                              4   4 
l a   S] S] S] T] T] -T] @T] ST] TT] UT] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdETF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T] RT] ST] VT] _T] T] T] T] T] T] T] T] "U] (U] )U] 1U] 3U] HU] IU] XU] ZU] `U] aU] bU] ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J UT] VT]                                        kdTF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               VT] _T] T] T] T] T] T] T] "U] )U] 2U]                                                             f                                    [            [                     
  $If   gd_ K$  kdSVF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
2U] 3U] IU] YU] ZU] [U] \U]                                     R                                                                                              Q  kdWF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
WF $If   K$L$l 0                                     
t                              4   4 
l a   \U] ]U] ^U] _U] `U] aU]                                     R            I                                                                     	  $If   gd_ Q  kdXF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'XF $If   K$L$l 0                                     
t                              4   4 
l a   aU] bU] U] U] U] U] U] U] U] U] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAYF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	bU] zU] U] U] U] U] U] U] U] U] U] U] U] V] V] V] W] W] W] W] W] W] W] W] W] \X] eX] |X] X] X] ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ U] U]                                        kdYF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U] V] @V] V] V] W] W] W] W] W] X]                                                                                     Y                                          kdO[F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
X] X] X] X] X] X] X] Y] Y] 5Y] EY] _Y] yY] Y] Y] Y] Y] Y]                                                                                                                                                                                                                      	  $If   gd_  S  kd	\F $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ X] X] X] X] 5Z] 6Z] 7Z] 8Z] PZ] ZZ] [Z] \Z] ^Z] _Z] `Z] Z] Z] Z] Z] Z] Z] Z] B[] [] [] [] [] [] ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Y] Y] Z] Z] 5Z] 6Z] 7Z]                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd\F $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7Z] 8Z] `Z] Z] Z] Z] Z] Z] Z] |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd-]F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z] Z]                                        kd]F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z] Z] B[] p[] [] [] [] [] A\] H\] Q\]                                                             f                                    [            [                     
  $If   gd_ K$  kd;_F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
[] [] [] \] \] A\] G\] H\] P\] R\] ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] ]] ^] ^] 
^] X^] Y^] \^] e^] ^] _] ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Q\] R\] Z\] o\] \] \] \] \] \] \] ]] ]] +]] @]] R]] l]] ]] ]]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_F $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ]] ]] ]] ]] ]]                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd`F $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]] ]] ]] 
^]  ^] 3^] F^] Y^] Z^] [^] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[^] \^]                                        kdaF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \^] e^] ^] _] O_] _] 6`] 7`] 8`] 9`] J`] `]                                                                                                 f                                                   kd'cF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  _] 4`] 7`] 8`] 9`] I`] J`] `] `] `] `] `] `] `] `] `] `] `] `] <a] =a] @a] Ia] þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ `] `] `] `] a] a] *a] =a] >a] ?a] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdcF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?a] @a]                                        kddF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @a] Ia] a] b] ^b] b] Ec] Fc] Gc] Hc] Yc]                                                                                                 Y                              kdeF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ia] a] a] ]b] ^b] b] Ec] Fc] Gc] Hc] Xc] Yc] c] c] c] c] c] c] c] c] c] c] c] Fd] Gd] Jd] νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Yc] c] c] c] c] c] d] !d] 4d] Gd] Hd] Id]             s                                                                                                                                                                 kdfF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Id] Jd]                                        kdcgF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jd] Sd] (e] Oe] e] e] {f] |f] }f] f] f]                                                                                     Y                                          kdhF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Jd] Sd] 'e] e] yf] {f] |f] }f] f] f] f] f] f] f] f] f] jh] lh] mh] nh] ~h] h] h] h] h] h] h] h] h] h] h] h] ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 f] f] f] f] f] f] g] %g] 7g] Qg] kg] {g] g] g] g] g] g]                                                                                                                                                                                                         	  $If   gd_  S  kdqiF $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g] g] 
h] 'h] 7h] Qh] kh] lh] mh]                                                                                                                                                                                                                                                 	  $If   gd_  S  kdjF $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  mh] nh] h] h] |            s            s                                                                                                                                                                                           	  $If   gd_   kdjF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h] h] h] h] i] "i] 5i] Hi] [i] \i] ]i] |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdOkF $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
h] h] i] i] Zi] [i] ^i] gi]  j] l] l] l] "l] #l] /l] 4l] Il] l] l] m] 	m] m] m] m] m] o] o] ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ]i] ^i]                                        kdlF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^i] gi]  j] j] j] j] ck] l] l] l] #l]                                                                                                 f                                                        kdkmF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
#l] l] 	m] m] m] m] "m] 7m] Lm] am] sm] m] m] m] m]                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd%nF $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  m] m] m] n] n] 4n] In] ^n] pn] n] n] n] n] n] n] o] o]                                                                                                                                                                                                                            S  kdnF $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  o] o] o] ?o] @o] So] fo] yo] o] o] o] o]             s                                                                                                                                                                 kdIoF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  o] o] o] /o] 9o] :o] ;o] =o] >o] ?o] @o] Ro] So] o] o] o] o] op] p] p] p] p] yq] zq] _r] tr] %s] &s] t] $t] &t] 't] Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ o] o]                                        kdpF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o] o] op] p] 'q] zq] q]  r] vr] r] &s] s] &t] 't] .t] mt] t] t] u] /u] cu] u] u] u] v]                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  't] .t] 3u] Fu] Ju] bu] u] u] v] v] v] v] ,v] -v] qv] wv] xv] v] v] x] x] x] x] ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   v] v] -v] qv] xv] v] |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdWqF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v] v] v] v] v] v] v] v] w]  w] :w] Tw] ew] w] w] w] w] w]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdrF $If   K$L$l 0                     x                
t                                4   4 
l a   w] w] w] x] x] 7x] Hx] bx] |x] x] x] x] x] x] x]                                                                                                                                                                                                                   	  $If   gd_  S  kdrF $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  x] x] x] x] y] $y] 7y] Jy] ]y] ^y] _y] |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5sF $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
x] x] x] x] x] x] x] y] y] \y] ]y] `y] iy] 'z] Sz]  {] q{] {] {] {] |] |] T}] i}] ~] !~] "~] #~] *~] n~] ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ _y] `y]                                        kdsF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `y] iy] 'z] !{] {] {] |] y|] |] l}] #~] *~] j~] ~] ~] ~] ~] ] "] c] d]                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  n~] ~] ~] ~] ~] ~] ] ] &] 9] A] Z] b] c] d] e] u] v] ] ] ] ] ] ] ] ] ] -] 7] 8] <] ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  d] e] v] ] ] ] |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQuF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ] ] 	] ] 2] I] `] q] ] ] ] ƀ] ׀] ] ]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdvF $If   K$L$l 0                                     
t                                4   4 
l a   ] ] 	] ] -] ?] V] m] ] ] ] Á] ԁ] ] ] ] ]                                                                                                                                                                                                                            S  kdvF $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ] ] ] =] >] Q] d] w] ] ] ] ]             s                                                                                                                                                                 kd/wF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  <] =] >] P] Q] ] ] ] ] ] ] ] ] V] ] Ӆ] 5] Q] ] 5] ] ] R] ] ] #] z] ] 7] ] ΍] ڍ] ] 9] 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !] ]                                        kdwF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] V] ԅ] R] ] ׆] ] S] q] ] 5] ވ] ] %] ] ] ] 6] 7]                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  7] w] ] ֍] ] 5] T] s] ] ] ] Î]                                                                                                             f                                       kd=yF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  9] L] X] k] w] ] ] ] ] ] ] Î] ] ] ] +] ,] -] 1] 2] 6] ?] \] q] r] s] ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Î] ] ] ,] -] 2] 4] 5]             s                                                                                                                                                                                     kdyF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5] 6]                                        kdzF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6] ?] L] n] ] ] ԏ] Տ] ] ] ;] ]] r]                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  r] s] ] ] ܐ] |            s            s            s                                                                                                                                                                          	  $If   gd_   kd|F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s] ] ] ې] ܐ] ݐ] ސ] ߐ] ] ] ] ] ] ] ] A] T] w] ] ] Ó] ] 
] E] Y] ] '] +] R] ] ] ] ] ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ܐ] ݐ] ސ] ߐ] ] ɒ] ˒] ] A] x] ] ] F] |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd|F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F] ] ] ] ] ] U] V] ] ] R] ] ] ] &] ]] ] ܘ] +] ] ] ] ] ə] ә] ݙ]                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ] &] 9] \] p] ] ] ۘ] ] *] >] ] ] ] ș] ə] ә] ݙ] ޙ] ]  ] ] ] ] ] ] ] ,] -] ?] @] R] S] W] `] ] ̛] ͛] Λ] ޛ] ߛ] õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ݙ] ޙ]                                        kdy}F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޙ] ] ] ] -] @] S] U] V]                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  V] W]                                        kd~F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W] `] ] ˚] ] 0] N] h] ] ͛] Λ] ߛ]                                                                                                             f                                       kd!F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ߛ] ] ] 	] 
] ] 0] C] V] X] Y]             s                                                                                                                                                                      kdۀF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ߛ] ] ] ] ] ] ] 	] 
] ] ] /] 0] U] V] Z] c] ] ] '] (] )] 9] :] ;] <] T] ^] _] c] d] e] w] x] ] ] ] ] ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Y] Z]                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z] c] ] ] (] )] :] ;]                                                 f                                                                                                                       kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ;] <] d] e] x] ] ] ] ] ] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ]                                        kd]F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ]  ] ] ] ] ] ] ] ] ] ] ] ] ] ] Ҟ] Ӟ] ] ] ] ] ] ] <] =] ] ] L] M] N] ^] _] `] a] n] 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %] ] ܝ]  ] ] ] ] ]                                                 f                                                                                                                       kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ] ] ] ] Ӟ] ] ] ] ] ] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ]                                        kd%F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] =] ] M] N] _] `]                                                 f                                                                                                                       kdyF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  `] a] b] ] ]  ] G] H] y] q] r] ] ] |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd3F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n] r] ] ] ]  ] G] T] X] y] ӡ] r] ] ] ] ] ] 2] V] W] j] |] }] ] ] ] ݣ] ] ] ] 2] c] ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ] ] W] ] ݣ] ] d] ] ] O] P] Q] [] f] ] ] ]                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c] w] ] ] ] 
] N] P] Q] f] ] ] ] ] ] ƥ] Х] ѥ] ե] ֥] ץ] ߥ] ] ] ] 4] 5] N] W] X] g] շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\] ]                                        kdF $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ] ֥] ץ] ] ] "] 5] 7] M]                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  M] N]                                        kdAF $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N] W] Ʀ] ] 	] A] L] x] ] ] ̧] ]                                                                                                 f                                                   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  g] Ʀ] A] L] _] o] x] ] ] ] ] ] ˧] ̧] ϧ] ] ] ] ] ]  ] ] 	] ] ] .] 0] 1] 2] ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ]  ] ] 	] ] /] 0] 1]                                                             R            I                                   	  $If   gd_ Q  kd܍F $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdOF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 1] 2] Z] [] n] ] ] ] ] ] ] |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdiF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2] J] T] U] Y] Z] [] m] n] ] ] ] ] ] ʨ] ˨] ڨ] 8] ] ] ] /] 0] K] {] ] ] ] ] ] ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ] ]                                        kd#F $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ] ʨ] 9] T] ] ] ] Ω] ] ] 0] L] ^] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ] ] ] ] ] ] ] ] ] ] ] ] ] )] *] ?] @] B] C] D] \] f] g] k] l] m] ] ] ] ] ] ] ] пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ] ] ] ] ] ] |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdwF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] *] A] B] C]                                     R            I                                                                     	  $If   gd_ Q  kdF $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd1F $If   K$L$l 0                                     
t                              4   4 
l a   C] D] l] m] ] ] ] ] ] ] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdKF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ]                                        kdF $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ] ƫ] 5] ]] ] ] ] ] ] 9] {] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
] ƫ] ǫ] ֫] 4] ] ] ] 
] ] !] 0] 8] 9] @] F] z] {] ~] ] ] ] ] ] ] ] ] ] ] ] زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ] ] ] ] |            s            s                                                                                                                                                                                           	  $If   gd_   kdYF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ٭] ] ] ] ] ] ] ] ] ] 5] 6] :] C] D] S] ] ] `] d] ] ] ] ] ;] <] ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ] ] ] ] ] ] #] 6] 8] 9] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9] :]                                        kd͕F $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               :] C] ] ] a] ] ů] ׯ] ] ] <] g] ] ]                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
<] O] ^] f] g] n] t] ] ] ] ] ] ] ] ԰] ݰ] ] ] ] ] ] ] ] 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ] ] ] ] |            s            s                                                                                                                                                                                           	  $If   gd_   kd!F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ] ] ] O] ] 8] 9] r] ޲] ] ] |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdۗF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
]  ] $] O] ] 8] E] I] r] ޲] ] &] *] L] ɳ] 5] ] ] ] ] Ĵ] '] W] c] g] ] a] ] ] ] ̷] }] ~] ] ] Ÿ] ɸ] ] *] R] S] i] m] ] ] ] ] K] ] ޼] 7] s] ˽] ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4] L] ɳ] 4] 5] ] ] Ĵ] '] V] W] ] a] ] ] ̷] ~] ] ] ] ] ] ֹ] ] ] ] *] R] S] ]                                                                                                                                                                                                                                                                                                                                                                   gd_  ] ] ] K] ] ޼] 7] s] ˽] 
] A] ] ] ] ] ʾ] ־] ] ]                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ˽] A] E] ] ] ] ž] ɾ] ] ] ] ] ] C] D] E] F] ] ] ] G] ] ] ] *] U] V] z] ] ] ] ] ] ] <] @] ] Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $] ] ] ] ] ] ] ] ] M            H            H            H            H            H            H            H                   gd_   kdF $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ] 	] ] ] %] &] 5] 6]                                                 _            V            V                                                             	 $If   gd_    kd3F $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  6] 7] C] D]                                                                                                                                                                                                                                                          	 $If   gd_  o  kdF $$If   l       0   T# T                 .                
t  0                                                              4 
l al  D] E] F] Q] U] h] p] |]                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdF $$If   l       0   T# T                 .                
t  0                                                              4 
l al  |] }] ] ] ] 2            )            )            )                      	 $If   gd_    kdBF $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ] ] ] ] G] L] ]             [                                                                                                                                           kdoF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ] ] ] ] ] $] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd8F $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $] %] *] V] Z] t] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t] u] z] ] ] ] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdʞF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ] ] ] ] ] =] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  =] >] ?] I] ] ] ] d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd\F $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ] ] ] ] n            e            e                                                                                                                                                               	 $If   gd_    kd%F $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ] ] ] ]                                                                                                                                                                                                                                                	 $If   gd_  t  kdF $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ] ] ] ] ] ] ] ] ]                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdF $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ] ]                                             kd4F $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ] 
] ] ] ] ] ] ]                                                             A                                  kdF $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ]  ] !] "] #] $] %] &]                                                 A                                              kdlF $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  &] '] (] )] *] +] @]                                     A            <            7                  gd_    gd_    kdKF $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  @] ] ] 
] ] '] 8] 9] M] O]                                                                                                                                                                                                                                                   E  kd*F $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	] ] ] ] ] 
] ] 8] 9] O] P] R] S] a] b] o] p] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] "] #] 5] ] ] ] ] ] ] ] 춥x                          /j\F hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *O] P] Q] R] S] [] a]                                     a                                                                                                                             E  kdF $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdF $$If   l 0 
" R                                                           4 
l a   a] b] k] o] p] ] ]                                     a                                                                                                                             E  kdF $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdGF $$If   l 0 
" R                                                           4 
l a   ] ] ] ] ] ] ]                                     a                                                                                                                             E  kddF $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdF $$If   l 0 
" R                                                           4 
l a   ] ] ] ] ] ] ]                                     a                                                                                                                             E  kd"F $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdéF $$If   l 0 
" R                                                           4 
l a   ] ] ] ] ] ] ]                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdF $$If   l 0 
" R                                                           4 
l a   ] ] ] ] ] ] l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdF $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ] ] ] #] 5] ] ] ] ] ] ] l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdF $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
] ] ] ] ] ] ] ] ] ] ] ] ] ] `] a] m] n] ] ] ] ] 
] ] ] ] C] E] U] V] ] ] ] ] ] ] ] !] c] f] {] ] ] ] !] "] ~] ] ] ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jìF hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0] ] ] ] a] n] ] ] ] ]                                                                                                                                                                                                                                                       S  kd*F $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	] ] ] D] E] V] ]                                     N                                                                                       S  kdNF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ] ] ] ] ] t] 0] 1] ] ] ] ] !] ] ] p] ] ?] ]                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ] ] f] ] !] "] `] ~] ] ] ] ] 
] (] J] ] ] ] 
] $] %] .] /] ] ] -] .] y]                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ] ] 	] 
] ] "] ] ] 
] '] (] J] ] ,] /] ] ] ] y] ] ] ] ] ] ] ] ] 9] :] ;] W] X] c] d] e] i] j] ] ] ] ۵۵۵ۭۜۋzrgrrr       jVF h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'y] ] ] ] ] ] ] :]                                     j                                                                                                                                           kdrF $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  :] ;] L] ] ] ] 7] 8] T] ] ] s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdF $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
] U] ] ] l] ] ] ] 	] ] ] ] ] u] v] ,] -] ] ] ] &] ] ] ] ] V] W]                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ] ] ] ] ] ] ] 	] ] ] ] +] ] ] ] ] ] ] ] ] ] ] ] ] ] &] ] ] ] ] ] V] ] ] ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j$F hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjF h_ U !W] ] ] ] ] ] ]                                                 e                                                                                                                        F  kdF $$If   l   l '{6    4   4 
l a] p
        F  kdF $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ] ] ] ] ] ] ] #] $] E] F] f] g] }] ~] ] ] ] ] ] ] ] ] 
] ] $] %] ?] @] g] h] i] j] k] I] J] V] ] ] ] 9] ?] B] ] ] ] ]  ] )] ]] |] ] ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3] ] ] ] ] ] ]                                                             5            v  kdF $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdqF $$If   l   l '{6    4   4 
l a] p
         ] ] ] ] ] !] "] #]                                     t                                                                                                                                                             v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  #] $] =] ?] E]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4F $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E] F] _] a] f]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdߴF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f] g] u] w] }]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }] ~] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5F $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6F $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] 
]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
] ] ] ] $]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $] %] 8] :] ?]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7F $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?] @] G] L] g]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g] h] i] j] k] I] J] V] ] ] ] ] :] M] ]                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ] (] \] z] ] ]  ] ] *] ^] }] ] ] ] ] ] ] ] ] ] +] >] ?] X] ] ]                                                                                                                                                                                                                                                                                                                                                                   gd_  ] ] ] ] ] ] ] ] +] =] r] ] ] ] ] ] ] P] |] ] ] %] W] X] b] l] m] ] ] ] ] ] пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ] ] ] ] ] ] ] ] ] P] f] |] ] ] ] ] ] ] %] X] b] l]                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  l] m]                                     kd8F $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m] ] ] ] ] ] ] 
] ] #]                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	] ] ] ] ] ] 	] 
] $] -] ] ] ] ] ] ] ] ] ] ] ] &] C] E] U] V] u] v] w] x] ] Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ #] $]                                     kdF $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $] -] O] P] d] e] ] ] ] ] ] ] ] ]                                                                                                                                     q                            kdF $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
] ] ] ] ] ] ] ] ]             q            l                                                                                                                                                       gd_    kdF $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ] ]                                     kd`F $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ] &] G] H] \] ]] w] ] ] ] ] ] ] ] .] /] D]                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  D] E] V] v] z            q            q                                                                                                                                                                                       	  $If   gd_    kdF $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       v] w] x] ] ] ] ] ] z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdtF $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ] ] ] ] ] 5] 7] G] H] g] h] j] ] ] ] ] ] ] ] '] F] R] ] ] ] ] ] ] ] ] ] D] ] ] ] ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "] ]                                     kd1F $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ] ] ] ] ] ] ]  ] !] 6] 7] H] h]                                                                                                             q                                                         kdF $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  h] i] j] ] ] ] ] ] z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdEF $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ] ]                                     kdF $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ] ] ] ] ] ] ] ] ]                                                             q                                                                                                                             kdYF $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ] ] ] ] ] ] ] ] ] ] ] z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdF $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
] ] ] ] ] ] $] .] /] O] P] }] ] ] ] ] f] J] L] \] ]] ] ] ] ] ] ] ] ] ] ] ] !] }] ] ] ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #] ] $] .]                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  .] /]                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /] P] }] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ] ]                                        kd5F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] h] i] ] ] ] ] K] L] ]] ] ]                                                                                                 s                                                                        kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ] ] ] ] ] ] ] |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdCF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ]                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] !] |] }] ] ]                         s                                                                                                                                                                                   kdQF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ] ] ] ] ] ] ] ] ] c ^ d ^ { ^  ^  ^ ;^ Z^ ^ ^ >^ ]^ ^ ^ f^ ^ ^  ^ ^ 9^ ^ ^ 2^ Q^ ^ ^ L^ k^ J^ i^ ^ ^ Y	^ x	^ 	^ 	^ *^ +^ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -] ] ] ] ] ] ] ] ] ] ] ] ] ] |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
] ] N] e] }] ] ] ] ] 2] x] y] c ^ d ^ { ^  ^  ^  ^  ^                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_   ^  ^  ^  ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ^  ^  ^  ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ^  ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ;^ I^ Y^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y^ Z^ e^ j^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j^ k^ u^ z^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z^ {^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ 
^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ >^ L^ \^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \^ ]^ h^ m^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m^ n^ x^ }^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }^ ~^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ #^ (^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (^ )^ *^ f^ t^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^  ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^  ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ^ !^ ,^ 1^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1^ 2^ <^ A^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A^ B^ C^ ^ ^ ^ (^ 8^                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdcF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8^ 9^ D^ I^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I^ J^ T^ Y^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y^ Z^ e^ j^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j^ k^ u^ z^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z^ {^ |^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ 2^ @^ P^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P^ Q^ \^ a^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a^ b^ l^ q^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q^ r^ }^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ $^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $^ %^ &^ L^ Z^ j^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j^ k^ v^ {^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {^ |^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ J^ X^ h^                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h^ i^ t^ y^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y^ z^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ 	^ 
	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
	^ 	^ 	^ 	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^ &	^ +	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +	^ ,	^ -	^ Y	^ g	^ w	^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w	^ x	^ 	^ 	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^ 	^ 	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^ 	^ 	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^ 	^ 	^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^ 	^ 	^ 	^ 	^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	^ 	^  
^ 
^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
^ 
^ 
^ 
^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
^ 
^ !
^ &
^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &
^ '
^ 1
^ 6
^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6
^ 7
^ 8
^ \
^ |
^ 
^ 
^ 
^ ^ ^ )^ *^ +^ N^ ^                                                                                                                                                                                        gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +^ <^ N^ i^ ^ ^ ^ ^ ^ 0^ b^ c^ m^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ 
^ ^ ^ ^ ^ ^ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ^ ^ ^ ^ ^ %^ 0^ c^ m^ w^                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	w^ x^                                        kduF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^ ^                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ 
^ X
^ Y
^ y
^ z
^ 
^ '^ ]^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ^ ^ ^ ;^ T^ m^ ^ ^ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ *^ +^ :^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _^ `^ c^ t^ ^ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jF h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ^ ^ ^ ^ ^ 
^ ^ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd\F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ `^ a^ ^ ^ ^ 6^ O^ i^ ~^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ^ ^ ^ `^ |            s            s                                                                                                                                                                                           	  $If   gd_   kdjF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `^ a^ b^ c^ ^ ^ ^ P^ b^ t^ u^ d^ e^ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd$F $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ O^ P^ s^ t^ u^ ^ ^ ^ $^ Q^ c^ e^ z^ ^ ^ ^ ^ ^ ^ ^ ^ :^ ;^ >^ G^ ^  ^ x^ y^ ^ ^ ^ ^ ^ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $e^ o^ z^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ^ ^                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ ^ )^ ;^ <^ =^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  =^ >^                                        kd2F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >^ G^ ^ ^ ^ ^ ^ ^ d^ ^ ^ ^ 9^ V^ x^ y^ ^                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ^ ^ ^  ^ V^ ^ ^ 2^ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ ^ ^ ^  ^ V^ {^ ^ ^ ^ ^ 1^ 2^ 5^ F^ \^ ^ ^ ^ ^ ^ '^ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j@F h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  2^ 3^ 4^ 5^ [^ \^ ^ ^ ^ (^ )^ 3^ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '^ )^ >^ p^ q^ {^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ]^ k^ ^ ^ ^ ^ ^ ^ ^ ^ B^ C^ E^ F^ X^ j^ k^ v^ ^ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !3^ >^ q^ {^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ^ ^                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^ ^                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ S^ T^ t^ u^ ^ ^ ^ ^ ^                                                                                                 Y                              kd'F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
^ C^ D^ E^ F^ v^ ^ 0^ e^ f^ !^ 
"^             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^ ^ ^ ^ ^ ^ ^ ^ 0^ !^ 
"^ 6#^ G#^ &^ &^ c*^ v*^ *^ *^ *^ *^ d+^ e+^ g+^ h+^ +^ +^ ,^ ,^ @-^ t-^ C.^ J.^ .^ .^ 0^ -0^ 1^ 1^ %2^ &2^ >2^ ?2^ O2^ P2^ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jG hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jF hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -
"^ 5#^ 6#^ G#^ $^ $^ N%^ O%^ &^ &^ &^ '^ '^ b*^ c*^ x*^ *^ e+^ h+^ +^ +^ ,^ ,^ ?-^ @-^ O-^ a-^                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  a-^ t-^ u-^ z-^ -^ -^             f                                                                                                                                                                      kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  -^ -^ -^ -^ -^ o            f            f            f                                                                                                                                                	  $If   gd_    kdpF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -^ -^ -^ -^ -^ o            f            f            f                                                                                                                                                	  $If   gd_    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -^ -^ -^ -^ -^ o            f            f            f                                                                                                                                                	  $If   gd_    kdLF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -^ -^ -^ -^ -^ o            f            f            f                                                                                                                                                	  $If   gd_    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -^ -^ -^ -^ -^ o            f            f            f                                                                                                                                                	  $If   gd_    kd( G $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -^  .^ .^ .^ .^ o            f            f            f                                                                                                                                                	  $If   gd_    kd G $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at .^ .^ .^ $.^ 0.^ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0.^ 1.^ 2.^ 3.^ .^ .^ ,0^ -0^ 1^ 1^ 2^ 2^ 2^ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdrG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at P2^ S2^ T2^ 2^ 2^ ;^ ;^ ?^ %?^ E^ -E^ G^ G^ H^ H^ H^ H^ H^ I^ J^ J^ 1J^ cJ^ dJ^ nJ^ xJ^ yJ^ J^ J^ J^ J^ J^ J^ J^ J^ L^ L^ L^ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %2^ 2^ b3^ c3^ 4^ 4^ 4^ 4^ 5^ 6^ 6^ 7^ 7^ 8^ 9^ 9^ D:^ ;^ ;^ =^ =^ ;>^ H>^ U>^ b>^ o>^ >^                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  >^ >^ >^ >^ >^ >^ >^ >^ ?^ ?^ ?^ %?^ U@^ V@^ @^ @^ uA^ vA^ HD^ ID^ E^ -E^ bE^ E^ E^ F^ @F^ mF^ F^                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  F^ F^ F^ 7G^ G^ G^ G^ H^ H^ I^ J^ J^ &J^ 1J^ dJ^ nJ^ xJ^                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  xJ^ yJ^                                        kd[G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yJ^ J^ J^ J^ J^ J^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  J^ J^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J^ J^ &K^ 2K^ YK^ K^ K^ K^ K^ *L^ 4L^ YL^ L^ L^                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
L^ L^ L^ L^ |            s            s                                                                                                                                                                                           	  $If   gd_   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L^ L^ L^ L^ L^  M^ M^ M^ ,M^ -M^ BM^ tM^ uM^ M^ M^ M^ M^ M^ M^ M^ M^ M^ M^ M^ tO^ O^ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 L^ L^ L^  M^ ,M^ -M^ 7M^ BM^ uM^ M^ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M^ M^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  M^ M^                                        kdwG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M^ M^ M^ M^ M^ M^ M^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  M^ M^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M^ M^ +N^ 7N^ ^N^ N^ N^ N^ sO^ O^ O^ O^                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  O^ O^ O^ O^ O^ P^ P^ 
P^ P^ P^ $P^ VP^ WP^ aP^ kP^ lP^ xP^ P^ P^ P^ P^ P^ P^ P^ XR^ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    O^ O^ O^ 
P^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd	G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
P^ P^ P^ P^ $P^ WP^ aP^ kP^ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd	G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kP^ lP^                                        kd
G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lP^ P^ P^ P^ P^ P^ P^ P^                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  P^ P^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P^ P^ Q^ Q^ BQ^ mQ^ Q^ Q^ WR^ R^ R^ R^                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  XR^ R^ R^ R^ R^ R^ R^ R^ R^ R^ R^ R^  S^ S^ S^  S^ 5S^ gS^ hS^ rS^ |S^ }S^ S^ S^ S^ S^ S^ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    R^ R^ R^ R^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd;
G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R^ R^ R^ R^  S^ *S^ 5S^ hS^ rS^ |S^ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|S^ }S^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }S^ S^ S^ S^ S^ S^ S^ S^                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  S^ S^ S^ S^ UU^ WU^ gU^ hU^ nU^ uU^ vU^ wU^ xU^ U^ U^ U^ U^ U^ U^ U^ V^ V^ 
V^ ,V^ -V^ .V^ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  S^ S^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S^ S^ !T^ -T^ TT^ T^ T^ T^ U^ UU^ VU^ WU^                                                                                                                         f                           kdWG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  WU^ hU^ vU^ wU^ xU^ U^ U^ U^ U^ U^                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	U^ U^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U^ V^ -V^ .V^ /V^ 1V^ 2V^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  .V^ /V^ 3V^ <V^ W^ W^ W^ W^ W^ W^ W^ W^ W^ W^ $X^ >X^ @X^ AX^ VX^ X^ X^ X^ X^ X^ X^ X^ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2V^ 3V^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3V^ <V^ {V^ V^ V^ V^ V^ +W^ HW^ W^ W^ W^                                                                                                                         f                           kdsG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  W^ W^ W^ W^ W^ $X^ AX^ KX^ VX^ X^                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd-G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	X^ X^ X^                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  X^ X^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X^ X^ X^ X^ X^ X^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X^ X^ X^ X^ X^ X^ Y^ Y^ Y^ %[^ &[^ '[^ 7[^ 8[^ j[^ k[^ l[^ m[^ n[^ o[^ {[^ [^ [^ ]^ ]^ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 X^ X^                                        kd;G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X^ X^ Y^ Y^  Z^ ?Z^ uZ^ &[^ '[^ 8[^ j[^                                                                                     s                                                                                              kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
j[^ k[^ l[^ m[^ n[^ o[^ [^ P]^ Q]^ ]^ ]^ ]^ 6^^ }^^ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdIG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
]^ ]^ ]^ ]^ ^^ 5^^ I^^ |^^ ^^ ^^ ^^ !_^ "_^ 7_^ i_^ j_^ t_^ ~_^ _^ _^ _^ _^ _^ _^ _^ _^ _^ _^ _^ `^ `^ -`^ 6`^ B`^ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !}^^ ^^ !_^ "_^ ,_^ 7_^ j_^ t_^ ~_^                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ~_^ _^                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _^ _^ _^ _^ _^  `^ `^ `^ ,`^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ,`^ -`^                                        kdWG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -`^ 6`^ `^ `^ `^ `^ `^ `^ !a^ (a^ 0a^                                                             f                                    [            [                     
  $If   gd_ K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
B`^ `^ `^ `^ `^ `^ `^ `^ a^ a^ a^ !a^ 'a^ (a^ /a^ 1a^ Fa^ Ga^ Va^ Xa^ Ya^ Za^ ra^ |a^ }a^ ~a^ a^ a^ a^ a^ a^ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 0a^ 1a^ Ga^ Wa^ Xa^ Ya^                                     R            I                                                                     	  $If   gd_ Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdeG $If   K$L$l 0                                     
t                              4   4 
l a   Ya^ Za^ a^ a^ a^ a^ a^ a^ a^ a^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a^ a^ a^ a^ a^  b^ {b^ |b^ }b^ ~b^ b^ b^ b^ b^ b^ b^ b^ b^ b^ b^ b^ b^ b^  c^ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J a^ a^                                        kd9 G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a^ a^  b^ Nb^ |b^ }b^ ~b^ b^ b^ b^ b^                                                             f                                    [            [                     
  $If   gd_ K$  kd!G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
b^ b^ b^ b^ b^ b^ b^                                     R                                                                                              Q  kd"G $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG"G $If   K$L$l 0                                     
t                              4   4 
l a   b^ b^ b^ b^ b^ b^                                     R            I                                                                     	  $If   gd_ Q  kd#G $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kda#G $If   K$L$l 0                                     
t                              4   4 
l a   b^  c^ (c^ Ic^ Jc^ oc^ c^ c^ c^ c^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{$G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 c^ c^ "c^ #c^ $c^ &c^ 'c^ (c^ Ic^ Jc^ c^ c^ c^ c^ d^ d^ Fe^ _e^ ye^ ze^ {e^ |e^ e^ e^ e^ e^ f^ f^ Jf^ Pf^ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c^ c^                                        kd5%G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c^ c^ c^ d^ d^ ye^ ze^ {e^ |e^ e^ Jf^                                                                                     Y                                          kd&G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Jf^ Qf^ Zf^ [f^ cf^ xf^ f^ f^ f^ f^ f^ f^ g^ g^ 4g^ Ig^ [g^ ug^                                                                                                                                                                                                                      	  $If   gd_  S  kdC'G $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Pf^ Qf^ Yf^ [f^ g^ g^ g^ g^ g^ g^ g^ g^ g^ g^ g^ h^ h^ hh^ ih^ lh^ uh^ h^ h^ ji^ i^ i^ i^ i^ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ug^ g^ g^ g^ g^ g^ g^                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd'G $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g^ g^ g^ h^ Ch^ Vh^ ih^ jh^ kh^ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdg(G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kh^ lh^                                        kd!)G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lh^ uh^ h^ i^ i^ i^ i^ i^ i^ i^ i^                                                             f                                    [            [                     
  $If   gd_ K$  kdu*G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
i^ i^ i^ i^ i^ i^ i^ i^ i^ i^ gk^ ik^ jk^ kk^ k^ k^ k^ k^ k^ k^ k^ k^ k^ k^ k^ k^ k^ l^ l^ 7m^ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 i^ i^ i^ 
j^ "j^ 4j^ Nj^ hj^ xj^ j^ j^ j^ j^ j^ j^ 
k^ $k^ 4k^                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd/+G $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   4k^ Nk^ hk^ ik^ jk^                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd+G $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  jk^ kk^ k^ k^ k^ k^ k^ k^ k^ k^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS,G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k^ k^                                        kd
-G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k^ l^ l^ l^ l^ 6m^ m^ m^ m^ m^ m^ ;n^                                                                                                 f                                                   kda.G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  7m^ m^ m^ m^ m^ m^ m^ :n^ ;n^ <n^ Tn^ ^n^ _n^ `n^ bn^ cn^ dn^ |n^ }n^ n^ n^ n^ n^ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ;n^ <n^ dn^ }n^ n^ n^ n^ n^ n^ n^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n^ n^                                        kd/G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n^ n^ o^ o^ o^ Ep^ p^ p^ p^ p^ p^                                                                                                 Y                              kd)1G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
n^ o^ o^ o^ o^ Ep^ p^ p^ p^ p^ p^ p^ Iq^ Jq^ Kq^ cq^ mq^ nq^ oq^ qq^ rq^ sq^ tq^ q^ q^ q^ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  p^ Jq^ Kq^ sq^ tq^ q^ q^ q^ q^ q^ q^ q^             s                                                                                                                                                                 kd1G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q^ q^                                        kd2G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q^ q^ r^ r^ 1s^ zs^ t^ t^ t^ ,t^ t^                                                                                     Y                                          kd3G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
q^ q^ r^ zs^ t^ t^ t^ t^ +t^ ,t^ t^ t^ t^ t^ t^ t^ v^ 
v^ v^ v^ v^ v^ ov^ pv^ qv^ v^ v^ v^ v^ v^ v^ v^ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 t^ t^ t^ t^ t^ t^ t^ t^ t^ t^ 	u^ u^ 3u^ Mu^ Uu^ ju^ u^                                                                                                                                                                                                         	  $If   gd_  S  kd4G $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u^ u^ u^ u^ u^ u^ 	v^ 
v^ v^                                                                                                                                                                                                                                                 	  $If   gd_  S  kd=5G $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v^ v^ v^ pv^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd5G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       pv^ qv^ v^ v^ v^ v^ v^ v^ v^ v^ v^ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd6G $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
v^ v^ v^ v^ v^ v^ v^ w^ w^ y^ y^ y^ y^ y^ y^ y^ y^ +z^ qz^ z^ z^ z^ z^ z^ z^ |^ |^ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  v^ v^                                        kdQ7G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v^ w^ w^ x^ Zx^ nx^ y^ y^ y^ y^ y^                                                                                                 f                                                        kd8G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
y^ +z^ z^ z^ z^ z^ z^ z^ z^ z^ {^ +{^ E{^ V{^ p{^                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd_9G $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  p{^ {^ {^ {^ {^ {^ {^ {^ |^ (|^ B|^ S|^ m|^ |^ |^ |^ |^                                                                                                                                                                                                                            S  kd9G $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  |^ |^ |^ |^ |^ |^ }^ }^ *}^ =}^ >}^ ?}^             s                                                                                                                                                                 kd:G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |^ |^ |^ |^ |^ |^ |^ |^ |^ |^ |^ |^ |^ <}^ =}^ @}^ I}^ 
~^ <~^ =~^ c~^ d~^ ^ ^ ^ ^ À^ Ā^ ^ ^ ā^ Ł^ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ?}^ @}^                                        kd=;G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @}^ I}^ 
~^ d~^ ~^ ^ K^ ^ ^ i^ Ā^ n^ ā^ Ł^ ́^ ^ Z^ q^ ^ ͂^ ^ -^ Y^ ^ ^                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Ł^ ́^ т^ ^ ^  ^ ^ ^ ^ ^ ^ ^ ʃ^ ˃^ ^ ^ ^ ^  ^ o^ q^ r^ s^ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ^ ^ ˃^ ^ ^ ^ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd<G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^  ^ (^ =^ R^ g^ y^ ^ ^ ^ ؄^ ^ ^ ^ .^ H^ P^ e^                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdK=G $If   K$L$l 0                     x                
t                                4   4 
l a   e^ z^ ^ ^ ^ Յ^ ^  ^ ^ +^ E^ V^ p^ q^ r^                                                                                                                                                                                                                   	  $If   gd_  S  kd=G $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  r^ s^ ^ ^ ^ ^ Ն^ ^ ^ ^ ^ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdo>G $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
s^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ Ň^ ^ ^ ^ $^ ^ ^ v^ ^ ^ ^ ^ ^ ^ ^ ȋ^ ^ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ^ ^                                        kd7?G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ Ň^ ^ '^ ^ ^ ^ ^ 
^ ^ ȋ^ ^ '^ F^ k^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ^ ^ +^ >^ ^ ^ ^ ^ Č^ ׌^ ߌ^ ^  ^ ^ ^ ^ ^ ^ X^ ^^ _^ g^ i^ ^ ^ ^ ^ ˏ^ Տ^ ֏^ ڏ^ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ^ ^ ^ X^ _^ h^ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd@G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h^ i^ q^ ^ ^ ^ ^ Ѝ^ ^ ^ ^ &^ =^ N^ d^ u^ ^ ^                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdEAG $If   K$L$l 0                                     
t                                4   4 
l a   ^ ^ ^ ^ ˎ^ ݎ^ ^ ^ "^ 3^ J^ a^ r^ ^ ^ ^ ^                                                                                                                                                                                                                            S  kdAG $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^ ^ ^ ۏ^ ܏^ ^ ^ ^ (^ ;^ =^ >^             s                                                                                                                                                                 kdiBG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ڏ^ ۏ^ ܏^ ^ ^ :^ ;^ ?^ H^ Z^ ^ "^ T^ ^ U^ q^ ӓ^ ^ C^ ӕ^ *^ ?^ ^ ^ ^ ^ ^ -^ ՚^ Y^ l^ x^ ^ כ^ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !>^ ?^                                        kd#CG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?^ H^ Z^ "^ ^ r^ ^ *^ u^ ^ ^ ^ A^ ӕ^ |^ ^ Ø^ 0^ 1^ 8^ Ԛ^ ՚^                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ՚^ ^ U^ t^ ^ ӛ^ ^ ^ 0^ O^ P^ a^                                                                                                             f                                       kdwDG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  כ^ ^ ^ 	^ ^ (^ 4^ G^ N^ P^ `^ a^ ^ ^ ^ ɜ^ ʜ^ ˜^ Ϝ^ М^ Ԝ^ ݜ^ ^ ^ ^ ^ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  a^ ^ ^ ʜ^ ˜^ М^ Ҝ^ Ӝ^             s                                                                                                                                                                                     kd1EG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ӝ^ Ԝ^                                        kdEG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԝ^ ݜ^ ^ ^ .^ P^ r^ s^ ^ ^ ٝ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ^ ^ "^ U^ z^ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd?GG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ !^ "^ y^ z^ {^ |^ }^ ^ ^ ^ ^ ^ ^ ^ ߠ^ ^ ^ )^ M^ a^ ^ ^ ^ ^ ^ Ť^ ɤ^ ^ K^ N^ ^ ^ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  z^ {^ |^ }^ ^ g^ i^ ^ ߠ^ ^ N^ ^ ^ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdGG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ 9^ :^ ^ 3^ 4^ ^ ^ ^ ^ ^ M^ N^ ^ ĥ^ ^ 3^ z^ ɦ^ ^ ^ )^ 4^ g^ q^ {^                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^ ĥ^ ץ^ ^ ^ 2^ F^ y^ ^ Ȧ^ ܦ^ ^ ^ 4^ f^ g^ q^ {^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ʧ^ ˧^ ݧ^ ާ^ ^ ^ ^ ^ F^ j^ k^ l^ |^ }^ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ({^ |^                                        kdHG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |^ ^ ^ ^ ˧^ ާ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ^ ^                                        kdJG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ F^ i^ ^ Ψ^ ^ ^ =^ k^ l^ }^                                                                                                             f                                       kd[KG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  }^ ~^ ^ ^ ^ ^ Ω^ ^ ^ ^ ^             s                                                                                                                                                                      kdLG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
}^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ͩ^ Ω^ ^ ^ ^ ^ B^ C^ Ū^ ƪ^ Ǫ^ ת^ ت^ ٪^ ڪ^ ^ ^ ^ ^ ^ ^ ^ ^ (^ )^ N^ O^ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %^ ^                                        kdLG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ ^ C^ ƪ^ Ǫ^ ت^ ٪^                                                 f                                                                                                                       kd#NG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ٪^ ڪ^ ^ ^ ^ )^ <^ O^ Q^ R^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdNG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R^ S^                                        kdOG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O^ S^ \^ ^ ^  ^ !^ "^ 2^ 3^ 4^ 5^ M^ W^ X^ \^ ]^ ^^ p^ q^ ^ ^ ^ ^ ^ ^ ڬ^ ۬^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ ^ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %S^ \^ z^ ^ !^ "^ 3^ 4^                                                 f                                                                                                                       kdPG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  4^ 5^ ]^ ^^ q^ ^ ^ ^ ^ ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ ^                                        kd_RG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ ۬^ ^^ ^ ^ ^ ^                                                 f                                                                                                                       kdSG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ^ ^  ^ 1^ ^ ^ ^ ^ ^ ^ ^ D^ ^ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdmTG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ 1^ ^ ^ ^ ^ ^ ^ ^ q^ ^ D^ W^ ^ ^ ^ а^ ^ ^ ^ ^ ^ 9^ :^ M^ {^ ^ ^ ^ б^ ^ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^ ^ ^ :^ {^ ^ ^ I^ ^ ^ ^ ^ ^ ^ 7^ A^ K^                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^ ^ H^ \^ ^ ^ ^ ^ ^ ^ 6^ 7^ A^ K^ L^ d^ n^ o^ s^ t^ u^ }^ ^ ^ ^ ҳ^ ӳ^ ^ ^ ^ ^ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\K^ L^                                        kd'UG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               L^ t^ u^ ^ ^ ^ ӳ^ ճ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ^ ^                                        kd{VG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^ ^ d^ ^ ^ ߴ^ ^ ^ X^ Y^ j^ ^                                                                                                 f                                                   kdWG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ^ d^ ߴ^ ^ ^ 
^ ^ ^ #^ W^ X^ Y^ i^ j^ m^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ̵^ ε^ ϵ^ е^ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ^ ^ ^ ^ ^ ͵^ ε^ ϵ^                                                             R            I                                   	  $If   gd_ Q  kdYG $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdXG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ϵ^ е^ ^ ^ ^ ^ 2^ E^ G^ H^ ^^ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdYG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
е^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ D^ E^ _^ h^ i^ x^ ֶ^ ^ ^ ^ ͷ^ η^ ^ ^ "^ )^ /^ @^ A^ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ^^ _^                                        kd]ZG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _^ h^ ׶^ ^ #^ @^ Y^ l^ ^ ^ η^ ^ ^ "^ A^ B^                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  A^ B^ C^ S^ T^ W^ ]^ ^ ^ ^ ^ ^ ^ Ǹ^ ȸ^ ݸ^ ޸^ ^ ^ ^ ^ ^ ^ 	^ 
^ ^ ^ ^ 0^ 1^ V^ W^ [^ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  B^ C^ T^ ^ ^ ^ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd[G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ȸ^ ߸^ ^ ^                                     R            I                                                                     	  $If   gd_ Q  kd\G $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk\G $If   K$L$l 0                                     
t                              4   4 
l a   ^ ^ 
^ ^ ^ 1^ D^ W^ Y^ Z^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z^ [^                                        kd?^G $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               [^ d^ ӹ^ ^ 5^ G^ ^ ^ ^ ׺^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
[^ d^ e^ t^ ҹ^ ^ ^ ^ ^ ^ ^ κ^ ֺ^ ׺^ ޺^ ^ ^ ^ ^ ^ ^ ^  ^ 0^ 1^ 4^ I^ R^ \^ ]^ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ^  ^ 1^ ^^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd_G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]^ ^^ _^ w^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ӻ^ Ի^ ػ^ ^ ^ ^ O^ P^ ^ ^ D^ ^ ^ ^ ٽ^ ڽ^ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ^^ _^ ^ ^ ^ ^ ^ Ի^ ֻ^ ׻^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM`G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	׻^ ػ^                                        kdaG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ػ^ ^ P^ ^ ^ 2^ c^ u^ ^ ^ ڽ^ ^ G^ H^                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ڽ^ ^ ^ ^ ^ ^ ^ F^ G^ H^ I^ Y^ Z^ ]^ r^ {^ ^ ^ ^ ^ ^ ^ ^ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  H^ I^ Z^ ^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[bG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ ^ ^ ^ ֿ^ ׿^ ^ |^ ^ ^ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdcG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^ ^ ¾^ ^ ^ ֿ^ ^ ^ ^ |^ ^ ^ ^ ^ g^ ^ (^ )^ 5^ 9^ b^ ^ ^ ^ ^ -^ ^ -^ 9^ =^ j^ ^ ^ V^ W^ c^ g^ ^ ^ ^ ^ ^ ^ 7^ ^ ^ ^ ^ ?^ |^ ^ ^ i^ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4^ ^ g^ ^ ^ (^ )^ b^ ^ ^ ^ -^ ^ ,^ -^ j^ ^ V^ W^ ^ >^ ?^ t^ ^ ^ ^ ^ ^ ^ 7^                                                                                                                                                                                                                                                                                                                                                                   gd_  7^ ^ ^ ^ ?^ |^ ^ ^ i^ ^ ^ A^ B^ M^ Y^ h^ t^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  i^ ^ ^ @^ A^ M^ c^ g^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ W^ ^ ^ 5^ k^ l^ ^ ^ ^ ^ O^ P^ ^ ^ ^ ^ ^ ^ ^ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $^ ^ ^ ^ ^ ^ ^ ^ ^ M            H            H            H            H            H            H            H                   gd_   kdcG $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ^ ^ ^ ^ ^ ^ ^ ^                                                 _            V            V                                                             	 $If   gd_    kdmdG $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ^ ^ ^ ^                                                                                                                                                                                                                                                          	 $If   gd_  o  kdBeG $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ^ ^ ^ ^ ^ ^ ^ ^                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdeG $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ^ ^  ^ W^ \^ 2            )            )            )                      	 $If   gd_    kd|fG $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     \^ ^ ^ ^ ^ ^ /^             [                                                                                                                                           kdgG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  /^ 0^ 5^ l^ p^ ^ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdrhG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^ ^ ^ ^ ^ ^ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd;iG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^ ^ ^ P^ U^ |^ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdjG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  |^ }^ ^ ^ ^ ^ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdjG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^ ^ ^ ^ 6^ ;^ G^ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdkG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G^ H^ K^ U^ n            e            e                                                                                                                                                               	 $If   gd_    kd_lG $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           U^ V^ Y^ b^                                                                                                                                                                                                                                                	 $If   gd_  t  kd4mG $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  b^ c^ d^ u^ z^ ^ ^ ^ ^                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdmG $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ^ ^                                             kdnnG $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ^ ^ ^ ^ ^ ^ ^ ^                                                             A                                  kdoG $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ^ ^ ^ ^ ^ ^ ^ ^                                                 A                                              kdpG $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ^ ^ ^ ^ ^ ^ ^                                     A            <            7                  gd_    gd_    kdqG $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                   E  kddrG $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 
^ ^ -^ .^ 0^ 1^ ]^ ^^ v^ w^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ @^ A^ L^ M^ ]^ ^^ 춥x                          /jwG hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *^ ^ ^ ^ ^ ^ ^                                     a                                                                                                                             E  kd"sG $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdrG $$If   l 0 
" R                                                           4 
l a   ^  ^ 	^ 
^ ^ !^ -^                                     a                                                                                                                             E  kdsG $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdsG $$If   l 0 
" R                                                           4 
l a   -^ .^ /^ 0^ 1^ C^ ]^                                     a                                                                                                                             E  kdtG $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd?tG $$If   l 0 
" R                                                           4 
l a   ]^ ^^ i^ v^ w^ ^ ^                                     a                                                                                                                             E  kd\uG $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdtG $$If   l 0 
" R                                                           4 
l a   ^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kduG $$If   l 0 
" R                                                           4 
l a   ^ ^ ^ ^ ^ ^ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdvG $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ^ ^ ^ ^ ^ ^ ^ ^ ^ e^ f^ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdvG $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
^^ b^ c^ X^ Y^ d^ e^ u^ v^ z^ {^ }^ ^ ^ ^ ^ ^ ^ S^ U^ `^ a^ ^ ^ ^ ^ ^ ^ ^ ^ 3^ 5^ 6^ B^ C^ ^ ^ ^ ^ ^ ^ 9^ ^^ g^ ^ ^ ^ ^ /^ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jwG hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0f^ }^ ^ ^ ^ ^ T^ U^ a^ ^                                                                                                                                                                                                                                                       S  kddxG $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	^ ^ ^ ^ ^ ^ 4^                                     N                                                                                       S  kdyG $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdxG $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4^ 5^ 6^ C^ {^ ^ ^ ^ ^ ^ ^ ^ ^ B^ ^ ^ t^ ^ D^                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdzG $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   D^ E^ ^ _^ ^ ^ ^ ^ ^ 0^ ^ ^ ^ ^ ^ Q^ s^ ^ ^ ^ ^ ^ ^ l^ m^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  /^ 0^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ k^ m^ ^ ^ -^ 1^ >^ ?^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ E^ F^ Q^ ۵۵۵ۭۜۋzrgrrr       j{G h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '^ #^ 2^ >^ ?^ ^ ^ ^                                     j                                                                                                                                           kdzG $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ^ ^ ^ 3^ 8^ w^ ^ ^ ^ \^ ^ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd{G $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
^ ^ ^ ^ 
^ Z^ [^ ^ ^ K^ L^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ t^ .^ u^ v^ ^ ^                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Q^ R^ S^ W^ X^ [^ ^ ^ J^ ^ e^ ^ s^ t^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ E^ N^ W^ w^ u^ ^ _^ `^ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j^|G hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj{G h_ U !^ `^ d^ e^ {^ |^ ^                                                 e                                                                                                                        F  kd8}G $$If   l   l '{6    4   4 
l a] p
        F  kd|G $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  `^ e^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 7^ 8^ T^ U^ q^ r^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 	^ ^ ^ ^ U^ ^ ^ ^ ^ ^ l^ ~^ Q^ i^ ^ ^ ^ ^ P^ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3^ ^ ^ ^ ^ ^ ^                                                             5            v  kd~G $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd}G $$If   l   l '{6    4   4 
l a] p
         ^ ^ ^ ^ ^ ^ ^ ^                                     t                                                                                                                                                             v  kd~G $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdĀG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ /^ 1^ 7^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdoG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7^ 8^ M^ O^ T^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T^ U^ j^ l^ q^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdłG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q^ r^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdpG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdƄG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdqG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ 	^ ^ ^ ^ <^ V^ ^ ^ ^ ^ ^                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdǆG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ 3^ g^ ^ ^ ^ ^ ^ L^ j^ ^ ^ ^ ^ ^ O^ P^ Q^ R^ t^ }^ ~^ ^ ^ ^ ^ ^ ^ )^ *^                                                                                                                                                                                                                                                                                                                                                                   gd_  P^ R^ \^ r^ s^ t^ ^ ^ ^ ^ ^ (^ H^ K^ ^ ^ ^ ^ ^ E^ ^ ^ ^ ^   _ 
 _  _ 1 _ 2 _ O _ P _ c _ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  *^ H^ V^ i^ j^ ^ ^ ^ ^ ^ ^ ^ 0^ F^ G^ ^ ^ ^ ^ ^   _ 
 _                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
 _  _                                     kdrG $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                _ 2 _ O _ P _ f _ | _  _  _  _  _                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	c _ f _ { _ | _  _  _  _  _  _  _ Z_ \_ l_ m_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ;_ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  _  _                                     kdɈG $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                _  _  _  _ _ _ '_ C_ D_ Y_ Z_ [_ \_ m_                                                                                                                                     q                            kd G $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
m_ _ _ _ _ _ _ _ _             q            l                                                                                                                                                       gd_    kd݊G $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  _ _                                     kdG $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               _ _ _ _ _ _ _ 1_ 2_ D_ o_ _ _ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  _ _ _ _ z            q            q                                                                                                                                                                                       	  $If   gd_    kdG $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       _ _ _ =_ >_ ?_ @_ A_ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdG $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ;_ <_ =_ B_ K_ _ _ _ _ _ _ _ 4_ 5_ :_ C_ _ _ _ _ _ _ B_ D_ T_ U_ t_ u_ x_ _ _ _ $_ %_ X_ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "A_ B_                                     kdkG $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B_ K_ j_ k_ _ _ _ _ _ _ _ _ _                                                                                                             q                                                         kdG $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  _ _ _ 5_ 6_ 7_ 8_ 9_ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdG $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       9_ :_                                     kd<G $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :_ C_ _ _ B_ C_ D_ U_ u_                                                             q                                                                                                                             kdG $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  u_ v_ w_ x_ _ %_ Y_ o_ p_ z_ _ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdPG $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
X_ Y_ p_ _ _ _ _ _ _ _ _ _ 0_ 1_ e_ n_ _ _ _ _ _ L	_ _	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 
_ +
_ ,
_ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #_ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  _ _                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ 1_ 3_ d_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  d_ e_                                        kdoG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e_ n_ _ _ C_ D_ S_ _ _ _ _ L	_ 	_                                                                                                 s                                                                        kdÖG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	_ 	_ 	_ 	_ 	_ 	_ 	_ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd}G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ 	_                                        kd7G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	_ 	_ 
_ 
_ ,
_ M
_                         s                                                                                                                                                                                   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ,
_ L
_ M
_ N
_ O
_ P
_ R
_ t
_ 
_ _ _ _ Y_ x_ _ _ X_ w_ _ _ f_ _ _ #_ _ _ _ _ A_ `_ _ _ b_ _ _ 	_ _ _ i_ _ _ _ t_ _ _ _ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -M
_ N
_ O
_ P
_ Q
_ R
_ 
_ _  _ a_ l_ v_ _ _ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdEG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_ _ _ _ _ 2_ __ `_ _ _ 
_ 
_ _ _ _ ._ Y_ g_ w_                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  w_ x_ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڜG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ 	_ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ $_ )_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )_ *_ 4_ 9_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9_ :_ ;_ X_ f_ v_                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdVG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v_ w_ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҟG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ '_ ,_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,_ -_ 7_ <_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <_ =_ >_ f_ t_ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʢG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ "_                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "_ #_ ._ 3_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3_ 4_ >_ C_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C_ D_ O_ T_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T_ U_ __ d_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d_ e_ f_ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd¥G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߦG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ M_ _ _ _ _                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ 	_ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ A_ O_ __                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdxG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   __ `_ k_ p_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdשG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p_ q_ {_ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdSG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _  _ 
_ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _  _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    _ !_ +_ 0_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϬG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0_ 1_ 2_ b_ p_ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ 	_ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ $_ )_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǯG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )_ *_ 5_ :_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :_ ;_ E_ J_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J_ K_ L_ _ _ _ _ _                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ "_ '_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '_ (_ 3_ 8_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8_ 9_ C_ H_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H_ I_ J_ i_ w_ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdܳG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ !_ &_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &_ '_ 1_ 6_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6_ 7_ B_ G_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G_ H_ R_ W_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W_ X_ Y_ t_ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kduG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԶG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ _ ?_ b_ c_ _ _ _ _ _ _ q_                                                                                                                                                                                        gd_  z  kdPG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ r_ _ _ _ _ _  _ _ _ _ _ H_ I_ Z_ l_ m_ ~_ _ _ _ u_ w_ _ _ _ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  q_ r_ _ _ _ _ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	_ _                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ I_ m_ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  _ _                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ _ _ _ f_ _ _  _ 0_ A_ Q_ R_ v_                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  v_ w_ _ _ _ _ $_ S_ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdWG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ _ _ _ _ _ _ R_ S_ T_ y_ z_ _ _ _ _ 4_ 6_ F_ G_ _ _  _  _ * _ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jG h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  S_ T_ z_ _ _ _ _ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _                                        kdPG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ _ N_ _ _ _ _ _ _ 4_ 5_                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  5_ 6_ G_ _ |            s            s                                                                                                                                                                                           	  $If   gd_   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _   _  _ * _  _  _  _  !_ !_ !_ "_ "_ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd^G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * _  _  _  _  _ !_ !_ !_ 1!_ w!_ !_ !_ !_ "_ "_ "_ J"_ K"_ U"_ _"_ `"_ "_ "_ "_ "_ "_ "_ "_ #_ #_ %_ %_ :%_ <%_ L%_ M%_ ]%_ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $"_ 
"_ "_ K"_ U"_ _"_                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  _"_ `"_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `"_ "_ "_ "_ "_ "_ "_                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  "_ "_                                        kdlG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "_ "_ *#_ +#_ :#_ K#_ #_ #_ $_ p$_ $_ $_ $_ $_ %_ %_ ;%_                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ;%_ <%_ M%_ %_ %_ O&_ &_ &_ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]%_ ^%_ x%_ y%_ z%_ %_ %_ %_ %_ %_ &_ N&_ k&_ &_ &_ &_ &_ &_ &_ &_ !'_ '_ '_ '_ '_ '_ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jzG h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  &_ &_ &_ &_ &_ &_ '_ '_ '_ '_ '_ '_ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '_ '_ '_ (_ (_ (_ #(_ $(_ I(_ J(_ r(_ (_ (_ (_ (_ (_ 	)_ F)_ b)_ z)_ {)_ )_ )_ )_ )_ )_ )_ )_ )_ )_ *_ 	*_ *_ H*_ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !'_ '_ (_ (_ #(_                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  #(_ $(_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $(_ J(_ r(_ (_ (_ (_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  (_ (_                                        kd
G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (_ (_ (_ (_ )_ )_ b)_ c)_ )_ )_ )_                                                                                                 Y                              kdaG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
)_ )_ )_ )_ )_ *_ *_ *_ -_ -_ /_ /_             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  H*_ I*_ T*_ U*_ e*_ f*_ j*_ k*_ *_ *_ /_ /_ 0_ 0_ !4_ 34_ 8_ 8_ J8_ L8_ a8_ c8_ 9_ 9_ 9_ 9_ p9_ r9_ W:_ l:_ :_ ;_ ;_ ;_ v<_ z<_ =_ =_ 5?_ \?_ ?_ ?_ ?_ ?_ ?_ ?_ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jG hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jG hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -/_ 0_ 0_ 0_ +2_ ,2_ 2_ 2_  4_ !4_ 34_ 5_ 5_  8_ 8_ 8_ c8_ 9_ 9_ q9_ r9_ W:_ l:_ :_ :_ :_ :_                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  :_ ;_ ;_ ;_  ;_ %;_             f                                                                                                                                                                      kd<G $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  %;_ &;_ +;_ 3;_ ?;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ?;_ @;_ E;_ L;_ Q;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q;_ R;_ W;_ ^;_ j;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j;_ k;_ s;_ {;_ ;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;_ ;_ ;_ ;_ ;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdbG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;_ ;_ ;_ ;_ ;_ o            f            f            f                                                                                                                                                	  $If   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;_ ;_ ;_ ;_ ;_ o            f            f            f                                                                                                                                                	  $If   gd_    kd>G $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;_ ;_ ;_ ;_ r<_ s<_ =_ =_ `?_ a?_ @_ @_ x@_ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ?_ ?_ ?_ x@_ @_ gI_ qI_ L_ L_ R_ R_ DU_ lU_ |V_ V_ V_ V_ V_ V_ W_ W_ W_ X_ X_ X_ X_ X_ #X_ DX_ EX_ vX_ wX_ xX_ |X_ X_ QZ_ SZ_ cZ_ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %x@_ @_  A_ A_ A_ A_ NB_ OB_ B_ bD_ cD_ kE_ lE_ E_ GG_ HG_ G_ gI_ qI_ J_ J_ K_ K_ K_  L_ 
L_ L_                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  L_ /L_ @L_ QL_ bL_ cL_ vL_ L_ L_ L_ L_ L_ M_ M_ N_ N_ O_ O_ Q_ Q_ R_ R_  S_ PS_ QS_ S_ S_ T_ ;T_                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ;T_ <T_ T_ T_ DU_ EU_ lU_ |V_ V_ V_ W_ W_ W_ W_ X_ X_ X_                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  X_ X_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X_ EX_ wX_ xX_ zX_ {X_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  {X_ |X_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |X_ X_ X_ X_ X_ Y_ \Y_ Y_ Y_ Y_ Y_ Y_ QZ_ RZ_                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
RZ_ SZ_ dZ_ Z_ |            s            s                                                                                                                                                                                           	  $If   gd_   kd=G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cZ_ dZ_ Z_ Z_ Z_ Z_ Z_ Z_ Z_ Z_ Z_ [_ [_ [_ '[_ ([_ 4[_ U[_ V[_ {[_ |[_ }[_ [_ [_ ]_ z]_ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Z_ Z_ Z_ Z_ Z_ Z_ Z_ Z_ [_ [_ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[_ '[_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  '[_ ([_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ([_ V[_ {[_ |[_ }[_ [_ [_                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [_ [_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [_ [_ [_ [_ [_ '\_ g\_ \_ ]_ z]_ ]_ ]_                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  z]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ 	^_ 
^_ ^_ 7^_ 8^_ _^_ `^_ a^_ e^_ n^_ __ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ]_ ]_ ]_ ]_ |            s            s                                                                                                                                                                                           	  $If   gd_   kdYG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]_ ]_ ]_ ]_ ]_ ]_ ]_ 	^_ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^_ 
^_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
^_ 8^_ ^^_ _^_ `^_ a^_ c^_ d^_                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  d^_ e^_                                        kd!G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e^_ n^_ ^_ ^_ ^_ __ K__ o__ __ ^`_ n`_ o`_                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  __ ^`_ n`_ p`_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ `_ a_ a_ a_ a_ a_ 'a_ Ha_ Ia_ qa_ ra_ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    o`_ p`_ `_ `_ |            s            s                                                                                                                                                                                           	  $If   gd_   kduG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `_ `_ `_ `_ `_ `_ `_ a_ a_ a_ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd/G $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a_ a_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a_ Ia_ pa_ qa_ ra_ sa_ ua_ va_                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ra_ sa_ wa_ a_ b_ b_ c_ c_ c_ c_ c_ c_ c_ +c_ ]c_ ^c_ hc_ rc_ sc_ c_ c_ c_ c_ c_ c_ c_ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  va_ wa_                                        kd=G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wa_ a_ a_ a_ a_  b_ _b_ b_ b_ b_ b_ b_                                                                                                                         f                           kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  b_ c_ c_ c_ c_  c_ +c_ ^c_ hc_ rc_                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdKG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	rc_ sc_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sc_ c_ c_ c_ c_ c_ c_                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  c_ c_ c_ c_ ee_ fe_ ge_ we_ xe_ ~e_ e_ e_ e_ e_ e_ e_ e_ e_ e_ &f_ 'f_ 1f_ ;f_ <f_ Hf_ df_ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  c_ c_                                        kdYG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c_ c_ d_ %d_ Ld_ zd_ d_ d_ d_ e_ fe_ ge_                                                                                                                         f                           kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ge_ xe_ e_ e_ e_ e_ e_ e_ e_ 'f_                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdgG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	'f_ 1f_ ;f_                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ;f_ <f_                                        kd!G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <f_ ef_ ff_ gf_ if_ f_                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  df_ ef_ ff_ gf_ f_ f_ g_ g_ g_ h_ h_ h_ h_ h_ i_ 	i_ 
i_ i_ i_ 
i_ i_ i_ =i_ #k_ 6k_ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 f_ f_                                        kduG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f_ f_ g_ g_ g_ g_ h_ h_ h_ h_ i_                                                                                     s                                                                                              kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
i_ 	i_ 
i_ i_ i_ 
i_ =i_ j_ j_ #k_ ek_ k_ k_ l_ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6k_ ek_ xk_ k_ k_ k_ k_ l_ .l_ il_ }l_ l_ l_ l_ m_ m_ m_ m_ m_ 5m_ ?m_ @m_ Am_ Dm_ Em_ dm_ em_ wm_ xm_ m_ m_ m_ m_ m_ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !l_ jl_ l_ l_ l_ l_ m_ m_ m_                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  m_ m_                                        kd=G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m_ Em_ em_ xm_ m_ m_ m_ m_ m_                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  m_ m_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m_ m_ ?n_ Rn_ n_ n_ n_ n_ n_ n_ n_                                                             f                                    [            [                     
  $If   gd_ K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
m_ ?n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ n_ o_ o_ o_ o_ o_ o_  o_ Bo_ Co_ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ n_ n_ n_ n_ n_ n_                                     R            I                                                                     	  $If   gd_ Q  kd,G $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   n_ n_  o_ Co_ Vo_ io_ |o_ o_ o_ o_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Co_ o_ o_ o_ o_ o_ p_ p_ p_ p_ ,p_ -p_ ^p_ dp_ ep_ mp_ op_ p_ p_ p_ p_ p_ p_ p_ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J o_ o_                                        kdsG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o_ o_ o_ o_ p_ p_ p_ -p_ ^p_ ep_ np_                                                             f                                    [            [                     
  $If   gd_ K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
np_ op_ p_ p_ p_ p_ p_                                     R                                                                                              Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   p_ p_ p_ p_ p_ p_                                     R            I                                                                     	  $If   gd_ Q  kd(G $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG $If   K$L$l 0                                     
t                              4   4 
l a   p_ p_ p_ p_ p_ 
q_  q_ 3q_ 4q_ 5q_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p_ p_ p_ p_ p_ p_ p_ p_ p_ p_ 2q_ 3q_ 6q_ ?q_ 0r_ 1r_ r_ r_ s_ s_ s_ s_ *s_ +s_ ,s_ s_ s_ s_ s_ s_ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 5q_ 6q_                                        kdoG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6q_ ?q_ |q_ r_ 1r_ s_ s_ s_ s_ +s_ s_                                                                                     Y                                          kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
s_ s_ s_ s_ t_ t_ +t_ =t_ Wt_ qt_ t_ t_ t_ t_ t_ t_ t_ u_                                                                                                                                                                                                                      	  $If   gd_  S  kd}G $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ s_ s_ s_ s_ qu_ ru_ su_ tu_ u_ u_ u_ u_ u_ u_ u_ u_ u_ v_ v_ 
v_ v_ v_ ~v_ w_ w_  w_ !w_ "w_ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  u_ -u_ =u_ Wu_ qu_ ru_ su_                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdG $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  su_ tu_ u_ u_ u_ u_ v_ v_ 	v_ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v_ 
v_                                        kd[G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
v_ v_ ~v_ v_  w_ !w_ "w_ 3w_ }w_ w_ w_                                                             f                                    [            [                     
  $If   gd_ K$  kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
"w_ 2w_ 3w_ Qw_ Yw_ }w_ w_ w_ w_ w_ y_ y_ y_ 	y_ !y_ +y_ ,y_ -y_ /y_ 0y_ 1y_ >y_ Hy_ Iy_ y_ y_ y_ y_ 'z_ z_ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 w_ w_ w_ w_ w_ w_ w_ x_ x_ 0x_ Jx_ Rx_ gx_ |x_ x_ x_ x_ x_                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdiG $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   x_ x_ y_ y_ y_                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdG $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y_ 	y_ 1y_ Iy_ \y_ oy_ y_ y_ y_ y_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y_ y_                                        kdGG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y_ y_ 'z_ Dz_ z_ z_ r{_ s{_ t{_ u{_ {_ {_                                                                                                 f                                                   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  z_ p{_ s{_ t{_ u{_ {_ {_ {_ {_ {_ {_ {_ {_ {_  |_ |_ |_ |_ |_ x|_ y|_ ||_ |_ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ {_ {_ |_ |_ @|_ S|_ f|_ y|_ z|_ {|_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{|_ ||_                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ||_ |_ /}_ W}_ }_ }_ ~_ ~_ ~_ ~_ ~_                                                                                                 Y                              kdcG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
|_ .}_ 0}_ }_ }_ }_ ~_ ~_ ~_ ~_ ~_ ~_ ~_ ~_ ~_ _ _ _ 
_ _ _ _ _ _ _ _ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ~_ ~_ ~_ _ _ 7_ J_ ]_ p_ _ _ _             s                                                                                                                                                                 kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  _ _                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ d_ _ π_ _ _ _ _ ʁ_ _                                                                                     Y                                          kd+G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
_ _ c_ _ _ _ _ _ Ɂ_ ʁ_ _ _ $_ %_ -_ /_ _ _ _ _ _ _ 
_ _ _ '_ 1_ 2_ 3_ 5_ 6_ 7_ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 _ _ %_ ._ /_ 7_ L_ a_ s_ _ _ _ т_ _ _ _ _                                                                                                                                                                                                         	  $If   gd_  S  kdG $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ /_ I_ c_ s_ _ _ _ _                                                                                                                                                                                                                                                 	  $If   gd_  S  kdw H $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ _ _ _ |            s            s                                                                                                                                                                                           	  $If   gd_   kd	H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ 7_ 8_ K_ ^_ q_ _ _ _ _ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
7_ 8_ J_ K_ _ _ _ _ \_ L_ M_ N_ ^_ __ k_ p_ _ ɇ_ _ C_ E_ K_ L_ T_ V_ O_ Q_ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  _ _                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ \_ _ _ _ _ L_ M_ N_ __                                                                                                 f                                                        kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
__ ɇ_ E_ L_ U_ V_ ^_ s_ _ _ _ Ɉ_ _ _ _                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdH $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  _ (_ 9_ S_ [_ p_ _ _ _ Ɖ_ _ _ _ %_ 6_ P_ Q_                                                                                                                                                                                                                            S  kd+H $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q_ R_ S_ {_ |_ _ _ _ Ȋ_ ۊ_ ܊_ ݊_             s                                                                                                                                                                 kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Q_ R_ S_ k_ u_ v_ w_ y_ z_ {_ |_ _ _ ڊ_ ۊ_ ފ_ _ _ ڋ_ ۋ_ _ _ _ _ _ _ a_ b_ K_ `_ b_ c_ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ݊_ ފ_                                        kdwH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ފ_ _ _ _ c_ _ _ <_ _ _ b_ _ b_ c_ j_ _ _ _ ?_ k_ _ ː_ _ #_ W_                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  c_ j_ o_ _ _ _ '_ :_ >_ V_ W_ X_ h_ i_ _ _ _ _ _ 
_ _ _ _ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   W_ X_ i_ _ _ _ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ Ƒ_ ۑ_ _ _ _ 1_ K_ \_ v_ _ _ _ ̒_ _ _ _                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdH $If   K$L$l 0                     x                
t                                4   4 
l a   _ _ -_ ?_ Y_ s_ _ _ _ ɓ_ _ _ _ _ _                                                                                                                                                                                                                   	  $If   gd_  S  kd	H $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ _ 9_ :_ M_ `_ s_ _ _ _ _ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	H $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
_ )_ 3_ 4_ 8_ 9_ :_ L_ M_ _ _ _ _ c_ _ \_ _ _ #_ 8_ _ )_ _ _ H_ ]_ ^_ __ f_ _ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ _ _                                        kdq
H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ c_ ]_ Ŗ_ ;_ H_ _ ,_ _ __ f_ _ ř_ _ 	_  _ ?_ ^_ _ _                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  _ _ ə_ ܙ_ $_ 7_ C_ V_ b_ u_ }_ _ _ _ _ _ _ _ _ _ _ _ _ M_ O_ P_ Q_ i_ s_ t_ x_ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  _ _ _ _ _ _ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ _ !_ 3_ E_ W_ n_ _ _ _ ě_ ۛ_ _ _ _ *_ +_                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdH $If   K$L$l 0                                     
t                                4   4 
l a   +_ 3_ E_ W_ i_ {_ _ _ _ ќ_ _ _ _ &_ 7_ N_ O_                                                                                                                                                                                                                            S  kd
H $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O_ P_ Q_ y_ z_ _ _ _ Ɲ_ ٝ_ ۝_ ܝ_             s                                                                                                                                                                 kd
H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  x_ y_ z_ _ _ ؝_ ٝ_ ݝ_ _ _ *_ _ _ _ _ _ q_ _ _ q_ ȣ_ ݣ_ _ 7_ _ __ _ ˦_ s_ _ 
_ _ )_ u_ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ܝ_ ݝ_                                        kd]H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݝ_ _ _ _ _ _ _ ȡ_ _ 2_ _ _ ߢ_ q_ _ 9_ a_ Φ_ Ϧ_ ֦_ r_ s_                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  s_ _ _ _ 1_ q_ _ _ Ω_ _ _ _                                                                                                             f                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  u_ _ _ _ _ Ʃ_ ҩ_ _ _ _ _ _ B_ C_ D_ g_ h_ i_ m_ n_ r_ {_ _ _ _ _ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  _ C_ D_ h_ i_ n_ p_ q_             s                                                                                                                                                                                     kdkH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q_ r_                                        kd%H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r_ {_ _ _ ̪_ _ _ _ 3_ U_ w_ _ _                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  _ _ _ _ _ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdyH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ _ _ _ _ _ _ '_ +_ /_ 6_ U_ ;_ N_ }_ _ _ Ǯ_ _ _ 2_ F_ _ _ W_ c_ g_ _ _ _  _ 3_ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  _ _ _ _ U_ _ _ ;_ }_ _ _ 3_ _ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd3H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ׯ_ د_ *_ Ѱ_ Ұ_ _ _ V_ W_ _ _ _  _ b_ _ ѳ_ _ g_ _ _ Ǵ_ Ҵ_ _ _ _                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3_ b_ u_ _ _ г_ _ _ +_ f_ z_ _ _ Ҵ_ _ _ _ _ _ 2_ <_ =_ A_ B_ C_ U_ V_ h_ i_ {_ |_ _ _ _ _ _ _ 	_ 
_ _ _ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (_ _                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ B_ C_ V_ i_ |_ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  _ _                                        kdAH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ _ >_ l_ _ _ ۶_ 	_ 
_ _                                                                                                             f                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _ _ _ E_ F_ Y_ l_ _ _ _ _             s                                                                                                                                                                      kdOH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
_ _ _ 5_ ?_ @_ D_ E_ F_ X_ Y_ k_ l_ _ _ _ _ _ _ c_ d_ e_ u_ v_ w_ x_ _ _ _ _ _ _ _ _ Ƹ_ Ǹ_ _ _ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %_ _                                        kd	H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ _ d_ e_ v_ w_                                                 f                                                                                                                       kd]H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  w_ x_ _ _ _ Ǹ_ ڸ_ _ _ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ _                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ ;_ <_ _ _ _ й_ ѹ_ ҹ_ ӹ_ _ _ _ _ _ _ _ _ !_ "_ G_ H_ L_ U_ x_ y_ _ _ _ _ _ _ _ _ _ _ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %_ _ _ <_ _ _ ѹ_ ҹ_                                                 f                                                                                                                       kd%H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ҹ_ ӹ_ _ _ _ "_ 5_ H_ J_ K_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K_ L_                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L_ U_ y_ _ _ _ _ _                                                 f                                                                                                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  _ _ _ ϻ_ [_ \_ _ _ _ _ _ _ $_ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ ϻ_ Z_ [_ \_ _ _ _ _ _ _ _ _ $_ 7_ Z_ n_ _ _ _ _ _ ׾_ ؾ_ _ _ ,_ Z_ [_ n_ _ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  $_ [_ _ ؾ_ _ [_ _ _ 6_ _ _ _ _ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  _ _ _ _ 5_ I_ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ _ _ 8_ J_ K_ p_ q_ _ _ _ _ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\_ _                                        kda H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _ _ 8_ K_ ^_ q_ s_ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  _ _                                        kd!H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _ _ 3_ E_ }_ _ _ _ _ _ 5_                                                                                                 f                                                   kd	#H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _ _ }_ _ _ _ _ _ _ _ _ _ _ _ _  _ )_ 3_ 5_ ;_ <_ C_ E_ Z_ [_ j_ l_ m_ n_ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5_ <_ D_ E_ [_ k_ l_ m_                                                             R            I                                   	  $If   gd_ Q  kdP$H $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd#H $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ m_ n_ _ _ _ _ _ _ _ _ _ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd$H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
n_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ t_ B_ L_ M_ k_ l_ _ _ _ _ _ _ _ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ _ _                                        kd%H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _ u_ _ _ _ _ 
_ B_ M_ l_ _ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  _ _ _ _ _ _ _ &_ ,_ -_ 4_ 6_ ?_ e_ f_ {_ |_ ~_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  _ _ _ &_ -_ 5_ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd&H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5_ 6_ f_ }_ ~_ _                                     R            I                                                                     	  $If   gd_ Q  kd2(H $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'H $If   K$L$l 0                                     
t                              4   4 
l a   _ _ _ _ _ _ _ _ _ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd(H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ _                                        kdy)H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _ q_ _ _ _  _ +_ J_ u_ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
_ _ _ _ p_  _ *_ +_ I_ J_ ]_ l_ t_ u_ |_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 _ _ _ _ |            s            s                                                                                                                                                                                           	  $If   gd_   kd*H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ _ _ _  _ $_ %_ &_ 8_ 9_ K_ L_ q_ r_ v_ _ _ _ _ _ _ _ _ N_ X_ Y_ w_ x_ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    _ _ %_ &_ 9_ L_ __ r_ t_ u_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u_ v_                                        kdA,H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v_ _ _ +_ _ _ _ _ N_ Y_ x_ _ _ _                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
x_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ #_ $_ %_ &_ '_ (_ O_ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  _ _ _ %_ |            s            s                                                                                                                                                                                           	  $If   gd_   kd-H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %_ &_ '_ (_ O_ P_ _ B_ t_ u_ _ _ U_ V_ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdO.H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O_ \_ `_ _ B_ t_ _ _ _ _ V_ b_ f_ _ _ q_ _ _ _ _  _ c_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ (_ f_ _ _ _ _ _ _ M_ N_ _ _ _ s_ _ _ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4V_ _ _ p_ q_ _ _  _ c_ _ _ _ _ _ _ _ _ _ _ (_ _ _ _ '_ C_ S_ f_ _ _ _                                                                                                                                                                                                                                                                                                                                                                   gd_  _ _ N_ _ _ _ s_ _ _ F_ }_ _ _ _ _ _ _ %_ )_                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  _ }_ _ _ _ _ _ _ %_ (_ )_ 0_ 1_ _ _ _ _ _ _ V_ _ _ 	_ 
_ f_ _ _ _ _ _  _ M_ N_ S_ x_ |_ ._ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $)_ *_ +_ ,_ -_ ._ /_ 0_ 1_ M            H            H            H            H            H            H            H                   gd_   kd	/H $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   1_ E_ L_ Q_ a_ b_ q_ r_                                                 _            V            V                                                             	 $If   gd_    kd/H $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  r_ s_ _ _                                                                                                                                                                                                                                                          	 $If   gd_  o  kd|0H $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _ _ _ _ _ _ _ _                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd1H $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _ _ _ _ _ 2            )            )            )                      	 $If   gd_    kd1H $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     _ P_ Q_ V_ _ _ _             [                                                                                                                                           kd2H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  _ _ _ 
_ _ `_ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd3H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  `_ a_ f_ _ _ _ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdu4H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _ _ _ _ _ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd>5H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _  _ N_ S_ y_ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  y_ z_ {_ _ _ _ _ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd6H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _ _ _ n            e            e                                                                                                                                                               	 $If   gd_    kd7H $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           _ _ _  _                                                                                                                                                                                                                                                	 $If   gd_  t  kdn8H $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   _ _ _ _ _  _ '_ ._ :_                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd9H $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  :_ ;_                                             kd9H $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ;_ F_ J_ Q_ X_ Y_ Z_ [_                                                             A                                  kd;H $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  [_ \_ ]_ ^_ __ `_ a_ b_                                                 A                                              kd;H $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  b_ c_ d_ e_ f_ g_ |_                                     A            <            7                  gd_    gd_    kd<H $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  |_ /_ 0_ I_ J_ c_ t_ u_ _ _                                                                                                                                                                                                                                                   E  kd=H $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	._ /_ 0_ 6_ 7_ I_ J_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ,_ -_ ._ 2_ 3_ P_ Q_ R_ ^_ __ q_ 9_ _ _ _ _ _ _ 춥x                          /jBH hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *_ _ _ _ _ _ _                                     a                                                                                                                             E  kd\>H $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=H $$If   l 0 
" R                                                           4 
l a   _ _ _ _ _ _ _                                     a                                                                                                                             E  kd?H $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd>H $$If   l 0 
" R                                                           4 
l a   _ _ _ _ _ _ _                                     a                                                                                                                             E  kd?H $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy?H $$If   l 0 
" R                                                           4 
l a   _ _ _ _ _ _ ,_                                     a                                                                                                                             E  kd@H $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7@H $$If   l 0 
" R                                                           4 
l a   ,_ -_ ._ /_ 0_ 1_ 2_                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd@H $$If   l 0 
" R                                                           4 
l a   2_ 3_ @_ A_ O_ P_ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdTAH $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   P_ Q_ R_ __ q_ 8_ 9_ +_ ,_ _ _ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdBH $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
_  _ _ _ _ _ _ _ _ _ _ _ C_ D_ _ _ _ _ _ _ _ _ F_ H_ Z_ [_ _ _ _ _ _ _ _ _ _ P_ Q_ ]_ _ _ _ _ _ _ ]_ ^_ _ _ _ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j7CH hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0_ _ $_ D_ _ _ _ _ _ G_                                                                                                                                                                                                                                                       S  kdCH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	G_ H_ [_ _ _ _ _                                     N                                                                                       S  kdDH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd0DH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   _ _ _ _ _ _ l_ m_ Z_ [_ P_ Q_ ]_ _ ;_ _ _ {_ _                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdTEH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   _ _ _ _ ]_ ^_ _ _ _ _ 4_ 5_ F_ d_ _ _ _ *_ F_ `_ a_ j_ k_ 
_ _ i_ j_ _                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  _ _ E_ F_ V_ ^_ 3_ 5_ F_ c_ d_ _ K_ h_ k_ 	_ _ *_ _ _ _ _ _ -_ ._ C_ D_ u_ v_ w_ _ _ _ _ _ _ _ _ _ _ ۵۵۵ۭۜۋzrgrrr       jFH h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '_ _ _ _ _ ._ D_ v_                                     j                                                                                                                                           kdEH $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  v_ w_ _ _ _ _ s_ t_ _ _ 7_ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdXFH $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
7_ _ V_ W_ _ _ _ D_ E_ _ _ B_ C_ _ _ h_ i_ 6_ 7_ Q_ b_ _ _ ` ` ` `                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  _ _ _ _ _ _ D_ E_ _ A_ _ g_ _ _ _ _ ._ /_ 3_ 4_ 5_ 6_ 7_ @_ Q_ b_ _ _ _  ` ` ` ` ` ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jGH hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj1GH h_ U !` ` ` ` ` ` .`                                                 e                                                                                                                        F  kdrHH $$If   l   l '{6    4   4 
l a] p
        F  kdGH $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ` ` 0` T` U` X` Y` _` `` ` ` ` ` ` ` ` ` ` ` ` ` 1` 2` I` J` `` a` {` |` ` ` ` ` ` ` ` ` ` (` A` u` {` ~` 
` ` ` 	` <	` e	` 	` 	` 	` ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3.` /` 0` 9` G` T` U`                                                             5            v  kdXIH $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdHH $$If   l   l '{6    4   4 
l a] p
         U` V` W` X` Y` ]` ^` _`                                     t                                                                                                                                                             v  kdIH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  _` `` y` {` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdSKH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdLH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTMH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` 
` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` *` ,` 1`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1` 2` A` C` I`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdUOH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I` J` X` Z` ``                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd PH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `` a` t` v` {`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {` |` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdVQH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` ` ` ` ` ` ` (` B` v` ` `                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdRH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` Q` d` ` ` ` 	` <	` V	` f	` 	` 	` 	` 	` 	` 	` 
` ` ` 2` X` g` z` {` ` ` `                                                                                                                                                                                                                                                                                                                                                                   gd_  	` 	` 	` 
` 
` 
` 2` H` g` y` ` ` ` ` &` G` X` ` ` ` L
` a
` 
` 
` 
` 
` 
` 
` 
` 
` 
` ` пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ` ` ` ` ` &` V` W` X` ` ` ` ` ` ` K
` L
` V
` a
` 
` 
` 
`                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
` 
`                                     kdRH $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
` 
` 
` 
` ` ` 0` F` H` _`                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	` ` ` ` /` 0` E` F` `` i` ` ` 
` ` *` +` ,` -` S` T` Y` b` ` ` ` ` ` ` ` ` ` Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ _` ``                                     kdTH $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `` i` ` ` ` ` ` ` ` ` ` ` ` `                                                                                                                                     q                            kdZUH $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
` +` ,` -` T` U` V` W` X`             q            l                                                                                                                                                       gd_    kdVH $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X` Y`                                     kdVH $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Y` b` ` ` ` ` ` ` ` ` 
` &` ;` P` j` k` `                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ` ` ` ` z            q            q                                                                                                                                                                                       	  $If   gd_    kd+XH $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ` ` ` ` ` ` ` ` z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdXH $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ` ` ` ` ` q` s` ` ` ` ` ` ` ` ` ` /` ;` W` c` ` ` ` ` ` ` ` ` `  ` 6` ` ` ` ` ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "` `                                     kdYH $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ` ` ` 	` ` ` @` \` ]` r` s` ` `                                                                                                             q                                                         kdZH $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ` ` ` ` ` ` ` ` z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd[H $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ` `                                     kdv\H $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ` ` *` +` ` ` ` ` `                                                             q                                                                                                                             kd]H $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ` ` ` ` 6` ` ` 
` ` ` #` z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd^H $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
` ` ` #` U` V` `` j` k` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ,` -` .` M` N` O` P` Q` T` ]` ` ` ` ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ ##` V` `` j`                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  j` k`                                        kdU_H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k` ` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ` `                                        kd`H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` ` ` B` ` ` ` ` -`                                                                                                 s                                                                        kdaH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -` .` O` P` Q` R` S` |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdbH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S` T`                                        kdqcH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T` ]` ` ` ` `                         s                                                                                                                                                                                   kddH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` ` ` ` ` ` ` ` ` ` ` ` ` ` w` ` ` ` z` ` ` #` ` ` ` <` V ` u `  `  ` n!` !`  "` "` "` "` #` #` $` &$` $` $` %` 1%` f&` g&` о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -` ` ` ` ` ` ` ` ` ` 
` ` ` )` |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdeH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
)` *` ` ` ` ` ` ` 9` n` ` ` ` ` ` ` ` ` `                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ` ` !` &`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9fH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &` '` 1` 6`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6` 7` B` G`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G` H` R` W`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVgH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W` X` Y` w` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdshH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1iH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` ` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdiH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` `  ` %`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %` &` 0` 5`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNjH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5` 6` A` F`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F` G` Q` V`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V` W` X` z` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdkkH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)lH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` ` ` "`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdFmH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` #` .` 3`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3` 4` >` C`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C` D` O` T`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcnH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T` U` _` d`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d` e` f` ` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!oH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>pH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` ` +` ;`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;` <` G` L`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[qH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L` M` W` \`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \` ]` h` m`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m` n` x` }`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxrH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }` ~` ` ` 4 ` V ` d ` t `                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdrH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t ` u `  `  `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6sH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    `  `  `  `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    `  `  `  `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    `  `  `  `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdStH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    `  `  `  `  `  `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdtH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    `  ` 	!` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpuH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` *!` /!`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /!` 0!` :!` ?!`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.vH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?!` @!` A!` n!` |!` !`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKwH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !` !`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	xH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !` !` !`  "` "` "`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdhxH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` *"` /"`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /"` 0"` :"` ?"`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&yH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?"` @"` K"` P"`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P"` Q"` ["` `"`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `"` a"` b"` "` "` "`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdCzH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` "` "`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` "` "`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` "` "`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`{H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` "` "`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "` "` "` V#` W#` #` #` #`                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd|H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #` #` #` #`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}|H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #` #` #` #`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #` #` #` #`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;}H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #` #` #` #`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #` #` #` $` $` %$`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %$` &$` 1$` 6$`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX~H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6$` 7$` A$` F$`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F$` G$` R$` W$`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W$` X$` b$` g$`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g$` h$` i$` $` $` $`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $` $` $` $`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $` $` $` $`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $` $` $` $`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $` $` $` $`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $` $` $` %`  %` 0%`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0%` 1%` <%` A%`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A%` B%` L%` Q%`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q%` R%` ]%` b%`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̂H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b%` c%` m%` r%`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+H $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r%` s%` t%` %` %` %`  &` &` W&` X&` e&` f&` g&` &` '`                                                                                                                                                                                        gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g&` x&` &` &` '` D'` U'` V'` W'` l'` '` '` '` '` '` '` '` '` 
(` (` (` (` 7(` @(` *` *` %*` &*` 6*` Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  '` '` D'` V'` W'` a'` l'` '` '` '`                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	'` '`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '` '` (` (` (` 6(`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  6(` 7(`                                        kd=H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7(` @(` (` (` (` (` )` c)` )` )` )` )` )` )` *`                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  *` *` &*` w*` *` *` *` *` |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6*` 7*` Q*` R*` S*` f*` g*` v*` *` *` *` +` +` G+` H+` K+` T+` ,` ,` ,` ,` -` -` -` -` -` ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jKH h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  *` *` +` G+` H+` I+` J+` |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdЇH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J+` K+`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K+` T+` +` +` +` K,` V,` r,` ,` ,` ,` ,` ,`                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ,` ,` ,` -` |            s            s                                                                                                                                                                                           	  $If   gd_   kdމH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -` -` -` -` -` W.` X.` .` .` .` .` /` /` |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -` W.` X.` .` .` .` .` .` .` /` */` `/` /` /` /` /` /` /` /` /` /` #0` $0` S0` v0` w0` z0` 0` 91` <1` 2` 2` 2` 2` 2` 2` 2` ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $/` /` /` /` /` /`                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  /` /`                                        kdRH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /` $0` S0` e0` w0` x0` y0`                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  y0` z0`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z0` 0` 0` 0` 0` 0` !1` "1` 1` 2` .2` O2` u2` 2` 2` 2` 2`                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  2` 2` 2` <3` 3` 3` +4` n4` |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2` 2` 3` 3` 3` +3` ,3` ;3` \3` 3` 3` 3` 	4` *4` L4` m4` n4` q4` 4` 4` 4` 5` P5` Q5` R5` c5` ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jH h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  n4` o4` p4` q4` 4` 4` 5` 5` R5` d5` e5` o5` |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd9H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c5` e5` z5` 5` 5` 5` 5` 5` 5` 5` 6` !6` "6` %6` .6` 6` 6` 6`  7` 7` 7` !7` #7` 37` 47` ~7` 7` 7` 7` 7` 7` 7` 7` 7` ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !o5` z5` 5` 5` 5`                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  5` 5`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5` 5` 6` "6` #6` $6`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  $6` %6`                                        kdGH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %6` .6` 6` 6` 6` 6`  7` 7` "7` #7` 47`                                                                                                 Y                              kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
47` 7` 7` 7` 7` 7` H8` l8` :` :` 9=` F=`             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdUH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7` 7` 7` 7` 8` 8` 8` 	8` H8` l8` 9=` F=` r>` >` A` A` E` E` E` E` E` F` F` F` F` F` G` G` G` 
H` |H` H` I` I` J` J` HK` iK` L` L` aM` bM` zM` {M` M` M` ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jTH hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jH hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -F=` q>` r>` >` ?` ?` @` @` A` A` A` 7C` 8C` E` E` E` F` F` F` G` G` G` 
H` {H` |H` H` H`                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  H` H` H` H` H` H`             f                                                                                                                                                                      kdvH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  H` H` H` H` H` o            f            f            f                                                                                                                                                	  $If   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H` H` H` H` H` o            f            f            f                                                                                                                                                	  $If   gd_    kdRH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H` H` H` H` I` o            f            f            f                                                                                                                                                	  $If   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I` 	I` I` I` I` o            f            f            f                                                                                                                                                	  $If   gd_    kd.H $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I` I` 'I` /I` ;I` o            f            f            f                                                                                                                                                	  $If   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;I` <I` DI` KI` PI` o            f            f            f                                                                                                                                                	  $If   gd_    kd
H $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at PI` QI` YI` `I` lI` o            f            f            f                                                                                                                                                	  $If   gd_    kdxH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at lI` mI` nI` oI` J` J` hK` iK` L` L` M` M` N` o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M` M` M` N` "N` W` W` VZ` aZ` X`` i`` b` 
c` d` &d` 'd` 3d` 7d` Sd` We` Xe` me` e` e` e` e` e` e` e` e` f` f` f` f` #f` g` g` h` ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %N` "N` N` N` UO` VO` O` O` ?P`  R` R` 	S` 
S` [S` T` T` U` W` W` UX` VX` wY` Y` Y` Y` Y` Y`                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Y` Y` Y` Y`  Z` Z` Z` 'Z` >Z` UZ` VZ` aZ` [` [` /\` 0\` \` \` _` _` X`` i`` `` `` `` Na` |a` a` a`                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  a` a` #b` sb` b` b` 
c` d` 'd` Sd` We` Xe` be` me` e` e` e`                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  e` e`                                        kdϘH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e` e` f` f` f` f`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f` f`                                        kd#H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f` #f` bf` nf` f` f` f` "g` -g` fg` pg` g` g` g`                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
g` g` h` 9h` |            s            s                                                                                                                                                                                           	  $If   gd_   kdwH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h` h` 8h` 9h` :h` <h` Hh` Lh` hh` ih` ~h` h` h` h` h` h` h` h` h` i` i` i` i` (i` j` k` ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 9h` :h` ;h` <h` hh` ih` sh` ~h` h` h` |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd1H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h` h`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  h` h`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h` h` i` i` i` i` i`                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  i` i`                                        kd?H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i` (i` gi` si` i` i` j` )j` j` k` (k` )k`                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  k` (k` *k` :k` ;k` Ak` Hk` Ik` Jk` Kk` `k` k` k` k` k` k` k` k` k` k` k` k` l` l` m` ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    )k` *k` ;k` Ik` |            s            s                                                                                                                                                                                           	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ik` Jk` Kk` Uk` `k` k` k` k` |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdMH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k` k`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k` k` k` k` k` k` l` l`                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  l` l`                                        kd[H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l` l` Kl` Wl` ~l` l` l` 
m` m` m` n` 
n`                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  m` m` n` n` n` n` %n` ,n` -n` .n` /n` 0n` <n` @n` [n` \n` qn` n` n` n` n` n` n` n` n` o` o` ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    
n` n` n` -n` |            s            s                                                                                                                                                                                           	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -n` .n` /n` 0n` \n` fn` qn` n` n` n` |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdiH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n` n`                                        kd#H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n` n` o` o` o` o` o` o`                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  o` o` o` o` p` p` p` p` p` p` p` p` p` p` p` p` q` q` q` q` >q` ?q` Iq` hq` iq` jq` îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  o` o`                                        kdwH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o` o` ]o` io` o` o` o` p` Up` p` p` p`                                                                                                                         f                           kd˧H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  p` p` p` p` p` p` p` p` q` q`                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	q` q`                                        kd?H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q` ?q` iq` jq` kq` mq` nq`                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  jq` kq` oq` xq` s` s` s` s` s` s` #s` $s` %s` &s` `s` zs` |s` }s` s` s` s` s` s` s` s` t` п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  nq` oq`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oq` xq` q` q` q` r` 8r` gr` r` r` s` s`                                                                                                                         f                           kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  s` s` $s` %s` &s` `s` }s` s` s` s`                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	s` s` s`                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  s` s`                                        kd[H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s` t` t` t` t` t`                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t` t` t` t` t` (t` )u` *u` +u` av` bv` cv` sv` tv` v` v` v` v` v` v` v` v` v` x` x` ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 t` t`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t` (t` *u` +u` <u` {u` u` bv` cv` tv` v`                                                                                     s                                                                                              kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
v` v` v` v` v` v` v` x` x` x` y` :y` ry` y` |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x` y` y` 9y` My` qy` y` y` y` z` z` ]z` ^z` sz` z` z` z` z` z` z` z` z` z` z` z` {` {` {` {` N{` O{` i{` r{` ~{` õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !y` z` ]z` ^z` hz` sz` z` z` z`                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  z` z`                                        kdwH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z` z` {` {` ){` <{` O{` Q{` h{`                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  h{` i{`                                        kd˲H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i{` r{` {` {` |` |` |` 0|` ]|` d|` l|`                                                             f                                    [            [                     
  $If   gd_ K$  kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
~{` {` |` |` |` /|` 0|` 3|` H|` Q|` [|` ]|` c|` d|` k|` m|` |` |` |` |` |` |` |` |` |` |` |` |` |` |` |` ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ l|` m|` |` |` |` |`                                     R            I                                                                     	  $If   gd_ Q  kdfH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdٴH $If   K$L$l 0                                     
t                              4   4 
l a   |` |` |` |` |` }` }` -}` .}` /}` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|` ,}` -}` 0}` 9}` \}` }` }` }` }` }` }` }` ~` ~` ~` 
~` "~` #~` 2~` 4~` :~` ;~` <~` ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J /}` 0}`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0}` 9}` \}` }` }` }` }` }` }` ~` ~`                                                             f                                    [            [                     
  $If   gd_ K$  kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
~` 
~` #~` 3~` 4~` 5~` 6~`                                     R                                                                                              Q  kdHH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   6~` 7~` 8~` 9~` :~` ;~`                                     R            I                                                                     	  $If   gd_ Q  kdbH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdչH $If   K$L$l 0                                     
t                              4   4 
l a   ;~` <~` d~` ~` ~` ~` ~` ~` ~` ~` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<~` T~` ^~` _~` `~` b~` c~` d~` ~` ~` ~` ~` ~` ~` ` ` ` ` ` ` ` ` Ȁ` ɀ` ʀ` 6` ?` V` ` ` ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ~` ~`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~` ~` ` ` ` ` ` ` ` ɀ` `                                                                                     Y                                          kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
` ` ` ` ` ` Ɂ` ہ` ` ` ` 9` S` [` p` ` ` `                                                                                                                                                                                                                      	  $If   gd_  S  kdH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ` ` ` ` ` ` ` ` *` 4` 5` 6` 8` 9` :` Y` Z` ` ` ` ` ` ` ` ` ` ` ` ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ` ˂` ۂ` ` ` ` `                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdIH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ` :` Z` ` ` ` ` ` |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd۾H $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` `                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` J` ` ` ` ф` ` "` +`                                                             f                                    [            [                     
  $If   gd_ K$  kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
` Є` ф` ` ` ` !` "` *` ,` ` ` ` ` ` Ɇ` ʆ` ˆ` ͆` Ά` φ` ܆` ` ` 2` 3` 6` ?` Ň` s` ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 +` ,` 4` I` ^` p` ` ` ` ΅` ` ` ` ` ,` F` `` p`                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdH $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   p` ` ` ` `                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd5H $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ` φ` ` ` 
`  ` 3` 4` 5` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5` 6`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6` ?` Ň` ` )` r` ` ` ` ` $` w`                                                                                                 f                                                   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  s` ` ` ` ` #` $` v` w` x` ` ` ` ` ` ` ` ` ` ` ` ` #` þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ w` x` ` ` މ` ` ` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                        kdIH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` #` ͊` ` 8` ` `  ` !` "` 3`                                                                                                 Y                              kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
#` ̊` Ί` 7` 8` ` `  ` !` "` 2` 3` ` ` ` ` ` ` ` ` ` ` `  ` !` $` νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  3` ` ` ` ` Ռ` ` ` ` !` "` #`             s                                                                                                                                                                 kdWH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  #` $`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $` -` ` )` m` ` U` V` W` h` `                                                                                     Y                                          kdeH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
$` -` ` ` S` U` V` W` g` h` ` ` ` Ï` ˏ` ͏` D` F` G` H` X` Y` ` ` ` ő` ϑ` Б` ё` ӑ` ԑ` Ց` ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ` ` Ï` ̏` ͏` Տ` ` ` ` +` E` U` o` ` ` ` `                                                                                                                                                                                                         	  $If   gd_  S  kdH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ͐` ` ` ` +` E` F` G`                                                                                                                                                                                                                                                 	  $If   gd_  S  kdH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G` H` Y` ` |            s            s                                                                                                                                                                                           	  $If   gd_   kdCH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` Ց` ֑` ` ` ` "` 5` 6` 7` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ց` ֑` ` ` 4` 5` 8` A` ` ` ` ` ` ` 	` ` #` g` ` ` ` ` ` ` ` ` ` ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  7` 8`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8` A` ` Z` ` ` =` ` ` ` `                                                                                                 f                                                        kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
` g` ` ` ` ` ` ` &` ;` M` g` ` ` `                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdH $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ` Ɩ` ז` ` ` ` #` 8` J` d` ~` ` ` ×` ԗ` ` `                                                                                                                                                                                                                            S  kdeH $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ` ` ` ` -` @` S` f` y` z` {`             s                                                                                                                                                                 kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` ` ` 	` ` ` ` ` ` ` ` ,` -` x` y` |` ` I` x` y` ` ` S` T` 9` N` `  ` ` `  ` ` Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ {` |`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |` ` I` ` ` T` ` ښ` P` `  ` `  ` ` ` G` ` ` ݝ` 	` =` i` ` ` `                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ` ` 
`  ` $` <` Ş` ؞` ܞ` ` ` ` ` ` K` Q` R` Z` \` ` ` ` ` ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ` ` ` K` R` [` |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [` \` d` y` ` ` ` ϟ` ` ` ` .` ?` Y` j` ` ` `                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdH $If   K$L$l 0                     x                
t                                4   4 
l a   ` ` ˠ` ݠ` ` ` "` <` V` g` ` ` ` ` `                                                                                                                                                                                                                   	  $If   gd_  S  kdQH $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ` ס` ء` ` ` ` $` 7` 8` 9` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
` ǡ` ѡ` ҡ` ֡` ס` ء` ` ` 6` 7` :` C` ` -` ` K` `` ` ֤` ` ǥ` .` C` ` ` ` ` ` H` ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9` :`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :` C` ` ` c` ٤` ` S` ʥ` F` ` ` D` c` ` ` ` ݧ` ` =` >`                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  H` [` g` z` §` է` ` `  ` ` ` 4` <` =` >` ?` O` P` ` ` ` ` ` ` ` ` ` ` ` ` ` ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  >` ?` P` ` ` ` |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` Ѩ` ` ` ` #` :` K` b` y` ` ` ` ȩ` ɩ`                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdH $If   K$L$l 0                                     
t                                4   4 
l a   ɩ` ѩ` ` ` ` ` 0` G` ^` o` ` ` ` Ī` ժ` ` `                                                                                                                                                                                                                            S  kdKH $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` ` ` ` ` +` >` Q` d` w` y` z`             s                                                                                                                                                                 kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` ` ` *` +` v` w` {` ` ` Ȭ` ^` ` 0` ` ` ` +` ` ` f` {` ,` ղ` Y` ` T` i` ` ` ` ` Ƕ` ` 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !z` {`                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {` ` ` ^` 0` ` ,` f` ` Я` -` K` }` ` ` ײ` ` l` m` t` ` `                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ` Q` ` ` ϶` ` .` M` l` ` ` `                                                                                                             f                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ` &` 2` E` Q` d` p` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 6` K` L` M` ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ` ` ` ` ` ` ` `             s                                                                                                                                                                                     kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` `                                        kd_H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` &` H` j` ` ` ` Ѹ` ` ` 7` L`                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  L` M` ^` ` ` |            s            s            s                                                                                                                                                                          	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M` ]` ^` ` ` ` ` ` Ź` ɹ` ͹` Թ` ` ٻ` ` ` .` Q` e` ` ` м` ` ` 3` ` ` ` ,` ` ` ` ` ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ` ` ` ` ` ` ` ٻ` ` R` ` Ѽ`  ` |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdmH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ` u` v` Ƚ` o` p` /` 0` ` ` ,` ` ` `  ` 7` o` ` ` Z` [` e` p` ` ` `                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  `  ` ` 6` J` n` ` ` ` ` ` Z` [` p` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ,` -` 1` :` ` ` ` ` ` ` õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (` `                                        kd'H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` ` -` /` 0`                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  0` 1`                                        kd{H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1` :` ` ` ` 
` (` B` y` ` ` `                                                                                                             f                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ` ` ` ` ` ` 
` ` 0` 2` 3`             s                                                                                                                                                                      kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
` ` ` ` ` ` ` ` ` ` ` 	` 
` /` 0` 4` =` ~` ` ` ` ` ` ` ` ` .` 8` 9` =` >` ?` Q` R` d` e` ` ` ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %3` 4`                                        kdCH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4` =` [` ` ` ` ` `                                                 f                                                                                                                       kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ` ` >` ?` R` e` x` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` \` ]` ^` n` o` p` q` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` &` '` (` 8` 9` :` ;` H` 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %` ` ` ` ]` ^` o` p`                                                 f                                                                                                                       kd_H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  p` q` ` ` ` ` ` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` '` (` 9` :`                                                 f                                                                                                                       kd'H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  :` ;` <` m` ` ` !` "` S` K` L` ` ` |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H` L` m` ` ` ` !` .` 2` S` ` L` ` ` ` ` ` ` 0` 1` D` V` W` u` v` ` ` ` ` ` ` =` ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ` ` 1` v` ` ` >` ` ` )` *` +` 5` @` s` }` `                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  =` Q` ` ` ` ` (` *` +` @` r` s` }` ` ` ` ` ` ` ` ` ` ` ` ` ` ` (` 1` 2` A` շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\` `                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` ` ` ` '`                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  '` (`                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               (` 1` ` ` ` ` &` R` ` ` ` `                                                                                                 f                                                   kdCH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  A` ` ` &` 9` I` R` Y` _` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 
` ` ` ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ` ` ` ` ` 	` 
` `                                                             R            I                                   	  $If   gd_ Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ` ` 4` 5` H` [` n` ` ` ` ` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
` $` .` /` 3` 4` 5` G` H` Z` [` ` ` ` ` ` ` ` ` ` ` 	` 
` %` U` ^` e` k` |` }` ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ` `                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ` ` ` .` _` |` ` ` ` ` 
` &` 8` ^` }` ~`                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  }` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 6` @` A` E` F` G` Y` Z` l` m` ` ` ` пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ~` ` ` ` ` ` |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd%H $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` `                                     R            I                                                                     	  $If   gd_ Q  kdlH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   ` ` F` G` Z` m` ` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ` ` ` 7` q` ` ` ` ` ` U` Y` Z` [`                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
` ` ` ` ` ` ` ` ` ` ` 
` ` ` `  ` T` U` X` Y` Z` [` \` l` m` p` ` ` ` ` زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 [` \` m` ` |            s            s                                                                                                                                                                                           	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` -` ` ` :` >` ` ` ` ` ` ` ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ` ` ` ` ` ` ` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                        kd{H $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ;` n` ` ` ` ` ` A` ` `                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
` )` 8` @` A` H` N` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ` ` ` ` |            s            s                                                                                                                                                                                           	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` ` )` ` ` ` L` ` ` ` |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
` ` ` )` ` ` ` #` L` ` `  ` ` &` ` ` d` e` q` u` ` ` 1` =` A` i` ;` i` u` y` ` W` X` ` ` ` ` ` ` ,` -` C` G` s` ` ` ` %` {` ` ` M` ` ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4` &` ` ` ` d` e` ` ` 0` 1` i` ;` h` i` ` X` ` ` ` z` {` ` ` ` ` ` ,` -` s`                                                                                                                                                                                                                                                                                                                                                                   gd_  s` ` ` %` {` ` ` M` ` ` ` }` ~` ` ` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ` ` ` |` }` ` ` ` ` ` ` ` ` ` ` `  ` \` ` ` !` q` ` ` ` /` 0` T` ` ` ` ` ` ` ` ` ` Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $` ` ` ` ` ` ` ` ` M            H            H            H            H            H            H            H                   gd_   kdCH $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ` ` ` ` `  ` ` `                                                 _            V            V                                                             	 $If   gd_    kdH $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ` ` ` `                                                                                                                                                                                                                                                          	 $If   gd_  o  kdH $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ` `  ` +` /` B` J` V`                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdSH $$If   l       0   T# T                 .                
t  0                                                              4 
l al  V` W` \` ` ` 2            )            )            )                      	 $If   gd_    kdH $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ` ` ` ` !` &` k`             [                                                                                                                                           kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  k` l` q` ` ` ` d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ` ` ` 0` 4` N` d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  N` O` T` ` ` ` d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdx I $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ` ` ` ` ` ` d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdAI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ` ` ` #` r` w` ` d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd
I $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ` ` ` ` n            e            e                                                                                                                                                               	 $If   gd_    kdI $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ` ` ` `                                                                                                                                                                                                                                                	 $If   gd_  t  kdI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` ` ` ` ` ` ` ` `                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdEI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` `                                             kdI $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ` ` ` ` ` ` ` `                                                             A                                  kd;I $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ` ` ` ` ` ` `  `                                                 A                                              kdI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ` ` ` ` ` ` `                                     A            <            7                  gd_    gd_    kdI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ` ` ` ` ` ` ` ` '` )`                                                                                                                                                                                                                                                   E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	` ` ` ` ` ` ` ` ` )` *` ,` -` ;` <` I` J` i` j` l` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` |` }` ` ` ` ` 춥x                          /j
I hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *)` *` +` ,` -` 5` ;`                                     a                                                                                                                             E  kd	I $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7	I $$If   l 0 
" R                                                           4 
l a   ;` <` E` I` J` ]` i`                                     a                                                                                                                             E  kdT
I $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd	I $$If   l 0 
" R                                                           4 
l a   i` j` k` l` m` ` `                                     a                                                                                                                             E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
I $$If   l 0 
" R                                                           4 
l a   ` ` ` ` ` ` `                                     a                                                                                                                             E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdqI $$If   l 0 
" R                                                           4 
l a   ` ` ` ` ` ` `                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd/I $$If   l 0 
" R                                                           4 
l a   ` ` ` ` ` ` l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdI $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ` ` ` ` ` ` ` ` ` ` ` l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdL
I $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
` ` ` ` ` ` ` ` ` ` ` ` ` ` :` ;` G` H` ` ` ` ` ` ` ` ` ` ` /` 0` o` q` r` ~` ` ` ` ` =` @` U` u` ` ` ` ` X` Y` k` ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jqI hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0` ` ` ` ;` H` ` ` ` `                                                                                                                                                                                                                                                       S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	` ` ` ` ` 0` p`                                     N                                                                                       S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdjI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p` q` r` ` ` N` 
` ` ` ` ` ` ` ~` ` J` ` ` `                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ` ` @` ` ` ` :` X` Y` l` ` ` ` ` $` ` ` ` ` ` `  a 	 a a a a a Sa                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  k` l` ` ` ` ` ` ` ` ` ` $` `  a 	 a a a a Sa ia ma za {a a a a a a a a 1a 2a =a >a ?a Ca Da a a a ۵۵۵ۭۜۋzrgrrr       jI h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Sa _a na za {a a a a                                     j                                                                                                                                           kd I $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  a a &a oa ta a a a .a a a s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdI $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
a /a a a Fa a a a a a a a a O
a P
a a a a a a  a a j
a a a 0a 1a                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  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 0a a a ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jI hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjkI h_ U !1a a a a a a a                                                 e                                                                                                                        F  kdI $$If   l   l '{6    4   4 
l a] p
        F  kd9I $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  a a a a a a a a a a  a @a Aa Wa Xa sa ta a a a a a a a a a a a a Aa Ba Ca Da Ea #a $a 0a a a a a a a a a a a a a 7a Va a ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3a a a a a a a                                                             5            v  kdI $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdI $$If   l   l '{6    4   4 
l a] p
         a a a a a a a a                                     t                                                                                                                                                             v  kd7I $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a  a 9a ;a @a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @a Aa Oa Qa Wa                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8I $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Wa Xa ka ma sa                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         sa ta a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9I $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:I $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a !a &a Aa                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Aa Ba Ca Da Ea #a $a 0a xa a a a a 'a [a                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd;I $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [a oa a a a a 6a Ta a a a a a 8a Wa a a a a a a a a a a a a 2a ea fa                                                                                                                                                                                                                                                                                                                                                                   gd_  a a a a a a a a a a La da a a a a a *a Va a a a 1a 2a <a Fa Ga ma na a a a пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  fa a a a a a a a a *a @a Va la a a a a a a 2a <a Fa                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Fa Ga                                     kdI $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ga na a a a a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	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 0a Oa Pa Qa Ra wa Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ a a                                     kd=I $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               a a )a *a >a ?a ca a a a a a a a                                                                                                                                     q                            kd I $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
a a a a a a a a a             q            l                                                                                                                                                       gd_    kdQ!I $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  a a                                     kd"I $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               a  a !a "a 6a 7a Qa ma na a a a a a a 	a a                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  a a 0a Pa z            q            q                                                                                                                                                                                       	  $If   gd_    kde#I $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Pa Qa Ra ya za {a |a }a z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd"$I $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       wa xa ya ~a a a a !a "a Aa Ba Da pa qa va a a a a  a   a , a ~ a  a  a  a  a  a  a  a  a !a `!a a!a !a ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "}a ~a                                     kd$I $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~a a a a a a a a a a a "a Ba                                                                                                             q                                                         kd6&I $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ba Ca Da qa ra sa ta ua z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd&I $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ua va                                     kd'I $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               va a a a ~ a  a  a  a  a                                                             q                                                                                                                             kd)I $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_   a  a  a  a  a a!a !a !a !a !a !a z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd)I $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
!a !a !a !a !a !a !a "a 	"a )"a *"a W"a l"a m"a "a "a @#a $$a &$a 6$a 7$a $a $a $a $a $a $a $a $a $a $a $a $a W%a g%a h%a ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #!a !a !a "a                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  "a 	"a                                        kd*I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	"a *"a W"a m"a o"a "a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "a "a                                        kd+I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "a "a B#a C#a #a #a #a #a %$a &$a 7$a $a $a                                                                                                 s                                                                        kd7-I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $a $a $a $a $a $a $a |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd-I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $a $a                                        kd.I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $a $a V%a W%a h%a %a                         s                                                                                                                                                                                   kd/I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h%a %a %a %a %a %a %a %a %a =)a >)a U)a )a )a *a 4*a *a *a +a 7+a +a +a @,a _,a ,a ,a -a .a }.a .a /a +/a /a /a &0a E0a $1a C1a 1a 1a 32a R2a 2a 2a 4a 4a о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -%a %a %a %a %a %a %a [&a \&a &a &a &a &a &a |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd0I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&a &a ('a ?'a W'a n'a 'a 'a 'a (a R(a S(a =)a >)a U)a j)a )a )a )a                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  )a )a )a )a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds1I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )a )a )a )a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )a )a )a )a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd12I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )a )a )a )a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )a )a )a *a #*a 3*a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3*a 4*a ?*a D*a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN3I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D*a E*a O*a T*a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T*a U*a `*a e*a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e*a f*a p*a u*a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk4I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u*a v*a w*a *a *a *a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *a *a *a *a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)5I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *a *a *a *a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *a *a *a *a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *a *a *a *a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF6I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *a *a *a +a &+a 6+a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6+a 7+a B+a G+a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G+a H+a R+a W+a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc7I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W+a X+a c+a h+a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h+a i+a s+a x+a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!8I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x+a y+a z+a +a +a +a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +a +a +a +a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +a +a +a +a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>9I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +a +a +a +a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +a +a +a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a @,a N,a ^,a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[:I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^,a _,a j,a o,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o,a p,a z,a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx;I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a ,a ,a ,a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6<I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a ,a ,a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,a ,a -a -a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS=I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -a -a -a -a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -a -a -a -a -a -a .a .a                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd>I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a #.a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp>I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #.a $.a ..a 3.a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3.a 4.a ?.a D.a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.?I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D.a E.a O.a T.a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T.a U.a V.a }.a .a .a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a .a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK@I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a .a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a .a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	AI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a .a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhAI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .a .a .a /a /a */a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   */a +/a 6/a ;/a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&BI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;/a </a F/a K/a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K/a L/a W/a \/a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \/a ]/a g/a l/a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCCI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l/a m/a n/a /a /a /a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdCI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /a /a /a /a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /a /a /a /a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`DI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /a /a /a /a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /a /a /a /a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /a /a  0a &0a 40a D0a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}EI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D0a E0a P0a U0a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U0a V0a `0a e0a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;FI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e0a f0a q0a v0a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v0a w0a 0a 0a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0a 0a 0a 0a 0a $1a 21a B1a                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdXGI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B1a C1a N1a S1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S1a T1a ^1a c1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c1a d1a o1a t1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduHI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t1a u1a 1a 1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 1a 1a 1a 1a 1a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3II $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 1a 1a 1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdII $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 1a 1a 1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdII $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 1a 1a 1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPJI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 1a  2a 2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a 32a A2a Q2a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q2a R2a ]2a b2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmKI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b2a c2a m2a r2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r2a s2a ~2a 2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+LI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a 2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a 2a 2a 2a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdLI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a 2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHMI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a 2a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2a 2a 2a  3a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    3a 3a 3a 3a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeNI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3a 3a 3a 63a V3a {3a 3a 3a 3a 3a 4a 4a 4a (4a 4a                                                                                                                                                                                        gd_  z  kdNI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4a 4a (4a C4a 4a 4a 4a 4a 4a 
5a <5a =5a G5a Q5a R5a 5a 5a 5a 5a 5a 5a 5a 5a 5a 7a 7a 7a 7a 7a Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  4a 4a 4a 4a 4a 4a 
5a =5a G5a Q5a                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Q5a R5a                                        kd#OI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R5a 5a 5a 5a 5a 5a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5a 5a                                        kdwPI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5a 5a 26a 36a S6a T6a 6a 7a 77a \7a l7a }7a 7a 7a 7a                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  7a 7a 7a 8a .8a G8a `8a 8a |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdQI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7a 7a 7a 7a 7a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a 8a p:a r:a :a :a 9;a :;a =;a N;a f;a ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jRI h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  8a 8a 8a 8a 8a 8a 8a |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd
SI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8a 8a                                        kdSI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8a 8a :9a ;9a 9a 9a 9a :a ):a C:a X:a p:a q:a                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  q:a r:a :a :;a |            s            s                                                                                                                                                                                           	  $If   gd_   kdUI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :;a ;;a <;a =;a f;a ;a ;a *<a <<a N<a O<a >=a ?=a |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdUI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f;a ;a ;a )<a *<a M<a N<a O<a m<a <a <a <a +=a ==a ?=a T=a =a =a =a =a =a =a =a =a >a >a >a !>a >a >a R@a S@a v@a x@a @a @a @a ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $?=a I=a T=a =a =a =a                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  =a =a                                        kdVI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =a =a =a >a >a >a >a                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  >a >a                                        kdWI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >a !>a f>a g>a v>a >a >a >a >?a ?a ?a ?a @a 0@a R@a S@a w@a                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  w@a x@a @a @a 0Aa Aa Aa Ba |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd4YI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @a @a @a @a @a @a @a @a @a 0Aa UAa Aa Aa Aa Aa Ba Ba Ba  Ba 6Ba ]Ba Ba Ba Ba Ba Ca ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jYI h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ba 
Ba Ba Ba 5Ba 6Ba Ba Ba Ba Ca Ca 
Ca |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdsZI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ca Ca Ca JCa KCa UCa _Ca `Ca Ca Ca Ca Ca Ca Ca Ca 7Da EDa Da Da Da Da Da Da Da Da Ea Ea Ea  Ea 2Ea DEa EEa PEa Ea ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !
Ca Ca KCa UCa _Ca                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  _Ca `Ca                                        kd-[I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `Ca Ca Ca Ca Ca Ca                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ca Ca                                        kd\I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ca Ca -Da .Da NDa ODa Da Da Da Da Da                                                                                                 Y                              kd]I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Da Ea Ea Ea  Ea PEa Ea 
Fa ?Ha @Ha Ja Ja             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd^I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ea Ea Ea Ea Ea Ea Ea Ea Ea 
Fa Ja Ja La !La ]Oa oOa =Sa PSa Sa Sa Sa Sa >Ta ?Ta ATa BTa Ta Ta Ua Ua Va NVa Wa $Wa Wa Wa Xa Ya qZa Za Za  [a [a [a )[a *[a ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jcI hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jI_I hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Ja La La !La gMa hMa (Na )Na \Oa ]Oa oOa Pa Pa <Sa =Sa RSa Sa ?Ta BTa Ta Ta Ua Ua Va Va )Va ;Va                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ;Va NVa OVa TVa \Va aVa             f                                                                                                                                                                      kd_I $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  aVa bVa gVa oVa {Va o            f            f            f                                                                                                                                                	  $If   gd_    kd`I $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at {Va |Va Va Va Va o            f            f            f                                                                                                                                                	  $If   gd_    kd`I $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Va Va Va Va Va o            f            f            f                                                                                                                                                	  $If   gd_    kd`I $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Va Va Va Va Va o            f            f            f                                                                                                                                                	  $If   gd_    kdhaI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Va Va Va Va Va o            f            f            f                                                                                                                                                	  $If   gd_    kdaI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Va Va Va Va Va o            f            f            f                                                                                                                                                	  $If   gd_    kdDbI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Va Va Va Va 
Wa o            f            f            f                                                                                                                                                	  $If   gd_    kdbI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
Wa Wa Wa 
Wa Wa Wa Ya Ya Za Za Z[a [[a [a o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd cI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *[a -[a .[a [a [a da da ga ga ma na pa pa qa qa qa qa qa qa ra ra sa =sa >sa Hsa Rsa Ssa _sa sa sa sa sa sa sa sa ua ua ua ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %[a [a <\a =\a \a \a ]a ]a ]a _a _a `a `a `a ba ba ca da da ea ea ga "ga /ga <ga Iga Zga                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Zga kga |ga ga ga ga ga ga ga ga ga ga /ia 0ia ia ia Oja Pja "ma #ma ma na <na na na na oa Goa woa                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  woa xoa oa pa pa pa pa qa qa qa ra ra  sa sa >sa Hsa Rsa                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Rsa Ssa                                        kd	dI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ssa sa sa sa sa sa                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  sa sa                                        kd]eI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sa sa  ta ta 3ta Zta ta ta ta ua ua 3ua ua ua                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
ua ua ua ua |            s            s                                                                                                                                                                                           	  $If   gd_   kdfI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ua ua ua ua ua ua ua ua va va va Nva Ova Yva cva dva pva va va va va va va va Nxa xa ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ua ua ua ua va va va va Ova Yva |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdkgI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Yva cva                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  cva dva                                        kd%hI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dva va va va va va va                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  va va                                        kdyiI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               va va wa wa 8wa cwa wa wa Mxa xa xa xa                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  xa xa xa xa xa xa xa xa xa xa xa 0ya 1ya ;ya Eya Fya Rya sya tya ya ya ya ya ya 2{a ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    xa xa xa xa |            s            s                                                                                                                                                                                           	  $If   gd_   kdjI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xa xa xa xa xa 1ya ;ya Eya |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdkI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Eya Fya                                        kdAlI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fya tya ya ya ya ya ya ya                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ya ya                                        kdmI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ya ya ya ya za Gza za za 1{a {a {a {a                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  2{a {a {a {a {a {a {a {a {a {a {a {a {a {a {a {a |a A|a B|a L|a V|a W|a c|a |a |a |a |a ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    {a {a {a {a |            s            s                                                                                                                                                                                           	  $If   gd_   kdnI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {a {a {a {a {a |a |a B|a L|a V|a |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdoI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V|a W|a                                        kd]pI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W|a |a |a |a |a |a |a |a                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  |a |a |a |a /~a 1~a A~a B~a H~a O~a P~a Q~a R~a g~a ~a ~a ~a ~a ~a ~a ~a ~a ~a a a a îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  |a |a                                        kdqI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |a |a |a }a .}a \}a }a }a }a /~a 0~a 1~a                                                                                                                         f                           kdsI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1~a B~a P~a Q~a R~a \~a g~a ~a ~a ~a                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdsI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~a ~a                                        kdytI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~a ~a a a 	a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  a 	a 
a a a a a a a a a a Àa Āa a a a a 0a ba ca ma wa xa a a п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  a 
a                                        kduI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
a a Ua aa a a a a "a Ya a a                                                                                                                         f                           kd!wI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  a a a Àa Āa a a %a 0a ca                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdwI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ca ma wa                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  wa xa                                        kdxI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xa a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  a a a a a Ɓa ǂa Ȃa ɂa a  a a a a Da Ea Fa Ga Ha Ia Ua Ya ya _a ra ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 a a                                        kdyI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a Ɓa Ȃa ɂa ڂa a Oa  a a a Da                                                                                     s                                                                                              kd={I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Da Ea Fa Ga Ha Ia ya *a +a _a a ؆a a Wa |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd{I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ra a a ׆a a a #a Va ja a a a a a Ca Da Na Xa Ya qa {a |a }a a a a a a a a a a a a õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Wa a a a a a Da Na Xa                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Xa Ya                                        kd|I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ya a a a ǈa ڈa a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  a a                                        kd~I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a {a a a a a Ήa a a 
a                                                             f                                    [            [                     
  $If   gd_ K$  kdYI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
a {a a a a ͉a Ήa щa a a a a a a 	a a  a !a 0a 2a 3a 4a La Va Wa Xa Za [a \a ~a a ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
a a !a 1a 2a 3a                                     R            I                                                                     	  $If   gd_ Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   3a 4a \a a a a a ˊa ̊a ͊a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a ʊa ˊa Ίa ׊a a Ua Va Wa Xa ha ia a a a a a a a Ћa ҋa ؋a ًa ڋa ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ͊a Ίa                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ίa ׊a a (a Va Wa Xa ia a a a                                                             f                                    [            [                     
  $If   gd_ K$  kd;I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
a a a ыa ҋa Ӌa ԋa                                     R                                                                                              Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   ԋa Ջa ֋a ׋a ؋a ًa                                     R            I                                                                     	  $If   gd_ Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   ًa ڋa a #a $a Ia \a oa pa qa |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ڋa a a a a  a a a #a $a na oa ra {a la ma  a 9a Sa Ta Ua Va fa ga ha Ԏa ݎa a $a *a ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ qa ra                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ra {a a Za ma Sa Ta Ua Va ga $a                                                                                     Y                                          kd7I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
$a +a 4a 5a =a Ra ga ya a a a ׏a a a a #a 5a Oa                                                                                                                                                                                                                      	  $If   gd_  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ *a +a 3a 5a a a a a Ȑa Ґa Ӑa Ԑa ֐a אa ؐa a a Ba Ca Fa Oa [a a Da [a \a ]a ^a ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Oa ia ya a a a a                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a a ؐa a a 0a Ca Da Ea |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ea Fa                                        kdϊI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fa Oa a a \a ]a ^a oa a a ɒa                                                             f                                    [            [                     
  $If   gd_ K$  kd#I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
^a na oa a a a a a Ȓa ʒa Aa Ca Da Ea ]a ga ha ia ka la ma za a a Дa єa Ԕa ݔa ca a ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ɒa ʒa Ғa a a a (a Ba Ra la a a a a ʓa a a a                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd݌I $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   a (a Ba Ca Da                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdoI $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Da Ea ma a a a a єa Ҕa Ӕa |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ӕa Ԕa                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԕa ݔa ca a Ǖa a a a a a a a                                                                                                 f                                                   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  a a a a a a a a a a .a 8a 9a :a <a =a >a Va Wa a a a a þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ a a >a Wa |a a a a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdɐI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a ka a ֘a a a a a a љa                                                                                                 Y                              kdגI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
a ja la ՘a ֘a a a a a a Йa љa #a $a %a =a Ga Ha Ia Ka La Ma Na a a a νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  љa $a %a Ma Na sa a a a a a a             s                                                                                                                                                                 kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a                                        kdKI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a ˚a a Ǜa a Ta a a a a Ya                                                                                     Y                                          kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
a ˚a a Ta a a a a a a Ya Za `a aa ia ka a a a a a a Ia Ja Ka ca ma na oa qa ra sa ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Ya Za aa ja ka sa a a a ɝa a a 
a 'a /a Da Ya                                                                                                                                                                                                         	  $If   gd_  S  kdYI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ya ka a a a ɞa a a a                                                                                                                                                                                                                                                 	  $If   gd_  S  kdI $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a a a Ja |            s            s                                                                                                                                                                                           	  $If   gd_   kd}I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ja Ka sa ta a a a a ӟa ԟa ՟a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd7I $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
sa ta a a ҟa ӟa ֟a ߟa a a a a a a a a a a Ka a a a a a a a a ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ՟a ֟a                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֟a ߟa a a 4a Ha ۡa a a a a                                                                                                 f                                                        kdSI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
a a a a a a a a ģa ٣a a a a 0a Ja                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd
I $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Ja da ua a a a a ֤a a a a -a Ga aa ra a a                                                                                                                                                                                                                            S  kdI $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a a a a a ˥a ޥa a a a a a             s                                                                                                                                                                 kd1I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  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 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ a a                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a #a a >a a a %a xa a Ca a Ha a a a a 4a Ka {a a ۫a a 3a _a a                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  a a a a «a ګa ca va za a a a a a a a a a a Ia Ka La Ma ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   a a a a a a |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd?I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a a ,a Aa Sa ma a a a ̭a ݭa a a "a *a ?a                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdI $If   K$L$l 0                     x                
t                                4   4 
l a   ?a Ta ia {a a a a ڮa a a a 0a Ja Ka La                                                                                                                                                                                                                   	  $If   gd_  S  kdI $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  La Ma ua va a a a ¯a կa ֯a ׯa |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdI $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ma ea oa pa ta ua va a a ԯa կa دa a a ˰a a a a _a ta Pa ea ̳a a a a a a a a ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ׯa دa                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               دa a a a a wa a a ha a a a a a  a Ea \a {a a ۵a ܵa                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  a a a a `a sa a a a a a ҵa ڵa ۵a ܵa ݵa a a 2a 8a 9a Aa Ca a a a a a a a a ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ܵa ݵa a 2a 9a Ba |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ba Ca Ka ]a oa a a a a ضa a  a a (a >a Oa fa ga                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdI $If   K$L$l 0                                     
t                                4   4 
l a   ga oa a a a a ηa a a 
a $a ;a La ba sa a a                                                                                                                                                                                                                            S  kdI $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a a a a a ɸa ܸa a a a a a             s                                                                                                                                                                 kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a a ȸa ɸa a a a "a 4a fa a .a λa /a Ka a ɼa a a a a ʿa sa a a a a a 3a Fa Ra ea a 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !a a                                        kdѤI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a "a 4a a λa La ʼa a Oa na ˽a a a a Va ua a 
a a a a a                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  a a /a Na ma a a a 
a )a *a ;a                                                                                                             f                                       kd%I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  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 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ;a a a a a a a a             s                                                                                                                                                                                     kdߦI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a a a a *a La Ma oa a a a a                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  a a a /a Ta |            s            s            s                                                                                                                                                                          	  $If   gd_   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a Sa Ta Ua Va Wa ca ga ka ra a wa a a a a a 'a ;a na a a a a a a a %a (a \a oa ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Ta Ua Va Wa a Aa Ca wa a a (a oa a |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a fa 
a a a a a a a 'a (a \a a a 
a Ta a a a a a Aa Ka Ua                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  oa a a a a a  a Sa ga a a a a a @a Aa Ka Ua Va na xa ya }a ~a a a a a a a a a a a a  a Da Ea Fa Va Wa õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Ua Va                                        kdaI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Va ~a a a a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  a a                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a  a Ca za a a a a Ea Fa Wa                                                                                                             f                                       kd	I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Wa Xa Ya a a a a a a a a             s                                                                                                                                                                      kdíI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Wa Xa Ya qa {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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %a a                                        kd}I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a a a a a a a                                                 f                                                                                                                       kdѯI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a a a a a a a )a +a ,a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	,a -a                                        kdEI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )a -a 6a wa xa a a a a 
a a a 'a 1a 2a 6a 7a 8a Ja Ka ]a ^a a a a a a a 7a 8a a a a a a a a a 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %-a 6a Ta xa a a 
a a                                                 f                                                                                                                       kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a a 7a 8a Ka ^a qa a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdSI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kd
I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a a 8a a a a a                                                 f                                                                                                                       kdaI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a a a a a a a a a a a a `a |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a a a a a a a a Ka a a 1a `a sa a a a a a a a a a 'a Ua ha a a a a ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  `a a a a Ua a a #a ra a a a a a a a %a                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  a a "a 6a qa a a a a a a a a %a &a >a Ha Ia Ma Na Oa Wa ta a a a a a a a a շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\%a &a                                        kdնI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               &a Na Oa ta a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  a a                                        kd)I $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a a >a oa a a a a 2a 3a Da qa                                                                                                 f                                                   kd}I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  a >a a a a a a a a 1a 2a 3a Ca Da Ga \a ea oa qa wa xa a a a a a a a a ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ qa xa a a a a a a                                                             R            I                                   	  $If   gd_ Q  kdĺI $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd7I $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ a a a a a a a a !a "a 8a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdQI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
a a a a a a a a a a a a a 9a Ba Ca Ra a ~a a a a a a a a a 	a a a ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 8a 9a                                        kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9a Ba a a a a 3a Fa ~a a a a a a a a                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  a a a -a .a 1a 7a ba ha ia pa ra {a a a a a a a a a a a a a a a a 
a a 0a 1a 5a пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  a a .a ba ia qa |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qa ra a a a a                                     R            I                                                                     	  $If   gd_ Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   a a a a a a a 1a 3a 4a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4a 5a                                        kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               5a >a a a a !a \a ga a a a a a a                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
5a >a ?a Na a \a fa ga a a a a a a a a a a a a a a a 
a a a #a ,a 6a 7a زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 a a a 8a |            s            s                                                                                                                                                                                           	  $If   gd_   kdAI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7a 8a 9a Qa [a \a `a aa ba ta ua a a a a a a a a )a *a a a a a a a a a ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    8a 9a aa ba ua a a a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a a *a ga a a =a Oa a a a a !a "a                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
a a a a a a a  a !a "a #a 3a 4a 7a La Ua _a `a aa ba ca da a 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  "a #a 4a aa |            s            s                                                                                                                                                                                           	  $If   gd_   kd	I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aa ba ca da a a a ~a a a a Va a a |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
a a a a ~a a a a a Va a a a a Aa a a a a a <a a a a a a a a a a Da a a 0a 1a =a Aa da a a a a a a [a a a a a Va a a Ca ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4a a Aa a a a a <a a a a a a a a Da a 0a 1a da a a Na ca a a a a a a                                                                                                                                                                                                                                                                                                                                                                   gd_  a [a a a a Va a a Ca a a a a 'a 3a Ba Na aa ea                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Ca a a a a 'a =a Aa aa da ea la ma a a a a a 1a a a a Ea Fa a a a a )a *a \a a a a a a ja Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $ea fa ga ha ia ja ka la ma M            H            H            H            H            H            H            H                   gd_   kd}I $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ma a a a a a a a                                                 _            V            V                                                             	 $If   gd_    kdI $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  a a a a                                                                                                                                                                                                                                                          	 $If   gd_  o  kdI $$If   l       0   T# T                 .                
t  0                                                              4 
l al  a a a a a a a a                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdI $$If   l       0   T# T                 .                
t  0                                                              4 
l al  a a a 1a 6a 2            )            )            )                      	 $If   gd_    kd*I $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     6a a a a a a 	a             [                                                                                                                                           kdWI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  	a 
a a Fa Ja a d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd I $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  a a a a a a d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  a a a *a /a Va d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Va Wa \a a a a d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{I $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  a a a a a a !a d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdDI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !a "a %a /a n            e            e                                                                                                                                                               	 $If   gd_    kd
I $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           /a 0a 3a <a                                                                                                                                                                                                                                                	 $If   gd_  t  kdI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  <a =a >a Oa Ta \a ca ja va                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  va wa                                             kdI $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          wa a a a a a a a                                                             A                                  kduI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  a a a a a a a a                                                 A                                              kdTI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  a a a a a a a                                     A            <            7                  gd_    gd_    kd3I $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  a ka la a a a a a a a                                                                                                                                                                                                                                                   E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ja ka la ra sa a a a a a a a a a a a a a a 
a a 7a 8a Pa Qa ha ia ja na oa a a a a a a ua a a &a 'a 7a 8a 춥x                          /jDI hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *a a a a a a a                                     a                                                                                                                             E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdqI $$If   l 0 
" R                                                           4 
l a   a a a a a a a                                     a                                                                                                                             E  kdI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/I $$If   l 0 
" R                                                           4 
l a   a a 	a 
a a a 7a                                     a                                                                                                                             E  kdLI $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdI $$If   l 0 
" R                                                           4 
l a   7a 8a Ca Pa Qa [a ha                                     a                                                                                                                             E  kd
I $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdI $$If   l 0 
" R                                                           4 
l a   ha ia ja ka la ma na                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdiI $$If   l 0 
" R                                                           4 
l a   na oa |a }a a a l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdI $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   a a a a a ta ua ga ha ?a @a l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdI $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
8a <a =a 2a 3a >a ?a Oa Pa Ta Ua Wa a a a a a a - b / b : b ; b  b  b  b  b  b  b  b  b 
b b b b b b b b b b b b 8b Ab b b b b 		b ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jI hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0@a Wa `a a a a . b / b ; b  b                                                                                                                                                                                                                                                       S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	 b  b  b  b  b  b b                                     N                                                                                       S  kd6I $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   b b b b Ub b b b b b b b b b wb b Nb b b                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdI $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   b b b 9b b b b b b 
	b p
b q
b 
b b b +b Mb fb b b b 
b 
b Fb Gb b b b                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  		b 
	b 	b 	b 	b 	b o
b q
b 
b b b b 
b 
b 
b Eb Gb fb b b b b b ib jb b b b b b b b b b b b b b  b +b ۵۵۵ۭۜۋzrgrrr       j>I h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'b b b b b jb b b                                     j                                                                                                                                           kdZI $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  b b b 
b b Qb b b b 6b sb s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdI $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
sb b b b b 4b 5b b b %b &b ~b b b b b b rb sb b b Nb b Ob Pb b b                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  +b ,b -b 1b 2b 5b b b $b }b ?b b Mb Nb Yb Zb jb kb ob pb qb rb sb |b b b b (b 1b Qb Ob b 9b :b ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jI hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjI h_ U !b :b >b ?b Ub Vb jb                                                 e                                                                                                                        F  kdI $$If   l   l '{6    4   4 
l a] p
        F  kdsI $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  :b ?b lb b b b b b b b b b b b b b b .b /b Kb Lb mb nb b b b b b b b b b b b !b !b !b /"b d"b }"b "b "b "b F#b X#b +$b C$b x$b $b $b $b *%b ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3jb kb lb ub b b b                                                             5            v  kdI $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdYI $$If   l   l '{6    4   4 
l a] p
         b b b b b b b b                                     t                                                                                                                                                             v  kdqI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdrI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b 	b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b 'b )b .b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         .b /b Db Fb Kb                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdsI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Kb Lb fb hb mb                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mb nb }b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdtI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b b b b b !b !b !b "b 0"b d"b ~"b "b "b "b                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kduI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "b 
#b A#b Y#b #b #b #b #b &$b D$b x$b $b $b $b $b )%b *%b +%b ,%b N%b W&b X&b n&b &b &b &b &b &b 'b 'b                                                                                                                                                                                                                                                                                                                                                                   gd_  *%b ,%b 6%b L%b M%b N%b n&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 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  'b "'b 0'b C'b D'b b'b 'b 'b 'b 'b 'b 'b 
(b  (b !(b (b (b (b (b (b (b (b                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  (b (b                                     kd I $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               (b )b ))b *)b @)b V)b l)b )b )b )b                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	=)b @)b U)b V)b k)b l)b )b )b )b )b 4*b 6*b F*b G*b f*b g*b h*b i*b *b *b *b *b +b +b +b +b +b +b +b +b ,b Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ )b )b                                     kdwI $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               )b )b )b )b )b )b *b *b *b 3*b 4*b 5*b 6*b G*b                                                                                                                                     q                            kdI $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
G*b g*b h*b i*b *b *b *b *b *b             q            l                                                                                                                                                       gd_    kdI $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  *b *b                                     kdHI $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               *b *b *b *b *b *b *b +b +b +b I+b b+b w+b +b +b +b +b                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  +b +b +b +b z            q            q                                                                                                                                                                                       	  $If   gd_    kdI $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       +b +b +b ,b ,b ,b ,b ,b z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd\I $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ,b ,b ,b ,b %,b ,b ,b ,b ,b ,b ,b ,b -b -b -b -b k-b w-b -b -b -b -b .b .b ..b /.b N.b O.b R.b \.b r.b .b .b .b 2/b ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  ",b ,b                                     kdI $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ,b %,b D,b E,b Y,b Z,b |,b ,b ,b ,b ,b ,b ,b                                                                                                             q                                                         kdpI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ,b ,b ,b -b -b -b -b -b z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd-I $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       -b -b                                     kdI $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               -b -b f-b g-b .b .b .b /.b O.b                                                             q                                                                                                                             kdAI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  O.b P.b Q.b R.b r.b .b 3/b I/b J/b T/b _/b z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdI $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
2/b 3/b J/b _/b /b /b /b /b /b /b /b /b 
0b 0b ?0b H0b 0b 1b 1b 1b 1b &2b 92b h2b i2b j2b 2b 2b 2b 2b 2b 2b 2b 2b 3b 3b ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #_/b /b /b /b                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  /b /b                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /b /b /b 0b 
0b >0b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  >0b ?0b                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?0b H0b 0b 0b 1b 1b -1b ~1b 1b 1b 1b &2b i2b                                                                                                 s                                                                        kdqI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i2b j2b 2b 2b 2b 2b 2b |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd+I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2b 2b                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2b 2b 2b 2b 3b '3b                         s                                                                                                                                                                                   kd9I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3b &3b '3b (3b )3b *3b ,3b N3b Y3b 6b 6b 6b 37b R7b 7b 7b 28b Q8b 8b 8b @9b _9b 9b 9b Y:b x:b ;b ;b <b :<b <b <b <=b [=b =b =b >b >b C?b b?b ?b ?b N@b m@b Ab Ab о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -'3b (3b )3b *3b +3b ,3b Y3b 3b 3b ;4b F4b P4b [4b e4b |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e4b f4b 4b 4b 4b 5b 95b :5b u5b 5b 5b 5b 6b 6b 6b 7b 37b A7b Q7b                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Q7b R7b ]7b b7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b7b c7b m7b r7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r7b s7b ~7b 7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7b 7b 7b 7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7b 7b 7b 7b 7b 7b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7b 7b 7b 7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7b 7b 7b 7b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7b 7b 7b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 28b @8b P8b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P8b Q8b \8b a8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a8b b8b l8b q8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q8b r8b }8b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 8b 8b 8b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 8b 8b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8b 8b 9b 9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b 9b 9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b 9b @9b N9b ^9b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^9b _9b j9b o9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o9b p9b z9b 9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b 9b 9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b 9b 9b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b 9b 9b 9b 9b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9b 9b :b 
:b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
:b :b :b :b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :b :b ):b .:b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .:b /:b 9:b >:b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >:b ?:b @:b Y:b g:b w:b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w:b x:b :b :b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :b :b :b :b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :b :b :b :b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :b :b :b :b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :b :b :b ';b p;b ;b ;b ;b                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdK	J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;b ;b ;b ;b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;b ;b ;b ;b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;b ;b ;b ;b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;b ;b ;b ;b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;b ;b ;b <b )<b 9<b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9<b :<b E<b J<b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J<b K<b U<b Z<b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z<b [<b f<b k<b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k<b l<b v<b {<b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {<b |<b }<b <b <b <b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <b <b <b <b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <b <b <b <b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <b <b <b <b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <b <b =b 
=b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
=b =b =b <=b J=b Z=b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z=b [=b f=b k=b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k=b l=b v=b {=b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {=b |=b =b =b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =b =b =b =b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =b =b =b =b =b =b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =b =b =b =b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =b =b =b >b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >b >b >b >b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >b >b >b $>b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $>b %>b &>b >b >b >b >b >b                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >b >b >b >b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >b >b >b ?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b 
?b ?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b ?b "?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "?b #?b $?b C?b Q?b a?b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a?b b?b m?b r?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r?b s?b }?b ?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b ?b ?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b ?b ?b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b ?b ?b ?b ?b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?b ?b ?b  @b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    @b @b @b @b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @b @b @b !@b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !@b "@b ,@b 1@b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1@b 2@b 3@b N@b \@b l@b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l@b m@b x@b }@b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }@b ~@b @b @b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @b @b @b @b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @b @b @b @b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @b @b @b @b @b Ab <Ab =Ab Ab Ab Ab Ab Ab Ab KBb                                                                                                                                                                                        gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ab Ab Ab Ab LBb Bb Bb Bb Bb Bb Bb Bb Bb Bb Bb "Cb #Cb 4Cb FCb GCb XCb YCb sCb |Cb OEb QEb aEb bEb rEb Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  KBb LBb Bb Bb Bb Bb Bb Bb Bb Bb                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Bb Bb                                        kd]J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bb #Cb GCb YCb [Cb rCb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  rCb sCb                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sCb |Cb Cb Cb Cb Cb @Db Db Db Db 
Eb Eb +Eb ,Eb PEb                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  PEb QEb bEb Eb Eb Eb Eb -Fb |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       rEb sEb Eb Eb Eb Eb Eb Eb ,Fb -Fb .Fb SFb TFb Fb Fb Fb Fb Hb Hb  Hb !Hb Hb Hb Hb Hb Ib ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jJ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  -Fb .Fb TFb Fb Fb Fb Fb |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdDJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Fb Fb                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fb Fb Fb Fb (Gb Gb Gb Gb Gb Gb Gb Hb Hb                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Hb Hb !Hb Hb |            s            s                                                                                                                                                                                           	  $If   gd_   kdR J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Hb Hb Hb Hb Ib Ib Ib Ib Ib Ib Ib Jb Jb |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd!J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ib Ib Ib Ib Ib Ib Ib Ib Jb QJb fJb Jb Jb Jb Jb Jb $Kb %Kb /Kb 9Kb :Kb _Kb `Kb Kb Kb Kb Kb Kb uLb xLb Mb Mb Nb Nb &Nb 'Nb 7Nb ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Jb Jb Jb %Kb /Kb 9Kb                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  9Kb :Kb                                        kd!J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :Kb `Kb Kb Kb Kb Kb Kb                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Kb Kb                                        kd#J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kb Kb Lb Lb Lb %Lb ]Lb ^Lb Lb JMb jMb Mb Mb Mb Mb Mb Nb                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Nb Nb 'Nb xNb Nb )Ob gOb Ob |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdn$J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7Nb 8Nb RNb SNb TNb gNb hNb wNb Nb Nb Nb (Ob EOb fOb Ob Ob Ob Ob Ob Ob Ob ZPb Pb Pb Pb Pb ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j(%J h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ob Ob Ob Ob Ob Ob YPb ZPb Pb Pb Pb Pb |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd%J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Pb Pb Pb Pb Pb Pb Pb Pb #Qb $Qb LQb ]Qb ^Qb aQb jQb Qb Qb  Rb <Rb TRb URb ]Rb _Rb oRb pRb Rb Rb Rb Rb Rb Rb Rb Rb "Sb ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Pb Pb Pb Pb Pb                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Pb Pb                                        kdg&J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pb $Qb LQb ^Qb _Qb `Qb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  `Qb aQb                                        kd'J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aQb jQb Qb Qb Qb Qb <Rb =Rb ^Rb _Rb pRb                                                                                                 Y                              kd)J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
pRb Rb Rb Rb Rb Rb Sb Sb Ub Ub uXb Xb             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd)J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "Sb #Sb .Sb /Sb ?Sb @Sb DSb ESb Sb Sb uXb Xb Yb Yb \b 
]b `b `b $ab &ab ;ab =ab ab ab ab ab Jbb Lbb 1cb Fcb cb cb db db Peb Teb fb fb hb 6hb hb hb hb hb hb hb ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j.J hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j*J hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Xb Yb Yb Yb [b [b [b [b \b \b 
]b s^b t^b `b `b `b =ab ab ab Kbb Lbb 1cb Fcb cb cb cb cb                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  cb cb cb cb cb cb             f                                                                                                                                                                      kd*J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  cb  db db 
db db o            f            f            f                                                                                                                                                	  $If   gd_    kdX+J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at db db db &db +db o            f            f            f                                                                                                                                                	  $If   gd_    kd+J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at +db ,db 1db 8db Ddb o            f            f            f                                                                                                                                                	  $If   gd_    kd4,J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ddb Edb Mdb Udb Zdb o            f            f            f                                                                                                                                                	  $If   gd_    kd,J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Zdb [db cdb kdb wdb o            f            f            f                                                                                                                                                	  $If   gd_    kd-J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at wdb xdb db db db o            f            f            f                                                                                                                                                	  $If   gd_    kd~-J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at db db db db db o            f            f            f                                                                                                                                                	  $If   gd_    kd-J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at db db db db Leb Meb fb fb :hb ;hb hb hb Rib o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdZ.J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at hb hb hb Rib ^ib Arb Krb ub ub {b {b ~b F~b Vb bb cb ob sb b b b b ۀb ܀b b b b b b b Pb Qb Rb Vb _b +b -b =b ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Rib ^ib ib ib jb jb (kb )kb {kb <mb =mb Enb Fnb nb !pb "pb pb Arb Krb sb sb tb tb tb tb tb tb                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  tb 	ub ub +ub <ub =ub Pub cub zub ub ub ub vb vb kwb lwb wb wb zb zb {b {b {b *|b +|b |b |b |b }b                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  }b }b _}b }b ~b ~b F~b Vb cb b b b b b ܀b b b                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  b b                                        kdC/J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b Qb Rb Tb Ub                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ub Vb                                        kd0J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vb _b b b сb b 6b ^b ib b b тb +b ,b                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
,b -b >b ub |            s            s                                                                                                                                                                                           	  $If   gd_   kd1J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =b >b tb ub vb xb b b b b b b b b b b b /b 0b Ub Vb Wb [b db b Tb ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ub vb wb xb b b b b b b |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd2J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  b b                                        kd_3J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b 0b Ub Vb Wb Yb Zb                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Zb [b                                        kd4J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [b db b b քb b Ab eb b Tb db eb                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Tb db fb vb wb }b b b b b b Άb φb نb b b b b b 9b :b ;b ?b Hb Јb ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    eb fb wb b |            s            s                                                                                                                                                                                           	  $If   gd_   kd6J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b b φb نb b |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd6J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b                                        kd{7J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b 8b 9b :b ;b =b >b                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  >b ?b                                        kd8J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?b Hb b b b b %b Ib ψb 8b Hb Ib                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Јb 8b Hb Jb Zb [b ab hb ib jb kb lb xb |b b b b ߉b b b b b b "b #b Kb Lb ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Ib Jb [b ib |            s            s                                                                                                                                                                                           	  $If   gd_   kd#:J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ib jb kb lb b b b b b b |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd:J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b b                                        kd;J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b #b Jb Kb Lb Mb Ob Pb                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Lb Mb Qb Zb ͋b ϋb ߋb b b b b b b b 7b 8b Bb Lb Mb Yb zb {b b b b b îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Pb Qb                                        kd<J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qb Zb b b ̊b b 9b Yb b ͋b ΋b ϋb                                                                                                                         f                           kd?>J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ϋb b b b b b b 8b Bb Lb                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd>J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Lb Mb                                        kd?J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mb {b b b b b b                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  b b b b ?b @b Ab Qb Rb Xb _b `b ab bb b b b b Ύb  b b b b b "b >b п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  b b                                        kdAJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b b &b Tb tb b b b @b Ab                                                                                                                         f                           kd[BJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Ab Rb `b ab bb b b Îb Ύb b                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdCJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	b b b                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  b b                                        kdCJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b ?b @b Ab Cb Zb                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  >b ?b @b Ab [b db eb fb gb b b b b b b b b b b b b b b b b ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Zb [b                                        kd#EJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [b db fb gb xb b b b b b b                                                                                     s                                                                                              kdwFJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
b b b b b b b ȓb ɓb b ?b vb b b |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd1GJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b ?b Rb ub b b b b b Cb Wb b b b b b b b b b b b b b b >b ?b Qb Rb b b b b b õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !b Db b b b b b b b                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  b b                                        kdGJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b ?b Rb eb xb b b b                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  b b                                        kd?IJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b ,b Yb Zb [b lb b b b                                                             f                                    [            [                     
  $If   gd_ K$  kdJJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
b b Yb Zb [b kb lb ob b b b b b b b b b b Ηb Зb їb җb b b b b b b b b b ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ b b b ϗb Зb їb                                     R            I                                                                     	  $If   gd_ Q  kdKJ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdMKJ $If   K$L$l 0                                     
t                              4   4 
l a   їb җb b b 0b Cb Vb ib jb kb |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdgLJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b hb ib lb ub b b b b b b b 8b >b ?b Gb Ib ^b _b nb pb vb wb xb ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J kb lb                                        kd!MJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lb ub b Ƙb b b b b 8b ?b Hb                                                             f                                    [            [                     
  $If   gd_ K$  kduNJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Hb Ib _b ob pb qb rb                                     R                                                                                              Q  kdOJ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/OJ $If   K$L$l 0                                     
t                              4   4 
l a   rb sb tb ub vb wb                                     R            I                                                                     	  $If   gd_ Q  kdPJ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdIPJ $If   K$L$l 0                                     
t                              4   4 
l a   wb xb b b b b b 
b b b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdcQJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	xb b b b b b b b b b b 
b b b 
b b b כb b b b b b b b rb {b b b Ȝb ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ b b                                        kdRJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b Vb b b b b b b b b                                                                                     Y                                          kdqSJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
b ɜb Ҝb Ӝb ۜb b b b 1b Kb [b ub b b b b ӝb b                                                                                                                                                                                                                      	  $If   gd_  S  kd+TJ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Ȝb ɜb ќb Ӝb Kb Lb Mb Nb fb pb qb rb tb ub vb b b b b b b b Xb b b b b b ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  b b b 1b Kb Lb Mb                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdTJ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Mb Nb vb b b Ξb b b b |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdOUJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b                                        kd	VJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b Xb b b b b 
b Wb ^b gb                                                             f                                    [            [                     
  $If   gd_ K$  kd]WJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
b b 
b +b 3b Wb ]b ^b fb hb ߡb b b b b b b b 	b 
b b b "b #b nb ob rb {b b b ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 gb hb pb b b b Ơb b b 
b $b ,b Ab Vb hb b b b                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdXJ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   b ơb b b b                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdXJ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b b b #b 6b Ib \b ob pb qb |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;YJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	qb rb                                        kdYJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rb {b b b eb b Lb Mb Nb Ob `b b                                                                                                 f                                                   kdI[J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  b Jb Mb Nb Ob _b `b b b b ̤b ֤b פb ؤb ڤb ۤb ܤb b b Rb Sb Vb _b þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ b b ܤb b b -b @b Sb Tb Ub |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ub Vb                                        kd\J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vb _b 	b 1b tb b [b \b ]b ^b ob                                                                                                 Y                              kd^J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
_b b 
b sb tb b [b \b ]b ^b nb ob b §b çb ۧb b b b b b b b \b ]b `b νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ob §b çb b b b $b 7b Jb ]b ^b _b             s                                                                                                                                                                 kd^J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  _b `b                                        kd_J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `b ib >b eb b b b b b b b                                                                                     Y                                          kd`J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
`b ib =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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 b b b b 	b b &b ;b Mb gb b b b ūb ͫb b b                                                                                                                                                                                                         	  $If   gd_  S  kdaJ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b 	b #b =b Mb gb b b b                                                                                                                                                                                                                                                 	  $If   gd_  S  kd%bJ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b b b b |            s            s                                                                                                                                                                                           	  $If   gd_   kdbJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b %b 8b Kb ^b qb rb sb |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdqcJ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
b b $b %b pb qb tb }b 6b &b 'b (b 8b 9b Eb Jb _b b b b b %b &b .b 0b )b +b ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  sb tb                                        kd9dJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tb }b 6b b Үb b yb &b 'b (b 9b                                                                                                 f                                                        kdeJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
9b b b &b /b 0b 8b Mb bb wb b b b αb b                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdGfJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  b b b -b 5b Jb _b tb b b b ˲b b b b *b +b                                                                                                                                                                                                                            S  kdfJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +b ,b -b Ub Vb ib |b b b b b b             s                                                                                                                                                                 kdkgJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  +b ,b -b Eb Ob Pb Qb Sb Tb Ub Vb hb ib b b b b b b b ۴b ܴb b b ub b ;b <b %b :b <b =b Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ b b                                        kd%hJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b ܴb =b b õb b b b <b b <b =b Db b Ҹb b b Eb yb b ѹb b 1b                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  =b Db Ib \b `b xb b b b 0b 1b 2b Bb Cb b b b b b b b b b ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   1b 2b Cb b b b |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdyiJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b ʺb ߺb b b %b 6b Pb jb {b b b b Ȼb ݻb                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd3jJ $If   K$L$l 0                     x                
t                                4   4 
l a   ݻb b b b 3b Mb ^b xb b b b μb b b b                                                                                                                                                                                                                   	  $If   gd_  S  kdjJ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b b b b 'b :b Mb `b sb tb ub |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdWkJ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
b b 
b b b b b &b 'b rb sb vb b =b ib 6b b b b b b b jb b "b 7b 8b 9b @b b ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ub vb                                        kdlJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vb b =b 7b b b "b b b b 9b @b b b b b b b 8b yb zb                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  b b b b b b b 0b <b Ob Wb pb xb yb zb {b b b b b b b b 'b )b *b +b Cb Mb Nb Rb ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  zb {b b b b b |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdsmJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b 
b b 1b Hb _b vb b b b b b b b b                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd-nJ $If   K$L$l 0                                     
t                                4   4 
l a   b 
b b 1b Cb Ub lb b b b b b b  b b (b )b                                                                                                                                                                                                                            S  kdnJ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )b *b +b Sb Tb gb zb b b b b b             s                                                                                                                                                                 kdQoJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Rb Sb Tb fb gb b b b b b b b b lb b b Kb gb b Kb b b hb b b 9b b b Mb b b b b Ob 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !b b                                        kdpJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b b lb b hb b b b ib b b Kb b b ;b b b b Lb Mb                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Mb b b b b Kb jb b b b b b                                                                                                             f                                       kd_qJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Ob bb nb b b b b b b b b b b b b Ab Bb Cb Gb Hb Lb Ub rb b b b ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  b b b Bb Cb Hb Jb Kb             s                                                                                                                                                                                     kdrJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Kb Lb                                        kdrJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Lb Ub bb b b b b b 
b /b Qb sb b                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  b b b b b |            s            s            s                                                                                                                                                                          	  $If   gd_   kd'tJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b b b b b b b 	b b /b b (b Wb jb b b b b b  b [b ob 1b =b Ab hb b b b 
b ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  b b b b /b b b b Wb b b 
b \b |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdtJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \b b b b b b kb lb 0b 1b hb b b b <b sb b b Ab b b b b b b b                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
b <b Ob rb b b b b b @b Tb b b b b b b b b b b b b b b /b 0b Bb Cb Ub Vb hb ib mb vb b b b b b b õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (b b                                        kduJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b 0b Cb Vb ib kb lb                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  lb mb                                        kdvJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mb vb b b b Fb db ~b b b b b                                                                                                             f                                       kdCxJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  b b b b  b 3b Fb Yb lb nb ob             s                                                                                                                                                                      kdxJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
b b b b b b b b  b 2b 3b Eb Fb kb lb pb yb b b =b >b ?b Ob Pb Qb Rb jb tb ub yb zb {b b b b b b b ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ob pb                                        kdyJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pb yb b b >b ?b Pb Qb                                                 f                                                                                                                       kd{J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Qb Rb zb {b b b b b b b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b b                                        kd|J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               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 Rb Sb b b bb cb db tb ub vb wb b 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %b b b b b b b b                                                 f                                                                                                                       kd}J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  b b b b b b b "b $b %b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%b &b                                        kdGJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &b /b Sb b cb db ub vb                                                 f                                                                                                                       kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  vb wb xb b 5b 6b ]b ^b b b b b b |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdUJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b 4b 5b 6b ]b jb nb b b b b b b b 4b Hb lb mb b b b b b b b b 4b 5b Hb yb ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  b 5b mb b b 5b zb b b eb fb gb qb |b b b b                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  yb b b b b #b db fb gb |b b b b b b b b b b b b b b $b %b Jb Kb db mb nb }b շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\b b                                        kdJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b b b b %b 8b Kb Mb cb                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  cb db                                        kdcJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               db mb b 
b b Wb bb b b b b b                                                                                                 f                                                   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  }b b Wb bb ub b b b b b b b b b b b b 
b b b b b b 4b 5b Db Fb Gb Hb ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ b b b b 5b Eb Fb Gb                                                             R            I                                   	  $If   gd_ Q  kdJ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdqJ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Gb Hb pb qb b b b b b b b |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Hb `b jb kb ob pb qb b b b b b b b b b b Nb b &b 'b Eb Fb ab b b b b b b ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ b b                                        kdEJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b b Ob jb b b b b b 'b Fb bb tb b b b                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  b b b b b b b  b b b b b b ?b @b Ub Vb Xb Yb Zb rb |b }b b b b b b b b b b b пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  b b b  b b b |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b @b Wb Xb Yb                                     R            I                                                                     	  $If   gd_ Q  kdJ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdSJ $If   K$L$l 0                                     
t                              4   4 
l a   Yb Zb b b b b b b b b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b b                                        kd'J $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b b Kb sb b b b b $b Ob b b b b                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
b b b b Jb b b b #b $b 7b Fb Nb Ob Vb \b b b b b b b b b b b b b b b زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 b b b b |            s            s                                                                                                                                                                                           	  $If   gd_   kd{J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b b b b b  b b b %b &b Kb Lb Pb Yb Zb ib b b vb zb b (b 2b 3b Qb Rb ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    b b b  b b &b 9b Lb Nb Ob |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ob Pb                                        kdJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Pb Yb b b wb b b b (b 3b Rb }b b b                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Rb eb tb |b }b b b b b b b b b b b b b b b  b b b )b 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  b b b b |            s            s                                                                                                                                                                                           	  $If   gd_   kdCJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b  b b b )b *b eb b Nb Ob b b /b 0b |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
)b 6b :b eb b Nb [b _b b b 0b <b @b bb b Kb b b b b b =b mb yb }b b wb b b b b b b b b b b b @b hb ib b b b b ' c ( c a c  c  c Mc c c ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  40b bb b Jb Kb b b b =b lb mb b wb b b b b b b b b b b b b -b @b hb ib b                                                                                                                                                                                                                                                                                                                                                                   gd_  b b ( c a c  c  c Mc c c  c Wc c c c c c c c c                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  c Wc [c c c c c c c c c 
c c Yc Zc [c \c c c 0c ]c c c c @c kc lc c c c c 'c (c -c Rc Vc c Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $c c c c c c 	c 
c c M            H            H            H            H            H            H            H                   gd_   kdJ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   c c &c +c ;c <c Kc Lc                                                 _            V            V                                                             	 $If   gd_    kdUJ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Lc Mc Yc Zc                                                                                                                                                                                                                                                          	 $If   gd_  o  kd*J $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Zc [c \c gc kc ~c c c                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdǒJ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  c c c c c 2            )            )            )                      	 $If   gd_    kddJ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     c *c +c 0c ]c bc c             [                                                                                                                                           kdJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  c c c c c :c d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdZJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :c ;c @c lc pc c d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd#J $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c c c c c c d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c c c (c -c Sc d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Sc Tc Uc _c c c c d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd~J $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c c c c n            e            e                                                                                                                                                               	 $If   gd_    kdGJ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           c c c c                                                                                                                                                                                                                                                	 $If   gd_  t  kdJ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  c c c c c c c c c                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdJ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  c c                                             kdVJ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          c  c $c +c 2c 3c 4c 5c                                                             A                                  kdJ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  5c 6c 7c 8c 9c :c ;c <c                                                 A                                              kdJ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  <c =c >c ?c @c Ac Vc                                     A            <            7                  gd_    gd_    kdmJ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Vc 	c 
c #c $c =c Nc Oc cc ec                                                                                                                                                                                                                                                   E  kdLJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	c 	c 
c c c #c $c Nc Oc ec fc hc ic wc xc c c c c c c c c c c 	c 	c 	c 	c 
	c *	c +	c ,	c 8	c 9	c K	c 
c c c c c c c 춥x                          /j~J hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *ec fc gc hc ic qc wc                                     a                                                                                                                             E  kd
J $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdJ $$If   l 0 
" R                                                           4 
l a   wc xc c c c c c                                     a                                                                                                                             E  kdȠJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdiJ $$If   l 0 
" R                                                           4 
l a   c c c c c c c                                     a                                                                                                                             E  kdJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd'J $$If   l 0 
" R                                                           4 
l a   c c c c c c 	c                                     a                                                                                                                             E  kdDJ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdJ $$If   l 0 
" R                                                           4 
l a   	c 	c 	c 		c 
	c 	c 	c                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdJ $$If   l 0 
" R                                                           4 
l a   	c 
	c 	c 	c )	c *	c l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdJ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   *	c +	c ,	c 9	c K	c 
c 
c c c c c l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdJ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
c c c c c c c c c c c c 
c 
c v
c w
c 
c 
c 
c 
c 
c 
c  c "c 4c 5c Yc [c kc lc c c c c c *c +c 7c yc |c c c c c 7c 8c c c c ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jJ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0c c c 
c w
c 
c 
c 
c 
c !c                                                                                                                                                                                                                                                       S  kdLJ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	!c "c 5c Zc [c lc c                                     N                                                                                       S  kdpJ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdޥJ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   c c c c c c Fc Gc 4c 5c *c +c 7c c c c c Uc c                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdJ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   c c |c c 7c 8c vc c c c c c  c >c `c c c c  c :c ;c Dc Ec c c Cc Dc c                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  c c c  c 0c 8c 
c c  c =c >c `c %c Bc Ec c c c c c c c c c c c c Oc Pc Qc m!c n!c y!c z!c {!c !c !c !c !c !c ۵۵۵ۭۜۋzrgrrr       jxJ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'c c c c c c c Pc                                     j                                                                                                                                           kdJ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Pc Qc bc c c c Mc Nc jc c  c s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdJ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 c k c 0!c 1!c !c !c !c "c "c "c "c $c $c %c %c B&c C&c 'c 'c +'c <'c 'c (c )c )c l*c m*c                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  !c !c !c !c !c !c "c "c "c $c %c A&c &c &c &c &c 'c 	'c 
'c 'c 'c 'c 'c 'c +'c <'c 'c 'c (c (c )c l*c +c +c ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jFJ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjߨJ h_ U !m*c +c +c +c +c +c ,c                                                 e                                                                                                                        F  kd J $$If   l   l '{6    4   4 
l a] p
        F  kdJ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  +c +c 
,c .,c /,c 2,c 3,c 9,c :,c [,c \,c |,c },c ,c ,c ,c ,c ,c ,c ,c ,c -c -c #-c $-c :-c ;-c U-c V-c }-c ~-c -c -c -c _/c `/c l/c /c 0c 0c O0c U0c X0c 0c 0c 1c 1c 2c ?2c s2c 2c 2c ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3,c 	,c 
,c ,c !,c .,c /,c                                                             5            v  kdJ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdJ $$If   l   l '{6    4   4 
l a] p
         /,c 0,c 1,c 2,c 3,c 7,c 8,c 9,c                                     t                                                                                                                                                             v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  9,c :,c S,c U,c [,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdVJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [,c \,c u,c w,c |,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |,c },c ,c ,c ,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,c ,c ,c ,c ,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdWJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,c ,c ,c ,c ,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,c ,c ,c ,c ,c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ,c ,c -c -c -c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdXJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -c -c -c -c #-c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #-c $-c 2-c 4-c :-c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :-c ;-c N-c P-c U-c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdYJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U-c V-c ]-c b-c }-c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }-c ~-c -c -c -c _/c `/c l/c /c /c 0c 0c P0c c0c 0c                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0c 0c 0c 0c +1c >1c r1c 1c 1c 1c 2c 02c @2c t2c 2c 2c 2c 2c 2c 2c 3c 3c 4c 24c A4c T4c U4c n4c 4c 4c                                                                                                                                                                                                                                                                                                                                                                   gd_  2c 2c 2c 2c 2c 2c 4c "4c A4c S4c 4c 4c 4c 4c  5c !5c 25c f5c 5c 5c &6c ;6c m6c n6c x6c 6c 6c 6c 6c 6c 6c 6c пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  4c 4c 4c 4c 4c  5c 05c 15c 25c f5c |5c 5c 5c 5c 5c %6c &6c 06c ;6c n6c x6c 6c                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6c 6c                                     kdZJ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6c 6c 6c 6c 6c 6c 
7c  7c "7c 97c                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	6c 6c 6c 6c 	7c 
7c 7c  7c :7c C7c 7c 7c 7c 7c 8c 8c 8c 8c -8c .8c 38c <8c Y9c [9c k9c l9c 9c 9c 9c 9c 9c Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 97c :7c                                     kdJ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :7c C7c e7c f7c z7c {7c 7c 7c 7c 7c 7c 7c 7c 7c                                                                                                                                     q                            kdJ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
7c 8c 8c 8c .8c /8c 08c 18c 28c             q            l                                                                                                                                                       gd_    kdŷJ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  28c 38c                                     kdJ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               38c <8c ]8c ^8c r8c s8c 8c 8c 8c 8c 8c  9c 9c *9c D9c E9c Z9c                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Z9c [9c l9c 9c z            q            q                                                                                                                                                                                       	  $If   gd_    kdٹJ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       9c 9c 9c 9c 9c 9c 9c 9c z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdJ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       9c 9c 9c 9c 9c K:c M:c ]:c ^:c }:c ~:c :c :c :c :c :c 	;c ;c 1;c =;c \;c h;c ;c ;c ;c ;c ;c ;c ;c ;c <c Z<c <c <c <c ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "9c 9c                                     kdSJ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9c 9c 9c 9c 9c 9c :c 6:c 7:c L:c M:c ^:c ~:c                                                                                                             q                                                         kdJ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ~:c :c :c :c :c :c :c :c z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdgJ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       :c :c                                     kd$J $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :c :c ;c ;c ;c ;c ;c ;c ;c                                                             q                                                                                                                             kd{J $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ;c ;c ;c ;c <c <c <c <c <c <c <c z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd8J $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
<c <c <c <c /=c 0=c :=c D=c E=c e=c f=c =c =c =c =c =c |>c `?c b?c r?c s?c ?c ?c @c @c @c '@c (@c )@c *@c +@c .@c 7@c @c @c @c ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #<c 0=c :=c D=c                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  D=c E=c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E=c f=c =c =c =c =c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  =c =c                                        kdWJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =c =c ~>c >c >c >c >c ?c a?c b?c s?c ?c @c                                                                                                 s                                                                        kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @c @c )@c *@c +@c ,@c -@c |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdeJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -@c .@c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .@c 7@c @c @c @c @c                         s                                                                                                                                                                                   kdsJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @c @c @c @c @c @c @c @c @c yDc zDc Dc Dc Dc QEc pEc Ec Ec TFc sFc Fc Fc |Gc Gc Gc Hc 0Ic OIc Ic Ic HJc gJc Jc Jc bKc Kc `Lc Lc Lc  Mc oMc Mc Mc Nc @Oc AOc о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -@c @c @c @c @c @c @c Ac Ac Ac Ac Ac Ac Bc |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd-J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Bc Bc dBc {Bc Bc Bc Bc Bc Cc HCc Cc Cc yDc zDc Dc Dc Dc Dc Dc                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Dc Dc Dc  Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Ec Ec Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec !Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !Ec "Ec ,Ec 1Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Ec 2Ec 3Ec QEc _Ec oEc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oEc pEc {Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec Ec Ec Ec                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec Ec Ec Ec             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ec  Fc 
Fc Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Fc  Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Fc !Fc +Fc 0Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0Fc 1Fc 2Fc TFc bFc rFc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rFc sFc ~Fc Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Fc Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Fc Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Fc Fc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Fc Fc Fc Fc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fc Fc Gc 
Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Gc Gc Gc Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc )Gc .Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Gc /Gc 9Gc >Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Gc ?Gc @Gc |Gc Gc Gc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc Gc Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc Gc Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc Gc Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc Gc Gc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gc Gc Gc Gc Hc Hc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hc Hc !Hc &Hc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Hc 'Hc 1Hc 6Hc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Hc 7Hc BHc GHc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GHc HHc RHc WHc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WHc XHc YHc Hc Ic 0Ic >Ic NIc                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NIc OIc ZIc _Ic             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Ic `Ic jIc oIc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oIc pIc {Ic Ic             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ic Ic Ic Ic             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ic Ic Ic Ic Ic Ic                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ic Ic Ic Ic             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ic Ic Ic Ic             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ic Ic Jc 	Jc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Jc 
Jc Jc Jc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jc Jc Jc HJc VJc fJc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fJc gJc rJc wJc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wJc xJc Jc Jc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jc Jc Jc Jc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jc Jc Jc Jc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jc Jc Jc Jc Jc Jc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jc Jc Kc 	Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Kc 
Kc Kc Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc %Kc *Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *Kc +Kc 5Kc :Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Kc ;Kc <Kc bKc pKc Kc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc Kc Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc Kc Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc Kc Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc Kc Kc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kc Kc Kc 0Lc 1Lc `Lc nLc ~Lc                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~Lc Lc Lc Lc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lc Lc Lc Lc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lc Lc Lc Lc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lc Lc Lc Lc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lc Lc Lc Lc Lc Lc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lc  Mc Mc Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc  Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    Mc !Mc ,Mc 1Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Mc 2Mc <Mc AMc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AMc BMc CMc oMc }Mc Mc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc Mc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mc Mc Mc Mc Mc 
Nc                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Nc Nc Nc Nc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nc Nc &Nc +Nc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +Nc ,Nc 7Nc <Nc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Nc =Nc GNc LNc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LNc MNc NNc rNc Nc Nc Nc Nc 1Oc 2Oc ?Oc @Oc AOc dOc Oc                                                                                                                                                                                        gd_  z  kd8J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AOc ROc dOc Oc Oc Pc /Pc 0Pc 1Pc FPc xPc yPc Pc Pc Pc Pc Pc Pc Pc Pc Pc Pc Qc Qc Rc Rc Rc  Sc Sc Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Oc Oc Pc 0Pc 1Pc ;Pc FPc yPc Pc Pc                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Pc Pc                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pc Pc Pc Pc Pc Qc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Qc Qc                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qc Qc nQc oQc Qc Qc Qc =Rc sRc Rc Rc Rc Rc Rc Rc                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Rc Rc  Sc QSc jSc Sc Sc Sc |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd?J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sc Sc +Sc ,Sc -Sc @Sc ASc PSc Sc Sc Sc Sc Sc !Tc "Tc %Tc .Tc Uc Uc Uc Uc uVc vVc yVc Vc Vc ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jJ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Sc Sc Sc !Tc "Tc #Tc $Tc |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd~J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $Tc %Tc                                        kd8J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %Tc .Tc vTc wTc Tc %Uc 0Uc LUc eUc Uc Uc Uc Uc                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Uc Uc Uc vVc |            s            s                                                                                                                                                                                           	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vVc wVc xVc yVc Vc 1Wc 2Wc fWc xWc Wc Wc zXc {Xc |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdFJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Vc 1Wc 2Wc eWc fWc Wc Wc Wc Wc Wc Xc :Xc gXc yXc {Xc Xc Xc Xc Xc Xc Xc Xc Xc -Yc PYc QYc TYc ]Yc Zc Zc [c [c [c [c [c [c [c ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ ${Xc Xc Xc Xc Xc Xc                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Xc Xc                                        kd J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xc Xc -Yc ?Yc QYc RYc SYc                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  SYc TYc                                        kdTJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TYc ]Yc Yc Yc Yc Yc Yc Yc zZc Zc [c )[c O[c l[c [c [c [c                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  [c [c [c \c l\c \c ]c H]c |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [c [c [c [c [c \c \c \c 6\c l\c \c \c \c ]c &]c G]c H]c K]c \]c r]c ]c ]c *^c +^c ,^c =^c ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jbJ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  H]c I]c J]c K]c q]c r]c ]c ]c ,^c >^c ?^c I^c |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =^c ?^c T^c ^c ^c ^c ^c ^c ^c ^c ^c ^c ^c ^c _c s_c _c _c _c _c _c _c _c 
`c `c X`c Y`c [`c \`c n`c `c `c `c `c ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !I^c T^c ^c ^c ^c                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ^c ^c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^c ^c ^c ^c ^c ^c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^c ^c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^c _c i_c j_c _c _c _c _c _c _c `c                                                                                                 Y                              kdIJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
`c Y`c Z`c [`c \`c `c "ac Fac {cc |cc fc  fc             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `c `c `c `c `c `c `c `c "ac Fac fc  fc Lgc ]gc jc jc ync nc nc nc nc nc zoc {oc }oc ~oc oc oc pc pc Vqc qc Yrc `rc rc rc "tc Ctc uc uc ;vc <vc Tvc Uvc evc fvc ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jJ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jJ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - fc Kgc Lgc ]gc hc hc dic eic jc jc jc lc lc xnc ync nc nc {oc ~oc oc oc pc pc Uqc Vqc eqc wqc                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  wqc qc qc qc qc qc             f                                                                                                                                                                      kd$J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  qc qc qc qc qc o            f            f            f                                                                                                                                                	  $If   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qc qc qc qc qc o            f            f            f                                                                                                                                                	  $If   gd_    kd J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qc qc qc qc qc o            f            f            f                                                                                                                                                	  $If   gd_    kdnJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qc qc qc qc qc o            f            f            f                                                                                                                                                	  $If   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qc qc rc 	rc rc o            f            f            f                                                                                                                                                	  $If   gd_    kdJJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at rc rc rc %rc *rc o            f            f            f                                                                                                                                                	  $If   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *rc +rc 3rc :rc Frc o            f            f            f                                                                                                                                                	  $If   gd_    kd&J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Frc Grc Hrc Irc rc rc Btc Ctc uc uc vc vc vc o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at fvc ivc jvc vc vc c c 0c ;c 2c Cc c c c  c c 
c c -c 1c 2c Gc yc zc c c c c c c c c c c c ɐc ːc ېc ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %vc vc xwc ywc /xc 0xc xc xc yc zc zc {c {c 5|c }c }c Z~c c c /c 0c Qc ^c kc xc c c                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  c c c ɂc ڂc ۂc c c c /c 0c ;c kc lc 	c 
c c c ^c _c 2c Cc xc ȉc ɉc (c Vc c c                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  c c c Mc c c c c c -c 1c 2c <c Gc zc c c                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  c c                                        kd}J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  c c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c <c Hc oc c ԏc c c @c Jc oc ɐc ʐc                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
ʐc ːc ܐc c |            s            s                                                                                                                                                                                           	  $If   gd_   kd%J $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ېc ܐc c c c c "c &c Bc Cc Xc c c c c c c ͑c Αc c c c c c c c ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 c c c c Bc Cc Mc Xc c c |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  c c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c Αc c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  c c                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c Ac Mc tc c ߒc c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  c c c c c c "c #c $c %c :c lc mc wc c c c c c הc ؔc ٔc ݔc c nc ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    c c c #c |            s            s                                                                                                                                                                                           	  $If   gd_   kdAK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #c $c %c /c :c mc wc c |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c ֔c הc ؔc ٔc ۔c ܔc                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ܔc ݔc                                        kd	K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݔc c %c 1c Xc c Õc c mc ֖c c c                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  nc ֖c c c c c c c c c 	c 
c c c 5c 6c Kc }c ~c c c c c c c c c ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    c c c c |            s            s                                                                                                                                                                                           	  $If   gd_   kd]K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c 	c 
c 6c @c Kc ~c c c |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  c c c c kc mc }c ~c c c c c c c ՙc ֙c c c c c c c #c Bc Cc Dc îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  c c                                        kd%K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c 7c Cc jc c טc c /c kc lc mc                                                                                                                         f                           kdy	K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  mc ~c c c c c c ֙c c c                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd3
K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	c c                                        kd
K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c Cc Dc Ec Gc Hc                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Dc Ec Ic Rc ݛc ޛc ߛc c c c c c c  c :c Tc Vc Wc lc c c c c c c ܜc п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Hc Ic                                        kdAK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ic Rc c c Ěc c c Ac ^c c ޛc ߛc                                                                                                                         f                           kd
K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ߛc c c c  c :c Wc ac lc c                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdOK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  c c                                        kd	K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c ݜc ޜc ߜc c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ܜc ݜc ޜc ߜc c c c c c ;c <c =c Mc Nc c c c c c c c c c c c ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 c c                                        kd]K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c Uc c <c =c Nc c                                                                                     s                                                                                              kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
c c c c c c c fc gc c ݡc c Lc c |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdkK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c ݡc c c 'c Kc _c c c c c 7c 8c Mc c c c c c c c c c c c ܣc ݣc c c (c )c Cc Lc Xc õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !c c 7c 8c Bc Mc c c c                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c c                                        kd%K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c ݣc c c c )c +c Bc                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Bc Cc                                        kdyK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cc Lc c ʤc c c c 
c 7c >c Fc                                                             f                                    [            [                     
  $If   gd_ K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Xc c c c c 	c 
c 
c "c +c 5c 7c =c >c Ec Gc \c ]c lc nc oc pc c c c c c c c c c ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Fc Gc ]c mc nc oc                                     R            I                                                                     	  $If   gd_ Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   oc pc c c Υc c c c c 	c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c c 
c c 6c c c c c c c ֦c ܦc ݦc c c c c c c c c c ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 	c 
c                                        kd[K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
c c 6c dc c c c c ֦c ݦc c                                                             f                                    [            [                     
  $If   gd_ K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
c c c 
c c c c                                     R                                                                                              Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdiK $If   K$L$l 0                                     
t                              4   4 
l a   c c c c c c                                     R            I                                                                     	  $If   gd_ Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   c c >c _c `c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c .c 8c 9c :c <c =c >c _c `c c c c c c c \c uc c c c c c c c c c 0c `c fc ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c c                                        kdWK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c c c c c `c                                                                                     Y                                          kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
`c gc pc qc yc c c c Ϫc c c c -c 5c Jc _c qc c                                                                                                                                                                                                                      	  $If   gd_  S  kdeK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ fc gc oc qc c c c c c c c c c c c 3c 4c ~c c c c c c c c c c c ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  c c c ϫc c c c                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c 4c Yc lc c c c |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c                                        kdC!K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c $c c c c c c c c                                                             f                                    [            [                     
  $If   gd_ K$  kd"K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
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 Mc ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 c c c #c 8c Jc dc ~c c c ®c ʮc ߮c c c  c :c Jc                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdQ#K $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Jc dc ~c c c                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd#K $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c c ԯc c c 
c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu$K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kd/%K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c Lc c c c c c Qc                                                                                                 f                                                   kd&K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Mc c c c c c c Pc Qc Rc jc tc uc vc xc yc zc c c c c c c þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Qc Rc zc c c ˲c ޲c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd='K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kd'K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c ϳc c [c c c c c 
c                                                                                                 Y                              kdK)K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
c c c c c [c c c c c c 
c _c `c ac yc c c c c c c c c c c νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  
c `c ac c c c µc յc c c c c             s                                                                                                                                                                 kd*K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c c                                        kd*K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c ܶc c Gc c /c 0c 1c Bc c                                                                                     Y                                          kd,K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
c c ۶c c -c /c 0c 1c Ac Bc c c c c c c c  c !c "c 2c 3c c c c c c c c c c c ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 c c c c c c ĸc ٸc c c c /c Ic cc kc c c                                                                                                                                                                                                         	  $If   gd_  S  kd,K $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c ۹c c c c  c !c                                                                                                                                                                                                                                                 	  $If   gd_  S  kd_-K $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !c "c 3c c |            s            s                                                                                                                                                                                           	  $If   gd_   kd-K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c c c úc ֺc c c c c c |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd.K $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c c ºc úc c c c c Իc Ľc Žc ƽc ֽc ׽c c c c Ac c c c þc ľc ̾c ξc c c ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  c c                                        kds/K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c Իc 4c pc c c Ľc Žc ƽc ׽c                                                                                                 f                                                        kd0K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
׽c Ac c ľc ;c ξc ־c c  c c 'c Ac [c lc c                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd1K $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  c c c ˿c ӿc c c c $c >c Xc ic c c c c c                                                                                                                                                                                                                            S  kd2K $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c c c c c -c @c Sc Tc Uc             s                                                                                                                                                                 kd2K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c c c c c c c c c c c c c Rc Sc Vc _c #c Rc Sc yc zc -c .c c (c c c c c c c Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Uc Vc                                        kd_3K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vc _c #c zc c .c ac c *c c c c c c c !c pc c c c c Cc oc c c                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  c c c c c c c c c c c c c c %c +c ,c 4c 6c c c c c ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   c c c %c ,c 5c |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd4K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5c 6c >c Sc hc }c c c c c c c c 3c Dc ^c fc {c                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdm5K $If   K$L$l 0                     x                
t                                4   4 
l a   {c c c c c c c c 0c Ac [c lc c c c                                                                                                                                                                                                                   	  $If   gd_  S  kd5K $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c c c c c c c c c |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd6K $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
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 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c c                                        kdY7K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c =c c c -c c  c c c c =c \c c c c c c c                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  "c 5c Ac Tc c c c c c c c c c c c c )c *c nc tc uc }c c c c c c c c c c ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  c c *c nc uc ~c |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd8K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~c c c c c c c c c c %c <c Sc dc zc c c c                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdg9K $If   K$L$l 0                                     
t                                4   4 
l a   c c c c c c 
c !c 8c Ic `c wc c c c c c                                                                                                                                                                                                                            S  kd9K $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c c c c c +c >c Qc Sc Tc             s                                                                                                                                                                 kd:K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c c c c c Pc Qc Uc ^c pc c 8c jc 
c kc c c c Yc c @c Uc c c 3c c .c Cc c oc c c c c 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Tc Uc                                        kdE;K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Uc ^c pc 8c 
c c c @c c c c %c Wc c c c c Fc Gc Nc c c                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  c +c kc c c c c 'c Fc ec fc wc                                                                                                             f                                       kd<K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  c  c c c +c >c Jc ]c dc fc vc wc c c c c c c c c c c c %c &c 'c ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  wc c c c c c c c             s                                                                                                                                                                                     kdS=K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c c                                        kd
>K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c  c "c Dc fc c c c c c c &c                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  &c 'c 8c kc c |            s            s            s                                                                                                                                                                          	  $If   gd_   kda?K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'c 7c 8c c c c c c c c c c c c c c c +c ?c cc wc c c c 
c c c c c ac dc c c ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  c c c c c }c c c c ,c dc c c |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd@K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c Oc Pc c Ic Jc 	c 
c c c c cc dc c c c Ic c c 4c 5c ?c Jc }c c c                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c c c c $c Hc \c c c c c 4c 5c Jc |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 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (c c                                        kd@K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c c 	c 
c                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
c c                                        kd)BK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c \c c c c c c Sc c c c                                                                                                             f                                       kd}CK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  c c c c c c c c 
c c 
c             s                                                                                                                                                                      kd7DK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
c c c c c c c c c c c c c 	c 
c c c Xc Yc c c c c c c c c c c c c c +c ,c >c ?c dc ec ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %
c c                                        kdDK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c 5c Yc c c c c                                                 f                                                                                                                       kdEFK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  c c c c ,c ?c Rc ec gc hc |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdFK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	hc ic                                        kdGK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ec ic rc c c 6c 7c 8c Hc Ic Jc Kc cc mc nc rc sc tc c c c c c c c c c c sc tc  c c c c c c c "c 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %ic rc c c 7c 8c Ic Jc                                                 f                                                                                                                       kd
IK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Jc Kc sc tc c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kdJK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c tc c c c c                                                 f                                                                                                                       kdKK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  c c c Gc c c c c -c %c &c Zc c |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdLK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "c &c Gc c c c c c c -c c &c Zc mc c c c c 
c c c 0c 1c Oc Pc cc c c c c c c ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  c c c Pc c c c _c c c c c c c Mc Wc ac                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c +c ^c rc c c c c c c Lc Mc Wc ac bc zc c c c c c c c c c c c c c c c շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ac bc                                        kdIMK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               bc c c c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  c c                                        kdNK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               c c zc c c c  c ,c nc oc c c                                                                                                 f                                                   kdOK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  c zc c  c c #c ,c 3c 9c mc nc oc c c c c c c c c c c c c c c c c c ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ c c c c c c c c                                                             R            I                                   	  $If   gd_ Q  kd8QK $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdPK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ c c c c "c 5c Hc [c ]c ^c tc |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdQK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c c c 	c 
c c c !c "c 4c 5c Zc [c uc ~c c c c c c c c c c /c 8c ?c Ec Vc Wc ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ tc uc                                        kdRK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               uc ~c c c 9c Vc oc c c c c  c c 8c Wc Xc                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Wc Xc Yc ic jc mc sc c c c c c c c c c c c c c c c c c  c !c 3c 4c Fc Gc lc mc qc пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Xc Yc jc c c c |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdSK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c c c c c                                     R            I                                                                     	  $If   gd_ Q  kdUK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdTK $If   K$L$l 0                                     
t                              4   4 
l a   c c  c !c 4c Gc Zc mc oc pc |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	pc qc                                        kdaVK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               qc zc c c Kc ]c c c c c /c 3c 4c 5c                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
qc zc {c c c c c c c c c c c c c c .c /c 2c 3c 4c 5c 6c Fc Gc Jc _c hc rc sc زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 5c 6c Gc tc |            s            s                                                                                                                                                                                           	  $If   gd_   kdWK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sc tc uc c c c c c c c c c c c c c c c  d e d f d d d Zd d d d d d ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    tc uc c c c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdoXK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kd)YK $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               c c f d  d d Hd yd d d d d d ]d ^d                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
d d d d d "d (d \d ]d ^d _d od pd sd d d d d d d d d d 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ^d _d pd d |            s            s                                                                                                                                                                                           	  $If   gd_   kd}ZK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d d d d d d d &d d d d |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd7[K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d d d d d d d d &d d d d d  d }d d >d ?d Kd Od xd d d d d Cd 	d C	d O	d S	d 	d 1
d 2
d l
d m
d y
d }
d 
d d d d d !d Md 
d 
d 
d 
d Ud d d 'd d ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4d  d }d d d >d ?d xd d 
d d Cd 	d B	d C	d 	d 2
d l
d m
d 
d Td Ud d d d d d d d Md                                                                                                                                                                                                                                                                                                                                                                   gd_  Md 
d 
d 
d Ud d d 'd d d d Wd Xd cd od ~d d d d                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  d d d Vd Wd cd yd }d d d d d d d d d d 6d md d d Kd d d d 	d 
d .d ed fd d d d d d d d Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $d d d d d d d d d M            H            H            H            H            H            H            H                   gd_   kd[K $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   d d d d d d d d                                                 _            V            V                                                             	 $If   gd_    kd\K $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  d d d d                                                                                                                                                                                                                                                          	 $If   gd_  o  kdd]K $$If   l       0   T# T                 .                
t  0                                                              4 
l al  d d d d 	d d $d 0d                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd^K $$If   l       0   T# T                 .                
t  0                                                              4 
l al  0d 1d 6d md rd 2            )            )            )                      	 $If   gd_    kd^K $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     rd d d d d  d Ed             [                                                                                                                                           kd_K $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Ed Fd Kd d d d d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd`K $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d 
d d (d d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd]aK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  (d )d .d fd kd d d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd&bK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d d d d d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdbK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d d Ld Qd ]d d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdcK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ]d ^d ad kd n            e            e                                                                                                                                                               	 $If   gd_    kddK $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           kd ld od xd                                                                                                                                                                                                                                                	 $If   gd_  t  kdVeK $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  xd yd zd d d d d d d                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdeK $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  d d                                             kdfK $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          d d d d d d d d                                                             A                                  kdgK $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  d d d d d d d d                                                 A                                              kdhK $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  d d d d d d d                                     A            <            7                  gd_    gd_    kdiK $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  d d d d d d d d d d                                                                                                                                                                                                                                                   E  kdjK $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	d d d d d d d d d d d d d d d #d $d Cd Dd Fd Gd sd td d d d d d d d d d d d d d d Vd Wd bd cd sd td 춥x                          /joK hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *d d d d d d d                                     a                                                                                                                             E  kdDkK $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdjK $$If   l 0 
" R                                                           4 
l a   d d d #d $d 7d Cd                                     a                                                                                                                             E  kdlK $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdkK $$If   l 0 
" R                                                           4 
l a   Cd Dd Ed Fd Gd Yd sd                                     a                                                                                                                             E  kdlK $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdalK $$If   l 0 
" R                                                           4 
l a   sd td d d d d d                                     a                                                                                                                             E  kd~mK $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdmK $$If   l 0 
" R                                                           4 
l a   d d d d d d d                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdmK $$If   l 0 
" R                                                           4 
l a   d d d d d d l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd<nK $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   d d d d d d d d d {d |d l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdnK $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
td xd yd nd od zd {d d d d d d d d d d !d "d id kd vd wd d d d d d d 	d 
d Id Kd Ld Xd Yd d d d #d #d /#d O#d t#d }#d #d #d 2$d 3$d E$d ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jpK hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0|d d d d d "d jd kd wd d                                                                                                                                                                                                                                                       S  kdpK $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	d d d d d 
d Jd                                     N                                                                                       S  kdqK $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdqK $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Jd Kd Ld Yd d (d d d d d d d d X d  d $!d !d !d Z"d                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd<rK $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Z"d ["d #d u#d #d #d $d 2$d 3$d F$d %d %d %d &d &d g'd 'd 'd 'd 'd 'd (d (d *d *d *d *d -+d                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  E$d F$d $d $d $d $d %d %d %d &d &d &d (d (d (d *d *d *d -+d C+d G+d T+d U+d +d +d +d +d +d +d +d /d /d /d /d /d /d /d [/d \/d g/d ۵۵۵ۭۜۋzrgrrr       jsK h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '-+d 9+d H+d T+d U+d +d +d +d                                     j                                                                                                                                           kdrK $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  +d +d  ,d I,d N,d ,d ,d ,d -d r-d -d s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd@sK $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
-d 	.d .d .d  /d p/d q/d /d /d a0d b0d 1d 1d )3d *3d 3d 3d 4d 4d 4d 4d 5d D6d 7d 7d 
8d 8d                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  g/d h/d i/d m/d n/d q/d /d /d `0d 1d {3d 3d 4d 4d 4d 4d 4d 4d 4d 4d 4d 4d 4d 4d 4d 4d [5d d5d m6d 6d 7d 
8d u9d v9d ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jtK hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjtK h_ U !8d v9d z9d {9d 9d 9d 9d                                                 e                                                                                                                        F  kdZuK $$If   l   l '{6    4   4 
l a] p
        F  kdtK $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  v9d {9d 9d 9d 9d 9d 9d 9d 9d 9d 9d :d :d 1:d 2:d M:d N:d j:d k:d :d :d :d :d :d :d :d :d :d :d ;d ;d ;d ;d ;d <d <d 
=d k=d =d =d =d =d =d >d >d g?d ?d ?d ?d @d 0@d f@d ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 39d 9d 9d 9d 9d 9d 9d                                                             5            v  kd@vK $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kduK $$If   l   l '{6    4   4 
l a] p
         9d 9d 9d 9d 9d 9d 9d 9d                                     t                                                                                                                                                             v  kdvK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  9d 9d 9d 9d 9d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdwK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9d 9d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;xK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d ):d +:d 1:d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1:d 2:d E:d G:d M:d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdyK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M:d N:d c:d e:d j:d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<zK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j:d k:d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdzK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=|K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d :d :d :d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :d :d :d  ;d ;d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>~K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;d ;d ;d ;d ;d <d <d 
=d R=d l=d =d =d =d >d 5>d                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd~K $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5>d I>d }>d >d >d >d ?d .?d b?d ?d ?d ?d ?d @d 1@d e@d f@d g@d h@d @d Ad Ad Ad Ad Ad Ad Ad Bd ?Bd @Bd                                                                                                                                                                                                                                                                                                                                                                   gd_  f@d h@d r@d @d @d @d Ad Ad Ad Ad &Bd >Bd ^Bd aBd Bd Bd Bd Cd 0Cd [Cd Cd Cd Dd Dd Dd  Dd !Dd GDd HDd eDd fDd yDd пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  @Bd ^Bd lBd Bd Bd Bd Bd Bd Bd Cd Cd 0Cd FCd \Cd ]Cd Cd Cd Cd Cd Dd Dd  Dd                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   Dd !Dd                                     kdK $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               !Dd HDd eDd fDd |Dd Dd Dd Dd Dd Dd                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	yDd |Dd Dd Dd Dd Dd Dd Dd Dd Dd pEd rEd Ed Ed Ed Ed Ed Ed Ed Ed Ed Ed Fd Fd 	Gd 
Gd )Gd *Gd +Gd ,Gd QGd Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Dd Dd                                     kdK $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Dd Dd Ed Ed Ed Ed =Ed YEd ZEd oEd pEd qEd rEd Ed                                                                                                                                     q                            kdBK $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Ed Ed Ed Ed Ed Ed Ed Ed Ed             q            l                                                                                                                                                       gd_    kdK $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ed Ed                                     kdK $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Ed Ed Ed Ed Fd Fd +Fd GFd HFd ZFd Fd Fd Fd Fd Fd Fd Fd                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Fd Fd 
Gd *Gd z            q            q                                                                                                                                                                                       	  $If   gd_    kdK $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       *Gd +Gd ,Gd SGd TGd UGd VGd WGd z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdЅK $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       QGd RGd SGd XGd aGd Gd Gd Gd Gd Hd Hd Hd JHd KHd PHd YHd Hd Hd Hd Hd Hd Id XId ZId jId kId Id Id Id Id Id Id :Jd ;Jd nJd ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "WGd XGd                                     kdK $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               XGd aGd Gd Gd Gd Gd Gd Gd Gd Gd Gd Gd Hd                                                                                                             q                                                         kdK $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Hd Hd Hd KHd LHd MHd NHd OHd z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdK $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       OHd PHd                                     kd^K $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               PHd YHd Hd Hd XId YId ZId kId Id                                                             q                                                                                                                             kdK $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Id Id Id Id Id ;Jd oJd Jd Jd Jd Jd z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdrK $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
nJd oJd Jd Jd Jd Jd Jd Jd Jd Kd Kd 1Kd FKd GKd {Kd Kd Ld Ld  Md Md Md bMd uMd Md Md Md Md Md Md Md Md Md Md 1Nd ANd BNd ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Jd Jd Jd Jd                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Jd Jd                                        kd=K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jd Kd 1Kd GKd IKd zKd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  zKd {Kd                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {Kd Kd Ld Ld YLd ZLd iLd Ld Ld  Md Md bMd Md                                                                                                 s                                                                        kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Md Md Md Md Md Md Md |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Md Md                                        kdYK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Md Md 0Nd 1Nd BNd cNd                         s                                                                                                                                                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  BNd bNd cNd dNd eNd fNd hNd Nd Nd Rd Rd /Rd oRd Rd Rd Sd nSd Sd Sd Td |Td Td Ud 9Ud Ud Ud Vd Vd WWd vWd Wd Xd xXd Xd  Yd Yd Yd Zd Zd Zd 
[d ,[d [d [d \d \d о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -cNd dNd eNd fNd gNd hNd Nd 5Od 6Od wOd Od Od Od Od |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdgK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Od Od Pd Pd 1Pd HPd uPd vPd Pd Pd ,Qd -Qd Rd Rd /Rd DRd oRd }Rd Rd                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Rd Rd Rd Rd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rd Rd Rd Rd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rd Rd Rd Rd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߓK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rd Rd Rd Rd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rd Rd Rd Rd Rd 
Sd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Sd Sd Sd Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd )Sd .Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Sd /Sd :Sd ?Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?Sd @Sd JSd OSd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OSd PSd QSd nSd |Sd Sd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdxK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd Sd Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdזK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd Sd Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd Sd Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd Sd Sd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sd Sd Sd Sd  Td Td                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdSK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td !Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !Td "Td ,Td 1Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Td 2Td =Td BTd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BTd CTd MTd RTd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϙK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RTd STd TTd |Td Td Td                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td Td             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Td Td Td Ud (Ud 8Ud                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8Ud 9Ud DUd IUd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IUd JUd TUd YUd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǜK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YUd ZUd eUd jUd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jUd kUd uUd zUd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zUd {Ud |Ud Ud Ud Ud                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ud Ud Ud Ud             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ud Ud Ud Ud             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ud Ud Ud Ud             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ud Ud Ud Ud             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ud Ud Ud cVd Vd Vd Vd Vd                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vd Vd Vd Vd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vd Vd Wd 
Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Wd Wd Wd Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdܠK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wd Wd )Wd .Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Wd /Wd 0Wd WWd eWd uWd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uWd vWd Wd Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wd Wd Wd Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wd Wd Wd Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wd Wd Wd Wd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wd Wd Wd Wd Wd Xd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kduK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԣK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd  Xd %Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %Xd &Xd 1Xd 6Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Xd 7Xd AXd FXd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FXd GXd HXd xXd Xd Xd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdPK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd Xd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̦K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xd Xd Xd  Yd Yd Yd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yd Yd *Yd /Yd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /Yd 0Yd :Yd ?Yd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?Yd @Yd KYd PYd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PYd QYd [Yd `Yd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Yd aYd bYd Yd Yd Yd Zd Zd                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd (Zd -Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -Zd .Zd 8Zd =Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĩK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =Zd >Zd IZd NZd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NZd OZd YZd ^Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^Zd _Zd `Zd Zd Zd Zd                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd Zd Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd Zd Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd Zd Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd Zd Zd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zd Zd Zd 
[d [d +[d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +[d ,[d 7[d <[d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <[d =[d G[d L[d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L[d M[d X[d ][d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd٭K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ][d ^[d h[d m[d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m[d n[d o[d [d [d [d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [d [d [d [d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [d [d [d [d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [d [d [d [d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [d [d [d [d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [d [d [d \d 0\d U\d x\d y\d \d \d \d \d \d ]d ]d                                                                                                                                                                                        gd_  z  kdrK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \d \d ]d ]d ]d ]d ]d ]d ]d ]d ^d ^d !^d +^d ,^d ^^d _^d p^d ^d ^d ^d ^d ^d ^d `d `d `d `d `d Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ]d ]d ]d ]d ]d ]d ]d ^d !^d +^d                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	+^d ,^d                                        kdѰK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,^d _^d ^d ^d ^d ^d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^d ^d                                        kd%K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^d ^d _d 
_d -_d ._d |_d _d `d 6`d F`d W`d g`d h`d `d                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  `d `d `d `d ad !ad :ad iad |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdyK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `d `d `d `d `d `d `d `d had iad jad ad ad ad ad ad ad Jcd Lcd \cd ]cd dd dd dd (dd @dd ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j3K h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  iad jad ad ad ad ad ad |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ad ad                                        kdrK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ad ad bd bd dbd bd bd bd cd cd 2cd Jcd Kcd                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Kcd Lcd ]cd dd |            s            s                                                                                                                                                                                           	  $If   gd_   kdƶK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dd dd dd dd @dd dd dd ed ed (ed )ed fd fd |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @dd dd dd ed ed 'ed (ed )ed Ged ed ed ed fd fd fd .fd `fd afd kfd ufd vfd fd fd fd fd fd fd fd gd gd ,id -id Pid Rid bid cid sid ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $fd #fd .fd afd kfd ufd                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ufd vfd                                        kd:K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vfd fd fd fd fd fd fd                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  fd fd                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fd fd @gd Agd Pgd agd gd gd hd hd hd hd hd 
id ,id -id Qid                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Qid Rid cid id 
jd ejd jd jd |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sid tid id id id id id id id 
jd /jd djd jd jd jd jd jd jd jd kd 7kd kd kd kd kd kd ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jK h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  jd jd jd jd kd kd kd kd kd kd kd kd |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd!K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kd kd kd $ld %ld /ld 9ld :ld _ld `ld ld ld ld ld ld md md \md xmd md md md md md md md md md md nd nd nd *nd ^nd ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !kd kd %ld /ld 9ld                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  9ld :ld                                        kdۼK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :ld `ld ld ld ld ld                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ld ld                                        kd/K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ld ld md md (md )md xmd ymd md md md                                                                                                 Y                              kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
md md md md md *nd nd nd qd qd sd sd             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd=K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^nd _nd jnd knd {nd |nd nd nd nd nd sd sd td td 7xd Ixd |d *|d `|d b|d w|d y|d }d }d }d }d }d }d m~d ~d ~d (d d d d d d d Kd rd كd ڃd d d d d ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j<K hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jK hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -sd td td td Avd Bvd wd wd 6xd 7xd Ixd yd yd |d |d ,|d y|d }d }d }d }d m~d ~d ~d ~d d d                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  d (d )d .d 6d ;d             f                                                                                                                                                                      kd^K $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ;d <d Ad Id Ud o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ud Vd [d bd gd o            f            f            f                                                                                                                                                	  $If   gd_    kd:K $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at gd hd md td d o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d o            f            f            f                                                                                                                                                	  $If   gd_    kd`K $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d d d d vd wd 4d 5d d o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d d d d d }d d ΐd ِd Жd d Zd d d d d d d ˚d ϛd Лd d d d "d ,d -d 9d Zd [d d d d d d gd id yd ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %d d d d ͅd ΅d dd ed d xd yd d d Ӊd ]d ^d d }d d ͎d Ύd d d 	d d #d 4d                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  4d Ed Vd gd xd yd d d d ͐d ΐd ِd 	d 
d d d )d *d d d Жd d d fd gd Ɨd d !d Qd                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Qd Rd d d Zd [d d d d ˚d ϛd Лd ڛd d d "d ,d                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ,d -d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -d [d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d ڜd d 
d 4d rd d d ޝd d 
d gd hd                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
hd id zd d |            s            s                                                                                                                                                                                           	  $If   gd_   kd_K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yd zd d d d d d Ğd d d d (d )d 3d =d >d Jd kd ld d d d d d (d d ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 d d d d d d d d )d 3d |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3d =d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  =d >d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >d ld d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  d d                                        kd'K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d ߟd d d =d }d d 'd d d d                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  d d d d d d d d ¡d ád ءd 
d d d d  d ,d Md Nd ud vd wd {d d d ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    d d d d |            s            s                                                                                                                                                                                           	  $If   gd_   kd{K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d ¡d ád ͡d ءd d d d |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d  d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                d Nd td ud vd wd yd zd                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  zd {d                                        kdCK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {d d âd Ϣd d !d ad d d td d d                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  d td d d d d d d d d d d d d Ӥd Ԥd d d d &d 0d 1d =d ^d _d d d ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    d d d d |            s            s                                                                                                                                                                                           	  $If   gd_   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d Ԥd ޤd d d &d 0d |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdQK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0d 1d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1d _d d d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  d d d d 	d d d d "d )d *d +d ,d Ad sd td ~d d d d d d d d d d îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  d d                                        kd_K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d եd d d 6d ud d ͦd 	d 
d d                                                                                                                         f                           kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  d d *d +d ,d 6d Ad td ~d d                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdmK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	d d                                        kd'K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  d d d d {d |d }d d d d d d d d ةd d d d 
d <d =d Gd Qd Rd ^d zd п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  d d                                        kd{K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d /d ;d bd d d ߨd d 3d |d }d                                                                                                                         f                           kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  }d d d d d ةd d d 
d =d                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	=d Gd Qd                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Qd Rd                                        kdCK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Rd {d |d }d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  zd {d |d }d d d d d d ٬d ڬd ۬d d d d d  d !d "d #d /d 3d Sd 9d Ld ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d d )d ڬd ۬d d d                                                                                     s                                                                                              kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
d d  d !d "d #d Sd d d 9d {d d d 1d |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ld {d d d ůd d d 0d Dd d d հd ְd d d d (d 2d 3d Kd Ud Vd Wd Zd [d zd {d d d Ʊd Ǳd d d d õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !1d d հd ְd d d d (d 2d                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  2d 3d                                        kd_K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3d [d {d d d d Ǳd ɱd d                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d Ud hd d d d d ղd ܲd d                                                             f                                    [            [                     
  $If   gd_ K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
d Ud d d d d d d d ɲd Ӳd ղd ۲d ܲd d d d d 
d d 
d d &d 0d 1d 2d 4d 5d 6d Xd Yd ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ d d d d d 
d                                     R            I                                                                     	  $If   gd_ Q  kdNK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   
d d 6d Yd ld d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Yd d d d d Գd /d 0d 1d 2d Bd Cd td zd {d d d d d d d d d d ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d Գd d 0d 1d 2d Cd td {d d                                                             f                                    [            [                     
  $If   gd_ K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
d d d d d d d                                     R                                                                                              Q  kd0K $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   d d d d d d                                     R            I                                                                     	  $If   gd_ Q  kdJK $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   d d ܴd d d #d 6d Id Jd Kd |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d ̴d ִd ״d شd ڴd ۴d ܴd d d Hd Id Ld Ud Fd Gd d d -d .d /d 0d @d Ad Bd d d ηd d d ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Kd Ld                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ld Ud d 4d Gd -d .d /d 0d Ad d                                                                                     Y                                          kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
d d d d d ,d Ad Sd md d d d ˸d Ӹd d d d )d                                                                                                                                                                                                                      	  $If   gd_  S  kdK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ d d 
d d d d d d d d d d d d d ѹd ҹd d d  d )d 5d d d 5d 6d 7d 8d ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  )d Cd Sd md d d d                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd1K $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  d d d ҹd d 
d d d d |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d  d                                        kd}K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                d )d d ºd 6d 7d 8d Id d d d                                                             f                                    [            [                     
  $If   gd_ K$  kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
8d Hd Id gd od d d d d d d d d d 7d Ad Bd Cd Ed Fd Gd Td ^d _d d d d d =d d ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 d d d d ֻd d d d ,d Fd `d hd }d d d d ؼd d                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   d d d d d                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  d d Gd _d rd d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kdiK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d =d Zd d d d d d d d d                                                                                                 f                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  d d d d d d d d d d d d d d d d d 0d 1d d d d d þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ d d d 1d Vd id |d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kd1K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d Ed md d d d d d d d                                                                                                 Y                              kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
d Dd Fd d d d d d d d d d d d d d !d "d #d %d &d 'd (d d d d νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  d d d 'd (d Md `d sd d d d d             s                                                                                                                                                                 kd?K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d zd d d .d d d d d 3d                                                                                     Y                                          kdMK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
d d yd .d d d d d d d 3d 4d :d ;d Cd Ed d d d d d d #d $d %d =d Gd Hd Id Kd Ld Md ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 3d 4d ;d Dd Ed Md bd wd d d d d d d 	d d 3d                                                                                                                                                                                                         	  $If   gd_  S  kdK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  3d Ed _d yd d d d d d                                                                                                                                                                                                                                                 	  $If   gd_  S  kdK $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  d d d $d |            s            s                                                                                                                                                                                           	  $If   gd_   kd+K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $d %d Md Nd ad td d d d d d |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdK $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Md Nd `d ad d d d d rd bd cd dd td ud d d d d %d Yd [d ad bd jd ld ed gd ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d rd d d "d d bd cd dd ud                                                                                                 f                                                        kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ud d [d bd kd ld td d d d d d d 
d $d                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdK $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  $d >d Od id qd d d d d d d d !d ;d Ld fd gd                                                                                                                                                                                                                            S  kdMK $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  gd hd id d d d d d d d d d             s                                                                                                                                                                 kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  gd hd id d d d d d d d d d d d d d d d d d d d d d d d wd xd ad vd xd yd Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ d d                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d yd d d Rd d d xd "d xd yd d d d %d Ud d d d 
d 9d md                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  yd d d d d d =d Pd Td ld md nd ~d d d d d d d #d %d &d 'd ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   md nd d d d d |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d d d -d Gd ad rd d d d d d d d d                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd L $If   K$L$l 0                     x                
t                                4   4 
l a   d .d Cd Ud od d d d d d d 
d $d %d &d                                                                                                                                                                                                                   	  $If   gd_  S  kd9L $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  &d 'd Od Pd cd vd d d d d d |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdL $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
'd ?d Id Jd Nd Od Pd bd cd d d d d yd d rd d d 9d Nd *d ?d d d ^d sd td ud |d d ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ d d                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d yd sd d Qd ^d d Bd d ud |d d d d d 6d Ud td d d                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  d d d d :d Md Yd ld xd d d d d d d d d d d d d d d cd ed fd gd d d d d ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  d d d d d d |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d %d 7d Id [d md d d d d d d d d )d @d Ad                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdL $If   K$L$l 0                                     
t                                4   4 
l a   Ad Id [d md d d d d d d d d &d <d Md dd ed                                                                                                                                                                                                                            S  kd3L $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ed fd gd d d d d d d d d d             s                                                                                                                                                                 kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d d d d d d d d d d @d d d d 	d %d d d d d d d d Md d ud d d d 
d  d ,d ?d d 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !d d                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d &d d d )d Hd d d d d 0d Od wd d d d d d                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  d d 	d (d Gd d d d d d d d                                                                                                             f                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  d d d d d d d d d d d d Xd Yd Zd }d ~d d d d d d d d d d ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  d Yd Zd ~d d d d d             s                                                                                                                                                                                     kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d d                                        kdG	L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d d &d 'd Id kd d d d                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  d d d 	d .d |            s            s            s                                                                                                                                                                          	  $If   gd_   kd
L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d -d .d /d 0d 1d =d Ad Ed Ld kd Qd dd d d d d d d Hd \d d d md yd }d d d d 6d Id ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  .d /d 0d 1d kd d d Qd d d d Id d |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdUL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d @d d d d d ld md d d d 6d xd d d .d }d d d d d d %d /d                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Id xd d d d d d -d Ad |d d d d d d d %d /d 0d Hd Rd Sd Wd Xd Yd kd ld ~d d d d d d d d d d d  d 0d 1d õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (/d 0d                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0d Xd Yd ld d d d d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  d d                                        kdc
L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d Td d d d d d  d 1d                                                                                                             f                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  1d 2d 3d [d \d od d d d d d             s                                                                                                                                                                      kdqL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
1d 2d 3d Kd Ud Vd Zd [d \d nd od d d d d d d d d yd zd {d d d d d d d d d d d d d d d d d ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %d d                                        kd+L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d zd {d d d                                                 f                                                                                                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d d d d d d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d Qd Rd d d d d d d d d d d d d d $d %d 7d 8d ]d ^d bd kd d d d d d d d d d d d d 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %d d .d Rd d d d d                                                 f                                                                                                                       kdGL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d d d d %d 8d Kd ^d `d ad |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ad bd                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bd kd d d d d d d                                                 f                                                                                                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d d d d q e r e  e  e  e e e e :e |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d p e q e r e  e  e  e  e %e e e e :e Me pe e e e e e e e e e /e Be pe qe e e ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  :e qe e e /e qe e e Le e e e e e e e e                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  e e e e Ke _e e e e e e e e e  e e "e #e 'e (e )e 1e Ne `e ae e e e e e e շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\e  e                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                e (e )e Ne ae te e e e                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  e e                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e e e Ie [e e e e e 
e e Ke                                                                                                 f                                                   kd+L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  e e e e e e e e e e e 
e e e !e 6e ?e Ie Ke Qe Re Ye [e pe qe e e e e ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Ke Re Ze [e qe e e e                                                             R            I                                   	  $If   gd_ Q  kdrL $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ e e e e e e e e e e e |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e e e e e e e e e e e e e e e e ,e e X	e b	e c	e 	e 	e 	e 	e 	e 	e 	e 	e 	e ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ e e                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e e e e e e 
	e  	e X	e c	e 	e 	e 	e 	e 	e 	e                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  	e 	e 	e 
e 
e 
e 
e <
e B
e C
e J
e L
e U
e {
e |
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e 
e e e пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  	e 	e 
e <
e C
e K
e |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K
e L
e |
e 
e 
e 
e                                     R            I                                                                     	  $If   gd_ Q  kdT L $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
e 
e 
e 
e 
e 
e 
e e 
e e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e e                                        kd!L $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e e e e e e 6e Ae `e e e e e e                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
e e e (e e 6e @e Ae _e `e se e e e e e e e e e e e e e e e e 
e 
e 
e زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 e e e 
e |            s            s                                                                                                                                                                                           	  $If   gd_   kd"L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e 
e 
e +
e 5
e 6
e :
e ;
e <
e N
e O
e a
e b
e 
e 
e 
e 
e 
e 
e e e e e e de ne oe e e ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    
e 
e ;
e <
e O
e b
e u
e 
e 
e 
e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
e 
e                                        kdc$L $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
e 
e e Ae e e e )e de oe e e e e                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
e e e e e e e e e e e 
e e e &e /e 9e :e ;e <e =e >e ee 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  e e e ;e |            s            s                                                                                                                                                                                           	  $If   gd_   kd%L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;e <e =e >e ee fe e Xe e e e 0e ke le |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdq&L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ee re ve e Xe e e e e 0e le xe |e e e e e e e e e ye e e e e e e e e e e e 
e e e e >e |e e e e e e 5e ce de e e 0e e e e ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4le e e e e e e e ye e e e e e e e e 
e e >e e e (e =e Ye ie |e e e e                                                                                                                                                                                                                                                                                                                                                                   gd_  e 5e de e e 0e e e e \e e e e e 
e e (e ;e ?e                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  e e e e e e e e ;e >e ?e Fe Ge e e e e e e le e e  e   e | e  e  e  e !e !e 6!e c!e d!e i!e !e "e D#e Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $?e @e Ae Be Ce De Ee Fe Ge M            H            H            H            H            H            H            H                   gd_   kd+'L $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Ge [e be ge we xe e e                                                 _            V            V                                                             	 $If   gd_    kd'L $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  e e e e                                                                                                                                                                                                                                                          	 $If   gd_  o  kd(L $$If   l       0   T# T                 .                
t  0                                                              4 
l al  e e e e e e e e                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd;)L $$If   l       0   T# T                 .                
t  0                                                              4 
l al  e e e e e 2            )            )            )                      	 $If   gd_    kd)L $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     e fe ge le e e e             [                                                                                                                                           kd+L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  e e e   e $ e v e d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  v e w e | e  e  e  e d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd,L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   e  e  e !e 	!e 0!e d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd`-L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0!e 1!e 6!e d!e i!e !e d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd).L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !e !e !e !e !e !e !e d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd.L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !e !e !e 	"e n            e            e                                                                                                                                                               	 $If   gd_    kd/L $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           	"e 
"e 
"e "e                                                                                                                                                                                                                                                	 $If   gd_  t  kd0L $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  "e "e "e )"e ."e 6"e ="e D"e P"e                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd-1L $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P"e Q"e                                             kd1L $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Q"e \"e `"e g"e n"e o"e p"e q"e                                                             A                                  kd#3L $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  q"e r"e s"e t"e u"e v"e w"e x"e                                                 A                                              kd4L $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  x"e y"e z"e {"e |"e }"e "e                                     A            <            7                  gd_    gd_    kd4L $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  "e E#e F#e _#e `#e y#e #e #e #e #e                                                                                                                                                                                                                                                   E  kd5L $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	D#e E#e F#e L#e M#e _#e `#e #e #e #e #e #e #e #e #e #e #e #e #e #e #e $e $e *$e +$e B$e C$e D$e H$e I$e f$e g$e h$e t$e u$e $e O%e &e &e  'e 'e 'e 'e 춥x                          /j:L hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *#e #e #e #e #e #e #e                                     a                                                                                                                             E  kd~6L $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd6L $$If   l 0 
" R                                                           4 
l a   #e #e #e #e #e #e #e                                     a                                                                                                                             E  kd<7L $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd6L $$If   l 0 
" R                                                           4 
l a   #e #e #e #e #e #e $e                                     a                                                                                                                             E  kd7L $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7L $$If   l 0 
" R                                                           4 
l a   $e $e $e *$e +$e 5$e B$e                                     a                                                                                                                             E  kd8L $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdY8L $$If   l 0 
" R                                                           4 
l a   B$e C$e D$e E$e F$e G$e H$e                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd9L $$If   l 0 
" R                                                           4 
l a   H$e I$e V$e W$e e$e f$e l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdv9L $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   f$e g$e h$e u$e $e N%e O%e A&e B&e 'e 'e l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd4:L $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
'e 'e 'e (e 
(e (e (e )(e *(e .(e /(e 1(e Y(e Z(e (e (e (e (e )e 	)e )e )e \)e ^)e p)e q)e )e )e )e )e )e )e )e )e )e f-e g-e s-e 0e 0e 0e 0e 1e 1e s1e t1e 1e 1e 1e ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jY;L hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0'e 1(e :(e Z(e (e (e )e 	)e )e ])e                                                                                                                                                                                                                                                       S  kd;L $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	])e ^)e q)e )e )e )e )e                                     N                                                                                       S  kd<L $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdR<L $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   )e )e )e )e /*e *e +e +e p,e q,e f-e g-e s-e -e Q.e .e (/e /e /e                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdv=L $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   /e /e 0e 1e s1e t1e 1e 1e 1e 1e J3e K3e \3e z4e 4e 5e '5e @5e \5e v5e w5e 6e 6e  8e !8e 8e 8e 8e                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  1e 1e [2e \2e l2e t2e I3e K3e \3e y4e z4e 4e a6e ~6e 6e 8e !8e @8e 8e 8e 8e 8e 8e C9e D9e Y9e Z9e 9e 9e 9e <e <e <e <e <e <e <e <e <e =e ۵۵۵ۭۜۋzrgrrr       j>L h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '8e 8e 8e 8e 8e D9e Z9e 9e                                     j                                                                                                                                           kd>L $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  9e 9e 9e 9e 9e +:e :e :e :e ;e M;e s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdz>L $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
M;e ;e l<e m<e <e =e =e Z=e [=e =e  >e X?e Y?e @e @e ~Ae Ae LBe MBe gBe xBe (Ce Ce )Ee *Ee Ee Ee                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  =e =e =e =e =e =e Z=e [=e =e W?e Ae }Ae 'Be (Be 3Be 4Be DBe EBe IBe JBe KBe LBe MBe VBe gBe xBe Be Ce De +De )Ee Ee Ge Ge ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j?L hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjS?L h_ U !Ee Ge Ge Ge /Ge 0Ge DGe                                                 e                                                                                                                        F  kd@L $$If   l   l '{6    4   4 
l a] p
        F  kd!@L $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Ge Ge FGe jGe kGe nGe oGe uGe vGe Ge Ge Ge Ge Ge Ge Ge Ge He 	He %He &He GHe HHe _He `He vHe wHe He He He He He He He Je Je Je 	Ke >Ke WKe Ke Ke Ke  Le 2Le Me Me RMe {Me Me Me Ne ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3DGe EGe FGe OGe ]Ge jGe kGe                                                             5            v  kdzAL $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdAL $$If   l   l '{6    4   4 
l a] p
         kGe lGe mGe nGe oGe sGe tGe uGe                                     t                                                                                                                                                             v  kdBL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  uGe vGe Ge Ge Ge                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ge Ge Ge Ge Ge                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kduCL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ge Ge Ge Ge Ge                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd DL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ge Ge Ge Ge Ge                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ge Ge He He He                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdvEL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         He 	He He  He %He                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!FL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %He &He @He BHe GHe                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdFL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         GHe HHe WHe YHe _He                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdwGL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _He `He nHe pHe vHe                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"HL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         vHe wHe He He He                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdHL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         He He He He He                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxIL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         He He He He He Je Je Je Je 
Ke >Ke XKe Ke Ke Ke                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd#JL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ke Ke Le 3Le gLe zLe Le Le  Me Me RMe lMe |Me Me Me Ne Ne Ne Ne (Ne 1Oe 2Oe HOe nOe }Oe Oe Oe Oe Oe Oe                                                                                                                                                                                                                                                                                                                                                                   gd_  Ne Ne Ne &Ne 'Ne (Ne HOe ^Oe }Oe Oe Oe Oe Oe Oe <Pe ]Pe nPe Pe Pe Pe bQe wQe Qe Qe Qe Qe Qe Qe Qe Re Re Re пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Oe Oe 
Pe Pe Pe <Pe lPe mPe nPe Pe Pe Pe Pe Pe Pe aQe bQe lQe wQe Qe Qe Qe                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Qe Qe                                     kdJL $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Qe Qe Re Re Re 0Re FRe \Re ^Re uRe                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Re Re /Re 0Re ERe FRe [Re \Re vRe Re Se Se  Se !Se @Se ASe BSe CSe iSe jSe oSe xSe Te Te Te Te Te Te Te Te Te Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ uRe vRe                                     kd%LL $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               vRe Re Re Re Re Re Re Re Re 
Se Se Se Se !Se                                                                                                                                     q                            kd|ML $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
!Se ASe BSe CSe jSe kSe lSe mSe nSe             q            l                                                                                                                                                       gd_    kd9NL $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  nSe oSe                                     kdNL $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               oSe xSe Se Se Se Se Se Se Se Se #Te <Te QTe fTe Te Te Te                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Te Te Te Te z            q            q                                                                                                                                                                                       	  $If   gd_    kdMPL $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Te Te Te Te Te Te Te Te z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd
QL $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Te Te Te Te Te Ue Ue Ue Ue Ue Ue Ue Ue Ue Ue Ue EVe QVe mVe yVe Ve Ve Ve Ve We 	We (We )We ,We 6We LWe We We We Xe ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Te Te                                     kdQL $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Te Te Ue Ue 3Ue 4Ue VUe rUe sUe Ue Ue Ue Ue                                                                                                             q                                                         kdSL $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ue Ue Ue Ue Ue Ue Ue Ue z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdSL $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Ue Ue                                     kdTL $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ue Ue @Ve AVe Ve Ve Ve 	We )We                                                             q                                                                                                                             kdUL $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  )We *We +We ,We LWe We 
Xe #Xe $Xe .Xe 9Xe z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdVL $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Xe 
Xe $Xe 9Xe kXe lXe vXe Xe Xe Xe Xe Xe Xe Xe Ye "Ye Ye Ze Ze Ze Ze  [e [e B[e C[e D[e c[e d[e e[e f[e g[e j[e s[e [e [e [e ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #9Xe lXe vXe Xe                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Xe Xe                                        kdwWL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xe Xe Xe Xe Xe Ye                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ye Ye                                        kdXL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ye "Ye Ye Ye Ye Ye Ze XZe Ze Ze Ze  [e C[e                                                                                                 s                                                                        kdZL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C[e D[e e[e f[e g[e h[e i[e |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i[e j[e                                        kd[L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j[e s[e [e [e [e \e                         s                                                                                                                                                                                   kd\L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  [e  \e \e \e \e \e \e (\e 3\e _e _e _e 
`e ,`e `e `e ae +ae ae ae be 9be be be 3ce Rce lde de de ee ee ee fe 5fe fe fe ge ge he <he he he (ie Gie |je }je о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -\e \e \e \e \e \e 3\e \e \e ]e  ]e *]e 5]e ?]e |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd]L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
?]e @]e ]e ]e ]e ]e ^e ^e O^e ^e ^e ^e _e _e _e _e 
`e `e +`e                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  +`e ,`e 7`e <`e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[^L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <`e =`e G`e L`e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L`e M`e X`e ]`e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]`e ^`e h`e m`e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx_L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m`e n`e o`e `e `e `e                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `e `e `e `e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6`L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `e `e `e `e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `e `e `e `e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `e `e `e `e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSaL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `e `e `e ae ae *ae                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdaL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *ae +ae 6ae ;ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;ae <ae Fae Kae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpbL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kae Lae Wae \ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ae ]ae gae lae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.cL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lae mae nae ae ae ae                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ae ae ae ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ae ae ae ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ae ae ae ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ae ae ae ae             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	eL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ae ae ae be (be 8be                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdheL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8be 9be Dbe Ibe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ibe Jbe Tbe Ybe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&fL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ybe Zbe ebe jbe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jbe kbe ube zbe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zbe {be |be be be be                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdCgL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   be be be be             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   be be be be             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   be be ce ce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`hL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ce 	ce ce ce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ce ce ce 3ce Ace Qce                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdiL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qce Rce ]ce bce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}iL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bce cce mce rce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rce sce ~ce ce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;jL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ce ce ce ce             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ce ce ce de Jde lde zde de                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdjL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   de de de de             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXkL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   de de de de             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   de de de de             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   de de de de             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdulL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   de de de de ee ee                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdlL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee $ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3mL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ee %ee /ee 4ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ee 5ee @ee Eee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Eee Fee Pee Uee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPnL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Uee Vee Wee ee ee ee                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdnL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmoL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee ee             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+pL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ee ee ee fe $fe 4fe                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4fe 5fe @fe Efe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Efe Ffe Pfe Ufe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHqL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ufe Vfe afe ffe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ffe gfe qfe vfe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vfe wfe xfe fe fe fe                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kderL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fe fe fe fe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fe fe fe fe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#sL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fe fe fe fe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fe fe fe fe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fe fe  ge lge mge ge ge ge                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd@tL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ge ge ge ge             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ge ge ge ge             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ge ge ge ge             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]uL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ge ge ge ge             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ge ge ge he +he ;he                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;he <he Ghe Lhe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzvL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lhe Mhe Whe \he             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \he ]he hhe mhe             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8wL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mhe nhe xhe }he             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }he ~he he he he he                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   he he he he             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUxL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   he he he he             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   he he he he             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   he he ie ie             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdryL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ie ie 
ie (ie 6ie Fie                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdyL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fie Gie Rie Wie             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0zL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wie Xie bie gie             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gie hie sie xie             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xie yie ie ie             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM{L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ie ie ie ie ie ie je je mje nje {je |je }je je %ke                                                                                                                                                                                        gd_  z  kd{L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }je je je je &ke Zke kke lke mke ke ke ke ke ke ke ke ke le  le !le 2le 3le Mle Vle )ne +ne ;ne <ne Lne Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  %ke &ke Zke lke mke wke ke ke ke ke                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	ke ke                                        kd|L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ke ke !le 3le 5le Lle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Lle Mle                                        kd_}L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mle Vle le le le le me yme me me me me ne ne *ne                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  *ne +ne <ne ne ne ne ne oe |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd~L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Lne Mne gne hne ine |ne }ne ne oe oe oe -oe .oe ]oe ^oe aoe joe pe pe pe pe qe qe qe qe qe ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jmL h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  oe oe .oe ]oe ^oe _oe `oe |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `oe aoe                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aoe joe oe oe pe ape lpe pe pe pe pe pe pe                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  pe pe pe qe |            s            s                                                                                                                                                                                           	  $If   gd_   kd L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qe qe qe qe qe mre nre re re re re se se |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qe mre nre re re re re re re +se @se vse se se se se se se 	te te te 9te :te ite te te te te Oue Rue ve ve ve ve  we we we ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $se se se se 	te te                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  te te                                        kdtL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               te :te ite {te te te te                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  te te                                        kdȄL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               te te te te te te 7ue 8ue ue $ve Dve eve ve ve ve ve ve                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ve ve we Rwe we xe Axe xe |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       we we ,we -we .we Awe Bwe Qwe rwe we we xe xe @xe bxe xe xe xe xe xe xe 4ye fye gye hye yye ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jֆL h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  xe xe xe xe xe xe 3ye 4ye hye zye {ye ye |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd[L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yye {ye ye ye ye ye ye ye ye ye &ze 7ze 8ze ;ze Dze ze ze ze {e .{e /{e 7{e 9{e I{e J{e {e {e {e {e {e {e {e {e {e ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !ye ye ye ye ye                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ye ye                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ye ye &ze 8ze 9ze :ze                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  :ze ;ze                                        kdiL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;ze Dze ze ze ze ze {e {e 8{e 9{e J{e                                                                                                 Y                              kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
J{e {e {e {e {e {e ^|e |e ~e ~e Oe \e             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdwL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  {e {e |e 	|e |e |e |e |e ^|e |e Oe \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 we xe e e e e ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jvL hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j1L hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -\e e e e ߃e e e e ԅe Յe e Me Ne e e ʉe e e e %e &e e  e e e e e                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  e ƌe ǌe ̌e Ԍe ٌe             f                                                                                                                                                                      kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ٌe ڌe ߌe e e o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e e e  e e o            f            f            f                                                                                                                                                	  $If   gd_    kdtL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e e e e e o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e e 'e /e 4e o            f            f            f                                                                                                                                                	  $If   gd_    kdPL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4e 5e =e Ee Qe o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Qe Re Ze ae fe o            f            f            f                                                                                                                                                	  $If   gd_    kd,L $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at fe ge oe ve e o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e e e e &e 'e ~e e e e ґe ӑe ,e o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e e e ,e 8e e %e le we ne e e  e 0e <e =e Ie Me ie me ne e e e e ʩe ˩e שe e e *e +e ,e 0e 9e e e e ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %,e 8e e e ke le e e Ue e e e  e qe e e e e %e ke le e e e e e ҝe                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ҝe e e e e e *e =e Te ke le we e e Ee Fe Ǡe Ƞe e e ne e e e e de e e e                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  e e 9e e e e  e 0e =e ie me ne xe e e e ʩe                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ʩe ˩e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˩e e +e ,e .e /e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  /e 0e                                        kdEL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0e 9e xe e e Ҫe e 8e Ce |e e e e e                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
e e e Oe |            s            s                                                                                                                                                                                           	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e Ne Oe Pe Re ^e be ~e e e Ƭe Ǭe Ѭe ۬e ܬe e 	e 
e /e 0e 1e 5e >e Ʈe .e ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Oe Pe Qe Re ~e e e e Ǭe Ѭe |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdSL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ѭe ۬e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ۬e ܬe                                        kd
L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܬe 
e /e 0e 1e 3e 4e                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  4e 5e                                        kdaL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5e >e }e e e ۭe e ?e Ůe .e >e ?e                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  .e >e @e Pe Qe We ^e _e `e ae ve e e e e e ʯe e e e e e e "e e ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ?e @e Qe _e |            s            s                                                                                                                                                                                           	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _e `e ae ke ve e e e |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdoL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e                                        kd)L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e e e e e e e                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  e e                                        kd}L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e "e ae me e e e #e e e "e #e                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  e e "e $e 4e 5e ;e Be Ce De Ee Fe Re Ve qe re e e e Ĳe βe ϲe ۲e e e %e &e ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    #e $e 5e Ce |            s            s                                                                                                                                                                                           	  $If   gd_   kdћL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ce De Ee Fe re |e e e Ĳe βe |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	βe ϲe                                        kdEL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϲe e $e %e &e 'e )e *e                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  &e 'e +e 4e e e e e e Ǵe ȴe ɴe ʴe ߴe e e e &e 'e 3e Te Ue _e ~e e e îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  *e +e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +e 4e se e e Գe e 3e ke e e e                                                                                                                         f                           kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  e e ȴe ɴe ʴe Դe ߴe e e &e                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	&e 'e                                        kdaL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'e Ue e e e e e                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  e e e e e e e +e ,e 2e 9e :e ;e <e ve e e e e ڷe ۷e e e e e e п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  e e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e ͵e ٵe  e .e Ne }e e Ѷe e e                                                                                                                         f                           kd	L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  e ,e :e ;e <e ve e e e ۷e                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdäL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	۷e e e                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  e e                                        kd}L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e e e e 4e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  e e e e 5e >e ?e @e Ae we xe ye e e e e e e e e ͺe Ѻe e ׼e e ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 4e 5e                                        kdѦL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5e >e @e Ae Re e ǹe xe ye e e                                                                                     s                                                                                              kd%L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
e e e e e e e e e ׼e e Pe e Ͻe |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdߨL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e e ,e Oe ce e e νe e e 1e se te e e e ƾe оe Ѿe e e e e e e e e +e ,e de ee e e e õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ͻe e se te ~e e e ƾe оe                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  оe Ѿe                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѿe e e ,e ?e Re ee ge ~e                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ~e e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e e e 3e 4e 5e Fe se ze e                                                             f                                    [            [                     
  $If   gd_ K$  kdAL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
e e 3e 4e 5e Ee Fe Ie ^e ge qe se ye ze e e e e e e e e e e e e e e e e e ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ e e e e e e                                     R            I                                                                     	  $If   gd_ Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   e e e e 
e e 0e Ce De Ee |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e Be Ce Fe Oe re e e e e e e e e e !e #e 8e 9e He Je Pe Qe Re ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Ee Fe                                        kdϮL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fe Oe re e e e e e e e "e                                                             f                                    [            [                     
  $If   gd_ K$  kd#L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
"e #e 9e Ie Je Ke Le                                     R                                                                                              Q  kdjL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdݰL $If   K$L$l 0                                     
t                              4   4 
l a   Le Me Ne Oe Pe Qe                                     R            I                                                                     	  $If   gd_ Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   Qe Re ze e e e e e e e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Re je te ue ve xe ye ze e e e e e e e e e e e e e e e e e Le Ue le e e ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ e e                                        kd˳L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e 0e e e e e e e e e                                                                                     Y                                          kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
e e e e e e e e e %e 5e Oe ie qe e e e e                                                                                                                                                                                                                      	  $If   gd_  S  kdٵL $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ e e e e %e &e 'e (e @e Je Ke Le Ne Oe Pe oe pe e e e e e 2e e e e e e ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  e e e e %e &e 'e                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdkL $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  'e (e Pe pe e e e e e |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e 2e `e e e e e 1e 8e Ae                                                             f                                    [            [                     
  $If   gd_ K$  kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
e e e e 
e 1e 7e 8e @e Be e e e e e e e e e e e e e e He Ie Le Ue e e ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Ae Be Je _e te e e e e e e e e 0e Be \e ve e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdŹL $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   e e e e e                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdWL $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e e e #e 6e Ie Je Ke |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ke Le                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Le Ue e e ?e e &e 'e (e )e :e e                                                                                                 f                                                   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  e $e 'e (e )e 9e :e e e e e e e e e e e e e ,e -e 0e 9e þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ e e e e e e e -e .e /e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/e 0e                                        kdkL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0e 9e e e Ne e 5e 6e 7e 8e Ie                                                                                                 Y                              kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
9e e e Me Ne e 5e 6e 7e 8e He Ie e e e e e e e e e e e 6e 7e :e νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Ie e e e e e e e $e 7e 8e 9e             s                                                                                                                                                                 kdyL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9e :e                                        kd3L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :e Ce e ?e e e ke le me ~e e                                                                                     Y                                          kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
:e Ce e e ie ke le me }e ~e e e e e e e Ze \e ]e ^e ne oe e e e e e e e e e e ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 e e e e e e  e e 'e Ae [e ke e e e e e                                                                                                                                                                                                         	  $If   gd_  S  kdAL $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e e 'e Ae [e \e ]e                                                                                                                                                                                                                                                 	  $If   gd_  S  kdL $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]e ^e oe e |            s            s                                                                                                                                                                                           	  $If   gd_   kdeL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e e e e e %e 8e Ke Le Me |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdL $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e e e e Je Ke Ne We e  e e e e e e $e 9e }e e e e e  e e 
e e e ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Me Ne                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ne We e pe e e Se  e e e e                                                                                                 f                                                        kd;L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
e }e e  e 	e 
e e 'e <e Qe ce }e e e e                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdL $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  e e e e e $e 9e Ne `e ze e e e e e e e                                                                                                                                                                                                                            S  kdL $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e /e 0e Ce Ve ie |e e e e             s                                                                                                                                                                 kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  e e e e )e *e +e -e .e /e 0e Be Ce e e e e _e e e e e ie je Oe de e e e e e e Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ e e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e _e e e je e e fe e e e e e e ]e e e e e Se e e e e                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  e e #e 6e :e Re e e e 
e e e e e ae ge he pe re e e e e ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   e e e ae he qe |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd'L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qe re ze e e e e e e e *e De Ue oe e e e e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdL $If   K$L$l 0                     x                
t                                4   4 
l a   e e e e 
e 'e 8e Re le }e e e e e e                                                                                                                                                                                                                   	  $If   gd_  S  kdsL $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e e e e 'e :e Me Ne Oe |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdL $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e e e e e e e  e e Le Me Pe Ye e Ce e ae ve e e e e De Ye e e e e e ^e ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Oe Pe                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pe Ye e e ye e e ie e \e e e Ze ye e e e e e Se Te                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ^e qe }e e e e e 
e e )e 1e Je Re Se Te Ue ee fe e e e e e e e e e e 'e (e ,e ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Te Ue fe e e e |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd!L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e e e e e e "e 9e Pe ae xe e e e e e e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdL $If   K$L$l 0                                     
t                                4   4 
l a   e e e e e /e Fe ]e te e e e e e e e e                                                                                                                                                                                                                            S  kdmL $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e -e .e Ae Te ge ze e e e             s                                                                                                                                                                 kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ,e -e .e @e Ae e e e e e e te e Fe e e %e Ae e %e |e e Be e oe e je e 'e e e e e )e 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !e e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e e te Fe e Be |e e e Ce ae e %e e e e e e e &e 'e                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  'e ge e e e %e De ce e e e e                                                                                                             f                                       kd
L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  )e <e He [e ge ze e e e e e e e e e e e e !e "e &e /e Le ae be ce ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  e e e e e "e $e %e             s                                                                                                                                                                                     kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %e &e                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &e /e <e ^e e e e e e 	e +e Me be                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  be ce te e e |            s            s            s                                                                                                                                                                          	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ce se te e e e e e e e e e 	e e  f 1 f D f g f { f  f  f  f  f 5f If f f f Bf f f f f ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  e e e e 	e e e e 1 f h f  f  f 6f |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6f f f f f f Ef Ff 
f f Bf f f f f Mf f f f pf qf {f f f f f                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  f f )f Lf `f f f f f f .f pf qf f f f f f f f f f f f f 	f 
f f f /f 0f Bf Cf Gf Pf f f f f f f õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (f f                                        kdIL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f 
f f 0f Cf Ef Ff                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ff Gf                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gf Pf f f f  f >f Xf f f f f                                                                                                             f                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  f f f f f 
	f  	f 3	f F	f H	f I	f             s                                                                                                                                                                      kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
f f f f f f f f f 	f 
	f 	f  	f E	f F	f J	f S	f 	f 	f 
f 
f 
f )
f *
f +
f ,
f D
f N
f O
f S
f T
f U
f g
f h
f z
f {
f 
f 
f ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %I	f J	f                                        kdeL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J	f S	f q	f 	f 
f 
f *
f +
f                                                 f                                                                                                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  +
f ,
f T
f U
f h
f {
f 
f 
f 
f 
f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdsL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
f 
f                                        kd-L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
f 
f 
f 
f 
f rf sf t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 N
f O
f P
f Q
f ^
f 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %
f 
f 
f 
f sf tf f f                                                 f                                                                                                                       kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  f f f f f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f  f                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                f 	f -f f =
f >
f O
f P
f                                                 f                                                                                                                       kdIL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  P
f Q
f R
f 
f f f 7f 8f if af bf f f |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^
f b
f 
f f f f 7f Df Hf if f bf f f f f f "f Ff Gf Zf lf mf f f f f f f f "f Sf ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  f f Gf f f f Tf f f ?f @f Af Kf Vf f f f                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Sf gf f f f f >f @f Af Vf f f f f f f f f f f f f f f f $f %f >f Gf Hf Wf շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\f f                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f f f f f f %f 'f =f                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  =f >f                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >f Gf f f f 1f <f hf f f f f                                                                                                 f                                                   kdeL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Wf f 1f <f Of _f hf of uf f f f f f f f f f f f f f f f f f  f !f "f ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ f f f f f f  f !f                                                             R            I                                   	  $If   gd_ Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ !f "f Jf Kf ^f qf f f f f f |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
"f :f Df Ef If Jf Kf ]f ^f pf qf f f f f f f (f f  f f f  f ;f kf tf {f f f f ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ f f                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f f )f Df uf f f f f f  f <f Nf tf f f                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  f f f f f f f f f f f f f f f /f 0f 2f 3f 4f Lf Vf Wf [f \f ]f of pf f f f f f пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  f f f f f f |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdGL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f 1f 2f 3f                                     R            I                                                                     	  $If   gd_ Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   3f 4f \f ]f pf f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f f %f Mf f f f f f )f kf of pf qf                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
f f f f $f f f f f f f  f (f )f 0f 6f jf kf nf of pf qf rf f f f f f f f زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 qf rf f f |            s            s                                                                                                                                                                                           	  $If   gd_   kd)L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f f f f f f f  f %f &f *f 3f 4f Cf f f Pf Tf f f f 
f +f ,f ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    f f f f f  f f &f (f )f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)f *f                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               *f 3f f f Qf f f f f 
f ,f Wf f f                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
,f ?f Nf Vf Wf ^f df f f f f f f f f f f f f f f f f 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  f f f f |            s            s                                                                                                                                                                                           	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f ?f f (f )f bf f 	 f 
 f |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
f f f ?f f (f 5f 9f bf f 
 f  f  f < f  f %!f z!f {!f !f !f !f "f G"f S"f W"f "f Q$f $f $f $f $f m%f n%f %f %f %f %f %f 'f B'f C'f Y'f ]'f 'f (f )f )f ;)f )f )f '*f c*f *f ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4
 f < f  f $!f %!f z!f {!f !f "f F"f G"f "f Q$f ~$f $f $f n%f %f %f %f &f &f &f &f &f 'f 'f B'f C'f 'f                                                                                                                                                                                                                                                                                                                                                                   gd_  'f (f )f ;)f )f )f '*f c*f *f *f 1+f +f +f +f +f +f +f +f +f                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  *f 1+f 5+f +f +f +f +f +f +f +f +f +f +f 3,f 4,f 5,f 6,f r,f ,f 
-f 7-f -f -f -f .f E.f F.f j.f .f .f .f /f /f /f ,/f 00f 0f Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $+f +f +f +f +f +f +f +f +f M            H            H            H            H            H            H            H                   gd_   kdeL $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   +f +f  ,f ,f ,f ,f %,f &,f                                                 _            V            V                                                             	 $If   gd_    kdL $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  &,f ',f 3,f 4,f                                                                                                                                                                                                                                                          	 $If   gd_  o  kdL $$If   l       0   T# T                 .                
t  0                                                              4 
l al  4,f 5,f 6,f A,f E,f X,f `,f l,f                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kduL $$If   l       0   T# T                 .                
t  0                                                              4 
l al  l,f m,f r,f ,f ,f 2            )            )            )                      	 $If   gd_    kdL $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ,f -f -f 
-f 7-f <-f -f             [                                                                                                                                           kd?L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  -f -f -f -f -f .f d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  .f .f .f F.f J.f d.f d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d.f e.f j.f .f .f .f d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdL $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  .f .f .f /f /f -/f d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdcL $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  -/f ./f //f 9/f /f /f /f d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd,L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  /f /f /f /f n            e            e                                                                                                                                                               	 $If   gd_    kdL $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           /f /f /f /f                                                                                                                                                                                                                                                	 $If   gd_  t  kdL $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  /f /f /f /f /f /f /f /f /f                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdgL $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  /f /f                                             kdL $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          /f /f /f 0f 0f 
0f 0f 0f                                                             A                                  kd]L $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  0f 0f 0f 0f 0f 0f 0f 0f                                                 A                                              kd<L $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  0f 0f 0f 0f 0f 0f 00f                                     A            <            7                  gd_    gd_    kd M $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  00f 0f 0f 0f 0f 1f (1f )1f =1f ?1f                                                                                                                                                                                                                                                   E  kd M $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	0f 0f 0f 0f 0f 0f 0f (1f )1f ?1f @1f B1f C1f Q1f R1f _1f `1f 1f 1f 1f 1f 1f 1f 1f 1f 1f 1f 1f 1f 1f 2f 2f 2f 2f 2f %2f 2f 4f 4f 4f 4f 4f 4f 춥x                          /j,M hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *?1f @1f A1f B1f C1f K1f Q1f                                     a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdYM $$If   l 0 
" R                                                           4 
l a   Q1f R1f [1f _1f `1f s1f 1f                                     a                                                                                                                             E  kdvM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   1f 1f 1f 1f 1f 1f 1f                                     a                                                                                                                             E  kd4M $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   1f 1f 1f 1f 1f 1f 1f                                     a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   1f 1f 1f 1f 1f 1f 1f                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdQM $$If   l 0 
" R                                                           4 
l a   1f 1f 1f 1f 2f 2f l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdM $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   2f 2f 2f 2f %2f 2f 2f 3f 3f 4f 4f l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdnM $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
4f 4f 4f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f 5f P6f Q6f ]6f ^6f 6f 6f 6f 6f 6f 6f 7f 7f 37f 57f E7f F7f 7f 7f 7f 7f 7f ;f ;f ;f S>f V>f k>f >f >f >f ?f ?f n?f o?f ?f ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jM hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 04f 5f 5f 5f Q6f ^6f 6f 6f 6f 6f                                                                                                                                                                                                                                                       S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	6f 6f 7f 47f 57f F7f 7f                                     N                                                                                       S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   7f 7f 7f 7f 7f d8f  9f !9f :f :f ;f ;f ;f ;f ;f `<f <f /=f =f                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   =f =f V>f >f ?f ?f P?f n?f o?f ?f @f @f @f Bf :Bf Bf Bf Bf Bf Cf Cf Df Df Ef Ef Ff Ff iFf                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ?f ?f ?f ?f 
@f @f @f @f @f Bf Bf :Bf Cf Df Df Ef Ef Ef iFf Ff Ff Ff Ff Ff Ff Ff Ff )Gf *Gf +Gf GJf HJf SJf TJf UJf YJf ZJf Jf Jf Jf ۵۵۵ۭۜۋzrgrrr       j&
M h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'iFf uFf Ff Ff Ff Ff Ff *Gf                                     j                                                                                                                                           kdB	M $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  *Gf +Gf <Gf Gf Gf Gf 'Hf (Hf DHf Hf Hf s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd	M $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Hf EIf 
Jf Jf \Jf Jf Jf Jf Jf Kf Kf Lf Lf eNf fNf Of Of Of Of Pf Pf Pf Qf Rf Rf FSf GSf                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Jf Jf Jf Jf Jf Jf Jf Jf Kf Lf Nf Of Of Of Of Of Of Of Of Of Of Of Of Of Pf Pf Pf Pf Qf Qf Rf FSf Tf Tf ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j
M hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj
M h_ U !GSf Tf Tf Tf Tf Tf Tf                                                 e                                                                                                                        F  kdM $$If   l   l '{6    4   4 
l a] p
        F  kd[M $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Tf Tf Tf Uf 	Uf Uf 
Uf Uf Uf 5Uf 6Uf VUf WUf mUf nUf Uf Uf Uf Uf Uf Uf Uf Uf Uf Uf Vf Vf /Vf 0Vf WVf XVf YVf ZVf [Vf 9Xf :Xf FXf Xf Xf Xf )Yf /Yf 2Yf Yf Yf Zf Zf Zf [f M[f l[f [f ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Tf Tf Tf Tf Tf Uf 	Uf                                                             5            v  kdM $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdAM $$If   l   l '{6    4   4 
l a] p
         	Uf 
Uf Uf Uf 
Uf Uf Uf Uf                                     t                                                                                                                                                             v  kdY
M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Uf Uf -Uf /Uf 5Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5Uf 6Uf OUf QUf VUf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         VUf WUf eUf gUf mUf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mUf nUf Uf Uf Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uf Uf Uf Uf Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uf Uf Uf Uf Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uf Uf Uf Uf Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uf Uf Uf Uf Uf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uf Uf Vf Vf Vf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Vf Vf (Vf *Vf /Vf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /Vf 0Vf 7Vf <Vf WVf                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         WVf XVf YVf ZVf [Vf 9Xf :Xf FXf Xf Xf Xf Xf *Yf =Yf qYf                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd]M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         qYf Yf Yf Yf Zf Zf LZf jZf Zf Zf Zf 
[f [f N[f m[f [f [f [f [f [f \f \f \f ]f ]f .]f /]f H]f {]f |]f                                                                                                                                                                                                                                                                                                                                                                   gd_  [f [f [f [f [f [f \f \f ]f -]f b]f z]f ]f ]f ]f ]f ^f @^f l^f ^f  _f _f G_f H_f R_f \_f ]_f _f _f _f _f _f пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  |]f ]f ]f ]f ]f ]f 
^f ^f ^f @^f V^f l^f ^f ^f ^f ^f  _f 
_f _f H_f R_f \_f                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \_f ]_f                                     kdM $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ]_f _f _f _f _f _f _f _f _f `f                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	_f _f _f _f _f _f _f _f `f `f `f `f `f `f `f `f `f `f af af 
af af 3bf 5bf Ebf Fbf ebf fbf gbf hbf bf Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ `f `f                                     kd_M $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `f `f ?`f @`f T`f U`f y`f `f `f `f `f `f `f `f                                                                                                                                     q                            kdM $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
`f `f `f `f af 	af 
af af af             q            l                                                                                                                                                       gd_    kdsM $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  af 
af                                     kd0M $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               
af af 7af 8af Laf Maf gaf af af af af af af bf bf bf 4bf                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  4bf 5bf Fbf fbf z            q            q                                                                                                                                                                                       	  $If   gd_    kdM $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       fbf gbf hbf bf bf bf bf bf z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdDM $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       bf bf bf bf bf %cf 'cf 7cf 8cf Wcf Xcf Zcf cf cf cf cf cf cf df df 6df Bdf df df df df df df df df df 4ef vef wef ef ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "bf bf                                     kdM $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               bf bf bf bf bf bf bf cf cf &cf 'cf 8cf Xcf                                                                                                             q                                                         kdXM $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Xcf Ycf Zcf cf cf cf cf cf z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdM $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       cf cf                                     kdM $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               cf cf cf cf df df df df df                                                             q                                                                                                                             kd)!M $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  df df df df df wef ef ef ef ef ef z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd!M $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ef ef ef ef 	ff 
ff ff ff ff ?ff @ff mff ff ff ff ff Vgf :hf <hf Lhf Mhf hf hf hf hf hf if if if if if if if mif }if ~if ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ef 
ff ff ff                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ff ff                                        kd"M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ff @ff mff ff ff ff                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ff ff                                        kd$M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ff ff Xgf Ygf gf gf gf gf ;hf <hf Mhf hf hf                                                                                                 s                                                                        kdY%M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  hf hf if if if if if |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd&M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       if if                                        kd&M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               if if lif mif ~if if                         s                                                                                                                                                                                   kd!(M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~if if if if if if if if if Smf Tmf kmf mf mf +nf Jnf nf nf .of Mof of of Vpf upf pf pf 
rf )rf rf rf "sf Asf sf sf <tf [tf :uf Yuf uf uf Ivf hvf vf vf xf xf о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -if if if if if if if qjf rjf jf jf jf jf jf |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd(M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
jf jf >kf Ukf mkf kf kf kf kf "lf hlf ilf Smf Tmf kmf mf mf mf mf                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  mf mf mf mf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mf mf mf mf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mf mf mf mf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS*M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mf mf nf nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf 
nf +nf 9nf Inf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Inf Jnf Unf Znf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp+M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Znf [nf enf jnf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jnf knf vnf {nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.,M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {nf |nf nf nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf nf nf nf nf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf nf nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK-M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf nf nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf nf nf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	.M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nf nf of 
of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh.M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
of of of .of <of Lof                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lof Mof Xof ]of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&/M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]of ^of hof mof             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mof nof yof ~of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~of of of of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC0M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   of of of of of of                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   of of of of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   of of of of             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`1M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   of of pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf 	pf pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf Vpf dpf tpf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}2M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tpf upf pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;3M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf pf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf pf pf pf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdX4M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pf pf pf  qf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    qf qf qf qf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qf qf qf !qf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu5M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !qf "qf ,qf 1qf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1qf 2qf 3qf qf qf 
rf rf (rf                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd36M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (rf )rf 4rf 9rf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9rf :rf Drf Irf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Irf Jrf Urf Zrf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP7M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zrf [rf erf jrf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jrf krf lrf rf rf rf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rf rf rf rf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm8M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rf rf rf rf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rf rf rf rf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+9M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rf rf rf rf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rf rf rf "sf 0sf @sf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @sf Asf Lsf Qsf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH:M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qsf Rsf \sf asf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   asf bsf msf rsf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rsf ssf }sf sf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde;M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sf sf sf sf sf sf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sf sf sf sf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#<M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sf sf sf sf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sf sf sf tf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tf tf tf tf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@=M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tf tf tf <tf Jtf Ztf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ztf [tf ftf ktf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ktf ltf vtf {tf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]>M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {tf |tf tf tf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tf tf tf tf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tf tf tf 
uf uf :uf Huf Xuf                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdz?M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xuf Yuf duf iuf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iuf juf tuf yuf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8@M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yuf zuf uf uf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uf uf uf uf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uf uf uf uf uf uf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUAM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uf uf uf uf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uf uf uf uf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uf uf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrBM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf Ivf Wvf gvf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0CM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gvf hvf svf xvf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xvf yvf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMDM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf vf vf vf                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf vf vf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjEM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vf vf  wf wf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wf wf wf wf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(FM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wf wf !wf &wf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &wf 'wf (wf Lwf lwf wf wf wf xf xf xf xf xf >xf xf                                                                                                                                                                                        gd_  z  kdFM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xf ,xf >xf Yxf xf xf 	yf 
yf yf  yf Ryf Syf ]yf gyf hyf yf yf yf yf yf yf yf yf yf {f {f {f {f {f Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  xf xf xf 
yf yf yf  yf Syf ]yf gyf                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	gyf hyf                                        kdEGM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hyf yf yf yf yf yf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  yf yf                                        kdHM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yf yf Hzf Izf izf jzf zf {f M{f r{f {f {f {f {f {f                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  {f {f {f +|f D|f ]|f v|f |f |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdIM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {f {f |f |f |f |f |f *|f |f |f |f |f |f |f |f |f }f ~f ~f ~f ~f Of Pf Sf df |f ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jJM h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  |f |f |f |f |f |f |f |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd,KM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |f |f                                        kdKM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |f }f P}f Q}f }f }f 
~f &~f ?~f Y~f n~f ~f ~f                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ~f ~f ~f Pf |            s            s                                                                                                                                                                                           	  $If   gd_   kd:MM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Pf Qf Rf Sf |f f f @f Rf df ef Tf Uf |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdMM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |f f f ?f @f cf df ef f ɀf ހf f Af Sf Uf jf f f f f f ׁf ؁f f *f +f .f 7f f f hf if f f f f f ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Uf _f jf f f f                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  f f                                        kdNM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f ؁f f f +f ,f -f                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  -f .f                                        kdPM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .f 7f |f }f f f Ղf ւf Tf f f f )f Ff hf if f                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  f f f f Ff f ߅f "f |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdVQM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f ʄf ˄f ̄f ߄f f f f Ff kf f f ޅf  f !f "f %f 6f Lf sf ҆f f f f f ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jRM h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  "f #f $f %f Kf Lf цf ҆f f f f #f |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdRM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f .f `f af kf uf vf f f ćf Շf ևf هf f Mf [f f f ̈f ͈f Ոf ׈f f f 2f 3f 5f 6f Hf Zf [f ff f ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !#f .f af kf uf                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  uf vf                                        kdOSM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vf f ćf ևf ׇf ؇f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ؇f هf                                        kdTM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               هf f Cf Df df ef f f ֈf ׈f f                                                                                                 Y                              kdUM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
f 3f 4f 5f 6f ff f  f Uf Vf f f             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdVM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f f f f f f f f  f f f &f 7f sf f Sf ff f f f f Tf Uf Wf Xf f Ęf f f 0f df 3f :f țf ̛f f f f f f f .f /f ?f @f ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j[M hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jkWM hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -f %f &f 7f }f ~f >f ?f rf sf f f f Rf Sf hf f Uf Xf Øf Ęf f f /f 0f ?f Qf                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Qf df ef jf rf wf             f                                                                                                                                                                      kdWM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  wf xf }f f f o            f            f            f                                                                                                                                                	  $If   gd_    kd@XM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o            f            f            f                                                                                                                                                	  $If   gd_    kdXM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o            f            f            f                                                                                                                                                	  $If   gd_    kdYM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f Śf ͚f Қf o            f            f            f                                                                                                                                                	  $If   gd_    kdYM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Қf Ӛf ۚf f f o            f            f            f                                                                                                                                                	  $If   gd_    kdYM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o            f            f            f                                                                                                                                                	  $If   gd_    kdfZM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f 
f f  f o            f            f            f                                                                                                                                                	  $If   gd_    kdZM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  f !f "f #f ěf śf f f f f pf qf ʟf o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdB[M $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @f Cf Df ʟf ֟f f èf 
f f f f f f εf ڵf ۵f f f f f f !f Sf Tf ^f hf if uf f f ȷf ɷf ʷf ηf ׷f f f f ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ʟf ֟f Rf Sf 	f 
f f f f f f f f f f f 4f f èf 	f 
f +f 8f Ef Rf _f pf                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  pf f f f f f ȫf ۫f f 	f 
f f Ef Ff f f ef ff 8f 9f f f Rf f f f 0f ]f f                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  f f ׳f 'f f f f εf ۵f f f f f !f Tf ^f hf                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  hf if                                        kd+\M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               if f ɷf ʷf ̷f ͷf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ͷf ηf                                        kd]M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ηf ׷f f "f If pf f ָf f f $f If f f                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
f f f f |            s            s                                                                                                                                                                                           	  $If   gd_   kd^M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f f  f f f 2f df ef of yf zf f f f ͺf κf Ϻf Ӻf ܺf df ̼f ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 f f f f f f 'f 2f ef of |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	of yf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  yf zf                                        kdG`M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zf f ͺf κf Ϻf Ѻf Һf                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Һf Ӻf                                        kdaM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӻf ܺf f 'f Nf yf f ݻf cf ̼f ܼf ݼf                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ̼f ܼf ޼f f f f f f f f f Ff Gf Qf [f \f hf f f f f f f f Hf ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ݼf ޼f f f |            s            s                                                                                                                                                                                           	  $If   gd_   kdbM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f 	f f Gf Qf [f |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdcM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [f \f                                        kdcdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \f f f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f f                                        kdeM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f 2f ]f f f Gf f f f                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Hf f f ¿f ҿf ӿf ٿf f f f f f f f f f %f Wf Xf bf lf mf yf f f f f ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    f ¿f ӿf f |            s            s                                                                                                                                                                                           	  $If   gd_   kdgM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f %f Xf bf lf |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdgM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	lf mf                                        kdhM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mf f f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f f f f Ef Gf Wf Xf ^f ef ff gf hf }f f f f f f f f f f f f f îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  f f                                        kdiM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f Df rf f f 	f Ef Ff Gf                                                                                                                         f                           kd'kM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Gf Xf ff gf hf rf }f f f f                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdkM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	f f                                        kdlM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f !f "f                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  f f #f ,f f f f f f f f f f f f .f 0f 1f Ff xf yf f f f f f п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  "f #f                                        kdmM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #f ,f kf wf f f f f 8f of f f                                                                                                                         f                           kdCoM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  f f f f f f 1f ;f Ff yf                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdoM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	yf f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  f f                                        kdpM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f f f f f f f f f f f f 'f (f Zf [f \f ]f ^f _f kf of f uf f ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 f f                                        kdrM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f /f ef f f (f Zf                                                                                     s                                                                                              kd_sM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Zf [f \f ]f ^f _f f @f Af uf f f &f mf |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdtM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
f f f f f %f 9f lf f f f f f 'f Yf Zf df nf of f f f f f f f f f f f f f &f 2f õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !mf f f f f 'f Zf df nf                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  nf of                                        kdtM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               of f f f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  f f                                        kd'vM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f &f f f f f f f f f  f                                                             f                                    [            [                     
  $If   gd_ K$  kd{wM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
2f f f f f f f f f f f f f f f !f 6f 7f Ff Hf If Jf bf lf mf nf pf qf rf f f ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ  f !f 7f Gf Hf If                                     R            I                                                                     	  $If   gd_ Q  kdxM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd5xM $If   K$L$l 0                                     
t                              4   4 
l a   If Jf rf f f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOyM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f f f f f kf lf mf nf ~f f f f f f f f f f f f f f ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J f f                                        kd	zM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f >f lf mf nf f f f f                                                             f                                    [            [                     
  $If   gd_ K$  kd]{M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
f f f f f f f                                     R                                                                                              Q  kd|M $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd|M $If   K$L$l 0                                     
t                              4   4 
l a   f f f f f f                                     R            I                                                                     	  $If   gd_ Q  kd}M $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd1}M $If   K$L$l 0                                     
t                              4   4 
l a   f f f 9f :f _f rf f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK~M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f f f f f f f 9f :f f f f f f f 6f Of if jf kf lf |f }f ~f f f 
f :f @f ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ f f                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f pf f if jf kf lf }f :f                                                                                     Y                                          kdYM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
:f Af Jf Kf Sf hf }f f f f f f f f $f 9f Kf ef                                                                                                                                                                                                                      	  $If   gd_  S  kdM $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ @f Af If Kf f f f f f f f f f f f 
f f Xf Yf \f ef qf f Zf qf rf sf tf ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ef f f f f f f                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdM $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f f f 3f Ff Yf Zf [f |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd7M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [f \f                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \f ef f f rf sf tf f f f f                                                             f                                    [            [                     
  $If   gd_ K$  kdEM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
tf f f f f f f f f f Wf Yf Zf [f sf }f ~f f f f f f f f f f f f yf 'f ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 f f f f f $f >f Xf hf f f f f f f f f $f                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   $f >f Xf Yf Zf                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdM $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Zf [f f f f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kd݆M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f yf f f &f f f f f f +f                                                                                                 f                                                   kd1M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  'f f f f f f f *f +f ,f Df Nf Of Pf Rf Sf Tf lf mf f f f f þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ +f ,f Tf mf f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f 5f f f f f f                                                                                                 Y                              kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
f f f f f 5f f f f f f f 9f :f ;f Sf ]f ^f _f af bf cf df f f f νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  f :f ;f cf df f f f f f f f             s                                                                                                                                                                 kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f                                        kdmM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f !f jf 	f 
f f f of                                                                                     Y                                          kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
f f f jf f 	f 
f f f f of pf vf wf f f f f f f f 
f _f `f af yf f f f f f f ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 of pf wf f f f f f f f f 	f #f =f Ef Zf of                                                                                                                                                                                                         	  $If   gd_  S  kd{M $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  of f f f f f f f f                                                                                                                                                                                                                                                 	  $If   gd_  S  kd
M $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f 
f `f |            s            s                                                                                                                                                                                           	  $If   gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `f af f f f f f f f f f |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdYM $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
f f f f f f f f f f f f f f f f f f af f f f f f f f f ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  f f                                        kd!M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f Jf ^f f f f f f                                                                                                 f                                                        kduM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
f f f f f f f f f f f f 5f Ff `f                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd/M $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  `f zf f f f f f f f f 2f Cf ]f wf f f f                                                                                                                                                                                                                            S  kdM $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f f f f f f f f -f .f /f             s                                                                                                                                                                 kdSM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f f f f f f f f f f f f ,f -f 0f 9f f ,f -f Sf Tf f f f f f f f f f f Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ /f 0f                                        kd
M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0f 9f f Tf f f ;f f f Yf f ^f f f f f Jf af f f f f If uf f                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  f f f f f f yf f f f f f f f f f f f f _f af bf cf ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   f f f f f f |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdaM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f -f Bf Wf if f f f f f f 
f f 8f @f Uf                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM $If   K$L$l 0                     x                
t                                4   4 
l a   Uf jf f f f f f f 
f f 5f Ff `f af bf                                                                                                                                                                                                                   	  $If   gd_  S  kdM $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  bf cf f f f f f f f f f |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd?M $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
cf {f f f f f f f f f f f f f f f f f uf f ff {f f f f f f f f f ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ f f                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f f f f ~f f f f f f 6f [f rf f f f f                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  f f f .f vf f f f f f f f f f f f f f Hf Nf Of Wf Yf f f f f f f f f ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  f f f Hf Of Xf |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd[M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Xf Yf af sf f f f f f f f f -f >f Tf ef |f }f                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM $If   K$L$l 0                                     
t                                4   4 
l a   }f f f f f f f f f #f :f Qf bf xf f f f                                                                                                                                                                                                                            S  kdM $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f f f f f f f f +f -f .f             s                                                                                                                                                                 kd9M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f f f f *f +f /f 8f Jf |f f Df f E g a g  g  g 3g g g /g g g 
g g g g g Ig \g hg {g g 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !.f /f                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /f 8f Jf f f b g  g g eg g g g 1g g lg g g  g !g (g g g                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  g g Eg dg g g g 	g  	g ?	g @	g Q	g                                                                                                             f                                       kdGM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  g g g g 	g 	g $	g 7	g >	g @	g P	g Q	g 	g 	g 	g 	g 	g 	g 	g 	g 	g 	g 
g 
g  g g ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q	g 	g 	g 	g 	g 	g 	g 	g             s                                                                                                                                                                                     kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	g 	g                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	g 	g 	g 	g 
g @
g b
g c
g 
g 
g 
g 
g  g                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   g g g Eg jg |            s            s            s                                                                                                                                                                          	  $If   gd_   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g ig jg kg lg mg yg }g g g g 
g 
g 
g 
g g g =g Qg g g g g g g g g ;g >g rg g ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  jg kg lg mg g W
g Y
g 
g 
g g >g g g |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdɡM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g )g *g |g #g $g g g g g g =g >g rg g g #g jg g g g g $g Wg ag kg                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g g g g g "g 6g ig }g g g g g $g Vg Wg ag kg lg g g g g g g g g g g g g g g g g 6g Zg [g \g lg mg õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (kg lg                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lg g g g g g g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  g g                                        kdףM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g 6g Yg g g g g -g [g \g mg                                                                                                             f                                       kd+M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  mg ng og g g g g g g g g             s                                                                                                                                                                      kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
mg ng og g g g g g g g g g g g g g g 2g 3g g g g g g g g g g g g g g g g g g >g ?g ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %g g                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g 3g g g g g                                                 f                                                                                                                       kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  g g g g g g ,g ?g Ag Bg |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Bg Cg                                        kdgM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?g Cg Lg g g g g g "g #g $g %g =g Gg Hg Lg Mg Ng `g ag sg tg g g g g g g Mg Ng g g g g g g g g 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Cg Lg jg g g g #g $g                                                 f                                                                                                                       kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $g %g Mg Ng ag tg g g g g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kduM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g g                                        kd/M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g Ng g g g g                                                 f                                                                                                                       kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  g g g !g g g g g g g  g 4g vg |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd=M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g  g !g g g g g g g g ag  g 4g Gg vg g g g g g g 
g g )g *g =g kg ~g g g g g ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  vg g g *g kg g g 9g g g g g g g ' g 1 g ; g                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g g 8g Lg g g g g g g & g ' g 1 g ; g < g T g ^ g _ g c g d g e g m g  g  g  g  g  g  g  g  g  g շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\; g < g                                        kdM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < g d g e g  g  g  g  g  g  g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   g  g                                        kdKM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                g  g T!g !g !g !g !g "g H"g I"g Z"g "g                                                                                                 f                                                   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   g T!g !g !g !g !g "g 
"g "g G"g H"g I"g Y"g Z"g ]"g r"g {"g "g "g "g "g "g "g "g "g "g "g "g "g ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ "g "g "g "g "g "g "g "g                                                             R            I                                   	  $If   gd_ Q  kdM $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdYM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ "g "g "g "g "g #g "#g 5#g 7#g 8#g N#g |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdsM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
"g "g "g "g "g "g "g "g "g #g #g 4#g 5#g O#g X#g Y#g h#g #g $g $g $g $g $g $g 	%g %g %g %g 0%g 1%g ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N#g O#g                                        kd-M $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O#g X#g #g #g $g 0$g I$g \$g $g $g $g $g $g %g 1%g 2%g                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  1%g 2%g 3%g C%g D%g G%g M%g x%g ~%g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g %g 
&g &g  &g !&g F&g G&g K&g пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  2%g 3%g D%g x%g %g %g |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %g %g %g %g %g %g                                     R            I                                                                     	  $If   gd_ Q  kdȶM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd;M $If   K$L$l 0                                     
t                              4   4 
l a   %g %g %g %g &g !&g 4&g G&g I&g J&g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J&g K&g                                        kdM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K&g T&g &g &g %'g 7'g r'g }'g 'g 'g 	(g 
(g (g (g                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
K&g T&g U&g d&g &g r'g |'g }'g 'g 'g 'g 'g 'g 'g 'g 'g (g 	(g (g 
(g (g (g (g  (g !(g $(g 9(g B(g L(g M(g زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 (g (g !(g N(g |            s            s                                                                                                                                                                                           	  $If   gd_   kdcM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M(g N(g O(g g(g q(g r(g v(g w(g x(g (g (g (g (g (g (g (g (g (g (g ?)g @)g )g )g 4*g *g *g *g *g *g ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    N(g O(g w(g x(g (g (g (g (g (g (g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(g (g                                        kd׺M $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               (g (g @)g })g )g "*g S*g e*g *g *g *g *g 7+g 8+g                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
*g *g *g *g *g *g +g 6+g 7+g 8+g 9+g I+g J+g M+g b+g k+g u+g v+g w+g x+g y+g z+g +g 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  8+g 9+g J+g w+g |            s            s                                                                                                                                                                                           	  $If   gd_   kd+M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w+g x+g y+g z+g +g +g +g ,g ,g ,g  -g l-g -g -g |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+g +g +g +g ,g ,g ,g ,g  -g l-g -g -g -g -g W.g .g /g /g %/g )/g R/g /g /g /g /g 0g 1g 2g )2g -2g Z2g 3g 3g F3g G3g S3g W3g z3g 4g 4g 4g 4g 4g '5g q6g 6g 6g 6g /7g l7g 7g 8g Y8g ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4-g -g W.g .g .g /g /g R/g /g /g /g 0g 1g 2g 2g Z2g 3g F3g G3g z3g .4g /4g d4g y4g 4g 4g 4g 4g 4g '5g                                                                                                                                                                                                                                                                                                                                                                   gd_  '5g q6g 6g 6g /7g l7g 7g 8g Y8g 8g 8g 19g 29g =9g I9g X9g d9g w9g {9g                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Y8g 8g 8g 09g 19g =9g S9g W9g w9g z9g {9g 9g 9g 9g 9g 9g 9g :g G:g :g :g %;g [;g \;g ;g ;g ;g <g ?<g @<g r<g <g <g <g <g =g >g Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ ${9g |9g }9g ~9g 9g 9g 9g 9g 9g M            H            H            H            H            H            H            H                   gd_   kdM $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   9g 9g 9g 9g 9g 9g 9g 9g                                                 _            V            V                                                             	 $If   gd_    kd=M $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  9g 9g 9g 9g                                                                                                                                                                                                                                                          	 $If   gd_  o  kdM $$If   l       0   T# T                 .                
t  0                                                              4 
l al  9g 9g 9g 9g 9g 9g 9g 
:g                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdM $$If   l       0   T# T                 .                
t  0                                                              4 
l al  
:g :g :g G:g L:g 2            )            )            )                      	 $If   gd_    kdLM $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     L:g :g :g :g :g :g ;g             [                                                                                                                                           kdyM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ;g  ;g %;g \;g `;g ;g d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdBM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ;g ;g ;g ;g ;g <g d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  <g <g <g @<g E<g l<g d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l<g m<g r<g <g <g <g d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  <g <g <g <g &=g +=g 7=g d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdfM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7=g 8=g ;=g E=g n            e            e                                                                                                                                                               	 $If   gd_    kd/M $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           E=g F=g I=g R=g                                                                                                                                                                                                                                                	 $If   gd_  t  kdM $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  R=g S=g T=g e=g j=g r=g y=g =g =g                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdM $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  =g =g                                             kd>M $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          =g =g =g =g =g =g =g =g                                                             A                                  kdM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  =g =g =g =g =g =g =g =g                                                 A                                              kdvM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  =g =g =g =g =g =g =g                                     A            <            7                  gd_    gd_    kdUM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  =g >g >g >g >g >g >g >g >g >g                                                                                                                                                                                                                                                   E  kd4M $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	>g >g >g >g >g >g >g >g >g >g >g >g >g >g >g >g >g ?g ?g  ?g !?g M?g N?g f?g g?g ~?g ?g ?g ?g ?g ?g ?g ?g ?g ?g ?g @g 0Bg 1Bg <Bg =Bg MBg NBg 춥x                          /jfM hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *>g >g >g >g >g >g >g                                     a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   >g >g >g >g >g ?g ?g                                     a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQM $$If   l 0 
" R                                                           4 
l a   ?g ?g ?g  ?g !?g 3?g M?g                                     a                                                                                                                             E  kdnM $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   M?g N?g Y?g f?g g?g q?g ~?g                                     a                                                                                                                             E  kd,M $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   ~?g ?g ?g ?g ?g ?g ?g                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdM $$If   l 0 
" R                                                           4 
l a   ?g ?g ?g ?g ?g ?g l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdM $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ?g ?g ?g ?g ?g @g @g }Ag ~Ag UBg VBg l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdM $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
NBg RBg SBg HCg ICg TCg UCg eCg fCg jCg kCg mCg Cg Cg Cg Cg Cg Cg CDg EDg PDg QDg Dg Dg Dg Dg Dg Dg Dg Dg #Eg %Eg &Eg 2Eg 3Eg Hg Hg Hg Kg Kg 	Lg )Lg NLg WLg Lg Lg Mg 
Mg Mg ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jM hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0VBg mCg vCg Cg Cg Cg DDg EDg QDg Dg                                                                                                                                                                                                                                                       S  kd4M $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Dg Dg Dg Dg Dg Dg $Eg                                     N                                                                                       S  kdXM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   $Eg %Eg &Eg 3Eg kEg Fg Fg Fg Gg Gg Hg Hg Hg 2Ig Ig Ig dJg Jg 4Kg                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdM $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4Kg 5Kg Kg OLg Lg Lg Lg Mg 
Mg  Mg Ng Ng Ng Og Og APg cPg |Pg Pg Pg Pg Qg Qg \Sg ]Sg Sg Sg Tg                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Mg  Mg Mg Mg Mg Mg Ng Ng Ng Og Og Og Qg Qg Qg [Sg ]Sg |Sg Tg Tg !Tg .Tg /Tg Tg Tg Tg Tg Tg Tg Tg Wg Wg Wg Wg Wg Wg Wg 5Xg 6Xg AXg ۵۵۵ۭۜۋzrgrrr       j`M h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Tg Tg "Tg .Tg /Tg Tg Tg Tg                                     j                                                                                                                                           kd|M $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Tg Tg Tg #Ug (Ug gUg Ug Ug Ug LVg Vg s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdM $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Vg Vg Wg Wg Wg JXg KXg Xg Xg ;Yg <Yg Zg Zg \g \g \g \g ]g ]g ]g ]g d^g _g e`g f`g `g `g                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  AXg BXg CXg GXg HXg KXg Xg Xg :Yg Zg U\g \g c]g d]g o]g p]g ]g ]g ]g ]g ]g ]g ]g ]g ]g ]g 5^g >^g G_g g_g e`g `g Obg Pbg ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j.M hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjM h_ U !`g Pbg Tbg Ubg kbg lbg bg                                                 e                                                                                                                        F  kdM $$If   l   l '{6    4   4 
l a] p
        F  kdM $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Pbg Ubg bg bg bg bg bg bg bg bg bg bg bg cg cg 'cg (cg Dcg Ecg acg bcg cg cg cg cg cg cg cg cg cg cg cg cg cg eg eg eg Efg zfg fg fg fg fg \gg ngg Ahg Yhg hg hg hg 
ig @ig ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3bg bg bg bg bg bg bg                                                             5            v  kdM $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd{M $$If   l   l '{6    4   4 
l a] p
         bg bg bg bg bg bg bg bg                                     t                                                                                                                                                             v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  bg bg bg bg bg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         bg bg bg bg bg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         bg bg cg cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg !cg 'cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'cg (cg =cg ?cg Dcg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Dcg Ecg Zcg \cg acg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         acg bcg |cg ~cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@M $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg cg cg                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cg cg cg cg cg eg eg eg ,fg Ffg zfg fg fg fg gg                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gg #gg Wgg ogg gg gg gg hg <hg Zhg hg hg hg hg ig ?ig @ig Aig Big dig mjg njg jg jg jg jg jg jg kg kg                                                                                                                                                                                                                                                                                                                                                                   gd_  @ig Big Lig big cig dig jg jg jg jg  kg kg 8kg ;kg xkg kg kg kg 
lg 5lg lg lg lg lg lg lg lg !mg "mg ?mg @mg Smg пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  kg 8kg Fkg Ykg Zkg xkg kg kg kg kg kg 
lg  lg 6lg 7lg lg lg lg lg lg lg lg                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  lg lg                                     kdBM $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               lg "mg ?mg @mg Vmg lmg mg mg mg mg                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Smg Vmg kmg lmg mg mg mg mg mg mg Jng Lng \ng ]ng |ng }ng ~ng ng ng ng ng ng og og og og pg pg pg pg +pg Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ mg mg                                     kdM $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               mg mg mg mg mg mg ng 3ng 4ng Ing Jng Kng Lng ]ng                                                                                                                                     q                            kdM $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
]ng }ng ~ng ng ng ng ng ng ng             q            l                                                                                                                                                       gd_    kdM $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ng ng                                     kdjM $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ng ng ng ng ng ng og !og "og 4og _og xog og og og og og                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  og og og pg z            q            q                                                                                                                                                                                       	  $If   gd_    kdM $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       pg pg pg -pg .pg /pg 0pg 1pg z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd~M $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       +pg ,pg -pg 2pg ;pg pg pg pg pg pg pg pg $qg %qg *qg 3qg qg qg qg qg qg qg 2rg 4rg Drg Erg drg erg hrg rrg rg rg sg sg Hsg ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "1pg 2pg                                     kd;M $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2pg ;pg Zpg [pg opg ppg pg pg pg pg pg pg pg                                                                                                             q                                                         kdM $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  pg pg pg %qg &qg 'qg (qg )qg z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdOM $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       )qg *qg                                     kdM $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               *qg 3qg |qg }qg 2rg 3rg 4rg Erg erg                                                             q                                                                                                                             kdcM $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  erg frg grg hrg rg sg Isg _sg `sg jsg usg z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd M $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Hsg Isg `sg usg sg sg sg sg sg sg sg tg  tg !tg Utg ^tg tg ug ug ug ug <vg Ovg ~vg vg vg vg vg vg vg vg vg vg wg wg wg ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #usg sg sg sg                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  sg sg                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sg sg tg !tg #tg Ttg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ttg Utg                                        kd?M $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Utg ^tg tg tg 3ug 4ug Cug ug ug ug ug <vg vg                                                                                                 s                                                                        kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  vg vg vg vg vg vg vg |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdMM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vg vg                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vg vg 
wg wg wg =wg                         s                                                                                                                                                                                   kd[M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  wg <wg =wg >wg ?wg @wg Bwg dwg owg zg zg 	{g I{g h{g {g {g H|g g|g |g |g V}g u}g }g ~g o~g ~g g g 1g Pg g ߀g Rg qg ځg g ؂g g Yg xg g g dg g g g о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -=wg >wg ?wg @wg Awg Bwg owg xg xg Qxg \xg fxg qxg {xg |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{xg |xg xg xg yg "yg Oyg Pyg yg yg zg zg zg zg 	{g {g I{g W{g g{g                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  g{g h{g s{g x{g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x{g y{g {g {g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {g {g {g {g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {g {g {g {g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {g {g {g {g {g {g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {g {g {g {g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {g {g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g 	|g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g $|g )|g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )|g *|g +|g H|g V|g f|g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f|g g|g r|g w|g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w|g x|g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g |g |g |g |g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g |g |g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |g |g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g '}g ,}g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,}g -}g .}g V}g d}g t}g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t}g u}g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g }g }g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }g }g }g }g ~g ~g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g #~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #~g $~g .~g 3~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3~g 4~g ?~g D~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D~g E~g O~g T~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T~g U~g V~g o~g }~g ~g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g ~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g ~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g ~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g ~g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~g ~g ~g =g g g g g                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdmN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g 	g 
g 1g ?g Og                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Og Pg [g `g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `g ag kg pg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pg qg |g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g ΀g ހg                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ހg ߀g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g  g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g  g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    g !g "g Rg `g pg                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pg qg |g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g ځg g g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g 	g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8	N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	g 
g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g %g *g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *g +g 5g :g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU
N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :g ;g <g g g ؂g g g                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd
N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g #g (g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (g )g 3g 8g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8g 9g :g Yg gg wg                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wg xg g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM
N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g g g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g !g &g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &g 'g 2g 7g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7g 8g Bg Gg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gg Hg Ig dg rg g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g Ąg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ąg ńg Ƅg g 
g /g Rg Sg g g g g g ܅g ag                                                                                                                                                                                        gd_  z  kd N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g ʅg ܅g g bg g g g g g g g g g g 8g 9g Jg \g ]g ng og g g eg gg wg xg g Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ag bg g g g g g g g g                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	g g                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g 9g ]g og qg g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  g g                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g g g g Vg g g g  g 1g Ag Bg fg                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  fg gg xg ɉg g g g Cg |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd'N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g g g g g ȉg Bg Cg Dg ig jg g g g g $g &g 6g 7g g g g g g ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jN h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Cg Dg jg g g g g |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdfN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g                                        kd N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g g >g g g ċg ݋g g g $g %g                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  %g &g 7g g |            s            s                                                                                                                                                                                           	  $If   gd_   kdtN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g g g g g ލg g g g g g |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd.N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g ݍg ލg g g g !g gg |g g ߎg g g g :g ;g Eg Og Pg ug vg g ȏg ɏg ̏g Տg g g g g *g ,g <g =g Mg ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $g g g ;g Eg Og                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Og Pg                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pg vg g g ɏg ʏg ˏg                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ˏg ̏g                                        kd<N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̏g Տg g g *g ;g sg tg g `g g g Ǒg g g g +g                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  +g ,g =g g g ?g }g g |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Mg Ng hg ig jg }g ~g g g g 	g >g [g |g g g g Óg ԓg g g pg g g g g ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jJN h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  g g g Óg g g og pg g g g g |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g ̔g g g 	g g g 9g :g bg sg tg wg g g g 6g Rg jg kg sg ug g g Жg іg Ӗg Ԗg g g g g 8g ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !g ̔g g 	g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  g g                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g :g bg tg ug vg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  vg wg                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wg g g g g g Rg Sg tg ug g                                                                                                 Y                              kd1!N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
g іg Җg Ӗg Ԗg g g g g g g g             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd!N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8g 9g Dg Eg Ug Vg Zg [g g g g g ĝg ՝g g #g g g :g <g Qg Sg g g g g `g bg Gg \g Χg g Ѩg بg fg jg g g %g Lg g g ̬g ͬg ݬg ެg ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j&N hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j"N hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -g Ýg ĝg ՝g g g ܟg ݟg g g #g g g g g g Sg g g ag bg Gg \g ͧg Χg ݧg g                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  g g g g g g             f                                                                                                                                                                      kd#N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  g g g #g /g o            f            f            f                                                                                                                                                	  $If   gd_    kdz#N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at /g 0g 5g <g Ag o            f            f            f                                                                                                                                                	  $If   gd_    kd#N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ag Bg Gg Ng Zg o            f            f            f                                                                                                                                                	  $If   gd_    kdV$N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Zg [g cg kg pg o            f            f            f                                                                                                                                                	  $If   gd_    kd$N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at pg qg yg g g o            f            f            f                                                                                                                                                	  $If   gd_    kd2%N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g g g g g o            f            f            f                                                                                                                                                	  $If   gd_    kd%N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g g g g g o            f            f            f                                                                                                                                                	  $If   gd_    kd&N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g g g g bg cg g g Pg Qg g g hg o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd|&N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ެg g g hg tg Wg ag g g g g 4g \g lg xg yg g g g g g g g g g g g g 4g 5g fg gg hg lg ug Ag Cg Sg ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %hg tg g g g g >g ?g g Rg Sg [g \g g 7g 8g Ҵg Wg ag g g ɸg ָg g g g g                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  g g 0g Ag Rg Sg fg yg g g g g g g g g g g ־g ׾g g g g @g Ag g g g +g                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  +g ,g ug g 4g 5g \g lg yg g g g g g g g g                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  g g                                        kde'N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g 5g gg hg jg kg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  kg lg                                        kd(N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lg ug g g g g Lg tg g g g g Ag Bg                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Bg Cg Tg g |            s            s                                                                                                                                                                                           	  $If   gd_   kd
*N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sg Tg g g g g g g g g g g g 
g g g $g Eg Fg kg lg mg qg zg g jg ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 g g g g g g g g g 
g |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd*N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  g g                                        kd+N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g Fg kg lg mg og pg                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  pg qg                                        kd,N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qg zg g g g g Wg {g g jg zg {g                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  jg zg |g g g g g g g g g g g g g g g 'g (g Og Pg Qg Ug ^g g ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    {g |g g g |            s            s                                                                                                                                                                                           	  $If   gd_   kd).N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g g g g g g |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd.N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g                                        kd/N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g (g Ng Og Pg Qg Sg Tg                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Tg Ug                                        kd0N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ug ^g g g g g ;g _g g Ng ^g _g                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  g Ng ^g `g pg qg wg ~g g g g g g g g g g g g  g 
g g g 8g 9g ag bg ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    _g `g qg g |            s            s                                                                                                                                                                                           	  $If   gd_   kdE2N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g g g g g g  g 
g |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd2N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
g g                                        kd3N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g 9g `g ag bg cg eg fg                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  bg cg gg pg g g g g g g g g g g Mg Ng Xg bg cg og g g g g g g îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  fg gg                                        kd
5N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gg pg g g g g Og og g g g g                                                                                                                         f                           kda6N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  g g g g g g g Ng Xg bg                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd7N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	bg cg                                        kd7N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cg g g g g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  g g g g Ug Vg Wg gg hg ng ug vg wg xg g g g g g g g !g +g ,g 8g Tg п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  g g                                        kd)9N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g 	g g <g jg g g g 
g Vg Wg                                                                                                                         f                           kd}:N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Wg hg vg wg xg g g g g g                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd7;N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	g !g +g                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  +g ,g                                        kd;N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,g Ug Vg Wg Yg pg                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Tg Ug Vg Wg qg zg {g |g }g g g g g g g g g g g g 	g 
g -g g &g ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 pg qg                                        kdE=N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qg zg |g }g g g g g g g g                                                                                     s                                                                                              kd>N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
g g g g g g -g g g g Ug g g g |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdS?N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&g Ug hg g g g g 
g g Yg mg g g g g g g g 
g %g /g 0g 1g 4g 5g Tg Ug gg hg g g g g g õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !g Zg g g g g g g g                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g 
g                                        kd
@N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
g 5g Ug hg {g g g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  g g                                        kdaAN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g /g Bg og pg qg g g g g                                                             f                                    [            [                     
  $If   gd_ K$  kdBN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
g /g og pg qg g g g g g g g g g g g g g g g g g  g 
g g g g g g 2g 3g ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ g g g g g g                                     R            I                                                                     	  $If   gd_ Q  kdCN $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdoCN $If   K$L$l 0                                     
t                              4   4 
l a   g g g 3g Fg Yg lg g g g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdDN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3g ~g g g g g 	g 
g g g g g Ng Tg Ug ]g _g tg ug g g g g g ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J g g                                        kdCEN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g g 
g g g g Ng Ug ^g                                                             f                                    [            [                     
  $If   gd_ K$  kdFN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
^g _g ug g g g g                                     R                                                                                              Q  kdGN $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQGN $If   K$L$l 0                                     
t                              4   4 
l a   g g g g g g                                     R            I                                                                     	  $If   gd_ Q  kdHN $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdkHN $If   K$L$l 0                                     
t                              4   4 
l a   g g g g g g g #g $g %g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	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 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ %g &g                                        kd?JN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &g /g lg g !g g g 	g 
g g g                                                                                     Y                                          kdKN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
g g g g g g g -g Gg ag qg g g g g g g g                                                                                                                                                                                                                      	  $If   gd_  S  kdMLN $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ g g g g ag bg cg dg |g g g g g g g g g g g g g g ng g g g g g ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  g g -g Gg ag bg cg                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdLN $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  cg dg g g g g g g g |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdqMN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g                                        kd+NN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g ng g g g g #g mg tg }g                                                             f                                    [            [                     
  $If   gd_ K$  kdON $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
g "g #g Ag Ig mg sg tg |g ~g g g g g g g g g g  g !g .g 8g 9g g g g g g g ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 }g ~g g g g g g g g  g :g Bg Wg lg ~g g g g                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd9PN $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   g g g g g                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdPN $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g g !g 9g Lg _g rg g g g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]QN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g g                                        kdRN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g 4g {g g bg cg dg eg vg g                                                                                                 f                                                   kdkSN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  g `g cg dg eg ug vg g g g g g g g g g g 
g g hg ig lg ug þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ g g g g 0g Cg Vg ig jg kg |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%TN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kg lg                                        kdTN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lg ug g Gg g g qg rg sg tg g                                                                                                 Y                              kd3VN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ug g  g g g g qg rg sg tg g g g g g g g g g g  g g g rg sg vg νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  g g g g g 'g :g Mg `g sg tg ug             s                                                                                                                                                                 kdVN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ug vg                                        kdWN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vg g Tg {g g g g g g g 
g                                                                                     Y                                          kdXN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
vg g Sg 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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 
g g g g g 'g <g Qg cg }g g g g g g g 
g                                                                                                                                                                                                         	  $If   gd_  S  kdYN $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
g g 9g Sg cg }g g g g                                                                                                                                                                                                                                                 	  $If   gd_  S  kdGZN $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g g g g |            s            s                                                                                                                                                                                           	  $If   gd_   kdZN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g 'g (g ;g Ng ag tg g g g |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[N $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
'g (g :g ;g g g g g Lg <g =g >g Ng Og [g `g ug g g 3g 5g ;g <g Dg Fg ?g Ag ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  g g                                        kd[\N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g Lg g g g g <g =g >g Og                                                                                                 f                                                        kd]N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Og g 5g <g Eg Fg Ng cg xg g g g g g g                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdi^N $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  g g )g Cg Kg `g ug g g g g g g g &g @g Ag                                                                                                                                                                                                                            S  kd^N $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ag Bg Cg kg lg g g g g g g g             s                                                                                                                                                                 kd_N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ag Bg Cg [g eg fg gg ig jg kg lg ~g g g g g g g g g g g g g g g Qg Rg ;g Pg Rg Sg Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ g g                                        kdG`N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g g Sg g g ,g g g Rg g Rg Sg Zg g g g /g [g g g g g Gg                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Sg Zg _g rg vg g g *g .g Fg Gg Hg Xg Yg g g g g g  h  h  h h ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Gg Hg Yg g g g |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdaN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g g g g g !g ;g Lg fg g g g g g g g                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdUbN $If   K$L$l 0                     x                
t                                4   4 
l a   g  h  h / h I h c h t h  h  h  h  h  h  h  h  h                                                                                                                                                                                                                   	  $If   gd_  S  kdbN $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   h h )h *h =h Ph ch vh h h h |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdycN $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
h h #h $h (h )h *h <h =h h h h h Sh h Lh h h h (h h h h h 8h Mh Nh Oh Vh h ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ h h                                        kdAdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h Sh Mh h +h 8h h h h Oh Vh h h h h h /h Nh h h                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  h h h h h 'h 3h Fh Rh eh mh h h h h h h h h h h h h =
h ?
h @
h A
h Y
h c
h d
h h
h ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  h h h h h h |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdeN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h #h 5h Gh ^h uh h h h h h h 	h 	h 	h                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdOfN $If   K$L$l 0                                     
t                                4   4 
l a   	h #	h 5	h G	h Y	h k	h 	h 	h 	h 	h 	h 	h  
h 
h '
h >
h ?
h                                                                                                                                                                                                                            S  kdfN $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?
h @
h A
h i
h j
h }
h 
h 
h 
h 
h 
h 
h             s                                                                                                                                                                 kdsgN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h
h i
h j
h |
h }
h 
h 
h 
h 
h h h h h 
h 
h 
h ah }h h ah h h ~h 'h h Oh h h ch h h h h eh 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !
h 
h                                        kd-hN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
h 
h h h 
h  h ~h h h "h h h h ah 
h )h Qh h h h bh ch                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ch h h h !h ah h h h h h h                                                                                                             f                                       kdiN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  eh xh h h h h h h h h h h 2h 3h 4h Wh Xh Yh ]h ^h bh kh h h h h ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  h 3h 4h Xh Yh ^h `h ah             s                                                                                                                                                                                     kd;jN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ah bh                                        kdjN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bh kh xh h h h  h h #h Eh gh h h                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  h h h h h |            s            s            s                                                                                                                                                                          	  $If   gd_   kdIlN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h 	h 
h h h h h &h Eh +h >h mh h h h h h "h 6h qh h Gh Sh Wh ~h h h  h # h ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  h 	h 
h h Eh h h +h mh h h #h rh |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdmN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       rh h h h h h h h Fh Gh ~h h h  h R h  h  h !h W!h !h !h !h !h !h !h 	"h                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  # h R h e h  h  h  h  h !h !h V!h j!h !h !h !h !h !h !h 	"h 
"h ""h ,"h -"h 1"h 2"h 3"h E"h F"h X"h Y"h k"h l"h ~"h "h "h "h "h #h #h #h 
$h $h õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (	"h 
"h                                        kdmN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
"h 2"h 3"h F"h Y"h l"h "h "h "h                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  "h "h                                        kdoN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "h "h "h "h .#h \#h z#h #h #h #h #h $h                                                                                                             f                                       kdepN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  $h $h 
$h 5$h 6$h I$h \$h o$h $h $h $h             s                                                                                                                                                                      kdqN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
$h $h 
$h %$h /$h 0$h 4$h 5$h 6$h H$h I$h [$h \$h $h $h $h $h $h $h S%h T%h U%h e%h f%h g%h h%h %h %h %h %h %h %h %h %h %h %h %h %h ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %$h $h                                        kdqN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $h $h $h $h T%h U%h f%h g%h                                                 f                                                                                                                       kd-sN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  g%h h%h %h %h %h %h %h %h %h %h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdsN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%h %h                                        kdtN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %h %h %h +&h ,&h &h &h &h &h &h &h &h &h &h &h &h &h &h &h &h 'h 'h 7'h 8'h <'h E'h h'h i'h 'h 'h x(h y(h z(h (h (h (h (h (h 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %%h %h &h ,&h &h &h &h &h                                                 f                                                                                                                       kduN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  &h &h &h &h &h 'h %'h 8'h :'h ;'h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdvN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;'h <'h                                        kdiwN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <'h E'h i'h 'h y(h z(h (h (h                                                 f                                                                                                                       kdxN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  (h (h (h (h K)h L)h s)h t)h )h *h *h *h +h |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdwyN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (h (h (h J)h K)h L)h s)h )h )h )h )h *h *h *h +h '+h J+h ^+h +h +h +h +h +h +h +h +h 	,h ,h J,h K,h ^,h ,h ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  +h K+h +h +h 	,h K,h ,h ,h &-h {-h |-h }-h -h -h -h -h -h                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ,h ,h ,h ,h %-h 9-h z-h |-h }-h -h -h -h -h -h -h -h -h -h .h .h .h .h (.h :.h ;.h `.h a.h z.h .h .h .h շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\-h -h                                        kd1zN $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               -h .h .h (.h ;.h N.h a.h c.h y.h                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  y.h z.h                                        kd{N $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z.h .h .h #/h 5/h m/h x/h /h /h /h /h %0h                                                                                                 f                                                   kd|N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  .h .h m/h x/h /h /h /h /h /h /h /h /h /h /h /h 0h 0h #0h %0h +0h ,0h 30h 50h J0h K0h Z0h \0h ]0h ^0h ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ %0h ,0h 40h 50h K0h [0h \0h ]0h                                                             R            I                                   	  $If   gd_ Q  kd ~N $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd}N $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ]0h ^0h 0h 0h 0h 0h 0h 0h 0h 0h 0h |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd~N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^0h v0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 0h 1h d1h 22h <2h =2h [2h \2h w2h 2h 2h 2h 2h 2h 2h ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 0h 0h                                        kdgN $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0h 0h e1h 1h 1h 1h 1h 1h 22h =2h \2h x2h 2h 2h 2h 2h                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  2h 2h 2h 2h 2h 2h 2h 3h 3h 3h $3h &3h /3h U3h V3h k3h l3h n3h o3h p3h 3h 3h 3h 3h 3h 3h 3h 3h 3h 3h 3h 3h 3h пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  2h 2h 2h 3h 3h %3h |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %3h &3h V3h m3h n3h o3h                                     R            I                                                                     	  $If   gd_ Q  kdN $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kduN $If   K$L$l 0                                     
t                              4   4 
l a   o3h p3h 3h 3h 3h 3h 3h 3h 3h 3h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3h 3h                                        kdIN $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3h 3h a4h 4h 4h 4h 5h 5h :5h e5h 5h 5h 5h 5h                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
3h 3h 3h 4h `4h 5h 5h 5h 95h :5h M5h \5h d5h e5h l5h r5h 5h 5h 5h 5h 5h 5h 5h 5h 5h 5h 5h 5h 5h 5h زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 5h 5h 5h 5h |            s            s                                                                                                                                                                                           	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5h 5h 5h 6h 6h 6h 6h 6h 6h (6h )6h ;6h <6h a6h b6h f6h o6h p6h 6h 6h 6h 7h 7h 7h >8h H8h I8h g8h h8h ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    5h 5h 6h 6h )6h <6h O6h b6h d6h e6h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdWN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e6h f6h                                        kdN $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f6h o6h 6h 7h 7h 7h 7h 8h >8h I8h h8h 8h 8h 8h                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
h8h {8h 8h 8h 8h 8h 8h 8h 8h 8h 8h 8h 8h 8h  9h 	9h 9h 9h 9h 9h 9h 9h ?9h 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  8h 8h 8h 9h |            s            s                                                                                                                                                                                           	  $If   gd_   kdeN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9h 9h 9h 9h ?9h @9h {9h 2:h d:h e:h :h 
;h E;h F;h |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
?9h L9h P9h {9h 2:h d:h q:h u:h :h 
;h F;h R;h V;h x;h ;h a<h <h <h <h <h <h S=h =h =h =h =h ?h ?h ?h ?h ?h @h @h @h @h @h @h Ah VBh ~Bh Bh Bh Bh Bh Dh =Dh >Dh wDh Dh 
Eh cEh Eh Eh ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4F;h x;h ;h `<h a<h <h <h <h S=h =h =h =h ?h ?h ?h ?h @h @h @h Ah Ah Ah Bh Bh 3Bh CBh VBh ~Bh Bh Bh                                                                                                                                                                                                                                                                                                                                                                   gd_  Bh Dh >Dh wDh Dh 
Eh cEh Eh Eh 6Fh mFh Fh Fh Fh Fh Fh Gh Gh Gh                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Eh mFh qFh Fh Fh Fh Fh Fh Gh Gh Gh  Gh !Gh oGh pGh qGh rGh Gh Gh FHh sHh Hh Hh Hh VIh Ih Ih Ih Ih Ih Jh =Jh >Jh CJh hJh lKh Lh Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Gh Gh Gh Gh Gh Gh Gh  Gh !Gh M            H            H            H            H            H            H            H                   gd_   kdوN $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   !Gh 5Gh <Gh AGh QGh RGh aGh bGh                                                 _            V            V                                                             	 $If   gd_    kdwN $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  bGh cGh oGh pGh                                                                                                                                                                                                                                                          	 $If   gd_  o  kdLN $$If   l       0   T# T                 .                
t  0                                                              4 
l al  pGh qGh rGh }Gh Gh Gh Gh Gh                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdN $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Gh Gh Gh Gh Gh 2            )            )            )                      	 $If   gd_    kdN $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Gh @Hh AHh FHh sHh xHh Hh             [                                                                                                                                           kdN $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Hh Hh Hh Hh Hh PIh d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd|N $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  PIh QIh VIh Ih Ih Ih d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdEN $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ih Ih Ih Ih Ih 
Jh d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdN $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
Jh Jh Jh >Jh CJh iJh d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd׏N $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  iJh jJh kJh uJh Jh Jh Jh d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdN $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Jh Jh Jh Jh n            e            e                                                                                                                                                               	 $If   gd_    kdiN $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Jh Jh Jh Jh                                                                                                                                                                                                                                                	 $If   gd_  t  kd>N $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Jh Jh Jh Kh Kh Kh Kh Kh *Kh                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdےN $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  *Kh +Kh                                             kdxN $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          +Kh 6Kh :Kh AKh HKh IKh JKh KKh                                                             A                                  kdєN $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  KKh LKh MKh NKh OKh PKh QKh RKh                                                 A                                              kdN $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  RKh SKh TKh UKh VKh WKh lKh                                     A            <            7                  gd_    gd_    kdN $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  lKh Lh  Lh 9Lh :Lh SLh dLh eLh yLh {Lh                                                                                                                                                                                                                                                   E  kdnN $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Lh Lh  Lh &Lh 'Lh 9Lh :Lh dLh eLh {Lh |Lh ~Lh Lh Lh Lh Lh Lh Lh Lh Lh Lh Lh Lh Mh Mh Mh Mh Mh "Mh #Mh @Mh AMh BMh NMh OMh aMh )Nh Oh Oh Oh Oh Oh Oh 춥x                          /jN hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *{Lh |Lh }Lh ~Lh Lh Lh Lh                                     a                                                                                                                             E  kd,N $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd͗N $$If   l 0 
" R                                                           4 
l a   Lh Lh Lh Lh Lh Lh Lh                                     a                                                                                                                             E  kdN $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdN $$If   l 0 
" R                                                           4 
l a   Lh Lh Lh Lh Lh Lh Lh                                     a                                                                                                                             E  kdN $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdIN $$If   l 0 
" R                                                           4 
l a   Lh Lh Lh Mh Mh Mh Mh                                     a                                                                                                                             E  kdfN $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdN $$If   l 0 
" R                                                           4 
l a   Mh Mh Mh Mh  Mh !Mh "Mh                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdŚN $$If   l 0 
" R                                                           4 
l a   "Mh #Mh 0Mh 1Mh ?Mh @Mh l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd$N $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   @Mh AMh BMh OMh aMh (Nh )Nh Oh Oh Oh Oh l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdN $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Oh Oh Oh Ph Ph Ph Ph Qh Qh Qh 	Qh Qh 3Qh 4Qh Qh Qh Qh Qh Qh Qh Qh Qh 6Rh 8Rh JRh KRh oRh qRh Rh Rh Rh Rh Rh Rh Rh @Vh AVh MVh Yh Yh Yh Yh Yh Yh MZh NZh Zh Zh Zh ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jN hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Oh Qh Qh 4Qh Qh Qh Qh Qh Qh 7Rh                                                                                                                                                                                                                                                       S  kdnN $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	7Rh 8Rh KRh pRh qRh Rh Rh                                     N                                                                                       S  kdN $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd N $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Rh Rh Rh Rh 	Sh Sh \Th ]Th JUh KUh @Vh AVh MVh Vh +Wh Wh Xh kXh Xh                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd$N $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Xh Xh Yh Yh MZh NZh Zh Zh Zh Zh $\h %\h 6\h T]h v]h ]h ^h ^h 6^h P^h Q^h Z_h [_h `h `h Yah Zah ah                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Zh Zh 5[h 6[h F[h N[h #\h %\h 6\h S]h T]h v]h ;_h X_h [_h `h `h ah ah ah ah ah ah bh bh 3bh 4bh ebh fbh gbh eh eh eh eh eh eh eh eh eh eh ۵۵۵ۭۜۋzrgrrr       jN h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ah ah ah ah ah bh 4bh fbh                                     j                                                                                                                                           kdN $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  fbh gbh xbh bh bh ch cch dch ch ch 'dh s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd(N $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
'dh dh Feh Geh eh eh eh 4fh 5fh fh fh 2hh 3hh ih ih Xjh Yjh &kh 'kh Akh Rkh lh lh nh nh nh nh                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  eh eh eh eh eh eh 4fh 5fh fh 1hh ih Wjh kh kh 
kh kh kh kh #kh $kh %kh &kh 'kh 0kh Akh Rkh kh kh lh mh nh nh oh oh ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jhN hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjN h_ U !nh oh oh oh 	ph 
ph ph                                                 e                                                                                                                        F  kdBN $$If   l   l '{6    4   4 
l a] p
        F  kdϡN $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  oh oh  ph Dph Eph Hph Iph Oph Pph qph rph ph ph ph ph ph ph ph ph ph  qh !qh "qh 9qh :qh Pqh Qqh kqh lqh qh qh qh qh qh ush vsh sh sh th 1th eth kth nth th uh uh uh ,vh Uvh vh vh vh ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ph ph  ph )ph 7ph Dph Eph                                                             5            v  kd(N $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdN $$If   l   l '{6    4   4 
l a] p
         Eph Fph Gph Hph Iph Mph Nph Oph                                     t                                                                                                                                                             v  kdͣN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Oph Pph iph kph qph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         qph rph ph ph ph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#N $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ph ph ph ph ph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdΥN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ph ph ph ph ph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdyN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ph ph ph ph ph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$N $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ph ph ph ph ph                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdϧN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ph  qh qh qh !qh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdzN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !qh "qh 1qh 3qh 9qh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%N $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9qh :qh Hqh Jqh Pqh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdЩN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Pqh Qqh dqh fqh kqh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{N $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         kqh lqh sqh xqh qh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&N $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         qh qh qh qh qh ush vsh sh sh sh th 2th fth yth th                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdѫN $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         th th th 
uh Auh Tuh uh uh uh uh ,vh Fvh Vvh vh vh vh vh vh vh wh xh xh "xh Hxh Wxh jxh kxh xh xh xh                                                                                                                                                                                                                                                                                                                                                                   gd_  vh vh vh  wh wh wh "xh 8xh Wxh ixh xh xh xh xh yh 7yh Hyh |yh yh yh <zh Qzh zh zh zh zh zh zh zh zh zh zh пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  xh xh xh xh xh yh Fyh Gyh Hyh |yh yh yh yh yh yh ;zh <zh Fzh Qzh zh zh zh                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  zh zh                                     kd|N $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               zh zh zh zh zh 
{h  {h 6{h 8{h O{h                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	zh zh 	{h 
{h {h  {h 5{h 6{h P{h Y{h {h {h {h {h |h |h |h |h C|h D|h I|h R|h o}h q}h }h }h }h }h }h }h }h Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ O{h P{h                                     kdӭN $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               P{h Y{h {{h |{h {h {h {h {h {h {h {h {h {h {h                                                                                                                                     q                            kd*N $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
{h |h |h |h D|h E|h F|h G|h H|h             q            l                                                                                                                                                       gd_    kdN $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  H|h I|h                                     kdN $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               I|h R|h s|h t|h |h |h |h |h |h |h |h }h +}h @}h Z}h [}h p}h                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  p}h q}h }h }h z            q            q                                                                                                                                                                                       	  $If   gd_    kdN $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       }h }h }h }h }h }h }h }h z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdN $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       }h }h }h }h }h a~h c~h s~h t~h ~h ~h ~h ~h ~h ~h ~h h +h Gh Sh rh ~h h h h h h h h h &h ph h h h ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "}h }h                                     kduN $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               }h }h }h }h 
~h ~h 0~h L~h M~h b~h c~h t~h ~h                                                                                                             q                                                         kd̴N $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ~h ~h ~h ~h ~h ~h ~h ~h z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdN $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ~h ~h                                     kdFN $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~h ~h h h h h h h h                                                             q                                                                                                                             kdN $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  h h h h &h h h h h h h z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdZN $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
h h h h Eh Fh Ph Zh [h {h |h h h h h h h vh xh h h ڃh h h h h =h >h ?h @h Ah Dh Mh h h h ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #h Fh Ph Zh                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Zh [h                                        kd%N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [h |h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  h h                                        kdyN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h тh ҂h h 2h wh xh h ڃh h                                                                                                 s                                                                        kdͻN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h h ?h @h Ah Bh Ch |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ch Dh                                        kdAN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dh Mh h h h ۄh                         s                                                                                                                                                                                   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h ڄh ۄh ܄h ݄h ބh h h 
h h h h h h gh h h h jh h h h h h 
h ,h Fh eh ύh h ^h }h h h xh h vh h h h h h h !h Vh Wh о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ۄh ܄h ݄h ބh ߄h h 
h h h h h h h h |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdON $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h h zh h h h h h )h ^h h h h h h h h h h                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h !h &h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &h 'h 2h 7h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7h 8h Bh Gh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gh Hh Ih gh uh h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h ǉh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǉh ȉh ɉh h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h  h %h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %h &h 1h 6h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6h 7h Ah Fh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fh Gh Hh jh xh h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h Ŋh ʊh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʊh ˊh ̊h h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h #h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #h $h .h 3h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3h 4h ?h Dh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dh Eh Oh Th             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Th Uh Vh h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h ̋h ыh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ыh ҋh ݋h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h 
h h +h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +h ,h 7h <h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <h =h Gh Lh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lh Mh Xh ]h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]h ^h hh mh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mh nh oh یh $h Fh Th dh                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dh eh ph uh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uh vh h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h ύh ݍh h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h 	h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h  h *h /h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /h 0h 1h ^h lh |h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |h }h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h  h *h /h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /h 0h ;h @h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @h Ah Kh Ph             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ph Qh Rh xh h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h Ïh ȏh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȏh ɏh ӏh ؏h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؏h ُh ڏh Fh Gh vh h h                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h Ɛh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɛh ǐh ѐh ֐h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֐h אh ؐh h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h !h &h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &h 'h 1h 6h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6h 7h Bh Gh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gh Hh Rh Wh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wh Xh Yh h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h đh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   đh őh Бh Ցh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ցh ֑h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h h  h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    h !h ,h 1h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1h 2h <h Ah             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ah Bh Mh Rh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rh Sh ]h bh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bh ch dh h h ͒h h h Gh Hh Uh Vh Wh zh h                                                                                                                                                                                        gd_  z  kdZN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wh hh zh h  h 4h Eh Fh Gh \h h h h h h ֔h הh h h h h 
h 'h 0h h h h h &h Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  h  h 4h Fh Gh Qh \h h h h                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h הh h 
h h &h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  &h 'h                                        kd
N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'h 0h h h h h h Sh h h h ϖh ߖh h h                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  h h h gh h h h h |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdaN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &h 'h Ah Bh Ch Vh Wh fh h h h h h 7h 8h ;h Dh h ęh ԙh ՙh h h h h h ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jN h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  h h h 7h 8h 9h :h |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :h ;h                                        kdZN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;h Dh h h ܘh ;h Fh bh {h h h h Ùh                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Ùh ęh ՙh h |            s            s                                                                                                                                                                                           	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h Gh Hh |h h h h h h |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdhN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h Gh Hh {h |h h h h h h h Ph }h h h h ؜h ٜh h h h h h Ch fh gh jh sh )h ,h h h ȟh ʟh ڟh ۟h h ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $h h h ٜh h h                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  h h                                        kd"N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h Ch Uh gh hh ih                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ih jh                                        kdvN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jh sh h h ȝh ٝh h h h h h ?h eh h h h ɟh                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ɟh ʟh ۟h ,h h ݠh h ^h |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h h h +h Lh h h ܠh h h <h ]h ^h ah rh h h h @h Ah Bh Sh ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jN h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ^h _h `h ah h h 
h h Bh Th Uh _h |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd	N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sh Uh jh h h h h h עh آh  h h h h h h h ԣh h h 	h h h #h $h nh oh qh rh h h h h ֤h ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !_h jh h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h آh  h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h h h h h h h $h                                                                                                 Y                              kdkN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
$h oh ph qh rh h 8h \h h h )h 6h             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd%N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ֤h פh h h h h h h 8h \h )h 6h bh sh h h h h زh ڲh h h h h h h h  h h h lh h oh vh h h 8h Yh ùh h Qh Rh jh kh {h |h ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j$N hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jN hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -6h ah bh sh h h zh {h h h h 'h (h h h h h h h h  h h h kh lh {h h                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  h h h h h h             f                                                                                                                                                                      kdFN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  h h h h ͵h o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ͵h εh ӵh ڵh ߵh o            f            f            f                                                                                                                                                	  $If   gd_    kd"N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ߵh h h h h o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h h h 	h h o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h h h h +h o            f            f            f                                                                                                                                                	  $If   gd_    kdlN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at +h ,h 4h ;h @h o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @h Ah Ih Ph \h o            f            f            f                                                                                                                                                	  $If   gd_    kdHN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \h ]h ^h _h  h h Xh Yh h h h h h o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |h h h h h h h Fh Qh Hh Yh h h 
h h h #h 'h Ch Gh Hh ]h h h h h h h h h h h h 
h h h h h ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %h h h h Eh Fh ܼh ݼh /h h h h h Kh h h ph h h Eh Fh gh th h h h h                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  h h h h h h h h .h Eh Fh Qh h h h  h h h th uh Hh Yh h h h >h lh h h                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  h h h ch h h h 
h h Ch Gh Hh Rh ]h h h h                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h h 	h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	h 
h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
h h Rh ^h h h h h h Vh `h h h h                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
h h h )h |            s            s                                                                                                                                                                                           	  $If   gd_   kdGN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h (h )h *h ,h 8h <h Xh Yh nh h h h h h h h h 	h 
h h h h h h ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 )h *h +h ,h Xh Yh ch nh h h |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h 	h 
h h 
h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h Wh ch h h h h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  h h h *h +h 1h 8h 9h :h ;h Ph h h h h h h h h h h h h h h ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    h h +h 9h |            s            s                                                                                                                                                                                           	  $If   gd_   kdcN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9h :h ;h Eh Ph h h h |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  h h                                        kd+N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h ;h Gh nh h h h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  h h h h h h h h h h h  h ,h 0h Kh Lh ah h h h h h h h h h  h ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    h h h h |            s            s                                                                                                                                                                                           	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h  h Lh Vh ah h h h |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h h                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h  h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   h h h h h h h h h h h h h h h h h  h h 
h .h /h 9h Xh Yh Zh îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  h h                                        kdG O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h Mh Yh h h h 
h Eh h h h                                                                                                                         f                           kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  h h h h h h h h h  h                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdUO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 h h                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h /h Yh Zh [h ]h ^h                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Zh [h _h hh h h h h h h h h h h Ph jh lh mh h h h h h h h h п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ^h _h                                        kdcO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _h hh h h h h (h Wh th h h h                                                                                                                         f                           kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  h h h h h Ph mh wh h h                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdqO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  h h                                        kd+O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  h h h h h h h h h Qh Rh Sh ch dh h h h h h h h h h h h ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 h h                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h ,h kh h Rh Sh dh h                                                                                     s                                                                                              kd	O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
h h h h h h h |h }h h h *h bh h |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd
O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h h h )h =h ah uh h h h h Mh Nh ch h h h h h h h h h h h h h h h >h ?h Yh bh nh õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !h h Mh Nh Xh ch h h h                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  h h                                        kdGO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h h ,h ?h Ah Xh                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Xh Yh                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Yh bh h h 
h h h  h Mh Th \h                                                             f                                    [            [                     
  $If   gd_ K$  kd
O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
nh h 
h h h h  h #h 8h Ah Kh Mh Sh Th [h ]h rh sh h h h h h h h h h h h h h ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ \h ]h sh h h h                                     R            I                                                                     	  $If   gd_ Q  kd6O $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   h h h h h h 
h h h h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h h h  h )h Lh h h h h h h h h h h h h h "h $h *h +h ,h ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J h  h                                        kd}O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                h )h Lh zh h h h h h h h                                                             f                                    [            [                     
  $If   gd_ K$  kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
h h h #h $h %h &h                                     R                                                                                              Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   &h 'h (h )h *h +h                                     R            I                                                                     	  $If   gd_ Q  kd2O $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   +h ,h Th uh vh h h h h h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	,h Dh Nh Oh Ph Rh Sh Th uh vh h h h h h h rh h h h h h h h h &h /h Fh vh |h ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ h h                                        kdyO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h 
h h h h h h h h vh                                                                                     Y                                          kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
vh }h h h h h h h h h h )h Ch Kh `h uh h h                                                                                                                                                                                                                      	  $If   gd_  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ |h }h h h h  h h h h $h %h &h (h )h *h Ih Jh h h h h h h h h h h h ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  h h h h h  h h                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h h *h Jh oh h h h h |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h                                        kdeO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h :h h h h h h h h                                                             f                                    [            [                     
  $If   gd_ K$  kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
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 ch ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h h $h 9h Nh `h zh h h h h h h 
h h 6h Ph `h                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdsO $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   `h zh h h h                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdO $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h h h h h h h #h $h %h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%h &h                                        kdQO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &h /h h h h bh  h h h h h gh                                                                                                 f                                                   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ch h h h h h h fh gh hh h h h h h h h h h h h 
h h þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ gh hh h h h h h h h 	h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		h 
h                                        kd O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
h h h h (h qh h h h h #h                                                                                                 Y                              kdm!O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
h h h 'h (h qh h h h h "h #h uh vh wh h h h h h h h h h h h νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  #h vh wh h h h h h h h h h             s                                                                                                                                                                 kd'"O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h h                                        kd"O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h h ]h h Eh Fh Gh Xh h                                                                                     Y                                          kd5$O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
h h h h Ch Eh Fh Gh Wh Xh h h h h h h 4h 6h 7h 8h Hh Ih h h h h h h h h h h ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 h h h h h h h h h h 5h Eh _h yh h h h                                                                                                                                                                                                         	  $If   gd_  S  kd$O $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h h h h h h 5h 6h 7h                                                                                                                                                                                                                                                 	  $If   gd_  S  kd%O $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7h 8h Ih h |            s            s                                                                                                                                                                                           	  $If   gd_   kd&O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h h h h %h &h 'h |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd&O $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
h h h h $h %h (h 1h h i i i i i i i i Wi i i i i i i i i i ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  'h (h                                        kd'O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (h 1h h J i  i  i -i i i i i                                                                                                 f                                                        kd(O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
i Wi i i i i i i i +i =i Wi qi i i                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd)O $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  i i i i i i i (i :i Ti ni i i i i i i                                                                                                                                                                                                                            S  kd5*O $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i i i 	i 
i i 0i Ci Vi ii ji ki             s                                                                                                                                                                 kd*O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i i i i i i i i i 	i 
i i i hi ii li ui 9i hi ii i i Ci Di )i >i i i 	i 	i 	i 	i Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ki li                                        kd+O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               li ui 9i i i Di wi i @i i i 	i 	i 	i 	i 7
i 
i 
i 
i 
i -i Yi i i i                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  	i 	i 
i i i ,i i i i i i i i i ;i Ai Bi Ji Li i i i i ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   i i i ;i Bi Ki |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd,O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ki Li Ti ii ~i i i i i i 
i 
i /
i I
i Z
i t
i |
i 
i                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd-O $If   K$L$l 0                     x                
t                                4   4 
l a   
i 
i 
i 
i 
i i i ,i Fi Wi qi i i i i                                                                                                                                                                                                                   	  $If   gd_  S  kd!.O $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i i i i i i i i 'i (i )i |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd.O $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
i i i i i i i i i &i 'i *i 3i i i i ;i Pi i i i i i 3i i i i i i 8i ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ )i *i                                        kd{/O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *i 3i i i Si i i Ci i 6i i i 4i Si ri i i i i -i .i                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  8i Ki Wi j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 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  .i /i @i i i i |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd0O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i i i i i *i ;i Ri ii zi i i i i                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1O $If   K$L$l 0                                     
t                                4   4 
l a   i i i i i 	i  i 7i Ni _i vi i i i i i i                                                                                                                                                                                                                            S  kd2O $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i i i i i i .i Ai Ti gi ii ji             s                                                                                                                                                                 kd2O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i i i i i fi gi ki ti i i Ni i  i i i i i oi i Vi ki i i I i  i D!i Y!i #i #i #i #i #i $i 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ji ki                                        kdg3O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ki ti i Ni  i i i Vi i i i ;i mi i i i  i \!i ]!i d!i  #i #i                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  #i A#i #i #i #i #i $i =$i \$i {$i |$i $i                                                                                                             f                                       kd4O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  $i $i "$i 5$i A$i T$i `$i s$i z$i |$i $i $i $i $i $i $i $i $i $i $i  %i 	%i &&i ;&i <&i =&i ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  $i $i $i $i $i $i $i $i             s                                                                                                                                                                                     kdu5O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $i  %i                                        kd/6O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                %i 	%i %i 8%i Z%i |%i %i %i %i %i &i '&i <&i                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  <&i =&i N&i &i &i |            s            s            s                                                                                                                                                                          	  $If   gd_   kd7O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =&i M&i N&i &i &i &i &i &i &i &i &i &i &i (i (i )i )i A)i U)i y)i )i )i )i *i #*i ,i ,i ,i -i w-i z-i -i -i ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  &i &i &i &i &i (i (i (i )i B)i z)i )i *i |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd=8O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *i e*i f*i *i _+i `+i ,i  ,i ,i ,i -i y-i z-i -i -i '.i _.i .i .i J/i K/i U/i `/i /i /i /i                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  -i -i .i &.i :.i ^.i r.i .i .i .i /i J/i K/i `/i /i /i /i /i /i /i /i /i /i /i /i /i /i /i /i 	0i 
0i 0i 0i !0i *0i r0i 1i 1i 1i 1i 1i õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (/i /i                                        kd8O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /i /i /i /i /i 
0i 0i 0i  0i                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   0i !0i                                        kdK:O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !0i *0i r0i 0i 0i 0i 1i 21i i1i 1i 1i 1i                                                                                                             f                                       kd;O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  1i 1i 1i 1i 1i 1i 1i 
2i  2i "2i #2i             s                                                                                                                                                                      kdY<O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
1i 1i 1i 1i 1i 1i 1i 1i 1i 1i 1i 1i 1i 2i  2i $2i -2i n2i o2i 2i 2i 2i 3i 3i 3i 3i 3i (3i )3i -3i .3i /3i A3i B3i T3i U3i z3i {3i ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %#2i $2i                                        kd=O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $2i -2i K2i o2i 2i 2i 3i 3i                                                 f                                                                                                                       kdg>O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  3i 3i .3i /3i B3i U3i h3i {3i }3i ~3i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!?O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~3i 3i                                        kd?O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {3i 3i 3i 3i 3i L4i M4i N4i ^4i _4i `4i a4i y4i 4i 4i 4i 4i 4i 4i 4i 4i 4i 4i 4i 4i 4i 5i 5i 5i 5i 6i 6i 6i (6i )6i *6i +6i 86i 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %3i 3i 3i 3i M4i N4i _4i `4i                                                 f                                                                                                                       kd/AO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  `4i a4i 4i 4i 4i 4i 4i 4i 4i 4i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4i 4i                                        kdBO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4i 4i 5i 5i 6i 6i )6i *6i                                                 f                                                                                                                       kdCO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  *6i +6i ,6i ]6i 6i 6i 7i 7i C7i ;8i <8i p8i 8i |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdDO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       86i <6i ]6i 6i 6i 6i 7i 7i "7i C7i 7i <8i p8i 8i 8i 8i 8i 8i  9i !9i 49i F9i G9i e9i f9i y9i 9i 9i 9i 9i 9i -:i ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  8i 8i !9i f9i 9i 9i .:i u:i :i ;i ;i ;i %;i 0;i c;i m;i w;i                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  -:i A:i t:i :i :i :i ;i ;i ;i 0;i b;i c;i m;i w;i x;i ;i ;i ;i ;i ;i ;i ;i ;i ;i ;i ;i ;i <i !<i "<i 1<i շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\w;i x;i                                        kdkEO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x;i ;i ;i ;i ;i ;i ;i <i <i                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  <i <i                                        kdFO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               <i !<i <i <i <i =i =i B=i =i =i =i =i                                                                                                 f                                                   kdHO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  1<i <i =i =i )=i 9=i B=i I=i O=i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i =i ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ =i =i =i =i =i =i =i =i                                                             R            I                                   	  $If   gd_ Q  kdZIO $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdHO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ =i =i $>i %>i 8>i K>i ^>i q>i s>i t>i >i |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdIO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
=i >i >i >i #>i $>i %>i 7>i 8>i J>i K>i p>i q>i >i >i >i >i ?i ?i ?i ?i ?i ?i @i E@i N@i U@i [@i l@i m@i ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ >i >i                                        kdJO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >i >i ?i ?i O?i l?i ?i ?i ?i ?i ?i @i (@i N@i m@i n@i                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  m@i n@i o@i @i @i @i @i @i @i @i @i @i @i @i @i 	Ai 
Ai Ai 
Ai Ai &Ai 0Ai 1Ai 5Ai 6Ai 7Ai IAi JAi \Ai ]Ai Ai Ai Ai пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  n@i o@i @i @i @i @i |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdKO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @i @i @i Ai Ai 
Ai                                     R            I                                                                     	  $If   gd_ Q  kd<MO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdLO $If   K$L$l 0                                     
t                              4   4 
l a   
Ai Ai 6Ai 7Ai JAi ]Ai pAi Ai Ai Ai |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdMO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ai Ai                                        kdNO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ai Ai Ai 'Bi aBi sBi Bi Bi Bi Ci ECi ICi JCi KCi                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Ai Ai Ai Ai Ai Bi Bi Bi Bi Bi Bi Bi Ci Ci 
Ci Ci DCi ECi HCi ICi JCi KCi LCi \Ci ]Ci `Ci uCi ~Ci Ci Ci زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 KCi LCi ]Ci Ci |            s            s                                                                                                                                                                                           	  $If   gd_   kdOO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ci Ci Ci Ci Ci Ci Ci Ci Ci Ci Ci Ci Ci Ci  Di Di 
Di Di Di {Di |Di *Ei .Ei pEi Ei Ei Ei Fi Fi ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    Ci Ci Ci Ci Ci Ci Ci  Di Di Di |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdPO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Di Di                                        kdKQO $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Di 
Di |Di Di +Ei ^Ei Ei Ei Ei Ei Fi 1Fi sFi tFi                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Fi Fi (Fi 0Fi 1Fi 8Fi >Fi rFi sFi tFi uFi Fi Fi Fi Fi Fi Fi Fi Fi Fi Fi Fi Fi 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  tFi uFi Fi Fi |            s            s                                                                                                                                                                                           	  $If   gd_   kdRO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Fi Fi Fi Fi Fi Fi Gi Gi Hi Hi <Hi Hi Hi Hi |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdYSO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Fi Fi Fi Gi Gi Hi Hi Hi <Hi Hi Hi Hi Hi Ii Ii Ii TJi UJi aJi eJi Ji Ji !Ki -Ki 1Ki YKi +Mi YMi eMi iMi Mi GNi HNi Ni Ni Ni Ni Ni Oi Pi Pi 3Pi 7Pi cPi Qi Qi Qi Ri kRi Ri Si =Si Si ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Hi Ii Ii Ii Ii TJi UJi Ji Ji  Ki !Ki YKi +Mi XMi YMi Mi HNi Ni Ni Ni jOi kOi Oi Oi Oi Oi Oi Pi Pi cPi                                                                                                                                                                                                                                                                                                                                                                   gd_  cPi Qi Qi Ri kRi Ri Si =Si Si Si Ti mTi nTi yTi Ti Ti Ti Ti Ti                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Si Ti Ti lTi mTi yTi Ti Ti Ti Ti Ti Ti Ti 
Ui Ui Ui Ui LUi Ui Ui Vi aVi Vi Vi Vi Wi  Wi DWi {Wi |Wi Wi Wi Wi Wi Xi 
Yi Yi Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ti Ti Ti Ti Ti Ti Ti Ti Ti M            H            H            H            H            H            H            H                   gd_   kdTO $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Ti Ti Ti Ti Ti Ti Ti  Ui                                                 _            V            V                                                             	 $If   gd_    kdTO $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_   Ui Ui 
Ui Ui                                                                                                                                                                                                                                                          	 $If   gd_  o  kdUO $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ui Ui Ui Ui Ui 2Ui :Ui FUi                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd#VO $$If   l       0   T# T                 .                
t  0                                                              4 
l al  FUi GUi LUi Ui Ui 2            )            )            )                      	 $If   gd_    kdVO $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Ui Ui Ui Ui Vi Vi [Vi             [                                                                                                                                           kdWO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  [Vi \Vi aVi Vi Vi Vi d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdXO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Vi Vi Vi  Wi $Wi >Wi d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdYO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  >Wi ?Wi DWi |Wi Wi Wi d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdHZO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Wi Wi Wi Wi Wi Xi d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[O $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Xi Xi 	Xi Xi bXi gXi sXi d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd[O $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  sXi tXi wXi Xi n            e            e                                                                                                                                                               	 $If   gd_    kd\O $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Xi Xi Xi Xi                                                                                                                                                                                                                                                	 $If   gd_  t  kdx]O $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Xi Xi Xi Xi Xi Xi Xi Xi Xi                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd^O $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Xi Xi                                             kd^O $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Xi Xi Xi Xi Xi Xi Xi Xi                                                             A                                  kd`O $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Xi Xi Xi Xi Xi Xi Xi Xi                                                 A                                              kd`O $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Xi Xi Xi Xi Xi Xi 
Yi                                     A            <            7                  gd_    gd_    kdaO $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  
Yi Yi Yi Yi Yi Yi Zi Zi Zi Zi                                                                                                                                                                                                                                                   E  kdbO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Yi Yi Yi Yi Yi Yi Yi Zi Zi Zi Zi Zi Zi +Zi ,Zi 9Zi :Zi YZi ZZi \Zi ]Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi Zi [i l]i m]i x]i y]i ]i ]i 춥x                          /jgO hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Zi Zi Zi Zi Zi %Zi +Zi                                     a                                                                                                                             E  kdfcO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdcO $$If   l 0 
" R                                                           4 
l a   +Zi ,Zi 5Zi 9Zi :Zi MZi YZi                                     a                                                                                                                             E  kd$dO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdcO $$If   l 0 
" R                                                           4 
l a   YZi ZZi [Zi \Zi ]Zi oZi Zi                                     a                                                                                                                             E  kddO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kddO $$If   l 0 
" R                                                           4 
l a   Zi Zi Zi Zi Zi Zi Zi                                     a                                                                                                                             E  kdeO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdAeO $$If   l 0 
" R                                                           4 
l a   Zi Zi Zi Zi Zi Zi Zi                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdeO $$If   l 0 
" R                                                           4 
l a   Zi Zi Zi Zi Zi Zi l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd^fO $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Zi Zi Zi Zi Zi [i [i \i \i ]i ]i l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdgO $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
]i ]i ]i ^i ^i ^i ^i ^i ^i ^i ^i ^i ^i ^i *_i +_i 7_i 8_i _i _i _i _i _i _i _i _i 
`i `i `i  `i _`i a`i b`i n`i o`i ci ci ci -gi 0gi Egi egi gi gi gi gi Hhi Ihi [hi ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jAhO hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0]i ^i ^i ^i +_i 8_i _i _i _i _i                                                                                                                                                                                                                                                       S  kdhO $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	_i _i _i `i `i  `i ``i                                     N                                                                                       S  kdiO $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd:iO $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ``i a`i b`i o`i `i >ai ai ai bi bi ci ci ci ndi di :ei ei 	fi pfi                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd^jO $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   pfi qfi 0gi gi gi gi *hi Hhi Ihi \hi ii ii ii ji ki }ki ki ki ki ki ki li li ni ni ni ni Coi                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  [hi \hi hi hi hi hi ii ii ii ji ji ki li li li ni ni ni Coi Yoi ]oi joi koi oi oi oi oi pi pi pi !si "si -si .si /si 3si 4si qsi rsi }si ۵۵۵ۭۜۋzrgrrr       jkO h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Coi Ooi ^oi joi koi oi oi pi                                     j                                                                                                                                           kdjO $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  pi pi pi _pi dpi pi qi qi qi qi qi s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdbkO $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
qi ri ri ri 6si si si si si wti xti ui ui ?wi @wi wi wi xi xi xi xi yi Zzi {i {i  |i !|i                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  }si ~si si si si si si si vti ui wi wi xi xi xi xi xi xi xi xi xi xi xi xi xi xi qyi zyi zi zi {i  |i }i }i ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jlO hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj;lO h_ U !!|i }i }i }i }i }i }i                                                 e                                                                                                                        F  kd|mO $$If   l   l '{6    4   4 
l a] p
        F  kd	mO $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  }i }i }i }i }i }i }i }i }i ~i ~i 0~i 1~i G~i H~i c~i d~i ~i ~i ~i ~i ~i ~i ~i ~i ~i ~i 	i 
i 1i 2i 3i 4i 5i i i  i i i ρi i 	i i i i }i i ʃi i 'i Fi |i ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3}i }i }i }i }i }i }i                                                             5            v  kdbnO $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdmO $$If   l   l '{6    4   4 
l a] p
         }i }i }i }i }i }i }i }i                                     t                                                                                                                                                             v  kdoO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  }i }i ~i 	~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdoO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i )~i +~i 0~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]pO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0~i 1~i ?~i A~i G~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdqO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G~i H~i [~i ]~i c~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdqO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c~i d~i y~i {~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^rO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i ~i ~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	sO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i ~i ~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdsO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i ~i ~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_tO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i ~i ~i ~i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
uO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~i ~i i i 	i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kduO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	i 
i i i 1i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`vO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1i 2i 3i 4i 5i i i  i hi i i Ёi i i Ki                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdwO $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ki _i i i ߂i i &i Di xi i ʃi i i (i Gi {i |i }i ~i i i i i i i i 	i "i Ui Vi                                                                                                                                                                                                                                                                                                                                                                   gd_  |i ~i i i i i i օi i i <i Ti ti wi i Նi i i Fi qi ڇi i !i "i ,i 6i 7i ]i ^i {i |i i пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Vi ti i i i i i i i i 0i Fi \i ri si هi ڇi i i "i ,i 6i                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6i 7i                                     kdwO $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               7i ^i {i |i i i i Ԉi ֈi i                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	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 Ai Bi gi Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ i i                                     kd
yO $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               i i i i .i /i Si oi pi i i i i i                                                                                                                                     q                            kddzO $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
i i i i i i i i i             q            l                                                                                                                                                       gd_    kd!{O $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  i i                                     kd{O $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               i i i i &i 'i Ai ]i ^i pi i i Ɋi ފi i i i                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  i i  i @i z            q            q                                                                                                                                                                                       	  $If   gd_    kd5}O $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       @i Ai Bi ii ji ki li mi z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd}O $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       gi hi ii ni wi i i i i 1i 2i 4i `i ai fi oi i Ɍi i i i i ni pi i i i i i i či i Pi Qi i ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "mi ni                                     kd~O $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ni wi i i i i ΋i i i  i i i 2i                                                                                                             q                                                         kdO $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2i 3i 4i ai bi ci di ei z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdÀO $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ei fi                                     kdO $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               fi oi i i ni oi pi i i                                                             q                                                                                                                             kdׂO $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  i i i i či Qi i i i i i z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdO $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
i i i i i i i i i i i Gi \i ]i i i 0i i i &i 'i xi i i i i ۑi ܑi ݑi ޑi ߑi i i Gi Wi Xi ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  i i                                        kd_O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Gi ]i _i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i 2i 3i oi pi i Аi i i 'i xi i                                                                                                 s                                                                        kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i i ݑi ޑi ߑi i i |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i                                        kd{O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Fi Gi Xi yi                         s                                                                                                                                                                                   kdωO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Xi xi yi zi {i |i ~i i i -i .i Ei i i i $i i i i 'i i i 0i Oi i ʙi i i mi i i i i i i 5i i 3i i i #i Bi i i i i о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -yi zi {i |i }i ~i i Ki Li i i i i i |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i i i /i Gi ^i i i ǔi i Bi Ci -i .i Ei Zi i i i                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i Ėi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ėi Ŗi Жi Ֆi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ֆi ֖i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i #i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #i $i /i 4i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4i 5i ?i Di             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Di Ei Pi Ui             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd܍O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ui Vi `i ei             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ei fi gi i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i ×i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ×i ėi ϗi ԗi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԗi ՗i ߗi i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i &i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kduO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &i 'i 2i 7i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԐO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7i 8i Bi Gi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gi Hi Si Xi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xi Yi ci hi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hi ii ji i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdPO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i ̘i јi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   јi Ҙi ݘi i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̓O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i 0i >i Ni                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ni Oi Zi _i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _i `i ji oi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oi pi {i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i əi                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   əi ʙi ՙi ڙi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڙi ۙi i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĖO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i 
i yi i i i i                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i #i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #i $i /i 4i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4i 5i ?i Di             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Di Ei Fi mi {i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdٚO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i ți ͛i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͛i Λi ϛi i 
i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i &i +i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +i ,i 6i ;i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;i <i Gi Li             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Li Mi Wi \i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \i ]i ^i i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdrO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdѝO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i Ȝi ͜i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͜i Μi ٜi ޜi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޜi ߜi i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i $i 4i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdMO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4i 5i @i Ei             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ei Fi Pi Ui             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ui Vi ai fi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fi gi qi vi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɠO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vi wi xi i i i "i 2i                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd(O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2i 3i >i Ci             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ci Di Ni Si             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Si Ti _i di             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   di ei oi ti             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ti ui vi i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i Ği             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ği Şi Ϟi Ԟi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ԟi ՞i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i #i 1i Ai                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdޤO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ai Bi Mi Ri             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ri Si ]i bi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bi ci ni si             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   si ti ~i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i ʟi ϟi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϟi Пi ڟi ߟi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߟi i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֧O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i  i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    i i i &i Fi ki i i i i i i i i i                                                                                                                                                                                        gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i 3i i ҡi i i i i ,i -i 7i Ai Bi ti ui i i i i i Ţi ΢i i i i i Ĥi Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  i i ҡi i i i i -i 7i Ai                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Ai Bi                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bi ui i i i Ģi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ģi Ţi                                        kdGO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ţi ΢i "i #i Ci Di i i 'i Li \i mi }i ~i i                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  i i i i i 7i Pi i |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ĥi Ťi ߤi i i i i i ~i i i i i եi ֥i ٥i i `i bi ri si )i *i -i >i Vi ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jUO h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  i i i եi ֥i ץi إi |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdڬO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       إi ٥i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٥i i *i +i zi ٦i i  i i 3i Hi `i ai                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ai bi si *i |            s            s                                                                                                                                                                                           	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *i +i ,i -i Vi i i i ,i >i ?i .i /i |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Vi i i i i =i >i ?i ]i i i i i -i /i Di vi wi i i i i i i i i i i ǫi ʫi Bi Ci fi hi xi yi i ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $/i 9i Di wi i i                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  i i                                        kd\O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Vi Wi fi wi i i .i i i ݬi i  i Bi Ci gi                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  gi hi yi ʭi  i {i i i |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i i i ɭi i  i Ei zi i i ڮi i i i i &i Mi i ޯi ߯i i i ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jO h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  i i i i %i &i i i i i i i |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdCO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i :i ;i Ei Oi Pi ui vi i i i i i 'i 5i ri i i i i i i ±i i 
i i i "i 4i 5i @i ti ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !i i ;i Ei Oi                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Oi Pi                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pi vi i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i                                        kdQO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i >i ?i i i i i ±i                                                                                                 Y                              kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
±i 
i i i i @i ֲi i /i 0i Ƿi Էi             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd_O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ti ui i i i i i i ֲi i Ƿi Էi  i i Mi _i -i @i vi xi i i .i /i 1i 2i i i i i 
i >i 
i i i i i i ai i i i i 	i i i ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j^O hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jO hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Էi i  i i Wi Xi i i Li Mi _i Ži ƽi ,i -i Bi i /i 2i i i i i 	i 
i i +i                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  +i >i ?i Di Li Qi             f                                                                                                                                                                      kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Qi Ri Wi _i ki o            f            f            f                                                                                                                                                	  $If   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ki li qi xi }i o            f            f            f                                                                                                                                                	  $If   gd_    kd\O $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }i ~i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdʺO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kd8O $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i i i i i i Ji Ki i o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i i i i i i i pi i i i i i i i i i i -i .i 8i Bi Ci Oi pi qi i i i i i }i i i ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %i i ,i -i i i zi {i i i i i i i si ti i i i i i i i i ,i 9i Ji                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Ji [i li }i i i i i i i i i i  i i i ?i @i i i i i ,i |i }i i 
i 7i gi                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  gi hi i i pi qi i i i i i i i i .i 8i Bi                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Bi Ci                                        kdٽO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ci qi i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i                                        kd-O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i #i Ji i i i i i #i }i ~i                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
~i i i i |            s            s                                                                                                                                                                                           	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i i i i i i i >i ?i Ii Si Ti `i i i i i i i i >i i ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 i i i i i i i i ?i Ii |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd;O $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ii Si                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Si Ti                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ti i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  i i                                        kdIO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i (i Si i i =i i i i                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  i i i i i i i i i i i  i !i +i 5i 6i Bi ci di i i i i i "i ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    i i i i |            s            s                                                                                                                                                                                           	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i !i +i 5i |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdWO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5i 6i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6i di i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  i i                                        kdeO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i 7i wi i !i i i i                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  "i i i i i i i i i i i i i i i i i 1i 2i <i Fi Gi Si ti ui i i ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    i i i i |            s            s                                                                                                                                                                                           	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i i i 2i <i Fi |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdsO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Fi Gi                                        kd-O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gi ui i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  i i i i i !i 1i 2i 8i ?i @i Ai Bi Wi i i i i i i i i i i i i îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i Li i i i i  i !i                                                                                                                         f                           kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  !i 2i @i Ai Bi Li Wi i i i                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	i i                                        kdIO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  i i i i i i i i i i i i i i i i 
i i  i Ri Si ]i gi hi ti i п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Ei Qi xi i i i i Ii i i                                                                                                                         f                           kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  i i i i i i i i  i Si                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Si ]i gi                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  gi hi                                        kdeO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hi i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i i i i i i i i i i i i i 4i 5i 6i 7i 8i 9i Ei Ii ii Oi bi ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i 	i ?i i i i 4i                                                                                     s                                                                                              kd
O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
4i 5i 6i 7i 8i 9i ii i i Oi i i  i Gi |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
bi i i i i i i Fi Zi i i i i i 3i 4i >i Hi Ii ai ki li mi pi qi i i i i i i i  i i õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Gi i i i i i 4i >i Hi                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Hi Ii                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ii qi i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i  i ki ~i i i i i i i i                                                             f                                    [            [                     
  $If   gd_ K$  kd)O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
i ki i i i i i i i i i i i i i i i i  i "i #i $i <i Fi Gi Hi Ji Ki Li ni oi ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ i i i !i "i #i                                     R            I                                                                     	  $If   gd_ Q  kdpO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   #i $i Li oi i i i i i i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	oi i i i i i Ei Fi Gi Hi Xi Yi i i i i i i i i i i i i ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J i i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i Fi Gi Hi Yi i i i                                                             f                                    [            [                     
  $If   gd_ K$  kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
i i i i i i i                                     R                                                                                              Q  kdRO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   i i i i i i                                     R            I                                                                     	  $If   gd_ Q  kdlO $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a   i i i i i 9i Li _i `i ai |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i i i i i i i i i i ^i _i bi ki \i ]i i )i Ci Di Ei Fi Vi Wi Xi i i i i i ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ai bi                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bi ki i Ji ]i Ci Di Ei Fi Wi i                                                                                     Y                                          kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
i i $i %i -i Bi Wi ii i i i i i i i i %i ?i                                                                                                                                                                                                                      	  $If   gd_  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ i i #i %i i i i i i i i i i i i i i 2i 3i 6i ?i Ki i 4i Ki Li Mi Ni ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ?i Yi ii i i i i                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdSO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i i i i 
i  i 3i 4i 5i |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5i 6i                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6i ?i i i Li Mi Ni _i i i i                                                             f                                    [            [                     
  $If   gd_ K$  kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
Ni ^i _i }i i i i i i i 1j 3j 4j 5j Mj Wj Xj Yj [j \j ]j jj tj uj j j j j Sj j ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 i i i i i i  j 2 j B j \ j v j ~ j  j  j  j  j  j  j                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdO $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    j j 2j 3j 4j                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd?O $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4j 5j ]j uj j j j j j j |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j Sj pj j  j j j j j j j                                                                                                 f                                                   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  j j j j j j j j j j j (j )j *j ,j -j .j Fj Gj j j j j þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ j j .j Gj lj j j j j j |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j j                                        kdSO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j [j j j j j j j j j                                                                                                 Y                              kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
j Zj \j j j j j j j j j j j j j -j 7j 8j 9j ;j <j =j >j j j j νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  j j j =j >j cj vj j j j j j             s                                                                                                                                                                 kdaO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  j j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j D	j 	j 	j 	j 	j I
j                                                                                     Y                                          kdoO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
j j j D	j 	j 	j 	j 	j 	j 	j I
j J
j P
j Q
j Y
j [
j j j j j j j 9j :j ;j Sj ]j ^j _j aj bj cj ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 I
j J
j Q
j Z
j [
j c
j x
j 
j 
j 
j 
j 
j 
j j j 4j Ij                                                                                                                                                                                                         	  $If   gd_  S  kd)O $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ij [j uj j j j j j j                                                                                                                                                                                                                                                 	  $If   gd_  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  j j j :j |            s            s                                                                                                                                                                                           	  $If   gd_   kdMO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :j ;j cj dj wj j j j j j j |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdO $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
cj dj vj wj j j j j 
j xj yj zj j j j j j j ;j oj qj wj xj j j {j }j ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  j j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j 
j 
j $j 8j j xj yj zj j                                                                                                 f                                                        kd#O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
j j qj xj j j j j j j j j j  j :j                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdO $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  :j Tj ej j j j j j j j j j 7j Qj bj |j }j                                                                                                                                                                                                                            S  kdoO $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }j ~j j j j j j j j j j 	j             s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  }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 wj j j j Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 	j 
j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
j j j .j j j j hj j 3j j 8j j j j j $j ;j kj j j j #j Oj j                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  j j j j j j Sj fj jj j j j j j j j j j j 9j ;j <j =j ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   j j j j j j |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j j j j 1j Cj ]j wj j j j j j j j j /j                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdO $If   K$L$l 0                     x                
t                                4   4 
l a   /j Dj Yj kj j j j j j j j  j :j ;j <j                                                                                                                                                                                                                   	  $If   gd_  S  kd[O $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  <j =j ej fj yj j j j j j j |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdO $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
=j Uj _j `j dj ej fj xj yj j j j j j j j j j Oj dj @ j U j  j  j t!j !j !j !j !j !j ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ j j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j gj tj j X j  j !j !j !j !j "j 5"j L"j k"j "j "j "j                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  !j !j !j "j P"j c"j o"j "j "j "j "j "j "j "j "j "j "j "j "#j (#j )#j 1#j 3#j y%j {%j |%j }%j %j %j %j %j ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  "j "j "j "#j )#j 2#j |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd	O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2#j 3#j ;#j M#j _#j q#j #j #j #j #j #j #j $j $j .$j ?$j V$j W$j                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdO $If   K$L$l 0                                     
t                                4   4 
l a   W$j _$j q$j $j $j $j $j $j $j $j %j +%j <%j R%j c%j z%j {%j                                                                                                                                                                                                                            S  kdUO $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {%j |%j }%j %j %j %j %j %j %j &j &j &j             s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %j %j %j %j %j &j &j 	&j &j $'j V'j 'j (j (j )j ;)j )j )j 
+j +j +j 	,j ,j c-j -j .j .j .j 0j #1j 61j B1j U1j 1j 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !&j 	&j                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	&j &j $'j 'j (j <)j )j )j ?*j ^*j *j *j +j +j F,j e-j .j .j .j /j 0j 0j                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  0j 0j 1j >1j ]1j 1j 1j 1j 1j 2j 2j +2j                                                                                                             f                                       kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  1j 1j 1j 1j 1j 1j 1j 2j 2j 2j *2j +2j n2j o2j p2j 2j 2j 2j 2j 2j 2j 2j 3j 3j 3j 3j ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  +2j o2j p2j 2j 2j 2j 2j 2j             s                                                                                                                                                                                     kd P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2j 2j                                        kdiP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2j 2j 2j 2j 2j 3j <3j =3j _3j 3j 3j 3j 3j                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  3j 3j 3j 4j D4j |            s            s            s                                                                                                                                                                          	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3j 3j 3j C4j D4j E4j F4j G4j S4j W4j [4j b4j 4j g6j z6j 6j 6j 6j 6j 7j +7j ^7j r7j 7j 7j :j :j :j :j ;j ;j L;j _;j ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  D4j E4j F4j G4j 4j 16j 36j g6j 6j 6j 7j _7j 7j |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdwP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7j 8j 8j V8j 8j 8j 9j 9j :j :j :j ;j ;j L;j ;j ;j ;j D<j <j <j <j <j <j 1=j ;=j E=j                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  _;j ;j ;j ;j ;j ;j <j C<j W<j <j <j <j <j <j 0=j 1=j ;=j E=j F=j ^=j h=j i=j m=j n=j o=j =j =j =j =j =j =j =j =j =j =j >j 4?j 5?j 6?j F?j G?j õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (E=j F=j                                        kd1P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F=j n=j o=j =j =j =j =j =j =j                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  =j =j                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =j =j >j 3>j j>j >j >j >j ?j 5?j 6?j G?j                                                                                                             f                                       kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  G?j H?j I?j q?j r?j ?j ?j ?j ?j ?j ?j             s                                                                                                                                                                      kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
G?j H?j I?j a?j k?j l?j p?j q?j r?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 Aj Aj ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %?j ?j                                        kdMP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?j ?j ?j 
@j @j @j @j @j                                                 f                                                                                                                       kd	P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  @j @j @j @j @j @j Aj Aj Aj Aj |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[
P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Aj Aj                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Aj Aj &Aj gAj hAj Aj Aj Aj Aj Aj Aj Aj Bj !Bj "Bj &Bj 'Bj (Bj :Bj ;Bj MBj NBj sBj tBj xBj Bj Bj Bj 'Cj (Cj Cj Cj Cj Cj Cj Cj Cj Cj 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Aj &Aj DAj hAj Aj Aj Aj Aj                                                 f                                                                                                                       kdiP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Aj Aj 'Bj (Bj ;Bj NBj aBj tBj vBj wBj |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#
P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wBj xBj                                        kd
P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xBj Bj Bj (Cj Cj Cj Cj Cj                                                 f                                                                                                                       kd1P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Cj Cj Cj Cj Dj Dj Dj Dj Dj Ej Ej Fj PFj |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Cj Cj Cj Dj Dj Dj Dj Dj Dj Dj ;Ej Ej Fj !Fj PFj cFj Fj Fj Fj Fj Fj Fj Fj Gj Gj Gj EGj XGj Gj Gj Gj Gj ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  PFj Fj Fj Gj EGj Gj Gj Hj bHj Hj Hj Hj Hj Hj Ij Ij Ij                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Gj Gj Hj &Hj aHj uHj Hj Hj Hj Hj  Ij Ij Ij Ij Ij .Ij 8Ij 9Ij =Ij >Ij ?Ij GIj dIj vIj wIj Ij Ij Ij Ij Ij Ij շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Ij Ij                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ij >Ij ?Ij dIj wIj Ij Ij Ij Ij                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ij Ij                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ij Ij .Jj _Jj qJj Jj Jj Jj "Kj #Kj 4Kj aKj                                                                                                 f                                                   kdMP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ij .Jj Jj Jj Jj Jj Jj Jj Jj !Kj "Kj #Kj 3Kj 4Kj 7Kj LKj UKj _Kj aKj gKj hKj oKj qKj Kj Kj Kj Kj Kj Kj ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ aKj hKj pKj qKj Kj Kj Kj Kj                                                             R            I                                   	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Kj Kj Kj Kj Kj Kj Kj Lj Lj Lj (Lj |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd!P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Kj Kj Kj Kj Kj Kj Kj Kj Kj Kj Kj Lj Lj )Lj 2Lj 3Lj BLj Lj nMj xMj yMj Mj Mj Mj Mj Mj Mj Mj 
Nj Nj ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ (Lj )Lj                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               )Lj 2Lj Lj Lj Lj 
Mj #Mj 6Mj nMj yMj Mj Mj Mj Mj Nj Nj                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Nj Nj 
Nj Nj Nj !Nj 'Nj RNj XNj YNj `Nj bNj kNj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj Nj  Oj !Oj %Oj пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Nj 
Nj Nj RNj YNj aNj |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd/P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aNj bNj Nj Nj Nj Nj                                     R            I                                                                     	  $If   gd_ Q  kdvP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   Nj Nj Nj Nj Nj Nj Oj !Oj #Oj $Oj |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$Oj %Oj                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               %Oj .Oj Oj Oj Oj Pj LPj WPj vPj Pj Pj Pj Pj Pj                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
%Oj .Oj /Oj >Oj Oj LPj VPj WPj uPj vPj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Pj Qj Qj &Qj 'Qj زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Pj Pj Pj (Qj |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'Qj (Qj )Qj AQj KQj LQj PQj QQj RQj dQj eQj wQj xQj Qj Qj Qj Qj Qj Qj Rj Rj Rj Rj Sj zSj Sj Sj Sj Sj ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    (Qj )Qj QQj RQj eQj xQj Qj Qj Qj Qj |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Qj Qj                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Qj Qj Rj WRj Rj Rj -Sj ?Sj zSj Sj Sj Sj Tj Tj                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Sj Sj Sj Sj Sj Sj Sj Tj Tj Tj Tj #Tj $Tj 'Tj <Tj ETj OTj PTj QTj RTj STj TTj {Tj 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  Tj Tj $Tj QTj |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       QTj RTj STj TTj {Tj |Tj Tj nUj Uj Uj Uj FVj Vj Vj |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{Tj Tj Tj Tj nUj Uj Uj Uj Uj FVj Vj Vj Vj Vj 1Wj Wj Wj Wj Wj Xj ,Xj Xj Xj Xj Xj Xj Zj Zj [j [j 4[j [j [j  \j !\j -\j 1\j T\j ]j ]j ]j ]j ]j ^j K_j y_j z_j _j 	`j F`j `j `j 3aj ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Vj Vj 1Wj Wj Wj Wj Wj ,Xj Xj Xj Xj Xj Zj Zj Zj 4[j [j  \j !\j T\j ]j 	]j >]j S]j o]j ]j ]j ]j ]j ^j                                                                                                                                                                                                                                                                                                                                                                   gd_  ^j K_j z_j _j 	`j F`j `j `j 3aj raj aj bj bj bj #bj 2bj >bj Qbj Ubj                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  3aj aj aj 
bj bj bj -bj 1bj Qbj Tbj Ubj \bj ]bj bj bj bj bj bj !cj cj cj cj 5dj 6dj dj dj dj dj ej ej Lej yej zej ej ej fj Zgj Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ubj Vbj Wbj Xbj Ybj Zbj [bj \bj ]bj M            H            H            H            H            H            H            H                   gd_   kdMP $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ]bj qbj xbj }bj bj bj bj bj                                                 _            V            V                                                             	 $If   gd_    kdP $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  bj bj bj bj                                                                                                                                                                                                                                                          	 $If   gd_  o  kd P $$If   l       0   T# T                 .                
t  0                                                              4 
l al  bj bj bj bj bj bj bj bj                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd]!P $$If   l       0   T# T                 .                
t  0                                                              4 
l al  bj bj bj !cj &cj 2            )            )            )                      	 $If   gd_    kd!P $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     &cj |cj }cj cj cj cj cj             [                                                                                                                                           kd'#P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  cj cj cj 6dj :dj dj d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd#P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  dj dj dj dj dj dj d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd$P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  dj dj dj ej ej Fej d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd%P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Fej Gej Lej zej ej ej d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdK&P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ej ej ej ej  fj fj fj d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd'P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  fj fj fj fj n            e            e                                                                                                                                                               	 $If   gd_    kd'P $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           fj  fj #fj ,fj                                                                                                                                                                                                                                                	 $If   gd_  t  kd(P $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ,fj -fj .fj ?fj Dfj Lfj Sfj Zfj ffj                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdO)P $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ffj gfj                                             kd)P $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          gfj rfj vfj }fj fj fj fj fj                                                             A                                  kdE+P $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  fj fj fj fj fj fj fj fj                                                 A                                              kd$,P $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  fj fj fj fj fj fj fj                                     A            <            7                  gd_    gd_    kd-P $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  fj [gj \gj ugj vgj gj gj gj gj gj                                                                                                                                                                                                                                                   E  kd-P $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Zgj [gj \gj bgj cgj ugj vgj gj gj gj gj gj gj gj gj gj gj gj gj gj gj 'hj (hj @hj Ahj Xhj Yhj Zhj ^hj _hj |hj }hj ~hj hj hj hj eij 
kj kj kj kj 'kj (kj 춥x                          /j3P hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *gj gj gj gj gj gj gj                                     a                                                                                                                             E  kd.P $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdA.P $$If   l 0 
" R                                                           4 
l a   gj gj gj gj gj gj gj                                     a                                                                                                                             E  kd^/P $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd.P $$If   l 0 
" R                                                           4 
l a   gj gj gj gj gj 
hj 'hj                                     a                                                                                                                             E  kd0P $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/P $$If   l 0 
" R                                                           4 
l a   'hj (hj 3hj @hj Ahj Khj Xhj                                     a                                                                                                                             E  kd0P $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{0P $$If   l 0 
" R                                                           4 
l a   Xhj Yhj Zhj [hj \hj ]hj ^hj                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd91P $$If   l 0 
" R                                                           4 
l a   ^hj _hj lhj mhj {hj |hj l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd1P $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   |hj }hj ~hj hj hj dij eij Wjj Xjj /kj 0kj l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdV2P $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
(kj ,kj -kj "lj #lj .lj /lj ?lj @lj Dlj Elj Glj olj plj lj lj lj lj mj mj *mj +mj rmj tmj mj mj mj mj mj mj mj mj  nj nj 
nj |qj }qj qj tj tj tj uj (uj 1uj uj uj uj uj uj ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j{3P hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 00kj Glj Plj plj lj lj mj mj +mj smj                                                                                                                                                                                                                                                       S  kd3P $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	smj tmj mj mj mj mj mj                                     N                                                                                       S  kd5P $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdt4P $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   mj mj  nj 
nj Enj nj oj oj pj pj |qj }qj qj rj grj rj >sj sj tj                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd5P $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   tj tj tj )uj uj uj uj uj uj uj `wj awj rwj xj xj yj =yj Vyj ryj yj yj zj zj 6|j 7|j |j |j |j                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  uj uj qvj rvj vj vj _wj awj rwj xj xj xj wzj zj zj 5|j 7|j V|j |j |j |j }j 	}j Y}j Z}j o}j p}j }j }j }j j j ˀj ̀j ̀j рj Ҁj j j j ۵۵۵ۭۜۋzrgrrr       j7P h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '|j |j |j }j 	}j Z}j p}j }j                                     j                                                                                                                                           kd*6P $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  }j }j }j }j ~j A~j ~j ~j ~j &j cj s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd6P $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
cj j j j Ԁj $j %j pj qj j j nj oj ݄j ބj j j bj cj }j j >j j ?j @j j j                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  j j j !j "j %j pj qj j mj /j j =j >j Ij Jj Zj [j _j `j aj bj cj lj }j j j j !j Aj ?j j )j *j ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j7P hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uju7P h_ U !j *j .j /j Ej Fj Zj                                                 e                                                                                                                        F  kd8P $$If   l   l '{6    4   4 
l a] p
        F  kdC8P $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  *j /j \j j j j j j j j j ΋j ϋj j j j j j j ;j <j ]j ^j uj vj j j j j όj Ќj ьj Ҍj ӌj j j j j Tj mj j j j 6j Hj j 3j hj j őj j j ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Zj [j \j ej sj j j                                                             5            v  kd9P $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd)9P $$If   l   l '{6    4   4 
l a] p
         j j j j j j j j                                     t                                                                                                                                                             v  kdA:P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  j j j j j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j ǋj ɋj ΋j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ΋j ϋj ݋j ߋj j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB<P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j j j j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j j j j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j 4j 6j ;j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC>P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;j <j Vj Xj ]j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]j ^j mj oj uj                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uj vj j j j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD@P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j j j j                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@P $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j j j όj                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAP $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         όj Ќj ьj Ҍj ӌj j j j j  j Tj nj j j j                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdEBP $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j j 1j Ij }j j Đj j j 4j hj j j Ƒj j j j j j >j Gj Hj ^j j j j j j j j                                                                                                                                                                                                                                                                                                                                                                   gd_  j j &j <j =j >j ^j tj j j ړj j j j Rj sj j j j j xj j j j ʕj ԕj Օj j j j j -j пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  j j  j 3j 4j Rj j j j j Δj j j j j wj xj j j j ʕj ԕj                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ԕj Օj                                     kdBP $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Օj j j j 0j Fj \j rj tj j                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	-j 0j Ej Fj [j \j qj rj j j $j &j 6j 7j Vj Wj Xj Yj j j j j j j j j ݘj ޘj ߘj j j Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ j j                                     kdGDP $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j j j j ̖j ͖j j 
j j #j $j %j &j 7j                                                                                                                                     q                            kdEP $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
7j Wj Xj Yj j j j j j             q            l                                                                                                                                                       gd_    kd[FP $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  j j                                     kdGP $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               j j j j ėj ŗj ߗj j j j 9j Rj gj |j j j j                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  j j j ޘj z            q            q                                                                                                                                                                                       	  $If   gd_    kdoHP $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ޘj ߘj j j j 	j 
j j z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd,IP $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       j j j j j j j j j ϙj Йj ҙj j j j 
j [j gj j j j j j j j j >j ?j Bj Lj bj j j j "j ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "j j                                     kdIP $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j j 4j 5j Ij Jj lj j j j j j Йj                                                                                                             q                                                         kd@KP $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Йj љj ҙj j  j j j j z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdKP $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       j j                                     kdLP $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j 
j Vj Wj j 
j j j ?j                                                             q                                                                                                                             kdNP $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ?j @j Aj Bj bj j #j 9j :j Dj Oj z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdNP $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
"j #j :j Oj j j j j j j j j j j /j 8j Νj j j Ğj Şj j )j Xj Yj Zj yj zj {j |j }j j j j j j ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Oj j j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  j j                                        kdOP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j .j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .j /j                                        kdPP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /j 8j Нj ѝj 
j j j nj j j Şj j Yj                                                                                                 s                                                                        kdARP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Yj Zj {j |j }j ~j j |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdRP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j                                        kdSP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j j                         s                                                                                                                                                                                   kd	UP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  j j j j j j j >j Ij ˣj ̣j j #j Bj j ¤j "j Aj j ťj 0j Oj Φj j Ij hj j j j *j j j ,j Kj j Ӫj j ѫj 3j Rj j j >j ]j j j о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -j j j j j j Ij j j +j 6j @j Kj Uj |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdUP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Uj Vj j ͡j j j )j *j ej j j j ˣj ̣j j j #j 1j Aj                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Aj Bj Mj Rj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}VP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rj Sj ]j bj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bj cj nj sj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;WP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sj tj ~j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j ¤j ͤj Ҥj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXXP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҥj Ӥj ݤj j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduYP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j "j 0j @j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdYP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @j Aj Lj Qj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3ZP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qj Rj \j aj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aj bj mj rj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rj sj }j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP[P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j ĥj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ĥj ťj Хj եj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   եj ֥j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm\P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+]P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j 0j >j Nj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nj Oj Zj _j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _j `j jj oj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH^P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oj pj {j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j Φj ܦj j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde_P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j 
j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#`P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j )j .j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .j /j 0j Ij Wj gj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@aP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gj hj sj xj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xj yj j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]bP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j `j j j j                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdcP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzcP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j ¨j ͨj Ҩj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8dP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҩj Өj ݨj j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j )j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )j *j 5j :j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUeP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :j ;j Ej Jj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jj Kj Vj [j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [j \j fj kj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrfP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kj lj mj j j j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j ĩj ɩj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0gP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɩj ʩj ԩj ٩j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩j کj j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMhP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j ,j :j Jj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdhP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jj Kj Vj [j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [j \j fj kj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjiP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kj lj wj |j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |j }j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(jP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j ªj Ҫj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҫj Ӫj ުj j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEkP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j j j Ыj                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdblP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ыj ѫj ܫj j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd mP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j 
j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j 3j Aj Qj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=nP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qj Rj ]j bj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bj cj mj rj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rj sj ~j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZoP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j Ϭj ߬j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߬j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwpP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j  j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5qP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j !j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !j "j #j >j Lj \j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdqP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \j ]j hj mj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRrP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mj nj xj }j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }j ~j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdosP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j ĭj j 	j ,j -j j j j j j j ;j                                                                                                                                                                                        gd_  z  kdsP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j Ѯj <j pj j j j j ʯj ˯j կj ߯j j j j $j 6j 7j Hj Ij cj lj ?j Aj Qj Rj bj Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ;j <j pj j j j j ˯j կj ߯j                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	߯j j                                        kd-tP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j 7j Ij Kj bj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  bj cj                                        kduP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cj lj j j j j 0j j űj j j j j j @j                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  @j Aj Rj j j ղj j j |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdvP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bj cj }j ~j j j j j j j j Cj Dj sj tj wj j j  j j j ǵj ȵj ˵j ܵj j ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jwP h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  j j Dj sj tj uj vj |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdxP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vj wj                                        kdxP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wj j ȳj ɳj j wj j j j Ѵj j j j                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  j  j j ȵj |            s            s                                                                                                                                                                                           	  $If   gd_   kd"zP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ȵj ɵj ʵj ˵j j j j j ʶj ܶj ݶj ̷j ͷj |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdzP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j j j j ۶j ܶj ݶj j Aj Vj j j ˷j ͷj j j j j )j *j Oj Pj j j j j j ej hj j j j j j j 'j ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ͷj ׷j j j j )j                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  )j *j                                        kd{P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *j Pj j j j j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  j j                                        kd|P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j j Mj Nj ̹j :j Zj {j j j j j j                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  j j j hj j j Wj j |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd>~P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'j (j Bj Cj Dj Wj Xj gj j j j j 5j Vj xj j j j j ļj j Jj |j }j ~j j ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j~P h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  j j j j üj ļj Ij Jj ~j j j j |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd}P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j j ؽj ٽj j j j j j <j Mj Nj Qj Zj žj Ӿj j ,j Dj Ej Mj Oj _j `j j j j j j ҿj ӿj ޿j j ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !j j ٽj j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  j j                                        kd7P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j <j Nj Oj Pj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Pj Qj                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qj Zj j j ܾj ݾj ,j -j Nj Oj `j                                                                                                 Y                              kd߂P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
`j j j j j ޿j tj j j j ej rj             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  j j j j /j 0j 4j 5j tj j ej rj j j j j j j j j +j -j j j j j :j <j !j 6j j j j j @j Dj tj j j &j j j j j j j ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jP hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jSP hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -rj j j j j j j j j j j cj dj j j j -j j j ;j <j !j 6j j j j j                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  j j j j j j             f                                                                                                                                                                      kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  j j j j 	j o            f            f            f                                                                                                                                                	  $If   gd_    kd(P $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	j 
j j j j o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j j !j (j 4j o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4j 5j =j Ej Jj o            f            f            f                                                                                                                                                	  $If   gd_    kdrP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Jj Kj Sj [j gj o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at gj hj pj wj |j o            f            f            f                                                                                                                                                	  $If   gd_    kdNP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |j }j j j j o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j j j j <j =j j j *j +j j j Bj o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd*P $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j j j Bj Nj 1j ;j j j j j j 6j Fj Rj Sj _j cj j j j j j j j j j j j j @j Aj Bj Fj Oj j j -j ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Bj Nj j j j j j j kj ,j -j 5j 6j j j j j 1j ;j j j j j j j j j                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  j j 
j j ,j -j @j Sj jj j j j j j [j \j j j j j j j j j j zj j j j                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  j j Oj j j j 6j Fj Sj j j j j j j j j                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  j j                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j Aj Bj Dj Ej                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ej Fj                                        kdgP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fj Oj j j j j &j Nj Yj j j j j j                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
j j .j ej |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -j .j dj ej fj hj tj xj j j j j j j j j j j  j Ej Fj Gj Kj Tj j Dj ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ej fj gj hj j j j j j j |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kduP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  j j                                        kd/P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j  j Ej Fj Gj Ij Jj                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Jj Kj                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kj Tj j j j j 1j Uj j Dj Tj Uj                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Dj Tj Vj fj gj mj tj uj vj wj j j j j j j j j j )j *j +j /j 8j j ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Uj Vj gj uj |            s            s                                                                                                                                                                                           	  $If   gd_   kd׏P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       uj vj wj j j j j j |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j                                        kdKP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j (j )j *j +j -j .j                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  .j /j                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /j 8j wj j j j j 9j j (j 8j 9j                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  j (j 8j :j Jj Kj Qj Xj Yj Zj [j \j hj lj j j j j j j j j j j j ;j <j ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    9j :j Kj Yj |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Yj Zj [j \j j j j j j j |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j j                                        kdgP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j :j ;j <j =j ?j @j                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  <j =j Aj Jj j j j j j j j j j j 'j (j 2j <j =j Ij jj kj uj j j j îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @j Aj                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Aj Jj j j j j )j Ij j j j j                                                                                                                         f                           kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  j j j j j j j (j 2j <j                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdɘP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	<j =j                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =j kj j j j j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  j j j j /j 0j 1j Aj Bj Hj Oj Pj Qj Rj j j j j j j j j j j j .j п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  j j                                        kdךP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j j j j Dj dj j j j 0j 1j                                                                                                                         f                           kd+P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1j Bj Pj Qj Rj j j j j j                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	j j j                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  j j                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j /j 0j 1j 3j Jj                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .j /j 0j 1j Kj Tj Uj Vj Wj j j j j j j j j j j j j j j  k  k ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Jj Kj                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kj Tj Vj Wj hj j j j j j j                                                                                     s                                                                                              kdGP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
j j j j j j j  k  k  k /k fk k k |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 k /k Bk ek yk k k k k 3k Gk k k k k k k k k k 	k 
k k k k .k /k Ak Bk zk {k k k k õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !k 4k k k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  k k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k /k Bk Uk hk {k }k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  k k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k 	k k Ik Jk Kk \k k k k                                                             f                                    [            [                     
  $If   gd_ K$  kdcP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
k 	k Ik Jk Kk [k \k _k tk }k k k k k k k k k k k k k k k k k k k k k 
k ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ k k k k k k                                     R            I                                                                     	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   k k k 
k  k 3k Fk Yk Zk [k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
k Xk Yk \k ek k k k k k k k (k .k /k 7k 9k Nk Ok ^k `k fk gk hk ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J [k \k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \k ek k k k k k k (k /k 8k                                                             f                                    [            [                     
  $If   gd_ K$  kdEP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
8k 9k Ok _k `k ak bk                                     R                                                                                              Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   bk ck dk ek fk gk                                     R            I                                                                     	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   gk hk k k k k k k k k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h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 b	k k	k 	k 	k 	k ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k  k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                k 	k Fk k k k k k k k 	k                                                                                     Y                                          kdAP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
	k 	k 	k 	k 	k 	k 	k 
k !
k ;
k K
k e
k 
k 
k 
k 
k 
k 
k                                                                                                                                                                                                                      	  $If   gd_  S  kdP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 	k 	k 	k 	k ;k <k =k >k Vk `k ak bk dk ek fk k k k k k k k Hk k k k k k ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  
k 
k k !k ;k <k =k                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =k >k fk k k k k k k |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k                                        kdٯP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k Hk vk k k k k G
k N
k W
k                                                             f                                    [            [                     
  $If   gd_ K$  kd-P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
k k k 
k #
k G
k M
k N
k V
k X
k k k k k k k k k k k k k k k ^k _k bk kk k k ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 W
k X
k `
k u
k 
k 
k 
k 
k 
k 
k k k 1k Fk Xk rk k k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdP $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   k k k k k                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdyP $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  k k k k &k 9k Lk _k `k ak |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ak bk                                        kdųP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bk kk k k Uk k <k =k >k ?k Pk k                                                                                                 f                                                   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  k :k =k >k ?k Ok Pk k k k k k k k k k k k k Bk Ck Fk Ok þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ k k k k 
k k 0k Ck Dk Ek |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdӵP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ek Fk                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fk Ok k !k dk k Kk Lk Mk Nk _k                                                                                                 Y                              kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ok k k ck dk k Kk Lk Mk Nk ^k _k k k k k k k k k k k k Lk Mk Pk νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  _k k k k k k k 'k :k Mk Nk Ok             s                                                                                                                                                                 kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ok Pk                                        kdUP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pk Yk .k Uk k k k k k k k                                                                                     Y                                          kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Pk Yk -k k k k k k k k k k k k k k pk rk sk tk k k k k k k k k k k  k k ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 k k k k k k k +k =k Wk qk k k k k k k                                                                                                                                                                                                         	  $If   gd_  S  kdcP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  k k k -k =k Wk qk rk sk                                                                                                                                                                                                                                                 	  $If   gd_  S  kdP $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  sk tk k k |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k (k ;k Nk ak bk ck |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdAP $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
k k k k `k ak dk mk &k k k k (k )k 5k :k Ok k k 
k k k k k  k  k  k ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ck dk                                        kd	P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dk mk &k k k k ik k k k )k                                                                                                 f                                                        kd]P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
)k k k k k  k (k =k Rk gk yk k k k k                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdP $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  k k k k %k :k Ok dk vk k k k k k   k  k  k                                                                                                                                                                                                                            S  kdP $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   k  k  k E k F k Y k l k  k  k  k  k  k             s                                                                                                                                                                 kd;P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   k  k  k 5 k ? k @ k A k C k D k E k F k X k Y k  k  k  k  k u!k !k !k !k !k "k "k e#k z#k +$k ,$k %k *%k ,%k -%k Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ  k  k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                k  k u!k !k -"k "k "k #k |#k #k ,$k $k ,%k -%k 4%k s%k %k %k 	&k 5&k i&k &k &k &k !'k                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  -%k 4%k 9&k L&k P&k h&k &k 'k 'k  'k !'k "'k 2'k 3'k w'k }'k ~'k 'k 'k )k )k )k )k ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   !'k "'k 3'k w'k ~'k 'k |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdIP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'k 'k 'k 'k 'k 'k 'k 'k (k &(k @(k Z(k k(k (k (k (k (k (k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdP $If   K$L$l 0                     x                
t                                4   4 
l a   (k (k (k 	)k #)k =)k N)k h)k )k )k )k )k )k )k )k                                                                                                                                                                                                                   	  $If   gd_  S  kdP $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )k )k *k *k *k **k =*k P*k c*k d*k e*k |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd'P $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
)k )k )k )k *k *k *k *k *k b*k c*k f*k o*k -+k Y+k &,k w,k ,k ,k -k -k -k Z.k o.k /k '/k (/k )/k 0/k t/k ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ e*k f*k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f*k o*k -+k ',k ,k -k -k -k -k r.k )/k 0/k p/k /k /k /k /k 	0k (0k i0k j0k                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  t/k /k /k /k /k 0k 
0k  0k ,0k ?0k G0k `0k h0k i0k j0k k0k {0k |0k 0k 0k 0k 0k 0k 3k 3k 3k 3k 33k =3k >3k B3k ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  j0k k0k |0k 0k 0k 0k |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdCP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0k 0k 0k 0k 0k 1k !1k 81k O1k f1k w1k 1k 1k 1k 1k 1k 1k 1k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdP $If   K$L$l 0                                     
t                                4   4 
l a   1k 1k 2k !2k 32k E2k \2k s2k 2k 2k 2k 2k 2k 2k 3k 3k 3k                                                                                                                                                                                                                            S  kdP $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  3k 3k 3k C3k D3k W3k j3k }3k 3k 3k 3k 3k             s                                                                                                                                                                 kd!P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B3k C3k D3k V3k W3k 3k 3k 3k 3k 4k 4k 5k 5k \6k 6k 6k ;7k W7k 8k ;9k 9k 9k X:k ;k ;k )<k <k <k =>k >k >k >k >k ??k 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !3k 3k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3k 3k 4k 5k \6k 6k X7k 7k 7k 7k Y8k w8k 8k ;9k 9k ;k +<k <k <k <k <>k =>k                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  =>k }>k >k >k >k ;?k Z?k y?k ?k ?k ?k ?k                                                                                                             f                                       kd/P $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ??k R?k ^?k q?k }?k ?k ?k ?k ?k ?k ?k ?k @k 
@k @k 1@k 2@k 3@k 7@k 8@k <@k E@k bAk wAk xAk yAk ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ?k 
@k @k 2@k 3@k 8@k :@k ;@k             s                                                                                                                                                                                     kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ;@k <@k                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <@k E@k R@k t@k @k @k @k @k @k Ak AAk cAk xAk                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  xAk yAk Ak Ak Ak |            s            s            s                                                                                                                                                                          	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yAk Ak Ak Ak Ak Ak Ak Ak Ak Ak Ak  Bk Bk Dk Dk GDk ZDk }Dk Dk Dk Dk Dk Ek KEk _Ek !Hk -Hk 1Hk XHk Hk Hk Hk Hk ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Ak Ak Ak Ak Bk Ck Ck Dk GDk ~Dk Dk Dk LEk |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       LEk Ek Ek Ek Fk Fk [Gk \Gk  Hk !Hk XHk Hk Hk Hk ,Ik cIk Ik Ik 1Jk Jk Jk Jk Jk Jk Jk Jk                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Hk ,Ik ?Ik bIk vIk Ik Ik Ik Ik 0Jk DJk Jk Jk Jk Jk Jk Jk Jk Jk Jk Kk Kk Kk Kk 
Kk Kk  Kk 2Kk 3Kk EKk FKk XKk YKk ]Kk fKk Kk Lk Lk Lk Lk Lk õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Jk Jk                                        kdkP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jk Kk 
Kk  Kk 3Kk FKk YKk [Kk \Kk                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \Kk ]Kk                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]Kk fKk Kk Kk Lk 6Lk TLk nLk Lk Lk Lk Lk                                                                                                             f                                       kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Lk Lk Lk Mk Mk #Mk 6Mk IMk \Mk ^Mk _Mk             s                                                                                                                                                                      kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Lk Lk Lk Lk 	Mk 
Mk Mk Mk Mk "Mk #Mk 5Mk 6Mk [Mk \Mk `Mk iMk Mk Mk -Nk .Nk /Nk ?Nk @Nk ANk BNk ZNk dNk eNk iNk jNk kNk }Nk ~Nk Nk Nk Nk Nk ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %_Mk `Mk                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `Mk iMk Mk Mk .Nk /Nk @Nk ANk                                                 f                                                                                                                       kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ANk BNk jNk kNk ~Nk Nk Nk Nk Nk Nk |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Nk Nk                                        kdOP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nk Nk Nk Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Ok Pk Pk Pk Pk BPk CPk Pk Pk RQk SQk TQk dQk eQk fQk gQk tQk 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Nk Nk Nk Ok Ok Ok Ok Ok                                                 f                                                                                                                       kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ok Ok Ok Ok Ok Ok Ok Pk Pk Pk |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Pk Pk                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pk Pk CPk Pk SQk TQk eQk fQk                                                 f                                                                                                                       kdkP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  fQk gQk hQk Qk %Rk &Rk MRk NRk Rk wSk xSk Sk Sk |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd%P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tQk xQk Qk $Rk %Rk &Rk MRk ZRk ^Rk Rk Rk xSk Sk Sk Sk Tk $Tk 8Tk \Tk ]Tk pTk Tk Tk Tk Tk Tk Tk Tk $Uk %Uk 8Uk iUk ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Sk %Tk ]Tk Tk Tk %Uk jUk Uk  Vk UVk VVk WVk aVk lVk Vk Vk Vk                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  iUk }Uk Uk Uk Uk Vk TVk VVk WVk lVk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Wk Wk Wk :Wk ;Wk TWk ]Wk ^Wk mWk շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Vk Vk                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Vk Vk Vk Wk Wk (Wk ;Wk =Wk SWk                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  SWk TWk                                        kd3P $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               TWk ]Wk Wk Wk Xk GXk RXk ~Xk Xk Xk Xk Xk                                                                                                 f                                                   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  mWk Wk GXk RXk eXk uXk ~Xk Xk Xk Xk Xk Xk Xk Xk Xk Xk Xk Xk Xk Yk Yk 
Yk Yk $Yk %Yk 4Yk 6Yk 7Yk 8Yk ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Xk Yk Yk Yk %Yk 5Yk 6Yk 7Yk                                                             R            I                                   	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdAP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 7Yk 8Yk `Yk aYk tYk Yk Yk Yk Yk Yk Yk |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8Yk PYk ZYk [Yk _Yk `Yk aYk sYk tYk Yk Yk Yk Yk Yk Yk Yk Yk >Zk [k [k [k 5[k 6[k Q[k [k [k [k [k [k [k ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Yk Yk                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Yk Yk ?Zk ZZk Zk Zk Zk Zk [k [k 6[k R[k d[k [k [k [k                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  [k [k [k [k [k [k [k [k [k [k [k  \k 	\k /\k 0\k E\k F\k H\k I\k J\k b\k l\k m\k q\k r\k s\k \k \k \k \k \k \k \k пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  [k [k [k [k [k [k |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdiP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [k  \k 0\k G\k H\k I\k                                     R            I                                                                     	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd#P $If   K$L$l 0                                     
t                              4   4 
l a   I\k J\k r\k s\k \k \k \k \k \k \k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\k \k                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \k \k ;]k c]k ]k ]k ]k ]k ^k ?^k ^k ^k ^k ^k                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
\k \k \k \k :]k ]k ]k ]k ^k ^k '^k 6^k >^k ?^k F^k L^k ^k ^k ^k ^k ^k ^k ^k ^k ^k ^k ^k ^k ^k ^k زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ^k ^k ^k ^k |            s            s                                                                                                                                                                                           	  $If   gd_   kdKP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^k ^k ^k ^k ^k ^k ^k ^k ^k _k _k _k _k ;_k <_k @_k I_k J_k Y_k _k _k f`k j`k `k ak "ak #ak Aak Bak ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ^k ^k ^k ^k _k _k )_k <_k >_k ?_k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?_k @_k                                        kdP $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @_k I_k _k _k g`k `k `k `k ak #ak Bak mak ak ak                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Bak Uak dak lak mak tak zak ak ak ak ak ak ak ak ak ak ak ak ak ak ak ak bk 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ak ak ak ak |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ak ak ak ak bk bk Ubk ck >ck ?ck xck ck dk  dk |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
bk &bk *bk Ubk ck >ck Kck Ock xck ck  dk ,dk 0dk Rdk dk ;ek ek ek ek ek ek -fk ]fk ifk mfk fk ghk hk hk hk hk ik ik ik ik ik ik ik 0kk Xkk Ykk okk skk kk lk mk mk Qmk mk mk =nk ynk nk ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 dk Rdk dk :ek ;ek ek ek ek -fk \fk ]fk fk ghk hk hk hk ik ik ik ik jk jk jk jk 
kk kk 0kk Xkk Ykk kk                                                                                                                                                                                                                                                                                                                                                                   gd_  kk lk mk Qmk mk mk =nk ynk nk ok Gok ok ok ok ok ok ok ok ok                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  nk Gok Kok ok ok ok ok ok ok ok ok ok ok Ipk Jpk Kpk Lpk pk pk  qk Mqk qk qk qk 0rk [rk \rk rk rk rk rk sk sk sk Bsk Ftk tk Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $ok ok ok ok ok ok ok ok ok M            H            H            H            H            H            H            H                   gd_   kdP $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ok pk pk pk +pk ,pk ;pk <pk                                                 _            V            V                                                             	 $If   gd_    kd%P $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  <pk =pk Ipk Jpk                                                                                                                                                                                                                                                          	 $If   gd_  o  kdP $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Jpk Kpk Lpk Wpk [pk npk vpk pk                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdP $$If   l       0   T# T                 .                
t  0                                                              4 
l al  pk pk pk pk pk 2            )            )            )                      	 $If   gd_    kd4P $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     pk qk qk  qk Mqk Rqk qk             [                                                                                                                                           kdaP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  qk qk qk qk qk *rk d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd*P $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  *rk +rk 0rk \rk `rk zrk d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  zrk {rk rk rk rk rk d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  rk rk rk sk sk Csk d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Csk Dsk Esk Osk sk sk sk d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdNP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  sk sk sk sk n            e            e                                                                                                                                                               	 $If   gd_    kdP $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           sk sk sk sk                                                                                                                                                                                                                                                	 $If   gd_  t  kdP $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  sk sk sk sk sk sk sk sk tk                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdP $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  tk tk                                             kd&P $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          tk tk tk tk "tk #tk $tk %tk                                                             A                                  kdP $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  %tk &tk 'tk (tk )tk *tk +tk ,tk                                                 A                                              kd^P $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ,tk -tk .tk /tk 0tk 1tk Ftk                                     A            <            7                  gd_    gd_    kd=P $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Ftk tk tk uk uk -uk >uk ?uk Suk Uuk                                                                                                                                                                                                                                                   E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	tk tk tk  uk uk uk uk >uk ?uk Uuk Vuk Xuk Yuk guk huk uuk vuk uk uk uk uk uk uk uk uk uk uk uk uk uk vk vk vk (vk )vk ;vk wk xk xk xk xk xk xk 춥x                          /jNP hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Uuk Vuk Wuk Xuk Yuk auk guk                                     a                                                                                                                             E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{P $$If   l 0 
" R                                                           4 
l a   guk huk quk uuk vuk uk uk                                     a                                                                                                                             E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9P $$If   l 0 
" R                                                           4 
l a   uk uk uk uk uk uk uk                                     a                                                                                                                             E  kdVP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdP $$If   l 0 
" R                                                           4 
l a   uk uk uk uk uk uk uk                                     a                                                                                                                             E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdP $$If   l 0 
" R                                                           4 
l a   uk uk uk uk uk uk uk                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdsP $$If   l 0 
" R                                                           4 
l a   uk uk 
vk vk vk vk l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdP $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   vk vk vk )vk ;vk wk wk wk wk xk xk l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdP $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
xk xk xk yk yk yk yk yk yk yk yk yk 
zk zk fzk gzk szk tzk zk zk zk zk {k {k ${k %{k I{k K{k [{k \{k {k {k {k {k {k k k 'k ik lk k k Ƃk ςk 'k (k k k k ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jP hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0xk yk yk zk gzk tzk zk zk zk {k                                                                                                                                                                                                                                                       S  kdP $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	{k {k %{k J{k K{k \{k {k                                     N                                                                                       S  kd@ Q $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdP $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   {k {k {k {k {k z|k 6}k 7}k $~k %~k k k 'k k k vk ܀k Ek k                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd Q $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   k k lk ǂk 'k (k fk k k k k k k .k Pk k ۆk k k *k +k 4k 5k ԉk Չk 3k 4k k                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  k k k k  k (k k k k -k .k Pk k 2k 5k Ӊk Չk k k k k k k k k 
k k ?k @k Ak ]k ^k ik jk kk ok pk k k k ۵۵۵ۭۜۋzrgrrr       jHQ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'k k k k k k k @k                                     j                                                                                                                                           kddQ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  @k Ak Rk k k ߋk =k >k Zk Čk k s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdQ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
k [k  k !k rk k Îk k k k k k 
k {k |k 2k 3k  k k k ,k ܔk k ݖk ޖk \k ]k                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  k k k k k Îk k k k k ͒k 1k ۓk ܓk k k k k k k k  k k 
k k ,k k k k ߕk ݖk \k ǘk Șk ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jQ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjQ h_ U !]k Șk ̘k ͘k k k k                                                 e                                                                                                                        F  kdQ $$If   l   l '{6    4   4 
l a] p
        F  kd}Q $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Șk ͘k k k k "k #k )k *k Kk Lk lk mk k k k k k k ٙk ڙk k k k k *k +k Ek Fk mk nk ok pk qk Ok Pk \k k k k ?k Ek Hk ԝk k k ўk k /k ck k k ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3k k k k k k k                                                             5            v  kdQ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdcQ $$If   l   l '{6    4   4 
l a] p
         k  k !k "k #k 'k (k )k                                     t                                                                                                                                                             v  kd{Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  )k *k Ck Ek Kk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Kk Lk ek gk lk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         lk mk {k }k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k ҙk ԙk ٙk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}	Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٙk ڙk k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(
Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k 
k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k "k $k *k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *k +k >k @k Ek                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ek Fk Mk Rk mk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mk nk ok pk qk Ok Pk \k k k k k @k Sk k                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd
Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k ϝk k k .k bk k k Ҟk k  k 0k dk k k k k k ܟk k k k "k 1k Dk Ek ^k k k                                                                                                                                                                                                                                                                                                                                                                   gd_  k k ğk ڟk ۟k ܟk k k 1k Ck xk k k k k k "k Vk k k k +k ]k ^k hk rk sk k k k k ˣk пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  k k k ѡk ҡk k  k !k "k Vk lk k k k k k k  k +k ^k hk rk                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  rk sk                                     kd*Q $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               sk k k k Σk k k k k )k                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ˣk Σk k k k k k k *k 3k ¤k Ĥk Ԥk դk k k k k k k #k ,k Ik Kk [k \k {k |k }k ~k k Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ )k *k                                     kdQ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               *k 3k Uk Vk jk kk k k k k ¤k äk Ĥk դk                                                                                                                                     q                            kdQ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
դk k k k k k  k !k "k             q            l                                                                                                                                                       gd_    kdQ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  "k #k                                     kdRQ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               #k ,k Mk Nk bk ck }k k k k ץk k k k 4k 5k Jk                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Jk Kk \k |k z            q            q                                                                                                                                                                                       	  $If   gd_    kdQ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       |k }k ~k k k k k k z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdfQ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       k k k k k ;k =k Mk Nk mk nk pk k k k k k k !k -k Lk Xk k k k k ܨk ݨk k k  k Jk k k k ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "k k                                     kd#Q $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k k Ҧk Ӧk k k 
k &k 'k <k =k Nk nk                                                                                                             q                                                         kdzQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  nk ok pk k k k k k z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd7Q $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       k k                                     kdQ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k k k k k k k k ݨk                                                             q                                                                                                                             kdKQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ݨk ިk ߨk k  k k k שk ةk k k z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdQ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
k k ةk k k  k *k 4k 5k Uk Vk k k k ͪk ֪k lk Pk Rk bk ck k Ǭk k k k k k k k k k 'k k k k ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #k  k *k 4k                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  4k 5k                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5k Vk k k k ̪k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ̪k ͪk                                        kd'Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͪk ֪k nk ok k k k k Qk Rk ck k k                                                                                                 s                                                                        kd{Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k k k k k k |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd5Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k 'k k k k k                         s                                                                                                                                                                                   kdC Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k k k k k k ܭk k ik jk k k k Ak `k k ߲k Dk ck γk k lk k k k  k ?k k ȶk 8k Wk ʷk k Rk qk Pk ok ѹk k _k ~k ܺk k 0k 1k о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -k k k k k k k k k ɮk Ԯk ޮk k k |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
k k Tk kk k k ǯk ȯk k 8k ~k k ik jk k k k ϱk ߱k                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ߱k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k  k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu"Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k !k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !k "k #k Ak Ok _k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3#Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _k `k kk pk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pk qk {k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP$Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k βk ޲k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޲k ߲k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm%Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k  k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+&Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k  k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    k !k "k Dk Rk bk                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bk ck nk sk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH'Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sk tk ~k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde(Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k γk ܳk k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#)Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k 
k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k )k .k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@*Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .k /k 0k lk zk k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]+Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k Ǵk ̴k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̴k ʹk δk k k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz,Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k !k &k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8-Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &k 'k 2k 7k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7k 8k Bk Gk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gk Hk Ik k k  k .k >k                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdU.Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >k ?k Jk Ok             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ok Pk Zk _k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _k `k kk pk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr/Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pk qk {k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k k Ƕk                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd00Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ƕk ȶk Ӷk ضk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ضk ٶk k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM1Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k 	k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	k 
k k 8k Fk Vk                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vk Wk bk gk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj2Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gk hk rk wk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wk xk k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(3Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k ʷk طk k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE4Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k 	k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	k 
k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k %k *k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb5Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *k +k ,k Rk `k pk                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pk qk |k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 6Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=7Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k  k !k Pk ^k nk                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd7Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nk ok zk k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ8Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k ѹk ߹k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdw9Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k  k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5:Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k !k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !k "k ,k 1k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1k 2k 3k _k mk }k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR;Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }k ~k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo<Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k ܺk k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-=Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k 'k ,k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ>Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,k -k 7k <k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <k =k >k bk k k ʻk ˻k !k "k /k 0k 1k Tk ټk                                                                                                                                                                                        gd_  z  kd?Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1k Bk Tk ok ڼk k k  k !k 6k hk ik sk }k ~k k k ½k Խk սk k k k 
k ݿk ߿k k k  k Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ټk ڼk k  k !k +k 6k ik sk }k                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	}k ~k                                        kdg?Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~k k սk k k  k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   k k                                        kd@Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k 
k ^k _k k k ξk -k ck k k k k k ޿k                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ޿k ߿k k Ak Zk sk k k |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdBQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        k k k k k 0k 1k @k k k k k k k k k k k k k k ek fk ik zk k ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jBQ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  k k k k k k k |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdNCQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k                                        kdDQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k fk gk k k  k <k Uk ok k k k                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  k k k fk |            s            s                                                                                                                                                                                           	  $If   gd_   kd\EQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fk gk hk ik k !k "k Vk hk zk {k jk kk |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdFQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k !k "k Uk Vk yk zk {k k k k *k Wk ik kk k k k k k k k k k @k Ak Dk Mk k k ~k k k k k k k ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $kk uk k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  k k                                        kdFQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k /k Ak Bk Ck                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Ck Dk                                        kd$HQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dk Mk k k k k k k jk k k k ?k \k ~k k k                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  k k k k \k k k 8k |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdxIQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k k k k &k \k k k k k k 7k 8k ;k Lk bk k k k k k -k ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j2JQ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  8k 9k :k ;k ak bk k k k .k /k 9k |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdJQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -k /k Dk vk wk k k k k k k k k k k ck qk k k k k k k k k Hk Ik Kk Lk ^k pk qk |k k ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !9k Dk wk k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  k k                                        kdqKQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k k                                        kdLQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k Yk Zk zk {k k k k k k                                                                                                 Y                              kdNQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
k Ik Jk Kk Lk |k k 6k kk lk k k             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdNQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k k k k k k k k 6k k k <k Mk k k ik |k k k k k jk kk mk nk k k k k Fk zk Ik Pk k k k 3k k k +k ,k Dk Ek Uk Vk ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jSQ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jOQ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -k ;k <k Mk k k Tk Uk k k k k k hk ik ~k k kk nk k k k k Ek Fk Uk gk                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  gk zk {k k k k             f                                                                                                                                                                      kdOQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kdbPQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kdPQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kd>QQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kdQQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kdRQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k k k k o            f            f            f                                                                                                                                                	  $If   gd_    kdRQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k k #k *k 6k o            f            f            f                                                                                                                                                	  $If   gd_    kdRQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6k 7k 8k 9k k k 2k 3k k k k k k o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kddSQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Vk Yk Zk k k k k  k +k "k 3k k k k k k k k k !k "k 7k ik jk tk ~k k k k k k k k k k k k k ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %k k hk ik k  k k k 	k k k k k %k k k Jk k k k  k Ak Nk [k hk uk k                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  k k k k k k k k k k  k +k [k \k k k {k |k Nk Ok "k 3k hk k k k Fk sk k                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  k k k =k k k k k k k !k "k ,k 7k jk tk ~k                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ~k k                                        kdMTQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k k                                        kdUQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k ,k 8k _k k k k k 0k :k _k k k                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
k k k k |            s            s                                                                                                                                                                                           	  $If   gd_   kdVQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k k k k 2k 3k Hk zk {k k k k k k k k k k k k z l  l ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 k k k k 2k 3k =k Hk {k k |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdWQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  k k                                        kdiXQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  k k                                        kdYQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k 1k =k dk k k k y l  l  l  l                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   l  l  l l l l l l l l *l \l ]l gl ql rl ~l l l l l l l l ^l ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph     l  l l l |            s            s                                                                                                                                                                                           	  $If   gd_   kd[Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l *l ]l gl ql |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ql rl                                        kd\Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rl l l l l l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  l l                                        kd]Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l !l Hl sl l l ]l l l l                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ^l l l l l l l l l l l l l 
l %l &l ;l ml nl xl l l l l l l l ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    l l l l |            s            s                                                                                                                                                                                           	  $If   gd_   kd-_Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l &l 0l ;l nl xl l |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kd`Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  l l l l [l ]l ml nl tl {l |l }l ~l l l l l l l l l 	l l 2l 3l 4l îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  l l                                        kdaQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l 'l 3l Zl l l l l [l \l ]l                                                                                                                         f                           kdIcQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ]l nl |l }l ~l l l l l l                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kddQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	l l                                        kddQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l 	l 3l 4l 5l 7l 8l                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  4l 5l 9l Bl l l l l l l l l l l *	l D	l F	l G	l \	l 	l 	l 	l 	l 	l 	l 	l п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  8l 9l                                        kdfQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9l Bl l l l l l 1l Nl l l l                                                                                                                         f                           kdegQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  l l l l l *	l G	l Q	l \	l 	l                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdhQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		l 	l 	l                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  	l 	l                                        kdhQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	l 	l 	l 	l 	l 	l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	l 	l 	l 	l 	l 	l 
l 
l 
l +l ,l -l =l >l pl ql rl sl tl ul l l l l l ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 	l 	l                                        kd-jQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	l 	l 
l 
l l El {l ,l -l >l pl                                                                                     s                                                                                              kdkQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
pl ql rl sl tl ul l Vl Wl l l l <l l |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd;lQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
l l l l l ;l Ol l l l l 'l (l =l ol pl zl l l l l l l l l l l l l l l 3l <l Hl õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !l l 'l (l 2l =l pl zl l                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  l l                                        kdlQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l l l l 2l                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  2l 3l                                        kdInQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3l <l l l l l l l 'l .l 6l                                                             f                                    [            [                     
  $If   gd_ K$  kdoQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Hl l l l l l l l l l %l 'l -l .l 5l 7l Ll Ml \l ^l _l `l xl l l l l l l l l ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 6l 7l Ml ]l ^l _l                                     R            I                                                                     	  $If   gd_ Q  kdpQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdWpQ $If   K$L$l 0                                     
t                              4   4 
l a   _l `l l l l l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdqqQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l l l l &l l l l l l l l l l l l l l l l l l l ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J l l                                        kd+rQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l &l Tl l l l l l l l                                                             f                                    [            [                     
  $If   gd_ K$  kdsQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
l l l l l l  l                                     R                                                                                              Q  kdtQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9tQ $If   K$L$l 0                                     
t                              4   4 
l a    l l l l l l                                     R            I                                                                     	  $If   gd_ Q  kduQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdSuQ $If   K$L$l 0                                     
t                              4   4 
l a   l l .l Ol Pl ul l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmvQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l (l )l *l ,l -l .l Ol Pl l l l l l l Ll el l l l l l l l  l 	l  l Pl Vl ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ l l                                        kd'wQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l l l l l l Pl                                                                                     Y                                          kd{xQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Pl Wl `l al il ~l l l l l l l l %l :l Ol al {l                                                                                                                                                                                                                      	  $If   gd_  S  kd5yQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Vl Wl _l al l l l l l l l  l l l l #l $l nl ol rl {l l l pl l l l l ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  {l l l l l l l                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdyQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  l l l $l Il \l ol pl ql |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdYzQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ql rl                                        kd{Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rl {l l l l l l l l l l                                                             f                                    [            [                     
  $If   gd_ K$  kdg|Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
l l l l l l l l l l ml ol pl ql l l l l l l l l l l l l  l 	l l =l ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 l l l l (l :l Tl nl ~l l l l l l l l *l :l                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!}Q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   :l Tl nl ol pl                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd}Q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  pl ql l l l l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE~Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l  l                                        kd~Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                l 	l l l l <l l l l l l Al                                                                                                 f                                                   kdSQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  =l l l l l l l @l Al Bl Zl dl el fl hl il jl l l l l l l þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Al Bl jl l l l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kdǁQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l  l  l !l K!l !l !l !l !l !l                                                                                                 Y                              kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
l  l  l !l !l K!l !l !l !l !l !l !l O"l P"l Q"l i"l s"l t"l u"l w"l x"l y"l z"l "l "l "l νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  !l P"l Q"l y"l z"l "l "l "l "l "l "l "l             s                                                                                                                                                                 kdՃQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "l "l                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "l "l #l #l 7$l $l %l  %l !%l 2%l %l                                                                                     Y                                          kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
"l "l #l $l %l %l  %l !%l 1%l 2%l %l %l %l %l %l %l 'l 'l 'l 'l "'l #'l u'l v'l w'l 'l 'l 'l 'l 'l 'l 'l ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 %l %l %l %l %l %l %l %l %l %l &l &l 9&l S&l [&l p&l &l                                                                                                                                                                                                         	  $If   gd_  S  kdQ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  &l &l &l &l &l &l 'l 'l 'l                                                                                                                                                                                                                                                 	  $If   gd_  S  kd/Q $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  'l 'l #'l v'l |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v'l w'l 'l 'l 'l 'l 'l 'l 'l  (l (l |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{Q $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
'l 'l 'l 'l 'l 'l (l (l (l *l *l *l *l *l *l *l *l 1+l w+l +l +l +l +l +l +l -l -l ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  (l (l                                        kdCQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (l (l (l $)l `)l t)l *l *l *l *l *l                                                                                                 f                                                        kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
*l 1+l +l +l +l +l +l +l +l ,l ,l 1,l K,l \,l v,l                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdQQ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  v,l ,l ,l ,l ,l ,l ,l -l -l .-l H-l Y-l s-l -l -l -l -l                                                                                                                                                                                                                            S  kdQ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -l -l -l -l -l -l 
.l .l 0.l C.l D.l E.l             s                                                                                                                                                                 kduQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -l -l -l -l -l -l -l -l -l -l -l -l -l B.l C.l F.l O.l /l B/l C/l i/l j/l 0l 0l 1l 1l 1l 1l 2l 2l 2l 2l Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ E.l F.l                                        kd/Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F.l O.l /l j/l /l 0l Q0l 0l 1l o1l 1l t2l 2l 2l 2l 3l `3l w3l 3l 3l 4l 34l _4l 4l 4l                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  2l 2l 3l 3l 3l 4l 4l 4l 4l 4l 4l 4l 4l 4l 5l 5l 5l $5l &5l u7l w7l x7l y7l ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   4l 4l 4l 5l 5l %5l |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %5l &5l .5l C5l X5l m5l 5l 5l 5l 5l 5l 5l 	6l #6l 46l N6l V6l k6l                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd=Q $If   K$L$l 0                     x                
t                                4   4 
l a   k6l 6l 6l 6l 6l 6l 6l 7l  7l 17l K7l \7l v7l w7l x7l                                                                                                                                                                                                                   	  $If   gd_  S  kdϏQ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  x7l y7l 7l 7l 7l 7l 7l 7l 8l 8l 8l |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdaQ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
y7l 7l 7l 7l 7l 7l 7l 7l 7l  8l 8l 8l 
8l 8l 8l 9l :l *:l :l :l |;l ;l ;l 
<l <l <l <l <l <l =l ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 8l 8l                                        kd)Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8l 
8l 8l 9l -:l :l :l ;l ;l <l <l <l =l -=l L=l q=l =l =l =l >l >l                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  =l %=l 1=l D=l =l =l =l =l =l =l =l =l >l >l >l 	>l >l >l ^>l d>l e>l m>l o>l @l @l @l @l @l @l @l @l ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  >l 	>l >l ^>l e>l n>l |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd}Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n>l o>l w>l >l >l >l >l >l >l ?l ?l ,?l C?l T?l j?l {?l ?l ?l                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd7Q $If   K$L$l 0                                     
t                                4   4 
l a   ?l ?l ?l ?l ?l ?l ?l @l (@l 9@l P@l g@l x@l @l @l @l @l                                                                                                                                                                                                                            S  kdɓQ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @l @l @l @l @l @l Al Al .Al AAl CAl DAl             s                                                                                                                                                                 kd[Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @l @l @l @l @l @Al AAl EAl NAl `Bl Bl (Cl ZCl Cl [Dl wDl Dl Dl IFl Fl 0Gl EGl Gl Hl #Il Il Jl 3Jl Kl _Ll rLl ~Ll Ll Ll 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !DAl EAl                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EAl NAl `Bl (Cl Cl xDl Dl 0El {El El El Fl GFl Fl Gl Hl Il 6Jl 7Jl >Jl Kl Kl                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Kl Ll [Ll zLl Ll Ll Ll Ml 6Ml UMl VMl gMl                                                                                                             f                                       kdiQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Ll Ll Ll Ml Ml .Ml :Ml MMl TMl VMl fMl gMl Ml Ml Ml Ml Ml Ml Ml Ml Ml Ml  Ol Ol Ol Ol ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  gMl Ml Ml Ml Ml Ml Ml Ml             s                                                                                                                                                                                     kd#Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ml Ml                                        kdݗQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ml Ml Ml Nl 4Nl VNl xNl yNl Nl Nl Nl Ol Ol                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Ol Ol (Ol [Ol Ol |            s            s            s                                                                                                                                                                          	  $If   gd_   kd1Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ol 'Ol (Ol Ol Ol Ol Ol Ol Ol Ol Ol Ol Ol Ql Ql Ql Ql Rl /Rl SRl gRl Rl Rl Rl Rl Ul Ul Ul Ul QVl TVl Vl Vl ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Ol Ol Ol Ol Ol mQl oQl Ql Ql Rl TRl Rl Rl |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Rl ?Sl @Sl Sl 9Tl :Tl Tl Tl Ul Ul Ul SVl TVl Vl Vl Wl 9Wl Wl Wl $Xl %Xl /Xl :Xl mXl wXl Xl                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Vl Vl Vl  Wl Wl 8Wl LWl Wl Wl Wl Wl $Xl %Xl :Xl lXl mXl wXl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Xl Yl LYl pZl qZl rZl Zl Zl õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Xl Xl                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xl Xl Xl Xl Xl Xl Xl Xl Xl                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Xl Xl                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xl Yl LYl oYl Yl Yl Yl Zl CZl qZl rZl Zl                                                                                                             f                                       kdMQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl             s                                                                                                                                                                      kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl Zl [l H[l I[l [l [l [l [l [l [l [l [l \l \l \l \l 	\l \l \l .\l /\l T\l U\l ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Zl Zl                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zl [l %[l I[l [l [l [l [l                                                 f                                                                                                                       kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  [l [l \l 	\l \l /\l B\l U\l W\l X\l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdϠQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X\l Y\l                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U\l Y\l b\l \l \l &]l ']l (]l 8]l 9]l :]l ;]l S]l ]]l ^]l b]l c]l d]l v]l w]l ]l ]l ]l ]l ]l ]l ]l ]l c^l d^l ^l ^l ^l _l _l _l _l _l 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Y\l b\l \l \l ']l (]l 9]l :]l                                                 f                                                                                                                       kdݢQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  :]l ;]l c]l d]l w]l ]l ]l ]l ]l ]l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]l ]l                                        kdQQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]l ]l ]l d^l ^l ^l _l _l                                                 f                                                                                                                       kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  _l _l _l 7_l _l _l _l _l `l al al Jal al |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd_Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _l _l 7_l _l _l _l _l _l _l `l w`l al Jal ]al al al al al al al bl  bl !bl ?bl @bl Sbl bl bl bl bl bl cl ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  al al al @bl bl bl cl Ocl cl cl cl cl cl 
dl =dl Gdl Qdl                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  cl cl Ncl bcl cl cl cl cl cl 
dl <dl =dl Gdl Qdl Rdl jdl tdl udl ydl zdl {dl dl dl dl dl dl dl dl dl dl el շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Qdl Rdl                                        kdQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Rdl zdl {dl dl dl dl dl dl dl                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  dl dl                                        kdmQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               dl dl jel el el el el fl ^fl _fl pfl fl                                                                                                 f                                                   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  el jel el el fl fl fl #fl )fl ]fl ^fl _fl ofl pfl sfl fl fl fl fl fl fl fl fl fl fl fl fl fl fl ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ fl fl fl fl fl fl fl fl                                                             R            I                                   	  $If   gd_ Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd{Q $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ fl fl fl fl gl %gl 8gl Kgl Mgl Ngl dgl |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
fl fl fl fl fl fl fl gl gl $gl %gl Jgl Kgl egl ngl ogl ~gl gl hl hl hl hl hl hl il (il /il 5il Fil Gil ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ dgl egl                                        kdOQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               egl ngl gl gl )hl Fhl _hl rhl hl hl hl hl il (il Gil Hil                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Gil Hil Iil Yil Zil ]il cil il il il il il il il il il il il il il  jl 
jl jl jl jl jl #jl $jl 6jl 7jl \jl ]jl ajl пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Hil Iil Zil il il il |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       il il il il il il                                     R            I                                                                     	  $If   gd_ Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd]Q $If   K$L$l 0                                     
t                              4   4 
l a   il il jl jl $jl 7jl Jjl ]jl _jl `jl |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`jl ajl                                        kd1Q $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ajl jjl jl kl ;kl Mkl kl kl kl kl ll #ll $ll %ll                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
ajl jjl kjl zjl jl kl kl kl kl kl kl kl kl kl kl kl ll ll "ll #ll $ll %ll &ll 6ll 7ll :ll Oll Xll bll cll زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 %ll &ll 7ll dll |            s            s                                                                                                                                                                                           	  $If   gd_   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cll dll ell }ll ll ll ll ll ll ll ll ll ll ll ll ll ll ll ll Uml Vml nl nl Jnl nl nl nl nl nl ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    dll ell ll ll ll ll ll ll ll ll |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ll ll                                        kdQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ll ll Vml ml nl 8nl inl {nl nl nl nl ol Mol Nol                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
nl nl ol 
ol ol ol ol Lol Mol Nol Ool _ol `ol col xol ol ol ol ol ol ol ol ol 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  Nol Ool `ol ol |            s            s                                                                                                                                                                                           	  $If   gd_   kdMQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ol ol ol ol ol ol ol pl pl pl ql ql ql ql |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ol ol ol ol pl pl pl pl ql ql ql ql ql ql mrl rl .sl /sl ;sl ?sl hsl sl sl tl tl 3tl vl 3vl ?vl Cvl pvl !wl "wl \wl ]wl iwl mwl wl xl xl xl 
yl yl =yl zl zl zl zl E{l {l {l |l o|l ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4ql ql mrl rl rl .sl /sl hsl sl sl sl 3tl vl 2vl 3vl pvl "wl \wl ]wl wl Dxl Exl zxl xl xl xl xl xl xl =yl                                                                                                                                                                                                                                                                                                                                                                   gd_  =yl zl zl zl E{l {l {l |l o|l |l |l G}l H}l S}l _}l n}l z}l }l }l                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  o|l |l |l F}l G}l S}l i}l m}l }l }l }l }l }l }l }l }l }l &~l ]~l ~l ~l ;l ql rl l l l l Ul Vl l l l l l l l Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $}l }l }l }l }l }l }l }l }l M            H            H            H            H            H            H            H                   gd_   kdQ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   }l }l }l }l }l }l }l }l                                                 _            V            V                                                             	 $If   gd_    kd_Q $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  }l }l }l }l                                                                                                                                                                                                                                                          	 $If   gd_  o  kd4Q $$If   l       0   T# T                 .                
t  0                                                              4 
l al  }l }l }l }l }l ~l ~l  ~l                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdѷQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al   ~l !~l &~l ]~l b~l 2            )            )            )                      	 $If   gd_    kdnQ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     b~l ~l ~l ~l ~l ~l 5l             [                                                                                                                                           kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  5l 6l ;l rl vl l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kddQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l l l l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd-Q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l Vl [l l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l l l l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l l <l Al Ml d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ml Nl Ql [l n            e            e                                                                                                                                                               	 $If   gd_    kdQQ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           [l \l _l hl                                                                                                                                                                                                                                                	 $If   gd_  t  kd&Q $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  hl il jl {l l l l l l                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdÿQ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  l l                                             kd`Q $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          l l l l l l l Ál                                                             A                                  kdQ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Ál āl Łl Ɓl ǁl ȁl Ɂl ʁl                                                 A                                              kdQ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ʁl ˁl ́l ́l ΁l ρl l                                     A            <            7                  gd_    gd_    kdwQ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  l l l l l ˂l ܂l ݂l l l                                                                                                                                                                                                                                                   E  kdVQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	l l l l l l l ܂l ݂l l l l l l l l l 3l 4l 6l 7l cl dl |l }l l l l l l l l l ƃl ǃl كl l Fl Gl Rl Sl cl dl 춥x                          /jQ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *l l l l l l l                                     a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQ $$If   l 0 
" R                                                           4 
l a   l l l l l 'l 3l                                     a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdsQ $$If   l 0 
" R                                                           4 
l a   3l 4l 5l 6l 7l Il cl                                     a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd1Q $$If   l 0 
" R                                                           4 
l a   cl dl ol |l }l l l                                     a                                                                                                                             E  kdNQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQ $$If   l 0 
" R                                                           4 
l a   l l l l l l l                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdQ $$If   l 0 
" R                                                           4 
l a   l l l l l l l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdQ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   l l l ǃl كl l l l l kl ll l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdQ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
dl hl il ^l _l jl kl {l |l l l l l l l l l l Yl [l fl gl l l l Èl l l l l 9l ;l <l Hl Il l l Ōl l 
l l ?l dl ml Ől Ɛl "l #l 5l ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jQ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ll l l l l l Zl [l gl l                                                                                                                                                                                                                                                       S  kdVQ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	l l Èl l l l :l                                     N                                                                                       S  kdzQ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdQ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   :l ;l <l Il l l Ԋl Պl l Ël l l Ōl Hl l l zl l Jl                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdQ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Jl Kl 
l el Ől Ɛl l "l #l 6l l l l ̓l l Wl yl l l Ȕl ɔl ҕl ӕl rl sl їl җl l                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  5l 6l l l l Ƒl l l l ˓l ̓l l l Еl ӕl ql sl l l 3l 7l Dl El l l l l ݘl ޘl ߘl l l l l 	l 
l l Kl Ll Wl ۵۵۵ۭۜۋzrgrrr       jQ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'l )l 8l Dl El l l ޘl                                     j                                                                                                                                           kdQ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ޘl ߘl l 9l >l }l ۙl ܙl l bl l s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdQ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
l l l l l `l al l l Ql Rl l l l l Рl Ѡl l l l ʡl zl 4l {l |l l l                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Wl Xl Yl ]l ^l al l l Pl l kl Ϡl yl zl l l l l l l l l l l l ʡl Kl Tl ]l }l {l l el fl ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jPQ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjQ h_ U !l fl jl kl l l l                                                 e                                                                                                                        F  kd*Q $$If   l   l '{6    4   4 
l a] p
        F  kdQ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  fl kl l l l l l Ǧl Ȧl l l 
l l !l "l =l >l Zl [l wl xl l l l l ȧl ɧl l l l l 
l l l l l l [l l l ݪl l l rl l Wl ol l ͬl l  l Vl ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3l l l l l l l                                                             5            v  kdQ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdQ $$If   l   l '{6    4   4 
l a] p
         l l l l l Ŧl Ʀl Ǧl                                     t                                                                                                                                                             v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Ǧl Ȧl l l l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l l l 
l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
l l l l !l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !l "l 5l 7l =l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdaQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =l >l Sl Ul Zl                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Zl [l pl rl wl                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         wl xl l l l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdbQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l l l l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
Q $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l l §l ȧl                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ȧl ɧl ܧl ާl l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdcQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l l l l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l 
l l l l l l Bl \l l l ުl l %l                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdQ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %l 9l ml l l ̫l  l l Rl pl l l άl l !l Ul Vl Wl Xl zl l l l l Ϯl l l l /l 0l                                                                                                                                                                                                                                                                                                                                                                   gd_  Vl Xl bl xl yl zl l l Ϯl l l .l Nl Ql l l l l  l Kl l ɰl l l l l l 7l 8l Ul Vl il пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0l Nl \l ol pl l l l l l 
l  l 6l Ll Ml l l l ɰl l l l                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  l l                                     kddQ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               l 8l Ul Vl ll l l l l Ǳl                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	il ll l l l l l l ȱl ѱl `l bl rl sl l l l l l l l ʲl l l l l l l l l Al Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Ǳl ȱl                                     kdQ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ȱl ѱl l l l 	l -l Il Jl _l `l al bl sl                                                                                                                                     q                            kdQ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
sl l l l l l l l l             q            l                                                                                                                                                       gd_    kdQ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  l l                                     kdQ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               l ʲl l l  l l l 7l 8l Jl ul l l l ҳl ӳl l                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  l l l l z            q            q                                                                                                                                                                                       	  $If   gd_    kdQ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       l l l Cl Dl El Fl Gl z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdQ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Al Bl Cl Hl Ql ٴl ۴l l l l l l :l ;l @l Il l l l ˵l l l Hl Jl Zl [l zl {l ~l l l l *l +l ^l ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Gl Hl                                     kd]Q $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Hl Ql pl ql l l l Ĵl Ŵl ڴl ۴l l l                                                                                                             q                                                         kdQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  l 
l l ;l <l =l >l ?l z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdqQ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ?l @l                                     kd.Q $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @l Il l l Hl Il Jl [l {l                                                             q                                                                                                                             kdQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  {l |l }l ~l l +l _l ul vl l l z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdBQ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
^l _l vl l l l ȷl ҷl ӷl l l !l 6l 7l kl tl 
l l l  l l Rl el l l l l l l l l l źl !l 1l 2l ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #l l ȷl ҷl                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ҷl ӷl                                        kd
Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӷl l !l 7l 9l jl                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  jl kl                                        kdaQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kl tl l 
l Il Jl Yl l l l l Rl l                                                                                                 s                                                                        kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  l l l l l l l |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdoQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l                                        kd)Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l źl  l !l 2l Sl                         s                                                                                                                                                                                   kd}Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2l Rl Sl Tl Ul Vl Xl zl l l l l _l ~l ߿l l ^l }l l l ll l 
l )l l l l l Gl fl l l hl l l l l 
l ol l l l zl l l l о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Sl Tl Ul Vl Wl Xl l %l &l gl rl |l l l |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd7Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
l l l 	l !l 8l el fl l ֽl l l l l l 4l _l ml }l                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  }l ~l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l ߿l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l 	l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l *l /l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /l 0l :l ?l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?l @l Al ^l ll |l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |l }l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l l  l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l !l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !l "l -l 2l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2l 3l =l Bl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bl Cl Dl ll zl l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l 
l l (l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (l )l 4l 9l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9l :l Dl Il             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Il Jl Ul Zl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zl [l el jl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jl kl ll l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l Sl l l l l                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l 	l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l  l Gl Ul el                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   el fl ql vl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vl wl l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l  l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l !l &l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &l 'l 1l 6l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6l 7l 8l hl vl l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l  l *l /l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /l 0l ;l @l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @l Al Kl Pl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pl Ql Rl l l l l l                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l 
l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l (l -l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -l .l 9l >l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >l ?l Il Nl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nl Ol Pl ol }l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l 'l ,l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,l -l 7l <l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <l =l Hl Ml             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ml Nl Xl ]l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]l ^l _l zl l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%	R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l  l  l El hl il l l l l l l wl                                                                                                                                                                                        gd_  z  kdB
R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l 
l xl l l l l l l l l l l Nl Ol `l rl sl l l l l {l }l l l l Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  wl xl l l l l l l l l                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	l l                                        kd
R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l Ol sl l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  l l                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l l ll l l &l 6l Gl Wl Xl |l                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  |l }l l l l l *l Yl |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdI
R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l l l l l Xl Yl Zl l l l l l l :l <l Ll Ml l l l l 0l ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jR h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Yl Zl l l l l l |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l                                        kdBR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l Tl l l l l 
l "l :l ;l                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ;l <l Ml l |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l 0l l l l l l l l 	l |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdPR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0l l l l l l l l 7l }l l l l l 	l l Pl Ql [l el fl l l l l l l l l l l l @l Bl Rl Sl cl ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $	l l l Ql [l el                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  el fl                                        kd
R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fl l l l l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  l l                                        kd^R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l 0l 1l @l Ql l l l vl l l l l l l Al                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Al Bl Sl l l Ul l l |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cl dl ~l l l l l l l l l Tl ql l l l l l l  l 'l l l l l l ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jlR h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  l l l l l  l l l l l l l |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l l l )l *l Ol Pl xl l l l l l l Ll hl l l l l l l l l l l l l l l Nl ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !l l l l )l                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  )l *l                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *l Pl xl l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  l l                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l l hl il l l l                                                                                                 Y                              kdSR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
l l l l l l l l 	l 
l l l             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd
R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Nl Ol Zl [l kl ll pl ql l l l l l l 'l 9l l l Pl Rl gl il l 	l l l vl xl ]l rl l l l l |l l l l ;l bl l l l l l l ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jR hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jR hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -l l l l 1l 2l l l &l 'l 9l l l l l l il 	l l wl xl ]l rl l l l l                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  l l l l &l +l             f                                                                                                                                                                      kd.R $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  +l ,l 1l 9l El o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at El Fl Kl Rl Wl o            f            f            f                                                                                                                                                	  $If   gd_    kd
R $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Wl Xl ]l dl pl o            f            f            f                                                                                                                                                	  $If   gd_    kdxR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at pl ql yl l l o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdTR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kd0R $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l xl yl l l fl gl $l %l ~l o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l ~l l ml wl l l m m Jm rm m m m m m m m m m 	m 	m 	m 	m 	m )	m J	m K	m |	m }	m ~	m 	m 	m Wm Ym im ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %~l l l l l l Tl Ul l hl il ql rl l Ml Nl l ml wl l l l l l l l $l                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  $l 5l Fl Wl hl il |l l l l l l l l l l  m  m m m m m m Vm Wm m m m Am                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Am Bm m m Jm Km rm m m m m m m m 	m 	m 	m                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  	m 	m                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	m K	m }	m ~	m 	m 	m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	m 	m                                        kd R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	m 	m 	m 	m 	m $
m b
m 
m 
m 
m 
m 
m Wm Xm                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Xm Ym jm m |            s            s                                                                                                                                                                                           	  $If   gd_   kd/"R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       im j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 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 m m m m m m m m m #m |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd"R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#m -m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  -m .m                                        kd#R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .m \m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  m m                                        kd$R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m m 
m -
m m
m 
m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  m m m m m m m m m m m m m m m m m =m >m em fm gm km tm m ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    m m m m |            s            s                                                                                                                                                                                           	  $If   gd_   kdK&R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m m m m m |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd'R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m                                        kd'R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m >m dm em fm gm im jm                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  jm km                                        kd)R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               km tm m m m m Qm um m dm tm um                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  m dm tm vm m m m m m m m m m m m m m m m m  m !m -m Nm Om wm xm ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    um vm m m |            s            s                                                                                                                                                                                           	  $If   gd_   kdg*R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m m m m m m  m |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd!+R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 m !m                                        kd+R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !m Om vm wm xm ym {m |m                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  xm ym }m m m m m m m m m m m 1m cm dm nm xm ym m m m m m m m îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  |m }m                                        kd/-R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }m m m m m &m em m m m m m                                                                                                                         f                           kd.R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  m m m m m &m 1m dm nm xm                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd=/R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	xm ym                                        kd/R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ym m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  m m m m km lm mm }m ~m m m m m m m m m m m ,m -m 7m Am Bm Nm jm п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  m m                                        kdK1R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m +m Rm m m m m #m lm mm                                                                                                                         f                           kd2R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  mm ~m m m m m m m m -m                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdY3R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	-m 7m Am                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Am Bm                                        kd4R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bm km lm mm om m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  jm km lm mm m m m m m m m m m m m m m m m m m #m Cm )m <m ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 m m                                        kdg5R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m m m m m m m m m                                                                                     s                                                                                              kd6R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
m m m m m m Cm m m )m km m m !m |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdu7R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
<m km ~m m m m m  m 4m om m m m m 
m m m "m #m ;m Em Fm Gm Jm Km jm km }m ~m m m m m m õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !!m pm m m m m m m "m                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  "m #m                                        kd/8R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #m Km km ~m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  m m                                        kd9R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m Em Xm m m m m m m m                                                             f                                    [            [                     
  $If   gd_ K$  kd:R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
m E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 H m I m ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ m m m m m m                                     R            I                                                                     	  $If   gd_ Q  kd<R $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd;R $If   K$L$l 0                                     
t                              4   4 
l a   m m & m I m \ m o m  m  m  m  m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd<R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I m  m  m  m  m  m !m  !m !!m "!m 2!m 3!m d!m j!m k!m s!m u!m !m !m !m !m !m !m !m ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  m  m                                        kde=R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                m  m  m  m  !m !!m "!m 3!m d!m k!m t!m                                                             f                                    [            [                     
  $If   gd_ K$  kd>R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
t!m u!m !m !m !m !m !m                                     R                                                                                              Q  kd @R $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds?R $If   K$L$l 0                                     
t                              4   4 
l a   !m !m !m !m !m !m                                     R            I                                                                     	  $If   gd_ Q  kdAR $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd@R $If   K$L$l 0                                     
t                              4   4 
l a   !m !m !m !m !m "m &"m 9"m :"m ;"m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!m !m !m !m !m !m !m !m !m !m 8"m 9"m <"m E"m 6#m 7#m #m $m $m $m $m  $m 0$m 1$m 2$m $m $m $m $m $m ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ;"m <"m                                        kdaBR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <"m E"m "m $#m 7#m $m $m $m  $m 1$m $m                                                                                     Y                                          kdCR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
$m $m $m $m %m %m 1%m C%m ]%m w%m %m %m %m %m %m %m %m &m                                                                                                                                                                                                                      	  $If   gd_  S  kdoDR $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ $m $m $m $m w&m x&m y&m z&m &m &m &m &m &m &m &m &m &m 'm 
'm 'm 'm %'m 'm (m %(m &(m '(m ((m ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  &m 3&m C&m ]&m w&m x&m y&m                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdER $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y&m z&m &m &m &m &m 
'm 'm 'm |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdER $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'm 'm                                        kdMFR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'm 'm 'm 'm &(m '(m ((m 9(m (m (m (m                                                             f                                    [            [                     
  $If   gd_ K$  kdGR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
((m 8(m 9(m W(m _(m (m (m (m (m (m *m 
*m *m *m '*m 1*m 2*m 3*m 5*m 6*m 7*m D*m N*m O*m *m *m *m *m -+m +m ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 (m (m (m (m (m (m (m )m )m 6)m P)m X)m m)m )m )m )m )m )m                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[HR $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   )m )m *m 
*m *m                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdHR $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  *m *m 7*m O*m b*m u*m *m *m *m *m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*m *m                                        kd9JR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *m *m -+m J+m +m +m x,m y,m z,m {,m ,m ,m                                                                                                 f                                                   kdKR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  +m v,m y,m z,m {,m ,m ,m ,m ,m ,m ,m -m -m -m -m -m -m  -m !-m ~-m -m -m -m þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ,m ,m -m !-m F-m Y-m l-m -m -m -m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdGLR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-m -m                                        kdMR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -m -m 5.m ].m .m .m /m /m /m /m /m                                                                                                 Y                              kdUNR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
-m 4.m 6.m .m .m .m /m /m /m /m /m /m /m /m /m 0m 0m 0m 0m 0m 0m 0m 0m 0m 0m 0m νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  /m /m /m 0m 0m =0m P0m c0m v0m 0m 0m 0m             s                                                                                                                                                                 kdOR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0m 0m                                        kdOR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0m 0m j1m 1m 1m 2m 2m 2m 2m 2m #3m                                                                                     Y                                          kdQR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
0m 0m i1m 2m 2m 2m 2m 2m 2m 2m #3m $3m *3m +3m 33m 53m 4m 4m 4m 4m 4m 4m 5m 5m 5m -5m 75m 85m 95m ;5m <5m =5m ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 #3m $3m +3m 43m 53m =3m R3m g3m y3m 3m 3m 3m 3m 3m 3m 4m #4m                                                                                                                                                                                                         	  $If   gd_  S  kdQR $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #4m 54m O4m i4m y4m 4m 4m 4m 4m                                                                                                                                                                                                                                                 	  $If   gd_  S  kdiRR $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4m 4m 4m 5m |            s            s                                                                                                                                                                                           	  $If   gd_   kdRR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5m 5m =5m >5m Q5m d5m w5m 5m 5m 5m 5m |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdSR $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
=5m >5m P5m Q5m 5m 5m 5m 5m b6m R8m S8m T8m d8m e8m q8m v8m 8m 8m 9m I9m K9m Q9m R9m Z9m \9m U;m W;m ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  5m 5m                                        kd}TR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5m 5m b6m 6m 6m 7m 7m R8m S8m T8m e8m                                                                                                 f                                                        kdUR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
e8m 8m K9m R9m [9m \9m d9m y9m 9m 9m 9m 9m 9m 9m :m                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdVR $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  :m .:m ?:m Y:m a:m v:m :m :m :m :m :m :m ;m +;m <;m V;m W;m                                                                                                                                                                                                                            S  kdWR $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W;m X;m Y;m ;m ;m ;m ;m ;m ;m ;m ;m ;m             s                                                                                                                                                                 kdWR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W;m X;m Y;m q;m {;m |;m };m ;m ;m ;m ;m ;m ;m ;m ;m ;m ;m <m <m <m =m =m =m =m >m >m g?m h?m Q@m f@m h@m i@m Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ;m ;m                                        kdiXR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;m ;m <m =m i=m =m =m B>m >m 
?m h?m @m h@m i@m p@m @m @m Am EAm qAm Am Am Am )Bm ]Bm                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  i@m p@m uAm Am Am Am -Bm @Bm DBm \Bm ]Bm ^Bm nBm oBm Bm Bm Bm Bm Bm Em Em Em Em ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ]Bm ^Bm oBm Bm Bm Bm |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdYR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Bm Bm Bm Bm Bm Cm Cm 7Cm QCm bCm |Cm Cm Cm Cm Cm Cm Cm 	Dm                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdwZR $If   K$L$l 0                     x                
t                                4   4 
l a   	Dm Dm 3Dm EDm _Dm yDm Dm Dm Dm Dm Dm Dm Em Em Em                                                                                                                                                                                                                   	  $If   gd_  S  kd	[R $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Em Em ?Em @Em SEm fEm yEm Em Em Em Em |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[R $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Em /Em 9Em :Em >Em ?Em @Em REm SEm Em Em Em Em iFm Fm bGm Gm Gm )Hm >Hm Im /Im Im Im NJm cJm dJm eJm lJm Jm ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Em Em                                        kdc\R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Em Em iFm cGm Gm AHm NHm Hm 2Im Im eJm lJm Jm Jm Jm Km &Km EKm dKm Km Km                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Jm Jm Jm Jm *Km =Km IKm \Km hKm {Km Km Km Km Km Km Km Km Km Km Lm Lm Lm 
Lm SNm UNm VNm WNm oNm yNm zNm ~Nm ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Km Km Km Km Lm Lm |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd]R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Lm 
Lm Lm 'Lm 9Lm KLm ]Lm tLm Lm Lm Lm Lm Lm Lm Mm Mm 0Mm 1Mm                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdq^R $If   K$L$l 0                                     
t                                4   4 
l a   1Mm 9Mm KMm ]Mm oMm Mm Mm Mm Mm Mm Mm Nm Nm ,Nm =Nm TNm UNm                                                                                                                                                                                                                            S  kd_R $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  UNm VNm WNm Nm Nm Nm Nm Nm Nm Nm Nm Nm             s                                                                                                                                                                 kd_R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~Nm Nm Nm Nm Nm Nm Nm Nm Nm Om 0Pm Pm Pm Qm Qm Rm wRm Rm Sm wTm Tm Tm Um =Vm Vm eWm Wm Wm yYm Ym Zm Zm /Zm {Zm 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Nm Nm                                        kdO`R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nm Nm Om Pm Qm Rm Rm Rm Sm 8Sm Sm Sm Sm wTm  Um ?Vm gWm Wm Wm Wm xYm yYm                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  yYm Ym Ym Zm 7Zm wZm Zm Zm Zm Zm Zm [m                                                                                                             f                                       kdaR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  {Zm Zm Zm Zm Zm Zm Zm Zm Zm Zm [m [m H[m I[m J[m m[m n[m o[m s[m t[m x[m [m \m \m \m \m ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  [m I[m J[m n[m o[m t[m v[m w[m             s                                                                                                                                                                                     kd]bR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w[m x[m                                        kdcR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x[m [m [m [m [m [m \m \m 9\m [\m }\m \m \m                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  \m \m \m \m ]m |            s            s            s                                                                                                                                                                          	  $If   gd_   kdkdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \m \m \m ]m ]m ]m  ]m !]m -]m 1]m 5]m <]m []m A_m T_m _m _m _m _m _m `m 8`m L`m `m `m ]cm icm mcm cm cm cm &dm 9dm ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ]m ]m  ]m !]m []m _m 
_m A_m _m _m _m 9`m `m |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd%eR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `m `m `m 0am am am bm bm \cm ]cm cm cm cm &dm hdm dm dm em mem em em em em fm fm fm                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  9dm hdm {dm dm dm dm dm em 1em lem em em em em 
fm fm fm fm  fm 8fm Bfm Cfm Gfm Hfm Ifm [fm \fm nfm ofm fm fm fm fm fm fm fm hm hm hm  hm !hm õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (fm  fm                                        kdeR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                fm Hfm Ifm \fm ofm fm fm fm fm                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  fm fm                                        kd3gR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fm fm fm 
gm Dgm rgm gm gm gm hm hm !hm                                                                                                             f                                       kdhR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  !hm "hm #hm Khm Lhm _hm rhm hm hm hm hm             s                                                                                                                                                                      kdAiR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
!hm "hm #hm ;hm Ehm Fhm Jhm Khm Lhm ^hm _hm qhm rhm hm hm hm hm hm hm iim jim kim {im |im }im ~im im im im im im im im im im im im im ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %hm hm                                        kdiR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hm hm hm hm jim kim |im }im                                                 f                                                                                                                       kdOkR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  }im ~im im im im im im im im im |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	lR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	im im                                        kdlR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               im im  jm Ajm Bjm jm jm jm jm jm jm jm jm jm jm  km km km km km 'km (km Mkm Nkm Rkm [km ~km km lm lm lm lm lm lm lm lm lm lm 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %im  jm jm Bjm jm jm jm jm                                                 f                                                                                                                       kdnR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  jm jm km km km (km ;km Nkm Pkm Qkm |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdnR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Qkm Rkm                                        kdoR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Rkm [km km lm lm lm lm lm                                                 f                                                                                                                       kdpR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  lm lm lm lm amm bmm mm mm mm nm nm nm *om |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdqR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lm lm lm `mm amm bmm mm mm mm mm nm nm nm nm *om =om `om tom om om om om om om om om pm 2pm `pm apm tpm pm ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  *om aom om om pm apm pm pm <qm qm qm qm qm qm qm qm qm                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  pm pm pm  qm ;qm Oqm qm qm qm qm qm qm qm qm qm rm rm rm rm rm rm !rm >rm Prm Qrm vrm wrm rm rm rm rm շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\qm qm                                        kdSrR $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               qm rm rm >rm Qrm drm wrm yrm rm                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  rm rm                                        kdsR $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               rm rm sm 9sm Ksm sm sm sm sm sm tm ;tm                                                                                                 f                                                   kdtR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  rm sm sm sm sm sm sm sm sm sm sm sm 
tm tm tm &tm /tm 9tm ;tm Atm Btm Itm Ktm `tm atm ptm rtm stm ttm ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ;tm Btm Jtm Ktm atm qtm rtm stm                                                             R            I                                   	  $If   gd_ Q  kdBvR $If   K$L$l 0                                     
t                              4   4 
l a  Q  kduR $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ stm ttm tm tm tm tm tm tm tm tm um |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdvR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ttm tm tm tm tm tm tm tm tm tm tm tm tm um um 
um um zum Hvm Rvm Svm qvm rvm vm vm vm vm vm vm vm ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ um um                                        kdwR $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               um um {um um um um um vm Hvm Svm rvm vm vm vm vm vm                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  vm vm vm vm vm vm wm ,wm 2wm 3wm :wm <wm Ewm kwm lwm wm wm wm wm wm wm wm wm wm wm wm wm wm wm wm wm wm wm пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  vm vm vm ,wm 3wm ;wm |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdxR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;wm <wm lwm wm wm wm                                     R            I                                                                     	  $If   gd_ Q  kd$zR $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdyR $If   K$L$l 0                                     
t                              4   4 
l a   wm wm wm wm wm wm wm wm wm wm |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdzR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wm wm                                        kdk{R $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               wm xm wxm xm xm xm &ym 1ym Pym {ym ym ym ym ym                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
wm xm 	xm xm vxm &ym 0ym 1ym Oym Pym cym rym zym {ym ym ym ym ym ym ym ym ym ym ym ym ym ym ym  zm zm زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ym ym ym zm |            s            s                                                                                                                                                                                           	  $If   gd_   kd|R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       zm zm zm zm %zm &zm *zm +zm ,zm >zm ?zm Qzm Rzm wzm xzm |zm zm zm zm zm zm {m {m {m T|m ^|m _|m }|m ~|m ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    zm zm +zm ,zm ?zm Rzm ezm xzm zzm {zm |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy}R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{zm |zm                                        kd3~R $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |zm zm zm 1{m {m {m |m |m T|m _|m ~|m |m |m |m                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
~|m |m |m |m |m |m |m |m |m |m |m |m |m }m }m }m )}m *}m +}m ,}m -}m .}m U}m 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  |m |m |m +}m |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +}m ,}m -}m .}m U}m V}m }m H~m z~m {~m ~m  m [m \m |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdAR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U}m b}m f}m }m H~m z~m ~m ~m ~m  m \m hm lm m m wm ̀m ̀m ـm ݀m m im m m m сm m уm ݃m m m m m m m m m .m lm m m m m ۆm %m Sm Tm m m  m ym m 
m ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4\m m m vm wm ̀m ̀m m im m m сm m Ѓm уm m m m m .m m m m -m Im Ym lm m m ۆm                                                                                                                                                                                                                                                                                                                                                                   gd_  ۆm %m Tm m m  m ym m 
m Lm m m m m m m m +m /m                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  
m m m m m m m m +m .m /m 6m 7m m m m m ċm m \m m ٌm m m lm m m m m m &m Sm Tm Ym ~m m 4m Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $/m 0m 1m 2m 3m 4m 5m 6m 7m M            H            H            H            H            H            H            H                   gd_   kdR $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   7m Km Rm Wm gm hm wm xm                                                 _            V            V                                                             	 $If   gd_    kdR $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  xm ym m m                                                                                                                                                                                                                                                          	 $If   gd_  o  kdnR $$If   l       0   T# T                 .                
t  0                                                              4 
l al  m m m m m m m m                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdR $$If   l       0   T# T                 .                
t  0                                                              4 
l al  m m ċm m  m 2            )            )            )                      	 $If   gd_    kdR $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      m Vm Wm \m m m ӌm             [                                                                                                                                           kdՄR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ӌm Ԍm ٌm m m fm d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  fm gm lm m m m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdgR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m m m  m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd0R $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   m !m &m Tm Ym m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m m ڎm ߎm m d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m m n            e            e                                                                                                                                                               	 $If   gd_    kdR $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           m m m m                                                                                                                                                                                                                                                	 $If   gd_  t  kd`R $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  m m m m m &m -m 4m @m                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdR $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  @m Am                                             kdR $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Am Lm Pm Wm ^m _m `m am                                                             A                                  kdR $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  am bm cm dm em fm gm hm                                                 A                                              kdҍR $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  hm im jm km lm mm m                                     A            <            7                  gd_    gd_    kdR $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  m 5m 6m 7m Pm Qm jm {m |m m m                                                                                                                                                                                                                                              E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
4m 5m 7m =m >m Pm Qm {m |m m m m m m m m m Ґm Ӑm Րm ֐m m m m m 3m 4m 5m 9m :m Wm Xm Ym em fm xm @m m m m m m m 춥x                          /jR hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *m m m m m m m                                     a                                                                                                                             E  kdNR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdR $$If   l 0 
" R                                                           4 
l a   m m m m m Ɛm Ґm                                     a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdR $$If   l 0 
" R                                                           4 
l a   Ґm Ӑm Ԑm Րm ֐m m m                                     a                                                                                                                             E  kdʑR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdkR $$If   l 0 
" R                                                           4 
l a   m m m m m &m 3m                                     a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd)R $$If   l 0 
" R                                                           4 
l a   3m 4m 5m 6m 7m 8m 9m                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdR $$If   l 0 
" R                                                           4 
l a   9m :m Gm Hm Vm Wm l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdFR $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Wm Xm Ym fm xm ?m @m 2m 3m 
m m l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdR $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
m m m m m 	m 
m m m m  m "m Jm Km m m m m m m m m Mm Om am bm m m m m ؖm ږm ۖm m m Wm Xm dm m m m ޝm m m dm em m m Ԟm ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j)R hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0m "m +m Km m m m m m Nm                                                                                                                                                                                                                                                       S  kdR $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Nm Om bm m m m ٖm                                     N                                                                                       S  kdR $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd"R $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ٖm ږm ۖm m  m m sm tm am bm Wm Xm dm m Bm m m m m                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdFR $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   m m m m dm em m m m ՞m ;m <m Mm km m m m 1m Mm gm hm qm rm m m pm qm m                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Ԟm ՞m Lm Mm ]m em :m <m Mm jm km m Rm om rm m m 1m m ҥm ֥m m m 4m 5m Jm Km |m }m ~m m m m m m m m m m m ۵۵۵ۭۜۋzrgrrr       jR h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'm ȥm ץm m m 5m Km }m                                     j                                                                                                                                           kdؗR $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  }m ~m m ئm ݦm m zm {m m m >m s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdJR $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
>m m ]m ^m m m  m Km Lm m m Im Jm m m om pm =m >m Xm im m Ӱm m m m m                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  m m m m m  m Km Lm m Hm 
m nm m m $m %m 5m 6m :m ;m <m =m >m Gm Xm im m m m m m m m m ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jR hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj#R h_ U !m m 	m 
m  m !m 5m                                                 e                                                                                                                        F  kddR $$If   l   l '{6    4   4 
l a] p
        F  kdR $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  m 
m 7m [m \m _m `m fm gm m m m m m m ܴm ݴm m m m m 8m 9m Pm Qm gm hm m m m m m m m m m m m /m Hm |m m m m #m m m Cm lm m m m ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 35m 6m 7m @m Nm [m \m                                                             5            v  kdJR $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdךR $$If   l   l '{6    4   4 
l a] p
         \m ]m ^m _m `m dm em fm                                     t                                                                                                                                                             v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  fm gm m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdER $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m Դm ִm ܴm                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܴm ݴm m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdFR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m 1m 3m 8m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8m 9m Hm Jm Pm                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdGR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Pm Qm _m am gm                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gm hm {m }m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdHR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m m m m m m /m Im }m m ĸm                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdR $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ĸm ظm m $m Xm km m m m m Cm ]m mm m m m m m m m "m #m 9m _m nm m m m μm ϼm                                                                                                                                                                                                                                                                                                                                                                   gd_  m m m m m m 9m Om nm m m ͼm m m -m Nm _m m m m Sm hm m m m m m ־m ׾m m m m пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ϼm m m m m -m ]m ^m _m m m m սm m m Rm Sm ]m hm m m m                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  m m                                     kdR $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m ׾m m m m !m 7m Mm Om fm                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	m m  m !m 6m 7m Lm Mm gm pm m m m m 1m 2m 3m 4m Zm [m `m im m m m m m m m m m Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ fm gm                                     kdR $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               gm pm m m m m ̿m m m m m  m m m                                                                                                                                     q                            kdLR $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
m 2m 3m 4m [m \m ]m ^m _m             q            l                                                                                                                                                       gd_    kd	R $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  _m `m                                     kdƨR $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               `m im m m m m m m m m m -m Bm Wm qm rm m                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  m m m m z            q            q                                                                                                                                                                                       	  $If   gd_    kdR $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       m m m m m m m m z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdڪR $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       m m m m m xm zm m m m m m m m m m 6m Bm ^m jm m m m m m m m m m 'm =m m m m m ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "m m                                     kdR $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m m m m $m %m Gm cm dm ym zm m m                                                                                                             q                                                         kdR $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  m m m m m m m m z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdR $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       m m                                     kdhR $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m m 1m 2m m m m m m                                                             q                                                                                                                             kdR $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  m m m m =m m m m m m *m z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd|R $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
m m m *m \m ]m gm qm rm m m m m m 
m m m m m m m m m 3m 4m 5m Tm Um Vm Wm Xm [m dm m m m ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #*m ]m gm qm                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  qm rm                                        kdGR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rm m m m m 	m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	m 
m                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
m m m m m m m Im m m m m 4m                                                                                                 s                                                                        kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  4m 5m Vm Wm Xm Ym Zm |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Zm [m                                        kdcR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [m dm m m m m                         s                                                                                                                                                                                   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  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 Cm ]m |m m m um m m &m m m m m m -m m m m 8m mm nm о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -m m m m m m $m m m m m m &m 0m |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdqR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
0m 1m m m m m m m @m um m m m m m m m m m                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  m m (m -m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -m .m 8m =m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =m >m Im Nm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nm Om Ym ^m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^m _m `m ~m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĺR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m 'm ,m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,m -m 7m <m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <m =m Hm Mm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mm Nm Xm ]m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]m ^m _m m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdپR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m )m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )m *m 5m :m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :m ;m Em Jm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jm Km Vm [m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [m \m fm km             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   km lm mm m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m 	m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	m 
m m $m 2m Bm                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bm Cm Nm Sm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sm Tm ^m cm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cm dm om tm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tm um m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m ;m ]m km {m                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {m |m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdER $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m  m %m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %m &m 1m 6m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6m 7m Am Fm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fm Gm Hm um m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m %m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %m &m 1m 6m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6m 7m Am Fm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fm Gm Rm Wm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wm Xm bm gm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gm hm im m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m ]m ^m m m m                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m ,m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,m -m 8m =m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =m >m Hm Mm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mm Nm Ym ^m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^m _m im nm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nm om pm m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m 'm 7m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7m 8m Cm Hm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hm Im Sm Xm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xm Ym dm im             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   im jm tm ym             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ym zm {m m m m m m ^m _m lm mm nm m m                                                                                                                                                                                        gd_  z  kd|R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nm m m m m Km \m ]m ^m sm m m m m m m m m m m #m $m >m Gm m m ,m -m =m Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  m m Km ]m ^m hm sm m m m                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	m m                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m $m &m =m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  =m >m                                        kd/R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >m Gm m m m m m jm m m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  m m -m ~m m m m m |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =m >m Xm Ym Zm mm nm }m m m m m m Nm Om Rm [m m m m m m m m m m ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j=R h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  m m m Nm Om Pm Qm |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Qm Rm                                        kd|R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Rm [m m m m Rm ]m ym m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  m m m m |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m m ^m _m m m m m m m |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m ^m _m m m m m m m m 1m gm m m m m m m m m m *m +m Zm }m ~m m m @m Cm m m m m m m m ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  m m                                        kdDR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m +m Zm lm ~m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  m m                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m m m m (m )m m m 5m Vm |m m m m m                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  m m m Cm m m 2m um |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m m 2m 3m Bm cm m m m m 1m Sm tm um xm m m m %m Wm Xm Ym jm ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jR h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  um vm wm xm m m $m %m Ym km lm vm |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd+R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       jm lm m m m m m m m m m (m )m ,m 5m m m m m m  m (m *m :m ;m m m m m m m m m m ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !vm m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  m m                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m )m *m +m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  +m ,m                                        kd9R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,m 5m m m m m m m )m *m ;m                                                                                                 Y                              kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
;m m m m m m Om sm m m @m Mm             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdGR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  m m m m 
m m m m Om sm @m Mm ym m m m m m m m m m m m m m m m m m m m m m m m Om pm m m hm im m m m m ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jFR hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jR hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Mm xm ym m m m m m m m m >m ?m m m m m m m m m m m m m m m                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  m m m m m m             f                                                                                                                                                                      kdhR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  m m m m m o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m m m m m o            f            f            f                                                                                                                                                	  $If   gd_    kdDR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m m m m m o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m m m  m %m o            f            f            f                                                                                                                                                	  $If   gd_    kd R $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at %m &m .m 6m Bm o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Bm Cm Km Rm Wm o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Wm Xm `m gm sm o            f            f            f                                                                                                                                                	  $If   gd_    kdjR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at sm tm um vm m m om pm m m m m m o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m m m m )m n n ]n hn _n pn n n !n -n .n :n >n Zn ^n _n tn n n n n n n n n n n n !n *n n n n ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %m )m m m \ n ] n  n  n Fn n n n n bn n n n n n \	n ]	n ~
n 
n 
n 
n 
n 
n                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  
n 
n 
n 
n n n n .n En \n ]n hn n n 6
n 7
n 
n 
n n n _n pn n n n Un n n n                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  n n *n zn n n n !n .n Zn ^n _n in tn n n n                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  n n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n n  n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   n !n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !n *n in un n n n )n 4n mn wn n n n                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
n n 	n @n |            s            s                                                                                                                                                                                           	  $If   gd_   kdiR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n 	n ?n @n An Cn On Sn on pn n n n n n n n n n  n !n "n &n /n n n ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 @n An Bn Cn on pn zn n n n |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd#R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  n n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n  n !n "n $n %n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  %n &n                                        kd1R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &n /n nn zn n n n 0n n n /n 0n                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  n /n 1n An Bn Hn On Pn Qn Rn gn n n n n n n n n n n n 
n n n ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    0n 1n Bn Pn |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Pn Qn Rn \n gn n n n |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd?R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n n n n 	n                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  	n 
n                                        kdMR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
n n Rn ^n n n n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  n n n n %n &n ,n 3n 4n 5n 6n 7n Cn Gn bn cn xn n n n n n n n n  n  n ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    n n &n 4n |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4n 5n 6n 7n cn mn xn n n n |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[R $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n  n  n  n  n  n  n                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   n  n  n % n !n !n !n !n !n !n !n !n !n !n "n "n 
"n "n "n $"n E"n F"n P"n o"n p"n q"n îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ   n  n                                        kdiR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                n % n d n p n  n  n !n $!n \!n !n !n !n                                                                                                                         f                           kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  !n !n !n !n !n !n !n "n 
"n "n                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdwR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	"n "n                                        kd1R $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "n F"n p"n q"n r"n t"n u"n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  q"n r"n v"n "n 
$n $n $n $n $n #$n *$n +$n ,$n -$n g$n $n $n $n $n $n $n $n $n $n $n 	%n п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  u"n v"n                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v"n "n "n "n "n #n ?#n n#n #n #n $n $n                                                                                                                         f                           kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  $n $n +$n ,$n -$n g$n $n $n $n $n                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	$n $n $n                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  $n $n                                        kdMR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $n 
%n %n %n %n %%n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	%n 
%n %n %n &%n /%n 0&n 1&n 2&n h'n i'n j'n z'n {'n 'n 'n 'n 'n 'n 'n 'n 'n 'n )n )n ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 %%n &%n                                        kd S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &%n /%n 1&n 2&n C&n &n &n i'n j'n {'n 'n                                                                                     s                                                                                              kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
'n 'n 'n 'n 'n 'n 'n )n )n )n 
*n A*n y*n *n |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
)n 
*n *n @*n T*n x*n *n *n *n +n "+n d+n e+n z+n +n +n +n +n +n +n +n +n +n +n +n 	,n 
,n ,n ,n U,n V,n p,n y,n ,n õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !*n +n d+n e+n o+n z+n +n +n +n                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +n +n                                        kdiS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +n +n 
,n ,n 0,n C,n V,n X,n o,n                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  o,n p,n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p,n y,n ,n ,n $-n %-n &-n 7-n d-n k-n s-n                                                             f                                    [            [                     
  $If   gd_ K$  kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
,n ,n $-n %-n &-n 6-n 7-n :-n O-n X-n b-n d-n j-n k-n r-n t-n -n -n -n -n -n -n -n -n -n -n -n -n -n -n -n ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ s-n t-n -n -n -n -n                                     R            I                                                                     	  $If   gd_ Q  kdXS $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   -n -n -n -n -n .n !.n 4.n 5.n 6.n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-n 3.n 4.n 7.n @.n c.n .n .n .n .n .n .n /n 	/n 
/n /n /n )/n */n 9/n ;/n A/n B/n C/n ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 6.n 7.n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7.n @.n c.n .n .n .n .n .n /n 
/n /n                                                             f                                    [            [                     
  $If   gd_ K$  kd	S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
/n /n */n :/n ;/n </n =/n                                     R                                                                                              Q  kd:S $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
S $If   K$L$l 0                                     
t                              4   4 
l a   =/n >/n ?/n @/n A/n B/n                                     R            I                                                                     	  $If   gd_ Q  kdTS $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   B/n C/n k/n /n /n /n /n /n /n /n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C/n [/n e/n f/n g/n i/n j/n k/n /n /n /n /n /n /n 0n 0n 1n 1n 1n 1n 1n 1n 1n 1n 1n =2n F2n ]2n 2n 2n ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ /n /n                                        kd
S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /n /n !0n 0n 0n 1n 1n 1n 1n 1n 2n                                                                                     Y                                          kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2n 2n 2n 2n 2n 2n 2n 2n 2n 3n &3n @3n Z3n b3n w3n 3n 3n 3n                                                                                                                                                                                                                      	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 2n 2n 2n 2n 4n 4n 4n 4n 14n ;4n <4n =4n ?4n @4n A4n `4n a4n 4n 4n 4n 4n 4n #5n 5n 5n 5n 5n 5n ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  3n 3n 3n 3n 4n 4n 4n                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd;S $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4n 4n A4n a4n 4n 4n 4n 4n 4n |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4n 4n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4n 4n #5n Q5n 5n 5n 5n 5n "6n )6n 26n                                                             f                                    [            [                     
  $If   gd_ K$  kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
5n 5n 5n 5n 5n "6n (6n )6n 16n 36n 7n 7n 7n 7n 7n 7n 7n 7n 7n 7n 7n 7n 7n 7n 98n :8n =8n F8n 8n z9n ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 26n 36n ;6n P6n e6n w6n 6n 6n 6n 6n 6n 6n 7n !7n 37n M7n g7n w7n                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   w7n 7n 7n 7n 7n                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd'S $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7n 7n 7n 7n 8n 8n '8n :8n ;8n <8n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<8n =8n                                        kdsS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =8n F8n 8n 8n 09n y9n :n :n :n :n +:n ~:n                                                                                                 f                                                   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  z9n :n :n :n :n *:n +:n }:n ~:n :n :n :n :n :n :n :n :n :n :n ;n ;n !;n *;n þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ~:n :n :n :n :n :n ;n ;n ;n  ;n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ;n !;n                                        kd;S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !;n *;n ;n ;n ?<n <n &=n '=n (=n )=n :=n                                                                                                 Y                              kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
*;n ;n ;n ><n ?<n <n &=n '=n (=n )=n 9=n :=n =n =n =n =n =n =n =n =n =n =n =n '>n (>n +>n νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  :=n =n =n =n =n =n =n >n >n (>n )>n *>n             s                                                                                                                                                                 kdIS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *>n +>n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +>n 4>n 	?n 0?n t?n ?n \@n ]@n ^@n o@n @n                                                                                     Y                                          kdWS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
+>n 4>n ?n ?n Z@n \@n ]@n ^@n n@n o@n @n @n @n @n @n @n KBn MBn NBn OBn _Bn `Bn Bn Bn Bn Bn Bn Bn Bn Bn Bn Bn ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 @n @n @n @n @n @n @n An An 2An LAn \An vAn An An An An                                                                                                                                                                                                         	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  An An An Bn Bn 2Bn LBn MBn NBn                                                                                                                                                                                                                                                 	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  NBn OBn `Bn Bn |            s            s                                                                                                                                                                                           	  $If   gd_   kd5S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Bn Bn Bn Bn Bn Cn Cn )Cn <Cn =Cn >Cn |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdS $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Bn Bn Bn Bn ;Cn <Cn ?Cn HCn Dn En En En Fn Fn Fn Fn *Fn nFn Fn Fn Fn Fn Fn Fn Fn Hn Hn ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  >Cn ?Cn                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?Cn HCn Dn aDn Dn Dn DEn En En En Fn                                                                                                 f                                                        kd!S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Fn nFn Fn Fn Fn Fn Gn Gn -Gn BGn TGn nGn Gn Gn Gn                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd!S $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Gn Gn Gn Gn  Hn Hn *Hn ?Hn QHn kHn Hn Hn Hn Hn Hn Hn Hn                                                                                                                                                                                                                            S  kdW"S $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Hn Hn Hn  In !In 4In GIn ZIn mIn In In In             s                                                                                                                                                                 kd"S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Hn Hn Hn In In In In In In  In !In 3In 4In In In In In PJn Jn Jn Jn Jn ZKn [Kn @Ln ULn Mn Mn Mn Nn Nn Nn Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ In In                                        kd#S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               In In PJn Jn Kn [Kn Kn Kn WLn Ln Mn Mn Nn Nn Nn NNn Nn Nn Nn On DOn pOn On On On                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Nn Nn On 'On +On COn On On On On On On 
Pn Pn RPn XPn YPn aPn cPn Rn Rn Rn Rn ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   On On Pn RPn YPn bPn |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd$S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bPn cPn kPn Pn Pn Pn Pn Pn Pn Qn Qn 5Qn FQn `Qn qQn Qn Qn Qn                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd%S $If   K$L$l 0                     x                
t                                4   4 
l a   Qn Qn Qn Qn Qn Rn )Rn CRn ]Rn nRn Rn Rn Rn Rn Rn                                                                                                                                                                                                                   	  $If   gd_  S  kdC&S $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Rn Rn Rn Rn Rn Sn Sn +Sn >Sn ?Sn @Sn |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd&S $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Rn Rn Rn Rn Rn Rn Rn Rn Rn =Sn >Sn ASn JSn Tn 4Tn Un RUn gUn Un Un Vn Vn 5Wn JWn Wn Xn Xn Xn Xn OXn ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ @Sn ASn                                        kd'S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ASn JSn Tn Un jUn Un Un ZVn Vn MWn Xn Xn KXn jXn Xn Xn Xn Xn Yn DYn EYn                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  OXn bXn nXn Xn Xn Xn Xn Xn Yn Yn "Yn ;Yn CYn DYn EYn FYn VYn WYn Yn Yn Yn Yn Yn [n [n [n [n \n \n \n \n ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  EYn FYn WYn Yn Yn Yn |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd(S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Yn Yn Yn Yn Yn Yn Yn Zn *Zn AZn RZn iZn Zn Zn Zn Zn Zn Zn                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd)S $If   K$L$l 0                                     
t                                4   4 
l a   Zn Zn Zn Zn [n  [n 7[n N[n e[n v[n [n [n [n [n [n [n [n                                                                                                                                                                                                                            S  kd=*S $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [n [n [n \n \n 2\n E\n X\n k\n ~\n \n \n             s                                                                                                                                                                 kd*S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \n \n \n 1\n 2\n }\n ~\n \n \n ]n ]n e^n ^n 7_n _n _n `n 2`n an bn mbn bn 3cn cn `dn en [en pen gn gn gn gn gn hn 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !\n \n                                        kd+S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \n \n ]n e^n 7_n _n 3`n m`n `n `n 4an Ran an bn bn cn en sen ten {en gn gn                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  gn Xgn gn gn gn hn 5hn Thn shn hn hn hn                                                                                                             f                                       kd,S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  hn -hn 9hn Lhn Xhn khn whn hn hn hn hn hn hn hn hn in 
in in in in in  in =jn Rjn Sjn Tjn ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  hn hn hn 
in in in in in             s                                                                                                                                                                                     kd-S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  in in                                        kdQ.S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               in  in -in Oin qin in in in in in jn >jn Sjn                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Sjn Tjn ejn jn jn |            s            s            s                                                                                                                                                                          	  $If   gd_   kd/S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Tjn djn ejn jn jn jn jn jn jn jn jn jn jn ln ln "mn 5mn Xmn lmn mn mn mn mn &nn :nn pn qn qn 3qn qn qn qn qn ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  jn jn jn jn jn ln ln ln "mn Ymn mn mn 'nn |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd_0S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'nn |nn }nn nn von won 6pn 7pn pn pn 3qn qn qn qn rn >rn vrn rn sn asn bsn lsn wsn sn sn sn                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  qn rn rn =rn Qrn urn rn rn rn sn sn asn bsn wsn sn sn sn sn sn sn sn sn sn sn sn sn sn 
tn tn  tn !tn 3tn 4tn 8tn Atn tn un un un un un õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (sn sn                                        kd1S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sn sn sn sn tn !tn 4tn 6tn 7tn                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  7tn 8tn                                        kdm2S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8tn Atn tn tn tn un /un Iun un un un un                                                                                                             f                                       kd3S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  un un un un un un vn $vn 7vn 9vn :vn             s                                                                                                                                                                      kd{4S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
un un un un un un un un un un un vn vn 6vn 7vn ;vn Dvn vn vn wn 	wn 
wn wn wn wn wn 5wn ?wn @wn Dwn Ewn Fwn Xwn Ywn kwn lwn wn wn ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %:vn ;vn                                        kd55S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;vn Dvn bvn vn 	wn 
wn wn wn                                                 f                                                                                                                       kd6S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  wn wn Ewn Fwn Ywn lwn wn wn wn wn |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC7S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wn wn                                        kd7S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wn wn wn wn wn cxn dxn exn uxn vxn wxn xxn xn xn xn xn xn xn xn xn xn xn xn xn xn xn yn yn yn yn -zn .zn /zn ?zn @zn Azn Bzn Ozn 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %wn wn wn wn dxn exn vxn wxn                                                 f                                                                                                                       kdQ9S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  wxn xxn xn xn xn xn xn xn xn xn |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd:S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	xn xn                                        kd:S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xn xn yn yn .zn /zn @zn Azn                                                 f                                                                                                                       kd<S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Azn Bzn Czn tzn  {n {n ({n ){n Z{n R|n S|n |n |n |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd<S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ozn Szn tzn zn  {n {n ({n 5{n 9{n Z{n {n S|n |n |n |n |n |n }n 7}n 8}n K}n ]}n ^}n |}n }}n }n }n }n }n  ~n ~n D~n ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  |n  }n 8}n }}n }n  ~n E~n ~n ~n 0n 1n 2n <n Gn zn n n                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  D~n X~n ~n ~n ~n ~n /n 1n 2n Gn yn zn n n n n n n n n n n n n n n n /n 8n 9n Hn շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\n n                                        kd=S $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n n n n n n n n .n                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  .n /n                                        kd>S $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               /n 8n n ؀n n "n -n Yn n n n ځn                                                                                                 f                                                   kd5@S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Hn n "n -n @n Pn Yn `n fn n n n n n n Łn ΁n ؁n ځn n n n n n  n n n n n ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ځn n n n  n n n n                                                             R            I                                   	  $If   gd_ Q  kd|AS $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd@S $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ n n ;n <n On bn un n n n n |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	BS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
n +n 5n 6n :n ;n <n Nn On an bn n n n n n n n n n n n n ,n \n en ln rn n n ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ n n                                        kdBS $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n n n 5n fn n n n n n n -n ?n en n n                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  n n n n n n n ˄n фn ҄n لn ۄn n 
n n  n !n #n $n %n =n Gn Hn Ln Mn Nn `n an sn tn n n n пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  n n n ˄n ҄n ڄn |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdDS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڄn ۄn n "n #n $n                                     R            I                                                                     	  $If   gd_ Q  kd^ES $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdDS $If   K$L$l 0                                     
t                              4   4 
l a   $n %n Mn Nn an tn n n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdES $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kdFS $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n n n >n xn n ņn Іn n n \n `n an bn                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
n n n n n ņn φn Іn n n n n n n !n 'n [n \n _n `n an bn cn sn tn wn n n n n زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 bn cn tn n |            s            s                                                                                                                                                                                           	  $If   gd_   kdGS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n n n ćn Ňn ɇn ʇn ˇn ݇n އn n n n n n $n %n 4n n n An En n n n n n n ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    n n ʇn ˇn އn n n n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdHS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kdmIS $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n $n n Јn Bn un n n n n n Hn n n                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
n 0n ?n Gn Hn On Un n n n n n n n n n Ȋn Ɋn ʊn ˊn ̊n ͊n n 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  n n n ʊn |            s            s                                                                                                                                                                                           	  $If   gd_   kdJS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʊn ˊn ̊n ͊n n n 0n n n n Sn n n n |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd{KS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
n n n 0n n n &n *n Sn n n n n -n n n kn ln xn |n n n 8n Dn Hn pn Bn pn |n n n ^n _n n n n n ͒n n 3n 4n Jn Nn zn ĕn n n ,n n n n Tn n ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4n -n n n n kn ln n n 7n 8n pn Bn on pn n _n n n ͒n n n n ̓n n n n 3n 4n zn                                                                                                                                                                                                                                                                                                                                                                   gd_  zn ĕn n ,n n n n Tn n n "n n n n n n n ʘn Θn                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  n "n &n n n n n n ʘn ͘n Θn ՘n ֘n $n %n &n 'n cn n n (n xn n n n 6n 7n [n n n śn n n n n !n ӝn Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Θn Ϙn Иn јn Ҙn Әn Ԙn ՘n ֘n M            H            H            H            H            H            H            H                   gd_   kd5LS $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ֘n n n n n n n n                                                 _            V            V                                                             	 $If   gd_    kdLS $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  n n $n %n                                                                                                                                                                                                                                                          	 $If   gd_  o  kdMS $$If   l       0   T# T                 .                
t  0                                                              4 
l al  %n &n 'n 2n 6n In Qn ]n                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdENS $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ]n ^n cn n n 2            )            )            )                      	 $If   gd_    kdNS $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     n n n n (n -n rn             [                                                                                                                                           kdPS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  rn sn xn n n n d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdPS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n n n 7n ;n Un d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Un Vn [n n n n d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdjRS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n n śn n n n d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd3SS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n n  n *n yn ~n n d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdSS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n n n n n            e            e                                                                                                                                                               	 $If   gd_    kdTS $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           n n n n                                                                                                                                                                                                                                                	 $If   gd_  t  kdUS $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  n n n n n Ŝn ̜n Ӝn ߜn                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd7VS $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ߜn n                                             kdVS $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          n n n n n n n  n                                                             A                                  kd-XS $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_   n n n n n n n n                                                 A                                              kdYS $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  n n 	n 
n n n !n                                     A            <            7                  gd_    gd_    kdYS $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  !n ԝn ՝n ֝n n n 	n n n /n 1n                                                                                                                                                                                                                                              E  kdZS $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
ӝn ԝn ܝn ݝn n n n n 1n 2n 4n 5n Cn Dn Qn Rn qn rn tn un 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  h
 h_ CJ OJ QJ ^J aJ  /j_S hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +1n 2n 3n 4n 5n =n Cn                                     a                                                                                                                             E  kd[S $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd)[S $$If   l 0 
" R                                                           4 
l a   Cn Dn Mn Qn Rn en qn                                     a                                                                                                                             E  kdF\S $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[S $$If   l 0 
" R                                                           4 
l a   qn rn sn tn un n n                                     a                                                                                                                             E  kd]S $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\S $$If   l 0 
" R                                                           4 
l a   n n n n n Şn Ҟn                                     a                                                                                                                             E  kd]S $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdc]S $$If   l 0 
" R                                                           4 
l a   Ҟn Ӟn Ԟn ՞n ֞n מn ؞n                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd!^S $$If   l 0 
" R                                                           4 
l a   ؞n ٞn n n n n l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd^S $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   n n n n n ޟn ߟn Ѡn Ҡn n n l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd>_S $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
n n n n n n n n n n n n Bn Cn On Pn n n n n n n  n n %n 'n 7n 8n wn yn zn n n n n n En Hn ]n }n n n n n `n an sn tn n ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /jc`S hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 0n n ʢn n Cn Pn n n n n                                                                                                                                                                                                                                                       S  kd`S $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	n n n &n 'n 8n xn                                     N                                                                                       S  kdaS $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd\aS $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   xn yn zn n n Vn n n  n n n n n n n Rn n !n n                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdbS $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   n n Hn n n n Bn `n an tn ڭn ۭn n 
n ,n n n Яn n n n n n n n n n [n                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  n n n n ٭n ۭn n 	n 
n ,n n n n n n вn [n qn un n n ӳn Գn n n n n n 9n :n En Fn Gn Kn Ln n n n ܮ{shsss                   jcS h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %[n gn vn n n Գn n n                                     j                                                                                                                                           kdcS $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  n n .n wn |n n n n 6n n ݵn s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdcS $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ݵn 7n n n Nn n n n n n n n n Wn Xn n n ܼn ݼn n n n rn n n 8n 9n                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  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 8n n n ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jdS hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj]dS h_ U !9n n n n n n n                                                 e                                                                                                                        F  kdeS $$If   l   l '{6    4   4 
l a] p
        F  kd+eS $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  n n n n n n n n n 'n (n Hn In _n `n {n |n n n n n n n n n n n !n "n In Jn Kn Ln Mn +n ,n 8n n n n n !n $n n n n n n n ?n ^n n ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3n n n n n n n                                                             5            v  kdfS $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdfS $$If   l   l '{6    4   4 
l a] p
         n n n n n n n n                                     t                                                                                                                                                             v  kd)gS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  n n n !n 'n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdgS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'n (n An Cn Hn                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Hn In Wn Yn _n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*iS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _n `n sn un {n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdiS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {n |n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+kS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdkS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdlS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n  n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,mS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n !n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdmS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !n "n )n .n In                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         In Jn Kn Ln Mn +n ,n 8n n n n n n /n cn                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd-oS $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cn wn 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 mn nn                                                                                                                                                                                                                                                                                                                                                                   gd_  n n n n n n n n 
n n Tn ln n n n n n 2n ^n n n n 9n :n Dn Nn On un vn n n n пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  nn n n n n n n n n 2n Hn ^n tn n n n n n n :n Dn Nn                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Nn On                                     kdoS $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               On vn n n n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	n n n n n n n n n n n n n n n n n n n n n n %n 'n 7n 8n Wn Xn Yn Zn n Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ n n                                     kd/qS $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               n n 1n 2n Fn Gn kn n n n n n n n                                                                                                                                     q                            kdrS $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
n n n n n n n n n             q            l                                                                                                                                                       gd_    kdCsS $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  n n                                     kd tS $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               n n )n *n >n ?n Yn un vn n n n n n n n &n                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  &n 'n 8n Xn z            q            q                                                                                                                                                                                       	  $If   gd_    kdWuS $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Xn Yn Zn n n n n n z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdvS $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       n n n n n n n )n *n In Jn Ln xn yn ~n n n n n 	n (n 4n n n n n n n n n n &n hn in n ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "n n                                     kdvS $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               n n n n n n n n n n n *n Jn                                                                                                             q                                                         kd(xS $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Jn Kn Ln yn zn {n |n }n z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdxS $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       }n ~n                                     kdyS $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~n n n n n n n n n                                                             q                                                                                                                             kdzS $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  n n n n n in n n n n n z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd{S $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
n n n n n n n n n 1n 2n _n tn un n n Hn ,n .n >n ?n n n n n n n n n n n n n _n on pn ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  n n                                        kd|S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n 2n _n un wn n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n n                                        kd}S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n Jn Kn n n n n -n .n ?n n n                                                                                                 s                                                                        kd)S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n n n n n n n |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n ^n _n pn n                         s                                                                                                                                                                                   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  pn n n n n n n n n En Fn ]n n n n <n n n  n ?n n n Hn gn n n n n n n n 3n n n .n Mn ,n Kn n n ;n Zn n n n 
n о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -n n n n n n n cn dn n n n n n |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
n n 0n Gn _n vn n n n n Zn [n En Fn ]n rn n n n                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdăS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n +n ;n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;n <n Gn Ln             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ln Mn Wn \n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \n ]n hn mn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mn nn xn }n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }n ~n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdهS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n  n .n >n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >n ?n Jn On             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   On Pn Zn _n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _n `n kn pn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pn qn {n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdrS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdъS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n 
n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
n n n Hn Vn fn                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdMS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fn gn rn wn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wn xn n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɍS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdES $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n #n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #n $n %n n n n 
n n                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n &n +n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +n ,n 6n ;n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;n <n Gn Ln             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ln Mn Wn \n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \n ]n ^n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdޑS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n "n 2n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2n 3n >n Cn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cn Dn Nn Sn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sn Tn _n dn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֔S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dn en on tn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tn un vn n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n .n <n Ln                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdoS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ln Mn Xn ]n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΗS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]n ^n hn mn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mn nn yn ~n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n ,n :n Jn                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdJS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jn Kn Vn [n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [n \n fn kn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kn ln wn |n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |n }n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƚS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n 
n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
n n n ;n In Yn                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yn Zn en jn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jn kn un zn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zn {n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd۞S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n 	n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n >n ^n n n n n n n n 
n 0n n                                                                                                                                                                                        gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
n n 0n Kn n n n n n n Dn En On Yn Zn n n n n n n n n n n n n n n Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  n n n n n n n En On Yn                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Yn Zn                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n n                                        kdiS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n :n ;n [n \n n 	n ?n dn tn n n n n                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  n n n n 6n On hn n |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n n n n n 
n n n n n n n n n n n xn zn n n An Bn En Vn nn ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jwS h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  n n n n n n n |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n Bn Cn n n n n 1n Kn `n xn yn                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  yn zn n Bn |            s            s                                                                                                                                                                                           	  $If   gd_   kd
S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Bn Cn Dn En nn n n 2n Dn Vn Wn Fn Gn |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdħS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nn n n 1n 2n Un Vn Wn un n n n 3n En Gn \n n n n n n n n n n n  n )n n n Zn [n ~n n n n n ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Gn Qn \n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  n n                                        kd~S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  n  n                                        kdҩS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                n )n nn on ~n n n n Fn n n n n 8n Zn [n n                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  n n n n 8n n n n |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd&S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n n n n n n n n 8n ]n n n n n n n n (n >n en n n n n 	n ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jS h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  n n n n =n >n n n n 
n n n |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdeS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n  n Rn Sn ]n gn hn n n n n n n n ?n Mn n n n n n n n n $n %n 'n (n :n Ln Mn Xn n ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !n  n Sn ]n gn                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  gn hn                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n n                                        kdsS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n 5n 6n Vn Wn n n n n n                                                                                                 Y                              kdǯS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
n %n &n 'n (n Xn n n Gn Hn n n             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n n n n n n n n n n n n n )n e o w o Eo Xo o o o o Fo Go Io Jo o o o o "o Vo %o ,o o o 	o 
o yo o o o  o !o 1o 2o ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jS hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j;S hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -n n n )n on pn 0n 1n d o e o w o o o Do Eo Zo o Go Jo o o o o !o "o 1o Co                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Co Vo Wo \o do io             f                                                                                                                                                                      kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  io jo oo wo o o            f            f            f                                                                                                                                                	  $If   gd_    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kd~S $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kdZS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kdȳS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kd6S $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o o o 
o 
o o o bo co o o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2o 5o 6o o o o o o o o o !o !o "o "o "o "o "o "o #o #o $o E$o F$o P$o Z$o [$o g$o $o $o $o $o $o $o $o &o &o &o ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %o o D
o E
o 
o 
o o o o o o o o o o o &o o o o o o *o 7o Do Qo bo                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  bo so o o o o o o o o o o 7o 8o o o Wo Xo *o +o o o Do o o o " o O o  o                                                                                                                                                                                                                                                                                                                                                             gd_    gd_   o  o  o !o !o !o !o "o "o "o #o #o $o $o F$o P$o Z$o                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Z$o [$o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [$o $o $o $o $o $o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  $o $o                                        kdOS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $o $o %o %o ;%o b%o %o %o %o &o &o ;&o &o &o                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
&o &o &o &o |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &o &o &o &o &o &o &o &o 'o 'o $'o V'o W'o a'o k'o l'o x'o 'o 'o 'o 'o 'o 'o 'o V)o )o ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 &o &o &o &o 'o 'o 'o $'o W'o a'o |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd]S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a'o k'o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  k'o l'o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l'o 'o 'o 'o 'o 'o 'o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  'o 'o                                        kdkS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'o 'o 
(o (o @(o k(o (o (o U)o )o )o )o                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  )o )o )o )o )o )o )o )o )o )o *o 8*o 9*o C*o M*o N*o Z*o {*o |*o *o *o *o *o *o :,o ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    )o )o )o )o |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )o )o )o )o *o 9*o C*o M*o |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdyS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M*o N*o                                        kd3S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N*o |*o *o *o *o *o *o *o                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  *o *o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *o *o *o *o $+o O+o +o +o 9,o ,o ,o ,o                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  :,o ,o ,o ,o ,o ,o ,o ,o ,o ,o ,o ,o ,o ,o -o -o -o I-o J-o T-o ^-o _-o k-o -o -o -o -o ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ,o ,o ,o ,o |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,o ,o ,o ,o -o -o -o J-o T-o ^-o |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^-o _-o                                        kdOS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _-o -o -o -o -o -o -o -o                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  -o -o -o -o 7/o 9/o I/o J/o P/o W/o X/o Y/o Z/o o/o /o /o /o /o /o /o /o /o /o 0o 0o 0o îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  -o -o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -o -o .o .o 6.o d.o .o .o .o 7/o 8/o 9/o                                                                                                                         f                           kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  9/o J/o X/o Y/o Z/o d/o o/o /o /o /o                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	/o /o                                        kdkS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /o /o 0o 0o 0o 0o 0o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  0o 0o 0o 0o 1o 1o 1o 1o 1o 1o 1o 1o 1o 1o 2o  2o "2o #2o 82o j2o k2o u2o 2o 2o 2o 2o п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  0o 0o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0o 0o ]0o i0o 0o 0o 0o 
1o *1o a1o 1o 1o                                                                                                                         f                           kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1o 1o 1o 1o 1o 2o #2o -2o 82o k2o                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	k2o u2o 2o                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  2o 2o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2o 2o 2o 2o 2o 2o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2o 2o 2o 2o 2o 2o 3o 3o 3o 5o 5o 	5o 5o 5o L5o M5o N5o O5o P5o Q5o ]5o a5o 5o g7o z7o ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 2o 2o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2o 2o 3o 3o 3o !4o W4o 5o 	5o 5o L5o                                                                                     s                                                                                              kd/S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
L5o M5o N5o O5o P5o Q5o 5o 27o 37o g7o 7o 7o 8o _8o |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
z7o 7o 7o 7o 7o 8o +8o ^8o r8o 8o 8o 9o 9o 9o K9o L9o V9o `9o a9o y9o 9o 9o 9o 9o 9o 9o 9o 9o 9o 9o 9o :o :o $:o õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !_8o 8o 9o 9o 9o 9o L9o V9o `9o                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  `9o a9o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a9o 9o 9o 9o 9o 9o 9o 9o :o                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  :o :o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :o :o :o :o :o :o :o :o ;o 
;o ;o                                                             f                                    [            [                     
  $If   gd_ K$  kdKS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
$:o :o :o :o :o :o :o :o :o :o ;o ;o 	;o 
;o ;o ;o (;o );o 8;o :;o ;;o <;o T;o ^;o _;o `;o b;o c;o d;o ;o ;o ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ;o ;o );o 9;o :;o ;;o                                     R            I                                                                     	  $If   gd_ Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   ;;o <;o d;o ;o ;o ;o ;o ;o ;o ;o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;o ;o ;o ;o ;o <o ]<o ^<o _<o `<o p<o q<o <o <o <o <o <o <o <o <o <o <o <o <o ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ;o ;o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;o ;o <o 0<o ^<o _<o `<o q<o <o <o <o                                                             f                                    [            [                     
  $If   gd_ K$  kd-S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
<o <o <o <o <o <o <o                                     R                                                                                              Q  kdtS $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   <o <o <o <o <o <o                                     R            I                                                                     	  $If   gd_ Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS $If   K$L$l 0                                     
t                              4   4 
l a   <o <o 
=o +=o ,=o Q=o d=o w=o x=o y=o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<o <o =o =o =o =o 	=o 
=o +=o ,=o v=o w=o z=o =o t>o u>o (?o A?o [?o \?o ]?o ^?o n?o o?o p?o ?o ?o ?o ,@o 2@o ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ y=o z=o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z=o =o =o b>o u>o [?o \?o ]?o ^?o o?o ,@o                                                                                     Y                                          kd)S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
,@o 3@o <@o =@o E@o Z@o o@o @o @o @o @o @o @o Ao Ao +Ao =Ao WAo                                                                                                                                                                                                                      	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 2@o 3@o ;@o =@o Ao Ao Ao Ao Ao Ao Ao Ao Ao Ao Ao Ao  Bo JBo KBo NBo WBo cBo Bo LCo cCo dCo eCo fCo ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  WAo qAo Ao Ao Ao Ao Ao                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kduS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ao Ao Ao  Bo %Bo 8Bo KBo LBo MBo |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       MBo NBo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NBo WBo Bo Bo dCo eCo fCo wCo Co Co Co                                                             f                                    [            [                     
  $If   gd_ K$  kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
fCo vCo wCo Co Co Co Co Co Co Co IEo KEo LEo MEo eEo oEo pEo qEo sEo tEo uEo Eo Eo Eo Eo Eo Eo Eo kFo Go ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Co Co Co Co Do Do 0Do JDo ZDo tDo Do Do Do Do Do Do Eo Eo                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Eo 0Eo JEo KEo LEo                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdaS $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  LEo MEo uEo Eo Eo Eo Eo Eo Eo Eo |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Eo Eo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Eo Eo kFo Fo Fo Go Go Go Go Go Go Ho                                                                                                 f                                                   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Go Go Go Go Go Go Go Ho Ho Ho 6Ho @Ho AHo BHo DHo EHo FHo ^Ho _Ho Ho Ho Ho Ho þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Ho Ho FHo _Ho Ho Ho Ho Ho Ho Ho |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ho Ho                                        kduS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ho Ho sIo Io Io 'Jo Jo Jo Jo Jo Jo                                                                                                 Y                              kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ho rIo tIo Io Io 'Jo Jo Jo Jo Jo Jo Jo +Ko ,Ko -Ko EKo OKo PKo QKo SKo TKo UKo VKo Ko Ko Ko νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Jo ,Ko -Ko UKo VKo {Ko Ko Ko Ko Ko Ko Ko             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ko Ko                                        kd=S $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ko Ko Lo Lo Mo \Mo Mo Mo Mo No aNo                                                                                     Y                                          kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ko Ko Lo \Mo Mo Mo Mo Mo 
No No aNo bNo hNo iNo qNo sNo Oo Oo Oo Oo Oo Oo QPo RPo SPo kPo uPo vPo wPo yPo zPo {Po ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 aNo bNo iNo rNo sNo {No No No No No No No Oo /Oo 7Oo LOo aOo                                                                                                                                                                                                         	  $If   gd_  S  kdKS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  aOo sOo Oo Oo Oo Oo Oo Oo Oo                                                                                                                                                                                                                                                 	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Oo Oo Oo RPo |            s            s                                                                                                                                                                                           	  $If   gd_   kdoS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       RPo SPo {Po |Po Po Po Po Po Po Po Po |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd)S $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{Po |Po Po Po Po Po Po Po Qo So So So So So So So So 
To STo To To To To To To Vo Vo ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Po Po                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Po Po Qo  Ro <Ro PRo Ro So So So So                                                                                                 f                                                        kdES $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
So 
To To To To To To To To To To 
Uo 'Uo 8Uo RUo                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdS $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  RUo lUo }Uo Uo Uo Uo Uo Uo Uo 
Vo $Vo 5Vo OVo iVo zVo Vo Vo                                                                                                                                                                                                                            S  kdS $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Vo Vo Vo Vo Vo Vo Vo Vo Wo Wo  Wo !Wo             s                                                                                                                                                                 kd#S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Vo Vo Vo Vo Vo Vo Vo Vo Vo Vo Vo Vo Vo Wo Wo "Wo +Wo Wo Xo Xo EXo FXo Xo Xo Yo Yo Zo Zo [o [o [o [o Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ !Wo "Wo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "Wo +Wo Wo FXo Xo Xo -Yo Yo Yo KZo Zo P[o [o [o [o [o <\o S\o \o \o \o ]o ;]o g]o ]o                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  [o [o \o \o \o \o k]o ~]o ]o ]o ]o ]o ]o ]o ]o ]o ]o  ^o ^o Q`o S`o T`o U`o ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ]o ]o ]o ]o ]o ^o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd1S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^o ^o 
^o ^o 4^o I^o [^o u^o ^o ^o ^o ^o ^o ^o _o *_o 2_o G_o                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0                     x                
t                                4   4 
l a   G_o \_o q_o _o _o _o _o _o _o 
`o '`o 8`o R`o S`o T`o                                                                                                                                                                                                                   	  $If   gd_  S  kd}S $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T`o U`o }`o ~`o `o `o `o `o `o `o `o |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdS $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
U`o m`o w`o x`o |`o }`o ~`o `o `o `o `o `o `o ao ao bo bo co gco |co Xdo mdo do do eo eo eo eo eo eo ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ `o `o                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `o `o ao bo 	co co co co pdo do eo eo eo 	fo (fo Mfo dfo fo fo fo fo                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  eo fo 
fo  fo hfo {fo fo fo fo fo fo fo fo fo fo fo fo fo :go @go Ago Igo Kgo io io io io io io io io ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  fo fo fo :go Ago Jgo |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd+S $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Jgo Kgo Sgo ego wgo go go go go go go ho ho 0ho Fho Who nho oho                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0                                     
t                                4   4 
l a   oho who ho ho ho ho ho ho io io ,io Cio Tio jio {io io io                                                                                                                                                                                                                            S  kdwS $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  io io io io io io io io 
jo jo jo  jo             s                                                                                                                                                                 kd	S $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  io io io io io jo jo !jo *jo <ko nko lo 6lo lo 7mo Smo mo mo %oo oo po !po po {qo qo ro ro so to ;uo Nuo Zuo muo uo 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 ! jo !jo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !jo *jo <ko lo lo Tmo mo no Wno vno no no #oo oo ^po }qo ro so so so to to                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  to to 7uo Vuo uuo uo uo uo vo 1vo 2vo Cvo                                                                                                             f                                       kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  uo uo uo uo uo 
vo vo )vo 0vo 2vo Bvo Cvo vo vo vo vo vo vo vo vo vo vo wo wo wo wo ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Cvo vo vo vo vo vo vo vo             s                                                                                                                                                                                     kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  vo vo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vo vo vo vo wo 2wo Two Uwo wwo wo wo wo wo                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  wo wo xo 7xo \xo |            s            s            s                                                                                                                                                                          	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wo xo xo [xo \xo ]xo ^xo _xo kxo oxo sxo zxo xo zo zo zo zo zo {o /{o C{o v{o {o {o {o ~o ~o ~o ~o -o 0o do wo ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  \xo ]xo ^xo _xo xo Izo Kzo zo zo zo 0{o w{o {o |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {o |o |o n|o }o }o }o }o ~o ~o ~o /o 0o do o o o \o o  o o o o Io So ]o                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  wo o o o o o (o [o oo o o  o o o Ho Io So ]o ^o vo o o o o o o o o o o o ҁo Ӂo ׁo o (o Lo Mo No ^o _o õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (]o ^o                                        kdSS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^o o o o o o Ӂo Ձo ցo                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ցo ׁo                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ׁo o (o Ko o o ΂o o o Mo No _o                                                                                                             f                                       kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _o `o ao o o o o Ão փo ؃o كo             s                                                                                                                                                                      kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
_o `o ao yo 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 0o 1o ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %كo ڃo                                        kdo T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڃo o o %o o o o o                                                 f                                                                                                                       kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  o o o o o o o 1o 3o 4o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4o 5o                                        kd7T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1o 5o >o o o o o o o o o o /o 9o :o >o ?o @o Ro So eo fo o o o o o o ?o @o ̇o ͇o ·o އo ߇o o o o 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %5o >o \o o o o o o                                                 f                                                                                                                       kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  o o ?o @o So fo yo o o o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdET $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o o                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o o @o ͇o ·o ߇o o                                                 f                                                                                                                       kdST $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  o o o o o o ǈo Ȉo o o o &o ho |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd
T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o o o o ǈo Ԉo ؈o o So o &o 9o ho {o o o ֊o ׊o o o o o o /o ]o po o o o o ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ho o ׊o o ]o o o +o zo όo Ќo ьo یo o o #o -o                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  o o *o >o yo o Όo Ќo ьo o o o #o -o .o Fo Po Qo Uo Vo Wo _o |o o o o o ΍o ׍o ؍o o շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\-o .o                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               .o Vo Wo |o o o o o ͍o                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ͍o ΍o                                        kd
T $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ΍o ׍o Fo wo o o ̎o o :o ;o Lo yo                                                                                                 f                                                   kdoT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  o Fo o ̎o ߎo o o o o 9o :o ;o Ko Lo Oo do mo wo yo o o o o o o o o o o ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ yo o o o o o o o                                                             R            I                                   	  $If   gd_ Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd)T $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ o o ڏo ۏo o o o 'o )o *o @o |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdC
T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
o ʏo ԏo Տo ُo ڏo ۏo o o  o o &o 'o Ao Jo Ko Zo o o o o o o ˑo o o o o "o #o ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ @o Ao                                        kd
T $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ao Jo o Ԑo o "o ;o No o o o ̑o ޑo o #o $o                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  #o $o %o 5o 6o 9o ?o jo po qo xo zo o o o o o o Òo Ēo ܒo o o o o o o  o o o 8o 9o =o пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  $o %o 6o jo qo yo |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yo zo o o o Òo                                     R            I                                                                     	  $If   gd_ Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a   Òo Ēo o o  o o &o 9o ;o <o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<o =o                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               =o Fo o ݓo o )o do oo o o o o  o o                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
=o Fo Go Vo o do no oo o o o o o o o Ɣo o o o o  o o o o o o +o 4o >o ?o زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 o o o @o |            s            s                                                                                                                                                                                           	  $If   gd_   kd3T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?o @o Ao Yo co do ho io jo |o }o o o o o o Õo ĕo ӕo 1o 2o o o &o o o o o o ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    @o Ao io jo }o o o o o o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o o                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o Õo 2o oo o o Eo Wo o o o o )o *o                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
o ϗo ޗo o o o o (o )o *o +o ;o <o ?o To ]o go ho io jo ko lo o 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  *o +o <o io |            s            s                                                                                                                                                                                           	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       io jo ko lo o o Ϙo o o o o ^o o o |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
o o o Ϙo o o řo əo o ^o o o o ̚o Io o 
o o o o Do o לo o o o o o o o Lo o o 8o 9o Eo Io lo o ҡo ӡo o o o co o o ˣo !o ^o o o Ko ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4o ̚o Io o o 
o o Do o ֜o לo o o o o Lo o 8o 9o lo  o !o Vo ko o o o ҡo ӡo o                                                                                                                                                                                                                                                                                                                                                                   gd_  o co o ˣo !o ^o o o Ko o o #o $o /o ;o Jo Vo io mo                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Ko o ťo "o #o /o Eo Io io lo mo to uo æo Ħo Ŧo Ʀo o 9o o ǧo o Mo No o ըo ֨o o 1o 2o do o o o o o ro Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $mo no oo po qo ro so to uo M            H            H            H            H            H            H            H                   gd_   kdoT $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   uo o o o o o o o                                                 _            V            V                                                             	 $If   gd_    kd
T $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  o o æo Ħo                                                                                                                                                                                                                                                          	 $If   gd_  o  kdT $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ħo Ŧo Ʀo Ѧo զo o o o                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdT $$If   l       0   T# T                 .                
t  0                                                              4 
l al  o o o 9o >o 2            )            )            )                      	 $If   gd_    kdT $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     >o o o o ǧo ̧o o             [                                                                                                                                           kdIT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  o o o No Ro o d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  o o o ֨o ڨo o d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  o o o 2o 7o ^o d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^o _o do o o o d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdmT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  o o o ɩo o o )o d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd6T $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  )o *o -o 7o n            e            e                                                                                                                                                               	 $If   gd_    kdT $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           7o 8o ;o Do                                                                                                                                                                                                                                                	 $If   gd_  t  kd T $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Do Eo Fo Wo \o do ko ro ~o                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdq!T $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~o o                                             kd"T $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          o o o o o o o o                                                             A                                  kdg#T $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  o o o o o o o o                                                 A                                              kdF$T $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  o o o o o o o                                     A            <            7                  gd_    gd_    kd%%T $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  o so to o o o o o ͫo ϫo                                                                                                                                                                                                                                                   E  kd&T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ro so to zo {o o o o o ϫo Ыo ҫo ӫo o o o o o o o o ?o @o Xo Yo po qo ro vo wo o o o o o o }o "o #o .o /o ?o @o 춥x                          /j6+T hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *ϫo Ыo ѫo ҫo ӫo ۫o o                                     a                                                                                                                             E  kd&T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdc&T $$If   l 0 
" R                                                           4 
l a   o o o o o o o                                     a                                                                                                                             E  kd'T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd!'T $$If   l 0 
" R                                                           4 
l a   o o o o o %o ?o                                     a                                                                                                                             E  kd>(T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd'T $$If   l 0 
" R                                                           4 
l a   ?o @o Ko Xo Yo co po                                     a                                                                                                                             E  kd(T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd(T $$If   l 0 
" R                                                           4 
l a   po qo ro so to uo vo                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd[)T $$If   l 0 
" R                                                           4 
l a   vo wo o o o o l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd)T $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   o o o o o |o }o oo po Go Ho l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdx*T $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
@o Do Eo :o ;o Fo Go Wo Xo \o ]o _o o o o o o o 5o 7o Bo Co o o o o ño űo ձo ֱo o o o $o %o o o o o o o o @o Io o o o o o ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j+T hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Ho _o ho o o o 6o 7o Co o                                                                                                                                                                                                                                                       S  kd,T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	o o o ıo űo ֱo o                                     N                                                                                       S  kd(-T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd,T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   o o o %o ]o o o o o o o o o $o o o Vo o &o                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd-T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   &o 'o o Ao o o o o o o xo yo o o ʼo 3o Uo no o o o o o No Oo o o o                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  o o o o o o wo yo o o o ʼo o o o Mo Oo no o o o  o !o qo ro o o o o o o o o o o o o 'o (o 3o ۵۵۵ۭۜۋzrgrrr       j0/T h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'o o o  o !o ro o o                                     j                                                                                                                                           kdL.T $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  o o o o o Yo o o o >o {o s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd.T $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
{o o o o o <o =o o o -o .o o o o o o o zo {o o o Vo o Wo Xo o o                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  3o 4o 5o 9o :o =o o o ,o o Go o Uo Vo ao bo ro so wo xo yo zo {o o o o 'o 0o 9o Yo Wo o Ao Bo ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j/T hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj/T h_ U !o Bo Fo Go ]o ^o ro                                                 e                                                                                                                        F  kd0T $$If   l   l '{6    4   4 
l a] p
        F  kde0T $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Bo Go to o o o o o o o o o o o o o o 6o 7o So To uo vo o o o o o o o o o o o o o o 7o lo o o o o No `o 3o Ko o o o o 2o ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ro so to }o o o o                                                             5            v  kd1T $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdK1T $$If   l   l '{6    4   4 
l a] p
         o o o o o o o o                                     t                                                                                                                                                             v  kdc2T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd4T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o /o 1o 6o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6o 7o Lo No So                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde6T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         So To no po uo                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uo vo o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf8T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o o o o o o o o 8o lo o o o o                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdg:T $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o o Io ao o o o o .o Lo o o o o o 1o 2o 3o 4o Vo _o `o vo o o o o o o o                                                                                                                                                                                                                                                                                                                                                                   gd_  2o 4o >o To Uo Vo vo o o o o 
o *o -o jo o o o o 'o o o o o o o o o o 1o 2o Eo пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  o *o 8o Ko Lo jo o o o o o o o (o )o o o o o o o o                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  o o                                     kd;T $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o o 1o 2o Ho ^o to o o o                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Eo Ho ]o ^o so to o o o o <o >o No Oo no oo po qo o o o o o o o o o o o o o Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ o o                                     kdi<T $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o o o o o o 	o %o &o ;o <o =o >o Oo                                                                                                                                     q                            kd=T $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Oo oo po qo o o o o o             q            l                                                                                                                                                       gd_    kd}>T $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  o o                                     kd:?T $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               o o o o o o o o o &o Qo jo o o o o o                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  o o o o z            q            q                                                                                                                                                                                       	  $If   gd_    kd@T $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       o o o o  o !o "o #o z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdNAT $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       o o o $o -o o o o o o o o o o o %o so o o o o o $o &o 6o 7o Vo Wo Zo do zo o o o :o ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "#o $o                                     kdBT $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $o -o Lo Mo ao bo o o o o o o o                                                                                                             q                                                         kdbCT $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  o o o o o o o o z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdDT $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       o o                                     kdDT $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o %o no oo $o %o &o 7o Wo                                                             q                                                                                                                             kd3FT $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Wo Xo Yo Zo zo o ;o Qo Ro \o go z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdFT $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
:o ;o Ro go o o o o o o o o o o Go Po o o o o o .o Ao po qo ro o o o o o o o o 
o o ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #go o o o                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  o o                                        kdGT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o o o o Fo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Fo Go                                        kdIT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Go Po o o %o &o 5o o o o o .o qo                                                                                                 s                                                                        kdcJT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  qo ro o o o o o |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdKT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o                                        kdKT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o o o o /o                         s                                                                                                                                                                                   kd+MT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  o .o /o 0o 1o 2o 4o Vo ao o o o ;o Zo o o :o Yo o o Ho go o o ao o o o #o Bo o o Do co o o o o Ko jo o o Vo uo o o о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -/o 0o 1o 2o 3o 4o ao o o Co No Xo co mo |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdMT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
mo no o o o o Ao Bo }o o o o o o o o ;o Io Yo                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Yo Zo eo jo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jo ko uo zo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zo {o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]OT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdPT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzPT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8QT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o :o Ho Xo                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xo Yo do io             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdURT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   io jo to yo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yo zo o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdST $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrST $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdST $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0TT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o 	o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMUT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o  o Ho Vo fo                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fo go ro wo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wo xo o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjVT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(WT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o  o %o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEXT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %o &o 1o 6o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6o 7o Ao Fo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fo Go Ho ao oo o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbYT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd ZT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o /o xo o o o                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd=[T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ\T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o #o 1o Ao                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ao Bo Mo Ro             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw]T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ro So ]o bo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bo co no so             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5^T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   so to ~o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR_T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o 
o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo`T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o Do Ro bo                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bo co no so             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-aT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   so to ~o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJbT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgcT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o 'o ,o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%dT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,o -o .o o o o o o                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kddT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o 	o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBeT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	o 
o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o %o *o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd fT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *o +o ,o Ko Yo io                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_fT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   io jo uo zo             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zo {o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|gT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o o                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:hT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o 	o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o $o )o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWiT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )o *o 4o 9o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9o :o ;o Vo do to                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   to uo o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtjT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2kT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o !o Do Eo o o o o o o So                                                                                                                                                                                        gd_  z  kdkT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o To o o o o o o o o o o *o +o <o No Oo `o ao {o o Wo Yo io jo zo Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  So To o o o o o o o o                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	o o                                        kdOlT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o +o Oo ao co zo                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  zo {o                                        kdmT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {o o o o o o Ho o o o o #o 3o 4o Xo                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Xo Yo jo o o o o 5o |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdnT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       zo {o o o o o o o 4o 5o 6o [o \o o o o o o o (o )o o o o o o ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /joT h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  5o 6o \o o o o o |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd6pT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o                                        kdpT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o o o 0o o o o o o o o o                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  o o )o o |            s            s                                                                                                                                                                                           	  $If   gd_   kdDrT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o o o o o o o o o o o |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdrT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o o o o o o o Yo no o o o o o ,o -o 7o Ao Bo go ho o o o o o }o o o o o o .o /o ?o ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $o o o -o 7o Ao                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Ao Bo                                        kdsT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bo ho o o o o o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  o o                                        kduT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o o 
o o -o eo fo o Ro ro o o o o o o                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  o o /o o o 1 p o p  p |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd`vT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?o @o Zo [o \o oo po o o o o 0 p M p n p  p  p  p  p  p  p p bp p p p p ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jwT h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ   p  p  p  p  p  p ap bp p p p p |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdwT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p p p p p p +p ,p Tp ep fp ip rp p p (p Dp \p ]p ep gp wp xp p p p p p p p p *p ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !p p p p p                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  p p                                        kdYxT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p ,p Tp fp gp hp                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  hp ip                                        kdyT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ip rp p p p p Dp Ep fp gp xp                                                                                                 Y                              kd{T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
xp p p p p p p p p p }	p 	p             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd{T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *p +p 6p 7p Gp Hp Lp Mp p p }	p 	p 
p 
p p p p p ,p .p Cp Ep p p p p Rp Tp 9p Np p p p p Xp \p p p p >p p p p p p p ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jT hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ju|T hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -	p 
p 
p 
p 
p p p p p p p {p |p p p p Ep p p Sp Tp 9p Np p p p p                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  p p p p p p             f                                                                                                                                                                      kd|T $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  p p 
p p !p o            f            f            f                                                                                                                                                	  $If   gd_    kdJ}T $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at !p "p 'p .p 3p o            f            f            f                                                                                                                                                	  $If   gd_    kd}T $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3p 4p 9p @p Lp o            f            f            f                                                                                                                                                	  $If   gd_    kd&~T $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Lp Mp Up ]p bp o            f            f            f                                                                                                                                                	  $If   gd_    kd~T $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at bp cp kp sp p o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p p p p p o            f            f            f                                                                                                                                                	  $If   gd_    kdpT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p p p p p o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p p p p Tp Up p p Bp Cp  p p Zp o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdLT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p p p Zp fp I#p S#p &p &p ,p ,p &/p N/p ^0p j0p k0p w0p {0p 0p 1p 1p 1p 1p 1p 1p 1p 1p 2p &2p '2p X2p Y2p Z2p ^2p g2p 34p 54p E4p ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Zp fp p p p p 0p 1p p Dp Ep Mp Np p )!p *!p !p I#p S#p $p $p %p %p %p %p %p  &p                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_   &p &p "&p 3&p D&p E&p X&p k&p &p &p &p &p 'p 'p s(p t(p (p (p +p +p ,p ,p ,p 2-p 3-p -p -p -p .p                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  .p .p g.p .p &/p '/p N/p ^0p k0p 0p 1p 1p 1p 1p 1p 1p 1p                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  1p 1p                                        kd5T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1p '2p Y2p Z2p \2p ]2p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ]2p ^2p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^2p g2p 2p 2p 2p  3p >3p f3p q3p 3p 3p 3p 34p 44p                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
44p 54p F4p }4p |            s            s                                                                                                                                                                                           	  $If   gd_   kd݃T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E4p F4p |4p }4p ~4p 4p 4p 4p 4p 4p 4p 4p 4p 4p 	5p 
5p 5p 75p 85p ]5p ^5p _5p c5p l5p 6p \7p ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 }4p ~4p 4p 4p 4p 4p 4p 4p 4p 4p |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4p 	5p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  	5p 
5p                                        kdQT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
5p 85p ]5p ^5p _5p a5p b5p                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  b5p c5p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c5p l5p 5p 5p 5p 	6p I6p m6p 6p \7p l7p m7p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  \7p l7p n7p ~7p 7p 7p 7p 7p 7p 7p 7p 7p 7p 7p 7p 7p 7p 8p 8p A8p B8p C8p G8p P8p 9p ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    m7p n7p 7p 7p |            s            s                                                                                                                                                                                           	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7p 7p 7p 7p 7p 7p 7p 7p |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7p 7p                                        kdmT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7p 8p @8p A8p B8p C8p E8p F8p                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  F8p G8p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G8p P8p 8p 8p 8p 8p -9p Q9p 9p @:p P:p Q:p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  9p @:p P:p R:p b:p c:p i:p p:p q:p r:p s:p t:p :p :p :p :p :p :p :p :p :p :p 	;p *;p +;p S;p T;p ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Q:p R:p c:p q:p |            s            s                                                                                                                                                                                           	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q:p r:p s:p t:p :p :p :p :p :p :p |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdόT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:p :p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :p +;p R;p S;p T;p U;p W;p X;p                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  T;p U;p Y;p b;p <p <p <p <p <p <p <p <p <p 
=p ?=p @=p J=p T=p U=p a=p =p =p =p =p =p =p îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  X;p Y;p                                        kdݎT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y;p b;p ;p ;p ;p <p A<p a<p <p <p <p <p                                                                                                                         f                           kd1T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  <p <p <p <p <p =p 
=p @=p J=p T=p                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	T=p U=p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U=p =p =p =p =p =p =p                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  =p =p =p =p G?p H?p I?p Y?p Z?p `?p g?p h?p i?p j?p ?p ?p ?p ?p ?p @p 	@p @p @p @p *@p F@p п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  =p =p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =p =p =p >p .>p \>p |>p >p >p >p H?p I?p                                                                                                                         f                           kdMT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  I?p Z?p h?p i?p j?p ?p ?p ?p ?p 	@p                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		@p @p @p                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  @p @p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @p G@p H@p I@p K@p b@p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F@p G@p H@p I@p c@p l@p mAp nAp oAp Bp Bp Bp Bp Bp Bp Bp Bp Bp Bp Bp Bp Bp Cp Ep Ep ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 b@p c@p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c@p l@p nAp oAp Ap Ap Ap Bp Bp Bp Bp                                                                                     s                                                                                              kdiT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Bp Bp Bp Bp Bp Bp Cp Dp Dp Ep GEp ~Ep Ep Ep |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd#T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ep GEp ZEp }Ep Ep Ep Ep Ep Fp KFp _Fp Fp Fp Fp Fp Fp Fp Fp Fp Gp !Gp "Gp #Gp &Gp 'Gp FGp GGp YGp ZGp Gp Gp Gp Gp Gp õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ep LFp Fp Fp Fp Fp Fp Fp Fp                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Fp Fp                                        kdݙT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fp 'Gp GGp ZGp mGp Gp Gp Gp Gp                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Gp Gp                                        kd1T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gp Gp !Hp 4Hp aHp bHp cHp tHp Hp Hp Hp                                                             f                                    [            [                     
  $If   gd_ K$  kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Gp !Hp aHp bHp cHp sHp tHp wHp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp Hp  Ip Ip Ip $Ip %Ip ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Hp Hp Hp Hp Hp Hp                                     R            I                                                                     	  $If   gd_ Q  kd̝T $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd?T $If   K$L$l 0                                     
t                              4   4 
l a   Hp Hp Ip %Ip 8Ip KIp ^Ip qIp rIp sIp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdYT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%Ip pIp qIp tIp }Ip Ip Ip Ip Ip Ip Jp Jp @Jp FJp GJp OJp QJp fJp gJp vJp xJp ~Jp Jp Jp ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J sIp tIp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tIp }Ip Ip Ip Ip Ip Ip Jp @Jp GJp PJp                                                             f                                    [            [                     
  $If   gd_ K$  kdgT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
PJp QJp gJp wJp xJp yJp zJp                                     R                                                                                              Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!T $If   K$L$l 0                                     
t                              4   4 
l a   zJp {Jp |Jp }Jp ~Jp Jp                                     R            I                                                                     	  $If   gd_ Q  kdȢT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd;T $If   K$L$l 0                                     
t                              4   4 
l a   Jp Jp Jp Jp Jp Jp Kp Kp Kp Kp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Jp Jp Jp Jp Jp Jp Jp Jp Jp Jp Kp Kp Kp !Kp Lp Lp Lp Lp Lp Lp Lp Lp Mp 
Mp Mp zMp Mp Mp Mp Mp ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Kp Kp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kp !Kp ^Kp  Lp Lp Lp Lp Lp Lp 
Mp Mp                                                                                     Y                                          kdcT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Mp Mp Mp Mp Mp Mp 
Np Np 9Np SNp cNp }Np Np Np Np Np Np Np                                                                                                                                                                                                                      	  $If   gd_  S  kdT $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Mp Mp Mp Mp SOp TOp UOp VOp nOp xOp yOp zOp |Op }Op ~Op Op Op Op Op Op Op Pp `Pp Pp Qp Qp Qp Qp ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Np Op Op 9Op SOp TOp UOp                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdT $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  UOp VOp ~Op Op Op Op Op Op Op |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdAT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Op Op                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Op Op `Pp Pp Qp Qp Qp Qp _Qp fQp oQp                                                             f                                    [            [                     
  $If   gd_ K$  kdOT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
Qp Qp Qp 3Qp ;Qp _Qp eQp fQp nQp pQp Rp Rp Rp Rp Sp 
Sp Sp Sp Sp Sp Sp  Sp *Sp +Sp vSp wSp zSp Sp 	Tp Tp ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 oQp pQp xQp Qp Qp Qp Qp Qp Qp Rp ,Rp 4Rp IRp ^Rp pRp Rp Rp Rp                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd	T $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Rp Rp Rp Rp Rp                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdT $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Rp Rp Sp +Sp >Sp QSp dSp wSp xSp ySp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ySp zSp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zSp Sp 	Tp &Tp mTp Tp TUp UUp VUp WUp hUp Up                                                                                                 f                                                   kd;T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Tp RUp UUp VUp WUp gUp hUp Up Up Up Up Up Up Up Up Up Up Up Up ZVp [Vp ^Vp gVp þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Up Up Up Up "Vp 5Vp HVp [Vp \Vp ]Vp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]Vp ^Vp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^Vp gVp Wp 9Wp |Wp Wp cXp dXp eXp fXp wXp                                                                                                 Y                              kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
gVp Wp Wp {Wp |Wp Wp cXp dXp eXp fXp vXp wXp Xp Xp Xp Xp Xp Xp Xp Xp Xp Xp Xp dYp eYp hYp νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  wXp Xp Xp Xp Xp Yp ,Yp ?Yp RYp eYp fYp gYp             s                                                                                                                                                                 kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  gYp hYp                                        kdwT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hYp qYp FZp mZp Zp Zp [p [p [p [p [p                                                                                     Y                                          kd˲T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
hYp qYp EZp Zp [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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 [p  \p \p \p \p \p .\p C\p U\p o\p \p \p \p \p \p \p \p                                                                                                                                                                                                         	  $If   gd_  S  kdT $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \p ]p +]p E]p U]p o]p ]p ]p ]p                                                                                                                                                                                                                                                 	  $If   gd_  S  kdT $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]p ]p ]p ]p |            s            s                                                                                                                                                                                           	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]p ]p ^p ^p -^p @^p S^p f^p y^p z^p {^p |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdcT $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
^p ^p ,^p -^p x^p y^p |^p ^p >_p .ap /ap 0ap @ap Aap Map Rap gap ap ap %bp 'bp -bp .bp 6bp 8bp 1dp 3dp ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  {^p |^p                                        kd+T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |^p ^p >_p _p _p _p `p .ap /ap 0ap Aap                                                                                                 f                                                        kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Aap ap 'bp .bp 7bp 8bp @bp Ubp jbp bp bp bp bp bp bp                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd9T $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  bp 
cp cp 5cp =cp Rcp gcp |cp cp cp cp cp cp dp dp 2dp 3dp                                                                                                                                                                                                                            S  kd˸T $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  3dp 4dp 5dp ]dp ^dp qdp dp dp dp dp dp dp             s                                                                                                                                                                 kd]T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3dp 4dp 5dp Mdp Wdp Xdp Ydp [dp \dp ]dp ^dp pdp qdp dp dp dp dp ep ep ep ep ep fp fp }gp gp Chp Dhp -ip Bip Dip Eip Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ dp dp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dp dp ep ep Efp fp fp gp gp gp Dhp hp Dip Eip Lip ip ip ip !jp Mjp jp jp jp kp 9kp                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Eip Lip Qjp djp hjp jp 	kp kp  kp 8kp 9kp :kp Jkp Kkp kp kp kp kp kp mp mp mp mp ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   9kp :kp Kkp kp kp kp |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdkT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kp kp kp kp kp kp kp lp -lp >lp Xlp rlp lp lp lp lp lp lp                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd%T $If   K$L$l 0                     x                
t                                4   4 
l a   lp lp mp !mp ;mp Ump fmp mp mp mp mp mp mp mp mp                                                                                                                                                                                                                   	  $If   gd_  S  kdT $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  mp mp np np /np Bnp Unp hnp {np |np }np |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdIT $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
mp np np np np np np .np /np znp {np ~np np Eop qop >pp pp pp qp qp qp rp rrp rp *sp ?sp @sp Asp Hsp sp ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ }np ~np                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~np np Eop ?pp pp qp *qp qp rp rp Asp Hsp sp sp sp sp tp !tp @tp tp tp                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  sp sp sp sp tp tp %tp 8tp Dtp Wtp _tp xtp tp tp tp tp tp tp tp tp tp tp tp /wp 1wp 2wp 3wp Kwp Uwp Vwp Zwp ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  tp tp tp tp tp tp |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdeT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tp tp tp up up 'up 9up Pup gup ~up up up up up up up vp 
vp                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdT $If   K$L$l 0                                     
t                                4   4 
l a   
vp vp 'vp 9vp Kvp ]vp tvp vp vp vp vp vp vp wp wp 0wp 1wp                                                                                                                                                                                                                            S  kdT $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1wp 2wp 3wp [wp \wp owp wp wp wp wp wp wp             s                                                                                                                                                                 kdCT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Zwp [wp \wp nwp owp wp wp wp wp xp yp yp yp tzp zp zp S{p o{p |p S}p }p }p p~p p p Ap p p Up قp p p p Wp 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !wp wp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wp wp xp yp tzp zp p{p {p {p |p q|p |p |p S}p }p p Cp p p p Tp Up                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Up p Ղp p p Sp rp p p σp Ѓp p                                                                                                             f                                       kdQT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Wp jp vp p p p p ǃp ΃p Ѓp p p $p %p &p Ip Jp Kp Op Pp Tp ]p zp p p p ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  p %p &p Jp Kp Pp Rp Sp             s                                                                                                                                                                                     kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Sp Tp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tp ]p jp p p Єp p p p 7p Yp {p p                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  p p p Յp p |            s            s            s                                                                                                                                                                          	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p p p p p p 	p 
p p p 7p p 0p _p rp p p ͈p p p (p cp wp 9p Ep Ip pp ˌp Όp p p ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  p p p p 7p p p p _p p Έp p dp |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dp p p p p p sp tp 8p 9p pp ͌p Όp p Dp {p p p Ip p p p p p p p                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  p Dp Wp zp p p ƍp p 
p Hp \p p p p p p p p p p p p #p $p %p 7p 8p Jp Kp ]p ^p pp qp up ~p Əp p p p p p õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (p p                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p $p %p 8p Kp ^p qp sp tp                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  tp up                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               up ~p Əp p  p Np lp p p p p p                                                                                                             f                                       kd5T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  p p p 'p (p ;p Np ap tp vp wp             s                                                                                                                                                                      kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
p p p p !p "p &p 'p (p :p ;p Mp Np sp tp xp p p Ñp Ep Fp Gp Wp Xp Yp Zp rp |p }p p p p p p p p Βp ϒp ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %wp xp                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xp p p Ñp Fp Gp Xp Yp                                                 f                                                                                                                       kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Yp Zp p p p p p ϒp ђp Ғp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ғp Ӓp                                        kdqT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϒ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 7p Zp [p ݔp ޔp jp kp lp |p }p ~p p p 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Ӓp ܒp p p p p p p                                                 f                                                                                                                       kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  p p ݓp ޓp p p p *p ,p -p |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-p .p                                        kd9T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .p 7p [p ޔp kp lp }p ~p                                                 f                                                                                                                       kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ~p p p p =p >p ep fp p p p ėp p |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdGT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p <p =p >p ep rp vp p p p ėp חp p p <p Pp tp up p p p p p ͘p p p <p =p Pp p ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p =p up p p =p p əp p mp np op yp p p p ˚p                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  p p șp ܙp p +p lp np op p p p p ˚p ̚p p p p p p p p p ,p -p Rp Sp lp up vp p շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\˚p ̚p                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ̚p p p p -p @p Sp Up kp                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  kp lp                                        kdUT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               lp up p p 'p _p jp p ؜p ٜp p p                                                                                                 f                                                   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  p p _p jp }p p p p p לp ؜p ٜp p p p p p p p p p %p 'p <p =p Lp Np Op Pp ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ p p &p 'p =p Mp Np Op                                                             R            I                                   	  $If   gd_ Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdcT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Op Pp xp yp p p p ŝp ǝp ȝp ޝp |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd}T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Pp hp rp sp wp xp yp p p p p ĝp ŝp ߝp p p p Vp $p .p /p Mp Np ip p p p p p p ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ޝp ߝp                                        kd7T $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ߝp p Wp rp p p ٞp p $p /p Np jp |p p p p                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  p p ßp ӟp ԟp ןp ݟp p p p p p !p Gp Hp ]p ^p `p ap bp zp p p p p p p p p p ֠p נp ۠p пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  p ßp ԟp p p p |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p Hp _p `p ap                                     R            I                                                                     	  $If   gd_ Q  kdT $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdET $If   K$L$l 0                                     
t                              4   4 
l a   ap bp p p p p Ġp נp ٠p ڠp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ڠp ۠p                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ۠p p Sp {p p ǡp p 
p ,p Wp p p p p                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
۠p p p p Rp p p 
p +p ,p ?p Np Vp Wp ^p dp p p p p p p p p p p ɢp Ңp ܢp ݢp زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 p p p ޢp |            s            s                                                                                                                                                                                           	  $If   gd_   kdmT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݢp ޢp ߢp p p p p p p p p -p .p Sp Tp Xp ap bp qp ϣp Уp ~p p Ĥp 0p :p ;p Yp Zp ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ޢp ߢp p p p .p Ap Tp Vp Wp |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Wp Xp                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Xp ap Уp 
p p p p p 0p ;p Zp p ǥp ȥp                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Zp mp |p p p p p ƥp ǥp ȥp ɥp ٥p ڥp ݥp p p p p p p 	p 
p 1p 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ȥp ɥp ڥp p |            s            s                                                                                                                                                                                           	  $If   gd_   kd5T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p 	p 
p 1p 2p mp $p Vp Wp p p 7p 8p |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1p >p Bp mp $p Vp cp gp p p 8p Dp Hp jp p Sp p p p p p Ep up p p p p p p p p p p ֭p ׭p p p 
p Hp pp qp p p p p /p 0p ip p p Up p p ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  48p jp p Rp Sp p p p Ep tp up p p p p p p ֭p ׭p 
p p p p 	p %p 5p Hp pp qp p                                                                                                                                                                                                                                                                                                                                                                   gd_  p p 0p ip p p Up p p (p _p p ³p ͳp ٳp p p p p                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  p _p cp p p ͳp p p p 
p p p p ap bp cp dp p ״p 8p ep p p p Hp sp tp p ϶p жp p /p 0p 5p Zp ^p p Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $p p 
p p p p p p p M            H            H            H            H            H            H            H                   gd_   kdT $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   p 'p .p 3p Cp Dp Sp Tp                                                 _            V            V                                                             	 $If   gd_    kdGT $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Tp Up ap bp                                                                                                                                                                                                                                                          	 $If   gd_  o  kdT $$If   l       0   T# T                 .                
t  0                                                              4 
l al  bp cp dp op sp p p p                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdT $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p p p ״p ܴp 2            )            )            )                      	 $If   gd_    kdVT $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ܴp 2p 3p 8p ep jp p             [                                                                                                                                           kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  p p p p p Bp d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdLT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Bp Cp Hp tp xp p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p p p жp նp p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p p p 0p 5p [p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [p \p ]p gp p p Ƿp d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdpT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ƿp ȷp ˷p շp n            e            e                                                                                                                                                               	 $If   gd_    kd9T $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           շp ַp ٷp p                                                                                                                                                                                                                                                	 $If   gd_  t  kdT $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  p p p p p p 	p p p                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdT $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  p p                                             kdHT $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          p (p ,p 3p :p ;p <p =p                                                             A                                  kdT $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  =p >p ?p @p Ap Bp Cp Dp                                                 A                                              kdT $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Dp Ep Fp Gp Hp Ip ^p                                     A            <            7                  gd_    gd_    kd_T $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ^p p p +p ,p Ep Vp Wp kp mp                                                                                                                                                                                                                                                   E  kd>T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	p p p p p +p ,p Vp Wp mp np pp qp p p p p p p p p ݹp ޹p p p p p p p p 2p 3p 4p @p Ap Sp p p p ̼p ͼp ݼp ޼p 춥x                          /jpT hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *mp np op pp qp yp p                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdT $$If   l 0 
" R                                                           4 
l a   p p p p p p p                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[T $$If   l 0 
" R                                                           4 
l a   p p p p p ùp ݹp                                     a                                                                                                                             E  kdxT $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdT $$If   l 0 
" R                                                           4 
l a   ݹp ޹p p p p p p                                     a                                                                                                                             E  kd6T $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdT $$If   l 0 
" R                                                           4 
l a   p p p p p p p                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdT $$If   l 0 
" R                                                           4 
l a   p p "p #p 1p 2p l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdT $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   2p 3p 4p Ap Sp p p 
p p p p l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdT $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
޼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 ap cp sp tp p p p ¿p ÿp 2p 3p ?p p p p p p p ?p @p p p p ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jT hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0p p p &p p p Ծp վp p )p                                                                                                                                                                                                                                                       S  kd>T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	)p *p =p bp cp tp p                                     N                                                                                       S  kdbT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p p p ÿp p p Np Op <p =p 2p 3p ?p p p p p ]p p                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p p p p ?p @p ~p p p p p p (p Fp hp p p p (p Bp Cp Lp Mp p p Kp Lp p                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  p p 'p (p 8p @p p p (p Ep Fp hp -p Jp Mp p p p p p p p p p p %p &p Wp Xp Yp up vp p p p p p p p p ۵۵۵ۭۜۋzrgrrr       jjT h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'p p p p p p &p Xp                                     j                                                                                                                                           kdT $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Xp Yp jp p p p Up Vp rp p p s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdT $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
p sp 8p 9p p p p &p 'p p p $p %p p p Jp Kp p p 3p Dp p p p p tp up                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  p p p p p p &p 'p p #p p Ip p p p  p p p p p p p p "p 3p Dp p p p p p tp p p ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j8T hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjT h_ U !up p p p p p p                                                 e                                                                                                                        F  kdT $$If   l   l '{6    4   4 
l a] p
        F  kdT $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  p p p 6p 7p :p ;p Ap Bp cp dp p p p p p p p p p p p p +p ,p Bp Cp ]p ^p p p p p p gp hp tp p 
p #p Wp ]p `p p p p p p Gp {p p p ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3p p p p )p 6p 7p                                                             5            v  kdT $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdT $$If   l   l '{6    4   4 
l a] p
         7p 8p 9p :p ;p ?p @p Ap                                     t                                                                                                                                                             v  kdT $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Ap Bp [p ]p cp                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdHT $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cp dp }p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p #p %p +p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +p ,p :p <p Bp                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Bp Cp Vp Xp ]p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]p ^p ep jp p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p gp hp tp p p 
p $p Xp kp p                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p 3p Fp zp p p p p 8p Hp |p p p p p p p p p p :p Ip \p ]p vp p p                                                                                                                                                                                                                                                                                                                                                                   gd_  p p p p p p p *p Ip [p p p p p p )p :p np p p .p Cp up vp p p p p p p p p пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p p p p p p 8p 9p :p np p p p p p -p .p 8p Cp vp p p                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  p p                                     kdLU $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p p p p p p p (p *p Ap                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	p p p p p p 'p (p Bp Kp p p p p p 
p p p 5p 6p ;p Dp ap cp sp tp p p p p p Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Ap Bp                                     kdU $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Bp Kp mp np p p p p p p p p p p                                                                                                                                     q                            kdU $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
p 
p p p 6p 7p 8p 9p :p             q            l                                                                                                                                                       gd_    kd	U $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  :p ;p                                     kdt
U $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ;p Dp ep fp zp {p p p p p p p p 2p Lp Mp bp                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  bp cp tp p z            q            q                                                                                                                                                                                       	  $If   gd_    kdU $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       p p p p p p p p z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdU $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       p p p p p Sp Up ep fp p p p p p p p p p 9p Ep dp pp p p p p p p p p p bp p p p ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "p p                                     kdE
U $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p p p p p  p "p >p ?p Tp Up fp p                                                                                                             q                                                         kdU $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  p p p p p p p p z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdYU $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       p p                                     kdU $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p p p 
p p p p p p                                                             q                                                                                                                             kdmU $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  p p p p p p p p p p p z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd*U $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
p p p p 7p 8p Bp Lp Mp mp np p p p p p p hp jp zp {p p p p p p /p 0p 1p 2p 3p 6p ?p p p p ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #p 8p Bp Lp                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Lp Mp                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mp np p p p p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  p p                                        kdIU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p p p p p p $p ip jp {p p p                                                                                                 s                                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  p p 1p 2p 3p 4p 5p |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdWU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5p 6p                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6p ?p p p p p                         s                                                                                                                                                                                   kdeU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  p p p p p p p p p p p p p p Yp xp p p \p {p p p p p p p 8p Wp p p Pp op p p jp p hp p p p wp p p p H q I q о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -p p p p p p p p p p p p p p |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p p lp p p p p p p Pp p p p p p p p p p                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p 	p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p $p )p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )p *p 4p 9p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9p :p ;p Yp gp wp                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wp xp p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p #p (p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (p )p 3p 8p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8p 9p :p \p jp zp                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zp {p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE!U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p  p %p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %p &p 1p 6p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6p 7p Ap Fp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb"U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fp Gp Hp p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd #U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=$U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p 
p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p )p .p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .p /p 9p >p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ%U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >p ?p Jp Op             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Op Pp Zp _p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _p `p ap p p 8p Fp Vp                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdw&U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vp Wp bp gp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gp hp rp wp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5'U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wp xp p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR(U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p  p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo)U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p !p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !p "p #p Pp ^p np                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-*U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   np op zp p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ+U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p  p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg,U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p !p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !p "p -p 2p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%-U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2p 3p =p Bp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bp Cp Dp jp xp p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB.U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd /U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_/U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p 8p 9p hp vp p                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|0U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:1U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p #p (p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW2U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (p )p 4p 9p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9p :p Dp Ip             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ip Jp Kp wp p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt3U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd24U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO5U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p #p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #p $p .p 3p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
6U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3p 4p ?p Dp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl6U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dp Ep Op Tp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tp Up Vp zp p p p p 9 q : q G q H q I q l q  q                                                                                                                                                                                        gd_  z  kd*7U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I q Z q l q  q  q &q 7q 8q 9q Nq q q q q q q q q q q q q q "q q q q q q Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ   q  q &q 8q 9q Cq Nq q q q                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	q q                                        kd7U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kd8U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q "q vq wq q q q Eq {q q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  q q q Yq rq q q q |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd1:U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q 3q 4q 5q Hq Iq Xq q q q q q )q *q -q 6q q q q q }q ~q q q q ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j:U h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  q q q )q *q +q ,q |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdp;U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,q -q                                        kd*<U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -q 6q ~q q q -q 8q Tq mq q q q q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  q q q ~q |            s            s                                                                                                                                                                                           	  $If   gd_   kd~=U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~q q q q q 9q :q nq q q q 	q 	q |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd8>U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q 9q :q mq nq q q q q q 	q B	q o	q 	q 	q 	q 	q 	q 	q 	q 	q 
q 
q 5
q X
q Y
q \
q e
q q q q q q q q q q ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $	q 	q 	q 	q 	q 	q                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  	q 	q                                        kd>U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	q 
q 5
q G
q Y
q Z
q [
q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [
q \
q                                        kdF@U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \
q e
q 
q 
q 
q 
q q q q q q 1q Wq tq q q q                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  q q q 
q t
q 
q 
q Pq |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdAU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q 

q 
q 
q >
q t
q 
q 
q 
q q .q Oq Pq Sq dq zq q  q 2q 3q 4q Eq ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jTBU h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Pq Qq Rq Sq yq zq q  q 4q Fq Gq Qq |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdBU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Eq G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 aq cq dq vq q q q q ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Qq \q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  q q                                        kdCU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kdDU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q qq rq q q q q q q q                                                                                                 Y                              kd;FU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
q aq bq cq dq q *q Nq q q q (q             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdFU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q q q q q q q *q Nq q (q Tq eq q q q q q q q q  q  q  q  q  q  q !q !q ^"q "q a#q h#q #q #q *%q K%q &q &q C'q D'q \'q ]'q m'q n'q ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jKU hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jGU hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -(q Sq Tq eq q q lq mq q q q q q q q q q  q  q  q  q !q !q ]"q ^"q m"q "q                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  "q "q "q "q "q "q             f                                                                                                                                                                      kdHU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  "q "q "q "q "q o            f            f            f                                                                                                                                                	  $If   gd_    kdHU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "q "q "q "q "q o            f            f            f                                                                                                                                                	  $If   gd_    kdHU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "q "q "q "q "q o            f            f            f                                                                                                                                                	  $If   gd_    kd`IU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "q "q "q "q  #q o            f            f            f                                                                                                                                                	  $If   gd_    kdIU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  #q #q 	#q #q #q o            f            f            f                                                                                                                                                	  $If   gd_    kd<JU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at #q #q &#q -#q 2#q o            f            f            f                                                                                                                                                	  $If   gd_    kdJU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2#q 3#q ;#q B#q N#q o            f            f            f                                                                                                                                                	  $If   gd_    kdKU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N#q O#q P#q Q#q #q #q J%q K%q &q &q 'q 'q 'q o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdKU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at n'q q'q r'q 'q (q 0q 0q 84q C4q ::q K:q <q <q =q >q 	>q >q >q 5>q 9?q :?q O?q ?q ?q ?q ?q ?q ?q ?q ?q ?q ?q ?q ?q @q Aq Aq Aq ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %'q (q (q (q 7)q 8)q )q )q !*q +q +q ,q ,q =-q .q .q b/q 0q 0q 72q 82q Y3q f3q s3q 3q 3q 3q                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  3q 3q 3q 3q 3q 3q 3q 	4q  4q 74q 84q C4q s5q t5q 6q 6q 6q 6q f9q g9q ::q K:q :q :q :q 0;q ^;q ;q ;q                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ;q ;q <q U<q <q <q <q =q 	>q 5>q 9?q :?q D?q O?q ?q ?q ?q                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ?q ?q                                        kdoLU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?q ?q ?q ?q ?q ?q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ?q ?q                                        kdMU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?q @q D@q P@q w@q @q @q Aq Aq HAq RAq wAq Aq Aq                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Aq Aq Aq Bq |            s            s                                                                                                                                                                                           	  $If   gd_   kdOU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Aq Aq Bq Bq Bq Bq *Bq .Bq JBq KBq `Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq Cq 
Cq Dq Dq ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Bq Bq Bq Bq JBq KBq UBq `Bq Bq Bq |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdOU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Bq Bq                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Bq Bq                                        kdPU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bq Bq Bq Bq Bq Bq  Cq                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   Cq Cq                                        kdQU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cq 
Cq ICq UCq |Cq Cq Cq Dq Dq Dq 
Eq Eq                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Dq 
Eq Eq Eq Eq #Eq *Eq +Eq ,Eq -Eq BEq tEq uEq Eq Eq Eq Eq Eq Eq Eq Eq Eq Eq Eq vGq ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Eq Eq Eq +Eq |            s            s                                                                                                                                                                                           	  $If   gd_   kd3SU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +Eq ,Eq -Eq 7Eq BEq uEq Eq Eq |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdSU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Eq Eq                                        kdTU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Eq Eq Eq Eq Eq Eq Eq Eq                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Eq Eq                                        kdUU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Eq Eq -Fq 9Fq `Fq Fq Fq Fq uGq Gq Gq Gq                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  vGq Gq Gq Gq  Hq Hq Hq Hq Hq Hq Hq Hq Hq "Hq =Hq >Hq SHq Hq Hq Hq Hq Hq Hq Hq Hq Hq Hq ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Gq Gq Hq Hq |            s            s                                                                                                                                                                                           	  $If   gd_   kdOWU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Hq Hq Hq Hq >Hq HHq SHq Hq Hq Hq |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd	XU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Hq Hq                                        kdXU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Hq Hq Hq Hq Hq Hq Hq Hq                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Hq Hq Hq  Iq sJq uJq Jq Jq Jq Jq Jq Jq Jq Jq Jq Jq Jq Jq Jq Jq  Kq !Kq +Kq JKq KKq LKq îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Hq Hq                                        kdZU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Hq  Iq ?Iq KIq rIq Iq Iq Iq 7Jq sJq tJq uJq                                                                                                                         f                           kdk[U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  uJq Jq Jq Jq Jq Jq Jq Jq Jq Jq                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd%\U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Jq Jq                                        kd\U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jq !Kq KKq LKq MKq OKq PKq                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  LKq MKq QKq ZKq Lq Lq Lq Lq Lq Lq Mq Mq Mq Mq BMq \Mq ^Mq _Mq tMq Mq Mq Mq Mq Mq Mq Mq п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  PKq QKq                                        kd3^U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QKq ZKq Kq Kq Kq Kq Lq ILq fLq Lq Lq Lq                                                                                                                         f                           kd_U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Lq Lq Mq Mq Mq BMq _Mq iMq tMq Mq                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdA`U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Mq Mq Mq                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Mq Mq                                        kd`U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mq Mq Mq Mq Mq  Nq                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Mq Mq Mq Mq Nq 
Nq Oq Oq 
Oq CPq DPq EPq UPq VPq Pq Pq Pq Pq Pq Pq Pq Pq Pq Rq Rq ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5  Nq Nq                                        kdObU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nq 
Nq Oq 
Oq Oq ]Oq Oq DPq EPq VPq Pq                                                                                     s                                                                                              kdcU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Pq Pq Pq Pq Pq Pq Pq nRq oRq Rq Rq Sq TSq Sq |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd]dU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Rq Rq Rq Sq /Sq SSq gSq Sq Sq Sq Sq ?Tq @Tq UTq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq Tq 0Uq 1Uq KUq TUq `Uq õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Sq Sq ?Tq @Tq JTq UTq Tq Tq Tq                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Tq Tq                                        kdeU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tq Tq Tq Tq Uq Uq 1Uq 3Uq JUq                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  JUq KUq                                        kdkfU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KUq TUq Uq Uq Uq  Vq Vq Vq ?Vq FVq NVq                                                             f                                    [            [                     
  $If   gd_ K$  kdgU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
`Uq Uq Uq  Vq Vq Vq Vq Vq *Vq 3Vq =Vq ?Vq EVq FVq MVq OVq dVq eVq tVq vVq wVq xVq Vq Vq Vq Vq Vq Vq Vq Vq Vq ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ NVq OVq eVq uVq vVq wVq                                     R            I                                                                     	  $If   gd_ Q  kdiU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdyhU $If   K$L$l 0                                     
t                              4   4 
l a   wVq xVq Vq Vq Vq Vq Vq Wq Wq Wq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdiU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Vq Wq Wq Wq Wq >Wq Wq Wq Wq Wq Wq Wq Wq Wq Wq Wq Wq Xq Xq Xq Xq Xq Xq Xq ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Wq Wq                                        kdMjU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Wq Wq >Wq lWq Wq Wq Wq Wq Wq Wq Wq                                                             f                                    [            [                     
  $If   gd_ K$  kdkU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Wq Wq Xq Xq Xq Xq Xq                                     R                                                                                              Q  kdlU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd[lU $If   K$L$l 0                                     
t                              4   4 
l a   Xq Xq Xq Xq Xq Xq                                     R            I                                                                     	  $If   gd_ Q  kdnU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdumU $If   K$L$l 0                                     
t                              4   4 
l a   Xq Xq FXq gXq hXq Xq Xq Xq Xq Xq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdnU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Xq 6Xq @Xq AXq BXq DXq EXq FXq gXq hXq Xq Xq Xq Xq Yq Yq dZq }Zq Zq Zq Zq Zq Zq Zq Zq [q ![q 8[q h[q n[q ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Xq Xq                                        kdIoU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xq Xq Xq Yq Yq Zq Zq Zq Zq Zq h[q                                                                                     Y                                          kdpU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
h[q o[q x[q y[q [q [q [q [q [q [q \q \q 5\q =\q R\q g\q y\q \q                                                                                                                                                                                                                      	  $If   gd_  S  kdWqU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ n[q o[q w[q y[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 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  \q \q \q \q \q \q \q                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdqU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \q \q ]q <]q a]q t]q ]q ]q ]q |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd{rU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]q ]q                                        kd5sU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]q ]q ]q ,^q ^q ^q ^q ^q ^q _q 
_q                                                             f                                    [            [                     
  $If   gd_ K$  kdtU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
^q ^q ^q ^q ^q ^q _q _q _q _q `q `q `q `q `q `q `q `q `q `q `q `q `q `q aq aq aq !aq aq Ubq ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 
_q _q _q +_q @_q R_q l_q _q _q _q _q _q _q _q `q (`q B`q R`q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdCuU $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   R`q l`q `q `q `q                                                                                                                                                                                                                                                                     	  $If   gd_  S  kduU $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  `q `q `q `q `q `q aq aq aq aq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdgvU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	aq aq                                        kd!wU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aq !aq aq aq bq Tbq bq bq bq bq cq Ycq                                                                                                 f                                                   kduxU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Ubq bq bq bq bq cq cq Xcq Ycq Zcq rcq |cq }cq ~cq cq cq cq cq cq cq cq cq dq þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Ycq Zcq cq cq cq cq cq cq cq cq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/yU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	cq cq                                        kdyU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cq dq dq dq eq ceq fq fq fq fq fq                                                                                                 Y                              kd={U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
dq dq dq eq eq ceq fq fq fq fq fq fq gfq hfq ifq fq fq fq fq fq fq fq fq gq gq gq νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  fq hfq ifq fq fq fq fq fq fq gq gq gq             s                                                                                                                                                                 kd{U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  gq gq                                        kd|U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gq gq gq hq Ohq hq 7iq 8iq 9iq Jiq iq                                                                                     Y                                          kd~U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
gq gq gq hq 5iq 7iq 8iq 9iq Iiq Jiq iq iq iq iq iq iq &kq (kq )kq *kq :kq ;kq kq kq kq kq kq kq kq kq kq kq ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 iq iq iq iq iq iq iq iq iq 
jq 'jq 7jq Qjq kjq sjq jq jq                                                                                                                                                                                                         	  $If   gd_  S  kd~U $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  jq jq jq jq jq 
kq 'kq (kq )kq                                                                                                                                                                                                                                                 	  $If   gd_  S  kdQU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )kq *kq ;kq kq |            s            s                                                                                                                                                                                           	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kq kq kq kq kq kq kq lq lq lq lq |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
kq kq kq kq lq lq lq #lq lq nq nq nq nq nq nq nq oq Ioq oq oq oq oq oq oq oq qq qq ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  lq lq                                        kdeU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lq #lq lq <mq xmq mq nq nq nq nq nq                                                                                                 f                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
nq Ioq oq oq oq oq oq oq pq pq /pq Ipq cpq tpq pq                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdsU $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  pq pq pq pq pq pq qq qq ,qq Fqq `qq qqq qq qq qq qq qq                                                                                                                                                                                                                            S  kdU $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  qq qq qq qq qq rq "rq 5rq Hrq [rq \rq ]rq             s                                                                                                                                                                 kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  qq qq qq qq qq qq qq qq qq qq qq rq rq Zrq [rq ^rq grq +sq Zsq [sq sq sq 5tq 6tq uq 0uq uq uq vq vq vq vq Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ]rq ^rq                                        kdQU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^rq grq +sq sq sq 6tq itq tq 2uq uq uq vq vq vq vq )wq xwq wq wq wq xq Kxq wxq xq xq                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  vq vq wq xq xq xq xq xq xq xq xq xq xq xq -yq 3yq 4yq <yq >yq {q {q {q {q ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   xq xq xq -yq 4yq =yq |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =yq >yq Fyq [yq pyq yq yq yq yq yq yq zq !zq ;zq Lzq fzq nzq zq                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_U $If   K$L$l 0                     x                
t                                4   4 
l a   zq zq zq zq zq zq {q {q 8{q I{q c{q t{q {q {q {q                                                                                                                                                                                                                   	  $If   gd_  S  kdU $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {q {q {q {q {q {q {q |q |q |q |q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{q {q {q {q {q {q {q {q {q |q |q |q %|q |q }q }q -~q B~q ~q ~q q q q %q Ȁq ݀q ހq ߀q q *q ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ |q |q                                        kdKU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |q %|q |q }q E~q ~q ~q 5q q (q ߀q q &q Eq dq q q q ށq q  q                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  *q =q Iq \q q q Áq ցq q q q q q q  q !q 1q 2q vq |q }q q q ̈́q τq Єq фq q q q q ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   q !q 2q vq }q q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q łq ׂq q q q -q Dq [q lq q q q q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdYU $If   K$L$l 0                                     
t                                4   4 
l a   q q Ńq ׃q q q q )q @q Qq hq q q q q ΄q τq                                                                                                                                                                                                                            S  kdU $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  τq Єq фq q q 
q  q 3q Fq Yq [q \q             s                                                                                                                                                                 kd}U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q q q 
q Xq Yq ]q fq xq q @q rq q sq q q 
q aq q Hq ]q q q ;q ߍq 6q Kq q wq q q q q 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !\q ]q                                        kd7U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]q fq xq @q q q q Hq q q q -q _q q q q q Nq Oq Vq q q                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  q 3q sq q q q q /q Nq mq nq q                                                                                                             f                                       kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  q q q 'q 3q Fq Rq eq lq nq ~q q q Ñq đq q q q q q q q q -q .q /q ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  q Ñq đq q q q q q             s                                                                                                                                                                                     kdEU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q *q Lq nq q q q Ւq q q .q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  .q /q @q sq q |            s            s            s                                                                                                                                                                          	  $If   gd_   kdSU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /q ?q @q q q q q q q q q q Փq q Εq q q 3q Gq kq q q Ɩq q q יq q q q iq lq q q ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  q q q q Փq q q q q 4q lq q q |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd
U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q Wq Xq q Qq Rq q q ֙q יq q kq lq q q q Qq q q <q =q Gq Rq q q q                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  q q q q ,q Pq dq q q q q <q =q Rq q q q q q q q q q q Üq ՜q ֜q q q q q q q q q dq q q q q q õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (q q                                        kdǒU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q Üq ֜q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  q q                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q dq q q q 
q $q [q q q q                                                                                                             f                                       kdoU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  q q q Şq ƞq ٞq q q q q q             s                                                                                                                                                                      kd)U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
q q q q q q Ğq Şq ƞq ؞q ٞq q q q q q q `q aq q q q q q q q q q q q  q !q 3q 4q Fq Gq lq mq ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %q q                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q =q aq q q q q                                                 f                                                                                                                       kd7U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  q q  q !q 4q Gq Zq mq oq pq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	pq qq                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mq qq zq q q >q ?q @q Pq Qq Rq Sq kq uq vq zq {q |q q q q q ǡq ȡq ̡q աq q q {q |q q 	q 
q q q q q *q 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %qq zq q q ?q @q Qq Rq                                                 f                                                                                                                       kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Rq Sq {q |q q q q ȡq ʡq ˡq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ˡq ̡q                                        kdsU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̡q աq q |q 	q 
q q q                                                 f                                                                                                                       kdǝU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  q q q Oq ۣq ܣq q q 5q -q .q bq q |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *q .q Oq ڣq ۣq ܣq q q q 5q q .q bq uq q q ڥq q q q &q 8q 9q Wq Xq kq q q ڦq ۦq q q ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  q ۥq q Xq q ۦq  q gq q q q 
q q "q Uq _q iq                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  q 3q fq zq q ɧq 
q q 
q "q Tq Uq _q iq jq q q q q q q q q ʨq ˨q q q 
q q q #q շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\iq jq                                        kd;U $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               jq q q q ˨q ިq q q 	q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  	q 
q                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
q q q q ũq q q 4q vq wq q q                                                                                                 f                                                   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  #q q q q q +q 4q ;q Aq uq vq wq q q q q q q q q q êq Ūq ڪq ۪q q q q q ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ q q Īq Ūq ۪q q q q                                                             R            I                                   	  $If   gd_ Q  kd*U $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ q q q q *q =q Pq cq eq fq |q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
q q q q q q q )q *q <q =q bq cq }q q q q q ¬q ̬q ͬq q q q 7q @q Gq Mq ^q _q ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ |q }q                                        kdqU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               }q q q q Aq ^q wq q ¬q ͬq q q q @q _q `q                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  _q `q aq qq rq uq {q q q q q q q q q q q q q  q q "q #q 'q (q )q ;q <q Nq Oq tq uq yq пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  `q aq rq q q q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdťU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q q                                     R            I                                                                     	  $If   gd_ Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   q  q (q )q <q Oq bq uq wq xq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	xq yq                                        kdSU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               yq q q q Sq eq q q ʯq q 7q ;q <q =q                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
yq q q q q q q q ɯq ʯq ݯq q q q q q 6q 7q :q ;q <q =q >q Nq Oq Rq gq pq zq {q زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 =q >q Oq |q |            s            s                                                                                                                                                                                           	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {q |q }q q q q q q q q q ˰q ̰q q q q q  q q mq nq q  q bq βq زq ٲq q q ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    |q }q q q q ̰q ߰q q q q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q q                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               q q nq q q Pq q q βq ٲq q #q eq fq                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
q q q "q #q *q 0q dq eq fq gq wq xq {q q q q q q q q q ϳq 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  fq gq xq q |            s            s                                                                                                                                                                                           	  $If   gd_   kdoU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q ϳq гq q ´q q q .q q յq ֵq |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd)U $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ϳq ܳq q q ´q q q q .q q ֵq q q q q q Fq Gq Sq Wq q q q q #q Kq q Kq Wq [q q 9q :q tq uq q q q q q q %q )q Uq q ;q ξq q ]q q q /q q ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4ֵq q q q q Fq Gq q q q q Kq q Jq Kq q :q tq uq q \q ]q q q üq Ӽq q q q Uq                                                                                                                                                                                                                                                                                                                                                                   gd_  Uq q ξq q ]q q q /q q q q _q `q kq wq q q q q                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  q q q ^q _q kq q q q q q q q q  q q q >q uq q q Sq q q q q q 6q mq nq q q q q q q q Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $q q q q q q q q q M            H            H            H            H            H            H            H                   gd_   kdU $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   q q q q q q q q                                                 _            V            V                                                             	 $If   gd_    kdU $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  q q q  q                                                                                                                                                                                                                                                          	 $If   gd_  o  kdVU $$If   l       0   T# T                 .                
t  0                                                              4 
l al   q q q 
q q $q ,q 8q                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdU $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8q 9q >q uq zq 2            )            )            )                      	 $If   gd_    kdU $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     zq q q q q q Mq             [                                                                                                                                           kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Mq Nq Sq q q q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q q q q q 0q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdOU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0q 1q 6q nq sq q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q q q q q q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q q q q Tq Yq eq d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  eq fq iq sq n            e            e                                                                                                                                                               	 $If   gd_    kdsU $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           sq tq wq q                                                                                                                                                                                                                                                	 $If   gd_  t  kdHU $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  q q q q q q q q q                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdU $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  q q                                             kdU $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          q q q q q q q q                                                             A                                  kd۹U $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  q q q q q q q q                                                 A                                              kdU $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  q q q q q q q                                     A            <            7                  gd_    gd_    kdU $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  q q q q q q q q 	q q                                                                                                                                                                                                                                                   E  kdxU $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	q q q q q q q q q q q q q q q +q ,q Kq Lq Nq Oq {q |q q q q q q q q q q q q q q q ^q _q jq kq {q |q 춥x                          /jU hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *q q 
q q q q q                                     a                                                                                                                             E  kd6U $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd׼U $$If   l 0 
" R                                                           4 
l a   q q 'q +q ,q ?q Kq                                     a                                                                                                                             E  kdU $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU $$If   l 0 
" R                                                           4 
l a   Kq Lq Mq Nq Oq aq {q                                     a                                                                                                                             E  kdU $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdSU $$If   l 0 
" R                                                           4 
l a   {q |q q q q q q                                     a                                                                                                                             E  kdpU $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU $$If   l 0 
" R                                                           4 
l a   q q q q q q q                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdϿU $$If   l 0 
" R                                                           4 
l a   q q q q q q l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd.U $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   q q q q q q q q q q q l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdU $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
|q q q vq wq q q q q q q q q q q q )q *q qq sq ~q q q q q q q q q q Qq Sq Tq `q aq q q q q "q 7q Wq |q q q q :q ;q Mq ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jU hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0q q q q q *q rq sq q q                                                                                                                                                                                                                                                       S  kdxU $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	q q q  q q q Rq                                     N                                                                                       S  kdU $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd
U $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Rq Sq Tq aq q 0q q q q q q q q `q q ,q q q bq                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd.U $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   bq cq "q }q q q q :q ;q Nq q q q q q oq q q q q q q q q q q q 5q                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Mq Nq q q q q q q q q q q q q q q q q 5q Kq Oq \q ]q q q q q q q q q q q  q !q %q &q cq dq oq ۵۵۵ۭۜۋzrgrrr       jU h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '5q Aq Pq \q ]q q q q                                     j                                                                                                                                           kdU $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  q q q Qq Vq q q q q zq q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd2U $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
q q q q (q xq yq q q iq jq q q 1q 2q q q q q q q q Lq q q q q                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  oq pq qq uq vq yq q q hq q q q q q q q q q q q q q q q q q cq lq uq q q q }q ~q ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jrU hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjU h_ U !q ~q q q q q q                                                 e                                                                                                                        F  kdLU $$If   l   l '{6    4   4 
l a] p
        F  kdU $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ~q q q q q q q q q q q "q #q 9q :q Uq Vq rq sq q q q q q q q q q q #q $q %q &q 'q q q q sq q q q q q q q oq q q q q 8q nq ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3q q q q q q q                                                             5            v  kd2U $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdU $$If   l   l '{6    4   4 
l a] p
         q q q q q q q q                                     t                                                                                                                                                             v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  q q q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q "q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "q #q 1q 3q 9q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9q :q Mq Oq Uq                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Uq Vq kq mq rq                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         rq sq q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q #q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0U $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #q $q %q &q 'q q q q Zq tq q q q 	q =q                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdU $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =q Qq q q q q q 6q jq q q q q q 9q mq nq oq pq q q q q q q q q q Gq Hq                                                                                                                                                                                                                                                                                                                                                                   gd_  nq pq zq q q q q q q q .q Fq fq iq q q q q 8q cq q q q q q (q )q Oq Pq mq nq q пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Hq fq tq q q q q q q q "q 8q Nq dq eq q q q q q q (q                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  (q )q                                     kdU $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               )q Pq mq nq q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	q q q q q q q q q q xq zq q q q q q q q q q q q q q q 1q 2q 3q 4q Yq Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ q q                                     kdU $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               q q q q  q !q Eq aq bq wq xq yq zq q                                                                                                                                     q                            kd4U $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
q q q q q q q q q             q            l                                                                                                                                                       gd_    kdU $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  q q                                     kdU $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               q q q q q q 3q Oq Pq bq q q q q q q  q                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_   q q q 2q z            q            q                                                                                                                                                                                       	  $If   gd_    kdU $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       2q 3q 4q [q \q ]q ^q _q z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdU $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Yq Zq [q `q iq q q q q #q $q &q Rq Sq Xq aq q q q q q q `q bq rq sq q q q q q  q Bq Cq vq ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "_q `q                                     kdU $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               `q iq q q q q q q q q q q $q                                                                                                             q                                                         kdU $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  $q %q &q Sq Tq Uq Vq Wq z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdU $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Wq Xq                                     kdPU $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Xq aq q q `q aq bq sq q                                                             q                                                                                                                             kdU $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  q q q q q Cq wq q q q q z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kddU $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
vq wq q q q q q q q q q 9q Nq Oq q q "q q q q q jq }q q q q q q q q q q q 9q Iq Jq ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  q q                                        kd/U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q 9q Oq Qq q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q $q %q aq bq qq q q q q jq q                                                                                                 s                                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q q q q q q |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q                                        kdKU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q 8q 9q Jq kq                         s                                                                                                                                                                                   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Jq jq kq lq mq nq pq q q r  r 7r wr r r r vr r r r r r "r Ar r r r r _r ~r r 
	r 	r 	r 
r '
r r %r r r r 4r r r 
r 
r о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -kq lq mq nq oq pq q = r > r  r  r  r  r  r |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdYU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 r  r 
r !r 9r Pr }r ~r r r 4r 5r r  r 7r Lr wr r r                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r !r &r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &r 'r 1r 6r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6r 7r Br Gr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gr Hr Rr Wr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wr Xr Yr vr r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r $r )r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )r *r 4r 9r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9r :r Er Jr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jr Kr Ur Zr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zr [r \r r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r "r 0r @r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @r Ar Lr Qr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qr Rr \r ar             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ar br mr rr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rr sr }r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r kr r r r r                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r  r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r !r &r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &r 'r 1r 6r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6r 7r 8r _r mr }r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }r ~r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r r 	r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 
	r 	r 	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r (	r -	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -	r .	r 9	r >	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >	r ?	r I	r N	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N	r O	r P	r 	r 	r 	r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r 	r 	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r 	r 	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r 	r 	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r 	r 	r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	r 	r 	r 
r 
r &
r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &
r '
r 2
r 7
r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7
r 8
r B
r G
r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G
r H
r S
r X
r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X
r Y
r c
r h
r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h
r i
r j
r 
r 
r r r $r                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $r %r 0r 5r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5r 6r @r Er             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Er Fr Qr Vr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vr Wr ar fr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fr gr hr r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r #r 3r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3r 4r ?r Dr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dr Er Or Tr             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tr Ur `r er             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   er fr pr ur             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ur vr wr r r r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r 
r 8
r ]
r 
r 
r 
r 
r 
r 
r 
r 
r r                                                                                                                                                                                        gd_  z  kddV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
r 
r 
r %r r r r r r r r r )r 3r 4r fr gr xr r r r r r r r r r r r Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  r r r r r r r r )r 3r                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	3r 4r                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4r gr r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  r r                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r r 5r 6r r r r >r Nr _r or pr r                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  r r r r r )r Br qr |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdkV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r r r r r r pr qr rr r r r r r r Rr Tr dr er r r r 0r Hr ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j%V h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  qr rr r r r r r |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r                                        kddV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r r lr r r r r %r :r Rr Sr                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Sr Tr er r |            s            s                                                                                                                                                                                           	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r r Hr r r r r 0r 1r  r !r |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdr	V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Hr r r r r /r 0r 1r Or r r r 
r r !r 6r hr ir sr }r ~r r r r r r r r r r 4r 5r Xr Zr jr kr {r ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $!r +r 6r ir sr }r                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  }r ~r                                        kd,
V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~r r r r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  r r                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r Hr Ir Xr ir r r  r r r r r r 4r 5r Yr                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Yr Zr kr r r mr r r |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {r |r r r r r r r r r 7r lr r r r r r r r r ?r r r r r r ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j
V h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  r r r r r r r r r r r r |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r ,r -r 7r Ar Br gr hr r r r r r r 'r dr r r r r r r r r r r r r &r 'r 2r fr ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !r r -r 7r Ar                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Ar Br                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Br hr r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  r r                                        kd!V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r r 0r 1r r r r r r                                                                                                 Y                              kduV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
r r  r r r 2r r r !"r ""r $r $r             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd/V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  fr gr rr sr r r r r r r $r $r %r &r ?)r Q)r -r 2-r h-r j-r -r -r  .r !.r #.r $.r .r .r u/r /r /r 00r 0r 1r 1r 1r 2r 2r S4r z4r 4r 4r 4r 4r 5r 5r ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j.V hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jV hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -$r %r %r &r I'r J'r 
(r (r >)r ?)r Q)r *r *r -r -r 4-r -r !.r $.r .r .r u/r /r /r /r 0r 0r                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  0r 00r 10r 60r >0r C0r             f                                                                                                                                                                      kdPV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  C0r D0r I0r Q0r ]0r o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ]0r ^0r c0r j0r o0r o            f            f            f                                                                                                                                                	  $If   gd_    kd,V $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o0r p0r u0r |0r 0r o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0r 0r 0r 0r 0r o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0r 0r 0r 0r 0r o            f            f            f                                                                                                                                                	  $If   gd_    kdvV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0r 0r 0r 0r 0r o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0r 0r 0r 0r 0r o            f            f            f                                                                                                                                                	  $If   gd_    kdRV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0r 0r 0r 0r 1r 1r 2r 2r ~4r 4r <5r =5r 5r o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5r 5r 5r 5r 5r >r >r Ar Ar Gr Gr bJr Jr Kr Kr Kr Kr Kr Kr Lr Lr Lr Mr  Mr *Mr 4Mr 5Mr AMr bMr cMr Mr Mr Mr Mr Mr oOr qOr Or ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %5r 5r 6r 6r 6r 6r l7r m7r 7r 9r 9r :r :r :r e<r f<r  =r >r >r ?r ?r @r Ar Ar Ar +Ar <Ar                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  <Ar MAr ^Ar oAr Ar Ar Ar Ar Ar Ar Ar Ar Cr Cr Cr Cr 1Dr 2Dr Gr Gr Gr Gr Hr nHr oHr Hr Hr )Ir YIr                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  YIr ZIr Ir Ir bJr cJr Jr Kr Kr Kr Lr Lr Lr Lr  Mr *Mr 4Mr                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  4Mr 5Mr                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5Mr cMr Mr Mr Mr Mr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Mr Mr                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mr Mr Mr Mr Nr <Nr zNr Nr Nr Nr Nr Or oOr pOr                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
pOr qOr Or Or |            s            s                                                                                                                                                                                           	  $If   gd_   kdQV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Or Or Or Or Or Or Or Or Or Or Or 0Pr 1Pr ;Pr EPr FPr RPr sPr tPr Pr Pr Pr Pr Pr 0Rr Rr ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Or Or Or Or Or Or Or Or 1Pr ;Pr |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;Pr EPr                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  EPr FPr                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               FPr tPr Pr Pr Pr Pr Pr                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Pr Pr                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Pr Pr Pr Pr Qr EQr Qr Qr /Rr Rr Rr Rr                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Rr Rr Rr Rr Rr Rr Rr Rr Rr Rr Rr Sr Sr Sr 'Sr (Sr 4Sr USr VSr }Sr ~Sr Sr Sr Sr Ur ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Rr Rr Rr Rr |            s            s                                                                                                                                                                                           	  $If   gd_   kdmV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Rr Rr Rr Rr Rr Sr Sr 'Sr |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd'V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'Sr (Sr                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (Sr VSr |Sr }Sr ~Sr Sr Sr Sr                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Sr Sr                                        kd5!V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sr Sr Sr Sr Sr )Tr iTr Tr Ur |Ur Ur Ur                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ur |Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur Ur #Vr $Vr .Vr 8Vr 9Vr EVr fVr gVr Vr Vr ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Ur Ur Ur Ur |            s            s                                                                                                                                                                                           	  $If   gd_   kd"V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ur Ur Ur Ur Ur Ur Ur $Vr .Vr 8Vr |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdC#V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8Vr 9Vr                                        kd#V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9Vr gVr Vr Vr Vr Vr Vr Vr                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Vr Vr Vr Vr Xr Xr #Xr $Xr *Xr 1Xr 2Xr 3Xr 4Xr IXr {Xr |Xr Xr Xr Xr Xr Xr Xr Xr Xr Xr Xr îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Vr Vr                                        kdQ%V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vr Vr Vr Vr Wr >Wr }Wr Wr Wr Xr Xr Xr                                                                                                                         f                           kd&V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Xr $Xr 2Xr 3Xr 4Xr >Xr IXr |Xr Xr Xr                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd_'V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Xr Xr                                        kd(V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xr Xr Xr Xr Xr Xr Xr                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Xr Xr Xr Xr Zr Zr Zr Zr Zr Zr Zr Zr Zr Zr Zr Zr Zr Zr [r D[r E[r O[r Y[r Z[r f[r [r п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Xr Xr                                        kdm)V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xr Xr 7Yr CYr jYr Yr Yr Yr Zr ;Zr Zr Zr                                                                                                                         f                           kd*V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Zr Zr Zr Zr Zr Zr Zr [r [r E[r                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd{+V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	E[r O[r Y[r                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Y[r Z[r                                        kd5,V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z[r [r [r [r [r [r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [r [r [r [r [r [r \r \r \r ]r ]r ]r ]r ]r &^r '^r (^r )^r *^r +^r 7^r ;^r [^r A`r T`r ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 [r [r                                        kd-V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [r [r \r \r \r \r 1]r ]r ]r ]r &^r                                                                                     s                                                                                              kd.V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
&^r '^r (^r )^r *^r +^r [^r `r 
`r A`r `r `r `r 9ar |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd/V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
T`r `r `r `r `r `r ar 8ar Lar ar ar ar ar ar %br &br 0br :br ;br Sbr ]br ^br _br bbr cbr br br br br br br br br br õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !9ar ar ar ar ar ar &br 0br :br                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  :br ;br                                        kdQ0V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;br cbr br br br br br br br                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  br br                                        kd1V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               br br ]cr pcr cr cr cr cr cr cr cr                                                             f                                    [            [                     
  $If   gd_ K$  kd2V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
br ]cr cr cr cr cr cr cr cr cr cr cr cr cr cr cr dr dr dr dr dr dr .dr 8dr 9dr :dr <dr =dr >dr `dr adr ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ cr cr dr dr dr dr                                     R            I                                                                     	  $If   gd_ Q  kd@4V $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3V $If   K$L$l 0                                     
t                              4   4 
l a   dr dr >dr adr tdr dr dr dr dr dr |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	adr dr dr dr dr dr 7er 8er 9er :er Jer Ker |er er er er er er er er er er er er ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J dr dr                                        kd5V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dr dr dr 
er 8er 9er :er Ker |er er er                                                             f                                    [            [                     
  $If   gd_ K$  kd6V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
er er er er er er er                                     R                                                                                              Q  kd"8V $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7V $If   K$L$l 0                                     
t                              4   4 
l a   er er er er er er                                     R            I                                                                     	  $If   gd_ Q  kd<9V $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd8V $If   K$L$l 0                                     
t                              4   4 
l a   er er er fr fr +fr >fr Qfr Rfr Sfr |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	er er er er er er er er fr fr Pfr Qfr Tfr ]fr Ngr Ogr hr hr 5hr 6hr 7hr 8hr Hhr Ihr Jhr hr hr hr ir ir ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Sfr Tfr                                        kd:V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tfr ]fr fr <gr Ogr 5hr 6hr 7hr 8hr Ihr ir                                                                                     Y                                          kd;V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ir 
ir ir ir ir 4ir Iir [ir uir ir ir ir ir ir ir jr jr 1jr                                                                                                                                                                                                                      	  $If   gd_  S  kd<V $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ir 
ir ir ir jr jr jr jr jr jr jr jr jr jr jr jr jr $kr %kr (kr 1kr =kr kr &lr =lr >lr ?lr @lr ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  1jr Kjr [jr ujr jr jr jr                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd#=V $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  jr jr jr jr jr kr %kr &kr 'kr |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd=V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'kr (kr                                        kdo>V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (kr 1kr kr kr >lr ?lr @lr Qlr lr lr lr                                                             f                                    [            [                     
  $If   gd_ K$  kd?V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
@lr Plr Qlr olr wlr lr lr lr lr lr #nr %nr &nr 'nr ?nr Inr Jnr Knr Mnr Nnr Onr \nr fnr gnr nr nr nr nr Eor or ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 lr lr lr lr lr lr 
mr $mr 4mr Nmr hmr pmr mr mr mr mr mr mr                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd}@V $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   mr 
nr $nr %nr &nr                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdAV $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  &nr 'nr Onr gnr znr nr nr nr nr nr |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	nr nr                                        kd[BV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nr nr Eor bor or or pr pr pr pr pr pr                                                                                                 f                                                   kdCV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  or pr pr pr pr pr pr pr pr pr qr qr qr qr qr qr  qr 8qr 9qr qr qr qr qr þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ pr pr  qr 9qr ^qr qqr qr qr qr qr |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdiDV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	qr qr                                        kd#EV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qr qr Mrr urr rr sr sr sr sr sr sr                                                                                                 Y                              kdwFV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
qr Lrr Nrr rr rr sr sr sr sr sr sr sr tr tr tr tr )tr *tr +tr -tr .tr /tr 0tr tr tr tr νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  sr tr tr /tr 0tr Utr htr {tr tr tr tr tr             s                                                                                                                                                                 kd1GV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  tr tr                                        kdGV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tr tr ur ur ur 6vr vr vr vr vr ;wr                                                                                     Y                                          kd?IV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
tr tr ur 6vr vr vr vr vr vr vr ;wr <wr Bwr Cwr Kwr Mwr xr xr xr xr xr xr +yr ,yr -yr Eyr Oyr Pyr Qyr Syr Tyr Uyr ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ;wr <wr Cwr Lwr Mwr Uwr jwr wr wr wr wr wr wr 	xr xr &xr ;xr                                                                                                                                                                                                         	  $If   gd_  S  kdIV $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;xr Mxr gxr xr xr xr xr xr xr                                                                                                                                                                                                                                                 	  $If   gd_  S  kdJV $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  xr xr xr ,yr |            s            s                                                                                                                                                                                           	  $If   gd_   kdKV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,yr -yr Uyr Vyr iyr |yr yr yr yr yr yr |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdKV $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Uyr Vyr hyr iyr yr yr yr yr zzr j|r k|r l|r ||r }|r |r |r |r |r -}r a}r c}r i}r j}r r}r t}r mr or ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  yr yr                                        kdLV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yr yr zzr zr {r *{r {r j|r k|r l|r }|r                                                                                                 f                                                        kdMV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
}|r |r c}r j}r s}r t}r |}r }r }r }r }r }r ~r ~r ,~r                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdNV $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ,~r F~r W~r q~r y~r ~r ~r ~r ~r ~r ~r r )r Cr Tr nr or                                                                                                                                                                                                                            S  kd?OV $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  or pr qr r r r r r r r r r             s                                                                                                                                                                 kdOV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  or pr q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 ir ~r r r Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ r r                                        kdPV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r ɀr  r r ԁr r Zr Ђr %r r *r r r r Ǆr r -r ]r r r r r Ar ur                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  r r r r r r Er Xr \r tr ur vr r r ˆr цr ҆r چr ܆r +r -r .r /r ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ur vr r ˆr ҆r ۆr |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۆr ܆r r r r #r 5r Or ir zr r r r هr r r r !r                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdRV $If   K$L$l 0                     x                
t                                4   4 
l a   !r 6r Kr ]r wr r r r ֈr r r r ,r -r .r                                                                                                                                                                                                                   	  $If   gd_  S  kd+SV $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  .r /r Wr Xr kr ~r r r r r r |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdSV $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/r Gr Qr Rr Vr Wr Xr jr kr r r r Ér r r zr ˋr r Ar Vr 2r Gr r Ír fr {r |r }r r Ȏr ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ r r                                        kdTV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r Ér r {r r Yr fr ӌr Jr ƍr }r r Ďr r r 'r >r ]r |r r r                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Ȏr ێr r r Br Ur ar tr r r r r r r r r Ϗr Џr r r r #r %r kr mr nr or r r r r ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  r r Џr r r $r |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdUV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $r %r -r ?r Qr cr ur r r r ːr r r 
r  r 1r Hr Ir                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdVV $If   K$L$l 0                                     
t                                4   4 
l a   Ir Qr cr ur r r r Ǒr ޑr r r r .r Dr Ur lr mr                                                                                                                                                                                                                            S  kd%WV $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  mr nr or r r r r ђr r r r r             s                                                                                                                                                                 kdWV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  r r r r r r r r r r Hr ޔr r r r -r r r r r r r r Ur ٚr }r ԛr r r r (r 4r Gr r 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !r r                                        kdqXV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r ޔr r .r r r 1r Pr r ˗r r r 8r Wr r r r r r r                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  r ѝr r 0r Or r r ͞r r r r r                                                                                                             f                                       kdYV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  r r r Şr ўr r r r 
r r r r `r ar br r r r r r r r r ˠr ̠r ͠r ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  r ar br r r r r r             s                                                                                                                                                                                     kdZV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  r r                                        kd9[V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r ȟr r r .r /r Qr sr r r ̠r                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ̠r ͠r ޠr r 6r |            s            s            s                                                                                                                                                                          	  $If   gd_   kd\V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ͠r ݠr ޠr 5r 6r 7r 8r 9r Er Ir Mr Tr sr Yr lr r r ѣr r 	r r Pr dr r r ur r r r r 
r >r Qr ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  6r 7r 8r 9r sr #r %r Yr r ңr 
r Qr r |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdG]V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r Hr r r r r tr ur r 	r 
r >r r r r 6r r کr ۩r r r #r -r 7r                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Qr r r r ʨr r r 5r Ir r r کr ۩r r "r #r -r 7r 8r Pr Zr [r _r `r ar sr tr r r r r r r r r r &r 'r (r 8r 9r õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (7r 8r                                        kd^V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8r `r ar tr r r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  r r                                        kdU_V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r %r \r r r «r r 'r (r 9r                                                                                                             f                                       kd`V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9r :r ;r cr dr wr r r r r r             s                                                                                                                                                                      kdcaV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
9r :r ;r Sr ]r ^r br cr dr vr wr 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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %r r                                        kdbV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r ۬r r r r r r                                                 f                                                                                                                       kdqcV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r r r r ҭr r r r 
r r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+dV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r r                                        kddV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r Yr Zr ܮr ݮr ޮr r r r r 	r r r r r r ,r -r ?r @r er fr jr sr r r r r r r r r r r r Ȱr 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %r r 6r Zr ݮr ޮr r r                                                 f                                                                                                                       kd9fV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r r r r -r @r Sr fr hr ir |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdfV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ir jr                                        kdgV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jr sr r r r r r r                                                 f                                                                                                                       kdiV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r r r r yr zr r r ӱr ˲r ̲r  r Br |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdiV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ȱr ̰r r xr yr zr r r r ӱr -r ̲r  r r Br Ur xr r r r ĳr ֳr ׳r r r 	r 7r Jr xr yr r r ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Br yr r r 7r yr r r Tr r r r r r r r r                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  r Ѵr r r Sr gr r r r r r r r r r  r *r +r /r 0r 1r 9r Vr hr ir r r r r r r շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\r r                                        kdujV $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r 0r 1r Vr ir |r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  r r                                        kdkV $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r r  r Qr cr r r ҷr r r &r Sr                                                                                                 f                                                   kdmV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  r  r r r r ɷr ҷr ٷr ߷r r r r %r &r )r >r Gr Qr Sr Yr Zr ar cr xr yr r r r r ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Sr Zr br cr yr r r r                                                             R            I                                   	  $If   gd_ Q  kddnV $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdmV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ r r r r ȸr ۸r r r r r r |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdnV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
r r r r r r r Ǹr ȸr ڸr ۸r  r r r $r %r 4r r `r jr kr r r r պr ޺r r r r r ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ r r                                        kdoV $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r $r r r ߹r r r (r `r kr r r r ޺r r r                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  r r r r r r r Dr Jr Kr Rr Tr ]r r r r r r r r r r r Żr ƻr ǻr ٻr ڻr r r r r r пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  r r r Dr Kr Sr |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdpV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sr Tr r r r r                                     R            I                                                                     	  $If   gd_ Q  kdFrV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdqV $If   K$L$l 0                                     
t                              4   4 
l a   r r ƻr ǻr ڻr r  r r r r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdrV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r r                                        kdsV $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r  r r r r r >r Ir hr r սr ٽr ڽr ۽r                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
r  r !r 0r r >r Hr Ir gr hr {r r r r r r Խr սr ؽr ٽr ڽr ۽r ܽr r r r r r r r زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ۽r ܽr r r |            s            s                                                                                                                                                                                           	  $If   gd_   kdtV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r 3r =r >r Br Cr Dr Vr Wr ir jr r r r r r r r r r r  r lr vr wr r r ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    r r Cr Dr Wr jr }r r r r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kduV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r r                                        kdUvV $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r r r Ir r r r 1r lr wr r r r r                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
r r r r r r r r r r r r r r .r 7r Ar Br Cr Dr Er Fr mr 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  r r r Cr |            s            s                                                                                                                                                                                           	  $If   gd_   kdwV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Cr Dr Er Fr mr nr r `r r r r 8r sr tr |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdcxV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
mr zr ~r r `r r r r r 8r tr 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 Fr r r r r r r =r kr lr r r 8r r r %r ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4tr r #r r r r r r r r r r r r r &r r r r Fr r r 0r Er ar qr r r r r                                                                                                                                                                                                                                                                                                                                                                   gd_  r =r lr r r 8r r r %r dr r r r 	r r $r 0r Cr Gr                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  %r r r r r 	r r #r Cr Fr Gr Nr Or r r r r r r tr r r 'r (r r r r r r r >r kr lr qr r r Lr Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Gr Hr Ir Jr Kr Lr Mr Nr Or M            H            H            H            H            H            H            H                   gd_   kdyV $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Or cr jr or r r r r                                                 _            V            V                                                             	 $If   gd_    kdyV $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  r r r r                                                                                                                                                                                                                                                          	 $If   gd_  o  kdzV $$If   l       0   T# T                 .                
t  0                                                              4 
l al  r r r r r r r r                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd-{V $$If   l       0   T# T                 .                
t  0                                                              4 
l al  r r r r r 2            )            )            )                      	 $If   gd_    kd{V $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     r nr or tr r r r             [                                                                                                                                           kd|V $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  r r r (r ,r ~r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd}V $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~r r r r r r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~V $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r r r r r 8r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdRV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8r 9r >r lr qr r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r r r r r r r d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r r r r n            e            e                                                                                                                                                               	 $If   gd_    kdV $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           r r r r                                                                                                                                                                                                                                                	 $If   gd_  t  kdV $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  r r  r 1r 6r >r Er Lr Xr                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdV $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Xr Yr                                             kdV $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Yr dr hr or vr wr xr yr                                                             A                                  kdV $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  yr zr {r |r }r ~r r r                                                 A                                              kdV $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  r r r r r r r                                     A            <            7                  gd_    gd_    kdӆV $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  r Mr Nr gr hr r r r r r                                                                                                                                                                                                                                                   E  kdV $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Lr Mr Nr Tr Ur gr hr r r r r r r r r r r r r r r r r 2r 3r Jr Kr Lr Pr Qr nr or pr |r }r r Wr r r r 	r r r 춥x                          /jV hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *r r r r r r r                                     a                                                                                                                             E  kdpV $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdV $$If   l 0 
" R                                                           4 
l a   r r r r r r r                                     a                                                                                                                             E  kd.V $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdψV $$If   l 0 
" R                                                           4 
l a   r r r r r r r                                     a                                                                                                                             E  kdV $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdV $$If   l 0 
" R                                                           4 
l a   r r %r 2r 3r =r Jr                                     a                                                                                                                             E  kdV $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdKV $$If   l 0 
" R                                                           4 
l a   Jr Kr Lr Mr Nr Or Pr                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd	V $$If   l 0 
" R                                                           4 
l a   Pr Qr ^r _r mr nr l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdhV $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   nr or pr }r r Vr Wr Ir Jr !r "r l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd&V $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
r r r r r  r !r 1r 2r 6r 7r 9r ar br r r r r r r r r dr fr xr yr r r r r r r r r r nr or {r r r r r r #r {r |r r r r ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jKV hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0"r 9r Br br r r r r r er                                                                                                                                                                                                                                                       S  kdV $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	er fr yr r r r r                                     N                                                                                       S  kd֎V $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdDV $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   r r r r 7r r r r xr yr nr or {r r Yr r 0r r  r                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdhV $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    r r r r {r |r r r r r Rr Sr dr r r 
r /r Hr dr ~r r r r (r )r r r r                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  r r cr dr tr |r Qr Sr dr r r r ir r r 'r )r Hr r r r r r Kr Lr ar br r r r r r r r r r r r r 
r ۵۵۵ۭۜۋzrgrrr       jސV h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'r r r r r Lr br r                                     j                                                                                                                                           kdV $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  r r r r r 3r r r r r Ur s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdlV $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Ur r tr ur r r r br cr r r `r ar r r r r Tr Ur or r 0r r 1r 2r r r                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  
r r r r r r br cr r _r !r r /r 0r ;r <r Lr Mr Qr Rr Sr Tr Ur ^r or r r 
r r 3r 1r r r r ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jV hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjEV h_ U !r r  r !r 7r 8r Lr                                                 e                                                                                                                        F  kdV $$If   l   l '{6    4   4 
l a] p
        F  kdV $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  r !r Nr rr sr vr wr }r ~r r r r r r r r r r r -r .r Or Pr gr hr ~r r r r r r r r r r r r r Fr _r r r r (r :r 
r %r Zr r r r r ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Lr Mr Nr Wr er rr sr                                                             5            v  kdlV $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdV $$If   l   l '{6    4   4 
l a] p
         sr tr ur vr wr {r |r }r                                     t                                                                                                                                                             v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  }r ~r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdgV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r 	r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r &r (r -r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -r .r Hr Jr Or                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Or Pr _r ar gr                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdiV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gr hr vr xr ~r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~r r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r r r r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r r r r r r r r r Fr `r r r r                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdV $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r r #r ;r or r r r r &r Zr tr r r r r r 
r r 0r 9 s : s P s v s  s  s  s  s  s  s                                                                                                                                                                                                                                                                                                                                                                   gd_  r r r .r /r 0r P s f s  s  s  s  s s s Ds es vs s s s js s s s s s s s s s s s пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   s s s %s &s Ds ts us vs s s s s s s is js ts s s s s                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  s s                                     kdV $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s s s s "s 8s Ns ds fs }s                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	s "s 7s 8s Ms Ns cs ds ~s s s s (s )s Hs Is Js Ks qs rs ws s s s s s s s s s s Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ }s ~s                                     kdV $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~s s s s s s s s  s s s s s )s                                                                                                                                     q                            kdnV $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
)s Is Js Ks rs ss ts us vs             q            l                                                                                                                                                       gd_    kd+V $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  vs ws                                     kdV $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ws s s s s s s s s  s +s Ds Ys ns s s s                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  s s s s z            q            q                                                                                                                                                                                       	  $If   gd_    kd?V $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       s s s s s s s s z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdV $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       s s s s s s s s s s s s s s s s Ms Ys us s s s s  s s s 0s 1s 4s >s Ts s s s 	s ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "s s                                     kdV $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s s &s 's ;s <s ^s zs {s s s s s                                                                                                             q                                                         kdV $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  s s s s s s s s z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdͥV $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       s s                                     kdV $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s s Hs Is s s  s s 1s                                                             q                                                                                                                             kdV $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  1s 2s 3s 4s Ts s 	s +	s ,	s 6	s A	s z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdV $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
	s 	s ,	s A	s s	s t	s ~	s 	s 	s 	s 	s 	s 	s 	s !
s *
s 
s s s s s s s Js Ks Ls ks ls ms ns os rs {s s s s ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #A	s t	s ~	s 	s                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  	s 	s                                        kdiV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	s 	s 	s 	s 	s  
s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   
s !
s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !
s *
s 
s 
s 
s  s s `s s s s s Ks                                                                                                 s                                                                        kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ks Ls ms ns os ps qs |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdˬV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qs rs                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rs {s s s s 	
s                         s                                                                                                                                                                                   kdٮV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s 
s 	
s 

s 
s 
s 
s 0
s ;
s s s s s 4s s s s 3s s s "s As s s ;s Zs ts s s s s s s =s s s s s %s Ds s s 0s Os s s о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -	
s 

s 
s 
s 

s 
s ;
s 
s 
s s (s 2s =s Gs |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Gs Hs s s s s s s Ws s s s s s s s s #s 3s                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  3s 4s ?s Ds             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ds Es Os Ts             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ts Us `s es             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   es fs ps us             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   us vs ws s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdɱV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s "s 2s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2s 3s >s Cs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cs Ds Ns Ss             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ss Ts _s ds             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ds es os ts             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ts us vs s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd޵V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s "s 0s @s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @s As Ls Qs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qs Rs \s as             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   as bs ms rs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rs ss }s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdָV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s  s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s  s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    s !s "s ;s Is Ys                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ys Zs es js             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   js ks us zs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdλV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zs {s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s 	s Rs ts s s                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdƾV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s 's ,s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,s -s 7s <s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <s =s Hs Ms             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ms Ns Xs ]s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]s ^s _s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s ,s <s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <s =s Hs Ms             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ms Ns Xs ]s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]s ^s is ns             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ns os ys ~s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~s s s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s ts us s s s                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd2V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s %s 3s Cs                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cs Ds Os Ts             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ts Us _s ds             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ds es ps us             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   us vs s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s 0s >s Ns                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ns Os Zs _s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _s `s js os             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   os ps {s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s s s s us vs s s s s -s                                                                                                                                                                                        gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s .s bs ss ts us s s s s s s s s s (s )s :s ;s Us ^s 1s 3s Cs Ds Ts Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  -s .s bs ts us s s s s s                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	s s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s )s ;s =s Ts                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ts Us                                        kdQV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Us ^s s s s s "s s s s s s 
s s 2s                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  2s 3s Ds s s s s  s |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ts Us os ps qs s s s  s  s  s 5 s 6 s e s f s i s r s !s !s "s "s "s "s "s "s "s ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j_V h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ   s  s 6 s e s f s g s h s |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h s i s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i s r s  s  s 
!s i!s t!s !s !s !s !s !s !s                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  !s !s "s "s |            s            s                                                                                                                                                                                           	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "s "s "s "s "s u#s v#s #s #s #s #s $s $s |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "s u#s v#s #s #s #s #s #s #s 3$s H$s ~$s $s $s $s $s %s %s %s %s %s A%s B%s q%s %s %s %s %s W&s Z&s 's 's 's 's (s 	(s (s ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $$s $s $s %s %s %s                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  %s %s                                        kdfV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %s B%s q%s %s %s %s %s                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  %s %s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %s %s %s %s %s &s ?&s @&s &s ,'s L's m's 's 's 's 's 's                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  's 's 	(s Z(s (s )s I)s )s |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (s (s 4(s 5(s 6(s I(s J(s Y(s z(s (s (s 
)s ')s H)s j)s )s )s )s )s )s )s <*s n*s o*s p*s *s ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jV h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  )s )s )s )s )s )s ;*s <*s p*s *s *s *s |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdMV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *s *s *s *s *s *s *s *s +s +s .+s ?+s @+s C+s L+s +s +s ,s ,s 6,s 7,s ?,s A,s Q,s R,s ,s ,s ,s ,s ,s ,s ,s ,s -s ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !*s *s *s *s *s                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  *s *s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *s +s .+s @+s A+s B+s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B+s C+s                                        kd[V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C+s L+s +s +s +s +s ,s ,s @,s A,s R,s                                                                                                 Y                              kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
R,s ,s ,s ,s ,s ,s f-s -s /s /s W2s d2s             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdiV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -s -s -s -s !-s "-s &-s '-s f-s -s W2s d2s 3s 3s 6s 6s :s :s ;s ;s ;s ;s ;s ;s ;s ;s ,<s .<s =s (=s =s =s >s >s 2?s 6?s f@s @s As Bs Bs Bs Bs Bs Bs Bs ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jhV hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j#V hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -d2s 3s 3s 3s 4s 4s 5s 5s 6s 6s 6s U8s V8s :s :s :s ;s ;s ;s -<s .<s =s (=s =s =s =s =s                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  =s =s =s =s =s =s             f                                                                                                                                                                      kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  =s =s =s =s =s o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =s =s >s >s 
>s o            f            f            f                                                                                                                                                	  $If   gd_    kdfV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
>s >s >s >s &>s o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at &>s '>s />s 7>s <>s o            f            f            f                                                                                                                                                	  $If   gd_    kdBV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <>s =>s E>s M>s Y>s o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y>s Z>s b>s i>s n>s o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at n>s o>s w>s ~>s >s o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >s >s >s >s .?s /?s @s @s Bs Bs Bs Bs 4Cs o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Bs Bs Bs 4Cs @Cs #Ls -Ls tOs Os vUs Us  Xs (Xs 8Ys DYs EYs QYs UYs qYs uZs vZs Zs Zs Zs Zs Zs Zs Zs  [s [s 2[s 3[s 4[s 8[s A[s 
]s ]s ]s ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %4Cs @Cs Cs Cs sDs tDs 
Es Es ]Es Gs Gs 'Hs (Hs yHs Js Js Js #Ls -Ls sMs tMs Ns Ns Ns Ns Ns Ns                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Ns Ns Ns 
Os Os Os 2Os EOs \Os sOs tOs Os Ps Ps MQs NQs Qs Qs Ts Ts vUs Us Us Vs 
Vs lVs Vs Vs Vs                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Vs Vs AWs Ws  Xs Xs (Xs 8Ys EYs qYs uZs vZs Zs Zs Zs Zs Zs                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Zs Zs                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zs [s 3[s 4[s 6[s 7[s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  7[s 8[s                                        kd7V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8[s A[s [s [s [s [s \s @\s K\s \s \s \s 
]s ]s                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
]s ]s  ]s W]s |            s            s                                                                                                                                                                                           	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]s  ]s V]s W]s X]s Z]s f]s j]s ]s ]s ]s ]s ]s ]s ]s ]s ]s ^s ^s 7^s 8^s 9^s =^s F^s _s 6`s ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 W]s X]s Y]s Z]s ]s ]s ]s ]s ]s ]s |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdEV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]s ]s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ]s ]s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]s ^s 7^s 8^s 9^s ;^s <^s                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  <^s =^s                                        kdSV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =^s F^s ^s ^s ^s ^s #_s G_s _s 6`s F`s G`s                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  6`s F`s H`s X`s Y`s _`s f`s g`s h`s i`s ~`s `s `s `s `s `s `s `s `s as as as !as *as bs ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    G`s H`s Y`s g`s |            s            s                                                                                                                                                                                           	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g`s h`s i`s s`s ~`s `s `s `s |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdaV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `s `s                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `s `s as as as as as  as                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   as !as                                        kdoV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !as *as ias uas as as bs +bs bs cs *cs +cs                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  bs cs *cs ,cs <cs =cs Ccs Jcs Kcs Lcs Mcs Ncs Zcs ^cs ycs zcs cs cs cs cs cs cs cs ds ds -ds .ds ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    +cs ,cs =cs Kcs |            s            s                                                                                                                                                                                           	  $If   gd_   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Kcs Lcs Mcs Ncs zcs cs cs cs cs cs |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd}V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	cs cs                                        kd7V $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cs ds ,ds -ds .ds /ds 1ds 2ds                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  .ds /ds 3ds <ds es es es es es es es es es es fs fs $fs .fs /fs ;fs \fs ]fs gfs fs fs fs îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2ds 3ds                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3ds <ds {ds ds ds ds es ;es ses es es es                                                                                                                         f                           kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  es es es es es es es fs $fs .fs                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	.fs /fs                                        kdSV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /fs ]fs fs fs fs fs fs                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  fs fs fs fs !hs "hs #hs 3hs 4hs :hs Ahs Bhs Chs Dhs ~hs hs hs hs hs hs hs hs hs hs is  is п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  fs fs                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fs fs fs fs gs 6gs Vgs gs gs gs "hs #hs                                                                                                                         f                           kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  #hs 4hs Bhs Chs Dhs ~hs hs hs hs hs                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	hs hs hs                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  hs hs                                        kdoV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hs !is "is #is %is <is                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   is !is "is #is =is Fis Gjs Hjs Ijs ks ks ks ks ks ks ks ks ks ks ks ks ks ks ms ms ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 <is =is                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =is Fis Hjs Ijs Zjs js js ks ks ks ks                                                                                     s                                                                                              kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ks ks ks ks ks ks ks ms ms ms !ns Xns ns ns |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ms !ns 4ns Wns kns ns ns ns ns %os 9os {os |os os os os os os os os os os os  ps ps  ps !ps 3ps 4ps lps mps ps ps ps õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ns &os {os |os os os os os os                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  os os                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               os ps !ps 4ps Gps Zps mps ops ps                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ps ps                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ps ps ps qs ;qs <qs =qs Nqs {qs qs qs                                                             f                                    [            [                     
  $If   gd_ K$  kd3V $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ps ps ;qs <qs =qs Mqs Nqs Qqs fqs oqs yqs {qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs qs ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ qs qs qs qs qs qs                                     R            I                                                                     	  $If   gd_ Q  kdzV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a   qs qs qs qs rs %rs 8rs Krs Lrs Mrs |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	qs Jrs Krs Nrs Wrs zrs rs rs rs rs rs rs ss  ss !ss )ss +ss @ss Ass Pss Rss Xss Yss Zss ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Mrs Nrs                                        kd W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nrs Wrs zrs rs rs rs rs rs ss !ss *ss                                                             f                                    [            [                     
  $If   gd_ K$  kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
*ss +ss Ass Qss Rss Sss Tss                                     R                                                                                              Q  kd\W $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a   Tss Uss Vss Wss Xss Yss                                     R            I                                                                     	  $If   gd_ Q  kdvW $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a   Yss Zss ss ss ss ss ss ss ss ss |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Zss rss |ss }ss ~ss ss ss ss ss ss ss ss ss ss ts ts us us us us us us us us us Tvs ]vs tvs vs vs ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ss ss                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ss ss 8ts ts ts us us us us us vs                                                                                     Y                                          kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
vs vs vs vs vs vs vs vs ws -ws =ws Wws qws yws ws ws ws ws                                                                                                                                                                                                                      	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ vs vs vs vs -xs .xs /xs 0xs Hxs Rxs Sxs Txs Vxs Wxs Xxs wxs xxs xs xs xs xs xs :ys ys ys ys ys ys ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ws ws ws xs -xs .xs /xs                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd]W $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  /xs 0xs Xxs xxs xs xs xs xs xs |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xs xs                                        kd	W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xs xs :ys hys ys ys ys ys 9zs @zs Izs                                                             f                                    [            [                     
  $If   gd_ K$  kd
W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ys ys ys 
zs zs 9zs ?zs @zs Hzs Jzs {s {s {s {s {s {s {s {s {s {s {s {s |s |s P|s Q|s T|s ]|s |s }s ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Izs Jzs Rzs gzs |zs zs zs zs zs zs {s {s #{s 8{s J{s d{s ~{s {s                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdW $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   {s {s {s {s {s                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdIW $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {s {s {s |s |s +|s >|s Q|s R|s S|s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S|s T|s                                        kd
W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T|s ]|s |s  }s G}s }s .~s /~s 0~s 1~s B~s ~s                                                                                                 f                                                   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  }s ,~s /~s 0~s 1~s A~s B~s ~s ~s ~s ~s ~s ~s ~s ~s ~s ~s ~s ~s 4s 5s 8s As þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ~s ~s ~s ~s ~s s "s 5s 6s 7s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7s 8s                                        kd]W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8s As s s Vs s =s >s ?s @s Qs                                                                                                 Y                              kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
As s s Us Vs s =s >s ?s @s Ps Qs s s s s ǁs ȁs Ɂs ˁs ́s ́s ΁s >s ?s Bs νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Qs s s ́s ΁s s s s ,s ?s @s As             s                                                                                                                                                                 kdkW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  As Bs                                        kd%W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bs Ks  s Gs s ԃs ss ts us s لs                                                                                     Y                                          kdyW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Bs Ks s ԃs qs ss ts us s s لs ڄs s s s s bs ds es fs vs ws Ɇs ʆs ˆs s s s s s s s ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 لs ڄs s s s s s s /s Is cs ss s s s ąs مs                                                                                                                                                                                                         	  $If   gd_  S  kd3W $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  مs s s s /s Is cs ds es                                                                                                                                                                                                                                                 	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  es fs ws ʆs |            s            s                                                                                                                                                                                           	  $If   gd_   kdWW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʆs ˆs s s s s -s @s Ss Ts Us |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdW $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
s s s s Rs Ss Vs _s s s 	s 
s s s 's ,s As s ˊs s s s s s s s 
s ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Us Vs                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vs _s s xs s Ȉs [s s 	s 
s s                                                                                                 f                                                        kd-W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
s s s s s s s /s Ds Ys ks s s s ʋs                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ʋs s s s s ,s As Vs hs s s s ǌs s s s 
s                                                                                                                                                                                                                            S  kdyW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
s s s 7s 8s Ks ^s qs s s s s             s                                                                                                                                                                 kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
s s s 's 1s 2s 3s 5s 6s 7s 8s Js Ks s s s s gs s s s s qs rs Ws ls s s s s s s Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ s s                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s gs s s rs s s ns Ðs s ȑs s s &s es s ˒s s 's [s s s ߓs s                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  s &s +s >s Bs Zs s s s s s s $s %s is os ps xs zs ɖs ˖s ̖s ͖s ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   s s %s is ps ys |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ys zs s s s s Ӕs s s s 2s Ls ]s ws s s s s                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdW $If   K$L$l 0                     x                
t                                4   4 
l a   s ԕs s s s /s @s Zs ts s s s ʖs ˖s ̖s                                                                                                                                                                                                                   	  $If   gd_  S  kdeW $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ̖s ͖s s s 	s s /s Bs Us Vs Ws |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdW $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
͖s s s s s s s s 	s Ts Us Xs as s Ks s is ~s ߙs s Кs s Ls as s s s s "s fs ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ws Xs                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xs as s s s s s qs s ds s "s bs s s Ŝs ܜs s s [s \s                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  fs ys s s s s s s s 1s 9s Rs Zs [s \s ]s ms ns s s s s Ýs 	s s s 
s %s /s 0s 4s ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  \s ]s ns s s s |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd!W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s Ýs ˝s ݝs s s s *s As Xs is s s s s Ϟs s s                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!W $If   K$L$l 0                                     
t                                4   4 
l a   s s s s %s 7s Ns es |s s s s ̟s s s 
s s                                                                                                                                                                                                                            S  kd_"W $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s s 
s 5s 6s Is \s os s s s s             s                                                                                                                                                                 kd"W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  4s 5s 6s Hs Is s s s s s s |s s Ns s ˣs -s Is s -s s s Js s ws s rs s /s s ƫs ҫs s 1s 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !s s                                        kd#W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s s |s Ns ̣s Js s Ϥs s Ks is s -s ֦s s s s s s .s /s                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  /s os s Ϋs s -s Ls ks s s s s                                                                                                             f                                       kd$W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  1s Ds Ps cs os s s s s s s s s s  s #s $s %s )s *s .s 7s Ts is js ks ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  s s  s $s %s *s ,s -s             s                                                                                                                                                                                     kd%W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  -s .s                                        kds&W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .s 7s Ds fs s s ̭s ͭs s s 3s Us js                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  js ks |s s Ԯs |            s            s            s                                                                                                                                                                          	  $If   gd_   kd'W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ks {s |s Ӯs Ԯs ծs ֮s ׮s s s s s s s 
s 9s Ls os s s s s s =s Qs s s #s Js s s ܵs s ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Ԯs ծs ֮s ׮s s s ðs s 9s ps s s >s |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd(W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >s s s s s s Ms Ns s s Js s s ܵs s Us s Զs #s xs ys s s s ˷s շs                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  s s 1s Ts hs s s Ӷs s "s 6s xs ys s s s ˷s շs ַs s s s s s s s s $s %s 7s 8s Js Ks Os Xs s Ĺs Źs ƹs ֹs ׹s õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (շs ַs                                        kd;)W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ַs s s s %s 8s Ks Ms Ns                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ns Os                                        kd*W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Os Xs s øs s (s Fs `s s Źs ƹs ׹s                                                                                                             f                                       kd+W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ׹s عs ٹs s s s (s ;s Ns Ps Qs             s                                                                                                                                                                      kd,W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
׹s عs ٹs s s s  s s s s s 's (s Ms Ns Rs [s s s s  s !s 1s 2s 3s 4s Ls Vs Ws [s \s ]s os ps s s s s ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Qs Rs                                        kdW-W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Rs [s ys s  s !s 2s 3s                                                 f                                                                                                                       kd.W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  3s 4s \s ]s ps s s s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde/W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kd0W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s s s s zs {s |s s s s s s s s s s s ʼs ˼s ݼs ޼s s s s s 4s 5s s s Ds Es Fs Vs Ws Xs Ys fs 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %s s Իs s {s |s s s                                                 f                                                                                                                       kds1W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  s s s s ˼s ޼s s s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-2W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kd2W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s 5s s Es Fs Ws Xs                                                 f                                                                                                                       kd;4W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Xs Ys Zs s s s ?s @s qs is js s s |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd4W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fs js s s s s ?s Ls Ps qs ˿s js s s s s s *s Ns Os bs ts us s s s s s s s *s [s ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  s s Os s s s \s s s Gs Hs Is Ss ^s s s s                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  [s os s s s s Fs Hs Is ^s s s s s s s s s s s s s s s s ,s -s Fs Os Ps _s շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\s s                                        kd5W $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s s s s s s -s /s Es                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Es Fs                                        kd7W $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Fs Os s s s 9s Ds ps s s s s                                                                                                 f                                                   kdW8W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _s s 9s Ds Ws gs ps ws }s s s s s s s s s s s s s s s s s &s (s )s *s ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ s s  s s s 's (s )s                                                             R            I                                   	  $If   gd_ Q  kd9W $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd9W $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ )s *s Rs Ss fs ys s s s s s |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd+:W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
*s Bs Ls Ms Qs Rs Ss es fs xs ys s s s s s s 0s s s 	s 's (s Cs ss |s s s s s ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s s                                        kd:W $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s s 1s Ls }s s s s s 	s (s Ds Vs |s s s                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  s s s s s s s s s s s s s !s "s 7s 8s :s ;s <s Ts ^s _s cs ds es ws xs s s s s s пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  s s s s s s |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9<W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s "s 9s :s ;s                                     R            I                                                                     	  $If   gd_ Q  kd=W $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd<W $If   K$L$l 0                                     
t                              4   4 
l a   ;s <s ds es xs s s s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
>W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kd>W $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s s -s Us s s s s s 1s ss ws xs ys                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
s s s s ,s s s s s s s (s 0s 1s 8s >s rs ss vs ws xs ys zs s s s s s s s زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ys zs s s |            s            s                                                                                                                                                                                           	  $If   gd_   kd@W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s s s s s s s s s s -s .s 2s ;s <s Ks s s Xs \s s 
s s s 3s 4s ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    s s s s s s s .s 0s 1s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd@W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1s 2s                                        kdAW $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2s ;s s s Ys s s s 
s s 4s _s s s                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
4s Gs Vs ^s _s fs ls s s s s s s s s s s s s s s s s 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  s s s s |            s            s                                                                                                                                                                                           	  $If   gd_   kdBW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s s s Gs s 0s 1s js s s s |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdCW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
s s s Gs s 0s =s As js s s s "s Ds s -s s s s s s s Os [s _s s Ys s s s s us vs s s s s s "s Js Ks as es s s 	s 
s Cs s s /s ks s ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4s Ds s ,s -s s s s s Ns Os s Ys s s s vs s s s s s s s s s "s Js Ks s                                                                                                                                                                                                                                                                                                                                                                   gd_  s s 
s Cs s s /s ks s s 9s s s s s s s s s                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  s 9s =s s s s s s s s s s s ;s <s =s >s zs s s ?s s s s "s Ms Ns rs s s s 	s 
s s 4s 8s s Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $s s s s s s s s s M            H            H            H            H            H            H            H                   gd_   kdWDW $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   s s s 
s s s -s .s                                                 _            V            V                                                             	 $If   gd_    kdDW $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  .s /s ;s <s                                                                                                                                                                                                                                                          	 $If   gd_  o  kdEW $$If   l       0   T# T                 .                
t  0                                                              4 
l al  <s =s >s Is Ms `s hs ts                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdgFW $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ts us zs s s 2            )            )            )                      	 $If   gd_    kdGW $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     s s 
s s ?s Ds s             [                                                                                                                                           kd1HW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  s s s s s s d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdHW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s "s Ns Rs ls d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdIW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ls ms rs s s s d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s s 
s s 5s d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdUKW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5s 6s 7s As s s s d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdLW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s s s n            e            e                                                                                                                                                               	 $If   gd_    kdLW $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           s s s s                                                                                                                                                                                                                                                	 $If   gd_  t  kdMW $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  s s s s s s s s s                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdYNW $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  s s                                             kdNW $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          s s s 
s s s s s                                                             A                                  kdOPW $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  s s s s s s s s                                                 A                                              kd.QW $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  s s  s !s "s #s 8s                                     A            <            7                  gd_    gd_    kd
RW $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  8s s s s s s 0s 1s Es Gs                                                                                                                                                                                                                                                   E  kdRW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	s s s s s s s 0s 1s Gs Hs Js Ks Ys Zs gs hs 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 춥x                          /jXW hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Gs Hs Is Js Ks Ss Ys                                     a                                                                                                                             E  kdSW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdKSW $$If   l 0 
" R                                                           4 
l a   Ys Zs cs gs hs {s s                                     a                                                                                                                             E  kdhTW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd	TW $$If   l 0 
" R                                                           4 
l a   s s s s s s s                                     a                                                                                                                             E  kd&UW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdTW $$If   l 0 
" R                                                           4 
l a   s s s s s s s                                     a                                                                                                                             E  kdUW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdUW $$If   l 0 
" R                                                           4 
l a   s s s s s s s                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdCVW $$If   l 0 
" R                                                           4 
l a   s s s s s s l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdVW $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   s 
s s s -s s s s s s s l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd`WW $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
s s s s s s s s s s s s s  s Xs Ys es fs s s s s s s s s ;s =s Ms Ns s s s s s s 
s s [s ^s ss s s s s s vs ws s ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jXW hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0s s s  s Ys fs s s s s                                                                                                                                                                                                                                                       S  kdXW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	s s s <s =s Ns s                                     N                                                                                       S  kdZW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd~YW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   s s s s s ls (s )s s s s 
s s s s hs s 7s s                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdZW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   s s ^s s s s Xs vs ws s s s s  s Bs s s s s s s &s 's s s %s &s qs                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  s s s s s s s s s s  s Bs s $s 's s s s qs s s s s s s s  s 1s 2s 3s Os Ps [s \s ]s as bs s s s ۵۵۵ۭۜۋzrgrrr       j\W h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'qs }s s s s s  s 2s                                     j                                                                                                                                           kd4[W $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  2s 3s Ds s s s /s 0s Ls s s s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd[W $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
s Ms s s ds s s  s s s s s s ms ns $ t % t  t  t 
t t t t t t Nt Ot                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  s s s s s s  s s s s s # t  t  t  t  t  t  t  t  t  t  t  t  t 
t t t t t t t Nt t t ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j\W hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj\W h_ U !Ot t t t t t t                                                 e                                                                                                                        F  kd]W $$If   l   l '{6    4   4 
l a] p
        F  kdM]W $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  t t t t t t t t t =t >t ^t _t ut vt t t t t t t t t t t t t 7t 8t _t `t at bt ct A	t B	t N	t 	t 	t 	t 1
t 7
t :
t 
t 
t t t t !t Ut tt t ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3t t t t t t t                                                             5            v  kd^W $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd3^W $$If   l   l '{6    4   4 
l a] p
         t t t t t t t t                                     t                                                                                                                                                             v  kdK_W $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  t t 5t 7t =t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_W $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =t >t Wt Yt ^t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`W $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^t _t mt ot ut                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdLaW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ut vt t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdaW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdbW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMcW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdcW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kddW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t t t t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNeW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t 0t 2t 7t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdeW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7t 8t ?t Dt _t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdfW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _t `t at bt ct A	t B	t N	t 	t 	t 	t 	t 2
t E
t y
t                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdOgW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y
t 
t 
t 
t 
t  t Tt rt t t t t "t Vt ut t t t t t 
t 
t 
t t #t 6t 7t Pt t t                                                                                                                                                                                                                                                                                                                                                                   gd_  t t t t t t 
t t #t 5t jt t t t t t t Ht tt t t t Ot Pt Zt dt et t t t t t пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  t t t t t t t t t Ht ^t tt t t t t t t t Pt Zt dt                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  dt et                                     kdgW $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               et t t t t t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	t t t t t t t t t %t t t t t t t t t t t t t ;t =t Mt Nt mt nt ot pt t Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ t t                                     kdQiW $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t %t Gt Ht \t ]t t t t t t t t t                                                                                                                                     q                            kdjW $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
t t t t t t t t t             q            l                                                                                                                                                       gd_    kdekW $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  t t                                     kd"lW $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               t t ?t @t Tt Ut ot t t t t t t t &t 't <t                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  <t =t Nt nt z            q            q                                                                                                                                                                                       	  $If   gd_    kdymW $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       nt ot pt t t t t t z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd6nW $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       t t t t t -t /t ?t @t _t `t bt t t t t t t t t >t Jt t t t t t t t t t <t ~t t t ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "t t                                     kdnW $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t t t t t t t t t .t /t @t `t                                                                                                             q                                                         kdJpW $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  `t at bt t t t t t z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdqW $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       t t                                     kdqW $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t t t t t t t t t                                                             q                                                                                                                             kdsW $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  t t t t t t t t t t t z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdsW $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
t t t t t t t &t 't Gt Ht ut t t t t ^t Bt Dt Tt Ut t t t t t 	t 
t t t 
t t t ut t t ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #t t t &t                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  &t 't                                        kdtW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               't Ht ut t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t t                                        kduW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t `t at t t t t Ct Dt Ut t t                                                                                                 s                                                                        kdKwW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t t t 
t t t |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdxW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t                                        kdxW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t tt ut t t                         s                                                                                                                                                                                   kdzW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t t t t t t t t [t \t st t t 3t Rt t t 6 t U t  t  t ^!t }!t !t !t #t 1#t #t #t *$t I$t $t $t D%t c%t B&t a&t &t &t Q't p't 't 't ")t #)t о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -t t t t t t t yt zt t t t t t |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdzW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
t t Ft ]t ut t t t t *t pt qt [t \t st t t t t                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE|W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t 3t At Qt                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qt Rt ]t bt             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb}W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bt ct mt rt             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rt st ~t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd ~W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t t t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t 
 t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t  t 6 t D t T t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T t U t ` t e t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e t f t p t u t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u t v t  t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdցW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t  t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t  t  t  t  t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t  t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  t  t  t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    t  !t !t !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t !t  !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    !t !!t "!t ^!t l!t |!t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdoW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |!t }!t !t !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd΄W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t !t !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t !t !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t !t !t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t !t !t !t !t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !t !t "t "t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "t 	"t "t "t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "t "t $"t )"t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )"t *"t 4"t 9"t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƇW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9"t :"t ;"t "t "t #t  #t 0#t                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd%W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0#t 1#t <#t A#t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A#t B#t L#t Q#t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q#t R#t ]#t b#t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b#t c#t m#t r#t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r#t s#t t#t #t #t #t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #t #t #t #t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #t #t #t #t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #t #t #t #t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #t #t #t #t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #t #t #t *$t 8$t H$t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdۋW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H$t I$t T$t Y$t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y$t Z$t d$t i$t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i$t j$t u$t z$t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z$t {$t $t $t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $t $t $t $t $t $t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $t $t $t $t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $t $t $t $t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $t $t %t %t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӎW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %t 
%t %t %t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %t %t %t D%t R%t b%t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b%t c%t n%t s%t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s%t t%t ~%t %t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %t %t %t %t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %t %t %t %t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %t %t %t &t &t B&t P&t `&t                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdlW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `&t a&t l&t q&t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˑW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q&t r&t |&t &t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &t &t &t &t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &t &t &t &t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &t &t &t &t &t &t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdGW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &t &t &t &t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &t &t &t 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't #'t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÔW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #'t $'t %'t Q't _'t o't                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o't p't {'t 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't 't 't                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't 't 't             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   't 't (t 
(t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
(t (t (t (t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (t (t )(t .(t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .(t /(t 0(t T(t t(t (t (t (t )t )t !)t ")t #)t F)t )t                                                                                                                                                                                        gd_  z  kdؘW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #)t 4)t F)t a)t )t  *t *t *t *t (*t Z*t [*t e*t o*t p*t *t *t *t *t *t *t *t *t *t ,t ,t ,t ,t ,t Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  )t )t  *t *t *t *t (*t [*t e*t o*t                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	o*t p*t                                        kd7W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p*t *t *t *t *t *t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  *t *t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *t *t P+t Q+t q+t r+t +t ,t U,t z,t ,t ,t ,t ,t ,t                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ,t ,t ,t 3-t L-t e-t ~-t -t |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdߛW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,t ,t 
-t -t -t "-t #-t 2-t -t -t -t -t -t .t .t .t .t /t /t /t /t W0t X0t [0t l0t 0t ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jW h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  -t -t -t .t .t .t .t |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .t .t                                        kd؝W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .t .t X.t Y.t .t /t /t ./t G/t a/t v/t /t /t                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  /t /t /t X0t |            s            s                                                                                                                                                                                           	  $If   gd_   kd,W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X0t Y0t Z0t [0t 0t 1t 1t H1t Z1t l1t m1t \2t ]2t |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0t 1t 1t G1t H1t k1t l1t m1t 1t 1t 1t 2t I2t [2t ]2t r2t 2t 2t 2t 2t 2t 2t 2t 3t 23t 33t 63t ?3t 3t 3t p5t q5t 5t 5t 5t 5t 5t ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $]2t g2t r2t 2t 2t 2t                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  2t 2t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2t 2t 3t !3t 33t 43t 53t                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  53t 63t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               63t ?3t 3t 3t 3t 3t 3t 3t \4t 4t 4t 5t 15t N5t p5t q5t 5t                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  5t 5t 5t 5t N6t 6t 6t *7t |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdHW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5t 5t 5t 5t 5t 5t 5t 5t 6t N6t s6t 6t 6t 6t 7t )7t *7t -7t >7t T7t {7t 7t 8t 
8t 8t 8t ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jW h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  *7t +7t ,7t -7t S7t T7t 7t 7t 8t  8t !8t +8t |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8t !8t 68t h8t i8t s8t }8t ~8t 8t 8t 8t 8t 8t 8t 8t U9t c9t 9t 9t 9t 9t 9t 9t 9t 9t ::t ;:t =:t >:t P:t b:t c:t n:t :t ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !+8t 68t i8t s8t }8t                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  }8t ~8t                                        kdAW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~8t 8t 8t 8t 8t 8t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8t 8t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8t 8t K9t L9t l9t m9t 9t 9t 9t 9t 9t                                                                                                 Y                              kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
9t ;:t <:t =:t >:t n:t ;t (;t ]=t ^=t ?t @t             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :t :t :t :t :t :t :t :t ;t (;t ?t @t .At ?At {Dt Dt [Ht nHt Ht Ht Ht Ht \It ]It _It `It It It Jt Jt 8Kt lKt ;Lt BLt Lt Lt Nt %Nt Ot Ot Pt Pt 6Pt 7Pt GPt HPt ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jW hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j]W hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -@t -At .At ?At Bt Bt FCt GCt zDt {Dt Dt Et Et ZHt [Ht pHt Ht ]It `It It It Jt Jt 7Kt 8Kt GKt YKt                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  YKt lKt mKt rKt zKt Kt             f                                                                                                                                                                      kdĩW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Kt Kt Kt Kt Kt o            f            f            f                                                                                                                                                	  $If   gd_    kd2W $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kt Kt Kt Kt Kt o            f            f            f                                                                                                                                                	  $If   gd_    kdW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kt Kt Kt Kt Kt o            f            f            f                                                                                                                                                	  $If   gd_    kdW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kt Kt Kt Kt Kt o            f            f            f                                                                                                                                                	  $If   gd_    kd|W $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kt Kt Kt Kt Kt o            f            f            f                                                                                                                                                	  $If   gd_    kdW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kt Kt  Lt Lt Lt o            f            f            f                                                                                                                                                	  $If   gd_    kdXW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Lt 
Lt Lt Lt (Lt o            f            f            f                                                                                                                                                	  $If   gd_    kdƬW $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (Lt )Lt *Lt +Lt Lt Lt $Nt %Nt Ot Ot xPt yPt Pt o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd4W $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at HPt KPt LPt Pt Pt Yt Yt ]t ]t ct %ct et et ft ft ft ft ft gt ht ht )ht [ht \ht fht pht qht }ht ht ht ht ht ht ht ht jt jt jt ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Pt Pt ZQt [Qt Rt Rt Rt Rt Rt Tt Tt Ut Ut Vt Wt Wt <Xt Yt Yt [t [t 3\t @\t M\t Z\t g\t x\t                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  x\t \t \t \t \t \t \t \t \t ]t ]t ]t M^t N^t ^t ^t m_t n_t @bt Abt ct %ct Zct ct ct 
dt 8dt edt dt                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  dt dt dt /et et et et ft ft gt ht ht ht )ht \ht fht pht                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  pht qht                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qht ht ht ht ht ht                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ht ht                                        kdqW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ht ht it *it Qit xit it it it "jt ,jt Qjt jt jt                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
jt jt jt jt |            s            s                                                                                                                                                                                           	  $If   gd_   kdŰW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       jt jt jt jt jt jt kt kt $kt %kt :kt lkt mkt wkt kt kt kt kt kt kt kt kt kt kt lmt mt ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 jt jt jt jt $kt %kt /kt :kt mkt wkt |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	wkt kt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  kt kt                                        kd9W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kt kt kt kt kt kt kt                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  kt kt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kt kt #lt /lt Vlt lt lt lt kmt mt mt mt                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  mt mt mt mt mt mt nt nt nt nt nt Nnt Ont Ynt cnt dnt pnt nt nt nt nt nt nt nt Ppt ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    mt mt mt nt |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nt nt nt nt nt Ont Ynt cnt |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       cnt dnt                                        kdUW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dnt nt nt nt nt nt nt nt                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  nt nt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nt nt ot ot :ot eot ot ot Opt pt pt pt                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ppt pt pt pt pt pt pt pt pt pt pt pt pt pt qt qt -qt _qt `qt jqt tqt uqt qt qt qt qt qt ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    pt pt pt pt |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       pt pt pt pt qt "qt -qt `qt jqt tqt |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	tqt uqt                                        kdqW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uqt qt qt qt qt qt qt qt                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  qt qt qt qt Mst Ost _st `st fst mst nst ost pst st st st st st st st st st tt $tt %tt &tt îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  qt qt                                        kdŻW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               qt qt rt %rt Lrt zrt rt rt st Mst Nst Ost                                                                                                                         f                           kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Ost `st nst ost pst zst st st st st                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdӽW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	st st                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               st st %tt &tt 'tt )tt *tt                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  &tt 'tt +tt 4tt ut ut ut ut ut ut ut ut ut ut vt 6vt 8vt 9vt Nvt vt vt vt vt vt vt vt п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  *tt +tt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +tt 4tt stt tt tt tt tt #ut @ut wut ut ut                                                                                                                         f                           kd5W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ut ut ut ut ut vt 9vt Cvt Nvt vt                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	vt vt vt                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  vt vt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vt vt vt vt vt vt                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  vt vt vt vt vt vt wt wt wt yt yt yt /yt 0yt byt cyt dyt eyt fyt gyt syt wyt yt }{t {t ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 vt vt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vt vt wt wt wt 7xt mxt yt yt 0yt byt                                                                                     s                                                                                              kdQW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
byt cyt dyt eyt fyt gyt yt H{t I{t }{t {t {t .|t u|t |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{t {t {t {t 	|t -|t A|t t|t |t |t |t }t }t /}t a}t b}t l}t v}t w}t }t }t }t }t }t }t }t }t }t }t 
~t ~t %~t .~t :~t õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !u|t |t }t }t $}t /}t b}t l}t v}t                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v}t w}t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w}t }t }t }t }t }t ~t 
~t $~t                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $~t %~t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %~t .~t ~t ~t ~t ~t ~t ~t t  t (t                                                             f                                    [            [                     
  $If   gd_ K$  kdmW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
:~t ~t ~t ~t ~t ~t ~t ~t t 
t t t t  t 't )t >t ?t Nt Pt Qt Rt jt tt ut vt xt yt zt t t ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ (t )t ?t Ot Pt Qt                                     R            I                                                                     	  $If   gd_ Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'W $If   K$L$l 0                                     
t                              4   4 
l a   Qt Rt zt t t t t t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t t t t t st tt ut vt t t t t t ǀt ɀt ހt ߀t t t t t t ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t Ft tt ut vt t t t Ȁt                                                             f                                    [            [                     
  $If   gd_ K$  kdOW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Ȁt ɀt ߀t t t t t                                     R                                                                                              Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	W $If   K$L$l 0                                     
t                              4   4 
l a   t t t t t t                                     R            I                                                                     	  $If   gd_ Q  kdW $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd#W $If   K$L$l 0                                     
t                              4   4 
l a   t t  t At Bt gt zt t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t t t t t t  t At Bt t t t t t t >t Wt qt rt st tt t t t t t t Bt Ht ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t ցt xt t qt rt st tt t Bt                                                                                     Y                                          kdKW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Bt It Rt St [t pt t t t ˄t ۄt t t t ,t At St mt                                                                                                                                                                                                                      	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ Ht It Qt St ˅t ̅t ͅt ΅t t t t t t t t t t `t at dt mt yt ؆t bt yt zt {t |t ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  mt t t t ˅t ̅t ͅt                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ͅt ΅t t t ;t Nt at bt ct |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd)W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ct dt                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dt mt ؆t t zt {t |t t ׇt އt t                                                             f                                    [            [                     
  $If   gd_ K$  kd7W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
|t t t t t ׇt ݇t އt t t _t at bt ct {t t t t t t t t t t t t t t t /t ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 t t t t t ,t Ft `t pt t t t t ֈt t t t ,t                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdW $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ,t Ft `t at bt                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdW $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  bt ct t t t ɉt ܉t t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t t .t ̋t ͋t ΋t ϋt t 3t                                                                                                 f                                                   kd#W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  /t ʋt ͋t ΋t ϋt ߋt t 2t 3t 4t Lt Vt Wt Xt Zt [t \t tt ut Ҍt ӌt ֌t ߌt þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 3t 4t \t ut t t t ӌt Ԍt Ռt |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ռt ֌t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֌t ߌt t t t =t ێt ܎t ݎt ގt t                                                                                                 Y                              kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ߌt t t t t =t ێt ܎t ݎt ގt t t At Bt Ct [t et ft gt it jt kt lt ܏t ݏt t νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  t Bt Ct kt lt t t t ʏt ݏt ޏt ߏt             s                                                                                                                                                                 kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ߏt t                                        kd_W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t )t rt t t t $t wt                                                                                     Y                                          kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
t t t rt t t t t #t $t wt xt ~t t t t  t t t t t t gt ht it t t t t t t t ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 wt xt t t t t t t ͒t t t t +t Et Mt bt wt                                                                                                                                                                                                         	  $If   gd_  S  kdmW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  wt t t t ͓t t t t t                                                                                                                                                                                                                                                 	  $If   gd_  S  kdW $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t t t ht |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ht it t t t t ˔t ޔt t t t |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdKW $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
t t t t t t t t t t t t t t ŗt ʗt ߗt #t it t t t t t t t t ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t Rt ft t t t t t                                                                                                 f                                                        kdgW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
t #t t t t t t ͘t t t 	t #t =t Nt ht                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd!W $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ht t t t t ʙt ߙt t t  t :t Kt et t t t t                                                                                                                                                                                                                            S  kdW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t t t ՚t ֚t t t t "t 5t 6t 7t             s                                                                                                                                                                 kdEW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t t Śt Ϛt Кt њt Ӛt Ԛt ՚t ֚t t t 4t 5t 8t At t 4t 5t [t \t t t t 
t t t t t t t Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 7t 8t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8t At t \t t t Ct t t at t ft t t ğt t Rt it t Št t %t Qt }t t                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  t ğt ɠt ܠt t t t t t t t t ¡t át t 
t t t t gt it jt kt ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   t t át t t t |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdSW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t  t 5t Jt _t qt t t t Тt t t t &t @t Ht ]t                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd
W $If   K$L$l 0                     x                
t                                4   4 
l a   ]t rt t t t ͣt ޣt t t #t =t Nt ht it jt                                                                                                                                                                                                                   	  $If   gd_  S  kdW $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  jt kt t t t t ͤt t t t t |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1W $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
kt t t t t t t t t t t t t t t t t t }t t nt t t t t t t t t t ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t t t t t t t t t  t t >t ct zt t t t t                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  t t #t 6t ~t t t t t Ϫt תt t t t t t t t Pt Vt Wt _t at t t t t ít ͭt έt ҭt ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  t t t Pt Wt `t |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdMW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `t at it {t t t t ȫt ߫t t t t 5t Ft \t mt t t                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdW $If   K$L$l 0                                     
t                                4   4 
l a   t t t t ìt լt t t t +t Bt Yt jt t t t t                                                                                                                                                                                                                            S  kdW $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t t t ӭt ԭt t t 
t  t 3t 5t 6t             s                                                                                                                                                                 kd+W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ҭt ӭt ԭt t t 2t 3t 7t @t Rt t t Lt t Mt it ˱t t ;t ˳t "t 7t t t t t t %t ͸t Qt dt pt t Ϲt 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !6t 7t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7t @t Rt t t jt t "t mt t t t 9t ˳t tt t t (t )t 0t ̸t ͸t                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ͸t 
t Mt lt t ˹t t 	t (t Gt Ht Yt                                                                                                             f                                       kd9W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Ϲt t t t 
t  t ,t ?t Ft Ht Xt Yt t t t t ºt út Ǻt Ⱥt ̺t պt t t t 	t ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Yt t t ºt út Ⱥt ʺt ˺t             s                                                                                                                                                                                     kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˺t ̺t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̺t պt t t &t Ht jt kt t t ѻt t t                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  t 	t t Mt rt |            s            s            s                                                                                                                                                                          	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t t qt rt st tt ut t t t t t t t ׾t t 
t !t Et Yt t t ۿt t t t t t Ct Ft zt t ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  rt st tt ut t _t at t ׾t t Ft t ܿt |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܿt 1t 2t t +t ,t t t t t t Et Ft zt t t +t rt t t t !t ,t _t it st                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  t t t t t *t >t qt t t t t t ,t ^t _t it st tt t t t t t t t t t t t t t t t t >t bt ct dt tt ut õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (st tt                                        kduW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tt t t t t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t >t at t t t t 5t ct dt ut                                                                                                             f                                       kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ut vt wt t t t t t t t t             s                                                                                                                                                                      kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ut vt wt 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 Ft Gt ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %t t                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t ;t t t t t                                                 f                                                                                                                       kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t t t t t !t 4t Gt It Jt |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Jt Kt                                        kdYW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gt Kt Tt t t t t t *t +t ,t -t Et Ot Pt Tt Ut Vt ht it {t |t t t t t t t Ut Vt t t t t t t t t 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Kt Tt rt t t t +t ,t                                                 f                                                                                                                       kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ,t -t Ut Vt it |t t t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdgW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t                                        kd!W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t Vt t t t t                                                 f                                                                                                                       kduW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t t t )t t t t t t t t <t ~t |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd/ X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t )t t t t t t t t it t <t Ot ~t t t t t t  t t t 1t 2t Et st t t t t t ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ~t t t 2t st t t At t t t t t t /t 9t Ct                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  t 
t @t Tt t t t t t t .t /t 9t Ct Dt \t ft gt kt lt mt ut t t t t t t t t t շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Ct Dt                                        kd X $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Dt lt mt t t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  t t                                        kd=X $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t t \t t t t t t Pt Qt bt t                                                                                                 f                                                   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  t \t t t t t t t t Ot Pt Qt at bt et zt t t t t t t t t t t t t t ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ t t t t t t t t                                                             R            I                                   	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdKX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ t t t t t t *t =t ?t @t Vt |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdeX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
t t t t t t t t t t t <t =t Wt `t at pt t t t t t t t t t !t 't 8t 9t ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Vt Wt                                        kdX $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Wt `t t t t 8t Qt dt t t t t t t 9t :t                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  9t :t ;t Kt Lt Ot Ut t t t t t t t t t t t t t t t t t t t t t (t )t Nt Ot St пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  :t ;t Lt t t t |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdsX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t t t t t                                     R            I                                                                     	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-X $If   K$L$l 0                                     
t                              4   4 
l a   t t t t t )t <t Ot Qt Rt |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG	X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Rt St                                        kd
X $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               St \t t t -t ?t zt t t t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
St \t ]t lt t zt t t t t t t t t t t t t t t t t t (t )t ,t At Jt Tt Ut زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 t t )t Vt |            s            s                                                                                                                                                                                           	  $If   gd_   kdUX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ut Vt Wt ot yt zt ~t t t t t t t t t t t t t Gt Ht t t <t t t t t t ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    Vt Wt t t t t t t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t                                        kdX $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t t Ht t t *t [t mt t t t t ?t @t                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
t t t t t t 
t >t ?t @t At Qt Rt Ut jt st }t ~t t t t t t 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  @t At Rt t |            s            s                                                                                                                                                                                           	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t t t t t t t t t t tt t t |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
t t t t t t t t t tt t t t t _t t  t !t -t 1t Zt t t t t %t t %t 1t 5t bt t t Nt Ot [t _t t t t t t t /t yt t t t 7t tt t 	t at ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4t t _t t t  t !t Zt t t t %t t $t %t bt t Nt Ot t 6t 7t lt t t t t t t /t                                                                                                                                                                                                                                                                                                                                                                   gd_  /t yt t t 7t tt t 	t at t t 9t :t Et Qt `t lt t t                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  at t t 8t 9t Et [t _t t t t t t t t t t t Ot t t -t ct dt t t t t Gt Ht zt t t t t t t Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $t t t t t t t t t M            H            H            H            H            H            H            H                   gd_   kdX $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   t t t t t t t t                                                 _            V            V                                                             	 $If   gd_    kd/X $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  t t t t                                                                                                                                                                                                                                                          	 $If   gd_  o  kdX $$If   l       0   T# T                 .                
t  0                                                              4 
l al  t t t t t t t t                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdX $$If   l       0   T# T                 .                
t  0                                                              4 
l al  t t t Ot Tt 2            )            )            )                      	 $If   gd_    kd>X $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Tt t t t t t 't             [                                                                                                                                           kdkX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  't (t -t dt ht t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd4X $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t t t t t 
t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
t t t Ht Mt tt d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  tt ut zt t t t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t t t t .t 3t ?t d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdXX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ?t @t Ct Mt n            e            e                                                                                                                                                               	 $If   gd_    kd!X $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Mt Nt Qt Zt                                                                                                                                                                                                                                                	 $If   gd_  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Zt [t \t mt rt zt t t t                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  t t                                             kd0X $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          t t t t t t t t                                                             A                                  kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  t t t t t t t t                                                 A                                              kdhX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  t t t t t t t                                     A            <            7                  gd_    gd_    kdGX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  t t t t t t t t t t                                                                                                                                                                                                                                                   E  kd&X $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	t t t t t t t t t t t t t t t t t %t &t (t )t Ut Vt nt ot t t t t t t t t t t t t 8t 9t Dt Et Ut Vt 춥x                          /jX#X hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *t t t t t t t                                     a                                                                                                                             E  kdX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdX $$If   l 0 
" R                                                           4 
l a   t t t t t t %t                                     a                                                                                                                             E  kdX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdCX $$If   l 0 
" R                                                           4 
l a   %t &t 't (t )t ;t Ut                                     a                                                                                                                             E  kd` X $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd X $$If   l 0 
" R                                                           4 
l a   Ut Vt at nt ot yt t                                     a                                                                                                                             E  kd!X $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd X $$If   l 0 
" R                                                           4 
l a   t t t t t t t                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd}!X $$If   l 0 
" R                                                           4 
l a   t t t t t t l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd!X $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   t t t t t t t t t ]t ^t l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd"X $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Vt Zt [t Pt Qt \t ]t mt nt rt st ut t t t t t t Kt Mt Xt Yt t t t t t t t t +t -t .t :t ;t t t t t t t 1t Vt _t t t t t 't ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j#X hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0^t ut ~t t t t Lt Mt Yt t                                                                                                                                                                                                                                                       S  kd&$X $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	t t t t t t ,t                                     N                                                                                       S  kdJ%X $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd$X $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ,t -t .t ;t st 
t t t t t t t t :t t t lt t <t                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd%X $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   <t =t t Wt t t t t t (t t t t  u  u Iu ku u u u u u u du eu u u u                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  't (t t t t t t t t  u  u  u u u u cu eu u u %u )u 6u 7u u u u u u u u u u u u u u  	u =	u >	u I	u ۵۵۵ۭۜۋzrgrrr       jR'X h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'u u *u 6u 7u u u u                                     j                                                                                                                                           kdn&X $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  u u u +u 0u ou u u u Tu u s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd&X $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
u u u u 	u R	u S	u 	u 	u C
u D
u u u 
u 
u 
u 
u u u u u lu &u mu nu u u                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  I	u J	u K	u O	u P	u S	u 	u 	u B
u u ]
u 
u ku lu wu xu u u u u u u u u u u =u Fu Ou ou mu u Wu Xu ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j (X hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj'X h_ U !u Xu \u ]u su tu u                                                 e                                                                                                                        F  kd(X $$If   l   l '{6    4   4 
l a] p
        F  kd(X $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Xu ]u u u u u u u u u u u u u u /u 0u Lu Mu iu ju u u u u u u u u u u u  u u u u u Mu u u u u u du vu Iu au u u u u Hu ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3u u u u u u u                                                             5            v  kd)X $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdm)X $$If   l   l '{6    4   4 
l a] p
         u u u u u u u u                                     t                                                                                                                                                             v  kd*X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0+X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u 
u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u 'u )u /u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1-X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /u 0u Eu Gu Lu                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Lu Mu bu du iu                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         iu ju u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2/X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd31X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u u  u u u u u 4u Nu u u u u u                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd2X $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u +u _u wu u u u u Du bu u u u u u Gu Hu Iu Ju lu uu vu u u u u u u !u "u                                                                                                                                                                                                                                                                                                                                                                   gd_  Hu Ju Tu ju ku lu u u u u u  u @u Cu u u u u u =u u u u u u u u )u *u Gu Hu [u пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  "u @u Nu au bu u u u u u u u (u >u ?u u u u u u u u                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  u u                                     kd43X $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u *u Gu Hu ^u tu u u u u                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	[u ^u su tu u u u u u u Ru Tu du eu u u u u u u u u  u  u  u  u !u !u 
!u !u 3!u Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ u u                                     kd4X $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u u u u u u u ;u <u Qu Ru Su Tu eu                                                                                                                                     q                            kd5X $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
eu u u u u u u u u             q            l                                                                                                                                                       gd_    kd6X $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  u u                                     kd\7X $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               u u u u u u 
 u ) u * u < u g u  u  u  u  u  u  u                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_   u  u  u !u z            q            q                                                                                                                                                                                       	  $If   gd_    kd8X $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       !u 
!u !u 5!u 6!u 7!u 8!u 9!u z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdp9X $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       3!u 4!u 5!u :!u C!u !u !u !u !u !u !u  "u ,"u -"u 2"u ;"u "u "u "u "u "u "u :#u <#u L#u M#u l#u m#u p#u z#u #u #u $u $u P$u ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "9!u :!u                                     kd-:X $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               :!u C!u b!u c!u w!u x!u !u !u !u !u !u !u !u                                                                                                             q                                                         kd;X $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  !u !u  "u -"u ."u /"u 0"u 1"u z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdA<X $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       1"u 2"u                                     kd<X $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2"u ;"u "u "u :#u ;#u <#u M#u m#u                                                             q                                                                                                                             kdU>X $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  m#u n#u o#u p#u #u $u Q$u g$u h$u r$u }$u z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd?X $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
P$u Q$u h$u }$u $u $u $u $u $u $u $u %u (%u )%u ]%u f%u %u &u &u &u &u D'u W'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u (u #(u $(u ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #}$u $u $u $u                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  $u $u                                        kd?X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $u $u %u )%u +%u \%u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  \%u ]%u                                        kd1AX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]%u f%u %u %u ;&u <&u K&u &u &u &u &u D'u 'u                                                                                                 s                                                                        kdBX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  'u 'u 'u 'u 'u 'u 'u |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd?CX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       'u 'u                                        kdCX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'u 'u (u (u $(u E(u                         s                                                                                                                                                                                   kdMEX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $(u D(u E(u F(u G(u H(u J(u l(u w(u +u +u ,u Q,u p,u ,u ,u P-u o-u -u -u ^.u }.u .u /u w/u /u 0u 0u 91u X1u 1u 1u Z2u y2u 2u 3u 3u 3u a4u 4u 4u 5u l5u 5u 6u 6u о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -E(u F(u G(u H(u I(u J(u w(u )u )u Y)u d)u n)u y)u )u |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdFX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
)u )u )u )u *u **u W*u X*u *u *u +u +u +u +u ,u &,u Q,u _,u o,u                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  o,u p,u {,u ,u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,u ,u ,u ,u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd GX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,u ,u ,u ,u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,u ,u ,u ,u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,u ,u ,u ,u ,u ,u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=HX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,u ,u ,u  -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    -u -u -u -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u !-u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZIX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !-u "-u ,-u 1-u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1-u 2-u 3-u P-u ^-u n-u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n-u o-u z-u -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwJX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5KX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u -u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u -u -u -u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -u -u -u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRLX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u $.u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $.u %.u /.u 4.u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoMX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4.u 5.u 6.u ^.u l.u |.u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdMX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |.u }.u .u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-NX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u .u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJOX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .u .u .u .u 
/u /u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdOX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u &/u +/u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +/u ,/u 6/u ;/u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgPX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;/u </u G/u L/u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L/u M/u W/u \/u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%QX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \/u ]/u ^/u w/u /u /u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u /u /u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u /u /u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBRX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u /u /u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u /u /u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd SX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /u /u /u E0u 0u 0u 0u 0u                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd_SX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0u 0u 0u 0u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0u 0u 0u 0u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0u 0u 0u  1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|TX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    1u 1u 1u 1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1u 1u 1u 91u G1u W1u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:UX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W1u X1u c1u h1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h1u i1u s1u x1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x1u y1u 1u 1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWVX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1u 1u 1u 1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1u 1u 1u 1u 1u 1u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1u 1u 1u 1u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtWX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1u 1u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2XX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u #2u (2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (2u )2u *2u Z2u h2u x2u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x2u y2u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOYX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
ZX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u 2u 2u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlZX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2u 2u 2u 2u 2u  3u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    3u 3u 3u 3u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*[X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3u 3u 3u !3u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !3u "3u -3u 23u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   23u 33u =3u B3u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG\X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B3u C3u D3u 3u 3u 3u 3u 3u                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd\X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3u 3u 
4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd]X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u  4u +4u 04u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   04u 14u ;4u @4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"^X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @4u A4u B4u a4u o4u 4u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?_X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4u 4u 4u 4u 4u 
5u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\`X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
5u 5u 5u 5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u )5u .5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .5u /5u :5u ?5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyaX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?5u @5u J5u O5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O5u P5u Q5u l5u z5u 5u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7bX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u 5u 5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u 5u 5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u 5u 5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTcX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u 5u 5u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5u 5u 5u 5u 6u 76u Z6u [6u 6u 6u 6u 6u 6u 6u i7u                                                                                                                                                                                        gd_  z  kddX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6u 6u 6u 6u j7u 7u 7u 7u 7u 7u 7u 7u 8u 
8u 8u @8u A8u R8u d8u e8u v8u w8u 8u 8u m:u o:u :u :u :u Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  i7u j7u 7u 7u 7u 7u 7u 7u 8u 
8u                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	
8u 8u                                        kdqdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8u A8u e8u w8u y8u 8u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8u 8u                                        kdeX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8u 8u 8u 8u 9u 9u ^9u 9u 9u :u (:u 9:u I:u J:u n:u                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  n:u o:u :u :u :u ;u ;u K;u |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdgX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :u :u :u :u :u :u :u :u J;u K;u L;u q;u r;u ;u ;u ;u ;u ,=u .=u >=u ?=u =u =u =u 
>u ">u ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jgX h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  K;u L;u r;u ;u ;u ;u ;u |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdXhX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;u ;u                                        kdiX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;u ;u ;u ;u F<u <u <u <u <u <u =u ,=u -=u                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  -=u .=u ?=u =u |            s            s                                                                                                                                                                                           	  $If   gd_   kdfjX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =u =u =u =u ">u >u >u >u >u 
?u ?u ?u ?u |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd kX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ">u >u >u >u >u 	?u 
?u ?u )?u o?u ?u ?u ?u ?u ?u @u B@u C@u M@u W@u X@u }@u ~@u @u @u @u @u @u Au Au Cu Cu 2Cu 4Cu DCu ECu UCu ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $?u @u @u C@u M@u W@u                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  W@u X@u                                        kdkX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X@u ~@u @u @u @u @u @u                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  @u @u                                        kd.mX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @u @u "Au #Au 2Au CAu {Au |Au Au hBu Bu Bu Bu Bu Cu Cu 3Cu                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  3Cu 4Cu ECu Cu Cu GDu Du Du |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdnX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UCu VCu pCu qCu rCu Cu Cu Cu Cu Cu Du FDu cDu Du Du Du Du Du Du Du Eu xEu Eu Eu Eu Eu ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j<oX h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Du Du Du Du Du Du wEu xEu Eu Eu Eu Eu |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdoX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Eu Eu Eu Fu Fu Fu Fu Fu AFu BFu jFu {Fu |Fu Fu Fu Fu Gu >Gu ZGu rGu sGu {Gu }Gu Gu Gu Gu Gu Gu Gu Gu  Hu Hu Hu @Hu ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Eu Eu Fu Fu Fu                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Fu Fu                                        kd{pX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fu BFu jFu |Fu }Fu ~Fu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~Fu Fu                                        kdqX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fu Fu Fu Fu 
Gu Gu ZGu [Gu |Gu }Gu Gu                                                                                                 Y                              kd#sX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Gu Gu Gu Gu Gu Hu Hu Hu Ju Ju Mu Mu             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdsX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @Hu AHu LHu MHu ]Hu ^Hu bHu cHu Hu Hu Mu Mu Nu Nu Ru +Ru Uu Vu BVu DVu YVu [Vu Vu Vu Vu Vu hWu jWu OXu dXu Xu 
Yu Yu Yu nZu rZu [u [u -]u T]u ]u ]u ]u ]u ]u ]u ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jxX hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jtX hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Mu Nu Nu Nu #Pu $Pu Pu Pu Ru Ru +Ru Su Su Uu Uu Vu [Vu Vu Vu iWu jWu OXu dXu Xu Xu Xu Xu                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Xu 
Yu Yu Yu Yu Yu             f                                                                                                                                                                      kdtX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Yu Yu #Yu +Yu 7Yu o            f            f            f                                                                                                                                                	  $If   gd_    kdluX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7Yu 8Yu =Yu DYu IYu o            f            f            f                                                                                                                                                	  $If   gd_    kduX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at IYu JYu OYu VYu bYu o            f            f            f                                                                                                                                                	  $If   gd_    kdHvX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at bYu cYu kYu sYu xYu o            f            f            f                                                                                                                                                	  $If   gd_    kdvX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at xYu yYu Yu Yu Yu o            f            f            f                                                                                                                                                	  $If   gd_    kd$wX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Yu Yu Yu Yu Yu o            f            f            f                                                                                                                                                	  $If   gd_    kdwX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Yu Yu Yu Yu Yu o            f            f            f                                                                                                                                                	  $If   gd_    kd xX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Yu Yu Yu Yu jZu kZu [u [u X]u Y]u ^u ^u p^u o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdnxX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ]u ]u ]u p^u |^u _gu igu ju ju pu pu <su dsu ttu tu tu tu tu tu uu uu uu uu uu vu vu vu vu <vu =vu nvu ovu pvu tvu }vu Ixu Kxu [xu ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %p^u |^u ^u ^u _u _u F`u G`u `u Zbu [bu ccu dcu cu ?eu @eu eu _gu igu hu hu iu iu iu iu ju ju                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ju 'ju 8ju Iju Zju [ju nju ju ju ju ju ju ku ku lu lu mu mu ou ou pu pu pu Hqu Iqu qu qu ru 3ru                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  3ru 4ru }ru ru <su =su dsu ttu tu tu uu uu uu uu uu vu vu                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  vu vu                                        kdWyX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vu =vu ovu pvu rvu svu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  svu tvu                                        kdzX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tvu }vu vu vu vu wu Twu |wu wu wu wu wu Ixu Jxu                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Jxu Kxu \xu xu |            s            s                                                                                                                                                                                           	  $If   gd_   kd{X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [xu \xu xu xu xu xu xu xu xu xu xu 
yu yu yu yu  yu ,yu Myu Nyu syu tyu uyu yyu yu 
{u r{u ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 xu xu xu xu xu xu xu xu yu yu |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd|X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yu yu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  yu  yu                                        kds}X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                yu Nyu syu tyu uyu wyu xyu                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  xyu yyu                                        kd~X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yyu yu yu yu yu zu _zu zu 	{u r{u {u {u                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  r{u {u {u {u {u {u {u {u {u {u {u {u {u {u |u |u |u /|u 0|u W|u X|u Y|u ]|u f|u }u ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    {u {u {u {u |            s            s                                                                                                                                                                                           	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {u {u {u {u {u {u {u |u |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdՀX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |u |u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |u 0|u V|u W|u X|u Y|u [|u \|u                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  \|u ]|u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]|u f|u |u |u |u }u C}u g}u }u V~u f~u g~u                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  }u V~u f~u h~u x~u y~u ~u ~u ~u ~u ~u ~u ~u ~u ~u ~u ~u ~u ~u u u u u @u Au iu ju ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    g~u h~u y~u ~u |            s            s                                                                                                                                                                                           	  $If   gd_   kd7X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~u ~u ~u ~u ~u ~u ~u ~u u u |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u Au hu iu ju ku mu nu                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ju ku ou xu u u u u u u u 
u u #u Uu Vu `u ju ku wu u u u u Áu āu îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  nu ou                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ou xu u u u u Wu wu u u u u                                                                                                                         f                           kdSX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  u u u 
u u u #u Vu `u ju                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd
X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ju ku                                        kdǉX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ku u Áu āu Łu ǁu ȁu                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  āu Łu Ɂu ҁu ]u ^u _u ou pu vu }u ~u u u u ԃu փu ׃u u u u )u 3u 4u @u \u п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ȁu Ɂu                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ɂu ҁu u u Du ru u u ނu u ^u _u                                                                                                                         f                           kdoX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  _u pu ~u u u u ׃u u u u                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd)X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	u )u 3u                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  3u 4u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4u ]u ^u _u au xu                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  \u ]u ^u _u yu u u u u u u u ͆u Άu  u u u u u u u u 5u u .u ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 xu yu                                        kd7X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yu u u u u Յu u u u Άu  u                                                                                     s                                                                                              kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 u u u u u u 5u u u u ]u u ̉u u |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdEX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
.u ]u pu u u ˉu ߉u u &u au uu u u ͊u u  u 
u u u -u 7u 8u 9u <u =u \u ]u ou pu u u Ëu ̋u ؋u õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !u bu u u u ͊u  u 
u u                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u =u ]u pu u u u u u                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  u Ëu                                        kdSX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ëu ̋u 7u Ju wu xu yu u u u ƌu                                                             f                                    [            [                     
  $If   gd_ K$  kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
؋u 7u wu xu yu 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 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ƌu ǌu ݌u u u u                                     R            I                                                                     	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdaX $If   K$L$l 0                                     
t                              4   4 
l a   u u u ;u Nu au tu u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	;u u u u u u u u u u $u %u Vu \u ]u eu gu |u }u u u u u u ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J u u                                        kd5X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u u u u u u %u Vu ]u fu                                                             f                                    [            [                     
  $If   gd_ K$  kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
fu gu }u u u u u                                     R                                                                                              Q  kdЙX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdCX $If   K$L$l 0                                     
t                              4   4 
l a   u u u u u u                                     R            I                                                                     	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd]X $If   K$L$l 0                                     
t                              4   4 
l a   u u u ߎu u u u +u ,u -u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u u u u u u u ߎu u *u +u .u 7u (u )u ܐu u u u u u "u #u $u u u u u u ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ -u .u                                        kd1X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .u 7u tu u )u u u u u #u u                                                                                     Y                                          kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
u u u u u u #u 5u Ou iu yu u u u ʒu ߒu u u                                                                                                                                                                                                                      	  $If   gd_  S  kd?X $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ u u u u iu ju ku lu u u u u u u u u u u u u u u vu  u u u u u ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  u %u 5u Ou iu ju ku                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdўX $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ku lu u u ٓu u u  u u |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdcX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u vu u u u u +u uu |u u                                                             f                                    [            [                     
  $If   gd_ K$  kdqX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
u *u +u Iu Qu uu {u |u u u u u  u u u #u $u %u 'u (u )u 6u @u Au u u u u u ͘u ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 u u u u u ʕu u u u (u Bu Ju _u tu u u u ʖu                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd+X $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ʖu u u u  u                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdX $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   u u )u Au Tu gu zu u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u                                        kd	X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u u <u u ̘u ju ku lu mu ~u љu                                                                                                 f                                                   kd]X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ͘u hu ku lu mu }u ~u Йu љu ҙu u u u u u u u u u pu qu tu }u þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ љu ҙu u u 8u Ku ^u qu ru su |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	su tu                                        kdѦX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tu }u 'u Ou u ۛu yu zu {u |u u                                                                                                 Y                              kd%X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
}u &u (u u u ۛu yu zu {u |u u u ߜu u u u u u u u u 	u 
u zu {u ~u νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  u u u 	u 
u /u Bu Uu hu {u |u }u             s                                                                                                                                                                 kdߨX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  }u ~u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~u u \u u Ǟu u u u u u u                                                                                     Y                                          kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
~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 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 u u u &u 'u /u Du Yu ku u u u ɠu u u  u u                                                                                                                                                                                                         	  $If   gd_  S  kdX $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u 'u Au [u ku u u u u                                                                                                                                                                                                                                                 	  $If   gd_  S  kd9X $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u u u u |            s            s                                                                                                                                                                                           	  $If   gd_   kdˬX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u /u 0u Cu Vu iu |u u u u |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdX $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/u 0u Bu Cu u u u u Tu Du Eu Fu Vu Wu cu hu }u u u ;u =u Cu Du Lu Nu Gu Iu ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  u u                                        kdMX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u Tu u u u u Du Eu Fu Wu                                                                                                 f                                                        kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Wu u =u Du Mu Nu Vu ku u u u u ۦu u u                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd[X $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  u  u 1u Ku Su hu }u u u u اu u u u .u Hu Iu                                                                                                                                                                                                                            S  kdX $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Iu Ju Ku su tu u u u u Өu Ԩu ըu             s                                                                                                                                                                 kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Iu Ju Ku cu mu nu ou qu ru su tu u u Ҩu Өu ֨u ߨu u ҩu өu u u u u u u Yu Zu Cu Xu Zu [u Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ըu ֨u                                        kd9X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֨u ߨu u u [u u u 4u u u Zu u Zu [u bu u u u 7u cu u îu u u Ou                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  [u bu gu zu ~u u u 2u 6u Nu Ou Pu `u au u u u u u u u u 	u ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Ou Pu au u u u |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u ӯu u u u )u Cu Tu nu u u u İu ްu u u                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdGX $If   K$L$l 0                     x                
t                                4   4 
l a   u u %u 7u Qu ku |u u u u ۱u u u u u                                                                                                                                                                                                                   	  $If   gd_  S  kdٴX $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u 	u 1u 2u Eu Xu ku ~u u u u |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdkX $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	u !u +u ,u 0u 1u 2u Du Eu u u u u [u u Tu u u u 0u u !u u u @u Uu Vu Wu ^u u ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ u u                                        kd3X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u [u Uu u 3u @u u $u u Wu ^u u u ܷu u u 7u Vu u u                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  u u u Էu u /u ;u Nu Zu mu uu u u u u u u u u u u u u Eu Gu Hu Iu au ku lu pu ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  u u u u u u |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u u +u =u Ou fu }u u u u ӹu u u u "u #u                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdAX $If   K$L$l 0                                     
t                                4   4 
l a   #u +u =u Ou au su u u u ɺu u u u u /u Fu Gu                                                                                                                                                                                                                            S  kdӸX $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Gu Hu Iu qu ru u u u u ѻu ӻu Իu             s                                                                                                                                                                 kdeX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  pu qu ru u u лu ѻu ջu ޻u u "u u u u u u iu u u iu u u u /u u Wu u u ku u u u !u mu 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Իu ջu                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ջu ޻u u u u u u u u *u u u u iu u 1u Yu u u u ju ku                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ku u u 
u )u iu u u u u u u                                                                                                             f                                       kdsX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  mu u u u u u u u u u u u :u ;u <u _u `u au eu fu ju su u u u u ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  u ;u <u `u au fu hu iu             s                                                                                                                                                                                     kd-X $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  iu ju                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ju su u u u u u 	u +u Mu ou u u                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  u u u u u |            s            s            s                                                                                                                                                                          	  $If   gd_   kd;X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u u u u u u u #u 'u .u Mu 3u Fu uu u u u u u *u >u yu u Ou [u _u u u u u +u ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  u u u u Mu u u 3u uu u u +u zu |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       zu u u "u u u u u Nu Ou u u u u Zu u u u _u u u u u u u u                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +u Zu mu u u u u u #u ^u ru u u u u u u u u *u 4u 5u 9u :u ;u Mu Nu `u au su tu u u u u u  u u u u u õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u :u ;u Nu au tu u u u                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u u u 6u du u u u u u u                                                                                                             f                                       kdWX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  u u u =u >u Qu du wu u u u             s                                                                                                                                                                      kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
u u u -u 7u 8u <u =u >u Pu Qu cu du u u u u u u [u \u ]u mu nu ou pu u u u u u u u u u u u u ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u u u \u ]u nu ou                                                 f                                                                                                                       kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ou pu u u u u u u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u u 3u 4u u u u u u u u u u u u u u u u u u ?u @u Du Mu pu qu u u u u u u u u u u 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %u u u 4u u u u u                                                 f                                                                                                                       kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  u u u u u u -u @u Bu Cu |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Cu Du                                        kd[X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Du Mu qu u u u u u                                                 f                                                                                                                       kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  u u u u Su Tu {u |u u u u u u |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdiX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u Ru Su Tu {u u u u u u u u u /u Ru fu u u u u u u u u u $u Ru Su fu u ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  u Su u u u Su u u .u u u u u u u u u                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  u u u u -u Au u u u u u u u u u u u u 	u 
u u u 0u Bu Cu hu iu u u u u շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\u u                                        kd#X $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u 
u u 0u Cu Vu iu ku u                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  u u                                        kdwX $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u u u +u =u uu u u u u  u -u                                                                                                 f                                                   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  u u uu u u u u u u u u u u  u u u !u +u -u 3u 4u ;u =u Ru Su bu du eu fu ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ -u 4u <u =u Su cu du eu                                                             R            I                                   	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ eu fu u u u u u u u u u |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
fu ~u u u u u u u u u u u u u u u u lu :u Du Eu cu du u u u u u u u ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ u u                                        kdYX $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u u mu u u u u u :u Eu du u u u u u                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  u u u u u u u u $u %u ,u .u 7u ]u ^u su tu vu wu xu u u u u u u u u u u u u u пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  u u u u %u -u |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -u .u ^u uu vu wu                                     R            I                                                                     	  $If   gd_ Q  kdX $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdgX $If   K$L$l 0                                     
t                              4   4 
l a   wu xu u u u u u u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u                                        kd;X $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u u iu u u u u #u Bu mu u u u u                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
u u u 
u hu u "u #u Au Bu Uu du lu mu tu zu u u u u u u u u u u u u u u زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 u u u u |            s            s                                                                                                                                                                                           	  $If   gd_   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u 
u u u u u u 0u 1u Cu Du iu ju nu wu xu u u u u u u Fu Pu Qu ou pu ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    u u u u 1u Du Wu ju lu mu |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	mu nu                                        kdX $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               nu wu u #u u u u u Fu Qu pu u u u                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
pu u u u u u u u u u u u u u u u u u u u u  u Gu 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  u u u u |            s            s                                                                                                                                                                                           	  $If   gd_   kdWX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u  u Gu Hu u :u lu mu u u Mu Nu |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Gu Tu Xu u :u lu yu }u u u Nu Zu ^u u u iu 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 Eu Fu u u u ku u u ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Nu u u hu iu u u u [u u u u u u u  u u u u  u u u 
u u ;u Ku ^u u u u                                                                                                                                                                                                                                                                                                                                                                   gd_  u u Fu u u u ku u u >u uu u u u u u 
u u !u                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  u uu yu u u u u u u  u !u (u )u wu xu yu zu u u Nu {u u u u ^u u u u u u u Eu Fu Ku pu tu &u Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $!u "u #u $u %u &u 'u (u )u M            H            H            H            H            H            H            H                   gd_   kdX $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   )u =u Du Iu Yu Zu iu ju                                                 _            V            V                                                             	 $If   gd_    kdiX $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ju ku wu xu                                                                                                                                                                                                                                                          	 $If   gd_  o  kd>X $$If   l       0   T# T                 .                
t  0                                                              4 
l al  xu yu zu u u u u u                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdX $$If   l       0   T# T                 .                
t  0                                                              4 
l al  u u u u u 2            )            )            )                      	 $If   gd_    kdxX $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     u Hu Iu Nu {u u u             [                                                                                                                                           kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  u u u u u Xu d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdnX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Xu Yu ^u u u u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7X $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u u u u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd X $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u Fu Ku qu d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  qu ru su }u u u u d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u u n            e            e                                                                                                                                                               	 $If   gd_    kd[X $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           u u u u                                                                                                                                                                                                                                                	 $If   gd_  t  kd0X $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  u u u u u u u &u 2u                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2u 3u                                             kdjX $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          3u >u Bu Iu Pu Qu Ru Su                                                             A                                  kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Su Tu Uu Vu Wu Xu Yu Zu                                                 A                                              kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Zu [u \u ]u ^u _u tu                                     A            <            7                  gd_    gd_    kdX $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  tu 'u (u Au Bu [u lu mu u u                                                                                                                                                                                                                                                   E  kd`X $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	&u 'u (u .u /u Au Bu lu mu u u u u u u u u u u u u u u u 
u $u %u &u *u +u Hu Iu Ju Vu Wu iu 1u  v  v  v  v  v  v 춥x                          /jX hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *u u u u u u u                                     a                                                                                                                             E  kdX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdX $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kdX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}X $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kdX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;X $$If   l 0 
" R                                                           4 
l a   u u u u 
u u $u                                     a                                                                                                                             E  kdXX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdX $$If   l 0 
" R                                                           4 
l a   $u %u &u 'u (u )u *u                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdX $$If   l 0 
" R                                                           4 
l a   *u +u 8u 9u Gu Hu l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdX $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Hu Iu Ju Wu iu 0u 1u # v $ v  v  v l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdX $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
 v  v  v v v v v v v v v v ;v <v v v v v v v v v >v @v Rv Sv wv yv v v v v v v v Hv Iv Uv 
v 
v 
v 
v 
v 
v Uv Vv v v v ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jX hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 v v v <v v v v v v ?v                                                                                                                                                                                                                                                       S  kd`X $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	?v @v Sv xv yv v v                                     N                                                                                       S  kdX $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdX $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   v v v v v v dv ev Rv Sv Hv Iv Uv v 3v v 
	v s	v 	v                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdX $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   	v 	v 
v 
v Uv Vv v v v v ,
v -
v >
v \v ~v v 	v "v >v Xv Yv bv cv v v av bv v                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  v v =v >v Nv Vv +
v -
v >
v [v \v ~v Cv `v cv v v "v v v v v v %v &v ;v <v mv nv ov v v v v v v v v v v ۵۵۵ۭۜۋzrgrrr       jX h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'v v v v v &v <v nv                                     j                                                                                                                                           kdX $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  nv ov v v v 
v kv lv v v /v s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdX $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
/v v Nv Ov v v v <v =v v v :v ;v v v `v av .v /v Iv Zv 
v v v v v v                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  v v v v v v <v =v v 9v v _v 	v 
v v v &v 'v +v ,v -v .v /v 8v Iv Zv v v v 
v v v  v  v ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jZX hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjX h_ U !v  v  v  v !v !v &!v                                                 e                                                                                                                        F  kd4X $$If   l   l '{6    4   4 
l a] p
        F  kdX $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_   v  v (!v L!v M!v P!v Q!v W!v X!v y!v z!v !v !v !v !v !v !v !v !v "v "v )"v *"v A"v B"v X"v Y"v s"v t"v "v "v "v "v "v }$v ~$v $v $v  %v 9%v m%v s%v v%v &v &v &v &v 4'v ]'v 'v 'v 'v ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3&!v '!v (!v 1!v ?!v L!v M!v                                                             5            v  kdX $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdX $$If   l   l '{6    4   4 
l a] p
         M!v N!v O!v P!v Q!v U!v V!v W!v                                     t                                                                                                                                                             v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  W!v X!v q!v s!v y!v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y!v z!v !v !v !v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !v !v !v !v !v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !v !v !v !v !v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdkX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !v !v !v !v !v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !v !v  "v "v "v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "v "v ""v $"v )"v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdlX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )"v *"v 9"v ;"v A"v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A"v B"v P"v R"v X"v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X"v Y"v l"v n"v s"v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdmX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s"v t"v {"v "v "v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         "v "v "v "v "v }$v ~$v $v $v $v  %v :%v n%v %v %v                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %v %v %v &v I&v \&v &v &v &v  'v 4'v N'v ^'v 'v 'v 'v 'v 'v 'v 
(v )v )v *)v P)v _)v r)v s)v )v )v )v                                                                                                                                                                                                                                                                                                                                                                   gd_  'v 'v 'v (v 	(v 
(v *)v @)v _)v q)v )v )v )v )v *v ?*v P*v *v *v *v D+v Y+v +v +v +v +v +v +v +v +v +v +v пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  )v )v )v )v  *v *v N*v O*v P*v *v *v *v *v *v *v C+v D+v N+v Y+v +v +v +v                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +v +v                                     kdnX $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               +v +v +v +v +v ,v (,v >,v @,v W,v                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	+v +v ,v ,v ',v (,v =,v >,v X,v a,v ,v ,v -v -v "-v #-v $-v %-v K-v L-v Q-v Z-v w.v y.v .v .v .v .v .v .v .v Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ W,v X,v                                     kdX $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X,v a,v ,v ,v ,v ,v ,v ,v ,v ,v ,v ,v ,v -v                                                                                                                                     q                            kdY $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
-v #-v $-v %-v L-v M-v N-v O-v P-v             q            l                                                                                                                                                       gd_    kdY $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  P-v Q-v                                     kdY $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Q-v Z-v {-v |-v -v -v -v -v -v -v .v .v 3.v H.v b.v c.v x.v                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  x.v y.v .v .v z            q            q                                                                                                                                                                                       	  $If   gd_    kdY $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       .v .v .v .v .v .v .v .v z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdY $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       .v .v .v .v .v i/v k/v {/v |/v /v /v /v /v /v /v /v '0v 30v O0v [0v z0v 0v 0v 0v 0v 0v 
1v 1v 1v 1v .1v x1v 1v 1v 1v ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  ".v .v                                     kdgY $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               .v .v  /v /v /v /v 8/v T/v U/v j/v k/v |/v /v                                                                                                             q                                                         kdY $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  /v /v /v /v /v /v /v /v z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd{Y $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       /v /v                                     kd8Y $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               /v /v "0v #0v 0v 0v 0v 0v 1v                                                             q                                                                                                                             kd	Y $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  1v 1v 
1v 1v .1v 1v 1v 2v 2v 2v 2v z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdL
Y $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
1v 1v 2v 2v M2v N2v X2v b2v c2v 2v 2v 2v 2v 2v 2v 3v 3v ~4v 4v 4v 4v 4v 4v $5v %5v &5v E5v F5v G5v H5v I5v L5v U5v 5v 5v 5v ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #2v N2v X2v b2v                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  b2v c2v                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c2v 2v 2v 2v 2v 2v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2v 2v                                        kdkY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2v 3v 3v 3v 3v 3v 3v :4v 4v 4v 4v 4v %5v                                                                                                 s                                                                        kd
Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  %5v &5v G5v H5v I5v J5v K5v |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdyY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K5v L5v                                        kd3Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L5v U5v 5v 5v 5v 5v                         s                                                                                                                                                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5v 5v 5v 5v 5v 5v 5v 
6v 6v 9v 9v 9v 9v :v o:v :v :v 
;v r;v ;v ;v <v <v <v =v 4=v N>v m>v >v >v f?v ?v ?v @v @v @v ~Av Av Av Bv Bv Bv 
Cv )Cv ^Dv _Dv о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -5v 5v 5v 5v 5v 5v 6v 6v 6v 6v 7v 7v 7v !7v |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdAY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
!7v "7v 7v 7v 7v 7v 7v 7v 18v f8v 8v 8v 9v 9v 9v 9v 9v 9v 
:v                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  
:v :v :v :v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v ):v .:v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .:v /:v ::v ?:v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?:v @:v J:v O:v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O:v P:v Q:v o:v }:v :v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v :v :v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v :v :v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v :v :v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v :v :v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :v :v :v :v :v ;v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdRY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v 
;v ;v ;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v (;v -;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -;v .;v 9;v >;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >;v ?;v I;v N;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N;v O;v P;v r;v ;v ;v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v ;v ;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v ;v ;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v ;v ;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v ;v ;v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;v ;v ;v ;v 
<v <v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v &<v +<v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +<v ,<v 6<v ;<v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;<v <<v G<v L<v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L<v M<v W<v \<v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \<v ]<v ^<v <v <v <v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v <v <v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v <v <v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v <v <v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v <v <v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <v <v <v =v #=v 3=v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3=v 4=v ?=v D=v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D=v E=v O=v T=v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T=v U=v `=v e=v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e=v f=v p=v u=v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u=v v=v w=v =v ,>v N>v \>v l>v                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l>v m>v x>v }>v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }>v ~>v >v >v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >v >v >v >v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >v >v >v >v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >v >v >v >v >v >v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >v >v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2!Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v "?v '?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '?v (?v 2?v 7?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7?v 8?v 9?v f?v t?v ?v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO"Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
#Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl#Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?v ?v ?v ?v @v @v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*$Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v "@v '@v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '@v (@v 2@v 7@v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7@v 8@v C@v H@v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG%Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H@v I@v S@v X@v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X@v Y@v Z@v @v @v @v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v @v @v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd&Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v @v @v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v @v @v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"'Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v @v @v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @v @v @v NAv OAv ~Av Av Av                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd'Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Av Av Av Av             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?(Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Av Av Av Av             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Av Av Av Av             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Av Av Av Av             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\)Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Av Av Av Av 
Bv Bv                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv )Bv .Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Bv /Bv 9Bv >Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy*Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Bv ?Bv JBv OBv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OBv PBv ZBv _Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7+Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Bv `Bv aBv Bv Bv Bv                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv Bv Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv Bv Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT,Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv Bv Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv Bv Bv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bv Bv Bv 
Cv Cv (Cv                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq-Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (Cv )Cv 4Cv 9Cv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9Cv :Cv DCv ICv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/.Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ICv JCv UCv ZCv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZCv [Cv eCv jCv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jCv kCv lCv Cv Cv Cv Cv Cv ODv PDv ]Dv ^Dv _Dv Dv Ev                                                                                                                                                                                        gd_  z  kdL/Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Dv pDv Dv Dv Ev <Ev MEv NEv OEv dEv Ev Ev Ev Ev Ev Ev Ev Ev Fv Fv Fv Fv /Fv 8Fv Hv 
Hv Hv Hv .Hv Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Ev Ev <Ev NEv OEv YEv dEv Ev Ev Ev                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Ev Ev                                        kd/Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ev Ev Fv Fv Fv .Fv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .Fv /Fv                                        kd0Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /Fv 8Fv Fv Fv Fv Fv Fv [Gv Gv Gv Gv Gv Gv Gv Hv                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Hv 
Hv Hv oHv Hv Hv Hv Hv |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdS2Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .Hv /Hv IHv JHv KHv ^Hv _Hv nHv Hv Hv Hv Iv Iv ?Iv @Iv CIv LIv Jv Jv Jv Jv Kv Kv Kv Kv Kv ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j
3Y h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Hv Hv Iv ?Iv @Iv AIv BIv |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       BIv CIv                                        kdL4Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CIv LIv Iv Iv Iv CJv NJv jJv Jv Jv Jv Jv Jv                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Jv Jv Jv Kv |            s            s                                                                                                                                                                                           	  $If   gd_   kd5Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Kv Kv Kv Kv Kv OLv PLv Lv Lv Lv Lv Mv Mv |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdZ6Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Kv OLv PLv Lv Lv Lv Lv Lv Lv 
Mv "Mv XMv Mv Mv Mv Mv Mv Mv Mv Mv Mv Nv Nv KNv nNv oNv rNv {Nv 1Ov 4Ov Pv Pv Pv Pv Pv Pv Pv ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Mv Mv Mv Mv Mv Mv                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  Mv Mv                                        kd7Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mv Nv KNv ]Nv oNv pNv qNv                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  qNv rNv                                        kdh8Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rNv {Nv Nv Nv Nv Nv Ov Ov Ov Pv &Pv GPv mPv Pv Pv Pv Pv                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Pv Pv Pv 4Qv Qv Qv #Rv fRv |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd9Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Pv Pv Qv Qv Qv #Qv $Qv 3Qv TQv Qv Qv Qv Rv "Rv DRv eRv fRv iRv zRv Rv Rv Sv HSv ISv JSv [Sv ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jv:Y h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  fRv gRv hRv iRv Rv Rv Sv Sv JSv \Sv ]Sv gSv |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd:Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [Sv ]Sv rSv Sv Sv Sv Sv Sv Sv Sv Tv Tv Tv Tv &Tv Tv Tv Tv Tv Uv Uv Uv Uv +Uv ,Uv vUv wUv yUv zUv Uv Uv Uv Uv Uv ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !gSv rSv Sv Sv Sv                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Sv Sv                                        kd;Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sv Sv Tv Tv Tv Tv                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Tv Tv                                        kd	=Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tv &Tv Tv Tv Tv Tv Tv Tv Uv Uv ,Uv                                                                                                 Y                              kd]>Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
,Uv wUv xUv yUv zUv Uv @Vv dVv Xv Xv 1[v >[v             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd?Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Uv Uv Uv Uv Uv Uv  Vv Vv @Vv dVv 1[v >[v j\v {\v _v _v cv cv cv cv cv cv dv dv dv dv ev ev ev fv tfv fv wgv ~gv hv hv @iv aiv jv jv Ykv Zkv rkv skv kv kv ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jDY hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j?Y hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  ->[v i\v j\v {\v ]v ]v ^v ^v _v _v _v /av 0av cv cv cv cv dv dv ev ev ev fv sfv tfv fv fv                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  fv fv fv fv fv fv             f                                                                                                                                                                      kd8@Y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  fv fv fv fv fv o            f            f            f                                                                                                                                                	  $If   gd_    kd@Y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at fv fv fv fv fv o            f            f            f                                                                                                                                                	  $If   gd_    kdAY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at fv fv fv fv  gv o            f            f            f                                                                                                                                                	  $If   gd_    kdAY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  gv gv 	gv gv gv o            f            f            f                                                                                                                                                	  $If   gd_    kdAY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at gv gv gv 'gv 3gv o            f            f            f                                                                                                                                                	  $If   gd_    kd^BY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3gv 4gv <gv Cgv Hgv o            f            f            f                                                                                                                                                	  $If   gd_    kdBY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Hgv Igv Qgv Xgv dgv o            f            f            f                                                                                                                                                	  $If   gd_    kd:CY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at dgv egv fgv ggv hv 	hv `iv aiv jv jv kv kv lv o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdCY $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at kv kv kv lv lv tv uv Nxv Yxv P~v a~v ڀv v v v v +v /v Kv Ov Pv ev v v v v v v ڃv ۃv v 
v v v v v v v ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %lv lv lv lv Mmv Nmv mv mv 7nv ov ov qv qv Sqv rv rv xsv tv uv Mvv Nvv owv |wv wv wv wv wv                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  wv wv wv wv wv wv xv xv 6xv Mxv Nxv Yxv yv yv 'zv (zv zv zv |}v }}v P~v a~v ~v ~v ~v Fv tv v v                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  v v v kv ڀv ۀv v v v Kv Ov Pv Zv ev v v v                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  v v                                        kdDY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v ۃv 
v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  v v                                        kdEY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v Zv fv v v v v %v ^v hv v v v                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
v v v 1v |            s            s                                                                                                                                                                                           	  $If   gd_   kd9GY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v 0v 1v 2v 4v @v Dv `v av vv v v v v v ʆv v v v v v v  v v v ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 1v 2v 3v 4v `v av kv vv v v |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdGY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  v v                                        kdHY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  v v                                        kdJY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  v _v kv v v v !v v v  v !v                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  v  v "v 2v 3v 9v @v Av Bv Cv Xv v v v v v v ͉v Ήv v v v v v v ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    !v "v 3v Av |            s            s                                                                                                                                                                                           	  $If   gd_   kdUKY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Av Bv Cv Mv Xv v v v |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdLY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v                                        kdLY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v Ήv v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  v v                                        kdNY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v Cv Ov vv v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  v v v v v v v $v %v &v 'v (v 4v 8v Sv Tv iv v v v v v v ތv ߌv v v ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    v v v %v |            s            s                                                                                                                                                                                           	  $If   gd_   kdqOY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %v &v 'v (v Tv ^v iv v v v |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd+PY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kdPY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v ߌv v v v 	v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  v 	v 
v v v v v v v v v v v v v v v v 	v v 6v 7v Av `v av bv îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  v 
v                                        kd9RY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
v v Uv av v v v v Mv v v v                                                                                                                         f                           kdSY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  v v v v v v v v v v                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdGTY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	v 	v                                        kdUY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	v 7v av bv cv ev fv                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  bv cv gv pv v v v 
v v v v v v v Xv rv tv uv v v v Ǒv ёv ґv ޑv v п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  fv gv                                        kdUVY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gv pv v v v v 0v _v |v v v v                                                                                                                         f                           kdWY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  v v v v v Xv uv v v v                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdcXY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	v Ǒv ёv                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ёv ґv                                        kdYY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ґv v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  v v v v v  v !v "v #v Yv Zv [v kv lv v v v v v v v v Ӕv v ̖v ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 v v                                        kdqZY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  v "v #v 4v sv v Zv [v lv v                                                                                     s                                                                                              kd[Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
v v v v v v Ӕv v v v v 2v jv v |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd\Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
̖v v v 1v Ev iv }v v ėv v v Uv Vv kv v v v v v ˘v ՘v ֘v טv ژv ۘv v v 
v v Fv Gv av jv vv õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !v  v Uv Vv `v kv v v v                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v v                                        kd9]Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v ۘv v v !v 4v Gv Iv `v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  `v av                                        kd^Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               av jv ՙv v v v v (v Uv \v dv                                                             f                                    [            [                     
  $If   gd_ K$  kd_Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
vv ՙv v v v 'v (v +v @v Iv Sv Uv [v \v cv ev zv {v v v v v v v v v v v v ؚv ٚv ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ dv ev {v v v v                                     R            I                                                                     	  $If   gd_ Q  kd(aY $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd`Y $If   K$L$l 0                                     
t                              4   4 
l a   v v v ٚv v v v %v &v 'v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ٚv $v %v (v 1v Tv v v v v v Ûv v v v v v v v *v ,v 2v 3v 4v ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 'v (v                                        kdobY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (v 1v Tv v v v v Ûv v v v                                                             f                                    [            [                     
  $If   gd_ K$  kdcY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
v v v +v ,v -v .v                                     R                                                                                              Q  kd
eY $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd}dY $If   K$L$l 0                                     
t                              4   4 
l a   .v /v 0v 1v 2v 3v                                     R            I                                                                     	  $If   gd_ Q  kd$fY $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdeY $If   K$L$l 0                                     
t                              4   4 
l a   3v 4v \v }v ~v v v ɜv ʜv ˜v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdfY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4v Lv Vv Wv Xv Zv [v \v }v ~v Ȝv ɜv ̜v ՜v Ɲv ǝv zv v v v v v v v v .v 7v Nv ~v v ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ˜v ̜v                                        kdkgY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̜v ՜v v v ǝv v v v v v ~v                                                                                     Y                                          kdhY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
~v v v v v v v ӟv v v v 1v Kv Sv hv }v v v                                                                                                                                                                                                                      	  $If   gd_  S  kdyiY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ v v v v v v 	v 
v "v ,v -v .v 0v 1v 2v Qv Rv v v v v v v v v v v v ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  v àv Ӡv v v v 	v                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdjY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	v 
v 2v Rv wv v v v v |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdjY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v                                        kdWkY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v Bv v v v ɢv v v #v                                                             f                                    [            [                     
  $If   gd_ K$  kdlY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
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 7v v kv ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 #v $v ,v Av Vv hv v v v ƣv v v v v $v >v Xv hv                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdemY $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   hv v v v v                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdmY $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v v Ǥv ߤv v v v +v ,v -v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdnY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-v .v                                        kdCoY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .v 7v v ڥv !v jv v 	v 
v v v ov                                                                                                 f                                                   kdpY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  kv v 	v 
v v v v nv ov pv v v v v v v v v v v v v v þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ov pv v v ֧v v v v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQqY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kdrY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v Ũv v 0v yv v v v v +v                                                                                                 Y                              kd_sY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
v Ĩv ƨv /v 0v yv v v v v *v +v }v ~v v v v v v v v v v v v v νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  +v ~v v v v ͪv v v v v v v             s                                                                                                                                                                 kdtY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v v                                        kdtY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v %v v !v ev v Mv Nv Ov `v v                                                                                     Y                                          kd'vY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
v %v v v Kv Mv Nv Ov _v `v v v v v ív ŭv <v >v ?v @v Pv Qv v v v v ǯv ȯv ɯv ˯v ̯v ͯv ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 v v v ĭv ŭv ͭv v v 	v #v =v Mv gv v v v v                                                                                                                                                                                                         	  $If   gd_  S  kdvY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v Ův ߮v v 	v #v =v >v ?v                                                                                                                                                                                                                                                 	  $If   gd_  S  kdswY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?v @v Qv v |            s            s                                                                                                                                                                                           	  $If   gd_   kdxY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v ͯv ίv v v v v -v .v /v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdxY $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ͯv ίv v v ,v -v 0v 9v v v v v v v v v v _v v ٳv ۳v v v v v v v ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  /v 0v                                        kdyY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0v 9v v Rv v v 5v v v v v                                                                                                 f                                                        kdzY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
v _v ۳v v v v v 	v v 3v Ev _v yv v v                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd{Y $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  v v ϴv v v v v 0v Bv \v vv v v v ̵v v v                                                                                                                                                                                                                            S  kd'|Y $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v v v v v %v 8v Kv ^v qv rv sv             s                                                                                                                                                                 kd|Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v v v v v v 
v v v v v $v %v pv qv tv }v Av pv qv v v Kv Lv 1v Fv v v v v v v Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ sv tv                                        kds}Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tv }v Av v v Lv v Ҹv Hv v v v v v  v ?v v v ջv v 5v av v v v                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  v  v v v v 4v v мv Լv v v v v v Cv Iv Jv Rv Tv v v v v ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   v v v Cv Jv Sv |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd~Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sv Tv \v qv v v v ǽv v v v &v 7v Qv bv |v v v                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdY $If   K$L$l 0                     x                
t                                4   4 
l a   v v þv վv v 	v v 4v Nv _v yv v v v v                                                                                                                                                                                                                   	  $If   gd_  S  kdY $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v v Ͽv пv v v 	v v /v 0v 1v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdY $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
v v ɿv ʿv οv Ͽv пv v v .v /v 2v ;v v %v v Cv Xv v v v v &v ;v v v v v v @v ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 1v 2v                                        kdmY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2v ;v v v [v v v Kv v >v v v <v [v zv v v v v 5v 6v                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  @v Sv _v rv v v v v v v v ,v 4v 5v 6v 7v Gv Hv v v v v v v v v v v 	v 
v v ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  6v 7v Hv v v v |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v v v v v v v v 2v Cv Zv qv v v v v v                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd{Y $If   K$L$l 0                                     
t                                4   4 
l a   v v v v v v (v ?v Vv gv ~v v v v v v v                                                                                                                                                                                                                            S  kd
Y $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v v v v v #v 6v Iv \v ov qv rv             s                                                                                                                                                                 kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v v v "v #v nv ov sv |v v v Vv v (v v v v #v wv v ^v sv $v v Qv v Lv av 	v v v v v v 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !rv sv                                        kdYY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sv |v v Vv (v v $v ^v v v %v Cv uv v v v v dv ev lv v 	v                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  	v Iv v v v v &v Ev dv v v v                                                                                                             f                                       kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  v v *v =v Iv \v hv {v v v v v v v v v v v v v v v .v Cv Dv Ev ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  v v v v v v v v             s                                                                                                                                                                                     kdgY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v v                                        kd!Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v @v bv v v v v v 
v /v Dv                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Dv Ev Vv v v |            s            s            s                                                                                                                                                                          	  $If   gd_   kduY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ev Uv Vv v v v v v v v v v v v v v &v Iv ]v v v v v v +v v v v $v v v v v ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  v v v v v v v v v Jv v v v |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd/Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v mv nv v gv hv 'v (v v v $v v v v v /v gv v v Rv Sv ]v hv v v v                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v v v .v Bv fv zv v v v v Rv Sv hv v v v v v v v v v v v v v v v v v $v %v )v 2v zv v v v v v õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (v v                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v v %v 'v (v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  (v )v                                        kd=Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )v 2v zv v v v  v :v qv v v v                                                                                                             f                                       kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  v v v v v v v v (v *v +v             s                                                                                                                                                                      kdKY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
v v v v v v v v v v v v v 'v (v ,v 5v vv wv v v v v v 
v v &v 0v 1v 5v 6v 7v Iv Jv \v ]v v v ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %+v ,v                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,v 5v Sv wv v v v 
v                                                 f                                                                                                                       kdYY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  
v v 6v 7v Jv ]v pv v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kd͑Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v Tv Uv Vv fv gv hv iv v v v v v v v v v v v v v v v v v v v v  v 0v 1v 2v 3v @v 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %v v v v Uv Vv gv hv                                                 f                                                                                                                       kd!Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  hv iv v v v v v v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdۓY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v  v 1v 2v                                                 f                                                                                                                       kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  2v 3v 4v ev v v v v Kv Cv Dv xv v |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @v Dv ev v v v v &v *v Kv v Dv xv v v v v v (v )v <v Nv Ov mv nv v v v v v v 5v ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  v v )v nv v v 6v }v v !v "v #v -v 8v kv uv v                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5v Iv |v v v v  v "v #v 8v jv kv uv v v v v v v v v v v v v v v  v )v *v 9v շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\v v                                        kd]Y $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v v v v v v v 	v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  v  v                                        kdY $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                v )v v v v v v Jv v v v v                                                                                                 f                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9v v v v 1v Av Jv Qv Wv v v v v v v v v v v v v v v v v  v v v v ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ v v v v v v v v                                                             R            I                                   	  $If   gd_ Q  kdLY $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdY $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ v v ,v -v @v Sv fv yv {v |v v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdٛY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
v v &v 'v +v ,v -v ?v @v Rv Sv xv yv v v v v 
v v v v v v v Mv Vv ]v cv tv uv ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ v v                                        kdY $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v v v &v Wv tv v v v v v v 0v Vv uv vv                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  uv vv wv v v v v v v v v v v v v v v v v v .v 8v 9v =v >v ?v Qv Rv dv ev v v v пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  vv wv v v v v |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v v v v v                                     R            I                                                                     	  $If   gd_ Q  kd.Y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdY $If   K$L$l 0                                     
t                              4   4 
l a   v v >v ?v Rv ev xv v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kduY $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v v v /v iv {v v v v v Mv Qv Rv Sv                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
v v v v v v v v v v v v 
v v v v Lv Mv Pv Qv Rv Sv Tv dv ev hv }v v v v زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Sv Tv ev v |            s            s                                                                                                                                                                                           	  $If   gd_   kdɡY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v v v v v v v v v v v v v v v v v %v v v 2v 6v xv v v v 
v v ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    v v v v v v v v 
v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kd=Y $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v v v v 3v fv v v v v v 9v {v |v                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
v !v 0v 8v 9v @v Fv zv {v |v }v v v v v v v v v v v v v 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  |v }v v v |            s            s                                                                                                                                                                                           	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v v v v v !v v 
v v Dv v v v |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdKY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
v v v !v v 
v v v Dv v v v v v v v \v ]v iv mv v v )v 5v 9v av 3v av mv qv v Ov Pv v v v v v  w $w %w ;w ?w kw w w w w sw w 	w Ew w ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4v v v v v \v ]v v v (v )v av 3v `v av v Pv v v v r w s w  w  w  w  w  w $w %w kw                                                                                                                                                                                                                                                                                                                                                                   gd_  kw w w w sw w 	w Ew w w w uw vw w w w w w w                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  w w w tw uw w w w w w w w w w w w w Tw w w w iw w w w 'w (w Lw w w w w w w 	w 
w 
w Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $w w w w w w w w w M            H            H            H            H            H            H            H                   gd_   kdY $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   w w w w w w w w                                                 _            V            V                                                             	 $If   gd_    kdY $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  w 	w w w                                                                                                                                                                                                                                                          	 $If   gd_  o  kdxY $$If   l       0   T# T                 .                
t  0                                                              4 
l al  w w w #w 'w :w Bw Nw                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdY $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Nw Ow Tw w w 2            )            )            )                      	 $If   gd_    kdY $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     w w w w w w cw             [                                                                                                                                           kdߩY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  cw dw iw w w w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w w w (w ,w Fw d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdqY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Fw Gw Lw w w w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd:Y $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w w w w w 	w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	w 	w 	w 	w j	w o	w {	w d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kḓY $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  {	w |	w 	w 	w n            e            e                                                                                                                                                               	 $If   gd_    kdY $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           	w 	w 	w 	w                                                                                                                                                                                                                                                	 $If   gd_  t  kdjY $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	w 	w 	w 	w 	w 	w 	w 	w 	w                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdY $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	w 	w                                             kdY $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          	w 	w 	w 	w 	w 	w 	w 	w                                                             A                                  kdY $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  	w 	w 	w 	w 	w 	w 	w 	w                                                 A                                              kdܲY $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  	w 	w 	w 	w 	w 	w 
w                                     A            <            7                  gd_    gd_    kdY $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  
w 
w 
w 
w 
w 
w 
w w w !w                                                                                                                                                                                                                                                   E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	
w 
w 
w 
w 
w 
w 
w 
w w !w "w $w %w 3w 4w Aw Bw aw bw dw ew w w w w w w w w w w w w w w w w tw uw w w w w 춥x                          /j̹Y hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *!w "w #w $w %w -w 3w                                     a                                                                                                                             E  kdXY $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdY $$If   l 0 
" R                                                           4 
l a   3w 4w =w Aw Bw Uw aw                                     a                                                                                                                             E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdY $$If   l 0 
" R                                                           4 
l a   aw bw cw dw ew ww w                                     a                                                                                                                             E  kdԶY $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kduY $$If   l 0 
" R                                                           4 
l a   w w w w w w w                                     a                                                                                                                             E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3Y $$If   l 0 
" R                                                           4 
l a   w w w w w w w                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdY $$If   l 0 
" R                                                           4 
l a   w w w w w w l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdPY $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   w w w w w w w 
w 
w w w l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdY $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
w w w w w w w w w w w w w w 2w 3w ?w @w w w w w w w w w w w 'w (w gw iw jw vw ww w w w 5w 8w Mw mw w w w w Pw Qw cw ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j3Y hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0w w w w 3w @w w w w w                                                                                                                                                                                                                                                       S  kdY $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	w w w w w (w hw                                     N                                                                                       S  kdY $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd,Y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   hw iw jw ww w Fw w w w w w w w vw w Bw w w xw                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdPY $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   xw yw 8w w w w 2w Pw Qw dw w w w w w w w w w w w  w w w w w   w K w                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  cw dw w w w w w w w w w w w w w w w w K w a w e w r w s w  w  w  w  w !w !w 
!w )$w *$w 5$w 6$w 7$w ;$w <$w y$w z$w $w ۵۵۵ۭۜۋzrgrrr       jƽY h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'K w W w f w r w s w  w  w !w                                     j                                                                                                                                           kdY $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  !w 
!w !w g!w l!w !w 	"w 
"w &"w "w "w s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdTY $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
"w '#w #w #w >$w $w $w $w $w %w %w &w &w G(w H(w (w (w )w )w )w )w *w b+w ,w ,w (-w )-w                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  $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 y*w *w +w +w ,w (-w .w .w ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jY hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj-Y h_ U !)-w .w .w .w .w .w .w                                                 e                                                                                                                        F  kdnY $$If   l   l '{6    4   4 
l a] p
        F  kdY $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  .w .w .w .w .w .w .w .w .w /w /w 8/w 9/w O/w P/w k/w l/w /w /w /w /w /w /w /w /w /w /w 0w 0w 90w :0w ;0w <0w =0w 2w 2w (2w 2w 2w 2w 3w 3w 3w 3w 3w 4w 4w 4w 4w /5w N5w 5w ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3.w .w .w .w .w .w .w                                                             5            v  kdTY $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdY $$If   l   l '{6    4   4 
l a] p
         .w .w .w .w .w .w .w .w                                     t                                                                                                                                                             v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  .w .w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w 1/w 3/w 8/w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdOY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8/w 9/w G/w I/w O/w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O/w P/w c/w e/w k/w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k/w l/w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w /w /w /w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /w /w 
0w 0w 0w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0w 0w 0w 0w 90w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdRY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         90w :0w ;0w <0w =0w 2w 2w (2w p2w 2w 2w 2w 3w 3w S3w                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S3w g3w 3w 3w 3w 3w .4w L4w 4w 4w 4w 4w 4w 05w O5w 5w 5w 5w 5w 5w 6w 6w 6w 6w 6w 7w 7w *7w ]7w ^7w                                                                                                                                                                                                                                                                                                                                                                   gd_  5w 5w 5w 5w 5w 5w 6w 6w 6w 7w D7w \7w |7w 7w 7w 7w 7w "8w N8w y8w 8w 8w )9w *9w 49w >9w ?9w e9w f9w 9w 9w 9w пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^7w |7w 7w 7w 7w 7w 7w 7w 7w "8w 88w N8w d8w z8w {8w 8w 8w 8w 8w *9w 49w >9w                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  >9w ?9w                                     kdY $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ?9w f9w 9w 9w 9w 9w 9w 9w 9w 9w                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	9w 9w 9w 9w 9w 9w 9w 9w 9w 9w :w :w :w :w :w :w :w :w :w :w :w :w <w <w '<w (<w G<w H<w I<w J<w o<w Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 9w 9w                                     kdY $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9w 9w !:w ":w 6:w 7:w [:w w:w x:w :w :w :w :w :w                                                                                                                                     q                            kdVY $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
:w :w :w :w :w :w :w :w :w             q            l                                                                                                                                                       gd_    kdY $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  :w :w                                     kdY $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               :w :w ;w ;w .;w /;w I;w e;w f;w x;w ;w ;w ;w ;w  <w <w <w                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  <w <w (<w H<w z            q            q                                                                                                                                                                                       	  $If   gd_    kd'Y $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       H<w I<w J<w q<w r<w s<w t<w u<w z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdY $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       o<w p<w q<w v<w <w =w 	=w =w =w 9=w :=w <=w h=w i=w n=w w=w =w =w =w =w >w $>w v>w x>w >w >w >w >w >w >w >w ?w X?w Y?w ?w ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "u<w v<w                                     kdY $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               v<w <w <w <w <w <w <w <w <w =w 	=w =w :=w                                                                                                             q                                                         kdY $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  :=w ;=w <=w i=w j=w k=w l=w m=w z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdY $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       m=w n=w                                     kdrY $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               n=w w=w =w =w v>w w>w x>w >w >w                                                             q                                                                                                                             kdY $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  >w >w >w >w >w Y?w ?w ?w ?w ?w ?w z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdY $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
?w ?w ?w ?w ?w ?w ?w  @w @w !@w "@w O@w d@w e@w @w @w 8Aw Bw Bw .Bw /Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw OCw _Cw `Cw ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #?w ?w ?w  @w                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_   @w @w                                        kdQY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @w "@w O@w e@w g@w @w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @w @w                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @w @w :Aw ;Aw wAw xAw Aw Aw Bw Bw /Bw Bw Bw                                                                                                 s                                                                        kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Bw Bw Bw Bw Bw Bw Bw |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Bw Bw                                        kdmY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bw Bw NCw OCw `Cw Cw                         s                                                                                                                                                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `Cw Cw Cw Cw Cw Cw Cw Cw Cw 5Gw 6Gw MGw Gw Gw 
Hw ,Hw Hw Hw Iw /Iw Iw Iw 8Jw WJw Jw Jw Kw Lw uLw Lw Mw #Mw Mw Mw Nw =Nw Ow ;Ow Ow Ow +Pw JPw Pw Pw Qw Qw о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Cw Cw Cw Cw Cw Cw Cw SDw TDw Dw Dw Dw Dw Dw |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd{Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Dw Dw  Ew 7Ew OEw fEw Ew Ew Ew Fw JFw KFw 5Gw 6Gw MGw bGw Gw Gw Gw                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Gw Gw Gw Gw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gw Gw Gw Gw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gw Gw Gw Gw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gw Gw Gw Gw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gw Gw Gw 
Hw Hw +Hw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +Hw ,Hw 7Hw <Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Hw =Hw GHw LHw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LHw MHw XHw ]Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Hw ^Hw hHw mHw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mHw nHw oHw Hw Hw Hw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hw Hw Hw Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hw Hw Hw Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hw Hw Hw Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hw Hw Hw Hw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hw Hw Hw Iw Iw .Iw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Iw /Iw :Iw ?Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?Iw @Iw JIw OIw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OIw PIw [Iw `Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Iw aIw kIw pIw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pIw qIw rIw Iw Iw Iw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iw Iw Iw Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iw Iw Iw Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iw Iw Iw Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iw Iw Iw Iw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iw Iw Iw 8Jw FJw VJw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VJw WJw bJw gJw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gJw hJw rJw wJw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wJw xJw Jw Jw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jw Jw Jw Jw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jw Jw Jw Jw Jw Jw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jw Jw Jw Jw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jw Jw Jw Jw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jw Jw Jw Kw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kw Kw Kw Kw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kw Kw Kw Kw Kw Kw Kw 
Lw                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Lw Lw Lw Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw &Lw +Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +Lw ,Lw 7Lw <Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Lw =Lw GLw LLw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LLw MLw NLw uLw Lw Lw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw Lw Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw Lw Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw Lw Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw Lw Lw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lw Lw Lw Mw Mw "Mw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "Mw #Mw .Mw 3Mw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3Mw 4Mw >Mw CMw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   CMw DMw OMw TMw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TMw UMw _Mw dMw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dMw eMw fMw Mw Mw Mw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Mw Mw Mw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Mw Mw Mw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Mw Mw Mw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Mw Mw Mw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Mw Mw Mw Nw ,Nw <Nw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Nw =Nw HNw MNw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MNw NNw XNw ]Nw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Nw ^Nw iNw nNw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nNw oNw yNw ~Nw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~Nw Nw Nw Nw Nw Ow *Ow :Ow                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Ow ;Ow FOw KOw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KOw LOw VOw [Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [Ow \Ow gOw lOw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lOw mOw wOw |Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |Ow }Ow ~Ow Ow Ow Ow                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ow Ow Ow Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ow Ow Ow Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ow Ow Ow Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ow Ow Ow Ow             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ow Ow Ow +Pw 9Pw IPw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IPw JPw UPw ZPw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZPw [Pw ePw jPw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jPw kPw vPw {Pw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {Pw |Pw Pw Pw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pw Pw Pw Pw Pw Pw                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pw Pw Pw Pw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pw Pw Pw Pw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pw Pw Pw Pw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pw Pw Qw Qw             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qw 	Qw 
Qw .Qw NQw sQw Qw Qw Qw Qw Qw Qw Qw  Rw Rw                                                                                                                                                                                        gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qw Rw  Rw ;Rw Rw Rw Rw Rw Rw Sw 4Sw 5Sw ?Sw ISw JSw |Sw }Sw Sw Sw Sw Sw Sw Sw Sw Uw Uw Uw Uw Uw Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Rw Rw Rw Rw Rw Rw Sw 5Sw ?Sw ISw                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	ISw JSw                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JSw }Sw Sw Sw Sw Sw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Sw Sw                                        kd9Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sw Sw *Tw +Tw KTw LTw Tw Tw /Uw TUw dUw uUw Uw Uw Uw                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Uw Uw Uw 
Vw &Vw ?Vw XVw Vw |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Uw Uw Uw Uw Uw Uw Uw Vw Vw Vw Vw Vw Vw Vw Vw Vw Vw hXw jXw zXw {Xw 1Yw 2Yw 5Yw FYw ^Yw ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jGY h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Vw Vw Vw Vw Vw Vw Vw |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Vw Vw                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vw Vw 2Ww 3Ww Ww Ww Ww Xw !Xw ;Xw PXw hXw iXw                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  iXw jXw {Xw 2Yw |            s            s                                                                                                                                                                                           	  $If   gd_   kd Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2Yw 3Yw 4Yw 5Yw ^Yw Yw Yw "Zw 4Zw FZw GZw 6[w 7[w |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^Yw Yw Yw !Zw "Zw EZw FZw GZw eZw Zw Zw Zw #[w 5[w 7[w L[w ~[w [w [w [w [w [w [w [w \w 
\w \w \w \w \w J^w K^w n^w p^w ^w ^w ^w ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $7[w A[w L[w [w [w [w                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  [w [w                                        kdNZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [w [w [w [w 
\w \w \w                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  \w \w                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \w \w ^\w _\w n\w \w \w \w 6]w ]w ]w ]w ^w (^w J^w K^w o^w                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  o^w p^w ^w ^w (_w _w _w `w |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^w ^w ^w ^w ^w ^w ^w ^w ^w (_w M_w _w _w _w _w `w `w `w `w .`w U`w `w `w `w `w `w ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jZ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  `w `w `w `w -`w .`w `w `w `w `w `w aw |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd5Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `w `w aw Baw Caw Maw Waw Xaw }aw ~aw aw aw aw aw aw /bw =bw zbw bw bw bw bw bw bw bw cw cw cw cw *cw <cw =cw Hcw |cw ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !aw aw Caw Maw Waw                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Waw Xaw                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xaw ~aw aw aw aw aw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  aw aw                                        kdCZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aw aw %bw &bw Fbw Gbw bw bw bw bw bw                                                                                                 Y                              kd	Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
bw cw cw cw cw Hcw cw dw 7fw 8fw hw hw             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdQ
Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |cw }cw cw cw cw cw cw cw cw dw hw hw jw jw Umw gmw 5qw Hqw ~qw qw qw qw 6rw 7rw 9rw :rw rw rw sw sw tw Ftw uw uw uw uw vw vw ixw xw xw xw yw yw !yw "yw ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jPZ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jZ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -hw jw jw jw _kw `kw  lw !lw Tmw Umw gmw nw nw 4qw 5qw Jqw qw 7rw :rw rw rw sw sw tw tw !tw 3tw                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  3tw Ftw Gtw Ltw Ttw Ytw             f                                                                                                                                                                      kdrZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Ytw Ztw _tw gtw stw o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at stw ttw ytw tw tw o            f            f            f                                                                                                                                                	  $If   gd_    kdNZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tw tw tw tw tw o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tw tw tw tw tw o            f            f            f                                                                                                                                                	  $If   gd_    kd*
Z $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tw tw tw tw tw o            f            f            f                                                                                                                                                	  $If   gd_    kd
Z $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tw tw tw tw tw o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at tw tw tw tw uw o            f            f            f                                                                                                                                                	  $If   gd_    kdtZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at uw uw uw uw uw uw vw vw xw xw Ryw Syw yw o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "yw %yw &yw yw yw w w w w w w xw w w w w ɏw ͏w w w w w 5w 6w @w Jw Kw Ww xw yw w w w w w w w w ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %yw yw 4zw 5zw zw zw {w {w {w }w }w ~w ~w ~w {w |w w w w w w 
w w 'w 4w Aw Rw                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Rw cw tw w w w w w ԅw w w w 'w (w Ňw Ƈw Gw Hw w w w w 4w w w w w ?w ow                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ow pw w 	w xw yw w w w w w w w w 6w @w Jw                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Jw Kw                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kw yw w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  w w                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w +w Rw w w Òw w w +w w w                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
w w w ϓw |            s            s                                                                                                                                                                                           	  $If   gd_   kdsZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w Γw ϓw Гw ғw ޓw w w w w Fw Gw Qw [w \w hw w w w w w w w Fw w ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ϓw Гw ѓw ғw w w 	w w Gw Qw |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd-Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Qw [w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  [w \w                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \w w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  w w                                        kd;Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w 	w 0w [w w w Ew w w w                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  w w w Жw іw זw ޖw ߖw w w w (w )w 3w =w >w Jw kw lw w w w w w *w ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    w w іw ߖw |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߖw w w w w )w 3w =w |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdIZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =w >w                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >w lw w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  w w                                        kdWZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w w ?w w w )w w w w                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  *w w w w w w w w Ùw ęw řw ƙw ҙw ֙w w w w 9w :w Dw Nw Ow [w |w }w w w ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    w w w Ùw |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ùw ęw řw ƙw w w w :w Dw Nw |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdeZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Nw Ow                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ow }w w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  w w w w 'w )w 9w :w @w Gw Hw Iw Jw _w w w w w w w Ԝw ՜w ߜw w w  w îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  w w                                        kdsZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w &w Tw w w w 'w (w )w                                                                                                                         f                           kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  )w :w Hw Iw Jw Tw _w w w w                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	w w                                        kd; Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w ՜w w  w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   w w w w w w w w w w w w w w w w w w (w Zw [w ew ow pw |w w п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  w w                                        kd!Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w Mw Yw w w Νw w w Qw w w                                                                                                                         f                           kd"Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  w w w w w w w w (w [w                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd#Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	[w ew ow                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ow pw                                        kdW$Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pw w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  w w w w w w w w w w w w 	w 
w <w =w >w ?w @w Aw Mw Qw qw Ww jw ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 w w                                        kd%Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w Ҡw w Gw w w 
w <w                                                                                     s                                                                                              kd&Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
<w =w >w ?w @w Aw qw "w #w Ww w Фw w Ow |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd'Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
jw w w Ϥw w w w Nw bw w w w w 	w ;w <w Fw Pw Qw iw sw tw uw xw yw w w w w w w w w w õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ow w w w w 	w <w Fw Pw                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Pw Qw                                        kds(Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qw yw w w w Ҧw w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  w w                                        kd)Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w sw w w w w Ƨw w w w                                                             f                                    [            [                     
  $If   gd_ K$  kd+Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
w sw w w w ŧw Ƨw ɧw ާw w w w w w w w w w (w *w +w ,w Dw Nw Ow Pw Rw Sw Tw vw ww ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ w w w )w *w +w                                     R            I                                                                     	  $If   gd_ Q  kdb,Z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+Z $If   K$L$l 0                                     
t                              4   4 
l a   +w ,w Tw ww w w w èw Ĩw Ũw |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd,Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ww ¨w èw ƨw Ϩw w Mw Nw Ow Pw `w aw w w w w w w w ȩw ʩw Щw ѩw ҩw ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Ũw ƨw                                        kd-Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƨw Ϩw w  w Nw Ow Pw aw w w w                                                             f                                    [            [                     
  $If   gd_ K$  kd.Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
w w w ɩw ʩw ˩w ̩w                                     R                                                                                              Q  kdD0Z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/Z $If   K$L$l 0                                     
t                              4   4 
l a   ̩w ͩw Ωw ϩw Щw ѩw                                     R            I                                                                     	  $If   gd_ Q  kd^1Z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd0Z $If   K$L$l 0                                     
t                              4   4 
l a   ѩw ҩw w w w Aw Tw gw hw iw |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ҩw w w w w w w w w w fw gw jw sw dw ew w 1w Kw Lw Mw Nw ^w _w `w ̬w լw w w "w ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ iw jw                                        kd2Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jw sw w Rw ew Kw Lw Mw Nw _w w                                                                                     Y                                          kd3Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
w #w ,w -w 5w Jw _w qw w w w ϭw w w w w -w Gw                                                                                                                                                                                                                      	  $If   gd_  S  kd4Z $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ "w #w +w -w w w w w w ʮw ˮw ̮w ήw Ϯw Юw w w :w ;w >w Gw Sw w <w Sw Tw Uw Vw ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Gw aw qw w w w w                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdE5Z $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  w w Юw w w (w ;w <w =w |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd5Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =w >w                                        kd6Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >w Gw w w Tw Uw Vw gw w w w                                                             f                                    [            [                     
  $If   gd_ K$  kd7Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
Vw fw gw w w w w w w °w 9w ;w <w =w Uw _w `w aw cw dw ew rw |w }w Ȳw ɲw ̲w ղw [w 	w ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 w °w ʰw ߰w w w  w :w Jw dw ~w w w w ±w ܱw w w                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd8Z $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   w  w :w ;w <w                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd19Z $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  <w =w ew }w w w w ɲw ʲw ˲w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	˲w ̲w                                        kd}:Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̲w ղw [w xw w w w w w w w 
w                                                                                                 f                                                   kd;Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  	w w w w w w w w 
w w &w 0w 1w 2w 4w 5w 6w Nw Ow w w w w þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
w w 6w Ow tw w w w w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd<Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w w                                        kdE=Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w cw w ζw w w w w w ɷw                                                                                                 Y                              kd>Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
w bw dw Ͷw ζw w w w w w ȷw ɷw w w w 5w ?w @w Aw Cw Dw Ew Fw w w w νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ɷw w w Ew Fw kw ~w w w w w w             s                                                                                                                                                                 kdS?Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w w                                        kd
@Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w øw w w w Lw w w w w Qw                                                                                     Y                                          kdaAZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
w øw w Lw w w w w w w Qw Rw Xw Yw aw cw ڼw ܼw ݼw ޼w w w Aw Bw Cw [w ew fw gw iw jw kw ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Qw Rw Yw bw cw kw w w w w ۻw w w w 'w <w Qw                                                                                                                                                                                                         	  $If   gd_  S  kdBZ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Qw cw }w w w w ۼw ܼw ݼw                                                                                                                                                                                                                                                 	  $If   gd_  S  kdBZ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݼw ޼w w Bw |            s            s                                                                                                                                                                                           	  $If   gd_   kd?CZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Bw Cw kw lw w w w w ˽w ̽w ͽw |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdCZ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
kw lw ~w w ʽw ˽w νw ׽w w w w w w w w w w w Cw ww yw w w w w w w ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ͽw νw                                        kdDZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               νw ׽w w w ,w @w ӿw w w w w                                                                                                 f                                                        kdFZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
w w yw w w w w w w w w w w (w Bw                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdFZ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Bw \w mw w w w w w w w w %w ?w Yw jw w w                                                                                                                                                                                                                            S  kdaGZ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  w w w w w w w w w w w w             s                                                                                                                                                                 kdGZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w w w w w w w w w w w w w w w w w w w w 5w 6w w w w w w w w w w w Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ w w                                        kdHZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w 6w w w w pw w ;w w @w w w w w ,w Cw sw w w w +w Ww w                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  w w w w w w [w nw rw w w w w w w w w w w Aw Cw Dw Ew ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   w w w w w w |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdJZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w w $w 9w Kw ew w w w w w w  w w "w 7w                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdJZ $If   K$L$l 0                     x                
t                                4   4 
l a   7w Lw aw sw w w w w w w w (w Bw Cw Dw                                                                                                                                                                                                                   	  $If   gd_  S  kdMKZ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Dw Ew mw nw w w w w w w w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdKZ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ew ]w gw hw lw mw nw w w w w w w w w w w w Ww lw Hw ]w w w |w w w w w w ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w w                                        kdLZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w w ow |w w `w w w w w w w =w Tw sw w w w                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  w w w w Xw kw ww w w w w w w w w w w w *w 0w 1w 9w ;w w w w w w w w w ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  w w w *w 1w :w |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdMZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :w ;w Cw Uw gw yw w w w w w w w  w 6w Gw ^w _w                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdNZ $If   K$L$l 0                                     
t                                4   4 
l a   _w gw yw w w w w w w w w 3w Dw Zw kw w w                                                                                                                                                                                                                            S  kdGOZ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  w w w w w w w w w 
w w w             s                                                                                                                                                                 kdOZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w w w w w w 
w w w ,w ^w w &w w 'w Cw w w w w w w w kw w w w w w +w >w Jw ]w w 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !w w                                        kdPZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w ,w w w Dw w w Gw fw w w w w Nw mw w w w 
w w w                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  w w 'w Fw ew w w w w !w "w 3w                                                                                                             f                                       kdQZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  w w w w w w w w  w "w 2w 3w vw ww xw w w w w w w w w w w w ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  3w ww xw w w w w w             s                                                                                                                                                                                     kdRZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w w                                        kd[SZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w  w "w Dw Ew gw w w w w                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  w w w 'w Lw |            s            s            s                                                                                                                                                                          	  $If   gd_   kdTZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w Kw Lw Mw Nw Ow [w _w cw jw w ow w w w w w w 3w fw zw w w w w w w w  w Tw gw ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Lw Mw Nw Ow w 9w ;w ow w w  w gw w |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdiUZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w ^w w w w w w w w w  w Tw w w w Lw w w w w w 9w Cw Mw                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  gw w w w w w w Kw _w w w w w w 8w 9w Cw Mw Nw fw pw qw uw vw ww w w w w w w w w w w w <w =w >w Nw Ow õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Mw Nw                                        kd#VZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nw vw ww w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  w w                                        kdwWZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w ;w rw w w w w =w >w Ow                                                                                                             f                                       kdXZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ow Pw Qw yw zw w w w w w w             s                                                                                                                                                                      kdYZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Ow Pw Qw iw sw tw xw yw zw 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 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %w w                                        kd?ZZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w w w w w                                                 f                                                                                                                       kd[Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  w w w w w w w !w #w $w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM\Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$w %w                                        kd]Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !w %w .w ow pw w w w w w w w w )w *w .w /w 0w Bw Cw Uw Vw {w |w w w w w /w 0w w w w w w w w w 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %%w .w Lw pw w w w w                                                 f                                                                                                                       kd[^Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  w w /w 0w Cw Vw iw |w ~w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w w                                        kd_Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w 0w w w w w                                                 f                                                                                                                       kd#aZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  w w w w w w w w w w w w Xw |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdaZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w w w w w w w w Cw w w )w Xw kw w w w w w w w w w w Mw `w w w w w ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Xw w w w Mw w w w jw w w w w w 	w w w                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  w w w .w iw }w w w w w w 	w w w w 6w @w Aw Ew Fw Gw Ow lw ~w w w w w w w w շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\w w                                        kdbZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w Fw Gw lw w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  w w                                        kdcZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w w 6w gw yw w w w *w +w <w iw                                                                                                 f                                                   kd?eZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  w 6w w w w w w w w )w *w +w ;w <w ?w Tw ]w gw iw ow pw ww yw w w w w w w ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ iw pw xw yw w w w w                                                             R            I                                   	  $If   gd_ Q  kdfZ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdeZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ w w w w w w w w w w 0w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdgZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
w w w w w w w w w w w w w 1w :w ;w Jw w vw w w w w w w w w w w w ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 0w 1w                                        kdgZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               1w :w w w w w +w >w vw w w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  w w w %w &w )w /w Zw `w aw hw jw sw w w w w w w w w w w w w w w w  x  x ( x ) x - x пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  w w &w Zw aw iw |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd!iZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iw jw w w w w                                     R            I                                                                     	  $If   gd_ Q  kdhjZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdiZ $If   K$L$l 0                                     
t                              4   4 
l a   w w w w w  x  x ) x + x , x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdjZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, x - x                                        kdkZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               - x 6 x  x  x x x Tx _x ~x x x x x x                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
- x 6 x 7 x F x  x T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 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 x x x 0x |            s            s                                                                                                                                                                                           	  $If   gd_   kdmZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /x 0x 1x Ix Sx Tx Xx Yx Zx lx mx x x x x x x x x !x "x x x x x x x x x ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    0x 1x Yx Zx mx x x x x x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                        kdwnZ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x x "x _x x x 5x Gx x x x x x x                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
x x x x x x x x x x x +x ,x /x Dx Mx Wx Xx Yx Zx [x \x x 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  x x ,x Yx |            s            s                                                                                                                                                                                           	  $If   gd_   kdoZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Yx Zx [x \x x x x vx x x x Nx x x |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdpZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x x x x vx x x x x Nx x x x x 9x x x x 	x 	x 4	x 	x 	x 	x 	x 	x x x x x <x x x (
x )
x 5
x 9
x \
x x x x x x 	x Sx x x x x Nx x x ;x ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4x x 9x x x x x 4	x 	x 	x 	x 	x x x x <x x (
x )
x \
x x x Fx [x wx x x x x 	x                                                                                                                                                                                                                                                                                                                                                                   gd_  	x Sx x x x Nx x x ;x zx x x x x +x :x Fx Yx ]x                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ;x x x x x x 5x 9x Yx \x ]x dx ex x x x x x )x x x x =x >x x x x x !x "x Tx x x x x x bx Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $]x ^x _x `x ax bx cx dx ex M            H            H            H            H            H            H            H                   gd_   kd?qZ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ex yx x x x x x x                                                 _            V            V                                                             	 $If   gd_    kdqZ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  x x x x                                                                                                                                                                                                                                                          	 $If   gd_  o  kdrZ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  x x x x x x x x                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdOsZ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  x x x )x .x 2            )            )            )                      	 $If   gd_    kdsZ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     .x x x x x x x             [                                                                                                                                           kduZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  x x x >x Bx x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kduZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x x x x x x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdvZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x x x "x 'x Nx d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdtwZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Nx Ox Tx x x x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd=xZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x x x x x 
x x d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdyZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x x x 'x n            e            e                                                                                                                                                               	 $If   gd_    kdyZ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           'x (x +x 4x                                                                                                                                                                                                                                                	 $If   gd_  t  kdzZ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  4x 5x 6x Gx Lx Tx [x bx nx                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdA{Z $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  nx ox                                             kd{Z $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ox zx ~x x x x x x                                                             A                                  kd7}Z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  x x x x x x x x                                                 A                                              kd~Z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  x x x x x x x                                     A            <            7                  gd_    gd_    kd~Z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  x cx dx }x ~x x x x x x                                                                                                                                                                                                                                                   E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	bx cx dx jx kx }x ~x x x x x x x x x x x x  x x x /x 0x Hx Ix `x ax bx fx gx x x x x x x mx x x x x /x 0x 춥x                          /jZ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *x x x x x x x                                     a                                                                                                                             E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3Z $$If   l 0 
" R                                                           4 
l a   x x x x x x x                                     a                                                                                                                             E  kdPZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdZ $$If   l 0 
" R                                                           4 
l a   x  x x x x x /x                                     a                                                                                                                             E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdZ $$If   l 0 
" R                                                           4 
l a   /x 0x ;x Hx Ix Sx `x                                     a                                                                                                                             E  kd̂Z $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdmZ $$If   l 0 
" R                                                           4 
l a   `x ax bx cx dx ex fx                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd+Z $$If   l 0 
" R                                                           4 
l a   fx gx tx ux x x l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdZ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   x x x x x lx mx _x `x 7x 8x l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdHZ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
0x 4x 5x *x +x 6x 7x Gx Hx Lx Mx Ox wx xx x x x x %x 'x 2x 3x zx |x x x x x x x x x x x x "x "x "x %x %x %x &x 0&x 9&x &x &x &x &x 'x ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jmZ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 08x Ox Xx xx x x &x 'x 3x {x                                                                                                                                                                                                                                                       S  kdԅZ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	{x |x x x x x x                                     N                                                                                       S  kdZ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdfZ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   x x x x Mx x  x  x !x !x "x "x "x #x o#x #x F$x $x %x                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdZ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   %x %x %x 1&x &x &x &x &x &x 'x h(x i(x z(x )x )x #*x E*x ^*x z*x *x *x +x +x >-x ?-x -x -x -x                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  'x 'x y'x z'x 'x 'x g(x i(x z(x )x )x )x +x +x +x =-x ?-x ^-x -x -x .x .x .x a.x b.x w.x x.x .x .x .x 1x 1x 1x 1x 1x 1x 1x 2x 2x #2x ۵۵۵ۭۜۋzrgrrr       j Z h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '-x -x .x .x .x b.x x.x .x                                     j                                                                                                                                           kdZ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  .x .x .x /x 
/x I/x /x /x /x .0x k0x s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdZ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
k0x 0x 1x 1x 1x ,2x -2x x2x y2x 3x 3x v4x w4x 5x 5x 6x 6x j7x k7x 7x 7x F8x  9x G:x H:x :x :x                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  #2x $2x %2x )2x *2x -2x x2x y2x 3x u4x 76x 6x E7x F7x Q7x R7x b7x c7x g7x h7x i7x j7x k7x t7x 7x 7x 8x  8x )9x I9x G:x :x 1<x 2<x ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jΉZ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjgZ h_ U !:x 2<x 6<x 7<x M<x N<x b<x                                                 e                                                                                                                        F  kdZ $$If   l   l '{6    4   4 
l a] p
        F  kd5Z $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  2<x 7<x d<x <x <x <x <x <x <x <x <x <x <x <x <x 	=x 
=x &=x '=x C=x D=x e=x f=x }=x ~=x =x =x =x =x =x =x =x =x =x ?x ?x ?x '@x \@x u@x @x @x @x >Ax PAx #Bx ;Bx pBx Bx Bx Bx "Cx ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3b<x c<x d<x m<x {<x <x <x                                                             5            v  kdZ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdZ $$If   l   l '{6    4   4 
l a] p
         <x <x <x <x <x <x <x <x                                     t                                                                                                                                                             v  kd3Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  <x <x <x <x <x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdތZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         <x <x <x <x <x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         <x <x <x <x <x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         <x <x =x =x 	=x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdߎZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	=x 
=x =x !=x &=x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         &=x '=x <=x >=x C=x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C=x D=x ^=x `=x e=x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e=x f=x u=x w=x }=x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }=x ~=x =x =x =x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =x =x =x =x =x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =x =x =x =x =x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =x =x =x =x =x ?x ?x ?x @x (@x \@x v@x @x @x @x                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd7Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @x Ax 9Ax QAx Ax Ax Ax Ax Bx <Bx pBx Bx Bx Bx Bx !Cx "Cx #Cx $Cx FCx ODx PDx fDx Dx Dx Dx Dx Dx Dx Dx                                                                                                                                                                                                                                                                                                                                                                   gd_  "Cx $Cx .Cx DCx ECx FCx fDx |Dx Dx Dx Dx Dx Ex Ex ZEx {Ex Ex Ex Ex Fx Fx Fx Fx Fx Fx Fx Fx Gx Gx !Gx "Gx 5Gx пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Dx Ex (Ex ;Ex <Ex ZEx Ex Ex Ex Ex Ex Ex Fx Fx Fx Fx Fx Fx Fx Fx Fx Fx                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Fx Fx                                     kdZ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Fx Gx !Gx "Gx 8Gx NGx dGx zGx |Gx Gx                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	5Gx 8Gx MGx NGx cGx dGx yGx zGx Gx Gx ,Hx .Hx >Hx ?Hx ^Hx _Hx `Hx aHx Hx Hx Hx Hx Ix Ix Ix Ix Ix Ix Ix Ix 
Jx Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Gx Gx                                     kd9Z $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Gx Gx Gx Gx Gx Gx Gx Hx Hx +Hx ,Hx -Hx .Hx ?Hx                                                                                                                                     q                            kdZ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
?Hx _Hx `Hx aHx Hx Hx Hx Hx Hx             q            l                                                                                                                                                       gd_    kdMZ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Hx Hx                                     kd
Z $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Hx Hx Hx Hx Hx Hx Hx Ix Ix Ix AIx ZIx oIx Ix Ix Ix Ix                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Ix Ix Ix Ix z            q            q                                                                                                                                                                                       	  $If   gd_    kdaZ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Ix Ix Ix Jx Jx Jx Jx Jx z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdZ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       
Jx Jx Jx Jx Jx Jx Jx Jx Jx Jx Jx Jx Kx Kx Kx Kx cKx oKx Kx Kx Kx Kx Lx Lx &Lx 'Lx FLx GLx JLx TLx jLx Lx Lx Lx *Mx ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Jx Jx                                     kdۛZ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Jx Jx <Jx =Jx QJx RJx tJx Jx Jx Jx Jx Jx Jx                                                                                                             q                                                         kd2Z $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Jx Jx Jx Kx Kx 	Kx 
Kx Kx z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdZ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Kx Kx                                     kdZ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Kx Kx ^Kx _Kx Lx Lx Lx 'Lx GLx                                                             q                                                                                                                             kdZ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  GLx HLx ILx JLx jLx Lx +Mx AMx BMx LMx WMx z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdZ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
*Mx +Mx BMx WMx Mx Mx Mx Mx Mx Mx Mx Mx Nx Nx 7Nx @Nx Nx Ox Ox Ox Ox Px 1Px `Px aPx bPx Px Px Px Px Px Px Px Px Px Px ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #WMx Mx Mx Mx                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Mx Mx                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mx Mx Mx Nx Nx 6Nx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  6Nx 7Nx                                        kdߢZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7Nx @Nx Nx Nx Ox Ox %Ox vOx Ox Ox Ox Px aPx                                                                                                 s                                                                        kd3Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  aPx bPx Px Px Px Px Px |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Px Px                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Px Px Px Px Px Qx                         s                                                                                                                                                                                   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Px Qx Qx  Qx !Qx "Qx $Qx FQx QQx Tx Tx Tx +Ux JUx Ux Ux *Vx IVx Vx Vx 8Wx WWx Wx Wx QXx pXx Yx Yx Zx 2Zx Zx Zx 4[x S[x [x [x \x \x ;]x Z]x ]x ]x F^x e^x _x _x о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Qx  Qx !Qx "Qx #Qx $Qx QQx Qx Qx 3Rx >Rx HRx SRx ]Rx |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
]Rx ^Rx Rx Rx Rx Sx 1Sx 2Sx mSx Sx Sx Sx Tx Tx Tx  Ux +Ux 9Ux IUx                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  IUx JUx UUx ZUx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZUx [Ux eUx jUx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΨZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jUx kUx vUx {Ux             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {Ux |Ux Ux Ux             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ux Ux Ux Ux Ux Ux                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ux Ux Ux Ux             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ux Ux Ux Ux             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ux Ux Ux Ux             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ux Ux Vx Vx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx 
Vx *Vx 8Vx HVx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdƫZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HVx IVx TVx YVx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YVx ZVx dVx iVx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iVx jVx uVx zVx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zVx {Vx Vx Vx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx Vx Vx Vx Vx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx Vx Vx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx Vx Vx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx Vx Vx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vx Vx 	Wx Wx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wx Wx Wx 8Wx FWx VWx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VWx WWx bWx gWx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۯZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gWx hWx rWx wWx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wWx xWx Wx Wx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wx Wx Wx Wx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wx Wx Wx Wx Wx Wx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wx Wx  Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx !Xx &Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Xx 'Xx 1Xx 6Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӲZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Xx 7Xx 8Xx QXx _Xx oXx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oXx pXx {Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx Xx Xx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xx Xx Xx Yx hYx Yx Yx Yx                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd
Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yx Yx Yx Yx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yx Yx Yx Yx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˵Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yx Yx Yx Yx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yx Yx Yx Yx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yx Yx Yx Zx !Zx 1Zx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Zx 2Zx =Zx BZx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BZx CZx MZx RZx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RZx SZx ^Zx cZx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cZx dZx nZx sZx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sZx tZx uZx Zx Zx Zx                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdøZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zx Zx Zx Zx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zx Zx Zx Zx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zx Zx Zx Zx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zx Zx Zx [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x [x 4[x B[x R[x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R[x S[x ^[x c[x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c[x d[x n[x s[x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s[x t[x [x [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x [x [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x [x [x [x [x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdyZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x [x [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdؼZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x [x [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x [x \x \x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \x 
\x \x \x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \x \x \x \x \x \x \x \x                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdTZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \x \x \x \x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \x \x \x \x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \x \x ]x 
]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
]x ]x ]x ]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdпZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]x ]x ]x ;]x I]x Y]x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y]x Z]x e]x j]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j]x k]x u]x z]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z]x {]x ]x ]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]x ]x ]x ]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]x ]x ]x ]x ]x ]x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]x ]x ]x ]x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]x ]x ^x ^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^x 	^x ^x ^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^x ^x $^x )^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )^x *^x +^x F^x T^x d^x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d^x e^x p^x u^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u^x v^x ^x ^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^x ^x ^x ^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^x ^x ^x ^x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^x ^x ^x ^x ^x _x 4_x 5_x _x _x _x _x _x _x C`x                                                                                                                                                                                        gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _x _x _x _x D`x x`x `x `x `x `x `x `x `x `x `x ax ax ,ax >ax ?ax Pax Qax kax tax Gcx Icx Ycx Zcx jcx Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  C`x D`x x`x `x `x `x `x `x `x `x                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	`x `x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `x ax ?ax Qax Sax jax                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  jax kax                                        kdsZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kax tax ax ax ax ax 8bx bx bx bx cx cx #cx $cx Hcx                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Hcx Icx Zcx cx cx cx cx %dx |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       jcx kcx cx cx cx cx cx cx $dx %dx &dx Kdx Ldx {dx |dx dx dx fx fx fx fx fx fx fx fx fx ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jZ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  %dx &dx Ldx {dx |dx }dx ~dx |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~dx dx                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dx dx dx dx  ex ex ex ex ex ex ex fx fx                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  fx fx fx fx |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fx fx fx fx fx gx gx gx gx gx gx hx hx |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fx gx gx gx gx gx gx gx hx Ihx ^hx hx hx hx hx hx ix ix 'ix 1ix 2ix Wix Xix ix ix ix ix ix mjx pjx kx kx lx lx lx lx /lx ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $hx hx hx ix 'ix 1ix                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  1ix 2ix                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2ix Xix ix ix ix ix ix                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ix ix                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ix ix ix ix jx jx Ujx Vjx jx Bkx bkx kx kx kx kx kx 
lx                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  
lx lx lx plx lx !mx _mx mx |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd0Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /lx 0lx Jlx Klx Llx _lx `lx olx lx lx lx  mx =mx ^mx mx mx mx mx mx mx mx Rnx nx nx nx nx ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jZ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  mx mx mx mx mx mx Qnx Rnx nx nx nx nx |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdoZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nx nx nx nx nx nx nx nx ox ox Dox Uox Vox Yox box ox ox px 4px Lpx Mpx Upx Wpx gpx hpx px px px px px px px px qx ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !nx nx nx nx nx                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  nx nx                                        kd)Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nx ox Dox Vox Wox Xox                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Xox Yox                                        kd}Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Yox box ox ox ox ox 4px 5px Vpx Wpx hpx                                                                                                 Y                              kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
hpx px px px px px |qx qx sx sx mvx zvx             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  qx qx &qx 'qx 7qx 8qx <qx =qx |qx qx mvx zvx wx wx zx {x ~x ~x x x 3x 5x x x x x Bx Dx )x >x x x x x Hx Lx |x x x .x x x x x x x ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jZ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jEZ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -zvx wx wx wx xx xx yx yx zx zx {x k|x l|x ~x ~x ~x 5x x x Cx Dx )x >x x x x сx                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  сx x x x x x             f                                                                                                                                                                      kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  x x x x x o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x x x x #x o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at #x $x )x 0x <x o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <x =x Ex Mx Rx o            f            f            f                                                                                                                                                	  $If   gd_    kddZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Rx Sx [x cx ox o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ox px xx x x o            f            f            f                                                                                                                                                	  $If   gd_    kd@Z $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x x x x x o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x x x x Dx Ex x x 2x 3x x x Jx o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x Æx Ćx Jx Vx 9x Cx x x x x x >x Nx Zx [x gx kx x x x x Ӟx Ԟx ޞx x x x x x Hx Ix Jx Nx Wx #x %x 5x ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Jx Vx ҇x Ӈx x x  x !x sx 4x 5x =x >x x x x x 9x Cx x x x x Œx Ғx ߒx x                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  x x x #x 4x 5x Hx [x rx x x x Ŕx Ɣx cx dx x x x x x x ҙx "x #x x x ݚx 
x                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  
x x Wx x x x >x Nx [x x x x x x Ԟx ޞx x                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x Ix Jx Lx Mx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Mx Nx                                        kdYZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nx Wx x x ɟx x .x Vx ax x x ɠx #x $x                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
$x %x 6x mx |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5x 6x lx mx nx px |x x x x x x x x x x x 'x (x Mx Nx Ox Sx \x x Lx ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 mx nx ox px x x x x x x |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdgZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  x x                                        kd!Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x (x Mx Nx Ox Qx Rx                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Rx Sx                                        kduZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sx \x x x ΢x x 9x ]x x Lx \x ]x                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Lx \x ^x nx ox ux |x }x ~x x x Ƥx Ǥx Ѥx ۤx ܤx x 	x 
x 1x 2x 3x 7x @x Ȧx ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ]x ^x ox }x |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }x ~x x x x Ǥx Ѥx ۤx |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۤx ܤx                                        kd=Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܤx 
x 0x 1x 2x 3x 5x 6x                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  6x 7x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7x @x x x x ݥx x Ax Ǧx 0x @x Ax                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ȧx 0x @x Bx Rx Sx Yx `x ax bx cx dx px tx x x x קx اx x x x x x x Cx Dx ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Ax Bx Sx ax |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ax bx cx dx x x x اx x x |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                        kdYZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x Bx Cx Dx Ex Gx Hx                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Dx Ex Ix Rx ũx ǩx שx ةx ީx x x x x x /x 0x :x Dx Ex Qx rx sx }x x x x îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Hx Ix                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ix Rx x x Ĩx x 1x Qx x ũx Ʃx ǩx                                                                                                                         f                           kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ǩx ةx x x x x x 0x :x Dx                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Dx Ex                                        kduZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ex sx x x x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  x x x x 7x 8x 9x Ix Jx Px Wx Xx Yx Zx x x x x Ƭx x x x 
x x x 6x п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x x x Lx lx x x x 8x 9x                                                                                                                         f                           kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  9x Jx Xx Yx Zx x x x Ƭx x                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	x x 
x                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  
x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x 7x 8x 9x ;x Rx                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  6x 7x 8x 9x Sx \x ]x ^x _x x x x x x گx ۯx ܯx ݯx ޯx ߯x x x x x x ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Rx Sx                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sx \x ^x _x px x x x x x گx                                                                                     s                                                                                              kd9Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
گx ۯx ܯx ݯx ޯx ߯x x x x x 7x nx x x |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x 7x Jx mx x x x x  x ;x Ox x x x ٳx ڳx x x x x x x x x x 6x 7x Ix Jx x x x x x õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !x <x x x x x ڳx x x                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x 7x Jx ]x px x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x $x Qx Rx Sx dx x x x                                                             f                                    [            [                     
  $If   gd_ K$  kdUZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
x x Qx Rx Sx cx dx gx |x x x x x x x x x x Ƶx ȵx ɵx ʵx x x x x x x x x x ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ x x x ǵx ȵx ɵx                                     R            I                                                                     	  $If   gd_ Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   ɵx ʵx x x (x ;x Nx ax bx cx |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x `x ax dx mx x x x x x x x 0x 6x 7x ?x Ax Vx Wx fx hx nx ox px ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J cx dx                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dx mx x x x x x x 0x 7x @x                                                             f                                    [            [                     
  $If   gd_ K$  kd7Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
@x Ax Wx gx hx ix jx                                     R                                                                                              Q  kd~Z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   jx kx lx mx nx ox                                     R            I                                                                     	  $If   gd_ Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   ox px x x x ߷x x x x x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	px x x x x x x x x x x x x x x x x Ϲx x x x x x x x jx sx x x x ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ x x                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x Nx x x x x x x x x                                                                                     Y                                          kd3Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
x x ʺx ˺x Ӻx x x x )x Cx Sx mx x x x x ˻x x                                                                                                                                                                                                                      	  $If   gd_  S  kdZ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ x x ɺx ˺x Cx Dx Ex Fx ^x hx ix jx lx mx nx x x ؼx ټx ܼx x x Px ڽx x x x x ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  x x x )x Cx Dx Ex                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd [ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ex Fx nx x x Ƽx ټx ڼx ۼx |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۼx ܼx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܼx x Px ~x x x x x Ox Vx _x                                                             f                                    [            [                     
  $If   gd_ K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
x x x #x +x Ox Ux Vx ^x `x ׿x ٿx ڿx ۿx x x x x x x x x x x fx gx jx sx x x ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 _x `x hx }x x x x ؾx x x x $x 9x Nx `x zx x x                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   x x ؿx ٿx ڿx                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdk[ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ڿx ۿx x x .x Ax Tx gx hx ix |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ix jx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jx sx x x ]x x Dx Ex Fx Gx Xx x                                                                                                 f                                                   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  x Bx Ex Fx Gx Wx Xx x x x x x x x x x x x x Jx Kx Nx Wx þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ x x x x x %x 8x Kx Lx Mx |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Mx Nx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Nx Wx x )x lx x Sx Tx Ux Vx gx                                                                                                 Y                              kd	[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Wx  x x kx lx x Sx Tx Ux Vx fx gx x x x x x x x x x x x Tx Ux Xx νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  gx x x x x 	x x /x Bx Ux Vx Wx             s                                                                                                                                                                 kd
[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Wx Xx                                        kdG[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xx ax 6x ]x x x x x x x x                                                                                     Y                                          kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Xx ax 5x x x x x x x x x x x x x x xx zx {x |x x x x x x x x x x x x 	x ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 x x x  x x 	x x 3x Ex _x yx x x x x x x                                                                                                                                                                                                         	  $If   gd_  S  kdU
[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  x x x 5x Ex _x yx zx {x                                                                                                                                                                                                                                                 	  $If   gd_  S  kd
[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {x |x x x |            s            s                                                                                                                                                                                           	  $If   gd_   kdy[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x x 	x 
x x 0x Cx Vx ix jx kx |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd3[ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	x 
x x x hx ix lx ux .x x x  x 0x 1x =x Bx Wx x x x x x x &x (x !x #x ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  kx lx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lx ux .x x x x qx x x  x 1x                                                                                                 f                                                        kdO[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
1x x x x 'x (x 0x Ex Zx ox x x x x x                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd	[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  x x x %x -x Bx Wx lx ~x x x x x x x "x #x                                                                                                                                                                                                                            S  kd[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  #x $x %x Mx Nx ax tx x x x x x             s                                                                                                                                                                 kd-[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  #x $x %x =x Gx Hx Ix Kx Lx Mx Nx `x ax x x x x }x x x x x x x mx x 3x 4x x 2x 4x 5x Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ x x                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x }x x 5x x x x x x 4x x 4x 5x <x {x x x x =x qx x x x )x                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  5x <x Ax Tx Xx px x x x (x )x *x :x ;x x x x x x x x x x ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   )x *x ;x x x x |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd;[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x x x x x x x x x .x Hx bx sx x x x x x                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0                     x                
t                                4   4 
l a   x x x x +x Ex Vx px x x x x x x x                                                                                                                                                                                                                   	  $If   gd_  S  kd[ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  x x x x x 2x Ex Xx kx lx mx |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
x x x x 
x x x x x jx kx nx wx 5x ax .x x x x 
x x x bx wx x /x 0x 1x 8x |x ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ mx nx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nx wx 5x /x x 
x x x x zx 1x 8x xx x x x x x 0x qx rx                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  |x x x x x 	x x (x 4x Gx Ox hx px qx rx sx x x x x x x x x !x "x #x ;x Ex Fx Jx ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  rx sx x x x x |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x x x x x x )x @x Wx nx x x x x x x x x                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   x x x )x ;x Mx dx {x x x x x x x 	x  x !x                                                                                                                                                                                                                            S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !x "x #x Kx Lx _x rx x x x x x             s                                                                                                                                                                 kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Jx Kx Lx ^x _x x x x x x x x x dx x x Cx _x x Cx x x `x 	x x 1x x x Ex x x x x Gx 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !x x                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x x dx x `x x x x ax x x Cx x x 3x x x x Dx Ex                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Ex x x x x Cx bx x x x x x                                                                                                             f                                       kd![ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Gx Zx fx yx x x x x x x x x x x x 9x :x ;x ?x @x Dx Mx jx x x x ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  x x x :x ;x @x Bx Cx             s                                                                                                                                                                                     kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Cx Dx                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dx Mx Zx |x x x x x x 'x Ix kx x                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  x x x x x |            s            s            s                                                                                                                                                                          	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x x x x x x x x x x x x 'x 
x  x Ox bx x x x x x x Sx gx )x 5x 9x `x x x x x ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  x x x x 'x x x 
x Ox x x x Tx |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd [ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Tx x x x x x cx dx (x )x `x x x x 4x kx x x 9x x x x x x x x                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  x 4x Gx jx ~x x x x x 8x Lx x x x x x x x x x x x x x x 'x (x :x ;x Mx Nx `x ax ex nx x x x x x x õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (x x                                        kd]![ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x (x ;x Nx ax cx dx                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  dx ex                                        kd"[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ex nx x x x >x \x vx x x x x                                                                                                             f                                       kd$[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  x x x x x +x >x Qx dx fx gx             s                                                                                                                                                                      kd$[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
x x x x x x x x x *x +x =x >x cx dx hx qx x x 5x 6x 7x Gx Hx Ix Jx bx lx mx qx rx sx x x x x x x ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %gx hx                                        kdy%[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hx qx x x 6x 7x Hx Ix                                                 f                                                                                                                       kd&[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ix Jx rx sx x x x x x x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                        kdA([ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x 
 y  y  y  y  y  y  y  y  y  y  y  y  y  y  y  y  y  y  y y y y 'y Jy Ky y y Zy [y \y ly my ny oy |y 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %x x x  y  y  y  y  y                                                 f                                                                                                                       kd)[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   y  y  y  y  y  y y y y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO*[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd	+[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y 'y Ky y [y \y my ny                                                 f                                                                                                                       kd],[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ny oy py y -y .y Uy Vy y y y y y |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd-[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |y y y ,y -y .y Uy by fy y y y y y y 	y ,y @y dy ey xy y y y y y y y ,y -y @y qy ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  y -y ey y y -y ry y y ]y ^y _y iy ty y y y                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  qy y y y y y \y ^y _y ty y y y y y y y y y y y y 
y y y By Cy \y ey fy uy շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\y y                                        kd-[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               y y y 
y y 0y Cy Ey [y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  [y \y                                        kd%/[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \y ey y 	y 	y O	y Z	y 	y 	y 	y 	y 
y                                                                                                 f                                                   kdy0[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  uy y O	y Z	y m	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 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
y 
y 
y 
y -
y =
y >
y ?
y                                                             R            I                                   	  $If   gd_ Q  kd1[ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd31[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ?
y @
y h
y i
y |
y 
y 
y 
y 
y 
y 
y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdM2[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@
y X
y b
y c
y g
y h
y i
y {
y |
y 
y 
y 
y 
y 
y 
y 
y 
y Fy y y y =y >y Yy y y y y y y ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
y 
y                                        kd3[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
y 
y Gy by y y y y y y >y Zy ly y y y                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  y y y y y y y y y y 
y 
y 
y 7
y 8
y M
y N
y P
y Q
y R
y j
y t
y u
y y
y z
y {
y 
y 
y 
y 
y 
y 
y 
y пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  y y y y y 
y |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd[4[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y 
y 8
y O
y P
y Q
y                                     R            I                                                                     	  $If   gd_ Q  kd5[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd5[ $If   K$L$l 0                                     
t                              4   4 
l a   Q
y R
y z
y {
y 
y 
y 
y 
y 
y 
y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/6[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
y 
y                                        kd6[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
y 
y Cy ky y y y y y Gy y y y y                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  

y 
y 
y 
y By y y y y y /y >y Fy Gy Ny Ty y y y y y y y y y y y y y y زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 y y y y |            s            s                                                                                                                                                                                           	  $If   gd_   kd=8[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y y y y y y y 
y y y y Cy Dy Hy Qy Ry ay y y ny ry y  y *y +y Iy Jy ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    y y y y y y 1y Dy Fy Gy |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd8[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Gy Hy                                        kd9[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Hy Qy y y oy y y y  y +y Jy uy y y                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Jy ]y ly ty uy |y y y y y y y y y y y y y y y y y !y 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  y y y y |            s            s                                                                                                                                                                                           	  $If   gd_   kd;[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y y !y "y ]y y Fy Gy y y 'y (y |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd;[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
!y .y 2y ]y y Fy Sy Wy y y (y 4y 8y Zy y Cy y y y y y 5y ey qy uy y oy y y y y y y y y y y y 8y `y ay wy {y y y y  y Yy y y Ey y y ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4(y Zy y By Cy y y y 5y dy ey y oy y y y y y y y y y y y y %y 8y `y ay y                                                                                                                                                                                                                                                                                                                                                                   gd_  y y  y Yy y y Ey y y  y O y  y  y  y  y  y  y  y  y                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  y O y S y  y  y  y  y  y  y  y  y !y !y Q!y R!y S!y T!y !y !y ("y U"y "y "y "y 8#y c#y d#y #y #y #y #y $y  $y %$y J$y N%y  &y Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $ y  y  y  y  y  !y !y !y !y M            H            H            H            H            H            H            H                   gd_   kdy<[ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   !y !y !y #!y 3!y 4!y C!y D!y                                                 _            V            V                                                             	 $If   gd_    kd=[ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  D!y E!y Q!y R!y                                                                                                                                                                                                                                                          	 $If   gd_  o  kd=[ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  R!y S!y T!y _!y c!y v!y ~!y !y                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd>[ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  !y !y !y !y !y 2            )            )            )                      	 $If   gd_    kd&?[ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     !y ""y #"y ("y U"y Z"y "y             [                                                                                                                                           kdS@[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  "y "y "y "y "y 2#y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  2#y 3#y 8#y d#y h#y #y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  #y #y #y #y #y #y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdB[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  #y #y #y  $y %$y K$y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdwC[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K$y L$y M$y W$y $y $y $y d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd@D[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  $y $y $y $y n            e            e                                                                                                                                                               	 $If   gd_    kd	E[ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           $y $y $y $y                                                                                                                                                                                                                                                	 $If   gd_  t  kdE[ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $y $y $y $y $y $y $y  %y %y                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd{F[ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  %y 
%y                                             kdG[ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          
%y %y %y #%y *%y +%y ,%y -%y                                                             A                                  kdqH[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  -%y .%y /%y 0%y 1%y 2%y 3%y 4%y                                                 A                                              kdPI[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  4%y 5%y 6%y 7%y 8%y 9%y N%y                                     A            <            7                  gd_    gd_    kd/J[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  N%y &y &y &y &y 5&y F&y G&y [&y ]&y                                                                                                                                                                                                                                                   E  kdK[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	 &y &y &y &y 	&y &y &y F&y G&y ]&y ^&y `&y a&y o&y p&y }&y ~&y &y &y &y &y &y &y &y &y &y &y  'y 'y 'y "'y #'y $'y 0'y 1'y C'y (y )y )y )y )y )y )y 춥x                          /j@P[ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *]&y ^&y _&y `&y a&y i&y o&y                                     a                                                                                                                             E  kdK[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdmK[ $$If   l 0 
" R                                                           4 
l a   o&y p&y y&y }&y ~&y &y &y                                     a                                                                                                                             E  kdL[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+L[ $$If   l 0 
" R                                                           4 
l a   &y &y &y &y &y &y &y                                     a                                                                                                                             E  kdHM[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdL[ $$If   l 0 
" R                                                           4 
l a   &y &y &y &y &y &y &y                                     a                                                                                                                             E  kdN[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM[ $$If   l 0 
" R                                                           4 
l a   &y &y  'y 'y 'y 'y 'y                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdeN[ $$If   l 0 
" R                                                           4 
l a   'y 'y 'y 'y !'y "'y l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdN[ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   "'y #'y $'y 1'y C'y 
(y (y (y (y )y )y l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdO[ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
)y )y )y *y *y *y *y *y *y *y *y *y +y +y n+y o+y {+y |+y +y +y +y +y ,y ,y ,,y -,y Q,y S,y c,y d,y ,y ,y ,y ,y ,y "0y #0y /0y q3y t3y 3y 3y 3y 3y /4y 04y 4y 4y 4y ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jP[ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0)y *y *y +y o+y |+y +y +y +y ,y                                                                                                                                                                                                                                                       S  kdQ[ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	,y ,y -,y R,y S,y d,y ,y                                     N                                                                                       S  kd2R[ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdQ[ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ,y ,y ,y ,y ,y -y >.y ?.y ,/y -/y "0y #0y /0y 0y 
1y ~1y 1y M2y 2y                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdR[ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2y 2y t3y 3y /4y 04y n4y 4y 4y 4y 6y 6y 6y 67y X7y 7y 7y 7y 8y 28y 38y <9y =9y :y :y ;;y <;y ;y                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  4y 4y 5y 5y (5y 05y 6y 6y 6y 57y 67y X7y 9y :9y =9y :y :y :y ;y ;y ;y ;y ;y ;y  <y <y <y G<y H<y I<y e?y f?y q?y r?y s?y w?y x?y ?y ?y ?y ۵۵۵ۭۜۋzrgrrr       j:T[ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ';y ;y ;y ;y ;y  <y <y H<y                                     j                                                                                                                                           kdVS[ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  H<y I<y Z<y <y <y <y E=y F=y b=y =y 	>y s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdS[ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
	>y c>y (?y )?y z?y ?y ?y @y @y @y @y By By Cy Cy :Dy ;Dy Ey 	Ey #Ey 4Ey Ey Fy Gy Gy dHy eHy                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ?y ?y ?y ?y ?y ?y @y @y @y By Cy 9Dy Dy Dy Dy Dy  Ey Ey Ey Ey Ey Ey 	Ey Ey #Ey 4Ey Ey Ey Fy Fy Gy dHy Iy Iy ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jU[ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjT[ h_ U !eHy Iy Iy Iy Iy Iy  Jy                                                 e                                                                                                                        F  kdU[ $$If   l   l '{6    4   4 
l a] p
        F  kdoU[ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  Iy Iy Jy &Jy 'Jy *Jy +Jy 1Jy 2Jy SJy TJy tJy uJy Jy Jy Jy Jy Jy Jy Jy Jy Ky Ky Ky Ky 2Ky 3Ky MKy NKy uKy vKy wKy xKy yKy WMy XMy dMy My My Ny GNy MNy PNy Ny Ny Oy Oy Py 7Py kPy Py Py ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3 Jy Jy Jy Jy Jy &Jy 'Jy                                                             5            v  kdV[ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdUV[ $$If   l   l '{6    4   4 
l a] p
         'Jy (Jy )Jy *Jy +Jy /Jy 0Jy 1Jy                                     t                                                                                                                                                             v  kdmW[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  1Jy 2Jy KJy MJy SJy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         SJy TJy mJy oJy tJy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         tJy uJy Jy Jy Jy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnY[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Jy Jy Jy Jy Jy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Jy Jy Jy Jy Jy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Jy Jy Jy Jy Jy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo[[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Jy Jy Jy Jy Ky                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ky Ky Ky Ky Ky                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ky Ky *Ky ,Ky 2Ky                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp][ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2Ky 3Ky FKy HKy MKy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MKy NKy UKy ZKy uKy                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uKy vKy wKy xKy yKy WMy XMy dMy My My My Ny HNy [Ny Ny                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdq_[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ny Ny Ny Ny #Oy 6Oy jOy Oy Oy Oy Py (Py 8Py lPy Py Py Py Py Py Py Qy Qy Ry *Ry 9Ry LRy MRy fRy Ry Ry                                                                                                                                                                                                                                                                                                                                                                   gd_  Py Py Py Py Py Py Ry Ry 9Ry KRy Ry Ry Ry Ry Ry Sy *Sy ^Sy Sy Sy Ty 3Ty eTy fTy pTy zTy {Ty Ty Ty Ty Ty Ty пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ry Ry Ry Ry Ry Ry (Sy )Sy *Sy ^Sy tSy Sy Sy Sy Sy Ty Ty (Ty 3Ty fTy pTy zTy                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  zTy {Ty                                     kd`[ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               {Ty Ty Ty Ty Ty Ty Uy Uy Uy 1Uy                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Ty Ty Ty Ty Uy Uy Uy Uy 2Uy ;Uy Uy Uy Uy Uy Uy Uy Uy Uy %Vy &Vy +Vy 4Vy QWy SWy cWy dWy Wy Wy Wy Wy Wy Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 1Uy 2Uy                                     kdsa[ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2Uy ;Uy ]Uy ^Uy rUy sUy Uy Uy Uy Uy Uy Uy Uy Uy                                                                                                                                     q                            kdb[ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Uy Uy Uy Uy &Vy 'Vy (Vy )Vy *Vy             q            l                                                                                                                                                       gd_    kdc[ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  *Vy +Vy                                     kdDd[ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               +Vy 4Vy UVy VVy jVy kVy Vy Vy Vy Vy Vy Vy 
Wy "Wy <Wy =Wy RWy                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  RWy SWy dWy Wy z            q            q                                                                                                                                                                                       	  $If   gd_    kde[ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Wy Wy Wy Wy Wy Wy Wy Wy z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdXf[ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Wy Wy Wy Wy Wy CXy EXy UXy VXy uXy vXy xXy Xy Xy Xy Xy Yy 
Yy )Yy 5Yy TYy `Yy Yy Yy Yy Yy Yy Yy Yy Yy Zy RZy Zy Zy Zy ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Wy Wy                                     kdg[ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Wy Wy Wy Wy Wy Wy Xy .Xy /Xy DXy EXy VXy vXy                                                                                                             q                                                         kdlh[ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  vXy wXy xXy Xy Xy Xy Xy Xy z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd)i[ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Xy Xy                                     kdi[ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Xy Xy Xy Xy Yy Yy Yy Yy Yy                                                             q                                                                                                                             kd=k[ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Yy Yy Yy Yy Zy Zy Zy Zy Zy Zy Zy z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdk[ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Zy Zy Zy Zy '[y ([y 2[y <[y =[y ][y ^[y [y [y [y [y [y t\y X]y Z]y j]y k]y ]y ]y ]y ]y  ^y ^y  ^y !^y "^y #^y &^y /^y ^y ^y ^y ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Zy ([y 2[y <[y                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  <[y =[y                                        kdl[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =[y ^[y [y [y [y [y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [y [y                                        kdn[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [y [y v\y w\y \y \y \y ]y Y]y Z]y k]y ]y ]y                                                                                                 s                                                                        kdmo[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ]y  ^y !^y "^y #^y $^y %^y |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd'p[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %^y &^y                                        kdp[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &^y /^y ^y ^y ^y ^y                         s                                                                                                                                                                                   kd5r[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^y ^y ^y ^y ^y ^y ^y ^y ^y qby rby by by by Icy hcy cy cy Ldy kdy dy dy tey ey ey fy (gy Ggy gy gy @hy _hy hy hy Ziy yiy Xjy wjy jy jy gky ky ky ly 8my 9my о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -^y ^y ^y ^y ^y ^y ^y _y _y _y _y _y _y _y |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdr[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_y _y \`y s`y `y `y `y `y ay @ay ay ay qby rby by by by by by                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  by by by by             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   by by cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy 	cy cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgt[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy $cy )cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )cy *cy +cy Icy Wcy gcy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%u[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gcy hcy scy xcy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xcy ycy cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBv[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy cy cy cy cy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd w[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy cy cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_w[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy cy dy dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy dy dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy #dy (dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|x[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (dy )dy *dy Ldy Zdy jdy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jdy kdy vdy {dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:y[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {dy |dy dy dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy dy dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy dy dy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWz[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy dy dy dy dy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dy dy  ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt{[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey !ey &ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &ey 'ey 1ey 6ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2|[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6ey 7ey 8ey tey ey ey                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO}[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
~[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ey ey ey ey ey 
fy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl~[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
fy fy fy fy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fy fy )fy .fy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .fy /fy :fy ?fy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?fy @fy Jfy Ofy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ofy Pfy Qfy fy gy (gy 6gy Fgy                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdG[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fgy Ggy Rgy Wgy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wgy Xgy bgy ggy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ggy hgy sgy xgy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xgy ygy gy gy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÁ[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gy gy gy gy gy gy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gy gy gy gy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gy gy gy gy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gy gy gy hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy @hy Nhy ^hy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^hy _hy jhy ohy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ohy phy zhy hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy hy hy hy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd؅[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hy hy hy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy "iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "iy #iy -iy 2iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2iy 3iy 4iy Ziy hiy xiy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xiy yiy iy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЈ[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy iy iy (jy )jy Xjy fjy vjy                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vjy wjy jy jy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jy jy jy jy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jy jy jy jy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jy jy jy jy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jy jy jy jy jy jy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jy jy ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȋ[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky 	ky ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky $ky )ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )ky *ky 4ky 9ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9ky :ky ;ky gky uky ky                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky ky ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ky ky ky ky ly                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ly ly ly ly             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ly ly ly #ly             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݏ[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #ly $ly /ly 4ly             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ly 5ly ?ly Dly             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dly Ely Fly jly ly ly ly ly )my *my 7my 8my 9my \my my                                                                                                                                                                                        gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9my Jmy \my wmy my ny 'ny (ny )ny >ny pny qny {ny ny ny ny ny ny ny ny ny ny 	oy oy py py py py qy Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  my my ny (ny )ny 3ny >ny qny {ny ny                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	ny ny                                        kdY[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ny ny ny ny ny oy                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  oy 	oy                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	oy oy foy goy oy oy oy 5py kpy py py py py py py                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  py py py Iqy bqy {qy qy qy |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qy 	qy #qy $qy %qy 8qy 9qy Hqy qy qy qy qy qy ry ry ry &ry sy sy sy sy mty nty qty ty ty ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j[ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  qy qy qy ry ry ry ry |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd@[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ry ry                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ry &ry nry ory ry sy (sy Dsy ]sy wsy sy sy sy                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  sy sy sy nty |            s            s                                                                                                                                                                                           	  $If   gd_   kdN[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nty oty pty qty ty )uy *uy ^uy puy uy uy rvy svy |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ty )uy *uy ]uy ^uy uy uy uy uy uy uy 2vy _vy qvy svy vy vy vy vy vy vy vy vy %wy Hwy Iwy Lwy Uwy xy xy yy yy yy yy yy yy yy ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $svy }vy vy vy vy vy                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  vy vy                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vy vy %wy 7wy Iwy Jwy Kwy                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Kwy Lwy                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Lwy Uwy wy wy wy wy wy wy rxy xy  yy !yy Gyy dyy yy yy yy                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  yy yy yy zy dzy zy zy @{y |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdj[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yy yy yy yy yy yy yy 
zy .zy dzy zy zy zy zy {y ?{y @{y C{y T{y j{y {y {y "|y #|y $|y 5|y ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j$[ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  @{y A{y B{y C{y i{y j{y {y {y $|y 6|y 7|y A|y |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5|y 7|y L|y ~|y |y |y |y |y |y |y |y |y |y |y  }y k}y y}y }y }y }y }y }y }y ~y ~y P~y Q~y S~y T~y f~y x~y y~y ~y ~y ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !A|y L|y |y |y |y                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  |y |y                                        kdc[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |y |y |y |y |y |y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  |y |y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |y  }y a}y b}y }y }y }y }y }y }y ~y                                                                                                 Y                              kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
~y Q~y R~y S~y T~y ~y y >y sy ty y y             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdŠ[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~y ~y ~y ~y ~y ~y ~y ~y y >y y y Dy Uy y y qy y y y ьy ӌy ry sy uy vy y y ǎy ܎y Ny y Qy Xy y y y ;y y ̓y 3y 4y Ly My ]y ^y ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jĥ[ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j[ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -y Cy Dy Uy y y \y ]y y y y 	y 
y py qy y ӌy sy vy y y ǎy ܎y My Ny ]y oy                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  oy y y y y y             f                                                                                                                                                                      kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  y y y y y o            f            f            f                                                                                                                                                	  $If   gd_    kdT[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y y y y o            f            f            f                                                                                                                                                	  $If   gd_    kd¢[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y Ǐy Ώy ڏy o            f            f            f                                                                                                                                                	  $If   gd_    kd0[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ڏy ۏy y y y o            f            f            f                                                                                                                                                	  $If   gd_    kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y y y 
y o            f            f            f                                                                                                                                                	  $If   gd_    kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
y y y y "y o            f            f            f                                                                                                                                                	  $If   gd_    kdz[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "y #y +y 2y >y o            f            f            f                                                                                                                                                	  $If   gd_    kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >y ?y @y Ay y y :y ;y Гy ѓy y y y o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdV[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^y ay by y y םy y (y 3y *y ;y y ܩy y y y y 	y %y )y *y ?y qy ry |y y y y y y y y y y y y îy Ӯy ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %y y py qy 'y (y y y y Ҙy Әy ۙy ܙy -y y y Ry םy y 'y (y Iy Vy cy py }y y                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  y y y y Ҡy Ӡy y y y 'y (y 3y cy dy y y y y Vy Wy *y ;y py y y  y Ny {y y                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  y y y Ey y y ܩy y y %y )y *y 4y ?y ry |y y                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  y y                                        kd?[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y 4y @y gy y ̭y y y 8y By gy y ®y                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
®y îy Ԯy y |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӯy Ԯy 
y y y y y y :y ;y Py y y y y y y ůy Ưy y y y y y y y ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 y y 
y y :y ;y Ey Py y y |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  y y                                        kd[[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y Ưy y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y 9y Ey ly y װy y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  y y y y 
y y y y y y 2y dy ey oy yy zy y y y ϲy вy Ѳy ղy ޲y fy ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    y y 
y y |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y 'y 2y ey oy yy |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yy zy                                        kdw[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zy y βy ϲy вy Ѳy Ӳy Բy                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Բy ղy                                        kd˯[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ղy ޲y y )y Py {y y ߳y ey δy ޴y ߴy                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  fy δy ޴y y y y y y y  y y y y y -y .y Cy uy vy y y y y y y y y ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ߴy y y y |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y  y y y .y 8y Cy vy y y |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdٱ[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  y y y y cy ey uy vy |y y y y y y ͷy ηy طy y y y y y y :y ;y <y îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y /y ;y by y ϶y y 'y cy dy ey                                                                                                                         f                           kd;[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ey vy y y y y y ηy طy y                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y ;y <y =y ?y @y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  <y =y Ay Jy չy ֹy ׹y y y y y y y y 2y Ly Ny Oy dy y y y y y y Ժy п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @y Ay                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ay Jy y y y y 
y 9y Vy y ֹy ׹y                                                                                                                         f                           kdW[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ׹y y y y y 2y Oy Yy dy y                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  y y                                        kd˺[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y պy ֺy ׺y ٺy y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ժy պy ֺy ׺y y y y y y 3y 4y 5y Ey Fy xy yy zy {y |y }y y y y y y ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y My y 4y 5y Fy xy                                                                                     s                                                                                              kds[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
xy yy zy {y |y }y y ^y _y y տy y Dy y |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd-[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y տy y y y Cy Wy y y y y /y 0y Ey wy xy y y y y y y y y y y y y y  y !y ;y Dy Py õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !y y /y 0y :y Ey xy y y                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y y !y #y :y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  :y ;y                                        kd;[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;y Dy y y y y y y /y 6y >y                                                             f                                    [            [                     
  $If   gd_ K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Py y y y y y y y y #y -y /y 5y 6y =y ?y Ty Uy dy fy gy hy y y y y y y y y y ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ >y ?y Uy ey fy gy                                     R            I                                                                     	  $If   gd_ Q  kd[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI[ $If   K$L$l 0                                     
t                              4   4 
l a   gy hy y y y y y y  y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y y y y .y y y y y y y y y y y y y y y y y 
y y ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y .y \y y y y y y y y                                                             f                                    [            [                     
  $If   gd_ K$  kdq[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
y y y y y y y                                     R                                                                                              Q  kd[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+[ $If   K$L$l 0                                     
t                              4   4 
l a   y 	y 
y y y 
y                                     R            I                                                                     	  $If   gd_ Q  kd[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE[ $If   K$L$l 0                                     
t                              4   4 
l a   
y y 6y Wy Xy }y y y y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y &y 0y 1y 2y 4y 5y 6y Wy Xy y y y y y y Ty my y y y y y y y y y (y Xy ^y ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y y y y y y Xy                                                                                     Y                                          kdm[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Xy _y hy iy qy y y y y y y y %y -y By Wy iy y                                                                                                                                                                                                                      	  $If   gd_  S  kd'[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ^y _y gy iy y y y y y y y y 
y y y +y ,y vy wy zy y y y xy y y y y ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  y y y y y y y                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y ,y Qy dy wy xy yy |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdK[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yy zy                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zy y y y y y y y y y y                                                             f                                    [            [                     
  $If   gd_ K$  kdY[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
y y y y y y y y y y uy wy xy yy y y y y y y y y y y y y y y y Ey ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 y y y y 0y By \y vy y y y y y y y y 2y By                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   By \y vy wy xy                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd[ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  xy yy y y y y y y y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y Dy y y y y y Iy                                                                                                 f                                                   kdE[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Ey y y y y y y Hy Iy Jy by ly my ny py qy ry y y y y y y þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Iy Jy ry y y y y y y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y 
y Sy y y y y y                                                                                                 Y                              kd
[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
y y y 	y 
y Sy y y y y y y Wy Xy Yy qy {y |y }y y y y y y y y νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  y Xy Yy y y y y y y y y y             s                                                                                                                                                                 kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y ?y y 'y (y )y :y y                                                                                     Y                                          kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
y y y y %y 'y (y )y 9y :y y y y y y y y y y y *y +y }y ~y y y y y y y y y ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 y y y y y y y y y y y 'y Ay [y cy xy y                                                                                                                                                                                                         	  $If   gd_  S  kd[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y y y y y y y                                                                                                                                                                                                                                                 	  $If   gd_  S  kd![ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y +y ~y |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~y y y y y y y y y y 	y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdm[ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
y y y y y y 
y y y y y y y y y y y 9y y y y y y y y y y ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  	y 
y                                        kd5[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
y y y ,y hy |y y y y y y                                                                                                 f                                                        kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
y 9y y y y y y y y 
y y 9y Sy dy ~y                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdC[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ~y y y y y y y 
y y 6y Py ay {y y y y y                                                                                                                                                                                                                            S  kd[ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y y y y y %y 8y Ky Ly My             s                                                                                                                                                                 kdg[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y y y y y y y y y y y y y Jy Ky Ny Wy y Jy Ky qy ry %y &y y  y y y y y y y Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ My Ny                                        kd![ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ny Wy y ry y &y Yy y "y wy y |y y y y y hy y y y y ;y gy y y                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  y y y y y y y y y y y y y y y #y $y ,y .y }y y y y ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   y y y y $y -y |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdu[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -y .y 6y Ky `y uy y y y y y  y y +y <y Vy ^y sy                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd/[ $If   K$L$l 0                     x                
t                                4   4 
l a   sy y y y y y y y (y 9y Sy dy ~y y y                                                                                                                                                                                                                   	  $If   gd_  S  kd[ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y y y y y y 	y 
y y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdS[ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
y y y y y y y y y y 	y y y y y y y 2y y y y y  y y y y y y y y ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y 5y y y %y y y y y y 5y Ty yy y y y y y                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  y -y 9y Ly y y y y y y y y y y y y !y "y fy ly my uy wy y y y y y y y y ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  y y "y fy my vy |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdo[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vy wy y y y y y y y y y 4y Ky \y ry y y y                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd)[ $If   K$L$l 0                                     
t                                4   4 
l a   y y y y y y y y 0y Ay Xy oy y y y y y                                                                                                                                                                                                                            S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y y y y y #y 6y Iy Ky Ly             s                                                                                                                                                                 kdM[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y y y y y Hy Iy My Vy hy y 0y by y cy y y y Qy y 8y My y y +y y &y ;y y gy zy y y y 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Ly My                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               My Vy hy 0y y y y 8y y y y y Oy y y y y >y ?y Fy y y                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  y #y cy y y y  y y >y ]y ^y oy                                                                                                             f                                       kd[[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  y y y y #y 6y By Uy \y ^y ny oy y y y y y y y y y y  z  z  z  z ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  oy y y y y y y y             s                                                                                                                                                                                     kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y <y ^y y y y y y 	 z  z                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   z  z 0 z c z  z |            s            s            s                                                                                                                                                                          	  $If   gd_   kd#[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        z / z 0 z  z  z  z  z  z  z  z  z  z  z z z z  z #z 7z [z oz z z z z z z z z Yz \z z z ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   z  z  z  z  z uz wz z z $z \z z z |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z Gz Hz z Az Bz z z z z z [z \z z z 	z Az z z ,	z -	z 7	z B	z u	z 	z 	z                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  z z z z z @z Tz z z z z ,	z -	z B	z t	z u	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 	z 
z 
z T
z xz yz zz z z õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (	z 	z                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	z 	z 	z 	z 	z 	z 	z 
z 
z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
z 
z                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
z 
z T
z w
z 
z 
z 
z z Kz yz zz z                                                                                                             f                                       kd?[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  z z z z z z z z z z z             s                                                                                                                                                                      kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
z z z z z z z z z z z z z z z z z Pz Qz z z z z z z z  
z 

z 
z 
z 
z 
z #
z $
z 6
z 7
z \
z ]
z ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %z z                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z -z Qz z z z z                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  z z 
z 
z $
z 7
z J
z ]
z _
z `
z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`
z a
z                                        kd{[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]
z a
z j
z 
z 
z .z /z 0z @z Az Bz Cz [z ez fz jz kz lz ~z z z z z z z z z z kz lz z z z 
z z z 
z z 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %a
z j
z 
z 
z /z 0z Az Bz                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Bz Cz kz lz z z z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kdC[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z lz z z z z                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  z 
z z ?z z z z z %z z z Rz z |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdQ[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z ?z z z z z  z z %z z z Rz ez z z z z z z z (z )z Gz Hz [z z z z z z z ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  z z z Hz z z z Wz z z z z z z Ez Oz Yz                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  z #z Vz jz z z z z z z Dz Ez Oz Yz Zz rz |z }z z z z z z z z z z z z z z շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Yz Zz                                        kd[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Zz z z z z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  z z                                        kd_[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z z rz z z z z $z fz gz xz z                                                                                                 f                                                   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  z rz z z z z $z +z 1z ez fz gz wz xz {z z z z z z z z z z z z z z z ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ z z z z z z z z                                                             R            I                                   	  $If   gd_ Q  kd[ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdm[ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ z z z z z -z @z Sz Uz Vz lz |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
z z  z z z z z z z ,z -z Rz Sz mz vz wz z z z z z z z z 'z 0z 7z =z Nz Oz ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ lz mz                                        kdA[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               mz vz z  z 1z Nz gz zz z z z z 
z 0z Oz Pz                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Oz Pz Qz az bz ez kz z z z z z z z z z z z z z z z z z z z +z ,z >z ?z dz ez iz пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Pz Qz bz z z z |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z z z z                                     R            I                                                                     	  $If   gd_ Q  kd \ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO \ $If   K$L$l 0                                     
t                              4   4 
l a   z z z z ,z ?z Rz ez gz hz |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	hz iz                                        kd#\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               iz rz z 	z Cz Uz z z z z 'z +z ,z -z                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
iz rz sz z z z z z z z z z z z z z &z 'z *z +z ,z -z .z >z ?z Bz Wz `z jz kz زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 -z .z ?z lz |            s            s                                                                                                                                                                                           	  $If   gd_   kdw\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kz lz mz z z z z z z z z z z z z z z z z ]z ^z z z Rz z z z z z ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    lz mz z z z z z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kd\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z z ^z z 
z @z qz z z z z  z U z V z                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
z z 
 z  z  z  z   z T z U z V z W z g z h z k z  z  z  z  z  z  z  z  z  z 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  V z W z h z  z |            s            s                                                                                                                                                                                           	  $If   gd_   kd?\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        z  z  z  z  z  z  z !z !z !z "z "z "z "z |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 z  z  z  z !z !z !z !z "z "z "z "z "z "z u#z #z 6$z 7$z C$z G$z p$z $z %z %z %z ;%z 
'z ;'z G'z K'z x'z )(z *(z d(z e(z q(z u(z (z )z )z )z *z *z E*z +z +z +z +z M,z ,z ,z -z w-z ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4"z "z u#z #z #z 6$z 7$z p$z $z %z %z ;%z 
'z :'z ;'z x'z *(z d(z e(z (z L)z M)z )z )z )z )z )z )z )z E*z                                                                                                                                                                                                                                                                                                                                                                   gd_  E*z +z +z +z M,z ,z ,z -z w-z -z -z O.z P.z [.z g.z v.z .z .z .z                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  w-z -z -z N.z O.z [.z q.z u.z .z .z .z .z .z .z .z .z .z ./z e/z /z /z C0z y0z z0z 0z 1z 1z &1z ]1z ^1z 1z 1z 1z 1z 1z 2z 3z Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $.z .z .z .z .z .z .z .z .z M            H            H            H            H            H            H            H                   gd_   kd\ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   .z .z .z .z .z .z .z .z                                                 _            V            V                                                             	 $If   gd_    kdQ\ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  .z .z .z .z                                                                                                                                                                                                                                                          	 $If   gd_  o  kd&	\ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  .z .z .z .z /z /z /z (/z                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd	\ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  (/z )/z ./z e/z j/z 2            )            )            )                      	 $If   gd_    kd`
\ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     j/z /z /z /z /z /z =0z             [                                                                                                                                           kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  =0z >0z C0z z0z ~0z 0z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdV\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0z 0z 0z 1z 1z  1z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   1z !1z &1z ^1z c1z 1z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1z 1z 1z 1z 1z 1z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1z 1z 1z 1z D2z I2z U2z d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdz\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  U2z V2z Y2z c2z n            e            e                                                                                                                                                               	 $If   gd_    kdC\ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           c2z d2z g2z p2z                                                                                                                                                                                                                                                	 $If   gd_  t  kd\ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  p2z q2z r2z 2z 2z 2z 2z 2z 2z                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd\ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2z 2z                                             kdR\ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          2z 2z 2z 2z 2z 2z 2z 2z                                                             A                                  kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  2z 2z 2z 2z 2z 2z 2z 2z                                                 A                                              kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  2z 2z 2z 2z 2z 2z 2z                                     A            <            7                  gd_    gd_    kdi\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  2z 3z 3z 3z 3z 3z 3z 3z 3z 3z                                                                                                                                                                                                                                                   E  kdH\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	3z 3z 3z 3z 3z 3z 3z 3z 3z 3z 3z 3z 3z 
4z 4z 4z 4z ;4z <4z >4z ?4z k4z l4z 4z 4z 4z 4z 4z 4z 4z 4z 4z 4z 4z 4z 4z 5z N7z O7z Z7z [7z k7z l7z 춥x                          /jz\ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *3z 3z 3z 3z 3z 4z 
4z                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   
4z 4z 4z 4z 4z /4z ;4z                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde\ $$If   l 0 
" R                                                           4 
l a   ;4z <4z =4z >4z ?4z Q4z k4z                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#\ $$If   l 0 
" R                                                           4 
l a   k4z l4z w4z 4z 4z 4z 4z                                     a                                                                                                                             E  kd@\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   4z 4z 4z 4z 4z 4z 4z                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   4z 4z 4z 4z 4z 4z l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   4z 4z 4z 4z 4z 5z 5z 6z 6z s7z t7z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
l7z p7z q7z f8z g8z r8z s8z 8z 8z 8z 8z 8z 8z 8z 9z 
9z 9z 9z a9z c9z n9z o9z 9z 9z 9z 9z 9z 9z :z :z A:z C:z D:z P:z Q:z =z =z =z Az Az 'Az GAz lAz uAz Az Az *Bz +Bz =Bz ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j\ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0t7z 8z 8z 8z 
9z 9z b9z c9z o9z 9z                                                                                                                                                                                                                                                       S  kdH\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	9z 9z 9z 9z 9z :z B:z                                     N                                                                                       S  kdl\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   B:z C:z D:z Q:z :z  ;z ;z ;z <z <z =z =z =z P>z >z ?z ?z ?z R@z                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   R@z S@z Az mAz Az Az Bz *Bz +Bz >Bz Cz Cz Cz Dz Dz _Ez Ez Ez Ez Ez Ez Fz Fz zHz {Hz Hz Hz %Iz                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  =Bz >Bz Bz Bz Bz Bz Cz Cz Cz Dz Dz Dz Fz Fz Fz yHz {Hz Hz %Iz ;Iz ?Iz LIz MIz Iz Iz Iz Iz Iz Iz Iz Mz Mz Mz Mz Mz Mz Mz SMz TMz _Mz ۵۵۵ۭۜۋzrgrrr       jt\ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '%Iz 1Iz @Iz LIz MIz Iz Iz Iz                                     j                                                                                                                                           kd\ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Iz Iz Iz AJz FJz Jz Jz Jz  Kz jKz Kz s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd\ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Kz Lz Lz Lz Mz hMz iMz Mz Mz YNz ZNz Oz Oz !Qz "Qz Qz Qz Rz Rz Rz Rz Sz <Tz Uz Uz Vz Vz                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  _Mz `Mz aMz eMz fMz iMz Mz Mz XNz Oz sQz Qz Rz Rz Rz Rz Rz Rz Rz Rz Rz Rz Rz Rz Rz Rz SSz \Sz eTz Tz Uz Vz mWz nWz ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jB \ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj\ h_ U !Vz nWz rWz sWz Wz Wz Wz                                                 e                                                                                                                        F  kd!\ $$If   l   l '{6    4   4 
l a] p
        F  kd \ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  nWz sWz Wz Wz Wz Wz Wz Wz Wz Wz Wz Xz Xz )Xz *Xz EXz FXz bXz cXz Xz Xz Xz Xz Xz Xz Xz Xz Xz Xz Yz Yz Yz Yz Yz Zz Zz [z c[z [z [z [z [z [z z\z \z _]z w]z ]z ]z 	^z (^z ^^z ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Wz Wz Wz Wz Wz Wz Wz                                                             5            v  kd"\ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd!\ $$If   l   l '{6    4   4 
l a] p
         Wz Wz Wz Wz Wz Wz Wz Wz                                     t                                                                                                                                                             v  kd"\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Wz Wz Wz Wz Wz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR#\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Wz Wz Xz 
Xz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz !Xz #Xz )Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )Xz *Xz =Xz ?Xz EXz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdS%\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         EXz FXz [Xz ]Xz bXz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         bXz cXz xXz zXz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz Xz Xz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT'\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz Xz Xz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz Xz Xz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz Xz Xz Xz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU)\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Xz Xz Xz Xz Yz                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd *\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Yz Yz Yz Yz Yz Zz Zz [z J[z d[z [z [z [z [z -\z                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd*\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -\z A\z u\z \z \z \z ]z &]z Z]z x]z ]z ]z ]z 
^z )^z ]^z ^^z _^z `^z ^z _z _z _z _z _z _z _z `z 7`z 8`z                                                                                                                                                                                                                                                                                                                                                                   gd_  ^^z `^z j^z ^z ^z ^z _z _z _z _z `z 6`z V`z Y`z `z `z `z `z (az Saz az az bz bz bz bz bz ?bz @bz ]bz ^bz qbz пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  8`z V`z d`z w`z x`z `z `z `z `z `z az (az >az Taz Uaz az az az az bz bz bz                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  bz bz                                     kdV+\ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               bz @bz ]bz ^bz tbz bz bz bz bz bz                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	qbz tbz bz bz bz bz bz bz bz bz hcz jcz zcz {cz cz cz cz cz cz cz cz cz dz dz ez ez !ez "ez #ez $ez Iez Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ bz bz                                     kd,\ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               bz bz bz bz cz cz 5cz Qcz Rcz gcz hcz icz jcz {cz                                                                                                                                     q                            kd.\ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
{cz cz cz cz cz cz cz cz cz             q            l                                                                                                                                                       gd_    kd.\ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  cz cz                                     kd~/\ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               cz cz cz cz dz 	dz #dz ?dz @dz Rdz }dz dz dz dz dz dz dz                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  dz dz ez "ez z            q            q                                                                                                                                                                                       	  $If   gd_    kd0\ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       "ez #ez $ez Kez Lez Mez Nez Oez z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd1\ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Iez Jez Kez Pez Yez ez ez ez ez fz fz fz Bfz Cfz Hfz Qfz fz fz fz fz fz fz Pgz Rgz bgz cgz gz gz gz gz gz gz 2hz 3hz fhz ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Oez Pez                                     kdO2\ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Pez Yez xez yez ez ez ez ez ez ez ez ez fz                                                                                                             q                                                         kd3\ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  fz fz fz Cfz Dfz Efz Ffz Gfz z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdc4\ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Gfz Hfz                                     kd 5\ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Hfz Qfz fz fz Pgz Qgz Rgz cgz gz                                                             q                                                                                                                             kdw6\ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  gz gz gz gz gz 3hz ghz }hz ~hz hz hz z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd47\ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
fhz ghz ~hz hz hz hz hz hz hz hz hz )iz >iz ?iz siz |iz jz jz jz kz 	kz Zkz mkz kz kz kz kz kz kz kz kz kz kz )lz 9lz :lz ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #hz hz hz hz                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  hz hz                                        kd7\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hz hz )iz ?iz Aiz riz                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  riz siz                                        kdS9\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               siz |iz jz jz Qjz Rjz ajz jz jz jz 	kz Zkz kz                                                                                                 s                                                                        kd:\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  kz kz kz kz kz kz kz |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kda;\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kz kz                                        kd<\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kz kz (lz )lz :lz [lz                         s                                                                                                                                                                                   kdo=\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :lz Zlz [lz \lz ]lz ^lz `lz lz lz pz pz 'pz gpz pz pz qz fqz qz qz 	rz trz rz sz 1sz sz sz tz tz Ouz nuz uz uz pvz vz vz wz wz xz wxz xz yz $yz yz yz zz zz о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -[lz \lz ]lz ^lz _lz `lz lz -mz .mz omz zmz mz mz mz |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd)>\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
mz mz mz nz )nz @nz mnz nnz nz nz $oz %oz pz pz 'pz <pz gpz upz pz                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  pz pz pz pz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pz pz pz pz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB?\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pz pz pz pz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pz pz pz pz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd @\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pz pz pz pz pz qz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_@\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz !qz &qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &qz 'qz 2qz 7qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|A\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7qz 8qz Bqz Gqz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gqz Hqz Iqz fqz tqz qz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:B\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWC\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qz qz qz qz qz rz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz 	rz rz rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtD\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz $rz )rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )rz *rz 5rz :rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2E\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :rz ;rz Erz Jrz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jrz Krz Lrz trz rz rz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdE\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz rz rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOF\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz rz rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz rz rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
G\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz rz rz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlG\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rz rz rz sz  sz 0sz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0sz 1sz <sz Asz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*H\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Asz Bsz Lsz Qsz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qsz Rsz ]sz bsz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bsz csz msz rsz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGI\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rsz ssz tsz sz sz sz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sz sz sz sz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sz sz sz sz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddJ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sz sz sz sz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sz sz sz sz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"K\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sz sz sz [tz tz tz tz tz                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdK\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tz tz tz tz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tz tz  uz uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?L\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz uz uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz !uz &uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &uz 'uz (uz Ouz ]uz muz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\M\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   muz nuz yuz ~uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~uz uz uz uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz uz uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyN\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz uz uz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz uz uz uz uz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7O\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uz uz vz 
vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
vz vz vz vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz )vz .vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTP\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .vz /vz 9vz >vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >vz ?vz @vz pvz ~vz vz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz vz vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqQ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz vz vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz vz vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/R\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz vz vz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vz vz vz vz wz wz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wz wz "wz 'wz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLS\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'wz (wz 2wz 7wz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7wz 8wz Cwz Hwz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
T\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hwz Iwz Swz Xwz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiT\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xwz Ywz Zwz wz wz wz xz xz                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdT\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz  xz %xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'U\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %xz &xz 0xz 5xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5xz 6xz Axz Fxz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Fxz Gxz Qxz Vxz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDV\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vxz Wxz Xxz wxz xz xz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz xz xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz xz xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaW\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz xz xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz xz xz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xz xz xz yz yz #yz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~X\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #yz $yz /yz 4yz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4yz 5yz ?yz Dyz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<Y\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dyz Eyz Pyz Uyz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Uyz Vyz `yz eyz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eyz fyz gyz yz yz yz                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdYZ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yz yz yz yz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yz yz yz yz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yz yz yz yz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv[\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yz yz yz yz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yz yz yz zz (zz Mzz pzz qzz zz zz zz zz zz zz {z                                                                                                                                                                                        gd_  z  kd4\\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zz zz zz {z {z {z {z {z {z {z |z |z |z #|z $|z V|z W|z h|z z|z {|z |z |z |z |z ~z ~z ~z ~z ~z Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  {z {z {z {z {z {z {z |z |z #|z                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	#|z $|z                                        kd\\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $|z W|z {|z |z |z |z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  |z |z                                        kd]\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |z |z }z }z %}z &}z t}z }z 	~z .~z >~z O~z _~z `~z ~z                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ~z ~z ~z ~z  z z 2z az |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd;_\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~z ~z ~z ~z ~z ~z ~z ~z `z az bz z z z z z z Bz Dz Tz Uz z z z  z 8z ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j_\ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  az bz z z z z z |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdz`\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z                                        kd4a\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z 
z \z z ƀz z z z *z Bz Cz                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Cz Dz Uz z |            s            s                                                                                                                                                                                           	  $If   gd_   kdb\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z 
z z z 8z ǂz Ȃz z z  z !z z z |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdBc\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8z ǂz Ȃz z z z  z !z ?z z z Ѓz z z z &z Xz Yz cz mz nz z z Äz z z z z z z $z %z Hz Jz Zz [z kz ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $z z &z Yz cz mz                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  mz nz                                        kdc\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nz z Äz Մz z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z z                                        kdPe\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z 8z 9z Hz Yz z z z ~z z z z z $z %z Iz                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Iz Jz [z z z ]z z ވz |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdf\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       kz lz z z z z z z ̇z z 'z \z yz z z ݈z ވz z z z /z z z z z Ӊz ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j^g\ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ވz ߈z z z z z z z z ԉz Չz ߉z |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdg\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӊz Չz z z z 'z 1z 2z Wz Xz z z z z z 	z z Tz pz z z z z z z z z z z z z z "z Vz ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !߉z z z 'z 1z                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  1z 2z                                        kdh\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2z Xz z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  z z                                        kdi\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z  z  z !z pz qz z z z                                                                                                 Y                              kdEk\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
z z z z z "z z ܌z z z z z             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdk\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Vz Wz bz cz sz tz xz yz z ܌z z z z z /z Az z "z Xz Zz oz qz z z z z ~z z ez zz z  z z z z z z ٟz Cz jz ѡz ҡz z z z z ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jp\ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jl\ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -z z z z 9z :z z z .z /z Az z z z z $z qz z z z z ez zz z z z 
z                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  
z  z !z &z .z 3z             f                                                                                                                                                                      kd m\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  3z 4z 9z Az Mz o            f            f            f                                                                                                                                                	  $If   gd_    kdm\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Mz Nz Sz Zz _z o            f            f            f                                                                                                                                                	  $If   gd_    kdm\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _z `z ez lz xz o            f            f            f                                                                                                                                                	  $If   gd_    kdjn\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at xz yz z z z o            f            f            f                                                                                                                                                	  $If   gd_    kdn\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z z z z z o            f            f            f                                                                                                                                                	  $If   gd_    kdFo\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z z z z z o            f            f            f                                                                                                                                                	  $If   gd_    kdo\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z z ɝz Нz ܝz o            f            f            f                                                                                                                                                	  $If   gd_    kd"p\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ܝz ݝz ޝz ߝz z z ؟z ٟz nz oz ,z -z z o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdp\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z z  z z z uz z Ʈz Ѯz ȴz ٴz Rz zz z z z z z øz ǹz ȹz ݹz z z z $z %z 1z Rz Sz z z z z z _z az qz ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %z z z z ţz ƣz \z ]z z pz qz yz zz ˧z Uz Vz z uz z Ŭz Ƭz z z z z z ,z                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ,z =z Nz _z pz qz z z z Ůz Ʈz Ѯz z z z z !z "z z z ȴz ٴz z ^z _z z z z Iz                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Iz Jz z z Rz Sz zz z z øz ǹz ȹz ҹz ݹz z z $z                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  $z %z                                        kdyq\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %z Sz z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  z z                                        kdr\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z Һz ޺z z ,z jz z z ֻz z z _z `z                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
`z az rz z |            s            s                                                                                                                                                                                           	  $If   gd_   kd!t\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qz rz z z z z z z ؼz ټz z  z !z +z 5z 6z Bz cz dz z z z z z  z z ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 z z z z ؼz ټz z z !z +z |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdt\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+z 5z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  5z 6z                                        kdu\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6z dz z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z z                                        kdv\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z ׽z z 
z 5z uz z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  z z z z z z z z z z пz z z 
z z z $z Ez Fz mz nz oz sz |z z ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    z z z z |            s            s                                                                                                                                                                                           	  $If   gd_   kd=x\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z ſz пz z 
z z |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdx\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z                                        kdy\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z Fz lz mz nz oz qz rz                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  rz sz                                        kd{\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sz |z z z z z Yz }z z lz |z }z                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  z lz |z ~z z z z z z z z z z z z z z z z z (z )z 5z Vz Wz z z ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    }z ~z z z |            s            s                                                                                                                                                                                           	  $If   gd_   kdY|\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z z z z z z z (z |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd}\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(z )z                                        kd}\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )z Wz ~z z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  z z z z z z z z z !z "z #z $z 9z kz lz vz z z z z z z z z z îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  z z                                        kd!\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z  z .z mz z z z z z                                                                                                                         f                           kdu\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  z z "z #z $z .z 9z lz vz z                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd/\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	z z                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z z z z sz tz uz z z z z z z z z z z z z 4z 5z ?z Iz Jz Vz rz п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  z z                                        kd=\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z 'z 3z Zz z z z z +z tz uz                                                                                                                         f                           kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  uz z z z z z z z z 5z                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdK\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	5z ?z Iz                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Iz Jz                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jz sz tz uz wz z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  rz sz tz uz z z z z z z z z z z z z z z z z 'z +z Kz 1z Dz ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 z z                                        kdY\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z z z !z z z z z                                                                                     s                                                                                              kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
z z z z z z Kz z z 1z sz z z )z |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdg\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Dz sz z z z z z (z <z wz z z z z z z  z *z +z Cz Mz Nz Oz Rz Sz rz sz z z z z z z z õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !)z xz z z z z z  z *z                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  *z +z                                        kd!\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +z Sz sz z z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  z z                                        kdu\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z Mz `z z z z z z z z                                                             f                                    [            [                     
  $If   gd_ K$  kdɌ\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
z Mz 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 Pz Qz ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ z z z z z z                                     R            I                                                                     	  $If   gd_ Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   z z .z Qz dz wz z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Qz z z z z z 'z (z )z *z :z ;z lz rz sz {z }z z z z z z z z ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J z z                                        kdW\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z (z )z *z ;z lz sz |z                                                             f                                    [            [                     
  $If   gd_ K$  kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
|z }z z z z z z                                     R                                                                                              Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kde\ $If   K$L$l 0                                     
t                              4   4 
l a   z z z z z z                                     R            I                                                                     	  $If   gd_ Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   z z z z z z .z Az Bz Cz |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z z z z z z z z z @z Az Dz Mz >z ?z z z %z &z 'z (z 8z 9z :z z z z z z ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Cz Dz                                        kdS\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dz Mz z ,z ?z %z &z 'z (z 9z z                                                                                     Y                                          kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
z z z z z $z 9z Kz ez z z z z z z z z !z                                                                                                                                                                                                                      	  $If   gd_  S  kda\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 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 0z ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  !z ;z Kz ez z z z                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z z z z z z z z |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z                                        kd?\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z !z z z .z /z 0z Az z z z                                                             f                                    [            [                     
  $If   gd_ K$  kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
0z @z Az _z gz z z z z z z z z z /z 9z :z ;z =z >z ?z Lz Vz Wz z z z z 5z z ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 z z z z z z z z $z >z Xz `z uz z z z z z                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM\ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   z z z z z                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdߚ\ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z ?z Wz jz }z z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kd+\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z 5z Rz z z z z z z z z                                                                                                 f                                                   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  z ~z z z z z z z z z  z 
z z z z z z (z )z z z z z þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ z z z )z Nz az tz z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z =z ez z z z z z z z                                                                                                 Y                              kdG\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
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 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  z z z z  z Ez Xz kz ~z z z z             s                                                                                                                                                                 kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z z                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z rz z z &z z z z z +z                                                                                     Y                                          kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
z z qz &z z z z z z z +z ,z 2z 3z ;z =z z z z z z z z z z 5z ?z @z Az Cz Dz Ez ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 +z ,z 3z <z =z Ez Zz oz z z z z z z z z +z                                                                                                                                                                                                         	  $If   gd_  S  kdɣ\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  +z =z Wz qz z z z z z                                                                                                                                                                                                                                                 	  $If   gd_  S  kd[\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z z z |            s            s                                                                                                                                                                                           	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z Ez Fz Yz lz z z z z z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd\ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ez Fz Xz Yz z z z z jz Zz [z \z lz mz yz ~z z z z Qz Sz Yz Zz bz dz ]z _z ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  z z                                        kdo\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z jz z z z z Zz [z \z mz                                                                                                 f                                                        kdç\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
mz z Sz Zz cz dz lz z z z z z z z z                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd}\ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  z 6z Gz az iz ~z z z z z z z z 3z Dz ^z _z                                                                                                                                                                                                                            S  kd\ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _z `z az z z z z z z z z z             s                                                                                                                                                                 kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  _z `z az yz z z z z z z z z z z z z z z z z z z z z z z oz pz Yz nz pz qz Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ z z                                        kd[\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z qz z z Jz z z pz z pz qz xz z z z Mz yz z z z 1z ez                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  qz xz }z z z z 5z Hz Lz dz ez fz vz wz z z z z z z z z z ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ez fz wz z z z |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z z z z %z ?z Yz jz z z z z z z z z                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdi\ $If   K$L$l 0                     x                
t                                4   4 
l a   z &z ;z Mz gz z z z z z z z z z z                                                                                                                                                                                                                   	  $If   gd_  S  kd\ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z Gz Hz [z nz z z z z z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd\ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
z 7z Az Bz Fz Gz Hz Zz [z z z z z qz z jz z z 1z Fz "z 7z z z Vz kz lz mz tz z ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ z z                                        kdU\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z qz kz z Iz Vz z :z z mz tz z z z z .z Mz lz z z                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  z z z z 2z Ez Qz dz pz z z z z z z z z z z 
z z z z [z ]z ^z _z wz z z z ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  z z z z z z |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z /z Az Sz ez |z z z z z z z z !z 8z 9z                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdc\ $If   K$L$l 0                                     
t                                4   4 
l a   9z Az Sz ez wz z z z z z z 
z z 4z Ez \z ]z                                                                                                                                                                                                                            S  kd\ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ]z ^z _z z z z z z z z z z             s                                                                                                                                                                 kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z z z z z z z z z { 8{ {  { { { { { { { { { { { E{ { m{ { { 
{ { { ${ 7{ { 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !z z                                        kdA\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z { { { { { { !{ @{ { { { { ({ G{ o{ { { { 
{ 
{                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  
{ 
{ {  { ?{ { { { { { { 
{                                                                                                             f                                       kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  { { { { { { { { { { { 
{ P{ Q{ R{ u{ v{ w{ {{ |{ { { 
{ 
{ 
{ 
{ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  
{ Q{ R{ v{ w{ |{ ~{ {             s                                                                                                                                                                                     kdO\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  { {                                        kd	\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { { { 
{ 
{ A
{ c
{ 
{ 
{ 
{                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  
{ 
{ 
{ { &{ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd]\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{ 
{ 
{ %{ &{ '{ ({ ){ 5{ 9{ ={ D{ c{ I{ \{ { { { { { 
{ @{ T{ { { e{ q{ u{ { { { .{ A{ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  &{ '{ ({ ){ c{ { { I{ { { { A{ { |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { 8{ { { { { d{ e{ { { { .{ p{ { { &{ u{ { { { { { { '{                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  A{ p{ { { { { { %{ 9{ t{ { { { { { { { '{ ({ @{ J{ K{ O{ P{ Q{ c{ d{ v{ w{ { { { { { { { { { { ({ ){ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ('{ ({                                        kdѷ\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ({ P{ Q{ d{ w{ { { { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  { {                                        kd%\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { L{ z{ { { { { { ){                                                                                                             f                                       kdy\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ){ *{ +{ S{ T{ g{ z{ { { { {             s                                                                                                                                                                      kd3\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
){ *{ +{ C{ M{ N{ R{ S{ T{ f{ g{ y{ z{ { { { { { { q{ r{ s{ { { { { { { { { { { { { { { { { ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %{ {                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { r{ s{ { {                                                 f                                                                                                                       kdA\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  { { { { { { { { { { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { I{ J{ { { { { { { { { { { { 	{ 
{ { { /{ 0{ U{ V{ Z{ c{ { { 	{ 
{ { { { { { { { { 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %{ { &{ J{ { { { {                                                 f                                                                                                                       kd	\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  { { 	{ 
{ { 0{ C{ V{ X{ Y{ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y{ Z{                                        kd}\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z{ c{ { 
{ { { { {                                                 f                                                                                                                       kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  { { { { i{ j{ { { { { { { 2 { |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { h{ i{ j{ { { { { { { {  { 2 { E { h { | {  {  {  {  {  {  {  {  { '!{ :!{ h!{ i!{ |!{ !{ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  2 { i {  {  { '!{ i!{ !{ !{ D"{ "{ "{ "{ "{ "{ "{ "{ "{                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  !{ !{ !{ "{ C"{ W"{ "{ "{ "{ "{ "{ "{ "{ "{ "{ #{ #{ #{ #{  #{ !#{ )#{ F#{ X#{ Y#{ ~#{ #{ #{ #{ #{ #{ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\"{ "{                                        kdE\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               "{  #{ !#{ F#{ Y#{ l#{ #{ #{ #{                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  #{ #{                                        kd\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               #{ #{ ${ A${ S${ ${ ${ ${ %{ %{ %{ C%{                                                                                                 f                                                   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  #{ ${ ${ ${ ${ ${ ${ ${ ${ %{ %{ %{ %{ %{ %{ .%{ 7%{ A%{ C%{ I%{ J%{ Q%{ S%{ h%{ i%{ x%{ z%{ {%{ |%{ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ C%{ J%{ R%{ S%{ i%{ y%{ z%{ {%{                                                             R            I                                   	  $If   gd_ Q  kd4\ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ {%{ |%{ %{ %{ %{ %{ %{ %{ %{ %{ 
&{ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
|%{ %{ %{ %{ %{ %{ %{ %{ %{ %{ %{ %{ %{ &{ &{ &{ $&{ &{ P'{ Z'{ ['{ y'{ z'{ '{ '{ '{ '{ '{ '{ '{ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
&{ &{                                        kd{\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               &{ &{ &{ &{ &{ &{ '{ '{ P'{ ['{ z'{ '{ '{ '{ '{ '{                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  '{ '{ '{ '{  ({ ({ 	({ 4({ :({ ;({ B({ D({ M({ s({ t({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ({ ){ ){ ){ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  '{ '{  ({ 4({ ;({ C({ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C({ D({ t({ ({ ({ ({                                     R            I                                                                     	  $If   gd_ Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   ({ ({ ({ ({ ({ ({ ({ ){ ){ ){ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	){ ){                                        kd]\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ){ ){ ){ ){ ){ ){ .*{ 9*{ X*{ *{ *{ *{ *{ *{                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
){ ){ ){  ){ ~){ .*{ 8*{ 9*{ W*{ X*{ k*{ z*{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ *{ +{ 	+{ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 *{ *{ *{ 
+{ |            s            s                                                                                                                                                                                           	  $If   gd_   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+{ 
+{ +{ #+{ -+{ .+{ 2+{ 3+{ 4+{ F+{ G+{ Y+{ Z+{ +{ +{ +{ +{ +{ +{ +{ +{ ,{ ,{ ,{ \-{ f-{ g-{ -{ -{ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    
+{ +{ 3+{ 4+{ G+{ Z+{ m+{ +{ +{ +{ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+{ +{                                        kd%\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +{ +{ +{ 9,{ ,{ ,{ -{ !-{ \-{ g-{ -{ -{ -{ -{                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
-{ -{ -{ -{ -{ -{ -{ -{ -{ -{ -{ .{ .{ 	.{ .{ '.{ 1.{ 2.{ 3.{ 4.{ 5.{ 6.{ ].{ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  -{ -{ .{ 3.{ |            s            s                                                                                                                                                                                           	  $If   gd_   kdy\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3.{ 4.{ 5.{ 6.{ ].{ ^.{ .{ P/{ /{ /{ /{ (0{ c0{ d0{ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd3\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
].{ j.{ n.{ .{ P/{ /{ /{ /{ /{ (0{ d0{ p0{ t0{ 0{ 1{ 1{ 1{ 1{ 1{ 1{ 2{ q2{ 2{ 2{ 2{ 2{ 4{ 4{ 4{ 4{ 5{ 5{ 5{ 6{ 6{ 6{ 6{ 66{ t7{ 7{ 7{ 7{ 7{ 7{ -9{ [9{ \9{ 9{ 9{ (:{ :{ :{ ;{ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4d0{ 0{ 1{ ~1{ 1{ 1{ 1{ 2{ q2{ 2{ 2{ 2{ 4{ 4{ 4{ 5{ 5{ 6{ 6{ 66{ 6{ 6{  7{ 57{ Q7{ a7{ t7{ 7{ 7{ 7{                                                                                                                                                                                                                                                                                                                                                                   gd_  7{ -9{ \9{ 9{ 9{ (:{ :{ :{ ;{ T;{ ;{ ;{ ;{ ;{ <{ <{  <{ 3<{ 7<{                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ;{ ;{ ;{ ;{ ;{ ;{ <{ <{ 3<{ 6<{ 7<{ ><{ ?<{ <{ <{ <{ <{ <{ ={ d={ ={ ={ >{ >{ t>{ >{ >{ >{ >{ >{ .?{ [?{ \?{ a?{ ?{ @{ <A{ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $7<{ 8<{ 9<{ :<{ ;<{ <<{ =<{ ><{ ?<{ M            H            H            H            H            H            H            H                   gd_   kd\ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ?<{ S<{ Z<{ _<{ o<{ p<{ <{ <{                                                 _            V            V                                                             	 $If   gd_    kd\ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  <{ <{ <{ <{                                                                                                                                                                                                                                                          	 $If   gd_  o  kd`\ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  <{ <{ <{ <{ <{ <{ <{ <{                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd\ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  <{ <{ <{ ={ ={ 2            )            )            )                      	 $If   gd_    kd\ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ={ ^={ _={ d={ ={ ={ ={             [                                                                                                                                           kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ={ ={ ={ >{ >{ n>{ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  n>{ o>{ t>{ >{ >{ >{ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdY\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  >{ >{ >{ >{ ?{ (?{ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd"\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  (?{ )?{ .?{ \?{ a?{ ?{ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ?{ ?{ ?{ ?{ ?{ ?{ ?{ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ?{ ?{ ?{ @{ n            e            e                                                                                                                                                               	 $If   gd_    kd}\ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           @{ @{ @{ @{                                                                                                                                                                                                                                                	 $If   gd_  t  kdR\ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  @{ @{ @{ !@{ &@{ .@{ 5@{ <@{ H@{                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd\ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  H@{ I@{                                             kd\ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          I@{ T@{ X@{ _@{ f@{ g@{ h@{ i@{                                                             A                                  kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  i@{ j@{ k@{ l@{ m@{ n@{ o@{ p@{                                                 A                                              kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  p@{ q@{ r@{ s@{ t@{ u@{ @{                                     A            <            7                  gd_    gd_    kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  @{ =A{ >A{ WA{ XA{ qA{ A{ A{ A{ A{                                                                                                                                                                                                                                                   E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	<A{ =A{ >A{ DA{ EA{ WA{ XA{ A{ A{ A{ A{ A{ A{ A{ A{ A{ A{ A{ A{ A{ A{ 	B{ 
B{ "B{ #B{ :B{ ;B{ <B{ @B{ AB{ ^B{ _B{ `B{ lB{ mB{ B{ GC{ D{ D{ D{ D{ 	E{ 
E{ 춥x                          /j\ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *A{ A{ A{ A{ A{ A{ A{                                     a                                                                                                                             E  kd@\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   A{ A{ A{ A{ A{ A{ A{                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   A{ A{ A{ A{ A{ A{ 	B{                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd]\ $$If   l 0 
" R                                                           4 
l a   	B{ 
B{ B{ "B{ #B{ -B{ :B{                                     a                                                                                                                             E  kdz\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   :B{ ;B{ <B{ =B{ >B{ ?B{ @B{                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd\ $$If   l 0 
" R                                                           4 
l a   @B{ AB{ NB{ OB{ ]B{ ^B{ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd8\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ^B{ _B{ `B{ mB{ B{ FC{ GC{ 9D{ :D{ E{ E{ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   

E{ E{ E{ F{ F{ F{ F{ !F{ "F{ &F{ 'F{ )F{ QF{ RF{ F{ F{ F{ F{ F{ G{ G{ 
G{ TG{ VG{ hG{ iG{ G{ G{ G{ G{ G{ G{ G{ G{ G{ ^K{ _K{ kK{ N{ N{ N{ N{ 
O{ O{ kO{ lO{ O{ O{ O{ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j\ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0E{ )F{ 2F{ RF{ F{ F{  G{ G{ 
G{ UG{                                                                                                                                                                                                                                                       S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	UG{ VG{ iG{ G{ G{ G{ G{                                     N                                                                                       S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   G{ G{ G{ G{ 'H{ H{ zI{ {I{ hJ{ iJ{ ^K{ _K{ kK{ K{ IL{ L{  M{ M{ M{                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd8\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   M{ M{ N{ O{ kO{ lO{ O{ O{ O{ O{ BQ{ CQ{ TQ{ rR{ R{ R{ S{ 8S{ TS{ nS{ oS{ xT{ yT{ V{ V{ wV{ xV{ V{                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  O{ O{ SP{ TP{ dP{ lP{ AQ{ CQ{ TQ{ qR{ rR{ R{ YT{ vT{ yT{ V{ V{ 8V{ V{ V{ V{ V{ V{ ;W{ <W{ QW{ RW{ W{ W{ W{ Z{ Z{ Z{ Z{ Z{ Z{ Z{ Z{ Z{ Z{ ۵۵۵ۭۜۋzrgrrr       j\ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'V{ V{ V{ V{ V{ <W{ RW{ W{                                     j                                                                                                                                           kd\ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  W{ W{ W{ W{ W{ #X{ X{ X{ X{ Y{ EY{ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd<\ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
EY{ Y{ dZ{ eZ{ Z{ [{ [{ R[{ S[{ [{ [{ P]{ Q]{ ^{ ^{ v_{ w_{ D`{ E`{ _`{ p`{  a{ a{ !c{ "c{ c{ c{                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Z{ Z{ Z{ [{ [{ [{ R[{ S[{ [{ O]{ _{ u_{ `{  `{ +`{ ,`{ <`{ =`{ A`{ B`{ C`{ D`{ E`{ N`{ _`{ p`{ `{ `{ b{ #b{ !c{ c{ e{ e{ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j|\ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj\ h_ U !c{ e{ e{ e{ 'e{ (e{ <e{                                                 e                                                                                                                        F  kdV\ $$If   l   l '{6    4   4 
l a] p
        F  kd\ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  e{ e{ >e{ be{ ce{ fe{ ge{ me{ ne{ e{ e{ e{ e{ e{ e{ e{ e{  f{ f{ f{ f{ ?f{ @f{ Wf{ Xf{ nf{ of{ f{ f{ f{ f{ f{ f{ f{ h{ h{ h{ i{ 6i{ Oi{ i{ i{ i{ j{ *j{ j{ k{ Jk{ sk{ k{ k{ k{ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3<e{ =e{ >e{ Ge{ Ue{ be{ ce{                                                             5            v  kd<\ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd\ $$If   l   l '{6    4   4 
l a] p
         ce{ de{ ee{ fe{ ge{ ke{ le{ me{                                     t                                                                                                                                                             v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  me{ ne{ e{ e{ e{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e{ e{ e{ e{ e{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e{ e{ e{ e{ e{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e{ e{ e{ e{ e{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e{ e{ e{ e{  f{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          f{ f{ f{ f{ f{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f{ f{ 8f{ :f{ ?f{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?f{ @f{ Of{ Qf{ Wf{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Wf{ Xf{ ff{ hf{ nf{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         nf{ of{ f{ f{ f{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f{ f{ f{ f{ f{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f{ f{ f{ f{ f{ h{ h{ h{ h{ i{ 6i{ Pi{ i{ i{ i{                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i{ i{ j{ +j{ _j{ rj{ j{ j{ j{ k{ Jk{ dk{ tk{ k{ k{ k{ k{ k{ k{  l{ )m{ *m{ @m{ fm{ um{ m{ m{ m{ m{ m{                                                                                                                                                                                                                                                                                                                                                                   gd_  k{ k{ l{ l{ l{  l{ @m{ Vm{ um{ m{ m{ m{ m{ m{ 4n{ Un{ fn{ n{ n{ n{ Zo{ oo{ o{ o{ o{ o{ o{ o{ o{ o{ o{ p{ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  m{ m{ n{ n{ n{ 4n{ dn{ en{ fn{ n{ n{ n{ n{ n{ n{ Yo{ Zo{ do{ oo{ o{ o{ o{                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  o{ o{                                     kd\ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o{ o{ o{ o{ p{ (p{ >p{ Tp{ Vp{ mp{                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	p{ p{ 'p{ (p{ =p{ >p{ Sp{ Tp{ np{ wp{ q{ q{ q{ q{ 8q{ 9q{ :q{ ;q{ aq{ bq{ gq{ pq{ r{ r{ r{ r{ r{ r{ r{ r{ r{ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ mp{ np{                                     kd\ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               np{ wp{ p{ p{ p{ p{ p{ p{ p{ q{ q{ q{ q{ q{                                                                                                                                     q                            kd>\ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
q{ 9q{ :q{ ;q{ bq{ cq{ dq{ eq{ fq{             q            l                                                                                                                                                       gd_    kd\ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  fq{ gq{                                     kd\ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               gq{ pq{ q{ q{ q{ q{ q{ q{ q{ q{ r{ 4r{ Ir{ ^r{ xr{ yr{ r{                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  r{ r{ r{ r{ z            q            q                                                                                                                                                                                       	  $If   gd_    kd\ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       r{ r{ r{ r{ r{ r{ r{ r{ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd\ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       r{ r{ r{ r{ r{ s{ s{ s{ s{ s{ s{ s{ s{ s{ s{ s{ =t{ It{ et{ qt{ t{ t{ t{ t{  u{ u{  u{ !u{ $u{ .u{ Du{ u{ u{ u{ v{ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "r{ r{                                     kd\ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               r{ r{ s{ s{ +s{ ,s{ Ns{ js{ ks{ s{ s{ s{ s{                                                                                                             q                                                         kd\ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  s{ s{ s{ s{ s{ s{ s{ s{ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd\ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       s{ s{                                     kdZ ] $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               s{ s{ 8t{ 9t{ t{ t{ t{ u{ !u{                                                             q                                                                                                                             kd] $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  !u{ "u{ #u{ $u{ Du{ u{ v{ v{ v{ &v{ 1v{ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdn] $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
v{ v{ v{ 1v{ cv{ dv{ nv{ xv{ yv{ v{ v{ v{ v{ v{ w{ w{ w{ x{ x{ x{ x{ x{ y{ :y{ ;y{ <y{ [y{ \y{ ]y{ ^y{ _y{ by{ ky{ y{ y{ y{ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #1v{ dv{ nv{ xv{                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  xv{ yv{                                        kd9] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yv{ v{ v{ v{ v{ w{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  w{ w{                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w{ w{ w{ w{ w{ w{ w{ Px{ x{ x{ x{ x{ ;y{                                                                                                 s                                                                        kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ;y{ <y{ ]y{ ^y{ _y{ `y{ ay{ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ay{ by{                                        kdU] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               by{ ky{ y{ y{ y{ y{                         s                                                                                                                                                                                   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y{ y{ y{ y{ y{ y{ y{  z{ +z{ }{ }{ }{ ~{ $~{ ~{ ~{ { #{ { { { 1{ { π{ +{ J{ d{ { { { |{ { { -{ { { { { { 4{ { {  { ?{ t{ u{ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -y{ y{ y{ y{ y{ y{ +z{ z{ z{ 
{{ {{ "{{ -{{ 7{{ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdc	] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7{{ 8{{ {{ {{ {{ {{ |{ |{ G|{ ||{ |{ |{ }{ }{ }{ }{ ~{ ~{ #~{                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  #~{ $~{ /~{ 4~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4~{ 5~{ ?~{ D~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D~{ E~{ P~{ U~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U~{ V~{ `~{ e~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e~{ f~{ g~{ ~{ ~{ ~{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~{ ~{ ~{ ~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~{ ~{ ~{ ~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~{ ~{ ~{ ~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~{ ~{ ~{ ~{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~{ ~{ ~{ { { "{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "{ #{ .{ 3{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3{ 4{ >{ C{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C{ D{ O{ T{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T{ U{ _{ d{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d{ e{ f{ { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {  { 0{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0{ 1{ <{ A{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A{ B{ L{ Q{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q{ R{ ]{ b{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b{ c{ m{ r{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r{ s{ t{ { { ΀{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΀{ π{ ڀ{ ߀{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߀{ { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { {  {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { +{ 9{ I{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I{ J{ U{ Z{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z{ [{ e{ j{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j{ k{ v{ {{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {{ |{ { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { B{ d{ r{ {                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { Ă{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ă{ ł{ Ƃ{ { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { '{ ,{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,{ -{ 8{ ={             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ={ >{ H{ M{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M{ N{ O{ |{ { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { ǃ{ ̃{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̃{ ̓{ ׃{ ܃{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܃{ ݃{ ރ{ { { ,{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,{ -{ 8{ ={             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ={ >{ H{ M{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M{ N{ Y{ ^{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^{ _{ i{ n{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n{ o{ p{ { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { ń{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ń{ Ƅ{ Є{ Մ{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Մ{ ք{ { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { d{ e{ { { {                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd ] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { Å{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda ] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Å{ ą{ ΅{ Ӆ{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd ] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӆ{ ԅ{ ߅{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~!] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { #{ 3{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3{ 4{ ?{ D{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<"] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D{ E{ O{ T{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T{ U{ `{ e{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e{ f{ p{ u{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY#] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u{ v{ w{ { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { ͆{ ҆{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҆{ ӆ{ ݆{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv$] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4%] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { {  { .{ >{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >{ ?{ J{ O{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O{ P{ Z{ _{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ&] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _{ `{ k{ p{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p{ q{ {{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { Ƈ{ { { { e{ f{ s{ t{ u{ { {                                                                                                                                                                                        gd_  z  kdn'] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u{ { { { { R{ c{ d{ e{ z{ { { { { { { { { { { *{ +{ E{ N{ !{ #{ 3{ 4{ D{ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  { { R{ d{ e{ o{ z{ { { {                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	{ {                                        kd'] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { +{ -{ D{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D{ E{                                        kd!)] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E{ N{ { { Ê{ Ċ{ { q{ { ̋{ ܋{ { { { "{                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  "{ #{ 4{ { { { Ќ{ { |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdu*] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D{ E{ _{ `{ a{ t{ u{ { { {  { %{ &{ U{ V{ Y{ b{ { { { { { { { { ֏{ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j/+] h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  {  { &{ U{ V{ W{ X{ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd+] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X{ Y{                                        kdn,] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y{ b{ { { { Y{ d{ { { { Ȏ{ { {                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  { { { { |            s            s                                                                                                                                                                                           	  $If   gd_   kd-] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { { ֏{ e{ f{ { { { { { { |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd|.] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ֏{ e{ f{ { { { { { ݐ{ #{ 8{ n{ { { { đ{ { { { { { 1{ 2{ a{ { { { { G{ J{ { Ô{ { { { { 	{ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ ${ { đ{ { { {                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  { {                                        kd6/] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { 2{ a{ s{ { { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  { {                                        kd0] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { ֒{ ג{ { { /{ 0{ { { <{ ]{ { { { Ô{ {                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  { { { J{ { { 9{ |{ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd1] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ 
{ ${ %{ &{ 9{ :{ I{ j{ { ŕ{ { { 8{ Z{ {{ |{ { { { ͖{ ,{ ^{ _{ `{ q{ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j2] h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  |{ }{ ~{ { { { +{ ,{ `{ r{ s{ }{ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd3] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q{ s{ { { { ŗ{ ϗ{ З{ { { { /{ 0{ 3{ <{ { { { { &{ '{ /{ 1{ A{ B{ { { { { { { { { { ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !}{ { { ŗ{ ϗ{                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ϗ{ З{                                        kd3] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               З{ { { 0{ 1{ 2{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  2{ 3{                                        kd+5] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3{ <{ { { { { { { 0{ 1{ B{                                                                                                 Y                              kd6] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
B{ { { { { { V{ z{ { { G{ T{             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd97] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  { {  { { { { { { V{ z{ G{ T{ { { ͣ{ ߣ{ { { { { 
{ { { { { { { { { { { { { { "{ &{ V{ w{ { { o{ p{ { { { { ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j8<] hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j7] hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -T{ { { { ס{ ء{ { { ̣{ ͣ{ ߣ{ E{ F{ { { §{ { { { { { { { { { { {                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  { { { Ī{ ̪{ Ѫ{             f                                                                                                                                                                      kdZ8] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Ѫ{ Ҫ{ ת{ ߪ{ { o            f            f            f                                                                                                                                                	  $If   gd_    kd8] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { { { { { o            f            f            f                                                                                                                                                	  $If   gd_    kd69] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { { { 
{ { o            f            f            f                                                                                                                                                	  $If   gd_    kd9] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { { { '{ ,{ o            f            f            f                                                                                                                                                	  $If   gd_    kd:] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ,{ -{ 5{ ={ I{ o            f            f            f                                                                                                                                                	  $If   gd_    kd:] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I{ J{ R{ Y{ ^{ o            f            f            f                                                                                                                                                	  $If   gd_    kd:] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^{ _{ g{ n{ z{ o            f            f            f                                                                                                                                                	  $If   gd_    kd\;] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z{ {{ |{ }{ { { v{ w{ { 
{ ʯ{ ˯{ ${ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd;] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { { { ${ 0{ { { d{ o{ f{ w{ { { ({ 4{ 5{ A{ E{ a{ e{ f{ {{ { { { { { { { { "{ #{ ${ ({ 1{ { { { ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %${ 0{ { { c{ d{ { { M{ { { { { i{ { { { { { c{ d{ { { { { { ʻ{                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ʻ{ ۻ{ { { { { "{ 5{ L{ c{ d{ o{ { { ={ >{ { { { { f{ w{ { { { \{ { { {                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  { { 1{ { { { { ({ 5{ a{ e{ f{ p{ {{ { { {                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  { {                                        kd<] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { #{ ${ &{ '{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  '{ ({                                        kd>] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ({ 1{ p{ |{ { { { 0{ ;{ t{ ~{ { { {                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
{ { { G{ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[?] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { F{ G{ H{ J{ V{ Z{ v{ w{ { { { { { { { { { '{ ({ ){ -{ 6{ { &{ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 G{ H{ I{ J{ v{ w{ { { { { |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd@] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  { {                                        kd@] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { '{ ({ ){ +{ ,{                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ,{ -{                                        kd#B] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -{ 6{ u{ { { { { 7{ { &{ 6{ 7{                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  &{ 6{ 8{ H{ I{ O{ V{ W{ X{ Y{ n{ { { { { { { { { { { 
{ { { { ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    7{ 8{ I{ W{ |            s            s                                                                                                                                                                                           	  $If   gd_   kdwC] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W{ X{ Y{ c{ n{ { { { |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd1D] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { {                                        kdD] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { 
{ { { 
{ { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  { {                                        kd?F] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { Y{ e{ { { { { { 
{ { {                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  { 
{ { { ,{ -{ 3{ :{ ;{ <{ ={ >{ J{ N{ i{ j{ { { { { { { { { { { { ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    { { -{ ;{ |            s            s                                                                                                                                                                                           	  $If   gd_   kdG] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;{ <{ ={ >{ j{ t{ { { { { |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdMH] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                        kdI] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { { { !{ "{                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  { { #{ ,{ { { { { { { { { { { 	{ 
{ { { { +{ L{ M{ W{ v{ w{ x{ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  "{ #{                                        kd[J] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #{ ,{ k{ w{ { { { +{ c{ { { {                                                                                                                         f                           kdK] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  { { { { { { { 
{ { {                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdiL] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{ {                                        kd#M] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { M{ w{ x{ y{ {{ |{                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  x{ y{ }{ { { { { #{ ${ *{ 1{ 2{ 3{ 4{ n{ { { { { { { { { { { { п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  |{ }{                                        kdwN] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }{ { { { { &{ F{ u{ { { { {                                                                                                                         f                           kdO] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  { ${ 2{ 3{ 4{ n{ { { { {                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdP] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{ { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  { {                                        kd?Q] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { { ,{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  { { { { -{ 6{ 7{ 8{ 9{ o{ p{ q{ { { { { { { { { { { { { { ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ,{ -{                                        kdR] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -{ 6{ 8{ 9{ J{ { { p{ q{ { {                                                                                     s                                                                                              kdS] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
{ { { { { { { { { { { H{ { { |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdT] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{ { ${ G{ [{ { { { { { ){ k{ l{ { { { { { { { { { { { { { { #{ ${ \{ ]{ w{ { { õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !{ { k{ l{ v{ { { { {                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  { {                                        kd[U] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { ${ 7{ J{ ]{ _{ v{                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  v{ w{                                        kdV] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w{ { { { +{ ,{ -{ >{ k{ r{ z{                                                             f                                    [            [                     
  $If   gd_ K$  kdX] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
{ { +{ ,{ -{ ={ >{ A{ V{ _{ i{ k{ q{ r{ y{ {{ { { { { { { { { { { { { { { { ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ z{ {{ { { { {                                     R            I                                                                     	  $If   gd_ Q  kdJY] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdX] $If   K$L$l 0                                     
t                              4   4 
l a   { { { { { { ({ ;{ <{ ={ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ :{ ;{ >{ G{ j{ { { { { { { 
{ { { { { 0{ 1{ @{ B{ H{ I{ J{ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ={ >{                                        kdZ] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >{ G{ j{ { { { { { 
{ { {                                                             f                                    [            [                     
  $If   gd_ K$  kd[] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
{ { 1{ A{ B{ C{ D{                                     R                                                                                              Q  kd,]] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd\] $If   K$L$l 0                                     
t                              4   4 
l a   D{ E{ F{ G{ H{ I{                                     R            I                                                                     	  $If   gd_ Q  kdF^] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd]] $If   K$L$l 0                                     
t                              4   4 
l a   I{ J{ r{ { { { { { { { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J{ b{ l{ m{ n{ p{ q{ r{ { { { { { { { { { { { { { { { { { D{ M{ d{ { { ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ { {                                        kd_] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { ({ { { { { { { { {                                                                                     Y                                          kd`] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
{ { { { { { { { { { -{ G{ a{ i{ ~{ { { {                                                                                                                                                                                                                      	  $If   gd_  S  kda] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ { { { { { { {  { 8{ B{ C{ D{ F{ G{ H{ g{ h{ { { { { { *{ { { { { { ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  { { { { { { {                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd-b] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  {  { H{ h{ { { { { { |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdb] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { {                                        kdyc] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { *{ X{ { { { { ){ 0{ 9{                                                             f                                    [            [                     
  $If   gd_ K$  kdd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
{ { { { { ){ /{ 0{ 8{ :{ { { { { { { { { { { { { { { @{ A{ D{ M{ { { ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 9{ :{ B{ W{ l{ ~{ { { { { { { { ({ :{ T{ n{ ~{                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kde] $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ~{ { { { {                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdf] $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { { { { { { .{ A{ B{ C{ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdf] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C{ D{                                        kdeg] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D{ M{ { { 7{ { { {  { !{ 2{ {                                                                                                 f                                                   kdh] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  { { {  { !{ 1{ 2{ { { { { { { { { { { { { ${ %{ ({ 1{ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ { { { { { { { %{ &{ '{ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdsi] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	'{ ({                                        kd-j] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ({ 1{ { { F{ { -{ .{ /{ 0{ A{                                                                                                 Y                              kdk] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
1{ { { E{ F{ { -{ .{ /{ 0{ @{ A{ { { { { { { { { { { { .{ /{ 2{ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  A{ { { { { { { 	{ { /{ 0{ 1{             s                                                                                                                                                                 kd;l] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  1{ 2{                                        kdl] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2{ ;{ { 7{ {{ { c{ d{ e{ v{ {                                                                                     Y                                          kdIn] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
2{ ;{ { { a{ c{ d{ e{ u{ v{ { { { { { { R{ T{ U{ V{ f{ g{ { { { { { { { { { { ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 { { { { { { { 
{ { 9{ S{ c{ }{ { { { {                                                                                                                                                                                                         	  $If   gd_  S  kdo] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { { { { { 9{ S{ T{ U{                                                                                                                                                                                                                                                 	  $If   gd_  S  kdo] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U{ V{ g{ { |            s            s                                                                                                                                                                                           	  $If   gd_   kd'p] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { { { 
{ { 0{ C{ D{ E{ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdp] $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{ { { { B{ C{ F{ O{ { { { { 
{ { { { 1{ u{ { { { { {  { { { { ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  E{ F{                                        kdq] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F{ O{ { h{ { { K{ { { { {                                                                                                 f                                                        kdr] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
{ u{ { { { { 
{ { 4{ I{ [{ u{ { { {                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kds] $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  { { { { { { 1{ F{ X{ r{ { { { { { { {                                                                                                                                                                                                                            S  kdIt] $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { { { '{ ({ ;{ N{ a{ t{ { { {             s                                                                                                                                                                 kdt] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  { { { { !{ "{ #{ %{ &{ '{ ({ :{ ;{ { { { { W{ { { { { a{ b{ G{ \{ 
{ { { { { { Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ { {                                        kdu] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { W{ { { b{ { { ^{ { { { { { { U{ { { {  | K | w |  |  | |                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  { {  | . | 2 | J |  |  |  | | | | | | Y| _| `| h| j| | | | | ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   | | | Y| `| i| |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdv] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i| j| r| | | | | | | | "| <| M| g| x| | | |                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw] $If   K$L$l 0                     x                
t                                4   4 
l a   | | | | | | 0| J| d| u| | | | | |                                                                                                                                                                                                                   	  $If   gd_  S  kd5x] $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  | | | | | | | 2| E| F| G| |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdx] $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
| | | | | | | | | D| E| H| Q| | ;| | Y| n| | | | | <| Q| | 		| 
	| 	| 	| V	| ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ G| H|                                        kdy] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H| Q| | 	| q| | | a| | T| 	| 	| R	| q	| 	| 	| 	| 	| 

| K
| L
|                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  V	| i	| u	| 	| 	| 	| 	| 
| 
| !
| )
| B
| J
| K
| L
| M
| ]
| ^
| 
| 
| 
| 
| 
| | | | | 
| 
|  
| $
| ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  L
| M
| ^
| 
| 
| 
| |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdz] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
| 
| 
| 
| 
| 
| | | 1| H| Y| p| | | | | | |                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd{] $If   K$L$l 0                                     
t                                4   4 
l a   | | | | | '| >| U| l| }| | | | | | | |                                                                                                                                                                                                                            S  kd/|] $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  | | | %
| &
| 9
| L
| _
| r
| 
| 
| 
|             s                                                                                                                                                                 kd|] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $
| %
| &
| 8
| 9
| 
| 
| 
| 
| | | l| | >| | | | 9| | | t| | :| | g| | b| w| | | | | | !| 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !
| 
|                                        kd{}] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
| 
| | l| >| | :| t| | | ;| Y| | | | | 
| z| {| | | |                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  | _| | | | | <| [| z| | | |                                                                                                             f                                       kd~] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  !| 4| @| S| _| r| ~| | | | | | | | | | | | | | | '| D| Y| Z| [| ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  | | | | | | | |             s                                                                                                                                                                                     kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | |                                        kdC] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | '| 4| V| x| | | | | | #| E| Z|                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Z| [| l| | | |            s            s            s                                                                                                                                                                          	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [| k| l| | | | | | | | | | | | | )| <| _| s| | | | | -| A| "| "| "| :"| "| "| "| "| ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  | | | | | | | | )| `| | | .| |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdQ] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .| | | | } | ~ | =!| >!| "| "| :"| "| "| "| #| E#| }#| #| $| h$| i$| s$| ~$| $| $| $|                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  "| #| !#| D#| X#| |#| #| #| #| $| &$| h$| i$| ~$| $| $| $| $| $| $| $| $| $| $| $| %| %| %| %| '%| (%| :%| ;%| ?%| H%| %| &| &| &| &| &| õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ($| $|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $| $| $| %| %| (%| ;%| =%| >%|                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  >%| ?%|                                        kd_] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?%| H%| %| %| %| &| 6&| P&| &| &| &| &|                                                                                                             f                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  &| &| &| &| &| '| '| +'| >'| @'| A'|             s                                                                                                                                                                      kdm] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
&| &| &| &| &| &| &| &| &| '| '| '| '| ='| >'| B'| K'| '| '| (| (| (| !(| "(| #(| $(| <(| F(| G(| K(| L(| M(| _(| `(| r(| s(| (| (| ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %A'| B'|                                        kd'] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B'| K'| i'| '| (| (| "(| #(|                                                 f                                                                                                                       kd{] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  #(| $(| L(| M(| `(| s(| (| (| (| (| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(| (|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (| (| (| (| (| j)| k)| l)| |)| })| ~)| )| )| )| )| )| )| )| )| )| )| )| )| )| )| *| $*| %*| *| *| 4+| 5+| 6+| F+| G+| H+| I+| V+| 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %(| (| (| (| k)| l)| })| ~)|                                                 f                                                                                                                       kdC] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ~)| )| )| )| )| )| )| )| )| )| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)| )|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )| *| %*| *| 5+| 6+| G+| H+|                                                 f                                                                                                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H+| I+| J+| {+| ,| ,| /,| 0,| a,| Y-| Z-| -| -| |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdŎ] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V+| Z+| {+| ,| ,| ,| /,| <,| @,| a,| ,| Z-| -| -| -| -| .| .| >.| ?.| R.| d.| e.| .| .| .| .| .| /| /| /| K/| ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  -| .| ?.| .| .| /| L/| /| /| 70| 80| 90| C0| N0| 0| 0| 0|                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  K/| _/| /| /| /| /| 60| 80| 90| N0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 0| 1| 1| 61| ?1| @1| O1| շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\0| 0|                                        kd] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0| 0| 0| 0| 0| 
1| 1| 1| 51|                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  51| 61|                                        kdӐ] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               61| ?1| 1| 1| 1| )2| 42| `2| 2| 2| 2| 2|                                                                                                 f                                                   kd'] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  O1| 1| )2| 42| G2| W2| `2| g2| m2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 2| 3| 3| 3| 3| 3| 3| ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 2| 2| 2| 2| 3| 3| 3| 3|                                                             R            I                                   	  $If   gd_ Q  kdn] $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 3| 3| B3| C3| V3| i3| |3| 3| 3| 3| 3| |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3| 23| <3| =3| A3| B3| C3| U3| V3| h3| i3| 3| 3| 3| 3| 3| 3|  4| 4| 4| 4| 5| 5| 35| c5| l5| s5| y5| 5| 5| ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 3| 3|                                        kd] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3| 3| !4| <4| m4| 4| 4| 4| 4| 4| 5| 45| F5| l5| 5| 5|                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  5| 5| 5| 5| 5| 5| 5| 5| 5| 5| 5| 5| 5| 6| 6| '6| (6| *6| +6| ,6| D6| N6| O6| S6| T6| U6| g6| h6| z6| {6| 6| 6| 6| пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  5| 5| 5| 5| 5| 5| |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd	] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5| 5| 6| )6| *6| +6|                                     R            I                                                                     	  $If   gd_ Q  kdP] $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdÖ] $If   K$L$l 0                                     
t                              4   4 
l a   +6| ,6| T6| U6| h6| {6| 6| 6| 6| 6| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdݗ] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6| 6|                                        kd] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6| 6| 7| E7| 7| 7| 7| 7| 7| !8| c8| g8| h8| i8|                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
6| 6| 6| 6| 7| 7| 7| 7| 7| 7| 	8| 8|  8| !8| (8| .8| b8| c8| f8| g8| h8| i8| j8| z8| {8| ~8| 8| 8| 8| 8| زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 i8| j8| {8| 8| |            s            s                                                                                                                                                                                           	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8| 8| 8| 8| 8| 8| 8| 8| 8| 8| 8| 8| 8| 9| 9| "9| +9| ,9| ;9| 9| 9| H:| L:| :| :| ;| ;| #;| $;| ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    8| 8| 8| 8| 8| 8| 9| 9|  9| !9| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!9| "9|                                        kd_] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               "9| +9| 9| 9| I:| |:| :| :| :| ;| $;| O;| ;| ;|                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
$;| 7;| F;| N;| O;| V;| \;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| ;| 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ;| ;| ;| ;| |            s            s                                                                                                                                                                                           	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;| ;| ;| ;| ;| ;| 7<| <|  =| !=| Z=| =| >| >| |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdm] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
;| <| <| 7<| <|  =| -=| 1=| Z=| =| >| >| >| 4>| >| ?| r?| s?| ?| ?| ?| @| ?@| K@| O@| w@| IB| wB| B| B| B| eC| fC| C| C| C| C| C| E| :E| ;E| QE| UE| E| F| F| F| 3G| G| G| H| [H| H| ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4>| 4>| >| ?| ?| r?| s?| ?| @| >@| ?@| w@| IB| vB| wB| B| fC| C| C| C| D| D| D| D| D| D| E| :E| ;E| E|                                                                                                                                                                                                                                                                                                                                                                   gd_  E| F| F| 3G| G| G| H| [H| H| H| )I| I| I| I| I| I| I| I| I|                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  H| )I| -I| I| I| I| I| I| I| I| I| I| I| +J| ,J| -J| .J| jJ| J| K| /K| K| K| K| L| =L| >L| bL| L| L| L| L| L| L| $M| (N| N| Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $I| I| I| I| I| I| I| I| I| M            H            H            H            H            H            H            H                   gd_   kd'] $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   I| I| I| I| 
J| J| J| J|                                                 _            V            V                                                             	 $If   gd_    kdŞ] $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  J| J| +J| ,J|                                                                                                                                                                                                                                                          	 $If   gd_  o  kd] $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ,J| -J| .J| 9J| =J| PJ| XJ| dJ|                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd7] $$If   l       0   T# T                 .                
t  0                                                              4 
l al  dJ| eJ| jJ| J| J| 2            )            )            )                      	 $If   gd_    kdԠ] $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     J| J| J| K| /K| 4K| yK|             [                                                                                                                                           kd] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  yK| zK| K| K| K| L| d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdʢ] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L| 
L| L| >L| BL| \L| d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \L| ]L| bL| L| L| L| d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L| L| L| L| L| %M| d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd%] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  %M| &M| 'M| 1M| M| M| M| d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M| M| M| M| n            e            e                                                                                                                                                               	 $If   gd_    kd] $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           M| M| M| M|                                                                                                                                                                                                                                                	 $If   gd_  t  kd] $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M| M| M| M| M| M| M| M| M|                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd)] $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  M| M|                                             kdƨ] $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          M| M| M| M| N| N| N| N|                                                             A                                  kd] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  N| N| 	N| 
N| N| N| 
N| N|                                                 A                                              kd] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  N| N| N| N| N| N| (N|                                     A            <            7                  gd_    gd_    kdݫ] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  (N| N| N| N| N| O|  O| !O| 5O| 7O|                                                                                                                                                                                                                                                   E  kd] $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	N| N| N| N| N| N| N|  O| !O| 7O| 8O| :O| ;O| IO| JO| WO| XO| wO| xO| zO| {O| O| O| O| O| O| O| O| O| O| O| O| O| 
P| P| P| P| R| R| R| R| R| R| 춥x                          /j] hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *7O| 8O| 9O| :O| ;O| CO| IO|                                     a                                                                                                                             E  kdz] $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd] $$If   l 0 
" R                                                           4 
l a   IO| JO| SO| WO| XO| kO| wO|                                     a                                                                                                                             E  kd8] $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd٭] $$If   l 0 
" R                                                           4 
l a   wO| xO| yO| zO| {O| O| O|                                     a                                                                                                                             E  kd] $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd] $$If   l 0 
" R                                                           4 
l a   O| O| O| O| O| O| O|                                     a                                                                                                                             E  kd] $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU] $$If   l 0 
" R                                                           4 
l a   O| O| O| O| O| O| O|                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd] $$If   l 0 
" R                                                           4 
l a   O| O| O| O| O| O| l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdr] $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   O| O| O| P| P| P| P| Q| Q| R| R| l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd0] $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
R| R| R| S| S| S| S| S| S| S| S| S| S| S| HT| IT| UT| VT| T| T| T| T| T| T| U| U| +U| -U| =U| >U| }U| U| U| U| U| X| X| 	Y| K\| N\| c\| \| \| \| 	]| 
]| f]| g]| y]| ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jU] hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0R| S| S| S| IT| VT| T| T| T| T|                                                                                                                                                                                                                                                       S  kd] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	T| T| U| ,U| -U| >U| ~U|                                     N                                                                                       S  kd] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdN] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ~U| U| U| U| U| \V| W| W| X| X| X| X| 	Y| Y| Y| XZ| Z| '[| [|                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdr] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   [| [| N\| \| 	]| 
]| H]| f]| g]| z]| ^| ^| ^| `| 2`| `| `| `| `| a| 
a| b| b| c| c| d| d| ad|                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  y]| z]| ]| ]| ^| 
^| ^| ^| ^| `| `| 2`| a| b| b| c| c| c| ad| wd| {d| d| d| d| d| d| d| !e| "e| #e| ?h| @h| Kh| Lh| Mh| Qh| Rh| h| h| h| ۵۵۵ۭۜۋzrgrrr       j] h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ad| md| |d| d| d| d| d| "e|                                     j                                                                                                                                           kd] $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  "e| #e| 4e| }e| e| e| f|  f| <f| f| f| s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdv] $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
f| =g| h| h| Th| h| h| h| h| i| i| j| j| ]l| ^l| m| m| m| m| m| n| n| xo| p| p| >q| ?q|                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  h| h| h| h| h| h| h| h| i| j| l| m| m| m| m| m| m| m| m| m| m| m| m| m| m| n| n| n| o| o| p| >q| r| r| ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j] hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjO] h_ U !?q| r| r| r| r| r| r|                                                 e                                                                                                                        F  kd] $$If   l   l '{6    4   4 
l a] p
        F  kd] $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  r| r| r|  s| s| s| s| s| s| -s| .s| Ns| Os| es| fs| s| s| s| s| s| s| s| s| s| s| t| 
t| 't| (t| Ot| Pt| Qt| Rt| St| 1v| 2v| >v| v| v| v| !w| 'w| *w| w| w| x| x| x| y| Ey| dy| y| ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3r| r| r| r| r|  s| s|                                                             5            v  kdv] $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd] $$If   l   l '{6    4   4 
l a] p
         s| s| s| s| s| 	s| 
s| s|                                     t                                                                                                                                                             v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  s| s| %s| 's| -s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdƹ] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -s| .s| Gs| Is| Ns|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ns| Os| ]s| _s| es|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         es| fs| ys| {s| s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdǻ] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s| s| s| s| s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s| s| s| s| s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s| s| s| s| s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdȽ] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s| s| s| s| s|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s| s| t| t| t|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t| 
t|  t| "t| 't|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdɿ] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         't| (t| /t| 4t| Ot|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ot| Pt| Qt| Rt| St| 1v| 2v| >v| v| v| v| v| "w| 5w| iw|                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         iw| }w| w| w| w| x| Dx| bx| x| x| x| y| y| Fy| ey| y| y| y| y| y| z| z| z| {| {| &{| '{| @{| s{| t{|                                                                                                                                                                                                                                                                                                                                                                   gd_  y| y| y| y| y| y| z| z| {| %{| Z{| r{| {| {| {| {| || 8|| d|| || || 
}| ?}| @}| J}| T}| U}| {}| |}| }| }| }| пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  t{| {| {| {| {| {| || || || 8|| N|| d|| z|| || || || || }| 
}| @}| J}| T}|                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  T}| U}|                                     kd] $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U}| |}| }| }| }| }| }| }| }| ~|                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	}| }| }| }| }| }| }| }| ~| ~| ~| ~| ~| ~| ~| ~| ~| ~| ~|  | | | +| -| =| >| ]| ^| _| `| | Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ~| ~|                                     kd!] $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~| ~| 7~| 8~| L~| M~| q~| ~| ~| ~| ~| ~| ~| ~|                                                                                                                                     q                            kdx] $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
~| ~| ~| ~|  | | | | |             q            l                                                                                                                                                       gd_    kd5] $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  | |                                     kd] $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               | | /| 0| D| E| _| {| || | | | | | | | ,|                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ,| -| >| ^| z            q            q                                                                                                                                                                                       	  $If   gd_    kdI] $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ^| _| `| | | | | | z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd] $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       | | | | | | | /| 0| O| P| R| ~| | | | ہ| | | | .| :| | | | | | | | ̂| | ,| n| o| | ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "| |                                     kd] $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               | | | | ɀ| ʀ| | | 	| | | 0| P|                                                                                                             q                                                         kd] $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  P| Q| R| | | | | | z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd] $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       | |                                     kd] $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               | | ց| ׁ| | | | | |                                                             q                                                                                                                             kd] $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  | | | | | o| | | | ă| σ| z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd] $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
| | | σ| | | | | | 7| 8| e| z| {| | | N| 2| 4| D| E| | | ؆| ن| چ| | | | | |  | 	| e| u| v| ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #σ| | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  | |                                        kds] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | 8| e| {| }| |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | |                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | P| Q| | | | | 3| 4| E| | ن|                                                                                                 s                                                                        kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ن| چ| | | | | | |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |  |                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                | 	| d| e| v| |                         s                                                                                                                                                                                   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v| | | | | | | | ɇ| K| L| c| | | #| B| | | &| E| | ύ| N| m| Ɏ| | | !| | | | 9| | ˑ| 4| S| 2| Q| | ғ| A| `| | ݔ| | | о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -| | | | | | ɇ| i| j| | | | ˈ| Ո| |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ո| ֈ| 6| M| e| || | | | | `| a| K| L| c| x| | | |                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  | | ͋| ҋ|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҋ| Ӌ| ݋| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | #| 1| A|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A| B| M| R|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R| S| ]| b|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b| c| n| s|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s| t| ~| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | ̌| ь|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ь| Ҍ| ܌| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | &| 4| D|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D| E| P| U|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U| V| `| e|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e| f| q| v|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v| w| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | ΍|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ΍| ύ| ڍ| ߍ|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߍ| | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | |  |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | N| \| l|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l| m| x| }|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }| ~| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | Ɏ| ׎| |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | 	| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | $| )|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )| *| +| | | | |  |                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    | !| ,| 1|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1| 2| <| A|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A| B| M| R|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R| S| ]| b|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b| c| d| | | |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | Ő| ʐ|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʐ| ː| ֐| ې|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ې| ܐ| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | (| 8|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8| 9| D| I|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I| J| T| Y|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y| Z| e| j|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j| k| u| z|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z| {| || | | ʑ|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʑ| ˑ| ֑| ۑ|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۑ| ܑ| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | 
| | 4| B| R|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R| S| ^| c|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c| d| n| s|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s| t| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | 2| @| P|                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd<] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P| Q| \| a|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a| b| l| q|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q| r| }| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | ѓ|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ѓ| ғ| ݓ| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | A| O| _|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _| `| k| p|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p| q| {| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | ̔| ܔ|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܔ| ݔ| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | 	| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | |  | D| d| | | | | | | | | 6| |                                                                                                                                                                                        gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | $| 6| Q| | | | | | | J| K| U| _| `| | | | | | ȗ| ɗ| | | | | љ| ҙ| | Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  | | | | | 
| | K| U| _|                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	_| `|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `| | | ɗ| ˗| |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | |                                        kd[] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | @| A| a| b| | | E| j| z| | | | |                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  | | ҙ| #| <| U| n| | |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | "| | | | Ú| Ě| | | |  | ~| | | | G| H| K| \| t| ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ji] h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  | | Ě| | | | | |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | |                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |  | H| I| | | | | 7| Q| f| ~| |                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  | | | H| |            s            s                                                                                                                                                                                           	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H| I| J| K| t| | | 8| J| \| ]| L| M| |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t| | | 7| 8| [| \| ]| {| | ֞| | 9| K| M| b| | | | | | ϟ| П| | "| #| &| /| | | `| a| | | | | | ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $M| W| b| | | |                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  | |                                        kdp] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | П| | | #| $| %|                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  %| &|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &| /| t| u| | | ͠| Π| L| | ڡ| | !| >| `| a| |                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  | | | | >| | ף| | |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | ¢| â| Ģ| ע| آ| | | >| c| | | ֣| | | | | .| D| k| ʤ| | | | | ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j] h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  | | | | C| D| ɤ| ʤ| | | | | |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdW] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | &| X| Y| c| m| n| | | | ͥ| Υ| ѥ| ڥ| E| S| | | Ħ| Ŧ| ͦ| Ϧ| ߦ| | *| +| -| .| @| R| S| ^| | ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !| &| Y| c| m|                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  m| n|                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n| | | Υ| ϥ| Х|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Х| ѥ|                                        kde ^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ѥ| ڥ| ;| <| \| ]| | | Φ| Ϧ| |                                                                                                 Y                              kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
| +| ,| -| .| ^| | | M| N| | |             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kds^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | | | | | | | | | | | | | /| k| }| K| ^| | | | | L| M| O| P| | | | | (| \| +| 2| | Ĺ| | | | | 
| | &| '| 7| 8| ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jr^ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j-^ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -| | | /| u| v| 6| 7| j| k| }| | | J| K| `| | M| P| | | | | '| (| 7| I|                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  I| \| ]| b| j| o|             f                                                                                                                                                                      kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  o| p| u| }| | o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kdp^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | Ÿ| ʸ| o            f            f            f                                                                                                                                                	  $If   gd_    kdL^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ʸ| ˸| Ӹ| ۸| | o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kd(^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | | | | | | h| i| ½| o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8| ;| <| ½| ν| | | | 
| | | | | | | | | | | | | | K| L| V| `| a| m| | | | | | | | | | | ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %½| ν| J| K| | | | | | | | | | | | | ,| | | | | #| 0| =| J| W| h|                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  h| y| | | | | | | | | | 
| =| >| | | ]| ^| 0| 1| | | J| | | | (| U| |                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  | | | | | | | | | | | | | | L| V| `|                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  `| a|                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a| | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | |                                        kdA	^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | A| h| | | | | | A| | |                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
| | | | |            s            s                                                                                                                                                                                           	  $If   gd_   kd
^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | | | | *| \| ]| g| q| r| ~| | | | | | | | \| | ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 | | | | | | | *| ]| g| |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdO^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g| q|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  q| r|                                        kd	^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r| | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  | |                                        kd]
^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | F| q| | | [| | | |                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  | | | | | | | | | | | >| ?| I| S| T| `| | | | | | | | @| ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    | | | | |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | ?| I| S| |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdk^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S| T|                                        kd%^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T| | | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  | |                                        kdy^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | *| U| | | ?| | | |                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  @| | | | | | | | | | | | | | | | | O| P| Z| d| e| q| | | | | ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    | | | | |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | P| Z| d| |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d| e|                                        kdA^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e| | | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  | | | | =| ?| O| P| V| ]| ^| _| `| u| | | | | | | | | | | | | îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  | |                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | 	| | <| j| | | | =| >| ?|                                                                                                                         f                           kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ?| P| ^| _| `| j| u| | | |                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	| |                                        kd]^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  | | | $| | | | | | | | | | | | &| (| )| >| p| q| {| | | | | п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  | |                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | $| c| o| | | | | 0| g| | |                                                                                                                         f                           kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  | | | | | | )| 3| >| q|                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	q| {| |                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  | |                                        kdy^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | | | | | | | | | 
| | | |  | R| S| T| U| V| W| c| g| | m| | ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 | |                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | '| ]| | |  | R|                                                                                     s                                                                                              kd!^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
R| S| T| U| V| W| | 8| 9| m| | | | e| |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
| | | | | | 1| d| x| | | 	| 
| | Q| R| \| f| g| | | | | | | | | | | | | | | *| õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !e| | 	| 
| | | R| \| f|                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  f| g|                                        kd ^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g| | | | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  | |                                        kd!^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | | | | 	| | |                                                             f                                    [            [                     
  $If   gd_ K$  kd=#^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
*| | | | | | | | | | | 	| | | | | .| /| >| @| A| B| Z| d| e| f| h| i| j| | | ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ | | /| ?| @| A|                                     R            I                                                                     	  $If   gd_ Q  kd$^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd#^ $If   K$L$l 0                                     
t                              4   4 
l a   A| B| j| | | | | | | | |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	| | | | | | c| d| e| f| v| w| | | | | | | | | | | | | ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J | |                                        kd%^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | 6| d| e| f| w| | | |                                                             f                                    [            [                     
  $If   gd_ K$  kd'^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
| | | | | | |                                     R                                                                                              Q  kdf(^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'^ $If   K$L$l 0                                     
t                              4   4 
l a   | | | | | |                                     R            I                                                                     	  $If   gd_ Q  kd)^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd(^ $If   K$L$l 0                                     
t                              4   4 
l a   | | | 1| 2| W| j| }| ~| | |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
*^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|  | 
| | | | | | 1| 2| || }| | | z| {| .| G| a| b| c| d| t| u| v| | | | 2| 8| ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ | |                                        kd*^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | h| {| a| b| c| d| u| 2|                                                                                     Y                                          kd,^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2| 9| B| C| K| `| u| | | | | | | | | 1| C| ]|                                                                                                                                                                                                                      	  $If   gd_  S  kd,^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 8| 9| A| C| | | | | | | | | | | | | | P| Q| T| ]| i| | R| i| j| k| l| ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ]| w| | | | | |                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdg-^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  | | | | +| >| Q| R| S| |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd-^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S| T|                                        kd.^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T| ]| | | j| k| l| }| | | |                                                             f                                    [            [                     
  $If   gd_ K$  kd0^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
l| || }| | | | | | | | O| Q| R| S| k| u| v| w| y| z| {| | | | | | | | q| | ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 | | | | 
| | 6| P| `| z| | | | | | | | |                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd0^ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   | 6| P| Q| R|                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdS1^ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R| S| {| | | | | | | | |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	| |                                        kd2^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | q| | | | | | | | | #|                                                                                                 f                                                   kd3^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  | | | | | | | "| #| $| <| F| G| H| J| K| L| d| e| | | | | þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ #| $| L| e| | | | | | | |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	| |                                        kdg5^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | y| | | -| | | | | |                                                                                                 Y                              kd6^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
| x| z| | | -| | | | | | | 1| 2| 3| K| U| V| W| Y| Z| [| \| | | | νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  | 2| 3| [| \| | | | | | | |             s                                                                                                                                                                 kdu7^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | |                                        kd/8^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | | | | b| | | | | g|                                                                                     Y                                          kd9^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
| | | b| | | | | | | g| h| n| o| w| y|  }  }  }  } } } W} X} Y} q} {} |} }} } } } ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 g| h| o| x| y| | | | | | |  }  } 5 } = } R } g }                                                                                                                                                                                                         	  $If   gd_  S  kd=:^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g } y }  }  }  }  }  }  }  }                                                                                                                                                                                                                                                 	  $If   gd_  S  kd:^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   }  } } X} |            s            s                                                                                                                                                                                           	  $If   gd_   kda;^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X} Y} } } } } } } } } } |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd<^ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
} } } } } } } } } } } } } } } } } } Y} } } } } } } } } ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  } }                                        kd<^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } } } B} V} } } } } }                                                                                                 f                                                        kd7>^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
} } } } } } } } } } } } -} >} X}                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd>^ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  X} r} } } } } } } } } *} ;} U} o} } } }                                                                                                                                                                                                                            S  kd?^ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  } } } } } } } } } %} &} '}             s                                                                                                                                                                 kd@^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  } } } } } } } } } } } } } $} %} (} 1} } $	} %	} K	} L	} 	}  
} 
} 
} } } } } } } Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ '} (}                                        kd@^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (} 1} } L	} 	}  
} 3
} 
} 
} Q} } V} } } } } B
} Y
} 
} 
} 
} } A} m} }                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  } } 
} 
} 
} 
} q} } } } } } } } } } } } } W} Y} Z} [} ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   } } } } } } |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd#B^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } %} :} O} a} {} } } } } } } } 0} 8} M}                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdB^ $If   K$L$l 0                     x                
t                                4   4 
l a   M} b} w} } } } } } } } -} >} X} Y} Z}                                                                                                                                                                                                                   	  $If   gd_  S  kdoC^ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Z} [} } } } } } } } } } |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdD^ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
[} s} }} ~} } } } } } } } } } } } } } } m} } ^} s} } } } } } } } } ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ } }                                        kdD^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } } } } } } } v} } } } } } .} S} j} } } } }                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  } } } &} n} } } } } } } } } } } } } } @} F} G} O} Q} } } } } } } } } ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  } } } @} G} P} |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdF^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P} Q} Y} k} }} } } } } } } } %} 6} L} ]} t} u}                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdF^ $If   K$L$l 0                                     
t                                4   4 
l a   u} }} } } } } } } 
} } 2} I} Z} p} } } }                                                                                                                                                                                                                            S  kdiG^ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  } } } } } } } } } #} %} &}             s                                                                                                                                                                 kdG^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  } } } } } "} #} '} 0} B} t} 
} <} } =} Y} } } + }  } !} '!} !} "} #} #}  $} $} %} A&} T&} `&} s&} &} 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !&} '}                                        kdH^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '} 0} B} 
} } Z} } } ]} |} } } ) }  } d!} "} #} $} $}  $} %} %}                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  %} %} =&} \&} {&} &} &} &} '} 7'} 8'} I'}                                                                                                             f                                       kd	J^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  &} &} &} &} &} '} '} /'} 6'} 8'} H'} I'} '} '} '} '} '} '} '} '} '} '} (} (} (} (} ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  I'} '} '} '} '} '} '} '}             s                                                                                                                                                                                     kdJ^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  '} '}                                        kd}K^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '} '} '} '} (} 8(} Z(} [(} }(} (} (} (} (}                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  (} (} 
)} =)} b)} |            s            s            s                                                                                                                                                                          	  $If   gd_   kdL^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (} 	)} 
)} a)} b)} c)} d)} e)} q)} u)} y)} )} )} +} +} +} +} +} ,} 5,} I,} |,} ,} ,} ,} /} /} /} /} 30} 60} j0} }0} ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  b)} c)} d)} e)} )} O+} Q+} +} +} +} 6,} },} ,} |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdM^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,} !-} "-} t-} .} .} .} .} /} /} /} 50} 60} j0} 0} 0} 1} b1} 1} 2} 2} 2} 2} O2} Y2} c2}                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  }0} 0} 0} 0} 0} 1} .1} a1} u1} 1} 1} 2} 2} 2} N2} O2} Y2} c2} d2} |2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} 2} .3} R4} S4} T4} d4} e4} õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (c2} d2}                                        kdEN^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d2} 2} 2} 2} 2} 2} 2} 2} 2}                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  2} 2}                                        kdO^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2} 2} .3} Q3} 3} 3} 3} 3} %4} S4} T4} e4}                                                                                                             f                                       kdP^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  e4} f4} g4} 4} 4} 4} 4} 4} 4} 4} 4}             s                                                                                                                                                                      kdQ^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
e4} f4} g4} 4} 4} 4} 4} 4} 4} 4} 4} 4} 4} 4} 4} 4} 4} *5} +5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 5} 6} 6} 66} 76} ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %4} 4}                                        kdaR^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4} 4} 5} +5} 5} 5} 5} 5}                                                 f                                                                                                                       kdS^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  5} 5} 5} 5} 5} 6} $6} 76} 96} :6} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdoT^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:6} ;6}                                        kd)U^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               76} ;6} D6} 6} 6} 7} 	7} 
7} 7} 7} 7} 7} 57} ?7} @7} D7} E7} F7} X7} Y7} k7} l7} 7} 7} 7} 7} 7} 7} E8} F8} 8} 8} 8} 8} 8} 8} 8} 8} 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %;6} D6} b6} 6} 	7} 
7} 7} 7}                                                 f                                                                                                                       kd}V^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  7} 7} E7} F7} Y7} l7} 7} 7} 7} 7} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7W^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7} 7}                                        kdW^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7} 7} 7} F8} 8} 8} 8} 8}                                                 f                                                                                                                       kdEY^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8} 8} 8} 9} 9} 9} 9} 9} 9} :} :} ,;} n;} |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdY^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8} 8} 9} 9} 9} 9} 9} 9} 9} 9} Y:} :} ,;} ?;} n;} ;} ;} ;} ;} ;} ;} <} <} !<} "<} 5<} c<} v<} <} <} <} <} ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  n;} ;} ;} "<} c<} <} <} 1=} =} =} =} =} =} =} >} )>} 3>}                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  <} <} 0=} D=} =} =} =} =} =} =} >} >} )>} 3>} 4>} L>} V>} W>} [>} \>} ]>} e>} >} >} >} >} >} >} >} >} >} շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\3>} 4>}                                        kdZ^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4>} \>} ]>} >} >} >} >} >} >}                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  >} >}                                        kd
\^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >} >} L?} }?} ?} ?} ?} ?} @@} A@} R@} @}                                                                                                 f                                                   kda]^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  >} L?} ?} ?} ?} ?} ?} @} @} ?@} @@} A@} Q@} R@} U@} j@} s@} }@} @} @} @} @} @} @} @} @} @} @} @} ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @} @} @} @} @} @} @} @}                                                             R            I                                   	  $If   gd_ Q  kd^^ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd^^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ @} @} @} @} @} A} A} -A} /A} 0A} FA} |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5_^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@} @} @} @} @} @} @} @} @} A} A} ,A} -A} GA} PA} QA} `A} A} B} B} B} B} B} B} C} 
C} C} C} (C} )C} ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ FA} GA}                                        kd_^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               GA} PA} A} A} B} (B} AB} TB} B} B} B} B} B} 
C} )C} *C}                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  )C} *C} +C} ;C} <C} ?C} EC} pC} vC} wC} ~C} C} C} C} C} C} C} C} C} C} C} C} C} C} C} C} D} D} D} D} >D} ?D} CD} пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  *C} +C} <C} pC} wC} C} |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdCa^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C} C} C} C} C} C}                                     R            I                                                                     	  $If   gd_ Q  kdb^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kda^ $If   K$L$l 0                                     
t                              4   4 
l a   C} C} C} C} D} D} ,D} ?D} AD} BD} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	BD} CD}                                        kdc^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               CD} LD} D} D} E} /E} jE} uE} E} E} F} F} F} F}                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
CD} LD} MD} \D} D} jE} tE} uE} E} E} E} E} E} E} E} E}  F} F} F} F} F} F} F} F} F} F} 1F} :F} DF} EF} زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 F} F} F} FF} |            s            s                                                                                                                                                                                           	  $If   gd_   kd%e^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       EF} FF} GF} _F} iF} jF} nF} oF} pF} F} F} F} F} F} F} F} F} F} F} 7G} 8G} G} G} ,H} H} H} H} H} H} ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    FF} GF} oF} pF} F} F} F} F} F} F} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F} F}                                        kdf^ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F} F} 8G} uG} G} H} KH} ]H} H} H} H} H} /I} 0I}                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
H} H} H} H} H} H} H} .I} /I} 0I} 1I} AI} BI} EI} ZI} cI} mI} nI} oI} pI} qI} rI} I} 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  0I} 1I} BI} oI} |            s            s                                                                                                                                                                                           	  $If   gd_   kdg^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       oI} pI} qI} rI} I} I} I} J} J} J} J} dK} K} K} |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdh^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
I} I} I} I} J} J} J} J} J} dK} K} K} K} K} OL} L} M} M} M} !M} JM} M} M} M} M} N} O} P} !P} %P} RP} Q} Q} >Q} ?Q} KQ} OQ} rQ} R} R} R} R} R} S} iT} T} T} T} 'U} dU} U} U} QV} ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4K} K} OL} L} L} M} M} JM} M} M} M} N} O} P} P} RP} Q} >Q} ?Q} rQ} &R} 'R} \R} qR} R} R} R} R} R} S}                                                                                                                                                                                                                                                                                                                                                                   gd_  S} iT} T} T} 'U} dU} U} U} QV} V} V} )W} *W} 5W} AW} PW} \W} oW} sW}                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  QV} V} V} (W} )W} 5W} KW} OW} oW} rW} sW} zW} {W} W} W} W} W} X} ?X} X} X} Y} SY} TY} Y} Y} Y}  Z} 7Z} 8Z} jZ} Z} Z} Z} Z} [} x\} Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $sW} tW} uW} vW} wW} xW} yW} zW} {W} M            H            H            H            H            H            H            H                   gd_   kdai^ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   {W} W} W} W} W} W} W} W}                                                 _            V            V                                                             	 $If   gd_    kdi^ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  W} W} W} W}                                                                                                                                                                                                                                                          	 $If   gd_  o  kdj^ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  W} W} W} W} W} W} W} X}                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdqk^ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  X} X} X} ?X} DX} 2            )            )            )                      	 $If   gd_    kdl^ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     DX} X} X} X} X} X} Y}             [                                                                                                                                           kd;m^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Y} Y} Y} TY} XY} Y} d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdn^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y} Y} Y} Y} Y} Y} d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdn^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y} Y}  Z} 8Z} =Z} dZ} d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  dZ} eZ} jZ} Z} Z} Z} d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd_p^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z} Z} Z} Z} [} #[} /[} d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd(q^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  /[} 0[} 3[} =[} n            e            e                                                                                                                                                               	 $If   gd_    kdq^ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           =[} >[} A[} J[}                                                                                                                                                                                                                                                	 $If   gd_  t  kdr^ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  J[} K[} L[} ][} b[} j[} q[} x[} [}                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdcs^ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  [} [}                                             kd t^ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          [} [} [} [} [} [} [} [}                                                             A                                  kdYu^ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  [} [} [} [} [} [} [} [}                                                 A                                              kd8v^ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  [} [} [} [} [} [} [}                                     A            <            7                  gd_    gd_    kdw^ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  [} y\} z\} \} \} \} \} \} \} \}                                                                                                                                                                                                                                                   E  kdw^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	x\} y\} z\} \} \} \} \} \} \} \} \} \} \} \} \} \} \} ]} ]} ]} ]} E]} F]} ^]} _]} v]} w]} x]} |]} }]} ]} ]} ]} ]} ]} ]} ^} (`} )`} 4`} 5`} E`} F`} 춥x                          /j(}^ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *\} \} \} \} \} \} \}                                     a                                                                                                                             E  kdx^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdUx^ $$If   l 0 
" R                                                           4 
l a   \} \} \} \} \} 	]} ]}                                     a                                                                                                                             E  kdry^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy^ $$If   l 0 
" R                                                           4 
l a   ]} ]} ]} ]} ]} +]} E]}                                     a                                                                                                                             E  kd0z^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy^ $$If   l 0 
" R                                                           4 
l a   E]} F]} Q]} ^]} _]} i]} v]}                                     a                                                                                                                             E  kdz^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdz^ $$If   l 0 
" R                                                           4 
l a   v]} w]} x]} y]} z]} {]} |]}                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdM{^ $$If   l 0 
" R                                                           4 
l a   |]} }]} ]} ]} ]} ]} l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd{^ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ]} ]} ]} ]} ]} ^} ^} u_} v_} M`} N`} l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdj|^ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
F`} J`} K`} @a} Aa} La} Ma} ]a} ^a} ba} ca} ea} a} a} a} a} a} a} ;b} =b} Hb} Ib} b} b} b} b} b} b} b} b} c} c} c} *c} +c} f} f} f} i} i} j} !j} Fj} Oj} j} j} k} k} k} ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j}^ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0N`} ea} na} a} a} a} <b} =b} Ib} b}                                                                                                                                                                                                                                                       S  kd}^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	b} b} b} b} b} b} c}                                     N                                                                                       S  kd^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd~^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   c} c} c} +c} cc} c} d} d} e} e} f} f} f} *g} g} g} \h} h} ,i}                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ,i} -i} i} Gj} j} j} j} k} k} k} ~l} l} l} m} m} 9n} [n} tn} n} n} n} o} o} Tq} Uq} q} q} q}                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  k} k} k} k} k} k} }l} l} l} m} m} m} o} o} o} Sq} Uq} tq} q} r} r} &r} 'r} wr} xr} r} r} r} r} r} u} u} u} u} u} u} u} -v} .v} 9v} ۵۵۵ۭۜۋzrgrrr       j"^ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'q} r} r} &r} 'r} xr} r} r}                                     j                                                                                                                                           kd>^ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  r} r} r} s}  s} _s} s} s} s} Dt} t} s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd^ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
t} t} u} u} u} Bv} Cv} v} v} 3w} 4w} x} x} y} y} z} z} {} {} {} {} \|} }} ]~} ^~} ~} ~}                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  9v} :v} ;v} ?v} @v} Cv} v} v} 2w} x} Mz} z} [{} \{} g{} h{} x{} y{} }{} ~{} {} {} {} {} {} {} -|} 6|} ?}} _}} ]~} ~} G} H} ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j^ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj^ h_ U !~} H} L} M} c} d} x}                                                 e                                                                                                                        F  kdʂ^ $$If   l   l '{6    4   4 
l a] p
        F  kdW^ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  H} M} z} } } } } } } ˀ} ̀} } } } } }  } <} =} Y} Z} {} |} } } } } Ł} Ɓ} } } } } } σ} Ѓ} ܃} =} r} } } ń} Ȅ} T} f} 9} Q} } } } } 8} ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3x} y} z} } } } }                                                             5            v  kd^ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd=^ $$If   l   l '{6    4   4 
l a] p
         } } } } } } } }                                     t                                                                                                                                                             v  kdU^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  } } À} ŀ} ˀ}                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd ^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ˀ} ̀} } } }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } } } }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } } } }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }  } 5} 7} <}                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         <} =} R} T} Y}                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdW^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y} Z} t} v} {}                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {} |} } } }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } } } }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } } } Ł}                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ł} Ɓ} ́} ҁ} }                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } } } } σ} Ѓ} ܃} $} >} r} } } ӄ} }                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdY^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         } } O} g} } } }  } 4} R} } } } } } 7} 8} 9} :} \} e} f} |} } } Ĉ} ň} ވ} } }                                                                                                                                                                                                                                                                                                                                                                   gd_  8} :} D} Z} [} \} |} } } È} } } 0} 3} p} } } ։} } -} } } ݊} ފ} } } } } } 7} 8} K} пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  } 0} >} Q} R} p} } } } ։} } } } .} /} } } } } ފ} } }                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  } }                                     kd^ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               } } 7} 8} N} d} z} } } }                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	K} N} c} d} y} z} } } } } B} D} T} U} t} u} v} w} } } } } ɍ} ˍ} ۍ} ܍} } } } } #} Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ } }                                     kd[^ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               } } Ջ} ֋} } } } +} ,} A} B} C} D} U}                                                                                                                                     q                            kd^ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
U} u} v} w} } } } } }             q            l                                                                                                                                                       gd_    kdo^ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  } }                                     kd,^ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               } } ͌} Ό} } } } } } ,} W} p} } } } } ʍ}                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ʍ} ˍ} ܍} } z            q            q                                                                                                                                                                                       	  $If   gd_    kd^ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       } } } %} &} '} (} )} z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd@^ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       #} $} %} *} 3} } } ͎} Ύ} } } } } } "} +} y} } } } ̏} ؏} *} ,} <} =} \} ]} `} j} } ʐ} } 
} @} ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  ")} *}                                     kd^ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               *} 3} R} S} g} h} } } } } } Ύ} }                                                                                                             q                                                         kdT^ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  } } } } } }  } !} z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd^ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       !} "}                                     kdΖ^ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               "} +} t} u} *} +} ,} =} ]}                                                             q                                                                                                                             kd%^ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ]} ^} _} `} } 
} A} W} X} b} m} z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd^ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
@} A} X} m} } } } } } Ց} ֑} } } } M} V} } Г} ғ} } } 4} G} v} w} x} } } } } } } } } } } ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #m} } } }                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } ֑} } } } L}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  L} M}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M} V} } } +} ,} ;} } ѓ} ғ} } 4} w}                                                                                                 s                                                                        kdU^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w} x} } } } } } |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } }                                        kdɝ^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } } } } 5}                         s                                                                                                                                                                                   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  } 4} 5} 6} 7} 8} :} \} g} } } } A} `} } } @} _} Ě} } N} m} } } g} } } } )} H} } מ} J} i} ҟ} } Р} } Q} p} ߡ} } \} {} } } о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -5} 6} 7} 8} 9} :} g} } } I} T} ^} i} s} |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdן^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
s} t} Ԗ} } } } G} H} } } } } } } } } A} O} _}                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  _} `} k} p}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p} q} {} }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } ϙ} ߙ}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߙ} } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } }  }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˢ^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } !}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !} "} #} @} N} ^}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^} _} j} o}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o} p} z} }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } Ě} Қ} }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdå^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } $}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $} %} &} N} \} l}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l} m} x} }}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }} ~} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } } 
}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
} } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdة^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } &} +}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +} ,} 7} <}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <} =} G} L}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L} M} N} g} u} }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } ǜ}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЬ^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǜ} Ȝ} ɜ} 5} ~} } } }                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd/^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } ʝ} ϝ}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϝ} Н} ڝ} ߝ}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߝ} } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } }  }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    } } } )} 7} G}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G} H} S} X}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X} Y} c} h}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȯ^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h} i} t} y}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y} z} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } ƞ} ֞}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֞} מ} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } 	} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } J} X} h}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h} i} t} y}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y} z} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݳ^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } ҟ} } }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } "}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "} #} -} 2}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2} 3} 4} } } Р} ޠ} }                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdv^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdն^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }  } 
} }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } }  }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    } !} +} 0}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0} 1} 2} Q} _} o}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o} p} {} }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͹^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } ߡ} } }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } 	} }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } *} /}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /} 0} :} ?}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?} @} A} \} j} z}                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z} {} } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdż^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } } '} J} K} } } } } } ԣ} Y}                                                                                                                                                                                        gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } £} ԣ} } Z} } } } } } } } } } } 0} 1} B} T} U} f} g} } } ]} _} o} p} } Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Y} Z} } } } } } } } }                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	} }                                        kdA^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } 1} U} g} i} }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } ޥ} ߥ} }  } N} } } } } )} 9} :} ^}                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ^} _} p} } ڧ} } } ;} |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } } } } } } :} ;} <} a} b} } } } } } } .} /} } } } } } ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j^ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ;} <} b} } } } } |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd(^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } } } 6} } } } թ} } } } }                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  } } /} } |            s            s                                                                                                                                                                                           	  $If   gd_   kd6^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } } } } } ֫} } } } } } |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } ի} ֫} } } } } _} t} } ׬} } }  } 2} 3} =} G} H} m} n} } } } ĭ} ͭ} } } } } "} $} 4} 5} E} ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $} }  } 3} =} G}                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  G} H}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H} n} } } } ­} í}                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  í} ĭ}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ĭ} ͭ} } } "} 3} k} l} } X} x} } } ܯ} } } #}                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  #} $} 5} } ܰ} 7} u} } |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdR^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E} F} `} a} b} u} v} } } ܰ} } 6} S} t} } } } } ̱} } 	} h} } } } } ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j^ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  } } } } } } g} h} } } } } |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } Ĳ} } } } } } 1} 2} Z} k} l} o} x} } } .} J} b} c} k} m} }} ~} ȴ} ɴ} ˴} ̴} ޴} } } } 0} ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !} Ĳ} } } }                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  } }                                        kdK^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } 2} Z} l} m} n}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n} o}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o} x} ٳ} ڳ} } } J} K} l} m} ~}                                                                                                 Y                              kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
~} ɴ} ʴ} ˴} ̴} } } } } } } }             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0} 1} <} =} M} N} R} S} } } } } } ͻ} 	} } } } 2} 4} I} K} } } } } X} Z} ?} T} } } } } ^} b} } } } D} } } } } } } ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j^ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jg^ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -} } } ͻ} } } Խ} ս} } 	} } } } } } } K} } } Y} Z} ?} T} } } } }                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  } } }  } } 
}             f                                                                                                                                                                      kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  
} } } } '} o            f            f            f                                                                                                                                                	  $If   gd_    kd<^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at '} (} -} 4} 9} o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9} :} ?} F} R} o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R} S} [} c} h} o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h} i} q} y} } o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } } } } o            f            f            f                                                                                                                                                	  $If   gd_    kdb^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } } } } o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } } } Z} [} } } H} I} } } `} o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd>^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } } `} l} O} Y} } } } } ,} T} d} p} q} }} } } } } } } } } } } } ,} -} ^} _} `} d} m} 9} ;} K} ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %`} l} } } } } 6} 7} } J} K} S} T} } /} 0} } O} Y} } } } } } } } }                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  } } (} 9} J} K} ^} q} } } } } } } y} z} } } } } } } } 8} 9} } } } #}                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  #} $} m} } ,} -} T} d} q} } } } } } } } }                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  } }                                        kd'^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } -} _} `} b} c}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  c} d}                                        kd{^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d} m} } } } } D} l} w} } } } 9} :}                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
:} ;} L} } |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K} L} } } } } } } } } } } } } } } } =} >} c} d} e} i} r} } b} ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 } } } } } } } } } } |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	} }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  } }                                        kdC^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } >} c} d} e} g} h}                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  h} i}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i} r} } } } } O} s} } b} r} s}                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  b} r} t} } } } } } } } } } } } } } } }  } G} H} I} M} V} } ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    s} t} } } |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } } } } } } |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } }                                        kd_^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }  } F} G} H} I} K} L}                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  L} M}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M} V} } } } } 3} W} } F} V} W}                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  } F} V} X} h} i} o} v} w} x} y} z} } } } } } } } } } } } 0} 1} Y} Z} ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    W} X} i} w} |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w} x} y} z} } } } } } } |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	} }                                        kd{^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } 1} X} Y} Z} [} ]} ^}                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Z} [} _} h} } } } } } } } } } } E} F} P} Z} [} g} } } } } } } îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ^} _}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _} h} } } } } G} g} } } } }                                                                                                                         f                           kd#^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  } } } } } } } F} P} Z}                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Z} [}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [} } } } } } }                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  } } } } M} N} O} _} `} f} m} n} o} p} } } } } } } } } #} $} 0} L} п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } } 
} 4} b} } } } } N} O}                                                                                                                         f                           kd?^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O} `} n} o} p} } } } } }                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	} } #}                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  #} $}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $} M} N} O} Q} h}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  L} M} N} O} i} r} s} t} u} } } } } } } } } } } } } } %} } } ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 h} i}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i} r} t} u} } } } } } } }                                                                                     s                                                                                              kd[^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
} } } } } } %} } } } M} } } } |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
} M} `} } } } } } } Q} e} } } } } } } } } } '} (} )} ,} -} L} M} _} `} } } } } } õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !} R} } } } } } } }                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } -} M} `} s} } } } }                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  } }                                        kd#^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } } '} :} g} h} i} z} } } }                                                             f                                    [            [                     
  $If   gd_ K$  kdw^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
} '} g} h} i} y} z} }} } } } } } } } } } } } } } } } } } } } } } *} +} ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ } } } } } }                                     R            I                                                                     	  $If   gd_ Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd1^ $If   K$L$l 0                                     
t                              4   4 
l a   } } } +} >} Q} d} w} x} y} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+} v} w} z} } } } } } } } } F} L} M} U} W} l} m} |} ~} } } } ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J y} z}                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z} } } } } } } } F} M} V}                                                             f                                    [            [                     
  $If   gd_ K$  kdY^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
V} W} m} }} ~} } }                                     R                                                                                              Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   } } } } } }                                     R            I                                                                     	  $If   gd_ Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-^ $If   K$L$l 0                                     
t                              4   4 
l a   } } } } } } } } } } |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	} } } } } } } } } } } } } '} } } } } }  } } } } } } } } } } } ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ } }                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               } '} d} } } }  } } } } }                                                                                     Y                                          kdU^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
} } } } } } } %} ?} Y} i} } } } } } } }                                                                                                                                                                                                                      	  $If   gd_  S  kd^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ } } } } Y ~ Z ~ [ ~ \ ~ t ~ ~ ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~ ~ f~ ~ ~ ~ 	~ 
~ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  }  ~ % ~ ? ~ Y ~ Z ~ [ ~                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd^ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [ ~ \ ~  ~  ~  ~  ~  ~  ~  ~ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd3^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ~  ~                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ~  ~ f~ ~ ~ 	~ 
~ ~ e~ l~ u~                                                             f                                    [            [                     
  $If   gd_ K$  kdA^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  

~ ~ ~ 9~ A~ e~ k~ l~ t~ v~ ~ ~ ~ ~ 	~ ~ ~ ~ ~ ~ ~ &~ 0~ 1~ |~ }~ ~ ~ ~ ~ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 u~ v~ ~~ ~ ~ ~ ~ ~ ~ ~ 2~ :~ O~ d~ v~ ~ ~ ~                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd^ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd^ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~ ~ ~ 1~ D~ W~ j~ }~ ~~ ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~ ~                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ,~ s~ ~ Z~ [~ \~ ]~ n~ ~                                                                                                 f                                                   kd-^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ~ X~ [~ \~ ]~ m~ n~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ `~ a~ d~ m~ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ~ ~ ~ ~ (~ ;~ N~ a~ b~ c~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c~ d~                                        kd _ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d~ m~ ~ ?~ ~ ~ i	~ j	~ k	~ l	~ }	~                                                                                                 Y                              kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
m~ ~ ~ ~ ~ ~ i	~ j	~ k	~ l	~ |	~ }	~ 	~ 	~ 	~ 	~ 	~ 	~ 	~ 	~ 	~ 	~ 	~ j
~ k
~ n
~ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  }	~ 	~ 	~ 	~ 	~ 
~ 2
~ E
~ X
~ k
~ l
~ m
~             s                                                                                                                                                                 kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  m
~ n
~                                        kdi_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n
~ w
~ L~ s~ ~  ~ ~ ~ ~ ~ 
~                                                                                     Y                                          kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
n
~ w
~ K~  ~ ~ ~ ~ ~ ~ ~ 
~ 
~ 
~ 

~ 
~ 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 
~ 
~ 

~ 
~ 
~ 
~ 4
~ I
~ [
~ u
~ 
~ 
~ 
~ 
~ 
~ 
~ ~                                                                                                                                                                                                         	  $If   gd_  S  kdw_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~ ~ 1~ K~ [~ u~ ~ ~ ~                                                                                                                                                                                                                                                 	  $If   gd_  S  kd	_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~ ~ ~ ~ |            s            s                                                                                                                                                                                           	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~  ~ 3~ F~ Y~ l~ ~ ~ ~ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU_ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
~  ~ 2~ 3~ ~~ ~ ~ ~ D~ 4~ 5~ 6~ F~ G~ S~ X~ m~ ~ ~ +~ -~ 3~ 4~ <~ >~ 7~ 9~ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ D~ ~ ~ ~ ~ 4~ 5~ 6~ G~                                                                                                 f                                                        kdq	_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
G~ ~ -~ 4~ =~ >~ F~ [~ p~ ~ ~ ~ ~ ~ ~                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd+
_ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ~ ~ !~ ;~ C~ X~ m~ ~ ~ ~ ~ ~ ~ 
~ ~ 8~ 9~                                                                                                                                                                                                                            S  kd
_ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9~ :~ ;~ c~ d~ w~ ~ ~ ~ ~ ~ ~             s                                                                                                                                                                 kdO_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9~ :~ ;~ S~ ]~ ^~ _~ a~ b~ c~ d~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ I~ J~ 3~ H~ J~ K~ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ~ ~                                        kd	_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ K~ ~ ~ $~ ~ ~ J~ ~ J~ K~ R~ ~ ~ ~ '~ S~ ~ ~ ~ ~ ?~                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  K~ R~ W~ j~ n~ ~ ~ "~ &~ >~ ?~ @~ P~ Q~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ?~ @~ Q~ ~ ~ ~ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd]
_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ ~ ~ ~ ~ 3~ D~ ^~ x~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_ $If   K$L$l 0                     x                
t                                4   4 
l a   ~  ~ ~ '~ A~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                   	  $If   gd_  S  kd_ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~ ~ !~ "~ 5~ H~ [~ n~ ~ ~ ~ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd;_ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
~ ~ ~ ~  ~ !~ "~ 4~ 5~ ~ ~ ~ ~ K ~ w ~ D!~ !~ !~ "~  "~ "~ #~ x#~ #~ 0$~ E$~ F$~ G$~ N$~ $~ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ K ~ E!~ !~ #"~ 0"~ "~ #~ #~ G$~ N$~ $~ $~ $~ $~ %~ '%~ F%~ %~ %~                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  $~ $~ $~ $~ %~ %~ +%~ >%~ J%~ ]%~ e%~ ~%~ %~ %~ %~ %~ %~ %~ %~ %~ %~ %~ %~ 5(~ 7(~ 8(~ 9(~ Q(~ [(~ \(~ `(~ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  %~ %~ %~ %~ %~ %~ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdW_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %~ %~ %~ 	&~ &~ -&~ ?&~ V&~ m&~ &~ &~ &~ &~ &~ &~ &~ '~ '~                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_ $If   K$L$l 0                                     
t                                4   4 
l a   '~ '~ -'~ ?'~ Q'~ c'~ z'~ '~ '~ '~ '~ '~ '~ (~ (~ 6(~ 7(~                                                                                                                                                                                                                            S  kd_ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7(~ 8(~ 9(~ a(~ b(~ u(~ (~ (~ (~ (~ (~ (~             s                                                                                                                                                                 kd5_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  `(~ a(~ b(~ t(~ u(~ (~ (~ (~ (~ )~ *~ *~ *~ z+~ +~ +~ Y,~ u,~ -~ Y.~ .~ .~ v/~ 0~ 0~ G1~ 1~ 1~ [3~ 3~ 3~ 3~ 4~ ]4~ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !(~ (~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (~ (~ )~ *~ z+~ +~ v,~ ,~ ,~ -~ w-~ -~ -~ Y.~ /~ !0~ I1~ 1~ 1~ 1~ Z3~ [3~                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  [3~ 3~ 3~ 3~ 4~ Y4~ x4~ 4~ 4~ 4~ 4~ 4~                                                                                                             f                                       kdC_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ]4~ p4~ |4~ 4~ 4~ 4~ 4~ 4~ 4~ 4~ 4~ 4~ *5~ +5~ ,5~ O5~ P5~ Q5~ U5~ V5~ Z5~ c5~ 6~ 6~ 6~ 6~ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  4~ +5~ ,5~ P5~ Q5~ V5~ X5~ Y5~             s                                                                                                                                                                                     kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Y5~ Z5~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z5~ c5~ p5~ 5~ 5~ 5~ 5~ 5~ 6~ =6~ _6~ 6~ 6~                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  6~ 6~ 6~ 6~  7~ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6~ 6~ 6~ 6~  7~ 7~ 7~ 7~ 7~ 7~ 7~ 7~ =7~ #9~ 69~ e9~ x9~ 9~ 9~ 9~ 9~ :~ .:~ i:~ }:~ ?=~ K=~ O=~ v=~ =~ =~ >~ >~ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   7~ 7~ 7~ 7~ =7~ 8~ 8~ #9~ e9~ 9~ 9~ :~ j:~ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j:~ :~ :~ ;~ ;~ ;~ y<~ z<~ >=~ ?=~ v=~ =~ =~ >~ J>~ >~ >~  ?~ O?~ ?~ ?~ ?~ ?~ ?~ ?~ @~                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  >~ J>~ ]>~ >~ >~ >~ >~ >~ ?~ N?~ b?~ ?~ ?~ ?~ ?~ ?~ ?~ @~ @~ @~ $@~ %@~ )@~ *@~ +@~ =@~ >@~ P@~ Q@~ c@~ d@~ v@~ w@~ {@~ @~ @~ A~ A~ A~ B~ B~ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (@~ @~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @~ *@~ +@~ >@~ Q@~ d@~ w@~ y@~ z@~                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  z@~ {@~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {@~ @~ @~ @~ &A~ TA~ rA~ A~ A~ A~ A~ B~                                                                                                             f                                       kd'_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  B~ B~ B~ -B~ .B~ AB~ TB~ gB~ zB~ |B~ }B~             s                                                                                                                                                                      kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
B~ B~ B~ B~ 'B~ (B~ ,B~ -B~ .B~ @B~ AB~ SB~ TB~ yB~ zB~ ~B~ B~ B~ B~ KC~ LC~ MC~ ]C~ ^C~ _C~ `C~ xC~ C~ C~ C~ C~ C~ C~ C~ C~ C~ C~ C~ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %}B~ ~B~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~B~ B~ B~ B~ LC~ MC~ ^C~ _C~                                                 f                                                                                                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  _C~ `C~ C~ C~ C~ C~ C~ C~ C~ C~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C~ C~                                        kdc _ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C~ C~ C~ #D~ $D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ D~ 	E~ 
E~ /E~ 0E~ 4E~ =E~ `E~ aE~ E~ E~ pF~ qF~ rF~ F~ F~ F~ F~ F~ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %C~ C~  D~ $D~ D~ D~ D~ D~                                                 f                                                                                                                       kd!_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  D~ D~ D~ D~ D~ 
E~ E~ 0E~ 2E~ 3E~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq"_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3E~ 4E~                                        kd+#_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4E~ =E~ aE~ E~ qF~ rF~ F~ F~                                                 f                                                                                                                       kd$_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  F~ F~ F~ F~ CG~ DG~ kG~ lG~ G~ H~ H~ H~ I~ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd9%_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F~ F~ F~ BG~ CG~ DG~ kG~ xG~ |G~ G~ G~ H~ H~ H~ I~ I~ BI~ VI~ zI~ {I~ I~ I~ I~ I~ I~ I~ J~ J~ BJ~ CJ~ VJ~ J~ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  I~ CI~ {I~ I~ J~ CJ~ J~ J~ K~ sK~ tK~ uK~ K~ K~ K~ K~ K~                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  J~ J~ J~ J~ K~ 1K~ rK~ tK~ uK~ K~ K~ K~ K~ K~ K~ K~ K~ K~ K~ K~ K~ L~  L~ 2L~ 3L~ XL~ YL~ rL~ {L~ |L~ L~ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\K~ K~                                        kd%_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K~ K~ K~  L~ 3L~ FL~ YL~ [L~ qL~                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  qL~ rL~                                        kdG'_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               rL~ {L~ L~ M~ -M~ eM~ pM~ M~ M~ M~ M~ N~                                                                                                 f                                                   kd(_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  L~ L~ eM~ pM~ M~ M~ M~ M~ M~ M~ M~ M~ M~ M~ M~ N~ N~ N~ N~ #N~ $N~ +N~ -N~ BN~ CN~ RN~ TN~ UN~ VN~ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ N~ $N~ ,N~ -N~ CN~ SN~ TN~ UN~                                                             R            I                                   	  $If   gd_ Q  kd)_ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdU)_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ UN~ VN~ ~N~ N~ N~ N~ N~ N~ N~ N~ N~ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdo*_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
VN~ nN~ xN~ yN~ }N~ ~N~ N~ N~ N~ N~ N~ N~ N~ N~ N~ N~ N~ \O~ *P~ 4P~ 5P~ SP~ TP~ oP~ P~ P~ P~ P~ P~ P~ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N~ N~                                        kd)+_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N~ N~ ]O~ xO~ O~ O~ O~ O~ *P~ 5P~ TP~ pP~ P~ P~ P~ P~                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  P~ P~ P~ P~ P~ P~ P~ Q~ Q~ Q~ Q~ Q~ 'Q~ MQ~ NQ~ cQ~ dQ~ fQ~ gQ~ hQ~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  P~ P~ P~ Q~ Q~ Q~ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd},_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q~ Q~ NQ~ eQ~ fQ~ gQ~                                     R            I                                                                     	  $If   gd_ Q  kd-_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7-_ $If   K$L$l 0                                     
t                              4   4 
l a   gQ~ hQ~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ Q~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ._ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q~ Q~                                        kd/_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q~ Q~ YR~ R~ R~ R~ S~ S~ 2S~ ]S~ S~ S~ S~ S~                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Q~ Q~ Q~ Q~ XR~ S~ S~ S~ 1S~ 2S~ ES~ TS~ \S~ ]S~ dS~ jS~ S~ S~ S~ S~ S~ S~ S~ S~ S~ S~ S~ S~ S~ S~ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 S~ S~ S~ S~ |            s            s                                                                                                                                                                                           	  $If   gd_   kd_0_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S~ S~ S~ S~ T~ T~ T~ 
T~ T~  T~ !T~ 3T~ 4T~ YT~ ZT~ ^T~ gT~ hT~ wT~ T~ T~ U~ U~ U~ 6V~ @V~ AV~ _V~ `V~ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    S~ S~ 
T~ T~ !T~ 4T~ GT~ ZT~ \T~ ]T~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]T~ ^T~                                        kd1_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^T~ gT~ T~ U~ U~ U~ U~ U~ 6V~ AV~ `V~ V~ V~ V~                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
`V~ sV~ V~ V~ V~ V~ V~ V~ V~ V~ V~ V~ V~ V~ V~ W~ W~ W~ 
W~ W~ W~ W~ 7W~ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  V~ V~ V~ 
W~ |            s            s                                                                                                                                                                                           	  $If   gd_   kd'3_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
W~ W~ W~ W~ 7W~ 8W~ sW~ *X~ \X~ ]X~ X~ Y~ =Y~ >Y~ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd3_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
7W~ DW~ HW~ sW~ *X~ \X~ iX~ mX~ X~ Y~ >Y~ JY~ NY~ pY~ Y~ YZ~ Z~ Z~ Z~ Z~ Z~ K[~ {[~ [~ [~ [~ ]~ ]~ ]~ ]~ ]~ ^~ ^~ ^~ ^~ ^~ ^~ _~ N`~ v`~ w`~ `~ `~ `~ b~ 5b~ 6b~ ob~ b~ c~ [c~ c~ c~ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4>Y~ pY~ Y~ XZ~ YZ~ Z~ Z~ Z~ K[~ z[~ {[~ [~ ]~ ]~ ]~ ]~ ^~ ^~ ^~ _~ _~ _~ _~ `~ +`~ ;`~ N`~ v`~ w`~ `~                                                                                                                                                                                                                                                                                                                                                                   gd_  `~ b~ 6b~ ob~ b~ c~ [c~ c~ c~ .d~ ed~ d~ d~ d~ d~ d~ d~ 
e~ e~                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  c~ ed~ id~ d~ d~ d~ d~ d~ 
e~ e~ e~ e~ e~ ge~ he~ ie~ je~ e~ e~ >f~ kf~ f~ f~ f~ Ng~ yg~ zg~ g~ g~ g~ h~ 5h~ 6h~ ;h~ `h~ di~ j~ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $e~ e~ e~ e~ e~ e~ e~ e~ e~ M            H            H            H            H            H            H            H                   gd_   kd4_ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   e~ -e~ 4e~ 9e~ Ie~ Je~ Ye~ Ze~                                                 _            V            V                                                             	 $If   gd_    kd95_ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Ze~ [e~ ge~ he~                                                                                                                                                                                                                                                          	 $If   gd_  o  kd6_ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  he~ ie~ je~ ue~ ye~ e~ e~ e~                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd6_ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  e~ e~ e~ e~ e~ 2            )            )            )                      	 $If   gd_    kdH7_ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     e~ 8f~ 9f~ >f~ kf~ pf~ f~             [                                                                                                                                           kdu8_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  f~ f~ f~ f~ f~ Hg~ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd>9_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Hg~ Ig~ Ng~ zg~ ~g~ g~ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd:_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  g~ g~ g~ g~ g~ h~ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd:_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  h~ h~ h~ 6h~ ;h~ ah~ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd;_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ah~ bh~ ch~ mh~ h~ h~ h~ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdb<_ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  h~ h~ h~ h~ n            e            e                                                                                                                                                               	 $If   gd_    kd+=_ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           h~ h~ h~ h~                                                                                                                                                                                                                                                	 $If   gd_  t  kd >_ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  h~ h~ h~ h~  i~ i~ i~ i~ "i~                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd>_ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  "i~ #i~                                             kd:?_ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          #i~ .i~ 2i~ 9i~ @i~ Ai~ Bi~ Ci~                                                             A                                  kd@_ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Ci~ Di~ Ei~ Fi~ Gi~ Hi~ Ii~ Ji~                                                 A                                              kdrA_ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Ji~ Ki~ Li~ Mi~ Ni~ Oi~ di~                                     A            <            7                  gd_    gd_    kdQB_ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  di~ j~ j~ 1j~ 2j~ Kj~ \j~ ]j~ qj~ sj~                                                                                                                                                                                                                                                   E  kd0C_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	j~ j~ j~ j~ j~ 1j~ 2j~ \j~ ]j~ sj~ tj~ vj~ wj~ j~ j~ j~ j~ j~ j~ j~ j~ j~ j~ j~ j~ k~ k~ k~ k~ k~ 8k~ 9k~ :k~ Fk~ Gk~ Yk~ !l~ m~ m~ m~ m~ m~ m~ 춥x                          /jbH_ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *sj~ tj~ uj~ vj~ wj~ j~ j~                                     a                                                                                                                             E  kdC_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdC_ $$If   l 0 
" R                                                           4 
l a   j~ j~ j~ j~ j~ j~ j~                                     a                                                                                                                             E  kdD_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdMD_ $$If   l 0 
" R                                                           4 
l a   j~ j~ j~ j~ j~ j~ j~                                     a                                                                                                                             E  kdjE_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE_ $$If   l 0 
" R                                                           4 
l a   j~ j~ j~ j~ j~ k~ k~                                     a                                                                                                                             E  kd(F_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE_ $$If   l 0 
" R                                                           4 
l a   k~ k~ k~ k~ k~ k~ k~                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdF_ $$If   l 0 
" R                                                           4 
l a   k~ k~ (k~ )k~ 7k~ 8k~ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdF_ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   8k~ 9k~ :k~ Gk~ Yk~  l~ !l~ m~ m~ m~ m~ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdG_ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
m~ m~ m~ n~ n~ n~ n~ n~ n~  o~ o~ o~ +o~ ,o~ o~ o~ o~ o~ o~ o~ o~ o~ .p~ 0p~ Bp~ Cp~ gp~ ip~ yp~ zp~ p~ p~ p~ p~ p~ 8t~ 9t~ Et~ w~ w~ w~ w~ w~ w~ Ex~ Fx~ x~ x~ x~ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jH_ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0m~ o~ o~ ,o~ o~ o~ o~ o~ o~ /p~                                                                                                                                                                                                                                                       S  kd0I_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	/p~ 0p~ Cp~ hp~ ip~ zp~ p~                                     N                                                                                       S  kdTJ_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdI_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p~ p~ p~ p~ q~ q~ Tr~ Ur~ Bs~ Cs~ 8t~ 9t~ Et~ t~ #u~ u~ u~ cv~ v~                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdJ_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   v~ v~ w~ w~ Ex~ Fx~ x~ x~ x~ x~ z~ z~ .z~ L{~ n{~ {~ {~ |~ .|~ H|~ I|~ R}~ S}~ ~~ ~~ Q~ R~ ~                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  x~ x~ -y~ .y~ >y~ Fy~ z~ z~ .z~ K{~ L{~ n{~ 3}~ P}~ S}~ ~~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ +~ ,~ ]~ ^~ _~ {~ |~ ~ ~ ~ ~ ~ ˃~ ̃~ ׃~ ۵۵۵ۭۜۋzrgrrr       j\L_ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '~ ~ ~ ~ ~ ~ ,~ ^~                                     j                                                                                                                                           kdxK_ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ^~ _~ p~ ~ ~ ~ [~ \~ x~ ~ ~ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdK_ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
~ y~ >~ ?~ ~ ~ ~ ,~ -~ ф~ ҄~ *~ +~ ~ ~ P~ Q~ ~ ~ 9~ J~ ~ ~ ~ ~ z~ {~                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ׃~ ؃~ ك~ ݃~ ރ~ ~ ,~ -~ Є~ )~ ~ O~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ (~ 9~ J~ ˉ~ ԉ~ ݊~ ~ ~ z~ ~ ~ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j*M_ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjL_ h_ U !{~ ~ ~ ~ ~ ~ ~                                                 e                                                                                                                        F  kdN_ $$If   l   l '{6    4   4 
l a] p
        F  kdM_ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ~ ~ ~ <~ =~ @~ A~ G~ H~ i~ j~ ~ ~ ~ ~ ~ ~ ڎ~ ێ~ ~ ~ ~ ~ 1~ 2~ H~ I~ c~ d~ ~ ~ ~ ~ ~ m~ n~ z~ ۑ~ ~ )~ ]~ c~ f~ ~ ~ ד~ ~ $~ M~ ~ ~ ֔~ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3~ ~ ~ !~ /~ <~ =~                                                             5            v  kdN_ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdwN_ $$If   l   l '{6    4   4 
l a] p
         =~ >~ ?~ @~ A~ E~ F~ G~                                     t                                                                                                                                                             v  kdO_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  G~ H~ a~ c~ i~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:P_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i~ j~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdP_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQ_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;R_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ӎ~ Վ~ ڎ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ڎ~ ێ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdS_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<T_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ )~ +~ 1~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1~ 2~ @~ B~ H~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H~ I~ \~ ^~ c~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=V_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c~ d~ k~ p~ ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~ m~ n~ z~ ~ ܑ~ ~ *~ ^~ q~ ~                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdW_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ 9~ L~ ~ ~ ғ~ ~ $~ >~ N~ ~ ~ Ք~ ֔~ ה~ ؔ~ ~ ~ ~ ~ @~ O~ b~ c~ |~ ~ ~                                                                                                                                                                                                                                                                                                                                                                   gd_  ֔~ ؔ~ ~ ~ ~ ~ ~ 0~ O~ a~ ~ ~ Ζ~ і~ ~ /~ @~ t~ ~ ˗~ 4~ I~ {~ |~ ~ ~ ~ ~ ~ ՘~ ֘~ ~ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ~ Ζ~ ܖ~ ~ ~ ~ >~ ?~ @~ t~ ~ ~ ~ ̗~ ͗~ 3~ 4~ >~ I~ |~ ~ ~                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ~ ~                                     kd>X_ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~ ~ ՘~ ֘~ ~ ~ ~ .~ 0~ G~                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	~ ~ ~ ~ ~ ~ -~ .~ H~ Q~ ~ ~ ~ ~ ~ ~ ~ ~ ;~ <~ A~ J~ g~ i~ y~ z~ ~ ~ ~ ~ ~ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ G~ H~                                     kdY_ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               H~ Q~ s~ t~ ~ ~ ~ ə~ ʙ~ ߙ~ ~ ~ ~ ~                                                                                                                                     q                            kdZ_ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
~ ~ ~ ~ <~ =~ >~ ?~ @~             q            l                                                                                                                                                       gd_    kd[_ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  @~ A~                                     kdf\_ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               A~ J~ k~ l~ ~ ~ ~ ~ ~ ʚ~ ~ ~ #~ 8~ R~ S~ h~                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  h~ i~ z~ ~ z            q            q                                                                                                                                                                                       	  $If   gd_    kd]_ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ~ ~ ~ Û~ ě~ ś~ ƛ~ Ǜ~ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdz^_ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ~ ~ Û~ ț~ ћ~ Y~ [~ k~ l~ ~ ~ ~ ~ ~ ~ ɜ~ ~ #~ ?~ K~ j~ v~ ȝ~ ʝ~ ڝ~ ۝~ ~ ~ ~ ~ ~ h~ ~ ~ ޞ~ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Ǜ~ ț~                                     kd7__ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ț~ ћ~ ~ ~ ~ ~ (~ D~ E~ Z~ [~ l~ ~                                                                                                             q                                                         kd`_ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ~ ~ ~ ~ ~ ~ ~ ~ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdKa_ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ~ ~                                     kdb_ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ~ ɜ~ ~ ~ ȝ~ ɝ~ ʝ~ ۝~ ~                                                             q                                                                                                                             kd_c_ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ~ ~ ~ ~ ~ ~ ߞ~ ~ ~  ~ ~ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdd_ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ޞ~ ߞ~ ~ ~ =~ >~ H~ R~ S~ s~ t~ ~ ~ ~ ~ ~ ~ n~ p~ ~ ~ ҡ~ ~ ~ ~ ~ 5~ 6~ 7~ 8~ 9~ <~ E~ ~ ~ ~ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #~ >~ H~ R~                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  R~ S~                                        kdd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S~ t~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ ~                                        kd;f_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ɠ~ ʠ~ ٠~ *~ o~ p~ ~ ҡ~ ~                                                                                                 s                                                                        kdg_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~ ~ 7~ 8~ 9~ :~ ;~ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdIh_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;~ <~                                        kdi_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <~ E~ ~ ~ ~ Ӣ~                         s                                                                                                                                                                                   kdWj_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~ Ң~ Ӣ~ Ԣ~ բ~ ֢~ آ~ ~ ~ ~ ~ ~ ߦ~ ~ _~ ~~ ާ~ ~ b~ ~ ~ ~ ~ ~ ~ $~ >~ ]~ ǫ~ ~ V~ u~ ~ ~ p~ ~ n~ ~ ~ ~ }~ ~ ~ ~ N~ O~ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Ӣ~ Ԣ~ բ~ ֢~ ע~ آ~ ~ ~ ~ ~ ~ ~ ~ ~ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdk_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
~ ~ r~ ~ ~ ~ ~ ~ !~ V~ ~ ~ ~ ~ ~ ~ ߦ~ ~ ~                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ~ ~ 	~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*l_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ *~ /~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /~ 0~ :~ ?~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?~ @~ A~ _~ m~ }~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdGm_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }~ ~~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddn_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ާ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"o_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ 
~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ )~ .~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?p_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .~ /~ 9~ >~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >~ ?~ @~ b~ p~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\q_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ¨~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyr_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¨~ è~ Ĩ~ ~ ~ 
~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7s_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ &~ +~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +~ ,~ 7~ <~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <~ =~ G~ L~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTt_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L~ M~ N~ ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ĩ~ ɩ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqu_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɩ~ ʩ~ թ~ ک~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک~ ۩~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/v_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~ ~ #~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #~ $~ /~ 4~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4~ 5~ ?~ D~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLw_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D~ E~ P~ U~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U~ V~ `~ e~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
x_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e~ f~ g~ Ӫ~ ~ >~ L~ \~                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdix_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \~ ]~ h~ m~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m~ n~ x~ }~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'y_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }~ ~~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ǫ~ ի~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDz_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda{_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ "~ '~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '~ (~ )~ V~ d~ t~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t~ u~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~|_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<}_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY~_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ "~ '~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '~ (~ 3~ 8~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8~ 9~ C~ H~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H~ I~ J~ p~ ~~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ˭~ Э~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Э~ ѭ~ ҭ~ >~ ?~ n~ |~ ~                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͂_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ɮ~ ή~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ή~ Ϯ~ Ю~ ~ ~ 
~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ )~ .~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .~ /~ :~ ?~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?~ @~ J~ O~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O~ P~ Q~ }~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŅ_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ȯ~ ͯ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͯ~ ί~ د~ ݯ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݯ~ ޯ~ ߯~ ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ $~ )~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )~ *~ 4~ 9~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9~ :~ E~ J~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J~ K~ U~ Z~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z~ [~ \~ ~ ~ Ű~ ~ ~ ?~ @~ M~ N~ O~ r~ ~                                                                                                                                                                                        gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O~ `~ r~ ~ ~ ,~ =~ >~ ?~ T~ ~ ~ ~ ~ ~ β~ ϲ~ ~ ~ ~ ~ ~ ~ (~ ~ ~ 
~ ~ ~ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ~ ~ ,~ >~ ?~ I~ T~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	~ ~                                        kd{_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ϲ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ ~                                        kdϊ_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ (~ |~ }~ ~ ~ ~ K~ ~ ~ ~ Ǵ~ ״~ ش~ ~                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ~ ~ ~ _~ x~ ~ ~ ٵ~ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd#_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ 9~ :~ ;~ N~ O~ ^~ ص~ ٵ~ ڵ~ ~  ~ /~ 0~ 3~ <~ ~ ~ ̷~ ͷ~ ~ ~ ~ ~ ~ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j݌_ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ٵ~ ڵ~  ~ /~ 0~ 1~ 2~ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdb_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2~ 3~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3~ <~ ~ ~ Զ~ 3~ >~ Z~ s~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ~ ~ ͷ~ ~ |            s            s                                                                                                                                                                                           	  $If   gd_   kdp_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ ~ ?~ @~ t~ ~ ~ ~ ~ ~ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd*_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ?~ @~ s~ t~ ~ ~ ~ ~ ~ ~ H~ u~ ~ ~ ~ к~ Ѻ~ ۺ~ ~ ~ ~ ~ ;~ ^~ _~ b~ k~ !~ $~ ~ ~ ~ ½~ ҽ~ ӽ~ ~ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $~ ~ ~ Ѻ~ ۺ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ;~ M~ _~ `~ a~                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  a~ b~                                        kd8_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b~ k~ ~ ~ ~ ѻ~ 	~ 
~ ~ ~ ~ 7~ ]~ z~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ~ ½~ ӽ~ $~ z~ վ~ ~ V~ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~  ~ ~ ~ #~ D~ z~ ~ Ծ~ ~ ~ 4~ U~ V~ Y~ j~ ~ ~ ~ 8~ 9~ :~ K~ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jF_ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  V~ W~ X~ Y~ ~ ~ ~ ~ :~ L~ M~ W~ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd˔_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K~ M~ b~ ~ ~ ~ ~ ~ ~ ~ ~ 	~ 
~ 
~ ~ ~ ~ ~ ~  ~ ~ 	~ ~ ~ ~ f~ g~ i~ j~ |~ ~ ~ ~ ~ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !W~ b~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ 
~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ 
~                                        kdٖ_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
~ ~ w~ x~ ~ ~ ~ ~ 
~ ~ ~                                                                                                 Y                              kd-_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
~ g~ h~ i~ j~ ~ 0~ T~ ~ ~ !~ .~             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~ ~ ~ ~ ~ ~ ~ ~ 0~ T~ !~ .~ Z~ k~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ d~ ~ g~ n~ ~  ~ 0~ Q~ ~ ~ I~ J~ b~ c~ s~ t~ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j_ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j_ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -.~ Y~ Z~ k~ ~ ~ r~ s~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ c~ d~ s~ ~                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ~ ~ ~ ~ ~ ~             f                                                                                                                                                                      kd_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ~ ~ ~ ~ ~ o            f            f            f                                                                                                                                                	  $If   gd_    kdv_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~ ~ ~ ~ ~ o            f            f            f                                                                                                                                                	  $If   gd_    kd_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~ ~ ~ ~ ~ o            f            f            f                                                                                                                                                	  $If   gd_    kdR_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~ ~ ~ ~ ~ o            f            f            f                                                                                                                                                	  $If   gd_    kd_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~ ~ ~ ~ #~ o            f            f            f                                                                                                                                                	  $If   gd_    kd._ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at #~ $~ ,~ 3~ 8~ o            f            f            f                                                                                                                                                	  $If   gd_    kd_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8~ 9~ A~ H~ T~ o            f            f            f                                                                                                                                                	  $If   gd_    kd
_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T~ U~ V~ W~ ~ ~ P~ Q~ ~ ~ ~ ~ ~ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdx_ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t~ w~ x~ ~ 
~ ~ ~ >~ I~ @~ Q~ ~ ~ ~ ~ ~ ~ ~ ;~ ?~ @~ U~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %~ 
~ ~ ~ =~ >~ ~ ~ '~ ~ ~ ~ ~ C~ ~ ~ h~ ~ ~ =~ >~ _~ l~ y~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ~ ~ ~ ~ ~ ~ ~ ~ &~ =~ >~ I~ y~ z~ ~ ~ ~ ~ l~ m~ @~ Q~ ~ ~ ~ 6~ d~ ~ ~                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ~ ~ ~ [~ ~ ~ ~ ~ ~ ;~ ?~ @~ J~ U~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ~ ~                                        kda_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~  ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ J~ V~ }~ ~ ~ 
~ ~ N~ X~ }~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
~ ~ ~ !~ |            s            s                                                                                                                                                                                           	  $If   gd_   kd	_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~  ~ !~ "~ $~ 0~ 4~ P~ Q~ f~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 !~ "~ #~ $~ P~ Q~ [~ f~ ~ ~ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdá_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ~ ~                                        kd}_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~ ~                                        kdѣ_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ O~ [~ ~ ~ ~ ~ ~  ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   ~ ~ ~ "~ #~ )~ 0~ 1~ 2~ 3~ H~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ |~ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ~ ~ #~ 1~ |            s            s                                                                                                                                                                                           	  $If   gd_   kd%_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1~ 2~ 3~ =~ H~ {~ ~ ~ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdߥ_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ 3~ ?~ f~ ~ ~ ~ {~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  |~ ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ ~ $~ (~ C~ D~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ~ ~ ~ ~ |            s            s                                                                                                                                                                                           	  $If   gd_   kdA_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ D~ N~ Y~ ~ ~ ~ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ~ ~ ~ ~ y~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ &~ '~ 1~ P~ Q~ R~ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ~ ~                                        kd	_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ E~ Q~ x~ ~ ~ ~ =~ y~ z~ {~                                                                                                                         f                           kd]_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  {~ ~ ~ ~ ~ ~ ~ ~ ~ ~                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~ ~                                        kdѮ_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ '~ Q~ R~ S~ U~ V~                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  R~ S~ W~ `~ ~ ~ ~ ~ ~ ~ ~ ~ 
~ ~ H~ b~ d~ e~ z~ ~ ~ ~ ~ ~ ~ ~ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  V~ W~                                        kd%_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W~ `~ ~ ~ ~  ~  ~ O~ l~ ~ ~ ~                                                                                                                         f                           kdy_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ~ ~ ~ 
~ ~ H~ e~ o~ z~ ~                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd3_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ~ ~                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ ~ ~ ~ ~ ~       I J K [ \            ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ~ ~                                        kdA_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~     $  c    J K \                                                                                      s                                                                                              kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
       t u   " Z  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdO_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   ! 5 Y m     E F [                6 7 Q Z f õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  E F P [                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd	_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    $ 7 9 P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  P Q                                        kd]_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Z       E L T                                                             f                                    [            [                     
  $If   gd_ K$  kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
f        0 9 C E K L S U j k z | } ~          ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ T U k { | }                                     R            I                                                                     	  $If   gd_ Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk_ $If   K$L$l 0                                     
t                              4   4 
l a   } ~         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	    ! D            
	 	 	 	 "	 #	 $	 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd?_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! D r                                                                    f                                    [            [                     
  $If   gd_ K$  kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
  	 	 	 	 	                                     R                                                                                              Q  kdھ_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdM_ $If   K$L$l 0                                     
t                              4   4 
l a   	 	  	 !	 "	 #	                                     R            I                                                                     	  $If   gd_ Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg_ $If   K$L$l 0                                     
t                              4   4 
l a   #	 $	 L	 m	 n	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$	 <	 F	 G	 H	 J	 K	 L	 m	 n	 	 	 	 	 
 
 j          ' > n t ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	 	                                        kd;_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 
 
 
      n                                                                                     Y                                          kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
n u ~        
 !
 ;
 C
 X
 m
 
 
                                                                                                                                                                                                                      	  $If   gd_  S  kdI_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ t u }  
 
 
 
       ! " A B            ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  
 
 
 
 
 
 
                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
 
 " B g z    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdm_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd'_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  2      
                                                              f                                    [            [                     
  $If   gd_ K$  kd{_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
      	 
                    '  [ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5    1 F X r         . H X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd5_ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   X r                                                                                                                                                                                                                                                                        	  $If   gd_  S  kd_ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '    Z      _                                                                                                 f                                                   kdg_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  [       ^ _ ` x             þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ _ `          |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     i   	 
                                                                                                  Y                              kd/_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
      i   	 
   m n o          	  νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   n o       	 
              s                                                                                                                                                                 kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   U  = > ? P                                                                                      Y                                          kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
    ; = > ? O P       , . / 0 @ A           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5           - = W q y                                                                                                                                                                                                           	  $If   gd_  S  kd_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        - . /                                                                                                                                                                                                                                                 	  $If   gd_  S  kdC_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / 0 A  |            s            s                                                                                                                                                                                           	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              
    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
        )           O                " " ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                            kdW_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 )  B ~  %                                                                                                     f                                                        kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 O              ! #! 5! O! i! z! !                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kde_ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ! ! ! ! ! ! "  " 2" L" f" w" " " " " "                                                                                                                                                                                                                            S  kd_ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " " " # # # (# ;# N# a# b# c#             s                                                                                                                                                                 kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " " " " " " "  # # # # # `# a# d# m# 1$ `$ a$ $ $ ;% <% !& 6& & & ' ' ' ' Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ c# d#                                        kdC_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d# m# 1$ $ $ <% o% % 8& & & ' ' ' ' /( ~( ( ( ( %) Q) }) ) )                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ' ' ( ) ) $) ) ) ) ) ) ) ) ) 3* 9* :* B* D* , , , , ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ) ) ) 3* :* C* |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C* D* L* a* v* * * * * * * + '+ A+ R+ l+ t+ +                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdQ_ $If   K$L$l 0                     x                
t                                4   4 
l a   + + + + + + 
, $, >, O, i, z, , , ,                                                                                                                                                                                                                   	  $If   gd_  S  kd_ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , , , , , - -  - !- |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdu_ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
, , , , , , , , , - - "- +- - . . 3/ H/ / / 0 0 1 +1 1 1 1 1 1 02 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ !- "-                                        kd=_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "- +- - . K/ / / ;0 0 .1 1 1 ,2 K2 j2 2 2 2 2 %3 &3                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  02 C2 O2 b2 2 2 2 2 2 2 3 3 $3 %3 &3 '3 73 83 |3 3 3 3 3 5 5 5 5 5 5 5 5 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  &3 '3 83 |3 3 3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 3 3 3 3 3 4 "4 34 J4 a4 r4 4 4 4 4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdK_ $If   K$L$l 0                                     
t                                4   4 
l a   4 4 4 4 4 5 5 /5 F5 W5 n5 5 5 5 5 5 5                                                                                                                                                                                                                            S  kd_ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5 5 5 5  6 6 &6 96 L6 _6 a6 b6             s                                                                                                                                                                 kdo_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5 5  6 6 6 ^6 _6 c6 l6 ~7 7 F8 x8 9 y9 9 9 : g; ; N< c< = = A> > <? Q? @ }A A A A A 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !b6 c6                                        kd)_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c6 l6 ~7 F8 9 9 : N: : : ; 3; e; ; < = > T? U? \? @ @                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  @ 9A yA A A A B 5B TB sB tB B                                                                                                             f                                       kd}_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  A B B -B 9B LB XB kB rB tB B B B B B B B B B B B C D 3D 4D 5D ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  B B B B B B B B             s                                                                                                                                                                                     kd7_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B C C 0C RC tC C C C C C D 4D                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  4D 5D FD yD D |            s            s            s                                                                                                                                                                          	  $If   gd_   kdE_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5D ED FD D D D D D D D D D D F F G G 9G MG qG G G G H H J J J K oK rK K K ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  D D D D D F F F G :G rG G H |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H ]H ^H H WI XI J J J J K qK rK K K L WL L L BM CM MM XM M M M                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  K K K L 2L VL jL L L L  M BM CM XM M M M M M M M M M M M M M M M N N N N N "N jN O O O O O õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (M M                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M M N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  N N                                        kd
_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N "N jN N N N O *O aO O O O                                                                                                             f                                       kda_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  O O O O O O O P P P P             s                                                                                                                                                                      kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
O O O O O O O O O O O O O P P P %P fP gP P P P P P P P Q  Q !Q %Q &Q 'Q 9Q :Q LQ MQ rQ sQ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %P P                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P %P CP gP P P P P                                                 f                                                                                                                       kd)_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  P P &Q 'Q :Q MQ `Q sQ uQ vQ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	vQ wQ                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sQ wQ Q Q Q DR ER FR VR WR XR YR qR {R |R R R R R R R R R R R R R R S S T T T  T !T "T #T 0T 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %wQ Q Q Q ER FR WR XR                                                 f                                                                                                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  XR YR R R R R R R R R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                        kde_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R S T T !T "T                                                 f                                                                                                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  "T #T $T UT T T 	U 
U ;U 3V 4V hV V |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kds_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0T 4T UT T T T 	U U U ;U U 4V hV {V V V V V W W ,W >W ?W ]W ^W qW W W W W W %X ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  V V W ^W W W &X mX X Y Y Y Y (Y [Y eY oY                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  %X 9X lX X X X Y Y Y (Y ZY [Y eY oY pY Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z )Z շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\oY pY                                        kd-_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               pY Y Y Y Y Y Y Y Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Z Z                                        kd_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z Z Z Z Z [ [ :[ |[ }[ [ [                                                                                                 f                                                   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  )Z Z [ [ ![ 1[ :[ A[ G[ {[ |[ }[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [ [ [ [ [ [ [ [                                                             R            I                                   	  $If   gd_ Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ [ [ \ \ 0\ C\ V\ i\ k\ l\ \ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ \ \ \ \ \ \ /\ 0\ B\ C\ h\ i\ \ \ \ \ \ ] ] ] ] ] 
^ =^ F^ M^ S^ d^ e^ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ \ \                                        kdc_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ \ ] G] d] }] ] ] ] ] ^  ^ F^ e^ f^                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  e^ f^ g^ w^ x^ {^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ (_ )_ -_ ._ /_ A_ B_ T_ U_ z_ {_ _ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  f^ g^ x^ ^ ^ ^ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ _ _ _                                     R            I                                                                     	  $If   gd_ Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdq_ $If   K$L$l 0                                     
t                              4   4 
l a   _ _ ._ /_ B_ U_ h_ {_ }_ ~_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~_ _                                        kdE_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _ _ ` Y` k` ` ` ` ` =a Aa Ba Ca                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
_ _ _ _ _ ` ` ` ` ` ` ` ` ` a a <a =a @a Aa Ba Ca Da Ta Ua Xa ma va a a زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Ca Da Ua a |            s            s                                                                                                                                                                                           	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a a a a a a a a a a a a a a b b b sb tb "c &c hc c c c c c ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    a a a a a a a a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kd
_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a b tb b #c Vc c c c c c )d kd ld                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
c d  d (d )d 0d 6d jd kd ld md }d ~d d d d d d d d d d d 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ld md ~d d |            s            s                                                                                                                                                                                           	  $If   gd_   kda_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d d d e e e e 4f f f f |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d d d e e e f f 4f f f f f g g g Lh Mh Yh ]h h h i %i )i Qi #k Qk ]k ak k ?l @l zl {l l l l m n n +n /n [n o o o 
p cp p p 5q q ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4f g g g g Lh Mh h h i i Qi #k Pk Qk k @l zl {l l bm cm m m m m m n n [n                                                                                                                                                                                                                                                                                                                                                                   gd_  [n o o 
p cp p p 5q q q r er fr qr }r r r r r                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  q r r dr er qr r r r r r r r s s s s Ds {s s 	t Yt t t t u u <u su tu u u u u u w w Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $r r r r r r r r r M            H            H            H            H            H            H            H                   gd_   kd_ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   r r r r r r r r                                                 _            V            V                                                             	 $If   gd_    kds ` $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  r r s s                                                                                                                                                                                                                                                          	 $If   gd_  o  kdH` $$If   l       0   T# T                 .                
t  0                                                              4 
l al  s s s s s *s 2s >s                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd` $$If   l       0   T# T                 .                
t  0                                                              4 
l al  >s ?s Ds {s s 2            )            )            )                      	 $If   gd_    kd` $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     s s s s 	t t St             [                                                                                                                                           kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  St Tt Yt t t t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdx` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t t t u u 6u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdA` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6u 7u <u tu yu u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u u u u u u d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  u  v v v Zv _v kv d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  kv lv ov yv n            e            e                                                                                                                                                               	 $If   gd_    kde` $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           yv zv }v v                                                                                                                                                                                                                                                	 $If   gd_  t  kd:	` $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  v v v v v v v v v                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd	` $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  v v                                             kdt
` $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          v v v v v v v v                                                             A                                  kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  v v v v v v v v                                                 A                                              kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v v v v v v w                                     A            <            7                  gd_    gd_    kd
` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  w w w w w w w w x x                                                                                                                                                                                                                                                   E  kdj` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	w w w w w w w w w x x x x #x $x 1x 2x Qx Rx Tx Ux x x x x x x x x x x x x x x x y d{ e{ p{ q{ { { 춥x                          /j` hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *x x x x x x #x                                     a                                                                                                                             E  kd(` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   #x $x -x 1x 2x Ex Qx                                     a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   Qx Rx Sx Tx Ux gx x                                     a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE` $$If   l 0 
" R                                                           4 
l a   x x x x x x x                                     a                                                                                                                             E  kdb` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   x x x x x x x                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   x x x x x x l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd ` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   x x x x x y y z z { { l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
{ { { || }| | | | | | | | | | "} #} /} 0} w} y} } } } } } } ~ ~ ~ ~ W~ Y~ Z~ f~ g~ ց ׁ  % ( = ]     @ A S ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j` hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0{ | | | #} 0} x} y} } }                                                                                                                                                                                                                                                       S  kdj` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	} } } ~ ~ ~ X~                                     N                                                                                       S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X~ Y~ Z~ g~ ~ 6     ց ׁ  f  2   h                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd ` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   h i (    " @ A T   ̇   u   ̉         ;                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  S T ˆ ̆ ܆    ̇    ъ      ; Q U b c   ɍ ʍ      % & ' + , i j u ۵۵۵ۭۜۋzrgrrr       j` h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '; G V b c  ʍ                                      j                                                                                                                                           kd` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     W \       s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd$` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
  ܐ ݐ . ~  ʑ ˑ o p ȓ ɓ 7 8     ז   R                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  u v w { |  ʑ ˑ n Ǔ              Ɩ ז  i r {      ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jd` hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj` h_ U !                                                       e                                                                                                                        F  kd>` $$If   l   l '{6    4   4 
l a] p
        F  kd` $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_     ڛ ۛ ޛ ߛ     ( ) ? @ [ \ x y     Ϝ М     ) * + , -    y  ǟ      u  ¡   > t ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    ͛ ڛ ۛ                                                             5            v  kd$` $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd` $$If   l   l '{6    4   4 
l a] p
         ۛ ܛ ݛ ޛ ߛ                                        t                                                                                                                                                             v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ! # (                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ) 7 9 ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? @ S U [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ \ q s x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd ` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x y                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ǜ ɜ Ϝ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd! ` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ϝ М ޜ                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd ` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw!` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	  )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd""` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) * + , -    ` z  ȟ   C                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd"` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C W   נ   < p  ¡ ܡ    ? s t u v     ޣ      M N                                                                                                                                                                                                                                                                                                                                                                   gd_  t v      Σ   4 L l o  ͤ ޤ  > i ҥ    $ . / U V s t  пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  N l z    ܤ ݤ ޤ  ( > T j k ѥ ҥ ܥ   $ .                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  . /                                     kdx#` $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               / V s t    ̦ Φ                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	      ˦ ̦   ~        ٧ ڧ ߧ      7 8 9 : _ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd$` $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   & ' K g h } ~                                                                                                                                        q                            kd&&` $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    ڧ ۧ ܧ ݧ ާ             q            l                                                                                                                                                       gd_    kd&` $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ާ ߧ                                     kd'` $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ߧ  	 
   9 U V h    ֨                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     8 z            q            q                                                                                                                                                                                       	  $If   gd_    kd(` $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       8 9 : a b c d e z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd)` $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       _ ` a f o   	 
 ) * , X Y ^ g   ݪ    f h x y       H I | ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "e f                                     kdq*` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               f o     Ʃ     
 *                                                                                                             q                                                         kd+` $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  * + , Y Z [ \ ] z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd,` $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ] ^                                     kdB-` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^ g   f g h y                                                              q                                                                                                                             kd.` $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       I }     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdV/` $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
| }   ۬ ܬ      ? T U   (     p     ӯ ԯ կ ֯ ׯ گ  ? O P ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # ܬ                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_                                           kd!0` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? U W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdu1` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * + g h w Ȯ 
   p                                                                                                  s                                                                        kd2` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    կ ֯ ׯ د ٯ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ٯ گ                                        kd=4` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               گ  > ? P q                         s                                                                                                                                                                                   kd5` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P p q r s t v   % & = }    |       ( G  · ܸ  e       -  +    :     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -q r s t u v  C D      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdK6` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   ' ? V     : ; % & = R }                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd7` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ȴ ʹ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʹ δ ش ݴ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"8` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݴ ޴ ߴ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?9` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _ |                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\:` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǵ ̵             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy;` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̵ ͵ ׵ ܵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܵ ݵ ޵                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7<` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT=` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a b                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq>` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ķ ɶ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɶ ʶ ն ڶ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/?` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڶ ۶               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ( 6 F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL@` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
A` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiA` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    · ͷ ҷ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'B` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҷ ӷ ݷ              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDC` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      q  ܸ                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdC` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaD` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > e s                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~E` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<F` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ź             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ź ƹ ǹ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdYG` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvH` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U V                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4I` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ź             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ź ƺ Ѻ ֺ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQJ` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֺ ׺               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnK` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,L` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p ܻ ݻ   *                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdL` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIM` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L W \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] g l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfN` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m n                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$O` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ǽ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ͼ ؼ ݼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݼ ޼               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAP` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^Q` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{R` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ½ ǽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǽ Ƚ ҽ ׽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9S` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׽ ؽ               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       > c   ݾ ޾                                                                                                                                                                                             gd_  z  kdVT` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      +  ʿ ۿ ܿ ݿ  $ % / 9 : l m ~            Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    ʿ ܿ ݿ   % / 9                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	9 :                                        kdT` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd	V` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ; <    D T e u v                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_       / H w |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd]W` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               v w x       X Z j k ! " % 6 N ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jX` h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  w x      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdX` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdVY` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 " # r     + @ X Y                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Y Z k " |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " # $ % N    $ 6 7 & ' |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdd[` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N     5 6 7 U     % ' < n o y          	   : ; ^ ` p q  ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $' 1 < o y                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd\` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                            kdr]` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 N O ^ o   &      : ; _                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  _ ` q   s   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd^` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 = r         E      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j_` h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ              |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd`` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           2 3 = G H m n       - j             , - 8 l ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !   3 = G                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  G H                                        kd`` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdb` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   6 7                                                                                                      Y                              kdgc` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     8   ' (               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd!d` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  l m x y          	 E W % 8 n p   & ' ) *   {   6       Y         ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j i` hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jd` hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -   	 O P   D E W   $ % :  ' *   {     #                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  # 6 7 < D I             f                                                                                                                                                                      kdBe` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  I J O W c o            f            f            f                                                                                                                                                	  $If   gd_    kde` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at c d i p u o            f            f            f                                                                                                                                                	  $If   gd_    kdf` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at u v {   o            f            f            f                                                                                                                                                	  $If   gd_    kdf` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdf` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdhg` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdg` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdDh` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           B C  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdh` $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            h           % & 0 : ; G h i      u  w    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  $ %   r s       k l       
  $ 1 B                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  B S d u             7 8 
    $ t u   / _                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  _ `   h i         & 0 :                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  : ;                                        kdi` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdj` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    B        u  v                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd_ 	  $If   gd_  
v  w      |            s            s                                                                                                                                                                                           	  $If   gd_   kdCl` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                            6 7 A K L X y z      6  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5                7 A |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdl` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  K L                                        kdm` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdo` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     K   5                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_               # - . : [ \       ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd_p` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             # - |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - .                                        kdq` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . \                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd's` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    / o                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd_ 	  $If   gd_                   ) * 4 > ? K l m   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd{t` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              * 4 > |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5u` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> ?                                        kdu` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? m                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      	 	 )	 *	 0	 7	 8	 9	 :	 O	 	 	 	 	 	 	 	 	 	 	 	 	 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdCw` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    D    	 	 	                                                                                                                         f                           kdx` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  	 *	 8	 9	 :	 D	 O	 	 	 	                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdQy` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  		 	                                        kdz` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	 	 	 	                 J K U _ ` l  п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  	 	                                        kd_{` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 =
 I
 p
 
 
 
 
 A                                                                                                                           f                           kd|` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_         
  K                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdm}` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	K U _                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  _ `                                        kd'~` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_        
 
 
      , - . / 0 1 = A a G Z ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd{` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 
 
  7    ,                                                                                     s                                                                                              kdπ` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
, - . / 0 1 a   G    ? |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Z       > R      + , 6 @ A Y c d e h i          õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !?      , 6 @                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @ A                                        kdC` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A i                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                           kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 c v                                                                    f                                    [            [                     
  $If   gd_ K$  kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 c                	     4 > ? @ B C D f g ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   	                                        R            I                                                                     	  $If   gd_ Q  kd2` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a     D g z      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g      = > ? @ P Q             ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdy` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   > ? @ Q                                                                f                                    [            [                     
  $If   gd_ K$  kd͈` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd.` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a        1 D W X Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          V W Z c T U  ! ; < = > N O P      ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Y Z                                        kdu` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c  B U ; < = > O                                                                                      Y                                          kdɍ` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
    % : O a {         7                                                                                                                                                                                                                      	  $If   gd_  S  kd` $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$                  * + . 7 C  , C D E F ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  7 Q a {                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kd` $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        + , - |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - .                                        kda` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . 7   D E F W                                                                f                                    [            [                     
  $If   gd_ K$  kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
F V W u }      ) + , - E O P Q S T U b l m     K    ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5        * : T n v                                                                                                                                                                                                                             
  $If   gd_ K$	  $If   gd_  S  kdo` $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     * + ,                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd` $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , - U m       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdM` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 K  h      ! ! ! ! ! !                                                                                                 f                                                   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_    ! ! ! ! ! ! ! ! ! "  " !" "" $" %" &" >" ?" " " " " þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ! ! &" ?" d" w" " " " " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" "                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " S# {# # $ $ $ $ $ $                                                                                                 Y                              kdi` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
" R# T# # # $ $ $ $ $ $ $ % % 
% %% /% 0% 1% 3% 4% 5% 6% % % % νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  $ % 
% 5% 6% [% n% % % % % %             s                                                                                                                                                                 kd#` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % %                                        kdݙ` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % & & & <' ' ' ' ' A(                                                                                     Y                                          kd1` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
% % & <' ' ' ' ' ' ' A( B( H( I( Q( S( ) ) ) ) ) ) 1* 2* 3* K* U* V* W* Y* Z* [* ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 A( B( I( R( S( [( p( ( ( ( ( ( ( ) ) ,) A)                                                                                                                                                                                                         	  $If   gd_  S  kd` $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  A) S) m) ) ) ) ) ) )                                                                                                                                                                                                                                                 	  $If   gd_  S  kd}` $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ) ) 2* |            s            s                                                                                                                                                                                           	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2* 3* [* \* o* * * * * * * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdɝ` $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
[* \* n* o* * * * * + p- q- r- - - - - - - 3. g. i. o. p. x. z. s0 u0 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  * *                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * + + , 0, , p- q- r- -                                                                                                 f                                                        kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
- - i. p. y. z. . . . . . . / / 2/                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd` $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  2/ L/ ]/ w/ / / / / / / 0 0 /0 I0 Z0 t0 u0                                                                                                                                                                                                                            S  kd1` $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  u0 v0 w0 0 0 0 0 0 0 0  1 1             s                                                                                                                                                                 kdá` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  u0 v0 w0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 %2 &2 2 2 3 3 4 4 o5 5 5 5 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 1 1                                        kd}` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 1 &2 2 2 
3 `3 3 +4 4 05 5 5 5 5 6 36 c6 6 6 6 7 G7 {7                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  5 5 6 6 6 6 K7 ^7 b7 z7 {7 |7 7 7 7 7 7 7 7 1: 3: 4: 5: ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   {7 |7 7 7 7 7 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdѣ` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 8 )8 ;8 U8 o8 8 8 8 8 8 8 
9 9 '9                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd` $If   K$L$l 0                     x                
t                                4   4 
l a   '9 <9 Q9 c9 }9 9 9 9 9 9 : : 2: 3: 4:                                                                                                                                                                                                                   	  $If   gd_  S  kd` $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4: 5: ]: ^: q: : : : : : : |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd` $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
5: M: W: X: \: ]: ^: p: q: : : : : ; ; < < < G= \= 8> M> > > l? ? ? ? ? ? ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ : :                                        kdw` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ; < < _= l= = P> > ? ? ? ? @ -@ D@ c@ @ @ @                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ? ? ?  @ H@ [@ g@ z@ @ @ @ @ @ @ @ @ @ @ A  A !A )A +A qC sC tC uC C C C C ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  @ @ @ A !A *A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd˧` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *A +A 3A EA WA iA {A A A A A A A B &B 7B NB OB                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd` $If   K$L$l 0                                     
t                                4   4 
l a   OB WB iB {B B B B B B B C #C 4C JC [C rC sC                                                                                                                                                                                                                            S  kd` $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  sC tC uC C C C C C C C C  D             s                                                                                                                                                                 kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C C C C C C D 
D E NE E F F G 3G G G I I I J J [K K L L L N O .O :O MO O 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 ! D D                                        kdc` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D 
D E E F 4G G G 7H VH H H I I >J ]K L L L L N N                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  N N O 6O UO O O O O P P #P                                                                                                             f                                       kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  O O O O O O O 	P P P "P #P fP gP hP P P P P P P P Q Q Q Q ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  #P gP hP P P P P P             s                                                                                                                                                                                     kdq` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P P                                        kd+` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P P Q 4Q 5Q WQ yQ Q Q Q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Q Q Q R <R |            s            s            s                                                                                                                                                                          	  $If   gd_   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q ;R <R =R >R ?R KR OR SR ZR yR _T rT T T T T U #U VU jU U U {X X X X 
Y Y DY WY ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  <R =R >R ?R yR )T +T _T T T U WU U |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd9` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U NV V V W W zX {X X Y Y DY Y Y Y <Z Z Z Z Z Z )[ 3[ =[                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  WY Y Y Y Y Y Z ;Z OZ Z Z Z Z Z ([ )[ 3[ =[ >[ V[ `[ a[ e[ f[ g[ y[ z[ [ [ [ [ [ [ [ [ \ ,] -] .] >] ?] õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (=[ >[                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >[ f[ g[ z[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  [ [                                        kdG` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ +\ b\ \ \ \ \ -] .] ?]                                                                                                             f                                       kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ?] @] A] i] j] }] ] ] ] ] ]             s                                                                                                                                                                      kdU` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
?] @] A] Y] c] d] h] i] j] |] }] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %] ]                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ^ ^ ^ ^ ^                                                 f                                                                                                                       kdc` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ^ ^ ^ ^ ^ ^ ^ _ _ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ _                                        kd׶` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ __ `_ _ _ _ _ _ _ _ ` ` ` ` `  ` 2` 3` E` F` k` l` p` y` ` ` a  a a a a a a a a a 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %_ _ <_ `_ _ _ _ _                                                 f                                                                                                                       kd+` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  _ _ `  ` 3` F` Y` l` n` o` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o` p`                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p` y` `  a a a a a                                                 f                                                                                                                       kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  a a a a b b b b b c c d Hd |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a ~b b b b b b b 3c c d d Hd [d ~d d d d d d d d d e =e Pe ~e e e e ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Hd d d d =e e e f Zf f f f f f f g 
g                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  e e 
f f Yf mf f f f f f f g 
g g &g 0g 1g 5g 6g 7g ?g \g ng og g g g g g g շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\
g g                                        kdg` $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g 6g 7g \g og g g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  g g                                        kd` $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g g &h Wh ih h h h i i ,i Yi                                                                                                 f                                                   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  g &h h h h h h h h i i i +i ,i /i Di Mi Wi Yi _i `i gi ii ~i i i i i i ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Yi `i hi ii i i i i                                                             R            I                                   	  $If   gd_ Q  kdV` $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdɿ` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ i i i i i i i j 	j 
j  j |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i i i i i i i i i i i j j !j *j +j :j j fk pk qk k k k k k k k l l ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  j !j                                        kd` $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               !j *j j j j k k .k fk qk k k k k l l                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  l l l l l l l Jl Pl Ql Xl Zl cl l l l l l l l l l l l l l l l l l m m m пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  l l l Jl Ql Yl |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Yl Zl l l l l                                     R            I                                                                     	  $If   gd_ Q  kd8` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a   l l l l l l m m m m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m m                                        kd` $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               m &m m m m 	n Dn On nn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
m &m 'm 6m m Dn Nn On mn nn n n n n n n n n n n n n n n n n o o o o زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 n n n  o |            s            s                                                                                                                                                                                           	  $If   gd_   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o  o !o 9o Co Do Ho Io Jo \o ]o oo po o o o o o o p p p p q rq |q }q q q ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph     o !o Io Jo ]o po o o o o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o o                                        kdG` $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o o p Op p p %q 7q rq }q q q 	r 
r                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
q q q q q q q r 	r 
r r r r r 4r =r Gr Hr Ir Jr Kr Lr sr 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  
r r r Ir |            s            s                                                                                                                                                                                           	  $If   gd_   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ir Jr Kr Lr sr tr r fs s s s >t yt zt |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdU` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
sr r r r fs s s s s >t zt t t t )u u u u u u $v v v v v v x x x x ,y y y z z %z )z Lz { { { { { { C} q} r} } ~ >~ ~ ~ + ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4zt t )u u u u u $v v v v v x x x ,y y z z Lz  { { 6{ K{ g{ w{ { { { {                                                                                                                                                                                                                                                                                                                                                                   gd_  { C} r} } ~ >~ ~ ~ + j      * 6 I M                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  +      % ) I L M T U        z   - .    ڂ   D q r w   R Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $M N O P Q R S T U M            H            H            H            H            H            H            H                   gd_   kd` $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   U i p u                                                     _            V            V                                                             	 $If   gd_    kd` $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd` $$If   l       0   T# T                 .                
t  0                                                              4 
l al       Ȁ Ѐ ܀                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd` $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ܀ ݀     2            )            )            )                      	 $If   gd_    kd` $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      t u z                [                                                                                                                                           kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     . 2  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       Ԃ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ԃ Ղ ڂ   > d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdD` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  > ? D r w  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        	 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd` $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	 
 
  n            e            e                                                                                                                                                               	 $If   gd_    kd` $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p              $                                                                                                                                                                                                                                                	 $If   gd_  t  kdt` $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  $ % & 7 < D K R ^                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd` $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ^ _                                             kd` $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          _ j n u | } ~                                                              A                                  kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd` $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   S T m n                                                                                                                                                                                                                                                        E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	R S T Z [ m n         υ Ѕ        8 9 P Q R V W t u v    ]        춥x                          /j` hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kdb` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a     ˅ υ Ѕ ㅀ                                      a                                                                                                                             E  kd ` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a      + 8 9 C P                                     a                                                                                                                             E  kd` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=` $$If   l 0 
" R                                                           4 
l a   P Q R S T U V                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd` $$If   l 0 
" R                                                           4 
l a   V W d e s t l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdZ` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   t u v   \ ] O P ' ( l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
  $ %   & ' 7 8 < = ? g h   ͊ Ί   " # j l ~           t u  Ò ƒ ے    )   ޓ ߓ  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j=` hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0( ? H h  Ί   # k                                                                                                                                                                                                                                                       S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	k l                                          N                                                                                       S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd6` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       = Ԍ   ~  t u   _ А 6                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kdZ` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     ƒ !    ޓ ߓ  X Y j    5 N j     . /   ٚ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_    i j z  W Y j    o   - / N ٚ      Q R g h      Þ Ğ Ş ɞ ʞ    ۵۵۵ۭۜۋzrgrrr       j` h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ٚ 嚀     R h                                      j                                                                                                                                           kd` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_       9     [ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd^` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
[  z { ̞   h i 
  f g բ ֢   Z [ u  6  7 8                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_        h i  e '  5 6 A B R S W X Y Z [ d u     9 7  ! " ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j` hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj7` h_ U ! " & ' = > R                                                 e                                                                                                                        F  kdx` $$If   l   l '{6    4   4 
l a] p
        F  kd` $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  " ' T x y | }     Ʃ ǩ ݩ ީ     3 4 U V m n     Ǫ Ȫ ɪ ʪ ˪     L e    . @  + `   ܯ  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3R S T ] k x y                                                             5            v  kd^` $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd` $$If   l   l '{6    4   4 
l a] p
         y z { | }                                        t                                                                                                                                                             v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ʃ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ʃ ǩ թ ש ݩ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ݩ ީ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           , . 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 N P U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U V e g m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m n | ~                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ǫ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ǫ Ȫ ɪ ʪ ˪      L f   ᭀ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ᭀ  ) A u   ڮ  , ` z   ݯ     6 ? @ V |     뱀 챀                                                                                                                                                                                                                                                                                                                                                                   gd_     4 5 6 V l   ұ 걀 
 
 J k |  ܲ  p    ³ ̳ ͳ     % пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  챀 
  + , J z { |  Ʋ ܲ   	 o p z   ³ ̳                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ̳ ͳ                                     kd` $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ͳ    ( > T j l                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	% ( = > S T i j     . / N O P Q w x }      ն ֶ ׶ ض  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd	` $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   Ĵ Ŵ 鴀       /                                                                                                                                     q                            kd`` $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
/ O P Q x y z { |             q            l                                                                                                                                                       gd_    kd` $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  | }                                     kd` $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               }      ׵    1 J _ t                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     ֶ z            q            q                                                                                                                                                                                       	  $If   gd_    kd1` $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ֶ ׶ ض       z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd` $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           
     Ƿ ȷ ʷ     S _ {        6 7 : D Z  湀 繀  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                
 , - A B d      ȷ                                                                                                             q                                                         kd` $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ȷ ɷ ʷ      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd` $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd|` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 N O     7                                                             q                                                                                                                             kd` $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  7 8 9 : Z 繀  1 2 < G z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd` $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  2 G y z      ݺ   ' 0 ƻ      ! P Q R q r s t u x  ݽ   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #G z                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_                                           kd[` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ݺ   &                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  & '                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 Ȼ ɻ    f     Q                                                                                                 s                                                                        kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Q R s t u v w |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x                                        kdw` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x  ܽ ݽ                           s                                                                                                                                                                                   kd a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         6 A     :   À 9À À À (Ā GĀ Ā Ā Aŀ `ŀ zƀ ƀ ǀ "ǀ ǀ ǀ $Ȁ CȀ Ȁ Ȁ ɀ ɀ +ʀ Jʀ ʀ ʀ 6ˀ Uˀ ̀ ̀ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -      A ᾀ ⾀ # . 8 C M |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M N  ſ ݿ  ! " ]         ) 9                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdya $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      À (À 8À                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8À 9À DÀ IÀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IÀ JÀ TÀ YÀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YÀ ZÀ eÀ jÀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jÀ kÀ uÀ zÀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zÀ {À |À À À À                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdqa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À À À À             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À À À À             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À À À À             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À À À À             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   À À  Ā (Ā 6Ā FĀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL	a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FĀ GĀ RĀ WĀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WĀ XĀ bĀ gĀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd

a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gĀ hĀ sĀ xĀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xĀ yĀ Ā Ā             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ā Ā Ā Ā Ā Ā                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ā Ā Ā Ā             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ā Ā  ŀ ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŀ ŀ ŀ ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŀ ŀ !ŀ &ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &ŀ 'ŀ (ŀ Aŀ Oŀ _ŀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ŀ `ŀ kŀ pŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pŀ qŀ {ŀ ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŀ ŀ ŀ ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŀ ŀ ŀ ŀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ŀ ŀ ŀ ƀ Xƀ zƀ ƀ ƀ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƀ ƀ ƀ ƀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƀ ƀ ƀ ƀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƀ ƀ ƀ ƀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƀ ƀ ƀ ƀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƀ ƀ ƀ ǀ ǀ !ǀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !ǀ "ǀ -ǀ 2ǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2ǀ 3ǀ =ǀ Bǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdva $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bǀ Cǀ Nǀ Sǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sǀ Tǀ ^ǀ cǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cǀ dǀ eǀ ǀ ǀ ǀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ ǀ ǀ ǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ ǀ ǀ ǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ ǀ ǀ ǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ ǀ ǀ ǀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ ǀ ǀ $Ȁ 2Ȁ BȀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdna $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BȀ CȀ NȀ SȀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SȀ TȀ ^Ȁ cȀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cȀ dȀ oȀ tȀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tȀ uȀ Ȁ Ȁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȁ Ȁ Ȁ Ȁ Ȁ Ȁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdIa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȁ Ȁ Ȁ Ȁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȁ Ȁ Ȁ Ȁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȁ Ȁ Ȁ Ȁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȁ Ȁ ɀ ɀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɀ 
ɀ ɀ zɀ {ɀ ɀ ɀ ɀ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd$a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɀ ɀ ɀ ɀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɀ ɀ ɀ ɀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɀ ɀ ɀ ɀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɀ ɀ ʀ 
ʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
ʀ ʀ ʀ +ʀ 9ʀ Iʀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iʀ Jʀ Uʀ Zʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zʀ [ʀ eʀ jʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jʀ kʀ vʀ {ʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {ʀ |ʀ ʀ ʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʀ ʀ ʀ ʀ ʀ ʀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʀ ʀ ʀ ʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʀ ʀ ʀ ʀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʀ ʀ ˀ 	ˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	ˀ 
ˀ ˀ ˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˀ ˀ ˀ 6ˀ Dˀ Tˀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tˀ Uˀ `ˀ eˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eˀ fˀ pˀ uˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uˀ vˀ ˀ ˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˀ ˀ ˀ ˀ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˀ ˀ ˀ ˀ ˀ ̀ $̀ %̀ {̀ |̀ ̀ ̀ ̀ ̀ 3̀                                                                                                                                                                                        gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̀ ̀ ̀ ̀ 4̀ h̀ ỳ z̀ {̀ ̀ ̀ ̀ ̀ ̀ ̀ 
΀ ΀ ΀ .΀ /΀ @΀ A΀ [΀ d΀ 7Ѐ 9Ѐ IЀ JЀ ZЀ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  3̀ 4̀ h̀ z̀ {̀ ̀ ̀ ̀ ̀ ̀                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	̀ ̀                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̀ ΀ /΀ A΀ C΀ Z΀                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Z΀ [΀                                        kdC!a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [΀ d΀ ΀ ΀ ΀ ΀ (π π π π π Ѐ Ѐ Ѐ 8Ѐ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  8Ѐ 9Ѐ JЀ Ѐ Ѐ Ѐ Ѐ р |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd"a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ZЀ [Ѐ uЀ vЀ wЀ Ѐ Ѐ Ѐ р р р ;р <р kр lр oр xр Ҁ Ҁ Ӏ 	Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jQ#a h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  р р <р kр lр mр nр |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd#a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nр oр                                        kd$a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oр xр р р Ҁ oҀ zҀ Ҁ Ҁ Ҁ Ҁ Ҁ Ҁ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Ҁ Ҁ 	Ӏ Ӏ |            s            s                                                                                                                                                                                           	  $If   gd_   kd%a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӏ Ӏ Ӏ Ӏ Ӏ {Ԁ |Ԁ Ԁ Ԁ Ԁ Ԁ Հ Հ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd&a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӏ {Ԁ |Ԁ Ԁ Ԁ Ԁ Ԁ Ԁ Ԁ 9Հ NՀ Հ Հ Հ Հ Հ ր 
ր ր !ր "ր Gր Hր wր ր ր ր ր ]׀ `׀ ؀ ؀ ؀ ؀ ـ ـ ـ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Հ Հ Հ 
ր ր !ր                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  !ր "ր                                        kdX'a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "ր Hր wր ր ր ր ր                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ր ր                                        kd(a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ր ր ր ր ր 
׀ E׀ F׀ ׀ 2؀ R؀ s؀ ؀ ؀ ؀ ؀ ؀                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ؀ ؀ ـ `ـ ـ ڀ Oڀ ڀ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd *a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ـ  ـ :ـ ;ـ <ـ Oـ Pـ _ـ ـ ـ ـ ڀ -ڀ Nڀ pڀ ڀ ڀ ڀ ڀ ڀ ڀ Bۀ tۀ uۀ vۀ ۀ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j*a h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ڀ ڀ ڀ ڀ ڀ ڀ Aۀ Bۀ vۀ ۀ ۀ ۀ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd?+a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۀ ۀ ۀ ۀ ۀ ۀ ۀ ۀ ܀ ܀ 4܀ E܀ F܀ I܀ R܀ ܀ ܀ ݀ $݀ <݀ =݀ E݀ G݀ W݀ X݀ ݀ ݀ ݀ ݀ ݀ ݀ ݀ ݀ 
ހ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !ۀ ۀ ۀ ۀ ۀ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ۀ ۀ                                        kd+a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۀ ܀ 4܀ F܀ G܀ H܀                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H܀ I܀                                        kdM-a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I܀ R܀ ܀ ܀ ܀ ܀ $݀ %݀ F݀ G݀ X݀                                                                                                 Y                              kd.a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
X݀ ݀ ݀ ݀ ݀ ݀ lހ ހ   ] j             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd[/a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ހ ހ ހ ހ 'ހ (ހ ,ހ -ހ lހ ހ ] j         # %     2 4  .     8 < l          ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jZ4a hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j0a hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -j           [ \    %   3 4  .                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kd|0a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd0a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdX1a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      , o            f            f            f                                                                                                                                                	  $If   gd_    kd1a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , - 5 = B o            f            f            f                                                                                                                                                	  $If   gd_    kd42a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B C K S _ o            f            f            f                                                                                                                                                	  $If   gd_    kd2a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _ ` h o t o            f            f            f                                                                                                                                                	  $If   gd_    kd3a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t u }   o            f            f            f                                                                                                                                                	  $If   gd_    kd~3a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     4 5   " #   : o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd3a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    : F ) 3 z    |  	 .	 >
 J
 K
 W
 [
 w
 { |          8 9 : > G   % ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %: F   y z   c $ % - .  	 
  ) 3 y z                                                                                                                                                                                                                                                                                                                                            h^hgd_   
& F  gd_    gd_   gd_        $  %  8  K  b  y  z      S T     |     r                                                                                                                                                                                                                                                                                                                                                                gd_    gd_    G  	 	 .	 >
 K
 w
 { |                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd4a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 9 : < =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  = >                                        kd)6a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G     
 F
 Q
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
  & ] |            s            s                                                                                                                                                                                           	  $If   gd_   kd}7a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % & \ ] ^ ` l p            = > ? C L  < ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ] ^ _ `       |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd78a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd8a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = > ? A B                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  B C                                        kdE:a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L     ) M  < L M                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  < L N ^ _ e l m n o          ! " # ' 0  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    M N _ m |            s            s                                                                                                                                                                                           	  $If   gd_   kd;a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n o y     |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdS<a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd
=a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! " # % &                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  & '                                        kda>a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 o {   
 1    0 1                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_     0 2 B C I P Q R S T ` d          
  3 4 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    1 2 C Q |            s            s                                                                                                                                                                                           	  $If   gd_   kd?a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R S T       |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdo@a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd)Aa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 3 4 5 7 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  4 5 9 B              * 4 5 A b c m    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  8 9                                        kd}Ba $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B     ! A y                                                                                                                            f                           kdCa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_           * 4                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdDa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	4 5                                        kdEEa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      ' ( ) 9 : @ G H I J           
 & п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdFa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    < \    ( )                                                                                                                         f                           kdGa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ) : H I J                              s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdHa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdaIa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' ( ) + B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  & ' ( ) C L M N O                 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 B C                                        kdJa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L N O `                                                                                           s                                                                                              kd	La $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
          ' ^   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdLa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ' : ] q     +  ?                    ! ! ! ! ! &! '! 9! :! r! s! ! ! ! õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! ,                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                             kd}Ma $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! '! :! M! `! s! u! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ! !                                        kdNa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! " " A" B" C" T" " " "                                                             f                                    [            [                     
  $If   gd_ K$  kd%Pa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
! " A" B" C" S" T" W" l" u" " " " " " " " " " " " " " " " " " " " # # ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ " " " " " "                                     R            I                                                                     	  $If   gd_ Q  kdlQa $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdPa $If   K$L$l 0                                     
t                              4   4 
l a   " " " # # +# ># Q# R# S# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# P# Q# T# ]# # # # # # # #  $ &$ '$ /$ 1$ F$ G$ V$ X$ ^$ _$ `$ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J S# T#                                        kdRa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T# ]# # # # # # #  $ '$ 0$                                                             f                                    [            [                     
  $If   gd_ K$  kdTa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
0$ 1$ G$ W$ X$ Y$ Z$                                     R                                                                                              Q  kdNUa $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdTa $If   K$L$l 0                                     
t                              4   4 
l a   Z$ [$ \$ ]$ ^$ _$                                     R            I                                                                     	  $If   gd_ Q  kdhVa $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdUa $If   K$L$l 0                                     
t                              4   4 
l a   _$ `$ $ $ $ $ $ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdVa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`$ x$ $ $ $ $ $ $ $ $ $ $ $ % % % & & & & & & & & & Z' c' z' ' ' ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $ $                                        kdWa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ % >% % % & & & & & '                                                                                     Y                                          kdYa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
' ' ' ' ' ' ' ' ( 3( C( ]( w( ( ( ( ( (                                                                                                                                                                                                                      	  $If   gd_  S  kdYa $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ' ' ' ' 3) 4) 5) 6) N) X) Y) Z) \) ]) ^) }) ~) ) ) ) ) ) @* * * * * * ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ( ( ( ) 3) 4) 5)                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdOZa $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5) 6) ^) ~) ) ) ) ) ) |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdZa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) )                                        kd[a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) @* n* * * * * ?+ F+ O+                                                             f                                    [            [                     
  $If   gd_ K$  kd\a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
* * * + + ?+ E+ F+ N+ P+ , , , , , , , , , , ,  - 
- - V- W- Z- c- - . ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 O+ P+ X+ m+ + + + + + + , , ), >, P, j, , ,                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd]a $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   , , , , ,                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd;^a $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , - - 1- D- W- X- Y- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y- Z-                                        kd_a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z- c- - . M. . 4/ 5/ 6/ 7/ H/ /                                                                                                 f                                                   kd`a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  . 2/ 5/ 6/ 7/ G/ H/ / / / / / / / / / / / / :0 ;0 >0 G0 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ / / / / 0 0 (0 ;0 <0 =0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	=0 >0                                        kdOba $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >0 G0 0 1 \1 1 C2 D2 E2 F2 W2                                                                                                 Y                              kdca $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
G0 0 0 [1 \1 1 C2 D2 E2 F2 V2 W2 2 2 2 2 2 2 2 2 2 2 2 D3 E3 H3 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  W2 2 2 2 2 2 3 3 23 E3 F3 G3             s                                                                                                                                                                 kd]da $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G3 H3                                        kdea $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H3 Q3 &4 M4 4 4 y5 z5 {5 5 5                                                                                     Y                                          kdkfa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
H3 Q3 %4 4 w5 y5 z5 {5 5 5 5 5 5 5 5 5 h7 j7 k7 l7 |7 }7 7 7 7 7 7 7 7 7 7 7 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 5 5 5 5 5 5 6 #6 56 O6 i6 y6 6 6 6 6 6                                                                                                                                                                                                         	  $If   gd_  S  kd%ga $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6 6 7 %7 57 O7 i7 j7 k7                                                                                                                                                                                                                                                 	  $If   gd_  S  kdga $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  k7 l7 }7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kdIha $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 
8  8 38 F8 Y8 Z8 [8 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdia $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
7 7 8 
8 X8 Y8 \8 e8 9 ; ; ;  ; !; -; 2; G; ; ; < < 
< < < < > > ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  [8 \8                                        kdia $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \8 e8 9 ~9 9 9 a: ; ; ; !;                                                                                                 f                                                        kdka $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
!; ; < < < <  < 5< J< _< q< < < < <                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdka $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  < < < = = 2= G= \= n= = = = = = = > >                                                                                                                                                                                                                            S  kdkla $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > > => >> Q> d> w> > > > >             s                                                                                                                                                                 kdla $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  > > > -> 7> 8> 9> ;> <> => >> P> Q> > > > > m? ? ? ? ? w@ x@ ]A rA #B $B 
C "C $C %C Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ > >                                        kdma $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > m? ? %@ x@ @ @ tA A $B B $C %C ,C kC C C D -D aD D D D E                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  %C ,C 1D DD HD `D D D  E E E E *E +E oE uE vE ~E E G G G G ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   E E +E oE vE E |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdoa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E E E E E E 
F F 8F RF cF }F F F F F                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdoa $If   K$L$l 0                     x                
t                                4   4 
l a   F F F G G 5G FG `G zG G G G G G G                                                                                                                                                                                                                   	  $If   gd_  S  kdWpa $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G G G G H "H 5H HH [H \H ]H |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdpa $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
G G G G G G G H H ZH [H ^H gH %I QI J oJ J J J K K RL gL 
M M  M !M (M lM ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ]H ^H                                        kdqa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^H gH %I J J J 
K wK K jL !M (M hM M M M M N  N aN bN                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  lM M M M M M N N $N 7N ?N XN `N aN bN cN sN tN N N N N N Q Q Q Q +Q 5Q 6Q :Q ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  bN cN tN N N N |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdsa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N N O O 0O GO ^O oO O O O O O O O                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdsa $If   K$L$l 0                                     
t                                4   4 
l a   O O P P +P =P TP kP P P P P P P P Q Q                                                                                                                                                                                                                            S  kdQta $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q Q Q ;Q <Q OQ bQ uQ Q Q Q Q             s                                                                                                                                                                 kdta $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  :Q ;Q <Q NQ OQ Q Q Q Q R R S S TT T T 3U OU V 3W W W PX X }Y !Z xZ Z 5\ \ \ \ \ 7] 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Q Q                                        kdua $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q R S TT T PU U U U QV oV V 3W W X #Z Z Z Z 4\ 5\                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  5\ u\ \ \ \ 3] R] q] ] ] ] ]                                                                                                             f                                       kdva $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  7] J] V] i] u] ] ] ] ] ] ] ] ^ ^ ^ )^ *^ +^ /^ 0^ 4^ =^ Z_ o_ p_ q_ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ] ^ ^ *^ +^ 0^ 2^ 3^             s                                                                                                                                                                                     kdwa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3^ 4^                                        kdexa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4^ =^ J^ l^ ^ ^ ^ ^ ^ _ 9_ [_ p_                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  p_ q_ _ _ _ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdya $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q_ _ _ _ _ _ _ _ _ _ _ _ ` a b ?b Rb ub b b b b c Cc Wc f %f )f Pf f f f f ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  _ _ _ _ ` a a a ?b vb b b Dc |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdsza $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Dc c c c d d Se Te f f Pf f f f $g [g g g )h ~h h h h h h h                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  f $g 7g Zg ng g g g g (h <h ~h h h h h h h h h h h i i i i i *i +i =i >i Pi Qi Ui ^i i j j j j j õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (h h                                        kd-{a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h i i i +i >i Qi Si Ti                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ti Ui                                        kd|a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ui ^i i i  j .j Lj fj j j j j                                                                                                             f                                       kd}a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  j j j k k k .k Ak Tk Vk Wk             s                                                                                                                                                                      kd~a $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
j j j j k k k k k k k -k .k Sk Tk Xk ak k k %l &l 'l 7l 8l 9l :l Rl \l ]l al bl cl ul vl l l l l ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Wk Xk                                        kdIa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xk ak k k &l 'l 8l 9l                                                 f                                                                                                                       kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  9l :l bl cl vl l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdWa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l l l m m m m m m m m m m m m m m m m m 	n 
n n n :n ;n n n Jo Ko Lo \o ]o ^o _o lo 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %l l l l m m m m                                                 f                                                                                                                       kdea $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  m m m m m m m 
n n 
n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
n n                                        kdلa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n ;n n Ko Lo ]o ^o                                                 f                                                                                                                       kd-a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ^o _o `o o p p Ep Fp wp oq pq q q |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lo po o p p p Ep Rp Vp wp p pq q q q q r 0r Tr Ur hr zr {r r r r r r s s 0s as ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  q r Ur r r s bs s s Mt Nt Ot Yt dt t t t                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  as us s s s t Lt Nt Ot dt t t t t t t t t t t t t t u 
u 2u 3u Lu Uu Vu eu շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\t t                                        kda $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t t t t 
u  u 3u 5u Ku                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ku Lu                                        kda $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Lu Uu u u v ?v Jv vv v v v v                                                                                                 f                                                   kdIa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  eu u ?v Jv ]v mv vv }v v v v v v v v v v v v v v w w w w ,w .w /w 0w ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ v v w w w -w .w /w                                                             R            I                                   	  $If   gd_ Q  kda $If   K$L$l 0                                     
t                              4   4 
l a  Q  kda $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ /w 0w Xw Yw lw w w w w w w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
0w Hw Rw Sw Ww Xw Yw kw lw ~w w w w w w w w 6x y y y -y .y Iy yy y y y y y ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w w                                        kd׌a $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w w 7x Rx x x x x y y .y Jy \y y y y                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  y y y y y y y y y y y y z 'z (z =z >z @z Az Bz Zz dz ez iz jz kz }z ~z z z z z z пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  y y y y y y |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd+a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y (z ?z @z Az                                     R            I                                                                     	  $If   gd_ Q  kdra $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kda $If   K$L$l 0                                     
t                              4   4 
l a   Az Bz jz kz ~z z z z z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z z                                        kda $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z z 3{ [{ { { { { | 7| y| }| ~| |                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
z z z z 2{ { { { | | | .| 6| 7| >| D| x| y| || }| ~| | | | | | | | | | زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 | | | | |            s            s                                                                                                                                                                                           	  $If   gd_   kd
a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | | | | | 
} } 3} 4} 8} A} B} Q} } } ^~ b~ ~    9 : ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    | | | | | } !} 4} 6} 7} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdǒa $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7} 8}                                        kda $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8} A} } } _~ ~ ~ ~   : e                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
: M \ d e l r                 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kdՔa $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             M  6 7 p ܁   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  " M  6 C G p ܁  $ ( J ǂ 3      % U a e  _    ʆ { |   Ç Ǉ ꇁ ( P Q g k  ኁ   I  ܋ 5 q Ɍ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 J ǂ 2 3    % T U  _   ʆ |   ꇁ   Ԉ 鈁   ( P Q                                                                                                                                                                                                                                                                                                                                                                    gd_   ኁ  I  ܋ 5 q Ɍ  ?     ȍ ԍ 獁 덁                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Ɍ ? C    Í Ǎ 獁 ꍁ 덁   A B C D    E  ˏ ̏ ( S T x   ␁    : >  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $덁 썁 퍁       M            H            H            H            H            H            H            H                   gd_   kdIa $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a       # $ 3 4                                                 _            V            V                                                             	 $If   gd_    kda $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  4 5 A B                                                                                                                                                                                                                                                          	 $If   gd_  o  kda $$If   l       0   T# T                 .                
t  0                                                              4 
l al  B C D O S f n z                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdYa $$If   l       0   T# T                 .                
t  0                                                              4 
l al  z {    2            )            )            )                      	 $If   gd_    kda $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                         E J              [                                                                                                                                           kd#a $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     ̏ Џ " d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kda $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  " # ( T X r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kda $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r s x   ܐ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~a $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ܐ ݐ ␁   ; d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdGa $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; < = G    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kda $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdٞa $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kda $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   Ñ đ Ց ڑ ⑁ 鑁                                       w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdKa $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kda $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kdAa $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_       ! " # $                                                 A                                              kd a $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  $ % & ' ( ) >                                     A            <            7                  gd_    gd_    kda $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  >     % 6 7 K M                                                                                                                                                                                                                                                   E  kdޤa $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       6 7 M N P Q _ ` m n       ֓ ד           ! 3        춥x                          /ja hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *M N O P Q Y _                                     a                                                                                                                             E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=a $$If   l 0 
" R                                                           4 
l a   _ ` i m n                                       a                                                                                                                             E  kdZa $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda $$If   l 0 
" R                                                           4 
l a     ɓ ֓ ד ᓁ                                      a                                                                                                                             E  kd֧a $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdwa $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd5a $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kda $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a      ! 3   핁  Ŗ Ɩ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdRa $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
  Ö   ė ŗ ՗ ֗ ڗ ۗ ݗ   ^ _ k l      
   A C S T         a d y   Ǡ    | }  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jwa hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Ɩ ݗ 旁  _ l    	                                                                                                                                                                                                                                                       S  kdުa $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  		 
  B C T                                      N                                                                                       S  kda $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdpa $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       ۙ r . /        n Ԟ =                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kda $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     d     ^ | }     & H  Ӥ 줁  " # , - ̧ ͧ + , w                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_            % & H 
 * - ˧ ͧ 직 w     度    7 8 9 U V a b c g h    ۵۵۵ۭۜۋzrgrrr       j
a h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'w       8                                     j                                                                                                                                           kd&a $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  8 9 J   ש 5 6 R   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kda $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 S   j         s t * +    $ Բ  մ ִ T U                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_            Ű ) ӱ Ա ߱ ు          $    ׳ մ T   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jخa hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujqa h_ U !U  Ķ Ŷ ۶ ܶ                                                  e                                                                                                                        F  kda $$If   l   l '{6    4   4 
l a] p
        F  kd?a $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_   Ŷ      ! " C D d e { |     ѷ ҷ     " # = > e f g h i G H T  꺁  7 = @ ̻ ޻  ɼ  ' [ z  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    	                                                               5            v  kda $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd%a $$If   l   l '{6    4   4 
l a] p
                 !                                     t                                                                                                                                                             v  kd=a $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ! " ; = C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C D ] _ d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e s u {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>a $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { |                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ʷ ̷ ѷ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?a $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ѷ ҷ 췁                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@a $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " # 6 8 =                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = > E J e                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f g h i G H T   꺁  8 K                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdAa $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ǻ ߻  & Z x  ʼ   ( \ {     Խ ݾ ޾   ) < = V                                                                                                                                                                                                                                                                                                                                                                     gd_     ҽ ӽ Խ  
 ) ; p    迁 	  N z   # U V ` j k      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     ɿ ʿ 迁    N d z    
   # V ` j                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  j k                                     kda $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k        
 !                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	        " +         Á Á Á $Á Aā Cā Sā Tā sā tā uā vā ā Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ! "                                     kdCa $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " + M N b c                                                                                                                                             q                            kda $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    Á Á Á Á Á             q            l                                                                                                                                                       gd_    kdWa $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Á Á                                     kda $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Á $Á EÁ FÁ ZÁ [Á uÁ Á Á Á Á Á Á ā ,ā -ā Bā                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Bā Cā Tā tā z            q            q                                                                                                                                                                                       	  $If   gd_    kdka $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       tā uā vā ā ā ā ā ā z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd(a $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ā ā ā ā ā 3Ł 5Ł EŁ FŁ eŁ fŁ hŁ Ł Ł Ł Ł Ł Ł Ɓ %Ɓ DƁ PƁ Ɓ Ɓ Ɓ Ɓ Ɓ Ɓ Ɓ Ɓ Ɓ Bǁ ǁ ǁ ǁ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ā ā                                     kda $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ā ā ā ā ā ā Ł Ł Ł 4Ł 5Ł FŁ fŁ                                                                                                             q                                                         kd<a $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  fŁ gŁ hŁ Ł Ł Ł Ł Ł z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kda $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Ł Ł                                     kda $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ł Ł Ł Ł Ɓ Ɓ Ɓ Ɓ Ɓ                                                             q                                                                                                                             kd
a $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ɓ Ɓ Ɓ Ɓ Ɓ ǁ ǁ ǁ ǁ ǁ ǁ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kda $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ǁ ǁ ǁ ǁ ȁ ȁ "ȁ ,ȁ -ȁ Mȁ Nȁ {ȁ ȁ ȁ ȁ ȁ dɁ Hʁ Jʁ Zʁ [ʁ ʁ ʁ ʁ ʁ ʁ ˁ ˁ ˁ ˁ ˁ ˁ ˁ {ˁ ˁ ˁ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ǁ ȁ "ȁ ,ȁ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ,ȁ -ȁ                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -ȁ Nȁ {ȁ ȁ ȁ ȁ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ȁ ȁ                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ȁ ȁ fɁ gɁ Ɂ Ɂ Ɂ ʁ Iʁ Jʁ [ʁ ʁ ʁ                                                                                                 s                                                                        kd=a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ʁ ʁ ˁ ˁ ˁ ˁ ˁ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˁ ˁ                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˁ ˁ zˁ {ˁ ˁ ˁ                         s                                                                                                                                                                                   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˁ ˁ ˁ ˁ ˁ ˁ ˁ ˁ ˁ aρ bρ yρ ρ ρ 9Ё XЁ Ё Ё <с [с с с dҁ ҁ ҁ ҁ ԁ 7ԁ ԁ ԁ 0Ձ OՁ Ձ Ձ Jց iց Hׁ gׁ ׁ ׁ W؁ v؁ ؁ ؁ (ځ )ځ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ˁ ˁ ˁ ˁ ˁ ˁ ˁ ́ ́ ́ ́ ́ ́ ́ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
́ ́ Ĺ ć {́ ́ ́ ́ ́ 0΁ v΁ w΁ aρ bρ yρ ρ ρ ρ ρ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ρ ρ ρ ρ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdya $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ρ ρ ρ ρ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ρ ρ Ё 	Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Ё 
Ё Ё Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё Ё 9Ё GЁ WЁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WЁ XЁ cЁ hЁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hЁ iЁ sЁ xЁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xЁ yЁ Ё Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё Ё Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё Ё Ё Ё Ё                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё Ё Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё Ё Ё             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ё Ё с с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с 	с с с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с с с <с Jс Zс                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zс [с fс kс             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kс lс vс {с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdia $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {с |с с с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с с с с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с с с с с с                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с с с с             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   с с  ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ !ҁ &ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &ҁ 'ҁ (ҁ dҁ rҁ ҁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdaa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ ҁ ҁ ҁ ҁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ ҁ 	Ӂ Ӂ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӂ Ӂ Ӂ Ӂ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӂ Ӂ *Ӂ /Ӂ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /Ӂ 0Ӂ :Ӂ ?Ӂ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?Ӂ @Ӂ AӁ Ӂ Ӂ ԁ &ԁ 6ԁ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6ԁ 7ԁ Bԁ Gԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdva $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gԁ Hԁ Rԁ Wԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wԁ Xԁ cԁ hԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hԁ iԁ sԁ xԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xԁ yԁ zԁ ԁ ԁ ԁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԁ ԁ ԁ ԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԁ ԁ ԁ ԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԁ ԁ ԁ ԁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԁ ԁ ԁ Ձ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdna $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ձ Ձ Ձ 0Ձ >Ձ NՁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NՁ OՁ ZՁ _Ձ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Ձ `Ձ jՁ oՁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oՁ pՁ {Ձ Ձ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ձ Ձ Ձ Ձ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ձ Ձ Ձ Ձ Ձ Ձ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ձ Ձ Ձ Ձ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ձ Ձ Ձ ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ց ց 
ց ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ց ց ց "ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "ց #ց $ց Jց Xց hց                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hց iց tց yց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yց zց ց ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ց ց ց ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ց ց ց ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ց ց ց ׁ ׁ Hׁ Vׁ fׁ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd^a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fׁ gׁ rׁ wׁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wׁ xׁ ׁ ׁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׁ ׁ ׁ ׁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׁ ׁ ׁ ׁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׁ ׁ ׁ ׁ ׁ ׁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׁ ׁ ׁ ׁ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׁ ׁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ 	؁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ $؁ )؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )؁ *؁ +؁ W؁ e؁ u؁                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u؁ v؁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ ؁ ؁             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ ؁ ؁ ؁ ؁                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؁ ؁ ؁ ف             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ف ف ف ف             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ف ف ف $ف             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ف %ف /ف 4ف             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdka $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ف 5ف 6ف Zف zف ف ف ف ځ ځ 'ځ (ځ )ځ Lځ ځ                                                                                                                                                                                        gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )ځ :ځ Lځ gځ ځ ہ ہ ہ ہ .ہ `ہ aہ kہ uہ vہ ہ ہ ہ ہ ہ ہ ہ ہ ܁ ݁ ݁ ݁ ݁ ݁ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ځ ځ ہ ہ ہ #ہ .ہ aہ kہ uہ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	uہ vہ                                        kd)a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vہ ہ ہ ہ ہ ہ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ہ ہ                                        kd}a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ہ ܁ V܁ W܁ w܁ x܁ ܁ %݁ [݁ ݁ ݁ ݁ ݁ ݁ ݁                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ݁ ݁ ݁ 9ށ Rށ kށ ށ ށ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݁ ݁ ށ ށ ށ (ށ )ށ 8ށ ށ ށ ށ ށ ށ 	߁ 
߁ 
߁ ߁     ] ^ a r  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ja h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ށ ށ ށ 	߁ 
߁ ߁ ߁ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߁ 
߁                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
߁ ߁ ^߁ _߁ ߁ 
  4 M g |                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_     ^ |            s            s                                                                                                                                                                                           	  $If   gd_   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _ ` a    N ` r s b c |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          M N q r s    " O a c x         8 9 < E   v w      ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $c m x                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ' 9 : ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ; <                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E       b    7 T v w                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_      T   0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd:a $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                T y     / 0 3 D Z      % ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ja h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  0 1 2 3 Y Z    & ' 1 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdya $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % ' < n o y          [ i         @ A C D V h i t  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !1 < o y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_                                           kd3a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Q R r s                                                                                                      Y                              kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 A B C D t 
 . c d               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          
 .   4 E   a t     b c e f     > r A H   
 +     # $ < = M N ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /ja hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jOa hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - 3 4 E   L M      ` a v  c f     = > M _                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  _ r s x               f                                                                                                                                                                      kda $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd$a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kda $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdna $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kda $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
  o            f            f            f                                                                                                                                                	  $If   gd_    kdJa $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    " . o            f            f            f                                                                                                                                                	  $If   gd_    kda $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . / 0 1   * +     ~   o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd&a $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N Q R   
 
  #  +           / a b l v w            ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  ` a             B	 
 
   9
 F
 S
 `
 m
 ~
                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ~
 
 
 
 
 
 
 
     # S T   s t F G  + `    > k                                                                                                                                                                                                                                                                                                                                                              gd_    gd_     5         $ / b l v                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  v w                                        kd b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdcb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ 0 W ~    ( 2 W                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             
  * + @ r s }           r  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     * + 5 @ s } |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdqb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd+b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) 5 \    q                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_        
   
 " T U _ i j v        V! ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
  " U _ i |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i j                                        kdGb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kd	b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
    @  k      U! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  V! ! ! ! ! ! ! ! ! ! ! ! ! " " " 3" e" f" p" z" {" " " " " " ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ! ! ! ! |            s            s                                                                                                                                                                                           	  $If   gd_   kd
b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! " (" 3" f" p" z" |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z" {"                                        kdcb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {" " " " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  " " " " S$ U$ e$ f$ l$ s$ t$ u$ v$ $ $ $ $ $ $ $  % % % *% +% ,% îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  " "                                        kd
b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " # +# R# # # # $ S$ T$ U$                                                                                                                         f                           kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  U$ f$ t$ u$ v$ $ $ $ $ $                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	$ $                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ % +% ,% -% /% 0%                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ,% -% 1% :% & & & & & & & & & & "' <' >' ?' T' ' ' ' ' ' ' ' п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  0% 1%                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1% :% y% % % % % )& F& }& & &                                                                                                                         f                           kd'b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  & & & & & "' ?' I' T' '                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ' '                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ' ' ' ' ' ' ( ( ( #* $* %* 5* 6* h* i* j* k* l* m* y* }* * , , ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ' '                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ( ( ( =) s) $* %* 6* h*                                                                                     s                                                                                              kdCb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
h* i* j* k* l* m* * N, O, , , , 4- {- |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
, , , , - 3- G- z- - - - .  . 5. g. h. r. |. }. . . . . . . . . . . / / +/ 4/ @/ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !{- - .  . *. 5. h. r. |.                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  |. }.                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }. . . . . . / / */                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  */ +/                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +/ 4/ / / / / / / 0 &0 .0                                                             f                                    [            [                     
  $If   gd_ K$  kd_b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
@/ / / / / / / / 
0 0 0 0 %0 &0 -0 /0 D0 E0 T0 V0 W0 X0 p0 z0 {0 |0 ~0 0 0 0 0 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ .0 /0 E0 U0 V0 W0                                     R            I                                                                     	  $If   gd_ Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   W0 X0 0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0 0 0 0 1 y1 z1 {1 |1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 0 0                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 1 L1 z1 {1 |1 1 1 1 1                                                             f                                    [            [                     
  $If   gd_ K$  kdAb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
1 1 1 1 1 1 1                                     R                                                                                              Q  kd b $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   1 1 1 1 1 1                                     R            I                                                                     	  $If   gd_ Q  kd!b $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!b $If   K$L$l 0                                     
t                              4   4 
l a   1 1 &2 G2 H2 m2 2 2 2 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/"b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 2  2 !2 "2 $2 %2 &2 G2 H2 2 2 2 2 3 3 D4 ]4 w4 x4 y4 z4 4 4 4 4 5 5 H5 N5 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2 2                                        kd"b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 ~3 3 w4 x4 y4 z4 4 H5                                                                                     Y                                          kd=$b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
H5 O5 X5 Y5 a5 v5 5 5 5 5 5 5 6 6 26 G6 Y6 s6                                                                                                                                                                                                                      	  $If   gd_  S  kd$b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ N5 O5 W5 Y5 6 6 6 6 6 6 6 6 6 6 6 7 7 f7 g7 j7 s7 7 7 h8 8 8 8 8 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  s6 6 6 6 6 6 6                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd%b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  6 6 6 7 A7 T7 g7 h7 i7 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd&b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i7 j7                                        kd&b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j7 s7 7 8 8 8 8 8 8 8 8                                                             f                                    [            [                     
  $If   gd_ K$  kd)(b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
8 8 8 8 8 8 8 8 8 8 e: g: h: i: : : : : : : : : : : : : : ; ; 5< ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 8 8 8 9  9 29 L9 f9 v9 9 9 9 9 9 9 : ": 2:                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd(b $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   2: L: f: g: h:                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdu)b $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h: i: : : : : : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd*b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: :                                        kd*b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : ; ; ; ; 4< < < < < < 9=                                                                                                 f                                                   kd,b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  5< < < < < < < 8= 9= := R= \= ]= ^= `= a= b= z= {= = = = = þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9= := b= {= = = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd,b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd-b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > > > C? ? ? ? ? ?                                                                                                 Y                              kd.b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
= > > > > C? ? ? ? ? ? ? G@ H@ I@ a@ k@ l@ m@ o@ p@ q@ r@ @ @ @ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ? H@ I@ q@ r@ @ @ @ @ @ @ @             s                                                                                                                                                                 kd/b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @                                        kdQ0b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ A A /B xB C C C *C }C                                                                                     Y                                          kd1b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@ @ A xB C C C C )C *C }C ~C C C C C E E 	E 
E E E mE nE oE E E E E E E E ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 }C ~C C C C C C C C C D D 1D KD SD hD }D                                                                                                                                                                                                         	  $If   gd_  S  kd_2b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }D D D D D D E E 	E                                                                                                                                                                                                                                                 	  $If   gd_  S  kd2b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	E 
E E nE |            s            s                                                                                                                                                                                           	  $If   gd_   kd3b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       nE oE E E E E E E E E E |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd=4b $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
E E E E E E E F F H H H H H H H H )I oI I I I I I I K K ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  E E                                        kd5b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E F F G XG lG G H H H H                                                                                                 f                                                        kdY6b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
H )I I I I I I I I I J )J CJ TJ nJ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd7b $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  nJ J J J J J J J K &K @K QK kK K K K K                                                                                                                                                                                                                            S  kd7b $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K K K K L L (L ;L <L =L             s                                                                                                                                                                 kd78b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K K K K K K K K K :L ;L >L GL M :M ;M aM bM N N N O O O P P P P Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ =L >L                                        kd8b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >L GL M bM M N IN N O gO O lP P P P 	Q XQ oQ Q Q Q +R WR R R                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  P P Q Q Q Q R R R R R R R R 
S S S S S mU oU pU qU ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   R R R 
S S S |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdE:b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S &S ;S PS eS wS S S S S S T T ,T FT NT cT                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd:b $If   K$L$l 0                     x                
t                                4   4 
l a   cT xT T T T T T T U )U CU TU nU oU pU                                                                                                                                                                                                                   	  $If   gd_  S  kd;b $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  pU qU U U U U U U U U U |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd#<b $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
qU U U U U U U U U U U U V V V W 
X "X X X tY Y Y Z Z Z Z Z Z 
[ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ U U                                        kd<b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U V V W %X X X Y Y Z Z Z [ %[ D[ i[ [ [ [ [  \                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  
[ [ )[ <[ [ [ [ [ [ [ [ [ [ [  \ \ \ \ V\ \\ ]\ e\ g\ ^ ^ ^ ^ ^ ^ ^ ^ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   \ \ \ V\ ]\ f\ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd?>b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f\ g\ o\ \ \ \ \ \ \ \ 
] $] ;] L] b] s] ] ]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd>b $If   K$L$l 0                                     
t                                4   4 
l a   ] ] ] ] ] ] ] 	^  ^ 1^ H^ _^ p^ ^ ^ ^ ^                                                                                                                                                                                                                            S  kd?b $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^ ^ ^ ^ ^ ^  _ _ &_ 9_ ;_ <_             s                                                                                                                                                                 kd@b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^ ^ ^ ^ 8_ 9_ =_ F_ X` `  a Ra a Sb ob b b Ad d (e =e e f g g h +h i Wj jj vj j j 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !<_ =_                                        kd@b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =_ F_ X`  a a pb b (c sc c c 
d ?d d ze f g .h /h 6h i i                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  i j Sj rj j j j k .k Mk Nk _k                                                                                                             f                                       kd+Bb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  j j j k k &k 2k Ek Lk Nk ^k _k k k k k k k k k k k l 
m m m ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  _k k k k k k k k             s                                                                                                                                                                                     kdBb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k                                        kdCb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k 
l ,l Nl pl ql l l l l m                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  m m  m Sm xm |            s            s            s                                                                                                                                                                          	  $If   gd_   kdDb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m  m wm xm ym zm {m m m m m m o o o o p 'p Kp _p p p p p s s s s It Lt t t ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  xm ym zm {m m eo go o o p Lp p p |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdEb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p 7q 8q q 1r 2r r r s s s Kt Lt t t t 1u xu u v v 'v 2v ev ov yv                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  t t t t u 0u Du wu u u u v v 2v dv ev ov yv zv v v v v v v v v v v v v v v v v Dw hx ix jx zx {x õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (yv zv                                        kdgFb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zv v v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  v v                                        kdGb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v Dw gw w w w x ;x ix jx {x                                                                                                             f                                       kdIb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  {x |x }x x x x x x x x x             s                                                                                                                                                                      kdIb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
{x |x }x x x x x x x x x x x x x x x @y Ay y y y y y y y y y y y  z z z z &z 'z Lz Mz ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %x x                                        kdJb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x y Ay y y y y                                                 f                                                                                                                       kdKb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  y y  z z z 'z :z Mz Oz Pz |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdLb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Pz Qz                                        kdKMb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mz Qz Zz z z { {  { 0{ 1{ 2{ 3{ K{ U{ V{ Z{ [{ \{ n{ o{ { { { { { { { { [| \| | | | | | | | 
} 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Qz Zz xz z {  { 1{ 2{                                                 f                                                                                                                       kdNb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  2{ 3{ [{ \{ o{ { { { { { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdYOb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                        kdPb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { \| | | | |                                                 f                                                                                                                       kdgQb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  | | | /} } } } } ~ 
  B  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd!Rb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
} } /} } } } } } } ~ o~  B U          7 8 K y    ΀  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     8 y    G  끂 쁂 큂   5 ? I                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    F Z   ꁂ 쁂 큂  4 5 ? I J b l m q r s {    Ђ т ꂂ    շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\I J                                        kdRb $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               J r s    т ӂ 邂                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  邂 ꂂ                                        kd/Tb $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ꂂ  b   ݃ 胂  V W h                                                                                                  f                                                   kdUb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   b ݃ 胂     ! U V W g h k           ʄ ̄ ̈́ ΄ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      ˄ ̄ ̈́                                                             R            I                                   	  $If   gd_ Q  kdVb $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd=Vb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ̈́ ΄   
  0 C E F \ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdWWb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
΄ 愂      	 
   B C ] f g v ԅ    ˆ ̆ 熂    ' - > ? ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ \ ]                                        kdXb $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ] f Յ  ! > W j   ̆ 膂    ? @                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ? @ A Q R U [       Ň Ƈ ۇ ܇ އ ߇       	   . / T U Y пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  @ A R    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdeYb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ƈ ݇ އ ߇                                     R            I                                                                     	  $If   gd_ Q  kdZb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdZb $If   K$L$l 0                                     
t                              4   4 
l a   ߇   	  / B U W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9[b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X Y                                        kd[b $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Y b ш  3 E    Չ                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
Y b c r Ј       ̉ ԉ Չ ܉ ≂        . / 2 G P Z [ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   / \ |            s            s                                                                                                                                                                                           	  $If   gd_   kdG]b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ \ ] u          ъ Ҋ ֊ ߊ   M N    B    ׌ ، ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    \ ]      Ҋ Ԋ Պ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd^b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Պ ֊                                        kd^b $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ֊ ߊ N   0 a s   ،  E F                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
، 댂    
  D E F G W X [ p y        촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  F G X  |            s            s                                                                                                                                                                                           	  $If   gd_   kd`b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             덂  Ԏ Վ  z   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd`b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   덂  Ԏ ᎂ 厂  z   Ə 菂 e ѐ & ' 3 7 ` Ñ    +  + 7 ; h   T U a e  Ɩ    	 5    瘂 = z ә  g ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 菂 e А ѐ & ' ` Ñ   +  * + h  T U  < = r    Ɩ   5                                                                                                                                                                                                                                                                                                                                                                   gd_  5   瘂 = z ә  g  ݚ ? @ K W f r                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   gd_    gd_  g ݚ ᚂ > ? K a e      ߛ  ᛂ ⛂  U  㜂 3 i j Ɲ    M N     ؞ ܟ  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdab $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         ћ қ                                                 _            V            V                                                             	 $If   gd_    kd!bb $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  қ ӛ ߛ                                                                                                                                                                                                                                                           	 $If   gd_  o  kdbb $$If   l       0   T# T                 .                
t  0                                                              4 
l al   ᛂ ⛂ 훂                                         z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdcb $$If   l       0   T# T                 .                
t  0                                                              4 
l al     U Z 2            )            )            )                      	 $If   gd_    kd0db $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Z    㜂 蜂 -             [                                                                                                                                           kd]eb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  - . 3 j n  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd&fb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    Ɲ    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdfb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     N S z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdgb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z {    ٞ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdhb $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ٞ ڞ ۞ 垂 4 9 E d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdJib $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  E F I S n            e            e                                                                                                                                                               	 $If   gd_    kdjb $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           S T W `                                                                                                                                                                                                                                                	 $If   gd_  t  kdjb $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` a b s x                                         w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdkb $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd"lb $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd{mb $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdZnb $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ß ğ ş Ɵ ǟ ܟ                                     A            <            7                  gd_    gd_    kd9ob $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ܟ     à Ԡ ՠ 頂 렂                                                                                                                                                                                                                                                   E  kdpb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       Ԡ ՠ 렂 젂       + , . / [ \ t u           ѡ  > ? J K [ \ 춥x                          /jJub hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *렂 젂                                          a                                                                                                                             E  kdpb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdwpb $$If   l 0 
" R                                                           4 
l a         +                                     a                                                                                                                             E  kdqb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5qb $$If   l 0 
" R                                                           4 
l a   + , - . / A [                                     a                                                                                                                             E  kdRrb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdqb $$If   l 0 
" R                                                           4 
l a   [ \ g t u                                       a                                                                                                                             E  kdsb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdrb $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdosb $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdsb $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       ѡ     c d l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdtb $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
\ ` a V W b c s t x y {     	 
 Q S ^ _     ߦ ᦂ   1 3 4 @ A       7 \ e     - ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jub hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0d {    
 R S _                                                                                                                                                                                                                                                        S  kdvb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   ং ᦂ  2                                     N                                                                                       S  kd<wb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdvb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2 3 4 A y  ̨ ͨ      @   r ۬ B                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdwb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   B C  ]      .    ı 求 O q     ʳ ˳ j k ɵ ʵ                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_  - .        ñ ı 求  ȳ ˳ i k   + / < =     ն ֶ ׶         C D O ۵۵۵ۭۜۋzrgrrr       jDyb h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ' ! 0 < =   ֶ                                     j                                                                                                                                           kd`xb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ֶ ׶ 趂 1 6 u ӷ Է  Z  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdxb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     X Y   I J     Ⱦ ɾ    ¿ r , s t                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  O P Q U V Y   H  c Ǿ q r } ~          ¿ C L U u s  ]Ă ^Ă ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jzb hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujyb h_ U ! ^Ă bĂ cĂ yĂ zĂ Ă                                                 e                                                                                                                        F  kdzb $$If   l   l '{6    4   4 
l a] p
        F  kdyzb $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ^Ă cĂ Ă Ă Ă Ă Ă Ă Ă Ă Ă ł ł ł ł 5ł 6ł Rł Sł oł pł ł ł ł ł ł ł ł ł Ƃ Ƃ Ƃ Ƃ Ƃ ǂ ǂ ǂ SȂ Ȃ Ȃ Ȃ Ȃ Ȃ jɂ |ɂ Oʂ gʂ ʂ ʂ ʂ ˂ N˂ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Ă Ă Ă Ă Ă Ă Ă                                                             5            v  kd{b $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd_{b $$If   l   l '{6    4   4 
l a] p
         Ă Ă Ă Ă Ă Ă Ă Ă                                     t                                                                                                                                                             v  kdw|b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Ă Ă Ă Ă Ă                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"}b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ă Ă Ă Ă ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł ł ł ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx~b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł -ł /ł 5ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5ł 6ł Kł Mł Rł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Rł Sł hł jł oł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdyb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         oł pł ł ł ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł ł ł ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdρb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł ł ł ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdzb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł ł ł ł                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ł ł ł ł Ƃ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdЃb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ƃ Ƃ Ƃ Ƃ Ƃ ǂ ǂ ǂ :Ȃ TȂ Ȃ Ȃ Ȃ Ȃ ɂ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd{b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ɂ 1ɂ eɂ }ɂ ɂ ɂ ɂ ʂ Jʂ hʂ ʂ ʂ ʂ ʂ ˂ M˂ N˂ O˂ P˂ r˂ {̂ |̂ ̂ ̂ ̂ ̂ ̂ ̂ '͂ (͂                                                                                                                                                                                                                                                                                                                                                                   gd_  N˂ P˂ Z˂ p˂ q˂ r˂ ̂ ̂ ̂ ̂ ͂ &͂ F͂ I͂ ͂ ͂ ͂ ͂ ΂ C΂ ΂ ΂ ΂ ΂ ΂ ς 	ς /ς 0ς Mς Nς aς пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  (͂ F͂ T͂ g͂ h͂ ͂ ͂ ͂ ͂ ͂ ΂ ΂ .΂ D΂ E΂ ΂ ΂ ΂ ΂ ΂ ΂ ς                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ς 	ς                                     kd&b $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	ς 0ς Mς Nς dς zς ς ς ς ς                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	aς dς yς zς ς ς ς ς ς ς XЂ ZЂ jЂ kЂ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ т т т т ҂ ҂ ҂ ҂ 9҂ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ς ς                                     kd}b $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ς ς ς ς  Ђ Ђ %Ђ AЂ BЂ WЂ XЂ YЂ ZЂ kЂ                                                                                                                                     q                            kdԇb $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
kЂ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ             q            l                                                                                                                                                       gd_    kdb $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ђ Ђ                                     kdNb $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Ђ Ђ Ђ Ђ Ђ Ђ т /т 0т Bт mт т т т т т т                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  т т т ҂ z            q            q                                                                                                                                                                                       	  $If   gd_    kdb $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ҂ ҂ ҂ ;҂ <҂ =҂ >҂ ?҂ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdbb $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       9҂ :҂ ;҂ @҂ I҂ ҂ ҂ ҂ ҂ ӂ ӂ ӂ 2ӂ 3ӂ 8ӂ Aӂ ӂ ӂ ӂ ӂ ӂ ӂ @Ԃ BԂ RԂ SԂ rԂ sԂ vԂ Ԃ Ԃ Ԃ "Ղ #Ղ VՂ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "?҂ @҂                                     kdb $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @҂ I҂ h҂ i҂ }҂ ~҂ ҂ ҂ ҂ ҂ ҂ ҂ ӂ                                                                                                             q                                                         kdvb $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ӂ ӂ ӂ 3ӂ 4ӂ 5ӂ 6ӂ 7ӂ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd3b $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       7ӂ 8ӂ                                     kdb $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8ӂ Aӂ ӂ ӂ @Ԃ AԂ BԂ SԂ sԂ                                                             q                                                                                                                             kdGb $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  sԂ tԂ uԂ vԂ Ԃ #Ղ WՂ mՂ nՂ xՂ Ղ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdb $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
VՂ WՂ nՂ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ ւ .ւ /ւ cւ lւ ׂ ׂ ׂ ׂ ׂ J؂ ]؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ق )ق *ق ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Ղ Ղ Ղ Ղ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Ղ Ղ                                        kdϑb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ղ Ղ ւ /ւ 1ւ bւ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  bւ cւ                                        kd#b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cւ lւ ׂ ׂ Aׂ Bׂ Qׂ ׂ ׂ ׂ ׂ J؂ ؂                                                                                                 s                                                                        kdwb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ؂ ؂ ؂ ؂ ؂ ؂ ؂ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd1b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؂ ؂                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؂ ؂ ق ق *ق Kق                         s                                                                                                                                                                                   kd?b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  *ق Jق Kق Lق Mق Nق Pق rق }ق ܂  ݂ ݂ W݂ v݂ ݂ ݂ Vނ uނ ނ ނ d߂ ߂  ! }    ? ^   `      g    r    о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Kق Lق Mق Nق Oق Pق }ق ڂ ڂ _ڂ jڂ tڂ ڂ ڂ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ڂ ڂ ڂ ۂ ۂ 0ۂ ]ۂ ^ۂ ۂ ۂ ܂ ܂ ܂  ݂ ݂ ,݂ W݂ e݂ u݂                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  u݂ v݂ ݂ ݂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݂ ݂ ݂ ݂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݂ ݂ ݂ ݂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݂ ݂ ݂ ݂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЙb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݂ ݂ ݂ ݂ ݂ ݂                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݂ ݂ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ "ނ 'ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'ނ (ނ 2ނ 7ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7ނ 8ނ 9ނ Vނ dނ tނ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tނ uނ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdib $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȜb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ނ ނ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ނ ނ ނ ނ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ނ ނ ߂ 	߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	߂ 
߂ ߂ ߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ %߂ *߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *߂ +߂ 5߂ :߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdab $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :߂ ;߂ <߂ d߂ r߂ ߂                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ ߂ ߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ ߂ ߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ ߂ ߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݠb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ ߂ ߂             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߂ ߂ ߂                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d }                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdգb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      K                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdQb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdͦb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ? M ]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdũb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 ` n ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڭb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J                                                                  s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G H g u                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdsb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҰb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdNb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʳb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W r                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        = ` a       o                                                                                                                                                                                        gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       p        	   F G X j k | }   s u    Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  o p       	                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdcb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                G k }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     d    . ? O P t                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  t u    	 " Q |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               P Q R w x     2 4 D E     ( ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jŹb h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Q R x     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdJb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   L       2 3                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  3 4 E  |            s            s                                                                                                                                                                                           	  $If   gd_   kdXb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           (          |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (        / u       H I S ] ^            8 : J K [ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   I S ]                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ] ^                                        kd̽b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( ) 8 I     n       9                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  9 : K   M   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdtb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ \ v w x       L i         ~     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j.b h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        } ~     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           
  ! " G H p       D ` x y             F ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  
  !                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ! "                                        kdmb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " H p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ` a                                                                                                    Y                              kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
                        s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F G R S c d h i        1   H J _ a      n p U	 j	 	 
 
 
 t x   3 Z       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jb hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jb hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    ) *     1      a   o p U	 j	 	 	 	 	                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  	 
 
 
 
 #
             f                                                                                                                                                                      kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  #
 $
 )
 1
 =
 o            f            f            f                                                                                                                                                	  $If   gd_    kd^b $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =
 >
 C
 J
 O
 o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at O
 P
 U
 \
 h
 o            f            f            f                                                                                                                                                	  $If   gd_    kd:b $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h
 i
 q
 y
 ~
 o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 
 o            f            f            f                                                                                                                                                	  $If   gd_    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 p q   ^ _   v o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd`b $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    v  e o   ! ! B$ j$ z% % % % % % & & & &  ' 
' ' ' !' B' C' t' u' v' z' ' O) Q) a) ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %v      L M  ` a i j  E F  e o                                                                                                                                                                                                                                                                                                                                              h^hgd_   
& F  gd_    gd_   gd_   - > O ` a t                ! ! ! N" O" " " 	# 9#                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  9# :# # # B$ C$ j$ z% % % & & & &  ' 
' '                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ' '                                        kdIb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' C' u' v' x' y'                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  y' z'                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z' ' ' ' ' ( Z( ( ( ( ( ( O) P)                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
P) Q) b) ) |            s            s                                                                                                                                                                                           	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a) b) ) ) ) ) ) ) ) ) ) * * * %* &* 2* S* T* y* z* {* * * , x, ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ) ) ) ) ) ) ) ) * * |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* %*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  %* &*                                        kdeb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &* T* y* z* {* }* ~*                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~* *                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * %+ e+ + , x, , ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  x, , , , , , , , , , , , , , - - - 5- 6- ]- ^- _- c- l- . ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    , , , , |            s            s                                                                                                                                                                                           	  $If   gd_   kd
b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , , , , , - |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - -                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6- \- ]- ^- _- a- b-                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  b- c-                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c- l- - - - 	. I. m. . \/ l/ m/                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  . \/ l/ n/ ~/ / / / / / / / / / / / / 0 0 0 0 0 %0 F0 G0 o0 p0 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    m/ n/ / / |            s            s                                                                                                                                                                                           	  $If   gd_   kd)b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / / 0 0 0 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 G0 n0 o0 p0 q0 s0 t0                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  p0 q0 u0 ~0 1 1 2 2 
2 2 2 2 2 )2 [2 \2 f2 p2 q2 }2 2 2 2 2 2 2 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  t0 u0                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u0 ~0 0 0 0 1 ]1 }1 1 1 1 1                                                                                                                         f                           kdEb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1 2 2 2 2 2 )2 \2 f2 p2                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	p2 q2                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2 2 2 2 c4 d4 e4 u4 v4 |4 4 4 4 4 4 4 4 4 4 $5 %5 /5 95 :5 F5 b5 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  2 2                                        kd
b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 3 #3 J3 x3 3 3 3 4 d4 e4                                                                                                                         f                           kdab $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  e4 v4 4 4 4 4 4 4 4 %5                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	%5 /5 95                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  95 :5                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :5 c5 d5 e5 g5 ~5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  b5 c5 d5 e5 5 5 6 6 6 7 7 7 7 7 8 8 8 	8 
8 8 8 8 ;8 !: 4: ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ~5 5                                        kd)b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 6 6 6 6 7 7 7 7 8                                                                                     s                                                                                              kd}b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
8 8 8 	8 
8 8 ;8 9 9 !: c: : : ; |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd7b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4: c: v: : : : : ; ,; g; {; ; ; ; < < < < < 3< =< >< ?< B< C< b< c< u< v< < < < < < õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !; h; ; ; ; ; < < <                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  < <                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < C< c< v< < < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  < <                                        kdEb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < == P= }= ~= = = = = =                                                             f                                    [            [                     
  $If   gd_ K$  kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
< == }= ~= = = = = = = = = = = = = = = = = = = > > > > > > > @> A> ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ = = = = = =                                     R            I                                                                     	  $If   gd_ Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdSb $If   K$L$l 0                                     
t                              4   4 
l a   = = > A> T> g> z> > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A> > > > > > ? ? ? ? *? +? \? b? c? k? m? ? ? ? ? ? ? ? ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J > >                                        kd'b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > ? ? ? +? \? c? l?                                                             f                                    [            [                     
  $If   gd_ K$  kd{b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
l? m? ? ? ? ? ?                                     R                                                                                              Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd5b $If   K$L$l 0                                     
t                              4   4 
l a   ? ? ? ? ? ?                                     R            I                                                                     	  $If   gd_ Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdOb $If   K$L$l 0                                     
t                              4   4 
l a   ? ? ? ? ? @ @ 1@ 2@ 3@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdib $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ? ? ? ? ? ? ? ? ? 0@ 1@ 4@ =@ .A /A A A B B B B (B )B *B B B B B B ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 3@ 4@                                        kd#b $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4@ =@ z@ A /A B B B B )B B                                                                                     Y                                          kdwb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
B B B B B C )C ;C UC oC C C C C C C C D                                                                                                                                                                                                                      	  $If   gd_  S  kd1b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ B B B B oD pD qD rD D D D D D D D D D E E E E E |E F F F F  F ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  D +D ;D UD oD pD qD                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdb $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  qD rD D D D D E E E |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdUb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E |E E F F  F 1F {F F F                                                             f                                    [            [                     
  $If   gd_ K$  kdcb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
 F 0F 1F OF WF {F F F F F H H H H H )H *H +H -H .H /H <H FH GH H H H H %I I ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 F F F F F F F G G .G HG PG eG zG G G G G                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdb $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   G G H H H                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdb $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  H H /H GH ZH mH H H H H |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdAb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H %I BI I I pJ qJ rJ sJ J J                                                                                                 f                                                   kdOb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  I nJ qJ rJ sJ J J J J J J J J J J J  K K K vK wK zK K þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ J J  K K >K QK dK wK xK yK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	yK zK                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zK K -L UL L L M M M M M                                                                                                 Y                              kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
K ,L .L L L L M M M M M M M M M M 	N 
N N 
N N N N N N N νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  M M M N N 5N HN [N nN N N N             s                                                                                                                                                                 kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N N                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N bO O O P P P P P Q                                                                                     Y                                          kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
N N aO P P P P P P P Q Q "Q #Q +Q -Q R R R R R R S S 
S %S /S 0S 1S 3S 4S 5S ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Q Q #Q ,Q -Q 5Q JQ _Q qQ Q Q Q Q Q Q R R                                                                                                                                                                                                         	  $If   gd_  S  kdb $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R -R GR aR qR R R R R                                                                                                                                                                                                                                                 	  $If   gd_  S  kd+b $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R R S |            s            s                                                                                                                                                                                           	  $If   gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S 
S 5S 6S IS \S oS S S S S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdwb $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
5S 6S HS IS S S S S ZT JV KV LV \V ]V iV nV V V 
W AW CW IW JW RW TW MY OY ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  S S                                        kd? c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S ZT T T 
U U JV KV LV ]V                                                                                                 f                                                        kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
]V V CW JW SW TW \W qW W W W W W W X                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdMc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  X &X 7X QX YX nX X X X X X X 	Y #Y 4Y NY OY                                                                                                                                                                                                                            S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  OY PY QY yY zY Y Y Y Y Y Y Y             s                                                                                                                                                                 kdqc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  OY PY QY iY sY tY uY wY xY yY zY Y Y Y Y Y Y Z Z Z Z  [ [ [ \ \ _] `] I^ ^^ `^ a^ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Y Y                                        kd+c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Z  [ a[ [ [ :\ \ ] `] 
^ `^ a^ h^ ^ ^ 
_ =_ i_ _ _ _ !` U`                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  a^ h^ m_ _ _ _ %` 8` <` T` U` V` f` g` ` ` ` ` ` c 
c c c ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   U` V` g` ` ` ` |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` a a /a Ia Za ta a a a a a a b                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd9c $If   K$L$l 0                     x                
t                                4   4 
l a   b b +b =b Wb qb b b b b b b c 
c c                                                                                                                                                                                                                   	  $If   gd_  S  kdc $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c 7c 8c Kc ^c qc c c c c |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]c $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c 'c 1c 2c 6c 7c 8c Jc Kc c c c c ad d Ze e e !f 6f g 'g g g Fh [h \h ]h dh h ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ c c                                        kd%c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c ad [e e 9f Ff f *g g ]h dh h h h i i =i \i i i                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  h h h h "i 5i Ai Ti `i si {i i i i i i i i i i i j j Kl Ml Nl Ol gl ql rl vl ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  i i i i i j |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdy	c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j 
j j 1j Cj Uj lj j j j j j j  k k (k )k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd3
c $If   K$L$l 0                                     
t                                4   4 
l a   )k 1k Ck Uk gk yk k k k k k k l $l 5l Ll Ml                                                                                                                                                                                                                            S  kd
c $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ml Nl Ol wl xl l l l l l l l             s                                                                                                                                                                 kdWc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  vl wl xl l l l l l l m (n n n o o 
p op p q or r r s 5t t ]u u u qw w x x 'x sx 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !l l                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l m n o p p p q 0q q q q or s 7t _u u u u pw qw                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  qw w w x /x ox x x x x x x                                                                                                             f                                       kde
c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  sx x x x x x x x x x x x @y Ay By ey fy gy ky ly py yy z z z z ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  x Ay By fy gy ly ny oy             s                                                                                                                                                                                     kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  oy py                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               py yy y y y y z z 1z Sz uz z z                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  z z z z { |            s            s            s                                                                                                                                                                          	  $If   gd_   kd-c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z { { { { { %{ ){ -{ 4{ S{ 9} L} {} } } } } } 0~ D~ ~ ~ U a e  灃 ꁃ  1 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  { { { { S{ } } 9} {} } } 1~ ~ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ (     T U  遃 ꁃ  `  ς  e   Ń Ѓ  
                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1 ` s   ΂ ₃  ) d x   Ѓ   
   0 : ; ? @ A S T f g y z     ℃      õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                @ A T g z                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ℃  < j   م                                                                                                                f                                       kdIc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     C D W j }                s                                                                                                                                                                      kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   3 = > B C D V W i j     ކ ߆ a b c s t u v         ć Ň ꇃ 뇃 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ߆ b c t u                                                 f                                                                                                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  u v    Ň ؇ 뇃 퇃  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               뇃   9 :    Έ ψ Ј ш 鈃       
    E F J S v w           㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   :   ψ Ј                                                 f                                                                                                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ј ш   
   3 F H I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I J                                        kdMc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S w                                                      f                                                                                                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     ͊ Y Z       " |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd[c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ͊ X Y Z     
    " 5 X l      Ս ֍ 鍃  * X Y l  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  " Y  ֍  Y  厃 4      ӏ ݏ 珃                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    䎃  3 G     ҏ ӏ ݏ 珃 菃   
      6 H I n o     շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\珃 菃                                        kdc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               菃   6 I \ o q                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdic $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   1 C {      3                                                                                                 f                                                   kd c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     {            	  ' 1 3 9 : A C X Y h j k l ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 3 : B C Y i j k                                                             R            I                                   	  $If   gd_ Q  kd"c $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdw!c $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ k l     Β ᒃ 㒃 䒃  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd"c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
l            ᒃ     r @ J K i j    Ŕ ˔ ܔ ݔ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdK#c $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 s   ܓ   @ K j    ݔ ޔ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ݔ ޔ ߔ     $ * + 2 4 = c d y z | } ~         ̕ ͕    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ޔ ߔ  $ + 3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd$c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4 d { | }                                     R            I                                                                     	  $If   gd_ Q  kd%c $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdY%c $If   K$L$l 0                                     
t                              4   4 
l a   } ~    ͕     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds&c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd-'c $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  o  і 㖃  ) H s                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
     n  ( ) G H [ j r s z         ̗ ͗ З 嗃    زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   ͗  |            s            s                                                                                                                                                                                           	  $If   gd_   kd(c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             " # $ 6 7 I J o p t } ~  똃 옃    L V W u v ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph      # $ 7 J ] p r s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;)c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s t                                        kd)c $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t } 옃 )  Ι   L W v  㚃 䚃                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
v       ⚃ 㚃 䚃 嚃      ! " # $ % & M 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  䚃 嚃  # |            s            s                                                                                                                                                                                           	  $If   gd_   kdI+c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # $ % & M N  @ r s   S T |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd,c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M Z ^  @ r     T ` d   o Ğ Ş ў ՞  a    ɟ  ɡ ա ١        & d     Ӥ  K L  ۦ  q   ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4T   n o Ğ Ş  a   ɟ  ȡ ɡ     & ڣ ۣ  % A Q d   Ӥ                                                                                                                                                                                                                                                                                                                                                                   gd_  Ӥ  L  ۦ  q   D { ݨ ި 騃    # '                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_   {  ܨ ݨ 騃   # & ' . / } ~     T  Ѫ   d    뫃 쫃  K L Q v z , Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $' ( ) * + , - . / M            H            H            H            H            H            H            H                   gd_   kd,c $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   / C J O _ ` o p                                                 _            V            V                                                             	 $If   gd_    kd[-c $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  p q } ~                                                                                                                                                                                                                                                          	 $If   gd_  o  kd0.c $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ~                                            z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd.c $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kdj/c $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      N O T   ˪             [                                                                                                                                           kd0c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ˪ ̪ Ѫ   ^ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd`1c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^ _ d    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd)2c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     쫃   d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     L Q w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd3c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w x y  Ҭ ׬ 㬃 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd4c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  㬃 䬃 笃  n            e            e                                                                                                                                                               	 $If   gd_    kdM5c $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd"6c $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al         % , 8                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd6c $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  8 9                                             kd\7c $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          9 D H O V W X Y                                                             A                                  kd8c $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Y Z [ \ ] ^ _ `                                                 A                                              kd9c $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ` a b c d e z                                     A            <            7                  gd_    gd_    kds:c $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  z - . G H a r s                                                                                                                                                                                                                                                     E  kdR;c $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	, - . 4 5 G H r s         ɮ ʮ ̮ ͮ     * + , 0 1 N O P \ ] o 7 ܱ ݱ 豃 鱃   춥x                          /j@c hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd<c $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;c $$If   l 0 
" R                                                           4 
l a         ɮ                                     a                                                                                                                             E  kd<c $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo<c $$If   l 0 
" R                                                           4 
l a   ɮ ʮ ˮ ̮ ͮ ߮                                      a                                                                                                                             E  kd=c $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd-=c $$If   l 0 
" R                                                           4 
l a         *                                     a                                                                                                                             E  kdJ>c $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd=c $$If   l 0 
" R                                                           4 
l a   * + , - . / 0                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd>c $$If   l 0 
" R                                                           4 
l a   0 1 > ? M N l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd?c $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   N O P ] o 6 7 ) *   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd?c $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
             A B     ﳃ    D F X Y }    ϴ Ѵ Ҵ ޴ ߴ N O [    ջ   [ \   ˼ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j@c hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0  " B      E                                                                                                                                                                                                                                                       S  kdRAc $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	E F Y ~   д                                     N                                                                                       S  kdvBc $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdAc $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   д Ѵ Ҵ ߴ   j k X Y N O [ ޸ 9   y ຃                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdCc $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ຃ ẃ   [ \    ̼ 2 3 D b    ( D ^ _ h i Ã 	Ã gÃ hÃ Ã                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ˼ ̼ C D T \ 1 3 D a b  I f i Ã 	Ã (Ã Ã Ã Ã Ã Ã +ă ,ă Aă Bă să tă uă ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ǃ ۵۵۵ۭۜۋzrgrrr       j~Dc h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Ã Ã Ã Ã Ã ,ă Bă tă                                     j                                                                                                                                           kdCc $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  tă uă ă ă ă Ń qŃ rŃ Ń Ń 5ƃ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdDc $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
5ƃ ƃ Tǃ Uǃ ǃ ǃ ǃ Bȃ Cȃ ȃ ȃ @ʃ Aʃ ˃ ˃ f̃ g̃ 4̓ 5̓ O̓ `̓ ΃ ΃ Ѓ Ѓ Ѓ Ѓ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ǃ ǃ ǃ ǃ ǃ ǃ Bȃ Cȃ ȃ ?ʃ ̃ ẽ ̓ ̓ ̓ ̓ ,̓ -̓ 1̓ 2̓ 3̓ 4̓ 5̓ >̓ O̓ `̓ ̓ ̓ ΃ σ Ѓ Ѓ у у ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jLEc hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjDc h_ U !Ѓ у  ҃ ҃ ҃ ҃ ,҃                                                 e                                                                                                                        F  kd&Fc $$If   l   l '{6    4   4 
l a] p
        F  kdEc $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  у ҃ .҃ R҃ S҃ V҃ W҃ ]҃ ^҃ ҃ ҃ ҃ ҃ ҃ ҃ ҃ ҃ ҃ ҃ 
Ӄ Ӄ /Ӄ 0Ӄ GӃ HӃ ^Ӄ _Ӄ yӃ zӃ Ӄ Ӄ Ӄ Ӄ Ӄ Ճ Ճ Ճ Ճ &փ ?փ sփ yփ |փ ׃ ׃ ׃ ؃ :؃ c؃ ؃ ؃ ؃ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3,҃ -҃ .҃ 7҃ E҃ R҃ S҃                                                             5            v  kdGc $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdFc $$If   l   l '{6    4   4 
l a] p
         S҃ T҃ U҃ V҃ W҃ [҃ \҃ ]҃                                     t                                                                                                                                                             v  kdGc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ]҃ ^҃ w҃ y҃ ҃                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\Hc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҃ ҃ ҃ ҃ ҃                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdIc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҃ ҃ ҃ ҃ ҃                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdIc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҃ ҃ ҃ ҃ ҃                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]Jc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҃ ҃ ҃ ҃ ҃                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ҃ ҃ Ӄ Ӄ 
Ӄ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdKc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
Ӄ Ӄ (Ӄ *Ӄ /Ӄ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^Lc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /Ӄ 0Ӄ ?Ӄ AӃ GӃ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	Mc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         GӃ HӃ VӃ XӃ ^Ӄ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^Ӄ _Ӄ rӃ tӃ yӃ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_Nc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         yӃ zӃ Ӄ Ӄ Ӄ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
Oc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ӄ Ӄ Ӄ Ӄ Ӄ Ճ Ճ Ճ Ճ Ճ &փ @փ tփ փ փ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdOc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         փ փ ׃ ׃ O׃ b׃ ׃ ׃ ׃ ؃ :؃ T؃ d؃ ؃ ؃ ؃ ؃ ؃ ؃ ك ڃ ڃ 0ڃ Vڃ eڃ xڃ yڃ ڃ ڃ ڃ                                                                                                                                                                                                                                                                                                                                                                   gd_  ؃ ؃ ؃ ك ك ك 0ڃ Fڃ eڃ wڃ ڃ ڃ ڃ ڃ $ۃ Eۃ Vۃ ۃ ۃ ۃ J܃ _܃ ܃ ܃ ܃ ܃ ܃ ܃ ܃ ܃ ܃ ܃ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ڃ ڃ ڃ ۃ ۃ $ۃ Tۃ Uۃ Vۃ ۃ ۃ ۃ ۃ ۃ ۃ I܃ J܃ T܃ _܃ ܃ ܃ ܃                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ܃ ܃                                     kd`Pc $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ܃ ܃ ܃ ܃ ݃ ݃ .݃ D݃ F݃ ]݃                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	܃ ݃ ݃ ݃ -݃ .݃ C݃ D݃ ^݃ g݃ ݃ ݃ ރ 	ރ (ރ )ރ *ރ +ރ Qރ Rރ Wރ `ރ }߃ ߃ ߃ ߃ ߃ ߃ ߃ ߃ ߃ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ]݃ ^݃                                     kdQc $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^݃ g݃ ݃ ݃ ݃ ݃ ݃ ݃ ݃ ݃ ݃ ݃ ݃ 	ރ                                                                                                                                     q                            kdSc $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
	ރ )ރ *ރ +ރ Rރ Sރ Tރ Uރ Vރ             q            l                                                                                                                                                       gd_    kdSc $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Vރ Wރ                                     kdTc $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Wރ `ރ ރ ރ ރ ރ ރ ރ ރ ރ ߃ $߃ 9߃ N߃ h߃ i߃ ~߃                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ~߃ ߃ ߃ ߃ z            q            q                                                                                                                                                                                       	  $If   gd_    kdUc $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ߃ ߃ ߃ ߃ ߃ ߃ ߃ ߃ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdVc $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ߃ ߃ ߃ ߃ ߃ o q          - 9 U a           4 ~    ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "߃ ߃                                     kdYWc $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ߃ ߃     > Z [ p q                                                                                                               q                                                         kdXc $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdmYc $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd*Zc $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ( )                                                                  q                                                                                                                             kd[c $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      4      ! z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd>\c $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ! S T ^ h i       
        * + , K L M N O R [    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #! T ^ h                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  h i                                        kd	]c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_                                            kd]^c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
      @     +                                                                                                 s                                                                        kd_c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + , M N O P Q |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdk`c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R                                        kd%ac $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [                             s                                                                                                                                                                                   kdybc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                u    x   !    : T s   l         $    / d e о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -             ' |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd3cc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' (       7 l                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   $$If   a$gd_   
& F gd_    gd_     $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
ec $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W u                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdiec $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdec $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'fc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdDgc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdahc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U V x                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdic $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ic $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdic $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<jc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYkc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvlc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdlc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4mc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQnc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ) 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdnc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnoc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,pc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }  2 T b r                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdpc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIqc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfrc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$sc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > ? l z                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAtc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^uc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kduc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{vc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9wc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVxc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsyc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      T U                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdyc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1zc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN{c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk|c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)}c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f g                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF~c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߀c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q r      U V c d e  
                                                                                                                                                                                        gd_  z  kd>c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e v    B S T U j          	   5 >   # $ 4 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  
  B T U _ j                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	   4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4 5                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 >      a                                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_    $ u     |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdEc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 5 O P Q d e t      E F I R          ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jc h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     E F G H |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H I                                        kd>c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I R    I T p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            U V       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdLc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        U V        ( ^          ! " Q t u x  7  :         ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " Q c u v w                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  w x                                        kdZc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x              , M s                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_     :   ) l |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ) * 9 Z     ( J k l o     N O P a ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jhc h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  l m n o     P b c m |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a c x            # ,        ! 1 2 | }        ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !m x                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  " #                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # ,         ! 2                                                                                                 Y                              kdOc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
2 } ~    F j 	 	 7 D             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd	c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          F j 7 D p
 
                 z  }    F g   _ ` x y   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jc hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jÑc hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -D o
 p
 
        5 6       
    y z                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kd*c $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdtc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   % - 9 o            f            f            f                                                                                                                                                	  $If   gd_    kdPc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 : B I N o            f            f            f                                                                                                                                                	  $If   gd_    kdc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N O W ^ j o            f            f            f                                                                                                                                                	  $If   gd_    kd,c $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j k l m   f g      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdc $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       & 
& T) _) V/ g/ 1 2 3 $3 %3 13 53 Q3 U4 V4 k4 4 4 4 4 4 4 4 4 5 5 5 5 !5 6 6 6 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %     S T   =     " " Y" # # ~$ & 
& S' T' u( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ( ( ( ( ( ( ) %) <) S) T) _) * * -+ .+ + + . . V/ g/ / / / L0 z0 0 0                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  0 0 !1 q1 1 1 2 3 %3 Q3 U4 V4 `4 k4 4 4 4                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  4 4                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5 5                                        kdחc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 !5 `5 l5 5 5 5  6 +6 d6 n6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
6 6  7 77 |            s            s                                                                                                                                                                                           	  $If   gd_   kd+c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6  7 67 77 87 :7 F7 J7 f7 g7 |7 7 7 7 7 7 7 7 7 8 8 8 8 &8 9 : ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 77 87 97 :7 f7 g7 q7 |7 7 7 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  7 7                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8 8                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 &8 e8 q8 8 8 9 '9 9 : &: ':                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  : &: (: 8: 9: ?: F: G: H: I: ^: : : : : : : : : : : : ; 
; < ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ': (: 9: G: |            s            s                                                                                                                                                                                           	  $If   gd_   kdGc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G: H: I: S: ^: : : : |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : :                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : : :  ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   ; ;                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; 
; I; U; |; ; ; < < < 
= =                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  < < 
= = = = #= *= += ,= -= .= := >= Y= Z= o= = = = = = = = = 
> > ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    = = = += |            s            s                                                                                                                                                                                           	  $If   gd_   kdcc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       += ,= -= .= Z= d= o= = = = |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kdעc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > 
> > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  > > > > ? ? ? ? ? ? ? ? ? ? ? ? @ @ @ @ <@ =@ G@ f@ g@ h@ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  > >                                        kd+c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > [> g> > > > ? S? ? ? ?                                                                                                                         f                           kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ? ? ? ? ? ? ? ? @ @                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd9c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	@ @                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ =@ g@ h@ i@ k@ l@                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  h@ i@ m@ v@ B B B B B B !B "B #B $B ^B xB zB {B B B B B B B B  C п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  l@ m@                                        kdGc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m@ v@ @ @ @ A 6A eA A A B B                                                                                                                         f                           kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  B B "B #B $B ^B {B B B B                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdUc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  B B                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B C C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   C C C C C &C 'D (D )D _E `E aE qE rE E E E E E E E E E G G ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 C C                                        kdcc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C &C (D )D :D yD D `E aE rE E                                                                                     s                                                                                              kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
E E E E E E E G G G H 8H pH H |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdqc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G H H 7H KH oH H H H I I [I \I qI I I I I I I I I I I I  J J J J LJ MJ gJ pJ |J õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !H I [I \I fI qI I I I                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I I                                        kd+c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I J J 'J :J MJ OJ fJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  fJ gJ                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gJ pJ J J K K K .K [K bK jK                                                             f                                    [            [                     
  $If   gd_ K$  kdӱc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
|J J K K K -K .K 1K FK OK YK [K aK bK iK kK K K K K K K K K K K K K K K K ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ jK kK K K K K                                     R            I                                                                     	  $If   gd_ Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   K K K K K L L +L ,L -L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K *L +L .L 7L ZL L L L L L L L  M M 	M M  M !M 0M 2M 8M 9M :M ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J -L .L                                        kdac $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .L 7L ZL L L L L L L M 
M                                                             f                                    [            [                     
  $If   gd_ K$  kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  

M M !M 1M 2M 3M 4M                                     R                                                                                              Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdoc $If   K$L$l 0                                     
t                              4   4 
l a   4M 5M 6M 7M 8M 9M                                     R            I                                                                     	  $If   gd_ Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   9M :M bM M M M M M M M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:M RM \M ]M ^M `M aM bM M M M M M M N N O O O O O O O O O 4P =P TP P P ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M M                                        kd]c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M N N N O O O O O P                                                                                     Y                                          kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
P P P P P P P P P 
Q Q 7Q QQ YQ nQ Q Q Q                                                                                                                                                                                                                      	  $If   gd_  S  kdkc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ P P P P 
R R R R (R 2R 3R 4R 6R 7R 8R WR XR R R R R R S S S S S S ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Q Q Q Q 
R R R                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R R 8R XR }R R R R R |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R R                                        kdIc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R S HS S S S S T  T )T                                                             f                                    [            [                     
  $If   gd_ K$  kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
S S S S S T T  T (T *T U U U U U U U U U U U U U U 0V 1V 4V =V V qW ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 )T *T 2T GT \T nT T T T T T T U U *U DU ^U nU                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdWc $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   nU U U U U                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdc $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U U U U U V V 1V 2V 3V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3V 4V                                        kd5c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4V =V V V 'W pW X X X X "X uX                                                                                                 f                                                   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  qW X X X X !X "X tX uX vX X X X X X X X X X Y Y Y !Y þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ uX vX X X X X Y Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Y                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y !Y Y Y 6Z Z [ [ [  [ 1[                                                                                                 Y                              kdQc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
!Y Y Y 5Z 6Z Z [ [ [  [ 0[ 1[ [ [ [ [ [ [ [ [ [ [ [ \ \ "\ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  1[ [ [ [ [ [ [ [ \ \  \ !\             s                                                                                                                                                                 kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  !\ "\                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "\ +\  ] '] k] ] S^ T^ U^ f^ ^                                                                                     Y                                          kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
"\ +\ \ ] Q^ S^ T^ U^ e^ f^ ^ ^ ^ ^ ^ ^ B` D` E` F` V` W` ` ` ` ` ` ` ` ` ` ` ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ^ ^ ^ ^ ^ ^ ^ ^ _ )_ C_ S_ m_ _ _ _ _                                                                                                                                                                                                         	  $If   gd_  S  kdc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ _ _ _ ` )` C` D` E`                                                                                                                                                                                                                                                 	  $If   gd_  S  kdec $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  E` F` W` ` |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` ` ` ` ` ` 
a  a 3a 4a 5a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
` ` ` ` 2a 3a 6a ?a a c c c c c d d !d ed d d d d d d d f f ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  5a 6a                                        kdyc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6a ?a a Xb b b ;c c c c c                                                                                                 f                                                        kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
c ed d d d d d e $e 9e Ke ee e e e                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  e e e e e f !f 6f Hf bf |f f f f f f f                                                                                                                                                                                                                            S  kdc $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f f g g +g >g Qg dg wg xg yg             s                                                                                                                                                                 kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f f g g g g g g g g *g +g vg wg zg g Gh vh wh h h Qi Ri 7j Lj j j k k k k Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ yg zg                                        kdec $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zg g Gh h h Ri i i Nj j j k k k l El l l l m ;m gm m m m                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  k l m m "m :m m m m m m m n n In On Pn Xn Zn p p p p ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   m m n In Pn Yn |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Yn Zn bn wn n n n n n n o ,o =o Wo ho o o o                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdsc $If   K$L$l 0                     x                
t                                4   4 
l a   o o o o o p  p :p Tp ep p p p p p                                                                                                                                                                                                                   	  $If   gd_  S  kdc $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p p p p p p q "q 5q 6q 7q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
p p p p p p p p p 4q 5q 8q Aq q +r r Is ^s s s t t ,u Au u u u u v Fv ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 7q 8q                                        kd_c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8q Aq q r as s s Qt t Du u v Bv av v v v v v ;w <w                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Fv Yv ev xv v v v v v w w 2w :w ;w <w =w Mw Nw w w w w w y y y y z z z z ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  <w =w Nw w w w |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w w w w w 
x !x 8x Ix `x wx x x x x x                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdmc $If   K$L$l 0                                     
t                                4   4 
l a   x x x x y y .y Ey \y my y y y y y y y                                                                                                                                                                                                                            S  kdc $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y y y z z )z <z Oz bz uz wz xz             s                                                                                                                                                                 kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z z z (z )z tz uz yz z { { \| | .} } } 
~ )~ } 
 d y * Ӂ W  R g     Ņ  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !xz yz                                        kdKc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yz z { \| .} } *~ d~ ~ ~ + I { 
  Ձ  j k r                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   O   ͅ 
 , K j                                                                                                                f                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_   $ 0 C O b n      ކ ߆     	 
   4 I J K ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   ߆    
  
             s                                                                                                                                                                                     kdYc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ F h    χ   5 J                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  J K \   |            s            s            s                                                                                                                                                                          	  $If   gd_   kdgc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K [ \      È ǈ ˈ ҈  ׊ ꊄ  , O c   ΋ ⋄  1    *    Ϗ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5         ׊  P  ϋ  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd!c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        s t ƌ m n - .   *     5 m   X Y c n                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ϗ   4 H l   ǐ   X Y n      Α ؑ ّ ݑ ޑ ߑ       * + / 8       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ޑ ߑ    + - .                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  . /                                        kd/c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8   ڒ  & @ w                                                                                                                f                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     ᓄ Ⓞ    . 0 1             s                                                                                                                                                                      kd=c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   ѓ ۓ ܓ  ᓄ Ⓞ     - . 2 ; | }         , 6 7 ; < = O P b c   ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %1 2                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ; Y }                                                      f                                                                                                                       kdKc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    < = P c v    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ו ؕ Z [ \ l m n o           㖄 䖄 薄      $ % & 6 7 8 9 F 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   ؕ [ \ m n                                                 f                                                                                                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  n o     і 䖄 斄 疄 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	疄 薄                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               薄    % & 7 8                                                 f                                                                                                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8 9 : k      Q I J ~  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F J k     , 0 Q  J ~   Ӛ  
 . / B T U s t   ț   
 ; ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    / t   <  Ҝ ' ( ) 3 > q {                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ; O   ќ 圄 & ( ) > p q {          ԝ 杄 睄  
 & / 0 ? շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdOc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ԝ 睄  
  %                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  % &                                        kdc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & /  Ϟ ង  $ P    џ                                                                                                 f                                                   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ?   $ 7 G P W ]        ş ϟ џ ן ؟ ߟ ោ     	 
 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ џ ؟  ោ    	                                                             R            I                                   	  $If   gd_ Q  kd>c $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 	 
 2 3 F Y l     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

 " , - 1 2 3 E F X Y ~       ޡ 衄 顄   # S \ c i z { ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  , ] z   ޡ 顄  $ 6 \ { |                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  { | }     ¢ Ȣ ɢ Т Ң ۢ        4 > ? C D E W X j k    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  | }  ¢ ɢ Ѣ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ѣ Ң                                         R            I                                                                     	  $If   gd_ Q  kd c $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a     D E X k ~    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdgc $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 
 5 o   Ǥ 椄  S W X Y                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
      Ƥ Ǥ 处 椄       R S V W X Y Z j k n     زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Y Z k  |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ¥ ԥ ե 祄 襄 
     +   8 < ~ ꧄     ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph       ¥ ե 襄     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kduc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd/c $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  Ǧ 9 l   ꧄   ?                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 ' 6 > ? F L             ¨ è Ĩ 먄 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ¨ è Ĩ 먄 쨄 ' ީ   J    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd=c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
먄   ' ީ   ! J     $  
 b c o s   / ; ? g 9 g s w  U V     İ  * + A E q  鳄 계 # y   K  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 $   
 b c   . / g 9 f g  V   İ x y  ñ ߱ ﱄ  * + q                                                                                                                                                                                                                                                                                                                                                                   gd_  q  계 # y   K  ⵄ  { |      Ŷ                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_     z {     Ķ Ŷ ̶ Ͷ     Z    o    - . R    鹄 깄 ﹄   ʻ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ŷ ƶ Ƕ ȶ ɶ ʶ ˶ ̶ Ͷ M            H            H            H            H            H            H            H                   gd_   kdc $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Ͷ ᶄ 趄    
                                                  _            V            V                                                             	 $If   gd_    kdc $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdjc $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ) - @ H T                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdc $$If   l       0   T# T                 .                
t  0                                                              4 
l al  T U Z   2            )            )            )                      	 $If   gd_    kdc $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      췄    $ i             [                                                                                                                                           kdc $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  i j o    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdc $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     . 2 L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdcc $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L M R    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd,c $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     깄 ﹄  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdc $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ! p u  d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdc $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd d $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd\d $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al        ú ʺ ֺ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ֺ ׺                                             kdd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ׺ ⺄ 溄                                                                  A                                  kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                              A            <            7                  gd_    gd_    kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ˻ ̻ 廄 滄    % '                                                                                                                                                                                                                                                   E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ʻ ˻ ̻ һ ӻ 廄 滄   ' ( * + 9 : G H g h j k     ȼ ɼ ʼ μ ϼ 켄     
 ս z {     춥x                          /jd hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *' ( ) * + 3 9                                     a                                                                                                                             E  kdJd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdd $$If   l 0 
" R                                                           4 
l a   9 : C G H [ g                                     a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdd $$If   l 0 
" R                                                           4 
l a   g h i j k }                                      a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdgd $$If   l 0 
" R                                                           4 
l a         ȼ                                     a                                                                                                                             E  kd	d $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%	d $$If   l 0 
" R                                                           4 
l a   ȼ ɼ ʼ ˼ ̼ ͼ μ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd	d $$If   l 0 
" R                                                           4 
l a   μ ϼ ܼ ݼ 뼄 켄 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdB
d $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   켄    
 Խ ս Ǿ Ⱦ   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd d $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              8 9 E F           - . m o p | } ń ń ń ;Ʉ >Ʉ SɄ sɄ Ʉ Ʉ Ʉ Ʉ Vʄ Wʄ iʄ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j%d hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0    9 F                                                                                                                                                                                                                                                           S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	     . n                                     N                                                                                       S  kd
d $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd
d $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   n o p }  LÄ Ą 	Ą Ą Ą ń ń ń |Ƅ Ƅ HǄ Ǆ Ȅ ~Ȅ                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdBd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ~Ȅ Ȅ >Ʉ Ʉ Ʉ Ʉ 8ʄ Vʄ Wʄ jʄ ˄ ˄ ˄  ̈́ "̈́ ̈́ ̈́ ̈́ ̈́ ̈́ ̈́ τ τ Є Є ф ф Qф                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  iʄ jʄ ʄ ʄ ʄ ʄ ˄ ˄ ˄ ̄  ̈́ "̈́ ΄ τ τ Є Є Є Qф gф kф xф yф ф ф ф ф ҄ ҄ ҄ /Մ 0Մ ;Մ <Մ =Մ AՄ BՄ Մ Մ Մ ۵۵۵ۭۜۋzrgrrr       jd h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Qф ]ф lф xф yф ф ф ҄                                     j                                                                                                                                           kdd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ҄ ҄ $҄ m҄ r҄ ҄ ӄ ӄ ,ӄ ӄ ӄ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdFd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ӄ -Ԅ Ԅ Ԅ DՄ Մ Մ Մ Մ ք ք ׄ ׄ Mل Nل ڄ ڄ ڄ ڄ ڄ ڄ ۄ h܄ ݄ ݄ .ބ /ބ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Մ Մ Մ Մ Մ Մ Մ Մ ք ׄ ل ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ڄ ۄ ۄ ܄ ܄ ݄ .ބ ߄ ߄ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jd hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujd h_ U !/ބ ߄ ߄ ߄ ߄ ߄ ߄                                                 e                                                                                                                        F  kd`d $$If   l   l '{6    4   4 
l a] p
        F  kdd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ߄ ߄ ߄ ߄ ߄ ߄ ߄ ߄ ߄   > ? U V q r             ? @ A B C ! " .             5 T  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3߄ ߄ ߄ ߄ ߄ ߄ ߄                                                             5            v  kdFd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdd $$If   l   l '{6    4   4 
l a] p
         ߄ ߄ ߄ ߄ ߄ ߄ ߄ ߄                                     t                                                                                                                                                             v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ߄ ߄                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           7 9 >                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         > ? M O U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U V i k q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdCd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            $ ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? @ A B C ! " . v     % Y                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y m      4 R      6 U             0 c d                                                                                                                                                                                                                                                                                                                                                                   gd_            J b      ( T    / 0 : D E k l    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  d         ( > T j       0 : D                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  D E                                     kdd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               E l                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  	                        - . M N O P u Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ' ( < = a } ~                                                                                                                                          q                            kdHd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
                     q            l                                                                                                                                                       gd_    kdd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                    4 5 O k l ~                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_    . N z            q            q                                                                                                                                                                                       	  $If   gd_    kd!d $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       N O P w x y z { z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd!d $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       u v w |  
     ? @ B n o t }      * | ~         ^ _  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "{ |                                     kd"d $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |             @                                                                                                             q                                                         kd#d $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  @ A B o p q r s z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd$d $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       s t                                     kdd%d $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t }   | } ~                                                               q                                                                                                                             kd&d $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       _      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdx'd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         ' ( U j k   > " $ 4 5             U e f ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kdC(d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( U k m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd)d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 @ A } ~   # $ 5                                                                                                   s                                                                        kd*d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd+d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd_,d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 T U f                          s                                                                                                                                                                                   kd-d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f         ; < S    2    5   > ]     {  
 )   $ C "  A      1 P     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       Y Z      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdm.d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  & = U l    
 P Q ; < S h                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'/d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD0d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda1d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~2d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<3d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       $ 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY4d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv5d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w x                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd46d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ7d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       > L \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn8d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,9d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI:d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf;d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                                        s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd;d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$<d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA=d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S T {                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^>d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{?d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9@d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdVAd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsBd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $ 2 B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1Cd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d o t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNDd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        "  0  @                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdEd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @  A  L  Q              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkEd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q  R  \  a              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a  b  m  r              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)Fd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r  s  }                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdFd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFGd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                      {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcHd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      1 ? O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!Id $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdId $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdId $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>Jd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[Kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      4 T y        &                                                                                                                                                                                         gd_  z  kdxLd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & A       : ; E O P               Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ         ; E O                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	O P                                        kdLd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd+Nd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 0 1 Q R   5 Z j {                                                                                                                                                                                                                                                                                                                                                                                                               
& F $If   gd_ 	  $If   gd_      , E ^  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdOd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        n	 p	 	 	 7
 8
 ;
 L
 d
 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j9Pd h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdPd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdxQd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 8 9    	 '	 A	 V	 n	 o	                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  o	 p	 	 8
 |            s            s                                                                                                                                                                                           	  $If   gd_   kdRd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8
 9
 :
 ;
 d
 
 
 ( : L M < = |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdSd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d
 
 
 ' ( K L M k    ) ; = R         
 
 
 
 
 
 P Q t v    ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $= G R                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd@Td $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
 
                                        kdUd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 d
 e
 t
 
 
 
 <     . P Q u                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  u v   .   
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdVd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                . S     	 
 
  4 [      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jWd h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  
   
 3 4        |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd'Xd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          H I S ] ^        5 C             0 B C N  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  I S ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ] ^                                        kdXd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd5Zd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + , L M                                                                                                      Y                              kd[d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     N   = >               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdC\d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                [ m ;" N" " " " " <# =# ?# @# # # $ $ % L% & "& & & ' ( o) ) ) ) * * '* (* ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jBad hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j\d hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - 
   e f & ' Z [ m   :" ;" P" " =# @# # # $ $ % % '% 9%                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  9% L% M% R% Z% _%             f                                                                                                                                                                      kdd]d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  _% `% e% m% y% o            f            f            f                                                                                                                                                	  $If   gd_    kd]d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y% z% % % % o            f            f            f                                                                                                                                                	  $If   gd_    kd@^d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % % o            f            f            f                                                                                                                                                	  $If   gd_    kd^d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % % o            f            f            f                                                                                                                                                	  $If   gd_    kd_d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % % o            f            f            f                                                                                                                                                	  $If   gd_    kd_d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % % o            f            f            f                                                                                                                                                	  $If   gd_    kd_d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % & o            f            f            f                                                                                                                                                	  $If   gd_    kdf`d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at & 	& 
& & & & ( ( ) ) X* Y* * o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd`d $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (* +* ,* * * 3 3 6 6 < = ~? ? @ @ @ @ @ @ A A 	B ;B <B FB PB QB ]B ~B B B B B B B D D D ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %* * :+ ;+ + + , , , . . / / / 1 1 2 3 3 4 4 6  6 -6 :6 G6 X6                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  X6 i6 z6 6 6 6 6 6 6 6 6 6 -8 .8 8 8 M9 N9  < !< < = := = = = > E> u>                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  u> v> > ? ~? ? ? @ @ @ A A A 	B <B FB PB                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  PB QB                                        kdad $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QB B B B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B B                                        kdcd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B 
C 1C XC C C C D D 1D D D                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
D D D D |            s            s                                                                                                                                                                                           	  $If   gd_   kdedd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D D D D D D D E E E LE ME WE aE bE nE E E E E E E E LG G ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 D D D D E E E E ME WE |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kded $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	WE aE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  aE bE                                        kded $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bE E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  E E                                        kd-gd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E F F 6F aF F F KG G G G                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  G G G G G G G G G G G .H /H 9H CH DH PH qH rH H H H H H 0J ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    G G G G |            s            s                                                                                                                                                                                           	  $If   gd_   kdhd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G G G G /H 9H CH |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd;id $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CH DH                                        kdid $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DH rH H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  H H                                        kdIkd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H I EI I I /J J J J                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  0J J J J J J J J J J J J J J J J 
K ?K @K JK TK UK aK K K K K ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    J J J J |            s            s                                                                                                                                                                                           	  $If   gd_   kdld $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J J J K 
K @K JK TK |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdWmd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	TK UK                                        kdnd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UK K K K K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  K K K K -M /M ?M @M FM MM NM OM PM eM M M M M M M M M M N N N îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  K K                                        kdeod $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K L ,L ZL L L L -M .M /M                                                                                                                         f                           kdpd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  /M @M NM OM PM ZM eM M M M                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdsqd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	M M                                        kd-rd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M N N N 	N 
N                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  N N N N O O O O O O O O O O O P P P .P `P aP kP uP vP P P п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
N N                                        kdsd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N SN _N N N N O  O WO O O                                                                                                                         f                           kdtd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O O O O O O P #P .P aP                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdud $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	aP kP uP                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  uP vP                                        kdIvd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vP P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P P P P P P Q Q Q R R R S S BS CS DS ES FS GS SS WS wS ]U pU ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 P P                                        kdwd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q Q R MR R R S BS                                                                                     s                                                                                              kdxd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
BS CS DS ES FS GS wS (U )U ]U U U V UV |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdyd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
pU U U U U 
V !V TV hV V V V V W AW BW LW VW WW oW yW zW {W ~W W W W W W W W X X X õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !UV V V V W W BW LW VW                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  VW WW                                        kdezd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WW W W W W W W W X                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  X X                                        kd{d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X yX X X X X X X  Y Y                                                             f                                    [            [                     
  $If   gd_ K$  kd
}d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
X yX X X X X X X X X X X X  Y Y 	Y Y Y .Y 0Y 1Y 2Y JY TY UY VY XY YY ZY |Y }Y ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Y 	Y Y /Y 0Y 1Y                                     R            I                                                                     	  $If   gd_ Q  kdT~d $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd}d $If   K$L$l 0                                     
t                              4   4 
l a   1Y 2Y ZY }Y Y Y Y Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}Y Y Y Y Y Y SZ TZ UZ VZ fZ gZ Z Z Z Z Z Z Z Z Z Z Z Z ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Y Y                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y &Z TZ UZ VZ gZ Z Z Z                                                             f                                    [            [                     
  $If   gd_ K$  kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Z Z Z Z Z Z Z                                     R                                                                                              Q  kd6d $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   Z Z Z Z Z Z                                     R            I                                                                     	  $If   gd_ Q  kdPd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdÂd $If   K$L$l 0                                     
t                              4   4 
l a   Z Z  [ ![ "[ G[ Z[ m[ n[ o[ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd݃d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z Z Z Z Z Z Z  [ ![ "[ l[ m[ p[ y[ j\ k\ ] 7] Q] R] S] T] d] e] f] ] ] ] "^ (^ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ o[ p[                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p[ y[ [ X\ k\ Q] R] S] T] e] "^                                                                                     Y                                          kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
"^ )^ 2^ 3^ ;^ P^ e^ w^ ^ ^ ^ ^ ^ ^ _ !_ 3_ M_                                                                                                                                                                                                                      	  $If   gd_  S  kdd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ (^ )^ 1^ 3^ _ _ _ _ _ _ _ _ _ _ _ _ _ @` A` D` M` Y` ` Ba Ya Za [a \a ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  M_ g_ w_ _ _ _ _                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd7d $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ _ _ _ ` .` A` B` C` |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdɇd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C` D`                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D` M` ` ` Za [a \a ma a a a                                                             f                                    [            [                     
  $If   gd_ K$  kd׉d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
\a la ma a a a a a a a ?c Ac Bc Cc [c ec fc gc ic jc kc xc c c c c c c ad e ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 a a a a a b &b @b Pb jb b b b b b b b c                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   c &c @c Ac Bc                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd#d $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Bc Cc kc c c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kdod $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c ad ~d d e e e e e e f                                                                                                 f                                                   kdÍd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  e e e e e e e f f f ,f 6f 7f 8f :f ;f <f Tf Uf f f f f þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ f f <f Uf zf f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kd7d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f ig g g h h h h h h                                                                                                 Y                              kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
f hg jg g g h h h h h h h !i "i #i ;i Ei Fi Gi Ii Ji Ki Li i i i νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  h "i #i Ki Li qi i i i i i i             s                                                                                                                                                                 kdEd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i i                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i j j 	k Rk k k k l Wl                                                                                     Y                                          kdSd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
i i j Rk k k k k l l Wl Xl ^l _l gl il m m m m m m Gn Hn In an kn ln mn on pn qn ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Wl Xl _l hl il ql l l l l l l m %m -m Bm Wm                                                                                                                                                                                                         	  $If   gd_  S  kd
d $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Wm im m m m m m m m                                                                                                                                                                                                                                                 	  $If   gd_  S  kdd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  m m m Hn |            s            s                                                                                                                                                                                           	  $If   gd_   kd1d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Hn In qn rn n n n n n n n |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
qn rn n n n n n n o q q q q q q q q r Ir }r r r r r r t t ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  n n                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o o 2p Fp p q q q q                                                                                                 f                                                        kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
q r r r r r r r r r r s s .s Hs                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Hs bs ss s s s s s s  t t +t Et _t pt t t                                                                                                                                                                                                                            S  kdSd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t t t t t t t t u u u u             s                                                                                                                                                                 kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t t t t t t t t t t t t u u u !u u v v ;v <v v v w w x x y y y y Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ u u                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u !u u <v v v #w vw w Ax x Fy y y y y 2z Iz yz z z { 1{ ]{ {                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  y y z z z z a{ t{ x{ { { { { { { { { { { G~ I~ J~ K~ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   { { { { { { |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { {  | | *| ?| Q| k| | | | | | | }  } (} =}                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdd $If   K$L$l 0                     x                
t                                4   4 
l a   =} R} g} y} } } } } } ~ ~ .~ H~ I~ J~                                                                                                                                                                                                                   	  $If   gd_  S  kd?d $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J~ K~ s~ t~ ~ ~ ~ ~ ~ ~ ~ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdѝd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
K~ c~ m~ n~ r~ s~ t~ ~ ~ ~ ~ ~ ~    瀅  ] r N c ʂ ߂      䃅 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ~ ~                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~    u   f ₅      C Z y  ل ڄ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  䃅    ^ q }     Є ؄ ل ڄ ۄ 넅 섅 0 6 7 ? A         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ڄ ۄ 섅 0 7 @ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A I [ m     օ 煅   & < M d e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdd $If   K$L$l 0                                     
t                                4   4 
l a   e m     ̆ ㆅ   " 9 J ` q                                                                                                                                                                                                                              S  kd9d $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       Ǉ ڇ 퇅                  s                                                                                                                                                                 kdˡd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     Ƈ Ǉ      2 d  , ̊ - I  ǋ     Ȏ q      1 D P c  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  2  ̊ J ȋ  M l Ɍ 猅   T s   	                                                                                                                                                                                                                                                                                                        
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   풅 - L k  ʓ 铅  ' ( 9                                                                                                             f                                       kd٣d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_    Γ ᓅ 퓅     & ( 8 9 | } ~        ҕ 畅 蕅 镅 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  9 } ~                  s                                                                                                                                                                                     kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdMd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  䔅  ( J K m   ӕ 蕅                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  蕅 镅  - R |            s            s            s                                                                                                                                                                          	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       镅   Q R S T U a e i p  u   ʘ 혅  % 9 l   ϙ    Ȝ # & Z m ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  R S T U  ? A u   & m  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd[d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          d   ˛ ̛   Ȝ % & Z  ӝ  R      ? I S                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  m   ҝ 杅 
  Q e      > ? I S T l v w { | }       ȟ ɟ ͟ ֟  B C D T U õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (S T                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T | }    ɟ ˟ ̟                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ̟ ͟                                        kdid $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͟ ֟  A x  Ġ ޠ  C D U                                                                                                             f                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  U V W      ̡ Ρ ϡ             s                                                                                                                                                                      kdwd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
U V W o y z ~       ˡ ̡ С ١          ʢ Ԣ բ ٢ ڢ ۢ      & ' ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ϡ С                                        kd1d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               С ١                                                       f                                                                                                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    ڢ ۢ    ' ) * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?d $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* +                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' + 4 u v    
   
 % / 0 4 5 6 H I [ \       5 6 ¥ å ĥ ԥ ե ֥ ץ 䥅 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %+ 4 R v                                                     f                                                                                                                       kdMd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   
 5 6 I \ o    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  6 å ĥ ե ֥                                                 f                                                                                                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ֥ ץ إ 	     礪 秅 觅  ^ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdϳd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       䥅 襅 	     ʦ Φ 礪 I 觅  / ^ q   ̨ ͨ ਅ     % S f    ٩ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^  ͨ  S  ک ! p Ū ƪ Ǫ Ѫ ܪ   #                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ٩    4 o  Ī ƪ Ǫ ܪ    # $ < F G K L M U r     ī ͫ Ϋ ݫ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\# $                                        kdd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $ L M r     ë                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ë ī                                        kdݵd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ī ͫ < m   ¬  0 1 B o                                                                                                 f                                                   kd1d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ݫ <  ¬ լ 嬅    / 0 1 A B E Z c m o u v }        ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ o v ~                                                                  R            I                                   	  $If   gd_ Q  kdxd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   Э ѭ 䭅  
     6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ʭ ˭ ϭ Э ѭ 㭅 䭅     7 @ A P  |            ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 6 7                                        kdd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7 @  ʮ   1 D |   ¯ ԯ                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_     + , / 5 ` f g n p y        Ұ ܰ ݰ ᰅ Ⰵ 㰅    	 . / 3 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ    , ` g o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p                                         R            I                                                                     	  $If   gd_ Q  kdZd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdͻd $If   K$L$l 0                                     
t                              4   4 
l a     Ⰵ 㰅  	  / 1 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 3                                        kdd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 <  ӱ 
  Z e                                                                                                                                                                                                                                                                                                                                                                                                                       
& FT $If   gd_ 	  $If   gd_  
3 < = L  Z d e                 	  ! * 4 5 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   	 6 |            s            s                                                                                                                                                                                           	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 7 O Y Z ^ _ ` r s        ɳ ' ( ִ ڴ       ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    6 7 _ ` s      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdid $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ( e ״ 
 ; M    ݵ                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 ŵ Ե ܵ ݵ 䵅 굅     ! 1 2 5 J S ] ^ _ ` a b  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f    ! 2 _ |            s            s                                                                                                                                                                                           	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ` a b   Ŷ |   跅 T   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdwd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   Ŷ |    跅 T    ¸ ?     
  :  ͺ ٺ ݺ  ׼    B   . / ; ? b  ȿ ɿ ߿ 㿅  Y     T   AÅ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 ¸ ?      :  ̺ ͺ  ׼   B  . / b   L a }   ȿ ɿ                                                                                                                                                                                                                                                                                                                                                                    gd_   Y    T   AÅ Å Å ą ą %ą 1ą @ą Lą _ą cą                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  AÅ Å Å ą ą %ą ;ą ?ą _ą bą cą ją ką ą ą ą ą ą /Ņ Ņ Ņ 
ƅ Cƅ Dƅ ƅ ƅ ƅ ƅ 'ǅ (ǅ Zǅ ǅ ǅ ǅ ǅ ȅ hɅ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $cą dą eą fą gą hą ią ją ką M            H            H            H            H            H            H            H                   gd_   kd1d $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ką ą ą ą ą ą ą ą                                                 _            V            V                                                             	 $If   gd_    kdd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ą ą ą ą                                                                                                                                                                                                                                                          	 $If   gd_  o  kdd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ą ą ą ą ą ą ą ą                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdAd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ą ą ą /Ņ 4Ņ 2            )            )            )                      	 $If   gd_    kdd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     4Ņ Ņ Ņ Ņ Ņ Ņ ƅ             [                                                                                                                                           kdd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ƅ ƅ 
ƅ Dƅ Hƅ ƅ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ƅ ƅ ƅ ƅ ƅ ƅ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ƅ ƅ ƅ (ǅ -ǅ Tǅ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdfd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Tǅ Uǅ Zǅ ǅ ǅ ǅ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/d $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ǅ ǅ ǅ ǅ ȅ ȅ ȅ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ȅ  ȅ #ȅ -ȅ n            e            e                                                                                                                                                               	 $If   gd_    kdd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           -ȅ .ȅ 1ȅ :ȅ                                                                                                                                                                                                                                                	 $If   gd_  t  kdd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  :ȅ ;ȅ <ȅ Mȅ Rȅ Zȅ aȅ hȅ tȅ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd3d $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  tȅ uȅ                                             kdd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          uȅ ȅ ȅ ȅ ȅ ȅ ȅ ȅ                                                             A                                  kd)d $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ȅ ȅ ȅ ȅ ȅ ȅ ȅ ȅ                                                 A                                              kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ȅ ȅ ȅ ȅ ȅ ȅ ȅ                                     A            <            7                  gd_    gd_    kdd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ȅ iɅ jɅ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ                                                                                                                                                                                                                                                   E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	hɅ iɅ jɅ pɅ qɅ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ ʅ ʅ ʅ 	ʅ 5ʅ 6ʅ Nʅ Oʅ fʅ gʅ hʅ lʅ mʅ ʅ ʅ ʅ ʅ ʅ ʅ s˅ ͅ ͅ $ͅ %ͅ 5ͅ 6ͅ 춥x                          /jd hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ                                     a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%d $$If   l 0 
" R                                                           4 
l a   Ʌ Ʌ Ʌ Ʌ Ʌ Ʌ ʅ                                     a                                                                                                                             E  kdBd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdd $$If   l 0 
" R                                                           4 
l a   ʅ ʅ ʅ ʅ 	ʅ ʅ 5ʅ                                     a                                                                                                                             E  kd d $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdd $$If   l 0 
" R                                                           4 
l a   5ʅ 6ʅ Aʅ Nʅ Oʅ Yʅ fʅ                                     a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_d $$If   l 0 
" R                                                           4 
l a   fʅ gʅ hʅ iʅ jʅ kʅ lʅ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdd $$If   l 0 
" R                                                           4 
l a   lʅ mʅ zʅ {ʅ ʅ ʅ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd|d $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ʅ ʅ ʅ ʅ ʅ r˅ s˅ e̅ f̅ =ͅ >ͅ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd:d $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
6ͅ :ͅ ;ͅ 0΅ 1΅ <΅ =΅ M΅ N΅ R΅ S΅ U΅ }΅ ~΅ ΅ ΅ ΅ ΅ +υ -υ 8υ 9υ υ υ υ υ υ υ υ υ Ѕ 
Ѕ Ѕ Ѕ Ѕ Ӆ Ӆ Ӆ օ օ օ ׅ 6ׅ ?ׅ ׅ ׅ ׅ ׅ ؅ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j_d hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0>ͅ U΅ ^΅ ~΅ ΅ ΅ ,υ -υ 9υ υ                                                                                                                                                                                                                                                       S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	υ υ υ υ υ υ Ѕ                                     N                                                                                       S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdXd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Ѕ 
Ѕ Ѕ Ѕ SЅ Ѕ х х ҅ ҅ Ӆ Ӆ Ӆ ԅ uԅ ԅ LՅ Յ օ                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd|d $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   օ օ օ 7ׅ ׅ ׅ ׅ ׅ ׅ ؅ nم oم م څ څ )ۅ Kۅ dۅ ۅ ۅ ۅ ܅ ܅ Dޅ Eޅ ޅ ޅ ޅ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ؅ ؅ ؅ ؅ ؅ ؅ mم oم م څ څ څ ܅ ܅ ܅ Cޅ Eޅ dޅ ޅ ߅ 	߅ ߅ ߅ g߅ h߅ }߅ ~߅ ߅ ߅ ߅          ) ۵۵۵ۭۜۋzrgrrr       jd h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ޅ ޅ 
߅ ߅ ߅ h߅ ~߅ ߅                                     j                                                                                                                                           kdd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ߅ ߅ ߅   O    4 q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
q     2 3 ~  # $ | }     p q   L  M N                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  ) * + / 0 3 ~  " { =  K L W X h i m n o p q z    & / O M  7 8 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jd hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjYd h_ U ! 8 < = S T h                                                 e                                                                                                                        F  kdd $$If   l   l '{6    4   4 
l a] p
        F  kd'd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  8 = j               , - I J k l               - b {    D V ) A v    ( ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3h i j s                                                                5            v  kdd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd
d $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd%d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           % ' ,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         , - B D I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I J d f k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k l { }                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  . b |                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd)d $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ? W     $ B v     ' ( ) * L U V l                                                                                                                                                                                                                                                                                                                                                                          gd_  ( * 4 J K L l         # `             	 
 ' ( ; пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     . A B `                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                
 ' ( > T j                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_  	; > S T i j     2 4 D E d e f g              Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd+d $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        1 2 3 4 E                                                                                                                                     q                            kdd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
E e f g                  q            l                                                                                                                                                       gd_    kd?d $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                      	 
  G ` u                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      z            q            q                                                                                                                                                                                       	  $If   gd_    kdSd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           #         
   i u       , - L M P Z p    0 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                # B C W X z                                                                                                                   q                                                         kd$d $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     
     z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 d e    - M                                                             q                                                                                                                             kdd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M N O P p  1 G H R ] z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
0 1 H ]          	 = F          $ 7 f g h           ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #]                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd}d $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  	  <                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  < =                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F       +  |        $ g                                                                                                 s                                                                        kd%d $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  g h      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    %                         s                                                                                                                                                                                   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   $ % & ' ( * L W    1 P   0 O   > ]   W	 v	 
 
  8   : Y   
 
 A `   L k   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -% & ' ( ) * W   9 D N Y c |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c d    
 7 8 s        1 ? O                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdad $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0 > N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      > L \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdne $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdIe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 '	 ,	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,	 -	 7	 <	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <	 =	 >	 W	 e	 u	                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u	 v	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 %
 n
 
 
 
                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
  ' 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9	e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV
e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z {                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdse $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 : H X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN
e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdke $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 

 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 "
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "
 #
 $
 
 
 
 
 
                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdFe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                 {            {                                                                                                                                                                                                           	  $If   gd_  z  kdce $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! " A O _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1 L Z j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         : ;       I                                                                                                                                                                                        gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       J ~            ! 2 D E V W q z M O _ ` p Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  I J ~                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! E W Y p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  p q                                        kdee $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z     >      ) * N                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  N O `     + |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q       * + , Q R              ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jse h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  + , R     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   &        
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               	 O d      " # - 7 8 ] ^      s v     $ % 5 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   # - 7                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  7 8                                        kdze $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    # [ \  H h                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_    % v  ' e  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd""e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 P Q R e f u    & C d        X     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j"e h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        W X     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kda#e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               !  "  J  [  \  _  h      ! :! R! S! [! ]! m! n! ! ! ! ! ! ! ! !  " ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kd$e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                "  J  \  ]  ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ^  _                                         kdo%e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _  h          :! ;! \! ]! n!                                                                                                 Y                              kd&e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
n! ! ! ! ! ! " " $ $ s' '             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd}'e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   " !" ," -" =" >" B" C" " " s' ' ( ( + , / / "0 $0 90 ;0 0 0 0 0 H1 J1 /2 D2 2 2 3 3 N4 R4 5 5 
7 47 7 7 7 7 7 7 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j|,e hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j7(e hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -' ( ( ( * * * * + + , q- r- / / / ;0 0 0 I1 J1 /2 D2 2 2 2 2                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  2 2 2 2 2 2             f                                                                                                                                                                      kd(e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  2 2 3 3 3 o            f            f            f                                                                                                                                                	  $If   gd_    kd)e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 3 3 $3 )3 o            f            f            f                                                                                                                                                	  $If   gd_    kdz)e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at )3 *3 /3 63 B3 o            f            f            f                                                                                                                                                	  $If   gd_    kd)e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B3 C3 K3 S3 X3 o            f            f            f                                                                                                                                                	  $If   gd_    kdV*e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X3 Y3 a3 i3 u3 o            f            f            f                                                                                                                                                	  $If   gd_    kd*e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at u3 v3 ~3 3 3 o            f            f            f                                                                                                                                                	  $If   gd_    kd2+e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 3 3 3 3 o            f            f            f                                                                                                                                                	  $If   gd_    kd+e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 3 3 3 J4 K4 5 5 87 97 7 7 P8 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd,e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7 7 7 P8 \8 ?A IA D D J J M DM TN `N aN mN qN N O O O O O O O O O P P NP OP PP TP ]P )R +R ;R ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %P8 \8 8 8 9 9 &: ': y: :< ;< C= D= = ?  ? ? ?A IA B B C C C C C C                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  C D D )D :D ;D ND aD xD D D D E E iF jF F F I I J J J (K )K K K K L                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  L L ]L L M M DM TN aN N O O O O O O O                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  O O                                        kd,e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O P OP PP RP SP                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  SP TP                                        kdK.e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TP ]P P P P P 4Q \Q gQ Q Q Q )R *R                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
*R +R <R sR |            s            s                                                                                                                                                                                           	  $If   gd_   kd/e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;R <R rR sR tR vR R R R R R R R R R  S S -S .S SS TS US YS bS T RU ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 sR tR uR vR R R R R R R |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdY0e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  R  S                                        kd1e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                S .S SS TS US WS XS                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  XS YS                                        kdg2e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               YS bS S S S S ?T cT T RU bU cU                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  RU bU dU tU uU {U U U U U U U U U U U U V V 7V 8V 9V =V FV W ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    cU dU uU U |            s            s                                                                                                                                                                                           	  $If   gd_   kd3e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U U U U |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu4e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U                                        kd/5e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U V 6V 7V 8V 9V ;V <V                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  <V =V                                        kd6e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =V FV V V V V #W GW W 6X FX GX                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  W 6X FX HX XX YX _X fX gX hX iX jX vX zX X X X X X X X X X  Y !Y IY JY ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    GX HX YX gX |            s            s                                                                                                                                                                                           	  $If   gd_   kd7e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gX hX iX jX X X X X X X |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd8e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X X                                        kdK9e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X !Y HY IY JY KY MY NY                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  JY KY OY XY Z Z Z Z Z Z Z Z Z [ 5[ 6[ @[ J[ K[ W[ x[ y[ [ [ [ [ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  NY OY                                        kd:e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OY XY Y Y Y Y 7Z WZ Z Z Z Z                                                                                                                         f                           kd;e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Z Z Z Z Z Z [ 6[ @[ J[                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd<e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	J[ K[                                        kdg=e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K[ y[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  [ [ [ [ =] >] ?] O] P] V] ]] ^] _] `] ] ] ] ] ] ] ] 	^ ^ ^  ^ <^ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  [ [                                        kd>e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ [ $\ R\ r\ \ \ \ >] ?]                                                                                                                         f                           kd@e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ?] P] ^] _] `] ] ] ] ] ]                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd@e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	] 	^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ^ ^                                        kdAe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ =^ >^ ?^ A^ X^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  <^ =^ >^ ?^ Y^ b^ c_ d_ e_ ` ` ` ` ` ` ` ` ` ` ` ` ` a b c ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 X^ Y^                                        kdBe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y^ b^ d_ e_ v_ _ _ ` ` ` `                                                                                     s                                                                                              kd+De $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
` ` ` ` ` ` a b b b =c tc c c |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdDe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c =c Pc sc c c c c d Ad Ud d d d d d d d d 
e e e e e e <e =e Oe Pe e e e e e õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !c Bd d d d d d d d                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  d d                                        kdEe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d e =e Pe ce ve e e e                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  e e                                        kdFe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e f *f Wf Xf Yf jf f f f                                                             f                                    [            [                     
  $If   gd_ K$  kdGHe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
e f Wf Xf Yf if jf mf f f f f f f f f f f f f f f f f f f f f f g g ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ f f f f f f                                     R            I                                                                     	  $If   gd_ Q  kdIe $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdIe $If   K$L$l 0                                     
t                              4   4 
l a   f f f g .g Ag Tg gg hg ig |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdJe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g fg gg jg sg g g g g g h h 6h <h =h Eh Gh \h ]h lh nh th uh vh ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ig jg                                        kdJe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jg sg g g g g g h 6h =h Fh                                                             f                                    [            [                     
  $If   gd_ K$  kd)Le $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Fh Gh ]h mh nh oh ph                                     R                                                                                              Q  kdpMe $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdLe $If   K$L$l 0                                     
t                              4   4 
l a   ph qh rh sh th uh                                     R            I                                                                     	  $If   gd_ Q  kdNe $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdMe $If   K$L$l 0                                     
t                              4   4 
l a   uh vh h h h h h i i 
i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	vh h h h h h h h h h 
i i i i j 	j j j j j j j k k k pk yk k k k ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
i i                                        kdOe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Ti i 	j j j j j k k                                                                                     Y                                          kd%Qe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
k k k k k k l l /l Il Yl sl l l l l l l                                                                                                                                                                                                                      	  $If   gd_  S  kdQe $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ k k k k Im Jm Km Lm dm nm om pm rm sm tm m m m m m m m Vn n n n n n ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  l m m /m Im Jm Km                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdqRe $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Km Lm tm m m m m m m |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdSe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m                                        kdSe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m Vn n n n n o Uo \o eo                                                             f                                    [            [                     
  $If   gd_ K$  kdUe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
n 
o o )o 1o Uo [o \o do fo p p p p p q q q q q 	q q  q !q lq mq pq yq q r ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 eo fo no o o o o o o p "p *p ?p Tp fp p p p                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdUe $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   p p p p p                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd]Ve $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p p 	q !q 4q Gq Zq mq nq oq |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdVe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	oq pq                                        kdWe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pq yq q r cr r Js Ks Ls Ms ^s s                                                                                                 f                                                   kdXe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  r Hs Ks Ls Ms ]s ^s s s s s s s s s s s s s Pt Qt Tt ]t þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ s s s s t +t >t Qt Rt St |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdYe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	St Tt                                        kdqZe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tt ]t u /u ru u Yv Zv [v \v mv                                                                                                 Y                              kd[e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
]t u u qu ru u Yv Zv [v \v lv mv v v v v v v v v v v v Zw [w ^w νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  mv v v v v w "w 5w Hw [w \w ]w             s                                                                                                                                                                 kd\e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ]w ^w                                        kd9]e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^w gw <x cx x x y y y y y                                                                                     Y                                          kd^e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^w gw ;x x y y y y y y y y y y z z ~{ { { { { { { { { { 	| 
| | 
| | | ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 y y y z z z $z 9z Kz ez z z z z z z z                                                                                                                                                                                                         	  $If   gd_  S  kdG_e $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z { !{ ;{ K{ e{ { { {                                                                                                                                                                                                                                                 	  $If   gd_  S  kd_e $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { { { { |            s            s                                                                                                                                                                                           	  $If   gd_   kdk`e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { | | #| 6| I| \| o| p| q| |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd%ae $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
| | "| #| n| o| r| {| 4} $ % & 6 7 C H ]     # $ , . ' ) ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  q| r|                                        kdae $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r| {| 4} } } } w~ $ % & 7                                                                                                 f                                                        kdAce $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
7   $ - . 6 K ` u    ̀ 怆                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdce $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  怆    + 3 H ] r    Ɂ う   ( )                                                                                                                                                                                                                            S  kdde $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) * + S T g z                  s                                                                                                                                                                 kdee $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ) * + C M N O Q R S T f g        ك ڃ   s  9 : # 8 : ; Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdee $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ڃ ;     ߅ : 䆆 : ; B  Ї 燆  C w  ψ  /                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ; B G Z ^ v    . / 0 @ A      勆 狆 苆 鋆 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   / 0 A    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd-ge $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ȉ ݉  	 # 4 N h y    Ɗ ۊ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdge $If   K$L$l 0                     x                
t                                4   4 
l a   ۊ    1 K \ v    ̋ 拆 狆 苆                                                                                                                                                                                                                   	  $If   gd_  S  kdyhe $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  苆 鋆   % 8 K ^ q r s |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdie $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
鋆       $ % p q t } ; g 4     쏆  h }   5 6 7 >  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s t                                        kdie $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t } ; 5        7 > ~   ᑆ   6 w x                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_         . : M U n v w x y   Β Ԓ Ւ ݒ ߒ % ' ( ) A K L P ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  x y  Β Ւ ޒ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd'ke $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ޒ ߒ 璆    / F ] t    ē ړ 듆                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdke $If   K$L$l 0                                     
t                                4   4 
l a      / A S j     ה 蔆   & '                                                                                                                                                                                                                            S  kdsle $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ' ( ) Q R e x                  s                                                                                                                                                                 kdme $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P Q R d e     Ж   ʗ j ˘ 瘆 I e  I   f   7   K Ϡ ⠆   M 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdme $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ж  j 蘆 f  뙆 
 g   I   9    J K                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  K  ˠ ꠆ 	 I h   š ơ ס                                                                                                             f                                       kdoe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  M ` l      ġ ơ ֡ ס    ? @ A E F J S p    ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ס   @ A F H I             s                                                                                                                                                                                     kdoe $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  I J                                        kdpe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S `   Ƣ 袆 领  - O q                                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_     ˣ  |            s            s            s                                                                                                                                                                          	  $If   gd_   kdqe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                   -  & U h   æ צ 
  Y m / ; ? f  Ī   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      - ݥ ߥ  U  Ħ  Z |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdre $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z      i j . / f ê Ī  : q   ?     ݬ 笆                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   : M p    陼  > R    ܬ ݬ 笆   
      - . @ A S T f g k t  ஆ ᮆ ⮆   õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdOse $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  . A T g i j                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  j k                                        kdte $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t  ߭  D b |  ᮆ ⮆                                                                                                              f                                       kdue $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_       1 D W j l m             s                                                                                                                                                                      kdve $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   
      0 1 C D i j n w   ; < = M N O P h r s w x y     İ Ű ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %m n                                        kdkwe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w   < = N O                                                 f                                                                                                                       kdxe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  O P x y    Ű ǰ Ȱ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdyye $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ȱ ɰ                                        kd3ze $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ű ɰ Ұ          ñ ͱ α ұ ӱ Ա 汆 籆      $ - P Q Ӳ Բ ` a b r s t u  㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %ɰ Ұ                                                       f                                                                                                                       kd{e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    ӱ Ա 籆  
   " # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA|e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# $                                        kd|e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ - Q Բ a b s t                                                 f                                                                                                                       kdO~e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t u v  3 4 [ \      |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd	e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          2 3 4 [ h l  紆   ͵   2 F j k ~     ö   2 3 F w ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   3 k   3 x   c d e o z                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  w   ҷ 
 ! b d e z     ¸ ڸ 丆 帆 鸆 긆 븆   " # H I b k l { շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ¸                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ¸ 긆 븆  # 6 I K a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  a b                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b k ڹ   U `  κ Ϻ ຆ 
                                                                                                 f                                                   kdke $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  { ڹ U ` s     ͺ κ Ϻ ߺ ຆ 㺆    
     2 3 B D E F ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
    3 C D E                                                             R            I                                   	  $If   gd_ Q  kde $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd%e $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ E F n o       Ի |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd?e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
F ^ h i m n o       ջ ޻ ߻  L  $ % C D _       ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ի ջ                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ջ ޻ M h   ϼ ⼆  % D ` r                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_     ɽ ʽ ͽ ӽ       = > S T V W X p z {        ̾ ; Ѿ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ    ʽ   
 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdMe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  > U V W                                     R            I                                                                     	  $If   gd_ Q  kde $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kde $If   K$L$l 0                                     
t                              4   4 
l a   W X      ; Ͼ о |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	о Ѿ                                        kdۈe $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ѿ ھ I q     " M                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
Ѿ ھ ۾ 꾆 H    ! " 5 D L M T Z               زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5     |            s            s                                                                                                                                                                                           	  $If   gd_   kd/e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  # $ I J N W X g   t x  &Æ 0Æ 1Æ OÆ PÆ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph         $ 7 J L M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M N                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N W   u    &Æ 1Æ PÆ {Æ Æ Æ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
PÆ cÆ rÆ zÆ {Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ Æ  Ć 'Ć 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  Æ Æ Æ Æ |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Æ Æ Æ  Ć 'Ć (Ć cĆ ņ Lņ Mņ ņ ņ -Ɔ .Ɔ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
'Ć 4Ć 8Ć cĆ ņ Lņ Yņ ]ņ ņ ņ .Ɔ :Ɔ >Ɔ `Ɔ Ɔ Iǆ ǆ ǆ ǆ ǆ ǆ ;Ȇ kȆ wȆ {Ȇ Ȇ uʆ ʆ ʆ ʆ ʆ ˆ ˆ ˆ ˆ ˆ ˆ  ̆ >͆ f͆ g͆ }͆ ͆ ͆ Ά %φ &φ _φ φ φ KІ І І ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4.Ɔ `Ɔ Ɔ Hǆ Iǆ ǆ ǆ ǆ ;Ȇ jȆ kȆ Ȇ uʆ ʆ ʆ ʆ ˆ ˆ ˆ  ̆ ̆ ̆ ̆ ̆ ͆ +͆ >͆ f͆ g͆ ͆                                                                                                                                                                                                                                                                                                                                                                   gd_  ͆ Ά &φ _φ φ φ KІ І І ц Uц ц ц ц ц ц ц ц ҆                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  І Uц Yц ц ц ц ц ц ц  ҆ ҆ ҆ 	҆ W҆ X҆ Y҆ Z҆ ҆ ҆ .ӆ [ӆ ӆ ӆ ӆ >Ԇ iԆ jԆ Ԇ Ԇ Ԇ Ԇ %Ն &Ն +Ն PՆ Tֆ ׆ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $҆ ҆ ҆ ҆ ҆ ҆ ҆ ҆ 	҆ M            H            H            H            H            H            H            H                   gd_   kdke $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   	҆ ҆ $҆ )҆ 9҆ :҆ I҆ J҆                                                 _            V            V                                                             	 $If   gd_    kd	e $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  J҆ K҆ W҆ X҆                                                                                                                                                                                                                                                          	 $If   gd_  o  kdޏe $$If   l       0   T# T                 .                
t  0                                                              4 
l al  X҆ Y҆ Z҆ e҆ i҆ |҆ ҆ ҆                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd{e $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ҆ ҆ ҆ ҆ ҆ 2            )            )            )                      	 $If   gd_    kde $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ҆ (ӆ )ӆ .ӆ [ӆ `ӆ ӆ             [                                                                                                                                           kdEe $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ӆ ӆ ӆ ӆ ӆ 8Ԇ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kde $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8Ԇ 9Ԇ >Ԇ jԆ nԆ Ԇ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdדe $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ԇ Ԇ Ԇ Ԇ Ԇ Ԇ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kde $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ԇ Ԇ Ԇ &Ն +Ն QՆ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdie $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  QՆ RՆ SՆ ]Ն Ն Ն Ն d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd2e $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ն Ն Ն Ն n            e            e                                                                                                                                                               	 $If   gd_    kde $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Ն Ն Ն Ն                                                                                                                                                                                                                                                	 $If   gd_  t  kdЗe $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Ն Ն Ն Ն Ն Ն Ն ֆ ֆ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdme $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ֆ ֆ                                             kd
e $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ֆ ֆ "ֆ )ֆ 0ֆ 1ֆ 2ֆ 3ֆ                                                             A                                  kdce $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  3ֆ 4ֆ 5ֆ 6ֆ 7ֆ 8ֆ 9ֆ :ֆ                                                 A                                              kdBe $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  :ֆ ;ֆ <ֆ =ֆ >ֆ ?ֆ Tֆ                                     A            <            7                  gd_    gd_    kd!e $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Tֆ ׆ ׆ !׆ "׆ ;׆ L׆ M׆ a׆ c׆                                                                                                                                                                                                                                                   E  kd e $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	׆ ׆ ׆ ׆ ׆ !׆ "׆ L׆ M׆ c׆ d׆ f׆ g׆ u׆ v׆ ׆ ׆ ׆ ׆ ׆ ׆ ׆ ׆ ׆ ׆ ؆ ؆ ؆ 
؆ ؆ (؆ )؆ *؆ 6؆ 7؆ I؆ ن چ چ چ چ چ چ 춥x                          /j2e hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *c׆ d׆ e׆ f׆ g׆ o׆ u׆                                     a                                                                                                                             E  kde $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_e $$If   l 0 
" R                                                           4 
l a   u׆ v׆ ׆ ׆ ׆ ׆ ׆                                     a                                                                                                                             E  kd|e $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde $$If   l 0 
" R                                                           4 
l a   ׆ ׆ ׆ ׆ ׆ ׆ ׆                                     a                                                                                                                             E  kd:e $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd۞e $$If   l 0 
" R                                                           4 
l a   ׆ ׆ ׆ ׆ ׆ ׆ ؆                                     a                                                                                                                             E  kde $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde $$If   l 0 
" R                                                           4 
l a   ؆ ؆ ؆ ؆ ؆ 	؆ 
؆                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdWe $$If   l 0 
" R                                                           4 
l a   
؆ ؆ ؆ ؆ '؆ (؆ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kde $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   (؆ )؆ *؆ 7؆ I؆ ن ن چ چ چ چ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdte $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
چ چ چ ۆ ۆ ۆ ۆ ۆ ۆ ۆ ۆ ۆ ܆ ܆ t܆ u܆ ܆ ܆ ܆ ܆ ܆ ܆ ݆  ݆ 2݆ 3݆ W݆ Y݆ i݆ j݆ ݆ ݆ ݆ ݆ ݆ ( ) 5 w z     5 6    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /je hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0چ ۆ ۆ ܆ u܆ ܆ ܆ ܆ ܆ ݆                                                                                                                                                                                                                                                       S  kd e $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	݆  ݆ 3݆ X݆ Y݆ j݆ ݆                                     N                                                                                       S  kd$e $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kde $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ݆ ݆ ݆ ݆ ݆ ކ D߆ E߆ 2 3 ( ) 5     S                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kde $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     z  5 6 t     
  < ^     8 9 B C   A B                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_      . 6  
  ; < ^ # @ C             M N O k l w x y } ~    ۵۵۵ۭۜۋzrgrrr       j,e h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '       N                                     j                                                                                                                                           kdHe $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  N O `    K L h   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kde $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 i . /            @ A   ) :     j k                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_             ?         
    ) :      j   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /je hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uje h_ U !k                                                       e                                                                                                                        F  kdԧe $$If   l   l '{6    4   4 
l a] p
        F  kdae $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_     , - 0 1 7 8 Y Z z {         	 
 ! " 8 9 S T { | } ~  ] ^ j     M S V        = q   ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3     , -                                                             5            v  kde $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdGe $$If   l   l '{6    4   4 
l a] p
         - . / 0 1 5 6 7                                     t                                                                                                                                                             v  kd_e $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  7 8 Q S Y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
e $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Z s u z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z {                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`e $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdae $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 
   !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! " 0 2 8                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdbe $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8 9 L N S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
e $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S T [ ` {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { | } ~  ] ^ j      N a                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdce $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             )  <  p         . > r         
 0 ? R S l                                                                                                                                                                                                                                                                                                                                                                     gd_        
   ? Q       0 d   $ 9 k l v        пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ        . / 0 d z     # $ . 9 l v                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kde $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                         7                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	        8 A         + , 1 : W Y i j      Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 7 8                                     kdee $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 A c d x y                                                                                                                                             q                            kde $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    , - . / 0             q            l                                                                                                                                                       gd_    kdye $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  0 1                                     kd6e $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               1 : [ \ p q        ( B C X                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  X Y j  z            q            q                                                                                                                                                                                       	  $If   gd_    kde $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdJe $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            I	 K	 [	 \	 {	 |	 ~	 	 	 	 	 
 
 /
 ;
 Z
 f
 
 
 
 
 
 
 
 
  X    ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kde $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     	 4	 5	 J	 K	 \	 |	                                                                                                             q                                                         kd^e $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  |	 }	 ~	 	 	 	 	 	 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kde $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       	 	                                     kdػe $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	 	 
 
 
 
 
 
 
                                                             q                                                                                                                             kd/e $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 
 
 
        z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kde $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    - . 8 B C c d      z
 ^ ` p q      % & ' ( ) , 5    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # . 8 B                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  B C                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 |
 }
 
 
 
  _ ` q                                                                                                   s                                                                        kd_e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    ' ( ) * + |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + ,                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5                             s                                                                                                                                                                                   kd'e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_           w x    O n   R q   z    . M   F e   `  ^ }   m   	 > ? о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -              |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  b y      F   w x                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1 O ] m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdve $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdne $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 R ` p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > z                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W   . < L                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd9e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdse $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      F T d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdke $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 : ` n ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdce $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      . / ^ l |                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A m {                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L p     / 0 = > ? b                                                                                                                                                                                         gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? P b }   - . / D v w               ! ! ! ! " Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ     . / 9 D w                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdKe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                             kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   l  m        ;! q! ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ! ! ! O" h" " " " |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " )" *" +" >" ?" N" " " " " " #  # ## ,# $ $ $ $ s% t% w% % % ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /je h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  " " " #  # !# "# |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd2e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "# ##                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ## ,# t# u# # #$ .$ J$ c$ }$ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  $ $ $ t% |            s            s                                                                                                                                                                                           	  $If   gd_   kd@e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t% u% v% w% % /& 0& d& v& & & x' y' |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % /& 0& c& d& & & & & & ' 8' e' w' y' ' ' ' ' ' ' ' ' +( N( O( R( [( ) ) * * * * * * * ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $y' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ' '                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' +( =( O( P( Q(                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Q( R(                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R( [( ( ( ( ( ( ( x) ) * '* M* j* * * *                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  * * * + j+ + , F, |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd\e $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * * + + + 4+ j+ + + + , $, E, F, I, Z, p, , , (- )- *- ;- ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /je h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  F, G, H, I, o, p, , , *- <- =- G- |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;- =- R- - - - - - - - - - - - . q. . . . . . . . / / V/ W/ Y/ Z/ l/ ~/ / / / ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !G- R- - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  - -                                        kdUe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  - -                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - . g. h. . . . . . . /                                                                                                 Y                              kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
/ W/ X/ Y/ Z/ /  0 D0 y2 z2 5 5             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / / / / / / / /  0 D0 5 5 J6 [6 9 9 w= = = = = = x> y> {> |> > > ? ? T@ @ WA ^A A A  C AC D D 9E :E RE SE cE dE ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /je hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jqe hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -5 I6 J6 [6 7 7 b8 c8 9 9 9 ; ; v= w= = = y> |> > > ? ? S@ T@ c@ u@                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  u@ @ @ @ @ @             f                                                                                                                                                                      kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kdFe $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kd"e $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd_    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ A A o            f            f            f                                                                                                                                                	  $If   gd_    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A A A #A (A o            f            f            f                                                                                                                                                	  $If   gd_    kdle $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at (A )A 1A 8A DA o            f            f            f                                                                                                                                                	  $If   gd_    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at DA EA FA GA A A @C AC D D E E E o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdHe $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at dE gE hE E E N N .R 9R 0X AX Z Z [ [ [ \ \ +\ /] 0] E] w] x] ] ] ] ] ] ] ] ] ] ] ] _ _ _ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %E E vF wF -G .G G G H I I J J 3K L L XM N N -P .P OQ \Q iQ vQ Q Q                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Q Q Q Q Q Q Q Q R -R .R 9R iS jS T T T T \W ]W 0X AX vX X X &Y TY Y Y                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Y Y Y KZ Z Z Z [ [ +\ /] 0] :] E] x] ] ]                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ] ]                                        kd1e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ] ]                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] :^ F^ m^ ^ ^ ^ _ >_ H_ m_ _ _                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
_ _ _ ` |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ ` ` ` `  ` $` @` A` V` ` ` ` ` ` ` ` ` ` ` ` `  a b b ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ` ` ` ` @` A` K` V` ` ` |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ` `                                        kdMe $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ` `                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `  a ?a Ka ra a a b b b  c c                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  b  c c c c c  c !c "c #c 8c jc kc uc c c c c c c c c c c le ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    c c c !c |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !c "c #c -c 8c kc uc c |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c                                        kdi f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  c c                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c #d /d Vd d d d ke e e e                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  le e e e e e e f f f f f f f 3f 4f If {f |f f f f f f f f f ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    e e e f |            s            s                                                                                                                                                                                           	  $If   gd_   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f 4f >f If |f f f |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f f f f ih kh {h |h h h h h h h h h h h h h i i !i @i Ai Bi îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  f f                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f 5g Ag hg g g g -h ih jh kh                                                                                                                         f                           kd-f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  kh |h h h h h h h h h                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	h h                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h i Ai Bi Ci Ei Fi                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Bi Ci Gi Pi j j j j j j j j j j 8k Rk Tk Uk jk k k k k k k k п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Fi Gi                                        kd	f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gi Pi i i i i j ?j \j j j j                                                                                                                         f                           kdIf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  j j j j j 8k Uk _k jk k                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  k k                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k k k k k  l m m m 9n :n ;n Kn Ln ~n n n n n n n n n p p ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 k k                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k  l m m m Sm m :n ;n Ln ~n                                                                                     s                                                                                              kdef $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
~n n n n n n n dp ep p p q Jq q |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p p p q %q Iq ]q q q q q 5r 6r Kr }r ~r r r r r r r r r r r r r r &s 's As Js Vs õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !q q 5r 6r @r Kr ~r r r                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  r r                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r r s s 's )s @s                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @s As                                        kd-f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               As Js s s s s s t 5t <t Dt                                                             f                                    [            [                     
  $If   gd_ K$  kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Vs s s s s t t t  t )t 3t 5t ;t <t Ct Et Zt [t jt lt mt nt t t t t t t t t t ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Dt Et [t kt lt mt                                     R            I                                                                     	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd;f $If   K$L$l 0                                     
t                              4   4 
l a   mt nt t t t t t u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t u u u u 4u u u u u u u u u u u u u u 
v v v v v ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J u u                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u u 4u bu u u u u u u u                                                             f                                    [            [                     
  $If   gd_ K$  kdcf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
u u u v v 
v v                                     R                                                                                              Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   v v v v v v                                     R            I                                                                     	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7f $If   K$L$l 0                                     
t                              4   4 
l a   v v <v ]v ^v v v v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v ,v 6v 7v 8v :v ;v <v ]v ^v v v v v w w Zx sx x x x x x x x y y .y ^y dy ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ v v                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v w w x x x x x ^y                                                                                     Y                                          kd_f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^y ey ny oy wy y y y y y y z +z 3z Hz ]z oz z                                                                                                                                                                                                                      	  $If   gd_  S  kdf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ dy ey my oy z z z z { { 
{ { { { { 1{ 2{ |{ }{ { { { { ~| | | | | ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  z z z z z z z                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z { 2{ W{ j{ }{ ~{ { |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd=f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { {                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { "| | | | | | | }                                                             f                                    [            [                     
  $If   gd_ K$  kdK f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
| | | | | | | | } } {~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
     K ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 } } } !} 6} H} b} |} } } } } } } ~ ~ 8~ H~                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!f $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   H~ b~ |~ }~ ~~                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd!f $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~~ ~ ~ ~ ~ ~ ~   
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)"f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
                                         kd"f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    J 耇 逇 ꀇ 뀇  O                                                                                                 f                                                   kd7$f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  K 怇 逇 ꀇ 뀇   N O P h r s t v w x       þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ O P x   Ɂ ܁    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd$f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd%f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ͂  Y                                                                                                      Y                              kd&f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
     Y     
  ] ^ _ w           νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   ^ _     ӄ 愇                s                                                                                                                                                                 kd'f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kds(f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 څ  E  - . / @                                                                                      Y                                          kd)f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  م  + - . / ? @            0 1           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5        ׇ 采   - G a i ~                                                                                                                                                                                                          	  $If   gd_  S  kd*f $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     و 鈇                                                                                                                                                                                                                                                     	  $If   gd_  S  kd+f $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     1  |            s            s                                                                                                                                                                                           	  $If   gd_   kd+f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ԉ 片  
   |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_,f $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
     
   Ҋ  Ì Č Ԍ Ռ ጇ 指  ?      ʍ ̍ ŏ Ǐ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kd'-f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ҋ 2 n    Ì Č Ռ                                                                                                 f                                                        kd{.f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Ռ ?   ˍ ̍ ԍ 鍇   % ? Y j                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd5/f $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_     Ɏ ю 掇   " < V g    Ə Ǐ                                                                                                                                                                                                                            S  kd/f $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ǐ ȏ ɏ     + > Q R S             s                                                                                                                                                                 kdY0f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ǐ ȏ ɏ Ꮗ 돇 쏇 폇       P Q T ] ! P Q w x + ,  & ד ؓ  ֔ ؔ ٔ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ S T                                        kd1f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T ] ! x ّ , _  ( } ؓ  ؔ ٔ   n   ᕇ  A m  ͖                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ٔ  啇       ̖ ͖ Ζ ޖ ߖ # ) * 2 4     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ͖ Ζ ߖ # * 3 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg2f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4 < Q f {    җ 엇   1 B \ d y                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!3f $If   K$L$l 0                     x                
t                                4   4 
l a   y    Ϙ 阇   . ? Y j                                                                                                                                                                                                                      	  $If   gd_  S  kd3f $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      Ù ֙ 陇     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdE4f $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
        Ù     ٚ  қ # 8        Ӟ Ԟ ՞ ܞ   ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd
5f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ٚ ӛ ;   +   ՞ ܞ  ; Z    ԟ                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_    3 ? R    ̟ ؟ 럇       ' ( l r s { } â Ţ Ƣ Ǣ ߢ 颇 ꢇ  ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f    ( l s | |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kda6f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | }     ͠ 䠇   # : Q b x                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kd7f $If   K$L$l 0                                     
t                                4   4 
l a      ͡ ߡ    6 G ^ u    Ģ Ţ                                                                                                                                                                                                                            S  kd7f $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ţ Ƣ Ǣ     ) < O Q R             s                                                                                                                                                                 kd?8f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       N O S \ n  6 h  i  禇  W 稇 > S   1 ի , A 魇 m    뮇 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !R S                                        kd8f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \ n 6    >    # U 稇   ׫ D E L 譇 魇                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  魇 ) i   箇  % D c d u                                                                                                             f                                       kdM:f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  뮇  
  ) < H [ b d t u    ݯ ޯ ߯ 㯇 䯇 诇   # $ % ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  u   ޯ ߯ 䯇 毇 篇             s                                                                                                                                                                                     kd;f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  篇 诇                                        kd;f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               诇     B d    ˰   $                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  $ % 6 i  |            s            s            s                                                                                                                                                                          	  $If   gd_   kd=f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % 5 6          ˱  ĳ   ) = a u     ͷ ٷ ݷ  _ b   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      ˱ { }   * b   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd=f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        M N  G H   ̷ ͷ  a b  ظ  G  ݹ 2 3 = H {                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   ظ 븇  " F Z   ܹ  2 3 H z {          ˺ ̺ ޺ ߺ     	  Z ~     õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd>f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ̺ ߺ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   	                                        kd?f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  Z }  ⻇    Q                                                                                                                f                                       kd1Af $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_       ϼ ⼇   
              s                                                                                                                                                                      kdAf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
         μ ϼ ἇ ⼇     V W ٽ ڽ ۽ 뽇 콇         ) * < = b c ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdBf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 W ڽ ۽ 콇                                                  f                                                                                                                       kdCf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      * = P c e f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdDf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f g                                        kdmEf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c g p   4 5 6 F G H I a k l p q r       ¿ ˿  ￇ q r           㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %g p   5 6 G H                                                 f                                                                                                                       kdFf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H I q r       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{Gf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ¿                                        kd5Hf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¿ ˿ ￇ r                                                      f                                                                                                                       kdIf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     E     + #Ç $Ç XÇ Ç |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdCJf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         $ E      
 +  $Ç XÇ kÇ Ç Ç Ç Ç ć 	ć ć .ć /ć Mć Nć ać ć ć ć ć ć Ň ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ç Ç 	ć Nć ć ć Ň ]Ň Ň Ƈ Ƈ Ƈ 
Ƈ Ƈ KƇ UƇ _Ƈ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ň )Ň \Ň pŇ Ň Ň  Ƈ Ƈ Ƈ Ƈ JƇ KƇ UƇ _Ƈ `Ƈ xƇ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ  Ǉ 	Ǉ 
Ǉ Ǉ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\_Ƈ `Ƈ                                        kdJf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               `Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ƈ  Ǉ                                        kdQLf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                Ǉ 	Ǉ xǇ Ǉ Ǉ Ǉ Ǉ *ȇ lȇ mȇ ~ȇ ȇ                                                                                                 f                                                   kdMf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ǉ xǇ Ǉ Ǉ ȇ !ȇ *ȇ 1ȇ 7ȇ kȇ lȇ mȇ }ȇ ~ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ȇ ȇ ȇ ȇ ȇ ȇ ȇ ȇ                                                             R            I                                   	  $If   gd_ Q  kdNf $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd_Nf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ȇ ȇ ɇ 
ɇ  ɇ 3ɇ Fɇ Yɇ [ɇ \ɇ rɇ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdyOf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ȇ ȇ ɇ ɇ ɇ ɇ 
ɇ ɇ  ɇ 2ɇ 3ɇ Xɇ Yɇ sɇ |ɇ }ɇ ɇ ɇ ʇ ʇ ʇ ʇ ʇ ʇ -ˇ 6ˇ =ˇ Cˇ Tˇ Uˇ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ rɇ sɇ                                        kd3Pf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               sɇ |ɇ ɇ ʇ 7ʇ Tʇ mʇ ʇ ʇ ʇ ʇ ʇ ˇ 6ˇ Uˇ Vˇ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Uˇ Vˇ Wˇ gˇ hˇ kˇ qˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ˇ ̇ ̇ ̇ ̇ ̇ ̇ 1̇ 2̇ Ḋ Ė j̇ k̇ ȯ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Vˇ Wˇ hˇ ˇ ˇ ˇ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdQf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˇ ˇ ˇ ˇ ˇ ˇ                                     R            I                                                                     	  $If   gd_ Q  kdRf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdARf $If   K$L$l 0                                     
t                              4   4 
l a   ˇ ˇ ̇ ̇ 2̇ Ė Ẋ k̇ ṁ ṅ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[Sf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ṅ ȯ                                        kdTf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ȯ ẋ ̇ ͇ I͇ [͇ ͇ ͇ ͇ ͇ -· 1· 2· 3·                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
ȯ ẋ ẏ ̇ ̇ ͇ ͇ ͇ ͇ ͇ ͇ ͇ ͇ ͇ ͇ ͇ ,· -· 0· 1· 2· 3· 4· D· E· H· ]· f· p· q· زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 3· 4· E· r· |            s            s                                                                                                                                                                                           	  $If   gd_   kdiUf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q· r· s· · · · · · · · · · · · · · · · χ cχ dχ Ї Ї XЇ Ї Ї Ї Ї Ї ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    r· s· · · · · · · · · |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#Vf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	· ·                                        kdVf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               · · dχ χ Ї FЇ wЇ Ї Ї Ї Ї ч [ч \ч                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ї ч ч ч ч  ч &ч Zч [ч \ч ]ч mч nч qч ч ч ч ч ч ч ч ч ч 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  \ч ]ч nч ч |            s            s                                                                                                                                                                                           	  $If   gd_   kd1Xf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ч ч ч ч ч ч ҇ ҇ ҇ ҇ $Ӈ Ӈ Ӈ Ӈ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdXf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ч ч ч ҇ ҇ ҇ ҇ ҇ $Ӈ Ӈ Ӈ Ӈ Ӈ Ӈ {ԇ ԇ <Շ =Շ IՇ MՇ vՇ Շ 	և և և Aև ؇ A؇ M؇ Q؇ ~؇ /ه 0ه jه kه wه {ه ه ڇ ۇ ۇ ۇ ۇ Kۇ ܇ ܇ ܇ ܇ S݇ ݇ ݇ %އ }އ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Ӈ Ӈ {ԇ ԇ ԇ <Շ =Շ vՇ Շ և 	և Aև ؇ @؇ A؇ ~؇ 0ه jه kه ه Rڇ Sڇ ڇ ڇ ڇ ڇ ڇ ۇ ۇ Kۇ                                                                                                                                                                                                                                                                                                                                                                   gd_  Kۇ ܇ ܇ ܇ S݇ ݇ ݇ %އ }އ އ އ U߇ V߇ a߇ m߇ |߇ ߇ ߇ ߇                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  }އ އ އ T߇ U߇ a߇ w߇ {߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇ 4 k   I      , c d        Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇ M            H            H            H            H            H            H            H                   gd_   kdYf $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ߇ ߇ ߇ ߇ ߇ ߇ ߇ ߇                                                 _            V            V                                                             	 $If   gd_    kdCZf $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ߇ ߇ ߇ ߇                                                                                                                                                                                                                                                          	 $If   gd_  o  kd[f $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ߇ ߇ ߇    " .                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd[f $$If   l       0   T# T                 .                
t  0                                                              4 
l al  . / 4 k p 2            )            )            )                      	 $If   gd_    kdR\f $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     p      C             [                                                                                                                                           kd]f $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  C D I    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdH^f $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd_f $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & ' , d i  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd_f $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd`f $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      J O [ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdlaf $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ \ _ i n            e            e                                                                                                                                                               	 $If   gd_    kd5bf $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           i j m v                                                                                                                                                                                                                                                	 $If   gd_  t  kd
cf $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  v w x                                           w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdcf $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdDdf $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kdef $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd|ff $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd[gf $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                                                                                                                                                                                                                                              E  kd:hf $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	               ! " A B D E q r               T U ` a q r 춥x                          /jlmf hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *     
                                      a                                                                                                                             E  kdhf $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdhf $$If   l 0 
" R                                                           4 
l a      ! " 5 A                                     a                                                                                                                             E  kdif $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdWif $$If   l 0 
" R                                                           4 
l a   A B C D E W q                                     a                                                                                                                             E  kdtjf $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdjf $$If   l 0 
" R                                                           4 
l a   q r }                                         a                                                                                                                             E  kd2kf $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdjf $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdkf $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdkf $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            y z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdlf $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
r v w l m x y             g i t u         G I J V W      - M r {   0 1 C ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jmf hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0z       h i u                                                                                                                                                                                                                                                        S  kd:nf $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	      H                                     N                                                                                       S  kd^of $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdnf $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   H I J W  &        V  "   X                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdof $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X Y  s    0 1 D      e            +                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  C D                 + A E R S        	 
      Y Z e ۵۵۵ۭۜۋzrgrrr       jfqf h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '+ 7 F R S                                        j                                                                                                                                           kdpf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     G L     p  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdpf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     n o   _ `     ' (        B    	                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  e f g k l o   ^   y                Y b k    s t ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j4rf hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujqf h_ U !	 t x y                                                    e                                                                                                                        F  kdsf $$If   l   l '{6    4   4 
l a] p
        F  kdrf $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  t y          	 	 /	 0	 K	 L	 h	 i	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
    i      
 
 e }    . d ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdsf $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdsf $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdtf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDuf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kduf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 '	 )	 /	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdvf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /	 0	 C	 E	 K	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdEwf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K	 L	 a	 c	 h	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdwf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h	 i	 ~	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdFyf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdyf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdzf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG{f $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 
                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{f $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 
 
 
 
    P j     3
                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd|f $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3
 G
 {
 
 
 
  , ` ~     / c d e f         
 = >                                                                                                                                                                                                                                                                                                                                                                   gd_  d f p        $ < \ _     . Y   	 
    E F c d w пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  > \ j } ~       . D Z [     
                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdH}f $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                F c d z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  	w z         n p               ' ( ) * O Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd~f $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     ; W X m n o p                                                                                                                                      q                            kdf $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
                     q            l                                                                                                                                                       gd_    kdf $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdpf $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                     ) E F X                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_     ( z            q            q                                                                                                                                                                                       	  $If   gd_    kdǂf $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ( ) * Q R S T U z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdf $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       O P Q V _        H I N W       V X h i       8 9 l ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "U V                                     kdAf $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               V _ ~                                                                                                                       q                                                         kdf $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     I J K L M z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdUf $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M N                                     kdf $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               N W   V W X i                                                              q                                                                                                                             kdif $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       9 m     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd&f $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
l m          / D E y       ` s           / ? @ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / E G x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  x y                                        kdEf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y    W X g     `                                                                                                  s                                                                        kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdSf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd
f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . / @ a                         s                                                                                                                                                                                   kdaf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ ` a b c d f   ! ! -! m! ! ! " l" " " # z# # $ 7$ $ $ % % U& t& & ' v' ' ' ( ( ) }) ) * ** * * + + о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -a b c d e f  3 4 u     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     / F s t   *  +  ! ! -! B! m! {! !                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՐf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " '" ,"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ," -" 8" ="             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =" >" H" M"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͓f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M" N" O" l" z" "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " " " #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdff $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #  # *# /#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŖf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /# 0# ;# @#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @# A# K# P#             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P# Q# R# z# # #                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # $ &$ 6$                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6$ 7$ B$ G$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G$ H$ R$ W$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W$ X$ c$ h$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdښf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h$ i$ s$ x$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x$ y$ z$ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ a% % % % %                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdsf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҝf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & '& ,&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,& -& .& U& c& s&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdNf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s& t& & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʠf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & & & '                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' #'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #' $' /' 4'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4' 5' ?' D'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D' E' F' v' ' '                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd£f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' ' ( (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdߤf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( (( -(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -( .( 8( =(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =( >( I( N(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N( O( Y( ^(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^( _( `( ( ( ( 
) )                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) &) +)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +) ,) 6) ;)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;) <) G) L)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdקf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L) M) W) \)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \) ]) ^) }) ) )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) * * )*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )* ** 5* :*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϪf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :* ;* E* J*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J* K* V* [*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [* \* f* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* l* m* * * *                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǭf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * + .+ S+ v+ w+ + + + + +  , ,                                                                                                                                                                                        gd_  z  kd&f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + +  , , , , , , , , - - - )- *- \- ]- n- - - - - - - / / / / / Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  , , , , , , , - - )-                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	)- *-                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *- ]- - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  - -                                        kdٯf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - 
. . +. ,. z. . / 4/ D/ U/ e/ f/ /                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  / / / / 0 0 80 g0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd-f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / / / f0 g0 h0 0 0 0 0 0 0 H2 J2 Z2 [2 3 3 3 &3 >3 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jf h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  g0 h0 0 0 0 0 0 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdlf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0                                        kd&f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 1 1 b1 1 1 1 2 2 02 H2 I2                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  I2 J2 [2 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdzf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 3 >3 3 3 4 4 &4 '4 5 5 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd4f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >3 3 3 4 4 %4 &4 '4 E4 4 4 4 5 5 5 ,5 ^5 _5 i5 s5 t5 5 5 5 5 5 5 5 6 6 *8 +8 N8 P8 `8 a8 q8 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $5 !5 ,5 _5 i5 s5                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  s5 t5                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t5 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  5 5                                        kdBf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 >6 ?6 N6 _6 6 6 7 7 7 7 7 8 *8 +8 O8                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  O8 P8 a8 8 9 c9 9 9 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q8 r8 8 8 8 8 8 8 8 9 -9 b9 9 9 9 9 9 9 9 : 5: : : : : : ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jPf h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  9 9 9 9 
: : : : : : : : |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdչf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : "; #; -; 7; 8; ]; ^; ; ; ; ; ; < < Z< v< < < < < < < < < < < 
= = = (= \= ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !: : #; -; 7;                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  7; 8;                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8; ^; ; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ; ;                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; < < &< '< v< w< < < <                                                                                                 Y                              kd7f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
< < < < < (= = = @ @ B B             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \= ]= h= i= y= z= ~= = = = B B C C 5G GG K (K ^K `K uK wK L L L L L L kM M M &N N N O O P P IR pR R R R R S S ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jf hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jf hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -B C C C ?E @E  F F 4G 5G GG H H K K *K wK L L L L kM M M M N N                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  N &N 'N ,N 4N 9N             f                                                                                                                                                                      kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  9N :N ?N GN SN o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at SN TN YN `N eN o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at eN fN kN rN ~N o            f            f            f                                                                                                                                                	  $If   gd_    kd\f $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~N N N N N o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N N N N N o            f            f            f                                                                                                                                                	  $If   gd_    kd8f $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N N N N N o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N N N N N o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N N N N O O P P tR uR 2S 3S S o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S {\ \ _ _ e e Xh h i i i i i i j j j k k  k *k +k 7k Xk Yk k k k k k em gm wm ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %S S T T T T bU cU U vW wW X X X [Z \Z Z {\ \ ] ] ^ ^ _ _ !_ 2_                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  2_ C_ T_ e_ v_ w_ _ _ _ _ _ _ a a a a 'b (b d d e e f df ef f f g Og                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Og Pg g g Xh Yh h i i i j j j j k  k *k                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  *k +k                                        kdkf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +k Yk k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k k                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k l 2l pl l l l l m em fm                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
fm gm xm m |            s            s                                                                                                                                                                                           	  $If   gd_   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wm xm m m m m m m m m m &n 'n 1n ;n <n Hn in jn n n n n n &p p ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 m m m m m m m m 'n 1n |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1n ;n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ;n <n                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <n jn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  n n                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n o ;o {o o %p p p p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  p p p p p p p p p p p q 	q q q q *q Kq Lq sq tq uq yq q 
s ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    p p p p |            s            s                                                                                                                                                                                           	  $If   gd_   kd/f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p p p 	q q q |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q Lq rq sq tq uq wq xq                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  xq yq                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yq q q q q r _r r 	s rs s s                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  
s rs s s s s s s s s s s s s s s s t t $t .t /t ;t \t ]t t t ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    s s s s |            s            s                                                                                                                                                                                           	  $If   gd_   kdKf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s s s s t $t .t |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.t /t                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /t ]t t t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  t t t t v 	v v v  v 'v (v )v *v ?v qv rv |v v v v v v v v v v îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  t t                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t u 4u su u u v v 	v                                                                                                                         f                           kdgf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  	v v (v )v *v 4v ?v rv |v v                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd!f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	v v                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  v v v v yx zx {x x x x x x x x x x x x y :y ;y Ey Oy Py \y xy п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  v v                                        kd/f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v -w 9w `w w w w w 1x zx {x                                                                                                                         f                           kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  {x x x x x x x x y ;y                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd=f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	;y Ey Oy                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  Oy Py                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Py yy zy {y }y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  xy yy zy {y y y z z z { { { { { | | | |  | !| -| 1| Q| 7~ J~ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 y y                                        kdKf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y z z z z '{ { { { |                                                                                     s                                                                                              kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
| | | |  | !| Q| ~ ~ 7~ y~ ~ ~ / |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdYf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J~ y~ ~ ~ ~ ~ ~ . B }       & 0 1 I S T U X Y x y   Ā ŀ ߀ 耈  õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !/ ~      & 0                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  0 1                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 Y y    ŀ ǀ ހ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ހ ߀                                        kdgf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߀ 耈 S f     Ӂ ځ ⁈                                                             f                                    [            [                     
  $If   gd_ K$  kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 S        ǁ с Ӂ ف ځ ၈ え    
   $ . / 0 2 3 4 V W ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ⁈ え  	 
                                      R            I                                                                     	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kduf $If   K$L$l 0                                     
t                              4   4 
l a     4 W j }     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W     ҂ - . / 0 @ A r x y          ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdIf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ҂   . / 0 A r y                                                              f                                    [            [                     
  $If   gd_ K$  kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdWf $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdqf $If   K$L$l 0                                     
t                              4   4 
l a     ڃ   ! 4 G H I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ʃ ԃ Ճ փ ؃ ك ڃ   F G J S D E   + , - . > ? @   ̆   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ I J                                        kdEf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S  2 E + , - . ?                                                                                      Y                                          kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
   
  * ? Q k    ɇ ч 懈  
 '                                                                                                                                                                                                                      	  $If   gd_  S  kdSf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$    
            ψ Ј    ' 3   3 4 5 6 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ' A Q k                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kdf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     Ј      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdwf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd1f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '   4 5 6 G                                                                f                                    [            [                     
  $If   gd_ K$  kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
6 F G e m          5 ? @ A C D E R \ ]     ; 鍈 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     Ԋ 抈    * D ^ f {    ֋ 拈                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd?f $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   拈                                                                                                                                                                                                                                                                          	  $If   gd_  S  kdf $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    E ] p      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdcf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ; X  荈      펈                                                                                                 f                                                   kdqf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  鍈       쎈 펈         . /     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 펈   / T g z    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C k                                                                                                        Y                              kd9f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 B D                 ! # $ % &    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ     % & K ^ q                 s                                                                                                                                                                 kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 x  㓈 , ˔ ̔ ͔ ޔ 1                                                                                     Y                                          kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  w , ɔ ˔ ̔ ͔ ݔ ޔ 1 2 8 9 A C     Ζ ϖ ! " # ; E F G I J K ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 1 2 9 B C K ` u    ˕ 啈    1                                                                                                                                                                                                         	  $If   gd_  S  kdf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1 C ] w                                                                                                                                                                                                                                                      	  $If   gd_  S  kdMf $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ϖ " |            s            s                                                                                                                                                                                           	  $If   gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " # K L _ r      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdf $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
K L ^ _     p ` a b r s    ݚ # W Y _ ` h j c e ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdaf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p И     ` a b s                                                                                                 f                                                        kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
s ݚ Y ` i j r    Û ݛ   "                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdof $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  " < M g o     ڜ    9 J d e                                                                                                                                                                                                                            S  kdf $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e f g     ɝ ܝ                s                                                                                                                                                                 kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  e f g                    ɟ ʟ  Ġ u v _ t v w Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdMf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   w ʟ  P Ơ  v   v w ~   # S   ߣ  7 k                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  w ~     ; N R j k l | }  Ǥ Ȥ Ф Ҥ ! # $ % ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   k l }  Ȥ Ѥ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ѥ Ҥ ڤ 龜   + E _ p    ϥ ै                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kd[f $If   K$L$l 0                     x                
t                                4   4 
l a    , A S m    ̦ ݦ   " # $                                                                                                                                                                                                                   	  $If   gd_  S  kdf $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ % M N a t      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdf $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
% = G H L M N ` a     w  p  ֩ 7 L ( =   \ q r s z  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdG g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 w q ٩ O \ ɪ @  s z  ٬   4 S r                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   Ѭ ݬ  8 K W j v        ŭ ƭ 
     a c d e }    ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f    ƭ 
   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         # 5 G Y k     خ ﮈ    ' > ?                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdUg $If   K$L$l 0                                     
t                                4   4 
l a   ? G Y k }    ԯ 寈   $ : K b c                                                                                                                                                                                                                            S  kdg $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c d e     ǰ ڰ  ﰈ              s                                                                                                                                                                 kdyg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       찈     > Բ    #     ܶ   K ϸ s ʹ ߹    * =  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd3g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  Բ  $  ܴ ' F     . M u ⹈ 㹈 깈                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   ǻ  & E   ü ⼈                                                                                                                f                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_      Ǽ ڼ 漈       V W X { | }       ¾ þ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   W X | }                s                                                                                                                                                                                     kdAg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ཈  $ % G i   ¾                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ¾ þ Ծ  , |            s            s            s                                                                                                                                                                          	  $If   gd_   kdOg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       þ Ӿ Ծ + , - . / ; ? C J i O b       F Z   kň wň {ň ň ň  ƈ 4ƈ Gƈ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  , - . / i   O     G  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd		g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          >È È È Ĉ Ĉ jň kň ň ň  ƈ 4ƈ vƈ ƈ ƈ ,ǈ {ǈ ǈ ǈ ǈ ǈ Ȉ #Ȉ -Ȉ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Gƈ vƈ ƈ ƈ ƈ ƈ ƈ +ǈ ?ǈ zǈ ǈ ǈ ǈ ǈ Ȉ Ȉ #Ȉ -Ȉ .Ȉ FȈ PȈ QȈ UȈ VȈ WȈ iȈ jȈ |Ȉ }Ȉ Ȉ Ȉ Ȉ Ȉ Ȉ Ȉ Ȉ ʈ ʈ ʈ .ʈ /ʈ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (-Ȉ .Ȉ                                        kd	g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .Ȉ VȈ WȈ jȈ }Ȉ Ȉ Ȉ Ȉ Ȉ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ȉ Ȉ                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȉ Ȉ Ȉ Ɉ RɈ Ɉ Ɉ Ɉ Ɉ ʈ ʈ /ʈ                                                                                                             f                                       kdkg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  /ʈ 0ʈ 1ʈ Yʈ Zʈ mʈ ʈ ʈ ʈ ʈ ʈ             s                                                                                                                                                                      kd%
g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
/ʈ 0ʈ 1ʈ Iʈ Sʈ Tʈ Xʈ Yʈ Zʈ lʈ mʈ ʈ ʈ ʈ ʈ ʈ ʈ ʈ ʈ wˈ xˈ yˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ  ̈ ̈ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ʈ ʈ                                        kd
g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʈ ʈ ʈ ʈ xˈ yˈ ˈ ˈ                                                 f                                                                                                                       kd3g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ˈ ˈ ˈ ˈ ˈ ˈ ˈ ̈ ̈ ̈ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	̈ ̈                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̈ ̈ ̈ Ö P̈ ̈ ̈ ̈ ̈ ̈ ̈ ̈ ̈ 	͈ 
͈ ͈ ͈ ͈ "͈ #͈ 5͈ 6͈ [͈ \͈ `͈ i͈ ͈ ͈ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %̈ ̈ ,̈ P̈ ̈ ̈ ̈ ̈                                                 f                                                                                                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ̈ ̈ ͈ ͈ #͈ 6͈ I͈ \͈ ^͈ _͈ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_͈ `͈                                        kdog $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `͈ i͈ ͈ Έ Έ Έ Έ Έ                                                 f                                                                                                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Έ Έ Έ Έ oψ pψ ψ ψ ψ Ј Ј Ј 8ш |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd}g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Έ Έ Έ nψ oψ pψ ψ ψ ψ ψ #Ј Ј Ј 	ш 8ш Kш nш ш ш ш ш ш ш ш ш ш -҈ @҈ n҈ o҈ ҈ ҈ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  8ш oш ш ш -҈ o҈ ҈ ҈ Jӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ҈ ҈ ҈ ӈ Iӈ ]ӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ Ԉ  Ԉ !Ԉ %Ԉ &Ԉ 'Ԉ /Ԉ LԈ ^Ԉ _Ԉ Ԉ Ԉ Ԉ Ԉ Ԉ Ԉ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ӈ ӈ                                        kd7g $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ӈ &Ԉ 'Ԉ LԈ _Ԉ rԈ Ԉ Ԉ Ԉ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ԉ Ԉ                                        kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ԉ Ԉ Ո GՈ YՈ Ո Ո Ո 
ֈ ֈ ֈ Iֈ                                                                                                 f                                                   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ԉ Ո Ո Ո Ո Ո Ո Ո Ո 	ֈ 
ֈ ֈ ֈ ֈ ֈ 4ֈ =ֈ Gֈ Iֈ Oֈ Pֈ Wֈ Yֈ nֈ oֈ ~ֈ ֈ ֈ ֈ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Iֈ Pֈ Xֈ Yֈ oֈ ֈ ֈ ֈ                                                             R            I                                   	  $If   gd_ Q  kd&g $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ׈ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ֈ ׈ ׈ ׈ *׈ ׈ V؈ `؈ a؈ ؈ ؈ ؈ ؈ ؈ ؈ ؈ ؈ ؈ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ׈ ׈                                        kdmg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ׈ ׈ ׈ ׈ ׈ ׈ ؈ ؈ V؈ a؈ ؈ ؈ ؈ ؈ ؈ ؈                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ؈ ؈ ؈ و و 	و و :و @و Aو Hو Jو Sو yو zو و و و و و و و و و و و و و و و ڈ 	ڈ 
ڈ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ؈ ؈ و :و Aو Iو |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Iو Jو zو و و و                                     R            I                                                                     	  $If   gd_ Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{g $If   K$L$l 0                                     
t                              4   4 
l a   و و و و و و و 	ڈ ڈ ڈ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ڈ 
ڈ                                        kdOg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
ڈ ڈ ڈ ڈ ڈ ڈ 4ۈ ?ۈ ^ۈ ۈ ۈ ۈ ۈ ۈ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  

ڈ ڈ ڈ &ڈ ڈ 4ۈ >ۈ ?ۈ ]ۈ ^ۈ qۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ۈ ܈ ܈ ܈ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ۈ ۈ ۈ ܈ |            s            s                                                                                                                                                                                           	  $If   gd_   kd g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܈ ܈ ܈ )܈ 3܈ 4܈ 8܈ 9܈ :܈ L܈ M܈ _܈ `܈ ܈ ܈ ܈ ܈ ܈ ܈ ݈ ݈ ݈ ݈ ݈ bވ lވ mވ ވ ވ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ܈ ܈ 9܈ :܈ M܈ `܈ s܈ ܈ ܈ ܈ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]!g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	܈ ܈                                        kd"g $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ܈ ܈ ݈ ?݈ ݈ ݈ ވ 'ވ bވ mވ ވ ވ ވ ވ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ވ ވ ވ ވ ވ ވ ވ ވ ވ ވ ވ ߈ ߈ ߈ $߈ -߈ 7߈ 8߈ 9߈ :߈ ;߈ <߈ c߈ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ވ ވ ߈ 9߈ |            s            s                                                                                                                                                                                           	  $If   gd_   kdk#g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9߈ :߈ ;߈ <߈ c߈ d߈ ߈ V    . i j |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd%$g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c߈ p߈ t߈ ߈ V     . j v z         w             	   < z      3 a b   .    ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4j        w          	 <   & ; W g z                                                                                                                                                                                                                                                                                                                                                                      gd_   3 b   .    Z       & 9 =                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_          9 < = D E      	 j     z      4 a b g   B Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $= > ? @ A B C D E M            H            H            H            H            H            H            H                   gd_   kd$g $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   E Y ` e u v                                                   _            V            V                                                             	 $If   gd_    kd}%g $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdR&g $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd&g $$If   l       0   T# T                 .                
t  0                                                              4 
l al     	  2            )            )            )                      	 $If   gd_    kd'g $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      d e j                [                                                                                                                                           kd(g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_      " t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd)g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t u z    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdK*g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       . d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  . / 4 b g  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd,g $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdo-g $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdD.g $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     ' , 4 ; B N                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd.g $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  N O                                             kd~/g $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          O Z ^ e l m n o                                                             A                                  kd0g $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  o p q r s t u v                                                 A                                              kd1g $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v w x y z {                                      A            <            7                  gd_    gd_    kd2g $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   C D E ^ _ x                                                                                                                                                                                                                                                  E  kdt3g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
B C E K L ^ _                 ) * A B C G H e f g s t  N        춥x                          /j8g hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd24g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3g $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd4g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd4g $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd5g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdO5g $$If   l 0 
" R                                                           4 
l a      ) * 4 A                                     a                                                                                                                             E  kdl6g $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
6g $$If   l 0 
" R                                                           4 
l a   A B C D E F G                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd6g $$If   l 0 
" R                                                           4 
l a   G H U V d e l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd*7g $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   e f g t  M N @ A   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd7g $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       ( ) - . 0 X Y         [ ] o p          e f r         r  s        ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j
9g hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 0 9 Y      \                                                                                                                                                                                                                                                       S  kdt9g $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	\ ] p                                         N                                                                                       S  kd:g $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd:g $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       .    o p e f r  P  '                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kd*;g $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        r  s          I J [ y   & ? [ u v      ~                                                                                                                                                                                                                                                                                                                                                    gd_   
& FO gd_    gd_      Z [ k s H J [ x y  ` }     ?      B C X Y              ۵۵۵ۭۜۋzrgrrr       j<g h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '     C Y                                      j                                                                                                                                           kd;g $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_       *	 	 	 	 
 L
 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd.<g $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
L
 
 k l  
  Y Z   W X   } ~ K L f w '  ( )                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_     
   Y Z  V  | & ' 2 3 C D H I J K L U f w   
 * (    ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jn=g hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj=g h_ U !    . / C                                                 e                                                                                                                        F  kdH>g $$If   l   l '{6    4   4 
l a] p
        F  kd=g $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    E i j m n t u           $ % F G ^ _ u v            = V     1   Q z    ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3C D E N \ i j                                                             5            v  kd.?g $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd>g $$If   l   l '{6    4   4 
l a] p
         j k l m n r s t                                     t                                                                                                                                                             v  kd?g $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  t u                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~@g $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)Ag $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*Cg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdCg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ % ? A F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F G V X ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+Eg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ _ m o u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdEg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u v                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdFg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,Gg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  	 = W                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdGg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            2 f y     Q k {       ' 0 1 G m |                                                                                                                                                                                                                                                                                                                                                                        gd_     % & ' G ] |      ; \ m    a  v                ! ! ! пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    	   ; k l m       `  a  k  v                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                          kdHg $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   ! ! ! /! E! [! ]! t!                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	! ! .! /! D! E! Z! [! u! ~! 
" " "  " ?" @" A" B" h" i" n" w" # # # # # # # # # Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ t! u!                                     kdIg $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u! ~! ! ! ! ! ! ! ! " 
" " "  "                                                                                                                                     q                            kd0Kg $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 " @" A" B" i" j" k" l" m"             q            l                                                                                                                                                       gd_    kdKg $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  m" n"                                     kdLg $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               n" w" " " " " " " " " "# ;# P# e# # # #                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  # # # # z            q            q                                                                                                                                                                                       	  $If   gd_    kdNg $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       # # # # # # # # z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdNg $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       # # # # # $ $ $ $ $ $ $ $ $ $ $ D% P% l% x% % % % % & & '& (& +& 5& K& & & & ' ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "# #                                     kd{Og $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               # # $ $ 2$ 3$ U$ q$ r$ $ $ $ $                                                                                                             q                                                         kdPg $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  $ $ $ $ $ $ $ $ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdQg $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       $ $                                     kdLRg $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               $ $ ?% @% % % % & (&                                                             q                                                                                                                             kdSg $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  (& )& *& +& K& & ' "' #' -' 8' z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd`Tg $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
' ' #' 8' j' k' u' ' ' ' ' ' ' ' ( !( ( ) ) ) ) ) * A* B* C* b* c* d* e* f* i* r* * * * ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #8' k' u' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ' '                                        kd+Ug $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ( (                                        kdVg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( !( ( ( ( ( ) W) ) ) ) ) B*                                                                                                 s                                                                        kdWg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B* C* d* e* f* g* h* |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdXg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h* i*                                        kdGYg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i* r* * * *  +                         s                                                                                                                                                                                   kdZg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  * *  + + + + + '+ 2+ . . . / +/ / / 0 *0 0 0 1 81 1 1 22 Q2 k3 3 3 4 4 4 5 45 5 5 6 6 7 ;7 7 7 '8 F8 {9 |9 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ - + + + + + + 2+ + + , , ), 4, >, |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdU[g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
>, ?, , , , , - - N- - - - . . . . / / */                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  */ +/ 6/ ;/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;/ </ F/ K/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn\g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K/ L/ W/ \/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \/ ]/ g/ l/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,]g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l/ m/ n/ / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI^g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / 0 0 )0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf_g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )0 *0 50 :0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :0 ;0 E0 J0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$`g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J0 K0 V0 [0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [0 \0 f0 k0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k0 l0 m0 0 0 0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAag $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdag $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdag $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^bg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 1 '1 71                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   71 81 C1 H1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{cg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H1 I1 S1 X1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X1 Y1 d1 i1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9dg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i1 j1 t1 y1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y1 z1 {1 1 1 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVeg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsfg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 22 @2 P2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdfg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P2 Q2 \2 a2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1gg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a2 b2 l2 q2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q2 r2 }2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNhg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2  3 I3 k3 y3 3                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdhg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdig $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkig $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdig $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)jg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 #4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #4 $4 .4 34             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFkg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   34 44 ?4 D4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D4 E4 O4 T4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T4 U4 V4 4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdclg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!mg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 5 #5 35                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>ng $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   35 45 ?5 D5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdng $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D5 E5 O5 T5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdng $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T5 U5 `5 e5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[og $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e5 f5 p5 u5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdog $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u5 v5 w5 5 5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxpg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6qg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 k6 l6 6 6 6                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdqg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSrg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpsg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 7 *7 :7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdsg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :7 ;7 F7 K7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.tg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K7 L7 V7 [7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [7 \7 g7 l7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l7 m7 w7 |7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKug $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |7 }7 ~7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdug $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	vg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhvg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 8 
8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&wg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
8 8 8 '8 58 E8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E8 F8 Q8 V8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V8 W8 a8 f8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCxg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f8 g8 r8 w8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w8 x8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8 8 8 9 9 l9 m9 z9 {9 |9 9 $:                                                                                                                                                                                        gd_  z  kd`yg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |9 9 9 9 %: Y: j: k: l: : : : : : : : : 
; ;  ; 1; 2; L; U; (= *= := ;= K= Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  $: %: Y: k: l: v: : : : :                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	: :                                        kdyg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : :  ; 2; 4; K;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K; L;                                        kd{g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L; U; ; ; ; ; < x< < < < < = = )=                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  )= *= ;= = = = = > |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdg|g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K= L= f= g= h= {= |= = > > > ,> -> \> ]> `> i> ? ? ? ? @ @ @ @ @ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j!}g h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  > > -> \> ]> ^> _> |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd}g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _> `>                                        kd`~g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `> i> > > ? `? k? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ? ? ? @ |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ @ lA mA A A A A B B |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdng $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ lA mA A A A A A A *B ?B uB B B B B B B C C C 8C 9C hC C C C C ND QD E E E E E  F F ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $B B B B C C                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  C C                                        kd(g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C 9C hC zC C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  C C                                        kd|g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C C C 6D 7D D #E CE dE E E E E E                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  E E  F QF F G @G G |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdЃg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F +F ,F -F @F AF PF qF F F G G ?G aG G G G G G G 3H eH fH gH xH ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jg h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  G G G G G G 2H 3H gH yH zH H |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xH zH H H H H H H H H %I 6I 7I :I CI I I I J -J .J 6J 8J HJ IJ J J J J J J J J J ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  H H                                        kdɅg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H %I 7I 8I 9I                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  9I :I                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :I CI I I I I J J 7J 8J IJ                                                                                                 Y                              kdqg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
IJ J J J J J ]K K M M NP [P             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd+g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J J K K K K K K ]K K NP [P Q Q T T X X X X Y Y Y Y Y Y #Z %Z 
[ [ [ [ \ \ )] -] ]^ ~^ _ ` v` w` ` ` ` ` ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j*g hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jg hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -[P Q Q Q R R S S T T T LV MV X X X Y Y Y $Z %Z 
[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  [ [ [ [ [ [             f                                                                                                                                                                      kdLg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd_    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ \ o            f            f            f                                                                                                                                                	  $If   gd_    kd(g $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ 
\ \ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ &\ .\ 3\ o            f            f            f                                                                                                                                                	  $If   gd_    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3\ 4\ <\ D\ P\ o            f            f            f                                                                                                                                                	  $If   gd_    kdrg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at P\ Q\ Y\ `\ e\ o            f            f            f                                                                                                                                                	  $If   gd_    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e\ f\ n\ u\ \ o            f            f            f                                                                                                                                                	  $If   gd_    kdNg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ %] &] }^ ~^ ` ` ` ` +a o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdg $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ` ` ` +a 7a j $j km vm ms ~s u v /w ;w <w Hw Lw hw lx mx x x x x x x x x x )y *y +y /y 8y { { { ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %+a 7a a a jb kb c c Tc e e f f pf g g h j $j jk kk l l l l l l                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  l l l m m m )m <m Sm jm km vm n n Do Eo o o r r ms ~s s t t ct t t t                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  t t 8u u u u v /w <w hw lx mx wx x x x x                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  x x                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x *y +y -y .y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .y /y                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /y 8y wy y y y z 7z Bz {z z z { {                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
{ { { N{ |            s            s                                                                                                                                                                                           	  $If   gd_   kdMg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { M{ N{ O{ Q{ ]{ a{ }{ ~{ { { { { { { { | 	| .| /| 0| 4| =| } -~ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 N{ O{ P{ Q{ }{ ~{ { { { { |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  { {                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { 	| .| /| 0| 2| 3|                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  3| 4|                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4| =| || | | | } >} } -~ =~ >~                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  -~ =~ ?~ O~ P~ V~ ]~ ^~ _~ `~ u~ ~ ~ ~ ~ ~ ~ ~ ~     !  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    >~ ?~ P~ ^~ |            s            s                                                                                                                                                                                           	  $If   gd_   kdig $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^~ _~ `~ j~ u~ ~ ~ ~ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd#g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~                                        kdݖg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd1g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! ` l    "   ! "                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_    ! # 3 4 : A B C D E Q U p q    Á ́ ΁ ځ   $ % ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    " # 4 B |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B C D E q {   Á ́ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd?g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	́ ΁                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ΁  # $ % & ( )                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  % & * 3      ƃ ǃ ȃ Ƀ ރ    % & 2 S T ^ } ~  îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ) *                                        kdMg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * 3 r ~  ӂ  2 j                                                                                                                            f                           kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_    ǃ ȃ Ƀ Ӄ ރ   %                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd[g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	% &                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & T ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_         * + 1 8 9 : ; u     ن چ 䆉     п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdig $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ̄ ؄  - M |  Ѕ                                                                                                                           f                           kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   + 9 : ; u    چ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdwg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	چ 䆉                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_  
  $$If   gd_                                           kd1g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      4 = > ? @ v w x         ̉ Љ  ֋ 鋉 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 3 4                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 = ? @ Q  ƈ w x                                                                                       s                                                                                              kd٥g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
         ֋  O  Ό |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
鋉  + N b   ͌ ጉ  0 r s    ō ύ Ѝ 草        * + c d ~   õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ό  r s }   ō ύ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ύ Ѝ                                        kdMg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѝ   + > Q d f }                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  } ~                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~    2 3 4 E r y                                                              f                                    [            [                     
  $If   gd_ K$  kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  2 3 4 D E H ] f p r x y         Ï ͏ Ώ Ϗ я ҏ ӏ   ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd<g $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a     ӏ  	  / B C D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdɫg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 A B E N q ̐ ͐ ΐ ϐ ߐ       " 7 8 G I O P Q ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J D E                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N q  ͐ ΐ ϐ    !                                                             f                                    [            [                     
  $If   gd_ K$  kd׭g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
! " 8 H I J K                                     R                                                                                              Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   K L M N O P                                     R            I                                                                     	  $If   gd_ Q  kd8g $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   P Q y    ӑ 摉 瑉 葉 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdŰg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q i s t u w x y   呉 摉 鑉  㒉 䒉   ʓ ˓ ̓ ͓ ݓ ޓ ߓ K T k   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 葉 鑉                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               鑉  / ђ 䒉 ʓ ˓ ̓ ͓ ޓ                                                                                      Y                                          kdӲg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
     ɔ ޔ  
 $ 4 N h p    ƕ                                                                                                                                                                                                                      	  $If   gd_  S  kdg $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     $ % & ' ? I J K M N O n o    Ɩ Җ 1  җ ӗ ԗ ՗ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ƕ   
 $ % &                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdg $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  & ' O o      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdkg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ɩ 1 _ ӗ ԗ ՗ 旉 0 7 @                                                             f                                    [            [                     
  $If   gd_ K$  kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
՗ 嗉 旉   0 6 7 ? A     ԙ ޙ ߙ  ♉ 㙉 䙉    G H K T ښ  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 @ A I ^ s    ɘ 㘉    / A [ u                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdyg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd_  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    䙉   " 5 H I J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J K                                        kdWg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T ښ  >  % & ' ( 9                                                                                                  f                                                   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   # & ' ( 8 9           ͜ Μ + , / 8 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    Μ    , - . |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdeg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. /                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8 ❉ 
 M  4 5 6 7 H                                                                                                 Y                              kdsg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8 ᝉ 㝉 L M  4 5 6 7 G H         ß ğ ş 5 6 9 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  H   ğ ş Ꟊ   # 6 7 8             s                                                                                                                                                                 kd-g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 9                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B  >  ˡ j k l } Т                                                                                     Y                                          kd;g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
9 B  ˡ h j k l | } Т Ѣ ע آ ࢉ ⢉ Y [ \ ] m n   ¤ ڤ 䤉 変 椉 褉 餉 ꤉ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Т Ѣ آ ᢉ ⢉ ꢉ   & @ Z j     У                                                                                                                                                                                                         	  $If   gd_  S  kdg $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  У ⣉   & @ Z [ \                                                                                                                                                                                                                                                 	  $If   gd_  S  kdg $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \ ] n  |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ¤ ꤉ 뤉   $ 7 J K L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
꤉ 뤉   I J M V         # 8 | ¨      	   ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  L M                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V  o   R                                                                                                      f                                                        kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 |    	  & ; P b |                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdg $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_   ۩ 쩉   # 8 M _ y    ت 骉                                                                                                                                                                                                                              S  kd;g $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     . / B U h {                s                                                                                                                                                                 kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      ( ) * , - . / A B     ^     h i N c       Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ^   i  שּ e       \  °   R ~  ֱ 
                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_    " 5 9 Q ڱ   	 
    ` f g o q  ´ ô Ĵ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   
   ` g p |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q y    ʲ 䲉   ) C T n                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kdg $If   K$L$l 0                     x                
t                                4   4 
l a    ˳ ೉   & 7 Q k |    ´ ô                                                                                                                                                                                                                   	  $If   gd_  S  kd'g $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ô Ĵ 촉     & 9 L M N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ĵ ܴ 洉 紉 봉 촉     K L O X  B  ` u ַ 뷉 Ǹ ܸ C X      ] ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N O                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O X   x   h ߸ [   Y x   Ӻ   R S                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ] p |  ׺ 꺉  	  ( 0 I Q R S T d e            & ' + ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  S T e    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         » Ի 滉  
 ! 8 O ` w    Ƽ ݼ ޼                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdg $If   K$L$l 0                                     
t                                4   4 
l a   ޼ 漉  
  . E \ s    ý ٽ 꽉                                                                                                                                                                                                                              S  kd!g $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     , - @ S f y                s                                                                                                                                                                 kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + , - ? @      ݿ s  E   $ @ É $ĉ {ĉ ĉ Aŉ ŉ nƉ ǉ iǉ ~ǉ &ɉ ɉ ɉ ɉ ɉ (ʉ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdmg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  s E  A {   BÉ `É É $ĉ ĉ ŉ ǉ ǉ ǉ ǉ %ɉ &ɉ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  &ɉ fɉ ɉ ɉ ɉ $ʉ Cʉ bʉ ʉ ʉ ʉ ʉ                                                                                                             f                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  (ʉ ;ʉ Gʉ Zʉ fʉ yʉ ʉ ʉ ʉ ʉ ʉ ʉ ʉ ʉ ʉ ˉ ˉ ˉ  ˉ !ˉ %ˉ .ˉ K̉ `̉ ả b̉ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ʉ ʉ ʉ ˉ ˉ !ˉ #ˉ $ˉ             s                                                                                                                                                                                     kd{g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ˉ %ˉ                                        kd5g $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %ˉ .ˉ ;ˉ ]ˉ ˉ ˉ ˉ ˉ ˉ ̉ *̉ L̉ ả                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ả b̉ s̉ ̉ ̉ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b̉ r̉ s̉ ̉ ̉ ̉ ̉ ̉ ̉ ̉ ̉ ̉ ͉ Ή ω 0ω Cω fω zω ω ω ω ω 4Љ HЉ 
Ӊ Ӊ Ӊ AӉ Ӊ Ӊ Ӊ Ӊ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ̉ ̉ ̉ ̉ ͉ Ή Ή Ή 0ω gω ω ω 5Љ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdCg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5Љ Љ Љ Љ щ щ D҉ E҉ 	Ӊ 
Ӊ AӉ Ӊ Ӊ Ӊ ԉ Lԉ ԉ ԉ Չ oՉ pՉ zՉ Չ Չ Չ Չ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ӊ ԉ (ԉ Kԉ _ԉ ԉ ԉ ԉ ԉ Չ -Չ oՉ pՉ Չ Չ Չ Չ Չ Չ Չ Չ Չ Չ Չ Չ ։ 	։ ։ ։ .։ /։ A։ B։ F։ O։ ։ ׉ ׉ ׉ ׉ ׉ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Չ Չ                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Չ Չ Չ 	։ ։ /։ B։ D։ E։                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  E։ F։                                        kdQg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F։ O։ ։ ։ ։ ׉ =׉ W׉ ׉ ׉ ׉ ׉                                                                                                             f                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ׉ ׉ ׉ ׉ ׉ ؉ ؉ 2؉ E؉ G؉ H؉             s                                                                                                                                                                      kd_g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
׉ ׉ ׉ ׉ ׉ ׉ ׉ ׉ ׉ ؉ ؉ ؉ ؉ D؉ E؉ I؉ R؉ ؉ ؉ ى ى ى (ى )ى *ى +ى Cى Mى Nى Rى Sى Tى fى gى yى zى ى ى ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %H؉ I؉                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I؉ R؉ p؉ ؉ ى ى )ى *ى                                                 f                                                                                                                       kdmg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  *ى +ى Sى Tى gى zى ى ى ى ى |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ى ى                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ى ى ى ى ى qډ rډ sډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ ۉ +ۉ ,ۉ ۉ ۉ ;܉ <܉ =܉ M܉ N܉ O܉ P܉ ]܉ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %ى ى ى ى rډ sډ ډ ډ                                                 f                                                                                                                       kd5g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ډ ډ ډ ډ ډ ډ ډ ډ ډ ډ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ډ ډ                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ډ ۉ ,ۉ ۉ <܉ =܉ N܉ O܉                                                 f                                                                                                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  O܉ P܉ Q܉ ܉ ݉ ݉ 6݉ 7݉ h݉ `މ aމ މ މ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]܉ a܉ ܉ 
݉ ݉ ݉ 6݉ C݉ G݉ h݉ ݉ aމ މ މ މ މ 
߉ !߉ E߉ F߉ Y߉ k߉ l߉ ߉ ߉ ߉ ߉ ߉ 
  ! R ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  މ ߉ F߉ ߉ ߉  S   > ? @ J U                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  R f     = ? @ U                # $ = F G V շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdqg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                     $ & <                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  < =                                        kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               = F    0 ; g                                                                                                     f                                                   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  V  0 ; N ^ g n t               
      ! ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                      R            I                                   	  $If   gd_ Q  kd`g $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   ! I J ] p      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
! 9 C D H I J \ ] o p       '       : j s z    ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ( C t        ; M s                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_                 . / 1 2 3 K U V Z [ \ n o      пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          0 1 2                                     R            I                                                                     	  $If   gd_ Q  kdBg $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   2 3 [ \ o      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 $ L      ( j n o p                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
    #        ' ( / 5 i j m n o p q        زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 p q   |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    $ % ) 2 3 B   O S     * + ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph           % ' ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( )                                        kdQg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ) 2   P      + V                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
+ > M U V ] c                 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             >  ' ( a   	 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd_g $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   >  ' 4 8 a  	   ;  $ y z     F R V ~ P ~    l m       A B X \      :   & b  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4	 ;  # $ y z   E F ~ P } ~  m           A B                                                                                                                                                                                                                                                                                                                                                                    gd_     :   & b   0                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_    gd_   0 4           2 3 4 5 q  	 6     D E i        + /  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdg $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         $ %                                                 _            V            V                                                             	 $If   gd_    kdg $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  % & 2 3                                                                                                                                                                                                                                                          	 $If   gd_  o  kdg $$If   l       0   T# T                 .                
t  0                                                              4 
l al  3 4 5 @ D W _ k                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd)g $$If   l       0   T# T                 .                
t  0                                                              4 
l al  k l q   2            )            )            )                      	 $If   gd_    kdg $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                        	 6 ;              [                                                                                                                                           kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     E I c d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c d i    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdNg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       , d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  , - . 8    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdg $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdg $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd~g $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdg $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdg $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                
                                                              A                                  kdg $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdg $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        /                                     A            <            7                  gd_    gd_    kdg $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  /        (  )  =  ?                                                                                                                                                                                                                                               E  kdg $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
      (  )  ?  @  B  C  Q  R  _  `                                 %          󽬗n  h
 h_ CJ OJ QJ ^J aJ  /jh hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +?  @  A  B  C  K  Q                                      a                                                                                                                             E  kdlg $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
g $$If   l 0 
" R                                                           4 
l a   Q  R  [  _  `  s                                        a                                                                                                                             E  kd* h $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg $$If   l 0 
" R                                                           4 
l a                                                     a                                                                                                                             E  kd h $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd h $$If   l 0 
" R                                                           4 
l a                                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdGh $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdh $$If   l 0 
" R                                                           4 
l a             l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kddh $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       %       l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd"h $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            P Q ] ^         3 5 E F      
 
 
 S
 V
 k
 
 
 
   n o    ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /jGh hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 0    Q ^                                                                                                                                                                                                                                                           S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   4 5 F                                      N                                                                                       S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd@h $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        d   ! 	 	 
 
 
 
 
 `  /                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kddh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     V
 
   P n o      :             i                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_    
       :       i         ) * + G H S T U Y Z    ܮ{shsss                   jh h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %i u      *                                     j                                                                                                                                           kdh $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  * + <    ' ( D   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdhh $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 E 
  \         e f          ! ! F" G"                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_                                  ! F" # # ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jh hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjAh h_ U !G" # # # # # #                                                 e                                                                                                                        F  kd	h $$If   l   l '{6    4   4 
l a] p
        F  kd	h $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  # # # $ 	$ $ 
$ $ $ 5$ 6$ V$ W$ m$ n$ $ $ $ $ $ $ $ $ $ $ % % /% 0% W% X% Y% Z% [% 9' :' F' ' ' ' )( /( 2( ( ( ) ) ) * M* l* * ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3# # # # # $ 	$                                                             5            v  kdh
h $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd	h $$If   l   l '{6    4   4 
l a] p
         	$ 
$ $ $ 
$ $ $ $                                     t                                                                                                                                                             v  kd
h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  $ $ -$ /$ 5$                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5$ 6$ O$ Q$ V$                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdch $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V$ W$ e$ g$ m$                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m$ n$ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kddh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdeh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ % % %                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % % (% *% /%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /% 0% 7% <% W%                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdfh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W% X% Y% Z% [% 9' :' F' ' ' ' ' *( =( q(                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q( ( ( ( ) ) L) j) ) ) ) 
* * N* m* * * * * * + + + , , ., /, H, {, |,                                                                                                                                                                                                                                                                                                                                                                   gd_  * * * * * * + + , -, b, z, , , , , - @- l- -  . . G. H. R. \. ]. . . . . . пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  |, , , , , , 
- - - @- V- l- - - - -  . 
. . H. R. \.                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \. ].                                     kdh $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ]. . . . . . . . . /                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	. . . . . . . . / / / / / / / / / / 0 0 
0 0 31 51 E1 F1 e1 f1 g1 h1 1 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ / /                                     kdh $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               / / ?/ @/ T/ U/ y/ / / / / / / /                                                                                                                                     q                            kdjh $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
/ / / / 0 	0 
0 0 0             q            l                                                                                                                                                       gd_    kd'h $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  0 
0                                     kdh $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               
0 0 70 80 L0 M0 g0 0 0 0 0 0 0 1 1 1 41                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  41 51 F1 f1 z            q            q                                                                                                                                                                                       	  $If   gd_    kd;h $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       f1 g1 h1 1 1 1 1 1 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       1 1 1 1 1 %2 '2 72 82 W2 X2 Z2 2 2 2 2 2 2 3 3 63 B3 3 3 3 3 3 3 3 3 3 44 v4 w4 4 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "1 1                                     kdh $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 1 1 1 1 1 1 2 2 &2 '2 82 X2                                                                                                             q                                                         kdh $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X2 Y2 Z2 2 2 2 2 2 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       2 2                                     kdh $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2 2 2 2 3 3 3 3 3                                                             q                                                                                                                             kdh $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  3 3 3 3 3 w4 4 4 4 4 4 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdh $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
4 4 4 4 	5 
5 5 5 5 ?5 @5 m5 5 5 5 5 V6 :7 <7 L7 M7 7 7 7 7 7 8 8 8 8 8 8 8 m8 }8 ~8 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #4 
5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  5 5                                        kde h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 @5 m5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5 5                                        kd!h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 X6 Y6 6 6 6 6 ;7 <7 M7 7 7                                                                                                 s                                                                        kd
#h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 7 8 8 8 8 8 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd#h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8                                        kd$h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 l8 m8 ~8 8                         s                                                                                                                                                                                   kd%h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~8 8 8 8 8 8 8 8 8 S< T< k< < < += J= = = .> M> > > V? u? ? ? 
A )A A A "B AB B B <C [C :D YD D D IE hE E E G G о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -8 8 8 8 8 8 8 q9 r9 9 9 9 9 9 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd&h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9 9 >: U: m: : : : : "; h; i; S< T< k< < < < <                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI'h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf(h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = 
= += 9= I=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I= J= U= Z=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z= [= e= j=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j= k= v= {=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {= |= = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA*h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = = = =                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^+h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = > 
>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
> > > .> <> L>                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{,h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L> M> X> ]>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]> ^> h> m>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9-h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m> n> y> ~>             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~> > > >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > > > >                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV.h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds/h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? 	? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? V? d? t?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd10h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t? u? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN1h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ? ? ?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ?  @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk2h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ !@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)3h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !@ "@ ,@ 1@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1@ 2@ 3@ @ @ 
A A (A                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd3h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (A )A 4A 9A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF4h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9A :A DA IA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   IA JA UA ZA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZA [A eA jA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc5h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jA kA lA A A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!6h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>7h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A "B 0B @B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @B AB LB QB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QB RB \B aB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[8h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aB bB mB rB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rB sB }B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx9h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6:h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C <C JC ZC                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS;h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZC [C fC kC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kC lC vC {C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {C |C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp<h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C 
D D :D HD XD                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd.=h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XD YD dD iD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iD jD tD yD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yD zD D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK>h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	?h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh?h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&@h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E IE WE gE                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gE hE sE xE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCAh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xE yE E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`Bh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E  F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}Ch $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F !F &F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;Dh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &F 'F (F LF lF F F F G G G G G >G G                                                                                                                                                                                        gd_  z  kdDh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G ,G >G YG G G 	H 
H H  H RH SH ]H gH hH H H H H H H H H H J J J J J Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  G G G 
H H H  H SH ]H gH                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	gH hH                                        kdDh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hH H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H H                                        kdMFh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H HI II iI jI I J MJ rJ J J J J J                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  J J J +K DK ]K vK K |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdGh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J K K K K K *K K K K K K K K K L M M M M ON PN SN dN |N ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j[Hh h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  K K K K K K K |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdHh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K                                        kdIh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K L PL QL L L 
M &M ?M YM nM M M                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  M M M PN |            s            s                                                                                                                                                                                           	  $If   gd_   kdJh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       PN QN RN SN |N O O @O RO dO eO TP UP |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdKh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |N O O ?O @O cO dO eO O O O P AP SP UP jP P P P P P P P Q *Q +Q .Q 7Q Q Q hS iS S S S S S ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $UP _P jP P P P                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  P P                                        kdbLh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q +Q ,Q -Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  -Q .Q                                        kdMh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .Q 7Q |Q }Q Q Q Q Q TR R R S )S FS hS iS S                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  S S S S FT T T "U |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
Oh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S S S S T FT kT T T T  U !U "U %U 6U LU sU U V V V V ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jOh h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  "U #U $U %U KU LU U U V V V #V |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdIPh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V .V `V aV kV uV vV V V V V V V V MW [W W W W W W W W W 2X 3X 5X 6X HX ZX [X fX X ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !#V .V aV kV uV                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  uV vV                                        kdQh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vV V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V                                        kdWRh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V CW DW dW eW W W W W W                                                                                                 Y                              kdSh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
W 3X 4X 5X 6X fX X  Y U[ V[ ] ]             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdeTh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X X X X X X X X X  Y ] ] &_ 7_ sb b Sf ff f f f f Tg Ug Wg Xg g g h h 0i di 3j :j j j k l m m n n .n /n ?n @n ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jdYh hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jUh hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -] %_ &_ 7_ }` ~` >a ?a rb sb b c c Rf Sf hf f Ug Xg g g h h /i 0i ?i Qi                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  Qi di ei ji ri wi             f                                                                                                                                                                      kdUh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  wi xi }i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdUh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdbVh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdVh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kd>Wh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd_    kdWh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i j o            f            f            f                                                                                                                                                	  $If   gd_    kdXh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j j 
j j  j o            f            f            f                                                                                                                                                	  $If   gd_    kdXh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  j !j "j #j j j l l m m pn qn n o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdXh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @n Cn Dn n n w w 
{ {     ΄ ڄ ۄ 焊 넊    ! S T ^ h i u   Ȇ Ɇ ʆ Ά ׆    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %n n Ro So 	p 
p p p p r r s s t u u 4v w w 	y 
y +z 8z Ez Rz _z pz                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  pz z z z z z z z z 	{ 
{ { E| F| | | e} f} 8 9   R    0 ]                                                                                                                                                                                                                                                                                                                                                              gd_    gd_    ׂ '    ΄ ۄ     ! T ^ h                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  h i                                        kdYh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i  Ɇ ʆ ̆ ͆                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ͆ Ά                                        kd3[h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ά ׆  " I p  և ᇊ  $ I                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
   툊 |            s            s                                                                                                                                                                                           	  $If   gd_   kd\h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         숊 툊        2 d e o y z    ͉ Ή ω Ӊ ܉ d ̋ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 툊      ' 2 e o |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdA]h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  y z                                        kd]h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z  ͉ Ή ω щ ҉                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ҉ Ӊ                                        kdO_h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӊ ܉  ' N y  ݊ c ̋ ܋ ݋                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ̋ ܋ ދ         F G Q [ \ h        H ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ݋ ދ   |            s            s                                                                                                                                                                                           	  $If   gd_   kd`h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          	  G Q [ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd]ah $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ \                                        kdbh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kdkch $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2 ]   G                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  H    Ҏ ӎ َ  ᎊ ⎊ ㎊ 䎊     % W X b l m y   Ï ď ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph      ӎ ᎊ |            s            s                                                                                                                                                                                           	  $If   gd_   kddh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ᎊ ⎊ ㎊ 䎊   % X b l |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdyeh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l m                                        kd3fh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m   Ï ď ŏ Ǐ ȏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ď ŏ ɏ ҏ E G W X ^ e f g h }    đ ő ё       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ȏ ɏ                                        kdgh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɏ ҏ   D r  ѐ 	 E F G                                                                                                                         f                           kdhh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  G X f g h r }   đ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdih $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	đ ő                                        kdOjh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ő     ! "                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_    # ,    ɓ ʓ Г ד ؓ ٓ ړ  . 0 1 F x y      п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  " #                                        kdkh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , k w  ̒ 쒊  8 o                                                                                                                           f                           kdlh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   ʓ ؓ ٓ ړ  1 ; F y                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdmh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdknh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    Ҕ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      Ӕ ܔ ݕ ޕ ߕ    ' ( Z [ \ ] ^ _ k o  u  ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Ҕ Ӕ                                        kdoh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӕ ܔ ޕ ߕ  / e   ( Z                                                                                     s                                                                                              kdqh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Z [ \ ] ^ _  @ A u   & m |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdqh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ʙ 홊  % 9 l   Ϛ   ' Y Z d n o         ɛ ʛ    & 2 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !m     ' Z d n                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  n o                                        kdrh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o   ʛ ݛ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdsh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &   ќ Ҝ Ӝ 䜊                                                                 f                                    [            [                     
  $If   gd_ K$  kd/uh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
2  ќ Ҝ Ӝ 㜊 䜊 眊        ! 6 7 F H I J b l m n p q r   ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   ! 7 G H I                                     R            I                                                                     	  $If   gd_ Q  kdvvh $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kduh $If   K$L$l 0                                     
t                              4   4 
l a   I J r    Ν ᝊ ❊ 㝊 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdwh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  ᝊ 䝊 흊  k l m n ~       ֞ מ 枊 螊    ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 㝊 䝊                                        kdwh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               䝊 흊  > l m n                                                                 f                                    [            [                     
  $If   gd_ K$  kdyh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
  מ 瞊 螊 鞊 ꞊                                     R                                                                                              Q  kdXzh $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdyh $If   K$L$l 0                                     
t                              4   4 
l a   ꞊ 랊 잊 힊                                       R            I                                                                     	  $If   gd_ Q  kdr{h $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdzh $If   K$L$l 0                                     
t                              4   4 
l a      9 : _ r    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        9 :       6 O i j k l | } ~ ꡊ  
 : @ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd|h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ο p  i j k l } :                                                                                     Y                                          kd
~h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
: A J K S h }   â Ӣ    $ 9 K e                                                                                                                                                                                                                      	  $If   gd_  S  kd~h $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ @ A I K ã ģ ţ ƣ ޣ 裊 飊 ꣊ 죊   
  X Y \ e q Ф Z q r s t ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  e    ã ģ ţ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdYh $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ţ ƣ   3 F Y Z [ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ \                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ e Ф  r s t  ϥ ֥ ߥ                                                             f                                    [            [                     
  $If   gd_ K$  kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
t     ϥ ե ֥ ޥ ॊ W Y Z [ s } ~        槊 秊 ꧊  y ' ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ߥ ॊ 襊   $ > X h     Φ ঊ   $                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdh $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   $ > X Y Z                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdEh $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Z [     ԧ 秊 觊 駊 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd׃h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	駊 ꧊                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ꧊  y  ݨ & ĩ ũ Ʃ ǩ ة +                                                                                                 f                                                   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ' © ũ Ʃ ǩ ש ة * + , D N O P R S T l m ʪ ˪ Ϊ ת þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ + , T m    ˪ ̪ ͪ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ͪ Ϊ                                        kdYh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ϊ ת   쫊 5 Ӭ Ԭ լ ֬ 笊                                                                                                 Y                              kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ת   뫊 쫊 5 Ӭ Ԭ լ ֬ 權 笊 9 : ; S ] ^ _ a b c d ԭ խ ح νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  笊 : ; c d    ­ խ ֭ ׭             s                                                                                                                                                                 kdgh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ׭ ح                                        kd!h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ح ᭊ  ݮ ! j 	 
   o                                                                                     Y                                          kduh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ح ᭊ  j  	 
    o p v w        
 _ ` a y       ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 o p w      Ű ߰  	 # = E Z o                                                                                                                                                                                                         	  $If   gd_  S  kd/h $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  o    ű ߱                                                                                                                                                                                                                                                    	  $If   gd_  S  kdh $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    
 ` |            s            s                                                                                                                                                                                           	  $If   gd_   kdSh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a     ò ֲ 鲊 겊 벊 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd
h $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    貊 鲊 첊         µ ׵  a         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  벊 첊                                        kdՎh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               첊    J ^                                                                                                      f                                                        kd)h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
       Ŷ ڶ ﶊ   5 F `                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdh $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ` z    · ׷ 췊   2 C ] w                                                                                                                                                                                                                               S  kduh $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ͸ θ Ḋ    - . /             s                                                                                                                                                                 kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      Ǹ ȸ ɸ ˸ ̸ ͸ θ ช Ḋ , - 0 9  , - S T           Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ / 0                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 9  T   ;   Y  ^     J a     I u                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_     Ծ ؾ  y             _ a b c ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          - B W i       
  8 @ U                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdϔh $If   K$L$l 0                     x                
t                                4   4 
l a   U j       
  5 F ` a b                                                                                                                                                                                                                   	  $If   gd_  S  kdah $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  b c          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdh $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c {            Ê Ê Ċ Ċ Ŋ uŊ Ŋ fƊ {Ɗ Ɗ Ɗ Ǌ Ǌ Ǌ Ǌ Ǌ Ǌ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ê Ċ Ŋ Ŋ Ŋ Ɗ ~Ɗ Ɗ Ǌ Ǌ Ǌ Ȋ 6Ȋ [Ȋ rȊ Ȋ Ȋ Ȋ Ȋ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Ǌ Ȋ Ȋ .Ȋ vȊ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ȋ Ɋ Ɋ HɊ NɊ OɊ WɊ YɊ ˊ ˊ ˊ ˊ ˊ ˊ ˊ ˊ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Ȋ Ȋ Ɋ HɊ OɊ XɊ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       XɊ YɊ aɊ sɊ Ɋ Ɋ Ɋ Ɋ Ɋ Ɋ Ɋ ʊ -ʊ >ʊ Tʊ eʊ |ʊ }ʊ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdɘh $If   K$L$l 0                                     
t                                4   4 
l a   }ʊ ʊ ʊ ʊ ʊ ʊ ʊ ʊ ˊ #ˊ :ˊ Qˊ bˊ xˊ ˊ ˊ ˊ                                                                                                                                                                                                                            S  kd[h $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ˊ ˊ ˊ ˊ ˊ ˊ ˊ ̊ ̊ +̊ -̊ .̊             s                                                                                                                                                                 kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˊ ˊ ˊ ˊ ˊ *̊ +̊ /̊ 8̊ J͊ |͊ Ί DΊ Ί Eϊ aϊ ϊ ϊ 3ъ ъ Ҋ /Ҋ Ҋ ӊ 
Ԋ Ԋ Պ Պ ֊ I׊ \׊ h׊ {׊ ׊ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !.̊ /̊                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /̊ 8̊ J͊ Ί Ί bϊ ϊ Њ eЊ Њ Њ Њ 1ъ ъ lҊ ӊ Ԋ  Պ !Պ (Պ ֊ ֊                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ֊ ׊ E׊ d׊ ׊ ׊ ׊ ؊  ؊ ?؊ @؊ Q؊                                                                                                             f                                       kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ׊ ׊ ׊ ׊ ؊ ؊ $؊ 7؊ >؊ @؊ P؊ Q؊ ؊ ؊ ؊ ؊ ؊ ؊ ؊ ؊ ؊ ؊ ي ي  ڊ ڊ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q؊ ؊ ؊ ؊ ؊ ؊ ؊ ؊             s                                                                                                                                                                                     kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ؊ ؊                                        kdoh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؊ ؊ ؊ ؊ ي @ي bي cي ي ي ي ي  ڊ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_   ڊ ڊ ڊ Eڊ jڊ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdÞh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڊ ڊ ڊ iڊ jڊ kڊ lڊ mڊ yڊ }ڊ ڊ ڊ ڊ ܊ ܊ ܊ ܊ ݊ ݊ =݊ Q݊ ݊ ݊ ݊ ݊     ; > r  ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  jڊ kڊ lڊ mڊ ڊ W܊ Y܊ ܊ ܊ ݊ >݊ ݊ ݊ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd}h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݊ )ފ *ފ |ފ #ߊ $ߊ ߊ ߊ    = > r   # j     $ W a k                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_       " 6 i }     $ V W a k l                 6 Z [ \ l m õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (k l                                        kd7h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_                                           kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 6 Y     - [ \ m                                                                                                             f                                       kdߢh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  m n o                     s                                                                                                                                                                      kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
m n o               2 3                  > ? ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdSh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  3                                                     f                                                                                                                       kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_        , ? A B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdah $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? C L      " # $ % = G H L M N ` a s t       M N         㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %C L j    # $                                                 f                                                                                                                       kdoh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $ % M N a t     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  N                                                     f                                                                                                                       kd7h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     !         4 v |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          !        a   4 G v       
  ) * = k ~     ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  v   * k   9       ' 1 ;                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    8 L       & ' 1 ; < T ^ _ c d e m          շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\; <                                        kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < d e                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_                                           kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 T      H I Z                                                                                                  f                                                   kdSh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   T      
  G H I Y Z ] r {             ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kdh $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd
h $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$       " 5 7 8 N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd'h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
           4 5 O X Y h        	    0 1 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ N O                                        kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               O X    0 I \       1 2                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  1 2 3 C D G M x ~                  
    ! F G K пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  2 3 D x   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd5h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd_ Q  kd|h $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdh $If   K$L$l 0                                     
t                              4   4 
l a        ! 4 G I J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J K                                        kdõh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K T   % 7 r }   	 
                                                                                                                                                                                                                                                                                                                                                                                                                   
& FT $If   gd_ 	  $If   gd_  
K T U d  r | }          	  
      ! $ 9 B L M زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   ! N |            s            s                                                                                                                                                                                           	  $If   gd_   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N O g q r v w x           ? @   4      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    N O w x       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdѷh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 @ }  " S e     7 8                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
       6 7 8 9 I J M b k u v w x y z  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  8 9 J w |            s            s                                                                                                                                                                                           	  $If   gd_   kd߹h $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x y z         l   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
          l     W    % ) R         ) - Z   F G S W z      ' q    / l   Y ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  W     R         Z  F G z . / d y      '                                                                                                                                                                                                                                                                                                                                                                   gd_  ' q   / l   Y   1 2 = I X d w {                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Y   0 1 = S W w z {       	 G	 	 	 %
 [
 \
 
 
 
  ? @ r      
 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ ${ | } ~      M            H            H            H            H            H            H            H                   gd_   kdSh $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd_    kdh $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdƼh $$If   l       0   T# T                 .                
t  0                                                              4 
l al         
	                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdch $$If   l       0   T# T                 .                
t  0                                                              4 
l al  
	 	 	 G	 L	 2            )            )            )                      	 $If   gd_    kd h $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     L	 	 	 	 	 	 
             [                                                                                                                                           kd-h $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  
  
 %
 \
 `
 
 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 
 
  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     @ E l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l m r    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      & + 7 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdh $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7 8 ; E n            e            e                                                                                                                                                               	 $If   gd_    kdh $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           E F I R                                                                                                                                                                                                                                                	 $If   gd_  t  kdh $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  R S T e j r y                                       w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdUh $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdh $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kdKh $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd*h $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd	h $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   
 
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                   E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     ! M N f g ~            0 1 < = M N 춥x                          /jh hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *
 
 
 
 
 
 
                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdGh $$If   l 0 
" R                                                           4 
l a   
 
 
 
 
                                       a                                                                                                                             E  kddh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdh $$If   l 0 
" R                                                           4 
l a        ! 3 M                                     a                                                                                                                             E  kd"h $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdh $$If   l 0 
" R                                                           4 
l a   M N Y f g q ~                                     a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdh $$If   l 0 
" R                                                           4 
l a   ~                                                                                                                                                                                                                                                                                                     	 $If   gd_ 	 $If   gd_     gd_  E  kd?h $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdh $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a          } ~ U V l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd\h $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
N R S H I T U e f j k m       C E P Q         # % & 2 3      	 ) N W    
  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jh hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0V m v    D E Q                                                                                                                                                                                                                                                        S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	      $                                     N                                                                                       S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdzh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   $ % & 3 k         2   d  4                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4 5  O     
        A c |        \" ]" " " #                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_                     [" ]" |" # # !# .# /# # # # # # # # & & & & & & & 5' 6' A' ۵۵۵ۭۜۋzrgrrr       jh h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '# # "# .# /# # # #                                     j                                                                                                                                           kd0h $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  # # # #$ ($ g$ $ $ $ L% % s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdh $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
% % & & & J' K' ' ' ;( <( ) ) + + + + , , , , d- . e/ f/ / /                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  A' B' C' G' H' K' ' ' :( ) U+ + c, d, o, p, , , , , , , , , , , 5- >- G. g. e/ / O1 P1 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jh hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj{h h_ U !/ P1 T1 U1 k1 l1 1                                                 e                                                                                                                        F  kdh $$If   l   l '{6    4   4 
l a] p
        F  kdIh $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  P1 U1 1 1 1 1 1 1 1 1 1 1 1 2 2 '2 (2 D2 E2 a2 b2 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 E5 z5 5 5 5 5 \6 n6 A7 Y7 7 7 7 
8 @8 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 31 1 1 1 1 1 1                                                             5            v  kdh $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd/h $$If   l   l '{6    4   4 
l a] p
         1 1 1 1 1 1 1 1                                     t                                                                                                                                                             v  kdGh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  1 1 1 1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 1 1 1                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 1 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdHh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 !2 '2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '2 (2 =2 ?2 D2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D2 E2 Z2 \2 a2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdIh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a2 b2 |2 ~2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 2 2 2 2 4 4 4 ,5 F5 z5 5 5 5 6                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdKh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 #6 W6 o6 6 6 6 7 <7 Z7 7 7 7 7 8 ?8 @8 A8 B8 d8 m9 n9 9 9 9 9 9 9 : :                                                                                                                                                                                                                                                                                                                                                                   gd_  @8 B8 L8 b8 c8 d8 9 9 9 9  : : 8: ;: x: : : : 
; 5; ; ; ; ; ; ; ; !< "< ?< @< S< пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  : 8: F: Y: Z: x: : : : : : 
;  ; 6; 7; ; ; ; ; ; ; ;                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ; ;                                     kdh $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ; "< ?< @< V< l< < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	S< V< k< l< < < < < < < J= L= \= ]= |= }= ~= = = = = = > > > > ? ? ? ? +? Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ < <                                     kdMh $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               < < < < < < = 3= 4= I= J= K= L= ]=                                                                                                                                     q                            kdh $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
]= }= ~= = = = = = =             q            l                                                                                                                                                       gd_    kdah $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  = =                                     kdh $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               = = = = = = > !> "> 4> _> x> > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  > > > ? z            q            q                                                                                                                                                                                       	  $If   gd_    kduh $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ? ? ? -? .? /? 0? 1? z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd2h $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       +? ,? -? 2? ;? ? ? ? ? ? ? ? $@ %@ *@ 3@ @ @ @ @ @ @ 2A 4A DA EA dA eA hA rA A A B B HB ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "1? 2?                                     kdh $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2? ;? Z? [? o? p? ? ? ? ? ? ? ?                                                                                                             q                                                         kdFh $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ? ? ? %@ &@ '@ (@ )@ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       )@ *@                                     kdh $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               *@ 3@ |@ }@ 2A 3A 4A EA eA                                                             q                                                                                                                             kdh $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  eA fA gA hA A B IB _B `B jB uB z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdh $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
HB IB `B uB B B B B B B B C  C !C UC ^C C D D D D <E OE ~E E E E E E E E E E F F F ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #uB B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  B B                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B C !C #C TC                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  TC UC                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               UC ^C C C 3D 4D CD D D D D <E E                                                                                                 s                                                                        kdGh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  E E E E E E E |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E 
F F F =F                         s                                                                                                                                                                                   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F <F =F >F ?F @F BF dF oF I I 	J IJ hJ J J HK gK K K VL uL L M oM M N N 1O PO O O RP qP P P Q Q YR xR R S dS S T T о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -=F >F ?F @F AF BF oF G G QG \G fG qG {G |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{G |G G G H "H OH PH H H I I I I 	J J IJ WJ gJ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  gJ hJ sJ xJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xJ yJ J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K 	K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K $K )K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )K *K +K HK VK fK                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fK gK rK wK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wK xK K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K K                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L 'L ,L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,L -L .L VL dL tL                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tL uL L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L M M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdkh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M #M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #M $M .M 3M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3M 4M ?M DM             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DM EM OM TM             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TM UM VM oM }M M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdFh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdch $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M =N N N N N                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd!h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O 	O 
O 1O ?O OO                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OO PO [O `O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `O aO kO pO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pO qO |O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O O O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O  P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P  P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    P !P "P RP `P pP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pP qP |P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P P P                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P Q 	Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Q 
Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q %Q *Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *Q +Q 5Q :Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Q ;Q <Q Q Q Q Q Q                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdhi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&	i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R #R (R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (R )R 3R 8R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8R 9R :R YR gR wR                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC
i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wR xR R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R R S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S !S &S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &S 'S 2S 7S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;
i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7S 8S BS GS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GS HS IS dS rS S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdui $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S 
T /T RT ST T T T T T T aU                                                                                                                                                                                        gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T bU U U U U U U U U V V 8V 9V JV \V ]V nV oV V V eX gX wX xX X Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  aU bU U U U U U U U V                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	V V                                        kd3i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V 9V ]V oV qV V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V W W VW W W X  X 1X AX BX fX                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  fX gX xX X X X Y CY |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X X X X X BY CY DY iY jY Y Y Y Y $[ &[ 6[ 7[ [ [ [ \ \ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ji h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  CY DY jY Y Y Y Y |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y >Z Z Z Z Z Z [ $[ %[                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  %[ &[ 7[ [ |            s            s                                                                                                                                                                                           	  $If   gd_   kd(i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ \ \ \ \ \ ] ] ] ] |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ \ \ \ \ ] ] ] !] g] |] ] ] ] ] ^ :^ ;^ E^ O^ P^ u^ v^ ^ ^ ^ ^ ^ _ _ a a *a ,a <a =a Ma ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $] ] ^ ;^ E^ O^                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  O^ P^                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P^ v^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ^ ^                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ *_ ;_ s_ t_ _ `` ` ` ` ` a a +a                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  +a ,a =a a a ?b }b b |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdDi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ma Na ha ia ja }a ~a a a a 	b >b [b |b b b b b b b c pc c c c c ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ji h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  b b b b b b oc pc c c c c |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c c c c 	d d d 9d :d bd sd td wd d d d 6e Re je ke se ue e e e e e e e e e f 8f ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !c c c 	d d                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  d d                                        kd=i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d :d bd td ud vd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  vd wd                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wd d d d e e Re Se te ue e                                                                                                 Y                              kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
e e e e e f f f h h k k             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8f 9f Df Ef Uf Vf Zf [f f f k k l l p #p s t :t <t Qt St t t t t `u bu Gv \v v w w w fx jx y y %{ L{ { { { { { { ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j$i hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jY i hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -k l l l n n n n p p #p q q s s t St t t au bu Gv \v v v v v                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  v w w w w w             f                                                                                                                                                                      kd i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  w w w #w /w o            f            f            f                                                                                                                                                	  $If   gd_    kd.!i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at /w 0w 5w <w Aw o            f            f            f                                                                                                                                                	  $If   gd_    kd!i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Aw Bw Gw Nw Zw o            f            f            f                                                                                                                                                	  $If   gd_    kd
"i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Zw [w cw kw pw o            f            f            f                                                                                                                                                	  $If   gd_    kdx"i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at pw qw yw w w o            f            f            f                                                                                                                                                	  $If   gd_    kd"i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w w w w w o            f            f            f                                                                                                                                                	  $If   gd_    kdT#i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w w w w w o            f            f            f                                                                                                                                                	  $If   gd_    kd#i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w w w w bx cx y y P{ Q{ | | h| o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd0$i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { { { h| t| W a     4 \ l x y             4 5 f g h l u A C S ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %h| t| | | } } >~ ?~ ~ R S [ \  7 8 ҃ W a   ɇ և ㇋                                                                                                                                                                                                                                                                                                                                         h^hgd_   
& F  gd_    gd_   gd_    0 A R S f y     ㉋ 䉋     ֍ ׍    @ A  Ώ  +                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  + , u Ő 4 5 \ l y                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd%i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                5 g h j k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  k l                                        kdm&i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l u   甋  L t    畋 A B                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
B C T  |            s            s                                                                                                                                                                                           	  $If   gd_   kd'i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T         Ж   
   $ E F k l m q z  j ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5       Ŗ Ж  
 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd{(i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd5)i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                F k l m o p                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  p q                                        kd*i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z  ŗ 엋  W {  j z {                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  j z |         䙋 噋     ' ( O P Q U ^ 曋 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    { |   |            s            s                                                                                                                                                                                           	  $If   gd_   kd+i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            噋   |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd,i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdQ-i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( N O P Q S T                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  T U                                        kd.i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U ^   К  ; _ 囋 N ^ _                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  曋 N ^ ` p q w ~         Ü     
   8 9 a b ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    _ ` q  |            s            s                                                                                                                                                                                           	  $If   gd_   kd/i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             Ü    
 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd0i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
                                         kdm1i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                9 ` a b c e f                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  b c g p 㞋 型         M N X b c o       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  f g                                        kd2i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p   ❋  O o  㞋 䞋 型                                                                                                                         f                           kd4i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  型       N X b                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd4i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	b c                                        kd5i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_     ʟ U V W g h n u v w x  ̡ Ρ ϡ 䡋   ! + , 8 T п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd6i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ʟ 	  < j   ֠ 
 V W                                                                                                                         f                           kd18i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  W h v w x  ϡ ١ 䡋                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd8i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 ! +                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  + ,                                        kd9i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , U V W Y p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  T U V W q z { | }    Ť Ƥ       	 
 -  & ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 p q                                        kd:i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z | }  ͣ    Ƥ                                                                                      s                                                                                              kdM<i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      - ަ ߦ  U  ħ  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd=i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
& U h   ç ק 
  Y m   Ũ     
 % / 0 1 4 5 T U g h    ĩ Щ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! Z    Ũ                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   
                                        kd=i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 5 U h {                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd?i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ĩ / B o p q                                                                 f                                    [            [                     
  $If   gd_ K$  kdi@i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Щ / o p q            Ԫ ժ 䪋 檋 窋 誋   
      2 3 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   ժ 媋 檋 窋                                     R            I                                                                     	  $If   gd_ Q  kdAi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd#Ai $If   K$L$l 0                                     
t                              4   4 
l a   窋 誋  3 F Y l    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=Bi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 ~     	 
     N T U ] _ t u      ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdBi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ܫ 
    N U ^                                                             f                                    [            [                     
  $If   gd_ K$  kdKDi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
^ _ u                                         R                                                                                              Q  kdEi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdEi $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdFi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdFi $If   K$L$l 0                                     
t                              4   4 
l a      ׬ ج   # $ % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9Gi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        ׬ ج " # & /   ! Ԯ    	 
       د ޯ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ % &                                        kdGi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / l  !   	 
  د                                                                                     Y                                          kdGIi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
د ߯ 诋 鯋    - G a q    ° װ 鰋                                                                                                                                                                                                                       	  $If   gd_  S  kdJi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ޯ ߯ 篋 鯋 a b c d |              n      ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ    - G a b c                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdJi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c d   ѱ 䱋    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd%Ki $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdKi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 n     # m t }                                                             f                                    [            [                     
  $If   gd_ K$  kd3Mi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
 " # A I m s t | ~            ! . 8 9      Ŷ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 } ~    ³ ܳ     : B W l ~   ´                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdMi $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ´ ܴ                                                                                                                                                                                                                                                                        	  $If   gd_  S  kdNi $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ! 9 L _ r    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdOi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  4 { Ķ b c d e v ɷ                                                                                                 f                                                   kdQi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Ŷ ` c d e u v ȷ ɷ ʷ ⷋ 췋      
  h i l u þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ɷ ʷ   0 C V i j k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k l                                        kdRi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l u  G  ӹ q r s t                                                                                                  Y                              kdSi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
u      ӹ q r s t   ׺ غ ٺ          r s v νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   غ ٺ   ' : M ` s t u             s                                                                                                                                                                 kdTi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  u v                                        kd[Ui $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  T {       
                                                                                     Y                                          kdVi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
v  S        
                ! " # % & ' ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 
     ' < Q c }    ۾ 㾋  
                                                                                                                                                                                                         	  $If   gd_  S  kdiWi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
  9 S c }                                                                                                                                                                                                                                                    	  $If   gd_  S  kdWi $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdXi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ' ( ; N a t    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdGYi $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
' ( : ;     L <Ë =Ë >Ë NË OË [Ë `Ë uË Ë Ë 3ċ 5ċ ;ċ <ċ Dċ Fċ ?Ƌ AƋ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdZi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L     <Ë =Ë >Ë OË                                                                                                 f                                                        kdc[i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
OË Ë 5ċ <ċ Eċ Fċ Nċ cċ xċ ċ ċ ċ ċ ċ ċ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd\i $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ċ ŋ )ŋ Cŋ Kŋ `ŋ uŋ ŋ ŋ ŋ ŋ ŋ ŋ Ƌ &Ƌ @Ƌ AƋ                                                                                                                                                                                                                            S  kd\i $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  AƋ BƋ CƋ kƋ lƋ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ             s                                                                                                                                                                 kdA]i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  AƋ BƋ CƋ [Ƌ eƋ fƋ gƋ iƋ jƋ kƋ lƋ ~Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ ǋ ǋ ǋ ǋ ǋ ȋ ȋ ɋ ɋ Qʋ Rʋ ;ˋ Pˋ Rˋ Sˋ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Ƌ Ƌ                                        kd]i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ƌ Ƌ ǋ ǋ Sȋ ȋ ȋ ,ɋ ɋ ɋ Rʋ ʋ Rˋ Sˋ Zˋ ˋ ˋ ˋ /̋ [̋ ̋ ̋ ̋ ͋ G͋                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Sˋ Zˋ _̋ r̋ v̋ ̋ ͋ *͋ .͋ F͋ G͋ H͋ X͋ Y͋ ͋ ͋ ͋ ͋ ͋ ϋ ϋ  Ћ Ћ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   G͋ H͋ Y͋ ͋ ͋ ͋ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdO_i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ͋ ͋ ͋ ͋ ͋ ͋ ΋ !΋ ;΋ L΋ f΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd	`i $If   K$L$l 0                     x                
t                                4   4 
l a   ΋ ϋ ϋ /ϋ Iϋ cϋ tϋ ϋ ϋ ϋ ϋ ϋ ϋ ϋ  Ћ                                                                                                                                                                                                                   	  $If   gd_  S  kd`i $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   Ћ Ћ )Ћ *Ћ =Ћ PЋ cЋ vЋ Ћ Ћ Ћ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd-ai $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ћ Ћ #Ћ $Ћ (Ћ )Ћ *Ћ <Ћ =Ћ Ћ Ћ Ћ Ћ Sы ы Lҋ ҋ ҋ Ӌ (Ӌ ԋ ԋ ԋ ԋ 8Ջ MՋ NՋ OՋ VՋ Ջ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ћ Ћ                                        kdai $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ћ Ћ Sы Mҋ ҋ +Ӌ 8Ӌ Ӌ ԋ ԋ OՋ VՋ Ջ Ջ Ջ Ջ ֋ /֋ N֋ ֋ ֋                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Ջ Ջ Ջ Ջ ֋ '֋ 3֋ F֋ R֋ e֋ m֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ ֋ =ً ?ً @ً Aً Yً cً dً hً ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ֋ ֋ ֋ ֋ ֋ ֋ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdIci $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ֋ ֋ ֋ ׋ #׋ 5׋ G׋ ^׋ u׋ ׋ ׋ ׋ ׋ ׋ ׋ ؋ ؋ ؋                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kddi $If   K$L$l 0                                     
t                                4   4 
l a   ؋ #؋ 5؋ G؋ Y؋ k؋ ؋ ؋ ؋ ؋ ؋ ؋  ً ً 'ً >ً ?ً                                                                                                                                                                                                                            S  kddi $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ?ً @ً Aً iً jً }ً ً ً ً ً ً ً             s                                                                                                                                                                 kd'ei $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  hً iً jً |ً }ً ً ً ً ً ڋ ۋ ۋ ۋ ܋ ܋ ܋ a݋ }݋ ދ aߋ ߋ ߋ ~ '  O   c     e 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ً ً                                        kdei $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ً ً ڋ ۋ ܋  ݋ ~݋ ݋ ދ "ދ ދ ދ ދ aߋ 
 ) Q    b c                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  c    ! a                                                                                                                   f                                       kd5gi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  e x           2 3 4 W X Y ] ^ b k     ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   3 4 X Y ^ ` a             s                                                                                                                                                                                     kdgi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a b                                        kdhi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k x       # E g                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_       |            s            s            s                                                                                                                                                                          	  $If   gd_   kdii $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            	 
     & E + > m      " 6 q  G S W ~    # ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   	 
  E   + m   # r |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdji $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r        F G ~    R    W       	                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  # R e       V j       	 
 " , - 1 2 3 E F X Y k l ~        
  õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (	 
                                        kdqki $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 2 3 F Y l                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdli $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   . \ z                                                                                                                  f                                       kdni $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_    
 5 6 I \ o                s                                                                                                                                                                      kdni $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
  
 % / 0 4 5 6 H I [ \       S T U e f g h             ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdoi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   T U f g                                                 f                                                                                                                       kdpi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  g h         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdqi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdUri $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + ,                  7 8 < E h i   x y z      㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   ,                                                     f                                                                                                                       kdsi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_        % 8 : ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdcti $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; <                                        kdui $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E i  y z                                                   f                                                                                                                       kdqvi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      K L s t      |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd+wi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          J K L s         ' J ^         	  J K ^  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   K   	 K   & { | }                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_      % 9 z | }              ( : ; ` a z    շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdwi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ( ; N a c y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  y z                                        kd9yi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z   # 5 m x     %                                                                                                 f                                                   kdzi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_    m x              # % + , 3 5 J K Z \ ] ^ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ % , 4 5 K [ \ ]                                                             R            I                                   	  $If   gd_ Q  kd{i $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdG{i $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ] ^          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kda|i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^ v                 d  2 < = [ \ w       ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd}i $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 e            2 = \ x                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd_ 	  $If   gd_            $ & / U V k l n o p              пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ       % |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdo~i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % & V m n o                                     R            I                                                                     	  $If   gd_ Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)i $If   K$L$l 0                                     
t                              4   4 
l a   o p         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 a      : e                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
    `    9 : M \ d e l r               زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5     |            s            s                                                                                                                                                                                           	  $If   gd_   kdQi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                ( ) ; < a b f o p       > H I g h ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph        ) < O b d e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e f                                        kdŃi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f o       > I h                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
h {               	       ? 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ? @ { 2	 d	 e	 	 

 E
 F
 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdӅi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
? L P { 2	 d	 q	 u	 	 

 F
 R
 V
 x
 
 a      S                 V ~      = > w  
 c   ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4F
 x
 
 ` a    S                3 C V ~                                                                                                                                                                                                                                                                                                                                                                     gd_    > w  
 c   6 m                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_    gd_   m q           ! o p q r   F s    V       = > C h l  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         ! M            H            H            H            H            H            H            H                   gd_   kdi $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ! 5 < A Q R a b                                                 _            V            V                                                             	 $If   gd_    kd+i $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  b c o p                                                                                                                                                                                                                                                          	 $If   gd_  o  kd i $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p q r }                                         z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdi $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kd:i $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      @ A F s x              [                                                                                                                                           kdgi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_       P d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd0i $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P Q V    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       
 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
   > C i d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  i j k u    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdTi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdi $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdi $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al          *                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdi $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  * +                                             kd,i $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          + 6 : A H I J K                                                             A                                  kdi $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  K L M N O P Q R                                                 A                                              kddi $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  R S T U V W l                                     A            <            7                  gd_    gd_    kdCi $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  l    9 : S d e y {                                                                                                                                                                                                                                                   E  kd"i $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	    & ' 9 : d e { | ~                 " # @ A B N O a )       춥x                          /jTi hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *{ | } ~                                        a                                                                                                                             E  kdi $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdi $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd?i $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd\i $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdi $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a         ! "                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdyi $$If   l 0 
" R                                                           4 
l a   " # 0 1 ? @ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdؘi $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   @ A B O a ( )     l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdi $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
             	    3  4                  6! 8! J! K! o! q! ! ! ! ! ! ! ! @% A% M% ( ( ( ( ( ( M) N) ) ) ) ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /ji hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0     4            7!                                                                                                                                                                                                                                                       S  kd"i $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	7! 8! K! p! q! ! !                                     N                                                                                       S  kdFi $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdi $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ! ! ! ! 	" " \# ]# J$ K$ @% A% M% % +& & ' k' '                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd؜i $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ' ' ( ( M) N) ) ) ) ) $+ %+ 6+ T, v, , - - 6- P- Q- Z. [. / / Y0 Z0 0                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ) ) 5* 6* F* N* #+ %+ 6+ S, T, v, ;. X. [. / / 0 0 0 0 0 0 1 1 31 41 e1 f1 g1 4 4 4 4 4 4 4 4 4 4 ۵۵۵ۭۜۋzrgrrr       jNi h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '0 0 0 0 0 1 41 f1                                     j                                                                                                                                           kdji $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  f1 g1 x1 1 1 2 c2 d2 2 2 '3 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdܝi $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
'3 3 F4 G4 4 4 4 45 55 5 5 27 37 8 8 X9 Y9 &: ': A: R: ; ; = = = =                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  4 4 4 4 4 4 45 55 5 17 8 W9 : : 
: : : : #: $: %: &: ': 0: A: R: : : ; < = = > > ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /ji hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uji h_ U != > > > 	? 
? ?                                                 e                                                                                                                        F  kdi $$If   l   l '{6    4   4 
l a] p
        F  kdi $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  > >  ? D? E? H? I? O? P? q? r? ? ? ? ? ? ? ? ? ?  @ !@ "@ 9@ :@ P@ Q@ k@ l@ @ @ @ @ @ uB vB B B C 1C eC kC nC C D D D ,E UE E E E ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3? ?  ? )? 7? D? E?                                                             5            v  kdܠi $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdii $$If   l   l '{6    4   4 
l a] p
         E? F? G? H? I? M? N? O?                                     t                                                                                                                                                             v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  O? P? i? k? q?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q? r? ? ? ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdעi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? ? ? ? ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? ? ? ? ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? ? ? ? ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdؤi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? ? ? ? ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ?  @ @ @ !@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !@ "@ 1@ 3@ 9@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd٦i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9@ :@ H@ J@ P@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P@ Q@ d@ f@ k@                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k@ l@ s@ x@ @                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdڨi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @ @ @ @ @ uB vB B B B C 2C fC yC C                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C C C 
D AD TD D D D D ,E FE VE E E E E E E F G G "G HG WG jG kG G G G                                                                                                                                                                                                                                                                                                                                                                   gd_  E E E  F F F "G 8G WG iG G G G G H 7H HH |H H H <I QI I I I I I I I I I I пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  G G G G G H FH GH HH |H H H H H H ;I <I FI QI I I I                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I I                                     kd0i $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               I I I I I 
J  J 6J 8J OJ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	I I 	J 
J J  J 5J 6J PJ YJ J J J J K K K K CK DK IK RK oL qL L L L L L L L Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ OJ PJ                                     kdi $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               PJ YJ {J |J J J J J J J J J J J                                                                                                                                     q                            kdެi $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
J K K K DK EK FK GK HK             q            l                                                                                                                                                       gd_    kdi $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  HK IK                                     kdXi $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               IK RK sK tK K K K K K K K L +L @L ZL [L pL                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  pL qL L L z            q            q                                                                                                                                                                                       	  $If   gd_    kdi $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       L L L L L L L L z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdli $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       L L L L L aM cM sM tM M M M M M M M N +N GN SN rN ~N N N N N O O O O &O pO O O O ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "L L                                     kd)i $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L L L L 
M M 0M LM MM bM cM tM M                                                                                                             q                                                         kdi $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M M M M M M M M z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd=i $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M M                                     kdi $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M M N N N N N N O                                                             q                                                                                                                             kdQi $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  O O O O &O O O O O P P z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdi $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
O O O P EP FP PP ZP [P {P |P P P P P P Q vR xR R R R R S S S =S >S ?S @S AS DS MS S S S ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #P FP PP ZP                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ZP [P                                        kdٶi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [P |P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P P                                        kd-i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q Q Q Q 2R wR xR R R S                                                                                                 s                                                                        kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S ?S @S AS BS CS |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd;i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       CS DS                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               DS MS S S S S                         s                                                                                                                                                                                   kdIi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S S S S S S T 
T W W W W X gX X X Y jY Y Y Z Z Z 
[ ,[ F\ e\ \ \ ^] }] ] ^ x^ ^ v_ _ _ ` ` ` a !a Vb Wb о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -S S S S S S 
T T T T T U U U |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
U U zU U U U U U )V ^V V V W W W W W W X                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X !X &X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &X 'X 2X 7X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7X 8X BX GX             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdھi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GX HX IX gX uX X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y  Y %Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %Y &Y 1Y 6Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Y 7Y AY FY             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FY GY HY jY xY Y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdki $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y Y Y Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z #Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #Z $Z .Z 3Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3Z 4Z ?Z DZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DZ EZ OZ TZ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TZ UZ VZ Z Z Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdci $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z 
[ [ +[                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +[ ,[ 7[ <[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <[ =[ G[ L[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L[ M[ X[ ][             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ][ ^[ h[ m[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m[ n[ o[ [ $\ F\ T\ d\                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd[i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d\ e\ p\ u\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u\ v\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ 	] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]  ] *] /]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /] 0] 1] ^] l] |]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |] }] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ] ] ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^  ^ *^ /^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /^ 0^ ;^ @^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @^ A^ K^ P^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P^ Q^ R^ x^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ F_ G_ v_ _ _                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _ ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` !` &`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &` '` 1` 6`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6` 7` B` G`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G` H` R` W`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W` X` Y` ` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdui $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` a a  a                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    a !a ,a 1a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1a 2a <a Aa             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Aa Ba Ma Ra             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ra Sa ]a ba             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ba ca da a a a a a Gb Hb Ub Vb Wb zb b                                                                                                                                                                                        gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Wb hb zb b  c 4c Ec Fc Gc \c c c c c c c c c c c d 
d 'd 0d f f f f &f Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  b  c 4c Fc Gc Qc \c c c c                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	c c                                        kdmi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c 
d d &d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  &d 'd                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'd 0d d d d d d Se e e e e e e f                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  f f f gf f f f f |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &f 'f Af Bf Cf Vf Wf ff f f f g g 7g 8g ;g Dg h h h h i i i i i ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ji h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  f f g 7g 8g 9g :g |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdTi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :g ;g                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;g Dg g g g ;h Fh bh {h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  h h h i |            s            s                                                                                                                                                                                           	  $If   gd_   kdbi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i Gj Hj |j j j j k k |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i Gj Hj {j |j j j j j k k Pk }k k k k k k k k k l l Cl fl gl jl sl )m ,m n n n n n n n ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $k k k k k k                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  k k                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k l Cl Ul gl hl il                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  il jl                                        kd*i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jl sl l l l l m m m m n ?n en n n n n                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  n n n ,o o o p ^p |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd~i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n o o o o o +o Lo o o o o p <p ]p ^p ap rp p p q @q Aq Bq Sq ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j8i h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ^p _p `p ap p p 
q q Bq Tq Uq _q |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Sq Uq jq q q q q q q q  r r r r r r r r r s 	s s s #s $s ns os qs rs s s s s s ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !_q jq q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  q q                                        kdwi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q  r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  r r                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r r r r r r r s s $s                                                                                                 Y                              kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
$s os ps qs rs s 8t \t v v )y 6y             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s s s s s s s s 8t \t )y 6y bz sz } }   ؁ ځ          僌  l  o v   8 Y È ꈌ Q R j k { | ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /ji hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ji hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -6y az bz sz { { z| {| } } } ' (          僌  k l {                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kdi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_      ̈́ o            f            f            f                                                                                                                                                	  $If   gd_    kdhi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ̈́ ΄ ӄ ڄ ߄ o            f            f            f                                                                                                                                                	  $If   gd_    kdi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ߄  儌 섌  o            f            f            f                                                                                                                                                	  $If   gd_    kdDi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    	  o            f            f            f                                                                                                                                                	  $If   gd_    kdi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     + o            f            f            f                                                                                                                                                	  $If   gd_    kd i $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + , 4 ; @ o            f            f            f                                                                                                                                                	  $If   gd_    kdi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ A I P \ o            f            f            f                                                                                                                                                	  $If   gd_    kdi $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ ] ^ _    X Y      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdji $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at |       F Q H Y Ҟ  
   # ' C G H ]       ҡ ӡ    
  ߣ ᣌ  ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %    E F ܋ ݋ /     K Ր ֐ p   E F g t                                                                                                                                                                                                                                                                                                                                          h^hgd_   
& F  gd_    gd_   gd_    Ε ߕ     . E F Q        t u H Y  ޜ ߜ > l  ɝ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ɝ ʝ  c Ҟ Ӟ  
  C G H R ]                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdSi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ӡ    	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	 
                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  R ^   ꢌ   V `  ߣ ࣌                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
࣌ ᣌ  ) |            s            s                                                                                                                                                                                           	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ( ) * , 8 < X Y n      ¤ 㤌 䤌 	 
      ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ) * + , X Y c n   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdoi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                䤌 	 
  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 W c                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_     * + 1 8 9 : ; P       ŧ Ƨ   琉    ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph      + 9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : ; E P    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ƨ 짌   琉                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                           kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ; G n  ٨   쩌                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_   쩌            , 0 K L a       ֪ ת    ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd3i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            L V a    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ת                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                 묌 쬌     
 . / 9 X Y Z îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 M Y    
 E                                                                                                                            f                           kdOi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_         쬌                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd	 j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                          kd j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                / Y Z [ ] ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Z [ _ h           P j l m     ɯ ʯ ֯  п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ^ _                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h   ڭ  ( W t                                                                                                                            f                           kdkj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       P m w                           s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd%j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	  ɯ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ɯ ʯ                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʯ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_           Q R S c d         ˲  Ĵ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd3j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , k  R S d                                                                                      s                                                                                              kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      ˲ | }   * b  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdAj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ĵ   ) = a u     M N c      ö Ͷ ζ ϶ Ҷ Ӷ     > ? Y b n õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  M N X c                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ӷ    , ? A X                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  X Y                                        kdO
j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b ͷ ෌ 
     M T \                                                             f                                    [            [                     
  $If   gd_ K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
n ͷ 
      # 8 A K M S T [ ] r s            и Ѹ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ \ ] s                                        R            I                                                                     	  $If   gd_ Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd]j $If   K$L$l 0                                     
t                              4   4 
l a      Ѹ 丌  
    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw
j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ѹ     ) L       칌       " $ * + , ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                           kd1j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) L z     칌                                                               f                                    [            [                     
  $If   gd_ K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
   # $ % &                                     R                                                                                              Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd?j $If   K$L$l 0                                     
t                              4   4 
l a   & ' ( ) * +                                     R            I                                                                     	  $If   gd_ Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdYj $If   K$L$l 0                                     
t                              4   4 
l a   + , T u v    º ú |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdsj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, D N O P R S T u v   ĺ ͺ   r         & / F v | ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ú ĺ                                        kd-j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ĺ ͺ 
        v                                                                                     Y                                          kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
v }      ˽ 彌   ) C K ` u                                                                                                                                                                                                                        	  $If   gd_  S  kd;j $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ | }         $ % & ( ) * I J            ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ    ˾ 後                                                                                                                                                                                                                                                          
& F$ $If   gd_  S  kdj $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    * J o     |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd_j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  :                                                                    f                                    [            [                     
  $If   gd_ K$  kdmj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
                        "Ì #Ì &Ì /Ì Ì cČ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   $ 9 N ` z       
  6 P `                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd'j $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ` z                                                                                                                                                                                                                                                                        	  $If   gd_  S  kdj $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        Ì #Ì $Ì %Ì |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdKj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	%Ì &Ì                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &Ì /Ì Ì Ì Č bČ  Ō Ō Ō Ō Ō gŌ                                                                                                 f                                                   kdYj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  cČ Č Ō Ō Ō Ō Ō fŌ gŌ hŌ Ō Ō Ō Ō Ō Ō Ō Ō Ō ƌ ƌ 
ƌ ƌ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ gŌ hŌ Ō Ō Ō Ō Ō ƌ ƌ 	ƌ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		ƌ 
ƌ                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
ƌ ƌ ƌ ƌ (ǌ qǌ Ȍ Ȍ Ȍ Ȍ #Ȍ                                                                                                 Y                              kd!j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ƌ ƌ ƌ 'ǌ (ǌ qǌ Ȍ Ȍ Ȍ Ȍ "Ȍ #Ȍ uȌ vȌ wȌ Ȍ Ȍ Ȍ Ȍ Ȍ Ȍ Ȍ Ȍ Ɍ Ɍ Ɍ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  #Ȍ vȌ wȌ Ȍ Ȍ Ȍ Ȍ Ȍ Ȍ Ɍ Ɍ Ɍ             s                                                                                                                                                                 kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ɍ Ɍ                                        kd j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ɍ Ɍ Ɍ ʌ ]ʌ ʌ Eˌ Fˌ Gˌ Xˌ ˌ                                                                                     Y                                          kd!j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ɍ Ɍ Ɍ ʌ Cˌ Eˌ Fˌ Gˌ Wˌ Xˌ ˌ ˌ ˌ ˌ ˌ ˌ 4͌ 6͌ 7͌ 8͌ H͌ I͌ ͌ ͌ ͌ ͌ ͌ ͌ ͌ ͌ ͌ ͌ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ˌ ˌ ˌ ˌ ˌ ˌ ˌ ˌ ̌ ̌ 5̌ Ě _̌ y̌ ̌ ̌ ̌                                                                                                                                                                                                         	  $If   gd_  S  kd"j $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ̌ ̌ ̌ ̌ ͌ ͌ 5͌ 6͌ 7͌                                                                                                                                                                                                                                                 	  $If   gd_  S  kd5#j $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7͌ 8͌ I͌ ͌ |            s            s                                                                                                                                                                                           	  $If   gd_   kd#j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ͌ ͌ ͌ ͌ ͌ ͌ ͌ Ό %Ό &Ό 'Ό |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd$j $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
͌ ͌ ͌ ͌ $Ό %Ό (Ό 1Ό Ό Ќ Ќ Ќ Ќ Ќ Ќ Ќ ь Wь ь ь ь ь ь ь ь ӌ ӌ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  'Ό (Ό                                        kdI%j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (Ό 1Ό Ό Jό ό ό -Ќ Ќ Ќ Ќ Ќ                                                                                                 f                                                        kd&j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Ќ Wь ь ь ь ь ь Ҍ Ҍ +Ҍ =Ҍ WҌ qҌ Ҍ Ҍ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdW'j $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Ҍ Ҍ Ҍ Ҍ Ҍ Ҍ ӌ (ӌ :ӌ Tӌ nӌ ӌ ӌ ӌ ӌ ӌ ӌ                                                                                                                                                                                                                            S  kd'j $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ӌ ӌ ӌ 	Ԍ 
Ԍ Ԍ 0Ԍ CԌ VԌ iԌ jԌ kԌ             s                                                                                                                                                                 kd{(j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ӌ ӌ ӌ ӌ Ԍ Ԍ Ԍ Ԍ Ԍ 	Ԍ 
Ԍ Ԍ Ԍ hԌ iԌ lԌ uԌ 9Ռ hՌ iՌ Ռ Ռ C֌ D֌ )׌ >׌ ׌ ׌ ، ، ، ، Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ kԌ lԌ                                        kd5)j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lԌ uԌ 9Ռ Ռ Ռ D֌ w֌ ֌ @׌ ׌ ׌ ، ، ، ، 7ٌ ٌ ٌ ٌ ٌ -ڌ Yڌ ڌ ڌ ڌ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ، ، ٌ ڌ ڌ ,ڌ ڌ ڌ ڌ ڌ ڌ ڌ ڌ ڌ ;ی Aی Bی Jی Lی ݌ ݌ ݌ ݌ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ڌ ڌ ڌ ;ی Bی Kی |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd*j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Kی Lی Tی iی ~ی ی ی ی ی ی ܌ ܌ /܌ I܌ Z܌ t܌ |܌ ܌                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdC+j $If   K$L$l 0                     x                
t                                4   4 
l a   ܌ ܌ ܌ ܌ ܌ ݌ ݌ ,݌ F݌ W݌ q݌ ݌ ݌ ݌ ݌                                                                                                                                                                                                                   	  $If   gd_  S  kd+j $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݌ ݌ ݌ ݌ ݌ ݌ ތ ތ 'ތ (ތ )ތ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg,j $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ &ތ 'ތ *ތ 3ތ ތ ߌ ߌ ; P      3      8 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ )ތ *ތ                                        kd/-j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *ތ 3ތ ތ ߌ S   C  6   4 S r     - .                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  8 K W j        $ , - . / ? @              ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  . / @    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd.j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                * ; R i z                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kd=/j $If   K$L$l 0                                     
t                                4   4 
l a        	   7 N _ v                                                                                                                                                                                                                                  S  kd/j $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        . A T g i j             s                                                                                                                                                                 kda0j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       f g k t   N        o  V k   I  D Y       󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !j k                                        kd1j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t  N     V    ; m     \ ] d                                                                                                                                                                                                                                                                                                        
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   A      = \ { |                                                                                                              f                                       kdo2j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_    " 5 A T ` s z |             	 & ; < = ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f                      s                                                                                                                                                                                     kd)3j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                            kd3j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	  8 Z |      ' <                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  < = N   |            s            s            s                                                                                                                                                                          	  $If   gd_   kd75j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = M N               A U y     #     w z   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5           B z   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd5j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        e f  _ `       y z   ' _   J K U `                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_     & : ^ r     J K `                	 
   ! * r           õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd6j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_    !                                        kd7j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! * r      2  i                                                                                                                    f                                       kdS9j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_                
   " #             s                                                                                                                                                                      kd
:j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
                             $ - n o         ( ) - . / A B T U z { ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %# $                                        kd:j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ - K o                                                     f                                                                                                                       kd<j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    . / B U h { } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd<j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kd=j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {     L M N ^ _ ` a y                     ( ) * + 8 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %    M N _ `                                                 f                                                                                                                       kd>j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ` a         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdW@j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ) *                                                 f                                                                                                                       kdAj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  * + , ]     C ; < p  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdeBj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 < ]      " C  < p        ! 4 F G e f y      -	 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    ! f   .	 u	 	 
 
 
 %
 0
 c
 m
 w
                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  -	 A	 t	 	 	 	 
 
 
 0
 b
 c
 m
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 
  ! " 1 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\w
 x
                                        kdCj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdsDj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                !      B                                                                                                     f                                                   kdEj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  1    ) 9 B I O                     ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kdGj $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdFj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   $
 %
 8
 K
 ^
 q
 s
 t
 
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdGj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 #
 $
 %
 7
 8
 J
 K
 p
 q
 
 
 
 
        E N U [ l m ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
 
                                        kdUHj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
   O l       ( N m n                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  m n o             	 
  
  & 0 1 5 6 7 I J \ ]    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  n o     |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdIj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
                                     R            I                                                                     	  $If   gd_ Q  kdJj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdcJj $If   K$L$l 0                                     
t                              4   4 
l a   
  6 7 J ] p    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}Kj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd7Lj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ' a s     E I J K                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
              
  D E H I J K L \ ] ` u ~   زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 K L ]  |            s            s                                                                                                                                                                                           	  $If   gd_   kdMj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        
   { | * . p      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph               |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdENj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdNj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                
 |  + ^      1 s t                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  ( 0 1 8 > r s t u             촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  t u   |            s            s                                                                                                                                                                                           	  $If   gd_   kdSPj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 <    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd
Qj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
        <        T U a e   ! - 1 Y + Y e i  G H         3 7 c       ! k! ! " =" " ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4     T U     ! Y + X Y  H    j k        c                                                                                                                                                                                                                                                                                                                                                                   gd_  c     ! k! ! " =" " " # m# n# y# # # # # #                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  " # # l# m# y# # # # # # # # 
$ $ $ $ L$ $ $ % a% % % % &  & D& {& |& & & & & ' 
( ( Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $# # # # # # # # # M            H            H            H            H            H            H            H                   gd_   kdQj $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   # # # # # # #  $                                                 _            V            V                                                             	 $If   gd_    kdeRj $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_   $ $ 
$ $                                                                                                                                                                                                                                                          	 $If   gd_  o  kd:Sj $$If   l       0   T# T                 .                
t  0                                                              4 
l al  $ $ $ $ $ 2$ :$ F$                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdSj $$If   l       0   T# T                 .                
t  0                                                              4 
l al  F$ G$ L$ $ $ 2            )            )            )                      	 $If   gd_    kdtTj $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     $ $ $ $ % % [%             [                                                                                                                                           kdUj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  [% \% a% % % % d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdjVj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  % % %  & $& >& d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd3Wj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  >& ?& D& |& & & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdWj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & & & & & ' d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdXj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ' ' 	' ' b' g' s' d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdYj $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s' t' w' ' n            e            e                                                                                                                                                               	 $If   gd_    kdWZj $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ' ' ' '                                                                                                                                                                                                                                                	 $If   gd_  t  kd,[j $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ' ' ' ' ' ' ' ' '                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd[j $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ' '                                             kdf\j $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ' ' ' ' ' ' ' '                                                             A                                  kd]j $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ' ' ' ' ' ' ' '                                                 A                                              kd^j $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ' ' ' ' ' ' 
(                                     A            <            7                  gd_    gd_    kd}_j $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  
( ( ( ( ( ( ) ) ) )                                                                                                                                                                                                                                                   E  kd\`j $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	( ( ( ( ( ( ( ) ) ) ) ) ) +) ,) 9) :) Y) Z) \) ]) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * l, m, x, y, , , 춥x                          /jej hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *) ) ) ) ) %) +)                                     a                                                                                                                             E  kdaj $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd`j $$If   l 0 
" R                                                           4 
l a   +) ,) 5) 9) :) M) Y)                                     a                                                                                                                             E  kdaj $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdyaj $$If   l 0 
" R                                                           4 
l a   Y) Z) [) \) ]) o) )                                     a                                                                                                                             E  kdbj $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7bj $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                     a                                                                                                                             E  kdTcj $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdbj $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) )                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdcj $$If   l 0 
" R                                                           4 
l a   ) ) ) ) ) ) l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kddj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ) ) ) ) ) * * + + , , l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kddj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
, , , - - - - - - - - - - - *. +. 7. 8. . . . . . . . . 
/ / /  / _/ a/ b/ n/ o/ 2 2 2 -6 06 E6 e6 6 6 6 6 H7 I7 [7 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jej hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0, - - - +. 8. . . . .                                                                                                                                                                                                                                                       S  kd\fj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	. . . / /  / `/                                     N                                                                                       S  kdgj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdfj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   `/ a/ b/ o/ / >0 0 0 1 1 2 2 2 n3 3 :4 4 	5 p5                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdhj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   p5 q5 06 6 6 6 *7 H7 I7 \7 8 8 8 9 : }: : : : : : ; ; = = = = C>                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  [7 \7 7 7 7 7 8 8 8 9 9 : ; ; ; = = = C> Y> ]> j> k> > > > > ? ? ? !B "B -B .B /B 3B 4B qB rB }B ۵۵۵ۭۜۋzrgrrr       jij h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'C> O> ^> j> k> > > ?                                     j                                                                                                                                           kdhj $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ? ? ? _? d? ? @ @ @ @ @ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdij $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
@ A A A 6B B B B B wC xC D D ?F @F F F G G G G H ZI J J  K !K                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  }B ~B B B B B B B vC D F F G G G G G G G G G G G G G G qH zH I I J  K L L ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jVjj hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujij h_ U !!K L L L L L L                                                 e                                                                                                                        F  kd0kj $$If   l   l '{6    4   4 
l a] p
        F  kdjj $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  L L L L L L L L L M M 0M 1M GM HM cM dM M M M M M M M M M M 	N 
N 1N 2N 3N 4N 5N P P  P P P P Q 	Q Q Q Q }R R R R 'S FS |S ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3L L L L L L L                                                             5            v  kdlj $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdkj $$If   l   l '{6    4   4 
l a] p
         L L L L L L L L                                     t                                                                                                                                                             v  kdlj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  L L M 	M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdfmj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M )M +M 0M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0M 1M ?M AM GM                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdnj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         GM HM [M ]M cM                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdgoj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cM dM yM {M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdpj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdpj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhqj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdrj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M M M M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdrj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M M N N 	N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdisj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	N 
N N N 1N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdtj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1N 2N 3N 4N 5N P P  P hP P P P Q Q KQ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdtj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         KQ _Q Q Q Q Q &R DR xR R R R R (S GS {S |S }S ~S S T T T T T U 	U "U UU VU                                                                                                                                                                                                                                                                                                                                                                   gd_  |S ~S S S S S T T T U <U TU tU wU U U U V FV qV V V !W "W ,W 6W 7W ]W ^W {W |W W пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  VU tU U U U U U U U V 0V FV \V rV sV V V V V "W ,W 6W                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6W 7W                                     kdjuj $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               7W ^W {W |W W W W W W W                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	W W W W W W W W W W X X X X X X X X X X X X 
Z Z Z  Z ?Z @Z AZ BZ gZ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ W W                                     kdvj $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W W X X .X /X SX oX pX X X X X X                                                                                                                                     q                            kdxj $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
X X X X X X X X X             q            l                                                                                                                                                       gd_    kdxj $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  X X                                     kdyj $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               X X Y Y &Y 'Y AY ]Y ^Y pY Y Y Y Y Y Y Z                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Z Z  Z @Z z            q            q                                                                                                                                                                                       	  $If   gd_    kdzj $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       @Z AZ BZ iZ jZ kZ lZ mZ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd{j $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       gZ hZ iZ nZ wZ Z [ [ [ 1[ 2[ 4[ `[ a[ f[ o[ [ [ [ [ \ \ n\ p\ \ \ \ \ \ \ \ ] P] Q] ] ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "mZ nZ                                     kdc|j $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               nZ wZ Z Z Z Z Z Z Z  [ [ [ 2[                                                                                                             q                                                         kd}j $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2[ 3[ 4[ a[ b[ c[ d[ e[ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdw~j $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       e[ f[                                     kd4j $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               f[ o[ [ [ n\ o\ p\ \ \                                                             q                                                                                                                             kdj $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \ \ \ \ \ Q] ] ] ] ] ] z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdHj $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
] ] ] ] ] ] ] ] ] ^ ^ G^ \^ ]^ ^ ^ 0_ ` ` &` '` x` ` ` ` ` ` ` ` ` ` ` ` Ga Wa Xa ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ] ]                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ^ G^ ]^ _^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^ ^                                        kdgj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ 2_ 3_ o_ p_ _ _ ` ` '` x` `                                                                                                 s                                                                        kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` ` ` ` ` ` ` |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kduj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` `                                        kd/j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` Fa Ga Xa ya                         s                                                                                                                                                                                   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Xa xa ya za {a |a ~a a a -e .e Ee e e f $f f f g 'g g g 0h Oh h h i j mj j j k k k l 5l m 3m m m #n Bn n n o o о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ya za {a |a }a ~a a Kb Lb b b b b b |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd=j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b b c /c Gc ^c c c c c Bd Cd -e .e Ee Ze e e e                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e f f #f                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdsj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #f $f /f 4f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҊj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4f 5f ?f Df             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Df Ef Pf Uf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Uf Vf `f ef             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ef ff gf f f f                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdNj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʍj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f g g &g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &g 'g 2g 7g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7g 8g Bg Gg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gg Hg Sg Xg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xg Yg cg hg             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hg ig jg g g g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g 0h >h Nh                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdߑj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nh Oh Zh _h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _h `h jh oh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oh ph {h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdהj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i 
i yi i i i j                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j #j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #j $j /j 4j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4j 5j ?j Dj             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dj Ej Fj mj {j j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϗj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j 
k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k &k +k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +k ,k 6k ;k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;k <k Gk Lk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lk Mk Wk \k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǚj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \k ]k ^k k k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k l $l 4l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4l 5l @l El             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   El Fl Pl Ul             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ul Vl al fl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fl gl ql vl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vl wl xl l l m "m 2m                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdܞj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2m 3m >m Cm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cm Dm Nm Sm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sm Tm _m dm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dm em om tm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tm um vm m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԡj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m #n 1n An                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   An Bn Mn Rn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rn Sn ]n bn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bn cn nn sn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sn tn ~n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̤j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n  o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    o o o &o Fo ko o o o o o o o p p                                                                                                                                                                                        gd_  z  kdHj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p p 3p p p p p p p ,q -q 7q Aq Bq tq uq q q q q q q q s s s s s Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  p p p p p p p -q 7q Aq                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Aq Bq                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bq uq q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q "r #r Cr Dr r r 's Ls \s ms }s ~s s                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  s s s t t 7t Pt t |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdOj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s s s s t ~t t t t t t t t t `v bv rv sv )w *w -w >w Vw ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j	j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  t t t t t t t |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t                                        kdHj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t *u +u zu u u  v v 3v Hv `v av                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  av bv sv *w |            s            s                                                                                                                                                                                           	  $If   gd_   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *w +w ,w -w Vw w w x ,x >x ?x .y /y |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdVj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Vw w w x x =x >x ?x ]x x x x y -y /y Dy vy wy y y y y y y z z z z z z B| C| f| h| x| y| | ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $/y 9y Dy wy y y                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  y y                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  z z                                        kddj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z Vz Wz fz wz z z .{ { { { |  | B| C| g|                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  g| h| y| |  } {} } } |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | | | | |  } E} z} } } } } } } ~ &~ M~ ~ ~ ~ ~ ~ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jrj h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  } } } } %~ &~ ~ ~ ~ ~ ~ ~ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~  : ; E O P u v      ' 5 r         
   " 4 5 @ t ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !~  ; E O                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  O P                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   > ?                                                                                                      Y                              kdYj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 
    @ ց  / 0 ǆ Ԇ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t u       ց  ǆ Ԇ    M _ - @ v x   . / 1 2     
 > 
    ֔  a     	   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jj hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jͶj hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Ԇ     W X   L M _ Ō ƌ , - B  / 2     	 
  +                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  + > ? D L Q             f                                                                                                                                                                      kd4j $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Q R W _ k o            f            f            f                                                                                                                                                	  $If   gd_    kdj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k l q x } o            f            f            f                                                                                                                                                	  $If   gd_    kdj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } ~    o            f            f            f                                                                                                                                                	  $If   gd_    kd~j $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ɒ o            f            f            f                                                                                                                                                	  $If   gd_    kdZj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ɒ ʒ Ғ ْ ޒ o            f            f            f                                                                                                                                                	  $If   gd_    kdȹj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ޒ ߒ 璍   o            f            f            f                                                                                                                                                	  $If   gd_    kd6j $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           J K  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at        䣍  橍  p      ŭ ᭍ 宍 殍  - . 8 B C O p q      }   ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  , - 㘍 䘍 z { ͙     霍 s t    㡍 䡍    , 9 J                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  J [ l }     ̣ 㣍 䣍       ? @   橍  , | } ܪ 
 7 g                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  g h   p q    ᭍ 宍 殍   . 8 B                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  B C                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   # J      # } ~                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
~   Ǳ |            s            s                                                                                                                                                                                           	  $If   gd_   kd5j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ʊ Ǳ ȱ ʱ ֱ ڱ    > ? I S T `        >  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Ǳ ȱ ɱ ʱ     ? I |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  S T                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ( S   =                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_     ȴ ɴ ϴ ִ ״ ش ٴ    ! + 5 6 B c d      " ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph      ɴ ״ |            s            s                                                                                                                                                                                           	  $If   gd_   kdQj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ״ ش ٴ 㴍  ! + 5 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 d                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ٵ 嵍  7 w  !                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  "            ʷ η 鷍 귍  1 2 < F G S t u   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdmj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           귍   2 < F |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd'j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F G                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G u                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_       ! 1 2 8 ? @ A B W       ̺ ͺ ׺    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd5j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 븍   L   㹍    !                                                                                                                         f                           kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ! 2 @ A B L W                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdCj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ͺ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                  
    R S ] g h t  п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdQj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E Q x  ƻ   I                                                                                                                           f                           kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_            S                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd_j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	S ] g                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  g h                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_           ￍ     4 5 6 7 8 9 E I i O b ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kdmj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ʾ 	 ?    4                                                                                     s                                                                                              kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
4 5 6 7 8 9 i   O    Í GÍ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd{j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b      Í FÍ ZÍ Í Í Í Í č 3č 4č >č Hč Ič ač kč lč mč pč qč č č č č č č č  ō ō õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !GÍ Í Í Í Í č 4č >č Hč                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Hč Ič                                        kd5j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ič qč č č č č č č č                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  č č                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               č  ō kō ~ō ō ō ō ō ō ō ō                                                             f                                    [            [                     
  $If   gd_ K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ō kō ō ō ō ō ō ō ō ō ō ō ō ō ō ō ƍ ƍ  ƍ "ƍ #ƍ $ƍ <ƍ Fƍ Gƍ Hƍ Jƍ Kƍ Lƍ nƍ oƍ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ō ō ƍ !ƍ "ƍ #ƍ                                     R            I                                                                     	  $If   gd_ Q  kd$j $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   #ƍ $ƍ Lƍ oƍ ƍ ƍ ƍ ƍ ƍ ƍ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	oƍ ƍ ƍ ƍ ƍ ƍ EǍ FǍ GǍ HǍ XǍ YǍ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ƍ ƍ                                        kdkj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƍ ƍ ƍ Ǎ FǍ GǍ HǍ YǍ Ǎ Ǎ Ǎ                                                             f                                    [            [                     
  $If   gd_ K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ                                     R                                                                                              Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdyj $If   K$L$l 0                                     
t                              4   4 
l a   Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ                                     R            I                                                                     	  $If   gd_ Q  kd j $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   Ǎ Ǎ Ǎ ȍ ȍ 9ȍ Lȍ _ȍ `ȍ aȍ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ ȍ ȍ ^ȍ _ȍ bȍ kȍ \ɍ ]ɍ ʍ )ʍ Cʍ Dʍ Eʍ Fʍ Vʍ Wʍ Xʍ ʍ ʍ ʍ ˍ ˍ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ aȍ bȍ                                        kdgj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bȍ kȍ ȍ Jɍ ]ɍ Cʍ Dʍ Eʍ Fʍ Wʍ ˍ                                                                                     Y                                          kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ˍ ˍ $ˍ %ˍ -ˍ Bˍ Wˍ iˍ ˍ ˍ ˍ ˍ ˍ ˍ ˍ ̍ %̍ ?̍                                                                                                                                                                                                                      	  $If   gd_  S  kduj $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ˍ ˍ #ˍ %ˍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ ̍ 2͍ 3͍ 6͍ ?͍ K͍ ͍ 4΍ K΍ L΍ M΍ N΍ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ?̍ Y̍ i̍ ̍ ̍ ̍ ̍                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdj $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ̍ ̍ ̍ ̍ 
͍  ͍ 3͍ 4͍ 5͍ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5͍ 6͍                                        kdSj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6͍ ?͍ ͍ ͍ L΍ M΍ N΍ _΍ ΍ ΍ ΍                                                             f                                    [            [                     
  $If   gd_ K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
N΍ ^΍ _΍ }΍ ΍ ΍ ΍ ΍ ΍ ΍ 1Ѝ 3Ѝ 4Ѝ 5Ѝ MЍ WЍ XЍ YЍ [Ѝ \Ѝ ]Ѝ jЍ tЍ uЍ Ѝ Ѝ Ѝ Ѝ Sэ ҍ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ΍ ΍ ΍ ΍ ΍ ΍ ύ 2ύ Bύ \ύ vύ ~ύ ύ ύ ύ ύ ύ ύ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdaj $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ύ Ѝ 2Ѝ 3Ѝ 4Ѝ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdj $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4Ѝ 5Ѝ ]Ѝ uЍ Ѝ Ѝ Ѝ Ѝ Ѝ Ѝ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ѝ Ѝ                                        kd?j $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѝ Ѝ Sэ pэ э  ҍ ҍ ҍ ҍ ҍ ҍ Ӎ                                                                                                 f                                                   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ҍ ҍ ҍ ҍ ҍ ҍ ҍ Ӎ Ӎ Ӎ Ӎ (Ӎ )Ӎ *Ӎ ,Ӎ -Ӎ .Ӎ FӍ GӍ Ӎ Ӎ Ӎ Ӎ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Ӎ Ӎ .Ӎ GӍ lӍ Ӎ Ӎ Ӎ Ӎ Ӎ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdMj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ӎ Ӎ                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӎ Ӎ [ԍ ԍ ԍ Ս Ս Ս Ս Ս Ս                                                                                                 Y                              kd[j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ӎ Zԍ \ԍ ԍ ԍ Ս Ս Ս Ս Ս Ս Ս ֍ ֍ ֍ -֍ 7֍ 8֍ 9֍ ;֍ <֍ =֍ >֍ ֍ ֍ ֍ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Ս ֍ ֍ =֍ >֍ c֍ v֍ ֍ ֍ ֍ ֍ ֍             s                                                                                                                                                                 kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ֍ ֍                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֍ ֍ ׍ ׍ ׍ D؍ ؍ ؍ ؍ ؍ Iٍ                                                                                     Y                                          kd#j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
֍ ֍ ׍ D؍ ؍ ؍ ؍ ؍ ؍ ؍ Iٍ Jٍ Pٍ Qٍ Yٍ [ٍ ڍ ڍ ڍ ڍ ڍ ڍ 9ۍ :ۍ ;ۍ Sۍ ]ۍ ^ۍ _ۍ aۍ bۍ cۍ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 Iٍ Jٍ Qٍ Zٍ [ٍ cٍ xٍ ٍ ٍ ٍ ٍ ٍ ٍ ڍ ڍ 4ڍ Iڍ                                                                                                                                                                                                         	  $If   gd_  S  kdj $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Iڍ [ڍ uڍ ڍ ڍ ڍ ڍ ڍ ڍ                                                                                                                                                                                                                                                 	  $If   gd_  S  kdoj $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ڍ ڍ ڍ :ۍ |            s            s                                                                                                                                                                                           	  $If   gd_   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :ۍ ;ۍ cۍ dۍ wۍ ۍ ۍ ۍ ۍ ۍ ۍ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdj $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
cۍ dۍ vۍ wۍ ۍ ۍ ۍ ۍ ܍ xލ yލ zލ ލ ލ ލ ލ ލ ލ ;ߍ oߍ qߍ wߍ xߍ ߍ ߍ { } ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ۍ ۍ                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۍ ۍ ܍ ܍ $ݍ 8ݍ ݍ xލ yލ zލ ލ                                                                                                 f                                                        kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ލ ލ qߍ xߍ ߍ ߍ ߍ ߍ ߍ ߍ ߍ ߍ    :                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdj $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  : T e          7 Q b | }                                                                                                                                                                                                                            S  kd#j $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  } ~          	             s                                                                                                                                                                 kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  } ~              
     - .       w    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 	 
                                        kdoj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
   .    h  3  8     $ ; k    # O                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_        S f j           9 ; < = ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            1 C ] w         /                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd}j $If   K$L$l 0                     x                
t                                4   4 
l a   / D Y k          : ; <                                                                                                                                                                                                                   	  $If   gd_  S  kdj $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < = e f y       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdj $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
= U _ ` d e f x y          O d @ U   t      ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdij $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    g t  X       5 L k                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_      P c o            " ( ) 1 3 y { | }     ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     " ) 2 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3 ; M _ q         . ? V W                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdwj $If   K$L$l 0                                     
t                                4   4 
l a   W _ q         + < R c z {                                                                                                                                                                                                                            S  kd	j $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { | }                      s                                                                                                                                                                 kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         	  $ V     ;   
   	  c      #  6  B  U    󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 ! 	                                        kdUj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  $   <   ? ^     F e                                                                                                                                                                                                                                                                                                           
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_      >  ]            +                                                                                                             f                                       kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_                   * + n o p            ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  + o p                  s                                                                                                                                                                                     kdcj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     < = _                                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_      D |            s            s            s                                                                                                                                                                          	  $If   gd_   kdq k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          C D E F G S W [ b  g z      + ^ r   	 	 	 	 
 
 L
 _
 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  D E F G  1 3 g    _  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd+k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          V     	 	 	 
 
 L
 
 
 
 D      1 ; E                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  _
 
 
 
 
 
  C W      0 1 ; E F ^ h i m n o           
 4 5 6 F G õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (E F                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F n o                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_                                           kd9k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 3
 j
 
 
 
  5 6 G                                                                                                             f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  G H I q r                   s                                                                                                                                                                      kdGk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
G H I a k l p q r          
                    ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
                                                     f                                                                                                                       kdUk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & g h         ! " & ' ( : ; M N s t x    ' (         㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ % & D h                                                     f                                                                                                                       kd
k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    ' ( ; N a t v w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w x                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x   (                                                     f                                                                                                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_              P |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd
k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 ;   ! P c           E X     ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  P    E    b                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_     & a u           . 8 9 = > ? G d v w       շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdYk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                > ? d w                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 . _ q    " # 4 a                                                                                                 f                                                   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   .        ! " # 3 4 7 L U _ a g h o q       ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ a h p q                                                                 R            I                                   	  $If   gd_ Q  kdHk $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$           ( |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
             ) 2 3 B  n x y        
  ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ( )                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ) 2    
 # 6 n y                                                                                                                                                                                                                                                                                                                                                                                                             
& F, $If   gd_ 	  $If   gd_    
   ! ' R X Y ` b k                    ! % пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   
  R Y a |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b                                         R            I                                                                     	  $If   gd_ Q  kd*k $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a          ! # $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ %                                        kdqk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % .     L W v                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd_ 	  $If   gd_  
% . / >  L V W u v                     &  '  زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5    (  |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       '  (  )  A  K  L  P  Q  R  d  e  w  x              ! ! ! ! " z" " " " " ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    (  )  Q  R  e  x          |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd9k $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   ! W! ! ! -" ?" z" " " " # #                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
" " " " " " " # # # # ## $# '# <# E# O# P# Q# R# S# T# {# 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  # # $# Q# |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q# R# S# T# {# |# # n$ $ $ $ F% % % |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdGk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{# # # # n$ $ $ $ $ F% % % % % 1& & & & & ' ,' ' ' ' ' ' ) ) * * 4* * *  + !+ -+ 1+ T+ , , , , , - K. y. z. . 	/ F/ / / 30 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4% % 1& & & & & ,' ' ' ' ' ) ) ) 4* *  + !+ T+ , 	, >, S, o, , , , , -                                                                                                                                                                                                                                                                                                                                                                   gd_  - K. z. . 	/ F/ / / 30 r0 0 1 1 1 #1 21 >1 Q1 U1                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  30 0 0 
1 1 1 -1 11 Q1 T1 U1 \1 ]1 1 1 1 1 1 !2 2 2 2 53 63 3 3 3 3 4 4 L4 y4 z4 4 4 5 Z6 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $U1 V1 W1 X1 Y1 Z1 [1 \1 ]1 M            H            H            H            H            H            H            H                   gd_   kdk $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ]1 q1 x1 }1 1 1 1 1                                                 _            V            V                                                             	 $If   gd_    kdk $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  1 1 1 1                                                                                                                                                                                                                                                          	 $If   gd_  o  kdtk $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1 1 1 1 1 1 1 1                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdk $$If   l       0   T# T                 .                
t  0                                                              4 
l al  1 1 1 !2 &2 2            )            )            )                      	 $If   gd_    kdk $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     &2 |2 }2 2 2 2 2             [                                                                                                                                           kd k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  2 2 2 63 :3 3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd!k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 3 3 3 3 3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdm"k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 3 3 4 4 F4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6#k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F4 G4 L4 z4 4 4 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd#k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4 4 4 4  5 5 5 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd$k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5 5 5 5 n            e            e                                                                                                                                                               	 $If   gd_    kd%k $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           5  5 #5 ,5                                                                                                                                                                                                                                                	 $If   gd_  t  kdf&k $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ,5 -5 .5 ?5 D5 L5 S5 Z5 f5                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd'k $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  f5 g5                                             kd'k $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          g5 r5 v5 }5 5 5 5 5                                                             A                                  kd(k $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  5 5 5 5 5 5 5 5                                                 A                                              kd)k $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  5 5 5 5 5 5 5                                     A            <            7                  gd_    gd_    kd*k $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  5 [6 \6 u6 v6 6 6 6 6 6                                                                                                                                                                                                                                                   E  kd+k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Z6 [6 \6 b6 c6 u6 v6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 '7 (7 @7 A7 X7 Y7 Z7 ^7 _7 |7 }7 ~7 7 7 7 e8 
: : : : ': (: 춥x                          /j0k hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *6 6 6 6 6 6 6                                     a                                                                                                                             E  kdT,k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+k $$If   l 0 
" R                                                           4 
l a   6 6 6 6 6 6 6                                     a                                                                                                                             E  kd-k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd,k $$If   l 0 
" R                                                           4 
l a   6 6 6 6 6 
7 '7                                     a                                                                                                                             E  kd-k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdq-k $$If   l 0 
" R                                                           4 
l a   '7 (7 37 @7 A7 K7 X7                                     a                                                                                                                             E  kd.k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/.k $$If   l 0 
" R                                                           4 
l a   X7 Y7 Z7 [7 \7 ]7 ^7                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd.k $$If   l 0 
" R                                                           4 
l a   ^7 _7 l7 m7 {7 |7 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdL/k $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   |7 }7 ~7 7 7 d8 e8 W9 X9 /: 0: l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd
0k $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
(: ,: -: "; #; .; /; ?; @; D; E; G; o; p; ; ; ; ; < < *< +< r< t< < < < < < < < <  = = 
= |@ }@ @ C C C D (D 1D D D D D D ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j/1k hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 00: G; P; p; ; ; < < +< s<                                                                                                                                                                                                                                                       S  kd1k $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	s< t< < < < < <                                     N                                                                                       S  kd2k $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd(2k $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   < <  = 
= E= = > > ? ? |@ }@ @ A gA A >B B C                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdL3k $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   C C C )D D D D D D D `F aF rF G G H =H VH rH H H I I 6K 7K K K K                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  D D qE rE E E _F aF rF G G G wI I I 5K 7K VK K K K L 	L YL ZL oL pL L L L O O O O O O O P P P ۵۵۵ۭۜۋzrgrrr       j4k h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'K K K L 	L ZL pL L                                     j                                                                                                                                           kd3k $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  L L L L M AM M M M &N cN s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdP4k $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
cN N O O O $P %P pP qP Q Q nR oR S S T T bU cU }U U >V V ?X @X X X                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  P P P !P "P %P pP qP Q mR /T T =U >U IU JU ZU [U _U `U aU bU cU lU }U U V V !W AW ?X X )Z *Z ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j5k hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj)5k h_ U !X *Z .Z /Z EZ FZ ZZ                                                 e                                                                                                                        F  kdj6k $$If   l   l '{6    4   4 
l a] p
        F  kd5k $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  *Z /Z \Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ ;[ <[ ][ ^[ u[ v[ [ [ [ [ [ [ [ [ [ ] ] ] ^ T^ m^ ^ ^ ^ 6_ H_ ` 3` h` ` ` ` a ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ZZ [Z \Z eZ sZ Z Z                                                             5            v  kdP7k $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd6k $$If   l   l '{6    4   4 
l a] p
         Z Z Z Z Z Z Z Z                                     t                                                                                                                                                             v  kd7k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdK9k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z Z Z Z [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL;k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ 4[ 6[ ;[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;[ <[ V[ X[ ][                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ][ ^[ m[ o[ u[                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM=k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u[ v[ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdN?k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ [ [ [ [ ] ] ] ^  ^ T^ n^ ^ ^ ^                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd?k $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ 1_ I_ }_ _ _ _ ` 4` h` ` ` ` ` a a a a >a Gb Hb ^b b b b b b b b                                                                                                                                                                                                                                                                                                                                                                   gd_  a a &a <a =a >a ^b tb b b b b c c Rc sc c c c d xd d d d d d d d d e e -e пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  b c  c 3c 4c Rc c c c c c c c d d wd xd d d d d d                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  d d                                     kd@k $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d d e e 0e Fe \e re te e                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	-e 0e Ee Fe [e \e qe re e e $f &f 6f 7f Vf Wf Xf Yf f f f f g g g g g g g g h Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ e e                                     kdAk $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               e e e e e e e 
f f #f $f %f &f 7f                                                                                                                                     q                            kdRCk $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
7f Wf Xf Yf f f f f f             q            l                                                                                                                                                       gd_    kdDk $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  f f                                     kdDk $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               f f f f f f f f f g 9g Rg gg |g g g g                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  g g g g z            q            q                                                                                                                                                                                       	  $If   gd_    kd#Fk $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       g g g h h 	h 
h h z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdFk $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       h h h h h h h h h h h h h h i 
i [i gi i i i i j j j j >j ?j Bj Lj bj j j j "k ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "h h                                     kdGk $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               h h 4h 5h Ih Jh lh h h h h h h                                                                                                             q                                                         kdHk $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  h h h h  i i i i z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdIk $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       i i                                     kdnJk $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               i 
i Vi Wi j 
j j j ?j                                                             q                                                                                                                             kdKk $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ?j @j Aj Bj bj j #k 9k :k Dk Ok z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdLk $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
"k #k :k Ok k k k k k k k k k k /l 8l l m m m m n )n Xn Yn Zn yn zn {n |n }n n n n n n ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #Ok k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  k k                                        kdMMk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k .l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .l /l                                        kdNk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /l 8l l l 
m m m nm m m m n Yn                                                                                                 s                                                                        kdOk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Yn Zn {n |n }n ~n n |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdPk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n n                                        kdiQk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n n o                         s                                                                                                                                                                                   kdRk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n o o o o o o >o Io r r r #s Bs s s "t At t t 0u Ou u u Iv hv w w x *x x x ,y Ky y y z z 3{ R{ { { >| ]| } } о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -o o o o o o Io o o +p 6p @p Kp Up |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdwSk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Up Vp p p p p )q *q eq q q q r r r r #s 1s As                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  As Bs Ms Rs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1Tk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rs Ss ]s bs             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bs cs ns ss             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ss ts ~s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNUk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkVk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)Wk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t "t 0t @t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @t At Lt Qt             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Qt Rt \t at             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFXk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   at bt mt rt             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rt st }t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t t t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdcYk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!Zk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t u u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u 0u >u Nu                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>[k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nu Ou Zu _u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _u `u ju ou             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ou pu {u u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[\k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u u u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx]k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u v 
v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6^k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v )v .v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .v /v 0v Iv Wv gv                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   gv hv sv xv             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS_k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xv yv v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp`k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v w `w w w w                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd`k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.ak $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdak $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdak $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKbk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w x x )x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )x *x 5x :x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	ck $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :x ;x Ex Jx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhck $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jx Kx Vx [x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdck $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [x \x fx kx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&dk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kx lx mx x x x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCek $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdek $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x ,y :y Jy                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`fk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jy Ky Vy [y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [y \y fy ky             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ky ly wy |y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}gk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |y }y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y y y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;hk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXik $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdik $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z z z z z                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdjk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdujk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3kk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { 
{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { 3{ A{ Q{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdkk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q{ R{ ]{ b{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPlk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b{ c{ m{ r{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r{ s{ ~{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmmk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+nk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { {  |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | !|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHok $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !| "| #| >| L| \|                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdok $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \| ]| h| m|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m| n| x| }|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdepk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }| ~| | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#qk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | | | 	} ,} -} } } } } } } ;~                                                                                                                                                                                        gd_  z  kdqk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } <~ p~ ~ ~ ~ ~ ~ ~ ~ ~ ~   $ 6 7 H I c l ? A Q R b Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ;~ <~ p~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	~ ~                                        kdqk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~  7 I K b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  b c                                        kd5sk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l     0  ŀ ꀎ     @                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  @ A R   Ձ   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdtk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b c } ~        C D s t w       Ǆ Ȅ ˄ ܄  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jCuk h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    D s t u v |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kduk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w                                        kdvk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  Ȃ ɂ  w    у 惎                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_      Ȅ |            s            s                                                                                                                                                                                           	  $If   gd_   kdwk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ȅ Ʉ ʄ ˄     ʅ ܅ ݅ ̆ ͆ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdxk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ۅ ܅ ݅  A V   ˆ ͆ ↎    ) * O P      e h  ቎     ' ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $͆ ׆ ↎   )                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ) *                                        kdJyk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdzk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     M N ̈ : Z {    ቎                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_     h   W  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd{k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ( B C D W X g   ㊎  5 V x     ċ 닎 J | } ~  ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j|k h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      Ë ċ I J ~    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd1}k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ، ٌ ㌎ 팎    < M N Q Z ō Ӎ  , D E M O _ `      Ҏ ӎ ގ  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  ٌ ㌎ 팎                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  팎                                         kd}k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 < N O P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P Q                                        kd?k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Z   ܍ ݍ , - N O `                                                                                                 Y                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
`     ގ t  ͑ Α e r             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdMk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      / 0 4 5 t  e r   똎  ˜ ޜ   + - ̝ ͝ ϝ Н : < ! 6  ܟ   @ D t   &       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jLk hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jk hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -r        ꘎ 똎  c d ʜ ˜  - ͝ Н ; < ! 6    ɟ                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ɟ ܟ ݟ ⟎ ꟎              f                                                                                                                                                                      kdnk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_      	 o            f            f            f                                                                                                                                                	  $If   gd_    kd܂k $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 
    o            f            f            f                                                                                                                                                	  $If   gd_    kdJk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   ! ( 4 o            f            f            f                                                                                                                                                	  $If   gd_    kdk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4 5 = E J o            f            f            f                                                                                                                                                	  $If   gd_    kd&k $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J K S [ g o            f            f            f                                                                                                                                                	  $If   gd_    kdk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g h p w | o            f            f            f                                                                                                                                                	  $If   gd_    kdk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | }    o            f            f            f                                                                                                                                                	  $If   gd_    kdpk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     < =   * + 褎 餎 B o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdޅk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    B N 1 ;      6 F R S _ c     ˼ ̼ ּ ༎ Ἆ    @ A B F O   - ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %B N ʥ ˥     k , - 5 6     1 ;      ʰ װ 谎                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  谎  
  , - @ S j      [ \ ݳ ޳     ʷ   z  ո                                                                                                                                                                                                                                                                                                                                                              gd_    gd_    O    6 F S      ̼ ּ ༎                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ༎ Ἆ                                        kdǆk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ἆ  A B D E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E F                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F O    轎 & N Y                                                                                                                                                                                                                                                                                                                                                                                                                      
& F! $If   gd_ 	  $If   gd_  
  . e |            s            s                                                                                                                                                                                           	  $If   gd_   kdok $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - . d e f h t x    ܿ ݿ 翎       E F G K T  D ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 e f g h     ݿ 翎 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd)k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	翎                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  E F G I J                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  J K                                        kd7k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T     1 U  D T U                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  D T V f g m t u v w        Î Î )Î *Î +Î /Î 8Î Ď ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    U V g u |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u v w      |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdEk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Î (Î )Î *Î +Î -Î .Î                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  .Î /Î                                        kdSk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /Î 8Î wÎ Î Î Î Ď 9Ď Ď (Ŏ 8Ŏ 9Ŏ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ď (Ŏ 8Ŏ :Ŏ JŎ KŎ QŎ XŎ YŎ ZŎ [Ŏ \Ŏ hŎ lŎ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ǝ Ǝ ;Ǝ <Ǝ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    9Ŏ :Ŏ KŎ YŎ |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YŎ ZŎ [Ŏ \Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdak $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ŏ Ŏ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ŏ Ǝ :Ǝ ;Ǝ <Ǝ =Ǝ ?Ǝ @Ǝ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  <Ǝ =Ǝ AƎ JƎ ǎ ǎ ǎ ǎ ǎ ǎ ǎ ǎ ǎ ǎ 'Ȏ (Ȏ 2Ȏ <Ȏ =Ȏ IȎ jȎ kȎ uȎ Ȏ Ȏ Ȏ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @Ǝ AƎ                                        kdok $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AƎ JƎ Ǝ Ǝ Ǝ Ǝ )ǎ Iǎ ǎ ǎ ǎ ǎ                                                                                                                         f                           kdÕk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ǎ ǎ ǎ ǎ ǎ ǎ ǎ (Ȏ 2Ȏ <Ȏ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd}k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	<Ȏ =Ȏ                                        kd7k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =Ȏ kȎ Ȏ Ȏ Ȏ Ȏ Ȏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Ȏ Ȏ Ȏ Ȏ /ʎ 0ʎ 1ʎ Aʎ Bʎ Hʎ Oʎ Pʎ Qʎ Rʎ ʎ ʎ ʎ ʎ ʎ ʎ ʎ ʎ ˎ ˎ ˎ .ˎ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Ȏ Ȏ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȏ Ȏ Ȏ Ȏ Ɏ DɎ dɎ Ɏ Ɏ Ɏ 0ʎ 1ʎ                                                                                                                         f                           kdߙk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  1ʎ Bʎ Pʎ Qʎ Rʎ ʎ ʎ ʎ ʎ ʎ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ʎ ʎ ˎ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ˎ ˎ                                        kdSk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˎ /ˎ 0ˎ 1ˎ 3ˎ Jˎ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  .ˎ /ˎ 0ˎ 1ˎ Kˎ Tˎ U̎ V̎ W̎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ Ύ ώ  Ў ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Jˎ Kˎ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Kˎ Tˎ V̎ W̎ h̎ ̎ ̎ ͎ ͎ ͎ ͎                                                                                     s                                                                                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
͎ ͎ ͎ ͎ ͎ ͎ Ύ ώ ώ ώ /Ў fЎ Ў Ў |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 Ў /Ў BЎ eЎ yЎ Ў Ў Ў Ў 3ю Gю ю ю ю ю ю ю ю ю ю 	Ҏ 
Ҏ Ҏ Ҏ Ҏ .Ҏ /Ҏ AҎ BҎ zҎ {Ҏ Ҏ Ҏ Ҏ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ў 4ю ю ю ю ю ю ю ю                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ю ю                                        kdok $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ю Ҏ /Ҏ BҎ UҎ hҎ {Ҏ }Ҏ Ҏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ҏ Ҏ                                        kdàk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ҏ Ҏ 	ӎ ӎ Iӎ Jӎ Kӎ \ӎ ӎ ӎ ӎ                                                             f                                    [            [                     
  $If   gd_ K$  kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Ҏ 	ӎ Iӎ Jӎ Kӎ [ӎ \ӎ _ӎ tӎ }ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ ӎ Ԏ 
Ԏ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ӎ ӎ ӎ ӎ ӎ ӎ                                     R            I                                                                     	  $If   gd_ Q  kd^k $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdѢk $If   K$L$l 0                                     
t                              4   4 
l a   ӎ ӎ ӎ 
Ԏ  Ԏ 3Ԏ FԎ YԎ ZԎ [Ԏ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
Ԏ XԎ YԎ \Ԏ eԎ Ԏ Ԏ Ԏ Ԏ Ԏ Ԏ Ԏ (Վ .Վ /Վ 7Վ 9Վ NՎ OՎ ^Վ `Վ fՎ gՎ hՎ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J [Ԏ \Ԏ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \Ԏ eԎ Ԏ Ԏ Ԏ Ԏ Ԏ Ԏ (Վ /Վ 8Վ                                                             f                                    [            [                     
  $If   gd_ K$  kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
8Վ 9Վ OՎ _Վ `Վ aՎ bՎ                                     R                                                                                              Q  kd@k $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   bՎ cՎ dՎ eՎ fՎ gՎ                                     R            I                                                                     	  $If   gd_ Q  kdZk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdͧk $If   K$L$l 0                                     
t                              4   4 
l a   gՎ hՎ Վ Վ Վ Վ Վ Վ Վ Վ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	hՎ Վ Վ Վ Վ Վ Վ Վ Վ Վ Վ Վ  ֎ 	֎ ֎ ֎ ׎ ׎ ׎ ׎ ׎ ׎ ׎ ׎ ׎ b؎ k؎ ؎ ؎ ؎ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Վ  ֎                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ֎ 	֎ F֎ ֎ ֎ ׎ ׎ ׎ ׎ ׎ ؎                                                                                     Y                                          kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
؎ ؎ ؎ ؎ ؎ ؎ ؎ َ !َ ;َ Kَ eَ َ َ َ َ َ َ                                                                                                                                                                                                                      	  $If   gd_  S  kdk $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ؎ ؎ ؎ ؎ ;ڎ <ڎ =ڎ >ڎ Vڎ `ڎ aڎ bڎ dڎ eڎ fڎ ڎ ڎ ڎ ڎ ڎ ڎ ڎ Hێ ێ ێ ێ ێ ێ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  َ َ ڎ !ڎ ;ڎ <ڎ =ڎ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdAk $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =ڎ >ڎ fڎ ڎ ڎ ڎ ڎ ڎ ڎ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdӬk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڎ ڎ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڎ ڎ Hێ vێ ێ ێ ێ ێ G܎ N܎ W܎                                                             f                                    [            [                     
  $If   gd_ K$  kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ێ ێ ێ ܎ #܎ G܎ M܎ N܎ V܎ X܎ ݎ ݎ ݎ ݎ ݎ ݎ ݎ ݎ ݎ ݎ ݎ ގ ގ ގ ^ގ _ގ bގ kގ ގ ߎ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 W܎ X܎ `܎ u܎ ܎ ܎ ܎ ܎ ܎ ܎ ݎ ݎ 1ݎ Fݎ Xݎ rݎ ݎ ݎ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdk $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ݎ ݎ ݎ ݎ ݎ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd-k $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݎ ݎ ݎ ގ &ގ 9ގ Lގ _ގ `ގ aގ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	aގ bގ                                        kdyk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bގ kގ ގ ߎ Uߎ ߎ < = > ? P                                                                                                  f                                                   kdͲk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ߎ : = > ? O P             B C F O þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ     
  0 C D E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E F                                        kdAk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F O  ! d  K L M N _                                                                                                 Y                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
O   c d  K L M N ^ _            L M P νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  _       ' : M N O             s                                                                                                                                                                 kdOk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  O P                                        kd	k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y . U                                                                                            Y                                          kd]k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
P Y -              p r s t              ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5        + = W q                                                                                                                                                                                                               	  $If   gd_  S  kdk $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     - = W q r s                                                                                                                                                                                                                                                 	  $If   gd_  S  kdk $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s t   |            s            s                                                                                                                                                                                           	  $If   gd_   kd;k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ( ; N a b c |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    ` a d m &    ( ) 5 : O   
         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  c d                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d m &    i    )                                                                                                 f                                                        kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
)       ( = R g y                                                                 }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd˽k $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_      % : O d v                                                                                                                                                                                                                                     S  kd]k $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     E F Y l                  s                                                                                                                                                                 kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     5 ? @ A C D E F X Y     u       e z + ,  * , - Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 u  -    |  ,  , - 4 s   	 5 i    !                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  - 4 9 L P h      ! " 2 3 w } ~       ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ! " 3 w ~  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                & @ Z k                                                                                                                                                                                                                            
  $If   gd_ K$	  $If   gd_  S  kdk $If   K$L$l 0                     x                
t                                4   4 
l a      	 # = N h                                                                                                                                                                                                                          	  $If   gd_  S  kdIk $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       * = P c d e |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
         b c f o - Y & w      Z o  ' ( ) 0 t ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ e f                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f o - '      r ) 0 p     	 ( i j                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  t      
   , ? G ` h i j k { |          3 = > B ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  j k |    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              !  8  O  f  w                                                                                                                                                                                                                                      
  $If   gd_ K$	  $If   gd_  S  kdk $If   K$L$l 0                                     
t                                4   4 
l a        ! 3 E \ s                                                                                                                                                                                                                                     S  kdCk $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     C D W j }                 s                                                                                                                                                                 kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B C D V W         \   ; W  ;   X	 
 
 )   =
 
 
 
 
 ? 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   \  X    Y w  ;  
 +    <
 =
                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  =
 }
 
 
 
 ; Z y                                                                                                                 f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ? R ^ q }         
  1 2 3 7 8 < E b w x y ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   
  2 3 8 : ;             s                                                                                                                                                                                     kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ; <                                        kdWk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E R t       A c x                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  x y    |            s            s            s                                                                                                                                                                          	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y                G Z }      K _ ! - 1 X     ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5          G ~   L |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdek $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L      [ \   ! X    , c   1                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   , ? b v     0 D              
    2 3 E F X Y ] f       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
   3 F Y [ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \ ]                                        kdsk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f    6 T n                                                                                                                 f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_       # 6 I \ ^ _             s                                                                                                                                                                      kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
    	 
    " # 5 6 [ \ ` i   - . / ? @ A B Z d e i j k } ~     ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %_ `                                        kd;k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i   . / @ A                                                 f                                                                                                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  A B j k ~      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                         B C   R  S  T  d  e  f  g  t  㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %                                                        f                                                                                                                       kdWk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C  S  T  e  f                                                  f                                                                                                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  f  g  h    %! &! M! N! ! w" x" " " |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t  x    $! %! &! M! Z! ^! ! ! x" " " " # $# 8# \# ]# p# # # # # # # # $$ %$ 8$ i$ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  " %# ]# # # %$ j$ $  % U% V% W% a% l% % % %                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  i$ }$ $ $ $ % T% V% W% l% % % % % % % % % % % % % & & & :& ;& T& ]& ^& m& շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\% %                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               % % % & & (& ;& =& S&                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  S& T&                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               T& ]& & & ' G' R' ~' ' ' ' '                                                                                                 f                                                   kd;k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  m& & G' R' e' u' ~' ' ' ' ' ' ' ' ' ' ' ' ' ( ( 
( ( $( %( 4( 6( 7( 8( ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ' ( ( ( %( 5( 6( 7(                                                             R            I                                   	  $If   gd_ Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 7( 8( `( a( t( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8( P( Z( [( _( `( a( s( t( ( ( ( ( ( ( ( ( >) * * * 5* 6* Q* * * * * * * ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ( (                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( ( ?) Z) ) ) ) ) * * 6* R* d* * * *                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  * * * * * * * * * * *  + 	+ /+ 0+ E+ F+ H+ I+ J+ b+ l+ m+ q+ r+ s+ + + + + + + + пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  * * * * * * |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *  + 0+ G+ H+ I+                                     R            I                                                                     	  $If   gd_ Q  kddk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   I+ J+ r+ s+ + + + + + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ +                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + + ;, c, , , , , - ?- - - - -                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
+ + + + :, , , , - - '- 6- >- ?- F- L- - - - - - - - - - - - - - - زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 - - - - |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - - - - - - . . . . ;. <. @. I. J. Y. . . f/ j/ / 0 "0 #0 A0 B0 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    - - - - . . ). <. >. ?. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?. @.                                        kdsk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @. I. . . g/ / / / 0 #0 B0 m0 0 0                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
B0 U0 d0 l0 m0 t0 z0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  0 0 0 0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 1 1 U1 2 >2 ?2 x2 2 3  3 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1 &1 *1 U1 2 >2 K2 O2 x2 2  3 ,3 03 R3 3 ;4 4 4 4 4 4 -5 ]5 i5 m5 5 g7 7 7 7 7 8 8 8 8 8 8 8 0: X: Y: o: s: : ; < < Q< < < == y= = ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 3 R3 3 :4 ;4 4 4 4 -5 \5 ]5 5 g7 7 7 7 8 8 8 8 9 9 9 9 
: : 0: X: Y: :                                                                                                                                                                                                                                                                                                                                                                   gd_  : ; < Q< < < == y= = > G> > > > > > > > >                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  = G> K> > > > > > > > > > > I? J? K? L? ? ?  @ M@ @ @ @ 0A [A \A A A A A B B B BB FC C Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $> > > > > > > > > M            H            H            H            H            H            H            H                   gd_   kd;k $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   > ? ? ? +? ,? ;? <?                                                 _            V            V                                                             	 $If   gd_    kdk $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  <? =? I? J?                                                                                                                                                                                                                                                          	 $If   gd_  o  kdk $$If   l       0   T# T                 .                
t  0                                                              4 
l al  J? K? L? W? [? n? v? ?                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdKk $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ? ? ? ? ? 2            )            )            )                      	 $If   gd_    kdk $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ? @ @  @ M@ R@ @             [                                                                                                                                           kdk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  @ @ @ @ @ *A d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  *A +A 0A \A `A zA d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  zA {A A A A A d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdpk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  A A A B B CB d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9k $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  CB DB EB OB B B B d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  B B B B n            e            e                                                                                                                                                               	 $If   gd_    kdk $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           B B B B                                                                                                                                                                                                                                                	 $If   gd_  t  kdk $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  B B B B B B B B C                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd=k $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  C C                                             kdk $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          C C C C "C #C $C %C                                                             A                                  kd3k $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  %C &C 'C (C )C *C +C ,C                                                 A                                              kdk $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ,C -C .C /C 0C 1C FC                                     A            <            7                  gd_    gd_    kdk $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  FC C C D D -D >D ?D SD UD                                                                                                                                                                                                                                                   E  kdk $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	C C C  D D D D >D ?D UD VD XD YD gD hD uD vD D D D D D D D D D D D D D E E E (E )E ;E F G G G G G G 춥x                          /jk hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *UD VD WD XD YD aD gD                                     a                                                                                                                             E  kdk $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/k $$If   l 0 
" R                                                           4 
l a   gD hD qD uD vD D D                                     a                                                                                                                             E  kdLk $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdk $$If   l 0 
" R                                                           4 
l a   D D D D D D D                                     a                                                                                                                             E  kd
k $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdk $$If   l 0 
" R                                                           4 
l a   D D D D D D D                                     a                                                                                                                             E  kdk $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdik $$If   l 0 
" R                                                           4 
l a   D D D D D D D                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd'k $$If   l 0 
" R                                                           4 
l a   D D 
E E E E l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdk $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   E E E )E ;E F F F F G G l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdDk $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
G G G H H H H H H H H H 
I I fI gI sI tI I I I I J J $J %J IJ KJ [J \J J J J J J N N 'N iQ lQ Q Q Q Q 'R (R R R R ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jik hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0G H H I gI tI I I I J                                                                                                                                                                                                                                                       S  kdk $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	J J %J JJ KJ \J J                                     N                                                                                       S  kdk $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdbk $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   J J J J J zK 6L 7L $M %M N N 'N N O vO O EP P                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdk $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P P lQ Q 'R (R fR R R R S S T .U PU U U U V *V +V 4W 5W X X 3Y 4Y Y                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  R R S S  S (S S S T -U .U PU W 2W 5W X X X Y Y Y Y Y Y Y 
Z Z ?Z @Z AZ ]] ^] i] j] k] o] p] ] ] ] ۵۵۵ۭۜۋzrgrrr       jk h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Y Y Y Y Y Y Z @Z                                     j                                                                                                                                           kdk $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  @Z AZ RZ Z Z Z =[ >[ Z[ [ \ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdk $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
\ [\  ] !] r] ] ] ^ ^ ^ ^ ` 
` {a |a 2b 3b  c c c ,c c d e e \f ]f                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ] ] ] ] ] ] ^ ^ ^ ` a 1b b b b b b b b b b  c c 
c c ,c c c d d e \f g g ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j l hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujc l h_ U !]f g g g g g g                                                 e                                                                                                                        F  kdl $$If   l   l '{6    4   4 
l a] p
        F  kd1l $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  g g g h h "h #h )h *h Kh Lh lh mh h h h h h h h h h h i i *i +i Ei Fi mi ni oi pi qi Ok Pk \k k k l ?l El Hl l l m m n /n cn n n ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3g g g h h h h                                                             5            v  kdl $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdl $$If   l   l '{6    4   4 
l a] p
         h  h !h "h #h 'h (h )h                                     t                                                                                                                                                             v  kd/l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  )h *h Ch Eh Kh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Kh Lh eh gh lh                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         lh mh {h }h h                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h h h h h                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h h h h h                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h h h h h                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h h h h h                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h h i 
i i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i i "i $i *i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2	l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         *i +i >i @i Ei                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ei Fi Mi Ri mi                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mi ni oi pi qi Ok Pk \k k k k l @l Sl l                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd3l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l l l l m .m bm m m m n  n 0n dn n n n n n n o o o "p 1p Dp Ep ^p p p                                                                                                                                                                                                                                                                                                                                                                   gd_  n n n n n n o p 1p Cp xp p p p p q "q Vq q q r +r ]r ^r hr rr sr r r r r r пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  p p p p p p  q !q "q Vq lq q q q q r r  r +r ^r hr rr                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  rr sr                                     kdl $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               sr r r r r r r s s )s                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	r r r r r r s s *s 3s s s s s s s s s t t #t ,t Iu Ku [u \u {u |u }u ~u u Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ )s *s                                     kd5
l $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               *s 3s Us Vs js ks s s s s s s s s                                                                                                                                     q                            kdl $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
s s s s t t  t !t "t             q            l                                                                                                                                                       gd_    kdIl $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  "t #t                                     kdl $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               #t ,t Mt Nt bt ct }t t t t t t u u 4u 5u Ju                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Ju Ku \u |u z            q            q                                                                                                                                                                                       	  $If   gd_    kd]l $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       |u }u ~u u u u u u z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdl $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       u u u u u ;v =v Mv Nv mv nv pv v v v v v w !w -w Lw Xw w w w w w w w w  x Jx x x x ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "u u                                     kdl $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u u u u u u 
v &v 'v <v =v Nv nv                                                                                                             q                                                         kd.l $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  nv ov pv v v v v v z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdl $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       v v                                     kdl $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               v v v v w w w w w                                                             q                                                                                                                             kdl $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  w w w w  x x x x x x x z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdl $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
x x x x y  y *y 4y 5y Uy Vy y y y y y lz P{ R{ b{ c{ { { { { { | | | | | | '| | | | ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #x  y *y 4y                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  4y 5y                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5y Vy y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  y y                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y nz oz z z z { Q{ R{ c{ { {                                                                                                 s                                                                        kd/l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  { { | | | | | |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | |                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | '| | | | |                         s                                                                                                                                                                                   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | | | | | | | | | i j    A `  ߁ D c ΂ 킏 l  烏    ?  ȅ 8 W ʆ 醏 R q P o ш  _ ~ ܉  0 1 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -| | | | | | | } } } } } } } |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
} } T~ k~ ~ ~ ~ ~  8 ~  i j    π ߀                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ߀  뀏              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " # A O _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF!l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc"l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ΁ ށ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ށ ߁ ꁏ              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!#l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>$l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! " D R b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[%l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ΂ ܂ 삏                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx&l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   삏 킏               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6'l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 l z                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdS(l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp)l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǃ ̃             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̃ ̓ ΃ 烏                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.*l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK+l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H I     . >                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd	,l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh,l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&-l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ǅ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǅ ȅ Ӆ ؅             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC.l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؅ م ㅏ 腏             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   腏 酏               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`/l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  8 F V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}0l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;1l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ʆ ؆ 膏                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   膏 醏               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX2l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + , R ` p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu3l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd34l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ! P ^ n                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdP5l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm6l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ш ߈                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+7l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH8l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 3 _ m }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kde9l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#:l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ܉ ꉏ                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@;l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]<l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > b   ʊ ˊ ! " / 0 1 T ً                                                                                                                                                                                        gd_  z  kd<l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 B T o ڋ     ! 6 h i s } ~    Ԍ Ռ 挏 猏  
 ݎ ߎ     Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ً ڋ    ! + 6 i s }                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	} ~                                        kd=l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~  Ռ 猏 錏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                            kdo>l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 ^ _   ΍ - c      ގ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ގ ߎ  A Z s   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd?l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             0 1 @    Ꮟ ⏏         e f i z  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j}@l h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    ⏏     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdAl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdAl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 f g     < U o                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd_ 	  $If   gd_     f |            s            s                                                                                                                                                                                           	  $If   gd_   kdCl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g h i  ! " V h z { j k |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdCl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ! " U V y z {  ߓ  * W i k     ǔ Ȕ 픏   @ A D M   ~      ŗ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $k u    ǔ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ǔ Ȕ                                        kdDl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȕ   / A B C                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  C D                                        kdEl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M     땏 앏 j ؖ   ? \ ~                                                                                                                                                                                                                                                                                                                                                                                                    
& F $If   gd_ 	  $If   gd_      \   8 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd,Gl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ŗ Ɨ  ᗏ ●    & \   Ә   7 8 ; L b  虏    - ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jGl h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  8 9 : ; a b 癏 虏  . / 9 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdkHl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - / D v w      ښ 뚏 욏   c q  ʛ ⛏ 㛏 뛏 훏   H I K L ^ p q |  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !9 D w                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_                                           kd%Il $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ښ 욏 횏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdyJl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y Z z { ʛ ˛ 웏 훏                                                                                                  Y                              kdKl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 I J K L |  6 k l               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdLl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      ͜ Μ Ҝ Ӝ  6   < M   i |   ɪ ˪ j k m n ث ګ  Ԭ F z I P ޮ ⮏  3  ı + , D E U V ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jQl hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jAMl hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - ; < M   T U      h i ~ ˪ k n ٫ ګ  Ԭ E F U g                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  g z {                f                                                                                                                                                                      kdMl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdNl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdNl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ƭ ҭ o            f            f            f                                                                                                                                                	  $If   gd_    kdNl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ҭ ӭ ۭ 㭏 譏 o            f            f            f                                                                                                                                                	  $If   gd_    kd`Ol $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 譏 魏    o            f            f            f                                                                                                                                                	  $If   gd_    kdOl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd<Pl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   # * 6 o            f            f            f                                                                                                                                                	  $If   gd_    kdPl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6 7 8 9 ڮ ۮ 2 3 ȱ ɱ   ಏ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdQl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V Y Z ಏ 첏 ϻ ٻ   + "ŏ 3ŏ Ǐ Ǐ ȏ ȏ ȏ ȏ ɏ ɏ !ʏ "ʏ 7ʏ iʏ jʏ tʏ ~ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ̏ ̏ ̏ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ಏ 첏 h i      	 ʶ ˶ ӷ Է %   J ϻ ٻ    A N [ h u                                                                                                                                                                                                                                                                                                                                       h^hgd_   
& F  gd_    gd_   gd_      ʾ ˾ ޾      + [ \   { | Nď Oď "ŏ 3ŏ hŏ ŏ ŏ Ə FƏ sƏ Ə                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Ə Ə Ə =Ǐ Ǐ Ǐ Ǐ ȏ ȏ ɏ !ʏ "ʏ ,ʏ 7ʏ jʏ tʏ ~ʏ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ~ʏ ʏ                                        kdRl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʏ ʏ ʏ ʏ ʏ ʏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ʏ ʏ                                        kdUSl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʏ ʏ ,ˏ 8ˏ _ˏ ˏ ˏ ˏ ˏ 0̏ :̏ _̏ ̏ ̏                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
̏ ̏ ̏ ͏ |            s            s                                                                                                                                                                                           	  $If   gd_   kdTl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ̏ ̏ ͏ ͏ ͏ ͏ ͏ ͏ 2͏ 3͏ H͏ z͏ {͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ ͏ zϏ Ϗ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ͏ ͏ ͏ ͏ 2͏ 3͏ =͏ H͏ {͏ ͏ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdcUl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	͏ ͏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ͏ ͏                                        kdVl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͏ ͏ ͏ ͏ ͏ ͏ ͏                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ͏ ͏                                        kdqWl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͏ ͏ 1Ώ =Ώ dΏ Ώ Ώ Ώ yϏ Ϗ Ϗ Ϗ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ϗ Ϗ Ϗ Џ Џ Џ Џ Џ Џ Џ *Џ \Џ ]Џ gЏ qЏ rЏ ~Џ Џ Џ Џ Џ Џ Џ Џ ^ҏ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Ϗ Ϗ Џ Џ |            s            s                                                                                                                                                                                           	  $If   gd_   kdXl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Џ Џ Џ Џ *Џ ]Џ gЏ qЏ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdYl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       qЏ rЏ                                        kd9Zl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rЏ Џ Џ Џ Џ Џ Џ Џ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Џ Џ                                        kd[l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Џ Џ я !я Hя sя я я ]ҏ ҏ ҏ ҏ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ^ҏ ҏ ҏ ҏ ҏ ҏ ҏ ҏ ҏ ҏ ҏ ҏ ӏ 
ӏ %ӏ &ӏ ;ӏ mӏ nӏ xӏ ӏ ӏ ӏ ӏ ӏ ӏ ӏ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ҏ ҏ ҏ ҏ |            s            s                                                                                                                                                                                           	  $If   gd_   kd\l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ҏ ҏ ҏ ҏ &ӏ 0ӏ ;ӏ nӏ xӏ ӏ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd]l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ӏ ӏ                                        kdU^l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӏ ӏ ӏ ӏ ӏ ӏ ӏ ӏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ӏ ӏ ӏ ӏ [Տ ]Տ mՏ nՏ tՏ {Տ |Տ }Տ ~Տ Տ Տ Տ Տ Տ Տ Տ ֏ 	֏ ֏ 2֏ 3֏ 4֏ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ӏ ӏ                                        kd_l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӏ ӏ 'ԏ 3ԏ Zԏ ԏ ԏ ԏ Տ [Տ \Տ ]Տ                                                                                                                         f                           kd`l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ]Տ nՏ |Տ }Տ ~Տ Տ Տ Տ Տ Տ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdal $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Տ Տ                                        kdqbl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Տ 	֏ 3֏ 4֏ 5֏ 7֏ 8֏                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  4֏ 5֏ 9֏ B֏ ׏ ׏ ׏ ׏ ׏ ׏ ׏ ׏ ׏ ׏ *؏ D؏ F؏ G؏ \؏ ؏ ؏ ؏ ؏ ؏ ؏ ؏ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  8֏ 9֏                                        kdcl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9֏ B֏ ֏ ֏ ֏ ֏ ׏ 1׏ N׏ ׏ ׏ ׏                                                                                                                         f                           kdel $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ׏ ׏ ׏ ׏ ׏ *؏ G؏ Q؏ \؏ ؏                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdel $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	؏ ؏ ؏                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ؏ ؏                                        kdfl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؏ ؏ ؏ ؏ ؏ ؏                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ؏ ؏ ؏ ؏ ؏ ؏ ُ ُ ُ +ۏ ,ۏ -ۏ =ۏ >ۏ pۏ qۏ rۏ sۏ tۏ uۏ ۏ ۏ ۏ ݏ ݏ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ؏ ؏                                        kdgl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؏ ؏ ُ ُ ڏ Eڏ {ڏ ,ۏ -ۏ >ۏ pۏ                                                                                     s                                                                                              kd5il $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
pۏ qۏ rۏ sۏ tۏ uۏ ۏ Vݏ Wݏ ݏ ݏ ޏ <ޏ ޏ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdil $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ݏ ݏ ݏ ޏ ޏ ;ޏ Oޏ ޏ ޏ ޏ ޏ 'ߏ (ߏ =ߏ oߏ pߏ zߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ   3 < H õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ޏ ޏ 'ߏ (ߏ 2ߏ =ߏ pߏ zߏ ߏ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ߏ ߏ                                        kdjl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߏ ߏ ߏ ߏ ߏ    2                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  2 3                                        kdkl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 <       ' . 6                                                             f                                    [            [                     
  $If   gd_ K$  kdQml $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
H          % ' - . 5 7 L M \ ^ _ ` x         ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 6 7 M ] ^ _                                     R            I                                                                     	  $If   gd_ Q  kdnl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdnl $If   K$L$l 0                                     
t                              4   4 
l a   _ `         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%ol $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     &                   ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdol $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & T                                                                    f                                    [            [                     
  $If   gd_ K$  kd3ql $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                            R                                                                                              Q  kdzrl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdql $If   K$L$l 0                                     
t                              4   4 
l a                                              R            I                                                                     	  $If   gd_ Q  kdsl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdsl $If   K$L$l 0                                     
t                              4   4 
l a     . O P u     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!tl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  ( ) * , - . O P       L e          	   P V ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdtl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         P                                                                                     Y                                          kd/vl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
P W ` a i ~        % : O a {                                                                                                                                                                                                                      	  $If   gd_  S  kdvl $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ V W _ a             # $ n o r {   p     ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  {                                                                                                                                                                                                                                                            
& F$ $If   gd_  S  kd{wl $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     $ I \ o p q |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd
xl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q r                                        kdxl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {                                                                      f                                    [            [                     
  $If   gd_ K$  kdzl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
          m o p q               	  = ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     ( : T n ~        * :                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdzl $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   : T n o p                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdg{l $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p q         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kd|l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	    <      A                                                                                                 f                                                   kd~l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  =       @ A B Z d e f h i j       þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ A B j        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd{l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    K                                                                                                      Y                              kdπl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
     K       O P Q i s t u w x y z    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   P Q y z                    s                                                                                                                                                                 kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdCl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   7     ! 2                                                                                      Y                                          kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
        ! 1 2           " # u v w        ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5             9 S [ p                                                                                                                                                                                                          	  $If   gd_  S  kdQl $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_                                                                                                                                                                                                                                                           	  $If   gd_  S  kdl $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    # v |            s            s                                                                                                                                                                                           	  $If   gd_   kdul $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w           |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd/l $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                 1 w         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  $ ` t                                                                                                      f                                                        kdKl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 1          1 K \ v                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdl $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  v         . H Y s                                                                                                                                                                                                                                S  kdl $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        
  0 C D E             s                                                                                                                                                                 kd)l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_               B C F O  B C i j               Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ E F                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F O  j   Q    o    t     ` w    3 _                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_                   $ & u w x y ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph        % |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % & . C X m       	 # 4 N V k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdl $If   K$L$l 0                     x                
t                                4   4 
l a   k          1 K \ v w x                                                                                                                                                                                                                   	  $If   gd_  S  kdl $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  x y          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdl $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
y             
    	 *	 	 	 |
 
 
 
       ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdݎl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   -	 	 	 
 
     - L q    
 
                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   % 1 D         
 
 
 	
 
 
 ^
 d
 e
 m
 o
         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  
 	
 
 ^
 e
 n
 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd1l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n
 o
 w
 
 
 
 
 
 
   , C T j {                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdl $If   K$L$l 0                                     
t                                4   4 
l a           ( 9 P g x                                                                                                                                                                                                                                S  kd}l $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_          . A C D             s                                                                                                                                                                 kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       @ A E N `  ( Z  [ w   I  0 E   #   3  _ r ~   󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !D E                                        kdɒl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N ` (  x  0 {    G     6 7 >                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_    [ z     6 U V g                                                                                                             f                                       kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_       . : M T V f g                ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  g                    s                                                                                                                                                                                     kdהl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 V x y                                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd_ 	  $If   gd_    ( [  |            s            s            s                                                                                                                                                                          	  $If   gd_   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ' (                   ! /! S! g! ! ! ! ! $ $ $ $ Q% T% % % ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5       m  o      ! T! ! ! |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ?" @" " 9# :# # # $ $ $ S% T% % % & 9& & & $' %' /' :' m' w' '                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  % % %  & & 8& L& & & & & $' %' :' l' m' w' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( L( p) q) r) ) ) õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (' '                                        kdYl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ' '                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ( L( o( ( ( ( ) C) q) r) )                                                                                                             f                                       kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ) ) ) ) ) ) ) ) ) ) )             s                                                                                                                                                                      kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * H* I* * * * * * * * * + + + + 	+ + + .+ /+ T+ U+ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %) )                                        kdul $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) * %* I* * * * *                                                 f                                                                                                                       kdɝl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  * * + 	+ + /+ B+ U+ W+ X+ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X+ Y+                                        kd=l $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U+ Y+ b+ + + &, ', (, 8, 9, :, ;, S, ], ^, b, c, d, v, w, , , , , , , , , c- d- - - - . . . . . 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Y+ b+ + + ', (, 9, :,                                                 f                                                                                                                       kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  :, ;, c, d, w, , , , , , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdKl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, ,                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , d- - - . .                                                 f                                                                                                                       kdYl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  . . . 7. . . . . / 0 0 J0 0 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . 7. . . . . . . / w/ 0 J0 ]0 0 0 0 0 0 0 1  1 !1 ?1 @1 S1 1 1 1 1 1 2 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0 0 0 @1 1 1 2 O2 2 2 2 2 2 
3 =3 G3 Q3                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  2 2 N2 b2 2 2 2 2 2 
3 <3 =3 G3 Q3 R3 j3 t3 u3 y3 z3 {3 3 3 3 3 3 3 3 3 3 4 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\Q3 R3                                        kdͤl $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R3 z3 {3 3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  3 3                                        kd!l $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 j4 4 4 4 4 5 ^5 _5 p5 5                                                                                                 f                                                   kdul $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  4 j4 4 4 5 5 5 #5 )5 ]5 ^5 _5 o5 p5 s5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5 5 5 5 5 5 5 5                                                             R            I                                   	  $If   gd_ Q  kdl $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd/l $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 5 5 5 5 6 %6 86 K6 M6 N6 d6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdIl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5 5 5 5 5 5 5 6 6 $6 %6 J6 K6 e6 n6 o6 ~6 6 7 7 7 7 7 7 8 (8 /8 58 F8 G8 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ d6 e6                                        kdl $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e6 n6 6 6 )7 F7 _7 r7 7 7 7 7 8 (8 G8 H8                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  G8 H8 I8 Y8 Z8 ]8 c8 8 8 8 8 8 8 8 8 8 8 8 8 8  9 
9 9 9 9 9 #9 $9 69 79 \9 ]9 a9 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  H8 I8 Z8 8 8 8 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdWl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 8                                     R            I                                                                     	  $If   gd_ Q  kdl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdl $If   K$L$l 0                                     
t                              4   4 
l a   8 8 9 9 $9 79 J9 ]9 _9 `9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	`9 a9                                        kdl $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a9 j9 9 : ;: M: : : : : ; #; $; %;                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
a9 j9 k9 z9 9 : : : : : : : : : : : ; ; "; #; $; %; &; 6; 7; :; O; X; b; c; زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 %; &; 7; d; |            s            s                                                                                                                                                                                           	  $If   gd_   kd9l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c; d; e; }; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; U< V< = = J= = = = = = ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    d; e; ; ; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kdl $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; V< < = 8= i= {= = = = > M> N>                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
= = > 
> > > > L> M> N> O> _> `> c> x> > > > > > > > > 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  N> O> `> > |            s            s                                                                                                                                                                                           	  $If   gd_   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > > > > > ? ? ? @ @ @ @ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
> > > > ? ? ? ? @ @ @ @ @ @ mA A .B /B ;B ?B hB B B C C 3C E 3E ?E CE pE !F "F \F ]F iF mF F G G G 
H H =H I I I I EJ J J K oK ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4@ @ mA A A .B /B hB B B B 3C E 2E 3E pE "F \F ]F F DG EG zG G G G G G G =H                                                                                                                                                                                                                                                                                                                                                                   gd_  =H I I I EJ J J K oK K K GL HL SL _L nL zL L L                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  oK K K FL GL SL iL mL L L L L L L L L L &M ]M M M ;N qN rN N N N O UO VO O O O O O P Q Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $L L L L L L L L L M            H            H            H            H            H            H            H                   gd_   kdul $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   L L L L L L L L                                                 _            V            V                                                             	 $If   gd_    kdl $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  L L L L                                                                                                                                                                                                                                                          	 $If   gd_  o  kdl $$If   l       0   T# T                 .                
t  0                                                              4 
l al  L L L L L M M  M                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdl $$If   l       0   T# T                 .                
t  0                                                              4 
l al   M !M &M ]M bM 2            )            )            )                      	 $If   gd_    kd"l $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     bM M M M M M 5N             [                                                                                                                                           kdOl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  5N 6N ;N rN vN N d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  N N N N N O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O VO [O O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O O O O d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdsl $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  O O O O <P AP MP d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd<l $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  MP NP QP [P n            e            e                                                                                                                                                               	 $If   gd_    kdl $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           [P \P _P hP                                                                                                                                                                                                                                                	 $If   gd_  t  kdڼl $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  hP iP jP {P P P P P P                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdwl $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P P                                             kdl $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          P P P P P P P P                                                             A                                  kdml $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  P P P P P P P P                                                 A                                              kdLl $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P P P P P P P                                     A            <            7                  gd_    gd_    kd+l $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P Q Q Q Q Q Q Q Q Q                                                                                                                                                                                                                                                   E  kd
l $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Q Q Q Q Q Q Q Q Q Q Q Q Q R R R R 3R 4R 6R 7R cR dR |R }R R R R R R R R R R R R S FU GU RU SU cU dU 춥x                          /j<l hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Q Q Q Q Q Q R                                     a                                                                                                                             E  kdl $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdil $$If   l 0 
" R                                                           4 
l a   R R R R R 'R 3R                                     a                                                                                                                             E  kdl $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd'l $$If   l 0 
" R                                                           4 
l a   3R 4R 5R 6R 7R IR cR                                     a                                                                                                                             E  kdDl $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdl $$If   l 0 
" R                                                           4 
l a   cR dR oR |R }R R R                                     a                                                                                                                             E  kdl $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdl $$If   l 0 
" R                                                           4 
l a   R R R R R R R                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdal $$If   l 0 
" R                                                           4 
l a   R R R R R R l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdl $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   R R R R R S S T T kU lU l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd~l $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
dU hU iU ^V _V jV kV {V |V V V V V V W W W W YW [W fW gW W W W W W W W W 9X ;X <X HX IX [ [ [ _ 
_ _ ?_ d_ m_ _ _ "` #` 5` ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jl hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0lU V V V W W ZW [W gW W                                                                                                                                                                                                                                                       S  kd
l $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	W W W W W W :X                                     N                                                                                       S  kd.l $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdl $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   :X ;X <X IX X Y Y Y Z Z [ [ [ H\ \ ] z] ] J^                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdl $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   J^ K^ 
_ e_ _ _ ` "` #` 6` a a a b b Wc yc c c c c d d rf sf f f g                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  5` 6` ` ` ` ` a a a b b b d d d qf sf f g 3g 7g Dg Eg g g g g g g g j j k k 	k 
k k Kk Lk Wk ۵۵۵ۭۜۋzrgrrr       j6l h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'g )g 8g Dg Eg g g g                                     j                                                                                                                                           kdRl $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  g g g 9h >h }h h h h bi i s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdl $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
i i j j k `k ak k k Ql Rl m m o o o o p p p p zq 4r {s |s s s                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  Wk Xk Yk ]k ^k ak k k Pl m ko o yp zp p p p p p p p p p p p p Kq Tq ]r }r {s s eu fu ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jl hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujl h_ U !s fu ju ku u u u                                                 e                                                                                                                        F  kdl $$If   l   l '{6    4   4 
l a] p
        F  kdkl $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  fu ku u u u u u u u u u 
v v !v "v =v >v Zv [v wv xv v v v v v v v v w w 
w w w x x x [y y y y y y rz z W{ o{ { { |  | V| ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3u u u u u u u                                                             5            v  kdl $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdQl $$If   l   l '{6    4   4 
l a] p
         u u u u u u u u                                     t                                                                                                                                                             v  kdil $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  u u u u u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u u v v 
v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
v v v v !v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !v "v 5v 7v =v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =v >v Sv Uv Zv                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Zv [v pv rv wv                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdkl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         wv xv v v v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v v v v v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v v v v v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdll $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v v v v v                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         v v v v w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w w 
w w w x x x By \y y y y y %z                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdml $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %z 9z mz z z z  { { R{ p{ { { { | !| U| V| W| X| z| } } } } } } } } /~ 0~                                                                                                                                                                                                                                                                                                                                                                   gd_  V| X| b| x| y| z| } } } } ~ .~ N~ Q~ ~ ~ ~ ~   K        7 8 U V i пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0~ N~ \~ o~ p~ ~ ~ ~ ~ ~ 
   6 L M                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdl $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                8 U V l     ǀ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	i l       Ȁ р ` b r s        ʁ 炐 邐       A Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ǀ Ȁ                                     kdol $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ȁ р    	 - I J _ ` a b s                                                                                                                                     q                            kdl $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
s                     q            l                                                                                                                                                       gd_    kdl $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd@l $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                ʁ 끐 쁐     7 8 J u    ҂ ӂ 肐                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  肐 邐   z            q            q                                                                                                                                                                                       	  $If   gd_    kdl $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          C D E F G z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdTl $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       A B C H Q ك ۃ 냐 샐    : ; @ I    ˄ ꄐ  H J Z [ z { ~   腐 * + ^ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "G H                                     kdl $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               H Q p q    ă Ń ڃ ۃ 샐                                                                                                              q                                                         kdhl $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_   
  ; < = > ? z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd%l $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ? @                                     kdl $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @ I   H I J [ {                                                             q                                                                                                                             kd9l $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  { | } ~  + _ u v   z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdl $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
^ _ v    Ȇ ҆ ӆ   ! 6 7 k t 
      R e          ŉ ! 1 2 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #  Ȇ ҆                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ҆ ӆ                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӆ  ! 7 9 j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  j k                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t  
 I J Y     R                                                                                                  s                                                                        kdil $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd#l $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ŉ   ! 2 S                         s                                                                                                                                                                                   kd1l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2 R S T U V X z     _ ~ ߎ  ^ } ⏐  l  
 )    ݒ G f ֓  h     
 o    z  Θ Ϙ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -S T U V W X  % & g r |   |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   	 ! 8 e f  ֌      4 _ m }                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ߎ 펐                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A ^ l |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ⏐                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D l z                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǐ ̐             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̐ ͐ ΐ 
  (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdhl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      đ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   đ ő Б Ց             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ց ֑  呐             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   呐 摐 瑐 S   ̒ ܒ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdCl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܒ ݒ 蒐 풐             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   풐                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       G U e                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ֓ 䓐                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 1 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdul $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 8 h v                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ô Ȕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȕ ɔ ʔ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdml $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q R                                                                  s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 9 >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O P o }                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdem $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʖ ϖ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϖ Ж і                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _ z                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ŗ ʗ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʗ ˗ ՗ ڗ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڗ ۗ ܗ     E h i   ͘ Θ Ϙ  w                                                                                                                                                                                        gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϙ   
 x     ԙ      N O ` r s     { }    Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  w x    ə ԙ                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdUm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                O s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kd	m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     l ˛  & 6 G W X |                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  | }  ߜ   * Y |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            Μ Ϝ ޜ X Y Z       : < L M     0 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jm h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Y Z      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd<m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   T   ڞ  
 " : ;                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ; < M  |            s            s                                                                                                                                                                                           	  $If   gd_   kdJm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           0        	 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0        7 }  ȡ   	  P Q [ e f    ޢ ߢ ⢐ 뢐     @ B R S c ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $	   Q [ e                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  e f                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f   ͢ ߢ ࢐ ᢐ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ᢐ ⢐                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ⢐ 뢐 0 1 @ Q    v   ݤ    A                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  A B S   U  ֦ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdfm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c d ~      ĥ   T q   զ ֦ ٦ ꦐ   '     ˧ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j m h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ֦ צ ئ ٦       ̧ ͧ ק |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˧ ͧ ⧐    ) * O P x       L h       橐 穐 驐 ꩐     N ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !ק ⧐   )                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ) *                                        kd_m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * P x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     h i                                                                                                    Y                              kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 穐 詐 驐 ꩐   Ԫ 	 
               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N O Z [ k l p q  Ԫ   ڰ 밐 ' 9   P R g i  	   v x ] r 亐  绐  |   ѽ ; b ɿ ʿ ⿐ 㿐   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jm hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j{m hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - ٰ ڰ 밐 1 2   & ' 9      i 	  w x ] r 㺐 亐                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   gd_   
& FP gd_    gd_      & +             f                                                                                                                                                                      kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  + , 1 9 E o            f            f            f                                                                                                                                                	  $If   gd_    kdPm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E F K R W o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W X ] d p o            f            f            f                                                                                                                                                	  $If   gd_    kd,m $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p q y   o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdvm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    Ȼ Ի o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ի ջ ֻ ׻ x y н ѽ f g $ % ~ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdRm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ~  mɐ wɐ ̐ ̐ Ґ Ґ JՐ rՐ ֐ ֐ ֐ ֐ ֐ ֐ א א א ؐ ؐ ؐ ؐ ؐ )ؐ Jؐ Kؐ |ؐ }ؐ ~ؐ ؐ ؐ Wڐ Yڐ iڐ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %~      T U  hĐ iĐ qŐ rŐ Ő Mǐ Nǐ ǐ mɐ wɐ ʐ ʐ ː ː ː ̐ ̐ $̐                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  $̐ 5̐ F̐ W̐ h̐ i̐ |̐ ̐ ̐ ̐ ̐ ̐ ͐ ͐ ΐ ΐ ϐ ϐ ѐ ѐ Ґ Ґ Ӑ VӐ WӐ Ӑ Ӑ Ԑ AԐ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  AԐ BԐ Ԑ Ԑ JՐ KՐ rՐ ֐ ֐ ֐ א א א א ؐ ؐ ؐ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ؐ ؐ                                        kd;m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؐ Kؐ }ؐ ~ؐ ؐ ؐ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ؐ ؐ                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؐ ؐ ؐ ؐ ؐ $ِ bِ ِ ِ ِ ِ ِ Wڐ Xڐ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Xڐ Yڐ jڐ ڐ |            s            s                                                                                                                                                                                           	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iڐ jڐ ڐ ڐ ڐ ڐ ڐ ڐ ڐ ڐ ڐ ې ې #ې -ې .ې :ې [ې \ې ې ې ې ې ې ݐ ݐ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ڐ ڐ ڐ ڐ ڐ ڐ ڐ ڐ ې #ې |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#ې -ې                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  -ې .ې                                        kdW!m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .ې \ې ې ې ې ې ې                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ې ې                                        kd"m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ې ې ې ې ܐ -ܐ mܐ ܐ ݐ ݐ ݐ ݐ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ ސ ސ ސ ސ =ސ >ސ eސ fސ gސ kސ tސ ߐ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ݐ ݐ ݐ ݐ |            s            s                                                                                                                                                                                           	  $If   gd_   kd#m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݐ ݐ ݐ ݐ ݐ ݐ ސ ސ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd$m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ސ ސ                                        kds%m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ސ >ސ dސ eސ fސ gސ iސ jސ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  jސ kސ                                        kd&m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               kސ tސ ސ ސ ސ ߐ Qߐ uߐ ߐ d t u                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ߐ d t v                   ! - N O w x ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    u v   |            s            s                                                                                                                                                                                           	  $If   gd_   kd(m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd(m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  !                                        kd)m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! O v w x y { |                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  x y }           1 c d n x y        îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  | }                                        kd*m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }     & e                                                                                                                              f                           kd7,m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       & 1 d n x                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd,m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	x y                                        kd-m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_      k l m } ~           , - 7 A B N j п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd.m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + R     # l m                                                                                                                         f                           kdS0m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  m ~        -                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd
1m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	- 7 A                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  A B                                        kd1m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B k l m o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  j k l m                  # C ) < ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd3m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              s                                                                                              kdo4m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      C   ) k   ! |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd)5m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
< k ~       4 o     
   " # ; E F G J K j k } ~      õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !! p       "                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  " #                                        kd5m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # K k ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_                                           kd77m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E X                                                                    f                                    [            [                     
  $If   gd_ K$  kd8m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 E                        ! " $ % & H I ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd9m $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE9m $If   K$L$l 0                                     
t                              4   4 
l a     & I \ o     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_:m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I         ! " 2 3 d j k s u        ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd;m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ! " 3 d k t                                                             f                                    [            [                     
  $If   gd_ K$  kdm<m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
t u                                          R                                                                                              Q  kd=m $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd'=m $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd>m $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA>m $If   K$L$l 0                                     
t                              4   4 
l a         & 9 : ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[?m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          8 9 < E 6 7        0 1 2      ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ; <                                        kd@m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E  $ 7      1                                                                                      Y                                          kdiAm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
      1 C ] w                                                                                                                                                                                                                              	  $If   gd_  S  kd#Bm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     w x y z           
   %   % & ' ( ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   3 C ] w x y                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdBm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y z     
   |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdGCm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdDm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   & ' ( 9                                                                f                                    [            [                     
  $If   gd_ K$  kdUEm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
( 8 9 W _       
   ' 1 2 3 5 6 7 D N O     -  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5          6 P X m                                                                                                                                                                                                                            
  $If   gd_ K$	  $If   gd_  S  kdFm $If   K$L$l 0   
L 
                                 
t                                4   4 
l a      
                                                                                                                                                                                                                                                                      	  $If   gd_  S  kdFm $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    7 O b u     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3Gm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdGm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 - J   x y z {                                                                                                   f                                                   kdAIm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   v y z {               ! ~    þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    ! F Y l    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdIm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdJm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 5 ]                                                                                                        Y                              kd	Lm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 4 6                        νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ       = P c v                s                                                                                                                                                                 kdLm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd}Mm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 j           #                                                                                     Y                                          kdNm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  i         # $ * + 3 5          - 7 8 9 ; < = ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 # $ + 4 5 = R g y        #                                                                                                                                                                                                         	  $If   gd_  S  kdOm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  # 5 O i y                                                                                                                                                                                                                                                     	  $If   gd_  S  kdPm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdPm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         = > Q d w     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdiQm $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
= > P Q     b R S T d e q v    I K Q R Z \ U
 W
 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kd1Rm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 b     R S T e                                                                                                 f                                                        kdSm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
e  K R [ \ d y       	                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd?Tm $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  	 .	 ?	 Y	 a	 v	 	 	 	 	 	 	 
 +
 <
 V
 W
                                                                                                                                                                                                                            S  kdTm $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W
 X
 Y
 
 
 
 
 
 
 
 
 
             s                                                                                                                                                                 kdcUm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W
 X
 Y
 q
 {
 |
 }
 
 
 
 
 
 
 
 
 
 
        
 
 g h Q f h i Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
 
                                        kdVm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   i   B
 
 
 h  h i p    E q    ) ]                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  i p u    - @ D \ ] ^ n o          ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ] ^ o    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdqWm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              7 Q b |       	                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd+Xm $If   K$L$l 0                     x                
t                                4   4 
l a   	  3 E _ y                                                                                                                                                                                                                            	  $If   gd_  S  kdXm $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ? @ S f y     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdOYm $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 / 9 : > ? @ R S     i  b   ) >  /   N c d e l  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdZm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 i c  A N  2  e l     & E d                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_      * = I \ h {             
 S U V W o y z ~ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdk[m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
  ' 9 K ] t         0 1                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd%\m $If   K$L$l 0                                     
t                                4   4 
l a   1 9 K ] o         , = T U                                                                                                                                                                                                                            S  kd\m $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  U V W                      s                                                                                                                                                                 kdI]m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~          0       ! w! ! " w# # # $ =% % e& & & y( ( ) ) /) {) 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd^m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     ! ! ! " 8" " " " w#  $ ?% g& & & & x( y(                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  y( ( ( ) 7) w) ) ) ) ) ) *                                                                                                             f                                       kdW_m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  {) ) ) ) ) ) ) ) ) ) * * H* I* J* m* n* o* s* t* x* * + + + + ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  * I* J* n* o* t* v* w*             s                                                                                                                                                                                     kd`m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  w* x*                                        kd`m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x* * * * * * + + 9+ [+ }+ + +                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  + + + + , |            s            s            s                                                                                                                                                                          	  $If   gd_   kdbm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + , , ,  , !, -, 1, 5, <, [, A. T. . . . . . / 8/ L/ / / ]2 i2 m2 2 2 2 &3 93 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  , ,  , !, [, . 
. A. . . . 9/ / |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdbm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / 00 0 0 1 1 \2 ]2 2 2 2 &3 h3 3 3 4 m4 4 4 4 4 5 5 5                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  93 h3 {3 3 3 3 3 4 14 l4 4 4 4 4 
5 5 5 5  5 85 B5 C5 G5 H5 I5 [5 \5 n5 o5 5 5 5 5 5 5 5 7 7 7  7 !7 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (5  5                                        kdcm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                5 H5 I5 \5 o5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  5 5                                        kddm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 
6 D6 r6 6 6 6 7 7 !7                                                                                                             f                                       kd;fm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  !7 "7 #7 K7 L7 _7 r7 7 7 7 7             s                                                                                                                                                                      kdfm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
!7 "7 #7 ;7 E7 F7 J7 K7 L7 ^7 _7 q7 r7 7 7 7 7 7 7 i8 j8 k8 {8 |8 }8 ~8 8 8 8 8 8 8 8 8 8 8 8 8 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %7 7                                        kdgm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 j8 k8 |8 }8                                                 f                                                                                                                       kdim $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  }8 ~8 8 8 8 8 8 8 8 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdim $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 8                                        kdwjm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8  9 A9 B9 9 9 9 9 9 9 9 9 9 9  : : : : : ': (: M: N: R: [: ~: : ; ; ; ; ; ; ; ; ; ; 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %8  9 9 B9 9 9 9 9                                                 f                                                                                                                       kdkm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  9 9 : : : (: ;: N: P: Q: |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdlm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q: R:                                        kd?mm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R: [: : ; ; ; ; ;                                                 f                                                                                                                       kdnm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ; ; ; ; a< b< < < < = = = *> |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdMom $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; `< a< b< < < < < = = = = *> => `> t> > > > > > > > > ? 2? `? a? t? ? ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  *> a> > > ? a? ? ? <@ @ @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ? ? ?  @ ;@ O@ @ @ @ @ @ @ @ @ @ A A A A A A !A >A PA QA vA wA A A A A շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\@ @                                        kdpm $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @ A A >A QA dA wA yA A                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  A A                                        kd[qm $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               A A B 9B KB B B B B B C ;C                                                                                                 f                                                   kdrm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  A B B B B B B B B B B B 
C C C &C /C 9C ;C AC BC IC KC `C aC pC rC sC tC ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ;C BC JC KC aC qC rC sC                                                             R            I                                   	  $If   gd_ Q  kdsm $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdism $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ sC tC C C C C C C C C D |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdtm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
tC C C C C C C C C C C C C D D 
D D zD HE RE SE qE rE E E E E E E E ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ D D                                        kd=um $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               D D {D D D D D E HE SE rE E E E E E                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  E E E E E E F ,F 2F 3F :F <F EF kF lF F F F F F F F F F F F F F F F F F F пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  E E E ,F 3F ;F |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdvm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;F <F lF F F F                                     R            I                                                                     	  $If   gd_ Q  kdwm $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdKwm $If   K$L$l 0                                     
t                              4   4 
l a   F F F F F F F F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdexm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F F                                        kdym $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F G wG G G G &H 1H PH {H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
F G 	G G vG &H 0H 1H OH PH cH rH zH {H H H H H H H H H H H H H H H  I I زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 H H H I |            s            s                                                                                                                                                                                           	  $If   gd_   kdszm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I I I %I &I *I +I ,I >I ?I QI RI wI xI |I I I I I I J J J TK ^K _K }K ~K ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    I I +I ,I ?I RI eI xI zI {I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-{m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{I |I                                        kd{m $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |I I I 1J J J K K TK _K ~K K K K                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
~K K K K K K K K K K K K K L L L )L *L +L ,L -L .L UL 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  K K K +L |            s            s                                                                                                                                                                                           	  $If   gd_   kd;}m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +L ,L -L .L UL VL L HM zM {M M  N [N \N |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd}m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
UL bL fL L HM zM M M M  N \N hN lN N O wO O O O O P iP P P P P R R R R S S S S S T T .T lU U U U U U %W SW TW W W  X yX X 
Y ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4\N N O vO wO O O P iP P P P R R R S S S S .T T T U -U IU YU lU U U U                                                                                                                                                                                                                                                                                                                                                                   gd_  U %W TW W W  X yX X 
Y LY Y Y Y Y Y Z Z +Z /Z                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  
Y Y Y Y Y Y Z Z +Z .Z /Z 6Z 7Z Z Z Z Z Z Z \[ [ [ \ \ l\ \ \ \ \ \ &] S] T] Y] ~] ^ 4_ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $/Z 0Z 1Z 2Z 3Z 4Z 5Z 6Z 7Z M            H            H            H            H            H            H            H                   gd_   kd~m $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   7Z KZ RZ WZ gZ hZ wZ xZ                                                 _            V            V                                                             	 $If   gd_    kdMm $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  xZ yZ Z Z                                                                                                                                                                                                                                                          	 $If   gd_  o  kd"m $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z Z Z Z Z Z Z Z                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdm $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z Z Z Z  [ 2            )            )            )                      	 $If   gd_    kd\m $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      [ V[ W[ \[ [ [ [             [                                                                                                                                           kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  [ [ [ \ \ f\ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdRm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  f\ g\ l\ \ \ \ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \ \ \ \ \  ] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   ] !] &] T] Y] ] d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ] ] ] ] ] ] ] d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdvm $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ] ] ] ] n            e            e                                                                                                                                                               	 $If   gd_    kd?m $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ] ] ] ^                                                                                                                                                                                                                                                	 $If   gd_  t  kdm $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ^ ^ ^ ^ ^ &^ -^ 4^ @^                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdm $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  @^ A^                                             kdNm $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          A^ L^ P^ W^ ^^ _^ `^ a^                                                             A                                  kdm $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  a^ b^ c^ d^ e^ f^ g^ h^                                                 A                                              kdm $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  h^ i^ j^ k^ l^ m^ ^                                     A            <            7                  gd_    gd_    kdem $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ^ 5_ 6_ O_ P_ i_ z_ {_ _ _                                                                                                                                                                                                                                                   E  kdDm $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	4_ 5_ 6_ <_ =_ O_ P_ z_ {_ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` 2` 3` 4` 8` 9` V` W` X` d` e` w` ?a b b b b c c 춥x                          /jvm hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *_ _ _ _ _ _ _                                     a                                                                                                                             E  kdm $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm $$If   l 0 
" R                                                           4 
l a   _ _ _ _ _ _ _                                     a                                                                                                                             E  kdm $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdam $$If   l 0 
" R                                                           4 
l a   _ _ _ _ _ _ `                                     a                                                                                                                             E  kd~m $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm $$If   l 0 
" R                                                           4 
l a   ` ` 
` ` ` %` 2`                                     a                                                                                                                             E  kd<m $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdݏm $$If   l 0 
" R                                                           4 
l a   2` 3` 4` 5` 6` 7` 8`                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdm $$If   l 0 
" R                                                           4 
l a   8` 9` F` G` U` V` l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdm $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   V` W` X` e` w` >a ?a 1b 2b 	c 
c l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdm $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
c c c c c d 	d d d d d !d Id Jd d d d d d d e e Le Ne `e ae e e e e e e e e e Vi Wi ci l l l l m m cm dm m m m ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jݒm hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0
c !d *d Jd d d d d e Me                                                                                                                                                                                                                                                       S  kdDm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Me Ne ae e e e e                                     N                                                                                       S  kdhm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd֓m $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   e e e e f f rg sg `h ah Vi Wi ci i Aj j k k k                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   k k l m cm dm m m m m :o ;o Lo jp p p q 0q Lq fq gq pr qr t t ot pt t                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  m m Kn Ln \n dn 9o ;o Lo ip jp p Qr nr qr t t 0t t t t t t 3u 4u Iu Ju {u |u }u x x x x x x x x x x ۵۵۵ۭۜۋzrgrrr       jpm h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 't t t t t 4u Ju |u                                     j                                                                                                                                           kdm $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  |u }u u u u v yv zv v  w =w s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdm $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
=w w \x ]x x x x Jy Ky y y H{ I{ | | n} o} <~ =~ W~ h~                                                                                                                                                                                                                                                                                                                                       
& F gd_   $ $gd_    gd_   
& FR gd_  x x x x x x Jy Ky y G{ 	} m} ~ ~ #~ $~ 4~ 5~ 9~ :~ ;~ <~ =~ F~ W~ h~ ~ ~       ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j>m hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujזm h_ U !   	    4                                                 e                                                                                                                        F  kdm $$If   l   l '{6    4   4 
l a] p
        F  kdm $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_   	 6 Z [ ^ _ e f       ۃ ܃     7 8 O P f g            . G {    "  
 B k    ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 34 5 6 ? M Z [                                                             5            v  kdm $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdm $$If   l   l '{6    4   4 
l a] p
         [ \ ] ^ _ c d e                                     t                                                                                                                                                             v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  e f                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ӄ Ճ ۃ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdOm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ۃ ܃                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           0 2 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 8 G I O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O P ^ ` f                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         f g z |                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   . H |  Ç                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ç ׇ  # W j     B \ l        ! " 8 ^ m    ͋ ΋                                                                                                                                                                                                                                                                                                                                                                   gd_         8 N m   ̋ 싑  , M ^   錑 R g      Ս ֍    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ΋ 싑  
  , \ ] ^    Ԍ ꌑ 댑 Q R \ g                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdRm $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ֍   
   6 L N e                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	 
    5 6 K L f o      0 1 2 3 Y Z _ h         ߐ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ e f                                     kdm $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               f o     ˎ 玑 莑                                                                                                                                           q                            kd m $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 1 2 3 Z [ \ ] ^             q            l                                                                                                                                                       gd_    kdm $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ^ _                                     kdzm $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               _ h      Տ ֏ 菑  , A V p q                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_      z            q            q                                                                                                                                                                                       	  $If   gd_    kdѧm $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ᐑ ␑ 㐑 䐑 向 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdm $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ߐ  ᐑ 搑  w y      ؑ ّ ޑ 瑑 5 A ] i   撑 蒑      & <  ȓ ɓ  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "向 搑                                     kdKm $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               搑    # $ F b c x y                                                                                                               q                                                         kdm $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     ّ ڑ ۑ ܑ ݑ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd_m $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ݑ ޑ                                     kdm $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ޑ 瑑 0 1 撑 璑 蒑                                                               q                                                                                                                             kdsm $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      < ɓ     ) z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd0m $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ) [ \ f p q    Ԕ Ք 	         2 3 4 S T U V W Z c  ϗ З ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #) \ f p                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  p q                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q   Ք ה                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   	                                        kdOm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	    畑 蕑  H     3                                                                                                 s                                                                        kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  3 4 U V W X Y |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd]m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Z                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c   З                          s                                                                                                                                                                                   kdkm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  З        #      }      
 )  Ǟ # B \ { 堑  t   %     
 ,    7 l m о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -      # Ø Ę    % / |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd%m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
/ 0    ֙   ? t      қ                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_    ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߵm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _ }                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȝ ͜             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͜ Μ ؜ ݜ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׸m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݜ ޜ ߜ  
                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] ^                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϻm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˝ Н             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Н ѝ ۝              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ᝑ ❑ 
  (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l   ƞ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdǾm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƞ Ǟ Ҟ מ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   מ ؞ ➑ 瞑             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   瞑 螑               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 # 1 A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       : \ j z                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd}m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      堑                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdum $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F G t                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ġ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ġ š ϡ ԡ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԡ ա ֡   $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g h                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȣ ͢             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͢ ΢ ٢ ޢ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޢ ߢ 频              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdem $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      \ ]                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ƣ ˣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˣ ̣ ף ܣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܣ ݣ 磑 죑             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   죑   
  +                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdzm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ť ʤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʤ ˤ դ ڤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڤ ۤ 椑 뤑             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   뤑 중               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       & 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z   㥑   ] ^ k l m                                                                                                                                                                                          gd_  z  kd0m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m ~    J [ \ ] r      집     " # = F   + , < Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    J \ ] g r                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # % <                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  < =                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F     
 i  ĩ ԩ 婑                                                                                                                                                                                                                                                                                                                                                                                                               
& F $If   gd_ 	  $If   gd_    , }   Ȫ  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd7m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < = W X Y l m |      M N Q Z ج ڬ ꬑ 묑     έ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jm h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     M N O P |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdvm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q                                        kd0m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Z    Q \ x    ج ٬                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ٬ ڬ 묑  |            s            s                                                                                                                                                                                           	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           έ ] ^       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd>m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       έ ] ^      ծ  0 f      ﯑    ) * Y | }   ? B   ޲ ಑    ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   ﯑                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                * Y k } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdLm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ΰ ϰ ް ﰑ ' (   4 U {    ߲                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ߲ ಑  B   1 t |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            1 2 A b     0 R s t w   Ŵ $ V W X i ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jZm h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  t u v w   # $ X j k u |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i k     ǵ ȵ    ' ( + 4   궑    ' ) 9 :         췑 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !u    ǵ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ǵ ȵ                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ȵ   ( ) *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * +                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4       ( ) :                                                                                                 Y                              kdAm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
:      N r   ? L             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  췑    	 
   N r ? L x    ő ő ő ő Ƒ Ƒ Ƒ Ƒ Ƒ Ƒ Ǒ Ǒ Ǒ ȑ ȑ ȑ ɑ ɑ ʑ ʑ Nˑ oˑ ̑  ͑ g͑ h͑ ͑ ͑ ͑ ͑ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jm hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jm hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -L w x  Ͽ п      =Ñ >Ñ ő ő ő Ƒ Ƒ Ƒ Ǒ Ǒ Ǒ ȑ ȑ ȑ ȑ ȑ                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ȑ ȑ ȑ ȑ ȑ ȑ             f                                                                                                                                                                      kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ȑ ȑ ȑ ȑ ȑ o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ȑ ȑ ȑ ȑ ȑ o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ȑ ȑ ȑ ɑ ɑ o            f            f            f                                                                                                                                                	  $If   gd_    kdfm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ɑ ɑ ɑ ɑ $ɑ o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ɑ %ɑ -ɑ 5ɑ Aɑ o            f            f            f                                                                                                                                                	  $If   gd_    kdBm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Aɑ Bɑ Jɑ Qɑ Vɑ o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Vɑ Wɑ _ɑ fɑ rɑ o            f            f            f                                                                                                                                                	  $If   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at rɑ sɑ tɑ uɑ ʑ ʑ nˑ oˑ ͑ ͑ ͑ ͑ Α o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdm $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ͑ ͑ ͑ Α (Α ב ב \ڑ gڑ ^ o     , - 9 = Y ] ^ s              )    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Α (Α Α Α [ϑ \ϑ ϑ ϑ EБ ґ ґ ӑ ӑ aӑ ԑ ԑ Ց ב ב [ؑ \ؑ }ّ ّ ّ ّ ّ ّ                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ّ ّ ّ ّ ڑ ڑ ڑ -ڑ Dڑ [ڑ \ڑ gڑ ۑ ۑ 5ܑ 6ܑ ܑ ܑ ߑ ߑ ^ o    T                                                                                                                                                                                                                                                                                                                                                                gd_    gd_    ) y      - Y ] ^ h s                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdum $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                            kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) h t     ( 3 l v                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd_ 	  $If   gd_  
   ? |            s            s                                                                                                                                                                                           	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         > ? @ B N R n o             ! % .   ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ? @ A B n o y    |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! # $                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  $ %                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % . m y    /   . /                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   . 0 @ A G N O P Q f            	   ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    / 0 A O |            s            s                                                                                                                                                                                           	  $If   gd_   kd9m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O P Q [ f    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   	                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  Q ]                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_      $ % + 2 3 4 5 6 B F a b w           ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph      % 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdUm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4 5 6 b l w    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     $                # D E O n o p îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $ c o    # [                                                                                                                            f                           kdqm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_                                    s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd+m $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                E o p q s t                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  p q u ~ 	 
    " ) * + , f            п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  t u                                        kd9m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~     > m   
                                                                                                                          f                           kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_    * + , f                             s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdGm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                	 
  
 $                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   	 
  % . / 0 1 g h i y z            ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 $ %                                        kdUm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % . 0 1 B   h i z                                                                                      s                                                                                              kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
          	 @ x  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdc n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 	  ? S w    
 ! c d y             	   T U o x  õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  c d n y                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	  / B U W n                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  n o                                        kdqn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o x   # $ % 6 c j r                                                             f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  # $ % 5 6 9 N W a c i j q s                ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ r s                                         R            I                                                                     	  $If   gd_ Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a        
   3 4 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 2 3 6 ? b         	   ( ) 8 : @ A B ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 5 6                                        kdSn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? b       	                                                              f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
  ) 9 : ; <                                     R                                                                                              Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdan $If   K$L$l 0                                     
t                              4   4 
l a   < = > ? @ A                                     R            I                                                                     	  $If   gd_ Q  kd
n $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{	n $If   K$L$l 0                                     
t                              4   4 
l a   A B j        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B Z d e f h i j                           < E \   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdOn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                    Y                                          kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
          % ? Y a v                                                                                                                                                                                                                         	  $If   gd_  S  kd]
n $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$         0 : ; < > ? @ _ `      "      ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                              
& F$ $If   gd_  S  kd
n $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    @ `      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd;n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 " P     ! ( 1                                                             f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
     ! ' ( 0 2               8 9 < E  y ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 1 2 : O d v          2 L f v                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdIn $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   v                                                                                                                                                                                                                                                                         	  $If   gd_  S  kdn $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         & 9 : ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; <                                        kd'n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E   / x 	 	 	 	 *	 }	                                                                                                 f                                                   kd{n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  y 	 	 	 	 )	 *	 |	 }	 ~	 	 	 	 	 	 	 	 	 	 
 
  
 )
 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ }	 ~	 	 	 	 	 

 
 
 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
  
                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 )
 
 
 >  % & ' ( 9                                                                                                 Y                              kdCn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
)
 
 
 = >  % & ' ( 8 9            &
 '
 *
 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  9       
 
 '
 (
 )
             s                                                                                                                                                                 kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  )
 *
                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *
 3
  / s  [ \ ] n                                                                                      Y                                          kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
*
 3
   Y [ \ ] m n       J L M N ^ _           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5          1 K [ u                                                                                                                                                                                                             	  $If   gd_  S  kdn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       1 K L M                                                                                                                                                                                                                                                 	  $If   gd_  S  kdWn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M N _  |            s            s                                                                                                                                                                                           	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              ( ; < = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdn $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    : ; > G          ) m          ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  = >                                        kdkn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G   `   C                                                                                                     f                                                        kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 m       , A S m                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdyn $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_        ) > P j                                                                                                                                                                                                                                   S  kd n $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        3 F Y l                s                                                                                                                                                                 kd n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_              2 3 ~    O ~    Y Z ? T       Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdW!n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O   Z   V       M     C o                                                                                                                                                                                                                                                                                                                                   
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_     & * B        
 Q W X ` b ! ! ! ! ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph     
 Q X a |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd"n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b j            4  E  _  p                                                                                                                                                                                                                              
  $If   gd_ K$	  $If   gd_  S  kde#n $If   K$L$l 0                     x                
t                                4   4 
l a             ! (! B! \! m! ! ! ! ! !                                                                                                                                                                                                                   	  $If   gd_  S  kd#n $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! ! ! ! ! " " *" =" >" ?" |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd$n $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
! ! ! ! ! ! ! ! ! <" =" @" I" # 3#  $ Q$ f$ $ $ % % 4& I& & ' ' ' 
' N' ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ?" @"                                        kdQ%n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @" I" # $ i$ $ $ Y% % L& ' 
' J' i' ' ' ' ' ( C( D(                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  N' a' m' ' ' ' ' ' ( ( !( :( B( C( D( E( U( V( ( ( ( ( ( * * * * 
+ + + + ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  D( E( V( ( ( ( |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd&n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ( ( ) )) @) Q) h) ) ) ) ) ) )                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd_'n $If   K$L$l 0                                     
t                                4   4 
l a   ) ) ) ) 
* * 6* M* d* u* * * * * * * *                                                                                                                                                                                                                            S  kd'n $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  * * * + + 1+ D+ W+ j+ }+ + +             s                                                                                                                                                                 kd(n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + + + 0+ 1+ |+ }+ + + , , d- - 6. . . / 1/ 0 1 l1 1 22 2 _3 4 Z4 o4 6 6 6 6 6 7 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !+ +                                        kd=)n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + , d- 6. . 2/ l/ / / 30 Q0 0 1 1 2 4 r4 s4 z4 6 6                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  6 W6 6 6 6 7 47 S7 r7 7 7 7                                                                                                             f                                       kd*n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  7 ,7 87 K7 W7 j7 v7 7 7 7 7 7 7 7 7 8 8 
8 8 8 8 8 <9 Q9 R9 S9 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  7 7 7 8 
8 8 8 8             s                                                                                                                                                                                     kdK+n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8                                        kd,n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 ,8 N8 p8 8 8 8 8 8 9 =9 R9                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  R9 S9 d9 9 9 |            s            s            s                                                                                                                                                                          	  $If   gd_   kdY-n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S9 c9 d9 9 9 9 9 9 9 9 9 9 9 ; ; !< 4< W< k< < < < < %= 9= ? @ @ 2@ @ @ @ @ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  9 9 9 9 9 ; ; ; !< X< < < &= |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd.n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &= {= |= = u> v> 5? 6? ? ? 2@ @ @ @ A =A uA A B `B aB kB vB B B B                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  @ A A <A PA tA A A A 
B B `B aB vB B B B B B B B B B B B B B C 
C C  C 2C 3C 7C @C C D D D D D õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (B B                                        kd.n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B 
C  C 3C 5C 6C                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  6C 7C                                        kd!0n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7C @C C C C D .D HD D D D D                                                                                                             f                                       kdu1n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  D D D D D D E #E 6E 8E 9E             s                                                                                                                                                                      kd/2n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
D D D D D D D D D D D E E 5E 6E :E CE E E F F 	F F F F F 4F >F ?F CF DF EF WF XF jF kF F F ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %9E :E                                        kd2n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :E CE aE E F 	F F F                                                 f                                                                                                                       kd=4n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  F F DF EF XF kF ~F F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd4n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F F                                        kd5n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F bG cG dG tG uG vG wG G G G G G G G G G G G G G G H H H H ,I -I .I >I ?I @I AI NI 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %F F F F cG dG uG vG                                                 f                                                                                                                       kd7n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  vG wG G G G G G G G G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G G                                        kdy8n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G H H -I .I ?I @I                                                 f                                                                                                                       kd9n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  @I AI BI sI I  J 'J (J YJ QK RK K K |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd:n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       NI RI sI I I  J 'J 4J 8J YJ J RK K K K K K L 6L 7L JL \L ]L {L |L L L L L L M CM ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  K K 7L |L L L DM M M /N 0N 1N ;N FN yN N N                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  CM WM M M M M .N 0N 1N FN xN yN N N N N N N N N N N N N N O O .O 7O 8O GO շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\N N                                        kdA;n $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N N N N N O O O -O                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  -O .O                                        kd<n $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               .O 7O O O O !P ,P XP P P P P                                                                                                 f                                                   kd=n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  GO O !P ,P ?P OP XP _P eP P P P P P P P P P P P P P P P P Q Q Q Q ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ P P P P P Q Q Q                                                             R            I                                   	  $If   gd_ Q  kd0?n $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd>n $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Q Q :Q ;Q NQ aQ tQ Q Q Q Q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd?n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q *Q 4Q 5Q 9Q :Q ;Q MQ NQ `Q aQ Q Q Q Q Q Q R R R R S S +S [S dS kS qS S S ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Q Q                                        kdw@n $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q R 4R eR R R R R R S ,S >S dS S S                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  S S S S S S S S S S S S S 	T 
T T  T "T #T $T <T FT GT KT LT MT _T `T rT sT T T T пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  S S S S S S |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdAn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S 
T !T "T #T                                     R            I                                                                     	  $If   gd_ Q  kdCn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdBn $If   K$L$l 0                                     
t                              4   4 
l a   #T $T LT MT `T sT T T T T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T T                                        kdYDn $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               T T U =U wU U U U U V [V _V `V aV                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
T T T T U U U U U U V V V V  V &V ZV [V ^V _V `V aV bV rV sV vV V V V V زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 aV bV sV V |            s            s                                                                                                                                                                                           	  $If   gd_   kdEn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V V V V V V V V V V V W W W #W $W 3W W W @X DX X X X X Y Y ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    V V V V V V W W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdgFn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                        kd!Gn $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               W #W W W AX tX X X X X Y GY Y Y                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Y /Y >Y FY GY NY TY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  Y Y Y Y |            s            s                                                                                                                                                                                           	  $If   gd_   kduHn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y Y Y Y /Z Z [ [ R[ [ [ [ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd/In $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Y  Z Z /Z Z [ %[ )[ R[ [ [ \ 
\ ,\ \ ] j] k] w] {] ] ^ 7^ C^ G^ o^ A` o` {` ` ` ]a ^a a a a a a 
c 2c 3c Ic Mc yc d d d +e e e f Sf f ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4[ ,\ \ ] ] j] k] ] ^ 6^ 7^ o^ A` n` o` ` ^a a a a b b b b b b 
c 2c 3c yc                                                                                                                                                                                                                                                                                                                                                                   gd_  yc d d +e e e f Sf f f !g g g g g g g g g                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  f !g %g g g g g g g g g g g #h $h %h &h bh h h 'i wi i i 
j 5j 6j Zj j j j j j j k  l l Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $g g g g g g g g g M            H            H            H            H            H            H            H                   gd_   kdIn $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   g g g g h h h h                                                 _            V            V                                                             	 $If   gd_    kdJn $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  h h #h $h                                                                                                                                                                                                                                                          	 $If   gd_  o  kd\Kn $$If   l       0   T# T                 .                
t  0                                                              4 
l al  $h %h &h 1h 5h Hh Ph \h                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdKn $$If   l       0   T# T                 .                
t  0                                                              4 
l al  \h ]h bh h h 2            )            )            )                      	 $If   gd_    kdLn $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     h h h h 'i ,i qi             [                                                                                                                                           kdMn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  qi ri wi i i j d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdNn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j j 
j 6j :j Tj d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdUOn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Tj Uj Zj j j j d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdPn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j j j j j k d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdPn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  k k k )k xk }k k d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdQn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  k k k k n            e            e                                                                                                                                                               	 $If   gd_    kdyRn $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           k k k k                                                                                                                                                                                                                                                	 $If   gd_  t  kdNSn $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  k k k k k k k k k                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdSn $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  k k                                             kdTn $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          k k k k k k k k                                                             A                                  kdUn $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  k  l l l l l l l                                                 A                                              kdVn $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  l l l 	l 
l l  l                                     A            <            7                  gd_    gd_    kdWn $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   l l l l l m m m -m /m                                                                                                                                                                                                                                                   E  kd~Xn $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	l l l l l l l m m /m 0m 2m 3m Am Bm Om Pm om pm rm sm m m m m m m m m m m m m n n n n p p p p p p 춥x                          /j]n hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 */m 0m 1m 2m 3m ;m Am                                     a                                                                                                                             E  kd<Yn $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdXn $$If   l 0 
" R                                                           4 
l a   Am Bm Km Om Pm cm om                                     a                                                                                                                             E  kdYn $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdYn $$If   l 0 
" R                                                           4 
l a   om pm qm rm sm m m                                     a                                                                                                                             E  kdZn $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdYZn $$If   l 0 
" R                                                           4 
l a   m m m m m m m                                     a                                                                                                                             E  kdv[n $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[n $$If   l 0 
" R                                                           4 
l a   m m m m m m m                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd[n $$If   l 0 
" R                                                           4 
l a   m m m m m m l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd4\n $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   m m m n n n n o o p p l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd\n $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
p p p q q q q q q q q q q q @r Ar Mr Nr r r r r r r r r #s %s 5s 6s us ws xs s s v v w Cz Fz [z {z z z { { ^{ _{ q{ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j^n hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0p q q q Ar Nr r r r r                                                                                                                                                                                                                                                       S  kd~^n $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	r r r $s %s 6s vs                                     N                                                                                       S  kd_n $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd_n $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   vs ws xs s s Tt u u u u v v w w w Px x y y                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd4`n $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   y y Fz z { { @{ ^{ _{ r{ | | | ~ *~ ~ ~ ~ ~       
  Y                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  q{ r{ { { { | | | | ~ ~ *~      ΁ Y o s   т ҂ 炒 肒    7 8 C D E I J    ۵۵۵ۭۜۋzrgrrr       jan h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Y e t   ҂ 肒                                      j                                                                                                                                           kd`n $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_    , u z    4  ۄ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd8an $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ۄ 5   L   膒 醒   戒 爒 U V  
 ڋ ۋ    p   6 7                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_        膒 醒  划       ҋ Ӌ ׋ ؋ ً ڋ ۋ 䋒        6   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jxbn hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujbn h_ U !7      Ґ                                                 e                                                                                                                        F  kdRcn $$If   l   l '{6    4   4 
l a] p
        F  kdbn $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    Ԑ       % & F G ] ^ y z     Ց ֑ 푒       G H I J K ) * 6  ̔ 唒   "      	 = \  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Ґ Ӑ Ԑ ݐ 됒                                                               5            v  kd8dn $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdcn $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kddn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_      %                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kden $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % & ? A F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3fn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F G U W ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdfn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ^ q s y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdgn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y z                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4hn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Α Б Ց                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdin $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ց ֑ 呒 瑒 푒                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5jn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         푒                             t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdjn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdkn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ' , G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6ln $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G H I J K ) * 6 ~  ̔ 攒  - a                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdln $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a u     < Z     
 > ]        ֘     8 k l                                                                                                                                                                                                                                                                                                                                                                   gd_        ֘ 옒   R j   ʙ 뙒  0 \    7 8 B L M s t    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  l     ʙ    0 F \ r       8 B L                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  L M                                     kdmn $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               M t     ԛ ꛒ 웒                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	    ӛ ԛ 雒 ꛒ  
     Μ Ϝ М ќ     # % 5 6 U V W X } Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdnn $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                
 / 0 D E i                                                                                                                                            q                            kd:pn $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 Ϝ М ќ                  q            l                                                                                                                                                       gd_    kdpn $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdqn $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ' ( < = W s t   ʝ ߝ    $                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  $ % 6 V z            q            q                                                                                                                                                                                       	  $If   gd_    kdsn $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       V W X      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdsn $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       } ~      ' ( G H J v w |  ӟ ߟ   & 2        Ġ ڠ $ f g  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdtn $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     䞒      ( H                                                                                                             q                                                         kdun $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  H I J w x y z { z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdvn $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       { |                                     kdVwn $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |  Ο ϟ                                                                  q                                                                                                                             kdxn $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      ڠ g     ǡ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdjyn $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ǡ      / 0 ] r s   F * , < =   Ф Ѥ Ҥ        ] m n ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ǡ                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd5zn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                0 ] s u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd{n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H I    棒 + , =  Ѥ                                                                                                 s                                                                        kd|n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ѥ Ҥ      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd}n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdQ~n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 \ ] n                          s                                                                                                                                                                                   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n         C D [    :    =  ǫ F e  ଒      1  ï , K * I  ʱ 9 X  ղ 
  о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       a b    æ ͦ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd_n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ͦ Φ . E ] t   ݧ  X Y C D [ p                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_    ũ ʩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʩ ˩ թ ک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک ۩ 橒 멒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdׁn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   멒 쩒               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ī ɪ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdτn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɪ ʪ Ԫ ٪             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٪ ڪ 媒 ꪒ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ꪒ 몒               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǇn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~     ƫ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƫ ǫ ҫ ׫             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׫ ث ⫒ 竒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   竒 諒               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 F T d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ϭ ߬                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd܋n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߬ ଒ 묒              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " #  ح                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdun $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԎn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ®             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ® î ή Ӯ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӯ Ԯ ޮ 㮒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   㮒 䮒 宒    0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdmn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̑n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t   ¯                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¯ ï ί ӯ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӯ ԯ ޯ 㯒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   㯒 䯒 ﯒              {            {                                                                                                                                                                                                           	  $If   gd_  z  kden $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĔn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      , : J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        * 8 H                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ɱ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd٘n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɱ ʱ ձ ڱ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڱ ۱ 屒 걒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   걒 뱒               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 9 G W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdћn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ĳ Բ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Բ ղ ಒ 岒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   岒 沒               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      < \      	 
  .                                                                                                                                                                                         gd_  z  kdjn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     . I  贒     B C M W X        ۵ 䵒   ɷ ʷ ڷ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    贒     C M W                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	W X                                        kdɞn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X    õ ڵ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ڵ ۵                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۵ 䵒 8 9 Y Z   = b r                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd_ 	  $If   gd_    ʷ  4 M f  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdqn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڷ ۷    
        븒 츒 ︒  v x   ? @ C T l ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j+n h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     븒 츒   |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ︒                                        kdjn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ︒  @ A  ﹒   / I ^ v w                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  w x  @ |            s            s                                                                                                                                                                                           	  $If   gd_   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A B C l   0 B T U D E |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdxn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l   / 0 S T U s  μ  1 C E Z      ǽ Ƚ     ' ݾ ྒ X Y | ~    ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $E O Z                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd2n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ƚ  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' l m |  ž ƾ D  ҿ   6 X Y }                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  } ~   6    |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdڨn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 6 [        & < c     Ò ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jn h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      ; <    Ò 	Ò Ò |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ò 	Ò Ò PÒ QÒ [Ò eÒ fÒ Ò Ò Ò Ò Ò Ò Ò =Ē KĒ Ē Ē Ē Ē Ē Ē Ē Ē "Œ #Œ %Œ &Œ 8Œ JŒ KŒ VŒ Œ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Ò Ò QÒ [Ò eÒ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  eÒ fÒ                                        kdӪn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fÒ Ò Ò Ò Ò Ò                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ò Ò                                        kd'n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ò Ò 3Ē 4Ē TĒ UĒ Ē Ē Ē Ē Ē                                                                                                 Y                              kd{n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Ē #Œ $Œ %Œ &Œ VŒ Œ ƒ EȒ FȒ ʒ ʒ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd5n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Œ Œ Œ Œ Œ Œ Œ Œ Œ ƒ ʒ ʒ ̒ '̒ cϒ uϒ CӒ VӒ Ӓ Ӓ Ӓ Ӓ DԒ EԒ GԒ HԒ Ԓ Ԓ Ւ Ւ  ֒ T֒ #ג *ג ג ג ؒ 
ْ wڒ ڒ ے ے ے ے /ے 0ے ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j4n hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jn hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ʒ ̒ ̒ '̒ m͒ n͒ .Β /Β bϒ cϒ uϒ В В BӒ CӒ XӒ Ӓ EԒ HԒ Ԓ Ԓ Ւ Ւ ֒  ֒ /֒ A֒                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  A֒ T֒ U֒ Z֒ b֒ g֒             f                                                                                                                                                                      kdVn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  g֒ h֒ m֒ u֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kdįn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kd2n $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kd|n $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ֒ ֒ o            f            f            f                                                                                                                                                	  $If   gd_    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ֒ ֒ ֒ ג ג o            f            f            f                                                                                                                                                	  $If   gd_    kdXn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ג ג ג ג ג ג ْ 
ْ ڒ ڒ `ے aے ے o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdƲn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0ے 3ے 4ے ے ے      
            C D N X Y e           ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ے ے Bܒ Cܒ ܒ ܒ ݒ ݒ ݒ ߒ ߒ      $      ( 5 B O `                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ` q           5 6   U V ( )  
 B      M }                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  } ~             D N X                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  X Y                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   9 `    
  9                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdWn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                
 " T U _ i j v        T  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5      
  " U _ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  i j                                        kd˷n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   > i   S                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_             6 7 A K L X y z      8 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdsn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            7 A K |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd-n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K L                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L z                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd;n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   " M   7                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  8                  G H R \ ] i     ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             
  H R \ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdIn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ ]                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      5 7 G H N U V W X m           
  îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdWn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 4 b    5 6 7                                                                                                                         f                           kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  7 H V W X b m                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kden $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_                              ! 6 h i s } ~   п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdsn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 [ g      (  _                                                                                                                              f                           kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_             ! + 6 i                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	i s }                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  } ~                                        kd;n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                J K L M N O [ _  e x ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     U    J                                                                                     s                                                                                              kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
J K L M N O  0 1 e    ] |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x      ) \ p      I J T ^ _ w            
	 	 "	 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !]      J T ^                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^ _                                        kdWn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _        	                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  	 
	                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
	 	 	 	 	 	 	 	 
 
 
                                                             f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
"	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 &
 '
 6
 8
 9
 :
 R
 \
 ]
 ^
 `
 a
 b
 
 
 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
 
 '
 7
 8
 9
                                     R            I                                                                     	  $If   gd_ Q  kdFn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a   9
 :
 b
 
 
 
 
 
 
 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
 
 
 
   [ \ ] ^ n o             ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 
 
                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   . \ ] ^ o                                                                f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kd(n $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdBn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a      ) * O b u v w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        ) * t u x  r
 s
 & ? Y Z [ \ l m n    * 0 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ w x                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x   `
 s
 Y Z [ \ m *                                                                                     Y                                          kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
* 1 : ; C X m         ) ; U                                                                                                                                                                                                                      	  $If   gd_  S  kdn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 0 1 9 ;              H I L U a  J a b c d ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  U o                                                                                                                                                                                                                                                           
& F$ $If   gd_  S  kd)n $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      # 6 I J K |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K L                                        kdun $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U   b c d u                                                                f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
d t u        G I J K c m n o q r s        i  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5       . H X r                                                                                                                                                                                                                               
  $If   gd_ K$	  $If   gd_  S  kdn $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    . H I J                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdn $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J K s        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdan $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 i                                                                                                          f                                                   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_            4 > ? @ B C D \ ]     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   D ]       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdon $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd)n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 q   %                                                                                                      Y                              kd}n $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 p r   %       ) * + C M N O Q R S T    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   * + S T y                   s                                                                                                                                                                 kd7n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    Z     _                                                                                     Y                                          kdEn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   Z       _ ` f g o q       O P Q i s t u w x y ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 _ ` g p q y        - 5 J _                                                                                                                                                                                                         	  $If   gd_  S  kdn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  _ q                                                                                                                                                                                                                                                        	  $If   gd_  S  kdn $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     P |            s            s                                                                                                                                                                                           	  $If   gd_   kd#n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q y z        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdn $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
y z         " " " " " " " " # Q# # # # # # # % % ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     :! N! ! " " " "                                                                                                 f                                                        kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
" # # # # # # # # # # $ %$ 6$ P$                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdn $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  P$ j$ {$ $ $ $ $ $ $ % "% 3% M% g% x% % %                                                                                                                                                                                                                            S  kdEn $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  % % % % % % % % 
& & & &             s                                                                                                                                                                 kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  % % % % % % % % % % % % % & &  & )& & ' ' C' D' ' ' ( ( ) ) * * * * Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ &  &                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & )& & D' ' ' +( ~( ( I) ) N* * * * * :+ Q+ + + + 
, 9, e, ,                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  * * + + + + i, |, , , , , , , , , , ,  - O/ Q/ R/ S/ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   , , , , , , |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,  - - - 2- G- Y- s- - - - - - - . (. 0. E.                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdn $If   K$L$l 0                     x                
t                                4   4 
l a   E. Z. o. . . . . . . / %/ 6/ P/ Q/ R/                                                                                                                                                                                                                   	  $If   gd_  S  kd1n $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  R/ S/ {/ |/ / / / / / / / |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdn $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
S/ k/ u/ v/ z/ {/ |/ / / / / / / 0 0 1 1 2 e2 z2 V3 k3 3 3 4 4 4 4 4 4 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ / /                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 0 1 2 }2 2 2 n3 3 4 4 4 5 &5 K5 b5 5 5 5 5                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  4 4 5 5 f5 y5 5 5 5 5 5 5 5 5 5 5 5 5 86 >6 ?6 G6 I6 8 8 8 8 8 8 8 8 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  5 5 5 86 ?6 H6 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H6 I6 Q6 c6 u6 6 6 6 6 6 6 7 7 .7 D7 U7 l7 m7                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdn $If   K$L$l 0                                     
t                                4   4 
l a   m7 u7 7 7 7 7 7 7 8 8 *8 A8 R8 h8 y8 8 8                                                                                                                                                                                                                            S  kd+n $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  8 8 8 8 8 8 8 8 9 9 9 9             s                                                                                                                                                                 kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8 8 8 8 9 9 9 (9 :: l: ; 4; ; 5< Q< < < #> > 
? ? ? y@ @ A A 
B C 9D LD XD kD D 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !9 9                                        kdwn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 (9 :: ; ; R< < 
= U= t= = = !> > \? {@ A B B B C C                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  C C 5D TD sD D D D E /E 0E AE                                                                                                             f                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  D D D D D E E 'E .E 0E @E AE E E E E E E E E E E F F F F ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  AE E E E E E E E             s                                                                                                                                                                                     kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  E E                                        kd?n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E F 0F RF SF uF F F F F                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  F F G 5G ZG |            s            s            s                                                                                                                                                                          	  $If   gd_   kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F G G YG ZG [G \G ]G iG mG qG xG G }I I I I I 	J -J AJ tJ J J J M M M M +N .N bN uN ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ZG [G \G ]G G GI II }I I I .J uJ J |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdMn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K K lK L L L L M M M -N .N bN N N O ZO O O O 	P P GP QP [P                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  uN N N N N O &O YO mO O O O O P FP GP QP [P \P tP ~P P P P P P P P P P P P P P P &Q JR KR LR \R ]R õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ([P \P                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \P P P P P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  P P                                        kd[n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P &Q IQ Q Q Q Q R KR LR ]R                                                                                                             f                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ]R ^R _R R R R R R R R R             s                                                                                                                                                                      kdin $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
]R ^R _R wR R R R R R 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 .T /T ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %R R                                        kd#n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R #S S S S S                                                 f                                                                                                                       kdwn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  S S S S S 	T T /T 1T 2T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2T 3T                                        kd o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /T 3T <T }T ~T  U U U U U U U -U 7U 8U <U =U >U PU QU cU dU U U U U U U =V >V V V V V V V V V 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %3T <T ZT ~T U U U U                                                 f                                                                                                                       kd?o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  U U =U >U QU dU wU U U U |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U U                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U >V V V V V                                                 f                                                                                                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  V V V W W W W W W X X $Y fY |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V W W W W W W W W QX X $Y 7Y fY yY Y Y Y Y Y Y Y Z Z -Z [Z nZ Z Z Z Z ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  fY Y Y Z [Z Z Z )[ x[ [ [ [ [ [ \ !\ +\                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z Z ([ <[ w[ [ [ [ [ [ \ \ !\ +\ ,\ D\ N\ O\ S\ T\ U\ ]\ z\ \ \ \ \ \ \ \ \ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\+\ ,\                                        kd{o $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ,\ T\ U\ z\ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \ \                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ D] u] ] ] ] ] 8^ 9^ J^ w^                                                                                                 f                                                   kd#	o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  \ D] ] ] ] ] ] ] ^ 7^ 8^ 9^ I^ J^ M^ b^ k^ u^ w^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ w^ ~^ ^ ^ ^ ^ ^ ^                                                             R            I                                   	  $If   gd_ Q  kdj
o $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd	o $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ^ ^ ^ ^ ^ ^ _ %_ '_ (_ >_ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd
o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ $_ %_ ?_ H_ I_ X_ _ ` ` ` ` ` ` ` a 	a a  a !a ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ >_ ?_                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ?_ H_ _ _ `  ` 9` L` ` ` ` ` ` a !a "a                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  !a "a #a 3a 4a 7a =a ha na oa va xa a a a a a a a a a a a a a a a a b b 6b 7b ;b пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  "a #a 4a ha oa wa |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wa xa a a a a                                     R            I                                                                     	  $If   gd_ Q  kdLo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
o $If   K$L$l 0                                     
t                              4   4 
l a   a a a a a b $b 7b 9b :b |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:b ;b                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ;b Db b b c 'c bc mc c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
;b Db Eb Tb b bc lc mc c c c c c c c c c c c c c c  d d d d )d 2d <d =d زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 c  d d >d |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =d >d ?d Wd ad bd fd gd hd zd {d d d d d d d d d /e 0e e e $f f f f f f ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    >d ?d gd hd {d d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kd[o $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d d 0e me e f Cf Uf f f f f 'g (g                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
f f f f f f f &g 'g (g )g 9g :g =g Rg [g eg fg gg hg ig jg g 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  (g )g :g gg |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gg hg ig jg g g g h h h h \i i i |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdio $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
g g g g h h h h h \i i i i i Gj j k 	k k k Bk k k k k 
l m 
n n n Jn n n 6o 7o Co Go jo p p p p p q ar r r r s \s s s It ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4i i Gj j j k 	k Bk k k k 
l m n 
n Jn n 6o 7o jo p p Tp ip p p p p p q                                                                                                                                                                                                                                                                                                                                                                   gd_  q ar r r s \s s s It t t !u "u -u 9u Hu Tu gu ku                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  It t t  u !u -u Cu Gu gu ju ku ru su u u u u  v 7v v v w Kw Lw w w w w /x 0x bx x x x x y pz Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $ku lu mu nu ou pu qu ru su M            H            H            H            H            H            H            H                   gd_   kd#o $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   su u u u u u u u                                                 _            V            V                                                             	 $If   gd_    kdo $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  u u u u                                                                                                                                                                                                                                                          	 $If   gd_  o  kdo $$If   l       0   T# T                 .                
t  0                                                              4 
l al  u u u u u u u u                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd3o $$If   l       0   T# T                 .                
t  0                                                              4 
l al  u u  v 7v <v 2            )            )            )                      	 $If   gd_    kdo $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     <v v v v v v w             [                                                                                                                                           kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  w w w Lw Pw w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w w w w w w d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w w w 0x 5x \x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdXo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  \x ]x bx x x x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd!o $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x x x x y y 'y d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  'y (y +y 5y n            e            e                                                                                                                                                               	 $If   gd_    kdo $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           5y 6y 9y By                                                                                                                                                                                                                                                	 $If   gd_  t  kdo $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  By Cy Dy Uy Zy by iy py |y                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd%o $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  |y }y                                             kdo $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          }y y y y y y y y                                                             A                                  kd!o $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  y y y y y y y y                                                 A                                              kd!o $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  y y y y y y y                                     A            <            7                  gd_    gd_    kd"o $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  y qz rz z z z z z z z                                                                                                                                                                                                                                                   E  kd#o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	pz qz rz xz yz z z z z z z z z z z z z 
{ { { { ={ >{ V{ W{ n{ o{ p{ t{ u{ { { { { { { {|  ~ !~ ,~ -~ =~ >~ 춥x                          /j(o hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *z z z z z z z                                     a                                                                                                                             E  kdv$o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$o $$If   l 0 
" R                                                           4 
l a   z z z z z { 
{                                     a                                                                                                                             E  kd4%o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$o $$If   l 0 
" R                                                           4 
l a   
{ { { { { #{ ={                                     a                                                                                                                             E  kd%o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%o $$If   l 0 
" R                                                           4 
l a   ={ >{ I{ V{ W{ a{ n{                                     a                                                                                                                             E  kd&o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQ&o $$If   l 0 
" R                                                           4 
l a   n{ o{ p{ q{ r{ s{ t{                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd'o $$If   l 0 
" R                                                           4 
l a   t{ u{ { { { { l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdn'o $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   { { { { { z| {| m} n} E~ F~ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd,(o $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
>~ B~ C~ 8 9 D E U V Z [ ]       3 5 @ A      À Ӏ Ԁ    " #    ᇓ 䇓   > G      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jQ)o hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0F~ ] f    4 5 A                                                                                                                                                                                                                                                        S  kd)o $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	    À Ԁ                                      N                                                                                       S  kd*o $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdJ*o $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      # [         " }  T  $                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdn+o $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   $ % 䇓 ?   ވ    v w   ȋ 1 S l      L M                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_        u w    ȋ    K M l  
    o p      Փ ֓ ᓓ ⓓ 㓓 瓓 蓓 % & 1 ۵۵۵ۭۜۋzrgrrr       j,o h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '     p                                       j                                                                                                                                           kd ,o $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_    ʐ   W   ґ < y s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdr,o $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
y Ӓ   ꓓ : ;   + ,       x y   T  U V Ԝ ՜                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  1 2 3 7 8 ;   *  E  S T _ ` p q u v w x y    % . 7 W U Ԝ ? @ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j-o hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjK-o h_ U !՜ @ D E [ \ p                                                 e                                                                                                                        F  kd.o $$If   l   l '{6    4   4 
l a] p
        F  kd.o $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  @ E r       Þ Ğ 䞓 垓     4 5 Q R s t       埓 染 矓 蟓 韓 ǡ ȡ ԡ 5 j     L ^ 1 I ~  ۤ  0 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3p q r {                                                                5            v  kdr/o $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd.o $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd0o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_      Þ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Þ Ğ ݞ ߞ 䞓                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm1o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         䞓 垓                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           - / 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdn3o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 5 J L Q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q R l n s                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s t                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo5o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ş ʟ 埓                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp7o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         埓 染 矓 蟓 韓 ǡ ȡ ԡ  6 j   ˢ                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd8o $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           G _   ڣ  , J ~   ܤ  / 0 1 2 T ] ^ t     ֦ 	 
                                                                                                                                                                                                                                                                                                                                                                   gd_  0 2 < R S T t      ( + h   Χ  %   ը ֨ ਓ ꨓ 먓   / 0 C пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  
 ( 6 I J h    Χ 䧓   & '     ֨ ਓ ꨓ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ꨓ 먓                                     kd8o $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               먓  / 0 F \ r                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_  	C F [ \ q r     : < L M l m n o      ë ӫ ԫ      Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd:o $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ͩ Ω ⩓ 㩓  # $ 9 : ; < M                                                                                                                                     q                            kdt;o $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
M m n o                  q            l                                                                                                                                                       gd_    kd1<o $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd<o $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 Ū ƪ ڪ ۪    $ O h }    «                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  « ë ԫ  z            q            q                                                                                                                                                                                       	  $If   gd_    kdE>o $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               ! z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd?o $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
          " +   Ŭ Ƭ 嬓 欓 謓    # q }   ĭ Э " $ 4 5 T U X b x ®   8 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "! "                                     kd?o $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " + J K _ `      Ƭ 欓                                                                                                             q                                                         kdAo $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  欓 笓 謓      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdAo $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdBo $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                # l m " # $ 5 U                                                             q                                                                                                                             kdCo $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  U V W X x  9 O P Z e z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdDo $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
8 9 P e      ͯ ί    E N 䰓 ȱ ʱ ڱ ۱ , ? n o p           ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #e                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kdoEo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ί    D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D E                                        kdFo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N 氓 簓 # $ 3  ɱ ʱ ۱ , o                                                                                                 s                                                                        kdHo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  o p      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdHo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdIo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    -                         s                                                                                                                                                                                   kdJo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   , - . / 0 2 T _ ᶓ ⶓ  9 X  ط 8 W  ۸ F e 乓  _ ~   ! @  ϼ B a ʽ 齓 Ⱦ 羓 I h ׿  T s   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -- . / 0 1 2 _    A L V a k |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdKo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
k l ̴ 㴓   ? @ {    ᶓ ⶓ   9 G W                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSLo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpMo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ƿ ׷                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdMo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׷ ط 㷓 跓             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.No $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   跓 鷓               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKOo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      8 F V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdOo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	Po $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhPo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&Qo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ʸ ڸ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڸ ۸ 渓 븓             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   븓 츓               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCRo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      F T d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd`So $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}To $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      乓                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;Uo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXVo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E F _ m }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kduWo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3Xo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      - v                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdXo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     » ǻ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPYo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǻ Ȼ һ ׻             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׻ ػ 㻓 軓             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   軓 黓               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmZo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! / ?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+[o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH\o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        μ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   μ ϼ ڼ ߼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߼ ༓ 꼓 ３             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde]o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ３                 {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#^o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      B P `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@_o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ʽ ؽ 轓                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]`o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   轓 齓               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdao $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzao $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdao $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + ,   Ⱦ ־ 澓                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd8bo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   澓 羓               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUco $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdco $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) * I W g                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kddo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0eo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ׿ 忓                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdeo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMfo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjgo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 9 T b r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(ho $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdho $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdho $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEio $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         B C       Q                                                                                                                                                                                        gd_  z  kdio $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       R           (Ó )Ó :Ó LÓ MÓ ^Ó _Ó yÓ Ó Uœ Wœ gœ hœ xœ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Q R                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdjo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                )Ó MÓ _Ó aÓ xÓ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  xÓ yÓ                                        kdWko $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yÓ Ó Ó Ó Ó Ó Fē ē ē  œ œ !œ 1œ 2œ Vœ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Vœ Wœ hœ œ œ œ Ɠ 3Ɠ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdlo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xœ yœ œ œ œ œ œ œ 2Ɠ 3Ɠ 4Ɠ YƓ ZƓ Ɠ Ɠ Ɠ Ɠ ȓ ȓ &ȓ 'ȓ ȓ ȓ ȓ ȓ 
ɓ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jemo h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  3Ɠ 4Ɠ ZƓ Ɠ Ɠ Ɠ Ɠ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdmo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ɠ Ɠ                                        kdno $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ɠ Ɠ Ɠ Ɠ .Ǔ Ǔ Ǔ Ǔ Ǔ Ǔ Ǔ ȓ ȓ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ȓ ȓ 'ȓ ȓ |            s            s                                                                                                                                                                                           	  $If   gd_   kdoo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ȓ ȓ ȓ ȓ 
ɓ ɓ ɓ ɓ ɓ ɓ ɓ ʓ ʓ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdpo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ɓ ɓ ɓ ɓ ɓ ɓ ɓ ɓ ʓ Wʓ lʓ ʓ ʓ ʓ ʓ ʓ *˓ +˓ 5˓ ?˓ @˓ e˓ f˓ ˓ ˓ ˓ ˓ ˓ {̓ ~̓ ͓ ͓ Γ Γ ,Γ -Γ =Γ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ʓ ʓ ʓ +˓ 5˓ ?˓                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ?˓ @˓                                        kdlqo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @˓ f˓ ˓ ˓ ˓ ˓ ˓                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ˓ ˓                                        kdro $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˓ ˓ 
̓ ̓ ̓ +̓ c̓ d̓ ̓ P͓ p͓ ͓ ͓ ͓ ͓ ͓ Γ                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Γ Γ -Γ ~Γ Γ /ϓ mϓ ϓ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdto $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =Γ >Γ XΓ YΓ ZΓ mΓ nΓ }Γ Γ Γ Γ .ϓ Kϓ lϓ ϓ ϓ ϓ ϓ ϓ ϓ Г `Г Г Г Г Г ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jto h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ϓ ϓ ϓ ϓ ϓ ϓ _Г `Г Г Г Г Г |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdSuo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Г Г Г Г Г Г ѓ ѓ )ѓ *ѓ Rѓ cѓ dѓ gѓ pѓ ѓ ѓ &ғ Bғ Zғ [ғ cғ eғ uғ vғ ғ ғ ғ ғ ғ ғ ғ ғ (ӓ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Г Г Г Г ѓ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ѓ ѓ                                        kd
vo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ѓ *ѓ Rѓ dѓ eѓ fѓ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  fѓ gѓ                                        kdawo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gѓ pѓ ѓ ѓ ѓ ѓ Bғ Cғ dғ eғ vғ                                                                                                 Y                              kdxo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
vғ ғ ғ ғ ғ ғ ӓ ӓ Փ Փ {ؓ ؓ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdoyo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  (ӓ )ӓ 4ӓ 5ӓ Eӓ Fӓ Jӓ Kӓ ӓ ӓ {ؓ ؓ ٓ ٓ ݓ ݓ   * , A C     P R 7 L     V Z    <       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jn~o hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j)zo hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ؓ ٓ ٓ ٓ ۓ ۓ ۓ ۓ  ݓ ݓ ݓ yޓ zޓ    C   Q R 7 L                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                     f                                                                                                                                                                      kdzo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdzo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    % , 1 o            f            f            f                                                                                                                                                	  $If   gd_    kdl{o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 2 7 > J o            f            f            f                                                                                                                                                	  $If   gd_    kd{o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J K S [ ` o            f            f            f                                                                                                                                                	  $If   gd_    kdH|o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ` a i q } o            f            f            f                                                                                                                                                	  $If   gd_    kd|o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } ~    o            f            f            f                                                                                                                                                	  $If   gd_    kd$}o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd}o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     R S   @ A   X o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd ~o $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    X d G Q     $ L \ h i u y                   $ % V W X \ e 1 3 C ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %X d     . /  B C K L  ' (  G Q                                                                                                                                                                                                                                                                                                                                              h^hgd_   
& F  gd_    gd_   gd_      1 B C V i       q r        0 1                                                                                                                                                                                                                                                                                                                                                                 gd_    gd_    e  $ % L \ i                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                             kd~o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 % W X Z [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [ \                                        kd=o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ e     < d o    1 2                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
2 3 D { |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C D z { | ~            5 6 [ \ ] a j  Z ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 { | } ~       |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdKo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 [ \ ] _ `                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ` a                                        kdYo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j     G k  Z j k                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z j l | }               ? @ A E N  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    k l }  |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdgo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd!o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 > ? @ A C D                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  D E                                        kduo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N     + O  >	 N	 O	                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   >	 N	 P	 `	 a	 g	 n	 o	 p	 q	 r	 ~	 	 	 	 	 	 	 	 	 	 
 (
 )
 Q
 R
 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    O	 P	 a	 o	 |            s            s                                                                                                                                                                                           	  $If   gd_   kdɉo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o	 p	 q	 r	 	 	 	 	 	 	 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	                                        kd=o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 )
 P
 Q
 R
 S
 U
 V
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  R
 S
 W
 `
           = > H R S _       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  V
 W
                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W
 `
 
 
 
   ? _                                                                                                                             f                           kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_          > H R                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	R S                                        kdYo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_      E F G W X ^ e f g h           ( D п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 ,
 Z
 z
 
 
 
 F G                                                                                                                         f                           kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  G X f g h                              s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kduo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                E F G I `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  D E F G a j k l m                 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ` a                                        kdɔo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j l m ~                                                                                           s                                                                                              kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
          E |   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdזo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 E X {      I ]             ! $ % D E W X      õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! J                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % E X k ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  2 _ ` a r                                                                f                                    [            [                     
  $If   gd_ K$  kd9o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  _ ` a q r u                       " # ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a       # 6 I \ o p q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# n o r {       
 > D E M O d e t v | } ~ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J q r                                        kdǜo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {      
 > E N                                                             f                                    [            [                     
  $If   gd_ K$  kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
N O e u v w x                                     R                                                                                              Q  kdbo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd՞o $If   K$L$l 0                                     
t                              4   4 
l a   x y z { | }                                     R            I                                                                     	  $If   gd_ Q  kd|o $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   } ~          |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                      
   x     ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdáo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 \                                                                                             Y                                          kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
        7 Q a {                                                                                                                                                                                                                            	  $If   gd_  S  kdѣo $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     Q R S T l v w x z { |        ^          ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   
  7 Q R S                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdco $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S T |       |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ^           ]  d  m                                                              f                                    [            [                     
  $If   gd_ K$  kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
      1  9  ]  c  d  l  n  ! ! ! ! " " " 
" " " " " (" )" t" u" x" " # # ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 m  n  v              ! *! 2! G! \! n! ! ! !                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdo $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ! ! ! ! !                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdOo $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! ! " )" <" O" b" u" v" w" |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w" x"                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x" " # $# k# # R$ S$ T$ U$ f$ $                                                                                                 f                                                   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  # P$ S$ T$ U$ e$ f$ $ $ $ $ $ $ $ $ $ $ $ $ X% Y% \% e% þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ $ $ $ $  % 3% F% Y% Z% [% |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[% \%                                        kdco $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \% e% & 7& z& & a' b' c' d' u'                                                                                                 Y                              kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
e% & & y& z& & a' b' c' d' t' u' ' ' ' ' ' ' ' ' ' ' ' b( c( f( νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  u' ' ' ' ' ( *( =( P( c( d( e(             s                                                                                                                                                                 kdqo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  e( f(                                        kd+o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f( o( D) k) ) ) * * * * *                                                                                     Y                                          kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
f( o( C) ) * * * * * * * * + + 
+ + , , , , , , , , , - - - - - - - ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 * * + + + + ,+ A+ S+ m+ + + + + + + +                                                                                                                                                                                                         	  $If   gd_  S  kd9o $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + , ), C, S, m, , , ,                                                                                                                                                                                                                                                 	  $If   gd_  S  kd˱o $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  , , , , |            s            s                                                                                                                                                                                           	  $If   gd_   kd]o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , - - +- >- Q- d- w- x- y- |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdo $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
- - *- +- v- w- z- - <. ,0 -0 .0 >0 ?0 K0 P0 e0 0 0 #1 %1 +1 ,1 41 61 /3 13 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  y- z-                                        kd߳o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z- - <. . . . / ,0 -0 .0 ?0                                                                                                 f                                                        kd3o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
?0 0 %1 ,1 51 61 >1 S1 h1 }1 1 1 1 1 1                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdo $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  1 2 2 32 ;2 P2 e2 z2 2 2 2 2 2 3 3 03 13                                                                                                                                                                                                                            S  kdo $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  13 23 33 [3 \3 o3 3 3 3 3 3 3             s                                                                                                                                                                 kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  13 23 33 K3 U3 V3 W3 Y3 Z3 [3 \3 n3 o3 3 3 3 3 4 4 4 4 4 5 5 {6 6 A7 B7 +8 @8 B8 C8 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 3 3                                        kd˷o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 4 4 C5 5 5 6 6 6 B7 7 B8 C8 J8 8 8 8 9 K9 9 9 9 : 7:                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  C8 J8 O9 b9 f9 ~9 : : : 6: 7: 8: H: I: : : : : : < < < < ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   7: 8: I: : : : |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : : : : ; +; <; V; p; ; ; ; ; ; ;                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdٹo $If   K$L$l 0                     x                
t                                4   4 
l a   ; ; 
< < 9< S< d< ~< < < < < < < <                                                                                                                                                                                                                   	  $If   gd_  S  kdko $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < = = -= @= S= f= y= z= {= |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdo $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
< 	= = = = = = ,= -= x= y= |= = C> o> <? ? ? @ @ @ 	A pA A (B =B >B ?B FB B ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ {= |=                                        kdŻo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |= = C> =? ? @ (@ @ A A ?B FB B B B B  C C >C C C                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  B B B B C C #C 6C BC UC ]C vC ~C C C C C C C C C C C -F /F 0F 1F IF SF TF XF ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  C C C C C C |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C D D %D 7D ND eD |D D D D D D D 
E E                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdӽo $If   K$L$l 0                                     
t                                4   4 
l a   E E %E 7E IE [E rE E E E E E E F F .F /F                                                                                                                                                                                                                            S  kdeo $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  /F 0F 1F YF ZF mF F F F F F F             s                                                                                                                                                                 kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  XF YF ZF lF mF F F F F G 
H H H rI I I QJ mJ K QL L L nM N N ?O O O SQ Q Q Q 	R UR 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !F F                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F G H rI I nJ J J K oK K K QL L N AO O O O RQ SQ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  SQ Q Q Q R QR pR R R R R R                                                                                                             f                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  UR hR tR R R R R R R R R R "S #S $S GS HS IS MS NS RS [S xT T T T ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  R #S $S HS IS NS PS QS             s                                                                                                                                                                                     kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  QS RS                                        kdyo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RS [S hS S S S S S T 5T WT yT T                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  T T T T T |            s            s            s                                                                                                                                                                          	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T T T T U U U U 5U W .W ]W pW W W W W X &X aX uX 7[ C[ G[ n[ [ [  \ \ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  T T T T 5U V V W ]W W W X bX |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bX X X 
Y Y Y qZ rZ 6[ 7[ n[ [ [  \ B\ y\ \ \ G] ] ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \ B\ U\ x\ \ \ \ \ ] F] Z] ] ] ] ] ] ] ] ] ^ ^ ^ !^ "^ #^ 5^ 6^ H^ I^ [^ \^ n^ o^ s^ |^ ^ _ _ _ _ _ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (] ]                                        kdAo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] "^ #^ 6^ I^ \^ o^ q^ r^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  r^ s^                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s^ |^ ^ ^ _ L_ j_ _ _ _ _ _                                                                                                             f                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _ _ _ %` &` 9` L` _` r` t` u`             s                                                                                                                                                                      kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
_ _ _ ` `  ` $` %` &` 8` 9` K` L` q` r` v` ` ` ` Ca Da Ea Ua Va Wa Xa pa za {a a a a a a a a a a ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %u` v`                                        kd]o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v` ` ` ` Da Ea Va Wa                                                 f                                                                                                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Wa Xa a a a a a a a a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdko $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a a                                        kd%o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a a b b b b b b b b b b b b b b b b b c c 'c (c ,c 5c Xc Yc c c hd id jd zd {d |d }d d 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %a a a b b b b b                                                 f                                                                                                                       kdyo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  b b b b b c c (c *c +c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+c ,c                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,c 5c Yc c id jd {d |d                                                 f                                                                                                                       kdAo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  |d }d ~d d ;e <e ce de e f f f g |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d :e ;e <e ce pe te e e f f f g g :g Ng rg sg g g g g g g g h :h ;h Nh h ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  g ;g sg g g ;h h h i ki li mi wi i i i i                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  h h h h i )i ji li mi i i i i i i i i i i i i i j *j +j Pj Qj jj sj tj j շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\i i                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               i i i j +j >j Qj Sj ij                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ij jj                                        kd	o $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               jj sj j k %k ]k hk k k k k l                                                                                                 f                                                   kd]o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  j j ]k hk {k k k k k k k k k k k  l 	l l l l l #l %l :l ;l Jl Ll Ml Nl ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ l l $l %l ;l Kl Ll Ml                                                             R            I                                   	  $If   gd_ Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Ml Nl vl wl l l l l l l l |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Nl fl pl ql ul vl wl l l l l l l l l l l Tm "n ,n -n Kn Ln gn n n n n n n ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ l l                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l l Um pm m m m m "n -n Ln hn zn n n n                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  n n n n n n n o o 
o o o o Eo Fo [o \o ^o _o `o xo o o o o o o o o o o o o пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  n n n o 
o o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd?o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o Fo ]o ^o _o                                     R            I                                                                     	  $If   gd_ Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   _o `o o o o o o o o o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o o                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o o Qp yp p p  q q *q Uq q q q q                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
o o o o Pp  q 
q q )q *q =q Lq Tq Uq \q bq q q q q q q q q q q q q q q زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 q q q q |            s            s                                                                                                                                                                                           	  $If   gd_   kd!o $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q  r r r r r r +r ,r Qr Rr Vr _r `r or r r |s s s .t 8t 9t Wt Xt ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    q q r r r ,r ?r Rr Tr Ur |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ur Vr                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Vr _r r s }s s s s .t 9t Xt t t t                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Xt kt zt t t t t t t t t t t t t t u u u u u u /u 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  t t t u |            s            s                                                                                                                                                                                           	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u u u u /u 0u ku "v Tv Uv v v 5w 6w |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
/u <u @u ku "v Tv av ev v v 6w Bw Fw hw w Qx x x x x x Cy sy y y y }{ { { { { | | | | | | } F~ n~ o~ ~ ~ ~  - . g   S  灔 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  46w hw w Px Qx x x x Cy ry sy y }{ { { { | | | } } } } ~ #~ 3~ F~ n~ o~ ~                                                                                                                                                                                                                                                                                                                                                                   gd_  ~  . g   S  灔 & ]   ˂ ׂ 悔   	                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  灔 ] a   ˂ ႔ 傔   	   _ ` a b  Ճ 6 c  鄔 ꄔ F q r  ͅ ΅   - . 3 X \  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $	 
   
     M            H            H            H            H            H            H            H                   gd_   kd]o $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    % , 1 A B Q R                                                 _            V            V                                                             	 $If   gd_    kdo $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  R S _ `                                                                                                                                                                                                                                                          	 $If   gd_  o  kdo $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ` a b m q                                        z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdmo $$If   l       0   T# T                 .                
t  0                                                              4 
l al     Ճ ڃ 2            )            )            )                      	 $If   gd_    kd
o $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ڃ 0 1 6 c h              [                                                                                                                                           kd7o $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     ꄔ  @ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd o $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  @ A F r v  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ΅ Ӆ  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      . 3 Y d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[o $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Y Z [ e   ņ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd$o $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ņ Ɔ Ɇ ӆ n            e            e                                                                                                                                                               	 $If   gd_    kdo $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ӆ Ԇ ׆                                                                                                                                                                                                                                                 	 $If   gd_  t  kdo $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   ᆔ ↔                                            w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd_o $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdo $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                           & * 1 8 9 : ;                                                             A                                  kdUo $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ; < = > ? @ A B                                                 A                                              kd4o $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  B C D E F G \                                     A            <            7                  gd_    gd_    kdo $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  \   ) * C T U i k                                                                                                                                                                                                                                                   E  kdo $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	     ) * T U k l n o } ~       ۈ ܈    
    0 1 2 > ? Q    ʋ ˋ ۋ ܋ 춥x                          /j$o hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *k l m n o w }                                     a                                                                                                                             E  kdo $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQo $$If   l 0 
" R                                                           4 
l a   } ~                                          a                                                                                                                             E  kdno $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a         ۈ                                     a                                                                                                                             E  kd,o $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a   ۈ ܈ 爔                                         a                                                                                                                             E  kdo $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a    
                                                                                                                                                                                                                                                                                                    	 $If   gd_ 	 $If   gd_     gd_  E  kdIo $$If   l 0 
" R                                                           4 
l a       ! / 0 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdo $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   0 1 2 ? Q     ㋔ 䋔 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdfo $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
܋  ዔ ֌ ׌ ⌔ ㌔      # $ | }   э Ӎ ލ ߍ & ( : ; _ a q r      0 1 =     ܕ 啔 = >    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jo hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0䋔   $ }  ҍ Ӎ ߍ '                                                                                                                                                                                                                                                       S  kdo $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	' ( ; ` a r                                      N                                                                                       S  kdo $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdo $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         L M : ; 0 1 =     [                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kdo $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    Ô  ݕ = > |      & D f ϙ  
 & @ A J K ꜔ 뜔 I J                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_    % & 6 >   & C D f + H K 霔 뜔 
      
  # $ U V W s t      á ġ ϡ ۵۵۵ۭۜۋzrgrrr       jo h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '      $ V                                     j                                                                                                                                           kd:o $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  V W h    S T p ڟ  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdo $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 q 6 7  ء ١ $ % ɢ ʢ " #   H I   1 B     r s                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ϡ С ѡ ա ֡ ١ $ % Ȣ ! 㥔 G              1 B ç ̧ ը   r ݫ ޫ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jo hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujo h_ U !s ޫ ⫔ 㫔                                                    e                                                                                                                        F  kdo $$If   l   l '{6    4   4 
l a] p
        F  kdSo $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ޫ 㫔  4 5 8 9 ? @ a b       Ҭ Ӭ ﬔ    ) * @ A [ \      e f r ӯ  ! U [ ^ 갔  ϱ 籔  E y  β ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    ' 4 5                                                             5            v  kdo $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd9o $$If   l   l '{6    4   4 
l a] p
         5 6 7 8 9 = > ?                                     t                                                                                                                                                             v  kdQo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ? @ Y [ a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a b { }                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdRo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ˬ ͬ Ҭ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ҭ Ӭ 謔 ꬔ ﬔ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdSo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ﬔ  
                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ! # )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd p $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) * 8 : @                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @ A T V [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ \ c h                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              e f r  ԯ  " V i                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdUp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           尔  1 D x  ʱ 豔  6 F z  Ͳ β ϲ в     8 G Z [ t                                                                                                                                                                                                                                                                                                                                                                     gd_  β в ڲ     ( G Y   ƴ ɴ  ' 8 l  õ , A s t ~     Ͷ ζ ᶔ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   ƴ Դ 純 贔  6 7 8 l    ĵ ŵ + , 6 A t ~                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd p $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 Ͷ ζ 䶔   & ( ?                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ᶔ 䶔     % & @ I ط ڷ 귔 뷔 
   
 3 4 9 B _ a q r      Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ? @                                     kdWp $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @ I k l     · ׷ ط ٷ ڷ 뷔                                                                                                                                     q                            kdp $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
뷔   
 4 5 6 7 8             q            l                                                                                                                                                       gd_    kdkp $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  8 9                                     kd(p $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               9 B c d x y    ¸    0 J K `                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ` a r  z            q            q                                                                                                                                                                                       	  $If   gd_    kd	p $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd<
p $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           ɹ Q S c d          7 C b n  » һ ӻ       `   ּ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd
p $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ɹ 蹔 鹔     < = R S d                                                                                                              q                                                         kdPp $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd

p $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd
p $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 
    » ӻ                                                              q                                                                                                                             kd!p $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_        ׼     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdp $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ּ ׼   5 6 @ J K k l    㽔 코  f h x y ʿ ݿ  
  - . / 0 1 4 =    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # 6 @ J                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  J K                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K l    ⽔                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ⽔ 㽔                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               㽔 코    ¾ Ѿ " g h y ʿ 
                                                                                                 s                                                                        kdQp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
  / 0 1 2 3 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 =                             s                                                                                                                                                                                   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_           Ĕ Ĕ Ĕ Ĕ Ĕ WŔ vŔ Ŕ Ŕ ZƔ yƔ Ɣ ǔ ǔ ǔ ǔ Ȕ 6ɔ Uɔ ɔ ɔ Nʔ mʔ ʔ ʔ h˔ ˔ f̔ ̔ ̔ ͔ u͔ ͔ ͔ Δ Fϔ Gϔ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -             	 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	 
 j      Ô NÔ Ô Ô Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Ĕ Ĕ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ "Ŕ 'Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'Ŕ (Ŕ 2Ŕ 7Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7Ŕ 8Ŕ 9Ŕ WŔ eŔ uŔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uŔ vŔ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ Ŕ Ŕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŕ Ŕ  Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ !Ɣ &Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &Ɣ 'Ɣ 1Ɣ 6Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6Ɣ 7Ɣ 8Ɣ ZƔ hƔ xƔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xƔ yƔ Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ Ɣ Ɣ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ɣ Ɣ Ɣ Ɣ Ɣ ǔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ #ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #ǔ $ǔ /ǔ 4ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ǔ 5ǔ ?ǔ Dǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Dǔ Eǔ Fǔ ǔ ǔ ǔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3!p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǔ ǔ ǔ ǔ Ȕ Ȕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP"p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȕ Ȕ 'Ȕ ,Ȕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,Ȕ -Ȕ 7Ȕ <Ȕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Ȕ =Ȕ HȔ MȔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm#p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MȔ NȔ XȔ ]Ȕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]Ȕ ^Ȕ _Ȕ Ȕ ɔ 6ɔ Dɔ Tɔ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd+$p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tɔ Uɔ `ɔ eɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eɔ fɔ pɔ uɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uɔ vɔ ɔ ɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH%p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɔ ɔ ɔ ɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɔ ɔ ɔ ɔ ɔ ɔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd&p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɔ ɔ ɔ ɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde&p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɔ ɔ ɔ ɔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɔ ɔ 
ʔ ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#'p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ ʔ ʔ ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ  ʔ !ʔ Nʔ \ʔ lʔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lʔ mʔ xʔ }ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@(p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }ʔ ~ʔ ʔ ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ ʔ ʔ ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ ʔ ʔ ʔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd])p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ ʔ ʔ ʔ ʔ ʔ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʔ ʔ 
˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz*p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔  ˔ +˔ 0˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0˔ 1˔ ;˔ @˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8+p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @˔ A˔ B˔ h˔ v˔ ˔                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU,p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ ˔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˔ ˔ ˔ 6̔ 7̔ f̔ t̔ ̔                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdr-p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̔ ̔ ̔ ̔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̔ ̔ ̔ ̔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0.p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̔ ̔ ̔ ̔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̔ ̔ ̔ ̔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̔ ̔ ̔ ̔ ̔ ͔                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM/p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ !͔ &͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &͔ '͔ 2͔ 7͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj0p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7͔ 8͔ B͔ G͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G͔ H͔ I͔ u͔ ͔ ͔                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(1p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE2p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͔ ͔ ͔ ͔  Δ Δ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Δ Δ Δ !Δ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb3p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !Δ "Δ ,Δ 1Δ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Δ 2Δ =Δ BΔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd 4p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BΔ CΔ MΔ RΔ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RΔ SΔ TΔ xΔ Δ Δ Δ Δ 7ϔ 8ϔ Eϔ Fϔ Gϔ jϔ ϔ                                                                                                                                                                                        gd_  z  kd4p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gϔ Xϔ jϔ ϔ ϔ $Д 5Д 6Д 7Д LД ~Д Д Д Д Д Д Д Д Д Д Д Д є  є Ҕ Ҕ Ӕ Ӕ Ӕ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ϔ ϔ $Д 6Д 7Д AД LД Д Д Д                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	Д Д                                        kd=5p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Д Д Д Д Д є                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  є є                                        kd6p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               є  є tє uє є є є CҔ yҔ Ҕ Ҕ Ҕ Ҕ Ҕ Ҕ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  Ҕ Ҕ Ӕ WӔ pӔ Ӕ Ӕ Ӕ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd7p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӕ Ӕ 1Ӕ 2Ӕ 3Ӕ FӔ GӔ VӔ Ӕ Ӕ Ӕ Ӕ Ӕ 'Ԕ (Ԕ +Ԕ 4Ԕ Ք Ք Ք Ք {֔ |֔ ֔ ֔ ֔ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j8p h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ӕ Ӕ Ӕ 'Ԕ (Ԕ )Ԕ *Ԕ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd$9p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *Ԕ +Ԕ                                        kd9p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +Ԕ 4Ԕ |Ԕ }Ԕ Ԕ +Ք 6Ք RՔ kՔ Ք Ք Ք Ք                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Ք Ք Ք |֔ |            s            s                                                                                                                                                                                           	  $If   gd_   kd2;p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |֔ }֔ ~֔ ֔ ֔ 7ה 8ה lה ~ה ה ה ؔ ؔ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd;p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ֔ 7ה 8ה kה lה ה ה ה ה ה 
ؔ @ؔ mؔ ؔ ؔ ؔ ؔ ؔ ؔ ؔ ؔ ٔ ٔ 3ٔ Vٔ Wٔ Zٔ cٔ ڔ ڔ ۔ ۔ ۔ ۔ ۔ ۔ ۔ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ؔ ؔ ؔ ؔ ؔ ؔ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ؔ ؔ                                        kd<p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؔ ٔ 3ٔ Eٔ Wٔ Xٔ Yٔ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Yٔ Zٔ                                        kd=p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zٔ cٔ ٔ ٔ ٔ ٔ ڔ ڔ ڔ ڔ ۔ /۔ U۔ r۔ ۔ ۔ ۔                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ۔ ۔ ۔ ܔ rܔ ܔ ݔ Nݔ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdN?p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۔ ۔ ۔ ۔ ۔ ܔ ܔ ܔ <ܔ rܔ ܔ ܔ ܔ 
ݔ ,ݔ Mݔ Nݔ Qݔ bݔ xݔ ݔ ݔ 0ޔ 1ޔ 2ޔ Cޔ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j@p h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Nݔ Oݔ Pݔ Qݔ wݔ xݔ ݔ ݔ 2ޔ Dޔ Eޔ Oޔ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd@p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Cޔ Eޔ Zޔ ޔ ޔ ޔ ޔ ޔ ޔ ޔ ޔ ߔ ߔ ߔ ߔ yߔ ߔ ߔ ߔ ߔ ߔ     ^ _ a b t     ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Oޔ Zޔ ޔ ޔ ޔ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ޔ ޔ                                        kdGAp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޔ ޔ ޔ ߔ ߔ ߔ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ߔ ߔ                                        kdBp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߔ ߔ oߔ pߔ ߔ ߔ ߔ ߔ                                                                                                    Y                              kdCp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 _ ` a b  ( L    &             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdDp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          ( L  & R c                 \  _ f   ( I   A B Z [ k l ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jIp hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jcEp hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -& Q R c   j k      ~          [ \ k }                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  }                  f                                                                                                                                                                      kdEp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd8Fp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdFp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdGp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdGp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdGp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   $ + 0 o            f            f            f                                                                                                                                                	  $If   gd_    kd^Hp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 1 9 @ L o            f            f            f                                                                                                                                                	  $If   gd_    kdHp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at L M N O   H I      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd:Ip $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l o p     6 A 8	 I	    
 
 
 
 3
 7 8 M                 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  ~  5 6        ;   `   5 6 W d q ~                                                                                                                                                                                                                                                                                                                                        h^hgd_   
& F  gd_    gd_   gd_           5 6 A q r     d e 8	 I	 ~	 	 	 .
 \
 
 
                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  
 
  S     
 3
 7 8 B M                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd#Jp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdwKp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B N u    
 F P u                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdLp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             ( , H I ^                ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     H I S ^   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdMp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd?Np $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdOp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G S z   	    	                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_    
   ! ( ) * + @ r s }           t ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    	 
  ) |            s            s                                                                                                                                                                                           	  $If   gd_   kdPp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) * + 5 @ s }  |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdQp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd[Rp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdSp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + 7 ^    s                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  t        
       ; < Q           ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph       
 |            s            s                                                                                                                                                                                           	  $If   gd_   kdUp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    < F Q    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdUp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdwVp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      q s                 ) H I J îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdWp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = I p    5 q r s                                                                                                                         f                           kdYp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  s                                  s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdYp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdZp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I J K M N                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  J K O X           @ Z \ ] r        п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  N O                                        kd[p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O X      G d                                                                                                                            f                           kd;]p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       @ ] g r                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd]p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd^p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_        	 
  A B C S T          ! ! ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd`p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
   [  B C T                                                                                      s                                                                                              kdWap $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
       l! m! ! ! " R" " |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdbp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
! ! ! " -" Q" e" " " " " =# ># S# # # # # # # # # # # # # # # # .$ /$ I$ R$ ^$ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !" " =# ># H# S# # # #                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  # #                                        kdbp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # # # 	$ $ /$ 1$ H$                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  H$ I$                                        kddp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I$ R$ $ $ $ $ $ % =% D% L%                                                             f                                    [            [                     
  $If   gd_ K$  kdsep $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
^$ $ $ $ $ % % % (% 1% ;% =% C% D% K% M% b% c% r% t% u% v% % % % % % % % % % ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ L% M% c% s% t% u%                                     R            I                                                                     	  $If   gd_ Q  kdfp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-fp $If   K$L$l 0                                     
t                              4   4 
l a   u% v% % % % % % 
& & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdGgp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% & 
& & & <& & & & & & & & & & & & ' ' ' ' ' ' ' ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J & &                                        kdhp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & <& j& & & & & & & &                                                             f                                    [            [                     
  $If   gd_ K$  kdUip $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
& & ' ' ' ' '                                     R                                                                                              Q  kdjp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdjp $If   K$L$l 0                                     
t                              4   4 
l a   ' ' ' ' ' '                                     R            I                                                                     	  $If   gd_ Q  kdkp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)kp $If   K$L$l 0                                     
t                              4   4 
l a   ' ' D' e' f' ' ' ' ' ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdClp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' 4' >' ?' @' B' C' D' e' f' ' ' ' ' ( ( b) {) ) ) ) ) ) ) ) * * 6* f* l* ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ' '                                        kdlp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ( ( ) ) ) ) ) f*                                                                                     Y                                          kdQnp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
f* m* v* w* * * * * * * * + 3+ ;+ P+ e+ w+ +                                                                                                                                                                                                                      	  $If   gd_  S  kdop $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ l* m* u* w* + + + + 
, , , , , , , 9, :, , , , , , , - - - - - ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  + + + + + + +                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdop $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + + , :, _, r, , , , |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd/pp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , ,                                        kdpp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , *- - - - - - . .                                                             f                                    [            [                     
  $If   gd_ K$  kd=rp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
- - - - - - . . 
. . / / / / / / / / / / / / / / 0 0 0 0 0 S1 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 . . . ). >. P. j. . . . . . . . / &/ @/ P/                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdrp $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   P/ j/ / / /                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdsp $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / / / / / /  0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdtp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kdtp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 0 	1 R1 1 1 1 1 2 W2                                                                                                 f                                                   kd)vp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  S1 1 1 1 1 2 2 V2 W2 X2 p2 z2 {2 |2 ~2 2 2 2 2 2 2 2 3 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ W2 X2 2 2 2 2 2 2 2 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdvp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                        kdwp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 3 3 3 4 a4 4  5 5 5 5                                                                                                 Y                              kdxp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
3 3 3 4 4 a4 4  5 5 5 5 5 e5 f5 g5 5 5 5 5 5 5 5 5  6 6 6 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  5 f5 g5 5 5 5 5 5 5 6 6 6             s                                                                                                                                                                 kdyp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  6 6                                        kdezp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 
6 6 	7 M7 7 58 68 78 H8 8                                                                                     Y                                          kd{p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
6 
6 6 7 38 58 68 78 G8 H8 8 8 8 8 8 8 $: &: ': (: 8: 9: : : : : : : : : : : ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 8 8 8 8 8 8 8 8 8 9 %9 59 O9 i9 q9 9 9                                                                                                                                                                                                         	  $If   gd_  S  kds|p $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9 9 9 9 9 : %: &: ':                                                                                                                                                                                                                                                 	  $If   gd_  S  kd}p $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ': (: 9: : |            s            s                                                                                                                                                                                           	  $If   gd_   kd}p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : : : : : : : ; ; ; ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdQ~p $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: : : : ; ; ; !; ; = = = = = = = > G> > > > > > > > @ @ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ; ;                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; !; ; :< v< < = = = = =                                                                                                 f                                                        kdmp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
= G> > > > > > > ? ? -? G? a? r? ?                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd'p $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ? ? ? ? ? ? @ @ *@ D@ ^@ o@ @ @ @ @ @                                                                                                                                                                                                                            S  kdp $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @ @ @ @ @ 
A  A 3A FA YA ZA [A             s                                                                                                                                                                 kdKp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @ @ @ @ @ @ @ @ @ @ A 
A XA YA \A eA )B XB YB B B 3C 4C D .D D D E E E E Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ [A \A                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \A eA )B B B 4C gC C 0D D D E E E E 'F vF F F F G IG uG G G                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  E E F  G G G G G G G G G G G +H 1H 2H :H <H J J J J ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   G G G +H 2H ;H |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdYp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;H <H DH YH nH H H H H H H I I 9I JI dI lI I                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdp $If   K$L$l 0                     x                
t                                4   4 
l a   I I I I I I J J 6J GJ aJ rJ J J J                                                                                                                                                                                                                   	  $If   gd_  S  kdp $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J J J J J J J K K K K |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd7p $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
J J J J J J J J J K K K #K K 
L L +M @M M M N N O #O O O O O O (P ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ K K                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K #K K L CM M M 3N N &O O O $P CP bP P P P P Q Q                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  (P ;P GP ZP P P P P P P P Q Q Q Q Q /Q 0Q tQ zQ {Q Q Q S S S S S S S S ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Q Q 0Q tQ {Q Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdSp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q Q R R +R BR YR jR R R R R                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd
p $If   K$L$l 0                                     
t                                4   4 
l a   R R R R R R S 'S >S OS fS }S S S S S S                                                                                                                                                                                                                            S  kdp $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S S S S S T T 1T DT WT YT ZT             s                                                                                                                                                                 kd1p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S S 
T T VT WT [T dT vU U >V pV W qW W W X _Y Y FZ [Z [ [ 9\ \ 4] I] ^ u_ _ _ _ _ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ZT [T                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [T dT vU >V W W X FX X X 
Y +Y ]Y Y Z [ \ L] M] T] ^ ^                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ^ 1_ q_ _ _ _ ` -` L` k` l` }`                                                                                                             f                                       kd?p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  _ ` ` %` 1` D` P` c` j` l` |` }` ` ` ` ` ` ` ` ` ` ` b +b ,b -b ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  }` ` ` ` ` ` ` `             s                                                                                                                                                                                     kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ` `                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a (a Ja la a a a a a b ,b                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ,b -b >b qb b |            s            s            s                                                                                                                                                                          	  $If   gd_   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -b =b >b b b b b b b b b b b d d d e 1e Ee ie }e e e e f h h h i gi ji i i ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  b b b b b d d d d 2e je e  f |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        f Uf Vf f Og Pg h h h h i ii ji i i j Oj j j :k ;k Ek Pk k k k                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  i i i j *j Nj bj j j j j :k ;k Pk k k k k k k k k k k k k k k k k k l 
l l l bl m m m m m õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (k k                                        kd{p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k k 
l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  l l                                        kdϑp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l bl l l l m "m Ym m m m                                                                                                             f                                       kd#p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  m m m m m m m m n n n             s                                                                                                                                                                      kdݓp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
m m m m m m m m m m m m m n n n n ^n _n n n n n n n n o o o o o o 1o 2o Do Eo jo ko ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %n n                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n ;n _n n n n n                                                 f                                                                                                                       kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  n n o o 2o Eo Xo ko mo no |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	no oo                                        kd_p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ko oo xo o o <p =p >p Np Op Pp Qp ip sp tp xp yp zp p p p p p p p p p p yq zq r r r r r r r (r 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %oo xo o o =p >p Op Pp                                                 f                                                                                                                       kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Pp Qp yp zp p p p p p p |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdmp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p p                                        kd'p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p p zq r r r r                                                 f                                                                                                                       kd{p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  r r r Mr r r s s 3s +t ,t `t t |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd5p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (r ,r Mr r r r s s s 3s s ,t `t st t t t t u u $u 6u 7u Uu Vu iu u u u u u v ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  t t u Vu u u v ev v 	w 
w w w  w Sw ]w gw                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  v 1v dv xv v v w 
w w  w Rw Sw ]w gw hw w w w w w w w w w w w w x x x !x շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\gw hw                                        kdp $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               hw w w w w w w w x                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  x x                                        kdCp $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x x x x x x y 2y ty uy y y                                                                                                 f                                                   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  !x x x y y )y 2y 9y ?y sy ty uy y y y y y y y y y y y y y y y y y ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ y y y y y y y y                                                             R            I                                   	  $If   gd_ Q  kdޠp $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdQp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ y y z z (z ;z Nz az cz dz zz |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdkp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y z z z z z z 'z (z :z ;z `z az {z z z z z { { { { { | 5| >| E| K| \| ]| ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ zz {z                                        kd%p $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               {z z z { ?{ \{ u{ { { { { | | >| ]| ^|                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ]| ^| _| o| p| s| y| | | | | | | | | | | | | | }  } !} %} &} '} 9} :} L} M} r} s} w} пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ^| _| p| | | | |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdyp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | |                                     R            I                                                                     	  $If   gd_ Q  kdp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3p $If   K$L$l 0                                     
t                              4   4 
l a   | | &} '} :} M} `} s} u} v} |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdMp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v} w}                                        kdp $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w} } } ~ Q~ c~ ~ ~ ~ ~ 5 9 : ;                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
w} } } } } ~ ~ ~ ~ ~ ~ ~ ~ ~ ~   4 5 8 9 : ; < L M P e n x y زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ; < M z |            s            s                                                                                                                                                                                           	  $If   gd_   kd[p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y z {                
 k l   ` ́ ց ׁ   ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    z {         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdϨp $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 l   N   ́ ׁ  ! c d                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 	    ! ( . b c d e u v y         ͂ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  d e v  |            s            s                                                                                                                                                                                           	  $If   gd_   kd#p $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ͂ ΂ 	    ,  ӄ Ԅ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdݪp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
͂ ڂ ނ 	     ,  Ԅ  䄕    D E Q U ~ ᆕ   ! I  I U Y  7 8 r s    䋕  
 # ' S  ˍ ̍  [   -  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Ԅ     D E ~ ᆕ   I  H I  8 r s  Z [    ы 䋕  
 S                                                                                                                                                                                                                                                                                                                                                                   gd_  S  ̍  [   -  ď  ] ^ i u                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   gd_    gd_     \ ] i             < s ԑ  Q   䒕   4 k l  ˓ ̓ ѓ    Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdp $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    Ð ʐ ϐ ߐ                                                    _            V            V                                                             	 $If   gd_    kd5p $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd
p $$If   l       0   T# T                 .                
t  0                                                              4 
l al        " * 6                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdp $$If   l       0   T# T                 .                
t  0                                                              4 
l al  6 7 < s x 2            )            )            )                      	 $If   gd_    kdDp $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     x Α ϑ ԑ   K             [                                                                                                                                           kdqp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  K L Q   ޒ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd:p $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ޒ ߒ 䒕   . d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  . / 4 l q  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kḏp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ̓ ѓ  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      R W c d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd^p $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  c d g q n            e            e                                                                                                                                                               	 $If   gd_    kd'p $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           q r u ~                                                                                                                                                                                                                                                	 $If   gd_  t  kdp $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~                                             w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdp $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd6p $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                           Ĕ Ȕ ϔ ֔ ה ؔ ٔ                                                             A                                  kdp $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ٔ ڔ ۔ ܔ ݔ ޔ ߔ                                                  A                                              kdnp $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ᔕ ┕ 㔕 䔕 唕                                      A            <            7                  gd_    gd_    kdMp $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_     Ǖ ȕ ᕕ    	                                                                                                                                                                                                                                                   E  kd,p $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	     Ǖ ȕ   	 
  
   ) * I J L M y z        Ζ ϖ Ж ܖ ݖ   \ ] h i y z 춥x                          /j^p hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *	 
   
                                       a                                                                                                                             E  kdp $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdp $$If   l 0 
" R                                                           4 
l a     % ) * = I                                     a                                                                                                                             E  kdp $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdIp $$If   l 0 
" R                                                           4 
l a   I J K L M _ y                                     a                                                                                                                             E  kdfp $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdp $$If   l 0 
" R                                                           4 
l a   y z                                          a                                                                                                                             E  kd$p $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdżp $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdp $$If   l 0 
" R                                                           4 
l a       ͖ Ζ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdp $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Ζ ϖ Ж ݖ        l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdp $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
z ~  t u            ' ( o q | } ě ƛ ؛ ٛ     O Q R ^ _ Ο ϟ ۟    5 U z  ۣ ܣ 8 9 K ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jſp hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0     ( p q } ś                                                                                                                                                                                                                                                       S  kd,p $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	ś ƛ ٛ    P                                     N                                                                                       S  kdPp $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdp $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P Q R _  . ꝕ 띕 ؞ ٞ Ο ϟ ۟ ^  *   `                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdp $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ` a   { ۣ ܣ  8 9 L   ĥ ⦕  m   ħ ާ ߧ 訕 騕   窕 誕 3                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  K L ä Ĥ Ԥ ܤ   ĥ ᦕ ⦕  ɨ 樕 騕    3 I M Z [    «         # $ a b m ۵۵۵ۭۜۋzrgrrr       jXp h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '3 ? N Z [  «                                      j                                                                                                                                           kdtp $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     O T     x  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdp $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
  Ԯ ծ & v w ¯ ï g h   / 0 法 糕   ϴ ക  J                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  m n o s t w ¯ ï f   峕             ϴ ക a j s    { | ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j&p hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujp h_ U ! |                                                      e                                                                                                                        F  kd p $$If   l   l '{6    4   4 
l a] p
        F  kdp $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  |   ҹ ӹ ֹ ׹ ݹ ޹      ! 7 8 S T p q     Ǻ Ⱥ ޺ ߺ   ! " # $ %    q        m   㿕  6 l ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    Ź ҹ ӹ                                                             5            v  kdp $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdsp $$If   l   l '{6    4   4 
l a] p
         ӹ Թ չ ֹ ׹ ۹ ܹ ݹ                                     t                                                                                                                                                             v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ݹ ޹                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6p $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                        t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ! / 1 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 8 K M S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7p $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S T i k p                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p q                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8p $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ǻ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ǻ Ⱥ ֺ غ ޺                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ޺ ߺ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9p $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             !                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! " # $ %    X r     ;                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; O   Ͼ ⾕  4 h   Կ 俕  7 k l m n          E F                                                                                                                                                                                                                                                                                                                                                                   gd_  l n x        , D d g    
Õ 6Õ aÕ Õ Õ ĕ ĕ ĕ &ĕ 'ĕ Mĕ Nĕ kĕ lĕ ĕ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  F d r       
Õ  Õ 6Õ LÕ bÕ cÕ Õ Õ Õ Õ ĕ ĕ &ĕ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  &ĕ 'ĕ                                     kd:p $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               'ĕ Nĕ kĕ lĕ ĕ ĕ ĕ ĕ ĕ ĕ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ĕ ĕ ĕ ĕ ĕ ĕ ĕ ĕ ĕ ĕ vŕ xŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ƕ ƕ Ǖ Ǖ /Ǖ 0Ǖ 1Ǖ 2Ǖ WǕ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ĕ ĕ                                     kdp $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ĕ ĕ 	ŕ 
ŕ ŕ ŕ Cŕ _ŕ `ŕ uŕ vŕ wŕ xŕ ŕ                                                                                                                                     q                            kdp $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ             q            l                                                                                                                                                       gd_    kdp $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ŕ ŕ                                     kdbp $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ŕ ŕ ƕ ƕ ƕ ƕ 1ƕ Mƕ Nƕ `ƕ ƕ ƕ ƕ ƕ ƕ ƕ ƕ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ƕ ƕ Ǖ 0Ǖ z            q            q                                                                                                                                                                                       	  $If   gd_    kdp $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       0Ǖ 1Ǖ 2Ǖ YǕ ZǕ [Ǖ \Ǖ ]Ǖ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdvp $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       WǕ XǕ YǕ ^Ǖ gǕ Ǖ Ǖ ȕ ȕ !ȕ "ȕ $ȕ Pȕ Qȕ Vȕ _ȕ ȕ ȕ ȕ ȕ  ɕ ɕ ^ɕ `ɕ pɕ qɕ ɕ ɕ ɕ ɕ ɕ ɕ @ʕ Aʕ tʕ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "]Ǖ ^Ǖ                                     kd3p $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^Ǖ gǕ Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ ȕ "ȕ                                                                                                             q                                                         kdp $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  "ȕ #ȕ $ȕ Qȕ Rȕ Sȕ Tȕ Uȕ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdGp $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Uȕ Vȕ                                     kdp $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Vȕ _ȕ ȕ ȕ ^ɕ _ɕ `ɕ qɕ ɕ                                                             q                                                                                                                             kd[p $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ɕ ɕ ɕ ɕ ɕ Aʕ uʕ ʕ ʕ ʕ ʕ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdp $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
tʕ uʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ 	˕ 
˕ 7˕ L˕ M˕ ˕ ˕  ̕ ͕ ͕ ͕ ͕ h͕ {͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ 7Ε GΕ HΕ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ʕ ʕ ʕ ʕ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ʕ ʕ                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʕ 
˕ 7˕ M˕ O˕ ˕                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ˕ ˕                                        kd7p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˕ ˕ "̕ #̕ _̕ `̕ o̕ ̕ ͕ ͕ ͕ h͕ ͕                                                                                                 s                                                                        kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ͕ ͕ ͕ ͕ ͕ ͕ ͕ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdEp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ͕ ͕                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͕ ͕ 6Ε 7Ε HΕ iΕ                         s                                                                                                                                                                                   kdSp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  HΕ hΕ iΕ jΕ kΕ lΕ nΕ Ε Ε ҕ ҕ 5ҕ uҕ ҕ ҕ ӕ tӕ ӕ ӕ ԕ ԕ ԕ  Օ ?Օ Օ Օ ֕ ֕ ]ו |ו ו ؕ ~ؕ ؕ ٕ %ٕ ڕ #ڕ ڕ ڕ ە 2ە ە ە ܕ ܕ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -iΕ jΕ kΕ lΕ mΕ nΕ Ε ;ϕ <ϕ }ϕ ϕ ϕ ϕ ϕ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd
p $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ϕ ϕ Е Е 7Е NЕ {Е |Е Е Е 2ѕ 3ѕ ҕ ҕ 5ҕ Jҕ uҕ ҕ ҕ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ҕ ҕ ҕ ҕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҕ ҕ ҕ ҕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҕ ҕ ҕ ҕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҕ ҕ ҕ ҕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҕ ҕ ҕ ҕ ӕ ӕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdCp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ $ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ӕ %ӕ /ӕ 4ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ӕ 5ӕ @ӕ Eӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Eӕ Fӕ Pӕ Uӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Uӕ Vӕ Wӕ tӕ ӕ ӕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ ӕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӕ ӕ ӕ ӕ ԕ ԕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ "ԕ 'ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'ԕ (ԕ 2ԕ 7ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7ԕ 8ԕ Cԕ Hԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hԕ Iԕ Sԕ Xԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdup $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xԕ Yԕ Zԕ ԕ ԕ ԕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ ԕ ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ ԕ ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ ԕ ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ ԕ ԕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԕ ԕ ԕ  Օ .Օ >Օ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Օ ?Օ JՕ OՕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OՕ PՕ ZՕ _Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _Օ `Օ kՕ pՕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pՕ qՕ {Օ Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ Օ Օ Օ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ Օ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Օ Օ Օ i֕ ֕ ֕ ֕ ֕                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdep $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֕ ֕ ֕ ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו $ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ו %ו /ו 4ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ו 5ו 6ו ]ו kו {ו                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {ו |ו ו ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו ו             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ו ו ו ו ו 
ؕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
ؕ ؕ ؕ ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ &ؕ +ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +ؕ ,ؕ 7ؕ <ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <ؕ =ؕ Gؕ Lؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lؕ Mؕ Nؕ ~ؕ ؕ ؕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ ؕ ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ ؕ ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ ؕ ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ ؕ ؕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؕ ؕ ؕ ٕ ٕ $ٕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ٕ %ٕ 0ٕ 5ٕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5ٕ 6ٕ @ٕ Eٕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Eٕ Fٕ Qٕ Vٕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vٕ Wٕ aٕ fٕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fٕ gٕ hٕ ٕ ٕ ڕ ڕ "ڕ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "ڕ #ڕ .ڕ 3ڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3ڕ 4ڕ >ڕ Cڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cڕ Dڕ Oڕ Tڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tڕ Uڕ _ڕ dڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dڕ eڕ fڕ ڕ ڕ ڕ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڕ ڕ ڕ ڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڕ ڕ ڕ ڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڕ ڕ ڕ ڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڕ ڕ ڕ ڕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڕ ڕ ڕ ە !ە 1ە                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1ە 2ە =ە Bە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bە Cە Mە Rە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Rە Sە ^ە cە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cە dە nە sە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sە tە uە ە ە ە                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=p $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ە ە ە ە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ە ە ە ە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ە ە ە ە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ە ە ە ە             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ە ە ە ܕ 6ܕ [ܕ ~ܕ ܕ ܕ ܕ ܕ ܕ ܕ ݕ ݕ                                                                                                                                                                                        gd_  z  kd q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܕ ܕ ݕ #ݕ ݕ ݕ ݕ ݕ ݕ ݕ ޕ ޕ 'ޕ 1ޕ 2ޕ dޕ eޕ vޕ ޕ ޕ ޕ ޕ ޕ ޕ      Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ݕ ݕ ݕ ݕ ݕ ݕ ݕ ޕ 'ޕ 1ޕ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	1ޕ 2ޕ                                        kdw q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2ޕ eޕ ޕ ޕ ޕ ޕ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ޕ ޕ                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޕ ޕ ߕ ߕ 3ߕ 4ߕ ߕ ߕ  < L ] m n                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_       ' @ o |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               n o p       P R b c    . F ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jq h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  o p      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd^q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   j    	 # 8 P Q                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  Q R c  |            s            s                                                                                                                                                                                           	  $If   gd_   kdlq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           F   
  . /   |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd&q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F   	 
 - . / M       4 f g q { |          2 3 V X h i y ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ ) 4 g q {                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  { |                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd4	q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 F G V g         2 3 W                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  W X i   k   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y z         5 j          =      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jBq h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ              |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          * + 5 ? @ e f       % b ~             $ % 0 d ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  + 5 ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ? @                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd
q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  . / ~                                                                                                     Y                              kd)q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
      0                    s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d e p q           = O  0 f h }    ! "   s   .          Q x     	 
 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jq hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jq hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    G H  	 < = O     2   "   s    	                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   gd_   
& FP gd_    gd_   . / 4 < A             f                                                                                                                                                                      kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  A B G O [ o            f            f            f                                                                                                                                                	  $If   gd_    kdrq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ \ a h m o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m n s z  o            f            f            f                                                                                                                                                	  $If   gd_    kdNq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd*q $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           | } : ;  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdtq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
    
 
     `             ( 2 3 ? ` a      m o  ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %      j k  ~  	 	 	 c d  
 
       ) :                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  : K \ m ~            / 0      l m   ' W                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  W X   ` a          ( 2                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  2 3                                        kd]q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    : x      m n                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
n o   |            s            s                                                                                                                                                                                           	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  . / 9 C D P q r      .! ! ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5         / 9 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  C D                                        kdyq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     C      -! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ! ! ! ! ! ! ! ! ! ! ! " " " %" &" 2" S" T" {" |" }" " " $ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ! ! ! ! |            s            s                                                                                                                                                                                           	  $If   gd_   kd!q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! ! " " %" |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %" &"                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &" T" z" {" |" }" " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  " "                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " " " '# g# # $ z$ $ $                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  $ z$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ !% "% ,% 6% 7% C% d% e% % % ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    $ $ $ $ |            s            s                                                                                                                                                                                           	  $If   gd_   kd= q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ $ $ "% ,% 6% |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6% 7%                                        kd!q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7% e% % % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  % % % % ' ' !' "' (' /' 0' 1' 2' G' y' z' ' ' ' ' ' ' ' ' ' ' îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  % %                                        kd#q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % & <& {& & & ' ' '                                                                                                                         f                           kdY$q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ' "' 0' 1' 2' <' G' z' ' '                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd%q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	' '                                        kd%q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ' ' ' ' ) ) ) ) ) ) ) ) ) ) ) ) ) ) * B* C* M* W* X* d* * п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ' '                                        kd!'q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' 5( A( h( ( ( ( ) 9) ) )                                                                                                                         f                           kdu(q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ) ) ) ) ) ) ) * * C*                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd/)q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	C* M* W*                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  W* X*                                        kd)q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * * * * * * + + + , , , , , $- %- &- '- (- )- 5- 9- Y- ?/ R/ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 * *                                        kd=+q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * + + + + /, , , , $-                                                                                     s                                                                                              kd,q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
$- %- &- '- (- )- Y- 
/ / ?/ / / / 70 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdK-q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R/ / / / / / 0 60 J0 0 0 0 0 0 #1 $1 .1 81 91 Q1 [1 \1 ]1 `1 a1 1 1 1 1 1 1 1 1 1 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !70 0 0 0 0 0 $1 .1 81                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  81 91                                        kd.q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               91 a1 1 1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  1 1                                        kdY/q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 [2 n2 2 2 2 2 2 2 2                                                             f                                    [            [                     
  $If   gd_ K$  kd0q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
1 [2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 ,3 63 73 83 :3 ;3 <3 ^3 _3 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 2 2 3 3 3 3                                     R            I                                                                     	  $If   gd_ Q  kd1q $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg1q $If   K$L$l 0                                     
t                              4   4 
l a   3 3 <3 _3 r3 3 3 3 3 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_3 3 3 3 3 3 54 64 74 84 H4 I4 z4 4 4 4 4 4 4 4 4 4 4 4 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 3 3                                        kd;3q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 4 64 74 84 I4 z4 4 4                                                             f                                    [            [                     
  $If   gd_ K$  kd4q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
4 4 4 4 4 4 4                                     R                                                                                              Q  kd5q $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdI5q $If   K$L$l 0                                     
t                              4   4 
l a   4 4 4 4 4 4                                     R            I                                                                     	  $If   gd_ Q  kd6q $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc6q $If   K$L$l 0                                     
t                              4   4 
l a   4 4 4 5 5 )5 <5 O5 P5 Q5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}7q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 4 4 4 4 4 4 4 5 5 N5 O5 R5 [5 L6 M6  7 7 37 47 57 67 F7 G7 H7 7 7 7 8 
8 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Q5 R5                                        kd78q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R5 [5 5 :6 M6 37 47 57 67 G7 8                                                                                     Y                                          kd9q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
8 8 8 8 8 28 G8 Y8 s8 8 8 8 8 8 8 9 9 /9                                                                                                                                                                                                                      	  $If   gd_  S  kdE:q $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 
8 8 8 8 9 9 9 9 9 9 9 9 9 9 9 9 9 ": #: &: /: ;: : $; ;; <; =; >; ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  /9 I9 Y9 s9 9 9 9                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd:q $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9 9 9 9 9 : #: $: %: |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdi;q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %: &:                                        kd#<q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &: /: : : <; =; >; O; ; ; ;                                                             f                                    [            [                     
  $If   gd_ K$  kdw=q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
>; N; O; m; u; ; ; ; ; ; != #= $= %= == G= H= I= K= L= M= Z= d= e= = = = = C> > ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ; ; ; ; ; ; < "< 2< L< f< n< < < < < < <                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1>q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   < = "= #= $=                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd>q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $= %= M= e= x= = = = = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU?q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                        kd@q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = C> `> > > ? ? ? ? ? ?                                                                                                 f                                                   kdcAq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  > ? ? ? ? ? ? ? ? ? @ @ @ @ @ @ @ 6@ 7@ @ @ @ @ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ? ? @ 7@ \@ o@ @ @ @ @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdBq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ @                                        kdBq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ KA sA A A B B B B B                                                                                                 Y                              kd+Dq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@ JA LA A A A B B B B B B C C C C 'C (C )C +C ,C -C .C C C C νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  B C C -C .C SC fC yC C C C C             s                                                                                                                                                                 kdDq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C                                        kdEq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C D D D 4E E E E E 9F                                                                                     Y                                          kdFq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
C C D 4E E E E E E E 9F :F @F AF IF KF G G G G G G )H *H +H CH MH NH OH QH RH SH ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 9F :F AF JF KF SF hF }F F F F F F G G $G 9G                                                                                                                                                                                                         	  $If   gd_  S  kdGq $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  9G KG eG G G G G G G                                                                                                                                                                                                                                                 	  $If   gd_  S  kd?Hq $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G G G *H |            s            s                                                                                                                                                                                           	  $If   gd_   kdHq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       *H +H SH TH gH zH H H H H H |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdIq $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
SH TH fH gH H H H H xI hK iK jK zK {K K K K K +L _L aL gL hL pL rL kN mN ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  H H                                        kdSJq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H xI I J (J J hK iK jK {K                                                                                                 f                                                        kdKq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
{K K aL hL qL rL zL L L L L L L M *M                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdaLq $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  *M DM UM oM wM M M M M M M 
N 'N AN RN lN mN                                                                                                                                                                                                                            S  kdLq $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  mN nN oN N N N N N N N N N             s                                                                                                                                                                 kdMq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  mN nN oN N N N N N N N N N N N N N O O O O P P P P Q Q }R ~R gS |S ~S S Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ N N                                        kd?Nq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N O O P P P Q XQ Q #R ~R (S ~S S S S T +T [T T T T U ?U sU                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  S S T T T T CU VU ZU rU sU tU U U U U U U U )X +X ,X -X ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   sU tU U U U U |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdOq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U V !V 3V MV gV xV V V V V V W 
W W                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdMPq $If   K$L$l 0                     x                
t                                4   4 
l a   W 4W IW [W uW W W W W W W X *X +X ,X                                                                                                                                                                                                                   	  $If   gd_  S  kdPq $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ,X -X UX VX iX |X X X X X X |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdqQq $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
-X EX OX PX TX UX VX hX iX X X X X Y Y xZ Z Z ?[ T[ 0\ E\ \ \ d] y] z] {] ] ] ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ X X                                        kd9Rq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y yZ Z W[ d[ [ H\ \ {] ] ] ]  ^ %^ <^ [^ z^ ^ ^                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ] ] ] ] @^ S^ _^ r^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ !_ #_ ia ka la ma a a a a ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ^ ^ ^ _ _ "_ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdSq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "_ #_ +_ =_ O_ a_ s_ _ _ _ _ _ _ ` ` /` F` G`                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdGTq $If   K$L$l 0                                     
t                                4   4 
l a   G` O` a` s` ` ` ` ` ` ` a a ,a Ba Sa ja ka                                                                                                                                                                                                                            S  kdTq $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ka la ma a a a a a a a a a             s                                                                                                                                                                 kdkUq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a a a a a a a b c Fc c d d e +e e e f g g g h Si i {j j j l m &m 2m Em m 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !a a                                        kd%Vq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a b c c d ,e e e /f Nf f f f g 6h Ui }j j j j l l                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  l l m .m Mm m m m m 	n 
n n                                                                                                             f                                       kdyWq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  m m m m m m m n n 
n n n ^n _n `n n n n n n n n o o o o ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  n _n `n n n n n n             s                                                                                                                                                                                     kd3Xq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n n                                        kdXq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n n n 
o ,o -o Oo qo o o o                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  o o o p 4p |            s            s            s                                                                                                                                                                          	  $If   gd_   kdAZq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o 3p 4p 5p 6p 7p Cp Gp Kp Rp qp Wr jr r r r r s s Ns bs s s sv v v v w w <w Ow ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  4p 5p 6p 7p qp !r #r Wr r r s Os s |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdZq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s Ft t t u u rv sv v w w <w ~w w w 4x x x x x x !y +y 5y                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ow ~w w w w w  x 3x Gx x x x x x  y !y +y 5y 6y Ny Xy Yy ]y ^y _y qy ry y y y y y y y y  z ${ %{ &{ 6{ 7{ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (5y 6y                                        kd[q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6y ^y _y ry y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  y y                                        kd	]q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y  z #z Zz z z z z %{ &{ 7{                                                                                                             f                                       kd]^q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  7{ 8{ 9{ a{ b{ u{ { { { { {             s                                                                                                                                                                      kd_q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
7{ 8{ 9{ Q{ [{ \{ `{ a{ b{ t{ u{ { { { { { { { { | | | | | | | | | | | | | | | | | } 	} ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %{ {                                        kd_q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { | | | |                                                 f                                                                                                                       kd%aq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  | | | | | | | 	} } } |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	} 
}                                        kdbq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	} 
} } W} X} } } } } } } } ~ ~ ~ ~ ~ ~ *~ +~ =~ >~ c~ d~ h~ q~ ~ ~           㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %
} } 4} X} } } } }                                                 f                                                                                                                       kdcq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  } } ~ ~ +~ >~ Q~ d~ f~ g~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kddq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g~ h~                                        kdaeq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h~ q~ ~                                                      f                                                                                                                       kdfq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      w x   р Ɂ ʁ  @ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdogq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          v w x    р + ʁ   @ S v     Ԃ Ղ    5 H v w   ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  @ w   5 w   R                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   σ   Q e           ( ) - . / 7 T f g       շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd)hq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                . / T g z                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd}iq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  O a   І   $ Q                                                                                                 f                                                   kdjq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_       ǆ І ׆ ݆    # $ ' < E O Q W X _ a v w     ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Q X ` a w                                                                R            I                                   	  $If   gd_ Q  kdlq $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdkq $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$     Ƈ ه 쇖     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdlq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
       Ň Ƈ ؇ ه    " # 2  ^ h i    Ӊ ܉ ㉖ 鉖   ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd_mq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                "   ݈   & ^ i    ܉                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_     
    B H I P R [           Ê Ċ Ŋ ׊ ؊ ꊖ 늖    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ     B I Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdnq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R                                         R            I                                                                     	  $If   gd_ Q  kdoq $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdmoq $If   K$L$l 0                                     
t                              4   4 
l a     Ċ Ŋ ؊ 늖     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdpq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdAqq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                     < G f  ӌ ׌ ، ٌ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
   .  < F G e f y      Ҍ ӌ ֌ ׌ ، ٌ ڌ ꌖ 댖      زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ٌ ڌ 댖  |            s            s                                                                                                                                                                                           	  $If   gd_   kdrq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          1 ; < @ A B T U g h       	 
    j t u   ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph      A B U h {    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOsq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd	tq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 
 G  쎖  / j u                                                                                                                                                                                                                                                                                                                                                                                           
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
     Ə ̏         , 5 ? @ A B C D k 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     A |            s            s                                                                                                                                                                                           	  $If   gd_   kd]uq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A B C D k l  ^   ʑ 6 q r |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdvq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
k x |  ^    ʑ 6 r ~   !  ⓖ 㓖        甖  疖   $ ՗ ֗    ! D     ř  ; i j   6  ˜ # ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4r  !   ⓖ 㓖     甖  斖 疖 $ ֗   D   . C _ o                                                                                                                                                                                                                                                                                                                                                                       gd_   ; j   6  ˜ # b      " . A E                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  #       ! A D E L M     ڞ  r   % &    Ҡ 	 
 < i j o   J Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $E F G H I J K L M M            H            H            H            H            H            H            H                   gd_   kdvq $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   M a h m } ~                                                   _            V            V                                                             	 $If   gd_    kdowq $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdDxq $$If   l       0   T# T                 .                
t  0                                                              4 
l al        Ȟ Ԟ                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdxq $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ԟ ՞ ڞ   2            )            )            )                      	 $If   gd_    kd~yq $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      l m r   韖             [                                                                                                                                           kdzq $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  韖 Ꟗ  & * | d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdt{q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  | }    ̠ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd=|q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ̠ ͠ Ҡ 
  6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd}q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6 7 < j o  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd}q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd~q $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdaq $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd6q $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     / 4 < C J V                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdӀq $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  V W                                             kdpq $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          W b f m t u v w                                                             A                                  kdɂq $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  w x y z { | } ~                                                 A                                              kdq $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ~                                           A            <            7                  gd_    gd_    kdq $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   K L e f                                                                                                                                                                                                                                                        E  kdfq $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	J K L R S e f         ǣ ȣ 磖 裖 ꣖ 룖   0 1 H I J N O l m n z {  U       춥x                          /jq hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd$q $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdŅq $$If   l 0 
" R                                                           4 
l a     ã ǣ ȣ ۣ 磖                                     a                                                                                                                             E  kdq $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdq $$If   l 0 
" R                                                           4 
l a   磖 裖 飖 ꣖ 룖                                       a                                                                                                                             E  kdq $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdAq $$If   l 0 
" R                                                           4 
l a     # 0 1 ; H                                     a                                                                                                                             E  kd^q $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdq $$If   l 0 
" R                                                           4 
l a   H I J K L M N                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdq $$If   l 0 
" R                                                           4 
l a   N O \ ] k l l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdq $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   l m n {  T U G H    l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdډq $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       / 0 4 5 7 _ `   Ũ ƨ 
    b d v w      節    l m y   Ӱ   ! y z ֱ ױ 鱖 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jq hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0  7 @ `  ƨ    c                                                                                                                                                                                                                                                       S  kdfq $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	c d w                                         N                                                                                       S  kdq $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdq $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    節   5 ̪   v w l m y  W Ȯ .                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kdq $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       y z  ֱ ױ 걖 P Q b    - F b | }   & '   Ѹ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  鱖 걖 a b r z O Q b    g   % ' F Ѹ 縖 븖   I J _ `          ¼     ۵۵۵ۭۜۋzrgrrr       jq h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Ѹ ݸ 츖   J `                                      j                                                                                                                                           kdq $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_       1     S s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd q $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
S  r s ļ   ` a   ^ _     R S m ~ .Ö Ö /Ŗ 0Ŗ Ŗ Ŗ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_    
    ` a  ]   - . 9 : J K O P Q R S \ m ~  Ö Ė 1Ė /Ŗ Ŗ ǖ ǖ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j`q hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujq h_ U !Ŗ ǖ ǖ ǖ 5ǖ 6ǖ Jǖ                                                 e                                                                                                                        F  kd:q $$If   l   l '{6    4   4 
l a] p
        F  kdǏq $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ǖ ǖ Lǖ pǖ qǖ tǖ uǖ {ǖ |ǖ ǖ ǖ ǖ ǖ ǖ ǖ ǖ ǖ Ȗ Ȗ +Ȗ ,Ȗ MȖ NȖ eȖ fȖ |Ȗ }Ȗ Ȗ Ȗ Ȗ Ȗ Ȗ Ȗ Ȗ ʖ ʖ ʖ ˖ D˖ ]˖ ˖ ˖ ˖ &̖ 8̖ ͖ #͖ X͖ ͖ ͖ ͖ 
Ζ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Jǖ Kǖ Lǖ Uǖ cǖ pǖ qǖ                                                             5            v  kd q $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdq $$If   l   l '{6    4   4 
l a] p
         qǖ rǖ sǖ tǖ uǖ yǖ zǖ {ǖ                                     t                                                                                                                                                             v  kdőq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  {ǖ |ǖ ǖ ǖ ǖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdpq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǖ ǖ ǖ ǖ ǖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǖ ǖ ǖ ǖ ǖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdƓq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǖ ǖ ǖ ǖ ǖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdqq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ǖ ǖ Ȗ 	Ȗ Ȗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ȗ Ȗ $Ȗ &Ȗ +Ȗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdǕq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +Ȗ ,Ȗ FȖ HȖ MȖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdrq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MȖ NȖ ]Ȗ _Ȗ eȖ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         eȖ fȖ tȖ vȖ |Ȗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdȗq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |Ȗ }Ȗ Ȗ Ȗ Ȗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdsq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ȗ Ȗ Ȗ Ȗ Ȗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ȗ Ȗ Ȗ Ȗ Ȗ ʖ ʖ ʖ ʖ ˖ D˖ ^˖ ˖ ˖ ˖                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdəq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ˖ ˖ !̖ 9̖ m̖ ̖ ̖ ̖ ͖ $͖ X͖ r͖ ͖ ͖ ͖ 	Ζ 
Ζ Ζ Ζ .Ζ 7ϖ 8ϖ Nϖ tϖ ϖ ϖ ϖ ϖ ϖ ϖ                                                                                                                                                                                                                                                                                                                                                                   gd_  
Ζ Ζ Ζ ,Ζ -Ζ .Ζ Nϖ dϖ ϖ ϖ ϖ ϖ Ж Ж BЖ cЖ tЖ Ж Ж Ж hі }і і і і і і і і 	Җ 
Җ Җ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ϖ Ж Ж #Ж $Ж BЖ rЖ sЖ tЖ Ж Ж Ж Ж  і і gі hі rі }і і і і                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  і і                                     kdtq $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               і і 	Җ 
Җ  Җ 6Җ LҖ bҖ dҖ {Җ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Җ  Җ 5Җ 6Җ KҖ LҖ aҖ bҖ |Җ Җ Ӗ Ӗ &Ӗ 'Ӗ FӖ GӖ HӖ IӖ oӖ pӖ uӖ ~Ӗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ {Җ |Җ                                     kd˛q $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |Җ Җ Җ Җ Җ Җ Җ Җ Җ Ӗ Ӗ Ӗ Ӗ 'Ӗ                                                                                                                                     q                            kd"q $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
'Ӗ GӖ HӖ IӖ pӖ qӖ rӖ sӖ tӖ             q            l                                                                                                                                                       gd_    kdߝq $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  tӖ uӖ                                     kdq $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               uӖ ~Ӗ Ӗ Ӗ Ӗ Ӗ Ӗ Ӗ Ӗ Ӗ )Ԗ BԖ WԖ lԖ Ԗ Ԗ Ԗ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Ԗ Ԗ Ԗ Ԗ z            q            q                                                                                                                                                                                       	  $If   gd_    kdq $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ Ԗ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdq $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Ԗ Ԗ Ԗ Ԗ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ K֖ W֖ s֖ ֖ ֖ ֖ ֖ ֖ ז ז .ז /ז 2ז <ז Rז ז ז ז ؖ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "Ԗ Ԗ                                     kdmq $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ԗ Ֆ $Ֆ %Ֆ 9Ֆ :Ֆ \Ֆ xՖ yՖ Ֆ Ֆ Ֆ Ֆ                                                                                                             q                                                         kdĢq $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ Ֆ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdq $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       Ֆ Ֆ                                     kd>q $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ֆ Ֆ F֖ G֖ ֖ ֖ ֖ ז /ז                                                             q                                                                                                                             kdq $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  /ז 0ז 1ז 2ז Rז ז ؖ )ؖ *ؖ 4ؖ ?ؖ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdRq $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ؖ ؖ *ؖ ?ؖ qؖ rؖ |ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ٖ (ٖ ٖ ږ ږ ږ ږ ۖ ۖ Hۖ Iۖ Jۖ iۖ jۖ kۖ lۖ mۖ pۖ yۖ ۖ ۖ ۖ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #?ؖ rؖ |ؖ ؖ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ؖ ؖ                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؖ ؖ ؖ ؖ ؖ ٖ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ٖ ٖ                                        kdqq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٖ (ٖ ٖ ٖ ٖ ٖ 
ږ ^ږ ږ ږ ږ ۖ Iۖ                                                                                                 s                                                                        kdũq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Iۖ Jۖ kۖ lۖ mۖ nۖ oۖ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       oۖ pۖ                                        kd9q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pۖ yۖ ۖ ۖ ۖ ܖ                         s                                                                                                                                                                                   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ۖ ܖ ܖ ܖ 	ܖ 
ܖ ܖ .ܖ 9ܖ ߖ ߖ ߖ  2    1     ?   9 X r       ;     # B   . M   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ܖ ܖ 	ܖ 
ܖ ܖ ܖ 9ܖ ܖ ܖ ݖ &ݖ 0ݖ ;ݖ Eݖ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdGq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Eݖ Fݖ ݖ ݖ ݖ ݖ ޖ ޖ Uޖ ޖ ޖ ޖ ߖ ߖ ߖ ߖ  ! 1                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdܯq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԲq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̵q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       9 G W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdĸq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       P r                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdzq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdټq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ]                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdѿq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       * :                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | } ~                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      r s                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # 1 A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      . < L                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           s t     +                                                                                                                                                                                        gd_  z  kdRq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , ` q r s          & ' 8 9 S \ / 1 A B R Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  + , ` r s }                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ' 9 ; R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  R S                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \              0                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  0 1 B     
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdYq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R S m n o     
  3 4 c d g p           ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jq h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  
  4 c d e f |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g                                        kdRq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p    g r                                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            s t       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd`q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        s t       1 F |          ? @ o     U X        ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                @ o                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_                                           kdnq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     = >  * J k                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd_ 	  $If   gd_     X  	 G  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         2 3 4 G H W x    % F h       : l m n  ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j|q h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        9 : n    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 , = > A J      4 5 = ? O P          ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , > ? @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @ A                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A J       > ? P                                                                                                 Y                              kdcq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
P      d    U b             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         $ % d  U b     	 	 
 
 
 
 
 
 
 
 * ,  &   
 
 0 4 d    } ~     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jq hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jq hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -b           S T 	 	 	 
 
 
 + ,  &                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kd>q $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
 
 o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 $
 o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $
 %
 -
 5
 :
 o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :
 ;
 C
 K
 W
 o            f            f            f                                                                                                                                                	  $If   gd_    kddq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W
 X
 `
 g
 l
 o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l
 m
 u
 |
 
 o            f            f            f                                                                                                                                                	  $If   gd_    kd@q $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
 
 
 
 , -       2 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    2 > ! + r } t$ $ & &' 6( B( C( O( S( o( s) t) ) ) ) ) ) ) ) ) ) 0* 1* 2* 6* ?* , 
, , ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %2 >   q r  	 [   % & w    ! + q r                                                                                                                                                                                                                                                                                                                                            h^hgd_   
& F  gd_    gd_   gd_        0 C Z q r }   K  L      # # t$ $ $ 
% % j% % % %                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  % % ?& & & & &' 6( C( o( s) t) ~) ) ) ) )                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ) )                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) 1* 2* 4* 5*                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  5* 6*                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6* ?* ~* * * * + >+ I+ + + + , ,                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
, 
, , U, |            s            s                                                                                                                                                                                           	  $If   gd_   kd?q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , T, U, V, X, d, h, , , , , , , , , , - - 5- 6- 7- ;- D- . 4/ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 U, V, W, X, , , , , , , |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  , ,                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , - 5- 6- 7- 9- :-                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  :- ;-                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;- D- - - - - !. E. . 4/ D/ E/                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  4/ D/ F/ V/ W/ ]/ d/ e/ f/ g/ |/ / / / / / / / / 0 0 0 0 (0 1 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    E/ F/ W/ e/ |            s            s                                                                                                                                                                                           	  $If   gd_   kd[q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e/ f/ g/ q/ |/ / / / |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / /                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 0 0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  0 0                                        kd#q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 (0 g0 s0 0 0 1 )1 1 2 (2 )2                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  1 2 (2 *2 :2 ;2 A2 H2 I2 J2 K2 L2 X2 \2 w2 x2 2 2 2 2 2 2 2 3 3 +3 ,3 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    )2 *2 ;2 I2 |            s            s                                                                                                                                                                                           	  $If   gd_   kdwq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I2 J2 K2 L2 x2 2 2 2 2 2 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd1q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 3 *3 +3 ,3 -3 /3 03                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ,3 -3 13 :3 4 4 4 4 4 4 4 4 4 4 5 5 "5 ,5 -5 95 Z5 [5 e5 5 5 5 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  03 13                                        kd?q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               13 :3 y3 3 3 3 4 94 q4 4 4 4                                                                                                                         f                           kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  4 4 4 4 4 4 4 5 "5 ,5                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdMq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	,5 -5                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -5 [5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  5 5 5 5 7  7 !7 17 27 87 ?7 @7 A7 B7 |7 7 7 7 7 7 7 7 7 7 8 8 п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  5 5                                        kd[q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 6 46 T6 6 6 6  7 !7                                                                                                                         f                           kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  !7 27 @7 A7 B7 |7 7 7 7 7                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdiq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  7 7                                        kd#q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 8  8 !8 #8 :8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8 8  8 !8 ;8 D8 E9 F9 G9 }: ~: : : : : : : : : : : : : < < ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 :8 ;8                                        kdwq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;8 D8 F9 G9 X9 9 9 ~: : : :                                                                                     s                                                                                              kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
: : : : : : : < < < = V= = = |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
< = 2= U= i= = = = = #> 7> y> z> > > > > > > > > > > > > ? ? 1? 2? j? k? ? ? ? õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ != $> y> z> > > > > >                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  > >                                        kd?q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > ? 2? E? X? k? m? ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ? ?                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? @ 9@ :@ ;@ L@ y@ @ @                                                             f                                    [            [                     
  $If   gd_ K$  kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
? ? 9@ :@ ;@ K@ L@ O@ d@ m@ w@ y@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ @ @ @ @ @ @                                     R            I                                                                     	  $If   gd_ Q  kd.q $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdq $If   K$L$l 0                                     
t                              4   4 
l a   @ @ @ @ A #A 6A IA JA KA |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ HA IA LA UA xA A A A A A A B B B 'B )B >B ?B NB PB VB WB XB ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J KA LA                                        kduq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               LA UA xA A A A A A B B (B                                                             f                                    [            [                     
  $If   gd_ K$  kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
(B )B ?B OB PB QB RB                                     R                                                                                              Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd r $If   K$L$l 0                                     
t                              4   4 
l a   RB SB TB UB VB WB                                     R            I                                                                     	  $If   gd_ Q  kd*r $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   WB XB B B B B B B B B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	XB pB zB {B |B ~B B B B B B B B B C C D D D D D D D D D RE [E rE E E ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ B B                                        kdqr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B 6C C C D D D D D E                                                                                     Y                                          kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
E E E E E E E E F +F ;F UF oF wF F F F F                                                                                                                                                                                                                      	  $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ E E E E +G ,G -G .G FG PG QG RG TG UG VG uG vG G G G G G 8H H H H H H ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  F F F G +G ,G -G                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  -G .G VG vG G G G G G |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G                                        kd]r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G 8H fH H H H H 7I >I GI                                                             f                                    [            [                     
  $If   gd_ K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
H H H I I 7I =I >I FI HI J J J J J J J J J J J J K K NK OK RK [K K L ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 GI HI PI eI zI I I I I I J J !J 6J HJ bJ |J J                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdk	r $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   J J J J J                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd	r $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J J J K K )K <K OK PK QK |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	QK RK                                        kdIr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RK [K K K EL L ,M -M .M /M @M M                                                                                                 f                                                   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  L *M -M .M /M ?M @M M M M M M M M M M M M M 2N 3N 6N ?N þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ M M M M M 
N  N 3N 4N 5N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW
r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5N 6N                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6N ?N N O TO O ;P <P =P >P OP                                                                                                 Y                              kder $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
?N N N SO TO O ;P <P =P >P NP OP P P P P P P P P P P P <Q =Q @Q νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  OP P P P P P Q Q *Q =Q >Q ?Q             s                                                                                                                                                                 kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ?Q @Q                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @Q IQ R ER R R qS rS sS S S                                                                                     Y                                          kd-r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
@Q IQ R R oS qS rS sS S S S S S S S S `U bU cU dU tU uU U U U U U U U U U U ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 S S S S S S T T -T GT aT qT T T T T T                                                                                                                                                                                                         	  $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T T U U -U GU aU bU cU                                                                                                                                                                                                                                                 	  $If   gd_  S  kdyr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  cU dU uU U |            s            s                                                                                                                                                                                           	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U V V +V >V QV RV SV |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdr $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
U U V V PV QV TV ]V W Y Y Y Y Y %Y *Y ?Y Y Y Y Y Z Z Z Z 	\ \ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  SV TV                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TV ]V W vW W W YX Y Y Y Y                                                                                                 f                                                        kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Y Y Y Z Z Z Z -Z BZ WZ iZ Z Z Z Z                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdr $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Z Z Z 
[ [ *[ ?[ T[ f[ [ [ [ [ [ [ 
\ \                                                                                                                                                                                                                            S  kd-r $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  \ \ 
\ 5\ 6\ I\ \\ o\ \ \ \ \             s                                                                                                                                                                 kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \ \ 
\ %\ /\ 0\ 1\ 3\ 4\ 5\ 6\ H\ I\ \ \ \ \ e] ] ] ] ] o^ p^ U_ j_ ` ` a a a a Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ \ \                                        kdyr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ e] ] ^ p^ ^ ^ l_ _ ` ` a a $a ca a a a %b Yb b b b c                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  a $a )b <b @b Xb b b b c c c "c #c gc mc nc vc xc e e e e ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   c c #c gc nc wc |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wc xc c c c c c c d d 0d Jd [d ud d d d d                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdr $If   K$L$l 0                     x                
t                                4   4 
l a   d d d d e -e >e Xe re e e e e e e                                                                                                                                                                                                                   	  $If   gd_  S  kdr $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e e f f -f @f Sf Tf Uf |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdr $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
e e e e e e e f f Rf Sf Vf _f g Ig h gh |h h h i i Jj _j k k k k  k dk ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Uf Vf                                        kdsr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Vf _f g h h h i oi i bj k  k `k k k k k k l Yl Zl                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  dk wk k k k k k l l /l 7l Pl Xl Yl Zl [l kl ll l l l l l o 	o 
o o #o -o .o 2o ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Zl [l ll l l l |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l l l m (m ?m Vm gm ~m m m m m m m                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdr $If   K$L$l 0                                     
t                                4   4 
l a   m m m n #n 5n Ln cn zn n n n n n n o 	o                                                                                                                                                                                                                            S  kd r $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	o 
o o 3o 4o Go Zo mo o o o o             s                                                                                                                                                                 kd r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2o 3o 4o Fo Go o o o o p p zq q Lr r r +s Gs t +u u u Hv v uw x px x -z z z z z /{ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !o o                                        kd_!r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o p zq Lr r Hs s s s It gt t +u u v x x x x ,z -z                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  -z mz z z z +{ J{ i{ { { { {                                                                                                             f                                       kd"r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  /{ B{ N{ a{ m{ { { { { { { { { { { !| "| #| '| (| ,| 5| R} g} h} i} ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  { { { "| #| (| *| +|             s                                                                                                                                                                                     kdm#r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  +| ,|                                        kd'$r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,| 5| B| d| | | | | | } 1} S} h}                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  h} i} z} } } |            s            s            s                                                                                                                                                                          	  $If   gd_   kd{%r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i} y} z} } } } } } } } } } ~   7 J m    쀗   ; O   ! H   ڄ 턗 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  } } } } ~    7 n  퀗 < |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd5&r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <   䁗   K L   H   ڄ  S  ҅ ! v w    Ɇ ӆ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  턗  / R f   х 兗   4 v w    Ɇ ӆ Ԇ 솗        " # 5 6 H I M V   È Ĉ Ԉ Ո õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ӆ Ԇ                                        kd&r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԇ    # 6 I K L                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  L M                                        kdC(r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V    & D ^  È Ĉ Ո                                                                                                             f                                       kd)r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ո ֈ ׈     & 9 L N O             s                                                                                                                                                                      kdQ*r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Ո ֈ ׈          % & K L P Y      / 0 1 2 J T U Y Z [ m n     ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %O P                                        kd+r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y w    0 1                                                 f                                                                                                                       kd_,r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  1 2 Z [ n      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd-r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    x y z           ȋ ɋ ۋ ܋     2 3   B C D T U V W d 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %  Ҋ  y z                                                   f                                                                                                                       kd'/r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      ɋ ܋     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd0r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3  C D U V                                                 f                                                                                                                       kd1r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  V W X    = > o g h  ޏ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd2r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d h     = J N o Ɏ h   ޏ   ( L M ` r s    Ӑ 搗   ( Y ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ޏ  M  Ӑ  Z   E F G Q \                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Y m     D F G \       ƒ ǒ ˒ ̒ ͒ Ւ    * + D M N ] շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdc3r $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ̒ ͒    + - C                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  C D                                        kd4r $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               D M  퓗  7 B n                                                                                                     f                                                   kd6r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ]  7 B U e n u {      Ŕ ڔ 㔗 픗        $ & ' ( ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      % & '                                                             R            I                                   	  $If   gd_ Q  kdR7r $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd6r $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ' ( P Q d w      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd7r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
( @ J K O P Q c d v w      Е .    % & A q z     ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd8r $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 / J {   Ė   & B T z                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_          旗 痗       5 6 8 9 : R \ ] a b c u v      пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ      痗  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd9r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           7 8 9                                     R            I                                                                     	  $If   gd_ Q  kd4;r $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd:r $If   K$L$l 0                                     
t                              4   4 
l a   9 : b c v      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd{<r $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 + S   ڙ 噗  / q u v w                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
   ̘ * ڙ 䙗 噗    & . / 6 < p q t u v w x        زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 w x   |            s            s                                                                                                                                                                                           	  $If   gd_   kd=r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ϛ ٚ ښ ޚ ߚ      + , 0 9 : I   V Z     1 2 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph      ߚ     , . / |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd>r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/ 0                                        kdC?r $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 9  囗 W   ͜   2 ]                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2 E T \ ] d j        ʝ ӝ ݝ ޝ ߝ  ᝗ ❗ 	 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     ߝ |            s            s                                                                                                                                                                                           	  $If   gd_   kd@r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߝ  ᝗ ❗ 	 
 E  . / h ԟ   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdQAr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	   E  . ; ? h ԟ     B  +       M Y ]  W    ¤ s t     ⥗   H I _ c  ٨   A  ԩ - i  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 B  * +     L M  W   ¤ t   ⥗   ̦ ᦗ  
   H I                                                                                                                                                                                                                                                                                                                                                                    gd_   ٨  A  ԩ - i    7      ̫ ߫ 㫗                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_   7 ;      ߫ ⫗ 㫗 ꫗ 뫗 9 : ; < x   =  í ĭ   K L p   ڮ   
 2 6 谗 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $㫗 䫗 嫗 櫗 竗 諗 髗 ꫗ 뫗 M            H            H            H            H            H            H            H                   gd_   kdBr $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   뫗      + ,                                                 _            V            V                                                             	 $If   gd_    kdBr $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  , - 9 :                                                                                                                                                                                                                                                          	 $If   gd_  o  kd~Cr $$If   l       0   T# T                 .                
t  0                                                              4 
l al  : ; < G K ^ f r                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdDr $$If   l       0   T# T                 .                
t  0                                                              4 
l al  r s x   2            )            )            )                      	 $If   gd_    kdDr $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      
   = B              [                                                                                                                                           kdEr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     ĭ ȭ  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdFr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      L P j d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdwGr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j k p   Ԯ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd@Hr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ԯ ծ ڮ  
 3 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	Ir $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 4 5 ?    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdIr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdJr $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdpKr $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     ͯ ү گ ᯗ 诗                                      w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd
Lr $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdLr $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                               A                                  kdNr $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdNr $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        ! 6                                     A            <            7                  gd_    gd_    kdOr $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  6 鰗 갗    . / C E                                                                                                                                                                                                                                                   E  kdPr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	谗 鰗 갗     . / E F H I W X e f       α ϱ 汗 籗 豗 챗  
     +        춥x                          /jUr hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *E F G H I Q W                                     a                                                                                                                             E  kd^Qr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdPr $$If   l 0 
" R                                                           4 
l a   W X a e f y                                      a                                                                                                                             E  kdRr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdQr $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdRr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{Rr $$If   l 0 
" R                                                           4 
l a      α ϱ ٱ 汗                                     a                                                                                                                             E  kdSr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9Sr $$If   l 0 
" R                                                           4 
l a   汗 籗 豗 鱗 걗 뱗 챗                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdSr $$If   l 0 
" R                                                           4 
l a   챗    	 
 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdVTr $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
    +   峗 泗   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdUr $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       ͵ ε ҵ ӵ յ   V W c d          9 ; K L      
   Y \ q      t u  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j9Vr hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 յ ޵  W d                                                                                                                                                                                                                                                           S  kdVr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   : ; L                                      N                                                                                       S  kdWr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd2Wr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       ӷ j & '   
     f ̼ 5                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kdVXr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     \    V t u       @     × × × $ė %ė ŗ ŗ #Ɨ $Ɨ oƗ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_               @ ė "ė %ė ŗ ŗ ŗ oƗ Ɨ Ɨ Ɨ Ɨ Ɨ Ɨ Ɨ Ɨ /Ǘ 0Ǘ 1Ǘ Mʗ Nʗ Yʗ Zʗ [ʗ _ʗ `ʗ ʗ ʗ ʗ ۵۵۵ۭۜۋzrgrrr       jYr h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'oƗ {Ɨ Ɨ Ɨ Ɨ Ɨ Ɨ 0Ǘ                                     j                                                                                                                                           kdXr $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  0Ǘ 1Ǘ BǗ Ǘ Ǘ Ǘ -ȗ .ȗ Jȗ ȗ ȗ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdZYr $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ȗ Kɗ ʗ ʗ bʗ ʗ ʗ ʗ ʗ ˗ ˗ ̗ ̗ kΗ lΗ "ϗ #ϗ ϗ ϗ З З З ї җ җ Lӗ Mӗ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ʗ ʗ ʗ ʗ ʗ ʗ ʗ ʗ ˗ ̗ Η !ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ ϗ З З З З ї ї җ Lӗ ԗ ԗ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jZr hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj3Zr h_ U !Mӗ ԗ ԗ ԗ ԗ ԗ ԗ                                                 e                                                                                                                        F  kdt[r $$If   l   l '{6    4   4 
l a] p
        F  kd[r $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ԗ ԗ ԗ ՗ ՗ ՗ ՗ ՗ ՗ ;՗ <՗ \՗ ]՗ s՗ t՗ ՗ ՗ ՗ ՗ ՗ ՗ ՗ ՗ ֗ ֗ ֗ ֗ 5֗ 6֗ ]֗ ^֗ _֗ `֗ a֗ ?ؗ @ؗ Lؗ ؗ ؗ ؗ /ٗ 5ٗ 8ٗ ٗ ٗ ڗ ڗ ڗ ۗ Sۗ rۗ ۗ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ԗ ԗ ԗ ԗ ՗ ՗ ՗                                                             5            v  kdZ\r $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd[r $$If   l   l '{6    4   4 
l a] p
         ՗ ՗ ՗ ՗ ՗ ՗ ՗ ՗                                     t                                                                                                                                                             v  kd\r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ՗ ՗ 3՗ 5՗ ;՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;՗ <՗ U՗ W՗ \՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU^r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \՗ ]՗ k՗ m՗ s՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd _r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s՗ t՗ ՗ ՗ ՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ՗ ՗ ՗ ՗ ՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV`r $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ՗ ՗ ՗ ՗ ՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdar $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ՗ ՗ ՗ ՗ ՗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdar $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ՗ ՗ ՗ ՗ ֗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdWbr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ֗ ֗ ֗ ֗ ֗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdcr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ֗ ֗ .֗ 0֗ 5֗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdcr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5֗ 6֗ =֗ B֗ ]֗                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdXdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ]֗ ^֗ _֗ `֗ a֗ ?ؗ @ؗ Lؗ ؗ ؗ ؗ ؗ 0ٗ Cٗ wٗ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kder $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         wٗ ٗ ٗ ٗ ڗ ڗ Rڗ pڗ ڗ ڗ ڗ ۗ  ۗ Tۗ sۗ ۗ ۗ ۗ ۗ ۗ ܗ ܗ ܗ ݗ !ݗ 4ݗ 5ݗ Nݗ ݗ ݗ                                                                                                                                                                                                                                                                                                                                                                   gd_  ۗ ۗ ۗ ۗ ۗ ۗ ܗ ݗ !ݗ 3ݗ hݗ ݗ ݗ ݗ ݗ ޗ ޗ Fޗ rޗ ޗ ߗ ߗ Mߗ Nߗ Xߗ bߗ cߗ ߗ ߗ ߗ ߗ ߗ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ݗ ݗ ݗ ݗ ݗ ݗ ޗ ޗ ޗ Fޗ \ޗ rޗ ޗ ޗ ޗ ߗ ߗ ߗ ߗ Nߗ Xߗ bߗ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  bߗ cߗ                                     kder $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               cߗ ߗ ߗ ߗ ߗ ߗ ߗ                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	ߗ ߗ ߗ ߗ ߗ ߗ ߗ    #         
    9 ; K L k l m n  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdgr $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                # E F Z [                                                                                                                                             q                            kd\hr $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
                     q            l                                                                                                                                                       gd_    kdir $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdir $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 = > R S m       
 $ % :                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  : ; L l z            q            q                                                                                                                                                                                       	  $If   gd_    kd-kr $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       l m n      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdkr $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            + - = > ] ^ `         < H          : | }  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdlr $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        , - > ^                                                                                                             q                                                         kdmr $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ^ _ `      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdnr $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdxor $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kdpr $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       }      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdqr $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
       $ % E F s     \ @ B R S        	 
    s   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #   $                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  $ %                                        kdWrr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % F s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdsr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ^ _     A B S                                                                                                   s                                                                        kdtr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    	 
   
 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdur $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
                                         kdsvr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r s                           s                                                                                                                                                                                   kdwr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_           Y Z q   1 P   4 S   \ {    /   ( G   B a @ _   O n     ! о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       w x      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdxr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  D [ s     ( n o Y Z q                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;yr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXzr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      1 ? O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdzr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu{r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3|r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP}r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      4 B R                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm~r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdHr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kder $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdār $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       \ j z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 9     .                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdمr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q r                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdшr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ( 6 F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɋr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      B P `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        @ N ^                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdޏr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " # O ] m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd֒r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdor $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΕr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-r $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - . R r         ! D                                                                                                                                                                                         gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! 2 D _      & X Y c m n               Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ        & Y c m                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	m n                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd?r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N O o p   S x                                                                                                                                                                                                                                                                                                                                                                                                                 
& F $If   gd_ 	  $If   gd_     1 J c |  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           
   ! 0              U V Y j  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jMr h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdҚr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 V W    , E _ t                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_     V |            s            s                                                                                                                                                                                           	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W X Y      F  X  j  k  Z [ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            E  F  i  j  k         G Y [ p        
 0 1 4 =   n o      ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $[ e p                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdTr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  1 2 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  3 4                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 =       Z   	 / L n o                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_      L   ( |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                L q     ' ( + < R y  
    ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jr h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ( ) * + Q R      ) |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd;r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         4 f g q { |        S a         8	 9	 ;	 <	 N	 `	 a	 l	 	 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !) 4 g q {                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  { |                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdIr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I J j k                                                                                                      Y                              kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 9	 :	 ;	 <	 l	 
 &
 [ \                s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdWr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 	 	 	 	 	 	 	 
 &
    , = y  Y l     Z [ ] ^     6 j 9 @    #     4 5 E F ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jVr hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jr hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -  + , =   D E x y    X Y n  [ ^     5 6 E W                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  W j k p x }             f                                                                                                                                                                      kdxr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  } ~    o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdTr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd¨r $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd0r $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     
 o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
    & o            f            f            f                                                                                                                                                	  $If   gd_    kdzr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at & ' ( )   " #   v w  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F I J   ( ( , , 2 #2 4 4 5 5 5 5 5 
6 7 7 '7 Y7 Z7 d7 n7 o7 {7 7 7 7 7 7 7 7 9 9 9 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  X  Y  ! ! ! ! ! # # $ $ % & & :' ( ( * * 1+ >+ K+ X+ e+ v+                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  v+ + + + + + + + + , , , K- L- - - k. l. >1 ?1 2 #2 X2 2 2 3 63 c3 3                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  3 3 3 -4 4 4 4 5 5 
6 7 7 7 '7 Z7 d7 n7                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  n7 o7                                        kdѫr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  7 7                                        kd%r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 8 (8 O8 v8 8 8 8  9 *9 O9 9 9                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
9 9 9 9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdyr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 9 9 9 9 : : ": #: 8: j: k: u: : : : : : : : : : : j< < ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 9 9 9 9 ": #: -: 8: k: u: |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd3r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u: :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  : :                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  : :                                        kdAr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : !; -; T; ; ; ; i< < < <                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  < < < < < < = = = = = L= M= W= a= b= n= = = = = = = = N? ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    < < < = |            s            s                                                                                                                                                                                           	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = = M= W= a= |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdOr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a= b=                                        kd	r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b= = = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  = =                                        kd]r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > > 8> c> > > M? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  N? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ +@ ]@ ^@ h@ r@ s@ @ @ @ @ @ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ? ? ? ? |            s            s                                                                                                                                                                                           	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? @  @ +@ ^@ h@ r@ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdkr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r@ s@                                        kd%r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s@ @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  @ @ @ @ KB MB ]B ^B dB kB lB mB nB B B B B B B B B B C "C #C $C îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  @ @                                        kdyr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ A #A JA xA A A B KB LB MB                                                                                                                         f                           kdͺr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  MB ^B lB mB nB xB B B B B                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	B B                                        kdAr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B #C $C %C 'C (C                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  $C %C )C 2C D D D D D D D D D D E 4E 6E 7E LE ~E E E E E E E п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  (C )C                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )C 2C qC }C C C C !D >D uD D D                                                                                                                         f                           kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  D D D D D E 7E AE LE E                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  E E                                        kd]r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  E E E E E E F F F H H H -H .H `H aH bH cH dH eH qH uH H {J J ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 E E                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E F F F 5G kG H H .H `H                                                                                     s                                                                                              kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
`H aH bH cH dH eH H FJ GJ {J J J ,K sK |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
J J J J K +K ?K rK K K K L L -L _L `L jL tL uL L L L L L L L L L L M 	M #M ,M 8M õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !sK K L L "L -L `L jL tL                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  tL uL                                        kdyr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uL L L L L L 	M M "M                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  "M #M                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #M ,M M M M M M M N N &N                                                             f                                    [            [                     
  $If   gd_ K$  kd!r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
8M M M M M M M M N N N N N N %N 'N <N =N LN NN ON PN hN rN sN tN vN wN xN N N ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ &N 'N =N MN NN ON                                     R            I                                                                     	  $If   gd_ Q  kdhr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   ON PN xN N N N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N N N N O qO rO sO tO O O O O O O O O O O O O O O ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J N N                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N O DO rO sO tO O O O O                                                             f                                    [            [                     
  $If   gd_ K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
O O O O O O O                                     R                                                                                              Q  kdJr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   O O O O O O                                     R            I                                                                     	  $If   gd_ Q  kddr $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdr $If   K$L$l 0                                     
t                              4   4 
l a   O O P ?P @P eP xP P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O P P P P P P P ?P @P P P P P Q Q <R UR oR pR qR rR R R R R R S @S FS ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ P P                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P vQ Q oR pR qR rR R @S                                                                                     Y                                          kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
@S GS PS QS YS nS S S S S S S 
T T *T ?T QT kT                                                                                                                                                                                                                      	  $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ FS GS OS QS T T T T T T T T T T T U U ^U _U bU kU wU U `V wV xV yV zV ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  kT T T T T T T                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdKr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  T T T U 9U LU _U `U aU |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aU bU                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               bU kU U V xV yV zV V V V V                                                             f                                    [            [                     
  $If   gd_ K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
zV V V V V V V V V V ]X _X `X aX yX X X X X X X X X X X X X X Y -Z ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 V V V W W *W DW ^W nW W W W W W W  X X *X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdr $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   *X DX ^X _X `X                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd7r $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  `X aX X X X X X X X X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X X                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y Y Y ,Z Z Z Z Z Z 1[                                                                                                 f                                                   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  -Z Z Z Z Z Z Z 0[ 1[ 2[ J[ T[ U[ V[ X[ Y[ Z[ r[ s[ [ [ [ [ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 1[ 2[ Z[ s[ [ [ [ [ [ [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kdKr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ \ \ ;] ] ] ] ] ]                                                                                                 Y                              kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
[ \ \ \ \ ;] ] ] ] ] ] ] ?^ @^ A^ Y^ c^ d^ e^ g^ h^ i^ j^ ^ ^ ^ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ] @^ A^ i^ j^ ^ ^ ^ ^ ^ ^ ^             s                                                                                                                                                                 kdYr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ '` p` a a a "a ua                                                                                     Y                                          kdgr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^ ^ _ p` 
a a a a !a "a ua va |a }a a a b  c c c c c ec fc gc c c c c c c c ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ua va }a a a a a a a a a b )b Cb Kb `b ub                                                                                                                                                                                                         	  $If   gd_  S  kd!r $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ub b b b b b b  c c                                                                                                                                                                                                                                                 	  $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c c c fc |            s            s                                                                                                                                                                                           	  $If   gd_   kdEr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       fc gc c c c c c c c c c |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdr $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
c c c c c c c c d f f f f f f f f !g gg g g g g g g i i ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  c c                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c d e Pe de e f f f f                                                                                                 f                                                        kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
f !g g g g g g g g g h !h ;h Lh fh                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdr $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  fh h h h h h h h i i 8i Ii ci }i i i i                                                                                                                                                                                                                            S  kdgr $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i i i i i i i 
j  j 3j 4j 5j             s                                                                                                                                                                 kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  i i i i i i i i i i i i i 2j 3j 6j ?j k 2k 3k Yk Zk 
l l l m m m n n n n Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 5j 6j                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6j ?j k Zk k l Al l 
m _m m dn n n n o Po go o o o #p Op {p p                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  n n o o o o p p p p p p p p q q q q q es gs hs is ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   p p p q q q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q 3q Hq ]q oq q q q q q q r $r >r Fr [r                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdr $If   K$L$l 0                     x                
t                                4   4 
l a   [r pr r r r r r r s !s ;s Ls fs gs hs                                                                                                                                                                                                                   	  $If   gd_  S  kdSr $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  hs is s s s s s s s s s |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdr $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
is s s s s s s s s s s s s t t u v v {v v lw w w w x x x x x y ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s s                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t u v v v 
w w  x x x x y <y ay xy y y y y                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  y y !y 4y |y y y y y y y y y y y y 	z 
z Nz Tz Uz ]z _z | | | | | | | | ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  y y 
z Nz Uz ^z |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^z _z gz yz z z z z z z { { 3{ D{ Z{ k{ { {                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdr $If   K$L$l 0                                     
t                                4   4 
l a   { { { { { { { | | )| @| W| h| ~| | | |                                                                                                                                                                                                                            S  kdMr $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  | | | | | | | } } 1} 3} 4}             s                                                                                                                                                                 kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | | | | | 0} 1} 5} >} P~ ~  J  K g ɀ 倘 9 ɂ   5 惘     # ˇ O b n  ͈ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !4} 5}                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5} >} P~   h 怘   k  灘  7 ɂ r   & ' . ʇ ˇ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ˇ  K j  Ɉ 舘  & E F W                                                                                                             f                                       kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ͈  수    * = D F V W       ŉ Ɖ ʉ Ӊ     ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  W     Ɖ ȉ ɉ             s                                                                                                                                                                                     kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ɉ ʉ                                        kdar $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʉ Ӊ   $ F h i   ϊ                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_     K p |            s            s            s                                                                                                                                                                          	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          o p q r s        Ս 荘   C W   َ 페    摘 A D x  ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  p q r s  ] _  Ս  D  ڎ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdor $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڎ / 0  ) * 鐘 ꐘ   摘 C D x   ) p     * ] g q                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    ͒   ( < o   ғ   * \ ] g q r           Ӕ Ԕ 攘 甘 딘  < ` a b r s õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (q r                                        kd)r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r     Ԕ 甘 锘 ꔘ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ꔘ 딘                                        kd}r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               딘  < _  ĕ ╘  3 a b s                                                                                                             f                                       kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  s t u    Ė ז ꖘ 얘 햘             s                                                                                                                                                                      kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
s t u         Ö Ė 閘 ꖘ   8 9    ͗ Η ϗ З 藘          D E ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %햘                                         kdEr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  9   Η ϗ                                                 f                                                                                                                       kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ϗ З     2 E G H |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdSr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H I                                        kd
r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E I R      ( ) * + C M N R S T f g y z     Й љ S T  ᚘ ⚘      㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %I R p    ) *                                                 f                                                                                                                       kdar $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  * + S T g z     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 љ T ᚘ ⚘                                                   f                                                                                                                       kd)r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     '   ۛ ܛ 
   : | |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         '    ۛ 蛘 웘 
 g  : M |   Ɲ Ꝙ 띘    / 0 C q    ƞ  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  |  띘 0 q   ?  㟘 䟘 埘   - 7 A                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    > R   ⟘ 䟘 埘  , - 7 A B Z d e i j k s    Ƞ ɠ ⠘ 렘 젘  շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\A B                                        kdr $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               B j k    ɠ ˠ ᠘                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ᠘ ⠘                                        kdr $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ⠘ 렘 Z   ա ࡘ  N O `                                                                                                  f                                                   kdEs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   Z ա ࡘ      M N O _ ` c x          ¢ Ģ Ţ Ƣ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      â Ģ Ţ                                                             R            I                                   	  $If   gd_ Q  kds $If   K$L$l 0                                     
t                              4   4 
l a  Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ Ţ Ƣ     ( ; = > T |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ƣ ޢ 袘 题        : ; U ^ _ n ̣    ä Ĥ ߤ    % 6 7 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ T U                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               U ^ ͣ 裘  6 O b   Ĥ घ   7 8                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  7 8 9 I J M S ~        ӥ ԥ ֥ ץ إ          & ' L M Q пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  8 9 J ~   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd's $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ե ֥ ץ                                     R            I                                                                     	  $If   gd_ Q  kdns $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   ץ إ     ' : M O P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P Q                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Z ɦ  + = x   ͧ                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
Q Z [ j Ȧ x      ħ ̧ ͧ ԧ ڧ        & ' * ? H R S زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   ' T |            s            s                                                                                                                                                                                           	  $If   gd_   kd		s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T U m w x | } ~     ɨ ʨ Ψ ר ب 稘 E F   :    Ϫ Ъ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    T U } ~    ʨ ̨ ͨ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ͨ Ψ                                        kd}
s $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ψ ר F   ( Y k   Ъ  = >                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ъ 㪘      < = > ? O P S h q { | } ~    촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  > ? P } |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } ~     㫘  ̬ ͬ  r   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   㫘  ̬ ٬ ݬ  r    ୘ ] ɮ   + / X  믘   #  # / 3 `   L M Y ]   洘 紘   - w   ߶ 5 r ˷  _ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 ୘ ] Ȯ ɮ   X  ꯘ 믘 #  " # `  L M  4 5 j     洘 紘 -                                                                                                                                                                                                                                                                                                                                                                   gd_  - w  ߶ 5 r ˷  _  ո 7 8 C O ^ j }                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   gd_    gd_  _ ո ٸ 6 7 C Y ] }     ׹ ع ٹ ڹ  M  ۺ + a b  默 께  E F x    м Խ  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdE
s $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         ɹ ʹ                                                 _            V            V                                                             	 $If   gd_    kd
s $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ʹ ˹ ׹ ع                                                                                                                                                                                                                                                          	 $If   gd_  o  kds $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ع ٹ ڹ 幘 鹘                                        z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdUs $$If   l       0   T# T                 .                
t  0                                                              4 
l al     M R 2            )            )            )                      	 $If   gd_    kds $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     R    ۺ ຘ %             [                                                                                                                                           kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  % & + b f  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     께   d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   	  F K r d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdzs $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r s x   Ѽ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdCs $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Ѽ Ҽ Ӽ ݼ , 1 = d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  = > A K n            e            e                                                                                                                                                               	 $If   gd_    kds $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           K L O X                                                                                                                                                                                                                                                	 $If   gd_  t  kds $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  X Y Z k p x                                        w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdGs $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kds $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd=s $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kds $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        Խ                                     A            <            7                  gd_    gd_    kds $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Խ      ̾ ; ᾘ 㾘                                                                                                                                                                                                                                                   E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       ̾ ; 㾘 侘 澘 羘     # $ & ' S T l m           ɿ  6 7 B C S T 춥x                          /j!s hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *㾘 侘 徘 澘 羘 ﾘ                                      a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd9s $$If   l 0 
" R                                                           4 
l a         #                                     a                                                                                                                             E  kdVs $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kds $$If   l 0 
" R                                                           4 
l a   # $ % & ' 9 S                                     a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kds $$If   l 0 
" R                                                           4 
l a   S T _ l m w                                      a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdss $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd1s $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kds $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       ɿ     [ \ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdN s $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
T X Y NØ OØ ZØ [Ø kØ lØ pØ qØ sØ Ø Ø Ø Ø Ę Ę IĘ KĘ VĘ WĘ Ę Ę Ę Ę Ę Ę Ę Ę )Ř +Ř ,Ř 8Ř 9Ř Ș Ș Ș ˘ ˘ ̘ /̘ T̘ ]̘ ̘ ̘ ͘ ͘ %͘ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /js!s hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0\ sØ |Ø Ø Ø Ę JĘ KĘ WĘ Ę                                                                                                                                                                                                                                                       S  kd!s $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	Ę Ę Ę Ę Ę Ę *Ř                                     N                                                                                       S  kd"s $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdl"s $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   *Ř +Ř ,Ř 9Ř qŘ Ƙ Ƙ Ƙ ǘ ǘ Ș Ș Ș 8ɘ ɘ ʘ jʘ ʘ :˘                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd#s $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   :˘ ;˘ ˘ U̘ ̘ ̘ ̘ ͘ ͘ &͘ Θ Θ Θ Ϙ Ϙ GИ iИ И И И И ј ј bӘ cӘ Ә Ә 
Ԙ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  %͘ &͘ ͘ ͘ ͘ ͘ Θ Θ Θ Ϙ Ϙ Ϙ ј ј ј aӘ cӘ Ә 
Ԙ #Ԙ 'Ԙ 4Ԙ 5Ԙ Ԙ Ԙ Ԙ Ԙ Ԙ Ԙ Ԙ ט ט ט ט ט ט ט ;ؘ <ؘ Gؘ ۵۵۵ۭۜۋzrgrrr       j%s h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '
Ԙ Ԙ (Ԙ 4Ԙ 5Ԙ Ԙ Ԙ Ԙ                                     j                                                                                                                                           kd"$s $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Ԙ Ԙ Ԙ )՘ .՘ m՘ ՘ ՘ ՘ R֘ ֘ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd$s $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
֘ ֘ ט ט  ؘ Pؘ Qؘ ؘ ؘ A٘ B٘ ژ ژ 	ܘ 
ܘ ܘ ܘ ݘ ݘ ݘ ݘ jޘ $ߘ k l                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  Gؘ Hؘ Iؘ Mؘ Nؘ Qؘ ؘ ؘ @٘ ژ [ܘ ܘ iݘ jݘ uݘ vݘ ݘ ݘ ݘ ݘ ݘ ݘ ݘ ݘ ݘ ݘ ;ޘ Dޘ Mߘ mߘ k  U V ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j%s hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujm%s h_ U ! V Z [ q r                                                  e                                                                                                                        F  kd&s $$If   l   l '{6    4   4 
l a] p
        F  kd;&s $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  V [              - . J K g h                 K      b t G _     F ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd's $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd!'s $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd9(s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd)s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd:*s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           % ' -                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         - . C E J                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J K ` b g                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd;,s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g h                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<.s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 2 L                              |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd=0s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ) ] u     B `      E F G H j s t                                                                                                                                                                                                                                                                                                                                                                            gd_  F H R h i j       > A ~     ;         ' ( E F Y пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    > L _ ` ~       & < =                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                         kd0s $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ( E F \ r                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	Y \ q r       P R b c             	 
   1 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd?2s $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      9 : O P Q R c                                                                                                                                     q                            kd3s $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
c                     q            l                                                                                                                                                       gd_    kdS4s $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd5s $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                      ' ( : e ~                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_     
 z            q            q                                                                                                                                                                                       	  $If   gd_    kdg6s $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       
   3 4 5 6 7 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd$7s $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       1 2 3 8 A        * + 0 9       8 : J K j k n x     N ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "7 8                                     kd7s $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 A ` a u v                                                                                                                    q                                                         kd89s $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     + , - . / z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd9s $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       / 0                                     kd:s $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0 9   8 9 : K k                                                             q                                                                                                                             kd	<s $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  k l m n   O e f p { z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd<s $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
N O f {         & ' [ d      B U            ! " ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #{                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd=s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ' ) Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Z [                                        kd>s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d   9 : I     B                                                                                                  s                                                                        kd9@s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd@s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdAs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   " C                         s                                                                                                                                                                                   kdCs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " B C D E F H j u    O n   N m   \ {   u    7  V      X w     _ ~   j    о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -C D E F G H u   W b l w  |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdCs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     ( U V    
    $ O ] m                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduDs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3Es $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPFs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmGs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1 N \ l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdGs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m x }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+Hs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHIs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdIs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdeJs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#Ks $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 4 \ j z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@Ls $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd]Ms $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzNs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \ u                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8Os $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUPs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      C                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdQs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrQs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0Rs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         7  E  U                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdRs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U  V  a  f              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMSs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f  g  q  v              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v  w                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjTs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdTs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Us $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                      {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEVs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' ( X f v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdVs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbWs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Xs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=Ys $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      + 0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A B                                                                  s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdZZs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZs $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw[s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @ _ m }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5\s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR]s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo^s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-_s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N O j x                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ`s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdas $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgas $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        5 X Y       g                                                                                                                                                                                        gd_  z  kdas $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       h           > ? P b c t u   k	 m	 }	 ~	 	 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  g h                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd%bs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ? c u w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdycs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
  \   	 &	 7	 G	 H	 l	                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  l	 m	 ~	 	 	 
 
 I
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 	 	 	 H
 I
 J
 o
 p
 
 
 
 
 * , < =    
  
 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jes h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  I
 J
 p
 
 
 
 
 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdfs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
                                        kdfs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 D       * +                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  + , =  |            s            s                                                                                                                                                                                           	  $If   gd_   kdhs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
 
 
 
 
  	   |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdhs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
 
 
 
 
   	 ' m       @ A K U V { |         
 0 2 B C S ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   A K U                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  U V                                        kdis $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdjs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! 0 A y z  f      
 1                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  1 2 C   E   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd6ls $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T n o p       D a         v     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jls h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        u v     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdums $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ? @ h y z }    < X p q y {          
 > ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kd/ns $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                @ h z { |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | }                                        kdos $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }     	 X Y z {                                                                                                  Y                              kdps $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     
                   s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdqs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  > ? J K [ \ ` a       ! )! $ 
% @% B% W% Y% % % % % f& h& M' b' ' ( ( ( l) p) * * +, R, , , , , , , ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jvs hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jKrs hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    ! "   ! ! )! " " $ $ % Y% % % g& h& M' b' ' ' ' '                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ' ( 	( ( ( (             f                                                                                                                                                                      kdrs $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ( ( !( )( 5( o            f            f            f                                                                                                                                                	  $If   gd_    kd ss $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5( 6( ;( B( G( o            f            f            f                                                                                                                                                	  $If   gd_    kdss $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G( H( M( T( `( o            f            f            f                                                                                                                                                	  $If   gd_    kdss $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at `( a( i( q( v( o            f            f            f                                                                                                                                                	  $If   gd_    kdjts $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at v( w( ( ( ( o            f            f            f                                                                                                                                                	  $If   gd_    kdts $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( ( ( ( ( o            f            f            f                                                                                                                                                	  $If   gd_    kdFus $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( ( ( ( ( o            f            f            f                                                                                                                                                	  $If   gd_    kdus $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( ( ( ( h) i) * * V, W, - - n- o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd"vs $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , , , n- z- ]6 g6 9 9 ? ? :B bB rC ~C C C C C D D D D D E E 
E E :E ;E lE mE nE rE {E GG IG YG ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %n- z- - - . . D/ E/ / X1 Y1 a2 b2 2 =4 >4 4 ]6 g6 7 7 8 8 8 8 9 9                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  9 %9 69 G9 X9 Y9 l9 9 9 9 9 9 : : ; ; 	< 
< > > ? ? ? F@ G@ @ @ A 1A                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  1A 2A {A A :B ;B bB rC C C D D D D D E E                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  E 
E                                        kdws $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
E ;E mE nE pE qE                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  qE rE                                        kd_xs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rE {E E E E F RF zF F F F F GG HG                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
HG IG ZG G |            s            s                                                                                                                                                                                           	  $If   gd_   kdys $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       YG ZG G G G G G G G G G H 	H H H H *H KH LH qH rH sH wH H J pJ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 G G G G G G G G 	H H |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdmzs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  H H                                        kd'{s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H LH qH rH sH uH vH                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  vH wH                                        kd{|s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wH H H H H I ]I I J pJ J J                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  pJ J J J J J J J J J J J J J J  K K -K .K UK VK WK [K dK L ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    J J J J |            s            s                                                                                                                                                                                           	  $If   gd_   kd}s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J J J J J J J |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd~s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J  K                                        kdCs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                K .K TK UK VK WK YK ZK                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ZK [K                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [K dK K K K L AL eL L TM dM eM                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  L TM dM fM vM wM }M M M M M M M M M M M M M N N N N >N ?N gN hN ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    eM fM wM M |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M M M N N |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kd_s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N ?N fN gN hN iN kN lN                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  hN iN mN vN O O O O P 	P 
P P P !P SP TP ^P hP iP uP P P P P P P îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  lN mN                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mN vN N N N O UO uO O O O O                                                                                                                         f                           kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  O O 
P P P P !P TP ^P hP                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	hP iP                                        kd{s $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iP P P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  P P P P [R \R ]R mR nR tR {R |R }R ~R R R R R R S S 'S 1S 2S >S ZS п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  P P                                        kdψs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q BQ pQ Q Q Q R \R ]R                                                                                                                         f                           kd#s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ]R nR |R }R ~R R R R R S                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd݊s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	S 'S 1S                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  1S 2S                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2S [S \S ]S _S vS                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ZS [S \S ]S wS S T T T U U U U U U U  V V V V V V 3V X ,X ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 vS wS                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wS S T T T T 	U U U U U                                                                                     s                                                                                              kd?s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
U U  V V V V 3V W W X [X X X Y |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
,X [X nX X X X X Y $Y _Y sY Y Y Y Y Y Z Z Z +Z 5Z 6Z 7Z :Z ;Z ZZ [Z mZ nZ Z Z Z Z Z õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Y `Y Y Y Y Y Y Z Z                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z Z                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z ;Z [Z nZ Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Z Z                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z 5[ H[ u[ v[ w[ [ [ [ [                                                             f                                    [            [                     
  $If   gd_ K$  kd[s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
Z 5[ u[ v[ w[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \ 8\ 9\ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ [ [ [ [ [ [                                     R            I                                                                     	  $If   gd_ Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   [ [ \ 9\ L\ _\ r\ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9\ \ \ \ \ \ ] ] ] ] "] #] T] Z] [] c] e] z] {] ] ] ] ] ] ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J \ \                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ \ \ ] ] ] #] T] [] d]                                                             f                                    [            [                     
  $If   gd_ K$  kd=s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
d] e] {] ] ] ] ]                                     R                                                                                              Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   ] ] ] ] ] ]                                     R            I                                                                     	  $If   gd_ Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   ] ] ] ] ] ^ ^ )^ *^ +^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ] ] ] ] ] ] ] ] ] (^ )^ ,^ 5^ &_ '_ _ _ 
` ` ` `  ` !` "` ` ` ` ` ` ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ +^ ,^                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,^ 5^ r^ _ '_ 
` ` ` ` !` `                                                                                     Y                                          kd9s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
` ` ` ` ` a !a 3a Ma ga wa a a a a a a 	b                                                                                                                                                                                                                      	  $If   gd_  S  kds $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ` ` ` ` gb hb ib jb b b b b b b b b b b b  c 	c c tc c d d d d ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  	b #b 3b Mb gb hb ib                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kds $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ib jb b b b b b b b |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b  c                                        kdѝs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                c 	c tc c d d d )d sd zd d                                                             f                                    [            [                     
  $If   gd_ K$  kd%s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
d (d )d Gd Od sd yd zd d d e e e e f !f "f #f %f &f 'f 4f >f ?f f f f f g g ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 d d d d d d d d e &e @e He ]e re e e e e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdߟs $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   e e e e e                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdqs $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e 'f ?f Rf ef xf f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f g :g g g hh ih jh kh |h h                                                                                                 f                                                   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  g fh ih jh kh {h |h h h h h h h h h h h i i ni oi ri {i þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ h h h i 6i Ii \i oi pi qi |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdˣs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	qi ri                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ri {i %j Mj j j wk xk yk zk k                                                                                                 Y                              kd٥s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
{i $j &j j j j wk xk yk zk k k k k k k l l l l l l l xl yl |l νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  k k k l l -l @l Sl fl yl zl {l             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  {l |l                                        kdMs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |l l Zm m m n n n n n o                                                                                     Y                                          kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
|l l Ym n n n n n n n o o o o #o %o p p p p p p q q q q 'q (q )q +q ,q -q ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 o o o $o %o -o Bo Wo io o o o o o o o p                                                                                                                                                                                                         	  $If   gd_  S  kd[s $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p %p ?p Yp ip p p p p                                                                                                                                                                                                                                                 	  $If   gd_  S  kds $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p p p q |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q -q .q Aq Tq gq zq q q q |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9s $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
-q .q @q Aq q q q q Rr Bt Ct Dt Tt Ut at ft {t t u 9u ;u Au Bu Ju Lu Ew Gw ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  q q                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q Rr r r s s Bt Ct Dt Ut                                                                                                 f                                                        kdUs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Ut t ;u Bu Ku Lu Tu iu ~u u u u u u v                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kds $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  v v /v Iv Qv fv {v v v v v v w w ,w Fw Gw                                                                                                                                                                                                                            S  kds $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Gw Hw Iw qw rw w w w w w w w             s                                                                                                                                                                 kd3s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Gw Hw Iw aw kw lw mw ow pw qw rw w w w w w w x x x x x y y z z W{ X{ A| V| X| Y| Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ w w                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w x x Yy y y 2z z z X{ | X| Y| `| | | } 5} a} } } } ~ M~                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Y| `| e} x} |} } ~ 0~ 4~ L~ M~ N~ ^~ _~ ~ ~ ~ ~ ~     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   M~ N~ _~ ~ ~ ~ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdAs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ ~ ~ 
 ' A R l                                                                                                                                                                                                                              
  $If   gd_ K$	  $If   gd_  S  kds $If   K$L$l 0                     x                
t                                4   4 
l a     # 5 O i z    ـ ꀙ                                                                                                                                                                                                                      	  $If   gd_  S  kds $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    / 0 C V i |    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kds $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  ) * . / 0 B C     Y  R    . 
    > S T U \  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y S  1 >  "  U \   چ   5 T                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_     ҆  - 9 L X k s        쇙     C E F G _ i j n ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     쇙   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd;s $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ) ; M d {    ш ∙  	   !                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kds $If   K$L$l 0                                     
t                                4   4 
l a   ! ) ; M _ q    ǉ މ    - D E                                                                                                                                                                                                                            S  kds $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  E F G o p     ϊ ъ Ҋ             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  n o p   Ί ϊ ӊ ܊     茙  鍙  g  ׏ g  Ӑ  -  U   i 학     k 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Ҋ ӊ                                        kdӷs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӊ ܊       	 (   Տ g  / W ē œ ̓ h i                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  i  镙  ' g   Ė 㖙 䖙                                                                                                              f                                       kd's $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  k ~     Ȗ ۖ ▙ 䖙   8 9 : ] ^ _ c d h q     ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   9 : ^ _ d f g             s                                                                                                                                                                                     kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  g h                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q ~   䗙   ) K m                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_     阙  |            s            s            s                                                                                                                                                                          	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          
      ! % , K 1 D s    ᛙ  ( < w  M Y ]  ߟ ⟙  ) ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      K   1 s  ⛙ ) x |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x ͜ Μ   ǝ ȝ   L M  ៙ ⟙  X  Ǡ  ]    ȡ                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ) X k   Ơ ڠ 
 ! \ p   ȡ      ( 2 3 7 8 9 K L ^ _ q r     ڢ       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdcs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                8 9 L _ r                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ڢ  4 b   ѣ                                                                                                                 f                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     ; < O b u                s                                                                                                                                                                      kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   + 5 6 : ; < N O a b     ֤ פ Y Z [ k l m n           ⥙ 㥙 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  פ Z [ l m                                                 f                                                                                                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  m n     Х 㥙 奙 楙 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	楙 祙                                        kdGs $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               㥙 祙  1 2    Ʀ Ǧ Ȧ ɦ ᦙ 릙 즙        = > B K n o   ~        㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %祙   2   Ǧ Ȧ                                                 f                                                                                                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ȧ ɦ     + > @ A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdUs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A B                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K o                                                      f                                                                                                                       kdcs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     Ũ Q R y z    ت  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ũ P Q R y      ت 몙  - P d      ͫ Ϋ ᫙  " P Q d  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   Q  Ϋ  Q  ݬ ,      ˭ խ ߭                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    ܬ  + ?     ʭ ˭ խ ߭ ୙      	  . @ A f g     շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\߭ ୙                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ୙  	 . A T g i                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kd+s $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ) ; s ~  쯙   +                                                                                                 f                                                   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_    s ~      믙 쯙       ) + 1 2 9 ; P Q ` b c d ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ + 2 : ; Q a b c                                                             R            I                                   	  $If   gd_ Q  kds $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd9s $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ c d     ư ٰ ۰ ܰ  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdSs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d |          ذ ٰ     j 8 B C a b }    ò Բ ղ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd
s $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 k   Ա    8 C b ~   ղ ֲ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ղ ֲ ײ 粙 貙 벙   " # * , 5 [ \ q r t u v         ĳ ų 곙 볙 ﳙ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ֲ ײ 貙  # + |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdas $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , \ s t u                                     R            I                                                                     	  $If   gd_ Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   u v    ų س 볙   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ﳙ                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ﳙ  g  ɴ ۴  ! @ k                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
ﳙ    f    ! ? @ S b j k r x        ĵ ŵ ȵ ݵ 浙   زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   ŵ  |            s            s                                                                                                                                                                                           	  $If   gd_   kdCs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                . / A B g h l u v  㶙 䶙   ط D N O m n ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph        / B U h j k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k l                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l u 䶙 !  Ʒ  	 D O n  ۸ ܸ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
n       ڸ ۸ ܸ ݸ            E 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ܸ ݸ   |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           E F  8 j k   K L |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E R V  8 j w {   L X \ ~  g   ɼ ͼ  Y       Ϳ ѿ         \      ę Cę Dę }ę ę ř iř ř ř ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4L ~  f g    Y                9 I \                                                                                                                                                                                                                                                                                                                                                                      gd_   ę Dę }ę ę ř iř ř ř <ƙ sƙ ƙ ƙ ƙ ƙ ƙ Ǚ Ǚ Ǚ                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ř sƙ wƙ ƙ ƙ ƙ ƙ ƙ Ǚ Ǚ Ǚ &Ǚ 'Ǚ uǙ vǙ wǙ xǙ Ǚ Ǚ Lș yș ș ș  ə \ə ə ə ə ə ə ʙ Cʙ Dʙ Iʙ nʙ r˙ $̙ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ǚ  Ǚ !Ǚ "Ǚ #Ǚ $Ǚ %Ǚ &Ǚ 'Ǚ M            H            H            H            H            H            H            H                   gd_   kds $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   'Ǚ ;Ǚ BǙ GǙ WǙ XǙ gǙ hǙ                                                 _            V            V                                                             	 $If   gd_    kds $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  hǙ iǙ uǙ vǙ                                                                                                                                                                                                                                                          	 $If   gd_  o  kds $$If   l       0   T# T                 .                
t  0                                                              4 
l al  vǙ wǙ xǙ Ǚ Ǚ Ǚ Ǚ Ǚ                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kds $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Ǚ Ǚ Ǚ Ǚ Ǚ 2            )            )            )                      	 $If   gd_    kd,s $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Ǚ Fș Gș Lș yș ~ș ș             [                                                                                                                                           kdYs $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ș ș ș  ə ə Və d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd"s $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Və Wə \ə ə ə ə d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ə ə ə ə ə ʙ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ʙ ʙ ʙ Dʙ Iʙ oʙ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd}s $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  oʙ pʙ qʙ {ʙ ʙ ʙ ʙ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdFs $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ʙ ʙ ʙ ʙ n            e            e                                                                                                                                                               	 $If   gd_    kds $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ʙ ʙ ʙ ʙ                                                                                                                                                                                                                                                	 $If   gd_  t  kds $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ʙ ʙ ʙ 	˙ ˙ ˙ ˙ $˙ 0˙                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kds $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  0˙ 1˙                                             kds $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          1˙ <˙ @˙ G˙ N˙ O˙ P˙ Q˙                                                             A                                  kdws $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Q˙ R˙ S˙ T˙ U˙ V˙ W˙ X˙                                                 A                                              kdVs $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  X˙ Y˙ Z˙ [˙ \˙ ]˙ r˙                                     A            <            7                  gd_    gd_    kd5s $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  r˙ %̙ &̙ ?̙ @̙ Y̙ j̙ k̙ ̙ ̙                                                                                                                                                                                                                                                   E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	$̙ %̙ &̙ ,̙ -̙ ?̙ @̙ j̙ k̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ ̙ 
͙ ͙ "͙ #͙ $͙ (͙ )͙ F͙ G͙ H͙ T͙ U͙ g͙ /Ι ϙ ϙ ϙ ϙ ϙ ϙ 춥x                          /jFs hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *̙ ̙ ̙ ̙ ̙ ̙ ̙                                     a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdss $$If   l 0 
" R                                                           4 
l a   ̙ ̙ ̙ ̙ ̙ ̙ ̙                                     a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd1s $$If   l 0 
" R                                                           4 
l a   ̙ ̙ ̙ ̙ ̙ ̙ ̙                                     a                                                                                                                             E  kdNs $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kds $$If   l 0 
" R                                                           4 
l a   ̙ ̙ ̙ 
͙ ͙ ͙ "͙                                     a                                                                                                                             E  kds $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kds $$If   l 0 
" R                                                           4 
l a   "͙ #͙ $͙ %͙ &͙ '͙ (͙                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdks $$If   l 0 
" R                                                           4 
l a   (͙ )͙ 6͙ 7͙ E͙ F͙ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kds $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   F͙ G͙ H͙ U͙ g͙ .Ι /Ι !ϙ "ϙ ϙ ϙ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kds $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ϙ ϙ ϙ Й Й Й Й 	љ 
љ љ љ љ 9љ :љ љ љ љ љ љ љ љ љ <ҙ >ҙ Pҙ Qҙ uҙ wҙ ҙ ҙ ҙ ҙ ҙ ҙ ҙ F֙ G֙ S֙ ٙ ٙ ٙ ٙ ٙ ٙ Sڙ Tڙ ڙ ڙ ڙ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /js hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ϙ љ љ :љ љ љ љ љ љ =ҙ                                                                                                                                                                                                                                                       S  kds $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	=ҙ >ҙ Qҙ vҙ wҙ ҙ ҙ                                     N                                                                                       S  kd8s $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kds $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ҙ ҙ ҙ ҙ ә ә bԙ cԙ Pՙ Qՙ F֙ G֙ S֙ ֙ 1י י ؙ qؙ ؙ                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kds $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ؙ ؙ ٙ ٙ Sڙ Tڙ ڙ ڙ ڙ ڙ *ܙ +ܙ <ܙ Zݙ |ݙ ݙ ޙ  ޙ <ޙ Vޙ Wޙ `ߙ aߙ    _ `                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_  ڙ ڙ ;ۙ <ۙ Lۙ Tۙ )ܙ +ܙ <ܙ Yݙ Zݙ |ݙ Aߙ ^ߙ aߙ          # $ 9 : k l m           ۵۵۵ۭۜۋzrgrrr       j@s h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '     $ : l                                     j                                                                                                                                           kd\s $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  l m ~    i j   - s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kds $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
-  L M    : ;   8 9   ^ _ , - G X   	 
                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_        : ;  7  ]     $ % ) * + , - 6 G X     	    ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /js hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujs h_ U !      $                                                 e                                                                                                                        F  kds $$If   l   l '{6    4   4 
l a] p
        F  kdus $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    & J K N O U V w x           ' ( ? @ V W q r      { |    7 k q t      2 [    ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3$ % & / = J K                                                             5            v  kds $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd[s $$If   l   l '{6    4   4 
l a] p
         K L M N O S T U                                     t                                                                                                                                                             v  kdss $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  U V o q w                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w x                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdts $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdus $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             " '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ( 7 9 ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? @ N P V                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdvs $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V W j l q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!s $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r y ~                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              { |     8 l                           |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdws $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             G Z     2 L \          ( N ] p q                                                                                                                                                                                                                                                                                                                                                                      gd_        ( > ] o      = N    B W           пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ        L M N       A B L W                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd"s $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     & < > U                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	    % & ; < V _        ! " # I J O X u w        Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ U V                                     kdys $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               V _                                                                                                                                                 q                            kds $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 ! " # J K L M N             q            l                                                                                                                                                       gd_    kds $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  N O                                     kdJ t $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               O X y z         1 F ` a v                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  v w   z            q            q                                                                                                                                                                                       	  $If   gd_    kdt $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd^t $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            g i y z        % 1 M Y x        	      ,  v        ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdt $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     6 R S h i z                                                                                                              q                                                         kdrt $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd/t $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdt $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   !     	                                                              q                                                                                                                             kdCt $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  	  
      ,          z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd t $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
      K L V ` a         | ~     " # $ C D E F G J S    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # L V `                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ` a                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd
t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      8 } ~   #                                                                                                 s                                                                        kdst $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  # $ E F G H I |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd-t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S                             s                                                                                                                                                                                   kd;t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_               	 m	 	 	 
 p
 
 
     2 L
 k
 
 
 d    ~  |       ' \ ] о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -            
   |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         / d         	                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 '	 ,	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,	 -	 8	 =	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =	 >	 H	 M	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M	 N	 O	 m	 {	 	                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	 	 

                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   

 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdet $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 &
 +
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +
 ,
 7
 <
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <
 =
 G
 L
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L
 M
 N
 p
 ~
 
                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! 1                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdrt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u  *
 L
 Z
 j
                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdMt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j
 k
 v
 {
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {
 |
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7 d r                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd !t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd="t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ#t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W X ~                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw$t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5%t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      L M |                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd%t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR&t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd't $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo't $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd't $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-(t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ)t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg*t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        &                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%+t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB,t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i j      M N [ \ ]                                                                                                                                                                                          gd_  z  kd -t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] n    : K L M b              - 6 	    , Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    : L M W b                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd_-t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , -                                        kd.t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6      Y       
                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  
   m     |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd0t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , - G H I \ ] l    
  = > A J          ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j0t h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     = > ? @ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdF1t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A                                        kd 2t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A J    A L h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdT3t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            M N       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd4t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        M N          V            I l m p y / 2        ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd4t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I [ m n o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  o p                                        kd6t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y         $ E k                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_     2      !! d! |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdp7t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           
    !  "  1  R           ! B! c! d! g! x! ! ! " F" G" H" Y" ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j*8t h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  d! e! f! g! ! ! " " H" Z" [" e" |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd8t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y" [" p" " " " " " " " # # # # $# # # # # $ $ $ $ )$ *$ t$ u$ w$ x$ $ $ $ $ $ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !e" p" " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  " "                                        kdi9t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " # # # #                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  # #                                        kd:t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # $# # # # # # # $ $ *$                                                                                                 Y                              kd<t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
*$ u$ v$ w$ x$ $ >% b% ' ' /* <*             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd<t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  $ $ $ $ $ $ $ $ >% b% /* <* h+ y+ . . 2 2 2 2 2 2 3 3 3 3 4 4 4  5 r5 5 u6 |6 
7 7 >8 _8 9 9 W: X: p: q: : : ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jAt hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j=t hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -<* g+ h+ y+ , , - - . . . -0 .0 2 2 2 2 3 3 4 4 4  5 q5 r5 5 5                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  5 5 5 5 5 5             f                                                                                                                                                                      kd=t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kdZ>t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd>t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 5 5 5 o            f            f            f                                                                                                                                                	  $If   gd_    kd6?t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 5 6 6 6 o            f            f            f                                                                                                                                                	  $If   gd_    kd?t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6 6 6 %6 16 o            f            f            f                                                                                                                                                	  $If   gd_    kd@t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 16 26 :6 A6 F6 o            f            f            f                                                                                                                                                	  $If   gd_    kd@t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F6 G6 O6 V6 b6 o            f            f            f                                                                                                                                                	  $If   gd_    kd@t $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at b6 c6 d6 e6 7 7 ^8 _8 9 9 : : ; o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd\At $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at : : : ; ; C D LG WG NM _M O  P Q Q Q )Q -Q IQ MR NR cR R R R R R R R R 
S S S S S T T T ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %; ; ; ; K< L< < < 5= > > ?  @ Q@ A A vB C D KE LE mF zF F F F F                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  F F F F F F 
G G 4G KG LG WG H H %I &I I I zL {L NM _M M M M DN rN N N                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  N N O iO O O  P Q Q IQ MR NR XR cR R R R                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  R R                                        kdEBt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S S                                        kdCt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S XS dS S S S T #T \T fT T T T                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
T T T /U |            s            s                                                                                                                                                                                           	  $If   gd_   kdDt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T .U /U 0U 2U >U BU ^U _U tU U U U U U U U U V V V V V W X ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 /U 0U 1U 2U ^U _U iU tU U U |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdEt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  U U                                        kdaFt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V V                                        kdGt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V ]V iV V V V W W X X X                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  X X  X 0X 1X 7X >X ?X @X AX VX X X X X X X X X X X X X Y Z ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    X  X 1X ?X |            s            s                                                                                                                                                                                           	  $If   gd_   kd	It $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?X @X AX KX VX X X X |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdIt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kd}Jt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  X X                                        kdKt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X Y AY MY tY Y Y Z Z Z [ [                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z Z [ [ [ [ [ "[ #[ $[ %[ &[ 2[ 6[ Q[ R[ g[ [ [ [ [ [ [ [ [ \ \ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    [ [ [ #[ |            s            s                                                                                                                                                                                           	  $If   gd_   kd%Mt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #[ $[ %[ &[ R[ \[ g[ [ [ [ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdMt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kdNt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ \ \ \ 	\ 
\                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  \ \ \ \ ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ ^ 4^ 5^ ?^ ^^ _^ `^ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
\ \                                        kdOt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ S\ _\ \ \ \ ] K] ] ] ]                                                                                                                         f                           kdAQt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ] ] ] ] ] ] ] ] ] ^                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdQt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	^ ^                                        kdRt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ 5^ _^ `^ a^ c^ d^                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  `^ a^ e^ n^ _ _ _ ` ` ` ` ` ` ` V` p` r` s` ` ` ` ` ` ` ` ` п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  d^ e^                                        kd	Tt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e^ n^ ^ ^ ^ _ ._ ]_ z_ _ _ _                                                                                                                         f                           kd]Ut $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  _ ` ` ` ` V` s` }` ` `                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdVt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ` `                                        kdVt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` ` a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ` ` ` ` a a b  b !b Wc Xc Yc ic jc c c c c c c c c c e e ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 a a                                        kd%Xt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a  b !b 2b qb b Xc Yc jc c                                                                                     s                                                                                              kdyYt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
c c c c c c c e e e e 0f hf f |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd3Zt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e e f /f Cf gf {f f f f g Sg Tg ig g g g g g g g g g g g g g h h Dh Eh _h hh th õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !f f Sg Tg ^g ig g g g                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g g                                        kdZt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g h h 2h Eh Gh ^h                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ^h _h                                        kdA\t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _h hh h h i i i &i Si Zi bi                                                             f                                    [            [                     
  $If   gd_ K$  kd]t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
th h i i i %i &i )i >i Gi Qi Si Yi Zi ai ci xi yi i i i i i i i i i i i i i ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ bi ci yi i i i                                     R            I                                                                     	  $If   gd_ Q  kd^t $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO^t $If   K$L$l 0                                     
t                              4   4 
l a   i i i i i i j #j $j %j |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi_t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i "j #j &j /j Rj j j j j j j j j j k k k k (k *k 0k 1k 2k ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J %j &j                                        kd#`t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &j /j Rj j j j j j j j k                                                             f                                    [            [                     
  $If   gd_ K$  kdwat $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
k k k )k *k +k ,k                                     R                                                                                              Q  kdbt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd1bt $If   K$L$l 0                                     
t                              4   4 
l a   ,k -k .k /k 0k 1k                                     R            I                                                                     	  $If   gd_ Q  kdct $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdKct $If   K$L$l 0                                     
t                              4   4 
l a   1k 2k Zk {k |k k k k k k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdedt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2k Jk Tk Uk Vk Xk Yk Zk {k |k k k k k l l xm m m m m m m m m ,n 5n Ln |n n ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k k                                        kdet $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k l l l m m m m m |n                                                                                     Y                                          kdsft $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
|n n n n n n n n n o o /o Io Qo fo {o o o                                                                                                                                                                                                                      	  $If   gd_  S  kd-gt $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ n n n n p p p p  p *p +p ,p .p /p 0p Op Pp p p p p p q q q q q q ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  o o o o p p p                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdgt $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p p 0p Pp up p p p p |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdQht $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p                                        kdit $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p q @q q q q q r r !r                                                             f                                    [            [                     
  $If   gd_ K$  kd_jt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
q q q q q r r r  r "r s s s s s s s s s s s s s s (t )t ,t 5t t iu ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 !r "r *r ?r Tr fr r r r r r r r s "s <s Vs fs                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdkt $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   fs s s s s                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdkt $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s s s s s t t )t *t +t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=lt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+t ,t                                        kdlt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,t 5t t t u hu v v v 	v v mv                                                                                                 f                                                   kdKnt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  iu v v v 	v v v lv mv nv v v v v v v v v v w 
w w w þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ mv nv v v v v v 
w w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdot $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w w                                        kdot $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w .x wx y y y y )y                                                                                                 Y                              kdqt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
w w w -x .x wx y y y y (y )y {y |y }y y y y y y y y y z z z νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  )y |y }y y y y y y z z z z             s                                                                                                                                                                 kdqt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z z                                        kdrt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z #z z { c{ { K| L| M| ^| |                                                                                     Y                                          kdst $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
z #z z { I| K| L| M| ]| ^| | | | | | | :~ <~ =~ >~ N~ O~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 | | | | | | | | } !} ;} K} e} } } } }                                                                                                                                                                                                         	  $If   gd_  S  kdtt $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  } } } } ~ !~ ;~ <~ =~                                                                                                                                                                                                                                                 	  $If   gd_  S  kd'ut $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  =~ >~ O~ ~ |            s            s                                                                                                                                                                                           	  $If   gd_   kdut $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~ ~ ~ ~   + , - |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdsvt $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
~ ~ ~ ~ * + . 7   ၚ ⁚      ]  ׂ ق ߂  肚 ꂚ ㄚ 儚 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  - .                                        kd;wt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . 7  P   3  ၚ ⁚                                                                                                  f                                                        kdxt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 ] ق  邚 ꂚ    1 C ] w                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdIyt $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_    ̓ 烚    . @ Z t    ʄ 䄚 儚                                                                                                                                                                                                                            S  kdyt $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  儚 愚 焚   # 6 I \ o p q             s                                                                                                                                                                 kdmzt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  儚 愚 焚  	 
  
    " # n o r { ? n o   I J / D   ߉    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ q r                                        kd'{t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r { ?   J } Ї F       =   ӊ  3 _   닚                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_       2  ΋ ҋ ꋚ 닚 싚   A G H P R     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   닚 싚  A H Q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{|t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R Z o    Ō ߌ  
 $ 5 O ` z                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kd5}t $If   K$L$l 0                     x                
t                                4   4 
l a      Ӎ 퍚   2 L ] w                                                                                                                                                                                                                       	  $If   gd_  S  kd}t $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ͎ Ύ ᎚    - . / |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdY~t $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  ǎ Ȏ ̎ ͎ Ύ  ᎚ , - 0 9  #  A V  ̑   $ 9 ܓ     > ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ / 0                                        kd!t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 9   Y ϑ ܑ I  <   : Y x   Ӕ  3 4                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  > Q ] p  ˔ ה ꔚ  	  * 2 3 4 5 E F      ᗚ 㗚 䗚 嗚     ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  4 5 F    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdut $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           Ǖ ٕ 땚   0 A X o                                                                                                                                                                                                                            
  $If   gd_ K$	  $If   gd_  S  kd/t $If   K$L$l 0                                     
t                                4   4 
l a    ǖ ٖ 떚   & = T e |    ˗ ◚ 㗚                                                                                                                                                                                                                            S  kdt $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  㗚 䗚 嗚 
  ! 4 G Z m o p             s                                                                                                                                                                 kdSt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   
    ! l m q z   T  &    ! u  \ q " ˟ O  J _      	 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !p q                                        kd
t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z  T &  " \  Ɯ # A s   ͟  b c j                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   G   ţ  $ C b                                                                                                                f                                       kdat $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  	  ( ; G Z f y     ֤ פ ؤ        , A B C ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   פ ؤ                  s                                                                                                                                                                                     kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdՅt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  > `    ǥ 饚  - B                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  B C T   |            s            s            s                                                                                                                                                                          	  $If   gd_   kd)t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C S T        æ ʦ 馚 Ϩ ⨚  $ G [   Ʃ ک  ) 묚   " }   ǭ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      馚   Ϩ  H  ǩ  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        k l  e f % & ꬚ 묚 "     - e   P Q [ f                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ǭ  	 , @ d x     P Q f      Ư Я ѯ կ ֯ ׯ 鯚 ꯚ     " # ' 0 x      õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ֯ ׯ ꯚ   # % &                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  & '                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 x  Ұ    8 o                                                                                                                f                                       kdEt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     ٱ ڱ     & ( )             s                                                                                                                                                                      kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   ɱ ӱ Ա ر ٱ ڱ 챚     % & * 3 t u    	 
   $ . / 3 4 5 G H Z [   ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %) *                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * 3 Q u   
                                                  f                                                                                                                       kd
t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    4 5 H [ n    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdǎt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ϳ г R S T d e f g           ۴ ܴ ച 鴚  
      . / 0 1 > 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   г S T e f                                                 f                                                                                                                       kdՐt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  f g     ɴ ܴ ޴ ߴ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ߴ ച                                        kdIt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ച 鴚 
    / 0                                                 f                                                                                                                       kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  0 1 2 c ﶚ    I A B v  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdWt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > B c  ﶚ   $ ( I  B v   ˸   & ' : L M k l     ﹚  3 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   ︚ ' l  ﹚ 4 { ʺ    ! + 6 i s }                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3 G z  ɺ ݺ    ! 6 h i s } ~        ̻ ޻ ߻    ' ( 7 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\} ~                                        kdt $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ~   ̻ ߻                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdet $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                '  Ǽ ټ   H    ɽ                                                                                                 f                                                   kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  7    / ? H O U         ǽ ɽ Ͻ н ׽ ٽ  ｚ      ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ɽ н ؽ ٽ ｚ                                                                 R            I                                   	  $If   gd_ Q  kd t $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdst $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   * + > Q d w y z  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  $ % ) * + = > P Q v w      ֿ ࿚ Ὶ     K T [ a r s ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdGt $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 	 $ U r   ֿ Ὶ    . T s t                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  s t u                  , 6 7 ; < = O P b c    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  t u     |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd_ Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdUt $If   K$L$l 0                                     
t                              4   4 
l a     < = P c v    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdot $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd)t $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  - g y    	Ú KÚ OÚ PÚ QÚ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
            Ú Ú 	Ú Ú Ú JÚ KÚ NÚ OÚ PÚ QÚ RÚ bÚ cÚ fÚ {Ú Ú Ú Ú زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 QÚ RÚ cÚ Ú |            s            s                                                                                                                                                                                           	  $If   gd_   kd}t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ú Ú Ú Ú Ú Ú Ú Ú Ú Ú Ú Ú Ú Ě Ě 
Ě Ě Ě #Ě Ě Ě 0Ś 4Ś vŚ Ś Ś Ś ƚ ƚ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    Ú Ú Ú Ú Ú Ú Ú Ě Ě 	Ě |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		Ě 
Ě                                        kdt $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
Ě Ě Ě Ě 1Ś dŚ Ś Ś Ś Ś ƚ 7ƚ yƚ zƚ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ƚ ƚ .ƚ 6ƚ 7ƚ >ƚ Dƚ xƚ yƚ zƚ {ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ ƚ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  zƚ {ƚ ƚ ƚ |            s            s                                                                                                                                                                                           	  $If   gd_   kdEt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ƚ ƚ ƚ ƚ ƚ ƚ ǚ ǚ Ț 	Ț BȚ Ț Ț Ț |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ƚ ƚ ƚ ǚ ǚ Ț Ț Ț BȚ Ț Ț Ț Ț ɚ ɚ ʚ Zʚ [ʚ gʚ kʚ ʚ ʚ '˚ 3˚ 7˚ _˚ 1͚ _͚ k͚ o͚ ͚ MΚ NΚ Κ Κ Κ Κ Κ Ϛ "К #К 9К =К iК њ њ њ Қ qҚ Қ Ӛ CӚ Ӛ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Ț ɚ ɚ ʚ ʚ Zʚ [ʚ ʚ ʚ &˚ '˚ _˚ 1͚ ^͚ _͚ ͚ NΚ Κ Κ Κ pϚ qϚ Ϛ Ϛ Ϛ Ϛ Ϛ "К #К iК                                                                                                                                                                                                                                                                                                                                                                   gd_  iК њ њ Қ qҚ Қ Ӛ CӚ Ӛ Ӛ Ԛ sԚ tԚ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  Ӛ Ԛ Ԛ rԚ sԚ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ ՚ ՚ ՚ ՚ R՚ ՚ ՚ ֚ g֚ ֚ ֚ ֚ %ך &ך Jך ך ך ך ך ך ך ؚ ٚ ٚ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ M            H            H            H            H            H            H            H                   gd_   kdt $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Ԛ Ԛ Ԛ Ԛ Ԛ Ԛ ՚ ՚                                                 _            V            V                                                             	 $If   gd_    kdWt $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ՚ ՚ ՚ ՚                                                                                                                                                                                                                                                          	 $If   gd_  o  kd,t $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ՚ ՚ ՚ !՚ %՚ 8՚ @՚ L՚                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdɥt $$If   l       0   T# T                 .                
t  0                                                              4 
l al  L՚ M՚ R՚ ՚ ՚ 2            )            )            )                      	 $If   gd_    kdft $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ՚ ՚ ՚ ՚ ֚ ֚ a֚             [                                                                                                                                           kdt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  a֚ b֚ g֚ ֚ ֚ ֚ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\t $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ֚ ֚ ֚ &ך *ך Dך d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd%t $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Dך Eך Jך ך ך ך d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ך ך ך ך ך 
ؚ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
ؚ ؚ ؚ ؚ hؚ mؚ yؚ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  yؚ zؚ }ؚ ؚ n            e            e                                                                                                                                                               	 $If   gd_    kdIt $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ؚ ؚ ؚ ؚ                                                                                                                                                                                                                                                	 $If   gd_  t  kdt $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ؚ ؚ ؚ ؚ ؚ ؚ ؚ ؚ ؚ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdt $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ؚ ؚ                                             kdXt $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ؚ ؚ ؚ ؚ ؚ ؚ ؚ ؚ                                                             A                                  kdt $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ؚ ؚ ؚ ؚ ؚ ؚ ؚ ؚ                                                 A                                              kdt $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ؚ ؚ ؚ ؚ ؚ ؚ ٚ                                     A            <            7                  gd_    gd_    kdot $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ٚ ٚ ٚ ٚ ٚ ٚ ښ 	ښ ښ ښ                                                                                                                                                                                                                                                   E  kdNt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ٚ ٚ ٚ ٚ ٚ ٚ ٚ ښ 	ښ ښ  ښ "ښ #ښ 1ښ 2ښ ?ښ @ښ _ښ `ښ bښ cښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ښ ۚ ۚ rݚ sݚ ~ݚ ݚ ݚ ݚ 춥x                          /jt hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *ښ  ښ !ښ "ښ #ښ +ښ 1ښ                                     a                                                                                                                             E  kdt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdt $$If   l 0 
" R                                                           4 
l a   1ښ 2ښ ;ښ ?ښ @ښ Sښ _ښ                                     a                                                                                                                             E  kdʳt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdkt $$If   l 0 
" R                                                           4 
l a   _ښ `ښ aښ bښ cښ uښ ښ                                     a                                                                                                                             E  kdt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd)t $$If   l 0 
" R                                                           4 
l a   ښ ښ ښ ښ ښ ښ ښ                                     a                                                                                                                             E  kdFt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdt $$If   l 0 
" R                                                           4 
l a   ښ ښ ښ ښ ښ ښ ښ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdt $$If   l 0 
" R                                                           4 
l a   ښ ښ ښ ښ ښ ښ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdt $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ښ ښ ښ ښ ۚ ۚ ۚ ܚ ܚ ݚ ݚ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd¶t $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ݚ ݚ ݚ ޚ ޚ ޚ ޚ ޚ ޚ ޚ ޚ ޚ ޚ ޚ 0ߚ 1ߚ =ߚ >ߚ ߚ ߚ ߚ ߚ ߚ ߚ ߚ ߚ   % & e g h t u    3 6 K k     N O a ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jt hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ݚ ޚ ޚ ޚ 1ߚ >ߚ ߚ ߚ ߚ ߚ                                                                                                                                                                                                                                                       S  kdNt $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	ߚ ߚ ߚ   & f                                     N                                                                                       S  kdrt $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdt $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   f g h u  D         t  @   v                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdt $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   v w 6    0 N O b                  I                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  a b                 I _ c p q     	 
  ' ( 3 4 5 9 : w x  ۵۵۵ۭۜۋzrgrrr       jzt h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'I U d p q   
                                     j                                                                                                                                           kdt $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  
   e j    $   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdt $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 %   <     } ~   E F        `   & '                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_          |                  w     &   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jHt hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujt h_ U !'                                                       e                                                                                                                        F  kd"t $$If   l   l '{6    4   4 
l a] p
        F  kdt $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_             6 7 M N i j             7 8 9 : ;   &    	         - L  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdt $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdt $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    
                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdXt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           / 1 6                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 7 E G M                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M N a c i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdYt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i j                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            
                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[t $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 8 9 : ;   & n    
  Q                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q e     , J ~     . M             ( [ \                                                                                                                                                                                                                                                                                                                                                                   gd_           
 B Z z }      L w   ' ( 2 < = c d    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  \ z          6 L b x y     ( 2 <                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  < =                                     kd\t $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               = d                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  	          	 	 	 	 	 	 	 	 	 	 	 	   % & E F G H m Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdt $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 	  	 4	 5	 Y	 u	 v	 	 	 	 	 	                                                                                                                                     q                            kd
t $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
	 	 	 	 	 	 	 	 	             q            l                                                                                                                                                       gd_    kdt $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  	 	                                     kdt $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               	 	 
 
 ,
 -
 G
 c
 d
 v
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_    & F z            q            q                                                                                                                                                                                       	  $If   gd_    kdt $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       F G H o p q r s z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdt $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       m n o t }     7 8 : f g l u     
 "
 t
 v
 
 
 
 
 
 
 
  V W  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "s t                                     kdUt $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t }           8                                                                                                             q                                                         kdt $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  8 9 : g h i j k z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdit $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       k l                                     kd&t $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               l u   t
 u
 v
 
 
                                                             q                                                                                                                             kd}t $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 
 
 
 
 W      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd:t $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
            M b c   6   , - ~            M ] ^ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  M c e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdYt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 8 9 u v     - ~                                                                                                  s                                                                        kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdgt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd!t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L M ^                          s                                                                                                                                                                                   kdut $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ~        3 4 K    *    -   6 U    	 s   !    ;  9   ) H       о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       Q R      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd/t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   5 M d     H I 3 4 K `                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdet $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      6 D T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                                       s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L s                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       * :                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdot $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | } ~    ( 8                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ) 7 G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         ,  L  q                ! !                                                                                                                                                                                        gd_  z  kd:t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! ! 9! ! ! ! ! !  " 2" 3" =" G" H" z" {" " " " " " " " $ $ $ $ $ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ! ! ! ! ! !  " 3" =" G"                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	G" H"                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H" {" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  " "                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " (# )# I# J# # # -$ R$ b$ s$ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  $ $ $ % $% =% V% % |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdAt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ $ $ 
% % % % % % % % % % f' h' x' y' /( 0( 3( D( \( ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jt h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  % % % % % % % |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % %                                        kd:t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % 0& 1& & & & ' ' 9' N' f' g'                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  g' h' y' 0( |            s            s                                                                                                                                                                                           	  $If   gd_   kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0( 1( 2( 3( \( ( (  ) 2) D) E) 4* 5* |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdHt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \( ( ( )  ) C) D) E) c) ) ) ) !* 3* 5* J* |* }* * * * * * * 
+ + + + + + H- I- l- n- ~- - - ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $5* ?* J* }* * *                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  * *                                        kd u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * + + 
+                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
+ +                                        kdVu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + \+ ]+ l+ }+ + + 4, , , , 	- &- H- I- m-                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  m- n- - - &. . . / |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - - - - - - - &. K. . . . . / / / / ,/ S/ / / / / / ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jdu h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  / / / / +/ ,/ / / / / / 0 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / 0 @0 A0 K0 U0 V0 {0 |0 0 0 0 0 0 -1 ;1 x1 1 1 1 1 1 1 1 2 2 2 2 (2 :2 ;2 F2 z2 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !0 0 A0 K0 U0                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  U0 V0                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V0 |0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0 0                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 #1 $1 D1 E1 1 1 1 1 1                                                                                                 Y                              kdKu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
1 2 2 2 2 F2 2  3 55 65 7 7             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z2 {2 2 2 2 2 2 2 2  3 7 7 9 9 S< e< 3@ F@ |@ ~@ @ @ 4A 5A 7A 8A A A B B C DC D D D D E E gG G G G H H H  H ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
u hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ju hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -7 9 9 9 ]: ^: ; ; R< S< e< = = 2@ 3@ H@ @ 5A 8A A A B B C C C 1C                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  1C DC EC JC RC WC             f                                                                                                                                                                      kd&	u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  WC XC ]C eC qC o            f            f            f                                                                                                                                                	  $If   gd_    kd	u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at qC rC wC ~C C o            f            f            f                                                                                                                                                	  $If   gd_    kd
u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kdp
u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kd
u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kdLu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C C o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C C C C  D o            f            f            f                                                                                                                                                	  $If   gd_    kd(u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  D D D D D D E E G G PH QH H o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  H #H $H H H Q Q T T Z Z v] ] ^ ^ ^ ^ ^ ^ _ _ ` 3` 4` >` H` I` U` v` w` ` ` ` ` ` b b b ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %H H 2I 3I I I J J J L L M M M yO zO P Q Q R R T T %T 2T ?T PT                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  PT aT rT T T T T T T T T T %V &V V V EW FW Z Z Z Z 2[ [ [ [ \ =\ m\                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  m\ n\ \ ] v] w] ] ^ ^ ^ _ _ _ ` 4` >` H`                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  H` I`                                        kd
u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I` w` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ` `                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` a )a Pa a a a a b )b b b                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
b b b b |            s            s                                                                                                                                                                                           	  $If   gd_   kd'u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b b b b b b b c Dc Ec Oc Yc Zc fc c c c c c c c De e ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 b b b b b b c c Ec Oc |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Oc Yc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Yc Zc                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zc c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  c c                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c d .d Yd d d Ce e e e                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  e e e e e e e e e e e &f 'f 1f ;f <f Hf if jf f f f f f (h ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    e e e e |            s            s                                                                                                                                                                                           	  $If   gd_   kdCu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e e e e 'f 1f ;f |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;f <f                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <f jf f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f f                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f g =g }g g 'h h h h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  (h h h h h h h h h h h h h h h h i 7i 8i Bi Li Mi Yi zi {i i i ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    h h h h |            s            s                                                                                                                                                                                           	  $If   gd_   kd_u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h h i 8i Bi Li |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Li Mi                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Mi {i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  i i i i %k 'k 7k 8k >k Ek Fk Gk Hk ]k k k k k k k k k k k k k îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  i i                                        kd'u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i $j Rj j j j %k &k 'k                                                                                                                         f                           kd{u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  'k 8k Fk Gk Hk Rk ]k k k k                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd5u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	k k                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k k k k l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  k k l l m m m m m m m m m m m n n n &n Xn Yn cn mn nn zn n п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  l l                                        kdCu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l Kl Wl ~l l l l m Om m m                                                                                                                         f                           kd u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  m m m m m m n n &n Yn                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdQ!u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Yn cn mn                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  mn nn                                        kd"u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nn n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n n n n n n o o o p p p q q :q ;q <q =q >q ?q Kq Oq oq Us hs ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 n n                                        kd_#u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o o o p Ep p p q :q                                                                                     s                                                                                              kd$u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
:q ;q <q =q >q ?q oq  s !s Us s s t Mt |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdm%u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
hs s s s s t t Lt `t t t t t u 9u :u Du Nu Ou gu qu ru su vu wu u u u u u u u v v õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Mt t t t t u :u Du Nu                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Nu Ou                                        kd'&u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ou wu u u u u u u u                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  u u                                        kd{'u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u v qv v v v v v v v  w                                                             f                                    [            [                     
  $If   gd_ K$  kd(u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
v qv v v v v v v v v v v v v v w w w &w (w )w *w Bw Lw Mw Nw Pw Qw Rw tw uw ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ  w w w 'w (w )w                                     R            I                                                                     	  $If   gd_ Q  kd*u $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)u $If   K$L$l 0                                     
t                              4   4 
l a   )w *w Rw uw w w w w w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd*u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	uw w w w w w Kx Lx Mx Nx ^x _x x x x x x x x x x x x x ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J w w                                        kd]+u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w x Lx Mx Nx _x x x x                                                             f                                    [            [                     
  $If   gd_ K$  kd,u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
x x x x x x x                                     R                                                                                              Q  kd-u $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk-u $If   K$L$l 0                                     
t                              4   4 
l a   x x x x x x                                     R            I                                                                     	  $If   gd_ Q  kd/u $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd.u $If   K$L$l 0                                     
t                              4   4 
l a   x x x y y ?y Ry ey fy gy |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x x x x x x x y y dy ey hy qy bz cz { /{ I{ J{ K{ L{ \{ ]{ ^{ { { { |  | ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ gy hy                                        kdY0u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hy qy y Pz cz I{ J{ K{ L{ ]{ |                                                                                     Y                                          kd1u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
| !| *| +| 3| H| ]| o| | | | | | | } } +} E}                                                                                                                                                                                                                      	  $If   gd_  S  kdg2u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$  | !| )| +| } } } } } } } } } } } } } 8~ 9~ <~ E~ Q~ ~ : Q R S T ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  E} _} o} } } } }                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd2u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  } } } } ~ &~ 9~ :~ ;~ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd3u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;~ <~                                        kdE4u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <~ E~ ~ ~ R S T e                                                                f                                    [            [                     
  $If   gd_ K$  kd5u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
T d e        7 9 : ; S ] ^ _ a b c p z { Ɓ ǁ ʁ Ӂ Y  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5        8 H b |     ڀ                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdS6u $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     8 9 :                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd6u $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  : ; c {    ǁ ȁ Ɂ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw7u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ɂ ʁ                                        kd18u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʁ Ӂ Y v                                                                                                         f                                                   kd9u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_         
   $ . / 0 2 3 4 L M     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   4 M r      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?:u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd:u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 a  ̅      ǆ                                                                                                 Y                              kdM<u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 ` b ˅ ̅      Ɔ ǆ    3 = > ? A B C D    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ǆ   C D i |                  s                                                                                                                                                                 kd=u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd=u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    J 鉛 ꉛ 뉛  O                                                                                     Y                                          kd?u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   J 牛 鉛 ꉛ 뉛   O P V W _ a ؋ ڋ ۋ ܋ 싛 틛 ? @ A Y c d e g h i ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 O P W ` a i ~    ي 銛   % : O                                                                                                                                                                                                         	  $If   gd_  S  kd?u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O a {    ً ڋ ۋ                                                                                                                                                                                                                                                 	  $If   gd_  S  kda@u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ۋ ܋ 틛 @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd@u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A i j }    Ɍ ʌ ˌ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdAu $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
i j | } Ȍ Ɍ ̌ Ռ  ~         A u w } ~     ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ˌ ̌                                        kduBu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̌ Ռ   * > ю ~                                                                                                    f                                                        kdCu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
  w ~      ϐ ᐛ   & @                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdDu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  @ Z k     ̑ ޑ   # = W h                                                                                                                                                                                                                              S  kdEu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        Ԓ 璛  
               s                                                                                                                                                                 kdEu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                
   ݓ  
 3 4 甛 蔛 ͕ ╛   }    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdaFu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ݓ 4  蔛  n 䕛 9  >    ۗ * A q  ј  ) U                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_       И Y l p      ߙ 噛 晛   ? A B C ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph      ߙ 晛  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdGu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          
 " 7 I c }    Ӛ 횛     5                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdoHu $If   K$L$l 0                     x                
t                                4   4 
l a   5 J _ q    Л ꛛ   & @ A B                                                                                                                                                                                                                   	  $If   gd_  S  kdIu $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B C k l     ˜ ̜ ͜ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdIu $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
C [ e f j k l ~  ʜ ˜ Μ ל    ߞ  U j F [   נ z     ܡ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ͜ Μ                                        kd[Ju $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Μ ל    m z 矛 ^ ڠ   ء   ; R q  Ѣ Ң                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ܡ    V i u     Ȣ Т Ѣ Ң Ӣ 㢛 䢛 ( . / 7 9         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Ң Ӣ 䢛 ( / 8 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdKu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 9 A S e w    Σ ߣ  
  4 E \ ]                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdiLu $If   K$L$l 0                                     
t                                4   4 
l a   ] e w    Ĥ ۤ    1 B X i                                                                                                                                                                                                                              S  kdLu $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        ҥ 奛   
              s                                                                                                                                                                 kdMu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       
    * \  $ Ĩ % A        i   讛   ) < H [  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdGNu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 *  Ĩ B   E d  ߪ   L k                                                                                                                                                                                                                                                                                                            
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   尛 % D c  ± ᱛ      1                                                                                                             f                                       kdOu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_    Ʊ ٱ 屛       0 1 t u v        ʳ ߳ ೛ ᳛ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  1 u v                  s                                                                                                                                                                                     kdUPu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdQu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ܲ    B C e   ˳ ೛                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ೛ ᳛  % J |            s            s            s                                                                                                                                                                          	  $If   gd_   kdcRu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ᳛   I J K L M Y ] a h  m   ¶ 嶛   1 d x  Ƿ       R e ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  J K L M  7 9 m  涛  e  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdSu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        	 
 \   ù Ĺ      R  ˻  J   ；   7 A K                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  e   ʻ ޻   I ]    ；  6 7 A K L d n o s t u         Ž ν  : ; < L M õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (K L                                        kdSu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L t u     ý Ľ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ľ Ž                                        kd+Uu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ž ν  9 p   ־ 
 ; < M                                                                                                             f                                       kdVu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  M N O w x    Ŀ ƿ ǿ             s                                                                                                                                                                      kd9Wu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
M N O g q r v w x     ÿ Ŀ ȿ ѿ                      ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ǿ ȿ                                        kdWu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ȿ ѿ ￛ                                                      f                                                                                                                       kdGYu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_          ! " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdZu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" #                                        kdZu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                # , m n         ' ( , - . @ A S T y z ~    -Û .Û Û Û Û Û Û Û Û Û 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %# , J n                                                     f                                                                                                                       kd\u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    - . A T g z | } |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	} ~                                        kd]u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~   .Û Û Û Û Û                                                 f                                                                                                                       kd^u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Û Û Û ě ě ě ě ě ě ś ś ƛ Vƛ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd_u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Û Û ě ě ě ě ě ě ě ě Aś ś ƛ 'ƛ Vƛ iƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ 	Ǜ 
Ǜ Ǜ KǛ ^Ǜ Ǜ Ǜ Ǜ Ǜ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Vƛ ƛ ƛ 
Ǜ KǛ Ǜ Ǜ ț hț ț ț ț ț ț ɛ ɛ ɛ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ǜ Ǜ ț ,ț gț {ț ț ț ț ț ɛ ɛ ɛ ɛ ɛ 4ɛ >ɛ ?ɛ Cɛ Dɛ Eɛ Mɛ jɛ |ɛ }ɛ ɛ ɛ ɛ ɛ ɛ ɛ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ɛ ɛ                                        kdK`u $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ɛ Dɛ Eɛ jɛ }ɛ ɛ ɛ ɛ ɛ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ɛ ɛ                                        kdau $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ɛ ɛ 4ʛ eʛ wʛ ʛ ʛ ʛ (˛ )˛ :˛ g˛                                                                                                 f                                                   kdbu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ɛ 4ʛ ʛ ʛ ʛ ʛ ʛ ʛ ʛ '˛ (˛ )˛ 9˛ :˛ =˛ R˛ [˛ e˛ g˛ m˛ n˛ u˛ w˛ ˛ ˛ ˛ ˛ ˛ ˛ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ g˛ n˛ v˛ w˛ ˛ ˛ ˛ ˛                                                             R            I                                   	  $If   gd_ Q  kd:du $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdcu $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ˛ ˛ ˛ ˛ ˛ ˛ ̛ ̛ ̛ ̛ .̛ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kddu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ˛ ̛ ̛ /̛ 8̛ 9̛ H̛ ̛ t͛ ~͛ ͛ ͛ ͛ ͛ ͛ ͛ ͛ ͛ Λ Λ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ .̛ /̛                                        kdeu $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               /̛ 8̛ ̛ ̛ ̛ ͛ )͛ <͛ t͛ ͛ ͛ ͛ ͛ ͛ Λ Λ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Λ Λ Λ #Λ $Λ 'Λ -Λ XΛ ^Λ _Λ fΛ hΛ qΛ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ Λ  ϛ ϛ &ϛ 'ϛ +ϛ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Λ Λ $Λ XΛ _Λ gΛ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdfu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gΛ hΛ Λ Λ Λ Λ                                     R            I                                                                     	  $If   gd_ Q  kdhu $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdgu $If   K$L$l 0                                     
t                              4   4 
l a   Λ Λ Λ Λ Λ ϛ ϛ 'ϛ )ϛ *ϛ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdhu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*ϛ +ϛ                                        kdciu $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +ϛ 4ϛ ϛ ϛ Л Л RЛ ]Л |Л Л Л Л Л Л                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
+ϛ 4ϛ 5ϛ Dϛ ϛ RЛ \Л ]Л {Л |Л Л Л Л Л Л Л Л Л Л Л Л Л Л  ћ ћ ћ ћ "ћ ,ћ -ћ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Л Л ћ .ћ |            s            s                                                                                                                                                                                           	  $If   gd_   kdju $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -ћ .ћ /ћ Gћ Qћ Rћ Vћ Wћ Xћ jћ kћ }ћ ~ћ ћ ћ ћ ћ ћ ћ қ  қ қ қ ӛ ӛ ӛ ӛ ӛ ӛ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    .ћ /ћ Wћ Xћ kћ ~ћ ћ ћ ћ ћ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdqku $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ћ ћ                                        kd+lu $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ћ ћ  қ ]қ қ ӛ 3ӛ Eӛ ӛ ӛ ӛ ӛ ԛ ԛ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
ӛ ӛ ӛ ӛ ӛ ӛ ӛ ԛ ԛ ԛ ԛ )ԛ *ԛ -ԛ Bԛ Kԛ Uԛ Vԛ Wԛ Xԛ Yԛ Zԛ ԛ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ԛ ԛ *ԛ Wԛ |            s            s                                                                                                                                                                                           	  $If   gd_   kdmu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Wԛ Xԛ Yԛ Zԛ ԛ ԛ ԛ t՛ ՛ ՛ ՛ L֛ ֛ ֛ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd9nu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ԛ ԛ ԛ ԛ t՛ ՛ ՛ ՛ ՛ L֛ ֛ ֛ ֛ ֛ 7כ כ כ כ ؛ 	؛ 2؛ ؛ ؛ ؛ ؛ ؛ ڛ ڛ 	ۛ 
ۛ :ۛ ۛ ۛ &ܛ 'ܛ 3ܛ 7ܛ Zܛ ݛ ݛ ݛ ݛ ݛ ޛ Qߛ ߛ ߛ ߛ  L   9 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4֛ ֛ 7כ כ כ כ כ 2؛ ؛ ؛ ؛ ؛ ڛ ڛ ڛ :ۛ ۛ &ܛ 'ܛ Zܛ ݛ ݛ Dݛ Yݛ uݛ ݛ ݛ ݛ ݛ ޛ                                                                                                                                                                                                                                                                                                                                                                   gd_  ޛ Qߛ ߛ ߛ  L   9 x     ) 8 D W [                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  9      3 7 W Z [ b c      '    ; <        R      ` Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $[ \ ] ^ _ ` a b c M            H            H            H            H            H            H            H                   gd_   kdnu $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   c w ~                                                      _            V            V                                                             	 $If   gd_    kdou $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdfpu $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdqu $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ' , 2            )            )            )                      	 $If   gd_    kdqu $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ,                   [                                                                                                                                           kdru $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_      < @  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdsu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd_tu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       % L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd(uu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L M R    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kduu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdvu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     % n            e            e                                                                                                                                                               	 $If   gd_    kdwu $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           % & ) 2                                                                                                                                                                                                                                                	 $If   gd_  t  kdXxu $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  2 3 4 E J R Y ` l                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdxu $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  l m                                             kdyu $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          m x |                                                                  A                                  kdzu $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd{u $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd|u $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   a b { |                                                                                                                                                                                                                                                        E  kd}u $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	` a b h i { |                - . F G ^ _ ` d e       k     - . 춥x                          /ju hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kdF~u $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}u $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdu $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd~u $$If   l 0 
" R                                                           4 
l a          -                                     a                                                                                                                             E  kdu $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdcu $$If   l 0 
" R                                                           4 
l a   - . 9 F G Q ^                                     a                                                                                                                             E  kdu $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd!u $$If   l 0 
" R                                                           4 
l a   ^ _ ` a b c d                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd߀u $$If   l 0 
" R                                                           4 
l a   d e r s   l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd>u $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        j k ] ^ 5 6 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdu $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
. 2 3 ( ) 4 5 E F J K M u v     # % 0 1 x z                  	 . 7      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j!u hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 06 M V v   $ % 1 y                                                                                                                                                                                                                                                       S  kdu $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	y z                                          N                                                                                       S  kdu $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdu $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       K          m  D                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kd>u $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      /        f g x   ! C \ x     < =                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_     w x   e g x    }   ; = \      _ ` u v                    ! ۵۵۵ۭۜۋzrgrrr       ju h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '     ` v                                      j                                                                                                                                           kdЅu $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_       G    , i s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdBu $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
i        * + v w   t u     h i   D  E	 F	 	 	                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ! " # ' ( + v w  s 5  C D O P ` a e f g h i r     ' G E	 	 / 0 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /ju hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uju h_ U !	 0 4 5 K L `                                                 e                                                                                                                        F  kd\u $$If   l   l '{6    4   4 
l a] p
        F  kdu $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  0 5 b               $ % A B c d { |             % Z s    < N ! 9 n      ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3` a b k y                                                               5            v  kdBu $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdψu $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=u $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             $                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>u $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ % : < A                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         A B \ ^ c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c d s u {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?u $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { |                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@u $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  & Z t                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           7 O      : n        ! " D M N d                                                                                                                                                                                                                                                                                                                                                                          gd_    " , B C D d z       X y     ~            3 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    & 9 : X           } ~                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdu $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                    6 L b x z                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	3 6 K L a b w x   * , < = \ ] ^ _              Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdu $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        ) * + , =                                                                                                                                     q                            kdDu $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
= ] ^ _                  q            l                                                                                                                                                       gd_    kdu $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdu $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                         ? X m                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      z            q            q                                                                                                                                                                                       	  $If   gd_    kdu $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          
     z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdҘu $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
         
            
  a m       $ % D E H R h    ( ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdu $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 : ; O P r                                                                                                                   q                                                         kdu $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_         	 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdu $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       	 
                                     kd`u $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
  \ ]    % E                                                             q                                                                                                                             kdu $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  E F G H h  ) ? @ J U z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdtu $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
( ) @ U            5 >       / ^ _ `           ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #U                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd?u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    4                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4 5                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 >     # t     _                                                                                                 s                                                                        kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  _ `      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd[u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                              s                                                                                                                                                                                   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_              "  D  O  # # # )$ H$ $ $ (% G% % % 6& U& & & O' n' ( ( ) 0) ) ) 2* Q* * * + + 9, X, , , D- c- . . о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -         !  "  O      1! <! F! Q! [! |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdiu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[! \! ! ! ! " /" 0" k" " " " # # # # )$ 7$ G$                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  G$ H$ S$ X$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X$ Y$ c$ h$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h$ i$ t$ y$             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y$ z$ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $ $ $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ $ $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ % 	%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	% 
% % (% 6% F%                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdzu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F% G% R% W%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd٩u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W% X% b% g%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g% h% s% x%             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x% y% % %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % % % %                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdUu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdru $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdѬu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & 
& & 6& D& T&                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T& U& `& e&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e& f& p& u&             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u& v& & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & & & &                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdju $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɯu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' $'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $' %' /' 4'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4' 5' 6' O' ]' m'                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m' n' y' ~'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' ( f( ( ( (                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd޳u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( ) ) /)                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /) 0) ;) @)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @) A) K) P)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P) Q) \) a)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a) b) l) q)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q) r) s) ) ) )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdֶu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) )  *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    * * * 2* @* P*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdRu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P* Q* \* a*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a* b* l* q*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q* r* }* *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdou $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdιu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * * * *                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * * *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * * + 
+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
+ + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + + + + + +                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƼu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , 	, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , 9, G, W,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W, X, c, h,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h, i, s, x,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x, y, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , , ,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - "- '-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '- (- )- D- R- b-                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b- c- n- s-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s- t- ~- -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - - - . 2. 3. . . . . . . A/                                                                                                                                                                                        gd_  z  kdtu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . B/ v/ / / / / / / / / / 0 0 *0 <0 =0 N0 O0 i0 r0 E2 G2 W2 X2 h2 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  A/ B/ v/ / / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	/ /                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 0 =0 O0 Q0 h0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  h0 i0                                        kd'u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i0 r0 0 0 0 0 61 1 1 1  2 2 !2 "2 F2                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  F2 G2 X2 2 2 2 2 #3 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd{u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h2 i2 2 2 2 2 2 2 "3 #3 $3 I3 J3 y3 z3 }3 3 5 5 5 5 5 5 5 5 5 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j5u h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  #3 $3 J3 y3 z3 {3 |3 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |3 }3                                        kdtu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }3 3 3 3 4 }4 4 4 4 4 4 5 5                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  5 5 5 5 |            s            s                                                                                                                                                                                           	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 5 6 6 6 6 6 6 7 7 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 6 6 6 6 6 6 7 G7 \7 7 7 7 7 7 8 8 %8 /8 08 U8 V8 8 8 8 8 8 k9 n9 : : 
; ; ; ; -; ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $7 7 7 8 %8 /8                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  /8 08                                        kd<u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               08 V8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8 8                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 8 
9 9 S9 T9 9 @: `: : : : : : ;                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ; ; ; n; ; < ]< < |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -; .; H; I; J; ]; ^; m; ; ; ; < ;< \< ~< < < < < < < P= = = = = ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ju h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  < < < < < < O= P= = = = = |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd#u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = = = = = = > > B> S> T> W> `> > > ? 2? J? K? S? U? e? f? ? ? ? ? ? ? ? ? @ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J != = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  = =                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = > B> T> U> V>                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V> W>                                        kd1u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W> `> > > > > 2? 3? T? U? f?                                                                                                 Y                              kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
f? ? ? ? ? ? z@ @ B B kE xE             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd?u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ @ $@ %@ 5@ 6@ :@ ;@ z@ @ kE xE F F I J M M N N 1N 3N N N N N @O BO 'P <P P P Q Q FR JR zS S U ,U U U U U U U ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j>u hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ju hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -xE F F F G G H H I I J iK jK M M M 3N N N AO BO 'P <P P P P P                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  P P P P P P             f                                                                                                                                                                      kd`u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  P P P Q Q o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q Q !Q o            f            f            f                                                                                                                                                	  $If   gd_    kd<u $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at !Q "Q 'Q .Q :Q o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :Q ;Q CQ KQ PQ o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at PQ QQ YQ aQ mQ o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at mQ nQ vQ }Q Q o            f            f            f                                                                                                                                                	  $If   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q Q Q o            f            f            f                                                                                                                                                	  $If   gd_    kdbu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Q Q Q Q BR CR S S 0U 1U U U HV o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U U U HV TV 7_ A_ b b h h k <k Ll Xl Yl el il l m m m m m m m m m n n Fn Gn Hn Ln Un !p #p 3p ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %HV TV V V W W X X qX 2Z 3Z ;[ <[ [ ] ] ] 7_ A_ ` ` a a a a a a                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  a a b !b 2b 3b Fb Yb pb b b b c c ad bd d d g g h h h  i !i i i i j                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  j j Uj j k k <k Ll Yl l m m m m m m m                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  m m                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m n Gn Hn Jn Kn                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Kn Ln                                        kd
u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ln Un n n n n ,o To _o o o o !p "p                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
"p #p 4p kp |            s            s                                                                                                                                                                                           	  $If   gd_   kdau $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3p 4p jp kp lp np zp ~p p p p p p p p p q %q &q Kq Lq Mq Qq Zq r Js ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 kp lp mp np p p p p p p |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  p p                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p &q Kq Lq Mq Oq Pq                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Pq Qq                                        kd)u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qq Zq q q q q 7r [r r Js Zs [s                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Js Zs \s ls ms ss zs {s |s }s s s s s s s s t t /t 0t 1t 5t >t u ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    [s \s ms {s |            s            s                                                                                                                                                                                           	  $If   gd_   kd}u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {s |s }s s s s s s |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s t .t /t 0t 1t 3t 4t                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  4t 5t                                        kdEu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5t >t }t t t t u ?u u .v >v ?v                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  u .v >v @v Pv Qv Wv ^v _v `v av bv nv rv v v v v v v v v v w w Aw Bw ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ?v @v Qv _v |            s            s                                                                                                                                                                                           	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _v `v av bv v v v v v v |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdSu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kd
u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v w @w Aw Bw Cw Ew Fw                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Bw Cw Gw Pw x x x x x x x x x x -y .y 8y By Cy Oy py qy {y y y y îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Fw Gw                                        kdau $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Gw Pw w w w w /x Ox x x x x                                                                                                                         f                           kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  x x x x x x x .y 8y By                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdou $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	By Cy                                        kd)u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cy qy y y y y y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  y y y y 5{ 6{ 7{ G{ H{ N{ U{ V{ W{ X{ { { { { { { { | | | | 4| п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  y y                                        kd}u $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y z Jz jz z z z 6{ 7{                                                                                                                         f                           kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  7{ H{ V{ W{ X{ { { { { {                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{ | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  | |                                        kdEu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | 5| 6| 7| 9| P|                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4| 5| 6| 7| Q| Z| [} \} ]} ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
   ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 P| Q|                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q| Z| \} ]} n} } } ~ ~ ~ ~                                                                                     s                                                                                              kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
~ ~ ~ ~ ~ ~ 
    5 l  끜 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 5 H k    ꁜ  9 M    ׂ ؂ ₜ 삜 킜       4 5 G H      õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !끜 :     ؂ ₜ 삜                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  삜 킜                                        kdau $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               킜  5 H [ n                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  " O P Q b                                                                f                                    [            [                     
  $If   gd_ K$  kd	u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  O P Q a b e z          Ą Ƅ Ǆ Ȅ  ꄜ 넜 서      ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    ń Ƅ Ǆ                                     R            I                                                                     	  $If   gd_ Q  kdPu $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdu $If   K$L$l 0                                     
t                              4   4 
l a   Ǆ Ȅ   & 9 L _ ` a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ^ _ b k  酜 ꅜ 녜 셜   . 4 5 = ? T U d f l m n ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J a b                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k   ꅜ 녜 셜  . 5 >                                                             f                                    [            [                     
  $If   gd_ K$  kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
> ? U e f g h                                     R                                                                                              Q  kd2u $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdu $If   K$L$l 0                                     
t                              4   4 
l a   h i j k l m                                     R            I                                                                     	  $If   gd_ Q  kdLu $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdu $If   K$L$l 0                                     
t                              4   4 
l a   m n    ݆     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n                  ͈ 爜 舜 鈜 ꈜ    h q    ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L   爜 舜 鈜 ꈜ                                                                                       Y                                          kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  ȉ ɉ щ 扜  
 ' A Q k     Ɋ ㊜                                                                                                                                                                                                                      	  $If   gd_  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$   ǉ ɉ A B C D \ f g h j k l   ֋ ׋ ڋ ㋜  N ،     ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ㊜  
 ' A B C                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd3u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C D l   ċ ׋ ؋ ً |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ً ڋ                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڋ ㋜ N |     M T ]                                                             f                                    [            [                     
  $If   gd_ K$  kd v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
   ! ) M S T \ ^ Վ ׎ ؎ َ            d e h q   ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ] ^ f {    ֍ 捜    " 7 L ^ x                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     ֎ ׎ ؎                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ؎ َ   , ? R e f g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g h                                        kdkv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q   [  B C D E V                                                                                                  f                                                   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   @ C D E U V     ̑ ͑ Α Б ё ґ ꑜ 둜 H I L U þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   ґ 둜  # 6 I J K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdyv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K L                                        kd3v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U  ' j  Q R S T e                                                                                                 Y                              kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
U    i j  Q R S T d e    є ۔ ܔ ݔ ߔ  ᔜ ├ R S V νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  e   ᔜ ├   - @ S T U             s                                                                                                                                                                 kdAv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U V                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V _ 4 [  薜     헜                                                                                     Y                                          kdO
v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
V _ 3 薜       헜      v x y z   ݙ ޙ ߙ        ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 헜       1 C ] w    Ø ؘ 혜                                                                                                                                                                                                         	  $If   gd_  S  kd	v $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  혜   3 C ] w x y                                                                                                                                                                                                                                                 	  $If   gd_  S  kdv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  y z  ޙ |            s            s                                                                                                                                                                                           	  $If   gd_   kd-v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ޙ ߙ    . A T g h i |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdv $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    f g j s ,    . / ; @ U  ߝ     $ &  ! ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  i j                                        kd
v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j s ,  ț ܛ o    /                                                                                                 f                                                        kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
/    % & . C X m    Ğ ޞ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdv $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ޞ  	 # + @ U j |    ۟     !                                                                                                                                                                                                                            S  kdOv $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! " # K L _ r                  s                                                                                                                                                                 kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ! " # ; E F G I J K L ^ _     {   ѡ ҡ   k  1 2  0 2 3 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 { ҡ 3     ף 2 ܤ 2 3 : y ȥ ߥ  ; o  Ǧ  '                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  3 : ? R V n  
  & ' ( 8 9 }     ݩ ߩ ੜ ᩜ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ' ( 9 }   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            է 秜   , F ` q     Ө                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0                     x                
t                                4   4 
l a   Ө 訜   ) C T n    ĩ ީ ߩ ੜ                                                                                                                                                                                                                   	  $If   gd_  S  kd;v $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ੜ ᩜ 	 
  0 C V i j k |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdv $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ᩜ     	 
   h i l u 3 _ , }    䭜  ` u  - . / 6 z ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k l                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l u 3 -      x / 6 v   ٯ   . o p                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  z       & 2 E M f n o p q   ư ̰ Ͱ հ װ     ! 9 C D H ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  p q  ư Ͱ ְ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ְ װ ߰    ' > U l }    ұ 㱜                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0                                     
t                                4   4 
l a      ' 9 K b y    ϲ ಜ                                                                                                                                                                                                                                S  kd5v $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ! I J ] p                  s                                                                                                                                                                 kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  H I J \ ]     ȴ   µ b ö ߶ A ]  A   ^   /   C Ǿ ھ 澜  E 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ȴ  b ග ^  㷜  _ }  A 깜 	 1    B C                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  C  þ ⾜  A `     Ͽ                                                                                                             f                                       kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  E X d w       ο Ͽ    7 8 9 = > B K h } ~  ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Ͽ   8 9 > @ A             s                                                                                                                                                                                     kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A B                                        kdIv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K X z      % G i ~                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ~     |            s            s            s                                                                                                                                                                          	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                   % Ĝ Ĝ MĜ `Ĝ Ĝ Ĝ Ĝ Ĝ Ŝ Ŝ QŜ eŜ 'Ȝ 3Ȝ 7Ȝ ^Ȝ Ȝ Ȝ Ȝ ɜ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      % Ü Ü Ĝ MĜ Ĝ Ĝ Ŝ RŜ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdWv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       RŜ Ŝ Ŝ Ŝ Ɯ Ɯ aǜ bǜ &Ȝ 'Ȝ ^Ȝ Ȝ Ȝ Ȝ 2ɜ iɜ ɜ ɜ 7ʜ ʜ ʜ ʜ ʜ ʜ ʜ ʜ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ɜ 2ɜ Eɜ hɜ |ɜ ɜ ɜ ɜ ɜ 6ʜ Jʜ ʜ ʜ ʜ ʜ ʜ ʜ ʜ ʜ ˜ ˜ 
˜ ˜ ˜ ˜ %˜ &˜ 8˜ 9˜ K˜ L˜ ^˜ _˜ c˜ l˜ ˜ ̜ ̜ ̜ ̜ ̜ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ʜ ʜ                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʜ ˜ ˜ &˜ 9˜ L˜ _˜ a˜ b˜                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  b˜ c˜                                        kde v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c˜ l˜ ˜ ˜ ̜ <̜ Z̜ t̜ ̜ ̜ ̜ ̜                                                                                                             f                                       kd!v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ̜ ̜ ̜ ͜ ͜ )͜ <͜ O͜ b͜ d͜ e͜             s                                                                                                                                                                      kds"v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
̜ ̜ ̜ ͜ ͜ ͜ ͜ ͜ ͜ (͜ )͜ ;͜ <͜ a͜ b͜ f͜ o͜ ͜ ͜ 3Μ 4Μ 5Μ EΜ FΜ GΜ HΜ `Μ jΜ kΜ oΜ pΜ qΜ Μ Μ Μ Μ Μ Μ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %e͜ f͜                                        kd-#v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f͜ o͜ ͜ ͜ 4Μ 5Μ FΜ GΜ                                                 f                                                                                                                       kd$v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  GΜ HΜ pΜ qΜ Μ Μ Μ Μ Μ Μ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;%v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Μ Μ                                        kd%v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Μ Μ Μ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ М М М %М HМ IМ М М Xќ Yќ Zќ jќ kќ lќ mќ zќ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Μ Μ Μ Ϝ Ϝ Ϝ Ϝ Ϝ                                                 f                                                                                                                       kdI'v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ϝ Ϝ Ϝ Ϝ Ϝ Ϝ М М М М |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd(v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	М М                                        kd(v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               М %М IМ М Yќ Zќ kќ lќ                                                 f                                                                                                                       kd*v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  lќ mќ nќ ќ +Ҝ ,Ҝ SҜ TҜ Ҝ }Ӝ ~Ӝ Ӝ Ӝ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd*v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       zќ ~ќ ќ *Ҝ +Ҝ ,Ҝ SҜ `Ҝ dҜ Ҝ Ҝ ~Ӝ Ӝ Ӝ Ӝ Ԝ *Ԝ >Ԝ bԜ cԜ vԜ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ *՜ +՜ >՜ o՜ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ӝ +Ԝ cԜ Ԝ Ԝ +՜ p՜ ՜ ֜ [֜ \֜ ]֜ g֜ r֜ ֜ ֜ ֜                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  o՜ ՜ ՜ ՜ ֜ ֜ Z֜ \֜ ]֜ r֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ל ל ל @ל Aל Zל cל dל sל շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\֜ ֜                                        kd+v $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ֜ ֜ ֜ ל ל .ל Aל Cל Yל                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Yל Zל                                        kd,v $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Zל cל ל ؜ ؜ M؜ X؜ ؜ ؜ ؜ ؜ ٜ                                                                                                 f                                                   kd-.v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  sל ל M؜ X؜ k؜ {؜ ؜ ؜ ؜ ؜ ؜ ؜ ؜ ؜ ؜ ؜ ؜ ٜ ٜ ٜ ٜ ٜ ٜ *ٜ +ٜ :ٜ <ٜ =ٜ >ٜ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ٜ ٜ ٜ ٜ +ٜ ;ٜ <ٜ =ٜ                                                             R            I                                   	  $If   gd_ Q  kdt/v $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd.v $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ =ٜ >ٜ fٜ gٜ zٜ ٜ ٜ ٜ ٜ ٜ ٜ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd0v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
>ٜ Vٜ `ٜ aٜ eٜ fٜ gٜ yٜ zٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ Dڜ ۜ ۜ ۜ ;ۜ <ۜ Wۜ ۜ ۜ ۜ ۜ ۜ ۜ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ٜ ٜ                                        kd0v $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ٜ ٜ Eڜ `ڜ ڜ ڜ ڜ ڜ ۜ ۜ <ۜ Xۜ jۜ ۜ ۜ ۜ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ۜ ۜ ۜ ۜ ۜ ۜ ۜ ۜ ۜ ۜ ܜ ܜ ܜ 5ܜ 6ܜ Kܜ Lܜ Nܜ Oܜ Pܜ hܜ rܜ sܜ wܜ xܜ yܜ ܜ ܜ ܜ ܜ ܜ ܜ ܜ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ۜ ۜ ۜ ۜ ۜ ܜ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd2v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܜ ܜ 6ܜ Mܜ Nܜ Oܜ                                     R            I                                                                     	  $If   gd_ Q  kdV3v $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd2v $If   K$L$l 0                                     
t                              4   4 
l a   Oܜ Pܜ xܜ yܜ ܜ ܜ ܜ ܜ ܜ ܜ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ܜ ܜ                                        kd4v $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ܜ ܜ Aݜ iݜ ݜ ݜ ݜ ݜ ޜ Eޜ ޜ ޜ ޜ ޜ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
ܜ ܜ ܜ ܜ @ݜ ݜ ݜ ݜ ޜ ޜ -ޜ <ޜ Dޜ Eޜ Lޜ Rޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ޜ ޜ ޜ ޜ |            s            s                                                                                                                                                                                           	  $If   gd_   kd5v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ޜ ߜ 	ߜ ߜ ߜ Aߜ Bߜ Fߜ Oߜ Pߜ _ߜ ߜ ߜ l p   ( ) G H ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ޜ ޜ ޜ ޜ 	ߜ ߜ /ߜ Bߜ Dߜ Eߜ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd6v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Eߜ Fߜ                                        kde7v $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Fߜ Oߜ ߜ ߜ m     ) H s                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
H [ j r s z                  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kd8v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              [  D E ~  % & |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kds9v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 , 0 [  D Q U ~  & 2 6 X  A      3 c o s  m            6 ^ _ u y     W   C   ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4& X  @ A    3 b c  m             # 6 ^ _                                                                                                                                                                                                                                                                                                                                                                    gd_     W   C    M                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_    gd_   M Q            O P Q R   & S    6 a b       # H L  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $          M            H            H            H            H            H            H            H                   gd_   kd-:v $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a      ! 1 2 A B                                                 _            V            V                                                             	 $If   gd_    kd:v $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  B C O P                                                                                                                                                                                                                                                          	 $If   gd_  o  kd;v $$If   l       0   T# T                 .                
t  0                                                              4 
l al  P Q R ] a t |                                      z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd=<v $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kd<v $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                        ! & S X              [                                                                                                                                           kd>v $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_       0 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd>v $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0 1 6 b f  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd?v $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdb@v $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      # I d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+Av $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I J K U    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdAv $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdBv $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdCv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al          
                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd/Dv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  
                                              kdDv $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                             ! ( ) * +                                                             A                                  kd%Fv $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  + , - . / 0 1 2                                                 A                                              kdGv $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  2 3 4 5 6 7 L                                     A            <            7                  gd_    gd_    kdGv $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  L      3 D E Y [                                                                                                                                                                                                                                                   E  kdHv $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	        D E [ \ ^ _ m n { |                ! " . / A 	       춥x                          /jMv hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *[ \ ] ^ _ g m                                     a                                                                                                                             E  kdIv $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd!Iv $$If   l 0 
" R                                                           4 
l a   m n w { |                                       a                                                                                                                             E  kd>Jv $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdIv $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdJv $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdJv $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdKv $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[Kv $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                         	 $If   gd_ 	 $If   gd_     gd_  E  kdLv $$If   l 0 
" R                                                           4 
l a          l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdxLv $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a     ! " / A  	     l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd6Mv $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              l m y z       * + O Q a b        ! - o r     - .    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j[Nv hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0    m z                                                                                                                                                                                                                                                           S  kdNv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	  + P Q b                                      N                                                                                       S  kdOv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdTOv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         < = * +   ! -    |    K                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kdxPv $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     r  - . l       4 V     0 1 : ; 	 	 9
 :
 
                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_      & .    3 4 V  8 ; 	 	 	 
 
 
 
 
 
 
   E F G c d o p q u v    ۵۵۵ۭۜۋzrgrrr       jQv h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '
 
 
 
 
 
  F                                     j                                                                                                                                           kd
Qv $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  F G X    C D `  
 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd|Qv $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   

 a
 & ' x           8 9   ! 2     b c                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_             7             ! 2      b   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jRv hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjURv h_ U !c                                                       e                                                                                                                        F  kdSv $$If   l   l '{6    4   4 
l a] p
        F  kd#Sv $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_      $ % ( ) / 0 Q R r s             0 1 K L s t u v w U V b    E K N      5 i   ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    	  $ %                                                             5            v  kd|Tv $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd	Tv $$If   l   l '{6    4   4 
l a] p
         % & ' ( ) - . /                                     t                                                                                                                                                             v  kd!Uv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  / 0 I K Q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdUv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q R k m r                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdwVv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r s                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"Wv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdWv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdxXv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#Yv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdYv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdyZv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ( * 0                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$[v $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 1 D F K                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[v $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K L S X s                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz\v $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s t u v w U V b     F Y                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd%]v $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ! 4 h     & 6 j           ! (! 7! J! K! d! ! !                                                                                                                                                                                                                                                                                                                                                                   gd_        ! ! 7! I! ~! ! ! ! ! " (" \" " " # 1# c# d# n# x# y# # # # # # пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ! ! ! ! ! ! &" '" (" \" r" " " " " # # &# 1# d# n# x#                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  x# y#                                     kd]v $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               y# # # # # #  $ $ $ /$                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	# # # # #  $ $ $ 0$ 9$ $ $ $ $ $ $ $ $ #% $% )% 2% O& Q& a& b& & & & & & Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ /$ 0$                                     kd'_v $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0$ 9$ [$ \$ p$ q$ $ $ $ $ $ $ $ $                                                                                                                                     q                            kd~`v $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
$ $ $ $ $% %% &% '% (%             q            l                                                                                                                                                       gd_    kd;av $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  (% )%                                     kdav $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               )% 2% S% T% h% i% % % % % % % &  & :& ;& P&                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  P& Q& b& & z            q            q                                                                                                                                                                                       	  $If   gd_    kdOcv $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       & & & & & & & & z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kddv $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       & & & & & A' C' S' T' s' t' v' ' ' ' ' ' ( '( 3( R( ^( ( ( ( ( ( ( ( ( ) P) ) ) ) ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "& &                                     kddv $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               & & & & & & ' ,' -' B' C' T' t'                                                                                                             q                                                         kd fv $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  t' u' v' ' ' ' ' ' z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdfv $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ' '                                     kdgv $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ' ' ' ' ( ( ( ( (                                                             q                                                                                                                             kdhv $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ( ( ( ( ) ) ) ) ) ) ) z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdiv $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
) ) ) ) %* &* 0* :* ;* [* \* * * * * * r+ V, X, h, i, , , , , , - - -  - !- $- -- - - - ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #) &* 0* :*                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  :* ;*                                        kdyjv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;* \* * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * *                                        kdkv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * t+ u+ + + + , W, X, i, , ,                                                                                                 s                                                                        kd!mv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  , , -  - !- "- #- |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdmv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #- $-                                        kdnv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $- -- - - - -                         s                                                                                                                                                                                   kdov $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - - - - - - - - - o1 p1 1 1 1 G2 f2 2 2 J3 i3 3 3 r4 4 4 5 &6 E6 6 6 >7 ]7 7 7 X8 w8 V9 u9 9 9 e: : : ; 6< 7< о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -- - - - - - - . . . . . . . |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdpv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
. . Z/ q/ / / / / 	0 >0 0 0 o1 p1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]qv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 "2 '2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzrv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '2 (2 )2 G2 U2 e2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdrv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e2 f2 q2 v2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8sv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v2 w2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUtv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdtv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2  3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdruv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 !3 &3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0vv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &3 '3 (3 J3 X3 h3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h3 i3 t3 y3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y3 z3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMwv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3 3 3                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjxv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(yv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 $4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $4 %4 /4 44             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   44 54 64 r4 4 4                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEzv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb{v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4 4 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd |v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 '5 ,5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,5 -5 85 =5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=}v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =5 >5 H5 M5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M5 N5 O5 5 6 &6 46 D6                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd}v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D6 E6 P6 U6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ~v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U6 V6 `6 e6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e6 f6 q6 v6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v6 w6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6 6 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6  7 
7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 >7 L7 \7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \7 ]7 h7 m7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m7 n7 x7 }7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdov $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }7 ~7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd΂v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7  8 
8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8  8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    8 !8 +8 08             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   08 18 28 X8 f8 v8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v8 w8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƅv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 8 &9 '9 V9 d9 t9                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdBv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t9 u9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9 9 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۉv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : ": ':             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ': (: 2: 7:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7: 8: 9: e: s: :                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : : :  ;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdӌv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ; ; ; ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; ; ; !;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !; "; -; 2;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2; 3; =; B;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B; C; D; h; ; ; ; ; '< (< 5< 6< 7< Z< <                                                                                                                                                                                        gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7< H< Z< u< < = %= &= '= <= n= o= y= = = = = = = = = = > > ? ? ? ? @ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  < < = &= '= 1= <= o= y= =                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	= =                                        kd
v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = >                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  > >                                        kdav $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > d> e> > > > 3? i? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ? ? ? G@ `@ y@ @ @ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ !@ "@ #@ 6@ 7@ F@ @ @ @ @ @ A A A $A B B B B kC lC oC C C ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jov h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  @ @ @ A A A A |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A $A lA mA A B &B BB [B uB B B B                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  B B B lC |            s            s                                                                                                                                                                                           	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lC mC nC oC C 'D (D \D nD D D pE qE |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C 'D (D [D \D D D D D D D 0E ]E oE qE E E E E E E E E #F FF GF JF SF 	G G H H H H H H H ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $qE {E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  E E                                        kdvv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E #F 5F GF HF IF                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  IF JF                                        kdʗv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JF SF F F F F F F pG G G H EH bH H H H                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  H H H I bI I I >J |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H H H H H H I ,I bI I I I I J =J >J AJ RJ hJ J J  K !K "K 3K ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jؙv h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  >J ?J @J AJ gJ hJ J J "K 4K 5K ?K |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd]v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3K 5K JK |K }K K K K K K K K K K K iL wL L L L L L L M M NM OM QM RM dM vM wM M M ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !?K JK }K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  K K                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K K                                        kdkv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K _L `L L L L L L L M                                                                                                 Y                              kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
M OM PM QM RM M N <N qP rP 	S S             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdyv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M M M M M M M M N <N 	S S BT ST W W o[ [ [ [ [ [ p\ q\ s\ t\ \ \ ] ] L^ ^ O_ V_ _ _ a 9a b b 1c 2c Jc Kc [c \c ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jxv hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j3v hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -S AT BT ST U U ZV [V W W W Y Y n[ o[ [ [ q\ t\ \ \ ] ] K^ L^ [^ m^                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  m^ ^ ^ ^ ^ ^             f                                                                                                                                                                      kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ^ ^ ^ ^ ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ ^ ^ ^ ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdvv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ ^ ^ ^ ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ ^ ^ ^ ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdRv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ ^ ^ ^ _ o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _ _ _ _  _ o            f            f            f                                                                                                                                                	  $If   gd_    kd.v $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  _ !_ )_ 0_ <_ o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at <_ =_ >_ ?_ _ _ 8a 9a b b c c c o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd
v $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \c _c `c c c l l &p 1p (v 9v x x y y y z z #z '{ ({ ={ o{ p{ z{ { { { { { { { { { { } } } ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %c c nd od %e &e e e f g g h h +i j j Pk l l %n &n Go To ao no {o o                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  o o o o o o o o p %p &p 1p aq bq q  r r r Tu Uu (v 9v nv v v w Lw yw w                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  w w w Cx x x x y y #z '{ ({ 2{ ={ p{ z{ {                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  { {                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { { { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  { {                                        kdGv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { 2| >| e| | | | | 6} @} e} } }                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
} } } 	~ |            s            s                                                                                                                                                                                           	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } ~ 	~ 
~ ~ ~ ~ 8~ 9~ N~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  耝 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 	~ 
~ ~ ~ 8~ 9~ C~ N~ ~ ~ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdUv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ~ ~                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~ ~                                        kdcv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ 7 C j     耝                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_  耝   
       0 b c m w x    ́ ΁ ρ Ӂ ܁ d ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          % 0 c m w |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdqv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x                                        kd+v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x  ́ ́ ΁ ρ с ҁ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ҁ Ӂ                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӂ ܁  ' N y  ݂ c ̃ ܃ ݃                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  d ̃ ܃ ރ            + , A s t ~      ߄  ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ݃ ރ   |            s            s                                                                                                                                                                                           	  $If   gd_   kdӮv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            , 6 A t ~  |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdGv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ބ ߄  ᄝ ㄝ 䄝                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   ᄝ 儝  a c s t z      ˆ ̆ ֆ  ᆝ 톝    8 9 : îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  䄝 儝                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               儝  - 9 `  ͅ 텝 % a b c                                                                                                                         f                           kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  c t      ̆ ֆ                          s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 ᆝ                                        kdcv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ᆝ  9 : ; = >                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  : ; ? H ӈ Ԉ Ո 初 戝 숝     0 J L M b       ҉ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  > ?                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? H    臝  7 T  Ԉ Ո                                                                                                                         f                           kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Ո 戝    0 M W b                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdŷv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ӊ ԉ Չ ׉                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ҉ Ӊ ԉ Չ      1 2 3 C D v w x y z {      ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kdӹv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    K  2 3 D v                                                                                     s                                                                                              kd'v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
v w x y z {  \ ]  ӎ 
 B  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ӎ 掝 	  A U   ׏ 돝 - . C u v          Ґ Ӑ 吝 搝   9 B N õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! ؏ - . 8 C v                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ӑ 搝    ! 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  8 9                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B   푝     - 4 <                                                             f                                    [            [                     
  $If   gd_ K$  kdCv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
N  푝        ! + - 3 4 ; = R S b d e f ~         ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ < = S c d e                                     R            I                                                                     	  $If   gd_ Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   e f   Ē ג ꒝    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     	 ,       ̓ ғ ӓ ۓ ݓ     
   ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                           kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 , Z     ̓ ӓ ܓ                                                             f                                    [            [                     
  $If   gd_ K$  kd%v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
ܓ ݓ                                          R                                                                                              Q  kdlv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a      	 
                                      R            I                                                                     	  $If   gd_ Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a     4 U V {     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 $ . / 0 2 3 4 U V       R k          & V \ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ꔝ        V                                                                                     Y                                          kd!v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
V ] f g o    ŗ ߗ  	 # + @ U g                                                                                                                                                                                                                       	  $If   gd_  S  kdv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ \ ] e g ߘ  ᘝ ☝      	 
 ) * t u x   왝 v     ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ     Ř ߘ  ᘝ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdmv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ᘝ ☝ 
 * O b u v w |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x  왝      뚝                                                               f                                    [            [                     
  $If   gd_ K$  kd
v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
    ǚ 뚝     s u v w                C ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     . @ Z t     ՛ ꛝ   0 @                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   @ Z t u v                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdYv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  v w   ʜ ݜ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    B  ឝ ➝ 㞝  G                                                                                                 f                                                   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  C ޞ ឝ ➝ 㞝   F G H ` j k l n o p   柝 矝 ꟝  þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ G H p    ԟ 矝 蟝 韝 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	韝 ꟝                                        kdmv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ꟝   Š  Q                                                                                                      Y                              kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
     Q       U V W o y z { } ~      νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   V W     ˢ ޢ                s                                                                                                                                                                 kd{v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd5v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ң  =  % & ' 8                                                                                      Y                                          kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  ѣ  # % & ' 7 8           ( ) { | }        ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5        ϥ ᥝ   % ? Y a v                                                                                                                                                                                                          	  $If   gd_  S  kdCv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     Ѧ ᦝ                                                                                                                                                                                                                                                     	  $If   gd_  S  kdv $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ) | |            s            s                                                                                                                                                                                           	  $If   gd_   kdgv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | }    ̧ ߧ     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd!v $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
        ʨ    ̪ ͪ ٪ ު  7 }     « ī   ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ʨ * f z 
    ͪ                                                                                                 f                                                        kd=v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ͪ 7   ë ī ̫ ᫝    7 Q b |                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdv $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  |    ɬ ެ    4 N _ y                                                                                                                                                                                                                                S  kdv $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     魝 ꭝ   # 6 I J K             s                                                                                                                                                                 kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     ٭ 㭝 䭝 孝 筝 譝 魝 ꭝ   H I L U  H I o p # $ 	  ϱ б  β в Ѳ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ K L                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U  p ѯ $ W    u б z в Ѳ ز  f }  ٳ 
 9 e  Ŵ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Ѳ ز ݳ       Ĵ Ŵ ƴ ִ ״  ! " * , { } ~  ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Ŵ ƴ ״  " + |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd)v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , 4 I ^ s    ʵ 䵝   ) : T \ q                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0                     x                
t                                4   4 
l a   q    Ƕ ᶝ   & 7 Q b | } ~                                                                                                                                                                                                                   	  $If   gd_  S  kduv $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~     η ᷝ    	 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdv $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
           
  Ѹ  ʹ  0        ˼ ̼ ͼ Լ  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	 
                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  Ѹ ˹ 3   #   ͼ Լ  3 R w   ̽ 
                                                                                                                                                                                                                                                                                                                           
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   + 7 J    Ľ н 㽝 뽝   
      d j k s u         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f      d k t |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd#v $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t u }    ž ܾ  
  2 I Z p                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kdv $If   K$L$l 0                                     
t                                4   4 
l a      ſ ׿ 鿝    . ? V m ~                                                                                                                                                                                                                                S  kdov $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         ! 4 G I J             s                                                                                                                                                                 kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       F G K T f  .Ý `Ý  ĝ aĝ }ĝ ĝ ĝ OƝ Ɲ 6ǝ Kǝ ǝ ȝ )ɝ ɝ $ʝ 9ʝ ˝ e̝ x̝ ̝ ̝ ̝ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !J K                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T f .Ý  ĝ ~ĝ ĝ 6ŝ ŝ ŝ ŝ Ɲ MƝ Ɲ ǝ ȝ ɝ <ʝ =ʝ Dʝ ˝ ˝                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ˝ !̝ a̝ ̝ ̝ ̝ ̝ ͝ <͝ [͝ \͝ m͝                                                                                                             f                                       kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ̝ ̝ ͝ ͝ !͝ 4͝ @͝ S͝ Z͝ \͝ l͝ m͝ ͝ ͝ ͝ ͝ ͝ ͝ ͝ ͝ ͝ ͝ ϝ ϝ ϝ ϝ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  m͝ ͝ ͝ ͝ ͝ ͝ ͝ ͝             s                                                                                                                                                                                     kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ͝ ͝                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͝ ͝ ͝ Ν :Ν \Ν ~Ν Ν Ν Ν Ν ϝ ϝ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ϝ ϝ .ϝ aϝ ϝ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϝ -ϝ .ϝ ϝ ϝ ϝ ϝ ϝ ϝ ϝ ϝ ϝ ϝ ѝ ѝ ѝ ѝ !ҝ 5ҝ Yҝ mҝ ҝ ҝ ҝ ӝ ՝ ՝ ՝ ՝ W֝ Z֝ ֝ ֝ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ϝ ϝ ϝ ϝ ϝ sѝ uѝ ѝ ѝ "ҝ Zҝ ҝ ҝ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ҝ Eӝ Fӝ ӝ ?ԝ @ԝ ԝ  ՝ ՝ ՝ ՝ Y֝ Z֝ ֝ ֝ ם ?ם ם ם *؝ +؝ 5؝ @؝ s؝ }؝ ؝                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ֝ ֝ ֝ ם ם >ם Rם ם ם ם ם *؝ +؝ @؝ r؝ s؝ }؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝ ٝ 
ٝ Rٝ vڝ wڝ xڝ ڝ ڝ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (؝ ؝                                        kdKv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ؝ ؝ ؝ ؝ ؝ ؝ ؝ ؝  ٝ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   ٝ ٝ                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٝ 
ٝ Rٝ uٝ ٝ ٝ ٝ ڝ Iڝ wڝ xڝ ڝ                                                                                                             f                                       kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ  ۝ ۝ ۝             s                                                                                                                                                                      kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ ڝ  ۝ ۝ 
۝ N۝ O۝ ۝ ۝ ۝ ۝ ۝ ۝ ۝ ۝ ܝ 	ܝ 
ܝ ܝ ܝ !ܝ "ܝ 4ܝ 5ܝ Zܝ [ܝ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %۝ ۝                                        kdgv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۝ 
۝ +۝ O۝ ۝ ۝ ۝ ۝                                                 f                                                                                                                       kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ۝ ۝ ܝ ܝ "ܝ 5ܝ Hܝ [ܝ ]ܝ ^ܝ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kduv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ܝ _ܝ                                        kd/v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ܝ _ܝ hܝ ܝ ܝ ,ݝ -ݝ .ݝ >ݝ ?ݝ @ݝ Aݝ Yݝ cݝ dݝ hݝ iݝ jݝ |ݝ }ݝ ݝ ݝ ݝ ݝ ݝ ݝ ݝ ݝ iޝ jޝ ޝ ޝ ޝ ߝ 	ߝ 
ߝ ߝ ߝ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %_ܝ hܝ ܝ ܝ -ݝ .ݝ ?ݝ @ݝ                                                 f                                                                                                                       kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  @ݝ Aݝ iݝ jݝ }ݝ ݝ ݝ ݝ ݝ ݝ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ݝ ݝ                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݝ ݝ ݝ jޝ ޝ ޝ 	ߝ 
ߝ                                                 f                                                                                                                       kdKv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  
ߝ ߝ ߝ =ߝ ߝ ߝ ߝ ߝ #   P  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߝ ߝ =ߝ ߝ ߝ ߝ ߝ ߝ  # }  P c         & ' E F Y      
 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     F    U       C M W                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
 ! T h       B C M W X p z {              շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\W X                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               X                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_                                           kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 p     " d e v                                                                                                  f                                                   kdgv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   p   	  " ) / c d e u v y               ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd!v $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$      + > Q S T j |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd;v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         * + P Q k t u         % . 5 ; L M ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ j k                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               k t   / L e x      . M N                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  M N O _ ` c i                    ) * < = b c g пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  N O `    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdIv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd_ Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a       * = P c e f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f g                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g p   A S     % ) * +                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
g p q              $ % ( ) * + , < = @ U ^ h i زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 + , = j |            s            s                                                                                                                                                                                           	  $If   gd_   kd+w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i j k                 [ \ 
  P      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    j k         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 \   > o      S T                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
       R S T U e f i ~         촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  T U f  |            s            s                                                                                                                                                                                           	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                     |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
              s  4 5 A E n   
  9  9 E I v ' ( b c o s       C     K    u ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  s   4 5 n     9  8 9 v ( b c  J K        C                                                                                                                                                                                                                                                                                                                                                                   gd_  C    K    u   M N Y e t                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_   gd_    gd_  u   L M Y o s          , c   A w x      $  [  \              Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdgw $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd_    kdw $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdw $$If   l       0   T# T                 .                
t  0                                                              4 
l al         &                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdww $$If   l       0   T# T                 .                
t  0                                                              4 
l al  & ' , c h 2            )            )            )                      	 $If   gd_    kdw $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     h      ;             [                                                                                                                                           kdA	w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ; < A x |  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd

w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al            d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      $  \  a    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al              d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdew $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al          B G S d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd.
w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  S T W a n            e            e                                                                                                                                                               	 $If   gd_    kd
w $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           a b e n                                                                                                                                                                                                                                                	 $If   gd_  t  kdw $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  n o p                                           w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdiw $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdw $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd_w $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd>w $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kdw $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                                                                                                                                                                                                                                              E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	                 9 : < = i j               L M X Y i j 춥x                          /j.w hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd[w $$If   l 0 
" R                                                           4 
l a        - 9                                     a                                                                                                                             E  kdxw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a   9 : ; < = O i                                     a                                                                                                                             E  kd6w $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a   i j u                                         a                                                                                                                             E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdSw $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdw $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            q r l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdpw $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
j n o d e p q        
    _ a l m         	 ?	 A	 B	 N	 O	    
  % E j s   ( ) ; ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jw hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0r      ` a m                                                                                                                                                                                                                                                        S  kdw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	      	 @	                                     N                                                                                       S  kd w $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   @	 A	 B	 O	 	 
 
 
      N
 
    P                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P Q  k   
 ( ) <      ]        x y   #                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ; <              w y  # 9 = J K          
     Q R ] ۵۵۵ۭۜۋzrgrrr       j(w h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '# / > J K                                        j                                                                                                                                           kdDw $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     ? D     h  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdw $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     f g   W X            ! ! ! ! " :# $ $  % %                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ] ^ _ c d g   V  q    ! ! ! ! ! ! ! ! ! ! ! ! ! ! Q" Z" c# # $  % k& l& ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jw hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujw h_ U !% l& p& q& & & &                                                 e                                                                                                                        F  kdw $$If   l   l '{6    4   4 
l a] p
        F  kd]w $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  l& q& & & & & & & & & & ' ' '' (' C' D' `' a' }' ~' ' ' ' ' ' ' ' ' ( ( ( ( ( ) )  * a* * * * * * x+ + ], u, , , - &- \- ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3& & & & & & &                                                             5            v  kdw $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdCw $$If   l   l '{6    4   4 
l a] p
         & & & & & & & &                                     t                                                                                                                                                             v  kd[ w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  & & & & &                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & & 	' ' '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ' ' !' ''                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\"w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '' (' ;' =' C'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C' D' Y' [' `'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `' a' v' x' }'                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd]$w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }' ~' ' ' '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ' ' ' '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ' ' ' '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^&w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ' ' ' '                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	'w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ' ' ' (                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ( ( ( ( ) )  * H* b* * * * * ++                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd_(w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ++ ?+ s+ + + + , $, X, v, , , , - '- [- \- ]- ^- - . . . . . . . / 5/ 6/                                                                                                                                                                                                                                                                                                                                                                   gd_  \- ^- h- ~- - - . . . . / 4/ T/ W/ / / / / &0 Q0 0 0 1 1 1 1 1 =1 >1 [1 \1 o1 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  6/ T/ b/ u/ v/ / / / / / 0 &0 <0 R0 S0 0 0 0 0 1 1 1                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1 1                                     kd
)w $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 >1 [1 \1 r1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	o1 r1 1 1 1 1 1 1 1 1 f2 h2 x2 y2 2 2 2 2 2 2 2 2 3 3 3  4 4  4 !4 "4 G4 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 1 1                                     kda*w $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 1 1 1 2 2 32 O2 P2 e2 f2 g2 h2 y2                                                                                                                                     q                            kd+w $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
y2 2 2 2 2 2 2 2 2             q            l                                                                                                                                                       gd_    kdu,w $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  2 2                                     kd2-w $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               2 2 2 2 3 3 !3 =3 >3 P3 {3 3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  3 3  4  4 z            q            q                                                                                                                                                                                       	  $If   gd_    kd.w $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
        4 !4 "4 I4 J4 K4 L4 M4 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdF/w $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       G4 H4 I4 N4 W4 4 4 4 4 5 5 5 @5 A5 F5 O5 5 5 5 5 5 5 N6 P6 `6 a6 6 6 6 6 6 6 07 17 d7 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "M4 N4                                     kd0w $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               N4 W4 v4 w4 4 4 4 4 4 4 4 4 5                                                                                                             q                                                         kdZ1w $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5 5 5 A5 B5 C5 D5 E5 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd2w $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       E5 F5                                     kd2w $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               F5 O5 5 5 N6 O6 P6 a6 6                                                             q                                                                                                                             kd+4w $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6 6 6 6 6 17 e7 {7 |7 7 7 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd4w $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
d7 e7 |7 7 7 7 7 7 7 7 7 '8 <8 =8 q8 z8 9 9 9 : : X: k: : : : : : : : : : : '; 7; 8; ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  7 7                                        kd5w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 '8 =8 ?8 p8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  p8 q8                                        kd7w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q8 z8 9 9 O9 P9 _9 9 9 9 : X: :                                                                                                 s                                                                        kd[8w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : : : : : : : |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd9w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : :                                        kd9w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : &; '; 8; Y;                         s                                                                                                                                                                                   kd#;w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8; X; Y; Z; [; \; ^; ; ; 
? ? %? e? ? ? @ d@ @ @ A rA A B /B B B C C MD lD D D nE E E F F G uG G H "H H H I I о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -Y; Z; [; \; ]; ^; ; +< ,< m< x< < < < |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd;w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
< < < = '= >= k= l= = = "> #> 
? ? %? :? e? s? ?                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU=w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ? ? @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd>w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr>w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ $@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $@ %@ 0@ 5@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0?w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5@ 6@ @@ E@             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E@ F@ G@ d@ r@ @                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM@w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@w $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjAw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @ @ A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdAw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(Bw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A "A 'A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'A (A 3A 8A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8A 9A CA HA             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdECw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HA IA JA rA A A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdCw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdbDw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Ew $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A B B .B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdEw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .B /B :B ?B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?B @B JB OB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=Fw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OB PB [B `B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `B aB kB pB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pB qB rB B B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZGw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwHw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B YC C C C C                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd5Iw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRJw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D $D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $D %D &D MD [D kD                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdKw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kD lD wD |D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoKw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |D }D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-Lw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdLw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJMw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdMw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E 'E ,E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,E -E 7E <E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgNw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <E =E >E nE |E E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdNw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%Ow $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBPw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E F F                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdPw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F  F %F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd Qw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %F &F 0F 5F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_Qw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5F 6F AF FF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   FF GF QF VF             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   VF WF XF F F F G G                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd|Rw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G #G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #G $G .G 3G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:Sw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3G 4G ?G DG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DG EG OG TG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TG UG VG uG G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdWTw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtUw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdUw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G H H !H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2Vw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !H "H -H 2H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2H 3H =H BH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BH CH NH SH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOWw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SH TH ^H cH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cH dH eH H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
Xw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlXw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdXw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*Yw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H I &I KI nI oI I I I I I I }J                                                                                                                                                                                        gd_  z  kdYw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I J ~J J J J J J K 
K K !K "K TK UK fK xK yK K K K K M M M M M Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  }J ~J J J J J J 
K K !K                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	!K "K                                        kdGZw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "K UK yK K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  K K                                        kd[w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K L L #L $L rL L M ,M <M MM ]M ^M M                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  M M M M M N 0N _N |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd\w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M M M ^N _N `N N N N N N N @P BP RP SP 	Q 
Q 
Q Q 6Q ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j]w h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  _N `N N N N N N |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd.^w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N                                        kd^w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N 
O O ZO O O O O P (P @P AP                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  AP BP SP 
Q |            s            s                                                                                                                                                                                           	  $If   gd_   kd<`w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q Q Q 
Q 6Q Q Q Q R R R S S |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd`w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6Q Q Q Q Q R R R =R R R R R 
S S $S VS WS aS kS lS S S S S S S S T T "V #V FV HV XV YV iV ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $S S $S WS aS kS                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  kS lS                                        kdaw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lS S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  S S                                        kdcw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S 6T 7T FT WT T T U |U U U U  V "V #V GV                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  GV HV YV V  W [W W W |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdXdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iV jV V V V V V V V  W %W ZW wW W W W W W W X -X X X X X X ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jew h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  W W W W X X X X X X X X |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdew $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X Y Y %Y /Y 0Y UY VY ~Y Y Y Y Y Z Z RZ nZ Z Z Z Z Z Z Z Z Z Z [ [ [  [ T[ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !X X Y %Y /Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  /Y 0Y                                        kdQfw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0Y VY ~Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y Y                                        kdgw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Z Z nZ oZ Z Z Z                                                                                                 Y                              kdhw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Z Z Z Z Z  [ [ [ ^ ^ ` `             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdiw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  T[ U[ `[ a[ q[ r[ v[ w[ [ [ ` ` a a -e ?e 
i  i Vi Xi mi oi j j j j |j ~j ck xk k l l l m m n n Ap hp p p p p p p ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jnw hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jmjw hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -` a a a 7c 8c c c ,e -e ?e f f i 
i "i oi j j }j ~j ck xk k k k l                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  l l l $l ,l 1l             f                                                                                                                                                                      kdjw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  1l 2l 7l ?l Kl o            f            f            f                                                                                                                                                	  $If   gd_    kdBkw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Kl Ll Ql Xl ]l o            f            f            f                                                                                                                                                	  $If   gd_    kdkw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ]l ^l cl jl vl o            f            f            f                                                                                                                                                	  $If   gd_    kdlw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at vl wl l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdlw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdlw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdhmw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l l o            f            f            f                                                                                                                                                	  $If   gd_    kdmw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l l l l ~m m n n lp mp *q +q q o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdDnw $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p p p q q sz }z } } ƃ ׃ P x       ň ƈ ۈ 
   " # / P Q      ] _ o ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %q q r 
r r r Zs [s s nu ou wv xv v Sx Tx x sz }z { { | | | } } *}                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  *} ;} L} ]} n} o} } } } } } } ~          ƃ ׃  \ ]  ꄞ  G                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  G H  ᅞ P Q x    ň ƈ Ј ۈ   "                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  " #                                        kd-ow $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdpw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Љ ܉  * h   Ԋ ފ  ] ^                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
^ _ p  |            s            s                                                                                                                                                                                           	  $If   gd_   kdqw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p       ֋ ׋ 싞   ) 3 4 @ a b        ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     ֋ ׋ ዞ 싞  ) |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdrw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  3 4                                        kdIsw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdtw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ռ ጞ  3 s                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd_ 	  $If   gd_            Ύ       " C D k l m q z  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kduw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Î Ύ    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdvw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdeww $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                D j k l m o p                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  p q                                        kdxw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z  ŏ 쏞  W {  j z {                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   j z |           ɑ ʑ ߑ    & ' 3 T U } ~ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    { |   |            s            s                                                                                                                                                                                           	  $If   gd_   kd
zw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ʑ ԑ ߑ   & |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdzw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& '                                        kd{w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' U | } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ~            ! " 7 i j t ~      ֔ ה ؔ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd|w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ˒ ג  , k  Ó                                                                                                                             f                           kd)~w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_      ! " , 7 j t ~                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd~w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~                                         kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ה ؔ ٔ ۔ ܔ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ؔ ٔ ݔ 攞 q r s        Ζ 薞 ꖞ 떞   2 3 = G H T p п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ܔ ݔ                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݔ 攞 % 1 X   Օ  ) r s                                                                                                                         f                           kdEw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  s     Ζ 떞    3                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	3 = G                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  G H                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H q r s u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  p q r s      ϙ Й љ ᙞ ♞       % ) I / B ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd
w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    阞  Й љ ♞                                                                                      s                                                                                              kdaw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      I   / q   ' |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
B q    ߜ  & : u  ˝ ̝ ᝞    ( ) A K L M P Q p q     מ  잞 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !' v ˝ ̝ ֝ ᝞   (                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ( )                                        kdՇw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) Q q      ֞                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ֞ מ                                        kd)w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               מ  K ^     ˟ ҟ ڟ                                                             f                                    [            [                     
  $If   gd_ K$  kd}w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
잞 K         ɟ ˟ џ ҟ ٟ ۟         & ' ( * + , N O ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ڟ ۟                                         R            I                                                                     	  $If   gd_ Q  kdċw $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7w $If   K$L$l 0                                     
t                              4   4 
l a     , O b u     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O     ʠ % & ' ( 8 9 j p q y {        ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ʠ  & ' ( 9 j q z                                                             f                                    [            [                     
  $If   gd_ K$  kd_w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
z {                                          R                                                                                              Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3w $If   K$L$l 0                                     
t                              4   4 
l a     ҡ    , ? @ A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdMw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ¡ ̡ ͡ Ρ С ѡ ҡ   > ? B K < =  	 # $ % & 6 7 8   Ĥ   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ A B                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K  * = # $ % & 7                                                                                      Y                                          kd[w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
    
 " 7 I c }    ɥ ޥ                                                                                                                                                                                                                         	  $If   gd_  S  kdw $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     } ~          Ǧ Ȧ     +   + , - . ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   9 I c } ~                                                                                                                                                                                                                                                       
& F$ $If   gd_  S  kdw $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     Ȧ       |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd9w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , - . ?                                                                f                                    [            [                     
  $If   gd_ K$  kdGw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
. > ? ] e          - 7 8 9 ; < = J T U     3 ᫞ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     ̨ ި   " < V ^ s    Ω ީ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ީ                                                                                                                                                                                                                                                                         	  $If   gd_  S  kdw $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    = U h {     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdߙw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 P  ૞ ~     嬞                                                                                                 f                                                   kd3w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ᫞ |      䬞 嬞 欞   	 
  
  & '     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 嬞 欞  ' L _ r    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ; c  ﮞ                                                                                                      Y                              kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 : <   ﮞ          
           νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ       C V i |                s                                                                                                                                                                 kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdow $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p  ۱ $ ò Ĳ Ų ֲ )                                                                                     Y                                          kdàw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  o $  ò Ĳ Ų ղ ֲ ) * 0 1 9 ;     ƴ Ǵ    3 = > ? A B C ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ) * 1 : ; C X m    ó ݳ    )                                                                                                                                                                                                         	  $If   gd_  S  kd}w $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ) ; U o                                                                                                                                                                                                                                                      	  $If   gd_  S  kdw $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    Ǵ  |            s            s                                                                                                                                                                                           	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         C D W j }     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd[w $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
C D V W     h X Y Z j k w |  ո  O Q W X ` b [ ] ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kd#w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 h ȶ    X Y Z k                                                                                                 f                                                        kdww $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
k ո Q X a b j     չ ﹞                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd1w $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_   4 E _ g |    Һ 캞   1 B \ ]                                                                                                                                                                                                                            S  kdæw $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ] ^ _      Ի 绞 軞 點             s                                                                                                                                                                 kdUw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ] ^ _ w          滞 绞 껞   漞 缞 
   ½   m n W l n o Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 點 껞                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               껞    o ½  H   n  n o v    K w    / c                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  o v {    3 F J b c d t u      Ş Ş Ş Ş ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   c d u    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdcw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            Þ #Þ =Þ WÞ hÞ Þ Þ Þ Þ Þ Þ Þ Ğ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw $If   K$L$l 0                     x                
t                                4   4 
l a   Ğ $Ğ 9Ğ KĞ eĞ Ğ Ğ Ğ Ğ Ğ Ğ  Ş Ş Ş Ş                                                                                                                                                                                                                   	  $If   gd_  S  kdw $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ş Ş EŞ FŞ YŞ lŞ Ş Ş Ş Ş Ş |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdAw $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ş 5Ş ?Ş @Ş DŞ EŞ FŞ XŞ YŞ Ş Ş Ş Ş oƞ ƞ hǞ Ǟ Ǟ /Ȟ DȞ  ɞ 5ɞ ɞ ɞ Tʞ iʞ jʞ kʞ rʞ ʞ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ş Ş                                        kd	w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ş Ş oƞ iǞ Ǟ GȞ TȞ Ȟ 8ɞ ɞ kʞ rʞ ʞ ʞ ʞ ˞ ,˞ K˞ j˞ ˞ ˞                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ʞ ʞ ʞ ʞ 0˞ C˞ O˞ b˞ n˞ ˞ ˞ ˞ ˞ ˞ ˞ ˞ ˞ ˞ ̞ ̞ 	̞ ̞ ̞ YΞ [Ξ \Ξ ]Ξ uΞ Ξ Ξ Ξ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ˞ ˞ ˞ ̞ 	̞ ̞ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd]w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ̞ ̞ ̞ -̞ ?̞ Q̞ c̞ z̞ ̞ ̞ ̞ ̞ ̞ ̞ ͞ ͞ 6͞ 7͞                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdw $If   K$L$l 0                                     
t                                4   4 
l a   7͞ ?͞ Q͞ c͞ u͞ ͞ ͞ ͞ ͞ ͞ ͞ Ξ Ξ 2Ξ CΞ ZΞ [Ξ                                                                                                                                                                                                                            S  kdw $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [Ξ \Ξ ]Ξ Ξ Ξ Ξ Ξ Ξ Ξ Ξ Ξ Ξ             s                                                                                                                                                                 kd;w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ξ Ξ Ξ Ξ Ξ Ξ Ξ Ξ Ξ О 6О О О ў ў Ҟ }Ҟ Ҟ Ӟ }Ԟ Ԟ Ԟ ՞ C֞ ֞ kמ מ מ ٞ ڞ ڞ "ڞ 5ڞ ڞ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Ξ Ξ                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ξ Ξ О О ў Ҟ Ҟ Ҟ Ӟ >Ӟ Ӟ Ӟ Ӟ }Ԟ &՞ E֞ mמ מ מ מ ~ٞ ٞ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ٞ ٞ ٞ ڞ =ڞ }ڞ ڞ ڞ ڞ ڞ ڞ ۞                                                                                                             f                                       kdIw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ڞ ڞ ڞ ڞ ڞ ڞ ڞ ڞ ڞ ڞ 
۞ ۞ N۞ O۞ P۞ s۞ t۞ u۞ y۞ z۞ ~۞ ۞ ܞ ܞ ܞ ܞ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ۞ O۞ P۞ t۞ u۞ z۞ |۞ }۞             s                                                                                                                                                                                     kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  }۞ ~۞                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~۞ ۞ ۞ ۞ ۞ ۞ ܞ ܞ ?ܞ aܞ ܞ ܞ ܞ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ܞ ܞ ܞ ܞ $ݞ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܞ ܞ ܞ #ݞ $ݞ %ݞ &ݞ 'ݞ 3ݞ 7ݞ ;ݞ Bݞ aݞ Gߞ Zߞ ߞ ߞ ߞ ߞ ߞ  > R   c o s    , ? ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  $ݞ %ݞ &ݞ 'ݞ aݞ ߞ ߞ Gߞ ߞ ߞ ߞ ?  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd˴w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          6     b c    , n   $ s       %                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ? n      # 7 r        % & > H I M N O a b t u           & ' õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (% &                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & N O b u                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdٶw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   J x      '                                                                                                             f                                       kd-w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ' ( ) Q R e x                 s                                                                                                                                                                      kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
' ( ) A K L P Q R d e w x       o p q                 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   p q                                                   f                                                                                                                       kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdiw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  G H                - . S T X a             㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %  $ H                                                     f                                                                                                                       kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_       . A T V W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdww $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W X                                        kd1w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X a                                                       f                                                                                                                       kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      g h       0 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd?w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          f g h         0 C f z         % 8 f g z  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  0 g   % g   B                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_      A U                ' D V W | }     շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  D W j }                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdMw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ? Q       A                                                                                                 f                                                   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_                 , 5 ? A G H O Q f g v x y z ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ A H P Q g w x y                                                             R            I                                   	  $If   gd_ Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd[w $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ y z          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kduw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
z             	   "  N X Y w x        ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	                                        kd/w $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               	        N Y x                                                                                                                                                                                                                                                                                                                                                                                                            
& F, $If   gd_ 	  $If   gd_         2 8 9 @ B K q r                    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ     2 9 A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A B r                                        R            I                                                                     	  $If   gd_ Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=w $If   K$L$l 0                                     
t                              4   4 
l a             |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdWw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 }    , 7 V                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd_ 	  $If   gd_  
    | , 6 7 U V i x                   زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5     |            s            s                                                                                                                                                                                           	  $If   gd_   kdew $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         	 ! + , 0 1 2 D E W X } ~          Z d e   ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph     	 1 2 E X k ~   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  7   
  Z e                                                                                                                                                                                                                                                                                                                                                                                           
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
               % / 0 1 2 3 4 [ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd-w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2 3 4 [ \  N    & a b |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
[ h l  N     & b n r    }           o               
  4 r      + Y Z   &	 	 	 
 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4b    |  }       o            4    3 O _ r                                                                                                                                                                                                                                                                                                                                                                      gd_   + Z   &	 	 	 
 R
 
 
 
 
    1 5                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  
 
 
 
 
 
 
  1 4 5 < =       b   
 
 r
 
 
 
 
 
 , Y Z _   : Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $5 6 7 8 9 : ; < = M            H            H            H            H            H            H            H                   gd_   kdw $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   = Q X ] m n } ~                                                 _            V            V                                                             	 $If   gd_    kd?w $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ~                                                                                                                                                                                                                                                             	 $If   gd_  o  kdw $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdw $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kdNw $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      \ ] b                [                                                                                                                                           kd{w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     
 
 l
 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdDw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l
 m
 r
 
 
 
 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd
w $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
 
 
 
 
 & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & ' , Z _  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdhw $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd1w $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                               	 $If   gd_  t  kdw $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   
   $ , 3 : F                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdw $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  F G                                             kd@w $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          G R V ] d e f g                                                             A                                  kdw $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  g h i j k l m n                                                 A                                              kdxw $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  n o p q r s                                      A            <            7                  gd_    gd_    kdWw $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ; < U V o                                                                                                                                                                                                                                                       E  kd6w $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	: ; < B C U V                   ! 8 9 : > ? \ ] ^ j k } E       춥x                          /jhw hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdSw $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdpw $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a        ! + 8                                     a                                                                                                                             E  kd.w $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdw $$If   l 0 
" R                                                           4 
l a   8 9 : ; < = >                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdw $$If   l 0 
" R                                                           4 
l a   > ? L M [ \ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdw $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   \ ] ^ k } D E 7 8   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdw $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
  
        $ % ' O P       
  R T f g          \ ] i       i j    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jw hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 ' 0 P      S                                                                                                                                                                                                                                                       S  kd6w $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	S T g                                         N                                                                                       S  kdZw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       %  x y f g \ ] i  G                                                                                                                                                                                                                                     
& F
 gd_    gd_  S  kdw $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      	 i j     @  A  R  p! ! ! " 6" R" l" m" v# w# % % u% v% %                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_    Q R b j ?  A  R  o! p! ! W# t# w# % % 6% % % % % % 9& :& O& P& & & & ) ) ) ) ) ) ) ) ) ) ۵۵۵ۭۜۋzrgrrr       jbw h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '% % % % % :& P& &                                     j                                                                                                                                           kd~w $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  & & & & & !' ' ' ' ( C( s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdw $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
C( ( b) c) ) * * P* Q* * * N, O, - - t. u. B/ C/ ]/ n/ 0 0 2  2 2 2                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ) ) ) * * * P* Q* * M, . s. / / )/ */ :/ ;/ ?/ @/ A/ B/ C/ L/ ]/ n/ / / 1 !1 2 2 	4 
4 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j0w hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujw h_ U !2 
4 4 4 %4 &4 :4                                                 e                                                                                                                        F  kd
w $$If   l   l '{6    4   4 
l a] p
        F  kdw $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  
4 4 <4 `4 a4 d4 e4 k4 l4 4 4 4 4 4 4 4 4 4 4 5 5 =5 >5 U5 V5 l5 m5 5 5 5 5 5 5 5 7 7 7 7 48 M8 8 8 8 9 (9 9 : H: q: : : : ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3:4 ;4 <4 E4 S4 `4 a4                                                             5            v  kdw $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd}w $$If   l   l '{6    4   4 
l a] p
         a4 b4 c4 d4 e4 i4 j4 k4                                     t                                                                                                                                                             v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  k4 l4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@w $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 4 4 4                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 4 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 65 85 =5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =5 >5 M5 O5 U5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U5 V5 d5 f5 l5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l5 m5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdCw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 5 5 5 5 7 7 7 7  8 48 N8 8 8 8                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8 8 9 )9 ]9 p9 9 9 9 : H: b: r: : : : : : : ; '< (< >< d< s< < < < < <                                                                                                                                                                                                                                                                                                                                                                   gd_  : : ; ; ; ; >< T< s< < < < < < 2= S= d= = = = X> m> > > > > > > > > > 
? пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  < <  = = = 2= b= c= d= = = = = = = W> X> b> m> > > >                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  > >                                     kdDw $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               > > > > ? &? <? R? T? k?                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	
? ? %? &? ;? <? Q? R? l? u? @ @ @ @ 6@ 7@ 8@ 9@ _@ `@ e@ n@ A A A A A A A A A Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ k? l?                                     kdw $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               l? u? ? ? ? ? ? ? ? @ @ @ @ @                                                                                                                                     q                            kdw $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
@ 7@ 8@ 9@ `@ a@ b@ c@ d@             q            l                                                                                                                                                       gd_    kdw $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  d@ e@                                     kdlw $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               e@ n@ @ @ @ @ @ @ @ @ A 2A GA \A vA wA A                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  A A A A z            q            q                                                                                                                                                                                       	  $If   gd_    kdw $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       A A A A A A A A z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdw $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       A A A A A }B B B B B B B B B B B ;C GC cC oC C C C C C C D D "D ,D BD D D D E ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "A A                                     kd=w $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               A A B B )B *B LB hB iB ~B B B B                                                                                                             q                                                         kdw $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  B B B B B B B B z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdQw $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       B B                                     kdw $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               B B 6C 7C C C C C D                                                             q                                                                                                                             kdew $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  D  D !D "D BD D E E E $E /E z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd" x $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
E E E /E aE bE lE vE wE E E E E E F F F G G G G G 	H 8H 9H :H YH ZH [H \H ]H `H iH H H H ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #/E bE lE vE                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  vE wE                                        kd x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               wE E E E E F                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  F F                                        kdAx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F F F F NG G G G G 9H                                                                                                 s                                                                        kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9H :H [H \H ]H ^H _H |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdOx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _H `H                                        kd	x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `H iH H H H H                         s                                                                                                                                                                                   kd]x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  H H H H H H H I )I L L L M "M M M N !N N N O /O O O )P HP bQ Q Q 
R zR R S +S S S T T U 2U U U V =V rW sW о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -H H H H H H )I I I J J  J +J 5J |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5J 6J J J J J 	K 
K EK zK K K L L L L M M !M                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  !M "M -M 2M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2M 3M =M BM             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BM CM NM SM             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SM TM ^M cM             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cM dM eM M M M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdM	x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M M N N  N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd(x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    N !N ,N 1N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1N 2N <N AN             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AN BN MN RN             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RN SN ]N bN             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bN cN dN N N N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N O O .O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .O /O :O ?O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?O @O JO OO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OO PO [O `O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `O aO kO pO             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pO qO rO O O O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O 	P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P )P 7P GP                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GP HP SP XP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XP YP cP hP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hP iP tP yP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yP zP P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P @Q bQ pQ Q                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdox $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q Q 	R                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	R 
R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R %R *R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *R +R 6R ;R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;R <R FR KR             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KR LR MR zR R R                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R S S *S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *S +S 6S ;S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;S <S FS KS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KS LS WS \S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \S ]S gS lS             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lS mS nS S S S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S bT cT T T T                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T U !U 1U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1U 2U =U BU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BU CU MU RU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RU SU ^U cU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cU dU nU sU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
!x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sU tU uU U U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl!x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*"x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V ,V <V                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG#x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <V =V HV MV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MV NV XV ]V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]V ^V iV nV             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd$x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nV oV yV ~V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~V V V V V V W 
W cW dW qW rW sW W X                                                                                                                                                                                        gd_  z  kd"%x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sW W W W X PX aX bX cX xX X X X X X X X Y Y Y (Y )Y CY LY [ ![ 1[ 2[ B[ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  X X PX bX cX mX xX X X X                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	X X                                        kd%x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y )Y +Y BY                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  BY CY                                        kd&x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               CY LY Y Y Y Y Z oZ Z Z Z Z Z Z  [                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_   [ ![ 2[ [ [ [ [ [ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd)(x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B[ C[ ][ ^[ _[ r[ s[ [ [ [ [ #\ $\ S\ T\ W\ `\ ] ] ] ] ^ ^ ^ ^ ^ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j(x h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  [ [ $\ S\ T\ U\ V\ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdh)x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V\ W\                                        kd"*x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W\ `\ \ \ \ W] b] ~] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ] ] ] ^ |            s            s                                                                                                                                                                                           	  $If   gd_   kdv+x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ ^ c_ d_ _ _ _ _ ` ` |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd0,x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ c_ d_ _ _ _ _ _ _ !` 6` l` ` ` ` ` ` ` ` 	a 
a /a 0a _a a a a a Eb Hb c c c c c c d ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $` ` ` ` ` 	a                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  	a 
a                                        kd,x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
a 0a _a qa a a a                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  a a                                        kd>.x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a a a a a -b .b b c :c [c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  c c c Hd d d 7e ze |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd/x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d "d #d $d 7d 8d Gd hd d d d e 6e Xe ye ze }e e e e *f \f ]f ^f of ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jL0x h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ze {e |e }e e e )f *f ^f pf qf {f |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd0x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       of qf f f f f f f f f g -g .g 1g :g g g g h $h %h -h /h ?h @h h h h h h h h h h ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !{f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  f f                                        kd1x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f g .g /g 0g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  0g 1g                                        kd2x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1g :g g g g g h 
h .h /h @h                                                                                                 Y                              kd34x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
@h h h h h h Ti xi k k En Rn             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd4x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  h h h h i i i i Ti xi En Rn ~o o r r v v v v w 
w w w w w x x y y y y z z  { ${ T| u| } ~ m~ n~ ~ ~ ~ ~ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j9x hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j5x hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Rn }o ~o o p p q q r r r Ct Dt v v v 
w w w x x y y y y y y                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  y y y y y y             f                                                                                                                                                                      kd6x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  y y y y y o            f            f            f                                                                                                                                                	  $If   gd_    kd|6x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y y y y o            f            f            f                                                                                                                                                	  $If   gd_    kd6x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y y z z z o            f            f            f                                                                                                                                                	  $If   gd_    kdX7x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z z z %z *z o            f            f            f                                                                                                                                                	  $If   gd_    kd7x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at *z +z 3z ;z Gz o            f            f            f                                                                                                                                                	  $If   gd_    kd48x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Gz Hz Pz Wz \z o            f            f            f                                                                                                                                                	  $If   gd_    kd8x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \z ]z ez lz xz o            f            f            f                                                                                                                                                	  $If   gd_    kd9x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at xz yz zz {z { { t| u| 
~ ~ ~ ~ " o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd~9x $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~ ~ ~ " .   b m d u   & 2 3 ? C _ c d y      ͖     ! " & /   
 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %" .   a b   K  
   g      a b      Ȋ                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Ȋ ي ꊟ   
   3 J a b m   ; <     d u    Z   咟                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  咟 撟 /     & 3 _ c d n y                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdg:x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! " $ %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  % &                                        kd;x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / n z  ȗ  . 9 r |                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd_ 	  $If   gd_  
   E |            s            s                                                                                                                                                                                           	  $If   gd_   kd=x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  D E F H T X t u    Ǚ љ ҙ ޙ    % & ' + 4  $ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 E F G H t u    Ǚ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd=x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ǚ љ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  љ ҙ                                        kd>x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ҙ   % & ' ) *                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  * +                                        kd?x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4 s   њ  5  $ 4 5                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  $ 4 6 F G M T U V W l       ᜟ ✟ 	 
     ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    5 6 G U |            s            s                                                                                                                                                                                           	  $If   gd_   kd+Ax $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U V W a l    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdAx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdBx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ✟  	 
  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_                                           kdCx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 W c                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_      * + 1 8 9 : ; < H L g h }    ğ ş џ     ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph      + 9 |            s            s                                                                                                                                                                                           	  $If   gd_   kdGEx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : ; < h r }   ğ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdFx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ğ ş                                        kdFx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ş                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_    ! *          ա      ) J K U t u v îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ    !                                        kdHx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! * i u  ʠ 	 ) a                                                                                                                            f                           kdcIx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       ʡ ա                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdJx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdJx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                K u v w y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  v w {     ! " ( / 0 1 2 l     Ф Ѥ ۤ 够 椟   п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  z {                                        kd+Lx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {  â Ϣ  $ D s  ǣ                                                                                                                           f                           kdMx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   " 0 1 2 l    Ѥ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd9Nx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Ѥ ۤ 够                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  够 椟                                        kdNx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               椟     *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      + 4 5 6 7 m n o         ç ǧ 租 ͩ ੟ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 * +                                        kdGPx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4 6 7 H   n o                                                                                       s                                                                                              kdQx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      租   ͩ  F ~ Ū |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdURx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
੟  " E Y }  Ī ت  ' i j     ƫ ǫ ߫ 髟 ꫟ 뫟  﫟   ! " Z [ u ~  õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ū  i j t    ƫ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ƫ ǫ                                        kdSx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǫ 﫟  " 5 H [ ] t                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  t u                                        kdcTx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~ 鬟  ) * + < i p x                                                             f                                    [            [                     
  $If   gd_ K$  kdUx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 鬟 ) * + ; < ? T ] g i o p w y        ĭ ŭ ƭ ȭ ɭ ʭ 쭟  ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ x y                                         R            I                                                                     	  $If   gd_ Q  kdVx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdqVx $If   K$L$l 0                                     
t                              4   4 
l a     ʭ     & 9 : ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdWx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 8 9 < E h î Į Ů Ʈ ֮ ׮      . / > @ F G H ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ; <                                        kdEXx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E h  Į Ů Ʈ ׮                                                                f                                    [            [                     
  $If   gd_ K$  kdYx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
  / ? @ A B                                     R                                                                                              Q  kdZx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdSZx $If   K$L$l 0                                     
t                              4   4 
l a   B C D E F G                                     R            I                                                                     	  $If   gd_ Q  kd[x $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdm[x $If   K$L$l 0                                     
t                              4   4 
l a   G H p    ʯ ݯ ޯ ߯ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H ` j k l n o p   ܯ ݯ ௟ 鯟 ڰ ۰    ± ñ ı Ա ձ ֱ B K b   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ߯ ௟                                        kdA]x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ௟ 鯟 & Ȱ ۰  ± ñ ı ձ                                                                                      Y                                          kd^x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
      ղ 粟   + E _ g |                                                                                                                                                                                                                         	  $If   gd_  S  kdO_x $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$         6 @ A B D E F e f     ɴ (  ɵ ʵ ˵ ̵ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   ׳ 糟                                                                                                                                                                                                                                                          
& F$ $If   gd_  S  kd_x $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    F f      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kds`x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd-ax $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( V ʵ ˵ ̵ ݵ ' . 7                                                             f                                    [            [                     
  $If   gd_ K$  kdbx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
̵ ܵ ݵ   ' - . 6 8     ˷ շ ַ ׷ ٷ ڷ ۷ 跟   > ? B K Ѹ  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 7 8 @ U j |    ڶ    & 8 R l |                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd;cx $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   |                                                                                                                                                                                                                                                                         	  $If   gd_  S  kdcx $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ۷    , ? @ A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_dx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A B                                        kdex $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K Ѹ  5 ~     0                                                                                                  f                                                   kdmfx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_       / 0           ĺ ź " # & / þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    ź 꺟   # $ % |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'gx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	% &                                        kdgx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / ٻ  D  + , - . ?                                                                                                 Y                              kd5ix $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
/ ػ ڻ C D  + , - . > ?            , - 0 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ?     Ὗ    - . /             s                                                                                                                                                                 kdix $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / 0                                        kdjx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 9  5 y ¿ a b c t                                                                                      Y                                          kdkx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
0 9 
 ¿ _ a b c s t       P R S T d e           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5          7 Q a {                                                                                                                                                                                                             	  $If   gd_  S  kdlx $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     
  7 Q R S                                                                                                                                                                                                                                                 	  $If   gd_  S  kdImx $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S T e  |            s            s                                                                                                                                                                                           	  $If   gd_   kdmx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ß ß .ß Aß Bß Cß |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdnx $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    @ß Aß Dß Mß ğ ş ş ş Ɵ 	Ɵ Ɵ Ɵ /Ɵ sƟ Ɵ Ɵ Ɵ Ɵ Ɵ Ɵ  ǟ ȟ ȟ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Cß Dß                                        kd]ox $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Dß Mß ğ fğ ğ ğ Iş ş ş ş 	Ɵ                                                                                                 f                                                        kdpx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
	Ɵ sƟ Ɵ Ɵ Ɵ  ǟ ǟ ǟ 2ǟ Gǟ Yǟ sǟ ǟ ǟ ǟ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdkqx $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ǟ ǟ ǟ ǟ ȟ ȟ /ȟ Dȟ Vȟ pȟ ȟ ȟ ȟ ȟ ȟ ȟ ȟ                                                                                                                                                                                                                            S  kdqx $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ȟ ȟ ȟ %ɟ &ɟ 9ɟ Lɟ _ɟ rɟ ɟ ɟ ɟ             s                                                                                                                                                                 kdrx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ȟ ȟ ȟ ɟ ɟ  ɟ !ɟ #ɟ $ɟ %ɟ &ɟ 8ɟ 9ɟ ɟ ɟ ɟ ɟ Uʟ ʟ ʟ ʟ ʟ _˟ `˟ E̟ Z̟ ͟ ͟ ͟ 
Ο Ο 
Ο Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ɟ ɟ                                        kdIsx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɟ ɟ Uʟ ʟ 
˟ `˟ ˟ ˟ \̟ ̟ ͟ ͟ Ο 
Ο Ο SΟ Ο Ο Ο ϟ Iϟ uϟ ϟ ϟ П                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  
Ο Ο ϟ ,ϟ 0ϟ Hϟ ϟ ϟ ϟ  П П П П П WП ]П ^П fП hП ҟ ҟ ҟ ҟ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   П П П WП ^П gП |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdtx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gП hП pП П П П П П П џ  џ :џ Kџ eџ vџ џ џ џ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdWux $If   K$L$l 0                     x                
t                                4   4 
l a   џ џ џ џ ҟ ҟ .ҟ Hҟ bҟ sҟ ҟ ҟ ҟ ҟ ҟ                                                                                                                                                                                                                   	  $If   gd_  S  kdux $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ҟ ҟ ҟ ҟ ҟ 
ӟ ӟ 0ӟ Cӟ Dӟ Eӟ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{vx $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ Bӟ Cӟ Fӟ Oӟ 
ԟ 9ԟ ՟ W՟ l՟ ՟ ՟ ֟ ֟ :ן Oן ן ؟ ؟ 	؟ ؟ T؟ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Eӟ Fӟ                                        kdCwx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Fӟ Oӟ 
ԟ ՟ o՟ ՟ ՟ _֟ ֟ Rן 	؟ ؟ P؟ o؟ ؟ ؟ ؟ ؟ ٟ Iٟ Jٟ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  T؟ g؟ s؟ ؟ ؟ ؟ ؟  ٟ ٟ ٟ 'ٟ @ٟ Hٟ Iٟ Jٟ Kٟ [ٟ \ٟ ٟ ٟ ٟ ٟ ٟ ۟ ۟ ۟ ۟ ܟ ܟ ܟ "ܟ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  Jٟ Kٟ \ٟ ٟ ٟ ٟ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdxx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ٟ ٟ ٟ ٟ ٟ ٟ ڟ ڟ /ڟ Fڟ Wڟ nڟ ڟ ڟ ڟ ڟ ڟ ڟ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdQyx $If   K$L$l 0                                     
t                                4   4 
l a   ڟ ڟ ڟ ۟ ۟ %۟ <۟ S۟ j۟ {۟ ۟ ۟ ۟ ۟ ۟ ۟ ۟                                                                                                                                                                                                                            S  kdyx $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ۟ ۟ ۟ #ܟ $ܟ 7ܟ Jܟ ]ܟ pܟ ܟ ܟ ܟ             s                                                                                                                                                                 kduzx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  "ܟ #ܟ $ܟ 6ܟ 7ܟ ܟ ܟ ܟ ܟ ݟ ݟ jޟ ޟ <ߟ ߟ ߟ  7   r  8  e 	 ` u       󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ܟ ܟ                                        kd/{x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܟ ܟ ݟ jޟ <ߟ ߟ 8 r   9 W      x y                                                                                                                                                                                                                                                                                                        
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   ]     : Y x                                                                                                                f                                       kd|x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_   2 > Q ] p |               % B W X Y ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f                      s                                                                                                                                                                                     kd=}x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd}x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % 2 T v      ! C X                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  X Y j   |            s            s            s                                                                                                                                                                          	  $If   gd_   kdKx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y i j             ' : ] q     + ?  
  8     ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5          ' ^   , |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,    { | ; <    8     C {   f g q |                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_     B V z     $ f g |                 % & 8 9 = F       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     & 9 ; <                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  < =                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F     4 N                                                                                                                 f                                       kdgx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_         ) < > ?             s                                                                                                                                                                      kd!x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
             ; < @ I   
      ! " : D E I J K ] ^ p q   ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %? @                                        kdۄx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ I g      !                                                 f                                                                                                                       kd/x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ! " J K ^ q     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    h i j z { | }               " #   2 3 4 D E F G T 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %    i j { |                                                 f                                                                                                                       kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  | }         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdkx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 #  3 4 E F                                                 f                                                                                                                       kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  F G H y   - . _ W X   |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdyx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T X y    - : > _  X       < = P b c         I ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    =    J   5 6 7 A L                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  I ]     4 6 7 L ~                   4  =  >  M  շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd3x $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                          3                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_  3  4                                         kdx $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               4  =        ' 2 ^                                                                                                     f                                                   kdۏx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  M    ' 2 E U ^ e k                     ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kd"x $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   @ A T g z     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 0 : ; ? @ A S T f g             1 a j q w   ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdix $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  : k       2 D j                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_                 % & ( ) * B L M Q R S e f x y    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ' ( )                                     R            I                                                                     	  $If   gd_ Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdwx $If   K$L$l 0                                     
t                              4   4 
l a   ) * R S f y     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdKx $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  C }      a e f g                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
              & , ` a d e f g h x y |     زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 g h y  |            s            s                                                                                                                                                                                           	  $If   gd_   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        ) * 9   F	 J	 	 	 
 
 !
 "
 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph          	    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdYx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kdx $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 )   G	 z	 	 	 	 
 "
 M
 
 
                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
"
 5
 D
 L
 M
 T
 Z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  
 
 
 
 |            s            s                                                                                                                                                                                           	  $If   gd_   kdgx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 5    X    
 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd!x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  
 5   + / X   
 
 
 2
 
  p q }   
 = I M u G u    c d       8 9 O S     1    Y  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 
 2
 
   p q  
 < = u G t u  d           8 9                                                                                                                                                                                                                                                                                                                                                                    gd_     1    Y   '                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_    gd_   ' +           ) * + , h    - }    ; < `       " &  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdۛx $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd_    kdyx $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_    ) *                                                                                                                                                                                                                                                          	 $If   gd_  o  kdNx $$If   l       0   T# T                 .                
t  0                                                              4 
l al  * + , 7 ; N V b                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdx $$If   l       0   T# T                 .                
t  0                                                              4 
l al  b c h   2            )            )            )                      	 $If   gd_    kdx $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                          - 2 w             [                                                                                                                                           kdx $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  w x }   
 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~x $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  
   < @ Z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdGx $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Z [ `    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdx $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       # d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd٢x $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  # $ % / ~   d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdx $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdkx $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd@x $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdݥx $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdzx $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kdӧx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_      	 
                                                   A                                              kdx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   
     &                                     A            <            7                  gd_    gd_    kdx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  &     
   3 5                                                                                                                                                                                                                                                   E  kdpx $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	         5 6 8 9 G H U V u v x y              	   ! ! ! ! ! ! 춥x                          /jx hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *5 6 7 8 9 A G                                     a                                                                                                                             E  kd.x $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdϪx $$If   l 0 
" R                                                           4 
l a   G H Q U V i u                                     a                                                                                                                             E  kdx $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdx $$If   l 0 
" R                                                           4 
l a   u v w x y                                       a                                                                                                                             E  kdx $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdKx $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdhx $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd	x $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdǭx $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd&x $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a      	        ! ! l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdx $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
! ! ! " " " " " " " " " " " F# G# S# T# # # # # # # $ $ )$ +$ ;$ <$ {$ }$ ~$ $ $ ' ' ( I+ L+ a+ + + + , , d, e, w, ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j	x hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0! " " " G# T# # # # #                                                                                                                                                                                                                                                       S  kdpx $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	# # $ *$ +$ <$ |$                                     N                                                                                       S  kdx $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdx $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   |$ }$ ~$ $ $ Z% & & ' ' ' ' ( ( ( V) ) %* *                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd&x $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   * * L+ + , , F, d, e, x, - - - / 0/ / / / / 
0 0 1 1 2 2 3 3 _3                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  w, x, , ,  - - - - - 
/ / 0/ 0 1 1 2 2 2 _3 u3 y3 3 3 3 3 3 3 4  4 !4 =7 >7 I7 J7 K7 O7 P7 7 7 7 ۵۵۵ۭۜۋzrgrrr       jx h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '_3 k3 z3 3 3 3 3  4                                     j                                                                                                                                           kdx $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_   4 !4 24 {4 4 4 5 5 :5 5 5 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd*x $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
5 ;6  7 7 R7 7 7 7 7 8 8 9 9 [; \; < < < < < = = v> ? ? <@ =@                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  7 7 7 7 7 7 7 7 8 9 ; < < < < < < < < < < < < < < = = = > > ? <@ A A ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jjx hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujx h_ U !=@ A A A A A A                                                 e                                                                                                                        F  kdDx $$If   l   l '{6    4   4 
l a] p
        F  kdѴx $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  A A A A A B B 	B 
B +B ,B LB MB cB dB B B B B B B B B B B 
C C %C &C MC NC OC PC QC /E 0E <E E E E F %F (F F F G G G H CH bH H ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3A A A A A A A                                                             5            v  kd*x $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdx $$If   l   l '{6    4   4 
l a] p
         A  B B B B B B 	B                                     t                                                                                                                                                             v  kd϶x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  	B 
B #B %B +B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdzx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         +B ,B EB GB LB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd%x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         LB MB [B ]B cB                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdиx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         cB dB wB yB B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd&x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdѺx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B B B B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd'x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B B C C 
C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdҼx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
C C C  C %C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %C &C -C 2C MC                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd(x $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MC NC OC PC QC /E 0E <E E E E E  F 3F gF                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdӾx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gF {F F F F G BG `G G G G  H H DH cH H H H H H I I I J J $J %J >J qJ rJ                                                                                                                                                                                                                                                                                                                                                                   gd_  H H H H H H I I J #J XJ pJ J J J J K 6K bK K K L =L >L HL RL SL yL zL L L L пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  rJ J J J J J  K K K 6K LK bK xK K K K K  L L >L HL RL                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  RL SL                                     kd~x $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               SL zL L L L L L L L 	M                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	L L L L L L L L 
M M M M M M M M M M M M N N )O +O ;O <O [O \O ]O ^O O Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 	M 
M                                     kdx $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
M M 5M 6M JM KM oM M M M M M M M                                                                                                                                     q                            kd,x $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
M M M M M M  N N N             q            l                                                                                                                                                       gd_    kdx $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  N N                                     kdx $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               N N -N .N BN CN ]N yN zN N N N N N O O *O                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  *O +O <O \O z            q            q                                                                                                                                                                                       	  $If   gd_    kdx $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       \O ]O ^O O O O O O z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdx $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       O O O O O P P -P .P MP NP PP |P }P P P P P Q 
Q ,Q 8Q Q Q Q Q Q Q Q Q Q *R lR mR R ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "O O                                     kdwx $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               O O O O O O O P P P P .P NP                                                                                                             q                                                         kdx $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  NP OP PP }P ~P P P P z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdx $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       P P                                     kdHx $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               P P P P Q Q Q Q Q                                                             q                                                                                                                             kdx $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Q Q Q Q Q mR R R R R R z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd\x $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
R R R R R  S 
S S S 5S 6S cS xS yS S S LT 0U 2U BU CU U U U U U U U U U U U V cV sV tV ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #R  S 
S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  S S                                        kd'x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S 6S cS yS {S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S S                                        kd{x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S NT OT T T T T 1U 2U CU U U                                                                                                 s                                                                        kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  U U U U U U U |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U                                        kdCx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U V bV cV tV V                         s                                                                                                                                                                                   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  tV V V V V V V V V IZ JZ aZ Z Z ![ @[ [ [ $\ C\ \ \ L] k] ] ]  _ _ _ _ ` 7` ` ` 2a Qa 0b Ob b b ?c ^c c c e e о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -V V V V V V V gW hW W W W W W |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdQx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
W W 4X KX cX zX X X X Y ^Y _Y IZ JZ aZ vZ Z Z Z                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z Z Z [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd(x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ ![ /[ ?[                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?[ @[ K[ P[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P[ Q[ [[ `[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `[ a[ l[ q[             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q[ r[ |[ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [ [ [                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdbx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [ [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ [ [  \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    \ \ \ $\ 2\ B\                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd=x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B\ C\ N\ S\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S\ T\ ^\ c\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c\ d\ o\ t\             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t\ u\ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \ \ \                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ \ \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ \ 	] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] L] Z] j]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j] k] v] {]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {] |] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdox $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ] ] ]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ "^ '^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '^ (^ )^ ^ ^  _ _ _                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ *_ /_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /_ 0_ :_ ?_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?_ @_ K_ P_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P_ Q_ [_ `_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `_ a_ b_ _ _ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ ` &` 6`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6` 7` B` G`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G` H` R` W`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W` X` c` h`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h` i` s` x`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x` y` z` ` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` a 
a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
a a a 2a @a Pa                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pa Qa \a aa             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aa ba la qa             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qa ra }a a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a  b b 0b >b Nb                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nb Ob Zb _b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _b `b jb ob             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ob pb {b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b b b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c ?c Mc ]c                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]c ^c ic nc             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nc oc yc ~c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c c c                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c d d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d 
d d d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d d Bd bd d d d e e e e e 4e e                                                                                                                                                                                        gd_  z  kd\x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e "e 4e Oe e e e  f f f Hf If Sf ]f ^f f f f f f f f f f h h h h h Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  e e e  f f f f If Sf ]f                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	]f ^f                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  f f                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f >g ?g _g `g g 
h Ch hh xh h h h h                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  h h h !i :i Si li i |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdcx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h i i  i i i i i i i i i i |k ~k k k El Fl Il Zl rl ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jx h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  i i i i i i i |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i                                        kd\x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Fj Gj j j  k k 5k Ok dk |k }k                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  }k ~k k Fl |            s            s                                                                                                                                                                                           	  $If   gd_   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Fl Gl Hl Il rl m m 6m Hm Zm [m Jn Kn |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdjx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       rl m m 5m 6m Ym Zm [m ym m m 
n 7n In Kn `n n n n n n n n n  o !o $o -o o o ^q _q q q q q q ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Kn Un `n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  n n                                        kd$x $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n o !o "o #o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  #o $o                                        kdxx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $o -o ro so o o o o Jp p p p q <q ^q _q q                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  q q q q <r r r s |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q q q q q q q r <r ar r r r r s s s ,s Bs is s s s s 
t ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jx h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  s s s s As Bs s s s t t t |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
t t $t Vt Wt at kt lt t t t t t t t Cu Qu u u u u u u u u (v )v +v ,v >v Pv Qv \v v ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !t $t Wt at kt                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  kt lt                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lt t t t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t t                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t 9u :u Zu [u u u u u u                                                                                                 Y                              kdmx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
u )v *v +v ,v \v v w Ky Ly { {             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd' y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v v v v v v v v v w { { } -} i { I \     J K M N     & Z ) 0     }    $ % 5 6 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j&y hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j y hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -{ } } -} s~ t~ 4 5 h i { ၠ ⁠ H I ^  K N     % & 5 G                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  G Z [ ` h m             f                                                                                                                                                                      kdHy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  m n s {  o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd$y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    Ç ȇ o            f            f            f                                                                                                                                                	  $If   gd_    kd y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ȇ ɇ ч ه 几 o            f            f            f                                                                                                                                                	  $If   gd_    kdny $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 几 懠    o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
  o            f            f            f                                                                                                                                                	  $If   gd_    kdJy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           f g  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6 9 :  ̌          Ģ Т Ѣ ݢ ᢠ     I J T ^ _ k      Ĥ ͤ    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ % ̌ H I      鎠        *      ! . ; H U f                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  f w      ј 蘠     ; < ٚ ښ [ \ . /   H    & S                                                                                                                                                                                                                                                                                                                                                              gd_    gd_    ͠     Ģ Ѣ      J T ^                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ^ _                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _    ¤ ä                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ä Ĥ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ĥ ͤ   ? f  ̥ ץ   ?                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
   㦠 |            s            s                                                                                                                                                                                           	  $If   gd_   kdIy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ⦠ 㦠 䦠 榠     ( Z [ e o p |   ç ħ ŧ ɧ ҧ Z © ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 㦠 䦠 妠 榠    ( [ e |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd	y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  o p                                        kd	y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p  ç ħ ŧ ǧ ȧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ȧ ɧ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɧ ҧ   D o  Ө Y © ҩ ө                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  © ҩ ԩ 䩠 婠 멠     
 < = G Q R ^        > ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ө ԩ 婠  |            s            s                                                                                                                                                                                           	  $If   gd_   kdey $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           
 = G Q |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R                                        kd
y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kd-y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ( S   =                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  >    Ȭ ɬ Ϭ ֬ ׬ ج ٬ ڬ 欠 ꬠ    M N X b c o     ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph      ɬ ׬ |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ׬ ج ٬ ڬ    N X b |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd;y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	b c                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_     ȭ ; = M N T [ \ ] ^ s      ǯ 诠 鯠     îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdIy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ȭ   : h  Ǯ  ; < =                                                                                                                         f                           kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  = N \ ] ^ h s                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdWy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                鯠                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_     "      Ʊ ͱ α ϱ б 
 $ & ' < n o y     п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdey $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " a m  ° Ⱐ  . e                                                                                                                           f                           kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_    α ϱ б 
 ' 1 < o                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdsy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	o y                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_  
  $$If   gd_                                           kd-y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    Ȳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      ɲ Ҳ ӳ Գ ճ   
   P Q R S T U a e  k ~ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 Ȳ ɲ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɲ Ҳ Գ ճ 泠 % [  
  P                                                                                     s                                                                                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
P Q R S T U  6 7 k  ䷠  c |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
~   㷠   / b v  Ÿ    O P Z d e }              ( õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !c      P Z d                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  d e                                        kdIy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e    ӹ 湠                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Ǻ Ⱥ ɺ ں                                                                f                                    [            [                     
  $If   gd_ K$  kd y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
(  Ǻ Ⱥ ɺ ٺ ں ݺ     
    , - < > ? @ X b c d f g h   ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   - = > ?                                     R            I                                                                     	  $If   gd_ Q  kd8"y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!y $If   K$L$l 0                                     
t                              4   4 
l a   ? @ h    Ļ ׻ ػ ٻ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd"y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ֻ ׻ ڻ 㻠  a b c d t u      ̼ ͼ ܼ ޼ 传 张 漠 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ٻ ڻ                                        kd#y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڻ 㻠  4 b c d u                                                                f                                    [            [                     
  $If   gd_ K$  kd$y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
  ͼ ݼ ޼ ߼ ༠                                     R                                                                                              Q  kd&y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%y $If   K$L$l 0                                     
t                              4   4 
l a   ༠ ἠ ⼠ 㼠 传 张                                     R            I                                                                     	  $If   gd_ Q  kd4'y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd&y $If   K$L$l 0                                     
t                              4   4 
l a   张 漠  / 0 U h { | } |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	漠   	 
  
  / 0 z { ~  x y , E _ ` a b r s t ࿠ 鿠   0 6 ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ } ~                                        kd{(y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~  Ľ f y _ ` a b s 0                                                                                     Y                                          kd)y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
0 7 @ A I ^ s         / A [                                                                                                                                                                                                                      	  $If   gd_  S  kd*y $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ 6 7 ? A                N  O  R  [  g    Pà gà hà ià jà ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  [ u                                                                                                                                                                                                                                                           
& F$ $If   gd_  S  kd+y $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       )  <  O  P  Q  |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd+y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q  R                                         kdg,y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R  [      hà ià jà {à à à à                                                             f                                    [            [                     
  $If   gd_ K$  kd-y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
jà zà {à à à à à à à à MŠ OŠ PŠ QŠ iŠ sŠ tŠ uŠ wŠ xŠ yŠ Š Š Š Š Š Š Š oƠ Ǡ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 à à à à Ġ Ġ 4Ġ NĠ ^Ġ xĠ Ġ Ġ Ġ Ġ Ġ Ġ 
Š Š                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdu.y $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Š 4Š NŠ OŠ PŠ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd/y $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  PŠ QŠ yŠ Š Š Š Š Š Š Š |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Š Š                                        kdS0y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Š Š oƠ Ơ Ơ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ !Ƞ                                                                                                 f                                                   kd1y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ  Ƞ !Ƞ "Ƞ :Ƞ DȠ EȠ FȠ HȠ IȠ JȠ bȠ cȠ Ƞ Ƞ Ƞ Ƞ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ !Ƞ "Ƞ JȠ cȠ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda2y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ƞ Ƞ                                        kd3y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ƞ Ƞ wɠ ɠ ɠ +ʠ ʠ ʠ ʠ ʠ ʠ                                                                                                 Y                              kdo4y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
Ƞ vɠ xɠ ɠ ɠ +ʠ ʠ ʠ ʠ ʠ ʠ ʠ /ˠ 0ˠ 1ˠ Iˠ Sˠ Tˠ Uˠ Wˠ Xˠ Yˠ Zˠ ˠ ˠ ˠ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ʠ 0ˠ 1ˠ Yˠ Zˠ ˠ ˠ ˠ ˠ ˠ ˠ ˠ             s                                                                                                                                                                 kd)5y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˠ ˠ                                        kd5y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˠ ˠ ̠ ̠ ͠ `͠ ͠  Π Π Π eΠ                                                                                     Y                                          kd77y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
ˠ ˠ ̠ `͠ ͠ ͠  Π Π Π Π eΠ fΠ lΠ mΠ uΠ wΠ Ϡ Ϡ Ϡ Ϡ Р Р UР VР WР oР yР zР {Р }Р ~Р Р ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 eΠ fΠ mΠ vΠ wΠ Π Π Π Π Π Π Π Ϡ 3Ϡ ;Ϡ PϠ eϠ                                                                                                                                                                                                         	  $If   gd_  S  kd7y $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  eϠ wϠ Ϡ Ϡ Ϡ Ϡ Ϡ Ϡ Ϡ                                                                                                                                                                                                                                                 	  $If   gd_  S  kd8y $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ϡ Ϡ Р VР |            s            s                                                                                                                                                                                           	  $If   gd_   kd9y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       VР WР Р Р Р Р Р Р Р Р Р |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9y $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Р Р Р Р Р Р Р Р Ѡ Ӡ Ӡ Ӡ Ӡ Ӡ Ӡ Ӡ Ӡ Ԡ WԠ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ ֠ ֠ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Р Р                                        kd:y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Р Р Ѡ Ҡ @Ҡ TҠ Ҡ Ӡ Ӡ Ӡ Ӡ                                                                                                 f                                                        kd;y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
Ӡ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ Ԡ ՠ +ՠ <ՠ Vՠ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd<y $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  Vՠ pՠ ՠ ՠ ՠ ՠ ՠ ՠ ՠ ֠ (֠ 9֠ S֠ m֠ ~֠ ֠ ֠                                                                                                                                                                                                                            S  kd7=y $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ נ #נ $נ %נ             s                                                                                                                                                                 kd=y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ ֠ "נ #נ &נ /נ נ "ؠ #ؠ Iؠ Jؠ ؠ ؠ ٠ ٠ ڠ ڠ ۠ ۠ ۠ ۠ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ %נ &נ                                        kd>y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &נ /נ נ Jؠ ؠ ؠ 1٠ ٠ ٠ Oڠ ڠ T۠ ۠ ۠ ۠ ۠ @ܠ Wܠ ܠ ܠ ܠ ݠ ?ݠ kݠ ݠ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ۠ ۠ ܠ ܠ ܠ ܠ oݠ ݠ ݠ ݠ ݠ ݠ ݠ ݠ ݠ ݠ ݠ ޠ ޠ U W X Y ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ݠ ݠ ݠ ݠ ݠ ޠ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd?y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ޠ ޠ ޠ #ޠ 8ޠ Mޠ _ޠ yޠ ޠ ޠ ޠ ޠ ޠ ߠ ߠ .ߠ 6ߠ Kߠ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd@y $If   K$L$l 0                     x                
t                                4   4 
l a   Kߠ `ߠ uߠ ߠ ߠ ߠ ߠ ߠ    + < V W X                                                                                                                                                                                                                   	  $If   gd_  S  kd#Ay $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  X Y          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdAy $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Y q { |              
 k  \ q         ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd}By $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
    t     
 , Q h                                                                                                                                                                                                                                                                                                                              
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_     $ l              > D E M O         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     > E N |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdCy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O W i {        # 4 J [ r s                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdDy $If   K$L$l 0                                     
t                                4   4 
l a   s {         0 G X n                                                                                                                                                                                                                               S  kdEy $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_           ! # $             s                                                                                                                                                                 kdEy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         ! % . @ r  :  ; W   )   %        ? R ^ q  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !$ %                                        kdiFy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % . @   X   [ z   '  b                                                                                                                                                                                                                                                                                                            
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_    ; Z y     5 6 G                                                                                                             f                                       kdGy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_         - 4 6 F G               ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  G                    s                                                                                                                                                                                     kdwHy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd1Iy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    6 X Y {                                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_     ; ` |            s            s            s                                                                                                                                                                          	  $If   gd_   kdJy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          _ ` a b c o s w ~        3 G z        1 4 h { ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ` a b c  M O    4 {  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd?Ky $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           r        3 4 h     `        M W a                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  {       ,  _  s         L M W a b z                , P Q R b c õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (a b                                        kdKy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_                                           kdMMy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , O     # Q R c                                                                                                             f                                       kdNy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  c d e                     s                                                                                                                                                                      kd[Oy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
c d e }              ( )                  4 5 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdPy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  )                                                     f                                                                                                                       kdiQy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_        " 5 7 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#Ry $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8 9                                        kdRy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 9 B          3 = > B C D V W i j       C D         㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %9 B `                                                      f                                                                                                                       kd1Ty $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    C D W j }    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdTy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdUy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  D                                                     f                                                                                                                       kdVy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_           	 	 *
 l
 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdWy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 W	 	 *
 =
 l
 
 
 
 
 
 
       3 a t     ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  l
 
 
   a   / ~      
 '
 1
                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    . B }      
 
 '
 1
 2
 J
 T
 U
 Y
 Z
 [
 c
 
 
 
 
 
 
 
 
 
 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\1
 2
                                        kdmXy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               2
 Z
 [
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
 
                                        kdYy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 J {     > ? P }                                                                                                 f                                                   kd[y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  
 J       	 = > ? O P S h q { }           ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ }                                                                    R            I                                   	  $If   gd_ Q  kd\\y $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd[y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$        + - . D |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd\y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
           * + E N O ^            & ' ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ D E                                        kd]y $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               E N   	 & ? R       ' (                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ' ( ) 9 : = C n t u | ~                   < = A пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ( ) : n u } |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd^y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } ~                                         R            I                                                                     	  $If   gd_ Q  kd>`y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_y $If   K$L$l 0                                     
t                              4   4 
l a         * = ? @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd`y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ A                                        kday $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               A J    - h s                                                                                                                                                                                                                                                                                                                                                                                                                       
& FT $If   gd_ 	  $If   gd_  
A J K Z  h r s                   / 8 B C زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5    D |            s            s                                                                                                                                                                                           	  $If   gd_   kdby $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C D E ] g h l m n           5 6   *      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    D E m n       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdcy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdMdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 6 s   I [     - .                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
       , - . / ? @ C X a k l m n o p  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  . / @ m |            s            s                                                                                                                                                                                           	  $If   gd_   kdey $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n o p        b   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd[fy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         b     M      H         # P     <  =  I  M  p  ! ! ! ! ! " g# # # # %$ b$ $ $ O% ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  M     H        P   <  =  p  $! %! Z! o! ! ! ! ! ! "                                                                                                                                                                                                                                                                                                                                                                   gd_  " g# # # %$ b$ $ $ O% % % '& (& 3& ?& N& Z& m& q&                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  O% % % && '& 3& I& M& m& p& q& x& y& & & & & ' =' ' ' ( Q( R( ( ( ( ( 5) 6) h) ) ) ) ) * v+ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $q& r& s& t& u& v& w& x& y& M            H            H            H            H            H            H            H                   gd_   kdgy $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   y& & & & & & & &                                                 _            V            V                                                             	 $If   gd_    kdgy $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  & & & &                                                                                                                                                                                                                                                          	 $If   gd_  o  kdhy $$If   l       0   T# T                 .                
t  0                                                              4 
l al  & & & & & & &  '                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd%iy $$If   l       0   T# T                 .                
t  0                                                              4 
l al   ' ' ' =' B' 2            )            )            )                      	 $If   gd_    kdiy $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     B' ' ' ' ' ' (             [                                                                                                                                           kdjy $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ( ( ( R( V( ( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdky $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ( ( ( ( ( ( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdly $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ( ( ( 6) ;) b) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJmy $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b) c) h) ) ) ) d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdny $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ) ) ) ) * !* -* d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdny $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  -* .* 1* ;* n            e            e                                                                                                                                                               	 $If   gd_    kdoy $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ;* <* ?* H*                                                                                                                                                                                                                                                	 $If   gd_  t  kdzpy $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  H* I* J* [* `* h* o* v* *                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdqy $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  * *                                             kdqy $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          * * * * * * * *                                                             A                                  kd
sy $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  * * * * * * * *                                                 A                                              kdsy $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  * * * * * * *                                     A            <            7                  gd_    gd_    kdty $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  * w+ x+ + + + + + + +                                                                                                                                                                                                                                                   E  kduy $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	v+ w+ x+ ~+ + + + + + + + + + + + + + , , , , C, D, \, ], t, u, v, z, {, , , , , , , - &/ '/ 2/ 3/ C/ D/ 춥x                          /jzy hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *+ + + + + + +                                     a                                                                                                                             E  kdhvy $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd	vy $$If   l 0 
" R                                                           4 
l a   + + + + + , ,                                     a                                                                                                                             E  kd&wy $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdvy $$If   l 0 
" R                                                           4 
l a   , , , , , ), C,                                     a                                                                                                                             E  kdwy $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdwy $$If   l 0 
" R                                                           4 
l a   C, D, O, \, ], g, t,                                     a                                                                                                                             E  kdxy $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdCxy $$If   l 0 
" R                                                           4 
l a   t, u, v, w, x, y, z,                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdyy $$If   l 0 
" R                                                           4 
l a   z, {, , , , , l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd`yy $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   , , , , , - - s. t. K/ L/ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdzy $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
D/ H/ I/ >0 ?0 J0 K0 [0 \0 `0 a0 c0 0 0 0 0 0 0 91 ;1 F1 G1 1 1 1 1 1 1 1 1 2 2 2 (2 )2 5 5 5 8 8 8 9 D9 M9 9 9 : : : ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jC{y hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0L/ c0 l0 0 0 0 :1 ;1 G1 1                                                                                                                                                                                                                                                       S  kd{y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	1 1 1 1 1 1 2                                     N                                                                                       S  kd|y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd<|y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2 2 2 )2 a2 2 3 3 4 4 5 5 5 (6 6 6 Z7 7 *8                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd`}y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   *8 +8 8 E9 9 9 9 : : : |; }; ; < < 7= Y= r= = = = > > R@ S@ @ @ @                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  : : : : : : {; }; ; < < < > > > Q@ S@ r@ @ A A $A %A uA vA A A A A A D D D D D D D +E ,E 7E ۵۵۵ۭۜۋzrgrrr       j~y h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '@ 	A A $A %A vA A A                                     j                                                                                                                                           kd}y $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  A A A B B ]B B B B BC C s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdd~y $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
C C D D D @E AE E E 1F 2F G G H H I I ~J J J J ZK L [M \M M M                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  7E 8E 9E =E >E AE E E 0F G KI I YJ ZJ eJ fJ vJ wJ {J |J }J ~J J J J J +K 4K =L ]L [M M EO FO ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jy hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj=y h_ U !M FO JO KO aO bO vO                                                 e                                                                                                                        F  kd~y $$If   l   l '{6    4   4 
l a] p
        F  kdy $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  FO KO xO O O O O O O O O O O P P P P :P ;P WP XP yP zP P P P P P P P P P P P R R R ;S pS S S S S RT dT 7U OU U U U  V 6V ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3vO wO xO O O O O                                                             5            v  kddy $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdy $$If   l   l '{6    4   4 
l a] p
         O O O O O O O O                                     t                                                                                                                                                             v  kd	y $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  O O O O O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O O O O O                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_y $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         O O O O P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
y $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P P P P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P 3P 5P :P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`y $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         :P ;P PP RP WP                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         WP XP rP tP yP                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         yP zP P P P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kday $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P P P P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P P P P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P P P P                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdby $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P P P P P R R R "S <S pS S S S T                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd
y $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T T MT eT T T T T 2U PU U U U U V 5V 6V 7V 8V ZV cW dW zW W W W W W X X                                                                                                                                                                                                                                                                                                                                                                   gd_  6V 8V BV XV YV ZV zW W W W W X .X 1X nX X X X  Y +Y Y Y Y Y Y Y Y Z Z 5Z 6Z IZ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  X .X <X OX PX nX X X X X X  Y Y ,Y -Y Y Y Y Y Y Y Y                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Y Y                                     kdy $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Y Z 5Z 6Z LZ bZ xZ Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	IZ LZ aZ bZ wZ xZ Z Z Z Z @[ B[ R[ S[ r[ s[ t[ u[ [ [ [ [ \ \ \ \ \ \ \ \ !] Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Z Z                                     kdy $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Z Z Z Z Z Z 
[ )[ *[ ?[ @[ A[ B[ S[                                                                                                                                     q                            kdfy $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
S[ s[ t[ u[ [ [ [ [ [             q            l                                                                                                                                                       gd_    kd#y $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  [ [                                     kdy $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               [ [ [ [ [ [ [ \ \ *\ U\ n\ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  \ \ \ \ z            q            q                                                                                                                                                                                       	  $If   gd_    kd7y $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       \ \ \ #] $] %] &] '] z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdy $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       !] "] #] (] 1] ] ] ] ] ] ] ] ^ ^  ^ )^ w^ ^ ^ ^ ^ ^ (_ *_ :_ ;_ Z_ [_ ^_ h_ ~_ _ 
` ` >` ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "'] (]                                     kdy $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               (] 1] P] Q] e] f] ] ] ] ] ] ] ]                                                                                                             q                                                         kdy $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ] ] ] ^ ^ ^ ^ ^ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdœy $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ^  ^                                     kdy $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ^ )^ r^ s^ (_ )_ *_ ;_ [_                                                             q                                                                                                                             kdٕy $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  [_ \_ ]_ ^_ ~_ ` ?` U` V` `` k` z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdy $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
>` ?` V` k` ` ` ` ` ` ` ` a a a Ka Ta a b b b b 2c Ec tc uc vc c c c c c c c d d d ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #k` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ` `                                        kday $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a a a Ja                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ja Ka                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ka Ta a a )b *b 9b b b b b 2c uc                                                                                                 s                                                                        kd	y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  uc vc c c c c c |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdÚy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c                                        kd}y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c  d d d 3d                         s                                                                                                                                                                                   kdќy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  d 2d 3d 4d 5d 6d 8d Zd ed g g g ?h ^h h h >i ]i i i Lj kj j 	k ek k l l 'm Fm m m Hn gn n n o o Op np p p Zq yq r r о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -3d 4d 5d 6d 7d 8d ed e e Ge Re \e ge qe |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
qe re e e f f Ef Ff f f f f g g g h ?h Mh ]h                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ]h ^h ih nh             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdEy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nh oh yh ~h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdby $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h h h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h h h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h h 
i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdޠy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i  i !i >i Li \i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \i ]i hi mi             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mi ni xi }i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }i ~i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i i i                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd֣y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i i i j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j 
j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j "j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "j #j $j Lj Zj jj                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdRy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jj kj vj {j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {j |j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΦy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j j j j j k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd-y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k 	k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k $k )k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )k *k 5k :k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :k ;k Ek Jk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jk Kk Lk ek sk k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdgy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƩy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k 3l |l l l l                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdBy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l  m 'm 5m Em                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Em Fm Qm Vm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Vm Wm am fm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fm gm rm wm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۭy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wm xm m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n Hn Vn fn                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdty $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fn gn rn wn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӰy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   wn xn n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdOy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n  o 
o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o  o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdly $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    o !o +o 0o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˳y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0o 1o 2o o o o o o                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd*y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o p 
p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p )p .p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .p /p 0p Op ]p mp                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mp np yp ~p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdöy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q 
q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q (q -q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -q .q 8q =q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =q >q ?q Zq hq xq                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xq yq q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdغy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q  r %r Hr Ir r r r r r r Ws                                                                                                                                                                                        gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r Xs s s s s s s s s s s .t /t @t Rt St dt et t t [v ]v mv nv ~v Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Ws Xs s s s s s s s s                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	s s                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s /t St et gt ~t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~t t                                        kdIy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t t t Lu u u v v 'v 7v 8v \v                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  \v ]v nv v v v 
w 9w |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~v v v v v v v v 8w 9w :w _w `w w w w w y y ,y -y y y y y z ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jWy h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  9w :w `w w w w w |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdܿy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w 4x x x x x x y y y                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  y y -y y |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y y z z z z z z z { { |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z z z z z z { ]{ r{ { { { { { 0| 1| ;| E| F| k| l| | | | | | } } ~ ~   " 2 3 C ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ ${ { { 1| ;| E|                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  E| F|                                        kd^y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F| l| | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  | |                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | } }  } 1} i} j} } V~ v~ ~ ~ ~ ~ ~ !                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ! " 3   5 s  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C D ^ _ ` s t     4 Q r     ʀ   f     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jy h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      ߀  e f     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdEy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             	 
 / 0 X i j m v Ⴁ  , H ` a i k { | ƃ ǃ Ƀ ʃ ܃    . ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !    	                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  	 
                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 0 X j k l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  l m                                        kdSy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m v ׂ ؂   H I j k |                                                                                                 Y                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
| ǃ ȃ Ƀ ʃ    醡 ꆡ               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kday $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  . / : ; K L P Q      ˊ   瑡  0 2 G I 蒡 钡 뒡 쒡 V X = R Ĕ  Ǖ Ε \ `    B    Ù ә ԙ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j`y hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jy hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -   ˊ   Ҍ ӌ      摡 瑡  I 钡 쒡 W X = R Ô Ĕ Ӕ 唡                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  唡                  f                                                                                                                                                                      kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_      % o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % & + 2 7 o            f            f            f                                                                                                                                                	  $If   gd_    kd^y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7 8 = D P o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at P Q Y a f o            f            f            f                                                                                                                                                	  $If   gd_    kd:y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f g o w  o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     X Y   F G   ^ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ԙ י ؙ ^ j M W     * R b n o {      籡 象    	 * + \ ] ^ b k 7 9 I ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %^ j 暡 皡   4 5  H I Q R  - . ȡ M W    ̥ ٥ 楡                                                                                                                                                                                                                                                                                                                                        h^hgd_   
& F  gd_    gd_   gd_    & 7 H I \ o     ٧ ڧ w x   ̫ ͫ   次 6 7  ĭ  !                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ! " k  * + R b o      象                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                + ] ^ ` a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  a b                                        kd/y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k   ݲ  B j u   ݳ 7 8                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
8 9 J  |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J         ƴ    
   ; < a b c g p  ` ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5        ƴ   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd=y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  
                                         kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                < a b c e f                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  f g                                        kdKy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p   ⵡ 
 M q  ` p q                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ` p r         ڷ ۷ 巡 ﷡     E F G K T ܹ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    q r   |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ۷ 巡 ﷡ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdYy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ﷡                                         kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D E F G I J                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  J K                                        kdgy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T   Ƹ  1 U ۹ D T U                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ܹ D T V f g m t u v w x      뺡 캡     
 . / W X ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    U V g u |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u v w x    캡    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kduy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kd/y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                / V W X Y [ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  X Y ] f ټ ۼ 뼡 켡       C D N X Y e       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  \ ]                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f   ػ  E e  ټ ڼ ۼ                                                                                                                         f                           kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ۼ 켡      D N X                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	X Y                                        kdKy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_      K L M ] ^ d k l m n  ¿ Ŀ ſ ڿ  
  ! " . J п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2 `   ̾  L M                                                                                                                         f                           kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  M ^ l m n  ſ Ͽ ڿ 
                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	
  !                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ! "                                        kdgy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " K L M O f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  J K L M g p q r s ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ á #á 	š š ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 f g                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p r s    ¡ ¡ ¡ ¡                                                                                     s                                                                                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
¡ ¡ ¡ ¡ ¡ ¡ #á ġ ġ 	š Kš š š ơ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
š Kš ^š š š š š  ơ ơ Oơ cơ ơ ơ ơ ơ ơ ơ ǡ ǡ ǡ %ǡ &ǡ 'ǡ *ǡ +ǡ Jǡ Kǡ ]ǡ ^ǡ ǡ ǡ ǡ ǡ ǡ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ơ Pơ ơ ơ ơ ơ ơ ơ ǡ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ǡ ǡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǡ +ǡ Kǡ ^ǡ qǡ ǡ ǡ ǡ ǡ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ǡ ǡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǡ ǡ %ȡ 8ȡ eȡ fȡ gȡ xȡ ȡ ȡ ȡ                                                             f                                    [            [                     
  $If   gd_ K$  kd+y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ǡ %ȡ eȡ fȡ gȡ wȡ xȡ {ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ ȡ  ɡ ɡ ɡ ɡ ɡ ɡ (ɡ )ɡ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ȡ ȡ ȡ ȡ ȡ ȡ                                     R            I                                                                     	  $If   gd_ Q  kdry $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a   ȡ ȡ ɡ )ɡ <ɡ Oɡ bɡ uɡ vɡ wɡ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)ɡ tɡ uɡ xɡ ɡ ɡ ɡ  ʡ ʡ ʡ ʡ ʡ Dʡ Jʡ Kʡ Sʡ Uʡ jʡ kʡ zʡ |ʡ ʡ ʡ ʡ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J wɡ xɡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xɡ ɡ ɡ ɡ  ʡ ʡ ʡ ʡ Dʡ Kʡ Tʡ                                                             f                                    [            [                     
  $If   gd_ K$  kd
y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Tʡ Uʡ kʡ {ʡ |ʡ }ʡ ~ʡ                                     R                                                                                              Q  kdTy $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a   ~ʡ ʡ ʡ ʡ ʡ ʡ                                     R            I                                                                     	  $If   gd_ Q  kdny $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a   ʡ ʡ ʡ ʡ ʡ ʡ ˡ ˡ ˡ ˡ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ˡ ˡ ˡ %ˡ ̡ ̡ ̡ ̡ ̡ ̡ ̡  ͡ ͡ ͡ ͡ ~͡ ͡ ͡ ͡ ͡ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ˡ ˡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˡ %ˡ bˡ ̡ ̡ ̡ ̡ ̡  ͡ ͡ ͡                                                                                     Y                                          kd	y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
͡ ͡ ͡ ͡ ͡ ͡ Ρ #Ρ =Ρ WΡ gΡ Ρ Ρ Ρ Ρ Ρ Ρ Ρ                                                                                                                                                                                                                      	  $If   gd_  S  kdy $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ͡ ͡ ͡ ͡ Wϡ Xϡ Yϡ Zϡ rϡ |ϡ }ϡ ~ϡ ϡ ϡ ϡ ϡ ϡ ϡ ϡ ϡ ϡ С dС С ѡ ѡ ѡ ѡ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Ρ ϡ #ϡ =ϡ Wϡ Xϡ Yϡ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdUy $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Yϡ Zϡ ϡ ϡ ϡ ϡ ϡ ϡ ϡ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϡ ϡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϡ ϡ dС С ѡ ѡ ѡ ѡ cѡ jѡ sѡ                                                             f                                    [            [                     
  $If   gd_ K$  kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ѡ ѡ ѡ 7ѡ ?ѡ cѡ iѡ jѡ rѡ tѡ ҡ ҡ ҡ ҡ ӡ ӡ ӡ ӡ ӡ ӡ ӡ $ӡ .ӡ /ӡ zӡ {ӡ ~ӡ ӡ 
ԡ ԡ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 sѡ tѡ |ѡ ѡ ѡ ѡ ѡ ѡ ѡ ҡ 0ҡ 8ҡ Mҡ bҡ tҡ ҡ ҡ ҡ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdy $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ҡ ҡ ҡ ҡ ҡ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdAy $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ҡ ҡ ӡ /ӡ Bӡ Uӡ hӡ {ӡ |ӡ }ӡ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}ӡ ~ӡ                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ӡ ӡ 
ԡ *ԡ qԡ ԡ Xա Yա Zա [ա lա ա                                                                                                 f                                                   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ԡ Vա Yա Zա [ա kա lա ա ա ա ա ա ա ա ա ա ա  ֡ ֡ ^֡ _֡ b֡ k֡ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ա ա ա ֡ &֡ 9֡ L֡ _֡ `֡ a֡ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a֡ b֡                                        kdUy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b֡ k֡ ס =ס ס ס gء hء iء jء {ء                                                                                                 Y                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
k֡ ס ס ס ס ס gء hء iء jء zء {ء ء ء ء ء ء ء ء ء ء ء ء h١ i١ l١ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  {ء ء ء ء ء ١ 0١ C١ V١ i١ j١ k١             s                                                                                                                                                                 kdc z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k١ l١                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l١ u١ Jڡ qڡ ڡ ڡ ۡ ۡ ۡ ۡ ܡ                                                                                     Y                                          kdqz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
l١ u١ Iڡ ڡ ۡ ۡ ۡ ۡ ۡ ۡ ܡ ܡ 
ܡ ܡ ܡ ܡ ݡ ݡ ݡ ݡ ݡ ݡ ݡ ݡ ݡ 
ޡ ޡ ޡ ޡ ޡ ޡ ޡ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ܡ ܡ ܡ ܡ ܡ ܡ 2ܡ Gܡ Yܡ sܡ ܡ ܡ ܡ ܡ ܡ ܡ ݡ                                                                                                                                                                                                         	  $If   gd_  S  kd+z $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݡ ݡ /ݡ Iݡ Yݡ sݡ ݡ ݡ ݡ                                                                                                                                                                                                                                                 	  $If   gd_  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݡ ݡ ݡ ݡ |            s            s                                                                                                                                                                                           	  $If   gd_   kdOz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݡ ݡ ޡ ޡ 1ޡ Dޡ Wޡ jޡ }ޡ ~ޡ ޡ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd	z $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ޡ ޡ 0ޡ 1ޡ |ޡ }ޡ ޡ ޡ Bߡ 2 3 4 D E Q V k   ) + 1 2 : < 5 7 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ޡ ޡ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޡ ޡ Bߡ ߡ ߡ ߡ  2 3 4 E                                                                                                 f                                                        kd%z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
E  + 2 ; < D Y n                                                                   }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdz $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_     9 A V k         6 7                                                                                                                                                                                                                            S  kdqz $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7 8 9 a b u                   s                                                                                                                                                                 kd	z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7 8 9 Q [ \ ] _ ` a b t u              G H 1 F H I Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kd	z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   I   "   H  H I P    % Q    	 =                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  I P U h l  
   $ < = > N O          ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   = > O    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               1 B \ v                                                                                                                                                                                                                             
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0                     x                
t                                4   4 
l a      % ? Y j                                                                                                                                                                                                                           	  $If   gd_  S  kd]z $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       3 F Y l    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdz $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
        2 3 ~    I u B   	    v  . C D E L  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd
z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I C  ! .    E L      % D                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_      
  ) < H [ c |            3 5 6 7 O Y Z ^ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            + = T k                                                                                                                                                                                                                                
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0                                     
t                                4   4 
l a     + = O a x         4 5                                                                                                                                                                                                                            S  kdWz $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5 6 7 _ ` s                   s                                                                                                                                                                 kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ _ ` r s         x   W s  W   t   E      Y     [ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   x  t    u   W    G        X Y                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Y     W v                                                                                                                  f                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  [ n z          ( ) * M N O S T X a ~    ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   ) * N O T V W             s                                                                                                                                                                                     kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W X                                        kdkz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X a n       ; ]                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_       |            s            s            s                                                                                                                                                                          	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                
    ; ! 4 c v     	 ,	 g	 {	 = I M t   
 
 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5       ;   ! c   	 h	 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdyz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h	 	 	 
 
 
 w x < = t   
 H
 
 
 
 M                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
 H
 [
 ~
 
 
 
 
  L `           " # ' ( ) ; < N O a b t u y         õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                          kd3z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( ) < O b u w x                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  x y                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y    $ R p                                                                                                                  f                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     + , ? R e x z {             s                                                                                                                                                                      kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
    % & * + , > ? Q R w x |    I J K [ \ ] ^ v            ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %{ |                                        kdOz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |    J K \ ]                                                 f                                                                                                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ] ^         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ! "                  - . 2 ; ^ _   n o p      㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   "                                                     f                                                                                                                       kdkz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_         . 0 1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd% z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 2                                        kd z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ; _  o p                                                   f                                                                                                                       kd3"z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      A B i j     
 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd"z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          @ A B i v z      
  @ T x y         @ A T  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  
 A y   A    q r s }                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_       / p r s               0 1 V W p y z  շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd#z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   1 D W Y o                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  o p                                        kd$z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               p y   + c n                                                                                                      f                                                   kdO&z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_    c n                ! " ) + @ A P R S T ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ  " * + A Q R S                                                             R            I                                   	  $If   gd_ Q  kd'z $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd	'z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ S T | }        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd#(z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
T l v w { | }           Z ( 2 3 Q R m       ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd(z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 [ v     ( 3 R n                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd_ 	  $If   gd_                   %  K  L  a  b  d  e  f  ~                          пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ           |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd1*z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           L  c  d  e                                      R            I                                                                     	  $If   gd_ Q  kdx+z $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd*z $If   K$L$l 0                                     
t                              4   4 
l a   e  f                  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd,z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd,z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   W! ! ! ! " " 0" [" " " " "                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
        V! " " " /" 0" C" R" Z" [" b" h" " " " " " " " " " " " " " " زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 " " " " |            s            s                                                                                                                                                                                           	  $If   gd_   kd.z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " " # # 
# # # # # 1# 2# W# X# \# e# f# u# # # $ $ $ 4% >% ?% ]% ^% ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    " " # # # 2# E# X# Z# [# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd.z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[# \#                                        kd/z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \# e# # $ $ $ $ $ 4% ?% ^% % % %                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^% q% % % % % % % % % % % % % % % 	& 
& & & 
& & 5& 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  % % % & |            s            s                                                                                                                                                                                           	  $If   gd_   kd0z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & 
& & 5& 6& q& (' Z' [' '  ( ;( <( |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd1z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5& B& F& q& (' Z' g' k' '  ( <( H( L( n( ( W) ) ) ) ) ) I* y* * * * , , , , , - - - - - - . L/ t/ u/ / / / 1 31 41 m1 1  2 Y2 2 2 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4<( n( ( V) W) ) ) ) I* x* y* * , , , , - - - . . . . 
/ )/ 9/ L/ t/ u/ /                                                                                                                                                                                                                                                                                                                                                                   gd_  / 1 41 m1 1  2 Y2 2 2 ,3 c3 3 3 3 3 3 3 4 4                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  2 c3 g3 3 3 3 3 3 4 4 4 4 4 e4 f4 g4 h4 4 4 <5 i5 5 5 5 L6 w6 x6 6 6 6 7 37 47 97 ^7 b8 9 Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $4 4 4 4 4 4 4 4 4 M            H            H            H            H            H            H            H                   gd_   kdO2z $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   4 +4 24 74 G4 H4 W4 X4                                                 _            V            V                                                             	 $If   gd_    kd2z $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  X4 Y4 e4 f4                                                                                                                                                                                                                                                          	 $If   gd_  o  kd3z $$If   l       0   T# T                 .                
t  0                                                              4 
l al  f4 g4 h4 s4 w4 4 4 4                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd_4z $$If   l       0   T# T                 .                
t  0                                                              4 
l al  4 4 4 4 4 2            )            )            )                      	 $If   gd_    kd4z $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     4 65 75 <5 i5 n5 5             [                                                                                                                                           kd)6z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  5 5 5 5 5 F6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F6 G6 L6 x6 |6 6 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd7z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  6 6 6 6 6  7 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd8z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   7 7 7 47 97 _7 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM9z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _7 `7 a7 k7 7 7 7 d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd:z $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  7 7 7 7 n            e            e                                                                                                                                                               	 $If   gd_    kd:z $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           7 7 7 7                                                                                                                                                                                                                                                	 $If   gd_  t  kd;z $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  7 7 7 7 7 8 
8 8  8                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdQ<z $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al   8 !8                                             kd<z $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          !8 ,8 08 78 >8 ?8 @8 A8                                                             A                                  kdG>z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  A8 B8 C8 D8 E8 F8 G8 H8                                                 A                                              kd&?z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  H8 I8 J8 K8 L8 M8 b8                                     A            <            7                  gd_    gd_    kd@z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  b8 9 9 /9 09 I9 Z9 [9 o9 q9                                                                                                                                                                                                                                                   E  kd@z $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	9 9 9 9 9 /9 09 Z9 [9 q9 r9 t9 u9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : : 6: 7: 8: D: E: W: ; < < < < < < 춥x                          /jFz hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *q9 r9 s9 t9 u9 }9 9                                     a                                                                                                                             E  kdAz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdCAz $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 9                                     a                                                                                                                             E  kd`Bz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdBz $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 9 9                                     a                                                                                                                             E  kdCz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdBz $$If   l 0 
" R                                                           4 
l a   9 9 9 9 9 : :                                     a                                                                                                                             E  kdCz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}Cz $$If   l 0 
" R                                                           4 
l a   : : : : : : :                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd;Dz $$If   l 0 
" R                                                           4 
l a   : : &: ': 5: 6: l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdDz $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   6: 7: 8: E: W: ; ; < < < < l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdXEz $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
< < < = = = = = = = = > )> *> > > > > > > > > ,? .? @? A? e? g? w? x? ? ? ? ? ? 6C 7C CC F F F F F F CG DG G G G ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j}Fz hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0< > 
> *> > > > > > -?                                                                                                                                                                                                                                                       S  kdFz $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	-? .? A? f? g? x? ?                                     N                                                                                       S  kdHz $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdvGz $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ? ? ? ? ? @ RA SA @B AB 6C 7C CC C !D D D aE E                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdHz $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   E E F F CG DG G G G G I I ,I JJ lJ J J K ,K FK GK PL QL M M ON PN N                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  G G +H ,H <H DH I I ,I IJ JJ lJ 1L NL QL M M N N N N N N O O )O *O [O \O ]O yR zR R R R R R R R R ۵۵۵ۭۜۋzrgrrr       jJz h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'N N N N N O *O \O                                     j                                                                                                                                           kd,Iz $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  \O ]O nO O O O YP ZP vP P Q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdIz $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Q wQ <R =R R R R *S +S S S (U )U V V NW OW X X 7X HX X Y Z Z x[ y[                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  R R R R R R *S +S S 'U V MW W W X X X X X X X X X &X 7X HX X X Y Y Z x[ \ \ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jJz hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjwJz h_ U !y[ \ \ \ \  ] ]                                                 e                                                                                                                        F  kdKz $$If   l   l '{6    4   4 
l a] p
        F  kdEKz $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  \ \ ] :] ;] >] ?] E] F] g] h] ] ] ] ] ] ] ] ] ] ] ^ ^ /^ 0^ F^ G^ a^ b^ ^ ^ ^ ^ ^ k` l` x` ` a 'a [a aa da a b b b "c Kc c c c ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3] ] ] ] -] :] ;]                                                             5            v  kdLz $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd+Lz $$If   l   l '{6    4   4 
l a] p
         ;] <] =] >] ?] C] D] E]                                     t                                                                                                                                                             v  kdCMz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  E] F] _] a] g]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdMz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g] h] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdDOz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdOz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ] ] ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdEQz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ] ^ ^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ '^ )^ /^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdRz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /^ 0^ >^ @^ F^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdFSz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F^ G^ Z^ \^ a^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdSz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a^ b^ i^ n^ ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ ^ ^ ^ ^ k` l` x` ` ` a (a \a oa a                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdGUz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a b 7b Jb ~b b b b "c <c Lc c c c c c c c e e e >e Me `e ae ze e e                                                                                                                                                                                                                                                                                                                                                                   gd_  c c c c c c e .e Me _e e e e e f -f >f rf f f 2g Gg yg zg g g g g g g g g пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  e e e e e f <f =f >f rf f f f f f 1g 2g <g Gg zg g g                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g g                                     kdUz $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               g g g g g  h h ,h .h Eh                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	g g g  h h h +h ,h Fh Oh h h h h i i i i 9i :i ?i Hi ej gj wj xj j j j j j Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Eh Fh                                     kdIWz $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Fh Oh qh rh h h h h h h h h h h                                                                                                                                     q                            kdXz $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
h i i i :i ;i <i =i >i             q            l                                                                                                                                                       gd_    kd]Yz $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  >i ?i                                     kdZz $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ?i Hi ii ji ~i i i i i i i j !j 6j Pj Qj fj                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  fj gj xj j z            q            q                                                                                                                                                                                       	  $If   gd_    kdq[z $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       j j j j j j j j z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd.\z $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       j j j j j Wk Yk ik jk k k k k k k k l !l =l Il hl tl l l l l l l l m m fm m m m ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "j j                                     kd\z $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j j j j k k &k Bk Ck Xk Yk jk k                                                                                                             q                                                         kdB^z $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  k k k k k k k k z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd^z $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       k k                                     kd_z $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k k l l l l l l l                                                             q                                                                                                                             kdaz $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  l l l l m m m m m m 	n z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdaz $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
m m m 	n ;n <n Fn Pn Qn qn rn n n n n n o lp np ~p p p p q q q 3q 4q 5q 6q 7q :q Cq q q q ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #	n <n Fn Pn                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  Pn Qn                                        kdbz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qn rn n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  n n                                        kdcz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o o o o o (p mp np p p q                                                                                                 s                                                                        kdCez $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q 5q 6q 7q 8q 9q |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdez $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9q :q                                        kdfz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :q Cq q q q q                         s                                                                                                                                                                                   kdhz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q q q q q q q r u u u u u ]v |v v v `w w w 	x x x y "y <z [z z z T{ s{ { | n| | l} } } ~ {~ ~ ~  L M о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -q q q q q q r r r r r r s s |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdhz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
s s ps s s s s s t Tt t t u u u u u u u                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  u u v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v 
v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v (v -v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd=jz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -v .v 8v =v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdjz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =v >v ?v ]v kv {v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdjz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {v |v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZkz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwlz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v v v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdlz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5mz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w 'w ,w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,w -w 7w <w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdRnz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <w =w >w `w nw ~w                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdnz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdooz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdoz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-pz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w w w w x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdpz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x 	x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x $x )x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJqz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )x *x 5x :x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :x ;x Ex Jx             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jx Kx Lx x x x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdgrz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdrz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%sz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x y y !y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdBtz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !y "y -y 2y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2y 3y =y By             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd uz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   By Cy Ny Sy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_uz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sy Ty ^y cy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cy dy ey y z <z Jz Zz                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdvz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zz [z fz kz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|vz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kz lz vz {z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {z |z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:wz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdwz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z z z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdwz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWxz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { {  { %{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtyz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %{ &{ '{ T{ b{ r{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdyz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r{ s{ ~{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2zz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdzz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO{z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { { |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
|z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | |  | %|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl|z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %| &| 1| 6|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6| 7| A| F|             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*}z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F| G| H| n| || |                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG~z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | <} =} l} z} }                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kddz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } } } ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ '~ ,~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,~ -~ 8~ =~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =~ >~ H~ M~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M~ N~ O~ {~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؃z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y Z ~     = > K L M p                                                                                                                                                                                         gd_  z  kdІz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M ^ p   * ; < = R      ́ ́ ށ      &      Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    * < = G R                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd/z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ́                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & z {   ꂢ I    Ń Ճ փ                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_     ] v   ׄ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd׉z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         7 8 9 L M \ ք ׄ ؄   - . 1 :   ʆ ˆ      ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jz h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ׄ ؄  - . / 0 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1                                        kdЋz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :   ҅ 1 < X q                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd_ 	  $If   gd_    ˆ  |            s            s                                                                                                                                                                                           	  $If   gd_   kd$z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            = > r      |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdލz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        = > q r       F s    Ή ω ى ㉢ 䉢 	 
 9 \ ] ` i  "     Ќ ь ጢ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   ω ى ㉢                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ㉢ 䉢                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               䉢 
 9 K ] ^ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  _ `                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i    ϊ      5 [ x                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd_ 	  $If   gd_    ь " x Ӎ  T |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd@z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ጢ ⌢      ! B x  ҍ   2 S T W h ~   6 7 8 I ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jz h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  T U V W } ~   8 J K U |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I K `      ͏ Ώ        ʐ 搢    	   d e g h z    ̑ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !U `                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kd9z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ώ   	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
                                         kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 u v   搢 琢  	                                                                                                  Y                              kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 e f g h  . R    ,             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ̑ ͑ ؑ ّ 鑢 ꑢ   . R  , X i     Ο П 埢 矢       ۡ  b  e l   . O  ঢ G H ` a q r ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jz hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jUz hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -, W X i   p q         矢     ۡ  a b q                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_      â o            f            f            f                                                                                                                                                	  $If   gd_    kd*z $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at â Ģ ɢ Т բ o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at բ ֢ ۢ ⢢  o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdtz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   
  ! o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! " * 1 6 o            f            f            f                                                                                                                                                	  $If   gd_    kdPz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6 7 ? F R o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R S T U   N O 䦢 妢    o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd,z $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at r u v   밢  < G > O ȼ     
   9 = > S       ȿ ɿ      	    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %    ; < ҩ ө % 櫢 竢 ﬢ  A ˮ ̮ f 밢  ; < ] j w                                                                                                                                                                                                                                                                                                                                         h^hgd_   
& F  gd_    gd_   gd_    ĳ ճ 波 糢  
 $ ; < G w x     j k > O  Ժ պ 4 b                                                                                                                                                                                                                                                                                                                                                               gd_    gd_    	 Y ȼ ɼ    
 9 = > H S                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ɿ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                            kdiz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 H T {     L V {                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
   ¢ |            s            s                                                                                                                                                                                           	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ¢ ¢  ¢ "¢ .¢ 2¢ N¢ O¢ d¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢  â â â â Ģ Ģ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ¢  ¢ !¢ "¢ N¢ O¢ Y¢ d¢ ¢ ¢ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdwz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	¢ ¢                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ¢ ¢                                        kd1z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¢ ¢ ¢  â â â â                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  â â                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               â â Mâ Yâ â â â Ģ Ģ Ģ Ţ Ţ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ģ Ţ Ţ  Ţ !Ţ 'Ţ .Ţ /Ţ 0Ţ 1Ţ FŢ xŢ yŢ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ zǢ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Ţ Ţ !Ţ /Ţ |            s            s                                                                                                                                                                                           	  $If   gd_   kd٢z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       /Ţ 0Ţ 1Ţ ;Ţ FŢ yŢ Ţ Ţ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ţ Ţ                                        kdMz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Ţ Ţ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ţ Ţ 1Ƣ =Ƣ dƢ Ƣ Ƣ Ƣ yǢ Ǣ Ǣ Ǣ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  zǢ Ǣ Ǣ Ǣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ "Ȣ &Ȣ AȢ BȢ WȢ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Ǣ Ǣ Ȣ Ȣ |            s            s                                                                                                                                                                                           	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ȣ Ȣ Ȣ Ȣ BȢ LȢ WȢ Ȣ Ȣ Ȣ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ȣ Ȣ                                        kdiz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Ȣ Ȣ Ȣ ɢ wʢ yʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ˢ $ˢ %ˢ /ˢ Nˢ Oˢ Pˢ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Ȣ Ȣ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȣ ɢ Cɢ Oɢ vɢ ɢ ɢ ʢ ;ʢ wʢ xʢ yʢ                                                                                                                         f                           kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  yʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ ʢ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd˫z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ʢ ʢ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʢ %ˢ Oˢ Pˢ Qˢ Sˢ Tˢ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Pˢ Qˢ Uˢ ^ˢ ̢ ̢ ̢ ̢ ̢ ͢ 	͢ 
͢ ͢ ͢ F͢ `͢ b͢ c͢ x͢ ͢ ͢ ͢ ͢ ͢ ͢ ͢ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Tˢ Uˢ                                        kd٭z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Uˢ ^ˢ ˢ ˢ ˢ ˢ ̢ M̢ j̢ ̢ ̢ ̢                                                                                                                         f                           kd-z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ̢ ̢ 
͢ ͢ ͢ F͢ c͢ m͢ x͢ ͢                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	͢ ͢ ͢                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ͢ ͢                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͢ ͢ ͢ ͢ ͢ ΢                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ͢ ͢ ͢ ͢ ΢ ΢ Ϣ Ϣ Ϣ GТ HТ IТ YТ ZТ Т Т Т Т Т Т Т Т Т Ң Ң ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ΢ ΢                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ΢ ΢ Ϣ Ϣ "Ϣ aϢ Ϣ HТ IТ ZТ Т                                                                                     s                                                                                              kdIz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Т Т Т Т Т Т Т rҢ sҢ Ң Ң  Ӣ XӢ Ӣ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ң Ң Ң Ӣ 3Ӣ WӢ kӢ Ӣ Ӣ Ӣ Ԣ CԢ DԢ YԢ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ 4բ 5բ Oբ Xբ dբ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !Ӣ Ӣ CԢ DԢ NԢ YԢ Ԣ Ԣ Ԣ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ԣ Ԣ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԣ Ԣ Ԣ Ԣ բ "բ 5բ 7բ Nբ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Nբ Oբ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Oբ Xբ բ բ ֢ ֢ ֢ ֢ C֢ J֢ R֢                                                             f                                    [            [                     
  $If   gd_ K$  kdez $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
dբ բ ֢ ֢ ֢ ֢ ֢ ֢ .֢ 7֢ A֢ C֢ I֢ J֢ Q֢ S֢ h֢ i֢ x֢ z֢ {֢ |֢ ֢ ֢ ֢ ֢ ֢ ֢ ֢ ֢ ֢ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ R֢ S֢ i֢ y֢ z֢ {֢                                     R            I                                                                     	  $If   gd_ Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   {֢ |֢ ֢ ֢ ֢ ֢  ע ע ע ע |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	֢ ע ע ע ע Bע ע ע ע ע ע ע ע ע ע ע ע آ 	آ آ آ  آ !آ "آ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ע ע                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ע ע Bע pע ע ע ע ע ע ע ע                                                             f                                    [            [                     
  $If   gd_ K$  kdGz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
ע ע 	آ آ آ آ آ                                     R                                                                                              Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   آ آ آ آ  آ !آ                                     R            I                                                                     	  $If   gd_ Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   !آ "آ Jآ kآ lآ آ آ آ آ آ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd5z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	"آ :آ Dآ Eآ Fآ Hآ Iآ Jآ kآ lآ آ آ آ آ ٢ ٢ hڢ ڢ ڢ ڢ ڢ ڢ ڢ ڢ ڢ ۢ %ۢ <ۢ lۢ rۢ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ آ آ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               آ آ  ٢ ٢ ٢ ڢ ڢ ڢ ڢ ڢ lۢ                                                                                     Y                                          kdCz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
lۢ sۢ |ۢ }ۢ ۢ ۢ ۢ ۢ ۢ ۢ ܢ ܢ 9ܢ Aܢ Vܢ kܢ }ܢ ܢ                                                                                                                                                                                                                      	  $If   gd_  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ rۢ sۢ {ۢ }ۢ ܢ ܢ ܢ ܢ ݢ ݢ ݢ ݢ ݢ ݢ  ݢ ?ݢ @ݢ ݢ ݢ ݢ ݢ ݢ ޢ ޢ ޢ ޢ ޢ ޢ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ܢ ܢ ܢ ܢ ܢ ܢ ܢ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ܢ ܢ  ݢ @ݢ eݢ xݢ ݢ ݢ ݢ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd!z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ݢ ݢ                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݢ ݢ ޢ 0ޢ ޢ ޢ ޢ ޢ ߢ ߢ ߢ                                                             f                                    [            [                     
  $If   gd_ K$  kd/z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ޢ ޢ ޢ ޢ ޢ ߢ ߢ ߢ ߢ ߢ                  %  Y ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ߢ ߢ ߢ /ߢ Dߢ Vߢ pߢ ߢ ߢ ߢ ߢ ߢ ߢ    , F V                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   V p                                                                                                                                                                                                                                                                        	  $If   gd_  S  kd{z $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                %    X     
 ]                                                                                                 f                                                   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Y     	 
 \ ] ^ v             	 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ] ^         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                          kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	    g                                                                                                      Y                              kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
	     g       k l m           
 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   l m         	             s                                                                                                                                                                 kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 
                                        kdWz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
    S  ; < = N                                                                                      Y                                          kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  

    9 ; < = M N       * , - . > ?           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5           + ; U o w                                                                                                                                                                                                           	  $If   gd_  S  kdez $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        + , -                                                                                                                                                                                                                                                 	  $If   gd_  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  - . ?  |            s            s                                                                                                                                                                                           	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdCz $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       '         	 M          ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '  @ |  #                                                                                                     f                                                        kd_z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 M        ! 3 M g x                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdz $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_        	  0 J d u                                                                                                                                                                                                                                 S  kdz $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         & 9 L _ ` a             s                                                                                                                                                                 kd=z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                ^ _ b k / ^ _   9 :  4       Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ a b                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k /   : m  6       - |    # O {                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_      
 "         1 7 8 @ B     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph      1 8 A |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdKz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A B J _ t        % ? P j r                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0                     x                
t                                4   4 
l a          " < M g x                                                                                                                                                                                                                      	  $If   gd_  S  kdz $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         
    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd)z $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
             )    1 F       )            . ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 )   I   9  ,      * I h     # $                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  . A M `         " # $ % 5 6 z             ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  $ % 6 z   |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdEz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               	   1 H _ p                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0                                     
t                                4   4 
l a          - D U l                                                                                                                                                                                                                                  S  kdz $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        $ 7 J ] _ `             s                                                                                                                                                                 kd#z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       \ ] a j |  D v  w   	 e
 
 L a   ?
 
 : O  {     󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !` a                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j | D   	 L	 	 	 
 1
 c
 
   
 R S Z                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   7 w     3 R q r                                                                                                              f                                       kd1z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_     + 7 J V i p r              1 2 3 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f                      s                                                                                                                                                                                     kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  . P r       2                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  2 3 D w  |            s            s            s                                                                                                                                                                          	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 C D               7 K o          m p   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5           8 p   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        [ \  U V      o p    U   @ A K V                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_      0 T h     @ A V                        h      õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdmz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_                                           kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  h     ( _                                                                                                                f                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_                         s                                                                                                                                                                      kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
                # d e              #  $  %  7  8  J  K  p  q  ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                # A e                                                     f                                                                                                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    $  %  8  K  ^  q  s  t  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t  u                                         kdQz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q  u  ~      B! C! D! T! U! V! W! o! y! z! ~! ! ! ! ! ! ! ! ! ! ! ! ! " " # 
# # # #  # !# .# 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %u  ~      C! D! U! V!                                                 f                                                                                                                       kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  V! W! ! ! ! ! ! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! " 
# # #  #                                                 f                                                                                                                       kdmz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_   # !# "# S# # # $ $ 9$ 1% 2% f% % |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd'z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .# 2# S# # # # $ $ $ 9$ $ 2% f% y% % % % % & & *& <& =& [& \& o& & & & & & #' ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  % % & \& & & $' k' ' ( ( ( ( &( Y( c( m(                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  #' 7' j' ~' ' ' ( ( ( &( X( Y( c( m( n( ( ( ( ( ( ( ( ( ( ( ( ( ) ) ) ') շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\m( n(                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n( ( ( ( ( ( ( ( 
)                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
) )                                        kd5z $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) * * 8* z* {* * *                                                                                                 f                                                   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ') ) * * * /* 8* ?* E* y* z* {* * * * * * * * * * * * * * * * * * ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ * * * * * * * *                                                             R            I                                   	  $If   gd_ Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdCz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ * * + + .+ A+ T+ g+ i+ j+ + |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd]z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
* 
+ + + + + + -+ .+ @+ A+ f+ g+ + + + + + , , , , , - ;- D- K- Q- b- c- ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ + +                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + + + , E, b, {, , , , , - - D- c- d-                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  c- d- e- u- v- y- - - - - - - - - - -  . . . . . &. '. +. ,. -. ?. @. R. S. x. y. }. пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  d- e- v- - - - |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdkz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - . . .                                     R            I                                                                     	  $If   gd_ Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd%z $If   K$L$l 0                                     
t                              4   4 
l a   . . ,. -. @. S. f. y. {. |. |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd?z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|. }.                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               }. . . / W/ i/ / / / / ;0 ?0 @0 A0                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
}. . . . . / / / / / / / / /  0 0 :0 ;0 >0 ?0 @0 A0 B0 R0 S0 V0 k0 t0 ~0 0 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 A0 B0 S0 0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdMz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 q1 r1  2 $2 f2 2 2 2 2 2 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    0 0 0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 1 r1 1 !2 T2 2 2 2 2 2 '3 i3 j3                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
2 3 3 &3 '3 .3 43 h3 i3 j3 k3 {3 |3 3 3 3 3 3 3 3 3 3 3 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  j3 k3 |3 3 |            s            s                                                                                                                                                                                           	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 3 3 3 4 4 4 4 25 5 5 5 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3 3 3 4 4 4 5 	5 25 5 5 5 5 6 6 6 J7 K7 W7 [7 7 7 8 #8 '8 O8 !: O: [: _: : =; >; x; y; ; ; ; < = = )= -= Y= > > > ? a? ? ? 3@ @ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  45 6 6 6 6 J7 K7 7 7 8 8 O8 !: N: O: : >; x; y; ; `< a< < < < < < = = Y=                                                                                                                                                                                                                                                                                                                                                                   gd_  Y= > > ? a? ? ? 3@ @ @ A cA dA oA {A A A A A                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  @ A A bA cA oA A A A A A A A B B B B BB yB B C WC C C C D D :D qD rD D D D D D  F F Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $A A A A A A A A A M            H            H            H            H            H            H            H                   gd_   kdz $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   A A A A A A A A                                                 _            V            V                                                             	 $If   gd_    kd'z $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  A A B B                                                                                                                                                                                                                                                          	 $If   gd_  o  kdz $$If   l       0   T# T                 .                
t  0                                                              4 
l al  B B B B B (B 0B <B                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdz $$If   l       0   T# T                 .                
t  0                                                              4 
l al  <B =B BB yB ~B 2            )            )            )                      	 $If   gd_    kd6 { $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ~B B B B C C QC             [                                                                                                                                           kdc{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  QC RC WC C C C d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd,{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  C C C D D 4D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4D 5D :D rD wD D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D D D D D D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D D D 	E XE ]E iE d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdP{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  iE jE mE wE n            e            e                                                                                                                                                               	 $If   gd_    kd{ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           wE xE {E E                                                                                                                                                                                                                                                	 $If   gd_  t  kd{ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  E E E E E E E E E                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd{ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  E E                                             kd({ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          E E E E E E E E                                                             A                                  kd	{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  E E E E E E E E                                                 A                                              kd`
{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  E E E E E E  F                                     A            <            7                  gd_    gd_    kd?{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   F F F F F F F F 
G G                                                                                                                                                                                                                                                   E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	F F F F F F F F F G G G G !G "G /G 0G OG PG RG SG G G G G G G G G G G G G G G G H bJ cJ nJ oJ J J 춥x                          /jP{ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *G G G G G G !G                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd}{ $$If   l 0 
" R                                                           4 
l a   !G "G +G /G 0G CG OG                                     a                                                                                                                             E  kd
{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;
{ $$If   l 0 
" R                                                           4 
l a   OG PG QG RG SG eG G                                     a                                                                                                                             E  kdX{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
{ $$If   l 0 
" R                                                           4 
l a   G G G G G G G                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{ $$If   l 0 
" R                                                           4 
l a   G G G G G G G                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdu{ $$If   l 0 
" R                                                           4 
l a   G G G G G G l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd{ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   G G G G G H H I I J J l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd{ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
J J J zK {K K K K K K K K K K  L !L -L .L uL wL L L L L L L M M M M UM WM XM dM eM P P P #T &T ;T [T T T T T >U ?U QU ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j{ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0J K K K !L .L vL wL L L                                                                                                                                                                                                                                                       S  kd{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	L L L M M M VM                                     N                                                                                       S  kdB{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   VM WM XM eM M 4N N N O O P P P dQ Q 0R R R fS                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   fS gS &T T T T  U >U ?U RU V V V W 
X sX X X X X X Y Y [ [ [ [ 9\                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  QU RU U U U U V V V W W 
X Y Y Y [ [ [ 9\ O\ S\ `\ a\ \ \ \ \ \ \ \ ` ` #` $` %` )` *` g` h` s` ۵۵۵ۭۜۋzrgrrr       jJ{ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '9\ E\ T\ `\ a\ \ \ \                                     j                                                                                                                                           kdf{ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  \ \ ] U] Z] ] ] ] ^ ~^ ^ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd{ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
^ _ _ _ ,` |` }` ` ` ma na b b 5d 6d d d e e e e f Pg h h i i                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  s` t` u` y` z` }` ` ` la b d d e e e e e e e e e e e e e e gf pf yg g h i j j ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j{ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj{ h_ U !i j j j j j j                                                 e                                                                                                                        F  kd{ $$If   l   l '{6    4   4 
l a] p
        F  kd{ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  j j j j j j j j j k k &k 'k =k >k Yk Zk vk wk k k k k k k k k k  l 'l (l )l *l +l 	n 
n n wn n n n n o o o sp p p p q <q rq ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3j j j j j j j                                                             5            v  kd{ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kde{ $$If   l   l '{6    4   4 
l a] p
         j j j j j j j j                                     t                                                                                                                                                             v  kd}{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  j j j j k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd({ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k !k &k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         &k 'k 5k 7k =k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         =k >k Qk Sk Yk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd){ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Yk Zk ok qk vk                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         vk wk k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd*{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k k k k k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k  l l l 'l                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         'l (l )l *l +l 	n 
n n ^n xn n n n 
o Ao                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd { $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ao Uo o o o o p :p np p p p p q =q qq rq sq tq q r r r r r r r s Ks Ls                                                                                                                                                                                                                                                                                                                                                                   gd_  rq tq ~q q q q r r r r 2s Js js ms s s s t <t gt t t u u "u ,u -u Su Tu qu ru u пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ls js xs s s s s s s t &t <t Rt ht it t t t t u "u ,u                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ,u -u                                     kd,!{ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               -u Tu qu ru u u u u u u                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	u u u u u u u u u u |v ~v v v v v v v v v v v x x x x 5x 6x 7x 8x ]x Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ u u                                     kd"{ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u u v v $v %v Iv ev fv {v |v }v ~v v                                                                                                                                     q                            kd#{ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
v v v v v v v v v             q            l                                                                                                                                                       gd_    kd${ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  v v                                     kdT%{ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               v v w w w w 7w Sw Tw fw w w w w w w x                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  x x x 6x z            q            q                                                                                                                                                                                       	  $If   gd_    kd&{ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       6x 7x 8x _x `x ax bx cx z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdh'{ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ]x ^x _x dx mx x x y y 'y (y *y Vy Wy \y ey y y y y z z dz fz vz wz z z z z z { F{ G{ z{ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "cx dx                                     kd%({ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               dx mx x x x x x x x x x y (y                                                                                                             q                                                         kd|){ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  (y )y *y Wy Xy Yy Zy [y z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd9*{ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       [y \y                                     kd*{ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \y ey y y dz ez fz wz z                                                             q                                                                                                                             kdM,{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  z z z z z G{ {{ { { { { z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd
-{ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
z{ {{ { { { { { { { | | =| R| S| | | &} 
~ ~ ~ ~ n~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ = M N ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #{ { { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  { {                                        kd-{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { | =| S| U| |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  | |                                        kd)/{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | (} )} e} f} u} } ~ ~ ~ n~ ~                                                                                                 s                                                                        kd}0{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~ ~ ~ ~ ~ ~ ~ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd71{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~                                        kd1{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ < = N o                         s                                                                                                                                                                                   kdE3{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  N n o p q r t   # $ ; {    z      & E   ڇ  c       + 
 )    8   ꍣ 덣 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -o p q r s t  A B      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd3{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   % = T     8 9 # $ ; P {                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ƃ ˃             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw5{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˃ ̃ փ ۃ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۃ ܃ ݃  	                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd56{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR7{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ] z                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo8{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ń ʄ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-9{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʄ ˄ Մ ڄ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڄ ۄ ܄                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ:{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg;{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd;{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%<{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ǅ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǅ ȅ Ӆ ؅             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؅ م ㅣ 腣             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB={ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   腣 酣 ꅣ & 4 D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd={ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd >{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_>{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd|?{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˆ І             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   І ц ۆ              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:@{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ᆣ 솣              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      o  ڇ 臣                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdWA{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtB{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; < c q                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd2C{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOD{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      È             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   È Ĉ ň                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
E{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlE{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*F{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S T                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGG{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      É             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   É ĉ ω ԉ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԉ Չ ߉ 䉣             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddH{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   䉣 剣 扣   *                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdH{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"I{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L W \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] g l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?J{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m n ڊ ۊ 
  (                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdJ{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\K{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdyL{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ŋ ʋ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7M{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʋ ˋ ֋ ۋ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۋ ܋ 拣 닣             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   닣 싣 틣  ' 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdTN{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqO{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z {                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/P{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ō             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ō ƌ Ќ Ռ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ռ ֌ ጣ 挣             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLQ{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   挣 猣               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       < a   ۍ ܍ 鍣 ꍣ 덣                                                                                                                                                                                          gd_  z  kd
R{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   덣   )  Ȏ َ ڎ ێ  " # - 7 8 j k |      ď      Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    Ȏ ڎ ێ 厣  # - 7                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	7 8                                        kdiR{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdS{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ď   9 :  琣  B R c s t                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_       - F u |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdU{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ց ֑ ב ꑣ 둣  t u v   ˒ ̒ ϒ ؒ V X h i    # 4 L ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jU{ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  u v  ˒ ̒ ͒ Β |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdPV{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Β ϒ                                        kd
W{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϒ ؒ   ! p ϓ ړ   ) > V W                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  W X i   |            s            s                                                                                                                                                                                           	  $If   gd_   kd^X{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ! " # L ە ܕ  " 4 5 $ % |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdY{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L ە ܕ   3 4 5 S   䖣  # % : l m w     ח       8 9 \ ^ n o  ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $% / : m w                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdY{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ח 闣                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_                                           kd&[{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 L M \ m   $   ә   8 9 ]                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ] ^ o   q   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdz\{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 ; p   Л      C  Ԝ ՜ ֜ 眣 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j4]{ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ          ֜ 蜣 霣  |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd]{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       眣 霣  0 1 ; E F k l       + h             * + 6 j ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  1 ; E                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  E F                                        kds^{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd_{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 5                                                                                                      Y                              kda{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     6 ̟  % &  ʤ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kda{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  j k v w     ̟   ʤ   C U # 6 l n   $ % ' (   y    4  
   ̲  W ~ 崣 洣     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jf{ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jb{ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ʤ    M N   B C U   " # 8  % (   y      !                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ! 4 5 : B G             f                                                                                                                                                                      kdb{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  G H M U a o            f            f            f                                                                                                                                                	  $If   gd_    kddc{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a b g n s o            f            f            f                                                                                                                                                	  $If   gd_    kdc{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s t y   o            f            f            f                                                                                                                                                	  $If   gd_    kd@d{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdd{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kde{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   Ȱ ϰ ԰ o            f            f            f                                                                                                                                                	  $If   gd_    kde{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ԰ հ ݰ 䰣  o            f            f            f                                                                                                                                                	  $If   gd_    kde{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       첣    @ A  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdff{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at          ǣ ǣ fʣ ʣ ˣ ˣ ˣ ˣ ˣ ˣ ̣ ̣ ̣ #ͣ $ͣ .ͣ 8ͣ 9ͣ Eͣ fͣ gͣ ͣ ͣ ͣ ͣ ͣ sϣ uϣ ϣ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  " # ٶ ڶ p q ÷     ߺ i j    ٿ ڿ    " / @                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  @ Q b s         ã ã ã ã 5ģ 6ģ ǣ 	ǣ ǣ ǣ "ȣ rȣ sȣ ȣ  ɣ -ɣ ]ɣ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ]ɣ ^ɣ ɣ ɣ fʣ gʣ ʣ ˣ ˣ ˣ ̣ ̣ ̣ ̣ $ͣ .ͣ 8ͣ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  8ͣ 9ͣ                                        kdOg{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9ͣ gͣ ͣ ͣ ͣ ͣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ͣ ͣ                                        kdh{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͣ ͣ ͣ ͣ Σ @Σ ~Σ Σ Σ Σ Σ ϣ sϣ tϣ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
tϣ uϣ ϣ ϣ |            s            s                                                                                                                                                                                           	  $If   gd_   kdi{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ϣ ϣ ϣ ϣ ϣ ϣ ϣ ϣ ϣ ϣ У 4У 5У ?У IУ JУ VУ wУ xУ У У У У У 4ң ң ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ϣ ϣ ϣ ϣ ϣ ϣ ϣ У 5У ?У |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdj{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?У IУ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  IУ JУ                                        kdkk{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JУ xУ У У У У У                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  У У                                        kdl{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               У У У У ѣ Iѣ ѣ ѣ 3ң ң ң ң                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ң ң ң ң ң ң ң ң ң ң ң ӣ ӣ !ӣ +ӣ ,ӣ 8ӣ Yӣ Zӣ ӣ ӣ ӣ ӣ ӣ գ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ң ң ң ң |            s            s                                                                                                                                                                                           	  $If   gd_   kdn{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ң ң ң ң ң ӣ !ӣ +ӣ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdn{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +ӣ ,ӣ                                        kdo{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,ӣ Zӣ ӣ ӣ ӣ ӣ ӣ ӣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ӣ ӣ                                        kdp{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӣ ӣ ӣ ӣ ԣ -ԣ mԣ ԣ գ գ գ գ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  գ գ գ գ գ գ գ գ գ գ գ գ գ գ գ գ գ '֣ (֣ 2֣ <֣ =֣ I֣ j֣ k֣ ֣ ֣ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    գ գ գ գ |            s            s                                                                                                                                                                                           	  $If   gd_   kd/r{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       գ գ գ գ գ գ գ (֣ 2֣ <֣ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdr{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<֣ =֣                                        kds{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =֣ k֣ ֣ ֣ ֣ ֣ ֣ ֣                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ֣ ֣ ֣ ֣ أ أ 'أ (أ .أ 5أ 6أ 7أ 8أ Mأ أ أ أ أ أ أ أ أ أ أ أ أ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ֣ ֣                                        kdt{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֣ ֣ ֣ ֣ ף Bף ף ף ף أ أ أ                                                                                                                         f                           kdKv{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  أ (أ 6أ 7أ 8أ Bأ Mأ أ أ أ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdw{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	أ أ                                        kdw{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               أ أ أ أ أ أ أ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  أ أ أ أ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ  ۣ ۣ ۣ Hۣ Iۣ Sۣ ]ۣ ^ۣ jۣ ۣ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  أ أ                                        kdy{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               أ أ ;٣ G٣ n٣ ٣ ٣ ٣ ڣ ?ڣ ڣ ڣ                                                                                                                         f                           kdgz{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ڣ ڣ ڣ ڣ ڣ ڣ ۣ ۣ ۣ Iۣ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd!{{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Iۣ Sۣ ]ۣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ]ۣ ^ۣ                                        kd{{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ۣ ۣ ۣ ۣ ۣ ۣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ۣ ۣ ۣ ۣ ۣ ۣ ܣ ܣ ܣ ݣ ݣ ݣ ݣ ݣ *ޣ +ޣ ,ޣ -ޣ .ޣ /ޣ ;ޣ ?ޣ _ޣ E X ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ۣ ۣ                                        kd/}{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۣ ۣ ܣ ܣ ܣ ܣ 5ݣ ݣ ݣ ݣ *ޣ                                                                                     s                                                                                              kd~{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
*ޣ +ޣ ,ޣ -ޣ .ޣ /ޣ _ޣ   E    = |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd={ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X      	 < P      ) * 4 > ? W a b c f g          õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !=      * 4 >                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  > ?                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? g                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                           kdK{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 a t                                                                    f                                    [            [                     
  $If   gd_ K$  kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 a                     2 < = > @ A B d e ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd{ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdY{ $If   K$L$l 0                                     
t                              4   4 
l a     B e x      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e      ; < = > N O             ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd-{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   < = > O                                                                f                                    [            [                     
  $If   gd_ K$  kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kdȇ{ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd;{ $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd{ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU{ $If   K$L$l 0                                     
t                              4   4 
l a      	 
 / B U V W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        	 
 T U X a R S   9 : ; < L M N    
  ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ W X                                        kd){ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X a  @ S 9 : ; < M 
                                                                                     Y                                          kd}{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  

    # 8 M _ y       	  5                                                                                                                                                                                                                      	  $If   gd_  S  kd7{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$                  ( ) , 5 A  * A B C D ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  5 O _ y                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kdɌ{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        ) * + |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd[{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + ,                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5   B C D U                                                                f                                    [            [                     
  $If   gd_ K$  kdi{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
D T U s {      ' ) * + C M N O Q R S ` j k     I  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5        ( 8 R l t                                                                                                                                                                                                                             
  $If   gd_ K$	  $If   gd_  S  kd#{ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     ( ) *                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd{ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  * + S k ~      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I f                                                                                                         f                                                   kdU{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_                 " # $ < =     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   $ = b u     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdɔ{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Q y                                                                                                        Y                              kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 P R          	 
  # - . / 1 2 3 4    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   
  3 4 Y l                  s                                                                                                                                                                 kdז{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    :     ?                                                                                     Y                                          kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   :       ? @ F G O Q       / 0 1 I S T U W X Y ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ? @ G P Q Y n       
  * ?                                                                                                                                                                                                         	  $If   gd_  S  kd{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? Q k                                                                                                                                                                                                                                                       	  $If   gd_  S  kd1{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     0 |            s            s                                                                                                                                                                                           	  $If   gd_   kdÚ{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1 Y Z m       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd}{ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Y Z l m     ~ n o p       1 e g m n v x q s ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdE{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ~   .  n o p                                                                                                  f                                                        kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
  g n w x         0                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdS{ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  0 J [ u }        - G X r s                                                                                                                                                                                                                            S  kd{ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s t u                      s                                                                                                                                                                 kdw{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s t u                	        # $       m    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                            kd1{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  	    $    ^  )  .      1 a     E y                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_        I \ ` x y z        /	 1	 2	 3	 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   y z     |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ' 9 S m ~        %                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd?{ $If   K$L$l 0                     x                
t                                4   4 
l a   % : O a {      	 	 0	 1	 2	                                                                                                                                                                                                                   	  $If   gd_  S  kdѢ{ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  2	 3	 [	 \	 o	 	 	 	 	 	 	 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdc{ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
3	 K	 U	 V	 Z	 [	 \	 n	 o	 	 	 	 	 
 
 ~   E Z 6
 K
 
 
 j      ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 	 	                                        kd+{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 
   ] j  N
 
      + B a                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_      F Y e x              ' ) o q r s     ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f       ( |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ) 1 C U g y        $ 5 L M                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd9{ $If   K$L$l 0                                     
t                                4   4 
l a   M U g y       
 ! 2 H Y p q                                                                                                                                                                                                                            S  kd˦{ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  q r s                      s                                                                                                                                                                 kd]{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_            L     1        Y       , 8 K  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    2   5 T     < [                                                                                                                                                                                                                                                                                                           
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_     4 S       !                                                                                                             f                                       kdk{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_              ! d e f                ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ! e f                  s                                                                                                                                                                                     kd%{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdߪ{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      2  3  U  w                                                                                                                                                                                                                                                                                                                                                                                                                             
& F, $If   gd_ 	  $If   gd_        ! :! |            s            s            s                                                                                                                                                                          	  $If   gd_   kd3{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             9! :! ;! <! =! I! M! Q! X! w! ]# p# # # # # 
$ !$ T$ h$ $ $ y' ' ' ' ( ( B( U( ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  :! ;! <! =! w! '# )# ]# # # $ U$ $ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ L% % % & & x' y' ' 
( ( B( ( ( ( :) ) ) ) ) ) '* 1* ;*                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  U( ( ( ( ( ( ) 9) M) ) ) ) ) ) &* '* 1* ;* <* T* ^* _* c* d* e* w* x* * * * * * * * * + *, +, ,, <, =, õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (;* <*                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <* d* e* x* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  * *                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * + )+ `+ + + + + +, ,, =,                                                                                                             f                                       kdO{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  =, >, ?, g, h, {, , , , , ,             s                                                                                                                                                                      kd	{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
=, >, ?, W, a, b, f, g, h, z, {, , , , , , , - - - - - - - - - - - - - - - - - - - . . ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %, ,                                        kdñ{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , - - - - -                                                 f                                                                                                                       kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  - - - - - - - . . . |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdѳ{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. .                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . ]. ^. . . . . . . . 
/ / / / / / 0/ 1/ C/ D/ i/ j/ n/ w/ / / 0 0 0 0 0 0 0 0 0 0 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %. . :. ^. . . . .                                                 f                                                                                                                       kdߵ{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  . . / / 1/ D/ W/ j/ l/ m/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m/ n/                                        kdS{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n/ w/ / 0 0 0 0 0                                                 f                                                                                                                       kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  0 0 0 0 }1 ~1 1 1 1 2 2 3 F3 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kda{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 |1 }1 ~1 1 1 1 1 12 2 3 3 F3 Y3 |3 3 3 3 3 3 3 3 3 
4 ;4 N4 |4 }4 4 4 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  F3 }3 3 3 ;4 }4 4 	5 X5 5 5 5 5 5 5 6 6                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  4 4 5 5 W5 k5 5 5 5 5 5 5 6 6 6 $6 .6 /6 36 46 56 =6 Z6 l6 m6 6 6 6 6 6 6 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\6 6                                        kd{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 46 56 Z6 m6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  6 6                                        kdo{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 6 $7 U7 g7 7 7 7 8 8 *8 W8                                                                                                 f                                                   kdü{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  6 $7 7 7 7 7 7 7 7 8 8 8 )8 *8 -8 B8 K8 U8 W8 ]8 ^8 e8 g8 |8 }8 8 8 8 8 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ W8 ^8 f8 g8 }8 8 8 8                                                             R            I                                   	  $If   gd_ Q  kd
{ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd}{ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 8 8 8 8 8 8 8 9 9 9 9 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8 8 8 8 8 8 8 8 8 8 8 9 9 9 (9 )9 89 9 d: n: o: : : : : : : :  ; ; ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9 9                                        kdQ{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               9 (9 9 9 9  : : ,: d: o: : : : : ; ;                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ; ; ; ; ; ; ; H; N; O; V; X; a; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < < пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ; ; ; H; O; W; |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W; X; ; ; ; ;                                     R            I                                                                     	  $If   gd_ Q  kd{ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_{ $If   K$L$l 0                                     
t                              4   4 
l a   ; ; ; ; ; ; < < < < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< <                                        kd3{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < $< < < < = B= M= l= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
< $< %< 4< < B= L= M= k= l= = = = = = = = = = = = = = = = = 	> > > > زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 = = = > |            s            s                                                                                                                                                                                           	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > 7> A> B> F> G> H> Z> [> m> n> > > > > > > ? ? ? ? @ p@ z@ {@ @ @ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    > > G> H> [> n> > > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                        kd{ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > ? M? ? ? #@ 5@ p@ {@ @ @ A A                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
@ @ @ @ @ @ @ A A A 	A A A A 2A ;A EA FA GA HA IA JA qA 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  A 	A A GA |            s            s                                                                                                                                                                                           	  $If   gd_   kdO{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       GA HA IA JA qA rA A dB B B B <C wC xC |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd	{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
qA ~A A A dB B B B B <C xC C C C 'D D D D D D "E E E E E E G G G G *H H H I I #I 'I JI J J J J J J AL oL pL L L <M M M )N ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4xC C 'D D D D D "E E E E E G G G *H H I I JI I I 4J IJ eJ uJ J J J J                                                                                                                                                                                                                                                                                                                                                                   gd_  J AL pL L L <M M M )N hN N O O 
O O (O 4O GO KO                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  )N N N  O O 
O #O 'O GO JO KO RO SO O O O O O P xP P P +Q ,Q Q Q Q Q R R BR oR pR uR R S PT Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $KO LO MO NO OO PO QO RO SO M            H            H            H            H            H            H            H                   gd_   kd{ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   SO gO nO sO O O O O                                                 _            V            V                                                             	 $If   gd_    kda{ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  O O O O                                                                                                                                                                                                                                                          	 $If   gd_  o  kd6{ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  O O O O O O O O                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd{ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  O O O P P 2            )            )            )                      	 $If   gd_    kdp{ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     P rP sP xP P P P             [                                                                                                                                           kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  P P P ,Q 0Q Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdf{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q Q Q Q Q Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q Q Q R R <R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  <R =R BR pR uR R d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  R R R R R R S d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  S S S S n            e            e                                                                                                                                                               	 $If   gd_    kdS{ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           S S S "S                                                                                                                                                                                                                                                	 $If   gd_  t  kd({ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  "S #S $S 5S :S BS IS PS \S                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd{ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  \S ]S                                             kdb{ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ]S hS lS sS zS {S |S }S                                                             A                                  kd{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  }S ~S S S S S S S                                                 A                                              kd{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  S S S S S S S                                     A            <            7                  gd_    gd_    kdy{ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  S QT RT ST lT mT T T T T T                                                                                                                                                                                                                                              E  kdX{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
PT QT ST YT ZT lT mT T T T T T T T T T T T T T T U U 7U 8U OU PU QU UU VU sU tU uU U U U \V X X 
X X X X 춥x                          /j{ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *T T T T T T T                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{ $$If   l 0 
" R                                                           4 
l a   T T T T T T T                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdu{ $$If   l 0 
" R                                                           4 
l a   T T T T T U U                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3{ $$If   l 0 
" R                                                           4 
l a   U U *U 7U 8U BU OU                                     a                                                                                                                             E  kdP{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd{ $$If   l 0 
" R                                                           4 
l a   OU PU QU RU SU TU UU                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd{ $$If   l 0 
" R                                                           4 
l a   UU VU cU dU rU sU l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd{ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   sU tU uU U U [V \V NW OW &X 'X l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd{ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
X #X $X Y Y %Y &Y 6Y 7Y ;Y <Y >Y fY gY Y Y Y Y Z Z !Z "Z iZ kZ }Z ~Z Z Z Z Z Z Z Z [ [ s^ t^ ^ a a a a b (b b b b b b ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j{ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0'X >Y GY gY Y Y Z Z "Z jZ                                                                                                                                                                                                                                                       S  kdX{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	jZ kZ ~Z Z Z Z Z                                     N                                                                                       S  kd|{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Z Z Z [ <[ [ \ \ }] ~] s^ t^ ^ _ ^_ _ 5` ` a                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd{ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   a a a  b b b b b b b Wd Xd id e e f 4f Mf if f f g g -i .i i i i                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  b b hc ic yc c Vd Xd id e e e ng g g ,i .i Mi i i i i  j Pj Qj fj gj j j j m m m m m m m n n n ۵۵۵ۭۜۋzrgrrr       j{ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'i i i i  j Qj gj j                                     j                                                                                                                                           kd{ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  j j j j j 8k k k k l Zl s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd{ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Zl l ym zm m n n gn hn o 
o ep fp q q r r Ys Zs ts s 5t t 6v 7v v v                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  n n n n n n gn hn o dp &r r 4s 5s @s As Qs Rs Vs Ws Xs Ys Zs cs ts s t t u 8u 6v v  x !x ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jR{ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj{ h_ U !v !x %x &x <x =x Qx                                                 e                                                                                                                        F  kd,{ $$If   l   l '{6    4   4 
l a] p
        F  kd{ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  !x &x Sx wx xx {x |x x x x x x x x x x x y y 2y 3y Ty Uy ly my y y y y y y y y y { { { | K| d| | | | -} ?} ~ *~ _~ ~ ~ ~  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3Qx Rx Sx \x jx wx xx                                                             5            v  kd{ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd{ $$If   l   l '{6    4   4 
l a] p
         xx yx zx {x |x x x x                                     t                                                                                                                                                             v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  x x x x x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x y y y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y y +y -y 2y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2y 3y My Oy Ty                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ty Uy dy fy ly                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ly my {y }y y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y y y y y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y y y y y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y y y y y { { { { | K| e| | | |                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         | | (} @} t} } } } 
~ +~ _~ y~ ~ ~ ~     5 > ? U {     ꀤ 뀤                                                                                                                                                                                                                                                                                                                                                                   gd_     3 4 5 U k   р 逤 	  I j {  ہ  o     ˂ ̂     $ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  뀤 	  * + I y z {  Ł ہ    n o y    ˂                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ˂ ̂                                     kdf{ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ̂    ' = S i k                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	$ ' < = R S h i     - . M N O P v w |      ԅ Յ օ ׅ  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd{ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   Ã ă 胤       .                                                                                                                                     q                            kd{ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
. N O P w x y z {             q            l                                                                                                                                                       gd_    kd{ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  { |                                     kd{ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               |      ք    0 I ^ s                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     Յ z            q            q                                                                                                                                                                                       	  $If   gd_    kd{ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Յ օ ׅ       z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd{ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                Ɔ ǆ Ɇ     R ^ z        5 6 9 C Y  判 戤  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd_{ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 + , @ A c      ǆ                                                                                                             q                                                         kd{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ǆ Ȇ Ɇ      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kds{ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd0{ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 M N     6                                                             q                                                                                                                             kd{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6 7 8 9 Y 戤  0 1 ; F z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdD{ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  1 F x y      ܉   & / Ŋ     
   O P Q p q r s t w  ܌ 쌤 팤 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #F y                                                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_                                           kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ܉   %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  % &                                        kdc{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / Ǌ Ȋ    e    
 P                                                                                                 s                                                                        kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  P Q r s t u v |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdq{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w                                        kd+{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  ی ܌ 팤                          s                                                                                                                                                                                   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  팤 
      5 @  Ð ڐ  9    8   ' F œ 䓤 @ _ y   !   # B  ʗ  Ș * I  י 5 T   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -      @  ፤ " - 7 B L |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd9{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L M  Ď ܎    ! \  ׏ ؏  Ð ڐ   ( 8                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR | $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd | $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdo| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     đ ɑ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɑ ʑ ԑ ّ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ّ ڑ 呤 ꑤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ꑤ 둤               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ' 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdJ| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z {                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd%| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǒ ̒             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̒ ͒ ג ܒ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܒ ݒ 蒤 풤             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   풤                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ' 5 E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd | $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      œ ӓ 㓤                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   㓤 䓤               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:	| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & ' @ N ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       W y                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ĕ ɕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɕ ʕ ԕ ٕ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٕ ڕ ە                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˖ Ж             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ж і ܖ ᖤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ᖤ ▤ 얤              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # 1 A                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd"| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ɗ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɗ ʗ ՗ ڗ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڗ ۗ 嗤 ꗤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ꗤ 뗤               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 y z   ǘ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǘ Ș Ә ؘ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؘ ٘ 㘤 蘤             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   蘤 阤               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  * 8 H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ƙ ֙                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֙ י ♤ 癤             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   癤 虤               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 C S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ۚ   # $ z {     2                                                                                                                                                                                        gd_  z  kdD| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ț 3 g x y z    ̜ ֜ ל 	 
  - . ? @ Z c 6 8 H I Y Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  2 3 g y z    ̜ ֜                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	֜ ל                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ל 
 . @ B Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Y Z                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c   ؝ ٝ '   ឤ     7                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  7 8 I   ̟ 埤  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdK | $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Z t u v       : ; j k n w       ¢ Ӣ 뢤 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j!| h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    ; j k l m |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd!| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n                                        kdD"| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w    n y   ȡ ݡ                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kd#| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ¢ 뢤 z {   ӣ ԣ ä Ĥ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdR$| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       뢤 z {   ң ӣ ԣ  8 M   ¤ Ĥ ٤      ! F G v     \ _ ק ا   
   ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Ĥ Τ ٤                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    !                                        kd%| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! G v                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_                                           kd`&| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 륤 쥤   D E æ 1 Q r   ק ا                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_     _   N  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd'| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         9 : ; N O ^   ڨ  , M o      ⩤ A s t u  ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jn(| h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        @ A u    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd(| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ϫ Ъ ڪ 䪤 媤 
  3 D E H Q  ʫ  # ; < D F V W      ɬ ʬ լ 	 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  Ъ ڪ 䪤                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  䪤 媤                                        kd)| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               媤  3 E F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  G H                                        kd+| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q   ӫ ԫ # $ E F W                                                                                                 Y                              kdU,| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
W     լ k  į ů \ i             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd-| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	 
   & ' + , k  \ i   ⶤ  º պ  
 " $ û Ļ ƻ ǻ 1 3  -  ӽ   7 ; k   ¤ ¤ ¤ ¤ ¤ ¤ ¤ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j2| hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j-| hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -i    촤    ᶤ ⶤ  Z [  º ׺ $ Ļ ǻ 2 3  -                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_   ӽ Խ ٽ ὤ 潤             f                                                                                                                                                                      kd0.| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  潤 罤 콤    o            f            f            f                                                                                                                                                	  $If   gd_    kd.| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     
  o            f            f            f                                                                                                                                                	  $If   gd_    kd/| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     + o            f            f            f                                                                                                                                                	  $If   gd_    kdz/| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + , 4 < A o            f            f            f                                                                                                                                                	  $If   gd_    kd/| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A B J R ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdV0| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ _ g n s o            f            f            f                                                                                                                                                	  $If   gd_    kd0| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s t |   o            f            f            f                                                                                                                                                	  $If   gd_    kd21| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     3 4   !¤ "¤ ¤ ¤ 9ä o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd1| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ¤ ¤ ¤ 9ä Eä (̤ 2̤ yϤ Ϥ {դ դ ؤ -ؤ =٤ I٤ J٤ V٤ Z٤ v٤ zڤ {ڤ ڤ ڤ ڤ ڤ ڤ ڤ ڤ ۤ ۤ 7ۤ 8ۤ 9ۤ =ۤ Fۤ ݤ ݤ $ݤ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %9ä Eä ä ä xĤ yĤ Ť Ť bŤ #Ǥ $Ǥ ,Ȥ -Ȥ ~Ȥ ʤ 	ʤ ʤ (̤ 2̤ xͤ yͤ Τ Τ Τ Τ Τ Τ                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Τ Τ Ϥ Ϥ #Ϥ $Ϥ 7Ϥ JϤ aϤ xϤ yϤ Ϥ Ф Ф RѤ SѤ Ѥ Ѥ Ԥ Ԥ {դ դ դ ֤ ֤ q֤ ֤ ֤ ֤                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ֤ ֤ Fפ פ ؤ ؤ -ؤ =٤ J٤ v٤ zڤ {ڤ ڤ ڤ ڤ ڤ ڤ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ڤ ڤ                                        kd2| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ڤ ۤ 8ۤ 9ۤ ;ۤ <ۤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  <ۤ =ۤ                                        kd3| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =ۤ Fۤ ۤ ۤ ۤ ۤ ܤ Eܤ Pܤ ܤ ܤ ܤ ݤ ݤ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
ݤ ݤ %ݤ \ݤ |            s            s                                                                                                                                                                                           	  $If   gd_   kd15| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ݤ %ݤ [ݤ \ݤ ]ݤ _ݤ kݤ oݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ޤ ޤ <ޤ =ޤ >ޤ Bޤ Kޤ ߤ ; ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 \ݤ ]ݤ ^ݤ _ݤ ݤ ݤ ݤ ݤ ݤ ݤ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd5| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ݤ ݤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ݤ ݤ                                        kd6| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݤ ޤ <ޤ =ޤ >ޤ @ޤ Aޤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Aޤ Bޤ                                        kd7| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bޤ Kޤ ޤ ޤ ޤ ޤ (ߤ Lߤ ߤ ; K L                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ; K M ] ^ d k l m n            ! " & /  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    L M ^ l |            s            s                                                                                                                                                                                           	  $If   gd_   kdM9| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l m n x     |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd:| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd:| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! " $ %                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  % &                                        kd<| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / n z    0   / 0                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_    / 1 A B H O P Q R S _ c ~         	 
 2 3 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    0 1 B P |            s            s                                                                                                                                                                                           	  $If   gd_   kdi=| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q R S       |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd#>| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd>| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 1 2 3 4 6 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  3 4 8 A             ) 3 4 @ a b l    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  7 8                                        kd1@| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 A       @ x                                                                                                                            f                           kdA| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_          ) 3                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd?B| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	3 4                                        kdB| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      & ' ( 8 9 ? F G H I           	 % п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdMD| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 ; [    ' (                                                                                                                         f                           kdE| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ( 9 G H I                              s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd[F| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdG| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & ' ( * A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  % & ' ( B K L M N                 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 A B                                        kdiH| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B K M N _                                                                                           s                                                                                              kdI| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
          & ]   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdwJ| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 & 9 \ p     * >                % & 8 9 q r    õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! +                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd1K| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & 9 L _ r t                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdL| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    @ A B S                                                                f                                    [            [                     
  $If   gd_ K$  kdM| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
   @ A B R S V k t ~                     ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd O| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdN| $If   K$L$l 0                                     
t                              4   4 
l a        * = P Q R |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 O P S \         % & . 0 E F U W ] ^ _ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J R S                                        kdgP| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \        & /                                                             f                                    [            [                     
  $If   gd_ K$  kdQ| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
/ 0 F V W X Y                                     R                                                                                              Q  kdS| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kduR| $If   K$L$l 0                                     
t                              4   4 
l a   Y Z [ \ ] ^                                     R            I                                                                     	  $If   gd_ Q  kdT| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdS| $If   K$L$l 0                                     
t                              4   4 
l a   ^ _         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ w                         Y b y   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdcU| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  =                                                                                             Y                                          kdV| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
         2 B \ v ~                                                                                                                                                                                                                          	  $If   gd_  S  kdqW| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     2 3 4 5 M W X Y [ \ ] | }      ?      ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ      2 3 4                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdX| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4 5 ] }      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdX| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdOY| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? m     > E N                                                             f                                    [            [                     
  $If   gd_ K$  kdZ| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
     > D E M O             	 
 U V Y b   ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 N O W l         ( = O i                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kd][| $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd_  S  kd[| $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     
  0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd\| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X Y                                        kd;]| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b   L  3 4 5 6 G                                                                                                  f                                                   kd^| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   1 4 5 6 F G             9 : = F þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ       ' : ; < |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI_| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< =                                        kd`| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F    [    B C D E V                                                                                                 Y                              kdWa| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
F   Z  [    B C D E U V            C D G νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  V        1 D E F             s                                                                                                                                                                 kdb| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F G                                        kdb| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P % L   x y z                                                                                       Y                                          kdd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
G P $  v x y z         g i j k { |           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5       
 " 4 N h x                                                                                                                                                                                                              	  $If   gd_  S  kdd| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    
 $ 4 N h i j                                                                                                                                                                                                                                                 	  $If   gd_  S  kdke| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  j k |  |            s            s                                                                                                                                                                                           	  $If   gd_   kde| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             2 E X Y Z |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdf| $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    W X [ d  
 
 
 
  
 ,
 1
 F
 
 
    
   
 
 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Z [                                        kdg| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d  }   `	 
 
 
  
                                                                                                 f                                                        kdh| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 
 
  
    4 I ^ p                                                                 }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdi| $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_       1 F [ m       
 
                                                                                                                                                                                                                            S  kdj| $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  
 
 
 <
 =
 P
 c
 v
 
 
 
 
             s                                                                                                                                                                 kdj| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 
 
 ,
 6
 7
 8
 :
 ;
 <
 =
 O
 P
 
 
 
 
 l     v w \ q " #  ! # $ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
 
                                        kdkk| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 l  $ w   s  #  # $ + j     , `                                                                                                                                                                                                                                                                                                                                    
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  $ + 0 C G _       ) * n t u }      ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph     * n u ~ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdl| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~          7 Q b |                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kdym| $If   K$L$l 0                     x                
t                                4   4 
l a         4 E _ y                                                                                                                                                                                                                         	  $If   gd_  S  kdn| $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       ! 4 G Z [ \ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdn| $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       
  Y Z ] f $ P  n      Q f 	     ' k ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ \ ]                                        kdeo| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f $    	 v  i   ' g        ` a                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  k ~       # 6 > W _ ` a b r s              *  4  5  9  ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  a b s    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdp| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              / F ] n                                                                                                                                                                                                                              
  $If   gd_ K$	  $If   gd_  S  kdsq| $If   K$L$l 0                                     
t                                4   4 
l a       * < S j                                                                                                                                                                                                                                       S  kdr| $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_        :  ;  N  a  t                      s                                                                                                                                                                 kdr| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9  :  ;  M  N          ! ! " " S# # # 2$ N$ % 2& & & O' ' |(  ) w) ) 4+ + + + + 6, 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                           kdQs| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! " S# # O$ $ $ $ P% n% % 2& & ' ") ) ) ) 3+ 4+                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  4+ t+ + + + 2, Q, p, , , , ,                                                                                                             f                                       kdt| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  6, I, U, h, t, , , , , , , , - - - (- )- *- .- /- 3- <- Y. n. o. p. ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  , - - )- *- /- 1- 2-             s                                                                                                                                                                                     kd_u| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  2- 3-                                        kdv| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3- <- I- k- - - - - - . 8. Z. o.                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  o. p. . . . |            s            s            s                                                                                                                                                                          	  $If   gd_   kdmw| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p. . . . . . . . . . . . / 0 1 >1 Q1 t1 1 1 1 1 2 B2 V2 5 $5 (5 O5 5 5 5 5 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  . . . . / 0 0 0 >1 u1 1 1 C2 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd'x| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C2 2 2 2 3 3 R4 S4 5 5 O5 5 5 5 #6 Z6 6 6 (7 }7 ~7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  5 #6 66 Y6 m6 6 6 6 6 '7 ;7 }7 ~7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 )8 *8 <8 =8 O8 P8 T8 ]8 8 9 9 9 9 9 õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (7 7                                        kdx| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 8 8 8 *8 =8 P8 R8 S8                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  S8 T8                                        kd5z| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T8 ]8 8 8 8 -9 K9 e9 9 9 9 9                                                                                                             f                                       kd{| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9 9 9 : : : -: @: S: U: V:             s                                                                                                                                                                      kdC|| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
9 9 9 9  : : : : : : : ,: -: R: S: W: `: : : $; %; &; 6; 7; 8; 9; Q; [; \; `; a; b; t; u; ; ; ; ; ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %V: W:                                        kd|| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W: `: ~: : %; &; 7; 8;                                                 f                                                                                                                       kdQ~| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8; 9; a; b; u; ; ; ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; ; < < < < < < < < < < < < < < < < < = 	= 
= = 9= := = = I> J> K> [> \> ]> ^> k> 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %; ; ; ; < < < <                                                 f                                                                                                                       kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  < < < < < < < 	= = = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdӁ| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= 
=                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
= = := = J> K> \> ]>                                                 f                                                                                                                       kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ]> ^> _> > ? ? D? E? v? n@ o@ @ @ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k> o> > ? ? ? D? Q? U? v? ? o@ @ @ @ @ A /A SA TA gA yA zA A A A A A B B /B `B ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  @ A TA A A B aB B B LC MC NC XC cC C C C                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  `B tB B B B 
C KC MC NC cC C C C C C C C C C C C C C D D 1D 2D KD TD UD dD շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\C C                                        kdU| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C C C C D D 2D 4D JD                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  JD KD                                        kd| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               KD TD D D E >E IE uE E E E E                                                                                                 f                                                   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  dD D >E IE \E lE uE |E E E E E E E E E E E E E E F F F F +F -F .F /F ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ E E F F F ,F -F .F                                                             R            I                                   	  $If   gd_ Q  kdD| $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ .F /F WF XF kF ~F F F F F F |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdщ| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
/F GF QF RF VF WF XF jF kF }F ~F F F F F F F 5G H 
H H ,H -H HH xH H H H H H ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ F F                                        kd| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F F 6G QG G G G G H H -H IH [H H H H                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  H H H H H H H H H H H H  I &I 'I <I =I ?I @I AI YI cI dI hI iI jI |I }I I I I I I пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  H H H H H H |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdߋ| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H H 'I >I ?I @I                                     R            I                                                                     	  $If   gd_ Q  kd&| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   @I AI iI jI }I I I I I I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I I                                        kdm| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I 2J ZJ J J J J K 6K xK |K }K ~K                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
I I I I 1J J J J 
K K K -K 5K 6K =K CK wK xK {K |K }K ~K K K K K K K K K زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ~K K K K |            s            s                                                                                                                                                                                           	  $If   gd_   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K K K K K K K L 
L 2L 3L 7L @L AL PL L L ]M aM M N N N 8N 9N ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    K K K K K 
L  L 3L 5L 6L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6L 7L                                        kd5| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7L @L L L ^M M M M N N 9N dN N N                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
9N LN [N cN dN kN qN N N N N N N N N N N N N N N N O 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  N N N N |            s            s                                                                                                                                                                                           	  $If   gd_   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N O O LO P 5P 6P oP P Q Q |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdC| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
O O !O LO P 5P BP FP oP P Q #Q 'Q IQ Q 2R R R R R R $S TS `S dS S ^U U U U U zV {V V V V V V 'X OX PX fX jX X Y Z Z HZ Z Z 4[ p[ [ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Q IQ Q 1R 2R R R R $S SS TS S ^U U U U {V V V V W W W W X X 'X OX PX X                                                                                                                                                                                                                                                                                                                                                                   gd_  X Y Z HZ Z Z 4[ p[ [ \ >\ \ \ \ \ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  [ >\ B\ \ \ \ \ \ \ \ \ \ \ @] A] B] C] ] ] ^ D^ ^ ^ ^ '_ R_ S_ w_ _ _ _ ` ` ` 9` =a a Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $\ \ \ \ \ \ \ \ \ M            H            H            H            H            H            H            H                   gd_   kd| $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   \ ] 
] ] "] #] 2] 3]                                                 _            V            V                                                             	 $If   gd_    kd| $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  3] 4] @] A]                                                                                                                                                                                                                                                          	 $If   gd_  o  kdp| $$If   l       0   T# T                 .                
t  0                                                              4 
l al  A] B] C] N] R] e] m] y]                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd
| $$If   l       0   T# T                 .                
t  0                                                              4 
l al  y] z] ] ] ] 2            )            )            )                      	 $If   gd_    kd| $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ] ^ ^ ^ D^ I^ ^             [                                                                                                                                           kdח| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ^ ^ ^ ^ ^ !_ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  !_ "_ '_ S_ W_ q_ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdi| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q_ r_ w_ _ _ _ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd2| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _ _ ` ` :` d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :` ;` <` F` ` ` ` d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdě| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ` ` ` ` n            e            e                                                                                                                                                               	 $If   gd_    kd| $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ` ` ` `                                                                                                                                                                                                                                                	 $If   gd_  t  kdb| $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` ` ` ` ` ` ` ` `                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd| $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` `                                             kd| $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ` a a a a a a a                                                             A                                  kd| $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  a a a a  a !a "a #a                                                 A                                              kdԠ| $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  #a $a %a &a 'a (a =a                                     A            <            7                  gd_    gd_    kd| $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  =a a a a b b %b 6b 7b Kb Mb                                                                                                                                                                                                                                              E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  
a a a a b b 6b 7b Mb Nb Pb Qb _b `b mb nb b b b b b b b b b b b b b c c c  c !c 3c c e e e e e e e e 󽬗n  h
 h_ CJ OJ QJ ^J aJ  /jħ| hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hz h_ 6 +Mb Nb Ob Pb Qb Yb _b                                     a                                                                                                                             E  kdP| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd| $$If   l 0 
" R                                                           4 
l a   _b `b ib mb nb b b                                     a                                                                                                                             E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd| $$If   l 0 
" R                                                           4 
l a   b b b b b b b                                     a                                                                                                                             E  kd̤| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdm| $$If   l 0 
" R                                                           4 
l a   b b b b b b b                                     a                                                                                                                             E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+| $$If   l 0 
" R                                                           4 
l a   b b b b b b b                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd| $$If   l 0 
" R                                                           4 
l a   b b c c c c l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdH| $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   c c c !c 3c c c d d e e l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd| $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
e f f f f f f f f f g g ^g _g kg lg g g g g h 
h h h Ah Ch Sh Th h h h h h l l l ao do yo o o o p  p |p }p p p q ڱﭦﭓzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_   h
 h_ CJ OJ QJ ^J aJ  /j+| hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ 0e f f g _g lg g g g 	h                                                                                                                                                                                                                                                       S  kd| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  		h 
h h Bh Ch Th h                                     N                                                                                       S  kd| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd$| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   h h h h h ri .j /j k k l l l l l nm m =n n                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdH| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   n n do o p  p ^p |p }p p q q r &s Hs s s s t "t #t ,u -u v v +w ,w ww                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  q q q  q q q r %s &s Hs 
u *u -u v v v ww w w w w w w x x 7x 8x 9x U{ V{ a{ b{ c{ g{ h{ { { { ܮ{shsss                   j| h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  	h_ 5 h8pU h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ %ww w w w w w x 8x                                     j                                                                                                                                           kdڪ| $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  8x 9x Jx x x x 5y 6y Ry y y s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdL| $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
y Sz { { j{ { { | | | | ~ ~ s t * +    $ ԁ  Ճ փ T U                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  { { { { { { | | | ~  ) Ӏ Ԁ ߀           $    ׂ Ճ T   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j| hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj%| h_ U !U  ą Ņ ۅ ܅                                                  e                                                                                                                        F  kdf| $$If   l   l '{6    4   4 
l a] p
        F  kd| $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_   Ņ      ! " C D d e { |     ц ҆     " # = > e f g h i G H T  ꉥ  7 = @ ̊ ފ  ɋ  ' [ z  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    	                                                               5            v  kdL| $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd٭| $$If   l   l '{6    4   4 
l a] p
                 !                                     t                                                                                                                                                             v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ! " ; = C                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C D ] _ d                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdG| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e s u {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { |                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ʆ ̆ ц                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ц ҆ 솥                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdI| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             "                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " # 6 8 =                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = > E J e                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f g h i G H T   ꉥ  8 K                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ǌ ߊ  & Z x  ʋ   ( \ {     Ԍ ݍ ލ   ) < = V                                                                                                                                                                                                                                                                                                                                                                     gd_     Ҍ ӌ Ԍ  
 ) ; p    莥 	  N z   # U V ` j k     Ð пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     Ɏ ʎ 莥    N d z    
   # V ` j                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  j k                                     kd| $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k    Ɛ ܐ   
 !                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Ð Ɛ ې ܐ     " +   ̑ ͑ 쑥 푥      $ A C S T s t u v  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ! "                                     kd| $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               " + M N b c        ͑                                                                                                                                     q                            kdN| $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
͑ 푥                    q            l                                                                                                                                                       gd_    kd| $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdȻ| $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                $ E F Z [ u    ϒ 蒥   , - B                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  B C T t z            q            q                                                                                                                                                                                       	  $If   gd_    kd| $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       t u v      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdܽ| $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            3 5 E F e f h        % D P     ԕ Օ ؕ ╥  B    ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd| $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ʓ ˓ ߓ     4 5 F f                                                                                                             q                                                         kd| $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  f g h      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd| $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdj| $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 씥 픥     Օ                                                             q                                                                                                                             kd| $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Օ ֕ ו ؕ    ϖ Ж ږ 喥 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd~| $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  Ж 喥   " , - M N {   ŗ Η d H J Z [             {   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #喥  " ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  , -                                        kdI| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - N {   ė                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ė ŗ                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ŗ Η f g     I J [                                                                                                   s                                                                        kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kde| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 z {                           s                                                                                                                                                                                   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         Ԛ ߚ a b y  ؞ 9 X  ן < [ Ơ 堥 d  ߡ   7   0 O ¤ ᤥ J i H g ɦ 覥 W v ԧ  ( ) о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -      ߚ    ̛ ֛ ᛥ 뛥 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kds| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
뛥 웥 L c {     0 v w a b y   Ǟ מ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  מ ؞ 㞥 螥             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd-| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   螥 鞥               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      9 G W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ɵ ֟                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֟ ן ⟥ 知             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   知 蟥               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd | $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      < J Z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd_| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ơ Ԡ 䠥                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd:| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   䠥 堥               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' ( d r                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ġ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ġ š ơ ߡ                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A    & 6                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˣ У             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   У ѣ ۣ ࣥ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ࣥ ᣥ 죥              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0 > N                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ¤ Ф थ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   थ ᤥ 줥              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # $ J X h                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        H V f                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ɦ צ 禥                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   禥 覥               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * + W e u                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ԧ ⧥                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kda| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 6 Z z  ¨ è   ' ( ) L ѩ                                                                                                                                                                                        gd_  z  kd~| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) : L g ҩ     . ` a k u v    ̪ ͪ ު ߪ   լ ׬ 笥 謥  Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ѩ ҩ    # . a k u                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	u v                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  ͪ ߪ ᪥                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd1| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 V W w x ƫ % [      ֬                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ֬ ׬ 謥 9 R k   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ( ) 8    ٭ ڭ 	 
 
      ] ^ a r  ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j?| h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    ڭ 	 
   |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
                                        kd~| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  ^ _  
  4 M g |                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_     ^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _ ` a    N ` r s b c |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          M N q r s  ױ 챥 " O a c x      岥 沥  8 9 < E   v w      ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $c m x                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdF| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                沥  ' 9 : ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ; <                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E     㳥 䳥 b д   7 T v w                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_      T   0 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ص ٵ ڵ     T y  ˶ 춥  / 0 3 D Z  ෥    % ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j| h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  0 1 2 3 Y Z ߷ ෥  & ' 1 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd-| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % ' < n o y     Ҹ 㸥 严 縥  [ i  ¹ ڹ ۹ 㹥 幥   @ A C D V h i t  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !1 < o y                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_                                           kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ҹ 严 帥 渥                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  渥 縥                                        kd;| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               縥  Q R r s ¹ ù 乥 幥                                                                                                  Y                              kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 A B C D t 
 . c d               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdI| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      ź ƺ ʺ ˺ 
 .   4 E ĥ ĥ aȥ tȥ ȥ ȥ ȥ ȥ bɥ cɥ eɥ fɥ ɥ ɥ ʥ ʥ >˥ r˥ Ḁ H̥ ̥ ̥ 
Υ +Υ ϥ ϥ #Х $Х <Х =Х MХ NХ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jH| hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j| hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - 3 4 E ¥ ¥ Lå Må ĥ ĥ ĥ ť ť `ȥ aȥ vȥ ȥ cɥ fɥ ɥ ɥ ʥ ʥ =˥ >˥ M˥ _˥                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  _˥ r˥ s˥ x˥ ˥ ˥             f                                                                                                                                                                      kdj| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ˥ ˥ ˥ ˥ ˥ o            f            f            f                                                                                                                                                	  $If   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˥ ˥ ˥ ˥ ˥ o            f            f            f                                                                                                                                                	  $If   gd_    kdF| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˥ ˥ ˥ ˥ ˥ o            f            f            f                                                                                                                                                	  $If   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˥ ˥ ˥ ˥ ˥ o            f            f            f                                                                                                                                                	  $If   gd_    kd"| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˥ ˥ ˥ ˥ ˥ o            f            f            f                                                                                                                                                	  $If   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ˥ ˥ ̥ 
̥ ̥ o            f            f            f                                                                                                                                                	  $If   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ̥ ̥ ̥ "̥ .̥ o            f            f            f                                                                                                                                                	  $If   gd_    kdl| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at .̥ /̥ 0̥ 1̥ ̥ ̥ *Υ +Υ ϥ ϥ ~Х Х Х o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at NХ QХ RХ Х Х ٥ ٥ ݥ #ݥ  +           / a b l v w            ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Х Х `ѥ aѥ ҥ ҥ ҥ ҥ ӥ ԥ ԥ ե ե ֥ ץ ץ Bإ ٥ ٥ ۥ ۥ 9ܥ Fܥ Sܥ `ܥ mܥ ~ܥ                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ~ܥ ܥ ܥ ܥ ܥ ܥ ܥ ܥ  ݥ ݥ ݥ #ݥ Sޥ Tޥ ޥ ޥ sߥ tߥ F G  + `    > k                                                                                                                                                                                                                                                                                                                                                              gd_    gd_     5         $ / b l v                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  v w                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ 0 W ~    ( 2 W                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdk } $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             
  * + @ r s }           r  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     * + 5 @ s } |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd%} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd3} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) 5 \    q                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_        
   
 " T U _ i j v        V ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
  " U _ i |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdA} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i j                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kdO} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  @ k   U                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  V                3 e f p z {      ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ( 3 f p z |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd]	} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z {                                        kd
} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      S U e f l s t u v            * + , îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdk} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  + R     S T U                                                                                                                         f                           kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  U f t u v                              s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdy
} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd3} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + , - / 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  , - 1 :           " < > ? T        п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  0 1                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 : y     ) F }                                                                                                                           f                           kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       " ? I T                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdO} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_           # $ % 5 6 h i j k l m y }    ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    = s $ % 6 h                                                                                     s                                                                                              kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
h i j k l m  N O    4 { |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     3 G z       5 g h r | }             + 4 @ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !{     * 5 h r |                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  | }                                        kdk} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }        *                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  * +                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4        & .                                                             f                                    [            [                     
  $If   gd_ K$  kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
@        
    % & - / D E T V W X p z { | ~     ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ . / E U V W                                     R            I                                                                     	  $If   gd_ Q  kdZ} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a   W X         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	       y  z  {  |                              ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   L  z  {  |                                                                      f                                    [            [                     
  $If   gd_ K$  kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                                  R                                                                                              Q  kd<} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a                                                   R            I                                                                     	  $If   gd_ Q  kdV} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a       & G H m     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     ! " $ % & G H       D ] w x y z       H N ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd } $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ~  w x y z  H                                                                                     Y                                          kd!} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
H O X Y a v         2 G Y s                                                                                                                                                                                                                      	  $If   gd_  S  kd"} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ N O W Y              f g j s   h     ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  s                                                                                                                                                                                                                                                            
& F$ $If   gd_  S  kd=#} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      A T g h i |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd#} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i j                                        kd$} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j s                                                                      f                                    [            [                     
  $If   gd_ K$  kd%} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
          e	 g	 h	 i	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 5 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5       2 L f v       	 "	 2	                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd&} $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   2	 L	 f	 g	 h	                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd)'} $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h	 i	 	 	 	 	 	 	 	 	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		 	                                        kdu(} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 
 
 
 
 4      9                                                                                                 f                                                   kd)} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  5       8 9 : R \ ] ^ ` a b z {     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9 : b {       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd*} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd=+} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 
 
 C                                                                                                      Y                              kd,} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 
 
 
 
 C       G H I a k l m o p q r    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   H I q r                    s                                                                                                                                                                 kdK-} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd.} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   / x    * }                                                                                     Y                                          kdY/} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   x     ) * } ~       	 
   m n o        ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 } ~           1 K S h }                                                                                                                                                                                                         	  $If   gd_  S  kd0} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  }        	                                                                                                                                                                                                                                                 	  $If   gd_  S  kd0} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	 
  n |            s            s                                                                                                                                                                                           	  $If   gd_   kd71} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1} $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
                 ) o         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kd2} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   X l                                                                                                      f                                                        kd
4} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 )          ) C T n                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd4} $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  n         & @ Q k                                                                                                                                                                                                                                S  kdY5} $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_          ( ; < =             s                                                                                                                                                                 kd5} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_               : ; > G  : ; a b           Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ = >                                        kd6} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G  b   I   g  l    	  X  o        +! W! ! !                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_            ! ! ! ! ! ! ! ! 
" " " " " m$ o$ p$ q$ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ! ! ! 
" " " |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " &" ;" P" e" w" " " " " " # # ,# F# N# c#                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd8} $If   K$L$l 0                     x                
t                                4   4 
l a   c# x# # # # # # # $ )$ C$ T$ n$ o$ p$                                                                                                                                                                                                                   	  $If   gd_  S  kdE9} $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  p$ q$ $ $ $ $ $ $ $ $ $ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd9} $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
q$ $ $ $ $ $ $ $ $ $ $ $ % % % & 
' "' ' ' t( ( ( ) ) ) ) ) ) 
* ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ $ $                                        kd:} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ % % & %' ' ' ( ( ) ) ) * %* D* i* * * * *  +                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  
* * )* <* * * * * * * * * * *  + + + + V+ \+ ]+ e+ g+ - - - - - - - - ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   + + + V+ ]+ f+ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd;} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f+ g+ o+ + + + + + + + 
, $, ;, L, b, s, , ,                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd<} $If   K$L$l 0                                     
t                                4   4 
l a   , , , , , , , 	-  - 1- H- _- p- - - - -                                                                                                                                                                                                                            S  kd?=} $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  - - - - - -  . . &. 9. ;. <.             s                                                                                                                                                                 kd=} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - - - - - 8. 9. =. F. X/ /  0 R0 0 S1 o1 1 1 A3 3 (4 =4 4 5 6 6 7 +7 8 W9 j9 v9 9 9 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !<. =.                                        kd>} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =. F. X/  0 0 p1 1 (2 s2 2 2 
3 ?3 3 z4 5 6 .7 /7 67 8 8                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  8 9 S9 r9 9 9 9 : .: M: N: _:                                                                                                             f                                       kd?} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  9 9 9 : : &: 2: E: L: N: ^: _: : : : : : : : : : : ; 
< < < ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  _: : : : : : : :             s                                                                                                                                                                                     kd@} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  : :                                        kdSA} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : 
; ,; N; p; q; ; ; ; ; <                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  < <  < S< x< |            s            s            s                                                                                                                                                                          	  $If   gd_   kdB} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < <  < w< x< y< z< {< < < < < < > > > > ? '? K? _? ? ? ? ? B B B B IC LC C C ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  x< y< z< {< < e> g> > > ? L? ? ? |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdaC} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? 7@ 8@ @ 1A 2A A A B B B KC LC C C C 1D xD D E E 'E 2E eE oE yE                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  C C C C D 0D DD wD D D D E E 2E dE eE oE yE zE E E E E E E E E E E E E E E E E DF hG iG jG zG {G õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (yE zE                                        kdD} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zE E E E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  E E                                        kdoE} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E DF gF F F F G ;G iG jG {G                                                                                                             f                                       kdF} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  {G |G }G G G G G G G G G             s                                                                                                                                                                      kd}G} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
{G |G }G G G G G G G G G G G G G G G @H AH H H H H H H H H H H H  I I I I &I 'I LI MI ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %G G                                        kd7H} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G H AH H H H H                                                 f                                                                                                                       kdI} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H H  I I I 'I :I MI OI PI |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdEJ} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	PI QI                                        kdJ} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MI QI ZI I I J J  J 0J 1J 2J 3J KJ UJ VJ ZJ [J \J nJ oJ J J J J J J J J [K \K K K K K K K K 
L 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %QI ZI xI I J  J 1J 2J                                                 f                                                                                                                       kdSL} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  2J 3J [J \J oJ J J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
M} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kdM} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J \K K K K K                                                 f                                                                                                                       kdO} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K K K /L L L L L M 
N N BN N |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdO} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L L /L L L L L L L M oM N BN UN N N N N N N O O O 7O 8O KO yO O O O O O ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  N N N 8O yO O  P GP P P P P P Q 5Q ?Q IQ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  O P FP ZP P P P P P Q 4Q 5Q ?Q IQ JQ bQ lQ mQ qQ rQ sQ {Q Q Q Q Q Q Q Q Q R շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\IQ JQ                                        kdP} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               JQ rQ sQ Q Q Q Q Q Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Q Q                                        kdQ} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q bR R R R R S VS WS hS S                                                                                                 f                                                   kd7S} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  R bR R R R S S S !S US VS WS gS hS kS S S S S S S S S S S S S S S ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ S S S S S S S S                                                             R            I                                   	  $If   gd_ Q  kd~T} $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdS} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ S S S S 
T T 0T CT ET FT \T |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
S S S S S S S 	T 
T T T BT CT ]T fT gT vT T U U U U U U V  V 'V -V >V ?V ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ \T ]T                                        kdU} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ]T fT T T !U >U WU jU U U U U U  V ?V @V                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  ?V @V AV QV RV UV [V V V V V V V V V V V V V V V W W W W 	W W W .W /W TW UW YW пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  @V AV RV V V V |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdW} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V V V V                                     R            I                                                                     	  $If   gd_ Q  kd`X} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdW} $If   K$L$l 0                                     
t                              4   4 
l a   V V W 	W W /W BW UW WW XW |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdX} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	XW YW                                        kdY} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               YW bW W W 3X EX X X X X Y Y Y Y                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
YW bW cW rW W X X X X X X X X X X X Y Y Y Y Y Y Y .Y /Y 2Y GY PY ZY [Y زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Y Y /Y \Y |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [Y \Y ]Y uY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y MZ NZ Z  [ B[ [ [ [ [ [ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    \Y ]Y Y Y Y Y Y Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Y                                        kdo\} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Y Y NZ Z Z 0[ a[ s[ [ [ [ \ E\ F\                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
[ [ [ \ \ 
\ \ D\ E\ F\ G\ W\ X\ [\ p\ y\ \ \ \ \ \ \ \ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  F\ G\ X\ \ |            s            s                                                                                                                                                                                           	  $If   gd_   kd]} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ \ \ \ \ \ \ ] ] ] ^ z^ ^ ^ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd}^} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\ \ \ \ ] ] ] ] ^ z^ ^ ^ ^ ^ e_ _ &` '` 3` 7` `` ` ` ` a +a b +c 7c ;c hc d d Td Ud ad ed d e e e f 	f 5f g g g g =h zh h i gi ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4^ ^ e_ _ _ &` '` `` ` ` ` +a b *c +c hc d Td Ud d <e =e re e e e e e e 5f                                                                                                                                                                                                                                                                                                                                                                   gd_  5f g g g =h zh h i gi i i ?j @j Kj Wj fj rj j j                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  gi i i >j ?j Kj aj ej j j j j j j j j j k Uk k k 3l il jl l l l m Mm Nm m m m m m n o Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $j j j j j j j j j M            H            H            H            H            H            H            H                   gd_   kd7_} $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   j j j j j j j j                                                 _            V            V                                                             	 $If   gd_    kd_} $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  j j j j                                                                                                                                                                                                                                                          	 $If   gd_  o  kd`} $$If   l       0   T# T                 .                
t  0                                                              4 
l al  j j j j j k k k                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdGa} $$If   l       0   T# T                 .                
t  0                                                              4 
l al  k k k Uk Zk 2            )            )            )                      	 $If   gd_    kda} $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Zk k k k k k -l             [                                                                                                                                           kdc} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  -l .l 3l jl nl l d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdc} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l l l m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdd} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m Nm Sm zm d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdle} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  zm {m m m m m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd5f} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m m 4n 9n En d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdf} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  En Fn In Sn n            e            e                                                                                                                                                               	 $If   gd_    kdg} $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Sn Tn Wn `n                                                                                                                                                                                                                                                	 $If   gd_  t  kdh} $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  `n an bn sn xn n n n n                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd9i} $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  n n                                             kdi} $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          n n n n n n n n                                                             A                                  kd/k} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  n n n n n n n n                                                 A                                              kdl} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  n n n n n n n                                     A            <            7                  gd_    gd_    kdl} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  n o o o o o o o o o                                                                                                                                                                                                                                                   E  kdm} $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	o o o o o o o o o o o o o o o p p +p ,p .p /p [p \p tp up p p p p p p p p p p p q >s ?s Js Ks [s \s 춥x                          /jr} hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *o o o o o o o                                     a                                                                                                                             E  kdn} $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+n} $$If   l 0 
" R                                                           4 
l a   o o p p p p +p                                     a                                                                                                                             E  kdHo} $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdn} $$If   l 0 
" R                                                           4 
l a   +p ,p -p .p /p Ap [p                                     a                                                                                                                             E  kdp} $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo} $$If   l 0 
" R                                                           4 
l a   [p \p gp tp up p p                                     a                                                                                                                             E  kdp} $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdep} $$If   l 0 
" R                                                           4 
l a   p p p p p p p                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd#q} $$If   l 0 
" R                                                           4 
l a   p p p p p p l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdq} $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   p p p p p q q r r cs ds l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd@r} $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
\s `s as Vt Wt bt ct st tt xt yt {t t t t t 	u 
u Qu Su ^u _u u u u u u u u u 1v 3v 4v @v Av y y y | } } 7} \} e} } } ~ ~ -~ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jes} hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ds {t t t t 
u Ru Su _u u                                                                                                                                                                                                                                                       S  kds} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	u u u u u u 2v                                     N                                                                                       S  kdt} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd^t} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2v 3v 4v Av yv w w w x x y y y @z z { r{ { B|                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdu} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   B| C| } ]} } } } ~ ~ .~    Ā 怦 O q     ʂ ˂ j k Ʉ ʄ                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_  -~ .~ ~ ~ ~ ~    À Ā 怦  Ȃ ˂ i k   + / < =     Յ օ ׅ         C D O ۵۵۵ۭۜۋzrgrrr       jv} h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 ' ! 0 < =   օ                                     j                                                                                                                                           kdv} $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  օ ׅ 腦 1 6 u ӆ Ԇ  Z  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdv} $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     X Y   I J     ȍ ɍ     r , s t                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  O P Q U V Y   H  c Ǎ q r } ~           C L U u s  ] ^ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jw} hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj_w} h_ U ! ^ b c y z                                                  e                                                                                                                        F  kdx} $$If   l   l '{6    4   4 
l a] p
        F  kd-x} $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ^ c        ᓦ ⓦ     5 6 R S o p       ۔ ܔ      喦 斦  S   ՗ ۗ ޗ j | O g  ř   N ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdy} $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdy} $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd+z} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    ٓ ۓ ᓦ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ᓦ ⓦ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd,|} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           - / 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd|} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 6 K M R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd}} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R S h j o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd-~} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o p                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd.} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ԕ ֔ ۔                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdـ} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ۔ ܔ 㔦 蔦                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              喦 斦  : T   ֗ 闦                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd/} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          1 e }  Ę   J h   ƙ   M N O P r { |   Ǜ ڛ ۛ  ' (                                                                                                                                                                                                                                                                                                                                                                   gd_  N P Z p q r   Ǜ ٛ  & F I    윦  C       	 / 0 M N a пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ( F T g h     윦   . D E                                                                                                                                                                                                                                                                                                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   	                                     kdڂ} $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	 0 M N d z                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	a d y z      ɞ X Z j k         ߠ ᠦ       9 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd1} $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ɞ 랦 잦    % A B W X Y Z k                                                                                                                                     q                            kd} $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
k                     q            l                                                                                                                                                       gd_    kdE} $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd} $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 㟦 䟦    / 0 B m    ʠ ˠ ࠦ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ࠦ ᠦ   z            q            q                                                                                                                                                                                       	  $If   gd_    kdY} $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ; < = > ? z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd} $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       9 : ; @ I ѡ ӡ 㡦 䡦    2 3 8 A    â ⢦  @ B R S r s v   ࣦ " # V ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "? @                                     kdӉ} $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               @ I h i } ~    ҡ ӡ 䡦                                                                                                              q                                                         kd*} $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     3 4 5 6 7 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd} $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       7 8                                     kd} $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 A   @ A B S s                                                             q                                                                                                                             kd} $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  s t u v  # W m n x  z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd} $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
V W n     ʤ ˤ 뤦 줦  . / c l  榦 覦   J ]            ) * ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #   ʤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ʤ ˤ                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˤ 줦  / 1 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  b c                                        kdא} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l   A B Q  禦 覦  J                                                                                                  s                                                                        kd+} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   * K                         s                                                                                                                                                                                   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  * J K L M N P r }     W v ׬  V u ڭ  d   ! }   հ ? ^ α  `  貦  泦  g    r  ƶ Ƕ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -K L M N O P }   _ j t   |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  ꩦ   0 ] ^  Ϊ       , W e u                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƖ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd%} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ׬ 嬦                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd } $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 9 V d t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۚ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ڭ 警                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; < d r                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdt} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӝ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Į             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Į Ů Ʈ                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdO} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˠ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d }                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd*} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ȯ ͯ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͯ ί د ݯ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݯ ޯ ߯ K   İ ԰                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԰ հ ద 尦             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   尦 氦               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdã} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ? M ]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      α ܱ 챦                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   챦                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdا} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 ` n ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ² 貦                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЪ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J   泦                                                               s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdL} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȭ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G H g u                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd'} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ´ Ǵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǵ ȴ ɴ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W r                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdݱ} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      µ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   µ õ ͵ ҵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҵ ӵ Ե   = ` a   Ŷ ƶ Ƕ 궦 o                                                                                                                                                                                        gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ƕ ض 궦  p     ̷   	   F G X j k | }   s u    Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  o p     ̷  	                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                G k }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdk} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     d ù   . ? O P t                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  t u  ׺  	 " Q |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ƺ Ǻ ֺ P Q R w x     2 4 D E     ( ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jy} h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Q R x     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   L   Ҽ 뼦   2 3                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  3 4 E  |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           (   쾦       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdƺ} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (   뾦 쾦    / u       H I S ] ^          æ æ 8æ :æ Jæ Kæ [æ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   I S ]                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ] ^                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdԼ} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( ) 8 I    ¦ n¦ ¦ ¦ ¦ ¦ æ æ 9æ                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  9æ :æ Kæ æ æ MĦ Ħ Ħ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd(} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [æ \æ væ wæ xæ æ æ æ æ æ Ħ LĦ iĦ Ħ Ħ Ħ Ħ Ħ Ħ Ħ Ŧ ~Ŧ Ŧ Ŧ Ŧ Ŧ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j} h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ħ Ħ Ħ Ħ Ħ Ħ }Ŧ ~Ŧ Ŧ Ŧ Ŧ Ŧ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdg} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ŧ Ŧ Ŧ Ʀ 
Ʀ Ʀ !Ʀ "Ʀ GƦ HƦ pƦ Ʀ Ʀ Ʀ Ʀ Ʀ Ǧ DǦ `Ǧ xǦ yǦ Ǧ Ǧ Ǧ Ǧ Ǧ Ǧ Ǧ Ǧ Ǧ Ȧ Ȧ Ȧ FȦ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Ŧ Ŧ 
Ʀ Ʀ !Ʀ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  !Ʀ "Ʀ                                        kd!} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "Ʀ HƦ pƦ Ʀ Ʀ Ʀ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ʀ Ʀ                                        kdu} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ʀ Ʀ Ʀ Ʀ Ǧ Ǧ `Ǧ aǦ Ǧ Ǧ Ǧ                                                                                                 Y                              kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Ǧ Ǧ Ǧ Ǧ Ǧ Ȧ Ȧ Ȧ ˦ ˦ ͦ ͦ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  FȦ GȦ RȦ SȦ cȦ dȦ hȦ iȦ Ȧ Ȧ ͦ ͦ Φ Φ Ҧ 1Ҧ զ ֦ H֦ J֦ _֦ a֦  צ צ צ צ nצ pצ Uئ jئ ئ ٦ ٦ ٦ tڦ xڦ ۦ ۦ 3ݦ Zݦ ݦ ݦ ݦ ݦ ݦ ݦ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j} hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j=} hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ͦ Φ Φ Φ )Ц *Ц Ц Ц Ҧ Ҧ 1Ҧ Ӧ Ӧ զ զ ֦ a֦ צ צ oצ pצ Uئ jئ ئ ئ ئ ئ                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ئ ٦ ٦ ٦ ٦ #٦             f                                                                                                                                                                      kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  #٦ $٦ )٦ 1٦ =٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at =٦ >٦ C٦ J٦ O٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at O٦ P٦ U٦ \٦ h٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h٦ i٦ q٦ y٦ ~٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd\} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~٦ ٦ ٦ ٦ ٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ٦ ٦ ٦ ٦ ٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd8} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ٦ ٦ ٦ ٦ ٦ o            f            f            f                                                                                                                                                	  $If   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ٦ ٦ ٦ ٦ pڦ qڦ ۦ ۦ ^ݦ _ݦ ަ ަ vަ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ݦ ݦ ݦ vަ ަ e o     B j z            
   ! B C t u v z  O Q a ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %vަ ަ ަ ަ ߦ ߦ L M  ` a i j  E F  e o                                                                                                                                                                                                                                                                                                                                              h^hgd_   
& F  gd_    gd_   gd_   - > O ` a t                 N O   	 9                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  9 :   B C j z         
                                                                                                                                                                                                                                                                                                                                             
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                C u v x y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  y z                                        kdQ} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z      Z      O P                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
P Q b  |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b             % & 2 S T y z {    x ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5           |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  % &                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & T y z { } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~                                         kdm} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    % e   x                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_  x                 5 6 ] ^ _ c l  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd{} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd5} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 \ ] ^ _ a b                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  b c                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l    	 I m  \ l m                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   \ l n ~                  % F G o p ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    m n   |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdQ} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                G n o p q s t                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  p q u ~       
     ) [ \ f p q }       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  t u                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~      ]  }                                                                                                                                  f                           kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_         ) \ f p                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	p q                                        kdm} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_      c d e u v |          $ % / 9 : F b п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # J x     d e                                                                                                                         f                           kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  e v        %                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	% / 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  9 :                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : c d e g ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  b c d e              	 
    ; !	 4	 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ~                                         kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              s                                                                                              kd1} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   	 
  ;   !	 c	 	 	 
 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4	 c	 v	 	 	 	 	 
 ,
 g
 {
 
 
 
      3 = > ? B C b c u v      õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !
 h
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                C c v                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = P } ~                                                                  f                                    [            [                     
  $If   gd_ K$  kdM} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 = } ~                   
 
 
 
 
 
 
 @
 A
 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a     
 A
 T
 g
 z
 
 
 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd!} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A
 
 
 
 
 
     * + \ b c k m        ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 
 
                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
    + \ c l                                                             f                                    [            [                     
  $If   gd_ K$  kd/} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
l m                                          R                                                                                              Q  kdv} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd} $If   K$L$l 0                                     
t                              4   4 
l a          1 2 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          0 1 4 = . /       ( ) *      ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 3 4                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 = z  /     )                                                                                      Y                                          kd+} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
      ) ; U o                                                                                                                                                                                                                              	  $If   gd_  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     o p q r               |       ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ   + ; U o p q                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdw} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  q r        |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd	} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 |      1 {                                                               f                                    [            [                     
  $If   gd_ K$  kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
  0 1 O W {          ) * + - . / < F G     %  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5          . H P e z                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kd} $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd_  S  kdc} $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    / G Z m     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 % B   p q r s                                                                                                   f                                                   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   n q r s                v w z  þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      > Q d w x y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y z                                        kdw} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z  - U                                                                                                        Y                              kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 , .              	 
  
       νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ       5 H [ n                s                                                                                                                                                                 kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd?} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 b                                                                                              Y                                          kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  a            "  #  +  -  ! ! ! ! ! ! " " 
" %" /" 0" 1" 3" 4" 5" ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5     #  ,  -  5  J  _  q              ! !                                                                                                                                                                                                         	  $If   gd_  S  kdM} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! -! G! a! q! ! ! ! !                                                                                                                                                                                                                                                 	  $If   gd_  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! ! ! " |            s            s                                                                                                                                                                                           	  $If   gd_   kdq} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " 
" 5" 6" I" \" o" " " " " |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd+} $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
5" 6" H" I" " " " " Z# J% K% L% \% ]% i% n% % % 
& A& C& I& J& R& T& M( O( ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  " "                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " Z# # # 
$ $ J% K% L% ]%                                                                                                 f                                                        kdG} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
]% % C& J& S& T& \& q& & & & & & & '                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd ~ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ' &' 7' Q' Y' n' ' ' ' ' ' ' 	( #( 4( N( O(                                                                                                                                                                                                                            S  kd ~ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  O( P( Q( y( z( ( ( ( ( ( ( (             s                                                                                                                                                                 kd%~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  O( P( Q( i( s( t( u( w( x( y( z( ( ( ( ( ( ( ) ) ) )  * * * + + _, `, I- ^- `- a- Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ( (                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( )  * a* * * :+ + , `, 
- `- a- h- - - 
. =. i. . . . !/ U/                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  a- h- m. . . . %/ 8/ </ T/ U/ V/ f/ g/ / / / / / 2 
2 2 2 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   U/ V/ g/ / / / |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd3~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / 0 0 /0 I0 Z0 t0 0 0 0 0 0 0 1                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd~ $If   K$L$l 0                     x                
t                                4   4 
l a   1 1 +1 =1 W1 q1 1 1 1 1 1 1 2 
2 2                                                                                                                                                                                                                   	  $If   gd_  S  kd~ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  2 2 72 82 K2 ^2 q2 2 2 2 2 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd~ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
2 '2 12 22 62 72 82 J2 K2 2 2 2 2 a3 3 Z4 4 4 !5 65 6 '6 6 6 F7 [7 \7 ]7 d7 7 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 2 2                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 a3 [4 4 95 F5 5 *6 6 ]7 d7 7 7 7 8 8 =8 \8 8 8                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  7 7 7 7 "8 58 A8 T8 `8 s8 {8 8 8 8 8 8 8 8 8 8 8 9 9 K; M; N; O; g; q; r; v; ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  8 8 8 8 8 9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd-~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 9 
9 9 19 C9 U9 l9 9 9 9 9 9 9  : : (: ):                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd~ $If   K$L$l 0                                     
t                                4   4 
l a   ): 1: C: U: g: y: : : : : : : ; $; 5; L; M;                                                                                                                                                                                                                            S  kdy~ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  M; N; O; w; x; ; ; ; ; ; ; ;             s                                                                                                                                                                 kd	~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  v; w; x; ; ; ; ; ; ; < (= = = > > 
? o? ? @ oA A A B 5C C ]D D D qF F G G 'G sG 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !; ;                                        kd	~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; < = > ? ? ? @ 0@ @ @ @ oA B 7C _D D D D pF qF                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  qF F F G /G oG G G G G G G                                                                                                             f                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  sG G G G G G G G G G G G @H AH BH eH fH gH kH lH pH yH I I I I ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  G AH BH fH gH lH nH oH             s                                                                                                                                                                                     kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  oH pH                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pH yH H H H H I I 1I SI uI I I                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  I I I I J |            s            s            s                                                                                                                                                                          	  $If   gd_   kd
~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I I J J J J J %J )J -J 4J SJ 9L LL {L L L L L L 0M DM M M UP aP eP P P P Q 1Q ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  J J J J SJ L L 9L {L L L 1M M |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M (N N N O O TP UP P P P Q `Q Q Q R eR R R R R S 
S S                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1Q `Q sQ Q Q Q Q R )R dR xR R R R S S 
S S S 0S :S ;S ?S @S AS SS TS fS gS yS zS S S S S S U U U U U õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (S S                                        kdU~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S @S AS TS gS zS S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  S S                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S T <T jT T T T U U U                                                                                                             f                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  U U U CU DU WU jU }U U U U             s                                                                                                                                                                      kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
U U U 3U =U >U BU CU DU VU WU iU jU U U U U U U aV bV cV sV tV uV vV V V V V V V V V V V V V ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %U U                                        kdq~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U U bV cV tV uV                                                 f                                                                                                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  uV vV V V V V V V V V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V V                                        kd9~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V 9W :W W W W W W W W W W W W W W X 
X X  X EX FX JX SX vX wX X X Y Y Y Y Y Y Y Y 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %V V W :W W W W W                                                 f                                                                                                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  W W W W 
X  X 3X FX HX IX |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	IX JX                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JX SX wX X Y Y Y Y                                                 f                                                                                                                       kdU~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Y Y Y Y YZ ZZ Z Z Z [ [ [ "\ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y Y Y XZ YZ ZZ Z Z Z Z 
[ [ [ [ "\ 5\ X\ l\ \ \ \ \ \ \ \ \ ] *] X] Y] l] ] ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  "\ Y\ \ \ ] Y] ] ] 4^ ^ ^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ] ] ] ] 3^ G^ ^ ^ ^ ^ ^ ^ ^ ^ ^  _ 
_ _ _ _ _ _ 6_ H_ I_ n_ o_ _ _ _ _ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\^ ^                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^ _ _ 6_ I_ \_ o_ q_ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  _ _                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ _  ` 1` C` {` ` ` ` ` a 3a                                                                                                 f                                                   kdq~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  _  ` {` ` ` ` ` ` ` ` ` ` a a 	a a 'a 1a 3a 9a :a Aa Ca Xa Ya ha ja ka la ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 3a :a Ba Ca Ya ia ja ka                                                             R            I                                   	  $If   gd_ Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd+~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ka la a a a a a a a a a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdE ~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
la a a a a a a a a a a a a a b b b rb @c Jc Kc ic jc c c c c c c c ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ a a                                        kd ~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a b sb b b b b c @c Kc jc c c c c c                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  c c c c c c c $d *d +d 2d 4d =d cd dd yd zd |d }d ~d d d d d d d d d d d d d d пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  c c c $d +d 3d |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdS"~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3d 4d dd {d |d }d                                     R            I                                                                     	  $If   gd_ Q  kd#~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
#~ $If   K$L$l 0                                     
t                              4   4 
l a   }d ~d d d d d d d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd'$~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kd$~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d  e oe e e e f )f Hf sf f f f f                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
d  e e e ne f (f )f Gf Hf [f jf rf sf zf f f f f f f f f f f f f f f f زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 f f f f |            s            s                                                                                                                                                                                           	  $If   gd_   kd5&~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f g g g "g #g $g 6g 7g Ig Jg og pg tg }g ~g g g g h h h Li Vi Wi ui vi ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    f f #g $g 7g Jg ]g pg rg sg |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd&~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sg tg                                        kd'~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               tg }g g )h h h h i Li Wi vi i i i                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
vi i i i i i i i i i i i i i j j !j "j #j $j %j &j Mj 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  i i i #j |            s            s                                                                                                                                                                                           	  $If   gd_   kd(~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #j $j %j &j Mj Nj j @k rk sk k l Sl Tl |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd)~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Mj Zj ^j j @k rk k k k l Tl `l dl l m om m m m m m an n n n n p p p p q q q q q q r &r ds s s s s s u Ku Lu u u v qv v w ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Tl l m nm om m m m an n n n p p p q q q q &r r r s %s As Qs ds s s s                                                                                                                                                                                                                                                                                                                                                                   gd_  s u Lu u u v qv v w Dw {w w w w w x x #x 'x                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  w {w w w w w w x #x &x 'x .x /x }x ~x x x x x Ty y y z z dz z z z z z { K{ L{ Q{ v{ z| ,} Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $'x (x )x *x +x ,x -x .x /x M            H            H            H            H            H            H            H                   gd_   kdq*~ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   /x Cx Jx Ox _x `x ox px                                                 _            V            V                                                             	 $If   gd_    kd+~ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  px qx }x ~x                                                                                                                                                                                                                                                          	 $If   gd_  o  kd+~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ~x x x x x x x x                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd,~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  x x x x x 2            )            )            )                      	 $If   gd_    kd-~ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     x Ny Oy Ty y y y             [                                                                                                                                           kdK.~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  y y y z z ^z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^z _z dz z z z d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd/~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z z z z z { d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd0~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  { { { L{ Q{ w{ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdo1~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w{ x{ y{ { { { { d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd82~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  { { { { n            e            e                                                                                                                                                               	 $If   gd_    kd3~ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           { { { {                                                                                                                                                                                                                                                	 $If   gd_  t  kd3~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  { {  | | | | %| ,| 8|                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kds4~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  8| 9|                                             kd5~ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          9| D| H| O| V| W| X| Y|                                                             A                                  kdi6~ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Y| Z| [| \| ]| ^| _| `|                                                 A                                              kdH7~ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  `| a| b| c| d| e| z|                                     A            <            7                  gd_    gd_    kd'8~ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  z| -} .} G} H} a} r} s} } }                                                                                                                                                                                                                                                   E  kd9~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	,} -} .} 4} 5} G} H} r} s} } } } } } } } } } } } } } } ~ ~ *~ +~ ,~ 0~ 1~ N~ O~ P~ \~ ]~ o~ 7 ܀ ݀ 耧 逧   춥x                          /j8>~ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *} } } } } } }                                     a                                                                                                                             E  kd9~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kde9~ $$If   l 0 
" R                                                           4 
l a   } } } } } } }                                     a                                                                                                                             E  kd:~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd#:~ $$If   l 0 
" R                                                           4 
l a   } } } } } } }                                     a                                                                                                                             E  kd@;~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd:~ $$If   l 0 
" R                                                           4 
l a   } } ~ ~ ~ ~ *~                                     a                                                                                                                             E  kd;~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd;~ $$If   l 0 
" R                                                           4 
l a   *~ +~ ,~ -~ .~ /~ 0~                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd]<~ $$If   l 0 
" R                                                           4 
l a   0~ 1~ >~ ?~ M~ N~ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd<~ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   N~ O~ P~ ]~ o~ 6 7 ) *   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdz=~ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
             A B         D F X Y }    σ у ҃ ރ ߃ N O [    Պ   [ \   ˋ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j>~ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0  " B      E                                                                                                                                                                                                                                                       S  kd?~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	E F Y ~   Ѓ                                     N                                                                                       S  kd*@~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd?~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Ѓ у ҃ ߃   j k X Y N O [ އ 9   y                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kd@~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    ቧ   [ \    ̋ 2 3 D b  펧  ( D ^ _ h i  	 g h                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_  ˋ ̋ C D T \ 1 3 D a b  I f i  	 (  ɒ ͒ ڒ ے + , A B s t u        ᖧ ▧ 햧 ۵۵۵ۭۜۋzrgrrr       j2B~ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '  Β ڒ ے , B t                                     j                                                                                                                                           kdNA~ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  t u  ϓ ԓ  q r   5 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdA~ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
5  T U    B C 痧 藧 @ A   f g 4 5 O `  ʝ                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  햧      B C 旧 ?  e     , - 1 2 3 4 5 > O ` ᜧ ꜧ       ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j C~ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjB~ h_ U !       ,                                                 e                                                                                                                        F  kdC~ $$If   l   l '{6    4   4 
l a] p
        F  kdgC~ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    . R S V W ] ^       ӡ ԡ   
  / 0 G H ^ _ y z          & ? s y |     : c   짧 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3, - . 7 E R S                                                             5            v  kdD~ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdMD~ $$If   l   l '{6    4   4 
l a] p
         S T U V W [ \ ]                                     t                                                                                                                                                             v  kdeE~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ] ^ w y                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdfG~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ˡ ͡ ӡ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ӡ ԡ 顧 롧                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdH~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdgI~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
  ( * /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / 0 ? A G                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         G H V X ^                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdhK~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ _ r t y                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y z                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 ؤ  & @ t                           |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdiM~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ϥ   O b   覧  : T d   맧 짧      0 V e x y  ũ Ʃ                                                                                                                                                                                                                                                                                                                                                                   gd_  짧      0 F e w  ĩ 䩧 穧 $ E V   ᪧ J _      ͫ Ϋ 뫧 쫧  пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ʃ 䩧    $ T U V    ̪ ⪧ 㪧 I J T _                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdN~ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                Ϋ 뫧 쫧   . D F ]                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	    - . C D ^ g    	 ( ) * + Q R W ` }        ׮ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ] ^                                     kdkO~ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^ g     ì ߬ ଧ     	                                                                                                                                     q                            kdP~ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
	 ) * + R S T U V             q            l                                                                                                                                                       gd_    kdQ~ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  V W                                     kd<R~ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               W `      ͭ έ ୧  $ 9 N h i ~                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ~    z            q            q                                                                                                                                                                                       	  $If   gd_    kdS~ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ٮ ڮ ۮ ܮ ݮ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdPT~ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ׮ خ ٮ ޮ 箧 o q      Я ѯ ֯ ߯ - 9 U a   ް ధ       4 ~    ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ݮ ޮ                                     kd
U~ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ޮ 箧     > Z [ p q                                                                                                               q                                                         kddV~ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     ѯ ү ӯ ԯ կ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd!W~ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       կ ֯                                     kdW~ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ֯ ߯ ( ) ް ߰ ధ                                                               q                                                                                                                             kd5Y~ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      4      ! z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdY~ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ! S T ^ h i    ̲ Ͳ  
      货  * + , K L M N O R [  ǵ ȵ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #! T ^ h                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  h i                                        kdZ~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i   Ͳ ϲ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                            kd\~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   ߳ ೧ ﳧ @    货 +                                                                                                 s                                                                        kde]~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  + , M N O P Q |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd^~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R                                        kd^~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [   ȵ 鵧                         s                                                                                                                                                                                   kd-`~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ȵ 赧 鵧 굧 뵧 쵧         u    x   !    : T s ݾ  l        § $§ § § ç /ç dħ eħ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -鵧 굧 뵧 쵧          ' |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd`~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' (    η   7 l      ʹ                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_     $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd b~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_b~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W u                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|c~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ź             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:d~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ź ƺ к պ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   պ ֺ ׺                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdWe~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdtf~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U V x                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2g~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     û Ȼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȼ ɻ ӻ ػ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOh~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ػ ٻ ڻ                                         s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
i~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdli~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*j~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʼ ϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ м ڼ ߼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGk~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߼ ༧ 뼧              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ) 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kddl~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"m~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | } 齧 2 T b r                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd?n~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\o~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdo~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ݾ 뾧                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyp~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7q~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > ? l z                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdTr~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kds~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǿ ̿             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdqs~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̿ Ϳ ο                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/t~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLu~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdu~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
v~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiv~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'w~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      T U                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdw~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDx~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      § § #§                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kday~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #§ $§ /§ 4§             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4§ 5§ ?§ D§             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D§ E§ P§ U§             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~z~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U§ V§ `§ e§             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e§ f§ g§ § § §                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<{~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   § § § §             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   § § § §             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   § § § §             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY|~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   § § § §             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd|~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   § § § ç ç .ç                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .ç /ç :ç ?ç             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv}~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?ç @ç Jç Oç             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Oç Pç [ç `ç             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4~~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `ç aç kç pç             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pç qç rç ç ç ç ç ç Uħ Vħ cħ dħ eħ ħ 
ŧ                                                                                                                                                                                        gd_  z  kd~~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eħ vħ ħ ħ ŧ Bŧ Sŧ Tŧ Uŧ jŧ ŧ ŧ ŧ ŧ ŧ ŧ ŧ ŧ Ƨ 	Ƨ Ƨ Ƨ 5Ƨ >Ƨ ȧ ȧ #ȧ $ȧ 4ȧ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  
ŧ ŧ Bŧ Tŧ Uŧ _ŧ jŧ ŧ ŧ ŧ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	ŧ ŧ                                        kdQ~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ŧ ŧ 	Ƨ Ƨ Ƨ 4Ƨ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  4Ƨ 5Ƨ                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5Ƨ >Ƨ Ƨ Ƨ Ƨ Ƨ ǧ aǧ ǧ ǧ ǧ ǧ ǧ ǧ ȧ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ȧ ȧ $ȧ uȧ ȧ ȧ ȧ ȧ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4ȧ 5ȧ Oȧ Pȧ Qȧ dȧ eȧ tȧ ȧ ȧ ȧ ɧ ɧ Eɧ Fɧ Iɧ Rɧ ʧ ʧ ʧ ʧ ˧ ˧ ˧ ˧ ˧ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j~ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ȧ ȧ ɧ Eɧ Fɧ Gɧ Hɧ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd8~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Hɧ Iɧ                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Iɧ Rɧ ɧ ɧ ɧ Iʧ Tʧ pʧ ʧ ʧ ʧ ʧ ʧ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ʧ ʧ ʧ ˧ |            s            s                                                                                                                                                                                           	  $If   gd_   kdF~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˧ ˧ ˧ ˧ ˧ U̧ V̧ ̧ ̧ ̧ ̧ ͧ ͧ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd ~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˧ U̧ V̧ ̧ ̧ ̧ ̧ ̧ ̧ ͧ (ͧ ^ͧ ͧ ͧ ͧ ͧ ͧ ͧ ͧ ͧ ͧ !Χ "Χ QΧ tΧ uΧ xΧ Χ 7ϧ :ϧ Ч Ч Ч Ч Ч Ч Ч ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ͧ ͧ ͧ ͧ ͧ ͧ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ͧ ͧ                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͧ "Χ QΧ cΧ uΧ vΧ wΧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  wΧ xΧ                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xΧ Χ Χ Χ Χ Χ ϧ  ϧ ϧ Ч ,Ч MЧ sЧ Ч Ч Ч Ч                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Ч Ч Ч :ѧ ѧ ѧ )ҧ lҧ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdb~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ч Ч ѧ ѧ ѧ )ѧ *ѧ 9ѧ Zѧ ѧ ѧ ѧ ҧ (ҧ Jҧ kҧ lҧ oҧ ҧ ҧ ҧ ӧ Nӧ Oӧ Pӧ aӧ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j~ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  lҧ mҧ nҧ oҧ ҧ ҧ ӧ ӧ Pӧ bӧ cӧ mӧ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       aӧ cӧ xӧ ӧ ӧ ӧ ӧ ӧ ӧ ӧ ԧ ԧ  ԧ #ԧ ,ԧ ԧ ԧ ԧ ԧ է է է !է 1է 2է |է }է է է է է է է է ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !mӧ xӧ ӧ ӧ ӧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ӧ ӧ                                        kd[~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӧ ӧ ԧ  ԧ !ԧ "ԧ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  "ԧ #ԧ                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #ԧ ,ԧ ԧ ԧ ԧ ԧ ԧ ԧ  է !է 2է                                                                                                 Y                              kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
2է }է ~է է է է F֧ j֧ ا ا 7ۧ Dۧ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  է է է է ֧ ֧ ֧ ֧ F֧ j֧ 7ۧ Dۧ pܧ ܧ ߧ ߧ               z  }    F g   _ ` x y   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j~ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jw~ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Dۧ oܧ pܧ ܧ ݧ ݧ ާ ާ ߧ ߧ ߧ 5 6       
    y z                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kdޏ~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdL~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd(~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   % - 9 o            f            f            f                                                                                                                                                	  $If   gd_    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 : B I N o            f            f            f                                                                                                                                                	  $If   gd_    kdr~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N O W ^ j o            f            f            f                                                                                                                                                	  $If   gd_    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j k l m   f g      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdN~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at        
 T _ V g     $ % 1 5 Q U V k             !    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %     S T   =     Y   ~  
 S T u                                                                                                                                                                                                                                                                                                                                           h^hgd_   
& F  gd_    gd_   gd_         % < S T _   - .     V g    L z                                                                                                                                                                                                                                                                                                                                                               gd_    gd_    !  q        % Q U V ` k                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd7~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! ` l      + d n                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd_ 	  $If   gd_  
    7 |            s            s                                                                                                                                                                                           	  $If   gd_   kdߖ~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          6 7 8 : F J f g |             &  	 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 7 8 9 : f g q |   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdS~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & e q    '  	 &	 '	                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  	 &	 (	 8	 9	 ?	 F	 G	 H	 I	 ^	 	 	 	 	 	 	 	 	 	 	 	 
 

  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    '	 (	 9	 G	 |            s            s                                                                                                                                                                                           	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G	 H	 I	 S	 ^	 	 	 	 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	                                        kdo~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 	 	 	 	 	  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_   
 
                                        kdÝ~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 

 I
 U
 |
 
 
    
                                                                                                                                                                                                                                                                                                                                                                                                                            
& F! $If   gd_ 	  $If   gd_    
    # * + , - . : > Y Z o         

 
 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph       + |            s            s                                                                                                                                                                                           	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , - . Z d o    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdџ~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 

 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  
 
 
 
                 < = G f g h îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
 
                                        kdߡ~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 [
 g
 
 
 
  S                                                                                                                            f                           kd3~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_                                    s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                = g h i k l                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  h i m v       ! " # $ ^ x z {          п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  l m                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m v     6 e                                                                                                                             f                           kdO~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_    " # $ ^ {                            s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd	~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdè~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_        & ' ( ) _ ` a q r            ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & ( ) : y  ` a r                                                                                      s                                                                                              kdk~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
           8 p  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd%~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   7 K o      [ \ q                 L M g p | õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  [ \ f q                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd߬~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ' : M O f                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  f g                                        kd3~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p      . [ b j                                                             f                                    [            [                     
  $If   gd_ K$  kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
|     - . 1 F O Y [ a b i k                ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ j k                                         R            I                                                                     	  $If   gd_ Q  kdΰ~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdA~ $If   K$L$l 0                                     
t                              4   4 
l a          + , - |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 * + . 7 Z           	    ! 0 2 8 9 : ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J - .                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . 7 Z        
                                                             f                                    [            [                     
  $If   gd_ K$  kdi~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  

  ! 1 2 3 4                                     R                                                                                              Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd#~ $If   K$L$l 0                                     
t                              4   4 
l a   4 5 6 7 8 9                                     R            I                                                                     	  $If   gd_ Q  kdʵ~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=~ $If   K$L$l 0                                     
t                              4   4 
l a   9 : b        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	: R \ ] ^ ` a b                  4 = T   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              Y                                          kde~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
         
    7  Q  Y  n                                                                                                                                                                                                                             	  $If   gd_  S  kd~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     
! ! ! ! (! 2! 3! 4! 6! 7! 8! W! X! ! ! ! ! ! " " " " " " ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ          
! ! !                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ! ! 8! X! }! ! ! ! ! |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdC~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! !                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! " H" " " " " #  # )#                                                             f                                    [            [                     
  $If   gd_ K$  kdQ~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
" " " " " # #  # (# *# $ $ $ $ $ $ $ $ $ $ $ $ $ $ 0% 1% 4% =% % q& ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 )# *# 2# G# \# n# # # # # # # $ $ *$ D$ ^$ n$                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd~ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   n$ $ $ $ $                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd~ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $ $ $ $ $ % % 1% 2% 3% |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3% 4%                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4% =% % % '& p& ' ' ' ' "' u'                                                                                                 f                                                   kd=~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  q& ' ' ' ' !' "' t' u' v' ' ' ' ' ' ' ' ' ' ( ( ( !( þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ u' v' ' ' ' ' ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( !( ( ( 6) ) * * *  * 1*                                                                                                 Y                              kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
!( ( ( 5) 6) ) * * *  * 0* 1* * * * * * * * * * * * + + "+ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  1* * * * * * * * + +  + !+             s                                                                                                                                                                 kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  !+ "+                                        kdy~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "+ ++  , ', k, , S- T- U- f- -                                                                                     Y                                          kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
"+ ++ + , Q- S- T- U- e- f- - - - - - - B/ D/ E/ F/ V/ W/ / / / / / / / / / / ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 - - - - - - - - . ). C. S. m. . . . .                                                                                                                                                                                                         	  $If   gd_  S  kd~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  . . . . / )/ C/ D/ E/                                                                                                                                                                                                                                                 	  $If   gd_  S  kd~ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  E/ F/ W/ / |            s            s                                                                                                                                                                                           	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / / / / 
0  0 30 40 50 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kde~ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
/ / / / 20 30 60 ?0 0 2 2 2 2 2 3 3 !3 e3 3 3 3 3 3 3 3 5 5 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  50 60                                        kd-~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               60 ?0 0 X1 1 1 ;2 2 2 2 2                                                                                                 f                                                        kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
2 e3 3 3 3 3 3 4 $4 94 K4 e4 4 4 4                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd;~ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  4 4 4 4 4 5 !5 65 H5 b5 |5 5 5 5 5 5 5                                                                                                                                                                                                                            S  kd~ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5 5 5 6 6 +6 >6 Q6 d6 w6 x6 y6             s                                                                                                                                                                 kd_~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  5 5 5 6 6 6 6 6 6 6 6 *6 +6 v6 w6 z6 6 G7 v7 w7 7 7 Q8 R8 79 L9 9 9 : : : : Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ y6 z6                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z6 6 G7 7 7 R8 8 8 N9 9 9 : : : ; E; ; ; ; < ;< g< < < <                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  : ; < < "< :< < < < < < < = = I= O= P= X= Z= ? ? ? ? ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   < < = I= P= Y= |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdm~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y= Z= b= w= = = = = = = > ,> => W> h> > > >                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd'~ $If   K$L$l 0                     x                
t                                4   4 
l a   > > > > > ?  ? :? T? e? ? ? ? ? ?                                                                                                                                                                                                                   	  $If   gd_  S  kd~ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? ? ? ? @ "@ 5@ 6@ 7@ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdK~ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
? ? ? ? ? ? ? ? ? 4@ 5@ 8@ A@ @ +A A IB ^B B B C C ,D AD D D D D E FE ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 7@ 8@                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8@ A@ @ A aB B B QC C DD D E BE aE E E E E E ;F <F                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  FE YE eE xE E E E E E F F 2F :F ;F <F =F MF NF F F F F F H H H H I I I I ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  <F =F NF F F F |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdg~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F F F F 
G !G 8G IG `G wG G G G G G                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd!~ $If   K$L$l 0                                     
t                                4   4 
l a   G G G G H H .H EH \H mH H H H H H H H                                                                                                                                                                                                                            S  kd~ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  H H H I I )I <I OI bI uI wI xI             s                                                                                                                                                                 kdE~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  I I I (I )I tI uI yI I J J \K K .L L L 
M )M }N 
O dO yO *P P WQ Q RR gR T T T T T U 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !xI yI                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yI I J \K .L L *M dM M M +N IN {N 
O O P Q jR kR rR T T                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  T OT T T T 
U ,U KU jU U U U                                                                                                             f                                       kdS~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  U $U 0U CU OU bU nU U U U U U U U U V V V 	V 
V V V 4W IW JW KW ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  U U U V V 
V V 
V             s                                                                                                                                                                                     kd
~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
V V                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V $V FV hV V V V V V W 5W JW                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  JW KW \W W W |            s            s            s                                                                                                                                                                          	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KW [W \W W W W W W W W W W W Y Y Z ,Z OZ cZ Z Z Z Z [ 1[ ] ] ^ *^ ^ ^ ^ ^ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  W W W W W Y Y Y Z PZ Z Z [ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ s[ t[ [ m\ n\ -] .] ] ] *^ ^ ^ ^ ^ 5_ m_ _ ` X` Y` c` n` ` ` `                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ^ ^ _ 4_ H_ l_ _ _ _ ` ` X` Y` n` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a *a +a /a 8a a b b b b b õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (` `                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` a a +a -a .a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  .a /a                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /a 8a a a a b &b @b wb b b b                                                                                                             f                                       kd7~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  b b b b b b c c .c 0c 1c             s                                                                                                                                                                      kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
b b b b b b b b b b b c c -c .c 2c ;c |c }c c  d d d d d d ,d 6d 7d ;d <d =d Od Pd bd cd d d ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %1c 2c                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2c ;c Yc }c  d d d d                                                 f                                                                                                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d d <d =d Pd cd vd d d d |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	d d                                        kds~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d Ze [e \e le me ne oe e e e e e e e e e e e e e e f f f f $g %g &g 6g 7g 8g 9g Fg 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %d d d d [e \e me ne                                                 f                                                                                                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ne oe e e e e e e e e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e e                                        kd;~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e f f %g &g 7g 8g                                                 f                                                                                                                       kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8g 9g :g kg g g h  h Qh Ii Ji ~i i |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdI~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Fg Jg kg g g g h ,h 0h Qh h Ji ~i i i i i 
j .j /j Bj Tj Uj sj tj j j j j j 
k ;k ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  i i /j tj j j <k k k 'l (l )l 3l >l ql {l l                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ;k Ok k k k k &l (l )l >l pl ql {l l l l l l l l l l l l l m 
m &m /m 0m ?m շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\l l                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               l l l l l l 
m m %m                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  %m &m                                        kdW~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               &m /m m m m n $n Pn n n n n                                                                                                 f                                                   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ?m m n $n 7n Gn Pn Wn ]n n n n n n n n n n n n n n n n n o o 	o 
o ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ n n n n n o o 	o                                                             R            I                                   	  $If   gd_ Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kde~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 	o 
o 2o 3o Fo Yo lo o o o o |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

o "o ,o -o 1o 2o 3o Eo Fo Xo Yo ~o o o o o o p p p p q q #q Sq \q cq iq zq {q ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ o o                                        kd9~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o o p ,p ]p zp p p p p q $q 6q \q {q |q                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  {q |q }q q q q q q q q q q q r r r r r r r 4r >r ?r Cr Dr Er Wr Xr jr kr r r r пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  |q }q q q q q |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q q r r r r                                     R            I                                                                     	  $If   gd_ Q  kd~ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdG~ $If   K$L$l 0                                     
t                              4   4 
l a   r r Dr Er Xr kr ~r r r r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kda~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r r                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               r r 
s 5s os s s s s t St Wt Xt Yt                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
r r r r s s s s s s s t t t t t Rt St Vt Wt Xt Yt Zt jt kt nt t t t t زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Yt Zt kt t |            s            s                                                                                                                                                                                           	  $If   gd_   kdo~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t t t t t t t t t t t t 
u u u u u +u u u 8v <v ~v v v v w w ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    t t t t t t t u u u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd)~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               u u u u 9v lv v v v v w ?w w w                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
w 'w 6w >w ?w Fw Lw w w w w w w w w w w w w w w w w 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  w w w w |            s            s                                                                                                                                                                                           	  $If   gd_   kd7~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w w w w 'x x y y Jy y y y |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
w w w 'x x y y !y Jy y y y z $z z 
{ b{ c{ o{ s{ { { /| ;| ?| g| 9~ g~ s~ w~ ~ U V       * + A E q  邨 ꂨ # y   K  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4y $z z { 
{ b{ c{ { { .| /| g| 9~ f~ g~ ~ V    x y  À ߀   * + q                                                                                                                                                                                                                                                                                                                                                                   gd_  q  ꂨ # y   K  ℨ  { |      Ņ                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_     z {     ą Ņ ̅ ͅ     Z    o    - . R    鈨 ꈨ    ʊ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Ņ ƅ ǅ ȅ Ʌ ʅ ˅ ̅ ͅ M            H            H            H            H            H            H            H                   gd_   kd~ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ͅ ᅨ 腨 텨   
                                                  _            V            V                                                             	 $If   gd_    kdI~ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ) - @ H T                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  T U Z   2            )            )            )                      	 $If   gd_    kdX~ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      솨 톨   $ i             [                                                                                                                                           kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  i j o    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdN~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     . 2 L d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  L M R    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ꈨ   d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ! p u  d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdr~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd;~ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al        É ʉ ։                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ։ ׉                                             kdJ  $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ׉ ≨ 扨 퉨                                                                 A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                              A            <            7                  gd_    gd_    kda $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   ˊ ̊ 动 抨    % '                                                                                                                                                                                                                                                   E  kd@ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	ʊ ˊ ̊ Ҋ ӊ 动 抨   ' ( * + 9 : G H g h j k     ȋ ɋ ʋ ΋ ϋ 싨 틨    
 Ռ z {     춥x                          /jr	 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *' ( ) * + 3 9                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   9 : C G H [ g                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd] $$If   l 0 
" R                                                           4 
l a   g h i j k }                                      a                                                                                                                             E  kdz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a         ȋ                                     a                                                                                                                             E  kd8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ȋ ɋ ʋ ˋ ̋ ͋ ΋                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ΋ ϋ ܋ ݋ 단 싨 l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   싨 틨   
 Ԍ Ռ Ǎ ȍ   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            ߏ  8 9 E F     ␨ 䐨     - . m o p | } 씨 픨  ; > S s     V W i ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j	 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0    9 F    㐨                                                                                                                                                                                                                                                       S  kd@
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	㐨 䐨    . n                                     N                                                                                       S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd
 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   n o p }  L  	   씨 픨  | ו H   ~                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ~  >    8 V W j К њ ⚨   "   Ɯ ✨         Q                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  i j ᙨ ♨   Ϛ њ ⚨    " 睨     Ɵ Q g k x y ɠ ʠ ߠ ࠨ    / 0 ; < = A B    ۵۵۵ۭۜۋzrgrrr       jl
 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'Q ] l x y ʠ ࠨ                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_    $ m r    ,  Ӣ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Ӣ -   D   न ᤨ   ަ ߦ M N   ҩ ө    h   . /                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_        न ᤨ  ݦ       ʩ ˩ ϩ Щ ѩ ҩ ө ܩ        .   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j: hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj
 h_ U !/      ʮ                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    ̮         > ? U V q r     ͯ ί 寨 毨     ? @ A B C ! " .  Ĳ ݲ        ش  5 T  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ʮ ˮ ̮ ծ 㮨                                                               5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           7 9 >                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         > ? M O U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U V i k q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ư ȯ ͯ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ͯ ί ݯ ߯ 寨                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         寨 毨                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            $ ?                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? @ A B C ! " . v  Ĳ ޲  % Y                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y m      4 R   ش   6 U        ζ     0 c d                                                                                                                                                                                                                                                                                                                                                                   gd_        ζ 䶨   J b   · 㷨  ( T  踨  / 0 : D E k l    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  d     ·    ( > T j   縨 踨   0 : D                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  D E                                     kdN $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               E l     ̹ ⹨ 乨                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_  	    ˹ ̹ Ṩ ⹨       ƺ Ǻ Ⱥ ɺ ﺨ      - . M N O P u Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ' ( < = a } ~                                                                                                                                          q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 Ǻ Ⱥ ɺ                  q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdv $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                    4 5 O k l ~  » ׻ 컨                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_    . N z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       N O P w x y z { z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       u v w |  
     ? @ B n o t } ˽ ׽    * | ~       Ҿ  ^ _  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "{ |                                     kdG  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |      ܼ       @                                                                                                             q                                                         kd! $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  @ A B o p q r s z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd[" $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       s t                                     kd# $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t } ƽ ǽ | } ~                                                               q                                                                                                                             kdo$ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      Ҿ _      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd,% $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         ' ( U j k   > "¨ $¨ 4¨ 5¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ Uè eè fè ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( U k m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdK' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 @ A } ~   #¨ $¨ 5¨ ¨ ¨                                                                                                 s                                                                        kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ¨ ¨ ¨ ¨ ¨ ¨ ¨ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdY) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ¨ ¨                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¨ ¨ Tè Uè fè è                         s                                                                                                                                                                                   kdg+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  fè è è è è è è è è ;Ǩ <Ǩ SǨ Ǩ Ǩ Ȩ 2Ȩ Ȩ Ȩ ɨ 5ɨ ɨ ɨ >ʨ ]ʨ ʨ ʨ ˨ ̨ {̨ ̨ 
ͨ )ͨ ͨ ͨ $Ψ CΨ "Ϩ AϨ Ϩ Ϩ 1Ш PШ Ш Ш Ҩ Ҩ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -è è è è è è è YĨ ZĨ Ĩ Ĩ Ĩ Ĩ Ĩ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd!, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ĩ Ĩ &Ũ =Ũ UŨ lŨ Ũ Ũ Ũ 
ƨ Pƨ Qƨ ;Ǩ <Ǩ SǨ hǨ Ǩ Ǩ Ǩ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Ǩ Ǩ Ǩ Ǩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǩ Ǩ Ǩ Ǩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd:- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǩ Ǩ Ǩ Ǩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǩ Ǩ Ǩ Ǩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǩ Ǩ Ǩ Ȩ !Ȩ 1Ȩ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1Ȩ 2Ȩ =Ȩ BȨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BȨ CȨ MȨ RȨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   RȨ SȨ ^Ȩ cȨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cȨ dȨ nȨ sȨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sȨ tȨ uȨ Ȩ Ȩ Ȩ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd20 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȩ Ȩ Ȩ Ȩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȩ Ȩ Ȩ Ȩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȩ Ȩ Ȩ Ȩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȩ Ȩ Ȩ Ȩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȩ Ȩ Ȩ ɨ $ɨ 4ɨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4ɨ 5ɨ @ɨ Eɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Eɨ Fɨ Pɨ Uɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Uɨ Vɨ aɨ fɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   fɨ gɨ qɨ vɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vɨ wɨ xɨ ɨ ɨ ɨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɨ ɨ ɨ ɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɨ ɨ ɨ ɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɨ ɨ ɨ ɨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɨ ɨ ɨ  ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ʨ ʨ ʨ >ʨ Lʨ \ʨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ʨ ]ʨ hʨ mʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mʨ nʨ xʨ }ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }ʨ ~ʨ ʨ ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʨ ʨ ʨ ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʨ ʨ ʨ ʨ ʨ ʨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʨ ʨ ʨ ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʨ ʨ ʨ ʨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʨ ʨ ˨ 	˨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	˨ 
˨ ˨ ˨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˨ ˨ ˨ ˨ ˨ ˨  ̨ ̨                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdy9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ !̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !̨ "̨ ,̨ 1̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1̨ 2̨ =̨ B̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B̨ C̨ M̨ R̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R̨ S̨ T̨ {̨ ̨ ̨                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ ̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ ̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ ̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ ̨             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̨ ̨ ̨ 
ͨ ͨ (ͨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (ͨ )ͨ 4ͨ 9ͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9ͨ :ͨ Dͨ Iͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Iͨ Jͨ Uͨ Zͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zͨ [ͨ eͨ jͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jͨ kͨ lͨ ͨ ͨ ͨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͨ ͨ ͨ ͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͨ ͨ ͨ ͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͨ ͨ ͨ ͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͨ ͨ ͨ ͨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͨ ͨ ͨ $Ψ 2Ψ BΨ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   BΨ CΨ NΨ SΨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   SΨ TΨ ^Ψ cΨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cΨ dΨ oΨ tΨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tΨ uΨ Ψ Ψ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ψ Ψ Ψ Ψ Ψ "Ϩ 0Ϩ @Ϩ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @Ϩ AϨ LϨ QϨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QϨ RϨ \Ϩ aϨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~C $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   aϨ bϨ mϨ rϨ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rϨ sϨ }Ϩ Ϩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϩ Ϩ Ϩ Ϩ Ϩ Ϩ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϩ Ϩ Ϩ Ϩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϩ Ϩ Ϩ Ϩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϩ Ϩ Ϩ Ϩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϩ Ϩ Ϩ Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш 1Ш ?Ш OШ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdvF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OШ PШ [Ш `Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Ш aШ kШ pШ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pШ qШ |Ш Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш Ш Ш Ш                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш Ш Ш             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ш Ш 	Ѩ Ѩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ѩ Ѩ Ѩ 4Ѩ TѨ yѨ Ѩ Ѩ Ѩ Ѩ Ҩ Ҩ Ҩ &Ҩ Ҩ                                                                                                                                                                                        gd_  z  kd,J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҩ Ҩ &Ҩ AҨ Ҩ Ҩ Ҩ Ҩ Ҩ Ө :Ө ;Ө EӨ OӨ PӨ Ө Ө Ө Ө Ө Ө Ө Ө Ө ը ը ը ը ը Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Ҩ Ҩ Ҩ Ҩ Ҩ Ҩ Ө ;Ө EӨ OӨ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	OӨ PӨ                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PӨ Ө Ө Ө Ө Ө                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ө Ө                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ө Ө 0Ԩ 1Ԩ QԨ RԨ Ԩ Ԩ 5ը Zը jը {ը ը ը ը                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ը ը ը ֨ ,֨ E֨ ^֨ ֨ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd3M $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ը ը ը ը ը ֨ ֨ ֨ ֨ ֨ ֨ ֨ ֨ ֨ ֨ ֨ ֨ nب pب ب ب 7٨ 8٨ ;٨ L٨ d٨ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jM h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ֨ ֨ ֨ ֨ ֨ ֨ ֨ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdrN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ֨ ֨                                        kd,O $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֨ ֨ 8ר 9ר ר ר ר ب 'ب Aب Vب nب oب                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  oب pب ب 8٨ |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8٨ 9٨ :٨ ;٨ d٨ ٨ ٨ (ڨ :ڨ Lڨ Mڨ <ۨ =ۨ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd:Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d٨ ٨ ٨ 'ڨ (ڨ Kڨ Lڨ Mڨ kڨ ڨ ڨ ڨ )ۨ ;ۨ =ۨ Rۨ ۨ ۨ ۨ ۨ ۨ ۨ ۨ ۨ ܨ ܨ ܨ ܨ ܨ ܨ Pި Qި tި vި ި ި ި ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $=ۨ Gۨ Rۨ ۨ ۨ ۨ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ۨ ۨ                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۨ ۨ ۨ ܨ ܨ ܨ ܨ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ܨ ܨ                                        kdHS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܨ ܨ dܨ eܨ tܨ ܨ ܨ ܨ <ݨ ݨ ݨ ݨ ި .ި Pި Qި uި                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  uި vި ި ި .ߨ ߨ ߨ 
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ި ި ި ި ި ި ި ި ި .ߨ Sߨ ߨ ߨ ߨ ߨ 	 
 
  4 [      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jVU h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  
   
 3 4        |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          H I S ] ^        5 C             0 B C N  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  I S ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ] ^                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + , L M                                                                                                      Y                              kd=Y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     N   = >               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                [ m ; N     < = ? @      L  "     o      ' ( ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j^ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jZ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - 
   e f & ' Z [ m   : ; P  = @       ' 9                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  9 L M R Z _             f                                                                                                                                                                      kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  _ ` e m y o            f            f            f                                                                                                                                                	  $If   gd_    kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y z    o            f            f            f                                                                                                                                                	  $If   gd_    kd[ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdb\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd\ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd>] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd] $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  	 
        X Y  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd^ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( + ,         ~          	 ; < F P Q ] ~          ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  : ;                       - : G X                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  X i z          - .   M N   !   :    
 E
 u
                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  u
 v
 
  ~         	 < F P                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  P Q                                        kdq_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 1 X      1                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  L M W a b n        L  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5         M W |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  a b                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   6 a   K                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_             . / 9 C D P q r      0 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd5f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            / 9 C |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C D                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    E   /                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  0                
 ? @ J T U a     ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdQj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             
 @ J T |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T U                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      - / ? @ F M N O P e             îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , Z    - . /                                                                                                                         f                           kdmn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  / @ N O P Z e                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd'o $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_                    . ` a k u v   п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  
                                         kd5q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S _       W                                                                                                                           f                           kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_         # . a                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdCs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	a k u                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  u v                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_              ! ! ! " " B" C" D" E" F" G" S" W" w" ]$ p$ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kdQu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       ! M! ! ! " B"                                                                                     s                                                                                              kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
B" C" D" E" F" G" w" ($ )$ ]$ $ $ % U% |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd_w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p$ $ $ $ $ 
% !% T% h% % % % % & A& B& L& V& W& o& y& z& {& ~& & & & & & & & ' ' ' õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !U% % % % & & B& L& V&                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  V& W&                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W& & & & & & & & '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ' '                                        kdmy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' y' ' ' ' ' ' '  ( (                                                             f                                    [            [                     
  $If   gd_ K$  kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
' y' ' ' ' ' ' ' ' ' ' ' '  ( ( 	( ( ( .( 0( 1( 2( J( T( U( V( X( Y( Z( |( }( ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ( 	( ( /( 0( 1(                                     R            I                                                                     	  $If   gd_ Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd{{ $If   K$L$l 0                                     
t                              4   4 
l a   1( 2( Z( }( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}( ( ( ( ( ( S) T) U) V) f) g) ) ) ) ) ) ) ) ) ) ) ) ) ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ( (                                        kdO} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( &) T) U) V) g) ) ) )                                                             f                                    [            [                     
  $If   gd_ K$  kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
) ) ) ) ) ) )                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd] $If   K$L$l 0                                     
t                              4   4 
l a   ) ) ) ) ) )                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   ) )  * !* "* G* Z* m* n* o* |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	) ) ) ) ) ) )  * !* "* l* m* p* y* j+ k+ , 7, Q, R, S, T, d, e, f, , , , "- (- ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ o* p*                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p* y* * X+ k+ Q, R, S, T, e, "-                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
"- )- 2- 3- ;- P- e- w- - - - - - - . !. 3. M.                                                                                                                                                                                                                      	  $If   gd_  S  kdY $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ (- )- 1- 3- . . . . . . . . . . . . . @/ A/ D/ M/ Y/ / B0 Y0 Z0 [0 \0 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  M. g. w. . . . .                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  . . . . / ./ A/ B/ C/ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C/ D/                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D/ M/ / / Z0 [0 \0 m0 0 0 0                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
\0 l0 m0 0 0 0 0 0 0 0 ?2 A2 B2 C2 [2 e2 f2 g2 i2 j2 k2 x2 2 2 2 2 2 2 a3 4 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 0 0 0 0 0 1 &1 @1 P1 j1 1 1 1 1 1 1 1 2                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdE $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   2 &2 @2 A2 B2                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd׈ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B2 C2 k2 2 2 2 2 2 2 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 2                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 a3 ~3 3 4 4 4 4 4 4 5                                                                                                 f                                                   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  4 4 4 4 4 4 4 5 5 5 ,5 65 75 85 :5 ;5 <5 T5 U5 5 5 5 5 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5 5 <5 U5 z5 5 5 5 5 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 i6 6 6 7 7 7 7 7 7                                                                                                 Y                              kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
5 h6 j6 6 6 7 7 7 7 7 7 7 !8 "8 #8 ;8 E8 F8 G8 I8 J8 K8 L8 8 8 8 νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  7 "8 #8 K8 L8 q8 8 8 8 8 8 8             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 9 9 	: R: : : : ; W;                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8 8 9 R: : : : : ; ; W; X; ^; _; g; i; < < < < < < G= H= I= a= k= l= m= o= p= q= ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 W; X; _; h; i; q; ; ; ; ; ; ; < %< -< B< W<                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W< i< < < < < < < <                                                                                                                                                                                                                                                 	  $If   gd_  S  kdS $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  < < < H= |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       H= I= q= r= = = = = = = = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
q= r= = = = = = = > @ @ @ @ @ @ @ @ A IA }A A A A A A C C ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  = =                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > > 2? F? ? @ @ @ @                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
@ A A A A A A A A A A B B .B HB                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  HB bB sB B B B B B B  C C +C EC _C pC C C                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  C C C C C C C C D D D D             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  C C C C C C C C C C C C C D D D !D D E E ;E <E E E F F G G H H H H Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ D D                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D !D D <E E E #F vF F AG G FH H H H H 2I II yI I I J 1J ]J J                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  H H I I I I aJ tJ xJ J J J J J J J J J J GM IM JM KM ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   J J J J J J |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J  K K *K ?K QK kK K K K K K K L  L (L =L                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kda $If   K$L$l 0                     x                
t                                4   4 
l a   =L RL gL yL L L L L L M M .M HM IM JM                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  JM KM sM tM M M M M M M M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
KM cM mM nM rM sM tM M M M M M M N N O O O ]P rP NQ cQ Q Q R R R R R R ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M M                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M N O O uP P P fQ Q R R R R S CS ZS yS S S S                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  R R S S ^S qS }S S S S S S S S S S S S 0T 6T 7T ?T AT V V V V V V V V ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  S S S 0T 7T @T |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @T AT IT [T mT T T T T T T T U &U <U MU dU eU                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd[ $If   K$L$l 0                                     
t                                4   4 
l a   eU mU U U U U U U U V "V 9V JV `V qV V V                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  V V V V V V V V  W W W W             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V V V V V W W W  W 2X dX X ,Y Y -Z IZ Z Z \ \ ] ] ] q^ ^ _ _ ` a 1b Db Pb cb b 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !W W                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W  W 2X X Y JZ Z [ M[ l[ [ [ \ \ T] s^ _ ` 	` ` a a                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  a a -b Lb kb b b b c 'c (c 9c                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  b b b b b  c c c &c (c 8c 9c |c }c ~c c c c c c c c d d d d ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  9c }c ~c c c c c c             s                                                                                                                                                                                     kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c c                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c d (d Jd Kd md d d d d                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  d d d -e Re |            s            s            s                                                                                                                                                                          	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d Qe Re Se Te Ue ae ee ie pe e ug g g g g h %h 9h lh h h h k k k k #l &l Zl ml ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Re Se Te Ue e ?g Ag ug g g &h mh h |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h i i di j j j j k k k %l &l Zl l l m Rm m m m n n ?n In Sn                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ml l l l l 
m m Qm em m m m m n >n ?n In Sn Tn ln vn wn {n |n }n n n n n n n n n n n o Bp Cp Dp Tp Up õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Sn Tn                                        kdɥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tn |n }n n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  n n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o Ao xo o o o p Cp Dp Up                                                                                                             f                                       kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Up Vp Wp p p p p p p p p             s                                                                                                                                                                      kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Up Vp Wp op yp zp ~p p p p p p p p p p p q q q q q q q q q q q q q q q q q  r r &r 'r ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %p p                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p p q q q q q                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  q q q q q r r 'r )r *r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*r +r                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               'r +r 4r ur vr r r r 
s s s 
s %s /s 0s 4s 5s 6s Hs Is [s \s s s s s s s 5t 6t t t t t t t t t 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %+r 4r Rr vr r r s s                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  s 
s 5s 6s Is \s os s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s s 6t t t t t                                                 f                                                                                                                       kdɰ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t t t 	u u u u u u v v w ^w |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t 	u u u u u u u u Iv v w /w ^w qw w w w w w w w x x %x Sx fx x x x x ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^w w w x Sx x x !y py y y y y y z z #z                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  x x  y 4y oy y y y y y z z z #z $z <z Fz Gz Kz Lz Mz Uz rz z z z z z z z z շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\#z $z                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               $z Lz Mz rz z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  z z                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z z <{ m{ { { { { 0| 1| B| o|                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  z <{ { { { { { { { /| 0| 1| A| B| E| Z| c| m| o| u| v| }| | | | | | | | ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ o| v| ~| | | | | |                                                             R            I                                   	  $If   gd_ Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ | | | | | | 
} } }  } 6} |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
| | | | | | | | | | | } } 7} @} A} P} } |~ ~ ~ ~ ~ ~ ~ ~     ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 6} 7}                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               7} @} } } } ~ 1~ D~ |~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_     + , / 5 ` f g n p y                 	 . / 3 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ    , ` g o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdǸ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p                                         R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a        	  / 1 2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	2 3                                        kdU $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 <  Ӏ 
  Z e                                                                                                                                                                                                                                                                                                                                                                                                                       
& FT $If   gd_ 	  $If   gd_  
3 < = L  Z d e                 	  ! * 4 5 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   	 6 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 7 O Y Z ^ _ ` r s        ɂ ' ( փ ڃ       ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    6 7 _ ` s      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ( e ׃ 
 ; M    ݄                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 ń Ԅ ܄ ݄ 䄩 ꄩ     ! 1 2 5 J S ] ^ _ ` a b  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f    ! 2 _ |            s            s                                                                                                                                                                                           	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ` a b   Ņ |   膩 T   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   Ņ |    膩 T     ?     
  :  ͉ ى ݉  ׋    B   . / ; ? b  Ȏ Ɏ ߎ ㎩  Y     T  鑩 A ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  ?      :  ̉ ͉  ׋   B  . / b   L a }   Ȏ Ɏ                                                                                                                                                                                                                                                                                                                                                                    gd_   Y    T  鑩 A     % 1 @ L _ c                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  A     % ; ? _ b c j k      /   
 C D  ˕ ̕  ' ( Z      h Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $c d e f g h i j k M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   k                                                        _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdX $$If   l       0   T# T                 .                
t  0                                                              4 
l al     Ǔ ˓ ޓ 擩                                      z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al     / 4 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     4                   [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_    
 D H  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ̕ Е ꕩ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ꕩ 땩  ( - T d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  T U Z    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     # - n            e            e                                                                                                                                                               	 $If   gd_    kdu $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           - . 1 :                                                                                                                                                                                                                                                	 $If   gd_  t  kdJ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  : ; < M R Z a h t                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  t u                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          u                                                                    A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   i j      Ø Ř                                                                                                                                                                                                                                                   E  kdz $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	h i j p q     Ř Ƙ Ș ɘ ט ؘ 嘩 昩    	 5 6 N O f g h l m       s   $ % 5 6 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *Ř Ƙ ǘ Ș ɘ ј ט                                     a                                                                                                                             E  kd8 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ט ؘ ᘩ 嘩 昩                                       a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a       	  5                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdU $$If   l 0 
" R                                                           4 
l a   5 6 A N O Y f                                     a                                                                                                                             E  kdr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   f g h i j k l                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   l m z {   l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd0 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        r s e f = > l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
6 : ; 0 1 < = M N R S U } ~ ֝ ם 㝩 䝩 + - 8 9       ˞ ̞  
       ٥ ܥ   6 ?      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0> U ^ ~ ם 䝩 , - 9                                                                                                                                                                                                                                                        S  kdz $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	     ̞                                      N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    
   S ꟩         u 棩 L                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kd0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     ܥ 7   ֦    n o    ) K d      D E   ﭩ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_        m o        C E d ﭩ  	   g h } ~    ͱ α ٱ ڱ ۱ ߱ ౩   ) ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'ﭩ  
   h ~                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_    ®   O   ʯ 4 q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd4 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
q ˰   Ⱪ 2 3 ~  # $ | } 뵩 쵩   p q   L  M N ̺ ͺ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ) * + / 0 3 ~  " { =  K L W X h i m n o p q z    & / O M ̺ 7 8 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jt hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj
 h_ U !ͺ 8 < = S T h                                                 e                                                                                                                        F  kdN $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  8 = j         ܼ ݼ     , - I J k l       ݽ ޽ ߽ ཀྵ Ὡ   ̿ - b {    D V )© A© v© © © © (é ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3h i j s                                                                5            v  kd4 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                               t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ռ ׼ ܼ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܼ ݼ 뼩                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           % ' ,                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         , - B D I                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I J d f k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k l { }                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ½ ݽ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ݽ ޽ ߽ ཀྵ Ὡ   ̿  . b |                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ? W     $© B© v© © © © © 'é (é )é *é Lé Uĩ Vĩ lĩ ĩ ĩ ĩ ĩ ĩ ũ ũ                                                                                                                                                                                                                                                                                                                                                                   gd_  (é *é 4é Jé Ké Lé lĩ ĩ ĩ ĩ ĩ  ũ  ũ #ũ `ũ ũ ũ ũ ũ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ 	ǩ 
ǩ 'ǩ (ǩ ;ǩ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ũ  ũ .ũ Aũ Bũ `ũ ũ ũ ũ ũ ũ ũ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ Ʃ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ʃ Ʃ                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ʃ 
ǩ 'ǩ (ǩ >ǩ Tǩ jǩ ǩ ǩ ǩ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	;ǩ >ǩ Sǩ Tǩ iǩ jǩ ǩ ǩ ǩ ǩ 2ȩ 4ȩ Dȩ Eȩ dȩ eȩ fȩ gȩ ȩ ȩ ȩ ȩ ɩ ɩ ɩ ɩ ɩ ɩ ɩ ɩ ʩ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ǩ ǩ                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ǩ ǩ ǩ ǩ ǩ ǩ ǩ ȩ ȩ 1ȩ 2ȩ 3ȩ 4ȩ Eȩ                                                                                                                                     q                            kd6 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Eȩ eȩ fȩ gȩ ȩ ȩ ȩ ȩ ȩ             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ȩ ȩ                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ȩ ȩ ȩ ȩ ȩ ȩ ȩ 	ɩ 
ɩ ɩ Gɩ `ɩ uɩ ɩ ɩ ɩ ɩ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ɩ ɩ ɩ ɩ z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ɩ ɩ ɩ ʩ ʩ ʩ ʩ ʩ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ʩ ʩ ʩ ʩ #ʩ ʩ ʩ ʩ ʩ ʩ ʩ ʩ ˩ 
˩ ˩ ˩ i˩ u˩ ˩ ˩ ˩ ˩ ̩ ̩ ,̩ -̩ L̩ M̩ P̩ Z̩ p̩ ̩ ̩ ̩ 0ͩ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ʩ ʩ                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ʩ #ʩ Bʩ Cʩ Wʩ Xʩ zʩ ʩ ʩ ʩ ʩ ʩ ʩ                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ʩ ʩ ʩ 
˩ ˩ ˩ ˩ ˩ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ˩ ˩                                     kdR $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ˩ ˩ d˩ e˩ ̩ ̩ ̩ -̩ M̩                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  M̩ N̩ O̩ P̩ p̩ ̩ 1ͩ Gͩ Hͩ Rͩ ]ͩ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdf $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
0ͩ 1ͩ Hͩ ]ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ Ω 	Ω =Ω FΩ Ω ϩ ϩ ϩ ϩ $Щ 7Щ fЩ gЩ hЩ Щ Щ Щ Щ Щ Щ Щ Щ ѩ ѩ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #]ͩ ͩ ͩ ͩ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ͩ ͩ                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͩ ͩ ͩ 	Ω Ω <Ω                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  <Ω =Ω                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =Ω FΩ Ω Ω ϩ ϩ +ϩ |ϩ ϩ ϩ ϩ $Щ gЩ                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  gЩ hЩ Щ Щ Щ Щ Щ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Щ Щ                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Щ Щ Щ Щ ѩ %ѩ                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ѩ $ѩ %ѩ &ѩ 'ѩ (ѩ *ѩ Lѩ Wѩ ԩ ԩ ԩ 1թ Pթ թ թ 0֩ O֩ ֩ ֩ >ש ]ש ש ש Wة vة ٩ ٩ ک 8ک ک ک :۩ Y۩ ۩ ۩ ܩ ܩ Aݩ `ݩ ݩ ݩ Lީ kީ ߩ ߩ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -%ѩ &ѩ 'ѩ (ѩ )ѩ *ѩ Wѩ ѩ ѩ 9ҩ Dҩ Nҩ Yҩ cҩ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
cҩ dҩ ҩ ҩ ҩ 
ө 7ө 8ө sө ө ө ө ԩ ԩ ԩ թ 1թ ?թ Oթ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  Oթ Pթ [թ `թ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `թ aթ kթ pթ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pթ qթ |թ թ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   թ թ թ թ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   թ թ թ թ թ թ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   թ թ թ թ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   թ թ թ թ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   թ թ թ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ 0֩ >֩ N֩                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N֩ O֩ Z֩ _֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _֩ `֩ j֩ o֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o֩ p֩ {֩ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ֩ ֩ ֩                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ֩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֩ ֩ ֩ ש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ש ש ש ש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ש ש ש >ש Lש \ש                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ש ]ש hש mש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mש nש xש }ש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }ש ~ש ש ש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ש ש ש ש             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ש ש ש ש ש ש                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ש ש ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة 'ة ,ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,ة -ة 7ة <ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <ة =ة >ة Wة eة uة                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uة vة ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة ة ة             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ة ة ة %٩ n٩ ٩ ٩ ٩                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩ ٩ ٩ ٩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩ ٩ ٩ ٩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩ ٩ ٩ ٩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩ ٩ ٩ ٩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٩ ٩ ٩ ک 'ک 7ک                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7ک 8ک Cک Hک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hک Iک Sک Xک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xک Yک dک iک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iک jک tک yک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yک zک {ک ک ک ک                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک ک ک ک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک ک ک ک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک ک ک ک             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ک ک ۩ ۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۩ 	۩ 
۩ :۩ H۩ X۩                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X۩ Y۩ d۩ i۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i۩ j۩ t۩ y۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y۩ z۩ ۩ ۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۩ ۩ ۩ ۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۩ ۩ ۩ ۩ ۩ ۩                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۩ ۩ ۩ ۩             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۩ ۩ ۩ ܩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܩ ܩ 
ܩ ܩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܩ ܩ ܩ "ܩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "ܩ #ܩ $ܩ ܩ ܩ ܩ ܩ ܩ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܩ ܩ ܩ ܩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܩ ܩ ܩ ܩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܩ  ݩ ݩ ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ ݩ  ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ݩ !ݩ "ݩ Aݩ Oݩ _ݩ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ݩ `ݩ kݩ pݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pݩ qݩ {ݩ ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ ݩ ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ ݩ ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ ݩ ݩ ݩ ݩ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ ݩ ݩ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݩ ݩ 	ީ ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ީ ީ ީ ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ީ  ީ *ީ /ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /ީ 0ީ 1ީ Lީ Zީ jީ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   jީ kީ vީ {ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {ީ |ީ ީ ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ީ ީ ީ ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ީ ީ ީ ީ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ީ ީ ީ ީ ީ ߩ :ߩ ;ߩ ߩ ߩ ߩ ߩ ߩ ߩ I                                                                                                                                                                                        gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߩ ߩ ߩ ߩ J ~            ! 2 D E V W q z M O _ ` p Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  I J ~                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! E W Y p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  p q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q z     >      ) * N                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  N O `     + |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p q       * + , Q R              ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j' h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  + , R     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   &        
                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               	 O d      " # - 7 8 ] ^      s v     $ % 5 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   # - 7                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  7 8                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    # [ \  H h                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_    % v  ' e  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 P Q R e f u    & C d        X     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j  h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        W X     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ! " J [ \ _ h    : R S [ ] m n           ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " J \ ] ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ^ _                                        kd## $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h     : ; \ ] n                                                                                                 Y                              kdw$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
n          s              s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd1% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    ! , - = > B C   s        " $ 9 ;     H  J  / D     N R   
 4       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j0* hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j% hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -           q r    ;   I  J  / D                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kdR& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    $ ) o            f            f            f                                                                                                                                                	  $If   gd_    kd.' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ) * / 6 B o            f            f            f                                                                                                                                                	  $If   gd_    kd' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B C K S X o            f            f            f                                                                                                                                                	  $If   gd_    kd
( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X Y a i u o            f            f            f                                                                                                                                                	  $If   gd_    kdx( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at u v ~   o            f            f            f                                                                                                                                                	  $If   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdT) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     J K   8 9   P o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    P \ ? I      D T ` a m q             N O P T ] )! +! ;! ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %P \     &	 '	 y	 : ; C D      ? I                                                                                                                                                                                                                                                                                                                                              h^hgd_   
& F  gd_    gd_   gd_     ) : ; N a x      i j        ( )                                                                                                                                                                                                                                                                                                                                                                 gd_    gd_    ]    D T a                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O P R S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  S T                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T ]     4  \  g        )! *!                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
*! +! <! s! |            s            s                                                                                                                                                                                           	  $If   gd_   kdS- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;! <! r! s! t! v! ! ! ! ! ! ! ! ! !  " " -" ." S" T" U" Y" b" # R$ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 s! t! u! v! ! ! ! ! ! ! |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd
. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  !  "                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " ." S" T" U" W" X"                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  X" Y"                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y" b" " " " " ?# c# # R$ b$ c$                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  R$ b$ d$ t$ u$ {$ $ $ $ $ $ $ $ $ $ $ $ % % 7% 8% 9% =% F% & ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    c$ d$ u$ $ |            s            s                                                                                                                                                                                           	  $If   gd_   kdo1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ $ $ $ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd)2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ % 6% 7% 8% 9% ;% <%                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  <% =%                                        kd74 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =% F% % % % % #& G& & 6' F' G'                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  & 6' F' H' X' Y' _' f' g' h' i' j' v' z' ' ' ' ' ' ' ' ' '  ( !( I( J( ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    G' H' Y' g' |            s            s                                                                                                                                                                                           	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g' h' i' j' ' ' ' ' ' ' |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdE6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' '                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' !( H( I( J( K( M( N(                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  J( K( O( X( ) ) ) ) ) ) ) ) ) * 5* 6* @* J* K* W* x* y* * * * * îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  N( O(                                        kdS8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O( X( ( ( ( ( 7) W) ) ) ) )                                                                                                                         f                           kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ) ) ) ) ) ) * 6* @* J*                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kda: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	J* K*                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K* y* * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  * * * * =, >, ?, O, P, V, ], ^, _, `, , , , , , , , 	- - -  - <- п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  * *                                        kdo< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * $+ R+ r+ + + + >, ?,                                                                                                                         f                           kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ?, P, ^, _, `, , , , , ,                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd}> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	, 	- -                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  - -                                        kd7? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - =- >- ?- A- X-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  <- =- >- ?- Y- b- c. d. e. / / / / / / / / / / / / / 0 1 2 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 X- Y-                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y- b- d. e. v. . . / / / /                                                                                     s                                                                                              kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
/ / / / / / 0 1 1 1 =2 t2 2 2 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2 =2 P2 s2 2 2 2 2 3 A3 U3 3 3 3 3 3 3 3 3 
4 4 4 4 4 4 <4 =4 O4 P4 4 4 4 4 4 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !2 B3 3 3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3 3                                        kdSC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 4 =4 P4 c4 v4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  4 4                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 5 *5 W5 X5 Y5 j5 5 5 5                                                             f                                    [            [                     
  $If   gd_ K$  kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
4 5 W5 X5 Y5 i5 j5 m5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 5 5 5 5 5 5                                     R            I                                                                     	  $If   gd_ Q  kdBG $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdF $If   K$L$l 0                                     
t                              4   4 
l a   5 5 5 6 .6 A6 T6 g6 h6 i6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6 f6 g6 j6 s6 6 6 6 6 6 7 7 67 <7 =7 E7 G7 \7 ]7 l7 n7 t7 u7 v7 ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J i6 j6                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j6 s6 6 6 6 6 6 7 67 =7 F7                                                             f                                    [            [                     
  $If   gd_ K$  kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
F7 G7 ]7 m7 n7 o7 p7                                     R                                                                                              Q  kd$K $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdJ $If   K$L$l 0                                     
t                              4   4 
l a   p7 q7 r7 s7 t7 u7                                     R            I                                                                     	  $If   gd_ Q  kd>L $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdK $If   K$L$l 0                                     
t                              4   4 
l a   u7 v7 7 7 7 7 7 8 8 
8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v7 7 7 7 7 7 7 7 7 7 
8 8 8 8 9 	9 9 9 9 9 9 9 : : : p: y: : : : ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 
8 8                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 T8 8 	9 9 9 9 9 : :                                                                                     Y                                          kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
: : : : : : ; ; /; I; Y; s; ; ; ; ; ; ;                                                                                                                                                                                                                      	  $If   gd_  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ : : : : I< J< K< L< d< n< o< p< r< s< t< < < < < < < < V= = = = = = ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ; < < /< I< J< K<                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd%P $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K< L< t< < < < < < < |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < <                                        kdqQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < V= = = = = > U> \> e>                                                             f                                    [            [                     
  $If   gd_ K$  kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
= 
> > )> 1> U> [> \> d> f> ? ? ? ? ? @ @ @ @ @ 	@ @  @ !@ l@ m@ p@ y@ @ A ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 e> f> n> > > > > > > ? "? *? ?? T? f? ? ? ?                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ? ? ? ? ?                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdT $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? 	@ !@ 4@ G@ Z@ m@ n@ o@ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o@ p@                                        kd]U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p@ y@ @ A cA A JB KB LB MB ^B B                                                                                                 f                                                   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  A HB KB LB MB ]B ^B B B B B B B B B B B B B PC QC TC ]C þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ B B B B C +C >C QC RC SC |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdkW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SC TC                                        kd%X $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               TC ]C D /D rD D YE ZE [E \E mE                                                                                                 Y                              kdyY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
]C D D qD rD D YE ZE [E \E lE mE E E E E E E E E E E E ZF [F ^F νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  mE E E E E F "F 5F HF [F \F ]F             s                                                                                                                                                                 kd3Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ]F ^F                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^F gF <G cG G G H H H H H                                                                                     Y                                          kdA\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^F gF ;G G H H H H H H H H H H I I ~J J J J J J J J J J 	K 
K K 
K K K ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 H H H I I I $I 9I KI eI I I I I I I I                                                                                                                                                                                                         	  $If   gd_  S  kd\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  I J !J ;J KJ eJ J J J                                                                                                                                                                                                                                                 	  $If   gd_  S  kd] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  J J J J |            s            s                                                                                                                                                                                           	  $If   gd_   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J K K #K 6K IK \K oK pK qK |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd^ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
K K "K #K nK oK rK {K 4L $N %N &N 6N 7N CN HN ]N N N O O #O $O ,O .O 'Q )Q ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  qK rK                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rK {K 4L L L L wM $N %N &N 7N                                                                                                 f                                                        kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
7N N O $O -O .O 6O KO `O uO O O O O O                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kda $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  O  P P +P 3P HP ]P rP P P P P P P Q (Q )Q                                                                                                                                                                                                                            S  kdAb $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  )Q *Q +Q SQ TQ gQ zQ Q Q Q Q Q             s                                                                                                                                                                 kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  )Q *Q +Q CQ MQ NQ OQ QQ RQ SQ TQ fQ gQ Q Q Q Q R R R R R S S sT T 9U :U #V 8V :V ;V Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Q Q                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q R R ;S S S T T T :U U :V ;V BV V V V W CW wW W W W /X                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  ;V BV GW ZW ^W vW W X X .X /X 0X @X AX X X X X X Z Z Z Z ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   /X 0X AX X X X |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X X X X 	Y #Y 4Y NY hY yY Y Y Y Y Y                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kde $If   K$L$l 0                     x                
t                                4   4 
l a   Y Y Z Z 1Z KZ \Z vZ Z Z Z Z Z Z Z                                                                                                                                                                                                                   	  $If   gd_  S  kd-f $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Z Z [ [ %[ 8[ K[ ^[ q[ r[ s[ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdf $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Z [ [ [ [ [ [ $[ %[ p[ q[ t[ }[ ;\ g\ 4] ] ] ] ^ ^ _ h_ }_  ` 5` 6` 7` >` ` ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ s[ t[                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t[ }[ ;\ 5] ] ^  ^ ^ _ _ 7` >` ~` ` ` ` ` a 6a wa xa                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ` ` ` ` ` a a .a :a Ma Ua na va wa xa ya a a a a a a a %d 'd (d )d Ad Kd Ld Pd ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  xa ya a a a a |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a a a a b b /b Fb ]b tb b b b b b b c c                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdi $If   K$L$l 0                                     
t                                4   4 
l a   c c c /c Ac Sc jc c c c c c c c d &d 'd                                                                                                                                                                                                                            S  kd'j $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  'd (d )d Qd Rd ed xd d d d d d             s                                                                                                                                                                 kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Pd Qd Rd dd ed d d d d e f f f jg g g Ih eh i Ij j j fk l l 7m m m Ko o o o p Mp 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !d d                                        kdsk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d e f jg g fh h h 
i gi i i Ij j l 9m m m m Jo Ko                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Ko o o o 	p Ip hp p p p p p                                                                                                             f                                       kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Mp `p lp p p p p p p p p p q q q ?q @q Aq Eq Fq Jq Sq pr r r r ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  p q q @q Aq Fq Hq Iq             s                                                                                                                                                                                     kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Iq Jq                                        kd;n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jq Sq `q q q q q q r -r Or qr r                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  r r r r r |            s            s            s                                                                                                                                                                          	  $If   gd_   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r r r r r r r s s s -s u &u Uu hu u u u u 
v v Yv mv /y ;y ?y fy y y y z ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  r r r r -s t t u Uu u u v Zv |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdIp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Zv v v w w w ix jx .y /y fy y y y :z qz z z ?{ { { { { { { {                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  z :z Mz pz z z z z { >{ R{ { { { { { { { { 
| | | | | | -| .| @| A| S| T| f| g| k| t| | } } } } } õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ({ {                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { | | .| A| T| g| i| j|                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  j| k|                                        kdWr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k| t| | | } D} b} |} } } } }                                                                                                             f                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  } } } ~ ~ 1~ D~ W~ j~ l~ m~             s                                                                                                                                                                      kdet $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
} } } 
~ ~ ~ ~ ~ ~ 0~ 1~ C~ D~ i~ j~ n~ w~ ~ ~ ; < = M N O P h r s w x y       ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %m~ n~                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n~ w~ ~ ~ < = N O                                                 f                                                                                                                       kdsv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  O P x y       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd-w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                           À ̀ ΀ Ҁ Ӏ Ԁ 怪 瀪      $ - P Q Ӂ ԁ ` a b r s t u  㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %                                                        f                                                                                                                       kd;y $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    Ӏ Ԁ 瀪  
   " # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# $                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ - Q ԁ a b s t                                                 f                                                                                                                       kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t u v  3 4 [ \      |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          2 3 4 [ h l  烪   ̈́   2 F j k ~     Å   2 3 F w ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   3 k   3 x   c d e o z                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  w   ҆ 
 ! b d e z      ڇ 䇪 凪 釪 ꇪ 뇪   " # H I b k l { շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdw} $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ꇪ 뇪  # 6 I K a                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  a b                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               b k ڈ   U `  Ή ω  
                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  { ڈ U ` s     ͉ Ή ω ߉  ㉪    
     2 3 B D E F ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 
    3 C D E                                                             R            I                                   	  $If   gd_ Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdـ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ E F n o       Ԋ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
F ^ h i m n o       Պ ފ ߊ  L  $ % C D _       ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Ԋ Պ                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Պ ފ M h   ϋ ⋪  % D ` r                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_     Ɍ ʌ ͌ ӌ       = > S T V W X p z {        ̍ ͍ э пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ    ʌ   
 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  > U V W                                     R            I                                                                     	  $If   gd_ Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   W X      ͍ ύ Ѝ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdՅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ѝ э                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               э ڍ I q     " M                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
э ڍ ۍ ꍪ H    ! " 5 D L M T Z            ȏ ҏ ӏ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5    ԏ |            s            s                                                                                                                                                                                           	  $If   gd_   kd㇀ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ӏ ԏ Տ 폪        # $ I J N W X g Ő Ɛ t x  & 0 1 O P ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ԏ Տ    $ 7 J L M |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M N                                        kdW $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N W Ɛ  u  ّ 둪 & 1 P {                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
P c r z {       ϒ В Ӓ 蒪         ' 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f    В  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ' ( c  L M   - . |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' 4 8 c  L Y ]   . : > ` ݕ I     ؖ ; k w {  u       ̚ ͚ ٚ ݚ   > f g }    % & _   K  ߟ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4. ` ݕ H I   ؖ ; j k  u     ̚ ͚     ꛪ   + > f g                                                                                                                                                                                                                                                                                                                                                                    gd_    & _   K  ߟ  U   à Ϡ ޠ ꠪                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   gd_    gd_  ߟ U Y   à ٠ ݠ      	 W X Y Z  ͡ . [  ᢪ ⢪ > i j  ţ ƣ  % & + P T  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $        	 M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   	  $ ) 9 : I J                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  J K W X                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  X Y Z e i |                                       z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd/ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ͡ ҡ 2            )            )            )                      	 $If   gd_    kd̎ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ҡ ( ) . [ `              [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     ⢪ 梪 8 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8 9 > j n  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ƣ ˣ  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     & + Q d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q R S ]    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd擀 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ˤ n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ˤ ̤ Ϥ ؤ                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ؤ ٤ ڤ 뤪                                          w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd! $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                            " ) 0 1 2 3                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  3 4 5 6 7 8 9 :                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  : ; < = > ? T                                     A            <            7                  gd_    gd_    kdՙ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  T   ! " ; L M a c                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	     ! " L M c d f g u v       Ӧ Ԧ 즪     
  ( ) * 6 7 I    © é ө ԩ 춥x                          /j柀 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *c d e f g o u                                     a                                                                                                                             E  kdr $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   u v                                          a                                                                                                                             E  kd0 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdћ $$If   l 0 
" R                                                           4 
l a         Ӧ                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   Ӧ Ԧ ߦ 즪                                        a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdM $$If   l 0 
" R                                                           4 
l a        	 
                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   
    ' ( l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ( ) * 7 I     ۩ ܩ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ԩ ة ٩ Ϊ Ϫ ڪ ۪ 몪 쪪      t u   ɫ ˫ ֫ ׫    2 3 W Y i j      ( ) 5 w z   Գ ݳ 5 6    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jM hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ܩ    u  ʫ ˫ ׫                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   3 X Y j                                      N                                                                                       S  kdء $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdF $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         D E 2 3 ( ) 5    걪 S                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kdj $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     z ճ 5 6 t     
  < ^ Ƿ 鷪   8 9 B C ⺪ 㺪 A B                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_      . 6  
  ; < ^ # @ C Ẫ 㺪           M N O k l w x y } ~   ǿ ۵۵۵ۭۜۋzrgrrr       jࣀ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '       N                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  N O `    K L h ҽ  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdn $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 i . /  п ѿ     ª ª ê ê @Ī AĪ Ū Ū )Ū :Ū Ū ƪ Ǫ Ǫ jȪ kȪ                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ǿ ȿ ɿ Ϳ ο ѿ    ª ê ?Ī Ī Ī Ī Ī Ū Ū Ū Ū 
Ū Ū Ū Ū )Ū :Ū Ū Ū ƪ ƪ Ǫ jȪ ɪ ɪ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjG h_ U !kȪ ɪ ɪ ɪ ɪ ɪ ʪ                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ɪ ɪ ʪ ,ʪ -ʪ 0ʪ 1ʪ 7ʪ 8ʪ Yʪ Zʪ zʪ {ʪ ʪ ʪ ʪ ʪ ʪ ʪ ʪ ʪ 	˪ 
˪ !˪ "˪ 8˪ 9˪ S˪ T˪ {˪ |˪ }˪ ~˪ ˪ ]ͪ ^ͪ jͪ ͪ  Ϊ Ϊ MΪ SΪ VΪ Ϊ Ϊ Ϫ Ϫ Ъ =Ъ qЪ Ъ Ъ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3ʪ ʪ ʪ ʪ ʪ ,ʪ -ʪ                                                             5            v  kdn $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         -ʪ .ʪ /ʪ 0ʪ 1ʪ 5ʪ 6ʪ 7ʪ                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  7ʪ 8ʪ Qʪ Sʪ Yʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Yʪ Zʪ sʪ uʪ zʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         zʪ {ʪ ʪ ʪ ʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ʪ ʪ ʪ ʪ ʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ʪ ʪ ʪ ʪ ʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ʪ ʪ ʪ ʪ ʪ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ʪ ʪ ˪ ˪ 	˪                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	˪ 
˪ ˪ ˪ !˪                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         !˪ "˪ 0˪ 2˪ 8˪                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8˪ 9˪ L˪ N˪ S˪                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S˪ T˪ [˪ `˪ {˪                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         {˪ |˪ }˪ ~˪ ˪ ]ͪ ^ͪ jͪ ͪ ͪ  Ϊ Ϊ NΪ aΪ Ϊ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ϊ Ϊ Ϊ Ϊ )Ϫ <Ϫ pϪ Ϫ Ϫ Ϫ Ъ .Ъ >Ъ rЪ Ъ Ъ Ъ Ъ Ъ Ъ Ѫ Ѫ 
Ҫ 0Ҫ ?Ҫ RҪ SҪ lҪ Ҫ Ҫ                                                                                                                                                                                                                                                                                                                                                                   gd_  Ъ Ъ Ъ Ъ Ъ Ъ 
Ҫ  Ҫ ?Ҫ QҪ Ҫ Ҫ Ҫ Ҫ Ҫ Ӫ 0Ӫ dӪ Ӫ Ӫ $Ԫ 9Ԫ kԪ lԪ vԪ Ԫ Ԫ Ԫ Ԫ Ԫ Ԫ Ԫ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Ҫ Ҫ Ҫ Ҫ Ҫ Ҫ .Ӫ /Ӫ 0Ӫ dӪ zӪ Ӫ Ӫ Ӫ Ӫ #Ԫ $Ԫ .Ԫ 9Ԫ lԪ vԪ Ԫ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ԫ Ԫ                                     kd¯ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ԫ Ԫ Ԫ Ԫ Ԫ Ԫ ժ ժ  ժ 7ժ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Ԫ Ԫ Ԫ Ԫ ժ ժ ժ ժ 8ժ Aժ ժ ժ ժ ժ ֪ ֪ ֪ ֪ +֪ ,֪ 1֪ :֪ Wת Yת iת jת ת ת ת ת ת Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 7ժ 8ժ                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8ժ Aժ cժ dժ xժ yժ ժ ժ ժ ժ ժ ժ ժ ժ                                                                                                                                     q                            kdp $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ժ ֪ ֪ ֪ ,֪ -֪ .֪ /֪ 0֪             q            l                                                                                                                                                       gd_    kd- $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  0֪ 1֪                                     kd곀 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               1֪ :֪ [֪ \֪ p֪ q֪ ֪ ֪ ֪ ֪ ֪ ֪ ת (ת Bת Cת Xת                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Xת Yת jת ת z            q            q                                                                                                                                                                                       	  $If   gd_    kdA $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ת ת ת ת ת ת ת ת z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ת ת ת ת ת Iت Kت [ت \ت {ت |ت ~ت ت ت ت ت ٪ ٪ /٪ ;٪ Z٪ f٪ ٪ ٪ ٪ ٪ ٪ ٪ ٪ ٪ ڪ Xڪ ڪ ڪ ڪ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ת ת                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ת ת ת ת ת ת ت 4ت 5ت Jت Kت \ت |ت                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  |ت }ت ~ت ت ت ت ت ت z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdϸ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ت ت                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ت ت ٪ ٪ ٪ ٪ ٪ ٪ ٪                                                             q                                                                                                                             kd㺀 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ٪ ٪ ٪ ٪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ڪ ڪ ڪ ڪ -۪ .۪ 8۪ B۪ C۪ c۪ d۪ ۪ ۪ ۪ ۪ ۪ zܪ ^ݪ `ݪ pݪ qݪ ݪ ݪ ު ު ު %ު &ު 'ު (ު )ު ,ު 5ު ު ު ު ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ڪ .۪ 8۪ B۪                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  B۪ C۪                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C۪ d۪ ۪ ۪ ۪ ۪                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ۪ ۪                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۪ ۪ |ܪ }ܪ ܪ ܪ ܪ ݪ _ݪ `ݪ qݪ ݪ ު                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ު ު 'ު (ު )ު *ު +ު |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdͿ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +ު ,ު                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,ު 5ު ު ު ު ު                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ު ު ު ު ު ު ު ު ު w x    O n   R q   z    . M   F e   `  ^ }   m   	 > ? о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ު ު ު ު ު ު ު ߪ ߪ ߪ ߪ ߪ ߪ  |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  b y      F   w x                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kdOÀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
Ā $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdlĀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1 O ] m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdĀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd*ŀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdGƀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdƀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kddǀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Ȁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 R ` p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdȀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd?ɀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\ʀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdyˀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > z                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd7̀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT̀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd΀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq΀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd΀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/π $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdπ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W   . < L                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdπ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLЀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
р $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdiр $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdр $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'Ҁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDӀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      F T d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdӀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdaԀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~Հ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<ր $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdր $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdր $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 : ` n ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY׀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv؀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      . / ^ l |                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd4ـ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdـ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdـ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQڀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdۀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnۀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,܀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd܀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A m {                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd܀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI݀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd݀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdހ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfހ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdހ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$߀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L p     / 0 = > ? b                                                                                                                                                                                         gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? P b }   - . / D v w                  Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ     . / 9 D w                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 l m    ; q                                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_     O h    |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ) * + > ? N         # ,     s t w   ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ja h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        ! " |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , t u  # . J c }                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd_ 	  $If   gd_     t |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t u v w  / 0 d v   x y |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        / 0 c d       8 e w y         + N O R [          ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $y                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + = O P Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Q R                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [       x   ' M j                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd_ 	  $If   gd_      j   F |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               4 j     $ E F I Z p   ( ) * ; ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  F G H I o p   * < = G |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; = R             q          V W Y Z l ~    ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !G R                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 g h                                                                                                        Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 W X Y Z    D y z               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_            D   J [   w      x
 y
 {
 |
 
 
   T  W ^     A   9 : R S c d ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jj hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j% hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  - I J [   b c    
 
 v w   y
 |
 
 
   S T c u                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  u                  f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdh $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    # ( o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( ) 1 8 D o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D E F G   @ A      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d g h     .! 9! 0' A' ) ) * * * + + ++ /, 0, E, w, x, , , , , , , , , , , , . . . ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  v w - .        3   X   - . O  \  i  v                                                                                                                                                                                                                                                                                                                                           h^hgd_   
& F  gd_    gd_   gd_                  ! -! .! 9! i" j" # # # # \& ]& 0' A' v' ' ' &( T( ( (                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ( ( ( K) ) ) ) * * ++ /, 0, :, E, x, , ,                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  , ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , ,                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , :- F- m- - - - . >. H. m. . .                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
. . . / |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . . / / / /  / $/ @/ A/ V/ / / / / / / / / / / / /  0 1 1 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 / / / / @/ A/ K/ V/ / / |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/ /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  / /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  / /                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /  0 ?0 K0 r0 0 0 1 1 1  2 2                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  1  2 2 2 2 2  2 !2 "2 #2 82 j2 k2 u2 2 2 2 2 2 2 2 2 2 2 l4 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    2 2 2 !2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !2 "2 #2 -2 82 k2 u2 2 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  2 2                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 #3 /3 V3 3 3 3 k4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  l4 4 4 4 4 4 4 5 5 5 5 5 5 5 35 45 I5 {5 |5 5 5 5 5 5 5 5 5 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    4 4 4 5 |            s            s                                                                                                                                                                                           	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5 5 5 45 >5 I5 |5 5 5 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  5 5 5 5 i7 k7 {7 |7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 !8 @8 A8 B8 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  5 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 56 A6 h6 6 6 6 -7 i7 j7 k7                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  k7 |7 7 7 7 7 7 7 7 7                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	7 7                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 8 A8 B8 C8 E8 F8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  B8 C8 G8 P8 9 9 9 9 9 9 9 9 9 9 8: R: T: U: j: : : : : : : : п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  F8 G8                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G8 P8 8 8 8 8 9 ?9 \9 9 9 9                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  9 9 9 9 9 8: U: _: j: :                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	: : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  : :                                        kdq
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  : : : : :  ; < < < 9= := ;= K= L= ~= = = = = = = = = ? ? ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 : :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :  ; < < < S< < := ;= L= ~=                                                                                     s                                                                                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
~= = = = = = = d? e? ? ? @ J@ @ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
? ? ? @ %@ I@ ]@ @ @ @ @ 5A 6A KA }A ~A A A A A A A A A A A A A A &B 'B AB JB VB õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !@ @ 5A 6A @A KA ~A A A                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  A A                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A A A B B 'B )B @B                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  @B AB                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               AB JB B B B B B C 5C <C DC                                                             f                                    [            [                     
  $If   gd_ K$  kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
VB B B B B C C C  C )C 3C 5C ;C <C CC EC ZC [C jC lC mC nC C C C C C C C C C ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ DC EC [C kC lC mC                                     R            I                                                                     	  $If   gd_ Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   mC nC C C C C C D D D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C D D D D 4D D D D D D D D D D D D D D 
E E E E E ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J D D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D 4D bD D D D D D D D                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
D D D E E 
E E                                     R                                                                                              Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   E E E E E E                                     R            I                                                                     	  $If   gd_ Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   E E <E ]E ^E E E E E E |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	E ,E 6E 7E 8E :E ;E <E ]E ^E E E E E F F ZG sG G G G G G G G H H .H ^H dH ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ E E                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E F F G G G G G ^H                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^H eH nH oH wH H H H H H H I +I 3I HI ]I oI I                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ dH eH mH oH I I I I J J 
J J J J J 1J 2J |J }J J J J J ~K K K K K ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  I I I I I I I                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd_ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  I I J 2J WJ jJ }J ~J J |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J "K K K K K K K L                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
K K K K K K K K L L {M }M ~M M M M M M M M M M M M 
N N N N N KO ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 L L L !L 6L HL bL |L L L L L L L M M 8M HM                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   HM bM |M }M ~M                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ~M M M M M M M N N 
N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
N N                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N N O JO O O O O O OP                                                                                                 f                                                   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  KO O O O O O O NP OP PP hP rP sP tP vP wP xP P P P P P P þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ OP PP xP P P P P P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P                                        kd_# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P Q Q R YR R R R R S                                                                                                 Y                              kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
P Q Q R R YR R R R R 
S S ]S ^S _S wS S S S S S S S S S S νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  S ^S _S S S S S S S S S S             s                                                                                                                                                                 kdm% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S                                        kd'& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S T T U EU U -V .V /V @V V                                                                                     Y                                          kd{' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
S T T U +V -V .V /V ?V @V V V V V V V X X X  X 0X 1X X X X X X X X X X X ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 V V V V V V V V V W W -W GW aW iW ~W W                                                                                                                                                                                                         	  $If   gd_  S  kd5( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W W W W W X X X X                                                                                                                                                                                                                                                 	  $If   gd_  S  kd( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  X  X 1X X |            s            s                                                                                                                                                                                           	  $If   gd_   kdY) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X X X X X 
Y Y Y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd* $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
X X X X Y 
Y Y Y Y [ [ [ [ [ [ [ [ ?\ \ \ \ \ \ \ \ ^ ^ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Y Y                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y 2Z nZ Z [ [ [ [ [                                                                                                 f                                                        kd/, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
[ ?\ \ \ \ \ \ \ \ ] %] ?] Y] j] ]                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd, $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ] ] ] ] ] ] ] ^ "^ <^ V^ g^ ^ ^ ^ ^ ^                                                                                                                                                                                                                            S  kd{- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^ ^ ^ ^ ^ _ _ +_ >_ Q_ R_ S_             s                                                                                                                                                                 kd
. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ P_ Q_ T_ ]_ !` P` Q` w` x` +a ,a b &b b b c c c c Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ S_ T_                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T_ ]_ !` x` ` ,a _a a (b }b b c c c c d nd d d d e Ae me e e                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  c c d d d e e e e e e e e e #f )f *f 2f 4f h h h h ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   e e e #f *f 3f |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3f 4f <f Qf ff {f f f f f f g g 1g Bg \g dg yg                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd0 $If   K$L$l 0                     x                
t                                4   4 
l a   yg g g g g g g h .h ?h Yh jh h h h                                                                                                                                                                                                                   	  $If   gd_  S  kdg1 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h h h h h h h h i i i |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd1 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
h h h h h h h h h i i i i i j j #k 8k k k l l m m m m m m m  n ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ i i                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i j ;k k k +l l m m m n ;n Zn n n n n o o                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   n 3n ?n Rn n n n n n n n o o o o o 'o (o lo ro so {o }o q q q q q q q q ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  o o (o lo so |o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |o }o o o o o o o o p #p :p Qp bp xp p p p                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0                                     
t                                4   4 
l a   p p p p p p q q 6q Gq ^q uq q q q q q                                                                                                                                                                                                                            S  kda5 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  q q q q q r r )r <r Or Qr Rr             s                                                                                                                                                                 kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  q q q r r Nr Or Sr \r ns s 6t ht u iu u u v Ww w >x Sx y y 1z z ,{ A{ | m} } } } } 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Rr Sr                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Sr \r ns 6t u u v >v v v w #w Uw w x y z D{ E{ L{ | |                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  | )} i} } } } ~ %~ D~ c~ d~ u~                                                                                                             f                                       kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  } } 
~ ~ )~ <~ H~ [~ b~ d~ t~ u~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  # $ % ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  u~ ~ ~ ~ ~ ~ ~ ~             s                                                                                                                                                                                     kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ~ ~                                        kdu9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~   B d       $                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  $ % 6 i  |            s            s            s                                                                                                                                                                          	  $If   gd_   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % 5 6          ˀ  Ă   ) = a u     ͆ ن ݆  _ b   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      ˀ { }   * b   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        M N  G H   ̆ ͆  a b  ؇  G  ݈ 2 3 = H {                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   ؇ 뇫  " F Z   ܈  2 3 H z {          ˉ ̉ މ ߉     	  Z ~     õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd=< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ̉ ߉                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   	                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  Z }  ⊫    Q                                                                                                                f                                       kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_       ϋ ⋫   
              s                                                                                                                                                                      kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
         ΋ ϋ ያ ⋫     V W ٌ ڌ ی 댫 쌫 팫        ) * < = b c ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdY@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 W ڌ ی 쌫 팫                                                 f                                                                                                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  팫    * = P c e f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdgB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f g                                        kd!C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c g p   4 5 6 F G H I a k l p q r        ˎ   q r           㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %g p   5 6 G H                                                 f                                                                                                                       kduD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  H I q r       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd/E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˎ  r                                                      f                                                                                                                       kd=G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     E ѐ Ґ   + # $ X  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         $ E А ѐ Ґ   
 +  $ X k   В 䒫  	  . / M N a   Г ѓ 䓫  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   ђ 	 N  ѓ  ]     
  K U _                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   ) \ p        J K U _ ` x          敫 畫   	 
  շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\_ `                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               `     ԕ 畫 镫                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                            kdJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 	 x     * l m ~                                                                                                  f                                                   kdYK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   x    ! * 1 7 k l m } ~          З ї  ◫ 㗫 䗫 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ     ї ᗫ ◫ 㗫                                                             R            I                                   	  $If   gd_ Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdL $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 㗫 䗫  
   3 F Y [ \ r |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd-M $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
䗫      
    2 3 X Y s | }  ꘫ   Ù ᙫ ♫  - 6 = C T U ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ r s                                        kdM $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s | 똫  7 T m   Ù ♫   6 U V                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  U V W g h k q       ۚ ܚ            1 2 D E j k o пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  V W h    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd;O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ܚ                                        R            I                                                                     	  $If   gd_ Q  kdP $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdO $If   K$L$l 0                                     
t                              4   4 
l a       2 E X k m n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n o                                        kdQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o x 盫  I [    뜫 - 1 2 3                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
o x y  曫      Ӝ ✫ ꜫ 뜫   , - 0 1 2 3 4 D E H ] f p q زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 3 4 E r |            s            s                                                                                                                                                                                           	  $If   gd_   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q r s           睫 蝫 읫    c d   X ğ Ο ϟ ퟫ  ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    r s     ՝ 蝫 ꝫ 띫 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	띫 읫                                        kdT $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               읫  d   F w  ğ ϟ   [ \                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
       & Z [ \ ] m n q         Š 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  \ ] n  |            s            s                                                                                                                                                                                           	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           Š Ơ   ꡫ 롫 $  ˢ ̢ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Š Ҡ ֠   ꡫ   $  ̢ آ ܢ  { 磫 < = I M v ٤ 	   A  A M Q ~ / 0 j k w {  ܩ     K  ë ī  S  鬫 % } ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4̢  { 棫 磫 < = v ٤  	 A  @ A ~ 0 j k  R S    ɩ ܩ   K                                                                                                                                                                                                                                                                                                                                                                   gd_  K  ī  S  鬫 % }   U V a m |                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_   gd_    gd_  }   T U a w {          4 k ̯  I   ܰ   , c d  ñ ı ɱ    Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdYW $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a     ® Ǯ ׮ خ 箫 讫                                                 _            V            V                                                             	 $If   gd_    kdW $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  讫 鮫                                                                                                                                                                                                                                                            	 $If   gd_  o  kdX $$If   l       0   T# T                 .                
t  0                                                              4 
l al        " .                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdiY $$If   l       0   T# T                 .                
t  0                                                              4 
l al  . / 4 k p 2            )            )            )                      	 $If   gd_    kdZ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     p Ư ǯ ̯   C             [                                                                                                                                           kd3[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  C D I   ְ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ְ װ ܰ   & d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd\ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & ' , d i  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ı ɱ ﱫ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdW^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ﱫ    J O [ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd _ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ \ _ i n            e            e                                                                                                                                                               	 $If   gd_    kd_ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           i j m v                                                                                                                                                                                                                                                	 $If   gd_  t  kd` $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  v w x                                           w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd[a $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kda $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                             ǲ β ϲ в Ѳ                                                             A                                  kdQc $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  Ѳ Ҳ Ӳ Բ ղ ֲ ײ ز                                                 A                                              kd0d $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ز ٲ ڲ ۲ ܲ ݲ                                      A            <            7                  gd_    gd_    kde $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_       ٳ 곫 볫                                                                                                                                                                                                                                                     E  kde $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       곫 볫       ! " A B D E q r        ƴ Ǵ ȴ Դ մ 紫  T U ` a q r 춥x                          /j k hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *     
                                      a                                                                                                                             E  kdf $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdMf $$If   l 0 
" R                                                           4 
l a      ! " 5 A                                     a                                                                                                                             E  kdjg $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg $$If   l 0 
" R                                                           4 
l a   A B C D E W q                                     a                                                                                                                             E  kd(h $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg $$If   l 0 
" R                                                           4 
l a   q r }                                         a                                                                                                                             E  kdh $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdh $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdEi $$If   l 0 
" R                                                           4 
l a       Ŵ ƴ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdi $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ƴ Ǵ ȴ մ 紫     y z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdbj $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
r v w l m x y             g i t u   й ѹ     G I J V W ƽ ǽ ӽ   - M r {   0« 1« C« ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jk hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0z       h i u                                                                                                                                                                                                                                                        S  kdk $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	  ѹ    H                                     N                                                                                       S  kdm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdl $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   H I J W  & ⻫ 㻫 м Ѽ ƽ ǽ ӽ V  "   X                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdm $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   X Y  s   « 0« 1« D« ë ë ë ī ī eū ū ū ū ū ū ƫ ƫ ȫ ȫ ȫ ȫ +ɫ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  C« D« « « « « ë ë ë ī ī ī ƫ ƫ ƫ ȫ ȫ ȫ +ɫ Aɫ Eɫ Rɫ Sɫ ɫ ɫ ɫ ɫ ɫ ɫ ɫ 	ͫ 
ͫ ͫ ͫ ͫ ͫ ͫ Yͫ Zͫ eͫ ۵۵۵ۭۜۋzrgrrr       jo h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '+ɫ 7ɫ Fɫ Rɫ Sɫ ɫ ɫ ɫ                                     j                                                                                                                                           kd6n $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ɫ ɫ ɫ Gʫ Lʫ ʫ ʫ ʫ ˫ p˫ ˫ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdn $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
˫ ̫ ̫ ̫ ͫ nͫ oͫ ͫ ͫ _Ϋ `Ϋ ϫ ϫ 'ѫ (ѫ ѫ ѫ ҫ ҫ ҫ ҫ ӫ Bԫ ի ի ֫ 	֫                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  eͫ fͫ gͫ kͫ lͫ oͫ ͫ ͫ ^Ϋ ϫ yѫ ѫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ ҫ Yӫ bӫ kԫ ԫ ի ֫ s׫ t׫ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jo hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujo h_ U !	֫ t׫ x׫ y׫ ׫ ׫ ׫                                                 e                                                                                                                        F  kdp $$If   l   l '{6    4   4 
l a] p
        F  kdOp $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  t׫ y׫ ׫ ׫ ׫ ׫ ׫ ׫ ׫ ׫ ׫ ث ث /ث 0ث Kث Lث hث iث ث ث ث ث ث ث ث ث ث ث ٫ ٫ ٫ ٫ ٫ ګ ګ ۫ i۫ ۫ ۫ ۫ ۫ ۫ ܫ ܫ eݫ }ݫ ݫ ݫ ޫ .ޫ dޫ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3׫ ׫ ׫ ׫ ׫ ׫ ׫                                                             5            v  kdq $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd5q $$If   l   l '{6    4   4 
l a] p
         ׫ ׫ ׫ ׫ ׫ ׫ ׫ ׫                                     t                                                                                                                                                             v  kdMr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ׫ ׫ ׫ ׫ ׫                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ׫ ׫ ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث 'ث )ث /ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdNt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /ث 0ث Cث Eث Kث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Kث Lث aث cث hث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdu $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         hث iث ~ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdOv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdPx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث ث ث ث                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ث ث ث ث ٫                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٫ ٫ ٫ ٫ ٫ ګ ګ ۫ P۫ j۫ ۫ ۫ ۫ ۫ 3ܫ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdQz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3ܫ Gܫ {ܫ ܫ ܫ ܫ ݫ ,ݫ `ݫ ~ݫ ݫ ݫ ݫ ޫ /ޫ cޫ dޫ eޫ fޫ ޫ ߫ ߫ ߫ ߫ ߫ ߫ ߫ 
 = >                                                                                                                                                                                                                                                                                                                                                                   gd_  dޫ fޫ pޫ ޫ ޫ ޫ ߫ ߫ ߫ ߫ $ < \ _     . Y   	 
    E F c d w пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  > \ j } ~       . D Z [     
                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kdz $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                F c d z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  	w z         n p               ' ( ) * O Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdS| $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     ; W X m n o p                                                                                                                                      q                            kd} $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
                     q            l                                                                                                                                                       gd_    kdg~ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd$ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                     ) E F X                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_     ( z            q            q                                                                                                                                                                                       	  $If   gd_    kd{ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ( ) * Q R S T U z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd8 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       O P Q V _        H I N W       V X h i       8 9 l ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "U V                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               V _ ~                                                                                                                       q                                                         kdL $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     I J K L M z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd	 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M N                                     kdƄ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               N W   V W X i                                                              q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       9 m     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdچ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
l m          / D E y       ` s           / ? @ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / E G x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  x y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y    W X g     `                                                                                                  s                                                                        kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . / @ a                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @ ` a b c d f     - m    l    z   7     U t   v      }   *     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -a b c d e f  3 4 u     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdύ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     / F s t   * +   - B m {                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd莁 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N O l z                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdؔ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q R z                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       & 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЗ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd혁 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȚ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      a                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd囁 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - . U c s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdݞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E F v                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdա $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `    
                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdͤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdꥁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] ^ }                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŧ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd⨁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       . S v w                                                                                                                                                                                                gd_  z  kdګ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                 ) * \ ] n            Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ           )                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	) *                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  + , z   4 D U e f                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_        8 g |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdᮁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               f g h       H J Z [    & > ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  g h      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdڰ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     b          0 H I                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  I J [  |            s            s                                                                                                                                                                                           	  $If   gd_   kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           >     & '   |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd貁 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >     % & ' E       , ^ _ i s t          * + N P ` a q ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ ! , _ i s                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  s t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 > ? N _         * + O                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  O P a   c   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q r         - b        	 5	 	 	 	 	 	 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      
	 	 	 	 	 	 	 	 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 "
 #
 -
 7
 8
 ]
 ^
 
 
 
 
 
   Z v           
   ( \ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !	 	 #
 -
 7
                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  7
 8
                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8
 ^
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   & ' v w                                                                                                    Y                              kd뺁 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     (                   s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \ ] h i y z ~        5 G  ( ^ ` u w       k   &       I! p! ! ! ! ! " " ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j_ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    ? @    4 5 G     * w     k                                                                                                                                                                                                                                                                                                                                        	  $If   gd_   gd_   
& FP gd_    gd_   & ' , 4 9             f                                                                                                                                                                      kdƼ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  9 : ? G S o            f            f            f                                                                                                                                                	  $If   gd_    kd4 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S T Y ` e o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at e f k r ~ o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~     o            f            f            f                                                                                                                                                	  $If   gd_    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd쾁 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdZ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdȿ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at         t! u! 2" 3" " o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd6 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " " " " " {+ + . . 4 4 X7 7 8 8 8 8 8 8 9 9 9 : :  : *: +: 7: X: Y: : : : : : e< g< w< ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %" " # # # # b$ c$ $ v& w& ' ' ' [) \) ) {+ + , , - - . . !. 2.                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  2. C. T. e. v. w. . . . . . . 0 0 0 0 '1 (1 3 3 4 4 5 d5 e5 5 5 6 O6                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  O6 P6 6 6 X7 Y7 7 8 8 8 9 9 9 9 :  : *:                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  *: +:                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +: Y: : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  : :                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : ; 2; p; ; ; ; ; < e< f<                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
f< g< x< < |            s            s                                                                                                                                                                                           	  $If   gd_   kdÁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w< x< < < < < < < < < < &= '= 1= ;= <= H= i= j= = = = = = &? ? ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 < < < < < < < < '= 1= |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdā $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1= ;=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ;= <=                                        kd;Ł $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <= j= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  = =                                        kdƁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = > ;> {> > %? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ? ? ? ? ? ? ? ? ? ? ? @ 	@ @ @ @ *@ K@ L@ s@ t@ u@ y@ @ 
B ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ? ? ? ? |            s            s                                                                                                                                                                                           	  $If   gd_   kdǁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? ? 	@ @ @ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdȁ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @                                        kdWɁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ L@ r@ s@ t@ u@ w@ x@                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  x@ y@                                        kdʁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y@ @ @ @ @ A _A A 	B rB B B                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  
B rB B B B B B B B B B B B B B B B C C $C .C /C ;C \C ]C C C ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    B B B B |            s            s                                                                                                                                                                                           	  $If   gd_   kdˁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B B C $C .C |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd́ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	.C /C                                        kdś $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               /C ]C C C C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  C C C C E 	E E E  E 'E (E )E *E ?E qE rE |E E E E E E E E E E îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  C C                                        kd΁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C D 4D sD D D E E 	E                                                                                                                         f                           kdЁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  	E E (E )E *E 4E ?E rE |E E                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdЁ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	E E                                        kdс $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E E E E E E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  E E E E yG zG {G G G G G G G G G G G G H :H ;H EH OH PH \H xH п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  E E                                        kdҁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E E -F 9F `F F F F F 1G zG {G                                                                                                                         f                           kd7ԁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  {G G G G G G G G H ;H                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdԁ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	;H EH OH                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  OH PH                                        kdՁ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               PH yH zH {H }H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  xH yH zH {H H H I I I J J J J J K K K K  K !K -K 1K QK 7M JM ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 H H                                        kdց $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H I I I I 'J J J J K                                                                                     s                                                                                              kdS؁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
K K K K  K !K QK M M 7M yM M M /N |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd
ف $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
JM yM M M M M M .N BN }N N N N N O O &O 0O 1O IO SO TO UO XO YO xO yO O O O O O O O õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !/N ~N N N N N O &O 0O                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  0O 1O                                        kdف $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1O YO yO O O O O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  O O                                        kdہ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O SP fP P P P P P P P                                                             f                                    [            [                     
  $If   gd_ K$  kdo܁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
O SP P P P P P P P P P P P P P P P P Q 
Q Q Q $Q .Q /Q 0Q 2Q 3Q 4Q VQ WQ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ P P P 	Q 
Q Q                                     R            I                                                                     	  $If   gd_ Q  kd݁ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd)݁ $If   K$L$l 0                                     
t                              4   4 
l a   Q Q 4Q WQ jQ }Q Q Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdCށ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	WQ Q Q Q Q Q -R .R /R 0R @R AR rR xR yR R R R R R R R R R ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Q Q                                        kdށ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q  R .R /R 0R AR rR yR R                                                             f                                    [            [                     
  $If   gd_ K$  kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
R R R R R R R                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   R R R R R R                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd% $If   K$L$l 0                                     
t                              4   4 
l a   R R R R R !S 4S GS HS IS |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	R R R R R R R R R R FS GS JS SS DT ET T U +U ,U -U .U >U ?U @U U U U U V ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ IS JS                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               JS SS S 2T ET +U ,U -U .U ?U U                                                                                     Y                                          kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
U V V 
V V *V ?V QV kV V V V V V V V 
W 'W                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ V V V 
V W W W W W W W W W W W W W X X X 'X 3X X Y 3Y 4Y 5Y 6Y ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  'W AW QW kW W W W                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  W W W W W X X X X |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X 'X X X 4Y 5Y 6Y GY Y Y Y                                                             f                                    [            [                     
  $If   gd_ K$  kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
6Y FY GY eY mY Y Y Y Y Y [ [ [ [ 5[ ?[ @[ A[ C[ D[ E[ R[ \[ ][ [ [ [ [ ;\ \ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 Y Y Y Y Y Y  Z Z *Z DZ ^Z fZ {Z Z Z Z Z Z                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Z  [ [ [ [                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [ [ E[ ][ p[ [ [ [ [ [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ ;\ X\ \ \ ] ] ] ] ] ]                                                                                                 f                                                   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  \ ] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ ^ .^ /^ ^ ^ ^ ^ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ] ] ^ /^ T^ g^ z^ ^ ^ ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ ^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ C_ k_ _ _ ` ` ` ` `                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
^ B_ D_ _ _ _ ` ` ` ` ` ` ` ` ` a a  a !a #a $a %a &a a a a νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ` ` ` %a &a Ka ^a qa a a a a             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a xb b b ,c c c c c 1d                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
a a wb ,c c c c c c c 1d 2d 8d 9d Ad Cd e e e e e e !f "f #f ;f Ef Ff Gf If Jf Kf ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 1d 2d 9d Bd Cd Kd `d ud d d d d d d e e 1e                                                                                                                                                                                                         	  $If   gd_  S  kdo $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1e Ce ]e we e e e e e                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  e e e "f |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "f #f Kf Lf _f rf f f f f f |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdM $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Kf Lf ^f _f f f f f pg `i ai bi ri si i i i i #j Wj Yj _j `j hj jj cl el ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  f f                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f pg g h  h h `i ai bi si                                                                                                 f                                                        kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
si i Yj `j ij jj rj j j j j j j k "k                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd# $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  "k <k Mk gk ok k k k k k k l l 9l Jl dl el                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  el fl gl l l l l l l l l l             s                                                                                                                                                                 kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  el fl gl l l l l l l l l l l l l l l m m m n n n n o o up vp _q tq vq wq Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ l l                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l m n wn n n Po o p vp  q vq wq ~q q r #r Sr r r r s 7s ks                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  wq ~q r r r r ;s Ns Rs js ks ls |s }s s s s s s !v #v $v %v ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ks ls }s s s s |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s t t +t Et _t pt t t t t t t u u                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   u ,u Au Su mu u u u u u u v "v #v $v                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  $v %v Mv Nv av tv v v v v v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd3 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
%v =v Gv Hv Lv Mv Nv `v av v v v v ww w px x x 7y Ly (z =z z z \{ q{ r{ s{ z{ { ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ v v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v ww qx x Oy \y y @z z s{ z{ { { { | 4| S| r| | |                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  { { { { 8| K| W| j| v| | | | | | | | | | 
} } } } } a c d e }    ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  | | | 
} } } |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } #} 5} G} Y} k} } } } } } }  ~ ~ '~ >~ ?~                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd	  $If   K$L$l 0                                     
t                                4   4 
l a   ?~ G~ Y~ k~ }~ ~ ~ ~ ~ ~ ~  $ : K b c                                                                                                                                                                                                                            S  kd  $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  c d e                      s                                                                                                                                                                 kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_            > ԁ    #     ܅   K χ s ʈ ߈    * =  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ԁ  $  ܃ ' F     . M u ∬ ㈬ ꈬ                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   Ǌ  & E   Ë ⋬                                                                                                                f                                       kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_      ǋ ڋ 括       V W X { | }        Í ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   W X | }                s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     $ % G i                                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_   Í ԍ  , |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Í Ӎ ԍ + , - . / ; ? C J i O b   ǐ ې   F Z   k w {     4 G ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  , - . / i   O  Ȑ   G  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        둬 쑬 > 咬 撬   j k     4 v  啬 , { Ж і ۖ 斬  # -                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  G v    䕬  + ? z  Ж і 斬   # - . F P Q U V W i j | }           . / õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (- .                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . V W j }                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   R       /                                                                                                             f                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  / 0 1 Y Z m                  s                                                                                                                                                                      kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
/ 0 1 I S T X Y Z l m         w x y           ǚ Ț ښ ۚ    ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 љ  x y                                                   f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      Ț ۚ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  O P қ ӛ ԛ 䛬 囬 曬 盬  	 
    " # 5 6 [ \ ` i             㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %  , P ӛ ԛ 囬 曬                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  曬 盬   # 6 I \ ^ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ `                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i                                                       f                                                                                                                       kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     㝬 o p   ɞ    8 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         㝬 n o p    ɞ #   	 8 K n     ̠ ͠ 렬 젬  - @ n o   ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  8 o  젬 - o   J      颬                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   ǡ   I ]     袬 颬       ! % & ' / L ^ _       շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                & ' L _ r                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  G Y   Ȥ 
   I                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_        Ȥ Ϥ դ 	 
     4 = G I O P W Y n o ~    ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ I P X Y o                                                                R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdM $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$      ѥ 䥬     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         Х ѥ      *  V ` a    ˧ ԧ ۧ ᧬   ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd! $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   զ    V a    ԧ                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_       	  : @ A H J S y z            Ϩ Ш ⨬ 㨬  	 
 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ     : A I |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J z                                        R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a       Ш 㨬  	   |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 
                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
    穬  4 ? ^  ˪ Ϫ Ъ Ѫ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  

   &  4 > ? ] ^ q      ʪ ˪ Ϊ Ϫ Ъ Ѫ Ҫ ⪬ 㪬 檬     زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 Ѫ Ҫ 㪬  |            s            s                                                                                                                                                                                           	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ) 3 4 8 9 : L M _ `            b l m   ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph      9 : M ` s    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ?  䬬  ' b m                                                                                                                                                                                                                                                                                                                                                                                           
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
      ĭ        $ - 7 8 9 : ; < c 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     9 |            s            s                                                                                                                                                                                           	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : ; < c d  V   ¯ . i j |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
c p t  V    ¯ . j v z    ڱ ۱ 籬 뱬  w    ߲  ߴ 봬 ﴬ  ͵ ε  	   < z     鷬 3 a b   .  ú  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4j     ڱ ۱  w   ߲  ޴ ߴ  ε  	 <   & ; W g z   鷬                                                                                                                                                                                                                                                                                                                                                                   gd_  鷬 3 b   .  ú  Z       & 9 =                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_          9 < = D E     Ҽ 	 j  罬   z   ʾ   4 a b g   B Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $= > ? @ A B C D E M            H            H            H            H            H            H            H                   gd_   kd" $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   E Y ` e u v                                                   _            V            V                                                             	 $If   gd_    kd1# $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd$ $$If   l       0   T# T                 .                
t  0                                                              4 
l al         ̼                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd$ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ̼ ͼ Ҽ 	  2            )            )            )                      	 $If   gd_    kd@% $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      d e j   Ὤ             [                                                                                                                                           kdm& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Ὤ ⽬ 罬  " t d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd6' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t u z   ľ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ľ ž ʾ   . d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd( $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  . / 4 b g  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd) $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      迬   d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdZ* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd#+ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd+ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     ' , 4 ; B N                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd, $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  N O                                             kd2- $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          O Z ^ e l m n o                                                             A                                  kd. $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  o p q r s t u v                                                 A                                              kdj/ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  v w x y z {                                      A            <            7                  gd_    gd_    kdI0 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   C D ] ^ w                                                                                                                                                                                                                                                       E  kd(1 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	B C D J K ] ^               ¬ ¬ (¬ )¬ @¬ A¬ B¬ F¬ G¬ d¬ e¬ f¬ r¬ s¬ ¬ Mì Ĭ Ĭ Ĭ Ĭ Ŭ Ŭ 춥x                          /jZ6 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd1 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd1 $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdE2 $$If   l 0 
" R                                                           4 
l a         ¬                                     a                                                                                                                             E  kdb3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   ¬ ¬ ¬ (¬ )¬ 3¬ @¬                                     a                                                                                                                             E  kd 4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd3 $$If   l 0 
" R                                                           4 
l a   @¬ A¬ B¬ C¬ D¬ E¬ F¬                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd4 $$If   l 0 
" R                                                           4 
l a   F¬ G¬ T¬ U¬ c¬ d¬ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd4 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   d¬ e¬ f¬ s¬ ¬ Lì Mì ?Ĭ @Ĭ Ŭ Ŭ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd5 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Ŭ Ŭ Ŭ 
Ƭ Ƭ Ƭ Ƭ 'Ƭ (Ƭ ,Ƭ -Ƭ /Ƭ WƬ XƬ Ƭ Ƭ Ƭ Ƭ Ǭ Ǭ Ǭ Ǭ ZǬ \Ǭ nǬ oǬ Ǭ Ǭ Ǭ Ǭ Ǭ Ǭ Ǭ Ǭ Ǭ dˬ eˬ qˬ ά ά ά ά Ϭ Ϭ qϬ rϬ Ϭ Ϭ Ϭ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j6 hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Ŭ /Ƭ 8Ƭ XƬ Ƭ Ƭ Ǭ Ǭ Ǭ [Ǭ                                                                                                                                                                                                                                                       S  kd(7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	[Ǭ \Ǭ oǬ Ǭ Ǭ Ǭ Ǭ                                     N                                                                                       S  kdL8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Ǭ Ǭ Ǭ Ǭ -Ȭ Ȭ ɬ ɬ nʬ oʬ dˬ eˬ qˬ ˬ O̬ ̬ &ͬ ͬ ͬ                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ͬ ͬ ά Ϭ qϬ rϬ Ϭ Ϭ Ϭ Ϭ HѬ IѬ ZѬ xҬ Ҭ Ӭ %Ӭ >Ӭ ZӬ tӬ uӬ ~Ԭ Ԭ ֬ ֬ }֬ ~֬ ֬                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Ϭ Ϭ YЬ ZЬ jЬ rЬ GѬ IѬ ZѬ wҬ xҬ Ҭ _Ԭ |Ԭ Ԭ ֬ ֬ >֬ ֬ ֬ ֬ ֬ ֬ A׬ B׬ W׬ X׬ ׬ ׬ ׬ ڬ ڬ ڬ ڬ ڬ ڬ ڬ ڬ ڬ ۬ ۵۵۵ۭۜۋzrgrrr       jT: h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '֬ ֬ ֬ ֬ ֬ B׬ X׬ ׬                                     j                                                                                                                                           kdp9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ׬ ׬ ׬ ׬ ׬ )ج ج ج ج ٬ K٬ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
K٬ ٬ jڬ kڬ ڬ ۬ 
۬ X۬ Y۬ ۬ ۬ Vݬ Wݬ ެ ެ |߬ }߬ J K e v &  ' (                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  ۬ ۬ ۬ 	۬ 
۬ 
۬ X۬ Y۬ ۬ Uݬ ߬ {߬ % & 1 2 B C G H I J K T e v    	 ) '    ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j"; hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj: h_ U !    - . B                                                 e                                                                                                                        F  kd; $$If   l   l '{6    4   4 
l a] p
        F  kd; $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    D h i l m s t           # $ E F ] ^ t u            < U     0   P y    ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3B C D M [ h i                                                             5            v  kd< $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdo< $$If   l   l '{6    4   4 
l a] p
         i j k l m q r s                                     t                                                                                                                                                             v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  s t                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd2> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             #                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # $ > @ E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd4B $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E F U W ]                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ^ l n t                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t u                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd5D $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   < V                            |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            1 e x     P j z       & / 0 F l {                                                                                                                                                                                                                                                                                                                                                                        gd_     $ % & F \ {      : [ l    ` u           пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ       : j k l       _ ` j u                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd6F $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                    . D Z \ s                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	  - . C D Y Z t }     > ? @ A g h m v          Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ s t                                     kdG $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               t }          
                                                                                                                                       q                            kdH $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
 ? @ A h i j k l             q            l                                                                                                                                                       gd_    kdI $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  l m                                     kd^J $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               m v         ! : O d ~                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_      z            q            q                                                                                                                                                                                       	  $If   gd_    kdK $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdrL $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                       C O k w       & ' * 4 J    
 ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd/M $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   1 2 T p q                                                                                                                 q                                                         kdN $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdCO $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd P $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 > ?     '                                                             q                                                                                                                             kdWQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ' ( ) * J   ! " , 7 z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdR $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       

  " 7 i j t ~                 @ A B a b c d e h q    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #7 j t ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ~                                         kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd3T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       V     A                                                                                                 s                                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  A B c d e f g |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdAV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g h                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q                             s                                                                                                                                                                                   kdOX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          & 1     *   
 )     7      1 P j       3      :   & E z { о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       1     ( 3 = |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd	Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
= >       M          )                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd"Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd?[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        &  6                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6  7  B  G              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G  H  R  W              {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W  X  c  h              {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h  i  s  x              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdLb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x  y  z                                            s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kdic $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      1 ? O                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       H j x                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdaf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T U                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       " 2                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u v                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      j k                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  & 4 D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           k l y z {  #	                                                                                                                                                                                        gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {    $	 X	 i	 j	 k	 	 	 	 	 	 	 	 	 
 
 
 0
 1
 K
 T
 ' ) 9 : J Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  #	 $	 X	 j	 k	 u	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  		 	                                        kdsw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 
 1
 3
 J
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  J
 K
                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K
 T
 
 
 
 
  w       (                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ( ) :     
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K e f g z {  
 
 
 +
 ,
 [
 \
 _
 h
          ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jz h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  
 
 ,
 [
 \
 ]
 ^
 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdZ{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^
 _
                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _
 h
 
 
   _ j                                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdh} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            k l       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd"~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        k l       ) > t          7 8 g     M P        ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                8 g y                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_                                           kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     5 6  " B c                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd_ 	  $If   gd_     P   ?  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         * + , ? @ O p      > `       2 d e f w ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j> h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        1 2 f x y  |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdÂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w y         $ 5 6 9 B     , - 5 7 G H          ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ 6 7 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  8 9                                        kdф $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B       6 7 H                                                                                                 Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
H      \    M Z             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd߆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          \  M Z     # # ' ' ' ' ( ( ( ( ( ( ") $) 	* * * * + + (, ,, \- }- . / u/ v/ / / / / ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jދ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -Z       ! ! " " # # # K% L% ' ' ' ( ( ( #) $) 	* * * * * *                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  * * * * * *             f                                                                                                                                                                      kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  * * * * * o            f            f            f                                                                                                                                                	  $If   gd_    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at * * * * + o            f            f            f                                                                                                                                                	  $If   gd_    kd܈ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + 	+ + + o            f            f            f                                                                                                                                                	  $If   gd_    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + %+ -+ 2+ o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2+ 3+ ;+ C+ O+ o            f            f            f                                                                                                                                                	  $If   gd_    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at O+ P+ X+ _+ d+ o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d+ e+ m+ t+ + o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + $, %, |- }- / / / / *0 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / *0 60 9 #9 j< u< lB }B D E .F :F ;F GF KF gF kG lG G G G G G G G G G (H )H *H .H 7H J J J ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %*0 60 0 0 i1 j1  2 2 S2 4 4 5 5 o5 6 6 7 9 #9 i: j: ; ; ; ; ; ;                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ; ; ; < < < (< ;< R< i< j< u< = = C> D> > > A A lB }B B C C bC C C C                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  C C 7D D D D E .F ;F gF kG lG vG G G G G                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  G G                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G )H *H ,H -H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  -H .H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .H 7H vH H H H I 6I AI zI I I J J                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
J J J MJ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J LJ MJ NJ PJ \J `J |J }J J J J J J J J K K -K .K /K 3K <K L ,M ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 MJ NJ OJ PJ |J }J J J J J |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  J J                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J K -K .K /K 1K 2K                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2K 3K                                        kdɑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3K <K {K K K K L =L L ,M <M =M                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ,M <M >M NM OM UM \M ]M ^M _M tM M M M M M M M M N N N N  N O ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    =M >M OM ]M |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]M ^M _M iM tM M M M |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdד $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M N N N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  N N                                        kd啂 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N  N _N kN N N N !O O P  P !P                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  O P  P "P 2P 3P 9P @P AP BP CP DP PP TP oP pP P P P P P P P P P #Q $Q ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    !P "P 3P AP |            s            s                                                                                                                                                                                           	  $If   gd_   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       AP BP CP DP pP zP P P P P |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P "Q #Q $Q %Q 'Q (Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  $Q %Q )Q 2Q R R R R R R R R R R S S S $S %S 1S RS SS ]S |S }S ~S îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  (Q )Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )Q 2Q qQ }Q Q Q R 1R iR R R R                                                                                                                         f                           kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  R R R R R R R S S $S                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	$S %S                                        kdɜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %S SS }S ~S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ~S S S S U U U )U *U 0U 7U 8U 9U :U tU U U U U U U U U U U V п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  S S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S S S ,T LT {T T T U U                                                                                                                         f                           kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  U *U 8U 9U :U tU U U U U                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  U U                                        kd堂 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U V V V V 2V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  V V V V 3V <V =W >W ?W uX vX wX X X X X X X X X X X X Z Z ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 2V 3V                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3V <V >W ?W PW W W vX wX X X                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
X X X X X X X Z Z Z [ N[ [ [ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Z [ *[ M[ a[ [ [ [ [ \ /\ q\ r\ \ \ \ \ \ \ \ \ \ \ \ \ ] ] )] *] b] c] }] ] ] õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ![ \ q\ r\ |\ \ \ \ \                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \ \                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ ] *] =] P] c] e] |]                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  |] }]                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }] ] ] ^ 1^ 2^ 3^ D^ q^ x^ ^                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
] ] 1^ 2^ 3^ C^ D^ G^ \^ e^ o^ q^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ^ ^ ^ ^ ^ ^                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   ^ ^ ^ ^ _ _ ._ A_ B_ C_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ @_ A_ D_ M_ p_ _ _ _ _ _ _ ` ` ` ` !` 6` 7` F` H` N` O` P` ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J C_ D_                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D_ M_ p_ _ _ _ _ _ ` `  `                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
 ` !` 7` G` H` I` J`                                     R                                                                                              Q  kdҬ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   J` K` L` M` N` O`                                     R            I                                                                     	  $If   gd_ Q  kd쭂 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   O` P` x` ` ` ` ` ` ` ` |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P` h` r` s` t` v` w` x` ` ` ` ` ` ` a a b b b b b b b b b Jc Sc jc c c ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ` `                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` .a a a b b b b b c                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
c c c c c c c c 	d #d 3d Md gd od d d d d                                                                                                                                                                                                                      	  $If   gd_  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ c c c c #e $e %e &e >e He Ie Je Le Me Ne me ne e e e e e 0f f f f f f ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  d d d 	e #e $e %e                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdӱ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %e &e Ne ne e e e e e |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e 0f ^f f f f f /g 6g ?g                                                             f                                    [            [                     
  $If   gd_ K$  kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
f f f g g /g 5g 6g >g @g h h h h h h h h h h h h h h Fi Gi Ji Si i j ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ?g @g Hg ]g rg g g g g g g h h .h @h Zh th h                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   h h h h h                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  h h h h i !i 4i Gi Hi Ii |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ii Ji                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ji Si i i =j j $k %k &k 'k 8k k                                                                                                 f                                                   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  j "k %k &k 'k 7k 8k k k k k k k k k k k k k *l +l .l 7l þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ k k k k k l l +l ,l -l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-l .l                                        kdӹ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .l 7l l 	m Lm m 3n 4n 5n 6n Gn                                                                                                 Y                              kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
7l l l Km Lm m 3n 4n 5n 6n Fn Gn n n n n n n n n n n n 4o 5o 8o νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  Gn n n n n n n o "o 5o 6o 7o             s                                                                                                                                                                 kdỂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  7o 8o                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8o Ao p =p p p iq jq kq |q q                                                                                     Y                                          kdｂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
8o Ao p p gq iq jq kq {q |q q q q q q q Xs Zs [s \s ls ms s s s s s s s s s s ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 q q q q q q q r %r ?r Yr ir r r r r r                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  r r r s %s ?s Ys Zs [s                                                                                                                                                                                                                                                 	  $If   gd_  S  kd; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  [s \s ms s |            s            s                                                                                                                                                                                           	  $If   gd_   kdͿ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s s s t #t 6t It Jt Kt |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
s s s s Ht It Lt Ut u v v  w w w w "w 7w {w w w w w w x x z z ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Kt Lt                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Lt Ut u nu u u Qv v v  w w                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
w {w w w x x x %x :x Ox ax {x x x x                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd]Â $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  x x x y 
y "y 7y Ly ^y xy y y y y y z z                                                                                                                                                                                                                            S  kdÂ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  z z z -z .z Az Tz gz zz z z z             s                                                                                                                                                                 kdĂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  z z z z 'z (z )z +z ,z -z .z @z Az z z z z ]{ { { { { g| h| M} b} ~ ~ ~    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ z z                                        kd;ł $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z ]{ { | h| | | d} } ~ ~    [     Q }  Հ 	                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_    ! 4 8 P ـ 쀭   	 
   _ e f n p    Ã ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   	 
  _ f o |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdƂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p x    Ɂ ね   ( B S m ~                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kdIǂ $If   K$L$l 0                     x                
t                                4   4 
l a    ʂ ߂   % 6 P j {                                                                                                                                                                                                                        	  $If   gd_  S  kdǂ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   Ã 냭 샭   % 8 K L M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdmȂ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ã ۃ 僭 惭 ꃭ 냭 샭   J K N W  A  _ t Ն ꆭ Ƈ ۇ B W      \ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ M N                                        kd5ɂ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W   w 톭  g އ Z   X w   ҉   Q R                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  \ o {  ։ 鉭    ' / H P Q R S c d           % & * ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  R S d    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdʂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ӊ 劭  	   7 N _ v    ŋ ܋ ݋                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdC˂ $If   K$L$l 0                                     
t                                4   4 
l a   ݋ 勭  	  - D [ r     ، 錭                                                                                                                                                                                                                               S  kd˂ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     + , ? R e x                s                                                                                                                                                                 kdĝ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  * + , > ?      ܎ r  D   # ?  # z  @ 锭 m  h } %   Ș ۘ ' 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd!͂ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  r D  @ z ő 䑭 A _  # ̓ 딭     $ %                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  % e  Ę 㘭 # B a                                                                                                                 f                                       kdu΂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ' : F Y e x                $ - J _ ` a ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f         " #             s                                                                                                                                                                                     kd/ς $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  # $                                        kdς $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ - : \ ~   Ú 嚭  ) K `                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ` a r  ʛ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd=т $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a q r ɛ ʛ ˛ ̛ ͛ ٛ ݛ ᛭ 蛭  흭   / B e y   䞭  3 G 	   @   Ң 墭 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ʛ ˛ ̛ ͛    흭 / f  垭 4 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdт $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4   ܟ   C D  	 @   Ң  K  ʣ  n o y    ˤ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  墭  ' J ^   ɣ ݣ  , n o     ˤ ̤ 䤭  來        - . @ A E N     ̦ ͦ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (ˤ ̤                                        kd҂ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̤     . A C D                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  D E                                        kdԂ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N     < V    ͦ                                                                                                             f                                       kdYՂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ͦ Φ Ϧ     1 D F G             s                                                                                                                                                                      kdւ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ͦ Φ Ϧ 禭      
    C D H Q      ' ( ) * B L M Q R S e f x y   ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %G H                                        kdւ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q o    ( )                                                 f                                                                                                                       kd!؂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ) * R S f y     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd؂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdق $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    p q r             ө ԩ     * +   : ; < L M N O \ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %  ʨ  q r                                                   f                                                                                                                       kdڂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_       ԩ 穭    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdۂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd]܂ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 +  ; < M N                                                 f                                                                                                                       kd݂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N O P  
  5 6 g _ `  ֭ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdkނ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ `   
  5 B F g  `   ֭ 魭    D E X j k    ˮ ޮ  
   Q ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ֭ 
 E  ˮ 
 R  语 = > ? I T                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Q e   篭  < > ? T         ð İ Ű Ͱ 갭   " # < E F U շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd%߂ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                İ Ű 갭   # % ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ; <                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               < E  屭  / : f    粭                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  U  / : M ] f m s       Ҳ ۲ 岭 粭      
      ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 粭    
                                                                R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$    H I \ o      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  8 B C G H I [ \ n o      ȳ &      9 i r y    ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ' B s       : L r                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd_ 	  $If   gd_         ص ޵ ߵ 浭 赭    - . 0 1 2 J T U Y Z [ m n      пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ     ص ߵ 絭 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       絭 赭  / 0 1                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   1 2 Z [ n      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 # K   ҷ ݷ  ' i m n o                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
   Ķ " ҷ ܷ ݷ     & ' . 4 h i l m n o p        زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 o p   |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ǹ Ѹ Ҹ ָ ׸ ظ 긭 븭   # $ ( 1 2 A   N R    
  ) * ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph      ׸ ظ 븭   $ & ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' (                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ( 1  ݹ O   ź    * U                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
* = L T U \ b        » ˻ ջ ֻ ׻ ػ ٻ ڻ  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     ׻ |            s            s                                                                                                                                                                                           	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ׻ ػ ٻ ڻ   =  & ' ` ̽   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   =  & 3 7 ` ̽    :  # x y     E Q U } O­ }­ ­ ­ ­ kí lí í í í í í ŭ @ŭ Aŭ Wŭ [ŭ ŭ ƭ ƭ  ǭ 9ǭ ǭ ǭ %ȭ aȭ ȭ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 :  " # x y   D E } O­ |­ }­ ­ lí í í í ĭ ĭ ĭ ĭ ĭ ŭ ŭ @ŭ Aŭ ŭ                                                                                                                                                                                                                                                                                                                                                                   gd_  ŭ ƭ  ǭ 9ǭ ǭ ǭ %ȭ aȭ ȭ ȭ /ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ȭ /ɭ 3ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ 1ʭ 2ʭ 3ʭ 4ʭ pʭ ʭ ˭ 5˭ ˭ ˭ ˭ ̭ C̭ Ḓ h̭ ̭ ̭ ̭ ̭  ͭ ͭ *ͭ .έ έ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ ɭ M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ɭ ɭ ɭ ʭ ʭ ʭ #ʭ $ʭ                                                 _            V            V                                                             	 $If   gd_    kdk $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  $ʭ %ʭ 1ʭ 2ʭ                                                                                                                                                                                                                                                          	 $If   gd_  o  kd@ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  2ʭ 3ʭ 4ʭ ?ʭ Cʭ Vʭ ^ʭ jʭ                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  jʭ kʭ pʭ ʭ ʭ 2            )            )            )                      	 $If   gd_    kdz $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ʭ ˭ ˭ ˭ 5˭ :˭ ˭             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ˭ ˭ ˭ ˭ ˭ ̭ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ̭ ̭ ̭ Ḓ H̭ b̭ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b̭ c̭ h̭ ̭ ̭ ̭ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ̭ ̭ ̭  ͭ ͭ +ͭ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  +ͭ ,ͭ -ͭ 7ͭ ͭ ͭ ͭ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ͭ ͭ ͭ ͭ n            e            e                                                                                                                                                               	 $If   gd_    kd] $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ͭ ͭ ͭ ͭ                                                                                                                                                                                                                                                	 $If   gd_  t  kd2 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ͭ ͭ ͭ ͭ ͭ ͭ ͭ ͭ ͭ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ͭ ͭ                                             kdl $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ͭ ͭ ͭ έ 
έ έ έ 
έ                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  
έ έ έ έ έ έ έ έ                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  έ έ έ έ έ έ .έ                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  .έ έ έ έ έ ϭ &ϭ 'ϭ ;ϭ =ϭ                                                                                                                                                                                                                                                   E  kdb $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	έ έ έ έ έ έ έ &ϭ 'ϭ =ϭ >ϭ @ϭ Aϭ Oϭ Pϭ ]ϭ ^ϭ }ϭ ~ϭ ϭ ϭ ϭ ϭ ϭ ϭ ϭ ϭ ϭ ϭ ϭ Э Э Э Э Э #Э Э ҭ ҭ ҭ ҭ ҭ ҭ 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *=ϭ >ϭ ?ϭ @ϭ Aϭ Iϭ Oϭ                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   Oϭ Pϭ Yϭ ]ϭ ^ϭ qϭ }ϭ                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   }ϭ ~ϭ ϭ ϭ ϭ ϭ ϭ                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd= $$If   l 0 
" R                                                           4 
l a   ϭ ϭ ϭ ϭ ϭ ϭ ϭ                                     a                                                                                                                             E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ϭ ϭ ϭ ϭ ϭ ϭ ϭ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ϭ ϭ ϭ ϭ Э Э l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Э Э Э Э #Э Э Э ѭ ѭ ҭ ҭ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ҭ ҭ ҭ ӭ ӭ ӭ ӭ ӭ ӭ ӭ ӭ ӭ ӭ ӭ Nԭ Oԭ [ԭ \ԭ ԭ ԭ ԭ ԭ ԭ ԭ խ 
խ 1խ 3խ Cխ Dխ խ խ խ խ խ ٭ ٭ ٭ Qܭ Tܭ iܭ ܭ ܭ ܭ ݭ ݭ lݭ mݭ ݭ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0ҭ ӭ ӭ ӭ Oԭ \ԭ ԭ ԭ ԭ ԭ                                                                                                                                                                                                                                                       S  kdb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	ԭ ԭ 
խ 2խ 3խ Dխ խ                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   խ խ խ խ խ b֭ ׭ ׭ ح 
ح ٭ ٭ ٭ ٭ ٭ ^ڭ ڭ -ۭ ۭ                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ۭ ۭ Tܭ ܭ ݭ ݭ Nݭ lݭ mݭ ݭ ޭ ޭ ޭ  8             g                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ݭ ݭ ݭ ݭ ޭ ޭ ޭ ޭ ޭ   8       g }        ' ( ) E F Q R S W X    ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'g s      (                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ( ) :    % & B   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 C  	 Z         c d        ~   D E                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_                                 D   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j\ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !E                                                       e                                                                                                                        F  kd6 $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_       
    3 4 T U k l             - . U V W X Y 7 8 D    ' - 0       K j  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
           	 
                                         t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    + - 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdl	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 M O T                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T U c e k                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k l                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdn
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           
                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           & ( -                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         - . 5 : U                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U V W X Y 7 8 D     ( ; o                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o      J h      L k         
  , - F y z                                                                                                                                                                                                                                                                                                                                                                   gd_           + ` x     
 > j    E F P Z [      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  z       	 
 > T j        F P Z                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Z [                                     kdp $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               [                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_  	                      1  3  C  D  c  d  e  f    Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 = > R S w                                                                                                                                            q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
       	 
             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
                                      kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 5 6 J K e             2                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_  2  3  D  d  z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       d  e  f            z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                 # % 5 6 U V X       	  4 @          2 t u  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                        kdi $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                               $ % 6 V                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  V W X      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd} $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       u      z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdN $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         = > k     T 8 : J K              k { | ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                > k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 V W     9 : K                                                                                                   s                                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd{! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd5" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 j k |                          s                                                                                                                                                                                   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  |         Q R i   ) H   ,
 K
 
 
 T s    '     ?   : Y 8 W   G f     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -       o p      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdC$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  <	 S	 k	 	 	 	 	  
 f
 g
 Q R i ~                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  ) 7 G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdy& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 	
 

 ,
 :
 J
                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J
 K
 V
 [
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [
 \
 f
 k
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k
 l
 w
 |
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |
 }
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd
, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd'- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      T b r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kda/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 1     &                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i j                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd44 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      : H X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j t y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	 8 F V                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      G U e                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % & J j    	 
    <                                                                                                                                                                                         gd_  z  kdNB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    * < W     	  P Q [ e f               Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ      	   Q [ e                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	e f                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 F G g h   K p                                                                                                                                                                                                                                                                                                                                                                                                                 
& F $If   gd_ 	  $If   gd_     ) B [ t  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdUE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              (              M N Q b z ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jF h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdNG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N O    $ = W l                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd_ 	  $If   gd_     N |            s            s                                                                                                                                                                                           	  $If   gd_   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O P Q z 	 
 > P b c R S |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd\I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z 	 
 = > a b c     ? Q S h          (  )  ,  5      f" g" " " " " " ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $S ] h                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     )  *  +                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  +  ,                                         kdjK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,  5  z  {          R! ! ! " '" D" f" g" "                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  " " " " D# # #  $ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " " " " " " " # D# i# # # # # $  $ #$ 4$ J$ q$ $ % % % % ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jxM h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ   $ !$ "$ #$ I$ J$ $ $ % % % !% |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % ,% ^% _% i% s% t% % % % % % % % K& Y& & & & & & & & & 0' 1' 3' 4' F' X' Y' d' ' ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !!% ,% _% i% s%                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  s% t%                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t% % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  % %                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % A& B& b& c& & & & & &                                                                                                 Y                              kd_Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
& 1' 2' 3' 4' d' ' ( S* T* , ,             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ' ' ' ' ' ' ' ' ' ( , , $. 5. q1 1 Q5 d5 5 5 5 5 R6 S6 U6 V6 6 6 7 7 .8 b8 19 89 9 9 : ; < < = = ,= -= == >= ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jW hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jR hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -, #. $. 5. {/ |/ <0 =0 p1 q1 1 2 2 P5 Q5 f5 5 S6 V6 6 6 7 7 -8 .8 =8 O8                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  O8 b8 c8 h8 p8 u8             f                                                                                                                                                                      kd:S $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  u8 v8 {8 8 8 o            f            f            f                                                                                                                                                	  $If   gd_    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd_    kd`U $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 9 o            f            f            f                                                                                                                                                	  $If   gd_    kdU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 9 9 9 9 o            f            f            f                                                                                                                                                	  $If   gd_    kd<V $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 9  9 !9 9 9 ; ; < < n= o= = o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >= A= B= = = F F J J 
P P R R S S S S S T 	U 
U U QU RU \U fU gU sU U U U U U U U W W W ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %= = P> Q> ? ? ? ? ? A A B B 
C D D 2E F F H H )I 6I CI PI ]I nI                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  nI I I I I I I I I J J J CK DK K K cL dL 6O 7O 
P P PP P P  Q .Q [Q Q                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  Q Q Q %R R R R S S T 	U 
U U U RU \U fU                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  fU gU                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gU U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  U U                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V  V GV nV V V V W "W GW W W                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
W W W W |            s            s                                                                                                                                                                                           	  $If   gd_   kd;Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W W W W W W W X X 0X bX cX mX wX xX X X X X X X X X bZ Z ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 W W W W X X %X 0X cX mX |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	mX wX                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  wX xX                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xX X X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  X X                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y %Y LY wY Y Y aZ Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Z Z Z Z Z Z Z Z Z Z [ D[ E[ O[ Y[ Z[ f[ [ [ [ [ [ [ [ F] ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Z Z Z Z |            s            s                                                                                                                                                                                           	  $If   gd_   kdW^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z [ [ E[ O[ Y[ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y[ Z[                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z[ [ [ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  [ [                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ [ 	\ 0\ [\ \ \ E] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  F] ] ] ] ] ] ] ] ] ] ] ] ] ] 
^ ^ #^ U^ V^ `^ j^ k^ w^ ^ ^ ^ ^ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ] ] ] ] |            s            s                                                                                                                                                                                           	  $If   gd_   kdsb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ] ] ^ ^ #^ V^ `^ j^ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd-c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	j^ k^                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k^ ^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ^ ^ ^ ^ C` E` U` V` \` c` d` e` f` {` ` ` ` ` ` ` ` ` ` a a a îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ^ ^                                        kd;e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ B_ p_ _ _ ` C` D` E`                                                                                                                         f                           kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  E` V` d` e` f` p` {` ` ` `                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdIg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	` `                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a a a a  a                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  a a !a *a b b b b b b b b b b c ,c .c /c Dc vc wc c c c c c п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ   a !a                                        kdWi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !a *a ia ua a a a b 6b mb b b                                                                                                                         f                           kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  b b b b b c /c 9c Dc wc                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdek $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	wc c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  c c                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  c c c c c c d d d f f f %f &f Xf Yf Zf [f \f ]f if mf f sh h ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 c c                                        kdsm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c d d d -e ce f f &f Xf                                                                                     s                                                                                              kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Xf Yf Zf [f \f ]f f >h ?h sh h h $i ki |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h h h h h #i 7i ji ~i i i j j %j Wj Xj bj lj mj j j j j j j j j j j  k k k $k 0k õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ki i j j j %j Xj bj lj                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  lj mj                                        kd;p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mj j j j j j k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  k k                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k $k k k k k k k l l l                                                             f                                    [            [                     
  $If   gd_ K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
0k k k k k k k k k l 
l l l l l l 4l 5l Dl Fl Gl Hl `l jl kl ll nl ol pl l l ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ l l 5l El Fl Gl                                     R            I                                                                     	  $If   gd_ Q  kd*t $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   Gl Hl pl l l l l l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l l l l m im jm km lm |m }m m m m m m m m m m m m m ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J l l                                        kdqu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l m <m jm km lm }m m m m                                                             f                                    [            [                     
  $If   gd_ K$  kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
m m m m m m m                                     R                                                                                              Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   m m m m m m                                     R            I                                                                     	  $If   gd_ Q  kd&y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   m m n 7n 8n ]n pn n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m n n n n n n n 7n 8n n n n n o o 4p Mp gp hp ip jp zp {p |p p p q 8q >q ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ n n                                        kdmz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n n no o gp hp ip jp {p 8q                                                                                     Y                                          kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
8q ?q Hq Iq Qq fq {q q q q q q r 
r "r 7r Ir cr                                                                                                                                                                                                                      	  $If   gd_  S  kd{| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ >q ?q Gq Iq r r r r r r r r r r r s s Vs Ws Zs cs os s Xt ot pt qt rt ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  cr }r r r r r r                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd
} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  r r r s 1s Ds Ws Xs Ys |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ys Zs                                        kdY~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zs cs s s pt qt rt t t t t                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
rt t t t t t t t t t Uv Wv Xv Yv qv {v |v }v v v v v v v v v v v ww %x ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 t t t t u "u <u Vu fu u u u u u u u v "v                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   "v <v Vv Wv Xv                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Xv Yv v v v v v v v v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v v                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v ww w w $x x x x x x )y                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  %x x x x x x x (y )y *y By Ly My Ny Py Qy Ry jy ky y y y y þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ )y *y Ry ky y y y y y y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y z z z 3{ { { { { {                                                                                                 Y                              kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
y ~z z z z 3{ { { { { { { 7| 8| 9| Q| [| \| ]| _| `| a| b| | | | νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  { 8| 9| a| b| | | | | | | |             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | |                                        kdՇ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | } } ~ h~   	  m                                                                                     Y                                          kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
| | } h~    	   m n t u }      
  ] ^ _ w       ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 m n u ~         ! ; C X m                                                                                                                                                                                                         	  $If   gd_  S  kd㉃ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  m    À ݀                                                                                                                                                                                                                                                    	  $If   gd_  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ^ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ _      ԁ 灮 聮 遮 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    恮 灮 ꁮ          Մ  _         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  遮 ꁮ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ꁮ    H \                                                                                                      f                                                        kdݍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
       Å ؅ 텮   3 D ^                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ^ x     Ն ꆮ   0 A [ u                                                                                                                                                                                                                               S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ˇ ̇ ߇    + , -             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_      Ň Ƈ Ǉ ɇ ʇ ˇ ̇ އ ߇ * + . 7  * + Q R   늮         Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ - .                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . 7  R   9   W  \     H _     G s                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_     ҍ ֍  w             ] _ ` a ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph        
 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdɑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   + @ U g    Ə     6 > S                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   S h }   Ð Ԑ    3 D ^ _ `                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ` a     Ñ ֑ 鑮 ꑮ 둮 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
a y        葮 鑮 쑮   ߒ    s  d y         ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 둮 쑮                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               쑮        |      4 Y p                                                                                                                                                                                                                                                                                                                              
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   
  , t     ŗ ͗ 旮       F L M U W      Ú Ě Ț ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     F M V |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdÕ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W _ q     ՘ 옮   + < R c z {                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd} $If   K$L$l 0                                     
t                                4   4 
l a   {     ˙ ♮   ! 8 O ` v                                                                                                                                                                                                                               S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ɚ ʚ ݚ    ) + ,             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ț ɚ ʚ ܚ ݚ ( ) - 6 H z  B ❮ C _  ݞ 1   - ޡ      å G Z f y Ŧ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !, -                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6 H  ❮ ` ޞ  c  ߟ  /  j     & ¥ å                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  å  C b   ম   = > O                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  Ŧ ئ 䦮    " 5 < > N O         § ˧ 訮    ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  O                    s                                                                                                                                                                                     kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   §                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               § ˧ ا   > ` a   Ǩ 騮                                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_     C h |            s            s            s                                                                                                                                                                          	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          g h i j k w {      ͫ ૮   ; O   Ѭ 嬮    ޯ 9 < p  ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  h i j k  U W  ͫ  <  Ҭ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ҭ ' ( z ! " ᮮ ⮮   ޯ ; < p  鰮 ! h   
  " U _ i                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    Ű 谮    4 g {  ʱ  
 " T U _ i j           ˲ ̲ ޲ ߲ 㲮 첮 4 X Y Z j k õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (i j                                        kd띃 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j     ̲ ߲ Ხ Ⲯ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ⲯ 㲮                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               㲮 첮 4 W   ڳ  + Y Z k                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  k l m     ϴ ⴮ 䴮 崮             s                                                                                                                                                                      kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
k l m           ᴮ ⴮ 洮 ﴮ 0 1    ŵ Ƶ ǵ ȵ ൮ 굮 뵮 ﵮ       < = ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %崮 洮                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               洮 ﴮ 
 1   Ƶ ǵ                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ǵ ȵ     * = ? @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ A                                        kdϤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = A J        ! " # ; E F J K L ^ _ q r     ȷ ɷ K L ظ ٸ ڸ 긮 븮 츮   㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %A J h    ! "                                                 f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  " # K L _ r     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdݦ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ɷ L ٸ ڸ 븮 츮                                                 f                                                                                                                       kd먃 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  츮      ӹ Թ    2 t |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             ӹ ๮ 乮  _  2 E t    ⻮ 㻮   	 ' ( ; i |    Ｎ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  t  㻮 ( i   7  ۽ ܽ ݽ 置  % / 9                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Ｎ  6 J   ڽ ܽ ݽ  $ % / 9 : R \ ] a b c k      ھ 㾮 侮  շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\9 :                                        kd_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               : b c     þ پ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  پ ھ                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ھ 㾮 R   Ϳ ؿ  F G X                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   R Ϳ ؿ 뿮     E F G W X [ p y             ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kdN $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$      
   3 5 6 L |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdۮ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
          
 2 3 M V W f  ® ® ® ® ® ® î î î î .î /î ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ L M                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               M V   ® .® G® Z® ® ® ® ® ® î /î 0î                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  /î 0î 1î Aî Bî Eî Kî vî |î }î î î î î î î î î î î î î î î î î Į Į Į Į DĮ EĮ IĮ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  0î 1î Bî vî }î î |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd鰃 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       î î î î î î                                     R            I                                                                     	  $If   gd_ Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   î î î î Į Į 2Į EĮ GĮ HĮ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	HĮ IĮ                                        kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               IĮ RĮ Į Į #Ů 5Ů pŮ {Ů Ů Ů Ʈ Ʈ Ʈ 
Ʈ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
IĮ RĮ SĮ bĮ Į pŮ zŮ {Ů Ů Ů Ů Ů Ů Ů Ů Ů Ʈ Ʈ 
Ʈ Ʈ Ʈ 
Ʈ Ʈ Ʈ Ʈ "Ʈ 7Ʈ @Ʈ JƮ KƮ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 
Ʈ Ʈ Ʈ LƮ |            s            s                                                                                                                                                                                           	  $If   gd_   kd˴ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KƮ LƮ MƮ eƮ oƮ pƮ tƮ uƮ vƮ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ =Ǯ >Ǯ Ǯ Ǯ 2Ȯ Ȯ Ȯ Ȯ Ȯ Ȯ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    LƮ MƮ uƮ vƮ Ʈ Ʈ Ʈ Ʈ Ʈ Ʈ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ʈ Ʈ                                        kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ʈ Ʈ >Ǯ {Ǯ Ǯ  Ȯ QȮ cȮ Ȯ Ȯ Ȯ Ȯ 5ɮ 6ɮ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
Ȯ Ȯ Ȯ Ȯ Ȯ Ȯ  ɮ 4ɮ 5ɮ 6ɮ 7ɮ Gɮ Hɮ Kɮ `ɮ iɮ sɮ tɮ uɮ vɮ wɮ xɮ ɮ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  6ɮ 7ɮ Hɮ uɮ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       uɮ vɮ wɮ xɮ ɮ ɮ ɮ ʮ ʮ ʮ ʮ jˮ ˮ ˮ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ɮ ɮ ɮ ɮ ʮ ʮ ʮ ʮ ʮ jˮ ˮ ˮ ˮ ˮ U̮ ̮ ͮ ͮ #ͮ 'ͮ Pͮ ͮ ͮ ͮ ͮ ή Ϯ Ю 'Ю +Ю XЮ 	Ѯ 
Ѯ DѮ EѮ QѮ UѮ xѮ Ү Ү Ү Ү Ү %Ӯ oԮ Ԯ Ԯ Ԯ -ծ jծ ծ ծ W֮ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4ˮ ˮ U̮ ̮ ̮ ͮ ͮ Pͮ ͮ ͮ ͮ ή Ϯ Ю Ю XЮ 
Ѯ DѮ EѮ xѮ ,Ү -Ү bҮ wҮ Ү Ү Ү Ү Ү %Ӯ                                                                                                                                                                                                                                                                                                                                                                   gd_  %Ӯ oԮ Ԯ Ԯ -ծ jծ ծ ծ W֮ ֮ ֮ /׮ 0׮ ;׮ G׮ V׮ b׮ u׮ y׮                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  W֮ ֮ ֮ .׮ /׮ ;׮ Q׮ U׮ u׮ x׮ y׮ ׮ ׮ ׮ ׮ ׮ ׮ خ Eخ خ خ #ٮ Yٮ Zٮ ٮ ٮ ٮ ڮ =ڮ >ڮ pڮ ڮ ڮ ڮ ڮ ۮ ~ܮ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $y׮ z׮ {׮ |׮ }׮ ~׮ ׮ ׮ ׮ M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ׮ ׮ ׮ ׮ ׮ ׮ ׮ ׮                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ׮ ׮ ׮ ׮                                                                                                                                                                                                                                                          	 $If   gd_  o  kdz $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ׮ ׮ ׮ ׮ ׮ ׮ ׮ خ                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  خ 	خ خ Eخ Jخ 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Jخ خ خ خ خ خ ٮ             [                                                                                                                                           kdἃ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  ٮ ٮ #ٮ Zٮ ^ٮ ٮ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ٮ ٮ ٮ ٮ ٮ  ڮ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   ڮ ڮ ڮ >ڮ Cڮ jڮ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  jڮ kڮ pڮ ڮ ڮ ڮ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ڮ ڮ ڮ ڮ $ۮ )ۮ 5ۮ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5ۮ 6ۮ 9ۮ Cۮ n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Cۮ Dۮ Gۮ Pۮ                                                                                                                                                                                                                                                	 $If   gd_  t  kdl $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Pۮ Qۮ Rۮ cۮ hۮ pۮ wۮ ~ۮ ۮ                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd	Ã $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ۮ ۮ                                             kdÃ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ۮ ۮ ۮ ۮ ۮ ۮ ۮ ۮ                                                             A                                  kdă $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  ۮ ۮ ۮ ۮ ۮ ۮ ۮ ۮ                                                 A                                              kdŃ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ۮ ۮ ۮ ۮ ۮ ۮ ۮ                                     A            <            7                  gd_    gd_    kdƃ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ۮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ                                                                                                                                                                                                                                                   E  kdǃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	~ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ܮ ݮ ݮ ݮ ݮ Kݮ Lݮ dݮ eݮ |ݮ }ݮ ~ݮ ݮ ݮ ݮ ݮ ݮ ݮ ݮ ݮ ޮ . / : ; K L 춥x                          /j̃ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *ܮ ܮ ܮ ܮ ܮ ܮ ܮ                                     a                                                                                                                             E  kdZȃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdǃ $$If   l 0 
" R                                                           4 
l a   ܮ ܮ ܮ ܮ ܮ ݮ ݮ                                     a                                                                                                                             E  kdɃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdȃ $$If   l 0 
" R                                                           4 
l a   ݮ ݮ ݮ ݮ ݮ 1ݮ Kݮ                                     a                                                                                                                             E  kdɃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdwɃ $$If   l 0 
" R                                                           4 
l a   Kݮ Lݮ Wݮ dݮ eݮ oݮ |ݮ                                     a                                                                                                                             E  kdʃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5ʃ $$If   l 0 
" R                                                           4 
l a   |ݮ }ݮ ~ݮ ݮ ݮ ݮ ݮ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdʃ $$If   l 0 
" R                                                           4 
l a   ݮ ݮ ݮ ݮ ݮ ݮ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdR˃ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ݮ ݮ ݮ ݮ ݮ ޮ ޮ {߮ |߮ S T l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd̃ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
L P Q F G R S c d h i k       A C N O         ! # $ 0 1       ' L U   
   ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j5̓ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0T k t    B C O                                                                                                                                                                                                                                                        S  kd̓ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	      "                                     N                                                                                       S  kd΃ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd.΃ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   " # $ 1 i          0   b  2                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdRσ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   2 3  M    
        ? a z      Z [                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_                 Y [ z    , - } ~             3 4 ? ۵۵۵ۭۜۋzrgrrr       jЃ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '    , - ~                                       j                                                                                                                                           kdσ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     ! & e    J  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdVЃ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     H I   9 :           b  c d                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  ? @ A E F I   8  S  a b m n ~          3 < E e c  M  N  ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jу hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj/у h_ U ! N  R  S  i  j  ~                                                  e                                                                                                                        F  kdp҃ $$If   l   l '{6    4   4 
l a] p
        F  kdу $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  N  S                        	 
 % & B C _ `                 C x     Z l ? W     > ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3~                                                                          5            v  kdVӃ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd҃ $$If   l   l '{6    4   4 
l a] p
                                                             t                                                                                                                                                             v  kdӃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_                                    t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdԃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                           t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdQՃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                               	                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdՃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 
   %                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdփ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % & ; = B                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdR׃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B C X Z _                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd׃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _ ` z |                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd؃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdSك $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdك $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdڃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdTۃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 * D x    
                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdۃ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
 ! U m     : X     	 = > ? @ b k l       	 	                                                                                                                                                                                                                                                                                                                                                                   gd_  > @ J ` a b      	 6	 9	 v	 	 	 	 
 3
 
 
 
 
 
 
 
    = > Q пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  	 6	 D	 W	 X	 v	 	 	 	 	 	 
 
 4
 5
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
 
                                     kd܃ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
   = > T j                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	Q T i j       H J Z [ z { | }     
 
 
 
     ) Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdރ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      1 2 G H I J [                                                                                                                                     q                            kdX߃ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
[ { | }                  q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                     
 
  
 2
 ]
 v
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
 
 
  z            q            q                                                                                                                                                                                       	  $If   gd_    kd) $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          + , - . / z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ) * + 0 9        " # ( 1       0 2 B C b c f p     F ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "/ 0                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               0 9 X Y m n                                                                                                                    q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     # $ % & ' z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ' (                                     kdt $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ( 1 z { 0 1 2 C c                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  c d e f   G ] ^ h s z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
F G ^ s        	   S \      : M | } ~        	   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #s                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	  ! R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  R S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \   1 2 A     : }                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  } ~      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  	  ;                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   : ; < = > @ b m    G f   F e   T s   m    / N   P o       W! v! ! " b" " # # о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -; < = > ? @ m 
  O Z d o y |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y z   	   M N         G U e                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( ) F T d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + , T b r                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S T m {                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ;                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      / = M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       P ^ n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       #  (              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (  )  3  8              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8  9  :                                                                        s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! !! &!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &! '! 1! 6!             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6! 7! 8! W! e! u!                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u! v! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " $"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $" %" 0" 5"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5" 6" @" E"             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E" F" G" b" p" "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " " # -# P# Q# # # # # # # _$                                                                                                                                                                                        gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # # `$ $ $ $ $ $ $ $ $ % % 6% 7% H% Z% [% l% m% % % c' e' u' v' ' Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  _$ `$ $ $ $ $ $ $ $ %                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	% %                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % 7% [% m% o% %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  % %                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % & & T& & & ' ' /' ?' @' d'                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  d' e' v' ' ' ' ( A( |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ' ' ' @( A( B( g( h( ( ( ( ( "* $* 4* 5* * * *  + + ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jI h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  A( B( h( ( ( ( ( |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( <) ) ) ) ) ) 
* "* #*                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  #* $* 5* * |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * + + + + +  , , , , |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + + + +  , , , e, z, , , , , - 8- 9- C- M- N- s- t- - - - - - . . 0 0 (0 *0 :0 ;0 K0 ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $, , - 9- C- M-                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  M- N-                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N- t- - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  - -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - . . (. 9. q. r. . ^/ ~/ / / / 0 0 )0                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  )0 *0 ;0 0 0 =1 {1 1 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K0 L0 f0 g0 h0 {0 |0 0 0 0 1 <1 Y1 z1 1 1 1 1 1 1 2 n2 2 2 2 2 ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  1 1 1 1 1 1 m2 n2 2 2 2 2 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 2 3 3 3 73 83 `3 q3 r3 u3 ~3 3 3 44 P4 h4 i4 q4 s4 4 4 4 4 4 4 4 4 4 5 65 ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !2 2 2 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  3 3                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 83 `3 r3 s3 t3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  t3 u3                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u3 ~3 3 3  4 4 P4 Q4 r4 s4 4                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
4 4 4 4 4 5 5 5 7 7 : :             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  65 75 B5 C5 S5 T5 X5 Y5 5 5 : : ; ; ? !? B C 8C :C OC QC C C C C ^D `D EE ZE E  F F F dG hG H H #J JJ J J J J J J ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jR" hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j
 hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -: ; ; ; = = = = ? ? !? @ @ B B C QC C C _D `D EE ZE E E E E                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  E  F F F F F             f                                                                                                                                                                      kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  F F F !F -F o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at -F .F 3F :F ?F o            f            f            f                                                                                                                                                	  $If   gd_    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ?F @F EF LF XF o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at XF YF aF iF nF o            f            f            f                                                                                                                                                	  $If   gd_    kd,  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at nF oF wF F F o            f            f            f                                                                                                                                                	  $If   gd_    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd_    kdv! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F `G aG H H NJ OJ K 
K fK o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J J J fK rK UT _T W W ] ] 2` Z` ja va wa a a a b b b b b b c c c 2c 3c dc ec fc jc sc ?e Ae Qe ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %fK rK K K L L <M =M M PO QO YP ZP P 5R 6R R UT _T U U V V V V V W                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  W W .W ?W PW QW dW wW W W W W X X Y Y Z Z \ \ ] ] ] >^ ?^ ^ ^ ^ )_                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  )_ *_ s_ _ 2` 3` Z` ja wa a b b b b b b c                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  c c                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c 3c ec fc hc ic                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ic jc                                        kd!$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jc sc c c c d Jd rd }d d d d ?e @e                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
@e Ae Re e |            s            s                                                                                                                                                                                           	  $If   gd_   kdu% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Qe Re e e e e e e e e e  f f f f f "f Cf Df if jf kf of xf  h hh ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 e e e e e e e e f f |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd/& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  f f                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f Df if jf kf mf nf                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  nf of                                        kd=( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               of xf f f f g Ug yg g hh xh yh                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  hh xh zh h h h h h h h h h h h h h i %i &i Mi Ni Oi Si \i j ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    yh zh h h |            s            s                                                                                                                                                                                           	  $If   gd_   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h h h h |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h &i Li Mi Ni Oi Qi Ri                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Ri Si                                        kdY, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Si \i i i i i 9j ]j j Lk \k ]k                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  j Lk \k ^k nk ok uk |k }k ~k k k k k k k k k k k l 	l l 6l 7l _l `l ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ]k ^k ok }k |            s            s                                                                                                                                                                                           	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }k ~k k k k k k k k l |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdg. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l 	l                                        kd!/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	l 7l ^l _l `l al cl dl                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  `l al el nl m m m m m n n n n n Kn Ln Vn `n an mn n n n n n n îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  dl el                                        kdu0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               el nl l l l m Mm mm m m m m                                                                                                                         f                           kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  m m n n n n n Ln Vn `n                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	`n an                                        kd=3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               an n n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  n n n n Sp Tp Up ep fp lp sp tp up vp p p p p p q q q )q *q 6q Rq п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  n n                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o o :o ho o o o p Tp Up                                                                                                                         f                           kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Up fp tp up vp p p p p q                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	q q )q                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  )q *q                                        kdY7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *q Sq Tq Uq Wq nq                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Rq Sq Tq Uq oq xq yr zr {r s s s s s s s s s s s t t +t v $v ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 nq oq                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oq xq zr {r r r s s s s s                                                                                     s                                                                                              kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
s s s s s s +t u u v Sv v v 	w |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$v Sv fv v v v v w w Ww kw w w w w w  x 
x x #x -x .x /x 2x 3x Rx Sx ex fx x x x x x õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !	w Xw w w w w w  x 
x                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
x x                                        kdu; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x 3x Sx fx yx x x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  x x                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x -y @y my ny oy y y y y                                                             f                                    [            [                     
  $If   gd_ K$  kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
x -y my ny oy y y y y y y y y y y y y y y y y y y z 	z 
z z 
z z 0z 1z ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ y y y y y y                                     R            I                                                                     	  $If   gd_ Q  kdd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a   y y z 1z Dz Wz jz }z ~z z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1z |z }z z z z { { 	{ 
{ { { L{ R{ S{ [{ ]{ r{ s{ { { { { { ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J z z                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z z z { 	{ 
{ { L{ S{ \{                                                             f                                    [            [                     
  $If   gd_ K$  kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
\{ ]{ s{ { { { {                                     R                                                                                              Q  kdFC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a   { { { { { {                                     R            I                                                                     	  $If   gd_ Q  kd`D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   { { { { { { | !| "| #| |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ { { { { { { { { {  | !| $| -| } } } } ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ #| $|                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $| -| j| } } ~ ~ ~ ~ ~ ~                                                                                     Y                                          kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
~ ~ ~ ~ ~   + E _ o                                                                                                                                                                                                                             	  $If   gd_  S  kdG $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ~ ~ ~ ~ _ ` a b z             
 l  
    ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ    + E _ ` a                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdGH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a b   π      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 l     ! k r {                                                             f                                    [            [                     
  $If   gd_ K$  kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
   ! ? G k q r z |            , 6 7      Å ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 { |     ڂ    8 @ U j |                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    ڃ                                                                                                                                                                                                                                                                        	  $If   gd_  S  kd3L $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     7 J ] p    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  2 y  ` a b c t ǆ                                                                                                 f                                                   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Å ^ a b c s t Ɔ ǆ Ȇ  ꆯ 놯 솯     	 f g j s þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ǆ Ȇ  	 . A T g h i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i j                                        kdGP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j s  E  ш o p q r                                                                                                  Y                              kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
s     ш o p q r   Չ ։ ׉          p q t νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   ։ ׉    % 8 K ^ q r s             s                                                                                                                                                                 kdUR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s t                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t } R y                                                                                            Y                                          kdcT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
t } Q                           ! # $ % ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5      % : O a {    ٍ ፯                                                                                                                                                                                                           	  $If   gd_  S  kdU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    7 Q a {                                                                                                                                                                                                                                                    	  $If   gd_  S  kdU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdAV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         % & 9 L _ r    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdV $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
% & 8 9     J : ; < L M Y ^ s   1 3 9 : B D = ? ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J  搯   : ; < M                                                                                                 f                                                        kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
M  3 : C D L a v    ѓ ⓯                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdY $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_    ' A I ^ s    Δ ߔ   $ > ?                                                                                                                                                                                                                            S  kdcZ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? @ A i j }    ɕ ʕ ˕             s                                                                                                                                                                 kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ? @ A Y c d e g h i j | } ȕ ɕ ̕ Օ  Ȗ ɖ       O P 9 N P Q Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ˕ ̕                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̕ Օ   Q  ח *   P  P Q X  暯  - Y   囯  E                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  Q X ] p t   ( , D E F V W          ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   E F W    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ɜ ޜ    9 J d ~    ԝ ܝ                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kd] $If   K$L$l 0                     x                
t                                4   4 
l a      - G a r    ў ➯                                                                                                                                                                                                                      	  $If   gd_  S  kdO^ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ' ( ; N a t    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd^ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  ! " & ' ( : ;     Q } J    &   ~  6 K L M T  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Q K  ) 6    M T   Ҥ   - L                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_     ʤ  % 1 D P c k        䥯 ꥯ 륯   ; = > ? W a b f ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     䥯 륯  |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ! 3 E \ s    ɦ ڦ                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kda $If   K$L$l 0                                     
t                                4   4 
l a    ! 3 E W i     ֧    % < =                                                                                                                                                                                                                            S  kdIb $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  = > ? g h {    Ǩ ɨ ʨ             s                                                                                                                                                                 kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f g h z { ƨ Ǩ ˨ Ԩ 橯   ય  ᫯  _ { ϭ _  ˮ | %  M   a 峯    c 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ʨ ˨                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˨ Ԩ 橯    |     }  ͭ _  ' O   ı ` a                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  a  ᳯ    _ ~   ۴ ܴ                                                                                                              f                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  c v      Ӵ ڴ ܴ 촯  0 1 2 U V W [ \ ` i     ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   1 2 V W \ ^ _             s                                                                                                                                                                                     kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  _ `                                        kd]f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i v   ܵ   ! C e                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_     ᶯ  |            s            s            s                                                                                                                                                                          	  $If   gd_   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              	    $ C ) < k ~   ٹ    4 o  E Q U | ׽ ڽ  ! ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     	 C   ) k  ڹ ! p |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdkh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p ź ƺ      D E | ٽ ڽ  P    U                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ! P c    Ҿ   T h           * + / 0 1 C D V W i j | }       ¯ 	¯ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd%i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                0 1 D W j }                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdyj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , Z x     	¯                                                                                                             f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  	¯ 
¯ ¯ 3¯ 4¯ G¯ Z¯ m¯ ¯ ¯ ¯             s                                                                                                                                                                      kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
	¯ 
¯ ¯ #¯ -¯ .¯ 2¯ 3¯ 4¯ F¯ G¯ Y¯ Z¯ ¯ ¯ ¯ ¯ ¯ ¯ Qï Rï Sï cï dï eï fï ~ï ï ï ï ï ï ï ï ï ï ï ï ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %¯ ¯                                        kdAm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¯ ¯ ¯ ¯ Rï Sï dï eï                                                 f                                                                                                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  eï fï ï ï ï ï ï ï ï ï |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdOo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ï ï                                        kd	p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ï ï ï )į *į į į į į į į į į į į į į į į į ů ů 5ů 6ů :ů Ců fů gů ů ů vƯ wƯ xƯ Ư Ư Ư Ư Ư 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %ï ï į *į į į į į                                                 f                                                                                                                       kd]q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  į į į į į ů #ů 6ů 8ů 9ů |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9ů :ů                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :ů Ců gů ů wƯ xƯ Ư Ư                                                 f                                                                                                                       kd%t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ư Ư Ư Ư Iǯ Jǯ qǯ rǯ ǯ ȯ ȯ ȯ ɯ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ư Ư Ư Hǯ Iǯ Jǯ qǯ ~ǯ ǯ ǯ ǯ ȯ ȯ ȯ ɯ %ɯ Hɯ \ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ʯ ʯ Hʯ Iʯ \ʯ ʯ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ɯ Iɯ ɯ ɯ ʯ Iʯ ʯ ʯ $˯ y˯ z˯ {˯ ˯ ˯ ˯ ˯ ˯                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ʯ ʯ ʯ ʯ #˯ 7˯ x˯ z˯ {˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯  ̯ ̯ 	̯ &̯ 8̯ 9̯ ^̯ _̯ x̯ ̯ ̯ ̯ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\˯ ˯                                        kdu $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ˯  ̯ ̯ &̯ 9̯ L̯ _̯ a̯ w̯                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  w̯ x̯                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               x̯ ̯ ̯ !ͯ 3ͯ kͯ vͯ ͯ ͯ ͯ ͯ #ί                                                                                                 f                                                   kdAx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ̯ ̯ kͯ vͯ ͯ ͯ ͯ ͯ ͯ ͯ ͯ ͯ ͯ ͯ ͯ ί ί !ί #ί )ί *ί 1ί 3ί Hί Iί Xί Zί [ί \ί ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ #ί *ί 2ί 3ί Iί Yί Zί [ί                                                             R            I                                   	  $If   gd_ Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ [ί \ί ί ί ί ί ί ί ί ί ί |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\ί tί ~ί ί ί ί ί ί ί ί ί ί ί ί ί ί ϯ bϯ 0Я :Я ;Я YЯ ZЯ uЯ Я Я Я Я Я Я ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ί ί                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ί ί cϯ ~ϯ ϯ ϯ ϯ ϯ 0Я ;Я ZЯ vЯ Я Я Я Я                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Я Я Я Я Я Я Я ѯ ѯ ѯ "ѯ $ѯ -ѯ Sѯ Tѯ iѯ jѯ lѯ mѯ nѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  Я Я Я ѯ ѯ #ѯ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd#| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #ѯ $ѯ Tѯ kѯ lѯ mѯ                                     R            I                                                                     	  $If   gd_ Q  kdj} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   mѯ nѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ ѯ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ѯ ѯ                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ѯ ѯ _ү ү ү ү ӯ ӯ 8ӯ cӯ ӯ ӯ ӯ ӯ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
ѯ ѯ ѯ  ү ^ү ӯ ӯ ӯ 7ӯ 8ӯ Kӯ Zӯ bӯ cӯ jӯ pӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ ӯ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ӯ ӯ ӯ ӯ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ӯ ӯ ӯ ԯ 
ԯ ԯ ԯ ԯ ԯ &ԯ 'ԯ 9ԯ :ԯ _ԯ `ԯ dԯ mԯ nԯ }ԯ ԯ ԯ կ կ կ <֯ F֯ G֯ e֯ f֯ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    ӯ ӯ ԯ ԯ 'ԯ :ԯ Mԯ `ԯ bԯ cԯ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	cԯ dԯ                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               dԯ mԯ ԯ կ կ կ կ ֯ <֯ G֯ f֯ ֯ ֯ ֯                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
f֯ y֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ֯ ׯ ׯ ׯ ׯ ׯ ׯ ׯ =ׯ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ֯ ֯ ֯ ׯ |            s            s                                                                                                                                                                                           	  $If   gd_   kd͂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ׯ ׯ ׯ ׯ =ׯ >ׯ yׯ 0د bد cد د ٯ Cٯ Dٯ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
=ׯ Jׯ Nׯ yׯ 0د bد oد sد د ٯ Dٯ Pٯ Tٯ vٯ ٯ _گ گ گ گ گ گ Qۯ ۯ ۯ ۯ ۯ ݯ ݯ ݯ ݯ ݯ ޯ ޯ ޯ ޯ ޯ ޯ ߯ T | }    
 ; < u   a   ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Dٯ vٯ ٯ ^گ _گ گ گ گ Qۯ ۯ ۯ ۯ ݯ ݯ ݯ ݯ ޯ ޯ ޯ ߯ ߯ ߯    1 A T | }                                                                                                                                                                                                                                                                                                                                                                    gd_   
 < u   a   4 k                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   gd_    gd_   k o           m n o p   D q    T       ; < A f j  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kdA $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    3 : ? O P _ `                                                 _            V            V                                                             	 $If   gd_    kd߄ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  ` a m n                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  n o p {                                         z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      > ? D q v              [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_       N d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd䈄 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  N O T    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdv $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   	  < A g d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  g h i s    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdь $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al          (                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdC $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ( )                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ) 4 8 ? F G H I                                                             A                                  kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  I J K L M N O P                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  P Q R S T U j                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  j   7 8 Q b c w y                                                                                                                                                                                                                                                   E  kd֒ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	   $ % 7 8 b c y z | }                  ! > ? @ L M _ '       춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *y z { | }                                       a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd5 $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a        
                                      a                                                                                                                             E  kdΕ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                         	 $If   gd_ 	 $If   gd_     gd_  E  kd- $$If   l 0 
" R                                                           4 
l a     ! . / = > l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   > ? @ M _ & '     l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdJ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
           	 1 2         4 6 H I m o        > ? K       K L    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jo hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 	  2      5                                                                                                                                                                                                                                                       S  kd֘ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	5 6 I n o                                       N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         Z [ H I > ? K  )    i                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       K L     " # 4 R t    4 N O X Y   W X                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_    3 4 D L ! # 4 Q R t 9 V Y             1  2  c  d  e            ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '       2  d                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  d  e  v       a b ~  % s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
%  D E    2 3   0 1   V W $	 %	 ?	 P	  
 
                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_        2 3  /  U   	 	 	 	 	 !	 "	 #	 $	 %	 .	 ?	 P	 	 	 
    
 
 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jМ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uji h_ U ! 
 
 
                                                    e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd7 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  
 
  B C F G M N o p              7 8 N O i j      s t    / c i l  
   * S    ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3   ' 5 B C                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         C D E F G K L M                                     t                                                                                                                                                             v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  M N g i o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o p                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdᡄ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd⣄ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            / 1 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 8 F H N                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N O b d i                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd㥄 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i j q v                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              s t     0 d w                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ? R     * D T         	 
   F U h i                                                                                                                                                                                                                                                                                                                                                                      gd_           6 U g      5 F z   : O           пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ        D E F z      9 : D O                                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd䧄 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      4 6 M                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	      3 4 N W         A B G P m o        Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ M N                                     kd; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               N W y z                                                                                                                                               q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    B C D E F             q            l                                                                                                                                                       gd_    kdO $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  F G                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               G P q r         ) > X Y n                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  n o   z            q            q                                                                                                                                                                                       	  $If   gd_    kdc $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            _ a q r         ) E Q p |          $ n    ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kdݮ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     . J K ` a r                                                                                                              q                                                         kd4 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_      $       z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd³ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    C D N X Y y z        t! v! ! ! ! ! " " " ;" <" =" >" ?" B" K" " " " ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # D N X                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  X Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdᵄ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                           0! u! v! ! ! "                                                                                                 s                                                                        kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " =" >" ?" @" A" |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdﷄ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A" B"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B" K" " " " "                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " " " " " "  # # & & & & ' e' ' ' ( h( ( ( ) ) ) * ** D+ c+ + + \, {, , 
- v- - t. . . / / /  0 0 T1 U1 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -" " " " " " # # # # # $ 
$ $ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
$ $ x$ $ $ $ $ $ '% \% % % & & & & & & '                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' $'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdл $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $' %' 0' 5'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5' 6' @' E'             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E' F' G' e' s' '                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' ' ' (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdȾ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( #(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #( $( /( 4(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd忄 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4( 5( ?( D(             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D( E( F( h( v( (                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (  ) )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) !)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !) ") ,) 1)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd<Ä $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1) 2) =) B)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B) C) M) R)             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R) S) T) ) ) )                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdYĄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdń $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvń $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdń $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) * * )*                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4Ƅ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )* ** 5* :*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :* ;* E* J*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J* K* V* [*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQǄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [* \* f* k*             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k* l* m* * "+ D+ R+ b+                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdȄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b+ c+ n+ s+             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnȄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s+ t+ ~+ +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,Ʉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + + + +                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdɄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + + +             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdIʄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + + , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , 
, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd˄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , (, -,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf˄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -, ., /, \, j, z,                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd˄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z, {, , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$̄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , ,             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÄ́ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , , , , , -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd̈́ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - 
- - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̈́ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - (- --             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^΄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -- .- 9- >-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd΄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >- ?- I- N-             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdτ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N- O- P- v- - -                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{τ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdτ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9Є $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - -             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - - - D. E. t. . .                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdVф $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdф $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd҄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds҄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd҄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . . / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1ӄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / $/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $/ %/ // 4/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdӄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4/ 5/ @/ E/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNԄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E/ F/ P/ U/             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdԄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U/ V/ W/ / / /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdՄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkՄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)ք $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdք $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / /  0 0 0                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdք $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 *0 /0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFׄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /0 00 :0 ?0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdׄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?0 @0 K0 P0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P0 Q0 [0 `0             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc؄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `0 a0 b0 0 0 0 0 0 E1 F1 S1 T1 U1 x1 1                                                                                                                                                                                        gd_  z  kd؄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U1 f1 x1 1 1 22 C2 D2 E2 Z2 2 2 2 2 2 2 2 2 2 2 
3 3 %3 .3 5 5 5 5 $5 Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  1 1 22 D2 E2 O2 Z2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	2 2                                        kd!ل $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 3 
3 $3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  $3 %3                                        kduڄ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %3 .3 3 3 3 3 3 Q4 4 4 4 4 4 4 5                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  5 5 5 e5 ~5 5 5 5 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdۄ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $5 %5 ?5 @5 A5 T5 U5 d5 5 5 5 6 6 56 66 96 B6 7 7 7 7 8 8 8 8 8 ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j܄ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  5 5 6 56 66 76 86 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd݄ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       86 96                                        kd݄ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               96 B6 6 6 6 97 D7 `7 y7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  7 7 7 8 |            s            s                                                                                                                                                                                           	  $If   gd_   kd߄ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 E9 F9 z9 9 9 9 : : |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd߄ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 E9 F9 y9 z9 9 9 9 9 : : N: {: : : : : : : : : ; ; A; d; e; h; q; '< *< = = = = = = = ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $: : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  : :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : ; A; S; e; f; g;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  g; h;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h; q; ; ; ; ; < < < < = == c= = = = =                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  = = = *> > > ? \? |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = > > > > > )> J> > > > > ? :? [? \? _? p? ? ? @ >@ ?@ @@ Q@ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  \? ]? ^? _? ? ? @ @ @@ R@ S@ ]@ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q@ S@ h@ @ @ @ @ @ @ @ @ A A A A A A A A B B B B !B "B lB mB oB pB B B B B B ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !]@ h@ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  @ @                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ @ A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  A A                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A }A ~A A A A A B B "B                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
"B mB nB oB pB B 6C ZC E E 'H 4H             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  B B B B B B B B 6C ZC 'H 4H `I qI L L P P P P P P Q Q Q Q Q Q R R jS S mT tT U U 6V WV W W OX PX hX iX yX zX ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jG hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -4H _I `I qI J J xK yK L L L %N &N P P P P Q Q Q Q R R iS jS yS S                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  S S S S S S             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S S S o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S S S T T o            f            f            f                                                                                                                                                	  $If   gd_    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T 
T T T )T o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at )T *T 2T 9T >T o            f            f            f                                                                                                                                                	  $If   gd_    kdB $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at >T ?T GT NT ZT o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ZT [T \T ]T T T VV WV W W X X Y o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at zX }X ~X Y Y a a De Oe Fk Wk m m o o o !o %o Ao Ep Fp [p p p p p p p p p q q q q q r r r ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Y Y Y Y CZ DZ Z Z -[ \ \ ] ] I^ _ _ n` a a Cc Dc ed rd d d d d                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  d d d d d d e e ,e Ce De Oe f f g g g g rj sj Fk Wk k k k <l jl l l                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  l l m am m m m o o Ao Ep Fp Pp [p p p p                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  p p                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q Pq \q q q q r r Tr ^r r r r                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
r r r 's |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r &s 's (s *s 6s :s Vs Ws ls s s s s s s s s t t 	t 
t t u v ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 's (s )s *s Vs Ws as ls s s |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  s s                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t t 	t t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  t 
t                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
t t Ut at t t t u u v v v                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  v v v (v )v /v 6v 7v 8v 9v Nv v v v v v v v v v v v v v x ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    v v )v 7v |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7v 8v 9v Cv Nv v v v |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v v v v v v v                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  v v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v 9w Ew lw w w w x x x x                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  x x x x y 
y y y y y y y *y .y Iy Jy _y y y y y y y y y y y ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    x x 
y y |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y y y y Jy Ty _y y y y |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y y                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y y y y z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  y y z z { { { { { { { { { { { { { { { | ,| -| 7| V| W| X| îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  z z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z Kz Wz ~z z z { C{ { { {                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  { { { { { { { { { {                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	{ {                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { -| W| X| Y| [| \|                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  X| Y| ]| f| } } } ~ ~ 
~ ~ ~ ~ ~ N~ h~ j~ k~ ~ ~ ~ ~ ~ ~ ~ ~ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  \| ]|                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]| f| | | | } &} U} r} } } }                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  } ~ ~ ~ ~ N~ k~ u~ ~ ~                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ~ ~                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ~ ~ ~ ~ 
     O P Q a b         Ɂ   ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5  
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
    * i  P Q b                                                                                      s                                                                                              kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
      Ɂ z {   ( `  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   ' ; _ s    	 K L a       ˅ ̅ ͅ Ѕ х     < = W ` l õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  K L V a                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                х    * = ? V                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  V W                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W ` ˆ ކ   
  K R Z                                                             f                                    [            [                     
  $If   gd_ K$  kdW	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
l ˆ   
   ! 6 ? I K Q R Y [ p q            · χ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ Z [ q                                        R            I                                                                     	  $If   gd_ Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a      χ ⇰      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	χ    ' J       ꈰ         " ( ) * ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' J x     ꈰ                                                               f                                    [            [                     
  $If   gd_ K$  kd9
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
   ! " # $                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   $ % & ' ( )                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   ) * R s t      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* B L M N P Q R s t    ˉ   p         $ - D t z ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˉ         t                                                                                     Y                                          kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
t {      Ɍ ㌰  
 ' A I ^ s                                                                                                                                                                                                                        	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ z {         " # $ & ' ( G H      
      ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ    ɍ ㍰                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ( H m     |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 8     	                                                               f                                    [            [                     
  $If   gd_ K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
   ݏ 台 	                ʑ ԑ Ց   ! $ -  a ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5   " 7 L ^ x    ֐ ސ    4 N ^                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   ^ x                                                                                                                                                                                                                                                                        	  $If   gd_  S  kdm $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     Ց 葰   ! " # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ -  В  `       e                                                                                                 f                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  a        d e f ~             þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ e f   ̔ ߔ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  㕰 & o 
    !                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   % & o 
      ! s t u            νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ! t u   × ֗ 闰                 s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   [  C D E V                                                                                      Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
    A C D E U V       2 4 5 6 F G          Ü ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5      Ú ؚ 횰   3 C ] w                                                                                                                                                                                                            	  $If   gd_  S  kdW  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ՛    3 4 5                                                                                                                                                                                                                                                 	  $If   gd_  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  5 6 G  |            s            s                                                                                                                                                                                           	  $If   gd_   kd{! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ü Ĝ ל ꜰ   # $ % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5" $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ü Ĝ ֜ ל " # & / 蝰 ؟ ٟ ڟ ꟰ 런    U  Ϡ Ѡ נ ؠ ࠰ ⠰ ۢ ݢ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  % &                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & / 蝰 H   + ؟ ٟ ڟ 런                                                                                                 f                                                        kdQ$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
런 U Ѡ ؠ ᠰ ⠰ ꠰   ) ; U o                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_    š ߡ 硰   & 8 R l }   ¢ ܢ ݢ                                                                                                                                                                                                                            S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ݢ ޢ ߢ    . A T g h i             s                                                                                                                                                                 kd/& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ݢ ޢ ߢ           f g j s 7 f g   A B ' <   ק 짰  藺 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ i j                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j s 7  擄 B u ȥ >     藺  5   ˨  + W   㩰                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  藺     *  Ʃ ʩ ⩰ 㩰 䩰   9 ? @ H J     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   㩰 䩰  9 @ I |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd=( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J R g |    ת 誰   - G X r z                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kd( $If   K$L$l 0                     x                
t                                4   4 
l a      ˫ 嫰   * D U o                                                                                                                                                                                                                       	  $If   gd_  S  kd) $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    Ŭ Ƭ ٬ 쬰   % & ' |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd* $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    Ĭ Ŭ Ƭ ج ٬ $ % ( 1 ﭰ  记 9 N  į    1 Ա 鱰 거 뱰  6 ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ' (                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1 ﭰ 鮰 Q ǯ ԯ A  4 뱰  2 Q p   ˲ 결 + ,                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  6 I U h  ò ϲ Ⲱ   	 " * + , - = >      ٵ ۵ ܵ ݵ      ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  , - >    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ѳ 㳰   ( 9 P g x                                                                                                                                                                                                                           
  $If   gd_ K$	  $If   gd_  S  kd, $If   K$L$l 0                                     
t                                4   4 
l a     Ѵ 㴰    5 L ] t    õ ڵ ۵                                                                                                                                                                                                                            S  kd- $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ۵ ܵ ݵ    , ? R e g h             s                                                                                                                                                                 kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_       d e i r   L ~      m  T i  ý G 뾰 B W      ° 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !h i                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r  L    T    9 k   Ž  Z [ b                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   ?     ° ;° Z° y° z° °                                                                                                             f                                       kd#0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ° °  ° 3° ?° R° ^° q° x° z° ° ° ° ° ° ° ° ° ° ° ° ð $İ 9İ :İ ;İ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ° ° ° ° ° ° ° °             s                                                                                                                                                                                     kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ° °                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ° ð ð 6ð Xð zð ð ð ð ð İ %İ :İ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  :İ ;İ Lİ İ İ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;İ Kİ Lİ İ İ İ İ İ İ İ İ İ İ ư ư 	ǰ ǰ ?ǰ Sǰ wǰ ǰ ǰ ǰ 
Ȱ !Ȱ ʰ ʰ ʰ ˰ u˰ x˰ ˰ ˰ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  İ İ İ İ İ ư ư ư 	ǰ @ǰ xǰ ǰ Ȱ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ȱ cȰ dȰ Ȱ ]ɰ ^ɰ ʰ ʰ ʰ ʰ ˰ w˰ x˰ ˰ ˰ %̰ ]̰ ̰ ̰ HͰ IͰ SͰ ^Ͱ Ͱ Ͱ Ͱ                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ˰ ˰ ̰ $̰ 8̰ \̰ p̰ ̰ ̰ ̰ Ͱ HͰ IͰ ^Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ Ͱ ΰ ΰ ΰ ΰ ΰ (ΰ pΰ ϰ ϰ ϰ ϰ ϰ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Ͱ Ͱ                                        kd_4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ͱ Ͱ Ͱ Ͱ Ͱ ΰ ΰ ΰ ΰ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ΰ ΰ                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ΰ (ΰ pΰ ΰ ΰ ΰ ϰ 0ϰ gϰ ϰ ϰ ϰ                                                                                                             f                                       kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  ϰ ϰ ϰ ϰ ϰ ϰ ϰ а а  а !а             s                                                                                                                                                                      kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ ϰ а а "а +а lа mа а а а Ѱ Ѱ Ѱ Ѱ Ѱ &Ѱ 'Ѱ +Ѱ ,Ѱ -Ѱ ?Ѱ @Ѱ RѰ SѰ xѰ yѰ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %!а "а                                        kd{8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "а +а Iа mа а а Ѱ Ѱ                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Ѱ Ѱ ,Ѱ -Ѱ @Ѱ SѰ fѰ yѰ {Ѱ |Ѱ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|Ѱ }Ѱ                                        kdC; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yѰ }Ѱ Ѱ Ѱ Ѱ JҰ KҰ LҰ \Ұ ]Ұ ^Ұ _Ұ wҰ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ӱ Ӱ Ӱ Ӱ ԰ ԰ ԰ &԰ '԰ (԰ )԰ 6԰ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %}Ѱ Ѱ Ѱ Ѱ KҰ LҰ ]Ұ ^Ұ                                                 f                                                                                                                       kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ^Ұ _Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ Ұ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdQ= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ұ Ұ                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ұ Ұ Ӱ Ӱ ԰ ԰ '԰ (԰                                                 f                                                                                                                       kd_? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  (԰ )԰ *԰ [԰ ԰ ԰ հ հ Aհ 9ְ :ְ nְ ְ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6԰ :԰ [԰ ԰ ԰ ԰ հ հ  հ Aհ հ :ְ nְ ְ ְ ְ ְ ְ װ װ 2װ Dװ Eװ cװ dװ wװ װ װ װ װ װ +ذ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ְ ְ װ dװ װ װ ,ذ sذ ذ ٰ ٰ ٰ #ٰ .ٰ aٰ kٰ uٰ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  +ذ ?ذ rذ ذ ذ ذ ٰ ٰ ٰ .ٰ `ٰ aٰ kٰ uٰ vٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ڰ ڰ  ڰ /ڰ շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\uٰ vٰ                                        kd@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               vٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ڰ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ڰ ڰ                                        kd'B $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ڰ ڰ ڰ ڰ ڰ 	۰ ۰ @۰ ۰ ۰ ۰ ۰                                                                                                 f                                                   kd{C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  /ڰ ڰ 	۰ ۰ '۰ 7۰ @۰ G۰ M۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ۰ ۰ ۰ ۰ ۰ ۰ ۰ ۰                                                             R            I                                   	  $If   gd_ Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd5D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ ۰ ۰ "ܰ #ܰ 6ܰ Iܰ \ܰ oܰ qܰ rܰ ܰ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdOE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
۰ ܰ ܰ ܰ !ܰ "ܰ #ܰ 5ܰ 6ܰ Hܰ Iܰ nܰ oܰ ܰ ܰ ܰ ܰ  ݰ ݰ ݰ ݰ ݰ ݰ ް Cް Lް Sް Yް jް kް ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ܰ ܰ                                        kd	F $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ܰ ܰ ݰ ݰ Mݰ jݰ ݰ ݰ ݰ ݰ ݰ ް &ް Lް kް lް                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  kް lް mް }ް ~ް ް ް ް ް ް ް ް ް ް ް ߰ ߰ 
߰ ߰ ߰ $߰ .߰ /߰ 3߰ 4߰ 5߰ G߰ H߰ Z߰ [߰ ߰ ߰ ߰ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  lް mް ~ް ް ް ް |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd]G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ް ް ް 	߰ 
߰ ߰                                     R            I                                                                     	  $If   gd_ Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   ߰ ߰ 4߰ 5߰ H߰ [߰ n߰ ߰ ߰ ߰ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd1I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	߰ ߰                                        kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ߰ ߰ ߰ % _ q     C G H I                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
߰ ߰ ߰ ߰ ߰             B C F G H I J Z [ ^ s |   زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 I J [  |            s            s                                                                                                                                                                                           	  $If   gd_   kd?K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                          y z ( , n      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph               |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 z  ) \      / q r                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  & . / 6 < p q r s             촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  r s   |            s            s                                                                                                                                                                                           	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                  :    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
       
  :        R S _ c    + / W ) W c g  E F         1 5 a     i   ;  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4     R S     W ) V W  F    h i        a                                                                                                                                                                                                                                                                                                                                                                   gd_  a    i   ;   	 k l w                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   gd_    gd_   	 
 j k w          
  J    _      B y z        Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kd{O $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd_    kdP $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdP $$If   l       0   T# T                 .                
t  0                                                              4 
l al   
    0 8 D                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  D E J   2            )            )            )                      	 $If   gd_    kd(R $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                           Y             [                                                                                                                                           kdUS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Y Z _    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      " < d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  < = B z   d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdyV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      ` e q d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdBW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  q r u  n            e            e                                                                                                                                                               	 $If   gd_    kdX $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd}Y $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdZ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kds[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdR\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd1] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                                                                                                                                                                                                                                               E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	              ) * 7 8 W X Z [                 j k v w   춥x                          /jBc hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *     # )                                     a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdo^ $$If   l 0 
" R                                                           4 
l a   ) * 3 7 8 K W                                     a                                                                                                                             E  kd_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd-_ $$If   l 0 
" R                                                           4 
l a   W X Y Z [ m                                      a                                                                                                                             E  kdJ` $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd` $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kdga $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kda $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a              l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdb $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              ( ) 5 6 }         
   ] _ ` l m    + . C c     F G Y ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jc hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0    ) 6 ~                                                                                                                                                                                                                                                          S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	    
  ^                                     N                                                                                       S  kd4e $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ^ _ ` m  <          l  8   n                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kde $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   n o .    ( F G Z     	 {	 	 	 	 	 	 
 
     A
                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Y Z          	 
 
 
    A
 W
 [
 h
 i
 
 
 
 
       + , - 1 2 o p { ۵۵۵ۭۜۋzrgrrr       j<g h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'A
 M
 \
 h
 i
 
 
                                      j                                                                                                                                           kdXf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     ] b        s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
    4     u v   = >        X                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  { | }      t                  o x       ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j
h hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujg h_ U !                                                       e                                                                                                                        F  kdh $$If   l   l '{6    4   4 
l a] p
        F  kdqh $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_           
  . / E F a b ~            / 0 1 2 3           
      {! ! ! ! %" D" z" ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdi $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdWi $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdoj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_      
                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
  ' ) .                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . / = ? E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdpl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E F Y [ a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a b w y ~                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~                             t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdqn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdrp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             /                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / 0 1 2 3    f        I                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdsr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I  ]          $! B! v! ! ! ! ! &" E" y" z" {" |" " # # # # # $ $  $ S$ T$                                                                                                                                                                                                                                                                                                                                                                   gd_  z" |" " " " " # # # $ :$ R$ r$ u$ $ $ $ % D% o% % % &  & *& 4& 5& [& \& y& z& & пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  T$ r$ $ $ $ $ $ $ $ % .% D% Z% p% q% % % % %  & *& 4&                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  4& 5&                                     kds $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               5& \& y& z& & & & & & &                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	& & & & & & & & & & ' ' ' ' ' ' ' ' ' ' ' ' ) 
) ) ) =) >) ?) @) e) Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ & &                                     kdut $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               & & ' ' ,' -' Q' m' n' ' ' ' ' '                                                                                                                                     q                            kdu $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
' ' ' ' ' ' ' ' '             q            l                                                                                                                                                       gd_    kdv $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ' '                                     kdFw $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ' ' ( ( $( %( ?( [( \( n( ( ( ( ( ( ( )                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ) 
) ) >) z            q            q                                                                                                                                                                                       	  $If   gd_    kdx $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       >) ?) @) g) h) i) j) k) z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdZy $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       e) f) g) l) u) ) ) * * /* 0* 2* ^* _* d* m* * * * * + + l+ n+ ~+ + + + + + + , N, O, , ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "k) l)                                     kdz $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               l) u) ) ) ) ) ) ) ) ) ) * 0*                                                                                                             q                                                         kdn{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  0* 1* 2* _* `* a* b* c* z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd+| $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       c* d*                                     kd| $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d* m* * * l+ m+ n+ + +                                                             q                                                                                                                             kd?~ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  + + + + + O, , , , , , z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd~ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
, , , , , , , , , - - E- Z- [- - - .. / / $/ %/ v/ / / / / / / / / / / / E0 U0 V0 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #, , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  , ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , - E- [- ]- -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  - -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - 0. 1. m. n. }. . / / %/ v/ /                                                                                                 s                                                                        kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / / / / / / / |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / /                                        kdヅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / D0 E0 V0 w0                         s                                                                                                                                                                                   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V0 v0 w0 x0 y0 z0 |0 0 0 +4 ,4 C4 4 4 5 "5 5 5 6 %6 6 6 .7 M7 7 7 8 9 k9 9 9 : : : ; 3; < 1< < < != @= = = > > о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -w0 x0 y0 z0 {0 |0 0 I1 J1 1 1 1 1 1 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
1 1 2 -2 E2 \2 2 2 2 2 @3 A3 +4 ,4 C4 X4 4 4 4                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȇ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 5 5 !5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !5 "5 -5 25             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   25 35 =5 B5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd刅 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B5 C5 N5 S5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S5 T5 ^5 c5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c5 d5 e5 5 5 5                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 5 5 6 6 $6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd݋ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $6 %6 06 56             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   56 66 @6 E6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E6 F6 Q6 V6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V6 W6 a6 f6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f6 g6 h6 6 6 6                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdՎ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 .7 <7 L7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L7 M7 X7 ]7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]7 ^7 h7 m7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m7 n7 y7 ~7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 7                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͑ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 8 	8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdꒅ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	8 
8 8 w8 8 8 8  9                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 !9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !9 "9 -9 29             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   29 39 =9 B9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŔ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B9 C9 D9 k9 y9 9                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd╅ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 9 9 9 : :                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : $: ):             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ): *: 4: 9:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9: :: E: J:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J: K: U: Z:             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z: [: \: : : :                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdژ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : : : ; "; 2;                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2; 3; >; C;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C; D; N; S;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S; T; _; d;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdқ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d; e; o; t;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t; u; v; ; ; <  < 0<                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0< 1< << A<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A< B< L< Q<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q< R< ]< b<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b< c< m< r<             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r< s< t< < < <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd矅 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < != /= ?=                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?= @= K= P=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P= Q= [= `=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `= a= l= q=             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q= r= |= =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd¡ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = = = =                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߢ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = =  > $> D> i> > > > > > > > ? ?                                                                                                                                                                                        gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? ? 1? ? ? ? ? ? ? *@ +@ 5@ ?@ @@ r@ s@ @ @ @ @ @ @ @ B B B B B Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ? ? ? ? ? ? ? +@ 5@ ?@                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	?@ @@                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @@ s@ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  @ @                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @  A !A AA BA A A %B JB ZB kB {B |B B                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  B B B C C 5C NC }C |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B B B B C |C }C ~C C C C C C C ^E `E pE qE 'F (F +F <F TF ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  }C ~C C C C C C |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C (D )D xD D D D E 1E FE ^E _E                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  _E `E qE (F |            s            s                                                                                                                                                                                           	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (F )F *F +F TF F F G *G <G =G ,H -H |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       TF F F G G ;G <G =G [G G G G H +H -H BH tH uH H H H H H H I I I I I I @K AK dK fK vK wK K ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $-H 7H BH uH H H                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  H H                                        kdī $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H I I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  I I                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I I TI UI dI uI I I ,J J J J K K @K AK eK                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  eK fK wK K L yL L L |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K K K K K L CL xL L L L L L L M $M KM M M M M M ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j& h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  L L L L #M $M M M M M M M |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M N 8N 9N CN MN NN sN tN N N N N N %O 3O pO O O O O O O O 
P P 
P P  P 2P 3P >P rP ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !M N 9N CN MN                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  MN NN                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NN tN N N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  N N                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N O O <O =O O O O O O                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
O P P 
P P >P P P -S .S U U             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdǳ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  rP sP ~P P P P P P P P U U V W KZ ]Z +^ >^ t^ v^ ^ ^ ,_ -_ /_ 0_ _ _ ` ` a <a b b b b c c _e e e e f f f f ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jƸ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -U V V W UX VX Y Y JZ KZ ]Z [ [ *^ +^ @^ ^ -_ 0_ _ _ ` ` a a a )a                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  )a <a =a Ba Ja Oa             f                                                                                                                                                                      kd贅 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Oa Pa Ua ]a ia o            f            f            f                                                                                                                                                	  $If   gd_    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ia ja oa va {a o            f            f            f                                                                                                                                                	  $If   gd_    kdĵ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at {a |a a a a o            f            f            f                                                                                                                                                	  $If   gd_    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a a a a a o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a a a a a o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a a a a a o            f            f            f                                                                                                                                                	  $If   gd_    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a a a a a o            f            f            f                                                                                                                                                	  $If   gd_    kd귅 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a a a a b b c c e e Hf If f o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at f f f f f o o r r x x n{ { | | | | | | } } } +~ ,~ 6~ @~ A~ M~ n~ o~ ~ ~ ~ ~ ~ { }  ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %f f *g +g g g xh yh h j j k k k qm rm n o o p p r r r *r 7r Hr                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Hr Yr jr {r r r r r r r r r t t t t =u >u x x x x *y zy {y y z 5z ez                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ez fz z z n{ o{ { | | | } } } } ,~ 6~ @~                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  @~ A~                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A~ o~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~ ~                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ! H      ! { |                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
| }  ŀ |            s            s                                                                                                                                                                                           	  $If   gd_   kd黅 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ā ŀ ƀ Ȁ Ԁ ؀   
 < = G Q R ^        <  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 ŀ ƀ ǀ Ȁ    
 = G |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  Q R                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   & Q   ;                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_     ƃ ǃ ̓ ԃ Ճ փ ׃ 샱   ) 3 4 @ a b        ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph      ǃ Ճ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ճ փ ׃ ჱ 샱  ) 3 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 b                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ׄ ㄱ 
 5 u                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd_ 	  $If   gd_               Ȇ ̆ 熱 膱  / 0 : D E Q r s   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd!ą $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           膱   0 : D |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdą $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D E                                        kdŅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E s                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_        / 0 6 = > ? @ U       ʉ ˉ Չ    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdƅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 釱   J   ሱ                                                                                                                            f                           kd=ȅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   0 > ? @ J U                            s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdȅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdɅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˉ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                싱   	  P Q [ e f r  п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd˅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C O v  Ċ   G                                                                                                                           f                           kdY̅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       싱 	   Q                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdͅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Q [ e                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  e f                                        kdͅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_           펱      2 3 4 5 6 7 C G g M ` ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd!υ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ȍ  =     2                                                                                     s                                                                                              kduЅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
2 3 4 5 6 7 g   M  Ƒ  E |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd/х $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
`   ő ّ   D X   钱 ꒱  1 2 < F G _ i j k n o     ړ ۓ   
 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !E  钱 ꒱   2 < F                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  F G                                        kdх $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G o    ȓ ۓ ݓ                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kd=Ӆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 i |     锱                                                               f                                    [            [                     
  $If   gd_ K$  kdԅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  

 i       Ԕ ݔ 由 锱          ! " : D E F H I J l m ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ       !                                     R            I                                                                     	  $If   gd_ Q  kdՅ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdKՅ $If   K$L$l 0                                     
t                              4   4 
l a   ! " J m       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdeօ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m    ŕ 蕱 C D E F V W          Ɩ ǖ Ȗ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdׅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ŕ 蕱  D E F W                                                                f                                    [            [                     
  $If   gd_ K$  kds؅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kdم $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd-م $If   K$L$l 0                                     
t                              4   4 
l a    Ö Ė Ŗ Ɩ ǖ                                     R            I                                                                     	  $If   gd_ Q  kdڅ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdGڅ $If   K$L$l 0                                     
t                              4   4 
l a   ǖ Ȗ    7 J ] ^ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdaۅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Ȗ  ꖱ 떱 얱      \ ] ` i Z [  ' A B C D T U V  ˙ ♱   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ _ `                                        kd܅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i  H [ A B C D U                                                                                      Y                                          kdo݅ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  " # + @ U g    Ś ߚ 皱   # =                                                                                                                                                                                                                      	  $If   gd_  S  kd)ޅ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$   ! #         ě ś ƛ 囱 曱 0 1 4 = I  2 I J K L ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  = W g                                                                                                                                                                                                                                                          
& F$ $If   gd_  S  kdޅ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    ƛ 曱   1 2 3 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdM߅ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 4                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 =  ֜ J K L ]                                                                f                                    [            [                     
  $If   gd_ K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
L \ ] {       / 1 2 3 K U V W Y Z [ h r s    ˟ Q  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5    ՝ ꝱ   0 @ Z t |    Ҟ 잱                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     0 1 2                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  2 3 [ s       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˟ Q n                                                                                                         f                                                   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_             & ' ( * + , D E     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   , E j }     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y  ģ 
                                                                                                      Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 X Z ã ģ 
          + 5 6 7 9 : ; <    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ     ; < a t                  s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    B ᧱ ⧱ 㧱  G                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   B ߧ ᧱ ⧱ 㧱   G H N O W Y Щ ҩ ө ԩ 䩱 婱 7 8 9 Q [ \ ] _ ` a ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 G H O X Y a v    Ѩ ᨱ    2 G                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  G Y s    ѩ ҩ ө                                                                                                                                                                                                                                                 	  $If   gd_  S  kd# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ө ԩ 婱 8 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 9 a b u     ª ê |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdo $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
a b t u   Ī ͪ  v w x       9 m o u v ~  y { ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ê Ī                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ī ͪ  櫱 " 6 ɬ v w x                                                                                                  f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
  o v      Ǯ ٮ  
  8                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdE $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  8 R c }    į ֯  
  5 O ` z {                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  { | }    ̰ ߰                 s                                                                                                                                                                 kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  { | }               ձ   + , ߲ ಱ ų ڳ   u    Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ձ ,  ಱ  f ܳ 1  6    ӵ " 9 i  ɶ  ! M                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_       ȶ Q d h      ׷ ݷ ޷ 深 跱 7 9 : ; ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph      ׷ ޷ 緱 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       緱 跱    / A [ u    ˸ 帱    -                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd1 $If   K$L$l 0                     x                
t                                4   4 
l a   - B W i    ȹ ⹱  
  8 9 :                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  : ; c d w    ú ĺ ź |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdU $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
; S ] ^ b c d v w º ú ƺ Ϻ    ׼ 켱 M b > S  Ͼ r     Կ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ź ƺ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ƺ Ϻ   Ｑ e r ߽ V Ҿ   п ￱  3 J i                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  Կ 翱   N a m              & ' / 1 wñ yñ zñ {ñ ñ ñ ñ ñ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f       ' 0 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1 9 K ] o       ± ± ,± =± T± U±                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd+ $If   K$L$l 0                                     
t                                4   4 
l a   U± ]± o± ± ± ± ± ± ± ± ñ )ñ :ñ Pñ añ xñ yñ                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  yñ zñ {ñ ñ ñ ñ ñ ñ ñ ı ı ı             s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ñ ñ ñ ñ ñ ı ı ı ı "ű Tű ű Ʊ Ʊ Ǳ 9Ǳ Ǳ Ǳ ɱ ɱ ɱ ʱ ʱ a˱ ˱ ̱ ̱ ̱ α !ϱ 4ϱ @ϱ Sϱ ϱ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ı ı                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ı ı "ű ű Ʊ :Ǳ Ǳ Ǳ =ȱ \ȱ ȱ ȱ 	ɱ ɱ Dʱ c˱ ̱ ̱ ̱  ͱ α α                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  α α ϱ <ϱ [ϱ ϱ ϱ ϱ ϱ б б )б                                                                                                             f                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ϱ ϱ ϱ ϱ ϱ ϱ ϱ б б б (б )б lб mб nб б б б б б б б ѱ ѱ ѱ ѱ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  )б mб nб б б б б б             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  б б                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               б б б б б ѱ :ѱ ;ѱ ]ѱ ѱ ѱ ѱ ѱ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ѱ ѱ ѱ ұ Bұ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ѱ ѱ ѱ Aұ Bұ Cұ Dұ Eұ Qұ Uұ Yұ `ұ ұ eԱ xԱ Ա Ա Ա Ա ձ )ձ \ձ pձ ձ ձ ر ر ر ر ٱ ٱ Jٱ ]ٱ ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  Bұ Cұ Dұ Eұ ұ /Ա 1Ա eԱ Ա Ա ձ ]ձ ձ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ձ ֱ ֱ Tֱ ֱ ֱ ױ ױ ر ر ر ٱ ٱ Jٱ ٱ ٱ ٱ Bڱ ڱ ڱ ڱ ڱ ڱ /۱ 9۱ C۱                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ]ٱ ٱ ٱ ٱ ٱ ٱ ڱ Aڱ Uڱ ڱ ڱ ڱ ڱ ڱ .۱ /۱ 9۱ C۱ D۱ \۱ f۱ g۱ k۱ l۱ m۱ ۱ ۱ ۱ ۱ ۱ ۱ ۱ ۱ ۱ ۱ ܱ 2ݱ 3ݱ 4ݱ Dݱ Eݱ õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (C۱ D۱                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D۱ l۱ m۱ ۱ ۱ ۱ ۱ ۱ ۱                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ۱ ۱                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۱ ۱ ܱ 1ܱ hܱ ܱ ܱ ܱ ݱ 3ݱ 4ݱ Eݱ                                                                                                             f                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Eݱ Fݱ Gݱ oݱ pݱ ݱ ݱ ݱ ݱ ݱ ݱ             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
Eݱ Fݱ Gݱ _ݱ iݱ jݱ nݱ oݱ pݱ ݱ ݱ ݱ ݱ ݱ ݱ ݱ ݱ 
ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ޱ ߱ ߱ ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %ݱ ݱ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݱ ݱ ݱ ޱ ޱ ޱ ޱ ޱ                                                 f                                                                                                                       kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ޱ ޱ ޱ ޱ ޱ ޱ ߱ ߱ ߱ ߱ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	߱ ߱                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߱ ߱ $߱ e߱ f߱ ߱ ߱ ߱ ߱ ߱ ߱ ߱     $ % & 8 9 K L q r v    % &         㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %߱ $߱ B߱ f߱ ߱ ߱ ߱ ߱                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ߱ ߱ % & 9 L _ r t u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u v                                        kdE	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v   &                                                     f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_              N |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 9    N a           C V     ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  N    C    `       	                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_     $ _ s       	   , 6 7 ; < = E b t u       շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                < = b u                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kda
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 , ] o      ! 2 _                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_   ,           ! 1 2 5 J S ] _ e f m o       ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ _ f n o                                                                 R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$        
   & |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
            
 ' 0 1 @  l v w         	 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ & '                                        kdC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ' 0     ! 4 l w     	 
                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  	 
     % P V W ^ ` i                    # пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  
   P W _ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ `                                         R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a           ! " |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" #                                        kd% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # ,     J U t                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd_ 	  $If   gd_  
# , - <  J T U s t                   $ % زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5    & |            s            s                                                                                                                                                                                           	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % & ' ? I J N O P b c u v            x     ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    & ' O P c v     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  U   + = x                                                                                                                                                                                                                                                                                                                                                                                            
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
           ! " % : C M N O P Q R y 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f    " O |            s            s                                                                                                                                                                                           	  $If   gd_   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O P Q R y z  l    D   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
y    l     D     /      *          2     + / R       I w x   D   1 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  /     *        2    R   < Q m }                                                                                                                                                                                                                                                                                                                                                                       gd_   I x   D   1 p  	  
    !  0  <  O  S                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   gd_    gd_  1     	    +  /  O  R  S  Z  [                3 4       J w x }   X Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $S  T  U  V  W  X  Y  Z  [  M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   [  o  v  {                                                          _            V            V                                                             	 $If   gd_    kdS $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                                   	 $If   gd_  o  kd( $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                                      z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al         $ 2            )            )            )                      	 $If   gd_    kdb $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     $ z {                 [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     4 8  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd!  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       D d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  D E J x }  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd|" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kdE# $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p             ! *                                                                                                                                                                                                                                                	 $If   gd_  t  kd$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  * + , = B J Q X d                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  d e                                             kdT% $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          e p t {                                                                 A                                  kd& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kdk( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   Y Z s t                                                                                                                                                                                                                                                        E  kdJ) $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	X Y Z ` a s t               % & > ? V W X \ ] z { |    c 	 		 	 	 %	 &	 춥x                          /j|. hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd) $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdg* $$If   l 0 
" R                                                           4 
l a         %                                     a                                                                                                                             E  kd+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd%+ $$If   l 0 
" R                                                           4 
l a   % & 1 > ? I V                                     a                                                                                                                             E  kdB, $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd+ $$If   l 0 
" R                                                           4 
l a   V W X Y Z [ \                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd, $$If   l 0 
" R                                                           4 
l a   \ ] j k y z l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd - $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   z { |   b c U V -	 .	 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd- $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
&	 *	 +	  
 !
 ,
 -
 =
 >
 B
 C
 E
 m
 n
 
 
 
 
   ( ) p r          
  z {      & /      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j. hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0.	 E
 N
 n
 
 
   ) q                                                                                                                                                                                                                                                       S  kdJ/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	q r                                          N                                                                                       S  kdn0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       C  
 
   z {  
 e  <                                                                                                                                                                                                                                   
& F
 gd_    gd_  S  kd 1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    
  '       ^ _ p    ; T p     4 5                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_    o p   ] _ p    u   3 5 T      W X m n           
   ۵۵۵ۭۜۋzrgrrr       jv2 h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '     X n                                      j                                                                                                                                           kd1 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_        ?    $ a s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
a     " # n o     l! m! " " # # `$ a$ {$ $ <% % =' >' ' '                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_        # n o   k! -# # ;$ <$ G$ H$ X$ Y$ ]$ ^$ _$ `$ a$ j$ {$ $ 
% % & ?& =' ' ') () ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jD3 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj2 h_ U !' () ,) -) C) D) X)                                                 e                                                                                                                        F  kd4 $$If   l   l '{6    4   4 
l a] p
        F  kd3 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  () -) Z) ~) ) ) ) ) ) ) ) ) ) ) ) )  * * * 9* :* [* \* s* t* * * * * * * * * * , , , - R- k- - - - 4. F. / 1/ f/ / / / 0 ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3X) Y) Z) c) q) ~) )                                                             5            v  kd5 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd4 $$If   l   l '{6    4   4 
l a] p
         ) ) ) ) ) ) ) )                                     t                                                                                                                                                             v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ) ) ) ) )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdT6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) ) ) ) )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) ) ) ) )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) ) ) ) )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdU8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         )  * * * *                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd 9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         * * 2* 4* 9*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9* :* T* V* [*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdV: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [* \* k* m* s*                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         s* t* * * *                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         * * * * *                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdW< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         * * * * *                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         * * * * * , , , - - R- l- - - -                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         - - /. G. {. . . . / 2/ f/ / / / / 0 0 0 0 <0 E1 F1 \1 1 1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                   gd_  0 0 $0 :0 ;0 <0 \1 r1 1 1 1 1 2 2 P2 q2 2 2 2 
3 v3 3 3 3 3 3 3 3 3 4 4 +4 пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  1 2 2 12 22 P2 2 2 2 2 2 2 2 3 3 u3 v3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  3 3                                     kdX> $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3 3 4 4 .4 D4 Z4 p4 r4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	+4 .4 C4 D4 Y4 Z4 o4 p4 4 4 "5 $5 45 55 T5 U5 V5 W5 }5 ~5 5 5 6 6 6 6 6 6 6 6 7 Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 4 4                                     kd? $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4 4 4 4 4 4 4 5 5 !5 "5 #5 $5 55                                                                                                                                     q                            kdA $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
55 U5 V5 W5 ~5 5 5 5 5             q            l                                                                                                                                                       gd_    kdA $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  5 5                                     kdB $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               5 5 5 5 5 5 5 5 5 6 76 P6 e6 z6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  6 6 6 6 z            q            q                                                                                                                                                                                       	  $If   gd_    kdC $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       6 6 6 7 7 7 7 	7 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdD $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       7 7 7 
7 7 7 7 7 7 7 7 7 7 7 8 8 Y8 e8 8 8 8 8 
9 9 9 9 <9 =9 @9 J9 `9 9 9 9  : ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "	7 
7                                     kdQE $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               
7 7 27 37 G7 H7 j7 7 7 7 7 7 7                                                                                                             q                                                         kdF $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  7 7 7 7 7 7  8 8 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdeG $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       8 8                                     kd"H $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 8 T8 U8 
9 9 9 9 =9                                                             q                                                                                                                             kdyI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  =9 >9 ?9 @9 `9 9 !: 7: 8: B: M: z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd6J $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
 : !: 8: M: : : : : : : : : : : -; 6; ; < < < < = '= V= W= X= w= x= y= z= {= ~= = = = = ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #M: : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  : :                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : ,;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ,; -;                                        kdUL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -; 6; ; ; < < < l< < < < = W=                                                                                                 s                                                                        kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  W= X= y= z= {= |= }= |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdcN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }= ~=                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~= = = = = >                         s                                                                                                                                                                                   kdqP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = > > > > > > <> G> A A A !B @B B B  C ?C C C .D MD D D GE fE F F 	G (G G G *H IH H H I I 1J PJ J J <K [K L L о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -> > > > > > G> > > )? 4? >? I? S? |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd+Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
S? T? ? ? ? ? '@ (@ c@ @ @ @ A A A A !B /B ?B                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ?B @B KB PB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PB QB [B `B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdDR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `B aB lB qB             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qB rB |B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B B B                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdaS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C  C .C >C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd<U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >C ?C JC OC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OC PC ZC _C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _C `C kC pC             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdYV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pC qC {C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C C C                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdvW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D .D <D LD                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LD MD XD ]D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]D ^D hD mD             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mD nD yD ~D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdnZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D D                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd,[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E 'E ,E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,E -E .E GE UE eE                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eE fE qE vE             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vE wE E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E F ^F F F F                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F 	G G 'G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'G (G 3G 8G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8G 9G CG HG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HG IG TG YG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YG ZG dG iG             {            {                                                                                                                                                                                                           	  $If   gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iG jG kG G G G                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G *H 8H HH                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   HH IH TH YH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   YH ZH dH iH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iH jH uH zH             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   zH {H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H H H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I 
I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I I I I I                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I  J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J 1J ?J OJ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   OJ PJ [J `J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `J aJ kJ pJ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   pJ qJ |J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J J J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J 
K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  K !K <K JK ZK                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ZK [K fK kK             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kK lK vK {K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {K |K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K L *L +L L L L L L L 9M                                                                                                                                                                                        gd_  z  kd6o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L :M nM M M M M M M M M M N N "N 4N 5N FN GN aN jN =P ?P OP PP `P Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  9M :M nM M M M M M M M                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	M M                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M N 5N GN IN `N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  `N aN                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               aN jN N N N N .O O O O O 	P P P >P                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  >P ?P PP P P P P Q |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd=r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `P aP {P |P }P P P P Q Q Q AQ BQ qQ rQ uQ ~Q R R S S S S S S S ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jr h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Q Q BQ qQ rQ sQ tQ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd|s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tQ uQ                                        kd6t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uQ ~Q Q Q R uR R R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  R R S S |            s            s                                                                                                                                                                                           	  $If   gd_   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S T T T T T T U U |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdDv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T T T T T T T T ?U TU U U U U U V V V 'V (V MV NV }V V V V V cW fW X X Y Y Y Y %Y ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $U U U V V 'V                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  'V (V                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (V NV }V V V V V                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  V V                                        kdRx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V V V W W KW LW W 8X XX yX X X X X Y                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  Y Y Y fY Y Z UZ Z |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       %Y &Y @Y AY BY UY VY eY Y Y Y Z 3Z TZ vZ Z Z Z Z Z Z H[ z[ {[ |[ [ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j`z h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Z Z Z Z Z Z G[ H[ |[ [ [ [ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ [ [ [ [ \ \ :\ K\ L\ O\ X\ \ \ ] *] B] C] K] M] ]] ^] ] ] ] ] ] ] ] ] ^ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J ![ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  [ [                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ \ :\ L\ M\ N\                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  N\ O\                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O\ X\ \ \ \ \ *] +] L] M] ^]                                                                                                 Y                              kdG~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
^] ] ] ] ] ] r^ ^ ` ` cc pc             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ^ ^ ^ ^ -^ .^ 2^ 3^ r^ ^ cc pc d d g g k k l l )l +l l l l l 8m :m n 4n n n o o >p Bp rq q r $s s s s s s s ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j  hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -pc d d d e e f f g g g ai bi k k k +l l l 9m :m n 4n n n n n                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  n n n n n n             f                                                                                                                                                                      kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  n n n n o o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o 
o o o o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o &o 2o o            f            f            f                                                                                                                                                	  $If   gd_    kdl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2o 3o ;o Co Ho o            f            f            f                                                                                                                                                	  $If   gd_    kdځ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ho Io Qo Yo eo o            f            f            f                                                                                                                                                	  $If   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at eo fo no uo zo o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at zo {o o o o o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o o o o :p ;p q q (s )s s s @t o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s s s @t Lt /} 9}      4 D P Q ] a }    ɋ ʋ ԋ ދ ߋ 닲  
 > ? @ D M   + ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %@t Lt t t u u v v iv *x +x 3y 4y y { { { /} 9} ~ ~                                                                                                                                                                                                                                                                                                                                            h^hgd_   
& F  gd_    gd_   gd_      * + > Q h      Y Z ۂ ܂     Ȇ   x  Ӈ                                                                                                                                                                                                                                                                                                                                                              gd_    gd_    M   
 4 D Q }     ʋ ԋ ދ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ދ ߋ                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߋ 
 ? @ B C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  C D                                        kdυ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M    挲 $ L W                                                                                                                                                                                                                                                                                                                                                                                                                      
& F! $If   gd_ 	  $If   gd_  
  , c |            s            s                                                                                                                                                                                           	  $If   gd_   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , b c d f r v    ڎ ێ 厲      C D E I R ڐ B ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 c d e f     ێ 厲 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd݇ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	厲                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C D E G H                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  H I                                        kd뉆 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I R   ď  / S ِ B R S                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  B R T d e k r s t u    Ǒ ё ґ ޑ    ' ( ) - 6  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    S T e s |            s            s                                                                                                                                                                                           	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t u    Ǒ ё |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ё ґ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ґ   & ' ( ) + ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  , -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6 u   Ӓ  7  & 6 7                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   & 6 8 H I O V W X Y Z f j    ͔ Δ ؔ ┲ 㔲    9 : ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    7 8 I W |            s            s                                                                                                                                                                                           	  $If   gd_   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W X Y Z    Δ ؔ ┲ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	┲ 㔲                                        kdϐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               㔲  8 9 : ; = >                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  : ; ? H   ͖ Ζ Ԗ ۖ ܖ ݖ ޖ  % & 0 : ; G h i s    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  > ?                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? H    蕲 ' G                                                                                                                             f                           kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   Ζ ܖ ݖ ޖ 薲  & 0 :                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	: ;                                        kd딆 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      - . / ? @ F M N O P            , п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ᗲ 헲  B b   嘲 . /                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  / @ N O P                              s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                - . / 1 H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  , - . / I R S T U      М ќ Ҝ Ӝ Ԝ ՜ ᜲ 圲  랲  ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 H I                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I R T U f  ۛ    М                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
М ќ Ҝ Ӝ Ԝ ՜    랲 - d  㟲 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 - @ c w   ⟲  1 E    Ϡ Р ڠ 䠲 堲    	  
 , - ? @ x y    õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !㟲 2     Р ڠ 䠲                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  䠲 堲                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               堲 
 - @ S f y {                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   G H I Z                                                                f                                    [            [                     
  $If   gd_ K$  kd˟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  G H I Y Z ] r {             آ ⢲ 㢲 䢲 梲 碲 袲 
  ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a     袲   1 D W X Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 V W Z c  ᣲ ⣲ 㣲 䣲   & , - 5 7 L M \ ^ d e f ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J Y Z                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c   ⣲ 㣲 䣲  & - 6                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
6 7 M ] ^ _ `                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a   ` a b c d e                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   e f    դ 褲    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f ~                Ŧ ߦ ল ᦲ ⦲    ` i    ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D 楲  ߦ ল ᦲ ⦲                                                                                       Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
    ɧ ާ    9 I c }     ۨ                                                                                                                                                                                                                      	  $If   gd_  S  kdc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     9 : ; < T ^ _ ` b c d   Ω ϩ ҩ ۩ 穲 F Ъ 窲 課 骲 ꪲ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ۨ    9 : ;                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ; < d    ϩ Щ ѩ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ѩ ҩ                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ҩ ۩ F t 課 骲 ꪲ  E L U                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ꪲ    ! E K L T V ͬ Ϭ Ь Ѭ 鬲          \ ] ` i ﭲ  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 U V ^ s    Ϋ ޫ    / D V p                                                                                                                                                                                                                         
  $If   gd_ K$	  $If   gd_  S  kdO $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     ά Ϭ Ь                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdᭆ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ь Ѭ   $ 7 J ] ^ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_ `                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i ﭲ  S  : ; < = N                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   8 ; < = M N     į ů Ư ȯ ɯ ʯ ⯲ 㯲 @ A D M þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   ʯ 㯲   . A B C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M   b  I J K L ]                                                                                                 Y                              kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
M   a b  I J K L \ ]    ɲ Ӳ Բ ղ ײ ز ٲ ڲ J K N νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ]   ٲ ڲ   % 8 K L M             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  M N                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W , S  ല     嵲                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
N W + ല }      嵲 浲 쵲    n p q r   շ ַ ׷ ﷲ       ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 嵲 浲      ) ; U o     ж 嶲                                                                                                                                                                                                         	  $If   gd_  S  kd˶ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  嶲   + ; U o p q                                                                                                                                                                                                                                                 	  $If   gd_  S  kd] $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  q r  ַ |            s            s                                                                                                                                                                                           	  $If   gd_   kdﷆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ַ ׷     & 9 L _ ` a |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
     ^ _ b k $    & ' 3 8 M  ׻  
       ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  a b                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k $   Թ g    '                                                                                                 f                                                        kdź $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
'  
    & ; P e w    ּ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ּ    # 8 M b t    ӽ                                                                                                                                                                                                                                S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     C D W j }                 s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     3 = > ? A B C D V W     s   ɿ ʿ } ~ c x )² *² ò (ò *ò +ò Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 s ʿ + ~   z  *² ² *ò +ò 2ò qò ò ò Ĳ 3Ĳ gĲ Ĳ Ĳ Ĳ Ų                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  +ò 2ò 7Ĳ JĲ NĲ fĲ Ĳ Ų Ų Ų Ų  Ų 0Ų 1Ų uŲ {Ų |Ų Ų Ų ǲ ǲ ǲ ǲ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Ų  Ų 1Ų uŲ |Ų Ų |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ų Ų Ų Ų Ų Ų Ų Ų Ʋ $Ʋ >Ʋ XƲ iƲ Ʋ Ʋ Ʋ Ʋ Ʋ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdk $If   K$L$l 0                     x                
t                                4   4 
l a   Ʋ Ʋ Ʋ ǲ !ǲ ;ǲ Lǲ fǲ ǲ ǲ ǲ ǲ ǲ ǲ ǲ                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ǲ ǲ Ȳ Ȳ Ȳ (Ȳ ;Ȳ NȲ aȲ bȲ cȲ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ǲ ǲ ǲ ǲ  Ȳ Ȳ Ȳ Ȳ Ȳ `Ȳ aȲ dȲ mȲ +ɲ Wɲ $ʲ uʲ ʲ ʲ  ˲ ˲ ˲ X̲ m̲ Ͳ %Ͳ &Ͳ 'Ͳ .Ͳ rͲ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ cȲ dȲ                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dȲ mȲ +ɲ %ʲ ʲ ˲ ˲ }˲ ˲ p̲ 'Ͳ .Ͳ nͲ Ͳ Ͳ Ͳ Ͳ β &β gβ hβ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  rͲ Ͳ Ͳ Ͳ Ͳ Ͳ β β *β =β Eβ ^β fβ gβ hβ iβ yβ zβ β β β β β Ѳ Ѳ Ѳ Ѳ 1Ѳ ;Ѳ <Ѳ @Ѳ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  hβ iβ zβ β β β |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       β β β β β 
ϲ ϲ 6ϲ Mϲ dϲ uϲ ϲ ϲ ϲ ϲ ϲ ϲ ϲ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdeÆ $If   K$L$l 0                                     
t                                4   4 
l a   ϲ ϲ 
в в 1в Cв Zв qв в в в в в в в Ѳ Ѳ                                                                                                                                                                                                                            S  kdÆ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ѳ Ѳ Ѳ AѲ BѲ UѲ hѲ {Ѳ Ѳ Ѳ Ѳ Ѳ             s                                                                                                                                                                 kdĆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  @Ѳ AѲ BѲ TѲ UѲ Ѳ Ѳ Ѳ Ѳ Ҳ Ҳ Ӳ Ӳ ZԲ Բ Բ 9ղ Uղ ֲ 9ײ ײ ײ Vز ز ٲ 'ڲ ~ڲ ڲ ;ܲ ܲ ܲ ܲ ܲ =ݲ 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Ѳ Ѳ                                        kdCņ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ѳ Ѳ Ҳ Ӳ ZԲ Բ Vղ ղ ղ ղ Wֲ uֲ ֲ 9ײ ײ ٲ )ڲ ڲ ڲ ڲ :ܲ ;ܲ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ;ܲ {ܲ ܲ ܲ ܲ 9ݲ Xݲ wݲ ݲ ݲ ݲ ݲ                                                                                                             f                                       kdƆ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  =ݲ Pݲ \ݲ oݲ {ݲ ݲ ݲ ݲ ݲ ݲ ݲ ݲ 
޲ ޲ ޲ /޲ 0޲ 1޲ 5޲ 6޲ :޲ C޲ `߲ u߲ v߲ w߲ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ݲ ޲ ޲ 0޲ 1޲ 6޲ 8޲ 9޲             s                                                                                                                                                                                     kdQǆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  9޲ :޲                                        kdȆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :޲ C޲ P޲ r޲ ޲ ޲ ޲ ޲ ޲ ߲ ?߲ a߲ v߲                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  v߲ w߲ ߲ ߲ ߲ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd_Ɇ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w߲ ߲ ߲ ߲ ߲ ߲ ߲ ߲ ߲ ߲ ߲ ߲    E X {      I ]  + / V     ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ߲ ߲ ߲ ߲     E |   J |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdʆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J      Y Z   V    * a   /                                                                                                                                                                                                                                                                                                                          
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   * = ` t     . B            	 
    0 1 C D V W [ d       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdʆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   1 D W Y Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Z [                                        kd'̆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d    4 R l                                                                                                                 f                                       kd{͆ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     
  ! 4 G Z \ ]             s                                                                                                                                                                      kd5Ά $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
       
    ! 3 4 Y Z ^ g   + , - = > ? @ X b c g h i { |     ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %] ^                                        kdΆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ g   , - > ?                                                 f                                                                                                                       kdCІ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ? @ h i |      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdІ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdц $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                         @ A   P Q R b c d e r 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %                                                        f                                                                                                                       kdӆ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdӆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdԆ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 A  Q R c d                                                 f                                                                                                                       kdՆ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d e f  # $ K L } u v   |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdֆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r v  " # $ K X \ }  v     " 6 Z [ n        " # 6 g ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   # [   # h   S T U _ j                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  g {     R T U j                 8 9 R [ \ k շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdG׆ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                     & 9 ; Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Q R                                        kd؆ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R [   
 E P |                                                                                                     f                                                   kdن $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  k  E P c s |                
 " # 2 4 5 6 ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    
 # 3 4 5                                                             R            I                                   	  $If   gd_ Q  kd6ۆ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdچ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ 5 6 ^ _ r       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdۆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6 N X Y ] ^ _ q r         < 
   3 4 O       ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd}܆ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 = X     
  4 P b                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_               - . C D F G H ` j k o p q        пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd݆ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         . E F G                                     R            I                                                                     	  $If   gd_ Q  kd߆ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdކ $If   K$L$l 0                                     
t                              4   4 
l a   G H p q       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd߆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 9 a      =                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
    8      % 4 < = D J ~              زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5     |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                     9 : > G H W   d h     ! ? @ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph          ' : < = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= >                                        kd' $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > G   e     ! @ k                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
@ S b j k r x                  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               S  
 < = v    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  $  (  S  
 < I M v   * . P  9      + [ g k  e            .	 V	 W	 m	 q	 	 
   O   ; w  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4 P  8 9    + Z [  e            	 	 .	 V	 W	 	                                                                                                                                                                                                                                                                                                                                                                   gd_  	 
  O   ; w  
 E
 
 
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_   E
 I
 
 
 
 
 
 
 
 
 
 
 G H I J    K    . Y Z ~       @ D  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $
 
 
 
 
 
 
 
 
 M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   
 
   ) * 9 :                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  : ; G H                                                                                                                                                                                                                                                          	 $If   gd_  o  kdb $$If   l       0   T# T                 .                
t  0                                                              4 
l al  H I J U Y l t                                      z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                         K P              [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_       ( d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ( ) . Z ^ x d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd[ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  x y ~    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd$ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       A d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  A B C M    d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdT $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                ! " #                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  # $ % & ' ( ) *                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  * + , - . / D                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  D     + < = Q S                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       < = S T V W e f s t                 & ' 9        춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *S T U V W _ e                                     a                                                                                                                             E  kdB $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   e f o s t                                       a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd_ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a      	   l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd: $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a      ' 9        l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              d e q r       " # G I Y Z        % g  j          %! &! ! ! ! ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0    e r                                                                                                                                                                                                                                                           S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	  # H I Z                                      N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        x 4 5 " #   %   t  C                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kd: $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     j    %! &! d! ! ! ! " " # ,$ N$ $ $ $ % (% )% 2& 3& ' ' 1( 2( }(                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  ! ! 
" " " &" " " # +$ ,$ N$ & 0& 3& ' ' ' }( ( ( ( ( ( ( ) ) =) >) ?) [, \, g, h, i, m, n, , , , ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '}( ( ( ( ( ( ) >)                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  >) ?) P) ) ) ) ;* <* X* * * s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd> $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
* Y+ , , p, , , - 
- - - 
/ / y0 z0 01 11 1 1 2 *2 2 3 4 4 Z5 [5                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  , , , , , , - 
- - 	/ 0 /1 1 1 1 1 1 1 1 1 1 1 1 2 2 *2 2 2 3 3 4 Z5 6 6 ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j~ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U ![5 6 6 6 6 6 6                                                 e                                                                                                                        F  kdX $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  6 6 6 7 7  7 !7 '7 (7 I7 J7 j7 k7 7 7 7 7 7 7 7 7 7 7 8 8 (8 )8 C8 D8 k8 l8 m8 n8 o8 M: N: Z: : : 	; =; C; F; ; ; < < = -= a= = = ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 36 6 6 7 7 7 7                                                             5            v  kd>  $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         7 7 7  7 !7 %7 &7 '7                                     t                                                                                                                                                             v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  '7 (7 A7 C7 I7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I7 J7 c7 e7 j7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j7 k7 y7 {7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 7 7 7                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 7 	8 8 8                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8 8  8 "8 (8                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (8 )8 <8 >8 C8                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         C8 D8 K8 P8 k8                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         k8 l8 m8 n8 o8 M: N: Z: : : : 
; >; Q; ;                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; < ,< `< ~< < < = = .= b= = = = = = = > > >  ? /? B? C? \? ? ?                                                                                                                                                                                                                                                                                                                                                                   gd_  = = = = = = > ? /? A? v? ? ? ? ? @  @ T@ @ @ A )A [A \A fA pA qA A A A A A пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ? ? ? ? ? ? @ @  @ T@ j@ @ @ @ @ A A A )A \A fA pA                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  pA qA                                     kd	 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               qA A A A A A A B B 'B                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	A A A A A A 
B B (B 1B B B B B B B B B C C !C *C GD ID YD ZD yD zD {D |D D Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ 'B (B                                     kd
 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               (B 1B SB TB hB iB B B B B B B B B                                                                                                                                     q                            kd@ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
B B B B C C C C  C             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_   C !C                                     kd
 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               !C *C KC LC `C aC {C C C C C C D D 2D 3D HD                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  HD ID ZD zD z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       zD {D |D D D D D D z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       D D D D D 9E ;E KE LE kE lE nE E E E E E F F +F JF VF F F F F F F F F F HG G G G ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "D D                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               D D D D D D E $E %E :E ;E LE lE                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  lE mE nE E E E E E z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       E E                                     kd\ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               E E E E F F F F F                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  F F F F F G G G G G G z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdp $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
G G G G H H (H 2H 3H SH TH H H H H H jI NJ PJ `J aJ J J J J J K K K K K K %K K K K ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #G H (H 2H                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  2H 3H                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3H TH H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  H H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H lI mI I I I 
J OJ PJ aJ J J                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  J J K K K K K |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K %K K K K K                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K K K K K gO hO O O O ?P ^P P P BQ aQ Q Q jR R R S T =T T T 6U UU U U PV oV NW mW W W ]X |X X X .Z /Z о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -K K K K K K K L L L L L L L |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L L RM iM M M M M N 6N |N }N gO hO O O O O O                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O 
P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P  P !P ?P MP ]P                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]P ^P iP nP             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nP oP yP ~P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P P P                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdv  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P P P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P P 	Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q  Q BQ PQ `Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `Q aQ lQ qQ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qQ rQ |Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q Q Q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd,$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R 'R ,R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,R -R .R jR xR R                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R R R R R S                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S S S $S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $S %S 0S 5S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5S 6S @S ES             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ES FS GS S S T ,T <T                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <T =T HT MT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MT NT XT ]T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ]T ^T iT nT             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nT oT yT ~T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~T T T T T T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T T T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T T U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U 	U 6U DU TU                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   TU UU `U eU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   eU fU pU uU             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   uU vU U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U U U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U U U             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U U V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V #V (V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (V )V *V PV ^V nV                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd)1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   nV oV zV V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V V V W W NW \W lW                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lW mW xW }W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }W ~W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W W W                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W W W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W W 	X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X  X *X /X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /X 0X 1X ]X kX {X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {X |X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd68 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X X X X X                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X X Y 	Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Y 
Y Y Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Y %Y *Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *Y +Y 5Y :Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :Y ;Y <Y `Y Y Y Y Y Z  Z -Z .Z /Z RZ Z                                                                                                                                                                                        gd_  z  kdp: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /Z @Z RZ mZ Z [ [ [ [ 4[ f[ g[ q[ {[ |[ [ [ [ [ [ [ [ [ \ ] ] ] ] ] Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  Z Z [ [ [ )[ 4[ g[ q[ {[                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	{[ |[                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  [ [                                        kd#< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ \ \\ ]\ }\ ~\ \ +] a] ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ] ] ] ?^ X^ q^ ^ ^ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdw= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] ] ^ ^ ^ .^ /^ >^ ^ ^ ^ ^ ^ _ _ _ _ ` ` ` ` ca da ga xa a ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j1> h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ^ ^ ^ _ _ _ _ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _                                        kdp? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ d_ e_ _ ` ` :` S` m` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ` ` ` da |            s            s                                                                                                                                                                                           	  $If   gd_   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       da ea fa ga a b  b Tb fb xb yb hc ic |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd~A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b  b Sb Tb wb xb yb b b b (c Uc gc ic ~c c c c c c c c d >d ?d Bd Kd e e |f }f f f f f f ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ic sc ~c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  c c                                        kd8B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c d -d ?d @d Ad                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Ad Bd                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Bd Kd d d d d d d he e e f =f Zf |f }f f                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  f f f g Zg g g 6h |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f f g $g Zg g g g g h 5h 6h 9h Jh `h h h i i i +i ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jE h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  6h 7h 8h 9h _h `h h h i ,i -i 7i |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +i -i Bi ti ui i i i i i i i i i i aj oj j j j j j j j j Fk Gk Ik Jk \k nk ok zk k ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !7i Bi ui i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  i i                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i                                        kd-H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i Wj Xj xj yj j j j j j                                                                                                 Y                              kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
j Gk Hk Ik Jk zk l 4l in jn q q             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd;J $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k k k k k k k k l 4l q q :r Kr u u gy zy y y y y hz iz kz lz z z { { D| x| G} N} } }  1   ) * B C S T ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j:O hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jJ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -q 9r :r Kr s s Rt St u u u v  w fy gy |y y iz lz z z { { C| D| S| e|                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  e| x| y| ~| | |             f                                                                                                                                                                      kd\K $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kd8L $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | | o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | | | | } o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } } } } o            f            f            f                                                                                                                                                	  $If   gd_    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at } } !} (} 4} o            f            f            f                                                                                                                                                	  $If   gd_    kd^N $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 4} 5} 6} 7} } } 0 1 ƀ ǀ   ށ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T W X ށ ꁳ ͊ ׊  )   1  Җ ◳         5 g h r | }    ܙ ݙ ޙ ♳ 뙳   ɛ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ށ ꁳ f g      ȅ Ʌ ц ҆ #   H ͊ ׊   ? L Y f s                                                                                                                                                                                                                                                                                                                                       h^hgd_   
& F  gd_    gd_   gd_      ȍ ɍ ܍     ) Y Z   y z L M   1 f    D q                                                                                                                                                                                                                                                                                                                                                              gd_    gd_    땳 ;   Җ ◳      * 5 h r |                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  | }                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }  ݙ ޙ  ᙳ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ᙳ ♳                                        kd	Q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ♳ 뙳 * 6 ]   ꚳ  . 8 ]                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
  ʛ  |            s            s                                                                                                                                                                                           	  $If   gd_   kd]R $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ɛ ʛ        0 1 F x y       ᜳ ✳ 㜳 眳  x  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     0 1 ; F y  |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ᜳ ✳ 㜳 圳 朳                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  朳 眳                                        kd%U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               眳  / ; b  ͝  w                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_       	     ( Z [ e o p |   ş Ɵ ǟ ˟ ԟ \ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdyV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ( [ e o |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd3W $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p  ğ ş Ɵ ǟ ɟ ʟ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ʟ ˟                                        kdAY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˟ ԟ   F q  ՠ [ ġ ԡ ա                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  \ ġ ԡ ֡ 桳 硳         # $ 9 k l v      ע آ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ա ֡ 硳  |            s            s                                                                                                                                                                                           	  $If   gd_   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           $ . 9 l v  |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdO[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd	\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ֢ ע آ ٢ ۢ ܢ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  آ ٢ ݢ 梳 Y [ k l r y z { |  ä Ĥ Τ ؤ ٤ 夳    0 1 2 îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ܢ ݢ                                        kd]] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݢ 梳 % 1 X  ţ 壳  Y Z [                                                                                                                         f                           kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  [ l z { |   Ĥ Τ ؤ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdk_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	ؤ ٤                                        kd%` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٤  1 2 3 5 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2 3 7 @ ˦ ̦ ͦ ݦ ަ 䦳 릳 즳   ( B D E Z       ʧ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  6 7                                        kdya $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 @    ॳ   / L  ̦ ͦ                                                                                                                         f                           kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ͦ ަ 즳   ( E O Z                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdAd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˧ ̧ ͧ ϧ 槳                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ʧ ˧ ̧ ͧ 秳     ) * + ; < n o p q r s      ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 槳 秳                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               秳     C y * + < n                                                                                     s                                                                                              kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
n o p q r s  T U  ˬ  :  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ˬ ެ   9 M   ϭ 㭳 % & ; m n x         ʮ ˮ ݮ ޮ   1 : F õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! Э % & 0 ; n x                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd]h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ˮ ޮ     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  0 1                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :   寳 毳 篳  % , 4                                                             f                                    [            [                     
  $If   gd_ K$  kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
F  寳 毳 篳      # % + , 3 5 J K Z \ ] ^ v         ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 4 5 K [ \ ]                                     R            I                                                                     	  $If   gd_ Q  kdLl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   ] ^    ϰ ⰳ    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     $       ı ʱ ˱ ӱ ձ 걳 뱳      ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ R     ı ˱ Ա                                                             f                                    [            [                     
  $If   gd_ K$  kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
Ա ձ 뱳                                         R                                                                                              Q  kd.p $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a                                              R            I                                                                     	  $If   gd_ Q  kdHq $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdp $If   K$L$l 0                                     
t                              4   4 
l a     , M N s     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  & ' ( * + , M N       J c } ~         N T ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ⲳ   } ~    N                                                                                     Y                                          kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
N U ^ _ g |    ׵ 絳   # 8 M _ y                                                                                                                                                                                                                      	  $If   gd_  S  kdt $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ T U ] _ ׶ ض ٶ ڶ         ! " l m p y  ䷳ n     ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  y    ׶ ض ٶ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd/u $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ٶ ڶ  " G Z m n o |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o p                                        kd{v $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y ䷳      㸳 긳                                                              f                                    [            [                     
  $If   gd_ K$  kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
     㸳 鸳 긳   k m n o                ; ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5     & 8 R l |    ͹ ⹳   ( 8                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdx $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   8 R l m n                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdy $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  n o   º պ 躳    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdgz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    : ؼ ټ ڼ ۼ 켳 ?                                                                                                 f                                                   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ; ּ ټ ڼ ۼ 뼳 켳 > ? @ X b c d f g h   ޽ ߽ ⽳ 뽳 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ? @ h    ̽ ߽ ཱི έ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	έ ⽳                                        kd/} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ⽳ 뽳     I 翳 迳 鿳 꿳                                                                                                  Y                              kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
뽳      I 翳 迳 鿳 꿳   M N O g q r s u v w x    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   N O w x                    s                                                                                                                                                                 kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   5³ ~³ ó ó ó 0ó ó                                                                                     Y                                          kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   ~³ ó ó ó ó /ó 0ó ó ó ó ó ó ó ų ų ų ų  ų !ų sų tų uų ų ų ų ų ų ų ų ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ó ó ó ó ó ó ó ó ó ó 
ĳ ĳ 7ĳ Qĳ Yĳ nĳ ĳ                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ĳ ĳ ĳ ĳ ĳ ĳ 
ų ų ų                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ų ų !ų tų |            s            s                                                                                                                                                                                           	  $If   gd_   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tų uų ų ų ų ų ų ų ų ų ų |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdデ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ų ų ų ų ų ų  Ƴ 	Ƴ Ƴ ȳ ȳ ȳ ȳ ȳ ȳ ȳ ȳ /ɳ uɳ ɳ ɳ ɳ ɳ ɳ ɳ ˳ ˳ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ų  Ƴ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ƴ 	Ƴ Ƴ "ǳ ^ǳ rǳ ȳ ȳ ȳ ȳ ȳ                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
ȳ /ɳ ɳ ɳ ɳ ɳ ɳ ɳ ɳ ʳ ʳ /ʳ Iʳ Zʳ tʳ                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  tʳ ʳ ʳ ʳ ʳ ʳ ʳ  ˳ ˳ ,˳ F˳ W˳ q˳ ˳ ˳ ˳ ˳                                                                                                                                                                                                                            S  kdK $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ˳ ˳ ˳ ˳ ˳ ˳ ̳ ̳ .̳ A̳ B̳ C̳             s                                                                                                                                                                 kd݇ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ ˳ @̳ A̳ D̳ M̳ ͳ @ͳ Aͳ gͳ hͳ γ γ ϳ ϳ ϳ ϳ г г г г Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ C̳ D̳                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D̳ M̳ ͳ hͳ ͳ γ Oγ γ ϳ mϳ ϳ rг г г г ѳ ^ѳ uѳ ѳ ѳ ҳ 1ҳ ]ҳ ҳ ҳ                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  г г ѳ ѳ ѳ ҳ ҳ ҳ ҳ ҳ ҳ ҳ ҳ ҳ ӳ ӳ ӳ "ӳ $ӳ sճ uճ vճ wճ ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ҳ ҳ ҳ ӳ ӳ #ӳ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd뉇 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #ӳ $ӳ ,ӳ Aӳ Vӳ kӳ }ӳ ӳ ӳ ӳ ӳ ӳ Գ !Գ 2Գ LԳ TԳ iԳ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   iԳ ~Գ Գ Գ Գ Գ Գ ճ ճ /ճ Iճ Zճ tճ uճ vճ                                                                                                                                                                                                                   	  $If   gd_  S  kd7 $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  vճ wճ ճ ճ ճ ճ ճ ճ ճ  ֳ ֳ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdɋ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
wճ ճ ճ ճ ճ ճ ճ ճ ճ ճ ճ ֳ ֳ ֳ ֳ ׳ س (س س س zٳ ٳ ٳ ڳ ڳ ڳ ڳ ڳ ڳ ۳ ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ֳ ֳ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֳ ֳ ֳ ׳ +س س س ٳ ٳ ڳ ڳ ڳ ۳ +۳ J۳ o۳ ۳ ۳ ۳ ܳ ܳ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  ۳ #۳ /۳ B۳ ۳ ۳ ۳ ۳ ۳ ۳ ۳ ۳ ܳ ܳ ܳ ܳ ܳ ܳ \ܳ bܳ cܳ kܳ mܳ ޳ ޳ ޳ ޳ ޳ ޳ ޳ ޳ ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ܳ ܳ ܳ \ܳ cܳ lܳ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd升 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lܳ mܳ uܳ ܳ ܳ ܳ ܳ ܳ ܳ ݳ ݳ *ݳ Aݳ Rݳ hݳ yݳ ݳ ݳ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ݳ ݳ ݳ ݳ ݳ ݳ ݳ ޳ &޳ 7޳ N޳ e޳ v޳ ޳ ޳ ޳ ޳                                                                                                                                                                                                                            S  kd1 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ޳ ޳ ޳ ޳ ޳ ޳ ߳ ߳ ,߳ ?߳ A߳ B߳             s                                                                                                                                                                 kdÏ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ޳ ޳ ޳ ޳ ޳ >߳ ?߳ C߳ L߳ ^  & X  Y u   G  . C   !   1  ] p |   󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !B߳ C߳                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C߳ L߳ ^ &  v  . y    E     4 5 <                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_    Y x     4 S T e                                                                                                             f                                       kdё $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_     
  , 8 K R T d e               ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  e                    s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2 T v w                                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd_ 	  $If   gd_    & Y ~ |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        % & } ~              - Q e         O R   ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  ~     k m    R   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        = >  7 8      Q R    7 ~  " # - 8 k u                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_       6 J }    " # 8 j k u                   J n o p   õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd_                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J m    
 A o p                                                                                                              f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_                         s                                                                                                                                                                      kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
                 F G                 , - R S ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 # G                                                     f                                                                                                                       kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_       - @ S U V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V W                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S W `   $ % & 6 7 8 9 Q [ \ ` a b t u         a b          㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %W ` ~  % & 7 8                                                 f                                                                                                                       kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  8 9 a b u      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  b                                                     f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_     5        H  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdǡ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         5        u  H [             =  >  Q             ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ     >       M       ; E O                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    L `       : ; E O P h r s w x y          	 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\O P                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               P x y                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_                                           kdգ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 h      \ ] n                                                                                                  f                                                   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  	 h      ! ' [ \ ] m n q               ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd_ Q  kdp $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd㥇 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$      # 6 I K L b |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         " # H I c l m |         & - 3 D E ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ b c                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               c l   ' D ] p       & E F                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  E F G W X [ a                	 
   ! " 4 5 Z [ _ пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  F G X    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd_ Q  kdR $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdũ $If   K$L$l 0                                     
t                              4   4 
l a       " 5 H [ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdߪ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ _                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               _ h   9	 K	 	 	 	 	 
 !
 "
 #
                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
_ h i x  	 	 	 	 	 	 	 	 	 	 	 
 
  
 !
 "
 #
 $
 4
 5
 8
 M
 V
 `
 a
 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 #
 $
 5
 b
 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a
 b
 c
 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 S T   H      ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    b
 c
 
 
 
 
 
 
 
 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 
                                        kda $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               
 
 T   6 g y    	
 K
 L
                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
   
 
 	
 
 
 J
 K
 L
 M
 ]
 ^
 a
 v
 
 
 
 
 
 
 
 
 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  L
 M
 ^
 
 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 
 
 
 
        |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       

 
 
 
           k  , - 9 = f    	 1  1 = A n    Z [ g k       ;     C    m ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  k   , - f    1  0 1 n   Z [  B C x       ;                                                                                                                                                                                                                                                                                                                                                                   gd_  ;    C    m   E F Q ] l x                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   gd_    gd_  m   D E Q g k          $ [   9 o p     S T         Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kd) $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd_    kdǱ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al       
                                       z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd9 $$If   l       0   T# T                 .                
t  0                                                              4 
l al    $ [ ` 2            )            )            )                      	 $If   gd_    kdֳ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     `      3             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  3 4 9 p t  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd̵ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     T Y  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd^ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd' $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      : ? K d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K L O Y n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Y Z ] f                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  f g h y ~                                         w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd+ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdȻ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd! $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd߾ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                                                                                                                                                                                                                                                       E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	                          ! ! ! ! 1! 2! 4! 5! a! b! z! {! ! ! ! ! ! ! ! ! ! ! ! " D$ E$ P$ Q$ a$ b$ 춥x                          /jć hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *            !                                     a                                                                                                                             E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ! ! 
! ! ! %! 1!                                     a                                                                                                                             E  kd: $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   1! 2! 3! 4! 5! G! a!                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   a! b! m! z! {! ! !                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW $$If   l 0 
" R                                                           4 
l a   ! ! ! ! ! ! !                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdÇ $$If   l 0 
" R                                                           4 
l a   ! ! ! ! ! ! l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdtÇ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ! ! ! ! ! " " # # i$ j$ l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd2ć $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
b$ f$ g$ \% ]% h% i% y% z% ~% % % % % & & & & W& Y& d& e& & & & & & & & & 7' 9' :' F' G' * * * . . . =. b. k. . .  / !/ 3/ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jWŇ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0j$ % % % & & X& Y& e& &                                                                                                                                                                                                                                                       S  kdŇ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	& & & & & & 8'                                     N                                                                                       S  kdƇ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdPƇ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   8' 9' :' G' ' ( ( ( ) ) * * * F+ + , x, , H-                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdtǇ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   H- I- . c. . . /  / !/ 4/ 0 0 0 1 1 U2 w2 2 2 2 2 3 3 p5 q5 5 5 6                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  3/ 4/ / / / / 0 0 0 1 1 1 3 3 3 o5 q5 5 6 16 56 B6 C6 6 6 6 6 6 6 6 9 9 : : : : : I: J: U: ۵۵۵ۭۜۋzrgrrr       jȇ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '6 '6 66 B6 C6 6 6 6                                     j                                                                                                                                           kdȇ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  6 6 6 77 <7 {7 7 7 7 `8 8 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdxȇ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
8 8 9 9 : ^: _: : : O; P; < < > > > > ? ? ? ? x@ 2A yB zB B B                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  U: V: W: [: \: _: : : N; < i> > w? x? ? ? ? ? ? ? ? ? ? ? ? ? I@ R@ [A {A yB B cD dD ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jɇ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjQɇ h_ U !B dD hD iD D D D                                                 e                                                                                                                        F  kdʇ $$If   l   l '{6    4   4 
l a] p
        F  kdʇ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  dD iD D D D D D D D D D E 	E E  E ;E <E XE YE uE vE E E E E E E E E 	F 
F F F 
F G G G YH H H H H H pI I UJ mJ J J J K TK ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3D D D D D D D                                                             5            v  kdxˇ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdˇ $$If   l   l '{6    4   4 
l a] p
         D D D D D D D D                                     t                                                                                                                                                             v  kd̇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  D D D D D                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kḋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D D E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kds͇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E 	E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd· $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E  E 3E 5E ;E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd· $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ;E <E QE SE XE                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdtχ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         XE YE nE pE uE                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdЇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         uE vE E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdЇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kduч $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd ҇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E E                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd҇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E E E E 	F                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdvӇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	F 
F F F 
F G G G @H ZH H H H H #I                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd!ԇ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #I 7I kI I I I I J PJ nJ J J J  K K SK TK UK VK xK L L L L L L L L -M .M                                                                                                                                                                                                                                                                                                                                                                   gd_  TK VK `K vK wK xK L L L L M ,M LM OM M M M M N IN N N N N O O O 5O 6O SO TO gO пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  .M LM ZM mM nM M M M M M N N 4N JN KN N N N N N O O                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  O O                                     kdԇ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               O 6O SO TO jO O O O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	gO jO O O O O O O O O ^P `P pP qP P P P P P P P P Q Q Q Q R R R R ?R Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ O O                                     kd#և $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               O O O O P P +P GP HP ]P ^P _P `P qP                                                                                                                                     q                            kdzׇ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
qP P P P P P P P P             q            l                                                                                                                                                       gd_    kd7؇ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  P P                                     kd؇ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               P P P P P P Q 5Q 6Q HQ sQ Q Q Q Q Q Q                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  Q Q Q R z            q            q                                                                                                                                                                                       	  $If   gd_    kdKڇ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       R R R AR BR CR DR ER z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdۇ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ?R @R AR FR OR R R R R 	S 
S S 8S 9S >S GS S S S S S S FT HT XT YT xT yT |T T T T (U )U \U ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "ER FR                                     kdۇ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               FR OR nR oR R R R R R R R R 
S                                                                                                             q                                                         kd݇ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
S S S 9S :S ;S <S =S z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd݇ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       =S >S                                     kdއ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               >S GS S S FT GT HT YT yT                                                             q                                                                                                                             kd߇ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  yT zT {T |T T )U ]U sU tU ~U U z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
\U ]U tU U U U U U U U U V 4V 5V iV rV W W W W W PX cX X X X X X X X X X X Y /Y 0Y ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  U U                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V 5V 7V hV                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  hV iV                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               iV rV 
W W GW HW WW W W W W PX X                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X X X X X X X |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y Y 0Y QY                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0Y PY QY RY SY TY VY xY Y ] ] ] ]] |] ] ] \^ {^ ^ ^ j_ _ ` '` ` ` a a Eb db b b fc c c 
d d e me e e f xf f g g о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -QY RY SY TY UY VY Y #Z $Z eZ pZ zZ Z Z |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Z Z Z [ [ 6[ c[ d[ [ [ \ \ ] ] ] 2] ]] k] {]                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  {] |] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ] ] ] ]                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ] ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ 
^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ (^ -^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -^ .^ 8^ =^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =^ >^ ?^ \^ j^ z^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z^ {^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ ^ ^ ^ ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ ^ 
_ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _  _ +_ 0_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0_ 1_ ;_ @_             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @_ A_ B_ j_ x_ _                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ _             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ _ _ ` ` &`                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &` '` 2` 7`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7` 8` B` G`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G` H` S` X`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X` Y` c` h`             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h` i` j` ` ` `                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` ` ` Qa a a a a                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a a a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a a b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b 
b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b Eb Sb cb                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cb db ob tb             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tb ub b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b b b b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b b b c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c $c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $c %c /c 4c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4c 5c 6c fc tc c                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c c c c c d                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d 
d d d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d d (d -d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -d .d 9d >d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >d ?d Id Nd             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nd Od Pd d d d d 
e                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e &e +e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +e ,e 7e <e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <e =e Ge Le             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Le Me Ne me {e e                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e e e e 	f f                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f %f *f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *f +f 5f :f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :f ;f Ff Kf             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kf Lf Vf [f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [f \f ]f xf f f                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f f f f g Cg fg gg g g g g g g uh                                                                                                                                                                                        gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g g g h vh h h h h h i i i i i Li Mi ^i pi qi i i i i yk {k k k k Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  uh vh h h h h h i i i                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	i i                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i Mi qi i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  i i                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i j j jj j j $k 4k Ek Uk Vk zk                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  zk {k k k k l (l Wl |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k k k k Vl Wl Xl }l ~l l l l l 8n :n Jn Kn o o o o .o ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jk	 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Wl Xl ~l l l l l |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l m m Rm m m m m n  n 8n 9n                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  9n :n Kn o |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o o .o o o o p p p q q |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .o o o o o p p p 5p {p p p p q q q Nq Oq Yq cq dq q q q q q q q r r t t >t @t Pt Qt at ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $q q q Oq Yq cq                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  cq dq                                        kdr
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               dq q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  q q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q .r /r >r Or r r s ts s s s s t t ?t                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ?t @t Qt t t Su u u |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       at bt |t }t ~t t t t t t u Ru ou u u u u u u u %v v v v v v ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  u u u u u u v v v v v v |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v v w w w 'w (w Mw Nw vw w w w w w 
x Jx fx ~x x x x x x x x x x x y 
y y Ly ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !v v w w 'w                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  'w (w                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (w Nw vw w w w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  w w                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w w x x fx gx x x x                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
x x x x x y y y | | ~ ~             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Ly My Xy Yy iy jy ny oy y y ~ ~   % 7   N P e g   	 
 t v [ p ≴  労 슴 z ~  ό 9 ` ǎ Ȏ  Ꮄ   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jt hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j/ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -~    / 0   $ % 7      g  
 u v [ p ቴ ≴                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   gd_   
& FP gd_    gd_      $ )             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ) * / 7 C o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at C D I P U o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U V [ b n o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at n o w   o            f            f            f                                                                                                                                                	  $If   gd_    kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    Ɗ Ҋ o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ҋ ӊ Ԋ Պ v w Ό ό d e " # | o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    |  k u  Ǜ  ϡ H p         Ӧ      ' H I z { |   U W g ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %|      R S  f g o p  K L 斴 k u   ݚ ꚴ    "                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  " 3 D U f g z     Ǜ       ꠴ 렴  ϡ  T U  ⢴  ?                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ? @  ٣ H I p      Ȧ Ӧ                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                I { | ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ȧ ԧ  " `   ̨ ֨  U V                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
V W h  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g h       Ω ϩ 䩴   ! + , 8 Y Z       ~ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     Ω ϩ ٩ 䩴  ! |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  + ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd_  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ͪ ٪   + k   ~                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_  ~          Ƭ    
   ; < c d e i r  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           Ƭ   
 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdm" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
                                         kd'# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                < b c d e g h                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  h i                                        kd{$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r   䭴  O s  b r s                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   b r t            ¯ ׯ 	 
    + L M u v ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    s t   |            s            s                                                                                                                                                                                           	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ¯ ̯ ׯ 
   |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdC' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                M t u v w y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  v w {    	 
      / a b l v w     β ϲ в îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  z {                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {  ð ϰ  $ c                                                                                                                              f                           kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   
    $ / b l v                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	v w                                        kd_+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  ϲ в Ѳ Ӳ Բ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  в Ѳ ղ ޲ i j k { |      ƴ ഴ ⴴ 㴴  * + 5 ? @ L h п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Բ ղ                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ղ ޲  ) P ~  ͳ 곴 ! j k                                                                                                                         f                           kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  k |    ƴ 㴴   +                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	+ 5 ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ? @                                        kd{/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ i j k m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  h i j k      Ƿ ȷ ɷ ٷ ڷ  
      ! A ' : ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ᶴ  ȷ ɷ ڷ                                                                                      s                                                                                              kd#2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 
     A   ' i  غ  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
: i |   ׺ 뺴  2 m  û Ļ ٻ      ! 9 C D E H I h i { |   ϼ ؼ 伴 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! n û Ļ λ ٻ                                                                                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    !                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! I i |     μ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  μ ϼ                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϼ ؼ C V     ý ʽ ҽ                                                             f                                    [            [                     
  $If   gd_ K$  kd?6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
伴 C          ý ɽ ʽ ѽ ӽ 轴 齴          " # $ F G ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ҽ ӽ 齴                                        R            I                                                                     	  $If   gd_ Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd6 $If   K$L$l 0                                     
t                              4   4 
l a     $ G Z m     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G     ¾      0 1 b h i q s        ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ¾      1 b i r                                                             f                                    [            [                     
  $If   gd_ K$  kd!: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
r s                                          R                                                                                              Q  kdh; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd: $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd; $If   K$L$l 0                                     
t                              4   4 
l a     ʿ 뿴 쿴  $ 7 8 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  Ŀ ſ ƿ ȿ ɿ ʿ 뿴 쿴 6 7 : C 4 5  ´ ´ ´ ´ ´ .´ /´ 0´ ´ ´ ´ ´ ´ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ 9 :                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : C  " 5 ´ ´ ´ ´ /´ ´                                                                                     Y                                          kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
´ ´ ´ ´ ô ô /ô Aô [ô uô ô ô ô ô ô ô ô Ĵ                                                                                                                                                                                                                      	  $If   gd_  S  kd? $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ ´ ´ ´ ´ uĴ vĴ wĴ xĴ Ĵ Ĵ Ĵ Ĵ Ĵ Ĵ Ĵ Ĵ Ĵ 
Ŵ Ŵ Ŵ Ŵ #Ŵ Ŵ ƴ #ƴ $ƴ %ƴ &ƴ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  Ĵ 1Ĵ AĴ [Ĵ uĴ vĴ wĴ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdi@ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  wĴ xĴ Ĵ Ĵ Ĵ Ĵ Ŵ Ŵ 
Ŵ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ŵ Ŵ                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ŵ Ŵ Ŵ Ŵ $ƴ %ƴ &ƴ 7ƴ ƴ ƴ ƴ                                                             f                                    [            [                     
  $If   gd_ K$  kd	C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
&ƴ 6ƴ 7ƴ Uƴ ]ƴ ƴ ƴ ƴ ƴ ƴ 	ȴ ȴ ȴ 
ȴ %ȴ /ȴ 0ȴ 1ȴ 3ȴ 4ȴ 5ȴ Bȴ Lȴ Mȴ ȴ ȴ ȴ ȴ +ɴ ɴ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 ƴ ƴ ƴ ƴ ƴ ƴ ƴ 
Ǵ Ǵ 4Ǵ NǴ VǴ kǴ Ǵ Ǵ Ǵ Ǵ Ǵ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdC $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   Ǵ Ǵ 
ȴ ȴ ȴ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdUD $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ȴ 
ȴ 5ȴ Mȴ `ȴ sȴ ȴ ȴ ȴ ȴ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ȴ ȴ                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ȴ ȴ +ɴ Hɴ ɴ ɴ vʴ wʴ xʴ yʴ ʴ ʴ                                                                                                 f                                                   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  ɴ tʴ wʴ xʴ yʴ ʴ ʴ ʴ ʴ ʴ ʴ  ˴ ˴ ˴ ˴ ˴ ˴ ˴ ˴ |˴ }˴ ˴ ˴ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ʴ ʴ ˴ ˴ D˴ W˴ j˴ }˴ ~˴ ˴ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	˴ ˴                                        kdiH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˴ ˴ 3̴ [̴ ̴ ̴ ʹ ʹ ʹ ʹ ʹ                                                                                                 Y                              kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
˴ 2̴ 4̴ ̴ ̴ ̴ ʹ ʹ ʹ ʹ ʹ ʹ ʹ ʹ ʹ δ δ δ δ δ δ δ δ δ δ δ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  ʹ ʹ ʹ δ δ ;δ Nδ aδ tδ δ δ δ             s                                                                                                                                                                 kdwJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  δ δ                                        kd1K $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               δ δ hϴ ϴ ϴ д д д д д !Ѵ                                                                                     Y                                          kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
δ δ gϴ д д д д д д д !Ѵ "Ѵ (Ѵ )Ѵ 1Ѵ 3Ѵ Ҵ Ҵ Ҵ Ҵ Ҵ Ҵ Ӵ Ӵ Ӵ +Ӵ 5Ӵ 6Ӵ 7Ӵ 9Ӵ :Ӵ ;Ӵ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 !Ѵ "Ѵ )Ѵ 2Ѵ 3Ѵ ;Ѵ PѴ eѴ wѴ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ҵ !Ҵ                                                                                                                                                                                                         	  $If   gd_  S  kd?M $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  !Ҵ 3Ҵ MҴ gҴ wҴ Ҵ Ҵ Ҵ Ҵ                                                                                                                                                                                                                                                 	  $If   gd_  S  kdM $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Ҵ Ҵ Ҵ Ӵ |            s            s                                                                                                                                                                                           	  $If   gd_   kdcN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ӵ Ӵ ;Ӵ <Ӵ OӴ bӴ uӴ Ӵ Ӵ Ӵ Ӵ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdO $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
;Ӵ <Ӵ NӴ OӴ Ӵ Ӵ Ӵ Ӵ `Դ Pִ Qִ Rִ bִ cִ oִ tִ ִ ִ ״ G״ I״ O״ P״ X״ Z״ Sٴ Uٴ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Ӵ Ӵ                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ӵ Ӵ `Դ Դ Դ մ մ Pִ Qִ Rִ cִ                                                                                                 f                                                        kd9Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
cִ ִ I״ P״ Y״ Z״ b״ w״ ״ ״ ״ ״ ״ ״ ش                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdQ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ش ,ش =ش Wش _ش tش ش ش ش ش ش ش ٴ )ٴ :ٴ Tٴ Uٴ                                                                                                                                                                                                                            S  kdR $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Uٴ Vٴ Wٴ ٴ ٴ ٴ ٴ ٴ ٴ ٴ ٴ ٴ             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  Uٴ Vٴ Wٴ oٴ yٴ zٴ {ٴ }ٴ ~ٴ ٴ ٴ ٴ ٴ ٴ ٴ ٴ ٴ ڴ ڴ ڴ ۴ ۴ ۴ ۴ ܴ ܴ eݴ fݴ O޴ d޴ f޴ g޴ Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ ٴ ٴ                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٴ ٴ ڴ ۴ g۴ ۴ ۴ @ܴ ܴ ݴ fݴ ޴ f޴ g޴ n޴ ޴ ޴ ߴ Cߴ oߴ ߴ ߴ ߴ ' [                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  g޴ n޴ sߴ ߴ ߴ ߴ + > B Z [ \ l m          ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   [ \ m    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd%U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            	  5 O ` z                                                                                                                                                                                                                              
  $If   gd_ K$	  $If   gd_  S  kdU $If   K$L$l 0                     x                
t                                4   4 
l a     1 C ] w                                                                                                                                                                                                                            	  $If   gd_  S  kdqV $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_    = > Q d w     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdW $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 - 7 8 < = > P Q     g  `   ' <  -   L a b c j  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 g a  ? L  0  c j    
 $ C b                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_      ( ; G Z f y             	  Q S T U m w x | ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f       
 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   % 7 I [ r         . /                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdY $If   K$L$l 0                                     
t                                4   4 
l a   / 7 I [ m         * ; R S                                                                                                                                                                                                                            S  kdkZ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S T U } ~                    s                                                                                                                                                                 kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  | } ~        .      u   u    ;  c   w    - y 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                        6    u  = e    v w                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  w    5 u                                                                                                                   f                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  y            F G H k l m q r v      ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f   G H l m r t u             s                                                                                                                                                                                     kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  u v                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v        7 Y {                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd_ 	  $If   gd_       |            s            s            s                                                                                                                                                                          	  $If   gd_   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               + / 3 : Y ? R       6 J   [ g k    $ 7 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5      Y 	  ?    7  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          .       Z [    $ f    k     	                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  7 f y      / j ~     	    6 @ A E F G Y Z l m         
    õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kdGa $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                F G Z m                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   B p    
                                                                                                               f                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     ! I J ] p                 s                                                                                                                                                                      kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   ! 9 C D H I J \ ] o p       g h i y z { |             ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %                                         kdce $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   h i z {                                                 f                                                                                                                       kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  { |         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdqg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd+h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ? @              	 	 	 %	 &	 K	 L	 P	 Y	 |	 }	 	  
 
 
 
 
 
 
 
 
 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   @                                                     f                                                                                                                       kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_      	 	 &	 9	 L	 N	 O	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd9j $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O	 P	                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P	 Y	 }	  
 
 
 
 
                                                 f                                                                                                                       kdGl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  
 
 
 
 _ `       (
 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
 
 ^ _ `         (
 ;
 ^
 r
 
 
 
 
 
 
 
 
  0 ^ _ r  ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  (
 _
 
 
  _   :                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_      9 M                 < N O t u     շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kdm $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  < O b u w                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  7 I       9                                                                                                 f                                                   kdcp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_                 $ - 7 9 ? @ G I ^ _ n p q r ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 9 @ H I _ o p q                                                             R            I                                   	  $If   gd_ Q  kdq $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdq $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ q r           |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd7r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
r              
   x F P Q o p        ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                           kdr $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                
 y      F Q p                                                                                                                                                                                                                                                                                                                                                                                                            
& F, $If   gd_ 	  $If   gd_         * 0 1 8 : C i j                   пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ     * 1 9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdEt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : j                                        R            I                                                                     	  $If   gd_ Q  kdu $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a             |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 u    $ / N y                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
    t $ . / M N a p x y                 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5      |            s            s                                                                                                                                                                                           	  $If   gd_   kd'x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            # $ ( ) * < = O P u v z         R \ ] { | ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph       ) * = P c v x y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y z                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z   /     R ] |                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
|                ' ( ) * + , S 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f     ) |            s            s                                                                                                                                                                                           	  $If   gd_   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) * + , S T  F x y   Y Z |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
S ` d  F x     Z f j  	 u      g     ! ! ! ! " " " " " # 	# ,# j$ $ $ $ $ $ #& Q& R& & & ' w' ' ( ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4Z  	 t u    g    ! ! ! " " " " ,# # # $ +$ G$ W$ j$ $ $ $                                                                                                                                                                                                                                                                                                                                                                   gd_  $ #& R& & & ' w' ' ( J( ( ( ( ( ( 
) ) )) -)                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ( ( ( ( ( ( ) 	) )) ,) -) 4) 5) ) ) ) ) ) ) Z* * * 
+ + j+ + + + + + $, Q, R, W, |, - 2. Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $-) .) /) 0) 1) 2) 3) 4) 5) M            H            H            H            H            H            H            H                   gd_   kdc| $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   5) I) P) U) e) f) u) v)                                                 _            V            V                                                             	 $If   gd_    kd} $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  v) w) ) )                                                                                                                                                                                                                                                          	 $If   gd_  o  kd} $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ) ) ) ) ) ) ) )                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kds~ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ) ) ) ) ) 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ) T* U* Z* * * *             [                                                                                                                                           kd= $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  * * * + + d+ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d+ e+ j+ + + + d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdρ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  + + + + + , d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  , , $, R, W, }, d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kda $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  }, ~, , , , , , d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd* $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  , , , , n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           , , , -                                                                                                                                                                                                                                                	 $If   gd_  t  kdȅ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  - - - - - $- +- 2- >-                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kde $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  >- ?-                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ?- J- N- U- \- ]- ^- _-                                                             A                                  kd[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  _- `- a- b- c- d- e- f-                                                 A                                              kd: $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  f- g- h- i- j- k- -                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  - 3. 4. M. N. g. x. y. . .                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	2. 3. 4. :. ;. M. N. x. y. . . . . . . . . . . . . .  / / / 0/ 1/ 2/ 6/ 7/ T/ U/ V/ b/ c/ u/ =0 1 1 1 1 1  2 춥x                          /j* hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *. . . . . . .                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdW $$If   l 0 
" R                                                           4 
l a   . . . . . . .                                     a                                                                                                                             E  kdt $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   . . . . . . .                                     a                                                                                                                             E  kd2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdӌ $$If   l 0 
" R                                                           4 
l a   .  / / / / #/ 0/                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   0/ 1/ 2/ 3/ 4/ 5/ 6/                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdO $$If   l 0 
" R                                                           4 
l a   6/ 7/ D/ E/ S/ T/ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   T/ U/ V/ c/ u/ <0 =0 /1 01 2 2 l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdl $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
 2 2 2 2 2 3 3 3 3 3 3 3 G3 H3 3 3 3 3 3 3 4 4 J4 L4 ^4 _4 4 4 4 4 4 4 4 4 4 T8 U8 a8 ; ; ; ;  < 	< a< b< < < < ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 02 3 (3 H3 3 3 3 3 4 K4                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	K4 L4 _4 4 4 4 4                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   4 4 4 4 5 5 p6 q6 ^7 _7 T8 U8 a8 8 ?9 9 : : :                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   : : ; < a< b< < < < < 8> 9> J> h? ? ? @ .@ J@ d@ e@ nA oA C C mC nC C                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  < < I= J= Z= b= 7> 9> J> g? h? ? OA lA oA 
C C .C C C C C C 1D 2D GD HD yD zD {D G G G G G G G G G G ۵۵۵ۭۜۋzrgrrr       j$ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'C C C C C 2D HD zD                                     j                                                                                                                                           kd@ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  zD {D D D D E wE xE E E ;F s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
;F F ZG [G G G G HH IH H H FJ GJ K K lL mL :M ;M UM fM N N P P P P                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  G G G G G G HH IH H EJ L kL M M !M "M 2M 3M 7M 8M 9M :M ;M DM UM fM M M N O P P R R ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !P R R R R R 2R                                                 e                                                                                                                        F  kd̕ $$If   l   l '{6    4   4 
l a] p
        F  kdY $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  R R 4R XR YR \R ]R cR dR R R R R R R R R R R S S 5S 6S MS NS dS eS S S S S S S S U U U U ,V EV yV V V W  W W X @X iX X X X ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 32R 3R 4R =R KR XR YR                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd? $$If   l   l '{6    4   4 
l a] p
         YR ZR [R \R ]R aR bR cR                                     t                                                                                                                                                             v  kdW $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  cR dR }R R R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R R R R R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R R R R R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R R R R R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R R R R R                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R R S S S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S S .S 0S 5S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5S 6S ES GS MS                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         MS NS \S ^S dS                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         dS eS xS zS S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S S S S S                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         S S S S S U U U U U ,V FV zV V V                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V 	W !W UW hW W W W X @X ZX jX X X X X X X Y Z  Z 6Z \Z kZ ~Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                   gd_  X X X Y Y Y 6Z LZ kZ }Z Z Z Z Z *[ K[ \[ [ [ [ P\ e\ \ \ \ \ \ \ \ \ \ ] пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Z Z Z [ [ *[ Z[ [[ \[ [ [ [ [ [ [ O\ P\ Z\ e\ \ \ \                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \ \                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ \ \ \ ] ] 4] J] L] c]                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	] ] ] ] 3] 4] I] J] d] m] ] ] ^ ^ .^ /^ 0^ 1^ W^ X^ ]^ f^ _ _ _ _ _ _ _ _ _ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ c] d]                                     kd] $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d] m] ] ] ] ] ] ] ] ] ] ] ] ^                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
^ /^ 0^ 1^ X^ Y^ Z^ [^ \^             q            l                                                                                                                                                       gd_    kdq $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \^ ]^                                     kd. $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ]^ f^ ^ ^ ^ ^ ^ ^ ^ ^ _ *_ ?_ T_ n_ o_ _                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  _ _ _ _ z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       _ _ _ _ _ _ _ _ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdB $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       _ _ _ _ _ u` w` ` ` ` ` ` ` ` ` ` 3a ?a [a ga a a a a a a b b b $b :b b b b b ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "_ _                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               _ _ ` 
` !` "` D` `` a` v` w` ` `                                                                                                             q                                                         kdV $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ` ` ` ` ` ` ` ` z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ` `                                     kdЩ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ` ` .a /a a a a a b                                                             q                                                                                                                             kd' $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  b b b b :b b b c c c 'c z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd䫈 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
b b c 'c Yc Zc dc nc oc c c c c c d d d e e e e e f 0f 1f 2f Qf Rf Sf Tf Uf Xf af f f f ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #'c Zc dc nc                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  nc oc                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               oc c c c c d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  d d                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d d d d d d d Fe e e e e 1f                                                                                                 s                                                                        kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  1f 2f Sf Tf Uf Vf Wf |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Wf Xf                                        kd˰ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Xf af f f f f                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  f f f f f f f g !g j j j j k {k k k l ~l l m 'm m m !n @n Zo yo o p rp p q #q q q r r s *s s s t 5t ju ku о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -f f f f f f !g g g h h h #h -h |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdٲ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
-h .h h h h h i i =i ri i i j j j j j 	k k                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  k k %k *k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *k +k 5k :k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :k ;k Fk Kk             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kk Lk Vk [k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [k \k ]k {k k k                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͵ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k k k k l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd궈 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l $l )l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )l *l 4l 9l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9l :l El Jl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jl Kl Ul Zl             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Zl [l \l ~l l l                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdŸ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd⹈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l l l m m &m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &m 'm 2m 7m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7m 8m Bm Gm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Gm Hm Sm Xm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xm Ym cm hm             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hm im jm m m m                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڼ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m m m             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m m n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n !n /n ?n                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?n @n Kn Pn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pn Qn [n `n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `n an ln qn             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qn rn |n n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҿ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n 8o Zo ho xo                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xo yo o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p 
p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p "p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "p #p .p 3p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)È $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3p 4p >p Cp             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cp Dp Ep rp p p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdÈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFĈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdň $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcň $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p q q "q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdň $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "q #q .q 3q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!ƈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3q 4q >q Cq             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cq Dq Oq Tq             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Tq Uq _q dq             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>ǈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dq eq fq q q q                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdǈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[Ȉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q q q Zr [r r r r                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdxɈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdɈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6ʈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r s s )s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdSˈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )s *s 5s :s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdˈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :s ;s Es Js             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Js Ks Vs [s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp̈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [s \s fs ks             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ks ls ms s s s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd.͈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd͈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKΈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdΈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s t $t 4t                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	ψ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4t 5t @t Et             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhψ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Et Ft Pt Ut             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdψ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ut Vt at ft             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&Ј $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ft gt qt vt             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdЈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   vt wt xt t t t u u [u \u iu ju ku u v                                                                                                                                                                                        gd_  z  kdЈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ku |u u u v Hv Yv Zv [v pv v v v v v v v v w w  w !w ;w Dw y y )y *y :y Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  v v Hv Zv [v ev pv v v v                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	v v                                        kdCш $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v w !w #w :w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  :w ;w                                        kd҈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;w Dw w w w w x gx x x x x x x y                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  y y *y {y y y y y |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdӈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :y ;y Uy Vy Wy jy ky zy y y y z z Kz Lz Oz Xz { { { { | | | | | ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jԈ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  y y z Kz Lz Mz Nz |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd*Ո $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Nz Oz                                        kdՈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Oz Xz z z z O{ Z{ v{ { { { { {                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  { { { | |            s            s                                                                                                                                                                                           	  $If   gd_   kd8׈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | | | | | [} \} } } } } ~ ~ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd׈ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | [} \} } } } } } } ~ .~ d~ ~ ~ ~ ~ ~ ~ ~   ' ( W z { ~  = @   ܁ ށ    ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd؈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( W i { | }                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  } ~                                        kd ڈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~      % &   2 S y    ݁                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ݁ ށ  @   / r |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdTۈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             / 0 ? `    
 . P q r u   Ã " T U V g ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j܈ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  r s t u   ! " V h i s |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd܈ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g i ~    ń Ƅ 넵 섵  % & ) 2   腵    % ' 7 8         ꆵ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !s ~   ń                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  ń Ƅ                                        kdM݈ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ƅ 섵  & ' (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ( )                                        kdވ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) 2       & ' 8                                                                                                 Y                              kd߈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
8      L p   = J             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ꆵ 놵      
 L p = J v  Ð Ր   씵                  L m כ  e f ~    ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /ji hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -J u v  ͎ Ύ    Ð Ր ; <                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_   gd_   
& FP gd_    gd_       Ǘ             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  Ǘ ȗ ͗ ՗ ᗵ o            f            f            f                                                                                                                                                	  $If   gd_    kd> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ᗵ ◵ 痵   o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  
   " o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " # + 3 ? o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? @ H O T o            f            f            f                                                                                                                                                	  $If   gd_    kdd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T U ] d p o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p q r s   l m      o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd@ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     & 	  Z e \ m 汵   * + 7 ; W [ \ q      Ŵ 洵 紵     '    ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ % &   Y Z   C   
  _ 飵 ꣵ  	  Y Z {                                                                                                                                                                                                                                                                                                                                           h^hgd_   
& F  gd_    gd_   gd_   Ѩ ⨵     + B Y Z e   3 4     \ m    R   ݰ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ݰ ް ' w 汵 籵   + W [ \ f q                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                紵                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' f r    & 1 j t                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd_ 	  $If   gd_  
   = |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         < = > @ L P l m     ɷ ʷ ַ      # ,   ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 = > ? @ l m w    |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 ɷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ɷ ʷ                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʷ     ! "                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  " #                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , k w  ɸ 	 -   , -                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   , . > ? E L M N O d       ٺ ں       ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    - . ? M |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N O Y d    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ں                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O [                                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd_ 	  $If   gd_       " # ) 0 1 2 3 4 @ D _ ` u      ɽ 꽵 뽵   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph      # 1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2 3 4 ` j u    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                뽵                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     "          Ϳ    
   ! B C M l m n îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " a m  ¾  ! Y                                                                                                                            f                           kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       ¿ Ϳ   
                          s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                C m n o q r                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  n o s | µ µ 	µ µ µ  µ 'µ (µ )µ *µ dµ ~µ µ µ µ µ µ µ µ µ µ õ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  r s                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s |     < k   µ 	µ                                                                                                                         f                           kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  	µ µ (µ )µ *µ dµ µ µ µ µ                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	µ µ µ                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  µ µ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               µ õ õ 	õ õ "õ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  õ õ õ 	õ #õ ,õ -ĵ .ĵ /ĵ eŵ fŵ gŵ wŵ xŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ǵ ǵ ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 "õ #õ                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #õ ,õ .ĵ /ĵ @ĵ ĵ ĵ fŵ gŵ xŵ ŵ                                                                                     s                                                                                              kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
ŵ ŵ ŵ ŵ ŵ ŵ ŵ ǵ ǵ ǵ ȵ >ȵ vȵ ȵ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ǵ ȵ ȵ =ȵ Qȵ uȵ ȵ ȵ ȵ ɵ ɵ aɵ bɵ wɵ ɵ ɵ ɵ ɵ ɵ ɵ ɵ ɵ ɵ ɵ ɵ ʵ ʵ ʵ ʵ Rʵ Sʵ mʵ vʵ ʵ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !ȵ ɵ aɵ bɵ lɵ wɵ ɵ ɵ ɵ                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ɵ ɵ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɵ ɵ ʵ ʵ -ʵ @ʵ Sʵ Uʵ lʵ                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  lʵ mʵ                                        kd%  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mʵ vʵ ʵ ʵ !˵ "˵ #˵ 4˵ a˵ h˵ p˵                                                             f                                    [            [                     
  $If   gd_ K$  kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
ʵ ʵ !˵ "˵ #˵ 3˵ 4˵ 7˵ L˵ U˵ _˵ a˵ g˵ h˵ o˵ q˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ˵ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ p˵ q˵ ˵ ˵ ˵ ˵                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a   ˵ ˵ ˵ ˵ ˵ ̵ ̵ 1̵ 2̵ 3̵ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	˵ 0̵ 1̵ 4̵ =̵ `̵ ̵ ̵ ̵ ̵ ̵ ̵  ͵ ͵ ͵ ͵ ͵ &͵ '͵ 6͵ 8͵ >͵ ?͵ @͵ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 3̵ 4̵                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4̵ =̵ `̵ ̵ ̵ ̵ ̵ ̵  ͵ ͵ ͵                                                             f                                    [            [                     
  $If   gd_ K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
͵ ͵ '͵ 7͵ 8͵ 9͵ :͵                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   :͵ ;͵ <͵ =͵ >͵ ?͵                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   ?͵ @͵ h͵ ͵ ͵ ͵ ͵ ͵ ͵ ͵ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@͵ X͵ b͵ c͵ d͵ f͵ g͵ h͵ ͵ ͵ ͵ ͵ ͵ ͵ ε ε ϵ ϵ ϵ ϵ ϵ ϵ ϵ ϵ ϵ :е Cе Zе е е ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ͵ ͵                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͵ ͵ ε ε ε ϵ ϵ ϵ ϵ ϵ е                                                                                     Y                                          kdW
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
е е е е е е е е е ѵ #ѵ =ѵ Wѵ _ѵ tѵ ѵ ѵ ѵ                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ е е е е ҵ ҵ ҵ ҵ .ҵ 8ҵ 9ҵ :ҵ <ҵ =ҵ >ҵ ]ҵ ^ҵ ҵ ҵ ҵ ҵ ҵ  ӵ ӵ ӵ ӵ ӵ ӵ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  ѵ ѵ ѵ ѵ ҵ ҵ ҵ                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ҵ ҵ >ҵ ^ҵ ҵ ҵ ҵ ҵ ҵ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ҵ ҵ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ҵ ҵ  ӵ Nӵ ӵ ӵ ӵ ӵ Ե &Ե /Ե                                                             f                                    [            [                     
  $If   gd_ K$  kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
ӵ ӵ ӵ ӵ ӵ Ե %Ե &Ե .Ե 0Ե յ յ յ յ յ յ յ յ յ յ յ յ յ յ 6ֵ 7ֵ :ֵ Cֵ ֵ w׵ ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 /Ե 0Ե 8Ե MԵ bԵ tԵ Ե Ե Ե Ե Ե Ե 	յ յ 0յ Jյ dյ tյ                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   tյ յ յ յ յ                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  յ յ յ յ յ ֵ $ֵ 7ֵ 8ֵ 9ֵ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9ֵ :ֵ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :ֵ Cֵ ֵ ֵ -׵ v׵ ص ص ص ص (ص {ص                                                                                                 f                                                   kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  w׵ ص ص ص ص 'ص (ص zص {ص |ص ص ص ص ص ص ص ص ص ص ٵ ٵ ٵ 'ٵ þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ {ص |ص ص ص ص ص ٵ ٵ ٵ ٵ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ٵ ٵ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٵ 'ٵ ٵ ٵ <ڵ ڵ #۵ $۵ %۵ &۵ 7۵                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
'ٵ ٵ ٵ ;ڵ <ڵ ڵ #۵ $۵ %۵ &۵ 6۵ 7۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ $ܵ %ܵ (ܵ νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  7۵ ۵ ۵ ۵ ۵ ۵ ۵ ۵ ܵ %ܵ &ܵ 'ܵ             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  'ܵ (ܵ                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (ܵ 1ܵ ݵ -ݵ qݵ ݵ Y޵ Z޵ [޵ l޵ ޵                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
(ܵ 1ܵ ݵ ݵ W޵ Y޵ Z޵ [޵ k޵ l޵ ޵ ޵ ޵ ޵ ޵ ޵ H J K L \ ]           ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ޵ ޵ ޵ ޵ ޵ ޵ ޵ ߵ ߵ /ߵ Iߵ Yߵ sߵ ߵ ߵ ߵ ߵ                                                                                                                                                                                                         	  $If   gd_  S  kdy $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ߵ ߵ ߵ   / I J K                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K L ]  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               & 9 : ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdW $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    8 9 < E        
  ' k          ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  ; <                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E  ^   A                                                                                                     f                                                        kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 k        * ? Q k                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd- $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_        ' < N h                                                                                                                                                                                                                                   S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       1 D W j } ~              s                                                                                                                                                                 kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     
        0 1 | }   M | }   W X = R       Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 M   X   T       K    
 A m                                                                                                                                                                                                                                                                                                                                   
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_     $ ( @       
  O U V ^ `     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph      O V _ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd_  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ` h }        2 C ] n                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kd! $If   K$L$l 0                     x                
t                                4   4 
l a         & @ Z k                                                                                                                                                                                                                        	  $If   gd_  S  kd! $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         ( ; < = |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd=" $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
         : ; > G  1  O d     2 G       L ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ = >                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G   g   W  J   H g       A B                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  L _ k ~        8 @ A B C S T              ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  B C T    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdY$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ' > O f }                                                                                                                                                                                                                            
  $If   gd_ K$	  $If   gd_  S  kd% $If   K$L$l 0                                     
t                                4   4 
l a         4 K b s                                                                                                                                                                                                                                   S  kd% $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       / B U h { } ~             s                                                                                                                                                                 kd7& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_     . / z {     b  4    /    j    0  ]  X m       󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !~                                         kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  b 4  0 j   1 O        p q x                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_   U     2 Q p                                                                                                                f                                       kdE( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_   * 6 I U h t         	 
      : O P Q ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     
                 s                                                                                                                                                                                     kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * L n       ; P                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  P Q b   |            s            s            s                                                                                                                                                                          	  $If   gd_   kd
+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q a b           
 
  2 U i     # 7   	 0     ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5       
 
 
  V   $ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ y z  s
 t
 3 4   0     ; s  	 ^ _ i t                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_     : N r      ^ _ t              
    0 1 5 >       õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (                                         kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     1 3 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  4 5                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 >     , F }                                                                                                                f                                       kd)/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_         ! 4 6 7             s                                                                                                                                                                      kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
           
  3 4 8 A          2 < = A B C U V h i   ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %7 8                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 A _                                                      f                                                                                                                       kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    B C V i |    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kde3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ` a b r s t u                   * + , < = > ? L 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %    a b s t                                                 f                                                                                                                       kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  t u         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kds5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd-6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   + , = >                                                 f                                                                                                                       kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  > ? @ q   % & W O P   |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd;8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L P q    % 2 6 W  P       4 5 H Z [ y z       A ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ    5 z   B   - . / 9 D w                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  A U     , . / D v w                , 5 6 E շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                        +                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  + ,                                        kdI: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               , 5     * V                                                                                                     f                                                   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  E   * = M V ] c                         ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      
                                                                  R            I                                   	  $If   gd_ Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdW< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$     8  9  L  _  r          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdq= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  (  2  3  7  8  9  K  L  ^  _              ! ! ! ! 
" " )" Y" b" i" o" " " ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                            kd+> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   ! 2! c! ! ! ! ! ! " *" <" b" " "                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  " " " " " " " " " " " " " # # # #  # !# "# :# D# E# I# J# K# ]# ^# p# q# # # # пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  " " " " " " |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " " # #  # !#                                     R            I                                                                     	  $If   gd_ Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9@ $If   K$L$l 0                                     
t                              4   4 
l a   !# "# J# K# ^# q# # # # # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdSA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# #                                        kd
B $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # # $ ;$ u$ $ $ $ $ % Y% ]% ^% _%                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
# # # # $ $ $ $ $ $ $ % % % % $% X% Y% \% ]% ^% _% `% p% q% t% % % % % زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 _% `% q% % |            s            s                                                                                                                                                                                           	  $If   gd_   kdaC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % % % % % % % % % % % & & & !& "& 1& & & >' B' ' ' ' ' ( ( ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    % % % % % % & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kdD $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & !& & & ?' r' ' ' ' ' ( E( ( (                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
( -( <( D( E( L( R( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ( ( ( ( |            s            s                                                                                                                                                                                           	  $If   gd_   kd)F $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ( -) ) * * P* * * * |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
( ( ) -) ) * #* '* P* * * + + *+ + , h, i, u, y, , - 5- A- E- m- ?/ m/ y/ }/ / [0 \0 0 0 0 0 0 2 02 12 G2 K2 w2 3 3 3 )4 4 4 5 Q5 5 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4* *+ + , , h, i, , - 4- 5- m- ?/ l/ m/ / \0 0 0 0 ~1 1 1 1 1 1 2 02 12 w2                                                                                                                                                                                                                                                                                                                                                                   gd_  w2 3 3 )4 4 4 5 Q5 5 5 6 6 6 6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  5 6 #6 6 6 6 6 6 6 6 6 6 6 !7 "7 #7 $7 `7 7 7 %8 u8 8 8 9 39 49 X9 9 9 9 9 9 9 : ; ; Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $6 6 6 6 6 6 6 6 6 M            H            H            H            H            H            H            H                   gd_   kdG $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   6 6 6 6 7 7 7 7                                                 _            V            V                                                             	 $If   gd_    kd;H $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  7 7 !7 "7                                                                                                                                                                                                                                                          	 $If   gd_  o  kdI $$If   l       0   T# T                 .                
t  0                                                              4 
l al  "7 #7 $7 /7 37 F7 N7 Z7                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdI $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z7 [7 `7 7 7 2            )            )            )                      	 $If   gd_    kdJJ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     7 7 7 7 %8 *8 o8             [                                                                                                                                           kdwK $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  o8 p8 u8 8 8 9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd@L $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9 9 9 49 89 R9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd	M $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  R9 S9 X9 9 9 9 d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdM $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  9 9 9 9 9 : d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdN $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  : : : ': v: {: : d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kddO $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  : : : : n            e            e                                                                                                                                                               	 $If   gd_    kd-P $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           : : : :                                                                                                                                                                                                                                                	 $If   gd_  t  kdQ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  : : : : : : : : :                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdQ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  : :                                             kd<R $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          : : : : : : : :                                                             A                                  kdS $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  : : :  ; ; ; ; ;                                                 A                                              kdtT $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ; ; ; ; ; 	; ;                                     A            <            7                  gd_    gd_    kdSU $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ; ; ; ; ; < < < +< -<                                                                                                                                                                                                                                                   E  kd2V $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	; ; ; ; ; ; ; < < -< .< 0< 1< ?< @< M< N< m< n< p< q< < < < < < < < < < < < <  = = = = ? ? ? ? ? ? 춥x                          /jd[ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *-< .< /< 0< 1< 9< ?<                                     a                                                                                                                             E  kdV $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdV $$If   l 0 
" R                                                           4 
l a   ?< @< I< M< N< a< m<                                     a                                                                                                                             E  kdW $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdOW $$If   l 0 
" R                                                           4 
l a   m< n< o< p< q< < <                                     a                                                                                                                             E  kdlX $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd
X $$If   l 0 
" R                                                           4 
l a   < < < < < < <                                     a                                                                                                                             E  kd*Y $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdX $$If   l 0 
" R                                                           4 
l a   < < < < < < <                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdY $$If   l 0 
" R                                                           4 
l a   < < < < < < l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdY $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   < < < = = = = > > ? ? l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdZ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
? ? ? @ @ @ @ @ @ @ @ @ @ @ >A ?A KA LA A A A A A A A A !B #B 3B 4B sB uB vB B B E E E AI DI YI yI I I I  J \J ]J oJ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j[ hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0? @ @ @ ?A LA A A A A                                                                                                                                                                                                                                                       S  kd2\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	A A A "B #B 4B tB                                     N                                                                                       S  kdV] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   tB uB vB B B RC D D D D E E E F F NG G H H                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd] $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   H H DI I I  J >J \J ]J pJ K K K M (M M M M M N N O 
O P P Q Q WQ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  oJ pJ J J J  K K K K M M (M N 
O 
O P P P WQ mQ qQ ~Q Q Q Q Q Q R R R 5U 6U AU BU CU GU HU U U U ۵۵۵ۭۜۋzrgrrr       j^_ h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'WQ cQ rQ ~Q Q Q Q R                                     j                                                                                                                                           kdz^ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  R R *R sR xR R S S 2S S S s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd^ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
S 3T T T JU U U U U V V W W SY TY 
Z Z Z Z Z [ [ n\ ] ] 4^ 5^                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  U U U U U U U U V W Y 	Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ \ \ ] 4^ _ _ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j,` hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj_ h_ U !5^ _ _ _ _ _ _                                                 e                                                                                                                        F  kda $$If   l   l '{6    4   4 
l a] p
        F  kd` $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  _ _ _ _ _ _ _ ` ` #` $` D` E` [` \` w` x` ` ` ` ` ` ` ` ` a a a a Ea Fa Ga Ha Ia 'c (c 4c c c c d d  d d d e e e f ;f Zf f ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3_ _ _ _ _ _ _                                                             5            v  kda $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdya $$If   l   l '{6    4   4 
l a] p
         _ _ _ _ _ _  ` `                                     t                                                                                                                                                             v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ` ` ` ` #`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd<c $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         #` $` =` ?` D`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         D` E` S` U` [`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [` \` o` q` w`                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd=e $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w` x` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd>g $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` `                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` ` ` ` a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a a a a                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd?i $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         a a %a *a Ea                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ea Fa Ga Ha Ia 'c (c 4c |c c c c d +d _d                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _d sd d d d e :e Xe e e e e f <f [f f f f f f g g g g 	h h h 6h ih jh                                                                                                                                                                                                                                                                                                                                                                   gd_  f f f f f f g g 	h h Ph hh h h h h h .i Zi i i j 5j 6j @j Jj Kj qj rj j j j пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  jh h h h h h h h h .i Di Zi pi i i i i i j 6j @j Jj                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  Jj Kj                                     kd@k $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Kj rj j j j j j j j k                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	j j j j j j j j k k k k k k k k k k k k k l !m #m 3m 4m Sm Tm Um Vm {m Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ k k                                     kdl $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               k k -k .k Bk Ck gk k k k k k k k                                                                                                                                     q                            kdm $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
k k k k k k k k k             q            l                                                                                                                                                       gd_    kdn $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  k k                                     kdho $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               k l %l &l :l ;l Ul ql rl l l l l l m 
m "m                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  "m #m 4m Tm z            q            q                                                                                                                                                                                       	  $If   gd_    kdp $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Tm Um Vm }m ~m m m m z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd|q $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       {m |m }m m m n n %n &n En Fn Hn tn un zn n n n n o $o 0o o o o o o o o o o "p dp ep p ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "m m                                     kd9r $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m m m m m m m m m n n &n Fn                                                                                                             q                                                         kds $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Fn Gn Hn un vn wn xn yn z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdMt $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       yn zn                                     kd
u $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               zn n n n o o o o o                                                             q                                                                                                                             kdav $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  o o o o o ep p p p p p z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdw $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
p p p p p p q q 
q -q .q [q pq qq q q Dr (s *s :s ;s s s s s s s s s s s s s [t kt lt ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #p p q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  q 
q                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
q .q [q qq sq q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  q q                                        kd=y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q Fr Gr r r r r )s *s ;s s s                                                                                                 s                                                                        kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  s s s s s s s |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdK{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s Zt [t lt t                         s                                                                                                                                                                                   kdY} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  lt t t t t t t t t Ax Bx Yx x x y 8y y y z ;z z z D{ c{ { { | } } } ~ /~ ~ ~ * I ( G  Ȁ 7 V  Ӂ  	 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -t t t t t t t _u `u u u u u u |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
u u ,v Cv [v rv v v v w Vw Ww Ax Bx Yx nx x x x                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x x x y 'y 7y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7y 8y Cy Hy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hy Iy Sy Xy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xy Yy dy iy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iy jy ty yy             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŁ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yy zy {y y y y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd₉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y y y z *z :z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :z ;z Fz Kz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kz Lz Vz [z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [z \z gz lz             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   lz mz wz |z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |z }z ~z z z z                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdڅ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z z z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z z { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { D{ R{ b{                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b{ c{ n{ s{             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s{ t{ ~{ {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd҈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { { { {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { 
| |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |  | !| | | | } }                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } "} '}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʋ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '} (} 2} 7}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7} 8} C} H}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H} I} S} X}             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd猉 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X} Y} Z} } } }                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } ~ ~ .~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .~ /~ :~ ?~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ?~ @~ J~ O~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdߏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O~ P~ [~ `~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `~ a~ k~ p~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p~ q~ r~ ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * 8 H                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdג $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ( 6 F                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϕ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ǀ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǀ Ȁ Ӏ ؀             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd얉 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؀ ـ 〶 耶             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   耶 逶               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  7 E U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǘ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd䙉 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ҁ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҁ Ӂ ށ ぶ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ぶ 䁶               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      : Z        	 ,                                                                                                                                                                                         gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	  , G  惶     @ A K U V        ل ℶ   ǆ Ȇ ؆ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    惶     A K U                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	U V                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V     ؄                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ؄ ل                                        kdѝ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ل ℶ 6 7 W X   ; ` p                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd_ 	  $If   gd_    Ȇ  2 K d  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؆ ن     	       釶 ꇶ 퇶  t v   = > A R j ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jߟ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     釶 ꇶ 뇶 쇶 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       쇶 퇶                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               퇶  > ?  툶   - G \ t u                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  u v  > |            s            s                                                                                                                                                                                           	  $If   gd_   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > ? @ A j   . @ R S B C |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j   - . Q R S q  ̋  / A C X      Ō ƌ     % ۍ ލ V W z |    ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $C M X                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd棉 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ƌ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % j k z  Í č B  Ў   4 V W {                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  { |  ޏ 4  ͐  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ͏ Ώ ݏ  4 Y   ̐     $ : a      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jH h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      9 :       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdͧ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          N O Y c d    Ò Ē ǒ В ; I     Ó œ Փ ֓   ! # $ 6 H I T  ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  O Y c                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  c d                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d   Ē Œ ƒ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ƒ ǒ                                        kd۩ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǒ В 1 2 R S   ē œ ֓                                                                                                 Y                              kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
֓ ! " # $ T ꔶ  C D ۙ 虶             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd髉 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          ꔶ  ۙ 虶  % a s A T     B C E F      R ! (   ꧶  u      - . ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j谉 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -虶   % k l , - ` a s ٟ ڟ @ A V  C F       - ?                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ? R S X ` e             f                                                                                                                                                                      kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  e f k s  o            f            f            f                                                                                                                                                	  $If   gd_    kdx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd歉 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd® $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   ɥ ѥ ݥ o            f            f            f                                                                                                                                                	  $If   gd_    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ݥ ޥ 楶   o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       
    ^ _  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . 1 2  Ī                 ¶ A¶ B¶ L¶ V¶ W¶ c¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ Ķ Ķ Ķ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ % Ī @ A     ᬶ        "      & 3 @ M ^                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ^ o      ɶ බ    3 4 Ѹ Ҹ S T & '   @     K {                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  { | ž          ¶ ¶ B¶ L¶ V¶                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  V¶ W¶                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W¶ ¶ ¶ ¶ ¶ ¶                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ¶ ¶                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¶ ¶ ö ö 7ö ^ö ö ö ö Ķ Ķ 7Ķ Ķ Ķ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
Ķ Ķ Ķ Ķ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ķ Ķ Ķ Ķ Ķ Ķ Ķ Ķ 
Ŷ Ŷ  Ŷ RŶ SŶ ]Ŷ gŶ hŶ tŶ Ŷ Ŷ Ŷ Ŷ Ŷ Ŷ Ŷ RǶ Ƕ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 Ķ Ķ Ķ Ķ 
Ŷ Ŷ Ŷ  Ŷ SŶ ]Ŷ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdŴ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]Ŷ gŶ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  gŶ hŶ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               hŶ Ŷ Ŷ Ŷ Ŷ Ŷ Ŷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  Ŷ Ŷ                                        kdӶ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ŷ Ŷ 	ƶ ƶ <ƶ gƶ ƶ ƶ QǶ Ƕ Ƕ Ƕ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ ȶ 4ȶ 5ȶ ?ȶ Iȶ Jȶ Vȶ wȶ xȶ ȶ ȶ ȶ ȶ ȶ 6ʶ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    Ƕ Ƕ Ƕ Ƕ |            s            s                                                                                                                                                                                           	  $If   gd_   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ƕ Ƕ Ƕ Ƕ ȶ 5ȶ ?ȶ Iȶ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdḉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Iȶ Jȶ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jȶ xȶ ȶ ȶ ȶ ȶ ȶ ȶ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ȶ ȶ                                        kdﺉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ȶ ȶ ȶ ȶ  ɶ Kɶ ɶ ɶ 5ʶ ʶ ʶ ʶ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  6ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ʶ ˶ E˶ F˶ P˶ Z˶ [˶ g˶ ˶ ˶ ˶ ˶ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ʶ ʶ ʶ ʶ |            s            s                                                                                                                                                                                           	  $If   gd_   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʶ ʶ ʶ ʶ ʶ ˶ ˶ F˶ P˶ Z˶ |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z˶ [˶                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [˶ ˶ ˶ ˶ ˶ ˶ ˶ ˶                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ˶ ˶ ˶ ˶ 3Ͷ 5Ͷ EͶ FͶ LͶ SͶ TͶ UͶ VͶ kͶ Ͷ Ͷ Ͷ Ͷ Ͷ Ͷ Ͷ Ͷ Ͷ 
ζ ζ ζ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ˶ ˶                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˶ ˶ ˶ ̶ 2̶ `̶ ̶ ̶ ̶ 3Ͷ 4Ͷ 5Ͷ                                                                                                                         f                           kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  5Ͷ FͶ TͶ UͶ VͶ `Ͷ kͶ Ͷ Ͷ Ͷ                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	Ͷ Ͷ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ͷ Ͷ ζ ζ 
ζ ζ ζ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ζ 
ζ ζ ζ ϶ ϶ ϶ ϶ ϶ ϶ ϶ ϶ ϶ ϶ ж ж ж ж 4ж fж gж qж {ж |ж ж ж п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ζ ζ                                        kd'É $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ζ ζ Yζ eζ ζ ζ ζ 	϶ &϶ ]϶ ϶ ϶                                                                                                                         f                           kd{ĉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ϶ ϶ ϶ ϶ ϶ ж ж )ж 4ж gж                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd5ŉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	gж qж {ж                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  {ж |ж                                        kdŉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |ж ж ж ж ж ж                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ж ж ж ж ж ж Ѷ Ѷ Ѷ Ӷ Ӷ Ӷ Ӷ Ӷ HӶ IӶ JӶ KӶ LӶ MӶ YӶ ]Ӷ }Ӷ cն vն ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ж ж                                        kdCǉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ж ж Ѷ Ѷ Ѷ Ҷ SҶ Ӷ Ӷ Ӷ HӶ                                                                                     s                                                                                              kdȉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
HӶ IӶ JӶ KӶ LӶ MӶ }Ӷ .ն /ն cն ն ն ֶ [ֶ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdQɉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
vն ն ն ն ն ֶ 'ֶ Zֶ nֶ ֶ ֶ ֶ  ׶ ׶ G׶ H׶ R׶ \׶ ]׶ u׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ ض ض  ض õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ![ֶ ֶ ֶ  ׶ 
׶ ׶ H׶ R׶ \׶                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  \׶ ]׶                                        kdʉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ 
ض                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  
ض ض                                        kd_ˉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ض ض ض ض ض ض ض ض ض ٶ ٶ                                                             f                                    [            [                     
  $If   gd_ K$  kd̉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
 ض ض ض ض ض ض ض ض ض ض ض ض ٶ ٶ 
ٶ ٶ $ٶ %ٶ 4ٶ 6ٶ 7ٶ 8ٶ Pٶ Zٶ [ٶ \ٶ ^ٶ _ٶ `ٶ ٶ ٶ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ٶ ٶ %ٶ 5ٶ 6ٶ 7ٶ                                     R            I                                                                     	  $If   gd_ Q  kd͉ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdm͉ $If   K$L$l 0                                     
t                              4   4 
l a   7ٶ 8ٶ `ٶ ٶ ٶ ٶ ٶ ٶ ٶ ٶ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdΉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ٶ ٶ ٶ ٶ ٶ ٶ Yڶ Zڶ [ڶ \ڶ lڶ mڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ڶ ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J ٶ ٶ                                        kdAω $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٶ ٶ ٶ ,ڶ Zڶ [ڶ \ڶ mڶ ڶ ڶ ڶ                                                             f                                    [            [                     
  $If   gd_ K$  kdЉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
ڶ ڶ ڶ ڶ ڶ ڶ ڶ                                     R                                                                                              Q  kdщ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdOщ $If   K$L$l 0                                     
t                              4   4 
l a   ڶ ڶ ڶ ڶ ڶ ڶ                                     R            I                                                                     	  $If   gd_ Q  kd҉ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdi҉ $If   K$L$l 0                                     
t                              4   4 
l a   ڶ ڶ ۶ '۶ (۶ M۶ `۶ s۶ t۶ u۶ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdӉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ڶ ڶ  ۶ ۶ ۶ ۶ ۶ ۶ '۶ (۶ r۶ s۶ v۶ ۶ pܶ qܶ $ݶ =ݶ Wݶ Xݶ Yݶ Zݶ jݶ kݶ lݶ ݶ ݶ ݶ (޶ .޶ ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ u۶ v۶                                        kd=ԉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v۶ ۶ ۶ ^ܶ qܶ Wݶ Xݶ Yݶ Zݶ kݶ (޶                                                                                     Y                                          kdՉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
(޶ /޶ 8޶ 9޶ A޶ V޶ k޶ }޶ ޶ ޶ ޶ ޶ ޶ ޶ ߶ '߶ 9߶ S߶                                                                                                                                                                                                                      	  $If   gd_  S  kdK։ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ .޶ /޶ 7޶ 9޶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ ߶ F G J S _  H _ ` a b ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  S߶ m߶ }߶ ߶ ߶ ߶ ߶                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd։ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ߶ ߶ ߶ ߶ ! 4 G H I |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdo׉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I J                                        kd)؉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S   ` a b s                                                                f                                    [            [                     
  $If   gd_ K$  kd}ى $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
b r s        E G H I a k l m o p q ~       g  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5        , F V p                                                                                                                                                                                                                               
  $If   gd_ K$	  $If   gd_  S  kd7ډ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    , F G H                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdډ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  H I q        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[ۉ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd܉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 g                                                                                                          f                                                   kdi݉ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_            2 < = > @ A B Z [     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ   B [       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd#މ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdމ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 o   #                                                                                                      Y                              kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 n p   #       ' ( ) A K L M O P Q R    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   ( ) Q R w                   s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    X    
 ]                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
   X     	 
 ] ^ d e m o       M N O g q r s u v w ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 ] ^ e n o w        + 3 H ]                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ] o                                                                                                                                                                                                                                                        	  $If   gd_  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     N |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O w x        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
w x                	 O         ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   8 L                                                                                                      f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 	          	 # 4 N                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdg $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  N h y          1 K e v                                                                                                                                                                                                                              S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_                          s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                  '    A B           Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '  B   ) |  G  L     8 O     7 c                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_        g z ~           M O P Q ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           0 E W q        & . C                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdS $If   K$L$l 0                     x                
t                                4   4 
l a   C X m       	 # 4 N O P                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  P Q y z        |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdw $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Q i s t x y z              c x T i         ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     {   l      $ I `                                                                                                                                                                                                                                                                                                                              
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_    	  d w             6 < = E G         ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f     6 = F |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F G O a s         , B S j k                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdM $If   K$L$l 0                                     
t                                4   4 
l a   k s          ( ? P f w                                                                                                                                                                                                                              S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_                          s                                                                                                                                                                 kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          & 8	 j	  
 2
 
 3 O   !
 
    w      7 J V i  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & 8	  
 
 P   S r   
 
 Z y                                                                                                                                                                                                                                                                                                           
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_    3 R q     - . ?                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_         % , . > ?               ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ?                    s                                                                                                                                                                                     kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    . P Q s                                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_      3 X |            s            s            s                                                                                                                                                                          	  $If   gd_   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           W X Y Z [ g k o v  {      + ? r        ) , ` s ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  X Y Z [  E G {   , s  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          j        + , `    X      E O Y                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  s      $ W k      D E O Y Z r | }              $  H! I! J! Z! [! õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (Y Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $  G  ~        ! I! J! [!                                                                                                             f                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  [! \! ]! ! ! ! ! ! ! ! !             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
[! \! ]! u! ! ! ! ! ! ! ! ! ! ! ! ! !  " !" " " " " " " " " " " " " " " " # # ,# -# ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! !" " " " "                                                 f                                                                                                                       kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  " " " " " # # -# /# 0# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0# 1#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -# 1# :# {# |# # #  $ $ $ $ $ +$ 5$ 6$ :$ ;$ <$ N$ O$ a$ b$ $ $ $ $ $ $ ;% <% % % % % % % % % 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %1# :# X# |# #  $ $ $                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  $ $ ;$ <$ O$ b$ u$ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ <% % % % %                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  % % % & & & & & & ' ' "( d( |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % & & & & & & & & O' ' "( 5( d( w( ( ( ( ( ( ( ( ) ) +) Y) l) ) ) ) ) ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  d( ( ( ) Y) ) ) '* v* * * * * * + + )+                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ) ) &* :* u* * * * * * + + + )+ *+ B+ L+ M+ Q+ R+ S+ [+ x+ + + + + + + + + շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\)+ *+                                        kd/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               *+ R+ S+ x+ + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  + +                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + + B, s, , , , , 6- 7- H- u-                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  + B, , , , , , , - 5- 6- 7- G- H- K- `- i- s- u- {- |- - - - - - - - - ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ u- |- - - - - - -                                                             R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ - - - - - - . #. %. &. <. |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
- - - - - - - - - - - ". #. =. F. G. V. . / / / / / / /  0 0 
0 0 0 ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ <. =.                                        kde	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               =. F. . . / / 7/ J/ / / / / /  0 0  0                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  0  0 !0 10 20 50 ;0 f0 l0 m0 t0 v0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 41 51 91 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   0 !0 20 f0 m0 u0 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u0 v0 0 0 0 0                                     R            I                                                                     	  $If   gd_ Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   0 0 0 0 0 1 "1 51 71 81 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	81 91                                        kdG
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               91 B1 1 1 2 %2 `2 k2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
91 B1 C1 R1 1 `2 j2 k2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 '3 03 :3 ;3 زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 2 2 3 <3 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;3 <3 =3 U3 _3 `3 d3 e3 f3 x3 y3 3 3 3 3 3 3 3 3 -4 .4 4 4 "5 5 5 5 5 5 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    <3 =3 e3 f3 y3 3 3 3 3 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 3                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               3 3 .4 k4 4 5 A5 S5 5 5 5 5 %6 &6                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
5 5 5 5 5 5 5 $6 %6 &6 '6 76 86 ;6 P6 Y6 c6 d6 e6 f6 g6 h6 6 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  &6 '6 86 e6 |            s            s                                                                                                                                                                                           	  $If   gd_   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e6 f6 g6 h6 6 6 6 7 7 7 7 Z8 8 8 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
6 6 6 6 7 7 7 7 7 Z8 8 8 8 8 E9 9 : : : : @: : : : : ; < = = = H= = = 4> 5> A> E> h> ? ? ? ? ? @ _A A A A B ZB B B GC ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  48 8 E9 9 9 : : @: : : : ; < 
= = H= = 4> 5> h> ? ? R? g? ? ? ? ? ? @                                                                                                                                                                                                                                                                                                                                                                   gd_  @ _A A A B ZB B B GC C C D  D +D 7D FD RD eD iD                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  GC C C D D +D AD ED eD hD iD pD qD D D D D D 5E E E F IF JF F F F F -G .G `G G G G G H nI Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $iD jD kD lD mD nD oD pD qD M            H            H            H            H            H            H            H                   gd_   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   qD D D D D D D D                                                 _            V            V                                                             	 $If   gd_    kdu $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  D D D D                                                                                                                                                                                                                                                          	 $If   gd_  o  kdJ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  D D D D D D D D                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  D D D 5E :E 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     :E E E E E E 
F             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  
F F F JF NF F d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdz $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F F F F F F d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F F F .G 3G ZG d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ZG [G `G G G G d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  G G G G H H %H d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  %H &H )H 3H n            e            e                                                                                                                                                               	 $If   gd_    kdg $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           3H 4H 7H @H                                                                                                                                                                                                                                                	 $If   gd_  t  kd< $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  @H AH BH SH XH `H gH nH zH                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  zH {H                                             kdv $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          {H H H H H H H H                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  H H H H H H H H                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  H H H H H H H                                     A            <            7                  gd_    gd_    kd  $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  H oI pI I I I I I I I                                                                                                                                                                                                                                                   E  kdl! $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	nI oI pI vI wI I I I I I I I I I I I I J J J J ;J <J TJ UJ lJ mJ nJ rJ sJ J J J J J J yK M M *M +M ;M <M 춥x                          /j& hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *I I I I I I I                                     a                                                                                                                             E  kd*" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd! $$If   l 0 
" R                                                           4 
l a   I I I I I I J                                     a                                                                                                                             E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd" $$If   l 0 
" R                                                           4 
l a   J J 
J J J !J ;J                                     a                                                                                                                             E  kd# $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdG# $$If   l 0 
" R                                                           4 
l a   ;J <J GJ TJ UJ _J lJ                                     a                                                                                                                             E  kdd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd$ $$If   l 0 
" R                                                           4 
l a   lJ mJ nJ oJ pJ qJ rJ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd$ $$If   l 0 
" R                                                           4 
l a   rJ sJ J J J J l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd"% $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   J J J J J xK yK kL lL CM DM l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd% $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
<M @M AM 6N 7N BN CN SN TN XN YN [N N N N N N N 1O 3O >O ?O O O O O O O O O P P P  P !P S S S V V V W <W EW W W W W 
X ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j' hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0DM [N dN N N N 2O 3O ?O O                                                                                                                                                                                                                                                       S  kdl' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	O O O O O O P                                     N                                                                                       S  kd( $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   P P P !P YP P Q Q R R S S S  T {T T RU U "V                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd") $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   "V #V V =W W W W W W X tY uY Y Z Z /[ Q[ j[ [ [ [ \ \ J^ K^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  
X X X X X X sY uY Y Z Z Z \ \ \ I^ K^ j^ ^ _ _ _ _ m_ n_ _ _ _ _ _ b b b b b b b #c $c /c ۵۵۵ۭۜۋzrgrrr       j* h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '^ _ _ _ _ n_ _ _                                     j                                                                                                                                           kd) $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  _ _ _ ` ` U` ` ` ` :a wa s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd&* $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
wa a b b b 8c 9c c c )d *d e e f f g g vh wh h h Ri j Sk Tk k k                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  /c 0c 1c 5c 6c 9c c c (d e Cg g Qh Rh ]h ^h nh oh sh th uh vh wh h h h #i ,i 5j Uj Sk k =m >m ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jf+ hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj* h_ U !k >m Bm Cm Ym Zm nm                                                 e                                                                                                                        F  kd@, $$If   l   l '{6    4   4 
l a] p
        F  kd+ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  >m Cm pm m m m m m m m m m m m m n n 2n 3n On Pn qn rn n n n n n n n n n n n p p p 3q hq q q q q Jr \r /s Gs |s s s s .t ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3nm om pm ym m m m                                                             5            v  kd&- $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd, $$If   l   l '{6    4   4 
l a] p
         m m m m m m m m                                     t                                                                                                                                                             v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdv. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd!/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m m m m                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         m m 
n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdw0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n +n -n 2n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd"1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2n 3n Hn Jn On                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         On Pn jn ln qn                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdx2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         qn rn n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd#3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdy4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n n n n n p p p q 4q hq q q q q                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r Er ]r r r r r *s Hs |s s s s s -t .t /t 0t Rt [u \u ru u u u u u v v                                                                                                                                                                                                                                                                                                                                                                   gd_  .t 0t :t Pt Qt Rt ru u u u u v &v )v fv v v v v #w w w w w w w w x x -x .x Ax пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  v &v 4v Gv Hv fv v v v v v v w $w %w w w w w w w w                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  w w                                     kdz6 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               w x -x .x Dx Zx px x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	Ax Dx Yx Zx ox px x x x x 8y :y Jy Ky jy ky ly my y y y y z z z z z z z z { Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ x x                                     kd7 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               x x x x x x y !y "y 7y 8y 9y :y Ky                                                                                                                                     q                            kd(9 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
Ky ky ly my y y y y y             q            l                                                                                                                                                       gd_    kd9 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  y y                                     kd: $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               y y y y y y y z z "z Mz fz {z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  z z z z z            q            q                                                                                                                                                                                       	  $If   gd_    kd; $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       z z z { { { { { z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd< $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       { { {  { ){ { { { { { { { | | | !| o| {| | | | |  } "} 2} 3} R} S} V} `} v} } ~ ~ 6~ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "{  {                                     kds= $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                { ){ H{ I{ ]{ ^{ { { { { { { {                                                                                                             q                                                         kd> $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  { { { | | | | | z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd? $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       | |                                     kdD@ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               | !| j| k|  } !} "} 3} S}                                                             q                                                                                                                             kdA $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  S} T} U} V} v} ~ 7~ M~ N~ X~ c~ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdXB $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
6~ 7~ N~ c~ ~ ~ ~ ~ ~ ~ ~ ~   C L  ƀ Ȁ ؀ ـ * = l m n         	 
 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #c~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ~ ~                                        kd#C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~   B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B C                                        kdwD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L   ! " 1  ǀ Ȁ ـ * m                                                                                                 s                                                                        kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  m n      |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd?G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 +                         s                                                                                                                                                                                   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
 * + , - . 0 R ] ߅   7 V  ֆ 6 U  ه D c ∷  ] |    >  ͋ @ _ Ȍ 猷 ƍ 卷 G f Վ  R q   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -+ , - . / 0 ]   ? J T _ i |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdMI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i j ʃ ჷ   = > y    ߅    7 E U                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  U V a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdfJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$K $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ņ Ն                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ն ֆ ᆷ 憷             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   憷 熷               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdAL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      6 D T                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ȇ ؇                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd9O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؇ ه 䇷 釷             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   釷 ꇷ               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdVP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      D R b                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdsQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ∷                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdkT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D ] k {                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      + t                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ŋ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ŋ Ɗ Њ Պ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Պ ֊ ኷ 抷             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   抷 犷               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       - =                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ̋                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̋ ͋ ؋ ݋             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݋ ދ 苷 틷             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   틷                {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      @ N ^                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ȍ ֌ 挷                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   挷 猷               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd._ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) *   ƍ ԍ 䍷                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   䍷 卷               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdha $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' ( G U e                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Վ ㎷                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7 R ` p                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;f $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ؏   @ A      ʐ O                                                                                                                                                                                        gd_  z  kdXg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʐ 吷 P      ޑ ߑ 鑷   & ' 8 J K \ ] w  S U e f v Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  O P      ߑ 鑷                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' K ] _ v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  v w                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w  Ԓ Ւ   D  ٓ    / 0 T                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  T U f  Д 锷  1 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd_j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w       0 1 2 W X       $ % ۗ ܗ ߗ   ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jk h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  1 2 X     |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdXl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ܕ ݕ ,    ˖ 喷                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd_ 	  $If   gd_    % ܗ |            s            s                                                                                                                                                                                           	  $If   gd_   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܗ ݗ ޗ ߗ    ̘ ޘ    ᙷ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdfn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ˘ ̘     U j  ͙ ߙ ᙷ  ( ) 3 = > c d     Ú y |     * + ; ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ᙷ 뙷  ) 3 =                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  = >                                        kd o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdtp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ú  	  ) a b  N n   Ҝ                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd_ 	  $If   gd_    + | ҝ - k  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; < V W X k l {  ҝ  , I j      ؞  ^     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jr h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ      מ ؞ ] ^     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          쟷 ퟷ    ' ( P a b e n ٠ 砷 $ @ X Y a c s t    ¡ ԡ 桷 硷  & ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  ퟷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd_ 	  $If   gd_                                           kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( P b c d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  d e                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e n Ϡ Р   @ A b c t                                                                                                 Y                              kdiv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
t    ¡    ᤷ ⤷ y              s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd#w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  & ' 2 3 C D H I   y   è   ߯  ( * ? A ష ᰷ 㰷 䰷 N P 5 J    Ƴ T X    :     ˷ ̷ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j"| hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jw hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -   è 	 
 ʪ ˪    w x ޯ ߯  A ᰷ 䰷 O P 5 J   ˲ ݲ                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ݲ                  f                                                                                                                                                                      kdDx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_    	   o            f            f            f                                                                                                                                                	  $If   gd_    kdx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   # * / o            f            f            f                                                                                                                                                	  $If   gd_    kd y $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / 0 5 < H o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H I Q Y ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ _ g o { o            f            f            f                                                                                                                                                	  $If   gd_    kdjz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at { |    o            f            f            f                                                                                                                                                	  $If   gd_    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdF{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     P Q   > ?   V o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ̷ Ϸ з V b E O ķ ķ ʷ ʷ "ͷ Jͷ Zη fη gη sη wη η Ϸ Ϸ Ϸ Ϸ Ϸ Ϸ Ϸ Ϸ з "з #з Tз Uз Vз Zз cз /ҷ 1ҷ Aҷ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %V b ޸ ߸   , -  @ A I J  % &  E O · · ÷ ÷ ÷ ÷ ÷ ÷                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  ÷ 
ķ ķ /ķ @ķ Aķ Tķ gķ ~ķ ķ ķ ķ ŷ ŷ oƷ pƷ Ʒ Ʒ ɷ ɷ ʷ ʷ ʷ .˷ /˷ ˷ ˷ ˷ ̷                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ̷ ̷ c̷ ̷ "ͷ #ͷ Jͷ Zη gη η Ϸ Ϸ Ϸ Ϸ Ϸ Ϸ Ϸ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  Ϸ Ϸ                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ϸ #з Uз Vз Xз Yз                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Yз Zз                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zз cз з з з з :ѷ bѷ mѷ ѷ ѷ ѷ /ҷ 0ҷ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
0ҷ 1ҷ Bҷ yҷ |            s            s                                                                                                                                                                                           	  $If   gd_   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Aҷ Bҷ xҷ yҷ zҷ |ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ӷ ӷ ӷ 3ӷ 4ӷ Yӷ Zӷ [ӷ _ӷ hӷ Է Xշ ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 yҷ zҷ {ҷ |ҷ ҷ ҷ ҷ ҷ ҷ ҷ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ҷ ӷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  ӷ ӷ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ӷ 4ӷ Yӷ Zӷ [ӷ ]ӷ ^ӷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ^ӷ _ӷ                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ӷ hӷ ӷ ӷ ӷ Է EԷ iԷ Է Xշ hշ iշ                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  Xշ hշ jշ zշ {շ շ շ շ շ շ շ շ շ շ շ շ շ ַ ַ =ַ >ַ ?ַ Cַ Lַ ׷ ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    iշ jշ {շ շ |            s            s                                                                                                                                                                                           	  $If   gd_   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       շ շ շ շ շ շ շ շ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       շ շ                                        kdՄ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               շ ַ <ַ =ַ >ַ ?ַ Aַ Bַ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Bַ Cַ                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cַ Lַ ַ ַ ַ ַ )׷ M׷ ׷ <ط Lط Mط                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ׷ <ط Lط Nط ^ط _ط eط lط mط nط oط pط |ط ط ط ط ط ط ط ط ط ط ٷ &ٷ 'ٷ Oٷ Pٷ ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    Mط Nط _ط mط |            s            s                                                                                                                                                                                           	  $If   gd_   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       mط nط oط pط ط ط ط ط ط ط |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ط ط                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ط 'ٷ Nٷ Oٷ Pٷ Qٷ Sٷ Tٷ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  Pٷ Qٷ Uٷ ^ٷ ڷ ڷ ڷ ڷ ڷ ڷ ڷ ڷ ڷ 	۷ ;۷ <۷ F۷ P۷ Q۷ ]۷ ~۷ ۷ ۷ ۷ ۷ ۷ îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  Tٷ Uٷ                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Uٷ ^ٷ ٷ ٷ ٷ ٷ =ڷ ]ڷ ڷ ڷ ڷ ڷ                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  ڷ ڷ ڷ ڷ ڷ ڷ 	۷ <۷ F۷ P۷                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	P۷ Q۷                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q۷ ۷ ۷ ۷ ۷ ۷ ۷                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ۷ ۷ ۷ ۷ Cݷ Dݷ Eݷ Uݷ Vݷ \ݷ cݷ dݷ eݷ fݷ ݷ ݷ ݷ ݷ ݷ ޷ ޷ ޷ ޷ ޷ &޷ B޷ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  ۷ ۷                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۷ ۷ ۷ ܷ *ܷ Xܷ xܷ ܷ ܷ ܷ Dݷ Eݷ                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  Eݷ Vݷ dݷ eݷ fݷ ݷ ݷ ݷ ݷ ޷                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	޷ ޷ ޷                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  ޷ ޷                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޷ C޷ D޷ E޷ G޷ ^޷                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  B޷ C޷ D޷ E޷ _޷ h޷ i߷ j߷ k߷                 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 ^޷ _޷                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _޷ h޷ j߷ k߷ |߷ ߷ ߷                                                                                         s                                                                                              kdѓ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
          C z   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 C V y      G [             " # B C U V      õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! H                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                # C V i |                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  0 ] ^ _ p                                                                f                                    [            [                     
  $If   gd_ K$  kd헊 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  ] ^ _ o p s                        ! ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a      ! 4 G Z m n o |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! l m p y      
  < B C K M b c r t z { | ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J o p                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y       < C L                                                             f                                    [            [                     
  $If   gd_ K$  kdϛ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
L M c s t u v                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   v w x y z {                                     R            I                                                                     	  $If   gd_ Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   { |         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	|                       	 
 v     ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Z       	                                                                                      Y                                          kdˠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
      	  5 O _ y                                                                                                                                                                                                                            	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     O P Q R j t u v x y z        \       ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ     5 O P Q                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Q R z       |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 \       [ b k                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
    / 7 [ a b j l      	 
  
    & ' r s v    ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 k l t        ( 0 E Z l                                                                                                                                                                                                                          
  $If   gd_ K$	  $If   gd_  S  kdq $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ' : M ` s t u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u v                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v   " i  P Q R S d                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   N Q R S c d             V W Z c þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ      1 D W X Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c 
 5 x  _ ` a b s                                                                                                 Y                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
c   w x  _ ` a b r s            ` a d νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  s      ( ; N a b c             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  c d                                        kd߬ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d m B i                                                                                            Y                                          kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
d m A             
                 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5     
  * ? Q k                                                                                                                                                                                                                	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_   
 ' A Q k                                                                                                                                                                                                                                                    	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ) < O b u v w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd˰ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  ( ) t u x  : * + , < = I N c   !  #  )  *  2  4  - / ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  w x                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x  :    } * + , =                                                                                                 f                                                        kd粊 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
=  #  *  3  4  <  Q  f  {                                                                        }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_      1 9 N c x        . /                                                                                                                                                                                                                            S  kd3 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  / 0 1 Y Z m                   s                                                                                                                                                                 kdŴ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / 0 1 I S T U W X Y Z l m            y  ? @ ) > @ A Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   A      @  @ A H     I }   	 5	                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  A H M ` d | 	 	 	 4	 5	 6	 F	 G	 	 	 	 	 	     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   5	 6	 G	 	 	 	 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdӶ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 	 	 
 )
 :
 T
 n
 
 
 
 
 
 
                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
 
   7 Q b |                                                                                                                                                                                                                          	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_      + > Q d w x y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       * + v w z  A
 m
 :       n  & ; < = D  ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ y z                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z  A
 ;   &  
  = D       < } ~                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_        ! 4 @ S [ t | } ~         + - . / G Q R V ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ~      |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdͺ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            # 5 L c z        	                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   	  # 5 G Y p         , -                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  - . / W X k ~                  s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V W X j k         p   O k  O   l   =   Q        ! S! 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !                                         kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   p  l    m   O   ?    P  Q                                                                                                                                                                                                                                                                                                      
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  Q        ! O! n! ! ! ! ! !                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  S! f! r! ! ! ! ! ! ! ! ! !  " !" "" E" F" G" K" L" P" Y" v# # # # ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  ! !" "" F" G" L" N" O"             s                                                                                                                                                                                     kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  O" P"                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P" Y" f" " " " " " # 3# U# w# #                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  # # # # # |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # # # # $ 	$ 
$ $ 3$ & ,& [& n& & & & & ' $' _' s' 5* A* E* l* * * * + ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  # # # # 3$ % % & [& & & ' `' |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `' ' ' ( ( ( o) p) 4* 5* l* * * * @+ w+ + + E, , , , , , , ,                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  + @+ S+ v+ + + + + 	, D, X, , , , , , , , , - - - -  - !- 3- 4- F- G- Y- Z- l- m- q- z- - . . . . . õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (, ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,  - !- 4- G- Z- m- o- p-                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  p- q-                                        kdIĊ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q- z- - - . J. h. . . . . .                                                                                                             f                                       kdŊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  . . . #/ $/ 7/ J/ ]/ p/ r/ s/             s                                                                                                                                                                      kdWƊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
. . . / / / "/ #/ $/ 6/ 7/ I/ J/ o/ p/ t/ }/ / / A0 B0 C0 S0 T0 U0 V0 n0 x0 y0 }0 ~0 0 0 0 0 0 0 0 ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %s/ t/                                        kdǊ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t/ }/ / / B0 C0 T0 U0                                                 f                                                                                                                       kdeȊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  U0 V0 ~0 0 0 0 0 0 0 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdɊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 0                                        kdɊ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  2 %2 &2 *2 32 V2 W2 2 2 f3 g3 h3 x3 y3 z3 {3 3 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %0 0 0 1 1 1 1 1                                                 f                                                                                                                       kd-ˊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  1 1 1 1 1  2 2 &2 (2 )2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdˊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)2 *2                                        kd̊ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *2 32 W2 2 g3 h3 y3 z3                                                 f                                                                                                                       kd͊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  z3 {3 |3 3 94 :4 a4 b4 4 5 5 5 6 |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdΊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3 3 3 84 94 :4 a4 n4 r4 4 4 5 5 5 6 6 86 L6 p6 q6 6 6 6 6 6 6 6 
7 87 97 L7 }7 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  6 96 q6 6 6 97 ~7 7 8 i8 j8 k8 u8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  }7 7 7 7 8 '8 h8 j8 k8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 (9 )9 N9 O9 h9 q9 r9 9 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\8 8                                        kdiϊ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               8 8 8 9 )9 <9 O9 Q9 g9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  g9 h9                                        kdЊ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               h9 q9 9 : #: [: f: : : : : ;                                                                                                 f                                                   kdҊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  9 9 [: f: y: : : : : : : : : : : : ; ; ; ; ; !; #; 8; 9; H; J; K; L; ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ; ; "; #; 9; I; J; K;                                                             R            I                                   	  $If   gd_ Q  kdXӊ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdҊ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ K; L; t; u; ; ; ; ; ; ; ; |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdӊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L; d; n; o; s; t; u; ; ; ; ; ; ; ; ; ; ; R<  = *= += I= J= e= = = = = = = ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ; ;                                        kdԊ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; S< n< < < < <  = += J= f= x= = = =                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  = = = = = = = > 
> > > > > C> D> Y> Z> \> ]> ^> v> > > > > > > > > > > > > пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  = = = > > > |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdՊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > D> [> \> ]>                                     R            I                                                                     	  $If   gd_ Q  kd:׊ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd֊ $If   K$L$l 0                                     
t                              4   4 
l a   ]> ^> > > > > > > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd׊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> >                                        kd؊ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > O? w? ? ? ? 	@ (@ S@ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
> > > > N? ? @ 	@ '@ (@ ;@ J@ R@ S@ Z@ `@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 @ @ @ @ |            s            s                                                                                                                                                                                           	  $If   gd_   kdي $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ @ @ @ A A A A A )A *A OA PA TA ]A ^A mA A A zB ~B B ,C 6C 7C UC VC ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    @ @ A A A *A =A PA RA SA |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdڊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	SA TA                                        kdIۊ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               TA ]A A 	B {B B B B ,C 7C VC C C C                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
VC iC xC C C C C C C C C C C C C C D D D D D D -D 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  C C C D |            s            s                                                                                                                                                                                           	  $If   gd_   kd܊ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D D D -D .D iD  E RE SE E E 3F 4F |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdW݊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
-D :D >D iD  E RE _E cE E E 4F @F DF fF F OG G G G G G AH qH }H H H {J J J J J K K K K K K L DM lM mM M M M N +O ,O eO O O QP P P ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  44F fF F NG OG G G G AH pH qH H {J J J J K K K L L L L M !M 1M DM lM mM M                                                                                                                                                                                                                                                                                                                                                                   gd_  M N ,O eO O O QP P P $Q [Q Q Q Q Q Q Q R R                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  P [Q _Q Q Q Q Q Q R R R R R ]R ^R _R `R R R 4S aS S S S DT oT pT T T T T +U ,U 1U VU ZV W Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $R R 	R 
R R R 
R R R M            H            H            H            H            H            H            H                   gd_   kdފ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   R #R *R /R ?R @R OR PR                                                 _            V            V                                                             	 $If   gd_    kdފ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  PR QR ]R ^R                                                                                                                                                                                                                                                          	 $If   gd_  o  kdߊ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ^R _R `R kR oR R R R                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd! $$If   l       0   T# T                 .                
t  0                                                              4 
l al  R R R R R 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     R .S /S 4S aS fS S             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  S S S S S >T d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  >T ?T DT pT tT T d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  T T T T T T d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  T T T ,U 1U WU d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  WU XU YU cU U U U d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  U U U U n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           U U U U                                                                                                                                                                                                                                                	 $If   gd_  t  kdv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  U U U U U U V V V                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  V V                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          V $V (V /V 6V 7V 8V 9V                                                             A                                  kd	 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  9V :V ;V <V =V >V ?V @V                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  @V AV BV CV DV EV ZV                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  ZV 
W W 'W (W AW RW SW gW iW                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	W 
W W W W 'W (W RW SW iW jW lW mW {W |W W W W W W W W W W W 
X X X X X .X /X 0X <X =X OX Y Z Z Z Z Z Z 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *iW jW kW lW mW uW {W                                     a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   {W |W W W W W W                                     a                                                                                                                             E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   W W W W W W W                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   W W W W W W 
X                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd? $$If   l 0 
" R                                                           4 
l a   
X X X 
X X X X                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   X X X X -X .X l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   .X /X 0X =X OX Y Y 	Z 
Z Z Z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
Z Z Z [ [ [ [ [ [ [ [ [ !\ "\ z\ {\ \ \ \ \ \ \ $] &] 8] 9] ]] _] o] p] ] ] ] ] ] .a /a ;a }d d d d d d ;e <e e e e ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j? hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Z [ \ "\ {\ \ \ \ \ %]                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	%] &] 9] ^] _] p] ]                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ] ] ] ] ] ^ J_ K_ 8` 9` .a /a ;a a b b b Yc c                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   c c d d ;e <e ze e e e g g $g Bh dh h h i $i >i ?i Hj Ij k k Gl Hl l                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  e e #f $f 4f <f g g $g Ah Bh dh )j Fj Ij k k l l l l l l m m !m "m Sm Tm Um qp rp }p ~p p p p p p p ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'l l l l l m "m Tm                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  Tm Um fm m m m Qn Rn nn n o s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
o oo 4p 5p p p p "q #q q q  s !s t t Fu Gu v v /v @v v w x x py qy                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  p p p p p p "q #q q s t Eu u u u u v 
v v v v v v v /v @v v v w w x py z z ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj9 h_ U !qy z z z z z {                                                 e                                                                                                                        F  kdz $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  z z { 2{ 3{ 6{ 7{ ={ >{ _{ `{ { { { { { { { { { { | | '| (| >| ?| Y| Z| | | | | | c~ d~ p~ ~   S Y \   ̀ 倸  C w  ́ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3{ 
{ { { %{ 2{ 3{                                                             5            v  kd` $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         3{ 4{ 5{ 6{ 7{ ;{ <{ ={                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ={ >{ W{ Y{ _{                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         _{ `{ y{ {{ {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { { { { {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { { { { {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { { { { {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { { { { {                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { { | 
| |                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         | | | !| '|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         '| (| 6| 8| >|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         >| ?| R| T| Y|                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y| Z| a| f| |                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         | | | | | c~ d~ p~ ~ ~    T g                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             / B v  Ȁ 怸  4 D x  ˁ ́ ́ ΁     6 E X Y r                                                                                                                                                                                                                                                                                                                                                                     gd_  ́ ΁ ؁     & E W   ă ǃ  % 6 j   * ? q r |     ˅ ̅ ߅ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   ă ҃ 僸 惸  4 5 6 j     Ä ) * 4 ? r |                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ˅ ̅ ⅸ   $ & =                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	߅ ⅸ   
  # $ > G ֆ ؆ 膸 醸  	 
  1 2 7 @ ] _ o p      Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ = >                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               > G i j ~     Ն ֆ ׆ ؆ 醸                                                                                                                                     q                            kdb $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
醸 	 
  2 3 4 5 6             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6 7                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               7 @ a b v w     뇸   . H I ^                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ^ _ p  z            q            q                                                                                                                                                                                       	  $If   gd_    kd3 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
           ǈ O Q a b        
  5 A ` l   Њ ъ      ^   ԋ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ǈ 戸 爸    : ; P Q b                                                                                                              q                                                         kd
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_          z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd
 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd~ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                  	    ъ                                                              q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_        Ջ 닸 싸   z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd
 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ԋ Ջ 싸  3 4 > H I i j    ጸ ꌸ  d f v w Ȏ ێ 
   + , - . / 2 ;    ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # 4 > H                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  H I                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_   ጸ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ጸ ꌸ     ύ   e f w Ȏ                                                                                                  s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    - . / 0 1 |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ;    ɏ                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   ȏ ɏ ʏ ˏ ̏ Ώ   } ~  Փ  U t Ԕ  X w ╸      4 S  ܘ L k ޙ  f  d  囸  s    D E о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ɏ ʏ ˏ ̏ ͏ Ώ    ݐ 萸    |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  h    ۑ ܑ  L   } ~   Փ 㓸                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7 U c s                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ԕ ┸                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 6 X f v                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ╸                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˖ Ж             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ж і ۖ              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ᖸ ▸  	                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ] ɗ  4 B R                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ˘ ۘ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۘ ܘ 瘸 옸             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   옸 호               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      L Z j                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k v {             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ޙ 외                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 9 >             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? @ f t                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ƚ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƚ ǚ Ț 4 5 d r                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd&+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ě             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ě ś ƛ 囸                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd}. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F G s                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ü             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ü Ĝ Μ Ӝ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӝ Ԝ ՜                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd32 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q R v   ޝ ߝ 5 6 C D E h ힸ                                                                                                                                                                                        gd_  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E V h   " 3 4 5 J | }    ğ ş ֟ 蟸 韸          Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ힸ  " 4 5 ? J }                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ş 韸                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kdE4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r s   ⠸ A w    ͡ Ρ                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_     U n   Ϣ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         / 0 1 D E T ΢ Ϣ Т   % & ) 2   ¤ ä y z }   ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jS6 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ϣ Т  % & ' ( |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( )                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) 2 z { ʣ ) 4 P i                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd_ 	  $If   gd_    ä z |            s            s                                                                                                                                                                                           	  $If   gd_   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z { | }  5 6 j |   ~  |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        5 6 i j       > k }   Ƨ ǧ ѧ ۧ ܧ   1 T U X a       Ȫ ɪ ٪ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $   ǧ ѧ ۧ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ۧ ܧ                                        kdZ: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ܧ  1 C U V W                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  W X                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X a    Ǩ    ~ 쩸  - S p                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd_ 	  $If   gd_    ɪ  p ˫ 	 L |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ٪ ڪ    	 
  : p  ʫ 竸  * K L O ` v   . / 0 A ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j= h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  L M N O u v   0 B C M |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdA> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A C X      ŭ ƭ       w  ® ޮ       \ ] _ ` r    į ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !M X                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ƭ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdO@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 m n   ޮ ߮                                                                                                     Y                              kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
 ] ^ _ `  & J    $             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd]B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  į ů Я ѯ ᯸ ⯸ 毸 篸 & J  $ P a   }  ƽ Ƚ ݽ ߽ ~    쾸  ӿ 迸 Z  ] d   &ø Gø ĸ ĸ ?Ÿ @Ÿ XŸ YŸ iŸ jŸ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j\G hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jC hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -$ O P a   h i      | }  ߽     ӿ 迸 Y Z i {                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  {                  f                                                                                                                                                                      kd~C $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kdC $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdZD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd6E $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
  o            f            f            f                                                                                                                                                	  $If   gd_    kdE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   " ) . o            f            f            f                                                                                                                                                	  $If   gd_    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at . / 7 > J o            f            f            f                                                                                                                                                	  $If   gd_    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at J K L M   Fø Gø ĸ ĸ Ÿ Ÿ Ÿ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at jŸ mŸ nŸ Ÿ  Ƹ θ θ 4Ҹ ?Ҹ 6ظ Gظ ڸ ڸ ۸ ܸ ܸ ܸ ܸ 1ܸ 5ݸ 6ݸ Kݸ }ݸ ~ݸ ݸ ݸ ݸ ݸ ݸ ݸ ݸ ݸ ݸ ݸ ޸ ߸ ߸ ߸ ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %Ÿ  Ƹ |Ƹ }Ƹ 3Ǹ 4Ǹ Ǹ Ǹ ȸ ɸ ɸ ʸ ʸ 9˸ ̸ ̸ ^͸ θ θ 3и 4и UѸ bѸ oѸ |Ѹ Ѹ Ѹ                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  Ѹ Ѹ Ѹ Ѹ Ѹ Ѹ Ѹ Ҹ Ҹ 3Ҹ 4Ҹ ?Ҹ oӸ pӸ 
Ը Ը Ը Ը b׸ c׸ 6ظ Gظ |ظ ظ ظ ,ٸ Zٸ ٸ ٸ                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  ٸ ٸ ڸ Qڸ ڸ ڸ ڸ ۸ ܸ 1ܸ 5ݸ 6ݸ @ݸ Kݸ ~ݸ ݸ ݸ                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ݸ ݸ                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݸ ݸ ݸ ݸ ݸ ݸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ݸ ݸ                                        kd+I $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݸ ޸ @޸ L޸ s޸ ޸ ޸  ߸ ߸ D߸ N߸ s߸ ߸ ߸                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
߸ ߸ ߸  |            s            s                                                                                                                                                                                           	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߸ ߸     & * F G \                ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5     F G Q \   |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd9K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kdGM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E Q x                                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd_ 	  $If   gd_        & ' ( ) > p q {           r ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph       ' |            s            s                                                                                                                                                                                           	  $If   gd_   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ( ) 3 > q {  |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdUO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kdcQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) 5 \    q                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  r       
   
    9 : O           ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
  : D O    |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdqS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd+T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      o q                 ' F G H îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ; G n    3 o p q                                                                                                                         f                           kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  q                                  s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kdGX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G H I K L                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  H I M V           > X Z [ p        п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  L M                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V      E b                                                                                                                            f                           kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_       > [ e p                          s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kdc\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_          	 ? @ A Q R            ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  	  Y  @ A R                                                                                      s                                                                                              kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
       j k    P  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    + O c     ; < Q                , - G P \ õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !  ; < F Q                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                           kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     - / F                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  F G                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P       ; B J                                                             f                                    [            [                     
  $If   gd_ K$  kd'c $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
\     
   & / 9 ; A B I K ` a p r s t          ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ J K a q r s                                     R            I                                                                     	  $If   gd_ Q  kdnd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   s t        
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 
    :                    ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J 
                                         kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 : h                                                                    f                                    [            [                     
  $If   gd_ K$  kd	g $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kdPh $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdg $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdji $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdh $If   K$L$l 0                                     
t                              4   4 
l a     B c d      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 2 < = > @ A B c d       ` y          4 d j ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         d                                                                                     Y                                          kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
d k t u }        1 9 N c u                                                                                                                                                                                                                       	  $If   gd_  S  kdl $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ j k s u            7 8            ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                              
& F$ $If   gd_  S  kdQm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     8 ] p    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  (        	                                                             f                                    [            [                     
  $If   gd_ K$  kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
          
                    Q  ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 	 
  ' < N h        
 $ > N                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdp $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   N h                                                                                                                                                                                                                                                                        	  $If   gd_  S  kd=q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     P           U                                                                                                 f                                                   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  Q            T U V n x y z | } ~       þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ U V ~        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdQu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    _                                                                                                       Y                              kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
     _        c d e }           νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ   d e                       s                                                                                                                                                                 kd_w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   K  3 4 5 F                                                                                      Y                                          kdmy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
    1 3 4 5 E F       "	 $	 %	 &	 6	 7	 	 	 	 	 	 	 	 	 	 	 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5          	 # 3 M g o                                                                                                                                                                                                           	  $If   gd_  S  kd'z $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       		 #	 $	 %	                                                                                                                                                                                                                                                 	  $If   gd_  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  %	 &	 7	 	 |            s            s                                                                                                                                                                                           	  $If   gd_   kdK{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 	 	 	 	 	 	  
 
 
 
 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd| $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
	 	 	 	 
 
 
 
 
        
 E
 
 
 
 
 
 
 
   ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  
 
                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 8 t                                                                                                       f                                                        kd!~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
 E
 
 
 
 
 
 
   + E _ p                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd~ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_          ( B \ m                                                                                                                                                                                                                                 S  kdm $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_         1 D W X Y             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_             
  V W Z c ' V W } ~ 1 2  ,       Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ Y Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z c ' ~  2 e  .       % t     G s                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_                ) / 0 8 :     ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph      ) 0 9 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : B W l         7 H b j                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kdǂ $If   K$L$l 0                     x                
t                                4   4 
l a            4 E _ p                                                                                                                                                                                                                      	  $If   gd_  S  kdY $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_             |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd냋 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
            !    ) >      !      & ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                !   A   1  $   " A `                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  & 9 E X                  -  .  r  x  y      " " " " " " " " ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f      .  r  y    |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                       ! ! )! @! W! h! ~! ! ! !                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ! ! ! ! ! ! " %" <" M" d" {" " " " " "                                                                                                                                                                                                                            S  kdS $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " " " " " 	# # /# B# U# W# X#             s                                                                                                                                                                 kd凋 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  " " " # 	# T# U# Y# b# t$ $ <% n% & o& & & 	' ]( ( D) Y) 
* * 7+ + 2, G, - s. . . . . 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !X# Y#                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y# b# t$ <% & & 
' D' ' ' ( )( [( ( ) * + J, K, R, - -                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  - /. o. . . . / +/ J/ i/ j/ {/                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  . / / #/ // B/ N/ a/ h/ j/ z/ {/ / / / / / / / / / / 1 )1 *1 +1 ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  {/ / / / / / / /             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  / /                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / 0 &0 H0 j0 0 0 0 0 0 1 *1                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  *1 +1 <1 o1 1 |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       +1 ;1 <1 1 1 1 1 1 1 1 1 1 1 3 3 3 4 /4 C4 g4 {4 4 4 4 5 7 7 7 
8 e8 h8 8 8 ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  1 1 1 1 1 3 3 3 3 04 h4 4 4 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 S5 T5 5 M6 N6 
7 7 7 7 
8 g8 h8 8 8 9 M9 9 9 8: 9: C: N: : : :                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  8 8 8 9 (9 L9 `9 9 9 9 9 8: 9: N: : : : : : : : : : : : : : : : : : 
; ; ; ; `; < < < < < õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (: :                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : : ; 
; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ; ;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; `; ; ; ; <  < W< < < <                                                                                                             f                                       kdא $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  < < < < < < < < = = =             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
< < < < < < < < < < < < < 
= = = = \= ]= = = = = = = = > > > > > > /> 0> B> C> h> i> ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %= =                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = 9= ]= = = = =                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  = = > > 0> C> V> i> k> l> |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l> m>                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i> m> v> > > :? ;? <? L? M? N? O? g? q? r? v? w? x? ? ? ? ? ? ? ? ? ? ? w@ x@ A A A A A A A &A 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %m> v> > > ;? <? M? N?                                                 f                                                                                                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N? O? w? x? ? ? ? ? ? ? |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	? ?                                        kdۗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? ? x@ A A A A                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  A A A KA A A A  B 1B )C *C ^C C |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd陋 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &A *A KA A A A A B B 1B B *C ^C qC C C C C D D "D 4D 5D SD TD gD D D D D D E ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  C C D TD D D E cE E F F 	F F F QF [F eF                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  E /E bE vE E E F F 	F F PF QF [F eF fF ~F F F F F F F F F F F F G G G G շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\eF fF                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               fF F F F F F F F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  G G                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               G G ~G G G G H 0H rH sH H H                                                                                                 f                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  G ~G G H H 'H 0H 7H =H qH rH sH H H H H H H H H H H H H H H H H H ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ H H H H H H H H                                                             R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ H H I I &I 9I LI _I aI bI xI |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
H I I 
I I I I %I &I 8I 9I ^I _I yI I I I I J J J J J K 3K <K CK IK ZK [K ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ xI yI                                        kdٟ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               yI I I J =J ZJ sJ J J J J K K <K [K \K                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  [K \K ]K mK nK qK wK K K K K K K K K K K K K K L L L #L $L %L 7L 8L JL KL pL qL uL пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  \K ]K nK K K K |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K K K K                                     R            I                                                                     	  $If   gd_ Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd硋 $If   K$L$l 0                                     
t                              4   4 
l a   K K $L %L 8L KL ^L qL sL tL |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	tL uL                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               uL ~L L M OM aM M M M M 3N 7N 8N 9N                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
uL ~L L L L M M M M M M M M M M M 2N 3N 6N 7N 8N 9N :N JN KN NN cN lN vN wN زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 9N :N KN xN |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       wN xN yN N N N N N N N N N N N N N N N O iO jO P P ^P P P P P P ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    xN yN N N N N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdɥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               N N jO O P LP }P P P P P Q aQ bQ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
P Q Q Q Q &Q ,Q `Q aQ bQ cQ sQ tQ wQ Q Q Q Q Q Q Q Q Q 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  bQ cQ tQ Q |            s            s                                                                                                                                                                                           	  $If   gd_   kdק $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q R R R R *S S S S |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Q Q Q R R R R S *S S S S S T T T BU CU OU SU |U U V V V GV X GX SX WX X 5Y 6Y pY qY }Y Y Y Z 
[ [ ![ %[ Q[ \ \ \ ] Y] ] ] +^ ^ ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4S T T T T BU CU |U U V V GV X FX GX X 6Y pY qY Y XZ YZ Z Z Z Z Z 
[ [ Q[                                                                                                                                                                                                                                                                                                                                                                   gd_  Q[ \ \ ] Y] ] ] +^ ^ ^ ^ [_ \_ g_ s_ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  ^ ^ ^ Z_ [_ g_ }_ _ _ _ _ _ _ _ _ _ _ :` q` ` ` Oa a a a 
b b 2b ib jb b b b b b c d Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $_ _ _ _ _ _ _ _ _ M            H            H            H            H            H            H            H                   gd_   kdK $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   _ _ _ _ _ _ _ _                                                 _            V            V                                                             	 $If   gd_    kd驋 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  _ _ _ _                                                                                                                                                                                                                                                          	 $If   gd_  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _ _ _ 	` 
`  ` (` 4`                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd[ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  4` 5` :` q` v` 2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     v` ` ` ` ` a Ia             [                                                                                                                                           kd% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  Ia Ja Oa a a a d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  a a a b b ,b d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ,b -b 2b jb ob b d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b b b b b b d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b b b c Pc Uc ac d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ac bc ec oc n            e            e                                                                                                                                                               	 $If   gd_    kd۱ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           oc pc sc |c                                                                                                                                                                                                                                                	 $If   gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  |c }c ~c c c c c c c                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdM $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  c c                                             kd곋 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          c c c c c c c c                                                             A                                  kdC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  c c c c c c c c                                                 A                                              kd" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  c c c c c c c                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  c d d d d d d d e e                                                                                                                                                                                                                                                   E  kd෋ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	d d d d d d d d d e e 
e e e e 'e (e Ge He Je Ke we xe e e e e e e e e e e e e e f Zh [h fh gh wh xh 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *e e 	e 
e e e e                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd? $$If   l 0 
" R                                                           4 
l a   e e #e 'e (e ;e Ge                                     a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   Ge He Ie Je Ke ]e we                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   we xe e e e e e                                     a                                                                                                                             E  kdغ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy $$If   l 0 
" R                                                           4 
l a   e e e e e e e                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd7 $$If   l 0 
" R                                                           4 
l a   e e e e e e l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   e e e e e f f g g h h l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdT $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
xh |h }h ri si ~i i i i i i i i i j j %j &j mj oj zj {j j j j j j j 
k k Mk Ok Pk \k ]k n n n r r 3r Sr xr r r r 6s 7s Is ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jy hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0h i i i j &j nj oj {j j                                                                                                                                                                                                                                                       S  kdཋ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	j j j j j k Nk                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Nk Ok Pk ]k k ,l l l m m n n n \o o (p p p ^q                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ^q _q r yr r r s 6s 7s Js t t t u v kv v v v v v w w y y y y 1z                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  Is Js s s s s t t t u u v w w w y y y 1z Gz Kz Xz Yz z z z z z z z ~ ~ ~ ~ ~ !~ "~ _~ `~ k~ ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '1z =z Lz Xz Yz z z z                                     j                                                                                                                                           kd( $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  z z { M{ R{ { { { | v| | s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
| 
} } } $~ t~ u~ ~ ~ e f   - . 䂹 傹   ̓ ރ  H                                                                                                                                                                                                                                                                                                                                     
& F gd_   $ $gd_    gd_   
& FR gd_  k~ l~ m~ q~ r~ u~ ~ ~ d   ス             ̓ ރ _ h q    y z ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Ujs h_ U ! z ~                                                     e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdA $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  z   Ј ш Ԉ Ո ۈ ܈     5 6 Q R n o     ŉ Ɖ ܉ ݉      ! " #    o        k   Ꮉ  4 j ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3    È Ј ш                                                             5            v  kdË $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd'Ë $$If   l   l '{6    4   4 
l a] p
         ш ҈ ӈ Ԉ Ո و ڈ ۈ                                     t                                                                                                                                                             v  kd?ċ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ۈ ܈                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdċ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdŋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           - / 5                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd@Ƌ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 6 I K Q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdƋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q R g i n                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdǋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n o                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdAȋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdȋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ŉ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdɋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ŉ Ɖ ԉ ։ ܉                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdBʋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ܉ ݉                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdʋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdˋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ! " #    V p     9                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdC̋ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 M   ͍   2 f   Ҏ ⎹  5 i j k l     Ԑ 㐹    C D                                                                                                                                                                                                                                                                                                                                                                   gd_  j l v     Đ 㐹  * B b e  Ñ ԑ  4 _ Ȓ ݒ    $ % K L i j } пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  D b p    ґ ӑ ԑ   4 J ` a ǒ Ȓ Ғ ݒ   $                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  $ %                                     kd̋ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               % L i j     ē ۓ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	}        ܓ 哹 t v       ϔ Д Ք ޔ   
  - . / 0 U Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ۓ ܓ                                     kdE΋ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ܓ 哹     A ] ^ s t u v                                                                                                                                      q                            kdϋ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
    Д є Ҕ Ӕ Ԕ             q            l                                                                                                                                                       gd_    kdYЋ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ԕ Ք                                     kdы $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Ք ޔ      / K L ^    ̕ 敹 畹                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd_     . z            q            q                                                                                                                                                                                       	  $If   gd_    kdmҋ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       . / 0 W X Y Z [ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd*Ӌ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       U V W \ e 햹        " N O T ]   ӗ ߗ  
 \ ^ n o       > ? r ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "[ \                                     kdӋ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               \ e      ؖ ٖ                                                                                                                   q                                                         kd>Ջ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_    ! " O P Q R S z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdՋ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       S T                                     kd֋ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               T ]   \ ] ^ o                                                              q                                                                                                                             kd؋ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       ? s     z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd؋ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
r s   љ ҙ ܙ 晹 癹   5 J K        f y    ɜ ʜ ˜ ̜ ͜ М ٜ 5 E F ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ # ҙ ܙ 晹                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  晹 癹                                        kdً $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               癹  5 K M ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ~                                         kdڋ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! ] ^ m     f                                                                                                  s                                                                        kd?܋ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    ˜ ̜ ͜ Μ Ϝ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd܋ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ϝ М                                        kd݋ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               М ٜ 4 5 F g                         s                                                                                                                                                                                   kdߋ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  F f g h i j l     3 s    r       =   ҥ  [ z ꦹ 	 |   #  !    0   ⫹ 㫹 о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -g h i j k l  9 : {     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdߋ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    5 L y z  ꟹ 0 1   3 H s                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      á             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   á ġ Ρ ӡ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӡ ԡ ա                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T U r                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ¢             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¢ â ͢ Ң             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ң Ӣ Ԣ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W X                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˣ У             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   У ѣ ۣ ࣹ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ࣹ ᣹ ⣹  , <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                                          s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ä Ȥ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȥ ɤ Ӥ ؤ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؤ ٤ 䤹 餹             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   餹 ꤹ               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      g  ҥ ॹ                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 4 [ i y                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ꦹ                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L |                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǧ ̧             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̧ ͧ ק ܧ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܧ ݧ ާ   "                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e f Ҩ Ө                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c d                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ©             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   © é Ω ө             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ө ԩ ީ 㩹             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   㩹 䩹 婹   /                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȫ ͪ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͪ Ϊ ٪ ު             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ު ߪ 骹              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    調   4 Y | } ӫ ԫ ᫹ ⫹ 㫹                                                                                                                                                                                          gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   㫹   !   Ѭ Ҭ Ӭ 謹   % / 0 b c t            Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ     Ҭ Ӭ ݬ 謹  % /                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	/ 0                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   1 2  ߮  : J [ k l                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd_ 	  $If   gd_       % > m |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ͯ ί ϯ ⯹ 㯹  l m n   ð İ ǰ а N P ` a    , D ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  m n  ð İ Ű ư |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ư ǰ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ǰ а   h Ǳ ұ   ! 6 N O                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  O P a  |            s            s                                                                                                                                                                                           	  $If   gd_   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           D ӳ Գ   , -   |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D ӳ Գ   + , - K   ܴ 	   2 d e o y z   ϵ       0 1 T V f g w ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ ' 2 e o y                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  y z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z  ϵ ᵹ                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D E T e      ˷   0 1 U                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  U V g   i  깹 |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x       ظ  3 h   ȹ 鹹 깹    ;  ̺ ͺ κ ߺ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  깹 빹 칹      κ ູ ẹ 뺹 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd{	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߺ ẹ  ( ) 3 = > c d       # ` |            " # . b ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !뺹  ) 3 =                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  = >                                        kd5
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   , - | }                                                                                                    Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
     . Ľ 轹   ¹ ¹             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  b c n o     Ľ 轹 ¹ ¹ ù ù ;ǹ Mǹ ˹ .˹ d˹ f˹ {˹ }˹ ̹ ̹ ̹  ̹ ̹ ̹ q͹ ͹ ͹ ,ι ι Ϲ Ϲ Ϲ й й Oҹ vҹ ҹ ҹ ҹ ҹ ӹ ӹ ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jQ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -¹ ù ù ù EŹ FŹ ƹ ƹ :ǹ ;ǹ Mǹ ȹ ȹ ˹ ˹ 0˹ }˹ ̹  ̹ ̹ ̹ q͹ ͹ ͹ ͹ ι ι                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ι ,ι -ι 2ι :ι ?ι             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ?ι @ι Eι Mι Yι o            f            f            f                                                                                                                                                	  $If   gd_    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Yι Zι _ι fι kι o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at kι lι qι xι ι o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ι ι ι ι ι o            f            f            f                                                                                                                                                	  $If   gd_    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ι ι ι ι ι o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ι ι ι ι ι o            f            f            f                                                                                                                                                	  $If   gd_    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ι ι ι ι ι o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ι ι ι ι Ϲ Ϲ й й zҹ {ҹ 8ӹ 9ӹ ӹ o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ӹ ӹ ӹ ӹ ӹ ܹ ܹ ߹ ߹   ^             & 0 1 = ^ _      k m } ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %ӹ ӹ Թ Թ Թ Թ hչ iչ չ |׹ }׹ ع ع ع aڹ bڹ ڹ ܹ ܹ ݹ ݹ ޹  ߹ 
߹ ߹ '߹ 8߹                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  8߹ I߹ Z߹ k߹ |߹ }߹ ߹ ߹ ߹ ߹ ߹ ߹ 
    - .       j k   % U                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  U V   ^ _          & 0                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  0 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    8 v      k l                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
l m ~  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } ~          , - 7 A B N o p      ,  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5         - 7 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  A B                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A   +                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_                # $ 0 Q R y z {    ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              # |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # $                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ R x y z { } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    % e   x                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd_ 	  $If   gd_   x                   * 4 5 A b c   ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                * 4 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4 5                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 c                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_      
     & - . / 0 E w x           îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    : y   
                                                                                                                           f                           kd
" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_     . / 0 : E x                           s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                     @ A K U V b ~ п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 ? f      7                                                                                                                           f                           kd)& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_           A                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	A K U                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  U V                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_  ~              " # $ % & ' 3 7 W = P ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     -    "                                                                                     s                                                                                              kdE* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
" # $ % & ' W  	 =    5 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
P       4 H      !  "  ,  6  7  O  Y  Z  [  ^  _  ~                  õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !5      "  ,  6                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6  7                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7  _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_                                             kd
- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Y l                                                                    f                                    [            [                     
  $If   gd_ K$  kda. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  Y                     * 4 5 6 8 9 : \ ] ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a     : ] p      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd50 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]      3 4 5 6 F G x ~           ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 5 6 G x                                                               f                                    [            [                     
  $If   gd_ K$  kdC2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a        ' : M N O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd15 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          L M P Y J K   1 2 3 4 D E F      ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ O P                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y  8 K 1 2 3 4 E                                                                                      Y                                          kd?7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
 	    0 E W q         -                                                                                                                                                                                                                      	  $If   gd_  S  kd7 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$  	                 	 !	 $	 -	 9	 	 "
 9
 :
 ;
 <
 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  - G W q                                                                                                                                                                                                                                                         
& F$ $If   gd_  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       	 !	 "	 #	 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       #	 $	                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $	 -	 	 	 :
 ;
 <
 M
 
 
 
                                                             f                                    [            [                     
  $If   gd_ K$  kd+; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
<
 L
 M
 k
 s
 
 
 
 
 
  ! " # ; E F G I J K X b c     A
 
 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 
 
 
 
 
 
    0 J d l                                                                                                                                                                                                                             
  $If   gd_ K$	  $If   gd_  S  kd; $If   K$L$l 0   
L 
                                 
t                                4   4 
l a       ! "                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdw< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  " # K c v      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 A
 ^
 
 
                                                                                                       f                                                   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  
                 4 5     þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ    5 Z m     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I q                                                                                                        Y                              kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
 H J              % & ' ) * + ,    νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ     + , Q d w                 s                                                                                                                                                                 kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdSC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ~   2     7                                                                                     Y                                          kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
  } 2       7 8 > ? G I       ' ( ) A K L M O P Q ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 7 8 ? H I Q f {       
 " 7                                                                                                                                                                                                         	  $If   gd_  S  kdaE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  7 I c }                                                                                                                                                                                                                                                      	  $If   gd_  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_     ( |            s            s                                                                                                                                                                                           	  $If   gd_   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ) Q R e x      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd?G $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Q R d e     v f g h x y     ) ] _ e f n p i k ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ                                           kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 v   &  f g h y                                                                                                 f                                                        kd[I $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
y  _ f o p x        (                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ( B S m u        % ? P j k                                                                                                                                                                                                                            S  kdJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  k l m                      s                                                                                                                                                                 kd9K $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  k l m                          {! |! e" z" |" }" Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ                                          kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   }    V    !! |! &" |" }" " " # )# Y# # # # $ =$ q$                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  }" " # # # # A$ T$ X$ p$ q$ r$ $ $ $ $ $ $ $ '' )' *' +' ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   q$ r$ $ $ $ $ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdGM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ 
% % 1% K% e% v% % % % % %  & & &                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdN $If   K$L$l 0                     x                
t                                4   4 
l a   & 2& G& Y& s& & & & & & & ' (' )' *'                                                                                                                                                                                                                   	  $If   gd_  S  kdN $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  *' +' S' T' g' z' ' ' ' ' ' |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd%O $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+' C' M' N' R' S' T' f' g' ' ' ' ' }( ( v) ) ) =* R* .+ C+ + + b, w, x, y, , , ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ ' '                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' }( w) ) U* b* * F+ + y, , , , , #- :- Y- x- - -                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  , , , , >- Q- ]- p- |- - - - - - - - - - . . . . !. g0 i0 j0 k0 0 0 0 0 ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  - - - . .  . |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdAQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        . !. ). ;. M. _. q. . . . . . . / / -/ D/ E/                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdQ $If   K$L$l 0                                     
t                                4   4 
l a   E/ M/ _/ q/ / / / / / / 0 0 *0 @0 Q0 h0 i0                                                                                                                                                                                                                            S  kdR $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  i0 j0 k0 0 0 0 0 0 0 0 0 0             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0 0 0 0 0 0 0 0  1 2 D2 2 3 3 
4 )4 4 4 5 6 6 6 7 Q8 8 y9 9 9 ; < $< 0< C< < 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !0 0                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0  1 2 2 3 *4 4 4 -5 L5 5 5 5 6 47 S8 {9 9 9 9 ; ;                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  ; ; 
< ,< K< < < < < = = =                                                                                                             f                                       kd-U $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  < < < < < < < < = = = = \= ]= ^= = = = = = = = > > > > ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  = ]= ^= = = = = =             s                                                                                                                                                                                     kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  = =                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = > *> +> M> o> > > >                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  > > > 
? 2? |            s            s            s                                                                                                                                                                          	  $If   gd_   kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > > > 1? 2? 3? 4? 5? A? E? I? P? o? UA hA A A A A B B LB `B B B qE }E E E F F :F MF ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  2? 3? 4? 5? o? A !A UA A A B MB B |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B DC C C D D pE qE E F F :F |F F F 2G G G G G G H )H 3H                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  MF |F F F F F F 1G EG G G G G G H H )H 3H 4H LH VH WH [H \H ]H oH pH H H H H H H H H H "J #J $J 4J 5J õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (3H 4H                                        kdiY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4H \H ]H pH H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  H H                                        kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H !I XI I I I I #J $J 5J                                                                                                             f                                       kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  5J 6J 7J _J `J sJ J J J J J             s                                                                                                                                                                      kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
5J 6J 7J OJ YJ ZJ ^J _J `J rJ sJ J J J J J J J J }K ~K K K K K K K K K K K K K K K K L L ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %J J                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J J ~K K K K                                                 f                                                                                                                       kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  K K K K K K K L 	L 
L |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
L L                                        kdM` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L L L UL VL L L L L L L L M M M M M M (M )M ;M <M aM bM fM oM M M N N N N N N N N N N 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %L L 2L VL L L L L                                                 f                                                                                                                       kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  L L M M )M <M OM bM dM eM |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd[b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	eM fM                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fM oM M N N N N N                                                 f                                                                                                                       kdid $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  N N N N uO vO O O O P P P >Q |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd#e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N tO uO vO O O O O )P P P Q >Q QQ tQ Q Q Q Q Q Q Q Q R 3R FR tR uR R R ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  >Q uQ Q Q 3R uR R S PS S S S S S S S T                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  R R  S S OS cS S S S S S S S T T T &T 'T +T ,T -T 5T RT dT eT T T T T T T շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\T T                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               T ,T -T RT eT xT T T T                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  T T                                        kd1g $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               T T U MU _U U U U V V "V OV                                                                                                 f                                                   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  T U U U U U U U U V V V !V "V %V :V CV MV OV UV VV ]V _V tV uV V V V V ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ OV VV ^V _V uV V V V                                                             R            I                                   	  $If   gd_ Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd?i $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ V V V V V V V V V  W W |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdYj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
V V V V V V V V V V V V V W  W !W 0W W \X fX gX X X X X X X X X X ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ W W                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               W  W W W W W X $X \X gX X X X X X X                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  X X X Y Y Y Y @Y FY GY NY PY YY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  X X Y @Y GY OY |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdgl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       OY PY Y Y Y Y                                     R            I                                                                     	  $If   gd_ Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd!m $If   K$L$l 0                                     
t                              4   4 
l a   Y Y Y Y Y Y Y Z Z Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd;n $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z Z                                        kdn $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Z Z Z Z Z Z :[ E[ d[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Z Z Z ,Z Z :[ D[ E[ c[ d[ w[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 [ [ [ \ |            s            s                                                                                                                                                                                           	  $If   gd_   kdIp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ \ \ /\ 9\ :\ >\ ?\ @\ R\ S\ e\ f\ \ \ \ \ \ \ ] ] ] ] ] h^ r^ s^ ^ ^ ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    \ \ ?\ @\ S\ f\ y\ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kdq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ \ ] E] ] ] ^ -^ h^ s^ ^ ^ ^  _                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
^ ^ ^ ^ ^ ^ ^ ^ ^  _ _ _ _ _ *_ 3_ =_ >_ ?_ @_ A_ B_ i_ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f   _ _ _ ?_ |            s            s                                                                                                                                                                                           	  $If   gd_   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?_ @_ A_ B_ i_ j_ _ \` ` ` ` 4a oa pa |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i_ v_ z_ _ \` ` ` ` ` 4a pa |a a a b b b b b b c }c c c c c e e e e "f f f g g g g Bg h h h h h h 9j gj hj j j 4k k k !l ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4pa a b b b b b c }c c c c e e e "f f g g Bg g g ,h Ah ]h mh h h h h                                                                                                                                                                                                                                                                                                                                                                   gd_  h 9j hj j j 4k k k !l `l l l l m m  m ,m ?m Cm                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  !l l l l l m m m ?m Bm Cm Jm Km m m m m m n pn n n #o $o o o o o p p :p gp hp mp p q Hr Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Cm Dm Em Fm Gm Hm Im Jm Km M            H            H            H            H            H            H            H                   gd_   kdt $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   Km _m fm km {m |m m m                                                 _            V            V                                                             	 $If   gd_    kd#u $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  m m m m                                                                                                                                                                                                                                                          	 $If   gd_  o  kdu $$If   l       0   T# T                 .                
t  0                                                              4 
l al  m m m m m m m m                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdv $$If   l       0   T# T                 .                
t  0                                                              4 
l al  m m m n n 2            )            )            )                      	 $If   gd_    kd2w $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     n jn kn pn n n n             [                                                                                                                                           kd_x $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  n n n $o (o zo d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd(y $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  zo {o o o o o d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdy $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  o o o p 
p 4p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdz $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  4p 5p :p hp mp p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p p p p p p p d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdL| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p  q q 
q n            e            e                                                                                                                                                               	 $If   gd_    kd} $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           
q q q q                                                                                                                                                                                                                                                	 $If   gd_  t  kd} $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  q q q -q 2q :q Aq Hq Tq                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Tq Uq                                             kd$ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Uq `q dq kq rq sq tq uq                                                             A                                  kd} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  uq vq wq xq yq zq {q |q                                                 A                                              kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  |q }q ~q q q q q                                     A            <            7                  gd_    gd_    kd; $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  q Ir Jr cr dr }r r r r r                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	Hr Ir Jr Pr Qr cr dr r r r r r r r r r r r r r r s s .s /s Fs Gs Hs Ls Ms js ks ls xs ys s St u u v v v v 춥x                          /jL hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *r r r r r r r                                     a                                                                                                                             E  kd؃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdy $$If   l 0 
" R                                                           4 
l a   r r r r r r r                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd7 $$If   l 0 
" R                                                           4 
l a   r r r r r r s                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   s s !s .s /s 9s Fs                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   Fs Gs Hs Is Js Ks Ls                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdq $$If   l 0 
" R                                                           4 
l a   Ls Ms Zs [s is js l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdІ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   js ks ls ys s Rt St Eu Fu v v l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
v v v w w w w -w .w 2w 3w 5w ]w ^w w w w w x 
x x x `x bx tx ux x x x x x x x x x j| k| w|       w x Ԁ Հ 瀺 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0v 5w >w ^w w w x 
x x ax                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	ax bx ux x x x x                                     N                                                                                       S  kd> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   x x x x 3y y z z t{ u{ j| k| w| | U} } ,~ ~ ~                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdЊ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ~ ~   w x  Ԁ Հ 耺 N O ` ~  	 + D ` z {   $ %   χ                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  瀺 耺 _ ` p x M O ` } ~  e   # % D χ 出 釺   G H ] ^             	 ۵۵۵ۭۜۋzrgrrr       jF h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'χ ۇ ꇺ   H ^                                      j                                                                                                                                           kdb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_     눺  /     Q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdԋ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Q  p q    ^ _   \ ] ˏ ̏   P Q k | , 撺 - .                                                                                                                                                                                                                                                                                                                                   
& F gd_   $ $gd_    gd_   
& FR gd_  	 
     ^ _  [   + , 7 8 H I M N O P Q Z k |    / -    ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !    3 4 H                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd{ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    J n o r s y z     Ӗ Ԗ    
 ) * K L c d z {           
 B [    $ 6 	 ! V   Ҝ  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3H I J S a n o                                                             5            v  kdԎ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kda $$If   l   l '{6    4   4 
l a] p
         o p q r s w x y                                     t                                                                                                                                                             v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  y z                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdϐ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ˖ ͖ Ӗ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ӗ Ԗ 疺 閺                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdВ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          
 " $ )                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ) * D F K                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K L [ ] c                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdє $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c d r t z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z {                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdҖ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   B \   ך                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ך 뚺  7 k ~  Л  " V p   Ӝ   	 
 , 5 6 L r     ឺ ➺                                                                                                                                                                                                                                                                                                                                                                   gd_   
  * + , L b   Ȟ     @ a r  ҟ  f {      à 頺 ꠺    пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ➺    ! " @ p q r   ҟ 蟺   e f p {                                                                                                                                                                                                                                                                                                                                           
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_    à                                     kd( $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               à ꠺    4 J ` b y                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	  3 4 I J _ ` z    $ % D E F G m n s |     ˣ ̣ ͣ Σ  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ y z                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               z      ߡ       %                                                                                                                                     q                            kd֚ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
% E F G n o p q r             q            l                                                                                                                                                       gd_    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  r s                                     kdP $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               s |     ͢ 颺 ꢺ  ' @ U j                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_     ̣ z            q            q                                                                                                                                                                                       	  $If   gd_    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ̣ ͣ Σ      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                   줺    I U q }      
 , - 0 : P  ܦ ݦ  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd! $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 " # 7 8 Z v w                                                                                                                 q                                                         kdx $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_       鷺   z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd5 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 D E    
 -                                                             q                                                                                                                             kdI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  - . / 0 P ݦ  ' ( 2 = z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ( = o p z     ӧ 觺 駺  &        F G H g h i j k n w Ӫ 㪺 䪺 ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #= p z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_                                           kdѤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ӧ 駺 맺                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_                                           kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                &      \     G                                                                                                 s                                                                        kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  G H i j k l m |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w Ҫ Ӫ 䪺                          s                                                                                                                                                                                   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  䪺      
 , 7   Ѯ  0    /    =  ۱ 7 V p       9     ! @  η , K   о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -    	 
 7 ׫ ث  $ . 9 C |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C D   Ӭ ꬺ   S  έ ϭ   Ѯ 殺   /                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdҬ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˯ Я             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdבֿ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Я ѯ ܯ ᯺             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ᯺ ⯺ 쯺              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        .                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdʯ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q r                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd簌 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ð             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ð İ ΰ Ӱ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӱ ԰ ߰ 䰺             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   䰺 尺 ﰺ              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd² $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd߳ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~    ʱ ڱ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڱ ۱ 決 뱺             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   뱺 챺               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      7 E U                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd׶ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       N p ~                                                              s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˳ г             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdϹ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   г ѳ ҳ                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd캌 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ´ Ǵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǼ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǵ ȴ Ӵ ش             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ش ٴ 㴺 贺             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   贺 鴺 괺  ( 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd佌 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ̵ ѵ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ѵ ҵ ܵ ᵺ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ᵺ ⵺               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      p q                                                                s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʶ ϶             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϶ ж ڶ ߶             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߶ ය 붺              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! / ?                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kduÌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdÌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3Č $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdČ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdČ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ͷ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdPŌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͷ η ٷ ޷             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdŌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޷ ߷ 鷺              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ﷺ               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmƌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdƌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      , : J                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd+ǌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHȌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdȌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ҹ    q r     )                                                                                                                                                                                        gd_  z  kdɌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       * ^ o p q    ú ͺ κ     $ % 6 7 Q Z - / ? @ P Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ) * ^ p q {   ú ͺ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	ͺ κ                                        kdeɌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               κ  % 7 9 P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  P Q                                        kdʌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Z   ϻ л  }  ؼ 輺  	 
 .                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  . / @   ý ܽ  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd
̌ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q k l m    
   1 2 a b e n 쿺         ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ǰ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ    2 a b c d |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdL͌ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d e                                        kdΌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e n    e p    Կ 쿺                                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kdZό $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            q r     º º |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdЌ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        q r       /º Dº zº º º º º ú ú 
ú ú ú =ú >ú mú ú ú ú ú Sĺ Vĺ ź ź ź ź ƺ ƺ ƺ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $º º º ú 
ú ú                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  ú ú                                        kdЌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ú >ú mú ú ú ú ú                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ú ú                                        kd"Ҍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ú ú ú ú ú ĺ ;ĺ <ĺ ĺ (ź Hź iź ź ź ź ź ź                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ź ź ƺ Vƺ ƺ Ǻ EǺ Ǻ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdvӌ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ƺ ƺ 0ƺ 1ƺ 2ƺ Eƺ Fƺ Uƺ vƺ ƺ ƺ Ǻ #Ǻ DǺ fǺ Ǻ Ǻ Ǻ Ǻ Ǻ Ǻ 8Ⱥ jȺ kȺ lȺ }Ⱥ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j0Ԍ h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Ǻ Ǻ Ǻ Ǻ Ǻ Ǻ 7Ⱥ 8Ⱥ lȺ ~Ⱥ Ⱥ Ⱥ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdԌ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }Ⱥ Ⱥ Ⱥ Ⱥ Ⱥ Ⱥ Ⱥ Ⱥ ɺ ɺ *ɺ ;ɺ <ɺ ?ɺ Hɺ ɺ ɺ ɺ ʺ 2ʺ 3ʺ ;ʺ =ʺ Mʺ Nʺ ʺ ʺ ʺ ʺ ʺ ʺ ʺ ʺ  ˺ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !Ⱥ Ⱥ Ⱥ Ⱥ Ⱥ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  Ⱥ Ⱥ                                        kdoՌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ⱥ ɺ *ɺ <ɺ =ɺ >ɺ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  >ɺ ?ɺ                                        kd֌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?ɺ Hɺ ɺ ɺ ɺ ɺ ʺ ʺ <ʺ =ʺ Nʺ                                                                                                 Y                              kd، $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
Nʺ ʺ ʺ ʺ ʺ ʺ b˺ ˺ ͺ ͺ Sк `к             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd، $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   ˺ ˺ ˺ 
˺ ˺ ˺ "˺ #˺ b˺ ˺ Sк `к Ѻ Ѻ Ժ Ժ غ غ ٺ ٺ ٺ ٺ ٺ ٺ ٺ ٺ (ں *ں ۺ $ۺ ۺ ۺ ܺ ܺ .ݺ 2ݺ b޺ ޺ ߺ  { |     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j݌ hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jٌ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -`к Ѻ Ѻ Ѻ Һ Һ Ӻ Ӻ Ժ Ժ Ժ Qֺ Rֺ غ غ غ ٺ ٺ ٺ )ں *ں ۺ $ۺ ۺ ۺ ۺ ۺ                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  ۺ ۺ ۺ ۺ ۺ ۺ             f                                                                                                                                                                      kdٌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  ۺ ۺ ۺ ۺ ۺ o            f            f            f                                                                                                                                                	  $If   gd_    kd`ڌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ۺ ۺ ۺ ܺ 	ܺ o            f            f            f                                                                                                                                                	  $If   gd_    kdڌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	ܺ 
ܺ ܺ ܺ "ܺ o            f            f            f                                                                                                                                                	  $If   gd_    kd<ی $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "ܺ #ܺ +ܺ 3ܺ 8ܺ o            f            f            f                                                                                                                                                	  $If   gd_    kdی $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8ܺ 9ܺ Aܺ Iܺ Uܺ o            f            f            f                                                                                                                                                	  $If   gd_    kd܌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Uܺ Vܺ ^ܺ eܺ jܺ o            f            f            f                                                                                                                                                	  $If   gd_    kd܌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at jܺ kܺ sܺ zܺ ܺ o            f            f            f                                                                                                                                                	  $If   gd_    kd܌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ܺ ܺ ܺ ܺ *ݺ +ݺ ޺ ޺     0 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdb݌ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    0 <  ) p { r   $ 4 @ A M Q m q r          . / 0 4 = 	   ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %0 <   o p   Y   # $ u      ) o p                                                                                                                                                                                                                                                                                                                                            h^hgd_   
& F  gd_    gd_   gd_     	   . A X o p {   I J     r    	 h                                                                                                                                                                                                                                                                                                                                                                gd_    gd_    =    $ 4 A m q r |                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_                                           kdKތ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / 0 2 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  3 4                                        kdߌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 = |     < G    	 
                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
   S |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         R S T V b f          
  3 4 5 9 B  2 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 S T U V       |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 4 5 7 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  8 9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B      C  2 B C                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  2 B D T U [ b c d e z             &   ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    C D U c |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c d e o z    |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & e q     '     & '                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_     & ( 8 9 ? F G H I J V Z u v           ) * ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    ' ( 9 G |            s            s                                                                                                                                                                                           	  $If   gd_   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G H I J v      |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( ) * + - .                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  * + / 8               * + 7 X Y c    îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  . /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8 w     7 o                                                                                                                            f                           kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_            *                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	* +                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_         / 0 6 = > ? @ z             п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    2 R                                                                                                                              f                           kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_   0 > ? @ z                             s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_      9 B C D E {	 |	 }	 	 	 	 	 	 	 	 	 	 	 	   ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 8 9                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B D E V   |	 }	 	 	                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
	 	 	 	 	 	 	     T   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  0 S g     !
 5
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 
   / 0 h i    õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ ! "
 w
 x
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
  0 C V i k                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd_                                           kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 7 8 9 J w ~                                                              f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
  7 8 9 I J M b k u w } ~                  ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a        ! 4 G H I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 F G J S v          % ' < = L N T U V ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J I J                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J S v        &                                                             f                                    [            [                     
  $If   gd_ K$  kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
& ' = M N O P                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a   P Q R S T U                                     R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   U V ~        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdk  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V n x y z | } ~                  P Y p   ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 4                                                                                             Y                                          kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
         ) 9 S m u                                                                                                                                                                                                                          	  $If   gd_  S  kd3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$     ) * + , D N O P R S T s t      6      ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ      ) * +                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  + , T t      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 6 d     5 < E                                                             f                                    [            [                     
  $If   gd_ K$  kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
   	  5 ; < D F                L M P Y   ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 E F N c x       
  4 F ` z                                                                                                                                                                                                                        
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_       ' : M N O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	O P                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y   C  * + , - >                                                                                                  f                                                   kdQ
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_   ( + , - = >             0 1 4 = þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ        1 2 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 4                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 =   R  9 : ; < M                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
=   Q R  9 : ; < L M            :  ;  >  νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  M          (  ;  <  =              s                                                                                                                                                                 kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  =  >                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >  G  ! C! ! ! o" p" q" " "                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
>  G  ! ! m" o" p" q" " " " " " " " " ^$ `$ a$ b$ r$ s$ $ $ $ $ $ $ $ $ $ $ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 " " " " " " # # +# E# _# o# # # # # #                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  # # $ $ +$ E$ _$ `$ a$                                                                                                                                                                                                                                                 	  $If   gd_  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a$ b$ s$ $ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ % % )% <% O% P% Q% |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdy $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
$ $ % % N% O% R% [% & ( ( ( ( ( #( (( =( ( ( ( ( ) ) ) ) + 	+ ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  Q% R%                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R% [% & t& & & W' ( ( ( (                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
( ( ( ) 
) ) ) +) @) U) g) ) ) ) )                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdO $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  ) ) ) * * (* =* R* d* ~* * * * * * + 	+                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  	+ 
+ + 3+ 4+ G+ Z+ m+ + + + +             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	+ 
+ + #+ -+ .+ /+ 1+ 2+ 3+ 4+ F+ G+ + + + + c, , , , , m- n- S. h. / / 0 0 0 0 Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ + +                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + c, , - n- - - j. . / / 0 0 "0 a0 0 0 0 #1 W1 1 1 1 2                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  0 "0 '1 :1 >1 V1 1 1 1 2 2 2  2 !2 e2 k2 l2 t2 v2 4 4 4 4 ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   2 2 !2 e2 l2 u2 |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       u2 v2 ~2 2 2 2 2 2 3 3 .3 H3 Y3 s3 3 3 3 3                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd; $If   K$L$l 0                     x                
t                                4   4 
l a   3 3 3 3 4 +4 <4 V4 p4 4 4 4 4 4 4                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4 4 4 4 5 5 +5 >5 Q5 R5 S5 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd_ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
4 4 4 4 4 4 4 5 5 P5 Q5 T5 ]5 6 G6 7 e7 z7 7 7 8 8 H9 ]9  : : : : : b: ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ S5 T5                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T5 ]5 6 7 }7 7  8 m8 8 `9 : : ^: }: : : : : ; W; X;                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  b: u: : : : : : ; ; -; 5; N; V; W; X; Y; i; j; ; ; ; ; ; > > > 	> !> +> ,> 0> ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  X; Y; j; ; ; ; |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ; < &< =< T< e< |< < < < < < <                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd5 $If   K$L$l 0                                     
t                                4   4 
l a   < < < = != 3= J= a= x= = = = = = = > >                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  > > 	> 1> 2> E> X> k> ~> > > >             s                                                                                                                                                                 kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  0> 1> 2> D> E> > > > > ? ? x@ @ JA A A )B EB C )D D D FE E sF G nG G +I I I I I -J 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !> >                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > ? x@ JA A FB B B B GC eC C )D D E G G G G *I +I                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  +I kI I I I )J HJ gJ J J J J                                                                                                             f                                       kdg  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  -J @J LJ _J kJ ~J J J J J J J J J J K  K !K %K &K *K 3K PL eL fL gL ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  J J J  K !K &K (K )K             s                                                                                                                                                                                     kd!! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  )K *K                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *K 3K @K bK K K K K K 
L /L QL fL                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  fL gL xL L L |            s            s            s                                                                                                                                                                          	  $If   gd_   kd/# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gL wL xL L L L L L L L L L 
M N O 5O HO kO O O O O O 9P MP S S S FS S S S S ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  L L L L 
M N N N 5O lO O O :P |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :P P P P Q Q IR JR S S FS S S S T QT T T U tU uU U U U U U                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  S T -T PT dT T T T T U 2U tU uU U U U U U U U U U U U U 
V V  V !V 3V 4V FV GV KV TV V W W W W W õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (U U                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U U V !V 4V GV IV JV                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  JV KV                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KV TV V V V $W BW \W W W W W                                                                                                             f                                       kdK' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  W W W W W X $X 7X JX LX MX             s                                                                                                                                                                      kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
W W W W W W W W W X X #X $X IX JX NX WX X X Y Y Y -Y .Y /Y 0Y HY RY SY WY XY YY kY lY ~Y Y Y Y ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %MX NX                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               NX WX uX X Y Y .Y /Y                                                 f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  /Y 0Y XY YY lY Y Y Y Y Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y Y                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Y vZ wZ xZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z  [ [ 
[ 0[ 1[ [ [ @\ A\ B\ R\ S\ T\ U\ b\ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Y Y Y Y wZ xZ Z Z                                                 f                                                                                                                       kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  Z Z Z Z Z Z Z  [ [ [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ [                                        kdO. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ 
[ 1[ [ A\ B\ S\ T\                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  T\ U\ V\ \ ] ] ;] <] m] e^ f^ ^ ^ |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd]0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b\ f\ \ ] ] ] ;] H] L] m] ] f^ ^ ^ ^ ^ _ &_ J_ K_ ^_ p_ q_ _ _ _ _ _ ` ` &` W` ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ^ _ K_ _ _ ` X` ` ` Ca Da Ea Oa Za a a a                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  W` k` ` ` ` a Ba Da Ea Za a a a a a a a a a a a a a b b (b )b Bb Kb Lb [b շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\a a                                        kd1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               a a a a b b )b +b Ab                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  Ab Bb                                        kdk2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Bb Kb b b b 5c @c lc c c c c                                                                                                 f                                                   kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  [b b 5c @c Sc cc lc sc yc c c c c c c c c c c c c c c d d "d $d %d &d ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ c c c c d #d $d %d                                                             R            I                                   	  $If   gd_ Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdy4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ %d &d Nd Od bd ud d d d d d |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
&d >d Hd Id Md Nd Od ad bd td ud d d d d d d ,e e f f #f $f ?f of xf f f f f ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ d d                                        kdM6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d d -e He ye e e e e f $f @f Rf xf f f                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  f f f f f f f f f f f f f g g 3g 4g 6g 7g 8g Pg Zg [g _g `g ag sg tg g g g g g пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  f f f f f f |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f g 5g 6g 7g                                     R            I                                                                     	  $If   gd_ Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd[8 $If   K$L$l 0                                     
t                              4   4 
l a   7g 8g `g ag tg g g g g g |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdu9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g g                                        kd/: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g g )h Qh h h h h i -i oi si ti ui                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
g g g g (h h h h i i i $i ,i -i 4i :i ni oi ri si ti ui vi i i i i i i i زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ui vi i i |            s            s                                                                                                                                                                                           	  $If   gd_   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i i i i i i i i i i i j j )j *j .j 7j 8j Gj j j Tk Xk k l l l /l 0l ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    i i i i i j j *j ,j -j |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd=< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-j .j                                        kd< $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               .j 7j j j Uk k k k l l 0l [l l l                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
0l Cl Rl Zl [l bl hl l l l l l l l l l l l l l l l m 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  l l l l |            s            s                                                                                                                                                                                           	  $If   gd_   kdK> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l m m Cm m ,n -n fn n 
o o |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
m m m Cm m ,n 9n =n fn n o o o @o o )p ~p p p p p q Kq Wq [q q Us s s s s qt rt t t t t t v Fv Gv ]v av v w x x ?x x x +y gy y ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4o @o o (p )p ~p p p q Jq Kq q Us s s s rt t t t u u u u u v v Fv Gv v                                                                                                                                                                                                                                                                                                                                                                   gd_  v w x ?x x x +y gy y y 5z z z z z z z z z                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  y 5z 9z z z z z z z z z z z 7{ 8{ 9{ :{ v{ { | ;| | | | } I} J} n} } } } ~ ~ ~ 0~ 4  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $z z z z z z z z z M            H            H            H            H            H            H            H                   gd_   kd? $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   z z { 	{ { { ){ *{                                                 _            V            V                                                             	 $If   gd_    kd]@ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  *{ +{ 7{ 8{                                                                                                                                                                                                                                                          	 $If   gd_  o  kd2A $$If   l       0   T# T                 .                
t  0                                                              4 
l al  8{ 9{ :{ E{ I{ \{ d{ p{                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdA $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p{ q{ v{ { { 2            )            )            )                      	 $If   gd_    kdlB $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     { | 	| | ;| @| |             [                                                                                                                                           kdC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  | | | | | } d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdbD $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  } } } J} N} h} d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd+E $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  h} i} n} } } } d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  } } } ~ ~ 1~ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  1~ 2~ 3~ =~ ~ ~ ~ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ~ ~ ~ ~ n            e            e                                                                                                                                                               	 $If   gd_    kdOH $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ~ ~ ~ ~                                                                                                                                                                                                                                                	 $If   gd_  t  kd$I $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~ ~ ~ ~ ~ ~ ~ ~ ~                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ~ ~                                             kd^J $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ~ ~  	                                                                 A                                  kdK $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kdL $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        4                                     A            <            7                  gd_    gd_    kduM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  4      , - A C                                                                                                                                                                                                                                                   E  kdTN $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       , - C D F G U V c d       ̀ ̀ 䀻 倻 总 ꀻ 뀻  	 
   )        춥x                          /jS hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *C D E F G O U                                     a                                                                                                                             E  kdO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdN $$If   l 0 
" R                                                           4 
l a   U V _ c d w                                      a                                                                                                                             E  kdO $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdqO $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdP $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd/P $$If   l 0 
" R                                                           4 
l a      ̀ ̀ ׀ 䀻                                     a                                                                                                                             E  kdLQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdP $$If   l 0 
" R                                                           4 
l a   䀻 倻 总 瀻 耻 逻 ꀻ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdQ $$If   l 0 
" R                                                           4 
l a   ꀻ 뀻     l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd
R $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a    	 
  )   セ 䂻   l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdR $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       ˄ ̄ Є ф ӄ   T U a b          7 9 I J       	  W Z o      r s  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /jS hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0 ӄ ܄  U b                                                                                                                                                                                                                                                           S  kdTT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	    8 9 J                                      N                                                                                       S  kdxU $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       ц h $ %    	    d ʋ 3                                                                                                                                                                                                                                  
& F
 gd_    gd_  S  kd
V $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     Z    T r s  쏻 폻   >  ɑ ⑻    " #  Ô ! " m                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_        돻 폻    >    #  Ô ┻ m     啻 敻   - . / K L W X Y ] ^    ۵۵۵ۭۜۋzrgrrr       jW h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'm y    敻  .                                     j                                                                                                                                           kdV $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  . / @   ͖ + , H   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdW $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 I   `         i j   !   	  ʟ  ˡ ̡ J K                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_              ɞ ʞ ՞ ֞ 枻 瞻 랻 잻 ힻ    	     ͠ ˡ J   ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /jNX hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ UjW h_ U !K    ѣ ң 棻                                                 e                                                                                                                        F  kd(Y $$If   l   l '{6    4   4 
l a] p
        F  kdX $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    裻  
     9 : Z [ q r     Ǥ Ȥ 餻 ꤻ     3 4 [ \ ] ^ _ = > J  ৻  - 3 6 ¨ Ԩ     Q p  ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3棻 磻 裻    
                                                             5            v  kdZ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdY $$If   l   l '{6    4   4 
l a] p
         
                                            t                                                                                                                                                             v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    1 3 9                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         9 : S U Z                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd	\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z [ i k q                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q r                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd_] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ¤ Ǥ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ǥ Ȥ ⤻ 䤻 餻                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd`_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         餻 ꤻ                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           , . 3                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdaa $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 ; @ [                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         [ \ ] ^ _ = > J   ৻  . A u                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u   ը 	  P n      R q     ʪ ӫ ԫ ꫻   2 3 L                                                                                                                                                                                                                                                                                                                                                                     gd_     Ȫ ɪ ʪ ꫻    1 f ~   ެ   D p    K L V ` a      пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ       ެ    D Z p        L V `                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ` a                                     kdbc $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               a     Ү 讻                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	  Ѯ Ү 箻 讻    !   ¯ ï ⯻ 㯻 䯻 寻     7 9 I J i j k l  Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kdd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ! C D X Y }       ï                                                                                                                                     q                            kdf $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ï 㯻 䯻 寻  
                q            l                                                                                                                                                       gd_    kdf $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kdg $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ; < P Q k    Ű ް   " # 8                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  8 9 J j z            q            q                                                                                                                                                                                       	  $If   gd_    kdh $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       j k l      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdi $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            ) + ; < [ \ ^     粻    : F     ʳ ˳ γ س  8 z {  ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "                                      kd[j $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   ձ ֱ    * + < \                                                                                                             q                                                         kdk $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  \ ] ^      z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdol $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd,m $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ⲻ 㲻     ˳                                                             q                                                                                                                             kdn $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ˳ ̳ ͳ γ  {  Ŵ ƴ д ۴ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd@o $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ƴ ۴ 
   " # C D q    ĵ Z > @ P Q   ䷻ 巻 添     	   q   ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #۴   "                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  " #                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # D q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_                                           kd_q $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ĵ \ ]     ? @ Q  巻                                                                                                 s                                                                        kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  巻 添   	 
  |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdms $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd't $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 p q                           s                                                                                                                                                                                   kd{u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         ʸ ո W X o  μ / N  ͽ 2 Q  ۾ Z y տ   -   &» E» » » @û _û >Ļ ]Ļ Ļ Ļ MŻ lŻ Ż Ż ǻ ǻ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -      ո u v  ¹ ̹ ׹ ṻ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd5v $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ṻ ⹻ B Y q     & l m W X o    ͼ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  ͼ μ ټ ޼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޼ ߼ 鼻              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdNw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ［               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      / = M                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdkx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ̽                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdFz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̽ ͽ ؽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ޽ 轻              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      2 @ P                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd!| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ʾ ھ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ھ ۾ 澻 뾻             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   뾻 쾻               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Z h x                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      տ 㿻                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdς $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7     ,                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd샍 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdǅ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd䆍 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      &» 4» D»                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D» E» P» U»             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U» V» `» e»             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e» f» q» v»             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v» w» » »             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   » » » » » »                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   » » » »             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   » » » »             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd܉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   » » û û             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   û 	û û û             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   û û û @û Nû ^û                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^û _û jû oû             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   oû pû zû û             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   û û û û             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   û û û û             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   û û û Ļ Ļ >Ļ LĻ \Ļ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdԌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \Ļ ]Ļ hĻ mĻ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mĻ nĻ xĻ }Ļ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }Ļ ~Ļ Ļ Ļ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ļ Ļ Ļ Ļ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ļ Ļ Ļ Ļ Ļ Ļ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ļ Ļ Ļ Ļ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ļ Ļ Ļ Ļ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ļ Ļ 
Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd̏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż  Ż !Ż MŻ [Ż kŻ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kŻ lŻ wŻ |Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd鐍 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |Ż }Ż Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż Ż Ż Ż Ż                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż Ż Ż             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdĒ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ż Ż ƻ 	ƻ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	ƻ 
ƻ ƻ ƻ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ƻ ƻ %ƻ *ƻ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdᓍ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *ƻ +ƻ ,ƻ Pƻ pƻ ƻ ƻ ƻ ǻ ǻ ǻ ǻ ǻ Bǻ ǻ                                                                                                                                                                                        gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǻ 0ǻ Bǻ ]ǻ ǻ ǻ 
Ȼ Ȼ Ȼ $Ȼ VȻ WȻ aȻ kȻ lȻ Ȼ Ȼ Ȼ Ȼ Ȼ Ȼ Ȼ Ȼ Ȼ ʻ ʻ ʻ ʻ ʻ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  ǻ ǻ ǻ Ȼ Ȼ Ȼ $Ȼ WȻ aȻ kȻ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	kȻ lȻ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lȻ Ȼ Ȼ Ȼ Ȼ Ȼ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Ȼ Ȼ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ȼ Ȼ Lɻ Mɻ mɻ nɻ ɻ ʻ Qʻ vʻ ʻ ʻ ʻ ʻ ʻ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  ʻ ʻ ʻ /˻ H˻ a˻ z˻ ˻ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʻ ʻ 	˻ 
˻ ˻ ˻ ˻ .˻ ˻ ˻ ˻ ˻ ˻ ˻  ̻ ̻ ̻ ͻ ͻ ͻ ͻ Sλ Tλ Wλ hλ λ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  ˻ ˻ ˻ ˻  ̻ ̻ ̻ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ̻ ̻                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̻ ̻ T̻ U̻ ̻ ͻ ͻ *ͻ Cͻ ]ͻ rͻ ͻ ͻ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  ͻ ͻ ͻ Tλ |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Tλ Uλ Vλ Wλ λ ϻ ϻ Dϻ Vϻ hϻ iϻ Xл Yл |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       λ ϻ ϻ Cϻ Dϻ gϻ hϻ iϻ ϻ ϻ ϻ л Eл Wл Yл nл л л л л л л л ѻ .ѻ /ѻ 2ѻ ;ѻ ѻ ѻ lӻ mӻ ӻ ӻ ӻ ӻ ӻ ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $Yл cл nл л л л                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  л л                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               л л ѻ ѻ /ѻ 0ѻ 1ѻ                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  1ѻ 2ѻ                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2ѻ ;ѻ ѻ ѻ ѻ ѻ ѻ ѻ Xһ һ һ ӻ -ӻ Jӻ lӻ mӻ ӻ                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  ӻ ӻ ӻ ӻ JԻ Ի Ի &ջ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ӻ ӻ ӻ ӻ ӻ ӻ ӻ ӻ Ի JԻ oԻ Ի Ի Ի ջ %ջ &ջ )ջ :ջ Pջ wջ ջ ֻ 	ֻ 
ֻ ֻ ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jj h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  &ջ 'ջ (ջ )ջ Oջ Pջ ջ ջ 
ֻ ֻ ֻ 'ֻ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ֻ ֻ 2ֻ dֻ eֻ oֻ yֻ zֻ ֻ ֻ ֻ ֻ ֻ ֻ ֻ Q׻ _׻ ׻ ׻ ׻ ׻ ׻ ׻ ׻ ׻ 6ػ 7ػ 9ػ :ػ Lػ ^ػ _ػ jػ ػ ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !'ֻ 2ֻ eֻ oֻ yֻ                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  yֻ zֻ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               zֻ ֻ ֻ ֻ ֻ ֻ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ֻ ֻ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֻ ֻ G׻ H׻ h׻ i׻ ׻ ׻ ׻ ׻ ׻                                                                                                 Y                              kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
׻ 7ػ 8ػ 9ػ :ػ jػ  ٻ $ٻ Yۻ Zۻ ݻ ݻ             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ػ ػ ػ ػ ػ ػ ػ ػ  ٻ $ٻ ݻ ݻ *߻ ;߻ w  W j     X Y [ \     4 h 7 >     !     2 3 C D ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jŤ hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -ݻ )߻ *߻ ;߻   B C v w    V W l  Y \     3 4 C U                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  U h i n v {             f                                                                                                                                                                      kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  { |    o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd䦍 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  	   $ o            f            f            f                                                                                                                                                	  $If   gd_    kd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ % & '     !   t u  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D G H        !           % W X b l m y           ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  V W 
            8   
  / < I V c t                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  t         
   I J   i j <  =   ! V    4 a                                                                                                                                                                                                                                                                                                                                                              gd_    gd_     +          % X b l                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  l m                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd٪ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  & M t     ( M                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd_ 	  $If   gd_  
    |            s            s                                                                                                                                                                                           	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              	 	  	 !	 6	 h	 i	 s	 }	 ~	 	 	 	 	 	 	 	 	 h  ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5      	 !	 +	 6	 i	 s	 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd笍 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s	 }	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  }	 ~	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~	 	 	 	 	 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 	 
 +
 R
 }
 
 
 g                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_              J K U _ ` l        L ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          
  K U _ |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ `                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 
 6
 a
 
 
 K                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd_ 	  $If   gd_  L                ) [ \ f p q }     ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             ) \ f p |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p q                                        kdٵ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_      I K [ \ b i j k l             ! " îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ! H v   
 I J K                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  K \ j k l v                             s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! " # % &                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  " # ' 0            2 4 5 J | }      п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  & '                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 o {     < s                                                                                                                           f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_        5 ? J }                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	}                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  
  $$If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_              + , ^ _ ` a b c o s  y  ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5                                          kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    3 i   , ^                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
^ _ ` a b c  D E y   * q |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     ) = p      + ] ^ h r s             ! * 6 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !q      + ^ h r                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  r s                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd_    !                                        kdÍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! *         $                                                             f                                    [            [                     
  $If   gd_ K$  kdč $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
6          	     # % : ; J L M N f p q r t u v   ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ $ % ; K L M                                     R            I                                                                     	  $If   gd_ Q  kdƍ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdō $If   K$L$l 0                                     
t                              4   4 
l a   M N v        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdƍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      o p q r               ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J                                          kdcǍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  B p q r                                                                 f                                    [            [                     
  $If   gd_ K$  kdȍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
                                           R                                                                                              Q  kdɍ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdqɍ $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd_ Q  kdˍ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdʍ $If   K$L$l 0                                     
t                              4   4 
l a      = > c v    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdˍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	        = >         :! S! m! n! o! p! ! ! ! ! ! " >" D" ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd_̍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  t    m! n! o! p! ! >"                                                                                     Y                                          kd͍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
>" E" N" O" W" l" " " " " " " # # (# =# O# i#                                                                                                                                                                                                                      	  $If   gd_  S  kdm΍ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ D" E" M" O" # # # # # # # # # # # $ $ \$ ]$ `$ i$ u$ $ ^% u% v% w% x% ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  i# # # # # # #                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd΍ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  # # # $ 7$ J$ ]$ ^$ _$ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdύ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _$ `$                                        kdKЍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `$ i$ $ % v% w% x% % % % %                                                             f                                    [            [                     
  $If   gd_ K$  kdэ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
x% % % % % % % % % % [' ]' ^' _' w' ' ' ' ' ' ' ' ' ' ' ' ' ' }( +) ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 % % % & & (& B& \& l& & & & & & & & ' ('                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdYҍ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   (' B' \' ]' ^'                                                                                                                                                                                                                                                                     	  $If   gd_  S  kdҍ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ^' _' ' ' ' ' ' ' ' ' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}Ӎ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' '                                        kd7ԍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' }( ( ( *) ) ) ) ) ) /*                                                                                                 f                                                   kdՍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  +) ) ) ) ) ) ) .* /* 0* H* R* S* T* V* W* X* p* q* * * * * þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ /* 0* X* q* * * * * * * |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdE֍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kd֍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * + + + 9, , , , , ,                                                                                                 Y                              kdS؍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
* + + + + 9, , , , , , , =- >- ?- W- a- b- c- e- f- g- h- - - - νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  , >- ?- g- h- - - - - - - -             s                                                                                                                                                                 kd
ٍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  - -                                        kdٍ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - . . %/ n/ 
0 0 0  0 s0                                                                                     Y                                          kdۍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
- - . n/ 0 
0 0 0 0  0 s0 t0 z0 {0 0 0 1 1 1  2 2 2 c2 d2 e2 }2 2 2 2 2 2 2 ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 s0 t0 {0 0 0 0 0 0 0 0 0 
1 '1 A1 I1 ^1 s1                                                                                                                                                                                                         	  $If   gd_  S  kdۍ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  s1 1 1 1 1 1 1 1 1                                                                                                                                                                                                                                                 	  $If   gd_  S  kdg܍ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  1  2 2 d2 |            s            s                                                                                                                                                                                           	  $If   gd_   kd܍ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d2 e2 2 2 2 2 2 2 2 2 2 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdݍ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
2 2 2 2 2 2 2 2 3 5 5 5 5 5 5 5 5 6 e6 6 6 6 6 6 6 8 8 ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  2 2                                        kd{ލ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 3 4 N4 b4 4 5 5 5 5                                                                                                 f                                                        kdߍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
5 6 6 6 6 6 6 6 6 6 7 7 97 J7 d7                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  d7 ~7 7 7 7 7 7 7 8 8 68 G8 a8 {8 8 8 8                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  8 8 8 8 8 8 8 9 9 19 29 39             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  8 8 8 8 8 8 8 8 8 8 8 8 8 09 19 49 =9 : 0: 1: W: X: ; ; ; < < < = = = = Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 39 49                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               49 =9 : X: : ; ?; ; < ]< < b= = = = = N> e> > > > !? M? y? ?                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  = = > > > > }? ? ? ? ? ? ? ? @ 	@ 
@ @ @ cB eB fB gB ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   ? ? ? @ 
@ @ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ 1@ F@ [@ m@ @ @ @ @ @ @ A "A <A DA YA                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdu $If   K$L$l 0                     x                
t                                4   4 
l a   YA nA A A A A A A B B 9B JB dB eB fB                                                                                                                                                                                                                   	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  fB gB B B B B B B B B B |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
gB B B B B B B B B B B B B C C D E E yE E jF F F F G G G G G  H ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ B B                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B C D E E E F F F G G G H :H _H vH H H H H                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_   H H H 2H zH H H H H H H H H H H H I I LI RI SI [I ]I K K K K K K K K ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  H H I LI SI \I |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \I ]I eI wI I I I I I I J J 1J BJ XJ iJ J J                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdo $If   K$L$l 0                                     
t                                4   4 
l a   J J J J J J J J K 'K >K UK fK |K K K K                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  K K K K K K K 	L L /L 1L 2L             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  K K K K K .L /L 3L <L NM M N HN N IO eO O O 7Q Q R 3R R S T T U !U V MW `W lW W W 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !2L 3L                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3L <L NM N N fO O P iP P P Q 5Q Q pR S T $U %U ,U V V                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  V 	W IW hW W W W X $X CX DX UX                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  W W W W 	X X (X ;X BX DX TX UX X X X X X X X X X X Y Z Z Z ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  UX X X X X X X X             s                                                                                                                                                                                     kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  X X                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X X  Y "Y DY fY gY Y Y Y Y Z                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  Z Z Z IZ nZ |            s            s            s                                                                                                                                                                          	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z mZ nZ oZ pZ qZ }Z Z Z Z Z \ \ \ \ 	] ] A] U] ] ] ] ] ` ` ` ` ?a Ba va a ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  nZ oZ pZ qZ Z [\ ]\ \ \ 
] B] ] ] |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ] -^ .^ ^ '_ (_ _ _ ` ` ` Aa Ba va a a 'b nb b c c c (c [c ec oc                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  a a a a b &b :b mb b b b c c (c Zc [c ec oc pc c c c c c c c c c c c c c c c c :d ^e _e `e pe qe õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (oc pc                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pc c c c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  c c                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c :d ]d d d d d 1e _e `e qe                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  qe re se e e e e e e e e             s                                                                                                                                                                      kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
qe re se e e e e e e e e e e e e e e 6f 7f f f f f f f f f f f f f f 	g 
g g g Bg Cg ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %e e                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e f 7f f f f f                                                 f                                                                                                                       kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  f f f f 
g g 0g Cg Eg Fg |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Fg Gg                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Cg Gg Pg g g h h h &h 'h (h )h Ah Kh Lh Ph Qh Rh dh eh wh xh h h h h h h Qi Ri i i i i i i i  j 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %Gg Pg ng g h h 'h (h                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  (h )h Qh Rh eh xh h h h h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	h h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h Ri i i i i                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  i i i %j j j j j k l l 8l zl |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        j j %j j j j j j j k ek l 8l Kl zl l l l l l l m m -m .m Am om m m m m m ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  zl l l .m om m m =n n n n n n n +o 5o ?o                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  m 	n <n Pn n n n n n n *o +o 5o ?o @o Xo bo co go ho io qo o o o o o o o o o շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\?o @o                                        kdQ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               @o ho io o o o o o o                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  o o                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               o o Xp p p p p 
q Lq Mq ^q q                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  o Xp p p p q 
q q q Kq Lq Mq ]q ^q aq vq q q q q q q q q q q q q q ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ q q q q q q q q                                                             R            I                                   	  $If   gd_ Q  kd@  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ q q q q  r r &r 9r ;r <r Rr |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
q q q q q q q q  r r r 8r 9r Sr \r ]r lr r s s s s s s 
t t t #t 4t 5t ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ Rr Sr                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Sr \r r r s 4s Ms `s s s s s s t 5t 6t                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  5t 6t 7t Gt Ht Kt Qt |t t t t t t t t t t t t t t t t t t t u u $u %u Ju Ku Ou пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  6t 7t Ht |t t t |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t t t t t                                     R            I                                                                     	  $If   gd_ Q  kd" $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   t t t t u %u 8u Ku Mu Nu |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Nu Ou                                        kdi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ou Xu u u )v ;v vv v v v 
w w w w                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
Ou Xu Yu hu u vv v v v v v v v v v v w 
w w w w w w $w %w (w =w Fw Pw Qw زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 w w %w Rw |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Qw Rw Sw kw uw vw zw {w |w w w w w w w w w w w Cx Dx x x 8y y y y y y ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    Rw Sw {w |w w w w w w w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	w w                                        kd1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               w w Dx x x &y Wy iy y y y y ;z <z                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
y y y y y  z z :z ;z <z =z Mz Nz Qz fz oz yz zz {z |z }z ~z z 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  <z =z Nz {z |            s            s                                                                                                                                                                                           	  $If   gd_   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       {z |z }z ~z z z z { { { | p| | | |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd?
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
z z z z { { { { | p| | | | | [} } ~ ~ )~ -~ V~ ~ ~ ~ ~ !  ! - 1 ^   J K W [ ~  䃼 僼   + u   ݅ 3 p Ɇ  ] ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4| | [} } } ~ ~ V~ ~ ~ ~ !    ! ^  J K ~ 2 3 h }    䃼 僼 +                                                                                                                                                                                                                                                                                                                                                                   gd_  + u  ݅ 3 p Ɇ  ]  Ӈ 5 6 A M \ h {                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_   gd_    gd_  ] Ӈ ׇ 4 5 A W [ { ~    Ո ֈ ׈ ؈  K  ى ) _ `  犼 芼  C D v    ΋ Ҍ  Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $         M            H            H            H            H            H            H            H                   gd_   kd
 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         ǈ Ȉ                                                 _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  Ȉ Ɉ Ո ֈ                                                                                                                                                                                                                                                          	 $If   gd_  o  kdl $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ֈ ׈ ؈ ㈼ 爼                                        z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd	
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al     K P 2            )            )            )                      	 $If   gd_    kd
 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     P    ى މ #             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  # $ ) ` d  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     芼 슼  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kde $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     D I p d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd. $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p q v   ϋ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ϋ Ћ ы ۋ * / ; d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; < ? I n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           I J M V                                                                                                                                                                                                                                                	 $If   gd_  t  kd^ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  V W X i n v }                                       w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_        Ҍ                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  Ҍ      ʍ ˍ ߍ ፼                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	       ʍ ˍ ፼ ⍼ 䍼 卼     ! " $ % Q R j k           ǎ  4 5 @ A Q R 춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *፼ ⍼ ㍼ 䍼 卼 퍼                                      a                                                                                                                             E  kdL $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a         !                                     a                                                                                                                             E  kd
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ! " # $ % 7 Q                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdi $$If   l 0 
" R                                                           4 
l a   Q R ] j k u                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd' $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kdD $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a       ǎ     Y Z l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
R V W L M X Y i j n o q        G I T U     Փ ד 瓼 蓼 ' ) * 6 7      
 - R [     # ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j' hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0Z q z     H I U                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	   ֓ ד 蓼 (                                     N                                                                                       S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd   $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ( ) * 7 o   Õ      6   h љ 8                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kdD! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   8 9  S      $     ܞ E g       ` a                                                                                                                                                                                                                                                                                                                                                     gd_   
& FO gd_    gd_  # $          ܞ    _ a   ! % 2 3     ˣ ̣ ͣ 馼 ꦼ      9 : E ۵۵۵ۭۜۋzrgrrr       j" h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '  & 2 3   ̣                                     j                                                                                                                                           kd! $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  ̣ ͣ ޣ ' , k ɤ ʤ 椼 P  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kdH" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 祼    N O   ? @           h " i j 诼 鯼                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  E F G K L O   >  Y  g h s t           9 B K k i 诼 S T ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j# hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj!# h_ U !鯼 T X Y o p                                                  e                                                                                                                        F  kdb$ $$If   l   l '{6    4   4 
l a] p
        F  kd# $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  T Y        ױ ر     + , H I e f       Ѳ Ҳ      ۴ ܴ 贼 I ~  ˵ ѵ Ե ` r E ]   ﷼  D ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdH% $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd$ $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_    ϱ ѱ ױ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ױ ر                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdC' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           # % +                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         + , A C H                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdD) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I ^ ` e                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdE+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ʲ ̲ Ѳ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ѳ Ҳ ٲ ޲                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdF- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              ۴ ܴ 贼 0 J ~  ̵ ߵ                          |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ' [ s     @ ^      C D E F h q r    й ѹ 깼                                                                                                                                                                                                                                                                                                                                                                     gd_  D F P f g h    Ϲ   < ? |   ⺼  9   黼 껼    % & C D W пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   < J ] ^ |    ⺼   $ : ;     껼                                                                                                                                                                                                                                                                                                                                         
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_                                        kd. $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                & C D Z p                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  	W Z o p       N P ` a         վ ׾ 羼 込   	 
 / Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ                                       kd/ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 Ἴ ⼼    7 8 M N O P a                                                                                                                                     q                            kdJ1 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
a                     q            l                                                                                                                                                       gd_    kd2 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_                                        kd2 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ٽ ڽ  ｼ 	 % & 8 c |     ־                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ־ ׾ 込  z            q            q                                                                                                                                                                                       	  $If   gd_    kd4 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
        	 
 1 2 3 4 5 z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd4 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       / 0 1 6 ? ǿ ɿ ٿ ڿ    ( ) . 7       6 8 H I h i l v   ¼ ¼ L¼ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "5 6                                     kd5 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               6 ? ^ _ s t    ȿ ɿ ڿ                                                                                                              q                                                         kd6 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_     ) * + , - z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd7 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       - .                                     kdf8 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . 7   6 7 8 I i                                                             q                                                                                                                             kd9 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  i j k l  ¼ M¼ c¼ d¼ n¼ y¼ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdz: $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
L¼ M¼ d¼ y¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ü $ü %ü Yü bü ü ļ ļ ļ ļ @ż Sż ż ż ż ż ż ż ż ż ż ż Ƽ Ƽ  Ƽ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #y¼ ¼ ¼ ¼                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ¼ ¼                                        kdE; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ¼ ¼ ü %ü 'ü Xü                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  Xü Yü                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Yü bü ü ü 7ļ 8ļ Gļ ļ ļ ļ ļ @ż ż                                                                                                 s                                                                        kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ż ż ż ż ż ż ż |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ż ż                                        kda? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ż ż Ƽ Ƽ  Ƽ AƼ                         s                                                                                                                                                                                   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_   Ƽ @Ƽ AƼ BƼ CƼ DƼ FƼ hƼ sƼ ɼ ɼ 
ʼ Mʼ lʼ ʼ ʼ L˼ k˼ ˼ ˼ Z̼ y̼ ̼ ͼ sͼ ͼ μ μ 5ϼ Tϼ ϼ ϼ Vм uм м м Ѽ Ѽ ]Ҽ |Ҽ Ҽ 
Ӽ hӼ Ӽ Լ Լ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -AƼ BƼ CƼ DƼ EƼ FƼ sƼ Ǽ Ǽ UǼ `Ǽ jǼ uǼ Ǽ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kdoA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ǽ Ǽ Ǽ Ǽ ȼ &ȼ Sȼ Tȼ ȼ ȼ 
ɼ ɼ ɼ ɼ 
ʼ "ʼ Mʼ [ʼ kʼ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  kʼ lʼ wʼ |ʼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd)B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |ʼ }ʼ ʼ ʼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʼ ʼ ʼ ʼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʼ ʼ ʼ ʼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdFC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʼ ʼ ʼ ʼ ʼ ʼ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʼ ʼ ʼ ʼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʼ ʼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdcD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ 
˼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ ˼ (˼ -˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd!E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -˼ .˼ /˼ L˼ Z˼ j˼                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j˼ k˼ v˼ {˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {˼ |˼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd>F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ ˼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ ˼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ ˼ ˼ ˼ ˼ ˼                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼ ˼ ˼ ˼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˼  ̼ 
̼ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ̼ ̼  ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    ̼ !̼ +̼ 0̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0̼ 1̼ 2̼ Z̼ h̼ x̼                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd6I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x̼ y̼ ̼ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ̼ ̼ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ̼ ̼ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdSJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ̼ ̼ ̼             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̼ ̼ ̼ ̼ ͼ ͼ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ "ͼ 'ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'ͼ (ͼ 2ͼ 7ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7ͼ 8ͼ Cͼ Hͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hͼ Iͼ Sͼ Xͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xͼ Yͼ Zͼ sͼ ͼ ͼ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ ͼ ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ ͼ ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ ͼ ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ ͼ ͼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdhN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͼ ͼ ͼ Aμ μ μ μ μ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   μ μ μ μ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd&O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   μ μ μ μ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   μ μ μ μ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   μ μ ϼ ϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdCP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ 
ϼ ϼ 5ϼ Cϼ Sϼ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sϼ Tϼ _ϼ dϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   dϼ eϼ oϼ tϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd`Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tϼ uϼ ϼ ϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ ϼ ϼ ϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ ϼ ϼ ϼ ϼ ϼ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd}R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ ϼ ϼ ϼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϼ ϼ ϼ м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd;S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м $м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $м %м &м Vм dм tм                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdXT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tм uм м м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kduU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м м             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м м м м м                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd3V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м м Ѽ 
Ѽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
Ѽ Ѽ Ѽ Ѽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ѽ Ѽ )Ѽ .Ѽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdPW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .Ѽ /Ѽ 9Ѽ >Ѽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >Ѽ ?Ѽ @Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ѽ Ѽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdmX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ 'Ҽ ,Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,Ҽ -Ҽ 7Ҽ <Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <Ҽ =Ҽ >Ҽ ]Ҽ kҼ {Ҽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {Ҽ |Ҽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdHZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ Ҽ Ҽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҽ Ҽ Ҽ Ҽ Ҽ 	Ӽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	Ӽ 
Ӽ Ӽ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd#\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ %Ӽ *Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *Ӽ +Ӽ 6Ӽ ;Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;Ӽ <Ӽ FӼ KӼ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   KӼ LӼ MӼ hӼ vӼ Ӽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ Ӽ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ Ӽ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ Ӽ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ Ӽ Ӽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӽ Ӽ Ӽ Ӽ Լ 3Լ VԼ WԼ Լ Լ Լ Լ Լ Լ eռ                                                                                                                                                                                        gd_  z  kdz_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Լ Լ Լ Լ fռ ռ ռ ռ ռ ռ ռ ռ ռ 	ּ 
ּ <ּ =ּ Nּ `ּ aּ rּ sּ ּ ּ iؼ kؼ {ؼ |ؼ ؼ Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ  eռ fռ ռ ռ ռ ռ ռ ռ ռ 	ּ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  		ּ 
ּ                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
ּ =ּ aּ sּ uּ ּ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ּ ּ                                        kd-a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ּ ּ ּ ּ ׼ ׼ Z׼ ׼ ׼ ؼ $ؼ 5ؼ Eؼ Fؼ jؼ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd_ 	  $If   gd_  jؼ kؼ |ؼ ؼ ؼ ؼ ټ Gټ |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؼ ؼ ؼ ؼ ؼ ؼ ؼ ؼ Fټ Gټ Hټ mټ nټ ټ ټ ټ ټ (ۼ *ۼ :ۼ ;ۼ ۼ ۼ ۼ ܼ ܼ ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j;c h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  Gټ Hټ nټ ټ ټ ټ ټ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ټ ټ                                        kdzd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ټ ټ ټ ټ Bڼ ڼ ڼ ڼ ڼ ڼ ۼ (ۼ )ۼ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  )ۼ *ۼ ;ۼ ۼ |            s            s                                                                                                                                                                                           	  $If   gd_   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۼ ۼ ۼ ۼ ܼ ܼ ܼ ܼ ܼ ݼ ݼ ݼ ݼ |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ܼ ܼ ܼ ܼ ܼ ݼ ݼ ݼ %ݼ kݼ ݼ ݼ ݼ ݼ ݼ ޼ >޼ ?޼ I޼ S޼ T޼ y޼ z޼ ޼ ޼ ޼ ޼ ޼ ߼ ߼ 
  . 0 @ A Q ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $ݼ ޼ ޼ ?޼ I޼ S޼                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_  S޼ T޼                                        kdBg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T޼ z޼ ޼ ޼ ޼ ޼ ޼                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ޼ ޼                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޼ ޼ ߼ ߼ .߼ ?߼ w߼ x߼ ߼ d     
  /                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  / 0 A   C   |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R l m n      
 B _         t     ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /jj h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ        s t     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd)k $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
   = > f w x {    : V n o w y           < ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd_ 	  $If   gd_                                           kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                > f x y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  z {                                        kd7m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {      V W x y                                                                                                  Y                              kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
                        s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kdEo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  < = H I Y Z ^ _        '   > @ U W     d f K `     j n   ) P       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jDt hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /jo hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -           '     
 W   e f K `                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kdfp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_     ' 3 o            f            f            f                                                                                                                                                	  $If   gd_    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 4 9 @ E o            f            f            f                                                                                                                                                	  $If   gd_    kdBq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at E F K R ^ o            f            f            f                                                                                                                                                	  $If   gd_    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ^ _ g o t o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at t u }   o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdhs $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     f g   T U   l o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kds $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    l x [ e     8 ` p | }           
   8 9 j k l p y E G W ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %l x     B C  V  W  _ `  ; <  [ e                                                                                                                                                                                                                                                                                                                                              h^hgd_   
& F  gd_    gd_   gd_   # 4 E V W j }     	 	 
 
   
 
    D E    /                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  / 0 y  8 9 ` p }         
                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  
                                         kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                9 k l n o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  o p                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y     P x     E F                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
F G X  |            s            s                                                                                                                                                                                           	  $If   gd_   kdgw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W X               ( I J o p q u ~  n ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5           |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd!x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                J o p q s t                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  t u                                        kd/z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u ~     [   n ~                                                                                                                                                                                                                                                                                                                                                                                                                            
& F! $If   gd_ 	  $If   gd_  n ~               
 + , S T U Y b  ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd_   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd=| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , R S T U W X                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  X Y                                        kdK~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b     ? c  R b c                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_   R b d t u {                 < = e f ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    c d u  |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                = d e f g i j                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  f g k t         	 
  Q R \ f g s       îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  j k                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t     S s                                                                                                                             f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_     	 
   R \ f                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	f g                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_      Y! Z! [! k! l! r! y! z! {! |! ! ! ! ! ! " " %" /" 0" <" X" п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
    @  n        ! Z! [!                                                                                                                         f                           kdׇ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  [! l! z! {! |! ! ! ! ! "                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	" %" /"                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  /" 0"                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0" Y" Z" [" ]" t"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  X" Y" Z" [" u" ~" # # # $ $ $ $ $ $ $ $ $  % % 
% % 1% ' *' ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 t" u"                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u" ~" # # # # $ $ $ $ $                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
$ $ $ $  % % 1% & & ' Y' ' ' ( |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
*' Y' l' ' ' ' ' ( "( ]( q( ( ( ( ( ( ) ) ) )) 3) 4) 5) 8) 9) X) Y) k) l) ) ) ) ) ) õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !( ^( ( ( ( ( ( ) )                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ) )                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) 9) Y) l) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  ) )                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) 3* F* s* t* u* * * * *                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
) 3* s* t* u* * * * * * * * * * * * * * * * * * + + + + + + + 6+ 7+ ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ * * * * * *                                     R            I                                                                     	  $If   gd_ Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdɐ $If   K$L$l 0                                     
t                              4   4 
l a   * * + 7+ J+ ]+ p+ + + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd㑎 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7+ + + + + + 
, , , ,  , !, R, X, Y, a, c, x, y, , , , , , ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J + +                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + , , , !, R, Y, b,                                                             f                                    [            [                     
  $If   gd_ K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
b, c, y, , , , ,                                     R                                                                                              Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   , , , , , ,                                     R            I                                                                     	  $If   gd_ Q  kdR $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdŕ $If   K$L$l 0                                     
t                              4   4 
l a   , , , , , - - '- (- )- |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdߖ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, , , , , , , , , , &- '- *- 3- $. %. . . / / 
/ / / /  / / / / / / ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ )- *-                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *- 3- p- . %. / / 
/ / / /                                                                                     Y                                          kd혎 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
/ / / / / 
0 0 10 K0 e0 u0 0 0 0 0 0 0 1                                                                                                                                                                                                                      	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ / / / / e1 f1 g1 h1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 r2 2 3 3 3 3 ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  1 !1 11 K1 e1 f1 g1                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  g1 h1 1 1 1 1 1 1 1 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd˚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 2 r2 2 3 3 3 '3 q3 x3 3                                                             f                                    [            [                     
  $If   gd_ K$  kdٜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
3 &3 '3 E3 M3 q3 w3 x3 3 3 4 4 4 4 5 5  5 !5 #5 $5 %5 25 <5 =5 5 5 5 5 6 6 ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 3 3 3 3 3 3 3 3 
4 $4 >4 F4 [4 p4 4 4 4 4                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   4 4 4 4 4                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd% $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  4 4 %5 =5 P5 c5 v5 5 5 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 6 86 6 6 f7 g7 h7 i7 z7 7                                                                                                 f                                                   kdŠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  6 d7 g7 h7 i7 y7 z7 7 7 7 7 7 7 7 7 7 7 8 8 l8 m8 p8 y8 þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 7 7 7 8 48 G8 Z8 m8 n8 o8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	o8 p8                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p8 y8 #9 K9 9 9 u: v: w: x: :                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
y8 "9 $9 9 9 9 u: v: w: x: : : : : : : :  ; ; ; ; ; ; v; w; z; νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  : : : ; ; +; >; Q; d; w; x; y;             s                                                                                                                                                                 kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  y; z;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z; ; X< < < = = = = = >                                                                                     Y                                          kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
z; ; W< = = = = = = = > > > > !> #> ? ? ? ? ? ? @ @ @ @ %@ &@ '@ )@ *@ +@ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 > > > "> #> +> @> U> g> > > > > > > > ?                                                                                                                                                                                                         	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? #? =? W? g? ? ? ? ?                                                                                                                                                                                                                                                 	  $If   gd_  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? ? @ |            s            s                                                                                                                                                                                           	  $If   gd_   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ +@ ,@ ?@ R@ e@ x@ @ @ @ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
+@ ,@ >@ ?@ @ @ @ @ PA @C AC BC RC SC _C dC yC C D 7D 9D ?D @D HD JD CF EF ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  @ @                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ PA A A  B B @C AC BC SC                                                                                                 f                                                        kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
SC C 9D @D ID JD RD gD |D D D D D D E                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdë $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  E E -E GE OE dE yE E E E E E E F *F DF EF                                                                                                                                                                                                                            S  kdU $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  EF FF GF oF pF F F F F F F F             s                                                                                                                                                                 kd笎 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  EF FF GF _F iF jF kF mF nF oF pF F F F F F F G G G G G H H I I UJ VJ ?K TK VK WK Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ F F                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F G G WH H H 0I I I VJ  K VK WK ^K K K L 3L _L L L L M KM                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  WK ^K cL vL zL L M .M 2M JM KM LM \M ]M M M M M M P P P P ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   KM LM ]M M M M |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M N %N ?N PN jN N N N N N N N                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   N O !O 3O MO gO xO O O O O O P P P                                                                                                                                                                                                                   	  $If   gd_  S  kdA $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  P P -P .P AP TP gP zP P P P |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdӰ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
P P 'P (P ,P -P .P @P AP P P P P WQ Q PR R R S ,S T T T T <U QU RU SU ZU U ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ P P                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P WQ QR R /S <S S  T T SU ZU U U U U V 3V RV V V                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  U U U U V +V 7V JV VV iV qV V V V V V V V V V V V V AY CY DY EY ]Y gY hY lY ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  V V V V V V |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdﲎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V W W 'W 9W KW bW yW W W W W W W X X X                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   X 'X 9X KX ]X oX X X X X X X Y Y +Y BY CY                                                                                                                                                                                                                            S  kd; $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  CY DY EY mY nY Y Y Y Y Y Y Y             s                                                                                                                                                                 kdʹ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  lY mY nY Y Y Y Y Y Y Z [ [ [ \ \ ] e] ] ^ e_ _ _ ` +a a Sb b b gd d d 
e e ie 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !Y Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Z [ \ ] ] ] ^ &^ ^ ^ ^ e_ ` -a Ub b b b fd gd                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  gd d d e %e ee e e e e e e                                                                                                             f                                       kd۶ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  ie |e e e e e e e e e e e 6f 7f 8f [f \f ]f af bf ff of g g g g ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  e 7f 8f \f ]f bf df ef             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ef ff                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ff of |f f f f g g 'g Ig kg g g                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  g g g g h |            s            s            s                                                                                                                                                                          	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g g g h h 
h h h h h #h *h Ih /j Bj qj j j j j j &k :k uk k Kn Wn [n n n n o 'o ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  h 
h h h Ih i i /j qj j j 'k vk |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vk k k l l l m m Jn Kn n n n o Vo o o p [p p p p p p q 
q                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  'o Vo io o o o o p p Zp np p p p p p q 
q q &q 0q 1q 5q 6q 7q Iq Jq \q ]q oq pq q q q q q r r r s s õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (
q q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q 6q 7q Jq ]q pq q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  q q                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q q 2r `r ~r r r r r s                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  s s s 9s :s Ms `s ss s s s             s                                                                                                                                                                      kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
s s s )s 3s 4s 8s 9s :s Ls Ms _s `s s s s s s s Wt Xt Yt it jt kt lt t t t t t t t t t t t t ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %s s                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s s s Xt Yt jt kt                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  kt lt t t t t t t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t /u 0u u u u u u u u u u u u u u v v v v ;v <v @v Iv lv mv v v |w }w ~w w w w w w 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %t t u 0u u u u u                                                 f                                                                                                                       kdOÎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  u u u u v v )v <v >v ?v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd	Ď $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	?v @v                                        kdĎ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @v Iv mv v }w ~w w w                                                 f                                                                                                                       kdƎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  w w w w Ox Px wx xx x y y y z |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdƎ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w Nx Ox Px wx x x x y y y y z +z Nz bz z z z z z z z z 
{  { N{ O{ b{ { ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  z Oz z z 
{ O{ { { *| | | | | | | | |                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  { { { { )| =| ~| | | | | | | | | |  } } } } } } ,} >} ?} d} e} ~} } } } շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\| |                                        kdǎ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               | } } ,} ?} R} e} g} }}                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  }} ~}                                        kdȎ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ~} } } '~ 9~ q~ |~ ~ ~ ~ ~ )                                                                                                 f                                                   kd3ʎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  } } q~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~   ' ) / 0 7 9 N O ^ ` a b ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ) 0 8 9 O _ ` a                                                             R            I                                   	  $If   gd_ Q  kdzˎ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdʎ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$ a b          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd̎ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b z               
 h 6 @ A _ ` {     ҁ Ӂ ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd̎ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 i   Ҁ 뀽  6 A ` |   Ӂ ԁ                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  Ӂ ԁ Ձ 偽 恽 遽     ! ( * 3 Y Z o p r s t          Â 肽 邽 킽 пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  ԁ Ձ 恽  ! ) |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdΎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) * Z q r s                                     R            I                                                                     	  $If   gd_ Q  kd\ώ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdΎ $If   K$L$l 0                                     
t                              4   4 
l a   s t    Â ւ 邽 낽 삽 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdώ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	삽 킽                                        kdЎ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               킽  e  ǃ ك   > i                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd_ 	  $If   gd_  
킽    d    = > Q ` h i p v         Ä Ƅ ۄ 䄽   زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5   Ä  |            s            s                                                                                                                                                                                           	  $If   gd_   kdю $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          	      , - ? @ e f j s t  ᅽ ⅽ   ֆ B L M k l ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph        - @ S f h i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdҎ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i j                                        kdkӎ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               j s ⅽ   Ć   B M l  ه ڇ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
l       ؇ ه ڇ ۇ 뇽 쇽   
       C 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  ڇ ۇ 쇽  |            s            s                                                                                                                                                                                           	  $If   gd_   kdԎ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           C D  6 h i   I J |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdyՎ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C P T  6 h u y   J V Z |  e   ǋ ˋ  W       ˎ ώ    菽 鏽    Z     ɑ  A B { ѓ  g   ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4J |  d e    W         菽 鏽  А ѐ   7 G Z   ɑ                                                                                                                                                                                                                                                                                                                                                                   gd_  ɑ  B { ѓ  g   : q ӕ ԕ ߕ 땽                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd_   gd_    gd_   q u ҕ ӕ ߕ      $ % s t u v  閽 J w Ǘ   Z    ᘽ ☽  A B G l p " Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $     ! " # $ % M            H            H            H            H            H            H            H                   gd_   kd3֎ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   % 9 @ E U V e f                                                 _            V            V                                                             	 $If   gd_    kd֎ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_  f g s t                                                                                                                                                                                                                                                          	 $If   gd_  o  kd׎ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  t u v                                          z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdC؎ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     閽  2            )            )            )                      	 $If   gd_    kd؎ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      D E J w |              [                                                                                                                                           kd
ڎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_    Ǘ   T d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdڎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  T U Z    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdێ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ☽ 瘽  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdh܎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     B G m d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd1ݎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m n o y ș ͙ ٙ d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdݎ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ٙ ڙ ݙ 白 n            e            e                                                                                                                                                               	 $If   gd_    kdގ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           白 虽 뙽                                                                                                                                                                                                                                                 	 $If   gd_  t  kdߎ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al         " .                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kd5 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  . /                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          / : > E L M N O                                                             A                                  kd+ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_  O P Q R S T U V                                                 A                                              kd
 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  V W X Y Z [ p                                     A            <            7                  gd_    gd_    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_  p # $ = > W h i }                                                                                                                                                                                                                                                    E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	" # $ * + = > h i            Û    	   ! " & ' D E F R S e - Ҟ Ӟ ޞ ߞ   춥x                          /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *                                           a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd' $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdD $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a       Û ՛                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a       	                                        a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda $$If   l 0 
" R                                                           4 
l a     ! " # $ % &                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kd $$If   l 0 
" R                                                           4 
l a   & ' 4 5 C D l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd~ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   D E F S e , -      l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kd< $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
   ꟽ 럽      
  7 8     堽 砽   : < N O s u   š ǡ ȡ ԡ ա D E Q    ˨   Q R    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /ja hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0   8   栽 砽  ;                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	; < O t u  ơ                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kdZ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ơ ǡ ȡ ա 
  ` a N O D E Q ԥ /   o ֧                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd~ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ֧ ק   Q R    © ( ) : X z 㬽   : T U ^ _   ] ^                                                                                                                                                                                                                                                                                                                                                   gd_   
& FO gd_    gd_   © 9 : J R ' ) : W X z ? \ _      ð а Ѱ ! " 7 8 i j k        ״ ش 㴽 ۵۵۵ۭۜۋzrgrrr       j h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 '  İ а Ѱ " 8 j                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_  j k | ű ʱ 	 g h   + s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
+  J K  촽  8 9 ݵ ޵ 6 7   \ ] * + E V                                                                                                                                                                                                                                                                                                                                       
& F gd_   $ $gd_    gd_   
& FR gd_  㴽 䴽 崽 鴽 괽  8 9 ܵ 5  [     " # ' ( ) * + 4 E V ׺ ຽ 黽 	     ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj[ h_ U !    
  "                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd) $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_    $ H I L M S T u v     ɿ ʿ 濽 翽   % & = > T U o p      y½ z½ ½ ½ ý 5ý iý oý rý ý Ľ Ľ Ľ 0Ž YŽ Ž Ž Ž ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3" # $ - ; H I                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kd $$If   l   l '{6    4   4 
l a] p
         I J K L M Q R S                                     t                                                                                                                                                             v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  S T m o u                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         u v                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ÿ ɿ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ɿ ʿ ߿ ´ 濽                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd~ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         濽 翽                            t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              %                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         % & 5 7 =                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         = > L N T                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         T U h j o                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o p w |                          t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              y½ z½ ½ ½ ½ ý 6ý jý }ý ý                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ý ý ý Ľ EĽ XĽ Ľ Ľ Ľ Ľ 0Ž JŽ ZŽ Ž Ž Ž Ž Ž Ž ƽ ǽ ǽ &ǽ Lǽ [ǽ nǽ oǽ ǽ ǽ ǽ                                                                                                                                                                                                                                                                                                                                                                   gd_  Ž Ž Ž ƽ ƽ ƽ &ǽ <ǽ [ǽ mǽ ǽ ǽ ǽ ǽ Ƚ ;Ƚ LȽ Ƚ Ƚ Ƚ @ɽ Uɽ ɽ ɽ ɽ ɽ ɽ ɽ ɽ ɽ ɽ ɽ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  ǽ ǽ ǽ ǽ ǽ Ƚ JȽ KȽ LȽ Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ ?ɽ @ɽ Jɽ Uɽ ɽ ɽ ɽ                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ɽ ɽ                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ɽ ɽ ɽ ɽ ɽ ʽ $ʽ :ʽ <ʽ Sʽ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	ɽ ɽ 
ʽ ʽ #ʽ $ʽ 9ʽ :ʽ Tʽ ]ʽ ʽ ʽ ʽ ʽ ˽ ˽  ˽ !˽ G˽ H˽ M˽ V˽ s̽ u̽ ̽ ̽ ̽ ̽ ̽ ̽ ̽ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ Sʽ Tʽ                                     kd- $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Tʽ ]ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ ʽ                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ʽ ˽  ˽ !˽ H˽ I˽ J˽ K˽ L˽             q            l                                                                                                                                                       gd_    kdA $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  L˽ M˽                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               M˽ V˽ w˽ x˽ ˽ ˽ ˽ ˽ ˽ ˽ ̽ ̽ /̽ D̽ ^̽ _̽ t̽                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  t̽ u̽ ̽ ̽ z            q            q                                                                                                                                                                                       	  $If   gd_    kdU $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ̽ ̽ ̽ ̽ ̽ ̽ ̽ ̽ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ̽ ̽ ̽ ̽ ̽ eͽ gͽ wͽ xͽ ͽ ͽ ͽ ͽ ͽ ͽ ͽ #ν /ν Kν Wν vν ν ν ν ν ν Ͻ Ͻ 
Ͻ Ͻ *Ͻ tϽ Ͻ Ͻ Ͻ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "̽ ̽                                     kd  $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ̽ ̽ ̽ ̽ ͽ ͽ 4ͽ Pͽ Qͽ fͽ gͽ xͽ ͽ                                                                                                             q                                                         kd& $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ͽ ͽ ͽ ͽ ͽ ͽ ͽ ͽ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ͽ ͽ                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ͽ ͽ ν ν ν ν ν ν Ͻ                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  Ͻ Ͻ 	Ͻ 
Ͻ *Ͻ Ͻ Ͻ н н н н z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
Ͻ Ͻ н н Iн Jн Tн ^н _н н н н н н н  ѽ ѽ zҽ |ҽ ҽ ҽ ҽ ҽ  ӽ !ӽ "ӽ Aӽ Bӽ Cӽ Dӽ Eӽ Hӽ Qӽ ӽ ӽ ӽ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #н Jн Tн ^н                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ^н _н                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _н н н н н н                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  н н                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               н  ѽ ѽ ѽ ѽ ѽ ѽ 6ҽ {ҽ |ҽ ҽ ҽ !ӽ                                                                                                 s                                                                        kd'	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  !ӽ "ӽ Cӽ Dӽ Eӽ Fӽ Gӽ |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Gӽ Hӽ                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Hӽ Qӽ ӽ ӽ ӽ ӽ                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  ӽ ӽ ӽ ӽ ӽ ӽ ӽ Խ Խ ׽ ׽ ׽ ׽ 
ؽ kؽ ؽ ؽ 	ٽ nٽ ٽ ٽ ڽ ڽ ڽ ۽ 0۽ Jܽ iܽ ܽ ܽ bݽ ݽ ݽ ޽ |޽ ޽ z߽ ߽ ߽     % Z [ о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -ӽ ӽ ӽ ӽ ӽ ӽ Խ Խ Խ Խ Խ ս ս ս |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ս ս ~ս ս ս ս ս ս -ֽ bֽ ֽ ֽ ׽ ׽ ׽ ׽ ׽ ׽ 	ؽ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd_   $$If   a$gd_   
& F gd_    gd_  	ؽ 
ؽ ؽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdc
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ %ؽ *ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *ؽ +ؽ 6ؽ ;ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;ؽ <ؽ Fؽ Kؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Kؽ Lؽ Mؽ kؽ yؽ ؽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ ؽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ ؽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ ؽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ ؽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ؽ ؽ ؽ ؽ ٽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ 	ٽ ٽ ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ $ٽ )ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )ٽ *ٽ 5ٽ :ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :ٽ ;ٽ Eٽ Jٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Jٽ Kٽ Lٽ nٽ |ٽ ٽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ ٽ ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ ٽ ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ ٽ ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ ٽ ٽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٽ ٽ ٽ ٽ ڽ ڽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ "ڽ 'ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'ڽ (ڽ 2ڽ 7ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7ڽ 8ڽ Cڽ Hڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hڽ Iڽ Sڽ Xڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Xڽ Yڽ Zڽ ڽ ڽ ڽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ ڽ ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ ڽ ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ ڽ ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ ڽ ڽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڽ ڽ ڽ ۽ ۽ /۽                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /۽ 0۽ ;۽ @۽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @۽ A۽ K۽ P۽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P۽ Q۽ \۽ a۽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a۽ b۽ l۽ q۽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q۽ r۽ s۽ ۽ (ܽ Jܽ Xܽ hܽ                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hܽ iܽ tܽ yܽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yܽ zܽ ܽ ܽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܽ ܽ ܽ ܽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܽ ܽ ܽ ܽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܽ ܽ ܽ ܽ ܽ ܽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܽ ܽ ܽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ 
ݽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ #ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #ݽ $ݽ .ݽ 3ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3ݽ 4ݽ 5ݽ bݽ pݽ ݽ                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ ݽ             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݽ ݽ ݽ ݽ ޽ ޽                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ #޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #޽ $޽ .޽ 3޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3޽ 4޽ ?޽ D޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D޽ E޽ O޽ T޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T޽ U޽ V޽ |޽ ޽ ޽                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdm! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ ޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ ޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ ޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ ޽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޽ ޽ ޽ J߽ K߽ z߽ ߽ ߽                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kdH# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߽ ߽ ߽ ߽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߽ ߽ ߽ ߽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߽ ߽ ߽ ߽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߽ ߽ ߽ ߽             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߽ ߽ ߽ ߽ 	                                      s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd#% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ]                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd]' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        $                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd8) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g h      K L Y Z [ ~                                                                                                                                                                                         gd_  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ l ~   8 I J K `             + 4  	   * Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ    8 J K U `                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  * +                                        kdg, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4      W                                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd_ 	  $If   gd_   	  k     |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * + E F G Z [ j      ; < ? H          ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /ju. h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ     ; < = > |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > ?                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? H    ? J f                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd_ 	  $If   gd_      |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            K L       |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        K L       	  T            G j k n w - 0        ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd|2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G Y k l m                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  m n                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w         " C i                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_     0    b |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd$5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
      / P      @ a b e v    D E F W ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j5 h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ  b c d e     F X Y c |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kdc6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W Y n            "      
   ' ( r s u v      ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !c n                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_                                           kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kdq8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                "         (                                                                                                 Y                              kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
( s t u v  < `   - :             s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_          < ` - : f w                 p  s z   < ]   U	 V	 n	 o	 	 	 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j~? hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /j9; hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -: e f w   ~     + ,           o p                                                                                                                                                                                                                                                                                                                                     	  $If   gd_   gd_   
& FP gd_    gd_                    f                                                                                                                                                                      kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_       o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd|< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
  o            f            f            f                                                                                                                                                	  $If   gd_    kdX= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    # / o            f            f            f                                                                                                                                                	  $If   gd_    kd= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / 0 8 ? D o            f            f            f                                                                                                                                                	  $If   gd_    kd4> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D E M T ` o            f            f            f                                                                                                                                                	  $If   gd_    kd> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ` a b c   \ ]   	 	 

 o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 	 

 
   J U L ]         '  +  G  K! L! a! ! ! ! ! ! ! ! ! " 	" 
" " " # # # ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %

 
 
 
 I J   3 
 
   O   t   I J k x                                                                                                                                                                                                                                                                                                                                          h^hgd_   
& F  gd_    gd_   gd_          2 I J U   # $   x y L ]    B p                                                                                                                                                                                                                                                                                                                                                               gd_    gd_     g        G  K! L! V! a! ! ! !                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  ! !                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! 	" 
" " 
"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  
" "                                        kdMA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " V" b" " " " # !# Z# d# # # #                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
# # # -$ |            s            s                                                                                                                                                                                           	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # ,$ -$ .$ 0$ <$ @$ \$ ]$ r$ $ $ $ $ $ $ $ $ 
% % % % % & ' ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 -$ .$ /$ 0$ \$ ]$ g$ r$ $ $ |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd[C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  $ $                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ 
% % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  % %                                        kdiE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % [% g% % % % & & ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ' ' ' .' /' 5' <' =' >' ?' T' ' ' ' ' ' ' ' ' ' ' ' '  ( ) ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    ' ' /' =' |            s            s                                                                                                                                                                                           	  $If   gd_   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       =' >' ?' I' T' ' ' ' |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdwG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' '                                        kd1H $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  ' '                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '  ( ?( K( r( ( ( ) ) )  * *                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  ) )  * * * * *  * !* "* #* $* 0* 4* O* P* e* * * * * * * * * + + ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    * * * !* |            s            s                                                                                                                                                                                           	  $If   gd_   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !* "* #* $* P* Z* e* * * * |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	* *                                        kdML $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * + + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  + + 	+ + , , , , , , , , , , , , , - - - 2- 3- =- \- ]- ^- îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  + 	+                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	+ + Q+ ]+ + + + , I, , , ,                                                                                                                         f                           kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  , , , , , , , , , -                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	- -                                        kdiP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 3- ]- ^- _- a- b-                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  ^- _- c- l- . . . 	/ 
/ / / / / / T/ n/ p/ q/ / / / / / / / / п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  b- c-                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c- l- - - - . ,. [. x. . . .                                                                                                                         f                           kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  . 
/ / / / T/ q/ {/ / /                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	/ / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  / /                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / / / / 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  / / / / 0 0 1 1 1 U2 V2 W2 g2 h2 2 2 2 2 2 2 2 2 2 4 4 ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 0 0                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 0 1 1 01 o1 1 V2 W2 h2 2                                                                                     s                                                                                              kd-W $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
2 2 2 2 2 2 2 4 4 4 4 .5 f5 5 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
4 4 
5 -5 A5 e5 y5 5 5 5 6 Q6 R6 g6 6 6 6 6 6 6 6 6 6 6 6 6 6 	7 
7 B7 C7 ]7 f7 r7 õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !5 5 Q6 R6 \6 g6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  6 6                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 
7 7 07 C7 E7 \7                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  \7 ]7                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]7 f7 7 7 8 8 8 $8 Q8 X8 `8                                                             f                                    [            [                     
  $If   gd_ K$  kdI[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
r7 7 8 8 8 #8 $8 '8 <8 E8 O8 Q8 W8 X8 _8 a8 v8 w8 8 8 8 8 8 8 8 8 8 8 8 8 8 ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ `8 a8 w8 8 8 8                                     R            I                                                                     	  $If   gd_ Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd\ $If   K$L$l 0                                     
t                              4   4 
l a   8 8 8 8 8 8 9 !9 "9 #9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	8  9 !9 $9 -9 P9 9 9 9 9 9 9 9 9 9 9 : : : &: (: .: /: 0: ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J #9 $9                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $9 -9 P9 ~9 9 9 9 9 9 9  :                                                             f                                    [            [                     
  $If   gd_ K$  kd+_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
 : : : ': (: ): *:                                     R                                                                                              Q  kdr` $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   *: +: ,: -: .: /:                                     R            I                                                                     	  $If   gd_ Q  kda $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a   /: 0: X: y: z: : : : : : |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0: H: R: S: T: V: W: X: y: z: : : : : ; ; v< < < < < < < < < *= 3= J= z= = ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ : :                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ; ; ; < < < < < z=                                                                                     Y                                          kd'd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
z= = = = = = = = = > > -> G> O> d> y> > >                                                                                                                                                                                                                      	  $If   gd_  S  kdd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ = = = = ? ? ? ? ? (? )? *? ,? -? .? M? N? ? ? ? ? ? @ @ @ @ @ @ ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  > > > > ? ? ?                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kdse $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ? ? .? N? s? ? ? ? ? |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kdf $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ?                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? @ >@ @ @ @ @ A A A                                                             f                                    [            [                     
  $If   gd_ K$  kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
@ @ @ @ @ A A A A  A B B B B B B B B B B B B B B &C 'C *C 3C C gD ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 A  A (A =A RA dA ~A A A A A A A B  B :B TB dB                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdh $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   dB ~B B B B                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd_i $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  B B B B B C C 'C (C )C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	)C *C                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *C 3C C C D fD E E E E E kE                                                                                                 f                                                   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  gD E E E E E E jE kE lE E E E E E E E E E 
F F F F þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ kE lE E E E E E F F 
F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
F F                                        kdsm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F F ,G uG H H H H 'H                                                                                                 Y                              kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
F F F +G ,G uG H H H H &H 'H yH zH {H H H H H H H H H I I I νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  'H zH {H H H H H H I I I I             s                                                                                                                                                                 kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  I I                                        kd;p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I !I I J aJ J IK JK KK \K K                                                                                     Y                                          kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
I !I I J GK IK JK KK [K \K K K K K K K 8M :M ;M <M LM MM M M M M M M M M M M ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 K K K K K K K K L L 9L IL cL }L L L L                                                                                                                                                                                                         	  $If   gd_  S  kdIr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L L L M M 9M :M ;M                                                                                                                                                                                                                                                 	  $If   gd_  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ;M <M MM M |            s            s                                                                                                                                                                                           	  $If   gd_   kdms $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M N N )N *N +N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd't $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
M M M M (N )N ,N 5N N P P P P P P Q Q [Q Q Q Q Q Q Q Q S S ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  +N ,N                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,N 5N N NO O O 1P P P P P                                                                                                 f                                                        kdCv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
P [Q Q Q Q Q Q R R /R AR [R uR R R                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kdv $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  R R R R R S S ,S >S XS rS S S S S S S                                                                                                                                                                                                                            S  kdw $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  S S S 
T T !T 4T GT ZT mT nT oT             s                                                                                                                                                                 kd!x $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  S S S S T T 	T T T 
T T  T !T lT mT pT yT =U lU mU U U GV HV -W BW W W X X X X Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ oT pT                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pT yT =U U U HV {V V DW W W X X X X ;Y Y Y Y Y 1Z ]Z Z Z Z                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  X X Z Z Z 0Z Z Z Z Z Z Z Z Z ?[ E[ F[ N[ P[ ] ] ] ] ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   Z Z Z ?[ F[ O[ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd/z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O[ P[ X[ m[ [ [ [ [ [ [ \ "\ 3\ M\ ^\ x\ \ \                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdz $If   K$L$l 0                     x                
t                                4   4 
l a   \ \ \ \ \ ] ] 0] J] [] u] ] ] ] ]                                                                                                                                                                                                                   	  $If   gd_  S  kd{{ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  ] ] ] ] ] ] ^ ^ +^ ,^ -^ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd
| $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
] ] ] ] ] ] ] ] ] *^ +^ .^ 7^ ^ !_ _ ?` T` ` ` a a "b 7b b b b b b <c ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ -^ .^                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .^ 7^ ^ _ W` ` ` Ga a :b b b 8c Wc vc c c c c 1d 2d                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  <c Oc [c nc c c c c c d d (d 0d 1d 2d 3d Cd Dd d d d d d f f f f f g g 
g ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  2d 3d Dd d d d |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kd)~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d d d d d d d  e e .e ?e Ve me ~e e e e e                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd~ $If   K$L$l 0                                     
t                                4   4 
l a   e e e e e 
f $f ;f Rf cf zf f f f f f f                                                                                                                                                                                                                            S  kdu $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  f f f g g g 2g Eg Xg kg mg ng             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
g g g g g jg kg og xg h h Ri i $j j j k k sl m Zm om  n n Mo o Hp ]p r r r r r s 󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !ng og                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               og xg h Ri $j j  k Zk k k !l ?l ql m m n o `p ap hp r r                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_  r Er r r r s "s As `s s s s                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_  s s &s 9s Es Xs ds ws ~s s s s s s s s s s s  t t 
t *u ?u @u Au ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  s s s s s  t t t             s                                                                                                                                                                                     kdς $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t 
t t <t ^t t t t t t 	u +u @u                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  @u Au Ru u u |            s            s            s                                                                                                                                                                          	  $If   gd_   kd݄ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Au Qu Ru u u u u u u u u u u w w x "x Ex Yx }x x x x y 'y { { {  | {| ~| | | ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  u u u u u w w w x Fx ~x x y |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y iy jy y cz dz #{ ${ { {  | }| ~| | | +} c} } } N~ O~ Y~ d~ ~ ~ ~                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  | | } *} >} b} v} } } } ~ N~ O~ d~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
    ! % . v      õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (~ ~                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~ ~  ! # $                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  $ %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % . v     6 m                                                                                                                f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_     ׀ ؀ 뀾   $ & '             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
   ǀ р Ҁ ր ׀ ؀ ꀾ 뀾   # $ ( 1 r s      	 
 " , - 1 2 3 E F X Y ~  ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %' (                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1 O s    	                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  	 
 2 3 F Y l    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ͂ ΂ P Q R b c d e }          ك ڃ ރ 烾 
       , - . / < 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %   ΂ Q R c d                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  d e     ǃ ڃ ܃ ݃ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	݃ ރ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ރ 烾     - .                                                 f                                                                                                                       kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  . / 0 a 텾    G ? @ t  |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < @ a 셾 텾   " & G  @ t   ɇ 쇾   $ % 8 J K i j }   숾 툾   1 ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ   퇾 % j  툾 2 y ȉ    ) 4 g q {                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  1 E x  ǉ ۉ    4 f g q { |        ʊ ܊ ݊    % & 5 շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\{ |                                        kdŒ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               |   ʊ ݊                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                %  ŋ ׋   F    ǌ                                                                                                 f                                                   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  5    - = F M S         Ō ǌ ͌ Ό Ռ ׌ 쌾 팾      ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ ǌ Ό ֌ ׌ 팾                                                                R            I                                   	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$    ( ) < O b u w x  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   " # ' ( ) ; < N O t u      Ԏ ގ ߎ    I R Y _ p q ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ                                          kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  " S p   Ԏ ߎ   , R q r                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd_ 	  $If   gd_  q r s        Ə ȏ я   
     * 4 5 9 : ; M N ` a    пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  r s    Ǐ |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ǐ ȏ                                         R            I                                                                     	  $If   gd_ Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd	 $If   K$L$l 0                                     
t                              4   4 
l a     : ; N a t    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdݛ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  + e w   ܑ  I M N O                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
        ۑ ܑ       H I L M N O P ` a d y    زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 O P a  |            s            s                                                                                                                                                                                           	  $If   gd_   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                ʒ ˒ ݒ ޒ      !   . 2 t  ꔾ 딾 	 
 ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph        ˒ ޒ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd띏 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   / b    딾 
 5 w x                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  , 4 5 < B v w x y            ᕾ 촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f  x y   |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ᕾ ╾  Ԗ   @  痾 藾 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ᕾ    Ԗ    @  藾      X Y e i   % 1 5 ] / ] i m  K L         ! 7 ; g  ߠ ࠾  o   A  ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4藾     X Y   $ % ] / \ ]  L    n o   ՞ 垾    ! g                                                                                                                                                                                                                                                                                                                                                                   gd_  g  ࠾  o   A  آ  q r }                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   gd_    gd_     p q }      £ ã     P  褾  e    # $ H    ߦ া 妾 
   Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $       £ ã M            H            H            H            H            H            H            H                   gd_   kdm $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ã ף ޣ 㣾                                                     _            V            V                                                             	 $If   gd_    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kd࢏ $$If   l       0   T# T                 .                
t  0                                                              4 
l al      # 6 > J                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kd} $$If   l       0   T# T                 .                
t  0                                                              4 
l al  J K P   2            )            )            )                      	 $If   gd_    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      ⤾ 㤾 褾   _             [                                                                                                                                           kdG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_  _ ` e    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     $ ( B d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd٦ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  B C H    d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     া 妾  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdk $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    
  f k w d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kd4 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  w x {  n            e            e                                                                                                                                                               	 $If   gd_    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd_  t  kdҪ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al          ̧                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdo $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ̧ ͧ                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ͧ ا ܧ 㧾 ꧾ 맾 짾                                                              A                                  kde $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_    茶                                                      A                                              kdD $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_    ¨ ۨ ܨ                                                                                                                                                                                                                                                        E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_     gd_   gd_    gd_   gd_  	  ¨ Ȩ ɨ ۨ ܨ       ! / 0 = > ] ^ ` a        ĩ ũ ⩾ 㩾 䩾    ˪ p q | }   춥x                          /j4 hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  hC h_  ho\ h_  
h_ 5CJ h_ 56CJ  h
  h_  h_  hN h_  hz h_ 6 *     ! ) /                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kda $$If   l 0 
" R                                                           4 
l a   / 0 9 = > Q ]                                     a                                                                                                                             E  kd~ $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a   ] ^ _ ` a s                                      a                                                                                                                             E  kd< $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kdݱ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd_ 	 $If   gd_  E  kd $$If   l 0 
" R                                                           4 
l a       © é ĩ                                                                                                                                                                                                                                                                                               	 $If   gd_ 	 $If   gd_     gd_  E  kdY $$If   l 0 
" R                                                           4 
l a   ĩ ũ ҩ ө ᩾ ⩾ l            c            Z            c            Z                                                                                                       	 $If   gd_ 	 $If   gd_    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ⩾ 㩾 䩾   ʪ ˪     l            g            a            \            g            g            g            g            g            g                        gd_  $gd_    gd_    kdv $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            խ ֭ . / ; <     خ ڮ 쮾    # $ c e f r s Ⲿ 㲾 ﲾ 1 4 I i   ﶾ  L M _ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h_ 5 h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h_ CJ OJ QJ ^J aJ  hZ% h_  h_  /j hh h_ CJ OJ QJ U^J aJ  hh h_ CJ OJ QJ ^J aJ  )j    hh h_ CJ OJ QJ U^J aJ  h
 h_ CJ OJ QJ ^J aJ 0   ֭ / <    ٮ                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_   gd_   gd_    gd_  	ٮ ڮ    $ d                                     N                                                                                       S  kd& $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   d e f s  B   챾  Ⲿ 㲾 ﲾ r ͳ >  
 t                                                                                                                                                                                                                                 
& F
 gd_    gd_  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   t u 4  ﶾ  . L M ` Ƹ Ǹ ظ      غ         G                                                                                                                                                                                                                                                                                                                                                  gd_   
& FO gd_    gd_  _ ` ׷ ط 跾  Ÿ Ǹ ظ    ݻ      G ] a n o   վ ־   	 %¾ &¾ 1¾ 2¾ 3¾ 7¾ 8¾ u¾ v¾ ¾ ۵۵۵ۭۜۋzrgrrr       j. h_ Uj    h_ U h0 h_ CJ OJ QJ ^J aJ   h
o h_ CJ OJ QJ ^J aJ   h7| h_ CJ OJ QJ ^J aJ  h7| h_ 5 hp h_ CJ OJ QJ ^J aJ  h_   hh h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  	h_ 5 'G S b n o  ־                                      j                                                                                                                                           kdJ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd_   	  c h    "   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd_   
& FQ gd_    gd_   gd_   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 #   :¾ ¾ ¾ ¾ ¾ {þ |þ ľ ľ Cƾ Dƾ ƾ ƾ Ǿ Ǿ Ǿ Ǿ Ⱦ ^ɾ ʾ ʾ $˾ %˾                                                                                                                                                                                                                                                                                                                                 
& F gd_   $ $gd_    gd_   
& FR gd_  ¾ ¾ ¾ ¾ ¾ ¾ ¾ ¾ zþ ľ ƾ ƾ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ Ǿ uȾ ~Ⱦ ɾ ɾ ʾ $˾ ̾ ̾ ŷŷŢŊŢyŷrkfUUUU  h8pU h_ CJ OJ QJ ^J aJ  	h_ 5h`\g h_  h3 h_   h
 h_ CJ OJ QJ ^J aJ  /j hh h_ CJ OJ QJ U^J aJ )j    hh h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ   hh h_ CJ OJ QJ ^J aJ  h>vi h_  hc[ h_ B*ph   h_  j    h_ Uj h_ U !%˾ ̾ ̾ ̾ ̾ ̾ ̾                                                 e                                                                                                                        F  kdֺ $$If   l   l '{6    4   4 
l a] p
        F  kdc $$If   l   l '{6    4   4 
l a] p
        	  $If   gd_    gd_  ̾ ̾ ̾ ̾ ̾ ̾ ̾ ̾ ̾ ; ; 4; 5; K; L; g; h; ; ; ; ; ; ; ; ; ; ; 
ξ ξ 5ξ 6ξ 7ξ 8ξ 9ξ о о $о о о о Ѿ 
Ѿ Ѿ Ѿ Ѿ Ҿ Ҿ Ҿ Ҿ +Ӿ JӾ Ӿ ᷳᚉ                h0 h_ CJ OJ QJ ^J aJ   ho h_ CJ OJ QJ ^J aJ  h# h_ 5h_   hh h_ CJ OJ QJ ^J aJ   h8pU h_ CJ OJ QJ ^J aJ  h_ CJ aJ  h_ CJ OJ QJ ^J aJ   h_ 5CJ OJ QJ \^J aJ 3̾ ̾ ̾ ̾ ̾ ̾ ̾                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd_    gd_ F  kdI $$If   l   l '{6    4   4 
l a] p
         ̾ ̾ ̾ ̾ ̾ ̾ ̾ ̾                                     t                                                                                                                                                             v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd_ 	  $If   gd_  ̾ ̾ ; 
; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; -; /; 4;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4; 5; C; E; K;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K; L; _; a; g;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         g; h; }; ; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ; ; ;                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ; ; ξ ξ 
ξ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdÏ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
ξ ξ ξ ξ 5ξ                         t            t                                                                                                                                                                              $$If   a$gd_ 	  $If   gd_ v  kdÏ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5ξ 6ξ 7ξ 8ξ 9ξ о о $о lо о о о Ѿ Ѿ OѾ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd_    $a$gd_ v  kdeď $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         OѾ cѾ Ѿ Ѿ Ѿ Ѿ *Ҿ HҾ |Ҿ Ҿ Ҿ Ҿ Ҿ ,Ӿ KӾ Ӿ Ӿ Ӿ Ӿ Ӿ Ծ Ծ Ծ Ծ Ծ վ 
վ &վ Yվ Zվ                                                                                                                                                                                                                                                                                                                                                                   gd_  Ӿ Ӿ Ӿ Ӿ Ӿ Ӿ Ծ Ծ Ծ վ @վ Xվ xվ {վ վ վ վ ־ J־ u־ ־ ־ %׾ &׾ 0׾ :׾ ;׾ a׾ b׾ ׾ ׾ ׾ пппппЮЄ{{ia{P  h.P h_ CJ OJ QJ ^J aJ  h6= h_ 5#h6= h_ 5CJ OJ QJ ^J aJ h_  	h_ 5hZ h_ 5h8 h_ 0J 5OJ QJ \ #h8 h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ   h0 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  Zվ xվ վ վ վ վ վ վ վ ־ 4־ J־ `־ v־ w־ ־ ־ ־ ־ &׾ 0׾ :׾                                                                                                                                                                                                                                                                                                                                       
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  :׾ ;׾                                     kdŏ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ;׾ b׾ ׾ ׾ ׾ ׾ ׾ ׾ ׾ ׾                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_  	׾ ׾ ׾ ׾ ׾ ׾ ׾ ׾ ׾ ׾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ھ ھ #ھ $ھ Cھ Dھ Eھ Fھ kھ Ⱥ򥘐me򥘐Tm               h$ h_ CJ OJ QJ ^J aJ  h*o h_ 5#h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h h_ 5h_   h7| h_ CJ OJ QJ ^J aJ  hM h_ 0J OJ QJ \h_ 0J OJ QJ \h_ h_ 0J OJ QJ \ h.P h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ ׾ ׾                                     kdgƏ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ׾ ׾ ؾ ؾ 2ؾ 3ؾ Wؾ sؾ tؾ ؾ ؾ ؾ ؾ ؾ                                                                                                                                     q                            kdǏ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  
ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ             q            l                                                                                                                                                       gd_    kd{ȏ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ؾ ؾ                                     kd8ɏ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ؾ ؾ پ پ *پ +پ Eپ aپ bپ tپ پ پ پ پ پ پ ھ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  ھ ھ $ھ Dھ z            q            q                                                                                                                                                                                       	  $If   gd_    kdʏ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Dھ Eھ Fھ mھ nھ oھ pھ qھ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdLˏ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       kھ lھ mھ rھ {ھ ۾ ۾ ۾ ۾ 5۾ 6۾ 8۾ d۾ e۾ j۾ s۾ ۾ ۾ ۾ ۾ ܾ  ܾ rܾ tܾ ܾ ܾ ܾ ܾ ܾ ܾ ܾ ݾ Tݾ Uݾ ݾ ΰ΍΍΍ΰ{jjY     hp h_ CJ OJ QJ ^J aJ   hm{ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  h
o h_ CJ OJ QJ ^J aJ  #h*o h_ 5CJ OJ QJ ^J aJ  h6= h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_ CJ OJ QJ ^J aJ  h h_ 5h_  h*o h_ 5h_ 5CJ OJ QJ ^J aJ  "qھ rھ                                     kd	̏ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               rھ {ھ ھ ھ ھ ھ ھ ھ ھ ۾ ۾ ۾ 6۾                                                                                                             q                                                         kd`͏ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  6۾ 7۾ 8۾ e۾ f۾ g۾ h۾ i۾ z            u            l            l            l            l            l                                                                                                         	  $If   gd_    gd_    kdΏ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       i۾ j۾                                     kdΏ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               j۾ s۾ ۾ ۾ rܾ sܾ tܾ ܾ ܾ                                                             q                                                                                                                             kd1Џ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd_  ܾ ܾ ܾ ܾ ܾ Uݾ ݾ ݾ ݾ ݾ ݾ z            u            u            u            u            u            u            u            h            _                            	  $If   gd_ 
  ? $If   ^? gd_    gd_    kdЏ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ޾ ޾ K޾ `޾ a޾ ޾ ޾ 4߾   * + |            K [ \ ºҬғxxxgZқғ h_ 0J 5OJ QJ \  h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ  h	 h_ CJ OJ QJ aJ  h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h	 h_ 0J OJ QJ \h*o h_ 5h*o h_ 0J 5OJ QJ \ h_  	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ #ݾ ݾ ݾ ݾ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd_ 	  $If   gd_  ݾ ݾ                                        kdя $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݾ ޾ K޾ a޾ c޾ ޾                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  ޾ ޾                                        kd
ӏ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ޾ ޾ 6߾ 7߾ s߾ t߾ ߾ ߾   + |                                                                                                  s                                                                        kdaԏ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kdՏ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdՏ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J K \ }                         s                                                                                                                                                                                   kd)׏ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  \ | } ~      1 2 I   	 (    +   4 S     q        9  7   ' F     о߷ߦЦ                                       #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_  #h8 h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ aJ -} ~      O P      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd_    gd_   kd׏ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   3 K b      F G 1 2 I ^                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_   $$If   a$gd_   
& F gd_    gd_                  {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd؏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd[ُ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdُ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	  '                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdڏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdxڏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdڏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd6ۏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdۏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j k                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdۏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdS܏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd܏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdݏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdpݏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        *                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdݏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd.ޏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdޏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L W \             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdޏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] g l             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdKߏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m n                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kdߏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      4 B R                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      }                                                                 s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J q                                       s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a b                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 8                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd_  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |    & 6                                                             s            j                                                                                                     	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z                                        s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ' 5 E                                     s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gd_  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd_   $$If   a$gd_    gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      * J o                                                                                                                                                                                                 gd_  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  7       0 1 ; E F x y             Ϳ}y}yiayiPyHy}h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_  	h_ 5hZ h_ 5#h*Y h_ 5CJ OJ QJ ^J aJ "h*Y h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   h h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #h h_ 5CJ OJ QJ ^J aJ         1 ; E                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  	E F                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & ' G H   + P ` q                                                                                                                                                                                                                                                                                                                                                                                                               
& F $If   gd_ 	  $If   gd_     	 " ; T  |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        d f v w - . 1 B Z ߧzia\TB   #h h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5h h_ 5 h7| h_ CJ OJ QJ ^J aJ  h*o h_ 5hp h_ 0J OJ QJ \^J h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd_   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . / ~     7 L d e                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd_ 	  $If   gd_  e f w . |            s            s                                                                                                                                                                                           	  $If   gd_   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . / 0 1 Z    0 B C 2 3 |            w            w            w            w            w            w            w            w            w            w            w                                             gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z     A B C a     1 3 H z {        	     F G j l | }  ̡̺̩뜡댄rj뜡                            h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h*o h_ 5hp h_ 0J OJ QJ \^J 	h_ 5hZ h_ 5 h3
 h_ CJ OJ QJ ^J aJ  "h3
 h_ 0J 5OJ QJ \^J  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hl,! h_ CJ OJ QJ ^J aJ $3 = H {                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd_                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Z [ j {   2     $ F G k                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd_ 	  $If   gd_  k l }  $     |            s            s            s            s            s            s                                                                                                                       	  $If   gd_   kd^  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                $ I ~         * Q      ߧߧߧߧߖoߧbP                               "h G h_ 0J 5OJ QJ \^J  h_ 0J OJ QJ \^J  h G h_ CJ OJ QJ ^J aJ  #h h_ 5CJ OJ QJ ^J aJ h_   h6= h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ /j h*Y h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #j    h_ CJ OJ QJ U^J aJ       ) *       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          > ? I S T y z      +  9  v                    & 8 9 D x ෥ϏϏϏ~mff                                   h h_   h G h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ hp h_ 0J OJ QJ \^J h*o h_ 5 hp h_ CJ OJ QJ ^J aJ  h_  	h_ 5hZ h_ 5h_ 0J 5OJ QJ \^J !  ? I S                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd_ 	  $If   gd_  S T                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 !  "  B  C                                                                                                            Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd_ 
  
 
 $If   gd_ 	  $If   gd_  
      D   3 4               s            n            n            h            n            c            n            n            n            c                     gd_  $gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  x y             Q c 1 D z |   2 3 5 6      B       e     
   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
 hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_   h
 h_ CJ OJ QJ ^J aJ  /js hp h_ CJ OJ QJ U^J aJ  hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ  -    [	 \	 
 
 P Q c   0 1 F  3 6     
   /                                                                                                                                                                                                                                                                                                                                   	  $If   gd_   gd_   
& FP gd_    gd_  / B C H P U             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd_  U V [ c o o            f            f            f                                                                                                                                                	  $If   gd_    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o p u |  o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd 	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kdn	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd_    kd	 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            N O  o            j            j            j            j            j            j            j            j            j            j            j                   gd_    kdJ
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  ! "       # # ) ) t, , - - - - - - . . . 1/ 2/ </ F/ G/ S/ t/ u/ / / / / / 1 1 1 ȓyg_ȓ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5hZ h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ hq7 h_  h_   hp h_ CJ OJ QJ ^J aJ  )j    hp h_ CJ OJ QJ U^J aJ h_ CJ OJ QJ ^J aJ %  0 1   ~        w x      ! ! 	# # ## 0# =# N#                                                                                                                                                                                                                                                                                                                                      h^hgd_   
& F  gd_    gd_   gd_  N# _# p# # # # # # # # # # #% $% % % C& D& ) ) ) ) 0* * * * + ;+ k+                                                                                                                                                                                                                                                                                                                                                             gd_    gd_  k+ l+ + , t, u, , - - - . . . . 2/ </ F/                                                                                                                                                                                                                                                                                                                                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_   gd_   gd_    gd_  F/ G/                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G/ u/ / / / /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  / /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / /  0 '0 N0 0 0 0 0 1 '1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd_ 	  $If   gd_  
1 1 1 1 |            s            s                                                                                                                                                                                           	  $If   gd_   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1 1 1 1 1 1 1 1 1 2 B2 C2 M2 W2 X2 d2 2 2 2 2 2 2 2 B4 4 ñԝ镃qiT                                       )hp h_ B*CJ OJ QJ ^J aJ ph   h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5	h_ 5h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_   h6= h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5 1 1 1 1 1 1 2 2 C2 M2 |            w            w            w            w            j            a            a            V                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M2 W2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd_  W2 X2                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X2 2 2 2 2 2 2                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  2 2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 3 ,3 W3 3 3 A4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  4 4 4 4 4 4 4 4 4 4 4 $5 %5 /5 95 :5 F5 g5 h5 5 5 5 5 5 &7 ǲ撄|jXP                                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph    4 4 4 4 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 4 4 4 4 %5 /5 95 |            w            j            a            a            V            a                                                              
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       95 :5                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :5 h5 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  5 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 6 ;6 {6 6 %7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd_ 	  $If   gd_  &7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 58 68 @8 J8 K8 W8 x8 y8 8 8 ղyjyjYKCh*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    7 7 7 7 |            s            s                                                                                                                                                                                           	  $If   gd_   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 7 7 7 7 8 68 @8 J8 |            w            w            w            j            a            a            V            a                            
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J8 K8                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K8 y8 8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd_  8 8 8 8 #: %: 5: 6: <: C: D: E: F: [: : : : : : : : : : : : : îxjbPAP h_ 6CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ  8 8                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 8 "9 P9 9 9 9 #: $: %:                                                                                                                         f                           kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  %: 6: D: E: F: P: [: : : :                         s            n            a                                    V                                        
  $$If   gd_ 
  ? $If   ^? gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	: :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : :  ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_  : : ; 
; < < < < < < < < < < < = = = $= V= W= a= k= l= x= = п麲vgUg麲G             h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ )h{W h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5h_  #h[Y h_ CJ OJ QJ \^J aJ   ; ;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; 
; I; U; |; ; ; ; < M< < <                                                                                                                         f                           kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd_ 	  $If   gd_  < < < < < < = = $= W=                         s            n            i            n            \                                                               
  ? $If   ^? gd_   gd_    gd_   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  	W= a= k=                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd_  
  $$If   gd_  k= l=                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l= = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd_  = = = = = = > > > ? ? ? @ @ 8@ 9@ :@ ;@ <@ =@ I@ M@ m@ SB fB ȺȨygȒgXgL                            hW> h_ 0J 5\ h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_  h*o h_ 5 = =                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = > > > 
? C? ? ? @ 8@                                                                                     s                                                                                              kdg" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
8@ 9@ :@ ;@ <@ =@ m@ B B SB B B C KC |            w            w            w            q            q            w            w            w            w            w            w            w               $gd_    gd_   kd!# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
fB B B B B C C JC ^C C C C C D 7D 8D BD LD MD eD oD pD qD tD uD D D D D D D D E E õõízh`                       h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ !KC C C C C D 8D BD LD                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  LD MD                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               MD uD D D D D D D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd_  D D                                        kd/% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D E oE E E E E E E E E                                                             f                                    [            [                     
  $If   gd_ K$  kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd_ 	  $If   gd_  
E oE E E E E E E E E E E E E E E F F $F &F 'F (F @F JF KF LF NF OF PF rF sF ļޮޮއއvޮޮޮn\                              #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ E E F %F &F 'F                                     R            I                                                                     	  $If   gd_ Q  kd' $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd=' $If   K$L$l 0                                     
t                              4   4 
l a   'F (F PF sF F F F F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sF F F F F F IG JG KG LG \G ]G G G G G G G G G G G G G ̺{vn`NN=    hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    ,h| h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J F F                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F F G JG KG LG ]G G G G                                                             f                                    [            [                     
  $If   gd_ K$  kde* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd_ 	  $If   gd_  
G G G G G G G                                     R                                                                                              Q  kd+ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd+ $If   K$L$l 0                                     
t                              4   4 
l a   G G G G G G                                     R            I                                                                     	  $If   gd_ Q  kd, $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kd9, $If   K$L$l 0                                     
t                              4   4 
l a   G G G H H =H PH cH dH eH |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdS- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G G G G G G G G H H bH cH fH oH `I aI J -J GJ HJ IJ JJ ZJ [J \J J J J K K ñÓkf^L   #hp h_ 5CJ OJ QJ ^J aJ hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_  #hp h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ eH fH                                        kd
. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fH oH H NI aI GJ HJ IJ JJ [J K                                                                                     Y                                          kda/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
K K (K )K 1K FK [K mK K K K K K K L L )L CL                                                                                                                                                                                                                      	  $If   gd_  S  kd0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$ K K 'K )K L L L L L L L L L L L L L 6M 7M :M CM OM M 8N ON PN QN RN ʧʧʧwo^^G   ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ  h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ #hp h_ 6CJ OJ QJ ^J aJ  CL ]L mL L L L L                                                                                                                                                                                                                                                      
& F$ $If   gd_  S  kd0 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  L L L L M $M 7M 8M 9M |            s            s            s            s            s            s            s                                                                                                      	  $If   gd_   kd?1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9M :M                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :M CM M M PN QN RN cN N N N                                                             f                                    [            [                     
  $If   gd_ K$  kdM3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd_ 	  $If   gd_  
RN bN cN N N N N N N N 5P 7P 8P 9P QP [P \P ]P _P `P aP nP xP yP P P P P WQ R ӯ䒯q[S                 h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5 N N N N N O O 6O FO `O zO O O O O O O P                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   P P 6P 7P 8P                                                                                                                                                                                                                                                                     	  $If   gd_  S  kd4 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  8P 9P aP yP P P P P P P |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd+5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P P                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P WQ tQ Q R R R R R R 	S                                                                                                 f                                                   kd97 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_ 	  $If   gd_  R R R R R R R S 	S 
S "S ,S -S .S 0S 1S 2S JS KS S S S S þިިިn\F>          h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ 	S 
S 2S KS pS S S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S S                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S _T T T U U U U U U                                                                                                 Y                              kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
S ^T `T T T U U U U U U U V V V 1V ;V <V =V ?V @V AV BV V V V νΦ߄|jXB   +hp h_ 0J 5B*OJ QJ \^J ph   "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ  U V V AV BV gV zV V V V V V             s                                                                                                                                                                 kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  V V                                        kdu; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V W W W HX X X X X MY                                                                                     Y                                          kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd_    
& F* $If   gd_ 	  $If   gd_  
V V W HX X X X X X X MY NY TY UY ]Y _Y Z Z Z Z Z Z =[ >[ ?[ W[ a[ b[ c[ e[ f[ g[ ñ{iiX{X{{{P h*o h_ 5 hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    #h| h_ 6CJ OJ QJ ^J aJ  h| h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5 MY NY UY ^Y _Y gY |Y Y Y Y Y Y Z Z #Z 8Z MZ                                                                                                                                                                                                         	  $If   gd_  S  kd= $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  MZ _Z yZ Z Z Z Z Z Z                                                                                                                                                                                                                                                 	  $If   gd_  S  kd> $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  Z Z Z >[ |            s            s                                                                                                                                                                                           	  $If   gd_   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >[ ?[ g[ h[ {[ [ [ [ [ [ [ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kda? $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
g[ h[ z[ {[ [ [ [ [ \ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ?_ s_ u_ {_ |_ _ _ a a ۶pkcUUUCC#hp h_ 5CJ OJ QJ ^J aJ h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5,hh1 h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5h_  +hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ  [ [                                        kd)@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ \ (] <] ] |^ }^ ~^ ^                                                                                                 f                                                        kd}A $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd_ 	  $If   gd_  
^ ^ u_ |_ _ _ _ _ _ _ _ _ ` $` >`                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd_  S  kd7B $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$   
& F& $If   gd_    
& FS $If   gd_  >` X` i` ` ` ` ` ` ` ` a !a ;a Ua fa a a                                                                                                                                                                                                                            S  kdB $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  a a a a a a a a a b b 
b             s                                                                                                                                                                 kd[C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  a a a a a a a a a a a a a 
b b b b b 
c c 1c 2c c c d d e e {f f f f Ĳ{saaaPPa  h| h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  #hQ0 h_ 6CJ OJ QJ ^J aJ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_   hG3 h_ CJ OJ QJ ^J aJ 
b b                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b 2c c c d ld d 7e e <f f f f f (g ?g og g g g 'h Sh h                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd_    
& F' $If   gd_ 	  $If   gd_  f f g g g g Wh jh nh h h h h h h h h h h =k ?k @k Ak ԿԿԿԿtbtbQb:  ,hh h_ 6B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  ,hh1 h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   ,hp h_ 6B*CJ OJ QJ ^J aJ ph   h h h h h h |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdiE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h i  i 5i Gi ai {i i i i i i i j j 3j                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kd#F $If   K$L$l 0                     x                
t                                4   4 
l a   3j Hj ]j oj j j j j j j k $k >k ?k @k                                                                                                                                                                                                                   	  $If   gd_  S  kdF $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  @k Ak ik jk }k k k k k k k |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kdGG $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Ak Yk ck dk hk ik jk |k }k k k k k l l m m m Sn hn Do Yo o o xp p p p p p ôÞՖooooooXo                           ,hp h_ 6B*CJ OJ QJ ^J aJ ph    )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 6CJ OJ QJ ^J aJ h h_ 5+hp h_ 0J 5B*OJ QJ \^J ph   h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ k k                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k l m m kn xn n \o o p p p p q 9q Pq oq q q q                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd_    
& F9 $If   gd_    
& F( $If   gd_ 	  $If   gd_  p p p q Tq gq sq q q q q q q q q q q q &r ,r -r 5r 7r }t t t t t t t t ĳmmm\NN  h_ CJ OJ QJ ^J aJ   hG3 h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  q q q &r -r 6r |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdcI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6r 7r ?r Qr cr ur r r r r r r s s 2s Cs Zs [s                                                                                                                                                                                                                       
  $If   gd_ K$	  $If   gd_  S  kdJ $If   K$L$l 0                                     
t                                4   4 
l a   [s cs us s s s s s s t t /t @t Vt gt ~t t                                                                                                                                                                                                                            S  kdJ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd_ K$	  $If   gd_  t t t t t t t t t 	u u u             s                                                                                                                                                                 kdAK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  t t t t t u 	u 
u u (v Zv v "w w #x ?x x x z z z 
{ { g| | } } }  ' : F Y  󸦕kVV   )hp h_ B*CJ OJ QJ ^J aJ ph3f )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5OJ QJ \^J  "hp h_ 0J 5OJ QJ \^J  h_  h*o h_ 5 !u 
u                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
u u (v v w @x x x Cy by y y z z J{ i| } } } ~                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd_ 
  
  $If   gd_    
& F+ 
  $If   gd_ 	  $If   gd_    # B a   ߀    /                                                                                                             f                                       kdOM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_    
& F9 $If   gd_    Ā ׀ 〿      . / r s t        Ȃ ݂ ނ ߂ ĳёzh`RA  h{W h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ CJ OJ QJ \^J aJ h*o h_ 5 hp h_ CJ OJ QJ ^J aJ   h6= h_ CJ OJ QJ ^J aJ   h;p h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  )hp h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph3f  / s t                  s                                                                                                                                                                                     kd	N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_                                           kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ځ   @ A c   ɂ ނ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd_ 	  $If   gd_  ނ ߂  # H |            s            s            s                                                                                                                                                                          	  $If   gd_   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߂   G H I J K W [ _ f  k ~   ㅿ   / b v  ņ       P c ||||||jjȎ^                        hW> h_ 0J 5\ #hp h_ 5CJ OJ QJ ^J aJ "hp h_ 0J 5OJ QJ \^J   hp h_ CJ OJ QJ ^J aJ  h8e h_ 5h_ 5CJ OJ QJ ^J aJ hPw h_ B*ph   hv h_  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    h[B h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5  H I J K  5 7 k  䅿  c  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd_    gd_   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Z          P  Ɋ  H  싿 틿   5 ? I                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  c   Ȋ ܊    G [   싿 틿  4 5 ? I J b l m q r s         Ì ̌  8 9 : J K õõxg   h{W h_ CJ OJ QJ ^J aJ  #hp h_ 6CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  hW> h_ 0J 5\ hW> h_ CJ OJ QJ aJ (I J                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J r s                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd_   Ì                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ì ̌  7 n   ԍ  9 : K                                                                                                             f                                       kd3T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  K L M u v     Ď Ŏ             s                                                                                                                                                                      kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd_  
K L M e o p t u v       Ǝ ώ           ʏ ˏ Ϗ Џ я ㏿ 䏿     ǿ泪~mh`ǿ泪   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    %Ŏ Ǝ                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ǝ ώ 펿                                                      f                                                                                                                       kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    Џ я 䏿  
     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  !                                        kdoX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! * k l          % & * + , > ? Q R w x |    + ,    ʒ ˒ ̒ ͒ ڒ 㐈|s|s|a     #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph   hZ h_ 5	h_ 5 h{W h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h h_ 5h_ %! * H l                                                     f                                                                                                                       kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_    + , ? R e x z { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd}Z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ |                                        kd7[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |   ,   ˒ ̒                                                 f                                                                                                                       kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd_ 	  $If   gd_  ̒ ͒ Β      哿 ݔ ޔ  T |            w            w            w            w            w            w            n            w            w            w            w                           `gd_    gd_   kdE] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڒ ޒ       ē 哿 ? ޔ  % T g    Õ ֕ 蕿 长    I \    ϖ ͿͨͿ͜xfWfxfxfPxf 
h_ 0J \h_ 0J CJ OJ QJ \aJ #hb` h_ 0J CJ OJ QJ \aJ h_ 0J 5\ h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\ ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  #hp h_ 5CJ OJ QJ ^J aJ h_ 5CJ OJ QJ ^J aJ  T  Õ  I  Ж  f    Ǘ җ                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd_ 	  $If   gd_ 
  ? $If   ^? gd_    gd_  ϖ 㖿  * e y    җ      2 < = A B C K h z {    Ø Ę Ә շq_W                    h h_ 5#h[Y h_ CJ OJ QJ \^J aJ "h[K h_ 0J 5OJ QJ \^J  h[K h_ 0J 5\ "hW> h_ 0J 5OJ QJ \^J  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  	h_ 5hZ h_ 5h_  h_ CJ OJ QJ aJ  hW> h_ CJ OJ QJ aJ  hW> h_ 0J 5\                                         kd] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                B C h {                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd_                                           kdS_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                Ø 2 c u   䙿 & ' 8 e                                                                                                 f                                                   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd_ 	  $If   gd_  Ә 2   ˙ ۙ 䙿 뙿  % & ' 7 8 ; P Y c e k l s u       ̧̣s^s^^^I  )h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_  #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f )h79i h_ B*CJ OJ QJ ^J aJ ph   h_ CJ OJ QJ ^J aJ   h| h_ CJ OJ QJ ^J aJ e l t u                                                                 R            I                                   	  $If   gd_ Q  kda $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdaa $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$   ƚ ǚ ښ 횿      , |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd_   kd{b $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    Ś ƚ ǚ ٚ ښ 욿 횿   - 6 7 F  r | }    眿      ɮզncXPXnn           h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h_  h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ , -                                        kd5c $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               - 6     ' : r }   ʜ                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd_ 	  $If   gd_     ! " % + V \ ] d f o        ȝ ҝ ӝ ם ؝ ٝ 띿 읿   $ % ) пЭИпп{ofofoT    #h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5)h{W h_ B*CJ OJ QJ ^J aJ ph   )hp h_ B*CJ OJ QJ ^J aJ ph   #hp h_ 5CJ OJ QJ ^J aJ  hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ    " V ] e |            s            s            h            h                                                                                                                                    
  $If   gd_ K$	  $If   gd_   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e f                                         R            I                                                                     	  $If   gd_ Q  kde $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd_ K$Q  kdCe $If   K$L$l 0                                     
t                              4   4 
l a     ؝ ٝ 읿   % ' ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd]f $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( )                                        kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ) 2  ɞ   P [ z  矿 럿 쟿 ퟿                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd_ 	  $If   gd_  
) 2 3 B  P Z [ y z       柿 矿 ꟿ 럿 쟿 ퟿        * + زqmh`                                           hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  h_ B*ph3f hv h_ B*ph3f hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h h_ 5 ퟿   , |            s            s                                                                                                                                                                                           	  $If   gd_   kdkh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , - E O P T U V h i { |         ̡ С  ~     ǿ泪jXMj          hv h_ B*ph   #h_ B*CJ OJ QJ ^J aJ ph   )h79i h_ B*CJ OJ QJ ^J aJ ph    h| h_ CJ OJ QJ ^J aJ  h h_ 5#h[Y h_ CJ OJ QJ \^J aJ h_ 0J 5\ hW> h_ 0J 5\ h*o h_ 5h_ CJ OJ QJ ^J aJ   hp h_ CJ OJ QJ ^J aJ  h_  )h{W h_ B*CJ OJ QJ ^J aJ ph    , - U V i |     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd_   kd%i $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdi $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  [ ͡   1 C ~   Ӣ                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd_    
& F/ $If   gd_ 	  $If   gd_  
  ʢ Ң Ӣ ڢ ࢿ     ' ( + @ I S T U V W X  촰o`I                                ,hp h_ 5B*CJ OJ QJ ^J aJ ph    hW> h_ CJ OJ QJ aJ  )h{W h_ B*CJ OJ QJ ^J aJ ph    hp h_ CJ OJ QJ ^J aJ  h_ CJ OJ QJ ^J aJ  hZ h_ 5	h_ 5h_   h{W h_ CJ OJ QJ ^J aJ  )h79i h_ B*CJ OJ QJ ^J aJ ph   #h_ B*CJ OJ QJ ^J aJ ph   h_ B*ph3f hv h_ B*ph3f    ( U |            s            s                                                                                                                                                                                           	  $If   gd_   kd3k $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U V W X    r   ޤ J   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd_   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    r    ޤ J     5      0  ç ϧ ӧ  ͩ    8 骿 ꪿ $ % 1 5 X    լ ٬  O } ~  
 J  ߯ 7 ͶͶͶͶͶͶͶͅͅ  h_  )hp h_ B*CJ OJ QJ ^J aJ ph   /hp h_ 5;B*CJ OJ QJ ^J aJ ph   ,hp h_ 5B*CJ OJ QJ ^J aJ ph     hp h_ CJ OJ QJ ^J aJ  h_ 5CJ OJ QJ ^J aJ #hp h_ 5CJ OJ QJ ^J aJ  4  5     0  § ç  ͩ   8 ꪿ $ % X  
 B W s                                                                                                                                                                                                                                                                                                                                                                        gd_   O ~  
 J  ߯ 7 v     ' 6 B U Y                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd_   gd_    gd_  7      1 5 U X Y ` a      %    9 :   ³ 泿   P } ~    ^ Ѽ~w~p~g]  h_ 6B*ph     h.A h_ aJ  hN h_  hN h_  h%HR h_  hPg h_  h- h_  ha3 h_  hYP h_  h~< h_  hTB h_  	h_ 5h7| h_ 5)hp h_ B*CJ OJ QJ ^J aJ ph   &h_ 5B*CJ OJ QJ ^J aJ ph    ,hp h_ 5B*CJ OJ QJ ^J aJ ph    h_ $Y Z [ \ ] ^ _ ` a M            H            H            H            H            H            H            H                   gd_   kdl $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   a u |                                                      _            V            V                                                             	 $If   gd_    kdEm $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd_   gd_  $gd_                                                                                                                                                                                                                                                               	 $If   gd_  o  kdn $$If   l       0   T# T                 .                
t  0                                                              4 
l al       Ա ܱ 豿                                     z            q            q            q                                                                                                                   	 $If   gd_  
 $$If   gd_   gd_    gd_  o  kdn $$If   l       0   T# T                 .                
t  0                                                              4 
l al  豿 鱿  % * 2            )            )            )                      	 $If   gd_    kdTo $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     *                   [                                                                                                                                           kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd_     : >  d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdJq $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ³ Ƴ ೿ d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ೿ ᳿ 泿  # J d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kdr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J K P ~   d            [            R            [            [                                                                                       	  $If   gd_ 	 $If   gd_    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       	  d            _            Z            _            Q            Q                                                                    	 $If   gd_   gd_    gd_    kdnt $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     # n            e            e                                                                                                                                                               	 $If   gd_    kd7u $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           # $ ' 0                                                                                                                                                                                                                                                	 $If   gd_  t  kdv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  0 1 2 C H P W ^ j                                     w            w            w            w            w                                                                                                              	 $If   gd_   gd_    gd_  t  kdv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  j k                                             kdFw $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          k v z                                                                  A                                  kdx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd_ 	 $If   gd_                                                          A                                              kd~y $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_                                             A            <            7                  gd_    gd_    kd]z $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd_  $$If   a$gd_   _ ` a z {                                                                                                                                                                                                                                                   E  kd<{ $$If   l 0 
" R                                                           4 
l a  	 $If   gdz 	 $If   gdz     gdz   gdz    gd_   gd_  
^ _ a g h z {       ζ ϶ ܶ ݶ      , - E F ] ^ _ c d       j     , - 춥x                          /jn hh hz CJ OJ QJ U^J aJ )j    hh hz CJ OJ QJ U^J aJ  hh hz CJ OJ QJ ^J aJ   h8pU hz CJ OJ QJ ^J aJ  hC hz  ho\ hz  
hz 5CJ hz 56CJ  h
  hz  hz  hN h_  hz h_ 6 *     ȶ ζ                                     a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gdz 	 $If   gdz  E  kd{ $$If   l 0 
" R                                                           4 
l a   ζ ϶ ض ܶ ݶ                                       a                                                                                                                             E  kd| $$If   l 0 
" R                                                           4 
l a  	 $If   gdz 	 $If   gdz  E  kdY| $$If   l 0 
" R                                                           4 
l a          ,                                     a                                                                                                                             E  kdv} $$If   l 0 
" R                                                           4 
l a  	 $If   gdz 	 $If   gdz  E  kd} $$If   l 0 
" R                                                           4 
l a   , - 8 E F P ]                                     a                                                                                                                             E  kd4~ $$If   l 0 
" R                                                           4 
l a  	 $If   gdz 	 $If   gdz  E  kd} $$If   l 0 
" R                                                           4 
l a   ] ^ _ ` a b c                                                                                                                                                                                                                                                                                               	 $If   gdz 	 $If   gdz     gdz  E  kd~ $$If   l 0 
" R                                                           4 
l a   c d q r   l            c            Z            c            Z                                                                                                       	 $If   gdz 	 $If   gdz    kd~ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        i j \ ] 4 5 l            g            a            \            g            g            g            g            g            g                        gdz  $gdz    gdz    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
- 1 2 ' ( 3 4 D E I J K L R S e f         ǻ Ȼ 绿 軿 껿 뻿   0 1 H I J N O l m n z {  ɱɣz               hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz CJ OJ QJ ^J aJ  /jՀ hh hz CJ OJ QJ U^J aJ  hh hz CJ OJ QJ ^J aJ  )j    hh hz CJ OJ QJ U^J aJ  h
 hz CJ OJ QJ ^J aJ -5 L e f                                                                                                       P                E  kd $$If   l 0 
" R                                                           4 
l a   E  kd< $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gdz  	       û ǻ                                                             a                                                                                           E  kdY $$If   l 0 
" R                                                           4 
l a   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  ǻ Ȼ ۻ 绿 軿 黿 껿                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   껿 뻿    # 0                                     a                                                                                                                             E  kdՃ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdv $$If   l 0 
" R                                                           4 
l a   0 1 ; H I J K L M N                                     a            Z                                                                                       gd'J  E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd4 $$If   l 0 
" R                                                           4 
l a   	N O \ ] k l l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   l m n {  T U G H    l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
 U             / 0 4 5 7 _ `     
    b d v w          ޱɠވɠބ}oooooooooj   	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jՆ hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ  /jn hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ )  7 @ `      c                                                                                                                                                                                                                                                       S  kd< $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	c d w                                         N                                                                                       S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd· $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       5¿ ¿ ÿ ÿ vĿ wĿ lſ mſ yſ ſ Wƿ ƿ .ǿ ǿ ǿ                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    lſ mſ yſ ȿ ȿ ȿ ȿ ɿ !ɿ yɿ zɿ ɿ ɿ ɿ ɿ aʿ bʿ rʿ zʿ O˿ Q˿ b˿ ̿ ̿ ̿ gο ο ο %п 'п Fп п п п п п Iѿ Jѿ _ѿ `ѿ ѿ ѿ ѿ Կ ǮǮǮǦǕǄs       h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  hlC h'J 5h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J   hh h'J CJ OJ QJ ^J aJ ,ǿ ǿ ȿ ɿ yɿ zɿ ɿ ɿ ɿ ɿ P˿ Q˿ b˿ ̿ ̿ Ϳ -Ϳ FͿ bͿ |Ϳ }Ϳ ο ο &п 'п п п п                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  п п п п п Jѿ `ѿ ѿ                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  ѿ ѿ ѿ ѿ ѿ 1ҿ ҿ ҿ ҿ ӿ Sӿ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Sӿ ӿ rԿ sԿ Կ տ տ `տ aտ ֿ ֿ ^׿ _׿ ؿ ؿ ٿ ٿ Rڿ Sڿ mڿ ~ڿ .ۿ ۿ /ݿ 0ݿ ݿ ݿ                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  Կ Կ Կ Կ Կ Կ Կ Կ  տ տ տ 
տ տ տ տ `տ aտ ֿ ]׿ ٿ ٿ -ڿ .ڿ 9ڿ :ڿ Jڿ Kڿ Oڿ Pڿ Qڿ Rڿ Sڿ \ڿ mڿ ~ڿ ˺ng`[        	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j6 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   jϊ h'J Ujh h'J Uh'J  j    h'J U "~ڿ ڿ ۿ ܿ 1ܿ /ݿ ݿ ߿ ߿ ߿ L߿ p߿ q߿ t߿ u߿ {߿ |߿ ߿ ߿ ߿ ߿ ߿ ߿ ߿ ߿   + , M N e f | }            D ]    & 8  # ᷳᚉ h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ aJ   h'J 5CJ OJ QJ \^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ 6ݿ ߿ ߿ ߿ 5߿ 6߿ J߿                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  J߿ K߿ L߿ U߿ c߿ p߿ q߿                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         q߿ r߿ s߿ t߿ u߿ y߿ z߿ {߿                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  {߿ |߿ ߿ ߿ ߿                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdF $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ߿ ߿ ߿ ߿ ߿                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ߿ ߿ ߿ ߿ ߿                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ߿ ߿ ߿ ߿ ߿                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdG $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ߿ ߿  	                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           $ & +                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         + , F H M                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdH $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M N ] _ e                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f t v |                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         | }                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   D ^                            |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ! 9 m     $ X r    	 
   . 7 8 N t                                                                                                                                                                                                                                                                                                                                                                         gd'J  # X    
   , - . N d       B c t    h }       |tokotkY              #h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ho h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ     # $ B r s t        g h r }                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdJ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 	 
   6 L b d {                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	  	 
    5 6 K L a b |    & ' F G H I o p u ~        ƻ叇vd\叇v                    h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J  h'J CJ OJ QJ ^J aJ  h6= h'J 5  { |                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               |             '                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
' G H I p q r s t             q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  t u                                     kdr $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               u ~         ) B W l                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdɛ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                         K W s        . / 2 < R    º§º}}}§kZZ  hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ #h*o h'J 5CJ OJ QJ ^J aJ  h$ h'J CJ OJ QJ ^J aJ #                                      kdC $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 $ % 9 : \ x y                                                                                                                 q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdW $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 F G     /                                                             q                                                                                                                             kdk $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  / 0 1 2 R   ) * 4 ? z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd( $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   * ? q r |         (        H I J i j sgggVI  h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ? r |                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                (     
 ^     I                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  I J k l m n o |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j k l m p y       	 
  . 9     2    1     ?   9 X r wiwWwWwWwWwWwWwWw#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h'J  h*o h'J 5 "o p                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p y                             s                                                                                                                                                                                   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    	 
   9    & 0 ; E |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E F       U         ! 1                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdש $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϬ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         0                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd쭐 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǯ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd䰐 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdܳ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       9 G W                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       P r                                                               s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԶ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r       ;     #  B      . M      , ` q r s        Ʒ܆tlgglWhp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ h'J   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  "                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̹ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ]                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd麐 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       * :                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdļ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | } ~                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdὐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      r s                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         #  1  A                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A  B  M  R              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R  S  ]  b              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b  c  n  s              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s  t  ~                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                   s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdrÐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0Đ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                      {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      . < L                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdMŐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdjƐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a           s t     +                                                                                                                                                                                        gd'J  z  kd(ǐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , ` r s }                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kdǐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ' 9 ; R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J     & ' 8 9 S \ / 1 A B R S m n o     
  3 4 c d g p    	 ĳԫԦteTԳԫԦ     h6= h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jʐ h*Y h'J CJ OJ QJ U^J aJ #j    h'J CJ OJ QJ U^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  hp h'J 0J OJ QJ \^J h'J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h*o h'J 5  R S                                        kdȐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S \              0                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  0 1 B     
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd/ʐ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  4 c d e f |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdnː $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g                                        kd(̐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p    g r                                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J    	 	 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd|͐ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        	 	 	 	 	 	 	 s
 t
 
 
 
 
 
 
 1 F |          ? @ o  ѿniiYQY        h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hl,! h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  hZ h'J 5 	 	 	 	 	 s
 t
 
 
 
 
   |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd6ΐ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                                                                                                                                                                                                                                                                                                                                                                                                             
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kdΐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                @ o                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J      U
 X
         2 3 4 G H W x    % F h      齵£|kY|                   #h h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jRҐ h*Y h'J CJ OJ QJ U^J aJ #j    h'J CJ OJ QJ U^J aJ hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdDА $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    
 =
 >
 
 * J k                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd'J 	  $If   gd'J     X  	 G  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdѐ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             9 : n    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdҐ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         : l m n           , = > A J      4 5 = ? O P  ñЉyg_Б                               h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J  "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h G h'J CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J                                           kdӐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , > ? @                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  @ A                                        kdԐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A J       > ? P                                                                                                 Y                              kd9֐ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
P      d    U b             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd֐ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                 $ % d  U b     ! ! " " " " " " " " *# ,# $ &$ $ $ ­­rrrdddddr h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
 h'J CJ OJ QJ ^J aJ  /jא hp h'J CJ OJ QJ U^J aJ )j    hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J   h G h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ 'b           S T ! ! ! " " " +# ,# $ &$ $ $ $ $                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  $ $ $ $ $ $             f                                                                                                                                                                      kdؐ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  $ $ $ $ $ o            f            f            f                                                                                                                                                	  $If   gd'J    kdؐ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ $ $ % % o            f            f            f                                                                                                                                                	  $If   gd'J    kdؐ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % $% o            f            f            f                                                                                                                                                	  $If   gd'J    kd^ِ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $% %% -% 5% :% o            f            f            f                                                                                                                                                	  $If   gd'J    kdِ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at :% ;% C% K% W% o            f            f            f                                                                                                                                                	  $If   gd'J    kd:ڐ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at W% X% `% g% l% o            f            f            f                                                                                                                                                	  $If   gd'J    kdڐ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l% m% u% |% % o            f            f            f                                                                                                                                                	  $If   gd'J    kdې $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at % % % % ,& -& ' ' ) ) ) ) 2* o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdې $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ % % 0& 4& d' ' ( ) }) ~) ) ) ) ) ) ) 2* >* !3 +3 r6 }6 t< < > &? 6@ B@ C@ O@ S@ o@ sA tA A A A A A A A A A ﰩ{{s           h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J  /jې hp h'J CJ OJ QJ U^J aJ )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ +2* >* * * q+ r+ , 	, [, . . %/ &/ w/ 1 1 1 !3 +3 q4 r4 5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  5 5 5 6 6 6 06 C6 Z6 q6 r6 }6 7 7 K8 L8 8 8 ; ; t< < < 
= = j= = = =                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  = = ?> > > > &? 6@ C@ o@ sA tA ~A A A A A                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  A A                                        kdmܐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A 1B 2B 4B 5B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  A 0B 1B 2B 6B ?B D 
D D D TD UD VD XD dD hD D D D D D D D D D E E 5E 6E 7E ;E DE F Ͼ鹱龀qq鹱龣iϾ                                              h*o h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  #hp h'J 6CJ OJ QJ ^J aJ   5B 6B                                        kdݐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6B ?B ~B B B B C >C IC C C C D D                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
D 
D D UD |            s            s                                                                                                                                                                                           	  $If   gd'J   kdߐ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       UD VD WD XD D D D D D D |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdߐ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D D                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  D D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D E 5E 6E 7E 9E :E                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  :E ;E                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;E DE E E E E !F EF F 4G DG EG                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  F 4G DG FG VG WG ]G dG eG fG gG |G G G G G G G G G H H H H ղю}ogUC               #h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    EG FG WG eG |            s            s                                                                                                                                                                                           	  $If   gd'J   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       eG fG gG qG |G G G G |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  H H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H (H gH sH H H I )I I J (J )J                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  H (H I J (J *J :J ;J AJ HJ IJ JJ KJ LJ XJ \J wJ xJ J J J J J J J K Ѽr`Q`QC     h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h h'J 5 )J *J ;J IJ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       IJ JJ KJ LJ xJ J J J J J |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J J                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J K *K +K ,K -K /K 0K                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  K K +K ,K -K 1K :K L L L L L L L L L L M M "M ,M -M 9M ZM [M eM Ƕᱩm^ᱩP                               h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 0K 1K                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1K :K yK K K K L 9L qL L L L                                                                                                                         f                           kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  L L L L L L L M "M ,M                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	,M -M                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -M [M M M M M M                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  eM M M M M M M O  O !O 1O 2O 8O ?O @O AO BO |O O O O ڙ|jUگF4F#hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  #hp h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ  M M                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M N 4N TN N N N  O !O                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  !O 2O @O AO BO |O O O O O                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	O O O O O O O P P P  P !P ;P DP EQ FQ GQ }R ~R R R R R R R R R R R R R T ݛyggXg                 h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5 O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  O O                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O P  P !P #P :P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  :P ;P                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ;P DP FQ GQ XQ Q Q ~R R R R                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
R R R R R R R T T T U VU U U |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
T T U 2U UU iU U U U U #V 7V yV zV V V V V V V V V V V V V W W 1W 2W jW kW W W W õõízh`                  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\"U $V yV zV V V V V V                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  V V                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V W 2W EW XW kW mW W                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  W W                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W X 9X :X ;X LX yX X X                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
W W 9X :X ;X KX LX OX dX mX wX yX X X X X X X X X X X X X X X X X X X X ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ X X X X X X                                     R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a   X X X X Y #Y 6Y IY JY KY |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X HY IY LY UY xY Y Y Y Y Y Y Z Z Z 'Z )Z >Z ?Z NZ PZ VZ WZ XZ ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J KY LY                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               LY UY xY Y Y Y Y Y Z Z (Z                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
(Z )Z ?Z OZ PZ QZ RZ                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdY $If   K$L$l 0                                     
t                              4   4 
l a   RZ SZ TZ UZ VZ WZ                                     R            I                                                                     	  $If   gd'J Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   WZ XZ Z Z Z Z Z Z Z Z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	XZ pZ zZ {Z |Z ~Z Z Z Z Z Z Z Z Z [ [ \ \ \ \ \ \ \ \ \ R] [] r] ] ] ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ Z Z                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z 6[ [ [ \ \ \ \ \ ]                                                                                     Y                                          kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
] ] ] ] ] ] ] ] ^ +^ ;^ U^ o^ w^ ^ ^ ^ ^                                                                                                                                                                                                                      	  $If   gd'J  S  kdU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ ] ] ] ] +_ ,_ -_ ._ F_ P_ Q_ R_ T_ U_ V_ u_ v_ _ _ _ _ _ 8` ` ` ` ` ` ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  ^ ^ ^ _ +_ ,_ -_                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  -_ ._ V_ v_ _ _ _ _ _ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ 8` f` ` ` ` ` 7a >a Ga                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
` ` ` a a 7a =a >a Fa Ha b b b b b b b b b b b b c c Nc Oc Rc [c c d ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 Ga Ha Pa ea za a a a a a b b !b 6b Hb bb |b b                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdA $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   b b b b b                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  b b b c c )c <c Oc Pc Qc |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Qc Rc                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Rc [c c c Ed d ,e -e .e /e @e e                                                                                                 f                                                   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  d *e -e .e /e ?e @e e e e e e e e e e e e e 2f 3f 6f ?f þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ e e e e e 
f  f 3f 4f 5f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd-	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5f 6f                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6f ?f f g Tg g ;h <h =h >h Oh                                                                                                 Y                              kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
?f f f Sg Tg g ;h <h =h >h Nh Oh h h h h h h h h h h h <i =i @i νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  Oh h h h h h i i *i =i >i ?i             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ?i @i                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @i Ii j Ej j j qk rk sk k k                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
@i Ii j j ok qk rk sk k k k k k k k k `m bm cm dm tm um m m m m m m m m m m ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 k k k k k k l l -l Gl al ql l l l l l                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  l l m m -m Gm am bm cm                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdO $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  cm dm um m |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m n n +n >n Qn Rn Sn |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
m m n n Pn Qn Tn ]n o q q q q q %q *q ?q q q q q r r r r 	t t ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  Sn Tn                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Tn ]n o vo o o Yp q q q q                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
q q q r r r r -r Br Wr ir r r r r                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdq $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  r r r 
s s *s ?s Ts fs s s s s s s 
t t                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  t t 
t 5t 6t It \t ot t t t t             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  t t 
t %t /t 0t 1t 3t 4t 5t 6t Ht It t t t t eu u u u u ov pv Uw jw x x y y y y Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ t t                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t eu u v pv v v lw w x x y y $y cy y y y %z Yz z z z {                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  y $y )z <z @z Xz z z z { { { "{ #{ g{ m{ n{ v{ x{ } } } } ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   { { #{ g{ n{ w{ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w{ x{ { { { { { { | | 0| J| [| u| | | | |                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd] $If   K$L$l 0                     x                
t                                4   4 
l a   | | | | } -} >} X} r} } } } } } }                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  } } } } ~ ~ -~ @~ S~ T~ U~ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
} } } } } } } ~ ~ R~ S~ V~ _~  I  g | ݀  ΁  J _       d ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ U~ V~                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V~ _~      o  b    `   Ã ڃ   Y Z                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  d w   ރ     / 7 P X Y Z [ k l       	 
  # - . 2 ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  Z [ l    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ʉ ۄ    ( ? V g ~    ͅ                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kdW $If   K$L$l 0                                     
t                                4   4 
l a       # 5 L c z    ʆ    	                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  	 
  3 4 G Z m                 s                                                                                                                                                                 kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  2 3 4 F G       z  L  Ɋ + G  +   H  u  p  -  Ē В  / 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  z L ʊ H  ͋  I g  + ԍ      , -                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  - m  ̒  + J i                                                                                                                 f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  / B N a m           ! " # ' ( , 5 R g h i ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f     " # ( * +             s                                                                                                                                                                                     kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  + ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 B d   ʔ ˔   1 S h                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  h i z  ҕ |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdQ! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i y z ѕ ҕ ӕ ԕ Օ        7 J m       ; O   ! H   ڜ  ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  ҕ ӕ ԕ Օ     7 n   < |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <      K L   H   ڜ  S  ҝ ! v w    ɞ Ӟ                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    / R f   ѝ    4 v w    ɞ Ӟ Ԟ         " # 5 6 H I M V    à Ġ Ԡ ՠ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (Ӟ Ԟ                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԟ    # 6 I K L                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  L M                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V    & D ^  à Ġ ՠ                                                                                                             f                                       kdm% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ՠ ֠ נ     & 9 L N O             s                                                                                                                                                                      kd'& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
ՠ ֠ נ          % & K L P Y      / 0 1 2 J T U Y Z [ m n     ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %O P                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P Y w    0 1                                                 f                                                                                                                       kd5( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  1 2 Z [ n      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    x y z           ȣ ɣ ۣ ܣ     2 3   B C D T U V W d 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %  Ң  y z                                                   f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      ɣ ܣ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdq, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3  C D U V                                                 f                                                                                                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  V W X    = > o g h  ާ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d h     = J N o ɦ h   ާ   ( L M ` r s    Ө    ( Y ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ާ  M  Ө  Z   E F G Q \                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  Y m     D F G \       ƪ Ǫ ˪ ̪ ͪ ժ    * + D M N ] շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kd9/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ̪ ͪ    + - C                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  C D                                        kd0 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               D M    7 B n   ¬                                                                                                  f                                                   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ]  7 B U e n u {     ¬ Ŭ ڬ          $ & ' ( ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ      % & '                                                             R            I                                   	  $If   gd'J Q  kd(3 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ ' ( P Q d w      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
( @ J K O P Q c d v w      Э .    % & A q z     ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdo4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 / J {   Į   & B T z                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J                  5 6 8 9 : R \ ] a b c u v      пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           7 8 9                                     R            I                                                                     	  $If   gd'J Q  kd
7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd}6 $If   K$L$l 0                                     
t                              4   4 
l a   9 : b c v      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdQ8 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 + S   ڱ   / q u v w                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
   ̰ * ڱ      & . / 6 < p q t u v w x        زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 w x   |            s            s                                                                                                                                                                                           	  $If   gd'J   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ϲ ٲ ڲ ޲ ߲      + , 0 9 : I   V Z     1 2 ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph      ߲     , . / |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd_: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/ 0                                        kd; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 9   W   ʹ   2 ]                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
2 E T \ ] d j        ʵ ӵ ݵ ޵ ߵ    	 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f     ߵ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdm< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߵ    	 
 E  . / h Է   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd'= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
	   E  . ; ? h Է     B  +       M Y ]  W    ¼ s t        H I _ c     A   - i  ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4 B  * +     L M  W   ¼ t      ̾   
   H I                                                                                                                                                                                                                                                                                                                                                                    gd'J     A   - i    7                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J    gd'J   7 ;           9 : ; < x   =      K L p      
 2 6  Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kd= $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a         + ,                                                 _            V            V                                                             	 $If   gd'J    kd> $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  , - 9 :                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdT? $$If   l       0   T# T                 .                
t  0                                                              4 
l al  : ; < G K ^ f r                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd? $$If   l       0   T# T                 .                
t  0                                                              4 
l al  r s x   2            )            )            )                      	 $If   gd'J    kd@ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      
   = B              [                                                                                                                                           kdA $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdB $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      L P j d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdMC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j k p    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdD $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      
 3 d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdD $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  3 4 5 ?    d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kdqF $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kdFG $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdG $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdH $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                               A                                  kdI $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kdJ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J        ! 6                                     A            <            7                  gd'J    gd'J    kdK $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  6       / 0 D F                                                                                                                                                                                                                                              E  kdvL $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  
      / 0 F G I J X Y f g                
   ,          󽬗n  h
 h'J CJ OJ QJ ^J aJ  /jQ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz h'J 6 +F G H I J R X                                     a                                                                                                                             E  kd4M $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdL $$If   l 0 
" R                                                           4 
l a   X Y b f g z                                      a                                                                                                                             E  kdM $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdM $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdN $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdQN $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdnO $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdO $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kdO $$If   l 0 
" R                                                           4 
l a       
  l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd,P $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a     
  ,       l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdP $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            W X d e         : < L M         Z ] r      u v     ڱﭦﭓzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  /jR hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ 0    X e                                                                                                                                                                                                                                                           S  kdvR $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	   ; < M                                      N                                                                                       S  kdS $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdS $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        k ' (        g  6                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kd,T $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     ]    W u v      A       % &   $ % p                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J            A  # &    p         0 1 2 N O Z [ \ ` a    ܮ{shsss                   jU h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ %p |      1                                     j                                                                                                                                           kdT $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  1 2 C    . / K   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd0U $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 L   c          l m # $         M N                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J              "                    M   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jpV hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj	V h'J U !N                                                       e                                                                                                                        F  kdJW $$If   l   l '{6    4   4 
l a] p
        F  kdV $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J           < = ] ^ t u             6 7 ^ _ ` a b @ A M    0 6 9        T s  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd0X $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdW $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdX $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J    4 6 <                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdY $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         < = V X ]                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd+Z $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ^ l n t                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdZ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t u                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd,\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd-^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           / 1 6                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 7 > C ^                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd.` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ^ _ ` a b @ A M     1 D x                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x      S q     ! U t          " 5 6 O                                                                                                                                                                                                                                                                                                                                                                     gd'J          " 4 i       G s    N O Y c d      пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ           G ] s        O Y c                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  c d                                     kda $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J  	          $             : < L M l m n o  Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kdb $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                $ F G [ \                                                                                                                                             q                            kd2d $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                     q            l                                                                                                                                                       gd'J    kdd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kde $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 > ? S T n        % & ;                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  ; < M m z            q            q                                                                                                                                                                                       	  $If   gd'J    kdg $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       m n o      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdg $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            , . > ? ^ _ a         = I          ; } ~  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd}h $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        - . ? _                                                                                                             q                                                         kdi $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  _ ` a      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdj $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdNk $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kdl $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       ~      z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdbm $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
       % & F G t     ] A  C  S  T             	 
     t   ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #   %                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  % &                                        kd-n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & G t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 _ `     B  C  T                                                                                                      s                                                                        kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J      
   
  |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdIr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 s t                           s                                                                                                                                                                                   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           Z [ r   2 Q   5 T   ] |   
 0
 
 
 ) H   C b A
 `
 
 
 P o   ! " о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -       x y      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdWt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  E \ t     ) o p Z [ r                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdpu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.v $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      2 @ P                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdKw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdhx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd&y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 C S                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdCz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd}| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! ] k {                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	 	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 	 	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 	 #	 (	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (	 )	 3	 8	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8	 9	 :	 	 	 
 
 /
                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /
 0
 ;
 @
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @
 A
 K
 P
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P
 Q
 \
 a
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̂ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a
 b
 l
 q
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q
 r
 s
 
 
 
                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd郑 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 ) 7 G                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdą $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdᆑ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      C Q a                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdى $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
 
 A
 O
 _
                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _
 `
 k
 p
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p
 q
 {
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
 
 
                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdь $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # $ P ^ n                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd搑 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . / S s        ! " E                                                                                                                                                                                         gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " 3 E `      ' Y Z d n o               Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ        ' Z d n                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	n o                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O P p q   T y                                                                                                                                                                                                                                                                                                                                                                                                                 
& F $If   gd'J 	  $If   gd'J     2 K d }  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          
  ! " 1              V W Z k  ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j# h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 W X    - F ` u                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd'J 	  $If   gd'J     W |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W X Y Z    G Y k l [ \ |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          F G j k l     H Z \ q         1 2 5 >   o p      ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $\ f q                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    2 3 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  4 5                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 >       [   
 0 M o p                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J      M   ) |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdҜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                M r     ( ) , = S z    
  ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  ) * + , R S   
    * |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          5 g h r | }        T  b                  9! :! <! =! O! a! b! m! ! ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !* 5 h r |                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  | }                                        kd˞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 J  K  k  l                                                                                                            Y                              kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
  :! ;! <! =! m! " '" \$ ]$ & '             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ! ! ! ! ! ! ! ! " '" & ' -( >( z+ + Z/ m/ / / / / [0 \0 ^0 _0 0 0 1 1 72 k2 :3 A3 3 3 5 $5 6 6 7 7 57 67 F7 G7 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j, hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j碑 hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -' ,( -( >( ) ) E* F* y+ z+ + , , Y/ Z/ o/ / \0 _0 0 0 1 1 62 72 F2 X2                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  X2 k2 l2 q2 y2 ~2             f                                                                                                                                                                      kdN $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  ~2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd'J    kd* $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 2 2 o            f            f            f                                                                                                                                                	  $If   gd'J    kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2 2 2 3 3 o            f            f            f                                                                                                                                                	  $If   gd'J    kd⥑ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 3 3 3 '3 o            f            f            f                                                                                                                                                	  $If   gd'J    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at '3 (3 )3 *3 3 3 #5 $5 6 6 w7 x7 7 o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G7 J7 K7 7 7 @ @ D D J $J L L M M M M M N O O (O ZO [O eO oO pO |O O O O O O O O Q Q Q ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %7 7 Y8 Z8 9 9 9 9 9 ; ; < < = > > ;? @ @ B B 2C ?C LC YC fC wC                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  wC C C C C C C C C D D D LE ME E E lF mF ?I @I J $J YJ J J 	K 7K dK K                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  K K K .L L L L M M N O O O (O [O eO oO                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  oO pO                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               pO O O O O O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  O O                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O P )P PP wP P P P !Q +Q PQ Q Q                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
Q Q Q Q |            s            s                                                                                                                                                                                           	  $If   gd'J   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q R R #R $R 9R kR lR vR R R R R R R R R R R kT T ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 Q Q Q Q #R $R .R 9R lR vR |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	vR R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  R R                                        kdë $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  R R                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R "S .S US S S S jT T T T                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  T T T T T T U U U U U MU NU XU bU cU oU U U U U U U U OW ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    T T T U |            s            s                                                                                                                                                                                           	  $If   gd'J   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U NU XU bU |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bU cU                                        kd߯ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cU U U U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  U U                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V V 9V dV V V NW W W W                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  OW W W W W W W W W W W W W W X X ,X ^X _X iX sX tX X X X X X ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    W W W W |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W W W W X !X ,X _X iX sX |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	sX tX                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               tX X X X X X X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  X X X X LZ NZ ^Z _Z eZ lZ mZ nZ oZ Z Z Z Z Z Z Z Z Z [ #[ $[ %[ îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  X X                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X Y $Y KY yY Y Y Z LZ MZ NZ                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  NZ _Z mZ nZ oZ yZ Z Z Z Z                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	Z Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z $[ %[ &[ ([ )[                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  %[ &[ *[ 3[ \ \ \ \ \ \ \ \ \ \ ] 5] 7] 8] M] ] ] ] ] ] ] ] п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  )[ *[                                        kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *[ 3[ r[ ~[ [ [ [ "\ ?\ v\ \ \                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  \ \ \ \ \ ] 8] B] M] ]                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  ] ]                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ] ] ] ] ] ] ^ ^ ^ ` ` ` .` /` a` b` c` d` e` f` r` v` ` |b b ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 ] ]                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ^ ^ ^ 6_ l_ ` ` /` a`                                                                                     s                                                                                              kd۾ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
a` b` c` d` e` f` ` Gb Hb |b b b -c tc |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
b b b b c ,c @c sc c c c d d .d `d ad kd ud vd d d d d d d d d d d 	e 
e $e -e 9e õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !tc c d d #d .d ad kd ud                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ud vd                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               vd d d d d d 
e e #e                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  #e $e                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $e -e e e e e e e f f 'f                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
9e e e e e e e e f f f f f f &f (f =f >f Mf Of Pf Qf if sf tf uf wf xf yf f f ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 'f (f >f Nf Of Pf                                     R            I                                                                     	  $If   gd'J Q  kd>đ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdÑ $If   K$L$l 0                                     
t                              4   4 
l a   Pf Qf yf f f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdđ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f f f f g rg sg tg ug g g g g g g g g g g g g g g ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J f f                                        kdő $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f g Eg sg tg ug g g g g                                                             f                                    [            [                     
  $If   gd'J K$  kdƑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
g g g g g g g                                     R                                                                                              Q  kd ȑ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdǑ $If   K$L$l 0                                     
t                              4   4 
l a   g g g g g g                                     R            I                                                                     	  $If   gd'J Q  kd:ɑ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdȑ $If   K$L$l 0                                     
t                              4   4 
l a   g g h @h Ah fh yh h h h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdɑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	g h h h h h h h @h Ah h h h h i i =j Vj pj qj rj sj j j j j j k Ak Gk ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ h h                                        kdʑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h h wi i pj qj rj sj j Ak                                                                                     Y                                          kdˑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
Ak Hk Qk Rk Zk ok k k k k k k l l +l @l Rl ll                                                                                                                                                                                                                      	  $If   gd'J  S  kd̑ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ Gk Hk Pk Rk l l l l l l l l l l l m m _m `m cm lm xm m an xn yn zn {n ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  ll l l l l l l                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd!͑ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  l l l m :m Mm `m am bm |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd͑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       bm cm                                        kdmΑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cm lm m n yn zn {n n n n n                                                             f                                    [            [                     
  $If   gd'J K$  kdϑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
{n n n n n n n n n n ^p `p ap bp zp p p p p p p p p p p p p p q .r ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 n n n o o +o Eo _o oo o o o o o o p p +p                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd{Б $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   +p Ep _p `p ap                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd
ё $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ap bp p p p p p p p p |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdё $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p p                                        kdYґ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p q q q -r r r r r r 2s                                                                                                 f                                                   kdӑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  .r r r r r r r 1s 2s 3s Ks Us Vs Ws Ys Zs [s ss ts s s s s þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 2s 3s [s ts s s s s s s |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdgԑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kd!Ց $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t t t <u u u u u u                                                                                                 Y                              kdu֑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
s t t t t <u u u u u u u @v Av Bv Zv dv ev fv hv iv jv kv v v v νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  u Av Bv jv kv v v v v v v v             s                                                                                                                                                                 kd/ב $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  v v                                        kdב $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v w w (x qx y y y #y vy                                                                                     Y                                          kd=ّ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
v v w qx y y y y "y #y vy wy }y ~y y y z { { { { { f{ g{ h{ { { { { { { { ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 vy wy ~y y y y y y y y  z z *z Dz Lz az vz                                                                                                                                                                                                         	  $If   gd'J  S  kdّ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  vz z z z z z  { { {                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdڑ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  { { { g{ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdۑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g{ h{ { { { { { { { { { |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdۑ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
{ { { { { { { { | ~ ~ ~ ~ ~ ~ ~ ~ " h         ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  { {                                        kdܑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { | } Q} e} } ~ ~ ~ ~                                                                                                 f                                                        kdݑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
~ "          " < M g                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdޑ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  g     ɀ ހ    9 J d ~                                                                                                                                                                                                                               S  kd=ߑ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     ԁ Ձ    ! 4 5 6             s                                                                                                                                                                 kdߑ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J     ā ΁ ρ Ё ҁ Ӂ ԁ Ձ   3 4 7 @  3 4 Z [    	       Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ 6 7                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 @  [   B   `  e   Æ  Q h  ć  $ P |                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J   Æ ȇ ۇ ߇            
   f h i j ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph       
  |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          4 I ^ p    ω    % ? G \                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   \ q    ̊ ݊   " < M g h i                                                                                                                                                                                                                   	  $If   gd'J  S  kd) $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  i j     ̋ ߋ    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
j                  |  m          ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                             = b y                                                                                                                                                                                                                                                                                                                              
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J    " 5 }     Α ֑      
  O U V ^ `      ̔ ͔ є ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f     O V _ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ` h z    ǒ ޒ    4 E [ l                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a        ԓ    * A X i                                                                                                                                                                                                                                S  kd# $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     Ҕ Ӕ     2 4 5             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  є Ҕ Ӕ   1 2 6 ? Q   K  L h ʘ  : ʚ ! 6      $ ̟ P c o  Π 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !5 6                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? Q   i  ! l    8 ʚ s   ' ( / ˟ ̟                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  ̟  L k  ʠ   ' F G X                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  Π       + > E G W X      ¡ ơ ǡ ˡ ԡ     ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  X    ¡ ǡ ɡ ʡ             s                                                                                                                                                                                     kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ʡ ˡ                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˡ ԡ   % G i j   Т                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd'J 	  $If   gd'J     L q |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          p q r s t        ֥     D X   ڦ      B E y  ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  q r s t  ^ `  ֥ 
 E  ۦ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۦ 0 1  * +      D E y   * q      + ^ h r                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    Ϊ   ) = p   ӫ   + ] ^ h r s          ¬ Ԭ լ     = a b c s t õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (r s                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s    ¬ լ                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = `  ŭ   4 b c t                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  t u v    Ů خ                s                                                                                                                                                                      kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
t u v         Į Ů     9 :    ί ϯ Я ѯ        
    E F ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  :   ϯ Я                                                 f                                                                                                                       kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  Я ѯ   
   3 F H I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I J                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F J S      ) * + , D N O S T U g h z {     ѱ ұ T U         㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %J S q    * +                                                 f                                                                                                                       kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  + , T U h {     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ұ U                                                     f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J     (   ܳ ݳ    ; } |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         (    ܳ    h  ; N }   ǵ      0 1 D r    Ƕ  ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  }   1 r   @       . 8 B                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    ? S       - . 8 B C [ e f j k l t    ɸ ʸ     շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\B C                                        kds $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C k l    ʸ ̸                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 [   ֹ  
 O P a                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J   [ ֹ    
   N O P ` a d y          ú ź ƺ Ǻ ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ      ĺ ź ƺ                                                             R            I                                   	  $If   gd'J Q  kdb $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ ƺ Ǻ     ) < > ? U |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Ǻ ߺ          ; < V _ ` o ͻ    ļ ż      & 7 8 ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ U V                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               V _ λ   7 P c   ż    8 9                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  8 9 : J K N T         Խ ս ׽ ؽ ٽ          ' ( M N R пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  9 : K    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ֽ ׽ ؽ                                     R            I                                                                     	  $If   gd'J Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   ؽ ٽ    ( ; N P Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q R                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               R [ ʾ  , > y   ο                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd'J 	  $If   gd'J  
R [ \ k ɾ y      ſ Ϳ ο տ ۿ        ' ( + @ I S T زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5   ( U |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T U V n x y } ~            F G   ;      ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    U V ~        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdS $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 G   ) Z l     > ?                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
      	 = > ? @ P Q T i r | } ~     촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  ? @ Q ~ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~           s   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
         s     ^     , 0 Y     $  $ 0 4 a   M N Z ^       . x    6 s   ` ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4  ^      Y    $  # $ a  M N  5 6 k       .                                                                                                                                                                                                                                                                                                                                                                   gd'J  . x   6 s   `   8 9 D P _ k ~                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J   gd'J    gd'J  `   7 8 D Z ^ ~          N   , b c     F G y       Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kd	 $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd'J    kd	 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd+ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     N S 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     S      &             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  & ' , c g  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd
 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       	 d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  	 
  G L s d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s t y    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      - 2 > d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  > ? B L n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           L M P Y                                                                                                                                                                                                                                                	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Y Z [ l q y                                        w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                                                                                                                                                                                                                                              E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	                 $ % ' ( T U m n             7 8 C D T U 춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kdn $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a          $                                     a                                                                                                                             E  kd, $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   $ % & ' ( : T                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   T U ` m n x                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdI $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdf $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            \ ] l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd$ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
U Y Z O P [ \ l m q r t       J L W X         * , - 9 :       0 U ^     & ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jI hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0] t }    K L X                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	      +                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdB $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   + , - : r 	        9   k  ;                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdf $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ; <  V      '      H j       c d                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J  & '              b d   $ ( 5 6               < = H ۵۵۵ۭۜۋzrgrrr       j  h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '  ) 5 6                                        j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     * / n    S  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdj  $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     Q R   B C   
        k % l m                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  H I J N O R   A  \  j k v w           < E N n l  V W ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j! hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J UjC! h'J U ! W [ \ r s                                                  e                                                                                                                        F  kd" $$If   l   l '{6    4   4 
l a] p
        F  kd" $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  W \              . / K L h i                  L      c u H  `         G ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdj# $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd" $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J                               t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kde% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           
                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           & ( .                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . / D F K                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdf' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K L a c h                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h i                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdg) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdh+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                  3 M                              |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          * ^ v      C  a           F G H I k t u         !                                                                                                                                                                                                                                                                                                                                                                   gd'J  G I S i j k       ? B      <        ( ) F G Z пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ! ? M ` a        ' = >                                                                                                                                                                                                                                                                                                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd, $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ) F G ] s                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  	Z ] r s       Q S c d             
   
 2 Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd. $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      : ; P Q R S d                                                                                                                                     q                            kdl/ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
d                     q            l                                                                                                                                                       gd'J    kd)0 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kd0 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                      ( ) ; f                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kd=2 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
         
 4 5 6 7 8 z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd2 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       2 3 4 9 B        +	 ,	 1	 :	 	 	 	 	 	 	 9
 ;
 K
 L
 k
 l
 o
 y
 
 
   O ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "8 9                                     kd3 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 B a b v w                                                                                                                    q                                                         kd5 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     ,	 -	 .	 /	 0	 z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd5 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       0	 1	                                     kd6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1	 :	 	 	 9
 :
 ;
 L
 l
                                                             q                                                                                                                             kd7 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  l
 m
 n
 o
 
  P f g q | z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd8 $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
O P g |         ' ( \ e  
 
 
 
 C V            " # ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #|                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdg9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ( * [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  [ \                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ e   :
 ;
 J
 
 
 
 
 C                                                                                                  s                                                                        kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   # D                         s                                                                                                                                                                                   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  # C D E F G I k v    P o   O n   ] |   v    8 W   Y x      `   
 k    о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -D E F G H I v   X c m x  |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     ) V W   
     % P ^ n                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  n o z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdhA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd&B $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdCC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 2 O ] m                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd}E $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;F $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 5 ] k {                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdXG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kduH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd3I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdPJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ] v                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdmK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      D                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdHM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdeN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      8 F V                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd#O $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd]Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( ) Y g w                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdzR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdUT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdrU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B C                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd0V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdMW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A ` n ~                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdjX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd(Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdEZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 9 >             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O P k y                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd \ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd=] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        6 Y Z       h                                                                                                                                                                                        gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       i          
 ? @ Q c d u v   l! n! ~! ! ! Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  h i                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	 
                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 @ d v x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdO_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       ]      ! '! 8! H! I! m!                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  m! n! ! ! ! " " J" |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! ! ! ! ! I" J" K" p" q" " " " " +$ -$ =$ >$ $ $ $ 	% !% ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j]a h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  J" K" q" " " " " |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " "                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " " E# # # # # # $ +$ ,$                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  ,$ -$ >$ $ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ !% % % % % 	& 
& & & |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !% % % % % & 	& 
& (& n& & & & & & ' A' B' L' V' W' |' }' ' ' ' ' ' ( ( 
* * 1* 3* C* D* T* ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $& ' ' B' L' V'                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  V' W'                                        kdde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W' }' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ' '                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' !( "( 1( B( z( {( ( g) ) ) ) ) 
* * 2*                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  2* 3* D* * * F+ + + |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T* U* o* p* q* * * * * * + E+ b+ + + + + + + + , w, , , , , ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jh h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  + + + + + + v, w, , , , , |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdKi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , , , - - - - - @- A- i- z- {- ~- - -  . =. Y. q. r. z. |. . . . . . . . .  / / ?/ ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !, , - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  - -                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - A- i- {- |- }-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  }- ~-                                        kdYk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~- - - - 	. 
. Y. Z. {. |. .                                                                                                 Y                              kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
. . . . . / / / 1 1 4 4             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdgm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ?/ @/ K/ L/ \/ ]/ a/ b/ / / 4 4 5 5 9 *9 < = A= C= X= Z= = = = = g> i> N? c? ? 	@ @ @ mA qA B B ,D SD D D D D D D ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jfr hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j!n hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -4 5 5 5 "7 #7 7 7 9 9 *9 : : < < 
= Z= = = h> i> N? c? ? ? ? ?                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  ? 	@ 
@ @ @ @             f                                                                                                                                                                      kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  @ @ "@ *@ 6@ o            f            f            f                                                                                                                                                	  $If   gd'J    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 6@ 7@ <@ C@ H@ o            f            f            f                                                                                                                                                	  $If   gd'J    kddo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H@ I@ N@ U@ a@ o            f            f            f                                                                                                                                                	  $If   gd'J    kdo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at a@ b@ j@ r@ w@ o            f            f            f                                                                                                                                                	  $If   gd'J    kd@p $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at w@ x@ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd'J    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd'J    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ @ o            f            f            f                                                                                                                                                	  $If   gd'J    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at @ @ @ @ iA jA B B WD XD E E oE o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D D D oE {E ^N hN Q Q W W ;Z cZ s[ [ [ [ [ [ \ \ \ \ \ ] 
] ] ] ;] <] m] n] o] s] |] H_ J_ Z_ ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %oE {E E E F F EG FG G YI ZI bJ cJ J >L ?L L ^N hN O O P P P P Q Q                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  Q &Q 7Q HQ YQ ZQ mQ Q Q Q Q Q R R S S 
T T V V W W W GX HX X X Y 2Y                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  2Y 3Y |Y Y ;Z <Z cZ s[ [ [ \ \ \ \ \ ] 
]                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  
] ]                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] <] n] o] q] r]                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  r] s]                                        kd5t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s] |] ] ] ] ^ S^ {^ ^ ^ ^ ^ H_ I_                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
I_ J_ [_ _ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z_ [_ _ _ _ _ _ _ _ _ _ 	` 
` ` ` ` +` L` M` r` s` t` x` ` 	b qb ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 _ _ _ _ _ _ _ _ 
` ` |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdCv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  ` `                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` M` r` s` t` v` w`                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  w` x`                                        kdQx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x` ` ` ` ` a ^a a b qb b b                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  qb b b b b b b b b b b b b b  c c 
c .c /c Vc Wc Xc \c ec d ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    b b b b |            s            s                                                                                                                                                                                           	  $If   gd'J   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       b b b b b b b  c |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd_z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        c c                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c /c Uc Vc Wc Xc Zc [c                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  [c \c                                        kdm| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \c ec c c c d Bd fd d Ue ee fe                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  d Ue ee ge we xe ~e e e e e e e e e e e e e f f f f ?f @f hf if ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    fe ge xe e |            s            s                                                                                                                                                                                           	  $If   gd'J   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e e e e e e e f f |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd{~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f @f gf hf if jf lf mf                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  if jf nf wf g g g g h 
h h h 
h "h Th Uh _h ih jh vh h h h h h h îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  mf nf                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nf wf f f f g Vg vg g g g g                                                                                                                         f                           kd݁ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  g g h h 
h h "h Uh _h ih                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	ih jh                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jh h h h h h h                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  h h h h \j ]j ^j nj oj uj |j }j ~j j j j j j j k k (k 2k 3k ?k [k п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  h h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h h i i Ci qi i i i j ]j ^j                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  ^j oj }j ~j j j j j j k                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	k (k 2k                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  2k 3k                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3k \k ]k ^k `k wk                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  [k \k ]k ^k xk k l l l m m m m m m  n n n n n n n 4n p -p ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 wk xk                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xk k l l l l 
m m m m m                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
m  n n n n n 4n o o p \p p p q |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdϊ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
-p \p op p p p p q %q `q tq q q q q q 	r r r ,r 6r 7r 8r ;r <r [r \r nr or r r r r r õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !q aq q q q q q 	r r                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  r r                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r <r \r or r r r r r                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  r r                                        kd݌ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r 6s Is vs ws xs s s s s                                                             f                                    [            [                     
  $If   gd'J K$  kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
r 6s vs ws xs s s s s s s s s s s s s s s s s s t t t t t t t 9t :t ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ s s s s s s                                     R            I                                                                     	  $If   gd'J Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd뎒 $If   K$L$l 0                                     
t                              4   4 
l a   s s t :t Mt `t st t t t |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	:t t t t t t u u u u #u $u Uu [u \u du fu {u |u u u u u u ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J t t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t t t u u u $u Uu \u eu                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
eu fu |u u u u u                                     R                                                                                              Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd͒ $If   K$L$l 0                                     
t                              4   4 
l a   u u u u u u                                     R            I                                                                     	  $If   gd'J Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd瓒 $If   K$L$l 0                                     
t                              4   4 
l a   u u u u u v v *v +v ,v |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u u u u u u u u u u )v *v -v 6v 'w (w w w x x x x !x "x #x x x x x x ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ,v -v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -v 6v sv w (w x x x x "x x                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
x x x x x 
y "y 4y Ny hy xy y y y y y y 
z                                                                                                                                                                                                                      	  $If   gd'J  S  kdɗ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ x x x x hz iz jz kz z z z z z z z z z z z { 
{ { u{ { | | | | ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  
z $z 4z Nz hz iz jz                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd[ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  jz kz z z z z z z  { |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd혒 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        { {                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { 
{ u{ { | | | *| t| {| |                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
| )| *| H| P| t| z| {| | | } } }  ~ ~ "~ #~ $~ &~ '~ (~ 5~ ?~ @~ ~ ~ ~ ~   ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 | | | | | | | | 
} '} A} I} ^} s} } } } }                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   } } } } }                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdG $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  }  ~ (~ @~ S~ f~ y~ ~ ~ ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdٜ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~ ~                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~  ;   i j k l } Ѐ                                                                                                 f                                                   kd瞒 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J   g j k l | } π Ѐ р          o p s | þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ Ѐ р   7 J ] p q r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r s                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s | & N  ڂ x y z {                                                                                                  Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
| % '   ڂ x y z {   ރ ߃         	 y z } νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ   ߃   	 . A T g z { |             s                                                                                                                                                                 kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  | }                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }  [  ƅ                                                                                           Y                                          kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
}  Z            $ &           ( ) * , - . ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5    % & . C X j    ȇ                                                                                                                                                                                                             	  $If   gd'J  S  kd1 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J   & @ Z j                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdå $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         . / B U h {    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
. / A B     S C D E U V b g |   : < B C K M F H ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ                                           kdק $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S     C D E V                                                                                                 f                                                        kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
V  < C L M U j     ڍ                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd婒 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J    0 J R g |    ׎    - G H                                                                                                                                                                                                                            S  kdw $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  H I J r s     ҏ ӏ ԏ             s                                                                                                                                                                 kd	 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  H I J b l m n p q r s   я ҏ Տ ޏ  ѐ Ґ       X Y B W Y Z Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ ԏ Տ                                        kdë $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Տ ޏ   Z   3   Y  Y Z a    6 b     N                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  Z a f y }   1 5 M N O _ `          ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   N O `    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Җ    ( B S m    × ݗ                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kdѭ $If   K$L$l 0                     x                
t                                4   4 
l a     $ 6 P j {    ژ                                                                                                                                                                                                                       	  $If   gd'J  S  kdc $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    0 1 D W j }    |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
   * + / 0 1 C D     Z  S    /      ? T U V ]  ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Z T  2 ?  #  V ]   ۞    6 U                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J     Ӟ  . : M Y l t             D F G H ` j k o ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           * < N e |    Ҡ   
 ! "                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd˱ $If   K$L$l 0                                     
t                                4   4 
l a   " * < N ` r    ȡ ߡ    . E F                                                                                                                                                                                                                            S  kd] $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  F G H p q     Т Ң Ӣ             s                                                                                                                                                                 kdﲒ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  o p q   Ϣ Т Ԣ ݢ  !      h  ا h  Ԩ  .  V  « j   
   l 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !Ӣ Ԣ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ԣ ݢ       
 )   ֧ h  0 X ū ƫ ͫ i j                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  j   	 ( h   Ů                                                                                                                f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  l      ɮ ܮ     9 : ; ^ _ ` d e i r     ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f   : ; _ ` e g h             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  h i                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r   ï    * L n                                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd'J 	  $If   gd'J       |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdŷ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                " & - L 2 E t      ) = x  N Z ^     * ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5      L   2 t   * y |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y δ ϴ ! ȵ ɵ   M N     Y  ȸ  ^    ɹ                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  * Y l   Ǹ ۸  " ] q   ɹ      ) 3 4 8 9 : L M _ ` r s     ۺ       õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                9 : M ` s                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ۺ  5 c   һ                                                                                                                 f                                       kdỒ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J     < = P c v                s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
   , 6 7 ; < = O P b c     ׼ ؼ Z [ \ l m n o             ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ؼ [ \ m n                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  n o     ѽ    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  2 3    Ǿ Ⱦ ɾ ʾ           > ? C L o p           㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %   3   Ⱦ ɾ                                                 f                                                                                                                       kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ɾ ʾ     , ? A B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L p                                                      f                                                                                                                       kd9Ē $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      R S z {      |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdĒ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Q R S z         . Q e          # Q R e  ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   R    R   -                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J      , @              	 
  / A B g h     շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kdŒ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                	 
 / B U h j                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kdǒ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  * < t      ,                                                                                                 f                                                   kdUȒ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J    t                * , 2 3 : < Q R a c d e ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ , 3 ; < R b c d                                                             R            I                                   	  $If   gd'J Q  kdɒ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdɒ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ d e          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd)ʒ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
e }               
 k 9 C D b c ~       ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdʒ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 l      9 D c                                                                                                                                                                                                                                                                                                                                                                                                            
& F, $If   gd'J 	  $If   gd'J          # $ + - 6 \ ] r s u v w              пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ      $ , |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd7̒ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , - ] t u v                                     R            I                                                                     	  $If   gd'J Q  kd~͒ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd̒ $If   K$L$l 0                                     
t                              4   4 
l a   v w         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdΒ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdΒ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 h     " A l                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd'J 	  $If   gd'J  
   	 g  ! " @ A T c k l s y               زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5     |            s            s                                                                                                                                                                                           	  $If   gd'J   kdВ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                / 0 B C h i m v w       E O P n o ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph        0 C V i k l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdВ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l m                                        kdђ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               m v  "    
 E P o                                                                                                                                                                                                                                                                                                                                                                                          
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
o                      F 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdҒ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           F G  9 k l   L M |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdӒ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
F S W  9 k x |   M Y ]   h      Z                 ]       D E ~   j   ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4M   g h    Z              	  : J ]                                                                                                                                                                                                                                                                                                                                                                      gd'J    E ~   j   = t      	                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J   gd'J    gd'J   t x          ' ( v w x y   M z     ]       D E J o s % Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $  ! " # $ % & ' ( M            H            H            H            H            H            H            H                   gd'J   kdUԒ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ( < C H X Y h i                                                 _            V            V                                                             	 $If   gd'J    kdԒ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  i j v w                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdՒ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  w x y                                          z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kde֒ $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd'J    kdג $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      G H M z               [                                                                                                                                           kd/ؒ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J       W d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdؒ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W X ]    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdْ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdڒ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     E J p d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdSے $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  p q r |    d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdܒ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kdܒ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kdݒ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     
    % 1                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdWޒ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  1 2                                             kdޒ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          2 = A H O P Q R                                                             A                                  kdM $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  R S T U V W X Y                                                 A                                              kd, $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  Y Z [ \ ] ^ s                                     A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  s & ' @ A Z k l                                                                                                                                                                                                                                                     E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	% & ' - . @ A k l                 # $ % ) * G H I U V h 0       춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdI $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdf $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a         #                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   # $ % & ' ( )                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdA $$If   l 0 
" R                                                           4 
l a   ) * 7 8 F G l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   G H I V h / 0 " #   l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd^ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       
     : ;         = ? Q R v x        G H T       T U    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0   ;      >                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	> ? R w x                                       N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd| $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         c d Q R G H T  2  	 r                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       T U     + , = [ }   ! = W X a b   ` a                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J    < = M U * , = Z [ } B _ b    !      $ % : ; l m n           ۵۵۵ۭۜۋzrgrrr       j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     % ; m                                     j                                                                                                                                           kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  m n     j k   . s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
.  M N    ; <   9  :    _ ` - . H Y 	  
                                                                                                                                                                                                                                                                                                                                    
& F gd'J   $ $gd'J    gd'J   
& FR gd'J        ; <  8   ^  	   % & * + , - . 7 H Y     
    ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj} h'J U !      %                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdK $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    ' K L O P V W x y         	 	 (	 )	 @	 A	 W	 X	 r	 s	 	 	 	 	 	 | }    8 l r u 
 
 
 
 3 \    ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3% & ' 0 > K L                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd1 $$If   l   l '{6    4   4 
l a] p
         L M N O P T U V                                     t                                                                                                                                                             v  kdI $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  V W p r x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x y                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdJ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            	 	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdK $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 !	 #	 (	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         (	 )	 8	 :	 @	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @	 A	 O	 Q	 W	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdL $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W	 X	 k	 m	 r	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r	 s	 z	 	 	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 	 	 	 	 | }     9 m                           |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdM $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            
 H
 [
 
 
 
 
 3 M ]       	   ) O ^ q r                                                                                                                                                                                                                                                                                                                                                                      gd'J       	 ) ? ^ p      > O    C X           пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ        M N O       B C M X                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     ' = ? V                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	    & ' < = W `     ! " # $ J K P Y v x        Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ V W                                     kdO $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               W `                                                                                                                                                 q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 " # $ K L M N O             q            l                                                                                                                                                       gd'J    kdc $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  O P                                     kd  $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               P Y z {         2 G a b w                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  w x   z            q            q                                                                                                                                                                                       	  $If   gd'J    kdw $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd4 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            h j z {        & 2 N Z y      	 
 
  - w    ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      7 S T i j {                                                                                                              q                                                         kdH  $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ! "     
                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
   
 -       z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    L M W a b         }      # $ % D E F G H K T    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ # M W a                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  a b                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      9 ~    $                                                                                                 s                                                                        kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  $ % F G H I J |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K T                             s                                                                                                                                                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         	          
! n! ! ! " q" " " # # # $ 3$ M% l% % % e& & & ' ' ' }( ( ( ) ) ) 	* (* ]+ ^+ о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -               |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  !       0 e               !                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  ! 
! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! (! -!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -! .! 9! >!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >! ?! I! N!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N! O! P! n! |! !                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! "                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " '" ,"             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ," -" 8" ="             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =" >" H" M"             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M" N" O" q" " "                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " " 	# #                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # %# *#             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *# +# 5# :#             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :# ;# F# K#             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K# L# V# [#             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [# \# ]# # # #                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # $ "$ 2$                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2$ 3$ >$ C$             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C$ D$ N$ S$             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S$ T$ _$ d$             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d$ e$ o$ t$             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t$ u$ v$ $ +% M% [% k%                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k% l% w% |%             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   |% }% % %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % % % % % %                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % %  & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & !& &&             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   && '& 1& 6&             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6& 7& 8& e& s& &                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & & & & ' '                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' !' &'             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   &' '' 1' 6'             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6' 7' B' G'             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G' H' R' W'             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W' X' Y' ' ' '                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ' ' M( N( }( ( (                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdj! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd(" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ( ( ( ) )                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdE# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) () -)             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -) .) 8) =)             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =) >) I) N)             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N) O) Y) ^)             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^) _) `) ) ) )                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd % $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd=& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) ) ) 	* * '*                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   '* (* 3* 8*             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8* 9* C* H*             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H* I* T* Y*             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y* Z* d* i*             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i* j* k* * * * * * N+ O+ \+ ]+ ^+ + ,                                                                                                                                                                                        gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^+ o+ + + , ;, L, M, N, c, , , , , , , , , - - - - .- 7- 
/ / / / -/ Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  , , ;, M, N, X, c, , , ,                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	, ,                                        kd5) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , - - - --                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  -- .-                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .- 7- - - - - - Z. . . . . . . /                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  / / / n/ / / / / |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -/ ./ H/ I/ J/ ]/ ^/ m/ / / / 0 0 >0 ?0 B0 K0 1 1 1 1 2 2 2 2 2 ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j, h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  / / 0 >0 ?0 @0 A0 |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A0 B0                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B0 K0 0 0 0 B1 M1 i1 1 1 1 1 1                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  1 1 1 2 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd*/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2 2 2 2 N3 O3 3 3 3 3 4 4 |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 N3 O3 3 3 3 3 3 3 4 !4 W4 4 4 4 4 4 4 4 4 4 5 5 J5 m5 n5 q5 z5 06 36 7 7 7 7 7 7 7 ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  4 4                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 5 J5 \5 n5 o5 p5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  p5 q5                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q5 z5 5 5 5 5 6 6 6 7 %7 F7 l7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  7 7 7 38 8 8 "9 e9 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdF3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7 
8 8 8 "8 #8 28 S8 8 8 8  9 !9 C9 d9 e9 h9 y9 9 9 : G: H: I: Z: ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j 4 h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  e9 f9 g9 h9 9 9 : : I: [: \: f: |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z: \: q: : : : : : : : ; ; ; ; %; ; ; ; ; < < < < *< +< u< v< x< y< < < < < < ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !f: q: : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  : :                                        kd?5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ; ; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ; ;                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; %; ; ; ; ; ; ; < < +<                                                                                                 Y                              kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
+< v< w< x< y< < ?= c= ? ? 0B =B             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  < < < < < < <  = ?= c= 0B =B iC zC F F J J J J J J K K K K L L L M sM M vN }N O O ?P `P Q Q XR YR qR rR R R ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j= hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j[9 hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -=B hC iC zC D D E E F F F .H /H J J J J K K L L L M rM sM M M                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  M M M M M M             f                                                                                                                                                                      kd9 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  M M M M M o            f            f            f                                                                                                                                                	  $If   gd'J    kd0: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M M M M M o            f            f            f                                                                                                                                                	  $If   gd'J    kd: $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M M M M M o            f            f            f                                                                                                                                                	  $If   gd'J    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M  N N N N o            f            f            f                                                                                                                                                	  $If   gd'J    kdz; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at N N N &N 2N o            f            f            f                                                                                                                                                	  $If   gd'J    kd; $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 2N 3N ;N BN GN o            f            f            f                                                                                                                                                	  $If   gd'J    kdV< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at GN HN PN WN cN o            f            f            f                                                                                                                                                	  $If   gd'J    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at cN dN eN fN O O _P `P Q Q R R 
S o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd2= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R R R 
S S [ \ M_ X_ Oe `e g h i i i *i .i Ji Nj Oj dj j j j j j j j j k k 
k k k l l l ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %
S S S S LT MT T T 6U V V  X X RX Y Y wZ [ \ L] M] n^ {^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  ^ ^ ^ ^ ^ ^ _ _ 5_ L_ M_ X_ ` ` &a 'a a a {d |d Oe `e e e e Ef sf f f                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  f f g jg g g h i i Ji Nj Oj Yj dj j j j                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  j j                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j k 
k k k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  k k                                        kdo? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k k Yk ek k k k l $l ]l gl l l l                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
l l l 0m |            s            s                                                                                                                                                                                           	  $If   gd'J   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l /m 0m 1m 3m ?m Cm _m `m um m m m m m m m m n n n n n o p ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 0m 1m 2m 3m _m `m jm um m m |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd}A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  m m                                        kd7B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m n n n n n                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  n n                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n ^n jn n n n  o o p p  p                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  p p !p 1p 2p 8p ?p @p Ap Bp Wp p p p p p p p p p p p p q r ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph     p !p 2p @p |            s            s                                                                                                                                                                                           	  $If   gd'J   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @p Ap Bp Lp Wp p p p |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p                                        kdSF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p p p p p p p p                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  p p                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p q Bq Nq uq q q r r r s s                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  r r s s s s s #s $s %s &s 's 3s 7s Rs Ss hs s s s s s s s s t t ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    s s s $s |            s            s                                                                                                                                                                                           	  $If   gd'J   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $s %s &s 's Ss ]s hs s s s |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	s s                                        kdoJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s t t t t 
t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  t t t t u u u u u u u u u u u u u v v v 5v 6v @v _v `v av îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  t t                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t Tt `t t t t u Lu u u u                                                                                                                         f                           kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  u u u u u u u u u v                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	v v                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v 6v `v av bv dv ev                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  av bv fv ov w w w x 
x x x x x x Wx qx sx tx x x x x x x x x п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  ev fv                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               fv ov v v v w /w ^w {w w w w                                                                                                                         f                           kd3Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  w 
x x x x Wx tx ~x x x                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  x x                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x x x y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  x x x x y y  z !z "z X{ Y{ Z{ j{ k{ { { { { { { { { { } } ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 y y                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y !z "z 3z rz z Y{ Z{ k{ {                                                                                     s                                                                                              kdOU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
{ { { { { { { } } } } 1~ i~ ~ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd	V $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
} } 
~ 0~ D~ h~ |~ ~ ~ ~  T U j               
 E F ` i u õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !~ ~ T U _ j                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
   3 F H _                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  _ `                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i Ԁ     ' T [ c                                                             f                                    [            [                     
  $If   gd'J K$  kdkY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
u Ԁ    & ' * ? H R T Z [ b d y z            ׁ ؁ ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ c d z                                        R            I                                                                     	  $If   gd'J Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd%Z $If   K$L$l 0                                     
t                              4   4 
l a      ؁    $ % & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd?[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	؁ # $ ' 0 S              ) + 1 2 3 ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J & '                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 S                                                                     f                                    [            [                     
  $If   gd'J K$  kdM] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
   * + , -                                     R                                                                                              Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd^ $If   K$L$l 0                                     
t                              4   4 
l a   - . / 0 1 2                                     R            I                                                                     	  $If   gd'J Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd!_ $If   K$L$l 0                                     
t                              4   4 
l a   2 3 [ | }   ȃ Ƀ ʃ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd;` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 K U V W Y Z [ | } ǃ ȃ ˃ ԃ ń Ƅ y         - 6 M }  ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ʃ ˃                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˃ ԃ   Ƅ      }                                                                                     Y                                          kdIb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
}       ҆    0 J R g |                                                                                                                                                                                                                        	  $If   gd'J  S  kdc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$        	 ! + , - / 0 1 P Q            ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ    ҇                                                                                                                                                                                                                                                          
& F$ $If   gd'J  S  kdc $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J   	 1 Q v     |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd'd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  A    ȉ   "                                                             f                                    [            [                     
  $If   gd'J K$  kd5f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
 ǉ ȉ      ! #         ċ ŋ Ƌ Ӌ ݋ ދ ) * - 6  j ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 " # + @ U g    Ŋ ߊ    # = W g                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdf $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   g                                                                                                                                                                                                                                                                         	  $If   gd'J  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    Ƌ ދ    * + , |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	, -                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - 6  ٌ   i   	 
  n                                                                                                 f                                                   kd!j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  j   	 
   m n o          
    þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ n o   Վ      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ď  / x     *                                                                                                 Y                              kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 Ï ŏ . / x     ) * | } ~            νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  * } ~   ̑ ߑ                  s                                                                                                                                                                 kdm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd]n $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $    d  L M N _                                                                                      Y                                          kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 $   J L M N ^ _      Ĕ ; = > ? O P     Ɩ ǖ Ȗ ʖ ˖ ̖ ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5    Ô Ĕ ̔    " < L f                                                                                                                                                                                                             	  $If   gd'J  S  kdkp $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J   ĕ ޕ   " < = >                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdp $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  > ? P  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ̖ ͖     , - . |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdIr $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
̖ ͖ ߖ  + , / 8           ^  ؚ ښ       ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  . /                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8  Q   4                                                                                                     f                                                        kdet $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
 ^ ښ       2 D ^ x                                                               }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J    Λ     / A [ u    ˜                                                                                                                                                                                                                              S  kdu $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J       $ 7 J ] p q r             s                                                                                                                                                                 kdCv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J       
       # $ o p s | @ o p   J K 0 E       Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ r s                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s | @   K ~ џ G       >   Ԣ   4 `                                                                                                                                                                                                                                                                                                                                   
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J       3  ϣ ӣ      B H I Q S     ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph      B I R |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdQx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R S [ p    Ƥ    % 6 P a {                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kdy $If   K$L$l 0                     x                
t                                4   4 
l a     ¥ ԥ    3 M ^ x                                                                                                                                                                                                                       	  $If   gd'J  S  kdy $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    Φ Ϧ     . / 0 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd/z $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
  Ȧ ɦ ͦ Φ Ϧ   - . 1 :  $  B W  ͩ   % : ݫ     ? ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ 0 1                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :   Z Щ ݩ J  =   ; Z y   Ԭ  4 5                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  ? R ^ q  ̬ ج   
  + 3 4 5 6 F G            	 
 ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  5 6 G    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdK| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ȭ ڭ    1 B Y p                                                                                                                                                                                                                            
  $If   gd'J K$	  $If   gd'J  S  kd} $If   K$L$l 0                                     
t                                4   4 
l a    Ȯ ڮ    ' > U f }    ̯                                                                                                                                                                                                                              S  kd} $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J       " 5 H [ n p q             s                                                                                                                                                                 kd)~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
   ! " m n r {   U  '    " v  ] r # ̷ P  K `      
 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !q r                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {  U '  # ]  Ǵ $ B t   η  c d k                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J   H   ƻ  % D c                                                                                                                f                                       kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  
  ) < H [ g z     ׼ ؼ ټ        - B C D ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f   ؼ ټ                  s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ? a    Ƚ   . C                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  C D U   |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D T U        ľ ˾     % H \      *    # ~    ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5           I    |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        l m  f g & '   #     . f   Q R \ g                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    
 - A e y     Q R g                  # $ ( 1 y      õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     $ & '                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  ' (                                        kdǅ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1 y     9 p                                                                                                                f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J          ' ) *             s                                                                                                                                                                      kdՇ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
              & ' + 4 u v    
   
 % / 0 4 5 6 H I [ \   ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %* +                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + 4 R v                                                     f                                                                                                                       kd㉓ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J   
 5 6 I \ o    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    S T U e f g h               
       / 0 1 2 ? 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %    T U f g                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  g h         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     0 1                                                 f                                                                                                                       kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  1 2 3 d     J B C w  |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? C d     % ) J  C w      ' ( ; M N l m       4 ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ    ( m   5 |    ! " , 7 j t ~                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  4 H {     ! " 7 i j t ~               ( ) 8 շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\~                                         kd琓 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd'J                                           kd; $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                (      I                                                                                                     f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  8    0 @ I P V                     ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                                                      R            I                                   	  $If   gd'J Q  kd֔ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdI $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$   + , ? R e x z {  |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdc $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  % & * + , > ? Q R w x     	        L U \ b s t ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 
 % V s       / U t u                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  t u v                  - 7 8 < = > P Q c d    пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  u v     |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd+ $If   K$L$l 0                                     
t                              4   4 
l a     = > Q d w    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  . h z    
 L P Q R                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
            	 
   K L O P Q R S c d g |    زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 R S d  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                         $   1 5 w     
 ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph            	 
 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
                                         kdǜ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   2 e     
 8 z {                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  

   / 7 8 ? E y z { |             촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  { |   |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                	 
 C    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd՞ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
      	   C        [ \ h l   ( 4 8 ` 2 ` l p  N O       # $ : > j     r   D  ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4     [ \   ' ( ` 2 _ `  O    q r      # $ j                                                                                                                                                                                                                                                                                                                                                                   gd'J  j    r   D    t u                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J   gd'J    gd'J     s t             S    h    & ' K       
   Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a                                                           _            V            V                                                             	 $If   gd'J    kd- $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al     " & 9 A M                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  M N S   2            )            )            )                      	 $If   gd'J    kd< $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                           b             [                                                                                                                                           kdi $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  b c h    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd2 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ' + E d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  E F K    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdĥ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      i n z d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z { ~  n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd. $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kdf $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kdE $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J        	 
                                                                                                                                                                                                                                                      E  kd$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	       	 
   ! # $ 2 3 @ A ` a c d                 s t     춥x                          /jV hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *  ! " # $ , 2                                     a                                                                                                                             E  kd⮓ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   2 3 < @ A T `                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdA $$If   l 0 
" R                                                           4 
l a   ` a b c d v                                      a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd{ $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdڱ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a              l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              1 2 > ?           & ' f h i u v    4 7 L l     O  P  b  ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0    2 ?                                                                                                                                                                                                                                                           S  kd$ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	     ' g                                     N                                                                                       S  kdH $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   g h i v  E        u  A   w                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdڵ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   w x 7    1  O  P  c                    J                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  b  c                       J ` d q r     
   ( ) 4 5 6 : ; x y  ۵۵۵ۭۜۋzrgrrr       jP h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 'J V e q r                                        j                                                                                                                                           kdl $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     f k  	 		 %	 	 	 s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd޶ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
	 &
 
 
 =     ~  
 
 F G        a   ' (                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J          } 
                 x     '   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !(                                                       e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J             7 8 N O j k             8 9 : ; <   '    
         . M  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd޹ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdk $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J                               t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           0 2 7                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdٻ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         7 8 F H N                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N O b d j                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j k                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdڽ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdۿ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             8                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8 9 : ; <   ' o      R                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R f     - K      / N             ) \ ]                                                                                                                                                                                                                                                                                                                                                                   gd'J            C [ { ~    ! M x   (  )  3  =  >  d  e        пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ] {        ! 7 M c y z     )  3  =                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  =  >                                      kd2Ó $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               >  e                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J  	                    ! ! ! ! ! ! ! ! ! ! ! ! # # &# '# F# G# H# I# n# Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                         kdē $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                    ! !! 5! 6! Z! v! w! ! ! ! ! !                                                                                                                                     q                            kdœ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
! ! ! ! ! ! ! ! !             q            l                                                                                                                                                       gd'J    kdƓ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  ! !                                     kdZǓ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ! ! " " -" ." H" d" e" w" " " " " "  # #                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  # # '# G# z            q            q                                                                                                                                                                                       	  $If   gd'J    kdȓ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       G# H# I# p# q# r# s# t# z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdnɓ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       n# o# p# u# ~# $ $ $ $ 8$ 9$ ;$ g$ h$ m$ v$ $ $ $ $ % #% u% w% % % % % % % % & W& X& & ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "t# u#                                     kd+ʓ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               u# ~# # # # # # # # $ $ $ 9$                                                                                                             q                                                         kd˓ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  9$ :$ ;$ h$ i$ j$ k$ l$ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd?̓ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       l$ m$                                     kd̓ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m$ v$ $ $ u% v% w% % %                                                             q                                                                                                                             kdSΓ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  % % % % % X& & & & & & z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdϓ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
& & & & & & & &  '  ' !' N' c' d' ' ' 7( ) ) -) .) ) ) ) ) ) ) ) ) ) ) ) ) N* ^* _* ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #& & & &                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  &  '                                        kdϓ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' !' N' d' f' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ' '                                        kd/ѓ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' 9( :( v( w( ( ( ) ) .) ) )                                                                                                 s                                                                        kdғ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ) ) ) ) ) ) ) |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd=ӓ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) )                                        kdӓ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) M* N* _* *                         s                                                                                                                                                                                   kdKՓ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  _* * * * * * * * * 4. 5. L. . . / +/ / / 0 .0 0 0 71 V1 1 1 2 
3 t3 3 4 "4 4 4 5 <5 6 :6 6 6 *7 I7 7 7 8 8 о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -* * * * * * * R+ S+ + + + + + |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd֓ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ + , 6, N, e, , , , - I- J- 4. 5. L. a. . . .                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  . . . .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd֓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdד $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd}ד $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdד $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . . . / / */                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd;ؓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   */ +/ 6/ ;/             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdؓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;/ </ F/ K/             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdؓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K/ L/ W/ \/             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdXٓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \/ ]/ g/ l/             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdٓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l/ m/ n/ / / /                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdړ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kduړ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdړ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3ۓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdۓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / / / 0 0 -0                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdۓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -0 .0 90 >0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdPܓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >0 ?0 I0 N0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdܓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N0 O0 Z0 _0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdݓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _0 `0 j0 o0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdmݓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o0 p0 q0 0 0 0                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdݓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ޓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdޓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdޓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdHߓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 0 0 71 E1 U1                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdߓ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U1 V1 a1 f1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f1 g1 q1 v1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v1 w1 1 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1 1 1                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 1 1 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 
2 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 2 2 2 2 2 2 	3                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	3 
3 3 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 %3 *3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   *3 +3 63 ;3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;3 <3 F3 K3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K3 L3 M3 t3 3 3                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 3 3 4 4 !4                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !4 "4 -4 24             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   24 34 =4 B4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B4 C4 N4 S4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S4 T4 ^4 c4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c4 d4 e4 4 4 4                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 4 4 5 +5 ;5                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;5 <5 G5 L5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L5 M5 W5 \5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \5 ]5 h5 m5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m5 n5 x5 }5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }5 ~5 5 5 5 6 )6 96                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   96 :6 E6 J6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J6 K6 U6 Z6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z6 [6 f6 k6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k6 l6 v6 {6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {6 |6 }6 6 6 6                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 6 6 *7 87 H7                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H7 I7 T7 Y7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y7 Z7 d7 i7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i7 j7 u7 z7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z7 {7 7 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7 7 7                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 7 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 7 8 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 8 	8 -8 M8 r8 8 8 8 8 8 8 8 9 9                                                                                                                                                                                        gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 
9 9 :9 9 9 9 9 9 : 3: 4: >: H: I: {: |: : : : : : : : < < < < < Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  9 9 9 9 9 9 : 4: >: H:                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	H: I:                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I: |: : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  : :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : ); *; J; K; ; ; .< S< c< t< < < <                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  < < < = %= >= W= = |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < < < < < < = = = = = = = = = = g? i? y? z? 0@ 1@ 4@ E@ ]@ ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  = = = = = = = |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = =                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = 1> 2> > > > ?  ? :? O? g? h?                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  h? i? z? 1@ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1@ 2@ 3@ 4@ ]@ @ @ !A 3A EA FA 5B 6B |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]@ @ @  A !A DA EA FA dA A A A "B 4B 6B KB }B ~B B B B B B B C C C C C C IE JE mE oE E E E ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $6B @B KB ~B B B                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  B B                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B B C 
C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  C C                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C ]C ^C mC ~C C C 5D D D D 
E 'E IE JE nE                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  nE oE E E 'F F F G |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E E E E E E E 'F LF F F F F G G G G -G TG G G G G G ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j: h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  G G G G ,G -G G G G G G H |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G G H AH BH LH VH WH |H }H H H H H H .I <I yI I I I I I I I J J J J )J ;J <J GJ {J ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !H H BH LH VH                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  VH WH                                        kdy  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WH }H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  H H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H $I %I EI FI I I I I I                                                                                                 Y                              kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
I J J J J GJ J K 6M 7M O O             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  {J |J J J J J J J J K O O Q Q TT fT 4X GX }X X X X 5Y 6Y 8Y 9Y Y Y Z Z [ E[ \ \ \ \ ] ] h_ _ _ _ ` `  ` !` ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -O Q Q Q ^R _R S  S ST TT fT U U 3X 4X IX X 6Y 9Y Y Y Z Z [ [  [ 2[                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  2[ E[ F[ K[ S[ X[             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  X[ Y[ ^[ f[ r[ o            f            f            f                                                                                                                                                	  $If   gd'J    kdj $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at r[ s[ x[ [ [ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd'J    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd'J    kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ [ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ [ [ [ \ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at \ \ \ \ \ \ ] ] _ _ Q` R` ` o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at !` $` %` ` ` i i l l r r wu u v v v v v v w w x 4x 5x ?x Ix Jx Vx wx xx x x x x x z z z ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %` ` 3a 4a a a b b b d d e e e zg {g h i i j j l l &l 3l @l Ql                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  Ql bl sl l l l l l l l l l &n 'n n n Fo Go r r r r 3s s s s t >t nt                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  nt ot t u wu xu u v v v w w w x 5x ?x Ix                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  Ix Jx                                        kdU	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Jx xx x x x x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  x x                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x y *y Qy y y y y z *z z z                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
z z z z |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z z z z z z z z z z { E{ F{ P{ Z{ [{ g{ { { { { { { { E} } ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 z z z z z z { { F{ P{ |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	P{ Z{                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  Z{ [{                                        kdq
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [{ { { { { { {                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  { {                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               { { { | /| Z| | | D} } } }                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  } } } } } } } } } } } '~ (~ 2~ <~ =~ I~ j~ k~ ~ ~ ~ ~ ~ ) ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    } } } } |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       } } } } } (~ 2~ <~ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <~ =~                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =~ k~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  ~ ~                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~ ~  > ~  (                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J  )         À Ā ŀ р Հ    8 9 C M N Z { |   ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        À Ā ŀ    9 C M |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	M N                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N |                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J      & ( 8 9 ? F G H I ^       Ӄ ԃ ރ    îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   % S    & ' (                                                                                                                         f                           kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  ( 9 G H I S ^                            s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ԃ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J      
               ' Y Z d n o {  п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 L X   ̈́   P                                                                                                                           f                           kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J          ' Z                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	Z d n                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  n o                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J               	 ; < = > ? @ L P p V i ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ч  F   	 ;                                                                                     s                                                                                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
; < = > ? @ p ! " V  ϋ  N |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdC! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i   ΋    M a      : ; E O P h r s t w x          õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !N      ; E O                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  O P                                        kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P x    э                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdQ# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r     Ŏ                                                                f                                    [            [                     
  $If   gd'J K$  kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
 r    Ď Ŏ Ȏ ݎ           ' ) * + C M N O Q R S u v ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ    ( ) *                                     R            I                                                                     	  $If   gd'J Q  kd% $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd_% $If   K$L$l 0                                     
t                              4   4 
l a   * + S v     Ï ď |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdy& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v   ŏ Ώ  L M N O _ `        ǐ ɐ ϐ А ѐ ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J ď ŏ                                        kd3' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ŏ Ώ   M N O `                                                                f                                    [            [                     
  $If   gd'J K$  kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
   Ȑ ɐ ʐ ː                                     R                                                                                              Q  kd) $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdA) $If   K$L$l 0                                     
t                              4   4 
l a   ː ̐ ͐ ΐ ϐ А                                     R            I                                                                     	  $If   gd'J Q  kd* $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd[* $If   K$L$l 0                                     
t                              4   4 
l a   А ѐ    @ S f g h |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdu+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ѐ          e f i r c d  0 J K L M ] ^ _ ˓ ԓ   ! ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ h i                                        kd/, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i r  Q d J K L M ^                                                                                      Y                                          kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
 " + , 4 I ^ p    Δ     , F                                                                                                                                                                                                                      	  $If   gd'J  S  kd=. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ ! " * ,      ɕ ʕ ˕ ͕ Ε ϕ   9 : = F R  ; R S T U ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  F ` p                                                                                                                                                                                                                                                          
& F$ $If   gd'J  S  kd. $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    ϕ   ' : ; < |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kda/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < =                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F  ߖ S T U f                                                                f                                    [            [                     
  $If   gd'J K$  kdo1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
U e f        8 : ; < T ^ _ ` b c d q { | Ǚ ș ˙ ԙ Z  ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5   ɗ ޗ    9 I c }     ۘ                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kd)2 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     9 : ;                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd2 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ; < d |    ș ə ʙ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdM3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ʙ ˙                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˙ ԙ Z w                                                                                                         f                                                   kd[5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J           
 % / 0 1 3 4 5 M N     þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ  
 5 N s      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 b  ͝      Ȟ                                                                                                 Y                              kd#8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 a c ̝ ͝      Ǟ Ȟ    4 > ? @ B C D E    νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  Ȟ   D E j }                  s                                                                                                                                                                 kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    K     P                                                                                     Y                                          kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
   K       P Q W X ` b ٣ ۣ ܣ ݣ   @ A B Z d e f h i j ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 P Q X a b j     ڢ    & ; P                                                                                                                                                                                                         	  $If   gd'J  S  kd; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  P b |    ڣ ۣ ܣ                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd7< $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ܣ ݣ  A |            s            s                                                                                                                                                                                           	  $If   gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A B j k ~    ʤ ˤ ̤ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd= $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
j k } ~ ɤ ʤ ͤ ֤           B v x ~      ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  ̤ ͤ                                        kdK> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ͤ ֤   + ? Ҧ                                                                                                     f                                                        kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
  x       Ш    ' A                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdY@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  A [ l     ͩ ߩ   $ > X i                                                                                                                                                                                                                              S  kd@ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J       ª ժ                  s                                                                                                                                                                 kd}A $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J              ª 
    ޫ 
  4 5   έ    ~    Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kd7B $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ޫ 5    o  :  ?    ܯ + B r  Ұ  * V                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J       Ѱ Z m q           @ B C D ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           # 8 J d ~   ò Բ    ! 6                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdED $If   K$L$l 0                     x                
t                                4   4 
l a   6 K ` r    ѳ    ' A B C                                                                                                                                                                                                                   	  $If   gd'J  S  kdD $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  C D l m     ̴ ʹ δ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdiE $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
D \ f g k l m   ˴ ̴ ϴ ش  µ    V k G \ ø ظ {     ݹ ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ δ ϴ                                        kd1F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ϴ ش    n {  _ ۸   ٹ   < S r  Һ Ӻ                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  ݹ    W j v     ɺ Ѻ Һ Ӻ Ժ   ) / 0 8 :         ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  Ӻ Ժ  ) 0 9 |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : B T f x    ϻ     5 F ] ^                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd?H $If   K$L$l 0                                     
t                                4   4 
l a   ^ f x    ż ܼ    2 C Y j                                                                                                                                                                                                                              S  kdH $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        ӽ                  s                                                                                                                                                                 kdcI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           + ]  %  & B        j      * = I \  󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 +   C   F e     M l    	                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J    & E d       ! 2                                                                                                             f                                       kdqK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J           ! 1 2 u v w            ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  2 v w                  s                                                                                                                                                                                     kd+L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! C D f                                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd'J 	  $If   gd'J     & K |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd9N $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          J K L M N Z ^ b i  n       2 e y         S f ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  K L M N  8 : n    f  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
  ]          S    K      8 B L                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  f       J ^      7 8 B L M e o p t u v            ; < = M N õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (L M                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M u v                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J                                           kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  : q     < = N                                                                                                             f                                       kdUR $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  N O P x y                   s                                                                                                                                                                      kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
N O P h r s w x y                               ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                       f                                                                                                                       kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J        
   " # |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	# $                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ - n o         ( ) - . / A B T U z {     . /         㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %$ - K o                                                     f                                                                                                                       kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J    . / B U h { } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kdYY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  /                                                     f                                                                                                                       kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J              W |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdg[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 B   ( W j        
   L _     ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  W    L    i                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J     - h |          5 ? @ D E F N k } ~       շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kd!\ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                E F k ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdu] $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 5 f x    ) * ; h                                                                                                 f                                                   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J   5        ( ) * : ; > S \ f h n o v x       ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ h o w x                                                                 R            I                                   	  $If   gd'J Q  kd` $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$           / |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
             0 9 : I  u             ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ / 0                                        kdWa $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               0 9     * = u                                                                                                                                                                                                                                                                                                                                                                                                              
& F, $If   gd'J 	  $If   gd'J     $ % ( . Y _ ` g i r                  ' ( , пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ    % Y ` h |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h i                                         R            I                                                                     	  $If   gd'J Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdec $If   K$L$l 0                                     
t                              4   4 
l a          ( * + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ ,                                        kd9e $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               , 5     S ^ }                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd'J 	  $If   gd'J  
, 5 6 E  S ] ^ | }                  # - . زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5    / |            s            s                                                                                                                                                                                           	  $If   gd'J   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . / 0 H R S W X Y k l ~          !         ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    / 0 X Y l      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdGg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ! ^   4 F                                                                                                                                                                                                                                                                                                                                                                                             
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
           * + . C L V W X Y Z [  촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f    + X |            s            s                                                                                                                                                                                           	  $If   gd'J   kdUi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X Y Z [    u    M   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    u     M     8     
 3        
  ;   ' ( 4 8 [       R     M   : ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4  8     3        ;  ' ( [   E Z v                                                                                                                                                                                                                                                                                                                                                                        gd'J   R    M   : y     * 9 E X \                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  :      4 8 X [ \ c d      (    < =       ! S      a Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $\ ] ^ _ ` a b c d M            H            H            H            H            H            H            H                   gd'J   kdj $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   d x                                                       _            V            V                                                             	 $If   gd'J    kdgk $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd<l $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdl $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ( - 2            )            )            )                      	 $If   gd'J    kdvm $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     -                    [                                                                                                                                           kdn $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J      = A  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdlo $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd5p $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ! & M d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  M N S    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdq $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdr $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     & n            e            e                                                                                                                                                               	 $If   gd'J    kdYs $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           & ' * 3                                                                                                                                                                                                                                                	 $If   gd'J  t  kd.t $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  3 4 5 F K S Z a m                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdt $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  m n                                             kdhu $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          n y }                                                                  A                                  kdv $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kdw $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kdx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   b c | }                                                                                                                                                                                                                                                        E  kd^y $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	a b c i j | }                 .  /  G  H  _  `  a  e  f              l     . / 춥x                          /j~ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kdz $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdy $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdz $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd{z $$If   l 0 
" R                                                           4 
l a              .                                      a                                                                                                                             E  kd{ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd9{ $$If   l 0 
" R                                                           4 
l a   .  /  :  G  H  R  _                                      a                                                                                                                             E  kdV| $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd{ $$If   l 0 
" R                                                           4 
l a   _  `  a  b  c  d  e                                                                                                                                                                                                                                                                                                	 $If   gd'J 	 $If   gd'J     gd'J  E  kd| $$If   l 0 
" R                                                           4 
l a   e  f  s  t      l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd} $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a             k l ^ _ 6 7 l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd} $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
/ 3 4 ) * 5 6 F G K L N v w     $ & 1 2 y {            	 	 	    

 /
 8
 
 
 
 
   ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j~ hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 07 N W w   % & 2 z                                                                                                                                                                                                                                                       S  kd^ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	z {                                          N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       L      	 	 	 
 n
 
 E                                                                                                                                                                                                                                   
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      0
 
 
 
 
 
  g h y   " D ] y     = >                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J     x y   f h y    ~   < > ]      ` a v w             " ۵۵۵ۭۜۋzrgrrr       j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     a w                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J      	 H    - j s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
j     + , w x   u v     i j   E  F! G! ! !                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  " # $ ( ) , w x  t 6  D E P Q a b f g h i j s     (  H  F! ! 0# 1# ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jX hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !! 1# 5# 6# L# M# a#                                                 e                                                                                                                        F  kd2 $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  1# 6# c# # # # # # # # # # # # # $ 	$ %$ &$ B$ C$ d$ e$ |$ }$ $ $ $ $ $ $ $ $ $ & & & &' [' t' ' ' ' =( O( ") :) o) ) ) ) !* ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3a# b# c# l# z# # #                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         # # # # # # # #                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  # # # # #                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # # # # #                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         # #  $ $ $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ 	$ $  $ %$                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         %$ &$ ;$ =$ B$                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B$ C$ ]$ _$ d$                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d$ e$ t$ v$ |$                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         |$ }$ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ $ $ $ $ & & & 
' '' [' u' ' ' '                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ( 8( P( ( ( ( ( ) ;) o) ) ) ) )  * !* "* #* E* N+ O+ e+ + + + + + + +                                                                                                                                                                                                                                                                                                                                                                   gd'J  !* #* -* C* D* E* e+ {+ + + + + , , Y, z, , , , - - - - - - - - . .  . !. 4. пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  + , ', :, ;, Y, , , , , , , - - - ~- - - - - - -                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  - -                                     kdl $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               - .  . !. 7. M. c. y. {. .                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	4. 7. L. M. b. c. x. y. . . +/ -/ =/ >/ ]/ ^/ _/ `/ / / / / 0 0 0 0 0 0 0 0 1 Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ . .                                     kdÏ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               . . . . . . . / / */ +/ ,/ -/ >/                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
>/ ^/ _/ `/ / / / / /             q            l                                                                                                                                                       gd'J    kdב $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  / /                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               / / / / / / / 0 0 0 @0 Y0 n0 0 0 0 0                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  0 0 0 0 z            q            q                                                                                                                                                                                       	  $If   gd'J    kd듔 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       0 0 0 1 1 1 1 1 z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       1 
1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 b2 n2 2 2 2 2 3 3 %3 &3 E3 F3 I3 S3 i3 3 3 3 )4 ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "1 1                                     kde $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               1 1 ;1 <1 P1 Q1 s1 1 1 1 1 1 1                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  1 1 1 2 2 2 	2 
2 z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdy $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       
2 2                                     kd6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               2 2 ]2 ^2 3 3 3 &3 F3                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  F3 G3 H3 I3 i3 3 *4 @4 A4 K4 V4 z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdJ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
)4 *4 A4 V4 4 4 4 4 4 4 4 4 5 5 65 ?5 5 6 6 6 6 7 07 _7 `7 a7 7 7 7 7 7 7 7 7 7 7 ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #V4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  4 4                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 4 4 5 5 55                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  55 65                                        kdi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               65 ?5 5 5 6 6 $6 u6 6 6 6 7 `7                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  `7 a7 7 7 7 7 7 |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 7                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 7 7 8                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  7 8 8 8  8 !8 #8 E8 P8 ; ; ; *< I< < < )= H= = = 7> V> > > P? o? @ @ A 1A A A 3B RB B B C C :D YD D D EE dE F F о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -8 8  8 !8 "8 #8 P8 8 8 29 =9 G9 R9 \9 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\9 ]9 9 9 9 : 0: 1: l: : : : ; ; ; ; *< 8< H<                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  H< I< T< Y<             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y< Z< d< i<             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i< j< u< z<             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z< {< < <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < < < <                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԣ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < < <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < < = 
=             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
= = = )= 7= G=                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G= H= S= X=             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X= Y= c= h=             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h= i= t= y=             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y= z= = =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = = = =                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd駔 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = = =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = = > 
>             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
> > > 7> E> U>                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U> V> a> f>             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f> g> q> v>             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĩ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v> w> > >             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > >             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > > > >                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd᪔ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > > > ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ?  ? %?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   %? &? 0? 5?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5? 6? 7? P? ^? n?                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n? o? z? ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd٭ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? ? ? @ g@ @ @ @                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ @ @ A  A 0A                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0A 1A <A AA             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdѰ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   AA BA LA QA             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QA RA ]A bA             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bA cA mA rA             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rA sA tA A A A                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A A A B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɳ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B 3B AB QB                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   QB RB ]B bB             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   bB cB mB rB             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd洔 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   rB sB ~B B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B B B                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B B B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B B C C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C C C C C                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd޷ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C C C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C C D 	D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	D 
D D D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D :D HD XD                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   XD YD dD iD             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iD jD tD yD             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   yD zD D D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdֺ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D D D                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D D D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D D E E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E #E (E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   (E )E *E EE SE cE                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   cE dE oE tE             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdν $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   tE uE E E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd뾔 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E E E E E F 3F 4F F F F F F F BG                                                                                                                                                                                        gd'J  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F CG wG G G G G G G G G G H H +H =H >H OH PH jH sH FJ HJ XJ YJ iJ Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  BG CG wG G G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	G G                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G H >H PH RH iH                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  iH jH                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               jH sH H H H H 7I I I I J J "J #J GJ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  GJ HJ YJ J J J J $K |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       iJ jJ J J J J J J #K $K %K JK KK zK {K ~K K M M M M M M M M M ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jÔ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  $K %K KK zK {K |K }K |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdÔ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }K ~K                                        kdJĔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~K K K K L ~L L L L L L M M                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  M M M M |            s            s                                                                                                                                                                                           	  $If   gd'J   kdŔ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M N N N N N N O O |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdXƔ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N N N N N N N O HO ]O O O O O O P P &P 0P 1P VP WP P P P P P lQ oQ R R S 
S S S .S ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $O O O P &P 0P                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  0P 1P                                        kdǔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1P WP P P P P P                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  P P                                        kdfȔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P P P P Q Q TQ UQ Q AR aR R R R R R S                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  S 
S S oS S  T ^T T |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdɔ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .S /S IS JS KS ^S _S nS S S S T <T ]T T T T T T T T QU U U U U ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jtʔ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  T T T T T T PU QU U U U U |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdʔ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U U U U U V V CV TV UV XV aV V V W 3W KW LW TW VW fW gW W W W W W W W W X ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !U U U U U                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  U U                                        kd˔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U V CV UV VV WV                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  WV XV                                        kd͔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               XV aV V V V V 3W 4W UW VW gW                                                                                                 Y                              kd[Δ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
gW W W W W W {X X Z Z l] y]             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdϔ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  X X %X &X 6X 7X ;X <X {X X l] y] ^ ^ a b e e f f 2f 4f f f f f Ag Cg (h =h h h i i Gj Kj {k k m -m m m m m m m ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jԔ hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jϔ hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -y] ^ ^ ^ _ _ ` ` a a b jc kc e e e 4f f f Bg Cg (h =h h h h h                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  h h h h h h             f                                                                                                                                                                      kd6Д $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  h h h i i o            f            f            f                                                                                                                                                	  $If   gd'J    kdД $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i "i o            f            f            f                                                                                                                                                	  $If   gd'J    kdє $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at "i #i (i /i ;i o            f            f            f                                                                                                                                                	  $If   gd'J    kdє $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ;i <i Di Li Qi o            f            f            f                                                                                                                                                	  $If   gd'J    kdє $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Qi Ri Zi bi ni o            f            f            f                                                                                                                                                	  $If   gd'J    kd\Ҕ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ni oi wi ~i i o            f            f            f                                                                                                                                                	  $If   gd'J    kdҔ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i i o            f            f            f                                                                                                                                                	  $If   gd'J    kd8Ӕ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at i i i i Cj Dj k k 1m 2m m m In o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdӔ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m m m In Un 8w Bw z z    = M Y Z f j     ҅ Ӆ ݅      G H I M V " $ 4 ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %In Un n n o o p  p rp 3r 4r <s =s s u u u 8w Bw x x y y y y y y                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  y  z z "z 3z 4z Gz Zz qz z z z { { b| c| | |     р ! "   ܁                                                                                                                                                                                                                                                                                                                                                              gd'J    gd'J   
 V    = M Z      Ӆ ݅                                                                                                                                                                                                                                                                                                                                             
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdԔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H I K L                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  L M                                        kdՔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V   Ȇ  - U `   ȇ " #                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
# $ 5 l |            s            s                                                                                                                                                                                           	  $If   gd'J   kd7ה $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 5 k l m o {           & ' L M N R [  K ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 l m n o       |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdה $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdؔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' L M N P Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  Q R                                        kdٔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [   ͉  8 \  K [ \                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  K [ ] m n t { | } ~  ŋ Ƌ Ћ ڋ ۋ   	 0 1 2 6 ? Ǎ ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    \ ] n | |            s            s                                                                                                                                                                                           	  $If   gd'J   kdS۔ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | } ~   Ƌ Ћ ڋ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd
ܔ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڋ ۋ                                        kdܔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ۋ 	 / 0 1 2 4 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  5 6                                        kdޔ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? ~   ܌  @ ƍ / ? @                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  Ǎ / ? A Q R X _ ` a b c o s    ֎ ׎       B C ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    @ A R ` |            s            s                                                                                                                                                                                           	  $If   gd'J   kdoߔ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a b c    ׎   |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 A B C D F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  C D H Q Đ Ɛ ֐ א ݐ      . / 9 C D P q r |    îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  G H                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q   Ï  0 P  Đ Ő Ɛ                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  Ɛ א      / 9 C                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	C D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J      6 7 8 H I O V W X Y     œ     
  5 п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    K k    7 8                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  8 I W X Y    œ                          s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J   
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 6 7 8 : Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  5 6 7 8 R [ \ ] ^      ٖ ږ ۖ ܖ ݖ ޖ     Ƙ ǘ ٘ ژ  ȺȨygȒgXgQHh'J 56CJ  h
  h'J  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 Q R                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [ ] ^ o      ٖ                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
ٖ ږ ۖ ܖ ݖ ޖ    ٘ ژ |            w            w            w            q            q            w            w            l            e                                            gd'J   gd'J   $gd'J    gd'J   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ژ                                                                     a                                                                                           E  kd $$If   l 0 
" R                                                           4 
l a   E  kd7 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J        - . ; < [ \ ^ _         Ù       ɚ n o z {        ͼ~                                                 h
 h'J CJ OJ QJ ^J aJ  /ji hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J  h'J 56CJ (  ' - . 7 ;                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ; < O [ \ ] ^                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ^ _ q                                         a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdq $$If   l 0 
" R                                                           4 
l a                                                 a            Z                                                                                       gd'J  E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd/ $$If   l 0 
" R                                                           4 
l a   	 Ù Й љ ߙ  l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        Ț ɚ     l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       ӝ ԝ , - 9 :     ֞ ؞     ! " a c d p q    / 2 G g     J K ] ^ է ֧  ֬֗֗֗֗֗֗֗֗֗֒֬֬y   hlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ  /   ԝ - :    מ                                                                                                                                                                                                                                                       S  kd7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	מ ؞    " b                                     N                                                                                       S  kd[ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   b c d q  @        p ˣ <   r                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   r s 2    , J K ^ Ĩ Ũ ֨      ֪         E                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J    è Ũ ֨    ۫      E [ _ l m   Ӯ Ԯ    # $ / 0 1 5 6 s t   ܮ{shsss]  j h'J Ujc h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ $E Q ` l m  Ԯ                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     a f       ǰ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ǰ !   8   Բ ղ y z Ҵ Ӵ A B   Ʒ Ƿ    \   " #                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J       Բ ղ x Ѵ         ÷ ķ ŷ Ʒ Ƿ з   s |    "   ЭЕЭ}vq````                             h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j1 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J U  #                                                       e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J             2 3 I J e f      ½ ٽ ڽ     3 4 5 6 7   "             ) H ~ ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3   ɼ ׼                                                               5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd~ $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J    	                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           + - 2                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 3 A C I                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I J ] _ e                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         e f { }                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ½ ѽ ӽ ٽ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٽ ڽ                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdD  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             3                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 5 6 7   " j      M                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M a     ( F z     * I } ~         
  $ W X                                                                                                                                                                                                                                                                                                                                                                   gd'J  ~         	 > V v y     H s   # $ . 8 9 _ ` } ~  пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  X v         2 H ^ t u     $ . 8                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  8 9                                     kdE $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               9 ` } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J  	                        ! " A B C D i Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   0 1 U q r                                                                                                                                          q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                     q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kdm $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                   ( ) C _ ` r                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J    " B z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       B C D k l m n o z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       i j k p y     3 4 6 b c h q       p r         R S  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "o p                                     kd>	 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p y           4                                                                                                             q                                                         kd
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  4 5 6 c d e f g z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdR $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       g h                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               h q   p q r                                                               q                                                                                                                             kdf
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       S      z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd# $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
           I ^ _   2   ( ) z            I Y Z ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I _ a                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 4 5 q r     ) z                                                                                                  s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H I Z {                         s                                                                                                                                                                                   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Z z { | } ~    / 0 G    &   
 )   2 Q     o       7  5   % D     о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -{ | } ~    M N      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   1 I `     D E / 0 G \                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        %                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h i                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      2 @ P                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
   {                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdp" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G H o }                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd&& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd}) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       & 6                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i s x             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y z    $ 4                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w x                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      % 3 C                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdm/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdH1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ( H m                                                                                                                                                                                                 gd'J  z  kd#3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5       . / 9 C D v w             Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ         / 9 C                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	C D                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ % E F   ) N ^ o                                                                                                                                                                                                                                                                                                                                                                                                               
& F $If   gd'J 	  $If   gd'J        9 R  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd*6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        b d t u + , / @ X ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j6 h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdi7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd#8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , - |     5 J b c                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  c d u , |            s            s                                                                                                                                                                                           	  $If   gd'J   kdw9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       , - . / X    . @ A 0 1 |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd1: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X     ? @ A _     / 1 F x y         
    D E h j z {  ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $1 ; F y                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  	 
                                        kd?< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
  X Y h y   0     " D E i                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  i j {  " }   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd= $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                " G |        ( O      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jM> h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ       ' (       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
 < = G Q R w x      ) 7 t            $ 6 7 B v ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J ! 
 = G Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  Q R                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    @ A                                                                                                      Y                              kd4B $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
     B   1 2               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  v w             O a / B x z   0  1  3  4         @       c    
    ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jG hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jC hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -    Y Z   N O a   . / D  1  4           -                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  - @ A F N S             f                                                                                                                                                                      kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  S T Y a m o            f            f            f                                                                                                                                                	  $If   gd'J    kd}D $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m n s z  o            f            f            f                                                                                                                                                	  $If   gd'J    kdD $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdYE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdE $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd5F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           L M  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at             r           / 0 : D E Q r s      ! ! ! ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  . /   |	 }	 	      u v        ! . ; L                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  L ] n          ! "   A B     . ~    9 i                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  i j   r s         0 : D                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  D E                                        kdhH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   %  L           ! %! ! !                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
! ! ! ! |            s            s                                                                                                                                                                                           	  $If   gd'J   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ! ! ! ! ! ! ! ! ! ! " @" A" K" U" V" b" " " " " " " " @$ $ ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 ! ! ! ! ! ! " " A" K" |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K" U"                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  U" V"                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V" " " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  " "                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " " # *# U# # # ?$ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  $ $ $ $ $ $ $ $ $ $ $ "% #% -% 7% 8% D% e% f% % % % % % $' ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    $ $ $ $ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd,O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ $ $ $ $ #% -% 7% |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7% 8%                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8% f% % % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  % %                                        kdQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % & 9& y& & #' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  $' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( 3( 4( >( H( I( U( v( w( ( ( ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    ' ' ' ' |            s            s                                                                                                                                                                                           	  $If   gd'J   kdHS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ' ( 4( >( H( |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H( I(                                        kdT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I( w( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  ( ( ( ( !* #* 3* 4* :* A* B* C* D* Y* * * * * * * * * * * * * îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  ( (                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( (  ) N) ) ) ) !* "* #*                                                                                                                         f                           kddW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  #* 4* B* C* D* N* Y* * * *                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	* *                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * * * * * *                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  * * * + , , , , , , , , , , , 
- - 
- "- T- U- _- i- j- v- - п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  * *                                        kd,Z $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * + G+ S+ z+ + + + , K, , ,                                                                                                                         f                           kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  , , , , , , 
- - "- U-                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd:\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	U- _- i-                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  i- j-                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j- - - - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  - - - - - - . . . / / / 0 0 60 70 80 90 :0 ;0 G0 K0 k0 Q2 d2 ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 - -                                        kdH^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - . . . / A/ / / 0 60                                                                                     s                                                                                              kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
60 70 80 90 :0 ;0 k0 2 2 Q2 2 2 3 I3 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdV` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
d2 2 2 2 2 3 3 H3 \3 3 3 3 3 4 54 64 @4 J4 K4 c4 m4 n4 o4 r4 s4 4 4 4 4 4 4 4 5 5 õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !I3 3 3 3 3 4 64 @4 J4                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  J4 K4                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K4 s4 4 4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  4 4                                        kddb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 5 m5 5 5 5 5 5 5 5 5                                                             f                                    [            [                     
  $If   gd'J K$  kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
5 m5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 "6 $6 %6 &6 >6 H6 I6 J6 L6 M6 N6 p6 q6 ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 5 5 6 #6 $6 %6                                     R            I                                                                     	  $If   gd'J Q  kdd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdrd $If   K$L$l 0                                     
t                              4   4 
l a   %6 &6 N6 q6 6 6 6 6 6 6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q6 6 6 6 6 6 G7 H7 I7 J7 Z7 [7 7 7 7 7 7 7 7 7 7 7 7 7 ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J 6 6                                        kdFf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 7 H7 I7 J7 [7 7 7 7                                                             f                                    [            [                     
  $If   gd'J K$  kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
7 7 7 7 7 7 7                                     R                                                                                              Q  kdh $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdTh $If   K$L$l 0                                     
t                              4   4 
l a   7 7 7 7 7 7                                     R            I                                                                     	  $If   gd'J Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdni $If   K$L$l 0                                     
t                              4   4 
l a   7 7 7 8 8 ;8 N8 a8 b8 c8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	7 7 7 7 7 7 7 7 8 8 `8 a8 d8 m8 ^9 _9 : +: E: F: G: H: X: Y: Z: : : : ; ; ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ c8 d8                                        kdBk $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d8 m8 8 L9 _9 E: F: G: H: Y: ;                                                                                     Y                                          kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
; ; &; '; /; D; Y; k; ; ; ; ; ; ;  < < '< A<                                                                                                                                                                                                                      	  $If   gd'J  S  kdPm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ ; ; %; '; < < < < < < < < < < < < < 4= 5= 8= A= M= = 6> M> N> O> P> ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  A< [< k< < < < <                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdm $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  < < < < = "= 5= 6= 7= |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdtn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7= 8=                                        kd.o $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8= A= = = N> O> P> a> > > >                                                             f                                    [            [                     
  $If   gd'J K$  kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
P> `> a> > > > > > > > 3@ 5@ 6@ 7@ O@ Y@ Z@ [@ ]@ ^@ _@ l@ v@ w@ @ @ @ @ UA B ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 > > > > >  ? ? 4? D? ^? x? ? ? ? ? ? ?  @                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd<q $If   K$L$l 0   
L 
                                 
t                                4   4 
l a    @ @ 4@ 5@ 6@                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdq $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  6@ 7@ _@ w@ @ @ @ @ @ @ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd`r $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ @                                        kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ UA rA A B B B B B B C                                                                                                 f                                                   kdnt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  B B B B B B B C C C  C *C +C ,C .C /C 0C HC IC C C C C þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ C C 0C IC nC C C C C C |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd(u $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C ]D D D E E E E E E                                                                                                 Y                              kd6w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
C \D ^D D D E E E E E E E F F F /F 9F :F ;F =F >F ?F @F F F F νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  E F F ?F @F eF xF F F F F F             s                                                                                                                                                                 kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  F F                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F G G G FH H H H H KI                                                                                     Y                                          kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
F F G FH H H H H H H KI LI RI SI [I ]I J J J J J J ;K <K =K UK _K `K aK cK dK eK ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 KI LI SI \I ]I eI zI I I I I I I J !J 6J KJ                                                                                                                                                                                                         	  $If   gd'J  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  KJ ]J wJ J J J J J J                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdJ{ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  J J J <K |            s            s                                                                                                                                                                                           	  $If   gd'J   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <K =K eK fK yK K K K K K K |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd| $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
eK fK xK yK K K K K L zN {N |N N N N N N N =O qO sO yO zO O O }Q Q ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  K K                                        kd^} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K L L &M :M M zN {N |N N                                                                                                 f                                                        kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
N N sO zO O O O O O O O O P "P <P                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdl $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  <P VP gP P P P P P P P Q Q 9Q SQ dQ ~Q Q                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  Q Q Q Q Q Q Q Q Q 	R 
R R             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Q Q Q Q Q Q Q Q Q Q Q Q Q R 	R R R R S 	S /S 0S S S T T U U yV V V V Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ R R                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R R 0S S S T jT T 5U U :V V V V V &W =W mW W W W %X QX X                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  V V W W W W UX hX lX X X X X X X X X X X ;[ =[ >[ ?[ ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   X X X X X X |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X 	Y Y 3Y EY _Y yY Y Y Y Y Y Y Z Z 1Z                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdX $If   K$L$l 0                     x                
t                                4   4 
l a   1Z FZ [Z mZ Z Z Z Z Z Z [ "[ <[ =[ >[                                                                                                                                                                                                                   	  $If   gd'J  S  kdꃕ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  >[ ?[ g[ h[ {[ [ [ [ [ [ [ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd| $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
?[ W[ a[ b[ f[ g[ h[ z[ {[ [ [ [ [ \ \ ] ] ] Q^ f^ B_ W_ _ _ v` ` ` ` ` ` ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ [ [                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ ] ] i^ v^ ^ Z_ _ ` ` ` ` a 7a Na ma a a a                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  ` ` ` 
a Ra ea qa a a a a a a a a a a a $b *b +b 3b 5b {d }d ~d d d d d d ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  a a a $b +b 4b |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4b 5b =b Ob ab sb b b b b b b 	c c 0c Ac Xc Yc                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdR $If   K$L$l 0                                     
t                                4   4 
l a   Yc ac sc c c c c c c c d -d >d Td ed |d }d                                                                                                                                                                                                                            S  kd䇕 $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  }d ~d d d d d d d d e 	e 
e             s                                                                                                                                                                 kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  d d d d d e e e e &f Xf f  g g !h =h h h j j j k k el l m m m o %p 8p Dp Wp p 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !
e e                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e e &f f g >h h h Ai `i i i 
j j Hk gl m m m n o o                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  o o !p @p _p p p p p q q -q                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  p p p p p p  q q q q ,q -q pq qq rq q q q q q q q r r r r ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  -q qq rq q q q q q             s                                                                                                                                                                                     kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  q q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q q q r >r ?r ar r r r r                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  r r r !s Fs |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r r r Es Fs Gs Hs Is Us Ys ]s ds s iu |u u u u u v -v `v tv v v y y y y z z Nz az ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  Fs Gs Hs Is s 3u 5u iu u u v av v |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v w w Xw w  x x x y y y z z Nz z z z F{ { { { {  | 3| =| G|                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  az z z z z z { E{ Y{ { { { {  | 2| 3| =| G| H| `| j| k| o| p| q| | | | | | | | | | | } 6~ 7~ 8~ H~ I~ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (G| H|                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H| p| q| | | | | | |                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  | |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               | | } 5} l} } } } 	~ 7~ 8~ I~                                                                                                             f                                       kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  I~ J~ K~ s~ t~ ~ ~ ~ ~ ~ ~             s                                                                                                                                                                      kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
I~ J~ K~ c~ m~ n~ r~ s~ t~ ~ ~ ~ ~ ~ ~ ~ ~                      ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %~ ~                                        kdܒ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~ ~ ~                                                      f                                                                                                                       kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J            |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdꔕ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ( i j          # $ ( ) * < = O P u v z    ) *    Ȃ ɂ ʂ ˂ ؂ 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J % ( F j                                                      f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J     ) * = P c v x y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	y z                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z   *   ɂ ʂ                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ʂ ˂ ̂       ۄ ܄  R |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ؂ ܂         = ܄  # R e     ԅ      G Z    ͆ ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  R    G  Ά  d    Ň Ї  
                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ͆   ( c w    Ї   
   0 : ; ? @ A I f x y      ш շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kd4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                @ A f y                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 0 a s    $ % 6 c                                                                                                 f                                                   kdܝ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ш 0   ɉ ى    # $ % 5 6 9 N W a c i j q s       ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ c j r s                                                                 R            I                                   	  $If   gd'J Q  kd# $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$   Ċ Ŋ ؊      * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    Ê Ċ Ŋ ׊ ؊     + 4 5 D  p z {         
 ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ * +                                        kdj $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               + 4     % 8 p {   Ȍ  
                                                                                                                                                                                                                                                                                                                                                                                                        
& F, $If   gd'J 	  $If   gd'J  
      # ) T Z [ b d m        ƍ Ѝ э Ս ֍ ׍     " # ' пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ      T [ c |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c d                                         R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a     ֍ ׍    # % & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& '                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ' 0  ǎ   N Y x                                                                                                                                                                                                                                                                                                                                                                                                                      
& FT $If   gd'J 	  $If   gd'J  
' 0 1 @  N X Y w x                    ( ) زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5    * |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) * + C M N R S T f g y z         ʑ Α  |     ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    * + S T g z     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  Y ˑ  / A |   ђ                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
  Ȓ В ђ ؒ ޒ     % & ) > G Q R S T U V } 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f    & S |            s            s                                                                                                                                                                                           	  $If   gd'J   kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T U V } ~  p   ܔ H   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
}    p    ܔ H     3      .   ͗ ї  ˙   	 6   " # / 3 V    Ӝ ל  M { |   H  ݟ 5 ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4  3     .     ˙   6  " # V 
  @ U q                                                                                                                                                                                                                                                                                                                                                                        gd'J   M |   H  ݟ 5 t  
   % 4 @ S W                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  5    
  / 3 S V W ^ _      #    7 8       N { |    \ Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $W X Y Z [ \ ] ^ _ M            H            H            H            H            H            H            H                   gd'J   kdܩ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   _ s z                                                      _            V            V                                                             	 $If   gd'J    kdz $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kdO $$If   l       0   T# T                 .                
t  0                                                              4 
l al       ҡ ڡ                                      z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd쫕 $$If   l       0   T# T                 .                
t  0                                                              4 
l al     # ( 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ( ~                  [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J     8 <  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      ģ ޣ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ޣ ߣ   ! H d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  H I N |   d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdڰ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ! n            e            e                                                                                                                                                               	 $If   gd'J    kdl $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ! " % .                                                                                                                                                                                                                                                	 $If   gd'J  t  kdA $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  . / 0 A F N U \ h                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd޳ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  h i                                             kd{ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          i t x                                                                  A                                  kdԵ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   ] ^ _ x y                                                                                                                                                                                                                                                   E  kdq $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  
\ ] e f x y       ̦ ͦ ڦ ۦ     * + C D [ \ ] a b       h 
    * + / 0 󽬗n  h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz h'J 6 +     Ʀ ̦                                     a                                                                                                                             E  kd/ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdи $$If   l 0 
" R                                                           4 
l a   ̦ ͦ ֦ ڦ ۦ                                       a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a         *                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdL $$If   l 0 
" R                                                           4 
l a   * + 6 C D N [                                     a                                                                                                                             E  kdi $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd
 $$If   l 0 
" R                                                           4 
l a   [ \ ] ^ _ ` a                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdȻ $$If   l 0 
" R                                                           4 
l a   a b o p ~  l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd' $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        g h Z [ 2 3 l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd引 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
0 % & 1 2 B C G H J r s ˫ ̫ ث ٫   " - . u w                γ ѳ   + 4       t ڱﭦﭓzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  /j
 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ 03 J S s ̫ ٫ ! " . v                                                                                                                                                                                                                                                       S  kdq $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	v w                                          N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       H ߭         j ۱ A                                                                                                                                                                                                                                   
& F
 gd'J    gd'J  S  kd' $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     ѳ ,   ˴    c d u    @ Y u     9 :                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J  t u   b d u    z   8 : Y      \ ] r s    ¿ ÿ ο Ͽ п Կ տ    ܮ{shsss                   j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ %     ] s                                      j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J        D    ) f s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd+ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
f    ׿ ' ( s t   q r     e f   A  B C                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J      $ % ( s t  p 2  @ A L M ] ^ b c d e f o     $ D B  , - ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jk hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U ! - 1 2 H I ]                                                 e                                                                                                                        F  kdEÕ $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  - 2 _               ! " > ? ` a x y             " W p    9 K  6 k     ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3] ^ _ h v                                                               5            v  kd+ĕ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdÕ $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdĕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J                               t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd{ŕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd&ƕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdƕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd|Ǖ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             !                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd'ȕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ! " 7 9 >                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdȕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         > ? Y [ `                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd}ɕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` a p r x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd(ʕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x y                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdʕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd~˕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd)̕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 	 # W q                            |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd̕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            4 L      7 k         A J K a                                                                                                                                                                                                                                                                                                                                                                          gd'J    ) ? @ A a w       U v     {           0 пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ    # 6 7 U          z {                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd͕ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   3 I _ u w                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J  	0 3 H I ^ _ t u   ' ) 9 : Y Z [ \              Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kdΕ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                        & ' ( ) :                                                                                                                                     q                            kd-Е $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
: Z [ \                  q            l                                                                                                                                                       gd'J    kdЕ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kdѕ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                         < U j                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdҕ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          
   
  z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdӕ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
        	 
              ^ j       ! " A B E O e    % ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kdxԕ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 7 8 L M o                                                                                                                   q                                                         kdՕ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd֕ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdIו $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 Y Z    " B                                                             q                                                                                                                             kdؕ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  B C D E e  & < = G R z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd]ٕ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
% & = R           2 ;       , [ \ ] | } ~        ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #R                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kd(ڕ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     1                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  1 2                                        kd|ە $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 ;       q     \                                                                                                 s                                                                        kdܕ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  \ ] ~     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdݕ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdDޕ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                             s                                                                                                                                                                                   kdߕ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         A L    & E   % D   3 R   L k    -   / N     6 U   A `   о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      L   . 9 C N X |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X Y     , - h        & 4 D                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  D E P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      % 3 C                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  3 A Q                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s ~              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 3 L Z j                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k v {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       c                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ,                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      / = M                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                                                       s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      6 D T                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % & A O _                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         / 0       >                                                                                                                                                                                        gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ? s            ' 9 : K L f o B D T U e Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  > ? s                                                                                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 : L N e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  e f                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f o     3        C                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  C D U       |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e f          ! F G v w z           ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    ! G v w x y |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y z                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z     z                                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                D Y        " , - R S      h k    	   * ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $    " ,                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  , -                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     P Q  = ] ~                                                                                                                                                                                                                                                                                                                                                                                                       
& F $If   gd'J 	  $If   gd'J   	  k   Z  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * + E F G Z [ j     8 Y {       M     ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j	 h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        L M     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 ? P Q T ]    / G H P R b c          ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J                                           kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? Q R S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  S T                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T ]     / 0 Q R c                                                                                                 Y                              kdn
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
c      w    h u             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    ! " 2 3 7 8 w  h u     	   
 
 .
 0
 
 
 
 
 = ? $ 9     C G w   )       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j' hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -u           	 f
 g
    0
 
 
 > ? $ 9                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J        o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  
    o            f            f            f                                                                                                                                                	  $If   gd'J    kd% $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   $ + 7 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 7 8 @ H M o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at M N V ^ j o            f            f            f                                                                                                                                                	  $If   gd'J    kdo $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at j k s z  o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ? @   - .   E o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    E Q 4 > ! ! ' ' * 9* I+ U+ V+ b+ f+ + , , , , , , , , , - - C- D- E- I- R- /  / 0/ ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %E Q       n / 0 8 9     4 >                                                                                                                                                                                                                                                                                                                                                    h^hgd'J   
& F  gd'J    gd'J   gd'J      
! ! /! 0! C! V! m! ! ! ! " " ^# _# # # & & ' ' ' ( ( }( ( ( )                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  ) 	) R) ) * * 9* I+ V+ + , , , , , , ,                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  , ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , - D- E- G- H-                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  H- I-                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I- R- - - - - ). Q. \. . . . / /                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
/  / 1/ h/ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0/ 1/ g/ h/ i/ k/ w/ {/ / / / / / / / / 0 "0 #0 H0 I0 J0 N0 W0 1 G2 ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 h/ i/ j/ k/ / / / / / / |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	/ /                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  / /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / #0 H0 I0 J0 L0 M0                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  M0 N0                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N0 W0 0 0 0 0 41 X1 1 G2 W2 X2                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  G2 W2 Y2 i2 j2 p2 w2 x2 y2 z2 2 2 2 2 2 2 2 3 3 ,3 -3 .3 23 ;3 4 ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    X2 Y2 j2 x2 |            s            s                                                                                                                                                                                           	  $If   gd'J   kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x2 y2 z2 2 2 2 2 2 |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 3 +3 ,3 -3 .3 03 13                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  13 23                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               23 ;3 z3 3 3 3 4 <4 4 +5 ;5 <5                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  4 +5 ;5 =5 M5 N5 T5 [5 \5 ]5 ^5 _5 k5 o5 5 5 5 5 5 5 5 5 5 6 6 >6 ?6 ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    <5 =5 N5 \5 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \5 ]5 ^5 _5 5 5 5 5 5 5 |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 6 =6 >6 ?6 @6 B6 C6                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  ?6 @6 D6 M6 7 7 7 7 7 7 7 7 7 7 *8 +8 58 ?8 @8 L8 m8 n8 x8 8 8 8 îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  C6 D6                                        kdJ! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D6 M6 6 6 6 6 ,7 L7 7 7 7 7                                                                                                                         f                           kd" $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  7 7 7 7 7 7 7 +8 58 ?8                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdX# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	?8 @8                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @8 n8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  8 8 8 8 2: 3: 4: D: E: K: R: S: T: U: : : : : : : : : ; 	; ; 1; п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  8 8                                        kdf% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 8 9 G9 g9 9 9 9 3: 4:                                                                                                                         f                           kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  4: E: S: T: U: : : : : :                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdt' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	: : ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  ; 	;                                        kd.( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	; 2; 3; 4; 6; M;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  1; 2; 3; 4; N; W; X< Y< Z< = = = = = = = = = = = = = 
> ? @ ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 M; N;                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N; W; Y< Z< k< < < = = = =                                                                                     s                                                                                              kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
= = = = = = 
> ? ? ? 2@ i@ @ @ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@ 2@ E@ h@ |@ @ @ @ @ 6A JA A A A A A A A A B B 
B B B B 1B 2B DB EB }B ~B B B B õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !@ 7A A A A A A A A                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  A A                                        kdJ, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A B 2B EB XB kB ~B B B                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  B B                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B C C LC MC NC _C C C C                                                             f                                    [            [                     
  $If   gd'J K$  kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
B C LC MC NC ^C _C bC wC C C C C C C C C C C C C C C C C C C C C D D ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ C C C C C C                                     R            I                                                                     	  $If   gd'J Q  kd90 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   C C C D #D 6D ID \D ]D ^D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	D [D \D _D hD D D D D D D D +E 1E 2E :E <E QE RE aE cE iE jE kE ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J ^D _D                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _D hD D D D D D D +E 2E ;E                                                             f                                    [            [                     
  $If   gd'J K$  kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
;E <E RE bE cE dE eE                                     R                                                                                              Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd3 $If   K$L$l 0                                     
t                              4   4 
l a   eE fE gE hE iE jE                                     R            I                                                                     	  $If   gd'J Q  kd55 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   jE kE E E E E E  F F F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	kE E E E E E E E E E E  F F F F F G G G G G G G G G eH nH H H H ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ F F                                        kd|6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F IF F F G G G G G H                                                                                     Y                                          kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
H H H H H H H 
I $I >I NI hI I I I I I I                                                                                                                                                                                                                      	  $If   gd'J  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ H H H H >J ?J @J AJ YJ cJ dJ eJ gJ hJ iJ J J J J J J J KK K K K K K ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  I I 
J $J >J ?J @J                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd9 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  @J AJ iJ J J J J J J |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J J                                        kdh: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J KK yK K K K  L JL QL ZL                                                             f                                    [            [                     
  $If   gd'J K$  kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
K K  L L &L JL PL QL YL [L M M M M M M M M M M M N N N aN bN eN nN N O ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 ZL [L cL xL L L L L L L M M 4M IM [M uM M M                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdv< $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   M M M M M                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd= $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  M M M N )N <N ON bN cN dN |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	dN eN                                        kdT> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               eN nN N O XO O ?P @P AP BP SP P                                                                                                 f                                                   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  O =P @P AP BP RP SP P P P P P P P P P P P P EQ FQ IQ RQ þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ P P P P 
Q  Q 3Q FQ GQ HQ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdb@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	HQ IQ                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               IQ RQ Q $R gR R NS OS PS QS bS                                                                                                 Y                              kdpB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
RQ Q Q fR gR R NS OS PS QS aS bS S S S S S S S S S S S OT PT ST νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  bS S S S S T T *T =T PT QT RT             s                                                                                                                                                                 kd*C $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  RT ST                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ST \T 1U XU U U V V V V V                                                                                     Y                                          kd8E $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
ST \T 0U U V V V V V V V V V V V V sX uX vX wX X X X X X X X X  Y Y Y Y ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 V V V V V W W .W @W ZW tW W W W W W W                                                                                                                                                                                                         	  $If   gd'J  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  W W X 0X @X ZX tX uX vX                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdF $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  vX wX X X |            s            s                                                                                                                                                                                           	  $If   gd'J   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X Y Y Y +Y >Y QY dY eY fY |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdG $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Y Y Y Y cY dY gY pY )Z \ \ \ +\ ,\ 8\ =\ R\ \ \ ] ] ] ] !] #] _ _ ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  fY gY                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               gY pY )Z Z Z Z l[ \ \ \ ,\                                                                                                 f                                                        kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
,\ \ ] ] "] #] +] @] U] j] |] ] ] ] ]                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  ] ] ^  ^ (^ =^ R^ g^ y^ ^ ^ ^ ^ ^ _ _ _                                                                                                                                                                                                                            S  kd8K $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  _ _  _ H_ I_ \_ o_ _ _ _ _ _             s                                                                                                                                                                 kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  _ _  _ 8_ B_ C_ D_ F_ G_ H_ I_ [_ \_ _ _ _ _ x` ` ` ` ` a a hb }b .c /c d -d /d 0d Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ _ _                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ x` ` 0a a a 	b b b /c c /d 0d 7d vd d d e 8e le e e e $f                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  0d 7d <e Oe Se ke e f f #f $f %f 5f 6f zf f f f f h h h h ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   $f %f 6f zf f f |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f f f f f f g )g Cg ]g ng g g g g g                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdN $If   K$L$l 0                     x                
t                                4   4 
l a   g g g h &h @h Qh kh h h h h h h h                                                                                                                                                                                                                   	  $If   gd'J  S  kd$O $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  h h i i i -i @i Si fi gi hi |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdO $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
h h  i i i i i i i ei fi ii ri 0j \j )k zk k k l l l ]m rm n *n +n ,n 3n wn ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ hi ii                                        kd~P $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ii ri 0j *k k l l l l um ,n 3n sn n n n n o +o lo mo                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  wn n n n n o o #o /o Bo Jo co ko lo mo no ~o o o o o o o r r r r 6r @r Ar Er ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  mo no o o o o |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o o o o  p p $p ;p Rp ip zp p p p p p p p                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdR $If   K$L$l 0                                     
t                                4   4 
l a   p  q q $q 6q Hq _q vq q q q q q q r r r                                                                                                                                                                                                                            S  kdS $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  r r r Fr Gr Zr mr r r r r r             s                                                                                                                                                                 kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Er Fr Gr Yr Zr r r r r s s t t _u u u >v Zv w >x x x [y z z ,{ { { @} } } } } B~ 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !r r                                        kdjT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r s t _u u [v v v v \w zw w >x x z .{ { { { ?} @}                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  @} } } } } >~ ]~ |~ ~ ~ ~ ~                                                                                                             f                                       kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  B~ U~ a~ t~ ~ ~ ~ ~ ~ ~ ~ ~    4 5 6 : ; ? H e z { | ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  ~   5 6 ; = >             s                                                                                                                                                                                     kdxV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  > ?                                        kd2W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? H U w       " D f {                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  { |    |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       |            "   J ]    ̃   N b $ 0 4 [      ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5      " ҂ Ԃ  J     O |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd@Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O      ^ _ # $ [    / f   4     ҉ ܉                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    / B e y     3 G    щ ҉ ܉    	 
    " # 5 6 H I [ \ ` i  Ջ ֋ ׋   õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # 6 I \ ^ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  _ `                                        kdN[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i  Ԋ  9 W q  ֋ ׋                                                                                                              f                                       kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J       & 9 L _ a b             s                                                                                                                                                                      kd\] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
     
    % & 8 9 ^ _ c l   0 1 2 B C D E ] g h l m n       ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %b c                                        kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l   1 2 C D                                                 f                                                                                                                       kdj_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  D E m n       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd$` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ǎ  	          Î ǎ Ȏ Ɏ ێ ܎      " E F ȏ ɏ U V W g h i j w 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J % Ǎ  	                                                     f                                                                                                                       kd2b $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J    Ȏ Ɏ ܎      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " F ɏ V W h i                                                 f                                                                                                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  i j k  ( ) P Q  z {   |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w {  ' ( ) P ] a  ܑ {     ' ; _ ` s        ' ( ; l ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   ( `   ( m   X Y Z d o                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  l   ǔ   W Y Z o      ϕ ٕ ڕ ޕ ߕ      = > W ` a p շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kdnf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ߕ    + > @ V                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  V W                                        kdg $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               W ` ϖ    J U  × ė ՗                                                                                                  f                                                   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  p ϖ J U h x     × ė ԗ ՗ ؗ       	   ' ( 7 9 : ; ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ  	   ( 8 9 :                                                             R            I                                   	  $If   gd'J Q  kd]j $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ : ; c d w      ɘ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
; S ] ^ b c d v w     ʘ Ә Ԙ  A    8 9 T       ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ɘ ʘ                                        kdk $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ʘ Ә B ]   ę י   9 U g                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd'J 	  $If   gd'J        Ț       2 3 H I K L M e o p t u v       ƛ пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         3 J K L                                     R            I                                                                     	  $If   gd'J Q  kd?n $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   L M u v     ě ś |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ś ƛ                                        kdo $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ƛ ϛ > f      B                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd'J 	  $If   gd'J  
ƛ ϛ Л ߛ =      * 9 A B I O             ǝ ȝ زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5    ɝ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ȝ ɝ ʝ           > ? C L M \   i m   % & D E ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    ɝ ʝ     , ? A B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kdNr $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C L   j  Ο   & E p                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
E X g o p w }     Ġ Š Ƞ ݠ         촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f    Š  |            s            s                                                                                                                                                                                           	  $If   gd'J   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             X  A B {  " # |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd\t $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 ) - X  A N R {  # / 3 U ң >     ͤ 0 ` l p  j    է    ¨ Ψ Ҩ  3 [ \ r v     T   @ | ԭ ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4# U ң = >   ͤ 0 _ `  j   է   ¨    ߩ     3 [ \                                                                                                                                                                                                                                                                                                                                                                    gd'J     T   @ | ԭ  J    Į Ӯ ߮                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   gd'J    gd'J  ԭ J N    ή Ү      L M N O  ¯ # P  ְ װ 3 ^ _         E I  Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kdu $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a       . / > ?                                                 _            V            V                                                             	 $If   gd'J    kdu $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  ? @ L M                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdv $$If   l       0   T# T                 .                
t  0                                                              4 
l al  M N O Z ^ q y                                      z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd&w $$If   l       0   T# T                 .                
t  0                                                              4 
l al     ¯ ǯ 2            )            )            )                      	 $If   gd'J    kdw $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ǯ   # P U              [                                                                                                                                           kdx $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J     װ ۰ - d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdy $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  - . 3 _ c } d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdz $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  } ~     d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdK{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        F d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  F G H R    d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kd} $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p             Ĳ Ͳ                                                                                                                                                                                                                                                	 $If   gd'J  t  kd{~ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Ͳ β ϲ                                           w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                              % & ' (                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  ( ) * + , - . /                                                 A                                              kd큖 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  / 0 1 2 3 4 I                                     A            <            7                  gd'J    gd'J    kd̂ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  I     0 A B V X                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	       A B X Y [ \ j k x y     ȴ ɴ            + , >      ȷ ɷ 춥x                          /j݈ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *X Y Z [ \ d j                                     a                                                                                                                             E  kdi $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd
 $$If   l 0 
" R                                                           4 
l a   j k t x y                                       a                                                                                                                             E  kd' $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdȄ $$If   l 0 
" R                                                           4 
l a         ȴ                                     a                                                                                                                             E  kd兖 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ȴ ɴ Դ                                         a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdD $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a      
    l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kda $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a      , >     з ѷ l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ɷ ͷ η ø ĸ ϸ и        i j v w   ˹ ̹   ' ( L N ^ _        * l o     * +    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jD hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0ѷ    j w   ̹                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	  ( M N _                                      N                                                                                       S  kdϊ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd= $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        } 9 : ' (   *   y ߿ H                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kda $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     o  * + i       1 S     - . 7 8   6 7                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J      # +     0 1 S  5 8             B C D ` a l m n r s    ۵۵۵ۭۜۋzrgrrr       j׌ h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '       C                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  C D U    @ A ]   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kde $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 ^ # $ u         ~  5 6    /     _ `                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J             4             
  /      _   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj> h'J U !`                                                       e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J     ! " % & , - N O o p             - . H I p q r s t R S _    B H K     	 2 f   ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3     ! "                                                             5            v  kde $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         " # $ % & * + ,                                     t                                                                                                                                                             v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  , - F H N                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         N O h j o                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o p ~                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           % ' -                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         - . A C H                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I P U p                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p q r s t R S _     C V                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              1 e    	 # 3 g          % 4 G H a                                                                                                                                                                                                                                                                                                                                                                     gd'J          4 F {      % Y    . ` a k u v      пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ        # $ % Y o       # . a k u                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  u v                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               v         ,                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	        - 6           ! & / L N ^ _ ~     Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ , -                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               - 6 X Y m n                                                                                                                                             q                            kdg $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
    ! " # $ %             q            l                                                                                                                                                       gd'J    kd$ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  % &                                     kd᜖ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               & / P Q e f         7 8 M                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  M N _  z            q            q                                                                                                                                                                                       	  $If   gd'J    kd8 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            > @ P Q p q s       $ 0 O [          M    ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     
 ) * ? @ Q q                                                                                                             q                                                         kd	 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  q r s      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdơ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kdڣ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J             z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    " # - 7 8 X Y      o S U e f           ! *    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ # # - 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  7 8                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 q r     T U f                                                                                                   s                                                                        kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdĨ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         !                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! *                             s                                                                                                                                                                                   kdҪ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           l m    D c   G f   o   	 # B   ; Z   U t S r   b    3 4 о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -              |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  W n      ;   l m                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % & D R b                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd­ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd߮ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ % G U e                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdױ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϴ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 3 o }                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd쵖 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǷ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K L   # 1 A                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd世 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdܻ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  ; I Y                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԾ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . / U c s                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # $ S a q                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdHÖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdĖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdeĖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd#Ŗ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 6 b p                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdŖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@Ɩ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd]ǖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdǖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdzȖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8ɖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A e     $ % 2 3 4 W                                                                                                                                                                                         gd'J  z  kdɖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 E W r   " # $ 9 k l v           
      Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ     # $ . 9 l v                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kdɖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdJ˖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 a b    0 f                                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J     D ] v   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd̖ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             3 4 C            !      h i l }  ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jX͖ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ             |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd͖ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                  kdΖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 !  i  j     # ? X r                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd'J 	  $If   gd'J     i |            s            s                                                                                                                                                                                           	  $If   gd'J   kdϖ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       i j k l  $ % Y k } ~ m n |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdЖ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        $ % X Y | } ~    - Z l n           C D G P  	        ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $n x                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd_і $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2 D E F                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  F G                                        kdҖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P       m    B _                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd'J 	  $If   gd'J     	 _   ;	 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdԖ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ) _     	 :	 ;	 >	 O	 e	 	 	 
 
 
 0
 ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jԖ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  ;	 <	 =	 >	 d	 e	 	 	 
 1
 2
 <
 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdFՖ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0
 2
 G
 y
 z
 
 
 
 
 
 
 
 
 
 
 f t          K L N O a s t   ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !<
 G
 z
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  
 
                                        kd ֖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  
 
                                        kdTז $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 \ ] } ~                                                                                                      Y                              kdؖ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 L M N O  
 9
 n o               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdbٖ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          
 9
   ? P   l      m n p q     I } L S     6  ! ! ." /" G" H" X" Y" ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jaޖ hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jږ hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  - > ? P   W X      k l   n q     H I X j                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  j } ~                f                                                                                                                                                                      kdږ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kdږ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd_ۖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdۖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd;ܖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdܖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  	    o            f            f            f                                                                                                                                                	  $If   gd'J    kdݖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   & - 9 o            f            f            f                                                                                                                                                	  $If   gd'J    kdݖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 : ; <   5  6  ! ! " " " o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdݖ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y" \" ]" " " + + #/ ./ %5 65 7 7 8 8 8  9 9  9 $: %: :: l: m: w: : : : : : : : : : : < < < ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %" " k# l# "$ #$ $ $ % & & ' ' (( ) ) M* + + "- #- D. Q. ^. k. x. .                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  . . . . . . . . / "/ #/ ./ ^0 _0 0 0 ~1 1 Q4 R4 %5 65 k5 5 5 6 I6 v6 6                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  6 6 6 @7 7 7 7 8 8  9 $: %: /: :: m: w: :                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  : :                                        kdޖ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  : :                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : /; ;; b; ; ; ; ; 3< =< b< < <                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
< < < = |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < = = = 	= = = 5= 6= K= }= ~= = = = = = = = = = = = }? ? ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 = = = 	= 5= 6= @= K= ~= = |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	= =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  = =                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  = =                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = 4> @> g> > > > |? ? ? ?                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  ? ? ? @ @ @ @ @ @ @ -@ _@ `@ j@ t@ u@ @ @ @ @ @ @ @ @ aB ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    ? ? @ @ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ @ "@ -@ `@ j@ t@ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t@ u@                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u@ @ @ @ @ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  @ @                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ A $A KA vA A A `B B B B                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  aB B B B B B B B B B B B 	C 
C (C )C >C pC qC {C C C C C C C C ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    B B B B |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B B B B )C 3C >C qC {C C |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C C C C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  C C C C ^E `E pE qE wE ~E E E E E E E E E E E F F F 5F 6F 7F îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  C C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C *D 6D ]D D D D "E ^E _E `E                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  `E qE E E E E E E E E                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	E E                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E F 6F 7F 8F :F ;F                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  7F 8F <F EF G G G G G G G G G G -H GH IH JH _H H H H H H H H п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  ;F <F                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <F EF F F F F G 4G QG G G G                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  G G G G G -H JH TH _H H                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  H H                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  H H H H H H I I I .K /K 0K @K AK sK tK uK vK wK xK K K K M M ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 H H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H I I 	J HJ ~J /K 0K AK sK                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
sK tK uK vK wK xK K YM ZM M M N ?N N |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M M M N N >N RN N N N N *O +O @O rO sO }O O O O O O O O O O O O O P P 6P ?P KP õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !N N *O +O 5O @O sO }O O                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  O O                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O O O O 	P P P 5P                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  5P 6P                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6P ?P P P P P P P *Q 1Q 9Q                                                             f                                    [            [                     
  $If   gd'J K$  kd, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
KP P P P P P P  Q Q Q (Q *Q 0Q 1Q 8Q :Q OQ PQ _Q aQ bQ cQ {Q Q Q Q Q Q Q Q Q ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 9Q :Q PQ `Q aQ bQ                                     R            I                                                                     	  $If   gd'J Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   bQ cQ Q Q Q Q Q Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q Q Q R )R R R R R R R R R R R R R R R S S S 	S ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J Q Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q R )R WR R R R R R R R                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
R R R  S S S S                                     R                                                                                              Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   S S S S S S                                     R            I                                                                     	  $If   gd'J Q  kdo  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   S 	S 1S RS SS xS S S S S |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       		S !S +S ,S -S /S 0S 1S RS SS S S S S T T OU hU U U U U U U U V V #V SV YV ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ S S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S S T T U U U U U SV                                                                                     Y                                          kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
SV ZV cV dV lV V V V V V V W  W (W =W RW dW ~W                                                                                                                                                                                                                      	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ YV ZV bV dV W W W W W X X X X X X &X 'X qX rX uX ~X X X sY Y Y Y Y ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  ~W W W W W W W                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdV $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  W W X 'X LX _X rX sX tX |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       tX uX                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uX ~X X Y Y Y Y Y Y Y Y                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
Y Y Y Y Y Y Y Y Y Y p[ r[ s[ t[ [ [ [ [ [ [ [ [ [ [ [  \ \ \ \ @] ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 Y Y Z Z +Z =Z WZ qZ Z Z Z Z Z Z Z [ -[ =[                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   =[ W[ q[ r[ s[                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdB $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  s[ t[ [ [ [ [ [  \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ \ \ \ ?] ] ] ] ] ] D^                                                                                                 f                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  @] ] ] ] ] ] ] C^ D^ E^ ]^ g^ h^ i^ k^ l^ m^ ^ ^ ^ ^ ^ ^ þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ D^ E^ m^ ^ ^ ^ ^ ^ ^ ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ ^                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ ` N` ` ` ` `  a                                                                                                 Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
^ _ _ ` ` N` ` ` ` ` `  a Ra Sa Ta la va wa xa za {a |a }a a a a νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ   a Sa Ta |a }a a a a a a a a             s                                                                                                                                                                 kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  a a                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a a b b :c c "d #d $d 5d d                                                                                     Y                                          kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
a a b c  d "d #d $d 4d 5d d d d d d d f f f f %f &f xf yf zf f f f f f f f ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 d d d d d d d d d d e "e <e Ve ^e se e                                                                                                                                                                                                         	  $If   gd'J  S  kd, $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  e e e e e e f f f                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  f f &f yf |            s            s                                                                                                                                                                                           	  $If   gd'J   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       yf zf f f f f f f g g g |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd
 $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
f f f f g g g g g i i i i i i i i 4j zj j j j j j j l l ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  g g                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g g 'h ch wh 
i i i i i                                                                                                 f                                                        kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
i 4j j j j j j j j k k 4k Nk _k yk                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  yk k k k k k k l l 1l Kl \l vl l l l l                                                                                                                                                                                                                            S  kdr $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  l l l l l l 
m  m 3m Fm Gm Hm             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  l l l l l l l l l l l l l Em Fm Im Rm n En Fn ln mn  o !o p p p p q q q q Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ Hm Im                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Im Rm n mn n !o To o p rp p wq q q q r cr zr r r 
s 6s bs s s                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  q q r r r 	s s s s s s s s s t t t 't )t xv zv {v |v ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   s s s t t (t |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (t )t 1t Ft [t pt t t t t t t u &u 7u Qu Yu nu                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   nu u u u u u u 	v #v 4v Nv _v yv zv {v                                                                                                                                                                                                                   	  $If   gd'J  S  kd^ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  {v |v v v v v v v w w w |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
|v v v v v v v v v w w w w w w x y -y y y z z z { { { { { { | ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ w w                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w w x 0y y y  z z { { { | 0| O| t| | | | 
} }                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  | (| 4| G| | | | | | | | } 	} 
} } } } } a} g} h} p} r}         ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  } } } a} h} q} |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q} r} z} } } } } } } ~ ~ /~ F~ W~ m~ ~~ ~ ~                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ~ ~ ~ ~ ~ ~ ~  + < S j {                                                                                                                                                                                                                                S  kdX $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J          1 D F G             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J       C D H Q c  + ]  ^ z ܃  L ܅ 3 H   & ʈ ! 6 ފ b u    󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !G H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q c +  {  3 ~    J ܅   ̈ 9 : A ݊ ފ                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  ފ  ^ }  ܋   9 X Y j                                                                                                             f                                       kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J       1 = P W Y i j    Ҍ ӌ Ԍ ، ٌ ݌      ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  j   ӌ Ԍ ٌ ی ܌             s                                                                                                                                                                                     kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ܌ ݌                                        kdl" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݌    7 Y { |                                                                                                                                                                                                                                                                                                                                                                                                                           
& F, $If   gd'J 	  $If   gd'J    + ^  |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        * +                2 V j       Δ Ҕ  T W   ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5       p r    W   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdz$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        B C  < =      V W  ͕  <  Җ ' ( 2 = p z                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   ͕    ; O   і  ' ( = o p z           ӗ ԗ       O s t u   õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kd4% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ԗ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O r  ט   F t u                                                                                                              f                                       kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J       ę י                  s                                                                                                                                                                      kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
         Ù ę ֙ י    
 K L Κ Ϛ К        
     1 2 W X ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                          kdP) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 ( L Ϛ К                                                   f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J       2 E X Z [ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd^+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ \                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X \ e   ) * + ; < = > V ` a e f g y z         f g         㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %\ e   * + < =                                                 f                                                                                                                       kdl- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  = > f g z      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd&. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  g                                                     f                                                                                                                       kd40 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J    	 : ƞ Ǟ       M  |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         : Ş ƞ Ǟ      z  M `   Š ٠    # $ B C V   š ơ ١ 
 ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   Ơ  C  ơ  R      
 @ J T                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  
  Q e      
 ? @ J T U m w x | } ~     ۣ ܣ     շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\T U                                        kd1 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               U } ~   ɣ ܣ ޣ                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kd2 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 m      a b s                                                                                                  f                                                   kdP4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J   m      & , ` a b r s v         ť ƥ ե ץ إ ٥ ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ     ƥ ֥ ץ إ                                                             R            I                                   	  $If   gd'J Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd
5 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ إ ٥    ( ; N P Q g |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd$6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
٥          ' ( M N h q r  ߦ    ֧ ק  " + 2 8 I J ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ g h                                        kd6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               h q   , I b u   ק   + J K                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  J K L \ ] ` f       Ш Ѩ       
     & ' 9 : _ ` d пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  K L ]    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd28 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         Ѩ                                        R            I                                                                     	  $If   gd'J Q  kdy9 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a       ' : M ` b c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c d                                        kd: $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               d m ܩ  > P     " & ' (                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
d m n } ۩      Ȫ ת ߪ    ! " % & ' ( ) 9 : = R [ e f زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 ( ) : g |            s            s                                                                                                                                                                                           	  $If   gd'J   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g h           ܫ ݫ     X Y   M  í ĭ   ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    g h     ʫ ݫ ߫  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 Y   ; l ~  ĭ   P Q                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
   
    O P Q R b c f {         촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  Q R c  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ߯      |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 Ǯ ˮ   ߯      Ͱ Ѱ  p ܱ 1 2 > B k β  
  6  6 B F s $ % _ ` l p  ѷ     @     H  ޺  r ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4  p ۱ ܱ 1 2 k β   6  5 6 s % _ `  G H }    ѷ   @                                                                                                                                                                                                                                                                                                                                                                   gd'J  @    H  ޺  r   J K V b q }                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   gd'J    gd'J  r   I J V l p          ) `   > t u Ѿ   ! X Y        Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kdP@ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a       ̼ ͼ ܼ ݼ                                                 _            V            V                                                             	 $If   gd'J    kd@ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  ݼ ޼                                                                                                                                                                                                                                                            	 $If   gd'J  o  kdA $$If   l       0   T# T                 .                
t  0                                                              4 
l al         #                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd`B $$If   l       0   T# T                 .                
t  0                                                              4 
l al  # $ ) ` e 2            )            )            )                      	 $If   gd'J    kdB $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     e      8             [                                                                                                                                           kd*D $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  8 9 > u y ˾ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdD $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ˾ ̾ Ѿ    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdE $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    ! Y ^  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdNG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      ? D P d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  P Q T ^ n            e            e                                                                                                                                                               	 $If   gd'J    kdH $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ^ _ b k                                                                                                                                                                                                                                                	 $If   gd'J  t  kdI $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  k l m ~                                          w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdRJ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdJ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                              A                                  kdHL $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kd'M $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kdN $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                                                                                                                                                                                                                                              E  kdN $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	              	   6 7 9 : f g               I J U V f g 춥x                          /jT hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kdO $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdDO $$If   l 0 
" R                                                           4 
l a    	    * 6                                     a                                                                                                                             E  kdaP $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdP $$If   l 0 
" R                                                           4 
l a   6 7 8 9 : L f                                     a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdP $$If   l 0 
" R                                                           4 
l a   f g r                                         a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd~Q $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd<R $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdR $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a            n o l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdYS $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
g k l a b m n ~           \ ^ i j         < > ? K L    
 
 " B g p   % & 8 ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j~T hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0o      ] ^ j                                                                                                                                                                                                                                                        S  kdT $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	      =                                     N                                                                                       S  kd	V $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdwU $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   = > ? L          K   }  M                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdV $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   M N 
 h    % & 9      Z |       u v                                                                                                                                                                                                                                                                                                                                                      gd'J   
& FO gd'J    gd'J  8 9              t v    6 : G H          
     N O Z ۵۵۵ۭۜۋzrgrrr       jX h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '  , ; G H                                        j                                                                                                                                           kd-W $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     < A     e  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdW $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     c d   T U           } 7 ~                                                                                                                                                                                                                                                                                                                                    
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  Z [ \ ` a d   S  n  | }             N W `  ~  h i ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jX hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J UjxX h'J U ! i m n                                                    e                                                                                                                        F  kdY $$If   l   l '{6    4   4 
l a] p
        F  kdFY $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  i n          
  $ % @ A ] ^ z {                 ^      u  Z r    # Y ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdZ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd,Z $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdD[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J                               t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
    $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdE] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ % 8 : @                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         @ A V X ]                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ] ^ s u z                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdF_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         z {                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdGa $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdb $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 E _     (                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdHc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( < p     ! U s     $ X Y Z [ }         2 3                                                                                                                                                                                                                                                                                                                                                                   gd'J  Y [ e { | }      1 Q T     # N     	   : ; X Y l пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  3 Q _ r s      
 # 9 O P      	                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdc $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ; X Y o                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  	l o         c e u v                 D Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kdJe $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     0 L M b c d e v                                                                                                                                     q                            kdf $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
v                     q            l                                                                                                                                                       gd'J    kd^g $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kdh $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                      : ; M x                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdri $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          F G H I J z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd/j $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       D E F K T        = > C L       K M ] ^ } ~     - . a ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "J K                                     kdj $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               K T s t                                                                                                                      q                                                         kdCl $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     > ? @ A B z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd m $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       B C                                     kdm $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               C L   K L M ^ ~                                                             q                                                                                                                             kdo $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  ~     . b x y   z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdo $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
a b y         $ 9 : n w 
     U h           $ 4 5 ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ : < m                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  m n                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n w   L M \     U                                                                                                  s                                                                        kdDs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 # $ 5 V                         s                                                                                                                                                                                   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  5 U V W X Y [ }  
  " b    a     o    
 ,     J i   k      r     }    о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -V W X Y Z [  ( ) j u    |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    $ ; h i      
  " 7 b p                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>x $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdxz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D a o                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         $              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $  %  0  5              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5  6  @  E              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E  F  G  o  }                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         
  +                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd䁗 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      V                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd܄ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " # J X h                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdԇ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : ; k y                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̊ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd鋗 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 > C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D N S             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T U                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdč $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd᎗ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R S r                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdّ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a b }                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       # H k l       z	                                                                                                                                                                                        gd'J  z  kdє $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	 {	 	 	 	 	 	 	
 

 
 
 
 Q
 R
 c
 u
 v
 
 
 
 
 ~     Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  z	 {	 	 	 	 	 	 

 
 
                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	
 
                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 R
 v
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
     ! o   ) 9 J Z [                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd'J 	  $If   gd'J       
 -
 \
 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdؗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               [
 \
 ]
 
 
 
 
 
 
 = ? O P   
  3 ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  \
 ]
 
 
 
 
 
 |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 
                                        kdљ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   W      % = >                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  > ? P  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         	 
 3    	     |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdߛ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       3        :     
  ! S T ^ h i             C E U V f ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $  ! T ^ h                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  h i                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd흗 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 4 C T    y        D                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  D E V   X   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g         " W t        *      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ              |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            " , - R S {       O k               Q ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !   " ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  , -                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - S {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     k l                                                                                                    Y                              kd⣗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
         
               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Q R ] ^ n o s t         *$ <$ 
( ( S( U( j( l( ) ) ) ) y) {) `* u* * + + + , , - - >/ e/ / / / / / / ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jV hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -       4" 5" " " )$ *$ <$ % % 	( 
( ( l( ) ) z) {) `* u* * * * +                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  + + + !+ )+ .+             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  .+ /+ 4+ <+ H+ o            f            f            f                                                                                                                                                	  $If   gd'J    kd+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at H+ I+ N+ U+ Z+ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Z+ [+ `+ g+ s+ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at s+ t+ |+ + + o            f            f            f                                                                                                                                                	  $If   gd'J    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + + o            f            f            f                                                                                                                                                	  $If   gd'J    kd㧗 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + + o            f            f            f                                                                                                                                                	  $If   gd'J    kdQ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + + o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at + + + + {, |, - - i/ j/ '0 (0 0 o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd- $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / / / 0 0 p9 z9 < < B B ME uE F F F F F F G G G 
H H H H  H ,H MH NH H H H H H ZJ \J lJ ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %0 0 	1 
1 1 1 W2 X2 2 k4 l4 t5 u5 5 P7 Q7 7 p9 z9 : : ; ; ; 	< < '<                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  '< 8< I< Z< k< l< < < < < < < = = > > ? ? A A B B 	C YC ZC C C D DD                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  DD ED D D ME NE uE F F F G G G G H H H                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  H  H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                H NH H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  H H                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H  I 'I eI I I I I  J ZJ [J                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
[J \J mJ J |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       lJ mJ J J J J J J J J J K K &K 0K 1K =K ^K _K K K K K K M M ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 J J J J J J J J K &K |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&K 0K                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  0K 1K                                        kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1K _K K K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  K K                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K K L 0L pL L M M M M                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  M M M M M M M M M M M M M N N N N @N AN hN iN jN nN wN O ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    M M M M |            s            s                                                                                                                                                                                           	  $If   gd'J   kdڰ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M M M M M M N N |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N AN gN hN iN jN lN mN                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  mN nN                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               nN wN N N N O TO xO O gP wP xP                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  O gP wP yP P P P P P P P P P P P P P Q Q Q #Q $Q 0Q QQ RQ zQ {Q ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    xP yP P P |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P P P P P P P Q Q #Q |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	#Q $Q                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $Q RQ yQ zQ {Q |Q ~Q Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  {Q |Q Q Q R R S S S S S S S 4S fS gS qS {S |S S S S S S S S îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  Q Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q Q Q Q Q )R hR R R R R R                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  R S S S S )S 4S gS qS {S                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd̹ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	{S |S                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |S S S S S S S                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  S S S S nU oU pU U U U U U U U U U U U U /V 0V :V DV EV QV mV п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  S S                                        kdڻ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               S S "T .T UT T T T T &U oU pU                                                                                                                         f                           kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  pU U U U U U U U U 0V                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd轗 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	0V :V DV                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  DV EV                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               EV nV oV pV rV V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  mV nV oV pV V V W W W X X X X X Y Y Y Y Y Y "Y &Y FY ,[ ?[ ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 V V                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V V W W W W X X X X Y                                                                                     s                                                                                              kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
Y Y Y Y Y Y FY Z Z ,[ n[ [ [ $\ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
?[ n[ [ [ [ [ [ #\ 7\ r\ \ \ \ \ ] ] ] %] &] >] H] I] J] M] N] m] n] ] ] ] ] ] ] ] õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !$\ s\ \ \ \ \ ] ] %]                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  %] &]                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               &] N] n] ] ] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  ] ]                                        kdė $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] H^ [^ ^ ^ ^ ^ ^ ^ ^                                                             f                                    [            [                     
  $If   gd'J K$  kdfŗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
] H^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  _ _ _ #_ $_ %_ '_ (_ )_ K_ L_ ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ^ ^ ^ ^ ^  _                                     R            I                                                                     	  $If   gd'J Q  kdƗ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd Ɨ $If   K$L$l 0                                     
t                              4   4 
l a    _ _ )_ L_ __ r_ _ _ _ _ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd:Ǘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L_ _ _ _ _ _ "` #` $` %` 5` 6` g` m` n` v` x` ` ` ` ` ` ` ` ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J _ _                                        kdǗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ _ _ #` $` %` 6` g` n` w`                                                             f                                    [            [                     
  $If   gd'J K$  kdHɗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
w` x` ` ` ` ` `                                     R                                                                                              Q  kdʗ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdʗ $If   K$L$l 0                                     
t                              4   4 
l a   ` ` ` ` ` `                                     R            I                                                                     	  $If   gd'J Q  kd˗ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd˗ $If   K$L$l 0                                     
t                              4   4 
l a   ` ` ` ` ` a )a <a =a >a |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd6̗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	` ` ` ` ` ` ` ` ` ` ;a <a ?a Ha 9b :b b c  c !c "c #c 3c 4c 5c c c c c c ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ >a ?a                                        kd̗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?a Ha a 'b :b  c !c "c #c 4c c                                                                                     Y                                          kdDΗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
c c d d 
d d 4d Fd `d zd d d d d d d e e                                                                                                                                                                                                                      	  $If   gd'J  S  kdΗ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ c c  d d ze {e |e }e e e e e e e e e e f f f f (f f g (g )g *g +g ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  e 6e Fe `e ze {e |e                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdϗ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  |e }e e e e e f f f |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd"З $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f                                        kdЗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f f f )g *g +g <g g g g                                                             f                                    [            [                     
  $If   gd'J K$  kd0җ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
+g ;g <g Zg bg g g g g g i i i i *i 4i 5i 6i 8i 9i :i Gi Qi Ri i i i i 0j j ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 g g g g g g g h h 9h Sh [h ph h h h h h                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdҗ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   h h i i i                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd|ӗ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  i i :i Ri ei xi i i i i |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdԗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	i i                                        kdԗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i 0j Mj j j {k |k }k ~k k k                                                                                                 f                                                   kd֗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  j yk |k }k ~k k k k k k k l l l 	l 
l l #l $l l l l l þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ k k l $l Il \l ol l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd֗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kdח $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l 8m `m m m n n n n n                                                                                                 Y                              kdؗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
l 7m 9m m m m n n n n n n n n n 
o o o o o o o o o o o νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  n n n o o @o So fo yo o o o             s                                                                                                                                                                 kdٗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  o o                                        kdXڗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o mp p p !q q q q q &r                                                                                     Y                                          kdۗ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
o o lp !q q q q q q q &r 'r -r .r 6r 8r s s s s s s t t t 0t :t ;t <t >t ?t @t ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 &r 'r .r 7r 8r @r Ur jr |r r r r r r r s &s                                                                                                                                                                                                         	  $If   gd'J  S  kdfܗ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  &s 8s Rs ls |s s s s s                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdܗ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  s s s t |            s            s                                                                                                                                                                                           	  $If   gd'J   kdݗ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       t t @t At Tt gt zt t t t t |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdDޗ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
@t At St Tt t t t t eu Uw Vw Ww gw hw tw yw w w x Lx Nx Tx Ux ]x _x Xz Zz ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  t t                                        kdߗ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t eu u v v v Uw Vw Ww hw                                                                                                 f                                                        kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
hw w Nx Ux ^x _x gx |x x x x x x x y                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  y 1y By \y dy yy y y y y y y z .z ?z Yz Zz                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  Zz [z \z z z z z z z z z z             s                                                                                                                                                                 kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Zz [z \z tz ~z z z z z z z z z z z z z { { { 
| | | | } } j~ k~ T i k l Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ z z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z z { | l| | | E} } ~ k~  k l s    H t  Ԁ   , `                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  l s x    0 C G _ ` a q r    Ł ǁ     ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   ` a r   Ɓ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ɓ ǁ ρ      : T e    Ă Ղ                                                                                                                                                                                                                          
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a    ! 6 H b |    ҃                                                                                                                                                                                                                        	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    B C V i |     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd* $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 2 < = A B C U V     l  e  ˆ , A  2   Q f g h o  ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 l f Ά D Q  5  h o  Ή   ) H g                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J   Ɖ ҉  - @ L _ k ~              V X Y Z r | }  ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          * < N ` w    ͋     3 4                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd  $If   K$L$l 0                                     
t                                4   4 
l a   4 < N ` r    Ɍ ڌ    / @ W X                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  X Y Z      ύ                s                                                                                                                                                                 kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J            3 ɏ     z   z ѓ   @ ĕ h  Ԗ |     2 ~ 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ɏ    ё  ;    z # B j ז ؖ ߖ { |                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  |    : z   י                                                                                                                f                                       kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  ~     ϙ ۙ      K L M p q r v w {      ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f   L M q r w y z             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  z {                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {    ՚    < ^                                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J    ɛ  ! |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ț ɛ   ! " # $ 0 4 8 ? ^ D W    О   ; O   ` l p    ) < ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  ! " # $ ^   D    <  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          3 ڠ ۠   _ `    ) k  ڣ ! p Ť Ƥ Ф ۤ   "                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  < k ~   ٣    4 o  Ť Ƥ ۤ 
   " # ; E F J K L ^ _ q r           # $ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (" #                                        kdn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # K L _ r                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   G u      $                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  $ % & N O b u                 s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
$ % & > H I M N O a b t u       l m n ~            Ϩ Ш   ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ƨ  m n                                                   f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J       Ш     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  D E ǩ ȩ ɩ ٩ ک ۩ ܩ         * + P Q U ^             㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %  ! E ȩ ɩ ک ۩                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ۩ ܩ    + > Q S T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T U                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U ^                                                       f                                                                                                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J     ث d e       - |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ث c d e         - @ c w     ®    " 5 c d w  ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  - d   " d   ?      ް                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J      > R     ݰ ް          $ A S T y z     շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  A T g z |                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kd6 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  < N        >                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J         Ĳ ʲ        ) 2 < > D E L N c d s u v w ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ > E M N d t u v                                                             R            I                                   	  $If   gd'J Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdD  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ v w    Ƴ ٳ     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
w         ų Ƴ       } K U V t u   ɵ е ֵ   ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 ~  ʴ     K V u   ɵ                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J         / 5 6 = ? H n o            Ķ Ŷ ׶ ض    пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ     / 6 > |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       > ? o                                        R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd& $If   K$L$l 0                                     
t                              4   4 
l a       Ŷ ض      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 z  ܷ  ) 4 S ~  ĸ Ÿ Ƹ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
    y ) 3 4 R S f u } ~     ø ĸ Ÿ Ƹ Ǹ ׸ ظ ۸     زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 Ƹ Ǹ ظ  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ( ) - . / A B T U z {          W a b   ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph      . / B U h { } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  4  ٺ 
  W b                                                                                                                                                                                                                                                                                                                                                                                           
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
                " , - . / 0 1 X 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f     . |            s            s                                                                                                                                                                                           	  $If   gd'J   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . / 0 1 X Y  K } ~  # ^ _ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X e i  K }    # _ k o   z Ͽ п ܿ  	 l              
  1 o      ( V W   # |   ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4_   y z Ͽ п 	 l           1    0 L \ o                                                                                                                                                                                                                                                                                                                                                                      gd'J   ( W   # |   O         . 2                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J        
  . 1 2 9 :       _     o      ) V W \   7 Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $2 3 4 5 6 7 8 9 : M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   : N U Z j k z {                                                 _            V            V                                                             	 $If   gd'J    kd( $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  { |                                                                                                                                                                                                                                                            	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al                                              z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd
 $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd'J    kd7 $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      Y Z _                [                                                                                                                                           kdd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J       i d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd- $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  i j o    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       # d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  # $ ) W \  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p               	                                                                                                                                                                                                                                                	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  	 
   ! ) 0 7 C                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  C D                                             kd) $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          D O S Z a b c d                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  d e f g h i j k                                                 A                                              kda $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  k l m n o p                                      A            <            7                  gd'J    gd'J    kd@ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   8 9 R S l } ~                                                                                                                                                                                                                                                     E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	7 8 9 ? @ R S } ~                 5 6 7 ; < Y Z [ g h z B       춥x                          /jQ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd~ $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd< $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a        ( 5                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   5 6 7 8 9 : ;                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdv $$If   l 0 
" R                                                           4 
l a   ; < I J X Y l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Y Z [ h z A B 4 5  
 l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
 	 
        ! " $ L M         O Q c d          Y Z f       f g    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0
 $ - M      P                                                                                                                                                                                                                                                       S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	P Q d                                         N                                                                                       S  kdC! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd  $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       "  u v c d Y Z f  D                                                                                                                                                                                                                                     
& F
 gd'J    gd'J  S  kd! $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       f g     = > O m    3 O i j s t   r s                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J    N O _ g < > O l m  T q t   3      6 7 L M ~             ۵۵۵ۭۜۋzrgrrr       jK# h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     7 M                                      j                                                                                                                                           kdg" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J        | }   @ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd" $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
@  _ `    M N   K L   q r ? @ Z k                                                                                                                                                                                                                                                                                                                                       
& F gd'J   $ $gd'J    gd'J   
& FR gd'J        M N  J  p   & ' 7 8 < = > ? @ I Z k         ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j$ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj# h'J U !    " # 7                                                 e                                                                                                                        F  kd$ $$If   l   l '{6    4   4 
l a] p
        F  kd$ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    9 ] ^ a b h i             : ; R S i j            1 J ~    %   E n    ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 37 8 9 B P ] ^                                                             5            v  kd% $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdf% $$If   l   l '{6    4   4 
l a] p
         ^ _ ` a b f g h                                     t                                                                                                                                                             v  kd~& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  h i                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd)' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd( $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd*) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd) $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd* $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           3 5 :                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd++ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : ; J L R                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd+ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R S a c i                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd, $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i j }                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd,- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   1 K                            |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            & Z m     E _ o        $ % ; a p                                                                                                                                                                                                                                                                                                                                                                        gd'J        ; Q p      / P a    U j          
 пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ       / _ ` a       T U _ j                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd-/ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   
 # 9 O Q h                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	
 
 " # 8 9 N O i r     3 4 5 6 \ ] b k                   Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ h i                                     kd0 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               i r                                                                                                                                                  q                            kd1 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 4 5 6 ] ^ _ ` a             q            l                                                                                                                                                       gd'J    kd2 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  a b                                     kdU3 $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               b k           /  D  Y  s  t                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J          z            q            q                                                                                                                                                                                       	  $If   gd'J    kd4 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
                       z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdi5 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                 z |          8 D ` l          ) ?     ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                        kd&6 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     & ' I e f { |                                                                                                               q                                                         kd}7 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd:8 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd8 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 3 4                                                                  q                                                                                                                             kdN: $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J      ?      ! , z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd; $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    , ^ _ i s t               5 6 7 V W X Y Z ] f    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #, _ i s                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  s t                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd*= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      K     6                                                                                                 s                                                                        kd~> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  6 7 X Y Z [ \ |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd8? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ ]                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f                             s                                                                                                                                                                                   kdFA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          &          
 
 
 
 ,   & E _ ~   w  	 (      /    : o p о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      &   	 	 	 (	 2	 |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
2	 3	 	 	 	 	 
 
 B
 w
 
 
                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J    * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdxC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a b                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd6D $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdSE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdE $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       

 
                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 )
 .
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdpF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   .
 /
 9
 >
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   >
 ?
 J
 O
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.G $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O
 P
 Z
 _
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _
 `
 a
 
 
 
                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdG $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdKH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	I $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdhI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
 
 
 
  +                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd&J $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdJ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdCK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`L $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 & 4 D                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd}M $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       = _ m }                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdXO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kduP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd3Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdPR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J w                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdmS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	  '                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdHU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdeV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j k                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd#W $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      _ `                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd]Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        .                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdzZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q r                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdU\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ) 9                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd0^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }    	 
 ` a n o p                                                                                                                                                                                          gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p     M ^ _ ` u           % & @ I   . / ? Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ    M _ ` j u                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kdj` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  & ( ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ? @                                        kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ I     
 l                                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J    /      |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? @ Z [ \ o p       ! P Q T ]          ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jc h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    ! P Q R S |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdQd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S T                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T ]    T _ {                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kd_f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ` a       |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ` a        3 i            ,  -  \          B! E! " " " " " " # ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                             kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 -  \  n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                             kd'i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                           *! +! ! " 7" X" ~" " " " "                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  " " " E# # # 4$ w$ |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd{j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # #  # !# 4# 5# D# e# # # # $ 3$ U$ v$ w$ z$ $ $ $ '% Y% Z% [% l% ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j5k h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  w$ x$ y$ z$ $ $ &% '% [% m% n% x% |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l% n% % % % % % % % % & *& +& .& 7& & & & 	' !' "' *' ,' <' =' ' ' ' ' ' ' ' ' ' ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !x% % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  % %                                        kdtl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % & +& ,& -&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  -& .&                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .& 7& & & & & 	' 
' +' ,' ='                                                                                                 Y                              kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
=' ' ' ' ' ' Q( u( * * B- O-             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ' ' ' ' ( 
( ( ( Q( u( B- O- {. . 1 1 5 5 5 5 6 
6 6 6 6 6 7 7 7 8 8 8 9 9 : !: Q; r; < = j= k= = = = = ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jt hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jp hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -O- z. {. . / / 0 0 1 1 1 @3 A3 5 5 5 
6 6 6 7 7 7 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  8 8 8 8 8 8             f                                                                                                                                                                      kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd'J    kdeq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 8 8 o            f            f            f                                                                                                                                                	  $If   gd'J    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 8 8 8 9 9 o            f            f            f                                                                                                                                                	  $If   gd'J    kdAr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9 9 9 "9 '9 o            f            f            f                                                                                                                                                	  $If   gd'J    kdr $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at '9 (9 09 89 D9 o            f            f            f                                                                                                                                                	  $If   gd'J    kds $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at D9 E9 M9 T9 Y9 o            f            f            f                                                                                                                                                	  $If   gd'J    kds $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Y9 Z9 b9 i9 u9 o            f            f            f                                                                                                                                                	  $If   gd'J    kds $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at u9 v9 w9 x9 : : q; r; = = = = > o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdgt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at = = = > +> G G _J jJ aP rP R S #T /T 0T <T @T \T `U aU vU U U U U U U U U V V V #V ,V W W 
X ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %> +> > > ^? _? ? ? H@ 	B 
B C C dC D D E G G ^H _H I I I I I I                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  I I I I 	J 
J J 0J GJ ^J _J jJ K K 8L 9L L L O O aP rP P P P WQ Q Q Q                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  Q Q ,R |R R R S #T 0T \T `U aU kU vU U U U                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  U U                                        kdPu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V V !V "V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  "V #V                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #V ,V kV wV V V W +W 6W oW yW W W W                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
W W X BX |            s            s                                                                                                                                                                                           	  $If   gd'J   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
X X AX BX CX EX QX UX qX rX X X X X X X X X X "Y #Y $Y (Y 1Y Z ![ ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 BX CX DX EX qX rX |X X X X |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	X X                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  X X                                        kdly $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X X "Y #Y $Y &Y 'Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  'Y (Y                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (Y 1Y pY |Y Y Y Z 2Z Z ![ 1[ 2[                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  ![ 1[ 3[ C[ D[ J[ Q[ R[ S[ T[ i[ [ [ [ [ [ [ [ [ \ \ \ \ \ ] ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    2[ 3[ D[ R[ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       R[ S[ T[ ^[ i[ [ [ [ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ [ \ \ \ \ 
\ \                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  \ \                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ T\ `\ \ \ \ ] ] ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  ] ^ ^ ^ '^ (^ .^ 5^ 6^ 7^ 8^ 9^ E^ I^ d^ e^ z^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    ^ ^ (^ 6^ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6^ 7^ 8^ 9^ e^ o^ z^ ^ ^ ^ |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdꀘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ ^                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ _ _ _ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  _ _ _ '_ ` ` ` ` ` ` ` ` ` ` a a a a a &a Ga Ha Ra qa ra sa îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  _ _                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ '_ f_ r_ _ _ ` &` ^` ` ` `                                                                                                                         f                           kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  ` ` ` ` ` ` ` a a a                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	a a                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a Ha ra sa ta va wa                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  sa ta xa a c 
c c c c %c ,c -c .c /c ic c c c c c c c c c c d п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  wa xa                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               xa a a a a !b Ab pb b b 
c c                                                                                                                         f                           kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  c c -c .c /c ic c c c c                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd" $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  c c                                        kd܉ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c d 
d d d 'd                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  d d 
d d (d 1d 2e 3e 4e jf kf lf |f }f f f f f f f f f f h h ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 'd (d                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               (d 1d 3e 4e Ee e e kf lf }f f                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
f f f f f f f h h h i Ci {i i |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd> $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h i i Bi Vi zi i i i j $j fj gj |j j j j j j j j j j j j k k k k Wk Xk rk {k k õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !i j fj gj qj |j j j j                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  j j                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j j k k 2k Ek Xk Zk qk                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  qk rk                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               rk {k k k &l 'l (l 9l fl ml ul                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
k k &l 'l (l 8l 9l <l Ql Zl dl fl ll ml tl vl l l l l l l l l l l l l l l l ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ul vl l l l l                                     R            I                                                                     	  $If   gd'J Q  kd瑘 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdZ $If   K$L$l 0                                     
t                              4   4 
l a   l l l l l m #m 6m 7m 8m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l 5m 6m 9m Bm em m m m m m m n n n n n +n ,n ;n =n Cn Dn En ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J 8m 9m                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9m Bm em m m m m m n n n                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
n n ,n <n =n >n ?n                                     R                                                                                              Q  kdɕ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   ?n @n An Bn Cn Dn                                     R            I                                                                     	  $If   gd'J Q  kd㖘 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a   Dn En mn n n n n n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	En ]n gn hn in kn ln mn n n n n n n o o p p p p p p p p p ?q Hq _q q q ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ n n                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n #o o o p p p p p q                                                                                     Y                                          kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
q q q q q q q q q r (r Br \r dr yr r r r                                                                                                                                                                                                                      	  $If   gd'J  S  kd8 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ q q q q s s s s 3s =s >s ?s As Bs Cs bs cs s s s s s %t t t t t t ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  r r r r s s s                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdʚ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  s s Cs cs s s s s s |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s s %t St t t t t $u +u 4u                                                             f                                    [            [                     
  $If   gd'J K$  kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
t t t t  u $u *u +u 3u 5u v v v v v v v v v v v v v v ;w <w ?w Hw w |x ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 4u 5u =u Ru gu yu u u u u u u v #v 5v Ov iv yv                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd$ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   yv v v v v                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  v v v v w w )w <w =w >w |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	>w ?w                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ?w Hw w w 2x {x y y y y -y y                                                                                                 f                                                   kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  |x y y y y ,y -y y y y y y y y y y y y y z  z #z ,z þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ y y y y y y 
z  z !z "z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	"z #z                                        kdʢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #z ,z z z A{ { (| )| *| +| <|                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
,z z z @{ A{ { (| )| *| +| ;| <| | | | | | | | | | | | )} *} -} νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  <| | | | | | | } } *} +} ,}             s                                                                                                                                                                 kdؤ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ,} -}                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               -} 6} ~ 2~ v~ ~ ^ _ ` q                                                                                      Y                                          kd榘 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
-} 6} 
~ ~ \ ^ _ ` p q       M O P Q a b    ΁ ؁ ف ځ ܁ ݁ ށ ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5          4 N ^ x    Ā                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  Ā ր  
  4 N O P                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd2 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  P Q b  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdĨ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ށ ߁    + > ? @ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd~ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
ށ ߁   = > A J         , p          ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  @ A                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A J  c   F                                                                                                     f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
 p       / D V p                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdT $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J   φ     , A S m    ̇ ݇                                                                                                                                                                                                                              S  kd欘 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     " # 6 I \ o                s                                                                                                                                                                 kdx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           ! " # 5 6     R     \ ] B W  	   	 
 Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kd2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 R  
 ]   Y  	  	 
  P     F r  ʎ                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  
   ) - E Ύ        T Z [ c e     ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph      T [ d |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d e m     ؏    7 H b s                                                                                                                                                                                                                          
  $If   gd'J K$	  $If   gd'J  S  kd@ $If   K$L$l 0                     x                
t                                4   4 
l a     Ԑ     + E _ p                                                                                                                                                                                                                        	  $If   gd'J  S  kdҰ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J         - @ A B |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
 Б ڑ ۑ ߑ     ? @ C L 
 6  T i ʔ ߔ  Е 7 L     
 Q ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ B C                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L 
  l   \ ӕ O  
 M l   Ǘ   F G                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  Q d p  ˗ ޗ   	  $ = E F G H X Y              ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  G H Y    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          Ș ژ    , C T k     љ ҙ                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd: $If   K$L$l 0                                     
t                                4   4 
l a   ҙ ڙ    " 9 P g x    ͚ ޚ                                                                                                                                                                                                                              S  kd̴ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J       ! 4 G Z m                s                                                                                                                                                                 kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J     ! 3 4      ќ g  9    4   o  5 ޢ b  ] r     Ц  󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  g 9  5 o  ٟ 6 T      u v }                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J   Z   ئ  7 V u                                                                                                                f                                       kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J   / ; N Z m y               " ? T U V ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f                      s                                                                                                                                                                                     kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kdธ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " / Q s    ڨ   @ U                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  U V g   |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V f g     © Ω ҩ ֩ ݩ    $ 7 Z n   ٬  ( <  
  5   ǰ ڰ ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5     ©     $ [  ڬ ) |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) ~  ѭ x y 8 9   5   ǰ 	 @ x   c d n y                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ڰ 	  ? S w   ұ 
 ! c d y      ٲ          " # 5 6 : C      ´ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    # 6 8 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  9 :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : C     1 K    ´                                                                                                             f                                       kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ´ ô Ĵ      & 9 ; <             s                                                                                                                                                                      kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
´ ô Ĵ ܴ           8 9 = F   
       7 A B F G H Z [ m n   ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %< =                                        kdĿ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = F d                                                      f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J    G H [ n     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    e f g w x y z         ȷ ɷ          / 0 1 A B C D Q 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %    f g x y                                                 f                                                                                                                       kdØ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  y z    ɷ ܷ    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdĘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdTŘ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    0 1 B C                                                 f                                                                                                                       kdƘ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  C D E v   * + \ T U  ˻ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdbǘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q U v    * 7 ; \  U   ˻ ޻   9 : M _ ` ~    Ӽ    F ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ˻  :    G  ݽ 2 3 4 > I |                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  F Z   ܽ  1 3 4 I { |          ¾ ߾     1 : ; J շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kdȘ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  ߾     0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  0 1                                        kdpɘ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               1 :  ڿ  $ / [                                                                                                     f                                                   kdʘ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  J  $ / B R [ b h                     ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                                                     R            I                                   	  $If   gd'J Q  kd̘ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd~˘ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$   = > Q d w     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd̘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 - 7 8 < = > P Q c d             . ^ g n t   ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdR͘ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  7 h       / A g                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J                
 " # % & ' ? I J N O P b c u v    пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdΘ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
 $ % &                                     R            I                                                                     	  $If   gd'J Q  kdϘ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd`Ϙ $If   K$L$l 0                                     
t                              4   4 
l a   & ' O P c v     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdzИ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd4ј $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  @ z      ^ b c d                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
              # ) ] ^ a b c d e u v y     زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 d e v  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdҘ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                       & ' 6   C G        ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph              |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdBӘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdӘ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                &   D w       J                                                                                                                                                                                                                                                                                                                                                                                         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
 2 A I J Q W                 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdP՘ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             2    U    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd
֘ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   2   ( , U   	 
 /   m n z ~  
 : F J r D r ~   ` a      
 5 6 L P |    .    V  ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4 /    m n  
 9 : r D q r  a          
 5 6 |                                                                                                                                                                                                                                                                                                                                                                   gd'J  |   .    V   $                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J    gd'J   $ (           & ' ( ) e   * z   
 8 9 ]        #  Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kd֘ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a        	                                                   _            V            V                                                             	 $If   gd'J    kdbט $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J    & '                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd7ؘ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ' ( ) 4 8 K S _                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdؘ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _ ` e   2            )            )            )                      	 $If   gd'J    kdq٘ $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                         * / t             [                                                                                                                                           kdژ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  t u z    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdgۘ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    
 9 = W d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd0ܘ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W X ]    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdܘ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al         d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdݘ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al    ! " , {   d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdޘ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kdTߘ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd) $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                               w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kdc $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                                                                                               A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J         	                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  	 
   
  #                                     A            <            7                  gd'J    gd'J    kdz $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  #     
   0 2                                                                                                                                                                                                                                                   E  kdY $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	         2 3 5 6 D E R S r s u v                       춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *2 3 4 5 6 > D                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   D E N R S f r                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdv $$If   l 0 
" R                                                           4 
l a   r s t u v                                       a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd4 $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a         l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a              l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
              C D P Q         & ( 8 9 x z {      F I ^ ~     a b t ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0    D Q                                                                                                                                                                                                                                                           S  kdY $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	   ' ( 9 y                                     N                                                                                       S  kd} $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   y z {   W          S  "                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     I    C a b u     -             \                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  t u        
  -       \ r v          : ; F G H L M    ۵۵۵ۭۜۋzrgrrr       j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '\ h w                                          j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J    / x }    7   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 8   O         X Y      	  s   9 :                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J                           	      9     ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jS hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !:                                                             e                                                                                                                        F  kd- $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J                  ( ) I J ` a | }           " # J K L M N , - 9     " %       @ _  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                          5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
                                                          t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J      " (                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ) B D I                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         I J X Z `                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` a t v |                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         | }                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             "                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " # * / J                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         J K L M N , - 9      0 d                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d x     ? ]     
 A `          	 !	 "	 ;	 n	 o	                                                                                                                                                                                                                                                                                                                                                                   gd'J          	  	 U	 m	 	 	 	 	 	 3
 _
 
 
  : ; E O P v w    пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  o	 	 	 	 	 	 	 	 	 3
 I
 _
 u
 
 
 
 
 
  ; E O                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  O P                                     kdg $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               P w                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  	                     
 	
 & ( 8 9 X Y Z [  Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 2 3 G H l                                                                                                                                            q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                     q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J    
                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                
 	
 *
 +
 ?
 @
 Z
 v
 w
 
 
 
 
 
   '                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  ' ( 9 Y z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       Y Z [      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
              * + J K M y z      
 ) 5          ' i j  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd` $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                          + K                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  K L M z { | } ~ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdt $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ~                                      kd1 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                                                                                    q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       j      z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdE $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
         2 3 ` u v   I - / ? @             ` p q ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                3 ` v x                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 K L     . / @                                                                                                   s                                                                        kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdr
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 _ ` q                          s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  q         F G ^    =   ! @   I h        4   /  N  -! L! ! ! <" [" " " 
$ $ о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -       d e      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd:
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  1 H ` w     [ \ F G ^ s                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        , <                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                                          s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! / ?                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 I W g                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % &                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       # 3                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v w                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd#  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       	  /  =  M                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M  N  Y  ^              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd]" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^  _  i  n              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n  o  z                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                       {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a             -! ;! K!                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K! L! W! \!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \! ]! g! l!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l! m! x! }!             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }! ~! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! ! ! !                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! ! !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! ! 	" "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " <" J" Z"                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z" [" f" k"             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k" l" v" {"             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   {" |" " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " " " "                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdj) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " " "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd(* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " " # 	#             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	# 
# # #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # # # ?# _# # # # # # $ 
$ $ 1$ $                                                                                                                                                                                        gd'J  z  kdE+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ $ 1$ L$ $ $ $ $ $ % E% F% P% Z% [% % % % % % % % % % ' ' ' ' ' Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  $ $ $ $ $ % % F% P% Z%                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	Z% [%                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [% % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  % %                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % ;& <& \& ]& & 
' @' e' u' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  ' ' ' ( 7( P( i( ( |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdL. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' 
( ( ( ( ( ( ( ( ( ( ( ( y* {* * * B+ C+ F+ W+ o+ ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j/ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  ( ( ( ( ( ( ( |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd/ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( (                                        kdE0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( C) D) ) ) ) * 2* L* a* y* z*                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  z* {* * C+ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C+ D+ E+ F+ o+ + + 3, E, W, X, G- H- |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdS2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       o+ + + 2, 3, V, W, X, v, , , - 4- F- H- ]- - - - - - - - - . . !. *. . . [0 \0 0 0 0 0 0 ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $H- R- ]- - - -                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  - -                                        kd
3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - - . . .  .                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   . !.                                        kda4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !. *. o. p. . . . . G/ / / / 0 90 [0 \0 0                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  0 0 0 0 91 1 1 2 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 0 0 0 0 0 0 0 1 91 ^1 1 1 1 1 2 2 2 )2 ?2 f2 2 2 2 2 
3 ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jo6 h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  2 2 2 2 >2 ?2 2 2 2 3 3 3 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
3 3 !3 S3 T3 ^3 h3 i3 3 3 3 3 3 3 3 @4 N4 4 4 4 4 4 4 4 4 %5 &5 (5 )5 ;5 M5 N5 Y5 5 ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !3 !3 T3 ^3 h3                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  h3 i3                                        kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  3 3                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 64 74 W4 X4 4 4 4 4 4                                                                                                 Y                              kdV: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
4 &5 '5 (5 )5 Y5 5 6 H8 I8 : :             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  5 5 5 5 5 5 5 5 5 6 : : < *< f? x? FC YC C C C C GD HD JD KD D D E E #F WF &G -G G G H I zJ J K 	K !K "K 2K 3K ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j@ hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j; hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -: < < *< p= q= 1> 2> e? f? x? @ @ EC FC [C C HD KD D D E E "F #F 2F DF                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  DF WF XF ]F eF jF             f                                                                                                                                                                      kd1< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  jF kF pF xF F o            f            f            f                                                                                                                                                	  $If   gd'J    kd< $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd'J    kd
= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd'J    kd{= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd'J    kd= $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd'J    kdW> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F F F F o            f            f            f                                                                                                                                                	  $If   gd'J    kd> $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at F F  G G G o            f            f            f                                                                                                                                                	  $If   gd'J    kd3? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G G G G G G I I J J cK dK K o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3K 6K 7K K K T T W X ] ^ ` ` a a a a a a b b c Fc Gc Qc [c \c hc c c c c c c c e e e ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %K K EL FL L L M M M O O P P Q R R 'S T T U U W +W 8W EW RW cW                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  cW tW W W W W W W W W W X 8Y 9Y Y Y XZ YZ +] ,] ] ^ E^ ^ ^ ^ #_ P_ _                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  _ _ _ ` ` ` ` a a a b b 	c c Gc Qc [c                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  [c \c                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \c c c c c c                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  c c                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c 	d d <d cd d d d 
e e <e e e                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
e e e e |            s            s                                                                                                                                                                                           	  $If   gd'J   kd2C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e e e e e e e e f f %f Wf Xf bf lf mf yf f f f f f f f Wh h ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 e e e e f f f %f Xf bf |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	bf lf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  lf mf                                        kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mf f f f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  f f                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f g g Ag lg g g Vh h h h                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  h h h h h h h h h h i 9i :i Di Ni Oi [i |i }i i i i i i ;k ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    h h h h |            s            s                                                                                                                                                                                           	  $If   gd'J   kdNG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h i :i Di Ni |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ni Oi                                        kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Oi }i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  i i                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i i %j Pj j j :k k k k                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  ;k k k k k k k k k k k k k k l l l Jl Kl Ul _l `l ll l l l l ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    k k k k |            s            s                                                                                                                                                                                           	  $If   gd'J   kdjK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k l 
l l Kl Ul _l |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd$L $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	_l `l                                        kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `l l l l l l l l                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  l l l l 8n :n Jn Kn Qn Xn Yn Zn [n pn n n n n n n n n n o o o îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  l l                                        kd2N $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l m m 7m em m m m 8n 9n :n                                                                                                                         f                           kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  :n Kn Yn Zn [n en pn n n n                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd@P $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	n n                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n n o o o o o                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  o o o o p p p p p p p p p p q !q #q $q 9q kq lq vq q q q q п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  o o                                        kdNR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o ^o jo o o o p +p bp p p                                                                                                                         f                           kdS $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  p p p p p q $q .q 9q lq                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd\T $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	lq vq q                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  q q                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q q q q q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  q q q q q q r r r t 	t 
t t t Mt Nt Ot Pt Qt Rt ^t bt t 4v :v ;v Mv Nv xv ȺȨygȒgXgQHh'J 56CJ  h
  h'J  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 q q                                        kdjV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q q r r r "s Xs 	t 
t t Mt                                                                                     s                                                                                              kdW $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
Mt Nt Ot Pt Qt Rt t 3v 4v Mv Nv |            w            w            w            q            q            w            w            l            e                                            gd'J   gd'J   $gd'J    gd'J   kdxX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Nv gv xv yv v v v v v                                                             a                                                                                           E  kdY $$If   l 0 
" R                                                           4 
l a   E  kd2Y $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  xv yv v v v v v v v v v v v v v  w w w 0w 1w 2w 6w 7w Tw Uw Vw bw cw uw =x y y y y y  z z z z z { ͼ~                                                 h
 h'J CJ OJ QJ ^J aJ  /jd^ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J  h'J 56CJ (v v v v v v v                                     a                                                                                                                             E  kdOZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdY $$If   l 0 
" R                                                           4 
l a   v v v v v v v                                     a                                                                                                                             E  kd
[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdZ $$If   l 0 
" R                                                           4 
l a   v v v v  w w w                                     a                                                                                                                             E  kd[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdl[ $$If   l 0 
" R                                                           4 
l a   w w #w 0w 1w 2w 3w 4w 5w 6w                                     a            Z                                                                                       gd'J  E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd*\ $$If   l 0 
" R                                                           4 
l a   	6w 7w Dw Ew Sw Tw l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Tw Uw Vw cw uw <x =x /y 0y z z l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd] $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
{ { { { { { { G{ H{ { { { { { { | | J| L| ^| _| | | | | | | | | | T U a    ۃ   	 a b   ф ҄ I J Z ֬֗֗֗֗֗֗֗֗֗֒֬֬y   hlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  /j^ hh h'J CJ OJ QJ U^J aJ  /z { ({ H{ { { { { | K|                                                                                                                                                                                                                                                       S  kd2_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	K| L| _| | | | |                                     N                                                                                       S  kdV` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd_ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   | | | | } } p~ q~ ^ _ T U a  ?                                                                                                                                                                                                                                     
& F
 gd'J    gd'J  S  kd` $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       a b    ҄ 8 9 J h    . J d e n o   m n                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J  Z b 7 9 J g h  O l o 
  .  ϋ Ӌ   1 2 G H y z {            ܮ{shsss]  jb h'J Uj^b h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ $ ŋ ԋ   2 H z                                     j                                                                                                                                           kdza $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  z {  Ռ ڌ  w x   ; s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kda $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
;  Z [    H I   F G   l m : ; U f  Ж                                                                                                                                                                                                                                                                                                                                     
& F gd'J   $ $gd'J    gd'J   
& FR gd'J       H I  E  k   ! " 2 3 7 8 9 : ; D U f         ЭЕЭ}vq````                             h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j,c hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J U        2                                                 e                                                                                                                        F  kdd $$If   l   l '{6    4   4 
l a] p
        F  kdc $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    4 X Y \ ] c d       ٚ ښ     5 6 M N d e            , E y        @ i    ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 32 3 4 = K X Y                                                             5            v  kdd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdyd $$If   l   l '{6    4   4 
l a] p
         Y Z [ \ ] a b c                                     t                                                                                                                                                             v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  c d }                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd<f $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdf $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdg $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           њ Ӛ ٚ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd=h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ٚ ښ                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           . 0 5                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd>j $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5 6 E G M                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         M N \ ^ d                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e x z                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd?l $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 ޝ  , F z                           |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ՞ 	 ! U h     @ Z j           6 \ k ~   ˢ ̢                                                                                                                                                                                                                                                                                                                                                                   gd'J        6 L k }  ʢ   * K \    P e      Ӥ Ԥ    пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ̢     * Z [ \    ң   O P Z e                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd@n $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                Ԥ     4 J L c                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	    3 4 I J d m     . / 0 1 W X ] f         ݧ Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ c d                                     kdo $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               d m     ɥ                                                                                                                                            q                            kdp $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 / 0 1 X Y Z [ \             q            l                                                                                                                                                       gd'J    kdq $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  \ ]                                     kdhr $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               ] f      Ӧ Ԧ   * ? T n o                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kds $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ߧ     z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd|t $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ݧ ާ ߧ   u w      ֨ ר ܨ  3 ? [ g          $ :  ƪ Ǫ  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd9u $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                  
 ! " D ` a v w                                                                                                               q                                                         kdv $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     ר ب ٨ ڨ ۨ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdMw $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ۨ ܨ                                     kd
x $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ܨ  . /                                                                  q                                                                                                                             kday $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J      : Ǫ     ' z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdz $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   ' Y Z d n o    ҫ ӫ          0 1 2 Q R S T U X a  ͮ ή ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #' Z d n                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  n o                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o   ӫ ի                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd=| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      F     1                                                                                                 s                                                                        kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  1 2 S T U V W |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdK~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W X                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X a   ή                          s                                                                                                                                                                                   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ή        !      {    ~   '  ŵ ! @ Z y   r   #      *    5 j k о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      !  ¯    # - |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
- .    ԰   = r      в  	                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J    % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd́ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdꂙ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ ] {                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ƴ ˳             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˳ ̳ ֳ ۳             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdń $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۳ ܳ ݳ                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd⅙ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \ ~                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ɴ δ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   δ ϴ ٴ ޴             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޴ ߴ    &                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdڈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i j   ĵ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ĵ ŵ е յ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   յ ֵ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdҋ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ! / ?                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r |              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       8 Z h x                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʎ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd珙 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D E r                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdߒ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ¸             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ¸ ø ͸ Ҹ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҹ Ӹ Ը   "                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e f                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdו $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ƹ ˹             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ˹ ̹ ׹ ܹ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܹ ݹ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Z [                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ĺ ɺ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɺ ʺ պ ں             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϘ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ں ۺ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        )                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd왙 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     û Ȼ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǛ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȼ ɻ ӻ ػ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ػ ٻ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd䜙 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       $ 4                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w x      [ \ i j k                                                                                                                                                                                          gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k |    H Y Z [ p             ! ; D   ) * : Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ    H Z [ e p                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ! # :                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  : ;                                        kdѠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D      g                                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J    * {     |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ; U V W j k z      K L O X          ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jߢ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ     K L M N |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O X    O Z v                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            [ \       |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        [ \        . d          ' ( W z { ~  = @        ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd榙 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( W i { | }                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  } ~                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ~      % &   2 S y                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J     @   / r |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             / 0 ? `    
 . P q r u    " T U V g ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jH h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  r s t u   ! " V h i s |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdͪ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       g i ~         % & ) 2       % ' 7 8          ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !s ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  & ' (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ( )                                        kd۬ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) 2       & ' 8                                                                                                 Y                              kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
8      L p   = J             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd鮙 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         
 L p = J v                        L m   e f ~    ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j賙 hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -J u v         ; <                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kdx $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd氙 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       o            f            f            f                                                                                                                                                	  $If   gd'J    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at  
   " o            f            f            f                                                                                                                                                	  $If   gd'J    kd± $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at " # + 3 ? o            f            f            f                                                                                                                                                	  $If   gd'J    kd0 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ? @ H O T o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T U ] d p o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at p q r s   l m      o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdz $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     & 	  Z e \ m    * + 7 ; W [ \ q             '    ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ % &   Y Z   C   
  _    	  Y Z {                                                                                                                                                                                                                                                                                                                                           h^hgd'J   
& F  gd'J    gd'J   gd'J         + B Y Z e   3 4     \ m    R                                                                                                                                                                                                                                                                                                                                                                gd'J    gd'J    ' w     + W [ \ f q                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' f r    & 1 j t                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd'J 	  $If   gd'J  
   = |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         < = > @ L P l m                #  ,    ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 = > ? @ l m w    |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdŷ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       !  "                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  "  #                                         kdӹ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #  ,  k  w      	 -   , -                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J   , . > ? E L M N O d               ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    - . ? M |            s            s                                                                                                                                                                                           	  $If   gd'J   kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N O Y d    |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdộ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J                                           kdｙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 O [                                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd'J 	  $If   gd'J       " # ) 0 1 2 3 4 @ D _ ` u           ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph      # 1 |            s            s                                                                                                                                                                                           	  $If   gd'J   kdC $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 2 3 4 ` j u    |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J     "              
   ! B C M l m n îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                " a m    ! Y                                                                                                                            f                           kd_Ù $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J           
                          s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdę $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kdę $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                C m n o q r                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  n o s | 
 
 	
 
 
  
 '
 (
 )
 *
 d
 ~
 
 
 
 
 
 
 
 
 
  п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  r s                                        kd'ƙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s |    	 <	 k	 	 	 
 	
                                                                                                                         f                           kd{Ǚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  	
 
 (
 )
 *
 d
 
 
 
 
                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd5ș $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  
 
                                        kdș $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
   	  "                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J     	 # , - . / e
 f
 g
 w
 x
 
 
 
 
 
 
 
 
 
   ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 " #                                        kdCʙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # , . / @   f
 g
 x
 
                                                                                     s                                                                                              kd˙ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  

 
 
 
 
 
 
     > v  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdQ̙ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   = Q u      a b w                R S m v  õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !  a b l w                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kd͙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   - @ S U l                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  l m                                        kd_Ι $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m v   ! " # 4 a h p                                                             f                                    [            [                     
  $If   gd'J K$  kdϙ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
  ! " # 3 4 7 L U _ a g h o q                ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ p q                                         R            I                                                                     	  $If   gd'J Q  kdЙ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdmЙ $If   K$L$l 0                                     
t                              4   4 
l a          1 2 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdљ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 0 1 4 = `             & ' 6 8 > ? @ ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J 3 4                                        kdAҙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               4 = `                                                                      f                                    [            [                     
  $If   gd'J K$  kdә $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
  ' 7 8 9 :                                     R                                                                                              Q  kdԙ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdOԙ $If   K$L$l 0                                     
t                              4   4 
l a   : ; < = > ?                                     R            I                                                                     	  $If   gd'J Q  kdՙ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdiՙ $If   K$L$l 0                                     
t                              4   4 
l a   ? @ h        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd֙ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	@ X b c d f g h                  : C Z   ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd=י $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              Y                                          kdؙ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
          # = W _ t                                                                                                                                                                                                                         	  $If   gd'J  S  kdKٙ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$         . 8 9 : < = > ] ^             ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                              
& F$ $If   gd'J  S  kdٙ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    > ^      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdoڙ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd)ۙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   N      & /                                                             f                                    [            [                     
  $If   gd'J K$  kd}ܙ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
      % & . 0               6 7 : C  w ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 / 0 8 M b t       	  0 J d t                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd7ݙ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   t                                                                                                                                                                                                                                                                         	  $If   gd'J  S  kdݙ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        $ 7 8 9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd[ޙ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9 :                                        kdߙ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : C   - v         (  {                                                                                                  f                                                   kdi $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  w         '  (  z  {  |                    ! ! ! '! þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ {  |          ! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! '! ! ! <" " ## $# %# &# 7#                                                                                                 Y                              kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
'! ! ! ;" <" " ## $# %# &# 6# 7# # # # # # # # # # # # $$ %$ ($ νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  7# # # # # # # # $ %$ &$ '$             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  '$ ($                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ($ 1$ % -% q% % Y& Z& [& l& &                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
($ 1$ % % W& Y& Z& [& k& l& & & & & & & H( J( K( L( \( ]( ( ( ( ( ( ( ( ( ( ( ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 & & & & & & & ' ' /' I' Y' s' ' ' ' '                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ' ' ' ( ( /( I( J( K(                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  K( L( ]( ( |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( (  ) ) &) 9) :) ;) |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
( ( ( ( 8) 9) <) E) ) + + +  , , 
, , ', k, , , , , , , , . . ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  ;) <)                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               <) E) ) ^* * * A+ + + + ,                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
, k, , , , ,  - - *- ?- Q- k- - - -                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdg $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  - - - - - . '. <. N. h. . . . . . . .                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  . . . / / 1/ D/ W/ j/ }/ ~/ /             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  . . . 
/ / / / / / / / 0/ 1/ |/ }/ / / M0 |0 }0 0 0 W1 X1 =2 R2 3 3 3 4 4 4 Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ / /                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / M0 0 1 X1 1 1 T2 2 3 3 4 4 4 K4 4 4 4 
5 A5 m5 5 5 5                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  4 4 5 $5 (5 @5 5 5 5 5 5 5 
6 6 O6 U6 V6 ^6 `6 8 8 8 8 ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   5 5 6 O6 V6 _6 |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _6 `6 h6 }6 6 6 6 6 6 6 7 27 C7 ]7 n7 7 7 7                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdS $If   K$L$l 0                     x                
t                                4   4 
l a   7 7 7 7 7 8 &8 @8 Z8 k8 8 8 8 8 8                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  8 8 8 8 8 9 9 (9 ;9 <9 =9 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdw $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
8 8 8 8 8 8 8 8 8 :9 ;9 >9 G9 : 1: : O; d; ; ; < < 2= G= = =  > > > L> ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ =9 >9                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               >9 G9 : : g; ; ; W< < J= > > H> g> > > > >  ? A? B?                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  L> _> k> ~> > > > > ? ? ? 8? @? A? B? C? S? T? ? ? ? ? ? A A A A B B B B ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  B? C? T? ? ? ? |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? ? ? ? ? ? ? @ '@ >@ O@ f@ }@ @ @ @ @ @                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdM $If   K$L$l 0                                     
t                                4   4 
l a   @ @ @ @ A A 4A KA bA sA A A A A A A A                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  A A A B B /B BB UB hB {B }B ~B             s                                                                                                                                                                 kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  B B B .B /B zB {B B B C C bD D 4E E E F /F G H jH H 0I I ]J K XK mK M M M M M N 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !~B B                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B C bD 4E E 0F jF F F 1G OG G H H I K pK qK xK M M                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  M UM M M M N 2N QN pN N N N                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  N *N 6N IN UN hN tN N N N N N N N N 	O 
O O O O O O :P OP PP QP ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  N N N 
O O O O O             s                                                                                                                                                                                     kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  O O                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O O *O LO nO O O O O O P ;P PP                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  PP QP bP P P |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       QP aP bP P P P P P P P P P P R R S 2S US iS S S S S #T 7T V W 	W 0W W W W W ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  P P P P P R R R S VS S S $T |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $T yT zT T sU tU 3V 4V V V 0W W W W X ;X sX X 	Y ^Y _Y iY tY Y Y Y                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  W X X :X NX rX X X X Y Y ^Y _Y tY Y Y Y Y Y Y Y Y Y Y Y Y Y 
Z Z Z Z 0Z 1Z 5Z >Z Z [ [ [ [ [ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (Y Y                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y Y Y Y Z Z 1Z 3Z 4Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  4Z 5Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5Z >Z Z Z Z [ ,[ F[ }[ [ [ [                                                                                                             f                                       kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  [ [ [ [ [ [ \ !\ 4\ 6\ 7\             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
[ [ [ [ [ [ [ [ [ [ [ 
\ \ 3\ 4\ 8\ A\ \ \ ] ] ] ] ] ] ] 2] <] =] A] B] C] U] V] h] i] ] ] ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %7\ 8\                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8\ A\ _\ \ ] ] ] ]                                                 f                                                                                                                       kd+  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ] ] B] C] V] i] |] ] ] ] |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	] ]                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ] ] ] `^ a^ b^ r^ s^ t^ u^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ *` +` ,` <` =` >` ?` L` 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %] ] ] ] a^ b^ s^ t^                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  t^ u^ ^ ^ ^ ^ ^ ^ ^ ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ ^                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^ ^ _ _ +` ,` =` >`                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  >` ?` @` q` ` ` %a &a Wa Ob Pb b b |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L` P` q` ` ` ` %a 2a 6a Wa a Pb b b b b b c 4c 5c Hc Zc [c yc zc c c c c c d Ad ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  b b 5c zc c c Bd d d -e .e /e 9e De we e e                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  Ad Ud d d d d ,e .e /e De ve we e e e e e e e e e e e e e f f ,f 5f 6f Ef շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\e e                                        kd/ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               e e e e e  f f f +f                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  +f ,f                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ,f 5f f f f g *g Vg g g g g                                                                                                 f                                                   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  Ef f g *g =g Mg Vg ]g cg g g g g g g g g g g g g g g g g h h h h ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ g g g g g 
h h h                                                             R            I                                   	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ h h 8h 9h Lh _h rh h h h h |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
h (h 2h 3h 7h 8h 9h Kh Lh ^h _h h h h h h h i i i i 
j j )j Yj bj ij oj j j ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ h h                                        kde $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               h h i 2i ci i i i i i j *j <j bj j j                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  j j j j j j j j j j j j j k k k k  k !k "k :k Dk Ek Ik Jk Kk ]k ^k pk qk k k k пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  j j j j j j |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j j k k  k !k                                     R            I                                                                     	  $If   gd'J Q  kd  $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a   !k "k Jk Kk ^k qk k k k k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	k k                                        kdG $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               k k l ;l ul l l l l m Ym ]m ^m _m                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
k k k k l l l l l l l m m m m $m Xm Ym \m ]m ^m _m `m pm qm tm m m m m زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 _m `m qm m |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m m m m m m m m m m m m n n n !n "n 1n n n >o Bo o o o o p p ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    m m m m m m n n n n |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	n n                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n !n n n ?o ro o o o o p Ep p p                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
p -p <p Dp Ep Lp Rp p p p p p p p p p p p p p p p p 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  p p p p |            s            s                                                                                                                                                                                           	  $If   gd'J   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       p p p p p p -q q r r Pr r r r |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
p p q -q q r #r 'r Pr r r s s *s s t ht it ut yt t u 5u Au Eu mu ?w mw yw }w w [x \x x x x x x z 0z 1z Gz Kz wz { { { )| | | } Q} } ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4r *s s t t ht it t u 4u 5u mu ?w lw mw w \x x x x ~y y y y y y z 0z 1z wz                                                                                                                                                                                                                                                                                                                                                                   gd'J  wz { { )| | | } Q} } } ~ ~ ~ ~ ~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  } ~ #~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ! " # $ `   % u    3 4 X         Ѓ Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $~ ~ ~ ~ ~ ~ ~ ~ ~ M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ~ ~ ~ ~                                                     _            V            V                                                             	 $If   gd'J    kdu $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J    ! "                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdJ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  " # $ / 3 F N Z                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  Z [ `   2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                         % * o             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  o p u    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdz $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     4 8 R d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdC $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  R S X    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al        d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ' v {  d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      n            e            e                                                                                                                                                               	 $If   gd'J    kdg $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd< $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al        ɂ Ђ ܂                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ܂ ݂                                             kdv  $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ݂                                                                    A                                  kd! $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                           A                                              kd" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J       	                                      A            <            7                  gd'J    gd'J    kd# $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   у ҃ Ӄ      , .                                                                                                                                                                                                                                              E  kdl$ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  
Ѓ у ك ڃ     . / 1 2 @ A N O n o q r     τ Є ф Մ ք       ܅         󽬗n  h
 h'J CJ OJ QJ ^J aJ  /j) hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz h'J 6 +. / 0 1 2 : @                                     a                                                                                                                             E  kd*% $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd$ $$If   l 0 
" R                                                           4 
l a   @ A J N O b n                                     a                                                                                                                             E  kd% $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd% $$If   l 0 
" R                                                           4 
l a   n o p q r                                       a                                                                                                                             E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdG& $$If   l 0 
" R                                                           4 
l a         τ                                     a                                                                                                                             E  kdd' $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd' $$If   l 0 
" R                                                           4 
l a   τ Є ф ҄ ӄ Ԅ Մ                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd' $$If   l 0 
" R                                                           4 
l a   Մ ք     l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd"( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        ۅ ܅ Ά φ   l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd( $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            ? @ L M         " $ 4 5 t v w       B E Z z      ] ^ p q  ڱﭦﭓzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  /j* hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ 0  ǈ  @ M                                                                                                                                                                                                                                                           S  kdl* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	   # $ 5 u                                     N                                                                                       S  kd+ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd* $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   u v w   S          ގ O                                                                                                                                                                                                                                    
& F
 gd'J    gd'J  S  kd", $$If   l 0 	X' D
                                 
t    6                            4   4 
l a     E     ? ] ^ q ד ؓ   )   ͕    
     
 X                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J      ֓ ؓ    )      ͘ X n r   Й љ      6 7 B C D H I    ܮ{shsss                   j- h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ %X d s   љ                                       j                                                                                                                                           kd, $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J    + t y    3  ڛ s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd&- $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
ڛ 4   K         T U   ٢ ڢ    o   5 6                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J             
     Ѣ Ң ֢ ע آ ٢ ڢ         5   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jf. hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj- h'J U !6      ѧ                                                 e                                                                                                                        F  kd@/ $$If   l   l '{6    4   4 
l a] p
        F  kd. $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    ӧ       $ % E F \ ] x y     Ԩ ը       F G H I J ( ) 5  ˫    !     ߭  < [  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3ѧ ҧ ӧ ܧ                                                                5            v  kd&0 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd/ $$If   l   l '{6    4   4 
l a] p
                                                      t                                                                                                                                                             v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J      $                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdv1 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         $ % > @ E                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd!2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E F T V \                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd2 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         \ ] p r x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdw3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x y                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd"4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ͨ Ϩ Ԩ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdx5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ԩ ը                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd#6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdy7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           & + F                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd$8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         F G H I J ( ) 5 }  ˫   , `                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` t     ; Y   ߭  	 = \        կ  
   7 j k                                                                                                                                                                                                                                                                                                                                                                   gd'J        կ  
  Q i   ɰ   / [    6 7 A K L r s    пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  k     ɰ    / E [ q       7 A K                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  K L                                     kdz9 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L s     Ӳ                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J  	    Ҳ Ӳ         ͳ γ ϳ г     " $ 4 5 T U V W | Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd: $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 . / C D h                                                                                                                                            q                            kd(< $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 γ ϳ г                  q            l                                                                                                                                                       gd'J    kd< $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kd= $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 & ' ; < V r s   ɴ ޴  
  #                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  # $ 5 U z            q            q                                                                                                                                                                                       	  $If   gd'J    kd> $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       U V W ~     z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd? $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       | } ~     & ' F G I u v {  Ҷ ޶   % 1        ÷ ٷ # e f  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kds@ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                           ' G                                                                                                             q                                                         kdA $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  G H I v w x y z z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdB $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       z {                                     kdDC $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               {  Ͷ ζ                                                                  q                                                                                                                             kdD $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J      ٷ f     Ƹ z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdXE $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   Ƹ    
  . / \ q r   E ) + ; <   ϻ л ѻ         \ l m ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #Ƹ   
                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  
                                         kd#F $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                / \ r t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdwG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G H     * + <  л                                                                                                 s                                                                        kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  л ѻ      |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd?J $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  [ \ m                          s                                                                                                                                                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  m         B C Z    9    <   E d        0   + J ) H   8 W   	 
 о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -       ` a    ½ ̽ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdML $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
̽ ͽ - D \ s   ܾ  W X B C Z o                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdfM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdM $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$N $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ( 8                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdAO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{Q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       + ;                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd9R $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdVS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~                                         s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdsT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	 E S c                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdNV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdkW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdFY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! "                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdcZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd![ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        /                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd[] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd6_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      + 9 I                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdpa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k v {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { |               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ) 7 G                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdKc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdhd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd&e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdCf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
   8 F V                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd}h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;i $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ; [       	 
 -                                                                                                                                                                                         gd'J  z  kdXj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
  - H       A B L V W               Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ         B L V                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	V W                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 7 8 X Y   < a q                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd'J 	  $If   gd'J      3 L e  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd_m $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            	 
           u w   > ? B S k ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jn h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdXo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? @     . H ] u v                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  v w  ? |            s            s                                                                                                                                                                                           	  $If   gd'J   kdp $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ? @ A B k   / A S T C D |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdfq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k   . / R S T r    0 B D Y            &   W X { }    ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $D N Y                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd r $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kdts $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & k l {    C     5 W X |                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  | }   5    |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                5 Z        % ; b      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /ju h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ      : ;       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          O P Z d e        < J         ! " $ % 7 I J U  ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  P Z d                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  d e                                        kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 3 S T                                                                                                      Y                              kdiy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 " # $ % U   D E               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd#z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J               & b t B U     C D F G      S " )     v      . / ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j" hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jz hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -   & l m - . a b t   A B W  D G       . @                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  @ S T Y a f             f                                                                                                                                                                      kdD{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  f g l t  o            f            f            f                                                                                                                                                	  $If   gd'J    kd{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd | $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdj} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdF~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           _ `  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at / 2 3                 	 	 
 B
 C
 M
 W
 X
 d
 
 
 
 
 
 
 
    ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  A B             #      ' 4 A N _                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  _ p           4  5      T U ' (   A     L |                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  | }         	 	 
 
 C
 M
 W
                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  W
 X
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               X
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  
 
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
   8 _    	  8                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd'J 	  $If   gd'J  
    |            s            s                                                                                                                                                                                           	  $If   gd'J   kdE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               
 
 !
 S
 T
 ^
 h
 i
 u
 
 
 
 
 
 
 
 S  ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5     
 
 
 !
 T
 ^
 |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^
 h
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  h
 i
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i
 
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
 
                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 
 
  = h   R                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J             5 6 @ J K W x y      7 ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            6 @ J |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J K                                        kdՇ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K y                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J                                           kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! L   6                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J  7                 F G Q [ \ h     ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            	  G Q [ |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	[ \                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J      4 6 F G M T U V W l            
 îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    3 a    4 5 6                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  6 G U V W a l                            s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J  
                   5 g h r | }   п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Z f    
 ' ^                                                                                                                           f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J          * 5 h                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	h r |                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  | }                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                I J K L M N Z ^ ~ d w ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     T    I                                                                                     s                                                                                              kdі $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
I J K L M N ~ / 0 d    \ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
w      ( [ o       H I S ] ^ v                !  õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !\       I S ]                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ] ^                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd'J                                             kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                ! ! !                                                             f                                    [            [                     
  $If   gd'J K$  kd횚 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
!                       ! ! ! ! ! %! &! 5! 7! 8! 9! Q! [! \! ]! _! `! a! ! ! ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ! ! &! 6! 7! 8!                                     R            I                                                                     	  $If   gd'J Q  kd4 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   8! 9! a! ! ! ! ! ! ! ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! ! ! ! ! ! Z" [" \" ]" m" n" " " " " " " " " " " " " ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J ! !                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! -" [" \" ]" n" " " "                                                             f                                    [            [                     
  $If   gd'J K$  kdϞ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
" " " " " " "                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   " " " " " "                                     R            I                                                                     	  $If   gd'J Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   " " # (# )# N# a# t# u# v# |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	" " # # # # # # (# )# s# t# w# # q$ r$ %% >% X% Y% Z% [% k% l% m% % % % )& /& ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ v# w#                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w# # # _$ r$ X% Y% Z% [% l% )&                                                                                     Y                                          kdˣ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
)& 0& 9& :& B& W& l& ~& & & & & & & ' (' :' T'                                                                                                                                                                                                                      	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ /& 0& 8& :& ' ' ' ' ' ' ' ' ' ' ' ' ' G( H( K( T( `( ( I) `) a) b) c) ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  T' n' ~' ' ' ' '                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ' ' ' ' "( 5( H( I( J( |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       J( K(                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K( T( ( ( a) b) c) t) ) ) )                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
c) s) t) ) ) ) ) ) ) ) F+ H+ I+ J+ b+ l+ m+ n+ p+ q+ r+ + + + + + + + h, - ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 ) ) ) ) * * -* G* W* q* * * * * * * + +                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdq $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   + -+ G+ H+ I+                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  I+ J+ r+ + + + + + + + |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	+ +                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + h, , , - - - - - - .                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  - - - - - - - . . . 3. =. >. ?. A. B. C. [. \. . . . . þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ . . C. \. . . . . . . |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd] $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. .                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . p/ / / $0 0 0 0 0 0                                                                                                 Y                              kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
. o/ q/ / / $0 0 0 0 0 0 0 (1 )1 *1 B1 L1 M1 N1 P1 Q1 R1 S1 1 1 1 νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  0 )1 *1 R1 S1 x1 1 1 1 1 1 1             s                                                                                                                                                                 kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  1 1                                        kd߯ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 2 2 3 Y3 3 3 3 4 ^4                                                                                     Y                                          kd3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
1 1 2 Y3 3 3 3 3 
4 4 ^4 _4 e4 f4 n4 p4 5 5 5 5 5 5 N6 O6 P6 h6 r6 s6 t6 v6 w6 x6 ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 ^4 _4 f4 o4 p4 x4 4 4 4 4 4 4 5 ,5 45 I5 ^5                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ^5 p5 5 5 5 5 5 5 5                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  5 5 5 O6 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O6 P6 x6 y6 6 6 6 6 6 6 6 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd˳ $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
x6 y6 6 6 6 6 6 6 7 9 9 9 9 9 9 9 9 
: P: : : : : : : < < ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  6 6                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 7 7 98 M8 8 9 9 9 9                                                                                                 f                                                        kd絚 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
9 
: : : : : : : : : : 
; $; 5; O;                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  O; i; z; ; ; ; ; ; ; < !< 2< L< f< w< < <                                                                                                                                                                                                                            S  kd3 $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  < < < < < < < < 	= = = =             s                                                                                                                                                                 kdŷ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  < < < < < < < < < < < < < = = = (= = > > B> C> > > ? ? @ @ A A A A Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ = =                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = (= = C> > > *? }? ? H@ @ MA A A A A 9B PB B B B C 8C dC C                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  A A B B B B hC {C C C C C C C C C C C C NF PF QF RF ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   C C C C C C |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdӹ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C D D 1D FD XD rD D D D D D D 
E 'E /E DE                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   DE YE nE E E E E E E 
F $F 5F OF PF QF                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  QF RF zF {F F F F F F F F |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
RF jF tF uF yF zF {F F F F F F F G G H H I dI yI UJ jJ J J K K K K K K ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ F F                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F G H I |I I I mJ J K K K L %L JL aL L L L L                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  K K 
L L eL xL L L L L L L L L L L L L 7M =M >M FM HM O O O O O O O O ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  L L L 7M >M GM |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdͽ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       GM HM PM bM tM M M M M M M N N -N CN TN kN lN                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   lN tN N N N N N N O O )O @O QO gO xO O O                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  O O O O O O O O P P P P             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  O O O O O P P P 'P 9Q kQ R 3R R 4S PS S S "U U 	V V V xW W X X Y Z 8[ K[ W[ j[ [ 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !P P                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               P 'P 9Q R R QS S 	T TT sT T T  U U [V zW X Y Y Y Z Z                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  Z Z 4[ S[ r[ [ [ [ \ .\ /\ @\                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  [ [ [ [ [ \ \ &\ -\ /\ ?\ @\ \ \ \ \ \ \ \ \ \ \ ] ] ] ] ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  @\ \ \ \ \ \ \ \             s                                                                                                                                                                                     kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  \ \                                        kd-Ú $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ \ \ \ 
] /] Q] R] t] ] ] ] ]                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  ] ] ^ 4^ Y^ |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdĚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ]  ^ ^ X^ Y^ Z^ [^ \^ h^ l^ p^ w^ ^ |` ` ` ` ` a ,a @a sa a a a d d d d *e -e ae te ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  Y^ Z^ [^ \^ ^ F` H` |` ` ` -a ta a |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd;Ś $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b b kb c c c c d d d ,e -e ae e e f Yf f f f g g Fg Pg Zg                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  te e e e e f %f Xf lf f f f f g Eg Fg Pg Zg [g sg }g ~g g g g g g g g g g g g g g %h Ii Ji Ki [i \i õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (Zg [g                                        kdŚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [g g g g g g g g g                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  g g                                        kdIǚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g g %h Hh h h h h i Ji Ki \i                                                                                                             f                                       kdȚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  \i ]i ^i i i i i i i i i             s                                                                                                                                                                      kdWɚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
\i ]i ^i vi i i i i i i i i i i i i i !j "j j j j j j j j j j j j j j j j k k -k .k ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %i i                                        kdʚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i i i "j j j j j                                                 f                                                                                                                       kde˚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  j j j j j k k .k 0k 1k |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd̚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1k 2k                                        kd̚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               .k 2k ;k |k }k k  l l l l l l ,l 6l 7l ;l <l =l Ol Pl bl cl l l l l l l <m =m m m m m m m m m 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %2k ;k Yk }k  l l l l                                                 f                                                                                                                       kd-Κ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  l l <l =l Pl cl vl l l l |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdΚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l l                                        kdϚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               l l l =m m m m m                                                 f                                                                                                                       kdК $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  m m m n n n n n n o o #p ep |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdњ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       m m n n n n n n n n Po o #p 6p ep xp p p p p p p p q q ,q Zq mq q q q q ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ep p p q Zq q q (r wr r r r r r s  s *s                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  q q 'r ;r vr r r r r r s s  s *s +s Cs Ms Ns Rs Ss Ts \s ys s s s s s s s s շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\*s +s                                        kdiҚ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +s Ss Ts ys s s s s s                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  s s                                        kdӚ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               s s Ct tt t t t t 7u 8u Iu vu                                                                                                 f                                                   kd՚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  s Ct t t t t t t u 6u 7u 8u Hu Iu Lu au ju tu vu |u }u u u u u u u u u ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ vu }u u u u u u u                                                             R            I                                   	  $If   gd'J Q  kdX֚ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd՚ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ u u u u u u v $v &v 'v =v |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd֚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
u u u u u u u u u u u #v $v >v Gv Hv Wv v w w w w w w w x x x x  x ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ =v >v                                        kdך $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               >v Gv v v w w 8w Kw w w w w w x  x !x                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J   x !x "x 2x 3x 6x <x gx mx nx ux wx x x x x x x x x x x x x x x x x y y 5y 6y :y пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  !x "x 3x gx nx vx |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdؚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       vx wx x x x x                                     R            I                                                                     	  $If   gd'J Q  kd:ښ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdٚ $If   K$L$l 0                                     
t                              4   4 
l a   x x x x x y #y 6y 8y 9y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdښ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	9y :y                                        kdۚ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               :y Cy y y z &z az lz z z z z z z                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
:y Cy Dy Sy y az kz lz z z z z z z z z z z z z z z z { { { ({ 1{ ;{ <{ زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 z z { ={ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdܚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       <{ ={ >{ V{ `{ a{ e{ f{ g{ y{ z{ { { { { { { { { .| /| | | #} } } } } } ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    ={ >{ f{ g{ z{ { { { { { |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdݚ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	{ {                                        kdIޚ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               { { /| l| | } B} T} } } } } &~ '~                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
} } } } } } } %~ &~ '~ (~ 8~ 9~ <~ Q~ Z~ d~ e~ f~ g~ h~ i~ ~ 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  '~ (~ 9~ f~ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdߚ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f~ g~ h~ i~ ~ ~ ~     [   |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
~ ~ ~ ~      [    ɀ F      A  Ԃ    ބ    I   5 6 B F i  χ Ї    `   ȉ  [   H ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4 ɀ F     A  ӂ Ԃ  ބ   I  5 6 i   S h    χ Ї                                                                                                                                                                                                                                                                                                                                                                    gd'J   `  ȉ  [   H     ! , 8 G S f j                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  H      , B F f i j q r    Ì  6  č  J K  Ҏ ӎ  . / a      o Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $j k l m n o p q r M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   r                                                        _            V            V                                                             	 $If   gd'J    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al    Ì Ό Ҍ                                        z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd! $$If   l       0   T# T                 .                
t  0                                                              4 
l al     6 ; 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ;    č ɍ              [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J     K O  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ӎ ׎  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     / 4 [ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  [ \ a    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     Ə   & d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  & ' * 4 n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           4 5 8 A                                                                                                                                                                                                                                                	 $If   gd'J  t  kdv $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  A B C T Y a h o {                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  { |                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          |                                                                    A                                  kd	 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   p q      ʑ ̑                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	o p q w x     ̑ ͑ ϑ Б ޑ ߑ    
   < = U V m n o s t       z    + , < = 춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *̑ ͑ Α ϑ Б ؑ ޑ                                     a                                                                                                                             E  kdd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ޑ ߑ                                           a                                                                                                                             E  kd" $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a    
    " <                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   < = H U V ` m                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd? $$If   l 0 
" R                                                           4 
l a   m n o p q r s                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   s t     l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd\ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a        y z l m D E l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
= A B 7 8 C D T U Y Z \   ݖ ޖ   2 4 ? @       җ ӗ    ! "        = F      ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j? hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0E \ e  ޖ  3 4 @                                                                                                                                                                                                                                                        S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	     ӗ                                      N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a      " Z         ! |  S  #                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd\ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   # $  >   ݟ    u v   Ǣ 0 R k      K L                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J        t v    Ǣ    J L k      n o      Ԫ ժ      $ % 0 ۵۵۵ۭۜۋzrgrrr       j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     o                                       j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J    ɧ   V   Ѩ ; x s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd` $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
x ҩ    9 :   * +       w x   S 
 T U ӳ Գ                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  0 1 2 6 7 :   )  D  R S ^ _ o p t u v w x    $ - 6 V T ӳ > ? ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj9 h'J U !Գ ? C D Z [ o                                                 e                                                                                                                        F  kdz $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  ? D q       µ õ       3 4 P Q r s            Ƹ Ǹ Ӹ 4 i     K ] 0 H }  ڻ  / ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3o p q z                                                                5            v  kd` $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J      µ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         µ õ ܵ ޵                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd[ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           , . 3                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd\ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         3 4 I K P                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         P Q k m r                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r s                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Ķ ɶ                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              Ƹ Ǹ Ӹ  5 i   ʹ                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           F ^   ٺ  + I }   ۻ  . / 0 1 S \ ] s     ս  	                                                                                                                                                                                                                                                                                                                                                                   gd'J  / 1 ; Q R S s      ' * g   ;  $   Կ տ ߿     . / B пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  	 ' 5 H I g    ;    % &     տ ߿                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 . / E [ q                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J  	B E Z [ p q     9 ; K L k l m n              Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      " # 8 9 : ; L                                                                                                                                     q                            kdb $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
L l m n                  q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                        # N g |                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kd3
 $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
                z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd
 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
          ! *           " p |     ! # 3 4 S T W a w    7 ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "  !                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ! * I J ^ _                                                                                                                    q                                                         kd
 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd
 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd~ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                " k l ! " # 4 T                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  T U V W w  8 N O Y d z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
7 8 O d           D M      + > m n o         
  ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #d                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  C D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M   " # 2     + n                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  n o      |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ,                         s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J   + , - . / 1 S ^    8 W   7 V   E d   ^ }     ?   A `     H g   S r   о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -, - . / 0 1 ^   @ K U ` j |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
j k     > ? z       
 8 F V                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      7 E U                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V a f             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      E S c                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd)! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D E ^ l |                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd!$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      , u                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      A O _                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdp* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * +                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd&. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( ) H V f                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd`0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd}1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 8 S a q                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd35 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         A B       P                                                                                                                                                                                        gd'J  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Q           ' ( 9 K L ] ^ x  T V f g w Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  P Q                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ( L ^ ` w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  w x                                        kdE7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x      E       0 1 U                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  U V g     2 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd8 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w x       1 2 3 X Y       % &     	 ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jS9 h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  2 3 Y     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   -                                                                                                                                                                                                                                                                                                                                                                                                                              
& F $If   gd'J 	  $If   gd'J    &  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           	         |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	         V k      ) * 4 > ? d e      z }     + , < ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $   * 4 >                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  > ?                                        kdZ= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 
  * b c  O o                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd'J 	  $If   gd'J    , }  . l  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < = W X Y l m |    - J k         _     ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j@ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        ^ _     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdAA $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ( ) Q b c f o   % A Y Z b d t u         ' ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J                                           kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ) Q c d e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  e f                                        kdOC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f o     A B c d u                                                                                                 Y                              kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
u          z              s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd]E $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ' ( 3 4 D E I J   z         ) + @ B     O Q 6 K     U Y    ;       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j\J hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jF hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -    
        x y    B   P Q 6 K                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kd~F $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J    
   o            f            f            f                                                                                                                                                	  $If   gd'J    kdF $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   $ + 0 o            f            f            f                                                                                                                                                	  $If   gd'J    kdZG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 1 6 = I o            f            f            f                                                                                                                                                	  $If   gd'J    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at I J R Z _ o            f            f            f                                                                                                                                                	  $If   gd'J    kd6H $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at _ ` h p | o            f            f            f                                                                                                                                                	  $If   gd'J    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at | }    o            f            f            f                                                                                                                                                	  $If   gd'J    kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     Q R   ? @   W  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    W  c  F	 P	     # K [ g h t x           # $ U V W [ d 0 2 B ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %W  c        - .  A B J K  & '  F	 P	 
 
                                                                                                                                                                                                                                                                                                                                            h^hgd'J   
& F  gd'J    gd'J   gd'J     0 A B U h     
 
 p q        / 0                                                                                                                                                                                                                                                                                                                                                                 gd'J    gd'J    d  # $ K [ h                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $ V W Y Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  Z [                                        kd+L $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d     ; c n    0 1                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
1 2 C z |            s            s                                                                                                                                                                                           	  $If   gd'J   kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B C y z { }            4 5 Z [ \ ` i  Y ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 z { | }       |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd9N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                5 Z [ \ ^ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  _ `                                        kdGP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i     F j  Y i j                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  Y i k { |               > ? @ D M  ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    j k |  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdUR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = > ? @ B C                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  C D                                        kdcT $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D M     * N  =  M  N                                                                                                                                                                                                                                                                                                                                                                                                                            
& F! $If   gd'J 	  $If   gd'J   =  M  O  _  `  f  m  n  o  p  q  }                    ! '! (! P! Q! ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    N  O  `  n  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n  o  p  q              |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdqV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                           kd+W $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 (! O! P! Q! R! T! U!                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  Q! R! V! _! " " " " " " " " " 
# <# =# G# Q# R# ^# # # # # # # îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  U! V!                                        kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V! _! ! ! ! ! >" ^" " " " "                                                                                                                         f                           kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  " " " " " " 
# =# G# Q#                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	Q# R#                                        kdG[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R# # # # # # #                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  # # # # D% E% F% V% W% ]% d% e% f% g% % % % % % & & & & & '& C& п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  # #                                        kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               # # # $ +$ Y$ y$ $ $ $ E% F%                                                                                                                         f                           kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  F% W% e% f% g% % % % % &                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd^ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	& & &                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  & &                                        kdc_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & D& E& F& H& _&                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  C& D& E& F& `& i& j' k' l' ( ( ( ( ( ( ( ( ( ( ( ( ( ) + + ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 _& `&                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               `& i& k' l' }' ' ' ( ( ( (                                                                                     s                                                                                              kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
( ( ( ( ( ( ) * * + D+ {+ + + |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ D+ W+ z+ + + + + 
, H, \, , , , , , , , , - - -  - #- $- C- D- V- W- - - - - - õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !+ I, , , , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  , ,                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , $- D- W- j- }- - - -                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  - -                                        kdd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - . 1. ^. _. `. q. . . .                                                             f                                    [            [                     
  $If   gd'J K$  kd'f $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
- . ^. _. `. p. q. t. . . . . . . . . . . . . . . . . . . . . . !/ "/ ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ . . . . . .                                     R            I                                                                     	  $If   gd'J Q  kdng $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdf $If   K$L$l 0                                     
t                              4   4 
l a   . . . "/ 5/ H/ [/ n/ o/ p/ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	"/ m/ n/ q/ z/ / / / / / 0 0 =0 C0 D0 L0 N0 c0 d0 s0 u0 {0 |0 }0 ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J p/ q/                                        kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               q/ z/ / / / / / 0 =0 D0 M0                                                             f                                    [            [                     
  $If   gd'J K$  kd	j $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
M0 N0 d0 t0 u0 v0 w0                                     R                                                                                              Q  kdPk $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdj $If   K$L$l 0                                     
t                              4   4 
l a   w0 x0 y0 z0 {0 |0                                     R            I                                                                     	  $If   gd'J Q  kdjl $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdk $If   K$L$l 0                                     
t                              4   4 
l a   |0 }0 0 0 0 0 0 1 1 1 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	}0 0 0 0 0 0 0 0 0 0 1 1 1 1 2 2 2 2 2 2 2 2 	3 
3 3 w3 3 3 3 3 ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ 1 1                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 [1 1 2 2 2 2 2 
3 3                                                                                     Y                                          kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
3 3 3 3 3 3 
4 4 64 P4 `4 z4 4 4 4 4 4 4                                                                                                                                                                                                                      	  $If   gd'J  S  kdo $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ 3 3 3 3 P5 Q5 R5 S5 k5 u5 v5 w5 y5 z5 {5 5 5 5 5 5 5 5 ]6 6 6 6  7 7 ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  4 5 5 65 P5 Q5 R5                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdQp $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  R5 S5 {5 5 5 5 5 5 5 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 5                                        kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 ]6 6 6  7 7 7 \7 c7 l7                                                             f                                    [            [                     
  $If   gd'J K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
7 7 7 07 87 \7 b7 c7 k7 m7 8 8 8 8  9 
9 9 9 9 9 9 9 '9 (9 s9 t9 w9 9 : : ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 l7 m7 u7 7 7 7 7 7 7 8 )8 18 F8 [8 m8 8 8 8                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kds $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   8 8 8 8 8                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd=t $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  8 8 9 (9 ;9 N9 a9 t9 u9 v9 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	v9 w9                                        kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w9 9 : #: j: : Q; R; S; T; e; ;                                                                                                 f                                                   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  : O; R; S; T; d; e; ; ; ; ; ; ; ; ; ; ; ; ; W< X< [< d< þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ; ; ; ; < 2< E< X< Y< Z< |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Z< [<                                        kdQx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [< d< = 6= y= = `> a> b> c> t>                                                                                                 Y                              kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
d< 
= = x= y= = `> a> b> c> s> t> > > > > > > > > > > > a? b? e? νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  t> > > > > ? )? <? O? b? c? d?             s                                                                                                                                                                 kd_z $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  d? e?                                        kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e? n? C@ j@ @ @ A A A A A                                                                                     Y                                          kdm| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
e? n? B@ @ A A A A A A A A B B B B C C C C C C C C C D D D D D D D ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 A A B 
B B B +B @B RB lB B B B B B B B                                                                                                                                                                                                         	  $If   gd'J  S  kd'} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  B C (C BC RC lC C C C                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  C C C C |            s            s                                                                                                                                                                                           	  $If   gd'J   kdK~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C D D *D =D PD cD vD wD xD |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
D D )D *D uD vD yD D ;E +G ,G -G =G >G JG OG dG G G "H $H *H +H 3H 5H .J 0J ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  xD yD                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               yD D ;E E E E ~F +G ,G -G >G                                                                                                 f                                                        kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
>G G $H +H 4H 5H =H RH gH |H H H H H H                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdہ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  H I I 2I :I OI dI yI I I I I I J J /J 0J                                                                                                                                                                                                                            S  kdm $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  0J 1J 2J ZJ [J nJ J J J J J J             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  0J 1J 2J JJ TJ UJ VJ XJ YJ ZJ [J mJ nJ J J J J K K K K K L L zM M @N AN *O ?O AO BO Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ J J                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J K K BL L L M M M AN N AO BO IO O O O P JP ~P P P Q 6Q                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  BO IO NP aP eP }P Q Q Q 5Q 6Q 7Q GQ HQ Q Q Q Q Q S S S S ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   6Q 7Q HQ Q Q Q |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q R *R ;R UR oR R R R R R R                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdǅ $If   K$L$l 0                     x                
t                                4   4 
l a   R R S S 8S RS cS }S S S S S S S S                                                                                                                                                                                                                   	  $If   gd'J  S  kdY $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  S S T T ,T ?T RT eT xT yT zT |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd놛 $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
S T T T T T T +T ,T wT xT {T T BU nU ;V V V W W W X oX X 'Y <Y =Y >Y EY Y ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ zT {T                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {T T BU <V V W 'W W X X >Y EY Y Y Y Y Y Z =Z ~Z Z                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  Y Y Y Y Z Z "Z 5Z AZ TZ \Z uZ }Z ~Z Z Z Z Z Z Z Z Z Z ,] .] /] 0] H] R] S] W] ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  Z Z Z Z Z Z |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z Z Z  [ [ $[ 6[ M[ d[ {[ [ [ [ [ [ [ 	\ 
\                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
\ \ $\ 6\ H\ Z\ q\ \ \ \ \ \ \ ] ] -] .]                                                                                                                                                                                                                            S  kdS $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  .] /] 0] X] Y] l] ] ] ] ] ] ]             s                                                                                                                                                                 kd力 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  W] X] Y] k] l] ] ] ] ] ^ 	_ _ _ q` ` ` Pa la b Pc c c md e e >f f f Rh h h h i Ti 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !] ]                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] ] ^ _ q` ` ma a a b nb b b Pc c e @f f f f Qh Rh                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  Rh h h h i Pi oi i i i i i                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  Ti gi si i i i i i i i i i !j "j #j Fj Gj Hj Lj Mj Qj Zj wk k k k ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  i "j #j Gj Hj Mj Oj Pj             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Pj Qj                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Qj Zj gj j j j j j k 4k Vk xk k                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  k k k k k |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k k k k k k k k l 
l l l 4l n -n \n on n n n n o %o `o to 6r Br Fr mr r r r s ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  k k k k 4l m m n \n n n o ao |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdu $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ao o o 	p p p pq qq 5r 6r mr r r r As xs s s Ft t t t t t t t                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  s As Ts ws s s s s 
t Et Yt t t t t t t t t u u u  u !u "u 4u 5u Gu Hu Zu [u mu nu ru {u u v v v v v õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (t t                                        kd/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t !u "u 5u Hu [u nu pu qu                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  qu ru                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ru {u u u v Kv iv v v v v v                                                                                                             f                                       kdד $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  v v v $w %w 8w Kw ^w qw sw tw             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
v v v w w w #w $w %w 7w 8w Jw Kw pw qw uw ~w w w Bx Cx Dx Tx Ux Vx Wx ox yx zx ~x x x x x x x x x ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %tw uw                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               uw ~w w w Cx Dx Ux Vx                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  Vx Wx x x x x x x x x |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdY $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x x                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x x x y y y y y y y y y y y y y y y y y  z z &z 'z +z 4z Wz Xz z z g{ h{ i{ y{ z{ {{ |{ { 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %x x x y y y y y                                                 f                                                                                                                       kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  y y y y y z z 'z )z *z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*z +z                                        kdۚ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +z 4z Xz z h{ i{ z{ {{                                                 f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  {{ |{ }{ { :| ;| b| c| | } } } ~ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd霛 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { { { 9| :| ;| b| o| s| | | } } } ~ ~ 9~ M~ q~ r~ ~ ~ ~ ~ ~ ~ ~  9 : M ~ ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ~ :~ r~ ~ ~ :    j k l v    Ȁ                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ~     ( i k l     Ȁ ɀ         ) * O P i r s  շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\Ȁ ɀ                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ɀ    * = P R h                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  h i                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               i r   $ \ g  Ղ ւ                                                                                                   f                                                   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J    \ g z     Ԃ Ղ ւ          " $ 9 : I K L M ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ   # $ : J K L                                                             R            I                                   	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ L M u v     ă Ń ۃ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
M e o p t u v       ܃    S ! + , J K f       ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ۃ ܃                                        kd٢ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ܃  T o   ք  ! , K g y                                                                                                                                                                                                                                                                                                                                                                                                          
& F, $If   gd'J 	  $If   gd'J     Ѕ х ԅ څ       D E Z [ ] ^ _ w          ӆ Ԇ ؆ пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ    х    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         E \ ] ^                                     R            I                                                                     	  $If   gd'J Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd礛 $If   K$L$l 0                                     
t                              4   4 
l a   ^ _      Ԇ ֆ ׆ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	׆ ؆                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ؆  P x  ć  
 ) T                                                                                                                                                                                                                                                                                                                                                                                                                     
& FT $If   gd'J 	  $If   gd'J  
؆    O  	 
 ( ) < K S T [ a           ƈ ψ و ڈ زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5    ۈ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ڈ ۈ ܈         * + P Q U ^ _ n ̉ ͉ {   - 7 8 V W ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    ۈ ܈    + > Q S T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdɨ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T U                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               U ^ ͉ 
 |    - 8 W  ċ ŋ                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
W j y     Ë ċ ŋ Ƌ ֋ ׋ ڋ         . 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  ŋ Ƌ ׋  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdת $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           . / j ! S T   4 5 |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
. ; ? j ! S ` d   5 A E g  P     ߏ B r ~   |       ӓ ԓ    E m n     , - f   R   ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  45 g  O P   ߏ B q r  |     ӓ ԓ      " 2 E m n                                                                                                                                                                                                                                                                                                                                                                    gd'J    - f   R   % \   ʙ ֙                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J   gd'J    gd'J   \ `   ʙ        ^ _ ` a  Ԛ 5 b    E p q  ̜ ͜  , - 2 W [ 
 Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $ 	 
   
    M            H            H            H            H            H            H            H                   gd'J   kdK $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    $ + 0 @ A P Q                                                 _            V            V                                                             	 $If   gd'J    kd鬛 $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  Q R ^ _                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  _ ` a l p                                        z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd[ $$If   l       0   T# T                 .                
t  0                                                              4 
l al     Ԛ ٚ 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ٚ / 0 5 b g              [                                                                                                                                           kd% $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J       ? d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ? @ E q u  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ͜ Ҝ  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     - 2 X d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  X Y Z d   ĝ d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ĝ ŝ ȝ ҝ n            e            e                                                                                                                                                               	 $If   gd'J    kd۴ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           ҝ ӝ ֝ ߝ                                                                                                                                                                                                                                                	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ߝ       
                                      w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdM $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd궛 $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                           % ) 0 7 8 9 :                                                             A                                  kdC $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  : ; < = > ? @ A                                                 A                                              kd" $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  A B C D E F [                                     A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  [   ( ) B S T h j                                                                                                                                                                                                                                                   E  kdປ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	
     ( ) S T j k m n | }       ڟ ۟     
   / 0 1 = > P    ɢ ʢ ڢ ۢ 춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *j k l m n v |                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd? $$If   l 0 
" R                                                           4 
l a   | }                                          a                                                                                                                             E  kd\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a         ڟ                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ڟ ۟                                          a                                                                                                                             E  kdؽ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdy $$If   l 0 
" R                                                           4 
l a     
                                                                                                                                                                                                                                                                                                   	 $If   gd'J 	 $If   gd'J     gd'J  E  kd7 $$If   l 0 
" R                                                           4 
l a        . / l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   / 0 1 > P   
    l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdT $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ۢ ߢ  գ ֣        " # { |   Ф Ҥ ݤ ޤ % ' 9 : ^ ` p q      / 0 < ~    ۬  < =    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jy hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0   # |  Ѥ Ҥ ޤ &                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	& ' : _ ` q                                      N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdr $$If   l 0 	X' D
                                 
t    6                            4   4 
l a         K L 9 : / 0 <     Z                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a    «  ܬ < = {      % C e ΰ  	 % ? @ I J   H I                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J    $ % 5 =   % B C e * G J   	       
 " # T U V r s ~     ¸ ø θ ۵۵۵ۭۜۋzrgrrr       jě h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     
 # U                                     j                                                                                                                                           kd(Û $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  U V g    R S o ٶ  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdÛ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 p 5 6  ׸ ظ # $ ȹ ɹ ! "   G H   0 A     q r                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  θ ϸ и Ը ո ظ # $ ǹ    F     
        0 A ¾ ˾ Կ   q   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jě hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Ujsě h'J U !r      
                                                 e                                                                                                                        F  kdś $$If   l   l '{6    4   4 
l a] p
        F  kdAś $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J     3 4 7 8 > ? ` a             ( ) ? @ Z [      d e q     T Z ]      D x   ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3
    & 3 4                                                             5            v  kdƛ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd'ƛ $$If   l   l '{6    4   4 
l a] p
         4 5 6 7 8 < = >                                     t                                                                                                                                                             v  kd?Ǜ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  > ? X Z `                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdǛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` a z |                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdț $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd@ɛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdɛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdʛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdA˛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           	                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd˛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             " (                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd̛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ) 7 9 ?                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdB͛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ? @ S U Z                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd͛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Z [ b g                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdΛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              d e q    ! U h                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdCϛ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             0 C w     5 E y          7 F Y Z s                                                                                                                                                                                                                                                                                                                                                                     gd'J         ' F X      & 7 k   + @ r s }        пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ        5 6 7 k      * + 5 @ s }                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdϛ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      % ' >                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	      $ % ? H     	 
   2 3 8 A ^ ` p q      Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ > ?                                     kdEћ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ? H j k                                                                                                                                               q                            kdқ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 
   3 4 5 6 7             q            l                                                                                                                                                       gd'J    kdYӛ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  7 8                                     kdԛ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               8 A b c w x        / I J _                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  _ ` q  z            q            q                                                                                                                                                                                       	  $If   gd'J    kdm՛ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd*֛ $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            P R b c          6 B a m          _    ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd֛ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                      ; < Q R c                                                                                                              q                                                         kd>؛ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd؛ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdٛ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 	 
                                                                  q                                                                                                                             kdۛ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J             z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdۛ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    4 5 ? I J j k       e g w x     
 , - . / 0 3 <    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ # 5 ? I                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  I J                                        kdܛ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J k                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdݛ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      ! f g x                                                                                                   s                                                                        kd?ߛ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J   
 . / 0 1 2 |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdߛ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 <                             s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           ~     V u   Y x       5 T   M l   g  e    t    E F о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -              |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 	 i       M   ~                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 8 V d t                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 7 Y g w                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 > C             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   C D E                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       
                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] ^   5 C S                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       M [ k                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A g u                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 6 e s                                                              s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G H t                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R S w     6 7 D E F i                                                                                                                                                                                         gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F W i   # 4 5 6 K } ~                  Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ    # 5 6 @ K ~                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 s t    B x                                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J     V o    |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         0 1 2 E F U      & ' * 3     z { ~   ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ     & ' ( ) |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ) *                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * 3 { |  * 5 Q j                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd'J 	  $If   gd'J     { |            s            s                                                                                                                                                                                           	  $If   gd'J   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       { | } ~  6 7 k }     |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        6 7 j k      	 ? l ~          2 U V Y b          ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 D V W X                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  X Y                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b          
 . T q                                                                                                                                                                                                                                                                                                                                                                                                     
& F $If   gd'J 	  $If   gd'J      q  
 M |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            
   ; q    	 + L M P a w   / 0 1 B ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  M N O P v w   1 C D N |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       B D Y             
 x           ] ^ ` a s     ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !N Y                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J                                           kd5
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 n o                                                                                                        Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 ^ _ ` a  ' K    %             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          ' K  % Q b   ~              [  ^	 e	 	 	 ' H   @
 A
 Y
 Z
 j
 k
 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jQ hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -% P Q b   i  j       } ~         Z [ j |                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  |                  f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at   	 	 	 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	 	 #	 *	 /	 o            f            f            f                                                                                                                                                	  $If   gd'J    kdL $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at /	 0	 8	 ?	 K	 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at K	 L	 M	 N	 	 	 G H   
 
 
 o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd( $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k
 n
 o
 
    5 @ 7  H  " " # $ $ $ $ 2$ 6% 7% L% ~% % % % % % % % % % % % & ' ' ' ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %
  } ~ 4 5        :   _   4 5 V c p }                                                                                                                                                                                                                                                                                                                                        h^hgd'J   
& F  gd'J    gd'J   gd'J           4 5 @ p q     c d 7  H  }      -! [! ! !                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  ! ! " R" " " " # $ 2$ 6% 7% A% L% % % %                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  % %                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % % % %                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  % %                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % & A& M& t& & & ' ' E' O' t' ' '                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
' ' ' ( |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ( ( ( ( '( +( G( H( ]( ( ( ( ( ( ( ( ( ( ( ( ( ) * * ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 ( ( ( ( G( H( R( ]( ( ( |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  ( (                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ( ( ( ( ( (                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ( (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( ) F) R) y) ) ) * * * + +                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  * + 	+ + +  + '+ (+ )+ *+ ?+ q+ r+ |+ + + + + + + + + + + s- ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    + 	+ + (+ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (+ )+ *+ 4+ ?+ r+ |+ + |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + +                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + + + + + + +                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  + +                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + + *, 6, ], , , , r- - - -                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  s- - - - - - . . . 
. . . . . :. ;. P. . . . . . . . . . . ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    - - - . |            s            s                                                                                                                                                                                           	  $If   gd'J   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . 
. . . ;. E. P. . . . |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	. .                                        kde" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . . . . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  . . . . p0 r0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 (1 G1 H1 I1 îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  . .                                        kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . </ H/ o/ / / / 40 p0 q0 r0                                                                                                                         f                           kd
% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  r0 0 0 0 0 0 0 0 0 0                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd% $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	0 0                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 1 H1 I1 J1 L1 M1                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  I1 J1 N1 W1 2 2 2 2 2 2 3 3 3 3 ?3 Y3 [3 \3 q3 3 3 3 3 3 3 3 п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  M1 N1                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N1 W1 1 1 1 1 2 F2 c2 2 2 2                                                                                                                         f                           kd)) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  2 2 3 3 3 ?3 \3 f3 q3 3                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  3 3                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  3 3 3 3 3 4 5 	5 
5 @6 A6 B6 R6 S6 6 6 6 6 6 6 6 6 6 8 8 ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 3 3                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 4 	5 
5 5 Z5 5 A6 B6 S6 6                                                                                     s                                                                                              kdE- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
6 6 6 6 6 6 6 k8 l8 8 8 9 Q9 9 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
8 8 8 9 ,9 P9 d9 9 9 9 9 <: =: R: : : : : : : : : : : : : : : : -; .; H; Q; ]; õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !9 9 <: =: G: R: : : :                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  : :                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : : : : ; ; .; 0; G;                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  G; H;                                        kd
0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H; Q; ; ; ; ; ; < << C< K<                                                             f                                    [            [                     
  $If   gd'J K$  kda1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
]; ; ; ; ; < < < '< 0< :< << B< C< J< L< a< b< q< s< t< u< < < < < < < < < < ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ K< L< b< r< s< t<                                     R            I                                                                     	  $If   gd'J Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd2 $If   K$L$l 0                                     
t                              4   4 
l a   t< u< < < < < < = 
= = |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd53 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	< = = = = ;= = = = = = = = = = = = > > > > > > > ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J = =                                        kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = ;= i= = = = = = = =                                                             f                                    [            [                     
  $If   gd'J K$  kdC5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
= = > > > > >                                     R                                                                                              Q  kd6 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd5 $If   K$L$l 0                                     
t                              4   4 
l a   > > > > > >                                     R            I                                                                     	  $If   gd'J Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a   > > C> d> e> > > > > > |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd18 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	> 3> => >> ?> A> B> C> d> e> > > > > ? ? a@ z@ @ @ @ @ @ @ @ A A 5A eA kA ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ > >                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > ? ? @ @ @ @ @ eA                                                                                     Y                                          kd?: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
eA lA uA vA ~A A A A A A A B 2B :B OB dB vB B                                                                                                                                                                                                                      	  $If   gd'J  S  kd: $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ kA lA tA vA B B B B 	C C C C C C C 8C 9C C C C C C C D D D D D ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  B B B B B B B                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  B B C 9C ^C qC C C C |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C C C )D D D D D D E 
E                                                             f                                    [            [                     
  $If   gd'J K$  kd+> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
D D D D D D  E E 	E E F F F F F F F F F F F F F F G G G G G RH ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 
E E E (E =E OE iE E E E E E E E F %F ?F OF                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd> $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   OF iF F F F                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdw? $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  F F F F F F F G G G |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd	@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G G                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G G G H QH H H H H I VI                                                                                                 f                                                   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  RH H H H H I I UI VI WI oI yI zI {I }I ~I I I I I I I J þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ VI WI I I I I I I I I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I I                                        kdC $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I J J J K `K K K  L L L                                                                                                 Y                              kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
J J J K K `K K K  L L L L dL eL fL ~L L L L L L L L L  M M νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  L eL fL L L L L L L  M M M             s                                                                                                                                                                 kdE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  M M                                        kdSF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M N LN N 4O 5O 6O GO O                                                                                     Y                                          kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
M M M N 2O 4O 5O 6O FO GO O O O O O O #Q %Q &Q 'Q 7Q 8Q Q Q Q Q Q Q Q Q Q Q ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 O O O O O O O O O 
P $P 4P NP hP pP P P                                                                                                                                                                                                         	  $If   gd'J  S  kdaH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  P P P P P 
Q $Q %Q &Q                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  &Q 'Q 8Q Q |            s            s                                                                                                                                                                                           	  $If   gd'J   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q Q Q Q Q R R R R |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd?J $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
Q Q Q Q R R R  R R T T T T T T T U FU U U U U U U U W W ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  R R                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R  R R 9S uS S T T T T T                                                                                                 f                                                        kd[L $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
T FU U U U U U U V V ,V FV `V qV V                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdM $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  V V V V V V W W )W CW ]W nW W W W W W                                                                                                                                                                                                                            S  kdM $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  W W W W W X X 2X EX XX YX ZX             s                                                                                                                                                                 kd9N $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  W W W W W W W W W W W X X WX XX [X dX (Y WY XY ~Y Y 2Z 3Z [ -[ [ [ \ \ \ \ Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ ZX [X                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [X dX (Y Y Y 3Z fZ Z /[ [ [ \ \ \ \ &] u] ] ] ] ^ H^ t^ ^ ^                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  \ \ ] ] ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ *_ 0_ 1_ 9_ ;_ a a a a ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   ^ ^ ^ *_ 1_ :_ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdGP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       :_ ;_ C_ X_ m_ _ _ _ _ _ _ 
` ` 8` I` c` k` `                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdQ $If   K$L$l 0                     x                
t                                4   4 
l a   ` ` ` ` ` ` a a 5a Fa `a qa a a a                                                                                                                                                                                                                   	  $If   gd'J  S  kdQ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  a a a a a a a b b b b |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd%R $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
a a a a a a a a a b b b "b b c c *d ?d d d e e 
f "f f f f f f 'g ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ b b                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b "b b c Bd d d 2e e %f f f #g Bg ag g g g g h h                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  'g :g Fg Yg g g g g g g g h h h h h .h /h sh yh zh h h j j j j j j j j ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  h h /h sh zh h |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdAT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h h h h h h h h i i *i Ai Xi ii i i i i                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdT $If   K$L$l 0                                     
t                                4   4 
l a   i i i i i i j &j =j Nj ej |j j j j j j                                                                                                                                                                                                                            S  kdU $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  j j j j j 
k k 0k Ck Vk Xk Yk             s                                                                                                                                                                 kdV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  j j j 	k 
k Uk Vk Zk ck ul l =m om n pn n n 
o ^p p Eq Zq r r 8s s 3t Ht u tv v v v v 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !Yk Zk                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Zk ck ul =m n n o Eo o o p *p \p p q r s Kt Lt St u u                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  u 0v pv v v v 
w ,w Kw jw kw |w                                                                                                             f                                       kd-X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  v w w $w 0w Cw Ow bw iw kw {w |w w w w w w w w w w w y *y +y ,y ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  |w w w w w w w w             s                                                                                                                                                                                     kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  w w                                        kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w w x 'x Ix kx x x x x x y +y                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  +y ,y =y py y |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ,y <y =y y y y y y y y y y y { { { 
| 0| D| h| || | | | }     f i   ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  y y y y y { { { { 1| i| | | |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd[ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | T} U} } N~ O~      h i  ߀  N   9 : D O                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   ߀   ) M a     9 : O            ҂ ӂ         a      õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kdi\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ӂ                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J                                           kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 a     ! X                                                                                                                f                                       kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J      Ä ք                  s                                                                                                                                                                      kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
        Ä Մ ք       ] ^        
      0 1 C D i j ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 : ^                                                     f                                                                                                                       kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      1 D W j l m |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m n                                        kdMc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j n w   ; < = M N O P h r s w x y     ć Ň ɇ ҇   x y        ' 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %n w   < = N O                                                 f                                                                                                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  O P x y    Ň Ǉ ȇ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd[e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ȇ ɇ                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ɇ ҇  y                                                     f                                                                                                                       kdig $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J     L ؉ ى    2 * + _  |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd#h $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' + L ׉ ؉ ى   
  2  + _ r   ׋    # 5 6 T U h   ׌ ،   ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   ؋  U  ،  d   	 
   R \ f                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   0 c w  ƍ  	 
  Q R \ f g         ǎ Ȏ        շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\f g                                        kdh $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               g    Ȏ ێ                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd1j $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                      1 s t                                                                                                   f                                                   kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J        ( 1 8 > r s t            א ؐ     ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ     ؐ                                                                R            I                                   	  $If   gd'J Q  kdl $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd?l $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$     ' : M ` b c y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdYm $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  
     & ' 9 : _ ` z      ɒ ʒ    4 = D J [ \ ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ y z                                        kdn $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z   
 > [ t   ʒ    = \ ]                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  \ ] ^ n o r x                  $ % & 8 9 K L q r v пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  ] ^ o    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdgo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 R            I                                                                     	  $If   gd'J Q  kdp $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd!p $If   K$L$l 0                                     
t                              4   4 
l a     % & 9 L _ r t u |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd;q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	u v                                        kdq $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               v    P b   Ǖ  4 8 9 :                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
v        ƕ Ǖ ڕ      3 4 7 8 9 : ; K L O d m w x زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 : ; L y |            s            s                                                                                                                                                                                           	  $If   gd'J   kdIs $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x y z         Ȗ ɖ       j k   _ ˘ ՘ ֘   ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    y z    ɖ ܖ    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdt $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 k   M ~  ˘ ֘    b c                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
      ' - a b c d t u x         ̙ 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  c d u  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ̙ ͙     +  қ ӛ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
̙ ٙ ݙ      +  ӛ ߛ     C D P T }      H  H T X  6 7 q r ~      " & R  ʤ ˤ  Z   ,  ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4ӛ     C D }    H  G H  7 q r  Y Z    Т    R                                                                                                                                                                                                                                                                                                                                                                   gd'J  R  ˤ  Z   ,  æ  \ ] h t                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J   gd'J    gd'J     [ \ h ~           ; r Ө   P      3 j k  ʪ ˪ Ъ    Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kdw $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    § ɧ Χ ާ ߧ                                                   _            V            V                                                             	 $If   gd'J    kd#x $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kdx $$If   l       0   T# T                 .                
t  0                                                              4 
l al     
  ! ) 5                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdy $$If   l       0   T# T                 .                
t  0                                                              4 
l al  5 6 ; r w 2            )            )            )                      	 $If   gd'J    kd2z $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     w ͨ Ψ Ө    J             [                                                                                                                                           kd_{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  J K P   ݩ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd(| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ݩ ީ    - d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd| $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  - . 3 k p  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd} $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ˪ Ъ  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al      Q V b d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdL $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  b c f p n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           p q t }                                                                                                                                                                                                                                                	 $If   gd'J  t  kdꀜ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  } ~                                            w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al                                                kd$ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                           ë ǫ Ϋ ի ֫ ׫ ث                                                             A                                  kd} $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  ث ٫ ګ ۫ ܫ ݫ ޫ ߫                                                 A                                              kd\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  ߫                                           A            <            7                  gd'J    gd'J    kd; $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J     Ƭ Ǭ                                                                                                                                                                                                                                                        E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	     Ƭ Ǭ    	     ( ) H I K L x y        ͭ έ ϭ ۭ ܭ   [ \ g h x y 춥x                          /jL hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 * 	 
                                         a                                                                                                                             E  kd؆ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdy $$If   l 0 
" R                                                           4 
l a     $ ( ) < H                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd7 $$If   l 0 
" R                                                           4 
l a   H I J K L ^ x                                     a                                                                                                                             E  kdT $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   x y                                          a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kdq $$If   l 0 
" R                                                           4 
l a       ̭ ͭ l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdЉ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ͭ έ ϭ ܭ        l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
y } ~ s t            & ' n p { | ò Ų ײ ز     N P Q ] ^ Ͷ ζ ڶ   4 T y  ں ۺ 7 8 J ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0     ' o p | Ĳ                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	Ĳ Ų ز    O                                     N                                                                                       S  kd> $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   O P Q ^  -   ׵ ص Ͷ ζ ڶ ]  )   _                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdЍ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   _ `  z ں ۺ  7 8 K   ü   l   þ ݾ ޾       2                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  J K » û ӻ ۻ   ü    ȿ      2 H L Y Z             " # ` a l ۵۵۵ۭۜۋzrgrrr       jF h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '2 > M Y Z                                        j                                                                                                                                           kdb $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     N S    
 w  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdԎ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
    % u v   f g   . /        I                                                                                                                                                                                                                                                                                                                                     
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  l m n r s v   e                  ` i r    z { ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U ! {                                                      e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd{ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  {              6 7 R S o p             ! " # $    p        l     5 k ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdԑ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kda $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdy $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J                               t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd$ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdϓ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            . 0 6                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdz $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 7 J L R                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd% $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         R S h j o                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdЕ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         o p                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd{ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd& $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdї $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd| $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd' $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                        t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdҙ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ! " # $    W q     :                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd} $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : N      3 g      6 j k l m          D E                                                                                                                                                                                                                                                                                                                                                                   gd'J  k m w        + C c f    	 5 `      % & L M j k ~ пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  E c q       	  5 K a b       %                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  % &                                     kd( $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               & M j k                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J  	~          u w               . / 0 1 V Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                  	   B ^ _ t u v w                                                                                                                                      q                            kd֝ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                     q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kdP $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                      0 L M _                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J     / z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       / 0 1 X Y Z [ \ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       V W X ] f        ! # O P U ^       ] _ o p       ? @ s ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "\ ]                                     kd! $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ] f           !                                                                                                             q                                                         kdx $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  ! " # P Q R S T z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd5 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       T U                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               U ^   ] ^ _ p                                                              q                                                                                                                             kdI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       @ t     z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
s t         	 6 K L        g z           6 F G ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdѧ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                	 6 L N                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! " ^ _ n     g                                                                                                  s                                                                        kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 5 6 G h                         s                                                                                                                                                                                   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  G g h i j k m     4 t    s       >     \ {  
 }   $  "    1     о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -h i j k l m  : ; |     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    6 M z {   1 2   4 I t                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdү $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdﰜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U V s                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʲ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd糜 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 B G             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H R W             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X Y                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdµ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd߶ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       - =                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd׹ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      h                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϼ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 5 \ j z                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd콜 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        	                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǿ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L M }                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        #                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd}Ü $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd;Ĝ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f g     !                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdĜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdXŜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d e                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kduƜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3ǜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         0                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdPȜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdmɜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ʜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH˜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd˜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       5 Z } ~                                                                                                                                                                                               gd'J  z  kd̜ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "         & 0 1 c d u            Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ          & 0                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	0 1                                        kde̜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd͜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   2 3    ; K \ l m                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd'J 	  $If   gd'J      
 & ? n |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd
Ϝ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               m n o       O Q a b    - E ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jϜ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  n o      |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdLМ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdќ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   i     " 7 O P                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  P Q b  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdZҜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           E   	  - .   |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdӜ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E    	 , - . L    
   3 e f p z {           1  2  U  W  g  h  x  ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $ ( 3 f p z                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  z {                                        kdӜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd"՜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  E F U f          1  2  V                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J  V  W  h     j   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdv֜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       x  y                 4 i         <      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j0ל h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ              |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdל $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          ) * 4 > ? d e       $ a }            # $ / c ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  * 4 >                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  > ?                                        kdo؜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdٜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 - . } ~                                                                                                    Y                              kdۜ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
     /     
 
             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdۜ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  c d o p       
 
    < N  / e g | ~     !   r   -       P w      	 ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jܜ hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -
     F
 G
   ; < N     1 ~  !   r                                                                                                                                                                                                                                                                                                                                        	  $If   gd'J   gd'J   
& FP gd'J    gd'J   - . 3 ; @             f                                                                                                                                                                      kdܜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  @ A F N Z o            f            f            f                                                                                                                                                	  $If   gd'J    kd`ݜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Z [ ` g l o            f            f            f                                                                                                                                                	  $If   gd'J    kdݜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l m r y  o            f            f            f                                                                                                                                                	  $If   gd'J    kd<ޜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdޜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdߜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdߜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdߜ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at         { | 9 :  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdb $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 	  
   $ $ ' ' - - _0 0 1 1 1 1 1 1 2 2 2 3 3 '3 13 23 >3 _3 `3 3 3 3 3 3 l5 n5 ~5 ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %      i j  } ~       b" c" " $ $ % % & ' ' ' (' 9'                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  9' J' [' l' }' ~' ' ' ' ' ' ' ) ) ) ) .* /* - - - - . k. l. . . &/ V/                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  V/ W/ / / _0 `0 0 1 1 1 2 2 2 2 3 '3 13                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  13 23                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               23 `3 3 3 3 3                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  3 3                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 3 4 94 w4 4 4 4 4 5 l5 m5                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
m5 n5 5 5 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~5 5 5 5 5 5 5 5 5 5 5 -6 .6 86 B6 C6 O6 p6 q6 6 6 6 6 6 -8 8 ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 5 5 5 5 5 5 5 5 .6 86 |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	86 B6                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  B6 C6                                        kdg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C6 q6 6 6 6 6 6                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  6 6                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 6 6 6 7 B7 7 7 ,8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  8 8 8 8 8 8 8 8 8 8 8 9 9 9 $9 %9 19 R9 S9 z9 {9 |9 9 9 ; ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    8 8 8 8 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8 8 8 8 8 9 9 $9 |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $9 %9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %9 S9 y9 z9 {9 |9 ~9 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  9 9                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 9 &: f: : ; y; ; ;                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  ; y; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  < !< +< 5< 6< B< c< d< < < ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    ; ; ; ; |            s            s                                                                                                                                                                                           	  $If   gd'J   kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; ; ; ; ; ; ; !< +< 5< |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5< 6<                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6< d< < < < < < <                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  < < < < > >  > !> '> .> /> 0> 1> F> x> y> > > > > > > > > > > îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  < <                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < < < < 
= ;= z= = = > > >                                                                                                                         f                           kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  > !> /> 0> 1> ;> F> y> > >                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	> >                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > > > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  > > > > @ @ @ @ @ @ @ @ @ @ @ @ @ @ A AA BA LA VA WA cA A п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  > >                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > > 4? @? g? ? ? ? @ 8@ @ @                                                                                                                         f                           kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  @ @ @ @ @ @ @ A A BA                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	BA LA VA                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  VA WA                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               WA A A A A A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  A A A A A A B B B C C C C C #D $D %D &D 'D (D 4D 8D XD >F QF ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 A A                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A B B B B .C C C C #D                                                                                     s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
#D $D %D &D 'D (D XD 	F 
F >F F F F 6G |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
QF F F F F F G 5G IG G G G G G "H #H -H 7H 8H PH ZH [H \H _H `H H H H H H H H H H õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !6G G G G G G #H -H 7H                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  7H 8H                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8H `H H H H H H H H                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  H H                                        kdG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H ZI mI I I I I I I I                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
H ZI I I I I I I I I I I I I I I I  J J J J J +J 5J 6J 7J 9J :J ;J ]J ^J ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ I I  J J J J                                     R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdU $If   K$L$l 0                                     
t                              4   4 
l a   J J ;J ^J qJ J J J J J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^J J J J J J 4K 5K 6K 7K GK HK yK K K K K K K K K K K K ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J J J                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J J J K 5K 6K 7K HK yK K K                                                             f                                    [            [                     
  $If   gd'J K$  kd}  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
K K K K K K K                                     R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd7 $If   K$L$l 0                                     
t                              4   4 
l a   K K K K K K                                     R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   K K K L L (L ;L NL OL PL |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K K K K K K K K L L ML NL QL ZL KM LM M N 2N 3N 4N 5N EN FN GN N N N O 	O ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ PL QL                                        kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               QL ZL L 9M LM 2N 3N 4N 5N FN O                                                                                     Y                                          kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
O 
O O O O 1O FO XO rO O O O O O O P P .P                                                                                                                                                                                                                      	  $If   gd'J  S  kd3 $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ 	O 
O O O P P P P P P P P P P P P P !Q "Q %Q .Q :Q Q #R :R ;R <R =R ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  .P HP XP rP P P P                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  P P P P P Q "Q #Q $Q |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $Q %Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %Q .Q Q Q ;R <R =R NR R R R                                                             f                                    [            [                     
  $If   gd'J K$  kde	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
=R MR NR lR tR R R R R R  T "T #T $T <T FT GT HT JT KT LT YT cT dT T T T T BU U ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 R R R R R R S !S 1S KS eS mS S S S S S S                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   S T !T "T #T                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd
 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  #T $T LT dT wT T T T T T |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	T T                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T BU _U U U V V V V V V                                                                                                 f                                                   kdQ
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  U V V V V V V V V V 
W W W W W W W 5W 6W W W W W þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ V V W 6W [W nW W W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W JX rX X X Y Y Y Y Y                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
W IX KX X X X Y Y Y Y Y Y Z Z Z Z &Z 'Z (Z *Z +Z ,Z -Z Z Z Z νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  Y Z Z ,Z -Z RZ eZ xZ Z Z Z Z             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Z Z                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z [ [ [ 3\ \ \ \ \ 8]                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
Z Z ~[ 3\ \ \ \ \ \ \ 8] 9] ?] @] H] J] ^ ^ ^ ^ ^ ^ (_ )_ *_ B_ L_ M_ N_ P_ Q_ R_ ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 8] 9] @] I] J] R] g] |] ] ] ] ] ] ^ ^ #^ 8^                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  8^ J^ d^ ~^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd- $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ^ ^ ^ )_ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       )_ *_ R_ S_ f_ y_ _ _ _ _ _ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdy $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
R_ S_ e_ f_ _ _ _ _ w` gb hb ib yb zb b b b b *c ^c `c fc gc oc qc je le ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  _ _                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ _ w` ` a 'a a gb hb ib zb                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
zb b `c gc pc qc yc c c c c c c d )d                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdO $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  )d Cd Td nd vd d d d d d d e &e @e Qe ke le                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  le me ne e e e e e e e e e             s                                                                                                                                                                 kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  le me ne e e e e e e e e e e e e e f f f f g g g g h h |i }i fj {j }j ~j Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ e e                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e f f g ~g g h Wh h "i }i 'j }j ~j j j k *k Zk k k k l >l rl                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  ~j j k k k k Bl Ul Yl ql rl sl l l l l l l l (o *o +o ,o ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   rl sl l l l l |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       l l l l m  m 2m Lm fm wm m m m m m n 	n n                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd; $If   K$L$l 0                     x                
t                                4   4 
l a   n 3n Hn Zn tn n n n n n n o )o *o +o                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  +o ,o To Uo ho {o o o o o o |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd_ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
,o Do No Oo So To Uo go ho o o o o ~p p wq q q >r Sr /s Ds s s ct xt yt zt t t ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ o o                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o o ~p xq q Vr cr r Gs s zt t t t t $u ;u Zu yu u u                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  t t t t ?u Ru ^u qu }u u u u u u u u u u v v v  v "v hx jx kx lx x x x x ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  u u u v v !v |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       !v "v *v <v Nv `v rv v v v v v v w w .w Ew Fw                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd5  $If   K$L$l 0                                     
t                                4   4 
l a   Fw Nw `w rw w w w w w w x x +x Ax Rx ix jx                                                                                                                                                                                                                            S  kd  $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  jx kx lx x x x x x x x x x             s                                                                                                                                                                 kdY! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  x x x x x x x x y z Ez z 
{ { | *| | | } ~ ~ ~  R ր z с    % 1 D  󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !x x                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x y z z { +| | | .} M} } } } ~ 5 T |                                                                                                                                                                                                                                                                                                          
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J   ΃  - L   ʄ   	                                                                                                              f                                       kdg# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J      ΄      	   ] ^ _         Ȇ Ɇ ʆ ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f   ^ _                  s                                                                                                                                                                                     kd!$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  Ņ  	 + , N p   Ɇ                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  Ɇ ʆ ۆ  3 |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd/& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ʆ چ ۆ 2 3 4 5 6 B F J Q p V i   Ή    M a   r ~     ; N ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  3 4 5 6 p   " V  ω  N  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          E     q r    ; }   3  ׏ ؏     * 4                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  N }   ǎ   2 F   ׏ ؏     * 4 5 M W X \ ] ^ p q          # $ % 5 6 õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (4 5                                        kd' $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 ] ^ q                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J                                           kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  " Y     $ % 6                                                                                                             f                                       kdK* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  6 7 8 ` a t                  s                                                                                                                                                                      kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
6 7 8 P Z [ _ ` a s t         ~             Γ ϓ     ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                         kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ؒ                                                      f                                                                                                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      ϓ    
  |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd- $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  V W ٔ ڔ ۔           ) * < = b c g p            Ŗ 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %  3 W ڔ ۔                                                   f                                                                                                                       kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      * = P c e f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f g                                        kdO1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p                                                       f                                                                                                                       kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J      v w   З Ș ɘ  ? |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd]3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ŗ ɖ  u v w    З * ɘ   ? R u     ә ԙ    4 G u v   ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ? v   4 v   Q                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   Κ   P d           ' ( , - . 6 S e f       շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\                                         kd4 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                - . S f y                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdk5 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                  N `   ϝ   # P                                                                                                 f                                                   kd6 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J       Ɲ ϝ ֝ ܝ    " # & ; D N P V W ^ ` u v     ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ P W _ ` v                                                                R            I                                   	  $If   gd'J Q  kd8 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdy7 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$     Ş ؞       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
       Ğ Ş מ ؞    ! " 1  ] g h    Ҡ ۠     ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdM9 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                !   ܟ   % ] h    ۠                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J      
   A G H O Q Z           ¡ á ġ ֡ ס      пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ    
 A H P |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       P Q                                         R            I                                                                     	  $If   gd'J Q  kd; $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd[; $If   K$L$l 0                                     
t                              4   4 
l a     á ġ ס      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdu< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd/= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                      ; F e  ң ֣ ף أ                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
   -  ; E F d e x      ѣ ң գ ֣ ף أ ٣        زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 أ ٣   |            s            s                                                                                                                                                                                           	  $If   gd'J   kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          0 : ; ? @ A S T f g        	    i s t   ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph      @ A T g z    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd=? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 	 F    . i t                                                                                                                                                                                                                                                                                                                                                                                            
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
     Ŧ ˦         + 4 > ? @ A B C j 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f     @ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdKA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ A B C j k  ]   ɨ 5 p q |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
j w {  ]    ɨ 5 q }           ~         # Ԯ ծ      C     İ  : h i   5  ʳ " ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4q         ~       # ծ   C   - B ^ n                                                                                                                                                                                                                                                                                                                                                                       gd'J   : i   5  ʳ " a      ! - @ D                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  "         @ C D K L     ٵ  q   $ %    ѷ  	 ; h i n   I Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $D E F G H I J K L M            H            H            H            H            H            H            H                   gd'J   kdB $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   L ` g l | }                                                   _            V            V                                                             	 $If   gd'J    kd]C $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd2D $$If   l       0   T# T                 .                
t  0                                                              4 
l al        ǵ ӵ                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdD $$If   l       0   T# T                 .                
t  0                                                              4 
l al  ӵ Ե ٵ   2            )            )            )                      	 $If   gd'J    kdlE $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      k l q                [                                                                                                                                           kdF $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J     % ) { d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdbG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  { |    ˷ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd+H $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ˷ ̷ ѷ 	  5 d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdH $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  5 6 ; i n  d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdI $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al          d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdJ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al       n            e            e                                                                                                                                                               	 $If   gd'J    kdOK $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd$L $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al     . 3 ; B I U                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdL $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  U V                                             kd^M $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          V a e l s t u v                                                             A                                  kdN $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  v w x y z { | }                                                 A                                              kdO $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  } ~                                          A            <            7                  gd'J    gd'J    kduP $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J   J K d e ~                                                                                                                                                                                                                                                       E  kdTQ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	I J K Q R d e         ƺ Ǻ       / 0 G H I M N k l m y z  T       춥x                          /jV hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *                                           a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdQ $$If   l 0 
" R                                                           4 
l a     º ƺ Ǻ ں                                      a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdqR $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdS $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd/S $$If   l 0 
" R                                                           4 
l a     " / 0 : G                                     a                                                                                                                             E  kdLT $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdS $$If   l 0 
" R                                                           4 
l a   G H I J K L M                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdT $$If   l 0 
" R                                                           4 
l a   M N [ \ j k l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd
U $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   k l m z  S T F G   l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdU $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
       . / 3 4 6 ^ _   Ŀ ſ     a c u v          k l x        x y    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jV hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0 6 ? _  ſ 
   b                                                                                                                                                                                                                                                       S  kdTW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	b c v                                         N                                                                                       S  kdxX $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdW $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       4    u v k l x  V  -                                                                                                                                                                                                                                   
& F
 gd'J    gd'J  S  kd
Y $$If   l 0 	X' D
                                 
t    6                            4   4 
l a       x y     O P a   
 , E a { |   % &                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J    ` a q y N P a ~   f   $ & E      H I ^ _             
 ۵۵۵ۭۜۋzrgrrr       jZ h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '     I _                                      j                                                                                                                                           kdY $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J       0     R s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdZ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
R  q r    _ `   ] ^     Q R l } -  . /                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  
      _ `  \   , - 8 9 I J N O P Q R [ l }    0 .    ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jN[ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J UjZ h'J U !    4 5 I                                                 e                                                                                                                        F  kd(\ $$If   l   l '{6    4   4 
l a] p
        F  kd[ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    K o p s t z {         
  * + L M d e { |            C \    % 7 
 " W    	 ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3I J K T b o p                                                             5            v  kd] $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd\ $$If   l   l '{6    4   4 
l a] p
         p q r s t x y z                                     t                                                                                                                                                             v  kd] $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  z {                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd^^ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd	_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd_ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd_` $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd
a $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
  # % *                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kda $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         * + E G L                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd`b $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L M \ ^ d                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e s u {                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdc $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         { |                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdad $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   C ]                            |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kde $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             8 l     # W q     	 
  - 6 7 M s                                                                                                                                                                                                                                                                                                                                                                         gd'J  	   + , - M c       A b s    g |         	  пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ     " # A q r s        f g q |                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdbf $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                  	  5 K a c z                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	  4 5 J K ` a {    % & E F G H n o t }          Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ z {                                     kdg $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               {             &                                                                                                                                     q                            kdi $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
& F G H o p q r s             q            l                                                                                                                                                       gd'J    kdi $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  s t                                     kdj $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               t }         ( A V k                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdk $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
               z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdl $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                       J V r ~     
  - . 1 ; Q     ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kd[m $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 # $ 8 9 [ w x                                                                                                                 q                                                         kdn $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdoo $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd,p $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 E F     .                                                             q                                                                                                                             kdq $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  . / 0 1 Q   ( ) 3 > z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd@r $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ) > p q {         '        G H I h i j k l o x    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #> q {                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J                                           kds $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd_t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '      ]     H                                                                                                 s                                                                        kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  H I j k l m n |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdmv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                        kd'w $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o x                             s                                                                                                                                                                                   kd{x $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J       	  - 8     1    0    >   8 W q       :     " A   -  L    о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -   	 
  8    % / : D |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd5y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
D E       T           0                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdy $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdNz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdz $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s t                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        /                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdF} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       - =                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdׂ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      8 F V                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdυ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       O q                                                               s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd솝 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǈ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd䉝 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdC $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd܌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      q r                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdԏ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      " 0 @                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b m r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̒ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r s }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd铝 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdH $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                     {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                        {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         -  ;  K                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K  L  W  \              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĕ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \  ]  g  l              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l  m  x  }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }  ~                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdᖝ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                 r s     *                                                                                                                                                                                        gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       + _ p q r          % & 7 8 R [ . 0 @ A Q Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  * + _ q r |                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 & 8 : Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  Q R                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R [      ~     
  /                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  / 0 A      |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R l m n      
 2 3 b c f o           ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ   
 3 b c d e |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       e f                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f o    f q                                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J       |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            r	 s	 	 	 	 	 
 
 |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        r	 s	 	 	 	 	 	 	 0
 E
 {
 
 
 
 
      > ? n     T W 
 
 
 
    ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ? n                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J                                           kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     < =  )
 I
 j
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  
 
  W   F  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         1 2 3 F G V w    $ E g       9 k l m ~ ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jj h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        8 9 m    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~          + < = @ I     3 4 < > N O          ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !                                                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + = > ?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ? @                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ I       = > O                                                                                                 Y                              kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
O      c    T a             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
    # $ c  T a         ! ! ! ! ! ! ! ! )" +" # %# # # $ $ /% 3% c& & ' ( |( }( ( ( ( ( ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j
 hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jŧ hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -a           R S       ! ! ! *" +" # %# # # # #                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  # # # # # #             f                                                                                                                                                                      kd, $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  # # # # # o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at # # # $ 
$ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
$ $ $ $ #$ o            f            f            f                                                                                                                                                	  $If   gd'J    kdv $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at #$ $$ ,$ 4$ 9$ o            f            f            f                                                                                                                                                	  $If   gd'J    kd䩝 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 9$ :$ B$ J$ V$ o            f            f            f                                                                                                                                                	  $If   gd'J    kdR $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at V$ W$ _$ f$ k$ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at k$ l$ t$ {$ $ o            f            f            f                                                                                                                                                	  $If   gd'J    kd. $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at $ $ $ $ +% ,% & & ( ( ( ( 1) o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ( ( ( 1) =)  2 *2 q5 |5 s; ; = %> 5? A? B? N? R? n? r@ s@ @ @ @ @ @ @ @ @ @ /A 0A 1A 5A >A 
C C C ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %1) =) ) ) p* q* + + Z+ - - $. %. v.  0 0 0  2 *2 p3 q3 4 4 4 4 4 4                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  4 4 4 
5 5 5 /5 B5 Y5 p5 q5 |5 6 6 J7 K7 7 7 : : s; ; ; 	< 
< i< < < <                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  < < >= = = = %> 5? B? n? r@ s@ }@ @ @ @ @                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  @ @                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ @ 0A 1A 3A 4A                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  4A 5A                                        kd٭ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5A >A }A A A A B =B HB B B B 
C C                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
C C C TC |            s            s                                                                                                                                                                                           	  $If   gd'J   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C SC TC UC WC cC gC C C C C C C C C C D D 4D 5D 6D :D CD E 3F ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 TC UC VC WC C C C C C C |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd篝 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  C C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C D 4D 5D 6D 8D 9D                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  9D :D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :D CD D D D D  E DE E 3F CF DF                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  3F CF EF UF VF \F cF dF eF fF {F F F F F F F F F G G G G 'G H ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    DF EF VF dF |            s            s                                                                                                                                                                                           	  $If   gd'J   kdI $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       dF eF fF pF {F F F F |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F F G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  G G                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G 'G fG rG G G H (H H I 'I (I                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  H I 'I )I 9I :I @I GI HI II JI KI WI [I vI wI I I I I I I I J J *J +J ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    (I )I :I HI |            s            s                                                                                                                                                                                           	  $If   gd'J   kde $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       HI II JI KI wI I I I I I |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I I                                        kdٸ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               I J )J *J +J ,J .J /J                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  +J ,J 0J 9J K K K K K K K K K K L L !L +L ,L 8L YL ZL dL L L L îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  /J 0J                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0J 9J xJ J J J K 8K pK K K K                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  K K K K K K K L !L +L                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd; $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	+L ,L                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ,L ZL L L L L L                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  L L L L N N  N 0N 1N 7N >N ?N @N AN {N N N N N N N N N N O O п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  L L                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L L L L M 3M SM M M M N  N                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J   N 1N ?N @N AN {N N N N N                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdW $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	N N N                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  N N                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N O O  O "O 9O                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  O O O  O :O CO DP EP FP |Q }Q ~Q Q Q Q Q Q Q Q Q Q Q Q S S S S S S ȺȨygȒgXgQHh'J 56CJ  h
  h'J  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 9O :O                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               :O CO EP FP WP P P }Q ~Q Q Q                                                                                     s                                                                                              kdÝ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
Q Q Q Q Q Q Q S S S S |            w            w            w            q            q            w            w            l            e                                            gd'J   gd'J   $gd'J    gd'J   kdsĝ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
S S S S T T T T T                                                             a                                                                                           E  kdŝ $$If   l 0 
" R                                                           4 
l a   E  kd-ŝ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  S S T T T T T T #T $T CT DT FT GT sT tT T T T T T T T T T T T T T U VW WW bW cW sW tW xW yW nX oX zX ͼ~                                                 h
 h'J CJ OJ QJ ^J aJ  /j_ʝ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J  h'J 56CJ (T T T T T T #T                                     a                                                                                                                             E  kdJƝ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdŝ $$If   l 0 
" R                                                           4 
l a   #T $T 7T CT DT ET FT                                     a                                                                                                                             E  kdǝ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdƝ $$If   l 0 
" R                                                           4 
l a   FT GT YT sT tT T T                                     a                                                                                                                             E  kdǝ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdgǝ $$If   l 0 
" R                                                           4 
l a   T T T T T T T T T T                                     a            Z                                                                                       gd'J  E  kdȝ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd%ȝ $$If   l 0 
" R                                                           4 
l a   	T T T T T T l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdȝ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   T T T T T U U V V {W |W l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdɝ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
zX {X X X X X X X X Y Y !Y "Y iY kY vY wY Y Y Y Y Y Y 	Z 
Z IZ KZ LZ XZ YZ ] ] ] a a /a Oa ta }a a a 2b 3b Eb Fb b b b ֬֗֗֗֗֗֗֗֗֗֒֬֬y   hlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  /jʝ hh h'J CJ OJ QJ U^J aJ  /|W X X X Y "Y jY kY wY Y                                                                                                                                                                                                                                                       S  kd-˝ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	Y Y Y Y Y 
Z JZ                                     N                                                                                       S  kdQ̝ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd˝ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   JZ KZ LZ YZ Z ([ [ [ \ \ ] ] ] X^ ^ $_ _ _ Z`                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd̝ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Z` [` a ua a a b 2b 3b Fb c c c d d ge e e e e e f f h h h h -i                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  b b c c c d d d f f f h h h -i Ci Gi Ti Ui i i i i i i i m m m m m m m [m \m gm hm ܮ{shsss]  jΝ h'J UjYΝ h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ $-i 9i Hi Ti Ui i i i                                     j                                                                                                                                           kdu͝ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  i i  j Ij Nj j j j k rk k s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd͝ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
k 	l l l  m pm qm m m an bn o o )q *q q q r r r r s Dt u u 
v v                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  hm im mm nm qm m m `n o {q q r r r r r r r r r r r r r r [s ds mt t u 
v uw vw ЭЕЭ}vq````                             h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j'ϝ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J U  v vw zw {w w w w                                                 e                                                                                                                        F  kdН $$If   l   l '{6    4   4 
l a] p
        F  kdϝ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  vw {w w w w w w w w w w x x 1x 2x Mx Nx jx kx x x x x x x x x x x y y y y y z z 
{ k{ { { { { { | | g} } } } ~ 0~ f~ ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3w w w w w w w                                                             5            v  kdН $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdtН $$If   l   l '{6    4   4 
l a] p
         w w w w w w w w                                     t                                                                                                                                                             v  kdѝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  w w w w w                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd7ҝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w w x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdҝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x )x +x 1x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdӝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1x 2x Ex Gx Mx                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd8ԝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Mx Nx cx ex jx                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdԝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         jx kx x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd՝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd9֝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd֝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdם $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x x x                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd:؝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         x x x  y y                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd؝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         y y y y y z z 
{ R{ l{ { { { | 5|                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdٝ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5| I| }| | | | } .} b} } } } } ~ 1~ e~ f~ g~ h~ ~         ? @                                                                                                                                                                                                                                                                                                                                                                   gd'J  f~ h~ r~ ~ ~ ~     & > ^ a   Ѐ  0 [ ā ف      ! G H e f y пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  @ ^ l    ΀ π Ѐ   0 F \ ] Á ā ΁ ف                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    !                                     kd;ڝ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ! H e f |     ׂ                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	y |       ؂  p r       ˃ ̃ у ڃ   	 
 ) * + , Q Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ ׂ ؂                                     kd۝ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ؂      = Y Z o p q r                                                                                                                                      q                            kdܝ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
    ̃ ̓ ΃ σ Ѓ             q            l                                                                                                                                                       gd'J    kdݝ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  Ѓ у                                     kdcޝ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               у ڃ     + G H Z    Ȅ                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J    
 * z            q            q                                                                                                                                                                                       	  $If   gd'J    kdߝ $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       * + , S T U V W z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdw $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       Q R S X a        J K P Y   φ ۆ   X Z j k       : ; n ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "W X                                     kd4 $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               X a      ԅ Յ                                                                                                                 q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     K L M N O z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdH $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       O P                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               P Y   X Y Z k                                                              q                                                                                                                             kd\ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       ; o     z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
n o   ͈ Έ ؈     1 F G {        b u    ŋ Ƌ ǋ ȋ ɋ ̋ Ջ 1 A B ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ # Έ ؈                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 1 G I z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  z {                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {    Y Z i      b                                                                                                  s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    ǋ ȋ ɋ ʋ ˋ |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ˋ ̋                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ̋ Ջ 0 1 B c                         s                                                                                                                                                                                   kdT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  B b c d e f h     / o    n    |   9   Δ  W v   x         
 ,   ޚ ߚ о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -c d e f g h  5 6 w     |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    1 H u v   , -   / D o }                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʐ ϐ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ϐ А ѐ   
                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Q n |                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ɑ Α             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Α ϑ Б                                         s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " , 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S T |                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǒ ̒             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̒ ͒ ג ܒ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܒ ݒ ޒ  ( 8                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z { |                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ē             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ē œ ϓ ԓ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ԓ Փ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      c  Δ ܔ                                                              s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 W e u                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G H x                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ö Ȗ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ȗ ɖ Ӗ ؖ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؖ ٖ ږ                                         s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a b Η ϗ                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ `                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʘ Ϙ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϙ И ژ ߘ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߘ   
  +                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd>	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ę ə             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ə ʙ ՙ ڙ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڙ ۙ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       0 U x y Ϛ К ݚ ޚ ߚ                                                                                                                                                                                          gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߚ      ͛ Λ ϛ    ! + , ^ _ p            Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ     Λ ϛ ٛ   ! +                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	+ ,                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  
 - . | ۝  6 F W g h                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd'J 	  $If   gd'J       ! : i |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ɞ ʞ ˞ ޞ ߞ  h i j     ß ̟ J L \ ]    ( @ ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  i j      |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        ß                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ß ̟   d à Π    2 J K                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  K L ]  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdm $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           @ Ϣ Т   ( )   |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ Ϣ Т   ' ( ) G   أ    . ` a k u v   ˤ       , - P R b c s ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $ # . a k u                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  u v                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v  ˤ ݤ                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J                                           kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 @ A P a      Ǧ  
 , - Q                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  Q R c  
 e   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t       ԧ 
 / d   Ĩ      7  ȩ ɩ ʩ ۩ ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jC h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ          ʩ ܩ ݩ  |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ۩ ݩ  $ % / 9 : _ `        \ x              * ^ ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  % / 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  9 :                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ( ) x y                                                                                                    Y                              kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
     *                   s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ^ _ j k { |         7 I  * ` b w y       m   (       K r       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -    A B   6 7 I     , y     m                                                                                                                                                                                                                                                                                                                                        	  $If   gd'J   gd'J   
& FP gd'J    gd'J   ( ) . 6 ;             f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  ; < A I U o            f            f            f                                                                                                                                                	  $If   gd'J    kds $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at U V [ b g o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g h m t  o            f            f            f                                                                                                                                                	  $If   gd'J    kdO $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd+ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ý Ƚ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at Ƚ ɽ ѽ ؽ  o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at         v w 4 5  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdu $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      }      Z             " , - 9 Z [      g i y ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %      d e  x y    ] ^  }      	  # 4                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  4 E V g x y       	 
   ) *      f g   ! Q                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  Q R   Z [          " ,                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  , -                                        kd^  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - [                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd! $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   
 4 r     
 g h                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
h i z  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       y z          ( ) 3 = > J k l      (  ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5         ) 3 |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 =                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  = >                                        kdz$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kd% $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    = }  '                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J             
      , M N u v w {   ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd"' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N t u v w y z                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  z {                                        kd) $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {     ! a   t                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd'J 	  $If   gd'J   t                  & 0 1 = ^ _   ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd>+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               & 0 |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 1                                        kd, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 _                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J      	    " ) * + , A s t ~          îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    6 u   	 
                                                                                                                          f                           kdZ/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J    * + , 6 A t ~                          s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J      { | }            
 < = G Q R ^ z п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd"2 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 / ; b     3 | }                                                                                                                         f                           kdv3 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  }        
 =                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd04 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	= G Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  Q R                                        kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R { | }                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J  z { | }               ! " # / 3 S 9 L ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd>6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     )                                                                                         s                                                                                              kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
    ! " # S   9 {   1 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdL8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
L {      0 D        ( 2 3 K U V W Z [ z {        õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !1       ( 2                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  2 3                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 [ {                                                                                                                                                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J                                           kdZ: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 U h                                                                    f                                    [            [                     
  $If   gd'J K$  kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
 U                 
  
  & 0 1 2 4 5 6 X Y ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ      
                                     R            I                                                                     	  $If   gd'J Q  kd< $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdh< $If   K$L$l 0                                     
t                              4   4 
l a   
  6 Y l      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Y      / 0 1 2 B C t z {          ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kd<> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   0 1 2 C t {                                                              f                                    [            [                     
  $If   gd'J K$  kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
                                           R                                                                                              Q  kd@ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdJ@ $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd'J Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kddA $If   K$L$l 0                                     
t                              4   4 
l a        # 6 I J K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd~B $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          H I L U F G   - . / 0 @ A B      ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ K L                                        kd8C $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               L U  4 G - . / 0 A                                                                                      Y                                          kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
     , A S m         )                                                                                                                                                                                                                      	  $If   gd'J  S  kdFE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$   
                   ) 5   5 6 7 8 ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  ) C S m                                                                                                                                                                                                                                                         
& F$ $If   gd'J  S  kdE $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J       
    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdjF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 kd$G $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 )   6 7 8 I                                                                f                                    [            [                     
  $If   gd'J K$  kdxH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
8 H I g o          7 A B C E F G T ^ _     =  ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5         , F ` h }                                                                                                                                                                                                                            
  $If   gd'J K$	  $If   gd'J  S  kd2I $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd'J  S  kdI $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    G _ r      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdVJ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 = Z                                                                                                         f                                                   kddL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J                   0 1     þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ    1 V i |    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E m                                                                                                             Y                              kd,O $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 D F                       ! " # % & ' (    νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ        ' ( M ` s                 s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 z   .     3                                                                                     Y                                          kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
  y .       3 4 : ; C E       # $ % = G H I K L M ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 3 4 ; D E M b w       	  3                                                                                                                                                                                                         	  $If   gd'J  S  kdR $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  3 E _ y                                                                                                                                                                                                                                                      	  $If   gd'J  S  kd@S $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     $ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ % M N a t      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdT $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
M N ` a     r b	 c	 d	 t	 u	 	 	 	 	 %
 Y
 [
 a
 b
 j
 l
 e g ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ                                           kdTU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r   "  b	 c	 d	 u	                                                                                                 f                                                        kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
u	 	 [
 b
 k
 l
 t
 
 
 
 
 
 
 
 $                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdbW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  $ > O i q        ! ; L f g                                                                                                                                                                                                                            S  kdW $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  g h i                      s                                                                                                                                                                 kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  g h i               
 
 
       w x a v x y Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kd@Y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  y   R   x " x y    % U    
 9 m                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  y      = P T l m n ~       # % & ' ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   m n     |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdZ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             - G a r                                                                                                                                                                                                                               
  $If   gd'J K$	  $If   gd'J  S  kdN[ $If   K$L$l 0                     x                
t                                4   4 
l a    . C U o       
 $ % &                                                                                                                                                                                                                   	  $If   gd'J  S  kd[ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  & ' O P c v      |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdr\ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
' ? I J N O P b c     y  r   9 N * ?   ^ s t u |  ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd:] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 y s  Q ^  B  u |     6 U t                                                                                                                                                                                                                                                                                                                            
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J      : M Y l x               c e f g     ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f        |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         % 7 I [ m         ) @ A                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdH_ $If   K$L$l 0                                     
t                                4   4 
l a   A I [ m         & < M d e                                                                                                                                                                                                                            S  kd_ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  e f g                      s                                                                                                                                                                 kdl` $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           ! @! ! " " 	# %# # # $ % % % & M' ' u( ( ( * 
+  + ,+ ?+ + 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kd&a $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! ! " &# # # )$ H$ $ $ $ % 0& O' w( ( ( ( * *                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  * * 	+ (+ G+ + + + + , , ,                                                                                                             f                                       kdzb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  + + + + + + + + , , , , X, Y, Z, }, ~, , , , , , - - - - ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  , Y, Z, ~, , , , ,             s                                                                                                                                                                                     kd4c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  , ,                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , , , , - &- '- I- k- - - -                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  - - - 	. .. |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdBe $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       - - - -. .. /. 0. 1. =. A. E. L. k. Q0 d0 0 0 0 0 1 1 H1 \1 1 1 m4 y4 }4 4 4 5 65 I5 ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  .. /. 0. 1. k. 0 0 Q0 0 0 1 I1 1 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       1 1 1 @2 2 2 3 3 l4 m4 4 5 5 65 x5 5 5 .6 }6 6 6 6 6 7 %7 /7                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  I5 x5 5 5 5 5 5 -6 A6 |6 6 6 6 6 7 7 %7 /7 07 H7 R7 S7 W7 X7 Y7 k7 l7 ~7 7 7 7 7 7 7 7 7 9 9  9 09 19 õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (/7 07                                        kdf $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               07 X7 Y7 l7 7 7 7 7 7                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  7 7                                        kd
h $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7 7 7 8 T8 8 8 8 8 9  9 19                                                                                                             f                                       kd^i $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  19 29 39 [9 \9 o9 9 9 9 9 9             s                                                                                                                                                                      kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
19 29 39 K9 U9 V9 Z9 [9 \9 n9 o9 9 9 9 9 9 9 9 9 y: z: {: : : : : : : : : : : : : : : ; ; ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %9 9                                        kdj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 9 9 9 z: {: : :                                                 f                                                                                                                       kd&l $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  : : : : : : : ; ; ; |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	; ;                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; ; ; Q; R; ; ; ; ; ; ; ; < < < < < < $< %< 7< 8< ]< ^< b< k< < < = = = = = = = = = = 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %; ; .; R; ; ; ; ;                                                 f                                                                                                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ; ; < < %< 8< K< ^< `< a< |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	a< b<                                        kdbp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b< k< < = = = = =                                                 f                                                                                                                       kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  = = = = q> r> > > > ? ? ? :@ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdpr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       = = = p> q> r> > > > > %? ? ? @ :@ M@ p@ @ @ @ @ @ @ @ @ A /A BA pA qA A A ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  :@ q@ @ @ /A qA A A LB B B B B B B B B                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  A A A B KB _B B B B B B B B B  C C "C #C 'C (C )C 1C NC `C aC C C C C C C շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\B  C                                        kd*s $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                C (C )C NC aC tC C C C                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  C C                                        kd~t $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               C C D ID [D D D D E 
E E KE                                                                                                 f                                                   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  C D D D D D D D D E E 
E E E !E 6E ?E IE KE QE RE YE [E pE qE E E E E ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ KE RE ZE [E qE E E E                                                             R            I                                   	  $If   gd'J Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdv $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ E E E E E E E E E E F |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdw $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
E E E E E E E E E E E E E F F F ,F F XG bG cG G G G G G G G G G ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ F F                                        kd`x $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               F F F F F F 
G  G XG cG G G G G G G                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  G G G H H H H <H BH CH JH LH UH {H |H H H H H H H H H H H H H H H H 
I I I пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  G G H <H CH KH |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       KH LH |H H H H                                     R            I                                                                     	  $If   gd'J Q  kdz $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdnz $If   K$L$l 0                                     
t                              4   4 
l a   H H H H H H H I 
I I |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	I I                                        kdB| $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I I I I I 6J AJ `J J J J J J                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
I I I (I I 6J @J AJ _J `J sJ J J J J J J J J J J J J J J J J K K K زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 J J J K |            s            s                                                                                                                                                                                           	  $If   gd'J   kd} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       K K K +K 5K 6K :K ;K <K NK OK aK bK K K K K K K L L L L L dM nM oM M M ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    K K ;K <K OK bK uK K K K |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdP~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	K K                                        kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               K K L AL L L M )M dM oM M M M M                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
M M M M M M M M M M M 
N N N &N /N 9N :N ;N <N =N >N eN 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  M M N ;N |            s            s                                                                                                                                                                                           	  $If   gd'J   kd^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ;N <N =N >N eN fN N XO O O O 0P kP lP |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
eN rN vN N XO O O O O 0P lP xP |P P Q Q Q Q Q Q R yR R R R R T T T T U U U 
V V V V >V |W W W W W W 5Y cY dY Y Y 0Z Z Z [ ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4lP P Q Q Q Q Q R yR R R R T T T U U 
V V >V V V (W =W YW iW |W W W W                                                                                                                                                                                                                                                                                                                                                                   gd'J  W 5Y dY Y Y 0Z Z Z [ \[ [ [ [ \ 
\ \ (\ ;\ ?\                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  [ [ [ [ [ \ \ \ ;\ >\ ?\ F\ G\ \ \ \ \ \ ] l] ] ] ^  ^ |^ ^ ^ ^ _ _ 6_ c_ d_ i_ _ ` Da Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $?\ @\ A\ B\ C\ D\ E\ F\ G\ M            H            H            H            H            H            H            H                   gd'J   kdҁ $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   G\ [\ b\ g\ w\ x\ \ \                                                 _            V            V                                                             	 $If   gd'J    kdp $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  \ \ \ \                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdE $$If   l       0   T# T                 .                
t  0                                                              4 
l al  \ \ \ \ \ \ \ \                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd⃞ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  \ \ \ ] ] 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     ] f] g] l] ] ] ]             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  ] ] ]  ^ $^ v^ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdu $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  v^ w^ |^ ^ ^ ^ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd> $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ^ ^ ^ _ 	_ 0_ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  0_ 1_ 6_ d_ i_ _ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdЈ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _ _ _ _ _ _ d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  _ _ _ 	` n            e            e                                                                                                                                                               	 $If   gd'J    kdb $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           	` 
` 
` `                                                                                                                                                                                                                                                	 $If   gd'J  t  kd7 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ` ` ` )` .` 6` =` D` P`                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdԋ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  P` Q`                                             kdq $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Q` \` `` g` n` o` p` q`                                                             A                                  kdʍ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  q` r` s` t` u` v` w` x`                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  x` y` z` {` |` }` `                                     A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  ` Ea Fa Ga `a aa za a a a a                                                                                                                                                                                                                                              E  kdg $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  
Da Ea Ma Na `a aa a a a a a a a a a a a a a a b b +b ,b Cb Db Eb Ib Jb gb hb ib ub vb b Pc d d e e e e e e 󽬗n  h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz h'J 6 +a a a a a a a                                     a                                                                                                                             E  kd% $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdƐ $$If   l 0 
" R                                                           4 
l a   a a a a a a a                                     a                                                                                                                             E  kd㑞 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   a a a a a a b                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdB $$If   l 0 
" R                                                           4 
l a   b b b +b ,b 6b Cb                                     a                                                                                                                             E  kd_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd  $$If   l 0 
" R                                                           4 
l a   Cb Db Eb Fb Gb Hb Ib                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   Ib Jb Wb Xb fb gb l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   gb hb ib vb b Oc Pc Bd Cd e e l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd۔ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
e 
f f f f *f +f /f 0f 2f Zf [f f f f f g 
g g g ]g _g qg rg g g g g g g g g g gk hk tk n n n n o o to uo o o o o \p ڱﭦﭓzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  /j  hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ 0e 2f ;f [f f f 	g 
g g ^g                                                                                                                                                                                                                                                       S  kdg $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	^g _g rg g g g g                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   g g g g 0h h i i qj rj gk hk tk k Rl l )m m m                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   m m n o to uo o o o o Kq Lq ]q {r r s (s As ]s ws xs t t !v "v v v v                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  \p ]p mp up Jq Lq ]q zr {r r bt t t  v "v Av v v v v v Dw Ew Zw [w w w w z z z z z z z z z { ܮ{shsss                   j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ %v v v v v Ew [w w                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  w w w w w ,x x x x y Ny s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd! $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Ny y mz nz z { { [{ \{  | | Y} Z} ~ ~   M N h y )  * +                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  { { { { 
{ { [{ \{ { X}  ~ ( ) 4 5 E F J K L M N W h y    , *    ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /ja hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !    0 1 E                                                 e                                                                                                                        F  kd; $$If   l   l '{6    4   4 
l a] p
        F  kdȚ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    G k l o p v w     Ѕ х   	 
 & ' H I ` a w x           
 ? X    ! 3   S |  ϋ  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3E F G P ^ k l                                                             5            v  kd! $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         l m n o p t u v                                     t                                                                                                                                                             v  kdƜ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  v w                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ȅ ʅ Ѕ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdǞ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ѕ х                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             	                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         	 
  ! &                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdȠ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         & ' A C H                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kds $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I X Z `                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ` a o q w                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdɢ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         w x                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                   ? Y   ԉ                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdʤ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ԉ   4 h {  ͊   S m }  Ћ     ) 2 3 I o ~    ލ ߍ                                                                                                                                                                                                                                                                                                                                                                   gd'J     ' ( ) I _ ~  ō ݍ    = ^ o  ώ  c x           пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ߍ     = m n o   ώ    b c m x                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdu $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                    1 G ] _ v                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	  0 1 F G \ ] w    ! " A B C D j k p y     Ȓ ɒ ʒ ˒  Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ v w                                     kd̦ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               w      ܐ       "                                                                                                                                     q                            kd# $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
" B C D k l m n o             q            l                                                                                                                                                       gd'J    kdਞ $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  o p                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               p y     ʑ    $ = R g                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J     ɒ z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       ɒ ʒ ˒      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
                        F R n z     	 
 ) * - 7 M  ٕ ڕ 
 ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kdn $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     4 5 W s t                                                                                                                 q                                                         kdŭ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J          z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd? $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 A B    
 *                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  * + , - M ڕ  $ % / : z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdS $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       

  % : l m w     Ж    #        C D E d e f g h k t Й   ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #: m w                                                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Ж                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                #      Y     D                                                                                                 s                                                                        kdƴ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  D E f g h i j |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       j k                                        kd: $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t ϙ Й                           s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         ) 4   Ν  -   
 ,    :  ؠ 4 S m       6      =  ˦ ) H } ~ о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      4 Ԛ ՚  ! + 6 @ |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@ A   Л    P  ˜ ̜   Ν    ,                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdݺ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȟ ͞             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͞ Ξ ٞ ޞ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޞ ߞ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  +                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdս $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n o                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˟ П             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   П џ ܟ              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ) 9                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l v {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { | }  Ǡ נ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   נ ؠ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdÞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdfÞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      4 B R                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdÞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$Ğ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdAŞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       K m {                                                              s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdŞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ƞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ȣ ͢             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͢ ΢ Ϣ                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd{Ǟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       %             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 0 5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9Ȟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W X                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdVɞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ģ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ģ ţ У գ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdsʞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   գ ֣               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       % 5                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd1˞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd˞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd˞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN̞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x y                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd͞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ɤ Τ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk͞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Τ Ϥ ٤ ޤ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd͞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ޤ ߤ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)Ξ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdΞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       m n                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdΞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ǥ ̥             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdFϞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̥ ͥ ץ ܥ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܥ ݥ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdО $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdcО $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       , <                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdО $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd!ў $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdў $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdў $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o y ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>Ҟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~     ʦ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdҞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʦ ˦ ֦ ۦ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdҞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۦ ܦ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[Ӟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdӞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  ) 7 G                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdxԞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6՞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd՞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd՞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ϧ    n o | } ~  &                                                                                                                                                                                        gd'J  z  kdS֞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~    ' [ l m n     ʩ ˩    ! " 3 4 N W * , < = M Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  & ' [ m n x    ʩ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	ʩ ˩                                        kd֞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ˩  " 4 6 M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  M N                                        kd؞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W   ̪ ͪ  z  ի     +                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  + , =    ٬  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdZٞ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N h i j } ~    	 . / ^ _ b k        ǯ ߯ ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jڞ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ   	 / ^ _ ` a |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdڞ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a b                                        kdS۞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b k    b m    Ѯ                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdܞ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ߯ n o   ǰ Ȱ   |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdaݞ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ߯ n o   ư ǰ Ȱ  , A w    ͱ    
   : ; j     P S ˴ ̴      ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $ ± ͱ   
                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kdޞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ; j |                                                                                                                                                                                                                                                                                                                                                                                                                                                                              	  $If   gd'J                                           kdoߞ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ߲     8 9  % E f   ˴ ̴                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J     S   B  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         - . / B C R s  ε    A c      ֶ 5 g h i z ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j} h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        4 5 i { |  |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       z |  ÷ ķ η ط ٷ   ' 8 9 < E     / 0 8 : J K        ɹ  ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  ķ η ط                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  ط ٷ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ٷ  ' 9 : ;                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ; <                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E   Ǹ ȸ   9 : K                                                                                                 Y                              kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
K     ɹ _    P ]             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    	 
      _  P ]               % '  !     + / _    x y     ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -]           N O       & '  !                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kd? $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ( 0 5 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 5 6 > F R o            f            f            f                                                                                                                                                	  $If   gd'J    kde $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at R S [ b g o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at g h p w  o            f            f            f                                                                                                                                                	  $If   gd'J    kdA $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ' (       - o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    - 9  & m x o   ! 1 = > J N j n o          + , - 1 :    ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %- 9   l m   V     ! r     & l m                                                                                                                                                                                                                                                                                                                                            h^hgd'J   
& F  gd'J    gd'J   gd'J        + > U l m x   F G     o     e                                                                                                                                                                                                                                                                                                                                                                gd'J    gd'J    :    ! 1 > j n o y                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , - / 0                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  0 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 : y     9 D }                                                                                                                                                                                                                                                                                                                                                                                                                     
& F! $If   gd'J 	  $If   gd'J  
   P |            s            s                                                                                                                                                                                           	  $If   gd'J   kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         O P Q S _ c          
  0 1 2 6 ?  / ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 P Q R S       |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 0 1 2 4 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  5 6                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? ~     @  / ? @                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  / ? A Q R X _ ` a b w             #  ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    @ A R ` |            s            s                                                                                                                                                                                           	  $If   gd'J   kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a b l w    |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J                                           kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                # b n     $   # $                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J    # % 5 6 < C D E F G S W r s          & ' ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    $ % 6 D |            s            s                                                                                                                                                                                           	  $If   gd'J   kdx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D E F G s }     |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 % & ' ( * +                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  ' ( , 5              ' ( 4 U V `    îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  + ,                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 t     4 l                                                                                                                            f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J           '                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	' (                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( V                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J         , - 3 : ; < = w            п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd\ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    / O ~                                                                                                                             f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J   - ; < = w                             s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kd$  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    5                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J      6 ? @ A B x y z              ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 5 6                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? A B S   y z                                                                                       s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
           Q   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  - P d      2 t u               , - e f    õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !  t u                                                                                                                                                                                                                                                                                                                                                                                                             
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  - @ S f h                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4 5 6 G t {                                                              f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
  4 5 6 F G J _ h r t z {                  ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd'J Q  kd/ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a         1 D E F |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 C D G P s             "  $  9  :  I  K  Q  R  S  ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J F G                                        kdv	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G P s          #                                                              f                                    [            [                     
  $If   gd'J K$  kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
#  $  :  J  K  L  M                                      R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   M  N  O  P  Q  R                                      R            I                                                                     	  $If   gd'J Q  kd+
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   R  S  {                |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	S  k  u  v  w  y  z  {                         M V m   ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                            kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   1                                                                                             Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
         & 6 P j r                                                                                                                                                                                                                          	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$     & ' ( ) A K L M O P Q p q      3      ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ      & ' (                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ( ) Q q      |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 a     2 9 B                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
     2 8 9 A C               I	 J	 M	 V	 	 
 ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 B C K ` u         1 C ] w                                                                                                                                                                                                                        
  $If   gd'J K$	  $If   gd'J  S  kdl $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      	 $	 7	 J	 K	 L	 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	L	 M	                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M	 V	 	 	 @
 
 ' ( ) * ;                                                                                                  f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  
 % ( ) * : ;             - . 1 : þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ        . / 0 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	0 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 :  
 O
 
 6 7 8 9 J                                                                                                 Y                              kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
:   N
 O
 
 6 7 8 9 I J            7 8 ; νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  J        % 8 9 :             s                                                                                                                                                                 kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  : ;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ; D  @   l m n                                                                                       Y                                          kd. $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
; D   j l m n ~        [ ] ^ _ o p           ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5         ( B \ l                                                                                                                                                                                                              	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      ( B \ ] ^                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdz $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ^ _ p  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              & 9 L M N |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
     K L O X         % : ~       	    ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  N O                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               O X  q   T                                                                                                     f                                                        kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
 ~   
   ( = R d ~                                                                }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd" $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J       % : O a {                                                                                                                                                                                                                                   S  kd.# $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     0 1 D W j }                s                                                                                                                                                                 kd# $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J       * + , . / 0 1 C D     `     j k P e        Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kdz$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 `   k   g       ^       T        !                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J    $  7  ;  S        ! ! 
! ! ! b! h! i! q! s! # # # # ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   ! 
! ! b! i! r! |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r! s! {! ! ! ! ! !  " " +" E" V" p" " " " "                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd& $If   K$L$l 0                     x                
t                                4   4 
l a   " " " " # (# 9# S# m# ~# # # # # #                                                                                                                                                                                                                   	  $If   gd'J  S  kd' $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  # # # # $ $ ($ ;$ N$ O$ P$ |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd' $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
# # # # # # # $ $ M$ N$ Q$ Z$ % D% & b& w& & & ' ' E( Z( ( ) ) ) ) _) ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ P$ Q$                                        kdt( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q$ Z$ % & z& & & j' ' ]( ) ) [) z) ) ) ) ) * T* U*                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  _) r) ~) ) ) ) ) * * ** 2* K* S* T* U* V* f* g* * * * * * - - - - - (- )- -- ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  U* V* g* * * * |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * * * * * * + #+ :+ Q+ b+ y+ + + + + + +                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd* $If   K$L$l 0                                     
t                                4   4 
l a   + + + , , 0, G, ^, u, , , , , , , - -                                                                                                                                                                                                                            S  kd+ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  - - - .- /- B- U- h- {- - - -             s                                                                                                                                                                 kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  -- .- /- A- B- - - - - . . u/ / G0 0 0 &1 B1 2 &3 }3 3 C4 4 p5 6 k6 6 (8 8 8 8 8 *9 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !- -                                        kd`, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - - . u/ G0 0 C1 }1 1 1 D2 b2 2 &3 3 4 6 6 6 6 '8 (8                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  (8 h8 8 8 8 &9 E9 d9 9 9 9 9                                                                                                             f                                       kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  *9 =9 I9 \9 h9 {9 9 9 9 9 9 9 9 9 9 : : : ": #: ': 0: M; b; c; d; ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  9 9 9 : : #: %: &:             s                                                                                                                                                                                     kdn. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  &: ':                                        kd(/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ': 0: =: _: : : : : : 
; ,; N; c;                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  c; d; u; ; ; |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd|0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       d; t; u; ; ; ; ; ; ; ; ; ; 
< = > 2> E> h> |> > > > > 6? J? B B B CB B B B B ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  ; ; ; ; 
< = = = 2> i> > > 7? |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd61 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7? ? ? ? @ @ FA GA B B CB B B B C NC C C D qD rD |D D D D D                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  B C *C MC aC C C C C D /D qD rD D D D D D D D D D D D D 
E E E E 0E 1E CE DE HE QE E F F F F F õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (D D                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D D D E E 1E DE FE GE                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  GE HE                                        kdD3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               HE QE E E E !F ?F YF F F F F                                                                                                             f                                       kd4 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  F F F F F G !G 4G GG IG JG             s                                                                                                                                                                      kdR5 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
F F F F F F F F F 
G G  G !G FG GG KG TG G G H H H *H +H ,H -H EH OH PH TH UH VH hH iH {H |H H H ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %JG KG                                        kd6 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               KG TG rG G H H +H ,H                                                 f                                                                                                                       kd`7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ,H -H UH VH iH |H H H H H |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	H H                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H H H H sI tI uI I I I I I I I I I I I I I I I I J 
J -J .J J J =K >K ?K OK PK QK RK _K 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %H H H H tI uI I I                                                 f                                                                                                                       kd(: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  I I I I I I I I I  J |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	 J J                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               J 
J .J J >K ?K PK QK                                                 f                                                                                                                       kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  QK RK SK K L L 8L 9L jL bM cM M M |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _K cK K L L L 8L EL IL jL L cM M M M M N #N GN HN [N mN nN N N N N N O O #O TO ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  M N HN N N O UO O O @P AP BP LP WP P P P                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  TO hO O O O O ?P AP BP WP P P P P P P P P P P P P P P  Q %Q &Q ?Q HQ IQ XQ շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\P P                                        kdd> $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               P P P P  Q Q &Q (Q >Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  >Q ?Q                                        kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ?Q HQ Q Q Q 2R =R iR R R R R                                                                                                 f                                                   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  XQ Q 2R =R PR `R iR pR vR R R R R R R R R R R R R R R S S S !S "S #S ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ R R R R S  S !S "S                                                             R            I                                   	  $If   gd'J Q  kdSB $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdA $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ "S #S KS LS _S rS S S S S S |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
#S ;S ES FS JS KS LS ^S _S qS rS S S S S S S )T T U U  U !U <U lU uU |U U U U ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ S S                                        kdC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               S S *T ET vT T T T T U !U =U OU uU U U                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  U U U U U U U U U U U U U V V 0V 1V 3V 4V 5V MV WV XV \V ]V ^V pV qV V V V V V пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  U U U U U U |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U V 2V 3V 4V                                     R            I                                                                     	  $If   gd'J Q  kd5F $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   4V 5V ]V ^V qV V V V V V |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	V V                                        kd|G $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               V V &W NW W W W W W *X lX pX qX rX                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
V V V V %W W W W W W X !X )X *X 1X 7X kX lX oX pX qX rX sX X X X X X X X زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 rX sX X X |            s            s                                                                                                                                                                                           	  $If   gd'J   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X X X X X X X X  Y Y &Y 'Y +Y 4Y 5Y DY Y Y QZ UZ Z [ 
[ [ ,[ -[ ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    X X X X X Y Y 'Y )Y *Y |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdI $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	*Y +Y                                        kdDJ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               +Y 4Y Y Y RZ Z Z Z [ [ -[ X[ [ [                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
-[ @[ O[ W[ X[ _[ e[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  [ [ [ [ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdK $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       [ [ [ [ \ \ @\ \ )] *] c] ] 
^ ^ |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdRL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
\ \ \ @\ \ )] 6] :] c] ] ^ ^ ^ =^ ^ &_ {_ |_ _ _ _ ` H` T` X` ` Rb b b b b nc oc c c c c c e Ce De Ze ^e e f g g <g g g (h dh h ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4^ =^ ^ %_ &_ {_ |_ _ ` G` H` ` Rb b b b oc c c c d d d d d e e Ce De e                                                                                                                                                                                                                                                                                                                                                                   gd'J  e f g <g g g (h dh h h 2i i i i i i i i i                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  h 2i 6i i i i i i i i i i i 4j 5j 6j 7j sj j k 8k k k k l Fl Gl kl l l l m m m -m 1n n Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $i i i i i i i i i M            H            H            H            H            H            H            H                   gd'J   kdM $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   i i j j j j &j 'j                                                 _            V            V                                                             	 $If   gd'J    kdM $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  'j (j 4j 5j                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdN $$If   l       0   T# T                 .                
t  0                                                              4 
l al  5j 6j 7j Bj Fj Yj aj mj                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdO $$If   l       0   T# T                 .                
t  0                                                              4 
l al  mj nj sj j j 2            )            )            )                      	 $If   gd'J    kdO $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     j k k k 8k =k k             [                                                                                                                                           kdP $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  k k k k k l d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdQ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l Gl Kl el d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdxR $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  el fl kl l l l d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdAS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  l l l m m .m d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd
T $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  .m /m 0m :m m m m d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  m m m m n            e            e                                                                                                                                                               	 $If   gd'J    kdU $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           m m m m                                                                                                                                                                                                                                                	 $If   gd'J  t  kdqV $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  m m m m m m m m m                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdW $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  m m                                             kdW $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          m m m n 
n n n n                                                             A                                  kdY $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  n n n n n n n n                                                 A                                              kdY $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  n n n n n n 1n                                     A            <            7                  gd'J    gd'J    kdZ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  1n n n n n o )o *o >o @o                                                                                                                                                                                                                                                   E  kd[ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	n n n n n n n )o *o @o Ao Co Do Ro So `o ao o o o o o o o o o o o o o p p p p p &p p r r r r r r 춥x                          /j` hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *@o Ao Bo Co Do Lo Ro                                     a                                                                                                                             E  kd_\ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd \ $$If   l 0 
" R                                                           4 
l a   Ro So \o `o ao to o                                     a                                                                                                                             E  kd] $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd\ $$If   l 0 
" R                                                           4 
l a   o o o o o o o                                     a                                                                                                                             E  kd] $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd|] $$If   l 0 
" R                                                           4 
l a   o o o o o o o                                     a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd:^ $$If   l 0 
" R                                                           4 
l a   o o o o o o o                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd^ $$If   l 0 
" R                                                           4 
l a   o o o o p p l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdW_ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   p p p p &p p p q q r r l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd` $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
r r r s s s s s s s s s s s Qt Rt ^t _t t t t t t t u u 4u 6u Fu Gu u u u u u y y y T| W| l| | | | } } o} p} } ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j:a hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0r s s s Rt _t t t t t                                                                                                                                                                                                                                                       S  kda $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	t t u 5u 6u Gu u                                     N                                                                                       S  kdb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd3b $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   u u u u u ev !w "w x x y y y y y az z 0{ {                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdWc $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   { { W| | } } Q} o} p} } ~ ~ ~  ;  ƀ ߀           j                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  } } } } ~ ~ ~ ~ ~   ;        ߃ j         * + , H I T U V Z [    ۵۵۵ۭۜۋzrgrrr       jd h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 'j v      +                                     j                                                                                                                                           kdc $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  + , =   ʅ ( ) E   s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd[d $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
 F   ]         f g       ǎ  Ȑ ɐ G H                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J              ƍ Ǎ ҍ Ӎ              ʏ Ȑ G   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /je hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj4e h'J U !H    Β ϒ                                                  e                                                                                                                        F  kduf $$If   l   l '{6    4   4 
l a] p
        F  kdf $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J     	 
 
    6 7 W X n o     ē œ       0 1 X Y Z [ \ : ; G  ݖ  * 0 3  ї     N m  ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3     	 
                                                             5            v  kd[g $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdf $$If   l   l '{6    4   4 
l a] p
         
   
                                         t                                                                                                                                                             v  kd h $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J    . 0 6                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdh $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         6 7 P R W                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdVi $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W X f h n                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         n o                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdWk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             ē                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ē œ ߓ                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdXm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           
                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ) + 0                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         0 1 8 = X                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdYo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         X Y Z [ \ : ; G   ݖ  + > r                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r   җ   M k      O n     Ǚ К њ  
  / 0 I | }                                                                                                                                                                                                                                                                                                                                                                   gd'J     ř ƙ Ǚ    . c {   ۛ  
 A m    H I S ] ^      пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  }     ۛ   
 A W m         I S ]                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ] ^                                     kdp $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ^     ϝ                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  	  Ν ϝ           ߞ     	   4 6 F G f g h i  Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kdr $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 @ A U V z                                                                                                                                            q                            kd]s $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
    	 
   
             q            l                                                                                                                                                       gd'J    kdt $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                                      kdt $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 8 9 M N h     ۟      5                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  5 6 G g z            q            q                                                                                                                                                                                       	  $If   gd'J    kd.v $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       g h i      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdv $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            & ( 8 9 X Y [         7 C     Ǣ Ȣ ˢ բ  5 w x  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kdw $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   Ҡ Ӡ    ' ( 9 Y                                                                                                             q                                                         kdx $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  Y Z [      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdy $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kdyz $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ߡ      Ȣ                                                             q                                                                                                                             kd{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  Ȣ ɢ ʢ ˢ  x  £ ã ͣ أ z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd| $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  ã أ 
      @ A n     W ; = M N           	  n ~  ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #أ                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                            kdX} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 A n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 Y Z     < = N                                                                                                   s                                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        	                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  m n                           s                                                                                                                                                                                   kdȂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         ǧ ҧ T U l  ˫ , K  ʬ / N  ح W v Ү   *   # B  Ա = \ ; Z  ۳ J i Ǵ    о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      ҧ r s   ɨ Ԩ ި |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ި ߨ ? V n     # i j T U l    ʫ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  ʫ ˫ ֫ ۫             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۫ ܫ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  , : J                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdՆ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ɬ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɬ ʬ լ ڬ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڬ ۬               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
 / = M                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd͉ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdꊟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ǭ ׭                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׭ ح               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŌ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      W e u                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd⍟ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ү                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      "             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   " # - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 4     )                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdڐ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 5 :             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   : ; E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K V [             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ f k             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l m                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ð             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ð İ ΰ Ӱ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ӱ ԰ ߰              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdғ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # 1 A                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B M R             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ] b             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ñ ӱ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ӱ Ա ߱              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʖ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd痟 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      = K [                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [ \ g l             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m w |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ; I Y                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdߚ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ʳ ڳ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڳ ۳               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      J X h                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdם $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ǵ մ                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϠ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( ) M m     
    ? Ķ                                                                                                                                                                                        gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    - ? Z Ŷ  
   ! S T ^ h i      ѷ ҷ   ȹ ʹ ڹ ۹  Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  Ķ Ŷ     ! T ^ h                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	h i                                        kd졟 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i   ҷ Է                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 I J j k   N s     ɹ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  ɹ ʹ ۹ , E ^ w  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              +    ̺ ͺ     	     P Q T e } ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jN h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    ͺ     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdӥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                 kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 	 Q R     ' @ Z o                                                                                                                                                                                                                                                                                                                                                                                                                        
& F $If   gd'J 	  $If   gd'J     Q |            s            s                                                                                                                                                                                           	  $If   gd'J   kd᧟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q R S T }  
 A S e f U V |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       }  
 @ A d e f  ʾ ߾  B T V k      ؿ ٿ  + , / 8   i j      ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $V ` k                                                                                                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ٿ   , - .                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  . /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 8 } ~     U    * G i j                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J      G   # |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                G l     " # & 7 M t      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  # $ % & L M      $ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         / a b l v w        N \         3 4 6 7 I [ \ g  ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !$ / b l v                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  v w                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D E e f                                                                                                      Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 4 5 6 7 g  ! V W               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J           !   ' 8 t  T g     U V X Y     1 e 4 ;         / 0 @ A ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jW hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  - & ' 8 ~  ? @ s t    S T i  V Y     0 1 @ R                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  R e f k s x             f                                                                                                                                                                      kdy $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  x y ~   o            f            f            f                                                                                                                                                	  $If   gd'J    kd粟 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdó $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd1 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at       o            f            f            f                                                                                                                                                	  $If   gd'J    kd
 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ! o            f            f            f                                                                                                                                                	  $If   gd'J    kd{ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! " # $       q r  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd鵟 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A D E       
           
 " T U _ i j v           ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  S T 
            5   
  , 9 F S ` q                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  q         
   F G   f g 9 : 
  S    1 ^                                                                                                                                                                                                                                                                                                                                                              gd'J    gd'J     (        
  " U _ i                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  i j                                        kdҶ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               j                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # J q     % J                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd'J 	  $If   gd'J  
    |            s            s                                                                                                                                                                                           	  $If   gd'J   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 3 e f p z {         e  ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5       ( 3 f p |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	p z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  z {                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ( O z   d                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J              G H R \ ] i        I ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           
  H R \ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ ]                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J                                           kd^ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    3 ^   H                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J  I                & X Y c m n z     ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             & Y c m |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	m n                                        kd&ß $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J      F  H  X  Y  _  f  g  h  i  ~                       îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdzğ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   E s   
  F  G  H                                                                                                                          f                           kdş $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  H  Y  g  h  i  s  ~                                s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdƟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                           kdBǟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       " #                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J     $ -            / 1 2 G y z      п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  # $                                        kdȟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ - l x     9 p                                                                                                                           f                           kdɟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J        2 < G z                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdʟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kd^˟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J              ( ) [ \ ] ^ _ ` l p  v  ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd̟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    0 f   ) [                                                                                     s                                                                                              kdΟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
[ \ ] ^ _ `  A B v   '	 n	 |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdΟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
    	 &	 :	 m	 	 	 	 
 
 (
 Z
 [
 e
 o
 p
 
 
 
 
 
 
 
 
 
 
    ' 3 õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !n	 	 
 
 
 (
 [
 e
 o
                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  o
 p
                                        kdzϟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               p
 
 
 
 
 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdП $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                '         !                                                             f                                    [            [                     
  $If   gd'J K$  kd"ҟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
3                " 7 8 G I J K c m n o q r s   ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ! " 8 H I J                                     R            I                                                                     	  $If   gd'J Q  kdiӟ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdҟ $If   K$L$l 0                                     
t                              4   4 
l a   J K s        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdӟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	     
 l
 m
 n
 o
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kdԟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
 ?
 m
 n
 o
 
 
 
 
                                                             f                                    [            [                     
  $If   gd'J K$  kd֟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  

 
 
 
 
 
 
                                     R                                                                                              Q  kdKן $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd֟ $If   K$L$l 0                                     
t                              4   4 
l a   
 
 
 
 
 
                                     R            I                                                                     	  $If   gd'J Q  kde؟ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdן $If   K$L$l 0                                     
t                              4   4 
l a   
 
  : ; ` s    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd؟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 	       : ;       7 P j k l m } ~     ; A ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdٟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  q  j k l m ~ ;                                                                                     Y                                          kd ۟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
; B K L T i ~        % : L f                                                                                                                                                                                                                      	  $If   gd'J  S  kd۟ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ A B J L              Y Z ] f r  [ r s t u ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  f                                                                                                                                                                                                                                                            
& F$ $If   gd'J  S  kdLܟ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      4 G Z [ \ |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdܟ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       \ ]                                        kdݟ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ] f   s t u                                                                 f                                    [            [                     
  $If   gd'J K$  kdޟ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
u          X Z [ \ t ~             z ( ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5      % ? Y i         %                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdߟ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   % ? Y Z [                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd8 $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  [ \         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 z   '      ,                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  (       + , - E O P Q S T U m n     þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ , - U n       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    6                                                                                                      Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
     6       : ; < T ^ _ ` b c d e    νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ   ; < d e                    s                                                                                                                                                                 kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   " k 
    p                                                                                     Y                                          kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
   k  
     p q w x           
! ! `! a! b! z! ! ! ! ! ! ! ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 p q x         
  $  >  F  [  p                                                                                                                                                                                                          	  $If   gd'J  S  kd" $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  p                                                                                                                                                                                                                                                                  	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      ! a! |            s            s                                                                                                                                                                                           	  $If   gd'J   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       a! b! ! ! ! ! ! ! ! ! ! |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd  $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
! ! ! ! ! ! ! ! " $ $ $ $ $ $ $ $ % b% % % % % % % ' ' ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! " # K# _# # $ $ $ $                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
$ % % % % % % % % % & & 6& G& a&                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  a& {& & & & & & & & ' 3' D' ^' x' ' ' '                                                                                                                                                                                                                            S  kdh $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ' ' ' ' ' ' ' ( ( .( /( 0(             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ' ' ' ' ' ' ' ' ' ' ' ' ' -( .( 1( :( ( -) .) T) U) * 	* * + + + , , , , Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ 0( 1(                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1( :( ( U) ) 	* <* * + Z+ + _, , , , , K- b- - - - . J. v. .                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  , , - - - - z. . . . . . . .  / / / / / `1 b1 c1 d1 ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   . . .  / / / |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / / / ./ C/ X/ j/ / / / / / / 0 0 90 A0 V0                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   V0 k0 0 0 0 0 0 0 1 1 61 G1 a1 b1 c1                                                                                                                                                                                                                   	  $If   gd'J  S  kdT $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  c1 d1 1 1 1 1 1 1 1 1 1 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
d1 |1 1 1 1 1 1 1 1 1 1 1 1 2 2 3  4 4 v4 4 g5 |5 5 5 6 6 6 6 6 6 ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ 1 1                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               1 1 2 3 4 4 4 5 5 5 6 6 6 7 77 \7 s7 7 7 7 7                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  6 7 7 /7 w7 7 7 7 7 7 7 7 7 7 7 7 8 8 I8 O8 P8 X8 Z8 : : : : : : : : ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  7 7 8 I8 P8 Y8 |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Y8 Z8 b8 t8 8 8 8 8 8 8  9 9 .9 ?9 U9 f9 }9 ~9                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   ~9 9 9 9 9 9 9 9 : $: ;: R: c: y: : : :                                                                                                                                                                                                                            S  kdN $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  : : : : : : : ; ; ,; .; /;             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  : : : : : +; ,; 0; 9; K< }< = E= = F> b> > > 4@ @ A 0A A B C C 	D D E JF ]F iF |F F 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !/; 0;                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0; 9; K< = = c> > ? f? ? ?  @ 2@ @ mA B C !D "D )D E E                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  E F FF eF F F F G !G @G AG RG                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  F F F F G G %G 8G ?G AG QG RG G G G G G G G G G G H  I I I ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  RG G G G G G G G             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  G G                                        kdb $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               G G G G H AH cH dH H H H H I                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  I I I FI kI |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I I I jI kI lI mI nI zI ~I I I I K K K K L L >L RL L L L L O O O O <P ?P sP P ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  kI lI mI nI I XK ZK K K L ?L L L |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L *M +M }M $N %N N N O O O >P ?P sP P P $Q kQ Q R R R %R XR bR lR                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  P P P P P #Q 7Q jQ ~Q Q Q R R %R WR XR bR lR mR R R R R R R R R R R R R R R R R 7S [T \T ]T mT nT õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (lR mR                                        kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mR R R R R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  R R                                        kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R 7S ZS S S S S .T \T ]T nT                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  nT oT pT T T T T T T T T             s                                                                                                                                                                      kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
nT oT pT T T T T T T T T T T T T T T 3U 4U U U U U U U U U U U U U U V V V V ?V @V ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %T T                                        kdF $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               T T U 4U U U U U                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  U U U U V V -V @V BV CV |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	CV DV                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @V DV MV V V W W W #W $W %W &W >W HW IW MW NW OW aW bW tW uW W W W W W W NX OX X X X X X X X X 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %DV MV kV V W W $W %W                                                 f                                                                                                                       kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  %W &W NW OW bW uW W W W W |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	W W                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W W W OX X X X X                                                 f                                                                                                                       kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  X X X "Y Y Y Y Y Z  [ [ 5[ w[ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X Y "Y Y Y Y Y Y Y Z bZ [ 5[ H[ w[ [ [ [ [ [ [ \ \ *\ +\ >\ l\ \ \ \ \ \ ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  w[ [ [ +\ l\ \ \ :] ] ] ] ] ] ] (^ 2^ <^                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  \ ] 9] M] ] ] ] ] ] ] '^ (^ 2^ <^ =^ U^ _^ `^ d^ e^ f^ n^ ^ ^ ^ ^ ^ ^ ^ ^ ^ շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\<^ =^                                        kd	 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               =^ e^ f^ ^ ^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  ^ ^                                        kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^ ^ U_ _ _ _ _ ` I` J` [` `                                                                                                 f                                                   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ^ U_ _ _ _ _ ` ` ` H` I` J` Z` [` ^` s` |` ` ` ` ` ` ` ` ` ` ` ` ` ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ` ` ` ` ` ` ` `                                                             R            I                                   	  $If   gd'J Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd 
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ ` ` ` ` ` a #a 6a 8a 9a Oa |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
` ` ` ` ` ` ` ` ` a a 5a 6a Pa Ya Za ia a b b b b b b 
c c c  c 1c 2c ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ Oa Pa                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Pa Ya a a b 1b Jb ]b b b b b b c 2c 3c                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  2c 3c 4c Dc Ec Hc Nc yc c c c c c c c c c c c c c c c c c c d d !d "d Gd Hd Ld пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  3c 4c Ec yc c c |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c c c c c c                                     R            I                                                                     	  $If   gd'J Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   c c c c d "d 5d Hd Jd Kd |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Kd Ld                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Ld Ud d d &e 8e se ~e e e 
f f f f                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
Ld Ud Vd ed d se }e ~e e e e e e e e e 	f 
f 
f f f f f !f "f %f :f Cf Mf Nf زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 f f "f Of |            s            s                                                                                                                                                                                           	  $If   gd'J   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Nf Of Pf hf rf sf wf xf yf f f f f f f f f f f @g Ag g g 5h h h h h h ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    Of Pf xf yf f f f f f f |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	f f                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               f f Ag ~g g #h Th fh h h h h 8i 9i                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
h h h h h h i 7i 8i 9i :i Ji Ki Ni ci li vi wi xi yi zi {i i 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  9i :i Ki xi |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       xi yi zi {i i i i j j j k mk k k |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
i i i i j j j j k mk k k k k Xl l m m &m *m Sm m m m m n o p *p .p [p q 
q Gq Hq Tq Xq {q r r r r r (s rt t t t 0u mu u v Zv ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4k k Xl l l m m Sm m m m n o p p [p 
q Gq Hq {q /r 0r er zr r r r r r (s                                                                                                                                                                                                                                                                                                                                                                   gd'J  (s rt t t 0u mu u v Zv v v 2w 3w >w Jw Yw ew xw |w                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  Zv v v 1w 2w >w Tw Xw xw {w |w w w w w w w x Hx x x &y \y ]y y y y 	z @z Az sz z z z z { | Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $|w }w ~w w w w w w w M            H            H            H            H            H            H            H                   gd'J   kdF $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   w w w w w w w w                                                 _            V            V                                                             	 $If   gd'J    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  w w w w                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  w w w w w w w x                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdV $$If   l       0   T# T                 .                
t  0                                                              4 
l al  x x x Hx Mx 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     Mx x x x x x  y             [                                                                                                                                           kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J   y !y &y ]y ay y d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  y y y y y z d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z z 	z Az Fz mz d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd{ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  mz nz sz z z z d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdD $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  z z z z '{ ,{ 8{ d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd
  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  8{ 9{ <{ F{ n            e            e                                                                                                                                                               	 $If   gd'J    kd  $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           F{ G{ J{ S{                                                                                                                                                                                                                                                	 $If   gd'J  t  kd! $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  S{ T{ U{ f{ k{ s{ z{ { {                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdH" $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  { {                                             kd" $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          { { { { { { { {                                                             A                                  kd>$ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  { { { { { { { {                                                 A                                              kd% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  { { { { { { {                                     A            <            7                  gd'J    gd'J    kd% $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  { | | | | | | | | |                                                                                                                                                                                                                                                   E  kd& $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	| | | | | | | | | | | | | | | | | } } !} "} N} O} g} h} } } } } } } } } } } } ~ 1 2 = > N O 춥x                          /j
, hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *| | | | | | |                                     a                                                                                                                             E  kd' $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd:' $$If   l 0 
" R                                                           4 
l a   | | | | | } }                                     a                                                                                                                             E  kdW( $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd' $$If   l 0 
" R                                                           4 
l a   } }  } !} "} 4} N}                                     a                                                                                                                             E  kd) $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd( $$If   l 0 
" R                                                           4 
l a   N} O} Z} g} h} r} }                                     a                                                                                                                             E  kd) $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdt) $$If   l 0 
" R                                                           4 
l a   } } } } } } }                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd2* $$If   l 0 
" R                                                           4 
l a   } } } } } } l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd* $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   } } } } } ~ ~ ~  V W l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdO+ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
O S T I J U V f g k l n       D F Q R     ҂ Ԃ   $ & ' 3 4      
 * O X   
    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jt, hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0W n w    E F R                                                                                                                                                                                                                                                        S  kd, $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	   ӂ Ԃ  %                                     N                                                                                       S  kd- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdm- $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   % & ' 4 l         3   e Έ 5                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd. $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   5 6  P    
  !     ٍ B d }      ] ^                                                                                                                                                                                                                                                                                                                                                     gd'J   
& FO gd'J    gd'J    !          ٍ    \ ^ }   " / 0     Ȓ ɒ ʒ        6 7 B ۵۵۵ۭۜۋzrgrrr       j0 h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '  # / 0   ɒ                                     j                                                                                                                                           kd#/ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  ɒ ʒ ے $ ) h Ɠ Ǔ  M  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd/ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
     K L   < =           e  f g                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  B C D H I L   ;  V  d e p q           6 ? H h f  P Q ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j0 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Ujn0 h'J U ! Q U V l m                                                  e                                                                                                                        F  kd1 $$If   l   l '{6    4   4 
l a] p
        F  kd<1 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  Q V        Ԡ ՠ    
 ( ) E F b c       Ρ ϡ      أ ٣  F {  Ȥ Τ Ѥ ] o B Z     A ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kd2 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd"2 $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kd:3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J    ̠ Π Ԡ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd3 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ԡ ՠ                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd4 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd;5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          
   " (                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ( ) > @ E                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         E F [ ] b                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd<7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         b c }                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd=9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ǡ ɡ Ρ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ρ ϡ ֡ ۡ                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              أ ٣  - G {  ɤ ܤ                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd>; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $ X p    	 = [      @ A B C e n o    ͨ Ψ                                                                                                                                                                                                                                                                                                                                                                      gd'J  A C M c d e    ̨   9 < y   ߩ  6        " # @ A T пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   9 G Z [ y    ߩ   ! 7 8                                                                                                                                                                                                                                                                                                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                # @ A W m                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  	T W l m       K M ] ^ } ~       ҭ ԭ       , Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kd@= $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ޫ ߫    4 5 J K L M ^                                                                                                                                     q                            kd> $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
^ ~                    q            l                                                                                                                                                       gd'J    kdT? $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kd@ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ֬ ׬    " # 5 ` y     ӭ                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  ӭ ԭ   z            q            q                                                                                                                                                                                       	  $If   gd'J    kdhA $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          . / 0 1 2 z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd%B $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       , - . 3 < Į Ʈ ֮ ׮    % & + 4     կ  3 5 E F e f i s  Ӱ   I ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "2 3                                     kdB $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               3 < [ \ p q    Ů Ʈ ׮                                                                                                              q                                                         kd9D $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     & ' ( ) * z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdD $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       * +                                     kdE $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               + 4 } ~ 3 4 5 F f                                                             q                                                                                                                             kd
G $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  f g h i   J ` a k v z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdG $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
I J a v      ޱ ߱  ! " V _  ٳ ۳   = P              ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #v                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdH $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ߱  " $ U                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  U V                                        kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V _   4 5 D  ڳ ۳  =                                                                                                  s                                                                        kd:K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    >                         s                                                                                                                                                                                   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J   = > ? @ A C e p   
 J i ʹ  I h ͺ  W v   p   Ƚ 2 Q   S r ۿ    Z y   e    о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -> ? @ A B C p   R ] g r | |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
| } ݶ   # P Q       
  J X h                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdvO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdO $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4P $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ʹ ع                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdP $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdnR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + , I W g                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h s x             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd,S $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdIT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ͺ ۺ                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdfU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ( -             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$V $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   - . / W e u                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdAW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{Y $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W p ~                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd9Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ˼ м             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   м Ѽ Ҽ >    ǽ                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǽ Ƚ ӽ ؽ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ؽ ٽ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
  2 @ P                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       Ͼ ߾                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߾                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdFa $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " # S a q                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r }              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdcb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd!c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ۿ                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>d $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , 6 ;             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < =                                                                  s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd[e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdxf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : ; Z h x                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd6g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   x y               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdSh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdpi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.j $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J e s                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdKk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdhl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        0 S T       b                                                                                                                                                                                        gd'J  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       c           9 : K ] ^ o p   f h x y  Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  b c                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd&m $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                : ^ p r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdzn $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    	 W    ! 2 B C g                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  g h y     D |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               C D E j k     % ' 7 8      ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jp h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  D E k     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd
q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ?      
 % &                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  & ' 8  |            s            s                                                                                                                                                                                           	  $If   gd'J   kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                    |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kds $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               " h }     	 ; < F P Q v w          + - = > N ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $  	 < F P                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  P Q                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   + < t u  a       ,                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  , - >   @ ~  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd7w $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N O i j k ~     
 ? \ }        q     ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jw h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        p q     |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdvx $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
             
   : ; c t u x    7 S k l t v           9 ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J                                           kd0y $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ; c u v w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  w x                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               x      S T u v                                                                                                  Y                              kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
                        s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  9 : E F V W [ \        $   ; = R T     a c H ]     g k   & M       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jL} hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -          $      T   b c H ]                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J   gd'J   
& FP gd'J    gd'J     	               f                                                                                                                                                                      kd} $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J     $ 0 o            f            f            f                                                                                                                                                	  $If   gd'J    kd!~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 0 1 6 = B o            f            f            f                                                                                                                                                	  $If   gd'J    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B C H O [ o            f            f            f                                                                                                                                                	  $If   gd'J    kd~ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at [ \ d l q o            f            f            f                                                                                                                                                	  $If   gd'J    kdk $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at q r z   o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdG $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     c d   Q R   i o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd# $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    i u X b     5  ]  m y z             5 6 g h i m v B D T ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %i u     ? @  S T \ ]  8 9  X b                                                                                                                                                                                                                                                                                                                                              h^hgd'J   
& F  gd'J    gd'J   gd'J     1 B S T g z                A B    ,                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  , - v  5  6  ]  m z                                                                                                                                                                                                                                                                                                                                                    
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 h i k l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  l m                                        kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m v     M u     B C                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
C D U  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T U               % F G l m n r {  k ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5           |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                G l m n p q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  q r                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {     X |  k { |                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  k { }              	 (	 )	 P	 Q	 R	 V	 _	 
 ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    | }   |            s            s                                                                                                                                                                                           	  $If   gd'J   kdЈ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                )	 O	 P	 Q	 R	 T	 U	                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  U	 V	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               V	 _	 	 	 	 	 <
 `
 
 O _ `                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  
 O _ a q r x                 9 : b c ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    ` a r  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd쌠 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd` $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                : a b c d f g                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  c d h q 
 
 
 
 
      N O Y c d p       îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  g h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q    
 P
 p
 
 
 
 
                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  
 
      O Y c                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	c d                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               d                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J      V W X h i o v w x y        " , - 9 U п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdГ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
  = k     W X                                                                                                                         f                           kd$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  X i w x y                              s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdޕ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	 " ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  , -                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               - V W X Z q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  U V W X r { | } ~            
  .  ' ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 q r                                        kd엠 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r { } ~                                                                                            s                                                                                              kd@ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
      .    V    |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
' V i       Z n       
  & 0 1 2 5 6 U V h i      õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ ! [       
                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  
                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                6 V i |                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 0 C p q r                                                                 f                                    [            [                     
  $If   gd'J K$  kd\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
 0 p q r                     
    3 4 ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a      4 G Z m    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	4      
   
   O U V ^ ` u v      ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kd꟠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     
  O V _                                                             f                                    [            [                     
  $If   gd'J K$  kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
_ ` v                                         R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a          $ % & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          # $ ' 0 ! "    	 
          ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ & '                                        kd椠 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' 0 m  "  	 
                                                                                        Y                                          kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
       . H b r                                                                                                                                                                                                                              	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$     b  c  d  e  }                        ! ! o! ! " " " " ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ      .  H  b  c  d                                                                                                                                                                                                                                                       
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  d  e                |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                  kdҨ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ! o! ! " " " $" n" u" ~"                                                             f                                    [            [                     
  $If   gd'J K$  kd& $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
" #" $" B" J" n" t" u" }" " # # # # $ $ $ $  $ !$ "$ /$ 9$ :$ $ $ $ $ % % ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 ~" " " " " " " " # !# ;# C# X# m# # # # #                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdઠ $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   # # # # #                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdr $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  # # "$ :$ M$ `$ s$ $ $ $ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	$ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ % 5% |% % c& d& e& f& w& &                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  % a& d& e& f& v& w& & & & & & & & & & & ' ' i' j' m' v' þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ & & & ' 1' D' W' j' k' l' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd̮ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l' m'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m' v'  ( H( ( ( r) s) t) u) )                                                                                                 Y                              kdڰ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
v' ( !( ( ( ( r) s) t) u) ) ) ) ) ) ) ) ) )  * * * * s* t* w* νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  ) ) ) * * (* ;* N* a* t* u* v*             s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  v* w*                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w* * U+ |+ + 	, , , , , -                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
w* * T+ 	, , , , , , , - - - - -  - . . . . . . . .  / / "/ #/ $/ &/ '/ (/ ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 - - - -  - (- =- R- d- ~- - - - - - - .                                                                                                                                                                                                         	  $If   gd'J  S  kd\ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  .  . :. T. d. ~. . . .                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  . . . . |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       .  / (/ )/ </ O/ b/ u/ / / / |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd: $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
(/ )/ ;/ </ / / / / M0 =2 >2 ?2 O2 P2 \2 a2 v2 2  3 43 63 <3 =3 E3 G3 @5 B5 ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  / /                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / / M0 0 0 0 1 =2 >2 ?2 P2                                                                                                 f                                                        kdV $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
P2 2 63 =3 F3 G3 O3 d3 y3 3 3 3 3 3 3                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  3 4 *4 D4 L4 a4 v4 4 4 4 4 4 4 5 '5 A5 B5                                                                                                                                                                                                                            S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  B5 C5 D5 l5 m5 5 5 5 5 5 5 5             s                                                                                                                                                                 kd4 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  B5 C5 D5 \5 f5 g5 h5 j5 k5 l5 m5 5 5 5 5 5 5 6 6 6 6 6 7 7 8 8 R9 S9 <: Q: S: T: Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ 5 5                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 6 6 T7 7 7 -8 8 8 S9 9 S: T: [: : :  ; 0; \; ; ; ; < H<                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  T: [: `; s; w; ; < +< /< G< H< I< Y< Z< < < < < < >  ? ? ? ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   H< I< Z< < < < |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < < < < < = "= <= M= g= = = = = = = =                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   = 	> > 0> J> d> u> > > > > > >  ? ?                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ? ? *? +? >? Q? d? w? ? ? ? |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd  $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
? ? $? %? )? *? +? =? >? ? ? ? ? T@ @ MA A A B )B C C C C 9D ND OD PD WD D ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ? ?                                        kd辠 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? ? T@ NA A ,B 9B B C C PD WD D D D D E 0E OE E E                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  D D D D E (E 4E GE SE fE nE E E E E E E E E E E E E >H @H AH BH ZH dH eH iH ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  E E E E E E |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E  F F $F 6F HF _F vF F F F F F F G G G                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                                     
t                                4   4 
l a   G $G 6G HG ZG lG G G G G G G H H (H ?H @H                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  @H AH BH jH kH ~H H H H H H H             s                                                                                                                                                                 kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  iH jH kH }H ~H H H H H I J J J K K  L bL ~L M bN N N O (P P PQ Q Q dS S S T T fT 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !H H                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H H I J K L L L M #M M M M bN O *P RQ Q Q Q cS dS                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  dS S S T "T bT T T T T T T                                                                                                             f                                       kd(Ġ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  fT yT T T T T T T T T T T 3U 4U 5U XU YU ZU ^U _U cU lU V V V V ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  T 4U 5U YU ZU _U aU bU             s                                                                                                                                                                                     kdĠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  bU cU                                        kdŠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               cU lU yU U U U V V $V FV hV V V                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  V V V V 	W |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdƠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V V V W 	W 
W W W W W  W 'W FW ,Y ?Y nY Y Y Y Y Y #Z 7Z rZ Z H] T] X] ] ] ] ^ $^ ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  	W 
W W W FW X X ,Y nY Y Y $Z sZ |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdǠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       sZ Z Z [ [ [ \ \ G] H] ] ] ] ^ S^ ^ ^ 	_ X_ _ _ _ _ _  ` 
`                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  $^ S^ f^ ^ ^ ^ ^ _ _ W_ k_ _ _ _ _ _  ` 
` ` #` -` .` 2` 3` 4` F` G` Y` Z` l` m` ` ` ` ` ` a a a b b õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (
` `                                        kddȠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` 3` 4` G` Z` m` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  ` `                                        kdɠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` ` ` /a ]a {a a a a a b                                                                                                             f                                       kdˠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  b 
b b 6b 7b Jb ]b pb b b b             s                                                                                                                                                                      kdˠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
b 
b b &b 0b 1b 5b 6b 7b Ib Jb \b ]b b b b b b b Tc Uc Vc fc gc hc ic c c c c c c c c c c c c ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %b b                                        kd̠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               b b b b Uc Vc gc hc                                                 f                                                                                                                       kd͠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  hc ic c c c c c c c c |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdΠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	c c                                        kdHϠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c c c ,d -d d d d d d d d d d d d d d d  e e e 8e 9e =e Fe ie je e e yf zf {f f f f f f 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %c c 	d -d d d d d                                                 f                                                                                                                       kdР $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  d d d d  e e &e 9e ;e <e |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdVѠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<e =e                                        kdҠ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               =e Fe je e zf {f f f                                                 f                                                                                                                       kddӠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  f f f f Lg Mg tg ug g h h h i |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdԠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f f f Kg Lg Mg tg g g g  h h h h i (i Ki _i i i i i i i i i 
j j Kj Lj _j j ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  i Li i i 
j Lj j j 'k |k }k ~k k k k k k                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  j j j j &k :k {k }k ~k k k k k k k k k k l l l l )l ;l <l al bl {l l l l շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\k k                                        kdԠ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               k l l )l <l Ol bl dl zl                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  zl {l                                        kd,֠ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               {l l l $m 6m nm ym m m m m &n                                                                                                 f                                                   kdנ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  l l nm ym m m m m m m m m m m m n n $n &n ,n -n 4n 6n Kn Ln [n ]n ^n _n ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ &n -n 5n 6n Ln \n ]n ^n                                                             R            I                                   	  $If   gd'J Q  kdؠ $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd:ؠ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ ^n _n n n n n n n n n n |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdT٠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_n wn n n n n n n n n n n n n n n o eo 3p =p >p \p ]p xp p p p p p p ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ n n                                        kdڠ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               n n fo o o o o o 3p >p ]p yp p p p p                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  p p p p p p p q q q %q 'q 0q Vq Wq lq mq oq pq qq q q q q q q q q q q q q q пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  p p p q q &q |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdb۠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       &q 'q Wq nq oq pq                                     R            I                                                                     	  $If   gd'J Q  kdܠ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdܠ $If   K$L$l 0                                     
t                              4   4 
l a   pq qq q q q q q q q q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd6ݠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q q                                        kdݠ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               q q br r r r s s ;s fs s s s s                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
q q q r ar s s s :s ;s Ns ]s es fs ms ss s s s s s s s s s s s s s s زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 s s s s |            s            s                                                                                                                                                                                           	  $If   gd'J   kdDߠ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s s s t t t t t t )t *t <t =t bt ct gt pt qt t t t u u u ?v Iv Jv hv iv ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    s s t t *t =t Pt ct et ft |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdߠ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	ft gt                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               gt pt t u u u u v ?v Jv iv v v v                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
iv |v v v v v v v v v v v v v w 
w w w w w w w @w 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  v v v w |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       w w w w @w Aw |w 3x ex fx x y Fy Gy |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
@w Mw Qw |w 3x ex rx vx x y Gy Sy Wy yy y bz z z z z z T{ { { { { } } } } } ~ ~ ~ ~ ~ ~  W     ƀ  > ? x ΂  d   ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4Gy yy y az bz z z z T{ { { { } } } } ~ ~ ~      4 D W   ƀ                                                                                                                                                                                                                                                                                                                                                                   gd'J  ƀ  ? x ΂  d   7 n Є ф ܄                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   gd'J    gd'J   n r τ Є ܄      ! " p q r s   G t Ć   W    އ ߇  > ? D i m  Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $        ! " M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   " 6 = B R S b c                                                 _            V            V                                                             	 $If   gd'J    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  c d p q                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  q r s ~                                         z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al       2            )            )            )                      	 $If   gd'J    kd- $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      A B G t y              [                                                                                                                                           kdZ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J    Ć   Q d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd# $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Q R W    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ߇   d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ? D j d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd~ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  j k l v ň ʈ ֈ d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdG $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ֈ ׈ ڈ  n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al      	    +                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  + ,                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          , 7 ; B I J K L                                                             A                                  kdx $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  L M N O P Q R S                                                 A                                              kdW $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  S T U V W X m                                     A            <            7                  gd'J    gd'J    kd6 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  m   ! : ; T e f z |                                                                                                                                                                                                                                                   E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	   ! ' ( : ; e f | }                  # $ A B C O P b * ύ Ѝ ۍ ܍   춥x                          /jG hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *| } ~                                         a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdt $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd2 $$If   l 0 
" R                                                           4 
l a        Ҋ                                      a                                                                                                                             E  kdO $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kd
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a        ! " #                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdl $$If   l 0 
" R                                                           4 
l a   # $ 1 2 @ A l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   A B C P b ) *     l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
         	 
  4 5         7 9 K L p r    Đ Ő ѐ Ґ A B N    ȗ   N O    ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0   5      8                                                                                                                                                                                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	8 9 L q r  Ð                                     N                                                                                       S  kd9 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Ð Đ Ő Ґ 
  ] ^ K L A B N є ,   l Ӗ                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Ӗ Ԗ   N O     % & 7 U w    7 Q R [ \   Z [                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J    6 7 G O $ & 7 T U w < Y \       ͟ Ο   4 5 f g h        ԣ գ  ۵۵۵ۭۜۋzrgrrr       jA h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '   ͟ Ο  5 g                                     j                                                                                                                                           kd] $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  g h y   Ǡ  d e   ( s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
(  G H    5 6 ڤ ۤ 3 4   Y Z ' ( B S                                                                                                                                                                                                                                                                                                                                       
& F gd'J   $ $gd'J    gd'J   
& FR gd'J        5 6 ٤ 2  X        $ % & ' ( 1 B S ԩ ݩ       ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !    
                                                   e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kdv $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    ! E F I J P Q r s     Ʈ Ǯ      " # : ; Q R l m      v w    2 f l o  
   - V   ߴ ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3   ! * 8 E F                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd\ $$If   l   l '{6    4   4 
l a] p
         F G H I J N O P                                     t                                                                                                                                                             v  kdt $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  P Q j l r                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         r s                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdu  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ʈ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd  $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ʈ Ǯ ܮ ޮ                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdv $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              "                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd! $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " # 2 4 :                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : ; I K Q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdw $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Q R e g l                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd" $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         l m t y                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                              v w  ˱   3 g z                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdx $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ²   B U   ۳  - G W   ޴ ߴ     
 # I X k l                                                                                                                                                                                                                                                                                                                                                                      gd'J  ߴ      # 9 X j   ׶ ڶ  8 I }  Է = R        ޸ ߸  пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ   ׶     G H I }    շ ַ < = G R                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kd# $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ޸ ߸   ! 7 9 P                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	  
    ! 6 7 Q Z         D E J S p r       ʻ Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ P Q                                     kdz $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Q Z | }    ҹ ӹ                                                                                                                                          q                            kd	 $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
    E F G H I             q            l                                                                                                                                                       gd'J    kd
 $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  I J                                     kdK $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               J S t u      Ӻ   , A [ \ q                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  q r   z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ̻ ͻ λ ϻ л z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd_
 $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ʻ ˻ ̻ ѻ ڻ b d t u    ü ļ ɼ Ҽ   , H T s  ѽ ӽ       ' q    ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "л ѻ                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ѻ ڻ     1 M N c d u                                                                                                              q                                                         kds $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     ļ ż Ƽ Ǽ ȼ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd0 $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ȼ ɼ                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ɼ Ҽ   ѽ ҽ ӽ                                                               q                                                                                                                             kdD $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J      '     	  z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
    F G Q [ \ | }       w y        > ? @ A B E N    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ # G Q [                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  [ \                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               \ }   ¿                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      3 x y                                                                                                    s                                                                        kdt $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    @ A B C D |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D E                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               E N                             s                                                                                                                                                                                   kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                h    k       - G f   _ ~   y  w       " W X о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -              |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  {      * _                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I J h v                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! &             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H I k y                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % / 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd" $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F P U             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U V W                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd# $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        ,                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kds% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ i n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n o p  % G U e                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdN' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f q v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v w               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd)) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 2 _ m }                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd!, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! + 0             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   0 1 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B L Q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q R S y                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd60 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      G H w                                                               s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdp2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 2 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd.3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y Z                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdK4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        !                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd&6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d e      H I V W X {                                                                                                                                                                                          gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X i {   5 F G H ]           
  ( 1     ' Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ     5 G H R ]                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd`8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ' (                                        kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1      T                                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J     h     |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ( B C D W X g     	 8 9 < E          ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j; h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    	 8 9 : ; |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdG< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ; <                                        kd= $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               < E    < G c |                                                                                                                                                                                                                                                                                                                                                                                                                          
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdU> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            H I }      |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        H I | }       Q ~           D g h k t * -        ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 D V h i j                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  j k                                        kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               k t          @ f                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J     -    _ |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdqB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           	   , M      = ^ _ b s    A B C T ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j+C h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  _ ` a b     C U V ` |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdC $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T V k                 	 
   $ % o p r s      ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !` k                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J                                           kdjD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         %                                                                                                 Y                              kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
% p q r s  9 ]   * 7             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          9 ] * 7 c t                 m  p w  	 9 Z   R S k l | } ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jL hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jH hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -7 b c t   { |    ( )            l m |                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd[I $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdI $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd7J $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    
  o            f            f            f                                                                                                                                                	  $If   gd'J    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      , o            f            f            f                                                                                                                                                	  $If   gd'J    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at , - 5 < A o            f            f            f                                                                                                                                                	  $If   gd'J    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at A B J Q ] o            f            f            f                                                                                                                                                	  $If   gd'J    kdK $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ] ^ _ `   Y Z      o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd]L $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at }        G R I Z 
 
    $ ( D H I ^                 ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %    F G   0     L   q     F G h u                                                                                                                                                                                                                                                                                                                                          h^hgd'J   
& F  gd'J    gd'J   gd'J          / F G R     !   u
 v
 I Z    ? m                                                                                                                                                                                                                                                                                                                                                               gd'J    gd'J    
 d
 
 
 
   D H I S ^                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdFM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  
                                         kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S _      W a                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd'J 	  $If   gd'J  
   * |            s            s                                                                                                                                                                                           	  $If   gd'J   kdO $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ) * + - 9 = Y Z o         
      	 ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 * + , - Y Z d o   |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdP $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdbQ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J                                           kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 X d      	                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd'J 	  $If   gd'J  	   + , 2 9 : ; < Q               ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph      , : |            s            s                                                                                                                                                                                           	  $If   gd'J   kd
T $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       : ; < F Q    |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd~U $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J                                           kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 < H o                                                                                                                                                                                                                                                                                                                                                                                                                                  
& F! $If   gd'J 	  $If   gd'J              ! - 1 L M b            ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd&X $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ! M W b    |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J                      / 0 : Y Z [ îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N Z     F                                                                                                                            f                           kdB\ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J                                    s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd\ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                0 Z [ \ ^ _                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  [ \ ` i      
     Q k m n         п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  _ `                                        kd
_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i    	 ) X u                                                                                                                            f                           kd^` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J       Q n x                           s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kda $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J              R! S! T! d! e! ! ! ! ! ! ! ! ! ! # # ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd&c $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     -  l    S! T! e! !                                                                                     s                                                                                              kdzd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
! ! ! ! ! ! ! }# ~# # # +$ c$ $ |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd4e $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
# # $ *$ >$ b$ v$ $ $ $ % N% O% d% % % % % % % % % % % % % % & & ?& @& Z& c& o& õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !$ $ N% O% Y% d% % % %                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  % %                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               % % % & & -& @& B& Y&                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  Y& Z&                                        kdBg $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z& c& & & ' ' ' !' N' U' ]'                                                             f                                    [            [                     
  $If   gd'J K$  kdh $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
o& & ' ' '  ' !' $' 9' B' L' N' T' U' \' ^' s' t' ' ' ' ' ' ' ' ' ' ' ' ' ' ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ]' ^' t' ' ' '                                     R            I                                                                     	  $If   gd'J Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdPi $If   K$L$l 0                                     
t                              4   4 
l a   ' ' ' ' ' ' ( ( (  ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdjj $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	' ( ( !( *( M( ( ( ( ( ( ( ( ( ( ( ( ) ) #) %) +) ,) -) ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  ( !(                                        kd$k $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               !( *( M( {( ( ( ( ( ( ( (                                                             f                                    [            [                     
  $If   gd'J K$  kdxl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
( ( ) $) %) &) ')                                     R                                                                                              Q  kdm $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd2m $If   K$L$l 0                                     
t                              4   4 
l a   ') () )) *) +) ,)                                     R            I                                                                     	  $If   gd'J Q  kdn $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdLn $If   K$L$l 0                                     
t                              4   4 
l a   ,) -) U) v) w) ) ) ) ) ) |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdfo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	-) E) O) P) Q) S) T) U) v) w) ) ) ) ) * * s+ + + + + + + + + ', 0, G, w, }, ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ) )                                        kd p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) * * * + + + + + w,                                                                                     Y                                          kdtq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
w, ~, , , , , , , ,  - - *- D- L- a- v- - -                                                                                                                                                                                                                      	  $If   gd'J  S  kd.r $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ }, ~, , ,  . . . . . %. &. '. ). *. +. J. K. . . . . . 
/ / / / / / ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  - - - -  . . .                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdr $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  . . +. K. p. . . . . |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdRs $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       . .                                        kdt $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               . . 
/ ;/ / / / / 0 0 0                                                             f                                    [            [                     
  $If   gd'J K$  kd`u $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
/ / / / / 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 #2 $2 '2 02 2 d3 ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 0 0 %0 :0 O0 a0 {0 0 0 0 0 0 0 1 1 71 Q1 a1                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kdv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   a1 {1 1 1 1                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdv $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  1 1 1 1 1 1 2 $2 %2 &2 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd>w $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	&2 '2                                        kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               '2 02 2 2 3 c3 4 4 4 4 4 h4                                                                                                 f                                                   kdLy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  d3 3 4 4 4 4 4 g4 h4 i4 4 4 4 4 4 4 4 4 4 5 5 5 5 þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ h4 i4 4 4 4 4 4 5 	5 
5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
5 5                                        kdz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 5 5 )6 r6 7 7 7 7 $7                                                                                                 Y                              kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
5 5 5 (6 )6 r6 7 7 7 7 #7 $7 v7 w7 x7 7 7 7 7 7 7 7 7 8 8 8 νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  $7 w7 x7 7 7 7 7 7 7 8 8 8             s                                                                                                                                                                 kd| $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  8 8                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8 8 8 9 ^9 9 F: G: H: Y: :                                                                                     Y                                          kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
8 8 8 9 D: F: G: H: X: Y: : : : : : : 5< 7< 8< 9< I< J< < < < < < < < < < < ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 : : : : : : : : ; ; 6; F; `; z; ; ; ;                                                                                                                                                                                                         	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  ; ; ; ; < < 6< 7< 8<                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd( $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  8< 9< J< < |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       < < < < < <  = = &= '= (= |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdt $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
< < < < %= &= )= 2= = ? ? ? ? ? ? ? @ X@ @ @ @ @ @ @ @ B B ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  (= )=                                        kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               )= 2= = K> > > .? ? ? ? ?                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
? X@ @ @ @ @ @ A A ,A >A XA rA A A                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdJ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  A A A A A A B )B ;B UB oB B B B B B B                                                                                                                                                                                                                            S  kd܄ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  B B B 
C C C 1C DC WC jC kC lC             s                                                                                                                                                                 kdn $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  B B B B C C C C 	C 
C C C C iC jC mC vC :D iD jD D D DE EE *F ?F F F G G G G Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ lC mC                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               mC vC :D D D EE xE E AF F F G G G G 8H H H H H .I ZI I I I                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  G G H I I -I I I I I I I I I <J BJ CJ KJ MJ L L L L ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   I I I <J CJ LJ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       LJ MJ UJ jJ J J J J J J K K 0K JK [K uK }K K                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd6 $If   K$L$l 0                     x                
t                                4   4 
l a   K K K K K L L -L GL XL rL L L L L                                                                                                                                                                                                                   	  $If   gd'J  S  kdȈ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  L L L L L L M M (M )M *M |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdZ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
L L L L L L L L L 'M (M +M 4M M N N <O QO O O P P Q 4Q Q Q Q Q Q 9R ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ *M +M                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               +M 4M M N TO O O DP P 7Q Q Q 5R TR sR R R R R .S /S                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  9R LR XR kR R R R R R S S %S -S .S /S 0S @S AS S S S S S U U U U U V V V ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  /S 0S AS S S S |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S S S S S S S S T +T <T ST jT {T T T T T                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd0 $If   K$L$l 0                                     
t                                4   4 
l a   T T T T T 
U !U 8U OU `U wU U U U U U U                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  U U U V 	V V /V BV UV hV jV kV             s                                                                                                                                                                 kdT $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  V V 	V V V gV hV lV uV W W OX X !Y Y Y  Z Z p[  \ W\ l\ ] ] J^ ^ E_ Z_ a a a a a b 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !kV lV                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               lV uV W OX !Y Y Z WZ Z Z [ <[ n[  \ \ ] ^ ]_ ^_ e_ a a                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  a Ba a a a  b b >b ]b |b }b b                                                                                                             f                                       kdb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  b b #b 6b Bb Ub ab tb {b }b b b b b b b b b b b c 
c 'd <d =d >d ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  b b b b b b b  c             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J   c c                                        kd֐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c 
c c 9c [c }c c c c c d (d =d                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  =d >d Od d d |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd* $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       >d Nd Od d d d d d d d d d d f f g g Bg Vg zg g g g h $h j j j k xk {k k k ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  d d d d d f f f g Cg {g g h |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd䒡 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       h fh gh h `i ai  j !j j j k zk {k k k (l `l l l Km Lm Vm am m m m                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  k k l 'l ;l _l sl l l l 	m Km Lm am m m m m m m m m m m m m m m m 
n n n n "n +n sn o o o o o õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (m m                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               m m m m m n n  n !n                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  !n "n                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "n +n sn n n n o 3o jo o o o                                                                                                             f                                       kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  o o o o o o o p !p #p $p             s                                                                                                                                                                      kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
o o o o o o o o o o o o o  p !p %p .p op pp p p p q q q q q )q *q .q /q 0q Bq Cq Uq Vq {q |q ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %$p %p                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               %p .p Lp pp p p q q                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  q q /q 0q Cq Vq iq |q ~q q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdș $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	q q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |q q q q q Mr Nr Or _r `r ar br zr r r r r r r r r r r r r r s s s s t t t )t *t +t ,t 9t 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %q q q q Nr Or `r ar                                                 f                                                                                                                       kd֛ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ar br r r r r r r r r |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	r r                                        kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r r s s t t *t +t                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  +t ,t -t ^t t t u u Du <v =v qv v |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdX $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9t =t ^t t t t u u #u Du u =v qv v v v v v !w "w 5w Gw Hw fw gw zw w w w w w .x ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  v v "w gw w w /x vx x y y y &y 1y dy ny xy                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  .x Bx ux x x x y y y 1y cy dy ny xy yy y y y y y y y y y y y  z z "z #z 2z շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\xy yy                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               yy y y y y y  z z z                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  z z                                        kdf $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               z "z z z z { { C{ { { { {                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  2z z { { *{ :{ C{ J{ P{ { { { { { { { { { { { { { { { { { { { { ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ { { { { { { { {                                                             R            I                                   	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdt $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ { { %| &| 9| L| _| r| t| u| | |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
{ | |  | $| %| &| 8| 9| K| L| q| r| | | | | } } } } } } ~ F~ O~ V~ \~ m~ n~ ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ | |                                        kdH $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               | | } } P} m} } } } } } ~ )~ O~ n~ o~                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  n~ o~ p~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 
  
   ' 1 2 6 7 8 J K ] ^    пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  o~ p~ ~ ~ ~ ~ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ~ ~ ~  
                                      R            I                                                                     	  $If   gd'J Q  kd㧡 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdV $If   K$L$l 0                                     
t                              4   4 
l a     7 8 K ^ q    |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdp $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd* $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                   ( b t   ـ  F J K L                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
        ؀ ـ       E F I J K L M ] ^ a v    زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 L M ^  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                ǁ ȁ ځ ہ        | } + / q ݃     ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph        ȁ ہ     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd8 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                 }  , _   ݃   2 t u                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
  ) 1 2 9 ? s t u v            ބ 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  u v   |            s            s                                                                                                                                                                                           	  $If   gd'J   kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ބ ߄  х   =    |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd  $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
ބ    х    =         U V b f   " . 2 Z , Z f j  H I         4 8 d  ܏ ݏ  l   >  ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4      U V   ! " Z , Y Z  I    k l   ҍ     d                                                                                                                                                                                                                                                                                                                                                                   gd'J  d  ݏ  l   >  Ց  n o z                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   gd'J    gd'J     m n z            M    b      ! E | }  ܕ ݕ     Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $         M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a    Ԓ ے                                                       _            V            V                                                             	 $If   gd'J    kdX $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J                                                                                                                                                                                                                                                               	 $If   gd'J  o  kd- $$If   l       0   T# T                 .                
t  0                                                              4 
l al        3 ; G                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdʰ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G H M   2            )            )            )                      	 $If   gd'J    kdg $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                      ߓ     \             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  \ ] b    d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd] $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ! % ? d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd& $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ? @ E }   d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdﴡ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al     ݕ   d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al   	 
  c h t d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  t u x  n            e            e                                                                                                                                                               	 $If   gd'J    kdJ $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p                                                                                                                                                                                                                                                              	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al          ɖ                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ɖ ʖ                                             kdY $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          ʖ Ֆ ٖ                                                                  A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J                                                          A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J                                             A            <            7                  gd'J    gd'J    kdp $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J     ؗ ٗ                                                                                                                                                                                                                                                        E  kdO $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	   ŗ Ɨ ؗ ٗ       , - : ; Z [ ] ^          ߘ       ș m n y z   춥x                          /j¡ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *     & ,                                     a                                                                                                                             E  kd
 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   , - 6 : ; N Z                                     a                                                                                                                             E  kd˾ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdl $$If   l 0 
" R                                                           4 
l a   Z [ \ ] ^ p                                      a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd* $$If   l 0 
" R                                                           4 
l a                                              a                                                                                                                             E  kdG $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd迡 $$If   l 0 
" R                                                           4 
l a                                                                                                                                                                                                                                                                                                        	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a     Ϙ И ޘ ߘ l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ߘ      Ǚ ș     l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
            Ҝ Ӝ + , 8 9     ՝ ם       ! ` b c o p ߡ   . 1 F f     I J \ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j¡ hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0   Ӝ , 9    ֝                                                                                                                                                                                                                                                       S  kdOá $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	֝ ם    ! a                                     N                                                                                       S  kdsġ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdá $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   a b c p  ?     ߡ   o ʢ ;  
 q                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdš $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   q r 1    + I J ] ç ħ է   ~   թ         D                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  \ ] Ԧ զ   § ħ է    ڪ      D Z ^ k l   ҭ ӭ    " # . / 0 4 5 r s ~ ۵۵۵ۭۜۋzrgrrr       j{ơ h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 'D P _ k l  ӭ                                      j                                                                                                                                           kdš $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J     ` e      Ư s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd	ơ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
Ư     7   ӱ Ա x y ѳ ҳ @ A   Ŷ ƶ    [   ! "                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  ~      ӱ Ա w г         ¶ ö Ķ Ŷ ƶ ϶   r {    !   ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jIǡ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Ujơ h'J U !"                                                       e                                                                                                                        F  kd#ȡ $$If   l   l '{6    4   4 
l a] p
        F  kdǡ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J             1 2 H I d e       ؼ ټ   
  2 3 4 5 6   !   п  
 
   ~    ( G } ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3   Ȼ ֻ                                                               5            v  kd	ɡ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdȡ $$If   l   l '{6    4   4 
l a] p
                                                     t                                                                                                                                                             v  kdɡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J     
                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdYʡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           * , 1                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdˡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         1 2 @ B H                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdˡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H I \ ^ d                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdZ̡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d e z |                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd͡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd͡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd[Ρ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           м Ҽ ؼ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdϡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ؼ ټ                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdϡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             
                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd\С $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         
    2                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdѡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         2 3 4 5 6   ! i   ѿ   L                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdѡ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L `     ' E y     ) H | } ~        	 
 # V W                                                                                                                                                                                                                                                                                                                                                                   gd'J  }          = U u x     G r   " # - 7 8 ^ _ | }  пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  W u         1 G ] s t     # - 7                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  7 8                                     kd]ҡ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 _ | }                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J  	                          ! @ A B C h Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ                                       kdӡ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                   / 0 T p q                                                                                                                                          q                            kdա $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
                     q            l                                                                                                                                                       gd'J    kdա $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kd֡ $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                   ' ( B ^ _ q                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J    ! A z            q            q                                                                                                                                                                                       	  $If   gd'J    kdס $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       A B C j k l m n z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdء $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       h i j o x      2 3 5 a b g p       o q         Q R  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "n o                                     kdV١ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               o x           3                                                                                                             q                                                         kdڡ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  3 4 5 b c d e f z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdjۡ $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       f g                                     kd'ܡ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               g p   o p q                                                               q                                                                                                                             kd~ݡ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J       R      z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd;ޡ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
           H ] ^   1   ' ( y            H X Y ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdߡ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H ^ `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdZ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 3 4 p q     ( y                                                                                                  s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 G H Y z                         s                                                                                                                                                                                   kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Y y z { | }    . / F    %   	 (   1 P     n       6  4   $ C     о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -z { | } ~   L M      |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   0 H _     C D . / F [                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J                  {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        $                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F Q V             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W a f             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   f g h                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      	  '                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 C H             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H I T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z d i             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   i j k                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      1 ? O                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P [ `             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ` a k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q |              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    
  z                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   $ % 0 5             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 @ E             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   E F G n |                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N X ]             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ] ^ _                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdx $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       % 5                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   5 6 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G Q V             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   V W b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h r w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x y    # 3                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdK $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v w                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      $ 2 B                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdC  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd} $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ' G l                                                                                                                                                                                                 gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      4       - . 8 B C u v             Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ         . 8 B                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	B C                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 # $ D E   ( M ] n ~                                                                                                                                                                                                                                                                                                                                                                                                              
& F $If   gd'J 	  $If   gd'J       8 Q  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdB $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                        a c s t * + . ? W ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 + , {     4 I a b                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  b c t + |            s            s                                                                                                                                                                                           	  $If   gd'J   kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + , - . W    - ? @ / 0 |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdI
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       W     > ? @ ^     . 0 E w x         	    C D g i y z  ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $0 : E x                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   	                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	  W X g x   /     ! C D h                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  h i z  ! |   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                ! F {         ' N      ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /je h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ       & '       |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         	 ; < F P Q v w      ( 6 s        
    # 5 6 A u ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J ! 	 < F P                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  P Q                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q w                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ? @                                                                                                      Y                              kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
     A   0 1               s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  u v             N ` . A w y   / 0 2 3        ?       b    	 
   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -     X Y   M N `   - . C  0 3       
   ,                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  , ? @ E M R             f                                                                                                                                                                      kd' $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  R S X ` l o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at l m r y ~ o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ~     o            f            f            f                                                                                                                                                	  $If   gd'J    kdq $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdM $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd) $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           K L  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            q           . / 9 C D P q r      ~      ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  - .   { |  
 
    t
 u
          - : K                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  K \ m ~           !   @ A     - } ~   8 h                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  h i   q r         / 9 C                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  C D                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   $ K      $  ~                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd'J 	  $If   gd'J  
        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                           
! ?! @! J! T! U! a! ! ! ! ! ! ! ! ?# # ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5             ! 
! @! J! |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	J! T!                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  T! U!                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U! ! ! ! ! ! !                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ! !                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ! ! ! " )" T" " " ># # # #                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  # # # # # # # # # # # !$ "$ ,$ 6$ 7$ C$ d$ e$ $ $ $ $ $ #& ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    # # # # |            s            s                                                                                                                                                                                           	  $If   gd'J   kdD $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       # # # # # "$ ,$ 6$ |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6$ 7$                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7$ e$ $ $ $ $ $ $                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  $ $                                        kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ $ 
% 8% x% % "& & & &                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  #& & & & & & & & & & & & & & & &  ' 2' 3' =' G' H' T' u' v' ' ' ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    & & & & |            s            s                                                                                                                                                                                           	  $If   gd'J   kd`# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       & & & & & &  ' 3' =' G' |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	G' H'                                        kd$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H' v' ' ' ' ' ' '                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  ' ' ' '  ) ") 2) 3) 9) @) A) B) C) X) ) ) ) ) ) ) ) ) ) ) ) ) îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  ' '                                        kd(& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' ' ' ' ( M( ( ( (  ) !) ")                                                                                                                         f                           kd|' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  ") 3) A) B) C) M) X) ) ) )                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd6( $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	) )                                        kd( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) ) ) ) ) ) )                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ) ) ) * + + + + + + + + + + + 	, , , !, S, T, ^, h, i, u, , п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  ) )                                        kdD* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ) * F* R* y* * * * + J+ + +                                                                                                                         f                           kd+ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  + + + + + + , , !, T,                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdR, $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	T, ^, h,                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  h, i,                                        kd- $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               i, , , , , ,                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  , , , , , , - - - . . . / / 5/ 6/ 7/ 8/ 9/ :/ F/ J/ j/ 1 "1 #1 51 61 `1 ȺȨygȒgXgQHh'J 56CJ  h
  h'J  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 , ,                                        kd`. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , , - - - 
. @. . . / 5/                                                                                     s                                                                                              kd/ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
5/ 6/ 7/ 8/ 9/ :/ j/ 1 1 51 61 |            w            w            w            q            q            w            w            l            e                                            gd'J   gd'J   $gd'J    gd'J   kdn0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
61 O1 `1 a1 u1 w1 x1 y1 z1                                                             a                                                                                           E  kd1 $$If   l 0 
" R                                                           4 
l a   E  kd(1 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  `1 a1 w1 x1 z1 {1 1 1 1 1 1 1 1 1 1 1  2 2 2 2 2 2 2 <2 =2 >2 J2 K2 ]2 %3 4 4 4 4 4 4 4 4 5 5 5 ͼ~                                                 h
 h'J CJ OJ QJ ^J aJ  /jZ6 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J  h'J 56CJ (z1 {1 1 1 1 1 1                                     a                                                                                                                             E  kdE2 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd1 $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1 1                                     a                                                                                                                             E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd2 $$If   l 0 
" R                                                           4 
l a   1 1 1 1 1 1  2                                     a                                                                                                                             E  kd3 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdb3 $$If   l 0 
" R                                                           4 
l a    2 2 2 2 2 2 2 2 2 2                                     a            Z                                                                                       gd'J  E  kd4 $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd 4 $$If   l 0 
" R                                                           4 
l a   	2 2 ,2 -2 ;2 <2 l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd4 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   <2 =2 >2 K2 ]2 $3 %3 4 4 4 4 l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd5 $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
5 5 5  6 6 6 6 /6 06 6 6 6 6 6 6 6 6 27 47 F7 G7 k7 m7 }7 ~7 7 7 7 7 7 <; =; I; > > > > > > I? J? ? ? ? ? 1@ 2@ B@ ֬֗֗֗֗֗֗֗֗֗֒֬֬y   hlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  /j6 hh h'J CJ OJ QJ U^J aJ  /4 6 6 06 6 6 6 6 6 37                                                                                                                                                                                                                                                       S  kd(7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	37 47 G7 l7 m7 ~7 7                                     N                                                                                       S  kdL8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd7 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   7 7 7 7 8 8 X9 Y9 F: G: <; =; I; ; '< < < g= =                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd8 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   = = > > I? J? ? ? ? ?  A !A 2A PB rB B B C 2C LC MC VD WD E E UF VF F                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  B@ J@ A !A 2A OB PB rB 7D TD WD E E F F F F F F G G /G 0G aG bG cG J J J J J J J J J J J ܮ{shsss]  j: h'J UjT: h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ $F F F F F G 0G bG                                     j                                                                                                                                           kdp9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  bG cG tG G G H _H `H |H H #I s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd9 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
#I }I BJ CJ J J J 0K 1K K K .M /M N N TO UO "P #P =P NP P Q R  S ~S S                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  J J J J J 0K 1K K -M N SO O O 	P 
P P P P  P !P "P #P ,P =P NP P P Q R R ~S T T ЭЕЭ}vq````                             h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j"; hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J U  S T T T U U U                                                 e                                                                                                                        F  kd; $$If   l   l '{6    4   4 
l a] p
        F  kd; $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  T T U @U AU DU EU KU LU mU nU U U U U U U U U U U V V 5V 6V LV MV gV hV V V V V V qX rX ~X X Y -Y aY gY jY Y Z Z Z ([ Q[ [ [ [ ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3U U U %U 3U @U AU                                                             5            v  kd< $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdo< $$If   l   l '{6    4   4 
l a] p
         AU BU CU DU EU IU JU KU                                     t                                                                                                                                                             v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  KU LU eU gU mU                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd2> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         mU nU U U U                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd> $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd? $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd3@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd@ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U U U U                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdA $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         U U V V V                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd4B $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V -V /V 5V                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdB $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         5V 6V DV FV LV                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdC $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         LV MV `V bV gV                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd5D $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         gV hV oV tV V                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdD $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         V V V V V qX rX ~X X X Y .Y bY uY Y                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdE $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Y Y Y 	Z =Z PZ Z Z Z Z ([ B[ R[ [ [ [ [ [ [ [ ] ] ] D] S] f] g] ] ] ]                                                                                                                                                                                                                                                                                                                                                                   gd'J  [ [ [ [ [ [ ] 4] S] e] ] ] ] ] ^ 3^ D^ x^ ^ ^ 8_ M_ _ _ _ _ _ _ _ _ _ _ пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ] ] ] ] ] ^ B^ C^ D^ x^ ^ ^ ^ ^ ^ 7_ 8_ B_ M_ _ _ _                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  _ _                                     kd6F $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               _ _ _ _ _ ` ` 2` 4` K`                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	_ _ ` ` ` ` 1` 2` L` U` ` ` ` ` a a a a ?a @a Ea Na kb mb }b ~b b b b b b Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ K` L`                                     kdG $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               L` U` w` x` ` ` ` ` ` ` ` ` ` `                                                                                                                                     q                            kdH $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
` a a a @a Aa Ba Ca Da             q            l                                                                                                                                                       gd'J    kdI $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  Da Ea                                     kd^J $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               Ea Na oa pa a a a a a a a b 'b <b Vb Wb lb                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  lb mb ~b b z            q            q                                                                                                                                                                                       	  $If   gd'J    kdK $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       b b b b b b b b z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdrL $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       b b b b b ]c _c oc pc c c c c c c c d 'd Cd Od nd zd d d d d d d e e "e le e e e ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "b b                                     kd/M $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               b b b b 	c 
c ,c Hc Ic ^c _c pc c                                                                                                             q                                                         kdN $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  c c c c c c c c z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdCO $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       c c                                     kd P $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               c c d d d d d d d                                                             q                                                                                                                             kdWQ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  d  e e e "e e e e e f f z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdR $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
e e e f Af Bf Lf Vf Wf wf xf f f f f f g rh th h h h h i i i 9i :i ;i <i =i @i Ii i i i ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #f Bf Lf Vf                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  Vf Wf                                        kdR $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Wf xf f f f f                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  f f                                        kd3T $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f f g g g g g .h sh th h h i                                                                                                 s                                                                        kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  i i ;i <i =i >i ?i |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdAV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ?i @i                                        kdV $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @i Ii i i i i                         s                                                                                                                                                                                   kdOX $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  i i i i i i i i 	j m m m m n cn n n o fo o o p p p 	q (q Br ar r r Zs ys s t tt t ru u u v v v v w Rx Sx о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -i i i i i i 	j j j j j  k k k |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd	Y $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
k k vk k k k k k %l Zl l l m m m m m m n                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  n n 
n n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n "n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd"Z $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "n #n .n 3n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3n 4n >n Cn             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cn Dn En cn qn n                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd?[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   n n n n n  o                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    o o o o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdy] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o !o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   !o "o -o 2o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2o 3o =o Bo             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Bo Co Do fo to o                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdq` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o o o o o p                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p  p *p /p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /p 0p ;p @p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @p Ap Kp Pp             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdLb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Pp Qp Rp p p p                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
c $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdic $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd'd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p p p 	q q 'q                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   'q (q 3q 8q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8q 9q Cq Hq             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdDe $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Hq Iq Tq Yq             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Yq Zq dq iq             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   iq jq kq q  r Br Pr `r                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdaf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   `r ar lr qr             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   qr rr |r r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~g $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r r r                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd<h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r r r             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   r r s 
s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
s s s s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdYi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s &s +s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +s ,s -s Zs hs xs                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xs ys s s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdvj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s s s s s 
t                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
t t t t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t &t +t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +t ,t 7t <t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   <t =t Gt Lt             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdnm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Lt Mt Nt tt t t                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd,n $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdIo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t t t Bu Cu ru u u                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdo $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdfp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdp $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$q $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u u u u v v                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v "v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   "v #v -v 2v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdAr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2v 3v >v Cv             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Cv Dv Nv Sv             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdr $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sv Tv Uv v v v                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^s $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{t $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdt $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   v v v v w w                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd9u $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w w (w -w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -w .w 8w =w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdu $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =w >w Iw Nw             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdVv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Nw Ow Yw ^w             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^w _w `w w w w w w Cx Dx Qx Rx Sx vx x                                                                                                                                                                                        gd'J  z  kdw $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Sx dx vx x x 0y Ay By Cy Xy y y y y y y y y y y z 	z #z ,z { | | | "| Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  x x 0y By Cy My Xy y y y                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	y y                                        kdsw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y y y 	z z "z                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  "z #z                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               #z ,z z z z z z O{ { { { { { {  |                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J   | | | c| || | | | |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdz $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       "| #| =| >| ?| R| S| b| | | | } } 3} 4} 7} @} ~ ~ ~ ~      ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jz h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  | | } 3} 4} 5} 6} |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdZ{ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       6} 7}                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               7} @} } } } 7~ B~ ^~ w~ ~ ~ ~ ~                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  ~ ~ ~  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdh} $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            C D x      |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd"~ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        C D w x       L y    ԁ Ձ ߁     ? b c f o % (   Ą Ƅ ք ׄ  ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $   Ձ ߁                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kd~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ? Q c d e                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  e f                                        kd0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               f o   Ă Ղ 
     ; a ~   ń                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  ń Ƅ ׄ ( ~ م  Z |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              ' H ~  ؅   8 Y Z ] n   
 < = > O ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j> h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  Z [ \ ]   	 
 > P Q [ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdÂ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       O Q f      Ӈ ԇ  
      Ј    
     j k m n     ҉ ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J ![ f                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J                                           kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ԇ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdф $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 { |                                                                                                         Y                              kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
  k l m n  4 X   % 2             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd߆ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ҉ Ӊ މ ߉     4 X % 2 ^ o     ԗ ֗           h  k r    4 U   M N f g w x ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jދ hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -2 ] ^ o   v w    # $           g h w                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J      ɚ o            f            f            f                                                                                                                                                	  $If   gd'J    kdn $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ɚ ʚ Ϛ ֚ ۚ o            f            f            f                                                                                                                                                	  $If   gd'J    kd܈ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ۚ ܚ    o            f            f            f                                                                                                                                                	  $If   gd'J    kdJ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     
 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 
    ' o            f            f            f                                                                                                                                                	  $If   gd'J    kd& $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ' ( 0 7 < o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at < = E L X o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at X Y Z [   T U      o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdp $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at x { |     B M D U δ      # ? C D Y       η Ϸ       ۹ ݹ  ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %    A B ء ١ +     G Ѧ Ҧ l   A B c p }                                                                                                                                                                                                                                                                                                                                         h^hgd'J   
& F  gd'J    gd'J   gd'J    ʫ ۫      * A B M } ~     p q D U  ڲ ۲ : h  ų                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  ų Ƴ  _ δ ϴ    ? C D N Y                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdY $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                Ϸ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N Z      R \  ۹ ܹ                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
ܹ ݹ  % |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         $ % & ( 4 8 T U j       ߺ         ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 % & ' ( T U _ j   |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    	 
                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
                                         kdɑ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S _                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd'J 	  $If   gd'J     & ' - 4 5 6 7 L ~       ½       ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph      ' 5 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       5 6 7 A L    |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdד $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ½                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J                                           kd啢 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 7 C j  վ                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd'J 	  $If   gd'J      
        ( , G H ]           ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           H R ]    |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J     
 }               	 * + 5 T U V îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                            kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 I U |   	 A } ~                                                                                                                          f                           kdU $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J                                    s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kdɜ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                + U V W Y Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  V W [ d           L f h i ~        п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  Z [                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               [ d     $ S p                                                                                                                            f                           kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J       L i s ~                          s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kd堢 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J           M N O _ `            ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 
                                         kd9 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ( g  N O `                                                                                      s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
       x y   & ^  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdG $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
   % 9 ] q     I J _                : ; U ^ j õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !  I J T _                                                                                                                                                                                                                                                                                                                                                                                                           
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ( ; = T                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  T U                                        kdU $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U ^   	 
   I P X                                                             f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
j  	 
     4 = G I O P W Y n o ~             ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ X Y o                                        R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdc $If   K$L$l 0                                     
t                              4   4 
l a             |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	    % H                 & ' ( ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                % H v                                                                    f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
      ! "                                     R                                                                                              Q  kdҬ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdE $If   K$L$l 0                                     
t                              4   4 
l a   " # $ % & '                                     R            I                                                                     	  $If   gd'J Q  kd쭢 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd_ $If   K$L$l 0                                     
t                              4   4 
l a   ' ( P q r      |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	( @ J K L N O P q r       n         " + B r x ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                         r                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
r y          % ? G \ q                                                                                                                                                                                                                        	  $If   gd'J  S  kdA $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ x y          ! " $ % & E F            ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ                                                                                                                                                                                                                                                              
& F$ $If   gd'J  S  kdӱ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    & F k ~    |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  6                                                                    f                                    [            [                     
  $If   gd'J K$  kds $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
      
                    " +  _ ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5     5 J \ v         2 L \                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd- $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   \ v                                                                                                                                                                                                                                                                        	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J            ! |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdQ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	! "                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " +    ^      c                                                                                                 f                                                   kd_ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  _       b c d |             þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ c d         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdӹ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   $ m   
                                                                                                   Y                              kd' $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
   # $ m   
    q r s          
  νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ   r s       
               s                                                                                                                                                                 kdỢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Y  A B C T                                                                                      Y                                          kd｢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
    ? A B C S T       0 2 3 4 D E           ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5           1 A [ u }                                                                                                                                                                                                           	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        1 2 3                                                                                                                                                                                                                                                 	  $If   gd'J  S  kd; $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  3 4 E  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdͿ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
               ! " # |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
      ! $ -          S          ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  # $                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ -  F   )                                                                                                     f                                                        kd¢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
 S        ' 9 S m ~                                                              }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd]â $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J         $ 6 P j {                                                                                                                                                                                                                                 S  kdâ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        , ? R e f g             s                                                                                                                                                                 kdĢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                d e h q 5 d e   ? @ % :       Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ g h                                        kd;Ţ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q 5   @ s  <       3     ) U                                                                                                                                                                                                                                                                                                                                   
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J       (         7 = > F H     ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph      7 > G |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdƢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       G H P e z         + E V p x                                                                                                                                                                                                                        
  $If   gd'J K$	  $If   gd'J  S  kdIǢ $If   K$L$l 0                     x                
t                                4   4 
l a          ( B S m ~                                                                                                                                                                                                                      	  $If   gd'J  S  kdǢ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J          # $ % |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdmȢ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
         " # & /    7 L      /      4 ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ % &                                        kd5ɢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & /   O   ?  2   0 O n     ) *                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  4 G S f          ( ) * + ; <              ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  * + <    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdʢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                & 7 N e v                                                                                                                                                                                                                           
  $If   gd'J K$	  $If   gd'J  S  kdCˢ $If   K$L$l 0                                     
t                                4   4 
l a          3 J [ r                                                                                                                                                                                                                                  S  kdˢ $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        * = P c e f             s                                                                                                                                                                 kdg̢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J       b c g p   J |   }       k  R g   E  @ U       󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !f g                                        kd!͢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               g p  J      R    7 i     X Y `                                                                                                                                                                                                                                                                                                       
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J   = }    	 9	 X	 w	 x	 	                                                                                                             f                                       kdu΢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J   	 	 1	 =	 P	 \	 o	 v	 x	 	 	 	 	 	 	 	 	 	 	 	 
 " 7 8 9 ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  	 	 	 	 	 	 	 	             s                                                                                                                                                                                     kd/Ϣ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	 	                                        kdϢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 
 
 4
 V
 x
 
 
 
 
  # 8                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  8 9 J }  |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd=Ѣ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 I J           
 
   = Q u          s v   ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5       
 
 
  > v   |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdѢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        a b  [ \      u v   # [   F G Q \                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J     " 6 Z n     F G \                     & n      õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (                                         kdҢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd'J                                           kdԢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & n     . e                                                                                                                f                                       kdYբ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J         	                s                                                                                                                                                                      kd֢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
                 ) j k          $ % ) * + = > P Q v w ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %                                          kd֢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) G k                                                      f                                                                                                                       kd!آ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J    * + > Q d w y z |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdآ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	z {                                        kd٢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               w {    H I J Z [ \ ] u                     $ % & ' 4 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %{    I J [ \                                                 f                                                                                                                       kdڢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  \ ]         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdۢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd]ܢ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     % &                                                 f                                                                                                                       kdݢ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  & ' ( Y   
  ? 7 8 l  |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdkޢ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 8 Y    
   ?  8 l        0 B C a b u      ) ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ     b   * q        !  ,  _  i  s                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ) = p          ,  ^  _  i  s  t                          ! ! ! -! շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\s  t                                         kd%ߢ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               t                !                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  ! !                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ! ! ! ! ! " " >" " " " "                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  -! ! " " %" 5" >" E" K" " " " " " " " " " " " " " " " " " " " " ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ " " " " " " " "                                                             R            I                                   	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ " "  # !# 4# G# Z# m# o# p# # |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
" # # # #  # !# 3# 4# F# G# l# m# # # # # # $ $ $ $ $ % A% J% Q% W% h% i% ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ # #                                        kd[ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               # # # $ K$ h$ $ $ $ $ $ % $% J% i% j%                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  i% j% k% {% |% % % % % % % % % % % & & & 	& 
& "& ,& -& 1& 2& 3& E& F& X& Y& ~& & & пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  j% k% |% % % % |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       % % % & & 	&                                     R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdi $If   K$L$l 0                                     
t                              4   4 
l a   	& 
& 2& 3& F& Y& l& & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kd= $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               & & & #' ]' o' ' ' ' ' A( E( F( G(                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
& & & & & ' ' ' ' ' ' ' ' ' ( ( @( A( D( E( F( G( H( X( Y( \( q( z( ( ( زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 G( H( Y( ( |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ( ( ( ( ( ( ( ( ( ( ( (  ) 	) 
) ) w) x) &* ** l* * * * + + ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    ( ( ( ( ( ( ( ( ( ( |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	(  )                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                ) 	) x) ) '* Z* * * * * + -+ o+ p+                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
+ + $+ ,+ -+ 4+ :+ n+ o+ p+ q+ + + + + + + + + + + + + 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  p+ q+ + + |            s            s                                                                                                                                                                                           	  $If   gd'J   kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       + + + + + + , , , , 8- - - - |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
+ + + , , , - - 8- - - - - . . . P/ Q/ ]/ a/ / / 0 )0 -0 U0 '2 U2 a2 e2 2 C3 D3 ~3 3 3 3 3 4 5 5 /5 35 _5 6 6 6 7 g7 7 7 98 8 ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4- . . . . P/ Q/ / / 0 0 U0 '2 T2 U2 2 D3 ~3 3 3 f4 g4 4 4 4 4 4 5 5 _5                                                                                                                                                                                                                                                                                                                                                                   gd'J  _5 6 6 7 g7 7 7 98 8 8 9 i9 j9 u9 9 9 9 9 9                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  8 9 9 h9 i9 u9 9 9 9 9 9 9 9 	: 
: : : H: : : 
; ]; ; ; ; < < @< w< x< < < < < = > > Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $9 9 9 9 9 9 9 9 9 M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   9 9 9 9 9 9 9 9                                                 _            V            V                                                             	 $If   gd'J    kdk $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  9 9 	: 
:                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd@ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  
: : : : : .: 6: B:                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  B: C: H: : : 2            )            )            )                      	 $If   gd'J    kdz $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     : : : : 
; ; W;             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  W; X; ]; ; ; ; d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdp $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  ; ; ; <  < :< d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd9 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  :< ;< @< x< }< < d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  < < < < < = d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  = = = = ^= c= o= d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  o= p= s= }= n            e            e                                                                                                                                                               	 $If   gd'J    kd] $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           }= ~= = =                                                                                                                                                                                                                                                	 $If   gd'J  t  kd2 $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  = = = = = = = = =                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  = =                                             kdl $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          = = = = = = = =                                                             A                                  kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  = = = = = = = =                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  = = = = = = >                                     A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  > > > > > > > >  ? ? ?                                                                                                                                                                                                                                              E  kdb $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  
> > > > > > >  ? ? ? ? ? (? )? 6? 7? V? W? Y? Z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ iB jB uB vB B B B B 󽬗n  h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hz h'J 6 +? ? ? ? ? "? (?                                     a                                                                                                                             E  kd  $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   (? )? 2? 6? 7? J? V?                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   V? W? X? Y? Z? l? ?                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd= $$If   l 0 
" R                                                           4 
l a   ? ? ? ? ? ? ?                                     a                                                                                                                             E  kdZ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ? ? ? ? ? ? ?                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   ? ? ? ? ? ? l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   ? ? ? ? ? @ @ A A B B l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd  $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
B C C C C C C C C C C C 'D (D 4D 5D |D ~D D D D D D D 
E E E E \E ^E _E kE lE H H H *L -L BL bL L L L L EM FM XM YM M ڱﭦﭓzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J   h
 h'J CJ OJ QJ ^J aJ  /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ 0B C C C (D 5D }D ~D D D                                                                                                                                                                                                                                                       S  kdb $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	D D D E E E ]E                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ]E ^E _E lE E ;F F F G G H H H kI I 7J J K mK                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   mK nK -L L L L 'M EM FM YM N N N O P zP P P P P P Q Q S S S S @T                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  M M M M N N N O O P Q Q Q S S S @T VT ZT gT hT T T T T  U U U X X *X +X ,X 0X 1X nX oX zX ܮ{shsss                   j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  	h'J 5 h8pU h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ %@T LT [T gT hT T T U                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  U U U \U aU U U U V V V s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
V W W W 3X X X X X tY uY Z Z <\ =\ \ \ ] ] ] ] ^ W_ ` ` a a                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  zX {X |X X X X X X sY Z \ \ ] ] ] ] ] ] ] ] ] ] ] ] ] ] n^ w^ _ _ ` a b b ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j\ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj h'J U !a b b b b b b                                                 e                                                                                                                        F  kd6 $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  b b b b b b b b b c 
c -c .c Dc Ec `c ac }c ~c c c c c c c c c d d .d /d 0d 1d 2d f f f ~f f f  g g 	g g g zh h h h $i Ci yi ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3b b b b b b b                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         b b b b b b b b                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  b b c c c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdl	 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c 
c &c (c -c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         -c .c <c >c Dc                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Dc Ec Xc Zc `c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         `c ac vc xc }c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         }c ~c c c c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdn
 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c c c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c c c d d                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         d d d d .d                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         .d /d 0d 1d 2d f f f ef f f f g g Hg                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Hg \g g g g g #h Ah uh h h h h %i Di xi yi zi {i i j j j j j k k k Rk Sk                                                                                                                                                                                                                                                                                                                                                                   gd'J  yi {i i i i i j j j k 9k Qk qk tk k k k l Cl nl l l m m )m 3m 4m Zm [m xm ym m пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  Sk qk k k k k k k k l -l Cl Yl ol pl l l l l m )m 3m                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  3m 4m                                     kdp $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               4m [m xm ym m m m m m m                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	m m m m m m m m m m n n n n n n n n n n n n 
p p p p <p =p >p ?p dp Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ m m                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               m m n n +n ,n Pn ln mn n n n n n                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
n n n n n n n n n             q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  n n                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               n n o o #o $o >o Zo [o mo o o o o o o p                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  p p p =p z            q            q                                                                                                                                                                                       	  $If   gd'J    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       =p >p ?p fp gp hp ip jp z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       dp ep fp kp tp p p q q .q /q 1q ]q ^q cq lq q q q q 
r r kr mr }r ~r r r r r r s Ms Ns s ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "jp kp                                     kdi $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               kp tp p p p p p p p p p q /q                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  /q 0q 1q ^q _q `q aq bq z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd} $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       bq cq                                     kd: $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               cq lq q q kr lr mr ~r r                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  r r r r r Ns s s s s s z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kdN $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
s s s s s s s s s t t Dt Yt Zt t t -u v v #v $v uv v v v v v v v v v v v Dw Tw Uw ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #s s s s                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  s s                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               s t Dt Zt \t t                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  t t                                        kdm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t t /u 0u lu mu |u u v v $v uv v                                                                                                 s                                                                        kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  v v v v v v v |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd{! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v v                                        kd5" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v v Cw Dw Uw vw                         s                                                                                                                                                                                   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  Uw uw vw ww xw yw {w w w *{ +{ B{ { { | !| | | } $} } } -~ L~ ~ ~    j       2  0     ?     о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -vw ww xw yw zw {w w Hx Ix x x x x x |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kdC$ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x x y ,y Dy [y y y y y ?z @z *{ +{ B{ W{ { { {                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  { { { {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd\% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd% $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { {             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   { { { | |  |                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdy& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    | !| ,| 1|             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd& $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1| 2| <| A|             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A| B| M| R|             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R| S| ]| b|             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b| c| d| | | |                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdT( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd( $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdq) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | | | } } #}                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd/* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #} $} /} 4}             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4} 5} ?} D}             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd* $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D} E} P} U}             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   U} V} `} e}             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd+ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e} f} g} } } }                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd
, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd'- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } } } -~ ;~ K~                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd- $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K~ L~ W~ \~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \~ ]~ g~ l~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd. $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l~ m~ x~ }~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   }~ ~~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~ ~ ~                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~ ~ ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd0 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~ ~               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd<1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	 
 v                                                                 s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ! , 1             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd2 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 < A             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   A B C j x                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdv3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd3 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd44 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ŀ ʀ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʀ ˀ ̀                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdQ5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd5 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd6 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd,7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ł ʁ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʁ ˁ ց ہ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ہ ܁               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd8 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ! 1                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   1 2 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C M R             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   R S ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t u     /                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 ; @             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @ A K P             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   P Q \ a             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd; $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   a b l q             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   q r s                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ̃ у             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   у ҃ ݃              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd= $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd? $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kds@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ǆ ̄             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd@ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̄ ̈́ ׄ ܄             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1A $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܄ ݄               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      # C h                                                                                                                                                                                                 gd'J  z  kdNB $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0  φ     ) * 4 > ? q r       ˇ      Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ    φ     * 4 >                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	> ?                                        kdB $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? r                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdD $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ˇ    @ A   $ I Y j z {                                                                                                                                                                                                                                                                                                                                                                                                             
& F $If   gd'J 	  $If   gd'J       4 M | |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdUE $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ܉ ݉ މ    { | }   Ҋ ӊ ֊ ߊ ] _ o p & ' * ; S ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jF h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  | }  Ҋ ӊ Ԋ Պ |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdF $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Պ ֊                                        kdNG $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ֊ ߊ ' ( w ֋    0 E ] ^                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  ^ _ p ' |            s            s                                                                                                                                                                                           	  $If   gd'J   kdH $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ( ) * S    ) ; < + , |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd\I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       S     : ; < Z     * , A s t ~     ޏ     Đ ǐ ? @ c e u v  ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $, 6 A t ~                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                           kdJ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ޏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J                                           kdjK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 S T c t   +   ڑ    ? @ d                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  d e v ǒ  x   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdL $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              ƒ   B w   ד    
 # J  ۔ ܔ ݔ  ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jxM h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ      " #   ݔ    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          7 8 B L M r s      $ 2 o        	 
  
  1 2 = q ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  8 B L                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  L M                                        kdN $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M s                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ; <                                                                                                      Y                              kd_Q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 
   
 = ӗ  , - Ĝ ќ             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  q r } ~     ӗ  Ĝ ќ   J \ * = s u   + , . /      ; 
    Ӫ  ^        ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jW hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jR hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -ќ    T U   I J \ ¢ â ) * ?  , /        (                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  ( ; < A I N             f                                                                                                                                                                      kd:S $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  N O T \ h o            f            f            f                                                                                                                                                	  $If   gd'J    kdS $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at h i n u z o            f            f            f                                                                                                                                                	  $If   gd'J    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at z {    o            f            f            f                                                                                                                                                	  $If   gd'J    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdT $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ƨ o            f            f            f                                                                                                                                                	  $If   gd'J    kd`U $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ƨ Ǩ Ϩ ֨ ۨ o            f            f            f                                                                                                                                                	  $If   gd'J    kdU $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ۨ ܨ    o            f            f            f                                                                                                                                                	  $If   gd'J    kd<V $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at           G H  o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at            m           * + 5 ? @ L m n      z |  ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  ) *   w x ʯ      p q         ) 6 G                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  G X i z     ɹ        < =     ) y z   4 d                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  d e   m n         + 5 ?                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  ? @                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               @ n                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdX $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     G        z {                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
{ |   |            s            s                                                                                                                                                                                           	  $If   gd'J   kd;Z $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                 	 ; < F P Q ] ~       ;  ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5        	 < F |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F P                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  P Q                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   % P   :                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J               ( 2 3 ? ` a       ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kdW^ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
             ( 2 |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd_ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 a                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J                                           kda $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   	 4 t                                                                                                                                                                                                                                                                                                                                                                                                                                
& F! $If   gd'J 	  $If   gd'J                   . / 9 C D P q r   ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kdsb $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              / 9 C |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd-c $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	C D                                        kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               D r                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J        . / 5 < = > ? T             îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd;e $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    I                                                                                                                               f                           kdf $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J   / = > ? I T                            s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdIg $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kdh $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                     O P Z d e q  п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kdWi $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B N u     F                                                                                                                           f                           kdj $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J           P                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdek $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	P Z d                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  d e                                        kdl $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               e                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                1 2 3 4 5 6 B F f L _ ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kdsm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     <    1                                                                                     s                                                                                              kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
1 2 3 4 5 6 f   L    D |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kdo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
_       C W      0 1 ; E F ^ h i j m n         	 õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !D      1 ; E                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  E F                                        kd;p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               F n                                                                                                                                                                                                                                                                                                                                                                                                                                                                        	  $If   gd'J                                           kdq $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 h {                                                                    f                                    [            [                     
  $If   gd'J K$  kdr $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
	 h               
      ! 9 C D E G H I k l ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                            R            I                                                                     	  $If   gd'J Q  kd*t $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kds $If   K$L$l 0                                     
t                              4   4 
l a     ! I l       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	l      B C D E U V             ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kdqu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   C D E V                                                                f                                    [            [                     
  $If   gd'J K$  kdv $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
                                           R                                                                                              Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdw $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd'J Q  kd&y $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a        6 I \ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdy $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          [ \ _ h Y Z 
 & @ A B C S T U      ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ ^ _                                        kdmz $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h  G Z @ A B C T                                                                                      Y                                          kd{ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
  ! " * ? T f         " <                                                                                                                                                                                                                      	  $If   gd'J  S  kd{| $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$     "              / 0 3 < H  1 H I J K ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  < V f                                                                                                                                                                                                                                                          
& F$ $If   gd'J  S  kd
} $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      
  0 1 2 |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       2 3                                        kdY~ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 <   I J K \                                                                f                                    [            [                     
  $If   gd'J K$  kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
K [ \ z       . 0 1 2 J T U V X Y Z g q r     P  ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5        / ? Y s {                                                                                                                                                                                                                             
  $If   gd'J K$	  $If   gd'J  S  kdg $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     / 0 1                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  1 2 Z r       |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 P m                                                                                                         f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J             % & ' ) * + C D     þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ   + D i |     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 X                                                                                                         Y                              kda $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 W Y             * 4 5 6 8 9 : ;    νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ     : ; ` s                  s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kdՇ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A     F                                                                                     Y                                          kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
   A       F G M N V X       6 7 8 P Z [ \ ^ _ ` ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 F G N W X ` u         1 F                                                                                                                                                                                                         	  $If   gd'J  S  kd㉣ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  F X r                                                                                                                                                                                                                                                       	  $If   gd'J  S  kdu $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     7 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 8 ` a t       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
` a s t      u v w       8 l n t u }  x z ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! 5  u v w                                                                                                  f                                                        kdݍ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
  n u ~          7                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  7 Q b |       	  4 N _ y z                                                                                                                                                                                                                            S  kd) $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  z { |                      s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  z { |                  * +       t    Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kdu $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  +    e  0  5     ! 8 h      L                                                                                                                                                                                                                                                                                                                                 
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J        P c g           6 8 9 : ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph         |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdɑ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            . @ Z t           ,                                                                                                                                                                                                                        
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   ,  A  V  h                7 8 9                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  9 : b c v       |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: R \ ] a b c u v          L a = R   q      ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    d q  U      
 2 I h                                                                                                                                                                                                                                                                                                                             
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J      M ` l             % & . 0 v
 x
 y
 z
 
 
 
 
 ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f      & / |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdÕ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       / 0 8 J \ n       	 	 +	 <	 S	 T	                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd} $If   K$L$l 0                                     
t                                4   4 
l a   T	 \	 n	 	 	 	 	 	 	 	 
 (
 9
 O
 `
 w
 x
                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  x
 y
 z
 
 
 
 
 
 
                s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
 
 
 
 
     ! S  
 
  8   
     `        3 ? R  󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 !  
 9   < [     C b                                                                                                                                                                                                                                                                                                           
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J     ; Z       (                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J            ' ( k l m            ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  ( l m                  s                                                                                                                                                                                     kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     9 : \ ~                                                                                                                                                                                                                                                                                                                                                                                                                         
& F, $If   gd'J 	  $If   gd'J      A |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
          @ A B C D P T X _ ~ d w      ( [ o           I  \  ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  A B C D ~ . 0 d    \  |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
           S            I        A! ! ! ! ! ! ." 8" B"                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  \            
! @! T! ! ! ! ! ! -" ." 8" B" C" [" e" f" j" k" l" ~" " " " " " " " " " 
# 1$ 2$ 3$ C$ D$ õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (B" C"                                        kd띣 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C" k" l" " " " " " "                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  " "                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " " 
# 0# g# # # # $ 2$ 3$ D$                                                                                                             f                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  D$ E$ F$ n$ o$ $ $ $ $ $ $             s                                                                                                                                                                      kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
D$ E$ F$ ^$ h$ i$ m$ n$ o$ $ $ $ $ $ $ $ $ 	% 
% % % % % % % % % % % % % % % % % % & & ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %$ $                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               $ $ $ 
% % % % %                                                 f                                                                                                                       kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  % % % % % % & & & & |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	& &                                        kdϤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               & & #& d& e& & & & & & & & ' ' ' #' $' %' 7' 8' J' K' p' q' u' ~' ' ' $( %( ( ( ( ( ( ( ( ( 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %& #& A& e& & & & &                                                 f                                                                                                                       kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  & & $' %' 8' K' ^' q' s' t' |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdݦ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	t' u'                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u' ~' ' %( ( ( ( (                                                 f                                                                                                                       kd먣 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  ( ( ( ( ) ) ) ) ) * * + M+ |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ( ( ( ) ) ) ) ) ) ) 8* * + + M+ `+ + + + + + + +  , , , B, U, , , , , ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  M+ + + , B, , , - _- - - - - - - . .                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  , , - #- ^- r- - - - - - - . . . +. 5. 6. :. ;. <. D. a. s. t. . . . . . . շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\. .                                        kd_ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               . ;. <. a. t. . . . .                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  . .                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               . . +/ \/ n/ / / / 0  0 10 ^0                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  . +/ / / / / / / / 0 0  0 00 10 40 I0 R0 \0 ^0 d0 e0 l0 n0 0 0 0 0 0 0 ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ ^0 e0 m0 n0 0 0 0 0                                                             R            I                                   	  $If   gd'J Q  kdN $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ 0 0 0 0 0 0 0 1 1 1 %1 |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdۮ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
0 0 0 0 0 0 0 0 0 0 0 1 1 &1 /1 01 ?1 1 k2 u2 v2 2 2 2 2 2 2 2 3 3 ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ %1 &1                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               &1 /1 1 1 1 2  2 32 k2 v2 2 2 2 2 3 	3                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  3 	3 
3 3 3 3 $3 O3 U3 V3 ]3 _3 h3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 "4 пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  	3 
3 3 O3 V3 ^3 |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd鰣 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^3 _3 3 3 3 3                                     R            I                                                                     	  $If   gd'J Q  kd0 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   3 3 3 3 3 3 4 4  4 !4 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	!4 "4                                        kdw $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               "4 +4 4 4 4 5 I5 T5 s5 5 5 5 5 5                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
"4 +4 ,4 ;4 4 I5 S5 T5 r5 s5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 #6 $6 زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 5 5 5 %6 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd˴ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $6 %6 &6 >6 H6 I6 M6 N6 O6 a6 b6 t6 u6 6 6 6 6 6 6 7 7 7 7 8 w8 8 8 8 8 ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %6 &6 N6 O6 b6 u6 6 6 6 6 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	6 6                                        kd? $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               6 6 7 T7 7 7 *8 <8 w8 8 8 8 9 9                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
8 8 8 8 8 8 8 
9 9 9 9  9 !9 $9 99 B9 L9 M9 N9 O9 P9 Q9 x9 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  9 9 !9 N9 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N9 O9 P9 Q9 x9 y9 9 k: : : : C; ~; ; |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
x9 9 9 9 k: : : : : C; ; ; ; ; .< < < < <  = )= = = = = = ? ?  @ @ 1@ @ @ A A *A .A QA B B B B B B HD vD wD D E CE E E 0F ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4; ; .< < < < < )= = = = = ? ? ? 1@ @ A A QA B B ;B PB lB |B B B B B                                                                                                                                                                                                                                                                                                                                                                   gd'J  B HD wD D E CE E E 0F oF F G 	G G  G /G ;G NG RG                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  0F F F G G G *G .G NG QG RG YG ZG G G G G G H H H H 2I 3I I I I I J J IJ vJ wJ |J J K WL Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $RG SG TG UG VG WG XG YG ZG M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   ZG nG uG zG G G G G                                                 _            V            V                                                             	 $If   gd'J    kd $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  G G G G                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdz $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G G G G G G G G                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  G G G H #H 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     #H yH zH H H H H             [                                                                                                                                           kdἣ $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  H H H 3I 7I I d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I I I I d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kds $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  I I I J J CJ d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd< $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  CJ DJ IJ wJ |J J d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  J J J J J K K d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  K K K K n            e            e                                                                                                                                                               	 $If   gd'J    kd $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           K K  K )K                                                                                                                                                                                                                                                	 $If   gd'J  t  kdl£ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  )K *K +K <K AK IK PK WK cK                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd	ã $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  cK dK                                             kdã $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          dK oK sK zK K K K K                                                             A                                  kdģ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  K K K K K K K K                                                 A                                              kdţ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  K K K K K K K                                     A            <            7                  gd'J    gd'J    kdƣ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  K XL YL rL sL L L L L L                                                                                                                                                                                                                                                   E  kdǣ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	WL XL YL _L `L rL sL L L L L L L L L L L L L L L $M %M =M >M UM VM WM [M \M yM zM {M M M M bN P P P P $P %P 춥x                          /j̣ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *L L L L L L L                                     a                                                                                                                             E  kdZȣ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdǣ $$If   l 0 
" R                                                           4 
l a   L L L L L L L                                     a                                                                                                                             E  kdɣ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdȣ $$If   l 0 
" R                                                           4 
l a   L L L L L 
M $M                                     a                                                                                                                             E  kdɣ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdwɣ $$If   l 0 
" R                                                           4 
l a   $M %M 0M =M >M HM UM                                     a                                                                                                                             E  kdʣ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd5ʣ $$If   l 0 
" R                                                           4 
l a   UM VM WM XM YM ZM [M                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdʣ $$If   l 0 
" R                                                           4 
l a   [M \M iM jM xM yM l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kdRˣ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   yM zM {M M M aN bN TO UO ,P -P l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd̣ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
%P )P *P Q  Q +Q ,Q <Q =Q AQ BQ DQ lQ mQ Q Q Q Q R R 'R (R oR qR R R R R R R R R R 	S 
S yV zV V Y Y Y  Z %Z .Z Z Z Z Z Z ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j5ͣ hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0-P DQ MQ mQ Q Q R R (R pR                                                                                                                                                                                                                                                       S  kdͣ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	pR qR R R R R R                                     N                                                                                       S  kdΣ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd.Σ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   R R R 
S BS S T T U U yV zV V 	W dW W ;X X Y                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kdRϣ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Y Y Y &Z Z Z Z Z Z Z ]\ ^\ o\ ] ] ^ :^ S^ o^ ^ ^ _ _ 3a 4a a a a                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  Z Z n[ o[ [ [ \\ ^\ o\ ] ] ] t_ _ _ 2a 4a Sa a a a b b Vb Wb lb mb b b b e e e e e e e f 
f f ۵۵۵ۭۜۋzrgrrr       jУ h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 'a a a b b Wb mb b                                     j                                                                                                                                           kdϣ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  b b b b b >c c c c #d `d s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdVУ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
`d d e e e !f "f mf nf g g kh lh i i j j _k `k zk k ;l l <n =n n n                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  f f f f f "f mf nf g jh ,j j :k ;k Fk Gk Wk Xk \k ]k ^k _k `k ik zk k l l m >m <n n &p 'p ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jѣ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj/ѣ h'J U !n 'p +p ,p Bp Cp Wp                                                 e                                                                                                                        F  kdpң $$If   l   l '{6    4   4 
l a] p
        F  kdѣ $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  'p ,p Yp }p ~p p p p p p p p p p p p p q q 8q 9q Zq [q rq sq q q q q q q q q q s s s t Qt jt t t t 3u Eu v 0v ev v v v w ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3Wp Xp Yp bp pp }p ~p                                                             5            v  kdVӣ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdң $$If   l   l '{6    4   4 
l a] p
         ~p p p p p p p p                                     t                                                                                                                                                             v  kdӣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  p p p p p                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdԣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdQգ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdգ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p p p p                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd֣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         p p q q q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdRף $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q 1q 3q 8q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdף $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         8q 9q Sq Uq Zq                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdأ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Zq [q jq lq rq                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdS٣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         rq sq q q q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd٣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdڣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdTۣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         q q q q q s s s t t Qt kt t t t                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdۣ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t t .u Fu zu u u u v 1v ev v v v v w w w w ;w Dx Ex [x x x x x x x x                                                                                                                                                                                                                                                                                                                                                                   gd'J  w w #w 9w :w ;w [x qx x x x x y y Oy py y y y z uz z z z z z z z z { { *{ пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  x y y 0y 1y Oy y y y y y y y 
z z tz uz z z z z z                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  z z                                     kdܣ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               z z { { -{ C{ Y{ o{ q{ {                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	*{ -{ B{ C{ X{ Y{ n{ o{ { { !| #| 3| 4| S| T| U| V| || }| | | } } } } } } } } ~ Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ { {                                     kdޣ $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               { { { { { { { 
| |  | !| "| #| 4|                                                                                                                                     q                            kdXߣ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
4| T| U| V| }| ~| | | |             q            l                                                                                                                                                       gd'J    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  | |                                     kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               | | | | | | | | | } 6} O} d} y} } } }                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  } } } } z            q            q                                                                                                                                                                                       	  $If   gd'J    kd) $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       } } } ~ ~ ~ ~ ~ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ~ ~ ~ 	~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  
 X d     	    ; < ? I _     ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "~ 	~                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               	~ ~ 1~ 2~ F~ G~ i~ ~ ~ ~ ~ ~ ~                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  ~ ~ ~ ~ ~ ~ ~   z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                              kdt $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                
 S T 	 
   <                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  < = > ? _    6 7 A L z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   7 L ~          , 5 ˂      & U V W v w x y z }     ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #L                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
  $$If   gd'J 	  $If   gd'J                                           kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    +                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  + ,                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 ͂ ΂ 
   k     V                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  V W x y z { | |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       | }                                        kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }                              s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         ; F Ȉ Ɉ    ?    >   - L ˋ  F e    '   ) H  Џ  ΐ 0 O  ݑ ; Z   о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -      F   ( 3 = H R |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
R S  ʆ   & ' b  ݇ އ Ȉ Ɉ     . >                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  > ? J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd7 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʉ ω             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ω Љ ډ ߉             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߉                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        - =                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > I N             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Y ^             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^ _ j o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p z              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                             s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ͊ Ҋ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ҋ ӊ ݊              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      - ; K                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L W \             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] g l             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   l m x }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ˋ ً                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , - F T d                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ]                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ʍ ύ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ύ Ѝ ڍ ߍ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ߍ     &                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   & ' 2 7             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   7 8 B G             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd,  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i j                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ǝ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd  $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǝ ǎ ю ֎             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ֎ ׎               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ) 7 G                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G H S X             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   X Y c h             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   h i t y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        Ϗ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ϗ Џ ۏ              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a          ͐                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͐ ΐ ِ ސ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ސ ߐ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      0 > N                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N O Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` j o             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   o p {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ̑ ܑ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd	 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ܑ ݑ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ; I Y                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k u z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a         ) *       8                                                                                                                                                                                        gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Γ 9 m ~    ǔ Ȕ Ҕ ܔ ݔ   ! 3 4 E F ` i < > N O _ Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  8 9 m     Ȕ Ҕ ܔ                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	ܔ ݔ                                        kd
 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ݔ  4 F H _                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  _ `                                        kd; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` i   ޕ ߕ -        =                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  = > O   җ   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ ` z { |       @ A p q t }   
  Ě Ś Ț ٚ  ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jI h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    A p q r s |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               t } Ř Ƙ  t    Ι                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd'J 	  $If   gd'J     Ś |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ś ƚ ǚ Ț     Ǜ ٛ ڛ ɜ ʜ |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ؛ ٛ ڛ  > S   Ȝ ʜ ߜ    & ' L M |     b e ݟ ޟ     $ ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $ʜ Ԝ ߜ   &                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  & '                                        kdP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' M |                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     J K ɞ 7 W x   ݟ ޟ                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J     e   T  |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       $ % ? @ A T U d     2 S u       G y z {  ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ        F G {    |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          բ ֢      9 J K N W £ У 
 ) A B J L \ ]      Ϥ Ф ۤ  ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !  ֢                                                                                                                                                                                                                                                                                                                                                                                                                                                                  
  $$If   gd'J 	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 9 K L M                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  M N                                        kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W   ٣ ڣ ) * K L ]                                                                                                 Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
]     ۤ q  ʧ ˧ b o             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J      , - 1 2 q  b o     Ȳ ۲   ( * ɳ ʳ ̳ ͳ 7 9  3  ٵ   = A q   #       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jR" hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j
 hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -o           ` a ǲ Ȳ ݲ * ʳ ͳ 8 9  3    Ƶ                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  Ƶ ٵ ڵ ߵ               f                                                                                                                                                                      kdt $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdP $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    % 1 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 1 2 : B G o            f            f            f                                                                                                                                                	  $If   gd'J    kd,  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at G H P X d o            f            f            f                                                                                                                                                	  $If   gd'J    kd  $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at d e m t y o            f            f            f                                                                                                                                                	  $If   gd'J    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at y z    o            f            f            f                                                                                                                                                	  $If   gd'J    kdv! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     9 :   ' (   ? o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd! $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    ? K . 8      3 C O P \ ` |            = > ? C L   * ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %? K ǻ Ȼ ~    h ) * 2 3     . 8 ~                                                                                                                                                                                                                                                                                                                                             h^hgd'J   
& F  gd'J    gd'J   gd'J      ) * = P g ~     X Y          w                                                                                                                                                                                                                                                                                                                                                                gd'J    gd'J    L    3 C P |                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 > ? A B                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  B C                                        kd!$ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L     # K V                                                                                                                                                                                                                                                                                                                                                                                                                      
& F! $If   gd'J 	  $If   gd'J  
  + b |            s            s                                                                                                                                                                                           	  $If   gd'J   kdu% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * + a b c e q u            B C D H Q  A ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 b c d e       |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd/& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B C D F G                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  G H                                        kd=( $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q     . R  A Q R                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J  A Q S c d j q r s t          & ' ( , 5  ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    R S d r |            s            s                                                                                                                                                                                           	  $If   gd'J   kd) $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       r s t ~     |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdK* $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 % & ' ( * +                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  + ,                                        kdY, $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               , 5 t     6  % 5 6                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J   % 5 7 G H N U V W X Y e i            8 9 ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    6 7 H V |            s            s                                                                                                                                                                                           	  $If   gd'J   kd- $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W X Y       |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdg. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd!/ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 7 8 9 : < =                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  9 : > G           $ % / 9 : F g h r    îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  = >                                        kdu0 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > G     & F ~                                                                                                                            f                           kd1 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J         % / 9                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd2 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	9 :                                        kd=3 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : h                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J      , - . > ? E L M N O            + п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    A a    - .                                                                                                                         f                           kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  . ? M N O                              s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd6 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kdY7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                , - . 0 G                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  + , - . H Q R S T                 ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 G H                                        kd8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               H Q S T e                                                                                           s                                                                                              kd: $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
          , c   |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
 , ? b v     0 D               + , > ? w x    õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ ! 1                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kdu; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 , ? R e x z                                                                                                                                                                                                                                                                                                                                                                                                                                                                  	  $If   gd'J                                           kd< $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   F G H Y                                                                f                                    [            [                     
  $If   gd'J K$  kd> $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
  F G H X Y \ q z                    	 
 ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd'J Q  kdd? $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd> $If   K$L$l 0                                     
t                              4   4 
l a      
  0 C V W X |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd? $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	
 U V Y b        % + , 4 6 K L [ ] c d e ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J X Y                                        kd@ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Y b       % , 5                                                             f                                    [            [                     
  $If   gd'J K$  kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
5 6 L \ ] ^ _                                     R                                                                                              Q  kdFC $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdB $If   K$L$l 0                                     
t                              4   4 
l a   _ ` a b c d                                     R            I                                                                     	  $If   gd'J Q  kd`D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdC $If   K$L$l 0                                     
t                              4   4 
l a   d e         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdD $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	e }                        _ h    ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kdE $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 C                                                                                             Y                                          kdF $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
         8 H b |                                                                                                                                                                                                                           	  $If   gd'J  S  kdG $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$     8 9 : ; S ] ^ _ a b c        E      ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ      8 9 :                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdGH $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  : ; c       |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdH $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 E s     D K T                                                             f                                    [            [                     
  $If   gd'J K$  kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
      D J K S U               [ \ _ h   ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 T U ] r         . C U o                                                                                                                                                                                                                         
  $If   gd'J K$	  $If   gd'J  S  kdK $If   K$L$l 0   
L 
                                 
t                                4   4 
l a                                                                                                                                                                                                                                                                            	  $If   gd'J  S  kd3L $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      # 6 I \ ] ^ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdL $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	^ _                                        kdM $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               _ h   R  9 : ; < M                                                                                                  f                                                   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J   7 : ; < L M             ? @ C L þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ       - @ A B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B C                                        kdGP $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L   a  H I J K \                                                                                                 Y                              kdQ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
L   ` a  H I J K [ \            I J M νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ  \       $ 7 J K L             s                                                                                                                                                                 kdUR $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  L M                                        kdS $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M V + R   ~                                                                                         Y                                          kdcT $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
M V *  | ~           m o p q             ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5        ( : T n ~                                                                                                                                                                                                              	  $If   gd'J  S  kdU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     * : T n o p                                                                                                                                                                                                                                                 	  $If   gd'J  S  kdU $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  p q   |            s            s                                                                                                                                                                                           	  $If   gd'J   kdAV $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
            % 8 K ^ _ ` |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdV $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
    ] ^ a j #     % & 2 7 L   
        ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ  ` a                                        kdW $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               a j #        f    &                                                                                                 f                                                        kdY $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
&      % : O d v                                                                 }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdY $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J       " 7 L a s                                                                                                                                                                                                                                    S  kdcZ $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     B C V i |                 s                                                                                                                                                                 kdZ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J     2 < = > @ A B C U V     r     | } b w (	 )	 
 '
 )
 *
 Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                          kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 r  * }   y  )	 	 )
 *
 1
 p
 
 
  2 f                                                                                                                                                                                                                                                                                                                                    
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  *
 1
 6 I M e       / 0 t z {       ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph     0 t {  |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               
 #
 =
 W
 h
 
 
 
 
 
                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd] $If   K$L$l 0                     x                
t                                4   4 
l a   
 
 
    : K e                                                                                                                                                                                                                          	  $If   gd'J  S  kdO^ $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J        ' : M ` a b |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd^ $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
          _ ` c l * V # t      W l  $ % & - q ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ b c                                        kd_ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c l * $    |  o & - m      % f g                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  q      
  ) < D ] e f g h x y          0 : ; ? ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  g h y    |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd` $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              5 L c t                                                                                                                                                                                                                              
  $If   gd'J K$	  $If   gd'J  S  kda $If   K$L$l 0                                     
t                                4   4 
l a       0 B Y p                                                                                                                                                                                                                                     S  kdIb $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     @ A T g z                 s                                                                                                                                                                 kdb $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ? @ A S T         Y   8 T  8   U    &! }! ! :# # # # # <$ 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !                                         kdc $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Y  U    V t  8     (! ! ! ! 9# :#                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  :# z# # # # 8$ W$ v$ $ $ $ $                                                                                                             f                                       kdd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  <$ O$ [$ n$ z$ $ $ $ $ $ $ $ 	% 
% % .% /% 0% 4% 5% 9% B% _& t& u& v& ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  $ 
% % /% 0% 5% 7% 8%             s                                                                                                                                                                                     kde $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  8% 9%                                        kd]f $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9% B% O% q% % % % % % & >& `& u&                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  u& v& & & & |            s            s            s                                                                                                                                                                          	  $If   gd'J   kdg $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       v& & & & & & & & & & & & ' ) ) D) W) z) ) ) ) ) 
* H* \* - *- .- U- - - - - ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  & & & & ' ( ( ) D) {) ) ) I* |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kdkh $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       I* * * * + + X, Y, - - U- - - - ). `. . . ./ / / / / / / /                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  - ). <. _. s. . . . . -/ A/ / / / / / / / / / 0 0 0 	0 
0 0 0 /0 00 B0 C0 U0 V0 Z0 c0 0 1 1 1 1 1 õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (/ /                                        kd%i $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               / 	0 
0 0 00 C0 V0 X0 Y0                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  Y0 Z0                                        kdyj $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z0 c0 0 0 1 31 Q1 k1 1 1 1 1                                                                                                             f                                       kdk $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  1 1 1 2 
2  2 32 F2 Y2 [2 \2             s                                                                                                                                                                      kdl $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
1 1 1 1 2 2 2 2 
2 2  2 22 32 X2 Y2 ]2 f2 2 2 *3 +3 ,3 <3 =3 >3 ?3 W3 a3 b3 f3 g3 h3 z3 {3 3 3 3 3 ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %\2 ]2                                        kdAm $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ]2 f2 2 2 +3 ,3 =3 >3                                                 f                                                                                                                       kdn $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  >3 ?3 g3 h3 {3 3 3 3 3 3 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdOo $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	3 3                                        kd	p $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 ?5 @5 5 5 O6 P6 Q6 a6 b6 c6 d6 q6 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %3 3 3 4 4 4 4 4                                                 f                                                                                                                       kd]q $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  4 4 4 4 4 4 4 5 5 5 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdr $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	5 5                                        kdr $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               5 5 @5 5 P6 Q6 b6 c6                                                 f                                                                                                                       kd%t $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  c6 d6 e6 6 "7 #7 J7 K7 |7 t8 u8 8 8 |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdt $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       q6 u6 6 !7 "7 #7 J7 W7 [7 |7 7 u8 8 8 8 8 !9 59 Y9 Z9 m9 9 9 9 9 9 9 9 !: ": 5: f: ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  8 "9 Z9 9 9 ": g: : : R; S; T; ^; i; ; ; ;                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  f: z: : : : ; Q; S; T; i; ; ; ; ; ; ; ; ; ; ; ; ; ; < < 7< 8< Q< Z< [< j< շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\; ;                                        kdu $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ; ; ; ; < %< 8< :< P<                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  P< Q<                                        kdv $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q< Z< < < = D= O= {= = = = =                                                                                                 f                                                   kdAx $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  j< < D= O= b= r= {= = = = = = = = = = = = = > > 
> > !> "> 1> 3> 4> 5> ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ = > > > "> 2> 3> 4>                                                             R            I                                   	  $If   gd'J Q  kdy $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdx $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ 4> 5> ]> ^> q> > > > > > > |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
5> M> W> X> \> ]> ^> p> q> > > > > > > > > ;? 	@ @ @ 2@ 3@ N@ ~@ @ @ @ @ @ ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ > >                                        kdz $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               > > <? W? ? ? ? ? 	@ @ 3@ O@ a@ @ @ @                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  @ @ @ @ @ @ @ @ @ @ @ @ A ,A -A BA CA EA FA GA _A iA jA nA oA pA A A A A A A A пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  @ @ @ @ @ @ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd#| $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       @ @ -A DA EA FA                                     R            I                                                                     	  $If   gd'J Q  kdj} $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd| $If   K$L$l 0                                     
t                              4   4 
l a   FA GA oA pA A A A A A A |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd} $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	A A                                        kd~ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               A A 8B `B B B B B C <C ~C C C C                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
A A A A 7B B B B C C $C 3C ;C <C CC IC }C ~C C C C C C C C C C C C C زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 C C C C |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       C C C C C C C C C C  D D D 8D 9D =D FD GD VD D D cE gE E F F  F >F ?F ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    C C C C  D D &D 9D ;D <D |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	<D =D                                        kdy $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               =D FD D D dE E E E F  F ?F jF F F                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
?F RF aF iF jF qF wF F F F F F F F F F F F F F F F G 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  F F F F |            s            s                                                                                                                                                                                           	  $If   gd'J   kd͂ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       F F F F G G RG 	H ;H <H uH H I I |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
G #G 'G RG 	H ;H HH LH uH H I )I -I OI I 8J J J J J J *K ZK fK jK K dM M M M M N N N N N N N -P UP VP lP pP P Q R R NR R R :S vS S ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4I OI I 7J 8J J J J *K YK ZK K dM M M M N N N N O O O O 
P P -P UP VP P                                                                                                                                                                                                                                                                                                                                                                   gd'J  P Q R NR R R :S vS S 
T DT T T T T T T T T                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  S DT HT T T T T T T T T T T FU GU HU IU U U V JV V V V -W XW YW }W W W W X X X ?X CY Y Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $T T T T T T T T T M            H            H            H            H            H            H            H                   gd'J   kdA $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   T U U U (U )U 8U 9U                                                 _            V            V                                                             	 $If   gd'J    kd߄ $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  9U :U FU GU                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  GU HU IU TU XU kU sU U                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  U U U U U 2            )            )            )                      	 $If   gd'J    kd $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     U V V V JV OV V             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  V V V V V 'W d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd䈤 $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  'W (W -W YW ]W wW d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  wW xW }W W W W d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdv $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  W W W X X @X d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd? $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  @X AX BX LX X X X d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  X X X X n            e            e                                                                                                                                                               	 $If   gd'J    kdь $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           X X X X                                                                                                                                                                                                                                                	 $If   gd'J  t  kd $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  X X X X X X X X Y                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kdC $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  Y Y                                             kd $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          Y 
Y Y Y Y  Y !Y "Y                                                             A                                  kd9 $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  "Y #Y $Y %Y &Y 'Y (Y )Y                                                 A                                              kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  )Y *Y +Y ,Y -Y .Y CY                                     A            <            7                  gd'J    gd'J    kd $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  CY Y Y Z Z *Z ;Z <Z PZ RZ                                                                                                                                                                                                                                                   E  kd֒ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	Y Y Y Y Y Z Z ;Z <Z RZ SZ UZ VZ dZ eZ rZ sZ Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ %[ &[ 8[  \ ] ] ] ] ] ] 춥x                          /j hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *RZ SZ TZ UZ VZ ^Z dZ                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd5 $$If   l 0 
" R                                                           4 
l a   dZ eZ nZ rZ sZ Z Z                                     a                                                                                                                             E  kdR $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                                     a                                                                                                                             E  kd $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                                     a                                                                                                                             E  kdΕ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdo $$If   l 0 
" R                                                           4 
l a   Z Z Z Z Z Z Z                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd- $$If   l 0 
" R                                                           4 
l a   Z Z [ [ [ [ l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   [ [ [ &[ 8[ [  \ \ \ ] ] l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdJ $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
] ] ] ^ ^ ^ ^ ^ ^ ^ ^ ^ 
_ _ c_ d_ p_ q_ _ _ _ _ 
` ` !` "` F` H` X` Y` ` ` ` ` ` d d $d fg ig ~g g g g $h %h h h h ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jo hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0] ^ ^ _ d_ q_ _ _ _ `                                                                                                                                                                                                                                                       S  kd֘ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	` ` "` G` H` Y` `                                     N                                                                                       S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdh $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   ` ` ` ` ` wa 3b 4b !c "c d d $d d e se e Bf f                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   f f ig g $h %h ch h h h i i 
j +k Mk k k k 
l 'l (l 1m 2m n n 0o 1o |o                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  h h i 
i i %i i i 
j *k +k Mk m /m 2m n n n |o o o o o o o 
p p <p =p >p Zs [s fs gs hs ls ms s s s ۵۵۵ۭۜۋzrgrrr       j h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '|o o o o o o p =p                                     j                                                                                                                                           kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  =p >p Op p p p :q ;q Wq q q s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
q Xr s s os s s t t t t 	v 
v xw yw /x 0x x x y )y y z { { Y| Z|                                                                                                                                                                                                                                                                                                                                 
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  s s s s s s t t t v w .x x x x x x x x x x x x y y )y y y z z { Y| } } ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jМ hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uji h'J U !Z| } } } } } }                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd7 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  } } } ~ ~ ~  ~ &~ '~ H~ I~ i~ j~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~   ' ( B C j k l m n L M Y    < B E т   ΃  , `   ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3} } }  ~ ~ ~ ~                                                             5            v  kd $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd $$If   l   l '{6    4   4 
l a] p
         ~ ~ ~ ~  ~ $~ %~ &~                                     t                                                                                                                                                             v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  &~ '~ @~ B~ H~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         H~ I~ b~ d~ i~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         i~ j~ x~ z~ ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdᡤ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~ ~ ~ ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd⣤ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~ ~  
                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            ! '                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ' ( ; = B                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd㥤 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         B C J O j                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         j k l m n L M Y    	 = P                          |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           ̂   + _ }  σ   - a      ل     . A B [                                                                                                                                                                                                                                                                                                                                                                     gd'J     ׄ ؄ ل   . @ u       S    ( Z [ e o p     Ȉ пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ     Ά φ     S i        ( [ e o                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  o p                                     kd䧤 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               p    ˈ   
  &                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	Ȉ ˈ      
 ' 0   щ ҉         ) F H X Y x y z {  Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ & '                                     kd; $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ' 0 R S g h        ҉                                                                                                                                     q                            kd $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
҉                     q            l                                                                                                                                                       gd'J    kdO $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                         kd $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                 ) J K _ ` z    Ԋ    1 2 G                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  G H Y y z            q            q                                                                                                                                                                                       	  $If   gd'J    kdc $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       y z {      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd  $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
            8 : J K j k m        * I U     ٍ ڍ ݍ   G    ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kdݮ $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                 ϋ Ћ    # $ 9 : K k                                                                                                             q                                                         kd4 $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  k l m      z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
                                             kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                       ڍ                                                             q                                                                                                                             kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  ڍ ۍ ܍ ݍ    Ԏ Վ ߎ  z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd³ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
  Վ    ' 1 2 R S    ʏ ӏ i M O _ `  đ          $    ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #  ' 1                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  1 2                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 S    ɏ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ɏ ʏ                                        kdᵤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ʏ ӏ k l    	 N O `                                                                                                   s                                                                        kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd﷤ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                $                             s                                                                                                                                                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         ْ  f g ~  ݖ > ]  ܗ A ` ˘  i     <  ś 5 T ǜ  O n M l Ξ  \ { ٟ  - . о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -         Ɠ ѓ ۓ   |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
  Q h   Ĕ Ŕ   5 { | f g ~   ̖ ܖ                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  ܖ ݖ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdq $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdл $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd/ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       > L \                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdL $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       ˗ ۗ                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdȾ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۗ ܗ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd忤 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      A O _                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd¤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ˘ ٘                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd~¤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd¤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd<ä $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdä $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     & +             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdä $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   + , - i w                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdYĤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdĤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdvŤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ę ə             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ə ʙ ˙                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd4Ƥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdƤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ / 4             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQǤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4 5 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdǤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E F    + ;                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdȤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < G L             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdnȤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L M W \             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \ ] h m             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd,ɤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n x }             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdɤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   } ~    ě                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdɤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ě ś Л ՛             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdIʤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ՛ ֛               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdˤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdfˤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      5 C S                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdˤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T _ d             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$̤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   d e o t             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   t u               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd̤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdAͤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ǜ ՜                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdͤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdͤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^Τ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdΤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     " '             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ' ( ) O ] m                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd{Ϥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   m n y ~             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdϤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ~                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9Ф $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdФ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdФ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        M [ k                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdVѤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   k l w |             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdѤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   | }               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdҤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdsҤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdҤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ξ ܞ                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd1Ӥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdӤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdӤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   
                {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdNԤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ) .             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdԤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . / 0 \ j z                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdդ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdkդ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdդ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)֤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd֤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ٟ                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd֤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdFפ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    	               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdפ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdؤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdcؤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : ; _   Ǡ Ƞ   , - . Q ֡                                                                                                                                                                                        gd'J  z  kdؤ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   . ? Q l ס     3 e f p z {    Ѣ Ң     ڤ ܤ    Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  ֡ ס    ( 3 f p z                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	z {                                        kd!٤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               {  Ң                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kduڤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 [ \ | } ˣ * `      ۤ                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  ۤ ܤ  > W p   |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdۤ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            - . =    ޥ ߥ         b c f w  ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jܤ h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ    ߥ     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdݤ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdݤ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 c d    9 R l                                                                                                                                                                                                                                                                                                                                                                                                                         
& F $If   gd'J 	  $If   gd'J     c |            s            s                                                                                                                                                                                           	  $If   gd'J   kdߤ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       c d e f    S e w x g h |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdߤ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
          R S v w x  ܩ  ' T f h }    Ī Ū    = > A J    { |     ­ ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $h r }   Ī                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  Ī Ū                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Ū   , > ? @                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  @ A                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A J       g լ   < Y { |                                                                                                                                                                                                                                                                                                                                                                                                   
& F $If   gd'J 	  $If   gd'J      Y   5 |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ­ í ݭ ޭ ߭    # Y ~  Ю   4 5 8 I _      * ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  5 6 7 8 ^ _    + , 6 |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdq $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       * , A s t ~     װ     ` n  Ǳ ߱      E F H I [ m n y  ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !6 A t ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J                                           kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 װ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 V W w x Ǳ ȱ                                                                                                    Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
 F G H I y  3 h i   
             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J      ʲ ˲ ϲ в  3   
 9 J   f y     g h j k     C w F M    0   ( ) A B R S ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /jG hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -
 8 9 J   Q R      e f {  h k     B C R d                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J   gd'J   
& FP gd'J    gd'J  d w x }               f                                                                                                                                                                      kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdf $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdB $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ' 3 o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at 3 4 5 6   / 0      o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S V W      (  0           4 f g q { |            ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %  e f          "   G     > K X e r                                                                                                                                                                                                                                                                                                                                       h^hgd'J   
& F  gd'J    gd'J   gd'J             ( X Y   x y K L  0 e    C p                                                                                                                                                                                                                                                                                                                                                              gd'J    gd'J     :         ) 4 g q {                                                                                                                                                                                                                                                                                                                                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J  { |                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 ) 5 \     - 7 \                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd'J 	  $If   gd'J  
     |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
                / 0 E w x            w  ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5      / 0 : E x  |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J                                           kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 . : a    v                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J            ' Y Z d n o {        [ ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           ' Z d n |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   E p   Z                                                                                                                                                                                                                                                                                                                                                                                                                              
& F! $If   gd'J 	  $If   gd'J  [              " # 8 j k u        ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           # - 8 k u  |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J      X Z j k q x y z {           / 0 1 îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 $ 0 W     X Y Z                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  Z k y z {                              s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kdw $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 0 1 2 4 5                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  1 2 6 ?           ' A C D Y        п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  5 6                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               6 ? ~     . K                                                                                                                            f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J       ' D N Y                          s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  
  $$If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J           ( ) * : ; m n o p q r ~     ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    B x ) * ; m                                                                                     s                                                                                              kd; $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
m n o p q r  S T    9  |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
      8 L     $ % : l m w               0 9 E õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ !  $ % / : m w                                                                                                                                                                                                                                                                                                                                                                                                         
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                       /                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  / 0                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               0 9       $ + 3                                                             f                                    [            [                     
  $If   gd'J K$  kdW	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
E          " $ * + 2 4 I J Y [ \ ] u         ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 3 4 J Z [ \                                     R            I                                                                     	  $If   gd'J Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a   \ ]         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd+ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	      # ~                  ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  # Q                                                                    f                                    [            [                     
  $If   gd'J K$  kd9
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
                                           R                                                                                              Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a                                              R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd
 $If   K$L$l 0                                     
t                              4   4 
l a     + L M r     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd' $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  % & ' ) * + L M       I b | } ~        M S ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                          kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    | } ~   M                                                                                     Y                                          kd5 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
M T ] ^ f {         " 7 L ^ x                                                                                                                                                                                                                      	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ S T \ ^               ! k l o x   m     ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ  x                                                                                                                                                                                                                                                            
& F$ $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J     ! F Y l m n |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       n o                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               o x                                                                      f                                    [            [                     
  $If   gd'J K$  kd! $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
          j l m n                : ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5      %  7  Q  k  {              
 ' 7                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   7 Q k l m                                                                                                                                                                                                                                                                     	  $If   gd'J  S  kdm $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  m n         |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    9      >                                                                                                 f                                                   kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J  :       = > ? W a b c e f g       þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ > ? g        |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    H                                                                                                      Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
     H       L M N f p q r t u v w    νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ   M N v w                    s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kdI $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   4	 }	 
 
 
 /
 
                                                                                     Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
   }	 
 
 
 
 .
 /
 
 
 
 
 
 
  
      r s t        ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5 
 
 
 
 
 
 
 
 
 
   6 P X m                                                                                                                                                                                                          	  $If   gd'J  S  kdW  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J         
                                                                                                                                                                                                                                                  	  $If   gd'J  S  kd  $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      s |            s            s                                                                                                                                                                                           	  $If   gd'J   kd{! $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       s t          |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd5" $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
       
 
         . t         ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ                                           kd" $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
 
 ! ] q                                                                                                      f                                                        kdQ$ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
 .          . H Y s                                                             }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J  s         + E V p                                                                                                                                                                                                                                S  kd% $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J          - @ A B             s                                                                                                                                                                 kd/& $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J               ? @ C L  ? @ f g            Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ B C                                        kd& $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               C L  g   N   l  q     ] t    0 \                                                                                                                                                                                                                                                                                                                                  
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J                   ! # r t u v ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph        " |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd=( $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       " # + @ U j |         1 K S h                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd( $If   K$L$l 0                     x                
t                                4   4 
l a   h }        . H Y s t u                                                                                                                                                                                                                   	  $If   gd'J  S  kd) $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  u v           |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd* $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
v            
     '   y      
! ! ! ! ! ! " ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ                                           kd* $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                
   *       
! ! ! " *" I" n" " " " # #                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  " "" ." A" " " " " " " " " # # # # # # [# a# b# j# l# % % % % % % % % ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  # # # [# b# k# |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd7, $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       k# l# t# # # # # # # $ $ )$ @$ Q$ g$ x$ $ $                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd, $If   K$L$l 0                                     
t                                4   4 
l a   $ $ $ $ $ $ $ % %% 6% M% d% u% % % % %                                                                                                                                                                                                                            S  kd- $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  % % % % % % & & +& >& @& A&             s                                                                                                                                                                 kd. $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  % % % % % =& >& B& K& ]' ' %( W( ( X) t) ) ) F+ + -, B, , -  . . / 0/ 0 \1 o1 {1 1 1 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !A& B&                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B& K& ]' %( ( u) ) -* x* * * + D+ + , - . 3/ 4/ ;/ 0 0                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  0 1 X1 w1 1 1 1 2 32 R2 S2 d2                                                                                                             f                                       kd#0 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  1 1 1 2 2 +2 72 J2 Q2 S2 c2 d2 2 2 2 2 2 2 2 2 2 2 3 4 4 4 ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  d2 2 2 2 2 2 2 2             s                                                                                                                                                                                     kd0 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  2 2                                        kd1 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               2 2 2 3 13 S3 u3 v3 3 3 3 3 4                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  4 4 %4 X4 }4 |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd2 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       4 $4 %4 |4 }4 ~4 4 4 4 4 4 4 4 6 6 6 6 7 ,7 P7 d7 7 7 7 7 : : : : N; Q; ; ; ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  }4 ~4 4 4 4 j6 l6 6 6 7 Q7 7 7 |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       7 <8 =8 8 69 79 9 9 : : : P; Q; ; ; ; 6< }< < != "= ,= 7= j= t= ~=                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  ; ; ; ; < 5< I< |< < < < != "= 7= i= j= t= ~= = = = = = = = = = = = = = = = = > I> m? n? o? ? ? õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (~= =                                        kd_4 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = = = = = = = = =                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  = =                                        kd5 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               = > I> l> > > > 	? @? n? o? ?                                                                                                             f                                       kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  ? ? ? ? ? ? ? ? ? ? ?             s                                                                                                                                                                      kd7 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ E@ F@ @ @ @ @ @ @ @ @ @  A A A A A A +A ,A QA RA ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %? ?                                        kd{8 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? @ "@ F@ @ @ @ @                                                 f                                                                                                                       kd9 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  @ @ A A A ,A ?A RA TA UA |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd: $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	UA VA                                        kdC; $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               RA VA _A A A #B $B %B 5B 6B 7B 8B PB ZB [B _B `B aB sB tB B B B B B B B B `C aC C C C C  D D D D 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %VA _A }A A $B %B 6B 7B                                                 f                                                                                                                       kd< $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  7B 8B `B aB tB B B B B B |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdQ= $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	B B                                        kd> $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               B B B aC C C  D D                                                 f                                                                                                                       kd_? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  D D D 4D D D D D E F F GF F |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kd@ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       D D 4D D D D D D D E tE F GF ZF F F F F F F G G G <G =G PG ~G G G G G H ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  F F F =G ~G G H LH H H H H H I :I DI NI                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  H H KH _H H H H H H I 9I :I DI NI OI gI qI rI vI wI xI I I I I I I I I I J շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\NI OI                                        kd@ $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               OI wI xI I I I I I I                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  I I                                        kd'B $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               I I gJ J J J J K [K \K mK K                                                                                                 f                                                   kd{C $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  J gJ J J  K K K  K &K ZK [K \K lK mK pK K K K K K K K K K K K K K K ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ K K K K K K K K                                                             R            I                                   	  $If   gd'J Q  kdD $If   K$L$l 0                                     
t                              4   4 
l a  Q  kd5D $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ K K K K L "L 5L HL JL KL aL |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdOE $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
K K K K K K K L L !L "L GL HL bL kL lL {L L M M M M M M N %N ,N 2N CN DN ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ aL bL                                        kd	F $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               bL kL L L &M CM \M oM M M M M M %N DN EN                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  DN EN FN VN WN ZN `N N N N N N N N N N N N N N N O O O 
O O  O !O 3O 4O YO ZO ^O пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  EN FN WN N N N |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd]G $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       N N N N N N                                     R            I                                                                     	  $If   gd'J Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdH $If   K$L$l 0                                     
t                              4   4 
l a   N N 
O O !O 4O GO ZO \O ]O |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd1I $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	]O ^O                                        kdI $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               ^O gO O O 8P JP P P P P Q  Q !Q "Q                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
^O gO hO wO O P P P P P P P P P P P Q Q Q  Q !Q "Q #Q 3Q 4Q 7Q LQ UQ _Q `Q زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 "Q #Q 4Q aQ |            s            s                                                                                                                                                                                           	  $If   gd'J   kd?K $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       `Q aQ bQ zQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q RR SR S S GS S S S S S ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    aQ bQ Q Q Q Q Q Q Q Q |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdK $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	Q Q                                        kdL $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               Q Q SR R S 5S fS xS S S S T JT KT                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
S S S T T T T IT JT KT LT \T ]T `T uT ~T T T T T T T T 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  KT LT ]T T |            s            s                                                                                                                                                                                           	  $If   gd'J   kdN $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       T T T T T T T U U U V V V V |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kdN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
T T T T U U U U V V V V V V jW W +X ,X 8X <X eX X X Y Y 0Y [ 0[ <[ @[ m[ \ \ Y\ Z\ f\ j\ \ ] ] ] 
^ ^ :^ _ _ _ _ B` ` ` a la ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4V V jW W W +X ,X eX X X X 0Y [ /[ 0[ m[ \ Y\ Z\ \ A] B] w] ] ] ] ] ] ] :^                                                                                                                                                                                                                                                                                                                                                                   gd'J  :^ _ _ _ B` ` ` a la a a Db Eb Pb \b kb wb b b                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  la a a Cb Db Pb fb jb b b b b b b b b b #c Zc c c 8d nd od d d d e Re Se e e e e e f g Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $b b b b b b b b b M            H            H            H            H            H            H            H                   gd'J   kd{O $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   b b b b b b b b                                                 _            V            V                                                             	 $If   gd'J    kdP $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  b b b b                                                                                                                                                                                                                                                          	 $If   gd'J  o  kdP $$If   l       0   T# T                 .                
t  0                                                              4 
l al  b b b b b 	c c c                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kdQ $$If   l       0   T# T                 .                
t  0                                                              4 
l al  c c #c Zc _c 2            )            )            )                      	 $If   gd'J    kd(R $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     _c c c c c c 2d             [                                                                                                                                           kdUS $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  2d 3d 8d od sd d d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  d d d d d e d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdT $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  e e e Se Xe e d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdU $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  e e e e e e d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdyV $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  e e e e 9f >f Jf d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kdBW $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  Jf Kf Nf Xf n            e            e                                                                                                                                                               	 $If   gd'J    kdX $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           Xf Yf \f ef                                                                                                                                                                                                                                                	 $If   gd'J  t  kdX $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  ef ff gf xf }f f f f f                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd}Y $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  f f                                             kdZ $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          f f f f f f f f                                                             A                                  kds[ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  f f f f f f f f                                                 A                                              kdR\ $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  f f f f f f f                                     A            <            7                  gd'J    gd'J    kd1] $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  f g g g g g g g g g                                                                                                                                                                                                                                                   E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	g g g g g g g g g g g g g h h h h 0h 1h 3h 4h `h ah yh zh h h h h h h h h h h h i Ck Dk Ok Pk `k ak 춥x                          /jBc hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *g g g g g g h                                     a                                                                                                                             E  kd^ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdo^ $$If   l 0 
" R                                                           4 
l a   h h h h h $h 0h                                     a                                                                                                                             E  kd_ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd-_ $$If   l 0 
" R                                                           4 
l a   0h 1h 2h 3h 4h Fh `h                                     a                                                                                                                             E  kdJ` $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd_ $$If   l 0 
" R                                                           4 
l a   `h ah lh yh zh h h                                     a                                                                                                                             E  kda $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd` $$If   l 0 
" R                                                           4 
l a   h h h h h h h                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kdga $$If   l 0 
" R                                                           4 
l a   h h h h h h l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kda $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   h h h h h i i j j hk ik l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kdb $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
ak ek fk [l \l gl hl xl yl }l ~l l l l m m m m Vm Xm cm dm m m m m m m m m 6n 8n 9n En Fn q q q u u u <u au ju u u v  v 2v ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /jc hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0ik l l l m m Wm Xm dm m                                                                                                                                                                                                                                                       S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	m m m m m m 7n                                     N                                                                                       S  kd4e $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kdd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   7n 8n 9n Fn ~n o o o p p q q q Er r s ws s Gt                                                                                                                                                                                                                                 
& F
 gd'J    gd'J  S  kde $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   Gt Ht u bu u u v v  v 3v w w w x x Ty vy y y y y z z o| p| | | }                                                                                                                                                                                                                                                                                                                                                  gd'J   
& FO gd'J    gd'J  2v 3v v v v v w w w x x x z z z n| p| | } 0} 4} A} B} } } } } } } }      
  H I T ۵۵۵ۭۜۋzrgrrr       j<g h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 '} &} 5} A} B} } } }                                     j                                                                                                                                           kdXf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  } } } 6~ ;~ z~ ~ ~ ~ _  s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kdf $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
    
 ] ^   N O     ͅ ΅    ǆ w 1 x y                                                                                                                                                                                                                                                                                                                                   
& F gd'J   $ $gd'J    gd'J   
& FR gd'J  T U V Z [ ^   M  h ̅ v w            ǆ H Q Z z x  b c ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /j
h hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Ujg h'J U ! c g h ~                                                   e                                                                                                                        F  kdh $$If   l   l '{6    4   4 
l a] p
        F  kdqh $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J  c h      ċ ŋ       : ; W X t u     Ō ƌ    	 
      X   ڏ   o  T l  ʑ   S ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 3                                                                   5            v  kdi $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kdWi $$If   l   l '{6    4   4 
l a] p
               Ë ċ                                     t                                                                                                                                                             v  kdoj $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  ċ ŋ ދ                           t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                       t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdk $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdpl $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           2 4 :                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         : ; P R W                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdm $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         W X m o t                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdqn $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         t u                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdo $$If   l  F l '                &                &                {6                                        4   4 
l a] p                             Ō                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdrp $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         Ō ƌ ٌ ی                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdq $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          	 
      ? Y   ۏ  "                         |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kdsr $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         " 6 j   ɐ   O m   ˑ   R S T U w     ̓ ߓ   , -                                                                                                                                                                                                                                                                                                                                                                   gd'J  S U _ u v w   ̓ ޓ  + K N      H  ƕ    
  4 5 R S f пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  - K Y l m        3 I J    ƕ   
                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  
                                      kds $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                5 R S i     Ė                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	f i ~      Ŗ Ζ ] _ o p        Ǘ         > Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ Ė Ŗ                                     kdut $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               Ŗ Ζ     * F G \ ] ^ _ p                                                                                                                                     q                            kdu $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
p                     q            l                                                                                                                                                       gd'J    kdv $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J                                        kdFw $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                                Ǘ      4 5 G r    Ϙ И                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdx $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          @ A B C D z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdZy $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       > ? @ E N ֙ ؙ    	  7 8 = F    Ț   E G W X w x {    ' ( [ ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "D E                                     kdz $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               E N m n      י ؙ  	                                                                                                             q                                                         kdn{ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  	 
  8 9 : ; < z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kd+| $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       < =                                     kd| $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               = F   E F G X x                                                             q                                                                                                                             kd?~ $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  x y z {  ( \ r s }  z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd~ $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
[ \ s    Ŝ Ϝ М    3 4 h q      O b            . / ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #  Ŝ Ϝ                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  Ϝ М                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               М   4 6 g                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  g h                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q 	 
 F G V     O                                                                                                  s                                                                        kdo $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J         |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd) $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kdュ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   / P                         s                                                                                                                                                                                   kd7 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  / O P Q R S U w     \ { ܤ  [ z ߥ  i   &    ڨ D c ө  e     
 l    w  ˮ ̮ о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -P Q R S T U  " # d o y   |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
     5 b c  Ӣ      1 \ j z                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J  z {               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd
 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdȇ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ܤ                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd' $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd別 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdD $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 7 <             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   < = > [ i y                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   y z               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ߥ                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd݋ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     	              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd< $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     * /             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   / 0 : ?             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ? @ A i w                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdv $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdՎ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ħ ɦ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ɦ ʦ ˦   %                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h i                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd͑ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd, $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    § ͧ ҧ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ҧ ӧ ݧ              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd꒥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      P   ɨ ٨                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdI $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٨ ڨ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdŔ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      D R b                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd$ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   b c n s             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   s t ~              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd╥ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      ө                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     
              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      #             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   # $ . 3             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 5 e s                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdژ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd9 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Ū             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ū ƪ Ǫ                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ' ,             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kds $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   , - 8 =             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdқ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   = > H M             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M N O     	                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   	 
               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     % *             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdN $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   * + 6 ;             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ; < F K             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K L M l z                                      s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdʞ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd) $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ǭ ̬             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd知 $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̬ ͬ ά                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdF $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd¡ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \ w                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd! $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdߢ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ­ ǭ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd> $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ǭ ȭ ҭ ׭             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׭ ح ٭   B e f   ʮ ˮ ̮  t                                                                                                                                                                                        gd'J  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ̮ ݮ  
 u     ѯ      K L ] o p     x z    Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ  t u    Ư ѯ                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                L p                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     i ȱ  # 3 D T U y                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gd'J 	  $If   gd'J  y z  ܲ   ' V |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            ˲ ̲ ۲ U V W | }     7 9 I J      - ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  V W }     |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdB $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   Q   ״  
  7 8                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J  8 9 J  |            s            s                                                                                                                                                                                           	  $If   gd'J   kdP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
           -         |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kd
 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       -        4 z  ŷ     M N X b c    ۸ ܸ ߸      = ? O P ` ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $   N X b                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J  b c                                        kdī $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               c   ʸ ܸ ݸ ޸                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ޸ ߸                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ߸  - . = N    s   ں    >                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gd'J 	  $If   gd'J  > ? P   R  Ӽ |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdl $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ` a { | }       Q n   Ҽ Ӽ ּ   $     Ƚ ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j& h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  Ӽ Լ ռ ּ      ɽ ʽ Խ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Ƚ ʽ ߽    & ' L M u       I e } ~             K ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !Խ ߽   &                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J  & '                                        kde $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ' M u                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                     e f                                                                                                    Y                              kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
                        s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kdǳ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  K L W X h i m n       $ 6   M O d f    	 s u Z o     y }   8 _       ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /jƸ hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -    . /   # $ 6      f  	 t u Z o                                                                                                                                                                                                                                                                                                                                       	  $If   gd'J   gd'J   
& FP gd'J    gd'J      # (             f                                                                                                                                                                      kd败 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J  ( ) . 6 B o            f            f            f                                                                                                                                                	  $If   gd'J    kdV $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at B C H O T o            f            f            f                                                                                                                                                	  $If   gd'J    kdĵ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at T U Z a m o            f            f            f                                                                                                                                                	  $If   gd'J    kd2 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at m n v ~  o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd| $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd귥 $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     u v   c d ! " { o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kdX $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at    {  j t     G o               & G H y z {   T V f ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ %{      Q R  e f n o  J K  j t        !                                                                                                                                                                                                                                                                                                                                      h^hgd'J   
& F  gd'J    gd'J   gd'J  ! 2 C T e f y                 S T    >                                                                                                                                                                                                                                                                                                                                                             gd'J    gd'J  > ?   G H o                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kdA $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                H z { } ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    ! _      T U                                                                                                                                                                                                                                                                                                                                                                                                                 
& F! $If   gd'J 	  $If   gd'J  
U V g  |            s            s                                                                                                                                                                                           	  $If   gd'J   kd黥 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f g              * + 7 X Y ~      } ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5            |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	  *                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J  * +                                        kd] $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               + Y ~                                                                                                                                                                                                                                                                                                                                                                                                                                                                               	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    * j   }                                                                                                                                                                                                                                                                                                                                                                                                                             
& F! $If   gd'J 	  $If   gd'J  }               
  : ; b c d h q  ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph        |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
               |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
                                        kdy $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
 ; a b c d f g                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  g h                                        kd¥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               h q     N r  a q r                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J   a q s               	    * K L t u ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    r s   |            s            s                                                                                                                                                                                           	  $If   gd'J   kd!ĥ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
              	   |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kdĥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdť $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                L s t u v x y                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J  u v z     	      . ` a k u v        îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  y z                                        kdƥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               z     # b                                                                                                                              f                           kd=ȥ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J   	    # . a k u                         s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kdȥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	u v                                        kdɥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               v                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J      h i j z {           ) * 4 > ? K g п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd˥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  ( O }      i j                                                                                                                         f                           kdY̥ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  j {        *                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdͥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	* 4 >                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  > ?                                        kdͥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ? h i j l                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  g h i j             
       @ & 9 ȺȨygȒgXgL                            hW> h'J 0J 5\ h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5                                          kd!ϥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                              s                                                                                              kduХ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
  
    @     & h    |            w            w            w            q            q            w            w            w            w            w            w            w               $gd'J    gd'J   kd/ѥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
9 h {      1 l     
      8 B C D G H g h z {      õõízh`                       h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ ! m                                                                                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                            kdѥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 H h {                                                                                                                                                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J                                           kd=ӥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 B U                                                                    f                                    [            [                     
  $If   gd'J K$  kdԥ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F" $If   gd'J 	  $If   gd'J  
 B                         ! " # E F ļޮޮއއvޮޮޮn\                              #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ                                           R            I                                                                     	  $If   gd'J Q  kdե $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdKե $If   K$L$l 0                                     
t                              4   4 
l a     # F Y l     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kde֥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	F          / 0 a g h p r        ̺{vn`NN=    hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    ,h| h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J                                          kdץ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      0 a h q                                                             f                                    [            [                     
  $If   gd'J K$  kdsإ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F# $If   gd'J 	  $If   gd'J  
q r                                          R                                                                                              Q  kd٥ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kd-٥ $If   K$L$l 0                                     
t                              4   4 
l a                                             R            I                                                                     	  $If   gd'J Q  kdڥ $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdGڥ $If   K$L$l 0                                     
t                              4   4 
l a         # 6 7 8 |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdaۥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	          5 6 9 B 3 4   	 	 	 	 	 -	 .	 /	 	 	 	 	 	 ñÓkf^L   #hp h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J  #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ 8 9                                        kdܥ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               9 B  ! 4 	 	 	 	 .	 	                                                                                     Y                                          kdoݥ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
	 	 	 	 
 
 .
 @
 Z
 t
 
 
 
 
 
 
 
                                                                                                                                                                                                                       	  $If   gd'J  S  kd)ޥ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$ 	 	 	 	 t u v w          	 
 
  "  
 "
 #
 $
 %
 ʧʧʧwo^^G   ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ  h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ   0 @ Z t u v                                                                                                                                                                                                                                                      
& F$ $If   gd'J  S  kdޥ $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  v w     
   |            s            s            s            s            s            s            s                                                                                                      	  $If   gd'J   kdMߥ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        
                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               
    #
 $
 %
 6
 
 
 
                                                             f                                    [            [                     
  $If   gd'J K$  kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F% $If   gd'J 	  $If   gd'J  
%
 5
 6
 T
 \
 
 
 
 
 
  
   $ . / 0 2 3 4 A K L     *  ӯ䒯q[S                 h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 
 
 
 
 
 
 
 	  3 M U j                                                                                                                                                                                                                            
  $If   gd'J K$	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a     	 
                                                                                                                                                                                                                                                                      	  $If   gd'J  S  kd $If   K$L$l 0   
L 
                                 
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    4 L _ r     |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd9 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 * G   u v w x                                                                                                   f                                                   kdG $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J 	  $If   gd'J   s v w x                { |   þިިިn\F>          h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ     C V i | } ~ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	~                                         kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 2 Z                                                                                                        Y                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
 1 3                        νΦ߄|jXB   +hp h'J 0J 5B*OJ QJ \^J ph   "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ       : M ` s                s                                                                                                                                                                 kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 g                                                                                              Y                                          kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F) $If   gd'J    
& F* $If   gd'J 	  $If   gd'J  
  f          ! ' ( 0 2          * 4 5 6 8 9 : ñ{iiX{X{{{P h*o h'J 5 hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    #h| h'J 6CJ OJ QJ ^J aJ  h| h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5   ! ( 1 2 : O d v                                                                                                                                                                                                                  	  $If   gd'J  S  kd $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J    2 L f v                                                                                                                                                                                                                                                     	  $If   gd'J  S  kd# $If   K$L$l 0   
  
                 \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
         : ; N a t     |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdo $$If   l             0 	h5 
         +        	 
      0                                                            4 
l a- p
       
: ; M N     _ O P Q a b n s    F H N O W Y R  T  ۶pkcUUUCC#hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5,hh1 h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5h'J  +hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ                                           kd7 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 _     O P Q b                                                                                                 f                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F& $If   gd'J 	  $If   gd'J  
b  H O X Y a v                                                                    }            }            }            }            }            }            }            }            }                    	  $If   gd'J  S  kdE $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$   
& F& $If   gd'J    
& FS $If   gd'J   + < V ^ s         (  9  S  T                                                                                                                                                                                                                             S  kd $If   K$L$l 0   h                  \
                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  T  U  V  ~                              s                                                                                                                                                                 kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  T  U  V  n  x  y  z  |  }  ~                ! ! ! " " " " # # d$ e$ N% c% e% f% Ĳ{saaaPPa  h| h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  #hQ0 h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hG3 h'J CJ OJ QJ ^J aJ                                            kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                   ! " f" " " ?# # 
$ e$ % e% f% m% % % & B& n& & & & &' Z'                                                                                                                                                                                                                                                                                                                                
& F8 $If   gd'J    
& F' $If   gd'J 	  $If   gd'J  f% m% r& & & & *' =' A' Y' Z' [' k' l' ' ' ' ' ' * * * * ԿԿԿԿtbtbQb:  ,hh h'J 6B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  ,hh1 h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   ,hp h'J 6B*CJ OJ QJ ^J aJ ph   Z' [' l' ' ' ' |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ' ' ' ' ' ( ( 4( N( _( y( ( ( ( ( ( ( )                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd1 $If   K$L$l 0                     x                
t                                4   4 
l a   ) ) 0) B) \) v) ) ) ) ) ) ) * * *                                                                                                                                                                                                                   	  $If   gd'J  S  kd $If   K$L$l 0                     x                
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  * * <* =* P* c* v* * * * * |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kdU $$If   l             V0 	h5 
         +        	 
      0                                                            4 
l a- p
       
* ,* 6* 7* ;* <* =* O* P* * * * * f+ + _, , , &- ;- . ,. . . K/ `/ a/ b/ i/ / ôÞՖooooooXo                           ,hp h'J 6B*CJ OJ QJ ^J aJ ph    )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 6CJ OJ QJ ^J aJ h h'J 5+hp h'J 0J 5B*OJ QJ \^J ph   h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ * *                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               * * f+ `, , >- K- - /. . b/ i/ / / / 0 #0 B0 a0 0 0                                                                                                                                                                                                                                                                                                                          
& F8 $If   gd'J    
& F9 $If   gd'J    
& F( $If   gd'J 	  $If   gd'J  / / / / '0 :0 F0 Y0 e0 x0 0 0 0 0 0 0 0 0 0 0  1 1 
1 P3 R3 S3 T3 l3 v3 w3 {3 ĳmmm\NN  h'J CJ OJ QJ ^J aJ   hG3 h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  0 0 0 0  1 	1 |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kdq $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	1 
1 1 $1 61 H1 Z1 q1 1 1 1 1 1 1 2 2 -2 .2                                                                                                                                                                                                                       
  $If   gd'J K$	  $If   gd'J  S  kd+ $If   K$L$l 0                                     
t                                4   4 
l a   .2 62 H2 Z2 l2 ~2 2 2 2 2 2 3 3 )3 :3 Q3 R3                                                                                                                                                                                                                            S  kd $If   K$L$l 0                                     
t                                4   4 
l a   
  $If   gd'J K$	  $If   gd'J  R3 S3 T3 |3 }3 3 3 3 3 3 3 3             s                                                                                                                                                                 kdO $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  {3 |3 }3 3 3 3 3 3 3 4 -5 5 5 6 6 7 t7 7 8 t9 9 9 : :; ; b< < < v> > 
? ? ,? x? 󸦕kVV   )hp h'J B*CJ OJ QJ ^J aJ ph3f )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5OJ QJ \^J  "hp h'J 0J 5OJ QJ \^J  h'J  h*o h'J 5 !3 3                                        kd	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               3 3 4 5 6 7 7 7 8 58 8 8 8 t9 : <; d< < < < u> v>                                                                                                                                                                                                                                                                                                     
& F, 
  $If   gd'J 
  
  $If   gd'J    
& F+ 
  $If   gd'J 	  $If   gd'J  v> > > ? 4? t? ? ? ? ? ? @                                                                                                             f                                       kd] $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J    
& F9 $If   gd'J  x? ? ? ? ? ? ? ? ? ? @ @ E@ F@ G@ j@ k@ l@ p@ q@ u@ ~@ A A A A ĳёzh`RA  h{W h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J CJ OJ QJ \^J aJ h*o h'J 5 hp h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ   h;p h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph3f  @ F@ G@ k@ l@ q@ s@ t@             s                                                                                                                                                                                     kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  t@ u@                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               u@ ~@ @ @ @ @ A A 6A XA zA A A                                                                                                                                                                                                                                                                                                                                                                                                                      
& F, $If   gd'J 	  $If   gd'J  A A A A B |            s            s            s                                                                                                                                                                          	  $If   gd'J   kd% $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A A B B B B B *B .B 2B 9B XB >D QD D D D D D E 5E IE E E ZH fH jH H H H #I 6I ||||||jjȎ^                        hW> h'J 0J 5\ #hp h'J 5CJ OJ QJ ^J aJ "hp h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h8e h'J 5h'J 5CJ OJ QJ ^J aJ hPw h'J B*ph   hv h'J  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    h[B h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5  B B B B XB D 
D >D D D D 6E E |            w            w            w            w            n            w            w            w            w            w            w                           
 + gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       E E E -F F F G G YH ZH H H H #I eI I I J jJ J J J J K K K                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  6I eI xI I I I I J .J iJ }J J J J K K K K K 5K ?K @K DK EK FK XK YK kK lK ~K K K K K K K M M 
M M M õõxg   h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  hW> h'J 0J 5\ hW> h'J CJ OJ QJ aJ (K K                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K EK FK YK lK K K K K                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  K K                                        kd  $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               K K K 
L AL oL L L L M 
M M                                                                                                             f                                       kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  M M  M HM IM \M oM M M M M             s                                                                                                                                                                      kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
M M  M 8M BM CM GM HM IM [M \M nM oM M M M M M M fN gN hN xN yN zN {N N N N N N N N N N N N N ǿ泪~mh`ǿ泪   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    %M M                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               M M M M gN hN yN zN                                                 f                                                                                                                       kd	 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  zN {N N N N N N N N N |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	N N                                        kd} $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N N N >O ?O O O O O O O O O O O O O O P P $P %P JP KP OP XP {P |P P P Q Q Q Q Q Q Q Q 㐈|s|s|a     #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J %N N O ?O O O O O                                                 f                                                                                                                       kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  O O O O P %P 8P KP MP NP |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	NP OP                                        kdE	 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               OP XP |P P Q Q Q Q                                                 f                                                                                                                       kd
 $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F0 $If   gd'J 	  $If   gd'J  Q Q Q Q ^R _R R R R S S S 'T |            w            w            w            w            w            w            n            w            w            w            w                           `gd'J    gd'J   kdS $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Q Q Q ]R ^R _R R R R R S S S S 'T :T ]T qT T T T T T T T T U /U ]U ^U qU U ͿͨͿ͜xfWfxfxfPxf 
h'J 0J \h'J 0J CJ OJ QJ \aJ #hb` h'J 0J CJ OJ QJ \aJ h'J 0J 5\ h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\ ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  'T ^T T T U ^U U U 9V V V V V V V V V                                                                                                                                                                                                                                                                                                                                                                
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  U U U U 8V LV V V V V V V V V V W W W W W W W ;W MW NW sW tW W W W W շq_W                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ "h[K h'J 0J 5OJ QJ \^J  h[K h'J 0J 5\ "hW> h'J 0J 5OJ QJ \^J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  	h'J 5hZ h'J 5h'J  h'J CJ OJ QJ aJ  hW> h'J CJ OJ QJ aJ  hW> h'J 0J 5\V V                                        kd
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               V W W ;W NW aW tW vW W                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J  W W                                        kda
 $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               W W X 6X HX X X X X X Y 8Y                                                                                                 f                                                   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F, $If   gd'J 	  $If   gd'J  W X X X X X X X X X X X 
Y Y Y #Y ,Y 6Y 8Y >Y ?Y FY HY ]Y ^Y mY oY pY qY ̧̣s^s^^^I  )h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J  #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f )h79i h'J B*CJ OJ QJ ^J aJ ph   h'J CJ OJ QJ ^J aJ   h| h'J CJ OJ QJ ^J aJ 8Y ?Y GY HY ^Y nY oY pY                                                             R            I                                   	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a  Q  kdo $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$ pY qY Y Y Y Y Y Y Y Y Y |            s            s            s            s            s            s            s            s            s                                                                    	  $If   gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
qY Y Y Y Y Y Y Y Y Y Y Y Y  Z 	Z 
Z Z wZ E[ O[ P[ n[ o[ [ [ [ [ [ [ [ ɮզncXPXnn           h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h'J  h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ Y  Z                                        kdC $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                                Z 	Z xZ Z Z Z Z 
[ E[ P[ o[ [ [ [ [ [                                                                                                                                                                                                                                                                                                                                                                                                       
& F, $If   gd'J 	  $If   gd'J  [ [ [ [ [ [ [ )\ /\ 0\ 7\ 9\ B\ h\ i\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ пЭИпп{ofofoT    #h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5)h{W h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  [ [ [ )\ 0\ 8\ |            s            s            h            h                                                                                                                                    
  $If   gd'J K$	  $If   gd'J   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       8\ 9\ i\ \ \ \                                     R            I                                                                     	  $If   gd'J Q  kd $If   K$L$l 0                                     
t                              4   4 
l a   
  $If   gd'J K$Q  kdQ $If   K$L$l 0                                     
t                              4   4 
l a   \ \ \ \ \ \ \ \ \ \ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kdk $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	\ \                                        kd% $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               \ ] t] ] ] ] #^ .^ M^ x^ ^ ^ ^ ^                                                                                                                                                                                                                                                                                                                                                                                                                 
& FT $If   gd'J 	  $If   gd'J  
\ ] ] ] s] #^ -^ .^ L^ M^ `^ o^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ زqmh`                                           hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  h'J B*ph3f hv h'J B*ph3f hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5 ^ ^ ^ ^ |            s            s                                                                                                                                                                                           	  $If   gd'J   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^  _ _ "_ #_ '_ (_ )_ ;_ <_ N_ O_ t_ u_ y_ _ _ _ _ _ ` ` ` Qa [a \a za {a ǿ泪jXMj          hv h'J B*ph   #h'J B*CJ OJ QJ ^J aJ ph   )h79i h'J B*CJ OJ QJ ^J aJ ph    h| h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J 0J 5\ hW> h'J 0J 5\ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J  )h{W h'J B*CJ OJ QJ ^J aJ ph    ^  _ (_ )_ <_ O_ b_ u_ w_ x_ |            s            s            s            s            s            s            s            s                                                                                     	  $If   gd'J   kd3 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	x_ y_                                        kd $$If   l             r 	X $h5 
                                  	                 ,                                 	
     2                              0                                                                                                4 
l a- p2                               y_ _ _ .` ` ` a a Qa \a {a a a a                                                                                                                                                                                                                                                                                                                                                                                       
& F$ $If   gd'J    
& F/ $If   gd'J 	  $If   gd'J  
{a a a a a a a a a a a a a a b b &b 'b (b )b *b +b Rb 촰o`I                                ,hp h'J 5B*CJ OJ QJ ^J aJ ph    hW> h'J CJ OJ QJ aJ  )h{W h'J B*CJ OJ QJ ^J aJ ph    hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J   h{W h'J CJ OJ QJ ^J aJ  )h79i h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   h'J B*ph3f hv h'J B*ph3f  a a a (b |            s            s                                                                                                                                                                                           	  $If   gd'J   kdA $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       (b )b *b +b Rb Sb b Ec wc xc c d Xd Yd |            w            w            w            w            w            w            w            w            w            w            w            w                            gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
Rb _b cb b Ec wc c c c d Yd ed id d e te e e e e f ff f f f f h h h h i i i i i j j +j ik k k k k k "m Pm Qm m m n vn n 
o ͶͶͶͶͶͶͶͅͅ  h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   /hp h'J 5;B*CJ OJ QJ ^J aJ ph   ,hp h'J 5B*CJ OJ QJ ^J aJ ph     hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  4Yd d e se te e e f ff f f f h h h i i i i +j j j k *k Fk Vk ik k k k                                                                                                                                                                                                                                                                                                                                                                   gd'J  k "m Qm m m n vn n 
o Io o o o o o 	p p (p ,p                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J   gd'J    gd'J  
o o o o o o p p (p +p ,p 3p 4p p p p p p p Yq q q r 
r ir r r r r r #s Ps Qs Vs {s t 1u Ѽ~w~p~g]  h'J 6B*ph     h.A h'J aJ  hN h'J  hN h'J  h%HR h'J  hPg h'J  h- h'J  ha3 h'J  hYP h'J  h~< h'J  hTB h'J  	h'J 5h7| h'J 5)hp h'J B*CJ OJ QJ ^J aJ ph   &h'J 5B*CJ OJ QJ ^J aJ ph    ,hp h'J 5B*CJ OJ QJ ^J aJ ph    h'J $,p -p .p /p 0p 1p 2p 3p 4p M            H            H            H            H            H            H            H                   gd'J   kd $$If   l             r t,#+1                                   h                 (                                 
t  0                              1                                                                4   4 
l a   4p Hp Op Tp dp ep tp up                                                 _            V            V                                                             	 $If   gd'J    kdS $$If   l 4      0   T# T                 .                	  
t            0                                                              4 
l al p          	 $If   gd'J   gd'J  $gd'J  up vp p p                                                                                                                                                                                                                                                          	 $If   gd'J  o  kd( $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p p p p p p p p                                     z            q            q            q                                                                                                                   	 $If   gd'J  
 $$If   gd'J   gd'J    gd'J  o  kd $$If   l       0   T# T                 .                
t  0                                                              4 
l al  p p p p p 2            )            )            )                      	 $If   gd'J    kdb $$If   l 4      \   /,#                                                    V                	    
t  (                    0                                                                                          4 
l al p(                     p Sq Tq Yq q q q             [                                                                                                                                           kd $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al 	 $If   gd'J  q q q 
r r cr d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kdX $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  cr dr ir r r r d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd!  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  r r r r r s d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd  $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s #s Qs Vs |s d            [            R            [            [                                                                                       	  $If   gd'J 	 $If   gd'J    kd! $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  |s }s ~s s s s s d            _            Z            _            Q            Q                                                                    	 $If   gd'J   gd'J    gd'J    kd|" $$If   l       \   /p#                                                    a                
t  0                                                                                         4 
l al  s s s s n            e            e                                                                                                                                                               	 $If   gd'J    kdE# $$If   l 4      0   ~	# ~	                                 	  
t            0                                                                  4 
l al p           s s s t                                                                                                                                                                                                                                                	 $If   gd'J  t  kd$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  t t t t t #t *t 1t =t                                     w            w            w            w            w                                                                                                              	 $If   gd'J   gd'J    gd'J  t  kd$ $$If   l       0   ~	# ~	                                 
t  0                                                                  4 
l al  =t >t                                             kdT% $$If   l 4      r   <Up# <                                  z                                  u                	
     
t  2                         0                                                                                                  4 
l al p2                          >t It Mt Tt [t \t ]t ^t                                                             A                                  kd& $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al  $$If   a$gd'J 	 $If   gd'J  ^t _t `t at bt ct dt et                                                 A                                              kd' $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  et ft gt ht it jt t                                     A            <            7                  gd'J    gd'J    kdk( $$If   l       r   <Up# <                                  z                                  u                
t  0                                                                                                  4 
l al 	 $If   gd'J  $$If   a$gd'J  t 2u 3u Lu Mu fu wu xu u u                                                                                                                                                                                                                                                   E  kdJ) $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J     gd'J   gd'J    gd'J   gd'J  	1u 2u 3u 9u :u Lu Mu wu xu u u u u u u u u u u u u u u v v /v 0v 1v 5v 6v Sv Tv Uv av bv tv <w x x x x x x 춥x                          /j|. hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  hC h'J  ho\ h'J  
h'J 5CJ h'J 56CJ  h
  h'J  h'J  hN h'J  hz h'J 6 *u u u u u u u                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd) $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kd* $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kdg* $$If   l 0 
" R                                                           4 
l a   u u u u u u u                                     a                                                                                                                             E  kd+ $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd%+ $$If   l 0 
" R                                                           4 
l a   u u 
v v v "v /v                                     a                                                                                                                             E  kdB, $$If   l 0 
" R                                                           4 
l a  	 $If   gd'J 	 $If   gd'J  E  kd+ $$If   l 0 
" R                                                           4 
l a   /v 0v 1v 2v 3v 4v 5v                                                                                                                                                                                                                                                                                               	 $If   gd'J 	 $If   gd'J     gd'J  E  kd, $$If   l 0 
" R                                                           4 
l a   5v 6v Cv Dv Rv Sv l            c            Z            c            Z                                                                                                       	 $If   gd'J 	 $If   gd'J    kd - $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   Sv Tv Uv bv tv ;w <w .x /x y y l            g            a            \            g            g            g            g            g            g                        gd'J  $gd'J    gd'J    kd- $$If   l                       \ 
P# R                                                   2
                0                                                                                          4 
l a   
x y y y y z z z z z z z Fz Gz z z z z z z { { I{ K{ ]{ ^{ { { { { { { { { { S T `    ڂ   ` a   Ѓ ɱɭɘɘɘɘɘɘɘɘɘɓɭɭzhlC h'J 5 h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h'J CJ OJ QJ ^J aJ  hZ% h'J  h'J  /j. hh h'J CJ OJ QJ U^J aJ  hh h'J CJ OJ QJ ^J aJ  )j    hh h'J CJ OJ QJ U^J aJ  h
 h'J CJ OJ QJ ^J aJ 0y z 'z Gz z z z z { J{                                                                                                                                                                                                                                                       S  kdJ/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J   gd'J   gd'J    gd'J  	J{ K{ ^{ { { { {                                     N                                                                                       S  kdn0 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gd'J  S  kd/ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   { { { { | | o} p} ]~ ^~ S T `  >   ~                                                                                                                                                                                                                                  
& F
 gd'J    gd'J  S  kd 1 $$If   l 0 	X' D
                                 
t    6                            4   4 
l a        ` a    у 7 8 I g    - I c d m n 
  l m                                                                                                                                                                                                                                                                                                                                                   gd'J   
& FO gd'J    gd'J  Ѓ у H I Y a 6 8 I f g  N k n   -  Ί Ҋ ߊ  0 1 F G x y z           ۵۵۵ۭۜۋzrgrrr       jv2 h'J Uj    h'J U h0 h'J CJ OJ QJ ^J aJ   h
o h'J CJ OJ QJ ^J aJ   h7| h'J CJ OJ QJ ^J aJ  h7| h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J   hh h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  	h'J 5 ' Ċ ӊ ߊ  1 G y                                     j                                                                                                                                           kd1 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a  	  $If   gd'J  y z  ԋ ً  v w   : s            n            i            a            a            a            i            i            Y            Y                  
& FR gd'J   
& FQ gd'J    gd'J   gd'J   kd2 $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
:  Y Z    G H   E F   k l 9 : T e  ϕ                                                                                                                                                                                                                                                                                                                                     
& F gd'J   $ $gd'J    gd'J   
& FR gd'J        G H  D  j     ! 1 2 6 7 8 9 : C T e          ŷŷŢŊŢyŷrkfUUUU  h8pU h'J CJ OJ QJ ^J aJ  	h'J 5h`\g h'J  h3 h'J   h
 h'J CJ OJ QJ ^J aJ  /jD3 hh h'J CJ OJ QJ U^J aJ )j    hh h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ   hh h'J CJ OJ QJ ^J aJ  h>vi h'J  hc[ h'J B*ph   h'J  j    h'J Uj2 h'J U !      1                                                 e                                                                                                                        F  kd4 $$If   l   l '{6    4   4 
l a] p
        F  kd3 $$If   l   l '{6    4   4 
l a] p
        	  $If   gd'J    gd'J    3 W X [ \ b c       ؙ ٙ     4 5 L M c d ~           + D x ~  
   
 ? h    ᷳᚉ                h0 h'J CJ OJ QJ ^J aJ   ho h'J CJ OJ QJ ^J aJ  h# h'J 5h'J   hh h'J CJ OJ QJ ^J aJ   h8pU h'J CJ OJ QJ ^J aJ  h'J CJ aJ  h'J CJ OJ QJ ^J aJ   h'J 5CJ OJ QJ \^J aJ 31 2 3 < J W X                                                             5            v  kd5 $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gd'J    gd'J F  kd4 $$If   l   l '{6    4   4 
l a] p
         X Y Z [ \ ` a b                                     t                                                                                                                                                             v  kd5 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gd'J 	  $If   gd'J  b c | ~                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdT6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd6 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                                      t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd7 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           Й ҙ ؙ                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdU8 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ؙ ٙ                            t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd 9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                            
                          t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd9 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                           - / 4                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdV: $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         4 5 D F L                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         L M [ ] c                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd; $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         c d w y ~                         t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kdW< $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         ~                             t            t                                                                                                                                                                              $$If   a$gd'J 	  $If   gd'J v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                                 ݜ  + E y                           |            |            |            |            |            |            |            |            |            |            |            |                     gd'J    $a$gd'J v  kd= $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          ԝ    T g     ? Y i          5 [ j } ~  ʡ ˡ                                                                                                                                                                                                                                                                                                                                                                   gd'J        5 K j |  ɡ   ) J [    O d      ң ӣ    пппппЮЄ{{ia{P  h.P h'J CJ OJ QJ ^J aJ  h6= h'J 5#h6= h'J 5CJ OJ QJ ^J aJ h'J  	h'J 5hZ h'J 5h8 h'J 0J 5OJ QJ \ #h8 h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ   h0 h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ  ˡ   
  ) Y Z [    Ѣ   N O Y d                                                                                                                                                                                                                                                                                                                                          
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J                                        kdX> $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                ӣ     3 I K b                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J  	    2 3 H I c l   
  - . / 0 V W \ e         ܦ Ⱥ򥘐me򥘐Tm               h$ h'J CJ OJ QJ ^J aJ  h*o h'J 5#h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h h'J 5h'J   h7| h'J CJ OJ QJ ^J aJ  hM h'J 0J OJ QJ \h'J 0J OJ QJ \h_ h'J 0J OJ QJ \ h.P h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ b c                                     kd? $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               c l     Ȥ                                                                                                                                            q                            kdA $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  
 . / 0 W X Y Z [             q            l                                                                                                                                                       gd'J    kdA $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gd'J  [ \                                     kdB $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               \ e      ҥ ӥ   ) > S m n                                                                                                                                                                                                                                                                                                                                                                                                                          	  $If   gd'J      z            q            q                                                                                                                                                                                       	  $If   gd'J    kdC $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
          ަ ߦ    z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdD $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       ܦ ݦ ަ   t v      է ֧ ۧ  2 > Z f          # 9  ũ Ʃ  ΰ΍΍΍ΰ{jjY     hp h'J CJ OJ QJ ^J aJ   hm{ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ  h
o h'J CJ OJ QJ ^J aJ  #h*o h'J 5CJ OJ QJ ^J aJ  h6= h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5h'J CJ OJ QJ ^J aJ  h h'J 5h'J  h*o h'J 5h'J 5CJ OJ QJ ^J aJ  "                                      kdQE $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                                     ! C _ ` u v                                                                                                               q                                                         kdF $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J     ֧ ק ا ٧ ڧ z            u            l            l            l            l            l                                                                                                         	  $If   gd'J    gd'J    kdeG $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       ڧ ۧ                                     kd"H $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               ۧ  - .                                                                  q                                                                                                                             kdyI $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gd'J      9 Ʃ     & z            u            u            u            u            u            u            u            h            _                            	  $If   gd'J 
  ? $If   ^? gd'J    gd'J    kd6J $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
   & X Y c m n    Ѫ Ҫ           / 0 1 P Q R S T W `  ̭ ͭ ºҬғxxxgZқғ h'J 0J 5OJ QJ \  h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ  h	 h'J CJ OJ QJ aJ  h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h	 h'J 0J OJ QJ \h*o h'J 5h*o h'J 0J 5OJ QJ \ h'J  	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ #& Y c m                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gd'J 	  $If   gd'J  m n                                        kdK $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               n   Ҫ Ԫ                                                                                                                                                                                                                                                                                                                                                                                                                                                                                 	  $If   gd'J                                           kdUL $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      E     0                                                                                                 s                                                                        kdM $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  0 1 R S T U V |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kdcN $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       V W                                        kdO $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               W `   ͭ                          s                                                                                                                                                                                   kdqP $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  ͭ               z    }   &  Ĵ   ? Y x   q   "     
 )    4 i j о߷ߦЦ                                       #hp h'J 5CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J  #h8 h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ aJ -           
  " , |            w            w            w            w            q            w            w            w            w            w            w            w              $gd'J    gd'J   kd+Q $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
, -    ӯ    < q      ϱ                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J   $$If   a$gd'J   
& F gd'J    gd'J    $ )             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ) * 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdDR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : E J             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdR $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J K U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ \ z                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdaS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdS $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ų ʲ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd~T $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʲ ˲ ղ ڲ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdT $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ڲ ۲ ܲ                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd<U $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     # (             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 3 8             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdU $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   8 9 D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdYV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J T Y             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdV $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Y Z [ }                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdvW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdW $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ȳ ͳ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd4X $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ͳ γ س ݳ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ݳ ޳ ߳   %                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdX $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   % & 1 6             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdQY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6 7 A F             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdY $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F G R W             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   W X b g             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdnZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   g h i   ô                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdZ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ô Ĵ ϴ Դ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd,[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Դ մ ߴ              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd[ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdI\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a        . >                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd\ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   > ? J O             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O P Z _             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   _ ` k p             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd] $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   p q {              {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd$^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       7 Y g w                                                             s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   w x               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd^ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdA_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd_ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                                              s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd^` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                    {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd` $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      !             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd{a $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kda $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C D q                                       s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd9b $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdb $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdVc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a    · ̷ ѷ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdc $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ѷ ҷ ӷ   !                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ! " - 2             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdsd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   2 3 = B             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   B C N S             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd1e $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   S T ^ c             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   c d e                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kde $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdNf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     Ÿ ʸ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdf $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ʸ ˸ ָ ۸             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ۸ ܸ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdkg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      Y Z                                                                s            j                                                                                                     	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdg $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd)h $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     ù ȹ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ȹ ɹ Թ ٹ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdh $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ٹ ڹ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdFi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a      
  (                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdi $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ( ) 4 9             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   9 : D I             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdcj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I J U Z             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdj $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Z [ e j             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd!k $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j k l                                        s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a     º Ǻ             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdk $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Ǻ Ⱥ Һ ׺             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kd>l $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ׺ غ               {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a                   {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdl $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a       # 3                                     s            j                                                                                                                                       	  $If   gd'J   $$If   a$gd'J    gd'J  z  kd[m $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   3 4 ? D             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdm $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   D E O T             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   T U ` e             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdxn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   e f p u             {            {                                                                                                                                                                                                           	  $If   gd'J  z  kdn $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   u v w      Z [ h i j                                                                                                                                                                                          gd'J  z  kd6o $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   j {    G X Y Z o         
     : C   ( ) 9 Ϳ}y}yiayiPyHy}h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J  	h'J 5hZ h'J 5#h*Y h'J 5CJ OJ QJ ^J aJ "h*Y h'J 0J 5OJ QJ \^J   hp h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ   h h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #h h'J 5CJ OJ QJ ^J aJ    G Y Z d o                                                                                                                                                                                                                                                                                                                                                                                                      
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J  	                                         kdo $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                    " 9                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  9 :                                        kdp $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               : C      f   ѿ                                                                                                                                                                                                                                                                                                                                                                                                                
& F $If   gd'J 	  $If   gd'J    ) z     |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kd=r $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       9 : T U V i j y      J K N W          ߧzia\TB   #h h'J 5CJ OJ QJ ^J aJ hZ h'J 5	h'J 5h h'J 5 h7| h'J CJ OJ QJ ^J aJ  h*o h'J 5hp h'J 0J OJ QJ \^J h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /jr h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ     J K L M |            s            s            s            s            s                                                                                                                                        	  $If   gd'J   kd|s $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       M N                                        kd6t $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               N W    N Y u                                                                                                                                                                                                                                                                                                                                                                                                                           
& F $If   gd'J 	  $If   gd'J      |            s            s                                                                                                                                                                                           	  $If   gd'J   kdu $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            Z [       |            w            w            w            w            w            w            w            w            w            w            w                                             gd'J   kdDv $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
        Z [        - c           & ' V y z }  < ?        ̡̺̩뜡댄rj뜡                            h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h*o h'J 5hp h'J 0J OJ QJ \^J 	h'J 5hZ h'J 5 h3
 h'J CJ OJ QJ ^J aJ  "h3
 h'J 0J 5OJ QJ \^J  h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J   hl,! h'J CJ OJ QJ ^J aJ $                                                                                                                                                                                                                                                                                                                                                                                                                                       
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J                                            kdv $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ' V h z { |                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  | }                                        kdRx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               }      $ %   1 R x                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gd'J 	  $If   gd'J     ?   . q |            s            s            s            s            s            s                                                                                                                       	  $If   gd'J   kdy $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
            . / > _     - O p q t    ! S T U f ߧߧߧߧߖoߧbP                               "h G h'J 0J 5OJ QJ \^J  h'J 0J OJ QJ \^J  h G h'J CJ OJ QJ ^J aJ  #h h'J 5CJ OJ QJ ^J aJ h'J   h6= h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ /j`z h*Y h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #j    h'J CJ OJ QJ U^J aJ  q r s t     ! U g h r |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gd'J    gd'J   kdz $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       f h }         $ % ( 1       $ & 6 7          ෥ϏϏϏ~mff                                   h h'J   h G h'J CJ OJ QJ ^J aJ   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ hp h'J 0J OJ QJ \^J h*o h'J 5 hp h'J CJ OJ QJ ^J aJ  h'J  	h'J 5hZ h'J 5h'J 0J 5OJ QJ \^J !r }                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gd'J 	  $If   gd'J                                           kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                  % & '                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  ' (                                        kd| $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ( 1       % & 7                                                                                                 Y                              kdG~ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gd'J 
  
 
 $If   gd'J 	  $If   gd'J  
7      K o   < I             s            n            n            h            n            c            n            n            n            c                     gd'J  $gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J          K o < I u                 
       K l   d e } ~   ٬٬ٌٌٌٌٌٚٚٚ٬ٌٌٌٌٚt   /j  hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J   h
 h'J CJ OJ QJ ^J aJ  /j hp h'J CJ OJ QJ U^J aJ  hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ  -I t u         : ;          
 ~                                                                                                                                                                                                                                                                                                                                      	  $If   gd'J   gd'J   
& FP gd'J    gd'J                    f                                                                                                                                                                      kd" $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at	  $If   gd'J       o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at      o            f            f            f                                                                                                                                                	  $If   gd'J    kdl $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     ! o            f            f            f                                                                                                                                                	  $If   gd'J    kdځ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at ! " * 2 > o            f            f            f                                                                                                                                                	  $If   gd'J    kdH $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at > ? G N S o            f            f            f                                                                                                                                                	  $If   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at S T \ c o o            f            f            f                                                                                                                                                	  $If   gd'J    kd$ $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at o p q r   k l      o            j            j            j            j            j            j            j            j            j            j            j                   gd'J    kd $$If   l             F ;X' 
                 
                 
                
t  0                                6                                        4   4 
l at     %   Y d [ l  
  ) * 6 : V Z [ p             &    ȓyg_ȓ h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5hZ h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ hq7 h'J  h'J   hp h'J CJ OJ QJ ^J aJ  )j    hp h'J CJ OJ QJ U^J aJ h'J CJ OJ QJ ^J aJ % %   X Y   B    
 ^      X Y z                                                                                                                                                                                                                                                                                                                                           h^hgd'J   
& F  gd'J    gd'J   gd'J         * A X Y d   2 3     [ l    Q                                                                                                                                                                                                                                                                                                                                                                gd'J    gd'J    & v   
  * V Z [ e p                                                                                                                                                                                                                                                                                                                                               
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J   gd'J   gd'J    gd'J                                           kd{ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    	  $If   gd'J                                           kdυ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                & e q    % 0 i s                                                                                                                                                                                                                                                                                                                                                                                                                    
& F! $If   gd'J 	  $If   gd'J  
   < |            s            s                                                                                                                                                                                           	  $If   gd'J   kd# $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         ; < = ? K O k l             " +    ñԝ镃qiT                                       )hp h'J B*CJ OJ QJ ^J aJ ph   h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5	h'J 5h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hp h'J CJ OJ QJ ^J aJ  h'J   h6= h'J CJ OJ QJ ^J aJ  h'J CJ OJ QJ ^J aJ  hZ h'J 5 < = > ? k l v    |            w            w            w            w            j            a            a            V                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd݇ $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                      !                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  ! "                                        kd뉦 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               " + j v     ,     + ,                                                                                                                                                                                                                                                                                                                                                                                                                           
& F! $If   gd'J 	  $If   gd'J   + - = > D K L M N c                ǲ撄|jXP                                    h h'J 5#h[Y h'J CJ OJ QJ \^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph    , - > L |            s            s                                                                                                                                                                                           	  $If   gd'J   kd? $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       L M N X c    |            w            j            a            a            V            a                                                              
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
                                                kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             	  $If   gd'J                                           kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                 N Z                                                                                                                                                                                                                                                                                                                                                                                                                                   
& F! $If   gd'J 	  $If   gd'J      ! " ( / 0 1 2 3 ? C ^ _ t           ղyjyjYKCh*o h'J 5h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5h'J  )hp h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph      " 0 |            s            s                                                                                                                                                                                           	  $If   gd'J   kd[ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       0 1 2 3 _ i t    |            w            w            w            j            a            a            V            a                            
  $$If   gd'J 	  $If   gd'J 
  ? $If   ^? gd'J    gd'J   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       	                                         kdϐ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gd'J     !             	     A B L k l m îxjbPAP h'J 6CJ OJ QJ ^J aJ #hp h'J 6CJ OJ QJ ^J aJ h*o h'J 5h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ                                           kd# $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                ! ` l       X                                                                                                                            f                           kdw $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J          	                          s            n            a                                    V                                        
  $$If   gd'J 
  ? $If   ^? gd'J    gd'J   kd1 $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  	                                         kd딦 $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                                B l m n p q                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gd'J  m n r { 	 	 	 	 	 	 &	 '	 (	 )	 c	 }	 	 	 	 	 	 	 	 	 	 
 п麲vgUg麲G             h'J CJ OJ QJ ^J aJ  #hp h'J 5CJ OJ QJ ^J aJ h'J 5CJ OJ QJ ^J aJ )h{W h'J B*CJ OJ QJ ^J aJ ph   #h'J B*CJ OJ QJ ^J aJ ph   )hp h'J B*CJ OJ QJ ^J aJ ph   hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5h'J  #h[Y h'J CJ OJ QJ \^J aJ  q r                                        kd? $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               r {     ; j   	 	                                                                                                                         f                           kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F! $If   gd'J 	  $If   gd'J  	 	 '	 (	 )	 c	 	 	 	 	                         s            n            i            n            \                                                               
  ? $If   ^? gd'J   gd'J    gd'J   kdM $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  		 	 	                                                                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gd'J  
  $$If   gd'J  	 	                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               	 
 
 
 

 !
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gd'J  
 
 
 
 "
 +
 , - . d e f v w             ȺȨygȒgXgGC     hz   hh h'J CJ OJ QJ ^J aJ  h'J 5CJ OJ QJ ^J aJ #hp h'J 5CJ OJ QJ ^J aJ  hG3 h'J CJ OJ QJ ^J aJ  hZ h'J 5	h'J 5 h{W h'J CJ OJ QJ ^J aJ  #hp h'J 6CJ OJ QJ ^J aJ h'J CJ OJ QJ ^J aJ   hp h'J CJ OJ QJ ^J aJ  h h'J 5#h[Y h'J CJ OJ QJ \^J aJ h'J  h*o h'J 5 !
 "
                                        kd[ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               "
 +
 - . ? ~  e f w                                                                                      s                                                                                              kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gd'J  
            |            w            w            w            q            q            w            w            l            g            b                   gdz   gdz    gdz   $gd'J    gd'J   kdi $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
              g i t u         G I J V W      - M r {   0 1 C D                 + A E R S  Ѹڧڧڧڟ՟                   h7| hz 5 hp hz CJ OJ QJ ^J aJ  hlC hz 5 h8pU hz CJ OJ QJ ^J aJ  hz  	hz 5hz CJ OJ QJ ^J aJ   hh hz CJ OJ QJ ^J aJ  hZ% hz ;    h i u                                                                            I                               S  kd $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   S  kd# $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdz    gdz      H I J W                                                  N            I            I            I                     gdz  S  kdٞ $$If   l 0 	X' D
                                 
t    6                            4   4 
l a   S  kdG $$If   l 0 	X' D
                                 
t    6                            4   4 
l a  	  $If   gdz   &        V  "   X Y  s    0 1 D                                                                                                                                                                                                                                                                                                                                                
& FO gdz    gdz   
& F
 gdz    e            + 7 F R                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdz    gdz   gdz  R S    s            j            j            j                                                                                                                                                        	  $If   gdz   kdk $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a          	# 
# # # # # # Y# Z# e# f# g# k# l# o# # # ^$ % y' ' ( ( ( ﻳzzzez                                                )j    hh hz CJ OJ QJ U^J aJ  hh hz CJ OJ QJ ^J aJ  h>vi hz  hc[ hz B*ph   j hz UjO hz Uj    hz Uhz   h0 hz CJ OJ QJ ^J aJ   h
o hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ   h7| hz CJ OJ QJ ^J aJ    G  L        ! p! ! s            n            i            a            a            a            i            i            Y            Y                  
& FR gdz   
& FQ gdz    gdz   gdz   kdݟ $$If   l             F |) 	                 =                                 
t  0                              )                                        4   4 
l a   
! " " " # n# o# # # _$ `$ % % '' (' ' ' ( ( ( ( ) B* + + , 	,                                                                                                                                                                                                                                                                                                                                 
& F gdz   $ $gdz    gdz   
& FR gdz  ( ( ( ( ( ( ( ( ( ( ( ( Y) b) k* * + , s- t- y- - - - - - - - - - . . /. 0. K. L. h. i. . . ֢֛~~~~mmememeeeeeee   hz CJ aJ   hz 5CJ OJ QJ \^J aJ   h8pU hz CJ OJ QJ ^J aJ  	hz 5h`\g hz  h3 hz  hz CJ OJ QJ ^J aJ   h
 hz CJ OJ QJ ^J aJ  )j    hh hz CJ OJ QJ U^J aJ  hh hz CJ OJ QJ ^J aJ  /j hh hz CJ OJ QJ U^J aJ  '	, t- x- y- - - -                                                 e                                                                                                                        F  kd $$If   l   l '{6    4   4 
l a] p
        F  kd $$If   l   l '{6    4   4 
l a] p
        	  $If   gdz    gdz  - - - - - - -                                                             5            v  kdݢ $$If   l  F l '                 '                 '                {6                                        4   4 
l a] p                        	  $If   gdz    gdz F  kdj $$If   l   l '{6    4   4 
l a] p
         - - - - - - - -                                     t                                                                                                                                                             v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                          $$If   a$gdz 	  $If   gdz  - - - - -                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd- $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         - - . . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kdؤ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . '. ). /.                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         /. 0. C. E. K.                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd. $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         K. L. a. c. h.                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd٦ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         h. i. ~. . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd/ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . . . . . . / / / / / 0 0 1 i1 1 1 1 1 1 2 2 e3 }3 3 3 4 .4 d4 f4 p4 4 4 4 5 5 5 5 $6 <6 \6 _6 6 6 6 ļyy   #hp hz 5CJ OJ QJ ^J aJ hz 5CJ OJ QJ ^J aJ  h0 hz CJ OJ QJ ^J aJ   ho hz CJ OJ QJ ^J aJ  h# hz 5hz   hh hz CJ OJ QJ ^J aJ   h8pU hz CJ OJ QJ ^J aJ  hz CJ aJ  hz CJ OJ QJ ^J aJ /. . . . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kdڨ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . .                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd0 $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         . . . . /                         t            t                                                                                                                                                                              $$If   a$gdz 	  $If   gdz v  kd۪ $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         / / / / / 0 0 1 P1 j1 1 1 1 1 32                         |            |            |            |            |            |            |            |            |            |            |            |                     gdz    $a$gdz v  kd $$If   l  F l '                &                &                {6                                        4   4 
l a] p                         32 G2 {2 2 2 2 3 ,3 `3 ~3 3 3 3 4 /4 c4 d4 e4 f4 4 5 5 5 5 5 5 5 
6 =6 >6                                                                                                                                                                                                                                                                                                                                                                   gdz  >6 \6 j6 }6 ~6 6 6 6 6 7 7 .7 D7 Z7 [7 7 7 7 7 
8 8 8                                                                                                                                                                                                                                                                                                                                       
  $$If   gdz 	  $If   gdz 
  ? $If   ^? gdz    gdz  6 7 .7 Y7 7 7 	8 
8 8 8 8 E8 F8 c8 d8 w8 z8 8 8 8 8 8 8 8 8 n9 p9 Ϳuj\KCh hz 5 h7| hz CJ OJ QJ ^J aJ  hM hz 0J OJ QJ \hz 0J OJ QJ \h_ hz 0J OJ QJ \ h.P hz CJ OJ QJ ^J aJ  h6= hz 5#h6= hz 5CJ OJ QJ ^J aJ hz  	hz 5hZ hz 5hz CJ OJ QJ ^J aJ  h8 hz 0J 5OJ QJ \ #h8 hz 5CJ OJ QJ ^J aJ  hp hz CJ OJ QJ ^J aJ 8 8                                     kd1 $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 F8 c8 d8 z8 8 8 8 8 8                                                                                                                                                                                                                                                                                                                                                                                                                                                            	  $If   gdz  	8 8                                     kd $$If   l             r 	yr!h5                  	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               8 8 9 9 9 9 ;9 W9 X9 m9 n9 o9 p9 9                                                                                                                                     q                            kd߮ $$If   l             V0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdz  
p9 9 9 9 9 9 9 9 9 9 9 : : ; ; '; (; ); *; O; P; Q; V; _; ; ; ; ; < < < H< I< N< W< < < < < < = V= X= h= i= = = = 併ϭϜϭϽϭ|||          h
o hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ  h$ hz CJ OJ QJ ^J aJ  h hz 5h*o hz 5#h*o hz 5CJ OJ QJ ^J aJ hz   h6= hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ  hZ hz 5	hz 5 /9 9 9 9 9 9 9 9 9             q            l                                                                                                                                                       gdz    kd $$If   l             0 	h5                  N-                	 
      0                                6                            4 
l a- p
      	  $If   gdz  9 9                                     kdY $$If   l             r 	U h5                  	                 	                                                  	
     2                              0                                6                                                                4 
l a- p2                               9 9 9 9 : : ): E: F: X: : : : : : : :                                                                                                                                                                                                                                                                                                                                                                                                                         	  $If   gdz  : : ; (; z            q            q                                                                                                                                                                                       	  $If   gdz    kd $$If   l             V0 	h5                  -                	 
      0                                6                            4 
l a- p
       (; ); *; Q; R; S; T; U; z            u            l            l            l            l            l                                                                                                         	  $If   gdz    gdz    kdm $$If   l             0 	h5                  -                	 
      0                                6                            4 
l a- p
       U; V;                                     kd* $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               V; _; ~; ; ; ; ; ; ; ; ; ; <                                                                                                             q                                                         kd $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdz  < < < I< J< K< L< M< z            u            l            l            l            l            l                                                                                                         	  $If   gdz    gdz    kd> $$If   l             0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
       M< N<                                     kd $$If   l             r 	U h5 .
                 f	                                                                   	
     2                              0                                6                                                                4 
l a- p2                               N< W< < < V= W= X= i= =                                                             q                                                                                                                             kdR $$If   l             V0 	h5 .
                 y+                	 
      0                                6                            4 
l a- p
      	  $If   gdz  = = = = = 9> m> > > > > z            u            u            u            u            u            u            u            h            _                            	  $If   gdz 
  ? $If   ^? gdz    gdz    kd $$If   l             V0 	h5 .
         y+        	 
      0                                6                            4 
l a- p
       
= = = = 8> 9> l> m> > > > > > > > ? ? /? D? E? y? ? @ @ @ A A Ϳͮަwf^OChz CJ OJ QJ aJ  h	 hz CJ OJ QJ aJ  h hz 5 h7| hz CJ OJ QJ ^J aJ  h	 hz 0J OJ QJ \h*o hz 5h*o hz 0J 5OJ QJ \ hz  	hz 5hZ hz 5 hp hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ   hm{ hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ #hp hz 5CJ OJ QJ ^J aJ  > > > >                                                                                                                                                                                                                                                                                                                                                                                                                                                                     
  $$If   gdz 	  $If   gdz  > >                                        kdڸ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               > ? /? E? G? x?                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdz  x? y?                                        kd. $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               y? ? @ @ W@ X@ g@ @ @ @ A `A A                                                                                                 s                                                                        kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdz  A `A sA A A A A A A A A A A /B ?B @B `B aB bB cB dB fB B B F F -F mF ћѓюwe^MwM                hp hz CJ OJ QJ ^J aJ  h hz  #h8 hz 5CJ OJ QJ ^J aJ hz 5CJ OJ QJ ^J aJ hZ hz 5	hz 5h hz 5 h7| hz CJ OJ QJ ^J aJ  h*o hz 5hz 0J 5OJ QJ \ h*o hz 0J 5OJ QJ \ hz   h6= hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ  hz CJ OJ QJ aJ A A A A A A A |            s            s            s            s            s                                                                                                                                        	  $If   gdz   kd< $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       A A                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               A A .B /B @B aB                         s                                                                                                                                                                                   kdJ $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdz  aB bB cB dB eB fB B 3C 4C uC C C C C |            w            w            w            w            q            w            w            w            w            w            w            w              $gdz    gdz   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       
C C  D D /D FD sD tD D D *E +E F F -F BF mF {F F                                                                                                                                                                                                                                                                                                                                                             	  $If   gdz   $$If   a$gdz   
& F gdz    gdz  F F F F             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   mF F F G lG G G H zH H I 7I I I J J UK tK K L vL L L M M N }N N O *O O O P P P  Q Q Q Q Q Q Q Q Ʒ܆tl  hZ hz 5#h*Y hz 5CJ OJ QJ ^J aJ "h*Y hz 0J 5OJ QJ \^J  hz CJ OJ QJ ^J aJ   h hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ #h hz 5CJ OJ QJ ^J aJ hz   hp hz CJ OJ QJ ^J aJ  #hp hz 5CJ OJ QJ ^J aJ  *F F F F             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd| $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   F F F F F G                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kd: $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G 'G ,G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,G -G 8G =G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdW¦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =G >G HG MG             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd¦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   MG NG OG lG zG G                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdæ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdtæ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdæ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd2Ħ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdĦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   G G G G G H                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdĦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdOŦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H  H *H /H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdŦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   /H 0H ;H @H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd
Ʀ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   @H AH KH PH             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdlƦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   PH QH RH zH H H                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdƦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd*Ǧ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdǦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdǦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H H             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdGȦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   H H H I &I 6I                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdȦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   6I 7I BI GI             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdɦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   GI HI RI WI             {            {                                                                                                                                                                                                           	  $If   gdz  z  kddɦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   WI XI cI hI             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdɦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   hI iI sI xI             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd"ʦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   xI yI zI I I I                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdʦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdʦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd?˦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd˦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I I             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd˦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   I I I aJ J J J J                                                             s            j                                                                                                     	  $If   gdz   $$If   a$gdz    gdz  z  kd\̦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J J J             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd̦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   J J K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdͦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdyͦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K 'K ,K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdͦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ,K -K .K UK cK sK                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kd7Φ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   sK tK K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdΦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdΦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdTϦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdϦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   K K K K K L                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdЦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdqЦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L #L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdЦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   #L $L /L 4L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd/Ѧ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   4L 5L ?L DL             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdѦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   DL EL FL vL L L                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdѦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdLҦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdҦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd
Ӧ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdiӦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   L L L L M M                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdӦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   M M (M -M             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd'Ԧ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   -M .M 8M =M             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdԦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   =M >M IM NM             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdԦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   NM OM YM ^M             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdDզ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ^M _M `M M M M 
N N                                                             s            j                                                                                                     	  $If   gdz   $$If   a$gdz    gdz  z  kdզ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N &N +N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd֦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   +N ,N 6N ;N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kda֦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   ;N <N GN LN             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd֦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   LN MN WN \N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdצ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   \N ]N ^N }N N N                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kd~צ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdצ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd<ئ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdئ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N N             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdئ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   N N N O O )O                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kdY٦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   )O *O 5O :O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kd٦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   :O ;O EO JO             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdڦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   JO KO VO [O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdvڦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   [O \O fO kO             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdڦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   kO lO mO O O O                                     s            j                                                                                                                                       	  $If   gdz   $$If   a$gdz    gdz  z  kd4ۦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdۦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdۦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdQܦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O O             {            {                                                                                                                                                                                                           	  $If   gdz  z  kdܦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   O O O P .P SP vP wP P P P P P  Q Q                                                                                                                                                                                        gdz  z  kdݦ $$If   l             0 x t                 p                
t  0                                6                            4   4 
l a   Q Q Q Q Q Q Q R R )R                                                                                                                                                                                                                                                                                                                                                                                                   
  $$If   gdz 	  $If   gdz 
  ? $If   ^? gdz    gdz  	Q R R R )R *R \R ]R nR R R R R R R T T T T T T T T T T T T fU gU hU U U U ȷަȌteȷT     h6= hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ /j h*Y hz CJ OJ QJ U^J aJ #j    hz CJ OJ QJ U^J aJ h hz 5 h7| hz CJ OJ QJ ^J aJ   hp hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ  h*o hz 5hp hz 0J OJ QJ \^J hZ hz 5hz  	hz 5  )R *R                                        kdnݦ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               *R ]R R R R R                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdz  R R                                        kdަ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               R R 
S S +S ,S zS S T 4T DT UT eT fT T                                                                                                                                                                                                                                                                                                                                                                                                            
& F $If   gdz 	  $If   gdz  T T T T U U 8U gU |            s            s            s            s            s            s                                                                                                                       	  $If   gdz   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       gU hU U U U U U |            s            s            s            s            s                                                                                                                                        	  $If   gdz   kdU $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       U U U U HW JW ZW [W X X X &X >X X X Y Y %Y &Y 'Y EY Y Y Y Z Z Z ,Z ^Z _Z iZ sZ Ҵ뢓tbtQttt    h3
 hz CJ OJ QJ ^J aJ  "h3
 hz 0J 5OJ QJ \^J  hz CJ OJ QJ ^J aJ   hl,! hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ #h hz 5CJ OJ QJ ^J aJ  h6= hz CJ OJ QJ ^J aJ  hZ hz 5	hz 5 hp hz CJ OJ QJ ^J aJ  h hz 5hz   h7| hz CJ OJ QJ ^J aJ U U                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               U U V V bV V V V W W 0W HW IW                                                                                                                                                                                                                                                                                                                                                                                                                      
& F $If   gdz 	  $If   gdz  IW JW [W X |            s            s                                                                                                                                                                                           	  $If   gdz   kdc $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       X X X X >X X X Y Y &Y 'Y Z Z |            w            w            w            w            w            w            w            w            w            w            w                                             gdz   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       Z !Z ,Z _Z iZ sZ                                                                                                                                                                                                                                                                                                                                                                                                                                 
  $$If   gdz 	  $If   gdz 
  ? $If   ^? gdz  sZ tZ                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               sZ tZ Z Z Z Z Z Z Z [ [ *] +] N] P] `] a] q] r] ] ] ] ] ] ] ] ^ -^ b^ ^ ^ ^ ^ ʹte                                      hz 5CJ OJ QJ ^J aJ /j9 h*Y hz CJ OJ QJ U^J aJ #j    hz CJ OJ QJ U^J aJ hZ hz 5	hz 5hz CJ OJ QJ ^J aJ   hp hz CJ OJ QJ ^J aJ  h hz 5#h[Y hz CJ OJ QJ \^J aJ h*o hz 5hp hz 0J OJ QJ \^J hz  tZ Z Z Z Z Z Z                                                                                                                                                                                                                                                                                                                                                                                                                                                                           	  $If   gdz  Z Z                                        kd+ $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               Z Z >[ ?[ N[ _[ [ [ \ \ \ \ \ ] *] +] O]                                                                                                                                                                                                                                                                                                                                                                                                  
& F $If   gdz 	  $If   gdz  O] P] a] ] ^ c^ ^ ^ |            s            s            s            s            s            s                                                                                                                       	  $If   gdz   kd $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
       ^ ^ ^ ^ _ 5_ _ _ _ _ _ _ _ "` #` -` 7` 8` ]` ^` ` ` ʹ{ld__dWG                                 hp hz 0J OJ QJ \^J h*o hz 5	hz 5hZ hz 5hz 0J 5OJ QJ \^J  "h G hz 0J 5OJ QJ \^J  hz 0J OJ QJ \^J  hp hz CJ OJ QJ ^J aJ  hz CJ OJ QJ ^J aJ   h G hz CJ OJ QJ ^J aJ  hz 5CJ OJ QJ ^J aJ #h hz 5CJ OJ QJ ^J aJ hz   h6= hz CJ OJ QJ ^J aJ ^ ^ ^ ^ 
_ _ _ _ _ _ _ _ |            w            w            w            w            w            w            w            w            w            j                                 
  ? $If   ^? gdz    gdz   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
       _ _ #` -` 7`                                                                                                                                                                                                                                                                                                                                                                                                                                                                
  $$If   gdz 	  $If   gdz  7` 8`                                        kdx $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               8` ^` ` ` ` `                                                                                                                                                                                                                                                                                                                                                                                                                                                                                	  $If   gdz  ` ` ` ` a a Za va a a a a a a a a a a 
b b b (b \b ]b hb ib yb zb ~b b b 齵Ф铌w_wNw   h
 hz CJ OJ QJ ^J aJ  /j hp hz CJ OJ QJ U^J aJ )j    hp hz CJ OJ QJ U^J aJ h hz   h G hz CJ OJ QJ ^J aJ   h6= hz CJ OJ QJ ^J aJ  hZ hz 5	hz 5hz CJ OJ QJ ^J aJ   hp hz CJ OJ QJ ^J aJ  h hz 5hz  #h[Y hz CJ OJ QJ \^J aJ  ` `                                        kd $$If   l             r 	$h5 
                                  	                                                  	
     2                              0                                                                                                4 
l a- p2                               ` ` a a &a 'a va wa a a a                                                                                                 Y                              kd  $$If   l             V0 	h5 
                 +                	 
      0                                                            4 
l a- p
         
& F $If   gdz 
  
 
 $If   gdz 	  $If   gdz  
a a a a a (b b b b             s            n            n            h            n            c            W                                                 &`#$gdvF    gd
  $gdz    gdz   kd $$If   l             0 	h5 
                 +                	 
      0                                                            4 
l a- p
      	  $If   gdz  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 c c c c 	c c c c c c c c c c !c "c #c %c &c ,c -c .c 0c 1c 7c 8c ;c <c =c ?c @c Fc Gc Hc Jc Kc Qc Rc Uc Vc Wc Yc Zc `c ac bc dc ec kc lc oc h'J 0J mH nH uh?' 0J mH nH uh'J  
h'J 0J  j    h'J 0J UhN hP Rb b b b b b b b b b b b b b b 	c 
c c c c c #c $c %c .c /c 0c =c                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  =c >c ?c Hc Ic Jc Wc Xc Yc bc cc dc qc rc sc |c }c ~c c c c c c c c c c c                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  oc pc qc sc tc zc {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 d d d d d 	d 
d d d d d d d d d d  d "d #d     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U Xc c c c c c c c c c c c c c c c c c c c c d d 	d d d d  d                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0   d !d "d +d ,d -d 9d :d ;d Dd Ed Fd Rd Sd Td ]d ^d _d kd ld md vd wd xd d d d d                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  #d )d *d +d -d .d 4d 5d 7d 8d 9d ;d <d Bd Cd Dd Fd Gd Md Nd Pd Qd Rd Td Ud [d \d ]d _d `d fd gd id jd kd md nd td ud vd xd yd 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  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Yd 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 e                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  d d d d d d d d d d d d d d d d  e e e e 
e e e e e e e e e e e e #e $e %e 'e (e .e /e 1e 2e 3e 5e 6e <e =e >e @e Ae Ge He Je Ke Le Ne Oe Ue Ve We Ye Ze `e ae ce de ee ge he ne oe pe re se ye ze |e }e ~e e e e e e e e e e e e e  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J Ye e e e 
e e e e e %e &e 'e 3e 4e 5e >e ?e @e Le Me Ne We Xe Ye ee fe ge pe                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  pe qe re ~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                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 f f f 	f 
f f 
f f f f f f f f !f "f #f %f &f ,f -f /f 0f 1f 3f 4f :f ;f <f >f ?f Ef Ff Hf If Jf Lf Mf Sf Tf Uf  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Ye e e e e e e  f f 
f f f f f f #f $f %f 1f 2f 3f <f =f >f Jf Kf Lf Uf                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Uf Vf Wf cf df ef nf of pf |f }f ~f f f f f f f f f f f f f f f f f                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Uf Wf Xf ^f _f af bf cf ef ff lf mf nf pf qf wf xf zf {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 g g g g g 
g g g  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yf f f f f f f f f f f f f f f g g g g g g g g g +g ,g -g 6g                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  g g g g g g g g g  g &g 'g )g *g +g -g .g 4g 5g 6g 8g 9g ?g @g Bg Cg Dg Fg Gg Mg Ng Og Qg Rg Xg Yg [g \g ]g _g `g fg gg hg jg kg qg rg tg ug vg xg yg 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     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U X6g 7g 8g Dg Eg Fg Og Pg Qg ]g ^g _g hg ig jg vg wg xg g g g g g g g g g g                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  g g g g g g g g g g g g g g g g g g g g g g g  h h 
h h h                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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  h h h h 
h h h h h h h h h h  h !h #h $h %h 'h (h .h /h 0h 2h 3h 9h :h =h >h ?h Ah Bh Hh Ih Jh Lh Mh Sh Th Wh Xh Yh [h \h bh ch dh fh gh mh nh qh rh sh uh vh |h }h ~h h h  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Yh h h %h &h 'h 0h 1h 2h ?h @h Ah Jh Kh Lh Yh Zh [h dh eh fh sh th uh ~h h h h                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 i i i 	i 
i i 
i i i i i i i i !i "i #i %i &i ,i -i .i 0i 1i 7i 8i :i ;i <i  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J Yh 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                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  h h h 
i i i i i i #i $i %i .i /i 0i <i =i >i Gi Hi Ii Ui Vi Wi `i ai bi ni                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  <i >i ?i Ei Fi Gi Ii Ji Pi Qi Si Ti Ui Wi Xi ^i _i `i bi ci ii ji li mi ni pi qi wi xi yi {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  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yni oi pi yi zi {i i i i i i i i i i i i i i i i i i i i i i i                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  i i i i i i i i i j j j j j j j j j (j )j *j 6j 7j 8j Aj Bj Cj Oj                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  i i i i  j j j j j j 
j j j j j j j j j j j  j &j 'j (j *j +j 1j 2j 4j 5j 6j 8j 9j ?j @j Aj Cj Dj Jj Kj Mj Nj Oj Qj Rj Xj Yj Zj \j ]j cj dj fj gj hj jj kj qj rj sj uj vj |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  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J YOj Pj Qj Zj [j \j hj ij jj sj tj uj j j j j j j j j j j j j j j j j                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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  k k k k 
k k k k k k k k k k k k $k %k &k (k )k /k 0k 2k 3k 4k 6k 7k =k >k ?k Ak Bk Hk Ik Kk Lk Mk Ok Pk Vk Wk Xk Zk [k ak bk dk ek fk hk ik     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U Xj j j j j j j j j j j j j j j k k k k 
k k k k k &k 'k (k 4k                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  4k 5k 6k ?k @k Ak Mk Nk Ok Xk Yk Zk fk gk hk qk rk sk k k k k k k k k k k                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  ik ok pk qk sk tk zk {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 l l l 	l 
l l l l l l l l l l  l "l #l  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Yk k k k k k k k k k k k k k k k k k k k k k k k l l 	l l                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  l l l  l !l "l .l /l 0l 9l :l ;l Gl Hl Il Rl Sl Tl `l al bl kl ll ml yl zl {l l                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  #l )l *l ,l -l .l 0l 1l 7l 8l 9l ;l <l Bl Cl El Fl Gl Il Jl Pl Ql Rl Tl Ul [l \l ^l _l `l bl cl il jl kl ml nl tl ul wl xl yl {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  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J Yl 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                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  l l l l l l l l l l l l l l l l  m m m m 
m m 
m m m m m m m m m m #m $m &m 'm (m *m +m 1m 2m 3m 5m 6m <m =m ?m @m Am Cm Dm Jm Km Lm Nm Om Um Vm Ym Zm [m ]m ^m dm em fm hm im om pm sm tm um wm xm ~m m m m m m m m m m m m m m m  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yl l l m m m m m m m m m (m )m *m 3m 4m 5m Am Bm Cm Lm Mm Nm [m \m ]m fm                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  fm gm hm um vm wm m m m m m m m m m m m m m m m m m m m m m m                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 n n n 	n n n 
n n n n n n n n !n "n $n %n &n (n )n /n 0n 1n 3n 4n :n ;n =n >n ?n An Bn Hn In Jn Ln Mn Sn Tn Vn  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Ym m m m m m m m m m  n n 
n n n n n n &n 'n (n 1n 2n 3n ?n @n An Jn                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Jn Kn Ln Xn Yn Zn cn dn en qn rn sn |n }n ~n n n n n n n n n n n n n n                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Vn Wn Xn Zn [n an bn cn en fn ln mn on pn qn sn tn zn {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 o o o o o 	o 
o     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U Xn n n n n n n n n n n n n n n n n n o o 	o o o o  o !o "o +o                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  
o o o o o o o o o o  o "o #o )o *o +o -o .o 4o 5o 7o 8o 9o ;o <o Bo Co Do Fo Go Mo No Po Qo Ro To Uo [o \o ]o _o `o fo go io jo ko mo no to uo vo xo yo 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  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Y+o ,o -o 9o :o ;o Do Eo Fo Ro So To ]o ^o _o ko lo mo vo wo xo o o o o o o o                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  o o o o o o o o o o o o o o o o o o o o o o o o p p p p                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 p p p p p p 
p p p p p p p p p p  p &p 'p (p *p +p 1p 2p 5p 6p 7p 9p :p @p Ap Bp Dp Ep Kp Lp Np Op Pp Rp Sp Yp Zp [p ]p ^p dp ep gp hp ip kp lp rp sp tp vp wp }p ~p p p p  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J Yp p p p p p (p )p *p 7p 8p 9p Bp Cp Dp Pp Qp Rp [p \p ]p ip jp kp tp up vp p                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 q q q 	q 
q q 
q q q q q q q q !q "q #q %q &q ,q -q /q 0q 1q 3q 4q :q ;q <q  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yp p p p  q q 
q q q q q q #q $q %q 1q 2q 3q <q =q >q Jq Kq Lq Uq Vq Wq cq                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  <q >q ?q Eq Fq Hq Iq Jq Lq Mq Sq Tq Uq Wq Xq ^q _q aq bq cq eq fq lq mq nq pq qq wq xq zq {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  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Ycq dq eq nq oq pq |q }q ~q q q q q q q q q q q q q q q q q q q q                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  q q q q q q q q q q q q r r r r r r r r r +r ,r -r 6r 7r 8r Dr                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  q q q q q r r r r r 
r r r r r r r r r r r  r &r 'r )r *r +r -r .r 4r 5r 6r 8r 9r ?r @r Br Cr Dr Fr Gr Mr Nr Or Qr Rr Xr Yr [r \r ]r _r `r fr gr hr jr kr qr rr ur vr wr yr zr r r r r r r r r r r r r r r r r r r r r r r r r     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U XDr Er Fr Or Pr Qr ]r ^r _r hr ir jr wr xr yr r r r r r r r r r r r r r                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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  s s s s s s s s s s s s s s s s s $s %s 's (s )s +s ,s 2s 3s 4s 6s 7s =s >s @s As Bs Ds Es Ks Ls Ms Os Ps Vs Ws Ys Zs [s ]s ^s ds es fs hs is  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Yr r r r r r r r r r r r r r r r r r s s s s s s s s s )s                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  )s *s +s 4s 5s 6s Bs Cs Ds Ms Ns Os [s \s ]s fs gs hs ts us vs s s s s s s s                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  is os ps rs ss ts vs ws }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 t t t 	t 
t t 
t t t t t t t t !t "t #t  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J Ys 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 
t                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  
t t t t t t #t $t %t .t /t 0t <t =t >t Gt Ht It Ut Vt Wt `t at bt nt ot pt yt                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  #t %t &t ,t -t .t 0t 1t 7t 8t :t ;t <t >t ?t Et Ft Gt It Jt Pt Qt St Tt Ut Wt Xt ^t _t `t bt ct it jt lt mt nt pt qt wt xt yt {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  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yyt zt {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                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  t t t t t t t t t t t t t t t  u u u u u u 	u u u u u u u u u u  u "u #u )u *u +u -u .u 4u 5u 8u 9u :u <u =u Cu Du Eu Gu Hu Nu Ou Qu Ru Su Uu Vu \u ]u ^u `u au gu hu ju ku lu nu ou uu vu wu yu zu u u u u u u u u u u u u u u u  h'J 0J mH nH u
h'J 0J  j    h'J 0J Uh'J Yt t t t t t u u u u u u  u !u "u +u ,u -u :u ;u <u Eu Fu Gu Su Tu Uu ^u                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  ^u _u `u lu mu nu wu xu yu u u u u u u u u u u u u u u u u u u u                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  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 v v v v v v 	v v v v v v v v v v  v "v #v )v *v +v -v .v 4v 5v 8v 9v :v <v =v Cv Dv Ev Gv Hv Nv Ov Rv Sv Tv Vv Wv     h'J 0J mH nH uh'J  
h'J 0J  j    h'J 0J U Xu u u u u u u u u u u u v v v v v v  v !v "v +v ,v -v :v ;v <v Ev                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Ev Fv Gv Tv Uv Vv _v `v av nv ov pv yv zv {v v v v v v v v v v v v v v                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  Wv ]v ^v _v av bv hv iv lv mv nv pv qv wv xv yv {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 w w w w w 
w w w w w w w  h'J 0J mH nH uh'J  j    h'J 0J U
h'J 0J Yv v v v v v v v v v v v v v v v v v w 	w 
w w w w !w "w #w ,w                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  w w w w  w !w #w $w *w +w ,w .w /w 5w 6w 8w 9w :w <w =w Cw Dw Ew Gw Hw Nw Ow Rw Sw Tw Vw Ww ]w ^w _w aw bw hw iw lw mw nw pw qw ww xw yw {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                         hN hP  h?'  h'J  h'J 0J mH nH uj    h'J 0J U
h'J 0J P,w -w .w :w ;w <w Ew Fw Gw Tw Uw Vw _w `w aw nw ow pw yw zw {w w w w w w w w                                                                                                                                                                                                                                                                                                                                         &`#$gdvF      h]hgdI0  w w w w w w w w w w w                                                                                                                                                                                                                                                                                                                                                                                                                    gd
    &`#$gdvF      h]hgdI0  
& 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:p{X = /!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  & 1h:pz) / =!r"r#r$r%  , 	0 1h0:p"* = /!r"r#r$r%  & 1h:pxK / =!r"r#r$r%  ) 1h0:pxK = /!r"r#r$r%  & 1h:p{X / =!r"r#r$r%                                                                                                                                                                                                                                                                                                                                                        ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5   ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $If   K$L$l !v h5 
5#v 
#v:V l 
t  0                                              5 
5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $If   K$L$l !v h5 
5\
#v 
#v\
:V l 
t  0                                              5 
5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $If   K$L$l !v h5 5\
#v #v\
:V l 
t  0                                              5 5\
 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $If   K$L$l !v h5 5x#v #vx:V l 
t  0                                              5 5x $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                              5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                              R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $If   K$L$l !v h5 5#v #v:V l 
t  0                                            5 5 $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	5,5#v 
#v#v	#v,#v:V l 	
     2                              0                                  5 
55	5,54    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 55h5(5#v #v#vh#v(#v:V l 
t  1  5 55h5(5 $$If   l !v h5 T5.#v T#v.:V l 4	  
t            0                                         5 T5.4    al p           $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al  $$If   l !v h5 T5.#v T#v.:V l 
t  0                                         5 T5.4    al +$$If   l !v h5 555V#v #v#v#vV:V l 4	    
t  (                    0                                        5 555V4    al p(                     $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 555a#v #v#v#va:V l 
t  0                                       5 555a4    al  $$If   l !v h5 ~	5#v ~	#v:V l 4	  
t            0                                        5 ~	54    al p           $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al  $$If   l !v h5 ~	5#v ~	#v:V l 
t  0                                        5 ~	54    al W$$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 4	
     
t  2                         0                                         5 <55z55u4    al p2                          $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al  $$If   l !v h5 <55z55u#v <#v#vz#v#vu:V l 
t  0                                         5 <55z55u4    al ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54    ] $$If     !v h5 R5#v R#v:V l      5 R54     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4     $$If     !v h5 R5552
#v R#v#v#v2
:V l 0                                             5 R5552
4    g   D                                                               y  K         R 4   g   D                                                               y  K         R 5    $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1   l $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
atl $$If   t!v h5 
5
5#v 
#v
#v:V l 
t    6  5 
at{   D                                                               y  K      
   _ R e f 8 2 9 4 3 7 8 2   R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
       $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5 $$If     !v h5 D
5#v D
#v:V l 
t  0                                            6  5 D
5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5p $$If     !v h5 	5=5#v 	#v=#v:V l 
t  )  5 	5=5g   D                                                               y  K         R 6   g   D                                                               y  K         R 1   g   D                                                               y  K         R 2   q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
        q $$If   ] !v h5 {#v {:V l  {6  , 5 9 / a] p
         $$If   ] !v h5 55#v #v#v:V l  {6  , 5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                         $$If   ] !v h5 55#v #v#v:V l  {6  , ,5 559 a] p                        U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                              U$$If   - !v h5 .
5	5	55#v .
#v	#v	#v#v:V l 	
     2                              0                                6  5 5	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5N-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5N-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 5	5	554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 5-4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 5-4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l 	 
      0                                6  5 .
5y+4    a- p
      U$$If   - !v h5 .
5f	555#v .
#vf	#v#v#v:V l 	
     2                              0                                6  5 .
5f	5554    a- p2                               $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+4    a- p
       $$If   - !v h5 .
5y+#v .
#vy+:V l V	 
      0                                6  5 .
5y+/      4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      ] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5p] $$If     !v h5 t5p#v t#vp:V l 
t    6  5 t5pR$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
         D                                                               y  K         B a s i c T e s t C o m m a n d s    $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                              R$$If   - !v h5 
55	55#v 
#v#v	#v#v:V l 	
     2                              0                                  5 
55	554    a- p2                               $$If   - !v h5 
5+#v 
#v+:V l V	 
      0                                  5 
5+4    a- p
       $$If   - !v h5 
5+#v 
#v+:V l 	 
      0                                  5 
5+4    a- p
      g   D                                                               y  K         R 1                       @  ` @    'J    N o r m a l       CJ _HaJ mH	sH	tH	b @  b    L%   	 H e a d i n g   1     $
& F:  < @&   5CJ  KH  OJ QJ \^J aJ  d @  d    L%   	 H e a d i n g   2     $
&F:  < @&   56CJ OJ QJ \]^J aJ ^ @  ^    L%   	 H e a d i n g   3     $
&F:  < @&  5CJ OJ QJ \^J aJ J @  J    q7   	 H e a d i n g   4     $
&F;  < @&  5\  H @  H    q7   	 H e a d i n g   6   
   < @&  5CJ \aJ       D A@ D          D e f a u l t   P a r a g r a p h   F o n t     R i@ R          T a b l e   N o r m a l      4 
l 4   a      ( k  (           N o   L i s t          j @  j    7|   
 T a b l e   G r i d   7 :V 0                                   B b@ B    _   	 H T M L   C o d e    CJ OJ PJ  QJ ^J aJ  O     @   : S t y l e   H e a d i n g   1   +   R i g h t :     0 . 0 3 "   B e f o r e :     6   p t   A f t e r :     6   p t       P O "P    #   
 T a b l e t i t l e     x  5B*CJ OJ QJ aJ ph    L O 2L    #   
 T a b l e   T e x t     + ( ]+  CJ OJ QJ aJ 4  @ B4    I0    F o o t e r   
  
 !   . )@ Q.    I0    P a g e   N u m b e r     N B@ bN    o\   	 B o d y   T e x t     x  6B*CJ OJ QJ aJ ph   P OrP    o\    D o c u m e n t   T i t l e     x  5CJ  OJ QJ ^J   P OaP    o\    M e t a d a t a   T i t l e        56B* CJ ph    < Oa<    o\    M e t a d a t a        6B* ph   D Z@ D    o\   
 P l a i n   T e x t      CJ OJ QJ ^J aJ     *  8  7G  RX  {   ^8 ^F T e  8 E S tb s  # S a p - V t1 8a 8o } ˎ  ? n | N i  L t| t   0 NZ      g   ( C l	 u	 N	 N	 	 	 

 (
 
 
 d
 
  Ɛ     F- d ( (   :
 
 
 
 >
 Y	 H  d d    V >   z $ c    ! 32 \q z > >  . ? ~   - T< oM   z- z; I 
[ 6 T ; I W h ԧ  H V .e Iv r & TV Td r   .4 c q j   A q   # L jO . .    ] ̌ ̚ D _  j k k   ' Ex 	 	        : c"  E E   0        [  v  =! ! ! ! ! " =K" [" " " # # X# # # $ 5$ P'$ yf$ $ [% [% #% 4% t% 5% & "& q1& B& & & "' 0' ?' *P' S' q ( 50( 5>( L( ]( ( ) =) K) KZ) fk) ) * qK* qY* g* y* -* K)+ Y+ g+ u+ + + 6, f, t, %, @, i, D- Kt- K- Ð- ޡ- - %R. . . a. |. . _/ / / / / C/ am0 %0 %0 0 0 	1 z1 ê1 ø1 ;1 V1 2 2 a2 a2 2 2 %3 ;3 3 3 w3 3 24 ٣4 4 4 4 05 Y@5 w5 ;5 ;5 5 6 M6 6 6 6 R7 m7 [7 7 y7 y
8 8 *8 5i8 S8 
9 9 &9 79 v9 9 : %: -4: HE: q: : S%; S3; A; R; ; -< 2< @< iO< `< < = @= N= ]= "n= K= i> -N> -\> j> {> > ,? [? i? Cx? ^? ? 9@ ii@ iw@ @ @ %@ CGA wA A A A A TB B B B 8B aB bC CC CC C ֿC C pD D D YD tD E }E E E E E ;F YF F F F F 'G G G G 3G NG w5H H YH YH H I CI 3I I I o J J PJ J J J 
K (K Q^K oK 3K 3
L L ,L kL 
L M M I)M d:M yM M oN o(N 6N HN +N IN 
(O 
6O DO UO ɔO P 5P CP #RP >cP gP Q ICQ IQQ _Q pQ Q #!R PR ^R `mR {~R R .S ^S lS zS S CS a<T %lT %zT T T T IU yU ÇU ;U VU U WV aV aV ٣V V V ;eW W W wW W X rX X X X 0X YY wY ;Y ;Y Y Y Z Z ٽZ Z QZ lZ *[ [ w[ w[ [ 
[ 38\ Q\ \ \ \ ] E] ] ] ] +^ F^ oS^ ^ Q^ Q_ _ !_ 
a_ +_ ` ` g` /` n` ` a a ,a  =a I|a ga +b ++b 9b Jb b b *c 8c AGc \Xc c d g8d gFd Td ed #d Ae Fe Te }be se e #f Sf af pf 6f _f }1g Aag Aog }g Ԏg g ?h nh |h Wh rh h Li }|i }i i i 9i WZj j j j j j gk k k 1k Lk ul ul Wl Wl l l m 1m m m nm m n Аn n n 
n (n Q-o oo 3o 3o o o :p 
p p p Ip d	q Hq q oq oq r r +Vr Ir 
r 
s s $s cs s t t #!t >2t gqt t Iu I u .u ?u u #u v -v _<v zMv v v -w ;w Iw [w Aw _x #;x #Ix Wx hx ߧx y Hy Vy 9ey Tvy }y &z _Vz _dz rz z z 94{ c{ q{ u{ { { A| q| | | .| W| uO} 9} 9} } ̬} } ]~ ׌~ ך~ O~ j~ ~ j u u   1 Ox   Ā Հ  텁  Á )ҁ D m"  OÂ Oт ߂  0 ) Ѓ ރ e  = Ǯ ބ    GK e ) )   X ʆ   ? Z' f ׇ e e # 4 !t ?  # |1 B   " 0 ? 6P _ }  A0 A> L ]   = K WZ rk   }K }Y g y 9 W) Y g u  Ŏ 6 f t 1 L uӏ D Wt W ϐ ꡐ  1R   m   _    & O mm 1 1  ʓ 	 { Ϫ ϸ Gǔ bؔ   m mƕ ԕ   )% G Ɩ Ԗ   2 壗 ӗ  ! < e@  G G   N !   ] x [ ̚  
  * ?i ]ڛ !
 ! & 7 v   % 74 RE {  ]% ]3 A R  7 2 @ sO `   @ N ] ,n U s 7N 7\ j {  , [ i Mx h Ȣ 9 si sw 녣  /֣ MG w     T   ) D m b O O Ǯ ⿦  )p ퟧ  e ͧ  }   ʨ ۨ G e ) )ɩ ש  '  Ȫ ֪ ? Z 5  e֫ e   !C ?   {   P     4 ]^ {Ϯ ? ?
  , k ݯ   U) p: y  { {( 6 H 7 U ( 6 D U Ք  5 C /R Jc s  UC UQ _ p  /! P ^ km ~  . ^ l 	{ $ M˶ k< /l /z   ط 	J y ͇ E `  W k k 㣹  ' Ee 	 	  º  r    :л c  E E ̼ ݼ   㽽 ˽ [ڽ v *  ˾ پ   =8 [ ޿    J    " = fX  H H  & f "   ^# y4 s   " 0 B @ ^ "" "0 > O ގ     ;( Y     5    4 O xC  Z Z    Q 4   p  ^   
  )- Rl   k   v   
 % N l 0 0     
   F a .  l l   (< F 
 
  
 I gv g ߒ  # AT   ~   a    7 ` ~o B B    }   X s   ~ ~   :' S a Sp n  1 za zo } 
 6 T? o }    L |  . I r Z T T ̦   .h   j   e, e: H Y o   H  (H  VH  ~H  H  H  H  $H  RH  zH  H  H  H   H  NH  vH  H  H  H  H  JH  rH  H  H  H  H  FH  nH  H  H  H  H  BH  jH  H  H  H  H  >H  fH  H  H  H  H  :H  bH  H  H  H  H  6H  ^H  H  H  H  H  2H  ZH  H  H  H   H  .H  VH  H  H  H  H  *H  RH  }H  H  H  H  &H  NH  yH  H  H  H  "H  JH  uH  H  H  H  H  FH  qH  H  H  H  H  BH  mH  H  H  H  H  >H  iH  H  H  H  H  :H  eH  H  H  H  H  6H  aH  H  H  H  
H  2H  ]H  H  H  H  H  .H  YH  H  H  H  H  *H  UH  }H  H  H  H  &H  QH  yH  H  H  H  "H  MH  uH  H  H  H  H  IH  qH  H  H  H  H  EH  mH  H  H  H  H  AH  iH  H  H  H  H  =H  eH  H  H  H  H  9H  aH  H  H  H  
H  5H  ]H  H  H  H  H  1H  YH  H  H  H  H  -H  UH  H  H  H  H  )H  QH  |H  H  H  H  %H  MH  xH  H  H  H  !H  IH  tH  H  H  H  H  EH  pH  H  H  H  H  AH  lH  H  H  H  H  =H  hH  H  H  H  H  9H  dH  H  H  H  
H  5H  `H  H  H  H  	H  1H  \H  H  H  H  H  -H  XH  H  H  H   I  ) I  T I  | I   I   I   I  %I  PI  xI  I  I  I  !I  LI  tI  I  I  I  I  HI  pI  I  I  I  I  DI  lI  I  I  I  I  @I  hI  I  I  I  I  <I  dI  I  I  I  
I  8I  `I  I  I  I  	I  4I  \I  I  I  I  	I  0	I  X	I  	I  	I  	I  
I  ,
I  T
I  
I  
I  
I  
I  (I  PI  ~I  I  I  I  $I  LI  zI  I  I  I   
I  H
I  v
I  
I  
I  
I  I  DI  rI  I  I  I  I  @I  nI  I  I  I  I  <I  jI  I  I  I  I  8I  fI  I  I  I  I  4I  bI  I  I  I  I  0I  ^I  I  I  I  I  ,I  ZI  I  I  I   I  (I  VI  ~I  I  I  I  $I  RI  zI  I  I  I   I  NI  vI  I  I  I  I  JI  rI  I  I  I  I  FI  nI  I  I  I  I  BI  jI  I  I  I  I  >I  fI  I  I  I  I  :I  bI  I  I  I  I  6I  ^I  I  I  I  I  2I  ZI  I  I  I   I  .I  VI  I  I  I  I  * I  R I  } I   I   I   I  &!I  N!I  y!I  !I  !I  !I  ""I  J"I  u"I  "I  "I  "I  #I  F#I  q#I  #I  #I  #I  $I  B$I  m$I  $I  $I  $I  %I  >%I  i%I  %I  %I  %I  &I  :&I  e&I  &I  &I  &I  'I  6'I  a'I  'I  'I  'I  
(I  2(I  ](I  (I  (I  (I  )I  .)I  Y)I  )I  )I  )I  *I  **I  U*I  }*I  *I  *I  *I  &+I  Q+I  y+I  +I  +I  +I  ",I  M,I  u,I  ,I  ,I  ,I  -I  I-I  q-I  -I  -I  -I  .I  E.I  m.I  .I  .I  .I  /I  A/I  i/I  /I  /I  /I  0I  =0I  e0I  0I  0I  0I  1I  91I  a1I  1I  1I  1I  
2I  52I  ]2I  2I  2I  2I  3I  13I  Y3I  3I  3I  3I  4I  -4I  U4I  4I  4I  4I  4I  )5I  Q5I  |5I  5I  5I  5I  %6I  M6I  x6I  6I  6I  6I  !7I  I7I  t7I  7I  7I  7I  8I  E8I  p8I  8I  8I  8I  9I  A9I  l9I  9I  9I  9I  :I  =:I  h:I  :I  :I  :I  ;I  9;I  d;I  ;I  ;I  ;I  
<I  5<I  `<I  <I  <I  <I  	=I  1=I  \=I  =I  =I  =I  >I  ->I  X>I  >I  >I  >I  ?I  )?I  T?I  |?I  ?I  ?I  ?I  %@I  P@I  x@I  @I  @I  @I  !AI  LAI  tAI  AI  AI  AI  BI  HBI  pBI  BI  BI  BI  CI  DCI  lCI  CI  CI  CI  DI  @DI  hDI  DI  DI  DI  EI  <EI  dEI  EI  EI  EI  
FI  8FI  `FI  FI  FI  FI  	GI  4GI  \GI  GI  GI  GI  HI  0HI  XHI  HI  HI  HI  II  ,II  TII  II  II  II  II  (JI  PJI  ~JI  JI  JI  JI  $KI  LKI  zKI  KI  KI  KI   LI  HLI  vLI  LI  LI  LI  MI  DMI  rMI  MI  MI  MI  NI  @NI  nNI  NI  NI  NI  OI  <OI  jOI  OI  OI  OI  PI  8PI  fPI  PI  PI  PI  QI  4QI  bQI  QI  QI  QI  RI  0RI  ^RI  RI  RI  RI  SI  ,SI  ZSI  SI  SI  SI   TI  (TI  VTI  ~TI  TI  TI  TI  $UI  RUI  zUI  UI  UI  UI   VI  NVI  vVI  VI  VI  VI  WI  JWI  rWI  WI  WI  WI  XI  FXI  nXI  XI  XI  XI  YI  BYI  jYI  YI  YI  YI  ZI  >ZI  fZI  ZI  ZI  ZI  [I  :[I  b[I  [I  [I  [I  \I  6\I  ^\I  \I  \I  \I  ]I  2]I  Z]I  ]I  ]I  ]I   ^I  .^I  V^I  ^I  ^I  ^I  ^I  *_I  R_I  }_I  _I  _I  _I  &`I  N`I  y`I  `I  `I  `I  "aI  JaI  uaI  aI  aI  aI  bI  FbI  qbI  bI  bI  bI  cI  BcI  mcI  cI  cI  cI  dI  >dI  idI  dI  dI  dI  eI  :eI  eeI  eI  eI  eI  fI  6fI  afI  fI  fI  fI  
gI  2gI  ]gI  gI  gI  gI  hI  .hI  YhI  hI  hI  hI  iI  *iI  UiI  }iI  iI  iI  iI  &jI  QjI  yjI  jI  jI  jI  "kI  MkI  ukI  kI  kI  kI  lI  IlI  qlI  lI  lI  lI  mI  EmI  mmI  mI  mI  mI  nI  AnI  inI  nI  nI  nI  oI  =oI  eoI  oI  oI  oI  pI  9pI  apI  pI  pI  pI  
qI  5qI  ]qI  qI  qI  qI  rI  1rI  YrI  rI  rI  rI  sI  -sI  UsI  sI  sI  sI  sI  )tI  QtI  |tI  tI  tI  tI  %uI  MuI  xuI  uI  uI  uI  !vI  IvI  tvI  vI  vI  vI  wI  EwI  pwI  wI  wI  wI  xI  AxI  lxI  xI  xI  xI  yI  =yI  hyI  yI  yI  yI  zI  9zI  dzI  zI  zI  zI  
{I  5{I  `{I  {I  {I  {I  	|I  1|I  \|I  |I  |I  |I  }I  -}I  X}I  }I  }I  }I  ~I  )~I  T~I  |~I  ~I  ~I  ~I  %I  PI  xI  I  I  I  !I  LI  tI  I  ʀI  I  I  HI  pI  I  ƁI  I  I  DI  lI  I  I  I  I  @I  hI  I  I  I  I  <I  dI  I  I  I  
I  8I  `I  I  I  I  	I  4I  \I  I  I  ݆I  I  0I  XI  I  I  هI  I  ,I  TI  I  I  ՈI  I  (I  PI  ~I  I  щI  I  $I  LI  zI  I  ͊I  I   I  HI  vI  I  ɋI  I  I  DI  rI  I  ŌI  I  I  @I  nI  I  I  I  I  <I  jI  I  I  I  
I  ;I  cI  I  I  I  	I  7I  _I  I  I  ݐI  I  3I  [I  I  I  ّI  I  /I  WI  I  I  ՒI  I  +I  SI  ~I  I  ѓI  I  'I  OI  zI  I  ʔI  I   I  KI  sI  I  ƕI  I  I  GI  oI  I  I  I  I  CI  kI  I  I  I  I  ?I  gI  I  I  I  I  ;I  cI  I  I  I  I  7I  _I  I  I  ݚI  I  0I  [I  I  I  ٛI  I  ,I  WI  I  I  ՜I   I  (I  SI  {I  I  ѝI  I  $I  OI  wI  I  ͞I  I   I  KI  sI  I  ɟI  I  I  DI  rI  I  ŠI  I  I  @I  nI  I  I  I  I  <I  jI  I  I  I  I  8I  fI  I  I  I  I  4I  bI  I  I  ݤI  I  0I  ^I  I  I  ٥I  I  /I  WI  I     /      = l (  ( 
* - y6 7 d; D FE I Q R V S_ ` >d l  n q z	 {	 z	 -
 \
 
 ˕   i  T 
 6
 
  Կ  C r .      j  L     Y  D  & " + , 0 39 b: > F  H K oT U ZY 
b <c f p t J} y~ 5   ӏ   q $  S    ³! ! ! `" " K" # -# # $ $ $ :% i% %% & & & v( ( a
( ) C) )  * !* %* P.+ /+ ;3+ ;, =, @, I- J- wN- *W. YX. \. d/ e/ i/ fr0 s0 Qw0 1 31 1 2 ю2 2 @3 o3 +3 ި4 
4 ɭ4 |5 5 g5 6 6 J6 6 7 7 X8 8 C8 9 %9 9 : : : 2< a	< 
< = = = n#> $> Y(> 1? ;2? 5? >@ ?@ C@ HLA wMA 3QA YB [B ^B gC hC olC "uD QvD 
zD E E E ^F F IF G +G G H ɬH H 8I gI #I J J J tK K _K L AL L M M M NN }N 9O 
P P P Q Q uQ (&R )&R X'R +R 4S 8S fAT BT QFT OU 3PU SU \V ]V aV @jW okW +oW wX 
yX |X |Y Y gY Z IZ Z [ [ [ V\ \ A\ ] #] ] ^ ^ }^ 0_ __ _ ` ` ` la a Wa 
 c 9c c 
d d d Fe ue 1 e (f *f -f 6g 7g m;g  Dh OEh Ih Qi Ri Vi \_j `j Gdj lk )nk qk zl {l l 6m 7m fm "m n n to o _o p Ap p q ߿q q Nr }r 9r s s s t t ut (u Wu u w w w dx x Ox y 1y "y +z ,z 0z >9{ m:{ )>{ F| H| K| zT} U} eY} b~ Gc~ g~ o p t T} ~ ?  ! ݏ   { . ]  ̳   j  Uƅ φ 7І ӆ ܇ ݇  D E t 0     m
   O    ! % \. / G3 ; )= @ I J N 6W eX !\ d f i rr s ]w  ?   ݎ  L { 7 ꨗ  խ   s &ę Uř ə њ Қ ֚ bߛ  M   /     < k	 '
  	  x# $ c( 1 E2 6 > ? C RL SL M >Q ![ ^ g h {l .u ]v z ̂   j  U  7   լ  D s / ƭ ȭ ˭ Ԯ ծ kٮ  M 	    Z  E 
 '     4& c' + 3 5 8 pA B [F O =P S \ ] a Jj yk 5o w y |   q $ S      ` a  { 7     t ' V     c  N    J  ,   ʺ  9 h $    co s }  q  \  >   ܥ  K z 6 L P vZ 2^ f h k t u ny ! P     K* . 7 ; YD E DI Q &S V _ ` d 3m bn r  o 
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {@   0              {
@
 0                 
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           @   0              {
@
 0                 A
 0    O  O           A
 0    O  O                          R |          3   D   E   Y   [   \   ]   ^   _   g   m   n   w   {   |                                                                        !  "  /  A    	                m  z            +  P  Q  b              <  =  *	  +	   
  !
  -
  
    |    K      r
  
  -  .  l              4  V          0  1  :  ;      9  :                F  G  X        C  D  `      a  &  '  x                      8  9      !  2       !  !  b"  c"  #  #  #  #  #  #  #   $  	$  $  $$  %$  &$  '$  ($  )$  -$  .$  /$  0$  I$  K$  Q$  R$  k$  m$  r$  s$  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  %  %  %  %  %  %  (%  *%  0%  1%  D%  F%  K%  L%  S%  X%  s%  t%  u%  v%  w%  U'  V'  b'  '  '  '  (  F(  Y(  (  (  (  (  !)  4)  h)  )  )  )  *  &*  6*  j*  *  *  *  *  *  *  +  +  ,  (,  7,  J,  K,  d,  ,  ,  ,  ,  ,  ,  ,  &-  '-  (-  \-  r-  -  -  -  -  .  .  &.  1.  d.  n.  x.  y.  .  .  .  .  .   /  /  /  //  0/  9/  [/  \/  p/  q/  /  /  /  /  /  /  /  /  /  /  /  $0  %0  &0  '0  (0  )0  20  S0  T0  h0  i0  0  0  0  0  0  0  1   1  :1  ;1  P1  Q1  b1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  2  ,2  -2  B2  C2  T2  t2  u2  v2  2  2  2  2  2  2  2  2  2  3  3  3  3  3  3  3  3  4  4  4  4  4  4  4  &5  05  :5  ;5  \5  5  5  5  5  5  5  t6  u6  6  6  6  7  W7  X7  i7  7  7  7  8   8  !8  "8  #8  $8  -8  8  8  8  8  8  8  8  8  8  8  9  9  9  9  9  9  9  9  Z:  q:  :  :  :  :  	;  >;  ;  ;  o<  p<  <  <  <  <  <  <  <  <  <  =  =  =  =  =  =  "=  '=  (=  )=  G=  U=  e=  f=  q=  v=  w=  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =   >  >  >  >  >  >  !>  &>  '>  (>  J>  X>  h>  i>  t>  y>  z>  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  ?  ?  ?  ?  ?  ?  $?  %?  /?  4?  5?  6?  r?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  @  @  @  @  @  '@  ,@  -@  8@  =@  >@  H@  M@  N@  O@  @  A  &A  4A  DA  EA  PA  UA  VA  `A  eA  fA  qA  vA  wA  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A   B  
B  B  B  B  >B  LB  \B  ]B  hB  mB  nB  xB  }B  ~B  B  B  B  B  B  B  B  B  B  B  B  B  B   C  
C  C  C  C   C  !C  +C  0C  1C  2C  XC  fC  vC  wC  C  C  C  C  C  C  C  C  C  C  C  C  C  &D  'D  VD  dD  tD  uD  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  E  E  E  E  E  E  "E  'E  (E  2E  7E  8E  9E  eE  sE  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E   F  F  F  F  F  F  !F  "F  -F  2F  3F  =F  BF  CF  DF  hF  F  F  F  F  'G  (G  5G  6G  7G  ZG  G  G  H  &H  'H  1H  <H  oH  yH  H  H  H  H  H  H  I  I  I  dI  eI  I  I  I  3J  iJ  J  J  J  J  J  J  J  J  GK  `K  yK  K  K  K  K  L  L  L  L  L  $L  lL  mL  L  M  &M  BM  [M  uM  M  M  M  M  M  lN  mN  nN  oN  N  'O  (O  \O  nO  O  O  pP  qP  {P  P  P  P  P  P  P  #Q  5Q  GQ  HQ  IQ  JQ  SQ  Q  Q  Q  Q  Q  Q  pR  R  R  S  ES  bS  S  S  S  S  S  T  bT  T  T  >U  ?U  @U  AU  gU  hU  U  U  "V  4V  5V  ?V  JV  }V  V  V  V  V  V  V  V  V  V  V  _W  `W  W  W  W  W  W  W  X  OX  PX  QX  RX  X  Y  <Y  q[  r[  	^  ^  A_  B_  S_  `  `  Za  [a  b  b  b  d  d  nf  of  f  f  qg  tg  g  g  h  h  Ki  Li  [i  mi  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  j  j  j  j   j  !j  )j  0j  <j  =j  >j  ?j  j  j  8l  9l  m  m  n  n  n  n  no  oo  %p  &p  p  p  q  r  r  s  s  +t  u  u  Pv  w  w  %y  &y  Gz  Tz  az  nz  {z  z  z  z  z  z  z  z  z  {  %{  &{  1{  a|  b|  |   }  }  }  T  U  (  9  n        L  y        C      ڃ      #  '  (  2  =  p  z                    2  >  e    ʇ      6  @  e        ҈  	  
      8  9  C  N          ĉ                7  C  j    Պ                      %  0  c  m  w  x    ̌  ͌  Ό  ό  ь  Ҍ  ӌ  ܌    '  N  y    ݍ  c  ̎  ܎  ݎ  ގ             ,  6  A  t  ~        ޏ  ߏ              -  9  `    ͐    %  a  b  c  t            ̑  ֑        9  :  ;  =  >  ?  H            7  T    ԓ  Փ          0  M  W  b          Ӕ  Ԕ  Ք  ה              K    2  3  D  v  w  x  y  z  {    \  ]    ә  
  B    ؚ  -  .  8  C  v          ӛ          !  8  9  B               -  4  <  =  S  c  d  e  f      ĝ  ם             	  ,  Z          ̞  Ӟ  ܞ  ݞ                	  
      4  U  V  {                              V  ]  f  g  o        Ţ  ߢ    	  #  +  @  U  g        ţ  ߣ        
  *  O  b  u  v  w  x                            .  @  Z  t          զ        0  @  Z  t  u  v  w      ʧ  ݧ                    B            G  H  p        Ԫ              ū    Q            V  W          ˭  ޭ            Ү    =    %  &  '  8                ϰ        %  ?  Y  a  v        ѱ              )  |  }        ̲  ߲              ʳ  *  f  z  
        ͵  7      ö  Ķ  ̶          7  Q  b  |        ɷ  ޷        4  N  _  y                      #  6  I  J  K  L  U    p  Ѻ  $  W       u  м  z  н  ѽ  ؽ    f  }    پ  
  9  e    ſ  ƿ  ׿    "  +  ,  4  I  ^  s                )  :  T  \  q                &  7  Q  b  |  }  ~                    	  
        3      #            3  R  w        
         d  k  t  u  }              
    2  I  Z  p                       .  ?  V  m  ~                      !  4  G  I  J  K  T  f  .     ~    6          M          <  =  D      !  a            <  [  \  m                        :  \  ~                .  a            s  u      "  Z      E  F    ?  @             Y  Z        ?      *  +  5  @  s  }                         
  R  u          I  w  x                           
  +  O                "  5  H  [  ]  ^  _  h      -  .  ?  @  A  i  j  }                  j      	  
      =          #      P        F        U              C  M  W  X                      p          "  d  e  v                          +  >  Q  S  T  j  k  t      /  L  e  x            .  M  N  O  `                        *  =  P  c  e  f  g  p      A  S          %  )  *  +  ,  =  j  k                      \      >  o            S  T  U  f                                s      4  5  n         9   8 9 v ( b c  J K        C    K    u   M N Y e t                          	 	 &	 '	 ,	 c	 h	 	 	 	 	 	 ;
 <
 A
 x
 |
 
 
 
      $ \ a          B G S T W a b e n o p                            
 
 
 
 
 
 
 
 
 
 
 
 
 
   
    . : ; < = > P j k v                        r s      a b n       A B C P          O     Q R  l    ) * =      ^          y" z" " " $# 0# ?# K# L# # # # # # @$ E$ $ $ $ $ i% %  & & & ' g' h' ' ' X( Y( ) )  + !+ + + , , , , - ;. / / 0 0 m1 q1 r1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
2 2 2 2  2 "2 (2 )2 <2 >2 D2 E2 Z2 \2 a2 b2 w2 y2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 4 4 5 I5 c5 5 5 5 5 ,6 @6 t6 6 6 6 7 %7 Y7 w7 7 7 7 	8 (8 \8 ]8 ^8 _8 8 9 9 9 9 9 9 9 : 6: 7: U: c: v: w: : : : : : ; '; =; S; T; ; ; ; ; < 
< < < ?< \< ]< s< < < < < < < < < < = = 4= P= Q= f= g= h= i= z= = = = = = = = = = = = = > > "> >> ?> Q> |> > > > > > > > ? !? "? #? J? K? L? M? N? O? X? w? x? ? ? ? ? ? ? ? ? @ @ @ B@ C@ D@ E@ F@ G@ P@ @ @ OA PA QA bA A A A A A 2B fB |B }B B B B B B B B (C >C @C qC rC {C D D PD QD `D D D D E YE E E E E E E E E E 'F (F 9F ZF [F \F ]F ^F _F F ,G -G nG yG G G G G G H (H ?H lH mH H H #I $I J J &J ;J fJ tJ J J J J J J J J J J J J J J J J J K K K K K  K %K &K 1K 6K 7K AK FK GK HK eK sK K K K K K K K K K K K K K K K K K L L L L L #L (L )L 4L 9L :L DL IL JL KL sL L L L L L L L L L L L L L L L L M M /M 0M ;M @M AM KM PM QM \M aM bM lM qM rM sM M M M M M M M M M M M M M M M M M ZN N N N N N N N N N O O O O O  O %O &O 'O NO \O lO mO xO }O ~O O O O O O O O O O O O O O O P P 
P P P P (P -P .P 8P =P >P ?P oP }P P P P P P P P P P P P P P P P P Q Q Q !Q &Q 'Q 1Q 6Q 7Q BQ GQ HQ RQ WQ XQ YQ Q Q Q R R R R $R %R /R 4R 5R @R ER FR PR UR VR WR vR R R R R R R R R R R R R R R R R S S "S #S .S 3S 4S >S CS DS OS TS US _S dS eS fS S S S S S S S S S S S S S S S S S T 'T LT oT pT T T T T T T ~U U U U U U U V V "V #V VV zV V V V V V W W $W %W sW W X -X =X NX ^X _X X X X X X Y 1Y `Y aY Y Y Y Y Y Y Y Z Z [Z Z Z Z Z [ )[ A[ B[ C[ T[ \ \ 
\ \ 7\ \ \ \ 
] ]  ] ^ ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ ^ 7_ 8_ G_ X_ _ _ ` }` ` ` ` a #a $a Ha Ia Za a b \b b b b b b c c c c c c c c c d &d 0d 1d Wd d d d d d d d d e  e oe pe e e e e e e e !f f f i i k k l l l 8n 9n n n -p .p @p q q 
t t #t pt u u ~u u dv yv v v v w w  w %w -w 2w 3w 8w @w Lw Mw Rw Yw ^w _w dw kw ww xw w w w w w w w w w w w w w w w w w w x x y y m{ n{ +| ,| | | 
} } } } [~ \~ ~ o p x y ʁ T U  t ~ Ć ņ     
  + < M ^ o p    Ĉ ň Ј        !   ǎ ؎ 
 ] ^    H I   Q R y    Ɠ Ǔ ѓ ܓ   # $ R       є ݔ  + i   Օ ߕ  ^ _ ` q     ז ؖ     * 4 5 c        ֗  	 4 t           ę ϙ     E k l m n p q r {  ƚ   X |  k { | }      ˜ ՜    ' ( V } ~       ̝ ؝  - l  Ğ      ! " # - 8 k u    ؟ ٟ ڟ ܟ ݟ ޟ  & 2 Y   ֠  * s t     ϡ    4 > H I r s t v          Ѥ Ҥ        J   0 r   ( w ̨ ͨ ר    ) * R r      ש ة  L _     ̪ Ӫ ۪ ܪ      - P c v       ˫  ' ( ) : k r { |            Ӭ    - @ A B C L  + > $ % & ' 8      # 8 J d ~   ° ʰ ߰     : J d ~     ɱ           - . / @       ͳ ߳   # = W _ t    ϴ ߴ      > V i |       4 Q           ( M ` s      < d            D W j }      q  ܼ % Ľ Ž ƽ ׽ * + 2 ; < D Y n    ľ ޾     * < V p       ȿ   D E X k ~       i     Y Z [ l  R Y b c k         5 F ` h }        2 C ] ^ _ `              p   I   o  o p w    L x    0 d e v         $ > X i         % : L f            F G Z m        p j  H U  9  l s     - L k      
    . @ R d {          7 8 @ R d v         3 D [ \ ] ^                    ?    ~ ' F n          > ~       P Q u v { } ~         @ b        % & ' ( b   H    @    7     c d    - o   % t       & ' O P c v         K y      ( ) * R S f y         q r              % I       	  / B U W X Y b  	        h i       1 h   & h   C             E X k ~      @ R       B I Q R h x y z {         	  
              O Z y        3 : B C s               ~    - 8 W        	 
 2 3 F Y l       8      [ f       2 3 4 5 \ ]  O	 	 	 	 '
 b
 c
 
  } ~   
 p           5    4 P ` s    , [   '    S        2 6 7 8 9 : ; < = > R Y ^ n o ~                ] ^ c        m n s         ' ( - [ `              
     % - 4 ; G H S W ^ e f g h i j k l m n o p q r s t  < = V W p                       	  ! " , 9 : ; < = > ? @ M N \ ] ^ _ l ~ E F 8 9   (  1  Q         ! ! T! U! h! ! ! ! ! ! ! ! &" " y# z# g$ h$ ]% ^% j% % H& & ' ' ' ' ( 
) j) k) ) ) ) ) A+ B+ S+ q, , , - 7- S- m- n- w. x. 0 0 v0 w0 0 0 0 0 0 ;1 Q1 1 1 1 1 1 "2 2 2 2 3 D3 3 c4 d4 4 5 5 Q5 R5 5 5 O7 P7 8 8 u9 v9 C: D: ^: o: ; ;  = != = = ? ? ? &? '? ;? <? =? F? T? a? b? c? d? e? f? j? k? l? m? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?  @ @ @ @ @ 7@ 9@ >@ ?@ N@ P@ V@ W@ e@ g@ m@ n@ @ @ @ @ @ @ @ @ @ @ @ B B B B C 5C OC C C C C D *D ^D qD D D D E IE cE sE E E E E E E F (G )G ?G eG tG G G G G G G H H H 3H cH dH eH H H H H H H XI YI cI nI I I I I I I I J 'J =J SJ UJ lJ mJ vJ J J J J J J J K K K K K 8K 9K :K aK bK cK dK eK fK oK K K K K K K K K L 3L HL ]L wL xL L L L L L L L L L L L L L M M *M +M MM iM jM M M M M M M M M M M M M M 7N 8N N N N  O  O !O "O #O CO O P P P %P 0P cP mP wP xP P P P P Q Q Q Q Q Q Q Q OR R R R R :S ;S \S ]S ^S _S `S aS jS S S S S S S S S S *T T T U U !U ,U 6U 7U U U U U 
V V FV {V V V W W W W X X "X #X .X 3X 4X >X CX DX OX TX UX _X dX eX fX X X X X X X X X X X X X X X X X X Y Y !Y "Y -Y 2Y 3Y =Y BY CY NY SY TY ^Y cY dY eY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z /Z 0Z ;Z @Z AZ KZ PZ QZ \Z aZ bZ lZ qZ rZ sZ Z Z Z Z Z Z Z Z Z Z Z Z  [ 
[ [ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ [ [ A\ c\ q\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] N] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
^ ^ +^ ,^ 7^ <^ =^ G^ L^ M^ X^ ]^ ^^ h^ m^ n^ o^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ c_ d_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` "` 2` 3` >` C` D` N` S` T` _` d` e` o` t` u` v` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a -a =a >a Ia Na Oa Ya ^a _a ja oa pa za a a a a a a 
b b db eb rb sb tb b c c Qc cc dc nc yc c c c c c d *d ,d Cd Dd Md d d d d e pe e e e e e e !f "f 3f f f f f f f %g Tg Ug Vg Wg Xg ag g g g Xh ch h h h h h h h h i i i i i dj ej j j j j k k k k k  l 
l l 1l `l rl l l l l l l l l l .m /m m n ;n \n n n n n n n n Io o o 8p {p |p }p ~p p p *q +q _q qq rq |q q q q q q q r /r 0r 1r 2r ;r r r r r 
s s /s 0s As s s s s s Ut yt v v Fy Sy ~z z z { { | | } } } D E                 Ä ˄ Є ф ք ބ        	    & + , 4 < H I Q X ] ^ f m y z { |   u v   ɉ ʉ # /   b c   L 
    h      b c      ɕ ڕ   
  ! 4 K b c n   < =     e v    [     0     ' 4 ` d e o z    ¡  " # % & ' 0 o {  ɢ  / : s }      F G H I u v    Ȥ Ҥ Ӥ  & ' ( * + , 5 t   ҥ  6  % 5 6 7 H V W X b m      	 
       X d      	    , : ; < = i s ~   Ū ƪ        ! " + j v  ˫ 
 * b        ˬ ֬ 	    L v w x z { |  ĭ Э  % E t  Ȯ   # 1 2 3 m    ү ܯ       + , 5 7 8 I   o p           δ  G  Ƶ  j k u    Ƕ ȶ   # 6 I \ ^ u v    * + , = j q y z      ˸    ' : ; < = F i  Ź ƹ ǹ ع 	    0 @ A B C D E F G H I q    ˺ ޺ ߺ    ' ɻ ܻ ¼ ü ļ ż ּ       ֽ    , F ` h }    ؾ       G g        ) W     ( / 8 9 A V k }        ' 9 S m }          - @ A B C L   6       1        $ % & ' 0   E  , - . / @         . / 0 1 :  6 z  b c d u          8 R b |         8 R S T U f      	  / B C D E N  g   J    
 t      	  3 H Z t         0 E W q          & ' : M ` s      V   a   ]  
  
   T     J v      X _ h i q        ! ; L f w         / I c t            1 D E F G P   p   `  S 
  Q p     	 J K L ]           0 G X o           & = T k |          $ % 8 K ^ q       k =  9 s   : X      y z    ^     ; Z y            & 3 U w       " D Y Z k           ( _   -    | } < =   9    
 D |   g h r }         ' : < = > G      5  O                    * = ? @ A J h    ! " # K L _ r         j k | } ~            $  4 5 F G H I z   . / ` X Y    >   	 K	 	 	 6
 7
 8
 B
 M
 
 
 
 
 
 
 
 
 	   4 5 >    ( 3 _        
 
 
 
 
 A
 B
 U
 h
 {
 
 
 
 
 
 
   ; l       3 E k          ( ) * + S T g z        D ~       b f g h i z       
     ! *   H {     # N           6     Y     3    q r   = > v H u v  e           9 :      2! ! ! " Z" " " (# # # # # # # # # # # # # # # # # # # # $ 
$ $ $ $ *$ +$ ,$ -$ 8$ <$ O$ W$ c$ d$ i$ $ $ $ $ % .% 3% x% y% ~% % % & & & =& A& [& \& a& & & & & & & & $' %' &' 0' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( 	( 
( ( ( 
( ( ( ( ( ( '( ( ( ( ( ) )  ) 4) 6) 7) 8) 9) :) B) H) I) R) V) W) j) v) w) x) y) z) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 
* * * * + + , , - - - H. U. . . . . . / +/ ,/ =/ }/ ~/ / / / [0 1 1 2 2 2 2 3 3 3 W4 4 &5 5 5 M6 6 7 	7 G7 e7 f7 y7 8 8 8 : 1: : : : : ; ; < < = = > > `> l> {> > > > > !? "? 3? |? ? ? @ @ ;@ @ @ <A B B SB B B B B C C D D \F ]F G G G G G 
H H wI J J =K >K L L L L L L L L L L L  M M M M M M 	M 
M M $M &M ,M -M FM HM MM NM \M ^M dM eM xM zM M M M M M M M M M M M M M M M M M M N N N N N !N &N 'N .N 3N NN ON PN QN RN 0P 1P =P P P P P !Q 4Q hQ |Q Q Q Q R CR aR R R R S S ES dS S S S S S T T T U U %U &U ?U rU sU U U U U U V V V 7V MV cV yV V V V V W W ?W IW SW TW {W W W W W W W W 
X X X 6X 7X KX LX pX X X X X X X X X X X X  Y Y Y Y Y 
Y .Y /Y CY DY ^Y zY {Y Y Y Y Y Y Z Z +Z ,Z =Z ]Z ^Z _Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ /[ O[ P[ Q[ ~[ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \ \ \ n] ] ] ] ] ] ^ ^ ^ ^ 7^ d^ z^ |^ ^ ^ ^ O_ P_ _ _ _ _ 2` 3` D` ` ` ` ` ` ` ` ` ` a ca da ua a a a a a a a hb ib b b b b b b 5c Lc dc {c c c c d _d `d Je Ke be we e e e e e e e e e e e e e e f f f "f 0f @f Af Lf Qf Rf \f af bf mf rf sf }f f f f f f f f f f f f f f f f f f g g g %g 3g Cg Dg Og Tg Ug _g dg eg pg ug vg g g g g g g g g g g g g g g g g  h 
h h h h Mh [h kh lh wh |h }h h h h h h h h h h h h h h h h h h i i i i i i #i (i )i *i i i j j j  j +j 0j 1j ;j @j Aj Lj Qj Rj \j aj bj cj j j j j j j j j j j j j j j j j j k 'k 7k 8k Ck Hk Ik Sk Xk Yk dk ik jk tk yk zk {k k k k k k k k k k k k k k l l l 
l 3l Al Ql Rl ]l bl cl ml rl sl ~l l l l l l l m m 1m ?m Om Pm [m `m am km pm qm |m m m m m m m m m m m m m m m m m m n n 
n n n n @n Nn ^n _n jn on pn zn n n n n n n n n n n n n n n n n n n n o 
o o o o o o Co co o o o p p p p p 5p p p p q q q q Jq Tq ^q _q q q q q q q q ?r @r `r ar r s Ds is ys s s s s s s "t ;t Tt mt t t t t t t t t t Gu Hu u u v v 6v Pv ev }v ~v v v Gw Hw Iw Jw sw x x 7x Ix [x \x Ky Ly Vy ay y y y y y y z "z #z $z %z .z sz tz z z z z K{ { { {  | =| _| `| | | | | =} } } ~ ~ ~ ~ B~ C~ ~ ~ ~    % X b l m        : ; [ \   ̀ ΀ ߀ * + , - ]   L M     . t u 5 6 i j |   I J _  L O     & ' 6 H [ \ a i n o t |            Ē ɒ ʒ Ғ ڒ                   g h  ͗ I J              +      " / < I V g x      ң      < = ڥ ۥ \ ] / 0   I    ' T   Ϋ     ŭ ҭ    
  K U _ `    ï į ů ί 
  @ g  Ͱ ذ   @            ) \ f p q  Ĳ Ų Ʋ Ȳ ɲ ʲ Ӳ   E p  Գ Z ô Ӵ Դ մ        > H R S            ) T   >     ʷ ط ٷ ڷ ۷    O Y c d         ɸ   ; i  ȹ   < = > O ] ^ _ i t            # b n  û   / f    ϼ м Ѽ  ( 2 = p z       ɽ ʽ ӽ վ ־  & \ 
   Q R S T U V  7 8 l    d   	   Q [ e f                     . > ? @ A i           5 c d e v                 0 1 V i | } ~    g z ` a b c t 1 8 A B J _ t         0 B \ v         * = P Q R S \   i j k |       	  5 O _ y         5 O P Q R z          p         " # K d         x   ,      1 2 Z [             a      f g n w x          4 < Q f x          W X              A U                 , = W q         ) : T n            $ % & ' 0  K   2   P  U     A X     @ l         $ 9 N ` z        / 7 L a v        , = W X Y Z                  u      - R i       ? F O P X j |       
 $ 5 K \ s t |       	  1 H Y o            " $ % & / A 	  Y   \ {   (  c         <  [  z         6 7 H             7 Y Z |      	 < a b c d  N P    5 |    ! s     	 	 	 4
 5
 i
 
 
  a      N X b c           -
 P
 
 
 
 
 $ R S d e f            *          # 6 8 9 : C a   	    D E X k ~       E               + m   ! b   0        ( 2 3 [ \         K |     ? @ Q ~              , . / E F O   
 ' @ S      	 ( ) * ; o v ~           + > @ A B K    . i t                E  F  n  o                  7! t! ! " J" \" " " " " .# /# 0# A# n# o# p# q# # # # $ $ $ $ c% % % % N& & & ' ' I' ' ' ' ( ) * * Q* + =+ >+ q+ %, &, [, p, , , , , , - h. . . &/ c/ / / P0 0 0 (1 )1 41 @1 O1 [1 n1 r1 s1 t1 u1 v1 w1 x1 y1 z1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 >2 C2 2 2 2 2 2 3 3 3 S3 W3 3 3 3 3 3 3 3 3 74 <4 c4 d4 i4 4 4 4 4 4 4 5 "5 .5 /5 25 <5 =5 @5 I5 J5 K5 \5 a5 i5 p5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 x6 y6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 *7 D7 E7 P7 ]7 ^7 h7 u7 v7 w7 x7 y7 z7 {7 |7 7 7 7 7 7 7 7 7 8 8 t9 u9 L: M: d; m; ; ; ; ;< << H< < < < < < < = = = *= b= = > > ? ? @ @ @ )A A A [B B +C ,C C FD D D D E E E }F ~F F G G 8H ZH sH H H H I I SK TK K K K 
L L %L &L wL L L L L M M ^M M M M CN N N O O O AP BP P P 2Q 3Q R R S S T T U U U U [V W \X ]X X X GZ KZ LZ bZ cZ wZ xZ yZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ 4[ 6[ ;[ <[ Q[ S[ X[ Y[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ] ] ] #^ =^ q^ ^ ^ ^ _ _ N_ f_ _ _ _ _ 3` Q` ` ` ` ` a 6a 7a 8a 9a [a db eb {b b b b b b c c /c =c Pc Qc oc c c c c c d d -d .d d d d d d d d d e 6e 7e Me ce ye e e e e e e e e e f *f +f @f Af Bf Cf Tf tf uf vf f f f f f f f f f f f f g g +g Vg og g g g g g g g g g g $h %h &h 'h (h )h 2h Qh Rh fh gh h h h h h h h h h i i i i  i !i *i si ti )j *j +j <j \j ]j ^j _j j k @k Vk Wk ak lk k k k k k l l l Kl Ll Ul l l *m +m :m m m m m 3n vn wn n n n n n n n o o o 4o 5o 6o 7o 8o 9o fo p p Hp Sp ]p hp rp sp p p q q Fq Gq q q q q r r  s s @s Ns ^s _s js os ps zs s s s s s s s s s s s s s s s s s s  t t t t t  t !t "t ?t Mt ]t ^t it nt ot yt ~t t t t t t t t t t t t t t t t t u u u u u u #u $u %u Mu [u ku lu wu |u }u u u u u u u u u u u u u 	v 
v v v v %v *v +v 6v ;v <v Fv Kv Lv Mv fv tv v v v v v v v v v v v v v v v 4w }w w w w w w w w w w w w w w w w  x x (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x x y y y y y y y Iy Wy gy hy sy xy yy y y y y y y y y y y y y y y y  z z z z z z !z "z ,z 1z 2z 3z z z z z z z z z z 	{ { { { {  { *{ /{ 0{ 1{ P{ ^{ n{ o{ z{ { { { { { { { { { { { { { { { { | 
| | | | | )| .| /| 9| >| ?| @| [| i| y| z| | | | | | | | | | | | | | | } &} I} J} } } } } } } X~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 0 T f h        M     ( 8 9 ] ^ o  ف   : ; a         5    ԃ      .        Յ        2 < F G m      Ç ̇   ! 2 j k  W w   ۉ   " # 4  ۊ 6 t       f g     Ì    
  1 Y k l m n w ؍ ٍ   I J k l } Ȏ Ɏ ʎ ˎ          ̕   ӗ ԗ         J   X Y > S ğ ş ԟ       
   & ' , 3 8 9 > E Q R Z b g h p x             Y Z   G H   _ k     5 6  I J R S  . / ɬ N X    Ͱ ڰ     ' 8 I J ] p     ڲ ۲ x y   Ͷ ζ    7 8  Ÿ  " # l  + , S c p          , ^ _ a b c l   ޽  C k v   ޾ 8 9 : K        ǿ     = b c d f g h q     N r  a q r s            E F G H J K L U     2 V  E U V W h v w x y        0 W X Y Z \ ] ^ g     F f           E O Y Z            3 a     M N _ m n o       " # L M N P g h q s t             $   
 L    Q         , L _ r       & 9 f g h y           * = P c v w x y        E L U V l | } ~                 & c                $ > X h         $ > X Y Z [          e    	  d k t u }        1 9 N c u          0 C V i | } ~    + r  Y Z [ \ m     ' : M ` a b c l  >   h i j k |      1 D W j k l m v K r             3 H Z t         0 J Z t          2 E X k ~     C     3 4 5 F  , 3 < = E Z o          : B W l         7 8 9 : b c v           J   #   I  I J Q    & R    
 > ? P           2 C ] w         & @ Z k            ! 4 G Z m      J D  " /    F M      & E              ,  >  U  l                   , > P b y       
  5 6 7 8 ` a t           y  u    v   X 	  
 H    Y
 Z
 
 
 
  X w      * + O P U W X Y b o       < ^           <   " d    i      x y = > u    I    N          ) * = P c v x y z    % S q        , - @ S f y { | }    K L ] ^ _            #         	  / 1 2 3 < `  p  q            B! C! j! k! ! " " " # B# z# #  $ B$ $ $ % r% s% t% ~% % % % % % % % & 2& E& X& Z& p& q& z& & ' ,' d' o' ' ' ' ' ( #( +( ,( B( R( S( T( U( }( ~( ( ( ( ( ( ( ( ( ( \) w) ) ) ) ) )* 4* S* o* * * * * * * 
+ + + + M+ d+ e+ f+ g+ + + + + + + + + + + X, , , , - - 1- \- - - - - - - - - . 
.  . 3. F. Y. [. \. ]. f. . / / / / / 50 @0 _0 0 0 0 0 0 1 
1 1 1 61 71 r1 )2 [2 \2 2 3 <3 =3 o3 3 W4 X4 4 4 4 J5 y5 z5 5 7 7 7 7 8 8 8 9 9 9 9 : *: :: M: u: v: : < 5< n< < = Z= = = -> d> > > > > > > ? ? ? ? ? ? ? ? ? ? ,? 3? 8? H? I? X? Y? Z? f? g? h? i? t? x? ? ? ? ? ? ? ? 7@ 8@ =@ j@ o@ @ @ @ @ @ GA HA MA yA }A A A A A A B B B 5B :B `B aB bB lB B B B B B B B B B B B B B C C C !C "C -C 1C 8C ?C @C AC BC CC DC EC FC GC HC IC JC KC LC MC NC cC D D 0D 1D JD [D \D pD rD sD tD uD vD ~D D D D D D D D D D D D D D D D D D E E E E E E E E E 'E (E 6E 7E 8E 9E FE XE F  F G G G G I I +I I I I I I .J /J BJ gJ hJ yJ J J J J  K K SL TL AM BM 7N 8N DN N "O O O bP P P Q Q DR ER R R R R T T -T KU mU U U V -V GV HV QW RW X X PY QY Y Y Y Y Y Z +Z ]Z ^Z oZ Z Z Z Z[ [[ w[ [ \ x\ =] >] ] ] ] +^ ,^ ^ ^ )` *` a a Ob Pb c c 8c Ic c d e e yf zf g g g  h h h h h  h .h ;h <h =h >h ?h @h Dh Eh Fh Gh `h bh hh ih h h h h h h h h h h h h h h h h h h h h i i i i (i *i 0i 1i ?i Ai Gi Hi [i ]i bi ci ji oi i i i i i lk mk yk k k l )l ]l pl l l l m 8m Km m m m m #n =n Mn n n n n n n n p p p ?p Np ap bp {p p p p p p p 
q =q >q ?q sq q q q q q 2r 3r =r Hr {r r r r r r r r s s -s /s Fs Gs Ps rs ss s s s s s s s s s s t t t ;t <t =t >t ?t @t It jt kt t t t t t t t 
u "u 7u Qu Ru gu hu yu u u u u u u u u u u u u v v 'v Cv Dv Yv Zv kv v v v v v v v v v v w w w w w w w w w w x x x x x x 
y =y Gy Qy Ry sy y y y y y y z z z z z ){ n{ o{ { { | | 6| 7| 8| 9| :| ;| D| | | | | | | | | | } } } } } } ~ ~ ~ q~ ~ ~ ~ ~ ~   U       ހ     
     ) . / 9 > ? @ ^ l | }              ݁      
    ( - . 8 = > ? a o               Â   	 
    % * + 6 ; < F K L M        Ã ȃ Ƀ ԃ ك ڃ       " # . 3 4 > C D O T U _ d e f ҄  = K [ \ g l m w | }        ƅ ԅ             ! & ' ( U c s t                     ! & ' 2 7 8 B G H I o }            ʇ χ Ї ч = > m {            Ȉ ͈ Έ ψ    
    ( - . 9 > ? I N O P |          ǉ ̉ ͉ ׉ ܉ ݉ މ     # ( ) 3 8 9 D I J T Y Z [   Ċ   > ? L M N q   + = > H S     Ό      ' { |    J    Ǝ ֎ ׎   
 ^ w   ؏ ُ  . / 0 1 2 ;   Ӑ 2 = Y r      ̑      > ? s        Д ڔ    : L ^ _ ` a j    Е  	    6 \ y     җ # y Ԙ  U V W X ~    9 K L V a     Ϛ  	 
    v w     	 
  f g h i  / S     - X Y j   q r              ܬ  b c r          ĭ ŭ ʭ ѭ ֭ ׭ ܭ           " # + 2 7 8 @ G S T U V   O P      	   < = Ӵ Դ &     B ̹ ͹ g   < = ^ k x     ž ־     % < = H x y     k l ? P    5 c    
 Z      : > ? I T            
 I U |   	  M W |       ! " # O P Z e              N Z          " 0 1 2 < G z             2 > e    z          C M X              D P w    < x y z           & P Q R T U V _      N k       
 G d n y              # b  I J [        s t   ! Y   D E O Z         # 6 8 O P Y       D K S T j z { | }            C q         
         ! " # K l m                m t } ~          : B W l ~         ! A f y       1      	    0 E W q         - G W q              &    Y      ^ _           
    h    	  m n        	 
     T  < = > O           , < V p x        , - . / @        	     (  A }  $     N       
 " 4 N h y       
  1 K e v            ' : M ` a b c l 0   ; n  7          . }    $ P |     2 9 B C K ` u        & @ Q k s       	 # = N h y               ! *   J	 	 	 :
 
 -   + J i     $
 %
 &
 7
 {
 
 
 
 
 
 
 
 
 
 
 ! 2 I ` q            . E V m            % 8 K ^ ` a b k } E    M    2 d     S T [   8 x     4 S r s            
 / Q s       3 4 E x            ! 9! q! ! " \" ]" " V# W# $ $ $ $ % p% q% % % & V& & & A' B' L' W' ' ' ' ' ' ' ' ' ( ( ( ( ( !( i( ( ( ( ) )) `) ) ) ) ) ) ) ) ) ) * * * * * $* B* f* * * * * * %+ &+ 9+ L+ _+ r+ t+ u+ v+ + + + D, E, V, W, X, , , , , , , , , , , , - . .  . !. ". #. T. . . / 	/ :/ 20 30 g0 0 0 1 ]1 1 1 %2 l2 2 3 3 3 3 '3 Z3 d3 n3 o3 3 3 3 3 3 3 3 4 4 4 4 4 4 5 
5 95 {5 |5 5 5 5 5 5 5 5 5 5 5 6 6 /6 B6 U6 h6 j6 k6 6 6 6 6 7 F7 c7 |7 7 7 7 7 
8 8 E8 d8 e8 f8 w8 8 8 8 8 8 9 9 9 9 -9 .9 A9 T9 g9 z9 |9 }9 ~9 9 9 : X: j: : : : : <; @; A; B; C; T; ; ; ; ; ; ; ; ; ; ; ; < s< < "= U= = = = = = (> j> k> l> }> > > > > > > ? ? ? ? 3@ @ @ @ 
A A A A KB LB B B C C PC "E OE PE E ?F yF zF F aG bG G G G G G H H ZH I I J bJ J J 4K K K L dL eL pL |L L L L L L L L L L L L L L L L L L L L L M M M M M M )M 1M =M >M CM zM M M M M N 
N RN SN XN N N N N N O O 5O 6O ;O sO xO O O O O O O O  P 
P YP ^P jP kP nP xP yP |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 Q Q Q Q Q Q Q Q R R R R R R R "R #R ,R 0R 1R DR PR QR RR SR TR fR R R R R R R R R R R R R R R R R R R R R R R S S T T U U V V V "W /W wW xW W W W W X X X WX XX YX fX X 5Y Y Y Z Z [ [ [ e\ \ 1] ]  ^ g^ h^ '_ _ _ _ !` ?` @` S` a a a b c tc c c c c c d d f f f f :g Fg Ug ag bg g g g g 
h Vh [h h h h i i i j j j -k }k ~k k k nl ol m m 6o 7o o o p p p p q Qr s s t t u u u u u u u u u u u u u u u u u u u u u  v v v  v "v 'v (v 6v 8v >v ?v Rv Tv Zv [v pv rv wv xv v v v v v v v v v v v v v v v v v v  w w w 
w (w )w *w +w ,w 
y y y _y yy y y y z Bz Vz z z z z { ;{ o{ { { { { | >| r| s| t| u| | } } } } } }  ~ ~ L~ M~ k~ y~ ~ ~ ~ ~ ~ ~  ' = S i j      # - . U r s    ˀ ̀      % & J f g | } ~      ف ځ ہ ܁ ݁ ށ   	   8 T U g    Ղ      7 8 9 ` a b c d e n     Ń     	 ) * + X Y Z [ \ ] f   e f g x      H |     ۆ     > T V    ) * f g v ǈ  
  o   ԉ Չ ։ ׉ ؉ ى  = > O p q r s t u  B C        & > U     9 : $ % < Q |          ǎ ̎ ͎ ׎ ܎ ݎ ގ  
   & + , 6 ; < G L M W \ ] ^ {          Ə ˏ ̏ ֏ ۏ ܏ ݏ  
   ) . / 9 > ? J O P Z _ ` a        Ð Ȑ ɐ Ԑ ِ ڐ     ' 5 E F Q V W a f g r w x         ̑ ё ґ ܑ          p  ے     
     & + , 6 ; < = d r             ē œ Ɠ      " # - 2 3 > C D N S T U         Ĕ Ŕ Д Ք ֔     
  + , 7 < = G L M X ] ^ h m n o ە ܕ   ) * 5 : ; E J K V [ \ f k l m        Ɩ ˖ ̖ ז ܖ ݖ      ( 8 9 D I J T Y Z e j k u z { |      Ɨ Ǘ ї ֗ ח         = b   ܘ ݘ       ə ۙ ܙ   $ . 8 9 l      Ś   : ;    C S d t u      . G v w  ̝ ͝ Ν ϝ Н ٝ ! " q О ۞   * ? W X Y j ! " # $ M ܠ ݠ  # 5 6 % & 0 ; n x    آ       M N ] n   %   Ԥ   9 : ^ _ p   r          ק     2 < F G m         5 6          7 ͪ  & '  ˯    N O   C D V   # $ 9  & )   z      " 5 6 ; C H I N V b c h o t u z            ɻ л ջ ֻ ޻            A B   # $   q r       j k       	  # 0 A R c t             6 7 	 
   # s t   . ^ _   g h         % / 9 : h          A       t u v          6 @ J K y           J   4            " , - [            . n               ) 3 = > l            C       ) 7 8 9 C N             < H o    	 @           J T ^ _             6    + , - . / 0 `   F    >      + 5 ? @ h          b u              C f y          = > ? P                 
  0 C V W X Y b  A T : ; < = N     $ 9 N ` z       
  6 P ` z         * + , - 6   C D E V          ) 9 S m u        ) * + , T l         J g          % > c v       R z          4 5 Z m              ;     @ A H Q R Z o         + @ R l         1 2 Z [ n            /  o p q   h o x y       	 	 1	 K	 \	 v	 ~	 	 	 	 	 	 
 
 .
 H
 Y
 s
 t
 u
 v
 
 
 
 
 
 
 
 
    
  %   
 _
 
 *  /      2 b     F z {         ( : T n       	  & ; P b |        1 2 3 4 \ ] p            ^ k  O       , C b         ) * 2 D V h z        % 6 M N V h z        " 3 I Z q r s t            	     3! ! ! 6" U" " " # # =$ \% & & & & ( ( ( ) 5) T) ) ) ) ) * * "* f* g* * * * * * * * * * * + 3+ 4+ V+ x+ + + + + + , ;, <, =, >, x, (. *. ^. . . / V/ / / / M0 0 0 1 1 y2 z2 2 3 3 C3 3 3 3 ;4 4 4 4 4 4 (5 25 <5 =5 e5 f5 y5 5 5 5 5 5 5 5 6 *6 a6 6 6 6 6 ,7 -7 >7 ?7 @7 h7 i7 |7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 ;9 _9 9 9 9 9 9 : : 2: E: X: k: m: n: o: x: : ; ; ; ; ; ; ; ; ~< < < < < = = > G> ~> > > <? ~? ? 
@ Y@ @ @ @ @ @ @ A A 
A 5A 6A [A nA A A A A A A %B VB hB B B B C C +C XC _C gC hC ~C C C C C C C C C C D D 	D D  D )D D D D E E -E eE pE E E E E F F F F IF PF XF YF F F F F F F F F F G G G G G %G G G G H CH NH mH H H H H H H H I  I HI II \I oI I I I I I I J NJ J J $K 6K qK |K K K L 	L 
L L HL IL JL KL rL sL L eM M M M =N xN yN N (O O O O O #P P P P P R R R +S S T T KT T  U 5U JU fU vU U U U U BW qW W  X =X X X *Y iY Y Z Z Z Z )Z 5Z HZ LZ MZ NZ OZ PZ QZ RZ SZ TZ hZ oZ tZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ s[ t[ y[ [ [ [ [ [ -\ 1\ \ \ \ \ \ \ \ \ ] ] =] >] C] q] v] ] ] ] ] ] ] ^ 	^ ^ ^ ^ ^ #^ $^ %^ 6^ ;^ C^ J^ Q^ ]^ ^^ i^ m^ t^ {^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ R_ S_ l_ m_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` *` 7` 8` B` O` P` Q` R` S` T` U` V` c` d` r` s` t` u` ` ` [a \a Nb Ob &c 'c >d Gd gd d d e e "e je ke ~e e e e e e e f <f f g g }h ~h si ti i j ^j j 5k k l l l  m m m m m m m Wo Xo io p p q 4q Mq iq q q r r -t .t t t t t t t  u Qu gu u u u u u 8v v v v w Zw w yx zx x y y gy hy z 
z e{ f{ | | } } Y~ Z~ t~ ~ 5  6 7   ! % & < = Q R S \ j w x y z { |           Ń ƃ ԃ փ ܃ ݃         + - 2 3 M O T U d f l m { }         Ƅ Ǆ Ȅ Ʉ ʄ      K e     ( @ t   و 
 + _ y   ܉     5 > ? U {       	  * + I y z {  Ō ی    n o y    ˍ ̍    ' = S i k      Î Ď        . N O P w x y z { |      ֏    0 I ^ s      Ր ֐ א         + , @ A c      Ǒ ȑ ɑ        M N     6 7 8 9 Y   0 1 ; F y     ܔ   % & / Ǖ ȕ    e    
 P Q r s t u v w  ۗ ܗ        @   " - 7 B L M  ę ܙ    ! \  ך ؚ  Û ڛ   ( 8 9 D I J T Y Z e j k u z { |     Ĝ ɜ ʜ Ԝ ٜ ڜ         ' 7 8 C H I S X Y d i j t y z {     ǝ ̝ ͝ ם ܝ ݝ        ' 5 E F Q V W a f g r w x     Ş Ӟ              % & ' @ N ^ _ j o p z           W y          Ġ ɠ ʠ Ԡ ٠ ڠ ۠     ! , 1 2 < A B M R S ] b c d        ˡ С ѡ ܡ       # 1 A B M R S ] b c n s t ~      ɢ ʢ բ ڢ ۢ          
 y z   ǣ ȣ ӣ أ ٣        	 
  * 8 H I T Y Z d i j u z {      Ƥ ֤ פ         	     5 C S T _ d e o t u         ۥ   # $ z {     2 3 g y z   § ̧ ֧ ק 
 . @ B Y Z c   ب ٨ '        7 8 I   ̪    ; j k l m n w    n y   Ȭ ݬ        ­  z {   Ӯ Ԯ ï į ί ٯ     ! G v           D E ñ 1 Q r   ײ ز    _   N       @ A u     е ڵ    3 E F G H Q   Ӷ Զ # $ E F W     շ k  ĺ ź \ i           Z [    $   2 3  -                 
     + , 4 < A B J R ^ _ g n s t |      3 4   ! "   9 E   x y   b # $ , - ~  	  ( 2 x y          # $ 7 J a x y    R S     {     q     F    - = J v z {        8 9 ; < = F      E P       % \ ] ^ _          < = > @ A B K     ( L  ; K L M ^ l m n x          ! " $ % & / n z    0   / 0 1 B P Q R S        
 1 2 3 4 6 7 8 A       @ x           ) 3 4 b          
 ; [    ' ( 9 G H I         & ' ( * A B K M N _                & ]   +          & 9 L _ r t       @ A B S             * = P Q R S \        & / 0 F V W X Y Z [ \ ] ^ _            =                      2 B \ v ~        2 3 4 5 ] }        ? m     > E N O W l         ( = O i         
  0 C V W X Y b   L  3	 4	 5	 6	 G	 	 	 	 	 
 
 '
 :
 ;
 <
 =
 F
 
  [  B C D E V      
 
 1
 D
 E
 F
 G
 P
 % L   x y z        
 " 4 N h x       
 $ 4 N h i j k |       2 E X Y Z [ d  }   ` 
       
    4 I ^ p         1 F [ m           < = P c v       l  $ w   s  #  # $ + j     , `      * n u ~            7  Q  b  |               ! ! 4! E! _! y! ! ! ! ! ! ! ! ! ! " !" 4" G" Z" [" \" ]" f" $# $ $ $ 	% v% % i&  ' '' g' ' ' ' '  ( ( `( a( b( s( ( ( ( ( ( ( ( ) ) /) F) ]) n) ) ) ) ) ) ) ) ) * * ** <* S* j* * * * * * * * + + + + :+ ;+ N+ a+ t+ + + + + + + , - S. . O/ / / / P0 n0 0 21 1 2 "4 4 4 4 36 46 t6 6 6 6 27 Q7 p7 7 7 7 7 8 8 )8 *8 /8 18 28 38 <8 I8 k8 8 8 8 8 8 9 89 Z9 o9 p9 9 9 9 9 9 9 : ; ; ; >< u< < < C= = = = > > R? S? @ @ O@ @ @ @ #A ZA A A (B }B ~B B B B B B B C C C *C =C PC RC SC TC ]C C C C -D KD eD D D D D D D E E E -E @E SE UE VE WE `E ~E E %F &F 7F 8F 9F aF bF uF F F F F F F F F F G G G G G G G G G G 	H H H 
H H :H H JI KI \I ]I ^I _I I J J DJ EJ vJ nK oK K K L TL L L M aM M M LN MN NN XN cN N N N N N N N O O 2O 4O JO KO TO O O P >P IP uP P P P P P Q Q Q ,Q -Q .Q /Q WQ XQ kQ ~Q Q Q Q Q Q Q Q 6R QR R R R R S S -S IS [S S S S S S S S S S 'T >T ?T @T AT iT jT }T T T T T T T T 2U ZU U U U U V 6V xV |V }V ~V V V V V V V V 
W  W 3W 5W 6W 7W @W W W ^X X X X Y Y 9Y dY Y Y Y Y Y Y Y Y Z Z LZ [ 5[ 6[ o[ [ \ \ I\ \ 1] 2] ] ] ] $^ S^ T^ ^ ^` ` ` ` {a a a a b b b b c c 'c Oc Pc c d e He e e 4f pf f g >g g g g g g g g g g g g g g g g g h 
h h "h #h 2h 3h 4h @h Ah Bh Ch Nh Rh eh mh yh zh h h h i i i Di Ii i i i i i !j "j 'j Sj Wj qj rj wj j j j j j k k :k ;k <k Fk k k k k k k k k k k k k k k k k k k l l l l l l l l l l  l !l "l #l $l %l &l 'l (l =l l l 
m m $m 5m 6m Jm Lm Mm Nm Om Pm Xm ^m _m hm lm mm m m m m m m m m m m m m m m m m m m m m m n n n n n n  n 2n n n o o p p q q r ^r kr r r r s 	s s As Bs Ss s s s s s qt -u .u v v w w w w w mx x <y y y cz z { { ]{ {{ |{ { | | } %~ G~ ~ ~ ~  ! " + , ˁ ́ * + v       7 8 I   փ 4 5 Q   R   i         r s ) *    # ӌ  Ԏ Վ S T  Ð Đ ڐ ې                ! : < B C \ ^ c d r t z {         ɑ ˑ Б ё       
    ! " 5 7 < = D I d e f g h F G S     7 J ~  ƕ ޕ  % Y w  ɖ   ' [ z     ӗ ܘ ݘ   ( ; < U     ș ə     M c y     
  " U _ i j    ś ۛ   	   ! * L M a b        ̜          # D E Y Z t    Ν    + , A B S s t u        ɞ ʞ ޞ ߞ    3 4 E e f g              Ԡ ՠ ֠ נ    Ρ ϡ ١   ! + , M z   â Ģ ͢ e f     H I Z           y z        ޥ ~   ˦ զ    K b z     / u v ` a x   Ʃ ֩ ש         	     8 F V W b g h r w x         Ū ժ ֪              ; I Y Z e j k u z {        ū ӫ              % & ' c q             ì Ĭ Ŭ ެ     
     ) . / 9 > ? @    % 5 6 A F G Q V W b g h r w x y     ʮ Ϯ Ю ڮ ߮          / = M N Y ^ _ i n o z        ϯ ߯             ! " # I W g h s x y             G U e f q v w           ȱ ֱ            # ( ) * V d t u              Ӳ       
    # $ . 3 4 5 Y y   ³   & ' ( K д Ѵ    " - ` j t u  ̵ ޵     U V v w Ŷ $ Z      շ ַ  8 Q j    ٸ  	 
    ] ^    3 L f {     ] ^ _ `    M _ q r a b l w       & 8 9 : ; D       a Ͽ   6 S u v     S   / 0 1 2 X Y    % & 0 ; n x          P Q q r      @ A B C s 	 - b c   2 3 D   K L      _ ` u  b e     < = L ^ q r w                             ! - . / 0   ) *   } ~   _ `              A     8 E R _ l }           " R S   r s E F  * _    = j    4         # . a k u v        # / V }    ' 1 V         ) * 4 ? r |           ( 4 [    p      
    ! T ^ h i            ? j   T           ' 2 e o y z           * Q     R S T e s t u         * + , . / 0 9 x     ( 	 E 	 | 	  	  	  	  	  	  	 !	 >	 H	 S	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 <	 r	 #	 $	 5	 g	 h	 i	 j	 k	 l	 	 M	 N	 	 	 	 3	 z	 	 	 	 )	 4	 g	 q	 {	 |	 	 	 	 	 	 		 		 )		 *		 3		 		 		 		 		 		 		 
	 %
	 -
	 .
	 D
	 T
	 U
	 V
	 W
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 	 K	 y	 z	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 %	 F	 G	 l	 	 	 	 	 	 	 	 }
	 
	 v	 w	 x	 y	 	 G	 N	 W	 X	 `	 u	 	 	 	 	 	 	 	 	 1	 F	 X	 r	 	 	 	 	 	 	 	 	 	 @	 S	 f	 g	 h	 i	 r	 	 	 	 	 	 	 	 	 	 	 	 
	 	 1	 K	 e	 u	 	 	 	 	 	 	 	 !	 1	 K	 e	 f	 g	 h	 	 	 	 	 	 	 	 	 	  	 	 	 	 3	 	 	 	 	 	 8	 9	 a	 z	 	 	 	 	 	 	 	 	 	 	 	 B	 	 	 	 	 	 G	 H	 p	 q	 	 	 	 	 	 	 	 	 	 	 	 .	 w	 	 	 	 )	 |	 }	 	 	 	 	 	 	 	 	 	 	 0	 J	 R	 g	 |	 	 	 	 	 	 	 	 	 		 	 m	 n	 	 	 	 	 	 	 	 	 	 	  	  	 !	 W!	 k!	 !	 "	 "	 "	 "	 (#	 #	 #	 #	 #	 #	 #	 #	 #	 $	 ($	 B$	 S$	 m$	 $	 $	 $	 $	 $	 $	 $	 %	 %%	 ?%	 P%	 j%	 %	 %	 %	 %	 %	 %	 %	 %	 %	 &	 &	 '&	 :&	 ;&	 <&	 =&	 F&	 
'	 a'	 '	 (	 H(	 (	 )	 f)	 )	 k*	 *	 *	 *	 +	 W+	 n+	 +	 +	 +	 *,	 V,	 ,	 ,	 ,	 ,	 -	 -	 -	 -	 %-	 :-	 O-	 d-	 v-	 -	 -	 -	 -	 -	  .	 .	 +.	 E.	 M.	 b.	 w.	 .	 .	 .	 .	 .	 .	 /	 (/	 B/	 S/	 m/	 n/	 o/	 p/	 /	 /	 /	 /	 /	 /	 /	 /	 /	 /	 0	 0	 1	 $2	 2	 2	 3	 3	 4	 4	 4	 5	 $5	 C5	 h5	 5	 5	 5	 5	 5	  6	 6	 U6	 \6	 e6	 f6	 n6	 6	 6	 6	 6	 6	 6	 6	 7	 #7	 :7	 K7	 a7	 r7	 7	 7	 7	 7	 7	 7	 7	 7	 8	 8	 08	 G8	 ^8	 o8	 8	 8	 8	 8	 8	 8	 8	 8	 8	 8	 9	 %9	 89	 :9	 ;9	 <9	 E9	 W:	 ;	 ;	 o<	 <	 '=	 r=	 =	 =	 >	 >>	 >	 y?	 @	 A	 -B	 .B	 5B	 C	 C	 D	 RD	 qD	 D	 D	 D	 E	 -E	 LE	 ME	 ^E	 E	 E	 E	 E	 E	 E	 E	 E	 E	 E	 	F	 +F	 MF	 oF	 pF	 F	 F	 F	 F	 
G	 G	 G	 RG	 wG	 xG	 yG	 zG	 G	 dI	 fI	 I	 I	 J	 KJ	 J	 J	 6K	 7K	 K	 0L	 1L	 L	 L	 M	 M	 M	 JN	 KN	 N	 N	 N	 0O	 wO	 O	 P	 P	 &P	 1P	 dP	 nP	 xP	 yP	 P	 P	 P	 P	 P	 P	 P	 P	 P	 P	 CQ	 fQ	 Q	 Q	 Q	 R	 :R	 hR	 iR	 zR	 {R	 |R	 R	 R	 R	 R	 R	 R	 R	 R	 R	 R	 S	 @S	 S	 S	 S	 S	 S	 S	  T	 T	 &T	 9T	 LT	 NT	 OT	 PT	 YT	 wT	 T	 U	 U	 0U	 1U	 2U	 ZU	 [U	 nU	 U	 U	 U	 U	 U	 U	 U	 U	 [V	 V	 V	 V	 V	 V	 V	 .W	 W	 W	 W	 W	 X	 Y	 
Y	 AY	 Y	 Y	 Y	 7Z	 xZ	 Z	 Z	 F[	 [	 [	 [	 [	 [	 \	 4\	 >\	 H\	 I\	 q\	 r\	 \	 \	 \	 \	 \	 \	 \	 \	 a]	 ]	 ]	 ]	 ]	 ^	 U^	 V^	 g^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 	_	 _	 /_	 B_	 D_	 E_	 [_	 \_	 e_	 _	 _	  `	 =`	 V`	 i`	 `	 `	 `	 `	 `	 a	 >a	 ?a	 @a	 Qa	 a	 a	 a	 a	 a	 a	 a	 a	 a	 b	 b	 b	 .b	 Ab	 Tb	 Vb	 Wb	 Xb	 ab	 b	 b	 2c	 Dc	 c	 c	 c	 c	 d	 d	 d	 d	 d	 .d	 [d	 \d	 d	 d	 d	 d	 d	 d	 d	 d	 d	 d	 Me	 e	 e	 /f	 `f	 rf	 f	 f	 f	 g	 Dg	 Eg	 Fg	 Wg	 g	 g	 g	 g	 g	 g	 g	 h	 h	 h	 
i	 yi	 i	 i	 i	 dj	 j	 j	 %k	 &k	 _k	 k	 k	 k	 *l	 m	 )n	 *n	 gn	 o	 So	 To	 o	 ;p	 <p	 qp	 p	 p	 p	 p	 p	 p	 4q	 ~r	 r	 r	 <s	 ys	 s	 t	 ft	 t	 t	 >u	 ?u	 Ju	 Vu	 eu	 qu	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 v	 v	 v	 v	 v	 Tv	 Yv	 v	 v	 v	 v	 v	 ,w	 -w	 2w	 iw	 mw	 w	 w	 w	 w	 w	 x	 x	 x	 Mx	 Rx	 yx	 zx	 x	 x	 x	 x	 x	 x	 x	 3y	 8y	 Dy	 Ey	 Hy	 Ry	 Sy	 Vy	 _y	 `y	 ay	 ry	 wy	 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	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 {	 
{	 {	 {	 *{	 +{	 ,{	 -{	 .{	 @{	 Z{	 [{	 f{	 s{	 t{	 ~{	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 |	 |	 }	 }	 b~	 c~	 z	 	 	 	 		 Q	 R	 ^	 	 	 	 ߀	 	 	 1	 2	 3	 @	 x	 	 ˂	 ̂	 	 	 	 	 	 ?	 	 	 q	 چ	 A	 B	 	 \	 	 	 	 	 	 -	 	 	 	 Ë	 	 N	 p	 	 	 	 	 ɍ	 ʍ	 i	 j	 ȏ	 ɏ	 	  	 /	 ;	 <	 	 	 Ր	 ֐	 	 0	 5	 t	 ґ	 ӑ	 	 Y	 	 	 	 	 	 W	 X	 	 	 H	 I	 	 	 	 	 ǘ	 Ș	 	 	 	 	 q	 +	 r	 s	 	 	 ]	 a	 b	 x	 y	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ؞	 ڞ	 	 	 	 	 	 	 	 	 	 	 ,	 .	 4	 5	 J	 L	 Q	 R	 g	 i	 n	 o	 	 	 	 	 	 	 	 	 	 	 	 	 ӟ	 ՟	 ڟ	 ۟	 	 	 	 	 	 	 	 	 	 	 9	 S	 	 	 բ	 	 	 0	 d	 |	 	 ã	 	 	 I	 g	 	 	 Ť	 	 	 L	 M	 N	 O	 q	 z	 {	 	 	 Ʀ	 ٦	 ڦ	 	 &	 '	 E	 S	 f	 g	 	 	 	 	 	 	 	 -	 C	 D	 	 	 	 	 	 	 	 	 /	 L	 M	 c	 y	 	 	 	 	 	 ȩ	 	 	 	  	 $	 @	 A	 V	 W	 X	 Y	 j	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 .	 /	 A	 l	 	 	 	 ɫ	 ʫ	 ߫	 	 	 	 	 	 :	 ;	 <	 =	 >	 ?	 H	 g	 h	 |	 }	 	 	 	 Ѭ	 Ҭ	 	 	 	 	 2	 3	 4	 5	 6	 7	 @	 	 	 ?	 @	 A	 R	 r	 s	 t	 u	 	 "	 V	 l	 m	 w	 	 	 	 ɯ	 ʯ	 	 	 .	 0	 a	 b	 k	 	 	 @	 A	 P	 	 	 	 	 I	 	 	 	 	 	 	 	 	 	 	 	 )	 J	 K	 L	 M	 N	 O	 |	 	 	 ^	 i	 s	 ~	 	 	 	  	 	 /	 \	 ]	 	 ͵	 	 	 	 	 	 +	 V	 d	 t	 u	 	 	 	 	 	 	 	 	 	 	 	 	 	 ַ	 	 	 	  	 	 	 	 	 	 !	 &	 '	 1	 6	 7	 8	 U	 c	 s	 t	 	 	 	 	 	 	 	 	 	 	 	 	 	 ٸ	 	 	 	 	 	 		 	 	 	 $	 )	 *	 4	 9	 :	 ;	 c	 q	 	 	 	 	 	 	 	 	 	 	 	 	 ù	 Ĺ	 Ź	 	 	 	  	 +	 0	 1	 ;	 @	 A	 L	 Q	 R	 \	 a	 b	 c	 |	 	 	 	 	 	 	 	 	 	 Ǻ	 ̺	 ͺ	 ׺	 ܺ	 ݺ	 ޺	 J	 	 	 û	 ӻ	 Ի	 ߻	 	 	 	 	 	  	 	 	 	 	 	 	 >	 L	 \	 ]	 h	 m	 n	 x	 }	 ~	 	 	 	 	 	 	 	 ͼ	 ۼ	 	 	 	 	 	 	 	 
	 	 	 	 (	 -	 .	 /	 _	 m	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 !	 &	 '	 2	 7	 8	 B	 G	 H	 I	 	 	 	 	 	 	 	 	 	 	 $	 %	 0	 5	 6	 @	 E	 F	 G	 f	 t	 	 	 	 	 	 	 	 	 	 	 	 	 ƿ	 ǿ	 ȿ	 	 	 	 	 	 #	 $	 .	 3	 4	 ?	 D	 E	 O	 T	 U	 V	 q	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 <	 _	 `	 	 	 	 	 	 	 n	 o	 	 	 	 	 	 	 	 	 	 F	 j	 |	 ~	 	 	 	 	 	 	 	 c	 	 	 	 -	 >	 N	 O	 s	 t	 	 	 	 	 !	 P	 Q	 w	 	 	 	 	 	 	 	 	 K	 	 	 	 	 	 	 1	 2	 3	 D	 	 	 	 	 '	 	 	 	 	 	 	 	  	 
	 	 H	 R	 \	 ]	 	 	 	 	 	 	 	 	 '	 (	 7	 H	 	 	 	 m	 	 	 	 	 	 	 8	 9	 J	 	 	 L	 	 	 	 	 	 	 	 |	 }	 	 	 	 	 	 	 	  	 !	 G	 o	 	 	 	 	 	 	 	 	 	 _	 `	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 (	 )	 	 	 	 	 0	 	 	 	 	 	 `	  	 	 n	 o	 T	 i	 	 	 	 	 	 	 	 	 "	 #	 (	 0	 <	 =	 B	 I	 N	 O	 T	 [	 g	 h	 p	 x	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 o	 p	 	 	 ]	 ^	 	 	 u	 	 	 	 	 	 K	 L	 	 _	 `	 h	 i	 	 D	 E	 	 d	 n	 	 	 	 	 	 	 
	 	 ,	 =	 N	 _	 `	 s	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 M	 N	 	 	 	 8	 9	 	 	 A	 B	 i	 y	 	 	  
  
  
  
  
 	
 
 
 B
 t
 u
 w
 x
 y
 
 
 
 
 
 Y
 
 
 
 
 
 N
 O
 P
 a
 
 
 
 
 
 
 
 
 
 
 $
 %
 S
 x
 y
 z
 |
 }
 ~
 
 
 
 
 $
 d
 
 
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 5
 [
 \
 ]
 ^
 `
 a
 b
 k
 
 
 
 
 H
 l
 
 [	
 k	
 l	
 m	
 ~	
 	
 	
 	
 	
 	
 	
 	
 

 

 

 

 F

 m

 n

 o

 p

 r

 s

 t

 }

 

 

 

 
 \
 |
 
 
 
 
 
 
 
 
 
 (
 [
 e
 o
 p
 
 
 
 
 
 
 
 
 
 "
 I
 w
 
 
 
 
 c
 d
 u
 
 
 
 
 
 
 
 $
 .
 8
 9
 b
 c
 d
 f
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 

 :
 
 
  
 b
 
 
 
 g
 
 
 
 
 
 
 
 
 B
 b
 u
 
 
 
 
 
 
 
 <
 O
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 @
 S
 f
 y
 
 
 
 
 
 
 
 
 
 
 *
 [
 b
 k
 l
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 0
 1
 2
 3
 <
 y
 
 .
 
 
 
 
 (
 
 
 
 
 
 
 (
 :
 T
 n
 ~
 
 
 
 
 
 
 
 *
 :
 T
 n
 o
 p
 q
 
 
 
 
 
 
 
 
 
 {
 
  
  
  
 0 
 z 
  
  
  
  
  
  
  
  
 !
 !
 -!
 G!
 O!
 d!
 y!
 !
 !
 !
 !
 !
 "
 "
 "
 "
 ."
 F"
 Y"
 l"
 "
 "
 "
 "
 "
 "
 $#
 A#
 #
 #
 o$
 p$
 q$
 r$
 $
 $
 $
 $
 %
 =%
 P%
 c%
 v%
 w%
 x%
 y%
 %
 ,&
 T&
 &
 &
 ~'
 '
 '
 '
 '
 '
 '
 (
 (
 4(
 G(
 Z(
 m(
 (
 (
 (
 (
 (
 a)
 )
 )
 *
 *
 *
 *
 *
 +
 +
 "+
 ++
 ,+
 4+
 I+
 ^+
 p+
 +
 +
 +
 +
 +
 +
 ,
 ,
 ,,
 F,
 `,
 p,
 ,
 ,
 ,
 ,
 ,
 ,
 -
 -
 4-
 5-
 H-
 [-
 n-
 -
 -
 -
 -
 -
 -
 Y.
 .
 .
 	/
 /
 I0
 J0
 K0
 \0
 0
 B1
 I1
 R1
 S1
 [1
 p1
 1
 1
 1
 1
 1
 1
 2
 %2
 62
 P2
 X2
 m2
 2
 2
 2
 2
 2
 2
 3
 "3
 33
 M3
 N3
 O3
 P3
 x3
 y3
 3
 3
 3
 3
 3
 3
 3
 3
 3
 4
 4
 `5
 5
 5
 96
 6
 7
 _7
 	8
 _8
 `8
 g8
 8
 8
 9
 <9
 h9
 9
 9
 9
  :
 T:
 U:
 f:
 :
 :
 :
 :
 :
 :
 :
 ;
 ;
 .;
 H;
 Y;
 s;
 ;
 ;
 ;
 ;
 ;
 ;
  <
 <
 *<
 <<
 V<
 p<
 <
 <
 <
 <
 <
 <
 =
 =
 
=
 =
 6=
 7=
 J=
 ]=
 p=
 =
 =
 =
 =
 =
 =
 `>
 Z?
 ?
 8@
 E@
 @
 )A
 A
 \B
 cB
 B
 B
 B
 C
 C
 <C
 [C
 C
 C
 C
 C
 C
 C
 D
 D
 D
 D
 0D
 BD
 TD
 kD
 D
 D
 D
 D
 D
 D
 D
 E
 'E
 (E
 0E
 BE
 TE
 fE
 xE
 E
 E
 E
 E
 E
 E
 
F
 #F
 4F
 KF
 LF
 MF
 NF
 vF
 wF
 F
 F
 F
 F
 F
 F
 F
 F
 F
 G
 H
 I
 
J
 J
 J
 K
 /K
 K
 K
 K
 nL
 M
 6N
 ^O
 O
 O
 O
 oQ
 pQ
 Q
 Q
 R
 .R
 nR
 R
 R
 R
 R
 R
 R
 @S
 AS
 eS
 fS
 kS
 mS
 nS
 oS
 xS
 S
 S
 S
 S
 
T
 T
 0T
 RT
 tT
 T
 T
 T
 T
 T
 U
 U
 U
 U
 RU
 W
 W
 8W
 zW
 W
 W
 0X
 X
 X
 X
 'Y
 Y
 Y
 Z
 Z
 S[
 T[
 [
 [
 [
 \
 _\
 \
 \
 ]
 d]
 ]
 ]
 ]
 ]
 ^
 ^
 ^
 ^
 ?^
 @^
 S^
 f^
 y^
 ^
 ^
 ^
 ^
 ^
 ^
 _
 ;_
 i_
 _
 _
 _
 `
 `
 `
 `
 `
 B`
 C`
 V`
 i`
 |`
 `
 `
 `
 `
 `
 `
 `
 aa
 ba
 sa
 ta
 ua
 a
 a
 a
 a
 a
 a
 a
 a
 a
 a
 b
 9b
 b
 b
 b
 b
 b
 b
 b
 c
 c
 2c
 Ec
 Gc
 Hc
 Ic
 Rc
 vc
 c
 d
 d
 d
 d
 d
 d
 d
 Xe
 Ye
 e
 e
 e
 f
 f
 f
 !g
 Xg
 g
 g
 h
 Xh
 h
 h
 3i
 i
 i
 i
 i
 i
 i
 i
 i
 i
 j
 j
 5j
 Hj
 [j
 nj
 pj
 j
 j
 j
 j
 0k
 Bk
 zk
 k
 k
 k
 k
 l
 2l
 9l
 Al
 Bl
 Xl
 hl
 il
 jl
 kl
 l
 l
 l
 l
 l
 l
 l
 l
 l
 l
 m
 rm
 m
 m
 m
 m
 n
 ?n
 Jn
 in
 n
 n
 n
 n
 n
 n
 n
 #o
 *o
 2o
 3o
 co
 zo
 {o
 |o
 }o
 o
 o
 o
 o
 o
 o
 o
 o
 o
 o
 np
 p
 p
 p
 q
 (q
 Gq
 rq
 q
 q
 q
 q
 q
 q
 q
 q
 "r
 #r
 6r
 Ir
 \r
 or
 qr
 rr
 sr
 |r
 r
 (s
 s
 s
 s
 t
 Kt
 Vt
 ut
 t
 t
 t
 t
 t
 "u
 #u
 $u
 %u
 Lu
 Mu
 u
 ?v
 qv
 rv
 v
 w
 Rw
 Sw
 w
 x
 mx
 nx
 x
 x
 x
 `y
 y
 y
 y
 {
 {
 {
 |
 |
 |
 |
 %}
 }
 }
 ~
 $~
 @~
 P~
 c~
 ~
 ~
 ~
 
 K
 
 ڀ
 
 p
 
 
 C
 z
 ܂
 ݂
 
 
 
 
 "
 &
 '
 (
 )
 *
 +
 ,
 -
 .
 B
 I
 N
 ^
 _
 n
 o
 p
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 M
 N
 S
 
 
 ʄ
 ˄
 Є
 
 
 ]
 ^
 c
 
 
 
 
 
 
 
 
 
 
 K
 P
 v
 w
 x
 
 ц
 ֆ
 
 
 
 
 
 
 
 
 
 
 
 
 $
 +
 7
 8
 C
 G
 N
 U
 V
 W
 X
 Y
 Z
 [
 \
 ]
 ^
 _
 `
 a
 b
 c
 d
 y
 ,
 -
 F
 G
 `
 q
 r
 
 
 
 
 
 
 
 
 
 
 
 
 
 Ȉ
 Ɉ
 ʈ
 ˈ
 ̈
 ވ
 
 
 
 
 
 
 )
 *
 +
 ,
 -
 .
 /
 0
 =
 >
 L
 M
 N
 O
 \
 n
 5
 6
 (
 )
  
 
 
 !
 A
 
 
 
 
 
 D
 E
 X
 }
 ~
 
 ώ
 Ў
 ю
 ގ
 
 
 i
 j
 W
 X
 M
 N
 Z
 ݒ
 8
 
 
 x
 ߔ
 
 
 
 Z
 [
 
 
 
 ˖
 1
 2
 C
 a
 
 
 
 '
 C
 ]
 ^
 g
 h
 
 
 f
 g
 
 
 ͝
 ٝ
 ڝ
 +
 A
 s
 t
 
 Ξ
 Ӟ
 
 p
 q
 
 
 4
 
 S
 T
 
 
 
 A
 B
 
 
 ?
 @
 
 
 e
 f
 3
 4
 N
 _
 
 ɨ
 
 
 
 
 
 
  
 
 
 +
 ,
 -
 6
 D
 Q
 R
 S
 T
 U
 V
 Z
 [
 \
 ]
 v
 x
 ~
 
 
 
 
 
 
 
 
 
 ʬ
 ̬
 Ҭ
 Ӭ
 
 
 
 
 
 
 
 
 '
 )
 .
 /
 >
 @
 F
 G
 U
 W
 ]
 ^
 q
 s
 x
 y
 
 
 
 
 
 
 
 
 
 
 ׯ
 
 %
 ?
 s
 
 
 ΰ
 
 
 N
 a
 
 
 
 
 9
 S
 c
 
 
 
 
 
 
 
 
 
 /
 U
 d
 w
 x
 
 Ĵ
 Ŵ
 
 
 
 
 #
 S
 T
 U
 
 
 
 ˵
 
 
 H
 I
 S
 ^
 
 
 
 
 Ͷ
 
 
 
 
 -
 C
 E
 \
 ]
 f
 
 
 
 
 ·
 ޷
 ߷
 
 
 
 
 
 (
 )
 *
 Q
 R
 S
 T
 U
 V
 _
 
 
 
 
 
 ̸
 ͸
 ߸
 

 #
 8
 M
 g
 h
 }
 ~
 
 
 
 
 ع
 ٹ
 ڹ
 ۹
 ܹ
 ݹ
 
 
 
 
 
 =
 Y
 Z
 o
 p
 
 
 
 
 к
 Ѻ
 Һ
 Ӻ
 Ժ
 պ
 ޺
 '
 (
 ݻ
 ޻
 ߻
 
 
 
 
 
 3
 
 
 

 
 
  
 S
 ]
 g
 h
 
 
 ̽
 ν
 
  
 	
 
 
 ޾
 ߾
 
 ?
 
 
 
 
 *
 +
 L
 M
 N
 O
 P
 Q
 Z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &
 '
 
 
 
 
 
 
 6
 k
 
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 V
 t
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 -
 2
 3
 >
 C
 D
 N
 S
 T
 U
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 +
 0
 1
 ;
 @
 A
 L
 Q
 R
 \
 a
 b
 c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
 
 (
 8
 9
 D
 I
 J
 T
 Y
 Z
 e
 j
 k
 u
 z
 {
 |
 
 1
 S
 a
 q
 r
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 >
 k
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 H
 M
 N
 X
 ]
 ^
 _
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 S
 T
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 .
 3
 4
 >
 C
 D
 O
 T
 U
 _
 d
 e
 f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 .
 9
 >
 ?
 I
 N
 O
 Z
 _
 `
 j
 o
 p
 q
 
 
 
 
 
 T
 U
 b
 c
 d
 
 
 
 A
 S
 T
 ^
 i
 
 
 
 
 
 
 
 
 3
 4
 =
 
 
 
 
 
 `
 
 
 
 
 
 
 
 
 #
 t
 
 
 
 
 
 
 D
 E
 F
 G
 H
 Q
 
 
 
 H
 S
 o
 
 
 
 
 
 
 
 
 
 
 
 
 T
 U
 
 
 
 
 
 
 
 
 
 
 
 
 !
 P
 b
 t
 u
 v
 w
 
 
 
 
 
 
 
 
 
 +
 L
 r
 
 
 
 
 
 
 9
 
 
 (
 k
 l
 m
 n
 
 
 
 
 O
 a
 b
 l
 w
 
 
 
 
 
 
 
  
 !
 "
 +
 
 
 
 
 
 
 
  
 1
 |
 }
 ~
 
 
 E
 i
 
 
 6
 C
 n
 o
 
 
 
 
 
 
 
 
 4
 5
 
 
 
 
 
 
 
 
 
 
 x
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 $
 ,
 8
 9
 A
 H
 M
 N
 V
 ]
 i
 j
 k
 l
 
 
 e
 f
 
 
 
 
 
 
 
 
 R
 S
 
 
 <
 
 
 
 
 X
 
 
 }
     R S t            $ ; R S ^   , -     U	 f	 	 	 	 K
 y
 
 
 
   p    
 $
 P
 T U _ j             _ k     * c m      6 7 8 9 e f p {            % d p    &   % & ' 8 F G H R ]              	 H T {   
   	 
   * + , - Y c n        
      Z f     R            
  < f g h j k l u     5 d      ! " # ] z              % ' ( 9 x  _ ` q        ! ! !  " 7" o" " # Z# [# e# p# # # # # #  $ $ &$ 9$ L$ N$ e$ f$ o$ $ $ % % % -% Z% a% i% j% % % % % % % % % & & *& +& ,& -& 6& Y& & & & & & &  ' 	' 
'  ' 0' 1' 2' 3' 4' 5' 6' 7' 8' 9' a' ' ' ' ' ' ' ' ' ' ( ( ( ) ) ) ) ) * * * * * * * * * + + 6+ P+ X+ m+ + + + + + + , 
, , , 7, W, |, , , , , , , - G- - - - - . . (. ). 1. F. [. m. . . . . . . / / )/ C/ ]/ m/ / / / / / / / / 
0 0 00 10 20 30 <0 0 0 &1 o1 
2 2 2 2 !2 t2 u2 2 2 2 2 3 3 3 3 3  3 3 3 54 ~4 5 5 5 5 05 5 5 5 5 5 5 5 6 6 6  6 !6 *6 6 &7 j7 7 R8 S8 T8 e8 8 8 8 8 8 8 8 8 9 (9 B9 R9 l9 9 9 9 9 9 9 9 : (: B: C: D: E: V: : : : : : : ; ; 2; 3; 4; 5; >; ; W< < < := = = = = d> > > > > > ? #? 8? J? d? ~? ? ? ? ? ? ? @  @ 5@ G@ a@ {@ @ @ @ @ @ @ @ @ A A *A =A PA cA vA wA xA yA A FB B B QC C C MD D D E E E F DF F F F G :G fG G G G G H HH OH XH YH aH vH H H H H H H I +I <I VI gI I I I I I I I J J 9J SJ dJ ~J J J J J J J J J J K !K 4K 5K 6K 7K @K K L `M M M PN N CO O P AP `P P P P P P :Q ;Q <Q MQ Q Q Q Q Q Q Q Q Q 	R  R 7R HR _R vR R R R R R R R R S S -S DS [S lS S S S S S S S S S T T (T ;T NT aT tT vT wT xT T U [V -W W )X cX X X *Y HY zY Z Z [ \ i] j] q] 
_ _ N_ _ _ _ ` +` J` i` ` ` ` ` ` a a 	a a a 
a a #a Ea ga a a a a a b 4b Ib Jb [b b b b b b b d d d e Oe e e f rf sf f lg mg ,h -h h h )i i i i i 4j lj j k Wk Xk bk mk k k k k k k k l l *l ,l -l .l 7l l l l m %m ?m vm m m m m m m m m n n -n /n 0n 1n :n Xn |n n  o o o o ;o <o Oo bo uo o o o o o o o Zp [p lp mp np p p p p p p p p p p q q $r %r 6r 7r 8r 9r jr r r s s Ps Ht It }t t t .u su u u ;v v v &w 'w (w 2w =w pw zw w w w w w w w x x $x %x .x x x x y #y Oy y y y y y y y y z z z 	z 1z 2z Ez Xz kz ~z z z z z z { +{ \{ y{ { { { { | #| 5| [| z| {| || | | | | | } } } } } C} D} W} j} }} } } } } } ~ 4~ n~ ~ ~ ~ ~  R V W X Y j        
      ƀ 8 k      >        Â   & ݃   I    #    a b   - . f 8 e f  U   Ê w x   ދ   ) * p   " x   J    z {      Đ Ő Ɛ ǐ Ȑ ɐ ʐ ː ̐       
      ( , ? G S T Y       # h i n      - 1 K L Q             o t              ɔ Ք ֔                      ʕ ˕      $ & ' ( ) * 2 8 9 B F G Z f g h i j |       ǖ Ȗ ɖ ʖ ˖ ̖ ͖ Ζ ۖ ܖ       ӗ ԗ Ƙ ǘ     ߚ 8 E         - m n o |  K        { ֠ G   } ~ =    7 U V i ϥ Х   !   ŧ          P \ k w x ɫ ߫   # l q    +  ҭ ,   C   ߯    ݱ ޱ L M   Ѵ Ҵ    g   - .      ɹ ʹ ˹ Թ                6 8 = > L N T U h j p q         ź Ǻ ̺ ͺ ܺ ޺            # > ? @ A B   ! - u  ý ݽ  $ X l     3 Q   ׿   5 T             / b c         ' = S i       / 9 C D k           & ' ; < ` | }                  3 4 N j k }         - M N O v w x y z {         
   ? @ A n o p q r s |   { | }       ^          ' T j l    ? @ | }   " # 4           S T e        X Y       % < T k    	 O P : ; R g                     0 1 < A B L Q R ] b c m r s t                   # 3 4 ? D E O T U ` e f p u v w                   = K [ \ g l m w | }                    	              ! + 0 1 < A B L Q R S z                 	  ' ( 3 8 9 C H I T Y Z d i j k                  # 1 A B M R S ] b c n s t ~      ! / ? @ K P Q [ ` a l q r |                     0 > N O Z _ ` j o p {                     
   3 S x         %        : D N O        / 0 P Q   4 Y i z       + D ]          7 8    
 & @ U m n o  7 8 9 : c   ' 9 K L ; < F Q              c d s    ;     - O P t u   -   	 
   2 3       
  H R \ ]        * + K L          M   < =    
  d e % & Y Z l   9 : O  < ?       & 8 K L Q Y ^ _ d l x y ~                          	  
          W X   9 :        	 	 	    
 
     , 9 F W h y          , -   L M      9     D t u   } ~         ; E O P ~        	 0 W      0             L V ` a             5  `      J! ! ! ! ! ! ! ! ! ! ! ." 8" B" C" q" " " " " " " " " " " # D# # # .$ $ $ $ $ $ $ $ $ $ $ % % ?% I% S% T% % % % % % % % % % % & +& Y& & & & ,' -' .' ?' M' N' O' Y' d' ' ' ' ' ' ( ( ( ( 	( 
( ( R( ^( ( ( ( ) ) V) ) ) ) ) ) ) ) * "* -* `* j* t* u* * * * * * * * + + + , L, , , - A- B- C- D- E- F- v- '/ (/ \/ / / 
0 T0 0 0 0 1 1 A1 K1 U1 V1 ~1 1 1 1 1 1 1 2 2 
2 x2 2 2 2 2 2 2 2 3 3 3 .3 /3 03 13 Y3 |3 3 3 3 3 3 3 3 3 3 %4 S4 T4 U4 f4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  5 !5 F5 Y5 l5 m5 n5 o5 x5 5 W6 j6 P7 Q7 R7 S7 d7 !8 (8 18 28 :8 O8 d8 v8 8 8 8 8 8 8 9  9 29 L9 f9 v9 9 9 9 9 9 9 9 : -: @: A: B: C: L: : : Y; Z; [; l; ; ; ; ; ; ; ; < %< ?< O< i< < < < < < < < = %= ?= @= A= B= j= = = = = = = = = = `> }> > 
? ? ? ? ? ? @ @ ;@ T@ y@ @ @ @ @ @ @ @ hA A A B B B B B B !C "C JC KC pC C C C C C C C C D D E QE E E E F VF WF ^F gF hF pF F F F F F F 
G $G ,G AG VG hG G G G G G G G G G GH HH pH qH H H H H H H H H H I I 1J EJ J K K K K L ~L L L L L L L L L M M -M GM aM rM M M M M M M M N *N DN ^N oN N N N N N N N N N O O O O O  O O ;P P P "Q uQ Q @R R ES S S S S 1T HT xT T T U 0U \U U U U U U U U U V )V >V PV jV V V V V V V W W 'W <W QW fW xW W W W W W X X -X GX HX IX JX rX sX X X X X X X X X X Y Z Z t[ [ [ e\ \ ] ] ] ] ^ B^ Y^ x^ ^ ^ ^ ^ ^ /_ 6_ ?_ @_ H_ Z_ l_ ~_ _ _ _ _ _ _ ` %` ;` L` c` d` l` ~` ` ` ` ` ` ` 
a !a 8a Ia _a pa a a a a a a a a a a b b b b b 1c c d Ie e f Lf kf f f g g Sh ri j k k k l l l ,m Km jm m m m n &n 'n 8n |n }n n n n n n n n n n o 'o Io Jo lo o o o o o o ,p Qp Rp Sp Tp p >r @r tr r r %s ls s t t ct 
u u u u v v v $w %w Yw w w 
x Qx x x x  y y >y Hy Ry Sy {y |y y y y y y y y y z @z wz z z z { B{ C{ T{ U{ V{ ~{ { { { { { { { { { { | | | | | | | | |  } } &} (} )} *} 3} Q} u} } } 
~ ~ ~ 4~ 5~ H~ [~ n~ ~ ~ ~ ~ ~ ~ 5                ]  ̂  R  ك   o Ą ń Ƅ Є ۄ   " # K L q      Å ̅ ; l ~    / 0 A n u } ~      χ Ї   	    5 6 ?  Ɉ   0 C {    Ӊ     + _ f n o           . 0 1 2 ;  ҋ   Y d         5 6 ^ _ r        ' d ֎ 	 : L    ܏     1 ^ _ ` a   Đ {    S    >      9  ˔ ̔  ֖   A  - . a   K ` |   Ǚ ș  X    S   @     $ 0 ? K ^ b c d e f g h i j ~            ƞ ʞ ݞ     . 3         C G    ˠ Ϡ    ' , S T Y       
    " , - 0 9 : ; L Q Y ` g s t                     h i      £ ģ ţ ƣ ǣ ȣ У ֣ ף           4 5 @ M N X e f g h i j k l y z       q r d e < = T ] } ֨  + , 8      ˩   
  R          t  K    ۰ 6   ձ    m n    ( J c      C D     	   g }    
  N   ɺ 3 p ʻ    1 2 } ~ " # { |     o p   K  L M   7 ; < R S g h i r                            $ & + , A C H I c e j k z |                      - a {    
 > V     # A u     & ' ( ) K T U k          - @ A _                  	 & ' = S i             0 1 2 3 D d e f              	  F _ t                " A B V W y          
      c d    , L M N O o  0 F G Q \        
 ; < E     * {    # f g           $ % & ' ( ) V   8 C M X b c    	 6 7 r        0 > N O Z _ ` j o p {                         / = M N Y ^ _ i n o z                        = K [ \ g l m w | }             
     & + , 6 ; < = V d t u              $ m                   & 6 7 B G H R W X c h i s x y z                 	 9 G W X c h i s x y                       ! " #             
       ! @ N ^ _ j o p z                  
     ) . / 0 K Y i j u z {              9 :       H I }           D V X o p y     =      ( ) M N _     * + Q         %         
                 " , 6 7 ]           " Z [  G g        $ u  & d       V W          ! I [ \ ] ^ g     9 : [ \ m          r
 
 
 
 
 
 
 
 
 
 
 

 p
 q
 	
 	
 	
 :

 

 

 H
 I
 .
 C
 
 
 
 
 
 
 
 
 
 
 

 


 

 

 

 #

 (

 )

 .

 5

 A

 B

 J

 R

 W

 X

 `

 h

 t

 u

 }

 

 

 

 

 

 

 

 

 

 I
 J
 
 
 7
 8
 
 
 O
 [
 
 
 
 
 %
 &
 x
 9
 :
 B
 C
 
 
 
 
 >
 H
 
 
 
 
 
 
 
 
 
 
 (
 9
 :
 M
 `
 w
 
 
 
 
 
 h 
 i 
  
  
 #
 #
 $
 $
 $
 '%
 (%
 %
 %
 %
 &
 &
 \&
 &
 '
 '
 C'
 S(
 `(
 (
 )
 )
 )
 )
 )
 )
 )
 )
 *
 N*
 O*
 Q*
 R*
 S*
 \*
 *
 *
 *
 *
 3+
 [+
 f+
 +
 +
 +
 (,
 ),
 *,
 ;,
 r,
 s,
 t,
 u,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 --
 R-
 S-
 T-
 V-
 W-
 X-
 a-
 -
 -
 -
 -
 >.
 b.
 .
 Q/
 a/
 b/
 c/
 t/
 /
 /
 /
 /
 /
 /
 /
 /
 /
 0
 50
 60
 70
 80
 :0
 ;0
 <0
 E0
 0
 0
 0
 0
 "1
 F1
 1
 52
 E2
 F2
 G2
 X2
 f2
 g2
 h2
 i2
 2
 2
 2
 2
 2
 2
 2
  3
 G3
 H3
 I3
 J3
 L3
 M3
 N3
 W3
 3
 3
 3
 3
 64
 V4
 4
 4
 4
 4
 4
 4
 4
 4
 4
 5
 55
 ?5
 I5
 J5
 x5
 5
 5
 5
 5
 5
 5
 5
 5
 5
 #6
 Q6
 q6
 6
 6
 6
 =7
 >7
 O7
 ]7
 ^7
 _7
 7
 7
 7
 7
 7
 8
 8
 8
 <8
 =8
 >8
 @8
 W8
 X8
 a8
 c9
 d9
 u9
 9
 9
 :
 :
 :
 :
 :
 :
 :
 :
 :
 ;
 <
 <
 <
 <=
 s=
 =
 =
 A>
 >
 >
 >
 >
 >
 >
 >
 >
 ?
 <?
 O?
 b?
 u?
 ?
 ?
 ?
 ?
 ?
 @
 )@
 V@
 W@
 X@
 i@
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 A
 -A
 @A
 SA
 fA
 gA
 hA
 iA
 rA
 A
 A
 A
 A
 A
 B
 5B
 <B
 EB
 FB
 \B
 lB
 mB
 nB
 oB
 pB
 qB
 rB
 sB
 tB
 uB
 B
 B
 B
 B
 B
 
C
 C
 C
 
C
 C
 SC
 C
 D
 D
 D
 D
 D
 E
 E
 E
 E
 E
 E
 E
 F
 F
 .F
 HF
 XF
 rF
 F
 F
 F
 F
 F
 F
 G
 G
 .G
 HG
 IG
 JG
 KG
 sG
 G
 G
 G
 G
 G
 G
 G
 G
 UH
 H
 H
 H
 H
 
I
 TI
 [I
 dI
 eI
 mI
 I
 I
 I
 I
 I
 I
 J
 !J
 )J
 >J
 SJ
 eJ
 J
 J
 J
 J
 J
 J
 J
 J
 K
  K
 3K
 FK
 YK
 lK
 mK
 nK
 oK
 xK
 K
 L
 bL
 L
 IM
 JM
 KM
 LM
 ]M
 M
 M
 M
 M
 N
 *N
 =N
 PN
 QN
 RN
 SN
 \N
 O
 .O
 qO
 O
 XP
 YP
 ZP
 [P
 lP
 P
 P
 P
 P
 Q
 !Q
 4Q
 GQ
 ZQ
 [Q
 \Q
 ]Q
 fQ
 ;R
 bR
 R
 R
 S
 S
 S
 S
 S
 S
 S
 T
 T
 T
 #T
 8T
 JT
 dT
 ~T
 T
 T
 T
 T
 T
 T
 U
  U
 :U
 JU
 dU
 ~U
 U
 U
 U
 U
 U
 U
 V
 V
 "V
 5V
 HV
 [V
 nV
 oV
 pV
 qV
 zV
 3W
 W
 W
 W
 vX
 #Y
 $Y
 %Y
 6Y
 Y
 Z
 #Z
 ,Z
 -Z
 5Z
 JZ
 _Z
 tZ
 Z
 Z
 Z
 Z
 Z
 Z
 [
 *[
 2[
 G[
 \[
 q[
 [
 [
 [
 [
 [
 [
 
\
 '\
 (\
 )\
 *\
 R\
 S\
 f\
 y\
 \
 \
 \
 \
 \
 \
 \
 ]
 ]
 :^
 ^
 ^
 _
 _
 _
 9`
 `
 9a
 :a
 Aa
 a
 a
 a
 b
 Bb
 vb
 b
 b
 b
 .c
 /c
 @c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 d
 "d
 3d
 Md
 gd
 xd
 d
 d
 d
 d
 d
 d
 e
 e
 0e
 Je
 [e
 ue
 e
 e
 e
 e
 e
 e
 e
 e
 f
 f
 $f
 7f
 Jf
 ]f
 pf
 qf
 rf
 sf
 |f
 :g
 4h
 h
 i
 i
 i
 j
 j
 6k
 =k
 }k
 k
 k
 k
 k
 l
 5l
 vl
 wl
 xl
 l
 l
 l
 l
 l
 l
 l
 
m
 m
 .m
 Em
 \m
 sm
 m
 m
 m
 m
 m
 m
 n
 n
 
n
 n
 .n
 @n
 Rn
 in
 n
 n
 n
 n
 n
 n
 n
 o
 %o
 &o
 'o
 (o
 Po
 Qo
 do
 wo
 o
 o
 o
 o
 o
 o
 o
 p
 q
 ir
 r
 es
 s
 s
 	t
 ft
 t
 t
 Hu
 u
 w
 8x
 x
 x
 x
 Iz
 Jz
 z
 z
 z
 {
 H{
 g{
 {
 {
 {
 {
 {
 |
 |
 ?|
 @|
 E|
 G|
 H|
 I|
 R|
 _|
 |
 |
 |
 |
 |
 
}
 ,}
 N}
 p}
 }
 }
 }
 }
 }
 }
 }
 }
 ,~
 
 
 
 T
 
 À
 

 Y
 
 
 
 
 
 h
 i
 -
 .
 e
 
 Ä
 
 9
 p
 
 
 >
 
 
 
 
 ܆
 
 
 
 
 
 -
 @
 S
 f
 h
 i
 j
 s
 
 އ
 
 C
 a
 {
 
 
 
 
 
 
 
 
 0
 C
 V
 i
 k
 l
 m
 v
 
 
 ;
 <
 M
 N
 O
 w
 x
 
 
 
 Ċ
 Ɗ
 Ǌ
 Ȋ
 ъ
 
 
 
 
 
 
 
 ҋ
 Ӌ
 
 
 
 
 !
 "
 #
 ,
 P
 ӌ
 `
 a
 r
 s
 t
 u
 
 2
 3
 Z
 [
 
 
 
 
 
 2
 j
 
 
 2
 w
 
 

 b
 c
 d
 n
 y
 
 
 
 
 
 
 
 "
 5
 H
 J
 `
 a
 j
 ٓ
 

 
 T
 _
 
 ͔
 Δ
 ߔ
 
 
 
 
 2
 B
 C
 D
 E
 m
 n
 
 
 
 
 
 
 ӕ
 ԕ
 ݕ
 L
 g
 
 
 Ζ
 
 
 $
 C
 _
 q
 
 
 
 
 ɗ
 
 
 
 

 =
 T
 U
 V
 W
 
 
 
 
 
 ̘
 Θ
 Ϙ
 И
 ٘
 H
 p
 
 
 
 
 !
 L
 
 
 
 
 
 
 Ӛ
 Ԛ
 
 
 
 #
 6
 I
 K
 L
 M
 V
 ś
 
 t
 
 ؜
 
 %
 0
 O
 z
 
 
 
 ϝ
 
 
 
 
 &
 '
 b
 
 K
 L
 
 
 ,
 -
 _
 ܠ
 G
 H
 
 
 ס
 :
 i
 j
 
 t
 
 
 ߤ
 
 ˥
 ̥
 
 
 
 
 
 
 *
 =
 e
 f
 
 
 %
 ^
 
 
 J
 
 ު
 
 T
 
 
 «
 Ϋ
 ݫ
 
 
  
 
 
 
 
 
 
 
 
 
 #
 (
 8
 9
 H
 I
 J
 V
 W
 X
 Y
 d
 h
 {
 
 
 
 
 ̬
 Ѭ
 '
 (
 -
 Z
 _
 
 
 
 
 
 7
 8
 =
 i
 m
 
 
 
 Ů
 ʮ
 
 
 
 %
 *
 P
 Q
 R
 \
 
 
 
 
 
 ʯ
 ˯
 ί
 ׯ
 د
 ٯ
 
 
 
 
 
 
 
 
 !
 (
 /
 0
 1
 2
 3
 4
 5
 6
 7
 8
 9
 :
 ;
 <
 =
 >
 S
 
 
  
 !
 :
 K
 L
 `
 b
 c
 d
 e
 f
 n
 t
 u
 ~
 
 
 
 
 
 
 
 
 
 ұ
 ӱ
 ޱ
 
 
 
 
 
 
 
 
 
 	
 

 
 
 &
 '
 (
 )
 6
 H
 
 
 
 
 ڴ
 ۴
 
 
 
 t
 
 ɶ
 ʶ
 ֶ
 
 
 2
 W
 X
 i
 
 
 
 
 
 
 C
 D
 1
 2
 '
 (
 4
 
 
 
 
 R
 
 
 y
 Ծ
 4
 5
 s
 
 
 
 
 
 
 ;
 ]
 
 
 
 
 7
 8
 A
 B
 
 
 @
 A
 
 
 
 
 
 
 
 M
 N
 _
 
 
 
 J
 K
 g
 
 
 h
 -
 .
 
 
 
 
 
 
 
 
 
 
 
 ?
 @
 

 
 (
 9
 
 
 
 
 i
 j
 
 
 
 
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 4
 5
 6
 7
 P
 R
 X
 Y
 r
 t
 y
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 
 
  
 !
 /
 1
 7
 8
 K
 M
 R
 S
 Z
 _
 z
 {
 |
 }
 ~
 \
 ]
 i
 
 
 
 
 M
 `
 
 
 
 
 (
 ;
 o
 
 
 
 
 -
 =
 q
 
 
 
 
 
 
 
 
 	
 /
 >
 Q
 R
 k
 
 
 
 
 
 
 
 -
 .
 /
 c
 y
 
 
 
 
 "
 #
 -
 8
 k
 u
 
 
 
 
 
 
 
 
 
 
 6
 7
 @
 b
 c
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 9
 Z
 [
 o
 p
 
 
 
 
 
 
 
 '
 A
 B
 W
 X
 i
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 3
 4
 I
 J
 [
 {
 |
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 -
 7
 A
 B
 c
 
 
 
 
 
 
 {
 |
 
 
 
 
 ^
 _
 p
 
 
 
 &
 '
 (
 )
 *
 +
 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
 a
 x
 
 
 
 
 
 E
 
 
 v
 w
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 0
 N
 \
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 (
 -
 .
 /
 Q
 _
 o
 p
 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 &
 +
 ,
 6
 ;
 <
 =
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 V
 
 
 -
 ;
 K
 L
 W
 \
 ]
 g
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 E
 S
 c
 d
 o
 t
 u
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 '
 (
 2
 7
 8
 9
 _
 m
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 .
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 9
 >
 ?
 @
 l
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 (
 )
 4
 9
 :
 D
 I
 J
 K
 o
 
 
 
 
 .
 /
 <
 =
 >
 a
 
 
 
 -
 .
 8
 C
 v
 
 
 
 
 
 
 
 

 
 
 k
 l
 
 
 
 :
 p
 
 
 
 
 
 
 
 
 N
 g
 
 
 
 
 
 
 
  
 !
 "
 +
 s
 t
 
 "
 -
 I
 b
 |
 
 
 
 
 
 s
 t
 u
 v
 
 .  /  c  u      w x        * < N O P Q Z       w   & L i       i   E F G H n o   ) ; < F Q            f g       	 V	 W	 X	 Y	 	 
 C
 x y   H I Z   a b      u v   x {     R S b t                            " ' ( 0 7 C D E F   ? @       u  v  ,! -! ! ! " # # $ $ 2% & & W' ( ( ,* -* N+ [+ h+ u+ + + + + + + + + + , ,, -, 8, h- i- . . . . [1 \1 /2 @2 u2 2 2 %3 S3 3 3 3 3 J4 4 4 4 5 5 *6 .7 /7 97 D7 w7 7 7 7 7 7 7 7 7 7 7 98 E8 l8 8 8 8 9 =9 G9 l9 9 9 9 9 : : : : ?: @: J: U: : : : : : : : : : : : : >; J; q; ; ;  < < < <  = = =  = != "= ,= 7= j= t= ~= = = = = = = = = = = "> .> U> > > > j? ? ? ? ? ? @ @ @ @ 3@ =@ H@ {@ @ @ @ @ @ @ @ @ @ @ @ @ 4A @A gA A A A ,B hB iB jB {B B B B B B B B B B C @C AC BC DC EC FC OC C C C C D >D [D D D D D D D D 7E TE ^E iE E E E E E E E E E E E G G G RG G 9H :H KH }H ~H H H H H H cJ dJ J J K IK K K 4L 5L ?L JL }L L L L L L L  M M &M (M ?M @M IM M M M M M N 4N ;N CN DN ZN jN kN lN mN N N N N N O O O O O 3O aO O O O O O O O O O 
P P P 
P P P P P P P ;P \P ]P P P P P P P P P Q Q R R R R R ]S dS mS nS vS S S S S S S T *T 2T GT \T nT T T T T T T T T U 1U VU iU |U }U ~U U U U !V V V V V V V W W W  W 5W GW aW {W W W W W W W X X 7X GX aX {X |X }X ~X X X X X X 
Y Y Y 
Y Y Y Y  Z IZ Z Z Z Z Z N[ O[ w[ [ [ [ [ [ [ [ [ [ \ \ ] X] ] ] ] ] 
^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _  ` D` ` ,a -a .a ?a a a a a a a a a a b b ,b Fb `b hb }b b b b b b c c c c c 0c c c c c c c c c d 
d d d d d 1e me e f f f f f >g g g g g g g g h $h >h Xh ih h h h h h h h i !i ;i Ui fi i i i i i i i i i j j *j =j Pj Qj Rj Sj \j  k wk k +l ^l l 'm |m m n n n n o mo o o o p @p lp p p p p "q )q 2q 3q ;q Pq eq zq q q q q q r r 0r Ar [r cr xr r r r r r r s -s >s Xs is s s s s s s s s s s t t t t t t u :v v v *w w x x x y :y Yy ~y y y y z z z 'z kz rz {z |z z z z z z z z { "{ 9{ P{ a{ w{ { { { { { { { { | | 5| F| ]| t| | | | | | | | | | } } (} ;} N} P} Q} R} [} m~ 5    =    " T    օ C D K   ( h     $ C b c t   ݉ މ        A c    ʊ   # $ 5 h     ʋ z |   ) a   L M  F G   ˑ ̑  ` a  ג  F  ܓ 1 2 < G z      ˔ ޔ       Y |     P ~       Ζ    	 
   2 V ٗ ڗ      ) < O b d e f o   4 5 F G H p q        ʙ  q       D Л ћ   * " # W  Н  M  О  \        J T ^ _     Ӡ      w     ) k l }     Т        2 E X Z [ q r {   6 S l   ¤    5 T U V g     ۥ       1 D W j l m n w   H Z     , 0 1 2 3 D q r     Ԩ      c   E v  ê Ϊ   Z [ \ m     ī ū      #  ʭ ˭  z   ; < u د   @  ? @ } / i j  Q R    ȴ ۴   J  ö  R   $ |   T U ` l {              ƹ ֹ ׹           ! - . 3 j o ź ƺ ˺   B C H   ջ ֻ ۻ   % & + c h    ü ȼ     I N Z [ ^ h i l u v w          ƽ ͽ ν Ͻ н ѽ ҽ ӽ Խ ս ֽ ׽ ؽ ٽ ڽ ۽ ܽ      ؾ                ! 4 @ A B C D V p q |              Ŀ ſ ƿ ǿ Կ      x y      g h t       G H I V  %        U  !   W X  r    / 0 C      d            * 6 E Q R      F K     o      m n   ^ _   & '        A     s w x                          & ( . / B D J K ` b g h }                              O i     2 F z    
 + _ }     . b c d e         	 < = [ i | }       - C Y Z     	    E b c y             : V W l m n o              
  ( D E W          ' ( ) P Q R S T U ^ } ~            H I J K L M V   U V W h      8 l          . D F w x    V W f     _          - . ? ` a b c d e  2 3 t        . E r s   ) *   , A l z                  
     & + , 7 < = G L M N k y                  
     ) . / : ? @ J O P Q y                  % 5 6 A F G Q V W b g h r w x y                  `           
          &  +  ,  -  T  b  r  s  ~                                
    " # . 3 4 > C D E u                     ' , - 7 < = H M N X ] ^ _    	   % * + 5 : ; F K L V [ \ ] |                 
  ( ) 4 9 : D I J U Z [ e j k l                  
 - R u v                ( ) \       	 
 * + y  	 3	 C	 T	 d	 e	 	 	 	 	 
 
 7
 f
 g
 
 
 
 
 
 
 
   a       / G H I Z 
 
 
 
 =
 
 
   % &     + ^ h r s         = > M ^         ) * N O `   b       
        " , 6 7 ]         % & u v        '          > ?     3! 4! F! " " % % )% v% & & & & j' ' ' '  ( ( %( &( +( 3( 8( 9( >( F( R( S( X( _( d( e( j( q( }( ~( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ) * * s, t, 1- 2- - - . . . . a/ b/ / u1 v1 ~2 2 2 Z4 [4 4 z6 6 7 7 8 8 9 9  9 19 B9 S9 d9 u9 v9 9 9 9 9 9 9 ; ; ; ; &< '< > > ? ? @ c@ d@ @ @ A NA OA A A WB XB B C C C D D D D E E )E *E XE E E E E E E E E 
F 1F oF F F F F 
G dG eG fG wG G G G G G G G G &H 0H :H ;H iH H H H H H H H H H I :I zI I $J J J J J J J J J J J K K K K KK qK rK sK tK vK wK xK K K K K L ^L L M qM M M M M M M M M M M M N #N -N .N \N N N N N N N N N N N O 3O rO O O P P P P 'P (P )P 3P >P qP {P P P P P P P P P P P ,Q 8Q _Q Q Q Q Q 0R yR zR R R R R R R R S :S DS NS OS xS yS zS |S S S S T T T T &U U U U V V V V V  V PV X X 6X xX X X .Y }Y Y Y Y Y Z %Z /Z 0Z XZ xZ Z Z Z Z Z Z Z Z R[ e[ [ [ [ [ [ [ [ [ [ \ 	\ 
\ \ 3\ V\ i\ |\ \ \ \ \ \ \ \ \ -] .] /] @] q] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ^ 3^ F^ G^ H^ I^ R^ ^ 1_ D_ *` +` ,` -` >` ` a a a a )a >a Pa ja a a a a a a a b &b @b Pb jb b b b b b b b c c c c c &c c c 3d 4d 5d Fd d d d d d d d d d e )e Ce ]e ee ze e e e e e e f f f f Df \f of f f f f f f f :g Wg g g h h h h h h h i .i Si fi yi i i i i i Bj jj j j k k k k k k k $l %l Jl ]l pl l l l l l l wm m m +n n n n n 0o 1o 8o Ao Bo Jo _o to o o o o o o p p 0p Bp \p vp p p p p p p p !q "q Jq Kq ^q qq q q q q q q q or r s s s _t `t at rt t Xu _u hu iu qu u u u u u u v !v ;v Lv fv nv v v v v v v w w 8w Iw cw dw ew fw w w w w w w w w w w w x y vy y y Oz z { u{ | u| v| }| | } "} R} ~} } } 
~ 6~ j~ k~ |~ ~ ~ ~ ~ ~ ~   * D ^ o         + @ R l    ˀ ܀   ! " # $ L M ` s        v p ؃ N [ Ȅ ?  r y  ؆   3 R q    Ň 	    " 4 F X j     ׈    & = > F X j |    Ӊ    # 9 J a b c d     Ɗ ي       ӌ  #  ێ & E     - L t      ƕ  % D         V W { |        ߗ  # $ F h     Ә  + , - . h   N  Ǜ  F    =     i j    3 u   + z ϡ С ڡ   " , - U V i |         Q       . / 0 X Y l        Ф  w x      ǥ ڥ       
 + O Ҧ Ӧ      " 5 H [ ] ^ _ h          n o   ȩ    7 n   , n   I          % & K ^ q       F X   ǯ 	 
  H O W X n ~       а          Ա  
  U `    Ӳ     9 @ H I y       ϳ    
        3 > ]  ʵ ε ϵ е ѵ    8 9 L _ r       >    & a l       8 9 : ; b c  U    - h i     ټ ڼ  v   ޽  ݿ ޿     ;   % : V f y    2 a   -    Y     
  % 8 < = > ? @ A B C D X _ d t u                
 c d i       ! s t y        - . 3 a f            
    & + 3 : A M N Y ] d k l m n o p q r s t u v w x y z  B C \ ] v                         ' ( 2 ? @ A B C D E F S T b c d e r  K L > ?   . 7 W      Z [ n        ,    m n c d p  N  %      p q     G H Y w   $ = Y s t } ~   | }      A W      (    
 J  i j    W X   U V   { | I J d u %  & '      , - A B C L Z g h i j k l p q r s                        " # = ? D E T V \ ] k m s t                 ; U      0 d w     O i y        % . / E k z          9 i j k       ^ _ i t          - C Y [ r s |        
   
  > ? @ g h i j k l u           9 N c } ~                0 1 S o p              = >      &  '  (  )  I    
   ! + 6 i s } ~             U     @ A b c d e f g p           0     ' 2 < =       L        
	 	 (	 )	 4	 9	 :	 D	 I	 J	 U	 Z	 [	 e	 j	 k	 l	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  % 5 6 A F G Q V W b g h r w x y                   0 > N O Z _ ` j o p {        G
 i
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
      ! " , 1 2 = B C M R S T                   ! 1 2 = B C M R S ^ c d n s t u                  i j                   ( 8 9 D I J T Y Z e j k u z { |                	 
 % 3 C D O T U _ d e p u v          j k x y z  " # W i j t        0 2 I J S      v       ' ( 9       + Z [ \ ] ^ g    ^ i              j k             7 f x          4 5  ! A b        O     ! >! ! ! ! ! ! ! 0" 1" e" w" x" " " " " " " " ## 5# 6# 7# 8# A# # # # # $ $ 5$ 6$ G$ $ $ $ $ $ [% % ' ' L* Y* + + + , , - - . . . J0 K0 2 2 2 3 3 3 "4 #4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 $6 ,6 16 26 :6 B6 N6 O6 W6 ^6 c6 d6 l6 s6 6 6 6 6 #7 $7 {8 |8 : : : : ); 5; ; ; h< i< <  = R= ? ? @ @ n@ A A B D "D hE iE F F F F F F F F G G G 'G :G QG hG iG tG H H BI CI I I L L kM |M M N N aN N N N N 6O O O O P -Q :Q fQ jR kR uR R R R R R R (S )S +S ,S -S 6S uS S S S 
T 5T @T yT T T U U U U LU MU NU OU {U |U U U U U U U V ,V -V .V 0V 1V 2V ;V zV V V V W <W W +X ;X <X =X NX \X ]X ^X hX sX X X X X X Y Y Y Y Y Y Y Y ^Y jY Y Y Y  Z Z [ [  [ ![ 2[ @[ A[ B[ C[ o[ y[ [ [ [ [ [ [ !\ "\ #\ $\ &\ '\ (\ 1\ p\ |\ \ \ ] 0] h] ] ] ] ] ] ] ] ] ] ^ ^ #^ $^ R^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ +_ K_ z_ _ _ ` ` )` 7` 8` 9` s` ` ` ` ` ` ` ` a a a a 1a 2a ;a =b >b Ob b b uc vc c c c c c c c c e e e f Mf f f g pg qg {g g g g g g g h )h <h Oh bh dh {h |h h h i 0i 1i 2i Ci pi wi i i i i i i i i i j j -j @j Aj Bj Cj Lj oj j j j j j k k k  k 6k Fk Gk Hk Ik Jk Kk Lk Mk Nk Ok wk k k k k k k k k k -l l l m m m m m n n n n n n n n o "o 2o Lo fo no o o o o o o p "p #p $p %p Mp mp p p p p p p p /q ]q q q q q .r 5r >r ?r Gr \r qr r r r r r r s s -s ?s Ys ss s s s s s s s s 
t  t 3t Ft Gt Ht It Rt t t <u u #v $v %v &v 7v v v v v v w w *w +w ,w -w 6w w x Kx x 2y 3y 4y 5y Fy y y y y y y z !z 4z 5z 6z 7z @z { <{ { { h| i| j| {| | | | | | | | } $} >} X} h} } } } } } } } ~ $~ >~ X~ Y~ Z~ [~ l~ ~ ~ ~ ~ ~  " 5 H I J K T 
 m   P     z      $ 9 N ` z    ك    ! 6 K ] w    ք      , - @ S f y      \   g   c       Z     P |  ԋ  	  ^ e n o w    Ȍ   
 ' A R l }    ɍ ލ  
 $ 5 O i z           $ 7 J K L M V   v   f ݒ Y   W v   є   P Q R c      ҕ     6 M ^ u    Ė ۖ ܖ     , C Z q     ח       * + > Q d w       q C  ? y Ĝ  @ ^  " ˞      # $ d  ã  " A `          ! " # , 9 [ }   ¥   ( J _ ` q  ɦ ʦ ˦ ̦     . e   3   ۪   B C   ?   ѭ  J  ɮ  m n x    ʯ ˯     - @ B C D M     ; U    ̱ ͱ α   
  0 C E F G P n    ' ( ) Q R e x       ɳ  p q       Ӵ       *  : ; L M N O   
 4 5 f ^ _  ո  D  ʹ  Q   < = > H S     û Ļ    " $ : ; D    . 9 e             G H [ n        & A r       9 K q          . / 0 1 Y Z m        " J      & h l m n o         # % & ' 0   N     
 ) T            <  % & _    9  ! " w x   C D | N { |  k           ? @    8   $ `   .                      " # $ 0 1 2 3 > B U ] i j o      4 9 ~        C G a b g        * + , 6                      	 
   
            -      % & : < = > ? @ H N O X \ ] p | } ~                          "          N [       1 2 C      a          ]  ,   S    M k l      7             f r      ' ( 9    $ % A   B   Y         b c        }   C D               	 
     * , 2 3 L N S T b d j k ~                    	    % ' , - 4 9 T U V W X 6 7 C     ' : n      I g      K j         	  + , E x y        	 = S i        E O Y Z         	 	 	 <	 =	 Q	 R	 v	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 	
 

 
 4
 5
 I
 J
 d
 
 
 
 
 
 
    1 2 C c d e             
  # $ 5 U V W          
 
 
 
 
 
 
 
 
 t          = j      U V     8 9 J            i j {        n o       ; R j      e f P Q h }                	 
 ( 6 F G R W X b g h s x y                     	 + 9 I J U Z [ e j k v { |                       S a q r }                     
     ) . / 0     % & 1 6 7 A F G R W X b g h i                   - = > I N O Y ^ _ j o p z                     9 G W X c h i s x y          7 E U V a f g q v w                    	     F T d e p u v                               #  $  %  I  i        ! 	! ! ! ! ;! ! ! ! " " " " P" Z" d" e" " " " " " " " E# F# f# g# # $ J$ o$ $ $ $ $ $ $ $ (% A% Z% s% % % % % % % % % & M& N& & & ' #' <' V' k' ' ' ' ' M( N( O( P( y( ) 	) =) O) a) b) Q* R* \* g* * * * * * + + (+ )+ *+ ++ 4+ y+ z+ + + + + Q, , ,  - &- C- e- f- - - - - C. . . /  / !/ "/ H/ I/ / / 0 0 0  0 +0 ^0 h0 r0 s0 0 0 0 0 0 0 0 @1 A1 a1 b1 1 1 1 1 1 02 12 22 32 c2 2 3 R5 S5 7 7 "9 #9 49 z: {: ;; <; o< p< < = = O@ P@ e@ @ RA UA A A B B ,C -C <C NC aC bC gC oC tC uC zC C C C C C C C C C C C C C C C C C C C C C D D 
D D D D D  D D D F F G G mH nH H H OI PI J J J J J L L M M N O O 1P Q Q S S (T 5T BT OT \T mT ~T T T T T T T T U U U BV CV V V bW cW 5Z 6Z 	[ [ O[ [ [ [ -\ Z\ \ \ \ $] ] ] ] ^ ^ _ ` 	` ` ` Q` [` e` f` ` ` ` ` ` ` ` a a Fa ma a a a b !b Fb b b b b b b b b c c $c /c bc lc vc wc c c c c c c c c d $d Kd vd d d `e e e e e e e e e f f Df Nf Xf Yf f f f f f f f f f f g /g Zg g g Dh h h h h h h h h h 
i i "i Ui _i ii ji i i i i i i i i i j j Aj oj j j k Bk Ck Dk Uk ck dk ek ok zk k k k k k l l l l l  l )l hl tl l l l m 5m lm m m m m m m n .n 8n Cn vn n n n n n n n n n n o o o ,p bp q q %q Wq Xq Yq Zq [q \q q =s >s rs s s #t jt t u u u $u Wu au ku lu u u u u u  v v v v #v v v v v v v w w w w 4w Dw Ew Fw Gw ow w w w w w w w w w 
x ;x ix jx kx |x x x x x x x x x x x x x x x x y 6y 7y \y oy y y y y y y mz z f{ g{ h{ i{ z{ 7| >| G| H| P| e| z| | | | | | } } !} 6} H} b} |} } } } } } } } ~ 0~ C~ V~ W~ X~ Y~ b~ ~ ~ o p q         ! ; U e     ˀ ݀   ! ; U V W X     с      v  ڂ #   Ã ă Ճ ( ) Q j    Ȅ Ʉ ʄ ˄ Ԅ ~   2 І ц ҆ ӆ  7 8 ` a     ҇ Ӈ ԇ Շ އ  ڈ  g     l m t } ~     ܊     : B W l ~    ܋     
 ] ^      ӌ        G [             א    2 C ] w     ԑ    / @ Z t      ʒ ˒ ޒ    * + , - 6  Q   8   V  [     G ^     F r       
  * ? T f    Ś ߚ  
  5 = R g |    ӛ    2 C ] ^ _ `      ՜            {      3 X o       E L U V ^ p     ԣ    * ; Q b y z     ʤ      7 N _ u      ȥ ɥ ܥ    ( * + , 5 G   _ ݩ  b  ު  .  i     %  °  B a   ߱   < = N         ʲ ײ   = _ `   Ƴ     B g h i j  T V  ̶  ;  ѷ & ' y   !     ݺ : ; o     g     ! T ^ h i     ˽ ޽     3 V   پ  * X Y j k l     ο       0          ) < > ? @ I g      ! " J K ^ q        K               1 s   ' h   6       $ . 8 9 a b         Q      E F W               2 4 5 K L U    - F Y       . / 0 A u |            1 D F G H Q   " 4 o z    
   
  K L t u         = z   P b     4 5 6 G t u v w        i    T     O        W 	 C D w + , a v      $ n   , i   V   . / : F U a t x y z { | } ~                     
 D I        " Y ]          = B i j o       # ( 4 5 8 B C F O P Q b g o v }                       ~                         0 J K V c d n { | } ~               z { R S j s    A B N       ! " # 0 h         /   a  1 2  L    	 
       > ` y      Y Z      + , }       % d    I         G H   8 9            a  b	 c	 	 	 M Q R h i } ~                          	   $ % : < A B W Y ^ _ y {                         ) C w       T l     9 W      < = > ? a j k         5 C V W u        3 4          < = S i            0 1 F G H I Z z { |               1 \ u           * + , - . / 8 W X l m          " # $ % & ' 0 y z / 0 1 B b c d e   F \ ] g r          Q R [   0 1 @     9 | }              :  ;  <  =  >  ?  l  ! 
! N! Y! c! n! x! y! ! ! " " L" M" " " # # # # $ $ F$ T$ d$ e$ p$ u$ v$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  % % % % % % !% &% '% (% E% S% c% d% o% t% u% % % % % % % % % % % % % % % % % % & & 	& & & & $& )& *& +& S& a& q& r& }& & & & & & & & & & & & & & & ' ' '  ' !' +' 0' 1' <' A' B' L' Q' R' S' l' z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' :( ( ( ( ( ( ( ( ( ( ( ( ( ( (  ) ) ) ) .) <) L) M) X) ]) ^) h) m) n) y) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * 
* * * * * * O* ]* m* n* y* ~* * * * * * * * * * * * * * * * + + + + + + "+ '+ (+ 2+ 7+ 8+ 9+ + + + + + + + , , , , ,  , %, &, 0, 5, 6, 7, V, d, t, u, , , , , , , , , , , , , , , , - - - - - - #- $- /- 4- 5- ?- D- E- F- a- o- - - - - - - - - - - - - - - - - . ,. O. P. . . . . . . ^/ _/ / / / / / / / 0 0 60 Z0 l0 n0 0 0 0 0 0 1 1 S1 1 1 
2 2 .2 >2 ?2 c2 d2 u2 2 2 2 3 @3 A3 g3 3 3 3 3 3 3 3 3 ;4 4 4 4 4 4 	5 !5 "5 #5 45 5 5 5 5 6 6 6 6 6 6  7 7 7 7 8 88 B8 L8 M8 s8 8 8 8 8 8 8 8 9 9 '9 89 p9 q9 9 ]: }: : : : ; ; (; ); :; ; ; << z< < < < < < < l= m= = = = = = = > > > 7> _> q> r> s> t> }> > > >  ? O? P? q? r? ? ? ? ? ? @ @ @ B B E E F F F H H H H 
J J  J K K M M N PN N N ^O _O DP YP P P P P P  Q Q 
Q Q Q Q  Q ,Q -Q 2Q 9Q >Q ?Q DQ KQ WQ XQ `Q hQ mQ nQ vQ ~Q Q Q Q Q Q Q Q Q Q Q Q Q _R `R S S MU NU V V eV qV V V W W ;X <X X OZ PZ X[ Y[ [ 4] 5] ] T_ ^_ ` ` a a a a a b b -b >b Ob Pb cb vb b b b b c c ~d d  e e g g h h h =i >i i i i (j )j rj j 1k 2k Yk il vl l m m m m m m n n 2n dn en gn hn in rn n n n o Io qo |o o o o >p ?p @p Qp p p p p p p p p  q 
q q q Cq hq iq jq lq mq nq wq q q q r Tr xr r gs ws xs ys s s s s s s s s s s %t Kt Lt Mt Nt Pt Qt Rt [t t t t t 8u \u u Kv [v \v ]v nv |v }v ~v v v v v v v w w 6w ]w ^w _w `w bw cw dw mw w w w 
x Lx lx x x x x x y y y 
y y Ky Uy _y `y y y y y y y y y z z 9z gz z z z 
{ S{ T{ e{ s{ t{ u{ { { { { | | (| )| R| S| T| V| m| n| w| y} z} } }  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ * ۀ ܀  R    W       	 
 2 R e x       , ? l m n      ҄     
 0 C V i | } ~    م   	  K R [ \ r            Ԇ Ն  
   ! " # , i        Չ ܉      * D ^ n     Ԋ     * D ^ _ ` a   ΋        k  
     j q z {     ٍ    7 ? T i {    َ      6 I \ o       1 x  _ ` a b s Ƒ Ǒ   - @ S f g h i r  D  Г n o p q  Ք ֔   $ 7 J ] p q r s | Q x       
     $ 9 N ` z    ؘ   
  6 P ` z        $ % 8 K ^ q      I     9 : ; L  2 9 B C K ` u    О    & @ H ] r    ͟ ޟ   # = > ? @ h i |    Ƞ ɠ ʠ ˠ Ԡ   P  ֢ )   O  O P W    , X     D E V      ȧ ݧ    8 I c }    Ө ۨ    , F ` q    Щ      & ' : M ` s      P J  ( 5    L S   ѯ  
 , K             2 D [ r    ȱ ٱ        2 D V h     ղ    $ ; < = > f g z    Ƴ ȳ ɳ ʳ ӳ     {     |  ̸ ^  & N   ü _ `     ^ }   ڿ ۿ  0 1 U V [ ] ^ _ h u        B d          B   ( j     o      ~  C D {   
 O    T         / 0 C V i | ~      + Y w      	 
 2 3 F Y l        Q R c d e            )          " 5 7 8 9 B f  v w      H I p q      H    H   # x y z          % 8 K ^ ` v w     2 j u     " ) 1 2 H X Y Z [            b }     / : Y u         " # S j k l m           ^    
  7 b           & 9 L _ a b c l        ; F e          < = x / a b   B C u  ] ^    P                0 @ S { |   ; t   `   3 j                 2 9 > N O ^ _ ` l m n o z ~        = > C p u      M N S          
 ; @ f g h r               
   ' ( 3 7 > E F G H I J K L M N O P Q R S T i   6 7 P a b v x y z { |                             - . < = > ? L ^ % &       1      4 5 H m n        Y Z G H = > J  (      h     J K     ! " 3 Q s    3 M N W X 	 	 V
 W
 
 
 
 
 
  1 c d u    ` a }  $
 ~
 C D    1 2   / 0   U V # $ > O                & 4 A B C D E F J K L M f h n o                         . 0 6 7 E G M N a c h i p u      r s     / c v    
 > Q     ) C S        ! 	! ! E! T! g! h! ! ! ! ! ! ! ! " C" D" E" y" " " " " " 8# 9# C# N# # # # # # # # # $ $ 3$ 5$ L$ M$ V$ x$ y$ $ $ $ $ $ $ $ $ $ $ % % % A% B% C% D% E% F% O% p% q% % % % % % % % & (& =& W& X& m& n& & & & & & & & & & & & & & 
' ' -' I' J' _' `' q' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( (  ) ) ) ) #) ) ) ) ) * * C* M* W* X* y* * * * * * * + + + + + /, t, u, , , - - <- =- >- ?- @- A- J- - - - - - - - - - 
. . . . . / / / / w/ / / / / / &0 [0 0 0 1 1 1 1 1 1 2 2 2 2 2 2 #2 $2 /2 42 52 ?2 D2 E2 F2 d2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 
3 3 3 3 "3 #3 .3 33 43 >3 C3 D3 E3 g3 u3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4  4 !4 +4 04 14 <4 A4 B4 L4 Q4 R4 S4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
5 5 (5 )5 45 95 :5 D5 I5 J5 U5 Z5 [5 e5 j5 k5 l5 5 !6 C6 Q6 a6 b6 m6 r6 s6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 '7 ,7 -7 .7 [7 i7 y7 z7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 '8 ,8 -8 88 =8 >8 H8 M8 N8 O8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 C9 D9 s9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : #: $: .: 3: 4: ?: D: E: O: T: U: V: : : : : : : : : : : : : : : : : : : 
; ; ; ); .; /; 9; >; ?; J; O; P; Z; _; `; a; ; ; ; ; ; D< E< R< S< T< w< < < 1= C= D= N= Y= = = = = = = 
> > #> $> -> > > > > > P? ? ? ? ? ? ? @ @ @ d@ }@ @ @ @ @ A 4A 5A 6A 7A 8A AA A A A 8B CB _B xB B B B B B B C C C C C DD ED yD D D D E E E E E E E E F @F RF dF eF fF gF pF F F F F G G G G H <H bH H H H H H H )I I I J [J \J ]J ^J J J 
K K ?K QK RK \K gK K K K K K K L L L L L |L }L L L L L M M !M lM mM nM oM M 5N YN P P &S 3S ^T _T pT U U wV xV W W W $Y %Y [ [ [ [ \ \ \ \ ] ] h^ i^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ (_ )_ 1_ 8_ =_ >_ F_ M_ Y_ Z_ [_ \_ _ _ Ua Va b b c c d d d d Be Ce e e ,f g g h h Hi j j mk l l Bn Cn do qo ~o o o o o o o o o p p +p Bp Cp Np ~q q r r r r qu ru Ev Vv v v v ;w iw w w w x `x x x x z z @z D{ E{ O{ Z{ { { { { { | | | | | | O| [| | | | } } S} ]} } } } } } &~ '~ (~ )~ U~ V~ `~ k~ ~ ~ ~ ~ ~    
    T `          ( 6 7 8 B M     Á         8 D k  ւ            I S ^     Ԅ          J V }   
 B ~             , V W X Z [ \ e   ׇ  % T q        M j t    Ɖ ǉ          ) h  O P a       Ȍ y z   ' _   J K U `     А    ) < > U V _ ʑ ݑ 
    J Q Y Z p      Β        & I w            ! " # $ % & ' ( ) Q r s       ʔ         s z      ȗ    & @ H ] r    Ș      ' G l       	 7         ! 6 K ] w    ՛ ݛ    3 M ] w      Ԝ   
   ! " # ,  ϝ  _       d e   ˟ ޟ         % n  
     s t   ¢ բ          Z  B C D U      ¥ ץ    2 B \ v ~    Ԧ    2 3 4 5 F   § ç ֧    " # $ % .  G   * ת ت ٪  T Ы ׫      ( : T n    Ĭ ެ    % 7 Q k |    ۭ ܭ ݭ ޭ    - @ S f g h i r 6   A t ǰ =       4   ʳ  * V      8 ? H I Q f {    ֵ    , F W q y    ʶ    ) C T n      ķ ŷ ط    $ % & ' 0   P ƺ Ӻ @  3   1 P o   ʽ  * + , =        о    ' 8 O f w      п     4 K \ s            + > Q d f g h q  K    S    8 j     Y Z a   > ~     : Y x y            5 W y      $ 9 : K ~          ? w  
 b c  \ ]      v w   $ \   G H R ]              ' o     / f          
     ! * H l      + , ? R e x z { |    J K \ ] ^               & ' ( ) Z     @ 8 9 m    c   + r     " - ` j t u                ?             ! " 5 H [ n p q       L i       % K j k l }       	 
  3 4 G Z m       $ ^ p      B F G H I Z             
 y  ( [      . p q r             9        Q R     V ( U V  E    g h        `    h   :    j k v                      
   
   / 7 C D I        X Y ^        !  ;  <  A  y  ~                _ d p q t ~                                               " ( ) 2 6 7 J V W X Y Z l                                ( 5 } ~     	 	 	 ]	 ^	 _	 l	 	 ;
 
 
      k
 
 7   m n -    ' E F Y      z            @ L [ g h      \ a          3     t u   <  =      ! ! ! ! " W# $ $ % % & & & & & & & & & & & & & & & & & & & & ' ' ' 
' &' (' -' .' <' >' D' E' X' Z' `' a' v' x' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( .( /( 0( 1( 2( * * * e* * * * + + H+ \+ + + + + #, A, u, , , , , %- D- x- y- z- {- - . . . . . / / / R/ S/ q/ / / / / / / / 0 -0 C0 Y0 o0 p0 0 0 0 0 1 )1 31 41 [1 x1 y1 1 1 1 1 1 1 1 1 2 2 +2 ,2 P2 l2 m2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 #3 $3 >3 Z3 [3 m3 3 3 3 3 3 3 4 4 4 =4 >4 ?4 f4 g4 h4 i4 j4 k4 t4 4 4 4 4 4 4 4 4 4 5 /5 05 15 ^5 _5 `5 a5 b5 c5 l5 5 5 k6 l6 m6 ~6 6 6 6 6 6 N7 7 7 7 7 7 7 7 7 7 8 D8 Z8 \8 8 8 8 /9 09 l9 m9 |9 9 : : $: u: : : : : : : : : : C; D; U; v; w; x; y; z; {; ; H< I< < < < < < < = ,= D= [= = = = = ?> @> *? +? B? W? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@ d@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A #A $A /A 4A 5A ?A DA EA PA UA VA `A eA fA gA A A A A A A A A A A A A A A A A A -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B B B B B B B B B B B B B C C 	C 
C vC C C C C  D D D D D  D !D ,D 1D 2D <D AD BD CD jD xD D D D D D D D D D D D D D D D D E E E #E (E )E 3E 8E 9E DE IE JE TE YE ZE [E E E E E E E E E E E E E E E E E E F !F 1F 2F =F BF CF MF RF SF ^F cF dF nF sF tF uF F F G G /G 0G ;G @G AG KG PG QG \G aG bG lG qG rG sG G G G G G G G G G G G G G G G G G  H .H >H ?H JH OH PH ZH _H `H kH pH qH {H H H H H H H H H H H H H H H H H H H H H #I CI hI I I I I I I I J J J J J J J J *K 4K >K ?K rK K K K K K K L  L @L AL L L $M IM YM jM zM {M M M M N N 4N MN |N }N N N N N N N N 'O (O wO O O O P 0P EP ]P ^P _P pP 'Q (Q )Q *Q SQ Q Q R )R ;R <R +S ,S 6S AS tS ~S S S S S S T T T T T ST TT cT tT T T +U U U U  V V ?V @V dV eV vV V W xW W W W W W "X #X X X X X X X Y 8Y BY LY MY sY Y Y Y Y Y Y Z Z ;Z <Z Z Z Z Z Z 
[ [ [ 
[ =[ [ [ ,^ -^ ` ` a a b Tc Uc d d Ie Je \e f f )i *i ?i i ,j /j j j k k l l l (l ;l <l Al Il Nl Ol Tl \l hl il nl ul zl {l l l l l l l l l l l l l l l l l l l l l l l m m n n p p Gq Hq q q )r *r r r ws xs s u u v v v px qx y z z { { } } } )} 6} G} X} i} z} } } } } } } } }     < =     ) y z ل  4 d e   m n    އ     + 5 ? @ n           G        z { |  ċ ŋ Ƌ ǋ    	 < F P Q           % P   :     Ǝ Ԏ Վ ֎    ( 2 3 a         ֏  	 4 t               / 9 C D r            I       / = > ? I T     ʔ        B N u  Õ   F           P Z d e          ǘ  <    1 2 3 4 5 6 f   L  Ŝ  D      1 ; E F n    Ǟ ڞ ܞ    h {              ! I l        Ġ   C D E V          ¡ á ġ š ơ ǡ    6 I \ ] ^ _ h  G Z @ A B C T   ! " * ? T f    ĥ ޥ    " < V f      Ŧ  
  0 1 2 3 <  է I J K \      Ԩ    / ? Y s {    ѩ    / 0 1 2 Z r        ʪ P m          + D i |       X  î         : ; ` s           A     F G N W X ` u    г     1 F X r    д Ѵ Ҵ Ӵ  7 8 ` a t      µ õ ̵   ! 5 ȷ u v w   n u ~     ƹ ع    7 Q b |    ú պ  	  4 N _ y z { |    ˻ ޻       Լ +  ߽  e ۾ 0  5     ! 8 h      L           . @ Z t         , A V h         7 8 9 : b c v            d q  U      
 2 I h       & / 0 8 J \ n         + < S T \ n         ( 9 O ` w x y z            !   9   < [     C b         ; Z       ( l m            9 : \ ~       A B C D ~ . 0 d    \     S          I    A      . 8 B C k l         
 0 g     2 3 D E F n o          
               # A e      $ % 8 K ^ q s t u ~  %                M    B    _          ; < a t       + \ n       1 ^ e m n              % & /       3 k v      	 
  O V ^ _              ! " +     I T s        % & N O b u        T   * < w       ! N O P Q x y  k    C ~   .          )        1    Q   ; P l |     H w  	 C	 	 	 0
 o
 
  	    / ; N R S T U V W X Y Z n u z                  # y z       3
 7
 
 
 
 
 
 
 
 
   C D I w |              ) * + < A I P W c d o s z                  X Y r s                      
 $ % 0 = > H U V W X Y Z [ \ i j x y z {   a b T U , - D M m     ( p q        
 B      y z  	 d  ;     &       ]  ^  o  ! ! " :" S" o" " " # # 3% 4% % % % % % & & W& m& & & & & & >' ' ' ' #( `( ( ) ) ) !* "* m* n* + + k, l, - - . . _/ `/ z/ / ;0 0 <2 =2 2 2 '4 +4 ,4 B4 C4 W4 X4 Y4 b4 p4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 15 35 85 95 S5 U5 Z5 [5 j5 l5 r5 s5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 7 7 7 8 8 Q8 k8 8 8 8 8 .9 F9 z9 9 9 9 : 1: e: : : : : ; ; ; ; ;; D< E< [< < < < < < < < = = 0= 1= O= = = = = = = = 
> > t> u> > > > > > > > ? ? -? C? Y? o? q? ? ? ? ? ? ? ? ? 
@ @  @ !@ "@ #@ 4@ T@ U@ V@ }@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ A 6A OA dA yA A A A A A A A A B B B B B 	B B 1B 2B FB GB iB B B B B B B B B B B B B  C C 
C SC TC 	D 
D D D <D =D >D ?D _D D  E 6E 7E AE LE E E E E E E E E +F ,F 5F F F 
G G G kG G G G H VH WH xH yH zH {H |H }H H H H H I I I I I I FI I I (J 3J =J HJ RJ SJ J J J J &K 'K bK K K K L L L L  M .M >M ?M JM OM PM ZM _M `M kM pM qM {M M M M M M M M M M M M M M M M M M  N N N N -N =N >N IN NN ON YN ^N _N jN oN pN zN N N N N N N N N N N N N N N N N N O O O -O ;O KO LO WO \O ]O gO lO mO xO }O ~O O O O O O O O O O O O P 
P P P P P &P +P ,P -P FP TP dP eP pP uP vP P P P P P P P P P P Q ]Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R &R 'R 2R 7R 8R BR GR HR SR XR YR cR hR iR jR R R R R R R R R R R R R R R R R R )S 7S GS HS SS XS YS cS hS iS tS yS zS S S S S S S S S S S S S S S S T T T T T T T T T T T T T T T T T T T T  U 
U U U U 0U >U NU OU ZU _U `U jU oU pU {U U U U U U U U U U U U U U U U U 	V V V V V V  V ;V IV YV ZV eV jV kV uV zV {V V V V V V V V V V W )W *W W W W W W W 8X 9X mX X X X X X X X X Y 4Y FY HY _Y `Y iY Y Y Y Y -Z Z Z Z Z [ [ [ =[ >[ O[ [ [ [ [ \ \ A\ p\ q\ r\ s\ t\ }\ \ \ ] t] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ ` ` ` ` a a &a 'a Ma |a a a a a a a a a b b Jb Kb b 7c Wc xc c c c c d d d ed d e Te e e e e e e Ff Gf {f f f f f f f f f g 9g Kg Lg Mg Ng Wg g g g g )h *h Kh Lh ]h h h h h h qi i k k bn on o o o p p q q r r r `t at v v v *w w w 8x 9x y 3y y y y y y y y y y y y y z z z z z z z %z 1z 2z :z Bz Gz Hz Pz Xz dz ez mz tz yz zz z z z z z z 9{ :{ | | '~ (~ ~ ~ ? K   ~    h ) * 2 3     . 8 ~     Ǌ Ԋ     ) * = P g ~     X Y ڍ ۍ     Ǒ   w  Ғ   L    3 C P |     ɖ Ӗ ݖ ޖ  > ? A B C L     # K V       + b c d e     ڙ     B C D F G H Q   Ú  . R ؛ A Q R S d r s t ~   Ɯ М ќ  % & ' ( * + , 5 t   ҝ  6  % 5 6 7 H V W X Y    ͟ ן    7 8 9 : < = > G     & F ~    ͡ ۡ ܡ ݡ   % / 9 : h           A a    - . ? M N O         , - . 0 G H Q S T e  ڦ    ϧ Ч ѧ ҧ ӧ ԧ     , c   1     ϫ ٫    , ? R e x z      F G H Y           
  0 C V W X Y b       % , 5 6 L \ ] ^ _ ` a b c d e    ԯ       C   ޱ ߱        Ȳ ݲ    8 H b |     ڳ    8 9 : ; c    δ ϴ д Ѵ ڴ E s     D K T U ] r    Ͷ ݶ    . C U o    ͷ η Ϸ з   # 6 I \ ] ^ _ h   R  9 : ; < M   ɺ    - @ A B C L   a  H I J K \   ؽ ٽ   $ 7 J K L M V + R  ߿ ~           ( : T n ~        * : T n o p q       % 8 K ^ _ ` a j #    f    &      % : O d v         " 7 L a s           B C V i |       r  * }   y  )  ) * 1 p    2 f      0 t {          # = W h           : K e             ' : M ` a b c l * $    |  o & - m      % f g h y          5 L c t           0 B Y p            @ A T g z         Y  U    V t  8    (    9 : z    8 W v     
  / 0 5 7 8 9 B O q       > ` u v           D {   I      X Y   U    ) `   .         	 
  0 C V X Y Z c    3 Q k        
   3 F Y [ \ ] f   + , = > ? g h {                         @  P Q b c d e  " # J K | t u   " Z   " g   R S T ^ i          %  8  :  P  Q  Z       D O {        " 2 3 4 5 ] ^ q         < W     	  3 O a          - D E F G o p         8 `      < ~             & 9 ; < = F   d	 	 	 	 
  
 ?
 j
 
 
 
 
 
 
 
 
   R 	 ; < u  
 
 O
 
 7 8    * Y Z  d            
  - U V    N   : v  
 D                    ( ) 8 9 : F G H I T X k s         J O      ' ( - Y ] w x }        @ A B L                   
      ! " # $ % & ' ( ) * + , - . C     * ; < P R S T U V ^ d e n r s                            & 8         ! ! " " # d# q# # # # $ $ "$ G$ H$ Y$ $ $ $ $ $ w% 3& 4& !' "' ( ( $( ( ) s) ) B* * * i+ + $, %, c, , , , - - 
. +/ M/ / / / 
0 '0 (0 11 21 2 2 03 13 |3 3 3 3 3 3 4 =4 >4 O4 4 4 4 :5 ;5 W5 5 5 X6 7 7 o7 7 7 8 8 8 8 	: 
: x; y; /< 0< < < = )= = > ? ? Y@ Z@ A A A A A A A A  B B B B B B B  B $B %B &B 'B @B BB HB IB bB dB iB jB xB zB B B B B B B B B B B B B B B B B B B C 
C C C C !C 'C (C ;C =C BC CC JC OC jC kC lC mC nC LE ME YE E E E 	F =F PF F F F F G +G _G }G G G H H -H aH H H H H H H I I I J .J AJ BJ [J J J J J J J J K K K SK iK K K K K L L L (L [L eL oL pL L L L L L L 
M M &M 'M 0M RM SM gM hM M M M M M M M M M M M N N N N N  N )N JN KN _N `N zN N N N N N O O 1O 2O GO HO YO yO zO {O O O O O O O O O O O O P #P $P 9P :P KP kP lP mP P P P P P P P P P Q Q Q Q Q Q Q Q Q R R R R R R S 'S 1S 2S SS S S S S S S kT lT T T T 	U NU OU `U U U U V V V V V V $V V V V V V V V V V V W W W W W W W W QX hX X X X X  Y 5Y {Y |Y fZ gZ ~Z Z Z Z Z Z Z Z Z Z Z Z 	[ [ [ [ [ [  [ >[ L[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ \ \ A\ O\ _\ `\ k\ p\ q\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ] 
] ] ] ] ] &] +] ,] -] i] w] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ F^ ^ ^ _ +_ ;_ <_ G_ L_ M_ W_ \_ ]_ h_ m_ n_ x_ }_ ~_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` 5` C` S` T` _` d` e` o` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a a a "a 'a (a )a Oa ]a ma na ya ~a a a a a a a a a a a a b b Mb [b kb lb wb |b }b b b b b b b b b b b b b b b b b b c 
c c c c c )c .c /c 0c \c jc zc {c c c c c c c c c c c c c c c c c c d d 	d d d d $d )d *d 4d 9d :d ;d _d d d d d e e ,e -e .e Qe e e f f f (f 3f ff pf zf {f f f f f f f g [g \g |g }g g *h `h h h h h h h h h >i Wi pi i i i i j j j j j j cj dj j k k 9k Rk lk k k k k k cl dl el fl l m m Sm em wm xm gn hn rn }n n n n n n o ,o >o ?o @o Ao Jo o o o o o o gp p p q <q Yq {q |q q q q r Yr r r 5s 6s 7s 8s ^s _s s s t +t ,t 6t At tt ~t t t t t t t t t t Vu Wu wu xu u u u u u Fv Gv Hv Iv yv w 3w hy iy  | 
| 8} 9} J} ~ ~ Q R      e f { Ȅ h k օ ׅ  ц B C R d w x }             Ç χ Ї ؇              ' 3 4 5 6 ׈ ؈ / 0 ŋ Ƌ   ݌  e f      ǐ Ȑ Б ё "   G ̕ ֕   > K X e r     ǘ Ș ۘ     ( X Y   x y K L  0 e    C p    :   ѡ      ) 4 g q { |  ܤ ݤ ߤ    ) 5 \     - 7 \    ɦ      / 0 : E x            . : a  ̨  v ߩ         ' Z d n o  ê Ī Ū ƪ Ȫ ɪ ʪ Ӫ   E p  ԫ Z ì Ӭ Ԭ լ      # - 8 k u    խ ֭ ׭ ح ڭ ۭ ܭ  $ 0 W  Į   X Y Z k y z {   ï ͯ ׯ د  0 1 2 4 5 6 ? ~   ߰  . K  ˱ ̱ ݱ    ' D N Y     ʲ ˲ ̲ β       B x ) * ; m n o p q r  S T  ʷ  9  ϸ $ % / : m w    ʹ ݹ     / 0 9       $ + 3 4 J Z [ \ ]    λ        # Q     ü ʼ Ӽ Լ             + L M r          | } ~   M T ] ^ f {         " 7 L ^ x         ! F Y l m n o x             % 7 Q k {       
 ' 7 Q k l m n              9      > ? g             H      M N v w            4 }    /             6 P X m        
     s t             ! ] q      .          . H Y s         + E V p            - @ A B C L  g   N   l  q     ] t    0 \       " # + @ U j |         1 K S h }        . H Y s t u v            
   *     
    * I n        [ b k l t         ) @ Q g x          % 6 M d u            + > @ A B K ] %  u  - x    D     3 4 ;    X w     3 R S d            1 S u v       % X } ~    j l    Q   < =  6 7      P Q    6  }    ! " , 7 j t ~            I l    	 @ n o              " F         , ? R T U V _ }  $ % 6 7 8 ` a t         a        4     	 
 
 G
 
 
 
 = ~   L      
 :
 D
 N
 O
 w
 x
 
 
 
 
 
 
 
 
 g      [ \ m             " 5 H J K a b k   & C \ o      % D E F W          
  ! 4 G Z \ ] ^ g   8 J        ! " # 4 a b           S   5 f x     J K L ]                j   + , e    0  / 0 m   Y  Z    A! B! w! ! ! ! ! ! ! :" # # # B$ $ $ % l% % % D& E& P& \& k& w& & & & & & & & & & & & & & & & & & & & & & & & & 	' ' ' ' #' Z' _' ' ' ' ' ' 2( 3( 8( o( s( ( ( ( ( ( ) ) ) S) X) ) ) ) ) ) ) ) ) ) 9* >* J* K* N* X* Y* \* e* f* g* x* }* * * * * * * * * * * * * * * * * * * * * * * * * * + + + + + + + + + + + + + + , , , , , $, 0, 1, 2, 3, 4, F, `, a, l, y, z, , , , , , , , , , , , , , , , , , - - . . h/ i/ 0 0 0 1 1 W1 X1 d1 1 1 1 1 1 1 72 82 92 F2 ~2 3 3 3 4 4 5 5 5 E6 6 7 w7 7 G8 H8 9 b9 9 9 : :  : 3: ; ; ; < < T= v= = = = = > > o@ p@ @ @ A &A 5A AA BA A A A A A 6B ;B zB B B B _C C C D D 
E ]E ^E E E NF OF G G I I I I J J J J wK 1L xM yM M M cO gO hO ~O O O O O O O O O O O O O O O O O O O O O  P P P P P P P P 2P 4P :P ;P PP RP WP XP mP oP tP uP P P P P P P P P P P P P P P P P P P Q 	Q 
Q Q Q R R R ?S YS S S S S "T 6T jT T T T T U OU mU U U U U V RV SV TV UV wV W W W W W W W W ,X -X KX YX lX mX X X X X X Y Y 3Y IY JY Y Y Y Y Y Z 
Z Z 5Z RZ SZ iZ Z Z Z Z Z Z Z Z Z [ [ *[ F[ G[ \[ ][ ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 4\ 5\ G\ r\ \ \ \ \ \ \ \ \ ] ] ] @] A] B] C] D] E] N] m] n] ] ] ] ] ] ] ] ] 	^ 
^ ^ 8^ 9^ :^ ;^ <^ =^ F^ ^ ^ E_ F_ G_ X_ x_ y_ z_ {_ _ (` \` r` s` }` ` ` ` ` ` ` a 4a 6a ga ha qa 	b 
b Fb Gb Vb b b b b Oc c c c c c c c c c d d /d Pd Qd Rd Sd Td Ud d "e #e de oe ye e e e e f f 5f bf cf f f g g h h h 1h \h jh zh {h h h h h h h h h h h h h h h h h h i i i i i i 'i ,i -i 7i <i =i >i [i ii yi zi i i i i i i i i i i i i i i i i i 	j j j j j j *j /j 0j :j ?j @j Aj ij wj j j j j j j j j j j j j j j j k k %k &k 1k 6k 7k Ak Fk Gk Rk Wk Xk bk gk hk ik k k k k k k k k k k k k k k k k k Pl l l l l l l l l l l l m m m m m m m Dm Rm bm cm nm sm tm ~m m m m m m m m m m m m m m m n n 
n n n n #n $n .n 3n 4n 5n en sn n n n n n n n n n n n n n n n n n o o o o o 'o ,o -o 8o =o >o Ho Mo No Oo o o o o 	p 
p p p p %p *p +p 6p ;p <p Fp Kp Lp Mp lp zp p p p p p p p p p p p p p p p p q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q \q wq q q q q q q q q q q q q q q q q q r Br er fr r r r r r r ts us s s s s s t t t t Lt pt t t t t t t t u u iu u u #v 3v Dv Tv Uv yv zv v v v w 'w Vw Ww }w w w w w w w x x Qx x x x x 
y y 7y 8y 9y Jy z z z z -z z z z { { { | | | | N| X| b| c| | | | | | | | | -} .} =} N} } } ~ s~ ~ ~ ~ ~   > ? P   R  Ӏ Ԁ Հ ր      Ɂ ʁ ԁ ߁   & ' M u          e f          ф     ֊ ׊  . /   # $ 6      f  	 t u Z o        # ( ) . 6 B C H O T U Z a m n v ~            ŕ ѕ ҕ ӕ ԕ u v ͗ Η c d ! " {      Q R  e f n o  J K  j t   ܥ     ! 2 C T e f y     Ʀ          ά  S T    > ?  خ G H o      Ǳ ұ     H z { } ~   ǲ Ӳ  ! _   ˳ ճ  T U V g     ʹ δ ش     * + Y ~       ̵ ص  * j   }         ŷ    
 ; a b c d f g h q     N r  a q r s       ˺ ֺ 	    L s t u v x y z  » λ  # b      	    # . a k u v  ν Ͻ н ҽ ӽ Խ ݽ  ( O }  ̾    i j {    ſ    * 4 > ? h i j l              
    @   & h    m          H h {        B U              # F Y l            0 a h q r                # 6 7 8 9 B  ! 4     .       . @ Z t         0 @ Z t u v w     
   
    # $ % 6          	  3 M U j       	 
   4 L _ r       * G   u v w x      C V i | } ~   2 Z            : M ` s      g          ! ( 1 2 : O d v          2 L f v         : ; N a t       _     O P Q b  H O X Y a v        + < V ^ s        ( 9 S T U V ~             f   ?  
 e  e f m    B n    & Z [ l          4 N _ y         0 B \ v           < = P c v       f `  > K  /  b i     # B a        	 
  $ 6 H Z q         - . 6 H Z l ~        ) : Q R S T | }                 5    t  < d        u v    4 t       F G k l q s t u ~       6 X z          X  
 >    6	 	 	 	 -
 
 
   Y Z    #
 e
 
 
  j         E F Y l        
 A o     
     H I \ o         g h y z {            ?         % 8 K M N O X |         ^ _       ' ^    ^   9            ; N a t v     6 H       8 ? G H ^ n o p q            	 x     
 E P o        )  0  8  9  i                            ! t! ! ! ! #" ." M" x" " " " " " " "  # (# )# <# O# b# u# w# x# y# # # .$ $ $ % % Q% \% {% % % % % % (& )& *& +& R& S& & E' w' x' ' ( X( Y( ( ) s) t) ) ) * f* * * * , , , - - - - +. . . / */ F/ V/ i/ / / / "1 Q1 1 1 2 v2 2 
3 I3 3 3 3 3 3 	4 4 (4 ,4 -4 .4 /4 04 14 24 34 44 H4 O4 T4 d4 e4 t4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 4 S5 T5 Y5 5 5 5 5 5 
6 6 c6 d6 i6 6 6 6 6 6 6 6 7 7 #7 Q7 V7 |7 }7 ~7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 #8 *8 18 =8 >8 I8 M8 T8 [8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 j8 8 29 39 L9 M9 f9 w9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 
: : : ": /: 0: 1: 2: 3: 4: 5: 6: C: D: R: S: T: U: b: t: ;; <; .< /< = = > '> G> > > > > ? J? K? ^? ? ? ? ? ? ? ? @ @ oA pA ]B ^B SC TC `C C >D D E ~E E E F  G `G aG G G G G 7I 8I II gJ J J K -K IK cK dK mL nL 
N N lN mN N N N N N 1O GO yO zO O O O P vP wP P P :Q Q YR ZR R R R GS HS S S EU FU V V kW lW 9X :X TX eX Y Y [ [ [ [ ] ] ] ] ] 1] 2] 3] <] J] W] X] Y] Z] [] \] `] a] b] c] |] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ 
^ ^ ^ -^ /^ 4^ 5^ D^ F^ L^ M^ [^ ]^ c^ d^ w^ y^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ` ` ` ` ` +a Ea ya a a a b  b Tb gb b b b c ?c Yc ic c c c c c c d e e 5e [e je }e ~e e e e e e 
f f )f Yf Zf [f f f f f f f Ng Og Yg dg g g g g g g g h h 3h Ih Kh bh ch lh h h h h h h h h h h h i .i /i 0i Wi Xi Yi Zi [i \i ei i i i i i i i i j )j >j Sj mj nj j j j j j j j j j j j j j k k  k !k Ck _k `k uk vk k k k k k k k k k k k -l .l l l l l m m m m 9m m m n n n &n Yn cn mn nn n n n n o o o o o o o o Ep p p p p 0q 1q Rq Sq Tq Uq Vq Wq `q q q q q q q q q q  r r r s 
s s "s ,s -s s s s s  t t <t qt t t u u u u u v v v $v )v *v 4v 9v :v Ev Jv Kv Uv Zv [v \v zv v v v v v v v v v v v v v v v v v w w w #w (w )w 3w 8w 9w Dw Iw Jw Tw Yw Zw [w }w w w w w w w w w w w w w w w w w x x %x &x 1x 6x 7x Ax Fx Gx Rx Wx Xx bx gx hx ix x x x x x x x x x x x x x  y y y y  y .y >y ?y Jy Oy Py Zy _y `y ky py qy {y y y y y 7z Yz gz wz xz z z z z z z z z z z z z z z z  { { { { { { !{ "{ -{ 2{ 3{ ={ B{ C{ D{ q{ { { { { { { { { { { { { { { { { | | !| "| -| 2| 3| =| B| C| N| S| T| ^| c| d| e| | | | | | | | | | | | | | | | | | Y} Z} } } } } } } } } } } } } } } } } } 
~ ~ (~ )~ 4~ 9~ :~ D~ I~ J~ U~ Z~ [~ e~ j~ k~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  # 3 4 ? D E O T U ` e f p u v w      Z [ h i j    G Y Z d o         " 9 : C      f   у      ) z   ń    J K L M N W    N Y u    Ն ֆ ׆      ˇ Z [              ' V h z { | }  ˊ ̊ ۊ  $ %   1 R x    ܌ ݌  ?   . q r s t     ! U g h r }   ď ŏ   % & ' ( 1       % & 7      K o   < I t u  ̙ ͙     ԛ : ;          
 ~        Ƣ Ǣ ̢ Ԣ             ! " * 2 > ? G N S T \ c o p q r   k l      %   X Y   B    
 ^      X Y z      г      * A X Y d   2 3     [ l    Q   ܻ ݻ & v   
  * V Z [ e p           & e q    % 0 i s      < = > ? k l v            ! " + j v    ,   + , - > L M N X c               N Z          " 0 1 2 3 _ i t             ! ` l       X           	   B l m n p q r {     ; j      ' ( ) c           
 ! " + - . ? ~  e f w            = u   ` a k v        , ? R T k l u     ! " 3 ` g o p         
  0 1 2 3 < _          & 6 7 8 9 : ; < = > ? g                            " < V ^ s           = ]         M      % . / 7 L a s         / I c s          # 6 7 8 9 B   , u     ' z {          &   ;  " # $ % 6         $ % & ' 0  , p  X Y Z k          . H X r         . H I J K \        % 8 9 : ; D  ]   @      j       ) > P j         & ; M g            0 C V i | } ~   L   W   S       J     @ l     
 N U ^ _ g |        1 B \ m         % ? Y j            ' : ; < = F   f   V  I     G f      @ A B S           & = N e |         
  3 J a r            . A T g z | } ~   a 3  /	 i	 	 	 0
 N
 
     o p w   T     1 P o      	 
      ) K m       : O P a           U   # x y  r s 2 3   /     : r   ] ^ h s        
  0 2 3 4 =    
 + E |         
   3 5 6 7 @ ^            A  B  U  h  {                `! a! r! s! t! ! ! ! ! ! ! ! ! ! ! " " *# +# <# =# ># ?# p# # # $$ %$ V$ N% O% % % % 4& y& & & A' ' ' ,( -( .( 8( C( v( ( ( ( ( ( ( ( ( ) ) *) +) 4) ) ) ) * )* U* * * * * * * * * + 
+ + + 7+ 8+ K+ ^+ q+ + + + + + + , 1, b, , , , , , 
- )- ;- a- - - - - - - - - . . .  . !. I. J. ]. p. . . . . . . / :/ t/ / / / / 0 X0 \0 ]0 ^0 _0 p0 0 0 0 0 0 0  1 1 1 1 1  1 1 1 >2 q2 2 2 2 2 3 D3 3 3 3 3 3 3 3 3 3 3 ,4 4 5 5 O5 5 5 5 )6 6 7 7 g7 h7 7 8 38 48 l8 >: k: l: : [; ; ; ; }< ~< < < < < = /= 0= v= > > (? ~? ? @ P@ @ @ A A A A A A A A A A A A A A A A A A A A B B B B B  B !B "B #B .B 2B EB MB YB ZB _B B B B B B $C )C nC oC tC C C D D D 3D 7D QD RD WD D D D D D D D E E E &E uE zE 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  F F F F F F F F F F F F F F G G G *G ,G -G .G /G 0G 8G >G ?G HG LG MG `G lG mG nG oG pG G G G G G G G G G G G G G G G G G G G G G  H H H H I I J J K K K >L KL L L L L L L !M "M 3M sM tM uM M M QN 
O O O O P P P Q Q MR R S S S CT T T T =U [U \U oU V V V X 'X X X X X Y Y Z Z [ [ 
\ \ V\ b\ q\ }\ ~\ \ \ ] ] )] r] w] ] ^ ^ 1^ ^ ^ 2_ _ _ I` ` ` ` ` a a b b Rd Sd 	e 
e e e e f f mg h h 3i 4i j j j j j j j j j j j j j j j j j j  k k k k "k #k <k >k Ck Dk Rk Tk Zk [k nk pk vk wk k k k k k k k k k k k k k k k k k k l l l l l l $l )l Dl El Fl Gl Hl &n 'n 3n {n n n n o *o ^o ro o o o p 9p Wp p p p p q ;q Zq q q q q q r r r r s s s 5s hs is s s s s s s s s -t Ct Yt ot t t t t t u 5u ?u Iu Ju qu u u u u u u u  v v 
v ,v -v Av Bv fv v v v v v v v v v v v v v v v v w $w %w 9w :w Tw pw qw w w w w w x x !x "x 3x Sx Tx Ux |x }x ~x x x x x x x x x x x x y y %y Ey Fy Gy ty uy vy wy xy yy y y y z z z z z z z z z d{ { { { { { { | | | -| Z| p| r| | | | E} F} } } } } (~ )~ :~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Y Z k        ^ _     ʀ ˀ + B Z q   ځ  U V @ A X m      ǃ ȃ ҃ ׃ ؃         & 6 7 B G H R W X c h i s x y z      Ƅ Ǆ ф ք ׄ         ) 9 : E J K U Z [ f k l v { | }   Å ą υ ԅ Յ ߅           C Q a b m r s }           ̆ ܆ ݆       	         Շ     ! & ' 1 6 7 B G H R W X Y           ˈ Ј ш ۈ      - . 9 > ? I N O Z _ ` j o p q     ˉ Љ щ ۉ          ) 7 G H S X Y c h i t y z       ' 5 E F Q V W a f g r w x       Ƌ ǋ ҋ ׋ ؋         	 
 6 D T U ` e f p u v          ь Ҍ ݌             9 Y ~        +       
 @ J T U     ׏ ؏  5 6 V W   : _ o      Ǒ  1 J c          = >     , F [ s t u  = > ? @ i   - ? Q R A B L W     ŗ       $ i j y   Ø A  ϙ   3 U V z {  ݚ 3  ̛     8 9        N X b c   Ý ĝ ŝ Ɲ ϝ 0 1 Q R   Þ Ğ ՞   ! " # S  
 B C ڤ    $ j k + , _ ` r ت ٪ ? @ U  B E       , > Q R W _ d e j r ~              Ȱ а ܰ ݰ       
      	 
   ] ^  õ ? @             !      % 2 ? L ] n           2 3   R S % &  
 ?     J z {             A K U V          6 ]      6         	 
   R \ f g           ; f   P           4 > H I w            J   4             E O Y Z           
 1 _    2 3 4 E S T U _ j      
       X d     % \         ( 3 f p z {            R    G H I J K L | - . b    Z    	  G Q [ \        	 
  ~        
  $ 4 5 6 7 _           + Y Z [ l                 & ' L _ r s t u ~  ] p V W X Y j ' . 7 8 @ U j |        & 8 R l |          3 F G H I R   _ ` a r         + E U o         + E F G H p          f           A Z         n   "      ' ( P Q v            W    	 \ ] d m n v        * 2 G \ n          M N v w            7 K                 " 3 M g x         0 J d u                    &    A   ( {  F  K     7 N ~   
 6 b          / D V p        % - B W l ~      	 "	 3	 M	 N	 O	 P	 x	 y	 	 	 	 	 	 	 	 	 	 
   z   k
 
     # H _ ~      5 < E F N ` r         + A R i j r         ' > O e v               % 7   O   R q     Y x  
      2 Q p    
 , - >              -  O  P  r              2! W! X! Y! Z! ! D# F# z# # # +$ r$ $ % % i% & & & & ' ' ' *( +( _( ( ( ) W) ) ) ) * * D* N* X* Y* * * * * * * * * * * #+ F+ }+ + + + , H, I, Z, [, \, , , , , , , , , , , ,  - - - - - - - - - . . ,. .. /. 0. 9. W. {. . . / / / :/ ;/ N/ a/ t/ / / / / / / ;0 0 0 0 0 0 0 1 1 1 1 1 1 2 2 !3 c3 3 3 4 X4 4 4 &5 u5 5 5 5 5 5 6 6 (6 )6 Q6 R6 w6 6 6 6 6 6 6 6 A7 r7 7 7 7 7 58 68 G8 t8 {8 8 8 8 8 8 8 8 8 8 8 8 9 "9 $9 %9 ;9 <9 E9 9 9  : : 6: I: : : : : : : ; ;  ; 1; e; l; t; u; ; ; ; ; ; ; ; ; < !< 4< 6< 7< 8< A< < < = $= _= j= = = = = = = = > ;> <> d> e> x> > > > > > > > -? j? ? @ @@ R@ @ @ @ @ $A %A &A 7A dA eA fA gA A A A B B B B YC C C C DD D D E E ?E E E E 
F G 	H 
H GH H 3I 4I gI J J QJ fJ J J J J J K ^L L L M YM M M FN N N O O *O 6O EO QO dO hO iO jO kO lO mO nO oO pO O O O O O O O O O O O O O O O O O O O 4P 9P P P P P P Q 
Q Q IQ MQ Q Q Q Q Q Q Q Q -R 2R YR ZR _R R R R R R R S S $S %S (S 2S 3S 6S ?S @S AS RS WS _S fS mS yS zS S S S S S S S S S S S S S S S S S S S S nT oT T T T T T T T T T T T T T T T T T T 
U U U 
U U  U :U ;U FU SU TU ^U kU lU mU nU oU pU qU rU U U U U U U U U wV xV jW kW BX CX ZY cY Y Y Y 1Z 2Z >Z Z Z Z Z Z Z [ [ [  [ X[ [ \ \ ] ] ^ ^ ^ _ z_ _ Q` ` !a "a a <b b b b b b 
c sd td d e e .f Pf if f f f g g Ii Ji i i i  j j j j mj j j j j k k Tk k k k 9l vl l m m m 7n 8n n n (o )o p p q q r r us vs s s Qt u Rv Sv v v =x Ax Bx Xx Yx mx nx ox xx x x x x x x x x x x x x x x x x x x x x x x x y y y y *y ,y 1y 2y Gy Iy Ny Oy iy ky py qy y y y y y y y y y y y y y y y y y y y { { { | 3| g| | | | | } D} \} } } } } )~ G~ {~ ~ ~ ~ ~ , - . / Q Z [ q     Ӏ   % 3 F G e    ˁ   
 # $     ӂ ݂    , - C Y o      ʃ ˃ ߃     ! 6 7 8 9 J j k l         Ä ׄ ؄    ! L e z      х          ( G H \ ]      Æ            i j    ! 2 R S T U u  6 L M W b     ˉ    A B K     ! 0  Ƌ ǋ ؋ ) l m          	 * + , - . / \   > I S ^ h i Ɏ    < = x    ސ ߐ   6 D T U ` e f p u v         đ ԑ Ց              5 C S T _ d e o t u         ǒ ג ؒ        	 
     C Q a b m r s }                     ! , 1 2 < A B C \ j z {              * s      ĕ ŕ ϕ ԕ Օ         , < = H M N X ] ^ i n o y ~     ˖ ̖ ז ܖ ݖ        
   ? M ] ^ i n o y ~         Ǘ ՗            " ' ( )   Ř Ә              % & ' F T d e p u v           ԙ           $ % / 4 5 6 Q _ o p {             ך   ? @      ɛ N O      ޜ    & J \ ^ u v  ӝ ԝ   C  ؞  
  . / S T e  ϟ   0 1 W       ۠ ܠ +    ʡ      $ ۢ ܢ ݢ ޢ    ˣ ݣ   ߤ    ( 2 < = c       ¥    ( ` a ߦ M m   ѧ     * { Ѩ , j     ֩ ש \ ]           ' O a b c d m Ϋ ϫ   ? @ a b s          x    ³  	 ɵ ʵ    v w ݺ ޺  @   N O 4 I   ʽ ܽ           " ) . / 4 ; G H P X ] ^ f n z {           O P   = >   U a     + , ~ ? @ H I  $ %  D N           . ? @ S f }      n o        - .      b  ! " I Y f          " T U W X Y b     9 a l    . / 0 A x y z {         3 X Y Z \ ] ^ g     D h  W g h i z           ; < = > @ A B K     ( L  ; K L M ^ l m n o        & M N O P R S T ]     < \           ; E O P ~          ) W w    C D U c d e         B C D F ] ^ g i j {                 B y   G         " B U h {       / \ ] ^ o             3 F Y l m n o x      
 ; B K L b r s t u v w x y z {           Y                4 N ^ x       
  4 N O P Q y         [      Z a j k s       
 ' / D Y k          & 9 L _ r s t u ~  ! h  O P Q R c      0 C V W X Y b   4  w    ^ _ ` a r      ' : M ` a b c l A h             ) > P j         & @ P j          ( ; N a t u v w  9    |	 )
 *
 +
 <
 
 " ) 2 3 ; P e z        0 8 M b w      
 
 -
 .
 /
 0
 X
 Y
 l
 
 
 
 
 
 
 
 
   @      ?  ? @ G     H |     4 5 F           ( 9 S m ~       
  6 P a {           * = P c v w x y  @ :   %  	  < C       ; | } ~         " 4 K b y          " 4 F X o           +  ,  -  .  V  W  j  }                ! " o# # k$ $ $ % l% % % N& & ( >) ) ) ) O+ P+ + + + , N, m, , , , , ,  - !- E- F- K- M- N- O- X- e- - - - - - . 2. T. v. . . . . . . . . 2/ 0 0 1 Z1 1 1 2 _2 2 2 3 3 3 n4 o4 35 45 k5 5 5 5 ?6 v6 6 6 D7 7 7 7 7 7 7 7 7 8  8 38 F8 Y8 l8 n8 o8 p8 y8 8 8 9 I9 g9 9 9 9 9 9 9 9 ": #: 6: I: \: o: q: r: s: |: : : A; B; S; T; U; }; ~; ; ; ; ; ; ; ; ; ; < < < < < < < < < < = %= '= (= )= 2= V= = f> g> x> y> z> {> > 8? 9? `? a? ? @ @ @ A 8A pA A A 8B }B B C hC iC jC tC C C C C C C C D (D ;D ND PD fD gD pD D E "E ZE eE E E E E F F !F "F 8F HF IF JF KF sF tF F F F F F F F F F RG mG G G G G H *H IH eH wH H H H H H I 
I I I CI ZI [I \I ]I I I I I I I I I I I NJ vJ J J J K 'K RK K K K K K K K K L L L )L <L OL QL RL SL \L L M zM M M M +N 6N UN N N N N N O O O O ,O -O hO P QP RP P P 2Q 3Q eQ Q MR NR R R R @S oS pS S zU U U U V V V W W W W X  X 0X CX kX lX X Y +Z dZ Z Z P[ [ [ #\ Z\ \ \ \ \ \ \ ] ] ] ] 	] 
] ] ] 
] ] "] )] .] >] ?] N] O] P] \] ]] ^] _] j] n] ] ] ] ] ] ] ] -^ .^ 3^ `^ e^ ^ ^ ^ ^ ^ =_ >_ C_ o_ s_ _ _ _ _ _ _ _ _ +` 0` V` W` X` b` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a #a 'a .a 5a 6a 7a 8a 9a :a ;a <a =a >a ?a @a Aa Ba Ca Da Ya b 
b &b 'b @b Qb Rb fb hb ib jb kb lb tb zb {b b b b b b b b b b b b b b b b b 	c 
c c c 
c c c c c c ,c -c .c /c <c Nc d d e 	e e e f g !g zg g g g g $h %h 8h ]h ^h oh h h h h h i Ij Jj 7k 8k -l .l :l l m m m Xn n n o o :p ;p yp p p p r r #r As cs s s t #t =t >t Gu Hu v v Fw Gw w w w w w x !x Sx Tx ex x x x Py Qy my y z nz 3{ 4{ { { { !| "| | | ~  ~   E F   . ?     o p ۅ ߅      
  $ 1 2 3 4 5 6 : ; < = V X ^ _ x z           Ȇ ʆ φ І      	      & ' 5 7 = > Q S X Y ` e      b c o  щ   S f     . A u  ǋ   3 C w  ʌ ˌ ̌ ͌     5 D W X q   Î ю    3 4 5 i      ( ) 3 > q {    ʐ ː   
 # % < = F h i } ~    ԑ Ց ֑ ב   	 
 1 2 3 4 5 6 ? ` a u v        - G H ] ^ o          Ɠ      9 : O P a                Е       Ԗ      3 = G H i    ߗ       Θ  d e v Ǚ 
  , - . / 0 1 :    Ț ɚ ʚ ˚ ̚ ͚    ܛ      g ~   ڜ ۜ  K   | }   Ԟ           $ % / 4 5 6 T b r s ~             ӟ       
    # $ . 3 4 5 W e u v                         ! , 1 2 < A B C           ʡ ϡ С ڡ ߡ       $ ) * 4 9 : E J K U Z [ \ Ȣ  3 A Q R ] b c m r s ~        ʣ ڣ ۣ         
     K Y i j u z {           ݤ      
    ( - . 8 = > ? e s             ť ƥ ǥ 3 4 c q             æ Ħ Ŧ         # $ / 4 5 ? D E F r           § ç ͧ ҧ ӧ ԧ   
     ) . / : ? @ J O P Q u   ݨ ި 4 5 B C D g   ! 3 4 > I |    Ī       q r    @ v    ̬ ͬ    T m   έ ϭ  $ % & ' ( 1 y z ɮ ( 3 O h      ¯ y z { |  4 5 i {   } ~   Ʋ в ڲ ۲  0 B T U V W `    Ƴ   }   , R o     ȵ  o ʶ  K L M N t u   / A B L W     Ÿ        l m   ݹ ޹     \ ] ^ _  % I ~   # N O `   g h      { |   ~      X Y h z                           ! ( - . 6 = I J K L   E F       { | 2 3        8   ]   2 3 T a n {           2 3 > n o  
   a b 5 F {   + Y      P      0 4 5 ? J }            ? K r    
 C M r         E F P [             D P w          & ' ( 2 = p z            ( 4 [    p      
   
 9 C N              : F m    2 n o p            F G H J K L U      D a        = Z d o               X  ? @ Q        i j    O   : ; E P          , . E F O      
 : A I J ` p q r s      
      
    9  g                              A b c                c j s t |        0 8 M b t          7 \ o       '        	  & ; M g        		 #	 =	 M	 g	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 
 
  O      T U }          
 
 
  ^      c d            
   J  2 3 4 E           " 2 L f n        " # $ % 6               7 s       D         * D ^ o          ' A [ l          
  0 C V W X Y b & }  1 d  -       $  s        ! F! r! ! ! ! ! (" /" 8" 9" A" V" k" " " " " " " # # 6# G# a# i# ~# # # # # # # $ 3$ D$ ^$ o$ $ $ $ $ $ $ $ $ $ % % % % %  % % & @' ' ' 0( ( #) ) ) !* @* _* * * * * + + + -+ q+ x+ + + + + + + + +  , , (, ?, V, g, }, , , , , , , , , 
- $- ;- L- c- z- - - - - - - - - - . . .. A. T. V. W. X. a. s/ ;0 
1 1 	2 C2 2 2 
3 (3 Z3 3 4 5 6 I7 J7 Q7 8 8 .9 n9 9 9 9 : *: I: h: i: z: : : : : : : : : : ; %; G; i; ; ; ; ; ; < )< *< ;< n< < < < < < > > > > /? g? ? ? R@ S@ @ LA MA B 
B B B 	C fC gC C C D LD D D 7E 8E BE ME E E E E E E E E E 
F F 
F F F _F F F F G G VG G G G G G G G G G G 
H H H H H 8H \H H H H H H I I /I BI UI hI jI kI lI uI I I :J ;J LJ MJ NJ vJ wJ J J J J J J J J J wK L L L L L L JL L L L L 0M (N )N ]N N N O SO O O P bP P Q Q Q Q Q PQ ZQ dQ eQ Q Q Q Q Q Q Q R R R }R R R R S /S qS rS S S S S S S S S S S T T %T 8T KT ^T `T aT wT xT T T U <U YU rU U U U U V V ;V ZV [V \V mV V V V V V V V V V #W $W 7W JW ]W pW rW sW tW }W W X NX `X X X X X 2Y 6Y 7Y 8Y 9Y JY wY xY Y Y Y Y Y Y Y Y Y Y iZ Z [ K[ |[ [ [ [ [ \ `\ a\ b\ s\ \ \ \ \ \ \ ] ] ] ] )^ ^ ^ ^ _ _ _ _ A` B` {` ` 
a a Fa c Ec Fc c 5d od pd d We Xe e e e e e 	f 
f Pf g g h Xh h h *i i i i Zj [j fj rj j j j j j j j j j j j j j j j j j j j j j j j j k k k 'k 3k 4k 9k pk uk k k k k l Hl Il Nl l l l l l 
m m +m ,m 1m im nm m m m m m m m m  n On Tn `n an dn nn on rn {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 o o o o o o o o p p p 	p 
p p p p p #p 'p (p ;p Gp Hp Ip Jp Kp ]p wp xp p p p p p p p p p p p p p p p p p p p p q q r r s s t t t u &u nu ou {u u u u u u v Nv Ov Pv ]v v ,w w w x x y y y \z z ({ { { ^| _| } y} } } ~ 6~ 7~ J~      k    ܁ ݁       1 = L X Y      M R     v  
 ҈ ӈ $ t u   e f   - .     ͎ ގ  H     z ~        Ó Г ѓ ғ ӓ ԓ Փ ٓ ړ ۓ ܓ         - / 5 6 I K Q R g i n o           Ŕ Ɣ Ԕ ֔ ܔ ݔ          ! " #    V p     9 M   ͘   2 f   ҙ   5 i j k l     ԛ     C D b p    Ҝ Ӝ Ԝ   4 J ` a ǝ ȝ ҝ ݝ   $ % L i j     Ğ ۞ ܞ      A ] ^ s t u v     П џ ҟ ӟ ԟ ՟ ޟ      / K L ^    ̠      . / 0 W X Y Z [ \ e      ء ١       ! " O P Q R S T ]   \ ] ^ o      ? s     Ҥ ܤ    5 K M ~     ! ] ^ m     f   ˧ ̧ ͧ Χ ϧ Ч ٧ 4 5 F g h i j k l  9 : {        5 L y z   0 1   3 H s           ì Ĭ ά Ӭ Ԭ լ      " # - 2 3 > C D N S T U r           ­ í ͭ ҭ ӭ ԭ       % & 0 5 6 A F G Q V W X           ˮ Ю Ѯ ۮ     , < = H M N X ] ^ i n o y ~       ï ȯ ɯ ӯ د ٯ        g  Ұ           " # - 2 3 4 [ i y z                 	    $ ) * 5 : ; E J K L |          ǲ ̲ Ͳ ײ ܲ ݲ ޲   " # . 3 4 > C D O T U _ d e f ҳ ӳ     ! , 1 2 < A B M R S ] b c d         ´ ô δ Ӵ Դ ޴      / 0 ; @ A K P Q \ a b l q r s        ȵ ͵ ε ٵ ޵ ߵ      4 Y | } Ӷ Զ        ҷ ӷ ݷ   % / 0 c         1 2  ߹  : J [ k l      % > m n  û Ļ Ż ƻ ǻ л   h Ǽ Ҽ   ! 6 N O P a     D Ӿ Ծ   , -   ' 2 e o y z         D E T e         0 1 U V g   i               ) 3 = > d         , - | }        .          E F   : ; M     0 }      q      , - 2 : ? @ E M Y Z _ f k l q x                         z { 8 9       h i  | }    a b         
  ' 8 I Z k | }       
    - .       j k   % U V   ^ _          & 0 1 _          8 v      k l m ~         - 7 A B p           A   +             # $ R x y z { } ~      % e   x              * 4 5 c             :  y      
     . / 0 : E x            3 ? f      7           A K U V            -    " # $ % & ' W 	 		 =	 	 	 	 5
 
 
 
 
 
 " , 6 7 _          Y l          
 
 
 
 :
 ]
 p
 
 
 
 
 
 
 
 
  4 5 6 G x                  ' : M N O P Y  8 K 1 2 3 4 E  	    0 E W q         - G W q         ! " # $ -   : ; < M            0 J d l          ! " # K c v        A ^           5 Z m       I q          + , Q d w       ~   2     7  8  ?  H  I  Q  f  {            ! 
! "! 7! I! c! }! ! ! ! ! ! ! ! (" )" Q" R" e" x" " " " " " " " v# # $ &$ $ f% g% h% y% % _& f& o& p& x& & & & & & & ' (' B' S' m' u' ' ' ' ' ' ' ( %( ?( P( j( k( l( m( ( ( ( ( ( ( ( ( ( ( ) ) * }* * + V+ + !, |, &- |- }- - - . ). Y. . . . / =/ q/ r/ / / / / / / / 
0 0 10 K0 e0 v0 0 0 0 0 0  1 1 1 21 G1 Y1 s1 1 1 1 1 1 1 2 (2 )2 *2 +2 S2 T2 g2 z2 2 2 2 2 2 2 2 }3 w4 4 U5 b5 5 F6 6 y7 7 7 7 7 #8 :8 Y8 x8 8 8 8 8 9 9  9 !9 )9 ;9 M9 _9 q9 9 9 9 9 9 9 : : -: D: E: M: _: q: : : : : : : ; ; *; @; Q; h; i; j; k; ; ; ; ; ; ; ; ; ; ;  < = = > *? ? ? -@ L@ @ @ @ A 4B SC {D D D D F F F 
G ,G KG G G G G H H H ]H ^H H H H H H H H H H H I *I +I MI oI I I I I I 
J 2J 3J 4J 5J oJ L !L UL L L M MM M M M DN N N O O pP qP P Q Q :Q |Q Q Q 2R R R R R R S )S 3S 4S \S ]S pS S S S S S S S S !T XT T T T T #U $U 5U 6U 7U _U `U sU U U U U U U U U U ~V V V V V V V V V V W 	W 
W W W 2W VW W W W W W X X )X <X OX bX dX eX fX oX X Y Y Y Y Y Y Y Y uZ vZ Z Z Z [ [ [ >\ u\ \ \ 3] u] ] ^ P^ ^ ^ ^ ^ ^ ^ ^ _ _ ,_ -_ R_ e_ x_ _ _ _ _ _ ` M` _` ` ` ` a a "a Oa Va ^a _a ua a a a a a a a a a a a  b b b  b b b b b c $c \c gc c c c c c c c d @d Gd Od Pd d d d d d d d d d d e e e e e e e e e :f Ef df f f f f f f f g g ?g @g Sg fg yg g g g g g h Eh h h i -i hi si i i i  j j j ?j @j Aj Bj ij jj j \k k k k 4l ol pl l m m m m m n }n n n n p p p "q q r r Br r r ,s As ]s ms s s s s 9u hu u u 4v v v !w `w w w w x x  x ,x ?x Cx Dx Ex Fx Gx Hx Ix Jx Kx _x fx kx {x |x x x x x x x x x x x x x x x y y jy ky py y y y y y $z (z zz {z z z z z z z { 
{ 4{ 5{ :{ h{ m{ { { { { { { {  | | 
| | | | | | -| 2| :| A| H| T| U| `| d| k| r| s| t| u| v| w| x| y| z| {| || }| ~| | | | | I} J} c} d} }} } } } } } } } } } } } } } } } } } } } } } ~ ~ !~ .~ /~ 9~ F~ G~ H~ I~ J~ K~ L~ M~ Z~ [~ i~ j~ k~ l~ y~ ~ R S E F   5 > ^  Ă  
  a b u        3 ʄ   t u j k w  U ƈ ,      w x  ԋ Ջ  N O ` ~  	 + D ` z {   $ %   ϒ ے    H ^      /     Q  p q    ^ _   \ ] ˚ ̚   P Q k | ,  - .      3 4 H I J S a n o p q r s w x y z         ˡ ͡ ӡ ԡ        
 " $ ) * D F K L [ ] c d r t z {                 B \   ץ   7 k ~  Ц  " V p   ӧ   	 
 , 5 6 L r          ! " @ p q r   Ҫ    e f p {   « ë     4 J ` b y z      ߬       % E F G n o p q r s |     ͭ    ' @ U j      ̮ ͮ ή        " # 7 8 Z v w              D E    
 - . / 0 P ݱ  ' ( 2 = p z    Ӳ     &      \     G H i j k l m n w ҵ ӵ      	 
 7 ׶ ض  $ . 9 C D   ӷ    S  θ ϸ   ѹ    / 0 ; @ A K P Q \ a b l q r s        ˺ к Ѻ ܺ         . / : ? @ J O P [ ` a k p q r      û Ļ λ ӻ Ի ߻        , < = H M N X ] ^ i n o y ~    ʼ ڼ ۼ         
     7 E U V a f g q v w         N p ~            ˾ о Ѿ Ҿ     # ( ) 3 8 9 D I J T Y Z [        ¿ ǿ ȿ ӿ ؿ ٿ      ( 8 9 D I J T Y Z e j k u z { |                  p q                   ! / ? @ K P Q [ ` a l q r |                  
    , : J K V [ \ f k l w | }          q r     ) * ^ p q {       % 7 9 P Q Z      }     	 
 . / @       2 a b c d e n    e p              q r          
   > m           ; <  ( H i        V   E       7 8 l ~         * < = > ? H       < = N      b    S `           Q R       ) *  $                 	 
   " # + 3 8 9 A I U V ^ e j k s z     * +       0 <   o p   Y   # $ u      ) o p         	   . A X o p {   I J     r    	 h     =        $ 4 A m q r |       / 0 2 3 4 = |     < G    	 
   S T U V          3 4 5 7 8 9 B      C  2	 B	 C	 D	 U	 c	 d	 e	 o	 z	 	 	 	 	 	 
 
 
 
 
 
 
 &
 e
 q
 
 
  '   & ' ( 9 G H I J v       
 (
 )
 *
 +
 -
 .
 /
 8
 w
 
 
 
  7 o             * + Y           2 R      0 > ? @ z           ! 8 9 B D E V   | }             T   " w x         0 C V i k     
 7 8 9 J w ~           ! 4 G H I J S v        & ' = M N O P Q R S T U V ~          4                  )  9  S  m  u              ! )! *! +! ,! T! t! ! ! ! ! ! ! ! 6" d" " " " " 5# <# E# F# N# c# x# # # # # # $ 
$ $ 4$ F$ `$ z$ $ $ $ $ $ $ $ % % '% :% M% N% O% P% Y% % % C& & *' +' ,' -' >' ' ' ' ' ' ( ( 1( 2( 3( 4( =( ( ) R) ) 9* :* ;* <* M* * * * * * + + (+ ;+ <+ =+ >+ G+ , C, , , o- p- q- - - - - - - - . . +. E. _. o. . . . . . . / / +/ E/ _/ `/ a/ b/ s/ / / / / 0 0 )0 <0 O0 P0 Q0 R0 [0 1 t1 1 1 W2 3 3 3 3 3 3 4 
4 4 4 +4 @4 U4 g4 4 4 4 4 4 4 5 5 (5 =5 R5 d5 ~5 5 5 5 5 5 6 	6 
6 6 36 46 G6 Z6 m6 6 6 6 6 6 6 c7 7 8 n8 8 8 j9 9 : : ; ; "; a; ; ; ; #< W< < < < = = != e= l= u= v= ~= = = = = = > > .> H> Y> s> > > > > > > > ? +? <? V? p? ? ? ? ? ? ? ? ? ? @ @ +@ >@ Q@ R@ S@ T@ ]@ A B }B B  C mC C `D E E ^E }E E E E E F WF XF YF jF F F F F F F F F G &G =G TG eG |G G G G G G G G G H !H 3H JH aH xH H H H H H H I I I 	I 1I 2I EI XI kI ~I I I I I I J xK JL L FM M M M GN eN N )O O P R R R R *T +T kT T T T )U HU gU U U U U U U  V !V &V (V )V *V 3V @V bV V V V V V 
W /W QW fW gW xW W W W W W 
X Y Y Y 5Z lZ Z Z :[ [ [ [ \ \ I] J] ^ ^ F^ ^ ^ ^ _ Q_ _ _ ` t` u` ` ` ` ` ` ` ` ` a !a 4a Ga Ia Ja Ka Ta a a a $b Bb \b b b b b b b b b c $c 7c Jc Lc Mc Nc Wc uc c d d .d /d 0d Xd Yd ld d d d d d d d d d we xe e e e e e e e e  f f f f 
f 1f f Ag Bg Sg Tg Ug Vg g h h ;h <h mh ei fi i i j Kj j j k Xk k k Cl Dl El Ol Zl l l l l l l l m m )m +m Am Bm Km m m m 5n @n ln n n n n n n n o #o $o %o &o No Oo bo uo o o o o o o o -p Hp yp p p p p q $q @q Rq xq q q q q q q q q r 5r 6r 7r 8r `r ar tr r r r r r r r )s Qs s s s s t -t ot st tt ut vt t t t t t t u u *u ,u -u .u 7u u u Uv v v v w w 0w [w w w w w w w w w x x Cx x ,y -y fy y 
z z @z z ({ ){ ~{ { { | J| K| | U~ ~ ~ ~ r      ʀ ߀    F G  ׂ  ?  ҃ + g   5      ʅ ݅            	   ) * + 7 8 9 : E I \ d p q v    	  ; @     Ƈ    J N h i n   ҈ ӈ ؈   1 2 3 =            ˉ Љ ؉ ߉      	                 4      , - A C D E F G O U V _ c d w          ̋ ͋ ׋             	 
  )       ӏ ܏  U b        8 9 J     ё h $ %    	    d ʖ 3   Z    T r s      >  ɜ     " #  ß ! " m y      . / @   ͡ + , H   I   `         i j   !   	  ʪ  ˬ ̬ J K    Ѯ Ү       
         1 3 9 : S U Z [ i k q r          ¯ ǯ ȯ             , . 3 4 ; @ [ \ ] ^ _ = > J     . A u   ճ 	  P n      R q     ʵ Ӷ Զ    2 3 L       ޷    D Z p        L V ` a     ҹ       ! C D X Y }       ú     
      ; < P Q k    Ż ޻   " # 8 9 J j k l          ռ ּ    * + < \ ] ^              ˾ ̾ ; ξ  {  ſ ƿ п ۿ   " # D q      \ ]     ? @ Q      	 
    p q         u v       B Y q     & l m W X o                
    / = M N Y ^ _ i n o z                    	    2 @ P Q \ a b l q r }                   
     Z h x y                          % & 0 5 6 7     , - 8 = > H M N Y ^ _ i n o p                  & 4 D E P U V ` e f q v w                 	     @ N ^ _ j o p z            > L \ ] h m n x } ~                  
       ! M [ k l w | }                   	 
    % * + , P p         B       $ W a k l        L M m n   Q v        / H a z           T U    * C ] r     T U V W    D V h i X Y c n        / 0 1 2 ;       X    - J l m     J   & ' ( ) O P   
   ' 2 e o y z        G H h i      7 8 9 : j   $ Y Z   ) * ;   B C v w    V W l  Y \     3 4 C U h i n v { |                        	   $ % & '     !   t u   V W 
              8   
  / < I V c t         
   I J   i j < =  ! V   
 4
 a
 
 
 
 +          % X b l m         & M t     ( M           ! + 6 i s } ~          + R }   g         
  K U _ `            6 a   K            ) \ f p q           ! H v   
 I J K \ j k l v       ! " # % & ' 0 o {     < s        5 ? J }                 3! i! " " ," ^" _" `" a" b" c" " D$ E$ y$ $ $ *% q% % & &  & +& ^& h& r& s& & & & & & ' 	'  ' !' *' ' ' ' ' ' ' ( ( $( %( ;( K( L( M( N( v( ( ( ( ( ( ( ( ( ( ) B) p) q) r) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * =* >* c* v* * * * * * * t+ + m, n, o, p, , >- E- N- O- W- l- - - - - - - . . (. =. O. i. . . . . . . . . / 7/ J/ ]/ ^/ _/ `/ i/ / 0 v0 w0 x0 0 0 0 0 0 0 1 1 (1 B1 \1 l1 1 1 1 1 1 1 1 2 (2 B2 \2 ]2 ^2 _2 2 2 2 2 2 2 2 2 2 2 }3 3 3 *4 4 4 4 4 4 /5 05 X5 q5 5 5 5 5 5 5 5 5 6 6 6 97 7 7 7 7 7 >8 ?8 g8 h8 8 8 8 8 8 8 8 8 8 9 9 %: n: 
; ; ;  ; s; t; {; ; ; ; ; ; ; ; ; 
< '< A< I< ^< s< < < < < < < < <  = = d= e= = = = = = = = = = = = > ? N? b? ? @ @ @ @ A A A A A A A A A B B 9B JB dB ~B B B B B B B C C 6C GC aC {C C C C C C C C C C D D 1D 2D 3D 4D =D E XE E F ?F F G ]G G bH H H H H NI eI I I I !J MJ yJ J J J K 
K K K K 1K FK [K mK K K K K K K L "L <L DL YL nL L L L L L L M M 9M JM dM eM fM gM M M M M M M M M M M M N O P P P Q Q Q R R R S :S _S vS S S S S S T LT ST \T ]T eT wT T T T T T T U U 1U BU XU iU U U U U U U U U U V 'V >V UV fV |V V V V V V V V V V 	W W /W 1W 2W 3W <W NX Y Y fZ Z [ i[ [ [ \ 5\ \ p] ^ _ $` %` ,` a a 	b Ib hb b b b c $c Cc Dc Uc c c c c c c c c c c  d "d Dd fd gd d d d d e e e Ie ne oe pe qe e [g ]g g g 
h Bh h h -i .i i 'j (j j j k k k Al Bl vl l l 'm nm m n n n (n [n en on pn n n n n n n n n n n :o ]o o o o o 1p _p `p qp rp sp p p p p p p p p p p q 7q q q q q q q q 
r r 0r Cr Er Fr Gr Pr nr r s s 's (s )s Qs Rs es xs s s s s s s s Rt t t t t t t %u u u u u v w w 8w zw w w .x ox x x =y y y y y y y +z 5z ?z @z hz iz z z z z z z z z X{ { { { { 
| L| M| ^| | | | | | | | | | | |  } } &} 9} ;} <} R} S} \} } } ~ 4~ M~ `~ ~ ~ ~ ~ ~  5 6 7 H |            % 8 K M N O X ǀ  ) ; v   ˁ 
     % R S { |    Ȃ ʂ ˂ ̂ Ղ D   & W i   ΄  ; < = N { | } ~     ʆ ˆ  p   އ [ ƈ ǈ   V    !    ! ^  J K ~ 2 3 h }      + u  ݐ 3 p ɑ  ]  Ӓ 5 6 A M \ h {               Ǔ ȓ ɓ Փ ֓ ד ؓ        K P    ٔ ޔ # $ ) ` d         D I p q v   ϖ Ж і ۖ * / ; < ? I J M V W X i n v }                       җ      ʘ ˘ ߘ             ! " # $ % 7 Q R ] j k u                Ǚ     Y Z q z     H I U    ֞ מ  ( ) * 7 o    à      6   h Ѥ 8 9  S      $     ܩ E g       ` a     & 2 3   ̮ ͮ ޮ ' , k ɯ ʯ  P      N O   ? @           h " i j   T X Y o p                ϼ Ѽ ׼ ؼ      	   # % + , A C H I ^ ` e f             ʽ ̽ ѽ ҽ ٽ ޽      ۿ ܿ  0 J ~     ' [ s     @ ^      C D E F h q r         < J ] ^ |       $ : ;         & C D Z p            7 8 M N O P a               	 % & 8 c |         	 
 1 2 3 4 5 6 ? ^ _ s t          ) * + , - . 7   6 7 8 I i j k l   M c d n y       % ' X Y b   7 8 G     @              A B C D E F s   U ` j u      & S T   
    
 " M [ k l w | }                    
    ( - . / L Z j k v { |                   
      ! + 0 1 2 Z h x y                  " ' ( 2 7 8 C H I S X Y Z s                 A                 
  5 C S T _ d e o t u                      $ % & V d t u                   
     ) . / 9 > ? @             ' , - 7 < = > ] k { |                	 
    % * + 6 ; < F K L M h v                  3 V W       e f        	 
 = a s u        Z    $ 5 E F j k |     G H n         B       ( ) * ;                ? I S T z          . ? w x  d     
  / 0 A   C        s t       
   > f x y z {      V W x y                       '     
 W   e   f   K  `                        '  3  4  9  @  E  F  K  R  ^  _  g  o  t  u  }                            f  g      T  U      l  x          B	  C	  	  V  W  _  `    ;  <    [  e                  #  4  E  V  W  j  }                                D  E        /  0  y    8  9  `  p  }                 
    9  k  l  n  o  p  y           P   x               E!  F!  G!  X!  !  !  !  !  !  !  !  !  "  "  "  "  J"  o"  p"  q"  s"  t"  u"  ~"  "  "  "  #  [#  #  $  n$  ~$  $  $  $  $  $  $  $  $  $  $  $  $  ,%  R%  S%  T%  U%  W%  X%  Y%  b%  %  %  %  %  ?&  c&  &  R'  b'  c'  d'  u'  '  '  '  '  '  '  '  '  (  (  (  =(  d(  e(  f(  g(  i(  j(  k(  t(  (  (  (  )  S)  s)  )  )  )  )  )  *  	*  
*  *  *  R*  \*  f*  g*  *  *  *  *  *  *  *  *  
+  +  @+  n+  +  +  +  ,  Z,  [,  l,  z,  {,  |,  ,  ,  ,  ,  -  %-  /-  0-  Y-  Z-  [-  ]-  t-  u-  ~-  .  .  .  .  /  /  /  /  /  /  /  /   0  0  10  1  1  2  Y2  2  2  3  ^3  3  3  3  3  3  4  4  4  94  Y4  l4  4  4  4  4  4  4  4  35  F5  s5  t5  u5  5  5  5  5  5  5  5  5  5  5  6  76  J6  ]6  p6  6  6  6  6  6  6  6  7  7  7  !7  R7  Y7  b7  c7  y7  7  7  7  7  7  7  7  7  7  7  7  7  7  8  8  '8  (8  )8  *8  38  p8  9  %9  :  :  
:  :  :  :  :  :  :  :  
;  ;  1;  K;  e;  u;  ;  ;  ;  ;  ;  ;  <  !<  1<  K<  e<  f<  g<  h<  <  <  <  <  <  <  <  <  =  r=  =  >  >  >  '>  q>  x>  >  >  >  >  >  >  >  >  
?  $?  >?  F?  [?  p?  ?  ?  ?  ?  ?  ?  ?  ?  ?  %@  =@  P@  c@  v@  @  @  @  @  @  A  8A  A  A  fB  gB  hB  iB  zB  B  B  B  C  4C  GC  ZC  mC  nC  oC  pC  yC  #D  KD  D  D  uE  vE  wE  xE  E  E  E  F  F  +F  >F  QF  dF  wF  xF  yF  zF  F  XG  G  G  H  H  H  H  H  I  I  I  "I  #I  +I  @I  UI  gI  I  I  I  I  I  I  I  J  #J  =J  WJ  gJ  J  J  J  J  J  J  K  K  +K  ,K  ?K  RK  eK  xK  K  K  K  K  K  PL  L  L   M  M  @N  AN  BN  SN  N  9O  @O  IO  JO  RO  gO  |O  O  O  O  O  O  P  P  -P  GP  OP  dP  yP  P  P  P  P  P  P  Q  *Q  DQ  EQ  FQ  GQ  oQ  pQ  Q  Q  Q  Q  Q  Q  Q  Q  Q  R  R  WS  S  S  0T  T  T  VU   V  VV  WV  ^V  V  V  W  3W  _W  W  W  W  X  KX  LX  ]X  X  X  X  X  X  X  X  X  Y  %Y  ?Y  PY  jY  Y  Y  Y  Y  Y  Y  Y  Z  !Z  3Z  MZ  gZ  xZ  Z  Z  Z  Z  Z  [  [  [  [  -[  .[  A[  T[  g[  z[  [  [  [  [  [  W\  Q]  ]  /^  <^  ^   _  _  S`  Z`  `  `  `  `  a  3a  Ra  a  a  a  a  a  a  a  a  b  b  'b  9b  Kb  bb  yb  b  b  b  b  b  b  c  c  c  'c  9c  Kc  ]c  oc  c  c  c  c  c  c  d  d  +d  Bd  Cd  Dd  Ed  md  nd  d  d  d  d  d  d  d  d  d  e  f  g  h  h  h  i  &i  i  i  i  ej  k  -l  Um  m  m  m  fo  go  o  o  p  %p  ep  p  p  p  p  p  p  7q  8q  \q  ]q  bq  dq  eq  fq  oq  |q  q  q  q  r  r  'r  Ir  kr  r  r  r  r  r  s  
s  s  s  Is  t  t  /u  qu  u  u  'v  vv  v  v  w  w  w  x  x  Jy  Ky  y  y  y  z  Vz  z  z  {  [{  {  {  {  {  {  |  
|  |  6|  7|  J|  ]|  p|  |  |  |  |  |  |  |  2}  `}  ~}  }  }  }  }  ~  ~  ~  9~  :~  M~  `~  s~  ~  ~  ~  ~  ~  ~  ~  X  Y  j  k  l                        0      ŀ  ƀ  ǀ          )  <  >  ?  @  I  m    }  ~          Â  O  P  w  x        ք    O    ̅  
  O    ۆ  *            ɇ  Ӈ  ݇  އ      ,  ?  R  e  g  }  ~      '  9  q  |          )  0  8  9  O  _  `  a  b          Ċ  ׊  ي  ڊ        i      ҋ      6  A  `  |      ӌ  Ԍ  Ռ      !  )  *  Z  q  r  s  t        Í  ֍            e    ǎ  َ      >  i            Ï          -  @  S  f  h  i  j  s        đ      B  M  l    ْ  ڒ  ے            C  D    6  h  i      I  J  |    d  e        W                        Л  ћ      7  G  Z      ɜ    B  {  ў    g      :  q  Ӡ  Ԡ  ߠ                   !  "  #  $  %  9  @  E  U  V  e  f  g  s  t  u  v                    D  E  J  w  |    ¢  Ǣ      T  U  Z                      B  G  m  n  o  y  Ȥ  ͤ  ٤  ڤ  ݤ                      "  .  /  :  >  E  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  p  #  $  =  >  W  h  i  }                                ¦  æ  զ          	       !  "  #  $  %  &  '  4  5  C  D  E  F  S  e  ,  -               8            ;  <  O  t  u    Ƭ  Ǭ  Ȭ  լ  
    `  a  N  O  D  E  Q  ԰  /      o  ֲ  ײ      Q  R        ´  (  )  :  X  z        :  T  U  ^  _      ]  ^      Ļ  л  ѻ  "  8  j  k  |  ż  ʼ  	  g  h      +    J  K        8  9      6  7      \  ]  *  +  E  V                    
    "  #  $  -  ;  H  I  J  K  L  M  Q  R  S  T  m  o  u  v                                               %  &  5  7  =  >  L  N  T  U  h  j  o  p  w  |            y  z          6  j  }          E  X          0  J  Z                    &  L  [  n  o                  J  K  L              ?  @  J  U                    $  :  <  S  T  ]                               !  H  I  J  K  L  M  V  w  x                  /  D  ^  _  t  u                                4  P  Q  f  g  x                                      	  
  *              J  T  ^  _                           6  {  |      !  "  C  D  E  F  G  H  Q                                      ~            -  b                  	  
        %  *  +  6  ;  <  F  K  L  M  k  y                                      	        $  )  *  5  :  ;  E  J  K  L  n  |                                        "  '  (  2  7  8  C  H  I  S  X  Y  Z                                        /  0  ;  @  A  K  P  Q  \  a  b  l  q  r  s    (  J  X  h  i  t  y  z                                    
        #  $  .  3  4  5  b  p                                          #  $  .  3  4  ?  D  E  O  T  U  V  |                                  J  K  z                                    	      %  *  +  5  :  ;  F  K  L  V  [  \  ]                                        $  %  0  5  6  @  E  F  Q  V  W  a  f  g  h            K  L  Y  Z  [  ~      8  J  K  U  `                  *  +  4            W                	    k              ;  <  =  >  ?  H        ?  J  f                          K  L                            G  Y  k  l  m  n  w                  "  C  i              0        b  c  d  e          F  X  Y  c  n                      "                  (  s  t  u  v    <  `  ! ! -! :! e! f! w! ! ! ~! ! ! ! ! +
! ,
! ! ! ! ! 
! 
! ! ! ! ! o! p! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! #! /! 0! 8! ?! D! E! M! T! `! a! b! c! ! ! \! ]! ! ! ! ! 
! ! ! ! I! J! ! ! 3! ! ! ! ! O! ! ! t! ! ! I! J! k ! x !  !  !  !  !  !  !  !  !  ! !! !! 2!! I!! J!! U!! "! "! ##! $#! #! #! x&! y&! L'! ]'! '! '! '! B(! p(! (! (! (! )! g)! )! )! )! +! +! G+! K,! L,! V,! a,! ,! ,! ,! ,! ,! 	-! 
-! -! 
-! -! -! V-! b-! -! -! -! .! !.! Z.! d.! .! .! .! .! .! -/! ./! //! 0/! \/! ]/! g/! r/! /! /! /! /! /! 
0! 0! 0! 0! 0! 0! 0! [0! g0! 0! 0! 0! 1! 1! 2! 2! 2! 2! /2! =2! >2! ?2! I2! T2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2!  3! ?3! K3! r3! 3! 3! 4! 4! 4!  5! 5! 5! 5! !5! "5! #5! $5! P5! Z5! e5! 5! 5! 5! 5! 5! 6! 6! 6! 6! 6! 6! 	6! 6! Q6! ]6! 6! 6! 6! 7! I7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 8! 8! 38! ]8! ^8! _8! a8! b8! c8! l8! 8! 8! 8! 9! ,9! [9! x9! 9! 9! 9! 
:! :! :! :! T:! q:! {:! :! :! :! :! :! :! :! :! :! ;! ;! ;! <! <! 0<! o<! <! V=! W=! h=! =! =! =! =! =! =! =! ?! ?! ?! ?! .@! f@! @! @! QA! RA! \A! gA! A! A! A! A! A! A! 
B! B! 0B! CB! EB! \B! ]B! fB! B! B! C! C! C! $C! QC! XC! `C! aC! wC! C! C! C! C! C! C! C! C! D! !D! "D! #D! $D! -D! PD! ~D! D! D! D! D! D! D!  E! E! E! 'E! (E! )E! *E! +E! ,E! -E! .E! /E! 0E! XE! yE! zE! E! E! E! E! E! E! E! F! F! F! G! G! G! G! G! zH! H! H! H! H! H! H! H! H! I! I! -I! GI! OI! dI! yI! I! I! I! I! I! J! J! J! J! .J! NJ! sJ! J! J! J! J! J! J! K! >K! K! K! K! K! L! L! L!  L! (L! =L! RL! dL! ~L! L! L! L! L! L! L! M!  M! :M! TM! dM! ~M! M! M! M! M! M! M! M! N! N! 'N! (N! )N! *N! 3N! N! N! O! fO! P! P! P! P! P! kP! lP! P! P! P! P! P! Q! Q! 
Q! Q! Q! Q! Q! ,R! uR! S! S! S! S! 'S! zS! {S! S! S! S! S! S! T! T! T! T! T! !T! T! U! aU! U! IV! JV! KV! \V! V! V! V! V! V! V! V! V! W! W! 9W! IW! cW! }W! W! W! W! W! W! W! X! X! 9X! :X! ;X! <X! MX! X! X! X! X! X! X! Y! Y! )Y! *Y! +Y! ,Y! 5Y! Y! NZ! Z! Z! 1[! [! [! [! [! [\! \! \! \! \! \! ]! ]! /]! A]! []! u]! ]! ]! ]! ]! ]! ]! ^! ^! ,^! >^! X^! r^! ^! ^! ^! ^! ^! ^! ^! ^! 
_! _! !_! 4_! G_! Z_! m_! n_! o_! p_! y_! =`! `! `! Ha! {a! a! Db! b! b! c! c! c! c! ;d! d! d! d! d! 1e! ]e! e! e! e! e! e! ?f! Ff! Of! Pf! Xf! mf! f! f! f! f! f! f! g! "g! 3g! Mg! ^g! xg! g! g! g! g! g! g! h! h! 0h! Jh! [h! uh! h! h! h! h! h! h! h! h! h! i! i! +i! ,i! -i! .i! 7i! i! j! Wk! k! k! Gl! l! :m! m! m! 8n! Wn! vn! n! n! n! n! 1o! 2o! 3o! Do! o! o! o! o! o! o! o! o! o!  p! p! .p! ?p! Vp! mp! ~p! p! p! p! p! p! p! p! p! 
q! $q! ;q! Rq! cq! zq! q! q! q! q! q! q! q! q! r! r! r! 2r! Er! Xr! kr! mr! nr! or! xr! s! Rt! $u! u!  v! Zv! v! v! !w! ?w! qw! x! x! y! z! `{! a{! h{! }! }! E}! }! }! }! ~! "~! A~! `~! ~! ~! ~! ~! ~! ~! ~!  ! ! ! ! 
! ! <! ^! ! ! ! ! ! 	! +! @! A! R! ! ! ! ! ! ! ! ! ͂! ! F! ~! Ń! ! i! j! ! c! d! #! $! ! !  ! }! ~! ! ! +! c! ! ! N! O! Y! d! ! ! ! ! ԉ! Չ! ! ! ! !! #! $! %! .! v! ! Њ! ! ! 6! m! ! ! ! ! ! ׋! ؋! ! ! ! $! &! '! (! 1! O! s! ! ! ! 	! 
! 2! 3! F! Y! l! ! ! ! ! ! ! ΍! Q! R! c! d! e! ! ! ! ! ǎ! ڎ! ܎! ݎ! ގ! ! ! ! ! ! -! .! /! 0! a! ! ! ! ! G! ?! @! t! ! ! %! j! ! ! 2! y! Ȕ! ! ! ! )! 4! g! q! {! |! ! ! ʕ! ݕ! ! ! ! ! ! %! ! Ŗ! ז! ! ! F! ! ! ! Ǘ! Η! ֗! ח! ! ! ! !  ! (! )! <! O! b! u! w! x! ! ! ! ! "! S! p! ! ! ԙ! ߙ! ! ! ,! R! q! r! s! ! ! ! ǚ! Ț! ! ! ! ! ! :! ;! N! a! t! ! ! ! ! ! ! +! e! w! ! ! ܜ! ! I! M! N! O! P! a! ! ! ! ! ˝! ޝ! ! ! ! ! ! ! ! ! /! b! ! ! ! ! 
! 5! w! x! y! ! ! ! ! ! ! ! ! ԡ! ! ! @! ! ! ! ! ! ! ! X! Y! ! ! $! %! ]! /! \! ]! ! L! ! ! ! n! o! ! ! թ! ! !  ! !! g! ! ! ! o! ! ! A! ! ح! ! q! r! }! ! ! ! ! ! ! ! ! ! ! ! ®! î! ׮! ޮ! ! ! ! ! ! ! ! ! ! ! ! #! 6! >! J! K! P! ! ! ! ! ! ! ! _! `! e! ! ! ! ! ! $! (! B! C! H! ! ! ! ! ! ! ! ! ! 
! ! f! k! w! x! {! ! ! ! ! ! ! ! ! ! ! ! ̲! Ͳ! ز! ܲ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ³! ۳! ܳ! ! ! ! ! ! ! !  ! !! )! /! 0! 9! =! >! Q! ]! ^! _! `! a! s! ! ! ! ! ! ! ! ! ! ! ´! ô! Ĵ! Ŵ! Ҵ! Ӵ! ! ! ! ! ! ! ʵ! ˵! ! ! ! ! ! ! ָ! /! <! ! ! ! ٹ! ڹ! ! ! ! $! d! e! f! s! ! B! ! ! ! ! ! ! ! r! ;! >! ! 
! t! u! 4! ! ! ! .! L! M! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! G! S! b! n! o! ! ! ! 	! ! c! h! ! ! ! "! ! ! #! ! ! :! ! ! ! ! {! |! ! ! C! D! ! ! ! ! ! ! ! ^! ! ! $! %! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! -! /! 4! 5! C! E! K! L! _! a! g! h! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! 5! 6! 7! 8! 9! ! ! $! l! ! ! ! ! ! O! c! ! ! ! ! *! H! |! ! ! ! ! ,! K! ! ! ! ! ! ! ! ! ! ! ! 
! &! Y! Z! x! ! ! ! ! ! ! ! ! 4! J! `! v! w! ! ! ! ! &! 0! :! ;! b! ! ! ! ! ! ! ! ! ! ! ! ! 2! 3! W! s! t! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! +! E! a! b! t! ! ! ! ! ! ! ! ! $! D! E! F! m! n! o! p! q! r! {! ! ! ! ! ! ! ! ! ! ! 6! 7! 8! e! f! g! h! i! j! s! ! ! r! s! t! ! ! ! ! ! ! U! ! ! ! ! ! ! ! ! ! ! K! a! c! ! ! ! 6! 7! s! t! ! ! ! ! +! |! ! ! ! ! ! ! ! ! ! J! K! \! }! ~! ! ! ! ! ! O! P! ! ! ! ! ! ! ! 3! K! b! ! ! !  ! F! G! 1! 2! I! ^! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	! ! '! (! 3! 8! 9! C! H! I! T! Y! Z! d! i! j! k! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! +! 6! ;! <! F! K! L! W! \! ]! g! l! m! n! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 4! B! R! S! ^! c! d! n! s! t! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! 
! ! ! ! }! ! ! ! ! ! ! ! ! "! '! (! 3! 8! 9! C! H! I! J! q! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! ! ! ! *! /! 0! :! ?! @! K! P! Q! [! `! a! b! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! (! 8! 9! D! I! J! T! Y! Z! e! j! k! u! z! {! |! ! ! ! &! 6! 7! B! G! H! R! W! X! c! h! i! s! x! y! z! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! '! 5! E! F! Q! V! W! a! f! g! r! w! x! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! J! o! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 1! ;! E! F! y! ! ! ! ! ! ! &! '! G! H! ! ! +! P! `! q! ! ! ! ! ! 	! "! ;! T! ! ! ! ! ! ! ! ! ! . " / " ~ "  "  " " " 7" L" d" e" f" w" ." /" 0" 1" Z" " " " 0" B" C" 2" 3" =" H" {" " " " " " " 	" 
" " " " Z" [" j" {" " " 2" " " " " $" F" G" k" l" }" " $" " "  	" 	" 	" 	" )	" *	" 	" 	" 	" 	" 	" 
" 
" ?
" I
" S
" T
" z
" 
" 
" 
" 
" 
" 
" !" "" B" C" " " " " " " " " " D" " " 3" 4" " " " " " [" \" " " P" Q" c" " " 0" 1" F" " 3" 6" " " " " 
" " " /" B" C" H" P" U" V" [" c" o" p" u" |" " " " " " " " " " " " " " " " " " " " " " "  " " " " " " !" !" N"" O"" "" "" 0#" 1#" #" #" ~$" $" $" &" &" '" '" '" w)" x)" *" +" +" ," ," 	." ." #." 0." =." N." _." p." ." ." ." ." ." ." ." ." ." #0" $0" 0" 0" C1" D1" 4" 4" 4" 4" 05" 5" 5" 5" 6" ;6" k6" l6" 6" 7" t7" u7" 7" 8" 8" 8" 9" 9" 9" 9" 2:" <:" F:" G:" u:" :" :" :" :" :" :" :"  ;" ';" N;" ;" ;" ;" ;" <" '<" <" <" <" <" <" <" <" <" <" <" =" =" C=" M=" W=" X=" =" =" =" =" =" =" =" =" =" >" ,>" W>" >" >" A?" ?" ?" ?" ?" ?" ?" ?" ?" ?" ?" %@" /@" 9@" :@" h@" @" @" @" @" @" @" @" @" @" @" A" ;A" {A" A" %B" B" B" B" B" B" B" B" B" B" B" B" C" 6C" @C" JC" KC" yC" C" C" C" C" C" C" C" C" C" C" "D" PD" D" D" D" #E" $E" %E" 6E" DE" EE" FE" PE" [E" E" E" E" E" E" E" E" E" E"  F" F" 
F" IF" UF" |F" F" F" F" G" MG" G" G" G" G" G" G" G" H" H" $H" WH" aH" kH" lH" H" H" H" H" H" H" H" I" I" I" 
J" CJ" J" J" K" 8K" 9K" :K" ;K" <K" =K" mK" M" M" SM" M" M" N" KN" N" N" N" N" O" 8O" BO" LO" MO" uO" O" O" O" O" O" O" O" O" P" oP" P" P" P" P" P" P" P" P" P" Q" %Q" &Q" 'Q" (Q" PQ" sQ" Q" Q" Q" Q" Q" Q" Q" Q" Q" R" JR" KR" LR" ]R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" S" S" =S" PS" cS" dS" eS" fS" oS" S" NT" aT" GU" HU" IU" JU" [U" V" V" (V" )V" 1V" FV" [V" mV" V" V" V" V" V" V" W" W" )W" CW" ]W" mW" W" W" W" W" W" W" W" X" $X" 7X" 8X" 9X" :X" CX" X" X" PY" QY" RY" cY" Y" Y" Y" Y" Y" Y" Y" Z" Z" 6Z" FZ" `Z" zZ" Z" Z" Z" Z" Z" Z" [" [" 6[" 7[" 8[" 9[" a[" y[" [" [" [" [" [" [" [" [" W\" t\" \" ]" ]" ]" ]" ]" ]" 	^" 
^" 2^" K^" p^" ^" ^" ^" ^" ^" ^" ^" __" _" _" `" `" `" `" `" `" a" a" Aa" Ba" ga" za" a" a" a" a" a" a" a" b" b" b" Hc" c" c" c" c" Md" Nd" Ud" ^d" _d" gd" |d" d" d" d" d" d" e" e" #e" 8e" Me" _e" ye" e" e" e" e" e" e" e" e" >f" ?f" gf" hf" {f" f" f" f" f" f" f" f" f" g" g" (h" <h" h" |i" }i" ~i" i" i" uj" |j" j" j" j" j" j" j" j" j" k" $k" >k" Xk" ik" k" k" k" k" k" k" k" l" !l" ;l" Ul" fl" l" l" l" l" l" l" l" l" l" l" m" m" 
m" m" m" m" 2n" n" n" o" lo" o" 7p" p" <q" q" q" q" q" (r" ?r" or" r" r" r" 's" Ss" s" s" s" s" s" s" s" s" t"  t" 5t" Gt" at" {t" t" t" t" t" t" t" u" u" 3u" Hu" ]u" ou" u" u" u" u" u" u" v" $v" >v" ?v" @v" Av" iv" jv" }v" v" v" v" v" v" v" v" v" w" x" x" ky" xy" y" \z" z" {" {" {" {" |" 9|" P|" o|" |" |" |" |" |" &}" -}" 6}" 7}" ?}" Q}" c}" u}" }" }" }" }" }" }" ~" ~" 2~" C~" Z~" [~" c~" u~" ~" ~" ~" ~" ~" ~" " " /" @" V" g" ~" " " " " " " " " " 	" " " 
" " (" " " @" " " C" b" " ݄" " " J" i" " " " " " " " #" B" a" " " ߋ" " " " /" s" t" " " " " " " " " ڌ" " " @" A" c" " " ɍ" ލ" ߍ" " #" H" I" J" K" " 5" 7" k" " " " c" " " " Z" " " " " " " " " " P" " ɕ" " H" " " " " " 5" ?" I" J" r" s" " " " " " " ×" ̗" " 7" n" " " Ԙ" " 9" :" K" L" M" u" v" " " " " ę" ř" ƙ" ϙ" " " " " " " " К" њ" " " 
" " "  " !" *" H" l" " " " " " +" ," ?" R" e" x" z" {" |" " " ," " " ˝" ̝" ͝" Ν" " " " " " " ݟ" ޟ" " T" " à" " I" " С" " f" " " " Ǣ" Ң" " " " " B" C" h" {" " " " " " ã" 2" c" u" " " " &" '" 8" e" l" t" u" " " " " " ƥ" ǥ" ڥ" "  " " " " ," -" 6" " " " " '" :" r" }" " " ʧ" " " " " "" V" ]" e" f" " " " " " ب" ٨" " " " %" '" (" )" 2" " ɩ" " " P" [" z" " " " " " " " ," -" U" V" i" |" " " " " " " " [" ͬ"  " 1" C" ~" " " ӭ" " " " (" U" V" W" X" " " " r" " " ޯ" J" " " " 5" " " " " 0" " ²" ò" " ʹ" " " 8" " $" %" X" " 
" B" W" s" " " " " " O" ~" " 
" J" " ߺ" 7" v" " " " " '" 6" B" U" Y" Z" [" \" ]" ^" _" `" a" u" |" " " " " " " " " " " " " Լ" ܼ" " " " %" *" " " " " " " " " :" >" " " " ¾" ƾ" " " " " #" J" K" P" ~" " " " " " " 	" " " " #" $" '" 0" 1" 2" C" H" P" W" ^" j" k" v" z" " " " " " " " " " " " " " " " " " " _" `" y" z" " " " " " " " " " " " " " " " " " " " " " " +" ," 7" D" E" O" \" ]" ^" _" `" a" b" c" p" q" " " " " " " h" i" [" \" 3" 4" K" T" t" " " "" #" /" w" x" " " " " " " " " I" " " " " " " " " " k" " B" " " " " -" " " " " " " d" e" v" " " " A" Z" v" " " " " :" ;" " " " "  " " 
" ^" t" " " " " " E" " " " *" g" " " " " (" )" t" u" " " r" s" " " " " f" g" " " B" " C" D" " " ." 2" 3" I" J" ^" _" `" i" w" " " " " " " " " " " " " " " " " " " " " " " " " " " " " "" #" 8" :" ?" @" Z" \" a" b" q" s" y" z" " " " " " " " " " " " " " " " " " " 
" $" X" r" " " " " 5" M" " " " " " 8" l" " " " " " " "  " B" K" L" b" " " " " " " " " $" 7" 8" V" " " " " " " " " " {" |" " " " " " "  " " " 4" J" `" v" x" " " " " " " " " " " '" (" )" *" ;" [" \" ]" " " " " " " " " " " " " "  " " =" V" k" " " " " " " " " " " " 
" " " " " 8" 9" M" N" p" " " " " " " " " " " " " " " " Z" [" " " " #" C" D" E" F" f" " '" =" >" H" S" " " " " " " " " 2" 3" <" " " " " !" r" " " " " ]" ^" " " " " " " " " " " " " " " "  " M" " " /" :" D" O" Y" Z" " " "  " -" ." i" " " " " " " " '" 5" E" F" Q" V" W" a" f" g" r" w" x" " " " " " " " " " " " " " " " " " " " " 	" &" 4" D" E" P" U" V" `" e" f" q" v" w" " " " " " " " " " " " " " " " " "  # 
 #  #  # 4 # B # R # S # ^ # c # d # n # s # t #  #  #  #  #  #  #  #  #  #  #  #  # # # # # # # "# ## -# 2# 3# 4# M# [# k# l# w# |# }# # # # # # # # # # # # d# # # # # # # # # # # # # # # # # # # # -# .# 9# ># ?# I# N# O# Z# _# `# j# o# p# q# # # # # # # # # # # # # # # # #  # 0# ># N# O# Z# _# `# j# o# p# {# # # # # # # # # # # # # # # # # # # 	# # # # # # # # # # # # # # # # # # # # # # # # 7# E# U# V# a# f# g# q# v# w# # # # # # # # # # # # # # # # # # # # #  # %# &# '# B# P# `# a# l# q# r# |# # # # # # # # # # # # 
# 0# 1# # # # # # # ?	# @	# t	# 	# 	# 	# 	# 	# 	# 	# 	# 
# ;
# M
# O
# f
# g
# p
# 
# 
# 
# 
# 4# # # # # # #  # D# E# V# # # # # !
# "
# H
# w
# x
# y
# z
# {
# 
# 
# 
# # {# # # # # # # # # # # # # # # # # # # # # # # # # # ## -# .# T# # # # # # # # # # # # Q# R# # ># ^# # # # # # 	# 
# # l# # # [# # # # # # # M# N# # # # # # # # # # # @# R# S# T# U# ^# # # # # 0# 1# R# S# d# # # # # # x# # # # i# v#  #  #  # !# !# "# "# ## ## $# g%# h%# '# '# '# 1(# (# (# ?)# @)# %*# :*# *# *# *# *# *# *# *# *# *# *# *# +# 
+# +# +# +# +#  +# %+# ,+# 8+# 9+# A+# I+# N+# O+# W+# _+# k+# l+# t+# {+# +# +# +# +# +# +# +# +# @,# A,# -# -# ./# //# /# /# F0# R0# 0# 0# 1# 1# 2# 2# o2# 04# 14# 95# :5# 5# 7# 7# 7# 59# ?9# :# :# ;# ;# ;# ;# ;# ;# ;# <# <# 0<# 1<# D<# W<# n<# <# <# <# =# =# _># `># ># ># A# A# B# B# B# C# C# ~C# C# C# 	D# 
D# SD# D# E# E# :E# JF# WF# F# G# G# G# G# G# G# G# G# H# EH# FH# HH# IH# JH# SH# H# H# H# H# *I# RI# ]I# I# I# I# J#  J# !J# 2J# iJ# jJ# kJ# lJ# J# J# J# J# J# J# J# J# $K# IK# JK# KK# MK# NK# OK# XK# K# K# K# K# 5L# YL# L# HM# XM# YM# ZM# kM# yM# zM# {M# M# M# M# M# M# M# N# ,N# -N# .N# /N# 1N# 2N# 3N# <N# {N# N# N# N# O# =O# O# ,P# <P# =P# >P# OP# ]P# ^P# _P# `P# P# P# P# P# P# P# P# Q# >Q# ?Q# @Q# AQ# CQ# DQ# EQ# NQ# Q# Q# Q# Q# -R# MR# R# R# R# R# R# R# R# R# R# R# ,S# 6S# @S# AS# oS# S# S# S# S# S# S# S# S# S# T# HT# hT# T# T# T# 4U# 5U# FU# TU# UU# VU# U# U# U# U# U# U# 	V# 
V# 3V# 4V# 5V# 7V# NV# OV# XV# ZW# [W# lW# W# W# X# X# X# X# X# X# X# X# X# Y# Z# Z# Z# 3[# j[# [# [# 8\# \# \# \# \# \# \# \# \# ]# 3]# F]# Y]# l]# ]# ]# ]# ]# ]# 
^#  ^# M^# N^# O^# `^# ^# ^# ^# ^# ^# ^# ^# ^# ^# ^# _# $_# 7_# J_# ]_# ^_# __# `_# i_# _# _# _# _# _# _# ,`# 3`# <`# =`# S`# c`# d`# e`# f`# g`# h`# i`# j`# k`# l`# `# `# `# `# `# a# a# a# a# 
a# Ja# a# a# b# b# b# b# b# c# c# c# c# c# c# c# d# %d# ?d# Od# id# d# d# d# d# d# d# d# e# %e# ?e# @e# Ae# Be# je# e# e# e# e# e# e# e# e# Lf# zf# f# f# f# g# Kg# Rg# [g# \g# dg# yg# g# g# g# g# g# g# h#  h# 5h# Jh# \h# vh# h# h# h# h# h# h# h# h# i# *i# =i# Pi# ci# di# ei# fi# oi# i# j# Yj# j# @k# Ak# Bk# Ck# Tk# k# k# k# k# l# !l# 4l# Gl# Hl# Il# Jl# Sl# l# %m# hm# m# On# Pn# Qn# Rn# cn# n# n# n# n# o# o# +o# >o# Qo# Ro# So# To# ]o# 2p# Yp# p# p# q# q# q# q# q# q# q# q# q# r# r# /r# Ar# [r# ur# r# r# r# r# r# r# r# s# 1s# As# [s# us# vs# ws# xs# s# s# s# t# t# t# ,t# ?t# Rt# et# ft# gt# ht# qt# *u# u# u# u# mv# w# w# w# -w# w# x# x# #x# $x# ,x# Ax# Vx# kx# }x# x# x# x# x# x# y# !y# )y# >y# Sy# hy# zy# y# y# y# y# y# z# z# z#  z# !z# Iz# Jz# ]z# pz# z# z# z# z# z# z# z# y{# {# 1|# |# |# 
}# }# }# 0~# ~# 0# 1# 8# w# # # 
# 9# m# # ŀ# # %# &# 7# {# # # # # # # Ӂ# # # # *# D# ^# o# # # # # т# # # 
# '# A# R# l# # # # # ܃# ݃# ރ# ߃# # # # .# A# T# g# h# i# j# s# 1# +# # 	# # # # v# -# 4# t# # # ׉# # 
# ,# m# n# o# # Ċ# ˊ# Ԋ# Պ# ݊# # # # %# <# S# j# {# # # # Ћ# # # # # # %# 7# I# `# w# # # # ͌# ތ# # # # # # # G# H# [# n# # # # # # # # Ǝ# # `# ސ# \# # #  # ]# {# # ?# # # /# # # # @# A# # # # # ?# ^# }# # # # ͙# # # 6# 7# <# ># ?# @# I# V# x# # # ޚ# ߚ# # ## E# g# |# }# # # # # # # ## ӝ# ՝# 	# K# # # # P# # # # # # _# `# $# %# \# # # # 0# g# # # 5# # # # # Ӥ# ݤ# # # # # $# 7# J# ]# _# `# a# j# # ե# # :# X# r# # צ# ئ# # # # # # '# :# M# `# b# c# d# m# # # 2# 3# D# E# F# n# o# # # # # # # # Ȩ# # 
# # # # # # ɩ# ʩ# ݩ# # # # # # # ## G# ʪ# W# X# i# j# k# l# # )# *# Q# R# # {# |# # # )# a# # # )# n# # # Y# Z# [# e# p# # # # # # # # # ,# ?# A# W# X# a# б# # # K# V# # Ĳ# Ų# ֲ# # 
# # # )# 9# :# ;# <# d# e# x# # # # # # ʳ# ˳# Գ# C# ^# # # Ŵ# ش# # # :# V# h# # # # # # # # # # 4# K# L# M# N# v# w# # # # ö# Ŷ# ƶ# Ƕ# ж# ?# g# # # # # # C# # # # # # # ʸ# ˸# # # # # -# @# B# C# D# M# # # k# # Ϻ# # # '# F# q# # # # ƻ# # # # # # # Y# # B# C# |# # ## $# V# Ӿ# ># ?# # # ο# 1# `# a# # k# # # # # # # # # # # # # !# 4# \# ]# # # # U# # # A# }# # # K# # # # # # # # # # # # # # # # # # # # /# 0# ?# @# A# M# N# O# P# [# _# r# z# # # # # # # # $# Q# V# # # # # # .# /# 4# `# d# ~# # # # # # # # # !# G# H# I# S# # # # # # # # # # # # # # # # # # 	# # # # &# '# (# )# *# +# ,# -# .# /# 0# 1# 2# 3# 4# 5# J# # # # # 1# B# C# W# Y# Z# [# \# ]# e# k# l# u# y# z# # # # # # # # # # # # # # # # # # # #  # # # # # # #  # -# ?# # # # # # # # # # k# x# # # # # # )# N# O# `# # # # # # ~# :# ;# (# )# # # +# # 	# z# # I# # # p# # +# ,# j# # # # # # # 2# T# # # # # .# /# 8# 9# # # 7# 8# # # # # # # # D# E# V# # # # A# B# ^# # # _# $# %# v# # # # # # # # # # # 6# 7# # # # 0# # # # # `# a# # # # # # # # # # # "# ## $# %# &# '# +# ,# -# .# G# I# O# P# i# k# p# q# # # # # # # # # # # # # # # # # # # #  # # # # # &# (# .# /# B# D# I# J# Q# V# q# r# s# t# u# S# T# `# # # # # D# W# # # # # # 2# f# # # # 
# $# 4# h# # # # # # # # #  # &# 5# H# I# b# # # # # # # # $# %# &# Z# p# # # # # # # $# /# b# l# v# w# # # # # # # # # -# .# 7# Y# Z# n# o# # # # # # # # # # # # "# ## $# %# &# '# 0# Q# R# f# g# # # # # # # 	 $  $ 8 $ 9 $ N $ O $ ` $  $  $  $  $  $  $  $  $  $  $  $  $  $  $ $ *$ +$ @$ A$ R$ r$ s$ t$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ .$ 8$ 9$ Z$ $ $ $ $ $ $ r$ s$ $ $ $ $ U$ V$ g$ $ $ $ $ $ $  $ !$ "$ +$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ X	$ o	$ 	$ 	$ 	$ 	$ 
$ <
$ 
$ 
$ m$ n$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ '$ E$ S$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ 
$ 
$ 
$ 
$ 
$ $
$ %
$ &
$ H
$ V
$ f
$ g
$ r
$ w
$ x
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ $ $ $ $ $ $ "$ #$ -$ 2$ 3$ 4$ p$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ %$ *$ +$ 6$ ;$ <$ F$ K$ L$ M$ $ $ $$ 2$ B$ C$ N$ S$ T$ ^$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ <$ J$ Z$ [$ f$ k$ l$ v$ {$ |$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $ )$ .$ /$ 0$ V$ d$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ %$ T$ b$ r$ s$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ 0$ 5$ 6$ 7$ c$ q$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $  $ +$ 0$ 1$ ;$ @$ A$ B$ f$ $ $ $ $ %$ &$ 3$ 4$ 5$ X$ $ $ $ $$ %$ /$ :$ m$ w$ $ $ $ $ $ $ $ $ $ b$ c$ $ $ $ 1$ g$ $ $ $ $ $ $ $ $ E$ ^$ w$ $ $ $ $ $ $ $ $ $ "$ j$ k$ $ $ $$ @$ Y$ s$ $ $ $ $ $ j$ k$ l$ m$ $ %$ &$ Z$ l$ ~$ $ n$ o$ y$ $ $ $ $ $ $ ! $ 3 $ E $ F $ G $ H $ Q $  $  $  $  $  $  $ n!$ !$ !$ "$ C"$ `"$ "$ "$ "$ "$ "$ 
#$ `#$ #$ #$ <$$ =$$ >$$ ?$$ e$$ f$$ $$ $$  %$ 2%$ 3%$ =%$ H%$ {%$ %$ %$ %$ %$ %$ %$ %$ %$ %$ %$ ]&$ ^&$ ~&$ &$ &$ &$ &$ &$ '$ M'$ N'$ O'$ P'$ '$ ($ :($ o*$ p*$ -$ -$ ?.$ @.$ Q.$ /$ /$ X0$ Y0$ 1$ 1$ 1$ 3$ 3$ l5$ m5$ 5$ 5$ o6$ r6$ 6$ 6$ 7$ 7$ I8$ J8$ Y8$ k8$ ~8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 	9$ 
9$ 9$ 9$ 9$ 9$ '9$ .9$ :9$ ;9$ <9$ =9$ 9$ 9$ 6;$ 7;$ <$ <$ =$ =$ =$ =$ l>$ m>$ #?$ $?$ ?$ ?$ 
@$ A$ A$ B$ B$ )C$ D$ D$ NE$ F$ F$ #H$ $H$ EI$ RI$ _I$ lI$ yI$ I$ I$ I$ I$ I$ I$ I$ I$ J$ #J$ $J$ /J$ _K$ `K$ K$ K$ L$ L$ RO$ SO$ &P$ 7P$ lP$ P$ P$ Q$ JQ$ wQ$ Q$ Q$ Q$ AR$ R$ R$ R$ S$ S$ !T$ %U$ &U$ 0U$ ;U$ nU$ xU$ U$ U$ U$ U$ U$ U$ U$ U$ U$ 0V$ <V$ cV$ V$ V$ V$ V$ 4W$ >W$ cW$ W$ W$ W$ W$ X$ X$ 	X$ 
X$ 6X$ 7X$ AX$ LX$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ 5Y$ AY$ hY$ Y$ Y$ Y$ }Z$ Z$ Z$ Z$ Z$ 	[$ [$ [$ [$ #[$ .[$ a[$ k[$ u[$ v[$ [$ [$ [$ [$ [$ [$ [$ [$ [$ \$ %\$ L\$ w\$ \$ \$ a]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ *^$ 4^$ ?^$ r^$ |^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ +_$ 7_$ ^_$ _$ _$ _$ #`$ _`$ ``$ a`$ r`$ `$ `$ `$ `$ `$ `$ `$ `$ `$ 
a$ 7a$ 8a$ 9a$ ;a$ <a$ =a$ Fa$ a$ a$ a$ a$ b$ 5b$ Rb$ b$ b$ b$ b$ b$ b$ b$ .c$ Kc$ Uc$ `c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ d$ d$ 
e$ Ie$ e$ 0f$ 1f$ Bf$ tf$ uf$ vf$ wf$ xf$ yf$ f$ Zh$ [h$ h$ h$ i$ @i$ i$ i$ +j$ ,j$ 6j$ Aj$ tj$ ~j$ j$ j$ j$ j$ j$ j$ 
k$ k$ k$ 6k$ 7k$ @k$ k$ k$ k$ k$ k$ k$ +l$ 2l$ :l$ ;l$ Ql$ al$ bl$ cl$ dl$ l$ l$ l$ l$ l$ l$ l$ l$ l$ m$ *m$ Xm$ m$ m$ m$ m$ m$ m$ m$ m$ m$ n$ n$ n$ n$ n$ n$ n$ n$ 	n$ 
n$ 2n$ Sn$ Tn$ yn$ n$ n$ n$ n$ n$ n$ n$ o$ o$ p$ p$ p$ p$ p$ Tq$ [q$ dq$ eq$ mq$ q$ q$ q$ q$ q$ q$ r$ !r$ )r$ >r$ Sr$ er$ r$ r$ r$ r$ r$ r$ r$ r$ s$ (s$ Ms$ `s$ ss$ ts$ us$ vs$ s$ s$ t$ t$ t$ t$ t$ t$ t$ t$ t$ u$ u$ ,u$ >u$ Xu$ ru$ u$ u$ u$ u$ u$ u$ u$ v$ .v$ >v$ Xv$ rv$ sv$ tv$ uv$ v$ v$ v$ v$ v$ w$ w$ w$ w$ 
w$ w$ w$ w$ @x$ x$ x$ x$ x$ x$ Ey$ Fy$ ny$ y$ y$ y$ y$ y$ y$ y$ y$ y$ z$ z$ {$ O{$ {$ {$ {$ {$ |$ T|$ U|$ }|$ ~|$ |$ |$ |$ |$ |$ |$ |$ |$ |$ }$ }$ ;~$ ~$ #$ $$ %$ 6$ $ $ $ $ $ $ $ $ $ $ $ #$ =$ W$ _$ t$ $ $ $ π$ ߀$ $ $ $ $ $ '$ z$ {$ $ $ $ ʁ$ ݁$ $ $ $ $ $ $ Ȃ$ ($ d$ x$ $ $ $ $ ˄$ 5$ $ $ $ $ ʅ$ ߅$ $ 	$ $ 5$ O$ `$ z$ $ $ $ ǆ$ ܆$ $ $ $ 2$ L$ ]$ w$ $ $ $ $ $ $ $ $ $ $ !$ 4$ G$ H$ I$ J$ S$ $ n$ ω$ "$ U$ $ $ s$ ΋$ x$ Ό$ ό$ ֌$ $ d$ {$ $ ׍$ $ 7$ c$ $ Î$ Ď$ Վ$ $  $ )$ *$ 2$ G$ \$ q$ $ $ $ ȏ$ $ $ 
$ '$ 8$ R$ Z$ o$ $ $ $ Ő$ ߐ$ $ 
$ $$ 5$ O$ `$ z$ {$ |$ }$ $ $ $ ̑$ ߑ$ $ $ $ $ $ $ ϒ$ ɓ$ 1$ $ $ !$ $ $ ˖$ Җ$ $ 1$ P$ u$ $ $ ʗ$ $ $ 
$ $ b$ i$ r$ s$ {$ $ $ $ Ø$ ژ$ $ $ $ 0$ G$ X$ n$ $ $ $ $ $ Ù$ ՙ$ $ $ $ ,$ =$ T$ k$ |$ $ $ $ $ $ $ $ $ $ $ $ 2$ E$ G$ H$ I$ R$ d$ ,$ $ |$ $ 4$ $ $ $ $ K$ ݠ$ $ $ ͣ$ :$ ;$ B$ ޥ$ ߥ$ $ _$ ~$ $ ݦ$ $ $ :$ Y$ Z$ k$ $ $ ԧ$ է$ ڧ$ ܧ$ ݧ$ ާ$ $ $ $ 8$ Z$ |$ }$ $ $ $ $ $ $ ,$ _$ $ $ $ $ $ q$ s$ $ $  $ X$ $ $ C$ D$ $ =$ >$ $ $ ¯$ ï$ $ W$ X$ $ ΰ$ $ =$ $ ӱ$ ($ )$ 3$ >$ q$ {$ $ $ $ $ ²$ ղ$ $ $ $ $ $ $ P$ s$ $ س$ $ $ G$ u$ v$ $ $ $ $ $ Ŵ$ ش$ $ $  $ $ $ $ )$ M$ е$ ѵ$ $ $ $ $ 
$  $ 3$ F$ Y$ [$ \$ ]$ f$ $ $ +$ ,$ =$ >$ ?$ g$ h$ {$ $ $ $ $ $ $ $ $ h$ $ $ $ $ 	$ 
$ ;$ ǹ$ ȹ$ $ $ !$ $ $ N$ $ ǻ$ $ D$ $ Ǽ$ $ S$ $ $ $ $ $ $ A$ K$ U$ V$ ~$ $ $ $ ʾ$ ݾ$ ߾$ $ $ $ n$ $ $ $ $  $ b$ c$ t$ $ $ $ $ $ $ $ $ $ $ $ $ )$ <$ O$ Q$ R$ h$ i$ r$ $ $ -$ J$ c$ v$ $ $ $ $ $ ,$ K$ L$ M$ ^$ $ $ $ $ $ $ $ $ $ $ $ ($ ;$ N$ a$ c$ d$ e$ n$ $ $ ?$ Q$ $ $ $ $ #$ '$ ($ )$ *$ ;$ h$ i$ $ $ $ $ $ $ $ $ $ $ Z$ $ 	$ <$ m$ $ $ $ $ $ Q$ R$ S$ d$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ q$ $ $ 2$ 3$ l$ $ $ $ 7$ 	$ 6$ 7$ t$ &$ `$ a$ $ H$ I$ ~$ $ $ $ $ $ $ A$ $ $ $ I$ $ $ $ s$ $ $ K$ L$ W$ c$ r$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ %$ *$ a$ f$ $ $ $ $ $ 9$ :$ ?$ v$ z$ $ $ $ $ $ $ $ "$ Z$ _$ $ $ $ $ $ $ $ $ $ @$ E$ Q$ R$ U$ _$ `$ c$ l$ m$ n$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ +$ 7$ 8$ 9$ :$ ;$ M$ g$ h$ s$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ o$ p$ $ $ $ 	$ $ ^$ _$ k$ $ $ $ $ $ $ >$ ?$ @$ M$ $ $ $ $ $ $ $ $ $ L$ $ $ ~$ $ N$ O$ $ i$ $ $ $ &$ '$ :$ $ $ $ $ $ [$ }$ $ $ $ $ $ $ v$ w$ $ $ !$ -$ <$ H$ I$ $ $ $ $ $ =$ B$ $ $ $ $ f$ $ $ $ $ $ d$ e$ $ $ U$ V$ $ $ $ $ $ $ $ $ $ $ ~$ 8$ $ $ $ $ j % n % o %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  % % 	% % % % % %% &% 9% ;% A% B% W% Y% ^% _% t% v% {% |% % % % % % % % % % % % % % % % % % % % % % % % % % % F% `% % % % % )% =% q% % % % % "% V% t% % % % % %% Y% Z% [% \% ~% % % % % % % %  	% 3	% 4	% R	% `	% s	% t	% 	% 	% 	% 	% 	% 
% $
% :
% P
% Q
% 
% 
% 
% 
%  % 
% % % <% Y% Z% p% % % % % % % % % % % 
% 1% M% N% c% d% e% f% w% % % % % % % % % % % % % 
% 
% 
% ;
% <
% N
% y
% 
% 
% 
% 
% 
% 
% 
% 
% % %  % G% H% I% J% K% L% U% t% u% % % % % % % % % % % % ?% @% A% B% C% D% M% % % L% M% N% _% % % % % % /% c% y% z% % % % % % % % %% ;% =% n% o% x% % % M% N% ]% % % % % V% % % % % % % % % % $% %% 6% W% X% Y% Z% [% \% % )% *% k% v% % % % % % 
% %% <% i% j% % %  % !% % % #% 8% c% q% % % % % % % % % % % % % % % % % % % % 
% % % % "% #% .% 3% 4% >% C% D% E% b% p% % % % % % % % % % % % % % % % % % % % % % %  % %% &% 1% 6% 7% A% F% G% H% p% ~% % % % % % % % % % % % % % % % % % ,% -% 8% =% >% H% M% N% Y% ^% _% i% n% o% p% % % % % % % % % % % % % % % % % % W% % % % % % % % % % % % 
% % % % "% #% $% K% Y% i% j% u% z% {% % % % % % % % % % % % % % % % 	% 
% % % % %% *% +% 5% :% ;% <% l% z% % % % % % % % % % % % % % % % %  %  %  %  % # % $ % . % 3 % 4 % ? % D % E % O % T % U % V %  %  %  %  !% !% !% !% !!% "!% ,!% 1!% 2!% =!% B!% C!% M!% R!% S!% T!% s!% !% !% !% !% !% !% !% !% !% !% !% !% !% !% !% !% "% "% "%  "% +"% 0"% 1"% ;"% @"% A"% L"% Q"% R"% \"% a"% b"% c"% ~"% "% "% "% "% "% "% "% "% "% "% "% "% "% "% "% "% #% $#% I#% l#% m#% #% #% #% #% #% #% {$% |$% $% $% $% $% $% %% %% %%  %% S%% w%% %% %% %% %% %%  &% &% !&% "&% p&% &% '% *'% :'% K'% ['% \'% '% '% '% '% '% (% .(% ](% ^(% (% (% (% (% (% (% (% )% 	)% X)% )% )% )% )% *% &*% >*% ?*% @*% Q*% +% 	+% 
+% +% 4+% +% +% +% 
,% ,% ,% -% 
-% -% "-% U-% _-% i-% j-% -% -% -% -% -% -% -% -% 4.% 5.% D.% U.% .% .% /% z/% /% /% /% /%  0% !0% E0% F0% W0% 0% 0% Y1% 1% 1% 1% 1% 1% 2% 2% 2% 2% 2% 2% 2% 2% 2% 3% #3% -3% .3% T3% |3% 3% 3% 3% 3% 3% 3% 3% 4% 4% l4% m4% 4% 4% 4% 4% 4% 4% 4% 5% 5% 5% 
8% 8% :% :% ;% ;% ;% 5=% 6=% =% =% *?% +?% =?% @% @% 
C% C%  C% mC% 
D% D% {D% |D% aE% vE% E% E% E% 	F% F% F% "F% *F% /F% 0F% 5F% =F% IF% JF% OF% VF% [F% \F% aF% hF% tF% uF% }F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% |G% }G% H% H% jJ% kJ% (K% )K% K% K% 
L% L% L% L% XM% YM% M% lO% mO% uP% vP% P% QR% RR% R% qT% {T% U% U% V% V% V% 
W% W% (W% 9W% JW% [W% lW% mW% W% W% W% W% W% W% X% X% Y% Y% Z% Z% \% \% ]% ]% 
^% Z^% [^% ^% ^% _% E_% F_% _% _% N`% O`% v`% a% a% a% b% b% b% b% c% c%  c% !c% Oc% c% c% c% c% c% c% c% c% d% (d% fd% d% d% d% d% e% [e% \e% ]e% ne% e% e% e% e% e% e% e% e% f% 'f% 1f% 2f% `f% f% f% f% f% f% f% f% f% f% g% 1g% qg% g% h% h% h% h% h% h% h% h% h% h% h% h% 	i% i% i% Bi% hi% ii% ji% ki% mi% ni% oi% xi% i% i% i% j% Uj% yj% j% hk% xk% yk% zk% k% k% k% k% k% k% k% k% l% l% $l% %l% Sl% zl% {l% |l% }l% l% l% l% l% l% l% l% *m% im% m% m% m% m% m% n% n% n%  n% *n% 5n% hn% rn% |n% }n% n% n% n% n% n% n% n% n% #o% /o% Vo% o% o% o% o% 'p% pp% qp% p% p% p% p% p% p% p% p% 1q% ;q% Eq% Fq% oq% pq% qq% sq% q% q% q% r% r% r% r% s% s% s% s% t% t% t% t% t% t% Gt% u% u% -v% ov% v% v% %w% tw% w% w% w% w% x% x% &x% 'x% Ox% ox% x% x% x% x% x% x% x% x% Iy% \y% y% y% y% y% y% y% y% y% y% y%  z% z% z% *z% Mz% `z% sz% z% z% z% z% z% z% z% z% ${% %{% &{% 7{% h{% o{% x{% y{% {% {% {% {% {% {% {% {% {% {% {% {% {% {% |% *|% =|% >|% ?|% @|% I|% |% (}% ;}% !~% "~% #~% $~% 5~% ~% ~% % % %  % 5% G% a% {% % % % % % % % % 7% G% a% {% |% }% ~% % ƀ% % % % % % % % % % *% +% ,% =% % % % % % % ʂ% ܂% % %  % :% T% \% q% % % % ̃% ܃% % % % % % ;% S% f% y% % % % % % % 1% N% % ޅ% |% }% ~% % % % % % %% J% ]% p% % % % % % 9% a% % % % % % % % % % % % A% T% g% z% % % % % % n% % ً% "% % % Ì% Ԍ% '% (% /% 8% 9% A% V% k% }% % % % ۍ% % % % '% 9% S% m% }% % % % % % Ŏ% % % A% B% U% h% {% % % % % % % f% Ɛ% % % % V% W% X% i% Ӓ% O% V% _% `% h% }% % % % ӓ% % % % 2% C% ]% e% z% % % % Д% % % % /% @% Z% [% \% ]% % % % % % ҕ% % % % % % % % m% % % F% % % l% % l% m% t% % % % I% u% % ՛% % -% a% b% s% % % ǜ% Ȝ% М% % % % !% ;% U% f% % % % ŝ% ֝% % % 
% "% 7% I% c% }% % % % Ӟ% % % % % % % C% D% W% j% }% % % % % % % m% g% ϡ% E% R% % 6% % i% p% % Ϥ% % % *% I% h% % % % %  % % % % % +% =% O% a% x% % % % Φ% % % % % 4% 5% =% O% a% s% % % % ʧ% ۧ% % 	% % 0% A% X% Y% Z% [% % % % % % Ш% % % % % % % ʪ% % % % Ҭ% % <% % % % {% $% C% k% ر% ٱ% % |% }% % % % ;% {% % % ش% % % 	% M% N% r% s% x% z% {% |% % % % ֵ% % % % =% _% % % % % ʶ% % "% #% $% %% _% % % E% % % % =% % % % 4% ۻ% ܻ% % % `% a% % % % *% l% % ۾% "% q% ƿ% ǿ% ѿ% ܿ% % % #% $% L% M% `% s% % % % % % % % % H% v% % % % % % %% &% '% O% P% c% v% % % % % % % % % n% o% % % % % % % % % % % % % % "% F% % % % % % % % % ,% ?% R% T% U% V% _% % % % % % % % % % e% f% % % % % % % .% e% % % #% e% % % @% % % % % % % % % % % % B% U% h% {% }% % % % % =% O% % % %  % % % ?% F% N% O% e% u% v% w% x% % % % % % % % % % % % % % % % % % L% W% v% % % % % % % % 0% 7% ?% @% p% % % % % % % % % % % % % % % {% % % % *% 5% T% % % % % % % % % % /% 0% C% V% i% |% ~% % % % % 5% % % % % X% c% % % % % % % /% 0% 1% 2% Y% Z% % L% ~% % % $% _% `% % % z% {% % % 
% m% % % % % % % % % % % 2% % % % 1% M% ]% p% % % % )% X% % % $% }% % % P% % % % % % % % /% 3% 4% 5% 6% 7% 8% 9% :% ;% O% V% [% k% l% {% |% }% % % % % % % % % % % % % % Z% [% `% % % % % % % % j% k% p% % % % % % % % $% %% *% X% ]% % % % % % % % % % % % % 
% % % % "% *% 1% 8% D% E% P% T% [% b% c% d% e% f% g% h% i% j% k% l% m% n% o% p% q% % 9% :% S% T% m% ~% % % % % % % % % % % % % % % % % % % % % % % % % % )% 6% 7% 8% 9% :% ;% <% =% J% K% Y% Z% [% \% i% {% B% C% 5% 6% 
% % %% .% N% % % % % 	% Q% R% e% % % % % % % % #% % v% w% d% e% Z% [% g% % E% % % % % % % % g% h% % % % % >% ?% P% n% % % % 4% P% j% k% t% u% % % s% t% % % % % % 8 & N &  &  &  &  &  & & }& ~& & & A& & `& a& & & & N& O& & & L& M& & & r& s& @	& A	& [	& l	& 
& 
& & & & & & & 
& #& $& 8& 9& :& C& Q& ^& _& `& a& b& c& g& h& i& j& & & & & & & & & & & & & & & & & & & & & & & & & 4& 6& ;& <& K& M& S& T& b& d& j& k& ~& & & & & & & & & & & & & & & & 2& L& & & & & & '& [& n& & & & & F& `& p& & & & & & & & %& && <& b& q& & & & & & & & & & 0& `& a& b& & & & & & & U& V& `& k& & & & & & & & & $& :& P& R& i& j& s& & & & & & & & & & & & & 5& 6& 7& ^& _& `& a& b& c& l& & & & & & & & & & 0& E& Z& t& u& & & & & & & & & & & & & & & & '& (& J& f& g& |& }& & & & & & & & & & & & 4& 5& & & & & & & &  & @& & & & & "& -& `& j& t& u& & & & &  & 
 &  &  &  &  &  &  & L!& !& !& !& !& 7"& 8"& Y"& Z"& ["& \"& ]"& ^"& g"& "& "& "& "& "& "& "& "& "& '#& #& #& 	$& $& $& )$& 3$& 4$& $& $& $& $& %& %& C%& x%& %& %& && && && && '& '& '&  '& +'& 0'& 1'& ;'& @'& A'& L'& Q'& R'& \'& a'& b'& c'& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '&  (& (& (& (& *(& /(& 0(& :(& ?(& @(& K(& P(& Q(& [(& `(& a(& b(& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& )& )& ,)& -)& 8)& =)& >)& H)& M)& N)& Y)& ^)& _)& i)& n)& o)& p)& )& )& )& )& )& )& )& )& )& )& )& )& )& *& *& 
*& *& '*& 5*& E*& F*& Q*& V*& W*& a*& f*& g*& r*& w*& x*& *& *& *& *& *& >+& `+& n+& ~+& +& +& +& +& +& +& +& +& +& +& +& +& +& +& +& +& ,& ,& ,& ,& ,& #,& (,& ),& 4,& 9,& :,& D,& I,& J,& K,& x,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& 
-& -& (-& )-& 4-& 9-& :-& D-& I-& J-& U-& Z-& [-& e-& j-& k-& l-& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& `.& a.& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& /& /& //& 0/& ;/& @/& A/& K/& P/& Q/& \/& a/& b/& l/& q/& r/& s/& /& /& /& /& /& /& /& /& /& /& /& /& /& /& /&  0& 0& 0& *0& :0& ;0& F0& K0& L0& V0& [0& \0& g0& l0& m0& w0& |0& }0& ~0& 0& 0& 0& 
1& 1& a1& b1& o1& p1& q1& 1& 2& 2& N2& `2& a2& k2& v2& 2& 2& 2& 2& 2& 3& '3& )3& @3& A3& J3& 3& 3& 3& 3& 4& m4& 4& 4& 4& 4& 4& 4& 5& 5& 05& 5& 5& 5& 5& 5& 5& "6& Q6& R6& S6& T6& U6& ^6& 6& 6& 6& U7& `7& |7& 7& 7& 7& 7& 7& 7& 7& 8& 8& 8& 8& 8& a9& b9& 9& 9& 9& 9& :& :& :& :& :& :& ;& ;& .;& ];& o;& ;& ;& ;& ;& ;& ;& ;& ;& ;& +<& ,<& <& =& 8=& Y=& =& =& =& =& =& =& =& F>& >& >& 5?& x?& y?& z?& {?& ?& ?& '@& (@& \@& n@& o@& y@& @& @& @& @& @& @& A& ,A& -A& .A& /A& 8A& A& A& A& A& 
B& B& ,B& -B& >B& B& B& B& B& B& RC& vC& E& E& CH& PH& {I& |I& I& J& J& K& K& L& L& L& AN& BN& P& P& P& Q& Q& Q& R& R& R& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& T& T& T& T& #T& (T& )T& 1T& 9T& ET& FT& NT& UT& ZT& [T& cT& jT& vT& wT& xT& yT& U& U& rV& sV& X& 	X& X& X&  Y& ,Y& Y& Y& _Z& `Z& Z& Z& I[& 
]& ]& ^& ^& e^& _& _& `& b& b& _c& `c& d& d& d& d& d& d& d& d& d& 
e& e& e& 1e& He& _e& `e& ke& f& f& 9g& :g& g& g& j& j& bk& sk& k& k& k& Xl& l& l& l& l& -m& }m& m& m& n& $o& 1o& ]o& ap& bp& lp& wp& p& p& p& p& p& q&  q& "q& #q& $q& -q& lq& xq& q& q& r& ,r& 7r& pr& zr& r& r& r& r& s& Cs& Ds& Es& Fs& rs& ss& }s& s& s& s& s& s& s& #t& $t& %t& 't& (t& )t& 2t& qt& }t& t& t& u& 3u& u& "v& 2v& 3v& 4v& Ev& Sv& Tv& Uv& _v& jv& v& v& v& v& v& w& w& w& 	w& w& w& 
w& w& Uw& aw& w& w& w& x& x& y& y& y& y& )y& 7y& 8y& 9y& :y& fy& py& {y& y& y& y& y& y& z& z& z& z& z& z& z& (z& gz& sz& z& z& {& '{& _{& {& {& {& {& {& {& {& {& {& |& |& |& |& I|& s|& t|& u|& w|& x|& y|& |& |& |& |& "}& B}& q}& }& }& ~& ~&  ~& .~& /~& 0~& j~& ~& ~& ~& ~& ~& ~& ~& 
& & & & (& )& 2& 4& 5& F& & & l& m& ~& & & & & & & & & & ˃& 
& D& |& Ä& & g& h& r& }& & & ą& Ņ& & 
&  & 3& F& Y& [& r& s& |& & & '& (& )& :& g& n& v& w& & & & & & ȇ& & & & $& 7& 8& 9& :& C& f& & & È& Ĉ& Ո& & 
& & & -& =& >& ?& @& A& B& C& D& E& F& n& & & & ȉ& ۉ& ܉& ݉& މ& & $& Ɗ& ي& & & & & Ӌ& & & & & & & ӌ& & & & )& C& ]& e& z& & & & Ս& & & & & & & D& d& & & & & & & & && T& ȏ& ɏ& ʏ& ۏ& %& ,& 5& 6& >& S& h& z& & & & ؐ& & & & $& 6& P& j& z& & & & & & ّ& & & & *& =& >& ?& @& I& ϒ& & 3& |& & & & & .& & & & Ô& & & & !& "& #& $& -& ו& & B& & )& *& +& ,& =& & & & & ߗ& & & & +& ,& -& .& 7& & 3& w& & _& `& a& r& Ś& ƚ& ͚& ֚& ך& ߚ& & 	& & 5& O& _& y& & & & ś& כ& & & & 5& O& P& Q& R& c& & & ߜ& & & & & ,& ?& @& A& B& K& & d& & & G& & & & & q& & & & & & & 0& E& W& q& & & & С& & & & & -& B& T& n& & & & ͢& ޢ& & & & & #& $& 7& J& ]& p& & & & & & S& & & ^& & & Z& & 
& & 
& & & Q& & & & & G& s& & ˩& &  & & U& \& e& f& n& & & & & ٪& & & & 8& I& c& t& & & & & ի& & & & ,& F& `& q& & & & & & & & & & & & .& A& B& C& D& M& & & m& & & ]& ԰& P& & & N& m& & & Ȳ& & & G& H& I& Z& & & & & & ɳ& ۳& & & & -& D& U& l& & & & & Ҵ& Ӵ& ۴& & & & #& :& Q& h& y& & & & ε& ߵ& & & & & !& "& 5& H& [& n& & & & & & & h& :& & 6& p& & ں& 7& U& & & ¼& & 	& v& w& ~& & & [& & & & & 8& W& v& & & & & & & & & & & & #& 0& R& t& & & & & & & A& V& W& h& & & & & & & & & & %& \& & & *& & & & y& z& 9& :& & & 6& & & & 
& A& y& & & d& e& o& z& & & & & & & & & $& 7& 9& :& ;& D& & & & & 2& L& & & & & & & & & & & '& :& <& =& >& G& e& & & 
& & &  & H& I& \& o& & & & & & & & & g& h& y& z& {& & & & & & & & & & & !& & 1& 2& C& D& E& F& w& & & +& ,& ]& U& V& & & & ;& & & & H& & & 3& 4& 5& ?& J& }& & & & & & & & & & & 1& 2& ;& & & & %& 0& \& & & & & & & & & & & & & >& ?& R& e& x& & & & & & & & 8& i& & & & & & & 0& B& h& & & & & & & & & & %& && '& (& P& Q& d& w& & & & & & & & A& {& & & & & & _& c& d& e& f& w& & & & & & & & & & & & '& & & E& x& & & & &  & K& & & & & & & & & & & 3& & & & V& & & & 0& & & & n& o& & & :& ;& s& E& r& s& & b& & & & & & & & & & & 6& 7& }& & & /& & & & W& & & %& & & & & & & & & & & & & & & & & & & & 	& 
& & & & '& (& )& *& 5& 9& L& T& `& a& f& & & & & & +& 0& u& v& {& & & & 	& & :& >& X& Y& ^& & & & & & & & !& "& #& -& |& & & & & & & & & & & & & & & & & & & & &  & & & & & & & & & 	& 
& & & 
& & & $& & & & & & & & 1& 3& 4& 5& 6& 7& ?& E& F& O& S& T& g& s& t& u& v& w& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & E& R& & & & & & & (& )& :& z& {& |& & & X&  '  ' ' ' ' ' ' ' ' T' ' #' ' ' J' ' ' ' D' b' c' v' ' ' ' 	' .	' 	' 	' 	' 	' 
' 	
' ' ' ' ' 
' 
' ]
' i
' x
' 
' 
' 
' 
' ' ' 0' y' ~' ' ' ' 8' ' ' 9' ' ' P' ' ' ' ' ' ' ' ' Y' Z' ' ' ' ' ' 
' ' t' ' ' :' ;' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' ' ' ' !' #' )' *' C' E' J' K' Y' [' a' b' u' w' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' 	' ' ' #' $' +' 0' K' L' M' N' O' -' .' :' ' ' ' '  ' 1 ' e ' y '  '  '  ' !' @!' ^!' !' !' !' !' "' B"' a"' "' "' "' "' "' #' #' #'  $' $' "$' #$' <$' o$' p$' $' $' $' $' $' $' $'  %' 4%' J%' `%' v%' %' %' %' %' %' 	&' <&' F&' P&' Q&' x&' &' &' &' &' &' &' &' '' '' '' 3'' 4'' H'' I'' m'' '' '' '' '' '' '' '' '' '' '' '' '' '' ''  (' (' 
(' +(' ,(' @(' A(' [(' w(' x(' (' (' (' (' (' )' )' ()' ))' :)' Z)' [)' \)' )' )' )' )' )' )' )' )' )' )' )' )' *' *' *' *' ,*' L*' M*' N*' {*' |*' }*' ~*' *' *' *' *' *' +' +' +' +' +' +' +' +' +' k,' ,' ,' ,' ,' ,' ,' -' -' -' 4-' a-' w-' y-' -' -' -' L.' M.' .' .' .' .' //' 0/' A/' /' /' /' /' /' /' /' /' /' 0' `0' a0' r0' 0' 0' 0' 0' 0' 0' 0' e1' f1' 1' 1' 1' 1' 1' 1' 22' I2' a2' x2' 2' 2' 2' 3' \3' ]3' G4' H4' _4' t4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4'  5' 5' 5' -5' =5' >5' I5' N5' O5' Y5' ^5' _5' j5' o5' p5' z5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5'  6' "6' 06' @6' A6' L6' Q6' R6' \6' a6' b6' m6' r6' s6' }6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 7' 7' 
7' 7' J7' X7' h7' i7' t7' y7' z7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 8' 8' 8' 8' 8'  8' %8' &8' '8' 8' 8' 8' 9' 9' 9' (9' -9' .9' 89' =9' >9' I9' N9' O9' Y9' ^9' _9' `9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' :' $:' 4:' 5:' @:' E:' F:' P:' U:' V:' a:' f:' g:' q:' v:' w:' x:' :' :' :' :' :' :' :' :' :' :' :' :' :' ;' ;' 	;' 
;' 0;' >;' N;' O;' Z;' _;' `;' j;' o;' p;' {;' ;' ;' ;' ;' ;' ;' ;' ;' .<' <<' L<' M<' X<' ]<' ^<' h<' m<' n<' y<' ~<' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <'  =' 
=' =' =' =' ==' K=' [=' \=' g=' l=' m=' w=' |=' }=' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' >' 
>' >' >' >' >' >' @>' `>' >' >' >' >'  ?' 
?' ?' ?' 2?' ?' ?' ?' ?' ?' 	@' @' G@' Q@' [@' \@' @' @' @' @' @' @' @' <A' =A' ]A' ^A' A' B' AB' fB' vB' B' B' B' B' B' B' C' 8C' QC' jC' C' C' C' C' C' C' C' C' C' DD' ED' D' D' D' E' 3E' ME' bE' zE' {E' |E' E' DF' EF' FF' GF' pF' F'  G' 4G' FG' XG' YG' HH' IH' SH' ^H' H' H' H' H' H' H' 
I' I'  I' !I' "I' +I' pI' qI' I' I' I' I' HJ' J' J' J' K' :K' \K' ]K' K' K' K' K' :L' L' L' M' M' M' M' ?M' @M' M' M' M' N' 
N' N' "N' UN' _N' iN' jN' N' N' N' N' N' N' N' 7O' 8O' XO' YO' O' O' O' O' O' 'P' (P' )P' *P' ZP' P' Q' IS' JS' U' U' W' W' +W' qX' rX' 2Y' 3Y' fZ' gZ' yZ' [' [' F^' G^' \^' ^' I_' L_' _' _' `' `' #a' $a' 3a' Ea' Xa' Ya' ^a' fa' ka' la' qa' ya' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' b' b' b' b' b' b' b' b' d' d' e' e' df' ef' f' f' Fg' Gg' g' g' h' h' h' j' j' k' k' l' m' m' (n' o' o' p' p' r' ,r' 9r' Fr' Sr' dr' ur' r' r' r' r' r' r' r' r' r' 	s' 9t' :t' t' t' Yu' Zu' ,x' -x'  y' y' Fy' y' y' y' $z' Qz' z' z' z' {' {' {' {' |' |' |' }'  ~' 
~' ~' H~' R~' \~' ]~' ~' ~' ~' ~' ~' ~' ~' 
' ' =' d' ' ' ' ' ' =' ' ' ' ' ' ' ' ' ' ' ' &' Y' c' m' n' ' ' ' Á' Ł' Ɓ' ǁ' Ё' ' ' B' m' ' т' W' ' Ѓ' у' ҃' ' ' ' ' ' ' ;' E' O' P' ~' ' ' ' ' ' ' ' ' ' ' &' Q' ' ' ;' ' ' ' ' ǆ' Ն' ֆ' ׆' ؆' ' ' ' L' V' `' a' ' ' ' ' ' ' ' ' Ƈ' ' ' 8' f' ' ň' ' 9' :' ;' L' Z' [' \' f' q' ' ' ' ' ' ' ' ' ' ' '  ' _' k' ' ' ' ' ,' c' ' ' ' ̋' ͋' ΋' ' %' /' :' m' w' ' ' ' ' ' ' ƌ' ǌ' Ќ' ҍ' Ӎ' ' #' Y' 
' ' ' N' O' P' Q' R' S' ' 4' 5' i' ' ' ' a' ' ' ' ' ' N' X' b' c' ' ' ' ѓ' ' ' ' ' ' ' ' ' Ŕ' Ɣ' ǔ' ؔ' ' ' ' ' +' ;' <' =' >' f' ' ' ' ' Օ' ֕' ו' ؕ' ' ' 2' `' a' b' s' ' ' ' ' ˖' ۖ' ܖ' ݖ' ޖ' ߖ' ' ' ' ' ' ' -' .' S' f' y' z' {' |' ' ' d' w' ]' ^' _' `' q' .' 5' >' ?' G' \' q' ' ' ' ǚ' ' ' ' ' -' ?' Y' s' ' ' ' ' ' ' ' ' '' :' M' N' O' P' Y' Ĝ' ' f' g' h' y' Ý' ʝ' ӝ' ԝ' ܝ' ' ' ' 2' L' \' v' ' ' ' ' Ԟ' ' ' ' 2' L' M' N' O' w' ' ' ' ȟ' ۟' ܟ' ݟ' ޟ' ' m' ' Ѡ' ' ' ' ' ' ̡' '  ' H' a' ' ' ' ' ' ' ¢' ˢ' u' ' ' )' Ǥ' Ȥ' ɤ' ʤ' ۤ' .' /' W' X' }' ' ' ' ɥ' ʥ' ˥' ̥' ե' ' Ѧ' ' ^' ' ' ' ' c' d' k' t' u' }' ' ' ' Ө' ' ' ' 1' 9' N' c' u' ' ' ' ө' ' ' ' ' ' T' U' }' ~' ' ' ' ʪ' ݪ' ު' ߪ' ' ' ' ' >' R' ' ' ' ' ' ' ' ' ' ' ' ' ή' ' ' ' )' :' T' n' ' ' ' ' ˯' ' ' ' &' 7' Q' k' |' ' ' ' ' ' °' հ' ' ' ' !' "' #' $' -' ' H' ' ' /' ' ' M' ' R' ' ' ' ' >' U' ' ' ' ' =' i' ' ' ' ' ' ' ' ' !' 6' K' ]' w' ' ' ' ָ' ' ' ' ,' 4' I' ^' s' ' ' ' ʹ' ' ' ' )' :' T' U' V' W' ' ' ' ' ' ̺' ߺ' ' ' ' ' ' ' ' ' ' ' r' ' ' ' ' ' *' O' f' ' ' ' ' ' ' <' C' L' M' U' g' y' ' ' ' ' ' ' 
' !' 2' H' Y' p' q' y' ' ' ' ' ' ' ' ' .' E' V' l' }' ' ' ' ' ' ' ' ' ' ' ' !' "' #' ,' >' ' ' V' ' ' Y' x' ' ' %' ' `' ' ' ' ' ' ' ' ' 9' X' w' ' ' ' ' 3' 4' E' ' ' ' ' ' ' ' ' ' ' ' ' 4' V' W' y' ' ' ' ' ' ' 9' ^' _' `' a' ' K' M' ' ' ' 2' y' ' ' ' p' ' ' ' ' ' ' ' 1' 2' f' ' ' ' ^' ' ' ' 
' ' K' U' _' `' ' ' ' ' ' ' ' ' ' ' *' M' ' ' ' ' !' O' P' a' b' c' ' ' ' ' ' ' ' ' ' ' ' '' ' ' ' ' ' ' ' ' 
'  ' 3' 5' 6' 7' @' ^' ' ' ' ' ' ' A' B' U' h' {' ' ' ' ' ' ' B' ' ' ' ' ' ' ' ' ' ' ' ' ' ' (' j' ' ' ' _' ' ' -' |' ' ' ' ' ' ' %' /' 0' X' Y' ~' ' ' ' ' ' ' ' H' y' ' ' ' ' <' =' N' {' ' ' ' ' ' ' ' ' ' ' ' ' ' )' +' ,' B' C' L' ' ' ' $' =' P' ' ' ' ' ' ' %' &' '' 8' l' s' {' |' ' ' ' ' ' ' ' ' ' (' ;' =' >' ?' H' ' ' ' +' f' q' ' ' ' ' ' ' ' ' B' C' k' l' ' ' ' ' ' ' ' ' 4' q' ' ' G' Y' ' ' ' ' +' ,' -' >' k' l' m' n' ' ' ' ' ' ' ' `' ' ' ' K' ' ' ' 
' F' ' ' ' ' ' ' ' N'  ' :' ;' n' "' #' X' m' ' ' ' ' ' ' e' ' ' #' `' ' ' M' ' ' % ( & ( 1 ( = ( L ( X ( k ( o ( p ( q ( r ( s ( t ( u ( v ( w (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  ( ( ;( @( ( ( ( ( ( ( ( ( P( T( ( ( ( ( ( ( ( ( 4( 9( `( a( f( ( ( ( ( ( ( ( ( +( ,( /( 9( :( =( F( G( H( Y( ^( f( m( t( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( u( v( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( '( A( B( M( Z( [( e( r( s( t( u( v( w( x( y( ( ( ( ( ( ( ( ( ~( ( q( r( I	( J	( a
( j
( 
( 
( 
( 8( 9( E( ( ( ( ( ( ( ( ( ( '( _( ( 
( 
( ( ( ( ( ( &( ( ( X( ( (( )( ( C( ( ( (  ( ( ( z( {( ( ( ( 5( W( p( ( ( ( ( ( P( Q( ( ( ( ( ( "( #( t( ( ( ( ( ( ( [( ( ( ( @( }( ( ( ( ( >( ?( ( ( / ( 0 ( !( !( "( "( #( #( |$( }$( $( $( X%( &( Y'( Z'( '( '( D)( H)( I)( _)( `)( t)( u)( v)( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )(  *( *( *( *( *( 1*( 3*( 8*( 9*( N*( P*( U*( V*( p*( r*( w*( x*( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( ,( ,( ,(  -( :-( n-( -( -( -( .( .( K.( c.( .( .( .( .( 0/( N/( /( /( /( /( /( 30( 40( 50( 60( X0( a1( b1( x1( 1( 1( 1( 1( 1( 
2( 2( ,2( :2( M2( N2( l2( 2( 2( 2( 2( 2( 2( 3( *3( +3( 3( 3( 3( 3( 3( 3( 3( 3( 4( 34( 44( J4( `4( v4( 4( 4( 4( 4( 4( 4( 4( 4( 4( 5( '5( (5( =5( >5( ?5( @5( Q5( q5( r5( s5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 6( 6( (6( S6( l6( 6( 6( 6( 6( 6( 6( 6( 6( 6( 6( !7( "7( #7( $7( %7( &7( /7( N7( O7( c7( d7( 7( 7( 7( 7( 7( 7( 7( 7( 7( 8( 8( 8( 8( 8( 8( '8( p8( q8( &9( '9( (9( 99( Y9( Z9( [9( \9( |9( 	:( =:( S:( T:( ^:( i:( :( :( :( :( :( :( ;( ;( H;( I;( R;( ;( ;( '<( (<( 7<( <( <( <( <( 0=( s=( t=( =( =( =( =( =( =( =( =( =( >( 1>( 2>( 3>( 4>( 5>( 6>( c>( ?( ?( E?( P?( Z?( e?( o?( p?( ?( ?( ?( @( C@( D@( @( @( @( @( A( A( A( B( =B( KB( [B( \B( gB( lB( mB( wB( |B( }B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( C( 
C( C( C( C( C( C( <C( JC( ZC( [C( fC( kC( lC( vC( {C( |C( C( C( C( C( C( C( C( C( C( C( C( C( C( C( C( C(  D( D( D( D( D(  D( !D( "D( JD( XD( hD( iD( tD( yD( zD( D( D( D( D( D( D( D( D( D( D( D( D( E( E( E( E( E( "E( 'E( (E( 3E( 8E( 9E( CE( HE( IE( JE( cE( qE( E( E( E( E( E( E( E( E( E( E( E( E( E( E( E( 1F( zF( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( %G( 3G( CG( DG( OG( TG( UG( _G( dG( eG( pG( uG( vG( G( G( G( G( G( G( G( G( G( G( G( G( G( G( G( H( H( H( H( H( H( FH( TH( dH( eH( pH( uH( vH( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( I( 
I( I( I( I( I( )I( .I( /I( 0I( I( I( I( I( I( I( I( I( I( J( J( J( J( J( J( 'J( ,J( -J( .J( MJ( [J( kJ( lJ( wJ( |J( }J( J( J( J( J( J( J( J( J( J( J( J( J( J( J( K( 
K( K( K( K( K( &K( +K( ,K( 6K( ;K( <K( =K( XK( fK( vK( wK( K( K( K( K( K( K( K( K( K( K( K( K( K( K( K( #L( FL( GL( L( L( L( L( L( L( UM( VM( M( M( M( M( M( M( M( M( M( -N( QN( cN( eN( |N( }N( N( N( N( N( N( JO( O( O( P( P( %P( 5P( 6P( ZP( [P( lP( P( P( P( Q( 7Q( 8Q( ^Q( Q( Q( Q( Q( Q( Q( Q( Q( 2R( R( R( R( R( R(  S( S( S( S( +S( S( S( S( S( T( T( T( T( T( T( T( U( U( U( U( /V( 9V( CV( DV( jV( V( V( V( V( V( V( V( W( W( W( /W( gW( hW( W( TX( tX( X( X( X( X( X( Y(  Y( 1Y( Y( Y( 3Z( qZ( Z( Z( Z( Z( Z( Z( c[( d[( [( [( [( [( [( [( [( \( \( .\( V\( h\( i\( j\( k\( t\( \( \( \( \( F]( G]( h]( i]( z]( ]( ]( ]( ]( ]( ^( ^( `( `( c( c( d( d( d( f( f( f( f( h( h( h( }i( ~i( k( k( k( Gl( l( l( Um( Vm( ;n( Pn( n( n( n( n( n( n( n( o( 	o( 
o( o( o( #o( $o( )o( 0o( 5o( 6o( ;o( Bo( No( Oo( Wo( _o( do( eo( mo( uo( o( o( o( o( o( o( o( o( o( o( o( o( Vp( Wp( q( q( Ds( Es( t( t( \t( ht( t( t( u( u( 2v( 3v( v( Fx( Gx( Oy( Py( y( +{( ,{( {( K}( U}( ~( ~( ( ( ( ( ( ( ( $( 5( F( G( Z( m( ( ( ( ( ׁ( ؁( u( v( ( ( ʅ( ˅( ( ( ( 4( 5( ( ( ( (  ( i( ( (( )( P( `( m( ( ( ( ( ( ( ( ( ( )( [( \( ^( _( `( i( ( ( ی( ( @( h( s( ( ( ۍ( 5( 6( 7( H( ( ( ( ( ( ( ( Ď( ( ( ( ( :( _( `( a( c( d( e( n( ( ( ( ( K( o( ( ^( n( o( p( ( ( ( ( ( ( ّ( ( ( ( ( B( C( D( E( G( H( I( R( ( ( Ē( ( /( S( ٓ( B( R( S( T( e( s( t( u( v( ( ( ( ( ( ( ( -( T( U( V( W( Y( Z( [( d( ( ( ֕( ( C( c( ( ז( ؖ( ٖ( ( ( ( ( ( ( B( L( V( W( ( ( ( ( ( ( ( ( ( 	( 0( ^( ~( ( ʘ( ( J( K( \( j( k( l( ( Ù( ͙( ؙ( ( ( (  ( I( J( K( M( d( e( n( p( q( ( ( ( ( ( ( ( ( ( ( ( ( !( Ҟ( Ӟ( ( I( ( ( ( N( ( ( ( ( ( (  ( ( )( I( \( o( ( ( ( ( ( ( #( 6( c( d( e( v( ( ( ( ( ɢ( ٢( ڢ( ۢ( ܢ( ( '( :( M( `( s( t( u( v( ( ( У( ( (  ( ( B( I( R( S( i( y( z( {( |( }( ~( ( ( ( ( ( ˤ( ̤( ( ( ( ( ( ( #( `( ( ( ( ( ( ( ( ̧( ӧ( ܧ( ݧ( ( ( ( !( ;( U( e( ( ( ( ( ˨( ݨ( ( ( !( ;( U( V( W( X( ( ( ũ( ة( ( ( ( ( ( b( ( ( ( ( ( a( h( q( r( z( ( ( ( Ы( ( ( ( .( 6( K( `( r( ( ( ( Ь( ( ( ( ( ( -( @( S( f( y( z( {( |( ( ( (( o( ( V( W( X( Y( j( ( ( ( ( $( 7( J( ]( ^( _( `( i( ( ;( ~( Ǳ( e( f( g( h( y( ̲( Ͳ( ( ( ( .( A( T( g( h( i( j( s( H( o( ( ( ( ( ( ( ( ( 	( ( ( ( 0( E( W( q( ( ( ( ϶( ׶( ( ( ( -( G( W( q( ( ( ( ( ( ( ( ( ( /( B( U( h( {( |( }( ~( ( @( ( ܹ( ( ( 0( 1( 2( C( ( )( 0( 9( :( B( W( l( ( ( ( Ǽ( ؼ( ( ( ( 7( ?( T( i( ~( ( ( Ľ( ս( ( 	( ( 4( 5( 6( 7( _( `( s( ( ( ( ( ( ( ¾( ˾( ( ( G( ( (  ( ( ( F( ( F( G( N( ( ( ( #( O( ( ( ( ( ;( <( M( ( ( ( ( ( ( ( ( ( ( /( @( Z( t( ( ( ( ( ( ( ( ( #( =( W( h( ( ( ( ( ( ( ( ( ( ( ( 1( D( W( j( }( ~( ( ( ( G( A( ( ( ,( ( ( ( C( J( ( ( ( ( ( #( B( ( ( ( ( ( ( ( ( ( ( ( )( ;( R( i( ( ( ( ( ( ( ( ( ( ( )( ;( M( _( v( ( ( ( ( ( ( 
( ( 2( 3( 4( 5( ]( ^( q( ( ( ( ( ( ( ( ( ( ( v( ( r( ( ( ( s( ( ( U( ( ( E( ( ( ( V( W( ( ( ( ( U( t( ( ( ( ( ( '( (( L( M( R( T( U( V( _( l( ( ( ( ( ( ( 9( [( }( ( ( ( ( ( ( ( ( 9( ( ( ( a( ( ( ( f( ( ( ( ( ( u( v( :( ;( r( ( ( ( F( }( ( ( K( ( ( ( ( ( ( ( ( &( '( :( M( `( s( u( v( w( ( ( ( "( P( n( ( ( ( ( (  ( ( )( *( =( P( c( v( x( y( z( ( ( ( H( I( Z( [( \( ( ( ( ( ( ( ( ( ( ( (  ( ( ( ( ( ( ( ( ( ( ( ,( .( /( 0( 9( ]( ( m( n( ( ( ( ( ( ?( @( g( h( ( ( ( ( ( ?( w( ( ( ?( ( ( ( o( p( q( {( ( ( ( ( ( ( ( ( /( B( U( W( m( n( w( ( ( )( a( l( ( ( ( ( (  ( (( )( ?( O( P( Q( R( z( {( ( ( ( ( ( ( ( ( ( Y( t( ( ( ( ( &( 1( P( l( ~( ( ( ( ( ( 
( ( ( ( J( a( b( c( d( ( ( ( ( ( ( ( ( ( ( U( }( ( ( ( ( .( Y( ( ( ( ( ( ( ( ( 	( 
( ( 0( C( V( X( Y( Z( c( ( ( ( ( ( ( 2( =( \( ( ( ( ( ( 	 ) 
 )  )  ) 3 ) 4 ) o ) &) X) Y) ) ) 9) :) l) ) T) U) ) ) ) G) v) w) ) ) ) ) ) ) ) ) ) ) ) ) 	) '	) 7	) J	) r	) s	) 	) ) 2) k) ) ) W) ) ) *
) a
) 
) 
) 
) 
) 
) 
) 	) 
) ) ) ) ) ) ) ) ) )) 0) 5) E) F) U) V) W) c) d) e) f) q) u) ) ) ) ) ) ) ) 4) 5) :) g) l) ) ) ) ) ) D) E) J) v) z) ) ) ) ) ) ) ) ) 2) 7) ]) ^) _) i) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) *) .) 5) <) =) >) ?) @) A) B) C) D) E) F) G) H) I) J) K) `) ) ) -) .) G) X) Y) m) o) p) q) r) s) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) $) %) 3) 4) 5) 6) C) U) ) ) ) ) ) ) ) ) () ) ) ) ) ) +) ,) ?) d) e) v) ) ) ) ) ) ) P) Q) >) ?) 4) 5) A) ) ) ) ) _) ) )  )  ) A!) B!) !) !) !) !) #) #) *#) H$) j$) $) $) %) *%) D%) E%) N&) O&) ') ') M() N() () () () () () )) ()) Z)) [)) l)) )) )) )) W*) X*) t*) *) +) u+) :,) ;,) ,) ,) ,) (-) )-) -) -) &/) '/) 0) 0) L1) M1) 2) 2) 52) F2) 2) 3) 4) 4) v5) w5) 6) 6) 6) 6) 6) 7) 7) 7) 7) +7) 87) 97) :7) ;7) <7) =7) A7) B7) C7) D7) ]7) _7) e7) f7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 8) 8) 8) 8) %8) '8) -8) .8) <8) >8) D8) E8) X8) Z8) _8) `8) g8) l8) 8) 8) 8) 8) 8) i:) j:) v:) :) :) ;) &;) Z;) m;) ;) ;) ;) <) 5<) H<) |<) <) <) <)  =) :=) J=) ~=) =) =) =) =) =) =) >)  ?) ?) <?) K?) ^?) _?) x?) ?) ?) ?) ?) ?) ?) 
@) :@) ;@) <@) p@) @) @) @) @) @) /A) 0A) :A) EA) xA) A) A) A) A) A) A) A) A) B) *B) ,B) CB) DB) MB) oB) pB) B) B) B) B) B) B) B) B) B) B) C) C) C) 8C) 9C) :C) ;C) <C) =C) FC) gC) hC) |C) }C) C) C) C) C) C) 
D) D) 4D) ND) OD) dD) eD) vD) D) D) D) D) D) D) D) D) D) D) D) D) E) E) $E) @E) AE) VE) WE) hE) E) E) E) E) E) E) E) E) E) E) F) F) F) F) F) F) F) F) F) F) G) G) G) G) G) G) H) :H) DH) NH) OH) pH) H) H) H) H) H) H) I) I) I) I) I) &J) kJ) lJ) }J) J) K) K) 3K) 4K) 5K) 6K) 7K) 8K) AK) K) K) K) K) K) K) K) K) K) L) L) L) L) L) L) M) 
M) M) nM) M) M) M) M) M) N) RN) N) N) O) O) O) O) O) O) O) O) P) 
P) P) P) P) P) &P) +P) ,P) 6P) ;P) <P) =P) [P) iP) yP) zP) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) Q) 	Q) 
Q) Q) Q) Q) %Q) *Q) +Q) 5Q) :Q) ;Q) <Q) ^Q) lQ) |Q) }Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) R) R) R) R) R) "R) 'R) (R) 3R) 8R) 9R) CR) HR) IR) JR) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) S) S) S)  S) +S) 0S) 1S) ;S) @S) AS) LS) QS) RS) \S) aS) bS) cS) S) T) :T) HT) XT) YT) dT) iT) jT) tT) yT) zT) T) T) T) T) T) T) T) T) T) T) T) T) T) T) T) U) U) U) U) U) U) #U) $U) %U) RU) `U) pU) qU) |U) U) U) U) U) U) U) U) U) U) U) U) U) U) U) V) V) V) V) V) V) #V) $V) /V) 4V) 5V) ?V) DV) EV) FV) lV) zV) V) V) V) V) V) V) V) V) V) V) V) V) V) V) V) :W) ;W) jW) xW) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) 	X) 
X) X) X) X) %X) *X) +X) 6X) ;X) <X) FX) KX) LX) MX) yX) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) Y) Y) Y)  Y) %Y) &Y) 0Y) 5Y) 6Y) AY) FY) GY) QY) VY) WY) XY) |Y) Y) Y) Y) Y) ;Z) <Z) IZ) JZ) KZ) nZ) Z) Z) ([) :[) ;[) E[) P[) [) [) [) [) [) [) \) \) \) \) $\) x\) y\) \) \) \) G]) }]) ]) ]) ]) ]) ]) ]) ]) 
^) [^) t^) ^) ^) ^) ^) ^) +_) ,_) -_) ._) /_) 8_) _) _) _) /`) :`) V`) o`) `) `) `) `) `) `) a) a) a) a) a) ;b) <b) pb) b) b) b) c) c) c) c) c) c) c) c) d) 7d) Id) [d) \d) ]d) ^d) gd) d) d) d) d) e) e) e) e) f) 3f) Yf) vf) f) f) f) f) f)  g) vg) g) h) Rh) Sh) Th) Uh) {h) |h) i) i) 6i) Hi) Ii) Si) ^i) i) i) i) i) i) i) j) j) j) 	j) j) sj) tj) j) j) j) j) k) k) k) ck) dk) ek) fk) k) ,l) Pl) n) n) q) *q) Ur) Vr) gr) s) s) nt) ot) u) u) u) w) w) y) y) y) y) z) z) z) z) {) {) _|) `|) o|) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) }) }) }) }) })  }) (}) /}) 4}) 5}) =}) D}) P}) Q}) R}) S}) }) }) L) M) ) ) ) ) ) ) ) ) 9) :) Ѓ) у) #) ) ) ) ) ?) Ɉ) ʈ) d) ) ) 9) :) [) h) u) ) ) ) ) ) Ӎ) ) ) ) ) ") 9) :) E) u) v) ) ) ) ) h) i) <) M) ) Ҕ) Ӕ) 2) `) ) ) ) ) W) Ɩ) ǖ) ) ) ) 7) ;) <) F) Q) ) ) ) ) Ǚ) ) ) ) ) ) ) F) R) y) ) ޚ) ) ) J) T) y) ӛ) ԛ) ՛) ) ) ) )  ) L) M) W) b) ) ) ) ) ؜) ) ) ) ) ) ) ) K) W) ~) ) ) 
) ) ) ) 
) ) ) -) .) /) 9) D) w) ) ) ) ) ) ) ) ) ) ) ) ) /) ;) b) ) ͠) ) w) ) ) ) ) ) ) ) ) ) @) J) U) ) ) ) ) ˢ) ) ) ) ) ) ) ) ) A) M) t) ) ) ) 9) u) v) w) ) ) ) ) ) ) ) ) ) ) #) M) N) O) Q) R) S) \) ) ) Υ) ) ) K) h) ) ) ) ) ) 	) 
) D) a) k) v) ) ) ) ) ) ) ) ) ) ) ) ) )  ) _) ) F) G) X) ) ) ) ) ) ) ) p) q) ) ) ) V) ) ) A) B) L) W) ) ) ) ) Ǯ) ) ) 
)  ) 3) 5) L) M) V) ) ԯ) ) ) ) ) A) H) P) Q) g) w) x) y) z) ) Ű) ذ) ) ) ) ) ) ) ) @) n) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  ) H) i) j) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) j) q) z) {) ) ) ) ) ٵ) ) ) ) 7) ?) T) i) {) ) ) ) ٶ) ) ) ) ) ) >) c) v) ) ) ) ) )  ) .) ) ) ) ) ) ) ) ) ) -) B) T) n) ) ) ) ̹) Թ) ) ) ) *) D) T) n) ) ) ) ) ) ˺) ޺) ) ) ) ) ) ) #) ) ƻ) 
) V) ) ) ) ) ) [) \) ) ) ½) ս) ) ) ) ) ) ) ) پ) ) e) ) ) ) ) ) j) k) ) ) ) ) ) ) ) ) ) ) ) ) 
) Q) ) 9) :) ;) L) ) ) ) ) ) ) ) ) ) ) )) 9) S) m) u) ) ) ) ) ) ) ) )) *) +) ,) =) ) ) ) ) ) ) ) ) ) ) ) ) %) ) >) z) ) !) ) ) ) ) K) ) ) ) ) ) ) 
) ) 1) K) e) v) ) ) ) ) ) ) ) ) .) H) b) s) ) ) ) ) ) ) ) ) ) ) $) 7) J) ]) ^) _) `) i) -) ) ) 8) k) ) 4) ) ) ) ) ) ) +) z) ) ) ) !) M) y) ) ) ) ) /) 6) ?) @) H) ]) r) ) ) ) ) ) ) ) #) =) N) h) p) ) ) ) ) ) ) )  ) :) K) e) v) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ') ) ) G) ) ) 7) ) *) ) ) () G) f) ) ) ) ) !) ") #) 4) x) ) ) ) ) ) ) ) ) ) ) ) /) F) ]) n) ) ) ) ) ) ) ) ) ) ) +) B) S) j) ) ) ) ) ) ) ) ) ) ) ) ") 5) H) [) ]) ^) _) h) z) B) ) ) ) J) ) ) ) /) a) ) ) ) ) P) Q) X) ) ) 5) u) ) ) ) ) 1) P) o) p) ) ) ) ) ) ) ) ) ) ) 
) ,) N) p) ) ) ) ) ) ) 0) 1) B) u) ) ) ) ) ) ) ) ) ) 6) n) ) ) Y) Z) ) S) T) ) ) ) ) ) m) n) ) ) ) S) ) ) >) ?) I) T) ) ) ) ) ) ) ) ) ) ) ) ) ) ) f) ) ) ) ) &) ]) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !) ?) c) ) ) ) ) ) ") #) 6) I) \) o) q) r) s) |) ) ) A) B) S) T) U) }) ~) ) ) ) ) ) ) ) ) ) ~) ) ) ) ) )  ) Q) ) ) ) ) 7) /) 0) d) ) )  * Z *  *  * "* i* * 
* * * * $* W* a* k* l* * * * * * * * * * * * * * * 
* 6* x* y* * * * * * * * * * * * * ,* ?* R* e* g* h* ~* * * * * C* `* y* * * * * 
* * B* a* b* c* t* * * * * * *  * * * ** +* >* Q* d* w* y* z* {* * * 	* U	* g	* 	* 	* 	* 	* 9
* =
* >
* ?
* @
* Q
* ~
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* * p* * * R* * * * * * %
* g
* h
* i
* z
* 
* 
* 
* 
* 
* 
* 
* * * * 0* * * * 
* * * * H* I* * * * * M* * L* M* * <* v* w* * ^* _* * * * * * * * W* * * 	* _* * * 1* * * * a* b* m* y* * * * * * * * * * * * * * * * * * * * * * * * * * * &* .* :* ;* @* w* |* * * * * 
* O* P* U* * * * * * * * 2* 3* 8* p* u* * * * * * * * * * V* [* g* h* k* u* v* y* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  *  *  *  *  *  *  * !* 
!* !* !* !* !* !* !*  !* )!* -!* .!* A!* M!* N!* O!* P!* Q!* c!* }!* ~!* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* "* "* #* #* $* $* %* %* %* &* ,&* t&* u&* &* &* &* &* '* '* '* T'* U'* V'* c'* '* 2(* (* (* )* )* ** ** ** b+* +* .,* ,* ,* d-* e-* $.* .* .* .* /* </* =/* P/* 0* 0* 0* 1* 2* q2* 2* 2* 2* 2* 2* 3* 3* 5* 5* 5* 5* 76* C6* R6* ^6* _6* 6* 6* 6* 6* 
7* S7* X7* 7* 7* 7* 8* |8* 8* 9* 9* 9* *:* z:* {:* :* :* k;* l;* <* <* 3>* 4>* >* >* ?* ?* ?* ?* @* NA* B* B* C* C* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* E* E* E* E* $E* %E* 3E* 5E* ;E* <E* OE* QE* WE* XE* mE* oE* tE* uE* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* F* 
F* %F* &F* 'F* (F* )F* H* H* H* \H* vH* H* H* H* I* ?I* SI* I* I* I* I* J* 8J* lJ* J* J* J* J* K* ;K* oK* pK* qK* rK* K* L* L* L* L* L* L* L* M* IM* JM* hM* vM* M* M* M* M* M* M* N* $N* :N* PN* fN* gN* N* N* N* N* O*  O* *O* +O* RO* oO* pO* O* O* O* O* O* O* O* O* 
P* P* "P* #P* GP* cP* dP* yP* zP* {P* |P* P* P* P* P* P* P* P* P* P* P* P* Q* Q* Q* Q* 5Q* QQ* RQ* dQ* Q* Q* Q* Q* Q* Q* R* R* R* 4R* 5R* 6R* ]R* ^R* _R* `R* aR* bR* kR* R* R* R* R* R* R* R* R* R* S* &S* 'S* (S* US* VS* WS* XS* YS* ZS* cS* S* S* bT* cT* dT* uT* T* T* T* T* T* EU* yU* U* U* U* U* U* U* U* U* V* ;V* QV* SV* V* V* V* &W* 'W* cW* dW* sW* W* 	X* 
X* X* lX* X* X* X* X* X* X* X* X* X* :Y* ;Y* LY* mY* nY* oY* pY* qY* rY* Y* ?Z* @Z* Z* Z* Z* Z* Z* Z* [* #[* ;[* R[* [* [* [* [* 6\* 7\* !]* "]* 9]* N]* y]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ^* ^* ^* #^* (^* )^* 3^* 8^* 9^* D^* I^* J^* T^* Y^* Z^* [^* x^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* 
_* _* _* &_* +_* ,_* 6_* ;_* <_* G_* L_* M_* W_* \_* ]_* ^_* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* $`* 2`* B`* C`* N`* S`* T`* ^`* c`* d`* o`* t`* u`* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `*  a* a* ma* a* a* a* a* a* b* b* b* b* b* b* #b* (b* )b* 3b* 8b* 9b* :b* ab* ob* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* c* c* c* c*  c* *c* /c* 0c* ;c* @c* Ac* Kc* Pc* Qc* Rc* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* 
d* d* (d* )d* 4d* 9d* :d* Dd* Id* Jd* Ud* Zd* [d* ed* jd* kd* ld* d* d* e* e* &e* 'e* 2e* 7e* 8e* Be* Ge* He* Se* Xe* Ye* ce* he* ie* je* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* f* %f* 5f* 6f* Af* Ff* Gf* Qf* Vf* Wf* bf* gf* hf* rf* wf* xf* yf* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* g* :g* _g* g* g* g* g* g* g* g* h* h* h* h* h* h* h* h* !i* +i* 5i* 6i* ii* i* i* i* i* i* i* j* j* 7j* 8j* j* j* k* @k* Pk* ak* qk* rk* k* k* k* k* l* +l* Dl* sl* tl* l* l* l* l* l* l* l* m* m* nm* m* m* m* 
n* 'n* <n* Tn* Un* Vn* gn* o* o*  o* !o* Jo* o* o* p*  p* 2p* 3p* "q* #q* -q* 8q* kq* uq* q* q* q* q* q* q* q* q* q* r* Jr* Kr* Zr* kr* r* r* "s* s* s* s* s* t* 6t* 7t* [t* \t* mt* t* u* ou* u* u* u* u* u* v* v* v* v* v* v* v* v* v* /w* 9w* Cw* Dw* jw* w* w* w* w* w* w* x* x* 2x* 3x* x* x* x* x* x* y* y* y* y* 4y* y* y* #|* $|* ~* ~* * * * K* L* * 
* @* A* S* * *  * !* 6* * #* &* * * w* * * * 
* * 2* 3* 8* @* E* F* K* S* _* `* e* l* q* r* w* ~* * * * * * * * * * * Ɗ* ͊* Ҋ* ӊ* ۊ* * * * * * * * * * * * >* ?* * *  * !* א* ؐ* n* o* * * * * * ݔ* g* h* * * * י* ؙ* * * *  * -* >* O* `* q* * * * * * כ* ؛* * * * * * 3* 4* * * ڡ* *  * p* q* Т* * +* [* \* * * d* e* * * * ե* ٦* ڦ* * * "* ,* 6* 7* e* * * * * * * * * * >* |* * * * * * q* r* s* * * * * * * * *  * 3* =* G* H* v* * * * * * * * * * * G* * * 1* * * * * * ˬ* ̬* ͬ* ׬* * * * )* ** X* ~* * * * * * * * ͭ* ٭*  * +* k* * * ~* * * * * * * * * ޯ* * * &* 0* :* ;* i* * * * * * * * * ߰* * * @* * * ױ* * * * &* 4* 5* 6* @* K* ~* * * * * * * * * * * * 9* E* l* * * * * =* * * * * * * * * 	* * G* Q* [* \* * * * * * * * * * * * 3* * * * (* )* ** +* ,* -* ]* * * C* * * * ;* * ߻* * * * (* 2* <* =* e* * * * * Ѽ* Ӽ* * * * _* r* * * * * ߽* * * * * * * * * @* c* v* * * * * * * * ޾* * :* ;* <* M* ~* * * * * * * * * * * * * * * * * * -* @* S* T* U* V* _* * >* Q* 7* 8* 9* :* K* * * * * !* 6* K* ]* w* * * * * * * * * 3* M* ]* w* * * * * * * * * '* (* )* ** 3* * * @* A* B* S* * * * * * * * * * &* 6* P* j* r* * * * * * * * &* '* (* )* Q* i* |* * * * * * * * G* d* * * * * * * * * * "* ;* `* s* * * * * * * O* w* * * * * * * * * 	* 1* 2* W* j* }* * * * * * * * * * 8* * * * * =* >* E* N* O* W* l* * * * * * * * * (* =* O* i* * * * * * * * * .* /* W* X* k* ~* * * * * * * * |* * * ,* * l* m* n* * * e* l* u* v* ~* * * * * * * * .* H* Y* s* {* * * * * *  * * +* E* V* p* q* r* s* * * * * * * * * * * * * "* * * 	* \* * '* * ,* * * * * * /* _* * * * * C* w* x* * * * * * * * * %* 7* Q* k* |* * * * * * * * #* 8* M* _* y* * * * * * * * .* /* 0* 1* Y* Z* m* * * * * * * * * * }* * [* h* * L* * * * * * * )* @* _* ~* * * * * * * &* '* /* A* S* e* w* * * * * * * * "* 3* J* K* S* e* w* * * * * * * * * 0* F* W* n* o* p* q* * * * * * * * * * * * * * * 0* * * 3* R* * * * * :* Y* * * * * * * * * 2* Q* * * * * 
* * * c* d* * * * * * * * * * * * 0* 1* S* u* * * * * * * 8* 9* :* ;* u* %* '* [* * * * S* * * * J* * *  +  + v+ w+ + + + @+ + + + 8+ + + + + + %+ /+ 9+ :+ b+ c+ v+ + + + + + + + + '+ ^+ + + + + )+ *+ ;+ <+ =+ e+ f+ y+ + + + + + + + + + + + + + + + + + + + 
+ + + + + 8+ \+ + + + + + 	+ 	+ /	+ B	+ U	+ h	+ j	+ k	+ l	+ u	+ 	+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ {+ |+ + + + + + 
+ D
+ {
+ 
+ 
+ 9+ {+ + + V+ + + + + + + + 	+ 
+ 2+ 3+ X+ k+ ~+ + + + + + "+ S+ e+ + + + + + (+ U+ \+ d+ e+ {+ + + + + + + + + + + + + + + &+ + + + + + *+ b+ m+ + + + + +  + + + F+ M+ U+ V+ + + + + + + + + + + + + + + "+ + + + + @+ K+ j+ + + + + + + + + + E+ F+ Y+ l+ + + + + + + + K+ + + !+ 3+ n+ y+ + + + + + + E+ F+ G+ H+ o+ p+ + b+ + + + :+ u+ v+ + %+ + + + +  + + + + + !+ !+ !+ ("+ "+ #+ #+ H#+ #+ #+ 2$+ G$+ c$+ s$+ $+ $+ $+ $+ ?&+ n&+ &+ &+ :'+ '+ '+ '(+ f(+ (+ (+  )+ )+ )+ &)+ 2)+ E)+ I)+ J)+ K)+ L)+ M)+ N)+ O)+ P)+ Q)+ e)+ l)+ q)+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ *+ *+ p*+ q*+ v*+ *+ *+ *+ *+ *+ *++ .++ ++ ++ ++ ++ ++ ++ ++ ++ ,+ ,+ :,+ ;,+ @,+ n,+ s,+ ,+ ,+ ,+ ,+ ,+ ,+ -+ -+ 	-+ -+ -+ -+  -+ !-+ "-+ 3-+ 8-+ @-+ G-+ N-+ Z-+ [-+ f-+ j-+ q-+ x-+ y-+ z-+ {-+ |-+ }-+ ~-+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ O.+ P.+ i.+ j.+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ /+ /+ /+ '/+ 4/+ 5/+ ?/+ L/+ M/+ N/+ O/+ P/+ Q/+ R/+ S/+ `/+ a/+ o/+ p/+ q/+ r/+ /+ /+ X0+ Y0+ K1+ L1+ #2+ $2+ ;3+ D3+ d3+ 3+ 3+ 4+ 4+ 4+ g4+ h4+ {4+ 4+ 4+ 4+ 4+ 4+ 4+ 5+ 95+ 5+ 6+ 6+ z7+ {7+ p8+ q8+ }8+  9+ [9+ 9+ 2:+ :+ ;+ ;+ ;+ <+ }<+ ~<+ <+ <+ <+ <+ T>+ U>+ f>+ ?+ ?+ @+ 1@+ J@+ f@+ @+ @+ A+ A+ *C+ +C+ C+ C+ C+ C+ C+ C+ C+ ND+ dD+ D+ D+ D+ D+ D+ 5E+ E+ E+ E+ F+ WF+ F+ vG+ wG+ G+ H+ H+ dH+ eH+ 	I+ 
I+ bJ+ cJ+ K+ K+ L+ L+ VM+ WM+ qM+ M+ 2N+ N+ 3P+ 4P+ P+ P+ R+ "R+ #R+ 9R+ :R+ NR+ OR+ PR+ YR+ gR+ tR+ uR+ vR+ wR+ xR+ yR+ }R+ ~R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ S+ 
S+ S+ S+ (S+ *S+ /S+ 0S+ JS+ LS+ QS+ RS+ aS+ cS+ iS+ jS+ xS+ zS+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ U+ U+ U+ U+ V+ HV+ bV+ V+ V+ V+ V+ %W+ =W+ qW+ W+ W+ W+ 
X+ (X+ \X+ vX+ X+ X+ X+ 
Y+ Y+ Y+ Y+ 2Y+ ;Z+ <Z+ RZ+ xZ+ Z+ Z+ Z+ Z+ Z+ Z+ [+ [+ '[+ ([+ F[+ v[+ w[+ x[+ [+ [+ [+ [+ \+ \+ k\+ l\+ v\+ \+ \+ \+ \+ \+ \+ 
]+ ]+ $]+ :]+ P]+ f]+ h]+ ]+ ]+ ]+ ]+ ]+ ]+ ]+ ]+ ^+ ^+ ^+ ^+ ^+ ^+ +^+ K^+ L^+ M^+ t^+ u^+ v^+ w^+ x^+ y^+ ^+ ^+ ^+ ^+ ^+ ^+ ^+ ^+ _+ -_+ F_+ [_+ p_+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+  `+ 	`+ (`+ )`+ =`+ >`+ ``+ |`+ }`+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ a+ Ja+ Ka+  b+ b+ b+ b+ 3b+ 4b+ 5b+ 6b+ Vb+ b+ c+ -c+ .c+ 8c+ Cc+ vc+ c+ c+ c+ c+ c+ c+ c+ "d+ #d+ ,d+ d+ d+ e+ e+ e+ be+ e+ e+ e+ 
f+ Mf+ Nf+ of+ pf+ qf+ rf+ sf+ tf+ }f+ f+ f+ f+ g+ g+ 
g+ g+ g+ g+ =g+ g+ g+ h+ *h+ 4h+ ?h+ Ih+ Jh+ h+ h+ h+ h+ i+ i+ Yi+ i+ i+ i+ j+ j+ j+ j+ k+ %k+ 5k+ 6k+ Ak+ Fk+ Gk+ Qk+ Vk+ Wk+ bk+ gk+ hk+ rk+ wk+ xk+ yk+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ l+ $l+ 4l+ 5l+ @l+ El+ Fl+ Pl+ Ul+ Vl+ al+ fl+ gl+ ql+ vl+ wl+ xl+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ $m+ 2m+ Bm+ Cm+ Nm+ Sm+ Tm+ ^m+ cm+ dm+ om+ tm+ um+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ n+ n+ 
n+ n+ n+ n+ "n+ #n+ $n+ =n+ Kn+ [n+ \n+ gn+ ln+ mn+ wn+ |n+ }n+ n+ n+ n+ n+ n+ n+ n+ o+ To+ vo+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ 
p+ p+ p+ )p+ .p+ /p+ 9p+ >p+ ?p+ Jp+ Op+ Pp+ Zp+ _p+ `p+ ap+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+  q+ .q+ >q+ ?q+ Jq+ Oq+ Pq+ Zq+ _q+ `q+ kq+ pq+ qq+ {q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ r+ r+ 	r+ 
r+ vr+ wr+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ s+ s+ s+ s+ 's+ 5s+ Es+ Fs+ Qs+ Vs+ Ws+ as+ fs+ gs+ rs+ ws+ xs+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+  t+ t+ t+ t+ t+ t+ t+ 2t+ @t+ Pt+ Qt+ \t+ at+ bt+ lt+ qt+ rt+ }t+ t+ t+ t+ t+ t+ t+ t+ t+ t+  u+ !u+ wu+ xu+ u+ u+ u+ u+ /v+ 0v+ dv+ vv+ wv+ v+ v+ v+ v+ v+ v+ w+ +w+ =w+ ?w+ Vw+ Ww+ `w+ w+ w+ w+ w+ $x+ x+ x+ x+ x+ x+ y+ y+ 4y+ 5y+ Fy+ y+ y+ y+ y+ z+ z+ 8z+ gz+ hz+ iz+ jz+ kz+ tz+ z+ z+ {+ k{+ v{+ {+ {+ {+ {+ {+ {+ {+ |+ |+ |+ |+ |+ |+ w}+ x}+ }+ }+ }+ }+ ~+ ~+ ~+ ~+ 	+ + + + D+ s+ + + + + + + + + + 	+ A+ B+ + .+ N+ o+ + + ԁ+ Ձ+ + + + \+ + 
+ K+ + + + + + + =+ >+ r+ + + + + ̈́+ ׄ+ + + + 0+ B+ C+ D+ E+ N+ + + Ѕ+ х+  + !+ B+ C+ T+ + + + + ҆+ h+ + + + Y+ f+ + + + + + + + ސ+ ߐ+ + W+ X+ + + Ԕ+ !+ + ĕ+ /+ 0+ + *+ + + + + З+ ї+ ֗+ ޗ+ + + + + + + + 
+ + + + + (+ )+ 1+ 9+ >+ ?+ G+ O+ [+ \+ d+ k+ p+ q+ y+ + + + + + 0+ 1+ + + + + ܜ+ ݜ+ 6+ B+ + + u+ v+ + 
+ _+  + !+ )+ *+ {+ + + + %+ /+ u+ v+ + + + + ˨+ ܨ+ + + +  + !+ 4+ G+ ^+ u+ v+ + + + O+ P+ ѫ+ ҫ+ + + x+ + + + + n+ + ɰ+ + + C+ + + + *+ :+ G+ s+ w+ x+ + + + ʴ+ Դ+ մ+ + 5+ 6+ 8+ 9+ :+ C+ + + + ܵ+ + B+ M+ + + + + + + "+ Y+ Z+ [+ \+ + + + + ѷ+ ۷+ + + + 9+ :+ ;+ =+ >+ ?+ H+ + + + + %+ I+ Ϲ+ 8+ H+ I+ J+ [+ i+ j+ k+ u+ + + + Ǻ+ Ⱥ+ + + + + + !+ "+ #+ ,+ k+ w+ + ɻ+ 	+ -+ + + ,+ -+ .+ ?+ M+ N+ O+ P+ |+ + + Ľ+ ν+ ؽ+ ٽ+ + .+ /+ 0+ 1+ 3+ 4+ 5+ >+ }+ + + ޾+ + =+ u+ + + + Ŀ+ ҿ+ ӿ+ Կ+ ޿+ + + &+ 0+ 1+ _+ + + + + + + + + + 
+ 8+ X+ + + + $+ %+ 6+ D+ E+ F+ + + + + + + + + #+ $+ %+ '+ >+ ?+ H+ J+ K+ \+ + + + + + + + + + + + + + + + #+ Z+ + + (+ }+ ~+ + + + + + + + #+ 6+ I+ \+ o+ q+ + + + + + =+ >+ ?+ P+ }+ + + + + + + + + + + + '+ :+ M+ N+ O+ P+ Y+ |+ + + + + + + #+ ,+ -+ C+ S+ T+ U+ V+ W+ X+ Y+ Z+ [+ \+ + + + + + + + + + + :+ + + + + + + + + + + + + + + + + /+ ?+ Y+ s+ {+ + + + + + + + /+ 0+ 1+ 2+ Z+ z+ + + + + + + + <+ j+ + + + + ;+ B+ K+ L+ T+ i+ ~+ + + + + + + + %+ :+ L+ f+ + + + + + + + + + + -+ @+ S+ T+ U+ V+ _+ + + I+ + 0+ 1+ 2+ 3+ D+ + + + + + + $+ 7+ 8+ 9+ :+ C+ + + X+ + ?+ @+ A+ B+ S+ + + + + + + + .+ A+ B+ C+ D+ M+ "+ I+ + + u+ v+ w+ + + + + + + + 
+ + 1+ K+ e+ u+ + + + + + + + !+ 1+ K+ e+ f+ g+ h+ y+ + + + + 	+ + /+ B+ U+ V+ W+ X+ a+ + z+ + + ]+ 
+ + + + + + 
+ + + + 1+ F+ [+ m+ + + + + + + + + .+ C+ X+ j+ + + + + + + + + + + 9+ :+ M+ `+ s+ + + + + + + i+ + !+ t+ + + p+ +  + +  + !+ (+ g+ + + + )+ ]+ + + + + + '+ k+ r+ {+ |+ + + + + + + 	+ + 4+ N+ _+ y+ + + + + + + + + 1+ B+ \+ v+ + + + + + + + + + + + 1+ D+ W+ X+ Y+ Z+ c+ !+ + + + + s+ + f+ + $+ d+ + + + + + + ]+ ^+ _+ p+ + + + + + + + + + ,+ C+ Z+ k+ + + + + + + + + + + '+ 9+ P+ g+ ~+ + + + + + + + 
+ + + 7+ 8+ K+ ^+ q+ + + + + + + + ~+ P+ + L+ + + + M+ k+ + / ,  , , , , , , 0, 1, q, , , , /, N, m, , , , , , , &, ', ,, ., /, 0, 9, F, h, , , , , , , 5, W, l, m, ~, , , , , , 	, 
, 
, 
, ;, r, , , @, , , , 
, 
, O, P, , , L, , , ,  , W, , , %, z, {, , , , , , ,  , , , ', :, M, O, P, Q, Z, , , , *, H, b, , , , , , , , , , *, =, P, R, S, T, ], {, , ", #, 4, 5, 6, ^, _, r, , , , , , , , , , }, ~, , , , , , , , , , , 	, 
, , 7, , G, H, Y, Z, [, \, , , , A, B, s, k, l, , , , Q, , , , ^, , , I, J, K, U, `, , , , , , , , 	, , /, 1, G, H, Q, , , , ;, F, r, , , , , ,  ,  ,  , ) , * , + , , , T , U , h , { ,  ,  ,  ,  ,  ,  ,  , 3!, N!, !, !, !, !,  ", ", *", F", X", ~", ", ", ", ", ", ", ", ", $#, ;#, <#, =#, >#, f#, g#, z#, #, #, #, #, #, #, #, /$, W$, $, $, $, $, %, 3%, u%, y%, z%, {%, |%, %, %, %, %, %, %, 
&, &, 0&, 2&, 3&, 4&, =&, &, &, [', ', ', ', (, (, 6(, a(, (, (, (, (, (, (, (, (, 
), ), I),  *, 2*, 3*, l*, *, +, +, F+, +, .,, /,, ,, ,, ,, !-, P-, Q-, -, [/, /, /, /, x0, 0, 0, 0, 1, 1, 1, 1, 2, 2, $2, L2, M2, 2, 3, 4, E4, 4, 4, 15, m5, 5, 6, ;6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 
7, 7, 7,  7, /7, 07, 17, =7, >7, ?7, @7, K7, O7, b7, j7, v7, w7, |7, 7, 7, 8, 8, 8, A8, F8, 8, 8, 8, 8, 8, 9, 9, $9, P9, T9, n9, o9, t9, 9, 9, 9, 9, 9, :, :, 7:, 8:, 9:, C:, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;,  ;, !;, ";, #;, $;, %;, :;, ;, ;, <, <, !<, 2<, 3<, G<, I<, J<, K<, L<, M<, U<, [<, \<, e<, i<, j<, }<, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, 
=, =, =, =, =, /=, =, =, >, >, ?, ?, @, @, A, [A, hA, A, A, A, B, B, B, >B, ?B, PB, B, B, B, B, B, nC, *D, +D, E, E, F, F, F, F, F, jG, G, 9H, H, H, `I, I, J, J, ZJ, xJ, yJ, J, K, K, L, "M, DM, M, M, M, N, N, N, (O, )O, P, P, 'Q, (Q, sQ, Q, Q, Q, Q, Q, R, 4R, 5R, FR, R, R, R, 1S, 2S, NS, S, S, OT, U, U, fU, U, U, V, V, V, V,  X, X, oY, pY, &Z, 'Z, Z, Z, [,  [, [, \, ], ], P^, Q^, _, _, _, _, _, _, _, _, _, `, `, `, `, `, `, `, `, `, `, `, 7`, 9`, ?`, @`, Y`, [`, ``, a`, o`, q`, w`, x`, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, a, a, a, a, a, a, a, 2a, 4a, 9a, :a, Aa, Fa, aa, ba, ca, da, ea, Cc, Dc, Pc, c, c, c,  d, 4d, Gd, {d, d, d, d, e, "e, Ve, te, e, e, e, f, $f, Xf, wf, f, f, f, f, f, g, g, g, h, %h, 8h, 9h, Rh, h, h, h, h, h, h, h, i, i, i, Ji, `i, vi, i, i, i, 	j, 
j, j, j, Rj, \j, fj, gj, j, j, j, j, j, j, k, k, k, k, 'k, Ik, Jk, ^k, _k, k, k, k, k, k, k, k, k, k, k, k, l, l, l, l, l, l,  l, Al, Bl, Vl, Wl, ql, l, l, l, l, l, l, m, (m, )m, >m, ?m, Pm, pm, qm, rm, m, m, m, m, m, m, m, m, m, m, m, m, n, n, 0n, 1n, Bn, bn, cn, dn, n, n, n, n, n, n, n, n, n, o, o, o, o, o, o, o, o, o, p, p, p, p, p, p, q, q, (q, )q, Jq, wq, q, q, q, q, q, br, cr, r, r, r,  s, Es, Fs, Ws, s, s, s, 
t, t, t, t, t, t, t, vt, wt, t, t, t, t, t, t, t, t, {u, |u, u, u, u, u, u, u, Hv, _v, wv, v, v, v, v, ,w, rw, sw, ]x, ^x, ux, x, x, x, x, x, x, x, x, x, x, x,  y, y, y, y, y, y, y, 5y, Cy, Sy, Ty, _y, dy, ey, oy, ty, uy, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, z, z, z, z, z, z, 8z, Fz, Vz, Wz, bz, gz, hz, rz, wz, xz, z, z, z, z, z, z, z, z, z, z, z, z, z, z, z, {, {, 
{, {, {, {, "{, #{, ${, `{, n{, ~{, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, |, 
|, |, |, |, |, &|, +|, ,|, 6|, ;|, <|, =|, |, |, }, "}, 2}, 3}, >}, C}, D}, N}, S}, T}, _}, d}, e}, o}, t}, u}, v}, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, ,~, :~, J~, K~, V~, [~, \~, f~, k~, l~, w~, |~, }~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, 	, , , , , ,  , F, T, d, e, p, u, v, , , , , , , , , , , , , D, R, b, c, n, s, t, ~, , , , , , , , , , ŀ, Ӏ, , , , , , , , , , , ,  , %, &, ', S, a, q, r, }, , , , , , , , , , , , , Ё, ށ, , , , ,  , 
, , , ,  , !, +, 0, 1, 2, V, v, , , , , , #, $, %, H, ̓, ΃, , , , , *, ], g, q, r, , Ʉ, ۄ, ݄, , , , R, S, s, t, , !, W, |, , , , , ҆, ӆ, , 5, N, g, , , , և, , , , , 	, , Z, [, , 	, , 0, I, c, x, , , , , Z, [, \, ], , , , J, \, n, o, ^, _, i, t, , , , , , , #, 5, 6, 7, 8, A, , , , , ߍ, , ^, ̎, , 
, 3, P, r, s, , , , , P, , , ,, -, ., /, U, V, ۑ, ܑ, , ", #, -, 8, k, u, , , , Β, , , , , , M, N, n, o, , , , , , =, >, ?, @, p, , *, _, `, , , /, 0, A, , , H, I, |, }, , , , \, ], r, , _, b, ͣ, Σ, , Ȥ, 9, :, I, [, n, o, t, |, , , , , , , , , , , , , ƥ, ǥ, ϥ, ץ, ܥ, ݥ, , , , , , 	, , , , , *, +, ,, -, Φ, Ϧ, &, ', , , z, {, Ԫ, , \, ], , , , , , , , ǯ, ȯ, , , , >, ó, ͳ, , , 5, B, O, \, i, z, , , , , , Ҷ, , , , , , O, P, , , o, p, B, C, , ', \, , , , :, g, , , , 1, , , ȿ, , , , , ,  , +, ^, h, r, s, , , , , , , ,  , ,, S, z, , , , $, ., S, , , , , , , , , &, ', 1, <, o, y, , , , , , , , , , , %, 1, X, , , , m, , , , , , , , 	, , , Q, [, e, f, , , , , , , , , , 	, , <, g, , , Q, , , , , , , , , , , $, /, b, l, v, w, , , , , , , , , , , ', N, |, , , , O, P, Q, b, p, q, r, |, , , , , , , ', (, ), +, ,, -, 6, u, , , , , %, B, y, , , , , , , , ;, E, P, , , , , , , , , , , , , , , 9, o,  , !, 2, d, e, f, g, h, i, , J, K, , , , 0, w, , , , &, 1, d, n, x, y, , , , , , 
, , &, ', 0, , , , , , , , ", *, +, A, Q, R, S, T, |, , , , , , , , , , , H, v, w, x, , , , , , , , , , , , , , , , , ", C, D, i, |, , , , , , , z, , s, t, u, v, , D, K, T, U, ], r, , , , , , , , , ., C, U, o, , , , , , , , , , =, P, c, d, e, f, o, , , |, }, ~, , , , , , , , , ., H, b, r, , , , , , , , , ., H, b, c, d, e, , , , , , , , , , , , , , 0, , , , , , 5, 6, ^, w, , , , , , , , , , , , ?, , , , , , D, E, m, n, , , , , , , , , , , , +, t, , , , &, y, z, , , , , , , , , , , -, G, O, d, y, , , , , , , , , , , j, k, , , , , , , , , , , , , , T, h, , , , , , %, , , , , , , , , , %, ?, P, j, , , , , , , , , ", <, M, g, , , , , , , , , , , , $, 7, 8, 9, :, C, , ^, , , E, , , c, , h, , , , , T, k, , , , ', S, , , , , 	, , , , ", 7, L, a, s, , , , , , , , (, B, J, _, t, , , , , , , , %, ?, P, j, k, l, m, , , , , , , , , , , , ,  - !- - - - - - - - - !- @- e- |- - - - - - - R- Y- b- c- k- }- - - - - - - 	-  - 7- H- ^- o- - - - - - - - - - - -- D- [- l- - - - - - - - - - - - "- 5- 7- 8- 9- B- T	- 
- 
- l- - $- o- - - 	
- ;
- 
- v- - - *- +- 2- - - - O- n- - - - - *- I- J- [- - - - - - - - - - - - (- J- l- m- - - - - 
- - - O- t- u- v- w- - a- c- - - - H- - - 3- 4- - -- .- - - - - - G- H- |- - - -- t- - - - #- .- a- k- u- v- - - - - - - - - - - @ - c -  -  -  -  !- 7!- e!- f!- w!- x!- y!- !- !- !- !- !- !- !- !- !- !- "- ="- "- "- "- "- "- "- "- #- ##- 6#- I#- K#- L#- M#- V#- t#- #- $- $- -$- .$- /$- W$- X$- k$- ~$- $- $- $- $- $- $- $- X%- %- %- %- %- %- %- +&- &- &- &- &- '- 	(- 
(- >(- (- (- (- 4)- u)- )- )- C*- *- *- *- *- *- *- 1+- ;+- E+- F+- n+- o+- +- +- +- +- +- +- +- +- ^,- ,- ,- ,- ,- -- R-- S-- d-- -- -- -- -- -- -- -- -- -- -- -- .- .- ,.- ?.- A.- B.- X.- Y.- b.- .- .- /- :/- S/- f/- /- /- /- /- /- 0- ;0- <0- =0- N0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- +1- >1- Q1- S1- T1- U1- ^1- 1- 1- /2- A2- |2- 2- 2- 2- 3- 3- 3- 3- 3- +3- X3- Y3- 3- 3- 3- 3- 3- 3- 3- 3- 3- 3- J4- 4- 4- ,5- ]5- o5- 5- 5- 5- 5- A6- B6- C6- T6- 6- 6- 6- 6- 6- 6- 6- 7- 7- 7- 
8- v8- 8- 8- 8- a9- 9- 9- ":- #:- \:- :- :- :- ';- <- &=- '=- d=- >- P>- Q>- >- 8?- 9?- n?- ?- ?- ?- ?- ?- ?- 1@- {A- A- A- 9B- vB- B- C- cC- C- C- ;D- <D- GD- SD- bD- nD- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D-  E- E- E- E- E- QE- VE- E- E- E- E- E- )F- *F- /F- fF- jF- F- F- F- F- F- G- 
G- G- JG- OG- vG- wG- |G- G- G- G- G- G- G- 0H- 5H- AH- BH- EH- OH- PH- SH- \H- ]H- ^H- oH- tH- |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- I- I- I- I- I- I- I- I- I- I- I- I- I- I- I- I- J- J- J- J- 'J- (J- )J- *J- +J- =J- WJ- XJ- cJ- pJ- qJ- {J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- K- K- L- L- _M- `M- wN- N- N- N- O- NO- OO- [O- O- O- O- O- O- O- .P- /P- 0P- =P- uP- Q- Q- Q- R- R- S- S- S- <T- T- U- nU- U- >V- ?V- V- YW- W- W- W- X- X- *X- Y- Y- Y- Z- Z- K[- m[- [- [- [- [- \- \- f^- g^- ^- ^- _- _- ,_- 8_- 9_- _- _- _- _- _- -`- 2`- q`- `- `- `- Va- a- a- b- b- c- Tc- Uc- c- c- Ed- Fd- e- e- 
g- g- g- g- h- h- h- h- ni- (j- ok- pk- k- k- Zm- ^m- _m- um- vm- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- 
n- n- n- n- )n- +n- 1n- 2n- Gn- In- Nn- On- dn- fn- kn- ln- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n-  o- o- o- o- p- p- p- 6q- Pq- q- q- q- q- r- -r- ar- yr- r- r- r- s- Fs- ds- s- s- s- s- t- It- Jt- Kt- Lt- nt- wu- xu- u- u- u- u- u- u- #v- $v- Bv- Pv- cv- dv- v- v- v- v- v- v- w- *w- @w- Aw- w- w- w- w- w- w- x- x- ,x- Ix- Jx- `x- vx- x- x- x- x- x- x- x- x- x- x- !y- =y- >y- Sy- Ty- Uy- Vy- gy- y- y- y- y- y- y- y- y- y- y- y- y- y- y- z- +z- ,z- >z- iz- z- z- z- z- z- z- z- z- {- {- {- 7{- 8{- 9{- :{- ;{- <{- E{- d{- e{- y{- z{- {- {- {- {- {- {-  |- |- |- /|- 0|- 1|- 2|- 3|- 4|- =|- |- |- <}- =}- >}- O}- o}- p}- q}- r}- }- ~- S~- i~- j~- t~- ~- ~- ~- ~- ~- ~- - +- -- ^- _- h-  - - =- >- M- - - - - F- - - - - - - - - - - - &- G- H- I- J- K- L- y- - - [- f- p- {- - - - - - ,- Y- Z- - ʄ- - - - - - (- S- a- q- r- }- - - - - - - - - - - - - ӆ- - - - - - - 
- - - - #- $- .- 3- 4- 5- R- `- p- q- |- - - - - - - - - - - - - և- - - -  - - - - - - !- &- '- 1- 6- 7- 8- `- n- ~- - - - - - - - - - - - - - - - - - - (- -- .- 8- =- >- I- N- O- Y- ^- _- `- y- - - - - - - - - - ĉ- ɉ- ʉ- ԉ- ى- ډ- ۉ- G- - - - Њ- ъ- ܊- - - - - - - - - 
- - - - ;- I- Y- Z- e- j- k- u- z- {- - - - - - - - ʋ- ؋- - - - - - - 	- 
- - - - %- *- +- ,- \- j- z- {- - - - - - - - - - - - - - - - - - - - - - #- $- /- 4- 5- ?- D- E- F- - - - -  - - - - - - !- "- -- 2- 3- =- B- C- D- c- q- - - - - - - - - - - - - Î- Ď- Ŏ- - - - - -  - !- +- 0- 1- <- A- B- L- Q- R- S- n- |- - - - - - - - - - - - ɏ- Ώ- Ϗ- Џ- - - 9- \- ]- - - - - Ð- - k- l- - - - - ȑ- - - - - C- g- y- {- - - - - - - - `- - - - *- ;- K- L- p- q- - Ӕ- - - - M- N- t- - - - - - - - - H- - - Ζ- - - - .- /- 0- A- - - - - $- - - - - - 
- - - - - E- O- Y- Z- - - - Ӛ- Ԛ- ՚- ֚- ߚ- $- %- 4- E- }- ~- - j- - - ќ- - - - 5- 6- G- - - I- - ʞ- ˞- ̞- ͞- - - y- z- - - - ˟- ֟- 	- - - - D- l- ~- - - - - - - - 
- \- ]- ~- - - ۡ- ܡ- ݡ- ޡ- - - Ȣ- - - - - ͨ- Ψ- ߨ- %- &- - - - - -- - - - - - ]- -  - k- l- Q- f- ײ- ز- - - - 
- - - -  - %- -- 9- :- ?- F- K- L- Q- X- d- e- m- u- z- {- - - - - - - - - - - ȳ- ɳ- ʳ- ˳- l- m- ĵ- ŵ- Z- [- - - r- ~- - - - - H- I- - \- ]- e- f- - A- B- ܿ- a- k- - - - - - - - - )- :- K- \- ]- p- - - - - - - - - - 
- - - - - - - J- K- - - - 5- 6- - - >- ?- f- v- - - - - - - - - - - ?- q- r- t- u- v- - - - - - V- ~- - - - - K- L- M- ^- - - - - - - - - 
- - !- "- P- u- v- w- y- z- {- - - - - !- a- - - t- - - - - - - - - - - - - - 2- X- Y- Z- [- ]- ^- _- h- - - - - E- i- - X- h- i- j- {- - - - - - - -  - 
- - - C- j- k- l- m- o- p- q- z- - - - - Y- y- - - - -  - - - - - %- X- b- l- m- - - - - - - - - - - F- t- - - - - `- a- r- - - - - - - - !- +- 5- 6- _- `- a- c- z- {- - - - - - 
- - - - - - - - - - 7- - - - _- - - - d- - - - - - - - - ?- _- r- - - - - - - - 9- L- y- z- {- - - - - - - - - - - - =- P- c- v- - - - - - - - - - - '- X- _- h- i- - - - - - - - - - - - - - - - - -- .- /- 0- 9- v- - +- - - - - %- - - - - - - %- 7- Q- k- {- - - - - - - 
- '- 7- Q- k- l- m- n- - - - - - - - - 
- x- - - - - -- w- ~- - - - - - - -  - - *- D- L- a- v- - - - - -  - - - - +- C- V- i- |- - - - - - !- >- - - l- m- n- o- - - - - - :- M- `- s- t- u- v- - )- Q- - - {- |- }- ~- - - - - - 1- D- W- j- }- ~- - - - ^- - - - - - - - - - - (- )- 1- F- [- m- - - - - - - - - )- C- ]- m- - - - - - - - 	- 1- 2- E- X- k- ~- - - - - - V- - - - - F- G- H- Y- - ? . F . O . P . X . m .  .  .  .  .  .  . . ". 3. M. U. j. . . . . . . . . 0. J. K. L. M. u. v. . . . . . . . . . . . ]. . . 6. . . \. . \. ]. d. . . 	. 9. e. . . . 	. Q	. R	. c	. 	. 	. 	. 	. 	. 	. 	. 	. 
. +
. E
. V
. p
. 
. 
. 
. 
. 
. 
. 
. . '. 9. S. m. ~. . . . . . . 	. 
. . 3. 4. G. Z. m. . . . . . . ]
. W. . 5. B. . &. . Y. `. . . . . . 9. X. . . . . . .  . . 	. . -. ?. Q. h. . . . . . . . 
. $. %. -. ?. Q. c. u. . . . . . . 
.  . 1. H. I. J. K. s. t. . . . . . . . . . . . . 
. . . 
. ,. . . . k. . 3. [. . . . l . m .  .  . !. +!. k!. !. !. !. !. !. !. =". >". b". c". h". j". k". l". u". ". ". ". ". 
#. #. -#. O#. q#. #. #. #. #. #. $. $. $. $. O$. %. &. 5&. w&. &. &. -'. |'. '. '. $(. (. (. ). ). P*. Q*. *. *. *. +. \+. +. +. ,. a,. ,. ,. ,. ,. ,. 	-. -. -. <-. =-. P-. c-. v-. -. -. -. -. -. -. .. 8.. f.. .. .. .. /. /. /. /. /. ?/. @/. S/. f/. y/. /. /. /. /. /. /. /. ^0. _0. p0. q0. r0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 1. 61. 1. 1. 1. 1. 1. 1. 1. 	2. 2. /2. B2. D2. E2. F2. O2. s2. 2. 3. 3. 3. 3. 3. 3. 3. U4. V4. }4. ~4. 4. 5. 5. 5. 6. U6. 6. 6. 7. U7. 7. 7. 08. 8. 8. 8. 8. 8. 8. 8. 8. 8. 9. 
9. 29. E9. X9. k9. m9. 9. 9. 9. 9. -:. ?:. w:. :. :. :. :. ;. /;. 6;. >;. ?;. U;. e;. f;. g;. h;. ;. ;. ;. ;. ;. ;. ;. ;. ;. ;.  <. o<. <. <. <. <. =. <=. G=. f=. =. =. =. =. =. =. =.  >. '>. />. 0>. `>. w>. x>. y>. z>. >. >. >. >. >. >. >. >. >. >. k?. ?. ?. ?. @. %@. D@. o@. @. @. @. @. @. @. @. @. A.  A. 3A. FA. YA. lA. nA. oA. pA. yA. A. %B. B. B. B. 
C. HC. SC. rC. C. C. C. C. C. D.  D. !D. "D. ID. JD. D. <E. nE. oE. E. F. OF. PF. F. F. jG. kG. G. G. G. ]H. H. H. H. J. J. J. K. K. K. K. "L. L. L. M. !M. =M. MM. `M. M. M. M. O. HO. O. O. P. mP. P. Q. @Q. wQ. Q. Q. Q. Q.  R. R. R. #R. $R. %R. &R. 'R. (R. )R. *R. +R. ?R. FR. KR. [R. \R. kR. lR. mR. yR. zR. {R. |R. R. R. R. R. R. R. R. R. R. JS. KS. PS. }S. S. S. S. S. T. T. ZT. [T. `T. T. T. T. T. T. T. T. U. U. U. HU. MU. sU. tU. uU. U. U. U. U. U. U. U. U. U. U. U. U. 
V. V. V. !V. (V. 4V. 5V. @V. DV. KV. RV. SV. TV. UV. VV. WV. XV. YV. ZV. [V. \V. ]V. ^V. _V. `V. aV. vV. )W. *W. CW. DW. ]W. nW. oW. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. X. X. X. X. &X. 'X. (X. )X. *X. +X. ,X. -X. :X. ;X. IX. JX. KX. LX. YX. kX. 2Y. 3Y. %Z. &Z. Z. Z. \. \. >\. \. \. \. \. \. A]. B]. U]. z]. {]. ]. ]. ]. ]. ]. ^. ^. f_. g_. T`. U`. Ja. Ka. Wa. a. 5b. b. c. uc. c. c. d. d. We. Xe. e. e. e. e. .g. /g. @g. ^h. h. h. i. $i. @i. Zi. [i. dj. ej. l. l. cl. dl. l. l. l. l. l. (m. >m. pm. qm. m. m. m. n. mn. nn. n. n. 1o. o. Pp. Qp. p. p. p. >q. ?q. q. q. <s. =s. t. t. bu. cu. 0v. 1v. Kv. \v. w. w. 
y. y. y. y. z. z. z. {. {. ({. ){. *{. 3{. A{. N{. O{. P{. Q{. R{. S{. W{. X{. Y{. Z{. s{. u{. {{. |{. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. |. |. 	|. 
|. $|. &|. +|. ,|. ;|. =|. C|. D|. R|. T|. Z|. [|. n|. p|. u|. v|. }|. |. |. |. |. |. |. ~. ~. ~. ~. ~. ". <. p. . . . . . K. ^. . . . . 6. P. `. . . . . . . . . . ,. R. a. t. u. . . . . . . .  . P. Q. R. . . . Ȅ. ބ. ߄. E. F. P. [. . . . . ʅ. . . . . *. @. B. Y. Z. c. . . . . . ۆ. ܆. . . . . . %. &. '. N. O. P. Q. R. S. \. }. ~. . . . ɇ. ʇ. ܇. .  . 5. J. d. e. z. {. . . . . Ո. ֈ. ׈. ؈. و. ڈ. . . . . . :. V. W. l. m. ~. . . . ͉. Ή. ω. Љ. щ. ҉. ۉ. $. %. ڊ. ۊ. ܊. . 
. . . . 0. . . . . . . P. Z. d. e. . . Ɍ. ˌ. . . . . . ۍ. ܍. . <. . . . . '. (. I. J. K. L. M. N. W. . . ď. . . . . . . . . . . . . . #. $. . . . ʑ. . . 3. h. . . . . . Ɠ. . . . . .  . !. +. 0. 1. <. A. B. L. Q. R. S. q. . . . . . . . . . . . . ̔. є. Ҕ. Ӕ. . . . . . .  . *. /. 0. ;. @. A. K. P. Q. R. t. . . . . . . . . . . ĕ. ŕ. ϕ. ԕ. Օ. ֕. . . . . (. -. .. 8. =. >. I. N. O. Y. ^. _. `. . . . . Ɩ. ˖. ̖. ֖. ۖ. ܖ. . . . . . . . . %. 5. 6. A. F. G. Q. V. W. b. g. h. r. w. x. y. . .. P. ^. n. o. z. . . . . . . . . . . . . ٘. . . . . . 	. . . . $. ). *. 4. 9. :. ;. h. v. . . . . . . . . . . . Ù. ș. ə. ʙ. . . . . $. ). *. 4. 9. :. E. J. K. U. Z. [. \. . . . . . . . . . . ͚. Қ. Ӛ. ݚ. . . . P. Q. . . . . . . . . . . ˛. Л. ћ. ۛ. . . . . . .  . +. 0. 1. ;. @. A. L. Q. R. \. a. b. c. . . . . . . . ɜ. Μ. Ϝ. ڜ. ߜ. . . . . . . . *. +. 6. ;. <. F. K. L. W. \. ]. g. l. m. n. . . ם. . . Q. R. _. `. a. . 	. 
. >. P. Q. [. f. . . . . . . . . 0. 1. :. . . . . . ]. . . ȡ. ١. . . . .  . q. . . . . . . A. B. C. D. E. N. . . . E. P. l. . . . ̤. ͤ. Τ. ߤ. . . . . ¥. Q. R. . . . . . . . . . . . . . M. _. q. r. s. t. }. ¨. è. Ҩ. . . . . . (. I. o. . . . Ӫ. Ԫ. . 6. . . %. h. i. j. k. . . . . L. ^. _. i. t. . . . . . 
. . . . . (. . . . . . . . . .. y. z. {. |. . B. f. . . 3. @. k. l. }. ÷. ķ. . . . . ˹. 1. 2. . . . . . . 	. 
. . . u. v. . . . . . . . . . . . . . . . . . . . . . . . . !. ). 5. 6. >. E. J. K. S. Z. f. g. h. i. 
. . b. c. . . . . . . . . O. P. . . 9. . . . . U. . . z. . 	. O. P. q. ~. . . . . . . . . . . !. 8. O. P. [. . . ). *. . . ~. . R. c. . . . H. v. . . . . m. . . . . !. M. Q. R. \. g. . . . . . . . . . . . \. h. . . . . '. `. j. . . . . . 3. 4. 5. 6. b. c. m. x. . . . . . . . . . . . ". a. m. . . . #. . . ". #. $. 5. C. D. E. O. Z. . . . . . . . . . . . . . E. Q. x. . . . . . . . . . '. (. ). *. V. `. k. . . . . . . 	. 
. . 
. . . . W. c. . . . . O. . . . . . . . . . .  . 
. . 9. c. d. e. g. h. i. r. . . . . 2. a. ~. . . . . . .  . Z. w. . . . . . . . . . . . . ". $. %. 6. u. . \. ]. n. . . . . . . . . . . . 4. l. . . W. X. b. m. . . . . . . . #. 6. I. K. b. c. l. . . . . . *. W. ^. f. g. }. . . . . . . . . . '. (. ). *. 3. V. . . . . . . . . . . -. .. /. 0. 1. 2. 3. 4. 5. 6. ^. . . . . . . . . . . . . . . . . . . . . . . . . . . 	. . 3. M. U. j. . . . . . . 	. 
. . . 4. T. y. . . . . . . . D. . . . . . . %. &. .. C. X. j. . . . . . . . . &. @. Z. j. . . . . . . . . . . -. .. /. 0. 9. . . # / l / 
/ / / 
/ / q/ r/ / / / / / / / / / / / / 2/ {/ / / / / -/ / / / / / / / / / / / / '/ / #/ g/ / O/ P/ Q/ b/ / / / / / / / / / %/ ?/ O/ i/ / / / / / / / 	/ %	/ ?	/ @	/ A	/ B	/ S	/ 	/ 	/ 	/ 	/ 	/ 	/ 	
/ 
/ /
/ 0
/ 1
/ 2
/ ;
/ 
/ T/ / / 7/ / / / / a
/ 
/ 
/ 
/ 
/ 
/ /  / 5/ G/ a/ {/ / / / / / / / / 2/ D/ ^/ x/ / / / / / / / / / / '/ :/ M/ `/ s/ t/ u/ v/ / C/ / / N/ / / J/ / / / / / / A/ / / / / 7/ c/ / / / / / E/ L/ U/ V/ ^/ s/ / / / / / / / (/ 9/ S/ d/ ~/ / / / / / / / / 6/ P/ a/ {/ / / / / / / / / / / / 1/ 2/ 3/ 4/ =/ / / ]/ / / M/ / @/ / / >/ ]/ |/ / / / / 7 / 8 / 9 / J /  /  /  /  /  /  /  /  /  / !/ !/ 4!/ E!/ \!/ s!/ !/ !/ !/ !/ !/ !/ !/ !/ "/ "/ *"/ A"/ X"/ i"/ "/ "/ "/ "/ "/ "/ "/ "/ "/ #/ #/ %#/ 8#/ K#/ ^#/ q#/ s#/ t#/ u#/ ~#/ $/ X%/ *&/ &/ &'/ `'/ '/ '/ '(/ E(/ w(/ 	)/ )/ */ +/ f,/ g,/ n,/ 
./ ./ K./ ./ ./ ./ 	// (// G// f// // // // // //  0/ 0/ 0/ 0/ 	0/ 
0/ 0/  0/ B0/ d0/ 0/ 0/ 0/ 0/ 0/ 1/ 11/ F1/ G1/ X1/ 1/ 1/ 1/ 1/ 1/ 1/ 3/ 3/ 3/ 4/ L4/ 4/ 4/ 5/ o5/ p5/ 5/ i6/ j6/ )7/ *7/ 7/ 7/ &8/ 8/ 8/ 8/ 8/ 19/ i9/ 9/ 9/ T:/ U:/ _:/ j:/ :/ :/ :/ :/ :/ :/ :/ ;/ ;/ ';/ );/ *;/ +;/ 4;/ |;/ ;/ ;/ </ "</ <</ s</ </ </ </ </ </ </ </ </ =/ =/ *=/ ,=/ -=/ .=/ 7=/ U=/ y=/ =/ =/ >/ >/ >/ 8>/ 9>/ L>/ _>/ r>/ >/ >/ >/ >/ >/ >/ >/ W?/ X?/ i?/ j?/ k?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ @/ @/ !A/ "A/ 3A/ 4A/ 5A/ 6A/ gA/ A/ A/ B/ B/ MB/ EC/ FC/ zC/ C/ C/ +D/ pD/ D/ D/ 8E/ E/ E/ #F/ $F/ %F/ /F/ :F/ mF/ wF/ F/ F/ F/ F/ F/ F/ F/ 	G/ G/ !G/ "G/ +G/ G/ G/ G/ H/  H/ LH/ H/ H/ H/ H/ H/ H/ H/ H/ I/ I/ I/ I/ .I/ /I/ BI/ UI/ hI/ {I/ }I/ ~I/ I/ I/ I/ 
J/ (J/ YJ/ vJ/ J/ J/ J/ J/ K/  K/ 2K/ XK/ wK/ xK/ yK/ K/ K/ K/ K/ K/ K/ L/ L/ L/ L/ @L/ AL/ TL/ gL/ zL/ L/ L/ L/ L/ L/ 	M/ 1M/ kM/ }M/ M/ M/ M/ 
N/ ON/ SN/ TN/ UN/ VN/ gN/ N/ N/ N/ N/ N/ N/ N/ 
O/ O/ 
O/ O/ O/ O/ O/ 5P/ hP/ P/ P/ P/ P/ Q/ ;Q/ }Q/ ~Q/ Q/ Q/ Q/ Q/ Q/ Q/ Q/ Q/ #R/ R/ S/ 
S/ FS/ S/ S/ S/  T/ T/ U/ 	U/ ^U/ _U/ U/ U/ *V/ +V/ cV/ 5X/ bX/ cX/ X/ RY/ Y/ Y/ Y/ tZ/ uZ/ Z/ Z/ Z/ Z/ Z/ &[/ '[/ m[/ \/ \/ ]/ u]/ ]/ ^/ G^/ ^/ ^/ _/ w_/ x_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ 	`/ 
`/ `/ `/ `/ `/ `/ %`/ )`/ <`/ D`/ P`/ Q`/ V`/ `/ `/ `/ `/ `/ a/  a/ ea/ fa/ ka/ a/ a/ a/ a/ a/ *b/ .b/ Hb/ Ib/ Nb/ b/ b/ b/ b/ b/ b/ b/ c/ c/ c/ c/ lc/ qc/ }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/ d/ d/ d/ d/ d/ d/ e/ 
e/ !e/ #e/ $e/ %e/ &e/ 'e/ /e/ 5e/ 6e/ ?e/ Ce/ De/ We/ ce/ de/ ee/ fe/ ge/ ye/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ 	f/ f/ f/ g/ g/ h/ h/ i/ i/ i/ 5j/ Bj/ j/ j/ j/ j/ j/ j/ k/ k/ *k/ jk/ kk/ lk/ yk/ k/ Hl/ m/ m/ m/ m/ n/ n/ n/ xo/ o/ Dp/ p/ q/ zq/ {q/ :r/ r/ r/ r/ 4s/ Rs/ Ss/ fs/ t/ t/ t/ u/ v/ v/ v/ v/ v/ v/ v/ x/ x/ y/ y/ z/ z/ Mz/ Yz/ hz/ tz/ uz/ z/ z/ {/ {/  {/ i{/ n{/ {/ |/ |/ (|/ |/ |/ )}/ }/ }/ @~/ ~/ ~/ ~/ ~/ / / ڀ/ ۀ/ I/ J/  / / ΃/ σ/ / / / d/ / / */ +/ / / / / / ƈ/ ǈ/ Ȉ/ ш/ ߈/ / / / / / / / / / / / / / / 3/ 5/ :/ ;/ I/ K/ Q/ R/ e/ g/ m/ n/ / / / / / / / / / ĉ/ ɉ/ ʉ/ ى/ ۉ/ / / / / / / / / / / /  / ;/ </ =/ >/ ?/ / / */ r/ / / ڌ/ / !/ U/ i/ / / / / 0/ N/ / / Ԏ/ / / 2/ Q/ / / / / / / / ʐ/ / / / / ,/ _/ `/ ~/ / / / / / / / $/ :/ P/ f/ |/ }/ / / / / ,/ 6/ @/ A/ h/ / / / / ȓ/ ޓ/ / / / / #/ $/ 8/ 9/ ]/ y/ z/ / / / / / Ô/ Ĕ/ Ŕ/ / / / / / / / / / 0/ 1/ K/ g/ h/ z/ / / ӕ/ / / / / / */ J/ K/ L/ s/ t/ u/ v/ w/ x/ / / / / / ؖ/ / / 
/ / / </ =/ >/ k/ l/ m/ n/ o/ p/ y/ / ×/ x/ y/ z/ / / / / / Θ/ [/ / / / / / / / / / $/ Q/ g/ i/ / / / </ =/ y/ z/ / ڛ/ /  / 1/ / Ŝ/ Ɯ/ / / / / / / / P/ Q/ b/ / / / / / / / U/ V/ / / / / / / "/ 9/ Q/ h/ / / џ/ / L/ M/ 7/ 8/ O/ d/ / / / / / / / ɡ/ Ρ/ ϡ/ ڡ/ ߡ/ / / / / / / / -/ ./ 9/ >/ ?/ I/ N/ O/ Z/ _/ `/ j/ o/ p/ q/ / / / / / / / Ȣ/ ͢/ ΢/ ٢/ ޢ/ ߢ/ / / / / /  / 0/ 1/ </ A/ B/ L/ Q/ R/ ]/ b/ c/ m/ r/ s/ t/ / / / / ƣ/ ˣ/ ̣/ ֣/ ۣ/ ܣ/ / / / / / / / :/ H/ X/ Y/ d/ i/ j/ t/ y/ z/ / / / / / / / / ä/ Ӥ/ Ԥ/ ߤ/ / / / / /  / / / / / / / / ̥/ / / / 
/ / / / (/ -/ ./ 9/ >/ ?/ I/ N/ O/ P/ w/ / / / / / / / / / ¦/ Ǧ/ Ȧ/ Ҧ/ צ/ ئ/ ٦/ / / $/ %/ 0/ 5/ 6/ @/ E/ F/ Q/ V/ W/ a/ f/ g/ h/ / / / / §/ ǧ/ ȧ/ ҧ/ ק/ ا/ / / / / / / /  / ./ >/ ?/ J/ O/ P/ Z/ _/ `/ k/ p/ q/ {/ / / / / / / ,/ </ =/ H/ M/ N/ X/ ]/ ^/ i/ n/ o/ y/ ~/ / / / / / / ɩ/ Ω/ ϩ/ ٩/ ީ/ ߩ/ / / / / /  / / -/ ;/ K/ L/ W/ \/ ]/ g/ l/ m/ x/ }/ ~/ / / / / / / Ȫ/ ɪ/ Ԫ/ ٪/ ڪ/ / / / / / / / 
/ / / 0/ P/ u/ / / / / / / / "/ / / ܬ/ / / / / 7/ A/ K/ L/ / / / / έ/ ϭ/ ح/ ,/ -/ M/ N/ / / 1/ V/ f/ w/ / / / / / / (/ A/ Z/ / / / ߰/ / / / / / 4/ 5/ / / / 
/ #/ =/ R/ j/ k/ l/ }/ 4/ 5/ 6/ 7/ `/ / / $/ 6/ H/ I/ 8/ 9/ C/ N/ / / / / / / / / / / / / `/ a/ p/ / / / 8/ / Ʒ/ / 
/ */ L/ M/ q/ r/ / Ը/ */ / ù/ / / / 	/ // 0/ / / / / / / / E/ O/ Y/ Z/ / / / / / / ƻ/ '/ (/ H/ I/ / / / / ̼/ / / / / J/ / / 9/ :/ / / 	/ 
/ / a/ b/ "/ #/ V/ W/ i/ / / 6/ 7/ L/ / 9/ </ / / / / / / #/ 5/ H/ I/ N/ V/ [/ \/ a/ i/ u/ v/ {/ / / / / / / / / / / / / / / / / / / / / / / / / / / /  / / / / T/ U/ / / 6/ 7/ / / / / / / / / / / }/ ~/ / / / / / / / )/ 6/ C/ T/ e/ v/ / / / / / / / / / )/ */ / / I/ J/ / / / / 6/ / / / / A/ q/ r/ / / z/ {/ / / / / / / / / 8/ B/ L/ M/ {/ / / / / / / / / -/ T/ / / / / / -/ / / / / / / / /  / / / / I/ S/ ]/ ^/ / / / / / / / / / / 2/ ]/ / / G/ / / / / / / / / / / +/ 5/ ?/ @/ n/ / / / / / / / / / / / A/ / / +/ / / / / / / / / / / / 	/ </ F/ P/ Q/ / / / / / / / / / / / (/ V/ / / / )/ */ +/ </ J/ K/ L/ V/ a/ / / / / / / / / / / / / O/ [/ / / / / / S/ / / / / / / / / / */ ]/ g/ q/ r/ / / / / / / / / / / / I/ / / / >/ ?/ @/ A/ B/ C/ s/ $/ %/ Y/ / / 
/ Q/ / / /   0  0 > 0 H 0 R 0 S 0 { 0  0  0  0  0  0  0  0 0 
0 u0 0 0 0 0 0 0 0 0 0 0 +0 ,0 -0 .0 V0 y0 0 0 0 0 0 0 0 0 0 "0 P0 Q0 R0 c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 C0 V0 i0 j0 k0 l0 u0 0 T0 g0 M0 N0 O0 P0 a0 0 %0 .0 /0 70 L0 a0 s0 0 0 0 0 0 0 0 0 /0 I0 c0 s0 0 0 0 0 0 0 0 	0 *	0 =	0 >	0 ?	0 @	0 I	0 	0 	0 V
0 W
0 X
0 i
0 
0 
0 
0 
0 
0 
0 
0 0 "0 <0 L0 f0 0 0 0 0 0 0 0 0 "0 <0 =0 >0 ?0 g0 0 0 0 0 0 0 0 0 0 ]
0 z
0 
0 
0 0 0 0 0 0 0 0 80 Q0 v0 0 0 0 0 0 0 0 e0 0 0 0 0 0 0 0 0 0 0 G0 H0 m0 0 0 0 0 0 0 0 0 0 0 0 N0 0 0 0  0 S0 T0 [0 d0 e0 m0 0 0 0 0 0 0 0 !0 )0 >0 S0 e0 0 0 0 0 0 0 0 0 0 D0 E0 m0 n0 0 0 0 0 0 0 0 0 0 0 0 .0 B0 0 0 0 0 0 0 {0 0 0 0 0 0 0 0 0 0 0 *0 D0 ^0 o0 0 0 0 0 0 0 0 0 '0 A0 [0 l0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 0 0  0 r 0  0 =!0 !0 B"0 "0 "0 "0 "0 .#0 E#0 u#0 #0 #0 $0 -$0 Y$0 $0 $0 $0 $0 $0 $0 $0 $0 %0 &%0 ;%0 M%0 g%0 %0 %0 %0 %0 %0 %0 &0 &0 $&0 9&0 N&0 c&0 u&0 &0 &0 &0 &0 &0 &0 '0 *'0 D'0 E'0 F'0 G'0 o'0 p'0 '0 '0 '0 '0 '0 '0 '0 '0 '0 (0 )0 )0 q*0 ~*0 *0 b+0 +0 ,0 ,0 ,0 ,0 -0 ?-0 V-0 u-0 -0 -0 -0 -0 -0 ,.0 3.0 <.0 =.0 E.0 W.0 i.0 {.0 .0 .0 .0 .0 .0 .0 /0 "/0 8/0 I/0 `/0 a/0 i/0 {/0 /0 /0 /0 /0 /0 /0 00 00 500 F00 \00 m00 00 00 00 00 00 00 00 00 00 00 10 10 10 10 10 .20 20 30 F40 40 40 I50 h50 50 50 60 60 P70 o80 90 :0 :0 :0 ;0 ;0 ;0 )<0 H<0 g<0 <0 <0 <0 =0 #=0 $=0 5=0 y=0 z=0 =0 =0 =0 =0 =0 =0 =0 =0 =0 >0 $>0 F>0 G>0 i>0 >0 >0 >0 >0 >0 >0 )?0 N?0 O?0 P?0 Q?0 ?0 ;A0 =A0 qA0 A0 A0 "B0 iB0 B0 
C0 C0 `C0 D0 D0 D0 D0 E0 E0 E0 !F0 "F0 VF0 F0 F0 G0 NG0 G0 G0 G0 G0 H0 ;H0 EH0 OH0 PH0 xH0 yH0 H0 H0 H0 H0 H0 H0 H0 H0 I0 =I0 tI0 I0 I0 I0 J0 ?J0 @J0 QJ0 RJ0 SJ0 {J0 |J0 J0 J0 J0 J0 J0 J0 J0 J0 J0 K0 K0 K0 K0 K0 K0 K0 K0 K0 K0 L0 #L0 %L0 &L0 'L0 0L0 NL0 rL0 L0 L0 M0 M0 	M0 1M0 2M0 EM0 XM0 kM0 ~M0 M0 M0 M0 M0 M0 2N0 N0 N0 N0 N0 N0 N0 O0 O0 O0 O0 O0 O0 P0 P0 Q0 ZQ0 Q0 Q0 R0 OR0 R0 R0 S0 lS0 S0 S0 S0 S0 S0 T0 T0 T0  T0 HT0 IT0 nT0 T0 T0 T0 T0 T0 T0 T0 8U0 iU0 {U0 U0 U0 U0 ,V0 -V0 >V0 kV0 rV0 zV0 {V0 V0 V0 V0 V0 V0 V0 V0 V0 V0 W0 W0 W0 W0 2W0 3W0 <W0 W0 W0 W0 X0 -X0 @X0 xX0 X0 X0 X0 X0 X0 Y0 Y0 Y0 (Y0 \Y0 cY0 kY0 lY0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 Z0 Z0 +Z0 -Z0 .Z0 /Z0 8Z0 Z0 Z0 	[0 [0 V[0 a[0 [0 [0 [0 [0 [0 [0 [0 \0 2\0 3\0 [\0 \\0 o\0 \0 \0 \0 \0 \0 \0 \0 $]0 a]0 ]0 ^0 7^0 I^0 ^0 ^0 ^0 ^0 _0 _0 _0 ._0 [_0 \_0 ]_0 ^_0 _0 _0 _0 x`0 `0 `0 `0 Pa0 a0 a0 a0 ;b0 b0 b0 b0 b0 6c0 c0 c0 c0 d0 e0  f0 f0 >f0 f0 *g0 +g0 ^g0 h0 h0 Hh0 ]h0 yh0 h0 h0 h0 h0 i0 Uj0 j0 j0 k0 Pk0 k0 k0 =l0 |l0 l0 m0 m0 !m0 -m0 <m0 Hm0 [m0 _m0 `m0 am0 bm0 cm0 dm0 em0 fm0 gm0 {m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 +n0 0n0 n0 n0 n0 n0 n0 o0 o0 	o0 @o0 Do0 o0 o0 o0 o0 o0 o0 o0 o0 $p0 )p0 Pp0 Qp0 Vp0 p0 p0 p0 p0 p0 p0 
q0 q0 q0 q0 q0 )q0 *q0 -q0 6q0 7q0 8q0 Iq0 Nq0 Vq0 ]q0 dq0 pq0 qq0 |q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 er0 fr0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 s0 s0 s0 s0 s0 s0 1s0 2s0 =s0 Js0 Ks0 Us0 bs0 cs0 ds0 es0 fs0 gs0 hs0 is0 vs0 ws0 s0 s0 s0 s0 s0 s0 nt0 ot0 au0 bu0 9v0 :v0 Qw0 Zw0 zw0 w0 w0 (x0 )x0 5x0 }x0 ~x0 x0 x0 x0 x0 y0 	y0 
y0 y0 Oy0 y0 z0 z0 {0 {0 |0 |0 |0 }0 q}0 }0 H~0 ~0 0 0 0 30 0 0 Ҁ0 0 0 0 j0 k0 |0 0 0 %0 G0 `0 |0 0 0 0 0 @0 A0 0 0 0 0 0 0 0 d0 z0 0 0 0 0 0 K0 0 0 Ɖ0 00 m0 Ǌ0 0 0 ދ0 .0 /0 z0 {0 0  0 x0 y0 0 0 0 0 l0 m0 0 0 H0 0 I0 J0 Ȕ0 ɔ0 40 80 90 O0 P0 d0 e0 f0 o0 }0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 і0 Ӗ0 ؖ0 ٖ0 0 0 0 0 0 0 0 0 !0 #0 (0 )0 >0 @0 E0 F0 `0 b0 g0 h0 w0 y0 0 0 0 0 0 0 0 0 0 0 0 0 ٗ0 ڗ0 ۗ0 ܗ0 ݗ0 0 0 ș0 0 *0 ^0 x0 0 0 0 0 ;0 S0 0 0 Λ0 0  0 >0 r0 0 0 М0 0 #0 $0 %0 &0 H0 Q0 R0 h0 0 0 0 0 ʞ0 0 0 0 *0 =0 >0 \0 0 0 0 0 ؟0 0 0 0 0 0 0 0 0 ʠ0 Ԡ0 ޠ0 ߠ0 0 #0 $0 :0 P0 f0 |0 ~0 0 0 0 0 ¡0 ֡0 ס0 0 0 0 -0 .0 /0 00 A0 a0 b0 c0 0 0 0 0 0 0 0 0 0 ΢0 Ϣ0 0 0 0 0 C0 \0 q0 0 0 0 0 0 ȣ0 0 0 0 0 0 0 0 0 0 0 >0 ?0 S0 T0 v0 0 0 0 0 0 ڤ0 ۤ0 ܤ0 	0 
0 0 0 
0 0 0 `0 a0 0 0 0 )0 I0 J0 K0 L0 l0 0 -0 C0 D0 N0 Y0 0 0 0 0 §0 0 0 0 80 90 B0 ڨ0 ۨ0 0 0 '0 x0 0 0 ϩ0  0 c0 d0 0 0 0 0 0 0 0 0 0  0 !0 "0 #0 $0 %0 &0 S0 0 0 50 @0 J0 U0 _0 `0 0 ׬0 0 0 30 40 o0 0 0 0 ծ0 ֮0 0 0 -0 ;0 K0 L0 W0 \0 ]0 g0 l0 m0 x0 }0 ~0 0 0 0 0 0 0 ˯0 ̯0 ׯ0 ܯ0 ݯ0 0 0 0 0 0 0 0 
0 0 0 ,0 :0 J0 K0 V0 [0 \0 f0 k0 l0 w0 |0 }0 0 0 0 0 0 0 ΰ0 ϰ0 ڰ0 ߰0 0 0 0 0 0  0 0 0 0 0 0 :0 H0 X0 Y0 d0 i0 j0 t0 y0 z0 0 0 0 0 0 0 0 ر0 0 0 0 0 0 0 0 0 0 #0 (0 )0 30 80 90 :0 S0 a0 q0 r0 }0 0 0 0 0 0 0 0 0 0 0 0 0 !0 j0 0 0 0 0 0 0 0 Ƴ0 ˳0 ̳0 ׳0 ܳ0 ݳ0 0 0 0 0 0 #0 30 40 ?0 D0 E0 O0 T0 U0 `0 e0 f0 p0 u0 v0 w0 0 0 ´0 ô0 δ0 Ӵ0 Դ0 ޴0 0 0 0 0 0 0 0 0 0 60 D0 T0 U0 `0 e0 f0 p0 u0 v0 0 0 0 0 0 0 0 0 ̵0 ܵ0 ݵ0 0 0 0 0 0 0 	0 0 0 0 0 0  0 0 0 0 ʶ0 ڶ0 ۶0 0 0 0 0 0 0 0 0 
0 0 0 0 0 =0 K0 [0 \0 g0 l0 m0 w0 |0 }0 0 0 0 0 0 0 0 ˷0 ٷ0 0 0 0 0 0 0 
0 0 0 0 0 &0 +0 ,0 -0 H0 V0 f0 g0 r0 w0 x0 0 0 0 0 0 0 0 0 0 0 θ0 0 0 60 70 0 0 0 0 0 0 E0 F0 z0 0 0 0 0 պ0 ߺ0 0 0 0 A0 S0 U0 l0 m0 v0 ʻ0 ˻0 0 0 :0 0 ϼ0 0 0 0 %0 &0 J0 K0 \0 0 ƽ0 ߽0 0 '0 (0 N0 }0 ~0 0 0 0 0 Ҿ0 Ӿ0 "0 0 0 0 0 ۿ0 0 0 	0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )0 30 40 Z0 0 0 0 0 0 0 0 0 0 0 0 W0 X0 0 D0 d0 0 0 0 0 0 0 0 !0 r0 0 #0 a0 0 0 0 0 0 0 S0 T0 0 0 0 0 0 0 0 0 0 0 F0 X0 Y0 Z0 [0 d0 0 0 0 0 60 70 X0 Y0 j0 0 0 0 0 0 ~0 0 0 0 o0 |0 0 0 0 0  0 0 0 0 0 0 m0 n0 0 0 0 70 0 0 E0 F0 +0 @0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 %0 &0 +0 20 >0 ?0 G0 O0 T0 U0 ]0 e0 q0 r0 z0 0 0 0 0 0 0 0 0 0 F0 G0 0 0 40 50 0 0 L0 X0 0 0 0 0 "0 #0 u0 60 70 ?0 @0 0 0 0 0 ;0 E0 0 0 0 0 0 0 0 0 0 0 %0 60 70 J0 ]0 t0 0 0 0 0 0 e0 f0 0 0 0 0 0 0 0 $0 %0 0 0 0 0 0 Y0 0 0 0 @0 P0 ]0 0 0 0 0 0 0 0 0 0 0 K0 L0 N0 O0 P0 Y0 0 0 0 0 00 X0 c0 0 0 0 %0 &0 '0 80 o0 p0 q0 r0 0 0 0 0 0 0 0 0 *0 O0 P0 Q0 S0 T0 U0 ^0 0 0 0 0 ;0 _0 0 N0 ^0 _0 `0 q0 0 0 0 0 0 0 0 0 0 0 20 30 40 50 70 80 90 B0 0 0 0 0  1 C 1  1 21 B1 C1 D1 U1 c1 d1 e1 f1 1 1 1 1 1 1 1 1 D1 E1 F1 G1 I1 J1 K1 T1 1 1 1 1 31 S1 1 1 1 1 1 1 1 1 1 1 21 <1 F1 G1 u1 1 1 1 1 1 1 1 1 1  1 N1 n1 1 1 1 :1 ;1 L1 Z1 [1 \1 1 1 1 1 1 1 1 1 91 :1 ;1 =1 T1 U1 ^1 `1 a1 r1 1 1 	1 	1 	1 	1 	1 	1 	1 	1 	1 
1 1 1 1 91 p1 1 1 >
1 
1 
1 
1 
1 
1 
1 
1 
1 1 91 L1 _1 r1 1 1 1 1 1 1 &1 S1 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 1 *1 =1 P1 c1 d1 e1 f1 o1 1 1 1 1 1 1 21 91 B1 C1 Y1 i1 j1 k1 l1 m1 n1 o1 p1 q1 r1 1 1 1 1 1 1 1 	1 
1 1 P1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +1 E1 U1 o1 1 1 1 1 1 1 1 1 +1 E1 F1 G1 H1 p1 1 1 1 1 1 1 1 1 R1 1 1 1 1 1 Q1 X1 a1 b1 j1 1 1 1 1 1 1 1 1 &1 ;1 P1 b1 |1 1 1 1 1 1 1 1 1 1 01 C1 V1 i1 j1 k1 l1 u1 1 1 _1 1 F1 G1 H1 I1 Z1 1 1 1 1 1 '1 :1 M1 N1 O1 P1 Y1 1 +1 n1 1 U1 V1 W1 X1 i1 1 1 1 1  1  1 1 1 D 1 W 1 X 1 Y 1 Z 1 c 1 8!1 _!1 !1 !1 "1 "1 "1 "1 "1 "1 "1 #1 #1 #1  #1 5#1 G#1 a#1 {#1 #1 #1 #1 #1 #1 #1 $1 $1 7$1 G$1 a$1 {$1 |$1 }$1 ~$1 $1 $1 $1 %1 %1 %1 2%1 E%1 X%1 k%1 l%1 m%1 n%1 w%1 0&1 &1 &1 &1 s'1  (1 !(1 "(1 3(1 (1 )1  )1 ))1 *)1 2)1 G)1 \)1 q)1 )1 )1 )1 )1 )1 )1 
*1 '*1 /*1 D*1 Y*1 n*1 *1 *1 *1 *1 *1 *1 
+1 $+1 %+1 &+1 '+1 O+1 P+1 c+1 v+1 +1 +1 +1 +1 +1 +1 +1 ,1 ,1 7-1 -1 -1 .1 .1 .1 6/1 /1 601 701 >01 }01 01 01 11 ?11 s11 11 11 11 +21 ,21 =21 21 21 21 21 21 21 21 21 21 31 31 031 J31 d31 u31 31 31 31 31 31 31 41 41 -41 G41 X41 r41 41 41 41 41 41 41 41 41 
51 51 !51 451 G51 Z51 m51 n51 o51 p51 y51 761 171 71 81 81 81  91 |91 3:1 ::1 z:1 :1 :1 :1 :1 ;1 2;1 s;1 t;1 u;1 ;1 ;1 ;1 ;1 ;1 ;1 ;1 <1 <1 +<1 B<1 Y<1 p<1 <1 <1 <1 <1 <1 <1 <1 <1 =1 =1 +=1 ==1 O=1 f=1 }=1 =1 =1 =1 =1 =1 =1 >1 ">1 #>1 $>1 %>1 M>1 N>1 a>1 t>1 >1 >1 >1 >1 >1 >1 >1 ?1 @1 fA1 A1 bB1 B1 B1 C1 cC1 C1 C1 ED1 D1 
F1 5G1 G1 G1 G1 FI1 GI1 I1 I1 I1 J1 EJ1 dJ1 J1 J1 J1 J1 J1 K1 K1 <K1 =K1 BK1 DK1 EK1 FK1 OK1 \K1 ~K1 K1 K1 K1 K1 L1 )L1 KL1 mL1 L1 L1 L1 L1 L1 L1 L1 L1 )M1 N1 N1 O1 QO1 O1 O1 P1 VP1 P1 P1 P1 Q1 Q1 eR1 fR1 *S1 +S1 bS1 S1 S1 S1 6T1 mT1 T1 T1 ;U1 U1 U1 U1 U1 U1 U1 U1 U1 V1 V1 *V1 =V1 PV1 cV1 eV1 fV1 gV1 pV1 V1 V1 W1 @W1 ^W1 xW1 W1 W1 W1 W1 W1 W1 X1 X1 -X1 @X1 SX1 fX1 hX1 iX1 jX1 sX1 X1 X1 8Y1 9Y1 JY1 KY1 LY1 tY1 uY1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 	[1 [1 [1 [1  [1 )[1 M[1 [1 ]\1 ^\1 o\1 p\1 q\1 r\1 \1 /]1 0]1 W]1 X]1 ]1 ^1 ^1 ^1 ^1 /_1 g_1 _1 _1 /`1 t`1 `1 
a1 _a1 `a1 aa1 ka1 va1 a1 a1 a1 a1 a1 a1 b1 b1 2b1 Eb1 Gb1 ]b1 ^b1 gb1 b1 c1 c1 Qc1 \c1 c1 c1 c1 c1 	d1 d1 d1 d1 /d1 ?d1 @d1 Ad1 Bd1 jd1 kd1 ~d1 d1 d1 d1 d1 d1 d1 d1 d1 Ie1 de1 e1 e1 e1 e1 f1 !f1 @f1 \f1 nf1 f1 f1 f1 f1 f1 f1 g1 	g1 
g1 :g1 Qg1 Rg1 Sg1 Tg1 |g1 }g1 g1 g1 g1 g1 g1 g1 g1 g1 Eh1 mh1 h1 h1 h1 h1 i1 Ii1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 
j1  j1 3j1 Fj1 Hj1 Ij1 Jj1 Sj1 j1 j1 qk1 k1 k1 k1 "l1 -l1 Ll1 wl1 l1 l1 l1 l1 l1 l1 l1 l1 #m1 $m1 _m1 n1 Hn1 In1 n1 n1 )o1 *o1 \o1 o1 Dp1 Ep1 p1 p1 p1 7q1 fq1 gq1 q1 qs1 s1 s1 s1 t1 t1 t1 t1 u1 u1 u1 u1 v1 'v1 :v1 bv1 cv1 v1 w1 "x1 [x1 x1 x1 Gy1 y1 y1 z1 Qz1 z1 z1 z1 z1 z1 z1 z1 z1 z1 z1  {1 {1 {1 {1 {1 {1 {1  {1 %{1 5{1 6{1 E{1 F{1 G{1 S{1 T{1 U{1 V{1 a{1 e{1 x{1 {1 {1 {1 {1 {1 {1 $|1 %|1 *|1 W|1 \|1 |1 |1 |1 |1 |1 4}1 5}1 :}1 f}1 j}1 }1 }1 }1 }1 }1 }1 }1 }1 "~1 '~1 M~1 N~1 O~1 Y~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 1 1 1 1 1 %1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 ;1 P1 1 1 1 1 71 H1 I1 ]1 _1 `1 a1 b1 c1 k1 q1 r1 {1 1 1 1 1 1 1 1 1 1 π1 Ѐ1 ۀ1 1 1 1  1 1 1 1 1 1 1 1 1 1 #1 $1 %1 &1 31 E1 1 
1 1  1 ׃1 ؃1 1 1 1 q1 ~1 ƅ1 ǅ1 Ӆ1 1 1 /1 T1 U1 f1 1 1 1 1 1 1 @1 A1 .1 /1 $1 %1 11 1 1 1 1 O1 1 1 v1 э1 11 21 p1 1 1 1 1 	1 1 81 Z1 Ñ1 1 1 1 41 51 >1 ?1 ޔ1 ߔ1 =1 >1 1 1 1 1 1 1 1 J1 K1 \1 1 1 1 G1 H1 d1 Η1 1 e1 *1 +1 |1 ̙1 ͙1 1 1 1 1 1 1 1 1 <1 =1 
1 1 %1 61 1 1 1 1 f1 g1 ң1 ֣1 ף1 1 1 1 1 1 
1 1 (1 )1 *1 +1 ,1 -1 11 21 31 41 M1 O1 U1 V1 o1 q1 v1 w1 1 1 1 1 1 1 1 1 1 1 Ƥ1 Ǥ1 ܤ1 ޤ1 1 1 1  1 1 1 1 1 1 1 ,1 .1 41 51 H1 J1 O1 P1 W1 \1 w1 x1 y1 z1 {1 Y1 Z1 f1 1 ȧ1 1 1 J1 ]1 1 1 ٨1 1 %1 81 l1 1 1 ܩ1 1 *1 :1 n1 1 1 ª1 ê1 Ī1 1 1 1 1 ,1 ;1 N1 O1 h1 1 1 1 Ȭ1 ۬1 ܬ1 1 *1 +1 ,1 `1 v1 1 1 1 1 1  1 *1 51 h1 r1 |1 }1 1 1 ®1 خ1 1 1 1 1 31 41 =1 _1 `1 t1 u1 1 1 1 ˯1 ̯1 ͯ1 ί1 ߯1 1  1 1 (1 )1 *1 +1 ,1 -1 61 W1 X1 l1 m1 1 1 1 1 1 1 1 $1 >1 ?1 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 ܱ1 ݱ1 1 1 1 01 11 F1 G1 X1 x1 y1 z1 1 1 1 1 1 1 1 1 1 1 1 1 ǳ1 1 1 1 1 
1 1 ˴1 1 1 1 1 *1 41 >1 ?1 `1 1 1 1 ֵ1 ׵1 1 x1 y1 1 1 Ŷ1 1 [1 \1 m1 1 1 1 #1 $1 %1 &1 '1 (1 11 1 1 1 1 1 1 ¸1 ø1 ĸ1 1 1 1 ӹ1 ޹1 1 1 1 1 ^1 u1 1 1 Ѻ1 Һ1 
1 B1 1 1 s1 t1 1 1 ˼1 ټ1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 -1 K1 Y1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 1 ʽ1 ؽ1 1 1 1 1 1 1 	1 
1 1 1 1 %1 *1 +1 ,1 N1 \1 l1 m1 x1 }1 ~1 1 1 1 1 1 1 1 1 1 1 ؾ1 1 1 1 1 1 1 1 1 1 #1 (1 )1 31 81 91 :1 v1 1 1 1 1 1 1 1 1 1 1 ƿ1 ǿ1 ѿ1 ֿ1 ׿1 ؿ1 1 1 1 1 1  1 !1 +1 01 11 <1 A1 B1 L1 Q1 R1 S1 1 1 *1 81 H1 I1 T1 Y1 Z1 d1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 B1 P1 `1 a1 l1 q1 r1 |1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 /1 41 51 61 \1 j1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 1 *1 +1 Z1 h1 x1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 61 ;1 <1 =1 i1 w1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 %1 &1 11 61 71 A1 F1 G1 H1 l1 1 1 1 1 +1 ,1 91 :1 ;1 ^1 1 1 1 *1 +1 51 @1 s1 }1 1 1 1 1 1 1 
1 1 1 h1 i1 1 1 1 71 m1 1 1 1 1 1 1 1 1 K1 d1 }1 1 1 1 1 1 1 1 1 1 (1 p1 q1 1 1 *1 F1 _1 y1 1 1 1 1 1 p1 q1 r1 s1 1 +1 ,1 `1 r1 1 1 t1 u1 1 1 1 1 1 1 1 '1 91 K1 L1 M1 N1 W1 1 1 1 1 1 1 t1 1 1 #1 I1 f1 1 1 1 1 1 1 f1 1 1 B1 C1 D1 E1 k1 l1 1 1 &1 81 91 C1 N1 1 1 1 1 1 1 1 1 1 1 1 c1 d1 1 1 1 1 1 1 1 S1 T1 U1 V1 1 1 @1 u1 v1 
1 1 E1 F1 W1 1 1 ^1 _1 1 1 1 1 1 r1 s1 1 1 u1 x1 1 1 1 1 O1 P1 _1 q1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 -1 41 @1 A1 B1 C1 1 1 <1 =1 1 1 1 1 1 1 r1 s1 )1 *1 1 1 1 1 1 1 1 /1 1 1 T1 1 1 )1 *1 K1 X1 e1 r1 1 1 1 1 1 1 1 1 1 1 )1 *1 51 e1 f1 1 1 1 1 X 2 Y 2 ,2 =2 r2 2 2 "2 P2 }2 2 2 2 G2 2 2 2 2 2 '2 +2 ,2 62 A2 t2 ~2 2 2 2 2 2 2 2 2 2 62 B2 i2 2 2 2 2 :2 D2 i2 2 2 2 2 
	2 	2 	2 	2 <	2 =	2 G	2 R	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 ;
2 G
2 n
2 
2 
2 
2 2 2 2 2 2 2 2 2 2 )2 42 g2 q2 {2 |2 2 2 2 2 2 2 2 2 2 
2 +
2 R
2 }
2 
2 
2 g2 2 2 2 2 2 2 2 2 2 02 :2 E2 x2 2 2 2 2 2 2 2 2 2 2 2 2 12 =2 d2 2 2 2 )2 e2 f2 g2 x2 2 2 2 2 2 2 2 2 2 2 =2 >2 ?2 A2 B2 C2 L2 2 2 2 2 2 ;2 X2 2 2 2 2 2 2 2 42 Q2 [2 f2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 O2 2 62 72 H2 z2 {2 |2 }2 ~2 2 2 `2 a2 2 2 2 F2 2 2 12 22 <2 G2 z2 2 2 2 2 2 2 2 2 #2 %2 <2 =2 F2 2 2 2 2 2 2 12 82 @2 A2 W2 g2 h2 i2 j2 2 2 2 2 2 2 2 2 2 
2 02 ^2 2 2 2 2 2 2 2 2 2 2 2 	2 
2 2 2 
2 2 2 2 82 Y2 Z2 2 2 2 2 2 2 2 2  2  2 !2 !2 !2 !2 !2 Z"2 a"2 j"2 k"2 s"2 "2 "2 "2 "2 "2 "2 
#2 '#2 /#2 D#2 Y#2 k#2 #2 #2 #2 #2 #2 #2 #2 #2 $2 .$2 S$2 f$2 y$2 z$2 {$2 |$2 $2 $2 %2 %2 %2 %2 %2 %2 %2 %2  &2 &2 &2 2&2 D&2 ^&2 x&2 &2 &2 &2 &2 &2 &2  '2 '2 4'2 D'2 ^'2 x'2 y'2 z'2 {'2 '2 '2 '2 '2 '2 (2 (2 	(2 
(2 (2 (2 (2 (2 F)2 )2 )2 )2 )2 )2 K*2 L*2 t*2 *2 *2 *2 *2 *2 *2 *2 *2 *2 +2 +2 ,2 U,2 ,2 ,2 ,2 ,2 -2 Z-2 [-2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 .2 .2 .2 A/2 /2 )02 *02 +02 <02 02 02 02 02 02 02 02 02 02 02 12 )12 C12 ]12 e12 z12 12 12 12 12 12 12 22 22 22 22 -22 22 22 22 22 22 22 22 22 	32 
32 32 32 32 32 .42 j42 ~42 52 52 52 52 52 ;62 62 62 62 62 62 62 62 72 !72 ;72 U72 f72 72 72 72 72 72 72 72 82 82 882 R82 c82 }82 82 82 82 82 82 82 82 82 92 92 '92 :92 M92 N92 O92 P92 Y92 :2 t:2 :2 (;2 [;2 ;2 $<2 y<2 <2 ~=2 =2 =2 =2 >2 j>2 >2 >2 >2 ?2 =?2 i?2 ?2 ?2 ?2 ?2 @2 &@2 /@2 0@2 8@2 M@2 b@2 w@2 @2 @2 @2 @2 @2 A2 A2 -A2 >A2 XA2 `A2 uA2 A2 A2 A2 A2 A2 A2 B2 *B2 ;B2 UB2 fB2 B2 B2 B2 B2 B2 B2 B2 B2 B2 B2 C2 C2 
C2 C2 C2 C2 D2 7E2 E2 E2 'F2 F2 G2 G2 G2 H2 7H2 VH2 {H2 H2 H2 H2 I2 I2 I2 $I2 hI2 oI2 xI2 yI2 I2 I2 I2 I2 I2 I2 I2 J2 J2 6J2 MJ2 ^J2 tJ2 J2 J2 J2 J2 J2 J2 J2 J2 K2 K2 2K2 CK2 ZK2 qK2 K2 K2 K2 K2 K2 K2 K2 K2 K2 K2 L2 %L2 8L2 KL2 ML2 NL2 OL2 XL2 jM2 2N2 O2 O2  P2 :P2 P2 P2 Q2 Q2 QQ2 Q2 R2 S2 T2 @U2 AU2 HU2 V2 V2 %W2 eW2 W2 W2 W2 X2 !X2 @X2 _X2 `X2 qX2 X2 X2 X2 X2 X2 X2 X2 X2 X2 X2 Y2 >Y2 `Y2 Y2 Y2 Y2 Y2 Y2 Z2  Z2 !Z2 2Z2 eZ2 Z2 Z2 Z2 Z2 Z2 w\2 y\2 \2 \2 &]2 ^]2 ]2 ]2 I^2 J^2 ^2 C_2 D_2 `2 `2 `2 `2  a2 ]a2 ^a2 a2 a2 b2 Cb2 b2 b2 .c2 /c2 9c2 Dc2 wc2 c2 c2 c2 c2 c2 c2 c2 c2 d2 d2 d2 d2 d2 Vd2 yd2 d2 d2 d2 e2 Me2 {e2 |e2 e2 e2 e2 e2 e2 e2 e2 e2 f2 f2 f2 f2 f2 /f2 Sf2 f2 f2 f2 f2 f2 g2 g2 &g2 9g2 Lg2 _g2 ag2 bg2 cg2 lg2 g2 g2 1h2 2h2 Ch2 Dh2 Eh2 mh2 nh2 h2 h2 h2 h2 h2 h2 h2 h2 h2 ni2 i2 i2 
j2 j2 j2 j2 Aj2 j2 j2 j2 j2 'k2 l2  l2 Tl2 l2 l2 m2 Jm2 m2 m2 n2 Yn2 n2 n2 n2 n2 	o2 o2 Go2 Qo2 [o2 \o2 o2 o2 o2 o2 o2 o2 o2 o2 o2 p2 tp2 p2 p2 p2 p2 &q2 hq2 iq2 zq2 q2 q2 q2 q2 q2 q2 q2 q2 q2 r2 	r2 r2 /r2 Br2 Ur2 Wr2 Xr2 nr2 or2 xr2 r2 s2 3s2 Ps2 is2 |s2 s2 s2 s2 s2 t2 2t2 Qt2 Rt2 St2 dt2 t2 t2 t2 t2 t2 t2 t2 t2 t2 u2 u2 .u2 Au2 Tu2 gu2 iu2 ju2 ku2 tu2 u2 v2 Ev2 Wv2 v2 v2 v2 v2 )w2 -w2 .w2 /w2 0w2 Aw2 nw2 ow2 w2 w2 w2 w2 w2 w2 w2 w2 w2 w2 `x2 x2 y2 By2 sy2 y2 y2 y2 y2 z2 Wz2 Xz2 Yz2 jz2 z2 z2 z2 z2 z2 z2 z2 {2 {2 {2  |2 |2 |2 |2 |2 w}2 }2 }2 8~2 9~2 r~2 ~2 2 2 =2 2 <2 =2 z2 ,2 f2 g2 2 N2 O2 2 2 2 Ń2 ؃2  2 2 G2 2 2 2 O2 2 2 !2 y2 2 2 Q2 R2 ]2 i2 x2 2 2 2 2 2 2 2 2 2 2 2 2 2 È2 ӈ2 Ԉ2 2 2 2 2 2 2 2 2 2 2 2 *2 +2 02 g2 l2 2 É2 ȉ2 2 2 ?2 @2 E2 |2 2 Ҋ2 ӊ2 ؊2 2 2 "2 #2 (2 `2 e2 2 2 2 2 ŋ2 2 2 2 2 F2 K2 W2 X2 [2 e2 f2 i2 r2 s2 t2 2 2 2 2 2 2 2 2 2 Ì2 ʌ2 ˌ2 ̌2 ͌2 Ό2 ό2 Ќ2 ь2 Ҍ2 ӌ2 Ԍ2 Ռ2 ֌2 ׌2 ،2 ٌ2 2 2 2 2 2 Ս2 2 2 2 2 2 2  2 2 	2 2 2 2 2 2 12 =2 >2 ?2 @2 A2 S2 m2 n2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 Î2 Ď2 ю2 2 2 2 2 2 u2 v2 2 2 2 2 2 d2 e2 q2 2 2 ͓2 2 2 2 D2 E2 F2 S2 2 "2 ޕ2 ߕ2 ̖2 ͖2 2 ×2 ϗ2 R2 2 2 2 2 T2 U2 2 o2 ϛ2 Л2 2 ,2 -2 @2 2 2 2 ֞2 2 a2 2 2 2 ҟ2 ӟ2 ܠ2 ݠ2 |2 }2 ۢ2 ܢ2 '2 32 B2 N2 O2 2 2 2 2 2 C2 H2 2 2 2 2 l2 2 2 Ȧ2 ɦ2 2 j2 k2 2 2 [2 \2 2 2 #2 $2 ګ2 ۫2 2 2 ì2 Ԭ2 2 >2 2 2 2 2 p2 t2 u2 2 2 2 2 2 2 2 Ʊ2 Ǳ2 ȱ2 ɱ2 ʱ2 ˱2 ϱ2 б2 ѱ2 ұ2 2 2 2 2 
2 2 2 2 #2 %2 +2 ,2 ?2 A2 G2 H2 ]2 _2 d2 e2 z2 |2 2 2 2 2 2 2 2 2 2 2 ʲ2 ̲2 Ҳ2 Ӳ2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 L2 f2 2 2 2 2 /2 C2 w2 2 ö2 ֶ2 
2 (2 \2 z2 2 ȷ2 ط2 2 +2 _2 `2 a2 b2 2 2 2 2 ʹ2 ٹ2 2 2 2 92 :2 X2 f2 y2 z2 2 Ⱥ2 ɺ2 ʺ2 2 2 *2 @2 V2 W2 2 2 Ȼ2 ӻ2 2 2 2 2 B2 _2 `2 v2 2 2 2 2 Ѽ2 Ҽ2 ۼ2 2 2 2 2 72 S2 T2 i2 j2 k2 l2 }2 2 2 2 ƽ2 ǽ2 Ƚ2 ɽ2 ʽ2 ˽2 Խ2 2 2 
2 2 %2 A2 B2 T2 2 2 2 ¾2 ܾ2 ݾ2 2 2 2 $2 %2 &2 M2 N2 O2 P2 Q2 R2 [2 z2 {2 2 2 2 ο2 Ͽ2 2 2 2 2 2 2 E2 F2 G2 H2 I2 J2 S2 2 2 R2 S2 T2 e2 2 2 2 2 2 52 i2 2 2 2 2 2 2 2 2 2 +2 A2 C2 t2 u2 ~2 2 2 S2 T2 c2 2 2 2 2 \2 2 2 2 2 2 2 2 2 2 *2 +2 <2 ]2 ^2 _2 `2 a2 b2 2 /2 02 q2 |2 2 2 2 2 2 2 +2 B2 o2 p2 2 2 &2 '2 2 2 )2 >2 i2 w2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 42 92 :2 D2 I2 J2 K2 h2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2 &2 +2 ,2 72 <2 =2 G2 L2 M2 N2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 "2 22 32 >2 C2 D2 N2 S2 T2 _2 d2 e2 o2 t2 u2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ]2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 *2 Q2 _2 o2 p2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2  2 +2 02 12 ;2 @2 A2 B2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 \2 2 2 2 2 2 2 "2 '2 (2 22 72 82 C2 H2 I2 S2 X2 Y2 Z2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 12 62 72 A2 F2 G2 R2 W2 X2 b2 g2 h2 i2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 *2 O2 r2 s2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 Y2 }2 2 2 2 2 2 2 2 '2 (2 v2 2 2 02 @2 Q2 a2 b2 2 2 2 2 2 2 42 c2 d2 2 2 2 2 2 2 2 2 2 ^2 2 2 2 2 2 ,2 D2 E2 F2 W2 2 2 2 2 :2 2 2 2 2 "2 #2 2 2 2 (2 [2 e2 o2 p2 2 2 2 2 2 2 2 2 :2 ;2 J2 [2 2 2 2 2 2 2 2 2 &2 '2 K2 L2 ]2 2 2 _2 2 2 2 2 2 	2 
2 2 2 2 2 2 2 2 2 )2 32 42 Z2 2 2 2 2 2 2 2 2 "2 #2 r2 s2 2 2 2 2 2 2 2 $2 2 2 2 2 2 2 2 2 2 ;2 <2 2 2 02 12 C2 2 2 2 2 &2 s2 2 2 2 2 g2 |2 2 2 2 2 "2 #2 (2 02 52 62 ;2 C2 O2 P2 U2 \2 a2 b2 g2 n2 z2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 p2 q2 .2 /2 2 2 2 2 2 2 ^2 _2 2 r 3 s 3 {3 |3 3 W3 X3 3 w3 3 3 3 3 3 3 3 3 .3 ?3 P3 a3 r3 s3 3 3 3 3 3 3 
3 
3 
3 
3 #3 $3 
3 
3 3 3 3 `3 a3 3 3 3 K3 L3 3 3 T3 U3 |3 3 3 3 3 3 3 3 3 3 &3 '3 U3 3 3 3 3 3 3 3 3 3 .3 l3 3 3 3 3 3 a3 b3 c3 t3 3 3 3 3 3 3 3 3 #3 -3 73 83 f3 3 3 3 3 3 3 3 3 3 3 73 w3 3 !3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 H3 n3 o3 p3 q3 s3 t3 u3 ~3 3 3 3 3 [3 3 3 n3 ~3 3 3 3 3 3 3 3 3 3 3 3  3 *3 +3 Y3 3 3 3 3 3 3 3 3 3 3 3 03 o3 3 3 3 3 3 3 $3 %3 &3 03 ;3 n3 x3 3 3 3 3 3 3 3 3 3 3 ) 3 5 3 \ 3  3  3  3  3 -!3 v!3 w!3 !3 !3 !3 !3 !3 !3 !3 "3 7"3 A"3 K"3 L"3 u"3 v"3 w"3 y"3 "3 "3 "3 #3 #3 #3 #3 #$3 $3 $3 $3 %3 %3 %3 %3 %3 %3 M%3 &3 &3 3'3 u'3 '3 '3 +(3 z(3 (3 (3 (3 (3 )3 ")3 ,)3 -)3 U)3 u)3 )3 )3 )3 )3 )3 )3 )3 )3 O*3 b*3 *3 *3 *3 *3 *3 *3 *3 *3 *3 +3 +3 +3 +3 0+3 S+3 f+3 y+3 +3 +3 +3 +3 +3 +3 +3 +3 *,3 +,3 ,,3 =,3 n,3 u,3 ~,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 -3 0-3 C-3 D-3 E-3 F-3 O-3 -3 ..3 A.3 '/3 (/3 )/3 */3 ;/3 /3 /3 03 	03 03 &03 ;03 M03 g03 03 03 03 03 03 03 03 	13 #13 =13 M13 g13 13 13 13 13 13 13 13 23 23 23 23 23 #23 23 23 033 133 233 C33 33 33 33 33 33 33 33 33 33 43 &43 @43 Z43 b43 w43 43 43 43 43 43 43 53 53 53 53 A53 Y53 l53 53 53 53 53 53 53 53 763 T63 63 63 73 73 73 73 73 73 73 83 +83 P83 c83 v83 83 83 83 83 83 ?93 g93 93 93 :3 :3 :3 :3 :3 :3 :3 !;3 ";3 G;3 Z;3 m;3 ;3 ;3 ;3 ;3 ;3 ;3 t<3 <3 <3 (=3 =3 =3 =3 =3 ->3 .>3 5>3 >>3 ?>3 G>3 \>3 q>3 >3 >3 >3 >3 >3 >3 ?3 ?3 -?3 ??3 Y?3 s?3 ?3 ?3 ?3 ?3 ?3 ?3 ?3 @3 @3 G@3 H@3 [@3 n@3 @3 @3 @3 @3 @3 @3 @3 lA3 A3 B3 B3 B3 \C3 ]C3 ^C3 oC3 C3 UD3 \D3 eD3 fD3 nD3 D3 D3 D3 D3 D3 D3 E3 E3 8E3 IE3 cE3 kE3 E3 E3 E3 E3 E3 E3 F3 F3 5F3 FF3 `F3 aF3 bF3 cF3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 G3 H3 sH3 H3 H3 LI3 I3 J3 rJ3 K3 rK3 sK3 zK3 K3 L3 L3 OL3 {L3 L3 L3 M3 3M3 gM3 hM3 yM3 M3 M3 M3 M3 M3 M3  N3 N3 'N3 AN3 [N3 lN3 N3 N3 N3 N3 N3 N3 N3 O3 (O3 =O3 OO3 iO3 O3 O3 O3 O3 O3 O3 P3 P3 P3  P3 !P3 IP3 JP3 ]P3 pP3 P3 P3 P3 P3 P3 P3 P3 sQ3 mR3 R3 KS3 XS3 S3 <T3 T3 oU3 vU3 U3 U3 U3 V3 0V3 OV3 nV3 V3 V3 V3 V3 W3 
W3 W3 W3 W3 1W3 CW3 UW3 gW3 ~W3 W3 W3 W3 W3 W3 W3 X3 #X3 :X3 ;X3 CX3 UX3 gX3 yX3 X3 X3 X3 X3 X3 X3 Y3  Y3 6Y3 GY3 ^Y3 _Y3 `Y3 aY3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 [3 [3 \3  ]3 ]3 ]3 #^3 B^3 ^3 ^3 ^3 _3 *`3 Ia3 qb3 b3 b3 b3 d3 d3 d3 e3 "e3 Ae3 e3 e3 e3 e3 e3 e3 f3 Sf3 Tf3 xf3 yf3 ~f3 f3 f3 f3 f3 f3 f3 f3 f3  g3 !g3 Cg3 eg3 g3 g3 g3 g3 g3 h3 (h3 )h3 *h3 +h3 eh3 j3 j3 Kj3 j3 j3 j3 Ck3 k3 k3 k3 :l3 l3 l3 m3 m3 fn3 gn3 n3 n3 n3 0o3 ro3 o3 o3 (p3 wp3 p3 p3 p3 p3 q3 q3 )q3 *q3 Rq3 Sq3 fq3 yq3 q3 q3 q3 q3 q3 q3 q3 r3 Nr3 |r3 r3 r3 r3 s3 s3 +s3 ,s3 -s3 Us3 Vs3 is3 |s3 s3 s3 s3 s3 s3 s3 s3 s3 tt3 ut3 t3 t3 t3 t3 t3 t3 t3 t3 t3 t3  u3 u3 
u3 (u3 Lu3 u3 u3 u3 u3 u3 v3 v3 v3 2v3 Ev3 Xv3 Zv3 [v3 \v3 ev3 v3 w3 w3 w3 w3 w3 w3 w3 w3 kx3 lx3 x3 x3 x3 y3 y3 y3 4z3 kz3 z3 z3 ){3 k{3 {3 {3 F|3 |3 |3 |3 |3 |3 |3 |3 |3 |3 "}3 #}3 H}3 [}3 n}3 }3 }3 }3 }3 }3 ~3 C~3 U~3 ~3 ~3 ~3 3 3 3 E3 L3 T3 U3 k3 {3 |3 }3 ~3 3 3 3 3 3 3 3 3 3 
3 3 3 3 р3 3 3 3 R3 ]3 |3 3 3 Ё3 3 3 3 3 63 =3 E3 F3 v3 3 3 3 3 3 3 ̂3 ߂3 3 3 3 3 	3 3 3 3 3 3 03 ;3 Z3 3 Ǆ3 ˄3 ̄3 ̈́3 ΄3 ߄3 3 
3 53 63 I3 \3 o3 3 3 3 3 3 3 ;3 3 3 3 #3 ^3 i3 3 3 3 3 3 3 53 63 73 83 _3 `3 3 R3 3 3 3 *3 e3 f3 3 3 3 3 ֋3 ׋3 3 s3 3 3 ی3 3 ڎ3 ێ3 3 ʏ3 3 3 83 3 3 "3 73 S3 c3 v3 3 3 3 /3 ^3 3 3 *3 3 3 3 V3 3 3 3 3 3 3 "3 53 93 :3 ;3 <3 =3 >3 ?3 @3 A3 U3 \3 a3 q3 r3 3 3 3 3 3 3 3 3 3 3 3 Ȗ3 ɖ3 Ζ3 3 
3 `3 a3 f3 3 3 ݗ3 ޗ3 3 3 3 p3 q3 v3 3 3 3 3 Ƙ3 3 3 *3 +3 03 ^3 c3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 #3 (3 03 73 >3 J3 K3 V3 Z3 a3 h3 i3 j3 k3 l3 m3 n3 o3 p3 q3 r3 s3 t3 u3 v3 w3 3 ?3 @3 Y3 Z3 s3 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 A3 B3 C3 P3 Q3 _3 `3 a3 b3 o3 3 H3 I3 ;3 <3 3 3 +3 43 T3 3 3 3 3 3 W3 X3 k3 3 3 3 3 3 3 3 )3 3 |3 }3 j3 k3 `3 a3 m3 3 K3 3 "3 3 3 3 3 
3 m3 n3 3 ʩ3 ˩3 ީ3 D3 E3 V3 t3 3 3 !3 :3 V3 p3 q3 z3 {3 3 3 y3 z3 Ű3 Ѱ3 3 3 3 >3 T3 3 3 3 3 3 %3 3 3 3 
3 G3 3 f3 g3 3 3 	3 T3 U3 3 3 R3 S3 3 ¸3 x3 y3 F3 G3 a3 r3 "3 ܻ3 #3 $3 3 3 3 3 3 )3 *3 >3 ?3 @3 I3 W3 d3 e3 f3 g3 h3 i3 m3 n3 o3 p3 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 A3 B3 Q3 S3 Y3 Z3 h3 j3 p3 q3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 83 R3 3 3 3 3 3 -3 a3 t3 3 3 3 3 L3 f3 v3 3 3 3 3 3  3 "3 +3 ,3 B3 h3 w3 3 3 3 3 3 3 3 3 3 63 f3 g3 h3 3 3 3 3 3 3 [3 \3 f3 q3 3 3 3 3 3 3 3 3 *3 @3 V3 X3 o3 p3 y3 3 3 3 3 3 3 3 3 3 	3 
3 3 ;3 <3 =3 d3 e3 f3 g3 h3 i3 r3 3 3 3 3 3 3 3 3 3 63 K3 `3 z3 {3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 -3 .3 P3 l3 m3 3 3 3 3 3 3 3 3 3 3 3 3 3 :3 ;3 3 3 3 3 #3 $3 %3 &3 F3 3 3 3 3 (3 33 f3 p3 z3 {3 3 3 3 3 3 3 3 3 3 3 3 3 R3 3 3 3 3 =3 >3 _3 `3 a3 b3 c3 d3 m3 3 3 3 3 3 3 3 3  3 -3 3 3 3 3 $3 /3 93 :3 3 3 3 3 
3 3 I3 ~3 3 3 3 3 3 3 3 3 %3 &3 13 63 73 A3 F3 G3 R3 W3 X3 b3 g3 h3 i3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 $3 %3 03 53 63 @3 E3 F3 Q3 V3 W3 a3 f3 g3 h3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 v3 3 3 3 3 3 3 3 3 3 3 3 3 3 
3 3 3 3 -3 ;3 K3 L3 W3 \3 ]3 g3 l3 m3 x3 }3 ~3 3 3 3 3 3 D3 f3 t3 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 J3 O3 P3 Q3 ~3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 .3 /3 :3 ?3 @3 J3 O3 P3 [3 `3 a3 k3 p3 q3 r3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 f3 g3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 %3 53 63 A3 F3 G3 Q3 V3 W3 b3 g3 h3 r3 w3 x3 y3 3 3 3 3 3 3 3 3 3 3 3 3 3  3 3 3 3 "3 03 @3 A3 L3 Q3 R3 \3 a3 b3 m3 r3 s3 }3 3 3 3 3 3 3 3 3 g3 h3 u3 v3 w3 3 3  3 T3 f3 g3 q3 |3 3 3 3 3 3 3 -3 /3 F3 G3 P3 3 3 3 3 3 s3 3 3 3 3 3  3 $3 %3 63 3 3 3 3 3 3 (3 W3 X3 Y3 Z3 [3 d3 3 3 3 [3 f3 3 3 3 3 3 3 3 3 3 3 3 3 3 g3 h3 3 3 3 3 3 3 3 3 3 3 
3 3 43 c3 u3 3 3 3 3 3 3 3 3 3 13 23 3 3 >3 _3 3 3 3 3 3 3 3 L3 3 3 ;3 ~3 3 3 3 3 3 -3 .3 b3 t3 u3 3 3 3 3 3 3 3  3 23 33 43 53 >3 3 3 3 3 3 3 23 33 D3 3 3 3 3 3 X3 |3 3 3 I3 V3 3 3 3 3 3 3 3 3 3 3 G3 H3 4 4 4 4 4 4 4  4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 !4 )4 .4 /4 74 ?4 K4 L4 T4 [4 `4 a4 i4 p4 |4 }4 ~4 4  4 !4 x4 y4 	4 	4 	4 	4 &
4 2
4 
4 
4 e4 f4 4 4 O4 4 4 4 4 k4 4 4 4 4 4 e4 f4 4 4 4 4 4 4 4 4 4 4 4 $4 74 N4 e4 f4 q4 4 4 ?4 @4 4 4 4 4 h4 y4 4 4 4 ^4 4 4 4 4 34 4 4 4 4 * 4 7 4 c 4 g!4 h!4 r!4 }!4 !4 !4 !4 !4 !4 %"4 &"4 ("4 )"4 *"4 3"4 r"4 ~"4 "4 "4 
#4 2#4 =#4 v#4 #4 #4 #4  $4 $4 $4 I$4 J$4 K$4 L$4 x$4 y$4 $4 $4 $4 $4 $4 $4 %4 )%4 *%4 +%4 -%4 .%4 /%4 8%4 w%4 %4 %4 %4 &4 9&4 &4 ('4 8'4 9'4 :'4 K'4 Y'4 Z'4 ['4 e'4 p'4 '4 '4 '4 '4 '4 (4 
(4 (4 (4 (4 (4 (4 (4 [(4 g(4 (4 (4 (4 )4 )4 *4 *4 *4 *4 /*4 =*4 >*4 ?*4 @*4 l*4 v*4 *4 *4 *4 *4 *4 *4 +4 +4  +4 !+4 #+4 $+4 %+4 .+4 m+4 y+4 +4 +4 
,4 -,4 e,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 -4 -4  -4 !-4 O-4 y-4 z-4 {-4 }-4 ~-4 -4 -4 -4 -4 -4 (.4 H.4 w.4 .4 .4 /4 /4 &/4 4/4 5/4 6/4 p/4 /4 /4 /4 /4 /4 /4 /4 04 04 04 04 .04 /04 804 :14 ;14 L14 14 14 r24 s24 24 24 24 24 24 24 24 24 44 44 44 54 J54 54 54 64 m64 n64 x64 64 64 64 64 64 64 74 &74 974 L74 _74 a74 x74 y74 74 74  84 -84 .84 /84 @84 m84 t84 |84 }84 84 84 84 84 84 84 84 94 94 *94 =94 >94 ?94 @94 I94 l94 94 94 94 94 94 :4 :4 :4 :4 3:4 C:4 D:4 E:4 F:4 G:4 H:4 I:4 J:4 K:4 L:4 t:4 :4 :4 :4 :4 :4 :4 :4 :4 :4 *;4 ;4 ;4 <4 <4 <4 <4 <4 =4 =4 =4 =4 =4 =4 =4 =4 >4 >4 />4 I>4 c>4 k>4 >4 >4 >4 >4 >4 >4 ?4 ?4  ?4 !?4 "?4 J?4 j?4 ?4 ?4 ?4 ?4 ?4 ?4 ?4 ,@4 Z@4 @4 @4 @4 @4 +A4 2A4 ;A4 <A4 DA4 YA4 nA4 A4 A4 A4 A4 A4 A4  B4 B4 *B4 <B4 VB4 pB4 B4 B4 B4 B4 B4 B4 B4 B4 
C4 C4 0C4 CC4 DC4 EC4 FC4 OC4 C4 C4 9D4 D4  E4 !E4 "E4 #E4 4E4 E4 E4 E4 E4 E4 F4 F4 'F4 (F4 )F4 *F4 3F4 F4 G4 HG4 G4 /H4 0H4 1H4 2H4 CH4 H4 H4 H4 H4 H4 H4 I4 I4 1I4 2I4 3I4 4I4 =I4 J4 9J4 }J4 J4 eK4 fK4 gK4 xK4 K4 K4 K4 K4 K4 K4 K4 L4 !L4 ;L4 UL4 eL4 L4 L4 L4 L4 L4 L4 L4 M4 !M4 ;M4 UM4 VM4 WM4 XM4 iM4 M4 M4 M4 M4 M4 N4 N4 2N4 EN4 FN4 GN4 HN4 QN4 
O4 jO4 O4 O4 MP4 P4 P4 P4 
Q4 wQ4 Q4 Q4 R4 R4 R4 !R4 6R4 KR4 ]R4 wR4 R4 R4 R4 R4 R4 S4 	S4 S4 3S4 HS4 ZS4 tS4 S4 S4 S4 S4 S4 S4 S4  T4 T4 )T4 *T4 =T4 PT4 cT4 vT4 T4 T4 T4 T4 T4 YU4 U4 V4 dV4 V4 V4 `W4 W4 X4 X4 Y4 Y4 Y4 WY4 Y4 Y4 Y4 Z4 MZ4 yZ4 Z4 Z4 [4 [4 [4 [[4 b[4 k[4 l[4 t[4 [4 [4 [4 [4 [4 [4 
\4 $\4 >\4 O\4 i\4 z\4 \4 \4 \4 \4 \4 \4 ]4 !]4 2]4 L]4 f]4 w]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ^4 !^4 4^4 G^4 H^4 I^4 J^4 S^4 _4 `4 s`4 `4 `4 ca4 a4 Vb4 
c4 c4 Tc4 sc4 c4 c4 c4 c4 d4 Md4 Nd4 Od4 `d4 d4 d4 d4 d4 d4 d4 d4 d4 e4 e4 3e4 Je4 [e4 re4 e4 e4 e4 e4 e4 e4 e4 e4 f4 f4 )f4 @f4 Wf4 nf4 f4 f4 f4 f4 f4 f4 f4 f4 f4 f4 'g4 (g4 ;g4 Ng4 ag4 tg4 g4 g4 g4 g4 g4 h4 ni4 @j4 j4 <k4 vk4 k4 k4 =l4 [l4 l4 m4 m4 n4 p4 |p4 }p4 p4  r4 !r4 ar4 r4 r4 r4 s4 >s4 ]s4 |s4 s4 s4 s4 s4 s4 t4 t4 t4 t4 t4  t4 )t4 6t4 Xt4 zt4 t4 t4 t4 t4 u4 %u4 Gu4 \u4 ]u4 nu4 u4 u4 u4 u4 u4 v4 w4 w4 w4 +x4 bx4 x4 x4 0y4 y4 y4 y4 z4 z4 ?{4 @{4 |4 |4 <|4 |4 |4 |4 }4 G}4 }4 }4 ~4 j~4 k~4 u~4 ~4 ~4 ~4 ~4 ~4 ~4 ~4 4 4 *4 =4 ?4 @4 A4 J4 4 4 4 4 84 R4 4 4 4 ɀ4 ʀ4 ˀ4 4 4 4 4 -4 @4 B4 C4 D4 M4 k4 4 4 4 $4 %4 &4 N4 O4 b4 u4 4 4 4 4 4 4 Ƃ4 4 m4 n4 4 4 4 4 4 4 Ѓ4 4 4 4 4 4 4 '4 4 74 84 I4 J4 K4 L4 }4 	4 
4 14 24 c4 [4 \4 4 ҇4 	4 A4 4 ǈ4 	4 N4 4 4 94 :4 ;4 E4 P4 4 4 4 4 4 4 4 4 4 4 !4 74 84 A4 4 4 4 +4 64 b4 4 4 4 4 4 4 4 	4 4 4 4 4 D4 E4 X4 k4 ~4 4 4 4 4 4 4 #4 >4 o4 4 4 4 4 4 4 64 H4 n4 4 4 4 4 ԏ4 ۏ4 4 4 4 +4 ,4 -4 .4 V4 W4 j4 }4 4 4 4 4 4 4 4 G4 4 4 Α4 ّ4 4 #4 e4 i4 j4 k4 l4 }4 4 4 Ӓ4 Ԓ4 4 4 
4  4 "4 #4 $4 -4 4 ٓ4 K4 ~4 4 4 4 4 &4 Q4 4 4 4 4 ӕ4 ԕ4 Օ4 ֕4 4 4 94 4 "4 #4 \4 ȗ4 4 4 64 4 4 4 t4 u4 4 4 @4 A4 y4 K4 x4 y4 4 h4 4 4 ֝4 4 4 4 ՞4 4 4 4 <4 =4 4 ͠4 4 54 4 ȡ4 !4 ]4 4 4 +4 4 4 4 4 4 4 ӣ4 ף4 أ4 ٣4 ڣ4 ۣ4 ܣ4 ݣ4 ޣ4 ߣ4 4 4 4 4 4 4  4 !4 -4 .4 /4 04 ;4 ?4 R4 Z4 f4 g4 l4 4 4 4 4 4 14 64 {4 |4 4 4 4 4 4 4 @4 D4 ^4 _4 d4 4 4 Ȧ4 ɦ4 Φ4 4 4 '4 (4 )4 34 4 4 4 4 4 4 4 4 4 4 4 4 Ƨ4 Χ4 է4 ܧ4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 *4 ݨ4 ި4 4 4 4 "4 #4 74 94 :4 ;4 <4 =4 E4 K4 L4 U4 Y4 Z4 m4 y4 z4 {4 |4 }4 4 4 4 4 ©4 é4 ͩ4 ک4 ۩4 ܩ4 ݩ4 ީ4 ߩ4 4 4 4 4 4 4 4  4 
4 4 4 4 ٫4 ګ4 4 4 ɭ4 ҭ4 4 K4 X4 4 4 4 4 4 	4 .4 /4 @4 4 4 4 4 ǯ4 ^4 4 4 4 	4 4 4 4 4 4 Z4 4 )4 4 4 P4 4 4 4 J4 h4 i4 |4 4 4 4 4 44 4 4 غ4 4 4 4 4 4 4 4 4 4 c4 o4 ~4 4 4 ܾ4 4 $4 %4 64 4 4 ÿ4 !4 "4 >4 4 4 ?4 4 4 V4 4 4 4 4 4 4 4 4 _4 `4 4 4 4 4 4 4 4 z4 4 4 @4 A4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 '4 )4 /4 04 I4 K4 P4 Q4 _4 a4 g4 h4 {4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 "4 $4 )4 *4 14 64 Q4 R4 S4 T4 U4 34 44 @4 4 4 4 4 $4 74 k4 4 4 4 4 4 F4 d4 4 4 4 4 4 H4 g4 4 4 4 4 4 4 4 4 4 4 (4 )4 B4 u4 v4 4 4 4 4 4 4 4 4 :4 P4 f4 |4 4 4 4 4 4 4 B4 L4 V4 W4 ~4 4 4 4 4 4 4 4 
4 4 4 94 :4 N4 O4 s4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 14 24 F4 G4 a4 }4 ~4 4 4 4 4 4 4 4 .4 /4 @4 `4 a4 b4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4  4 !4 24 R4 S4 T4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 q4 4 4 4 4 4 4 4 4 4 :4 g4 }4 4 4 4 4 R4 S4 4 4 4 4 54 64 G4 4 4 4 4 4 4  4 4 4 4 f4 g4 x4 4 4 4 4 4 4 4 k4 l4 4 4 4 4 4 4 84 O4 g4 ~4 4 4 4 4 b4 c4 M4 N4 e4 z4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 %4 34 C4 D4 O4 T4 U4 _4 d4 e4 p4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 (4 64 F4 G4 R4 W4 X4 b4 g4 h4 s4 x4 y4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 4 P4 ^4 n4 o4 z4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 4 4 &4 +4 ,4 -4 4 4 4 4 "4 #4 .4 34 44 >4 C4 D4 O4 T4 U4 _4 d4 e4 f4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 *4 :4 ;4 F4 K4 L4 V4 [4 \4 g4 l4 m4 w4 |4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 	4 4 4 4 64 D4 T4 U4 `4 e4 f4 p4 u4 v4 4 4 4 4 4 4 4 4 4 44 B4 R4 S4 ^4 c4 d4 n4 s4 t4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 4 4 C4 Q4 a4 b4 m4 r4 s4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4  4 !4 "4 F4 f4 4 4 4 4 4 4 4 4 84 4 4 4 4 4 4 4 M4 W4 a4 b4 4 4 4 4 4 4 4 B4 C4 c4 d4 4 4 G4 l4 |4 4 4 4 4 4 4 %4 >4 W4 p4 4 4 4 4 4 4 4 4 4 J4 K4 4 4 4  4 94 S4 h4 4 4 4 4 J4 K4 L4 M4 v4 4 4 :4 L4 ^4 _4 N4 O4 Y4 d4 4 4 4 4 4 4 4 %4 &4 '4 (4 14 v4 w4 4 4 4 4 N4 4 4 4 #4 @4 b4 c4 4 4 4 4 @4 4 4 4 4 4 4 E4 F4 4 4  4 4 4 4 (4 [4 e4 o4 p4 4 4 4 4 4 4 4 = 5 > 5 ^ 5 _ 5  5  5  5  5  5 -5 .5 /5 05 `5 5 5 O5 P5 5 5 5  5 15 w	5 x	5 8
5 9
5 l5 m5 5 5 5 L5 M5 b5 5 O5 R5 5 5 5 5 )5 *5 95 K5 ^5 _5 d5 l5 q5 r5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 j5 k5 5 5 L5 M5 5 5 5 5 5 5 5 5 5 	5 5 5 .5  5  5 "5 "5 %#5 2#5 ?#5 L#5 Y#5 j#5 {#5 #5 #5 #5 #5 #5 #5 #5 $5 $5 $5 ?%5 @%5 %5 %5 _&5 `&5 2)5 3)5 *5 *5 L*5 *5 *5 *5 *+5 W+5 +5 +5 +5 !,5 ,5 ,5 ,5 -5 -5 .5 /5 /5 /5 /5 N/5 X/5 b/5 c/5 /5 /5 /5 /5 /5 /5 /5 05 05 C05 j05 05 05 05 15 15 C15 15 15 15 15 15 15 15 15 25 25 !25 ,25 _25 i25 s25 t25 25 25 25 25 25 25 25 25 35 !35 H35 s35 35 35 ]45 45 45 45 45 45 45 45 45 55 55 A55 K55 U55 V55 55 55 55 55 55 55 55 55 55 55 65 ,65 W65 65 65 A75 75 75 75 75 75 75 75 75 75 
85 85 85 R85 \85 f85 g85 85 85 85 85 85 85 85 85 85 95 95 >95 l95 95 95 :5 ?:5 @:5 A:5 R:5 `:5 a:5 b:5 l:5 w:5 :5 :5 :5 :5 :5 ;5 ;5 ;5 ;5 ;5 ;5 &;5 e;5 q;5 ;5 ;5 ;5 <5 2<5 i<5 <5 <5 <5 <5 <5 <5 =5 +=5 5=5 @=5 s=5 }=5 =5 =5 =5 =5 =5 =5 =5 =5 =5 >5 >5 >5 )?5 _?5 @5 @5 "@5 T@5 U@5 V@5 W@5 X@5 Y@5 @5 :B5 ;B5 oB5 B5 B5  C5 gC5 C5 D5 D5 D5 !D5 TD5 ^D5 hD5 iD5 D5 D5 D5 D5 D5 D5 D5 E5 E5  E5 E5 E5 E5 E5 E5 E5 F5 F5 F5 F5 1F5 AF5 BF5 CF5 DF5 lF5 F5 F5 F5 F5 F5 F5 F5 F5 F5 
G5 8G5 fG5 gG5 hG5 yG5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 H5 3H5 4H5 YH5 lH5 H5 H5 H5 H5 H5 H5 jI5 }I5 cJ5 dJ5 eJ5 fJ5 wJ5 4K5 ;K5 DK5 EK5 MK5 bK5 wK5 K5 K5 K5 K5 K5 L5 	L5 L5 3L5 EL5 _L5 yL5 L5 L5 L5 L5 L5 L5 L5 M5 -M5 @M5 SM5 TM5 UM5 VM5 _M5 M5 M5 lN5 mN5 nN5 N5 N5 N5 N5 N5 N5 N5 O5 O5 8O5 RO5 bO5 |O5 O5 O5 O5 O5 O5 O5 P5 P5 8P5 RP5 SP5 TP5 UP5 }P5 P5 P5 P5 P5 P5 P5 P5 P5 P5 sQ5 Q5 Q5  R5 R5 R5 R5 R5 R5 %S5 &S5 NS5 gS5 S5 S5 S5 S5 S5 S5 S5 S5 {T5 T5 T5 /U5 U5 U5 U5 U5 U5 4V5 5V5 ]V5 ^V5 V5 V5 V5 V5 V5 V5 V5 V5 V5 W5 W5 X5 dX5 Y5 Y5 Y5 Y5 iY5 jY5 qY5 zY5 {Y5 Y5 Y5 Y5 Y5 Y5 Y5 Z5 Z5 7Z5 ?Z5 TZ5 iZ5 {Z5 Z5 Z5 Z5 Z5 Z5 Z5 Z5 Z5 [5 Z[5 [[5 [5 [5 [5 [5 [5 [5 [5 [5 [5 [5 [5 \5 ]5 D]5 X]5 ]5 ^5 ^5 ^5 ^5 _5 _5 _5 _5 _5 _5 _5 _5 _5 _5 `5 /`5 @`5 Z`5 t`5 `5 `5 `5 `5 `5 `5 `5 a5 ,a5 =a5 Wa5 qa5 a5 a5 a5 a5 a5 a5 a5 a5 a5 b5 b5 'b5 (b5 )b5 *b5 3b5 b5 Nc5 c5 d5 5d5 d5 d5 Se5 e5 Xf5 f5 f5 f5 f5 Dg5 [g5 g5 g5 g5 h5 Ch5 oh5 h5 h5 h5 h5  i5 	i5 
i5 i5 'i5 <i5 Qi5 ci5 }i5 i5 i5 i5 i5 i5 j5 j5 2j5 :j5 Oj5 dj5 yj5 j5 j5 j5 j5 j5 k5 k5 /k5 @k5 Zk5 [k5 \k5 ]k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 l5 m5 n5 n5 n5 o5 xo5 o5 p5 p5 p5 q5 0q5 Uq5 lq5 q5 q5 q5 q5 q5 q5 Br5 Ir5 Rr5 Sr5 [r5 mr5 r5 r5 r5 r5 r5 r5 r5 s5 's5 8s5 Ns5 _s5 vs5 ws5 s5 s5 s5 s5 s5 s5 s5 t5 t5 4t5 Kt5 \t5 rt5 t5 t5 t5 t5 t5 t5 t5 t5 t5 t5 u5 %u5 'u5 (u5 )u5 2u5 Dv5 w5 w5 \x5 x5 y5 _y5 ~y5 y5 y5 +z5 z5 f{5 |5 }5 ~5 ~5 "~5 5 5 5 ?5 ^5 }5 5 ܀5 5 5 95 :5 K5 5 5 5 5 5 5 5 5 ǁ5 ԁ5 5 5 :5 \5 ]5 5 5 Â5 5 5 5 5 ?5 d5 e5 f5 g5 5 Q5 S5 5 Ʌ5  5 85 5 Ά5 #5 $5 v5 5 5 ݈5 ވ5 5 5 ډ5 75 85 l5 5 5 5 d5 5 5 	5 5 5 Q5 [5 e5 f5 5 5 5 5 Ȍ5 ی5 ݌5 ތ5 ߌ5 5 05 S5 5 5 ֍5 5 '5 U5 V5 g5 h5 i5 5 5 5 5 ˎ5 ގ5 5 5 5 5 	5 -5 5 5 5 Ï5 ď5 5 5  5 5 &5 95 ;5 <5 =5 F5 d5 5 5 5 5 5 5 G5 H5 [5 n5 5 5 5 5 5 5 ő5 H5 Ւ5 ֒5 5 5 5 5 5 5 5 ϓ5 Г5 5 5 5 .5 p5 5 ߕ5 $5 e5 5 5 35 5 ח5 ؗ5 ٗ5 5 5 !5 +5 55 65 ^5 _5 5 5 5 5 5 ՘5 ֘5 ߘ5 N5 5 5 ə5 ԙ5  5 B5 C5 T5 5 5 5 5 5 5 5 5 5 5 5 5 	5 5 /5 15 25 H5 I5 R5 5 ܛ5 
5 *5 C5 V5 5 5 5 Ԝ5 5 5 +5 ,5 -5 >5 r5 y5 5 5 5 ɝ5 ʝ5 ˝5 ̝5 5 5 5 5 .5 A5 C5 D5 E5 N5 5 5 5 15 l5 w5 5 5 5 5 5 	5 
5 5 H5 I5 q5 r5 5 5 5 5 5 5  5 ˠ5 :5 w5 5 5 M5 _5 5 5 Ģ5 5 15 25 35 D5 q5 r5 s5 t5 5 5 ף5 5 5 5 5 f5 5 5 ԥ5 Q5 5 5 5 5 L5 5 ާ5 ߧ5 5 5 5 5 T5 5 @5 A5 t5 (5 )5 ^5 s5 5 5 5 ڬ5 ۬5 !5 k5 5 Ӯ5 )5 f5 5 5 S5 5 ɰ5 +5 ,5 75 C5 R5 ^5 q5 u5 v5 w5 x5 y5 z5 {5 |5 }5 5 5 5 5 5 5 5 5 ˱5 ̱5 ͱ5 α5 ٱ5 ݱ5 5 5 5 5 
5 A5 F5 5 5 5 ϲ5 Բ5 5 5 5 V5 Z5 5 5 5 ޳5 5 5 5 5 :5 ?5 f5 g5 l5 5 5 Ŵ5 ƴ5 Ǵ5 Ѵ5  5 %5 15 25 55 ?5 @5 C5 L5 M5 N5 _5 d5 l5 s5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ȵ5 {5 |5 5 5 5 5 5 ն5 ׶5 ض5 ٶ5 ڶ5 ۶5 5 5 5 5 5 5 5 5 5 5 5 5 -5 G5 H5 S5 `5 a5 k5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 w5 x5 O5 P5 g5 p5 5 5 5 >5 ?5 K5 5 5 5 ̼5 ͼ5 ޼5 5 5  5 -5 e5 5 5 5 5 5 5 5 5 ,5 5 5 ^5 5 .5 /5 5 I5 5 5 5 5 5 5 5 5 5 5 5 ;5 ]5 v5 5 5 5 5 5 V5 W5 5 5 5 
5 5 (5 )5 z5 5 5 5 5 5 "5 a5 5 5 5 F5 5 5 5 5 5 D5 E5 5 5 55 65 5 5 5 5 5 5 5 5 5 5 ^5 5 _5 `5 5 5 J5 N5 O5 e5 f5 z5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 !5 "5 75 95 >5 ?5 T5 V5 [5 \5 v5 x5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 &5 @5 t5 5 5 5 	5 5 Q5 i5 5 5 5 5 65 T5 5 5 5 5 5 95 :5 ;5 <5 ^5 g5 h5 ~5 5 5 5 5 5 5 5 25 @5 S5 T5 r5 5 5 5 5 5 5 5 05 15 5 5 5 5 5 5 5 5 5 95 :5 P5 f5 |5 5 5 5 5 5 5 5 5 5 5 -5 .5 C5 D5 E5 F5 W5 w5 x5 y5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 .5 Y5 r5 5 5 5 5 5 5 5 5 5  5 '5 (5 )5 *5 +5 ,5 55 T5 U5 i5 j5 5 5 5 5 5 5 5 5 5 5  5 !5 "5 #5 $5 -5 v5 w5 ,5 -5 .5 ?5 _5 `5 a5 b5 5 5 C5 Y5 Z5 d5 o5 5 5 5 5 5 5 5 5 N5 O5 X5 5 5 -5 .5 =5 5 5 5 5 65 y5 z5 5 5 5 5 5 5 5 5 5 5 75 85 95 :5 ;5 <5 i5 	5 
5 K5 V5 `5 k5 u5 v5 5 5 5 5 I5 J5 5 5  5 5 5 5 5 5 C5 Q5 a5 b5 m5 r5 s5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 #5 $5 %5 B5 P5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5 5 !5 &5 '5 (5 P5 ^5 n5 o5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 (5 -5 .5 95 >5 ?5 I5 N5 O5 P5 i5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 75 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 5 5 L5 Z5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 $5 %5 /5 45 55 65 5 5 5 5 5 5 5 5 5 5 5 5 5 "5 #5 -5 25 35 45 S5 a5 q5 r5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5  5 !5 ,5 15 25 <5 A5 B5 C5 ^5 l5 |5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 )5 L5 M5 5 5 5 5 5 5 [5 \5 5 5 5 5 5 5 5 5  5 35 W5 i5 k5 5 5 5 5 5  6  6 P 6  6  6 
6 6 +6 ;6 <6 `6 a6 r6 6 6 6 6 =6 >6 d6 6 6 6 6 6 6 6 6 86 6 6 6 6 6 6 6 6  6 16 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 56 ?6 I6 J6 p6 6 6 6 6 6 6 6 6 6 $6 56 m6 n6 6 Z	6 z	6 	6 	6 	6  
6 
6 %
6 &
6 7
6 
6 
6 96 w6 6 6 6 6 6 6 i6 j6 6 6 6 6 6 6 
6 

6 
6 4
6 \
6 n
6 o
6 p
6 q
6 z
6 
6 
6 
6 
6 L6 M6 n6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 6 6 6 6  6 M6 6 6 [6 \6 A6 V6 6 6 6 6 6 6  6 
 6  6  6  6  6 ) 6 * 6 / 6 6 6 ; 6 < 6 A 6 H 6 T 6 U 6 ] 6 e 6 j 6 k 6 s 6 { 6  6  6  6  6  6  6  6  6  6  6  6  6 \!6 ]!6 "6 "6 J$6 K$6 %6 	%6 b%6 n%6 %6 %6 &6 &6 8'6 9'6 '6 L)6 M)6 U*6 V*6 *6 1,6 2,6 ,6 Q.6 [.6 /6 /6 06 06 06 06 06 16 16 *16 ;16 L16 M16 `16 s16 16 16 16 16 26 26 {36 |36 36 36 66 66 76 76 76 :86 ;86 86 86 86 %96 &96 o96 96 .:6 /:6 V:6 f;6 s;6 ;6 <6 <6 <6 <6 <6 <6  =6 =6 /=6 a=6 b=6 d=6 e=6 f=6 o=6 =6 =6 =6 >6 F>6 n>6 y>6 >6 >6 >6 ;?6 <?6 =?6 N?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 @6 @6 @6 @@6 e@6 f@6 g@6 i@6 j@6 k@6 t@6 @6 @6 @6 A6 QA6 uA6 A6 dB6 tB6 uB6 vB6 B6 B6 B6 B6 B6 B6 B6 B6 B6 B6 "C6 HC6 IC6 JC6 KC6 MC6 NC6 OC6 XC6 C6 C6 C6 C6 5D6 YD6 D6 HE6 XE6 YE6 ZE6 kE6 yE6 zE6 {E6 |E6 E6 E6 E6 E6 E6 F6 F6 3F6 ZF6 [F6 \F6 ]F6 _F6 `F6 aF6 jF6 F6 F6 F6 
G6 IG6 iG6 G6 G6 G6 G6 G6 G6 G6  H6 
H6 H6 HH6 RH6 \H6 ]H6 H6 H6 H6 H6 H6 H6 H6 H6 I6 I6 6I6 dI6 I6 I6 I6 J6 PJ6 QJ6 bJ6 pJ6 qJ6 rJ6 J6 J6 J6 J6 K6 K6 %K6 &K6 OK6 PK6 QK6 SK6 jK6 kK6 tK6 vL6 wL6 L6 L6 L6 M6 M6 M6 M6 M6 M6 M6 M6 M6 'N6 O6 O6 
P6 OP6 P6 P6 Q6 TQ6 Q6 Q6 Q6 Q6 Q6 Q6 R6 R6 /R6 OR6 bR6 uR6 R6 R6 R6 R6 R6 R6 )S6 <S6 iS6 jS6 kS6 |S6 S6 S6 S6 S6 S6 S6 S6 S6 S6 
T6 -T6 @T6 ST6 fT6 yT6 zT6 {T6 |T6 T6 T6 T6 U6 U6 U6 U6 HU6 OU6 XU6 YU6 oU6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 
V6 V6 V6 V6  V6 )V6 fV6 W6 W6 X6 X6 X6 X6 X6 X6 X6 X6 X6 X6  Y6 Y6 'Y6 AY6 [Y6 kY6 Y6 Y6 Y6 Y6 Y6 Y6 Y6 Z6 'Z6 AZ6 [Z6 \Z6 ]Z6 ^Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 h[6 [6 
\6 \6 \6 \6 g\6 n\6 w\6 x\6 \6 \6 \6 \6 \6 \6  ]6 ]6 4]6 <]6 Q]6 f]6 x]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ^6 3^6 F^6 Y^6 l^6 ^6 ^6 ^6 ^6 ^6 _6 ._6 u_6 _6 \`6 ]`6 ^`6 _`6 p`6 `6 `6 `6 a6 *a6 =a6 Pa6 ca6 da6 ea6 fa6 oa6 b6 Ab6 b6 b6 kc6 lc6 mc6 nc6 c6 c6 c6 c6 c6 !d6 4d6 Gd6 Zd6 md6 nd6 od6 pd6 yd6 Ne6 ue6 e6 f6 f6 f6 f6 f6 g6 g6 g6 g6 g6 !g6 6g6 Kg6 ]g6 wg6 g6 g6 g6 g6 g6 g6 h6 h6 3h6 Mh6 ]h6 wh6 h6 h6 h6 h6 h6 h6 h6 !i6 "i6 5i6 Hi6 [i6 ni6 i6 i6 i6 i6 i6 Fj6 j6 j6 j6 k6 6l6 7l6 8l6 Il6 l6 /m6 6m6 ?m6 @m6 Hm6 ]m6 rm6 m6 m6 m6 m6 m6 m6 n6 #n6 =n6 En6 Zn6 on6 n6 n6 n6 n6 n6 n6 o6  o6 :o6 ;o6 <o6 =o6 eo6 fo6 yo6 o6 o6 o6 o6 o6 o6 o6 o6 p6 p6 Mq6 q6 q6 &r6 r6 r6 Ls6 s6 Lt6 Mt6 Tt6 t6 t6 t6 )u6 Uu6 u6 u6 u6 
v6 Av6 Bv6 Sv6 v6 v6 v6 v6 v6 v6 v6 v6 w6 w6 5w6 Fw6 `w6 zw6 w6 w6 w6 w6 w6 w6 x6 x6 )x6 Cx6 ]x6 nx6 x6 x6 x6 x6 x6 x6 x6 x6 x6 #y6 $y6 7y6 Jy6 ]y6 py6 y6 y6 y6 y6 y6 Mz6 G{6 {6 %|6 2|6 |6 }6 }6 I~6 P~6 ~6 ~6 ~6 ~6 
6 )6 H6 6 6 6 6 6 6 6 6 6 6 6 /6 A6 X6 o6 6 6 6 ŀ6 ր6 6 6 6 6 6 /6 A6 S6 e6 |6 6 6 6 ҁ6 6 6 6 !6 86 96 :6 ;6 c6 d6 w6 6 6 6 Â6 ł6 Ƃ6 ǂ6 Ђ6 6 6 |6 6 x6 6 6 6 y6 6 ɇ6 [6 6 #6 K6 6 6 6 \6 ]6 6 ݍ6 6 6 [6 z6 6 6 ׎6 ؎6 6 -6 .6 R6 S6 X6 Z6 [6 \6 e6 r6 6 6 ؏6 6 6 6 ?6 a6 6 6 6 6 ݐ6 6 6 6 6 ?6 6 6 %6 g6 6 ֓6 6 l6 6 6 6 6 6 {6 |6 @6 A6 x6 ՗6 ֗6 
6 L6 6 6 6 Q6 6 6 6 6 6 6 6 6 ,6 -6 @6 S6 f6 y6 {6 |6 }6 6 Κ6 6 (6 V6 t6 6 ś6 6 6 6 6 6 /6 06 C6 V6 i6 |6 ~6 6 6 6 6 ˜6 N6 O6 `6 a6 b6 6 6 6 6 ĝ6 ם6 ٝ6 ڝ6 ۝6 6 6 &6 6 6 6 6 6 6 6 6 6 6 26 46 56 66 ?6 c6 6 s6 t6 6 6 6 6 6 E6 F6 m6 n6 6 6 6 ̢6 6 E6 }6 £6 6 E6 6 Ѥ6  6 u6 v6 w6 6 6 6 ɥ6 ӥ6 ԥ6 6 6 "6 56 H6 [6 ]6 s6 t6 }6 6 6 /6 g6 r6 6 6 6 6 6 &6 .6 /6 E6 U6 V6 W6 X6 6 6 6 6 6 ͨ6 Ϩ6 Ш6 6 6 6 _6 z6 6 ȩ6 6 6 ,6 76 V6 r6 6 6 ɪ6 ʪ6 ˪6 ܪ6 6 6 6  6 P6 g6 h6 i6 j6 6 6 6 6 ̫6 ߫6 6 6 6 6 [6 6 6 Ϭ6 
6 6 46 _6 6 6 6 6 6 6 6 6 6 6 #6 66 I6 \6 ^6 _6 `6 i6 خ6 6 6 6 6 6 86 C6 b6 6 ϰ6 а6 Ѱ6 6 6 6 6 6 96 :6 u6 ,6 ^6 _6 6 6 ?6 @6 r6 6 Z6 [6 6 6 6 M6 |6 }6 6 6 6 6 6 6 ޸6 ߸6 6 ƹ6 ǹ6 6 6 -6 =6 P6 x6 y6 6 	6 86 q6 Ǽ6 6 ]6 6 6 06 g6 ɾ6 ʾ6 վ6 6 6 6 6 6 6 6 6 6 6 6 6 6 /6 66 ;6 K6 L6 [6 \6 ]6 i6 j6 k6 l6 w6 {6 6 6 6 6 6 ߿6 6 :6 ;6 @6 m6 r6 6 6 6 6 6 J6 K6 P6 |6 6 6 6 6 6 6 6 6 
6 86 =6 c6 d6 e6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 $6 %6 06 46 ;6 B6 C6 D6 E6 F6 G6 H6 I6 J6 K6 L6 M6 N6 O6 P6 Q6 f6 6 6 6 46 56 N6 _6 `6 t6 v6 w6 x6 y6 z6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 
6 6 6 6 6 6 6 6 6 +6 ,6 :6 ;6 <6 =6 J6 \6 #6 $6 6 6 6 6 6 6 /6 6 6 6 6 6 26 36 F6 k6 l6 }6 6 6 6 6 6 6 W6 X6 E6 F6 ;6 <6 H6 6 &6 6 6 f6 6 6 6 6 H6 I6 6 6 6 6 6  6 16 O6 q6 6 6 6 16 K6 L6 U6 V6 6 6 T6 U6 6 6 6 6 6 6 /6 a6 b6 s6 6 6  6 ^6 _6 {6 6 "6 |6 A6 B6 6 6 6 /6 06 6 6 -6 .6 6 6 S6 T6 !6 "6 <6 M6 6 6 6 6 }6 ~6 6 6 6 6 6 6 6 6 $6 26 ?6 @6 A6 B6 C6 D6 H6 I6 J6 K6 d6 f6 l6 m6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ,6 .6 46 56 C6 E6 K6 L6 _6 a6 f6 g6 n6 s6 6 6 6 6 6 p6 q6 }6 6 6 6 -6 a6 t6 6 6 6 6 <6 O6 6 6 6 6 '6 A6 Q6 6 6 6 6 6 6 6 6 6 6 C6 R6 e6 f6 6 6 6 6 6 6 6 6 A6 B6 C6 w6 6 6 6 6 6 66 76 A6 L6 6 6 6 6 6 6 6 6 6 6 16 36 J6 K6 T6 v6 w6 6 6 6 6 6 6 6 6 6 6 6 6 6 ?6 @6 A6 B6 C6 D6 M6 n6 o6 6 6 6 6 6 6 6 6 &6 ;6 U6 V6 k6 l6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 	6 +6 G6 H6 ]6 ^6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 6 !6 6 6 6 6 6 6 A6 K6 U6 V6 w6 6 6 6 6 6 6 6 6 6 6 6 -6 r6 s6 6 6 6 6 :6 ;6 <6 =6 >6 ?6 H6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 u6 6 6 6 6 6 $6 Y6 6 6  7  7  7  7  7  7  7 7 7 7 7 7 !7 "7 -7 27 37 =7 B7 C7 D7 b7 p7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 7 7  7 !7 ,7 17 27 <7 A7 B7 C7 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 
7 7 7 7 7 )7 .7 /7 :7 ?7 @7 J7 O7 P7 Q7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 &7 '7 27 77 87 B7 G7 H7 S7 X7 Y7 c7 h7 i7 j7 7 7 A7 O7 _7 `7 k7 p7 q7 {7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 ,7 Y7 g7 w7 x7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 67 ;7 <7 F7 K7 L7 M7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 A7 B7 q7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  	7 	7 	7 	7 !	7 "	7 ,	7 1	7 2	7 =	7 B	7 C	7 M	7 R	7 S	7 T	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 
7 
7 
7 '
7 ,
7 -
7 7
7 <
7 =
7 H
7 M
7 N
7 X
7 ]
7 ^
7 _
7 
7 
7 
7 
7 
7 B7 C7 P7 Q7 R7 u7 7 7 /7 A7 B7 L7 W7 7 7 7 7 7 7 
7 

7 !
7 "
7 +
7 
7 
7 
7 
7 
7 N7 7 7 7 7 7 7 7  7 7 b7 {7 7 7 7 7 7 27 37 47 57 67 ?7 7 7 7 67 A7 ]7 v7 7 7 7 7 7 7 7 7 7 7 7 B7 C7 w7 7 7 7 7 7 7 7 7 7 7 7 7 >7 P7 b7 c7 d7 e7 n7 7 7 7 7 7 
7 7 7 7 :7 `7 }7 7 7 7 7 7 '7 }7 7 7 Y7 Z7 [7 \7 7 7 7 	7 =7 O7 P7 Z7 e7 7 7 7 7 7 7 
7 7 7 7 7 z7 {7 7 7 7 7 
7 7 7 j7 k7 l7 m7 7 37 W7 7 7 $"7 1"7 \#7 ]#7 n#7 $7 $7 u%7 v%7 &7 &7 &7 "(7 #(7 *7 *7 *7 *7 +7 +7 +7 +7 ,7 ,7 f-7 g-7 v-7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 .7 	.7 
.7 .7 .7 &.7 '.7 /.7 6.7 ;.7 <.7 D.7 K.7 W.7 X.7 Y.7 Z.7 .7 .7 S07 T07 17 17 27 27 37 
37 37 37 @47 A47 47 47 *57 67 67 77 77 F87 97 97 k:7 ;7 ;7 @=7 A=7 b>7 o>7 |>7 >7 >7 >7 >7 >7 >7 >7 >7 >7 ?7 )?7 @?7 A?7 L?7 |@7 }@7 A7 A7 A7 A7 oD7 pD7 CE7 TE7 E7 E7 E7 9F7 gF7 F7 F7 F7 G7 ^G7 G7 G7 G7 I7 I7 >I7 BJ7 CJ7 MJ7 XJ7 J7 J7 J7 J7 J7  K7 K7 K7 K7 K7 K7 MK7 YK7 K7 K7 K7 
L7 L7 QL7 [L7 L7 L7 L7 L7 L7 $M7 %M7 &M7 'M7 SM7 TM7 ^M7 iM7 M7 M7 M7 M7 M7 N7 N7 N7 N7 	N7 
N7 N7 RN7 ^N7 N7 N7 N7 O7 O7 P7 P7 P7 P7 &P7 4P7 5P7 6P7 @P7 KP7 ~P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 6Q7 BQ7 iQ7 Q7 Q7 Q7 ~R7 R7 R7 R7 R7 
S7 S7 S7 S7 S7 GS7 QS7 \S7 S7 S7 S7 S7 S7 S7 S7 S7 S7 S7 S7  T7 	T7 HT7 TT7 {T7 T7 T7 U7 @U7 |U7 }U7 ~U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 *V7 TV7 UV7 VV7 XV7 YV7 ZV7 cV7 V7 V7 V7 W7 #W7 RW7 oW7 W7 W7 W7 X7 X7 X7 X7 KX7 hX7 rX7 }X7 X7 X7 X7 X7 X7 X7 X7 X7 	Y7 
Y7 Y7 Z7 Z7 'Z7 fZ7 Z7 M[7 N[7 _[7 [7 [7 [7 [7 [7 [7 [7 w]7 x]7 ]7 ]7 %^7 ]^7 ^7 ^7 H_7 I_7 S_7 ^_7 _7 _7 _7 _7 _7 _7 `7 `7 '`7 :`7 <`7 S`7 T`7 ]`7 `7 `7 a7 	a7 
a7 a7 Ha7 Oa7 Wa7 Xa7 na7 ~a7 a7 a7 a7 a7 a7 a7 a7 b7 b7 b7 b7 b7 $b7 Gb7 ub7 b7 b7 b7 b7 b7 b7 b7 b7 c7 c7 c7  c7 !c7 "c7 #c7 $c7 %c7 &c7 'c7 Oc7 pc7 qc7 c7 c7 c7 c7 c7 c7 c7 d7 d7 d7 e7 e7 e7 e7 e7 qf7 xf7 f7 f7 f7 f7 f7 f7 f7 f7 
g7 $g7 >g7 Fg7 [g7 pg7 g7 g7 g7 g7 g7 g7 g7 g7 g7 %h7 Eh7 jh7 }h7 h7 h7 h7 h7 h7 i7 5i7 i7 i7 i7 i7 j7 
j7 j7 j7 j7 4j7 Ij7 [j7 uj7 j7 j7 j7 j7 j7 j7 k7 k7 1k7 Kk7 [k7 uk7 k7 k7 k7 k7 k7 k7 k7 k7 l7 l7 l7  l7 !l7 *l7 l7 l7 m7 ]m7 m7 m7 m7 m7 n7 bn7 cn7 n7 n7 n7 n7 n7 o7 o7 o7 o7 o7 o7 o7 #p7 lp7 
q7 q7 q7 
q7 q7 qq7 rq7 q7 q7 q7 q7 q7 q7 r7 
r7 r7 r7 r7 r7 s7 Xs7 s7 @t7 At7 Bt7 St7 t7 t7 t7 t7 t7 t7 t7 t7 t7 u7 0u7 @u7 Zu7 tu7 |u7 u7 u7 u7 u7 u7 u7 v7 0v7 1v7 2v7 3v7 Dv7 v7 v7 v7 v7 v7 v7 v7 
w7  w7 !w7 "w7 #w7 ,w7 w7 Ex7 x7 x7 (y7 y7 y7 y7 y7 Rz7 z7 z7 z7 z7 z7 z7 {7 &{7 8{7 R{7 l{7 }{7 {7 {7 {7 {7 {7 {7 |7 #|7 5|7 O|7 i|7 z|7 |7 |7 |7 |7 |7 |7 |7 }7 }7 }7 +}7 >}7 Q}7 d}7 e}7 f}7 g}7 p}7 4~7 ~7 ~7 ?7 r7 7 ;7 7 7 7 7 7 7 27 7 7 Ȃ7 7 (7 T7 7 7 7 7 7 67 =7 F7 G7 O7 d7 y7 7 7 7 Ԅ7 7 7 7 *7 D7 U7 o7 w7 7 7 7 ȅ7 7 7 
7 '7 A7 R7 l7 }7 7 7 7 7 7 Æ7 ֆ7 7 7 7 "7 #7 $7 %7 .7 7 7 N7 ĉ7 щ7 >7 7 17 7 7 /7 N7 m7 7 7 Ȍ7 7 (7 )7 *7 ;7 7 7 7 7 7 7 7 ΍7 7 7 7 %7 67 M7 d7 u7 7 7 7 7 7 Ύ7 7 7 7 7 27 I7 Z7 q7 7 7 7 7 ׏7 ؏7 ُ7 ڏ7 7 7 7 )7 <7 O7 b7 d7 e7 f7 o7 7 I7 7 7 7 Q7 7 7 7 67 h7 7 7 7 7 W7 X7 _7 7 7 <7 |7 7 7 7 7 87 W7 v7 w7 7 ̜7 ͜7 7 7 7 7 7 7 7 7 37 U7 w7 7 7 7 ޝ7  7 "7 77 87 I7 |7 7 7 7 7 ޞ7 7 7 Ġ7 7 =7 u7 7 7 `7 a7 7 Z7 [7 7 7 ߤ7 7 7 t7 u7 7 7 "7 Z7 7 7 E7 F7 P7 [7 7 7 7 7 ˧7 ̧7 ߧ7 7 7 7 7 7 7 %7 m7 7 Ǩ7 7 7 -7 d7 7 7 7 7 7 Ω7 ϩ7 7 7 7 7 7 7 7 (7 F7 j7 7 7 7  7 7 )7 *7 =7 P7 c7 v7 x7 y7 z7 7 7 ū7 H7 I7 Z7 [7 \7 7 7 7 7 7 Ѭ7 Ӭ7 Ԭ7 լ7 ެ7 7 7 7 7 $7 %7 &7 '7 X7 7 7 7 
7 >7 67 77 k7 7 7 7 a7 7 7 )7 p7 7 7 7 7  7 +7 ^7 h7 r7 s7 7 7 7 Գ7 7 7 7 7 7 7 7 7 δ7 7 7 =7 7 7 7 7 ŵ7 ͵7 ε7 7 7 7 7 7 7  7 37 F7 Y7 l7 n7 o7 7 7 7 7 7 J7 g7 7 7 ˷7 ַ7 7 7 #7 I7 h7 i7 j7 {7 7 7 7 7 7 7 7 7 	7 17 27 E7 X7 k7 ~7 7 7 7 7 7 "7 \7 n7 7 7 Ӻ7 7 @7 D7 E7 F7 G7 X7 7 7 7 7 »7 ջ7 7 7 7 7 7 7 w7 7 &7 Y7 7 7 ׽7 7 7 ,7 n7 o7 p7 7 7 7 7 7 ؾ7 پ7 7 ˿7 7 7 77 7 7 7 7 7 7 7 O7 P7 7 7 7 7 T7 &7 S7 T7 7 C7 }7 ~7 7 e7 f7 7 7 7 7 7 7 7 ^7 7 7 7 f7 7 7 87 7 7 7 h7 i7 t7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 -7 57 A7 B7 G7 ~7 7 7 7 7 7 7 V7 W7 \7 7 7 7 7 7 7 7 97 :7 ?7 w7 |7 7 7 7 7 7 7 7 7 7 ]7 b7 n7 o7 r7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 !7 '7 (7 17 57 67 I7 U7 V7 W7 X7 Y7 k7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 '7 47 |7 }7 7 7 7 7 
7 7 7 \7 ]7 ^7 k7 7 :7 7 7 7 7 7 7 7 j7 7 67 7 7 l7 m7 ,7 7 7 7 &7 D7 E7 X7 7 7 7 7 7 y7 7 7 7 7 7 7 7 7 7 7 7 ?7 K7 Z7 f7 g7 7 7  7 7 7 [7 `7 7 7 7 7 7 7 7 7 7 27 7 7 7 7 s7 t7 7 7 ;7 <7 7 7 7 7 7 7 7 V7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 %7 '7 ,7 -7 ;7 =7 C7 D7 W7 Y7 _7 `7 u7 w7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 
7 7 -7 .7 /7 07 17 7 7 7 d7 ~7 7 7  7 7 G7 [7 7 7 7 7 "7 @7 t7 7 7 7 7 $7 C7 w7 x7 y7 z7 7 7 7 7 7 7 7 7 7 Q7 R7 p7 ~7 7 7 7 7 7 7 7 ,7 B7 X7 n7 o7 7 7 7 7  8 ( 8 2 8 3 8 Z 8 w 8 x 8  8  8  8  8  8  8  8  8 8 8 *8 +8 O8 k8 l8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 
8 8 "8 #8 =8 Y8 Z8 l8 8 8 8 8 8 8 
8 8 8 <8 =8 >8 e8 f8 g8 h8 i8 j8 s8 8 8 8 8 8 8 8 8 8 8 .8 /8 08 ]8 ^8 _8 `8 a8 b8 k8 8 8 j8 k8 l8 }8 8 8 8 8 8 M8 8 8 8 8 8 8 8 8 8 8 C8 Y8 [8 8 8 8 .8 /8 k8 l8 {8 8 	8 	8 #	8 t	8 	8 	8 	8 	8 	8 	8 	8 	8 	8 B
8 C
8 T
8 u
8 v
8 w
8 x
8 y
8 z
8 
8 G8 H8 8 8 8 8 8 8 8 +8 C8 Z8 8 8 8 8 >
8 ?
8 )8 *8 A8 V8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 +8 08 18 ;8 @8 A8 L8 Q8 R8 \8 a8 b8 c8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 #8 .8 38 48 >8 C8 D8 O8 T8 U8 _8 d8 e8 f8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ,8 :8 J8 K8 V8 [8 \8 f8 k8 l8 w8 |8 }8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 	8 u8 8 8 8 8 8 
8 8 8 8 8  8 +8 08 18 ;8 @8 A8 B8 i8 w8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 '8 (8 28 78 88 C8 H8 I8 S8 X8 Y8 Z8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 08 18 <8 A8 B8 L8 Q8 R8 ]8 b8 c8 m8 r8 s8 t8 8 8 8 8 .8 /8 :8 ?8 @8 J8 O8 P8 [8 `8 a8 k8 p8 q8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 -8 =8 >8 I8 N8 O8 Y8 ^8 _8 j8 o8 p8 z8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 B8 g8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 )8 38 =8 >8 q8 8 8 8 8 8 8 8 8 ?8 @8 8 8 #8 H8 X8 i8 y8 z8 8 8 8 8 8 38 L8 {8 |8 8 8 8 8 8 8 8 &8 '8 v8 8 8 8 8 /8 D8 \8 ]8 ^8 o8 & 8 ' 8 ( 8 ) 8 R 8  8  8 !8 (!8 :!8 ;!8 *"8 +"8 5"8 @"8 s"8 }"8 "8 "8 "8 "8 "8 #8 #8 #8 #8 
#8 R#8 S#8 b#8 s#8 #8 #8 *$8 $8 $8 $8 $8 %8 >%8 ?%8 c%8 d%8 u%8 %8 &8 w&8 &8 &8 &8 &8 &8 !'8 "'8 '8 '8 '8 '8 '8 '8 (8 7(8 A(8 K(8 L(8 r(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 08 08 
18 S28 T28 38 38 H48 I48 [48 58 58 (88 )88 >88 88 +98 .98 98 98 :8 :8 ;8 ;8 ;8 ';8 :;8 ;;8 @;8 H;8 M;8 N;8 S;8 [;8 g;8 h;8 m;8 t;8 y;8 z;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 F@8 G@8 @8 @8 (A8 )A8 A8 A8 vB8 wB8 B8 D8 D8 E8 E8 E8 oG8 pG8 
H8 I8 I8 J8 J8 L8 L8 L8 (L8 5L8 FL8 WL8 hL8 yL8 L8 L8 L8 L8 L8 L8 L8 L8 N8 N8 N8 N8 ;O8 <O8 R8 R8 R8 R8 (S8 xS8 yS8 S8 T8 3T8 cT8 dT8 T8 T8 lU8 mU8 U8 V8 V8 V8 W8 W8 W8 W8 *X8 4X8 >X8 ?X8 mX8 X8 X8 X8 X8 X8 X8 X8 X8 Y8 FY8 Y8 Y8 Y8 Y8 Y8 Z8 yZ8 zZ8 {Z8 Z8 Z8 Z8 Z8 Z8 Z8 Z8 Z8 [8 ;[8 E[8 O[8 P[8 ~[8 [8 [8 [8 [8 [8 [8 [8 [8 [8 $\8 O\8 \8 \8 9]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ^8 '^8 1^8 2^8 `^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 _8 3_8 s_8 _8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 .a8 8a8 Ba8 Ca8 qa8 a8 a8 a8 a8 a8 a8 a8 a8 a8 a8 b8 Hb8 b8 b8 b8 c8 c8 c8 .c8 <c8 =c8 >c8 Hc8 Sc8 c8 c8 c8 c8 c8 c8 c8 c8 c8 c8 c8 d8 Ad8 Md8 td8 d8 d8 d8 e8 Ee8 e8 e8 e8 e8 e8 e8 e8 f8 f8 f8 Of8 Yf8 cf8 df8 f8 f8 f8 f8 f8 f8 f8 g8 g8 g8 h8 ;h8 h8 h8 h8 0i8 1i8 2i8 3i8 4i8 5i8 ei8 k8 k8 Kk8 k8 k8 k8 Cl8 l8 l8 l8 l8 l8 0m8 :m8 Dm8 Em8 mm8 m8 m8 m8 m8 m8 m8 m8 m8 m8 gn8 zn8 n8 n8 n8 n8 n8 n8 n8 n8 
o8 o8 o8 o8  o8 Ho8 ko8 ~o8 o8 o8 o8 o8 o8 o8 o8 o8 p8 Bp8 Cp8 Dp8 Up8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 q8 q8 5q8 Hq8 [q8 \q8 ]q8 ^q8 gq8 q8 Fr8 Yr8 ?s8 @s8 As8 Bs8 Ss8 t8 t8  t8 !t8 )t8 >t8 St8 et8 t8 t8 t8 t8 t8 t8 t8 u8 !u8 ;u8 Uu8 eu8 u8 u8 u8 u8 u8 u8 u8 	v8 v8 /v8 0v8 1v8 2v8 ;v8 v8 v8 Hw8 Iw8 Jw8 [w8 w8 w8 w8 w8 w8 w8 w8 w8 x8 .x8 >x8 Xx8 rx8 zx8 x8 x8 x8 x8 x8 x8 y8 .y8 /y8 0y8 1y8 Yy8 qy8 y8 y8 y8 y8 y8 y8 y8 y8 Oz8 lz8 z8 z8 {8 {8 {8 {8 {8 |8 |8 *|8 C|8 h|8 {|8 |8 |8 |8 |8 |8 |8 W}8 }8 }8 ~8 ~8 ~8 ~8 ~8 ~8 8 8 98 :8 _8 r8 8 8 8 8 8 8 8 8 8 8 @8 ߁8 8 8 8 E8 F8 M8 V8 W8 _8 t8 8 8 8 ς8 ߂8 8 8 8 08 E8 W8 q8 8 8 8 σ8 Ѓ8 у8 ҃8 8 68 78 _8 `8 s8 8 8 8 8 8 8 8 ˄8 8 8  8 48 ǆ8 t8 u8 v8 8 8 m8 t8 }8 ~8 8 8 8 ň8 ׈8 8 8 8 68 P8 a8 {8 8 8 8 8 ԉ8 8 8 8 38 M8 ^8 x8 y8 z8 {8 8 8 8 ʊ8 ݊8 8 8 8 8 8 8 Ӌ8 *8 8 ތ8 8 d8 ڍ8 /8 8 48 8 8 8 я8  8 78 g8 8 ǐ8 8 8 K8 8 8 8 Ց8 ܑ8 8 8 8 8 8 -8 ?8 Y8 s8 8 8 8 ɒ8 8 8 8 8 +8 @8 U8 g8 8 8 8 Ɠ8 8 8 8 8 68 78 88 98 a8 b8 u8 8 8 8 8 8 Ô8 Ĕ8 ͔8 8 8 8 c8 p8 ݗ8 T8 И8 8 8 Ι8 8 8 18 H8 g8 8 ǚ8 Ț8 ɚ8 ښ8 8 %8 .8 /8 78 I8 [8 m8 8 8 8 ě8 ՛8 8 8 8 *8 ;8 R8 S8 [8 m8 8 8 8 8 ќ8 8 8 8 '8 88 N8 _8 v8 w8 x8 y8 8 8 8 ȝ8 ۝8 8 8 8 8 8 8  8 8 8 88 8 8 ;8 Z8 8 բ8 8 8 B8 a8 8 8 8 8 8 8 ۨ8 8 :8 Y8 8 8 ש8 8 8 8 '8 k8 l8 8 8 8 8 8 8 8 8 Ҫ8 8 8 88 98 [8 }8 8 8 ֫8 ׫8 8 8 @8 A8 B8 C8 }8 -8 /8 c8 8 ܮ8 8 [8 8 8  8 R8 8 8 8 8 ~8 8 8 8 8 H8 8 8 8 @8 8 8 8 8 8 -8 78 A8 B8 j8 k8 ~8 8 8 8 8 8 8 ĵ8 8 /8 f8 8 8 ̶8 8 18 28 C8 D8 E8 m8 n8 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 d8 8 8 8 8 8 #8 $8 78 J8 ]8 p8 r8 s8 t8 }8 8 $8 8 8 û8 Ļ8 Ż8 ƻ8 8 8 8 8 8 ݼ8 ս8 ֽ8 
8 L8 8 8  8 A8 8 ȿ8 8 ^8 8 8 8 8 8 8 8 8 8 :8 ;8 `8 s8 8 8 8 8 8 8 *8 [8 m8 8 8 8 8 8 08 ]8 d8 l8 m8 8 8 8 8 8 8 8 8 8 8 8 
8 8 $8 %8 .8 8 8 8 8 8 28 j8 u8 8 8 8 8 8 8 	8 8 N8 U8 ]8 ^8 8 8 8 8 8 8 8 8 8 
8 8 8  8 !8 *8 8 8 8 
8 H8 S8 r8 8 8 8 8 8 8 8 $8 %8 M8 N8 a8 t8 8 8 8 8 8 8 8 S8 8 8 )8 ;8 v8 8 8 8 
8 8 8  8 M8 N8 O8 P8 w8 x8 8 j8 8 8 8 B8 }8 ~8 8 -8 8 8 8 8 (8 8 8 8 8 8 8 8 08 8 8 8 P8 8 8 :8 O8 k8 {8 8 8 8 8 G8 v8 8 8 B8 8 8 /8 n8 8 8 8 8 8 .8 :8 M8 Q8 R8 S8 T8 U8 V8 W8 X8 Y8 m8 t8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 x8 y8 ~8 8 8 8 8 8 28 68 8 8 8 8 8 8 8 8 8 8 B8 C8 H8 v8 {8 8 8 8 8 8 8 
8 8 8 8 8 8 (8 )8 *8 ;8 @8 H8 O8 V8 b8 c8 n8 r8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 W8 X8 q8 r8 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 G8 T8 U8 V8 W8 X8 Y8 Z8 [8 h8 i8 w8 x8 y8 z8 8 8 `8 a8 S8 T8 +8 ,8 C8 L8 l8 8 8 8 8 '8 o8 p8 8 8 8 8 8 8 8 	8 A8 8 8 8 8 8 x8 y8 8 8 c8 8 :8 8 
8 8 8 %8 8 8 8 8 8 8 \8 ]8 n8 8 8 8 98 R8 n8 8 8 8 8 28 38 8 8 8 8 8 8 8 V8 l8 8 8 8 8 8 =8 8 8 8 "8 _8 8 ~8 8 8  8 !8 l8 m8 8 8 j8 k8 8 8 8 8 ^8 _8 y8 8 :8 8 ;9 <9 9 9 &9 *9 +9 A9 B9 V9 W9 X9 a9 o9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 09 29 79 89 R9 T9 Y9 Z9 i9 k9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 P9 j9 9 9 9 9 -9 E9 y9 9 9 9 	9 0	9 d	9 ~	9 	9 	9 	9 
9 
9 
9 
9 :
9 C9 D9 Z9 9 9 9 9 9 9 9 9 9 /9 09 N9 ~9 9 9 9 9 9 9 
9 

9 s
9 t
9 ~
9 
9 
9 
9 
9 
9 
9 9 9 ,9 B9 X9 n9 p9 9 9 9 9 9 9 9 9 	9 
9 9  9 !9 "9 39 S9 T9 U9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 
9 59 N9 c9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 09 19 E9 F9 h9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 	9 R9 S9 9 	9 
9 9 ;9 <9 =9 >9 ^9 9 9 59 69 @9 K9 ~9 9 9 9 9 9 9 9 *9 +9 49 9 9 	9 
9 9 j9 9 9 9 9 U9 V9 w9 x9 y9 z9 {9 |9 9 9 9 9 9 9 9 9 9 9 E9 9 9 '9 29 <9 G9 Q9 R9 9 9 9 9 %9 &9 a9 9 9 9 9 9 9 9 9 -9 =9 >9 I9 N9 O9 Y9 ^9 _9 j9 o9 p9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 9 ,9 <9 =9 H9 M9 N9 X9 ]9 ^9 i9 n9 o9 y9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ,9 :9 J9 K9 V9 [9 \9 f9 k9 l9 w9 |9 }9 9 9 9 9 9 9 9 9 9 9 9 9 	9 
9 9 9 9 %9 *9 +9 ,9 E9 S9 c9 d9 o9 t9 u9 9 9 9 9 9 9 9 9 9 9  9 \ 9 ~ 9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9 !9 !9 %!9 &!9 1!9 6!9 7!9 A!9 F!9 G!9 R!9 W!9 X!9 b!9 g!9 h!9 i!9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 ("9 6"9 F"9 G"9 R"9 W"9 X"9 b"9 g"9 h"9 s"9 x"9 y"9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9  #9 #9 #9 #9 #9 #9 ~#9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 	$9 $9 $9 $9 /$9 =$9 M$9 N$9 Y$9 ^$9 _$9 i$9 n$9 o$9 z$9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 %9 
%9 %9 %9 %9 %9 %9 :%9 H%9 X%9 Y%9 d%9 i%9 j%9 t%9 y%9 z%9 %9 %9 %9 %9 %9 %9 %9 %9 %9 &9 (&9 )&9 &9 &9 &9 &9 &9 &9 7'9 8'9 l'9 ~'9 '9 '9 '9 '9 '9 '9 '9 (9 3(9 E(9 G(9 ^(9 _(9 h(9 (9 (9 (9 (9 ,)9 )9 )9 )9 )9 *9 *9 *9 <*9 =*9 N*9 *9 *9 *9 *9 +9 +9 @+9 o+9 p+9 q+9 r+9 s+9 |+9 +9 +9 ,9 s,9 ~,9 ,9 ,9 ,9 ,9 ,9 ,9 ,9 
-9 -9 -9 -9 -9 -9 .9 .9 .9 .9 .9 .9 /9 /9 /9 /9 09 09 %09 &09 L09 {09 09 09 09 09 09 09 09 09  19 19 I19 J19 19 629 V29 w29 29 29 29 29 39 39 39 d39 39 49 S49 49 49 49 49 49 49 E59 F59 z59 59 59 59 59 59 59 59 59 69 869 J69 K69 L69 M69 V69 69 69 69 69 (79 )79 J79 K79 \79 79 79 79 79 79 p89 89 :9 :9 a=9 n=9 >9 >9 >9 ?9 ?9 @9 @9 A9 A9 A9 _C9 `C9 E9 E9 E9 )F9 F9 F9 7G9 8G9 H9 2H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 I9 I9 I9 I9 I9 I9 I9 $I9 0I9 1I9 9I9 AI9 FI9 GI9 OI9 WI9 cI9 dI9 lI9 sI9 xI9 yI9 I9 I9 I9 I9 I9 I9 8J9 9J9 K9 K9 &M9 'M9 M9 M9 >N9 JN9 N9 N9 }O9 ~O9 P9 P9 gP9 (R9 )R9 1S9 2S9 S9 
U9 U9 U9 -W9 7W9 }X9 ~X9 Y9 Y9 Y9 Y9 Y9 Y9 Y9 Z9 Z9 (Z9 )Z9 <Z9 OZ9 fZ9 }Z9 ~Z9 Z9 [9 [9 W\9 X\9 \9 \9 _9 _9 `9 `9 `9 a9 a9 va9 a9 a9 b9 b9 Kb9 b9 
c9 c9 2c9 Bd9 Od9 {d9 e9 e9 e9 e9 e9 e9 e9 e9 f9 =f9 >f9 @f9 Af9 Bf9 Kf9 f9 f9 f9 f9 "g9 Jg9 Ug9 g9 g9 g9 h9 h9 h9 *h9 ah9 bh9 ch9 dh9 h9 h9 h9 h9 h9 h9 h9 h9 i9 Ai9 Bi9 Ci9 Ei9 Fi9 Gi9 Pi9 i9 i9 i9 i9 -j9 Qj9 j9 @k9 Pk9 Qk9 Rk9 ck9 qk9 rk9 sk9 }k9 k9 k9 k9 k9 k9 k9 $l9 %l9 &l9 'l9 )l9 *l9 +l9 4l9 sl9 l9 l9 l9 m9 5m9 m9 $n9 4n9 5n9 6n9 Gn9 Un9 Vn9 Wn9 Xn9 n9 n9 n9 n9 n9 n9 n9 o9 6o9 7o9 8o9 9o9 ;o9 <o9 =o9 Fo9 o9 o9 o9 o9 %p9 Ep9 }p9 p9 p9 p9 p9 p9 p9 p9 p9 p9 $q9 .q9 8q9 9q9 gq9 q9 q9 q9 q9 q9 q9 q9 q9 q9 r9 @r9 `r9 r9 r9 r9 ,s9 -s9 >s9 Ls9 Ms9 Ns9 s9 s9 s9 s9 s9 s9 t9 t9 +t9 ,t9 -t9 /t9 Ft9 Gt9 Pt9 Ru9 Su9 du9 u9 u9 v9 v9 v9 v9 v9 v9 v9 v9 v9 w9 x9 x9 x9 +y9 by9 y9 y9 0z9 z9 z9 z9 z9 z9 z9 z9 z9 {9 +{9 >{9 Q{9 d{9 w{9 y{9 {9 {9 {9 |9 |9 E|9 F|9 G|9 X|9 |9 |9 |9 |9 |9 |9 |9 |9 |9 |9 	}9 }9 /}9 B}9 U}9 V}9 W}9 X}9 a}9 }9 }9 }9 }9 }9 }9 $~9 +~9 4~9 5~9 K~9 [~9 \~9 ]~9 ^~9 _~9 `~9 a~9 b~9 c~9 d~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 9 B9 9 9 ݀9 ހ9 ߀9 9 9 9 9 9 9 ǁ9 ܁9 9 9 9 79 G9 a9 {9 9 9 9 9 ق9 9 9 9 79 89 99 :9 b9 9 9 9 ̓9 ΃9 σ9 Ѓ9 ك9 D9 r9 9 9 9 9 C9 J9 S9 T9 \9 q9 9 9 9 ̅9 ܅9 9 9 9 -9 B9 T9 n9 9 9 9 ̆9 ͆9 Ά9 φ9 9 9 "9 59 H9 [9 \9 ]9 ^9 g9 9 
9 Q9 9 89 99 :9 ;9 L9 9 9 ȉ9 9 9 9 ,9 ?9 @9 A9 B9 K9 9 9 `9 9 G9 H9 I9 J9 [9 9 9 ׌9 ،9 9 9 #9 69 I9 J9 K9 L9 U9 *9 Q9 9 ގ9 }9 ~9 9 9 9 9 9 9 9 9 9 '9 99 S9 m9 }9 9 9 9 ΐ9 9 9 9 )9 99 S9 m9 n9 o9 p9 9 ԑ9 Ց9 9 9 9 $9 79 J9 ]9 ^9 _9 `9 i9 "9 9 9 ғ9 e9 9 9 9 %9 9 9 9 9 9 $9 99 N9 c9 u9 9 9 9 Ԗ9 9 9 9 !9 69 K9 `9 r9 9 9 9 ї9 9 9 9 9 9 9 A9 B9 U9 h9 {9 9 9 9 9 9 9 q9 ș9 )9 |9 9 9 x9 ͛9 (9 Ҝ9 (9 )9 09 o9 9 ՝9 9 19 e9 9 9 9 9 9 /9 s9 z9 9 9 9 9 9 ˟9 ݟ9 9 9 "9 <9 V9 g9 9 9 9 9 ɠ9 ޠ9 9 9 9 99 J9 d9 ~9 9 9 9 ԡ9 ա9 ֡9 ס9 9  9 9 &9 99 L9 _9 `9 a9 b9 k9 )9 #9 9 9 9 {9 9 n9 %9 ,9 l9 9 9 ϧ9 9 9 $9 e9 f9 g9 x9 9 è9 ̨9 ͨ9 ը9 9 9 9 9 49 K9 b9 s9 9 9 9 ȩ9 ٩9 9 9 9 9 9 /9 A9 X9 o9 9 9 9 Ū9 ֪9 9 9 9 9 9 9 ?9 @9 S9 f9 y9 9 9 9 9 9 9 9 9 X9 ֮9 T9 9 ٯ9 9 U9 s9 9 79 9 9 '9 9 9 9 89 99 y9 9 ض9 9 79 V9 u9 9 9 9 ŷ9 	9 
9 .9 /9 49 69 79 89 A9 N9 p9 9 9 ָ9 ׸9 9 9 =9 _9 t9 u9 9 9 ޹9 ߹9 9 9 9 ˻9 ͻ9 9 C9 z9 9 9 H9 9 9 9 9 9 W9 X9 9 9 T9 9 9 9 (9 _9 9 9 -9 9 9 9 9 9 9 9 9 9 	9 9 /9 B9 U9 W9 X9 Y9 b9 9 9 9 29 P9 j9 9 9 9 9 9 9 9 9 9 29 E9 X9 Z9 [9 \9 e9 9 9 *9 +9 <9 =9 >9 f9 g9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ?9 9 O9 P9 a9 b9 c9 d9 9 !9 "9 I9 J9 {9 s9 t9 9 9 !9 Y9 9 9 !9 f9 9 9 Q9 R9 S9 ]9 h9 9 9 9 9 9 9 9 9 $9 79 99 O9 P9 Y9 9 9 9 C9 N9 z9 9 9 9 9 9 
9 9 !9 19 29 39 49 \9 ]9 p9 9 9 9 9 9 9 9 9 ;9 V9 9 9 9 9 9 9 29 N9 `9 9 9 9 9 9 9 9 9 9 ,9 C9 D9 E9 F9 n9 o9 9 9 9 9 9 9 9 9 79 _9 9 9 9 9 9 ;9 }9 9 9 9 9 9 9 9 9 9 9 9 %9 89 :9 ;9 <9 E9 9 9 c9 9 9 9 9 9 >9 i9 9 9 9 9 9 9 9 9 9 9 Q9 9 :9 ;9 t9 9 9 9 N9 9 69 79 9 9 9 )9 X9 Y9 9 c9 9 9 9 9 9 9 9 9 9 9 9 	9 9 ,9 T9 U9 9 9 9 M9 9 9 99 u9 9 9 C9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 '9 (9 79 89 99 E9 F9 G9 H9 S9 W9 j9 r9 ~9 9 9 9 9 9 9 9 I9 N9 9 9 9 9 9 &9 '9 ,9 X9 \9 v9 w9 |9 9 9 9 9 9 9 9 ?9 @9 A9 K9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 9 9 9 9 9  9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 ,9 -9 B9 9 9 9 9 )9 :9 ;9 O9 Q9 R9 S9 T9 U9 ]9 c9 d9 m9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 %9 79 9 9 9 9 9 9 9 9 
9 c9 p9 9 9 9 
9 9 !9 F9 G9 X9 9 9 9 9 9 v9 29 39  9 !9 9 9 #9 9 9 r9 9 A9 9 9 h9 9 #9 $9 b9 9 9 9 9 9 9 *9 L9 9 9 9 9 &9 '9 0 : 1 : : : /: 0: {: : : : : : 
: <: =: N: : : : 9: :: V: : : W: : : n: : : 
: : : : 	: 		: w
: x
: .: /: : : : (: : 
: : : X: Y: : : : : : : : : : 
: : : : : : : #: $: %: &: ?: A: G: H: a: c: h: i: w: y: : : : : : : : : : : : : : : : : : : : 	: : : :  : &: ': :: <: A: B: I: N: i: j: k: l: m: K: L: X: : : : : <: O: : : : : : *: ^: |: : : : : ,: `: : : : : : : : : : : -: @: A: Z: : : : : : : : : : : R: h: ~: : : : : : : ': Z: d: n: o: : : : : : : : : %: &: /: Q: R: f: g: : : : : : : : : : : : : : : : : : (: I: J: ^: _: y: : : : : : : : 0: 1: F: G: X: x: y: z: : : : : : : : : : : : : ": #: 8: 9: J: j: k: l: : : : : : : : : :  :  :  :  :  :  :  :  :  : !: !: !: !: !: !: ": &": 0": 1": R": ": ": ": ": ": ": j#: k#: #: #: #: $: M$: N$: _$: $: $: $: %: %: %: %: %: %: #%: ~%: %: %: %: %: %: %: %: %: %: &: &: &: &: &: &: &: &: P': g': ': ': ': ': ': 4(: z(: {(: e): f): }): ): ): ): ): ): ): ): ): ): ): ): *: 
*: *: *: *: *: *: =*: K*: [*: \*: g*: l*: m*: w*: |*: }*: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: +: +: 
+: +: +: +: +: @+: N+: ^+: _+: j+: o+: p+: z+: +: +: +: +: +: +: +: +: +: +: +: +: +: +: +: +: ,: 	,: 
,: ,: ,: ,: %,: *,: +,: ,,: h,: v,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: -: -: 
-: -: -: -: "-: #-: .-: 3-: 4-: >-: C-: D-: E-: -: -: .: *.: :.: ;.: F.: K.: L.: V.: [.: \.: g.: l.: m.: w.: |.: }.: ~.: .: .: .: .: .: .: .: .: .: .: .: .: .:  /: /: /: /: 4/: B/: R/: S/: ^/: c/: d/: n/: s/: t/: /: /: /: /: /: /: /: /: /: /: /: /: /: /:  0: 0: 0: 0: 0: 0: !0: &0: '0: (0: N0: \0: l0: m0: x0: }0: ~0: 0: 0: 0: 0: 0: 0: 0: 0: 0: 0: 1: 1: L1: Z1: j1: k1: v1: {1: |1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 2: 2: 
2: 2: 2: 2: (2: -2: .2: /2: [2: i2: y2: z2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 3: 3: 3: 3: 3: 3: #3: (3: )3: 33: 83: 93: :3: ^3: ~3: 3: 3: 3: 4: 4: +4: ,4: -4: P4: 4: 4: 
5: 5: 5: '5: 25: e5: o5: y5: z5: 5: 5: 5: 5: 5: 5: 6: Z6: [6: {6: |6: 6: )7: _7: 7: 7: 7: 7: 7: 7: 7: 7: =8: V8: o8: 8: 8: 8: 8: 
9: 9: 9: 9: 9: 9: b9: c9: 9: :: :: 8:: Q:: k:: :: :: :: :: :: b;: c;: d;: e;: ;: <: <: R<: d<: v<: w<: f=: g=: q=: |=: =: =: =: =: =: >: +>: =>: >>: ?>: @>: I>: >: >: >: >: >: >: f?: ?: ?: @: ;@: X@: z@: {@: @: @: @: A: XA: A: A: 4B: 5B: 6B: 7B: ]B: ^B: B: B: C: *C: +C: 5C: @C: sC: }C: C: C: C: C: C: C: C: C: C: UD: VD: vD: wD: D: D: D: D: D: EE: FE: GE: HE: xE: F: 2F: gH: hH: J: K: 7L: 8L: IL: M: M: PN: QN: O: O: O: P: P: dS: eS: zS: S: gT: jT: T: T: U: U: AV: BV: QV: cV: vV: wV: |V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: W: W: 
W: W: W: W: W: &W: 2W: 3W: 4W: 5W: W: W: .Y: /Y: Z: Z: [: [: [: [: d\: e\: ]: ]: ]: ]: ^: _: _: `: `: !a: b: b: Fc: d: d: f: f: =g: Jg: Wg: dg: qg: g: g: g: g: g: g: g: g: h: h: h: 'h: Wi: Xi: i: i: wj: xj: Jm: Km: n: /n: dn: n: n: o: Bo: oo: o: o: o: 9p: p: p: p: q: q: r: s: s: (s: 3s: fs: ps: zs: {s: s: s: s: s: s: s: s: (t: 4t: [t: t: t: t: t: ,u: 6u: [u: u: u: u: u: u:  v: v: v: .v: /v: 9v: Dv: wv: v: v: v: v: v: v: v: v: v: v: v: -w: 9w: `w: w: w: w: ux: x: x: x: x: y: y: y: y: y: &y: Yy: cy: my: ny: y: y: y: y: y: y: y: y: y: z: z: Dz: oz: z: z: Y{: {: {: {: {: {: {: {: {: {: "|: ,|: 7|: j|: t|: ~|: |: |: |: |: |: |: |: |: |: |: #}: /}: V}: }: }: }: ~: W~: X~: Y~: j~: x~: y~: z~: ~: ~: ~: ~: ~: ~: : /: 0: 1: 3: 4: 5: >: }: : : : : -: J: : ʀ: ˀ: ܀: : : : &: C: M: X: : : : : Ɂ: ʁ: ˁ: ́: : : : : : : A: w: (: ): :: l: m: n: o: p: q: : R: S: : Ɇ:  : 8: : ·: #: $: .: 9: l: v: : : : Ɉ: ܈: : : : : .: /: 8: : : : : : : #: *: 2: 3: I: Y: Z: [: \: : : : ͊: : : : : : : ": P: ~: : : : : ɋ: ҋ: Ӌ: : : : : : : : :  : : : *: K: L: q: : : : : : : : : : {: |: }: ~: : L: S: \: ]: e: z: : : : Տ: : : : !: 6: K: ]: w: : : : Ր: ֐: א: ؐ:  :  : E: X: k: l: m: n: w: : : : : : : : : : : : : $: 6: P: j: z: : : : ˓: : : : &: 6: P: j: k: l: m: : : : Ӕ: : : : : : : : : : 8: ֖: ז: ؖ: ٖ: : =: >: f: : : : ʗ: ݗ: ޗ: ߗ: : : : : : G: : : : : : L: M: u: v: : : : Ԛ: : : : : : ț: : 3: |: : : : .: : : : : : : : ŝ: ם: : : : 5: O: W: l: : : : Ǟ: מ: : : : 
: : : r: s: : : : : ՟: : : : : : : :  : \: p: : : : : â: -: : : : : £: ף: : : : -: G: X: r: : : : : Ԥ: : : : *: D: U: o: : : : : : : ߥ: : : : : ,: ?: @: A: B: K: : f: ǧ: : M: : : k: Ʃ: p: ƪ: Ǫ: Ϊ: 
: \: s: : ϫ: : /: [: : : : ͬ: : : !: ": *: ?: T: i: {: : : : ڭ: : : : 0: J: R: g: |: : : : ׮: : : : -: G: X: r: s: t: u: : : : į: ׯ: : : : :  : 	: ǰ: : ): : : : : : ô: ʴ: 
: ): H: m: : : µ: : : : : Z: a: j: k: s: : : : : Ҷ: :  : : (: ?: P: f: w: : : : : : ͷ: ߷: : 
: $: 5: L: c: t: : : : : : : ݸ: ޸: : : : *: =: ?: @: A: J: \: $: : t: : ,: w: : : : C: վ: ~: : : 2: 3: :: : : : W: v: : : : : 2: Q: R: c: : : : : : : : : : : : 0: R: t: u: : : : : : : $: W: |: }: ~: : : i: k: : : : P: : : ;: <: : 5: 6: : : : : : O: P: : : : 5: |: :  : !: +: 6: i: s: }: ~: : : : : : : : : :  : H: k: : : : : ?: m: n: : : : : : : : : : : : : : !: E: : : : : : : : : +: >: Q: S: T: U: ^: |: : #: $: 5: 6: 7: _: `: s: : : : : : : : : `: : : :  : : : 3: : : : : : : : F: : : : <: }: : : K: : : : : : : 9: C: M: N: v: w: : : : : : : : : f: : : : : : Z: [: l: : : : : : : : : : : : : !: 4: G: I: J: `: a: j: : : %: B: [: n: : : : : : $: C: D: E: V: : : : : : : : : : : 
:  : 3: F: Y: [: \: ]: f: : : 7: I: : : : : : :  : !: ": 3: `: a: : : : : : : : : : : R: : : 4: e: w: : : : : I: J: K: \: : : : : : : : : : : : ~: : : : i: : : *: +: d: : : : /: : .: /: l: : X: Y: : @: A: v: : : : : : : 9: : : : A: ~: : : k: : : C: D: O: [: j: v: : : : : : : : : : : : : : : : : : : : : : : : : : : : : ": Y: ^: : : : : : 1: 2: 7: n: r: : : : : : : : : R: W: ~: : : : : : : : : 8: =: I: J: M: W: X: [: d: e: f: w: |: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : #: /: 0: 1: 2: 3: E: _: `: k: x: y: : : : : : : : : : : : : : : : : : : : : : g: h: : : :  ;  ; V ; W ; c ;  ;  ;  ;  ;  ;  ; 6; 7; 8; E; }; ; ; ; ; ; ; ; ; D; ; ; v; ; F; G; ; a; ; ;  	; 	; 	; 2	; 
; 
; 
; ; ; S; u; ; ; ; ; 
; 
; n; o; ; ; ; %; 4; @; A; ; ; ; ; ; 5; :; y; ; ; ; ^; ; ; ; ; ; \; ]; ; ; M; N; ; ; ; ; ; ; ; ; ; ; v; 0; w; x; ; ; b; f; g; }; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1; 3; 9; :; O; Q; V; W; l; n; s; t; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  ;  ; 	 ; 
 ;  ; !; !; !; >"; X"; "; "; "; "; !#; 5#; i#; #; #; #; #; $; N$; l$; $; $; $; $; %; Q%; R%; S%; T%; v%; &; &; &; &; &; &; &; &; +'; ,'; J'; X'; k'; l'; '; '; '; '; '; (; (; 2(; H(; I(; (; (; (; (; (; ); ); 
); 4); Q); R); h); ~); ); ); ); ); ); ); ); ); *; *; )*; E*; F*; [*; \*; ]*; ^*; o*; *; *; *; *; *; *; *; *; *; *; *; *; *; *; +; 3+; 4+; F+; q+; +; +; +; +; +; +; +; +; ,; ,; ,; ?,; @,; A,; B,; C,; D,; M,; l,; m,; ,; ,; ,; ,; ,; ,; ,; ,; -; 	-; 
-; 7-; 8-; 9-; :-; ;-; <-; E-; -; -; D.; E.; F.; W.; w.; x.; y.; z.; .; '/; [/; q/; r/; |/; /; /; /; /; /; /; 0; 30; 50; f0; g0; p0; 1; 	1; E1; F1; U1; 1; 1; 1; 1; N2; 2; 2; 2; 2; 2; 2; 2; 2; 2; 3; 3; .3; O3; P3; Q3; R3; S3; T3; 3; !4; "4; c4; n4; x4; 4; 4; 4; 4; 5; 5; 45; a5; b5; 5; 5; 6; 6; 7; 7; 7; 07; [7; i7; y7; z7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 8; 
8; 8; 8; 8; 8; &8; +8; ,8; 68; ;8; <8; =8; Z8; h8; x8; y8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 9; 
9; 9; 9; 9; 9; )9; .9; /9; 99; >9; ?9; @9; h9; v9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; :; :; $:; %:; 0:; 5:; 6:; @:; E:; F:; Q:; V:; W:; a:; f:; g:; h:; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; O;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; <; 
<; <; <; <; <; <; C<; Q<; a<; b<; m<; r<; s<; }<; <; <; <; <; <; <; <; <; <; <; <; <; <; <; =; =; =; =; =; =; "=; #=; -=; 2=; 3=; 4=; d=; r=; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; 
>; >; >; >; >; &>; +>; ,>; 7>; <>; =>; G>; L>; M>; N>; >; >; >; >; ?; 	?; ?; ?; ?; $?; )?; *?; 5?; :?; ;?; E?; J?; K?; L?; k?; y?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; @; @; @; #@; (@; )@; 3@; 8@; 9@; D@; I@; J@; T@; Y@; Z@; [@; v@; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; A; AA; dA; eA; A; A; A; A; A; A; sB; tB; B; B; B; B; B; C; 
C; C; C; KC; oC; C; C; C; C; C; C; C; D; D; hD; D; D; "E; 2E; CE; SE; TE; xE; yE; E; E; E; 
F; &F; UF; VF; |F; F; F; F; F; F; F;  G; G; PG; G; G; G; G; 	H; H; 6H; 7H; 8H; IH;  I; I; I; I; ,I; I; I; I; J; J; J; K; K; K; K; MK; WK; aK; bK; K; K; K; K; K; K; K; K; ,L; -L; <L; ML; L; L; M; rM; M; M; M; M; N; N; =N; >N; ON; N; N; QO; O; O; O; O; O; O; O; P; P; P; P; P; P; P; Q; Q; %Q; &Q; LQ; tQ; Q; Q; Q; Q; Q; Q; Q; R; R; dR; eR; R; R; R; R; R; R; R; S; S; S; V; V; X; X; Y; Y; Y; -[; .[; [; [; "]; #]; 5]; ^; ^; a; a; a; ea; b; b; sb; tb; Yc; nc; c; c; c; d; d; d; d; "d; 'd; (d; -d; 5d; Ad; Bd; Gd; Nd; Sd; Td; Yd; `d; ld; md; ud; }d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; te; ue; f; f; bh; ch;  i; !i; zi; i; j; j; j; j; Pk; Qk; k; dm; em; mn; nn; n; Ip; Jp; p; ir; sr; s; s; t; t; t; u; u;  u; 1u; Bu; Su; du; eu; xu; u; u; u; u; u; v; v; w; w; x; x; z; z; {; {; |; R|; S|; |; |; 
}; =}; >}; }; }; F~; G~; n~; ~; ; ; ; ; ƀ; р; ; ; ; ; G; y; z; |; }; ~; ; Ɓ; ҁ; ;  ; ^; ; ; ʂ; Ԃ; ; S; T; U; f; ; ; ; ; ̃; ̓; ׃; ; ; ; ); *; X; }; ~; ; ; ; ; ; ˄; ׄ; ; ); i; ; ; |; ; ; ; ; ; ; ; ; Ć; ; ; ; ; :; `; a; b; c; e; f; g; p; ; ; ; 
; M; q; ; `; p; q; r; ; ; ; ; ; ; ʉ; Չ; ; ; ; ; K; r; s; t; u; w; x; y; ; ; ͊; ; "; a; ; ; ; ; ; ; ; ; ; "; -; `; j; t; u; ; ͌; Ό; ό; ь; Ҍ; ӌ; ܌; ; '; N; |; ; ˍ; ; ; h; i; z; ; ; ; Ď; ; ; ; ); 3; =; >; g; h; i; k; ; ; ; ; ; ; ߐ; ; Ƒ; Ǒ; ؑ; 
; ; ; 
; ; ; ?; ; ; %; g; ; ֔; ; l; ; ; ̕; ו; 
; ; ; ; G; g; z; ; ; ; ; ̖; ͖; ֖; A; T; ; ; ; ; ; ȗ; З; ї; ; ; ; ; ; "; E; X; k; ~; ; ; ; ; ; ; ; ; ; ; /; `; g; p; q; ; ; ; ; ; ; ; ; ; ; ; ș; ; ; ; "; 5; 6; 7; 8; A; ~;  ; 3; ; ; ; ; -; ; ; ; ; ; ; -; ?; Y; s; ; ; ; ; ԝ; ; ; ; /; ?; Y; s; t; u; v; ; ; ; ; 	; 
; ; ; ; ; ; "; #; $; 5; ; ; ; ; ; ;  ; Ԡ; ; ; ; 2; L; T; i; ~; ; ; ġ; ԡ; ; ; 	; 
; ; 3; K; ^; q; ; ; ; ; ; ; ); F; ; ֣; t; u; v; w; ; ۤ; ܤ; ; ; B; U; h; {; |; }; ~; ; 1; Y; ; ; ; ; ; ; ; ; ; ; ; 9; L; _; r; ; ; ; ; ; f; ; ѩ; ; ; ; ; ̪; ;  ; '; 0; 1; 9; N; c; u; ; ; ; ӫ; ; ; 
; ; 1; K; e; u; ; ; ; ; ; ; ; ; 9; :; M; `; s; ; ; ; ; ; ; ^; ; ; ; ; N; O; P; a; ˰; G; N; W; X; `; u; ; ; ; ˱; ; ; ; *; ;; U; ]; r; ; ; ; Ȳ; ; ; 
; '; 8; R; S; T; U; }; ~; ; ; ; ʳ; ݳ; ޳; ߳; ; ; ; ; e; ; ; >; ; 	; d; ; d; e; l; ; ; ; A; m; ; ͹; ; %; Y; Z; k; ; ; ; ; Ⱥ; ݺ; ; ; ; 3; M; ^; x; ; ; ; λ; ; ; ; ; /; A; [; u; ; ; ; ˼; ; ; ; ; ; ; ;; <; O; b; u; ; ; ; ; ; ; e; _; ǿ; =; J; ; .; ; a; h; ; ; ; ; "; A; `; ; ; ; ; ; ; ; 	; ; #; 5; G; Y; p; ; ; ; ; ; ; ; ; ,; -; 5; G; Y; k; }; ; ; ; ; ; ; ; (; 9; P; Q; R; S; {; |; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 4; ; ; ; s; ; ;; c; ; ; ; t; u; ; ; ; 3; s; ; ; ; ; ; ; E; F; j; k; p; r; s; t; }; ; ; ; ; ; ; 5; W; y; ; ; ; ; ; ; ; ; ; W; ; 	; =; ; ; ; 5; ; ; ; ,; ; ; ; ; X; Y; ; ; ; "; d; ; ; ; i; ; ; ; ; ; ; ; ; D; E; X; k; ~; ; ; ; ; ; ; 	; @; n; ; ; ; ; ; ; ; ; G; H; [; n; ; ; ; ; ; ; ; ; f; g; x; y; z; ; ; ; ; ; ; ; ; ; ; ; >; ; ; ; ; ; ; ; ; $; 7; J; L; M; N; W; {; ; ; ; ; ; ; ; ; ]; ^; ; ; ; ; ; ; &; ]; ; ; ; ]; ; ; 8; ; ; ; ; ; ; ; ; ; ; ; :; M; `; s; u; ; ; ; ; 5; G; ; ; ; ; ; 
; 7; >; F; G; ]; m; n; o; p; ; ; ; ; ; ; ; ; ; ; ; w; ; ; ; ; ; D; O; n; ; ; ; ; ; ; ; (; /; 7; 8; h; ; ; ; ; ; ; ; ; ; ; ; ; ; ; s; ; ; ; "; -; L; w; ; ; ; ; ; ; ; ; '; (; ;; N; a; t; v; w; x; ; ; -; ; ; ; ; P; [; z; ; ; ; ; ; '; (; ); *; Q; R; ; D; v; w; ; ; W; X; ; ; r; s; ; ; ; e; ; ; ; ; ; ; 
; ; ; ; *; ; ; ; ); E; U; h; ; ; ; ! < P <  <  < < u< < 	< H< < < < < < < < '< +< ,< -< .< /< 0< 1< 2< 3< G< N< S< c< d< s< t< u< < < < < < < < < < < < < < R< S< X< < < < < < < < b< c< h< < < < < < < < < < "< P< U< {< |< }< < < < < < < < < < < < < < < "< )< 0< << =< H< L< S< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< ~< 1< 2< K< L< e< v< w< < < < < < < < < < < < < < < < < < < < < < 		< 	< 	< !	< .	< /	< 0	< 1	< 2	< 3	< 4	< 5	< B	< C	< Q	< R	< S	< T	< a	< s	< :
< ;
< -< .< < < 
< &
< F
< 
< 
< 
< 
< < I< J< ]< < < < < < < < < < n< o< \< ]< R< S< _< < =< < < }< < < < < _< `< < < < < 6< 7< H< f< < < < ,< H< b< c< l< m< < 
< k< l< < < < < < 0< F< x< y< < < < < u< v< < < 9 <  < X!< Y!< !< !< !< F"< G"< "< "< D$< E$< %< %< j&< k&< 8'< 9'< S'< d'< (< (< *< *< *< *<  ,< ,< ,< ,< ,< 0,< 1,< 2,< ;,< I,< V,< W,< X,< Y,< Z,< [,< _,< `,< a,< b,< {,< },< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< 
-< -< -< -< ,-< .-< 3-< 4-< C-< E-< K-< L-< Z-< \-< b-< c-< v-< x-< }-< ~-< -< -< -< -< -< -< -< /< /< /< /< /< *0< D0< x0< 0< 0< 0< 1< 1< S1< f1< 1< 1< 1< 
2< >2< X2< h2< 2< 2< 2< 2< 2< 2< 3< 4< 4< 44< Z4< i4< |4< }4< 4< 4< 4< 4< 4< 	5< 
5< (5< X5< Y5< Z5< 5< 5< 5< 5< 5< 5< M6< N6< X6< c6< 6< 6< 6< 6< 6< 6< 6< 7< 7< 27< H7< J7< a7< b7< k7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 
8< -8< .8< /8< V8< W8< X8< Y8< Z8< [8< d8< 8< 8< 8< 8< 8< 8< 8< 8< 9< (9< =9< R9< l9< m9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 
:< :< :<  :< B:< ^:< _:< t:< u:< :< :< :< :< :< :< :< :< :< :< :< ,;< -;< ;< ;< ;< ;< << << << << 8<< << << =< =< =< %=< X=< b=< l=< m=< =< =< =< =< >< >< >< >< >< >< >< >< D?< ?< ?< ?< ?< /@< 0@< Q@< R@< S@< T@< U@< V@< _@< @< @< @< @< @< @< @< @< @< A< A< A< B< B< B< !B< +B< ,B< B< B< B< B< B<  C< ;C< pC< C< C< D< D< D< D< D< E< E< E< #E< (E< )E< 3E< 8E< 9E< DE< IE< JE< TE< YE< ZE< [E< yE< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< F< F< F< "F< 'F< (F< 2F< 7F< 8F< CF< HF< IF< SF< XF< YF< ZF< |F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< G< G< $G< %G< 0G< 5G< 6G< @G< EG< FG< QG< VG< WG< aG< fG< gG< hG< G< G< G< G< G< G< G< G< G< G< G< G< G< G< H< H< H< H< -H< =H< >H< IH< NH< OH< YH< ^H< _H< jH< oH< pH< zH< H< H< H< H< 6I< XI< fI< vI< wI< I< I< I< I< I< I< I< I< I< I< I< I< I< I< I< I<  J< J< J< J< J<  J< !J< ,J< 1J< 2J< <J< AJ< BJ< CJ< pJ< ~J< J< J< J< J< J< J< J< J< J< J< J< J< J< J< J< K< K<  K< !K< ,K< 1K< 2K< <K< AK< BK< MK< RK< SK< ]K< bK< cK< dK< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< XL< YL< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< 	M< M< 'M< (M< 3M< 8M< 9M< CM< HM< IM< TM< YM< ZM< dM< iM< jM< kM< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< N< "N< 2N< 3N< >N< CN< DN< NN< SN< TN< _N< dN< eN< oN< tN< uN< vN< N< N< N< O< O< YO< ZO< gO< hO< iO< O< P< P< FP< XP< YP< cP< nP< P< P< P< P< P< 
Q< Q< !Q< 8Q< 9Q< BQ< Q< Q< Q< Q< R< eR< R< R< R< R< R< R< S< S< (S< yS< S< S< S< S< S< T< IT< JT< KT< LT< MT< VT< T< T< T< MU< XU< tU< U< U< U< U< U< U< U< V< V< V< V< V< YW< ZW< W< W< W< W< X< X< X< X< X< X< X<  Y< &Y< UY< gY< yY< zY< {Y< |Y< Y< Y< Y< Y< Y< #Z< $Z< Z< [< 0[< Q[< w[< [< [< [< [< [< [< >\< \< \< -]< p]< q]< r]< s]< ]< ]< ^<  ^< T^< f^< g^< q^< |^< ^< ^< ^< ^< ^< _< $_< %_< &_< '_< 0_< _< _< _< _< `< `< $`< %`< 6`< `< `< `< `< `< Ja< na< c< c< ;f< Hf< sg< tg< g< h< h< i< i< j< j< j< 9l< :l< n< n< n< o< o< o< p< p< p< q< }q< ~q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< 
r< r< r< r<  r< !r< )r< 1r< =r< >r< Fr< Mr< Rr< Sr< [r< br< nr< or< pr< qr< s< s< jt< kt<  v< v< v< v< w< $w< w< w< Wx< Xx< x< x< Ay< {< {< |< |< ]|< }< }< ~< < < W< X< y< < < < < < ς< < < < < < )< @< W< X< c< < < 1< 2< < < < < Z< k< < < < P< ~< < ۊ< ܊< %< u< < < < < )< U< Y< Z< d< o< < < < < < < < < < < %< d< p< < < < $< /< h< r< < < < < < ;< << =< >< j< k< u< < < < Ǒ< ȑ< < < < < <  < !< *< i< u< < ǒ< < +< < < *< +< ,< =< K< L< M< W< b< < < < < ؔ< < <  < < < < < < M< Y< < < < < < < < < < !< /< 0< 1< 2< ^< h< s< < < < < < < < < < < < <  < _< k< < < < < W< < < < < < < < < ˙< < < < < A< k< l< m< o< p< q< z< < Ś< < < :< i< < < < < < &< '< (< b< < < < ǜ< ќ< ۜ< ܜ< < < < 	<  < !< *< ,< -< >< }< < d< e< v< < < < < < < ݟ< < < á< < << t< < 
< _< `< j< u< < < < < < < < +< >< Q< S< j< k< t< ߤ< < <  < !< 2< _< f< n< o< < < < < < < < < 	< < /< 0< 1< 2< ;< ^< < < < < ͦ< < < < < %< 5< 6< 7< 8< 9< :< ;< << =< >< f< < < < < ӧ< ԧ< է< ֧< ߧ< < < Ѩ< < < < < ˩< < < < < < < ˪< ݪ< < < !< ;< U< ]< r< < < < ͫ< ݫ< < < < < < << \< < < < < < < < < L< < < ­< ӭ< < $< -< .< 6< K< `< r< < < < Ю< < < < < .< H< b< r< < < < < < ѯ< < < < "< 5< 6< 7< 8< A< ǰ< < +< t< < < < < &< y< z< < < < < < < < < < %< ϳ< < :< < !< "< #< $< 5< < < < < ׵< < < < #< $< %< &< /< < +< o< < W< X< Y< j< < < Ÿ< θ< ϸ< ׸< < < < -< G< W< q< < < < < Ϲ< < < < -< G< H< I< J< [< < < ׺< غ< < < < $< 7< 8< 9< :< C< < \< < < ?< < < < < i< < < < < < < (< =< O< i< < < < ȿ< ٿ< < < < %< :< L< f< < < < < < < < < < < < /< B< U< h< {< |< }< ~< < K< < < V< < < R< < < < < < 
< I< < < < < ?< k< < < < < 	< M< T< ]< ^< f< {< < < < < < < < 0< A< [< l< < < < < < < < < $< >< X< i< < < < < < < < < <  < < &< 9< :< ;< << E< < < e< < < U< < H< < < F< e< < < < < < ?< @< A< R< < < < < < < < < < < %< << M< d< {< < < < < < < < < 	< < 2< I< `< q< < < < < < < < < < < < -< @< S< f< y< {< |< }< < < `< 2< < .< h< < < /< M< < < < < < n< o< v< < < S< < < < < 0< O< n< < < < < < < 	< < < < < < (< J< l< < < < < < < 9< N< O< `< < < < < < < < < < < T< < < "< w< x< < q< r< 1< 2< < < .< < < < < 9< q< < < \< ]< g< r< < < < < < < < 	< < /< 1< 2< 3< << < < < < *< D< {< < < < < < < < < < < 2< 4< 5< 6< ?< ]< < < < < < < @< A< T< g< z< < < < < < < < _< `< q< r< s< < < < < < < < < < < < < )< *< ;< << =< >< o< < < #< $< U< M< N< < < < 3< x< < < @< < < +< ,< -< 7< B< u< < < < < < < < < < < )< *< 3< < < < < (< T< < < < < < < < < < < 
< < 6< 7< J< ]< p< < < < < < < < 0< a< ~< < < < < < (< :< `< < < < < < < < < < < < <  < H< I< \< o< < < < < < < < 9< s< < < < < < W< [< \< ]< ^< o< < < < < < < <  =  =  =  =  =  =  = == p= = = = = = C= = = = = = = = = = = += = = = N= = = = (= = = = f= g= = = 2= 3= k= =	= j	= k	= 	= Z
= 
= 
= 
= |= }= = = = = = .= /= u= 
= 
= '= }= = = O= = = = = = = = = = = = = = = = = = = = = = = = = = = = =  = != "= -= 1= D= L= X= Y= ^= = = = = = #= (= m= n= s= = =  = = = 2= 6= P= Q= V= = = = = = = = = = = %= t= y= = = = = = = = = = = = = = = = = = = = = = = = = = = =  = = = = = = = = = = = = = = = = )= += ,= -= .= /= 7= == >= G= K= L= _= k= l= m= n= o= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = == J= = = = = = =  = != 2= r= s= t= = = P= = 
= = = = = =  =  = L!= != "= "= "= B#= #= #= #= <$= Z$= [$= n$= %= %= %= '= &'= '= '= '= '=  (= (= 
)= )= *= *= 	+= 
+= U+= a+= p+= |+= }+= += += ,= ,= (,= q,= v,= ,= -= -= 0-= -= -= 1.= .= .= H/= /= /= /= /= 0= 0= 1= 1= Q3= R3= 4= 	4= 4= 4= 4= 5= 5= l6= 7= 7= 28= 38= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9=  := := := !:= ":= ;:= =:= B:= C:= Q:= S:= Y:= Z:= m:= o:= u:= v:= := := := := := := := := := := := := := := := := := :=  ;= ;= ;= ;= ;= ;= #;= (;= C;= D;= E;= F;= G;= %== &== 2== z== == == == >= )>= ]>= q>= >= >= >= ?= 8?= V?= ?= ?= ?= ?= @= :@= Y@= @= @= @= @= @= A= A= A= A= B= B= B= 4B= gB= hB= B= B= B= B= B= B= B= B= ,C= BC= XC= nC= C= C= C= C= C= D= 4D= >D= HD= ID= pD= D= D= D= D= D= D= D= D=  E= 	E= +E= ,E= @E= AE= eE= E= E= E= E= E= E= E= E= E= E= E= E= E= E= E= E= F= #F= $F= 8F= 9F= SF= oF= pF= F= F= F= F= F= 
G= G=  G= !G= 2G= RG= SG= TG= {G= |G= }G= ~G= G= G= G= G= G= G= G= G= G= G= H= H= $H= DH= EH= FH= sH= tH= uH= vH= wH= xH= H= H= H= I= I= I= I= I= I= I= I= I= cJ= J= J= J= J= J= J=  K= 
K= K= ,K= YK= oK= qK= K= K= K= DL= EL= L= L= L= L= 'M= (M= 9M= M= M= M= M= M= M= M= M= M= M= XN= YN= jN= N= N= N= N= N= N= N= ]O= ^O= O= O= O= O= O= O= *P= AP= YP= pP= P= P= P= Q= TQ= UQ= ?R= @R= WR= lR= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= S= %S= 5S= 6S= AS= FS= GS= QS= VS= WS= bS= gS= hS= rS= wS= xS= yS= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= T= (T= 8T= 9T= DT= IT= JT= TT= YT= ZT= eT= jT= kT= uT= zT= {T= |T= T= T= T= T= T= T= T= T= T= T= T= T= T= T= U= U= U= BU= PU= `U= aU= lU= qU= rU= |U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= V= 
V= V= V= V= V= V= V= V= V= W= W= W=  W= %W= &W= 0W= 5W= 6W= AW= FW= GW= QW= VW= WW= XW= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= X= X= ,X= -X= 8X= =X= >X= HX= MX= NX= YX= ^X= _X= iX= nX= oX= pX= X= X= X= X= X= X= X= X= X= X= X= X= X= X=  Y= Y= Y= (Y= 6Y= FY= GY= RY= WY= XY= bY= gY= hY= sY= xY= yY= Y= Y= Y= Y= Y= Y= &Z= 4Z= DZ= EZ= PZ= UZ= VZ= `Z= eZ= fZ= qZ= vZ= wZ= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= [= [= [= 	[= 5[= C[= S[= T[= _[= d[= e[= o[= t[= u[= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= \= \= 
\= \= \= \= 8\= X\= }\= \= \= \= \= ]= ]= ]= *]= ]= ]= ]= ]= ]= ^= ^= ?^= I^= S^= T^= ^= ^= ^= ^= ^= ^= ^= 4_= 5_= U_= V_= _= `= 9`= ^`= n`= `= `= `= `= `= `= a= 0a= Ia= ba= a= a= a= a= a= a= a= a= a= <b= =b= b= b= b= c= +c= Ec= Zc= rc= sc= tc= c= <d= =d= >d= ?d= hd= d= d= ,e= >e= Pe= Qe= @f= Af= Kf= Vf= f= f= f= f= f= f= g= g= g= g= g= #g= hg= ig= xg= g= g= g= @h= h= h= h= i= 2i= Ti= Ui= yi= zi= i= i= 2j= j= j= k= k= k= k= 7k= 8k= k= k= k= l= l= l= l= Ml= Wl= al= bl= l= l= l= l= l= l= l= /m= 0m= Pm= Qm= m= m= m= m= m= n=  n= !n= "n= Rn= n= o= Aq= Bq= s= s= u= u= #u= iv= jv= *w= +w= ^x= _x= qx= y= y= >|= ?|= T|= |= A}= D}= }= }= ~= ~= = = += == P= Q= V= ^= c= d= i= q= }= ~= = = = = = = = = = = = = = = = = = = = = =  = = 
= = = = = = 	= = = \= ]= = = >= ?= = = = = ߆= = = = = = = =  = = = = = = $= 1= >= K= \= m= ~= = = = = ǐ= ސ= = = = 1= 2= ϒ= В= Q= R= $= %= = 	= >= = = = = I= y= z= Ø= = = = = = ǚ= = = = = 
= @= J= T= U= = = = = = = Ü= = = 5= \= = = ͝= = = 5= = = = = ٞ= ڞ= ۞= ܞ= = 	= = = Q= [= e= f= = = = = = = = ȟ= = = := e= = ɠ= O= = ȡ= ɡ= ʡ= ۡ= = = = =  = 3= == G= H= v= = = = = = = = = = = = I= = = 3= = = = = = ͤ= Τ= Ϥ= Ф= = = = D= N= X= Y= = = = = = = = = = = 	= 0= ^= = = = 1= 2= 3= D= R= S= T= ^= i= = = = = ߧ= 	= 
= = 
= = = = W= c= = = ب= = $= [= = = = ĩ= ũ= Ʃ=  = = '= 2= e= o= y= z= = = = = = = Ȫ= ʫ= ˫= ܫ= = Q= = = = F= G= H= I= J= K= {= ,= -= a= = گ= = Y= = = = = = F= P= Z= [= = = = ɱ= ܱ= = = = 	= = }= = = = = в= = = = 
= #= 3= 4= 5= 6= ^= = = = = ͳ= γ= ϳ= г= ٳ= = *= X= Y= Z= k= = = = = ô= Ӵ= Դ= մ= ִ= ״= ش= ٴ= ڴ= ۴= ܴ= = %= &= K= ^= q= r= s= t= }= = \= o= U= V= W= X= i= &= -= 6= 7= ?= T= i= {= = = = ٸ= = = = %= 7= Q= k= {= = = = = = ڹ= = = 2= E= F= G= H= Q= = = ^= _= `= q= = »= ˻= ̻= Ի= = = = *= D= T= n= = = = = ̼= =  = = *= D= E= F= G= o= = = = = ӽ= Խ= ս= ֽ= ߽= e= = ɾ= = = = = = Ŀ= = = @= Y= ~= = = = = = = = m= = = != = = = = = &= '= O= P= u= = = = = = = = = = = 
= V= = = = = [= \= c= l= m= u= = = = = = = = )= 1= F= [= m= = = = = = = = = = L= M= u= v= = = = = = = = = = = = 6= J= = = = = = = = = = = = = = = = = != 2= L= f= w= = = = = = = = = /= I= c= t= = = = = = = = = = = = = = = %= = @= = = '= z= = E= = J= = = = = 6= M= }= = = 	= 5= a= = = = = = = = = = .= C= U= o= = = = = = = 
= $= ,= A= V= k= }= = = = = = = != 2= L= M= N= O= w= x= = = = = = = = = = = = = y= = = j= = = = = = "= G= ^= }= = = = = = 4= ;= D= E= M= _= q= = = = = = = = = *= @= Q= h= i= q= = = = = = = = = &= == N= d= u= = = = = = = = = = = = = = = $= 6= = = N= = = Q= p= = = = = X= w= = = 
= = = = = 1= P= o= = = = = += ,= == = = = = = = = = = = = 
= ,= N= O= q= = = = = = = 1= V= W= X= Y= = C= E= y= = = *= q= = = = h= = = = = = = = )= *= ^= = = = V= = = = = = C= M= W= X= = = = = = = = = = = "= E= |= = = = = G= H= Y= Z= [= = = = = = = = = = = = = = = = = = = = = = = += -= .= /= 8= V= z= = = = = = 9= := M= `= s= = = = = = = := = = = = = = 
 >  >  >  >  >  > > >  > b> > > > W> > > %> t> > > > > > > > '> (> P> Q> v> > > > > > > > @> q> > > > > 4> 5> F> s> z> > > > > > > > > > > > > !> #> $> :> ;> D> > > > 	> 5	> H	> 	> 	> 	> 	> 	> 	> 
> 
> 
> 0
> d
> k
> s
> t
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  > 3> 5> 6> 7> @> > > > #> ^> i> > > > > > > > 

> :
> ;
> c
> d
> w
> 
> 
> 
> 
> 
> 
> 
> ,> i> > > ?> Q> > > > > #> $> %> 6> c> d> e> f> > > > > > > > X> > > > C> > > > > >> > > > 	> > > 	> F> > 2> 3> f> > > P> e> > > > > > > ]> > > > X> > > E> > > > > )> 5> D> P> c> g> h> i> j> k> l> m> n> o> > > > > > > > > > > > > > > > > > > > 3> 8> > > > > >  >  >  > H > L >  >  >  >  >  >  >  >  > ,!> 1!> X!> Y!> ^!> !> !> !> !> !> !> "> "> #"> $"> '"> 1"> 2"> 5"> >"> ?"> @"> Q"> V"> ^"> e"> l"> x"> y"> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> m#> n#> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> 	$> 
$> $> $> 
$> $> 9$> :$> E$> R$> S$> ]$> j$> k$> l$> m$> n$> o$> p$> q$> ~$> $> $> $> $> $> $> $> v%> w%> i&> j&> A'> B'> Y(> b(> (> (> (> 0)> 1)> =)> )> )> )> )> )> )> *> *> *> *> W*> *> +> +> ,> ,> -> -> -> .> y.> .> P/> />  0> !0> 0> ;1> 1> 1> 1> 1> 1> 2> r3> s3> 3> 4> 4> -5> O5> h5> 5> 5> 5> 6> 6> H8> I8> 8> 8> 8> 8> 9> 9> 9> l9> 9> 9> 9> 9> :> :> S:> :> :> :> 8;> u;> ;> <> <> <> 6=> 7=> => => '>> (>> ?> ?> @> @> A> A> tB> uB> B> B> PC> 
D> QE> RE> E> E> <G> @G> AG> WG> XG> lG> mG> nG> wG> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> H> 
H> H> H> )H> +H> 0H> 1H> FH> HH> MH> NH> hH> jH> oH> pH> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> J> J> J> K> 2K> fK> K> K> K> K> L> CL> [L> L> L> L> L> (M> FM> zM> M> M> M> M> +N> ,N> -N> .N> PN> YO> ZO> pO> O> O> O> O> O> P> P> $P> 2P> EP> FP> dP> P> P> P> P> P> P> Q> "Q> #Q> Q> Q> Q> Q> Q> Q> Q> Q> R> +R> ,R> BR> XR> nR> R> R> R> R> R> R> R> R> R> S> S>  S> 5S> 6S> 7S> 8S> IS> iS> jS> kS> S> S> S> S> S> S> S> S> S> S> S> S> 
T> T>  T> KT> dT> yT> T> T> T> T> T> T> T> T> T> U> U> U> U> U> U> 'U> FU> GU> [U> \U> ~U> U> U> U> U> U> U> U> U> V> V> V> V> V> V> V> hV> iV> W> W>  W> 1W> QW> RW> SW> TW> tW> X> 5X> KX> LX> VX> aX> X> X> X> X> X> X> 
Y> Y> @Y> AY> JY> Y> Y> Z>  Z> /Z> Z> Z> Z> Z> ([> k[> l[> [> [> [> [> [> [> [> [> [> \> )\> *\> +\> ,\> -\> .\> [\> \> \> =]> H]> R]> ]]> g]> h]> ]> ]> ]> ^> ;^> <^> w^> ^> ^> ^> _> _> _> 
`> 5`> C`> S`> T`> _`> d`> e`> o`> t`> u`> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `>  a> a> a> a> a> a> a> 4a> Ba> Ra> Sa> ^a> ca> da> na> sa> ta> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> b> b> 	b> b> b> b> b> Bb> Pb> `b> ab> lb> qb> rb> |b> b> b> b> b> b> b> b> b> b> b> b> b> b> 
c> c> c> c> c>  c> +c> 0c> 1c> ;c> @c> Ac> Bc> [c> ic> yc> zc> c> c> c> c> c> c> c> c> c> c> c> c> c> )d> rd> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> e> +e> ;e> <e> Ge> Le> Me> We> \e> ]e> he> me> ne> xe> }e> ~e> e> e> e> e> e> e> e> e> e> e> e> e> e> e> f> f> 
f> f> >f> Lf> \f> ]f> hf> mf> nf> xf> }f> ~f> f> f> f> f> f> f> f> f> f> f> f> f> f> f>  g> g> g> g> g> g> !g> &g> 'g> (g> g> g> g> g> g> g> g> g> g> g> h> h> h> h> h> h> $h> %h> &h> Eh> Sh> ch> dh> oh> th> uh> h> h> h> h> h> h> h> h> h> h> h> h> h> h> h> i> i> 
i> i> i> i> #i> $i> .i> 3i> 4i> 5i> Pi> ^i> ni> oi> zi> i> i> i> i> i> i> i> i> i> i> i> i> i> i> j> >j> ?j> j> j> j> j> j> j> Mk> Nk> k> k> k> k> k> k> k> k> k> %l> Il> [l> ]l> tl> ul> ~l> l> l> l> l> Bm> m> m> m> n> n> -n> .n> Rn> Sn> dn> n> n> n>  o> /o> 0o> Vo> o> o> o> o> o> o> o> o> *p> p> p> p> p> p> p> q> q> q> #q> q> q> q> q> r> r> r> r> r> r> r> s> s> s> s> 't> 1t> ;t> <t> bt> t> t> t> t> t> t> t> u> u> u> 'u> _u> `u> u> Lv> lv> v> v> v> v> v> w> w> )w> zw> w> +x> ix> x> x> x> x> x> x> [y> \y> y> y> y> y> y> y> y> y>  z> &z> Nz> `z> az> bz> cz> lz> z> z> z> z> >{> ?{> `{> a{> r{> {> {> {> {> {> |> |> ~> ~> w> > > > > > > Ȅ> Ʉ> > > > u> v> ܉> ݉> > ?> ߊ> > M> N> 3> H> > > Ɍ> ی> > > > > > > > > > > !> (> -> .> 3> :> F> G> O> W> \> ]> e> m> y> z> > > > > > > > > > > N> O> > > <> => > > T> `> ܒ> ݒ> > > *> +> }> >> ?> G> H> > #> $> > C> M> > > > > ϝ> ܝ> > > > > -> >> ?> R> e> |> > > > ϟ> П> m> n> > > £> ã> > > ܤ> ,> -> > > > > > a> >  > !> H> X> e> > > > > > ީ> > > > !> S> T> V> W> X> a> > > Ӫ> > 8> `> k> > > ӫ> -> .> /> @> w> x> y> z> > > > > > > > > 2> W> X> Y> [> \> ]> f> > > ح> > C> g> > V> f> g> h> y> > > > > > ѯ> ۯ> > > > :> ;> <> => ?> @> A> J> > > > > '> K> ѱ> :> J> K> L> ]> k> l> m> n> > > > > > > > %> L> M> N> O> Q> R> S> \> > > γ> > ;> [> > ϴ> д> Ѵ> > > > > > > :> D> N> O> }> > > > > > > > > > (> V> v> > ¶> > B> C> T> b> c> d> > > ŷ> з> > 
> > > A> B> C> E> \> ]> f> h> i> z> > > > > > > > > > > > > ʼ> ˼> > A> x> > > F> > > > > > > > > !> A> T> g> z> > > > > > > .> [> \> ]> n> > > > > > > > > > > > 2> E> X> k> l> m> n> w> > > > > > 	> :> A> J> K> a> q> r> s> t> u> v> w> x> y> z> > > > > > > > > > > X> > 
> > > > > > > > > > > > > > 3> M> ]> w> > > > > > > 	> > 3> M> N> O> P> x> > > > > > > > > Z> > > > > > Y> `> i> j> r> > > > > > > > &> .> C> X> j> > > > > > > > > 
> %> 8> K> ^> q> r> s> t> }> >  > g> > N> O> P> Q> b> > > > > > /> B> U> V> W> X> a> > 3> v> > ]> ^> _> `> q> > > > > > &> 9> L> _> `> a> b> k> @> g> > > > > > > > > > 
> > > (> => O> i> > > > > > > > > %> ?> O> i> > > > > > > > > > '> :> M> `> s> t> u> v> > 8> > > > {> (> )> *> ;> > !> (> 1> 2> :> O> d> y> > > > > > > > /> 7> L> a> v> > > > > > > > ,> -> .> /> W> X> k> ~> > > > > > > > > > ?> > > > > > >> > >> ?> F> > > > > G> {> > > > 3> 4> E> > > > > > > > > > 
> '> 8> R> l> }> > > > > > > 	> > 5> O> `> z> > > > > > > > > > > )> <> O> b> u> v> w> x> > ?> 9> > > $> > > > ;> B> > > > > > > :> {> |> }> > > > > > > > > !> 3> J> a> x> > > > > > > > > > !> 3> E> W> n> > > > > > > > > *> +> ,> -> U> V> i> |> > > > > > > > > > n> > j> > > > k> > > M> > > => > > > N> O> > > > 
> M> l> > > > > > >  > D> E> J> L> M> N> W> d> > > > > > > 1> S> u> > > > > > > > > 1> > >  ? Y ?  ?  ? ? ^? ? ? ? ? ? m? n? 2? 3? j? ? ? ? >? u? ? ? C? ? ? ? ? ? ? ? ? ? ? 2? E? X? k? m? n? o? x? ? ? ? H? f? ? ? ? ? ? ? ? !	? "	? 5	? H	? [	? n	? p	? q	? r	? {	? 	? 	? @
? A
? R
? S
? T
? |
? }
? 
? 
? 
? 
? 
? 
? 
? 
? 
? ? ? ? ? ? ? ? ? ? ? ? $? &? '? (? 1? U? ? e
? f
? w
? x
? y
? z
? 
? 7? 8? _? `? ? ? ? ?  ? 7? o? ? ? 7? |? ? ? g? h? i? s? ~? ? ? ? ? ? ? ? '? :? M? O? e? f? o? ? ? !? Y? d? ? ? ? ? ? ?  ? !? 7? G? H? I? J? r? s? ? ? ? ? ? ? ? ? ? Q? l? ? ? ? ? ? )? H? d? v? ? ? ? ? ? ? 	? ? ? B? Y? Z? [? \? ? ? ? ? ? ? ? ? ? ? M? u? ? ? ? ? &? Q? ? ? ? ? ? ? ? ? ? ? ? (? ;? N? P? Q? R? [? ? ? y? ? ? ? *? 5? T? ? ? ? ? ? ? ? ? ? +? ,? g? ? P? Q? ? ? 1 ? 2 ? d ?  ? L!? M!? !? !? !? ?"? n"? o"? "? y$? $? $? $? %? %? %? &? &? &? &? '? '? /'? B'? j'? k'? '? (? *)? c)? )? )? O*? *? *? "+? Y+? +? +? +? +? +? +? ,? ,? ,? ,? ,? 	,? 
,? ,? ,? 
,? !,? (,? -,? =,? >,? M,? N,? O,? [,? \,? ],? ^,? i,? m,? ,? ,? ,? ,? ,? ,? ,? ,-? --? 2-? _-? d-? -? -? -? -? -? <.? =.? B.? n.? r.? .? .? .? .? .? .? .? .? */? //? U/? V/? W/? a/? /? /? /? /? /? /? /? /? /? /? /? /? /? /? 0? 
0? 0? 0? "0? &0? -0? 40? 50? 60? 70? 80? 90? :0? ;0? <0? =0? >0? ?0? @0? A0? B0? C0? X0? 1? 1? %1? &1? ?1? P1? Q1? e1? g1? h1? i1? j1? k1? s1? y1? z1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 2? 	2? 
2? 2? 2? 
2? 2? 2? 2? 2? +2? ,2? -2? .2? ;2? M2? 3? 3? 4? 4? 4? 4? 5?  6?  6? y6? 6? 6? 6? 6? #7? $7? 77? \7? ]7? n7? 7? 7? 7? 7? 7? 8? H9? I9? 6:? 7:? ,;? -;? 9;? ;? <? <? <? W=? =? =? ~>? >? 9?? :?? x?? ?? ?? ?? A? A? "A? @B? bB? B? B? C? "C? <C? =C? FD? GD? E? E? EF? FF? F? F? F? F? F? 
G?  G? RG? SG? dG? G? G? G? OH? PH? lH? H? I? mI? 2J? 3J? J? J? J?  K? !K? K? K? M? M? N? N? DO? EO? P? P? -P? >P? P? Q? R? R? nS? oS? T? T? T? T? T? 
U? U? U? U? #U? 0U? 1U? 2U? 3U? 4U? 5U? 9U? :U? ;U? <U? UU? WU? ]U? ^U? wU? yU? ~U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? V? V? 
V? V? V? V? %V? &V? 4V? 6V? <V? =V? PV? RV? WV? XV? _V? dV? V? V? V? V? V? aX? bX? nX? X? X? Y? Y? RY? eY? Y? Y? Y? Y? -Z? @Z? tZ? Z? Z? Z? [? 2[? B[? v[? [? [? [? [? [? [? \? \? ]? 4]? C]? V]? W]? p]? ]? ]? ]? ]? ]? ]? ^? 2^? 3^? 4^? h^? ~^? ^? ^? ^? ^? '_? (_? 2_? =_? p_? z_? _? _? _? _? _? _? _? `? "`? $`? ;`? <`? E`? g`? h`? |`? }`? `? `? `? `? `? `? `? `? a? a? 	a? 0a? 1a? 2a? 3a? 4a? 5a? >a? _a? `a? ta? ua? a? a? a? a? a? b? b? ,b? Fb? Gb? \b? ]b? nb? b? b? b? b? b? b? b? b? b? b? b? b? b? b? c? 8c? 9c? Nc? Oc? `c? c? c? c? c? c? c? c? c? c? c? d? d? d? d? d? d? d? d? d? d? e? e? e? e? e? e? e? 2f? <f? Ff? Gf? hf? f? f? f? f? f? f? g? g? g? g? g? h? ch? dh? uh? h? 	i? 
i? +i? ,i? -i? .i? /i? 0i? 9i? i? i? i? i? i? i? i? i? i? i? j? j? j? j? j? j? k? k? fk? }k? k? k? k? k? l? Jl? l? l? {m? |m? m? m? m? m? m? m? m? n? n? 
n? n? n? n? #n? $n? .n? 3n? 4n? 5n? Sn? an? qn? rn? }n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? o? o? o? o? o? o? "o? #o? -o? 2o? 3o? 4o? Vo? do? to? uo? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? 
p? p? p? p? p?  p? +p? 0p? 1p? ;p? @p? Ap? Bp? ~p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? q? q? q? #q? (q? )q? 3q? 8q? 9q? Dq? Iq? Jq? Tq? Yq? Zq? [q? q? r? 2r? @r? Pr? Qr? \r? ar? br? lr? qr? rr? }r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? s? s? s? s? s? s? s? Js? Xs? hs? is? ts? ys? zs? s? s? s? s? s? s? s? s? s? s? s? s? s? s? t? t? t? t? t? t? 't? ,t? -t? 7t? <t? =t? >t? dt? rt? t? t? t? t? t? t? t? t? t? t? t? t? t? t? t? 2u? 3u? bu? pu? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? v? v? 
v? v? v? v? "v? #v? .v? 3v? 4v? >v? Cv? Dv? Ev? qv? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? w? 
w? w? w? w? (w? -w? .w? 9w? >w? ?w? Iw? Nw? Ow? Pw? tw? w? w? w? w? 3x? 4x? Ax? Bx? Cx? fx? x? x?  y? 2y? 3y? =y? Hy? {y? y? y? y? y? y? y? y? z? z? z? pz? qz? z? z? z? ?{? u{? {? {? {? {? {? {? {? |? S|? l|? |? |? |? |? |? #}? $}? %}? &}? '}? 0}? x}? y}? }? '~? 2~? N~? g~? ~? ~? ~? ~? ~? ~? x? y? z? {? ? 3? 4? h? z? ? ? |? }? ? ? Ł? ρ? ف? ځ?  ? /? A? S? T? U? V? _? ? ? ? ł? ? ? |? ? 
? +? Q? n? ? ? ? ? Ǆ? ? n? Ʌ? ? J? K? L? M? s? t? ? ? .? @? A? K? V? ? ? ? ? ć? ? ? ?  ? ? 
? k? l? ? ? ܈? ݈? ? ? ? [? \? ]? ^? ? $? H? }? ~? ? "? M? N? _? ? ? f? g? ? ? ? ? ? z? {? ? ݗ? }? ? ? ? љ? ? W? X? g? y? ? ? ? ? ? ? ? ? ? ? ? ƚ? ˚? ̚? њ? ؚ? ? ? ? ? ? ? ? ? ? ?  ? '? ,? -? 5? <? H? I? J? K? ? ? D? E? ڞ? ۞? ? ? ? ? z? {? 1? 2? ȡ? ɡ? ? ܣ? ݣ? ? ? 7? ? ¦? \? ? ? 1? 2? S? `? m? z? ? ? ? ? ˫? ܫ? ݫ? ? ? ? 1? 2? =? m? n? ? ? ? ? `? a? 4? E? z? ʲ? ˲? *? X? ? ? ? ? O? ? ? ? ? ? /? 3? 4? >? I? |? ? ? ? ? ? ? ? ? ? ? >? J? q? ? ָ? ? 	? B? L? q? ˹? ̹? ͹? ޹? ? ? ? ? D? E? O? Z? ? ? ? ? к? ? ? ? ? ? ? ? C? O? v? ? ? ? ? ? ? ? ? ? %? &? '? 1? <? o? y? ? ? ? ؽ? ٽ? ڽ? ۽? ݽ? ޽? ߽? ? '? 3? Z? ? ž? ? o? ؿ? ? ? ? ? 	? 
? ? ? 8? B? M? ? ? ? ? ? ? ? ? ? ? ? ? ? 9? E? l? ? ? ? 1? m? n? o? ? ? ? ? ? ? ? ? ? ? ? E? F? G? I? J? K? T? ? ? ? ? ? C? `? ? ? ? ?  ? ? ? <? Y? c? n? ? ? ? ? ? ? ? ? ? ? ? ? ? ? W? ? >? ?? P? ? ? ? ? ? ? ? h? i? ? ? ? N? ? ? 9? :? D? O? ? ? ? ? ? ? ? ? ? +? -? D? E? N? ? ? ? ? ? ? 9? @? H? I? _? o? p? q? r? ? ? ? ? ? 	? 
? ? ? ? 8? f? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @? a? b? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? b? i? r? s? {? ? ? ? ? ? ? ? /? 7? L? a? s? ? ? ? ? ? ? ? ? ? 6? [? n? ? ? ? ? ? ? &? ? ? ? ? ? ? ? ? ? %? :? L? f? ? ? ? ? ? ? ? ? "? <? L? f? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? N? ? ? ? ?  ? S? T? |? ? ? ? ? ? ? ? ? ? ? ? ? ]? ? ? ? ? ? b? c? ? ? ? ? ? ? ? ? ?  ? 	? ? ? I? ? 1? 2? 3? D? ? ? ? ? ? ? ? ? ? ? !? 1? K? e? m? ? ? ? ? ? ? ? !? "? #? $? 5? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 6? r? ? ? ? ? ? ? C? ? ? ? ? ? ? ? ? )? C? ]? n? ? ? ? ? ? ? ? ? &? @? Z? k? ? ? ? ? ? ? ? ? ? 	? ? /? B? U? V? W? X? a? %? |? ? 0? c? ? ,? ? ? ? ? ? ? #? r? ? ? ? ? E? q? ? ? ? ? '? .? 7? 8? @? U? j? ? ? ? ? ? ? 
? ? 5? F? `? h? }? ? ? ? ? ? ? ? 2? C? ]? n? ? ? ? ? ? ? ? ? ?  ? ? ? ? ? ? ? ? ?? ? ? /? ? "? ? ?  ? ?? ^? ? ? ? ? ? ? ? ,? p? w? ? ? ? ? ? ? ? ? ? ? '? >? U? f? |? ? ? ? ? ? ? ? ? ? #? :? K? b? y? ? ? ? ? ? ? ? ? ? ? ? -? @? S? U? V? W? `? r? :?  @  @ @ B@ @ @ 	@ '@ Y@ @ @ @ @ H@ I@ P@ @ @ -@ m@ @ @ @ 
	@ )	@ H	@ g	@ h	@ y	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 
@ $
@ F
@ h
@ 
@ 
@ 
@ 
@ 
@ @ (@ )@ :@ m@ @ @ @ @ @ 
@ 
@ 
@ 
@ .@ f@ @ @ Q@ R@ @ K@ L@ @ @ @ @ @ e@ f@ @ @ @ K@ @ @ 6@ 7@ A@ L@ @ @ @ @ @ @ @ @ @ 	@ @ @ 
@ @ ^@ @ @ @ @ @ U@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 7@ [@ @ @ @ @ @ @ @ .@ A@ T@ g@ i@ j@ k@ t@ @ @ 9@ :@ K@ L@ M@ u@ v@ @ @ @ @ @ @ @ @ @ v@ @ @ @ @ @ @ I@ @ @ @ @ /@ '@ (@ \@ @ @ 
@ R@ @ @ @ a@ @  @  @  @  @  @ O @ Y @ c @ d @  @  @  @  @  @  @  @ !@ !@ 
!@ |!@ !@ !@ !@ "@ ."@ p"@ q"@ "@ "@ "@ "@ "@ "@ "@ "@ "@ "@ #@ #@ $#@ 7#@ J#@ ]#@ _#@ `#@ v#@ w#@ #@ #@ 
$@ ;$@ X$@ q$@ $@ $@ $@ $@ %@ %@ :%@ Y%@ Z%@ [%@ l%@ %@ %@ %@ %@ %@ %@ %@ %@ %@ "&@ #&@ 6&@ I&@ \&@ o&@ q&@ r&@ s&@ |&@ &@ '@ M'@ _'@ '@ '@ '@ '@ 1(@ 5(@ 6(@ 7(@ 8(@ I(@ v(@ w(@ (@ (@ (@ (@ (@ (@ (@ (@ (@ (@ h)@ )@ *@ J*@ {*@ *@ *@ *@ *@ +@ _+@ `+@ a+@ r+@ +@ +@ +@ +@ +@ +@ ,@ ,@ ,@ ,@ (-@ -@ -@ -@ .@ .@ .@ .@ @/@ A/@ z/@ /@ 0@ 
0@ E0@ 2@ D2@ E2@ 2@ 43@ n3@ o3@ 3@ V4@ W4@ 4@ 4@ 4@ 4@ 4@ 5@ 	5@ O5@ 6@ 6@ 7@ W7@ 7@ 7@ )8@ 8@ 8@ 8@ Y9@ Z9@ e9@ q9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ :@ :@ :@ &:@ 2:@ 3:@ 8:@ o:@ t:@ :@ :@ :@ :@ ;@ G;@ H;@ M;@ ;@ ;@ ;@ ;@ ;@ <@ <@ *<@ +<@ 0<@ h<@ m<@ <@ <@ <@ <@ <@ <@ <@ <@ <@ N=@ S=@ _=@ `=@ c=@ m=@ n=@ q=@ z=@ {=@ |=@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ >@ >@ >@ >@ >@ >@ >@ ?@ ?@ ?@ ?@ ?@ 	?@ ?@ ?@ ?@ !?@ %?@ &?@ 9?@ E?@ F?@ G?@ H?@ I?@ [?@ u?@ v?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ @@ @@ A@ A@ }B@ ~B@ C@ C@ C@ D@ $D@ lD@ mD@ yD@ D@ D@ D@ D@ D@ E@ LE@ ME@ NE@ [E@ E@ *F@ F@ F@ G@ G@ H@ H@ H@ ZI@ I@ &J@ J@ J@ \K@ ]K@ L@ wL@ L@ L@ M@ 4M@ 5M@ HM@ N@ N@ N@ O@  P@ iP@ P@ P@ P@ P@ P@ Q@ Q@ S@ S@ S@ S@ /T@ ;T@ JT@ VT@ WT@ T@ T@ T@ T@ U@ KU@ PU@ U@ U@ U@ 
V@ tV@ V@ W@ W@ W@ "X@ rX@ sX@ X@ X@ cY@ dY@ Z@ Z@ +\@ ,\@ \@ \@ ]@ ]@ ]@ ]@ ^@ F_@ `@ `@ a@ 
a@ xb@ |b@ }b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ c@ c@ c@ c@ +c@ -c@ 3c@ 4c@ Gc@ Ic@ Oc@ Pc@ ec@ gc@ lc@ mc@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ d@ d@ d@ d@  d@ !d@ e@  f@ f@ Tf@ nf@ f@ f@ f@ g@ 7g@ Kg@ g@ g@ g@ g@ h@ 0h@ dh@ h@ h@ h@ h@ i@ 3i@ gi@ hi@ ii@ ji@ i@ j@ j@ j@ j@ j@ j@ j@ k@ Ak@ Bk@ `k@ nk@ k@ k@ k@ k@ k@ k@ l@ l@ 2l@ Hl@ ^l@ _l@ l@ l@ l@ l@ m@ m@ "m@ #m@ Jm@ gm@ hm@ ~m@ m@ m@ m@ m@ m@ m@ m@ n@ n@ n@ n@ ?n@ [n@ \n@ qn@ rn@ sn@ tn@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ o@ o@ -o@ Io@ Jo@ \o@ o@ o@ o@ o@ o@ o@ o@ o@ p@ ,p@ -p@ .p@ Up@ Vp@ Wp@ Xp@ Yp@ Zp@ cp@ p@ p@ p@ p@ p@ p@ p@ p@ p@ p@ q@ q@  q@ Mq@ Nq@ Oq@ Pq@ Qq@ Rq@ [q@ q@ q@ Zr@ [r@ \r@ mr@ r@ r@ r@ r@ r@ =s@ qs@ s@ s@ s@ s@ s@ s@ s@ s@ t@ 3t@ It@ Kt@ |t@ }t@ t@ u@ u@ [u@ \u@ ku@ u@ v@ v@ v@ dv@ v@ v@ v@ v@ v@ v@ v@ v@ v@ 2w@ 3w@ Dw@ ew@ fw@ gw@ hw@ iw@ jw@ w@ 7x@ 8x@ yx@ x@ x@ x@ x@ x@ y@ y@ 3y@ Jy@ wy@ xy@ y@ y@ .z@ /z@ {@ {@ 1{@ F{@ q{@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ |@ |@ |@  |@ !|@ +|@ 0|@ 1|@ <|@ A|@ B|@ L|@ Q|@ R|@ S|@ p|@ ~|@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ }@ }@ }@ }@ #}@ $}@ .}@ 3}@ 4}@ ?}@ D}@ E}@ O}@ T}@ U}@ V}@ ~}@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ ~@ *~@ :~@ ;~@ F~@ K~@ L~@ V~@ [~@ \~@ g~@ l~@ m~@ w~@ |~@ }~@ ~~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ e@ @ @ @ @ @ @ @  @ 
@ @ @ @  @ !@ +@ 0@ 1@ 2@ Y@ g@ w@ x@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ "@ '@ (@ 3@ 8@ 9@ C@ H@ I@ J@ z@ @ @ @ @ @ @ @ @ @ Ł@ ʁ@ ˁ@ Ձ@ ځ@ ہ@ ܁@ @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@ d@ Ђ@ т@  @ @ @ @ *@ /@ 0@ :@ ?@ @@ K@ P@ Q@ [@ `@ a@ b@ @ @ @ @ @ @ @ @ @ @ ̃@ у@ ҃@ ܃@ @ @ @ @ @ -@ .@ 9@ >@ ?@ I@ N@ O@ Z@ _@ `@ j@ o@ p@ q@ @ @ @ @ @ @ @ Ƅ@ ˄@ ̄@ ׄ@ ܄@ ݄@ @ @ @ @ @ 2@ W@ z@ {@ х@ ҅@ ߅@ @ @ @ @ @ @ І@ ц@ ۆ@ @ @ #@ -@ .@ a@ @ @ @ @ @ @ @ @ /@ 0@ ~@ ݈@ @ 8@ H@ Y@ i@ j@ @ @ @ @ 
@ #@ <@ k@ l@ @ @ @ Ê@ Ċ@ Ŋ@ Ί@ @ @ f@ ŋ@ Ћ@ @ @ @ 4@ L@ M@ N@ _@ @ @ @ @ B@ э@ ҍ@ @ @ *@ +@ @ @ %@ 0@ c@ m@ w@ x@ @ ͏@ ߏ@ @ @ @ @ @ B@ C@ R@ c@ @ @ @ @ @ ɑ@ @ @ .@ /@ S@ T@ e@ @ @ g@ @ @ @ @ @ @ @ @ @ ̔@ ޔ@ ߔ@ @ @ '@ 1@ ;@ <@ b@ @ @ @ @ @ @ 	@ 
@ *@ +@ z@ {@ @ @ @ @ @ @ @ ,@ @ @ @ @ @ @ @ @ @ C@ D@ @ @ 8@ 9@ K@ @ @ @ @ .@ {@ @ @ @ @ o@ @ @ @ @ @ *@ +@ 0@ 8@ =@ >@ C@ K@ W@ X@ ]@ d@ i@ j@ o@ v@ @ @ @ @ @ @ @ @ @ @ @ Ũ@ ʨ@ ˨@ Ө@ ڨ@ @ @ @ @ @ @ @ @ x@ y@ 6@ 7@ @ @ @ @ Ϯ@ Ю@ f@ g@ @ z@ {@ @ @ ղ@ _@ `@ @ @ @ Ϸ@ з@ @ @ @ @ %@ 6@ G@ X@ i@ z@ {@ @ @ @ Ϲ@ й@ ۹@ @ @ @ @ +@ ,@ @ @ ҿ@ @ @ h@ i@ @ @ #@ S@ T@ @ @ \@ ]@ @ @ @ @ @ @ @ @ @ $@ .@ /@ ]@ @ @ @ @ @ @ @ @ @ 6@ t@ @ @ @ @ @ i@ j@ k@ |@ @ @ @ @ @ @ @ @ +@ 5@ ?@ @@ n@ @ @ @ @ @ @ @ @ @ @ ?@ @ @ )@ @ @ @ @ @ @ @ @ @ @ 
@ @ !@ "@ P@ v@ w@ x@ y@ {@ |@ }@ @ @ @ @ #@ c@ @ 
@ v@ @ @ @ @ @ @ @ @ @ @ @ @ (@ 2@ 3@ a@ @ @ @ @ @ @ @ @ @ @ 
@ 8@ w@ @ @ @ @ 
@ @ ,@ -@ .@ 8@ C@ v@ @ @ @ @ @ @ @ @ @ @ @ 1@ =@ d@ @ @ @ @ 5@ ~@ @ @ @ @ @ @ @ @ @ ?@ I@ S@ T@ }@ ~@ @ @ @ @ @ @ @ @ @ +@ @ @ @  @ !@ "@ #@ $@ %@ U@ @ @ ;@ }@ @ @ 3@ @ @ @ @ @  @ *@ 4@ 5@ ]@ }@ @ @ @ @ @ @ @ @ W@ j@ @ @ @ @ @ @ @ @ @ 
@ @ @ @ 8@ [@ n@ @ @ @ @ @ @ @ @ @ 2@ 3@ 4@ E@ v@ }@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  @ %@ 8@ K@ L@ M@ N@ W@ @ 6@ I@ /@ 0@ 1@ 2@ C@  @ @ @ @ @ .@ C@ U@ o@ @ @ @ @ @ @ @ @ +@ E@ U@ o@ @ @ @ @ @ @ @ @ @  @ !@ "@ +@ @ @ 8@ 9@ :@ K@ @ @ @ @ @ @ @ @ @ @ .@ H@ b@ j@ @ @ @ @ @ @ @ @ @  @ !@ I@ a@ t@ @ @ @ @ @ @ @ ?@ \@ @ @ @ @ @ @ @ @ @ @ 3@ X@ k@ ~@ @ @ @ @ @ G@ o@ @ @ @ @ @ @ @  @ @ )@ *@ O@ b@ u@ @ @ @ @ @ @ |@ @ @ 0@ @ @ @ @ 5@ 6@ =@ F@ G@ O@ d@ y@ @ @ @ @ @ @ @  @ 5@ G@ a@ {@ @ @ @ @ @ @ @ &@ '@ O@ P@ c@ v@ @ @ @ @ @ @ @ t@ @ @ $@ @ d@ e@ f@ w@ @ ]@ d@ m@ n@ v@ @ @ @ @ @ @ @ &@ @@ Q@ k@ s@ @ @ @ @ @ @ 	@ #@ =@ N@ h@ i@ j@ k@ @ @ @ @ @ @ @ @ @ @ @ @ @ {@ @ @ T@ @ @ z@ $@ z@ {@ @ @ @ '@ W@ @ @ @ @ ;@ o@ p@ @ @ @ @ @ @ @ @ @ /@ I@ c@ t@ @ @ @ @ @ @  A  A 0 A E A W A q A  A  A  A  A  A  A A &A 'A (A )A QA RA eA xA A A A A A A A {A uA A SA `A A DA A wA ~A A A A !A 8A WA vA A A A A A A A A 'A 9A KA ]A oA A A A A A A 	A 	A +	A B	A C	A K	A ]	A o	A 	A 	A 	A 	A 	A 	A  
A 
A (
A >
A O
A f
A g
A h
A i
A 
A 
A 
A 
A 
A 
A 
A 
A 
A 
A 
A A A 
A (A A A +A JA A A A A 2A QA yA A A A A A A A *A IA A A A A A A A [A \A A A A A A A A A A A A (A )A KA mA A A A A A A 0A 1A 2A 3A mA A A SA A A A KA A A A BA A A A A nA oA A  A  A 8 A z A  A  A 0!A !A !A !A !A !A "A '"A 1"A 2"A Z"A ["A n"A "A "A "A "A "A "A "A "A #A V#A #A #A #A #A !$A "$A 3$A 4$A 5$A ]$A ^$A q$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 0&A T&A &A &A &A &A &A 'A 'A ''A :'A M'A `'A b'A c'A d'A m'A 'A (A (A (A (A (A (A (A (A s)A t)A )A )A )A *A *A *A <+A s+A +A +A 1,A s,A ,A ,A N-A -A -A -A -A -A -A -A .A .A *.A +.A P.A c.A v.A .A .A .A .A .A /A K/A ]/A /A /A /A 0A 0A  0A M0A T0A \0A ]0A s0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 1A 1A 1A 1A 1A 1A 1A 2A "2A Z2A e2A 2A 2A 2A 2A 2A 2A 2A 
3A >3A E3A M3A N3A ~3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 
4A 4A 4A 4A 4A 4A 4A 4A 4A 85A C5A b5A 5A 5A 5A 5A 5A 5A 5A 6A 6A =6A >6A Q6A d6A w6A 6A 6A 6A 6A 6A 7A C7A 7A 7A 8A +8A f8A q8A 8A 8A 8A 8A 8A 9A =9A >9A ?9A @9A g9A h9A 9A Z:A :A :A :A 2;A m;A n;A ;A <A <A <A <A <A =A {=A =A =A =A ?A ?A ?A  @A @A AA 
AA @AA AA AA *BA ?BA [BA kBA ~BA BA BA BA 7DA fDA DA DA 2EA EA EA FA ^FA FA FA FA GA GA GA *GA =GA AGA BGA CGA DGA EGA FGA GGA HGA IGA ]GA dGA iGA yGA zGA GA GA GA GA GA GA GA GA GA GA GA GA GA GA 
HA HA hHA iHA nHA HA HA HA HA HA "IA &IA xIA yIA ~IA IA IA IA IA IA JA JA 2JA 3JA 8JA fJA kJA JA JA JA JA JA JA JA JA KA KA KA KA KA KA KA +KA 0KA 8KA ?KA FKA RKA SKA ^KA bKA iKA pKA qKA rKA sKA tKA uKA vKA wKA xKA yKA zKA {KA |KA }KA ~KA KA KA GLA HLA aLA bLA {LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA MA MA MA ,MA -MA 7MA DMA EMA FMA GMA HMA IMA JMA KMA XMA YMA gMA hMA iMA jMA wMA MA PNA QNA COA DOA PA PA 3QA <QA \QA QA QA 
RA RA RA _RA `RA sRA RA RA RA RA RA RA RA 1SA SA TA TA rUA sUA hVA iVA uVA VA SWA WA *XA XA XA XA YA ZA uZA vZA ZA ZA ZA ZA L\A M\A ^\A |]A ]A ^A )^A B^A ^^A x^A y^A _A _A "aA #aA aA aA aA aA aA aA aA FbA \bA bA bA bA bA bA -cA cA cA cA dA OdA dA neA oeA eA fA fA \fA ]fA gA gA ZhA [hA iA iA jA jA NkA OkA ikA zkA *lA lA +nA ,nA nA nA pA pA pA 1pA 2pA FpA GpA HpA QpA _pA lpA mpA npA opA ppA qpA upA vpA wpA xpA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA qA qA 
qA qA  qA "qA 'qA (qA BqA DqA IqA JqA YqA [qA aqA bqA pqA rqA xqA yqA qA qA qA qA qA qA qA qA qA qA qA sA sA sA sA tA @tA ZtA tA tA tA tA uA 5uA iuA |uA uA uA vA  vA TvA nvA ~vA vA vA wA wA wA wA *wA 3xA 4xA JxA pxA xA xA xA xA xA xA xA yA yA  yA >yA nyA oyA pyA yA yA yA yA yA yA czA dzA nzA yzA zA zA zA zA zA {A {A {A 2{A H{A ^{A `{A w{A x{A {A {A {A {A {A {A {A {A |A |A |A |A #|A C|A D|A E|A l|A m|A n|A o|A p|A q|A z|A |A |A |A |A |A |A |A |A %}A >}A S}A h}A }A }A }A }A }A }A }A }A }A }A }A }A }A }A ~A  ~A !~A 5~A 6~A X~A t~A u~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A BA CA A A A A +A ,A -A .A NA ۀA A %A &A 0A ;A nA xA A A A сA A A A A $A A A A A 	A ZA A A A A EA FA gA hA iA jA kA lA uA ЄA фA A A A A A A A 5A ՅA օA A "A ,A 7A AA BA A A цA A A A QA A ̇A ͇A A A ψA A A A -A .A 9A >A ?A IA NA OA ZA _A `A jA oA pA qA A A A A A A A ɉA ΉA ωA ډA ߉A A A A A A A A ,A -A 8A =A >A HA MA NA YA ^A _A iA nA oA pA A A A A A A A ̊A ъA ҊA ݊A A A A A A A A *A :A ;A FA KA LA VA [A \A gA lA mA wA |A }A ~A A ȋA ؋A ًA A A A A A A A 
A A A A A A 5A CA SA TA _A dA eA oA tA uA A A A A A A A A LA nA |A A A A A A A A A A A A ɍA ΍A ύA ЍA A A A A !A &A 'A 1A 6A 7A BA GA HA RA WA XA YA A A A A A A A A ŎA ƎA юA ֎A ׎A A A A A A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA zA A A A A ʏA ϏA ЏA ڏA ߏA A A A A A  A A A nA oA A A A A ȐA ͐A ΐA ؐA ݐA ސA A A A A A A  A A -A =A >A IA NA OA YA ^A _A jA oA pA zA A A A A A ˑA ̑A בA ܑA ݑA A A A A A A A 
A A A *A 8A HA IA TA YA ZA dA iA jA uA zA {A A A A A A ВA A A A oA pA }A ~A A A 'A (A \A nA oA yA A A A ˔A ̔A A #A 5A 7A NA OA XA A A ͕A ΕA A {A A ֖A A A A A ,A -A >A A A A ڗA 	A 
A 0A _A `A aA bA cA lA A A A cA nA A A A ҙA A A A A A A A A A oA pA A A țA ɛA A A ÜA ΜA A A A A <A kA }A A A A A A A A A A 9A :A A &A FA gA A A ̟A ͟A A A A TA A A CA A A A A A A 5A 6A jA |A }A A A ŢA ϢA ٢A ڢA  A (A :A ;A <A =A FA A A ȣA ɣA A A :A ;A LA A A A A ʤA `A A A A QA ^A A A A A A A A ֮A ׮A A OA PA 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 1A 6A 7A ?A GA SA TA \A cA hA iA qA xA A A A A (A )A A A A A ԺA պA .A :A A A mA nA A A WA A A !A "A sA A A A A 'A mA nA A A A A A A A A A A A ,A ?A VA mA nA yA A A GA HA A A A A pA A A A A fA A A A A ;A A A A "A 2A ?A kA oA pA zA A A A A A A -A .A 0A 1A 2A ;A zA A A A A :A EA ~A A A A A 	A A QA RA SA TA A A A A A A A A A 1A 2A 3A 5A 6A 7A @A A A A A A AA A 0A @A AA BA SA aA bA cA mA xA A A A A A A A A A A A A $A cA oA A A A %A A A $A %A &A 7A EA FA GA HA tA ~A A A A A A A &A 'A (A )A +A ,A -A 6A uA A A A A 5A mA A A A A A A A A A A A (A )A WA A A A A A A A A A A 0A PA A A A A A .A <A =A >A xA A A A A A A A A A A A 6A 7A @A BA CA TA A A zA {A A A A A A A A A A A A A RA A A  A uA vA A A A A A A A A .A AA TA gA iA A A A A A 5A 6A 7A HA uA |A A A A A A A A A A A A 2A EA FA GA HA QA tA A A A A A A A $A %A ;A KA LA MA NA OA PA QA RA SA TA |A A A A A A A A A A 2A A A A A A A A A A A A A A A A 
A 'A 7A QA kA sA A A A A A A 
A 'A (A )A *A RA rA A A A A A A A 4A bA A A A A 3A :A CA DA LA aA vA A A A A A  A A A 2A DA ^A xA A A A A A A A A A %A 8A KA LA MA NA WA A A AA A (A )A *A +A <A A A A A A 	A A /A 0A 1A 2A ;A A 
A PA A 7A 8A 9A :A KA A A A A A  A A &A 9A :A ;A <A EA A AA A A mA nA oA A A A A A A A A A )A CA ]A mA A A A A A A A A )A CA ]A ^A _A `A qA A A A A A A 'A :A MA NA OA PA YA  B r B  B  B UB B B B B B B B B B B )B >B SB eB B B B B B B 	B B &B ;B PB bB |B B B B B B B B B 	B 1B 2B EB XB kB ~B B B B B B aB B B lB B B hB B 	B 	B 
B 
B  
B _
B 
B 
B 
B !B UB B B B 
B B B cB jB sB tB |B B B B B B 
B 
B ,
B F
B W
B q
B 
B 
B 
B 
B 
B 
B 
B B )B :B TB nB B B B B B B B B B B B )B <B OB PB QB RB [B B B {B B B kB B ^B B B \B {B B B B B B UB VB WB hB B B B B B B B B 
B $B ;B RB cB zB B B B B B B B B 
B B 1B HB _B vB B B B B B B B B B B /B 0B CB VB iB |B B B B B B B vB HB B DB ~B B B EB cB B 'B B B !B !B !B !B (#B )#B i#B #B #B #B '$B F$B e$B $B $B $B $B $B $B %B %B $%B &%B '%B (%B 1%B >%B `%B %B %B %B %B %B &B -&B O&B d&B e&B v&B &B &B &B &B &B 'B (B (B (B 3)B j)B )B )B 8*B *B *B *B +B +B G,B H,B -B 
-B D-B -B -B -B .B O.B .B .B /B r/B s/B }/B /B /B /B /B /B /B /B 0B 0B 20B E0B G0B H0B I0B R0B 0B 0B 0B "1B @1B Z1B 1B 1B 1B 1B 1B 1B 1B 1B 2B "2B 52B H2B J2B K2B L2B U2B s2B 2B 3B 3B ,3B -3B .3B V3B W3B j3B }3B 3B 3B 3B 3B 3B 3B 3B 3B u4B v4B 4B 4B 4B 4B 4B 4B 4B 4B 4B  5B 5B 5B 5B /5B 5B ?6B @6B Q6B R6B S6B T6B 6B 7B 7B 97B :7B k7B c8B d8B 8B 8B 9B I9B 9B 9B :B V:B :B :B A;B B;B C;B M;B X;B ;B ;B ;B ;B ;B ;B ;B <B <B '<B )<B ?<B @<B I<B <B <B <B 3=B >=B j=B =B =B =B =B =B =B =B >B !>B ">B #>B $>B L>B M>B `>B s>B >B >B >B >B >B >B >B +?B F?B w?B ?B ?B ?B ?B @B "@B >@B P@B v@B @B @B @B @B @B @B @B @B AB 3AB 4AB 5AB 6AB ^AB _AB rAB AB AB AB AB AB AB AB 'BB OBB BB BB BB BB  CB +CB mCB qCB rCB sCB tCB CB CB CB CB CB CB DB DB (DB *DB +DB ,DB 5DB DB DB SEB EB EB EB FB FB .FB YFB FB FB FB FB FB FB FB FB GB GB AGB GB *HB +HB dHB HB IB IB >IB IB &JB 'JB |JB }JB JB KB HKB IKB KB SMB MB MB MB pNB NB NB NB OB OB OB OB OB 	PB PB DPB EPB PB QB RB =RB RB RB )SB eSB SB SB 3TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB UB UB UB UB 'UB (UB )UB 5UB 6UB 7UB 8UB CUB GUB ZUB bUB nUB oUB tUB UB UB VB VB VB 9VB >VB VB VB VB VB VB WB WB WB HWB LWB fWB gWB lWB WB WB WB WB WB XB 	XB /XB 0XB 1XB ;XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB  YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB 2YB YB YB YB  ZB ZB *ZB +ZB ?ZB AZB BZB CZB DZB EZB MZB SZB TZB ]ZB aZB bZB uZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB [B [B [B [B [B '[B [B [B \B \B ]B ]B ^B ^B ^B S_B `_B _B _B _B _B _B `B 6`B 7`B H`B `B `B `B `B `B faB "bB #bB cB cB dB dB dB dB dB beB eB 1fB fB fB XgB gB hB hB RhB phB qhB hB iB iB iB kB <kB kB kB kB kB lB lB  mB !mB nB nB oB  oB koB woB oB oB oB oB oB ,pB -pB >pB pB pB pB )qB *qB FqB qB qB GrB sB 
sB ^sB sB sB sB sB tB tB uB uB gwB hwB xB xB xB xB yB yB yB zB {B {B H|B I|B }B }B }B }B }B }B }B }B }B }B 
~B ~B ~B 
~B ~B ~B ~B ~B ~B ~B /~B 1~B 7~B 8~B Q~B S~B X~B Y~B g~B i~B o~B p~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 1B 2B 9B >B YB ZB [B \B ]B ;B <B HB B B ށB B ,B ?B sB B B ӂB B B NB lB B B B B B PB oB B B B B ȄB хB ҅B B B B 0B 1B JB }B ~B B B B B ܆B B 
B B BB XB nB B B B B B B B JB TB ^B _B B B B B ЈB B B B B B B AB BB VB WB {B B B B B B B B B B B 
B B B 
B B B B 9B :B NB OB iB B B B ÊB ܊B B B  B !B 6B 7B HB hB iB jB B B B B B B B B B ӋB ԋB B B B (B )B :B ZB [B \B B B B B B B B B B B B B B ɍB ʍB ˍB ̍B B yB B ÎB ĎB ΎB َB B B  B !B BB oB B B B B B ZB [B B B B B =B >B OB B B B B B B B 	B 
B B nB oB B B B B B B B ӒB sB tB B B ʓB ՓB ߓB B @B WB oB B B B B $B jB kB UB VB mB B B B ˖B ̖B זB ܖB ݖB B B B B B B B 
B B B -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B B ʗB ˗B ֗B ۗB ܗB B B B B B B B B 
B B 0B >B NB OB ZB _B `B jB oB pB {B B B B B B B B ȘB ؘB ٘B B B B B B B B 
B B B B B B XB fB vB wB 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 3B 4B 5B B B B B *B +B 6B ;B <B FB KB LB WB \B ]B gB lB mB nB B B B B B ěB śB ϛB ԛB ՛B B B B B B B B $B 2B BB CB NB SB TB ^B cB dB oB tB uB B B B B B ĜB ԜB ՜B B B B B B B B B B B B B B >B LB \B ]B hB mB nB xB }B ~B B B B B B B B B 
B <B JB ZB [B fB kB lB vB {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 KB YB iB jB uB zB {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 NB nB B B B 
B B B B B @B šB ơB B B 
B B "B UB _B iB jB B B ӢB բB B B B JB KB kB lB B B OB tB B B B B ʤB ˤB ܤB -B FB _B xB B B ΥB B B B  B B 
B RB SB B B B (B AB [B pB B B B B RB SB TB UB ~B 
B B BB TB fB gB VB WB aB lB B B B B ڪB 	B B -B .B /B 0B 9B ~B B B B ׫B ثB VB ĬB B B +B HB jB kB B B B B HB B B $B %B &B 'B MB NB ӯB ԯB B B B %B 0B cB mB wB xB B ưB ذB ٰB ڰB ۰B B EB FB fB gB B B رB ٱB B 5B 6B 7B 8B hB B "B WB XB B B 'B (B 9B B B @B AB tB uB B B B TB UB jB B WB ZB B B B B 1B 2B AB SB fB gB lB tB yB zB 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 rB sB B B TB UB B B B B B B B B B B B B 6B B B B B -B :B GB TB aB rB B B B B B B B B B B B GB HB B B gB hB :B ;B B B TB B B B 2B _B B B B )B B B B B B 	B 
B B B #B VB `B jB kB B B B B B B B B $B KB rB B B B B &B KB B B B B B B B B B B )B 4B gB qB {B |B B B B B B B B B B )B PB {B B B eB B B B B B B  B B B B IB SB ]B ^B B B B B B B B B B B 
B 4B _B B B IB B B B B B B B B B B B 'B ZB dB nB oB B B B B B B B B B B B FB tB B B B GB HB IB ZB hB iB jB tB B B B B B B B  B !B #B $B %B .B mB yB B B B B :B qB B B B B B B B 3B =B HB {B B B B B B B B B B B B B B 1B gB B B *B \B ]B ^B _B `B aB B BB CB wB B B (B oB B B B B )B \B fB pB qB B B B B B B B B B (B B B B B B B B B "B #B 9B IB JB KB LB tB B B B B B B B B B B @B nB oB pB B B B B B B B B B B B B B B B B B ;B <B aB tB B B B B B B rB B kB lB mB nB B <B CB LB MB UB jB B B B B B B 	B B &B ;B MB gB B B B B B B B B B 5B HB [B \B ]B ^B gB B  B tB uB vB B B B B B B B  C & C @ C Z C j C  C  C  C  C  C  C  C C &C @C Z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 VC oC C C C C C C C C C C C 7C C C C C C <C =C eC fC C C C C C C C C C C C #	C l	C 
C 
C 
C 
C q
C r
C y
C 
C 
C 
C 
C 
C 
C 
C 
C C %C ?C GC \C qC C C C C C C C C C C bC cC C C C C C C C C C C C 
C C LC `C C C C C C C C C C C C C C C C C 7C HC bC |C C C C C C C  C C 4C EC _C yC C C C C C C C C C 	C C /C 0C 1C 2C ;C C VC C 
C =C C C [C C `C C C C C LC cC C C C C KC wC C C C C C C C C /C DC YC kC C C C C C C C  C :C BC WC lC C C C C C C C C 7C HC bC cC dC eC C C C C C C C C C C C C C C C C 	 C  C  C !C !C !C "C 8"C ]"C t"C "C "C "C "C "C #C J#C Q#C Z#C [#C c#C u#C #C #C #C #C #C #C $C $C /$C @$C V$C g$C ~$C $C $C $C $C $C $C $C $C %C %%C <%C S%C d%C z%C %C %C %C %C %C %C %C %C %C &C &C -&C /&C 0&C 1&C :&C L'C (C (C d)C )C *C g*C *C *C +C 3+C +C n,C -C .C "/C #/C */C 0C 0C 1C G1C f1C 1C 1C 1C 2C "2C A2C B2C S2C 2C 2C 2C 2C 2C 2C 2C 2C 2C 2C 2C  3C B3C d3C e3C 3C 3C 3C 3C 4C 4C 4C G4C l4C m4C n4C o4C 4C Y6C [6C 6C 6C 7C @7C 7C 7C +8C ,8C ~8C %9C &9C 9C 9C :C :C :C ?;C @;C t;C ;C ;C %<C l<C <C =C =C =C &=C Y=C c=C m=C n=C =C =C =C =C =C =C =C =C =C =C 8>C [>C >C >C >C >C /?C ]?C ^?C o?C p?C q?C ?C ?C ?C ?C ?C ?C ?C ?C ?C ?C @C 5@C @C @C @C @C @C @C @C AC AC .AC AAC CAC DAC EAC NAC lAC AC BC BC %BC &BC 'BC OBC PBC cBC vBC BC BC BC BC BC BC BC PCC CC CC CC CC CC CC #DC DC DC DC DC 	EC FC FC 6FC xFC FC FC ,GC mGC GC GC ;HC HC HC HC HC HC HC )IC 3IC =IC >IC fIC gIC IC IC IC IC IC IC IC IC VJC JC JC JC JC KC JKC KKC \KC KC KC KC KC KC KC KC KC KC KC KC KC LC $LC 7LC 9LC :LC PLC QLC ZLC LC LC MC 2MC KMC ^MC MC MC MC MC MC NC 3NC 4NC 5NC FNC zNC NC NC NC NC NC NC NC NC NC NC OC #OC 6OC IOC KOC LOC MOC VOC OC OC 'PC 9PC tPC PC PC PC QC QC QC QC QC #QC PQC QQC yQC zQC QC QC QC QC QC QC QC QC BRC RC RC $SC USC gSC SC SC SC SC 9TC :TC ;TC LTC yTC zTC {TC |TC TC TC TC UC UC UC VC nVC VC VC VC YWC WC WC XC XC TXC XC XC XC YC ZC [C [C \[C \C H\C I\C |\C 0]C 1]C f]C {]C ]C ]C ]C ]C ]C )^C s_C _C _C 1`C n`C `C aC [aC aC aC 3bC 4bC ?bC KbC ZbC fbC ybC }bC ~bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC  cC cC 
cC cC IcC NcC cC cC cC cC cC !dC "dC 'dC ^dC bdC dC dC dC dC dC eC eC 
eC BeC GeC neC oeC teC eC eC eC eC eC eC (fC -fC 9fC :fC =fC GfC HfC KfC TfC UfC VfC gfC lfC tfC {fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC  hC hC hC  hC !hC "hC #hC 5hC OhC PhC [hC hhC ihC shC hC hC hC hC hC hC hC hC hC hC hC hC hC hC hC hC iC iC jC jC WkC XkC olC xlC lC lC lC FmC GmC SmC mC mC mC mC mC mC &nC 'nC (nC 5nC mnC oC oC oC pC pC qC qC qC 4rC rC  sC fsC sC 6tC 7tC tC QuC uC uC uC vC vC "vC wC wC wC xC xC CyC eyC ~yC yC yC yC zC zC ^|C _|C |C |C 	}C }C $}C 0}C 1}C }C }C }C }C }C %~C *~C i~C ~C ~C ~C NC C C C C C LC MC C C =C >C C C C C C C C C C C fC  C gC hC C C RC VC WC mC nC 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 AC FC GC \C ^C cC dC ~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 HC |C C ʏC ݏC C %C YC qC C C C 
C >C \C C C C C 
C AC BC CC DC fC oC pC C C C ΓC ϓC C C C :C HC [C \C zC C C C C C C "C 8C 9C C C C C C C C C $C AC BC XC nC C C C C C C ߖC C C C C 5C 6C KC LC MC NC _C C C C C C C C C C C חC ؗC C C C #C $C 6C aC zC C C C C ԘC ՘C C C C C /C 0C 1C 2C 3C 4C =C \C ]C qC rC C C C ƙC ǙC ؙC C C C 'C (C )C *C +C ,C 5C ~C C 4C 5C 6C GC gC hC iC jC C C KC aC bC lC wC C C C C C 
C #C %C VC WC `C C C 5C 6C EC C ۞C ܞC C >C C C C C C C C C C C 
C C ?C @C AC BC CC DC qC C C SC ^C hC sC }C ~C ޡC C 
C $C QC RC C ¢C C 	C C C C  C KC YC iC jC uC zC {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 JC XC hC iC tC yC zC 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 0C XC fC vC wC C C C C C C C C C C C C C C C C C  C %C &C 0C 5C 6C AC FC GC QC VC WC XC qC 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 3C AC QC RC ]C bC cC mC rC sC ~C C C C C C C ©C ЩC C C C C C C C C 
C C C C "C #C $C TC bC rC sC ~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 7C <C =C >C C C ګC C C C C 	C 
C C C C %C *C +C 5C :C ;C <C [C iC yC zC C C C C C C C C C C C C C C C C C C C C #C (C )C 4C 9C :C DC IC JC KC fC tC C C C C C C C C C C C C ƭC ǭC ȭC C C 1C TC UC C C C C C ޮC cC dC C C C C C C C C C ;C _C qC sC C C C C C 	C 
C XC C C C "C 3C CC DC hC iC zC ˲C C C C EC FC lC C C C C C C C C @C C C ƴC ߴC C C &C 'C (C 9C C C C C C C C C C C C C C C 
C =C GC QC RC xC C C ˸C ̸C ͸C θC ׸C C C ,C =C uC vC C bC C C ɺC C C 	C -C .C ?C C C AC C ¼C üC ļC żC C C qC rC C C C ýC νC C C C C <C dC vC wC xC yC C C C C C TC UC vC wC 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 UC C C cC dC IC ^C C C C C C C 
C C C C C %C 1C 2C 7C >C CC DC IC PC \C ]C eC mC rC sC {C C C C C C C C C C C C C C dC eC C C RC SC C C jC vC C C C C @C AC C TC UC ]C ^C C 9C :C C YC cC C C C C C C C C !C 2C CC TC UC hC {C C C C C C C C C C C C C C C C BC CC C C C -C .C wC C 6C 7C ^C nC {C C C C C C C C C 	C 7C iC jC lC mC nC wC C C C C NC vC C C C C CC DC EC VC C C C C C C C C C C C C HC mC nC oC qC rC sC |C C C C C YC }C C lC |C }C ~C C C C C C C C C C C *C PC QC RC SC UC VC WC `C C C C C =C aC C PC `C aC bC sC C C C C C C C C C C 
C ;C bC cC dC eC gC hC iC rC C C C C QC qC C C C C C C C C C C PC ZC dC eC C C C C C C C C C C >C lC C C C C XC YC jC xC yC zC C C C C C #C -C .C WC XC YC [C rC sC |C ~C C C C C C C C C C C C C C /C  D  D D WD D D 
D \D D D D D D D D D 7D WD jD }D D D D D D D 1D DD qD rD sD D D D D D D D D D D D 5D HD [D nD D D D D D D D D 
D D D PD WD `D aD wD D D D D D D D D D D D D D D D %D &D 'D (D 1D nD D #D 		D 
	D 	D 	D 	D 	D 	D 	D 	D 	D 
D 
D /
D I
D c
D s
D 
D 
D 
D 
D 
D 
D D D /D ID cD dD eD fD D D D D D D D D D pD D 
D 
D 
D %
D o
D v
D 
D 
D 
D 
D 
D 
D 
D 
D D "D <D DD YD nD D D D D D D D D D #D ;D ND aD tD D D D D D D 6D }D D dD eD fD gD xD D D D 
D 2D ED XD kD lD mD nD wD !D ID D D sD tD uD vD D D D D D )D <D OD bD uD vD wD xD D VD }D D 
D D D D D D D D  D !D )D >D SD eD D D D D D D D D !D ;D UD eD D D D D D D  D D )D *D =D PD cD vD D D D D D ND D D D D >D ?D @D QD D 7D >D GD HD PD eD zD D D D D D  D D +D ED MD bD wD D D D D D D  D ( D B D C D D D E D m D n D  D  D  D  D  D  D  D  D  D !D !D U"D "D "D .#D #D #D T$D $D T%D U%D \%D %D %D &D 1&D ]&D &D &D &D 'D I'D J'D ['D 'D 'D 'D 'D 'D 'D 'D 'D 	(D #(D =(D N(D h(D (D (D (D (D (D (D (D 
)D )D 1)D K)D e)D v)D )D )D )D )D )D  *D *D *D *D +*D ,*D ?*D R*D e*D x*D *D *D *D *D *D U+D O,D ,D --D :-D -D .D .D Q/D X/D /D /D /D /D 0D 10D P0D 0D 0D 0D 0D 0D 0D 0D 0D 1D 1D %1D 71D I1D `1D w1D 1D 1D 1D 1D 1D 1D 2D 2D 2D %2D 72D I2D [2D m2D 2D 2D 2D 2D 2D 2D 3D 3D )3D @3D A3D B3D C3D k3D l3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 4D 5D 6D 7D 7D 7D 8D $8D 8D 8D 8D c9D :D +;D S<D <D <D <D d>D e>D >D >D ?D #?D c?D ?D ?D ?D ?D ?D ?D 5@D 6@D Z@D [@D `@D b@D c@D d@D m@D z@D @D @D @D AD AD %AD GAD iAD AD AD AD AD AD 
BD BD BD 
BD GBD CD CD -DD oDD DD DD %ED tED ED ED FD FD FD GD GD HHD IHD HD HD HD ID TID ID ID 
JD YJD JD JD JD JD JD KD KD KD 4KD 5KD HKD [KD nKD KD KD KD KD KD KD KD 0LD ^LD |LD LD LD LD LD 
MD MD MD 7MD 8MD KMD ^MD qMD MD MD MD MD MD MD MD VND WND hND iND jND ND ND ND ND ND ND ND ND ND ND 
OD .OD OD OD OD OD OD OD OD PD PD 'PD :PD <PD =PD >PD GPD kPD PD {QD |QD QD QD QD QD QD MRD NRD uRD vRD RD SD SD SD TD MTD TD TD UD MUD UD UD (VD }VD ~VD VD VD VD VD VD VD VD WD WD *WD =WD PWD cWD eWD {WD |WD WD WD %XD 7XD oXD zXD XD XD XD XD 'YD .YD 6YD 7YD MYD ]YD ^YD _YD `YD YD YD YD YD YD YD YD YD YD YD YD gZD ZD ZD ZD ZD ZD 4[D ?[D ^[D z[D [D [D [D [D [D [D \D \D '\D (\D X\D o\D p\D q\D r\D \D \D \D \D \D \D \D \D \D \D c]D ]D ]D ]D ^D ^D <^D g^D ^D ^D ^D ^D ^D ^D ^D ^D _D _D +_D >_D Q_D d_D f_D g_D h_D q_D _D `D `D `D `D aD @aD KaD jaD aD aD aD aD aD bD bD bD bD AbD BbD }bD 4cD fcD gcD cD dD GdD HdD zdD dD beD ceD eD eD eD UfD fD fD fD hD hD hD hD iD iD iD jD jD jD kD kD 5kD EkD XkD kD kD kD mD @mD ymD mD nD enD nD nD 8oD ooD oD oD oD oD oD pD pD pD pD pD pD pD  pD !pD "pD #pD 7pD >pD CpD SpD TpD cpD dpD epD qpD rpD spD tpD pD pD pD pD pD pD pD pD pD BqD CqD HqD uqD zqD qD qD qD qD  rD RrD SrD XrD rD rD rD rD rD rD rD sD 
sD sD @sD EsD ksD lsD msD wsD sD sD sD sD sD sD sD sD sD sD sD tD 
tD tD tD  tD ,tD -tD 8tD <tD CtD JtD KtD LtD MtD NtD OtD PtD QtD RtD StD TtD UtD VtD WtD XtD YtD ntD !uD "uD ;uD <uD UuD fuD guD {uD }uD ~uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD vD vD vD vD vD  vD !vD "vD #vD $vD %vD 2vD 3vD AvD BvD CvD DvD QvD cvD *wD +wD xD xD xD xD 
zD zD 6zD zD zD zD zD zD 9{D :{D M{D r{D s{D {D {D {D {D {D |D |D ^}D _}D L~D M~D BD CD OD D -D D D mD ԁD ՁD D D OD PD D D D D &D 'D 8D VD xD D D D 8D RD SD \D ]D D D [D \D D D D ΊD ϊD  D 6D hD iD zD ËD ȋD D eD fD D D )D D HD ID D D D 6D 7D ۏD ܏D 4D 5D D D ZD [D (D )D CD TD D D D D D D D D D D D  D !D "D +D 9D FD GD HD ID JD KD OD PD QD RD kD mD sD tD D D D D D D D D D D ǙD șD ݙD ߙD D D D D D D D D #D $D 3D 5D ;D <D JD LD RD SD fD hD mD nD uD zD D D D D D wD xD D ̜D D D 4D hD {D D ÝD D D CD VD D D ܞD D .D HD XD D D ߟD D D D D 
D D $D JD YD lD mD D D D ءD D D D D HD ID JD ~D D D D ֢D עD =D >D HD SD D D D D £D ߣD D D D "D 8D :D QD RD [D }D ~D D D D ӤD ԤD D D D D D D D D FD GD HD ID JD KD TD uD vD D D D D ¥D ԥD D D -D BD \D ]D rD sD D D D D ͦD ΦD ϦD ЦD ѦD ҦD ۦD D D D D 2D ND OD dD eD vD 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 HD RD \D ]D ~D D D êD D D D D D ӫD ԫD D 4D yD zD D ܬD D  D AD BD CD DD ED FD OD 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 4D 9D :D DD ID JD KD iD wD 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 3D 8D 9D CD HD ID JD lD zD D D D D D D D D D D D ǳD ̳D ͳD γD D D D D  D %D &D 0D 5D 6D AD FD GD QD VD WD XD D D D D D ôD ĴD δD ӴD ԴD ߴD D D D D D D D D -D .D 9D >D ?D ID ND OD ZD _D `D jD oD pD qD ݵD &D HD VD fD gD rD wD xD D D D D D D D D D D ѶD ߶D D D D  D D D D D D !D "D ,D 1D 2D 3D `D nD ~D D D D D D D D D D D D D D ·D D  D D D D !D "D ,D 1D 2D =D BD CD MD RD SD TD zD D D D D D D D D D ŸD ʸD ˸D ոD ڸD ۸D ܸD HD ID xD D D D D D D D D D ùD ȹD ɹD ӹD عD ٹD ڹD D D D D #D (D )D 3D 8D 9D DD ID JD TD YD ZD [D D D D D D D D D ƺD ǺD ҺD ׺D غD D D D D D D "D #D .D 3D 4D >D CD DD OD TD UD _D dD eD fD D D ϻD D D ID JD WD XD YD |D D D 6D HD ID SD ^D D D D D ٽD D D D (D )D 2D D D D D D UD D D D ѿD D D D D D iD D D D D D 
D 9D :D ;D <D =D FD D D D =D HD dD }D D D D D D D D D D D D ID JD ~D D D D D D D D D D D D D ED WD iD jD kD lD uD D D D D D D D  D  D AD gD D D D D D D .D D D D `D aD bD cD D D D D DD VD WD aD lD D D D D D D D D D D  D D D D D D D D D &D qD rD sD tD D :D ^D D D +D 8D cD dD uD D D |D }D D D D )D *D D D D D D D D D D D mD nD }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 6D =D BD CD KD RD ^D _D `D aD D D ZD [D D D D D D D D D GD HD D D 1D D D D D MD D D rD D D GD HD iD vD D D D D D D D D D D D 0D GD HD SD D D !D "D D D vD wD JD [D D D D @D nD D D D D eD D D D D D ED ID JD TD _D D D D D D D D 
D D D D TD `D D D D D D XD bD D D D D D +D ,D -D .D ZD [D eD pD D D D D D D D 
D D D D D YD eD D D D  E  E 
E E E E -E ;E <E =E GE RE E E E E E E E E E E E E E =E IE pE E E E E E E E  E E E  E !E "E NE XE cE E E E E E  E E E E E E E E OE [E E E E E GE E E E E E E E E E E E E E 1E [E \E ]E _E `E aE jE E E E 
E *E YE vE E E E 	E 	E 	E 	E R	E o	E y	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 
E 
E 
E E E .E mE E TE UE fE E E E E E E E ~E E E E ,E dE E E OE PE ZE eE E E E E E E E E .E AE CE ZE [E dE E E E E E "E OE VE ^E _E uE E E E E E E E E E E  E !E "E +E NE |E E E E E E E E E E %E &E 'E (E )E *E +E ,E -E .E VE wE xE E E E E E E E E E E E E E E E xE E E E E E E E E E E +E EE ME bE wE E E E E E E E E E ,E LE qE E E E E E E E <E E E E E 
E E E E &E ;E PE bE |E E E E E E E E E 8E RE bE |E E E E E E E E E E %E &E 'E (E 1E E E E dE E E E E E iE jE E E E E E 	 E 
 E  E  E  E  E  E *!E s!E "E "E "E "E %"E x"E y"E "E "E "E "E "E  #E #E #E #E #E #E #E $E _$E $E G%E H%E I%E Z%E %E %E %E %E %E %E %E %E &E &E 7&E G&E a&E {&E &E &E &E &E &E &E 'E 'E 7'E 8'E 9'E :'E K'E 'E 'E 'E 'E 'E 'E (E (E '(E ((E )(E *(E 3(E (E L)E )E )E /*E *E *E *E *E Y+E +E +E +E +E +E ,E ,E -,E ?,E Y,E s,E ,E ,E ,E ,E ,E ,E  -E -E *-E <-E V-E p-E -E -E -E -E -E -E -E -E .E .E .E 2.E E.E X.E k.E l.E m.E n.E w.E ;/E /E /E F0E y0E 0E B1E 1E 1E 2E 2E 2E 2E 93E 3E 3E 3E 3E /4E [4E 4E 4E 4E 4E 4E =5E D5E M5E N5E V5E k5E 5E 5E 5E 5E 5E 5E 6E  6E 16E K6E \6E v6E ~6E 6E 6E 6E 6E 6E 7E 7E .7E H7E Y7E s7E 7E 7E 7E 7E 7E 7E 7E 7E 7E 8E 8E )8E *8E +8E ,8E 58E 8E 9E U:E :E :E E;E ;E 8<E <E <E 6=E U=E t=E =E =E =E =E />E 0>E 1>E B>E >E >E >E >E >E >E >E >E >E >E ?E ,?E =?E T?E k?E |?E ?E ?E ?E ?E ?E ?E ?E ?E @E "@E 9@E P@E a@E x@E @E @E @E @E @E @E @E @E 	AE 
AE AE 0AE CAE VAE iAE kAE lAE mAE vAE BE PCE "DE DE EE XEE EE EE FE =FE oFE GE GE HE IE ^JE _JE fJE LE LE CLE LE LE LE ME  ME ?ME ^ME }ME ~ME ME ME ME ME ME ME  NE NE NE NE NE :NE \NE ~NE NE NE NE NE OE )OE >OE ?OE POE OE OE OE OE OE OE QE QE QE 
RE DRE |RE RE SE gSE hSE SE aTE bTE !UE "UE UE UE VE {VE |VE VE VE )WE aWE WE WE LXE MXE WXE bXE XE XE XE XE XE XE XE XE YE YE !YE "YE #YE ,YE tYE YE YE YE ZE 4ZE kZE ZE ZE ZE ZE ZE ZE ZE ZE ZE [E "[E $[E %[E &[E /[E M[E q[E [E [E \E \E \E 0\E 1\E D\E W\E j\E }\E \E \E \E \E \E \E O]E P]E a]E b]E c]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 =aE >aE raE aE aE #bE hbE bE bE 0cE wcE cE dE dE dE 'dE 2dE edE odE ydE zdE dE dE dE dE dE eE eE eE eE #eE eE eE eE 
fE fE DfE fE fE fE fE fE fE fE fE fE fE fE fE &gE 'gE :gE MgE `gE sgE ugE vgE gE gE gE hE  hE QhE nhE hE hE hE hE hE iE *iE PiE oiE piE qiE iE iE iE iE iE iE 
jE jE jE jE 8jE 9jE LjE _jE rjE jE jE jE jE jE kE )kE ckE ukE kE kE kE lE GlE KlE LlE MlE NlE _lE lE lE lE lE lE lE lE mE mE mE mE mE ~mE mE -nE `nE nE nE nE nE oE 3oE uoE voE woE oE oE oE oE oE oE oE pE pE qE qE >qE qE qE qE rE rE  sE sE VsE WsE sE sE "tE #tE [tE -vE ZvE [vE vE JwE wE wE wE lxE mxE xE xE xE xE xE yE yE eyE zE zE {E m{E {E |E ?|E |E |E 
}E o}E p}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 4~E <~E H~E I~E N~E ~E ~E ~E ~E ~E E E ]E ^E cE E E E E E "E &E @E AE FE ~E E E E E ހE E 	E 
E E E dE iE uE vE yE 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 7E ;E <E OE [E \E ]E ^E _E qE 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 bE cE dE qE E @E E E E E E E E pE ˍE <E E E rE sE 2E E E E ,E JE KE ^E ĒE ŒE ֒E E E E E E ֔E E E E E E E E E EE QE `E lE mE E ԘE E E E aE fE E E E  E E ǚE !E E E 8E E E ԜE ՜E yE zE ҞE ӞE AE BE 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 2E 3E AE CE IE JE ]E _E eE fE {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 3E 4E 5E 6E 7E E E "E jE E E ҪE E E ME aE E E E E (E FE zE E ̬E E E *E IE }E ~E E E E E E ®E E E 
E E $E WE XE vE E E E E E E E E 2E HE ^E tE uE ۰E ܰE E E $E .E 8E 9E `E }E ~E E E E ֱE رE E E E E E 0E 1E UE qE rE E E E E E E E E E E E E E E E E E (E )E CE _E `E rE E E ˳E E E E E E "E BE CE DE kE lE mE nE oE pE yE E E E E дE E E E E E 4E 5E 6E cE dE eE fE gE hE qE E E pE qE rE E E E E E ƶE SE E E E E E E E E E E IE _E aE E E E 4E 5E qE rE E ҹE E E )E zE E E ߺE E E E E E E HE IE ZE {E |E }E ~E E E E ME NE E E E E E E E 1E IE `E E E ɽE E DE EE /E 0E GE \E E E E E E E E E ƿE ǿE ҿE ׿E ؿE E E E E E E %E &E 1E 6E 7E AE FE GE RE WE XE bE gE hE iE E E E E E E E E E E E E E E E E E 
E E (E )E 4E 9E :E DE IE JE UE ZE [E eE jE kE lE E E E E E E E E E E E E E E E E E 2E @E PE QE \E aE bE lE qE rE }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 1E 6E 7E AE FE GE HE oE }E E E E E E E E E E E E E E E E E E E E (E -E .E 8E =E >E IE NE OE YE ^E _E `E E E E E E E E E E E E E E E E E E E &E 6E 7E BE GE HE RE WE XE cE hE iE sE xE yE zE E E E $E 4E 5E @E EE FE PE UE VE aE fE gE qE vE wE xE E E E E E E E E E E E E E E E E E %E 3E CE DE OE TE UE _E dE eE pE uE vE E E E E E E E E E E E E E E E E E E E E E (E HE mE E E E E E E E E E E E E E E E /E 9E CE DE wE E E E E E E $E %E EE FE E E )E NE ^E oE E E E E E E  E 9E RE E E E E E E E E E ,E -E |E E E E E 5E JE bE cE dE uE ,E -E .E /E XE E E E .E @E AE 0E 1E ;E FE yE E E E E E E E E 	E 
E E XE YE hE yE E E 0E E E E E "E DE EE iE jE {E E "E }E E E E  E E 'E (E E E E E E E 
E =E GE QE RE xE E E E E E E E  E @E AE E E E E E E E E E BE E E 1E 2E E E E E E YE ZE E E NE OE aE E E .E /E DE E 1E 4E E E E E E E E -E @E AE FE NE SE TE YE aE mE nE sE zE 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 LE ME E E .E /E E E |E }E E E E E E E uE vE E E E E E E E !E .E ;E LE ]E nE E E E E E E E E E !E "E E E A F B F F F F F .F ~F F F F 9F iF jF F F rF sF F F F F F F F F 0	F :	F D	F E	F s	F 	F 	F 	F 	F 	F 	F 	F 	F %
F L
F 
F 
F 
F 
F  F %F F F F F F F F F F F F F AF KF UF VF F F F F F F F F F 
F *
F U
F 
F 
F ?F F F F F F F F F F F #F -F 7F 8F fF F F F F F F F F F F F 9F yF F #F F F F F F F F F F F F F 4F >F HF IF wF F F F F F F F F F F  F NF F F F !F "F #F 4F BF CF DF NF YF F F F F F F F F F F F F GF SF zF F F F F KF F F F F F F F 
F F "F UF _F iF jF F F F F F F F F F F F AF F F F 6F 7F 8F 9F :F ;F kF F F QF F F F IF F F F F F 6F @F JF KF sF F F F F F F F F F mF F F F F F F F F F  F # F $ F % F & F N F q F  F  F  F  F  F  F  F  F  F !F H!F I!F J!F [!F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F "F "F ;"F N"F a"F b"F c"F d"F m"F "F L#F _#F E$F F$F G$F H$F Y$F %F %F &%F '%F /%F D%F Y%F k%F %F %F %F %F %F %F  &F &F '&F A&F [&F k&F &F &F &F &F &F &F &F 'F "'F 5'F 6'F 7'F 8'F A'F 'F 'F N(F O(F P(F a(F (F (F (F (F (F (F (F  )F )F 4)F D)F ^)F x)F )F )F )F )F )F )F  *F *F 4*F 5*F 6*F 7*F _*F w*F *F *F *F *F *F *F *F *F U+F r+F +F ,F ,F ,F ,F ,F ,F -F -F 0-F I-F n-F -F -F -F -F -F -F -F ].F .F .F /F /F /F /F /F /F 0F 0F ?0F @0F e0F x0F 0F 0F 0F 0F 0F 0F 0F 1F 1F 1F F2F 2F 2F 2F 2F K3F L3F S3F \3F ]3F e3F z3F 3F 3F 3F 3F 3F 3F 4F !4F 64F K4F ]4F w4F 4F 4F 4F 4F 4F 4F 4F 4F <5F =5F e5F f5F y5F 5F 5F 5F 5F 5F 5F 5F 5F 6F 6F &7F :7F 7F z8F {8F |8F 8F 8F s9F z9F 9F 9F 9F 9F 9F 9F 9F 9F :F ":F <:F V:F g:F :F :F :F :F :F :F :F ;F ;F 9;F S;F d;F ~;F ;F ;F ;F ;F ;F ;F ;F ;F ;F 	<F 
<F <F <F <F <F 0=F =F =F >F j>F >F 5?F ?F :@F @F @F @F @F &AF =AF mAF AF AF AF %BF QBF BF BF BF BF BF BF BF BF 	CF CF 3CF ECF _CF yCF CF CF CF CF CF CF DF DF 1DF FDF [DF mDF DF DF DF DF DF DF EF "EF <EF =EF >EF ?EF gEF hEF {EF EF EF EF EF EF EF EF EF FF GF GF iHF vHF HF ZIF IF JF JF JF JF KF 7KF NKF mKF KF KF KF KF KF $LF +LF 4LF 5LF =LF OLF aLF sLF LF LF LF LF LF LF 	MF MF 0MF AMF XMF YMF aMF sMF MF MF MF MF MF MF MF NF -NF >NF TNF eNF |NF }NF ~NF NF NF NF NF NF NF NF OF 	OF 
OF OF OF &PF PF QF >RF RF RF ASF `SF SF SF 
TF TF HUF gVF WF WF WF XF YF YF YF !ZF @ZF _ZF ZF ZF ZF ZF [F [F -[F q[F r[F [F [F [F [F [F [F [F [F [F [F \F >\F ?\F a\F \F \F \F \F \F \F !]F F]F G]F H]F I]F ]F 3_F 5_F i_F _F _F `F a`F `F aF aF XaF aF  bF bF bF cF cF cF dF dF NdF dF dF dF FeF eF eF eF eF  fF 3fF =fF GfF HfF pfF qfF fF fF fF fF fF fF fF fF gF 5gF lgF gF gF gF 	hF 7hF 8hF IhF JhF KhF shF thF hF hF hF hF hF hF hF hF hF iF iF iF iF iF iF iF iF iF iF jF jF jF jF jF (jF FjF jjF jF jF jF  kF kF )kF *kF =kF PkF ckF vkF xkF ykF zkF kF kF *lF lF lF lF lF lF lF lF mF mF mF mF mF nF nF oF RoF oF oF pF GpF pF pF qF dqF qF qF qF qF qF rF 
rF rF rF @rF ArF frF yrF rF rF rF rF rF rF 0sF asF ssF sF sF sF $tF %tF 6tF ctF jtF rtF stF tF tF tF tF tF tF tF tF tF tF uF uF uF *uF +uF 4uF uF uF uF vF %vF 8vF pvF {vF vF vF vF vF 
wF wF wF  wF TwF [wF cwF dwF wF wF wF wF wF wF wF wF wF xF #xF %xF &xF 'xF 0xF xF xF yF yF NyF YyF xyF yF yF yF yF yF yF yF *zF +zF SzF TzF gzF zzF zF zF zF zF zF zF {F Y{F {F {F /|F A|F ||F |F |F |F }F }F }F &}F S}F T}F U}F V}F }}F ~}F }F p~F ~F ~F ~F HF F F F 3F F F F F .F F F F F ˃F F F 6F F "F #F VF 
F F @F UF qF F F F F F MF |F F F HF F ݉F 5F tF F 
F F F %F 4F @F SF WF XF YF ZF [F \F ]F ^F _F sF zF 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 8F <F F F F F čF ލF ߍF F F !F HF IF NF |F F F F F F F F F F F !F "F %F .F /F 0F AF FF NF UF \F hF iF tF xF F F F F F F F F F F F F F F F F F F ]F ^F wF xF F F F F F F F F F ŐF ːF ̐F ՐF ِF ڐF F F F F F F F )F *F 5F BF CF MF ZF [F \F ]F ^F _F `F aF nF oF }F ~F F F F F fF gF YF ZF 1F 2F IF RF rF ˕F ؕF  F !F -F uF vF F F F F  F F F F GF ޗF F F F F ~F F F F iF ڛF @F F F F НF +F F F ʞF F F F bF cF tF F F F ?F XF tF F F F F 8F 9F F F F F F 
F F \F rF F F F F F CF F F F (F eF F F F ֩F &F 'F rF sF F F pF qF ߭F F F F dF eF F F @F F AF BF F F ,F 0F 1F GF HF \F ]F ^F gF uF 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 6F 8F =F >F XF ZF _F `F oF qF wF xF F F F F F F F F F F ѵF ҵF ӵF ԵF յF F F F F "F VF pF F F F F 3F KF F F ƹF F F 6F jF F F ȺF F F F F F @F IF JF `F F F F F ¼F F F F "F 5F 6F TF F F F F нF F F F F yF zF F F ¾F ̾F ־F ׾F F F F 2F HF ^F tF vF F F F F F οF ϿF F F F %F &F 'F (F 9F YF ZF [F F F F F F F F F F F F F F F F ;F TF iF ~F F F F F F F F F 	F 
F F F 
F F F 6F 7F KF LF nF F F F F F F F F F F F F F F F XF YF F F F !F AF BF CF DF dF F %F ;F <F FF QF F F F F F F F F 0F 1F :F F F F F F pF F F F F [F \F }F ~F F F F F F F F F F F F F F F KF F F -F 8F BF MF WF XF F F F F +F ,F gF F F F F F F F %F 3F CF DF OF TF UF _F dF eF pF uF vF F F F F F F F F F F F F F F F F F  F F F F $F 2F BF CF NF SF TF ^F cF dF oF tF uF F F F F F F F F F F F F F F F F F F F 	F 
F 2F @F PF QF \F aF bF lF qF rF }F F F F F F F F F F F F F  F 
F F F F  F !F +F 0F 1F 2F KF YF iF jF uF zF {F F F F F F F F F F F F bF F F F F F F F F F F F F F F F F F 
F F +F ,F 7F <F =F GF LF MF XF ]F ^F hF mF nF oF F F F F F F F F F F F F F F F F F .F <F LF MF XF ]F ^F hF mF nF yF ~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 5F CF SF TF _F dF eF oF tF uF 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 NF ^F _F jF oF pF zF F F F F F F F F F F F F .F /F F F F F F F =F >F rF F F F F F F F F F 9F KF MF dF eF nF F F F F 2F F F F F 
F F F BF CF TF F F F F F  F FF uF vF wF xF yF F F F F yF 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 RF F F F F F F F F F F F OF PF F <F \F }F F F F F F F F jF F F YF F F F F F F KF LF F F F F F F F F F F >F PF QF RF SF \F F F F F .F /F PF QF bF F F F F F vF F F F gF tF F F F F F F F F F F eF fF F F F /F F F =F >F #F 8F F F F F F F F F F F F F F F F F F F #F *F 6F 7F ?F GF LF MF UF ]F iF jF rF yF ~F F F F F F F F >F ?F F F ,F -F F F DF PF F F  G  G G G mG .G /G 7G 8G G G G G 3G =G 	G 	G 
G 
G 
G 
G 
G 
G 
G G G .G /G BG UG lG G G G G G ]
G ^
G 
G 
G G G G G G G G |G G G G G QG G G G 8G HG UG G G G G G G G G G G CG DG FG GG HG QG G G G G (G PG [G G G G G G G 0G gG hG iG jG G G G G G G G G "G GG HG IG KG LG MG VG G G G G 3G WG G FG VG WG XG iG wG xG yG G G G G G G G *G +G ,G -G /G 0G 1G :G yG G G G G ;G G *G :G ;G <G MG [G \G ]G ^G G G G G G G G  G < G = G > G ? G A G B G C G L G  G  G  G  G +!G K!G !G !G !G !G !G !G !G !G !G !G *"G 4"G >"G ?"G m"G "G "G "G "G "G "G "G "G "G #G F#G f#G #G #G #G 2$G 3$G D$G R$G S$G T$G $G $G $G $G $G $G %G %G 1%G 2%G 3%G 5%G L%G M%G V%G X&G Y&G j&G &G &G 'G 'G 'G 'G 'G 'G 'G 'G 'G 	(G )G )G )G 1*G h*G *G *G 6+G +G +G +G +G +G +G +G +G ,G 1,G D,G W,G j,G },G ,G ,G ,G ,G -G -G K-G L-G M-G ^-G -G -G -G -G -G -G -G -G -G -G .G ".G 5.G H.G [.G \.G ].G ^.G g.G .G .G .G .G .G .G */G 1/G :/G ;/G Q/G a/G b/G c/G d/G e/G f/G g/G h/G i/G j/G /G /G /G /G /G /G  0G 0G 0G 0G H0G 0G 0G 1G 1G 1G 1G 1G 2G 2G 2G 2G 2G 2G 2G 	3G #3G =3G M3G g3G 3G 3G 3G 3G 3G 3G 3G 	4G #4G =4G >4G ?4G @4G h4G 4G 4G 4G 4G 4G 4G 4G 4G J5G x5G 5G 5G 5G 5G I6G P6G Y6G Z6G b6G w6G 6G 6G 6G 6G 6G 6G 7G 7G 37G H7G Z7G t7G 7G 7G 7G 7G 7G 7G 7G 7G 8G (8G ;8G N8G a8G b8G c8G d8G m8G 8G 9G W9G 9G >:G ?:G @:G A:G R:G :G :G :G :G ;G ;G 2;G E;G F;G G;G H;G Q;G ;G #<G f<G <G M=G N=G O=G P=G a=G =G =G =G =G >G >G )>G <>G O>G P>G Q>G R>G [>G 0?G W?G ?G ?G @G @G @G @G @G @G @G @G @G AG AG -AG ?AG YAG sAG AG AG AG AG AG AG AG BG /BG ?BG YBG sBG tBG uBG vBG BG BG BG CG CG CG *CG =CG PCG cCG dCG eCG fCG oCG (DG DG DG DG kEG FG FG FG +FG FG GG GG !GG "GG *GG ?GG TGG iGG {GG GG GG GG GG GG HG HG 'HG <HG QHG fHG xHG HG HG HG HG HG IG IG IG IG IG GIG HIG [IG nIG IG IG IG IG IG IG IG wJG JG /KG KG KG LG ~LG LG .MG MG .NG /NG 6NG uNG NG NG OG 7OG kOG OG OG OG #PG $PG 5PG yPG PG PG PG PG PG PG PG PG PG QG (QG BQG \QG mQG QG QG QG QG QG QG QG RG %RG ?RG PRG jRG RG RG RG RG RG RG RG RG SG SG SG ,SG ?SG RSG eSG fSG gSG hSG qSG /TG )UG UG VG VG VG VG tWG +XG 2XG rXG XG XG XG XG YG *YG kYG lYG mYG ~YG YG YG YG YG YG YG YG ZG #ZG :ZG QZG hZG yZG ZG ZG ZG ZG ZG ZG ZG ZG [G #[G 5[G G[G ^[G u[G [G [G [G [G [G [G \G \G \G \G \G E\G F\G Y\G l\G \G \G \G \G \G \G \G ]G ^G ^_G _G Z`G `G `G `G [aG yaG aG =bG bG dG -eG eG eG eG >gG ?gG gG gG gG gG =hG \hG {hG hG hG hG hG iG iG 4iG 5iG :iG <iG =iG >iG GiG TiG viG iG iG iG iG iG !jG CjG ejG zjG {jG jG jG jG jG jG jG !kG lG lG mG ImG mG mG mG NnG nG nG nG oG oG ]pG ^pG "qG #qG ZqG qG qG qG .rG erG rG rG 3sG sG sG sG sG sG sG sG sG tG tG "tG 5tG HtG [tG ]tG ^tG _tG htG tG tG 
uG 8uG VuG puG uG uG uG uG uG uG vG vG %vG 8vG KvG ^vG `vG avG bvG kvG vG vG 0wG 1wG BwG CwG DwG lwG mwG wG wG wG wG wG wG wG wG wG xG xG xG xG xG xG xG xG xG xG yG yG yG yG yG !yG EyG yG UzG VzG gzG hzG izG jzG zG '{G ({G O{G P{G {G y|G z|G |G |G '}G _}G }G }G '~G l~G ~G G WG XG YG cG nG G G G G G G G G *G =G ?G UG VG _G ΀G G G IG TG G G ÁG ԁG G G G G 'G 7G 8G 9G :G bG cG vG G G G G G ȂG ɂG ҂G AG \G G G ÃG փG G G 8G TG fG G G G G G G G G G 2G IG JG KG LG tG uG G G G G ÅG ąG ŅG ΅G =G eG G G G G G AG G G G G G G ȇG ɇG G G G G +G >G @G AG BG KG G G iG G ͉G ߉G G %G DG oG G G G ĊG G G G G G G WG G @G AG zG G !G "G TG эG <G =G G G ̎G /G ^G _G G iG G G ԑG G G G G G G ޓG G G G 2G ZG [G G G G SG G G ?G {G ӗG G IG G G G ØG ҘG ޘG G G G G G G G G G G G G G -G .G =G >G ?G KG LG MG NG YG ]G pG xG G G G G ƙG G G "G OG TG G G G ֚G ښG ,G -G 2G ^G bG |G }G G G G G G G G G EG FG GG QG 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 0G 1G 2G 3G HG G G G G /G @G AG UG WG XG YG ZG [G cG iG jG sG wG xG 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 iG vG G G ˣG G G 'G LG MG ^G G G G G G |G 8G 9G &G 'G G G )G G G xG ީG GG G G nG ɫG )G *G hG G G G  G G G 0G RG G ݯG G G ,G -G 6G 7G ֲG ײG 5G 6G G G G G G G G BG CG TG G G G ?G @G \G ƵG G ]G "G #G tG ķG ŷG G G G G G G }G ~G 4G 5G 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 EG GG MG NG gG iG nG oG }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 BG GG HG OG TG oG pG qG rG sG QG RG ^G G G G G BG UG G G G G G 0G dG G G G G "G 2G fG G G G G G G G G G $G 3G FG GG `G G G G G G G G "G #G $G XG nG G G G G G G "G -G `G jG tG uG G G G G G G G G +G ,G 5G WG XG lG mG G G G G G G G G G G G  G !G "G #G $G %G .G OG PG dG eG G G G G G G G G 6G 7G LG MG ^G ~G G G G G G G G G G G G G G G (G )G >G ?G PG pG qG rG 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 6G 7G XG G G G G G G pG qG G G G G SG TG eG 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 VG mG G G G G G :G G G kG lG G G G G G G G G G G G G G G G G #G $G %G CG QG aG bG mG rG sG }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 FG TG dG eG pG uG vG G G G G G G G G G G G G G G G G  G 
G G G G  G !G +G 0G 1G 2G nG |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 4G 9G :G DG IG JG KG G  G "G 0G @G AG LG QG RG \G aG bG mG rG sG }G G G G G G G G G G G G G G G G G G G G 
G :G HG XG YG dG iG jG tG yG zG G G G G G G G G G G G G G G G G G G G G 'G ,G -G .G TG bG rG sG ~G G G G G G G G G G G G G "G #G RG `G pG qG |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 3G 4G 5G aG oG 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 9G >G ?G @G dG G G G G #G $G 1G 2G 3G VG G G G "G #G -G 8G kG uG G G G G G G G G G `G aG G G G /G eG G G G G G G G G CG \G uG G G G G G G G G G  G hG iG G G "G >G WG qG G G G G G hG iG jG kG G #G $G XG jG |G }G lG mG wG G G G G G G G 1G CG DG EG FG OG G G G G G G lG G G G AG ^G G G G G G G ^G G G :G ;G <G =G cG dG G G G 0G 1G ;G FG yG G G G G G G G G G G [G \G |G }G G G G G  G KG LG MG NG ~G G 8G mG nG G G =G >G OG G G VG WG  H  H  H H H jH kH H H mH pH H H H H GH HH WH i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 8H 9H :H ;H H H 4
H 5
H H H H H H H j
H k
H !H "H H H H H H H H 'H H H LH H H !H "H CH PH ]H jH wH H H H H H H H H 
H !H "H -H ]H ^H H H }H ~H PH QH $H 5H jH H H  H H H u H  H  H  H ?!H !H !H !H "H "H #H #$H $$H .$H 9$H l$H v$H $H $H $H $H $H $H $H $H $H .%H :%H a%H %H %H %H %H 2&H <&H a&H &H &H &H &H 'H 'H 'H 'H 4'H 5'H ?'H J'H }'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 3(H ?(H f(H (H (H (H {)H )H )H )H )H *H *H *H *H !*H ,*H _*H i*H s*H t*H *H *H *H *H *H *H *H *H *H +H #+H J+H u+H +H +H _,H ,H ,H ,H ,H ,H ,H ,H ,H ,H (-H 2-H =-H p-H z-H -H -H -H -H -H -H -H -H -H -H -H ).H 5.H \.H .H .H .H !/H ]/H ^/H _/H p/H ~/H /H /H /H /H /H /H /H /H 0H 50H 60H 70H 90H :0H ;0H D0H 0H 0H 0H 0H 1H 31H P1H 1H 1H 1H 1H 1H 1H 1H ,2H I2H S2H ^2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 3H 3H 4H G4H }4H .5H /5H @5H r5H s5H t5H u5H v5H w5H 5H X7H Y7H 7H 7H 8H >8H 8H 8H )9H *9H 49H ?9H r9H |9H 9H 9H 9H 9H 9H 9H :H :H :H 4:H 5:H >:H :H :H :H :H :H :H );H 0;H 8;H 9;H O;H _;H `;H a;H b;H ;H ;H ;H ;H ;H ;H ;H ;H ;H <H (<H V<H <H <H <H <H <H <H <H <H <H <H  =H =H =H =H =H =H =H =H =H 0=H Q=H R=H w=H =H =H =H =H =H =H =H >H >H ?H ?H ?H ?H ?H R@H Y@H b@H c@H k@H @H @H @H @H @H @H AH AH 'AH <AH QAH cAH }AH AH AH AH AH AH AH AH BH &BH KBH ^BH qBH rBH sBH tBH }BH BH CH CH CH CH CH CH CH CH CH  DH DH *DH <DH VDH pDH DH DH DH DH DH DH DH EH ,EH <EH VEH pEH qEH rEH sEH EH EH EH EH EH EH  FH FH FH FH FH FH FH >GH GH GH GH GH GH CHH DHH lHH HH HH HH HH HH HH HH HH HH IH IH JH MJH JH JH JH JH JH RKH SKH {KH |KH KH KH KH KH KH KH KH KH KH LH LH 9MH MH !NH "NH #NH 4NH NH NH NH NH NH NH NH NH NH NH OH !OH ;OH UOH ]OH rOH OH OH OH OH OH OH PH PH PH PH %PH xPH yPH PH PH PH PH PH PH QH QH QH QH 
QH QH &RH bRH vRH 	SH SH SH SH SH 3TH TH TH TH TH TH TH TH UH UH 3UH MUH ^UH xUH UH UH UH UH UH UH VH VH 0VH JVH [VH uVH VH VH VH VH VH VH VH VH VH WH WH 2WH EWH FWH GWH HWH QWH XH lXH XH  YH SYH YH ZH qZH ZH v[H [H [H [H \H b\H y\H \H \H 	]H 5]H a]H ]H ]H ]H ]H ^H ^H '^H (^H 0^H E^H Z^H o^H ^H ^H ^H ^H ^H ^H _H %_H 6_H P_H X_H m_H _H _H _H _H _H _H `H "`H 3`H M`H ^`H x`H y`H z`H {`H `H `H `H `H `H `H aH aH aH aH aH aH bH /cH cH cH dH dH eH eH eH fH /fH NfH sfH fH fH fH 	gH 
gH gH gH `gH ggH pgH qgH ygH gH gH gH gH gH gH hH hH .hH EhH VhH lhH }hH hH hH hH hH hH hH hH hH iH *iH ;iH RiH iiH ziH iH iH iH iH iH iH iH iH iH 
jH jH 0jH CjH EjH FjH GjH PjH bkH *lH lH zmH mH 2nH }nH nH nH oH IoH oH pH qH rH 8sH 9sH @sH tH tH uH ]uH |uH uH uH uH vH 8vH WvH XvH ivH vH vH vH vH vH vH vH vH vH vH wH 6wH XwH zwH {wH wH wH wH xH xH xH *xH ]xH xH xH xH xH xH ozH qzH zH zH {H V{H {H {H A|H B|H |H ;}H <}H }H }H ~H ~H ~H UH VH H H H ;H H рH &H 'H 1H <H oH yH H H H H H ӁH H H H H H H NH qH H ւH H H EH sH tH H H H H H ÃH փH H H H H  H 	H 'H KH ΄H τH H H H 
H H H 1H DH WH YH ZH [H dH H H )H *H ;H <H =H eH fH yH H H H H H H H H fH H H H H H H 9H ňH ƈH H H H H H LH H ŊH H BH H ŋH 
H QH H H H H H H ?H IH SH TH |H }H H H ȍH ۍH ݍH H H H lH H H H H H `H aH rH H H H H ŏH ՏH ֏H ׏H ؏H  H H H 'H :H MH OH PH fH gH pH ߐH H +H HH aH tH H H ֑H H H *H IH JH KH \H H H H H ВH H H H H H H &H 9H LH _H aH bH cH lH ۓH H =H OH H H H ߔH !H %H &H 'H (H 9H fH gH H H H H ɕH ܕH ޕH ߕH H H XH H H :H kH }H H ×H H 
H OH PH QH bH H H H H H H H H ޙH ߙH H H H H H oH ڛH ۛH 0H 1H jH ͜H H H 5H H 4H 5H rH $H ^H _H H FH GH |H H H H СH H H ?H H H H GH H ݤH H qH H H IH JH UH aH pH |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 dH H H H H H 7H 8H =H tH xH ʨH ˨H ШH H  H H H  H XH ]H H H H H H H H H H >H CH OH PH SH ]H ^H aH jH kH lH }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 5H 6H 7H 8H 9H KH eH fH qH ~H H H H H H H H H H H H H H H H H ɬH ۬H H H H H mH nH H H H H H \H ]H iH H H űH H H H <H =H >H KH H H ֳH ׳H ĴH ŴH H H ǵH JH H H |H H LH MH H gH ǹH ȹH H $H %H 8H H H H μH H YH {H H H ʽH ˽H ԾH վH tH uH H H H +H :H FH GH H H H H H ;H @H H H H H dH H H H H H bH cH H H SH TH H H H H H H H H H H |H 6H }H ~H H H hH lH mH 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 7H 9H ?H @H UH WH \H ]H rH tH yH zH 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 DH ^H H H H H 'H ;H oH H H H H  H TH rH H H H H #H WH XH YH ZH |H H H H H H H H H 1H 2H PH ^H qH rH H H H H H H "H 8H NH OH H H H H H H H H :H WH XH nH H H H H H H H H H 
H H /H KH LH aH bH cH dH uH H H H H H H H H H H H H H H H 9H :H LH wH H H H H H H H H H H H EH FH GH HH IH JH SH rH sH H H H H H H H H H H H =H >H ?H @H AH BH KH H H JH KH LH ]H }H ~H H H H -H aH wH xH H H H H H H H #H 9H ;H lH mH vH H H KH LH [H H H H H TH H H H H H H H H H "H #H 4H UH VH WH XH YH ZH H 'H (H iH tH ~H H H H H H #H :H gH hH H H H H 	H 
H !H 6H aH oH 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 1H 2H <H AH BH CH `H nH ~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 4H 5H ?H DH EH FH nH |H H H H H H H H H H H H H H H H H H *H +H 6H ;H <H FH KH LH WH \H ]H gH lH mH nH H H H H H H H H H H H H H H H H H UH H H H H H H H H H H  H H H H H  H !H "H IH WH gH hH sH xH yH H H H H H H H H H H H H H H H H H H H H #H (H )H 3H 8H 9H :H jH xH H H H H H H H H H H H H H H H H  H H H H !H "H ,H 1H 2H =H BH CH MH RH SH TH H H H H H H H H  H *H /H 0H ;H @H AH KH PH QH RH qH H H H H H H H H H H H H H H H H H 
H H H )H .H /H 9H >H ?H JH OH PH ZH _H `H aH |H H H H H H H H H H H H H H H H H H "H GH jH kH H H H H H H yH zH H H H H H 	H H H H QH uH H H H H H H H H  H nH H H (H 8H IH YH ZH ~H H H H H H ,H [H \H H H H H H H H H H VH H H H H H $H <H =H >H OH H H H 	H 2H H H H H H H 
H H H  H SH ]H gH hH H H H H H H H H 2H 3H BH SH H H 
H xH H H H H H H CH DH UH H H W I  I  I  I  I  I I I I I I I I I I I !I +I ,I RI zI I I I I I I I I I jI kI I I I I I I I I I I I I 	I 	I 
I 
I 
I 3I 4I I I (I )I ;I I I I 	I I kI I I yI zI _I tI I I I I I I  I (I -I .I 3I ;I GI HI MI TI YI ZI _I fI rI sI {I I I I I I I I I I I I I I I I I I zI {I I I hI iI &I 'I I I I 	I I I VI WI I jI kI sI tI I O!I P!I !I o#I y#I $I $I %I %I %I &I &I &&I 7&I H&I Y&I j&I k&I ~&I &I &I &I &I &I 'I 'I (I (I )I )I +I +I ,I ,I -I X-I Y-I -I -I .I C.I D.I .I .I L/I M/I t/I 0I 0I 0I 1I 1I 1I 1I 
2I 2I 2I 2I M2I 2I 2I 2I 2I 2I 2I 2I 2I 2I &3I d3I 3I 3I 3I 3I 3I Y4I Z4I [4I l4I 4I 4I 4I 4I 4I 4I 4I 4I 5I %5I /5I 05I ^5I 5I 5I 5I 5I 5I 5I 5I 5I 5I 6I /6I o6I 6I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 8I 8I 8I @8I f8I g8I h8I i8I k8I l8I m8I v8I 8I 8I 8I 9I S9I w9I 9I f:I v:I w:I x:I :I :I :I :I :I :I :I :I ;I ;I ";I #;I Q;I x;I y;I z;I {;I };I ~;I ;I ;I ;I ;I ;I (<I g<I <I <I <I <I <I =I =I =I =I (=I 3=I f=I p=I z=I {=I =I =I =I =I =I =I =I =I !>I ->I T>I >I >I >I >I %?I n?I o?I ?I ?I ?I ?I ?I ?I ?I ?I /@I 9@I C@I D@I m@I n@I o@I q@I @I @I @I AI AI AI AI BI BI BI BI CI CI CI CI CI CI ECI DI DI +EI mEI EI EI #FI rFI FI FI FI FI GI GI $GI %GI MGI mGI GI GI GI GI GI GI GI GI GHI ZHI HI HI HI HI HI HI HI HI HI HI HI HI  II (II KII ^II qII II II II II II II II II "JI #JI $JI 5JI fJI mJI vJI wJI JI JI JI JI JI JI JI JI JI JI JI JI JI JI KI (KI ;KI <KI =KI >KI GKI KI &LI 9LI MI  MI !MI "MI 3MI MI MI  NI NI 	NI NI 3NI ENI _NI yNI NI NI NI NI NI NI OI OI 5OI EOI _OI yOI zOI {OI |OI OI OI OI OI PI PI PI PI PI PI PI (QI )QI *QI ;QI QI QI QI QI QI QI QI QI QI RI RI 8RI RRI ZRI oRI RI RI RI RI RI RI SI SI SI SI 9SI QSI dSI wSI SI SI SI SI SI SI /TI LTI TI TI zUI {UI |UI }UI UI UI UI 
VI #VI HVI [VI nVI VI VI VI VI VI 7WI _WI WI WI XI XI XI XI XI XI XI YI YI ?YI RYI eYI xYI YI YI YI YI YI lZI ZI ZI  [I [I [I [I [I %\I &\I -\I 6\I 7\I ?\I T\I i\I {\I \I \I \I \I \I \I ]I %]I 7]I Q]I k]I {]I ]I ]I ]I ]I ]I ]I ^I ^I ?^I @^I S^I f^I y^I ^I ^I ^I ^I ^I ^I d_I _I  `I `I `I TaI UaI VaI gaI aI MbI TbI ]bI ^bI fbI {bI bI bI bI bI bI bI cI 0cI AcI [cI ccI xcI cI cI cI cI cI cI dI -dI >dI XdI YdI ZdI [dI dI dI dI dI dI dI dI dI dI dI dI eI 
fI kfI fI fI DgI gI hI jhI iI jiI kiI riI iI  jI jI GjI sjI jI jI jI +kI _kI `kI qkI kI kI kI kI kI kI kI 
lI lI 9lI SlI dlI ~lI lI lI lI lI lI lI mI  mI 5mI GmI amI {mI mI mI mI mI mI mI nI nI nI nI AnI BnI UnI hnI {nI nI nI nI nI nI nI koI epI pI CqI PqI qI 4rI rI gsI nsI sI sI sI tI (tI GtI ftI tI tI tI tI tI uI uI uI uI )uI ;uI MuI _uI vuI uI uI uI uI uI uI 
vI vI 2vI 3vI ;vI MvI _vI qvI vI vI vI vI vI vI wI wI .wI ?wI VwI WwI XwI YwI wI wI wI wI wI wI wI wI wI wI wI  yI yI zI {I {I {I |I :|I |I |I |I y}I "~I AI iI րI ׀I ހI zI {I I I I 9I yI I I փI I I I KI LI pI qI vI xI yI zI I I I ԄI I I I ;I ]I I I I I ȅI I  I !I "I #I ]I 
I I CI I I I ;I I ߉I I 2I يI ڊI I I ^I _I I I I (I jI I ٍI  I oI ĎI ŎI ώI ڎI 
I I !I "I JI KI ^I qI I I I I I I I I FI tI I I I I I #I $I %I MI NI aI tI I I I I I I őI I lI mI ~I I I I I I ϒI I I I I I I  I DI ǓI ȓI ٓI ړI ۓI I I I *I =I PI RI SI TI ]I I I I I I I I I וI cI dI I I I I I I ,I cI I I !I cI I I >I I I I I I ݚI I I I I I @I SI fI yI {I I I I 
I ;I MI I I I I I I =I DI LI MI cI sI tI uI vI I I I ŝI ؝I I I I I I I }I I ɞI I I I JI UI tI I I ȟI I I I I .I 5I =I >I nI I I I I I I ĠI נI I I I  I I 
I yI I ۡI I (I 3I RI }I I âI ĢI ŢI ƢI עI I I -I .I AI TI gI zI |I }I ~I I I 3I I ؤI 	I I VI aI I I I I I  I -I .I /I 0I WI XI I JI |I }I I "I ]I ^I I 
I xI yI ΩI ϩI I kI I I ӪI I ҬI ӬI I ­I I I 0I I I I /I KI [I nI I I ݯI 'I VI I I "I {I I I NI I I I I I I I -I 1I 2I 3I 4I 5I 6I 7I 8I 9I MI TI YI iI jI yI zI {I I I I I I I I I I I ƴI I I XI YI ^I I I յI ֵI ۵I I I hI iI nI I I I I I I I "I #I (I VI [I I I I I ܷI I I I I I I I I 	I 
I I  I (I /I 6I BI CI NI RI YI `I aI bI cI dI eI fI gI hI iI jI kI lI mI nI oI I 7I 8I QI RI kI |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 4I 5I 6I 7I 8I 9I :I ;I HI II WI XI YI ZI gI yI @I AI 3I 4I I I #I ,I LI I I I I I OI PI cI I I I ڿI ۿI ܿI I !I I tI uI bI cI XI YI eI I CI I I I I I I I eI fI I I I I <I =I NI lI I I I 2I NI hI iI rI sI I I qI rI I I I I I 6I LI ~I I I I I I {I |I I I ?I I ^I _I I  I I LI MI I I JI KI I I pI qI >I ?I YI jI I I I I I I I 
I I !I "I 6I 7I 8I AI OI \I ]I ^I _I `I aI eI fI gI hI I I I I I I I I I I I I I I I I I I I I I I I I 2I 4I 9I :I II KI QI RI `I bI hI iI |I ~I I I I I I I I I I I I I I I 0I JI ~I I I I 
I %I YI lI I I I I DI ^I nI I I I I I I I #I $I :I `I oI I I I I I I I I I .I ^I _I `I I I I I I I SI TI ^I iI I I I I I I I I "I 8I NI PI gI hI qI I I I I I I I I  I I I I 3I 4I 5I \I ]I ^I _I `I aI jI I I I I I I I I I .I CI XI rI sI I I I I I I I I I I I I I I I %I &I HI dI eI zI {I I I I I I I I I I I I 2I 3I I I I I I I I I >I I I I I  I +I ^I hI rI sI I I I I 
I I I I I I I I JI I I I I 5I 6I WI XI YI ZI [I \I eI I I I I I I I I I %I I I I I I 'I 1I 2I I I I I I I AI vI I I I I I I I 
I I I )I .I /I 9I >I ?I JI OI PI ZI _I `I aI I I I I I I I I I I I I I I I I I I I I I (I -I .I 8I =I >I II NI OI YI ^I _I `I I I I I I I I I I I I I I I I I I I I *I +I 6I ;I <I FI KI LI WI \I ]I gI lI mI nI I I I I I I I I I I I I I I 
I I I %I 3I CI DI OI TI UI _I dI eI pI uI vI I I I I I <I ^I lI |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 2I 7I 8I BI GI HI II vI I I I I I I I I I I I I I I I I I I &I 'I 2I 7I 8I BI GI HI SI XI YI cI hI iI jI 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 9I >I ?I II NI OI ZI _I `I jI oI pI qI I I I I I I I I I I I I I I I I I I (I 8I 9I DI II JI TI YI ZI eI jI kI uI zI {I |I I I I  J 	 J _ J ` J m J n J o J  J J J LJ ^J _J iJ tJ J J J J J J %J 'J >J ?J HJ J J J J J kJ J J J J J J J J .J J J J J J J  J OJ PJ QJ RJ SJ \J J J J SJ ^J z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 m
J 
J 
J 
J 
J 
J 
J 
J 
J 
J )J *J J J 6J WJ }J J J J J J J D
J 
J 
J 3J vJ wJ xJ yJ J J %J &J ZJ lJ mJ wJ J J J J J J J *J +J ,J -J 6J J J J J J 	J *J +J <J J J J J J PJ tJ J J AJ NJ yJ z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 7#J C#J D#J L#J S#J X#J Y#J a#J h#J t#J u#J v#J w#J $J $J p%J q%J 'J 'J 'J 'J (J *(J (J (J ])J ^)J )J )J G*J ,J 	,J -J -J c-J .J .J /J 
1J 1J ]2J ^2J 3J 3J 3J 3J 3J 3J 3J 3J 3J 4J 	4J 4J /4J F4J ]4J ^4J i4J 5J 5J 76J 86J 6J 6J 9J 9J `:J q:J :J :J :J V;J ;J ;J ;J ;J +<J {<J <J <J =J ">J />J [>J _?J `?J j?J u?J ?J ?J ?J ?J ?J @J @J  @J !@J "@J +@J j@J v@J @J @J AJ *AJ 5AJ nAJ xAJ AJ AJ AJ AJ 
BJ ABJ BBJ CBJ DBJ pBJ qBJ {BJ BJ BJ BJ BJ BJ BJ !CJ "CJ #CJ %CJ &CJ 'CJ 0CJ oCJ {CJ CJ CJ 
DJ 1DJ DJ  EJ 0EJ 1EJ 2EJ CEJ QEJ REJ SEJ ]EJ hEJ EJ EJ EJ EJ EJ FJ FJ FJ FJ 	FJ 
FJ FJ FJ SFJ _FJ FJ FJ FJ GJ GJ HJ HJ HJ HJ 'HJ 5HJ 6HJ 7HJ 8HJ dHJ nHJ yHJ HJ HJ HJ HJ HJ IJ IJ IJ IJ IJ IJ IJ &IJ eIJ qIJ IJ IJ JJ %JJ ]JJ JJ JJ JJ JJ JJ JJ JJ JJ JJ KJ KJ KJ KJ GKJ qKJ rKJ sKJ uKJ vKJ wKJ KJ KJ KJ KJ  LJ @LJ oLJ LJ LJ MJ 
MJ MJ ,MJ -MJ .MJ hMJ MJ MJ MJ MJ MJ MJ MJ NJ NJ 
NJ NJ &NJ 'NJ 0NJ 2OJ 3OJ DOJ OJ OJ jPJ kPJ |PJ PJ PJ PJ PJ PJ PJ PJ RJ RJ RJ SJ BSJ zSJ SJ TJ eTJ fTJ pTJ {TJ TJ TJ TJ TJ TJ UJ UJ 1UJ DUJ WUJ YUJ pUJ qUJ zUJ UJ UJ %VJ &VJ 'VJ 8VJ eVJ lVJ tVJ uVJ VJ VJ VJ VJ VJ VJ VJ VJ WJ "WJ 5WJ 6WJ 7WJ 8WJ AWJ dWJ WJ WJ WJ WJ WJ XJ XJ XJ XJ +XJ ;XJ <XJ =XJ >XJ ?XJ @XJ AXJ BXJ CXJ DXJ lXJ XJ XJ XJ XJ XJ XJ XJ XJ XJ "YJ YJ YJ ZJ ZJ ZJ ZJ ZJ [J [J [J [J [J [J [J [J [J \J '\J A\J [\J c\J x\J \J \J \J \J \J \J ]J ]J ]J ]J B]J b]J ]J ]J ]J ]J ]J ]J ]J $^J R^J ^J ^J ^J ^J #_J *_J 3_J 4_J <_J Q_J f_J x_J _J _J _J _J _J _J 
`J "`J 4`J N`J h`J x`J `J `J `J `J `J `J `J aJ aJ (aJ ;aJ <aJ =aJ >aJ GaJ aJ aJ 1bJ zbJ cJ cJ cJ cJ ,cJ cJ cJ cJ cJ cJ cJ dJ dJ  dJ !dJ "dJ +dJ dJ dJ @eJ eJ 'fJ (fJ )fJ *fJ ;fJ fJ fJ fJ fJ fJ fJ gJ gJ )gJ *gJ +gJ ,gJ 5gJ 
hJ 1hJ uhJ hJ ]iJ ^iJ _iJ piJ iJ iJ iJ iJ iJ iJ iJ jJ jJ 3jJ MjJ ]jJ wjJ jJ jJ jJ jJ jJ jJ 	kJ kJ 3kJ MkJ NkJ OkJ PkJ akJ kJ kJ kJ kJ kJ lJ lJ *lJ =lJ >lJ ?lJ @lJ IlJ mJ bmJ mJ mJ EnJ nJ nJ nJ oJ ooJ oJ oJ oJ oJ pJ pJ .pJ CpJ UpJ opJ pJ pJ pJ pJ pJ pJ qJ qJ +qJ @qJ RqJ lqJ qJ qJ qJ qJ qJ qJ qJ qJ qJ !rJ "rJ 5rJ HrJ [rJ nrJ rJ rJ rJ rJ rJ QsJ sJ 	tJ \tJ tJ tJ XuJ uJ vJ vJ wJ 	wJ wJ OwJ wJ wJ wJ xJ ExJ qxJ xJ xJ xJ xJ yJ SyJ ZyJ cyJ dyJ lyJ yJ yJ yJ yJ yJ yJ zJ zJ 6zJ GzJ azJ rzJ zJ zJ zJ zJ zJ zJ zJ {J *{J D{J ^{J o{J {J {J {J {J {J {J {J {J {J |J |J ,|J ?|J @|J A|J B|J K|J 	}J ~J k~J ~J ~J [J J NJ J J LJ kJ J J ƁJ J J EJ FJ GJ XJ J J J J J ǂJ قJ J J J +J BJ SJ jJ J J J J ЃJ уJ كJ J J J !J 8J OJ fJ wJ J J J ̄J ݄J J J J J J  J 3J FJ YJ lJ J J J J J J fJ 8J J 4J nJ J ؉J 5J SJ J J J ߌJ J tJ uJ |J J J YJ J J אJ J 6J UJ tJ J J J J J J J J J J J !J .J PJ rJ J J J ْJ J J ?J TJ UJ fJ J J J J J J J J J #J ZJ J ٖJ (J }J ~J ЗJ wJ xJ 7J 8J J J 4J J J ƚJ J ?J wJ J 
J bJ cJ mJ xJ J J J J J J J J "J 5J 7J 8J 9J BJ J J J J 0J JJ J J J J J ÞJ J J J J %J 8J :J ;J <J EJ cJ J 
J J J J J FJ GJ ZJ mJ J J J J J J J J eJ fJ wJ xJ yJ J J J ȡJ ۡJ J J J J J J J /J 0J AJ BJ CJ DJ uJ J J )J *J [J SJ TJ J ʥJ J 9J ~J J J FJ J ܧJ 1J 2J 3J =J HJ {J J J J J J ިJ J J J J /J 0J 9J J ٩J J #J .J ZJ J J J ۪J J J J J J J J J <J =J PJ cJ vJ J J J J J J J 6J gJ J J J J J J .J @J fJ J J J J ̭J ӭJ ۭJ ܭJ J #J $J %J &J NJ OJ bJ uJ J J J J J J J ?J yJ J ƯJ ѯJ J J ]J aJ bJ cJ dJ uJ J J ˰J ̰J ߰J J J J J J J %J J ѱJ CJ vJ J J J J J IJ J J J J ˳J ̳J ͳJ γJ J J 1J J J J TJ J J J .J J J J lJ mJ J 	J 8J 9J qJ CJ pJ qJ J `J J J λJ J J J ͼJ J J J 4J 5J {J žJ J -J J J J UJ 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 3J 7J JJ RJ ^J _J dJ J J J J J )J .J sJ tJ yJ J J J J J 8J <J VJ WJ \J J J J J J J J J  J !J +J zJ 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 1J 2J 3J 4J 5J =J CJ DJ MJ QJ RJ eJ qJ rJ sJ tJ uJ 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 CJ PJ J J J J J J &J 'J 8J xJ yJ zJ J J VJ J J  J J J J J J J RJ J !J J J HJ J J J BJ `J aJ tJ J J J 
J ,J J J J J J J J J J J J J [J gJ vJ J J J J J J .J wJ |J J J J 6J J J 7J J J NJ J J J J J J J J WJ XJ J J J J J J J rJ J J 8J 9J J J J J J J J J J J J J J J J J J J J J J !J 'J (J AJ CJ HJ IJ WJ YJ _J `J sJ uJ {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 IJ JJ KJ LJ MJ +J ,J 8J J J J J J /J cJ wJ 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 mJ nJ J J J J J J J J 2J HJ ^J tJ J J J J J J :J DJ NJ OJ vJ J J J J J J J J J J 1J 2J FJ GJ kJ J J J J J J J J J J J J J J J J J )J *J >J ?J YJ uJ vJ J J J J J J J &J 'J 8J XJ YJ ZJ J J J J J J J J J J J J J J J J *J JJ KJ LJ yJ zJ {J |J }J ~J J J J J J J J J J J J J iJ J J J J J J J J J 2J _J uJ wJ J J J JJ KJ J J J J -J .J ?J J J J J J J J J J J ^J _J pJ J J J J J J J c K d K  K  K  K  K  K  K 0K GK _K vK K K K K ZK [K EK FK ]K rK K K K K K K K K K K K K K K K K K K +K ;K <K GK LK MK WK \K ]K hK mK nK x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 JK OK PK ZK _K `K kK pK qK {K K K K K K K K K K K K K K K K K K 
K K K HK VK fK gK rK wK x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 6K ;K <K GK LK MK WK \K ]K ^K K K K K K K K K K K K K K K K K K 	K "	K 2	K 3	K >	K C	K D	K N	K S	K T	K _	K d	K e	K o	K t	K u	K v	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 
K 
K 
K 
K .
K <
K L
K M
K X
K ]
K ^
K h
K m
K n
K y
K ~
K 
K 
K 
K 
K 
K 
K 
K ,K :K JK KK VK [K \K fK kK lK w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 IK YK ZK eK jK kK uK z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 0K K K K K K K K EK OK YK ZK K K K K K K K :K ;K [K \K K 	K ?K dK tK K K K K K K K 6K OK hK K K K K K K K K K BK CK K K K K 1K KK `K xK yK zK K BK CK DK EK nK K K 2K DK VK WK FK GK QK \K K K K K K K K K K K  K )K nK oK ~K K K K FK K K K K 8K ZK [K K K K K 8K K K K K K K =K >K K K K 
K K K  K SK ]K gK hK K K K K K K K 5K 6K VK WK K K K K K %K &K 'K (K XK K  K G"K H"K $K $K &K &K )&K o'K p'K 0(K 1(K d)K e)K w)K *K *K D-K E-K Z-K -K G.K J.K .K .K /K /K !0K "0K 10K C0K V0K W0K \0K d0K i0K j0K o0K w0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 1K 1K 1K 1K 1K 1K 1K 3K 3K 4K 4K b5K c5K 5K 5K D6K E6K 6K 6K 7K 7K 7K 9K 9K :K :K ;K <K <K &=K >K >K ?K ?K AK *AK 7AK DAK QAK bAK sAK AK AK AK AK AK AK AK AK AK BK 7CK 8CK CK CK WDK XDK *GK +GK GK HK DHK HK HK HK "IK OIK IK IK IK JK JK JK JK KK KK KK LK LK MK MK FMK PMK ZMK [MK MK MK MK MK MK MK MK NK NK ;NK bNK NK NK NK OK OK ;OK OK OK OK OK OK OK OK OK PK PK PK $PK WPK aPK kPK lPK PK PK PK PK PK PK PK PK 
QK QK @QK kQK QK QK URK RK RK RK RK RK RK RK RK RK SK 9SK CSK MSK NSK |SK SK SK SK SK SK SK SK SK SK SK $TK OTK TK TK 9UK UK UK UK UK UK UK UK UK UK VK VK VK JVK TVK ^VK _VK VK VK VK VK VK VK VK VK VK WK WK 6WK dWK WK WK WK 7XK 8XK 9XK JXK XXK YXK ZXK dXK oXK XK XK XK XK XK YK YK YK YK YK YK YK ]YK iYK YK YK YK 
ZK *ZK aZK ZK ZK ZK ZK ZK ZK [K #[K -[K 8[K k[K u[K [K [K [K [K [K [K [K [K [K \K \K \K !]K W]K ^K 	^K ^K L^K M^K N^K O^K P^K Q^K ^K 2`K 3`K g`K `K `K aK _aK aK bK bK bK bK LbK VbK `bK abK bK bK bK bK bK bK bK cK cK cK cK cK cK cK cK cK dK 
dK dK dK )dK 9dK :dK ;dK <dK ddK dK dK dK dK dK dK dK dK dK eK 0eK ^eK _eK `eK qeK eK eK eK eK eK eK eK eK eK eK eK eK eK eK eK 
fK +fK ,fK QfK dfK wfK xfK yfK zfK fK fK bgK ugK [hK \hK ]hK ^hK ohK ,iK 3iK <iK =iK EiK ZiK oiK iK iK iK iK iK iK jK jK +jK =jK WjK qjK jK jK jK jK jK jK jK  kK %kK 8kK KkK LkK MkK NkK WkK kK kK dlK elK flK wlK lK lK lK lK lK lK mK mK 0mK JmK ZmK tmK mK mK mK mK mK mK nK nK 0nK JnK KnK LnK MnK unK nK nK nK nK nK nK nK nK nK koK oK oK pK pK pK pK pK pK qK qK FqK _qK qK qK qK qK qK qK qK qK srK rK rK 'sK sK sK sK sK sK ,tK -tK UtK VtK {tK tK tK tK tK tK tK tK tK uK uK vK \vK vK vK vK wK awK bwK iwK rwK swK {wK wK wK wK wK wK wK xK /xK 7xK LxK axK sxK xK xK xK xK xK xK xK xK xK RyK SyK {yK |yK yK yK yK yK yK yK yK yK yK zK  {K <{K P{K {K |K |K |K |K 
}K }K }K }K }K }K }K }K }K }K 
~K '~K 8~K R~K l~K }~K ~K ~K ~K ~K ~K ~K 
K $K 5K OK iK zK K K K K K K K K K K K  K !K "K +K K FK K K -K K K KK K PK K K K K <K SK K K K K ;K gK K K K K K K K 
K K 4K IK [K uK K K K ԇK K K K *K 2K GK \K qK K K K ȈK K K 
K 'K 8K RK SK TK UK }K ~K K K K ʉK ݉K މK ߉K K K K K 	K K K K pK K K K K 	K (K MK dK K K K K K K :K AK JK KK SK eK wK K K K ɐK K K K K 0K FK WK nK oK wK K K K K ֑K K K K ,K CK TK jK {K K K K K K K ђK K K 
K K K  K !K *K <K K ֕K TK ҖK K WK vK ӗK K #K K ^K }K K K K K K K K 7K VK uK K ԞK K K 1K 2K CK K K K K K K K K K ̟K K K 2K TK UK wK K K ݠK K K K 7K \K ]K ^K _K K IK KK K K K 0K wK ƤK K K nK K K զK ֦K K K ҧK /K 0K dK K ݨK K \K K  K K K K IK SK ]K ^K K K K K K ӪK ժK ֪K תK K (K KK K K ΫK K K MK NK _K `K aK K K K K ìK ֬K جK ٬K ڬK K K %K K K K K K K K K K K 1K 3K 4K 5K >K \K K K K K K K ?K @K SK fK yK K K K K K K @K ͰK ΰK ߰K K K K K K K ǱK ȱK K K K &K hK K ׳K K ]K K K +K zK ϵK еK ѵK ۵K K K #K -K .K VK WK |K K K K K ͶK ζK ׶K FK wK K K ̷K K :K ;K LK yK K K K K K K K K ڸK ۸K K K K 'K )K *K @K AK JK K ԹK K "K ;K NK K K K ̺K ޺K K #K $K %K 6K jK qK yK zK K K »K ûK ĻK K K  K K &K 9K ;K <K =K FK K ݼK K )K dK oK K K K K  K K K K @K AK iK jK }K K K K K K K þK 2K oK K K EK WK K K K K )K *K +K <K iK jK kK lK K K K K K K K ^K K K K IK K K 
K K DK K K K K K K K LK K 8K 9K lK  K !K VK kK K K K K K K cK K K !K ^K K K KK K K #K $K /K ;K JK VK iK mK nK oK pK qK rK sK tK uK K K K K K K K K K K K K K K K K K K K 9K >K K K K K K K K K NK RK K K K K K K K K 2K 7K ^K _K dK K K K K K K K K )K *K -K 7K 8K ;K DK EK FK WK \K dK kK rK ~K K K K K K K K K K K K K K K K K K K K K K sK tK 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 KK XK YK cK pK qK rK sK tK uK vK wK K K K K K K K K |K }K oK pK GK HK _K hK K K K 6K 7K CK K K K K K K K K K %K ]K K K K K K K K K $K K K VK K &K 'K K AK K K K K K K xK yK K K K 3K UK nK K K K K K NK OK K K K K K  K !K rK K K K K K K YK K K K >K {K K K K K <K =K K K -K .K K K K K K K zK {K K K VK K WK XK K K BK FK GK ]K ^K rK sK tK }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 1K 6K 7K LK NK SK TK nK pK uK vK K K K K K K K K K K K K K K K K K K K K K K K 8K lK K K K K K IK aK K K K K .K LK K K K K K 1K 2K 3K 4K VK _ L ` L v L  L  L  L  L  L L L *L 8L KL LL jL L L L L L L L (L )L L L L L L L L L L 1L 2L HL ^L tL L L L L L L L L L 	L %L &L ;L <L =L >L OL oL pL qL L L L L L L L L L L L L L L &L QL jL L L L L L L L L L L L  L !L "L #L $L -L LL ML aL bL L L L L L L L L L L L L L L L %L nL oL $L %L &L 7L WL XL YL ZL zL 	L ;	L Q	L R	L \	L g	L 	L 	L 	L 	L 	L 	L 
L 
L F
L G
L P
L 
L 
L %L &L 5L L L L L .L qL rL L L L L L L L L L 
L /
L 0
L 1
L 2
L 3
L 4
L a
L L L CL NL XL cL mL nL L L L L AL BL }L L L L L L L L ;L IL YL ZL eL jL kL uL z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 HL XL YL dL iL jL tL yL z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 HL VL fL gL rL wL xL L L L L L L L L L L L L L L L L L  L %L &L 1L 6L 7L AL FL GL HL aL oL L L L L L L L L L L L L L L L /L xL L L L L L L L L L L L L L L L L L #L 1L AL BL ML RL SL ]L bL cL nL sL tL ~L L L L L L L L L L L L L L L L L 
L L L L DL RL bL cL nL sL t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 KL YL iL jL uL z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 4L 9L :L ;L VL dL tL uL L L L L L L L L L L L L L L L !L DL EL L L L L L L SL TL L L L L L L L L L +L OL aL cL zL {L L L L L L HL L L L L #L 3L 4L XL YL jL L L L  L 5 L 6 L \ L  L  L  L  L  L  L  L  L 0!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 7%L A%L B%L h%L %L %L %L %L %L %L %L &L 
&L &L -&L e&L f&L &L R'L r'L 'L 'L 'L 'L 'L (L (L /(L (L (L 1)L o)L )L )L )L )L )L )L a*L b*L *L *L *L *L *L *L *L +L +L ,+L T+L f+L g+L h+L i+L r+L +L +L +L +L D,L E,L f,L g,L x,L ,L ,L ,L ,L ,L -L -L /L /L }2L 2L 3L 3L 3L 
5L 5L 5L 5L 7L 7L 7L {8L |8L :L :L :L E;L ;L ;L S<L T<L 9=L N=L =L =L =L =L =L =L =L >L >L >L 
>L >L !>L ">L '>L .>L 3>L 4>L 9>L @>L L>L M>L U>L ]>L b>L c>L k>L s>L >L >L >L >L >L >L >L >L >L >L >L >L T?L U?L @L @L BBL CBL  CL CL ZCL fCL CL CL DL DL 0EL 1EL EL DGL EGL MHL NHL HL )JL *JL JL ILL SLL ML ML NL NL NL NL NL  OL OL "OL 3OL DOL EOL XOL kOL OL OL OL OL PL PL sQL tQL QL QL TL TL UL UL UL 2VL 3VL VL VL VL WL WL gWL WL &XL 'XL NXL ^YL kYL YL ZL ZL ZL ZL ZL ZL ZL ZL '[L Y[L Z[L \[L ][L ^[L g[L [L [L [L  \L >\L f\L q\L \L \L \L 3]L 4]L 5]L F]L }]L ~]L ]L ]L ]L ]L ]L ]L ]L ]L 	^L 
^L 8^L ]^L ^^L _^L a^L b^L c^L l^L ^L ^L ^L 	_L I_L m_L _L \`L l`L m`L n`L `L `L `L `L `L `L `L `L `L `L aL @aL AaL BaL CaL EaL FaL GaL PaL aL aL aL aL -bL QbL bL @cL PcL QcL RcL ccL qcL rcL scL tcL cL cL cL cL cL cL cL +dL RdL SdL TdL UdL WdL XdL YdL bdL dL dL dL eL AeL aeL eL eL eL eL eL eL eL eL fL 
fL @fL JfL TfL UfL fL fL fL fL fL fL fL fL fL gL .gL \gL |gL gL gL gL HhL IhL ZhL hhL ihL jhL hL hL hL hL 	iL iL iL iL GiL HiL IiL KiL biL ciL liL njL ojL jL jL jL kL kL kL kL kL kL kL kL kL lL mL mL nL GnL ~nL nL nL LoL oL oL oL oL oL oL oL oL 'pL GpL ZpL mpL pL pL pL pL pL pL !qL 4qL aqL bqL cqL tqL qL qL qL qL qL qL qL qL qL rL %rL 8rL KrL ^rL qrL rrL srL trL }rL rL rL rL rL rL sL @sL GsL PsL QsL gsL wsL xsL ysL zsL {sL |sL }sL ~sL sL sL sL sL sL sL tL tL tL tL tL !tL ^tL  uL uL uL uL uL uL 
vL vL vL vL vL vL vL 
wL wL 9wL SwL cwL }wL wL wL wL wL wL wL xL xL 9xL SxL TxL UxL VxL ~xL xL xL xL xL xL xL xL xL `yL yL zL zL zL zL _zL fzL ozL pzL xzL zL zL zL zL zL zL {L ,{L 4{L I{L ^{L p{L {L {L {L {L {L {L {L {L |L +|L >|L Q|L d|L w|L x|L y|L z|L |L 	}L &}L m}L }L T~L U~L V~L W~L h~L ~L ~L ~L ~L "L 5L HL [L \L ]L ^L gL L 9L |L ŀL cL dL eL fL wL ʁL ˁL L L L ,L ?L RL eL fL gL hL qL FL mL L L L L L L L  L L L L L .L CL UL oL L L L ͅL ՅL L L L +L EL UL oL L L L L L L L L L -L @L SL fL yL zL {L |L L >L L ڈL L L .L /L 0L AL L 'L .L 7L 8L @L UL jL L L L ŋL ֋L L 
L L 5L =L RL gL |L L L L ӌL L L L 2L 3L 4L 5L ]L ^L qL L L L L L L L ɍL L L EL L ˏL L L L DL L DL EL LL L ڒL L !L ML L L ٓL L 9L :L KL L L L L L L ҔL L L L -L >L XL rL L L L ȕL ЕL L L L !L ;L UL fL L L L ŖL ֖L L L L L L L /L BL UL hL {L |L }L ~L L EL ?L L L *L L L L AL HL L L ƜL L L !L @L L L L L ؝L ߝL L L L L L 'L 9L PL gL ~L L L L ΞL L L L 
L L 'L 9L KL ]L tL L L L ʟL L L L L 0L 1L 2L 3L [L \L oL L L L L L L L ȠL ڡL L tL L pL L L L qL L L SL L L CL L L L TL UL L իL L L SL rL L L ϬL ЬL L %L &L JL KL PL RL SL TL ]L jL L L ЭL L L L 7L YL {L L L L ծL L L L L 7L L L L _L L αL L dL L L L L L sL tL 8L 9L pL ͵L εL L DL {L L L IL L L L L L L L L $L %L 8L KL ^L qL sL tL uL ~L ƸL L  L NL lL L L L L L L L 'L (L ;L NL aL tL vL wL xL L L úL FL GL XL YL ZL 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 7L [L ޽L kL lL }L ~L L L L =L >L eL fL L L L L L =L uL L L =L L L L mL nL oL yL L L L L L L L L -L @L SL UL kL lL uL L L 'L _L jL L L L L L L &L 'L =L ML NL OL PL xL yL L L L L L L L L L WL rL L L L L $L /L NL jL |L L L L L L L L L L HL _L `L aL bL L L L L L L L L L L SL {L L L L 
L ,L WL L L L L L L L L L L L .L AL TL VL WL XL aL L 
L L L L L 0L ;L ZL L L L L L L L 	L 
L 1L 2L mL $L VL WL L L 7L 8L jL L RL SL L L L EL tL uL L L L L L L L L 
L L L L 	L %L 5L HL pL qL L L 0L iL L L UL L L (L _L L L L L L L L L L 
L L L L L L L 'L .L 3L CL DL SL TL UL aL bL cL dL oL sL L L L L L L L 2L 3L 8L eL jL L L L L L BL CL HL tL xL L L L L L L L L 0L 5L [L \L ]L gL L L L L L L L L L L L L L L 	L L L L (L ,L 3L :L ;L <L =L >L ?L @L AL BL CL DL EL FL GL HL IL ^L L L +L ,L EL VL WL kL mL nL oL pL qL yL 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 1L 2L 3L 4L AL SL L L 
L L L L L L &L L L L L L )L *L =L bL cL tL L L L L L L NL OL <L =L 2L 3L ?L L L L L ]L L L L L ?L @L ~L L L L L L (L FL hL L L L (L BL CL LL ML L L KL LL L L L L L L &L XL YL jL L L L UL VL rL L L sL 8L 9L L L L &L 'L L L $L %L L L J M K M M M 3M DM M M M M tM uM M M M M M M M M M )M 6M 7M 8M 9M :M ;M ?M @M AM BM [M ]M cM d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 BM CM VM XM ]M ^M eM jM M M M M M g	M h	M t	M 	M 	M 

M $
M X
M k
M 
M 
M 
M 
M 3M FM zM M M M M 8M HM |M M M M M M M 
M 
M M :M IM \M ]M vM M M M M M M M 8M 9M :M nM M M M M M -M .M 8M CM vM M M M M M M M M M (M *M AM BM KM mM nM M M M M M M M M M M 
M M M 6M 7M 8M 9M :M ;M DM eM fM zM {M M M M M M M M 2M LM MM bM cM tM M M M M M M M M M M M M M  M "M >M ?M TM UM f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 8M BM LM MM nM M M M M M M M M M M M $M iM jM {M M M M 1M 2M 3M 4M 5M 6M ?M M M M M M M M M M M M M M M M M M M lM M M M M M M PM M M M M M M M M M M M M 	M M M M $M )M *M 4M 9M :M ;M YM gM wM x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 3 M 8 M 9 M : M \ M j M z 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 1!M 6!M 7!M A!M F!M G!M H!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 9"M >"M ?"M J"M O"M P"M Z"M _"M `"M a"M "M #M 8#M F#M V#M W#M b#M g#M h#M r#M w#M x#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$M ^$M n$M o$M z$M $M $M $M $M $M $M $M $M $M $M $M $M $M $M  %M %M %M %M %M %M !%M "%M -%M 2%M 3%M =%M B%M C%M D%M j%M x%M %M %M %M %M %M %M %M %M %M %M %M %M %M %M %M 8&M 9&M h&M v&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 4'M 9'M :'M D'M I'M J'M K'M w'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 3(M 4(M ?(M D(M E(M O(M T(M U(M V(M z(M (M (M (M (M 9)M :)M G)M H)M I)M l)M )M )M &*M 8*M 9*M C*M N*M *M *M *M *M *M *M *M +M +M +M "+M v+M w+M +M +M +M E,M {,M ,M ,M ,M ,M ,M ,M ,M -M Y-M r-M -M -M -M -M -M ).M *.M +.M ,.M -.M 6.M ~.M .M .M -/M 8/M T/M m/M /M /M /M /M /M /M ~0M 0M 0M 0M 0M 91M :1M n1M 1M 1M 1M 2M 2M 2M 2M 2M 2M 2M 2M 3M 53M G3M Y3M Z3M [3M \3M e3M 3M 3M 3M 3M 4M 4M 4M 4M 5M 15M W5M t5M 5M 5M 5M 5M 5M 6M t6M 6M 
7M P7M Q7M R7M S7M y7M z7M 7M  8M 48M F8M G8M Q8M \8M 8M 8M 8M 8M 8M 8M 9M 9M 9M 9M 9M q9M r9M 9M 9M 9M 9M :M :M :M a:M b:M c:M d:M :M *;M N;M =M =M @M (@M SAM TAM eAM BM BM lCM mCM DM DM DM FM FM HM HM HM HM IM IM IM IM JM JM ]KM ^KM mKM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM  LM LM 	LM LM LM LM &LM -LM 2LM 3LM ;LM BLM NLM OLM PLM QLM LM LM JNM KNM OM OM PM PM PM QM QM QM 7RM 8RM RM RM !SM TM TM UM UM =VM WM WM bXM YM YM 7[M 8[M Y\M f\M s\M \M \M \M \M \M \M \M \M \M 	]M  ]M 7]M 8]M C]M s^M t^M _M _M _M _M fbM gbM :cM KcM cM cM cM 0dM ^dM dM dM dM eM UeM eM eM eM fM 	gM 5gM 9hM :hM DhM OhM hM hM hM hM hM hM hM hM hM hM iM DiM PiM wiM iM iM jM jM HjM RjM wjM jM jM jM jM kM kM kM kM JkM KkM UkM `kM kM kM kM kM kM kM kM kM kM  lM lM 
lM IlM UlM |lM lM lM mM mM mM 
nM nM nM nM +nM ,nM -nM 7nM BnM unM nM nM nM nM nM nM nM nM nM nM nM nM -oM 9oM `oM oM oM oM upM pM pM pM pM qM qM qM qM qM >qM HqM SqM qM qM qM qM qM qM qM qM qM qM qM qM  rM ?rM KrM rrM rM rM rM 7sM ssM tsM usM sM sM sM sM sM sM sM sM sM sM !tM KtM LtM MtM OtM PtM QtM ZtM tM tM tM tM uM IuM fuM uM uM uM uM vM vM vM BvM _vM ivM tvM vM vM vM vM vM vM vM vM  wM wM 
wM xM 
xM xM ]xM xM DyM EyM VyM yM yM yM yM yM yM yM n{M o{M {M {M |M T|M |M |M ?}M @}M J}M U}M }M }M }M }M }M }M }M ~M ~M 1~M 3~M J~M K~M T~M ~M ~M ~M  M M M ?M FM NM OM eM uM vM wM xM M M M M M M M M M M >M lM M M M M ހM M M M M M M M M M M M M M M FM gM hM M M M M M M M M M M M M M M M hM oM xM yM M M M M ׄM M M M 5M =M RM gM yM M M M ׅM M M M M M <M aM tM M M M M M M ,M M M M M M M 
M M M +M @M RM lM M M M ʈM ҈M M M M (M BM RM lM M M M M M ɉM ܉M M M M M M M !M M ĊM M TM M M M M M YM ZM M M M ӌM M M M M M M M ׍M M cM M M M M M hM iM M M M ʏM ݏM M M M M M M M M OM M 7M 8M 9M JM M M M M M M ̒M M M 
M 'M 7M QM kM sM 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 xM M M ̗M ͗M ΗM ߗM IM ŘM ̘M ՘M ֘M ޘM M M M /M IM cM tM M M M әM ۙM M M M ,M FM `M qM M M M КM њM ҚM ӚM M M M "M 5M HM [M \M ]M ^M gM +M M M 6M iM M 2M M M M M M M )M xM M M M M KM wM M סM ءM M -M 4M =M >M FM [M pM M M M ˢM ܢM M M !M ;M LM fM nM M M M M ٣M M M M 8M IM cM tM M M M M M M ͤM M M M M M M M %M M ݦM EM M ȧM 5M M (M ߩM M &M EM dM M M M ުM M  M !M 2M vM }M M M M M M ūM ׫M M M M -M DM [M lM M M M M M ŬM ׬M M M M )M @M QM hM M M M M έM ϭM ЭM ѭM M M 
M  M 3M FM YM [M \M ]M fM xM @M M M M HM M M M -M _M M M M M NM OM VM M M 3M sM M M M M /M NM mM nM M úM ĺM M M M M M M M M *M LM nM M M M ջM M M .M /M @M sM M M M M ռM M M M M 4M lM M M WM XM M QM RM M M M M M kM lM M M M QM M M <M =M GM RM M M M M M M M M M M M M M M dM M M M 
M $M [M M M M M M M M M M M M M M M M =M aM M M M M M  M !M 4M GM ZM mM oM pM qM zM M M ?M @M QM RM SM {M |M M M M M M M M M M |M 	M 
M M M M M OM M M M M 5M -M .M bM M M M XM M M  M gM M M M 
M M "M UM _M iM jM M M M M M M M 	M 
M M M M M M M 4M vM wM M M M M M M M M M M M M *M =M PM cM eM fM |M }M M M M AM ^M wM M M M M M M @M _M `M aM rM M M M M M M M M  M (M )M <M OM bM uM wM xM yM M M M SM eM M M M M 7M ;M <M =M >M OM |M }M M M M M M M M M M M nM M M PM M M M M M #M eM fM gM xM M M M M M M M M M M .M M M M M M M M FM GM M M M M KM M JM KM M :M tM uM M \M ]M M M M M M M M UM M M M ]M M M /M M M M _M `M kM wM 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 8M 9M >M uM zM M M M M M MM NM SM M M M M M M M 0M 1M 6M nM sM M M M M M M M M M TM YM eM fM iM sM tM wM 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 KM LM MM NM OM aM {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 rM sM M M M M  M M M RM SM TM aM M 0M M M M M M M M `M M ,M M M bM cM "M }M M M M :M ;M NM M M M  N N oN N N N N N N N N N N N 5N AN PN \N ]N N N N N N QN VN N N N N zN N N N N (	N x	N y	N 	N 	N i
N j
N N N 1
N 2
N 
N 
N N N N N N L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 1N 3N 9N :N MN ON UN VN kN mN rN s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 ZN tN N N N 	N =N QN N N N N N 6N jN N N N N N 9N mN nN oN pN N N N N N N N N N GN HN fN tN N N N N N N N "N 8N NN dN eN N N N N N N (N )N PN mN nN N N N N N N N N N N  N !N EN aN bN wN xN yN zN N N N N N N N N N N N  N  N  N  N 3 N O N P N b N  N  N  N  N  N  N  !N !N !N 2!N 3!N 4!N [!N \!N ]!N ^!N _!N `!N i!N !N !N !N !N !N !N !N !N !N "N $"N %"N &"N S"N T"N U"N V"N W"N X"N a"N "N "N `#N a#N b#N s#N #N #N #N #N #N C$N w$N $N $N $N $N $N $N $N $N %N 9%N O%N Q%N %N %N %N $&N %&N a&N b&N q&N &N 'N 'N 'N j'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 8(N 9(N J(N k(N l(N m(N n(N o(N p(N (N =)N >)N )N )N )N )N )N )N 
*N !*N 9*N P*N }*N ~*N *N *N 4+N 5+N ,N  ,N 7,N L,N w,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N -N -N -N !-N &-N '-N 1-N 6-N 7-N B-N G-N H-N R-N W-N X-N Y-N v-N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N .N .N .N $.N ).N *.N 4.N 9.N :.N E.N J.N K.N U.N Z.N [.N \.N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N "/N 0/N @/N A/N L/N Q/N R/N \/N a/N b/N m/N r/N s/N }/N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N k0N 0N 0N 0N 0N 0N  1N 1N 1N 1N 1N 1N !1N &1N '1N 11N 61N 71N 81N _1N m1N }1N ~1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 2N 
2N 2N 2N 2N (2N -2N .2N 92N >2N ?2N I2N N2N O2N P2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 3N 3N &3N '3N 23N 73N 83N B3N G3N H3N S3N X3N Y3N c3N h3N i3N j3N 3N 3N 4N 4N $4N %4N 04N 54N 64N @4N E4N F4N Q4N V4N W4N a4N f4N g4N h4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 5N #5N 35N 45N ?5N D5N E5N O5N T5N U5N `5N e5N f5N p5N u5N v5N w5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 6N 86N ]6N 6N 6N 6N 6N 6N 6N 6N 
7N 7N 7N 7N 7N 7N 7N 7N 8N )8N 38N 48N g8N 8N 8N 8N 8N 8N 8N 9N 9N 59N 69N 9N 9N :N >:N N:N _:N o:N p:N :N :N :N :N ;N );N B;N q;N r;N ;N ;N ;N ;N ;N ;N ;N <N <N l<N <N <N <N =N %=N :=N R=N S=N T=N e=N >N >N >N >N H>N >N >N ?N ?N 0?N 1?N  @N !@N +@N 6@N i@N s@N }@N ~@N @N @N @N @N @N @N @N AN HAN IAN XAN iAN AN AN  BN BN BN BN BN CN 4CN 5CN YCN ZCN kCN CN DN mDN DN DN DN DN DN EN EN EN EN EN EN EN EN EN -FN 7FN AFN BFN hFN FN FN FN FN FN FN GN GN 0GN 1GN GN GN GN GN GN GN  HN HN HN 2HN HN HN !KN "KN MN MN NN NN ON IPN JPN 
QN QN >RN ?RN QRN SN SN VN VN 4VN VN !WN $WN WN WN uXN XN XN XN YN YN 0YN 1YN 6YN >YN CYN DYN IYN QYN ]YN ^YN cYN jYN oYN pYN uYN |YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN ZN ZN [N [N ~]N ]N <^N =^N ^N ^N _N _N _N _N l`N m`N `N bN bN cN cN cN eeN feN  fN gN gN hN hN iN jN jN jN +jN <jN MjN ^jN ojN jN jN jN jN jN jN jN jN lN lN lN lN 1mN 2mN pN pN pN pN qN nqN oqN qN qN )rN YrN ZrN rN rN bsN csN sN tN tN tN uN uN uN uN  vN *vN 4vN 5vN cvN vN vN vN vN vN vN vN vN wN <wN zwN wN wN wN wN xN oxN pxN qxN xN xN xN xN xN xN xN xN xN 1yN ;yN EyN FyN tyN yN yN yN yN yN yN yN yN yN zN EzN zN zN /{N {N {N {N {N {N {N {N {N {N {N |N |N '|N (|N V|N ||N }|N ~|N |N |N |N |N |N |N |N |N )}N i}N }N ~N |~N ~N ~N ~N ~N ~N ~N ~N ~N ~N ~N ~N $N .N 8N 9N gN N N N N N N N N N N N >N }N N ՀN N N N $N 2N 3N 4N >N IN |N N N N N N N N N N N N 7N CN jN N N N N ;N N N N N N N N N N N EN ON YN ZN N N N N N N N N N N N 1N N N N &N 'N (N )N *N +N [N N 
N AN N N N 9N N ݊N ފN N N &N 0N :N ;N cN N N N N ϋN ыN N N N ]N pN N N N N ݌N N N N N N N N N >N aN tN N N N N N N N ܍N 
N 8N 9N :N KN |N N N N N N N N N N N N N N N N N N +N >N QN RN SN TN ]N N <N ON 5N 6N 7N 8N IN N 
N N N N 4N IN [N uN N N N ӒN ےN N N N 1N KN [N uN N N N N N ړN N N %N &N 'N (N 1N N ʔN >N ?N @N QN N N N N N ɕN ޕN N 
N $N 4N NN hN pN N N N ƖN N N 
N $N %N &N 'N ON gN zN N N N N N N N EN bN N N N N N N N N N  N 9N ^N qN N N N N N N MN uN N N N N N N N N N /N 0N UN hN {N N N N N N N N N N 6N ՟N ֟N ןN N ;N <N CN LN MN UN jN N N N ŠN ՠN N 	N N &N ;N MN gN N N N šN ơN ǡN ȡN ١N ,N -N UN VN iN |N N N N N N N N zN ڣN N *N N jN kN lN }N N cN jN sN tN |N N N N ͦN N N N ,N FN WN qN yN N N N ʧN N N N )N CN TN nN oN pN qN N N N N ӨN N N N N N N ɩN  N N ԪN N ZN ЫN %N N *N N N N ǭN N -N ]N N N N N AN uN vN N ˯N үN ۯN ܯN N N N #N 5N ON iN zN N N N ٰN N N N !N 6N KN ]N wN N N N ֱN N N N ,N -N .N /N WN XN kN ~N N N N N N N òN N {N N YN fN ӵN JN ƶN }N N ķN N N 'N >N ]N |N N N N иN N N $N %N -N ?N QN cN uN N N N ˹N N N 
N  N 1N HN IN QN cN uN N N N ǺN ޺N N N N .N DN UN lN mN nN oN N N N N ѻN N N N N N N N ޽N N .N N N 1N PN N N N N 8N WN N N N N N N N N 0N ON N N N N N N N aN bN N N N N N N N N N N N .N /N QN sN N N N N N N 6N 7N 8N 9N sN #N %N YN N N 
N QN N N N HN N N N N tN uN N 	N 
N >N N N N 6N N N N N N #N -N 7N 8N `N aN tN N N N N N N N N %N \N N N N N 'N (N 9N :N ;N cN dN wN N N N N N N N N N N N N N N N N N N N N 
N N N N 6N ZN N N N N N N N -N @N SN fN hN iN jN sN N N N N N N N N N yN zN N N N N N  N BN yN N N 7N yN N N TN N N N N N N N N N 0N 1N VN iN |N N N N N N  N QN cN N N N N N &N SN ZN bN cN yN N N N N N N N N N N N N N N $N N N N N N (N `N kN N N N N N N N N DN KN SN TN N N N N N N N N N  N N N N N  N N N N N >N IN hN N N N N N N N N N CN DN WN jN }N N N N N N N IN N N N 1N lN wN N N N N N N CN DN EN FN mN nN N `N N N N 8N sN tN N #N N N N N N N N N N N N N &N N N N FN N N 0N EN aN qN N N N N =N lN N N 8N N N %N dN N N N 	N N $N 0N CN GN HN IN JN KN LN MN NN ON cN jN oN N N N N N N N N N N N N N N N N N N nN oN tN N N N N N (N ,N ~N N N N N N N N N N 8N 9N >N lN qN N N N N N N N N N N N N N N  N 1N 6N >N EN LN XN YN dN hN oN vN wN xN yN zN {N |N }N ~N N N N N N N N N MN NN gN hN 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 2N 3N =N JN KN LN MN NN ON PN QN ^N _N mN nN oN pN }N N VN WN I O J O !O "O 9O BO bO O O O O O eO fO yO O O O O O O O 7O O O O xO yO nO oO {O O YO O 0	O 	O  
O 
O 
O O {O |O O O O O R
O S
O d
O O O 
O /O HO dO ~O O O O (O )O O O O O O O O LO bO O O O O O 3O O O O O UO O tO uO O O O bO cO O O `O aO O O O O TO UO oO O 0O O 1O 2O O O !O  !O !!O 7!O 8!O L!O M!O N!O W!O e!O r!O s!O t!O u!O v!O w!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 H"O J"O O"O P"O _"O a"O g"O h"O v"O x"O ~"O "O "O "O "O "O "O "O "O "O "O "O "O $O $O $O $O %O F%O `%O %O %O %O %O #&O ;&O o&O &O &O &O 'O &'O Z'O t'O 'O 'O 'O (O (O 
(O (O 0(O 9)O :)O P)O v)O )O )O )O )O )O )O *O *O %*O &*O D*O t*O u*O v*O *O *O *O *O +O +O i+O j+O t+O +O +O +O +O +O +O ,O ,O ",O 8,O N,O d,O f,O },O ~,O ,O ,O ,O ,O ,O ,O ,O  -O -O -O -O -O )-O I-O J-O K-O r-O s-O t-O u-O v-O w-O -O -O -O -O -O -O -O -O  .O +.O D.O Y.O n.O .O .O .O .O .O .O .O .O .O .O .O .O .O .O /O &/O '/O ;/O </O ^/O z/O {/O /O /O /O /O /O /O /O /O /O /O /O /O /O H0O I0O 0O 0O  1O 1O 11O 21O 31O 41O T1O 1O 2O +2O ,2O 62O A2O t2O ~2O 2O 2O 2O 2O 2O 2O  3O !3O *3O 3O 3O 3O  4O 4O `4O 4O 4O 4O 5O K5O L5O m5O n5O o5O p5O q5O r5O {5O 5O 5O 5O 	6O 
6O 6O 6O 
6O 6O ;6O 6O 6O 7O (7O 27O =7O G7O H7O 7O 7O 7O 7O 8O 8O W8O 8O 8O 8O 9O 9O 9O 9O :O #:O 3:O 4:O ?:O D:O E:O O:O T:O U:O `:O e:O f:O p:O u:O v:O w:O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O ;O ";O 2;O 3;O >;O C;O D;O N;O S;O T;O _;O d;O e;O o;O t;O u;O v;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O "<O 0<O @<O A<O L<O Q<O R<O \<O a<O b<O m<O r<O s<O }<O <O <O <O <O <O <O <O <O <O <O <O <O  =O =O =O =O =O  =O !=O "=O ;=O I=O Y=O Z=O e=O j=O k=O u=O z=O {=O =O =O =O =O =O =O =O 	>O R>O t>O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O ?O ?O ?O '?O ,?O -?O 7?O <?O =?O H?O M?O N?O X?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 H@O M@O N@O X@O ]@O ^@O i@O n@O o@O y@O ~@O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O AO AO AO AO tAO uAO AO AO AO AO AO AO AO AO AO AO AO AO AO AO BO BO BO %BO 3BO CBO DBO OBO TBO UBO _BO dBO eBO pBO uBO vBO BO BO BO BO BO BO BO BO BO BO BO BO BO BO BO CO CO CO CO CO CO 0CO >CO NCO OCO ZCO _CO `CO jCO oCO pCO {CO CO CO CO CO CO CO CO CO CO DO DO uDO vDO DO DO DO DO -EO .EO bEO tEO uEO EO EO EO EO EO EO FO )FO ;FO =FO TFO UFO ^FO FO FO FO FO "GO GO GO GO GO GO 
HO HO 2HO 3HO DHO HO HO HO HO IO IO 6IO eIO fIO gIO hIO iIO rIO IO IO 
JO iJO tJO JO JO JO JO JO JO JO KO KO KO KO KO KO uLO vLO LO LO LO LO MO MO MO MO NO NO NO NO BNO qNO NO NO NO NO NO NO NO NO NO OO ?OO @OO OO ,PO LPO mPO PO PO PO PO PO PO 	QO ZQO QO RO IRO RO RO RO RO RO RO ;SO <SO pSO SO SO SO SO SO SO SO SO TO .TO @TO ATO BTO CTO LTO TO TO TO TO UO UO @UO AUO RUO UO UO UO UO UO fVO VO XO XO W[O d[O \O \O \O ]O ]O ^O ^O _O _O _O UaO VaO cO cO cO dO dO dO -eO .eO fO (fO fO fO fO fO fO fO fO fO fO fO fO fO fO fO gO gO 
gO gO gO gO &gO 'gO /gO 7gO <gO =gO EgO MgO YgO ZgO bgO igO ngO ogO wgO ~gO gO gO gO gO .hO /hO iO iO kO kO kO kO 4lO @lO lO lO smO tmO 
nO nO ]nO pO pO 'qO (qO yqO sO sO sO #uO -uO svO tvO wO wO wO wO wO wO wO wO 
xO xO xO 2xO ExO \xO sxO txO xO yO yO MzO NzO zO zO }O }O v~O ~O ~O O 
O lO O O O O AO O  O O (O 8O EO qO uO vO O O O ȃO ҃O ӃO O 3O 4O 6O 7O 8O AO O O O ڄO O @O KO O O O 
O O O  O WO XO YO ZO O O O O φO نO O O O 7O 8O 9O ;O <O =O FO O O O O #O GO ͈O 6O FO GO HO YO gO hO iO sO ~O O O ŉO ƉO O O O O O O  O !O *O iO uO O ǊO O +O O O *O +O ,O =O KO LO MO NO zO O O O ̌O ֌O ׌O O ,O -O .O /O 1O 2O 3O <O {O O O ܍O O ;O sO O O O O ЎO юO ҎO ܎O O O $O .O /O ]O O O O O O O O ՏO O O 6O VO O O ِO "O #O 4O BO CO DO ~O O O O O O O O !O "O #O %O <O =O FO HO IO ZO O ϓO O O O ĔO ŔO ƔO ǔO ȔO ɔO O O O ߖO !O XO O חO &O {O |O O O ĘO ΘO ؘO ٘O O !O 4O GO ZO mO oO O O O O O ;O <O =O NO {O O O O O O O O O ܚO O O %O 8O KO LO MO NO WO zO O ֛O כO ؛O O O !O *O +O AO QO RO SO TO UO VO WO XO YO ZO O O O ɜO ܜO O O O O O 8O ڝO O ӞO ԞO ՞O ֞O O O O O O O ҟO O O O -O =O WO qO yO O O O ϠO O O O -O .O /O 0O XO xO O O áO ġO šO ơO ϡO :O hO ܢO ݢO ޢO O 9O @O IO JO RO gO |O O O £O ңO O O O #O 8O JO dO ~O O O ¤O äO ĤO ŤO O O O +O >O QO RO SO TO ]O O  O GO O .O /O 0O 1O BO O O O קO O O "O 5O 6O 7O 8O AO O O VO O =O >O ?O @O QO O O ͪO ΪO O O O ,O ?O @O AO BO KO  O GO O ԬO sO tO uO O ٭O ڭO O O O O O O /O IO cO sO O O O ĮO ٮO O O O /O IO cO dO eO fO wO ʯO ˯O O O O O -O @O SO TO UO VO _O O xO O ȱO [O O 	O 
O O O O O O O O /O DO YO kO O O O ʴO O O O O ,O AO VO hO O O O ǵO O O O 
O O O 7O 8O KO ^O qO O O O O O O gO O O rO O O nO ùO O ȺO O O &O eO O ˻O O 'O [O O O ߼O O O %O iO pO yO zO O O O O ӽO O O O 2O LO ]O wO O O O O ԾO O O O /O @O ZO tO O O O ʿO ˿O ̿O ͿO O O 	O O /O BO UO VO WO XO aO O O O O O qO O dO O "O bO O O O O O O [O \O ]O nO O O O O O O O O O *O AO XO iO O O O O O O O O O O %O 7O NO eO |O O O O O O O 
O O O 
O 5O 6O IO \O oO O O O O O O O |O NO O JO O O O KO iO O -O O O O O O O .O /O oO O O O -O LO kO O O O O O  O $O %O *O ,O -O .O 7O DO fO O O O O O O 3O UO jO kO |O O O O O O O O O O 9O pO O O >O O O O O O MO NO O O JO O O O O UO O O #O xO yO O O O O O O O O O %O 8O KO MO NO OO XO O O O (O FO `O O O O O O O O O O (O ;O NO PO QO RO [O yO O  O !O 2O 3O 4O \O ]O pO O O O O O O O O O {O |O O O O O O O O O O O O O O 5O O EO FO WO XO YO ZO O O O ?O @O qO iO jO O O O OO O O O \O O O GO HO IO SO ^O O O O O O O O O O -O /O EO FO OO O O O 9O DO pO O O O O O  O O O 'O (O )O *O RO SO fO yO O O O O O O O 1O LO }O O O O O 	O (O DO VO |O O O O O O O O O "O 9O :O ;O <O dO eO xO O O O O O O O -O UO O O O O O 1O sO wO xO yO zO O O O O O O O O .O 0O 1O 2O ;O O O YO O O O 
O O 4O _O O O O O O O O O O O GO O 0O 1O jO O O O DO O ,O -O O O O O NO OO O YO O O O vO O O O  P  P  P  P  P P "P JP KP P P 
P CP P P /P kP P P 9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 IP MP `P hP tP uP zP P P P 
P P ?P DP P P P P P P P "P NP RP lP mP rP P P P P P 
	P 	P 5	P 6	P 7	P A	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 8
P 
P 
P P P P 0P 1P EP GP HP IP JP KP SP YP ZP cP gP h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 YP fP P P P P P P <P =P NP P P P P P lP (P )P P P P 
P P P P hP P 7P P P ^P P P P XP vP wP P P P P  P BP P P P P P P &P 'P P P % P & P q P } P  P  P  P  P  !P 2!P 3!P D!P !P !P !P /"P 0"P L"P "P "P M#P $P $P d$P $P $P  %P %P %P %P &P &P m(P n(P $)P %)P )P )P 
*P *P *P +P ,P ,P N-P O-P .P .P .P .P .P .P .P .P .P /P /P /P /P /P /P /P /P /P /P /P 5/P 7/P =/P >/P W/P Y/P ^/P _/P m/P o/P u/P v/P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P 0P 0P 0P 0P 0P 0P 00P 20P 70P 80P ?0P D0P _0P `0P a0P b0P c0P A2P B2P N2P 2P 2P 2P 2P 23P E3P y3P 3P 3P 3P 
4P  4P T4P r4P 4P 4P 4P 5P "5P V5P u5P 5P 5P 5P 5P 5P 6P 6P 6P 7P #7P 67P 77P P7P 7P 7P 7P 7P 7P 7P 7P 8P 8P 8P H8P ^8P t8P 8P 8P 8P 9P 9P 9P 9P P9P Z9P d9P e9P 9P 9P 9P 9P 9P 9P :P :P :P :P %:P G:P H:P \:P ]:P :P :P :P :P :P :P :P :P :P :P :P ;P ;P ;P ;P ;P ;P ;P ?;P @;P T;P U;P o;P ;P ;P ;P ;P ;P ;P <P &<P '<P <<P =<P N<P n<P o<P p<P <P <P <P <P <P <P <P <P <P <P <P <P =P =P .=P /=P @=P `=P a=P b=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 H@P u@P @P @P @P @P @P `AP aAP AP AP AP AP CBP DBP UBP BP BP BP CP CP 
CP CP CP CP CP tCP uCP CP CP CP CP CP CP CP CP yDP zDP DP DP DP DP DP DP FEP ]EP uEP EP EP EP EP *FP pFP qFP [GP \GP sGP GP GP GP GP GP GP GP GP GP GP GP GP HP HP HP HP HP HP 3HP AHP QHP RHP ]HP bHP cHP mHP rHP sHP ~HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP IP IP 
IP IP IP IP 6IP DIP TIP UIP `IP eIP fIP pIP uIP vIP IP IP IP IP IP IP IP IP IP IP IP IP IP IP IP IP  JP JP JP JP JP  JP !JP "JP ^JP lJP |JP }JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP KP KP 	KP KP KP KP $KP )KP *KP 4KP 9KP :KP ;KP KP KP LP  LP 0LP 1LP <LP ALP BLP LLP QLP RLP ]LP bLP cLP mLP rLP sLP tLP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP *MP 8MP HMP IMP TMP YMP ZMP dMP iMP jMP uMP zMP {MP MP MP MP MP MP MP MP MP MP MP MP MP MP MP NP NP 
NP NP NP NP NP DNP RNP bNP cNP nNP sNP tNP ~NP NP NP NP NP NP NP NP NP NP OP OP BOP POP `OP aOP lOP qOP rOP |OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP PP PP PP PP PP PP #PP $PP %PP QPP _PP oPP pPP {PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP QP 
QP QP QP QP QP )QP .QP /QP 0QP TQP tQP QP QP QP RP RP !RP "RP #RP FRP RP RP  SP SP SP SP (SP [SP eSP oSP pSP SP SP SP SP SP SP SP PTP QTP qTP rTP TP UP UUP zUP UP UP UP UP UP UP UP 3VP LVP eVP ~VP VP VP VP WP WP WP WP WP WP XWP YWP WP XP XP .XP GXP aXP vXP XP XP XP XP XYP YYP ZYP [YP YP ZP ZP HZP ZZP lZP mZP \[P ][P g[P r[P [P [P [P [P [P \P !\P 3\P 4\P 5\P 6\P ?\P \P \P \P \P \P \P \]P ]P ]P ^P 1^P N^P p^P q^P ^P ^P ^P ^P N_P _P _P *`P +`P ,`P -`P S`P T`P `P `P aP  aP !aP +aP 6aP iaP saP }aP ~aP aP aP aP aP aP aP aP KbP LbP lbP mbP bP bP bP bP bP ;cP <cP =cP >cP ncP dP (dP ]fP ^fP hP iP -jP .jP ?jP kP kP FlP GlP zmP {mP mP nP nP ZqP [qP pqP qP ]rP `rP rP rP sP sP 7tP 8tP GtP YtP ltP mtP rtP ztP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP  uP uP uP 
uP uP uP (uP )uP *uP +uP uP uP $wP %wP xP xP xyP yyP yP yP ZzP [zP {P {P {P {P {P }P }P ~P ~P P P P <P P ˂P P P 3P @P MP ZP gP xP P P P P P ЅP P P P P P MP NP P P mP nP @P AP P %P ZP P P 
P 8P eP P P ߍP /P P P ƎP ֏P P P P P P )P \P fP pP qP P ёP ґP ԑP ՑP ֑P ߑP P *P QP xP P ޒP P "P ,P QP P P P P P P P P $P %P /P :P mP wP P P P ՔP ֔P הP ٔP ڔP ۔P P #P /P VP P P P kP ԖP P P P P P P P P P OP YP cP dP P P P P P P P P ȗP P P :P eP P ɘP OP P șP əP ʙP ۙP P P P P P "P -P `P jP tP uP P ʚP ˚P ̚P ͚P ϚP КP њP ښP P %P LP zP P ٛP P MP NP OP `P nP oP pP zP P P P ̜P ͜P P %P &P 'P )P *P +P 4P sP P P ԝP P #P @P wP P P ҞP P P P P 9P CP NP P P P P P P P ßP ڟP ۟P P P P P 7P mP P P 0P bP cP dP eP fP gP P HP IP }P P P .P uP ĥP P P $P /P bP lP vP wP P P ҦP P P P 
P $P %P .P P P ٧P ڧP ۧP P P  P (P )P ?P OP PP QP RP zP P P èP ֨P P P P P P P FP tP uP vP P P P ȩP ɩP ߩP P P P P P P P P P P  P AP BP gP zP P P P P P ֪P xP P qP rP sP tP P BP IP RP SP [P pP P P P ˭P ۭP P P P ,P AP SP mP P P P ˮP ̮P ͮP ήP P P ;P NP aP bP cP dP mP دP P zP {P |P P װP ްP P P P P P ,P FP `P pP P P P P ֱP P P P ,P FP `P aP bP cP P P P ɲP ܲP P P P P P P P P .P ̴P ʹP δP ϴP P 3P 4P \P uP P P P ӵP ԵP յP ֵP ߵP P P P =P ۷P ܷP ݷP ޷P P BP CP kP lP P P P ʸP ݸP ޸P ߸P P P P P )P rP P P P $P wP xP P P P P P P ͻP P P P +P EP MP bP wP P P P ͼP P P P P P P hP iP P P P P ˽P ޽P P P P P P P P RP fP P P P P P #P P P P P P P P P 	P #P =P NP hP P P P P P P P P  P :P KP eP P P P P P P P P P P P "P 5P 6P 7P 8P AP P \P P P CP P P aP P fP P P P P RP iP P P P %P QP }P P P P P P P P  P 5P JP _P qP P P P P P P P &P @P HP ]P rP P P P P P P P #P =P NP hP iP jP kP P P P P P P P P P P P P P P P P P P P P P  P P >P cP zP P P P P P P PP WP `P aP iP {P P P P P P P P P 5P FP \P mP P P P P P P P P P P +P BP YP jP P P P P P P P P P P 
P  P 3P 5P 6P 7P @P RP P P jP P "P mP P P P 9P P tP P P (P )P 0P P P 
P MP lP P P P 	P (P GP HP YP P P P P P P P P P P P &P HP jP kP P P P P P 	P P MP rP sP tP uP P _P aP P P P FP P P 1P 2P P +P ,P P P P P P EP FP zP P P +P rP P P P !P ,P _P iP sP tP P P P P P P P P P P >P aP P P P P 5P cP dP uP vP wP P P P P P P P P P P P ;P P P P P P P P P !P 4P GP IP JP KP TP rP P P P +P ,P -P UP VP iP |P P P P P P P P VP P P P P P P )P P P P P P P P <P ~P P P 2P sP P P AP P P P P P P /P 9P CP DP lP mP P P P P P P P P \P P P P P P PP QP bP P P P P P P P P P P P P P *P =P ?P @P VP WP `P P P P 8P QP dP P P P P P P 9P :P ;P LP P P P P P P P P P  Q  Q  Q ) Q < Q O Q Q Q R Q S Q \ Q  Q  Q -Q ?Q zQ Q Q Q Q Q Q Q Q )Q VQ WQ Q Q Q Q Q Q Q Q Q Q HQ Q Q *Q [Q mQ Q Q Q Q ?Q @Q AQ RQ Q Q Q Q Q Q Q Q Q Q Q tQ Q Q Q _Q Q Q  	Q !	Q Z	Q 	Q 	Q 	Q %
Q Q $Q %Q bQ 
Q N
Q O
Q 
Q 6Q 7Q lQ Q Q Q Q Q Q /Q yQ Q Q 7Q tQ Q 	Q aQ Q Q 9Q :Q EQ QQ `Q l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 OQ TQ Q Q Q Q Q 'Q (Q -Q dQ hQ Q Q Q Q Q 
Q Q Q HQ MQ tQ uQ zQ Q Q Q Q Q Q .Q 3Q ?Q @Q CQ MQ NQ QQ ZQ [Q \Q mQ rQ z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 UQ VQ aQ nQ oQ yQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q ]Q ^Q uQ ~Q Q Q Q LQ MQ YQ Q Q Q Q Q Q ,Q -Q .Q ;Q sQ 
 Q  Q  Q !Q !Q "Q "Q "Q :#Q #Q $Q l$Q $Q <%Q =%Q %Q W&Q &Q &Q &Q 'Q 'Q ('Q (Q (Q (Q )Q )Q I*Q k*Q *Q *Q *Q *Q +Q +Q d-Q e-Q -Q -Q .Q .Q *.Q 6.Q 7.Q .Q .Q .Q .Q .Q +/Q 0/Q o/Q /Q /Q /Q T0Q 0Q 0Q 1Q 1Q 2Q R2Q S2Q 2Q 2Q C3Q D3Q 4Q 4Q 6Q 6Q 6Q 6Q 7Q 7Q 7Q 7Q l8Q &9Q m:Q n:Q :Q :Q X<Q \<Q ]<Q s<Q t<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 0=Q E=Q G=Q L=Q M=Q b=Q d=Q i=Q j=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 4@Q N@Q @Q @Q @Q @Q AQ +AQ _AQ wAQ AQ AQ AQ BQ DBQ bBQ BQ BQ BQ BQ CQ GCQ HCQ ICQ JCQ lCQ uDQ vDQ DQ DQ DQ DQ DQ DQ !EQ "EQ @EQ NEQ aEQ bEQ EQ EQ EQ EQ EQ EQ FQ (FQ >FQ ?FQ FQ FQ FQ FQ FQ FQ GQ GQ *GQ GGQ HGQ ^GQ tGQ GQ GQ GQ GQ GQ GQ GQ GQ GQ GQ HQ ;HQ <HQ QHQ RHQ SHQ THQ eHQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ 
IQ )IQ *IQ <IQ gIQ IQ IQ IQ IQ IQ IQ IQ IQ JQ 
JQ JQ 5JQ 6JQ 7JQ 8JQ 9JQ :JQ CJQ bJQ cJQ wJQ xJQ JQ JQ JQ JQ JQ JQ JQ JQ  KQ -KQ .KQ /KQ 0KQ 1KQ 2KQ ;KQ KQ KQ :LQ ;LQ <LQ MLQ mLQ nLQ oLQ pLQ LQ MQ QMQ gMQ hMQ rMQ }MQ MQ MQ MQ MQ MQ NQ )NQ +NQ \NQ ]NQ fNQ NQ NQ ;OQ <OQ KOQ OQ OQ OQ OQ DPQ PQ PQ PQ PQ PQ PQ PQ PQ PQ QQ QQ $QQ EQQ FQQ GQQ HQQ IQQ JQQ wQQ RQ RQ YRQ dRQ nRQ yRQ RQ RQ RQ RQ SQ *SQ WSQ XSQ SQ SQ TQ TQ TQ TQ UQ &UQ QUQ _UQ oUQ pUQ {UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ  VQ VQ VQ VQ VQ VQ !VQ "VQ ,VQ 1VQ 2VQ 3VQ PVQ ^VQ nVQ oVQ zVQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ WQ WQ WQ WQ WQ WQ $WQ %WQ /WQ 4WQ 5WQ 6WQ ^WQ lWQ |WQ }WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ 
XQ XQ XQ &XQ +XQ ,XQ 6XQ ;XQ <XQ GXQ LXQ MXQ WXQ \XQ ]XQ ^XQ wXQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ EYQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ  ZQ ZQ ZQ ZQ ZQ ZQ 9ZQ GZQ WZQ XZQ cZQ hZQ iZQ sZQ xZQ yZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ [Q [Q [Q [Q [Q [Q #[Q ([Q )[Q *[Q Z[Q h[Q x[Q y[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 2\Q 3\Q =\Q B\Q C\Q D\Q \Q \Q \Q \Q \Q \Q 
]Q ]Q ]Q ]Q ]Q  ]Q +]Q 0]Q 1]Q ;]Q @]Q A]Q B]Q a]Q o]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 J^Q O^Q P^Q Q^Q l^Q z^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q _Q 7_Q Z_Q [_Q _Q _Q _Q _Q _Q _Q i`Q j`Q `Q `Q `Q `Q `Q `Q aQ 
aQ aQ AaQ eaQ waQ yaQ aQ aQ aQ aQ aQ bQ bQ ^bQ bQ bQ cQ (cQ 9cQ IcQ JcQ ncQ ocQ cQ cQ cQ dQ dQ KdQ LdQ rdQ dQ dQ dQ dQ dQ dQ dQ dQ FeQ eQ eQ eQ eQ eQ fQ ,fQ -fQ .fQ ?fQ fQ fQ fQ fQ "gQ gQ gQ gQ gQ 
hQ hQ hQ hQ iQ iQ CiQ MiQ WiQ XiQ ~iQ iQ iQ iQ iQ iQ iQ iQ "jQ #jQ 2jQ CjQ {jQ |jQ jQ hkQ kQ kQ kQ kQ lQ lQ 3lQ 4lQ ElQ lQ lQ GmQ mQ mQ mQ mQ mQ mQ mQ wnQ xnQ nQ nQ nQ nQ nQ oQ oQ oQ oQ BoQ joQ |oQ }oQ ~oQ oQ oQ oQ oQ 
pQ pQ ZpQ [pQ |pQ }pQ pQ pQ pQ pQ pQ qQ qQ qQ sQ sQ vQ vQ wQ wQ wQ #yQ $yQ yQ yQ {Q {Q +{Q |Q |Q ~Q ~Q Q [Q Q Q iQ jQ OQ dQ ՁQ ցQ Q Q 
Q Q Q Q Q Q #Q +Q 7Q 8Q =Q DQ IQ JQ OQ VQ bQ cQ kQ sQ xQ yQ Q Q Q Q Q Q Q Q Q Q ƂQ ǂQ ȂQ ɂQ jQ kQ Q ÄQ XQ YQ Q Q pQ |Q Q Q Q Q FQ GQ Q ZQ [Q cQ dQ Q ?Q @Q ڎQ _Q iQ Q Q ђQ ޒQ Q Q Q Q 'Q 8Q IQ ZQ [Q nQ Q Q Q Q Q Q Q Q Q Q Q ޘQ ߘQ Q ÙQ Q HQ IQ Q ֚Q Q 3Q 4Q }Q ͛Q <Q =Q dQ tQ Q Q Q Q Q ǞQ Q Q Q Q =Q oQ pQ rQ sQ tQ }Q Q ȟQ Q Q TQ |Q Q Q ʠQ Q IQ JQ KQ \Q Q Q Q Q ¡Q áQ ͡Q ءQ Q Q Q  Q NQ sQ tQ uQ wQ xQ yQ Q Q ͢Q Q Q _Q Q 	Q rQ Q Q Q Q Q Q Q Q Q Q Q Q Q 0Q VQ WQ XQ YQ [Q \Q ]Q fQ Q Q إQ Q CQ gQ Q VQ fQ gQ hQ yQ Q Q Q Q Q Q ˧Q Q Q Q Q AQ hQ iQ jQ kQ mQ nQ oQ xQ Q èQ Q Q WQ wQ Q Q Q Q Q Q 
Q Q Q #Q VQ `Q jQ kQ Q êQ ĪQ ŪQ ǪQ ȪQ ɪQ ҪQ Q Q DQ rQ Q Q ޫQ Q ^Q _Q pQ ~Q Q Q Q ׬Q Q Q Q )Q 3Q 4Q ]Q ^Q _Q aQ xQ yQ Q Q Q Q ծQ Q Q Q ίQ  Q Q Q Q Q Q 5Q Q Q Q ]Q Q ̲Q Q bQ Q Q ³Q ͳQ  Q 
Q Q Q =Q ]Q pQ Q Q Q Q ´Q ôQ ̴Q 7Q JQ wQ xQ yQ Q Q Q ƵQ ǵQ ݵQ Q Q Q Q Q ;Q NQ aQ tQ Q Q Q Q Q Q Q Q Q Q %Q VQ ]Q fQ gQ }Q Q Q Q Q Q Q Q Q Q Q Q ߷Q Q Q Q +Q ,Q -Q .Q 7Q tQ Q )Q Q Q Q Q #Q Q Q Q Q Q Q #Q 5Q OQ iQ yQ Q Q Q ʻQ ߻Q Q Q %Q 5Q OQ iQ jQ kQ lQ Q Q ټQ Q Q  Q Q Q Q vQ Q Q Q Q +Q uQ |Q Q Q Q Q Q ʾQ Q Q Q (Q BQ JQ _Q tQ Q Q Q ʿQ Q Q Q  Q Q )Q AQ TQ gQ zQ Q Q Q Q Q Q <Q Q Q jQ kQ lQ mQ ~Q Q Q Q Q 8Q KQ ^Q qQ rQ sQ tQ }Q 'Q OQ Q Q yQ zQ {Q |Q Q Q Q 	Q 
Q /Q BQ UQ hQ {Q |Q }Q ~Q Q \Q Q Q Q Q Q Q Q Q Q Q &Q 'Q /Q DQ YQ kQ Q Q Q Q Q Q  Q Q 'Q AQ [Q kQ Q Q Q Q Q Q Q Q /Q 0Q CQ VQ iQ |Q Q Q Q Q Q TQ Q Q Q Q DQ EQ FQ WQ Q =Q DQ MQ NQ VQ kQ Q Q Q Q Q Q Q  Q 1Q KQ SQ hQ }Q Q Q Q Q Q Q Q .Q HQ IQ JQ KQ sQ tQ Q Q Q Q Q Q Q Q Q Q Q [Q Q Q 4Q Q Q ZQ Q ZQ [Q bQ Q Q Q 7Q cQ Q Q Q Q OQ PQ aQ Q Q Q Q Q Q Q Q Q )Q CQ TQ nQ Q Q Q Q Q Q Q Q %Q 7Q QQ kQ |Q Q Q Q Q Q Q Q Q 	Q 1Q 2Q EQ XQ kQ ~Q Q Q Q Q Q [Q UQ Q 3Q @Q Q $Q Q WQ ^Q Q Q Q Q Q 7Q VQ Q Q Q Q Q Q Q Q Q Q +Q =Q OQ fQ }Q Q Q Q Q Q Q Q "Q #Q +Q =Q OQ aQ sQ Q Q Q Q Q Q Q Q /Q FQ GQ HQ IQ qQ rQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q *Q Q Q Q iQ Q 1Q YQ Q Q Q jQ kQ Q Q 
Q )Q iQ Q Q Q Q Q Q ;Q <Q `Q aQ fQ hQ iQ jQ sQ Q Q Q Q Q 	Q +Q MQ oQ Q Q Q Q Q Q Q Q Q MQ Q Q 3Q uQ Q Q +Q zQ Q Q "Q Q Q Q Q NQ OQ Q Q Q Q ZQ Q Q Q _Q Q Q Q Q Q Q Q Q :Q ;Q NQ aQ tQ Q Q Q Q Q Q Q 6Q dQ Q Q Q Q Q Q Q Q =Q >Q QQ dQ wQ Q Q Q Q Q Q Q \Q ]Q nQ oQ pQ Q Q Q Q Q Q Q Q Q Q  R 4 R  R  R  R  R  R  R  R R R -R @R BR CR DR MR qR R R R R R R R R SR TR {R |R R R R R R SR R R R SR R R .R R R R R R R R R R 
R R 0R CR VR iR kR R R R R +	R =	R u	R 	R 	R 	R 	R  
R -
R 4
R <
R =
R S
R c
R d
R e
R f
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R mR R R R R R :R ER dR R R R R R R R 
R %
R -
R .
R ^
R u
R v
R w
R x
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R iR R R R R #R BR mR R R R R R R R R R R 1R DR WR jR lR mR nR wR R #R R R R R FR QR pR R R R R R R R R  R GR HR R :R lR mR R R MR NR R R hR iR R R R [R R R R R R R  R R R R  R R R 
R R ;R KR ^R R R R R FR R R R kR R R > R u R  R  R  R  R  R 
!R !R !!R "!R #!R $!R %!R &!R '!R (!R )!R =!R D!R I!R Y!R Z!R i!R j!R k!R w!R x!R y!R z!R !R !R !R !R !R !R !R !R !R H"R I"R N"R {"R "R "R "R "R #R #R X#R Y#R ^#R #R #R #R #R #R #R #R $R $R $R F$R K$R q$R r$R s$R }$R $R $R $R $R $R $R $R $R $R $R $R %R %R %R %R &%R 2%R 3%R >%R B%R I%R P%R Q%R R%R S%R T%R U%R V%R W%R X%R Y%R Z%R [%R \%R ]%R ^%R _%R t%R '&R (&R )&R B&R C&R \&R m&R n&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 9'R :'R H'R I'R J'R K'R X'R j'R 1(R 2(R $)R %)R )R )R +R +R =+R +R +R +R +R +R @,R A,R T,R y,R z,R ,R ,R ,R ,R ,R -R -R e.R f.R S/R T/R I0R J0R V0R 0R 41R 1R 2R t2R 2R 2R 3R 3R V4R W4R 4R 4R 4R 4R -6R .6R ?6R ]7R 7R 7R 
8R #8R ?8R Y8R Z8R c9R d9R ;R ;R b;R c;R ;R ;R ;R ;R ;R '<R =<R o<R p<R <R <R <R =R l=R m=R =R =R 0>R >R O?R P?R ?R ?R ?R =@R >@R @R @R ;BR <BR CR CR aDR bDR /ER 0ER JER [ER FR FR HR 
HR HR HR IR IR IR JR JR 'JR (JR )JR 2JR @JR MJR NJR OJR PJR QJR RJR VJR WJR XJR YJR rJR tJR zJR {JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR KR KR KR 	KR #KR %KR *KR +KR :KR <KR BKR CKR QKR SKR YKR ZKR mKR oKR tKR uKR |KR KR KR KR KR KR KR ~MR MR MR MR MR !NR ;NR oNR NR NR NR NR OR JOR ]OR OR OR OR PR 5PR OPR _PR PR PR PR PR PR PR QR RR RR +RR QRR `RR sRR tRR RR RR RR RR RR  SR SR SR OSR PSR QSR SR SR SR SR SR SR DTR ETR OTR ZTR TR TR TR TR TR TR TR TR UR )UR ?UR AUR XUR YUR bUR UR UR UR UR UR UR UR UR UR UR UR VR $VR %VR &VR MVR NVR OVR PVR QVR RVR [VR |VR }VR VR VR VR VR VR VR WR WR 4WR IWR cWR dWR yWR zWR WR WR WR WR WR WR WR WR WR WR WR XR XR XR XR 9XR UXR VXR kXR lXR }XR XR XR XR XR XR XR XR XR XR XR #YR $YR YR YR YR YR ZR 
ZR ZR ZR /ZR ZR ZR [R [R [R [R O[R Y[R c[R d[R [R [R [R [R [R [R \R \R \R \R \R \R ;]R ]R ]R ]R ]R &^R '^R H^R I^R J^R K^R L^R M^R V^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 2aR gaR aR aR bR bR bR bR bR bR cR cR cR cR  cR *cR /cR 0cR ;cR @cR AcR KcR PcR QcR RcR pcR ~cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR 
dR dR dR dR dR )dR .dR /dR :dR ?dR @dR JdR OdR PdR QdR sdR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR eR eR eR 'eR ,eR -eR 7eR <eR =eR HeR MeR NeR XeR ]eR ^eR _eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR fR $fR 4fR 5fR @fR EfR FfR PfR UfR VfR afR ffR gfR qfR vfR wfR xfR fR -gR OgR ]gR mgR ngR ygR ~gR gR gR gR gR gR gR gR gR gR gR gR gR gR gR gR hR hR hR hR hR hR #hR (hR )hR 3hR 8hR 9hR :hR ghR uhR hR hR hR hR hR hR hR hR hR hR hR hR hR hR hR hR iR iR iR #iR (iR )iR 3iR 8iR 9iR DiR IiR JiR TiR YiR ZiR [iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR OjR PjR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR  kR kR kR kR *kR /kR 0kR :kR ?kR @kR KkR PkR QkR [kR `kR akR bkR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR lR lR )lR *lR 5lR :lR ;lR ElR JlR KlR VlR [lR \lR flR klR llR mlR lR lR lR lR lR PmR QmR ^mR _mR `mR mR nR 	nR =nR OnR PnR ZnR enR nR nR nR nR nR oR oR oR /oR 0oR 9oR oR oR oR oR oR \pR pR pR pR pR pR pR 
qR qR qR pqR qR qR qR qR qR rR @rR ArR BrR CrR DrR MrR rR rR rR DsR OsR ksR sR sR sR sR sR sR sR tR tR tR tR tR PuR QuR uR uR uR uR vR vR vR vR vR vR vR vR wR LwR ^wR pwR qwR rwR swR |wR wR wR wR wR xR xR xR yR 'yR HyR nyR yR yR yR yR yR yR 5zR zR zR ${R g{R h{R i{R j{R {R {R |R |R K|R ]|R ^|R h|R s|R |R |R |R |R |R 	}R }R }R }R }R '}R }R }R }R }R }R }R ~R ~R -~R x~R y~R z~R {~R ~R AR eR R R 2R ?R jR kR |R R ÆR R R R R ʈR 0R 1R R R R R R R R 	R R R tR uR 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 4R 5R =R DR IR JR RR YR eR fR gR hR 	R 
R aR bR R R R R R R R R NR OR R R 8R R R R R TR ޛR ߛR yR R R NR OR pR }R R R R R ƠR נR R R R 
R  R 7R NR OR ZR R R (R )R R R }R ~R QR bR R R R GR uR R ҨR ӨR R lR ۩R ܩR R R  R LR PR QR [R fR R R R R ܬR R R R R R R [R gR R R R R &R _R iR R R R R R 2R 3R 4R 5R aR bR lR wR R R R R R R R R R R R !R `R lR R R R "R R R !R "R #R 4R BR CR DR NR YR R R R R ϲR R R R R R R R R DR PR wR R R R R R R R R R &R 'R (R )R UR _R jR R R R R R R R 	R 
R R 
R R R VR bR R R R R NR R R R R R R R R ·R R R 	R 
R 8R bR cR dR fR gR hR qR R R R R 1R `R }R R R R R R R R YR vR R R R ȺR ҺR ӺR R R R  R R R !R #R $R 5R tR R [R \R mR R R R R R R ԽR R R R R 3R kR R R VR WR aR lR R R R R R R R "R 5R HR JR aR bR kR R R R R R )R VR ]R eR fR |R R R R R R R R  R R &R 'R (R )R 2R UR R R R R R R R R R R ,R -R .R /R 0R 1R 2R 3R 4R 5R ]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 2R LR TR iR ~R R R R R R R 	R 
R R 3R SR xR R R R R R R R CR R R R R R R $R %R -R BR WR iR R R R R R R R R %R ?R YR iR R R R R R R R R R R ,R -R .R /R 8R R R "R kR 	R 
R R R R pR qR R R R R R R R R R R R R 1R zR R R R R ,R R R R R R R R R R R R R &R R "R fR R NR OR PR aR R R R R R R R R 
R $R >R NR hR R R R R R R R 
R $R >R ?R @R AR RR R R R R R R R R .R /R 0R 1R :R R SR R R 6R R R R R `R R R R R R 
R R 4R FR `R zR R R R R R R R R 1R CR ]R wR R R R R R R R R R R &R 9R LR _R rR sR tR uR ~R BR R R MR R R IR R R R R R R @R R R R R 6R bR R R R R  R DR KR TR UR ]R rR R R R R R R 
R 'R 8R RR cR }R R R R R R R 
R R 5R OR `R zR R R R R R R R R R 
R R 0R 1R 2R 3R <R R R \R R R LR R ?R R R =R \R {R R R R R 6R 7R 8R IR R R R R R R R R R R R 3R DR [R rR R R R R R R R R  R R )R @R WR hR R R R R R R R R R R R $R 7R JR ]R pR rR sR tR }R R WR )R R %R _R R R &R DR vR R R R R eR fR mR 	R 
R JR R R R R 'R FR eR R R R R R R  R R R R 	R R R AR cR R R R R R  S 0 S E S F S W S  S  S  S  S  S  S S S S S KS S S S nS oS S hS iS (S )S S S %S S S S S 0S hS S S S	S T	S ^	S i	S 	S 	S 	S 	S 	S 	S 	S  
S 
S &
S (
S )
S *
S 3
S {
S 
S 
S S !S ;S rS S S S S S S S S S S )S +S ,S -S 6S TS xS S S 

S 
S 
S 7
S 8
S K
S ^
S q
S 
S 
S 
S 
S 
S 
S 
S VS WS hS iS jS S S S S S S S S S S S S  S !S 2S 3S 4S 5S fS S S S S LS DS ES yS S S *S oS S S 7S ~S S "S #S $S .S 9S lS vS S S S S S S S S 
S  S !S *S S S S S S KS S S S S S S S S S S S S -S .S AS TS gS zS |S }S S S S S 'S XS uS S S S S S S 1S WS vS wS xS S S S S S S S S S S ?S @S SS fS yS S S S S S S 0S jS |S S S S S NS RS SS TS US fS S S S S S S S 	S S S 
S S S S 4S gS S S S S  S : S | S } S ~ S  S  S  S  S  S  S  S "!S !S "S "S E"S "S "S "S #S #S $S $S ]$S ^$S $S $S )%S *%S b%S 4'S a'S b'S 'S Q(S (S (S (S s)S t)S )S )S )S )S )S %*S &*S l*S +S +S ,S t,S ,S 
-S F-S -S -S .S v.S w.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 C/S O/S P/S U/S /S /S /S /S /S 0S 0S d0S e0S j0S 0S 0S 0S 0S 0S )1S -1S G1S H1S M1S 1S 1S 1S 1S 1S 1S 1S 2S 2S 2S 2S k2S p2S |2S }2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 3S 3S 3S 3S 3S 3S 3S 4S 
4S !4S #4S $4S %4S &4S '4S /4S 54S 64S ?4S C4S D4S W4S c4S d4S e4S f4S g4S y4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 	5S 5S 5S 6S 6S 7S 7S 8S 8S 8S 59S B9S 9S 9S 9S 9S 9S 9S :S :S *:S j:S k:S l:S y:S :S H;S <S <S <S <S =S =S =S x>S >S D?S ?S @S z@S {@S :AS AS AS AS 4BS RBS SBS fBS CS CS CS DS ES ES ES ES ES ES ES GS GS HS HS IS IS MIS YIS hIS tIS uIS IS IS JS JS  JS iJS nJS JS KS KS (KS KS KS )LS LS LS @MS MS MS MS MS NS NS OS OS IQS JQS  RS RS RS RS RS RS SS dTS US US *VS +VS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS XS XS XS XS 3XS 5XS :XS ;XS IXS KXS QXS RXS eXS gXS mXS nXS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS YS YS YS YS YS  YS ;YS <YS =YS >YS ?YS [S [S *[S r[S [S [S [S \S !\S U\S i\S \S \S \S \S 0]S N]S ]S ]S ]S ]S ]S 2^S Q^S ^S ^S ^S ^S ^S _S _S _S _S _S `S `S ,`S _`S ``S ~`S `S `S `S `S `S `S `S $aS :aS PaS faS |aS }aS aS aS aS aS ,bS 6bS @bS AbS hbS bS bS bS bS bS bS bS bS bS cS #cS $cS 8cS 9cS ]cS ycS zcS cS cS cS cS cS cS cS cS cS cS cS cS cS cS cS dS dS 0dS 1dS KdS gdS hdS zdS dS dS dS dS eS eS eS eS *eS JeS KeS LeS seS teS ueS veS weS xeS eS eS eS eS eS eS eS eS 
fS fS fS <fS =fS >fS kfS lfS mfS nfS ofS pfS yfS fS fS xgS ygS zgS gS gS gS gS gS gS [hS hS hS hS hS hS hS hS iS iS $iS QiS giS iiS iS iS iS <jS =jS yjS zjS jS jS kS  kS 1kS kS kS kS kS kS kS kS kS kS kS PlS QlS blS lS lS lS lS lS lS lS UmS VmS mS mS mS mS mS mS "nS 9nS QnS hnS nS nS nS oS LoS MoS 7pS 8pS OpS dpS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS qS qS -qS .qS 9qS >qS ?qS IqS NqS OqS ZqS _qS `qS jqS oqS pqS qqS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS rS  rS 0rS 1rS <rS ArS BrS LrS QrS RrS ]rS brS crS mrS rrS srS trS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS :sS HsS XsS YsS dsS isS jsS tsS ysS zsS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS  tS tS tS tS tS tS tS tS tS tS tS uS 
uS uS uS uS (uS -uS .uS 9uS >uS ?uS IuS NuS OuS PuS wuS uS uS uS uS uS uS uS uS uS uS uS uS uS uS uS uS vS vS $vS %vS 0vS 5vS 6vS @vS EvS FvS QvS VvS WvS avS fvS gvS hvS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS  wS .wS >wS ?wS JwS OwS PwS ZwS _wS `wS kwS pwS qwS {wS wS wS wS wS wS xS ,xS <xS =xS HxS MxS NxS XxS ]xS ^xS ixS nxS oxS yxS ~xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS  yS yS -yS ;yS KyS LyS WyS \yS ]yS gyS lyS myS xyS }yS ~yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS zS 
zS zS zS 0zS PzS uzS zS zS zS zS zS zS zS "{S {S {S {S {S {S {S |S 7|S A|S K|S L|S |S |S |S |S |S |S |S ,}S -}S M}S N}S }S }S 1~S V~S f~S w~S ~S ~S ~S ~S ~S S (S AS ZS S S S S S S S S S 4S 5S S S S 
S #S =S RS jS kS lS }S 4S 5S 6S 7S `S S S $S 6S HS IS 8S 9S CS NS S S S S S S S S S S S S `S aS pS S S S 8S S ƆS S 
S *S LS MS qS rS S ԇS *S S ÈS S S S 	S /S 0S S S S S S S S ES OS YS ZS S S S S S S ƊS 'S (S HS IS S S S S ̋S S S S S JS S S 9S :S ёS ޑS 	S 
S S aS bS "S #S VS WS iS ϗS ЗS 6S 7S LS S 9S <S S S S S S S #S 5S HS IS NS VS [S \S aS iS uS vS {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 TS US S S 6S 7S S S S S פS S S S S S }S ~S S S S S S S S )S 6S CS TS eS vS S S S S S ֮S S S S )S *S ǰS ȰS IS JS S S S S 6S S S S S AS qS rS S S zS {S S S S S S S S S 8S BS LS MS {S S S S S S S S S -S TS S S ŻS S S -S S S S S ѼS ҼS ӼS ԼS  S S S S IS SS ]S ^S S S S S S S S S S S 2S ]S S S GS S S S ¿S ӿS S S S S S +S 5S ?S @S nS S S S S S S S S S S S AS S S +S S S S S S S S S S S S 	S <S FS PS QS S S S S S S S S S S S (S VS S S S )S *S +S <S JS KS LS VS aS S S S S S S S S S S S S OS [S S S S S S SS S S S S S S S S S *S ]S gS qS rS S S S S S S S S S S S IS S S S >S ?S @S AS BS CS sS $S %S YS S S 
S QS S S S  S S >S HS RS SS {S S S S S S S  S S 
S uS S S S S S S S S S S +S ,S -S .S VS yS S S S S S S S S S "S PS QS RS cS S S S S S S S S S S S S S S S S S S CS VS iS jS kS lS uS S TS gS MS NS OS PS aS S %S .S /S 7S LS aS sS S S S S S S S S /S IS cS sS S S S S S S S S *S =S >S ?S @S IS S S VS WS XS iS S S S S S S S S "S <S LS fS S S S S S S S S "S <S =S >S ?S gS S S S S S S S S S ]S zS S 
S S S S S S S S 8S QS vS S S S S S S S eS S S S S S S S S S S GS HS mS S S S S S S S S S S S NS S S S  S SS TS [S dS eS mS S S S S S S S !S )S >S SS eS S S S S S S S S S DS ES mS nS S S S S S S S S S S S .S BS S S S S S S {S S S S S S S S S S S *S DS ^S oS S S S S S S S S 'S AS [S lS S S S S S S S S S S S S S S S S 8S S S S rS S =S S BS S S S S .S ES uS S S S -S YS S S S S S S S S S &S ;S MS gS S S S S S S S S $S 9S NS cS uS S S S S S S S *S DS ES FS GS oS pS S S S S S S S S S S S S qS ~S S bS S S S S S S ?S VS uS S S S S S ,S 3S <S =S ES WS iS {S S S S S S S S "S 8S IS `S aS iS {S S S S S S S S S 5S FS \S mS S S S S S S S S S S  T  T  T  T  T .T T T FT T T IT hT T T T T PT oT T 	T 	T 	T 
T 
T 
T )T HT gT T T T T #T $T 5T yT zT T T T T T T T T T 
T $
T F
T G
T i
T 
T 
T 
T 
T 
T 
T )T NT OT PT QT T ;T =T qT T T "T iT T 
T T `T T T T T T T T !T "T VT T T T NT T T T T T ;T ET OT PT xT yT T T T T T T T T T =T tT T T T T ?T @T QT RT S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 0T NT rT T T T T 	T 1T 2T ET XT kT ~T T T T T T 2T T T T T T T T T T T T T T T  T Z T  T  T !T O!T !T !T "T l"T "T "T "T "T "T #T #T #T  #T H#T I#T n#T #T #T #T #T #T #T #T 8$T i$T {$T $T $T $T ,%T -%T >%T k%T r%T z%T {%T %T %T %T %T %T %T %T %T %T &T &T &T &T 2&T 3&T <&T &T &T &T 'T -'T @'T x'T 'T 'T 'T 'T 'T (T (T (T ((T \(T c(T k(T l(T (T (T (T (T (T (T (T (T )T )T +)T -)T .)T /)T 8)T )T )T 	*T *T V*T a*T *T *T *T *T *T *T *T +T 2+T 3+T [+T \+T o+T +T +T +T +T +T +T +T $,T a,T ,T -T 7-T I-T -T -T -T -T .T .T .T ..T [.T \.T ].T ^.T .T .T .T x/T /T /T /T P0T 0T 0T 0T ;1T 1T 1T 1T 1T 62T 2T 2T 2T 3T 4T  5T 5T >5T 5T *6T +6T ^6T 7T 7T H7T ]7T y7T 7T 7T 7T 7T 8T U9T 9T 9T :T P:T :T :T =;T |;T ;T <T <T !<T -<T <<T H<T [<T _<T `<T a<T b<T c<T d<T e<T f<T g<T {<T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T +=T 0=T =T =T =T =T =T >T >T 	>T @>T D>T >T >T >T >T >T >T >T >T $?T )?T P?T Q?T V?T ?T ?T ?T ?T ?T ?T 
@T @T @T @T @T )@T *@T -@T 6@T 7@T 8@T I@T N@T V@T ]@T d@T p@T q@T |@T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T eAT fAT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT BT BT BT BT BT BT 1BT 2BT =BT JBT KBT UBT bBT cBT dBT eBT fBT gBT hBT iBT vBT wBT BT BT BT BT BT BT nCT oCT aDT bDT 9ET :ET QFT ZFT zFT FT FT (GT )GT 5GT }GT ~GT GT GT GT GT HT 	HT 
HT HT OHT HT IT IT JT JT KT KT KT LT qLT LT HMT MT NT NT NT 3OT OT OT OT OT OT PT jQT kQT |QT RT RT %ST GST `ST |ST ST ST TT TT @VT AVT VT VT VT VT WT WT WT dWT zWT WT WT WT XT XT KXT XT XT XT 0YT mYT YT ZT ZT ZT .[T /[T z[T {[T \T  \T x]T y]T ^T ^T _T _T l`T m`T `T `T HaT bT IcT JcT cT cT 4eT 8eT 9eT OeT PeT deT eeT feT oeT }eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT fT fT fT fT !fT #fT (fT )fT >fT @fT EfT FfT `fT bfT gfT hfT wfT yfT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT hT hT hT iT *iT ^iT xiT iT iT iT jT ;jT SjT jT jT jT jT  kT >kT rkT kT kT kT kT #lT $lT %lT &lT HlT QmT RmT hmT mT mT mT mT mT mT mT nT *nT =nT >nT \nT nT nT nT nT nT nT oT oT oT oT oT oT oT oT oT oT oT pT #pT $pT :pT PpT fpT |pT ~pT pT pT pT pT pT pT pT pT qT qT -qT .qT /qT 0qT AqT aqT bqT cqT qT qT qT qT qT qT qT qT qT qT qT qT rT rT rT CrT \rT qrT rT rT rT rT rT rT rT rT rT sT sT sT sT sT sT sT >sT ?sT SsT TsT vsT sT sT sT sT sT sT sT sT 	tT 
tT tT tT 
tT tT tT `tT atT uT uT uT )uT IuT JuT KuT LuT luT uT -vT CvT DvT NvT YvT vT vT vT vT vT vT wT wT 8wT 9wT BwT wT wT xT xT 'xT xxT xT xT xT  yT cyT dyT yT yT yT yT yT yT yT yT yT  zT !zT "zT #zT $zT %zT &zT SzT zT zT 5{T @{T J{T U{T _{T `{T {T {T {T |T 3|T 4|T o|T |T |T |T }T }T }T ~T -~T ;~T K~T L~T W~T \~T ]~T g~T l~T m~T x~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 JT KT VT [T \T fT kT lT w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 HT XT YT dT iT jT tT yT zT T T T T T T T ؀T T T T T T T T T T #T (T )T 3T 8T 9T :T ST aT qT rT }T T T T T T T T T T T T T !T jT T T T T T T T ƂT ˂T ̂T ׂT ܂T ݂T T T T T T #T 3T 4T ?T DT ET OT TT UT `T eT fT pT uT vT wT T T T ÃT ΃T ӃT ԃT ރT T T T T T T T T T 6T DT TT UT `T eT fT pT uT vT 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 KT [T \T gT lT mT wT |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 HT VT fT gT rT wT xT T T T T T T T T T T ·T T T 6T 7T T T T T T T ET FT zT T T T T ՉT ߉T T T T AT ST UT lT mT vT ʊT ˊT T T :T T ϋT T T T %T &T JT KT \T T ƌT ߌT T 'T (T NT }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 3T 4T ZT T T T T T T T T T T T WT XT ֓T DT dT T T ȔT T T T T !T rT ȕT #T aT T T T T ͖T ΖT ST TT T T T T T T T T T T FT XT YT ZT [T dT ŘT ƘT T T 6T 7T XT YT jT T T T T T ~T T לT ؜T oT |T T T T T  T T T T T T mT nT ԧT էT T 7T רT ڨT ET FT +T @T T T T ӪT T T T T T T T T T T T  T %T &T +T 2T >T ?T GT OT TT UT ]T eT qT rT zT T T T T T T T T T FT GT T T 4T 5T T T LT XT ԰T հT T T "T #T uT 6T 7T ?T @T T T T T ;T ET T T T T ǻT ԻT T T T T %T 6T 7T JT ]T tT T T T ǽT ȽT eT fT T T T T T T T $T %T T T T T T YT T T T @T PT ]T T T T T T T T T T T KT LT NT OT PT YT T T T T 0T XT cT T T T %T &T 'T 8T oT pT qT rT T T T T T T T T *T OT PT QT ST TT UT ^T T T T T ;T _T T NT ^T _T `T qT T T T T T T T T T T 2T 3T 4T 5T 7T 8T 9T BT T T T T T CT T 2T BT CT DT UT cT dT eT fT T T T T T T T T DT ET FT GT IT JT KT TT T T T T 3T ST T T T T T T T T T T 2T <T FT GT uT T T T T T T T T T  T NT nT T T T :T ;T LT ZT [T \T T T T T T T T T 9T :T ;T =T TT UT ^T `T aT rT T T T T T T T T T T T T T T T 9T pT T T >T T T T T T T T T T 9T LT _T rT T T T T T T &T ST TT UT fT T T T T T T T T T T T *T =T PT cT dT eT fT oT T T T T T T 2T 9T BT CT YT iT jT kT lT mT nT oT pT qT rT T T T T T T T 	T 
T T PT T T T T T T T T T T T T T T T +T ET UT oT T T T T T T T T +T ET FT GT HT pT T T T T T T T T RT T T T T T QT XT aT bT jT T T T T T T T T &T ;T PT bT |T T T T T T T T T T 0T CT VT iT jT kT lT uT T T _T T FT GT HT IT ZT T T T T T 'T :T MT NT OT PT YT T +T nT T UT VT WT XT iT T T T T T T 1T DT WT XT YT ZT cT 8T _T T T T T T T T T T T T T  T 5T GT aT {T T T T T T T T T 7T GT aT {T |T }T ~T T T T T T T 2T ET XT kT lT mT nT wT 0T T T T sT  T !T "T 3T T T  T )T *T 2T GT \T qT T T T T T T 
T 'T /T DT YT nT T T T T T T 
T $T %T &T 'T OT PT cT vT T T T T T T T T T 7T T T T T T 6T T 6T 7T >T }T T T  U ? U s U  U  U  U +U ,U =U U U U U U U U U U U U 0U JU dU uU U U U U U U U U -U GU XU rU U U U U U U U U 
U U !U 4U GU ZU mU nU oU pU yU 7U 1U U U U U  U |U 3	U :	U z	U 	U 	U 	U 	U 
U 2
U s
U t
U u
U 
U 
U 
U 
U 
U 
U 
U U U +U BU YU pU U U U U U U U U U U +U =U OU fU }U U U U U U U 
U "
U #
U $
U %
U M
U N
U a
U t
U 
U 
U 
U 
U 
U 
U 
U U U fU U bU U U U cU U U EU U 
U 5U U U U FU GU U U U U EU dU U U U U U U U <U =U BU DU EU FU OU \U ~U U U U U U )U KU mU U U U U U U U U )U U U U QU U U U VU U U U  U  U e!U f!U *"U +"U b"U "U "U "U 6#U m#U #U #U ;$U $U $U $U $U $U $U $U $U %U %U *%U =%U P%U c%U e%U f%U g%U p%U %U %U &U @&U ^&U x&U &U &U &U &U &U &U 'U 'U -'U @'U S'U f'U h'U i'U j'U s'U 'U 'U 8(U 9(U J(U K(U L(U t(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 M*U *U ]+U ^+U o+U p+U q+U r+U +U /,U 0,U W,U X,U ,U -U -U -U -U /.U g.U .U .U //U t/U /U 
0U _0U `0U a0U k0U v0U 0U 0U 0U 0U 0U 0U 1U 1U 21U E1U G1U ]1U ^1U g1U 1U 2U 2U Q2U \2U 2U 2U 2U 2U 	3U 3U 3U 3U /3U ?3U @3U A3U B3U j3U k3U ~3U 3U 3U 3U 3U 3U 3U 3U 3U I4U d4U 4U 4U 4U 4U 5U !5U @5U \5U n5U 5U 5U 5U 5U 5U 5U 6U 	6U 
6U :6U Q6U R6U S6U T6U |6U }6U 6U 6U 6U 6U 6U 6U 6U 6U E7U m7U 7U 7U 7U 7U 8U I8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 
9U  9U 39U F9U H9U I9U J9U S9U 9U 9U q:U :U :U :U ";U -;U L;U w;U ;U ;U ;U ;U ;U ;U ;U ;U #<U $<U _<U =U H=U I=U =U =U )>U *>U \>U >U D?U E?U ?U ?U ?U 7@U f@U g@U @U qBU BU BU BU CU CU CU CU DU DU DU DU EU 'EU :EU bEU cEU EU FU "GU [GU GU GU GHU HU HU IU QIU IU IU IU IU IU IU IU IU IU IU  JU JU JU JU JU JU JU  JU %JU 5JU 6JU EJU FJU GJU SJU TJU UJU VJU aJU eJU xJU JU JU JU JU JU JU $KU %KU *KU WKU \KU KU KU KU KU KU 4LU 5LU :LU fLU jLU LU LU LU LU LU LU LU LU "MU 'MU MMU NMU OMU YMU MU MU MU MU MU MU MU MU MU MU MU MU MU MU MU NU NU NU NU NU %NU ,NU -NU .NU /NU 0NU 1NU 2NU 3NU 4NU 5NU 6NU 7NU 8NU 9NU :NU ;NU PNU OU OU OU OU 7OU HOU IOU ]OU _OU `OU aOU bOU cOU kOU qOU rOU {OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU  PU PU PU PU PU PU PU PU PU PU #PU $PU %PU &PU 3PU EPU QU 
QU QU  RU RU RU SU SU TU qTU ~TU TU TU TU UU UU /UU TUU UUU fUU UU UU UU UU UU VU @WU AWU .XU /XU $YU %YU 1YU YU ZU ZU ZU O[U [U [U v\U \U 1]U 2]U p]U ]U ]U ]U _U 	_U _U 8`U Z`U `U `U `U aU 4aU 5aU >bU ?bU cU cU =dU >dU dU dU dU dU dU eU eU JeU KeU \eU eU eU eU GfU HfU dfU fU gU egU *hU +hU |hU hU hU iU iU iU iU kU kU lU lU <mU =mU 
nU nU %nU 6nU nU oU pU pU fqU gqU rU rU rU rU rU sU sU sU 
sU sU (sU )sU *sU +sU ,sU -sU 1sU 2sU 3sU 4sU MsU OsU UsU VsU osU qsU vsU wsU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU  tU tU tU tU tU tU tU ,tU .tU 4tU 5tU HtU JtU OtU PtU WtU \tU wtU xtU ytU ztU {tU YvU ZvU fvU vU vU vU wU JwU ]wU wU wU wU wU %xU 8xU lxU xU xU xU yU *yU :yU nyU yU yU yU yU yU yU zU zU {U ,{U ;{U N{U O{U h{U {U {U {U {U {U {U {U *|U +|U ,|U `|U v|U |U |U |U |U }U  }U *}U 5}U h}U r}U |}U }}U }U }U }U }U }U ~U ~U ~U 3~U 4~U =~U _~U `~U t~U u~U ~U ~U ~U ~U ~U ~U ~U ~U ~U  U U (U )U *U +U ,U -U 6U WU XU lU mU U U U U U U U $U >U ?U TU UU fU U U U U U U U U U U ܀U ݀U U U U 0U 1U FU GU XU xU yU zU 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 4U >U ?U `U U U U քU ׄU U xU yU U U ŅU U [U \U mU U U U #U $U %U &U 'U (U 1U U U U U U U U ÇU ćU U U U ӈU ވU U U U U ^U uU U U щU ҉U 
U BU U U sU tU U U ˋU ًU U U U U U U 
U U U U U &U +U ,U -U KU YU iU jU uU zU {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 NU \U lU mU xU }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 3U 8U 9U :U vU U U U U U U U U U U ƎU ǎU юU ֎U ׎U ؎U U U U U U  U !U +U 0U 1U <U AU BU LU QU RU SU U U *U 8U HU IU TU YU ZU dU iU jU uU zU {U U U U U U U ѐU ҐU ݐU U U U U U U U U U U U U BU PU `U aU lU qU rU |U U U U U U U U U U ԑU U U U U U U U U U U $U %U /U 4U 5U 6U \U jU zU {U U U U U U U U U U U U U U *U +U ZU hU xU yU 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 6U ;U <U =U iU wU 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 1U 6U 7U AU FU GU HU lU U U ԕU ՕU +U ,U 9U :U ;U ^U U U U *U +U 5U @U sU }U U U U ߗU U U 
U U U hU iU U U ؘU 7U mU U U U ÙU ęU U U U KU dU }U U ŚU ƚU U U U U U U (U pU qU U U *U FU _U yU U U U U U pU qU rU sU U +U ,U `U rU U U tU uU U U U ǟU џU ҟU U 'U 9U KU LU MU NU WU U U U U U U tU U U #U IU fU U U U U U U fU U U BU CU DU EU kU lU U U &U 8U 9U CU NU U U U U U U U U U U U cU dU U U ԦU զU U U U SU TU UU VU U U @U uU vU 
U U EU FU WU U U ^U _U U U U U U rU sU U յU uU xU U U ɷU ޷U OU PU _U qU 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 4U @U AU BU CU U U <U =U ҼU ӼU U U U U rU sU )U *U U U U U U U U /U U U TU U U )U *U KU XU eU rU U U U U U U U U U U )U *U 5U eU fU U U U U XU YU ,U =U rU U U "U PU }U U U U GU U U U U U 'U +U ,U 6U AU tU ~U U U U U U U U U U 6U BU iU U U U U :U DU iU U U U U 
U U U U <U =U GU RU U U U U U U U U U U U U ;U GU nU U U U U U U U U U U U U )U 4U gU qU {U |U U U U U U U U U U U +U RU }U U U gU U U U U U U U U U 0U :U EU xU U U U U U U U U U U U U 1U =U dU U U U )U eU fU gU xU U U U U U U U U U U =U >U ?U AU BU CU LU U U U U U ;U XU U U U U U U U 4U QU [U fU U U U U U U U U U U U U U U OU U 6U 7U HU zU {U |U }U ~U U U `U aU U U U FU U U 1U 2U <U GU zU U U U U U U U U #U %U <U =U FU U U U U U U 1U 8U @U AU WU gU hU iU jU U U U U U U U U U 
U 0U ^U U U U U U U U U U U U 	U 
U U U 
U U U U 8U YU ZU U U U U U U U U U U U U U U U ZU aU jU kU sU U U U U U U 
U 'U /U DU YU kU U U U U U U U U U .U SU fU yU zU {U |U U U U U U U U U U U  U U U 2U DU ^U xU U U U U U U  U U 4U DU ^U xU yU zU {U U U U U U U U 	U 
U U U U U FU U U U U U KU LU tU U U U U U U U U U U U U UU U U U U U ZU [U U U U U U U U U U U U U U AU U )U *U +U <U U U U U U U U U U U  V ) V C V ] V e V z 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 jV ~V V V V V V ;V V V V V V V V V !V ;V UV fV V V V V V V V V V 8V RV cV }V V V V V V V V V V V 'V :V MV NV OV PV YV 	V t	V 	V (
V [
V 
V $V yV V ~V V V V 
V j
V 
V 
V 
V V =V iV V V V V V &V /V 0V 8V MV bV wV V V V V V V V -V >V XV `V uV V V V V V V V *V ;V UV fV V V V V V V V V V V V V 
V V V V V 7V V V 'V V V V V V 7V VV {V V V V V V V $V hV oV xV yV V V V V V V V V V 6V MV ^V tV V V V V V V V V V V 2V CV ZV qV V V V V V V V V V V V %V 8V KV MV NV OV XV jV 2V V V  V :V V V  V  V Q V  V !V "V #V @$V A$V H$V %V %V %&V e&V &V &V &V 'V !'V @'V _'V `'V q'V 'V 'V 'V 'V 'V 'V 'V 'V 'V 'V (V >(V `(V (V (V (V (V (V )V  )V !)V 2)V e)V )V )V )V )V )V w+V y+V +V +V &,V ^,V ,V ,V I-V J-V -V C.V D.V /V /V /V /V  0V ]0V ^0V 0V 0V 1V C1V 1V 1V .2V /2V 92V D2V w2V 2V 2V 2V 2V 2V 2V 2V 2V 3V 3V 3V 3V 3V V3V y3V 3V 3V 3V 4V M4V {4V |4V 4V 4V 4V 4V 4V 4V 4V 4V 5V 5V 5V 5V 5V /5V S5V 5V 5V 5V 5V 5V 6V 6V &6V 96V L6V _6V a6V b6V c6V l6V 6V 6V 17V 27V C7V D7V E7V m7V n7V 7V 7V 7V 7V 7V 7V 7V 7V 7V n8V 8V 8V 
9V 9V 9V 9V A9V 9V 9V 9V 9V ':V ;V  ;V T;V ;V ;V <V J<V <V <V =V Y=V =V =V =V =V 	>V >V G>V Q>V [>V \>V >V >V >V >V >V >V >V >V >V ?V t?V ?V ?V ?V ?V &@V h@V i@V z@V @V @V @V @V @V @V @V @V @V AV 	AV AV /AV BAV UAV WAV XAV nAV oAV xAV AV BV 3BV PBV iBV |BV BV BV BV BV CV 2CV QCV RCV SCV dCV CV CV CV CV CV CV CV CV CV DV DV .DV ADV TDV gDV iDV jDV kDV tDV DV EV EEV WEV EV EV EV EV )FV -FV .FV /FV 0FV AFV nFV oFV FV FV FV FV FV FV FV FV FV FV `GV GV HV BHV sHV HV HV HV HV IV WIV XIV YIV jIV IV IV IV IV IV IV IV JV JV JV  KV KV KV KV KV wLV LV LV 8MV 9MV rMV MV NV NV =NV PV <PV =PV zPV ,QV fQV gQV QV NRV ORV RV RV RV RV RV  SV SV GSV TV TV TV OUV UV UV !VV yVV VV VV QWV RWV ]WV iWV xWV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV XV XV XV *XV +XV 0XV gXV lXV XV XV XV XV XV ?YV @YV EYV |YV YV YV YV YV ZV ZV "ZV #ZV (ZV `ZV eZV ZV ZV ZV ZV ZV ZV ZV ZV ZV F[V K[V W[V X[V [[V e[V f[V i[V r[V s[V t[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 1]V =]V >]V ?]V @]V A]V S]V m]V n]V y]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ^V ^V _V _V u`V v`V aV aV aV bV bV dbV ebV qbV bV bV bV bV bV cV DcV EcV FcV ScV cV "dV dV dV eV eV fV fV fV RgV gV hV hV hV TiV UiV jV ojV jV jV kV ,kV -kV @kV lV lV lV mV mV anV nV nV nV nV nV oV oV |qV }qV qV qV 'rV 3rV BrV NrV OrV rV rV rV rV rV CsV HsV sV sV sV tV ltV tV uV uV uV vV jvV kvV vV vV [wV \wV xV xV #zV $zV zV zV {V {V {V {V |V >}V ~V ~V V V pV tV uV 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 AV GV HV ]V _V dV eV zV |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 LV fV V V V V /V CV wV V ÅV օV 
V (V \V zV V ȆV ؆V V +V _V `V aV bV V V V V ʈV وV V V V 9V :V XV fV yV zV V ȉV ɉV ʉV V V *V @V VV WV V V ȊV ӊV V V V V BV _V `V vV V V V V ыV ҋV ۋV V V V V 7V SV TV iV jV kV lV }V V V V ƌV ǌV ȌV ɌV ʌV ˌV ԌV V V 
V V %V AV BV TV V V V V ܍V ݍV V V V $V %V &V MV NV OV PV QV RV [V zV {V V V V ΎV ώV V V V V V V EV FV GV HV IV JV SV V V RV SV TV eV V V V V V 5V iV V V V V ȑV ґV ܑV ݑV V +V AV CV tV uV ~V V V SV TV cV V V V V \V V V V V ÔV ĔV ŔV ƔV ϔV *V +V <V ]V ^V _V `V aV bV V /V 0V qV |V V V V V V V +V BV oV pV V V &V 'V V V )V >V iV wV 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 4V 9V :V DV IV JV KV hV 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 7V <V =V GV LV MV NV vV V V V V V V V V V V ƛV ǛV ћV ֛V כV ؛V V "V 2V 3V >V CV DV NV SV TV _V dV eV oV tV uV 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 QV _V oV pV {V V V V V V V V V V V V V V V V V 
V V V V V  V +V 0V 1V ;V @V AV BV rV V V V V V V V V V V V ßV ͟V ҟV ӟV ԟV V V V V $V )V *V 4V 9V :V EV JV KV UV ZV [V \V ȠV ɠV V V V V "V 'V (V 2V 7V 8V CV HV IV SV XV YV ZV yV V V V V V V V V V ġV ɡV ʡV ԡV ١V ڡV ۡV V V %V &V 1V 6V 7V AV FV GV RV WV XV bV gV hV iV V V V V V V V V âV ĢV ϢV ԢV բV ߢV V V V 
V *V OV rV sV ɣV ʣV ףV أV ٣V V V V V ȤV ɤV ӤV ޤV V V %V &V YV }V V V V V V V V 'V (V vV զV V 0V @V QV aV bV V V V V V V 4V cV dV V V V V V V ƨV V V ^V V ȩV V V V ,V DV EV FV WV V V V V :V ɫV ʫV V V "V #V V V V (V [V eV oV pV V ŭV ׭V V V V V V :V ;V JV [V V V V V V V V V &V 'V KV LV ]V V V _V V V V V V 	V 
V V V ĲV ֲV ײV V V V )V 3V 4V ZV V V V V V V V V "V #V rV sV V V V V V V V $V V ޵V V V V V V V V ;V <V V V 0V 1V CV V V V V &V sV V V V V gV |V V V V V "V #V (V 0V 5V 6V ;V CV OV PV UV \V aV bV gV nV zV {V V V V V V V V V V V V V V V V V V V V V V V pV qV .V /V V V V V V V ^V _V V rV sV {V |V V WV XV V wV V V V V V V V V .V ?V PV aV rV sV V V V V V V V V V V #V $V V V V V V `V aV V V V KV LV V V TV UV |V V V V V V V V V V &V 'V UV V V V V V V V V V .V lV V V V V V aV bV cV tV V V V V V V V V #V -V 7V 8V fV V V V V V V V V V V 7V wV V !V V V V V V V V V V V V V V V HV nV oV pV qV sV tV uV ~V V V V V [V V V nV ~V V V V V V V V V V V V  V *V +V YV V V V V V V V V V V V 0V oV V V V V V V $V %V &V 0V ;V nV xV V V V V V V V V V V )V 5V \V V V V V -V vV wV V V V V V V V V 7V AV KV LV uV vV wV yV V V V V V V V #V V V V V V V V V V MV V V 3V uV V V +V zV V V V V V "V ,V -V UV uV V V V V V V V V OV bV V V V V V V V V V V V V V 0V SV fV yV V V V V V V V V *V +V ,V =V nV uV ~V V V V V V V V V V V V V V V V V 0V CV DV EV FV OV V .V AV 'V (V )V *V ;V V V V 	V V &V ;V MV gV V V V V V V V 	 W # W = W M W g W  W  W  W  W  W  W  W W W W W W #W W W 0W 1W 2W CW W W W W W W W W W W &W @W ZW bW wW W W W W W W W W W W AW YW lW W W W W W W W 7W TW W W W W W W W W W W +W PW cW vW W W W W W ?W gW W W 	W 	W 	W 	W 	W 	W 	W !
W "
W G
W Z
W m
W 
W 
W 
W 
W 
W 
W tW W W (W W W W W -
W .
W 5
W >
W ?
W G
W \
W q
W 
W 
W 
W 
W 
W 
W W W -W ?W YW sW W W W W W W W W W GW HW [W nW W W W W W W W lW W W W W \W ]W ^W oW W UW \W eW fW nW W W W W W W W W 8W IW cW kW W W W W W W W W 5W FW `W aW bW cW W W W W W W W W W W W W W sW W W LW W W rW W rW sW zW W W W OW {W W W W 3W gW hW yW W W W W W W  W W 'W AW [W lW W W W W W W W W (W =W OW iW W W W W W W W W W  W !W IW JW ]W pW W W W W W W W s W m!W !W K"W X"W "W <#W #W o$W v$W $W $W $W %W 0%W O%W n%W %W %W %W %W &W 
&W &W &W &W 1&W C&W U&W g&W ~&W &W &W &W &W &W &W 'W #'W :'W ;'W C'W U'W g'W y'W 'W 'W 'W 'W 'W 'W (W  (W 6(W G(W ^(W _(W `(W a(W (W (W (W (W (W (W (W (W (W (W (W *W *W +W  ,W ,W ,W #-W B-W -W -W -W .W */W I0W q1W 1W 1W 1W 3W 3W 3W 4W "4W A4W 4W 4W 4W 4W 4W 4W 5W S5W T5W x5W y5W ~5W 5W 5W 5W 5W 5W 5W 5W 5W  6W !6W C6W e6W 6W 6W 6W 6W 6W 7W (7W )7W *7W +7W e7W 9W 9W K9W 9W 9W 9W C:W :W :W :W :;W ;W ;W <W <W f=W g=W =W =W =W 0>W r>W >W >W (?W w?W ?W ?W ?W ?W @W @W )@W *@W R@W S@W f@W y@W @W @W @W @W @W @W @W AW NAW |AW AW AW AW BW BW +BW ,BW -BW UBW VBW iBW |BW BW BW BW BW BW BW BW BW tCW uCW CW CW CW CW CW CW CW CW CW CW  DW DW 
DW (DW LDW DW DW DW DW DW EW EW EW 2EW EEW XEW ZEW [EW \EW eEW EW FW FW FW FW FW FW FW FW kGW lGW GW GW GW HW HW HW 4IW kIW IW IW )JW kJW JW JW FKW KW KW KW KW KW KW KW KW KW "LW #LW HLW [LW nLW LW LW LW LW LW MW CMW UMW MW MW MW NW NW NW ENW LNW TNW UNW kNW {NW |NW }NW ~NW NW NW NW NW NW NW NW NW OW 
OW OW OW OW OW OW PW PW RPW ]PW |PW PW PW PW PW PW PW QW 6QW =QW EQW FQW vQW QW QW QW QW QW QW QW QW QW RW RW RW 	RW RW RW RW RW RW 0SW ;SW ZSW SW SW SW SW SW SW SW TW 
TW 5TW 6TW ITW \TW oTW TW TW TW TW TW TW ;UW UW UW VW #VW ^VW iVW VW VW VW VW VW WW 5WW 6WW 7WW 8WW _WW `WW WW RXW XW XW XW *YW eYW fYW YW ZW ZW ZW ZW ZW [W s[W [W [W [W ]W ]W ]W ^W ^W _W _W 8_W _W _W "`W 7`W S`W c`W v`W `W `W `W /bW ^bW bW bW *cW cW cW dW VdW dW dW dW dW eW eW "eW 5eW 9eW :eW ;eW <eW =eW >eW ?eW @eW AeW UeW \eW aeW qeW reW eW eW eW eW eW eW eW eW eW eW eW eW eW eW fW 
fW `fW afW ffW fW fW fW fW fW gW gW pgW qgW vgW gW gW gW gW gW gW hW *hW +hW 0hW ^hW chW hW hW hW hW hW hW hW hW hW iW iW iW iW iW iW #iW (iW 0iW 7iW >iW JiW KiW ViW ZiW aiW hiW iiW jiW kiW liW miW niW oiW piW qiW riW siW tiW uiW viW wiW iW ?jW @jW YjW ZjW sjW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW kW kW kW $kW %kW /kW <kW =kW >kW ?kW @kW AkW BkW CkW PkW QkW _kW `kW akW bkW okW kW HlW IlW ;mW <mW nW nW +oW 4oW ToW oW oW pW pW pW WpW XpW kpW pW pW pW pW pW pW pW )qW qW |rW }rW jsW ksW `tW atW mtW tW KuW uW "vW vW vW vW wW 
xW mxW nxW xW xW xW xW DzW EzW VzW t{W {W {W !|W :|W V|W p|W q|W z}W {}W W W yW zW W W W W W >W TW W W W W W %W W W W 
W GW W fW gW W W 	W TW UW W W RW SW W W xW yW FW GW aW rW "W ܊W #W $W W W W W W )W *W >W ?W @W IW WW dW eW fW gW hW iW mW nW oW pW 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 AW BW QW SW YW ZW hW jW pW qW W W W W W W W W W W W W W W W W 8W RW W W ͒W W W -W aW tW W ƓW W W LW fW vW W ɔW W W W  W "W +W ,W BW hW wW W W W זW ؖW W W W W 6W fW gW hW W W ȗW ޗW W W [W \W fW qW W W W W W W W W *W @W VW XW oW pW yW W W W W ՙW W W W W 	W 
W W ;W <W =W dW eW fW gW hW iW rW W W W W ÚW ߚW W W W 6W KW `W zW {W W W W W ÛW ěW W W W W W W W W W -W .W PW lW mW W W W W W W W W W W W W W :W ;W W W W W #W $W %W &W FW ӞW W W W (W 3W fW pW zW {W W ɟW ߟW W W W W W W W W W RW W W W W =W >W _W `W aW bW cW dW mW ȢW ɢW ڢW W W W W W  W -W ͣW ΣW W W $W /W 9W :W W W ɤW W 
W W IW ~W ĥW ťW W W ǦW ܦW W W %W &W 1W 6W 7W AW FW GW RW WW XW bW gW hW iW W W W W W W W W ƧW ǧW ҧW קW اW W W W W W W $W %W 0W 5W 6W @W EW FW QW VW WW aW fW gW hW W W W W W W W ĨW ɨW ʨW ըW ڨW ۨW W W W W W "W 2W 3W >W CW DW NW SW TW _W dW eW oW tW uW vW W W ЩW ѩW ܩW W W W W W W W W 
W W W W -W ;W KW LW WW \W ]W gW lW mW xW }W ~W W W W W W DW fW tW 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 JW OW PW QW ~W W W W W W W W W W ɬW άW ϬW ٬W ެW ߬W W W W .W /W :W ?W @W JW OW PW [W `W aW kW pW qW rW W W W W ­W ǭW ȭW ҭW ׭W حW W W W W W W W fW gW W W W W W ŮW ƮW ЮW ծW ֮W W W W W W W W W %W 5W 6W AW FW GW QW VW WW bW gW hW rW wW xW yW W W ïW įW ϯW ԯW կW ߯W W W W W W  W W W W "W 0W @W AW LW QW RW \W aW bW mW rW sW }W W W W W ȰW W W W gW hW uW vW wW W W  W TW fW gW qW |W W W òW ĲW W W -W /W FW GW PW W W ųW ƳW W sW W δW ޴W W W  W $W %W 6W W W W ҵW W W (W WW XW YW ZW [W dW W W W [W fW W W W ʷW W W W W W W W W ظW gW hW W W W W W W W ƺW W W 
W W 4W cW uW W W W W W ػW ٻW W W 1W 2W W W >W _W W W ĽW ŽW W W W LW W W ;W ~W W W W W W -W .W bW tW uW W W W W W W W  W 2W 3W 4W 5W >W W W W W W W 2W 3W DW W W W W W XW |W W W IW VW W W W W W W W W W W GW HW 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 7W ?W KW LW TW [W `W aW iW pW |W }W ~W W  W !W xW yW W W W W &W 2W W W eW fW W W OW W W W W kW W W W W W eW fW W W W W W W W W W W W $W 7W NW eW fW qW W W ?W @W W W W W hW yW W W W ^W W W W W 3W W W W W *W 7W cW gW hW rW }W W W W W W %W &W (W )W *W 3W rW ~W W W 
W 2W =W vW W W W  W W W IW JW KW LW xW yW W W W W W W W )W *W +W -W .W /W 8W wW W W W W 9W W (W 8W 9W :W KW YW ZW [W eW pW W W W W W W 
W W W W W W W [W gW W W W W W W W W W /W =W >W ?W @W lW vW W W W W W W W W  W !W #W $W %W .W mW yW W W 
W -W eW W W W W W W W W W W W  W !W OW yW zW {W }W ~W W W W W W (W HW wW W W W W &W 4W 5W 6W pW W W W W W W W W W W W .W /W 8W : X ; X L X  X  X rX sX X X X X X X X X X X X X JX X X X mX nX xX X X X X X X X &X 9X LX _X aX xX yX X X  X -X .X /X @X mX tX |X }X X X X X X X X X X *X =X >X ?X @X IX lX X X X X X 	X 	X 	X 	X 3	X C	X D	X E	X F	X G	X H	X I	X J	X K	X L	X t	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 I
X c
X k
X 
X 
X 
X 
X 
X 
X X X  X !X "X JX jX X X X X X X X ,X ZX X X X X +X 2X ;X <X DX YX nX X X X X X X  X X *X <X VX pX X X X X X X X X 
X X 0X CX DX EX FX OX X X 9X X  X !X "X #X 4X X X X X X X X 'X (X )X *X 3X X X HX X /X 0X 1X 2X CX X X X X X X X X 1X 2X 3X 4X =X X 9X }X X eX fX gX xX X X X X X X X X !X ;X UX eX X X X X X X X X !X ;X UX VX WX XX iX X X X X X X X 2X EX FX GX HX QX 
X jX X X MX X X X 
 X w X  X  X !X !X !X !!X 6!X K!X ]!X w!X !X !X !X !X !X "X 	"X "X 3"X H"X Z"X t"X "X "X "X "X "X "X "X  #X #X )#X *#X =#X P#X c#X v#X #X #X #X #X #X Y$X $X %X d%X %X %X `&X &X 'X 'X (X (X (X W(X (X (X (X )X M)X y)X )X )X *X *X *X [*X b*X k*X l*X t*X *X *X *X *X *X *X 
+X $+X >+X O+X i+X z+X +X +X +X +X +X +X ,X !,X 2,X L,X f,X w,X ,X ,X ,X ,X ,X ,X ,X ,X ,X -X !-X 4-X G-X H-X I-X J-X S-X .X /X s/X /X /X c0X 0X V1X 
2X 2X T2X s2X 2X 2X 2X 2X 3X M3X N3X O3X `3X 3X 3X 3X 3X 3X 3X 3X 3X 4X 4X 34X J4X [4X r4X 4X 4X 4X 4X 4X 4X 4X 4X 5X 5X )5X @5X W5X n5X 5X 5X 5X 5X 5X 5X 5X 5X 5X 5X '6X (6X ;6X N6X a6X t6X 6X 6X 6X 6X 6X 7X n8X @9X 9X <:X v:X :X :X =;X [;X ;X <X <X =X ?X |?X }?X ?X  AX !AX aAX AX AX AX BX >BX ]BX |BX BX BX BX BX BX CX CX CX CX CX  CX )CX 6CX XCX zCX CX CX CX CX DX %DX GDX \DX ]DX nDX DX DX DX DX DX EX FX FX FX +GX bGX GX GX 0HX HX HX HX IX IX ?JX @JX KX KX <KX KX KX KX LX GLX LX LX MX jMX kMX uMX MX MX MX MX MX MX MX NX NX *NX =NX ?NX @NX ANX JNX NX NX NX OX 8OX ROX OX OX OX OX OX OX OX OX PX PX -PX @PX BPX CPX DPX MPX kPX PX QX QX $QX %QX &QX NQX OQX bQX uQX QX QX QX QX QX QX QX QX mRX nRX RX RX RX RX RX RX RX RX RX RX RX RX SX 'SX SX 7TX 8TX ITX JTX KTX LTX }TX 	UX 
UX 1UX 2UX cUX [VX \VX VX VX 	WX AWX WX WX 	XX NXX XX XX 9YX :YX ;YX EYX PYX YX YX YX YX YX YX YX YX ZX ZX !ZX 7ZX 8ZX AZX ZX ZX ZX +[X 6[X b[X [X [X [X [X [X [X [X 	\X \X \X \X \X D\X E\X X\X k\X ~\X \X \X \X \X \X \X #]X >]X o]X ]X ]X ]X ]X ]X ^X 6^X H^X n^X ^X ^X ^X ^X ^X ^X ^X ^X _X +_X ,_X -_X ._X V_X W_X j_X }_X _X _X _X _X _X _X `X G`X `X `X `X `X `X #aX eaX iaX jaX kaX laX }aX aX aX aX aX aX aX 
bX  bX "bX #bX $bX -bX bX bX KcX ~cX cX cX cX dX &dX QdX dX dX dX dX dX dX dX dX dX dX 9eX eX "fX #fX \fX fX gX gX 6gX gX hX hX thX uhX hX iX @iX AiX yiX KkX xkX ykX kX hlX lX lX lX mX mX mX mX mX nX nX <nX =nX nX oX oX 5pX pX pX !qX ]qX qX qX +rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX sX sX sX  sX !sX -sX .sX /sX 0sX ;sX ?sX RsX ZsX fsX gsX lsX sX sX sX sX tX 1tX 6tX {tX |tX tX tX tX uX uX uX @uX DuX ^uX _uX duX uX uX uX uX uX uX vX 'vX (vX )vX 3vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX wX wX wX 	wX 
wX wX wX 
wX wX wX wX wX wX wX wX wX *wX wX wX wX wX xX "xX #xX 7xX 9xX :xX ;xX <xX =xX ExX KxX LxX UxX YxX ZxX mxX yxX zxX {xX |xX }xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX  yX 
yX yX yX yX zX zX {X {X |X |X |X K}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 ZX X )X X X PX X X X JX hX iX |X X X X X 4X X X ؉X X X X X X X X X X cX oX ~X X X ܍X X $X %X 6X X X ÎX !X "X >X X X ?X X X VX X X X X X X X X _X `X X X X X X X X zX X X @X AX X X X ǛX țX ܛX ݛX ޛX X X X X X X X X X X 
X X 'X )X /X 0X IX KX PX QX _X aX gX hX {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 1X 6X QX RX SX TX UX 3X 4X @X X X ֟X X $X 7X kX X X ˠX X X FX dX X X X X X HX gX X X X X X ɣX ʣX X X X (X )X BX uX vX X X X X ԤX X X X :X PX fX |X X X X X X X BX LX VX WX ~X X X X ȦX ަX X X 
X X X 9X :X NX OX sX X X X X X X X ٧X ڧX ۧX X X X X X X X 1X 2X FX GX aX }X ~X X X ԨX X X X X .X /X @X `X aX bX X X X X X X X X X ˩X ̩X X 
X X  X !X 2X RX SX TX X X X X X X X تX ٪X X X X X X «X ëX īX X qX X X X ƬX ѬX X X X X :X gX }X X X X X RX SX X X X X 5X 6X GX X ۯX ܯX X X X  X X X X fX gX xX X X X X X X ˰X kX lX X X ±X ͱX ױX رX 8X OX gX ~X X X X X bX cX MX NX eX zX X X ôX ĴX ϴX ԴX մX ߴX X X X X X  X X X X %X 3X CX DX OX TX UX _X dX eX pX uX vX X X X X X X µX õX εX ӵX ԵX ޵X X X X X X X X X X (X 6X FX GX RX WX XX bX gX hX sX xX yX X X X X X X жX ѶX ܶX X X X X X X X X 
X X X X PX ^X nX oX zX 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 3X 4X >X CX DX OX TX UX _X dX eX fX X X X X X X X ǹX ̹X ͹X عX ݹX ޹X X X X X X *X :X ;X FX KX LX VX [X \X gX lX mX wX |X }X ~X X X ̺X ͺX غX ݺX ޺X X X X X X X 	X X X X 6X DX TX UX `X eX fX pX uX vX X X X X X X X X X 4X BX RX SX ^X cX dX nX sX tX X X X X X X X X üX ӼX ԼX ߼X X X X X X  X X X X X X X CX QX aX bX mX rX sX }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 FX fX X X X X X X X X 8X X X X X X X X MX WX aX bX X X X X X X X BX CX cX dX X X GX lX |X X X X X X X %X >X WX pX X X X X X X X X X JX KX X X X  X 9X SX hX X X X X JX KX LX MX vX X X :X LX ^X _X NX OX YX dX X X X X X X X %X &X 'X (X 1X vX wX X X X X NX X X X #X @X bX cX X X X X @X X X X X X X EX FX X X  X X X X (X [X eX oX pX X X X X X X X =X >X ^X _X X X X X X -X .X /X 0X `X X X OX PX X X X  X 1X wX xX 8X 9X lX mX X X X LX MX bX X OX RX X X X X )X *X 9X KX ^X _X dX lX qX rX wX 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 jX kX X X LX MX X X X X X X X X X 	X X X .X X X X X %X 2X ?X LX YX jX {X X X X X X X X X X X ?X @X X X _X `X 2X 3X X X LX X X X *X WX X X X !X X X X X X X X X X X NX XX bX cX X X X X X X X X X CX jX X X X  Y  Y C Y  Y  Y  Y  Y  Y  Y  Y  Y Y Y !Y ,Y _Y iY sY tY Y Y Y Y Y Y Y Y Y !Y HY sY Y Y ]Y Y Y Y Y Y Y Y Y Y Y AY KY UY VY Y Y Y Y Y Y Y Y Y Y Y ,Y WY Y Y AY Y Y Y Y Y Y Y Y Y 
Y Y Y RY \Y fY gY Y Y Y Y Y Y Y Y Y Y Y >Y lY Y Y 	Y ?	Y @	Y A	Y R	Y `	Y a	Y b	Y l	Y w	Y 	Y 	Y 	Y 	Y 	Y 
Y 
Y 
Y 
Y 
Y 
Y &
Y e
Y q
Y 
Y 
Y 
Y Y 2Y iY Y Y Y Y Y Y Y +Y 5Y @Y sY }Y Y Y Y Y Y Y Y Y Y 
Y 
Y 
Y )Y _Y Y Y "Y TY UY VY WY XY YY Y :Y ;Y oY Y Y  Y gY Y Y Y Y !Y TY ^Y hY iY Y Y Y Y Y Y Y Y Y  Y Y Y Y Y Y Y Y Y Y Y 1Y AY BY CY DY lY Y Y Y Y Y Y Y Y Y 
Y 8Y fY gY hY yY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 3Y 4Y YY lY Y Y Y Y Y Y jY }Y cY dY eY fY wY 4Y ;Y DY EY MY bY wY Y Y Y Y Y Y 	Y Y 3Y EY _Y yY Y Y Y Y Y Y Y Y -Y @Y SY TY UY VY _Y Y Y lY mY nY Y Y Y Y Y Y Y Y Y 8Y RY bY |Y Y Y Y Y Y Y Y Y 8Y RY SY TY UY }Y Y Y Y Y Y Y Y Y Y s Y  Y  Y  !Y !Y !Y !Y !Y !Y %"Y &"Y N"Y g"Y "Y "Y "Y "Y "Y "Y "Y "Y {#Y #Y #Y /$Y $Y $Y $Y $Y $Y 4%Y 5%Y ]%Y ^%Y %Y %Y %Y %Y %Y %Y %Y %Y %Y &Y &Y 'Y d'Y (Y (Y (Y (Y i(Y j(Y q(Y z(Y {(Y (Y (Y (Y (Y (Y (Y )Y )Y 7)Y ?)Y T)Y i)Y {)Y )Y )Y )Y )Y )Y )Y )Y )Y *Y Z*Y [*Y *Y *Y *Y *Y *Y *Y *Y *Y *Y *Y *Y +Y ,Y D,Y X,Y ,Y -Y -Y -Y -Y .Y .Y .Y .Y .Y .Y .Y .Y .Y .Y /Y //Y @/Y Z/Y t/Y /Y /Y /Y /Y /Y /Y /Y 0Y ,0Y =0Y W0Y q0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 1Y 1Y '1Y (1Y )1Y *1Y 31Y 1Y N2Y 2Y 3Y 53Y 3Y 3Y S4Y 4Y X5Y 5Y 5Y 5Y 5Y D6Y [6Y 6Y 6Y 6Y 7Y C7Y o7Y 7Y 7Y 7Y 7Y  8Y 	8Y 
8Y 8Y '8Y <8Y Q8Y c8Y }8Y 8Y 8Y 8Y 8Y 8Y 9Y 9Y 29Y :9Y O9Y d9Y y9Y 9Y 9Y 9Y 9Y 9Y :Y :Y /:Y @:Y Z:Y [:Y \:Y ]:Y :Y :Y :Y :Y :Y :Y :Y :Y :Y :Y :Y ;Y <Y =Y =Y =Y >Y x>Y >Y ?Y ?Y ?Y @Y 0@Y U@Y l@Y @Y @Y @Y @Y @Y @Y BAY IAY RAY SAY [AY mAY AY AY AY AY AY AY AY BY 'BY 8BY NBY _BY vBY wBY BY BY BY BY BY BY BY CY CY 4CY KCY \CY rCY CY CY CY CY CY CY CY CY CY CY DY %DY 'DY (DY )DY 2DY DEY FY FY \GY GY HY _HY ~HY HY HY +IY IY fJY KY LY MY MY "MY NY NY NY ?OY ^OY }OY OY OY OY PY 9PY :PY KPY PY PY PY PY PY PY PY PY PY PY PY QY :QY \QY ]QY QY QY QY QY QY QY RY ?RY dRY eRY fRY gRY RY QTY STY TY TY  UY 8UY UY UY #VY $VY vVY WY WY WY WY XY XY XY 7YY 8YY lYY YY YY ZY dZY ZY [Y 	[Y [Y [Y Q[Y [[Y e[Y f[Y [Y [Y [Y [Y [Y [Y [Y [Y [Y [Y 0\Y S\Y \Y \Y \Y \Y ']Y U]Y V]Y g]Y h]Y i]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y 	^Y -^Y ^Y ^Y ^Y ^Y ^Y ^Y ^Y  _Y _Y &_Y 9_Y ;_Y <_Y =_Y F_Y d_Y _Y `Y `Y `Y `Y `Y G`Y H`Y [`Y n`Y `Y `Y `Y `Y `Y `Y `Y HaY aY aY aY aY aY aY bY bY bY bY bY cY cY cY .dY pdY dY dY $eY eeY eY eY 3fY fY fY fY fY fY fY !gY +gY 5gY 6gY ^gY _gY gY gY gY gY gY gY gY gY NhY hY hY hY hY  iY BiY CiY TiY iY iY iY iY iY iY iY iY iY iY iY iY 	jY jY /jY 1jY 2jY HjY IjY RjY jY jY 
kY *kY CkY VkY kY kY kY kY kY lY +lY ,lY -lY >lY rlY ylY lY lY lY lY lY lY lY lY lY mY mY .mY AmY CmY DmY EmY NmY mY mY nY 1nY lnY wnY nY nY oY oY oY 	oY 
oY oY HoY IoY qoY roY oY oY oY oY oY oY oY oY :pY wpY pY qY MqY _qY qY qY qY qY 1rY 2rY 3rY DrY qrY rrY srY trY rY rY rY sY sY sY sY ftY tY tY tY QuY uY uY vY vY LvY vY vY vY wY xY yY yY TyY zY @zY AzY tzY ({Y ){Y ^{Y s{Y {Y {Y {Y {Y {Y !|Y k}Y }Y }Y )~Y f~Y ~Y ~Y SY Y Y +Y ,Y 7Y CY RY ^Y qY uY vY wY xY yY zY {Y |Y }Y Y Y Y Y Y Y Y Y ˀY ̀Y ̀Y ΀Y ـY ݀Y Y Y Y Y 
Y AY FY Y Y Y ρY ԁY Y Y Y VY ZY Y Y Y ނY Y Y Y Y :Y ?Y fY gY lY Y Y ŃY ƃY ǃY уY  Y %Y 1Y 2Y 5Y ?Y @Y CY LY MY NY _Y dY lY sY zY 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 GY HY SY `Y aY kY xY yY zY {Y |Y }Y ~Y Y Y Y Y Y Y Y Y Y Y Y wY xY OY PY gY pY Y Y Y >Y ?Y KY Y Y Y ̋Y ͋Y ދY Y Y  Y -Y eY Y Y Y Y Y Y Y Y ,Y Y Y ^Y ǑY .Y /Y Y IY Y Y Y Y Y Y Y Y Y Y ҖY ;Y ]Y vY Y Y Y Y Y VY WY Y Y Y 
Y Y (Y )Y zY Y Y ÛY ԛY Y "Y aY Y Y ܜY FY Y ݝY Y Y Y DY EY Y Y 5Y 6Y Y Y Y Y Y Y Y Y Y Y ^Y Y _Y `Y ާY ߧY JY NY OY eY fY zY {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 7Y 9Y >Y ?Y TY VY [Y \Y vY xY }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 tY Y ­Y խY 	Y Y QY iY Y Y Y Y 6Y TY Y Y Y Y Y 9Y :Y ;Y <Y ^Y gY hY ~Y Y Y ƱY ǱY Y Y Y 2Y @Y SY TY rY Y Y Y زY Y Y Y 0Y 1Y Y Y Y Y Y Y Y Y Y 9Y :Y PY fY |Y Y Y Y Y Y ״Y شY Y Y Y -Y .Y CY DY EY FY WY wY xY yY Y Y Y Y Y Y Y ϵY еY Y Y Y Y Y .Y YY rY Y Y Y Y ̶Y ͶY ޶Y Y Y  Y 'Y (Y )Y *Y +Y ,Y 5Y TY UY iY jY Y Y Y Y Y зY Y Y Y Y  Y !Y "Y #Y $Y -Y vY wY ,Y -Y .Y ?Y _Y `Y aY bY Y Y CY YY ZY dY oY Y Y Y Y غY Y Y Y NY OY XY Y Y -Y .Y =Y Y ӼY ԼY Y 6Y yY zY Y Y Y Y Y Y Y Y Y Y 7Y 8Y 9Y :Y ;Y <Y iY 	Y 
Y KY VY `Y kY uY vY ֿY Y Y Y IY JY Y Y  Y Y Y Y Y Y CY QY aY bY mY rY sY }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 BY PY `Y aY lY qY rY |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 PY ^Y nY oY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y (Y -Y .Y 9Y >Y ?Y IY NY OY PY iY wY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 7Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y +Y 9Y IY JY UY ZY [Y eY jY kY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y Y Y LY ZY jY kY vY {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 4Y 5Y 6Y Y Y Y Y Y Y Y Y Y Y Y Y Y "Y #Y -Y 2Y 3Y 4Y SY aY qY rY }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y  Y Y Y Y Y  Y !Y ,Y 1Y 2Y <Y AY BY CY ^Y lY |Y }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y )Y LY MY Y Y Y Y Y Y [Y \Y Y Y Y Y Y Y Y Y  Y 3Y WY iY kY Y Y Y Y Y Y Y PY Y Y 
Y Y +Y ;Y <Y `Y aY rY Y Y Y Y =Y >Y dY Y Y Y Y Y Y Y Y 8Y Y Y Y Y Y Y Y Y  Y 1Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 5Y ?Y IY JY pY Y Y Y Y Y Y Y Y Y $Y 5Y mY nY Y ZY zY Y Y Y  Y Y %Y &Y 7Y Y Y 9Y wY Y Y Y Y Y Y iY jY Y Y Y Y Y Y Y 
Y Y 4Y \Y nY oY pY qY zY Y Y Y Y LY MY nY oY 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 MY Y Y [Y \Y AY VY Y Y Y Y Y Y Y 
Y Y Y Y Y )Y *Y /Y 6Y ;Y <Y AY HY TY UY ]Y eY jY kY sY {Y Y Y Y Y Y Y Y Y Y Y Y Y \Y ]Y Y Y JY KY Y 	Y bY nY Y Y Y Y 8Y 9Y Y LY MY UY VY Y 1Y 2Y Y QY [Y Y Y Y Y Y Y Y  Z  Z * Z ; Z L Z M Z ` Z s Z  Z  Z  Z  Z Z Z {Z |Z Z Z Z Z Z Z Z :Z ;Z Z Z Z %Z &Z oZ Z .	Z /	Z V	Z f
Z s
Z 
Z Z Z Z Z Z Z  Z Z /Z aZ bZ dZ eZ fZ oZ Z Z Z 
Z F
Z n
Z y
Z 
Z 
Z 
Z ;Z <Z =Z NZ Z Z Z Z Z Z Z Z Z Z Z Z @Z eZ fZ gZ iZ jZ kZ tZ Z Z Z Z QZ uZ Z dZ tZ uZ vZ Z Z Z Z Z Z Z Z Z Z "Z HZ IZ JZ KZ MZ NZ OZ XZ Z Z Z Z 5Z YZ Z HZ XZ YZ ZZ kZ yZ zZ {Z |Z Z Z Z Z Z Z Z 3Z ZZ [Z \Z ]Z _Z `Z aZ jZ Z Z Z 
Z IZ iZ Z Z Z Z Z Z Z  Z 
Z Z HZ RZ \Z ]Z Z Z Z Z Z Z Z Z Z Z 6Z dZ Z Z Z Z PZ QZ bZ pZ qZ rZ Z Z Z Z Z Z %Z &Z OZ PZ QZ SZ jZ kZ tZ vZ wZ Z Z Z Z Z Z Z Z Z Z Z Z 'Z Z Z 
Z OZ Z Z  Z T Z  Z  Z  Z  Z  Z  Z !Z !Z /!Z O!Z b!Z u!Z !Z !Z !Z !Z !Z !Z )"Z <"Z i"Z j"Z k"Z |"Z "Z "Z "Z "Z "Z "Z "Z "Z "Z 
#Z -#Z @#Z S#Z f#Z y#Z z#Z {#Z |#Z #Z #Z #Z $Z $Z $Z $Z H$Z O$Z X$Z Y$Z o$Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z 
%Z %Z %Z %Z  %Z )%Z f%Z &Z &Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z  (Z (Z '(Z A(Z [(Z k(Z (Z (Z (Z (Z (Z (Z (Z )Z ')Z A)Z [)Z \)Z ])Z ^)Z )Z )Z )Z )Z )Z )Z )Z )Z )Z h*Z *Z 
+Z +Z +Z +Z g+Z n+Z w+Z x+Z +Z +Z +Z +Z +Z +Z  ,Z ,Z 4,Z <,Z Q,Z f,Z x,Z ,Z ,Z ,Z ,Z ,Z ,Z ,Z ,Z -Z 3-Z F-Z Y-Z l-Z -Z -Z -Z -Z -Z .Z ..Z u.Z .Z \/Z ]/Z ^/Z _/Z p/Z /Z /Z /Z 0Z *0Z =0Z P0Z c0Z d0Z e0Z f0Z o0Z 1Z A1Z 1Z 1Z k2Z l2Z m2Z n2Z 2Z 2Z 2Z 2Z 2Z !3Z 43Z G3Z Z3Z m3Z n3Z o3Z p3Z y3Z N4Z u4Z 4Z 5Z 5Z 5Z 5Z 5Z 6Z 6Z 6Z 6Z 6Z !6Z 66Z K6Z ]6Z w6Z 6Z 6Z 6Z 6Z 6Z 6Z 7Z 7Z 37Z M7Z ]7Z w7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z !8Z "8Z 58Z H8Z [8Z n8Z 8Z 8Z 8Z 8Z 8Z F9Z 9Z 9Z 9Z :Z 6;Z 7;Z 8;Z I;Z ;Z /<Z 6<Z ?<Z @<Z H<Z ]<Z r<Z <Z <Z <Z <Z <Z <Z =Z #=Z ==Z E=Z Z=Z o=Z =Z =Z =Z =Z =Z =Z >Z  >Z :>Z ;>Z <>Z =>Z e>Z f>Z y>Z >Z >Z >Z >Z >Z >Z >Z >Z ?Z ?Z M@Z @Z @Z &AZ AZ AZ LBZ BZ LCZ MCZ TCZ CZ CZ CZ )DZ UDZ DZ DZ DZ 
EZ AEZ BEZ SEZ EZ EZ EZ EZ EZ EZ EZ EZ FZ FZ 5FZ FFZ `FZ zFZ FZ FZ FZ FZ FZ FZ GZ GZ )GZ CGZ ]GZ nGZ GZ GZ GZ GZ GZ GZ GZ GZ GZ #HZ $HZ 7HZ JHZ ]HZ pHZ HZ HZ HZ HZ HZ MIZ GJZ JZ %KZ 2KZ KZ LZ LZ IMZ PMZ MZ MZ MZ MZ 
NZ )NZ HNZ NZ NZ NZ NZ NZ NZ NZ NZ NZ OZ OZ /OZ AOZ XOZ oOZ OZ OZ OZ OZ OZ OZ OZ PZ PZ PZ /PZ APZ SPZ ePZ |PZ PZ PZ PZ PZ PZ PZ QZ !QZ 8QZ 9QZ :QZ ;QZ cQZ dQZ wQZ QZ QZ QZ QZ QZ QZ QZ QZ RZ SZ |TZ TZ xUZ UZ UZ VZ yVZ VZ VZ [WZ XZ #YZ KZZ ZZ ZZ ZZ \\Z ]\Z \Z \Z \Z ]Z []Z z]Z ]Z ]Z ]Z ]Z ]Z -^Z .^Z R^Z S^Z X^Z Z^Z [^Z \^Z e^Z r^Z ^Z ^Z ^Z ^Z ^Z _Z ?_Z a_Z _Z _Z _Z _Z _Z `Z `Z `Z `Z ?`Z aZ aZ %bZ gbZ bZ bZ cZ lcZ cZ cZ dZ dZ dZ {eZ |eZ @fZ AfZ xfZ fZ fZ 
gZ LgZ gZ gZ hZ QhZ hZ hZ hZ hZ hZ hZ iZ iZ ,iZ -iZ @iZ SiZ fiZ yiZ {iZ |iZ }iZ iZ iZ iZ (jZ VjZ tjZ jZ jZ jZ jZ kZ kZ kZ /kZ 0kZ CkZ VkZ ikZ |kZ ~kZ kZ kZ kZ kZ kZ NlZ OlZ `lZ alZ blZ lZ lZ lZ lZ lZ lZ lZ lZ lZ lZ mZ &mZ mZ mZ mZ mZ mZ mZ mZ mZ nZ nZ 2nZ 4nZ 5nZ 6nZ ?nZ cnZ nZ soZ toZ oZ oZ oZ oZ oZ EpZ FpZ mpZ npZ pZ qZ qZ qZ rZ ErZ }rZ rZ sZ EsZ sZ sZ  tZ utZ vtZ wtZ tZ tZ tZ tZ tZ tZ tZ tZ "uZ 5uZ HuZ [uZ ]uZ suZ tuZ }uZ uZ vZ /vZ gvZ rvZ vZ vZ vZ vZ wZ &wZ .wZ /wZ EwZ UwZ VwZ WwZ XwZ wZ wZ wZ wZ wZ wZ wZ wZ wZ wZ wZ _xZ zxZ xZ xZ xZ xZ ,yZ 7yZ VyZ ryZ yZ yZ yZ yZ yZ yZ zZ zZ zZ  zZ PzZ gzZ hzZ izZ jzZ zZ zZ zZ zZ zZ zZ zZ zZ zZ zZ [{Z {Z {Z {Z 
|Z |Z 4|Z _|Z |Z |Z |Z |Z |Z |Z |Z |Z }Z }Z #}Z 6}Z I}Z \}Z ^}Z _}Z `}Z i}Z }Z ~Z ~Z ~Z ~Z ~Z 8Z CZ bZ Z Z Z Z Z Z Z Z Z 9Z :Z uZ ,Z ^Z _Z Z Z ?Z @Z rZ Z ZZ [Z Z Z Z MZ |Z }Z Z Z Z Z Z Z އZ ߇Z Z ƈZ ǈZ Z Z -Z =Z PZ xZ yZ Z 	Z 8Z qZ ǋZ Z ]Z Z Z 0Z gZ ɍZ ʍZ ՍZ Z Z Z Z Z Z Z Z Z Z Z Z Z /Z 6Z ;Z KZ LZ [Z \Z ]Z iZ jZ kZ lZ wZ {Z Z Z Z Z Z ߎZ Z :Z ;Z @Z mZ rZ Z Z Z Z Z JZ KZ PZ |Z Z Z Z Z ؐZ ݐZ Z Z 
Z 8Z =Z cZ dZ eZ oZ Z ÑZ ϑZ БZ ӑZ ݑZ ޑZ Z Z Z Z Z Z 
Z Z Z $Z %Z 0Z 4Z ;Z BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ QZ fZ Z Z 3Z 4Z MZ ^Z _Z sZ uZ vZ wZ xZ yZ 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 9Z :Z ;Z <Z IZ [Z "Z #Z Z Z Z Z Z Z .Z Z Z ܘZ ݘZ Z 1Z 2Z EZ jZ kZ |Z Z Z Z ˙Z Z Z VZ WZ DZ EZ :Z ;Z GZ ʝZ %Z Z Z eZ ̟Z ͟Z Z Z GZ HZ Z Z Z Z Z Z 0Z NZ pZ ٤Z Z Z 0Z JZ KZ TZ UZ Z Z SZ TZ Z Z Z ƨZ ǨZ Z .Z `Z aZ rZ Z Z Z ]Z ^Z zZ Z !Z {Z @Z AZ Z Z Z .Z /Z ӭZ ԭZ ,Z -Z Z Z RZ SZ  Z !Z ;Z LZ Z Z Z Z |Z }Z Z Z Z Z Z Z Z Z #Z 1Z >Z ?Z @Z AZ BZ CZ GZ HZ IZ JZ cZ eZ kZ lZ 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 3Z 4Z BZ DZ JZ KZ ^Z `Z eZ fZ mZ rZ Z Z Z Z Z oZ pZ |Z ĺZ ޺Z Z ,Z `Z sZ Z Z Z Z ;Z NZ Z Z ԼZ Z &Z @Z PZ Z Z ׽Z ؽZ ٽZ ڽZ Z Z Z Z BZ QZ dZ eZ ~Z Z Z пZ ޿Z Z Z Z @Z AZ BZ vZ Z Z Z Z Z 5Z 6Z @Z KZ ~Z Z Z Z Z Z Z Z Z Z 0Z 2Z IZ JZ SZ uZ vZ Z Z Z Z Z Z Z Z Z Z Z Z Z >Z ?Z @Z AZ BZ CZ LZ mZ nZ Z Z Z Z Z Z Z Z %Z :Z TZ UZ jZ kZ |Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z *Z FZ GZ \Z ]Z nZ 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 JZ TZ UZ vZ Z Z Z Z Z Z Z Z Z Z Z ,Z qZ rZ Z Z Z Z 9Z :Z ;Z <Z =Z >Z GZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z tZ Z Z Z Z Z #Z XZ Z Z Z Z Z Z Z Z Z  Z Z Z Z Z  Z !Z ,Z 1Z 2Z <Z AZ BZ CZ aZ oZ 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 0Z 1Z ;Z @Z AZ BZ dZ rZ 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 9Z >Z ?Z IZ NZ OZ PZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z %Z &Z 1Z 6Z 7Z AZ FZ GZ RZ WZ XZ bZ gZ hZ iZ Z Z @Z NZ ^Z _Z jZ oZ pZ zZ 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 XZ fZ vZ wZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z Z $Z )Z *Z 5Z :Z ;Z EZ JZ KZ LZ rZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z @Z AZ pZ ~Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z  Z !Z +Z 0Z 1Z <Z AZ BZ LZ QZ RZ SZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z Z Z &Z +Z ,Z 6Z ;Z <Z GZ LZ MZ WZ \Z ]Z ^Z Z Z Z Z Z AZ BZ OZ PZ QZ tZ Z Z .Z @Z AZ KZ VZ Z Z Z Z Z Z Z 	Z  Z !Z *Z ~Z Z Z Z Z MZ Z Z Z Z Z Z Z Z Z aZ zZ Z Z Z Z Z 1Z 2Z 3Z 4Z 5Z >Z Z Z Z 5Z @Z \Z uZ Z Z Z Z Z Z Z Z Z Z Z AZ BZ vZ Z Z Z Z Z Z Z Z Z Z Z Z =Z OZ aZ bZ cZ dZ mZ Z Z Z Z Z Z Z Z Z 9Z _Z |Z Z Z Z Z Z &Z |Z Z Z XZ YZ ZZ [Z Z Z Z Z <Z NZ OZ YZ dZ Z Z Z Z Z Z Z 
Z Z Z Z yZ zZ Z Z Z Z Z 
Z Z iZ jZ kZ lZ Z 2Z VZ Z Z #Z 0Z [Z \Z mZ Z Z tZ uZ Z Z Z !Z "Z Z Z Z Z Z Z Z Z Z Z eZ fZ uZ 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 5Z :Z ;Z CZ JZ VZ WZ XZ YZ Z Z RZ SZ  [  [ [ [  [ [ [ [ ?[ @[ [ [ )[ [ [ [ [ E[ [ [ j	[ 
[ 
[ ?[ @[ a
[ n
[ {
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ [ ([ ?[ @[ K[ {[ |[ [ [ [ [ n[ o[ B[ S[ [ [ [ 8[ f[ [ [ [ 
[ ][ [ [ [ [ [ =[ A[ B[ L[ W[ [ [ [ [ [ [  [ [ [ [ 
[ L[ X[ [ [ [ [ [ P[ Z[ [ [ [ [ [ #[ $[ %[ &[ R[ S[ ][ h[ [ [ [ [ [ [ [ [ [ [ 	[ [ Q[ ][ [ [ [ [ [ [ [ [ [ %[ 3[ 4[ 5[ ?[ J[ }[ [ [ [ [ [ [ [ [ [ [ [ [ 5 [ A [ h [  [  [  [ }![ ![ ![ ![ ![ 	"[ "[ "[ "[ "[ F"[ P"[ ["[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ #[ G#[ S#[ z#[ #[ #[ $[ ?$[ {$[ |$[ }$[ $[ $[ $[ $[ $[ $[ $[ $[ $[ $[ )%[ S%[ T%[ U%[ W%[ X%[ Y%[ b%[ %[ %[ %[ &[ "&[ Q&[ n&[ &[ &[ &[  '[ '[ '[ '[ J'[ g'[ q'[ |'[ '[ '[ '[ '[ '[ '[ '[ '[ ([ 	([ ([ )[ )[ &)[ e)[ )[ L*[ M*[ ^*[ *[ *[ *[ *[ *[ *[ *[ v,[ w,[ ,[ ,[ $-[ \-[ -[ -[ G.[ H.[ R.[ ].[ .[ .[ .[ .[ .[ .[  /[ /[ &/[ 9/[ ;/[ R/[ S/[ \/[ /[ /[ 0[ 0[ 	0[ 0[ G0[ N0[ V0[ W0[ m0[ }0[ ~0[ 0[ 0[ 0[ 0[ 0[ 0[ 1[ 1[ 1[ 1[ 1[ #1[ F1[ t1[ 1[ 1[ 1[ 1[ 1[ 1[ 1[ 1[ 
2[ 2[ 2[ 2[  2[ !2[ "2[ #2[ $2[ %2[ &2[ N2[ o2[ p2[ 2[ 2[ 2[ 2[ 2[ 2[ 2[ 3[ 3[ 3[ 4[ 4[ 4[ 4[ 4[ p5[ w5[ 5[ 5[ 5[ 5[ 5[ 5[ 5[ 5[ 	6[ #6[ =6[ E6[ Z6[ o6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ $7[ D7[ i7[ |7[ 7[ 7[ 7[ 7[ 7[ 8[ 48[ 8[ 8[ 8[ 8[ 9[ 9[ 9[ 9[ 9[ 39[ H9[ Z9[ t9[ 9[ 9[ 9[ 9[ 9[ 9[ :[ :[ 0:[ J:[ Z:[ t:[ :[ :[ :[ :[ :[ :[ :[ :[ 
;[ ;[ ;[ ;[  ;[ );[ ;[ ;[ <[ \<[ <[ <[ <[ <[ =[ a=[ b=[ =[ =[ =[ =[ =[ >[ >[ >[ >[ 
>[ >[ >[ "?[ k?[ 	@[ 
@[ @[ @[ @[ p@[ q@[ @[ @[ @[ @[ @[ @[ A[ A[ 
A[ A[ A[ A[ B[ WB[ B[ ?C[ @C[ AC[ RC[ C[ C[ C[ C[ C[ C[ C[ C[ C[ D[ /D[ ?D[ YD[ sD[ {D[ D[ D[ D[ D[ D[ D[ E[ /E[ 0E[ 1E[ 2E[ CE[ E[ E[ E[ E[ E[ E[ E[ F[ F[  F[ !F[ "F[ +F[ F[ DG[ G[ G[ 'H[ H[ H[ H[ H[ QI[ I[ I[ I[ I[ I[ I[ J[ %J[ 7J[ QJ[ kJ[ |J[ J[ J[ J[ J[ J[ J[ 
K[ "K[ 4K[ NK[ hK[ yK[ K[ K[ K[ K[ K[ K[ K[ L[ L[ L[ *L[ =L[ PL[ cL[ dL[ eL[ fL[ oL[ 3M[ M[ M[ >N[ qN[ N[ :O[ O[ O[ P[ P[ P[ P[ 1Q[ Q[ Q[ Q[ Q[ 'R[ SR[ R[ R[ R[ R[ R[ 5S[ <S[ ES[ FS[ NS[ cS[ xS[ S[ S[ S[ S[ S[ S[ T[ )T[ CT[ TT[ nT[ vT[ T[ T[ T[ T[ T[ T[ U[ &U[ @U[ QU[ kU[ |U[ U[ U[ U[ U[ U[ U[ U[ U[ U[ V[ !V[ "V[ #V[ $V[ -V[ V[ W[ MX[ X[ X[ =Y[ Y[ 0Z[ Z[ Z[ .[[ M[[ l[[ [[ [[ [[ [[ '\[ (\[ )\[ :\[ ~\[ \[ \[ \[ \[ \[ \[ \[ \[ \[ 
][ $][ 5][ L][ c][ t][ ][ ][ ][ ][ ][ ][ ][ ][ ^[ ^[ 1^[ H^[ Y^[ p^[ ^[ ^[ ^[ ^[ ^[ ^[ ^[ ^[ _[ _[ _[ (_[ ;_[ N_[ a_[ c_[ d_[ e_[ n_[ `[ Ha[ b[ b[ c[ Pc[ c[ c[ d[ 5d[ gd[ d[ e[ f[ g[ Vh[ Wh[ ^h[ i[ i[ ;j[ {j[ j[ j[ j[ k[ 7k[ Vk[ uk[ vk[ k[ k[ k[ k[ k[ k[ k[ k[ k[ l[ l[ 2l[ Tl[ vl[ l[ l[ l[ l[ l[ !m[ 6m[ 7m[ Hm[ {m[ m[ m[ m[ m[ m[ o[ o[ o[ p[ <p[ tp[ p[ 
q[ _q[ `q[ q[ Yr[ Zr[ s[ s[ s[ s[ t[ st[ tt[ t[ t[ !u[ Yu[ u[ u[ Dv[ Ev[ Ov[ Zv[ v[ v[ v[ v[ v[ v[ v[ v[ w[ w[ w[ w[ w[ $w[ lw[ w[ w[ w[ x[ ,x[ cx[ x[ x[ x[ x[ x[ x[ x[ x[ x[ y[ y[ y[ y[ y[ 'y[ Ey[ iy[ y[ y[ y[ y[  z[ (z[ )z[ <z[ Oz[ bz[ uz[ wz[ xz[ yz[ z[ z[ z[ G{[ H{[ Y{[ Z{[ [{[ {[ {[ {[ {[ {[ {[ {[ {[ {[ {[ |[ |[ }[ }[ #}[ $}[ %}[ &}[ W}[ }[ }[ ~[ ~[ =~[ 5[ 6[ j[ [ [ [ `[ [ [ ([ o[ [ [ [ [ [ *[ ][ g[ q[ r[ [ [ [ ӂ[ [ [ [ [ [ [ [ [ ̓[ [ [ <[ ~[ [ [ [ Ą[ ̄[ ̈́[ [ [ [ [ [ [ [ 2[ E[ X[ k[ m[ n[ [ [ [ [ [ I[ f[ [ [ ʆ[ Ն[ [ [ "[ H[ g[ h[ i[ z[ [ [ [ [ [ [ [ [ [ 0[ 1[ D[ W[ j[ }[ [ [ [ [ [ ![ [[ m[ [ [ ҉[ [ ?[ C[ D[ E[ F[ W[ [ [ [ [ [ Ԋ[ [ [ [ [ [ [ v[ [ %[ X[ [ [ ֌[ [  [ +[ m[ n[ o[ [ [ [ [ [ ׍[ ؍[ [ ʎ[ [ [ 6[ [ ݏ[ ޏ[ [ [ [ [ N[ O[ [ [ [ [ S[ %[ R[ S[ [ B[ |[ }[ [ d[ e[ [ [ ˖[ ۖ[ [ [ [ ][ [ ֘[ [ e[ [ [ 7[ [ Κ[ [ g[ h[ s[ [ [ [ [ [ [ [ [ [ [ [ [ [ ͛[ ԛ[ ٛ[ [ [ [ [ [ [ [ 	[ 
[ [ [ ,[ 4[ @[ A[ F[ }[ [ ؜[ ٜ[ ޜ[ [ [ U[ V[ [[ [ [ [ [ [ [ [ 8[ 9[ >[ v[ {[ [ [ [ ֞[ ۞[ [ [ [ 
[ \[ a[ m[ n[ q[ {[ |[ [ [ [ [ [ [ [ [ [ [ ß[ Ο[ ҟ[ ٟ[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Ѡ[ Ҡ[ [ [ [ [ [ [ [ [ [ [ %[ &[ /[ 3[ 4[ G[ S[ T[ U[ V[ W[ i[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ȡ[ ɡ[ ס[ ء[ ١[ ڡ[ [ [ [ [ [ [ [ [ [ [ ̥[ %[ 2[ z[ {[ [ Ϧ[ Ц[ [ [ 	[ [ Z[ [[ \[ i[ [ 8[ [ [ [ [ ت[ ٪[ [ h[ ë[ 4[ [ [ j[ k[ *[ [ [ [ $[ B[ C[ V[ [ [ ΰ[ [ [ w[ [ [ β[ [ [ [ [ [ [ [ [ =[ I[ X[ d[ e[ [ ̶[ [ [ [ Y[ ^[ [ [ [ [ [ [ [ ޹[ ߹[ 0[ [ [ ̺[ ͺ[ q[ r[ ʼ[ ˼[ 9[ :[ [ [ [ [ ٿ[ [ [ T[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 	[ 
[ #[ %[ *[ +[ 9[ ;[ A[ B[ U[ W[ ][ ^[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ,[ -[ .[ /[ 
[ [ [ b[ |[ [ [ [ [ E[ Y[ [ [ [ [  [ >[ r[ [ [ [ [ "[ A[ u[ v[ w[ x[ [ [ [ [ [ [ [ [ [ O[ P[ n[ |[ [ [ [ [ [ [ [ *[ @[ V[ l[ m[ [ [ [ [ [ &[ 0[ 1[ X[ u[ v[ [ [ [ [ [ [ [ [ [ [ ([ )[ M[ i[ j[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ ;[ W[ X[ j[ [ [ [ [ [ [ [ 	[ [ :[ ;[ <[ c[ d[ e[ f[ g[ h[ q[ [ [ [ [ [ [ [ [ [ [ ,[ -[ .[ [[ \[ ][ ^[ _[ `[ i[ [ [ h[ i[ j[ {[ [ [ [ [ [ K[ [ [ [ [ [ [ [ [ [ [ A[ W[ Y[ [ [ [ ,[ -[ i[ j[ y[ [ [ [ ![ r[ [ [ [ [ [ [ [ [ [ @[ A[ R[ s[ t[ u[ v[ w[ x[ [ E[ F[ [ [ [ [ [ [ [ )[ A[ X[ [ [ [ [ <[ =[ '[ ([ ?[ T[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 
[ [ [ )[ .[ /[ 9[ >[ ?[ J[ O[ P[ Z[ _[ `[ a[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ ,[ 1[ 2[ <[ A[ B[ M[ R[ S[ ][ b[ c[ d[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ [ [ [ s[ [ [ [ [ [ [ 
[ [ [ [ [ )[ .[ /[ 9[ >[ ?[ @[ g[ u[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ %[ &[ 0[ 5[ 6[ A[ F[ G[ Q[ V[ W[ X[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ .[ /[ :[ ?[ @[ J[ O[ P[ [[ `[ a[ k[ p[ q[ r[ [ [ [ [ ,[ -[ 8[ =[ >[ H[ M[ N[ Y[ ^[ _[ i[ n[ o[ p[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ;[ <[ G[ L[ M[ W[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ @[ e[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ '[ 1[ ;[ <[ o[ [ [ [ [ [ [ [ [ =[ >[ [ [ ![ F[ V[ g[ w[ x[ [ [ [ [ [ 1[ J[ y[ z[ [ [ [ [ [ [ [ $[ %[ t[ [ [ [ [ -[ B[ Z[ [[ \[ m[ $[ %[ &[ '[ P[ [ [ [ &[ 8[ 9[ ([ )[ 3[ >[ q[ {[ [ [ [ [ [ [  [ [ [ [ P[ Q[ `[ q[ [ [ ([ [ [ [ [ [ <[ =[ a[ b[ s[ [ [ u[ [ [ [ [ [ [  [ [ [ [ [ [ [ [ 5[ ?[ I[ J[ p[ [ [ [ [ [ [ [ [ 8[ 9[ [ [ [ [ [ [ [ 	[ 
[ :[ [ [ )[ *[ [ [ [ [  \ Q\ R\ \ \ F\ G\ Y\ \ \ &\ '\ <\ \ )\ ,\ \ \ }	\ 	\ 
\ 
\ 
\ %
\ 8
\ 9
\ >
\ F
\ K
\ L
\ Q
\ Y
\ e
\ f
\ k
\ r
\ w
\ x
\ }
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ \ \ \ \ \ \ D\ E\ \ \ &\ '\ \ \ t\ u\ \ \ \ \ \ \ m\ n\ \ \ \ \ \ \ \ \ &\ 3\ D\ U\ f\ w\ \ \ \ \ \ \ \ \ \ \ \ \ 9\ :\ !\ 
!\ !\ !\ &"\ v"\ w"\ "\ #\ 1#\ a#\ b#\ #\ #\ j$\ k$\ $\ %\ %\ %\ &\ &\ &\ &\ ('\ 2'\ <'\ ='\ k'\ '\ '\ '\ '\ '\ '\ '\ '\ (\ D(\ (\ (\ (\ (\ (\ )\ w)\ x)\ y)\ )\ )\ )\ )\ )\ )\ )\ )\ *\ 9*\ C*\ M*\ N*\ |*\ *\ *\ *\ *\ *\ *\ *\ *\ *\ "+\ M+\ +\ +\ 7,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ -\ %-\ /-\ 0-\ ^-\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ .\ 1.\ q.\ .\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ ,0\ 60\ @0\ A0\ o0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 1\ F1\ 1\ 1\ 1\ 2\ 2\ 2\ ,2\ :2\ ;2\ <2\ F2\ Q2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\  3\ ?3\ K3\ r3\ 3\ 3\ 3\ 4\ C4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 5\ 5\ 5\ M5\ W5\ a5\ b5\ 5\ 5\ 5\ 5\ 5\ 5\ 5\ 6\ 6\ 6\ 7\ 97\ 7\ 7\ 7\ .8\ /8\ 08\ 18\ 28\ 38\ c8\ :\ :\ I:\ :\ :\ :\ A;\ ;\ ;\ ;\ ;\ ;\ .<\ 8<\ B<\ C<\ k<\ <\ <\ <\ <\ <\ <\ <\ <\ <\ e=\ x=\ =\ =\ =\ =\ =\ =\ =\ =\ >\ >\ >\ >\ >\ F>\ i>\ |>\ >\ >\ >\ >\ >\ >\ >\ >\ ?\ @?\ A?\ B?\ S?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ 
@\ @\ 3@\ F@\ Y@\ Z@\ [@\ \@\ e@\ @\ DA\ WA\ =B\ >B\ ?B\ @B\ QB\ C\ C\ C\ C\ 'C\ <C\ QC\ cC\ }C\ C\ C\ C\ C\ C\ C\ 
D\ D\ 9D\ SD\ cD\ }D\ D\ D\ D\ D\ D\ D\ E\ E\ -E\ .E\ /E\ 0E\ 9E\ E\ E\ FF\ GF\ HF\ YF\ F\ F\ F\ F\ F\ F\ F\ F\ G\ ,G\ <G\ VG\ pG\ xG\ G\ G\ G\ G\ G\ G\ H\ ,H\ -H\ .H\ /H\ WH\ oH\ H\ H\ H\ H\ H\ H\ H\ H\ MI\ jI\ I\ I\ J\ J\ J\ J\ J\ J\  K\ (K\ AK\ fK\ yK\ K\ K\ K\ K\ K\ K\ UL\ }L\ L\ 	M\ M\ M\ M\ M\ M\ N\ N\ 7N\ 8N\ ]N\ pN\ N\ N\ N\ N\ N\ N\ N\ O\ O\ O\ >P\ P\ P\ P\ P\ CQ\ DQ\ KQ\ TQ\ UQ\ ]Q\ rQ\ Q\ Q\ Q\ Q\ Q\ Q\ R\ R\ .R\ CR\ UR\ oR\ R\ R\ R\ R\ R\ R\ R\ R\ 4S\ 5S\ ]S\ ^S\ qS\ S\ S\ S\ S\ S\ S\ S\ S\ T\ T\ U\ 2U\ U\ rV\ sV\ tV\ V\ V\ kW\ rW\ {W\ |W\ W\ W\ W\ W\ W\ W\ 	X\ X\ 4X\ NX\ _X\ yX\ X\ X\ X\ X\ X\ X\ Y\ Y\ 1Y\ KY\ \Y\ vY\ wY\ xY\ yY\ Y\ Y\ Y\ Y\ Y\ Y\ Z\ Z\ Z\ Z\ 
Z\ Z\ ([\ [\ [\ \\ b\\ \\ -]\ ]\ 2^\ ^\ ^\ ^\ ^\ _\ 5_\ e_\ _\ _\ _\ `\ I`\ }`\ ~`\ `\ `\ `\ `\ `\ `\ a\ a\ +a\ =a\ Wa\ qa\ a\ a\ a\ a\ a\ a\ b\ b\ )b\ >b\ Sb\ eb\ b\ b\ b\ b\ b\ b\ 	c\ c\ 4c\ 5c\ 6c\ 7c\ _c\ `c\ sc\ c\ c\ c\ c\ c\ c\ c\ c\ d\ e\ e\ af\ nf\ f\ Rg\ g\ h\ h\ h\ h\ 
i\ /i\ Fi\ ei\ i\ i\ i\ i\ i\ j\ #j\ ,j\ -j\ 5j\ Gj\ Yj\ kj\ }j\ j\ j\ j\ j\ j\ k\ k\ (k\ 9k\ Pk\ Qk\ Yk\ kk\ }k\ k\ k\ k\ k\ k\ k\ l\ %l\ 6l\ Ll\ ]l\ tl\ ul\ vl\ wl\ l\ l\ l\ l\ l\ l\ l\ m\ m\ m\ m\ n\ n\ o\ 6p\ p\ p\ 9q\ Xq\ q\ q\ r\ r\ @s\ _t\ u\ u\ u\ u\ w\ w\ w\ x\ 8x\ Wx\ x\ x\ x\ x\ y\ y\ %y\ iy\ jy\ y\ y\ y\ y\ y\ y\ y\ y\ y\ y\ z\ 6z\ 7z\ Yz\ {z\ z\ z\ z\ z\ z\ {\ >{\ ?{\ @{\ A{\ {{\ +}\ -}\ a}\ }\ }\ ~\ Y~\ ~\ ~\ ~\ P\ \ \ \ \ |\ }\ \ \ \ F\ \ \ \ >\ \ \ \ \ \ +\ 5\ ?\ @\ h\ i\ |\ \ \ \ \ \ \ \ 
\ -\ d\ \ \ ʅ\ \ /\ 0\ A\ B\ C\ k\ l\ \ \ \ \ \ \ \ ņ\ \ \ \ \ \ \ \ Ƈ\ Ǉ\ ڇ\ \  \ \ \ \ \  \ >\ b\ \ \ \ \ \ !\ "\ 5\ H\ [\ n\ p\ q\ r\ {\ \ "\ \ \ \ \ Ê\ Ċ\ \ \ \ \ \ ۋ\ ӌ\ Ԍ\ \ J\ \ \ \ ?\ \ Ǝ\ 
\ \\ \ \ \ \ ȏ\ \ \ \ \ 8\ 9\ ^\ q\ \ \ \ \ \ \ (\ Y\ k\ \ \ ڑ\ \ \ .\ [\ b\ j\ k\ \ \ \ \ \ \ \ В\ \ \ 	\ \ \ "\ #\ ,\ \ \ \ \ \ 0\ h\ s\ \ \ \ \ \ \ \ \ L\ S\ [\ \\ \ \ \ \ \ Ε\ ϕ\ \ \ \ \ \ \ \ (\ \ \ \ \ F\ Q\ p\ \ ݗ\ \ \ \ \ \ "\ #\ K\ L\ _\ r\ \ \ \ \ \ \ \ Q\ Ù\ \ '\ 9\ t\ \ \ ɚ\ \ \ 
\ \ K\ L\ M\ N\ u\ v\ \ h\ \ \ Ԝ\ @\ {\ |\ \ +\ \ \ \ \ &\ \ \ \ \ á\ \ \ .\ \ \ \ N\ \ \ 8\ M\ i\ y\ \ \ \ \ E\ t\ \ \ @\ \ է\ -\ l\ \ \ \ \ \ ,\ 8\ K\ O\ P\ Q\ R\ S\ T\ U\ V\ W\ k\ r\ w\ \ \ \ \ \ \ \ \ \ \ \ ʩ\ ҩ\ ީ\ ߩ\ \ \  \ v\ w\ |\ \ \ \ \ \ 0\ 4\ \ \ \ \ \ ֫\ ׫\ ܫ\ \ \ @\ A\ F\ t\ y\ \ \ \ \ \ \ \ \ \ \ \ \ &\ '\ (\ 9\ >\ F\ M\ T\ `\ a\ l\ p\ w\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ U\ V\ o\ p\ \ \ \ \ \ \ \ \ \ \ î\ Į\ ͮ\ Ѯ\ Ү\ \ \ \ \ \ \ \ !\ "\ -\ :\ ;\ E\ R\ S\ T\ U\ V\ W\ X\ Y\ f\ g\ u\ v\ w\ x\ \ \ ^\ _\ Q\ R\ )\ *\ A\ J\ j\ ó\ г\ \ \ %\ m\ n\ \ \ \ \ \ \ \ \ ?\ ֵ\ \ \ \ \ v\ w\ \ \ a\ ҹ\ 8\ \ \ 	\ Ȼ\ #\ \ \ ¼\ \ \ \ Z\ [\ l\ \ \ \ 7\ P\ l\ \ \ \ \ 0\ 1\ \ \ \ \ \ \ \ T\ j\ \ \ \ \ \ ;\ \ \ \  \ ]\ \ |\ }\ \ \ \ j\ k\ \ \ h\ i\ \ \ \ \ \\ ]\ w\ \ 8\ \ 9\ :\ \ \ $\ (\ )\ ?\ @\ T\ U\ V\ _\ m\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ .\ 0\ 5\ 6\ P\ R\ W\ X\ g\ i\ o\ p\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ N\ h\ \ \ \ \ +\ C\ w\ \ \ \ \ .\ b\ |\ \ \ \ \ \ \ \ 8\ A\ B\ X\ ~\ \ \ \ \ \ \ \ \ -\ .\ L\ |\ }\ ~\ \ \ \ \ 
\ \ q\ r\ |\ \ \ \ \ \ \ \ \ *\ @\ V\ l\ n\ \ \ \ \ \ \ \ \ \ \ \ \ \  \ 1\ Q\ R\ S\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ 3\ L\ a\ v\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ .\ /\ C\ D\ f\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ P\ Q\ \ \ \ \ 9\ :\ ;\ <\ \\ \ \ 3\ 4\ >\ I\ |\ \ \ \ \ \ \ \ (\ )\ 2\ \ \ \ \ \ h\ \ \ \ \ S\ T\ u\ v\ w\ x\ y\ z\ \ \ \ \ \ \ \ \ \ \ C\ \ \ %\ 0\ :\ E\ O\ P\ \ \ \ \ #\ $\ _\ \ \ \ \ \ \ \ \ +\ ;\ <\ G\ L\ M\ W\ \\ ]\ h\ m\ n\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *\ :\ ;\ F\ K\ L\ V\ [\ \\ g\ l\ m\ w\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ \ *\ 8\ H\ I\ T\ Y\ Z\ d\ i\ j\ u\ z\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ (\ )\ *\ C\ Q\ a\ b\ m\ r\ s\ }\ \ \ \ \ \ \ \ \ \ \ Z\ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ $\ /\ 4\ 5\ ?\ D\ E\ P\ U\ V\ `\ e\ f\ g\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ &\ 4\ D\ E\ P\ U\ V\ `\ e\ f\ q\ v\ w\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 	\ \ \ \ |\ }\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
\ \ -\ ;\ K\ L\ W\ \\ ]\ g\ l\ m\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 8\ F\ V\ W\ b\ g\ h\ r\ w\ x\ \ \ \ \ \ \ \ \ \ \ &\ '\ }\ ~\ \ \ \ \ 5\ 6\ j\ |\ }\ \ \ \ \ \ \ 
\ 1\ C\ E\ \\ ]\ f\ \ \ \ \ *\ \ \ \ \ \ \ \ :\ ;\ L\ \ \ \ \ \ \ >\ m\ n\ o\ p\ q\ z\ \ \ \ q\ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ }\ ~\ \ \ \ \ \ \ \ \ \ \ #\ $\ J\ y\ \ \ \ \ \ \ \ \ \  ] G ] H ]  ] 4] T] u] ] ] ] ] ]  ] ] b] ] ] Q] ] ] ] ] ] ] C] D] x] ] ] ] ] ] ] ] ] ] 6] H] I] J] K] T] ] ] ] ] &] '] H] I] Z] ] ] ] ] ] n] ] 	] 	] _] l] 
] 
] 
] ] ] ] ] ] ] ] ]] ^] ] ] ] '] ] ] 5] 6] ] 0] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	] ] ] ] ] "] .] /] 7] ?] D] E] M] U] a] b] j] q] v] w] ] ] ] ] ] ] 6] 7] ] ] $] %] ] ] <] H] ] ] {] |] ] ] e] &!] '!] /"] 0"] "] $] $] $] +&] 5&] {'] |'] (] (] (] (] (] (] (] )] )] &)] ')] :)] M)] d)] {)] |)] )] *] *] U+] V+] +] +] .] .] ~/] /] /] 0] 0] t0] 0] 0] 0]  1] I1] 1] 2] 	2] 02] @3] M3] y3] }4] ~4] 4] 4] 4] 4] 4] 4] 	5] ;5] <5] >5] ?5] @5] I5] 5] 5] 5] 5]  6] H6] S6] 6] 6] 6] 7] 7] 7] (7] _7] `7] a7] b7] 7] 7] 7] 7] 7] 7] 7] 7] 8] ?8] @8] A8] C8] D8] E8] N8] 8] 8] 8] 8] +9] O9] 9] >:] N:] O:] P:] a:] o:] p:] q:] {:] :] :] :] :] :] :] ";] #;] $;] %;] ';] (;] );] 2;] q;] };] ;] ;] <] 3<] <] "=] 2=] 3=] 4=] E=] S=] T=] U=] V=] =] =] =] =] =] =] =] 
>] 4>] 5>] 6>] 7>] 9>] :>] ;>] D>] >] >] >] >] #?] C?] {?] ?] ?] ?] ?] ?] ?] ?] ?] ?] "@] ,@] 6@] 7@] e@] @] @] @] @] @] @] @] @] @] A] >A] ^A] A] A] A] *B] +B] <B] JB] KB] LB] B] B] B] B] B] B] B]  C] )C] *C] +C] -C] DC] EC] NC] PD] QD] bD] D] D] E] E] E] E] E] E] E] E] E] F] G] G] G] )H] `H] H] H] .I] I] I] I] I] I] I] I] I] 	J] )J] <J] OJ] bJ] uJ] wJ] J] J] J] K] K] CK] DK] EK] VK] K] K] K] K] K] K] K] K] K] K] L] L] -L] @L] SL] TL] UL] VL] _L] L] L] L] L] L] L] "M] )M] 2M] 3M] IM] YM] ZM] [M] \M] ]M] ^M] _M] `M] aM] bM] M] M] M] M] M] M] M] M] M] N] @N] N] N] O] O] O] O] O] P] P] P] P] P] P] P] Q] Q] 5Q] EQ] _Q] yQ] Q] Q] Q] Q] Q] Q] R] R] 5R] 6R] 7R] 8R] `R] R] R] R] R] R] R] R] R] BS] pS] S] S] S] S] AT] HT] QT] RT] ZT] oT] T] T] T] T] T] T] U] U] +U] @U] RU] lU] U] U] U] U] U] U] U] U] 
V]  V] 3V] FV] YV] ZV] [V] \V] eV] V] W] OW] W] 6X] 7X] 8X] 9X] JX] X] X] X] X] Y] Y] *Y] =Y] >Y] ?Y] @Y] IY] Y] Z] ^Z] Z] E[] F[] G[] H[] Y[] [] [] [] [] [] \] !\] 4\] G\] H\] I\] J\] S\] (]] O]] ]] ]] {^] |^] }^] ^] ^] ^] ^] ^] ^] ^] _] %_] 7_] Q_] k_] {_] _] _] _] _] _] _] 
`] '`] 7`] Q`] k`] l`] m`] n`] `] `] `] `] `] a] "a] 5a] Ha] [a] \a] ]a] ^a] ga]  b] b] b] b] cc] d] d] d] #d] d] 	e] e] e] e] "e] 7e] Le] ae] se] e] e] e] e] e] e] f] f] 4f] If] ^f] pf] f] f] f] f] f] f] g] g] g] g] ?g] @g] Sg] fg] yg] g] g] g] g] g] g] oh] h] 'i] zi] i]  j] vj] j] &k] k] &l] 'l] .l] ml] l] l] m] /m] cm] m] m] m] n] n] -n] qn] xn] n] n] n] n] n] n] n] n] o]  o] :o] To] eo] o] o] o] o] o] o] o] p] p] 7p] Hp] bp] |p] p] p] p] p] p] p] p] p] p] q] $q] 7q] Jq] ]q] ^q] _q] `q] iq] 'r] !s] s] s] t] yt] t] lu] #v] *v] jv] v] v] v] v] w] "w] cw] dw] ew] vw] w] w] w] w] w] w] w] 	x] x] 2x] Ix] `x] qx] x] x] x] x] x] x] x] x] 	y] y] -y] ?y] Vy] my] y] y] y] y] y] y] y] z] z] z] z] =z] >z] Qz] dz] wz] z] z] z] z] z] z] {] |] V}] }] R~] ~] ~] ~] S] q] ] 5] ހ] ] %] ] ] ] 6] 7] w] ] օ] ] 5] T] s] ] ] ] Æ] ] ] ,] -] 2] 4] 5] 6] ?] L] n] ] ] ԇ] Շ] ] ] ;] ]] r] s] ] ] ܈] ݈] ވ] ߈] ] Ɋ] ˊ] ] A] x] ] ] F] ] ] ] ] ] U] V] ] ] R] ] ] ] &] ]] ] ܐ] +] ] ] ] ] ɑ] ӑ] ݑ] ޑ] ] ] ] -] @] S] U] V] W] `] ] ˒] ] 0] N] h] ] ͓] Γ] ߓ] ] ] 	] 
] ] 0] C] V] X] Y] Z] c] ] ] (] )] :] ;] <] d] e] x] ] ] ] ] ] ] ] ܕ]  ] ] ] ] ] ] ] ] Ӗ] ] ] ] ] ] ] ] =] ] M] N] _] `] a] b] ] ]  ] G] H] y] q] r] ] ] ] W] ] ݛ] ] d] ] ] O] P] Q] [] f] ] ] ] ] ֝] ם] ] ] "] 5] 7] M] N] W] ƞ] ] 	] A] L] x] ] ] ̟] ]  ] ] 	] ] /] 0] 1] 2] Z] [] n] ] ] ] ] ] ] ] ʠ] 9] T] ] ] ] Ρ] ] ] 0] L] ^] ] ] ] ] ] ] ] ] ] *] A] B] C] D] l] m] ] ] ] ] ] ] ] ƣ] 5] ]] ] ] ] ] ] 9] {] ] ] ] ] ] ] ] ] ] ] ] #] 6] 8] 9] :] C] ] ] a] ] ŧ] ק] ] ] <] g] ] ] ] ] ] ] ] ] ] ] O] ] 8] 9] r] ު] ] ] L] ɫ] 4] 5] ] ] Ĭ] '] V] W] ] a] ] ] ̯] ~] ] ] ] ] ] ֱ] ] ] ] *] R] S] ] ] ] K] ] ޴] 7] s] ˵] 
] A] ] ] ] ] ʶ] ֶ] ] ] ] ] ] ] ] ] ] ] 	] ] ] %] &] 5] 6] 7] C] D] E] F] Q] U] h] p] |] }] ] ] ] ] ] ] G] L] ] ] ] θ] Ҹ] $] %] *] V] Z] t] u] z] ] ] ޹] ߹] ] ] ] =] >] ?] I] ] ] ] ] ] ] ] ] ĺ] ź] ƺ] ׺] ܺ] ] ] ] ] ] 
] ] ] ] ] ] ]  ] !] "] #] $] %] &] '] (] )] *] +] @] ] ] 
] ] '] 8] 9] M] O] P] Q] R] S] [] a] b] k] o] p] ] ] ] ] ] ] ] ] ] ˼] ؼ] ټ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] #] 5] ] ] ] ] ǿ] ȿ] ] ] ] a] n] ] ] ] ] ] ] D] E] V] ] ] ] ] ] t] 0] 1] ] ] ] ] !] ] ] p] ] ?] ] ] f] ] !] "] `] ~] ] ] ] ] 
] (] J] ] ] ] 
] $] %] .] /] ] ] -] .] y] ] ] ] ] ] ] :] ;] L] ] ] ] 7] 8] T] ] ] U] ] ] l] ] ] ] 	] ] ] ] ] u] v] ,] -] ] ] ] &] ] ] ] ] V] W] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] !] "] #] $] =] ?] E] F] _] a] f] g] u] w] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] $] %] 8] :] ?] @] G] L] g] h] i] j] k] I] J] V] ] ] ] ] :] M] ] ] ] ] ] (] \] z] ] ]  ] ] *] ^] }] ] ] ] ] ] ] ] ] ] +] >] ?] X] ] ] ] ] ] ] ] ] ] ] P] f] |] ] ] ] ] ] ] %] X] b] l] m] ] ] ] ] ] ] 
] ] #] $] -] O] P] d] e] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] &] G] H] \] ]] w] ] ] ] ] ] ] ] .] /] D] E] V] v] w] x] ] ] ] ] ] ] ] ] ] ] ] ]  ] !] 6] 7] H] h] i] j] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] .] /] P] }] ] ] ] ] ] h] i] ] ] ] ] K] L] ]] ] ] ] ] ] ] ] ] ] !] |] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] N] e] }] ] ] ] ] 2] x] y] c] d] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ;] I] Y] Z] e] j] k] u] z] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] ] ] >] L] \] ]] h] m] n] x] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] #] (] )] *] f] t] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ] ] ] ] ]  ] !] ,] 1] 2] <] A] B] C] ] ] ] (] 8] 9] D] I] J] T] Y] Z] e] j] k] u] z] {] |] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 2] @] P] Q] \] a] b] l] q] r] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] %] &] L] Z] j] k] v] {] |] ] ] ] ] ] ] ] ] ] ]  ^  ^ J ^ X ^ h ^ i ^ t ^ y ^ z ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^ ^ 
^ ^ ^ ^ ^ &^ +^ ,^ -^ Y^ g^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ ^ ^ ^ ^ ^ !^ &^ '^ 1^ 6^ 7^ 8^ \^ |^ ^ ^ ^ ^ ^ )^ *^ +^ N^ ^ ^ ^ ^ ^ %^ 0^ c^ m^ w^ x^ ^ ^ ^ ^ ^ ^ ^ X^ Y^ y^ z^ ^ '^ ]^ ^ ^ ^ ^ ^ ^ ^ ^ ;^ T^ m^ ^ ^ ^ ^ ^ ^ 
^ ^ ^ ^ `^ a^ ^ 	^ 	^ 6	^ O	^ i	^ ~	^ 	^ 	^ 	^ 	^ `
^ a
^ b
^ c
^ 
^ ^ ^ P^ b^ t^ u^ d^ e^ o^ z^ ^ ^ ^ ^ ^ 
^ )
^ ;
^ <
^ =
^ >
^ G
^ 
^ 
^ 
^ 
^ 
^ 
^ d^ ^ ^ ^ 9^ V^ x^ y^ ^ ^ ^  ^ V^ ^ ^ 2^ 3^ 4^ 5^ [^ \^ ^ ^ ^ (^ )^ 3^ >^ q^ {^ ^ ^ ^ ^ ^ ^ ^ ^ ^ S^ T^ t^ u^ ^ ^ ^ ^ ^ C^ D^ E^ F^ v^ ^ 0^ e^ f^ ^ 
^ 5^ 6^ G^ ^ ^ N^ O^ ^ ^ ^ ^ ^ b"^ c"^ x"^ "^ e#^ h#^ #^ #^ $^ $^ ?%^ @%^ O%^ a%^ t%^ u%^ z%^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^  &^ &^ &^ &^ &^ &^ $&^ 0&^ 1&^ 2&^ 3&^ &^ &^ ,(^ -(^ )^ )^ *^ *^ *^ *^ b+^ c+^ ,^ ,^ ,^ ,^ -^ .^ .^ /^ /^ 0^ 1^ 1^ D2^ 3^ 3^ 5^ 5^ ;6^ H6^ U6^ b6^ o6^ 6^ 6^ 6^ 6^ 6^ 6^ 6^ 6^ 7^ 7^ 7^ %7^ U8^ V8^ 8^ 8^ u9^ v9^ H<^ I<^ =^ -=^ b=^ =^ =^ >^ @>^ m>^ >^ >^ >^ 7?^ ?^ ?^ ?^ @^ @^ A^ B^ B^ &B^ 1B^ dB^ nB^ xB^ yB^ B^ B^ B^ B^ B^ B^ B^ &C^ 2C^ YC^ C^ C^ C^ C^ *D^ 4D^ YD^ D^ D^ D^ D^ D^ D^ D^  E^ ,E^ -E^ 7E^ BE^ uE^ E^ E^ E^ E^ E^ E^ E^ E^ E^ E^ E^ +F^ 7F^ ^F^ F^ F^ F^ sG^ G^ G^ G^ G^ G^ 
H^ H^ H^ H^ $H^ WH^ aH^ kH^ lH^ H^ H^ H^ H^ H^ H^ H^ H^ H^ I^ I^ BI^ mI^ I^ I^ WJ^ J^ J^ J^ J^ J^ J^ J^ J^ J^  K^ *K^ 5K^ hK^ rK^ |K^ }K^ K^ K^ K^ K^ K^ K^ K^ K^ K^ !L^ -L^ TL^ L^ L^ L^ M^ UM^ VM^ WM^ hM^ vM^ wM^ xM^ M^ M^ M^ M^ M^ M^ N^ -N^ .N^ /N^ 1N^ 2N^ 3N^ <N^ {N^ N^ N^ N^ N^ +O^ HO^ O^ O^ O^ O^ O^ O^ O^ $P^ AP^ KP^ VP^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ Q^ Q^  R^ ?R^ uR^ &S^ 'S^ 8S^ jS^ kS^ lS^ mS^ nS^ oS^ S^ PU^ QU^ U^ U^ U^ 6V^ }V^ V^ !W^ "W^ ,W^ 7W^ jW^ tW^ ~W^ W^ W^ W^ W^ W^  X^ X^ X^ ,X^ -X^ 6X^ X^ X^ X^ X^ X^ X^ !Y^ (Y^ 0Y^ 1Y^ GY^ WY^ XY^ YY^ ZY^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^  Z^ NZ^ |Z^ }Z^ ~Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^  [^ ([^ I[^ J[^ o[^ [^ [^ [^ [^ [^ [^ [^ \^ \^ y]^ z]^ {]^ |]^ ]^ J^^ Q^^ Z^^ [^^ c^^ x^^ ^^ ^^ ^^ ^^ ^^ ^^ _^ _^ 4_^ I_^ [_^ u_^ _^ _^ _^ _^ _^ _^ _^ _^ `^ C`^ V`^ i`^ j`^ k`^ l`^ u`^ `^ a^ a^ a^ a^ a^ a^ a^ a^ a^ a^ 
b^ "b^ 4b^ Nb^ hb^ xb^ b^ b^ b^ b^ b^ b^ 
c^ $c^ 4c^ Nc^ hc^ ic^ jc^ kc^ c^ c^ c^ c^ c^ c^ c^ c^ c^ d^ d^ d^ d^ 6e^ e^ e^ e^ e^ e^ ;f^ <f^ df^ }f^ f^ f^ f^ f^ f^ f^ f^ f^ g^ g^ g^ Eh^ h^ h^ h^ h^ h^ Ji^ Ki^ si^ ti^ i^ i^ i^ i^ i^ i^ i^ i^ i^ j^ j^ 1k^ zk^ l^ l^ l^ ,l^ l^ l^ l^ l^ l^ l^ l^ l^ l^ l^ 	m^ m^ 3m^ Mm^ Um^ jm^ m^ m^ m^ m^ m^ m^ 	n^ 
n^ n^ n^ n^ pn^ qn^ n^ n^ n^ n^ n^ n^ n^ n^ n^ n^ o^ o^ p^ Zp^ np^ q^ q^ q^ q^ q^ +r^ r^ r^ r^ r^ r^ r^ r^ r^ s^ +s^ Es^ Vs^ ps^ s^ s^ s^ s^ s^ s^ s^ t^ (t^ Bt^ St^ mt^ t^ t^ t^ t^ t^ t^ t^ t^ t^ u^ u^ *u^ =u^ >u^ ?u^ @u^ Iu^ 
v^ dv^ v^ w^ Kw^ w^ x^ ix^ x^ ny^ y^ y^ y^ z^ Zz^ qz^ z^ z^ {^ -{^ Y{^ {^ {^ {^ {^ |^ |^ |^  |^ (|^ =|^ R|^ g|^ y|^ |^ |^ |^ |^ |^ }^ }^ .}^ H}^ P}^ e}^ z}^ }^ }^ }^ }^ }^  ~^ ~^ +~^ E~^ V~^ p~^ q~^ r~^ s~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ^ ^ ^ '^ ^ ^ ^ ^ 
^ ^ ȃ^ ^ '^ F^ k^ ^ ^ ^ ^ ^ ^ ^ X^ _^ h^ i^ q^ ^ ^ ^ ^ Ѕ^ ^ ^ ^ &^ =^ N^ d^ u^ ^ ^ ^ ^ ^ ˆ^ ݆^ ^ ^ "^ 3^ J^ a^ r^ ^ ^ ^ ^ ^ ^ ۇ^ ܇^ ^ ^ ^ (^ ;^ =^ >^ ?^ H^ Z^ "^ ^ r^ ^ *^ u^ ^ ^ ^ A^ Ӎ^ |^ ^ Ð^ 0^ 1^ 8^ Ԓ^ Ւ^ ^ U^ t^ ^ ӓ^ ^ ^ 0^ O^ P^ a^ ^ ^ ʔ^ ˔^ Д^ Ҕ^ Ӕ^ Ԕ^ ݔ^ ^ ^ .^ P^ r^ s^ ^ ^ ٕ^ ^ ^ ^ "^ U^ z^ {^ |^ }^ ^ g^ i^ ^ ߘ^ ^ N^ ^ ^ 9^ :^ ^ 3^ 4^ ^ ^ ^ ^ ^ M^ N^ ^ ĝ^ ^ 3^ z^ ɞ^ ^ ^ )^ 4^ g^ q^ {^ |^ ^ ^ ^ ˟^ ޟ^ ^ ^ ^ ^ ^ F^ i^ ^ Π^ ^ ^ =^ k^ l^ }^ ~^ ^ ^ ^ ^ Ρ^ ^ ^ ^ ^ ^ ^ ^ C^ Ƣ^ Ǣ^ آ^ ٢^ ڢ^ ^ ^ ^ )^ <^ O^ Q^ R^ S^ \^ z^ ^ !^ "^ 3^ 4^ 5^ ]^ ^^ q^ ^ ^ ^ ^ ^ ^ ^ ۤ^ ^^ ^ ^ ^ ^ ^  ^ 1^ ^ ^ ^ ^ ^ ^ ^ D^ ^ ^ ^ :^ {^ ^ ^ I^ ^ ^ ^ ^ ^ ^ 7^ A^ K^ L^ t^ u^ ^ ^ ^ ӫ^ ի^ ^ ^ ^ d^ ^ ^ ߬^ ^ ^ X^ Y^ j^ ^ ^ ^ ^ ^ ͭ^ έ^ ϭ^ Э^ ^ ^ ^ ^ 2^ E^ G^ H^ ^^ _^ h^ ׮^ ^ #^ @^ Y^ l^ ^ ^ ί^ ^ ^ "^ A^ B^ C^ T^ ^ ^ ^ ^ Ȱ^ ߰^ ^ ^ ^ 
^ ^ ^ 1^ D^ W^ Y^ Z^ [^ d^ ӱ^ ^ 5^ G^ ^ ^ ^ ײ^ ^ ^ ^ ^  ^ 1^ ^^ _^ ^ ^ ^ ^ ^ Գ^ ֳ^ ׳^ س^ ^ P^ ^ ^ 2^ c^ u^ ^ ^ ڵ^ ^ G^ H^ I^ Z^ ^ ^ ^ ^ ^ ^ ^ ^ ַ^ ׷^ ^ |^ ^ ^ ^ g^ ҹ^ ӹ^ (^ )^ b^ ź^ ^ ^ -^ ^ ,^ -^ j^ ^ V^ W^ ^ >^ ?^ t^ ^ ^ ^ ȿ^ ^ ^ 7^ ^ ^ ^ ?^ |^ ^ ^ i^ ^ ^ A^ B^ M^ Y^ h^ t^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ W^ \^ ^ ^ ^ ^ ^ /^ 0^ 5^ l^ p^ ^ ^ ^ ^ ^ ^ ^ ^ P^ U^ |^ }^ ^ ^ ^ ^ ^ ^ ^ 6^ ;^ G^ H^ K^ U^ V^ Y^ b^ c^ d^ u^ z^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 	^ 
^ ^ !^ -^ .^ /^ 0^ 1^ C^ ]^ ^^ i^ v^ w^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ e^ f^ }^ ^ ^ ^ ^ T^ U^ a^ ^ ^ ^ ^ ^ ^ 4^ 5^ 6^ C^ {^ ^ ^ ^ ^ ^ ^ ^ ^ B^ ^ ^ t^ ^ D^ E^ ^ _^ ^ ^ ^ ^ ^ 0^ ^ ^ ^ ^ ^ Q^ s^ ^ ^ ^ ^ ^ ^ l^ m^ ^ ^ ^ #^ 2^ >^ ?^ ^ ^ ^ ^ ^ 3^ 8^ w^ ^ ^ ^ \^ ^ ^ ^ ^ 
^ Z^ [^ ^ ^ K^ L^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ t^ .^ u^ v^ ^ ^ `^ d^ e^ {^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ /^ 1^ 7^ 8^ M^ O^ T^ U^ j^ l^ q^ r^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 	^ ^ ^ ^ <^ V^ ^ ^ ^ ^ ^ 3^ g^ ^ ^ ^ ^ ^ L^ j^ ^ ^ ^ ^ ^ O^ P^ Q^ R^ t^ }^ ~^ ^ ^ ^ ^ ^ ^ )^ *^ H^ V^ i^ j^ ^ ^ ^ ^ ^ ^ ^ 0^ F^ G^ ^ ^ ^ ^ ^  ^ 
^ ^ 2^ O^ P^ f^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ '^ C^ D^ Y^ Z^ [^ \^ m^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 1^ 2^ D^ o^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ =^ >^ ?^ @^ A^ B^ K^ j^ k^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 5^ 6^ 7^ 8^ 9^ :^ C^ ^ ^ B^ C^ D^ U^ u^ v^ w^ x^ ^ %^ Y^ o^ p^ z^ ^ ^ ^ ^ ^ ^ ^ 1^ 3^ d^ e^ n^  _  _ C _ D _ S _  _  _  _  _ L_ _ _ _ _ _ _ _ _ _ _ _ ,_ M_ N_ O_ P_ Q_ R_ _ _  _ a_ l_ v_ _ _ _ _ _ _ 2_ __ `_ _ _ _ _ _ _ _ ._ Y_ g_ w_ x_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ _ _ _ $_ )_ *_ 4_ 9_ :_ ;_ X_ f_ v_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ '_ ,_ -_ 7_ <_ =_ >_ f_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ 	_ "	_ #	_ .	_ 3	_ 4	_ >	_ C	_ D	_ O	_ T	_ U	_ _	_ d	_ e	_ f	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ M
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ _ _ 	_ _ _ _ _ A_ O_ __ `_ k_ p_ q_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _ 
_ _ _ _  _ !_ +_ 0_ 1_ 2_ b_ p_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 	
_ 
_ 
_ 
_ $
_ )
_ *
_ 5
_ :
_ ;
_ E
_ J
_ K
_ L
_ 
_ 
_ 
_ 
_ _ _ _ _ _ "_ '_ (_ 3_ 8_ 9_ C_ H_ I_ J_ i_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ !_ &_ '_ 1_ 6_ 7_ B_ G_ H_ R_ W_ X_ Y_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ?_ b_ c_ _ _ _ _ _ _ q_ r_ _ _ _ _ _ _ _ _ _ I_ m_ _ _ _ _ _ _ _ _ _ f_ _ _  _ 0_ A_ Q_ R_ v_ w_ _ _ _ _ $_ S_ T_ z_ _ _ _ _ _ _ _ _ N_ _ _ _ _ _ _ 4_ 5_ 6_ G_ _ _  _ _ *_ _ _ _  _ _ _ _ _ 
_ _ K_ U_ __ `_ _ _ _ _ _ _ _ _ *_ +_ :_ K_ _ _ _ p_ _ _ _ _ _ _ ;_ <_ M_ _ _ O_ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _  _ # _ $ _ J _ r _  _  _  _  _  _  _  _ !_ !_ b!_ c!_ !_ !_ !_ !_ !_ !_ !_ "_ "_ "_ %_ %_ '_ '_ (_ (_ (_ +*_ ,*_ *_ *_  ,_ !,_ 3,_ -_ -_  0_ 0_ 0_ c0_ 1_ 1_ q1_ r1_ W2_ l2_ 2_ 2_ 2_ 2_ 3_ 3_ 3_  3_ %3_ &3_ +3_ 33_ ?3_ @3_ E3_ L3_ Q3_ R3_ W3_ ^3_ j3_ k3_ s3_ {3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ r4_ s4_ 5_ 5_ `7_ a7_ 8_ 8_ x8_ 8_  9_ 9_ 9_ 9_ N:_ O:_ :_ b<_ c<_ k=_ l=_ =_ G?_ H?_ ?_ gA_ qA_ B_ B_ C_ C_ C_  D_ 
D_ D_ /D_ @D_ QD_ bD_ cD_ vD_ D_ D_ D_ D_ D_ E_ E_ F_ F_ G_ G_ I_ I_ J_ J_  K_ PK_ QK_ K_ K_ L_ ;L_ <L_ L_ L_ DM_ EM_ lM_ |N_ N_ N_ O_ O_ O_ O_ P_ P_ P_ P_ EP_ wP_ xP_ zP_ {P_ |P_ P_ P_ P_ P_ Q_ \Q_ Q_ Q_ Q_ Q_ Q_ QR_ RR_ SR_ dR_ R_ R_ R_ R_ R_ R_ R_ R_ S_ S_ 'S_ (S_ VS_ {S_ |S_ }S_ S_ S_ S_ S_ S_ S_ S_ 'T_ gT_ T_ U_ zU_ U_ U_ U_ U_ U_ U_ U_ U_ U_ U_ U_ 	V_ 
V_ 8V_ ^V_ _V_ `V_ aV_ cV_ dV_ eV_ nV_ V_ V_ V_ W_ KW_ oW_ W_ ^X_ nX_ oX_ pX_ X_ X_ X_ X_ X_ X_ X_ X_ Y_ Y_ Y_ Y_ IY_ pY_ qY_ rY_ sY_ uY_ vY_ wY_ Y_ Y_ Y_ Y_  Z_ _Z_ Z_ Z_ Z_ Z_ Z_ [_ [_ [_ [_  [_ +[_ ^[_ h[_ r[_ s[_ [_ [_ [_ [_ [_ [_ [_ [_ \_ %\_ L\_ z\_ \_ \_ \_ ]_ f]_ g]_ x]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ '^_ 1^_ ;^_ <^_ e^_ f^_ g^_ i^_ ^_ ^_ ^_ __ __ __ __ `_ `_ `_ `_ a_ 	a_ 
a_ a_ a_ 
a_ =a_ b_ b_ #c_ ec_ c_ c_ d_ jd_ d_ d_ d_ d_ e_ e_ e_ e_ Ee_ ee_ xe_ e_ e_ e_ e_ e_ e_ e_ ?f_ Rf_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_  g_ Cg_ Vg_ ig_ |g_ g_ g_ g_ g_ g_ g_ g_ h_ h_ h_ -h_ ^h_ eh_ nh_ oh_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ 
i_  i_ 3i_ 4i_ 5i_ 6i_ ?i_ |i_ j_ 1j_ k_ k_ k_ k_ +k_ k_ k_ k_ k_ l_ l_ +l_ =l_ Wl_ ql_ l_ l_ l_ l_ l_ l_ l_ m_ -m_ =m_ Wm_ qm_ rm_ sm_ tm_ m_ m_ m_ m_ n_ n_ 	n_ 
n_ n_ ~n_ n_  o_ !o_ "o_ 3o_ }o_ o_ o_ o_ o_ o_ o_ o_ o_ p_ p_ 0p_ Jp_ Rp_ gp_ |p_ p_ p_ p_ p_ p_ q_ q_ q_ 	q_ 1q_ Iq_ \q_ oq_ q_ q_ q_ q_ q_ q_ 'r_ Dr_ r_ r_ rs_ ss_ ts_ us_ s_ s_ s_ t_ t_ @t_ St_ ft_ yt_ zt_ {t_ |t_ t_ /u_ Wu_ u_ u_ v_ v_ v_ v_ v_ v_ v_ w_ w_ 7w_ Jw_ ]w_ pw_ w_ w_ w_ w_ w_ dx_ x_ x_ y_ y_ y_ y_ y_ z_ z_ %z_ .z_ /z_ 7z_ Lz_ az_ sz_ z_ z_ z_ z_ z_ z_ {_ {_ /{_ I{_ c{_ s{_ {_ {_ {_ {_ {_ {_ |_ |_ 7|_ 8|_ K|_ ^|_ q|_ |_ |_ |_ |_ |_ |_ \}_ }_ }_ ~_ ~_ L_ M_ N_ __ _ E_ L_ U_ V_ ^_ s_ _ _ _ ɀ_ _ _ _ (_ 9_ S_ [_ p_ _ _ _ Ɓ_ _ _ _ %_ 6_ P_ Q_ R_ S_ {_ |_ _ _ _ Ȃ_ ۂ_ ܂_ ݂_ ނ_ _ _ _ c_ _ _ <_ _ _ b_ _ b_ c_ j_ _ _ _ ?_ k_ _ ˈ_ _ #_ W_ X_ i_ _ _ _ _ Ɖ_ ۉ_ _ _ _ 1_ K_ \_ v_ _ _ _ ̊_ _ _ _ _ -_ ?_ Y_ s_ _ _ _ ɋ_ _ _ _ _ _ _ 9_ :_ M_ `_ s_ _ _ _ _ _ _ c_ ]_ Ŏ_ ;_ H_ _ ,_ _ __ f_ _ ő_ _ 	_  _ ?_ ^_ _ _ _ _ _ _ _ _ _ !_ 3_ E_ W_ n_ _ _ _ ē_ ۓ_ _ _ _ *_ +_ 3_ E_ W_ i_ {_ _ _ _ є_ _ _ _ &_ 7_ N_ O_ P_ Q_ y_ z_ _ _ _ ƕ_ ٕ_ ە_ ܕ_ ݕ_ _ _ _ _ _ _ ș_ _ 2_ _ _ ߚ_ q_ _ 9_ a_ Ξ_ Ϟ_ ֞_ r_ s_ _ _ _ 1_ q_ _ _ Ρ_ _ _ _ C_ D_ h_ i_ n_ p_ q_ r_ {_ _ _ ̢_ _ _ _ 3_ U_ w_ _ _ _ _ _ _ _ _ _ U_ _ _ ;_ }_ _ _ 3_ _ ק_ ا_ *_ Ѩ_ Ҩ_ _ _ V_ W_ _ _ _  _ b_ _ ѫ_ _ g_ _ _ Ǭ_ Ҭ_ _ _ _ _ B_ C_ V_ i_ |_ _ _ _ _ _ _ _ >_ l_ _ _ ۮ_ 	_ 
_ _ _ _ E_ F_ Y_ l_ _ _ _ _ _ _ _ _ d_ e_ v_ w_ x_ _ _ _ ǰ_ ڰ_ _ _ _ _ _ _ <_ _ _ ѱ_ ұ_ ӱ_ _ _ _ "_ 5_ H_ J_ K_ L_ U_ y_ _ _ _ _ _ _ _ ϳ_ [_ \_ _ _ _ _ _ _ $_ [_ _ ض_ _ [_ _ _ 6_ _ _ _ _ _ ո_ ߸_ _ _ _ _ 8_ K_ ^_ q_ s_ _ _ _ _ 3_ E_ }_ _ _ _ _ _ 5_ <_ D_ E_ [_ k_ l_ m_ n_ _ _ _ _ л_ _ _ _ _ _ _ u_ _ _ ޼_ _ 
_ B_ M_ l_ _ _ _ ߽_ _ _ _ &_ -_ 5_ 6_ f_ }_ ~_ _ _ _ _ _ Ͼ_ _ _ _ _ _ _ q_ _ ӿ_ _  _ +_ J_ u_ _ _ _ _ _ _ _ _ %_ &_ 9_ L_ __ r_ t_ u_ v_ _ _ +_ _ _ _ _ N_ Y_ x_ _ _ _ _ _ %_ &_ '_ (_ O_ P_ _ B_ t_ u_ _ _ U_ V_ _ _ p_ q_ _ _  _ c_ _ _ _ _ _ _ _ _ _ _ (_ _ _ _ '_ C_ S_ f_ _ _ _ _ N_ _ _ _ s_ _ _ F_ }_ _ _ _ _ _ _ %_ )_ *_ +_ ,_ -_ ._ /_ 0_ 1_ E_ L_ Q_ a_ b_ q_ r_ s_ _ _ _ _ _ _ _ _ _ _ _ _ _ P_ Q_ V_ _ _ _ _ _ 
_ _ `_ a_ f_ _ _ _ _ _ _ _ _ _  _ N_ S_ y_ z_ {_ _ _ _ _ _ _ _ _ _  _ _ _ _ _  _ '_ ._ :_ ;_ F_ J_ Q_ X_ Y_ Z_ [_ \_ ]_ ^_ __ `_ a_ b_ c_ d_ e_ f_ g_ |_ /_ 0_ I_ J_ c_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ,_ -_ ._ /_ 0_ 1_ 2_ 3_ @_ A_ O_ P_ Q_ R_ __ q_ 8_ 9_ +_ ,_ _ _ _ $_ D_ _ _ _ _ _ G_ H_ [_ _ _ _ _ _ _ _ _ _ l_ m_ Z_ [_ P_ Q_ ]_ _ ;_ _ _ {_ _ _ _ _ ]_ ^_ _ _ _ _ 4_ 5_ F_ d_ _ _ _ *_ F_ `_ a_ j_ k_ 
_ _ i_ j_ _ _ _ _ _ ._ D_ v_ w_ _ _ _ _ s_ t_ _ _ 7_ _ V_ W_ _ _ _ D_ E_ _ _ B_ C_ _ _ h_ i_ 6_ 7_ Q_ b_ _ _ _ _ _ _ _ _ _ _ _ ._ /_ 0_ 9_ G_ T_ U_ V_ W_ X_ Y_ ]_ ^_ __ `_ y_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ *_ ,_ 1_ 2_ A_ C_ I_ J_ X_ Z_ `_ a_ t_ v_ {_ |_ _ _ _ _ _ _ _ _ _ _ _ _ (_ B_ v_ _ _ _  `  ` Q ` d `  `  `  ` ` <` V` f` ` ` ` ` ` ` ` ` ` 2` X` g` z` {` ` ` ` ` ` ` ` &` V` W` X` ` ` ` ` ` ` K` L` V` a` ` ` ` ` ` ` ` ` ` 0` F` H` _` `` i` ` ` ` ` ` ` ` ` ` ` ` ` +` ,` -` T` U` V` W` X` Y` b` ` ` ` ` ` ` ` ` 
` &` ;` P` j` k` ` ` ` ` ` ` ` ` ` ` ` ` ` 	` 		` 	` 	` @	` \	` ]	` r	` s	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` *
` +
` 
` 
` 
` 
` ` ` ` ` 6` ` ` 
` ` ` #` V` `` j` k` ` ` ` ` 
` 
` 
` 
` 
` 
` 
` 
` B` ` ` ` ` -` .` O` P` Q` R` S` T` ]` ` ` ` ` ` ` ` ` ` ` ` ` ` 
` ` ` )` *` ` ` ` ` ` ` 9` n` ` ` ` ` ` ` ` ` ` ` !` &` '` 1` 6` 7` B` G` H` R` W` X` Y` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` %` &` 0` 5` 6` A` F` G` Q` V` W` X` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "` #` .` 3` 4` >` C` D` O` T` U` _` d` e` f` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` +` ;` <` G` L` M` W` \` ]` h` m` n` x` }` ~` ` ` 4` V` d` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 	` ` ` ` ` ` *` /` 0` :` ?` @` A` n` |` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` *` /` 0` :` ?` @` K` P` Q` [` `` a` b` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` V` W` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %` &` 1` 6` 7` A` F` G` R` W` X` b` g` h` i` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` 0` 1` <` A` B` L` Q` R` ]` b` c` m` r` s` t` ` ` `  ` ` W` X` e` f` g` ` ` ` D` V` W` a` l` ` ` ` ` `  `  `  ` 6 ` 7 ` @ `  `  `  `  ` !` c!` !` !` !` !` !` !` "` "` &"` w"` "` "` "` "` "` #` G#` H#` I#` J#` K#` T#` #` #` #` K$` V$` r$` $` $` $` $` $` $` $` %` %` %` %` %` W&` X&` &` &` &` &` '` '` '` '` '` '` '` '` $(` S(` e(` w(` x(` y(` z(` (` (` (` (` (` !)` ")` )` *` .*` O*` u*` *` *` *` *` *` *` <+` +` +` +,` n,` o,` p,` q,` ,` ,` -` -` R-` d-` e-` o-` z-` -` -` -` -` -` .` ".` #.` $.` %.` ..` .` .` .` .`  /` /` "/` #/` 4/` /` /` /` /` /` H0` l0` 2` 2` 95` F5` q6` r6` 6` 7` 7` 8` 8` 9` 9` 9` 7;` 8;` =` =` =` >` >` >` ?` ?` ?` 
@` {@` |@` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` A` 	A` A` A` A` A` 'A` /A` ;A` <A` DA` KA` PA` QA` YA` `A` lA` mA` nA` oA` B` B` hC` iC` D` D` E` E` F` "F` F` F` UG` VG` G` G` ?H`  J` J` 	K` 
K` [K` L` L` M` O` O` UP` VP` wQ` Q` Q` Q` Q` Q` Q` Q` Q`  R` R` R` 'R` >R` UR` VR` aR` S` S` /T` 0T` T` T` W` W` XX` iX` X` X` X` NY` |Y` Y` Y` Y` #Z` sZ` Z` Z` 
[` \` '\` S\` W]` X]` b]` m]` ]` ]` ]` ]` ]` ^` ^` ^` ^` ^` #^` b^` n^` ^` ^` ^` "_` -_` f_` p_` _` _` _` _` `` 9`` :`` ;`` <`` h`` i`` s`` ~`` `` `` `` `` `` a` a` a` a` a` a` (a` ga` sa` a` a` b` )b` b` c` (c` )c` *c` ;c` Ic` Jc` Kc` Uc` `c` c` c` c` c` c` c` c` c` c` d` d` d` d` Kd` Wd` ~d` d` d` 
e` e` e` f` 
f` f` f` -f` .f` /f` 0f` \f` ff` qf` f` f` f` f` f` g` g` g` g` g` g` g` g` ]g` ig` g` g` g` h` Uh` h` h` h` h` h` h` h` h` h` h` i` i` i` ?i` ii` ji` ki` mi` ni` oi` xi` i` i` i` j` 8j` gj` j` j` k` k` k` $k` %k` &k` `k` }k` k` k` k` k` k` k` l` l` l` l` l` l` (l` *m` +m` <m` {m` m` bn` cn` tn` n` n` n` n` n` n` n` p` p` p` q` :q` rq` q` r` ]r` ^r` hr` sr` r` r` r` r` r` s` s` )s` <s` Os` Qs` hs` is` rs` s` s` t` t` t` 0t` ]t` dt` lt` mt` t` t` t` t` t` t` t` t` u` u` -u` .u` /u` 0u` 9u` \u` u` u` u` u` u` u` v` v` 
v` #v` 3v` 4v` 5v` 6v` 7v` 8v` 9v` :v` ;v` <v` dv` v` v` v` v` v` v` v` v` v` w` w` w` x` x` x` x` x` y` y` y` y` y` y` y` y` y` z` z` 9z` Sz` [z` pz` z` z` z` z` z` z` {` {` {` {` :{` Z{` {` {` {` {` {` {` {` |` J|` |` |` |` |` }` "}` +}` ,}` 4}` I}` ^}` p}` }` }` }` }` }` }` ~` ~` ,~` F~` `~` p~` ~` ~` ~` ~` ~` ~` ~` ~` 
`  ` 3` 4` 5` 6` ?` ` ` )` r` ` ` ` ` $` w` x` ` ` ށ` ` ` ` ` ` ` #` ͂` ` 8` ` `  ` !` "` 3` ` ` ` ` Մ` ` ` ` !` "` #` $` -` ` )` m` ` U` V` W` h` ` ` Ç` ̇` ͇` Շ` ` ` ` +` E` U` o` ` ` ` ` ͈` ` ` ` +` E` F` G` H` Y` ` ` Չ` ։` ` ` ` "` 5` 6` 7` 8` A` ` Z` ` ` =` ` ` ` ` g` ` ` ` ` ` ` &` ;` M` g` ` ` ` Ǝ` ׎` ` ` ` #` 8` J` d` ~` ` ` Ï` ԏ` ` ` ` ` ` ` -` @` S` f` y` z` {` |` ` I` ` ` T` ` ڒ` P` `  ` `  ` ` ` G` ` ` ݕ` 	` =` i` ` ` ` ` ` K` R` [` \` d` y` ` ` ` ϗ` ` ` ` .` ?` Y` j` ` ` ` ` ˘` ݘ` ` ` "` <` V` g` ` ` ` ` ` ` י` ؙ` ` ` ` $` 7` 8` 9` :` C` ` ` c` ٜ` ` S` ʝ` F` ` ` D` c` ` ` ` ݟ` ` =` >` ?` P` ` ` ` ` ` ` Ѡ` ` ` ` #` :` K` b` y` ` ` ` ȡ` ɡ` ѡ` ` ` ` ` 0` G` ^` o` ` ` ` Ģ` բ` ` ` ` ` ` ` +` >` Q` d` w` y` z` {` ` ` ^` 0` ` ,` f` ` Ч` -` K` }` ` ` ת` ` l` m` t` ` ` Q` ` ` Ϯ` ` .` M` l` ` ` ` ` ` ` ` ` ` ` ` ` &` H` j` ` ` ` Ѱ` ` ` 7` L` M` ^` ` ` ` ` ` ` ` ` ٳ` ` R` ` Ѵ`  ` u` v` ȵ` o` p` /` 0` ` ` ,` ` ` `  ` 7` o` ` ` Z` [` e` p` ` ` ` ` ` ` ` ` ` -` /` 0` 1` :` ` ` ܻ` 
` (` B` y` ` ` ` ` ` ` ` ` 
` ` 0` 2` 3` 4` =` [` ` ` ` ` ` ` >` ?` R` e` x` ` ` ` ` ` ` ھ` ]` ^` o` p` q` ` ` ` ` ӿ` ` ` ` ` ` ` ` '` (` 9` :` ;` <` m` ` ` !` "` S` K` L` ` ` ` 1` v` ` ` >` ` ` )` *` +` 5` @` s` }` ` ` ` ` ` ` ` ` ` '` (` 1` ` ` ` ` &` R` ` ` ` ` ` ` ` ` 	` 
` ` ` 4` 5` H` [` n` ` ` ` ` ` ` ` .` _` |` ` ` ` ` 
` &` 8` ^` }` ~` ` ` ` ` ` ` ` ` ` ` ` F` G` Z` m` ` ` ` ` ` ` ` 7` q` ` ` ` ` ` U` Y` Z` [` \` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ;` n` ` ` ` ` ` A` ` ` ` ` ` ` ` ` ` ` )` ` ` ` L` ` ` ` &` ` ` ` d` e` ` ` 0` 1` i` ;` h` i` ` X` ` ` ` z` {` ` ` ` ` ` ,` -` s` ` ` %` {` ` ` M` ` ` ` }` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` `  ` +` /` B` J` V` W` \` ` ` ` ` ` !` &` k` l` q` ` ` ` ` ` 0` 4` N` O` T` ` ` ` ` ` ` ` ` ` ` #` r` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` ` ` ` ` ` ` ` ` '` )` *` +` ,` -` 5` ;` <` E` I` J` ]` i` j` k` l` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ;` H` ` ` ` ` ` ` ` ` 0` p` q` r` ` ` N` 
` ` ` ` ` ` ` ~` ` J` ` ` ` ` @` ` ` ` :` X` Y` l` ` ` ` ` $` ` ` ` ` ` ` ` 	` ` ` ` ` S` _` n` z` {` ` ` ` ` &` o` t` ` ` ` .` ` ` /` ` ` F` ` ` ` ` ` `  a  a Oa Pa a a a a a  a a ja a a 0a 1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 9	a ;	a @	a A	a O	a Q	a W	a X	a k	a m	a s	a t	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 B
a C
a D
a E
a #a $a 0a xa a a a 
a '
a [
a o
a 
a 
a 
a a 6a Ta a a a a a 8a Wa a a a a a a a a a a a a 2a ea fa a a a a a a a a *a @a Va la a a a a a a 2a <a Fa Ga na a a a a a a a a a a )a *a >a ?a ca a a a a a a a a a a a a a a a a  a !a "a 6a 7a Qa ma na a a a a a a 	a a a 0a Pa Qa Ra ya za {a |a }a ~a a a a a a a a a a a "a Ba Ca Da qa ra sa ta ua v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 Wa ma oa a a a Ba Ca a a a a %a &a 7a a a a a a a a a a a Va Wa ha a a a a a a a [a \a a a a a a a (a ?a Wa na a a a  a R a S a =!a >!a U!a j!a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a "a #"a 3"a 4"a ?"a D"a E"a O"a T"a U"a `"a e"a f"a p"a u"a v"a w"a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a #a &#a 6#a 7#a B#a G#a H#a R#a W#a X#a c#a h#a i#a s#a x#a y#a z#a #a #a #a #a #a #a #a #a #a #a #a #a #a #a $a $a $a @$a N$a ^$a _$a j$a o$a p$a z$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 3&a 4&a ?&a D&a E&a O&a T&a U&a V&a }&a &a &a &a &a &a &a &a &a &a &a &a &a &a &a &a &a 'a 'a *'a +'a 6'a ;'a <'a F'a K'a L'a W'a \'a ]'a g'a l'a m'a n'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a  (a &(a 4(a D(a E(a P(a U(a V(a `(a e(a f(a q(a v(a w(a (a (a (a (a (a (a $)a 2)a B)a C)a N)a S)a T)a ^)a c)a d)a o)a t)a u)a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a  *a *a *a *a 3*a A*a Q*a R*a ]*a b*a c*a m*a r*a s*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 6+a V+a {+a +a +a +a +a ,a ,a ,a (,a ,a ,a ,a ,a ,a ,a 
-a =-a G-a Q-a R-a -a -a -a -a -a -a -a 2.a 3.a S.a T.a .a /a 7/a \/a l/a }/a /a /a /a /a /a 0a .0a G0a `0a 0a 0a 0a 0a 0a 0a 0a 0a 0a :1a ;1a 1a 1a 1a 2a )2a C2a X2a p2a q2a r2a 2a :3a ;3a <3a =3a f3a 3a 3a *4a <4a N4a O4a >5a ?5a I5a T5a 5a 5a 5a 5a 5a 5a 6a 6a 6a 6a 6a !6a f6a g6a v6a 6a 6a 6a >7a 7a 7a 7a 8a 08a R8a S8a w8a x8a 8a 8a 09a 9a 9a :a 
:a :a :a 5:a 6:a :a :a :a ;a ;a 
;a ;a K;a U;a _;a `;a ;a ;a ;a ;a ;a ;a ;a -<a .<a N<a O<a <a <a <a <a <a =a =a =a  =a P=a =a 
>a ?@a @@a Ba Ba Da Da !Da gEa hEa (Fa )Fa \Ga ]Ga oGa Ha Ha <Ka =Ka RKa Ka ?La BLa La La Ma Ma Na Na )Na ;Na NNa ONa TNa \Na aNa bNa gNa oNa {Na |Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na 
Oa Oa Oa 
Oa Oa Oa Qa Qa Ra Ra ZSa [Sa Sa Sa <Ta =Ta Ta Ta Ua Ua Ua Wa Wa Xa Xa Xa Za Za [a \a \a ]a ]a _a "_a /_a <_a I_a Z_a k_a |_a _a _a _a _a _a _a _a _a _a /aa 0aa aa aa Oba Pba "ea #ea ea fa <fa fa fa fa ga Gga wga xga ga ha ha ha ha ia ia ia ja ja  ka ka >ka Hka Rka Ska ka ka ka ka ka ka ka  la la 3la Zla la la la ma ma 3ma ma ma ma ma ma ma ma ma na na na na Ona Yna cna dna na na na na na na na na oa oa 8oa coa oa oa Mpa pa pa pa pa pa pa pa pa pa pa 1qa ;qa Eqa Fqa tqa qa qa qa qa qa qa qa qa qa qa ra Gra ra ra 1sa sa sa sa sa sa sa sa sa sa sa ta ta Bta Lta Vta Wta ta ta ta ta ta ta ta ta ta ta ua .ua \ua ua ua ua /va 0va 1va Bva Pva Qva Rva \va gva va va va va va wa wa 	wa wa wa 
wa wa Uwa awa wa wa wa xa "xa Yxa xa xa xa xa xa xa xa ya %ya 0ya cya mya wya xya ya ya ya ya ya ya ya za za za {a O{a  |a |a |a D|a E|a F|a G|a H|a I|a y|a *~a +~a _~a ~a ~a a Wa a a a a a Da Na Xa Ya a a a ǀa ڀa a a a a a {a a a a a ΁a a a 
a a !a 1a 2a 3a 4a \a a a a a ˂a ̂a ͂a ΂a ׂa a (a Va Wa Xa ia a a a a a уa ҃a Ӄa ԃa Ճa փa ׃a ؃a كa ڃa a #a $a Ia \a oa pa qa ra {a a Za ma Sa Ta Ua Va ga $a +a 4a 5a =a Ra ga ya a a a ׇa a a a #a 5a Oa ia ya a a a a a ؈a a a 0a Ca Da Ea Fa Oa a a \a ]a ^a oa a a Ɋa ʊa Ҋa a a a (a Ba Ra la a a a a ʋa a a a (a Ba Ca Da Ea ma a a a a ьa Ҍa ӌa Ԍa ݌a ca a Ǎa a a a a a a a a >a Wa |a a a a a a a a ka a ֐a a a a a a ёa $a %a Ma Na sa a a a a a a a ˒a a Ǔa a Ta a a a a Ya Za aa ja ka sa a a a ɕa a a 
a 'a /a Da Ya ka a a a ɖa a a a a a Ja Ka sa ta a a a a ӗa ԗa ՗a ֗a ߗa a a 4a Ha ۙa a a a a a a a a a a a ěa ٛa a a a 0a Ja da ua a a a a ֜a a a a -a Ga aa ra a a a a a a ˝a ޝa a a a a a a #a a >a a a %a xa a Ca a Ha a a a a 4a Ka {a a ۣa a 3a _a a a a a a a a a a ,a Aa Sa ma a a a ̥a ݥa a a "a *a ?a Ta ia {a a a a ڦa a a a 0a Ja Ka La Ma ua va a a a §a էa ֧a קa اa a a a a wa a a ha a a a a a  a Ea \a {a a ۭa ܭa ݭa a 2a 9a Ba Ca Ka ]a oa a a a a خa a  a a (a >a Oa fa ga oa a a a a ίa a a 
a $a ;a La ba sa a a a a a a ɰa ܰa a a a a a a "a 4a a γa La ʴa a Oa na ˵a a a a Va ua a 
a a a a a a /a Na ma a ̼a a 
a )a *a ;a a a a a a a a a a Ľa a a *a La Ma oa a a վa a a a /a Ta Ua Va Wa a Aa Ca wa a a (a oa a a a fa 
a a a a a a a 'a (a \a a a 
a Ta a a a a a Aa Ka Ua Va ~a a a a a a a a a a  a Ca za a a a a Ea Fa Wa Xa Ya 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 6a Ta xa a a 
a a a 7a 8a Ka ^a qa a a a a a a 8a a a a a a a a a a a a a a a a `a a a a Ua a a #a ra a a a a a a a %a &a Na Oa ta a a a a a a a >a oa a a a a 2a 3a Da qa xa a a a a a a a a a a a a a !a "a 8a 9a Ba a a a a 3a Fa ~a a a a a a a a a .a ba ia qa ra a a a a a a a a a a 1a 3a 4a 5a >a a a a !a \a ga a a a a a a a a 8a 9a aa ba ua a a a a a a a *a ga a a =a Oa a a a a !a "a #a 4a aa ba ca da a a a ~a a a a Va a a a Aa a a a a <a a a a a a a a Da a 0a 1a da a a Na ca a a a a a a [a a a a Va a a Ca a a a a 'a 3a Ba Na aa ea fa ga ha ia ja ka la ma a a a a a a a a a a a a a a a a a a a 1a 6a a a a a a 	a 
a a Fa Ja a a a a a a a a *a /a Va Wa \a a a a a a a a a !a "a %a /a 0a 3a <a =a >a Oa Ta \a ca ja va wa a a a a a a a a a a a a a a a a a a a a ka la a a a a a a a a a a a a a a a a a a a a 	a 
a a a 7a 8a Ca Pa Qa [a ha ia ja ka la ma na oa |a }a a a a a a a ta ua ga ha ?a @a Wa `a a a a .a /a ;a a a a a a a a a a a Ua a a a a a a a a a wa a Na a a a a 9 b  b  b  b  b  b 
b pb qb b b b +b Mb fb b b b b b Fb Gb b b b b b b b jb b b b b 
	b 	b Q	b 	b 	b 	b 6
b s
b 
b b b b 4b 5b b b %
b &
b ~b b b b b b rb sb b b Nb b Ob Pb b b :b >b ?b Ub Vb jb kb lb u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 Db Fb Kb Lb fb hb mb nb }b b b b b b b b b b b b b b b b b b b b b b b 0b db ~b b b b 
b Ab Yb b b b b &b Db xb b b b b )b *b +b ,b Nb Wb Xb nb b b b b b b b "b 0b Cb Db bb b b b b b b 
 b   b ! b  b  b  b  b  b  b  b  b !b )!b *!b @!b V!b l!b !b !b !b !b !b !b !b !b !b "b "b "b 3"b 4"b 5"b 6"b G"b g"b h"b i"b "b "b "b "b "b "b "b "b "b "b "b "b #b #b #b I#b b#b w#b #b #b #b #b #b #b #b #b #b $b $b $b $b $b $b %$b D$b E$b Y$b Z$b |$b $b $b $b $b $b $b $b $b %b %b %b %b %b %b %b f%b g%b &b &b &b /&b O&b P&b Q&b R&b r&b &b 3'b I'b J'b T'b _'b 'b 'b 'b 'b 'b 'b (b 
(b >(b ?(b H(b (b (b )b )b -)b ~)b )b )b )b &*b i*b j*b *b *b *b *b *b *b *b *b *b +b '+b (+b )+b *+b ++b ,+b Y+b +b +b ;,b F,b P,b [,b e,b f,b ,b ,b ,b -b 9-b :-b u-b -b -b -b .b .b .b /b 3/b A/b Q/b R/b ]/b b/b c/b m/b r/b s/b ~/b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b 0b 0b 0b 0b 0b 0b 20b @0b P0b Q0b \0b a0b b0b l0b q0b r0b }0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 1b 1b 1b 1b 1b 1b 1b @1b N1b ^1b _1b j1b o1b p1b z1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 2b 
2b 2b 2b 2b 2b )2b .2b /2b 92b >2b ?2b @2b Y2b g2b w2b x2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b '3b p3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 4b )4b 94b :4b E4b J4b K4b U4b Z4b [4b f4b k4b l4b v4b {4b |4b }4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 5b 
5b 5b 5b <5b J5b Z5b [5b f5b k5b l5b v5b {5b |5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 6b 6b 6b 6b 6b 6b $6b %6b &6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 7b 7b 
7b 7b 7b 7b "7b #7b $7b C7b Q7b a7b b7b m7b r7b s7b }7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b  8b 8b 8b 8b 8b 8b !8b "8b ,8b 18b 28b 38b N8b \8b l8b m8b x8b }8b ~8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 9b <9b =9b 9b 9b 9b 9b 9b 9b K:b L:b :b :b :b :b :b :b :b :b :b #;b G;b Y;b [;b r;b s;b |;b ;b ;b ;b ;b @<b <b <b <b 
=b =b +=b ,=b P=b Q=b b=b =b =b =b =b ->b .>b T>b >b >b >b >b >b >b >b >b (?b ?b ?b ?b ?b ?b ?b @b @b @b !@b @b @b @b @b Ab Ab Ab Ab Ab Ab Ab Bb Bb Bb Bb %Cb /Cb 9Cb :Cb `Cb Cb Cb Cb Cb Cb Cb Cb Db Db Db %Db ]Db ^Db Db JEb jEb Eb Eb Eb Eb Eb Fb Fb 'Fb xFb Fb )Gb gGb Gb Gb Gb Gb Gb Gb YHb ZHb Hb Hb Hb Hb Hb Hb Hb Hb Hb $Ib LIb ^Ib _Ib `Ib aIb jIb Ib Ib Ib Ib <Jb =Jb ^Jb _Jb pJb Jb Jb Jb Jb Jb Kb Kb Mb Mb uPb Pb Qb Qb Qb Sb Sb Sb Sb Tb Tb 
Ub sVb tVb Xb Xb Xb =Yb Yb Yb KZb LZb 1[b F[b [b [b [b [b [b [b [b [b [b  \b \b 
\b \b \b \b &\b +\b ,\b 1\b 8\b D\b E\b M\b U\b Z\b [\b c\b k\b w\b x\b \b \b \b \b \b \b \b \b \b \b L]b M]b ^b ^b :`b ;`b `b `b Rab ^ab ab ab bb bb (cb )cb {cb <eb =eb Efb Ffb fb !hb "hb hb Ajb Kjb kb kb lb lb lb lb lb lb 	mb mb +mb <mb =mb Pmb cmb zmb mb mb mb nb nb kob lob ob ob rb rb sb sb sb *tb +tb tb tb tb ub ub _ub ub vb vb Fvb Vwb cwb wb xb xb xb xb xb xb xb xb yb Qyb Ryb Tyb Uyb Vyb _yb yb yb yb yb 6zb ^zb izb zb zb zb +{b ,{b -{b >{b u{b v{b w{b x{b {b {b {b {b {b {b |b |b 0|b U|b V|b W|b Y|b Z|b [|b d|b |b |b |b }b A}b e}b }b T~b d~b e~b f~b w~b ~b ~b ~b ~b ~b ~b ~b ~b ~b b 8b 9b :b ;b =b >b ?b Hb b b b b %b Ib πb 8b Hb Ib Jb [b ib jb kb lb b b b b b b b #b Jb Kb Lb Mb Ob Pb Qb Zb b b ̂b b 9b Yb b ̓b ΃b σb b b b b b b 8b Bb Lb Mb {b b b b b b b b b b &b Tb tb b b b @b Ab Rb `b ab bb b b Æb Άb b b b b ?b @b Ab Cb Zb [b db fb gb xb b b b b b b b b b b b b ȋb ɋb b ?b vb b b Db b b b b b b b b b ?b Rb eb xb b b b b b b ,b Yb Zb [b lb b b b b b Ϗb Џb яb ҏb b b 0b Cb Vb ib jb kb lb ub b Ɛb b b b b 8b ?b Hb Ib _b ob pb qb rb sb tb ub vb wb xb b b b b b 
b b b b b Vb b b b b b b b b ɔb Ҕb Ӕb ۔b b b b 1b Kb [b ub b b b b ӕb b b b 1b Kb Lb Mb Nb vb b b Ζb b b b b b Xb b b b b 
b Wb ^b gb hb pb b b b Ƙb b b 
b $b ,b Ab Vb hb b b b ƙb b b b b b #b 6b Ib \b ob pb qb rb {b b b eb b Lb Mb Nb Ob `b b b ܜb b b -b @b Sb Tb Ub Vb _b 	b 1b tb b [b \b ]b ^b ob b ßb b b b $b 7b Jb ]b ^b _b `b ib >b eb b b b b b b b b b b 	b b &b ;b Mb gb b b b ţb ͣb b b 	b #b =b Mb gb b b b b b b b b b %b 8b Kb ^b qb rb sb tb }b 6b b Ҧb b yb &b 'b (b 9b b b &b /b 0b 8b Mb bb wb b b b Ωb b b b -b 5b Jb _b tb b b b ˪b b b b *b +b ,b -b Ub Vb ib |b b b b b b b b b ܬb =b b íb b b b <b b <b =b Db b Ұb b b Eb yb b ѱb b 1b 2b Cb b b b b b b ʲb ߲b b b %b 6b Pb jb {b b b b ȳb ݳb b b b 3b Mb ^b xb b b b δb b b b b b b 'b :b Mb `b sb tb ub vb b =b 7b b b "b b b b 9b @b b b b b b b 8b yb zb {b b лb ׻b b b b b 
b b 1b Hb _b vb b b b Ƽb ܼb b b b 
b b 1b Cb Ub lb b b b ½b ٽb b  b b (b )b *b +b Sb Tb gb zb b b b b b b b ҿb b lb b hb b b b ib b b Kb b b ;b b b b Lb Mb b b b b Kb jb b b b b b b b Bb Cb Hb Jb Kb Lb Ub bb b b b b b 
b /b Qb sb b b b b b b b b /b b b b Wb b b 
b \b b b b b b kb lb 0b 1b hb b b b <b sb b b Ab b b b b b b b b b b 0b Cb Vb ib kb lb mb vb b b b Fb db ~b b b b b b b b  b 3b Fb Yb lb nb ob pb yb b b >b ?b Pb Qb Rb zb {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 Sb b cb db ub vb wb xb b 5b 6b ]b ^b b b b b b 5b mb b b 5b zb b b eb fb gb qb |b b b b b b b b %b 8b Kb Mb cb db mb b 
b b Wb bb b b b b b b b b 5b Eb Fb Gb Hb pb qb b b b b b b b b b Ob jb b b b b b 'b Fb bb tb b b b b b  b b b b @b Wb Xb Yb Zb b b b b b b b b b b Kb sb b b b b $b Ob b b b b b b b b b  b b &b 9b Lb Nb Ob Pb Yb b b wb b b b (b 3b Rb }b b b b b b  b b b )b *b eb b Nb Ob b b /b 0b bb b Jb Kb b b b =b lb mb b wb b b b b b b b b b b b b -b @b hb ib b b (b ab b b Mb b b  b Wb b b b b b b b b b b b b b 	b 
b b b &b +b ;b <b Kb Lb Mb Yb Zb [b \b gb kb ~b b b b b b b *b +b 0b ]b bb b b b b b :b ;b @b lb pb b b b b b b b b (b -b Sb Tb Ub _b b b b b b b b b b b b b b b b b b b  b $b +b 2b 3b 4b 5b 6b 7b 8b 9b :b ;b <b =b >b ?b @b Ab Vb 	 c 
 c # c $ c = c N c O c c c e c f c g c h c i c q c w c x 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 9c Kc c c c c c c c c c wc c c c c !c "c 5c Zc [c lc c c c c c c Fc Gc 4	c 5	c *
c +
c 7
c 
c c c c Uc c c |
c 
c 7c 8c vc c c c c c  c >c `c c c c  c :c ;c Dc Ec c c Cc Dc c c c c c c c Pc Qc bc c c c Mc Nc jc c c kc 0c 1c c c c c c c c c c c c Bc Cc c c +c <c c  c !c !c l"c m"c #c #c #c #c #c $c 	$c 
$c $c !$c .$c /$c 0$c 1$c 2$c 3$c 7$c 8$c 9$c :$c S$c U$c [$c \$c u$c w$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 2%c 4%c :%c ;%c N%c P%c U%c V%c ]%c b%c }%c ~%c %c %c %c _'c `'c l'c 'c 'c (c (c P(c c(c (c (c (c (c +)c >)c r)c )c )c )c *c 0*c @*c t*c *c *c *c *c *c *c +c +c ,c 2,c A,c T,c U,c n,c ,c ,c ,c ,c ,c ,c  -c 0-c 1-c 2-c f-c |-c -c -c -c -c %.c &.c 0.c ;.c n.c x.c .c .c .c .c .c .c .c 
/c  /c "/c 9/c :/c C/c e/c f/c z/c {/c /c /c /c /c /c /c /c /c 0c 0c 0c .0c /0c 00c 10c 20c 30c <0c ]0c ^0c r0c s0c 0c 0c 0c 0c 0c  1c 1c *1c D1c E1c Z1c [1c l1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 2c 62c 72c L2c M2c ^2c ~2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 3c 3c 3c 3c 3c 3c 3c 3c 3c 3c 4c 4c 4c 4c 4c 4c 4c 05c :5c D5c E5c f5c 5c 5c 5c 5c 5c 5c ~6c 6c 6c 6c 6c 7c a7c b7c s7c 7c 8c 8c )8c *8c +8c ,8c -8c .8c 78c 8c 8c 8c 8c 8c 8c 8c 8c 8c 8c 9c 9c 9c 9c 9c 9c :c :c d:c {:c :c :c :c :c ;c H;c ;c ;c y<c z<c <c <c <c <c <c <c <c  =c =c =c =c =c =c !=c "=c ,=c 1=c 2=c 3=c Q=c _=c o=c p=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 0>c 1>c 2>c T>c b>c r>c s>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 9?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 1@c 6@c 7@c B@c G@c H@c R@c W@c X@c Y@c @c Ac 0Ac >Ac NAc OAc ZAc _Ac `Ac jAc oAc pAc {Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Bc 	Bc 
Bc Bc Bc Bc Bc HBc VBc fBc gBc rBc wBc xBc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Cc 	Cc 
Cc Cc Cc Cc %Cc *Cc +Cc 5Cc :Cc ;Cc <Cc bCc pCc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc 0Dc 1Dc `Dc nDc ~Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc  Ec Ec Ec Ec Ec  Ec !Ec ,Ec 1Ec 2Ec <Ec AEc BEc CEc oEc }Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec 
Fc Fc Fc Fc Fc &Fc +Fc ,Fc 7Fc <Fc =Fc GFc LFc MFc NFc rFc Fc Fc Fc Fc 1Gc 2Gc ?Gc @Gc AGc dGc Gc Gc Hc 0Hc 1Hc ;Hc FHc yHc Hc Hc Hc Hc Hc Hc Hc Ic Ic Ic nIc oIc Ic Ic Ic =Jc sJc Jc Jc Jc Jc Jc Jc Jc  Kc QKc jKc Kc Kc Kc Kc Kc !Lc "Lc #Lc $Lc %Lc .Lc vLc wLc Lc %Mc 0Mc LMc eMc Mc Mc Mc Mc Mc Mc vNc wNc xNc yNc Nc 1Oc 2Oc fOc xOc Oc Oc zPc {Pc Pc Pc Pc Pc Pc Pc Pc -Qc ?Qc QQc RQc SQc TQc ]Qc Qc Qc Qc Qc Qc Qc zRc Rc Sc )Sc OSc lSc Sc Sc Sc Sc Sc Tc lTc Tc Uc HUc IUc JUc KUc qUc rUc Uc Uc ,Vc >Vc ?Vc IVc TVc Vc Vc Vc Vc Vc Vc Vc Vc Vc Vc Wc iWc jWc Wc Wc Wc Wc Wc Wc Xc YXc ZXc [Xc \Xc Xc "Yc FYc {[c |[c ^c  ^c K_c L_c ]_c `c `c dac eac bc bc bc dc dc xfc yfc fc fc {gc ~gc gc gc hc hc Uic Vic eic wic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic jc 	jc jc jc jc %jc *jc +jc 3jc :jc Fjc Gjc Hjc Ijc jc jc Blc Clc mc mc nc nc nc nc xoc yoc /pc 0pc pc pc qc rc rc sc sc 5tc uc uc Zvc wc wc /yc 0yc Qzc ^zc kzc xzc zc zc zc zc zc zc zc zc {c {c /{c 0{c ;{c k|c l|c 	}c 
}c }c }c ^c _c 2c Cc xc ȁc Ɂc (c Vc c c c c Mc c c c c c -c 1c 2c <c Gc zc c c c c c c c c c c <c Hc oc c ԇc c c @c Jc oc Ɉc ʈc ˈc ܈c c c c c Bc Cc Mc Xc c c c c Ήc c c c c c c c Ac Mc tc c ߊc c c c c c c c #c $c %c /c :c mc wc c c c ֌c ׌c ،c ٌc یc ܌c ݌c c %c 1c Xc c Íc c mc ֎c c c c c c c 	c 
c 6c @c Kc ~c c c c c c c c c c c c c 7c Cc jc c אc c /c kc lc mc ~c c c c c c ֑c c c c c Cc Dc Ec Gc Hc Ic Rc c c Ēc c c Ac ^c c ޓc ߓc c c c  c :c Wc ac lc c c c c ݔc ޔc ߔc c c c c c c c Uc c <c =c Nc c c c c c c c fc gc c ݙc c Lc c c 7c 8c Bc Mc c c c c c ݛc c c c )c +c Bc Cc Lc c ʜc c c c 
c 7c >c Fc Gc ]c mc nc oc pc c c Νc c c c c 	c 
c c 6c dc 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 gc pc qc yc c c c Ϣc c c c -c 5c Jc _c qc c c c ϣc c c c c c 4c Yc lc c c c c c c $c c c c c c c c c c #c 8c Jc dc ~c c c ¦c ʦc ߦc c c  c :c Jc dc ~c c c c c c ԧc c c 
c c c c c c c c Lc c c c c c Qc Rc zc c c ˪c ުc c c c c c c ϫc c [c c c c c 
c `c ac c c c ­c խc c c c c c c ܮc c Gc c /c 0c 1c Bc c c c c c c İc ٰc c c c /c Ic cc kc c c c c ۱c c c c  c !c "c 3c c c c c òc ֲc c c c c c c c Գc 4c pc c c ĵc ŵc Ƶc ׵c Ac c Ķc Ͷc ζc ֶc c  c c 'c Ac [c lc c c c ˷c ӷc c c c $c >c Xc ic c c c ȸc ɸc ʸc ˸c c c c c -c @c Sc Tc Uc Vc _c #c zc ۺc .c ac c *c c ڼc c ڽc ۽c c !c pc c c c c Cc oc c Ͽc пc c %c ,c 5c 6c >c Sc hc }c c c c c c c c 3c Dc ^c fc {c c c c c c c c 0c Ac [c lc 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 nc uc ~c c c c c c c c c c %c <c Sc dc zc c c c c c c c c 
c !c 8c Ic `c wc c c c c c c c c c c c +c >c Qc Sc Tc Uc ^c pc 8c 
c c c @c c c c %c Wc c c c c Fc Gc Nc c c +c kc c c c c 'c Fc ec fc wc c c c c c c c c c  c "c Dc fc c c c c c c &c 'c 8c kc c c c c c }c c c c ,c dc c c Oc Pc c Ic Jc 	c 
c c c c cc dc c c c Ic c c 4c 5c ?c Jc }c c c c c c c c c c 	c 
c c c \c c c c c c Sc c c c c c c c c c c 
c c 
c c c 5c Yc c c c c c c c ,c ?c Rc ec gc hc ic rc c c 7c 8c Ic Jc Kc sc tc c c c c c c c c c tc c c c c c c Gc c c c c -c %c &c Zc c c c Pc c c c _c c c c c c c Mc Wc ac bc c c c c c c c c c c zc c c c  c ,c nc oc c c c c c c c c c c c c "c 5c Hc [c ]c ^c tc uc ~c c c 9c Vc oc c c c c  c c 8c Wc Xc Yc jc c c c c c c c c c  c !c 4c Gc Zc mc oc pc qc zc c c Kc ]c c c c c /c 3c 4c 5c 6c Gc tc uc c c c c c c c c c c fc c c Hc yc c c c c c ]c ^c _c pc c c c c c c c c c c &c c c c  c }c c c >c ?c xc c 
c c Cc d Bd Cd d 2d ld md d Td Ud d d d d d d d Md d d d Ud d d 'd d d d Wd Xd cd o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 0	d 1	d 6	d m	d r	d 	d 	d 	d 	d  
d E
d F
d K
d 
d 
d 
d 
d 
d 
d d (d )d .d fd kd d d d d d d d d d Ld Qd ]d ^d ad kd ld od xd yd z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 7d Cd Dd Ed Fd Gd Yd sd t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 jd kd wd d d d d d 
d Jd Kd Ld Yd d (d d d d d d d d Xd d $d d d Zd [d d ud d d d 2d 3d Fd d d d d d gd d d d d d  d  d "d "d "d "d -#d 9#d H#d T#d U#d #d #d #d #d  $d I$d N$d $d $d $d %d r%d %d 	&d &d &d  'd p'd q'd 'd 'd a(d b(d )d )d )+d *+d +d +d ,d ,d ,d ,d -d D.d /d /d 
0d 0d v1d z1d {1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 2d 2d 2d 2d )2d +2d 12d 22d E2d G2d M2d N2d c2d e2d j2d k2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d  3d 3d 3d 3d 3d 3d 4d 4d 
5d R5d l5d 5d 5d 5d 6d 56d I6d }6d 6d 6d 6d 7d .7d b7d 7d 7d 7d 7d 8d 18d e8d f8d g8d h8d 8d 9d 9d 9d 9d 9d 9d 9d :d ?:d @:d ^:d l:d :d :d :d :d :d :d ;d ;d 0;d F;d \;d ];d ;d ;d ;d ;d <d <d  <d !<d H<d e<d f<d |<d <d <d <d <d <d <d <d =d =d =d =d ==d Y=d Z=d o=d p=d q=d r=d =d =d =d =d =d =d =d =d =d =d =d =d =d >d >d +>d G>d H>d Z>d >d >d >d >d >d >d >d >d 
?d *?d +?d ,?d S?d T?d U?d V?d W?d X?d a?d ?d ?d ?d ?d ?d ?d ?d ?d ?d ?d @d @d @d K@d L@d M@d N@d O@d P@d Y@d @d @d XAd YAd ZAd kAd Ad Ad Ad Ad Ad ;Bd oBd Bd Bd Bd Bd Bd Bd Bd Bd Cd 1Cd GCd ICd zCd {Cd Cd Dd Dd YDd ZDd iDd Dd Dd  Ed Ed bEd Ed Ed Ed Ed Ed Ed Ed Ed Ed 0Fd 1Fd BFd cFd dFd eFd fFd gFd hFd Fd 5Gd 6Gd wGd Gd Gd Gd Gd Gd Hd Hd 1Hd HHd uHd vHd Hd Hd ,Id -Id Jd Jd /Jd DJd oJd }Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd 
Kd Kd Kd Kd Kd )Kd .Kd /Kd :Kd ?Kd @Kd JKd OKd PKd QKd nKd |Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd  Ld Ld Ld Ld !Ld "Ld ,Ld 1Ld 2Ld =Ld BLd CLd MLd RLd SLd TLd |Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Md (Md 8Md 9Md DMd IMd JMd TMd YMd ZMd eMd jMd kMd uMd zMd {Md |Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md cNd Nd Nd Nd Nd Nd Nd Nd Nd Od 
Od Od Od Od Od )Od .Od /Od 0Od WOd eOd uOd vOd Od Od Od Od Od Od Od Od Od Od Od Od Od Od Od Pd Pd Pd Pd Pd  Pd %Pd &Pd 1Pd 6Pd 7Pd APd FPd GPd HPd xPd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd  Qd Qd Qd Qd *Qd /Qd 0Qd :Qd ?Qd @Qd KQd PQd QQd [Qd `Qd aQd bQd Qd Qd Qd Rd Rd Rd (Rd -Rd .Rd 8Rd =Rd >Rd IRd NRd ORd YRd ^Rd _Rd `Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd 
Sd Sd +Sd ,Sd 7Sd <Sd =Sd GSd LSd MSd XSd ]Sd ^Sd hSd mSd nSd oSd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Td 0Td UTd xTd yTd Td Td Td Td Td Ud Ud Ud Ud Ud Ud Ud Ud Vd !Vd +Vd ,Vd _Vd Vd Vd Vd Vd Vd Vd Wd 
Wd -Wd .Wd |Wd Wd Xd 6Xd FXd WXd gXd hXd Xd Xd Xd Xd Yd !Yd :Yd iYd jYd Yd Yd Yd Yd Yd Yd Yd Zd Zd dZd Zd Zd Zd [d [d 2[d J[d K[d L[d ][d \d \d \d \d @\d \d \d ]d ]d (]d )]d ^d ^d #^d .^d a^d k^d u^d v^d ^d ^d ^d ^d ^d ^d ^d ^d @_d A_d P_d a_d _d _d `d `d `d `d `d 
ad ,ad -ad Qad Rad cad ad 
bd ebd bd bd bd bd bd cd cd cd cd cd cd cd cd cd %dd /dd 9dd :dd `dd dd dd dd dd dd dd ed ed (ed )ed xed yed ed ed ed ed ed ed ed *fd fd fd id id kd kd ld ld ld And Bnd od od 6pd 7pd Ipd qd qd td td ,td ytd ud ud ud ud mvd vd vd vd wd wd (wd )wd .wd 6wd ;wd <wd Awd Iwd Uwd Vwd [wd bwd gwd hwd mwd twd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd xd xd yd yd v{d w{d 4|d 5|d |d |d }d }d }d }d d~d e~d ~d xd yd d d Ӂd ]d ^d d }d d ͆d Άd d d 	d d #d 4d Ed Vd gd xd yd d d d ͈d Έd وd 	d 
d d d )d *d d d Ўd d d fd gd Əd d !d Qd Rd d d Zd [d d d d ˒d ϓd Гd ړd d d "d ,d -d [d d d d d d d ڔd d 
d 4d rd d d ޕd d 
d gd hd id zd d d d d d d d d )d 3d =d >d ld 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 Nd td ud vd wd yd zd {d d Úd Ϛd d !d ad d d td d d d d d d d d Ԝd ޜd d d &d 0d 1d _d d d d d d d d d ՝d d d 6d ud d ͞d 	d 
d d d *d +d ,d 6d Ad td ~d d d d d d d d d d d /d ;d bd d d ߠd d 3d |d }d d d d d ءd d d 
d =d Gd Qd Rd {d |d }d d d d d d d d d )d ڤd ۤd d d d  d !d "d #d Sd d d 9d {d d d 1d d ըd ֨d d d d (d 2d 3d [d {d d d d ǩd ɩd d d d Ud hd d d d d ժd ܪd d d d d d 
d d 6d Yd ld d d d d d d d ԫd d 0d 1d 2d Cd td {d d d d d d d d d d d d d d ܬd d d #d 6d Id Jd Kd Ld Ud d 4d Gd -d .d /d 0d Ad d d d d d ,d Ad Sd md d d d ˰d Ӱd d d d )d Cd Sd md d d d d d ұd d 
d d d d  d )d d ²d 6d 7d 8d Id d d d d d d ֳd d d d ,d Fd `d hd }d d d d شd d d d d d d Gd _d rd d d d d d d d =d Zd d d d d d d d d d d 1d Vd id |d d d d d d Ed md d d d d d d d d d 'd (d Md `d sd d d d d d d zd d d .d ͽd νd Ͻd d 3d 4d ;d Dd Ed Md bd wd d d d ;d d d 	d d 3d Ed _d yd d d d d d d ѿd $d %d Md Nd ad td d d d d d d d rd d d "d d bd cd dd ud d [d bd kd ld td d d d d d d 
d $d >d Od id qd d d d d d d d !d ;d Ld fd gd hd id d d d d d d d d d d d d d yd d d Rd d d xd "d xd yd d d d %d Ud d d d 
d 9d md nd d d d d d d d d d -d Gd ad rd d d d d d d d d .d Cd Ud od d d d d d d 
d $d %d &d 'd Od Pd cd vd d d d d d d d yd sd d Qd ^d d Bd d ud |d d d d d 6d Ud td d d d d d d d d %d 7d Id [d md d d d d d d d d )d @d Ad Id [d md d d d d d d d d &d <d Md dd ed fd gd d d d d d d d d d d d d d d &d d d )d Hd d d d d 0d Od wd d d d d d d 	d (d Gd d d d d d d d Yd Zd ~d d d d d d d d d d d &d 'd Id kd d d d d d 	d .d /d 0d 1d kd d d Qd d d d Id d d d @d d d d d ld md d d d 6d xd d d .d }d d d d d d %d /d 0d Xd Yd ld d d d d d d d d d Td d d d d d  d 1d 2d 3d [d \d od d d d d d d d d d zd {d d d d d d d d d d d d d d .d Rd d d d d d d d %d 8d Kd ^d `d ad bd kd d d d d d d d d d qd rd d d d d d d :d qd d d /d qd d d Ld d d d d d d d d  d (d )d Nd ad td d d d d d d Id [d d d d d 
d d Kd Rd Zd [d qd d d d d d d d d d d d d  e  e  e  e  e  e  e 
e  e Xe ce e e e e e e e e <e Ce Ke Le |e e e e e e e e e e e 
e e e e e e e e 6e Ae `e e e e e e e e e e ;e <e Oe be ue e e e e e e Ae e e e )e de oe e e e e e e ;e <e =e >e ee fe e X	e 	e 	e 	e 0
e k
e l
e 
e e e e e e e ye e e e e e e e e 
e e >e e e (e =e Ye ie |e e e e 5e de e e 0e e e e \e e e e e 
e e (e ;e ?e @e Ae Be Ce De Ee Fe Ge [e be ge we xe e e e e e e e e e e e e e e e e fe ge le e e e e e  e $e ve we |e e e e e e e 	e 0e 1e 6e de ie e e e e e e e e e 	e 
e 
e e e e )e .e 6e =e De Pe Qe \e `e ge ne oe pe qe re se te ue ve we xe ye ze {e |e }e e Ee Fe _e `e y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 5e Be Ce De Ee Fe Ge He Ie Ve We ee fe ge he ue e Ne Oe Ae Be e e 1 e : e Z e  e  e !e 	!e !e ]!e ^!e q!e !e !e !e !e !e !e !e /"e "e #e #e p$e q$e f%e g%e s%e %e Q&e &e ('e 'e 'e 'e (e )e s)e t)e )e )e )e )e J+e K+e \+e z,e ,e -e '-e @-e \-e v-e w-e .e .e  0e !0e 0e 0e 0e 0e 0e 0e 0e D1e Z1e 1e 1e 1e 1e 1e +2e 2e 2e 2e 3e M3e 3e l4e m4e 4e 5e 5e Z5e [5e 5e  6e X7e Y7e 8e 8e ~9e 9e L:e M:e g:e x:e (;e ;e )=e *=e =e =e ?e ?e ?e /?e 0?e D?e E?e F?e O?e ]?e j?e k?e l?e m?e n?e o?e s?e t?e u?e v?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 B@e G@e H@e W@e Y@e _@e `@e n@e p@e v@e w@e @e @e @e @e @e @e @e @e @e @e @e Be Be Be Be 
Ce >Ce XCe Ce Ce Ce Ce De 3De gDe zDe De De  Ee Ee REe lEe |Ee Ee Ee Fe Fe Fe Fe (Fe 1Ge 2Ge HGe nGe }Ge Ge Ge Ge Ge Ge Ge 
He He He <He lHe mHe nHe He He He He He He aIe bIe lIe wIe Ie Ie Ie Ie Ie Je Je Je 0Je FJe \Je ^Je uJe vJe Je Je Je Je Je Je Je Je 
Ke Ke Ke Ke !Ke AKe BKe CKe jKe kKe lKe mKe nKe oKe xKe Ke Ke Ke Ke Ke Ke Ke Ke #Le <Le QLe fLe Le Le Le Le Le Le Le Le Le Le Le Le Le Le Le Me Me 3Me 4Me VMe rMe sMe Me Me Me Me Me Me Me Me Me Me Me Me Me @Ne ANe Ne Ne Ne 	Oe )Oe *Oe +Oe ,Oe LOe Oe 
Pe #Pe $Pe .Pe 9Pe lPe vPe Pe Pe Pe Pe Pe Pe Qe Qe "Qe Qe Qe Qe Qe Re XRe Re Re Re  Se CSe DSe eSe fSe gSe hSe iSe jSe sSe Se Se Se Te Te Te Te Te Te 3Te Te Te Ue  Ue *Ue 5Ue ?Ue @Ue Ue Ue Ue Ue Ve Ve OVe Ve Ve Ve We We We We 
Xe Xe +Xe ,Xe 7Xe <Xe =Xe GXe LXe MXe XXe ]Xe ^Xe hXe mXe nXe oXe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Ye Ye *Ye +Ye 6Ye ;Ye <Ye FYe KYe LYe WYe \Ye ]Ye gYe lYe mYe nYe Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ze (Ze 8Ze 9Ze DZe IZe JZe TZe YZe ZZe eZe jZe kZe uZe zZe {Ze |Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze [e [e 	[e [e [e [e [e 3[e A[e Q[e R[e ][e b[e c[e m[e r[e s[e ~[e [e [e [e [e [e [e \e J\e l\e z\e \e \e \e \e \e \e \e \e \e \e \e \e \e \e \e \e ]e ]e ]e ]e $]e %]e /]e 4]e 5]e @]e E]e F]e P]e U]e V]e W]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ^e $^e 4^e 5^e @^e E^e F^e P^e U^e V^e a^e f^e g^e q^e v^e w^e x^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e  _e l_e m_e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e `e +`e ;`e <`e G`e L`e M`e W`e \`e ]`e h`e m`e n`e x`e }`e ~`e `e `e `e `e `e `e `e `e `e `e `e `e `e `e ae ae ae 
ae (ae 6ae Fae Gae Rae Wae Xae bae gae hae sae xae yae ae ae ae ae ae ae ae be be mbe nbe {be |be }be be %ce &ce Zce lce mce wce ce ce ce ce ce ce !de 3de 5de Lde Mde Vde de de de de ee yee ee ee ee ee fe fe *fe +fe <fe fe fe fe fe ge ge .ge ]ge ^ge _ge `ge age jge ge ge he ahe lhe he he he he he he he he ie ie ie ie ie mje nje je je je je ke ke ke ke ke 	le le le :le ile {le le le le le le le le le le 7me 8me me $ne Dne ene ne ne ne ne ne ne oe Roe oe pe Ape pe pe pe pe pe pe 3qe 4qe hqe zqe {qe qe qe qe qe qe qe qe &re 8re 9re :re ;re Dre re re re re se se 8se 9se Jse se se se se se ^te te ve ve Oye \ye ze ze ze {e {e |e |e }e }e }e Me N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 4e 5e =e Ee Qe Re Ze ae fe ge oe ve e e e e &e 'e ~e e e e ҉e Ӊe ,e 8e e e ke le e e Ue e e e  e qe e e e e %e ke le e e e e e ҕe e e e e e *e =e Te ke le we e e Ee Fe ǘe Șe e e ne e e e e de e e e e 9e e e e  e 0e =e ie me ne xe e e e ʡe ˡe e +e ,e .e /e 0e 9e xe e e Ңe e 8e Ce |e e e e e e e Oe Pe Qe Re ~e e e e Ǥe Ѥe ۤe ܤe 
e /e 0e 1e 3e 4e 5e >e }e e e ۥe e ?e Ŧe .e >e ?e @e Qe _e `e ae ke ve e e e e e e e e e e e e "e ae me e e e #e e e "e #e $e 5e Ce De Ee Fe re |e e e Īe Ϊe Ϫe e $e %e &e 'e )e *e +e 4e se e e ԫe e 3e ke e e e e Ȭe ɬe ʬe Ԭe ߬e e e &e 'e Ue e e e e e e e ͭe ٭e  e .e Ne }e e Ѯe e e ,e :e ;e <e ve e e e ۯe e e e e e e e 4e 5e >e @e Ae Re e Ǳe xe ye e e e e e e e e e e ״e e Pe e ϵe e se te ~e e e ƶe жe Ѷe e e ,e ?e Re ee ge ~e e e e e 3e 4e 5e Fe se ze e e e e e e e Ըe e 
e e 0e Ce De Ee Fe Oe re e ιe Ϲe йe e e e "e #e 9e Ie Je Ke Le Me Ne Oe Pe Qe Re ze e e e Ժe e e e e e 0e һe e ˼e ̼e ͼe μe ߼e e e e e e ʽe ߽e e e %e 5e Oe ie qe e e e Ǿe e e e %e &e 'e (e Pe pe e e e e e e ǿe 2e `e e e e e 1e 8e Ae Be Je _e te e e e e e e e e 0e Be \e ve e e e e e e e e e #e 6e Ie Je Ke Le Ue e e ?e e &e 'e (e )e :e e e e e e e e -e .e /e 0e 9e e e Ne e 5e 6e 7e 8e Ie e e e e e e e $e 7e 8e 9e :e Ce e ?e e e ke le me ~e e e e e e e  e e 'e Ae [e ke e e e e e e e e 'e Ae [e \e ]e ^e oe e e e e e e %e 8e Ke Le Me Ne We e pe e e Se  e e e e }e e  e 	e 
e e 'e <e Qe ce }e e e e e e e e $e 9e Ne `e ze e e e e e e e e e /e 0e Ce Ve ie |e e e e e e _e e e je e e fe e e e e e e ]e e e e e Se e e e e e e ae he qe re ze e e e e e e e *e De Ue oe e e e e e e e 
e 'e 8e Re le }e e e e e e e e e e e 'e :e Me Ne Oe Pe Ye e e ye e e ie e \e e e Ze ye e e e e e Se Te Ue fe e e e e e e e e e "e 9e Pe ae xe e e e e e e e e e e /e Fe ]e te e e e e e e e e e e -e .e Ae Te ge ze e e e e e e te Fe e Be |e e e Ce ae e %e e e e e e e &e 'e ge e e e %e De ce e e e e e e e e "e $e %e &e /e <e ^e e e e e e 	e +e Me be ce te e e e e e 	e e e e 1e he e e 6e e e e e e Ee Fe 
e e Be e e e e Me e e e pe qe {e e e e e e e e 
e e 0e Ce Ee Fe Ge Pe e e e   f > f X f  f  f  f  f  f  f  f  f 
f  f 3f Ff Hf If Jf Sf qf f f f *f +f ,f Tf Uf hf {f f f f f f f f f sf tf f f f f f f f f f f f  f 	f -f f =f >f Of Pf Qf Rf f f f 7f 8f if af bf f f f Gf f f 	f T	f 	f 	f ?
f @
f A
f K
f V
f 
f 
f 
f 
f 
f 
f 
f 
f f %f 'f =f >f Gf f f f 1f <f hf f f f f f f f 
f 
f  
f !
f "
f J
f K
f ^
f q
f 
f 
f 
f 
f 
f 
f 
f )f Df uf f f f f f  f <f Nf tf f f f f f f f f f 1f 2f 3f 4f \f ]f pf f f f f f f f %f Mf f f f f f )f kf of pf qf rf f f f f f f  f f &f (f )f *f 3f f f Qf f f f f 
f ,f Wf f f f f f f f f f f ?f f (f )f bf f 	f 
f <f f $f %f zf {f f f Ff Gf f Qf ~f f f nf f f f f f f f f f f Bf Cf f  f !f ;!f !f !f '"f c"f "f "f 1#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 3$f 4$f 5$f 6$f A$f E$f X$f `$f l$f m$f r$f $f $f %f %f 
%f 7%f <%f %f %f %f %f %f &f &f &f F&f J&f d&f e&f j&f &f &f &f &f &f 'f 'f -'f .'f /'f 9'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 0(f (f (f (f (f )f ()f ))f =)f ?)f @)f A)f B)f C)f K)f Q)f R)f [)f _)f `)f s)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 Q.f ^.f .f .f .f .f .f /f 4/f 5/f F/f /f /f /f /f /f d0f  1f !1f 2f 2f 3f 3f 3f 3f 3f `4f 4f /5f 5f 5f V6f 6f 7f 7f P7f n7f o7f 7f 8f 8f 8f :f ::f :f :f :f :f ;f ;f <f <f =f =f >f >f i>f u>f >f >f >f >f >f *?f +?f <?f ?f ?f ?f '@f (@f D@f @f @f EAf 
Bf Bf \Bf Bf Bf Bf Bf Cf Cf Df Df eFf fFf Gf Gf Gf Gf Hf Hf Hf If Jf Jf FKf GKf Lf Lf Lf Lf Lf Lf Lf Lf Lf Lf Mf 	Mf 
Mf Mf Mf 
Mf Mf Mf Mf Mf -Mf /Mf 5Mf 6Mf OMf QMf VMf WMf eMf gMf mMf nMf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Nf Nf Nf Nf (Nf *Nf /Nf 0Nf 7Nf <Nf WNf XNf YNf ZNf [Nf 9Pf :Pf FPf Pf Pf Pf Pf *Qf =Qf qQf Qf Qf Qf Rf Rf LRf jRf Rf Rf Rf 
Sf Sf NSf mSf Sf Sf Sf Sf Sf Tf Tf Tf Uf Uf .Uf /Uf HUf {Uf |Uf Uf Uf Uf Uf Uf 
Vf Vf Vf @Vf VVf lVf Vf Vf Vf Vf  Wf 
Wf Wf HWf RWf \Wf ]Wf Wf Wf Wf Wf Wf Wf Wf Wf Xf Xf Xf ?Xf @Xf TXf UXf yXf Xf Xf Xf Xf Xf Xf Xf Xf Xf Xf Yf 	Yf 
Yf Yf Yf 
Yf Yf 7Yf 8Yf LYf MYf gYf Yf Yf Yf Yf Yf Yf Zf Zf Zf 4Zf 5Zf FZf fZf gZf hZf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf [f [f &[f '[f 8[f X[f Y[f Z[f [f [f [f [f [f [f [f [f [f \f \f \f \f \f \f \f \f \f w]f ]f ]f ]f ]f ]f 
^f ^f ^f ^f @^f m^f ^f ^f ^f ^f ^f X_f Y_f _f _f _f _f ;`f <`f M`f `f `f `f af af af af af af af laf maf ~af af af af af af af af qbf rbf bf bf bf bf bf bf >cf Ucf mcf cf cf cf cf "df hdf idf Sef Tef kef ef ef ef ef ef ef ef ef ef ef ef ef ef ef ff ff ff 
ff +ff 9ff Iff Jff Uff Zff [ff eff jff kff vff {ff |ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff gf 
gf gf gf .gf <gf Lgf Mgf Xgf ]gf ^gf hgf mgf ngf ygf ~gf gf gf gf gf gf gf gf gf gf gf gf gf gf gf gf hf hf 	hf hf hf hf hf Vhf dhf thf uhf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf  if if if if if if !if "if ,if 1if 2if 3if if if 
jf jf (jf )jf 4jf 9jf :jf Djf Ijf Jjf Ujf Zjf [jf ejf jjf kjf ljf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf "kf 0kf @kf Akf Lkf Qkf Rkf \kf akf bkf mkf rkf skf }kf kf kf kf kf kf kf kf kf kf kf kf kf kf kf lf lf lf lf lf lf <lf Jlf Zlf [lf flf klf llf vlf {lf |lf lf lf lf lf lf lf lf 
mf mf :mf Hmf Xmf Ymf dmf imf jmf tmf ymf zmf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf nf nf nf nf nf nf nf Inf Wnf gnf hnf snf xnf ynf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf  of of of of of of !of &of 'of (of Lof lof of of of pf pf pf pf pf >pf pf pf pf 
qf qf qf  qf Sqf ]qf gqf hqf qf qf qf qf qf qf qf Hrf Irf irf jrf rf sf Msf rsf sf sf sf sf sf sf sf +tf Dtf ]tf vtf tf tf tf tf tf tf tf tf uf Puf Quf uf uf 
vf &vf ?vf Yvf nvf vf vf vf vf Pwf Qwf Rwf Swf |wf xf xf @xf Rxf dxf exf Tyf Uyf _yf jyf yf yf yf yf yf zf zf +zf ,zf -zf .zf 7zf |zf }zf zf zf zf zf T{f {f {f |f )|f F|f h|f i|f |f |f |f |f F}f }f }f "~f #~f $~f %~f K~f L~f ~f ~f f f f #f .f af kf uf vf f f f f f f f Cf Df df ef f f րf ׀f f 3f 4f 5f 6f ff f  f Uf Vf f f %f &f 7f }f ~f >f ?f rf sf f f f Rf Sf hf f Uf Xf Ðf Đf f f /f 0f ?f Qf df ef jf rf wf xf }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 pf qf ʗf ֗f Rf Sf 	f 
f f f f f f f f f f f 4f f àf 	f 
f +f 8f Ef Rf _f pf f f f f f ȣf ۣf f 	f 
f f Ef Ff f f ef ff 8f 9f f f Rf f f f 0f ]f f f ׫f 'f f f f έf ۭf f f f f !f Tf ^f hf if f ɯf ʯf ̯f ͯf ίf ׯf f "f If pf f ְf f f $f If f f f f f f f f f f 'f 2f ef of yf zf f Ͳf βf ϲf Ѳf Ҳf Ӳf ܲf f 'f Nf yf f ݳf cf ̴f ܴf ݴf ޴f f f f f 	f f Gf Qf [f \f f f f f f f f f f f f 2f ]f f f Gf f f f ·f ӷf f f f f f f %f Xf bf lf mf f ¸f øf ĸf Ÿf Ǹf ȸf ɸf Ҹf f f Df rf f ѹf 	f Ef Ff Gf Xf ff gf hf rf }f f f ĺf źf f f f f !f "f #f ,f kf wf f ̻f f f 8f of f f ʼf ؼf ټf ڼf f 1f ;f Ff yf f f f f f f f ҽf ӽf ܽf ޾f ߾f f /f ef f f (f Zf [f \f ]f ^f _f f @f Af uf f f &f mf f f f f 'f Zf df nf of f f f f f f f f f &f f f f f f f f f  f !f 7f Gf Hf If Jf rf f f f f f f f f f f >f lf mf nf f f f f f f f f f f f f f f f f f 9f :f _f rf f f f f f f pf f if jf kf lf }f :f Af Jf Kf Sf hf }f f f f f f f f $f 9f Kf ef f f f f f f f f f 3f Ff Yf Zf [f \f ef f f rf sf tf f f f f f f f f $f >f Xf hf f f f f f f f f $f >f Xf Yf Zf [f f f f f f f f f f f yf f f &f f f f f f +f ,f Tf mf f f f f f f f f f f f 5f f f f f f :f ;f cf df f f f f f f f f f f f !f jf 	f 
f f f of pf wf f f f f f f f f 	f #f =f Ef Zf of f f f f f f f f f 
f `f af f f f f f f f f f f f f f Jf ^f f f f f f f f f f f f f f f f f 5f Ff `f zf f f f f f f f f 2f Cf ]f wf f f f f f f f f f f f -f .f /f 0f 9f f Tf f f ;f f f Yf f ^f f f f f Jf af f f f f If uf f f f f f f f f -f Bf Wf if f f f f f f 
f f 8f @f Uf jf f f f f f f 
f f 5f Ff `f af bf cf f f f f f f f f f f f f f f f f f ~f f f f f f 6f [f rf f f f f f f Hf Of Xf Yf af sf f f f f f f f f -f >f Tf ef |f }f f f f f f f f f #f :f Qf bf xf f f f f f f f f f f f +f -f .f /f 8f Jf f f bf f f ef f f f 1f f lf f f  f !f (f f f  g E g d g  g  g  g g  g ?g @g Qg g g g g g g g g g g g g @g bg cg g g g g  g g g Eg jg kg lg mg g Wg Yg g g g >g g g )g *g |g #g $g g g 	g 	g 	g =
g >
g r
g 
g 
g #g jg g g g g $g Wg ag kg lg g g g g g g g g g g 6
g Y
g 
g 
g 
g 
g -g [g \g mg ng og g g g g g g g g g g g 3g g g g g g g g g g ,g ?g Ag Bg Cg Lg jg g g g #g $g %g Mg Ng ag tg g g g g g g g Ng g g g g g g !g g g g g g g  g 4g vg g g *g kg g g 9g g g g g g g 'g 1g ;g <g dg eg g g g g g g g g Tg g g g g g Hg Ig Zg g g g g g g g g g g g g g "g 5g 7g 8g Ng Og Xg g g g 0g Ig \g g g g g g g 1g 2g 3g Dg xg g g g g g g g g g g g !g 4g Gg Ig Jg Kg Tg g g %g 7g rg }g g g 	 g 
 g  g  g  g ! g N g O g w g x g  g  g  g  g  g  g  g  g @!g }!g !g ""g S"g e"g "g "g "g "g 7#g 8#g 9#g J#g w#g x#g y#g z#g #g #g #g $g $g $g  %g l%g %g %g %g W&g &g &g 'g 'g R'g 'g 'g 'g (g )g *g *g Z*g +g F+g G+g z+g .,g /,g d,g y,g ,g ,g ,g ,g ,g '-g q.g .g .g //g l/g /g 0g Y0g 0g 0g 11g 21g =1g I1g X1g d1g w1g {1g |1g }1g ~1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 
2g 2g 2g G2g L2g 2g 2g 2g 2g 2g 3g  3g %3g \3g `3g 3g 3g 3g 3g 3g 4g 4g 4g @4g E4g l4g m4g r4g 4g 4g 4g 4g 4g 4g &5g +5g 75g 85g ;5g E5g F5g I5g R5g S5g T5g e5g j5g r5g y5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 7g 7g 7g 7g  7g !7g 37g M7g N7g Y7g f7g g7g q7g ~7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 8g 8g }9g ~9g U:g V:g m;g v;g ;g ;g ;g D<g E<g Q<g <g <g <g <g <g <g $=g %=g &=g 3=g k=g >g >g >g ?g ?g @g @g @g 2Ag Ag Ag dBg Bg 4Cg 5Cg Cg ODg Dg Dg Dg Eg 
Eg  Eg Fg Fg Fg Gg Gg AHg cHg |Hg Hg Hg Hg Ig Ig \Kg ]Kg Kg Kg Lg Lg "Lg .Lg /Lg Lg Lg Lg Lg Lg #Mg (Mg gMg Mg Mg Mg LNg Ng Ng Og Og Og JPg KPg Pg Pg ;Qg <Qg Rg Rg Tg Tg Tg Tg Ug Ug Ug Ug dVg Wg eXg fXg Xg Xg PZg TZg UZg kZg lZg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg [g [g [g [g [g ![g '[g ([g =[g ?[g D[g E[g Z[g \[g a[g b[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 F^g z^g ^g ^g ^g _g #_g W_g o_g _g _g _g `g <`g Z`g `g `g `g `g ag ?ag @ag Aag Bag dag mbg nbg bg bg bg bg bg bg cg cg 8cg Fcg Ycg Zcg xcg cg cg cg cg cg 
dg  dg 6dg 7dg dg dg dg dg dg dg dg dg "eg ?eg @eg Veg leg eg eg eg eg eg eg eg eg eg eg fg 3fg 4fg Ifg Jfg Kfg Lfg ]fg }fg ~fg fg fg fg fg fg fg fg fg fg fg fg fg gg !gg "gg 4gg _gg xgg gg gg gg gg gg gg gg hg hg hg -hg .hg /hg 0hg 1hg 2hg ;hg Zhg [hg ohg phg hg hg hg hg hg hg hg hg hg %ig &ig 'ig (ig )ig *ig 3ig |ig }ig 2jg 3jg 4jg Ejg ejg fjg gjg hjg jg kg Ikg _kg `kg jkg ukg kg kg kg kg kg lg !lg #lg Tlg Ulg ^lg lg lg 3mg 4mg Cmg mg mg mg mg <ng ng ng ng ng ng ng ng ng ng 
og og og =og >og ?og @og Aog Bog oog pg pg Qpg \pg fpg qpg {pg |pg pg pg qg "qg Oqg Pqg qg qg rg rg rg rg 	sg sg Isg Wsg gsg hsg ssg xsg ysg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg tg tg 	tg tg tg tg $tg )tg *tg +tg Htg Vtg ftg gtg rtg wtg xtg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg ug ug ug ug ug ug 'ug ,ug -ug .ug Vug dug tug uug ug ug ug ug ug ug ug ug ug ug ug ug ug ug vg vg vg vg #vg $vg .vg 3vg 4vg ?vg Dvg Evg Ovg Tvg Uvg Vvg ovg }vg vg vg vg vg vg vg vg vg vg vg vg vg vg vg vg =wg wg wg wg wg wg wg wg wg wg wg wg wg wg wg xg xg 	xg 
xg 1xg ?xg Oxg Pxg [xg `xg axg kxg pxg qxg |xg xg xg xg xg xg xg xg xg xg xg xg xg xg xg xg  yg yg yg yg yg  yg !yg "yg Ryg `yg pyg qyg |yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg zg 	zg 
zg zg zg zg %zg *zg +zg 5zg :zg ;zg <zg zg zg zg zg zg zg {g {g {g {g {g {g #{g ({g ){g 3{g 8{g 9{g :{g Y{g g{g w{g x{g {g {g {g {g {g {g {g {g {g {g {g {g {g {g {g |g |g |g |g |g !|g &|g '|g 2|g 7|g 8|g B|g G|g H|g I|g d|g r|g |g |g |g |g |g |g |g |g |g |g |g |g |g |g |g |g 
}g /}g R}g S}g }g }g }g }g }g }g a~g b~g ~g ~g ~g ~g ~g ~g ~g g g 9g ]g og qg g g g g g g g Vg g g g  g 1g Ag Bg fg gg xg Ɂg g g g Cg Dg jg g g g g g g g g >g g g ăg ݃g g g $g %g &g 7g g g g g g g g ޅg g g g g g g g ;g Eg Og Pg vg g g ɇg ʇg ˇg ̇g Շg g g *g ;g sg tg g `g g g ǉg g g g +g ,g =g g g ?g }g g g g Ëg g g og pg g g g g ̌g g 	g g g :g bg tg ug vg wg g g g g g Rg Sg tg ug 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 Sg g g ag bg Gg \g ͟g Οg ݟg g g g g g g g g #g /g 0g 5g <g Ag Bg Gg Ng Zg [g cg kg pg qg yg g g g g g g g g g g g g g bg cg g g Pg Qg g g hg tg g g g g >g ?g g Rg Sg [g \g g 7g 8g Ҭg Wg ag g g ɰg ְg g g g g g 0g Ag Rg Sg fg yg g g g g g g g g g g ֶg ׶g g g g @g Ag g θg g +g ,g ug Źg 4g 5g \g lg yg g g g g g g g g g 5g gg hg jg kg lg ug g g g g Lg tg g g ¾g g Ag Bg Cg Tg g g g g g g ſg пg g 
g g g Fg kg lg mg og pg qg zg g g g g Wg {g g jg zg {g |g g g g g g g g g g g (g Ng Og Pg Qg Sg Tg Ug ^g g g g g ;g _g g Ng ^g _g `g qg g g g g g g g g  g 
g g 9g `g ag bg cg eg fg gg pg g g g g Og og g g g g g g g g g g Ng Xg bg cg g g g g g g g g 	g g <g jg g g g 
g Vg Wg hg vg wg xg g g g g g !g +g ,g Ug Vg Wg Yg pg qg zg |g }g g g g g g g g g g g g g -g g g g Ug g g g Zg g g g g g g g 
g 5g Ug hg {g g g g g g g /g Bg og pg qg g g g g g g g g g g g 3g Fg Yg lg g g g g g g g 
g g g g Ng Ug ^g _g ug g g g g g g g g g g g g g g g #g $g %g &g /g lg g !g g g 	g 
g g g g g g g g g -g Gg ag qg g g g g g g g g -g Gg ag bg cg dg g g g g g g g g g ng g g g g #g mg tg }g ~g g g g g g g g  g :g Bg Wg lg ~g g g g g g g g g !g 9g Lg _g rg g g g g g g 4g {g g bg cg dg eg vg g g g g 0g Cg Vg ig jg kg lg ug g Gg g g qg rg sg tg g g g g g 'g :g Mg `g sg tg ug vg g Tg {g g g g g g g 
g g g g g 'g <g Qg cg }g g g g g g g 
g g 9g Sg cg }g g g g g g g g 'g (g ;g Ng ag tg g g g g g Lg g g g g <g =g >g Og g 5g <g Eg Fg Ng cg xg g g g g g g g )g Cg Kg `g ug g g g g g g g &g @g Ag Bg Cg kg lg g g g g g g g g g g g Sg g g ,g g g Rg g Rg Sg Zg g g g /g [g g g g g Gg Hg Yg g g g g g g g g g !g ;g Lg fg g g g g g g g g g /g Ig cg tg g g g g g g g  g g )g *g =g Pg cg vg g g g g g Sg Mg g +g 8g g g g Og Vg g g g g g /g Ng g g g g g g g g g  h # h 5 h G h ^ h u h  h  h  h  h  h  h h h h #h 5h Gh Yh kh h h h h h h  h h 'h >h ?h @h Ah ih jh }h h h h h h h h h h h h  h ~h h h "h h h h ah 
	h )
h Qh h h h b
h c
h 
h 
h h !h ah h h h h h h 3h 4h Xh Yh ^h `h ah bh kh xh h h h  h h #h Eh gh h h h h h h 	h 
h h Eh h h +h mh h h #h rh h h h h h h h Fh Gh ~h h h h Rh h h h Wh h h h h h h 	h 
h 2h 3h Fh Yh lh h h h h h h h .h \h zh h h h h h h 
h 5h 6h Ih \h oh h h h h h h h Th Uh fh g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 8h :h ;h <h Eh ih h y h z h  h  h  h  h  h K!h L!h s!h t!h !h "h "h "h #h K#h #h #h 	$h K$h $h $h &%h {%h |%h }%h %h %h %h %h %h %h &h &h (&h ;&h N&h a&h c&h y&h z&h &h &h #'h 5'h m'h x'h 'h 'h 'h 'h %(h ,(h 4(h 5(h K(h [(h \(h ](h ^(h (h (h (h (h (h (h (h (h (h (h (h e)h )h )h )h )h )h 2*h =*h \*h x*h *h *h *h *h *h *h +h +h %+h &+h V+h m+h n+h o+h p+h +h +h +h +h +h +h +h +h +h +h a,h ,h ,h ,h -h -h :-h e-h -h -h -h -h -h -h -h -h .h .h ).h <.h O.h b.h d.h e.h f.h o.h .h /h /h /h /h 0h >0h I0h h0h 0h 0h 0h 0h 0h 1h 1h 1h 1h ?1h @1h {1h 22h d2h e2h 2h 
3h E3h F3h x3h 3h `4h a4h 4h 4h 4h S5h 5h 5h 5h 7h 7h 7h 7h 8h 8h 8h 9h 9h 9h :h :h 3:h C:h V:h ~:h :h :h <h ><h w<h <h 
=h c=h =h =h 6>h m>h >h >h >h >h >h ?h ?h ?h ?h ?h ?h ?h ?h ?h  ?h !?h 5?h <?h A?h Q?h R?h a?h b?h c?h o?h p?h q?h r?h }?h ?h ?h ?h ?h ?h ?h ?h ?h @@h A@h F@h s@h x@h @h @h @h @h @h PAh QAh VAh Ah Ah Ah Ah Ah Ah Ah 
Bh Bh Bh >Bh CBh iBh jBh kBh uBh Bh Bh Bh Bh Bh Bh Bh Bh Bh Bh Bh Ch Ch Ch Ch Ch *Ch +Ch 6Ch :Ch ACh HCh ICh JCh KCh LCh MCh NCh OCh PCh QCh RCh SCh TCh UCh VCh WCh lCh Dh  Dh 9Dh :Dh SDh dDh eDh yDh {Dh |Dh }Dh ~Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Eh Eh Eh Eh Eh Eh Eh  Eh !Eh "Eh #Eh 0Eh 1Eh ?Eh @Eh AEh BEh OEh aEh (Fh )Fh Gh Gh Gh Gh Ih Ih 4Ih Ih Ih Ih Ih Ih 7Jh 8Jh KJh pJh qJh Jh Jh Jh Jh Jh 	Kh Kh \Lh ]Lh JMh KMh @Nh ANh MNh Nh +Oh Oh Ph kPh Ph Ph Qh Qh MRh NRh Rh Rh Rh Rh $Th %Th 6Th TUh vUh Uh Vh Vh 6Vh PVh QVh ZWh [Wh Xh Xh YYh ZYh Yh Yh Yh Yh Yh Zh 4Zh fZh gZh xZh Zh Zh [h c[h d[h [h [h '\h \h F]h G]h ]h ]h ]h 4^h 5^h ^h ^h 2`h 3`h ah ah Xbh Ybh &ch 'ch Ach Rch dh dh fh fh fh fh gh gh gh 	hh 
hh hh hh  hh )hh 7hh Dhh Ehh Fhh Ghh Hhh Ihh Mhh Nhh Ohh Phh ihh khh qhh rhh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh  ih ih ih !ih "ih 1ih 3ih 9ih :ih Hih Jih Pih Qih dih fih kih lih sih xih ih ih ih ih ih ukh vkh kh kh kh lh 2lh flh ylh lh lh lh 
mh Amh Tmh mh mh mh mh ,nh Fnh Vnh nh nh nh nh nh nh oh ph ph "ph Hph Wph jph kph ph ph ph ph ph ph ph qh Fqh Gqh Hqh |qh qh qh qh qh qh ;rh <rh Frh Qrh rh rh rh rh rh rh rh rh 
sh  sh 6sh 8sh Osh Psh Ysh {sh |sh sh sh sh sh sh sh sh sh sh sh th th th Dth Eth Fth Gth Hth Ith Rth sth tth th th th th th th th uh +uh @uh Zuh [uh puh quh uh uh uh uh uh uh uh uh uh uh uh uh uh 
vh vh 0vh Lvh Mvh bvh cvh tvh vh vh vh vh vh vh vh vh vh vh wh wh wh wh wh wh xh xh xh xh &xh xh xh xh xh yh yh Fyh Pyh Zyh [yh |yh yh yh yh yh yh yh zh zh zh zh zh 2{h w{h x{h {h {h |h |h ?|h @|h A|h B|h C|h D|h M|h |h |h |h |h |h |h |h |h |h 
}h }h }h }h }h ~h ~h ~h ~h z~h ~h ~h ~h ~h ~h )h ^h h h h h h h h h h h h h h !h &h 'h 2h 7h 8h Bh Gh Hh Ih gh uh 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 1h 6h 7h Ah Fh Gh Hh jh xh h h h h h h h h h h h łh ʂh ˂h ̂h h h h h h #h $h .h 3h 4h ?h Dh Eh Oh Th Uh Vh h h h h h h h ̃h уh ҃h ݃h h h h h h h 
h h +h ,h 7h <h =h Gh Lh Mh Xh ]h ^h hh mh nh oh ۄh $h Fh Th dh eh ph uh vh 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 0h 1h ^h lh |h }h h h h h h h h h h h h h h h h h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh Rh xh h h h h h h h h h Çh ȇh ɇh Ӈh ؇h هh ڇh Fh Gh vh h h h h h h h h h h ƈh ǈh шh ֈh ׈h ؈h h h h h !h &h 'h 1h 6h 7h Bh Gh Hh Rh Wh Xh Yh h h h h h h h h ĉh ŉh Љh Չh ։h h h h h h h  h !h ,h 1h 2h <h Ah Bh Mh Rh Sh ]h bh ch dh h h ͊h h h Gh Hh Uh Vh Wh zh h  h 4h Fh Gh Qh \h h h h h ׌h h 
h h &h 'h 0h h h h h h Sh h h h ώh ߎh h h h h gh h h h h h h 7h 8h 9h :h ;h Dh h h ܐh ;h Fh bh {h h h h Ñh đh Ցh h h h h h Gh Hh |h h h h h h h h ٔh h h h h Ch Uh gh hh ih jh sh h h ȕh ٕh h h h h h ?h eh h h h ɗh ʗh ۗh ,h h ݘh h ^h _h `h ah h h 
h h Bh Th Uh _h jh h h h h ؚh  h h h h h h h h h h h h h h $h oh ph qh rh h 8h \h h h )h 6h ah bh sh h h zh {h h h h 'h (h h h h h h h h  h h h kh lh {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 4h ;h @h Ah Ih Ph \h ]h ^h _h  h h Xh Yh h h h h h h h h Eh Fh ܴh ݴh /h h h h h Kh չh ֹh ph h h Eh Fh gh th h h h h h ξh ߾h h h h h .h Eh Fh Qh h h h  h h h th uh Hh Yh h h h >h lh h h h h ch h h h 
h h Ch Gh Hh Rh ]h h h h h h h h h 	h 
h h Rh ^h h h h h h Vh `h h h h h h )h *h +h ,h Xh Yh ch nh h h h h h 	h 
h h 
h h h h Wh ch h h h h h h h h h +h 9h :h ;h Eh Ph h h h h h h h h h h h h h ;h Gh nh h h h h h h h h h h h h  h Lh Vh ah h h h h h h h  h h h h h h Mh Yh h h h 
h Eh h h h h h h h h h h h  h h /h Yh Zh [h ]h ^h _h hh h h h h (h Wh th h h h h h h h Ph mh wh h h h h h h h h h h h h h h ,h kh h Rh Sh dh h h h h h h h |h }h h h *h bh h h Mh Nh Xh ch h h h h h h h h ,h ?h Ah Xh Yh bh h h 
h h h  h Mh Th \h ]h sh h h h h h h h h 
h h h h  h )h Lh zh h h h h h h h h h #h $h %h &h 'h (h )h *h +h ,h Th uh vh h h h h h h h 
h h h h h h h h vh }h h h h h h h h h h )h Ch Kh `h uh h h h h h h  h h h *h Jh oh h h h h h h h :h h h h h h h h h $h 9h Nh `h zh h h h h h h 
h h 6h Ph `h zh h h h h h h h h h #h $h %h &h /h h h h bh  h h h h h gh hh h h h h h h h 	h 
h h h h (h qh h h h h #h vh wh h h h h h h h h h h h h h ]h h Eh Fh Gh Xh h h h h h h h h h h 5h Eh _h yh h h h h h h h h 5h 6h 7h 8h Ih h h h h h h h h %h &h 'h (h 1h h Jh h h -h h h h h Wh h h h h h h h +h =h Wh qh h h h h h h h h (h :h Th nh h h h h h h h h 	h 
h h 0h Ch Vh ih jh kh lh uh 9h h h Dh wh h @ i  i  i i i i i 7i i i i i -i Yi i i i i i ;i Bi Ki Li Ti ii ~i i i i i i i i /i Ii Zi ti |i i i i i i i i ,i Fi Wi qi i i i i i i i i i i i 'i (i )i *i 3i i i S	i 	i 	i C
i 
i 6i i i 4i Si ri i i i i -
i .
i /
i @
i 
i 
i 
i 
i 
i 
i 
i 
i 
i 
i i *i ;i Ri ii zi i i i i i i i i 	i  i 7i Ni _i vi i i i i i i i i i i i .i Ai Ti gi ii ji ki ti i Ni  i i i Vi i i i ;i mi i i i i \i ]i di  i i Ai i i i i i =i \i {i |i i i i i i i i i  i 	i i 8i Zi |i i i i i i 'i <i =i Ni i i i i i i  i  i  i !i B!i z!i !i "i e"i f"i "i _#i `#i $i  $i $i $i %i y%i z%i %i %i '&i _&i &i &i J'i K'i U'i `'i 'i 'i 'i 'i 'i 'i 'i 'i 
(i (i (i  (i !(i *(i r(i (i (i (i )i 2)i i)i )i )i )i )i )i )i )i )i )i 
*i  *i "*i #*i $*i -*i K*i o*i *i *i +i +i +i .+i /+i B+i U+i h+i {+i }+i ~+i +i +i +i +i M,i N,i _,i `,i a,i ,i ,i ,i ,i ,i ,i ,i ,i ,i ,i -i -i .i .i ).i *.i +.i ,.i ].i .i .i /i /i C/i ;0i <0i p0i 0i 0i !1i f1i 1i 1i .2i u2i 2i 3i 3i 3i %3i 03i c3i m3i w3i x3i 3i 3i 3i 3i 3i 3i 4i 4i 4i !4i 4i 4i 4i 5i 5i B5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i $6i %6i 86i K6i ^6i q6i s6i t6i 6i 6i 6i 7i 7i O7i l7i 7i 7i 7i 7i 7i 8i (8i N8i m8i n8i o8i 8i 8i 8i 8i 8i 8i 9i 9i 
9i 9i 69i 79i J9i ]9i p9i 9i 9i 9i 9i 9i 9i ':i a:i s:i :i :i :i ;i E;i I;i J;i K;i L;i ];i ;i ;i ;i ;i ;i ;i ;i  <i <i <i <i 
<i |<i <i +=i ^=i =i =i =i =i >i 1>i s>i t>i u>i >i >i >i >i >i >i >i ?i ?i @i @i <@i @i @i @i Ai Ai Ai Ai TBi UBi Bi Bi  Ci !Ci YCi +Ei XEi YEi Ei HFi Fi Fi Fi jGi kGi Gi Gi Gi Gi Gi Hi Hi cHi Ii Ii Ji kJi Ji Ki =Ki Ki Ki Li mLi nLi yLi Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li  Mi Mi 
Mi Mi Mi Mi Mi Mi 2Mi :Mi FMi GMi LMi Mi Mi Mi Mi Mi Ni Ni [Ni \Ni aNi Ni Ni Ni Ni Ni  Oi $Oi >Oi ?Oi DOi |Oi Oi Oi Oi Oi Oi Oi Pi Pi 	Pi Pi bPi gPi sPi tPi wPi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi 
Qi Qi Qi Qi Qi Qi Ri Ri Ri Ri Ri Ri Ri Ri %Ri +Ri ,Ri 5Ri 9Ri :Ri MRi YRi ZRi [Ri \Ri ]Ri oRi Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Si Si Ti Ti Ui Ui Vi Vi Vi +Wi 8Wi Wi Wi Wi Wi Wi Wi Xi Xi  Xi `Xi aXi bXi oXi Xi >Yi Yi Yi Zi Zi [i [i [i n\i \i :]i ]i 	^i p^i q^i 0_i _i _i _i *`i H`i I`i \`i ai ai ai bi ci }ci ci ci ci ci ci di di fi fi fi fi Cgi Ogi ^gi jgi kgi gi gi hi hi hi _hi dhi hi ii ii ii ii ii ji ji ji 6ki ki ki ki ki wli xli mi mi ?oi @oi oi oi pi pi pi pi qi Zri si si  ti !ti ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui vi 	vi vi vi )vi +vi 0vi 1vi ?vi Avi Gvi Hvi [vi ]vi cvi dvi yvi {vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi wi wi 	wi 
wi wi wi 1wi 2wi 3wi 4wi 5wi yi yi  yi hyi yi yi yi zi zi Kzi _zi zi zi zi zi &{i D{i x{i {i {i {i {i (|i G|i {|i ||i }|i ~|i |i }i }i }i }i }i ~i 	~i "~i U~i V~i t~i ~i ~i ~i ~i ~i ~i ~i i 0i Fi \i ri si i i i i "i ,i 6i 7i ^i {i |i i i i Ԁi րi i i i i i .i /i Si oi pi i i i i i i i i i i i i i i i i i &i 'i Ai ]i ^i pi i i ɂi ނi i i i i  i @i Ai Bi ii ji ki li mi ni wi i i i i ΃i i i  i i i 2i 3i 4i ai bi ci di ei fi oi i i ni oi pi i i i i i ąi Qi i i i i i i i i i i Gi ]i _i i i i 2i 3i oi pi i Јi i i 'i xi i i ݉i މi ߉i i i i i Fi Gi Xi yi zi {i |i }i ~i i Ki Li i i i i i i i /i Gi ^i i i ǌi i Bi Ci -i .i Ei Zi i i i i i i i i Ďi Ŏi Ўi Վi ֎i i i i i i i #i $i /i 4i 5i ?i Di Ei Pi Ui Vi `i ei fi gi i i i i i i i i Ïi ďi Ϗi ԏi Տi ߏi i i i i i &i 'i 2i 7i 8i Bi Gi Hi Si Xi Yi ci hi ii ji i i i i i i i ̐i ѐi Ґi ݐi i i i i i i 0i >i Ni Oi Zi _i `i ji oi pi {i i i i i i i i i ɑi ʑi Ցi ڑi ۑi i i i i i i i i i 
i yi i i i i i i i i i #i $i /i 4i 5i ?i Di Ei Fi mi {i i i i i i i i i i i i ȓi ͓i Γi ϓi i 
i i i &i +i ,i 6i ;i <i Gi Li Mi Wi \i ]i ^i i i i i i i i Ȕi ͔i Δi ٔi ޔi ߔi i i i i i $i 4i 5i @i Ei Fi Pi Ui Vi ai fi gi qi vi wi xi i i i "i 2i 3i >i Ci Di Ni Si Ti _i di ei oi ti ui vi i i i i i Ėi Ŗi ϖi Ԗi Ֆi i i i i i i i #i 1i Ai Bi Mi Ri Si ]i bi ci ni si ti ~i i i i i i i i ʗi ϗi Зi ڗi ߗi i i i i i  i i i &i Fi ki i i i i i i i i i i ҙi i i i i -i 7i Ai Bi ui i i i Ěi Śi Κi "i #i Ci Di i i 'i Li \i mi }i ~i i i i i i 7i Pi i i i ՝i ֝i םi ؝i ٝi i *i +i zi ٞi i  i i 3i Hi `i ai bi si *i +i ,i -i Vi i i i ,i >i ?i .i /i 9i Di wi i i i i i i i i i i i Vi Wi fi wi i i .i i i ݤi i  i Bi Ci gi hi yi ʥi  i {i i i i i i %i &i i i i i i i i ;i Ei Oi Pi vi i i i i i i i i >i ?i i i i i ©i 
i i i i @i ֪i i /i 0i ǯi ԯi i  i i Wi Xi i i Li Mi _i ŵi Ƶi ,i -i Bi i /i 2i i i i i 	i 
i i +i >i ?i Di Li Qi Ri Wi _i ki li qi xi }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 Ji Ki i i ,i -i i i zi {i i i i i i i si ti i i i i i i i i ,i 9i Ji [i li }i i i i i i i i i i  i i i ?i @i i i i i ,i |i }i i 
i 7i gi hi i i pi qi i i i i i i i i .i 8i Bi Ci qi i i i i i i i i #i Ji i i i i i #i }i ~i i i i i i i i i i i ?i Ii Si Ti i i i i i i i i i i (i Si i i =i i i i i i i i i i i !i +i 5i 6i di i i i i i i i i i i i 7i wi i !i i i i i i i i i i i i i 2i <i Fi Gi ui i i i i i i i i i i i Li i i i i  i !i 2i @i Ai Bi Li Wi i i i i i i i i i i i i Ei Qi xi i i i i Ii i i i i i i i i i  i Si ]i gi hi i i i i i i i i i i 	i ?i i i i 4i 5i 6i 7i 8i 9i ii i i Oi i i  i Gi i i i i i 4i >i Hi Ii qi i i i i i i i i  i ki ~i i i i i i i i i i !i "i #i $i Li oi i i i i i i i i i i Fi Gi Hi Yi i i i i i i i i i i i i i i i i i i 9i Li _i `i ai bi ki i Ji ]i Ci Di Ei Fi Wi i i $i %i -i Bi Wi ii i i i i i i i i %i ?i Yi ii i i i i i i i 
i  i 3i 4i 5i 6i ?i i i Li Mi Ni _i i i i i i i i i i 2i Bi \i vi ~i i i i i i i i 2i 3i 4i 5i ]i ui i i i i i i i i Si pi i  i i i i i i i i .i Gi li i i i i i i i [i i i i i i i i i i i =i >i ci vi i i i i i i i  j  j  j Dj j j j j Ij Jj Qj Zj [j cj xj j j j j j j j j 4j Ij [j uj j j j j j j j j :j ;j cj dj wj j j j j j j j j j j $j 8j j xj yj zj j j qj xj j j j j j j j j 	j  	j :	j T	j e	j 	j 	j 	j 	j 	j 	j 	j 
j 
j 7
j Q
j b
j |
j }
j ~
j 
j 
j 
j 
j 
j 
j 
j j j 	j 
j j j .j j j 
j h
j 
j 3j j 8j j j j j $j ;j kj j j j #j Oj j j j j j j j j j j 1j Cj ]j wj j j j j j j j j /j Dj Yj kj j j j j j j j  j :j ;j <j =j ej fj yj j j j j j j j j j j j gj tj j Xj j j j j j j 5j Lj kj j j j j j "j )j 2j 3j ;j Mj _j qj j j j j j j j j .j ?j Vj Wj _j qj j j j j j j j j +j <j Rj cj z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 F$j e%j &j &j &j 'j (j (j (j )j >)j ])j )j )j )j )j *j *j +*j o*j p*j *j *j *j *j *j *j *j *j *j *j +j <+j =+j _+j +j +j +j +j +j +j ,j D,j E,j F,j G,j ,j 1.j 3.j g.j .j .j /j _/j /j 0j 0j V0j 0j 0j 1j 1j 2j 2j 2j 3j 3j L3j 3j 3j 3j D4j 4j 4j 4j 4j 4j 15j ;5j E5j F5j n5j o5j 5j 5j 5j 5j 5j 5j 5j 5j 6j 36j j6j 6j 6j 6j 7j 57j 67j G7j H7j I7j q7j r7j 7j 7j 7j 7j 7j 7j 7j 7j 7j 
8j 8j 8j 8j 8j 8j 8j 8j 8j 8j 9j 9j 9j 9j 9j &9j D9j h9j 9j 9j 9j 9j 9j ':j (:j ;:j N:j a:j t:j v:j w:j x:j :j :j (;j ;j ;j ;j ;j ;j ;j ;j <j <j <j <j <j =j =j >j P>j >j >j ?j E?j ?j ?j @j b@j @j @j @j @j @j Aj Aj Aj Aj >Aj ?Aj dAj wAj Aj Aj Aj Aj Aj Aj .Bj _Bj qBj Bj Bj Bj "Cj #Cj 4Cj aCj hCj pCj qCj Cj Cj Cj Cj Cj Cj Cj Cj Cj Cj Dj Dj Dj (Dj )Dj 2Dj Dj Dj Dj 
Ej #Ej 6Ej nEj yEj Ej Ej Ej Ej Fj Fj 
Fj Fj RFj YFj aFj bFj Fj Fj Fj Fj Fj Fj Fj Fj Fj Gj !Gj #Gj $Gj %Gj .Gj Gj Gj Gj Hj LHj WHj vHj Hj Hj Hj Hj Hj Hj Hj (Ij )Ij QIj RIj eIj xIj Ij Ij Ij Ij Ij Ij Jj WJj Jj Jj -Kj ?Kj zKj Kj Kj Kj Lj Lj Lj $Lj QLj RLj SLj TLj {Lj |Lj Lj nMj Mj Mj Mj FNj Nj Nj Nj 1Oj Oj Oj Oj Oj ,Pj Pj Pj Pj Pj Rj Rj Rj 4Sj Sj  Tj !Tj TTj Uj 	Uj >Uj SUj oUj Uj Uj Uj Uj Vj KWj zWj Wj 	Xj FXj Xj Xj 3Yj rYj Yj Zj Zj Zj #Zj 2Zj >Zj QZj UZj VZj WZj XZj YZj ZZj [Zj \Zj ]Zj qZj xZj }Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj ![j &[j |[j }[j [j [j [j [j [j [j 6\j :\j \j \j \j \j \j \j \j \j ]j ]j F]j G]j L]j z]j ]j ]j ]j ]j ]j  ^j ^j ^j ^j ^j ^j  ^j #^j ,^j -^j .^j ?^j D^j L^j S^j Z^j f^j g^j r^j v^j }^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j [_j \_j u_j v_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 3`j @`j A`j K`j X`j Y`j Z`j [`j \`j ]`j ^`j _`j l`j m`j {`j |`j }`j ~`j `j `j daj eaj Wbj Xbj /cj 0cj Gdj Pdj pdj dj dj ej ej +ej sej tej ej ej ej ej ej ej  fj 
fj Efj fj gj gj hj hj |ij }ij ij jj gjj jj >kj kj lj lj lj )mj mj mj mj mj mj mj `oj aoj roj pj pj qj =qj Vqj rqj qj qj rj rj 6tj 7tj tj tj tj tj tj uj 	uj Zuj puj uj uj uj uj vj Avj vj vj vj &wj cwj wj xj xj xj $yj %yj pyj qyj zj zj n{j o{j |j |j }j }j b~j c~j }~j ~j >j j ?j @j j j *j .j /j Ej Fj Zj [j \j ej sj 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 4j 6j ;j <j Vj Xj ]j ^j mj oj uj vj j j j j j j j j j j τj Єj фj ҄j ӄj j j j j  j Tj nj j j j j 1j Ij }j j Ĉj j j 4j hj j j Ɖj j j j j j >j Gj Hj ^j j j j j j j j j  j 3j 4j Rj j j j j Όj j j j j wj xj j j j ʍj ԍj Սj j j j 0j Fj \j rj tj j j j j j ̎j ͎j j 
j j #j $j %j &j 7j Wj Xj Yj j j j j j j j j j ďj ŏj ߏj j j j 9j Rj gj |j j j j j j ސj ߐj j j j 	j 
j j j j 4j 5j Ij Jj lj j j j j j Бj ёj ґj j  j j j j j 
j Vj Wj j 
j j j ?j @j Aj Bj bj j #j 9j :j Dj Oj j j j j j j j j .j /j 8j Еj ѕj 
j j j nj j j Ŗj j Yj Zj {j |j }j ~j j j j j j j j j j j j j Ij j j +j 6j @j Kj Uj Vj j ͙j j j )j *j ej j j j ˛j ̛j j j #j 1j Aj Bj Mj Rj Sj ]j bj cj nj sj tj ~j j j j j j j j ͜j Ҝj Ӝj ݜj j j j j j j j j j "j 0j @j Aj Lj Qj Rj \j aj bj mj rj sj }j j j j j j ĝj ŝj Нj ՝j ֝j j j j j j j j j j j 0j >j Nj Oj Zj _j `j jj oj pj {j j j j j j j Ξj ܞj j j j j j j 
j j j j j )j .j /j 0j Ij Wj gj hj sj xj yj 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 5j :j ;j Ej Jj Kj Vj [j \j fj kj lj mj j j j j ġj ɡj ʡj ԡj ١j ڡj j j j j j j j ,j :j Jj Kj Vj [j \j fj kj lj wj |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 3j Aj Qj Rj ]j bj cj mj rj sj ~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 Lj \j ]j hj mj nj xj }j ~j j j j j j j j ĥj j 	j ,j -j j j j j j j ;j <j pj j j j j ˧j էj ߧj j j 7j Ij Kj bj cj lj j j j j 0j j ũj j j j j j @j Aj Rj j j ժj j j j Dj sj tj uj vj wj j ȫj ɫj j wj 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 Pj j j j j j j j j j j j Mj Nj ̱j :j Zj {j j j j j j j j hj j j Wj j j j j ôj Ĵj Ij Jj ~j j j j j ٵj j j j j <j Nj Oj Pj Qj Zj j j ܶj ݶj ,j -j Nj Oj `j j j j j ޷j tj j ͺj κj ej rj j j j j j j j j j j cj dj j j j -j j j ;j <j !j 6j j j j j j j j j j j j j 	j 
j j j j j !j (j 4j 5j =j Ej Jj Kj Sj [j gj hj pj wj |j }j j j j j j j <j =j j j *j +j j j Bj Nj j j j j j j kj ,j -j 5j 6j j j j j 1j ;j j j j j j j j j j 
j j ,j -j @j Sj jj j j j j j [j \j j j j j j j j j j zj j j j j Oj j j j 6j Fj Sj j j j j j j j j j j Aj Bj Dj Ej Fj Oj j j j j &j Nj Yj j j j j j j .j ej fj gj hj j j j j j j j j  j Ej Fj Gj Ij Jj Kj Tj j j j j 1j Uj j Dj Tj Uj Vj gj uj vj wj j j j j j j j (j )j *j +j -j .j /j 8j wj j j j j 9j j (j 8j 9j :j Kj Yj Zj [j \j j j j j j j j j :j ;j <j =j ?j @j Aj Jj j j j j )j Ij j j j j j j j j j j (j 2j <j =j kj j j j j j j j j j j Dj dj j j j 0j 1j Bj Pj Qj Rj j j j j j j j j /j 0j 1j 3j Jj Kj Tj Vj Wj hj j j j j j j j j j j j j j j j /j fj j j 4j j j j j j j j j j /j Bj Uj hj {j }j j j j 	j j Ij Jj Kj \j j j j j j j j j j j 
j  j 3j Fj Yj Zj [j \j ej j j j j j j (j /j 8j 9j Oj _j `j aj bj cj dj ej fj gj hj j j j j j j j j  j 	j Fj j j  k  k  k  k  k k k k k k k k k !k ;k Kk ek k k k k k k k k !k ;k <k =k >k fk k k k k k k k k Hk vk k k k k Gk Nk Wk Xk `k uk k k k k k k k k 1k Fk Xk rk k k k k k k k k k &k 9k Lk _k `k ak bk kk k k Uk k <	k =	k >	k ?	k P	k 	k 	k 	k 	k 

k 
k 0
k C
k D
k E
k F
k O
k 
k !k dk k Kk Lk Mk Nk _k k k k k 
k 
k '
k :
k M
k N
k O
k P
k Y
k .k Uk k k k k k k k k k k k k k +k =k Wk qk k k k k k k k k -k =k Wk qk rk sk tk k k k k k k (k ;k Nk ak bk ck dk mk &k k k k ik k k k )k k k k k  k (k =k Rk gk yk k k k k k k k %k :k Ok dk vk k k k k k  k k k k k Ek Fk Yk lk k k k k k k k uk k -k k k k |k k ,k k ,k -k 4k sk k k 	k 5k ik k k k !k "k 3k wk ~k k k k k k k k k  k & k @ k Z k k k  k  k  k  k  k  k  k 	!k #!k =!k N!k h!k !k !k !k !k !k !k !k !k "k "k "k *"k ="k P"k c"k d"k e"k f"k o"k -#k '$k $k %k %k %k %k r&k )'k 0'k p'k 'k 'k 'k 'k 	(k ((k i(k j(k k(k |(k (k (k (k (k (k (k (k )k !)k 8)k O)k f)k w)k )k )k )k )k )k )k )k )k *k !*k 3*k E*k \*k s*k *k *k *k *k *k *k +k +k +k +k +k C+k D+k W+k j+k }+k +k +k +k +k +k +k ,k -k \.k .k X/k /k /k /k Y0k w0k 0k ;1k 1k 3k +4k 4k 4k 4k <6k =6k }6k 6k 6k 6k ;7k Z7k y7k 7k 7k 7k 7k 
8k 8k 28k 38k 88k :8k ;8k <8k E8k R8k t8k 8k 8k 8k 8k 8k 9k A9k c9k x9k y9k 9k 9k 9k 9k 9k 9k :k ;k ;k <k G<k ~<k <k <k L=k =k =k =k >k >k [?k \?k  @k !@k X@k @k @k @k ,Ak cAk Ak Ak 1Bk Bk Bk Bk Bk Bk Bk Bk Bk Ck 
Ck  Ck 3Ck FCk YCk [Ck \Ck ]Ck fCk Ck Ck Dk 6Dk TDk nDk Dk Dk Dk Dk Dk Dk Ek Ek #Ek 6Ek IEk \Ek ^Ek _Ek `Ek iEk Ek Ek .Fk /Fk @Fk AFk BFk jFk kFk ~Fk Fk Fk Fk Fk Fk Fk Fk Fk Gk Gk Gk Gk Gk Gk Gk Gk Gk Gk Gk Hk Hk Hk Hk Hk CHk Hk SIk TIk eIk fIk gIk hIk Ik %Jk &Jk MJk NJk Jk wKk xKk Kk Kk %Lk ]Lk Lk Lk %Mk jMk Mk  Nk UNk VNk WNk aNk lNk Nk Nk Nk Nk Nk Nk Ok Ok (Ok ;Ok =Ok SOk TOk ]Ok Ok Ok Pk GPk RPk ~Pk Pk Pk Pk Pk Qk Qk Qk %Qk 5Qk 6Qk 7Qk 8Qk `Qk aQk tQk Qk Qk Qk Qk Qk Qk Qk Qk ?Rk ZRk Rk Rk Rk Rk Sk Sk 6Sk RSk dSk Sk Sk Sk Sk Sk Sk Sk Sk  Tk 0Tk GTk HTk ITk JTk rTk sTk Tk Tk Tk Tk Tk Tk Tk Tk ;Uk cUk Uk Uk Uk Uk Vk ?Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Wk Wk )Wk <Wk >Wk ?Wk @Wk IWk Wk Wk gXk Xk Xk Xk Yk #Yk BYk mYk Yk Yk Yk Yk Yk Yk Yk Yk Zk Zk UZk [k >[k ?[k x[k [k \k  \k R\k \k :]k ;]k ]k ]k ]k -^k \^k ]^k ^k g`k `k `k `k ak ak ak ak bk bk bk bk 
ck ck 0ck Xck Yck ck dk ek Qek ek ek =fk yfk fk gk Ggk gk gk gk gk gk gk gk gk gk gk gk gk gk gk gk gk hk hk hk +hk ,hk ;hk <hk =hk Ihk Jhk Khk Lhk Whk [hk nhk vhk hk hk hk hk hk ik ik  ik Mik Rik ik ik ik ik ik *jk +jk 0jk \jk `jk zjk {jk jk jk jk jk jk jk kk kk Ckk Dkk Ekk Okk kk kk kk kk kk kk kk kk kk kk kk kk kk kk kk kk lk lk lk lk lk "lk #lk $lk %lk &lk 'lk (lk )lk *lk +lk ,lk -lk .lk /lk 0lk 1lk Flk lk lk mk mk -mk >mk ?mk Smk Umk Vmk Wmk Xmk Ymk amk gmk hmk qmk umk vmk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk 
nk nk nk nk nk nk )nk ;nk ok ok ok ok pk pk qk qk rk grk trk rk rk rk sk sk %sk Jsk Ksk \sk sk sk sk sk sk ztk 6uk 7uk $vk %vk wk wk 'wk wk xk vxk xk Eyk yk yk lzk zk '{k ({k f{k {k {k {k |k |k }k .~k P~k ~k ~k ~k k *k +k 4k 5k ԁk Ձk 3k 4k k k k k k k k @k Ak Rk k k ߃k =k >k Zk Ąk k [k  k !k rk k Æk k k k k k 
k {k |k 2k 3k  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 Ck Ek Kk Lk ek gk lk mk {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 Ek Fk Mk Rk mk nk ok pk qk Ok Pk \k k k k k @k Sk k k ϕk k k .k bk k k Җk k  k 0k dk k k k k k ܗk k k k "k 1k Dk Ek ^k k k k k љk ҙk k  k !k "k Vk lk k k k k k k  k +k ^k hk rk sk k k k Λk k k k k )k *k 3k Uk Vk jk kk k k k k k Ük Ĝk ՜k k k k k k  k !k "k #k ,k Mk Nk bk ck }k k k k םk k k k 4k 5k Jk Kk \k |k }k ~k k k k k k k k Ҟk Ӟk k k 
k &k 'k <k =k Nk nk ok pk 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 4k 5k Vk k k k ̢k ͢k ֢k nk ok k k k k Qk Rk ck 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 Tk kk k k ǧk ȧk k 8k ~k k ik jk k k k ϩk ߩk k k k k k  k k k k k k !k "k #k Ak Ok _k `k kk pk qk {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 Dk Rk bk ck nk sk tk ~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 0k lk zk 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 2k 7k 8k Bk Gk Hk Ik k k  k .k >k ?k Jk Ok Pk Zk _k `k kk pk qk {k k k k k k Ǯk Ȯk Ӯk خk ٮk k k k k k k k 	k 
k k 8k Fk Vk Wk bk gk hk rk wk xk k k k k k k k ʯk دk k k k k k k 	k 
k k k k %k *k +k ,k Rk `k pk qk |k k k k k k k k k k k k k  k !k Pk ^k nk ok zk 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 1k 2k 3k _k mk }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 7k <k =k >k bk k k ʳk ˳k !k "k /k 0k 1k Tk ٴk ڴk k  k !k +k 6k ik sk }k ~k k յk k k  k k 
k ^k _k k k ζk -k ck k k k k k ޷k ߷k k Ak Zk sk k k k k k k k k k k fk gk k k  k <k Uk ok k k k k k fk gk hk ik k !k "k Vk hk zk {k jk kk uk k k k ǽk Ƚk k k /k Ak Bk Ck Dk Mk k k k k k k jk ؿk k k ?k \k ~k k k k k k \k k k 8k 9k :k ;k ak bk k k k .k /k 9k Dk wk k k k k k k k k k k Yk Zk zk {k k k k k k Ik Jk Kk Lk |k k 6k kk lk k k ;k <k Mk k k Tk Uk k k k k k hk ik ~k k kk nk k k k k Ek Fk Uk gk zk {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 6k 7k 8k 9k k k 2k 3k k k k k k k hk ik k  k k k 	k k k k k %k k k Jk k k k  k Ak Nk [k hk uk k k k k k k k k k k  k +k [k \k k k {k |k Nk Ok "k 3k hk k k k Fk sk k k k =k k k k k k k !k "k ,k 7k jk tk ~k k k k k k k k k ,k 8k _k k k k k 0k :k _k k k k k k k k k 2k 3k =k Hk {k k k k k k k k k k k k 1k =k dk k k k yk k k k k k k k k k *k ]k gk qk rk k k k k k k k k k k !k Hk sk k k ]k k k k k k k k k k &k 0k ;k nk xk k k k k k k k k k k k 'k 3k Zk k k k k [k \k ]k nk |k }k ~k k k k k k k 	k 3k 4k 5k 7k 8k 9k Bk k k k k  l 1 l N l  l  l  l  l  l  l  l *l Gl Ql \l l l l l l l l l l l l l l l El {l ,l -l >l pl ql rl sl tl ul l Vl Wl l l l <l l l 'l (l 2l =l pl zl l l l l l l 	l 	l 	l 2	l 3	l <	l 	l 	l 	l 	l 	l 	l '
l .
l 6
l 7
l M
l ]
l ^
l _
l `
l 
l 
l 
l 
l 
l 
l 
l 
l 
l l &l Tl l l l l l l l l l l l l  l l l l l l l .l Ol Pl ul l l l l l l l 
l 
l l l l l l Pl Wl `l al il ~l l l l l l l l %l :l Ol al {l l l l l l l l l $l Il \l ol pl ql rl {l l l l l l l l l l l l l (l :l Tl nl ~l l l l l l l l *l :l Tl nl ol pl ql l l l l l l l l  l 	l l l l <l l l l l l Al Bl jl l l l l l l l l l l l l Kl l l l l l Pl Ql yl zl l l l l l l l l l l l 7l l l  l !l 2l l l l l l l l l l l l l 9l Sl [l pl l l l l l l l l l l #l vl wl l l l l l l l   l  l  l  l  l $!l `!l t!l "l "l "l "l "l 1#l #l #l #l #l #l #l #l $l $l 1$l K$l \$l v$l $l $l $l $l $l $l %l %l .%l H%l Y%l s%l %l %l %l %l %l %l %l %l %l 
&l &l 0&l C&l D&l E&l F&l O&l 'l j'l 'l (l Q(l (l )l o)l )l t*l *l *l *l +l `+l w+l +l +l ,l 3,l _,l ,l ,l ,l ,l -l -l %-l &-l .-l C-l X-l m-l -l -l -l -l -l -l 	.l #.l 4.l N.l V.l k.l .l .l .l .l .l .l /l  /l 1/l K/l \/l v/l w/l x/l y/l /l /l /l /l /l /l 0l 0l 0l 0l 
0l 0l 1l -2l 2l 2l 3l 3l 4l 4l 4l 5l -5l L5l q5l 5l 5l 5l 6l 6l 	6l 6l ^6l e6l n6l o6l w6l 6l 6l 6l 6l 6l 6l 7l 7l ,7l C7l T7l j7l {7l 7l 7l 7l 7l 7l 7l 7l 7l 8l (8l 98l P8l g8l x8l 8l 8l 8l 8l 8l 8l 8l 8l 8l 9l 9l .9l A9l C9l D9l E9l N9l `:l (;l ;l x<l <l 0=l {=l =l =l >l G>l >l ?l @l Al 6Bl 7Bl >Bl Cl Cl Dl [Dl zDl Dl Dl Dl El 6El UEl VEl gEl El El El El El El El El El El Fl 4Fl VFl xFl yFl Fl Fl Fl Gl Gl Gl (Gl [Gl Gl Gl Gl Gl Gl mIl oIl Il Il Jl TJl Jl Jl ?Kl @Kl Kl 9Ll :Ll Ll Ll Ml Ml Ml SNl TNl Nl Nl Ol 9Ol Ol Ol $Pl %Pl /Pl :Pl mPl wPl Pl Pl Pl Pl Pl Pl Pl Pl Pl Pl Pl Ql LQl oQl Ql Ql Ql Rl CRl qRl rRl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Sl %Sl ISl Sl Sl Sl Sl Sl Tl 	Tl Tl /Tl BTl UTl WTl XTl YTl bTl Tl Tl 'Ul (Ul 9Ul :Ul ;Ul cUl dUl wUl Ul Ul Ul Ul Ul Ul Ul Ul dVl Vl Vl Wl Wl Wl Wl 7Wl Wl Wl Wl Wl Xl Yl Yl JYl Yl Yl Yl @Zl Zl Zl [l O[l [l [l [l [l [l 
\l =\l G\l Q\l R\l z\l {\l \l \l \l \l \l \l \l \l j]l ]l ]l ]l ]l ^l ^^l _^l p^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l _l %_l 8_l K_l M_l N_l d_l e_l n_l _l _l )`l F`l _`l r`l `l `l `l `l al (al Gal Hal Ial Zal al al al al al al al al al bl bl $bl 7bl Jbl ]bl _bl `bl abl jbl bl cl ;cl Mcl cl cl cl cl dl #dl $dl %dl &dl 7dl ddl edl dl dl dl dl dl dl dl dl dl dl Vel el fl 8fl ifl {fl fl fl fl gl Mgl Ngl Ogl `gl gl gl gl gl gl gl gl hl hl hl il il il il il mjl jl jl .kl /kl hkl kl kl kl 3ll nl 2nl 3nl pnl "ol \ol ]ol ol Dpl Epl zpl pl pl pl pl pl pl =ql rl rl rl Esl sl sl tl otl tl tl Gul Hul Sul _ul nul zul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul vl vl  vl !vl &vl ]vl bvl vl vl vl vl vl 5wl 6wl ;wl rwl vwl wl wl wl wl wl xl xl xl Vxl [xl xl xl xl xl xl xl xl xl xl <yl Ayl Myl Nyl Qyl [yl \yl _yl hyl iyl jyl {yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl zl zl zl zl zl zl zl zl zl zl zl zl zl zl {l {l {l {l {l '{l 3{l 4{l 5{l 6{l 7{l I{l c{l d{l o{l |{l }{l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l |l |l }l }l k~l l~l l l l l l Zl [l gl l l Àl l l l :l ;l <l Il l l Ԃl Ղl l Ãl l l ńl Hl l l zl l Jl Kl 
l el ňl ƈl l "l #l 6l l l l ̋l l Wl yl l l Ȍl Ɍl ҍl Ӎl rl sl яl ҏl l )l 8l Dl El l l ސl ߐl l 9l >l }l ۑl ܑl l bl l l l l l `l al l l Ql Rl l l l l Иl јl l l l ʙl zl 4l {l |l l l fl jl 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 l l l !l "l 5l 7l =l >l Sl Ul Zl [l pl rl wl xl 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 Bl \l l l ޢl l %l 9l ml l l ̣l  l l Rl pl l l Τl l !l Ul Vl Wl Xl zl l l l l Ϧl l l l /l 0l Nl \l ol pl l l l l l 
l  l 6l Ll Ml l l l ɨl l l l l 8l Ul Vl ll l l l l ǩl ȩl ѩl l l l 	l -l Il Jl _l `l al bl sl l l l l l l l l l ʪl l l  l l l 7l 8l Jl ul l l l ҫl ӫl l l l l l l Cl Dl El Fl Gl Hl Ql pl ql l l l Ĭl Ŭl ڬl ۬l l l 
l l ;l <l =l >l ?l @l Il l l Hl Il Jl [l {l |l }l ~l l +l _l ul vl l l l ȯl үl ӯl l !l 7l 9l jl kl tl l 
l Il Jl Yl l l l l Rl l l l l l l l l Ųl  l !l 2l Sl Tl Ul Vl Wl Xl l %l &l gl rl |l l l l l 	l !l 8l el fl l ֵl l l l l l 4l _l ml }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 0l :l ?l @l Al ^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 2l 3l =l Bl Cl Dl ll zl l l l l l l l l l l l ǹl ̹l ͹l ιl 
l l (l )l 4l 9l :l Dl Il Jl Ul Zl [l el jl kl ll l l l l l l l l ĺl źl кl պl ֺl l l l l Sl l l ̻l ܻl ݻl l l l l l l 	l l l l l l  l Gl Ul el fl ql vl wl l l l l l l l l l l ּl l l l  l l l l l l !l &l 'l 1l 6l 7l 8l hl vl l l l l l l l l l l l ýl Ƚl ɽl ʽl l l l l l l  l *l /l 0l ;l @l Al Kl Pl Ql Rl l l l l l 
l l l l (l -l .l 9l >l ?l Il Nl Ol Pl ol }l l l l l l l l l l l l ʿl Ͽl пl ѿl l l l l 'l ,l -l 7l <l =l Hl Ml Nl Xl ]l ^l _l zl l l l l l l l l l l l l l l l l  l  l El hl il l l l l l l wl xl l l l l l l l l l Ol sl l l l l l l l l l ll l l &l 6l Gl Wl Xl |l }l l l l l *l Yl Zl l l l l l l l l l Tl l l l l 
l "l :l ;l <l Ml l l l l 0l l l l l l l l 	l l l Ql [l el fl l l l l l l l l 0l 1l @l Ql l l l vl l l l l l l Al Bl Sl l l Ul l l l l l l  l l l l l l l l l l )l *l Pl xl l l l l l l l l l hl il l l l l l l l l l l 	l 
l l l l l l 1l 2l l l &l 'l 9l l l l l l il 	l l wl xl ]l rl l l l l l l l &l +l ,l 1l 9l El Fl Kl Rl Wl Xl ]l dl pl ql yl l l l l l l l l l l l l l l l l l xl yl l l fl gl $l %l ~l l l l l l Tl Ul l hl il ql rl l Ml Nl l ml wl l l l l l l l $l 5l Fl Wl hl il |l l l l l l l l l l l l l l l l l Vl Wl l l l Al Bl l l Jl Kl rl l l l  m  m  m  m m m m m Km }m ~m m m m m m m m $m bm m m m m m Wm Xm Ym j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 dm em fm gm im jm km tm m m m m Qm um m d	m t	m u	m v	m 	m 	m 	m 	m 	m 	m 	m 	m 
m 
m  
m !
m O
m v
m w
m x
m y
m {
m |
m }
m 
m 
m 
m 
m &m em m m m m m m m m m &m 1m dm nm xm ym m m m m m m m m 
m +
m R
m 
m 
m 
m 
m #m lm mm ~m m m m m m m m -m 7m Am Bm km lm mm om m m m m m m m m m m m m m m m m m Cm m m )m km m m !m pm m m m m m m "m #m Km km ~m m m m m m m m Em Xm m m m m m m m m m m m m m &m Im \m om m m m m m m m m  m !m "m 3m dm km tm um m m m m m m m m m m m m m m m &m 9m :m ;m <m Em m $m 7m m m m  m 1m m m m m m m 1m Cm ]m wm m m m m m m m m 3m Cm ]m wm xm ym zm m m m m 
m m m m m m m & m ' m ( m 9 m  m  m  m  m  m  m  m  m  m !m !m 6!m P!m X!m m!m !m !m !m !m !m !m "m 
"m "m "m 7"m O"m b"m u"m "m "m "m "m "m "m -#m J#m #m #m x$m y$m z$m {$m $m $m $m %m !%m F%m Y%m l%m %m %m %m %m %m 5&m ]&m &m &m 'm 'm 'm 'm 'm 'm 'm (m (m =(m P(m c(m v(m (m (m (m (m (m j)m )m )m *m *m *m *m *m #+m $+m ++m 4+m 5+m =+m R+m g+m y+m +m +m +m +m +m +m ,m #,m 5,m O,m i,m y,m ,m ,m ,m ,m ,m ,m -m -m =-m >-m Q-m d-m w-m -m -m -m -m -m -m b.m .m .m /m /m R0m S0m T0m e0m 0m K1m R1m [1m \1m d1m y1m 1m 1m 1m 1m 1m 1m 2m .2m ?2m Y2m a2m v2m 2m 2m 2m 2m 2m 2m 3m +3m <3m V3m W3m X3m Y3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 4m 5m i5m 5m 5m B6m 6m 
7m h7m 8m h8m i8m p8m 8m 8m 9m E9m q9m 9m 9m 9m ):m ]:m ^:m o:m :m :m :m :m :m :m :m ;m ;m 7;m Q;m b;m |;m ;m ;m ;m ;m ;m ;m 	<m <m 3<m E<m _<m y<m <m <m <m <m <m <m =m =m =m =m ?=m @=m S=m f=m y=m =m =m =m =m =m =m i>m c?m ?m A@m N@m @m 2Am Am eBm lBm Bm Bm Bm Cm &Cm ECm dCm Cm Cm Cm Cm Cm Dm Dm 
Dm Dm 'Dm 9Dm KDm ]Dm tDm Dm Dm Dm Dm Dm Dm Em Em 0Em 1Em 9Em KEm ]Em oEm Em Em Em Em Em Em Fm Fm ,Fm =Fm TFm UFm VFm WFm Fm Fm Fm Fm Fm Fm Fm Fm Fm Fm Fm Gm Hm Im Jm Jm Jm Km 8Km Km Km Km wLm  Mm ?Nm gOm Om Om Om xQm yQm Qm Qm Rm 7Rm wRm Rm Rm Rm Rm Rm Sm ISm JSm nSm oSm tSm vSm wSm xSm Sm Sm Sm Sm Sm Tm Tm 9Tm [Tm }Tm Tm Tm Tm Tm Tm Um Um  Um !Um [Um Wm 
Wm AWm Wm Wm Wm 9Xm Xm Xm Xm 0Ym Ym Ym Zm Zm \[m ][m [m [m [m &\m h\m \m \m ]m m]m ]m ]m ]m ]m ^m ^m ^m  ^m H^m I^m \^m o^m ^m ^m ^m ^m ^m ^m ^m 
_m D_m r_m _m _m _m `m `m !`m "`m #`m K`m L`m _`m r`m `m `m `m `m `m `m `m `m jam kam |am }am ~am am am am am am am am am am  bm bm Bbm bm bm bm bm bm cm cm cm (cm ;cm Ncm Pcm Qcm Rcm [cm cm dm dm dm dm dm dm dm dm aem bem em em em fm fm fm *gm agm gm gm hm ahm hm hm <im im im im im im im im im im jm jm >jm Qjm djm wjm yjm jm jm jm km 9km Kkm km km km km km lm ;lm Blm Jlm Klm alm qlm rlm slm tlm lm lm lm lm lm lm lm lm mm mm mm {mm mm mm mm mm nm Hnm Snm rnm nm nm nm nm nm nm nm ,om 3om ;om <om lom om om om om om om om om om om om om om pm wpm pm pm pm &qm 1qm Pqm {qm qm qm qm qm qm qm rm rm +rm ,rm ?rm Rrm erm xrm zrm {rm |rm rm rm 1sm sm sm tm tm Ttm _tm ~tm tm tm tm tm tm +um ,um -um .um Uum Vum um Hvm zvm {vm vm  wm [wm \wm wm xm vxm wxm xm xm ym iym ym ym ym {m {m {m |m |m |m |m .}m }m }m ~m -~m I~m Y~m l~m ~m ~m ~m %m Tm m m  m ym m 
m Lm m m m m m m m +m /m 0m 1m 2m 3m 4m 5m 6m 7m Km Rm Wm gm hm wm xm ym m m m m m m m m m m ăm m  m Vm Wm \m m m ӄm Ԅm لm m m fm gm lm m m m m m m m  m !m &m Tm Ym m m m m چm ߆m m m m m m m m m m m m &m -m 4m @m Am Lm Pm Wm ^m _m `m am bm cm dm em fm gm hm im jm km lm mm m 5m 6m 7m Pm Qm jm {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 3m 4m 5m 6m 7m 8m 9m :m Gm Hm Vm Wm Xm Ym fm xm ?m @m 2m 3m 
m m "m +m Km m m m m m Nm Om bm m m m َm ڎm ێm m  m m sm tm am bm Wm Xm dm m Bm m m m m m m m dm em m m m Ֆm ;m <m Mm km m m m 1m Mm gm hm qm rm m m pm qm m ȝm םm m m 5m Km }m ~m m ؞m ݞm m zm {m m m >m m ]m ^m m m  m Km Lm m m Im Jm m m om pm =m >m Xm im m Өm m m m m m 	m 
m  m !m 5m 6m 7m @m Nm [m \m ]m ^m _m `m dm em fm gm m m m m m m m m m m m m Ԭm ֬m ܬm ݬm m m m m m m m m 1m 3m 8m 9m Hm Jm Pm Qm _m am gm hm {m }m m m m m m m m m m m m m m m /m Im }m m İm ذm m $m Xm km m m m m Cm ]m mm m m m m m m m "m #m 9m _m nm m m m δm ϴm m m m m -m ]m ^m _m m m m յm m m Rm Sm ]m hm m m m m ׶m m m m !m 7m Mm Om fm gm pm m m m m ̷m m m m m  m m m 2m 3m 4m [m \m ]m ^m _m `m im m m m m m ָm ׸m m m -m Bm Wm qm rm m m m m m m m m m m m m m m m $m %m Gm cm dm ym zm m m m m ںm ۺm ܺm ݺm ޺m ߺm m 1m 2m m m m m m m m m =m ʼm m m m m *m ]m gm qm rm m m ֽm ؽm 	m 
m m m m m m m Im m m m m 4m 5m Vm Wm Xm Ym Zm [m dm m m m m m m m m m $m m m m m m &m 0m 1m m m m m m m @m um m m m m m m m m m m (m -m .m 8m =m >m Im Nm Om Ym ^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 7m <m =m Hm Mm Nm Xm ]m ^m _m m m m m m m m m m m m m m m m m m m m )m *m 5m :m ;m Em Jm Km Vm [m \m fm km lm mm m m m m m m m m m m m m m m 	m 
m m $m 2m Bm Cm Nm Sm Tm ^m cm dm om tm um m m m m m ;m ]m km {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 1m 6m 7m Am Fm Gm Hm um m m m m m m m m m m m m m m m m m m %m &m 1m 6m 7m Am Fm Gm Rm Wm Xm bm gm hm im 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 8m =m >m Hm Mm Nm Ym ^m _m im nm om pm m m m m m m m m m m m m m m m m m m 'm 7m 8m Cm Hm Im Sm Xm Ym dm im jm tm ym zm {m m m m m m ^m _m lm mm nm m m m Km ]m ^m hm sm m m m m m m $m &m =m >m Gm m m m m m jm m m m m m m m m -m ~m m m m m m m Nm Om Pm Qm Rm [m m m m Rm ]m ym 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 Zm lm ~m m m m m m m m m (m )m m m 5m Vm |m m m m m m m Cm m m 2m um vm wm xm m m $m %m Ym km lm vm m m m m m m m )m *m +m ,m 5m m m m m m m )m *m ;m m m m m m Om sm m m @m Mm xm ym 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 6m Bm Cm Km Rm Wm Xm `m gm sm tm um vm m m om pm m m m m m )m m m \m ]m m m Fm m m m m bm m m m  n  n \n ]n ~n n n n n n n n n n n n .n En \n ]n hn n n 6n 7n n n n n _	n p	n 	n 	n 	n U
n 
n 
n 
n 
n *n zn n n n !
n .
n Z
n ^n _n in tn n n n n n n n n  n !n *n in un n n n )n 4n mn wn n n n n 	n @n An Bn Cn on pn zn n n n n n n  n !n "n $n %n &n /n nn zn n n n 0n n n /n 0n 1n Bn Pn Qn Rn \n gn n n n n n n n n n n 	n 
n n Rn ^n n n n n n n n n n &n 4n 5n 6n 7n cn mn xn n n n n n n n n n n n n %n dn pn n n n $n \n n n n n n n n n n n 
n n n Fn pn qn rn tn un vn n n n n n ?n nn n n n n n +n ,n -n gn n n n n n n n 
n n n n %n &n /n 1n 2n Cn n n in jn {n n n n n n n n !n !n !n 
"n A"n y"n "n #n d#n e#n o#n z#n #n #n #n #n #n 
$n $n 0$n C$n V$n X$n o$n p$n y$n $n $n $%n %%n &%n 7%n d%n k%n s%n t%n %n %n %n %n %n %n %n %n &n !&n 4&n 5&n 6&n 7&n @&n c&n &n &n &n &n &n 'n 
'n 'n 'n *'n :'n ;'n <'n ='n >'n ?'n @'n A'n B'n C'n 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 Z+n b+n w+n +n +n +n +n +n +n ,n ,n ,n ,n A,n a,n ,n ,n ,n ,n ,n ,n ,n #-n Q-n -n -n -n -n ".n ).n 2.n 3.n ;.n P.n e.n w.n .n .n .n .n .n .n /n !/n 3/n M/n g/n w/n /n /n /n /n /n /n /n 0n 0n '0n :0n ;0n <0n =0n F0n 0n 0n 01n y1n 2n 2n 2n 2n +2n ~2n 2n 2n 2n 2n 2n 3n 3n 3n  3n !3n *3n 3n 3n ?4n 4n &5n '5n (5n )5n :5n 5n 5n 5n 5n 5n 5n 6n 6n (6n )6n *6n +6n 46n 	7n 07n t7n 7n \8n ]8n ^8n o8n 8n 8n 8n 8n 8n 8n 8n 9n 9n 29n L9n \9n v9n 9n 9n 9n 9n 9n 9n :n :n 2:n L:n M:n N:n O:n `:n :n :n :n :n :n ;n ;n );n <;n =;n >;n ?;n H;n <n a<n <n <n D=n =n =n =n >n n>n >n >n >n >n ?n ?n -?n B?n T?n n?n ?n ?n ?n ?n ?n ?n  @n @n *@n ?@n Q@n k@n @n @n @n @n @n @n @n @n @n  An !An 4An GAn ZAn mAn An An An An An PBn Bn Cn [Cn Cn Cn WDn Dn En En Fn Fn Fn NFn Fn Fn Fn Gn DGn pGn Gn Gn Gn Gn Hn RHn YHn bHn cHn kHn Hn Hn Hn Hn Hn Hn In In 5In FIn `In qIn In In In In In In In Jn )Jn CJn ]Jn nJn Jn Jn Jn Jn Jn Jn Jn Jn Jn Kn Kn +Kn >Kn ?Kn @Kn AKn JKn Ln Mn jMn Mn Mn ZNn Nn MOn Pn Pn KPn jPn Pn Pn Pn Pn Qn DQn EQn FQn WQn Qn Qn Qn Qn Qn Qn Qn Qn Qn Rn *Rn ARn RRn iRn Rn Rn Rn Rn Rn Rn Rn Rn Rn Sn  Sn 7Sn NSn eSn vSn Sn Sn Sn Sn Sn Sn Sn Sn Sn Tn Tn 2Tn ETn XTn kTn ~Tn Tn Tn Tn Tn Un eVn 7Wn Wn 3Xn mXn Xn Xn 4Yn RYn Yn Zn Zn [n ]n s]n t]n {]n _n _n X_n _n _n _n `n 5`n T`n s`n `n `n `n `n `n 
an an an an an an  an -an Oan qan an an an an an bn >bn Sbn Tbn ebn bn bn bn bn bn bn dn dn dn "en Yen en en 'fn |fn }fn fn vgn wgn 6hn 7hn hn hn 3in in in in jn >jn vjn jn kn akn bkn lkn wkn kn kn kn kn kn kn kn ln !ln 4ln 6ln 7ln 8ln Aln ln ln ln mn /mn Imn mn mn mn mn mn mn mn mn mn nn $nn 7nn 9nn :nn ;nn Dnn bnn nn 	on 
on on on on Eon Fon Yon lon on on on on on on on on dpn epn vpn wpn xpn pn pn pn pn pn pn pn pn pn pn qn qn .rn /rn @rn Arn Brn Crn trn  sn sn (sn )sn Zsn Rtn Stn tn tn  un 8un }un un  vn Evn vn vn 0wn 1wn 2wn <wn Gwn zwn wn wn wn wn wn wn wn xn xn xn .xn /xn 8xn xn xn xn "yn -yn Yyn yn yn yn yn yn yn yn  zn zn zn zn zn ;zn <zn Ozn bzn uzn zn zn zn zn zn zn {n 5{n f{n {n {n {n {n {n |n -|n ?|n e|n |n |n |n |n |n |n |n |n }n "}n #}n $}n %}n M}n N}n a}n t}n }n }n }n }n }n }n ~n >~n x~n ~n ~n ~n ~n n \n `n an bn cn tn n n n n n n n n n n n $n n Ѐn Bn un n n n n n Hn n n n n ʂn ˂n ̂n ͂n n n 0n n n n Sn n n n -n n n n kn ln n n 7n 8n pn Bn on pn n _n n n ͊n n n n ̋n n n n 3n 4n zn čn n ,n n n n Tn 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 2n 6n In Qn ]n ^n cn n n n n n (n -n rn sn xn n n n n n 7n ;n Un Vn [n n n n n œn n n n n  n *n 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 n n n n n n n 	n 
n n n !n ԕn Օn ֕n n n 	n n n /n 1n 2n 3n 4n 5n =n Cn Dn Mn Qn Rn en qn rn sn tn un 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 Cn Pn n n n n n n &n 'n 8n xn yn zn n n Vn n n  n n n n n n n Rn n !n n n Hn n n n Bn `n an tn ڥn ۥn n 
n ,n n n Чn n n n n n n n n n [n gn vn n n ԫn n n n .n wn |n n n n 6n n ݭn 7n n n Nn n n n n n n n n Wn Xn n n ܴn ݴn n n n rn n n 8n 9n n n n n n Թn չn ֹn ߹n n n n n n n n n n n n n !n 'n (n An Cn Hn In Wn Yn _n `n sn un {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 In Jn Kn Ln Mn +n ,n 8n n n νn n n /n cn wn 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 mn nn n n n n n n n n 2n Hn ^n tn n n n n n n :n Dn Nn On vn n n n n n n n n n n 1n 2n Fn Gn kn n n n n n n n n n n n n n n n n n )n *n >n ?n Yn un vn n n n n n n n &n 'n 8n Xn Yn Zn n n n n n n n n n n n n n n n n *n Jn Kn Ln yn zn {n |n }n ~n n n n n n n n n n n n n in n n n n n n n n n 2n _n un wn n n n Jn Kn n n n n -n .n ?n n n n n n n n n n n ^n _n pn n n n n n n n cn dn n n n n n n 0n Gn _n vn n n n n Zn [n En Fn ]n rn n n n n n n n n n n n n n n n n n n +n ;n <n Gn Ln Mn Wn \n ]n hn mn nn xn }n ~n n n n n n n n n n n n n n n n n n n  n .n >n ?n Jn On Pn Zn _n `n kn pn qn {n n n n n n n n n n n n n n n n n n 
n n n Hn Vn fn gn rn wn xn 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 6n ;n <n Gn Ln Mn Wn \n ]n ^n n n n n n n n n n n n n n n n n n n "n 2n 3n >n Cn Dn Nn Sn Tn _n dn en on tn un vn n n n n n n n n n n n n n n n n n .n <n Ln Mn Xn ]n ^n hn mn nn yn ~n n n n n n n n ,n :n Jn Kn Vn [n \n fn kn ln wn |n }n n n n n n n n n n n n n n n n n n n 
n n n ;n In Yn Zn en jn kn un zn {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 0n n n n n n n n En On Yn Zn n n n n n n n :n ;n [n \n n 	n ?n dn tn n n n n n n n 6n On hn n n n n n n n n n Bn Cn n n n n 1n Kn `n xn yn zn n Bn Cn Dn En nn n n 2n Dn Vn Wn Fn Gn Qn \n n n n n n n n n n n  n )n nn on ~n n n n Fn n n n n 8n Zn [n n n n n 8n n n n n n n =n >n n n n 
n n n  n Sn ]n gn hn n n n n n n n 5n 6n Vn Wn n n n n n %n &n 'n (n Xn n n Gn Hn n n n n )n on pn 0n 1n dn en wn n n Dn En Zn n Gn Jn n n n n !n "n 1n Cn Vn Wn \n dn in jn on wn n n n n n n n n n n n n n n n n n n n n n n n  o  o  o  o  o  o  o o o o o bo co o o Do Eo o o o o o o o 	o 	o 
o o o &o 
o 
o o o o *o 7o Do Qo bo so o o o o o o o o o o 7o 8o o o Wo Xo *o +o o o Do o o o "o Oo o o o o o o o o o o o o o o Fo Po Zo [o o o o o o o o o o ;o bo o o o o o ;o o o o o o o o o o o o $o Wo ao ko lo o o o o o o o o 
 o  o @ o k o  o  o U!o !o !o !o !o !o !o !o !o !o "o 9"o C"o M"o N"o |"o "o "o "o "o "o "o "o "o "o "o $#o O#o #o #o 9$o $o $o $o $o $o $o $o $o $o %o %o %o J%o T%o ^%o _%o %o %o %o %o %o %o %o %o %o &o &o 6&o d&o &o &o &o 7'o 8'o 9'o J'o X'o Y'o Z'o d'o o'o 'o 'o 'o 'o 'o (o (o (o (o (o (o (o ](o i(o (o (o (o 
)o *)o a)o )o )o )o )o )o )o *o #*o -*o 8*o k*o u*o *o *o *o *o *o *o *o *o *o +o +o +o !,o W,o -o 	-o -o L-o M-o N-o O-o P-o Q-o -o 2/o 3/o g/o /o /o 0o _0o 0o 1o 1o 1o 1o L1o V1o `1o a1o 1o 1o 1o 1o 1o 1o 1o 2o 2o 2o 2o 2o 2o 2o 2o 2o 3o 
3o 3o 3o )3o 93o :3o ;3o <3o d3o 3o 3o 3o 3o 3o 3o 3o 3o 3o 4o 04o ^4o _4o `4o q4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 
5o +5o ,5o Q5o d5o w5o x5o y5o z5o 5o 5o b6o u6o [7o \7o ]7o ^7o o7o ,8o 38o <8o =8o E8o Z8o o8o 8o 8o 8o 8o 8o 8o 9o 9o +9o =9o W9o q9o 9o 9o 9o 9o 9o 9o 9o  :o %:o 8:o K:o L:o M:o N:o W:o :o :o d;o e;o f;o w;o ;o ;o ;o ;o ;o ;o <o <o 0<o J<o Z<o t<o <o <o <o <o <o <o =o =o 0=o J=o K=o L=o M=o u=o =o =o =o =o =o =o =o =o =o k>o >o >o ?o ?o ?o ?o ?o ?o @o @o F@o _@o @o @o @o @o @o @o @o @o sAo Ao Ao 'Bo Bo Bo Bo Bo Bo ,Co -Co UCo VCo {Co Co Co Co Co Co Co Co Co Do Do Eo \Eo Eo Eo Eo Fo aFo bFo iFo rFo sFo {Fo Fo Fo Fo Fo Fo Fo Go /Go 7Go LGo aGo sGo Go Go Go Go Go Go Go Go Go RHo SHo {Ho |Ho Ho Ho Ho Ho Ho Ho Ho Ho Ho Io  Jo <Jo PJo Jo Ko Ko Ko Ko 
Lo Lo Lo Lo Lo Lo Lo Lo Lo Lo 
Mo 'Mo 8Mo RMo lMo }Mo Mo Mo Mo Mo Mo Mo 
No $No 5No ONo iNo zNo No No No No No No No No No Oo Oo  Oo !Oo "Oo +Oo Oo FPo Po Po -Qo Qo Qo KRo Ro PSo So So So So <To STo To To To Uo ;Uo gUo Uo Uo Uo Uo Uo Vo Vo 
Vo Vo 4Vo IVo [Vo uVo Vo Vo Vo Vo Vo Vo Wo *Wo 2Wo GWo \Wo qWo Wo Wo Wo Wo Wo Wo 
Xo 'Xo 8Xo RXo SXo TXo UXo }Xo ~Xo Xo Xo Xo Xo Xo Xo Xo Xo Xo Yo Zo 	[o [o [o [o p\o \o ]o ]o ]o 	^o (^o M^o d^o ^o ^o ^o ^o ^o ^o :_o A_o J_o K_o S_o e_o w_o _o _o _o _o _o _o `o `o 0`o F`o W`o n`o o`o w`o `o `o `o `o `o `o ao ao ,ao Cao Tao jao {ao ao ao ao ao ao ao ao ao ao 
bo bo bo  bo !bo *bo <co do do Teo eo fo Wfo vfo fo fo #go go ^ho }io jo ko ko ko lo lo lo 7mo Vmo umo mo mo mo no 1no 2no Cno no no no no no no no no no no no oo 2oo Too Uoo woo oo oo oo oo oo po 7po \po ]po ^po _po po Iro Kro ro ro ro 0so wso so to to nto uo uo uo uo vo vo vo /wo 0wo dwo wo wo xo \xo xo  yo yo yo yo Iyo Syo ]yo ^yo yo yo yo yo yo yo yo yo yo yo (zo Kzo zo zo zo zo {o M{o N{o _{o `{o a{o {o {o {o {o {o {o {o {o {o {o |o %|o |o |o |o |o |o |o |o |o }o }o 1}o 3}o 4}o 5}o >}o \}o }o ~o ~o ~o ~o ~o ?~o @~o S~o f~o y~o ~o ~o ~o ~o ~o ~o @o o o o o o o o o o ǀo Ȁo o o o &o ho o ׂo o ]o o o +o zo τo Єo фo ۄo o o #o -o .o Vo Wo |o o o o o ͅo ΅o ׅo Fo wo o o ̆o o :o ;o Lo yo o o o o o o o o ڇo ۇo o o o 'o )o *o @o Ao Jo o Ԉo o "o ;o No o o o ̉o މo o #o $o %o 6o jo qo yo zo o o o Êo Ċo o o  o o &o 9o ;o <o =o Fo o ݋o o )o do oo o o o o  o o o o @o Ao io jo }o o o o o o o Ío 2o oo o o Eo Wo o o o o )o *o +o <o io jo ko lo o o ϐo o o o o ^o o o ̒o Io o o 
o o Do o ֔o הo o o o o Lo o 8o 9o lo  o !o Vo ko o o o ҙo әo o co o ˛o !o ^o o o Ko o o #o $o /o ;o Jo Vo io mo no oo po qo ro so to uo o o o o o o o o Þo Ğo Şo ƞo ўo ՞o o o o o o 9o >o o o o ǟo ̟o o o o No Ro o o o ֠o ڠo o o o 2o 7o ^o _o do o o o o o ɡo o o )o *o -o 7o 8o ;o Do Eo Fo Wo \o do ko ro ~o o o o o o o o o o o o o o o o o o o o o o so to 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 Ko Xo Yo co po qo ro so to uo vo wo o o o o o o o o |o }o oo po Go Ho _o ho o o o 6o 7o Co o o o ĩo ũo ֩o o o o %o ]o o o o o o o o o $o o o Vo o &o 'o o Ao o o o o o o xo yo o o ʴo 3o Uo no o o o o o No Oo o o o o o  o !o ro o o o ̹o o o Yo o o Ժo >o {o ջo o o o <o =o o o -o .o o o o o o o zo {o o o Vo o Wo Xo o o Bo Fo Go ]o ^o ro so to }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 1o 6o 7o Lo No So To no po uo vo o o o o o o o o o o o o o o o o o o o o o o o 8o lo o o o o o Io ao o o o o .o Lo o o o o o 1o 2o 3o 4o Vo _o `o vo o o o o o o o *o 8o Ko Lo jo o o o o o o o (o )o o o o o o o o o o 1o 2o Ho ^o to o o o o o o o o o 	o %o &o ;o <o =o >o Oo oo po qo o o o o o o o o o o o o o o &o Qo jo o o o o o o o o o o o  o !o "o #o $o -o Lo Mo ao bo o o o o o o o o o o o o o o o %o no oo $o %o &o 7o Wo Xo Yo Zo zo o ;o Qo Ro \o go o o o o o o o o Fo Go Po o o %o &o 5o o o o o .o qo ro o o o o o o o o o o /o 0o 1o 2o 3o 4o ao o o Co No Xo co mo no o o o o Ao Bo }o o o o o o o o ;o Io Yo Zo eo jo ko uo zo {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 Ho Xo Yo do io jo to yo zo o o o o o o o o o o o o o o o o o 	o o o o o o  o Ho Vo fo go ro wo xo o o o o o o o o o o o o o o o o o  o %o &o 1o 6o 7o Ao Fo Go Ho ao oo o o o o o o o o o o o o o o o /o xo o o o o o o o o o o o o o o o o o #o 1o Ao Bo Mo Ro So ]o bo co no so to ~o o o o o o o o o o o o o o o o o 
o o o o Do Ro bo co no so to ~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 Ko Yo io jo uo zo {o o o o o o o o o o o o o o o o o 	o o o o $o )o *o 4o 9o :o ;o Vo do to uo o o o o o o o o o o o o o o o !o Do Eo o o o o o o So To o o o o o o o o o +o Oo ao co zo {o o o o o o Ho o o o o #o 3o 4o Xo Yo jo o o o o 5o 6o \o o o o o o o o o 0o 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 7o Ao Bo ho o o o o o o o o 
o o -o eo fo o Ro ro o o o o o o o /o o o 1o oo o o o o o o ao bo o o o o o o o o o ,o To fo go ho io ro o o o o Do Eo fo go xo o o o o o o o o o }p p p p p 
p p p p p p p {p |p 	p 	p 	p E
p 
p 
p Sp Tp 9p Np p p p p p p p 
p 
p 
p 

p 
p !
p "
p '
p .
p 3
p 4
p 9
p @
p L
p M
p U
p ]
p b
p c
p k
p s
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p Tp Up p p Bp Cp  p p Zp fp p p p p 0p 1p p Dp Ep Mp Np p )p *p p Ip Sp p p p p p p p  p p "p 3p Dp Ep Xp kp p p p p p p s p t p  p  p #p #p $p $p $p 2%p 3%p %p %p %p &p &p g&p &p &'p ''p N'p ^(p k(p (p )p )p )p )p )p )p )p )p '*p Y*p Z*p \*p ]*p ^*p g*p *p *p *p  +p >+p f+p q+p +p +p +p 3,p 4,p 5,p F,p },p ~,p ,p ,p ,p ,p ,p ,p ,p ,p 	-p 
-p 8-p ]-p ^-p _-p a-p b-p c-p l-p -p -p -p 	.p I.p m.p .p \/p l/p m/p n/p /p /p /p /p /p /p /p /p /p /p 0p @0p A0p B0p C0p E0p F0p G0p P0p 0p 0p 0p 0p -1p Q1p 1p @2p P2p Q2p R2p c2p q2p r2p s2p t2p 2p 2p 2p 2p 2p 2p 2p +3p R3p S3p T3p U3p W3p X3p Y3p b3p 3p 3p 3p 4p A4p a4p 4p 4p 4p 4p 4p 4p 4p 4p 5p 
5p @5p J5p T5p U5p 5p 5p 5p 5p 5p 5p 5p 5p 5p 6p .6p \6p |6p 6p 6p 6p H7p I7p Z7p h7p i7p j7p 7p 7p 7p 7p 	8p 8p 8p 8p G8p H8p I8p K8p b8p c8p l8p n9p o9p 9p 9p 9p :p :p :p :p :p :p :p :p :p ;p <p <p =p G=p ~=p =p =p L>p >p >p >p >p >p >p >p >p '?p G?p Z?p m?p ?p ?p ?p ?p ?p ?p !@p 4@p a@p b@p c@p t@p @p @p @p @p @p @p @p @p @p Ap %Ap 8Ap KAp ^Ap qAp rAp sAp tAp }Ap Ap Ap Ap Ap Ap Bp @Bp GBp PBp QBp gBp wBp xBp yBp zBp {Bp |Bp }Bp ~Bp Bp Bp Bp Bp Bp Bp Cp Cp Cp Cp Cp !Cp ^Cp  Dp Dp Dp Dp Dp Dp 
Ep Ep Ep Ep Ep Ep Ep 
Fp Fp 9Fp SFp cFp }Fp Fp Fp Fp Fp Fp Fp Gp Gp 9Gp SGp TGp UGp VGp ~Gp Gp Gp Gp Gp Gp Gp Gp Gp `Hp Hp Ip Ip Ip Ip _Ip fIp oIp pIp xIp Ip Ip Ip Ip Ip Ip Jp ,Jp 4Jp IJp ^Jp pJp Jp Jp Jp Jp Jp Jp Jp Jp Kp +Kp >Kp QKp dKp wKp xKp yKp zKp Kp 	Lp &Lp mLp Lp TMp UMp VMp WMp hMp Mp Mp Mp Mp "Np 5Np HNp [Np \Np ]Np ^Np gNp Op 9Op |Op Op cPp dPp ePp fPp wPp Pp Pp Pp Pp Qp ,Qp ?Qp RQp eQp fQp gQp hQp qQp FRp mRp Rp Rp Sp Sp Sp Sp Sp  Tp Tp Tp Tp Tp .Tp CTp UTp oTp Tp Tp Tp Tp Tp Tp Tp Up +Up EUp UUp oUp Up Up Up Up Up Up Up Vp Vp -Vp @Vp SVp fVp yVp zVp {Vp |Vp Vp >Wp Wp Wp Wp Xp .Yp /Yp 0Yp AYp Yp 'Zp .Zp 7Zp 8Zp @Zp UZp jZp Zp Zp Zp Zp Zp Zp 
[p [p 5[p =[p R[p g[p |[p [p [p [p [p [p \p \p 2\p 3\p 4\p 5\p ]\p ^\p q\p \p \p \p \p \p \p \p \p ]p ]p E^p ^p ^p _p _p _p D`p `p Dap Eap Lap ap ap ap !bp Mbp bp bp bp cp 9cp :cp Kcp cp cp cp cp cp cp cp cp cp dp -dp >dp Xdp rdp dp dp dp dp dp dp dp ep !ep ;ep Uep fep ep ep ep ep ep ep ep ep ep fp fp /fp Bfp Ufp hfp {fp |fp }fp ~fp fp Egp ?hp hp ip *ip ip jp jp Akp Hkp kp kp kp kp lp !lp @lp lp lp lp lp lp lp lp lp lp mp mp 'mp 9mp Pmp gmp ~mp mp mp mp mp mp mp np 
np np 'np 9np Knp ]np tnp np np np np np np op op 0op 1op 2op 3op [op \op oop op op op op op op op op pp qp trp rp psp sp sp tp qtp tp tp Sup up wp Cxp xp xp xp Tzp Uzp zp zp zp {p S{p r{p {p {p {p {p {p %|p &|p J|p K|p P|p R|p S|p T|p ]|p j|p |p |p |p |p |p }p 7}p Y}p {}p }p }p }p }p }p }p }p }p 7~p p p p _p p ΀p p dp p p p p p sp tp 8p 9p pp ̈́p ΄p p Dp {p p p Ip p p p p p p p p $p %p 8p Kp ^p qp sp tp up ~p Ƈp p  p Np lp p p p p p p p 'p (p ;p Np ap tp vp wp xp p p Ép Fp Gp Xp Yp Zp 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 7p [p ތp kp lp }p ~p p p p =p >p ep fp p p p ďp p =p up p p =p p ɑp p mp np op yp p p p ˒p ̒p p p p -p @p Sp Up kp lp up p p 'p _p jp p ؔp ٔp p p p &p 'p =p Mp Np Op Pp xp yp p p p ŕp Ǖp ȕp ޕp ߕp p Wp rp p p ٖp p $p /p Np jp |p p p p ×p ԗp p p p p Hp _p `p ap bp p p p p Ęp טp ٘p ژp ۘp p Sp {p p Ǚp p 
p ,p Wp p p p p p p ޚp ߚp p p p .p Ap Tp Vp Wp Xp ap Лp 
p p p p p 0p ;p Zp p ǝp ȝp ɝp ڝp p p 	p 
p 1p 2p mp $p Vp Wp p p 7p 8p jp p Rp Sp p p p Ep tp up p p p p p p ֥p ץp 
p p p p 	p %p 5p Hp pp qp p p 0p ip p p Up p p (p _p p «p ͫp ٫p p p p p p 
p p p p p p p 'p .p 3p Cp Dp Sp Tp Up ap bp cp dp op sp p p p p p ׬p ܬp 2p 3p 8p ep jp p p p p p Bp Cp Hp tp xp p p p Юp ծp p p p 0p 5p [p \p ]p gp p p ǯp ȯp ˯p կp ֯p ٯp p p p p p p 	p p p p (p ,p 3p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp Ip ^p p p +p ,p Ep Vp Wp kp mp np op pp qp yp 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 1p 2p 3p 4p Ap Sp p p 
p p p p p p &p p p Զp նp p )p *p =p bp cp tp p p p ÷p p p Np Op <p =p 2p 3p ?p »p p p p ]p Ľp Žp p ߾p ?p @p ~p p p p p p (p Fp hp p p p (p Bp Cp Lp Mp p p Kp Lp p p p p p p &p Xp Yp jp p p p Up Vp rp p p sp 8p 9p p p p &p 'p p p $p %p p p Jp Kp p p 3p Dp p p p p tp up p p p p p p p p p )p 6p 7p 8p 9p :p ;p ?p @p Ap Bp [p ]p cp dp }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 Bp Cp Vp Xp ]p ^p ep jp p p p p p gp hp tp p p 
p $p Xp kp p p p p 3p Fp zp p p p p 8p Hp |p p p p p p p p p p :p Ip \p ]p vp p p p p p p p 8p 9p :p np p p p p p -p .p 8p Cp vp p p p p p p p p p (p *p Ap Bp Kp mp np p p p p p p p p p p 
p p p 6p 7p 8p 9p :p ;p Dp ep fp zp {p p p p p p p p 2p Lp Mp bp cp tp p p p p p p p p p p p p p  p "p >p ?p Tp Up fp 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 8p Bp Lp Mp np p p p p p p p p p p p $p ip jp {p p p p 1p 2p 3p 4p 5p 6p ?p p p p p p p p p p p p p p p p p p p lp p p p p p p Pp p p p p p p p p p p p p 	p p p p $p )p *p 4p 9p :p ;p Yp gp wp xp 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 3p 8p 9p :p \p jp zp {p p p p p p p p p p p p p p p p p p p p p  p %p &p 1p 6p 7p Ap Fp Gp Hp p p p p p p p p p p p p p p p p p p 
p p p )p .p /p 9p >p ?p Jp Op Pp Zp _p `p ap p p 8p Fp Vp Wp bp gp hp rp wp xp p p p p p p p p p p p p p p p  p p p p p p !p "p #p Pp ^p np op zp p p p p p p p p p p p p p p  p p p p p p !p "p -p 2p 3p =p Bp Cp Dp jp xp p p p p p p p p p p p p p p p 8p 9p hp vp 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 4p 9p :p Dp Ip Jp Kp wp p p p p p p p p p p p p p p p p p p p p p #p $p .p 3p 4p ?p Dp Ep Op Tp Up Vp zp p p p p 9p :p Gp Hp Ip lp p p &p 8p 9p Cp Np p p p p p p p p p p "p vp wp p p p Ep {p p p p p p p p p Yp rp p p p p p )p *p +p ,p -p 6p ~p p p -p 8p Tp mp p p p p p p ~p p p p p 9 q : q n q  q  q  q q q q q q q q q q 5q Gq Yq Zq [q \q eq q q q q q q q q q 1q Wq tq q q q q q q tq q 
q Pq Qq Rq Sq yq zq q  q 4q Fq Gq Qq \q q q q q q q q q q q q qq rq q q q q 	q 	q 	q a	q b	q c	q d	q 	q *
q N
q q q q (q Sq Tq eq q q lq mq q q q q q q q q q q q q q q q ]q ^q m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 2q 3q ;q Bq Nq Oq Pq Qq q q Jq Kq q q q q q  q  q  q 7!q 8!q !q !q !"q #q #q $q $q =%q &q &q b'q (q (q 7*q 8*q Y+q f+q s+q +q +q +q +q +q +q +q +q +q 	,q  ,q 7,q 8,q C,q s-q t-q .q .q .q .q f1q g1q :2q K2q 2q 2q 2q 03q ^3q 3q 3q 3q 4q U4q 4q 4q 4q 5q 	6q 56q 97q :7q D7q O7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 8q D8q P8q w8q 8q 8q 9q 9q H9q R9q w9q 9q 9q 9q 9q :q :q :q :q J:q K:q U:q `:q :q :q :q :q :q :q :q :q :q  ;q ;q 
;q I;q U;q |;q ;q ;q <q <q <q 
=q =q =q =q +=q ,=q -=q 7=q B=q u=q =q =q =q =q =q =q =q =q =q =q =q =q ->q 9>q `>q >q >q >q u?q ?q ?q ?q ?q @q @q @q @q @q >@q H@q S@q @q @q @q @q @q @q @q @q @q @q @q @q  Aq ?Aq KAq rAq Aq Aq Aq 7Bq sBq tBq uBq Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq !Cq KCq LCq MCq OCq PCq QCq ZCq Cq Cq Cq Cq Dq IDq fDq Dq Dq Dq Dq Eq Eq Eq BEq _Eq iEq tEq Eq Eq Eq Eq Eq Eq Eq Eq  Fq Fq 
Fq Gq 
Gq Gq ]Gq Gq DHq EHq VHq Hq Hq Hq Hq Hq Hq Hq nJq oJq Jq Jq Kq TKq Kq Kq ?Lq @Lq JLq ULq Lq Lq Lq Lq Lq Lq Lq Mq Mq 1Mq 3Mq JMq KMq TMq Mq Mq Mq  Nq Nq Nq ?Nq FNq NNq ONq eNq uNq vNq wNq xNq Nq Nq Nq Nq Nq Oq Oq Oq Oq Oq >Oq lOq Oq Oq Oq Oq Oq Oq Oq Oq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq FPq gPq hPq Pq Pq Pq Pq Pq Pq Pq Pq Qq Qq Rq Rq Rq Rq Rq hSq oSq xSq ySq Sq Sq Sq Sq Sq Sq Tq Tq 5Tq =Tq RTq gTq yTq Tq Tq Tq Tq Tq Tq Tq Tq Uq <Uq aUq tUq Uq Uq Uq Uq Uq Uq ,Vq Vq Vq Vq Vq Vq Wq 
Wq Wq Wq +Wq @Wq RWq lWq Wq Wq Wq Wq Wq Wq Wq Xq (Xq BXq RXq lXq Xq Xq Xq Xq Xq Xq Xq Xq Yq Yq Yq Yq Yq !Yq Yq Yq Zq TZq Zq Zq Zq Zq [q Y[q Z[q [q [q [q [q [q [q [q [q [q \q \q \q ]q c]q ^q ^q ^q ^q ^q h^q i^q ^q ^q ^q ^q ^q ^q _q _q _q _q _q _q `q O`q `q 7aq 8aq 9aq Jaq aq aq aq aq aq aq aq aq aq 
bq 'bq 7bq Qbq kbq sbq bq bq bq bq bq bq 
cq 'cq (cq )cq *cq ;cq cq cq cq cq cq cq cq dq dq dq dq dq #dq dq <eq xeq eq fq fq fq fq fq Igq gq gq gq gq gq gq hq hq /hq Ihq chq thq hq hq hq hq hq hq iq iq ,iq Fiq `iq qiq iq iq iq iq iq iq iq iq iq jq "jq 5jq Hjq [jq \jq ]jq ^jq gjq +kq kq kq 6lq ilq lq 2mq mq mq nq nq nq nq )oq xoq oq oq oq pq Kpq wpq pq pq pq pq -qq 4qq =qq >qq Fqq [qq pqq qq qq qq qq qq qq rq !rq ;rq Lrq frq nrq rq rq rq rq rq rq sq sq 8sq Isq csq tsq sq sq sq sq sq sq sq sq sq tq tq tq tq tq %tq tq uq Evq vq vq 5wq wq (xq xq xq &yq Eyq dyq yq yq yq yq zq  zq !zq 2zq vzq }zq zq zq zq zq zq zq zq zq {q {q -{q D{q [{q l{q {q {q {q {q {q {q {q {q {q |q )|q @|q Q|q h|q |q |q |q |q |q |q |q |q |q |q 
}q  }q 3}q F}q Y}q [}q \}q ]}q f}q x~q @q q q q Hq q q q -q _q q q q q Nq Oq Vq q q 3q sq q q q q /q Nq mq nq q Éq ĉq q q q q q q q q *q Lq nq q q q Պq q q .q /q @q sq q q q q Ջq q q q q 4q lq q q Wq Xq q Qq Rq q q ֑q בq q kq lq q q q Qq q q <q =q Gq Rq q q q q q Ôq ֔q q q q q q q q dq q q q 
q $q [q q q q q q Ŗq Ɩq ٖq q q q q q q q =q aq q q q q q  q !q 4q Gq Zq mq oq pq qq zq q q ?q @q Qq Rq Sq {q |q q q q șq ʙq ˙q ̙q ՙq q |q 	q 
q q q q q Oq ۛq ܛq q q 5q -q .q bq q ۝q q Xq q ۞q  q gq q q q 
q q "q Uq _q iq jq q q q ˠq ޠq q q 	q 
q q q q šq q q 4q vq wq q q q Ģq Ţq ۢq q q q q q q *q =q Pq cq eq fq |q }q q q q Aq ^q wq q ¤q ͤq q q q @q _q `q aq rq q q q q q q q q  q (q )q <q Oq bq uq wq xq yq q q q Sq eq q q ʧq q 7q ;q <q =q >q Oq |q }q q q q ̨q ߨq q q q q q nq q q Pq q q Ϊq ٪q q #q eq fq gq xq q q q q ϫq Ыq q ¬q q q .q q խq ֭q q q q q Fq Gq q q q q Kq q Jq Kq q :q tq uq q \q ]q q q ôq Ӵq q q q Uq q ζq q ]q q q /q q Ƹq q _q `q kq wq 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 8q 9q >q uq zq кq Ѻq ֺq q q Mq Nq Sq q q q q q q q 0q 1q 6q nq sq q q q μq Ӽq q q q q Tq Yq eq fq iq sq tq wq 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 Kq Lq Mq Nq Oq aq {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 rq sq q q q q  q q q Rq Sq Tq aq q 0q q q q q q q q `q q ,q q q bq cq "q }q q q q :q ;q Nq q q q q q oq q q q q q q q q q q q 5q Aq Pq \q ]q q q q q q Qq Vq q q q q zq q q q q (q xq yq q q iq jq q q 1q 2q q q q q q q q Lq 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 1q 3q 9q :q Mq Oq Uq Vq kq mq rq sq 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 Zq tq q q q 	q =q Qq q q q q q 6q jq q q q q q 9q mq nq oq pq q q q q q q q q q Gq Hq fq tq q q q q q q q "q 8q Nq dq eq q q q q q q (q )q Pq mq nq q q q q q q q q q q  q !q Eq aq bq wq xq yq zq q q q q q q q q q q q q q q q 3q Oq Pq bq q q q q q q  q q q 2q 3q 4q [q \q ]q ^q _q `q iq q q q q q q q q q q $q %q &q Sq Tq Uq Vq Wq Xq aq q q `q aq bq sq q q q q q Cq wq q q q q q q q q q 9q Oq Qq q q q $q %q aq bq qq q q q q jq q q q q q q q q q 8q 9q Jq kq lq mq nq oq pq q =q >q q q q q q q 
q !q 9q Pq }q ~q q q 4q 5q q  q 7q Lq wq q q q q q q q q q q q q q q q q q q q q !q &q 'q 1q 6q 7q Bq Gq Hq Rq Wq Xq Yq vq q q q q q q q q q q q q q q q q q q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q \q q q q q q q q q q q q q q q q q q "q 0q @q Aq Lq Qq Rq \q aq bq mq rq sq }q q q q q q q q q q q q q q q q q q q q q kq q q q q q   r  r  r  r  r  r ! r & r ' r 1 r 6 r 7 r 8 r _ r m 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 9r >r ?r Ir Nr Or Pr r r r r r r r r r r r r r r r r r r r &r 'r 2r 7r 8r Br Gr Hr Sr Xr Yr cr hr ir jr r r r r $r %r 0r 5r 6r @r Er Fr Qr Vr Wr ar fr gr hr r r r r r r r r r r r r r r r r r r #r 3r 4r ?r Dr Er Or Tr Ur `r er fr pr ur vr wr r r r r r r r r r r r r r r r r r r 8r ]r r r r r r r r 
r r r r r r r r r )r 3r 4r gr r r r r r r r r 5r 6r r r 	r >	r N	r _	r o	r p	r 	r 	r 	r 	r 
r )
r B
r q
r r
r 
r 
r 
r 
r 
r 
r 
r r r lr r r r r %r :r Rr Sr Tr er 
r 
r 
r 
r H
r 
r 
r r r 0r 1r  r !r +r 6r ir sr }r ~r r r r r r r r r Hr Ir Xr ir r r  r r r r r r 4r 5r Yr Zr kr r r mr r r r r r r r r r r r r r r -r 7r Ar Br hr r r r r r r r r 0r 1r r r r r r r  r r r 2r r r !r "r r r r r r Ir Jr 
 r  r >!r ?!r Q!r "r "r %r %r 4%r %r !&r $&r &r &r u'r 'r 'r 'r (r (r 0(r 1(r 6(r >(r C(r D(r I(r Q(r ](r ^(r c(r j(r o(r p(r u(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 l/r m/r /r 1r 1r 2r 2r 2r e4r f4r  5r 6r 6r 7r 7r 8r 9r 9r 9r +9r <9r M9r ^9r o9r 9r 9r 9r 9r 9r 9r 9r 9r ;r ;r ;r ;r 1<r 2<r ?r ?r ?r ?r @r n@r o@r @r @r )Ar YAr ZAr Ar Ar bBr cBr Br Cr Cr Cr Dr Dr Dr Dr  Er *Er 4Er 5Er cEr Er Er Er Er Er Er Er Er Fr <Fr zFr Fr Fr Fr Fr Gr oGr pGr qGr Gr Gr Gr Gr Gr Gr Gr Gr Gr 1Hr ;Hr EHr FHr tHr Hr Hr Hr Hr Hr Hr Hr Hr Hr Ir EIr Ir Ir /Jr Jr Jr Jr Jr Jr Jr Jr Jr Jr Jr Kr Kr 'Kr (Kr VKr |Kr }Kr ~Kr Kr Kr Kr Kr Kr Kr Kr Kr )Lr iLr Lr Mr |Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr $Nr .Nr 8Nr 9Nr gNr Nr Nr Nr Nr Nr Nr Nr Nr Nr Nr Or >Or }Or Or Or Pr Pr Pr $Pr 2Pr 3Pr 4Pr >Pr IPr |Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr 7Qr CQr jQr Qr Qr Qr Rr ;Rr Rr Rr Rr Rr Rr Rr Rr Rr Sr Sr ESr OSr YSr ZSr Sr Sr Sr Sr Sr Sr Sr Tr Tr Tr Tr 1Ur Ur Ur Ur &Vr 'Vr (Vr )Vr *Vr +Vr [Vr Xr 
Xr AXr Xr Xr Xr 9Yr Yr Yr Yr Yr Yr &Zr 0Zr :Zr ;Zr cZr Zr Zr Zr Zr Zr Zr Zr Zr Zr ][r p[r [r [r [r [r [r [r [r [r \r \r \r \r \r >\r a\r t\r \r \r \r \r \r \r \r \r 
]r 8]r 9]r :]r K]r |]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ^r ^r +^r >^r Q^r R^r S^r T^r ]^r ^r <_r O_r 5`r 6`r 7`r 8`r I`r ar 
ar ar ar ar 4ar Iar [ar uar ar ar ar ar ar ar br br 1br Kbr [br ubr br br br br br br br cr %cr &cr 'cr (cr 1cr cr cr >dr ?dr @dr Qdr dr dr dr dr dr dr dr dr 
er $er 4er Ner her per er er er er er er 
fr $fr %fr &fr 'fr Ofr gfr zfr fr fr fr fr fr fr fr Egr bgr gr gr hr hr hr hr hr hr hr  ir 9ir ^ir qir ir ir ir ir ir ir Mjr ujr jr kr kr kr kr kr kr lr lr /lr 0lr Ulr hlr {lr lr lr lr lr lr lr mr mr mr 6nr nr nr nr nr ;or <or Cor Lor Mor Uor jor or or or or or or 	pr pr &pr ;pr Mpr gpr pr pr pr pr pr pr pr pr ,qr -qr Uqr Vqr iqr |qr qr qr qr qr qr qr qr zrr rr sr *sr sr jtr ktr ltr }tr tr cur jur sur tur |ur ur ur ur ur ur vr vr ,vr Fvr Wvr qvr yvr vr vr vr vr vr vr wr )wr Cwr Twr nwr owr pwr qwr wr wr wr wr wr wr wr wr wr wr xr xr  yr yr yr zr Zzr zr %{r {r *|r |r |r |r |r }r -}r ]}r }r }r }r ~r A~r u~r v~r ~r ~r ~r ~r ~r ~r ~r r #r 5r Or ir zr r r r r r r r !r 6r Kr ]r wr r r r րr r r r ,r -r .r /r Wr Xr kr ~r r r r r r r Ár r {r r Yr fr ӄr Jr ƅr }r r Ćr r r 'r >r ]r |r r r r Їr r r $r %r -r ?r Qr cr ur r r r ˈr r r 
r  r 1r Hr Ir Qr cr ur r r r ǉr މr r r r .r Dr Ur lr mr nr or r r r r ъr r r r r r r r ތr r .r r r 1r Pr r ˏr r r 8r Wr r r r r r r ѕr r 0r Or r r ͖r r r r r ar br r r r r r r r r ȗr r r .r /r Qr sr r r ̘r ͘r ޘr r 6r 7r 8r 9r sr #r %r Yr r қr 
r Qr r r r Hr r r r r tr ur r 	r 
r >r r r r 6r r ڡr ۡr r r #r -r 7r 8r `r ar tr r r r r r r r r %r \r r r £r r 'r (r 9r :r ;r cr dr wr r r r r r r r ۤr r r r r r r r r ҥr r r r 
r r r r 6r Zr ݦr ަr r r r r r -r @r Sr fr hr ir jr sr r r r r r r r r r yr zr r r өr ˪r ̪r  r Br yr r r 7r yr r r Tr r r r r r r r r r 0r 1r Vr ir |r r r r r r  r Qr cr r r үr r r &r Sr Zr br cr yr r r r r r r Ȱr ۰r r r r r r r $r r r ߱r r r (r `r kr r r r ޲r r r r r Dr Kr Sr Tr r r r r r Ƴr ǳr ڳr r  r r r r r  r r r r r >r Ir hr r յr ٵr ڵr ۵r ܵr r r r Cr Dr Wr jr }r r r r r r r Ir r r r 1r lr wr r r r r r r Cr Dr Er Fr mr nr r `r r r ̺r 8r sr tr r #r r r r r r r r r r r r r &r r r r Fr r r 0r Er ar qr r r r r =r lr r r 8r r r %r dr r r r 	r r $r 0r Cr Gr Hr Ir Jr Kr Lr Mr Nr Or cr jr or r r r r r r r r r r r r r r r r r r nr or tr r r r r r (r ,r ~r r r r r r r r r r 8r 9r >r lr qr r r r r r r r r r r r r r r  r 1r 6r >r Er Lr Xr Yr dr hr or vr wr xr yr zr {r |r }r ~r r r r r r r r r Mr Nr gr hr 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 2r 3r =r Jr Kr Lr Mr Nr Or Pr Qr ^r _r mr nr or pr }r r Vr Wr Ir Jr !r "r 9r Br br r r r r r er fr yr r r r r r r r 7r r r r xr yr nr or {r r Yr r 0r r  r r r r {r |r r r r r Rr Sr dr r r 
r /r Hr dr ~r r r r (r )r r r r r r r r Lr br r r r r r 3r r r r r Ur r tr ur r r r br cr r r `r ar r r r r Tr Ur or r 0r r 1r 2r r r r  r !r 7r 8r Lr Mr Nr Wr er rr sr tr ur vr wr {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 Hr Jr Or Pr _r ar gr hr vr xr ~r r r r r r r r r r r r r r r r r r Fr `r r r r r #r ;r or r r r r &r Zr tr r r r r r 
r r 0r 9r :r Pr vr r r r r r r r r %r &r Dr tr ur vr r r r r r r ir jr tr r r r r r r r r "r 8r Nr dr fr }r ~r r r r r r r r  r r r r r )r Ir Jr Kr rr sr tr ur vr wr r r r r r r r r  r +r Dr Yr nr r r r r r r r r r r r r r r r &r 'r ;r <r ^r zr {r r r r r r r r r r r r r r Hr Ir r r   s  s 1 s 2 s 3 s 4 s T s  s s +s ,s 6s As ts ~s s s s s s s  s !s *s s s s  s s `s s s s s Ks Ls ms ns os ps qs rs {s s s s 	s 
s s s 
s s ;s s s s (s 2s =s Gs Hs s s s s s s Ws s s s s s s s 	s #	s 3	s 4	s ?	s D	s E	s O	s T	s U	s `	s e	s f	s p	s u	s v	s w	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 
s "
s 2
s 3
s >
s C
s D
s N
s S
s T
s _
s d
s e
s o
s t
s u
s v
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s "s 0s @s As Ls Qs Rs \s as bs ms r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 Is Ys Zs es js ks us zs {s s s s s s s s 	
s R
s t
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s s s s 's ,s -s 7s <s =s Hs Ms Ns X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 Hs Ms Ns Xs ]s ^s is ns os ys ~s s s s s s s s s s s s s s s s s s s s ts us s s s s s s s s s s s s s s s s s %s 3s Cs Ds Os Ts Us _s ds es ps us vs s s s s s s s s s s s s s s s s s s s s s 0s >s Ns Os Zs _s `s js os ps {s s s s s s s s s s s s us vs s s s s -s .s bs ts us s s s s s s s )s ;s =s Ts Us ^s s s s s "s s s s s s 
s s 2s 3s Ds s s s s s s 6s es fs gs hs is rs s s 
s is ts s s s s s s s s s s s s s us vs s s s s s s s s s s s s Bs qs s s s s s s s s s s ?s @s s ,s Ls ms s s s s s s 	 s Z s  s !s I!s !s !s !s !s !s !s ;"s <"s p"s "s "s "s "s "s "s "s "s #s .#s @#s A#s B#s C#s L#s #s #s #s #s $s $s @$s A$s R$s $s $s $s $s $s f%s %s 's 's W*s d*s +s +s +s ,s ,s -s -s .s .s .s U0s V0s 2s 2s 2s 3s 3s 3s -4s .4s 5s (5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 6s 6s 
6s 6s 6s 6s &6s '6s /6s 76s <6s =6s E6s M6s Y6s Z6s b6s i6s n6s o6s w6s ~6s 6s 6s 6s 6s .7s /7s 8s 8s :s :s :s :s 4;s @;s ;s ;s s<s t<s 
=s =s ]=s ?s ?s '@s (@s y@s Bs Bs Bs #Ds -Ds sEs tEs Fs Fs Fs Fs Fs Fs Fs Fs 
Gs Gs Gs 2Gs EGs \Gs sGs tGs Gs Hs Hs MIs NIs Is Is Ls Ls vMs Ms Ms Ns 
Ns lNs Ns Ns Ns Ns AOs Os  Ps Ps (Ps 8Qs EQs qQs uRs vRs Rs Rs Rs Rs Rs Rs Ss 3Ss 4Ss 6Ss 7Ss 8Ss ASs Ss Ss Ss Ss Ts @Ts KTs Ts Ts Ts 
Us Us Us  Us WUs XUs YUs ZUs Us Us Us Us Us Us Us Us Vs 7Vs 8Vs 9Vs ;Vs <Vs =Vs FVs Vs Vs Vs Vs #Ws GWs Ws 6Xs FXs GXs HXs YXs gXs hXs iXs sXs ~Xs Xs Xs Xs Xs Xs Ys Ys Ys Ys Ys  Ys !Ys *Ys iYs uYs Ys Ys Zs +Zs Zs [s *[s +[s ,[s =[s K[s L[s M[s N[s z[s [s [s [s [s [s [s \s ,\s -\s .\s /\s 1\s 2\s 3\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 6_s V_s _s _s _s "`s #`s 4`s B`s C`s D`s ~`s `s `s `s `s `s `s `s !as "as #as %as <as =as Fas Hbs Ibs Zbs bs bs cs cs cs cs cs cs cs cs cs cs es es es !fs Xfs fs fs &gs {gs |gs gs gs gs gs gs gs hs !hs 4hs Ghs Zhs mhs ohs hs hs hs hs is ;is <is =is Nis {is is is is is is is is is is is js %js 8js Kjs Ljs Mjs Njs Wjs zjs js js js js js ks !ks *ks +ks Aks Qks Rks Sks Tks Uks Vks Wks Xks Yks Zks ks ks ks ks ks ks ks ks ks ks 8ls ls ls ms ms ms ms ms ns ns ns ns ns ns ns ns os -os =os Wos qos yos os os os os os os ps -ps .ps /ps 0ps Xps xps ps ps ps ps ps ps ps :qs hqs qs qs qs qs 9rs @rs Irs Jrs Rrs grs |rs rs rs rs rs rs ss ss #ss 8ss Jss dss ~ss ss ss ss ss ss ss ss ts ts +ts >ts Qts Rts Sts Tts ]ts ts  us Gus us .vs /vs 0vs 1vs Bvs vs vs vs vs vs ws "ws 5ws 6ws 7ws 8ws Aws ws xs Vxs xs =ys >ys ?ys @ys Qys ys ys ys ys ys zs zs ,zs ?zs @zs Azs Bzs Kzs  {s G{s {s {s s|s t|s u|s |s |s |s |s |s |s |s }s }s /}s I}s c}s s}s }s }s }s }s }s }s ~s ~s /~s I~s c~s d~s e~s f~s w~s ~s ~s ~s ~s s s -s @s Ss Ts Us Vs _s s xs s Ȁs [s s 	s 
s s s s s s s s /s Ds Ys ks s s s ʃs s s s s ,s As Vs hs s s s Ǆs s s s 
s s s 7s 8s Ks ^s qs s s s s s s gs s s rs s s ns Ès s ȉs s s &s es s ˊs s 's [s s s ߋs s s %s is ps ys zs s s s s ӌs s s s 2s Ls ]s ws s s s s ԍs s s s /s @s Zs ts s s s ʎs ˎs ̎s ͎s s s 	s s /s Bs Us Vs Ws Xs as s s s s s qs s ds s "s bs s s Ŕs ܔs s s [s \s ]s ns s s s Õs ˕s ݕs s s s *s As Xs is s s s s ϖs s s s s s %s 7s Ns es |s s s s ̗s s s 
s s s 
s 5s 6s Is \s os s s s s s s s |s Ns ̛s Js s Ϝs s Ks is s -s ֞s s s s s s .s /s os s Σs s -s Ls ks s s s s s  s $s %s *s ,s -s .s 7s Ds fs s s ̥s ͥs s s 3s Us js ks |s s Ԧs զs ֦s צs s s ès s 9s ps s s >s s s s s s Ms Ns s s Js s s ܭs s Us s Ԯs #s xs ys s s s ˯s կs ֯s s s s %s 8s Ks Ms Ns Os Xs s ðs s (s Fs `s s űs Ʊs ױs رs ٱs s s s (s ;s Ns Ps Qs Rs [s ys s  s !s 2s 3s 4s \s ]s ps s s s s s s s Գs s {s |s s s s s s ˴s ޴s s s s s s s 5s s Es Fs Ws Xs Ys Zs s s s ?s @s qs is js s s s Os s չs s \s s s Gs Hs Is Ss ^s s s s s λs ϻs s s s -s /s Es Fs Os s s s 9s Ds ps s s Ľs s s  s s s 's (s )s *s Rs Ss fs ys s s s s s s ¾s 1s Ls }s s s ƿs s 	s (s Ds Vs |s s s s s s s s s "s 9s :s ;s <s ds es xs s s s s s s s -s Us s s s s s 1s ss ws xs ys zs s s s s s s s s .s 0s 1s 2s ;s s s Ys s s s 
s s 4s _s s s s s s s s s s s Gs s 0s 1s js s s s Ds s ,s -s s s s s Ns Os s Ys s s s vs s s s s s s s s s "s Js Ks s s 
s Cs s s /s ks s s 9s 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 Is Ms `s hs ts us zs s s s 
s s ?s Ds s s s s s s s "s Ns Rs ls ms rs s s s s s 
s s 5s 6s 7s As 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 8s s s s s s 0s 1s Es Gs Hs Is Js Ks Ss Ys Zs cs gs hs {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 Ys fs s s s s s s <s =s Ns s s s s s ls (s )s s s s 
s s s s hs s 7s s s ^s s s s Xs vs ws s s s s  s Bs s s s s s s &s 's s s %s &s qs }s s s s s  s 2s 3s Ds s s s /s 0s Ls s s Ms s s ds s s  s s s s s s ms ns $s %s s s 
s s s s s s Ns Os s s s s s s s s s s s s s s s s s s s s 5s 7s =s >s Ws Ys ^s _s ms os us vs s s s s s s s s s s s s s s s s s s s s s s s s 0s 2s 7s 8s ?s Ds _s `s as bs cs At Bt Nt t t t t 2t Et yt t t t 
t  t Tt rt t t t t "t Vt ut t t t t t t t t t #t 6t 7t Pt t t t t t t t t t t Ht ^t tt t t t t t t t Pt Zt dt et t t t t t t 	t 	t 	t 	t %	t G	t H	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 U
t o
t 
t 
t 
t 
t 
t 
t t &t 't <t =t Nt nt ot pt t t t t t t t t t t t t t t .t /t @t `t at b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 Ht ut t t t t t `t at t t t t Ct Dt Ut t t t t t 
t t t t t tt ut t t t t t t t t yt zt t t t t t t Ft ]t ut t t t t *t pt qt [t \t st t t t t t t t t t t t t t t t t t t 3t At Qt Rt ]t bt ct mt rt s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 6t Dt Tt Ut `t et ft pt ut v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 l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 4t 9t :t ;t t t t  t 0t 1t <t At Bt Lt Qt Rt ]t bt ct mt rt st tt t t t t t t t t t t t t t t t t t *t 8t Ht It Tt Yt Zt dt it jt ut zt {t t t t t t t t t t t t t t t t t 
t t t t t Dt Rt bt ct nt st tt ~t t t t t t t t t t t t Bt Pt `t at lt qt 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 Qt _t ot p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 0 t T t t t  t  t  t !t !t !!t "!t #!t F!t !t !t  "t "t "t "t ("t ["t e"t o"t p"t "t "t "t "t "t "t "t P#t Q#t q#t r#t #t $t U$t z$t $t $t $t $t $t $t $t 3%t L%t e%t ~%t %t %t %t &t &t &t &t &t &t X&t Y&t &t 't 't .'t G't a't v't 't 't 't 't X(t Y(t Z(t [(t (t )t )t H)t Z)t l)t m)t \*t ]*t g*t r*t *t *t *t *t *t +t !+t 3+t 4+t 5+t 6+t ?+t +t +t +t +t +t +t \,t ,t ,t -t 1-t N-t p-t q-t -t -t -t -t N.t .t .t */t +/t ,/t -/t S/t T/t /t /t 0t  0t !0t +0t 60t i0t s0t }0t ~0t 0t 0t 0t 0t 0t 0t 0t K1t L1t l1t m1t 1t 1t 1t 1t 1t ;2t <2t =2t >2t n2t 3t (3t ]5t ^5t 7t 8t -9t .9t ?9t :t :t F;t G;t z<t {<t <t =t =t Z@t [@t p@t @t ]At `At At At Bt Bt 7Ct 8Ct GCt YCt lCt mCt rCt zCt Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct  Dt Dt Dt 
Dt Dt Dt (Dt )Dt *Dt +Dt Dt Dt $Ft %Ft Gt Gt xHt yHt Ht Ht ZIt [It Jt Jt Jt Jt Jt Lt Lt Mt Mt Nt Ot Ot <Pt Qt Qt St St 3Tt @Tt MTt ZTt gTt xTt Tt Tt Tt Tt Tt Tt Tt Tt Ut Ut Ut MVt NVt Vt Vt mWt nWt @Zt AZt [t %[t Z[t [t [t 
\t 8\t e\t \t \t \t /]t ]t ]t ]t ^t ^t _t `t `t `t )`t \`t f`t p`t q`t `t `t `t `t `t `t `t at *at Qat xat at at at "bt ,bt Qbt bt bt bt bt bt bt bt bt $ct %ct /ct :ct mct wct ct ct ct ct ct ct ct ct ct ct #dt /dt Vdt dt dt dt ket et et et et et ft ft ft ft ft Oft Yft cft dft ft ft ft ft ft ft ft ft ft gt gt :gt egt gt gt Oht ht ht ht ht ht ht ht ht ht it "it -it `it jit tit uit it it it it it it it it it jt %jt Ljt zjt jt jt kt Mkt Nkt Okt `kt nkt okt pkt zkt kt kt kt kt kt kt %lt &lt 'lt )lt *lt +lt 4lt slt lt lt lt lt #mt @mt wmt mt mt mt mt mt mt nt 9nt Cnt Nnt nt nt nt nt nt nt nt nt nt nt nt ot ot ot 7pt mpt qt qt 0qt bqt cqt dqt eqt fqt gqt qt Hst Ist }st st st .tt utt tt ut ut $ut /ut but lut vut wut ut ut ut ut ut vt 
vt $vt %vt .vt vt vt vt vt vt vt wt  wt (wt )wt ?wt Owt Pwt Qwt Rwt zwt wt wt wt wt wt wt wt wt wt xt Fxt txt uxt vxt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt  yt Ayt Byt gyt zyt yt yt yt yt yt yt xzt zt q{t r{t s{t t{t {t B|t I|t R|t S|t [|t p|t |t |t |t |t |t |t }t }t ,}t A}t S}t m}t }t }t }t }t }t }t }t }t ~t ;~t N~t a~t b~t c~t d~t m~t ~t t zt {t |t t t t t t t t t ,t Ft `t pt t t t t րt t t t ,t Ft `t at bt ct t t t Ɂt ܁t t t t t t t t t .t ̃t ̓t ΃t σt t 3t 4t \t ut t t t ӄt Ԅt Մt քt ߄t t t t =t ۆt ܆t ݆t ކt t Bt Ct kt lt t t t ʇt ݇t އt ߇t t t t t )t rt t t t $t wt xt t t t t t t ͊t t t t +t Et Mt bt wt t t t ͋t t t t t t t ht it t t t t ˌt ތt t t t t t t t Rt ft t t t t t #t t t t t t ͐t t t 	t #t =t Nt ht t t t t ʑt ߑt t t  t :t Kt et t t t t t t Ւt ֒t t t t "t 5t 6t 7t 8t At t \t t t Ct t t at t ft t t ėt t Rt it t Řt t %t Qt }t t t Ùt t t t t  t 5t Jt _t qt t t t Кt t t t &t @t Ht ]t rt t t t ͛t ޛt t t #t =t Nt ht it jt kt t t t t ͜t t t t t t t t t t t t t t t t t  t t >t ct zt t t t t t t Pt Wt `t at it {t t t t ȣt ߣt t t t 5t Ft \t mt t t t t t ät դt t t t +t Bt Yt jt t t t t t t ӥt ԥt t t 
t  t 3t 5t 6t 7t @t Rt t t jt t "t mt t t t 9t ˫t tt t t (t )t 0t ̰t Ͱt 
t Mt lt t ˱t t 	t (t Gt Ht Yt t t ²t òt Ȳt ʲt ˲t ̲t ղt t t &t Ht jt kt t t ѳt t t 	t t Mt rt st tt ut t _t at t ׶t t Ft t ܷt 1t 2t t +t ,t t t t t t Et Ft zt t t +t rt t t t !t ,t _t it st tt t t t ýt ֽt t t t t t >t at t ƾt t t 5t ct dt ut vt wt t t t ƿt ٿt t t t t t t ;t t t t t t t t t !t 4t Gt It Jt Kt Tt rt t t t +t ,t -t Ut Vt it |t t t t t t t t Vt t t t t t t )t t t t t t t t <t ~t t t 2t st t t At t t t t t t /t 9t Ct Dt lt mt t t t t t t t t \t t t t t t Pt Qt bt t t t t t t t t t t t t t *t =t ?t @t Vt Wt `t t t t 8t Qt dt t t t t t t 9t :t ;t Lt t t t t t t t t t t t t )t <t Ot Qt Rt St \t t t -t ?t zt t t t t t t t t )t Vt Wt t t t t t t t t t t Ht t t *t [t mt t t t t ?t @t At Rt t t t t t t t t t t t tt t t t _t t t  t !t Zt t t t %t t $t %t bt t Nt Ot t 6t 7t lt t t t t t t /t yt t t 7t tt t 	t at t t 9t :t Et Qt `t lt 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 Ot Tt t t t t t 't (t -t dt ht t t t t t 
t t t Ht Mt tt ut zt t t t t t t .t 3t ?t @t Ct Mt Nt Qt Zt [t \t mt rt zt 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 Ut Vt at nt ot yt t t t t t t t t t t t t t t t t t t t t ]t ^t ut ~t t t t Lt Mt Yt t t t t t t ,t -t .t ;t st 
t t t t t t t t :t t t lt t <t =t t Wt t t t t t (t t t t t t It kt t t t t t t dt et t t t t *t 6t 7t t t t t t +t 0t ot t t t Tt t t  u  u u Ru Su u u Cu Du u u u u u u u u u u lu &u m	u n	u 	u 	u Xu \u ]u su t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 0u Eu Gu Lu Mu bu du iu j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 4u Nu u u u u u +u _u wu u u u u Du bu u u u u u Gu Hu Iu Ju lu uu vu u u u u u u !u "u @u Nu au bu u u u u u u u (u >u ?u u u u u u u u u *u Gu Hu ^u tu u u u u u u u u u u u ;u <u Qu Ru Su Tu eu u u u u u u u u u u u u u u 
u )u *u <u gu u u u u u u u u u 
u u 5u 6u 7u 8u 9u :u Cu bu cu wu xu u u u u u u u u  u -u .u /u 0u 1u 2u ;u u u :u ;u <u Mu mu nu ou pu u u Qu gu hu ru }u u u u u u u )u +u \u ]u fu u u ;u <u Ku u u u u Du u u u u u u u u u  u  u $ u E u F u G u H u I u J u w u !u !u Y!u d!u n!u y!u !u !u !u !u "u *"u W"u X"u "u "u #u #u #u #u $u &$u Q$u _$u o$u p$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 1%u 2%u 3%u P%u ^%u n%u o%u z%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 4&u 5&u 6&u ^&u l&u |&u }&u &u &u &u &u &u &u &u &u &u &u &u &u &u &u 
'u 'u 'u &'u +'u ,'u 6'u ;'u <'u G'u L'u M'u W'u \'u ]'u ^'u w'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u E(u (u (u (u (u (u (u (u (u (u (u (u (u  )u )u )u )u )u )u 9)u G)u W)u X)u c)u h)u i)u s)u x)u y)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 Z*u h*u x*u y*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 2+u 3+u =+u B+u C+u D+u +u +u +u +u +u +u 
,u ,u ,u ,u ,u  ,u +,u 0,u 1,u ;,u @,u A,u B,u a,u o,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 J-u O-u P-u Q-u l-u z-u -u -u -u -u -u -u -u -u -u -u -u -u -u -u -u -u .u 7.u Z.u [.u .u .u .u .u .u .u i/u j/u /u /u /u /u /u /u 0u 
0u 0u A0u e0u w0u y0u 0u 0u 0u 0u 0u 1u 1u ^1u 1u 1u 2u (2u 92u I2u J2u n2u o2u 2u 2u 2u 3u 3u K3u L3u r3u 3u 3u 3u 3u 3u 3u 3u 3u F4u 4u 4u 4u 4u 4u 5u ,5u -5u .5u ?5u 5u 5u 5u 5u "6u 6u 6u 6u 6u 
7u 7u 7u 7u 8u 8u C8u M8u W8u X8u ~8u 8u 8u 8u 8u 8u 8u 8u "9u #9u 29u C9u {9u |9u 9u h:u :u :u :u :u ;u ;u 3;u 4;u E;u ;u ;u G<u <u <u <u <u <u <u <u w=u x=u =u =u =u =u =u >u >u >u >u B>u j>u |>u }>u ~>u >u >u >u >u 
?u ?u Z?u [?u |?u }?u ?u ?u ?u ?u ?u @u @u @u Bu Bu Eu Eu Fu Fu Fu #Hu $Hu Hu Hu Ju Ju +Ju Ku Ku Mu Mu Nu [Nu Nu Nu iOu jOu OPu dPu Pu Pu Pu Pu 
Qu Qu Qu Qu Qu Qu #Qu +Qu 7Qu 8Qu =Qu DQu IQu JQu OQu VQu bQu cQu kQu sQu xQu yQu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu jRu kRu Su Su XUu YUu Vu Vu pVu |Vu Vu Vu Wu Wu FXu GXu Xu ZZu [Zu c[u d[u [u ?]u @]u ]u __u i_u `u `u au au au au bu bu 'bu 8bu Ibu Zbu [bu nbu bu bu bu bu bu cu cu du du eu eu gu gu hu hu hu Hiu Iiu iu iu ju 3ju 4ju }ju ju <ku =ku dku tlu lu lu mu mu mu mu mu nu nu nu =nu onu pnu rnu snu tnu }nu nu nu nu ou Tou |ou ou ou ou ou Ipu Jpu Kpu \pu pu pu pu pu pu pu pu pu qu qu qu  qu Nqu squ tqu uqu wqu xqu yqu qu qu qu qu ru _ru ru 	su rsu su su su su su su su su su su su tu tu 0tu Vtu Wtu Xtu Ytu [tu \tu ]tu ftu tu tu tu uu Cuu guu uu Vvu fvu gvu hvu yvu vu vu vu vu vu vu vu vu wu wu wu Awu hwu iwu jwu kwu mwu nwu owu xwu wu wu wu xu Wxu wxu xu xu xu xu xu yu 
yu yu yu #yu Vyu `yu jyu kyu yu yu yu yu yu yu yu yu zu zu Dzu rzu zu zu zu {u ^{u _{u p{u ~{u {u {u {u {u {u {u |u )|u 3|u 4|u ]|u ^|u _|u a|u x|u y|u |u }u }u }u }u ~u ~u ~u ~u  u u u u u u 5u u u u ]u u ́u u bu u u u ͂u  u 
u u u =u ]u pu u u u u u Ãu ̃u 7u Ju wu xu yu u u u Ƅu Ǆu ݄u u u u u u ;u Nu au tu u u u u u u u u u u %u Vu ]u fu gu }u u u u u u u u u u u u ߆u u u u +u ,u -u .u 7u tu u )u u u u u #u u u u u u u #u 5u Ou iu yu u u u ʊu ߊu u u %u 5u Ou iu ju ku lu u u ًu u u  u u u u vu u u u u +u uu |u u u u u u ʍu u u u (u Bu Ju _u tu u u u ʎu u u u  u u )u Au Tu gu zu u u u u u u <u u ̐u ju ku lu mu ~u ёu ґu u u 8u Ku ^u qu ru su tu }u 'u Ou u ۓu yu zu {u |u u u u 	u 
u /u Bu Uu hu {u |u }u ~u u \u u ǖu u u u u u u u u &u 'u /u Du Yu ku u u u ɘu u u  u u 'u Au [u ku u u u u u u u u /u 0u Cu Vu iu |u u u u u u Tu u u u u Du Eu Fu Wu u =u Du Mu Nu Vu ku u u u u ۞u u u  u 1u Ku Su hu }u u u u ؟u u u u .u Hu Iu Ju Ku su tu u u u u Ӡu Ԡu ՠu ֠u ߠu u u [u u u 4u u u Zu u Zu [u bu u u u 7u cu u æu u u Ou Pu au u u u u u ӧu u u u )u Cu Tu nu u u u Ĩu ިu u u u %u 7u Qu ku |u u u u ۩u u u u u 	u 1u 2u Eu Xu ku ~u u u u u u [u Uu u 3u @u u $u u Wu ^u u u ܯu u u 7u Vu u u u u u u u u u u +u =u Ou fu }u u u u ӱu u u u "u #u +u =u Ou au su u u u ɲu u u u u /u Fu Gu Hu Iu qu ru u u u u ѳu ӳu Գu ճu ޳u u u u u u u u *u u u ׸u iu u 1u Yu Ƽu Ǽu μu ju ku u u 
u )u iu u u ƿu u u u ;u <u `u au fu hu iu ju su u u u u u 	u +u Mu ou u u u u u u u u u Mu u u 3u uu u u +u zu u u "u u u u u Nu Ou u u u u Zu u u u _u u u u u u u u u :u ;u Nu au tu u u u u u u u 6u du u u u u u u u u =u >u Qu du wu u u u u u u u \u ]u nu ou pu u u u u u u u u u u u 4u u u u u u u u u u -u @u Bu Cu Du Mu qu u u u u u u u u Su Tu {u |u u u u u u Su u u u Su u u .u u u u u u u u u u 
u u 0u Cu Vu iu ku u u u u +u =u uu u u u u  u -u 4u <u =u Su cu du eu fu u u u u u u u u u u u mu u u u u u :u Eu du u u u u u u u u %u -u .u ^u uu vu wu xu u u u u u u u u u u iu u u u u #u Bu mu u u u u u u u u u u 1u Du Wu ju lu mu nu wu u #u u u u u Fu Qu pu u u u u u u u u  u Gu Hu u :u lu mu u u Mu Nu u u hu iu u u u [u u u u u u u  u u u u  u u u 
u u ;u Ku ^u u u u u Fu u u u ku u u >u uu u u u u u 
u u !u "u #u $u %u &u 'u (u )u =u Du Iu Yu Zu iu ju ku wu xu yu zu u u u u u u u u u Hu Iu Nu {u u u u u u u Xu Yu ^u u u u u u u u u u u Fu Ku qu ru su }u u u u u u u u u u u u u u u u &u 2u 3u >u Bu Iu Pu Qu Ru Su Tu Uu Vu Wu Xu Yu Zu [u \u ]u ^u _u tu 'u (u Au Bu [u lu mu 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 8u 9u Gu Hu Iu Ju Wu iu 0u 1u #u $u u u u u <u u u u u u ?u @u Su xu yu u u u u u u u du eu Ru Su Hu Iu Uu u 3 v  v 
v sv v v v v Uv Vv v v v v ,v -v >v \v ~v v 	v "v >v Xv Yv bv cv 
v 
v a
v b
v 
v 
v 
v 
v 
v &v <v nv ov v v v 
v kv lv v v /
v 
v Nv Ov v v v <v =v v v :v ;v v v `v av .v /v Iv Zv 
v v v v v v v v v v v &v 'v (v 1v ?v Lv Mv Nv Ov Pv Qv Uv Vv Wv Xv qv sv yv z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 9v ;v Av Bv Pv Rv Xv Yv lv nv sv tv {v v v v v v v }v ~v v v v  v :v nv v v v v v Iv \v v v v  v 4v Nv ^v v v v v v v 
 v !v !v *!v P!v _!v r!v s!v !v !v !v !v !v !v  "v "v N"v O"v P"v "v "v "v "v "v "v C#v D#v N#v Y#v #v #v #v #v #v #v #v #v $v ($v >$v @$v W$v X$v a$v $v $v $v $v $v $v $v $v $v $v $v %v #%v $%v %%v L%v M%v N%v O%v P%v Q%v Z%v {%v |%v %v %v %v %v %v %v &v &v 3&v H&v b&v c&v x&v y&v &v &v &v &v &v &v &v &v &v &v &v  'v 'v 'v 'v 8'v T'v U'v j'v k'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 N*v X*v b*v c*v *v *v *v *v *v *v +v +v +v +v +v +v :,v ,v ,v ,v ,v %-v &-v G-v H-v I-v J-v K-v L-v U-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 10v f0v 0v 0v 1v 1v 1v 1v 1v 1v 
2v 2v 2v 2v 2v )2v .2v /2v :2v ?2v @2v J2v O2v P2v Q2v o2v }2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 3v 
3v 3v 3v 3v (3v -3v .3v 93v >3v ?3v I3v N3v O3v P3v r3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 
4v 4v 4v &4v +4v ,4v 64v ;4v <4v G4v L4v M4v W4v \4v ]4v ^4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 5v #5v 35v 45v ?5v D5v E5v O5v T5v U5v `5v e5v f5v p5v u5v v5v w5v 5v ,6v N6v \6v l6v m6v x6v }6v ~6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 7v 7v 7v 7v 7v 7v "7v '7v (7v 27v 77v 87v 97v f7v t7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 8v 8v 8v "8v '8v (8v 28v 78v 88v C8v H8v I8v S8v X8v Y8v Z8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v N9v O9v ~9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 
:v :v :v ):v .:v /:v 9:v >:v ?:v J:v O:v P:v Z:v _:v `:v a:v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v 
;v ;v (;v );v 4;v 9;v :;v D;v I;v J;v U;v Z;v [;v e;v j;v k;v l;v ;v ;v ;v ;v ;v O<v P<v ]<v ^<v _<v <v =v =v <=v N=v O=v Y=v d=v =v =v =v =v =v >v >v >v .>v />v 8>v >v >v >v >v >v [?v ?v ?v ?v ?v ?v ?v @v 
@v @v o@v @v @v @v @v @v Av ?Av @Av AAv BAv CAv LAv Av Av Av CBv NBv jBv Bv Bv Bv Bv Bv Bv Bv Cv Cv Cv Cv Cv ODv PDv Dv Dv Dv Dv Ev Ev Ev Ev Ev Ev Ev Ev Fv KFv ]Fv oFv pFv qFv rFv {Fv Fv Fv Fv Fv Gv Gv Gv Hv &Hv GHv mHv Hv Hv Hv Hv Hv Hv 4Iv Iv Iv #Jv fJv gJv hJv iJv Jv Jv Kv Kv JKv \Kv ]Kv gKv rKv Kv Kv Kv Kv Kv Lv Lv Lv Lv Lv &Lv Lv Lv Lv Lv Lv Lv Mv Mv ,Mv wMv xMv yMv zMv Mv @Nv dNv Pv Pv 1Sv >Sv iTv jTv {Tv Uv Uv Vv Vv Wv Wv Wv /Yv 0Yv [v [v [v [v \v \v ]v ]v ]v ^v s^v t^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 3_v 4_v <_v C_v H_v I_v Q_v X_v d_v e_v f_v g_v `v 	`v `av aav bv bv cv cv dv dv dv dv Mev Nev ev ev 7fv gv gv iv iv Siv jv jv xkv lv mv Mnv Nnv oov |ov ov ov ov ov ov ov ov ov ov pv pv 6pv Mpv Npv Ypv qv qv 'rv (rv rv rv |uv }uv Pvv avv vv vv vv Fwv twv wv wv wv xv kxv xv xv yv zv zv Kzv O{v P{v Z{v e{v {v {v {v {v {v 
|v |v |v |v |v |v Z|v f|v |v |v |v }v %}v ^}v h}v }v }v }v }v }v 1~v 2~v 3~v 4~v `~v a~v k~v v~v ~v ~v ~v ~v ~v v v v v v v  v _v kv v v v !v v v  v !v "v 3v Av Bv Cv Mv Xv v v v v ΁v v v v v v v v v Cv Ov vv v v v v v v v v v %v &v 'v (v Tv ^v iv v v v v ߄v v v v 	v v v 
v v Uv av v v v v Mv v v v v v v v v v v v v 	v 7v av bv cv ev fv gv pv v v v v 0v _v |v v v v v v v v Xv uv v v v ǉv щv ҉v v v v v v v  v "v #v 4v sv v Zv [v lv v v v v v v ӌv v v v v 2v jv v  v Uv Vv `v kv v v v v ېv v v !v 4v Gv Iv `v av jv Ցv v v v v (v Uv \v dv ev {v v v v v v ْv v v v %v &v 'v (v 1v Tv v v v v Óv v v v v v +v ,v -v .v /v 0v 1v 2v 3v 4v \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 1v Kv Sv hv }v v v Øv Әv v v v 	v 
v 2v Rv wv v v v v v v v Bv v v v ɚv v v #v $v ,v Av Vv hv v v v ƛv v v v v $v >v Xv hv v v v v v ǜv ߜv v v v +v ,v -v .v 7v v ڝv !v jv v 	v 
v v v ov pv v v ֟v v v v v v v v Šv v 0v yv v v v v +v ~v v v v ͢v v v v v v v v %v v !v ev v Mv Nv Ov `v v v v ĥv ťv ͥv v v 	v #v =v Mv gv v v v v Ŧv ߦv v 	v #v =v >v ?v @v Qv v v ͧv Χv v v v v -v .v /v 0v 9v v Rv v v 5v v v v v _v ۫v v v v v 	v v 3v Ev _v yv v v v Ϭv v v v v 0v Bv \v vv v v v ̭v v v v v v v %v 8v Kv ^v qv rv sv tv }v Av v v Lv v Ұv Hv v v v v v  v ?v v v ճv v 5v av v v v v v Cv Jv Sv Tv \v qv v v v ǵv v v v &v 7v Qv bv |v v v v öv նv v 	v v 4v Nv _v yv v v v v v Ϸv зv v v 	v v /v 0v 1v 2v ;v v v [v Ѻv ޺v Kv »v >v v v <v [v zv v v սv v 5v 6v 7v Hv v v v v v v ɾv ۾v v v v 2v Cv Zv qv v v v v v ɿv ۿv v v v (v ?v Vv gv ~v v v v v v v v v v v #v 6v Iv \v ov qv rv sv |v v Vv (v v $v ^v v v %v Cv uv v v v v dv ev lv v 	v Iv v v v v &v Ev dv v v v v v v v v v v v v v @v bv v v v v v 
v /v Dv Ev Vv v v v v v v v v v v Jv v v v mv nv v gv hv 'v (v v v $v v v v v /v gv v v Rv Sv ]v hv v v v v v v v v v %v 'v (v )v 2v zv v v v  v :v qv v v v v v v v v v v (v *v +v ,v 5v Sv wv v v v 
v v 6v 7v Jv ]v pv v v v v v v v Uv Vv gv hv iv v v v v v v v v v v v v v  v 1v 2v 3v 4v ev v v v v Kv Cv Dv xv v v )v nv v v 6v }v v !v "v #v -v 8v kv uv v v v v v v v v 	v v  v )v v v v v v Jv v v v v v v v v v v v v ,v -v @v Sv fv yv {v |v v v v v &v Wv tv v v v v v v 0v Vv uv vv wv v v v v v v v v v v >v ?v Rv ev xv v v v v v v /v iv {v v v v v Mv Qv Rv Sv Tv ev v v v v v v v v 
v v v v v v 3v fv v v v v v 9v {v |v }v v v v v v v v !v v 
v v Dv v v v v v v v \v ]v v v (v )v av 3v `v av v Pv v v v rv sv v v v v v $v %v kv v v v sv v 	v Ev v v v uv 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 Bv Nv Ov Tv v v v v v v v cv dv iv v v v v v ( w , w F w G w L w  w  w  w  w  w  w  w w w w w jw o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 3w 4w =w Aw Bw Uw aw bw cw dw e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 3w @w w w w w w w 	w 	w (	w h	w i	w j	w w	w 	w F
w w w w w w w w v
w 
w Bw w w xw yw 8w w w w 2w Pw Qw dw w w w w w w w w w w w  w w w w w  w Kw Ww fw rw sw w w w 
w w gw lw w 	w 
w &w w w 'w w w >w w w w w w w w w G w H w  w  w !w !w !w !w "w b#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 1'w 3'w 8'w 9'w G'w I'w O'w P'w c'w e'w k'w l'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 9(w :(w ;(w <(w =(w *w *w (*w p*w *w *w *w +w +w S+w g+w +w +w +w +w .,w L,w ,w ,w ,w ,w ,w 0-w O-w -w -w -w -w -w .w .w .w .w .w /w /w */w ]/w ^/w |/w /w /w /w /w /w /w /w "0w 80w N0w d0w z0w {0w 0w 0w 0w 0w *1w 41w >1w ?1w f1w 1w 1w 1w 1w 1w 1w 1w 1w 1w 1w !2w "2w 62w 72w [2w w2w x2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 3w 3w .3w /3w I3w e3w f3w x3w 3w 3w 3w 3w  4w 4w 4w 4w (4w H4w I4w J4w q4w r4w s4w t4w u4w v4w 4w 4w 4w 4w 4w 4w 4w 4w 5w 	5w 5w :5w ;5w <5w i5w j5w k5w l5w m5w n5w w5w 5w 5w v6w w6w x6w 6w 6w 6w 6w 6w 6w Y7w 7w 7w 7w 7w 7w 7w 7w  8w 8w "8w O8w e8w g8w 8w 8w 8w :9w ;9w w9w x9w 9w 9w :w :w /:w :w :w :w :w :w :w :w :w :w :w N;w O;w `;w ;w ;w ;w ;w ;w ;w ;w S<w T<w <w <w <w <w <w <w  =w 7=w O=w f=w =w =w =w >w J>w K>w 5?w 6?w M?w b?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w 
@w @w +@w ,@w 7@w <@w =@w G@w L@w M@w X@w ]@w ^@w h@w m@w n@w o@w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w Aw Aw .Aw /Aw :Aw ?Aw @Aw JAw OAw PAw [Aw `Aw aAw kAw pAw qAw rAw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw 8Bw FBw VBw WBw bBw gBw hBw rBw wBw xBw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Cw Cw Cw Cw Cw Cw Cw Cw Cw Cw 
Dw Dw Dw Dw Dw &Dw +Dw ,Dw 7Dw <Dw =Dw GDw LDw MDw NDw uDw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Ew Ew "Ew #Ew .Ew 3Ew 4Ew >Ew CEw DEw OEw TEw UEw _Ew dEw eEw fEw Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Fw ,Fw <Fw =Fw HFw MFw NFw XFw ]Fw ^Fw iFw nFw oFw yFw ~Fw Fw Fw Fw Fw Gw *Gw :Gw ;Gw FGw KGw LGw VGw [Gw \Gw gGw lGw mGw wGw |Gw }Gw ~Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw +Hw 9Hw IHw JHw UHw ZHw [Hw eHw jHw kHw vHw {Hw |Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Iw Iw 	Iw 
Iw .Iw NIw sIw Iw Iw Iw Iw Iw Iw Iw  Jw Jw Jw Jw Jw Jw Jw Kw 5Kw ?Kw IKw JKw }Kw Kw Kw Kw Kw Kw Kw *Lw +Lw KLw LLw Lw Lw /Mw TMw dMw uMw Mw Mw Mw Mw Mw 
Nw &Nw ?Nw XNw Nw Nw Nw Nw Nw Nw Nw Nw Nw 2Ow 3Ow Ow Ow Ow Pw !Pw ;Pw PPw hPw iPw jPw {Pw 2Qw 3Qw 4Qw 5Qw ^Qw Qw Qw "Rw 4Rw FRw GRw 6Sw 7Sw ASw LSw Sw Sw Sw Sw Sw Sw Sw 
Tw Tw Tw Tw Tw ^Tw _Tw nTw Tw Tw Tw 6Uw Uw Uw Uw Vw (Vw JVw KVw oVw pVw Vw Vw (Ww Ww Ww Xw Xw Xw Xw -Xw .Xw Xw Xw Xw Xw Xw Yw Yw CYw MYw WYw XYw ~Yw Yw Yw Yw Yw Yw Yw %Zw &Zw FZw GZw Zw Zw Zw Zw Zw [w [w [w [w H[w [w \w 7^w 8^w `w `w bw bw bw _cw `cw  dw !dw Tew Uew gew fw fw 4iw 5iw Jiw iw 7jw :jw jw jw kw kw lw lw !lw 3lw Flw Glw Llw Tlw Ylw Zlw _lw glw slw tlw ylw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw mw mw mw mw mw mw nw nw pw pw Rqw Sqw qw qw 4rw 5rw rw rw sw sw sw uw uw vw vw vw {xw |xw yw zw zw {w {w 
}w }w '}w 4}w A}w R}w c}w t}w }w }w }w }w }w }w }w }w }w 'w (w w w Gw Hw w w w w 4w w w w w ?w ow pw w 	w xw yw w w w w w w w w 6w @w Jw Kw yw w w w w w w w w +w Rw w w Êw w w +w w w w w ϋw Ћw ыw ҋw w w 	w w Gw Qw [w \w w w w w w w w w w 	w 0w [w w w Ew w w w w юw ߎw w w w w )w 3w =w >w lw 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 Dw Nw Ow }w w w w w w w w w w w &w Tw w w w 'w (w )w :w Hw Iw Jw Tw _w w w w w Քw w  w w w w w w Mw Yw w w Εw w w Qw w w w w w w w w w (w [w ew ow pw w w w w w w w w w Ҙw w Gw w w 
w <w =w >w ?w @w Aw qw "w #w Ww w Мw w Ow w w w w 	w <w Fw Pw Qw yw w w w Ҟw w w w w w sw w w w w Ɵw w w w w w )w *w +w ,w Tw ww w w w àw Ġw Šw Ơw Ϡw w  w Nw Ow Pw aw w w w w w ɡw ʡw ˡw ̡w ͡w Ρw ϡw Сw ѡw ҡw w w w Aw Tw gw hw iw jw sw w Rw ew Kw Lw Mw Nw _w w #w ,w -w 5w Jw _w qw w w w ϥw w w w w -w Gw aw qw w w w w w Цw w w (w ;w <w =w >w Gw w w Tw Uw Vw gw w w w ¨w ʨw ߨw w w  w :w Jw dw ~w w w w ©w ܩw w w  w :w ;w <w =w ew }w w w w ɪw ʪw ˪w ̪w ժw [w xw w w w w w w w 
w w 6w Ow tw w w w w w w w cw w ήw w w w w w ɯw w w Ew Fw kw ~w w w w w w w ðw w w w Lw w w w w Qw Rw Yw bw cw kw w w w w ۳w w w w 'w <w Qw cw }w w w w ۴w ܴw ݴw ޴w w Bw Cw kw lw w w w w ˵w ̵w ͵w εw ׵w w w ,w @w ӷw w w w w w yw w w w w w w ѹw w w w (w Bw \w mw w w w w κw w w w %w ?w Yw jw w w w w w w ûw ֻw w w w w w w w ߼w 6w w w w pw w ;w w @w w w w w ,w Cw sw w w w +w Ww w w w w w w w w w $w 9w Kw ew w w w w w w  w w "w 7w Lw aw sw w w w w w w w (w Bw Cw Dw Ew mw nw w w w w w w w w w w w w ow |w w `w w w w w w w =w Tw sw w w w w w *w 1w :w ;w Cw Uw gw yw w w w w w w w  w 6w Gw ^w _w gw yw w w w w w w w w 3w Dw Zw kw w w w w w w w w w w 
w w w w w ,w w w Dw w w Gw fw w w w w Nw mw w w w 
w w w w 'w Fw ew w w w w !w "w 3w ww xw w w w w w w w w w  w "w Dw Ew gw w w w w w w 'w Lw Mw Nw Ow w 9w ;w ow w w  w gw w w w ^w w w w w w w w w  w Tw w w w Lw w w w w w 9w Cw Mw Nw vw ww w w w w w w w w w ;w rw w w w w =w >w Ow Pw Qw yw zw 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 Lw pw w w w w w /w 0w Cw Vw iw |w ~w w w w w 0w w w w w w w w w w w w w w w w Xw w w w Mw w w w jw w w w w w 	w w w w Fw Gw lw w w w w w w w 6w gw yw w w w *w +w <w iw pw xw yw w w w w w w w w w w w w w 0w 1w :w w w w w +w >w vw w w w w w w w w &w Zw aw iw jw w w w w w w w w w w )w +w ,w -w 6w w w w w Tw _w ~w w w w w w w w 0w 1w Yw Zw mw w w w w w w w "w _w w w 5w Gw w w w w w w w ,w Yw Zw [w \w w w w vw w w w Nw w w w 9 x  x  x  x  x 4x x x x x x x x <x x (x )x \x x x Fx [x wx x x x x 	x Sx x x 	x N	x 	x 	x ;
x z
x 
x x x x +x :x Fx Yx ]x ^x _x `x ax bx cx dx ex y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 B
x 
x 
x 
x 
x 
x 
x 
x 
x "x 'x Nx Ox Tx x x x x x x x 
x x x x 'x (x +x 4x 5x 6x Gx Lx Tx [x bx nx ox zx ~x x x x x x x x x x x x x x x x x x x cx d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 0x ;x Hx Ix Sx `x ax bx cx dx ex fx gx tx ux x x x x x x lx mx _x `x 7x 8x Ox Xx xx x x &x 'x 3x {x |x x x x x x x x x Mx x x x x x x x x x ox x Fx x x x x 1x x x x x x x h x i x z x !x !x #"x E"x ^"x z"x "x "x #x #x >%x ?%x %x %x %x %x &x &x &x b&x x&x &x &x &x 'x 
'x I'x 'x 'x 'x .(x k(x (x )x )x )x ,*x -*x x*x y*x +x +x v,x w,x -x -x .x .x j/x k/x /x /x F0x  1x G2x H2x 2x 2x 24x 64x 74x M4x N4x b4x c4x d4x m4x {4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 5x 5x 	5x 
5x 5x !5x &5x '5x <5x >5x C5x D5x ^5x `5x e5x f5x u5x w5x }5x ~5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 7x 7x 7x 8x (8x \8x v8x 8x 8x 8x 9x 99x Q9x 9x 9x 9x 9x :x <:x p:x :x :x :x :x !;x ";x #;x $;x F;x O<x P<x f<x <x <x <x <x <x <x <x =x (=x ;=x <=x Z=x =x =x =x =x =x =x >x >x >x >x >x >x >x >x >x >x >x ?x !?x "?x 8?x N?x d?x z?x |?x ?x ?x ?x ?x ?x ?x ?x ?x @x @x +@x ,@x -@x .@x ?@x _@x `@x a@x @x @x @x @x @x @x @x @x @x @x @x @x Ax Ax Ax AAx ZAx oAx Ax Ax Ax Ax Ax Ax Ax Ax Ax Bx Bx Bx Bx Bx Bx Bx <Bx =Bx QBx RBx tBx Bx Bx Bx Bx Bx Bx Bx Bx Cx Cx 	Cx 
Cx Cx Cx Cx ^Cx _Cx Dx Dx Dx 'Dx GDx HDx IDx JDx jDx Dx +Ex AEx BEx LEx WEx Ex Ex Ex Ex Ex Ex Fx Fx 6Fx 7Fx @Fx Fx Fx Gx Gx %Gx vGx Gx Gx Gx Hx aHx bHx Hx Hx Hx Hx Hx Hx Hx Hx Hx Hx Ix  Ix !Ix "Ix #Ix $Ix QIx Ix Ix 3Jx >Jx HJx SJx ]Jx ^Jx Jx Jx Jx Kx 1Kx 2Kx mKx Kx Kx Kx Lx Lx Lx  Mx +Mx 9Mx IMx JMx UMx ZMx [Mx eMx jMx kMx vMx {Mx |Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Nx Nx Nx 
Nx *Nx 8Nx HNx INx TNx YNx ZNx dNx iNx jNx uNx zNx {Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx 	Ox Ox Ox Ox 8Ox FOx VOx WOx bOx gOx hOx rOx wOx xOx Ox Ox Ox Ox Ox Ox Ox Ox Ox Ox Ox  Px Px Px Px Px Px !Px &Px 'Px 1Px 6Px 7Px 8Px QPx _Px oPx pPx {Px Px Px Px Px Px Px Px Px Px Px Px Px Qx hQx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Rx !Rx 1Rx 2Rx =Rx BRx CRx MRx RRx SRx ^Rx cRx dRx nRx sRx tRx uRx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Sx Sx Sx 4Sx BSx RSx SSx ^Sx cSx dSx nSx sSx tSx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Tx Tx 
Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Ux 
Ux Ux Ux Ux Ux Ux ;Ux IUx YUx ZUx eUx jUx kUx uUx zUx {Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Vx Vx 	Vx Vx Vx Vx $Vx )Vx *Vx +Vx FVx TVx dVx eVx pVx uVx vVx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Wx 4Wx 5Wx Wx Wx Wx Wx Wx Wx CXx DXx xXx Xx Xx Xx Xx Xx Xx Xx Xx Yx ?Yx QYx SYx jYx kYx tYx Yx Yx Yx Yx 8Zx Zx Zx Zx [x [x #[x $[x H[x I[x Z[x [x [x [x [x %\x &\x L\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 ax 'ax 1ax 2ax Xax ax ax ax ax ax ax ax ax ax bx bx Ubx Vbx bx Bcx bcx cx cx cx cx cx 
dx dx dx pdx dx !ex _ex ex ex ex ex ex ex Qfx Rfx fx fx fx fx fx fx fx fx fx gx Dgx Vgx Wgx Xgx Ygx bgx gx gx gx gx 4hx 5hx Vhx Whx hhx hx hx hx hx hx |ix ix kx kx mnx znx ox ox ox px px qx qx rx rx sx ktx ltx vx vx vx 5wx wx wx Cxx Dxx )yx >yx yx yx yx yx yx yx yx yx yx yx yx zx zx zx zx zx #zx $zx )zx 0zx <zx =zx Ezx Mzx Rzx Szx [zx czx ozx pzx xzx zx zx zx zx zx zx zx zx zx D{x E{x |x |x 2~x 3~x ~x ~x Jx Vx x x x x  x !x sx 4x 5x =x >x x x x x 9x Cx x x x x Ŋx Ҋx ߊx x x x #x 4x 5x Hx [x rx x x x Ōx ƌx cx dx x x x x x x ґx "x #x x x ݒx 
x x Wx x x x >x Nx [x x x x x x Ԗx ޖx x x x Ix Jx Lx Mx Nx Wx x x ɗx x .x Vx ax x x ɘx #x $x %x 6x mx nx ox px x x x x x x x x (x Mx Nx Ox Qx Rx Sx \x x x Κx x 9x ]x x Lx \x ]x ^x ox }x ~x x x x ǜx ќx ۜx ܜx 
x 0x 1x 2x 3x 5x 6x 7x @x x x x ݝx x Ax Ǟx 0x @x Ax Bx Sx ax bx cx dx x x x ؟x x x x x Bx Cx Dx Ex Gx Hx Ix Rx x x Ġx x 1x Qx x šx ơx ǡx ءx x x x x x 0x :x Dx Ex sx x x x x x x x x x x Lx lx x x x 8x 9x Jx Xx Yx Zx x x x Ƥx x x 
x x 7x 8x 9x ;x Rx Sx \x ^x _x px x x x x x ڧx ۧx ܧx ݧx ާx ߧx x x x x 7x nx x x <x x x x x ګx x x x x 7x Jx ]x px x x x x x x $x Qx Rx Sx dx x x x x x ǭx ȭx ɭx ʭx x x (x ;x Nx ax bx cx dx mx x x x x x x 0x 7x @x Ax Wx gx hx ix jx kx lx mx nx ox px x x x ߯x x x x x x x Nx x x x x x x x x x ʲx ˲x Ӳx x x x )x Cx Sx mx x x x x ˳x x x x )x Cx Dx Ex Fx nx x x ƴx ٴx ڴx ۴x ܴx x Px ~x x x x x Ox Vx _x `x hx }x x x x ضx x x x $x 9x Nx `x zx x x x طx ٷx ڷx ۷x x x .x Ax Tx gx hx ix jx sx x x ]x x Dx Ex Fx Gx Xx x x Ժx x x %x 8x Kx Lx Mx Nx Wx x )x lx x Sx Tx Ux Vx gx x x x x 	x x /x Bx Ux Vx Wx Xx ax 6x ]x x x x x x x x x x  x x 	x x 3x Ex _x yx x x x x x x x x 5x Ex _x yx zx {x |x x x x 	x 
x x 0x Cx Vx ix jx kx lx ux .x x x x qx x x  x 1x x x x 'x (x 0x Ex Zx ox x x x x x x x %x -x Bx Wx lx ~x x x x x x x "x #x $x %x Mx Nx ax tx x x x x x x x }x x 5x x x x x x 4x x 4x 5x <x {x x x x =x qx x x x )x *x ;x x x x x x x x x x x x .x Hx bx sx x x x x x x x x +x Ex Vx px x x x x x x x x x x x 2x Ex Xx kx lx mx nx wx 5x /x x 
x x x x zx 1x 8x xx x x x x x 0x qx rx sx x x x x x x x x x )x @x Wx nx x x x x x x x x x x )x ;x Mx dx {x x x x x x x 	x  x !x "x #x Kx Lx _x rx x x x x x x x x x dx x `x x x x ax x x Cx x x 3x x x x Dx Ex x x x x Cx bx x x x x x x x :x ;x @x Bx Cx Dx Mx Zx |x x x x x x 'x Ix kx x x x x x x x x 'x x x 
x Ox x x x Tx x x x x x cx dx (x )x `x x x x 4x kx x x 9x x x x x x x x x x x (x ;x Nx ax cx dx ex nx x x x >x \x vx x x x x x x x x +x >x Qx dx fx gx hx qx x x 6x 7x Hx Ix Jx rx sx 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 Kx x [x \x mx nx ox px x -x .x Ux Vx x x x x x -x ex x x -x rx x x ]x ^x _x ix tx x x x x x x 
 y  y 0 y C y E y [ y \ y e y  y y y Oy Zy y y y y y y y y -y =y >y ?y @y hy iy |y y y y y y y y y Gy by y y y y y y >y Zy ly y y y y y y y y y 8y Oy Py Qy Ry zy {y y y y y y y y y Cy ky y y y y y Gy y y y y y y y y y y y y 1y Dy Fy Gy Hy Qy y y o	y 	y 	y 	y  
y +
y J
y u
y 
y 
y 
y 
y 
y 
y 
y 
y !y "y ]y y Fy Gy y y '
y (
y Z
y 
y By Cy y y y 5y dy ey y oy y y y y y y y y y y y y %y 8y `y ay y y  y Yy y y Ey y y y Oy y y y y y y y y y y y y  y y y y y y #y 3y 4y Cy Dy Ey Qy Ry Sy Ty _y cy vy ~y y y y y y "y #y (y Uy Zy y y y y y 2y 3y 8y dy hy y y y y y y y y  y %y Ky Ly My W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 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y Ny y y y y 5y Fy Gy [y ]y ^y _y `y ay iy oy p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 1y Cy 
 y  y  y  y !y !y "y "y #y o#y |#y #y #y #y $y $y -$y R$y S$y d$y $y $y $y $y $y %y >&y ?&y ,'y -'y "(y #(y /(y (y 
)y ~)y )y M*y *y *y t+y +y /,y 0,y n,y ,y ,y ,y .y .y .y 6/y X/y /y /y /y 0y 20y 30y <1y =1y 2y 2y ;3y <3y 3y 3y 3y 3y 3y  4y 4y H4y I4y Z4y 4y 4y 4y E5y F5y b5y 5y 	6y c6y (7y )7y z7y 7y 7y 8y 8y 8y 8y :y :y ;y ;y :<y ;<y =y 	=y #=y 4=y =y >y ?y ?y d@y e@y Ay Ay Ay Ay Ay  By By By By By &By 'By (By )By *By +By /By 0By 1By 2By KBy MBy SBy TBy mBy oBy tBy uBy By By By By By By By By By By By By By By By By By By Cy Cy Cy Cy Cy Cy *Cy ,Cy 2Cy 3Cy FCy HCy MCy NCy UCy ZCy uCy vCy wCy xCy yCy WEy XEy dEy Ey Ey Ey Fy HFy [Fy Fy Fy Fy Fy #Gy 6Gy jGy Gy Gy Gy Hy (Hy 8Hy lHy Hy Hy Hy Hy Hy Hy Iy Iy Jy *Jy 9Jy LJy MJy fJy Jy Jy Jy Jy Jy Jy Jy (Ky )Ky *Ky ^Ky tKy Ky Ky Ky Ky Ly Ly (Ly 3Ly fLy pLy zLy {Ly Ly Ly Ly Ly Ly My My My 1My 2My ;My ]My ^My rMy sMy My My My My My My My My My My My &Ny 'Ny (Ny )Ny *Ny +Ny 4Ny UNy VNy jNy kNy Ny Ny Ny Ny Ny Ny 
Oy "Oy <Oy =Oy ROy SOy dOy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Py .Py /Py DPy EPy VPy vPy wPy xPy Py Py Py Py Py Py Py Py Py Qy Qy Qy Qy Qy Qy Qy Qy Ry Ry Ry Ry Ry Ry Ry (Sy 2Sy <Sy =Sy ^Sy Sy Sy Sy Sy Sy Sy vTy wTy Ty Ty Ty Uy YUy ZUy kUy Uy Uy  Vy !Vy "Vy #Vy $Vy %Vy &Vy /Vy Vy Vy Vy Vy Vy Vy Vy Vy Vy Vy Wy Wy Wy Wy Wy Wy Wy Wy \Xy sXy Xy Xy Xy Xy Yy @Yy Yy Yy qZy rZy Zy Zy Zy Zy Zy Zy Zy Zy Zy [y [y 	[y [y [y [y $[y )[y *[y +[y I[y W[y g[y h[y s[y x[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 L\y Z\y j\y k\y v\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 1]y 6]y 7]y 8]y t]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 J^y O^y P^y Q^y ^y _y (_y 6_y F_y G_y R_y W_y X_y b_y g_y h_y s_y x_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 N`y ^`y _`y j`y o`y p`y z`y `y `y `y `y `y `y `y `y `y `y `y `y `y `y ay ay ay ay ay ay "ay #ay -ay 2ay 3ay 4ay Zay hay xay yay ay ay ay ay ay ay ay ay ay ay ay ay ay (by )by Xby fby vby wby by by by by by by by by by by by by by by by by by cy cy 	cy cy cy cy $cy )cy *cy 4cy 9cy :cy ;cy gcy ucy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy dy dy dy dy dy dy #dy $dy /dy 4dy 5dy ?dy Ddy Edy Fdy jdy dy dy dy dy )ey *ey 7ey 8ey 9ey \ey ey ey fy (fy )fy 3fy >fy qfy {fy fy fy fy fy fy fy gy 	gy gy fgy ggy gy gy gy 5hy khy hy hy hy hy hy hy hy hy Iiy biy {iy iy iy iy iy jy jy jy jy jy &jy njy ojy jy ky (ky Dky ]ky wky ky ky ky ky ky nly oly ply qly ly )my *my ^my pmy my my rny sny }ny ny ny ny ny ny ny %oy 7oy Ioy Joy Koy Loy Uoy oy oy oy oy oy oy rpy py  qy !qy Gqy dqy qy qy qy qy qy ry dry ry ry @sy Asy Bsy Csy isy jsy sy sy $ty 6ty 7ty Aty Lty ty ty ty ty ty ty ty ty ty ty  uy auy buy uy uy uy uy uy uy vy Qvy Rvy Svy Tvy vy wy >wy syy tyy |y |y C}y D}y U}y ~y ~y \y ]y y y y 	y 
y py qy y ӄy sy vy y y ǆy ܆y My Ny ]y oy 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 2y >y ?y @y Ay y y :y ;y Ћy ыy y y y y py qy 'y (y y y y Ґy Ӑy ۑy ܑy -y y y Ry וy y 'y (y Iy Vy cy py }y y y y y Ҙy Әy y y y 'y (y 3y cy dy y y y y Vy Wy *y ;y py y y  y Ny {y y y y Ey y y ܡy y y %y )y *y 4y ?y ry |y y y y y y y y y y 4y @y gy y ̥y y y 8y By gy y ¦y æy Ԧy y y 
y y :y ;y Ey Py y y y y Ƨy y y y y y y y 9y Ey ly y רy y y y y y y 
y y y y 'y 2y ey oy yy zy y Ϊy Ϫy Ъy Ѫy Ӫy Ԫy ժy ުy y )y Py {y y ߫y ey άy ެy ߬y y y y  y y y .y 8y Cy vy y y y y y y y y y y y y /y ;y by y Ϯy y 'y cy dy ey vy y y y y y ίy دy y y y ;y <y =y ?y @y Ay Jy y y y y 
y 9y Vy y ֱy ױy y y y y 2y Oy Yy dy y y y y ղy ֲy ײy ٲy y y y y y y My y 4y 5y Fy xy yy zy {y |y }y y ^y _y y շy y Dy y ڸy /y 0y :y Ey xy y y y y չy y y y !y #y :y ;y Dy y ºy y y y y /y 6y >y ?y Uy ey fy gy hy 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 6y Wy Xy }y y y y y y y y y y y y y y y Xy _y hy iy qy y y y y y y y %y -y By Wy iy y y y y y y y y y ,y Qy dy wy xy yy zy y y y y y y y y y y y y y 0y By \y vy y y y y y y y y 2y By \y vy wy xy yy y y y y y y y y y y y y y Dy y y y y y Iy Jy ry y y y y y y y y y y y 
y Sy y y y y y Xy 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 Ay [y cy xy 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 hy |y y y y y y 9y y y y y y y y 
y y 9y Sy dy ~y y y y y y y 
y y 6y Py ay {y y y y y y y y y y y %y 8y Ky Ly My Ny Wy y ry y &y Yy y "y wy y |y y y y y hy y y y y ;y gy y y y y y $y -y .y 6y Ky `y uy y y y y y  y y +y <y Vy ^y sy y y y y y y y (y 9y Sy dy ~y y y y y y y y y y 	y 
y y y y y y 5y y y %y y y y y y 5y Ty yy y y y y y y "y fy my vy wy y y y y y y y y y 4y Ky \y ry y y y y y y y y y y 0y Ay Xy oy y y y y y y y y y y y #y 6y Iy Ky Ly My Vy hy 0y y y y 8y y y y y Oy y y y y >y ?y Fy y y #y cy y y y  y y >y ]y ^y oy y y y y y y y y y y y <y ^y y y y y y 	y y y 0y cy y y y y y uy wy y y $y \y y y Gy Hy y Ay By y y y y y [y \y y y 	 z A z  z  z ,z -z 7z Bz uz z z z z z z z z z z z z z Tz wz z z z z Kz yz zz z z z z z z z z z z z z z -z Qz z z z z z z z $z 7z Jz ]z _z `z az jz z z /z 0z Az Bz Cz kz lz z z z z z z z z z lz z z z z 
z z ?z z z z z %	z 
z 
z R
z 
z 
z z Hz z z z Wz z z z z 
z 
z E
z O
z Y
z Z
z 
z 
z 
z 
z 
z 
z 
z 
z 
z z rz z z z z $z fz gz xz z z z z z z z z z z z z -z @z Sz Uz Vz lz mz vz z  z 1z Nz gz zz z z z z 
z 0z Oz Pz Qz bz z z z z z z z z z z z ,z ?z Rz ez gz hz iz rz z 	z Cz Uz z z z z 'z +z ,z -z .z ?z lz mz z z z z z z z z z z ^z z 
z @z qz z z z z z Uz Vz Wz hz z z z z z z z z z z z z z z z uz z z 6z 7z pz z z z ;z 
z :z ;z xz * z d z e z  z L!z M!z !z !z !z !z !z !z !z E"z #z #z #z M$z $z $z %z w%z %z %z O&z P&z [&z g&z v&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 e'z j'z 'z 'z 'z 'z 'z =(z >(z C(z z(z ~(z (z (z (z )z )z  )z !)z &)z ^)z c)z )z )z )z )z )z )z )z )z )z D*z I*z U*z V*z Y*z c*z d*z g*z p*z q*z r*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 Q,z k,z l,z w,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z -z -z .z .z s/z t/z 0z 0z 0z 
1z 1z b1z c1z o1z 1z 1z 1z 1z 1z 2z B2z C2z D2z Q2z 2z  3z 3z 3z 4z 4z 5z 5z 5z P6z 6z 7z 7z 7z R8z S8z 9z m9z 9z 9z :z *:z +:z >:z ;z ;z ;z <z <z _=z =z =z =z =z =z >z >z z@z {@z @z @z %Az 1Az @Az LAz MAz Az Az Az Az Az ABz FBz Bz Bz Bz  Cz jCz Cz Dz Dz Dz Ez hEz iEz Ez Ez YFz ZFz Gz Gz !Iz "Iz Iz Iz Jz Jz Jz Jz Kz <Lz Mz Mz Nz Nz nOz rOz sOz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Pz 
Pz Pz Pz !Pz #Pz )Pz *Pz =Pz ?Pz EPz FPz [Pz ]Pz bPz cPz xPz zPz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Qz Qz Qz Qz Qz Rz Rz Sz JSz dSz Sz Sz Sz Sz -Tz ATz uTz Tz Tz Tz Uz &Uz ZUz xUz Uz Uz Uz 
Vz )Vz ]Vz ^Vz _Vz `Vz Vz Wz Wz Wz Wz Wz Wz Wz Xz 7Xz 8Xz VXz dXz wXz xXz Xz Xz Xz Xz Xz Yz (Yz >Yz TYz UYz Yz Yz Yz Yz Zz Zz Zz Zz @Zz ]Zz ^Zz tZz Zz Zz Zz Zz Zz Zz Zz Zz Zz [z [z 5[z Q[z R[z g[z h[z i[z j[z {[z [z [z [z [z [z [z [z [z [z [z [z [z \z 	\z #\z ?\z @\z R\z }\z \z \z \z \z \z \z \z ]z "]z #]z $]z K]z L]z M]z N]z O]z P]z Y]z x]z y]z ]z ]z ]z ]z ]z ]z ]z ]z ^z ^z ^z C^z D^z E^z F^z G^z H^z Q^z ^z ^z P_z Q_z R_z c_z _z _z _z _z _z 3`z g`z }`z ~`z `z `z `z `z `z `z `z )az ?az Aaz raz saz |az bz bz Qbz Rbz abz bz bz bz 	cz Zcz cz cz cz cz cz cz cz cz cz (dz )dz :dz [dz \dz ]dz ^dz _dz `dz dz -ez .ez oez zez ez ez ez ez ez fz )fz @fz mfz nfz fz fz $gz %gz hz hz 'hz <hz ghz uhz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz iz iz iz iz iz !iz &iz 'iz 2iz 7iz 8iz Biz Giz Hiz Iiz fiz tiz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz jz 	jz jz jz jz $jz )jz *jz 5jz :jz ;jz Ejz Jjz Kjz Ljz tjz jz jz jz jz jz jz jz jz jz jz jz jz jz jz jz jz kz  kz 0kz 1kz <kz Akz Bkz Lkz Qkz Rkz ]kz bkz ckz mkz rkz skz tkz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz [lz lz lz lz lz lz lz lz lz  mz mz mz mz mz mz !mz &mz 'mz (mz Omz ]mz mmz nmz ymz ~mz mz mz mz mz mz mz mz mz mz mz mz mz mz mz mz nz 
nz nz nz nz nz )nz .nz /nz 9nz >nz ?nz @nz pnz ~nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz oz oz oz "oz 'oz (oz 2oz 7oz 8oz Coz Hoz Ioz Soz Xoz Yoz Zoz oz oz oz pz pz pz  pz %pz &pz 0pz 5pz 6pz Apz Fpz Gpz Qpz Vpz Wpz Xpz wpz pz pz pz pz pz pz pz pz pz pz pz pz pz pz pz pz qz qz #qz $qz /qz 4qz 5qz ?qz Dqz Eqz Pqz Uqz Vqz `qz eqz fqz gqz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz rz (rz Mrz prz qrz rz rz rz rz rz rz sz sz sz sz sz sz sz tz tz #tz $tz Wtz {tz tz tz tz tz tz uz uz %uz &uz tuz uz 	vz .vz >vz Ovz _vz `vz vz vz vz vz  wz wz 2wz awz bwz wz wz wz wz wz wz wz xz 
xz \xz xz xz xz xz yz *yz Byz Cyz Dyz Uyz zz 
zz zz zz 8zz zz zz zz {z  {z !{z |z |z |z &|z Y|z c|z m|z n|z |z |z |z |z |z |z |z |z 8}z 9}z H}z Y}z }z }z ~z ~~z ~z ~z ~z z $z %z Iz Jz [z z z ]z z ހz ߀z z z z z z z z ԁz Ձz ߁z z z 'z 1z 2z Xz z z z z z z z  z  z !z pz qz z z z z z z z "z z ܄z z z z z z z z 9z :z z z .z /z Az z z z z $z qz z z z z ez zz z z z 
z  z !z &z .z 3z 4z 9z Az Mz Nz Sz Zz _z `z ez lz xz yz z z z z z z z z z z z z ɕz Еz ܕz ݕz ޕz ߕz z z ؗz ٗz nz oz ,z -z z z z z śz ƛz \z ]z z pz qz yz zz ˟z Uz Vz z uz z Ťz Ƥz z z z z z ,z =z Nz _z pz qz z z z Ŧz Ʀz Ѧz z z z z !z "z z z Ȭz ٬z z ^z _z z z z Iz Jz z z Rz Sz zz z z ðz Ǳz ȱz ұz ݱz z z $z %z Sz z z z z z z Ҳz ޲z z ,z jz z z ֳz z z _z `z az rz z z z z شz ٴz z z !z +z 5z 6z dz z z z z z z z ׵z z 
z 5z uz z z z z z z z z z z ŷz зz z 
z z z Fz lz mz nz oz qz rz sz |z z Ǹz z z Yz }z z lz |z }z ~z z z z z z ̺z ֺz z z z (z )z Wz ~z z z z z z z z ͻz ٻz  z .z mz z żz z z z z "z #z $z .z 9z lz vz z z z ٽz ڽz ۽z ݽz ޽z ߽z z 'z 3z Zz z z ׾z z +z tz uz z z z z пz z z z 5z ?z Iz Jz sz tz uz wz z z z z z z z !z z z z z z z z z z Kz z z 1z sz z z )z xz z z z z z  z *z +z Sz sz z z z z z z z z Mz `z z z z z z z z z z z z z z .z Qz dz wz z z z z z z z z (z )z *z ;z lz sz |z }z z z z z z z z z z z z z z z z .z Az Bz Cz Dz Mz z ,z ?z %z &z 'z (z 9z z z z z z $z 9z Kz ez z z z z z z z z !z ;z Kz ez z z z z z z z z z z z z !z z z .z /z 0z Az z z z z z z z z z z $z >z Xz `z uz z z z z z z z z z z ?z Wz jz }z z z z z z z 5z Rz z z z z z z z z z z )z Nz az tz z z z z z =z ez z z z z z z z z z z  z Ez Xz kz ~z z z z z z rz z z &z z z z z +z ,z 3z <z =z Ez Zz oz z z z z z z z z +z =z Wz qz z z z z z z z z z Ez Fz Yz lz z z z z z z z jz z z z z Zz [z \z mz z Sz Zz cz dz lz z z z z z z z z 6z Gz az iz ~z z z z z z z z 3z Dz ^z _z `z az z z z z z z z z z z z z z qz z z Jz z z pz z pz qz xz z z z Mz yz z z z 1z ez fz wz z z z z z z z z %z ?z Yz jz z z z z z z z z &z ;z Mz gz z z z z z z z z z z z Gz Hz [z nz z z z z z z z qz kz z Iz Vz z :z z mz tz z z z z .z Mz lz z z z z z z z z z /z Az Sz ez |z z z z z z z z !z 8z 9z Az Sz ez wz z z z z z z 
z z 4z Ez \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 Gz o {  {  {  { { { { {  { ?{ { { { { { { 
{ Q{ R{ v{ w{ |{ ~{ { { { { { { { { { A{ c{ { { { { { { &{ '{ ({ ){ c{ { { I{ { { { A	{ 	{ 	{ 	{ 8
{ 
{ 
{ { { d{ e{ { { { .
{ p
{ 
{ 
{ &{ u{ { { { { { { '{ ({ P{ Q{ d{ w{ { { { { { { { { L{ z{ { { { { { ){ *{ +{ S{ T{ g{ z{ { { { { { { { { r{ s{ { { { { { { { { { { { { { &{ J{ { { { { { 	{ 
{ { 0{ C{ V{ X{ Y{ Z{ c{ { 
{ { { { { { { { i{ j{ { { { { { { 2{ i{ { { '{ i{ { { D{ { { { { { { { { {  { !{ F{ Y{ l{ { { { { { { A{ S{ { { { { { { C{ J{ R{ S{ i{ y{ z{ {{ |{ { { { { { { { { 
{ { { { { { { { { P{ [{ z{ { { { { { {   { 4 { ; { C { D { t {  {  {  {  {  {  {  {  {  { !{ !{ !{ !{ !{ !{ !{ !{ !{ ."{ 9"{ X"{ "{ "{ "{ "{ "{ "{ "{ 
#{ #{ 3#{ 4#{ G#{ Z#{ m#{ #{ #{ #{ #{ #{ #{ 9${ ${ ${ %{ !%{ \%{ g%{ %{ %{ %{ %{ %{ &{ 3&{ 4&{ 5&{ 6&{ ]&{ ^&{ &{ P'{ '{ '{ '{ (({ c({ d({ ({ ){ ~){ ){ ){ ){ *{ q*{ *{ *{ *{ ,{ ,{ ,{ -{ -{ .{ .{ 6.{ .{ .{  /{ 5/{ Q/{ a/{ t/{ /{ /{ /{ -1{ \1{ 1{ 1{ (2{ 2{ 2{ 3{ T3{ 3{ 3{ 3{ 3{ 4{ 4{  4{ 34{ 74{ 84{ 94{ :4{ ;4{ <4{ =4{ >4{ ?4{ S4{ Z4{ _4{ o4{ p4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 5{ 5{ ^5{ _5{ d5{ 5{ 5{ 5{ 5{ 5{ 6{ 6{ n6{ o6{ t6{ 6{ 6{ 6{ 6{ 6{ 6{ 7{ (7{ )7{ .7{ \7{ a7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 8{ 8{ 8{ 8{ 8{ 8{ !8{ &8{ .8{ 58{ <8{ H8{ I8{ T8{ X8{ _8{ f8{ g8{ h8{ i8{ j8{ k8{ l8{ m8{ n8{ o8{ p8{ q8{ r8{ s8{ t8{ u8{ 8{ =9{ >9{ W9{ X9{ q9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 	:{ 
:{ :{ ":{ #:{ -:{ ::{ ;:{ <:{ =:{ >:{ ?:{ @:{ A:{ N:{ O:{ ]:{ ^:{ _:{ `:{ m:{ :{ F;{ G;{ 9<{ :<{ ={ ={ )>{ 2>{ R>{ >{ >{  ?{ ?{ 
?{ U?{ V?{ i?{ ?{ ?{ ?{ ?{ ?{ ?{ ?{ '@{ @{ zA{ {A{ hB{ iB{ ^C{ _C{ kC{ C{ ID{ D{  E{ E{ E{ E{ F{ G{ kG{ lG{ G{ G{ G{ G{ BI{ CI{ TI{ rJ{ J{ J{ K{ 8K{ TK{ nK{ oK{ xL{ yL{ N{ N{ wN{ xN{ N{ N{ N{ N{ N{ <O{ RO{ O{ O{ O{ O{ O{ #P{ P{ P{ P{ Q{ EQ{ Q{ dR{ eR{ R{ S{ S{ RS{ SS{ S{ S{ PU{ QU{ V{ V{ vW{ wW{ DX{ EX{ _X{ pX{  Y{ Y{ ![{ "[{ [{ [{ ]{ ]{ ]{ ']{ (]{ <]{ =]{ >]{ G]{ U]{ b]{ c]{ d]{ e]{ f]{ g]{ k]{ l]{ m]{ n]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{  ^{ ^{ ^{ ^{ ^{ ^{ 8^{ :^{ ?^{ @^{ O^{ Q^{ W^{ X^{ f^{ h^{ n^{ o^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ `{ `{ `{ `{ a{ 6a{ Pa{ a{ a{ a{ a{ b{ +b{ _b{ rb{ b{ b{ b{ c{ Jc{ dc{ tc{ c{ c{ c{ c{ c{ c{  d{ )e{ *e{ @e{ fe{ ue{ e{ e{ e{ e{ e{ e{ f{ f{ f{ 4f{ df{ ef{ ff{ f{ f{ f{ f{ f{ f{ Yg{ Zg{ dg{ og{ g{ g{ g{ g{ g{ g{ g{ h{ (h{ >h{ Th{ Vh{ mh{ nh{ wh{ h{ h{ h{ h{ h{ h{ h{ i{ i{ i{ i{ i{ 9i{ :i{ ;i{ bi{ ci{ di{ ei{ fi{ gi{ pi{ i{ i{ i{ i{ i{ i{ i{ i{ j{ 4j{ Ij{ ^j{ xj{ yj{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ k{ k{ +k{ ,k{ Nk{ jk{ kk{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ 8l{ 9l{ l{ l{ l{ m{ !m{ "m{ #m{ $m{ Dm{ m{ n{ n{ n{ &n{ 1n{ dn{ nn{ xn{ yn{ n{ n{ n{ n{ o{ o{ o{ o{ o{ o{ o{ o{ Pp{ p{ p{ p{ p{ ;q{ <q{ ]q{ ^q{ _q{ `q{ aq{ bq{ kq{ q{ q{ q{ q{ q{ q{ q{ q{ q{ +r{ r{ r{ 
s{ s{ "s{ -s{ 7s{ 8s{ s{ s{ s{ s{ t{ t{ Gt{ |t{ t{ t{ u{ u{ u{ u{ v{ v{ #v{ $v{ /v{ 4v{ 5v{ ?v{ Dv{ Ev{ Pv{ Uv{ Vv{ `v{ ev{ fv{ gv{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ w{ w{ "w{ #w{ .w{ 3w{ 4w{ >w{ Cw{ Dw{ Ow{ Tw{ Uw{ _w{ dw{ ew{ fw{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ x{  x{ 0x{ 1x{ <x{ Ax{ Bx{ Lx{ Qx{ Rx{ ]x{ bx{ cx{ mx{ rx{ sx{ tx{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{  y{ y{ y{ y{ y{ y{ +y{ 9y{ Iy{ Jy{ Uy{ Zy{ [y{ ey{ jy{ ky{ vy{ {y{ |y{ y{ y{ y{ y{ y{ Bz{ dz{ rz{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ {{ {{ {{ {{ {{ '{{ ,{{ -{{ 8{{ ={{ >{{ H{{ M{{ N{{ O{{ |{{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ |{ |{ ,|{ -|{ 8|{ =|{ >|{ H|{ M|{ N|{ Y|{ ^|{ _|{ i|{ n|{ o|{ p|{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ d}{ e}{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ ~{ #~{ 3~{ 4~{ ?~{ D~{ E~{ O~{ T~{ U~{ `~{ e~{ f~{ p~{ u~{ v~{ w~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ { { {  { .{ >{ ?{ J{ O{ P{ Z{ _{ `{ k{ p{ q{ {{ { { { { { { { { e{ f{ s{ t{ u{ { { { R{ d{ e{ o{ z{ { { { { { { +{ -{ D{ E{ N{ { { Â{ Ă{ { q{ { ̃{ ܃{ { { { "{ #{ 4{ { { { Є{ {  { &{ U{ V{ W{ X{ Y{ b{ { { { Y{ d{ { { { Ȇ{ { { { { { { { { և{ e{ f{ { { { { { { { ĉ{ { { { { 2{ a{ s{ { { { { { ֊{ ׊{ { { /{ 0{ { { <{ ]{ { { { Ì{ { { { J{ { { 9{ |{ }{ ~{ { { { +{ ,{ `{ r{ s{ }{ { { ŏ{ Ϗ{ Џ{ { { 0{ 1{ 2{ 3{ <{ { { { { { { 0{ 1{ B{ { { { { { V{ z{ { { G{ T{ { { { י{ ؙ{ { { ̛{ ͛{ ߛ{ E{ F{ { { { { { { { { { { { { { { { { Ģ{ ̢{ Ѣ{ Ң{ ע{ ߢ{ { { { { { { { 
{ { { { '{ ,{ -{ 5{ ={ I{ J{ R{ Y{ ^{ _{ g{ n{ z{ {{ |{ }{ { { v{ w{ { 
{ ʧ{ ˧{ ${ 0{ { { c{ d{ { { M{ { { { { i{ { { { { { c{ d{ { { { { { ʳ{ ۳{ { { { { "{ 5{ L{ c{ d{ o{ { { ={ >{ { { { { f{ w{ { { { \{ { { { { 1{ { { { { ({ 5{ a{ e{ f{ p{ {{ { { ¿{ ÿ{ { #{ ${ &{ '{ ({ 1{ p{ |{ { { { 0{ ;{ t{ ~{ { { { { { G{ H{ I{ J{ v{ w{ { { { { { { { '{ ({ ){ +{ ,{ -{ 6{ u{ { { { { 7{ { &{ 6{ 7{ 8{ I{ W{ X{ Y{ c{ n{ { { { { { 
{ { { 
{ { { { { Y{ e{ { { { { { 
{ { { { -{ ;{ <{ ={ >{ j{ t{ { { { { { { { { { { !{ "{ #{ ,{ k{ w{ { { { +{ c{ { { { { { { { { { 
{ { { { M{ w{ x{ y{ {{ |{ }{ { { { { &{ F{ u{ { { { { ${ 2{ 3{ 4{ n{ { { { { { { { { { { { ,{ -{ 6{ 8{ 9{ J{ { { p{ q{ { { { { { { { { { { { { H{ { { { k{ l{ v{ { { { { { { { ${ 7{ J{ ]{ _{ v{ w{ { { { +{ ,{ -{ >{ k{ r{ z{ {{ { { { { { { { { { ({ ;{ <{ ={ >{ G{ j{ { { { { { 
{ { { { 1{ A{ B{ C{ D{ E{ F{ G{ H{ I{ J{ r{ { { { { { { { { { ({ { { { { { { { { { { { { { { { { { -{ G{ a{ i{ ~{ { { { { { { { { {  { H{ h{ { { { { { { { *{ X{ { { { { ){ 0{ 9{ :{ B{ W{ l{ ~{ { { { { { { { ({ :{ T{ n{ ~{ { { { { { { { { { .{ A{ B{ C{ D{ M{ { { 7{ { { {  { !{ 2{ { { { { { { { %{ &{ '{ ({ 1{ { { F{ { -{ .{ /{ 0{ A{ { { { { { { 	{ { /{ 0{ 1{ 2{ ;{ { 7{ {{ { c{ d{ e{ v{ { { { { { { { 
{ { 9{ S{ c{ }{ { { { { { { { { 9{ S{ T{ U{ V{ g{ { { { { { 
{ { 0{ C{ D{ E{ F{ O{ { h{ { { K{ { { { { u{ { { { { 
{ { 4{ I{ [{ u{ { { { { { { { { 1{ F{ X{ r{ { { { { { { { { { '{ ({ ;{ N{ a{ t{ { { { { { W{ { { b{ { { ^{ { { { { { { U{ { { { { K{ w{ { { { { { Y{ `{ i{ j{ r{ { { { { { { { "{ <{ M{ g{ x{ { { { { { { { { 0{ J{ d{ u{ { { { { { { { { { { { 2{ E{ F{ G{ H{ Q{ { 	{ q{ { { a{ { T | | | R| q| | | | | 
| K| L| M| ^| | | | | | | | | | | 1| H| Y| p| | | | | | | | | | | '| >| U| l| }| | | | | | | | | | %| &| 9| L| _| r| | | | | | | l| >| | :	| t	| 	| 	| ;
| Y
| 
| | | | 
| z| {| | | | _| | | | | <| [| z| | | | | | | | | | | | '| 4| V| x| | | | | | #| E| Z| [| l| | | | | | | | | | )| `| | | .| | | | }| ~| =| >| | | :| | | | | E| }| | | h| i| s| ~| | | | | | | | | (| ;| =| >| ?| H| | | | | 6| P| | | | | | | | | | | +| >| @| A| B| K| i| |  |  | " | # | $ | L | M | ` | s |  |  |  |  |  |  |  |  | k!| l!| }!| ~!| !| !| !| !| !| !| !| !| !| !| "| %"| "| 5#| 6#| G#| H#| I#| J#| {#| $| $| /$| 0$| a$| Y%| Z%| %| %| &| ?&| &| &| '| L'| '| '| 7(| 8(| 9(| C(| N(| (| (| (| (| (| (| (| (| 
)| )| )| 5)| 6)| ?)| )| )| )| )*| 4*| `*| *| *| *| *| *| *| *| +| +| +| +| +| B+| C+| V+| i+| |+| +| +| +| +| +| +| !,| <,| m,| ,| ,| ,| ,| ,| -| 4-| F-| l-| -| -| -| -| -| -| -| -| .| ).| *.| +.| ,.| T.| U.| h.| {.| .| .| .| .| .| .| /| E/| /| /| /| /| /| !0| c0| g0| h0| i0| j0| {0| 0| 0| 0| 0| 0| 0| 1| 1|  1| !1| "1| +1| 1| 1| I2| |2| 2| 2| 2| 3| $3| O3| 3| 3| 3| 3| 3| 3| 3| 3| 3| 3| 74| 4|  5| !5| Z5| 5| 6| 6| 46| 6| 7| 7| r7| s7| 7| 8| >8| ?8| w8| I:| v:| w:| :| f;| ;| ;| ;| <| <| <| <| <| <| =| :=| ;=| =| >| >| 3?| ?| ?| @| [@| @| @| )A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| 
B| B| B| B| B| +B| ,B| -B| .B| 9B| =B| PB| XB| dB| eB| jB| B| B| B| B| C| /C| 4C| yC| zC| C| C| C| D| 
D| D| >D| BD| \D| ]D| bD| D| D| D| D| D| D| D| %E| &E| 'E| 1E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| F| F| F| F| F| 	F| 
F| F| F| 
F| F| F| F| F| F| F| (F| F| F| F| F| G|  G| !G| 5G| 7G| 8G| 9G| :G| ;G| CG| IG| JG| SG| WG| XG| kG| wG| xG| yG| zG| {G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| H| H| H| H| I| I| J| J| K| K| K| IL| VL| L| L| L| L| L| M| ,M| -M| >M| ~M| M| M| M| M| \N| O| O| P| P| P| P| 	Q| Q| Q| XR| R| 'S| S| S| NT| T| 	U| 
U| HU| fU| gU| zU| V| V| V| X| 2X| X| X| X| X| Y| 
Y| Z| Z| [| [| \| \| a\| m\| |\| \| \| \| \| "]| #]| 4]| }]| ]| ]| ^|  ^| <^| ^| ^| =_| `| `| T`| `| `| `| `| a| a| b| b| ]d| ^d| e| e| e| e| e| f| f| xg| h| h| >i| ?i| j| j| j| j| j| j| j| j| j| j|  k| k| k| k| k| k| 	k| 
k| k| k| %k| 'k| -k| .k| Gk| Ik| Nk| Ok| ]k| _k| ek| fk| yk| {k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| l| l| l| 
l|  l| "l| 'l| (l| /l| 4l| Ol| Pl| Ql| Rl| Sl| 1n| 2n| >n| n| n| n| n| "o| 5o| io| }o| o| o| o| p| Dp| bp| p| p| p| q| q| Fq| eq| q| q| q| q| q| r| r| r| s| s| &s| 's| @s| ss| ts| s| s| s| s| s| t| t| t| 8t| Nt| dt| zt| t| t| t| t| u| 
u| @u| Ju| Tu| Uu| |u| u| u| u| u| u| u| u| v| v| v| 7v| 8v| Lv| Mv| qv| v| v| v| v| v| v| v| v| v| v|  w| w| w| w| w| w| w| /w| 0w| Dw| Ew| _w| {w| |w| w| w| w| w| w| x| x| ,x| -x| >x| ^x| _x| `x| x| x| x| x| x| x| x| x| x| x| x| x| y| 	y| y| y| 0y| Py| Qy| Ry| y| y| y| y| y| y| y| y| y| z| z| z| z| z| z| z| z| z| o{| {| {| {| {| {| || || || || 8|| e|| {|| }|| || || || P}| Q}| }| }| }| }| 3~| 4~| E~| ~| ~| ~| ~| ~| ~| ~| ~|  | 	| d| e| v| | | | | | | | i| j| | | | ˀ| Հ| ր| 6| M| e| || | | | | `| a| K| L| c| x| | | | | ̓| ҃| Ӄ| ݃| | | | | | | | | | #| 1| A| B| M| R| S| ]| b| c| n| s| t| ~| | | | | | | | ̄| ф| ҄| ܄| | | | | | | | | | &| 4| D| E| P| U| V| `| e| f| q| v| w| | | | | | | ΅| υ| څ| ߅| | | | | |  | | | | | | N| \| l| m| x| }| ~| | | | | | | | | | | Ɇ| ׆| | | | | | | | 	| | | | $| )| *| +| | | | |  | !| ,| 1| 2| <| A| B| M| R| S| ]| b| c| d| | | | | | | | ň| ʈ| ˈ| ֈ| ۈ| ܈| | | | | | (| 8| 9| D| I| J| T| Y| Z| e| j| k| u| z| {| || | | ʉ| ˉ| ։| ۉ| ܉| | | | | | | | | 
| | 4| B| R| S| ^| c| d| n| s| t| | | | | | | | | | 2| @| P| Q| \| a| b| l| q| r| }| | | | | | | | | ы| ҋ| ݋| | | | | | | | | | | | | A| O| _| `| k| p| q| {| | | | | | | | | | | ̌| ܌| ݌| | | | | | | 	| | | | | |  | D| d| | | | | | | | | 6| | | | | | 
| | K| U| _| `| | | ɏ| ˏ| | | | @| A| a| b| | | E| j| z| | | | | | ґ| #| <| U| n| | | Ē| | | | | |  | H| I| | | | | 7| Q| f| ~| | | | H| I| J| K| t| | | 8| J| \| ]| L| M| W| b| | | | | З| | | #| $| %| &| /| t| u| | | ͘| Θ| L| | ڙ| | !| >| `| a| | | | | >| | כ| | | | | C| D| ɜ| ʜ| | | | | &| Y| c| m| n| | | Ν| ϝ| Н| ѝ| ڝ| ;| <| \| ]| | | Ξ| Ϟ| | +| ,| -| .| ^| | | M| N| | | | | /| u| v| 6| 7| j| k| }| | | J| K| `| | M| P| | | | | '| (| 7| I| \| ]| b| j| o| p| u| }| | | | | | | | | | | | Ű| ʰ| ˰| Ӱ| ۰| | | | | | | | | | | | | | | | | | | h| i| µ| ε| J| K| | | | | | | | | | | | | ,| | | | | #| 0| =| J| W| h| y| | | | | | | | | | 
| =| >| | | ]| ^| 0| 1| | | J| | | | (| U| | | | | | | | | | | | | | | L| V| `| a| | | | | | | | | | A| h| | | | | | A| | | | | | | | | | | | *| ]| g| q| r| | | | | | | | | | | F| q| | | [| | | | | | | | | | | ?| I| S| T| | | | | | | | | | | | *| U| | | ?| | | | | | | | | | | | | P| Z| d| e| | | | | | | | | | 	| | <| j| | | | =| >| ?| P| ^| _| `| j| u| | | | | | | | | | | | $| c| o| | | | | 0| g| | | | | | | | )| 3| >| q| {| | | | | | | | | | | | | '| ]| | |  | R| S| T| U| V| W| | 8| 9| m| | | | e| | 	| 
| | | R| \| f| g| | | | | | | | | | | | | | | | | 	| | | | /| ?| @| A| B| j| | | | | | | | | | | 6| d| e| f| w| | | | | | | | | | | | | | | | | 1| 2| W| j| }| ~| | | | | h| {| a| b| c| d| u| 2| 9| B| C| K| `| u| | | | | | | | | 1| C| ]| w| | | | | | | | | +| >| Q| R| S| T| ]| | | j| k| l| }| | | | | | | 
| | 6| P| `| z| | | | | | | | | 6| P| Q| R| S| {| | | | | | | | | | q| | | | | | | | | #| $| L| e| | | | | | | | | y| | | -| | | | | | 2| 3| [| \| | | | | | | | | | | | | b| | | | | g| h| o| x| y| | | | | | | | | 5| =| R| g| y| | | | | | | | | | X| Y| | | | | | | | | | | | | | B| V| | | | | | | | | | | | | | | | | -| >| X| r| | | | | | | | | *| ;| U| o| | | | | | | | | | |  } % } & } ' } ( } 1 }  } L} }  } 3} } } Q} } V} } } } } B} Y} } } } } A} m} } } } } } } } } %} :} O} a} {} } } } } } } } 0} 8} M} b} w} } } } } } 	} 	} -	} >	} X	} Y	} Z	} [	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 
} } } } } } v
} 
} } } } } .} S} j} } } } } } } @} G} P} Q} Y} k} }} } } } } } } } %} 6} L} ]} t} u} }} } } } } } } 
} } 2} I} Z} p} } } } } } } } } } } } #} %} &} '} 0} B} 
} } Z} } } ]} |} } } )} } d} } } } }  } } } } =} \} {} } } } } 7} 8} I} } } } } } } } } } } }  } 8 } Z } [ } } }  }  }  }  }  } 
!} =!} b!} c!} d!} e!} !} O#} Q#} #} #} #} 6$} }$} $} !%} "%} t%} &} &} &} &} '} '} '} 5(} 6(} j(} (} (} )} b)} )} *} *} *} *} O*} Y*} c*} d*} *} *} *} *} *} *} *} *} *} *} .+} Q+} +} +} +} +} %,} S,} T,} e,} f,} g,} ,} ,} ,} ,} ,} ,} ,} ,} ,} ,} -} +-} -} -} -} -} -} -} -} -} .} $.} 7.} 9.} :.} ;.} D.} b.} .} 	/} 
/} /} /} /} E/} F/} Y/} l/} /} /} /} /} /} /} /} F0} 0} 0} 0} 0} 0} 0} 1} 1} 1} 1} 1} 1} 2} 2} ,3} n3} 3} 3} "4} c4} 4} 4} 15} 5} 5} 5} 5} 5} 5} 6} )6} 36} 46} \6} ]6} 6} 6} 6} 6} 6} 6} 6} 6} L7} }7} 7} 7} 7} 7} @8} A8} R8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 9} 9} -9} /9} 09} F9} G9} P9} 9} 9} :} (:} A:} T:} :} :} :} :} :} 
;} );} *;} +;} <;} p;} w;} ;} ;} ;} ;} ;} ;} ;} ;} ;} <} <} ,<} ?<} A<} B<} C<} L<} <} <} =} /=} j=} u=} =} =} >} >} >} >} >} >} F>} G>} o>} p>} >} >} >} >} >} >} >} >} 8?} u?} ?} @} K@} ]@} @} @} @} @} /A} 0A} 1A} BA} oA} pA} qA} rA} A} A} A} B} B} B} B} dC} C} C} C} OD} D} D} E} E} JE} E} E} E} F} G} H} H} RH} I} >I} ?I} rI} &J} 'J} \J} qJ} J} J} J} J} J} K} iL} L} L} 'M} dM} M} M} QN} N} N} )O} *O} 5O} AO} PO} \O} oO} sO} tO} uO} vO} wO} xO} yO} zO} {O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} P} P} P} ?P} DP} P} P} P} P} P} Q} Q} Q} TQ} XQ} Q} Q} Q} Q} Q} Q} Q}  R} 8R} =R} dR} eR} jR} R} R} R} R} R} R} S} #S} /S} 0S} 3S} =S} >S} AS} JS} KS} LS} ]S} bS} jS} qS} xS} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} yT} zT} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} 	U} U} U} U} U} U} +U} EU} FU} QU} ^U} _U} iU} vU} wU} xU} yU} zU} {U} |U} }U} U} U} U} U} U} U} U} U} V} V} uW} vW} MX} NX} eY} nY} Y} Y} Y} <Z} =Z} IZ} Z} Z} Z} Z} Z} Z} [} [} [} +[} c[} [} \} \} ]} ]} ^} ^} ^} *_} _} _} \`} `} ,a} -a} a} Gb} b} b} b} c} c} c} ~d} d} d} e} e} 9f} [f} tf} f} f} f} g} g} Ti} Ui} i} i} i} j} j} &j} 'j} xj} j} j} j} j} k}  k} _k} k} k} k} Dl} l} l} m} m} m} Bn} Cn} n} n} 3o} 4o} p} p} q} q} r} r} s} s} s} s} \t} u} ]v} ^v} v} v} Hx} Lx} Mx} cx} dx} xx} yx} zx} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} y} y} y} y} y}  y} 5y} 7y} <y} =y} Ry} Ty} Yy} Zy} ty} vy} {y} |y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} {} {} {} $|} >|} r|} |} |} |} }} }} O}} g}} }} }} }}  ~} 4~} R~} ~} ~} ~} ~} } 7} 8} 9} :} \} e} f} |} } } Ā} ŀ} ހ} } } 0} >} Q} R} p} } } } ց} } } } .} /} } } } } ނ} } } } } 7} 8} N} d} z} } } } } } Ճ} փ} } } } +} ,} A} B} C} D} U} u} v} w} } } } } } } } ̈́} ΄} } } } } } ,} W} p} } } } } ʅ} ˅} ܅} } } } %} &} '} (} )} *} 3} R} S} g} h} } } } } } Ά} } } } } } }  } !} "} +} t} u} *} +} ,} =} ]} ^} _} `} } 
} A} W} X} b} m} } } } } ։} } } } L} M} V} } } +} ,} ;} } ы} ҋ} } 4} w} x} } } } } } } } } } } 5} 6} 7} 8} 9} :} g} } } I} T} ^} i} s} t} Ԏ} } } } G} H} } } } } } } } } A} O} _} `} k} p} q} {} } } } } } } } } } } ϑ} ߑ} } } } } }  } } } } } } !} "} #} @} N} ^} _} j} o} p} z} } } } } } } } } } Ē} Ғ} } } } } } } } } } } } } $} %} &} N} \} l} m} x} }} ~} } } } } } } } } } } } } 
} } } } } &} +} ,} 7} <} =} G} L} M} N} g} u} } } } } } } } } } } } } ǔ} Ȕ} ɔ} 5} ~} } } } } ʕ} ϕ} Е} ڕ} ߕ} } } } } }  } } } )} 7} G} H} S} X} Y} c} h} i} t} y} z} } } } } } Ɩ} ֖} ז} } } } } } } } } 	} } } } } J} X} h} i} t} y} z} } } } } } } } } } } җ} } } } } } } } } } } "} #} -} 2} 3} 4} } } И} ޘ} } } } }  } 
} } } }  } !} +} 0} 1} 2} Q} _} o} p} {} } } } } } } } } } } } } ߙ} } } } 	} } } } } } *} /} 0} :} ?} @} A} \} j} z} {} } } } } } } } } } } } } } } } '} J} K} } } } } } ԛ} Y} Z} } } } } } } } } } 1} U} g} i} } } } ޝ} ߝ} }  } N} } } } } )} 9} :} ^} _} p} } ڟ} } } ;} <} b} } } } } } } } } 6} } } } ա} } } } } } /} } } } } } } } ֣} } } } } } }  } 3} =} G} H} n} } } } ¥} å} ĥ} ͥ} } } "} 3} k} l} } X} x} } } ܧ} } } #} $} 5} } ܨ} 7} u} } } } } } } g} h} } } } } Ī} } } } } 2} Z} l} m} n} o} x} ٫} ګ} } } J} K} l} m} ~} ɬ} ʬ} ˬ} ̬} } } } } } } } } } ͳ} } } Ե} յ} } 	} } } } } } } K} } } Y} Z} ?} T} Ž} ƽ} ս} } } }  } } 
} } } } '} (} -} 4} 9} :} ?} F} R} S} [} c} h} i} q} y} } } } } } } } } } } } } Z} [} } } H} I} } } `} l} } } } } 6} 7} } J} K} S} T} } /} 0} } O} Y} } } } } } } } } } (} 9} J} K} ^} q} } } } } } } y} z} } } } } } } } 8} 9} } } } #} $} m} } ,} -} T} d} q} } } } } } } } } } -} _} `} b} c} d} m} } } } } D} l} w} } } } 9} :} ;} L} } } } } } } } } } } } } >} c} d} e} g} h} i} r} } } } } O} s} } b} r} s} t} } } } } } } } } } }  } F} G} H} I} K} L} M} V} } } } } 3} W} } F} V} W} X} i} w} x} y} z} } } } } } } } 1} X} Y} Z} [} ]} ^} _} h} } } } } G} g} } } } } } } } } } } F} P} Z} [} } } } } } } } } } 
} 4} b} } } } } N} O} `} n} o} p} } } } } } } #} $} M} N} O} Q} h} i} r} t} u} } } } } } } } } } } } } %} } } } M} } } } R} } } } } } } } } -} M} `} s} } } } } } } '} :} g} h} i} z} } } } } } } } } } } +} >} Q} d} w} x} y} z} } } } } } } } F} M} V} W} m} }} ~} } } } } } } } } } } } } } } } } } '} d} } } }  } } } } } } } } } } } %} ?} Y} i} } } } } } } } } %} ?} Y} Z} [} \} } } } } } } } } } f} } } 	} 
} } e} l} u} v} ~} } } } } } } } 2} :} O} d} v} } } } } } } } } } 1} D} W} j} }} ~} } } } } ,} s} } Z} [} \} ]} n} } } } } (} ;} N} a} b} c} d} m}  ~ ? ~  ~  ~ i~ j~ k~ l~ }~ ~ ~ ~ ~ ~ 2~ E~ X~ k~ l~ m~ n~ w~ L~ s~ ~  ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~ 4~ I~ [~ u~ ~ ~ ~ ~ ~ ~ ~ ~ 1~ K~ [~ u~ ~ ~ ~ ~ ~ ~ ~ ~  ~ 3~ F~ Y~ l~ ~ ~ ~ ~ ~ D~ ~ ~ ~ 	~ 4
~ 5
~ 6
~ G
~ 
~ -~ 4~ =~ >~ F~ [~ p~ ~ ~ ~ ~ ~ ~ ~ !~ ;~ C~ X~ m~ ~ ~ ~ ~ ~ ~ 

~ 
~ 8
~ 9
~ :
~ ;
~ c
~ d
~ w
~ 
~ 
~ 
~ 
~ 
~ 
~ 
~ 
~ ~ ~ K~ ~ ~ $~ ~ ~ J~ ~ J~ K~ R~ ~ ~ ~ '~ S~ ~ ~ ~ ~ ?~ @~ Q~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 3~ D~ ^~ x~ ~ ~ ~ ~ ~ ~  ~ ~ '~ A~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ !~ "~ 5~ H~ [~ n~ ~ ~ ~ ~ ~ K~ E~ ~ #~ 0~ ~ ~ ~ G~ N~ ~ ~ ~ ~ ~ '~ F~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 	~ ~ -~ ?~ V~ m~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ -~ ?~ Q~ c~ z~ ~ ~ ~ ~ ~ ~  ~  ~ 6 ~ 7 ~ 8 ~ 9 ~ a ~ b ~ u ~  ~  ~  ~  ~  ~  ~  ~  ~ !~ "~ z#~ #~ v$~ $~ $~ %~ w%~ %~ %~ Y&~ '~ !(~ I)~ )~ )~ )~ Z+~ [+~ +~ +~ +~ ,~ Y,~ x,~ ,~ ,~ ,~ ,~ ,~ +-~ ,-~ P-~ Q-~ V-~ X-~ Y-~ Z-~ c-~ p-~ -~ -~ -~ -~ -~ .~ =.~ _.~ .~ .~ .~ .~ .~  /~ /~ /~ /~ =/~ 0~ 0~ #1~ e1~ 1~ 1~ 2~ j2~ 2~ 2~ 3~ 3~ 3~ y4~ z4~ >5~ ?5~ v5~ 5~ 5~ 6~ J6~ 6~ 6~  7~ O7~ 7~ 7~ 7~ 7~ 7~ 7~ 8~ 8~ *8~ +8~ >8~ Q8~ d8~ w8~ y8~ z8~ {8~ 8~ 8~ 8~ &9~ T9~ r9~ 9~ 9~ 9~ 9~ :~ :~ :~ -:~ .:~ A:~ T:~ g:~ z:~ |:~ }:~ ~:~ :~ :~ :~ L;~ M;~ ^;~ _;~ `;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~  <~ $<~ <~ <~ <~ <~ <~ <~ <~ <~ 
=~ =~ 0=~ 2=~ 3=~ 4=~ ==~ a=~ =~ q>~ r>~ >~ >~ >~ >~ >~ C?~ D?~ k?~ l?~ ?~ @~ @~ @~ A~ CA~ {A~ A~ B~ CB~ B~ B~ C~ sC~ tC~ uC~ C~ C~ C~ C~ C~ C~ C~ C~  D~ 3D~ FD~ YD~ [D~ qD~ rD~ {D~ D~ E~ -E~ eE~ pE~ E~ E~ E~ E~ F~ $F~ ,F~ -F~ CF~ SF~ TF~ UF~ VF~ ~F~ F~ F~ F~ F~ F~ F~ F~ F~ F~ F~ ]G~ xG~ G~ G~ G~ G~ *H~ 5H~ TH~ pH~ H~ H~ H~ H~ H~ H~ I~ I~ I~ I~ NI~ eI~ fI~ gI~ hI~ I~ I~ I~ I~ I~ I~ I~ I~ I~ I~ YJ~ J~ J~ J~ K~ K~ 2K~ ]K~ K~ K~ K~ K~ K~ K~ K~ K~ 
L~ L~ !L~ 4L~ GL~ ZL~ \L~ ]L~ ^L~ gL~ L~ M~ M~ M~ M~ M~ 6N~ AN~ `N~ N~ N~ N~ N~ N~ 
O~ O~ O~ O~ 7O~ 8O~ sO~ *P~ \P~ ]P~ P~ Q~ =Q~ >Q~ pQ~ Q~ XR~ YR~ R~ R~ R~ KS~ zS~ {S~ S~ U~ U~ U~ U~ V~ V~ V~ W~ W~ W~ W~ X~ +X~ ;X~ NX~ vX~ wX~ X~ Z~ 6Z~ oZ~ Z~ [~ [[~ [~ [~ .\~ e\~ \~ \~ \~ \~ \~ \~ 
]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ -]~ 4]~ 9]~ I]~ J]~ Y]~ Z]~ []~ g]~ h]~ i]~ j]~ u]~ y]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ 8^~ 9^~ >^~ k^~ p^~ ^~ ^~ ^~ ^~ ^~ H_~ I_~ N_~ z_~ ~_~ _~ _~ _~ _~ _~ `~ `~ `~ 6`~ ;`~ a`~ b`~ c`~ m`~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~  a~ a~ a~ a~ "a~ #a~ .a~ 2a~ 9a~ @a~ Aa~ Ba~ Ca~ Da~ Ea~ Fa~ Ga~ Ha~ Ia~ Ja~ Ka~ La~ Ma~ Na~ Oa~ da~ b~ b~ 1b~ 2b~ Kb~ \b~ ]b~ qb~ sb~ tb~ ub~ vb~ wb~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ c~ c~ c~ c~ c~ c~ c~ c~ c~ (c~ )c~ 7c~ 8c~ 9c~ :c~ Gc~ Yc~  d~ !d~ e~ e~ e~ e~ g~ g~ ,g~ g~ g~ g~ g~ g~ /h~ 0h~ Ch~ hh~ ih~ zh~ h~ h~ h~ h~ i~ i~ Tj~ Uj~ Bk~ Ck~ 8l~ 9l~ El~ l~ #m~ m~ m~ cn~ n~ n~ o~ o~ Ep~ Fp~ p~ p~ p~ p~ r~ r~ .r~ Ls~ ns~ s~ s~ t~ .t~ Ht~ It~ Ru~ Su~ v~ v~ Qw~ Rw~ w~ w~ w~ w~ w~ x~ ,x~ ^x~ _x~ px~ x~ x~ x~ [y~ \y~ xy~ y~ z~ yz~ >{~ ?{~ {~ {~ {~ ,|~ -|~ |~ |~ *~~ +~~ ~ ~ P~ Q~ ~ ~ 9~ J~ ~ ~ ~ ~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ !~ /~ <~ =~ >~ ?~ @~ A~ E~ F~ G~ H~ a~ c~ i~ j~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ӆ~ Ն~ چ~ ۆ~ ~ ~ ~ ~ ~ ~ ~ ~ )~ +~ 1~ 2~ @~ B~ H~ I~ \~ ^~ c~ d~ k~ p~ ~ ~ ~ ~ ~ m~ n~ z~ ~ ܉~ ~ *~ ^~ q~ ~ ~ ~ ~ 9~ L~ ~ ~ ҋ~ ~ $~ >~ N~ ~ ~ Ռ~ ֌~ ׌~ ،~ ~ ~ ~ ~ @~ O~ b~ c~ |~ ~ ~ Ύ~ ܎~ ~ ~ ~ >~ ?~ @~ t~ ~ ~ ~ ̏~ ͏~ 3~ 4~ >~ I~ |~ ~ ~ ~ ~ Ր~ ֐~ ~ ~ ~ .~ 0~ G~ H~ Q~ s~ t~ ~ ~ ~ ɑ~ ʑ~ ߑ~ ~ ~ ~ ~ ~ ~ ~ <~ =~ >~ ?~ @~ A~ J~ k~ l~ ~ ~ ~ ~ ~ ʒ~ ~ ~ #~ 8~ R~ S~ h~ i~ z~ ~ ~ ~ Ó~ ē~ œ~ Ɠ~ Ǔ~ ȓ~ ѓ~ ~ ~ ~ ~ (~ D~ E~ Z~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɔ~ ~ ~ ȕ~ ɕ~ ʕ~ ە~ ~ ~ ~ ~ ~ ~ ߖ~ ~ ~  ~ ~ >~ H~ R~ S~ t~ ~ ~ ~ ~ ~ ~ ~ ~ ɘ~ ʘ~ ٘~ *~ o~ p~ ~ ҙ~ ~ ~ 7~ 8~ 9~ :~ ;~ <~ E~ ~ ~ ~ Ӛ~ Ԛ~ ՚~ ֚~ ך~ ؚ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ r~ ~ ~ ~ ~ ~ !~ V~ ~ ~ ~ ~ ~ ~ ߞ~ ~ ~ ~ 	~ ~ ~ ~ ~ ~ *~ /~ 0~ :~ ?~ @~ A~ _~ m~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ޟ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ 9~ >~ ?~ @~ b~ p~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ à~ Ġ~ ~ ~ 
~ ~ ~ ~ ~ &~ +~ ,~ 7~ <~ =~ G~ L~ M~ N~ ~ ~ ~ ~ ~ ~ ~ ġ~ ɡ~ ʡ~ ա~ ڡ~ ۡ~ ~ ~ ~ ~ ~ ~ #~ $~ /~ 4~ 5~ ?~ D~ E~ P~ U~ V~ `~ e~ f~ g~ Ӣ~ ~ >~ L~ \~ ]~ h~ m~ n~ x~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ǣ~ գ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ )~ V~ d~ t~ u~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ 3~ 8~ 9~ C~ H~ I~ J~ p~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ˥~ Х~ ѥ~ ҥ~ >~ ?~ n~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɦ~ Φ~ Ϧ~ Ц~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ :~ ?~ @~ J~ O~ P~ Q~ }~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ȧ~ ͧ~ Χ~ ا~ ݧ~ ާ~ ߧ~ ~ ~ ~ ~ $~ )~ *~ 4~ 9~ :~ E~ J~ K~ U~ Z~ [~ \~ ~ ~ Ũ~ ~ ~ ?~ @~ M~ N~ O~ r~ ~ ~ ,~ >~ ?~ I~ T~ ~ ~ ~ ~ Ϫ~ ~ ~ ~ ~ ~ (~ |~ }~ ~ ~ ~ K~ ~ ~ ~ Ǭ~ ׬~ ج~ ~ ~ ~ _~ x~ ~ ~ ٭~ ڭ~  ~ /~ 0~ 1~ 2~ 3~ <~ ~ ~ Ԯ~ 3~ >~ Z~ s~ ~ ~ ~ ~ ~ ͯ~ ~ ~ ~ ~ ~ ?~ @~ t~ ~ ~ ~ ~ ~ ~ ~ Ѳ~ ۲~ ~ ~ ~ ;~ M~ _~ `~ a~ b~ k~ ~ ~ ~ ѳ~ 	~ 
~ ~ ~ ~ 7~ ]~ z~ ~ ~ ~ µ~ ӵ~ $~ z~ ն~ ~ V~ W~ X~ Y~ ~ ~ ~ ~ :~ L~ M~ W~ b~ ~ ~ ~ ~ и~ ~ 
~ ~ ~ 
~ ~ w~ x~ ~ ~ ~ ~ 
~ ~ ~ g~ h~ i~ j~ ~ 0~ T~ ~ ~ !~ .~ Y~ Z~ k~ ~ ~ r~ s~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ c~ d~ s~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ #~ $~ ,~ 3~ 8~ 9~ A~ H~ T~ U~ V~ W~ ~ ~ P~ Q~ ~ ~ ~ ~ ~ 
~ ~ ~ =~ >~ ~ ~ '~ ~ ~ ~ ~ C~ ~ ~ h~ ~ ~ =~ >~ _~ l~ y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ &~ =~ >~ I~ y~ z~ ~ ~ ~ ~ l~ m~ @~ Q~ ~ ~ ~ 6~ d~ ~ ~ ~ ~ [~ ~ ~ ~ ~ ~ ;~ ?~ @~ J~ U~ ~ ~ ~ ~ ~ ~ ~  ~ ~ ~ ~ J~ V~ }~ ~ ~ 
~ ~ N~ X~ }~ ~ ~ ~ ~ !~ "~ #~ $~ P~ Q~ [~ f~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ O~ [~ ~ ~ ~ ~ ~  ~ ~ ~ ~ #~ 1~ 2~ 3~ =~ H~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 3~ ?~ f~ ~ ~ ~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ D~ N~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ E~ Q~ x~ ~ ~ ~ =~ y~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ '~ Q~ R~ S~ U~ V~ W~ `~ ~ ~ ~  ~  ~ O~ l~ ~ ~ ~ ~ ~ 
~ ~ H~ e~ o~ z~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ $~ c~ ~ J~ K~ \~ ~ ~ ~ ~ ~ ~ ~ t~ u~ ~ ~ "~ Z~ ~ ~ E~ F~ P~ [~ ~ ~ ~ ~ ~ ~ ~ ~ $~ 7~ 9~ P~ Q~ Z~ ~ ~ ~ ~ ~ ~ E~ L~ T~ U~ k~ {~ |~ }~ ~~ ~ ~ ~ ~           !  D  r                          ! " # $ L m n                n u ~         ! ; C X m          " B g z       2      
    1 F X r       	 	 .	 H	 X	 r	 	 	 	 	 	 	 	 	 
 
 
 
 
 '
 
 
  Z      _ `        
 
 
 
 
 
   i   	 
  n o       	 
      U  = > ? P           - = W q y        - . / 0 A        
      )  B ~  %     O        # 5 O i z          2 L f w           ( ; N a b c d m 1   < o  8       /  ~        %! Q! }! ! ! ! ! 3" :" C" D" L" a" v" " " " " " " # '# A# R# l# t# # # # # # # 
$ $$ >$ O$ i$ z$ $ $ $ $ $ $ $ $ $ % %  % !% "% +% % & K' ' ' ;( ( .) ) ) ,* K* j* * * * * %+ &+ '+ 8+ |+ + + + + + + + + + , ", 3, J, a, r, , , , , , , , , - - /- F- W- n- - - - - - - - - -  . . &. 9. L. _. a. b. c. l. ~/ F0 1 1 2 N2 2 2 3 33 e3 3 4 5 6 T7 U7 \7 8 8 99 y9 9 9 9 : 5: T: s: t: : : : : : : : : : ; ; 0; R; t; ; ; ; ; ; < 4< 5< F< y< < < < < < > > > ? :? r? ? @ ]@ ^@ @ WA XA B B B B C qC rC C C D WD D D BE CE ME XE E E E E E E E E F F F F F "F jF F F F G *G aG G G G G G G G G G H H H H H %H CH gH H H H H H &I 'I :I MI `I sI uI vI wI I I I EJ FJ WJ XJ YJ J J J J J J J J J J J K L L !L "L #L $L UL L L 	M 
M ;M 3N 4N hN N N O ^O O O &P mP P Q Q Q Q (Q [Q eQ oQ pQ Q Q Q Q Q Q Q R R R R R R S S :S |S }S S S S S S S S S S S T T 0T CT VT iT kT lT T T T T U GU dU }U U U U U V  V FV eV fV gV xV V V V V V W W W W .W /W BW UW hW {W }W ~W W W W X YX kX X X X X =Y AY BY CY DY UY Y Y Y Y Y Y Y Y Y Y Y Z tZ Z #[ V[ [ [ [ [ [ )\ k\ l\ m\ ~\ \ \ \ \ \ \ ] ] ] ] 4^ ^ ^ ^ _ _ _ _ L` M` ` ` a a Qa #c Pc Qc c @d zd {d d be ce e e e e e f f [f g g 
h ch h h 5i i i j ej fj qj }j j j j j j j j j j j j j j j j j j j j j k k k k k k *k 2k >k ?k Dk {k k k k k 	l l Sl Tl Yl l l l l l m m 6m 7m <m tm ym m m m m m m  n n n Zn _n kn ln on yn zn }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 o o o o o o o o p p p p p p p #p $p -p 1p 2p Ep Qp Rp Sp Tp Up gp p p p p p p p p p p p p p p p p p p p p p p q q r r s s t t t #u 0u xu yu u u u u v v v Xv Yv Zv gv v 6w w w x x y y y fz z 2{ { | h| i| (} } } } "~ @~ A~ T~      u   ́         ; G V b c  ʅ    W \        ܈ ݈ . ~  ʉ ˉ o p ȋ ɋ 7 8     ׎   R              ͓ ړ ۓ ܓ ݓ ޓ ߓ         ! # ( ) 7 9 ? @ S U [ \ q s x y         ǔ ɔ ϔ Д ޔ        	  ) * + , -    ` z  ȗ   C W   ט   < p   ܙ    ? s t u v     ޛ      M N l z    ܜ ݜ ޜ  ( > T j k ѝ ҝ ܝ   $ . / V s t    ̞ Ξ      & ' K g h } ~       ڟ ۟ ܟ ݟ ޟ ߟ  	 
   9 U V h    ֠      8 9 : a b c d e f o     ơ     
 * + , Y Z [ \ ] ^ g   f g h y      I }     ܤ     ? U W    * + g h w Ȧ 
   p   է ֧ ק ا ٧ ڧ  > ? P q r s t u v  C D        ' ? V     : ; % & = R }          Ȭ ͬ ά ج ݬ ެ ߬     ' , - 7 < = H M N X ] ^ _ |          ǭ ̭ ͭ ׭ ܭ ݭ ޭ      * / 0 : ? @ K P Q [ ` a b        Į ɮ ʮ ծ ڮ ۮ     ( 6 F G R W X b g h s x y        ¯ ͯ ү ӯ ݯ          q  ܰ          ' , - 7 < = > e s             ű Ʊ Ǳ      # $ . 3 4 ? D E O T U V         Ų Ʋ Ѳ ֲ ײ       , - 8 = > H M N Y ^ _ i n o p ܳ ݳ   * + 6 ; < F K L W \ ] g l m n        Ǵ ̴ ʹ ش ݴ ޴      ) 9 : E J K U Z [ f k l v { | }     µ ǵ ȵ ҵ ׵ ص         > c   ݶ ޶       ʷ ܷ ݷ   % / 9 : m      Ƹ   ; <    D T e u v      / H w x  ͻ λ ϻ л ѻ ڻ " # r Ѽ ܼ   + @ X Y Z k " # $ % N ݾ ޾  $ 6 7 & ' 1 < o y           	 N O ^ o   &      : ; _ ` q   s                3 = G H n         6 7          8   ' (     	 O P   D E W   $ % :  ' *   {     # 6 7 < D I J O W c d i p u v {                            B C   $ %   r s       k l       
  $ 1 B S d u             7 8 
    $ t u   / _ `   h i         & 0 : ; i          B       u v w          7 A K L z            K   5            # - . \            / o               * 4 > ? m             D           * 8 9 : D O             = I p    
 A         
  K U _ `            7    , - . / 0 1 a 	 	 G	 	 	 	 ?
 
 
 
 
 
 , 6 @ A i          c v         	
 
 
 
 
 D
 g
 z
 
 
 
 
 
 
 
 
  > ? @ Q                   1 D W X Y Z c  B U ; < = > O     % : O a {         7 Q a {         + , - . 7   D E F W          * : T n v        * + , - U m         K h          & ? d w       S {         
 5 6 [ n           <     A  B  I  R  S  [  p              ! ! ,! A! S! m! ! ! ! ! ! ! ! ! 2" 3" [" \" o" " " " " " " " " # # $ 0$ $ p% q% r% % % i& p& y& z& & & & & & & ' ' 2' L' ]' w' ' ' ' ' ' ' ( ( /( I( Z( t( u( v( w( ( ( ( ( ( ( (  ) ) ) ) ) &* * * 
+ `+ + +, , 0- - - - - . 3. c. . . . / G/ {/ |/ / / / / / / / 0 )0 ;0 U0 o0 0 0 0 0 0 0 
1 1 '1 <1 Q1 c1 }1 1 1 1 1 1 2 2 22 32 42 52 ]2 ^2 q2 2 2 2 2 2 2 2 2 3 4 4 _5 l5 5 P6 6 7 7 7 7 8 -8 D8 c8 8 8 8 8 8 9 !9 *9 +9 39 E9 W9 i9 {9 9 9 9 9 9 9 : &: 7: N: O: W: i: {: : : : : : : ; #; 4; J; [; r; s; t; u; ; ; ; ; ; ; ; ;  < < 
< = = > 4? ? ? 7@ V@ @ @ A A >B ]C D D D D F F F G 6G UG G G G G H H #H gH hH H H H H H H H H H H I 4I 5I WI yI I I I I I J <J =J >J ?J yJ )L +L _L L L M WM M M M NN N N O O zP {P P Q Q DQ Q Q Q <R R R R R R )S 3S =S >S fS gS zS S S S S S S S T +T bT T T T T -U .U ?U @U AU iU jU }U U U U U U U U U V V V V V V V V V V V W W W W W <W `W W W W W W X  X 3X FX YX lX nX oX pX yX X  Y Y Y Y Y Y Y Y Z Z Z Z Z [ [ \ H\ \ \ \ =] ] ] ^ Z^ ^ ^ ^ ^ ^ ^ _ 
_ _ 6_ 7_ \_ o_ _ _ _ _ _ _ &` W` i` ` ` ` a a ,a Ya `a ha ia a a a a a a a a a a b 	b 
b  b !b *b b b b c c .c fc qc c c c c d d d d Jd Qd Yd Zd d d d d d d d d d e e e e e &e e e e 	f Df Of nf f f f f f f f  g !g Ig Jg ]g pg g g g g g g h Oh h h %i 7i ri }i i i 	j 
j j j Ij Jj Kj Lj sj tj j fk k k k >l yl zl l )m m m m m $n n n n n p p p ,q q r r Lr  s s 6s Ks gs ws s s s s Cu ru u v >v v v +w jw w x x x x *x 6x Ix Mx Nx Ox Px Qx Rx Sx Tx Ux ix px ux x x x x x x x x x x x x x x x x y y ty uy zy y y y y y .z 2z z z z z z z z z { { >{ ?{ D{ r{ w{ { { { { { { 	| 
| 
| | | | $| %| &| 7| <| D| K| R| ^| _| j| n| u| || }| ~| | | | | | | | | | | | | | | S} T} m} n} } } } } } } } } } } } } } } } } } } } } } ~ ~  ~ +~ 8~ 9~ C~ P~ Q~ R~ S~ T~ U~ V~ W~ d~ e~ s~ t~ u~ v~ ~ ~ \ ] O P ' ( ? H h  ΂   # k l         = Ԅ   ~  t u   _ Ј 6    Ɗ !    ދ ߋ  X Y j    5 N j     . /   ْ 咀     R h      9     [  z { ̖   h i 
  f g ՚ ֚   Z [ u  6  7 8   " & ' = > R S T ] k x y z { | }           ơ ǡ ա ס ݡ ޡ         , . 3 4 N P U V e g m n | ~         Ǣ Ȣ ɢ ʢ ˢ      L f   ᥀  ) A u   ڦ  , ` z   ݧ     6 ? @ V |     멀 쩀 
  + , J z { |  ƪ ܪ   	 o p z   « ̫ ͫ    ( > T j l      Ĭ Ŭ 鬀       / O P Q x y z { | }      ׭    1 J _ t      ֮ ׮ خ        
 , - A B d      ȯ ɯ ʯ        N O     7 8 9 : Z 籀  1 2 < G z     ݲ   & ' 0 ȳ ɳ    f     Q R s t u v w x  ܵ ݵ        A ᶀ ⶀ # . 8 C M N  ŷ ݷ  ! " ]  ظ ٸ ù Ĺ ۹   ) 9 : E J K U Z [ f k l v { | }     ź ʺ ˺ պ ں ۺ 満 뺀 캀      ( 8 9 D I J T Y Z e j k u z { |     Ȼ ͻ λ ػ ݻ ޻ 黀  ﻀ      ( 6 F G R W X b g h s x y     Ƽ Լ 伀 开           ! & ' ( A O _ ` k p q {           X z          ž ʾ ˾ վ ھ ۾ ܾ   ! " - 2 3 = B C N S T ^ c d e       ¿ ̿ ѿ ҿ ݿ ⿀ 㿀     $ 2 B C N S T ^ c d o t u                    
  z {               
   + 9 I J U Z [ e j k v { |               À 	À 
À À À À À 6À DÀ TÀ UÀ `À eÀ fÀ pÀ uÀ vÀ À À À À À À À À À Ā $Ā %Ā {Ā |Ā Ā Ā Ā Ā 3ŀ 4ŀ hŀ zŀ {ŀ ŀ ŀ ŀ ŀ ŀ ŀ ƀ /ƀ Aƀ Cƀ Zƀ [ƀ dƀ ƀ ƀ ƀ ƀ (ǀ ǀ ǀ ǀ ǀ Ȁ Ȁ Ȁ 8Ȁ 9Ȁ JȀ Ȁ Ȁ Ȁ Ȁ ɀ ɀ <ɀ kɀ lɀ mɀ nɀ oɀ xɀ ɀ ɀ ʀ oʀ zʀ ʀ ʀ ʀ ʀ ʀ ʀ ʀ 	ˀ ˀ ˀ ˀ ˀ ˀ {̀ |̀ ̀ ̀ ̀ ̀ ̀ ̀ ̀ ̀ 
΀ ΀ !΀ "΀ H΀ w΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 
π Eπ Fπ π 2Ѐ RЀ sЀ Ѐ Ѐ Ѐ Ѐ Ѐ Ѐ р `р р Ҁ OҀ Ҁ Ҁ Ҁ Ҁ Ҁ Ҁ AӀ BӀ vӀ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ԁ 4Ԁ FԀ GԀ HԀ IԀ RԀ Ԁ Ԁ Ԁ Ԁ $Հ %Հ FՀ GՀ XՀ Հ Հ Հ Հ Հ lր ր ؀ ؀ ]ۀ jۀ ܀ ܀ ܀ ݀ ݀ ހ ހ ߀ ߀ ߀ [ \    %   3 4  .                      , - 5 = B C K S _ ` h o t u }      4 5   " #   : F   y z   c $ % - .  	 
  ) 3 y z          $ % 8 K b y z    S T     |     r     G      . > K w { |        9 : < = > G      F Q       & ] ^ _ `          = > ? A B C L     ) M  <	 L	 M	 N	 _	 m	 n	 o	 y	 	 	 	 	 	 	  
 !
 "
 #
 %
 &
 '
 0
 o
 {
 
 
 
 1    0 1 2 C Q R S T        
 2
 3
 4
 5
 7
 8
 9
 B
 
 
 
 
 ! A y            * 4 5 c           < \    ( ) : H I J         ' ( ) + B C L N O `                ' ^   ,          ' : M ` s u      A B C T             + > Q R S T ]         ' 0 1 G W X Y Z [ \ ] ^ _ `           >                  3  C  ]  w                ! 3! 4! 5! 6! ^! ~! ! ! ! ! ! ! ! @" n" " " " " ?# F# O# P# X# m# # # # # # # $ $ )$ >$ P$ j$ $ $ $ $ $ $ $ $ % % 1% D% W% X% Y% Z% c% % & M& & 4' 5' 6' 7' H' ' ' ' ' ( ( (( ;( <( =( >( G( ( ) \) ) C* D* E* F* W* * * * * * + + 2+ E+ F+ G+ H+ Q+ &, M, , , y- z- {- - - - - - - - . #. 5. O. i. y. . . . . . . / %/ 5/ O/ i/ j/ k/ l/ }/ / / / / 
0  0 30 F0 Y0 Z0 [0 \0 e0 1 ~1 1 1 a2 3 3 3 !3 3 4 4 4 4  4 54 J4 _4 q4 4 4 4 4 4 4 5 5 25 G5 \5 n5 5 5 5 5 5 5 6 6 6 6 =6 >6 Q6 d6 w6 6 6 6 6 6 6 m7 7 %8 x8 8 8 t9 9 $: : $; %; ,; k; ; ; < -< a< < < < = = += o= v= = = = = = = = = 
> > 8> R> c> }> > > > > > > ? ? 5? F? `? z? ? ? ? ? ? ? ? ? ? @ "@ 5@ H@ [@ \@ ]@ ^@ g@ %A B B B 
C wC C jD !E (E hE E E E E F  F aF bF cF tF F F F F F F F G G 0G GG ^G oG G G G G G G G G H H +H =H TH kH H H H H H H H I I I I ;I <I OI bI uI I I I I I I J K TL L PM M M M QN oN N 3O O P #R R R R 4T 5T uT T T T 3U RU qU U U U U V V *V +V 0V 2V 3V 4V =V JV lV V V V V V W 9W [W pW qW W W W W W W X Y Y Y ?Z vZ Z Z D[ [ [ [ \ \ S] T] ^ ^ P^ ^ ^ ^ $_ [_ _ _ )` ~` ` ` ` ` ` ` ` a a a +a >a Qa Sa Ta Ua ^a a a  b .b Lb fb b b b b b b c c c .c Ac Tc Vc Wc Xc ac c c &d 'd 8d 9d :d bd cd vd d d d d d d d d d e e e e e e e e e e 
f f 
f f f ;f f Kg Lg ]g ^g _g `g g h h Eh Fh wh oi pi i i j Uj j j k bk k k Ml Nl Ol Yl dl l l l l l l l 
m  m 3m 5m Km Lm Um m m n ?n Jn vn n n n n n o o o -o .o /o 0o Xo Yo lo o o o o o o o o 7p Rp p p p p q q .q Jq \q q q q q q q q q q (r ?r @r Ar Br jr kr ~r r r r r r r r 3s [s s s s s t 7t yt }t ~t t t t t t t t t u !u 4u 6u 7u 8u Au u u _v v v v w w :w ew w w w w w w w w x x Mx y 6y 7y py y z z Jz z 2{ 3{ { { { %| T| U| | _~ ~ ~ ~ |      Ԁ 送   ( P Q  ႁ  I  ܃ 5 q Ʉ  ?     ȅ ԅ 煁 녁 셁 텁          # $ 3 4 5 A B C D O S f n z {       E J    ̇ Ї " # ( T X r s x   ܈ ݈ ∁   ; < = G          É ĉ Չ ډ ≁ 鉁               ! " # $ % & ' ( ) >     % 6 7 K M N O P Q Y _ ` i m n          ɋ ֋ ׋ ዁               ! 3   퍁  Ŏ Ǝ ݏ 揁  _ l    	 
  B C T     ۑ r . /        n Ԗ =   d     ^ | }     & H  Ӝ 윁  " # , - ̟ ͟ + , w       8 9 J   ס 5 6 R   S   j         s t * +    $ Ԫ  լ ֬ T U  Į Ů ۮ ܮ     	          ! " ; = C D ] _ d e s u { |         ʯ ̯ ѯ ү 쯁          " # 6 8 = > E J e f g h i G H T   겁  8 K   ǳ ߳  & Z x  ʴ   ( \ {     Ե ݶ ޶   ) < = V     ɷ ʷ 跁    N d z    
   # V ` j k    ƹ ܹ   
 ! " + M N b c        ͺ   ﺁ       $ E F Z [ u    ϻ 軁   , - B C T t u v        ʼ ˼ ߼ ༁    4 5 F f g h        콁      վ ־ ׾ ؾ    Ͽ п ڿ 忁  " , - N {      f g     I J [    Á Á Á Á Á Á Á zÁ {Á Á Á Á Á Á Á Á Á ā ā ā ā ā ā ā ā LŁ cŁ {Ł Ł Ł Ł Ł 0Ɓ vƁ wƁ aǁ bǁ yǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ȁ 	ȁ 
ȁ ȁ ȁ ȁ ȁ 9ȁ Gȁ Wȁ Xȁ cȁ hȁ iȁ sȁ xȁ yȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ Ɂ Ɂ 	Ɂ Ɂ Ɂ Ɂ Ɂ <Ɂ JɁ ZɁ [Ɂ fɁ kɁ lɁ vɁ {Ɂ |Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ  ʁ ʁ ʁ ʁ ʁ ʁ !ʁ &ʁ 'ʁ (ʁ dʁ rʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ 	ˁ ˁ ˁ ˁ ˁ ˁ *ˁ /ˁ 0ˁ :ˁ ?ˁ @ˁ Aˁ ˁ ˁ ́ &́ 6́ 7́ B́ Ǵ H́ Ŕ Ẃ X́ ć h́ í ś x́ ý ź ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ 0́ >́ Ń Ó Ź _́ `́ j́ ó ṕ {́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ΁ ΁ 
΁ ΁ ΁ ΁ "΁ #΁ $΁ J΁ X΁ h΁ i΁ t΁ y΁ z΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ρ ρ Hρ Vρ fρ gρ rρ wρ xρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ Ё Ё 	Ё Ё Ё Ё $Ё )Ё *Ё +Ё WЁ eЁ uЁ vЁ Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё с с с с с с $с %с /с 4с 5с 6с Zс zс с с с ҁ ҁ 'ҁ (ҁ )ҁ Lҁ ҁ ҁ Ӂ Ӂ Ӂ #Ӂ .Ӂ aӁ kӁ uӁ vӁ Ӂ Ӂ Ӂ Ӂ Ӂ Ӂ ԁ Vԁ Wԁ wԁ xԁ ԁ %Ձ [Ձ Ձ Ձ Ձ Ձ Ձ Ձ Ձ Ձ 9ց Rց kց ց ց ց ց 	ׁ 
ׁ ׁ ׁ 
ׁ ׁ ^ׁ _ׁ ׁ 
؁ ؁ 4؁ M؁ g؁ |؁ ؁ ؁ ؁ ؁ ^ف _ف `ف aف ف ځ ځ Nځ `ځ rځ sځ bہ cہ mہ xہ ہ ہ ہ ہ ہ ܁ '܁ 9܁ :܁ ;܁ <܁ E܁ ܁ ܁ ܁ ܁ ܁ ܁ b݁ ݁ ݁ ށ 7ށ Tށ vށ wށ ށ ށ ށ ށ T߁ ߁ ߁ 0 1 2 3 Y Z    & ' 1 < o y          Q R r s      A B C D t 
 . c d   3 4 E   L M      ` a v  c f     = > M _ r s x                         
    " . / 0 1   * +   ~    ` a               B     9 F S ` m ~            # S T   s t F G  + `   
 >
 k
 
 
 
 5         $ / b l v w        $ 0 W ~    ( 2 W         * + 5 @ s }           ) 5 \    q        
  " U _ i j          
  @ k   U           ( 3 f p z {           + R     S T U f t u v        + , - / 0 1 : y     ) F }       " ? I T                  =! s! $" %" 6" h" i" j" k" l" m" " N$ O$ $ $ $ 4% {% % &  & *& 5& h& r& |& }& & & & & & ' ' *' +' 4' ' ' ' ' ' ' ( &( .( /( E( U( V( W( X( ( ( ( ( ( ( ( ( ( ( ) L) z) {) |) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) &* G* H* m* * * * * * * * ~+ + w, x, y, z, , H- O- X- Y- a- v- - - - - - - . . 2. G. Y. s. . . . . . . . . / A/ T/ g/ h/ i/ j/ s/ / 0 0 0 0 0 0 0 0 0 0 1  1 21 L1 f1 v1 1 1 1 1 1 1 2 "2 22 L2 f2 g2 h2 i2 2 2 2 2 2 2 2 2 2 3 3 3 3 44 4 4 4 4 4 95 :5 b5 {5 5 5 5 5 5 5 5 5 6 6 6 C7 7 7 7 7 7 H8 I8 q8 r8 8 8 8 8 8 8 8 8 8 9 9 /: x: ; ; ; *; }; ~; ; ; ; ; ; ; ; ; < < 1< K< S< h< }< < < < < < = = 	= 
= = n= o= = = = = = = = = = = > > ? X? l? ? @ @ @ @ )A A A A A A A A A B )B CB TB nB B B B B B B B C &C @C QC kC C C C C C C C C C D D (D ;D <D =D >D GD E bE E F IF F G gG G lH H H H 	I XI oI I I I +J WJ J J J J 
K K K K &K ;K PK eK wK K K K K K L L ,L FL NL cL xL L L L L L L M )M CM TM nM oM pM qM M M M M M M M M M M N N O %P P P Q Q R R R S %S DS iS S S S S  T T T VT ]T fT gT oT T T T T T T T 
U $U ;U LU bU sU U U U U U U U U 	V  V 1V HV _V pV V V V V V V V V V  W W &W 9W ;W <W =W FW XX  Y Y pZ Z ([ s[ [ [ 
\ ?\ \ z] ^ _ .` /` 6` a a b Sb rb b b b c .c Mc Nc _c c c c c c c c c c c 
d ,d Nd pd qd d d d d e e  e Se xe ye ze {e e eg gg g g h Lh h h 7i 8i i 1j 2j j j k k k Kl Ll l l l 1m xm m n n 'n 2n en on yn zn n n n n n n n n n n Do go o o o p ;p ip jp {p |p }p p p p p p p p p p p q Aq q q q q q  r r r 'r :r Mr Or Pr Qr Zr xr r s  s 1s 2s 3s [s \s os s s s s s s s s \t t t t t t t /u u u u u v 
w w Bw w w w 8x yx x  y Gy y y y y y z 5z ?z Iz Jz rz sz z z z z z z z z b{ { { { { | V| W| h| | | | | | | | | | | | 
} } 0} C} E} F} \} ]} f} } } !~ >~ W~ j~ ~ ~ ~ ~ ~   ? @ A R           	  / B U W X Y b р  3 E    Ձ      / \ ]      ҂ Ԃ Ղ ւ ߂ N   0 a s   ؄  E F G X       녂  Ԇ Ն  z   臂 e Ј ш & ' ` É   +  * + h  T U  < = r    Ǝ   5   琂 = z ӑ  g  ݒ ? @ K W f r                ѓ ғ ӓ ߓ  ᓂ Ⓜ 퓂       U Z    㔂 蔂 - . 3 j n   ƕ      N S z {    ٖ ږ ۖ 喂 4 9 E F I S T W ` a b s x                    × ė ŗ Ɨ Ǘ ܗ     Ø Ԙ ՘ 阂 똂 옂 혂          + , - . / A [ \ g t u                 љ     c d {    
 R S _     គ  2 3 4 A y  ̠ ͠      @   r ۤ B C  ]      .    ĩ 橂 O q     ʫ ˫ j k ɭ ʭ  ! 0 < =   ֮ ׮ 讂 1 6 u ӯ ԯ  Z      X Y   I J     ȶ ɶ    · r , s t   ^ b c y z                ټ ۼ ἂ ⼂         - / 5 6 K M R S h j o p             Խ ֽ ۽ ܽ 㽂 轂      忂 濂  : T      1 e }     J h     Â MÂ NÂ OÂ PÂ rÂ {Ă |Ă Ă Ă Ă Ă Ă Ă 'ł (ł Fł Tł gł hł ł ł ł ł ł Ƃ Ƃ .Ƃ DƂ EƂ Ƃ Ƃ Ƃ Ƃ Ƃ Ƃ ǂ 	ǂ 0ǂ Mǂ Nǂ dǂ zǂ ǂ ǂ ǂ ǂ ǂ ǂ ǂ ǂ  Ȃ Ȃ %Ȃ AȂ BȂ WȂ XȂ YȂ ZȂ kȂ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ ɂ /ɂ 0ɂ Bɂ mɂ ɂ ɂ ɂ ɂ ɂ ɂ ɂ ɂ ʂ ʂ ʂ ;ʂ <ʂ =ʂ >ʂ ?ʂ @ʂ Iʂ hʂ iʂ }ʂ ~ʂ ʂ ʂ ʂ ʂ ʂ ʂ ˂ ˂ ˂ 3˂ 4˂ 5˂ 6˂ 7˂ 8˂ A˂ ˂ ˂ @̂ Â B̂ Ŝ ŝ t̂ û v̂ ̂ #͂ W͂ m͂ n͂ x͂ ͂ ͂ ͂ ͂ ͂ ͂ ΂ /΂ 1΂ b΂ c΂ l΂ ς ς Aς Bς Qς ς ς ς ς JЂ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ т т *т Kт Lт Mт Nт Oт Pт }т ҂ ҂ _҂ j҂ t҂ ҂ ҂ ҂ ҂ ӂ ӂ 0ӂ ]ӂ ^ӂ ӂ ӂ Ԃ Ԃ Ԃ  Ղ Ղ ,Ղ WՂ eՂ uՂ vՂ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ ւ ւ ւ ւ ւ ւ "ւ 'ւ (ւ 2ւ 7ւ 8ւ 9ւ Vւ dւ tւ uւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ׂ 	ׂ 
ׂ ׂ ׂ ׂ %ׂ *ׂ +ׂ 5ׂ :ׂ ;ׂ <ׂ dׂ rׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ؂ ؂  ؂ !؂ ,؂ 1؂ 2؂ <؂ A؂ B؂ M؂ R؂ S؂ ]؂ b؂ c؂ d؂ }؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ Kق ق ق ق ق ق ق ق ق ق ق ق ڂ ڂ ڂ ڂ ڂ ڂ ڂ ?ڂ Mڂ ]ڂ ^ڂ iڂ nڂ oڂ yڂ ~ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ۂ 
ۂ ۂ ۂ ۂ ۂ )ۂ .ۂ /ۂ 0ۂ `ۂ nۂ ~ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ܂ ܂ ܂ ܂ ܂ "܂ '܂ (܂ 3܂ 8܂ 9܂ C܂ H܂ I܂ J܂ ܂ ܂ ܂ ܂ ݂ ݂ ݂ ݂ ݂  ݂ %݂ &݂ 1݂ 6݂ 7݂ A݂ F݂ G݂ H݂ g݂ u݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ނ ނ ނ ނ $ނ %ނ /ނ 4ނ 5ނ @ނ Eނ Fނ Pނ Uނ Vނ Wނ rނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ߂ =߂ `߂ a߂ ߂ ߂ ߂ ߂ ߂ ߂ o p       	   G k }         d    . ? O P t u    	 " Q R x         L       2 3 4 E     (            I S ] ^         ( ) 8 I     n       9 : K   M        } ~      
  ! " H p          ` a                  ) *     1      a     o  p  U j         # $ ) 1 = > C J O P U \ h i q y ~                p q   ^ _   v      L	 M	 	 ` a i j  E F  e o         - > O ` a t                 N O   	 9 :   B C j z         
   C u v x y z       Z            O! P! Q! b! ! ! ! ! ! ! ! ! " " %" &" T" y" z" {" }" ~" " " " " " %# e# # $ x$ $ $ $ $ $ $ $ $ $ $ $ % % 6% \% ]% ^% _% a% b% c% l% % % % 	& I& m& & \' l' m' n' ' ' ' ' ' ' ' ' ( ( ( ( G( n( o( p( q( s( t( u( ~( ( ( ( ) ]) }) ) ) ) ) * * * * * )* \* f* p* q* * * * * * * * * + #+ J+ x+ + + + , d, e, v, , , , , , , , %- /- 9- :- c- d- e- g- ~- - - . . . . / / / / 0 0 0 	0 
0 0 ;0 1 1 !2 c2 2 2 3 h3 3 3 3 3 4 4 4 4 C4 c4 v4 4 4 4 4 4 4 4 =5 P5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 6 A6 T6 g6 z6 6 6 6 6 6 6 6 7 7 7 +7 \7 c7 l7 m7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 18 28 38 48 =8 z8 9 /9 : : : : ): : : : : : ; ); ;; U; o; ; ; ; ; ; ; ; < +< ;< U< o< p< q< r< < < < < = = = = = |= = > >  > 1> {> > > > > > > > > ? ? .? H? P? e? z? ? ? ? ? ? @ @ @ @ /@ G@ Z@ m@ @ @ @ @ @ @ %A BA A A pB qB rB sB B B B  C C >C QC dC wC xC yC zC C -D UD D D E E E E E E E F F 5F HF [F nF F F F F F bG G G H H H H H I I #I ,I -I 5I JI _I qI I I I I I I J J -J GJ aJ qJ J J J J J J K 
K 5K 6K IK \K oK K K K K K K ZL L L 
M M JN KN LN ]N N CO JO SO TO \O qO O O O O O O P &P 7P QP YP nP P P P P P P 	Q #Q 4Q NQ OQ PQ QQ yQ zQ Q Q Q Q Q Q Q Q Q R  S aS S S :T T U `U 
V `V aV hV V V 
W =W iW W W W !X UX VX gX X X X X X X X Y Y /Y IY ZY tY Y Y Y Y Y Y Z Z +Z =Z WZ qZ Z Z Z Z Z Z [ 
[ [ [ 7[ 8[ K[ ^[ q[ [ [ [ [ [ [ a\ [] ] 9^ F^ ^ *_ _ ]` d` ` ` ` a a =a \a a a a a a a b b 
b b 1b Cb Ub lb b b b b b b  c c (c )c 1c Cc Uc gc yc c c c c c c d $d 5d Ld Md Nd Od wd xd d d d d d d d d d e f g h h h i 0i i i i oj k 7l _m m m m po qo o o p /p op p p p p p p Aq Bq fq gq lq nq oq pq yq q q q q r r 1r Sr ur r r r r r s s s s Ss u u 9u {u u u 1v v v v (w w w x x Ty Uy y y y z `z z z { e{ { { { { | 
| | | @| A| T| g| z| | | | | | | } <} j} } } } ~ ~ ~ ~ ~ C~ D~ W~ j~ }~ ~ ~ ~ ~ ~ ~ ~ b c t u v            :   π Ѐ р   
   3 F H I J S w        ͂ Y Z       " Y  օ  Y  冃 4      Ӈ ݇ 燃 臃   6 I \ o q      1 C {      3 : B C Y i j k l     Ί ኃ ㊃ 䊃    s   ܋   @ K j    ݌ ތ ߌ  $ + 3 4 d { | } ~    ͍        o  ю ㎃  ) H s      ͏   # $ 7 J ] p r s t } 쐃 )  Α   L W v  㒃 䒃 咃  # $ % & M N  @ r s   S T   n o Ė Ŗ  a   ɗ  ș ə     & ڛ ۛ  % A Q d   Ӝ  L  ۞  q   D { ݠ ޠ 頃    # ' ( ) * + , - . / C J O _ ` o p q } ~            N O T   ˢ ̢ Ѣ   ^ _ d      죃     L Q w x y  Ҥ פ 㤃 䤃 礃           % , 8 9 D H O V W X Y Z [ \ ] ^ _ ` a b c d e z - . G H a r s              ɦ ʦ ˦ ̦ ͦ ߦ       * + , - . / 0 1 > ? M N O P ] o 6 7 ) *    " B      E F Y ~   Ь Ѭ Ҭ ߬   j k X Y N O [ ް 9   y ಃ ᲃ   [ \    ̴ 2 3 D b    ( D ^ _ h i  	 g h   λ ڻ ۻ , B t u  ϼ Լ  q r   5  T U    B C   @ A Ã Ã fă gă 4Ń 5Ń OŃ `Ń ƃ ƃ ȃ ȃ ȃ ȃ Ƀ  ʃ ʃ ʃ ʃ ,ʃ -ʃ .ʃ 7ʃ Eʃ Rʃ Sʃ Tʃ Uʃ Vʃ Wʃ [ʃ \ʃ ]ʃ ^ʃ wʃ yʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ˃ ˃ 
˃ ˃ (˃ *˃ /˃ 0˃ ?˃ A˃ G˃ H˃ V˃ X˃ ^˃ _˃ r˃ t˃ y˃ z˃ ˃ ˃ ˃ ˃ ˃ ˃ ˃ ̓ ̓ ̓ ̓ ̓ &΃ @΃ t΃ ΃ ΃ ΃ σ σ Oσ bσ σ σ σ Ѓ :Ѓ TЃ dЃ Ѓ Ѓ Ѓ Ѓ Ѓ Ѓ у ҃ ҃ 0҃ V҃ e҃ x҃ y҃ ҃ ҃ ҃ ҃ ҃ Ӄ Ӄ $Ӄ TӃ UӃ VӃ Ӄ Ӄ Ӄ Ӄ Ӄ Ӄ Iԃ Jԃ Tԃ _ԃ ԃ ԃ ԃ ԃ ԃ ԃ ԃ Ճ Ճ .Ճ DՃ FՃ ]Ճ ^Ճ gՃ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ 	փ )փ *փ +փ Rփ Sփ Tփ Uփ Vփ Wփ `փ փ փ փ փ փ փ փ փ ׃ $׃ 9׃ N׃ h׃ i׃ ~׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ؃ ؃ ؃ ؃ >؃ Z؃ [؃ p؃ q؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ (ك )ك ك ك ك ك ڃ ڃ ڃ ڃ 4ڃ ڃ ڃ ۃ ۃ ۃ !ۃ Tۃ ^ۃ hۃ iۃ ۃ ۃ ۃ ۃ  ܃ ܃ 
܃ ܃ ܃ ܃ ܃ ܃ @݃ ݃ ݃ ݃ ݃ +ރ ,ރ Mރ Nރ Oރ Pރ Qރ Rރ [ރ ރ ރ ރ ރ ރ ރ ރ ރ ރ ߃ ߃ ߃ ߃    ' (       7 l            $ % / 4 5 @ E F P U V W u                      # $ . 3 4 ? D E O T U V x                     ! , 1 2 < A B M R S ] b c d                    ) 9 : E J K U Z [ f k l v { | }  2 T b r s ~                   
    ( - . 8 = > ? l z                    ( - . 8 = > I N O Y ^ _ `                  T U                    # $ / 4 5 ? D E P U V ` e f g                    . / : ? @ J O P [ ` a k p q r      U V c d e  
  B T U _ j      	   4 5 >      a         $ u       E F G H I R    I T p             U V             " Q c u v w x           , M s       :   ) l m n o     P b c m x         ! " # ,         ! 2 } ~    F j   7 D o p         5
 6
     
 
 
    y z                         % - 9 : B I N O W ^ j k l m   f g          S T   =     Y   ~  
 S T u                      ! %! <! S! T! _! " " -# .# # # & & V' g' ' ' ' L( z( ( ( ( !) q) ) ) * + %+ Q+ U, V, `, k, , , , , , - - - - - !- `- l- - - -  . +. d. n. . . . .  / 7/ 8/ 9/ :/ f/ g/ q/ |/ / / / / / 0 0 0 0 0 0 &0 e0 q0 0 0 1 '1 1 2 &2 '2 (2 92 G2 H2 I2 S2 ^2 2 2 2 2 2 2 2 2 2 2  3 3 
3 I3 U3 |3 3 3 4 4 4 
5 5 5 5 +5 ,5 -5 .5 Z5 d5 o5 5 5 5 5 5 6 
6 6 6 6 6 6 6 [6 g6 6 6 6 7 S7 7 7 7 7 7 7 7 7 7 7 8 8 8 =8 g8 h8 i8 k8 l8 m8 v8 8 8 8 9 69 e9 9 9 : : : ": #: $: ^: {: : : : : : : ; ; ; ; ; ; &; (< )< :< y< < `= a= r= = = = = = = = ? ? ? @ 8@ p@ @ A [A \A fA qA A A A A A B B 'B :B MB OB fB gB pB B B C C C .C [C bC jC kC C C C C C C C C D D +D ,D -D .D 7D ZD D D D D D D E 
E E !E 1E 2E 3E 4E 5E 6E 7E 8E 9E :E bE E E E E E E E E E F F F G G G G G H H H H H H H H H 
I I 7I QI YI nI I I I I I I 
J J J J 8J XJ }J J J J J J J K HK K K K K L  L )L *L 2L GL \L nL L L L L L L M M *M DM ^M nM M M M M M M M M N N 1N 2N 3N 4N =N N N 'O pO P P P P "P uP vP P P P P Q Q Q Q Q !Q Q Q 6R R S S S  S 1S S S S S S S S T T  T !T "T +T  U 'U kU U SV TV UV fV V V V V V V V V W )W CW SW mW W W W W W W W X )X CX DX EX FX WX X X X X X X 
Y  Y 3Y 4Y 5Y 6Y ?Y Y XZ Z Z ;[ [ [ [ [ e\ \ \ \ \ \ ] $] 9] K] e] ] ] ] ] ] ] ] ^ !^ 6^ H^ b^ |^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ +_ >_ Q_ d_ w_ x_ y_ z_ _ G` ` ` Ra a a Nb b b c c c d Ed d d d e ;e ge e e e e f If Pf Yf Zf bf wf f f f f f f g ,g =g Wg hg g g g g g g g h  h :h Th eh h h h h h h h h h h i "i 5i 6i 7i 8i Ai i j ak k k Ql l Dm m n Bn an n n n n n ;o <o =o No o o o o o o o o o 
p !p 8p Ip `p wp p p p p p p p p q q .q Eq \q mq q q q q q q q q q r r )r <r Or br ur wr xr yr r s \t .u u *v dv v v +w Iw {w 
x x y z j{ k{ r{ } } O} } } } 
~ ,~ K~ j~ ~ ~ ~ ~ ~   
  
   $ F h       5 J K \         ׂ  P  σ  s t Ƅ m n - .   *     5 m   X Y c n     މ ߉    + - . / 8   ڊ  & @ w      ዄ ⋄    . 0 1 2 ; Y }       < = P c v       ؍ [ \ m n o     ю 䎄 掄 玄 莄    % & 7 8 9 : k      Q I J ~   / t   <  Ҕ ' ( ) 3 > q {     ԕ 畄  
  % & /  ϖ ᖄ  $ P    ї ؗ  ᗄ    	 
 2 3 F Y l        , ] z   ޙ 附  $ 6 \ { | }   ɚ њ Қ      D E X k ~      
 5 o   ǜ 朄  S W X Y Z k     ՝ 蝄        Ǟ 9 l   Ꞔ   ?        à Ġ 렄 전 ' ޡ   J    $   
 b c   . / g 9 f g  V   Ĩ x y  é ߩ 梅  * + q  ꫄ # y   K  ⭄  { |      Ů Ʈ Ǯ Ȯ ɮ ʮ ˮ ̮ ͮ ᮄ 讄    
       ) - @ H T U Z   쯄    $ i j o      . 2 L M R      걄 ﱄ    ! p u             ò ʲ ֲ ײ Ⲅ 沄                    ˳ ̳ 峄 泄    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȴ ɴ ʴ ˴ ̴ ʹ δ ϴ ܴ ݴ 봄 촄    
 Ե յ Ƕ ȶ     ค 9 F    㹄 乄    . n o p }  L  	   콄   | ׾ H   ~  >    8 V W j Ä Ä Ä  ń "ń ń ń ń ń ń ń Ǆ Ǆ Ȅ Ȅ Ʉ Ʉ QɄ ]Ʉ lɄ xɄ yɄ Ʉ Ʉ ʄ ʄ $ʄ mʄ rʄ ʄ ˄ ˄ ,˄ ˄ ˄ -̄ ̄ ̄ D̈́ ̈́ ̈́ ̈́ ̈́ ΄ ΄ τ τ Mф Nф ҄ ҄ ҄ ҄ ҄ ҄ ӄ hԄ Մ Մ .ք /ք ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ؄ ؄ ؄ ؄ 7؄ 9؄ >؄ ?؄ M؄ O؄ U؄ V؄ i؄ k؄ q؄ r؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ل ل ل ل ل $ل ?ل @ل Aل Bل Cل !ۄ "ۄ .ۄ vۄ ۄ ۄ ۄ ܄ %܄ Y܄ m܄ ܄ ܄ ܄  ݄ 4݄ R݄ ݄ ݄ ݄ ݄ ބ 6ބ Uބ ބ ބ ބ ބ ބ ߄ ߄ ߄ ߄    0 c d         ( > T j       0 : D E l           ' ( < = a } ~                   4 5 O k l ~         . N O P w x y z { |             @ A B o p q r s t }   | } ~       _          ( U k m    @ A } ~   # $ 5           T U f        Y Z       & = U l    
 P Q ; < S h                   ! 1 2 = B C M R S ^ c d n s t u                   $ 4 5 @ E F P U V a f g q v w x                   > L \ ] h m n x } ~                   	 
             ! " , 1 2 = B C M R S T {                 
  ( ) 4 9 : D I J U Z [ e j k l                  $ 2 B C N S T ^ c d o t u       " 0 @ A L Q R \ a b m r s }                     1 ? O P [ ` a k p q |                    	    4 T y        &        ; E O P        0 1 Q R   5 Z j {       , E ^          8  9         ' A V n o p  8 9 : ; d   ( : L M < = G R             d e t    <     . P Q u v   .   
	 	 	 
	 3	 4	 	 	 	  
 
 
 
 I
 S
 ]
 ^
 
 
 
 
 
 
 
 + , L M          N  
 = >   
   e f & ' Z [ m   : ; P  = @       ' 9 L M R Z _ ` e m y z                        	 
        ! ! X" Y" " " :# ;# # # $ $ $ & & ' ' ' ) ) * + + , , .  . -. :. G. X. i. z. . . . . . . . . . -0 .0 0 0 M1 N1  4 !4 4 5 :5 5 5 5 6 E6 u6 v6 6 7 ~7 7 7 8 8 8 9 9 9 	: <: F: P: Q: : : : : : : : : 
; 1; X; ; ; ; < < 1< < < < < < < < < = = = = M= W= a= b= = = = = = = = = > > 6> a> > > K? ? ? ? ? ? ? ? ? ? ? /@ 9@ C@ D@ r@ @ @ @ @ @ @ @ @ @ @ A EA A A /B B B B B B B B B B B C 
C @C JC TC UC C C C C C C C C C C D ,D ZD D D D -E .E /E @E NE OE PE ZE eE E E E E E F F F 	F 
F F F SF _F F F F G  G WG G G G G G G G H #H .H aH kH uH vH H H H H H H H I I I J MJ J J K BK CK DK EK FK GK wK (M )M ]M M M N UN N N N O O BO LO VO WO O O O O O O O P P P yP P P P P P P  Q Q 	Q Q /Q 0Q 1Q 2Q ZQ }Q Q Q Q Q Q Q Q Q Q &R TR UR VR gR R R R R R R R R R R R R R R R  S !S "S GS ZS mS nS oS pS yS S XT kT QU RU SU TU eU "V )V 2V 3V ;V PV eV wV V V V V V V W !W 3W MW gW wW W W W W W W W X .X AX BX CX DX MX X X ZY [Y \Y mY Y Y Y Y Y Y Y Z &Z @Z PZ jZ Z Z Z Z Z Z Z [ &[ @[ A[ B[ C[ k[ [ [ [ [ [ [ [ [ [ a\ ~\ \ ] ] ] ] ] ] ^ ^ <^ U^ z^ ^ ^ ^ ^ ^ ^ ^ i_ _ _ ` ` ` ` ` ` "a #a Ka La qa a a a a a a a a b b 	c Rc c c c d Wd Xd _d hd id qd d d d d d d e %e -e Be We ie e e e e e e e e e Hf If qf rf f f f f f f f f f g g 2h Fh h i i i i j j j j j j j j j j k k .k Hk bk sk k k k k k k  l l +l El _l pl l l l l l l l l l m m m m m !m m <n n n #o vo o Ap p Fq q q q q 2r Ir yr r r s 1s ]s s s s s s s s  t t *t ?t Qt kt t t t t t t u  u (u =u Ru gu yu u u u u u v v .v Hv Iv Jv Kv sv tv v v v v v v v v v w x x uy y y fz z { { { { | C| Z| y| | | | | | 0} 7} @} A} I} [} m} } } } } } } } ~ &~ <~ M~ d~ e~ m~ ~ ~ ~ ~ ~ ~ ~  " 9 J ` q                  2  ̂ J ȃ  M l Ʉ 焅   T s   	    튅 - L k  ʋ 鋅  ' ( 9 } ~         䌅  ( J K m   Ӎ 荅 鍅  - R S T U  ? A u   & m    d   ˓ ̓   Ȕ % & Z  ӕ  R      ? I S T | }    ɗ ˗ ̗ ͗ ֗  A x  Ę ޘ  C D U V W      ̙ Ι ϙ Й ٙ        ښ ۚ    ' ) * + 4 R v     
 5 6 I \ o       6 Ý ĝ ՝ ֝ ם ؝ 	      矅 蟅  ^  ͠  S  ڡ ! p Ţ Ƣ Ǣ Ѣ ܢ   # $ L M r     ã ģ ͣ < m   ¤  0 1 B o v ~       Х ѥ 䥅  
     6 7 @  ʦ   1 D |   § ԧ     , ` g o p      ⨅ 㨅  	  / 1 2 3 <  ө 
  Z e        	 6 7 _ ` s        ( e ׬ 
 ; M    ݭ    ! 2 _ ` a b   Ů |   诅 T   ° ?      :  ̲ Ͳ  ״   B  . / b   L a }   ȷ ɷ  Y    T  麅 A     % 1 @ L _ c d e f g h i j k             Ǽ ˼ ޼ 漅    / 4     ½   
 D H    ̾ о 꾅 뾅  ( - T U Z            # - . 1 : ; < M R Z a h t u                     i j                       	  5 6 A N O Y f g h i j k l m z {       rÅ sÅ eą fą =Ņ >Ņ Uƅ ^ƅ ~ƅ ƅ ƅ ,ǅ -ǅ 9ǅ ǅ ǅ ǅ ǅ ǅ ǅ ȅ 
ȅ ȅ ȅ Sȅ ȅ Ʌ Ʌ ʅ ʅ ˅ ˅ ˅ ̅ u̅ ̅ Lͅ ͅ ΅ ΅ ΅ 7υ υ υ υ υ υ Ѕ nх oх х ҅ ҅ )Ӆ KӅ dӅ Ӆ Ӆ Ӆ ԅ ԅ Dօ Eօ օ օ օ օ 
ׅ ׅ ׅ hׅ ~ׅ ׅ ׅ ׅ ؅ ؅ O؅ ؅ ؅ ؅ 4م qم م څ څ څ 2ۅ 3ۅ ~ۅ ۅ #܅ $܅ |݅ }݅ ޅ ޅ ߅ ߅ p q   L  M N   8 < = S T h i j s                         	   % ' , - B D I J d f k l { }                      . b |     ? W     $ B v     ' ( ) * L U V l          . A B `                  
 ' ( > T j             1 2 3 4 E e f g             	 
  G ` u                # B C W X z         
       d e    - M N O P p  1 G H R ]       	  < = F     + |    $ g h           % & ' ( ) * W   9 D N Y c d    
 7 8 s        1 ? O P [ ` a k p q |                        0 > N O Z _ ` j o p {                              >  L  \  ]  h  m  n  x  }  ~                              ' , - 7 < = > W e u v              % n                   ' 7 8 C H I S X Y d i j t y z {                	 
 : H X Y d i j t y z                  
    " # $                    ! " A O _ ` k p q {                 	       * / 0 1 L Z j k v { |              : ;       I	 J	 ~	 	 	 	 	 	 	 	 	 !
 E
 W
 Y
 p
 q
 z
 
 
 
 
 >      ) * N O `     +
 ,
 R
 
 
 
 
 
 
 
 
 &        
                  # - 7 8 ^           # [ \  H h        % v  ' e       W X          " J \ ] ^ _ h     : ; \ ] n          s        " " " " # # $ q% r% ' ' ' ;( ( ( I) J) /* D* * * * * * * * * * * + + + + + $+ )+ *+ /+ 6+ B+ C+ K+ S+ X+ Y+ a+ i+ u+ v+ ~+ + + + + + + + + + J, K, - - 8/ 9/ / / P0 \0 0 0 1 1 &2 '2 y2 :4 ;4 C5 D5 5 7  7 7 ?9 I9 : : ; ; ; ; ; ; < < )< :< ;< N< a< x< < < < = = i> j> > > A A B B B (C )C C C C D D ]D D E E DE TF aF F G G G G G G G G H OH PH RH SH TH ]H H H H H 4I \I gI I I I )J *J +J <J sJ tJ uJ vJ J J J J J J J  K .K SK TK UK WK XK YK bK K K K K ?L cL L RM bM cM dM uM M M M M M M M M M N 6N 7N 8N 9N ;N <N =N FN N N N N #O GO O 6P FP GP HP YP gP hP iP jP P P P P P P P !Q HQ IQ JQ KQ MQ NQ OQ XQ Q Q Q Q 7R WR R R R R R R R R R S 6S @S JS KS yS S S S S S S S S S $T RT rT T T T >U ?U PU ^U _U `U U U U U U 	V V V =V >V ?V AV XV YV bV dW eW vW W W X X X X X X X X X Y Z Z Z =[ t[ [ [ B\ \ \ \ \ \ \ \ \ ] =] P] c] v] ] ] ] ] ] ^ *^ W^ X^ Y^ j^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ ._ A_ T_ g_ h_ i_ j_ s_ _ _ _ _ _ ` 6` =` F` G` ]` m` n` o` p` q` r` s` t` u` v` ` ` ` ` ` a a 
a a a Ta a 	b b b b b c c c c c c c d d /d Id Yd sd d d d d d d e e /e Ie Je Ke Le te e e e e e e e e Vf f f f f g Ug \g eg fg ng g g g g g g h "h *h ?h Th fh h h h h h h h h 	i !i 4i Gi Zi mi ni oi pi yi i j cj j Jk Kk Lk Mk ^k k k k k l +l >l Ql Rl Sl Tl ]l m /m rm m Yn Zn [n \n mn n n n n o "o 5o Ho [o \o ]o ^o go <p cp p p q q q q q q q r r r $r 9r Kr er r r r r r r r s !s ;s Ks es s s s s s s s t t #t 6t It \t ot pt qt rt {t 4u u u u wv $w %w &w 7w w x $x -x .x 6x Kx `x ux x x x x x  y y +y 3y Hy ]y ry y y y y y y z (z )z *z +z Sz Tz gz zz z z z z z z z { { ;| | | } } } :~ ~ : ; B     C w  π  / 0 A       ȁ ݁  	 # 4 N h y    Ƃ ۂ    1 K \ v    ̃ 惆 烆 胆 郆   % 8 K ^ q r s t } ; 5        7 > ~   ቆ   6 w x y  Ί Պ ފ ߊ 犆    / F ] t    ċ ڋ 닆     / A S j     ׌ 茆   & ' ( ) Q R e x        Ў  j 萆 f  둆 
 g   I   9    J K  ˘ ꘆ 	 I h   ř ƙ י   @ A F H I J S `   ƚ 蚆 隆  - O q    ˛     - ݝ ߝ  U  Ğ  Z      i j . / f â Ģ  : q   ?     ݤ 礆     . A T g i j k t  ߥ  D b |  ᦆ ⦆      1 D W j l m n w   < = N O P x y    Ũ Ǩ Ȩ ɨ Ҩ        ө ԩ 穆  
   " # $ - Q Ԫ a b s t u v  3 4 [ \      3 k   3 x   c d e o z    ° 갆 밆  # 6 I K a b k ڱ   U `  β ϲ ಆ 
    3 C D E F n o       Գ ճ ޳ M h   ϴ ⴆ  % D ` r     ʵ   
  > U V W X      Ͷ ϶ ж Ѷ ڶ I q     " M       Ը ո    $ 7 J L M N W ƹ  u  ٺ 뺆 & 1 P {    л      ' ( c  L M   - . ` ݾ H I   ؿ ; j k  u    Æ Æ Æ  Ć Ć Ć Ć Ć ņ +ņ >ņ fņ gņ ņ Ɔ &ǆ _ǆ ǆ ǆ KȆ Ȇ Ȇ Ɇ UɆ Ɇ Ɇ Ɇ Ɇ Ɇ Ɇ Ɇ ʆ ʆ ʆ ʆ ʆ ʆ ʆ ʆ 	ʆ ʆ $ʆ )ʆ 9ʆ :ʆ Iʆ Jʆ Kʆ Wʆ Xʆ Yʆ Zʆ eʆ iʆ |ʆ ʆ ʆ ʆ ʆ ʆ ʆ (ˆ )ˆ .ˆ [ˆ `ˆ ˆ ˆ ˆ ˆ ˆ 8̆ 9̆ >̆ j̆ n̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ &͆ +͆ Q͆ R͆ S͆ ]͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ Ά Ά Ά Ά "Ά )Ά 0Ά 1Ά 2Ά 3Ά 4Ά 5Ά 6Ά 7Ά 8Ά 9Ά :Ά ;Ά <Ά =Ά >Ά ?Ά TΆ φ φ !φ "φ ;φ Lφ Mφ aφ cφ dφ eφ fφ gφ oφ uφ vφ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ І І І І І 	І 
І І І І 'І (І )І *І 7І IІ ц ц ҆ ҆ ҆ ҆ ӆ ӆ Ԇ uԆ Ԇ Ԇ Ԇ Ԇ Ն  Ն 3Ն XՆ YՆ jՆ Ն Ն Ն Ն Ն ֆ D׆ E׆ 2؆ 3؆ (ن )ن 5ن ن چ چ چ Sۆ ۆ ۆ z܆ ܆ 5݆ 6݆ t݆ ݆ ݆ ݆ ߆ 
߆ ߆ < ^     8 9 B C   A B        N O `    K L h   i . /            @ A   ) :     j k           , - . / 0 1 5 6 7 8 Q S Y Z s u z {                   	 
   ! " 0 2 8 9 L N S T [ ` { | } ~  ] ^ j      N a     ) < p     . > r         
 0 ? R S l        . / 0 d z     # $ . 9 l v            7 8 A c d x y            , - . / 0 1 : [ \ p q         (  B  C  X  Y  j                               4 5 J K \ | } ~                         . 8 B C d       | }     _ ` q    ' ( ) * + , 5                 	 	 b	 y	 	 	 	 	 
 F
 
 
 w x          	       * / 0 1 O ] m n y ~                   
 

 
 
 
 
 )
 .
 /
 0
 R
 `
 p
 q
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
       ' , - 7 < = > z                      $ % / 4 5 @ E F P U V W   . < L M X ] ^ h m n y ~                       F T d e p u v                     # ( ) 3 8 9 : ` n ~               . / ^ l | }                  	      * / 0 : ? @ A m {                   	    $ ) * 5 : ; E J K L p     / 0 = > ? b    . / 9 D w           l m    ; q         O h         ! " # , t u  # . J c }      t u v w  / 0 d v   x y        +  =  O  P  Q  R  [              x! ! " '" M" j" " " " " " # j# # $ F$ G$ H$ I$ o$ p$ $ $ *% <% =% G% R% % % % % % % % % % % & g& h& & & & & & & ' W' X' Y' Z' '  ( D( y* z* - - I. J. [. / / b0 c0 1 1 1 3 3 v5 w5 5 5 y6 |6 6 6 7 7 S8 T8 c8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 #9 (9 )9 19 89 D9 E9 F9 G9 9 9 @; A; < < = = = = v> w> -? .? ? ? @ A A B B 3C D D XE F F -H .H OI \I iI vI I I I I I I I I I J -J .J 9J iK jK L L L L \O ]O 0P AP vP P P &Q TQ Q Q Q Q KR R R R S S +T /U 0U :U EU xU U U U U U U U U U U :V FV mV V V V W >W HW mW W W W W X X X X @X AX KX VX X X X X X X X X X X X  Y ?Y KY rY Y Y Z Z Z  [ [ [ [ ![ "[ #[ -[ 8[ k[ u[ [ [ [ [ [ [ [ [ [ [ [ #\ /\ V\ \ \ \ k] ] ] ] ] ] ^ ^ ^ ^ 4^ >^ I^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 5_ A_ h_ _ _ _ -` i` j` k` |` ` ` ` ` ` ` ` ` ` a Aa Ba Ca Ea Fa Ga Pa a a a a b ?b \b b b b b b b b 8c Uc _c jc c c c c c c c c c c  d e e e Se e :f ;f Lf ~f f f f f f f dh eh h h i Ji i i 5j 6j @j Kj ~j j j j j j j k k 'k )k @k Ak Jk k k k k k l 5l <l Dl El [l kl ll ml nl l l l l l m m m m m 4m bm m m m m m m m m m n n 
n n n n n n n n <n ]n ^n n n n n n n n n o o p p p p p ^q eq nq oq wq q q q q q q r +r 3r Hr ]r or r r r r r r r r s 2s Ws js }s ~s s s s s "t t t t t t t u u u !u 6u Hu bu |u u u u u u u v v 8v Hv bv |v }v ~v v v v v v v w w 
w w w w w x Jx x x x x x Oy Py xy y y y y y y y y y z z { Y{ { { { { | ^| _| | | | | | | | | | | } } ~ E~ ~ - . / @            - G a i ~    ـ 逇       1      ԁ 灇  
     ҂ 2 n    Ä Ą Մ ?   ˅ ̅ ԅ 酇   % ? Y j    Ɇ ц 憇   " < V g    Ƈ Ǉ ȇ ɇ     + > Q R S T ] ! x ى , _  ( } ؋  ، ٌ   n   ፇ  A m  ͎ Ύ ߎ # * 3 4 < Q f {    ҏ 쏇   1 B \ d y    ϐ 鐇   . ? Y j       Ñ ֑ 鑇       ْ ӓ ;   +   Ֆ ܖ  ; Z    ԗ    ( l s | }     ͘ 䘇   # : Q b x      ͙ ߙ    6 G ^ u    Ě Ś ƚ ǚ     ) < O Q R S \ n 6    >    # U 砇   ף D E L 襇 饇 ) i   禇  % D c d u   ާ ߧ 䧇 槇 秇 觇     B d    ˨   $ % 6 i     ˩ { }   * b   M N  G H   ̯ ͯ  a b  ذ  G  ݱ 2 3 = H {      ̲ ߲     	  Z }  ⳇ    Q        ϴ ⴇ   
    3 W ڵ ۵ 쵇     * = P c e f g p   5 6 G H I q r       · ˷ ﷇ r        E ѹ ҹ   + # $ X  ѻ 	 N  Ѽ  ]     
  K U _ `     Ծ 羇 龇    	 x     * l m ~           
   3 F Y [ \ r s |   7 T m      Ç 6Ç UÇ VÇ WÇ hÇ Ç Ç Ç Ç Ç Ç Ç Ç Ç ć ć 2ć Eć Xć kć mć nć oć xć ć Ň IŇ [Ň Ň Ň Ň Ň -Ƈ 1Ƈ 2Ƈ 3Ƈ 4Ƈ EƇ rƇ sƇ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ dǇ Ǉ ȇ Fȇ wȇ ȇ ȇ ȇ ȇ ɇ [ɇ \ɇ ]ɇ nɇ ɇ ɇ ɇ ɇ ɇ ɇ ʇ ʇ ʇ ʇ $ˇ ˇ ˇ ˇ ˇ {̇ ̇ ̇ <͇ =͇ v͇ ͇ · 	· A· Ї @Ї AЇ ~Ї 0ч jч kч ч R҇ S҇ ҇ ҇ ҇ ҇ ҇ Ӈ Ӈ KӇ ԇ ԇ ԇ SՇ Շ Շ %և }և և և Uׇ Vׇ aׇ mׇ |ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ؇ ؇ ؇ "؇ .؇ /؇ 4؇ k؇ p؇ ؇ ؇ ؇ ؇ ؇ Cه Dه Iه ه ه ه ه ه ڇ ڇ &ڇ 'ڇ ,ڇ dڇ iڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ Jۇ Oۇ [ۇ \ۇ _ۇ iۇ jۇ mۇ vۇ wۇ xۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ܇ ܇ ܇ ܇ ܇ ܇ ܇ ܇ ݇ ݇ ݇ ݇ ݇ 
݇ ݇ ݇ ݇ !݇ "݇ 5݇ A݇ B݇ C݇ D݇ E݇ W݇ q݇ r݇ }݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ އ އ ߇ ߇ y z       h i u       H I J W  &        V  "   X Y  s    0 1 D      e            + 7 F R S      G L     p      n o   _ `   ' (        B    	 t  x  y                                                ' ) / 0 C E K L a c h i ~                              P j     3 G {     , ` ~     / c d e f         
	 =	 >	 \	 j	 }	 ~	 	 	 	 	 
 
 .
 D
 Z
 [
 
 
 
 
 
    F c d z            ; W X m n o p              
 
 )
 E
 F
 X
 
 
 
 
 
 
 
 
  ( ) * Q R S T U V _ ~             I J K L M N W   V W X i      9 m          / E G x y    W X g     `          . / @ a b c d e f  3 4 u         / F s t   * +   - B m {                       ' , - 8 = > H M N O l z                        * / 0 ; @ A K P Q R z                  & 6 7 B G H R W X c h i s x y z                  a               ' , - . U c s t                      # $ / 4 5 ? D E F v                        (  -  .  8  =  >  I  N  O  Y  ^  _  `        
! ! ! &! +! ,! 6! ;! <! G! L! M! W! \! ]! ^! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" m" " " " " " " " " " " " " " " " " " # .# S# v# w# # # # # #  $ $ $ $ $ $ $ $ % % )% *% ]% % % % % % % 
& & +& ,& z& & ' 4' D' U' e' f' ' ' ' ' ( ( 8( g( h( ( ( ( ( ( ( ( ) ) b) ) ) ) * * 0* H* I* J* [* + + + + >+ + + , , &, ', - - !- ,- _- i- s- t- - - - - - - - - >. ?. N. _. . . / / / / / 0 *0 +0 O0 P0 a0 0 1 c1 1 1 1 1 1 
2 2 2 2 2 2 2 2 2 #3 -3 73 83 ^3 3 3 3 3 3 3 4 4 &4 '4 v4 w4 4 4 4 4 4 4 4 (5 5 5 8 8 : : ; ; ; ?= @=  > > 4? 5? G? @ @ C C *C wC D D D D kE E E E F F &F 'F ,F 4F 9F :F ?F GF SF TF YF `F eF fF kF rF ~F F F F F F F F F F F F F F F F F F F F G G H H tJ uJ 2K 3K K K L L L L bM cM M vO wO P P P [R \R R {T T U U V V W W !W 2W CW TW eW vW wW W W W W W W Y Y Y Y 'Z (Z \ \ ] ] ^ d^ e^ ^ ^ _ O_ P_ _ _ X` Y` ` a a a b b b b c  c *c +c Yc c c c c c c c c d 2d pd d d d d e ee fe ge xe e e e e e e e e 'f 1f ;f <f jf f f f f f f f f f g ;g {g g %h h h h h h h h h h h 	i i i i Li ri si ti ui wi xi yi i i i i j _j j 	k rk k k k k k k k k k k k l $l .l /l ]l l l l l l l l l l l m 4m sm m m n n 	n n (n )n *n 4n ?n rn |n n n n n n n n n n n -o 9o `o o o o o 1p zp {p p p p p p p p q ;q Eq Oq Pq yq zq {q }q q q q r r r r 's s s s t t t t  t !t Qt v v 7v yv v v /w ~w w w w w x &x 0x 1x Yx yx x x x x x x x x Sy fy y y y y y y y y y 	z 
z z z 4z Wz jz }z z z z z z z z  { .{ /{ 0{ A{ r{ y{ { { { { { { { { { { { { { { { { !| 4| G| H| I| J| S| | 2} E} +~ ,~ -~ .~ ?~ ~   
  * ? Q k        
 ' A Q k      Ѐ       '   4 5 6 G       Ԃ 悈    * D ^ f {    փ 惈       E ] p        ; X  腈      톈   / T g z      C k          % & K ^ q       x  ㋈ , ˌ ̌ ͌ ތ 1 2 9 B C K ` u    ˍ 午    1 C ] w       ώ " # K L _ r        p А     ` a b s ݒ Y ` i j r    Ó ݓ   " < M g o     ڔ    9 J d e f g     ɕ ܕ        w ʗ  P Ƙ  v   v w ~   # S   ߛ  7 k l }  Ȝ ќ Ҝ ڜ    + E _ p    ϝ     , A S m    ̞ ݞ   " # $ % M N a t        w q ١ O \ ɢ @  s z  ٤   4 S r    ƥ 
    # 5 G Y k     ئ 麗    ' > ? G Y k }    ԧ 姈   $ : K b c d e     Ǩ ڨ  行     Ԫ  $  ܬ ' F     . M u ⱈ 㱈 걈   ǳ  & E   ô ⴈ    W X | }        ൈ  $ % G i   ¶ ö Զ  , - . / i   O  ȹ   G  뺈 캈 > 廈 滈   j k     4 v  很 , { п ѿ ۿ 濈  # - . V W j }         R       / 0 1 Y Z m          xÈ yÈ È È È È È È È È Ĉ Ĉ Ĉ Ĉ Ĉ ,Ĉ PĈ Ĉ Ĉ Ĉ Ĉ Ĉ ň ň #ň 6ň Iň \ň ^ň _ň `ň iň ň ƈ ƈ ƈ ƈ ƈ ƈ ƈ ƈ oǈ pǈ ǈ ǈ ǈ Ȉ Ȉ Ȉ 8Ɉ oɈ Ɉ Ɉ -ʈ oʈ ʈ ʈ Jˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ &̈ '̈ L̈ _̈ r̈ ̈ ̈ ̈ ̈ ̈ ͈ G͈ Y͈ ͈ ͈ ͈ 
Έ Έ Έ IΈ PΈ XΈ YΈ oΈ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ ψ ψ ψ ψ ψ ψ ψ Ј Ј VЈ aЈ Ј Ј Ј Ј Ј Ј Ј ш :ш Aш Iш Jш zш ш ш ш ш ш ш ш ш ш 	҈ ҈ ҈ 
҈ ҈ ҈ ҈ ҈ ҈ 4ӈ ?ӈ ^ӈ ӈ ӈ ӈ ӈ ӈ ӈ ӈ Ԉ Ԉ 9Ԉ :Ԉ MԈ `Ԉ sԈ Ԉ Ԉ Ԉ Ԉ Ԉ Ո ?Ո Ո Ո ֈ 'ֈ bֈ mֈ ֈ ֈ ֈ ֈ ֈ ׈ 9׈ :׈ ;׈ <׈ c׈ d׈ ׈ V؈ ؈ ؈ ؈ .و iو jو و ڈ ڈ ڈ ڈ ڈ ۈ wۈ ۈ ۈ ۈ ݈ ݈ ݈ ވ ވ ߈ 	߈ <߈ ߈ ߈ & ; W g z    3 b   .    Z       & 9 = > ? @ A B C D E Y ` e u v               	  d e j       " t u z        . / 4 b g                ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z {  C D E ^ _ x                         ) * 4 A B C D E F G H U V d e f g t  M N @ A   0 9 Y      \ ] p        .    o p e f r  P  '      r s     I J [ y   & ? [ u v      ~       C  Y            *     L  k l  
  Y Z   W X   } ~ K	 L	 f	 w	 '
 
 ( )      . / C D E N \ i j k l m n r s t u                        $ % ? A F G V X ^ _ m o u v                	 = W      2 f y     Q k {       ' 0 1 G m |       	   ; k l m       ` a k v         / E [ ] t u ~         
     @ A B i j k l m n w         " ; P e                  2 3 U q r              ? @     ( ) * + K   " # - 8 k u           !          ! W! ! ! ! ! B" C" d" e" f" g" h" i" r" " " "  # # # # # # 2# # # $ $ )$ 4$ >$ ?$ $ $ $ $ % % N% % % % & & & & ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' n' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( )( *( 5( :( ;( E( J( K( V( [( \( f( k( l( m( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ') 7) 8) C) H) I) S) X) Y) d) i) j) t) y) z) {) ) ) ) ) ) ) ) ) ) ) * * * * * * * 2* @* P* Q* \* a* b* l* q* r* }* * * * * * *  + I+ k+ y+ + + + + + + + + + + + + + + + + , , , , #, $, ., 3, 4, ?, D, E, O, T, U, V, , , , , , , , , , , , , , , , , , - #- 3- 4- ?- D- E- O- T- U- `- e- f- p- u- v- w- - - - - - - - - - - - - - - - - - k. l. . . . . . . . . . . . . . . . . . / */ :/ ;/ F/ K/ L/ V/ [/ \/ g/ l/ m/ w/ |/ }/ ~/ / / / / / / / / / / / / / 0 
0 0 0 '0 50 E0 F0 Q0 V0 W0 a0 f0 g0 r0 w0 x0 0 0 0 0 0 0 0 1 1 l1 m1 z1 {1 |1 1 $2 %2 Y2 k2 l2 v2 2 2 2 2 2 2  3 23 43 K3 L3 U3 3 3 3 3 4 x4 4 4 4 4 5 5 )5 *5 ;5 5 5 5 5 6 6 -6 \6 ]6 ^6 _6 `6 i6 6 6 7 `7 k7 7 7 7 7 7 7 7 7 8 8 8 8 8 l9 m9 9 9 9 9 : : : : : ; ; ; 9; h; z; ; ; ; ; ; ; ; ; ; 6< 7< < #= C= d= = = = = = =  > Q> > ? @? ? ? ? ? ? ? 2@ 3@ g@ y@ z@ @ @ @ @ @ @ @ %A 7A 8A 9A :A CA A A A A B B 7B 8B IB B B B B B ]C C E E NH [H I I I J J K K L L L LN MN P P P Q Q Q $R %R 
S S S S S S S S S S S S S S S S S S T T 
T T T T &T .T 3T 4T <T DT PT QT YT `T eT fT nT uT T T T T %U &U }V ~V X X X X +Y 7Y Y Y jZ kZ [ [ T[ ] ] ^ ^ p^ _ _ ` b $b jc kc d d d d d d d d e e e )e <e Se je ke ve f f Dg Eg g g j j mk ~k k l l cl l l l l 8m m m m n /o <o ho lp mp wp p p p p p p *q +q -q .q /q 8q wq q q q r 7r Br {r r r s s s s Ns Os Ps Qs }s ~s s s s s s s 	t .t /t 0t 2t 3t 4t =t |t t t t u >u u -v =v >v ?v Pv ^v _v `v jv uv v v v v v w w w w w w w !w `w lw w w w "x x y !y "y #y 4y By Cy Dy Ey qy {y y y y y y y #z $z %z &z (z )z *z 3z rz ~z z z { 2{ j{ { { { { { { { { { | | %| &| T| ~| | | | | | | | | | -} M} |} } } ~ ~ +~ 9~ :~ ;~ u~ ~ ~ ~ ~ ~ ~ ~     3 4 = ? @ Q  ƀ w x           փ  O  ΄  r s }   Ņ υ Ѕ   + > Q d f } ~    2 3 4 E r y        Ӈ  	  / B C D E N q  ͈ Έ ψ    ! " 8 H I J K L M N O P Q y    Ӊ 扉 牉 艉 鉉  / ъ 䊉 ʋ ˋ ̋ ͋ ދ      Ɍ ތ  
 $ 4 N h p    ƍ   
 $ % & ' O o       Ǝ 1 _ ӏ ԏ Տ 揉 0 7 @ A I ^ s    ɐ 㐉    / A [ u       䑉   " 5 H I J K T ڒ  >  % & ' ( 9    Δ    , - . / 8 ╉ 
 M  4 5 6 7 H   ė ŗ ꗉ   # 6 7 8 9 B  >  ˙ j k l } К њ ؚ ᚉ ⚉ ꚉ   & @ Z j     Л ⛉   & @ Z [ \ ] n   ꜉ 뜉   $ 7 J K L M V  o   R      |    	  & ; P b |    ۡ 졉   # 8 M _ y    آ 颉     . / B U h {      ^   i  雷 e       \  ¨   R ~  ֩ 
   ` g p q y    ʪ 䪉   ) C T n     ˫ ૉ   & 7 Q k |    ¬ ì Ĭ 쬉     & 9 L M N O X   x   h ߰ [   Y x   Ӳ   R S T e     ³ Գ 泉  
 ! 8 O ` w    ƴ ݴ ޴ 洉  
  . E \ s    õ ٵ 굉     , - @ S f y       s E ù A { ƺ 庉 B `  $ ͼ 콉     % & f    $ C b       É É !É #É $É %É .É ;É ]É É É É É É ĉ *ĉ Lĉ aĉ bĉ sĉ ĉ ĉ ĉ ĉ ĉ ŉ Ɖ Ɖ Ɖ 0ǉ gǉ ǉ ǉ 5ȉ ȉ ȉ ȉ ɉ ɉ Dʉ Eʉ 	ˉ 
ˉ Aˉ ˉ ˉ ˉ ̉ L̉ ̉ ̉ ͉ o͉ p͉ z͉ ͉ ͉ ͉ ͉ ͉ ͉ ͉ 	Ή Ή /Ή BΉ DΉ EΉ FΉ OΉ Ή Ή Ή ω =ω Wω ω ω ω ω ω ω ω ω Љ Љ 2Љ EЉ GЉ HЉ IЉ RЉ pЉ Љ щ щ )щ *щ +щ Sщ Tщ gщ zщ щ щ щ щ щ щ щ щ r҉ s҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ Ӊ ,Ӊ Ӊ <ԉ =ԉ Nԉ Oԉ Pԉ Qԉ ԉ Չ Չ 6Չ 7Չ hՉ `։ a։ ։ ։ ׉ F׉ ׉ ׉ ؉ S؉ ؉ ؉ >ى ?ى @ى Jى Uى ى ى ى ى ى ى ى ى ډ $ډ &ډ <ډ =ډ Fډ ډ ډ ډ 0ۉ ;ۉ gۉ ۉ ۉ ۉ ۉ ۉ ۉ ۉ ܉ ܉ ܉  ܉ !܉ I܉ J܉ ]܉ p܉ ܉ ܉ ܉ ܉ ܉ ܉ ܉ (݉ C݉ t݉ ݉ ݉ ݉ ݉  މ މ ;މ Mމ sމ މ މ މ މ މ މ މ މ ߉ 0߉ 1߉ 2߉ 3߉ [߉ \߉ o߉ ߉ ߉ ߉ ߉ ߉ ߉ ߉ $ L      ( j n o p q         % ' ( ) 2   P      + V           >  ' ( a   	 ;  # $ y z   E F ~ P } ~  m           A B    :   & b   0                      $ % & 2 3 4 5 @ D W _ k l q     	 6 ;         E I c d i        , - . 8                        
              /       ( ) = ? @ A B C K Q R [ _ ` s                            %          Q ^       4 5 F      d    !         `  /   V    P n o     	 :	 	 	 	 	 
 
     
 
 i
 u
 
 
 
 
 
 * + <    ' ( D   E 
  \         e f           F G            	 
   
     - / 5 6 O Q V W e g m n                         ( * / 0 7 < W X Y Z [ 9 : F     *  =  q        ! ! L! j! ! ! ! 
" " N" m" " " " " " # # # $ $ .$ /$ H$ {$ |$ $ $ $ $ $ 
% % % @% V% l% % % % %  & 
& & H& R& \& ]& & & & & & & & & ' ' ' ?' @' T' U' y' ' ' ' ' ' ' ' ' ' ' ( 	( 
( ( ( 
( ( 7( 8( L( M( g( ( ( ( ( ( ( ) ) ) 4) 5) F) f) g) h) ) ) ) ) ) ) ) ) ) ) ) ) * * &* '* 8* X* Y* Z* * * * * * * * * * + + + + + + + + + w, , , , , , 
- - - - @- m- - - - - - X. Y. . . . . ;/ </ M/ / / / 0 0 0 0 0 0 0 l0 m0 ~0 0 0 0 0 0 0 0 q1 r1 1 1 1 1 1 1 >2 U2 m2 2 2 2 2 "3 h3 i3 S4 T4 k4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 
5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 6 .6 <6 L6 M6 X6 ]6 ^6 h6 m6 n6 y6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 	7 7 7 7 7 V7 d7 t7 u7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 8 8 8 !8 "8 ,8 18 28 38 8 8 
9 9 (9 )9 49 99 :9 D9 I9 J9 U9 Z9 [9 e9 j9 k9 l9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ": 0: @: A: L: Q: R: \: a: b: m: r: s: }: : : : : : : : : : : : : : : ; ; ; ; ; ; <; J; Z; [; f; k; l; v; {; |; ; ; ; ; ; ; ; 
< < :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < < < < < = = = = = = = I= W= g= h= s= x= y= = = = = = = = = = = = = = = = = =  > > > > > > !> &> '> (> L> l> > > > ? ? ? ? ? >? ? ? ? 
@ @ @  @ S@ ]@ g@ h@ @ @ @ @ @ @ @ HA IA iA jA A B MB rB B B B B B B B +C DC ]C vC C C C C C C C C D PD QD D D 
E &E ?E YE nE E E E E PF QF RF SF |F G G @G RG dG eG TH UH _H jH H H H H H I I +I ,I -I .I 7I |I }I I I I I TJ J J K )K FK hK iK K K K K FL L L "M #M $M %M KM LM M M N N N #N .N aN kN uN vN N N N N N N N CO DO dO eO O O O O O 3P 4P 5P 6P fP P  Q US VS U U %W &W 7W }X ~X >Y ?Y rZ sZ Z [ [ R^ S^ h^ ^ U_ X_ _ _ ` ` /a 0a ?a Qa da ea ja ra wa xa }a a a a a a a a a a a a a a a a a a a a a a b b 
b b  b !b "b #b b b d d e e pf qf f f Rg Sg 	h 
h h h h j j k k l m m 4n o o 	q 
q +r 8r Er Rr _r pr r r r r r r r r 	s 
s s Et Ft t t eu fu 8x 9x y y Ry y y z 0z ]z z z z '{ { { { | | } ~ ~ ~ !~ T~ ^~ h~ i~ ~ ~ ~ ~ ~ ~ ~  " I p     $ I     퀊      ' 2 e o y z  ́ ΁ ρ с ҁ Ӂ ܁  ' N y  ݂ c ̃ ܃ ݃ ރ     	  G Q [ \            2 ]   G     ӆ ᆊ ↊ ㆊ 䆊   % X b l m   Ç ć Ň Ǉ ȇ ɇ ҇   D r  ш 	 E F G X f g h r }   ĉ ŉ     ! " # , k w  ̊ 슊  8 o   ʋ ؋ ً ڋ  1 ; F y        Ҍ ӌ ܌ ލ ߍ  / e   ( Z [ \ ] ^ _  @ A u   & m     ' Z d n o   ʓ ݓ      &   є Ҕ Ӕ 䔊     ! 7 G H I J r    Ε ᕊ ╊ 㕊 䕊 핊  > l m n      ז 疊 薊 閊 ꖊ 떊 얊 햊     9 : _ r      Η p  i j k l } : A J K S h }   Ú Ӛ 횊   $ 9 K e    Û ě ś ƛ   3 F Y Z [ \ e М  r s t  ϝ ֝ ߝ  蝊   $ > X h     Ξ    $ > X Y Z [     ԟ 矊 蟊 韊 ꟊ  y  ݠ & ġ š ơ ǡ ء + , T m    ˢ ̢ ͢ ΢ ע   죊 5 Ӥ Ԥ դ ֤ 礊 : ; c d    ¥ ե ֥ ץ إ ᥊  ݦ ! j 	 
   o p w      Ũ ߨ  	 # = E Z o    ũ ߩ     
 ` a     ê ֪ 骊 ꪊ 몊 쪊    J ^            Ů ڮ ﮊ   5 F ` z    ¯ ׯ 쯊   2 C ] w      Ͱ ΰ ᰊ    - . / 0 9  T   ;   Y  ^     J a     I u         - B W i    ȸ ⸊  
  8 @ U j    Ź ֹ  
  5 F ` a b c     ź غ 뺊 캊          ~      6 [ r       H O X Y a s         - > T e | }        Ê #Ê :Ê QÊ bÊ xÊ Ê Ê Ê Ê Ê Ê Ê Ê Ê Ċ Ċ +Ċ -Ċ .Ċ /Ċ 8Ċ JŊ Ɗ Ɗ bǊ Ǌ Ȋ eȊ Ȋ Ȋ Ȋ 1Ɋ Ɋ lʊ ˊ ̊  ͊ !͊ (͊ Ί Ί ϊ Eϊ dϊ ϊ ϊ ϊ Њ  Њ ?Њ @Њ QЊ Њ Њ Њ Њ Њ Њ Њ Њ Њ Њ Њ ъ @ъ bъ cъ ъ ъ ъ ъ  Ҋ Ҋ Ҋ EҊ jҊ kҊ lҊ mҊ Ҋ WԊ YԊ Ԋ Ԋ Պ >Պ Պ Պ )֊ *֊ |֊ #׊ $׊ ׊ ׊ ؊ ؊ ؊ =ي >ي rي ي ي #ڊ jڊ ڊ ۊ ۊ ۊ $ۊ Wۊ aۊ kۊ lۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ 6܊ Y܊ ܊ ܊ ܊ ܊ -݊ [݊ \݊ m݊ n݊ o݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ފ 3ފ ފ ފ ފ ފ ފ ފ ފ ߊ ߊ ,ߊ ?ߊ Aߊ Bߊ Cߊ Lߊ jߊ ߊ   # $ % M N a t        N       !         4 v   * k   9       ' 1 ; < d e         T      H I Z              " 5 7 8 N O X    0 I \       1 2 3 D x            ! 4 G I J K T   % 7 r }   	 
    ! N O w x         @ }  " S e     7 8 9 J w x y z         l    W     R        Z  F G z . / d y      ' q   / l   Y   1  2  =  I  X  d  w  {  |  }  ~                                            
   G L         % \ `         @ E l m r       & + 7 8 ; E F I R S T e j r y                                                 ! 3 M N Y f g q ~                  } ~ U	 V	 m
 v
 
 
 
 D E Q       $ % & 3 k 
 
 
      2   d  4 5  O     
        A c |      \ ]     " . /      # ( g    L      J K   ;  <  ! ! # # # # $ $ $ $ d% & e' f' ' ' P) T) U) k) l) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * * * * !* '* (* =* ?* D* E* Z* \* a* b* |* ~* * * * * * * * * * * * * * * * * * * * * * , , , ,- F- z- - - - . #. W. o. . . . / </ Z/ / / / / 0 ?0 @0 A0 B0 d0 m1 n1 1 1 1 1 1 1 2 2 82 F2 Y2 Z2 x2 2 2 2 2 2 
3  3 63 73 3 3 3 3 3 3 3 3 "4 ?4 @4 V4 l4 4 4 4 4 4 4 4 4 4 4 5 35 45 I5 J5 K5 L5 ]5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 6 !6 "6 46 _6 x6 6 6 6 6 6 6 6 7 7 7 -7 .7 /7 07 17 27 ;7 Z7 [7 o7 p7 7 7 7 7 7 7 7 7 7 %8 &8 '8 (8 )8 *8 38 |8 }8 29 39 49 E9 e9 f9 g9 h9 9 : I: _: `: j: u: : : : : : ; !; #; T; U; ^; ; ; 3< 4< C< < < < < <= = = = = = = = = = 
> > > => >> ?> @> A> B> o> ? ? Q? \? f? q? {? |? ? ? @ "@ O@ P@ @ @ A A A A 	B B IB WB gB hB sB xB yB B B B B B B B B B B B B B B B B B C C 	C C C C $C )C *C +C HC VC fC gC rC wC xC C C C C C C C C C C C C C C C C C D D D D D D 'D ,D -D .D VD dD tD uD D D D D D D D D D D D D D D E E E E #E $E .E 3E 4E ?E DE EE OE TE UE VE oE }E E E E E E E E E E E E E E E E =F F F F F F F F F F F F F F F G G 	G 
G 1G ?G OG PG [G `G aG kG pG qG |G G G G G G G G G G G G G G G G  H H H H H  H !H "H RH `H pH qH |H H H H H H H H H H H H H H H H H I 	I 
I I I I %I *I +I 5I :I ;I <I I I I I I I J J J J J J #J (J )J 3J 8J 9J :J YJ gJ wJ xJ J J J J J J J J J J J J J J J K K K K K !K &K 'K 2K 7K 8K BK GK HK IK dK rK K K K K K K K K K K K K K K K K 
L /L RL SL L L L L L L aM bM M M M M M M M N N 9N ]N oN qN N N N N N O O VO O O P  P 1P AP BP fP gP xP P P P Q CQ DQ jQ Q Q Q Q Q Q Q Q >R R R R R R S $S %S &S 7S S S S S T T T T T U U U U U V ;V EV OV PV vV V V V V V V V W W *W ;W sW tW W `X X X X X Y Y +Y ,Y =Y Y Y ?Z }Z Z Z Z Z Z Z o[ p[ [ [ [ [ [ [ 	\ \ \ :\ b\ t\ u\ v\ w\ \ \ \ ] ] R] S] t] u] ] ] ] ] ] ^ ^ ^ ` ` c c d d d f f f f h h #h i i k k l Sl l l am bm Gn \n n n n n o o o o o o o #o /o 0o 5o <o Ao Bo Go No Zo [o co ko po qo yo o o o o o o o o o o o o o bp cp q q Ps Qs t t ht tt t t u u >v ?v v Rx Sx [y \y y 7{ 8{ { W} a} ~ ~        0 A R S f y     か 䁋     օ ׅ    @ A  ·  + , u ň 4 5 \ l y          5 g h j k l u   猋  L t    獋 A B C T       Ŏ Ў  
   F k l m o p q z  ŏ 쏋  W {  j z { |       呋    ( N O P Q S T U ^   В  ; _ 哋 N ^ _ ` q       Ô    
  9 ` a b c e f g p   ╋  O o  㖋 䖋 喋       N X b c        ʗ 	  < j   ֘ 
 V W h v w x  ϙ ٙ 䙋  ! + , U V W Y p q z | }  ͛    Ɯ       - ޞ ߞ  U  ğ  Z    Š    
 5 U h {      ġ / B o p q      բ 墋 梋 碋 袋  3 F Y l       ܣ 
    N U ^ _ u            פ ؤ   # $ % & / l  !   	 
  ا ߧ 觋 駋    - G a q    ¨ ר 騋   - G a b c d   ѩ 䩋      n     # m t } ~    « ܫ     : B W l ~   ¬ ܬ     ! 9 L _ r       4 { Į b c d e v ɯ ʯ   0 C V i j k l u  G  ӱ q r s t  ز ٲ   ' : M ` s t u v  T {       
     ' < Q c }    ۶ 㶋  
  9 S c }        ' ( ; N a t      L  蹋   < = > O  5 < E F N c x    Ӽ 伋   ) C K ` u    н Ὃ   & @ A B C k l     ˾ ̾ ; ξ ׾   S   ,   R  RË SË ZË Ë Ë Ë /ċ [ċ ċ ċ ċ ŋ Gŋ Hŋ Yŋ ŋ ŋ ŋ ŋ ŋ ŋ ŋ ŋ Ƌ !Ƌ ;Ƌ LƋ fƋ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ ǋ ǋ /ǋ Iǋ cǋ tǋ ǋ ǋ ǋ ǋ ǋ ǋ ǋ  ȋ ȋ )ȋ *ȋ =ȋ Pȋ cȋ vȋ ȋ ȋ ȋ ȋ ȋ Sɋ Mʋ ʋ +ˋ 8ˋ ˋ ̋ ̋ O͋ V͋ ͋ ͋ ͋ ͋ ΋ /΋ N΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ϋ #ϋ 5ϋ Gϋ ^ϋ uϋ ϋ ϋ ϋ ϋ ϋ ϋ Ћ Ћ Ћ #Ћ 5Ћ GЋ YЋ kЋ Ћ Ћ Ћ Ћ Ћ Ћ  ы ы 'ы >ы ?ы @ы Aы iы jы }ы ы ы ы ы ы ы ы ы ҋ Ӌ ԋ  Ջ ~Ջ Ջ ֋ "֋ ֋ ֋ ֋ a׋ 
؋ )ً Qڋ ڋ ڋ ڋ b܋ c܋ ܋ ܋ ݋ !݋ a݋ ݋ ݋ ݋ ݋ ݋ ݋ 3ދ 4ދ Xދ Yދ ^ދ `ދ aދ bދ kދ xދ ދ ދ ދ  ߋ ߋ #ߋ Eߋ gߋ ߋ ߋ ߋ ߋ ߋ  	 
  E   + m   # r        F G ~    R    W       	 
 2 3 F Y l        . \ z       
 5 6 I \ o        T U f g h            ,          % 8 : ; < E i  y z      K L s t      K   	 K   & { | }         ( ; N a c y z   # 5 m x     % , 4 5 K [ \ ] ^            e      2 = \ x         % & V m n o p           a      : e           ) < O b d e f o       > I h              ?  @  {  2 d e  
 E F x  ` a    S              	 	 3	 C	 V	 ~	 	 	  > w  
 c   6
 m
 
 
 
 
 
            ! 5 < A Q R a b c o p q r }         @ A F s x      P Q V        
   > C i j k u                 * + 6 : A H I J K L M N O P Q R S T U V W l    9 : S d e y { | } ~                           ! " # 0 1 ? @ A B O a ( )       4      7 8 K p q      	  \ ] J K @ A M  +   k       M! N! ! ! ! ! $# %# 6# T$ v$ $ % % 6% P% Q% Z& [& ' ' Y( Z( ( ( ( ( ( ) 4) f) g) x) ) ) * c* d* * * '+ + F, G, , , , 4- 5- - - 2/ 3/ 0 0 X1 Y1 &2 '2 A2 R2 3 3 5 5 5 5 6 6 6 	7 
7 7 7  7 )7 77 D7 E7 F7 G7 H7 I7 M7 N7 O7 P7 i7 k7 q7 r7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 !8 "8 18 38 98 :8 H8 J8 P8 Q8 d8 f8 k8 l8 s8 x8 8 8 8 8 8 u: v: : : : ; 2; f; y; ; ; ; 
< A< T< < < < < ,= F= V= = = = = = = > ? ? "? H? W? j? k? ? ? ? ? ? ? ? @ F@ G@ H@ |@ @ @ @ @ @ ;A <A FA QA A A A A A A A A 
B  B 6B 8B OB PB YB {B |B B B B B B B B B B B C C C DC EC FC GC HC IC RC sC tC C C C C C C C D +D @D ZD [D pD qD D D D D D D D D D D D D D 
E E 0E LE ME bE cE tE E E E E E E E E E E F F F F F F G G G G &G G G G G H H FH PH ZH [H |H H H H H H H I I I I I 2J wJ xJ J J K K ?K @K AK BK CK DK MK K K K K K K K K K 
L L L L L M M M M zM M M M M M )N ^N N N O O O O O O P P P P P !P &P 'P 2P 7P 8P BP GP HP IP gP uP P P P P P P P P P P P P P P P P P Q Q Q Q Q  Q %Q &Q 1Q 6Q 7Q AQ FQ GQ HQ jQ xQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R R R #R $R .R 3R 4R ?R DR ER OR TR UR VR R R R R R R R R R R R R R R R R R 
S S +S ,S 7S <S =S GS LS MS XS ]S ^S hS mS nS oS S $T FT TT dT eT pT uT vT T T T T T T T T T T T T T T T T T 	U U U U U  U *U /U 0U 1U ^U lU |U }U U U U U U U U U U U U U U U U V V V V  V *V /V 0V ;V @V AV KV PV QV RV xV V V V V V V V V V V V V V V V V FW GW vW W W W W W W W W W W W W W W W W W X X X !X &X 'X 1X 6X 7X BX GX HX RX WX XX YX X X X X X X X X X X X X X X X X X Y Y  Y !Y ,Y 1Y 2Y <Y AY BY MY RY SY ]Y bY cY dY Y Y Y Y Y GZ HZ UZ VZ WZ zZ Z  [ 4[ F[ G[ Q[ \[ [ [ [ [ [ [ 
\ \ &\ '\ 0\ \ \ \ \ \ S] ] ] ] ] ] ] ^ ^ ^ g^ ^ ^ ^ ^ ^ _ 7_ 8_ 9_ :_ ;_ D_ _ _ _ ;` F` b` {` ` ` ` ` ` ` a a a a a Gb Hb |b b b b c c c c c c c c d Cd Ud gd hd id jd sd d d d d e e e e f ?f ef f f f f f f ,g g g h ^h _h `h ah h h 
i i Bi Ti Ui _i ji i i i i i  j j j j j j j j j j j j k k $k ok pk qk rk k 8l \l n n )q 6q ar br sr s s zt {t u u u 'w (w y y y y z z z  { { { k| l| {| | | | | | | | | | | | | | | | | | | | } 	} } } } } +} ,} 4} ;} @} A} I} P} \} ]} ^} _}  ~ ~ X Y         E F ܃ ݃ /     K Ո ֈ p   E F g t      ΍ ߍ     . E F Q        t u H Y  ޔ ߔ > l  ɕ ʕ  c Җ Ӗ  
  C G H R ]     ә    	 
  R ^   Ꚍ   V `  ߛ  ᛌ  ) * + , X Y c n     䜌 	 
  
    W c          + 9 : ; E P     Ɵ 쟌 ퟌ       ; G n  ٠   졌          L V a     ע          M Y    
 E          줌     / Y Z [ ] ^ _ h   ڥ  ( W t        P m w    ɧ ʧ          , k  R S d       ˪ | }   * b   M N X c     Ӯ    , ? A X Y b ͯ ௌ 
     M T \ ] s      Ѱ 䰌  
      ) L z     챌     # $ % & ' ( ) * + , T u v    ² ò Ĳ Ͳ 
        v }      ˵ 嵌   ) C K ` u    ˶ 嶌      * J o        :         $ 9 N ` z    ع ์  
  6 P ` z      ׺ 꺌   # $ % & /  һ  b       g h   ν Ὄ    	 
   後 ( q     # v w              ]  EÌ FÌ GÌ XÌ Ì Ì Ì Ì Ì Ì Ì Ì Č Č 5Č EČ _Č yČ Č Č Č Č Č Č Ō Ō 5Ō 6Ō 7Ō 8Ō IŌ Ō Ō Ō Ō Ō Ō Ō ƌ %ƌ &ƌ 'ƌ (ƌ 1ƌ ƌ Jǌ ǌ ǌ -Ȍ Ȍ Ȍ Ȍ Ȍ WɌ Ɍ Ɍ Ɍ Ɍ Ɍ ʌ ʌ +ʌ =ʌ Wʌ qʌ ʌ ʌ ʌ ʌ ʌ ʌ ʌ ˌ (ˌ :ˌ Tˌ nˌ ˌ ˌ ˌ ˌ ˌ ˌ ˌ ˌ 	̌ 
̌ ̌ 0̌ Č V̌ ǐ ǰ ǩ ľ ǔ 9͌ ͌ ͌ DΌ wΌ Ό @ό ό ό Ќ Ќ Ќ Ќ 7ь ь ь ь ь -Ҍ YҌ Ҍ Ҍ Ҍ Ҍ Ҍ ;ӌ Bӌ Kӌ Lӌ Tӌ iӌ ~ӌ ӌ ӌ ӌ ӌ ӌ Ԍ Ԍ /Ԍ IԌ ZԌ tԌ |Ԍ Ԍ Ԍ Ԍ Ԍ Ԍ Ռ Ռ ,Ռ FՌ WՌ qՌ Ռ Ռ Ռ Ռ Ռ Ռ Ռ Ռ Ռ ֌ ֌ '֌ (֌ )֌ *֌ 3֌ ֌ ׌ S، ، ، Cٌ ٌ 6ڌ ڌ ڌ 4ی Sی rی ی ی ی ی -܌ .܌ /܌ @܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ݌ *݌ ;݌ R݌ i݌ z݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ 	ތ  ތ 7ތ Nތ _ތ vތ ތ ތ ތ ތ ތ ތ ތ ތ ߌ ߌ ߌ .ߌ Aߌ Tߌ gߌ iߌ jߌ kߌ tߌ  N     V    ; m     \ ] d    A      = \ { |           	  8 Z |      ' < = N           B z   e f  _ `       y z   ' _   J K U `         
     ! * r     2 i          
   " # $ - K o      . / B U h { } ~     M N _ ` a               ) * + , ]     C ; < p   !  f      . u     % 0 c m w x          !      B             $ % 8 K ^ q s t      O l       ( N m n o         
  6 7 J ] p       '	 a	 s	 	 	 	 
 E
 I
 J
 K
 L
 ]
 
 
 
 
 
 
 
      
 |  + ^     
 1
 s
 t
 u
 
 
 
 
 
 
 
     <        T U     ! Y + X Y  H    j k        c    k   =    m n y                       
      2 : F G L        [ \ a        $ > ? D |         	  b g s t w                                 
            ! ! ! ! ! ! ! ! %! +! ,! 5! 9! :! M! Y! Z! [! \! ]! o! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " # # $ $ % % % +& 8& & & & & & & ' '  ' `' a' b' o' ' >( ( ( ) ) * * * n+ + :, , 	- p- q- 0. . . . */ H/ I/ \/ 0 0 0 1 2 }2 2 2 2 2 2 3 3 5 5 5 5 C6 O6 ^6 j6 k6 6 6 7 7 7 _7 d7 7 8 8 8 8 8 9 9 9 6: : : : : w; x; < < ?> @> > > ? ? ? ? @ ZA B B  C !C D D D D D D D D D D D D D D D D D D D D E 	E E E )E +E 0E 1E ?E AE GE HE [E ]E cE dE yE {E E E E E E E E E E E E E E E E E E E F F 	F 
F F F 1F 2F 3F 4F 5F H H  H hH H H H I I KI _I I I I I &J DJ xJ J J J J (K GK {K |K }K ~K K L L L L L M 	M "M UM VM tM M M M M M M M N 0N FN \N rN sN N N N N "O ,O 6O 7O ^O {O |O O O O O O O O O P P .P /P SP oP pP P P P P P P P P P P P P P P P Q Q &Q 'Q AQ ]Q ^Q pQ Q Q Q Q Q Q R R  R @R AR BR iR jR kR lR mR nR wR R R R R R R R  S S S 2S 3S 4S aS bS cS dS eS fS oS S S nT oT pT T T T T T T QU U U U U U U U U U V GV ]V _V V V V 2W 3W oW pW W W X X 'X xX X X X X X X X X X FY GY XY yY zY {Y |Y }Y ~Y Y KZ LZ Z Z Z Z Z Z [ /[ G[ ^[ [ [ [ [ B\ C\ -] .] E] Z] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ P^ U^ V^ `^ e^ f^ g^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ &_ '_ 2_ 7_ 8_ B_ G_ H_ S_ X_ Y_ c_ h_ i_ j_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 0` >` N` O` Z` _` `` j` o` p` {` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a 
a ya a a a b b b b b b #b $b /b 4b 5b ?b Db Eb Fb mb {b b b b b b b b b b b b b b b b b 
c c c &c +c ,c 6c ;c <c Gc Lc Mc Wc \c ]c ^c c c c c c c c c c c c c c c c c c d $d 4d 5d @d Ed Fd Pd Ud Vd ad fd gd qd vd wd xd d d e "e 2e 3e >e Ce De Ne Se Te _e de ee oe te ue ve e e e e e e e e e e e e e e e e e #f 1f Af Bf Mf Rf Sf ]f bf cf nf sf tf ~f f f f f f f f f f f f f f f f f f  g g g &g Fg kg g g g g g g g h h h h h h h h -i 7i Ai Bi ui i i i i i i "j #j Cj Dj j j 'k Lk \k mk }k ~k k k k l l 7l Pl l l l l l l l l l *m +m zm m m  n n 3n Hn `n an bn sn *o +o ,o -o Vo o o p ,p >p ?p .q /q 9q Dq wq q q q q q q r r r r r Vr Wr fr wr r r .s s s s t  t Bt Ct gt ht yt t  u {u u u u u u %v &v v v v v v v w ;w Ew Ow Pw vw w w w w w w x x >x ?x x x x x x 
y y y y @y y y /| 0| ~ ~     W X   L M _ ń Ƅ , - B  / 2     	 
  + > ? D L Q R W _ k l q x } ~           Ɋ ʊ Ҋ ي ފ ߊ 犍            J K   , - 㐍 䐍 z { ͑     锍 s t    㙍 䙍    , 9 J [ l }     ̛ 㛍 䛍       ? @   桍  , | } ܢ 
 7 g h   p q    ᥍ 妍 榍   . 8 B C q         # J      # } ~   ǩ ȩ ɩ ʩ     ? I S T           ( S   =     ɬ ׬ ج ٬ 㬍  ! + 5 6 d         ٭ 孍  7 w  !          ꯍ   2 < F G u         밍   L   㱍    ! 2 @ A B L W     Ͳ        E Q x  Ƴ   I            S ] g h          ʶ 	 ?    4 5 6 7 8 9 i   O  Ⱥ   G  뻍 컍   4 > H I q    ʼ ݼ ߼     k ~     뽍     ! " # $ L o        Ǿ 꾍  F G H Y       ¿ ÿ Ŀ ſ ƿ ǿ ȿ ɿ ʿ    9 L _ ` a b k  J ] C D E F W Í Í $Í %Í -Í BÍ WÍ iÍ Í Í Í Í Í Í Í č %č ?č Yč ič č č č č č č č 
ō  ō 3ō 4ō 5ō 6ō ?ō ō ō Lƍ Mƍ Nƍ _ƍ ƍ ƍ ƍ ƍ ƍ ƍ ƍ ƍ Ǎ 2Ǎ BǍ \Ǎ vǍ ~Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ ȍ 2ȍ 3ȍ 4ȍ 5ȍ ]ȍ uȍ ȍ ȍ ȍ ȍ ȍ ȍ ȍ ȍ Sɍ pɍ ɍ  ʍ ʍ ʍ ʍ ʍ ʍ ˍ ˍ .ˍ Gˍ lˍ ˍ ˍ ˍ ˍ ˍ ˍ ˍ [̍ ̍ ̍ ͍ ͍ ͍ ͍ ͍ ͍ ΍ ΍ =΍ >΍ c΍ v΍ ΍ ΍ ΍ ΍ ΍ ΍ ΍ ύ ύ ύ DЍ Ѝ Ѝ Ѝ Ѝ Iэ Jэ Qэ Zэ [э cэ xэ э э э э э э ҍ ҍ 4ҍ Iҍ [ҍ uҍ ҍ ҍ ҍ ҍ ҍ ҍ ҍ ҍ :Ӎ ;Ӎ cӍ dӍ wӍ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ ԍ ԍ $Ս 8Ս Ս x֍ y֍ z֍ ֍ ֍ q׍ x׍ ׍ ׍ ׍ ׍ ׍ ׍ ׍ ׍ ؍  ؍ :؍ T؍ e؍ ؍ ؍ ؍ ؍ ؍ ؍ ؍ ٍ ٍ 7ٍ Qٍ bٍ |ٍ }ٍ ~ٍ ٍ ٍ ٍ ٍ ٍ ٍ ٍ ڍ ڍ 	ڍ 
ڍ ڍ ڍ .ۍ ۍ ۍ ܍ h܍ ܍ 3ݍ ݍ 8ލ ލ ލ ލ ލ $ߍ ;ߍ kߍ ߍ ߍ ߍ # O           1 C ] w         / D Y k          : ; < = e f y            g t  X       5 L k      " ) 2 3 ; M _ q         . ? V W _ q         + < R c z { | }          	  $   <   ? ^     F e         > ]       + o p            < = _        D E F G  1 3 g    _    V            L    D      1 ; E F n o          3 j     5 6 G H I q r          
               & D h      '	 (	 ;	 N	 a	 t	 v	 w	 x	 	 	 (
 
 
 
 
 
 
 
        
 P
 
 
  E    b          > ? d w       . _ q    " # 4 a h p q              ( ) 2    
 # 6 n y       
  R Y a b           ! # $ % .     L W v        ( ) Q R e x        W   - ? z       $ Q R S T { |  n    F    1     ,     ! ! ! 4" "  # !# T# $ 	$ >$ S$ o$ $ $ $ $ % K& z& & 	' F' ' ' 3( r( ( ) ) ) #) 2) >) Q) U) V) W) X) Y) Z) [) \) ]) q) x) }) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !* &* |* }* * * * * * * 6+ :+ + + + + + + + + , , F, G, L, z, , , , , ,  - - - - - -  - #- ,- -- .- ?- D- L- S- Z- f- g- r- v- }- - - - - - - - - - - - - - - - - - [. \. u. v. . . . . . . . . . . . . . . . . . . . . . 
/ '/ (/ 3/ @/ A/ K/ X/ Y/ Z/ [/ \/ ]/ ^/ _/ l/ m/ {/ |/ }/ ~/ / / d0 e0 W1 X1 /2 02 G3 P3 p3 3 3 4 4 +4 s4 t4 4 4 4 4 4 4  5 
5 E5 5 6 6 7 7 |8 }8 8 9 g9 9 >: : ; ; ; )< < < < < < < `> a> r> ? ? @ =@ V@ r@ @ @ A A 6C 7C C C C C C D 	D ZD pD D D D D E AE E E E &F cF F G G G $H %H pH qH I I nJ oJ K K L L bM cM }M M >N N ?P @P P P *R .R /R ER FR ZR [R \R eR sR R R R R R R R R R R R R R R R R R R R R R R R R S S S S S S 4S 6S ;S <S VS XS ]S ^S mS oS uS vS S S S S S S S S S S S S S S S U U U V  V TV nV V V V V 1W IW }W W W W X 4X hX X X X X Y Y Y Y >Y GZ HZ ^Z Z Z Z Z Z Z Z [  [ 3[ 4[ R[ [ [ [ [ [ [ [ \ \ w\ x\ \ \ \ \ \ \ \ ] ] 0] F] \] r] t] ] ] ] ] ] ] ] ] 
^ ^ #^ $^ %^ &^ 7^ W^ X^ Y^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ 9_ R_ g_ |_ _ _ _ _ _ _ _ _ ` ` 	` 
` ` ` ` 4` 5` I` J` l` ` ` ` ` ` ` ` ` `  a a a a a 
a Va Wa b 
b b b ?b @b Ab Bb bb b #c 9c :c Dc Oc c c c c c c c c .d /d 8d d d 
e e e ne e e e f Yf Zf {f |f }f ~f f f f f f f g g g g g g Ig g g +h 6h @h Kh Uh Vh h h h h )i *i ei i i i j j j j #k 1k Ak Bk Mk Rk Sk ]k bk ck nk sk tk ~k k k k k k k k k k k k k k k k k k l l l "l 0l @l Al Ll Ql Rl \l al bl ml rl sl }l l l l l l l l l l l l l l l l l m m m m 0m >m Nm Om Zm _m `m jm om pm {m m m m m m m m m m m m m m n 
n n n n n )n .n /n 0n In Wn gn hn sn xn yn n n n n n n n n n n o `o o o o o o o o o o o o o o o o o o p p )p *p 5p :p ;p Ep Jp Kp Vp [p \p fp kp lp mp p p p p p p p p p p p p p p p p p ,q :q Jq Kq Vq [q \q fq kq lq wq |q }q q q q q q q q q q q q q q q q r r r r r r r r r r r r r r r r r r r s s 
s s s s 3s As Qs Rs ]s bs cs ms rs ss ~s s s s s s s s s s s s s s s  t t t t t t !t "t #t >t Lt \t ]t ht mt nt xt }t ~t t t t t t t t t t 	u ,u -u u u u u u u ;v <v pv v v v v v v v v w 7w Iw Kw bw cw lw w w w w 0x x x x x y y y @y Ay Ry y y y y z z Dz sz tz uz vz wz z z z { w{ { { { { { { {  | | | | | | | } } } } } } ~ ~ ~ ~   ) * P            M N ̀ : Z {    ၎    h   W     Ã ă I J ~     ل ㄎ 턎   < N O P Q Z   ܅ ݅ , - N O `     ކ t  ͉ Ή e r        ꐎ 됎  c d ʔ ˔  - ͕ Е ; < ! 6    ɗ ܗ ݗ ◎ ꗎ     	 
     ! ( 4 5 = E J K S [ g h p w | }       < =   * + 蜎 霎 B N ʝ ˝     k , - 5 6     1 ;      ʨ ר 討  
  , - @ S j      [ \ ݫ ޫ     ʯ   z  հ   O    6 F S      ̴ ִ എ ᴎ  A B D E F O    赎 & N Y       . e f g h     ݷ 緎     E F G I J K T   Ƹ  1 U ۹ D T U V g u v w    ɺ Ӻ Ժ  ( ) * + - . / 8 w   ջ  9  ( 8 9 : K Y Z [ \    н ڽ 低 彎  : ; < = ? @ A J    꾎 ) I     п ޿ ߿ ࿎ 꿎  ( 2 < = k           D d    0 1 B P Q R       Î Î /Î 0Î 1Î 3Î JÎ KÎ TÎ VĎ WĎ hĎ Ď Ď Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ǝ ǎ ǎ ǎ /Ȏ fȎ Ȏ Ȏ 4Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ ʎ /ʎ Bʎ Uʎ hʎ {ʎ }ʎ ʎ ʎ ʎ 	ˎ ˎ Iˎ Jˎ Kˎ \ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ 
̎  ̎ 3̎ F̎ Y̎ Z̎ [̎ \̎ e̎ ̎ ̎ ̎ ̎ ̎ ̎ (͎ /͎ 8͎ 9͎ O͎ _͎ `͎ a͎ b͎ c͎ d͎ e͎ f͎ g͎ h͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎  Ύ 	Ύ FΎ Ύ Ύ ώ ώ ώ ώ ώ Ў Ў Ў Ў Ў Ў Ў ю !ю ;ю Kю eю ю ю ю ю ю ю ю Ҏ !Ҏ ;Ҏ <Ҏ =Ҏ >Ҏ fҎ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Hӎ vӎ ӎ ӎ ӎ ӎ GԎ NԎ WԎ XԎ `Ԏ uԎ Ԏ Ԏ Ԏ Ԏ Ԏ Ԏ Վ Վ 1Վ FՎ XՎ rՎ Վ Վ Վ Վ Վ Վ Վ Վ ֎ &֎ 9֎ L֎ _֎ `֎ a֎ b֎ k֎ ֎ ׎ U׎ ׎ <؎ =؎ >؎ ?؎ P؎ ؎ ؎ ؎ ؎ 
َ َ 0َ Cَ Dَ Eَ Fَ Oَ َ !ڎ dڎ ڎ Kێ Lێ Mێ Nێ _ێ ێ ێ ێ ێ ܎ ܎ '܎ :܎ M܎ N܎ O܎ P܎ Y܎ .ݎ Uݎ ݎ ݎ ގ ގ ގ ގ ގ ގ ގ ގ ގ ߎ ߎ +ߎ =ߎ Wߎ qߎ ߎ ߎ ߎ ߎ ߎ ߎ ߎ  - = W q r s t       ( ; N a b c d m &    i    )       ( = R g y        % : O d v            E F Y l        u  -    |  ,  , - 4 s   	 5 i    ! " 3 w ~          & @ Z k        	 # = N h            * = P c d e f o - '      r ) 0 p     	 ( i j k |         ! 8 O f w          ! 3 E \ s            C D W j }         \  X    Y w  ;     +    < = }    ; Z y     
  2 3 8 : ; < E R t       A c x y       	 
 
  G ~   L    
 
 [ \   ! X    , c   1          
   3 F Y [ \ ] f    6 T n         # 6 I \ ^ _ ` i   . / @ A B j k ~                         C  S T e f g h  % & M N  w x   % ]   % j    U V W a l         ( ; = S T ]    G R ~           %  5  6  7  8  `  a  t                  ?! Z! ! ! ! ! " " 6" R" d" " " " " " " " "  # 0# G# H# I# J# r# s# # # # # # # # # ;$ c$ $ $ $ $ % ?% % % % % % % % % % % & & )& <& >& ?& @& I& & & g' ' ' ' ( #( B( m( ( ( ( ( ( ( ( ( ) ) U) * >* ?* x* * +  + R+ + :, ;, , , , -- \- ]- - g/ / / / 0 0 0 0 1 1 1 1 
2 2 02 X2 Y2 2 3 4 Q4 4 4 =5 y5 5 6 G6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 +7 ,7 ;7 <7 =7 I7 J7 K7 L7 W7 [7 n7 v7 7 7 7 7 7 8 8  8 M8 R8 8 8 8 8 8 *9 +9 09 \9 `9 z9 {9 9 9 9 9 9 9 : : C: D: E: O: : : : : : : : : : : : : : : : : ; ; ; ; ; "; #; $; %; &; '; (; ); *; +; ,; -; .; /; 0; 1; F; ; ; < < -< >< ?< S< U< V< W< X< Y< a< g< h< q< u< v< < < < < < < < < < < < < < < < < < < < < < 
= = = = = = )= ;= > > > > ? ? @ @ A gA tA A A A B B %B JB KB \B B B B B B zC 6D 7D $E %E F F 'F F G vG G EH H H lI I 'J (J fJ J J J K K L .M PM M M M N *N +N 4O 5O P P 3Q 4Q Q Q Q Q Q Q R @R AR RR R R R =S >S ZS S T [T  U !U rU U U V V V V X 
X {Y |Y 2Z 3Z  [ [ [ ,[ [ \ ] ] \^ ]^ _ _ _ _ _ _ _ _ ` ` ` `  ` !` "` #` '` (` )` *` C` E` K` L` e` g` l` m` {` }` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a 
a a a "a $a *a +a >a @a Ea Fa Ma Ra ma na oa pa qa Oc Pc \c c c c d @d Sd d d d d e .e be e e e f  f 0f df f f f f f f g g g "h 1h Dh Eh ^h h h h h h h h  i !i "i Vi li i i i i j j  j +j ^j hj rj sj j j j j j j k k )k *k 3k Uk Vk jk kk k k k k k k k k k k k l l  l !l "l #l ,l Ml Nl bl cl }l l l l l l m m 4m 5m Jm Km \m |m }m ~m m m m m m m m m m m m 
n &n 'n <n =n Nn nn on pn n n n n n n n n n o o o o o o o o  p p p p p p p  q *q 4q 5q Vq q q q q q q nr or r r r s Qs Rs cs s s s t t t t t t 't t t t t t t t t t t u u u u u u u u Tv kv v v v v w 8w ~w w ix jx x x x x x x x x x x  y y y y y y !y "y #y Ay Oy _y `y ky py qy {y y y y y y y y y y y y y y y y y y y  z z z z z  z !z "z Dz Rz bz cz nz sz tz ~z z z z z z z z z z z z z z z z z { 
{ { { { { ){ .{ /{ 0{ l{ z{ { { { { { { { { { { { { { { { { { | | | | | !| &| '| 2| 7| 8| B| G| H| I| | |  } .} >} ?} J} O} P} Z} _} `} k} p} q} {} } } } } } } } } } } } } } } } } ~ 	~ 
~ ~ 8~ F~ V~ W~ b~ g~ h~ r~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  	 
    % * + , R ` p q |               ! P ^ n o z             р ߀           ! " , 1 2 3 _ m } ~              ܁ ꁏ         ' , - 7 < = > b   ʂ ˂ ! " / 0 1 T ك ڃ    ! + 6 i s } ~  Մ 焏 鄏    
 ^ _   ΅ - c      ކ ߆  A Z s    ⇏       f g     < U o      f g h i  ! " V h z { j k u    ǌ Ȍ   / A B C D M     덏 썏 j ؎   ? \ ~      \   8 9 : ; a b 瑏 葏  . / 9 D w     ڒ 쒏 풏    Y Z z { ʓ ˓ 쓏 퓏  I J K L |  6 k l   ; < M   T U      h i ~ ˢ k n ٣ ڣ  Ԥ E F U g z {              ƥ ҥ ӥ ۥ 㥏 襏 饏         # * 6 7 8 9 ڦ ۦ 2 3 ȩ ɩ   એ 쪏 h i      	 ʮ ˮ ӯ ԯ %   J ϳ ٳ    A N [ h u     ʶ ˶ ޶      + [ \   { | N O " 3 h    F s    =   Կ    ! " , 7 j t ~         ,Ï 8Ï _Ï Ï Ï Ï Ï 0ď :ď _ď ď ď ď ď ŏ ŏ ŏ ŏ 2ŏ 3ŏ =ŏ Hŏ {ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ 1Ə =Ə dƏ Ə Ə Ə yǏ Ǐ Ǐ Ǐ Ǐ ȏ ȏ ȏ ȏ ȏ *ȏ ]ȏ gȏ qȏ rȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ɏ !ɏ Hɏ sɏ ɏ ɏ ]ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ &ˏ 0ˏ ;ˏ nˏ xˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ '̏ 3̏ Z̏ ̏ ̏ ̏ ͏ [͏ \͏ ]͏ n͏ |͏ }͏ ~͏ ͏ ͏ ͏ ͏ ͏ ͏ 	Ώ 3Ώ 4Ώ 5Ώ 7Ώ 8Ώ 9Ώ BΏ Ώ Ώ Ώ Ώ Ϗ 1Ϗ NϏ Ϗ Ϗ Ϗ Ϗ Ϗ Ϗ Ϗ *Џ GЏ QЏ \Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ я я ҏ Eҏ {ҏ ,ӏ -ӏ >ӏ pӏ qӏ rӏ sӏ tӏ uӏ ӏ VՏ WՏ Տ Տ ֏ <֏ ֏ ֏ '׏ (׏ 2׏ =׏ p׏ z׏ ׏ ׏ ׏ ׏ ׏ ׏ ؏ ؏ ؏ 2؏ 3؏ <؏ ؏ ؏ ؏ ؏ ؏ ؏ 'ُ .ُ 6ُ 7ُ Mُ ]ُ ^ُ _ُ `ُ ُ ُ ُ ُ ُ ُ ُ ُ ُ ڏ &ڏ Tڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ  ۏ ۏ ۏ ۏ ۏ ۏ ۏ .ۏ Oۏ Pۏ uۏ ۏ ۏ ۏ ۏ ۏ ۏ ۏ ܏ ܏ ݏ ݏ ݏ ݏ ݏ Pޏ Wޏ `ޏ aޏ iޏ ~ޏ ޏ ޏ ޏ ޏ ޏ ߏ ߏ %ߏ :ߏ Oߏ aߏ {ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ  $ I \ o p q r {             ( : T n ~        * : T n o p q           	    <      A B j             K      P Q y z            7     ! 2             9 S [ p           # v w              $ ` t      1          1 K \ v         . H Y s          
  0 C D E F O  j   Q   o  t     ` w    3 _       % & . C X m       	 # 4 N V k          1 K \ v w x y           
    -         - L q      	  ^ e n o w         , C T j {          ( 9 P g x            . A C D E N `	 (
 
 x  0 {   
 G
 
    6 7 >    [ z     6 U V g            4 V x y       ( [      m o    T   ? @  9 :      S T    9   $ % / : m w              L  o        ! C! q! r! ! ! ! ! ! ! ! ! ! ! ! ! " %" I" " " " " " # 	# # /# B# U# W# X# Y# b# # # '$ ($ 9$ :$ ;$ c$ d$ w$ $ $ $ $ $ $ $ $ d% % % & & & & 7& & & & & ' ( ( J( ( ( ( @) ) ) * O* * * * * * 
+ =+ G+ Q+ R+ z+ {+ + + + + + + + + j, , , , , - ^- _- p- - - - - - - - - - - - . %. 8. K. M. N. d. e. n. . . )/ F/ _/ r/ / / / / 0 (0 G0 H0 I0 Z0 0 0 0 0 0 0 0 0 0 1 1 $1 71 J1 ]1 _1 `1 a1 j1 1 2 ;2 M2 2 2 2 2 3 #3 $3 %3 &3 73 d3 e3 3 3 3 3 3 3 3 3 3 3 V4 4 5 85 i5 {5 5 5 5 6 M6 N6 O6 `6 6 6 6 6 6 6 6 7 7 7 8 8 8 8 8 m9 9 9 .: /: h: : : : 3; = 2= 3= p= "> \> ]> > D? E? z? ? ? ? ? ? ? =@ A A A EB B B C oC C C GD HD SD _D nD zD D D D D D D D D D D D D D D D D D D D D D D D D E E  E !E &E ]E bE E E E E E 5F 6F ;F rF vF F F F F F G G G VG [G G G G G G G G G G <H AH MH NH QH [H \H _H hH iH jH {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 I I I I I I I I I I I I I I J J J J J 'J 3J 4J 5J 6J 7J IJ cJ dJ oJ |J }J J J J J J J J J J J J J J J J J J K K L L kM lM N N N O O ZO [O gO O O O O O O :P ;P <P IP P Q Q Q R R S S S HT T U zU U JV KV 
W eW W W X "X #X 6X Y Y Y Z Z W[ y[ [ [ [ [ \ \ r^ s^ ^ ^ _ )_ 8_ D_ E_ _ _ _ _ _ 9` >` }` ` ` ` ba a a b b c `c ac c c Qd Rd e e g g g g h h h h zi 4j {k |k k k fm jm km m m m m m m m m m m m m m m m m m m m m m n n 
n n n n !n "n 5n 7n =n >n Sn Un Zn [n pn rn wn xn n n n n n n n n n n n n n n n n n n o o 
o o o p p p Bq \q q q q q %r 9r mr r r r  s s Rs ps s s s t !t Ut Vt Wt Xt zt u u u u u u u u /v 0v Nv \v ov pv v v v v v 
w  w 6w Lw Mw w w w w w x x x 8x Ux Vx lx x x x x x x x x x y 	y -y Iy Jy _y `y ay by sy y y y y y y y y y y y y  z z z 7z 8z Jz uz z z z z z z z z { { { C{ D{ E{ F{ G{ H{ Q{ p{ q{ { { { { { { { { | 
| | ;| <| =| >| ?| @| I| | | H} I} J} [} {} |} }} ~} } +~ _~ u~ v~ ~ ~ ~ ~ ~ ~ ~ ! 7 9 j k t  
 I J Y     R         Ł   ! 2 S T U V W X  % & g r |     	 ! 8 e f  ք      4 _ m } ~              ߆ 톐   	      * / 0 : ? @ A ^ l | }              ⇐         ! " - 2 3 = B C D l z            ǈ ̈ ͈ Έ 
  ( ) 4 9 : D I J U Z [ e j k l         ĉ ŉ Љ Չ ։  剐 扐 牐 S   ̊ ܊ ݊ 芐 튐     	        G U e f q v w           ֋ 䋐          ! & ' 1 6 7 8 h v            Ì Ȍ Ɍ ʌ         * / 0 ; @ A K P Q R      
    ( - . 9 > ? I N O P o }            ʎ ώ Ў ю     ' , - 7 < = H M N X ] ^ _ z          ŏ ʏ ˏ Տ ڏ ۏ ܏     E h i   ͐ ΐ ϐ  w x    ɑ ԑ     O s          l ˓  & 6 G W X | }  ߔ   * Y Z          T   ږ  
 " : ; < M     0        	   Q [ e f   ͚ ߚ  ᚐ ⚐ 뚐 0 1 @ Q    v   ݜ    A B S   U  ֞ מ ؞ ٞ       ̟ ͟ ן ⟐   ) * P x          h i    硐 衐 顐 ꡐ   Ԣ 	 
   ٨ ڨ 먐 1 2   & ' 9      i 	  w x ] r 㲐 䲐      & + , 1 9 E F K R W X ] d p q y             ȳ Գ ճ ֳ ׳ x y е ѵ f g $ % ~      T U  h i q r ý M N 运 m w   Ð Ð Ð Đ Đ $Đ 5Đ FĐ WĐ hĐ iĐ |Đ Đ Đ Đ Đ Đ Ő Ő Ɛ Ɛ ǐ ǐ ɐ ɐ ʐ ʐ ː Vː Wː ː ː ̐ A̐ B̐ ̐ ̐ J͐ K͐ r͐ ΐ ΐ ΐ ϐ ϐ ϐ ϐ А А А А KА }А ~А А А А А А А А $ѐ bѐ ѐ ѐ ѐ ѐ ѐ WҐ XҐ YҐ jҐ Ґ Ґ Ґ Ґ Ґ Ґ Ґ Ґ Ӑ #Ӑ -Ӑ .Ӑ \Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ԑ -Ԑ mԐ Ԑ Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր ֐ ֐ ֐ >֐ d֐ e֐ f֐ g֐ i֐ j֐ k֐ t֐ ֐ ֐ ֐ א Qא uא א dؐ tؐ uؐ vؐ ؐ ؐ ؐ ؐ ؐ ؐ ؐ ؐ ِ ِ  ِ !ِ Oِ vِ wِ xِ yِ {ِ |ِ }ِ ِ ِ ِ ِ &ڐ eڐ ڐ ڐ ڐ ڐ ڐ ې ې ې ې &ې 1ې dې nې xې yې ې ې ې ې ې ې ې ې ܐ +ܐ Rܐ ܐ ܐ ܐ ܐ #ݐ lݐ mݐ ~ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ -ސ 7ސ Aސ Bސ kސ lސ mސ oސ ސ ސ ސ ߐ ߐ ߐ ߐ           C   ) k   ! p       " # K k ~        E X              & I \ o           ! " 3 d k t u                & 9 : ; < E  $ 7      1       1 C ] w         3 C ] w x y z     
       & ' ( 9            6 P X m        
   7 O b u       - J   x y z {     ! F Y l      5 ]            = P c v      j        # $ + 4 5 = R g y        # 5 O i y         = > Q d w       b     R S T e  K  R  [  \  d  y               . ? Y a v        + < V W X Y              i   B  
 h  h i p    E q    )	 ]	 ^	 o	 	 	 	 	 	 	 	 
 
 7
 Q
 b
 |
 
 
 
 
 
 
 	  3 E _ y           ? @ S f y       i
 c  A N  2  e l     & E d        
  ' 9 K ] t         0 1 9 K ] o         , = T U V W                   8    w   ? g    x  y      ! 7! w! ! ! ! ! ! " I" J" n" o" t" v" w" x" " " " " " # # 9# [# }# # # # # # $ $  $ !$ [$ & 
& A& & & & 9' ' ' ' 0( ( ( ) ) \* ]* * * * &+ h+ + + , m, , , , , - - -  - H- I- \- o- - - - - - - - 
. D. r. . . . / / !/ "/ #/ K/ L/ _/ r/ / / / / / / / / j0 k0 |0 }0 ~0 0 0 0 0 0 0 0 0 0  1 1 B1 1 1 1 1 1 2 2 2 (2 ;2 N2 P2 Q2 R2 [2 2 3 3 3 3 3 3 3 3 a4 b4 4 4 4 5 5 5 *6 a6 6 6 7 a7 7 7 <8 8 8 8 8 8 8 8 8 8 9 9 >9 Q9 d9 w9 y9 9 9 9 : 9: K: : : : : : ; ;; B; J; K; a; q; r; s; t; ; ; ; ; ; ; ; ; < < < {< < < < < = H= S= r= = = = = = = = ,> 3> ;> <> l> > > > > > > > > > > > > > ? w? ? ? ? &@ 1@ P@ {@ @ @ @ @ @ @ A A +A ,A ?A RA eA xA zA {A |A A A 1B B B C C TC _C ~C C C C C C +D ,D -D .D UD VD D HE zE {E E  F [F \F F G vG wG G G H iH H H H J J J K K K K .L L L M -M IM YM lM M M M %O TO O O  P yP P 
Q LQ Q Q Q Q Q R R +R /R 0R 1R 2R 3R 4R 5R 6R 7R KR RR WR gR hR wR xR yR R R R R R R R R R R R R  S VS WS \S S S S S S T T fT gT lT T T T T T T T  U !U &U TU YU U U U U U U U U U U U U V V V V V &V -V 4V @V AV LV PV WV ^V _V `V aV bV cV dV eV fV gV hV iV jV kV lV mV V 5W 6W OW PW iW zW {W W W W W W W W W W W W W W W W W W W W X X 
X X X %X 2X 3X 4X 5X 6X 7X 8X 9X FX GX UX VX WX XX eX wX >Y ?Y 1Z 2Z 	[ 
[ !\ *\ J\ \ \ \ \ ] M] N] a] ] ] ] ] ] ] ] ^ ^ r_ s_ `` a` Va Wa ca a Ab b c c c c d e ce de e e e e :g ;g Lg jh h h i 0i Li fi gi pj qj l l ol pl l l l l l 4m Jm |m }m m m m n yn zn n  o =o o \p ]p p p p Jq Kq q q Hs Is t t nu ou <v =v Wv hv w w y y y y { { 	{ {  { 4{ 5{ 6{ ?{ M{ Z{ [{ \{ ]{ ^{ _{ c{ d{ e{ f{ { { { { { { { { { { { { { { { { { { { { | | | | 0| 2| 7| 8| G| I| O| P| ^| `| f| g| z| || | | | | | | | | | ~ ~ ~ ~ ~ . H |     # W j     B \ l        ! " 8 ^ m    ̓ ΃ 샑  
  , \ ] ^    Ԅ ꄑ 넑 Q R \ g     օ   
   6 L N e f o     ˆ 熑 膑       1 2 3 Z [ \ ] ^ _ h      Շ և 臑  , A V p q       ሑ ∑ ㈑ 䈑 刑 我    # $ F b c x y     ى ډ ۉ ܉ ݉ މ 牑 0 1 抑 犑 芑      < ɋ     ) \ f p q   Ռ ׌  	    獑 荑  H     3 4 U V W X Y Z c   Џ       # Ð Đ    % / 0    ֑   ? t      ғ     ' , - 7 < = H M N X ] ^ _ }          Ȕ ͔ Δ ؔ ݔ ޔ ߔ  
   & + , 6 ; < G L M W \ ] ^           ˕ Е ѕ ە  ᕑ ║ 
  ( ) 4 9 : D I J U Z [ e j k l   Ɩ ǖ Җ ז ؖ ░ 疑 薑      	 
 # 1 A B M R S ] b c n s t ~     : \ j z {              嘑        $ % 0 5 6 @ E F G t           ę ř ϙ ԙ ՙ ֙   $ % 0 5 6 @ E F Q V W a f g h        Ț ͚ Κ ٚ ޚ ߚ 隑    \ ]        ƛ ˛ ̛ כ ܛ ݛ 监 웑 훑  
  + , 7 < = G L M X ] ^ h m n o     Ŝ ʜ ˜ ՜ ڜ ۜ 朑 뜑 윑      & 6 7 B G H R W X c h i s x y z   㝑   ] ^ k l m    J \ ] g r     ퟑ  # % < = F     
 i  ġ ԡ 塑     , }   Ȣ    M N O P Q Z    Q \ x    ؤ ٤ ڤ 뤑     Υ ] ^         六    * Y k } ~    Ψ Ϩ ި 﨑 ' (   4 U {    ߪ ઑ  B   1 t u v w   # $ X j k u    ǭ ȭ   ( ) * + 4       ( ) :      N r   ? L w x  Ϸ з   Ĺ Ź ׹ = >                                   $ % - 5 A B J Q V W _ f r s t u   nÑ oÑ ő ő ő ő Ƒ (Ƒ Ƒ Ƒ [Ǒ \Ǒ Ǒ Ǒ Eȑ ʑ ʑ ˑ ˑ aˑ ̑ ̑ ͑ ϑ ϑ [Б \Б }ё ё ё ё ё ё ё ё ё ґ ґ ґ -ґ Dґ [ґ \ґ gґ ӑ ӑ 5ԑ 6ԑ ԑ ԑ ב ב ^ؑ oؑ ؑ ؑ ؑ Tّ ّ ّ ّ ّ )ڑ yڑ ڑ ڑ ۑ  ܑ -ܑ Yܑ ]ݑ ^ݑ hݑ sݑ ݑ ݑ ݑ ݑ ݑ ޑ ޑ ޑ ޑ  ޑ )ޑ hޑ tޑ ޑ ޑ  ߑ (ߑ 3ߑ lߑ vߑ ߑ ߑ ߑ ߑ  ? @ A B n o y          ! # $ % . m y    /   . / 0 A O P Q [ f            	  Q ]          % 3 4 5 6 b l w             $ c o    # [              E o p q s t u ~     > m   
   * + , f        	 
  
 $ % . 0 1 B   h i z           	 @ x   c d n y      	  / B U W n o x   # $ % 6 c j r s         
   3 4 5 6 ? b       	   ) 9 : ; < = > ? @ A B j                             % ? Y a v           @ `        " P     ! ( 1 2 : O d v          2 L f v           & 9 : ; < E   /  x      * } ~     
      )   >  % & ' ( 9         ' ( ) * 3  / s  [ \ ] n          1 K [ u       	 	 1	 K	 L	 M	 N	 _	 	 	 	 	 	 
 
 (
 ;
 <
 =
 >
 G
   `   C    
 m
 
 
 
 
   , A S m         ) > P j             3 F Y l      O   Z   V       M     C o     
 Q X a b j          4 E _ p         ( B \ m            * = > ? @ I   i   Y  L  
 J i       C  D  E  V                    ! )! @! Q! h! ! ! ! ! ! ! ! ! ! 
" " 6" M" d" u" " " " " " " " " " # # 1# D# W# j# }# # # # # $ d% 6& & 2' l' ' ' 3( Q( ( ) ) * , r, s, z, . . W. . . . / 4/ S/ r/ / / / / / 0 
0 0 0 0 0 0 ,0 N0 p0 0 0 0 0 0 1 =1 R1 S1 d1 1 1 1 1 1 1 3 3 3 !4 X4 4 4 &5 {5 |5 5 u6 v6 57 67 7 7 28 8 8 8 9 =9 u9 9 : `: a: k: v: : : : : : : : 
;  ; 3; 5; 6; 7; @; ; ; ; < .< H< < < < < < < < < < = #= 6= 8= 9= := C= a= = > 	> > > > D> E> X> k> ~> > > > > > > > c? d? u? v? w? ? ? ? ? ? ? ? ? ? ? @ @ -A .A ?A @A AA BA sA A  B 'B (B YB QC RC C C C 7D |D D D DE E E /F 0F 1F ;F FF yF F F F F F F F G G G -G .G 7G G G G !H ,H XH H H H H H H H H I I I I :I ;I NI aI tI I I I I I I J 4J eJ J J J J J K ,K >K dK K K K K K K K K 
L !L "L #L $L LL ML `L sL L L L L L L M =M wM M M M M N [N _N `N aN bN sN N N N N N N O O O O O #O O O AP tP P P P P Q GQ Q Q Q Q Q Q Q Q Q Q /R R S S RS S S S ,T T U U jU kU U V 6V 7V oV AX nX oX X ^Y Y Y Y Z Z Z Z Z Z 
[ 2[ 3[ y[ \ \ +] ] ] ^ S^ ^ ^ !_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` ` #` $` %` &` 1` 5` H` P` \` ]` b` ` ` ` ` ` 'a ,a qa ra wa a a b b 
b 6b :b Tb Ub Zb b b b b b b b c c c )c xc }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 d d d d d d d d 	d 
d d  d d d d d e e e -e /e 0e 1e 2e 3e ;e Ae Be Ke Oe Pe ce oe pe qe re se e e e e e e e e e e e e e e e e e e e e e f f f f g g h h i i i Aj Nj j j j j j j $k %k 6k vk wk xk k k Tl m m m m n n o o o Pp p q q q Fr r s s @s ^s _s rs t t t v *v v v v v w w x x y y 
z z Yz ez tz z z z z { { ,{ u{ z{ { | | 4| | | 5} } } L~ ~ ~ ~ ~   怒 瀒 U V  
 ڃ ۃ    p   6 7      ҈ ӈ Ԉ ݈ 눒             % & ? A F G U W ] ^ q s y z         Ή Љ Չ ։ 剒 牒 퉒           ' , G H I J K ) * 6 ~  ̌ 挒  - a u     < Z     
 > ]        ֐     8 k l     ʑ    0 F \ r       8 B L M t     ԓ ꓒ 쓒   
 / 0 D E i        ϔ Д є        ' ( < = W s t   ʕ ߕ    $ % 6 V W X            䖒      ( H I J w x y z { |  Η ϗ         ژ g     Ǚ     0 ] s u    H I    曒 + , =  ќ Ҝ        \ ] n        a b    Þ ͞ Ξ . E ] t   ݟ  X Y C D [ p     š ʡ ˡ ա ڡ ۡ 桒 롒 졒      ) 9 : E J K U Z [ f k l v { | }     Ģ ɢ ʢ Ԣ ٢ ڢ 墒 ꢒ 뢒      , < = H M N X ] ^ i n o y ~     ƣ ǣ ң ף أ ⣒ 磒 裒      	 
 F T d e p u v            Ϥ ߤ ऒ 뤒           ! " #  إ     $ ) * 4 9 : E J K U Z [ \         ¦ æ Φ Ӧ Ԧ ަ 㦒 䦒 妒    0 1 < A B L Q R ] b c m r s t   § ç Χ ӧ ԧ ާ 㧒 䧒 戮       , : J K V [ \ f k l w | }       * 8 H I T Y Z d i j u z {       ɩ ʩ թ ک ۩ 婒 ꩒ 멒       
 9 G W X c h i s x y         Ī Ԫ ժ ઒ 媒 檒           < \      	 
  .   謒     C M W X    í ڭ ۭ 䭒 8 9 Y Z   = b r      ʯ  4 M f    밒 찒   ﰒ  @ A  ﱒ   / I ^ v w x  @ A B C l   0 B T U D E O Z     ȵ  	     ' l m |  Ŷ ƶ D  ҷ   6 X Y } ~  ฒ 6  Ϲ     ; <  º   	   Q [ e f   ƻ ǻ Ȼ ɻ һ 3 4 T U   Ƽ Ǽ ؼ # $ % & V 콒  E F   Ē Ē 'Ē mŒ nŒ .ƒ /ƒ bǒ cǒ uǒ Ȓ Ȓ B˒ C˒ X˒ ˒ E̒ H̒ ̒ ̒ ͒ ͒ Β  Β /Β AΒ TΒ UΒ ZΒ bΒ gΒ hΒ mΒ uΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β ϒ ϒ ϒ ϒ ϒ ϒ ϒ ђ 
ђ Ғ Ғ `Ӓ aӒ Ӓ Ӓ BԒ CԒ Ԓ Ԓ Ւ Ւ Ւ ג ג ؒ ؒ ؒ ڒ ڒ $ے ܒ ܒ ݒ ݒ ߒ (ߒ 5ߒ Bߒ Oߒ `ߒ qߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ  5 6   U V ( )  
 B      M } ~             D N X Y          9 `    
  9          
  " U _ i j           > i   S           7 A K L z           " M   7            
  H R \ ]           
 4 b    5 6 7 H V W X b m      
       [ g     ( _        ! + 6 i s } ~            U    J K L M N O  0 1 e    ]          J  T  ^  _                 
            ' 7 8 9 : b            . \ ] ^ o                 ) * O b u v w x   ` s Y Z [ \ m * 1 : ; C X m         ) ; U o         #	 6	 I	 J	 K	 L	 U	 	 	 b
 c
 d
 u
 
 
 
 
 
 
   . H X r         . H I J K s          i
 
 
         D ]         q   %      * + S T y            Z     _ ` g p q y        - 5 J _ q          P Q y z            : N                 % 6 P j {        " 3 M g x          
      )  D   +  ~    I! ! N" " " " " :# Q# # # # 
$ 9$ e$ $ $ $ $ $ $  % % % 2% G% Y% s% % % % % % % & (& 0& E& Z& o& & & & & & & ' %' 6' P' Q' R' S' {' |' ' ' ' ' ' ' ' ' ' ( ) * }* * * n+ + , , , - &- K- b- - - - - - - 8. ?. H. I. Q. c. u. . . . . . . / / ./ D/ U/ l/ m/ u/ / / / / / / 0 0 *0 A0 R0 h0 y0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 (1 :2 3 3 R4 4 
5 U5 t5 5 5 !6 6 \7 {8 9 : : : ; ; ; 5< T< s< < < < = /= 0= A= = = = = = = = = = = = > 0> R> S> u> > > > > > ? 5? Z? [? \? ]? ? GA IA }A A A .B uB B C C lC D D D D E E E -F .F bF F F G ZG G G G 	H H GH QH [H \H H H H H H H H H H H &I II I I I I J KJ LJ ]J ^J _J J J J J J J J J J J J #K K K K K K K K K 	L L /L 1L 2L 3L <L ZL ~L M M M M M =M >M QM dM wM M M M M M M >N N N N N N N O O O O O O P P $Q fQ Q Q R [R R R )S xS S S S S S T !T +T ,T TT UT zT T T T T T T T DU uU U U U U 8V 9V JV wV ~V V V V V V V V V V V V W %W 'W (W >W ?W HW W W X  X 9X LX X X X X X Y !Y "Y #Y 4Y hY oY wY xY Y Y Y Y Y Y Y Y Z $Z 7Z 9Z :Z ;Z DZ Z Z [ '[ b[ m[ [ [ [ [ [ [  \ \ >\ ?\ g\ h\ {\ \ \ \ \ \ \ \ 0] m] ] ^ C^ U^ ^ ^ ^ ^ '_ (_ )_ :_ g_ h_ i_ j_ _ _ _ ` ` ` ` \a a a a Gb b b c 	c Bc c c c 
d e f 
f Jf f 6g 7g jg h h Th ih h h h h h i aj j j k \k k k Il l l !m "m -m 9m Hm Tm gm km lm mm nm om pm qm rm sm m m m m m m m m m m m m m m m m m m  n 7n <n n n n n n o o o Lo Po o o o o o o o o 0p 5p \p ]p bp p p p p p p q q 'q (q +q 5q 6q 9q Bq Cq Dq Uq Zq bq iq pq |q }q q q q q q q q q q q q q q q q q q q q q qr rr r r r r r r r r r r r r r r r r r s 
s s s s s #s =s >s Is Vs Ws as ns os ps qs rs ss ts us s s s s s s s s zt {t mu nu Ev Fv ]w fw w w w 4x 5x Ax x x x x x x y y y #y [y y z z { { | | | "} }} } T~ ~ $ %  ?   ހ    v w   ȃ 1 S l      L M        p    ʈ   W   ҉ < y ӊ   ꋓ : ;   + ,       x y   T  U V Ԕ Ք @ D E [ \ p q r {              Ö Ė ݖ ߖ 䖓 喓         - / 4 5 J L Q R l n s t             ŗ ʗ 嗓 旓 痓 藓 闓 Ǚ ș ԙ  6 j   ˚   G _   ڛ  , J ~   ܜ  / 0 1 2 T ] ^ t     ֞ 	 
 ( 6 I J h    Ο 䟓   & '     ֠ ࠓ ꠓ 렓  / 0 F \ r      ͡ Ρ ⡓ 㡓  # $ 9 : ; < M m n o        Ţ Ƣ ڢ ۢ    $ O h }    £ ã ԣ         ! " + J K _ `      Ƥ 椓 礓 褓       # l m " # $ 5 U V W X x  9 O P Z e     Χ    D E N 樓 稓 # $ 3  ɩ ʩ ۩ , o p           - . / 0 1 2 _    A L V a k l ̬ 㬓   ? @ {    ᮓ ⮓   9 G W X c h i s x y         ǯ ׯ د 㯓 诓 鯓     	 
     8 F V W b g h r w x         ʰ ڰ ۰ 氓 밓 찓      
     F T d e p u v           䱓        # $ / 4 5 ? D E F _ m } ~              - v     ³ ǳ ȳ ҳ ׳ س 㳓 賓 鳓     ! / ? @ K P Q [ ` a l q r |      δ ϴ ڴ ߴ ഓ 괓 ﴓ          B P ` a l q r |          ʵ ص 赓 鵓     	 
    % * + ,   ȶ ֶ 涓 經          # ( ) * I W g h s x y           ׷ 巓         " ' ( 2 7 8 9 T b r s ~             ڸ   B C      ̹ Q R      ẓ 뺓   ) M _ a x y  ֻ ׻   F  ۼ    ! 1 2 V W h  ҽ 뽓  3 4 Z       ޾ ߾ .    Ϳ 翓     '     
           +Ó 5Ó ?Ó @Ó fÓ Ó Ó Ó Ó Ó Ó Ó 
ē ē ē +ē cē dē ē Pœ pœ œ œ œ œ œ Ɠ Ɠ -Ɠ ~Ɠ Ɠ /Ǔ mǓ Ǔ Ǔ Ǔ Ǔ Ǔ Ǔ _ȓ `ȓ ȓ ȓ ȓ ȓ ȓ ȓ ȓ ɓ ɓ *ɓ Rɓ dɓ eɓ fɓ gɓ pɓ ɓ ɓ ɓ ɓ Bʓ Cʓ dʓ eʓ vʓ ʓ ʓ ʓ ʓ ʓ ˓ ˓ ͓ ͓ {Г Г ѓ ѓ ѓ ӓ ӓ ӓ ӓ  Փ Փ Փ y֓ z֓ ؓ ؓ ؓ Cٓ ٓ ٓ Qړ Rړ 7ۓ Lۓ ۓ ۓ ۓ ۓ ۓ ۓ ۓ  ܓ ܓ ܓ ܓ ܓ ܓ  ܓ %ܓ ,ܓ 1ܓ 2ܓ 7ܓ >ܓ Jܓ Kܓ Sܓ [ܓ `ܓ aܓ iܓ qܓ }ܓ ~ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ Rݓ Sݓ ޓ ޓ @ A   X d     . /  B C K L  ' (  G Q            1 B C V i       q r        0 1      e  $ % L \ i          % W X Z [ \ e     < d o    1 2 3 D { | } ~         6 [ \ ] _ ` a j     G k  Z j k l }           > ? @ A C D E N     +  O    > N O P a o p q r        ) P Q R S U V W `      ? _            > H R S           , Z z    F G X f g h         E F G I ` a j l m ~   	 	 	 	 	 	 	 	 	 
    E |   J
 
 
 
 
 
 
 
 
 % E X k ~       2 _ ` a r            # 6 I \ o p q r {      
 > E N O e u v w x y z { | } ~            \                7 Q a {       
  7 Q R S T |         ^       ] d m n v        * 2 G \ n          ) < O b u v w x   $ k  R S T U f       3 F Y Z [ \ e  7 z  a b c d u       *  =  P  c  d  e  f  o  D! k! ! ! " " " " " " # # # # ,# A# S# m# # # # # # # # $ )$ C$ S$ m$ $ $ $ $ $ $ $ % % +% >% Q% d% w% x% y% z% % <& & & & ' ,( -( .( ?( ( %) ,) 5) 6) >) S) h) }) ) ) ) ) ) * * 3* ;* P* e* z* * * * * * + + 0+ 1+ 2+ 3+ [+ \+ o+ + + + + + + + + , , C- - - . . . B/ / B0 C0 J0 0 0 0 1 K1 1 1 1 2 72 82 I2 2 2 2 2 2 2 2 2 2 3 +3 <3 V3 p3 3 3 3 3 3 3 3 
4 4 94 S4 d4 ~4 4 4 4 4 4 4 4 4 5 5 -5 @5 S5 f5 y5 z5 {5 |5 5 C6 =7 7 8 (8 8 9 9 ?: F: : : : :  ; ; >; ; ; ; ; ; ; ; ; ; < < %< 7< N< e< |< < < < < < < 
= = = %= 7= I= [= r= = = = = = = > > .> /> 0> 1> Y> Z> m> > > > > > > > > ? @ rA A nB B B C oC C C QD D F AG G G G RI SI I I I J QJ pJ J J J J J #K $K HK IK NK PK QK RK [K hK K K K K K L 5L WL yL L L L L L L L L 5M N N O ]O O O P bP P P 
Q Q Q qR rR 6S 7S nS S S  T BT yT T T GU U U U U U U U U "V #V 6V IV \V oV qV rV sV |V V V W LW jW W W W W W W W %X &X 9X LX _X rX tX uX vX X X X DY EY VY WY XY Y Y Y Y Y Y Y Y Y Y Y Z Z Z Z Z Z Z Z Z [ [ ([ *[ +[ ,[ 5[ Y[ [ i\ j\ {\ |\ }\ ~\ \ ;] <] c] d] ] ^ ^ ^ _ ;_ s_ _ _ ;` ` ` a ka la ma wa a a a a a a a b +b >b Qb Sb ib jb sb b c %c ]c hc c c c c d d $d %d ;d Kd Ld Md Nd vd wd d d d d d d d d d Ue pe e e e e "f -f Lf hf zf f f f f f g 
g g g Fg ]g ^g _g `g g g g g g g g g g g Qh yh h h  i i *i Ui i i i i i i i i j j j ,j ?j Rj Tj Uj Vj _j j k }k k k k .l 9l Xl l l l l l m m m m /m 0m km "n Tn Un n n 5o 6o ho o Pp Qp p p p Cq rq sq q }s s s s t t t u u u u v #v 3v Fv nv ov v w .x gx x x Sy y y &z ]z z z z z z z { 	{ 
{ { { 
{ { { { { %{ ,{ 1{ A{ B{ Q{ R{ S{ _{ `{ a{ b{ m{ q{ { { { { { { { 0| 1| 6| c| h| | | | | | @} A} F} r} v} } } } } } } }  ~ .~ 3~ Y~ Z~ [~ e~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       & * 1 8 9 : ; < = > ? @ A B C D E F G \   ) * C T U i k l m n o w } ~           ۀ ܀ 瀔     
         ! / 0 1 2 ? Q     ピ 䃔   $ }  ҅ Ӆ ߅ ' ( ; ` a r       L M : ; 0 1 =     [  Ì  ݍ = > |      & D f ϑ  
 & @ A J K ꔔ 디 I J       $ V W h    S T p ڗ  q 6 7  ؙ ٙ $ % ɚ ʚ " #   H I   1 B     r s ޣ ⣔ 㣔       ' 4 5 6 7 8 9 = > ? @ Y [ a b { }           ˤ ͤ Ҥ Ӥ 褔 ꤔ 樂  
    ! # ) * 8 : @ A T V [ \ c h      e f r  ԧ  " V i   娔  1 D x  ʩ 詔  6 F z  ͪ Ϊ Ϫ Ъ     8 G Z [ t   Ƭ Ԭ 笔 謔  6 7 8 l    ĭ ŭ + , 6 A t ~    ͮ ή 䮔   & ( ? @ I k l     ¯ ׯ د ٯ گ 믔   
 4 5 6 7 8 9 B c d x y    °    0 J K ` a r          ɱ 豔 鱔     < = R S d           
    ³ ӳ       ״     6 @ J K l    ⵔ 㵔 쵔    ¶ Ѷ " g h y ʷ 
  / 0 1 2 3 4 =    ˸ ̸ ͸ θ ϸ и    ߹ 깔   	 
 j    ݺ ޺  N       ׼ 弔         " ' ( 2 7 8 9 W e u v              ֽ 佔          ! & ' 1 6 7 8 Z h x y              侔        # $ / 4 5 ? D E F          ¿ Ϳ ҿ ӿ ݿ ⿔ 㿔 俔     ' , - 7 < = H M N X ] ^ _   6 D T U ` e f p u v                  
       ! N \ l m x } ~               
Ô Ô Ô Ô Ô  Ô +Ô 0Ô 1Ô ;Ô @Ô AÔ BÔ hÔ vÔ Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô 6Ĕ 7Ĕ fĔ tĔ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ŕ Ŕ Ŕ Ŕ Ŕ !Ŕ &Ŕ 'Ŕ 2Ŕ 7Ŕ 8Ŕ BŔ GŔ HŔ IŔ uŔ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ  Ɣ Ɣ Ɣ Ɣ !Ɣ "Ɣ ,Ɣ 1Ɣ 2Ɣ =Ɣ BƔ CƔ MƔ RƔ SƔ TƔ xƔ Ɣ Ɣ Ɣ Ɣ 7ǔ 8ǔ Eǔ Fǔ Gǔ jǔ ǔ ǔ $Ȕ 6Ȕ 7Ȕ AȔ LȔ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ ɔ ɔ  ɔ tɔ uɔ ɔ ɔ ɔ Cʔ yʔ ʔ ʔ ʔ ʔ ʔ ʔ ʔ ˔ W˔ p˔ ˔ ˔ ˔ ˔ ˔ '̔ (̔ )̔ *̔ +̔ 4̔ |̔ }̔ ̔ +͔ 6͔ R͔ k͔ ͔ ͔ ͔ ͔ ͔ ͔ |Δ }Δ ~Δ Δ Δ 7ϔ 8ϔ lϔ ~ϔ ϔ ϔ Д Д Д Д Д Д Д Д є 3є Eє Wє Xє Yє Zє cє є є є є Ҕ Ҕ Ҕ Ҕ Ӕ /Ӕ UӔ rӔ Ӕ Ӕ Ӕ Ӕ Ӕ Ԕ rԔ Ԕ Ք NՔ OՔ PՔ QՔ wՔ xՔ Ք Ք 2֔ D֔ E֔ O֔ Z֔ ֔ ֔ ֔ ֔ ֔ ֔ ה ה ה ה ה oה pה ה ה ה ה ؔ ؔ ؔ _ؔ `ؔ aؔ bؔ ؔ (ٔ Lٔ ۔ ۔ ޔ &ޔ Qߔ Rߔ cߔ   j k      ~          [ \ k }                           $ + 0 1 9 @ L M N O   H I       ~  5 6        ;   `   5 6 W d q ~           5 6 A q r     d  e  8 I ~   . \     S      3 7 8 B M            B N u    
 F P u     	 	 	 	 H	 I	 S	 ^	 	 	 	 	 	 	 	 	 	 	 	 
 G
 S
 z
 
 
 	    	 
  ) * + 5 @ s }            +
 7
 ^
 
 
 
 s      
    < F Q              = I p    5 q r s            I J K M N O X      G d        @ ] g r            
   [  B C T        l m    R   = > H S        	  / 1 H I R       = D L M c s t u v      
     < j                    D e f             ! ! ! ! ! f" m" v" w" " " " " " " " # 3# ;# P# e# w# # # # # # # # # $ :$ _$ r$ $ $ $ $ $ $ *% % % % % % & & & & )& >& P& j& & & & & & & & ' &' @' P' j' ' ' ' ' ' ' ' '  ( ( ( ( ( ( ( ( 	) R) ) ) ) ) * W* X* * * * * * * * * * + + + , a, ,  - - - - f- g- - - - - - - . . . . 
. . 	/ M/ / 50 60 70 H0 0 0 0 0 0 0 0 0 0 1 %1 51 O1 i1 q1 1 1 1 1 1 1 2 %2 &2 '2 (2 92 2 2 2 2 2 2 2 3 3 3 3 3 !3 3 :4 v4 4 5 5 5 5 5 G6 6 6 6 6 6 6 7 7 -7 G7 a7 r7 7 7 7 7 7 7 8 8 *8 D8 ^8 o8 8 8 8 8 8 8 8 8 8 
9  9 39 F9 Y9 Z9 [9 \9 e9 ): : : 4; g; ; 0< < < = = = = '> v> > > > ? I? u? ? ? ? ? +@ 2@ ;@ <@ D@ Y@ n@ @ @ @ @ @ @ A A 9A JA dA lA A A A A A A B B 6B GB aB rB B B B B B B B B B C C C C C #C C D CE E E 3F F &G G G $H CH bH H H H H I I I 0I tI {I I I I I I I I I J J +J BJ YJ jJ J J J J J J J J J K 'K >K OK fK }K K K K K K K K K K L L 1L DL WL YL ZL [L dL vM >N O O P FP P P 
Q +Q ]Q Q R S T LU MU TU V V 1W qW W W W X -X LX kX lX }X X X X X X X X X X Y (Y JY lY Y Y Y Y Y Z ,Z -Z >Z qZ Z Z Z Z Z \ \ \ \ 2] j] ]  ^ U^ V^ ^ O_ P_ ` ` ` ` a ia ja a a b Ob b b :c ;c Ec Pc c c c c c c c c c 
d d d d d bd d d d e "e Ye e e e e e e e e e e f f f f f ;f _f f f f f f g g 2g Eg Xg kg mg ng og xg g g =h >h Oh Ph Qh yh zh h h h h h h h h h zi j j j j j j Mj j j k k 3k +l ,l `l l l m Vm m m n en n 	o 
o o o  o So ]o go ho o o o o o o o p p p p p p p q 2q tq uq q q q q q q q q q q r r (r ;r Nr ar cr dr zr {r r r s ?s \s us s s s s t t >t ]t ^t _t pt t t t t t t t t t &u 'u :u Mu `u su uu vu wu u u v Qv cv v v v v 5w 9w :w ;w <w Mw zw {w w w w w w w w w w w lx x y Ny y y y y y !z cz dz ez vz z z z z z z 	{ { { { ,| | | | } } } } D~ E~ ~~ ~   I  H I  8 r s  Z [    у 䃕  
 S  ̅  [   -  ć  ] ^ i u             È ʈ ψ ߈            " * 6 7 < s x Ή ω ԉ   K L Q   ފ ߊ 䊕   . / 4 l q    ̋ ы     R W c d g q r u ~          Č Ȍ ό ֌ ׌ ، ٌ ڌ ی ܌ ݌ ތ ߌ  ጕ ⌕ ㌕ 䌕 匕    Ǎ ȍ ፕ    	 
   
    % ) * = I J K L M _ y z               ͎ Ύ ώ Ў ݎ            ( p q } œ Ɠ ٓ    P Q R _  . ꕕ 땕 ؖ ٖ Η ϗ ۗ ^  *   ` a   { ۛ ܛ  8 9 L   ĝ ➕  m   ğ ޟ ߟ 蠕 頕   碕 袕 3 ? N Z [  £    O T     x   Ԧ զ & v w § ç g h   / 0 櫕 竕   Ϭ କ  J     |         ű ұ ӱ Ա ձ ֱ ױ ۱ ܱ ݱ ޱ          ! / 1 7 8 K M S T i k p q           ǲ Ȳ ֲ ز ޲ ߲       ! " # $ %    X r     ; O   ϶ ⶕ  4 h   Է ䷕  7 k l m n     ֹ 幕    E F d r    Ժ պ ֺ 
   6 L b c ɻ ʻ Ի ߻   & ' N k l    ļ Ƽ ݼ ޼ 缕 	 
   C _ ` u v w x     ҽ ӽ Խ ս ֽ ׽ ཕ     1 M N `    ξ 辕 龕    0 1 2 Y Z [ \ ] ^ g      ڿ ۿ    " # $ Q R S T U V _   ^ _ ` q      A u         
Õ 7Õ MÕ OÕ Õ Õ Õ "ĕ #ĕ _ĕ `ĕ oĕ ĕ ŕ ŕ ŕ hŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ 6ƕ 7ƕ Hƕ iƕ jƕ kƕ lƕ mƕ nƕ ƕ ;Ǖ <Ǖ }Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ ȕ ȕ 7ȕ Nȕ {ȕ |ȕ ȕ ȕ 2ɕ 3ɕ ʕ ʕ 5ʕ Jʕ uʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ˕ ˕ ˕ ˕ $˕ %˕ /˕ 4˕ 5˕ @˕ E˕ F˕ P˕ U˕ V˕ W˕ t˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ̕ ̕ ̕ "̕ '̕ (̕ 2̕ 7̕ 8̕ C̕ H̕ I̕ S̕ X̕ Y̕ Z̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕  ͕ .͕ >͕ ?͕ J͕ O͕ P͕ Z͕ _͕ `͕ k͕ p͕ q͕ {͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ iΕ Ε Ε Ε Ε Ε Ε ϕ ϕ ϕ ϕ ϕ ϕ $ϕ %ϕ /ϕ 4ϕ 5ϕ 6ϕ ]ϕ kϕ {ϕ |ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ 
Е Е Е Е Е &Е +Е ,Е 7Е <Е =Е GЕ LЕ MЕ NЕ ~Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е ѕ ѕ $ѕ %ѕ 0ѕ 5ѕ 6ѕ @ѕ Eѕ Fѕ Qѕ Vѕ Wѕ aѕ fѕ gѕ hѕ ѕ ѕ ҕ ҕ "ҕ #ҕ .ҕ 3ҕ 4ҕ >ҕ Cҕ Dҕ Oҕ Tҕ Uҕ _ҕ dҕ eҕ fҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ӕ !ӕ 1ӕ 2ӕ =ӕ Bӕ Cӕ Mӕ Rӕ Sӕ ^ӕ cӕ dӕ nӕ sӕ tӕ uӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ԕ 6ԕ [ԕ ~ԕ ԕ ԕ ԕ ԕ ԕ ԕ Օ Օ Օ Օ Օ Օ Օ Օ ֕ '֕ 1֕ 2֕ e֕ ֕ ֕ ֕ ֕ ֕ ֕ ו ו 3ו 4ו ו ו ؕ <ؕ Lؕ ]ؕ mؕ nؕ ؕ ؕ ؕ ؕ ٕ 'ٕ @ٕ oٕ pٕ ٕ ٕ ٕ ٕ ٕ ٕ ٕ ڕ ڕ jڕ ڕ ڕ ڕ 	ە #ە 8ە Pە Qە Rە cە ܕ ܕ ܕ ܕ Fܕ ܕ ܕ 
ݕ ݕ .ݕ /ݕ ޕ ޕ )ޕ 4ޕ gޕ qޕ {ޕ |ޕ ޕ ޕ ޕ ޕ ޕ ޕ ޕ ߕ Fߕ Gߕ Vߕ gߕ ߕ ߕ       2 3 W X i   k               + 5 ? @ f       
  . / ~          0           G H  	 < = O     2   "   s    	  . / 4 < A B G O [ \ a h m n s z                         | } : ;       j k  ~       c d          ) : K \ m ~        
 
 
 
 / 0      l m   ' W X   ` a          ( 2 3 a          : x      m n o          / 9 C D r           C   -             % & T z { | }        ' g   z            " , 6 7 e            < {      " 0 1 2 < G z            5  A  h        ! 9! ! ! ! ! ! ! ! ! " " C" M" W" X" " " " " " " " # # # # /$ $ $ $ $% %% &% '% (% )% Y% 
' ' ?' ' ' ' 7( ( ( ( ( ( $) .) 8) 9) a) ) ) ) ) ) ) ) ) ) [* n* * * * * * * * * + + + + + <+ _+ r+ + + + + + + + + , 6, 7, 8, I, z, , , , , , , , , , , , , , , , - - )- <- O- P- Q- R- [- - :. M. 3/ 4/ 5/ 6/ G/ 0 0 0 0 0 20 G0 Y0 s0 0 0 0 0 0 0 1 1 /1 I1 Y1 s1 1 1 1 1 1 1 1 2 #2 $2 %2 &2 /2 2 2 <3 =3 >3 O3 3 3 3 3 3 3 3 3 4 "4 24 L4 f4 n4 4 4 4 4 4 4 5 "5 #5 $5 %5 M5 e5 x5 5 5 5 5 5 5 5 C6 `6 6 6 7 7 7 7 7 7 7 8 78 \8 o8 8 8 8 8 8 8 K9 s9 9 9 : : : : : ; ; -; .; S; f; y; ; ; ; ; ; ; < < < 4= = = = = 9> :> A> J> K> S> h> }> > > > > > ? ? $? 9? K? e? ? ? ? ? ? ? ? ? *@ +@ S@ T@ g@ z@ @ @ @ @ @ @ @ xA A B (B B hC iC jC {C C aD hD qD rD zD D D D D D D E *E DE UE oE wE E E E E E E 
F 'F AF RF lF mF nF oF F F F F F F F F F F G G H H H I XI I #J ~J (K ~K K K K L +L [L L L L M ?M sM tM M M M M M M M N !N 3N MN gN xN N N N N N O 
O O 4O IO [O uO O O O O O O P *P +P ,P -P UP VP iP |P P P P P P P P Q yR R WS dS S HT T {U U U U  V %V <V [V zV V V V V W W "W #W +W =W OW aW sW W W W W W W X X /X FX GX OX aX sX X X X X X X Y Y ,Y BY SY jY kY lY mY Y Y Y Y Y Y Y Y Y Y Z [ [ \ ,] ] ] /^ N^ ^ ^ ^ _ 6` Ua }b b b b d d d e .e Me e e e e 	f 
f f _f `f f f f f f f f f f f 
g ,g -g Og qg g g g g g h 4h 5h 6h 7h qh !j #j Wj j j k Ok k k k Fl l l m m rn sn n o o <o ~o o o 4p p p p p p !q +q 5q 6q ^q _q rq q q q q q q q  r #r Zr r r r r %s &s 7s 8s 9s as bs us s s s s s s s s s t t t t t t t t t t 	u u u 
u u 4u Xu u u u u u v v +v >v Qv dv fv gv hv qv v w w w w w w w w wx xx x x x y y y @z wz z z 5{ w{ { | R| | | | | | | | } } .} /} T} g} z} } } } } } ~ O~ a~ ~ ~ ~   $ Q X ` a w               "   ݀   & ^ i    ܁     B I Q R      Ă ł ؂ 낖           < G f  ӄ ׄ ؄ ل ڄ 넖   A B U h {      
 G  솖  / j u       A B C D k l  ^   ʉ 6 q r  !   ⋖ ㋖     猖  掖 玖 $ ֏   D   . C _ o     ; j   6  ˔ # b      " . A E F G H I J K L M a h m } ~           Ȗ Ԗ Ֆ ږ   l m r   闖 ꗖ  & * | }    ̘ ͘ Ҙ 
  6 7 < j o                / 4 < C J V W b f m t u v w x y z { | } ~       K L e f             Û Ǜ ț ۛ 盖 蛖 雖 ꛖ 뛖    # 0 1 ; H I J K L M N O \ ] k l m n {  T U G H    7 @ `  Ơ    c d w        5 ̢   v w l m y  W Ȧ .      y z  ֩ ש ꩖ P Q b    - F b | }   & '   Ѱ ݰ 찖   J `      1     S  r s Ĵ   ` a   ^ _ ͸ θ   R S m ~ . 軖 / 0      5 6 J K L U c p q r s t u y z { |         Ϳ Ͽ տ ֿ 鿖 뿖    	   $ & + , F H M N ] _ e f t v | }                Ö DÖ ^Ö Ö Ö Ö Ö !Ė 9Ė mĖ Ė Ė Ė Ŗ $Ŗ XŖ rŖ Ŗ Ŗ Ŗ 	Ɩ 
Ɩ Ɩ Ɩ .Ɩ 7ǖ 8ǖ Nǖ tǖ ǖ ǖ ǖ ǖ ǖ ǖ Ȗ Ȗ #Ȗ $Ȗ BȖ rȖ sȖ tȖ Ȗ Ȗ Ȗ Ȗ  ɖ ɖ gɖ hɖ rɖ }ɖ ɖ ɖ ɖ ɖ ɖ 	ʖ 
ʖ  ʖ 6ʖ Lʖ bʖ dʖ {ʖ |ʖ ʖ ʖ ʖ ʖ ʖ ʖ ʖ ʖ ˖ ˖ ˖ ˖ '˖ G˖ H˖ I˖ p˖ q˖ r˖ s˖ t˖ u˖ ~˖ ˖ ˖ ˖ ˖ ˖ ˖ ˖ ˖ )̖ B̖ W̖ l̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ͖ $͖ %͖ 9͖ :͖ \͖ x͖ y͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ FΖ GΖ Ζ Ζ Ζ ϖ /ϖ 0ϖ 1ϖ 2ϖ Rϖ ϖ Ж )Ж *Ж 4Ж ?Ж rЖ |Ж Ж Ж Ж Ж Ж Ж і і (і і і і і 
Җ ^Җ Җ Җ Җ Ӗ IӖ JӖ kӖ lӖ mӖ nӖ oӖ pӖ yӖ Ӗ Ӗ Ӗ Ԗ Ԗ 	Ԗ 
Ԗ Ԗ Ԗ 9Ԗ Ԗ Ԗ Ֆ &Ֆ 0Ֆ ;Ֆ EՖ FՖ Ֆ Ֆ Ֆ Ֆ ֖ ֖ U֖ ֖ ֖ ֖ ז ז ז ז ؖ !ؖ 1ؖ 2ؖ =ؖ Bؖ Cؖ Mؖ Rؖ Sؖ ^ؖ cؖ dؖ nؖ sؖ tؖ uؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ٖ  ٖ 0ٖ 1ٖ <ٖ Aٖ Bٖ Lٖ Qٖ Rٖ ]ٖ bٖ cٖ mٖ rٖ sٖ tٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ  ږ .ږ >ږ ?ږ Jږ Oږ Pږ Zږ _ږ `ږ kږ pږ qږ {ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ 	ۖ ۖ ۖ ۖ ۖ ۖ  ۖ 9ۖ Gۖ Wۖ Xۖ cۖ hۖ iۖ sۖ xۖ yۖ ۖ ۖ ۖ ۖ ۖ ۖ ۖ ܖ Pܖ rܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ 	ݖ ݖ ݖ %ݖ *ݖ +ݖ 5ݖ :ݖ ;ݖ Fݖ Kݖ Lݖ Vݖ [ݖ \ݖ ]ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ޖ *ޖ :ޖ ;ޖ Fޖ Kޖ Lޖ Vޖ [ޖ \ޖ gޖ lޖ mޖ wޖ |ޖ }ޖ ~ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ߖ ߖ ߖ rߖ sߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ    # 1 A B M R S ] b c n s t ~                     . < L M X ] ^ h m n y ~           s t     + , ` r s }       ' 9 ; R S \              0 1 B     
  4 c d e f g p    g r              s t             @ o           = >  * J k        X  	 G       9 : n          , > ? @ A J       > ? P      d    U b           S T       + ,  &                     $ % - 5 : ; C K W X ` g l m u |     , -   	 	 	 	 2
 >
 
 
 q r  	 [   % & w    ! + q r            0 C Z q r }   K L     t   
  j     ?    & 6  C  o  s! t! ~! ! ! ! ! ! ! 1" 2" 4" 5" 6" ?" ~" " " " # ># I# # # # $ $ 
$ $ U$ V$ W$ X$ $ $ $ $ $ $ $ $ % 5% 6% 7% 9% :% ;% D% % % % % !& E& & 4' D' E' F' W' e' f' g' q' |' ' ' ' ' ' ( ( ( ( ( ( ( (( g( s( ( ( ) )) ) * (* )* ** ;* I* J* K* L* x* * * * * * * + *+ ++ ,+ -+ /+ 0+ 1+ :+ y+ + + + , 9, q, , , , , , , , , , - "- ,- -- [- - - - - - - - - - . 4. T. . . .  / !/ 2/ @/ A/ B/ |/ / / / / / / / 0  0 !0 #0 :0 ;0 D0 F1 G1 X1 1 1 ~2 2 2 2 2 2 2 2 2 2 4 4 4 5 V5 5 5 $6 y6 z6 6 6 6 6 6 6 6 7 27 E7 X7 k7 m7 7 7 7 7 8 98 :8 ;8 L8 y8 8 8 8 8 8 8 8 8 8 8 9 #9 69 I9 J9 K9 L9 U9 x9 9 9 9 9 9 : : (: ): ?: O: P: Q: R: S: T: U: V: W: X: : : : : : : : : : : 6; ; ; < < < < < = = = = = = = = > +> ;> U> o> w> > > > > > > ? +? ,? -? .? V? v? ? ? ? ? ? ? ? 8@ f@ @ @ @ @ 7A >A GA HA PA eA zA A A A A A B B !B 6B HB bB |B B B B B B B B C C )C <C OC PC QC RC [C C C ED D ,E -E .E /E @E E E E E E 
F  F 3F 4F 5F 6F ?F F G TG G ;H <H =H >H OH H H H H H I I *I =I >I ?I @I II J EJ J J qK rK sK K K K K K K K L L -L GL aL qL L L L L L L M M -M GM aM bM cM dM uM M M M M N N +N >N QN RN SN TN ]N O vO O O YP Q Q Q Q Q Q R R R R -R BR WR iR R R R R R R 
S S *S ?S TS fS S S S S S S 
T T T 
T 5T 6T IT \T oT T T T T T T eU U V pV V V lW W X X Y Y $Y cY Y Y Y %Z YZ Z Z Z [ [ #[ g[ n[ w[ x[ [ [ [ [ [ [ \ \ 0\ J\ [\ u\ \ \ \ \ \ \ \ ] -] >] X] r] ] ] ] ] ] ] ] ] ] ^ ^ -^ @^ S^ T^ U^ V^ _^ _ ` ` ` a oa a bb c  c `c c c c c c d Yd Zd [d ld d d d d d d d d e (e ?e Ve ge ~e e e e e e e e e f #f 5f Lf cf zf f f f f f f g 	g 
g g 3g 4g Gg Zg mg g g g g g g h zi Lj j Hk k k k Il gl l +m m n p p p p ,r -r mr r r r +s Js is s s s s s s "t #t (t *t +t ,t 5t Bt dt t t t t t u 1u Su hu iu zu u u u u u v w w w 7x nx x x <y y y y z z K{ L{ | | H| | | | } S} } } !~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~  # 6 I K L M V    & D ^  À Ā Հ ր ׀     & 9 L N O P Y w    0 1 2 Z [ n        ҂  y z      Ƀ ܃       3  C D U V W X    = > o g h  އ  M  ӈ  Z   E F G Q \     ̊ ͊    + - C D M  틗  7 B n         % & ' ( P Q d w        / J {   Ď   & B T z      珗     7 8 9 : b c v        + S   ڑ 呗  / q u v w x    ߒ     , . / 0 9  哗 W   ͔   2 ]     ߕ  ᕗ ╗ 	 
 E  . / h ԗ   B  * +     L M  W    t   ❗   ̞ ភ  
   H I  ٠  A  ԡ - i    7      ̣ ߣ 㣗 䣗 壗 棗 磗 裗 飗 ꣗ 룗      + , - 9 : ; < G K ^ f r s x   
   = B    ĥ ȥ     L P j k p   Ԧ զ ڦ  
 3 4 5 ?            ͧ ҧ ڧ ᧗ 觗                       ! 6 騗 ꨗ    . / C E F G H I Q W X a e f y          Ω ϩ ٩ 橗 穗 詗 驗 ꩗ 멗 쩗    	 
    +   嫗 櫗   խ ޭ  W d       : ; L     ӯ j & '   
     f ̴ 5   \    V t u   ︗    @  ˺ 亗     $ % Ľ Ž # $ o {    辗  0 1 B   Ͽ - . J   K   b     × × ė ė kƗ lƗ "Ǘ #Ǘ Ǘ Ǘ ȗ ȗ ȗ ɗ ʗ ʗ L˗ M˗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ 3͗ 5͗ ;͗ <͗ U͗ W͗ \͗ ]͗ k͗ m͗ s͗ t͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ Η Η Η Η Η Η .Η 0Η 5Η 6Η =Η BΗ ]Η ^Η _Η `Η aΗ ?З @З LЗ З З З З 0ї Cї wї ї ї ї җ җ Rҗ pҗ җ җ җ ӗ  ӗ Tӗ sӗ ӗ ӗ ӗ ӗ ӗ ԗ ԗ ԗ ՗ !՗ 4՗ 5՗ N՗ ՗ ՗ ՗ ՗ ՗ ՗ ՗ ֗ ֗ ֗ F֗ \֗ r֗ ֗ ֗ ֗ ח ח ח ח Nח Xח bח cח ח ח ח ח ח ח  ؗ ؗ ؗ ؗ #ؗ Eؗ Fؗ Zؗ [ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ٗ ٗ ٗ ٗ ٗ ٗ ٗ =ٗ >ٗ Rٗ Sٗ mٗ ٗ ٗ ٗ ٗ ٗ ٗ 
ڗ $ڗ %ڗ :ڗ ;ڗ Lڗ lڗ mڗ nڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ۗ ۗ ,ۗ -ۗ >ۗ ^ۗ _ۗ `ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ }ݗ ݗ ݗ ݗ ݗ ݗ ޗ ޗ $ޗ %ޗ Fޗ sޗ ޗ ޗ ޗ ޗ ޗ ^ߗ _ߗ ߗ ߗ ߗ ߗ A B S    	 
   
   r s         w x       D [ s     ( n o Y Z q                   1 ? O P [ ` a k p q |                         4 B R S ^ c d n s t                  	        \ j z {                        " ' ( 2 7 8 9     . / : ? @ J O P [ ` a k p q r                  ( 6 F G R W X b g h s x y                
      B P ` a l q r |            @ N ^ _ j o p z                         ! " # O ] m n y ~                         ' , - . R r         ! D       & Y c m n        N O o p   S x        1 J c |          V W    , E _ t     V W X Y    F X j k Z [ e p      
  1 2 3 4 =       Z   	 / L n o     L   ( ) * + Q R      ) 4 g q { |        I  J  j  k            9 : ; < l  & [ \    + , = 	 	 D
 E
 x y    X Y n  [ ^     5 6 E W j k p x } ~                       
    & ' ( )   " #   v w   X Y             :     " " 1# ># K# X# e# v# # # # # # # # # $ $ $ K% L% % % k& l& >) ?) * #* X* * * + 6+ c+ + + + -, , , , - - 
. / / / '/ Z/ d/ n/ o/ / / / / / / / 0 (0 O0 v0 0 0 0  1 *1 O1 1 1 1 1 1 1 1 1 "2 #2 -2 82 k2 u2 2 2 2 2 2 2 2 2 2 2 !3 -3 T3 3 3 3 i4 4 4 4 4 4 5 5 5 5 5 M5 W5 a5 b5 5 5 5 5 5 5 5 5 5 6 6 86 c6 6 6 M7 7 7 7 7 7 7 7 7 7 8  8 +8 ^8 h8 r8 s8 8 8 8 8 8 8 8 8 8 9 #9 J9 x9 9 9 : K: L: M: ^: l: m: n: x: : : : : : : #; $; %; '; (; ); 2; q; }; ; ; ; !< >< u< < < < < < < = 7= A= L= = = = = = = = = = = = > > > 5? k? @ @ .@ `@ a@ b@ c@ d@ e@ @ FB GB {B B B ,C sC C D D "D -D `D jD tD uD D D D D D 	E E "E #E ,E E E E E E E F F &F 'F =F MF NF OF PF xF F F F F F F F F F G DG rG sG tG G G G G G G G G G G G G G G G G H ?H @H eH xH H H H H H H vI I oJ pJ qJ rJ J @K GK PK QK YK nK K K K K K K 
L L *L ?L QL kL L L L L L L L L M 9M LM _M `M aM bM kM M N xN yN zN N N N N N N O O *O DO ^O nO O O O O O O  P P *P DP ^P _P `P aP P P P P P P P P P P Q Q Q ,R R R R R R 1S 2S ZS sS S S S S S S S S T T T ;U U U U U U @V AV iV jV V V V V V V V V V W W 'X pX Y Y Y "Y uY vY }Y Y Y Y Y Y Y Y Y Z )Z CZ KZ `Z uZ Z Z Z Z Z Z  [ [ [ [ f[ g[ [ [ [ [ [ [ [ [ [ [ [ \ ] P] d] ] ^ ^ ^ ^ !_ _ _ _ _ _ _ _ _ ` !` ;` L` f` ` ` ` ` ` ` ` a a 8a Ia ca }a a a a a a a a a a 
b  b 3b 4b 5b 6b ?b c Zc c d Ad d 
e _e e df f f f g Pg gg g g g #h Oh {h h h h i i i i i 3i Hi ]i oi i i i i i i j $j >j Fj [j pj j j j j j j k !k ;k Lk fk gk hk ik k k k k k k k k k k k l m n n n 
o o  p p p p q <q aq xq q q q q q 
r Nr Ur ^r _r gr yr r r r r r r s s 3s Ds Zs ks s s s s s s s s t t )t @t Wt ht ~t t t t t t t t t t u u 1u 3u 4u 5u >u Pv w w hx x  y ky y y z 7z z r{ | } &~ '~ .~    K j  ɀ 耘  & E F W     Ɓ ȁ Ɂ ʁ Ӂ   $ F h i   ς     K p q r s  ] _  Յ  D  چ / 0  ) * 鈘 ꈘ   托 C D x   ) p     * ] g q r     Ԍ 猘 錘 ꌘ 댘  < _  č ⍘  3 a b s t u    Ď ׎ ꎘ 쎘 페    9   Ώ Ϗ Џ     2 E G H I R p    ) * + S T g z       ё T ᒘ ⒘     '   ۓ ܓ 
   : |  땘 0 q   ?  㗘 䗘 嗘   - 7 A B j k    ɘ ˘ ᘘ ☘ 똘 Z   ՙ   N O `      Ú Ě Ś ƚ     ( ; = > T U ^ ͛ 蛘  6 O b   Ĝ    7 8 9 J ~     ՝ ֝ ם ؝     ' : M O P Q Z ɞ  + = x   ͟      ' T U } ~    ʠ ̠ ͠ Π נ F   ( Y k   Т  = > ? P } ~     㣘  ̤ ͤ  r   क़ ] Ȧ ɦ   X  ꧘ 맘 #  " # `  L M  4 5 j     欘 笘 - w  ߮ 5 r ˯  _  հ 7 8 C O ^ j }               ɱ ʱ ˱ ױ ر ٱ ڱ 屘 鱘      M R    ۲ ಘ % & + b f    곘   	  F K r s x   Ѵ Ҵ Ӵ ݴ , 1 = > A K L O X Y Z k p x                        Ե      ̶ Ͷ ᶘ 㶘 䶘 嶘 涘 綘 ﶘ       # $ % & ' 9 S T _ l m w                ɷ     [ \ s |    J K W    ؼ ټ 꼘 * + , 9 q  ľ ž      8   j  :Ø ;Ø Ø UĘ Ę Ę Ę Ř Ř &Ř Ƙ Ƙ Ƙ ǘ ǘ GȘ iȘ Ș Ș Ș Ș ɘ ɘ b˘ c˘ ˘ ˘ 
̘ ̘ (̘ 4̘ 5̘ ̘ ̘ ̘ ̘ ̘ )͘ .͘ m͘ ͘ ͘ ͘ RΘ Θ Θ Ϙ Ϙ  И PИ QИ И И Aј Bј Ҙ Ҙ 	Ԙ 
Ԙ Ԙ Ԙ ՘ ՘ ՘ ՘ j֘ $ט kؘ lؘ ؘ ؘ Vژ Zژ [ژ qژ rژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ 	ۘ ۘ ۘ ۘ %ۘ 'ۘ -ۘ .ۘ Cۘ Eۘ Jۘ Kۘ `ۘ bۘ gۘ hۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ݘ ݘ ݘ 2ޘ Lޘ ޘ ޘ ޘ ޘ ߘ )ߘ ]ߘ uߘ ߘ ߘ ߘ  B `      E F G H j s t          > L _ ` ~       & < =          ( E F \ r            9 : O P Q R c                ' ( : e ~        
   3 4 5 6 7 8 A ` a u v          + , - . / 0 9   8 9 : K k l m n   O e f p {       ' ) Z [ d   9 : I     B            " C D E F G H u   W b l w      ( U V    
    $ O ] m n y ~                   	       * / 0 1 N \ l m x } ~                      " # - 2 3 4 \ j z {                  $ ) * 4 9 : E J K U Z [ \ u                 C               	    7 E U V a f g q v w                      ! & ' ( X f v w                  
       + 0 1 ; @ A B        
     ) . / 9 > ? @ _ m } ~                     ' , - 8 = > H M N O j x                  5 X Y       g h          ? c u w      
    \       & 7 G H l m ~     I J p         D       * + , =            	     A K U V |          ! 0 A y z  f	 	 	 	 	 
 
 1
 2
 C
 
 
 E        u v      
 
 
 
 @
 h
 z
 {
 |
 }
 
 
 
  	 X Y z {      
          ! "     )      Y   g h M b       	          !  )  5  6  ;  B  G  H  M  T  `  a  i  q  v  w                              h! i! " " V$ W$ % % n% z% % % & & D' E' ' X) Y) a* b* * =, >, , ]. g. / / 0 0 0 0 1 1 %1 61 G1 X1 Y1 l1 1 1 1 1 1 2 2 3 3 	4 
4 6 6 7 7 7 F8 G8 8 8 9 19 29 {9 9 :: ;: b: r; ; ; < < < < < = = 
= ;= m= n= p= q= r= {= = = = > R> z> > > > > G? H? I? Z? ? ? ? ? ? ? ? ? 	@ @ @ @ L@ q@ r@ s@ u@ v@ w@ @ @ @ @ A ]A A B pB B B B B B B B B B B B B  C .C TC UC VC WC YC ZC [C dC C C C D AD eD D TE dE eE fE wE E E E E E E E E F F F ?F fF gF hF iF kF lF mF vF F F F G UG uG G G G G G 
H H H H !H TH ^H hH iH H H H H H H H H I I BI pI I I I J \J ]J nJ |J }J ~J J J J J K 'K 1K 2K [K \K ]K _K vK wK K L L L L 	M M M M M M  N N N N 3N O O P [P P P Q `Q Q Q Q Q Q R R R ;R [R nR R R R R R R R 5S HS uS vS wS S S S S S S S S S S T 9T LT _T rT T T T T T T T U U U #U TU [U dU eU {U U U U U U U U U U U U U U V V )V *V +V ,V 5V rV W 'W 
X X X X !X X X X X X Y !Y 3Y MY gY wY Y Y Y Y Y Y 	Z #Z 3Z MZ gZ hZ iZ jZ Z Z Z Z Z Z Z  [ 	[ t[ [ \ \ \ )\ s\ z\ \ \ \ \ \ \ \ \ ] &] @] H] ]] r] ] ] ] ] ] ] ] ] ] '^ ?^ R^ e^ x^ ^ ^ ^ ^ ^ _ :_ _ _ h` i` j` k` |` ` ` ` a 6a Ia \a oa pa qa ra {a %b Mb b b wc xc yc zc c c c d d -d @d Sd fd yd zd {d |d d Ze e e f f f f f g g g $g %g -g Bg Wg ig g g g g g g g h %h ?h Yh ih h h h h h h i i -i .i Ai Ti gi zi i i i i i Rj j j k k Bl Cl Dl Ul l ;m Bm Km Lm Tm im ~m m m m m m n n /n In Qn fn {n n n n n n o o ,o Fo Go Ho Io qo ro o o o o o o o o o p p Yq q q 2r r r Xs t Xt Yt `t t t u 5u au u u u v Mv Nv _v v v v v v v v v 
w 'w Aw Rw lw w w w w w w w x #x 5x Ox ix zx x x x x x y y y y /y 0y Cy Vy iy |y y y y y y Yz S{ { 1| >| | "} } U~ \~ ~ ~ ~ ~  5 T           ) ; M d {    р ’  	   ! ) ; M _ q    ǁ ށ    - D E F G o p     ς т ҂ ӂ ܂       	 (   Շ g  / W ċ ŋ ̋ h i  鍙  ' g   Ď ㎙ 䎙  9 : ^ _ d f g h q ~   䏙   ) K m     鐙     K   1 s  ⓙ ) x ͔ Δ   Ǖ ȕ   L M  ᗙ ◙  X  ǘ  ]    ș     8 9 L _ r      ښ  4 b   ћ       ; < O b u       ל Z [ l m n     Н 㝙 坙 杙 睙   2   Ǟ Ȟ ɞ     + > @ A B K o        Š Q R y z    آ  Q  Σ  Q  ݤ ,      ˥ ե ߥ ख़  	 . A T g i     ) ; s ~  짙   + 2 : ; Q a b c d     ƨ ٨ ۨ ܨ    k   ԩ    8 C b ~   ժ ֪ ת 誙  # + , \ s t u v    ū ث 뫙   龎  g  ɬ ۬  ! @ k      ŭ     / B U h j k l u 䮙 !  Ư  	 D O n  ۰ ܰ ݰ      E F  8 j k   K L ~  f g    Y         긙 븙  ҹ ӹ   9 I \   ˺  D } Ӽ  i   < s վ ־ ᾙ        ! " # $ % & ' ; B G W X g h i u v w x        뿙  F G L y ~       V W \           D I o p q {            	Ù Ù Ù Ù $Ù 0Ù 1Ù <Ù @Ù GÙ NÙ OÙ PÙ QÙ RÙ SÙ TÙ UÙ VÙ WÙ XÙ YÙ ZÙ [Ù \Ù ]Ù rÙ %ę &ę ?ę @ę Yę ję kę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę 
ř ř ř "ř #ř $ř %ř &ř 'ř (ř )ř 6ř 7ř Eř Fř Gř Hř Uř gř .ƙ /ƙ !Ǚ "Ǚ Ǚ Ǚ ə ə :ə ə ə ə ə ə =ʙ >ʙ Qʙ vʙ wʙ ʙ ʙ ʙ ʙ ʙ ˙ ˙ b̙ c̙ P͙ Q͙ FΙ GΙ SΙ Ι 1ϙ ϙ Й qЙ Й Й љ љ Sҙ Tҙ ҙ ҙ ҙ ҙ *ԙ +ԙ <ԙ Zՙ |ՙ ՙ ֙  ֙ <֙ V֙ W֙ `י aי  ٙ ٙ _ٙ `ٙ ٙ ٙ ٙ ٙ ٙ $ڙ :ڙ lڙ mڙ ~ڙ ڙ ڙ ۙ iۙ jۙ ۙ ۙ -ܙ ܙ Lݙ Mݙ ݙ ݙ ݙ :ޙ ;ޙ ޙ ޙ 8 9   ^ _ , - G X   	 
        $ % & / = J K L M N O S T U V o q w x                        " ' ( 7 9 ? @ N P V W j l q r y ~      { |     8 l      G Z     2 L \          ( N ] p q         L M N       A B L W          & < > U V _             ! " # J K L M N O X y z         1 F ` a v w                6 R S h i z             !     	 
   ,       L V ` a             8 } ~   # $ E F G H I J S                
           / d                    ' , - 8 = > H M N O m {                  
     & + , 7 < = G L M N p ~                    $ ) * 4 9 : E J K U Z [ \                   ! 1 2 = B C M R S ^ c d n s t u  * L Z j k v { |                       % & 0 5 6 7 d r                      % & 0 5 6 A F G Q V W X ~                 L M |                  	 	 	 '	 ,	 -	 7	 <	 =	 H	 M	 N	 X	 ]	 ^	 _	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 &
 '
 2
 7
 8
 B
 G
 H
 S
 X
 Y
 c
 h
 i
 j
 
 
 
 
 
 M N [ \ ]    : L M W b      
 
 
 ,
 -
 6
 
 
 
 
 
 Y       
   m       = > ? @ A J    A L h             M N              I [ m n o p y         $ E k       2   ! d e f g     H Z [ e p           $         * u v w x  > b   /" <" g# h# y# $ $ % % & & & -( .( * * * * + + , , ,  - q- r- - - - - - - - - - - - - - - - - - - - - . . . . . %. 1. 2. :. A. F. G. O. V. b. c. d. e. / / ^0 _0 1 1 2 2 3 3 3 3 K4 L4 4 4 55 6 6 7  8 Q8 9 9 v: ; < K= L= m> z> > > > > > > > > > 
? ? 4? K? L? W? @ @ %A &A A A zD {D NE _E E E E DF rF F F F G iG G G  H I I II MJ NJ XJ cJ J J J J J K K K K K K XK dK K K K L #L \L fL L L L L L /M 0M 1M 2M ^M _M iM tM M M M M M N N N N N N N ]N iN N N N O O P P P  P 1P ?P @P AP KP VP P P P P P P P P P P P P Q AQ MQ tQ Q Q R R R S S S S #S $S %S &S RS \S gS S S S S S T T T T 	T 
T T T ST _T T T T U KU U U U U U U U U U U U V V 5V _V `V aV cV dV eV nV V V V W .W ]W zW W W W X X X X VX sX }X X X X X X X X X X Y Y Y  Z !Z 2Z qZ Z X[ Y[ j[ [ [ [ [ [ [ [ ] ] ] ] 0^ h^ ^ ^ S_ T_ ^_ i_ _ _ _ _ _ _ ` ` 2` E` G` ^` _` h` ` ` a a a &a Sa Za ba ca ya a a a a a a a a b #b $b %b &b /b Rb b b b b b b b c c c )c *c +c ,c -c .c /c 0c 1c 2c Zc {c |c c c c c c c c d d d e e e e e |f f f f f f f f f g g /g Ig Qg fg {g g g g g g h h h h 0h Ph uh h h h h h h i @i i i i i j j !j "j *j ?j Tj fj j j j j j j j k "k <k Vk fk k k k k k k k k l l )l *l +l ,l 5l l l m hm n n n 	n n mn nn n n n n n 
o o o o o o o .p wp q q q q )q |q }q q q q q q r r r r r #r r s cs s Kt Lt Mt ^t t t t t t t t t u !u ;u Ku eu u u u u u u u v !v ;v <v =v >v Ov v v v v v v w w +w ,w -w .w 7w w Px x x 3y y y y y ]z z z z z z { { 1{ C{ ]{ w{ { { { { { { | | .| @| Z| t| | | | | | | | | } } #} 6} I} \} o} p} q} r} {} ?~ ~ ~ J }  F       =   ӂ  3 _   냚 샚  A H Q R Z o    ń ߄  
 $ 5 O ` z     Ӆ 텚   2 L ] w      ͆ Ά ᆚ    - . / 0 9   Y ω ܉ I  <   : Y x   ӌ  3 4 5 F       Ǎ ٍ 덚   0 A X o      ǎ َ 뎚   & = T e |    ˏ ⏚ ㏚ 䏚 叚 
  ! 4 G Z m o p q z  T &  " \  Ɣ # A s   ͗  b c j   G   ś  $ C b    ל ؜         > `    ǝ 靚  - B C T      鞚   Ϡ  H  ǡ  k l  e f % & ꤚ 뤚 "     - e   P Q [ f     ֧ ק ꧚   # % & ' 0 x  Ҩ    8 o      ٩ ک     & ( ) * 3 Q u   
   4 5 H [ n       Ы S T e f g     ɬ ܬ ެ ߬ ଚ 鬚 
    / 0 1 2 c ﮚ    I A B v  ﰚ ' l  ﱚ 4 { ʲ    ! + 6 i s } ~   ̳ ߳      '  Ǵ ٴ   H    ɵ е ص ٵ ﵚ      * + > Q d w y z    	 $ U r   ַ ᷚ    . T s t u    ɸ ʸ      < = P c v       - g y   ޺ 	 K O P Q R c     ͻ ໚    	 
    1 d   ⽚   7 y z {      㾚 侚  ֿ  	 B        Z [   &Ú 'Ú _Ú 1Ś ^Ś _Ś Ś Nƚ ƚ ƚ ƚ pǚ qǚ ǚ ǚ ǚ ǚ ǚ "Ț #Ț iȚ ɚ ɚ ʚ qʚ ʚ ˚ C˚ ˚ ˚ ̚ s̚ t̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ͚ ͚ ͚ ͚ ͚ ͚ ͚ !͚ %͚ 8͚ @͚ L͚ M͚ R͚ ͚ ͚ ͚ ͚ ͚ Κ Κ aΚ bΚ gΚ Κ Κ Κ Κ Κ &Ϛ *Ϛ DϚ EϚ JϚ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ 
К К К К hК mК yК zК }К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К њ њ њ њ њ њ Қ 	Қ Қ Қ  Қ !Қ "Қ #Қ +Қ 1Қ 2Қ ;Қ ?Қ @Қ SҚ _Қ `Қ aҚ bҚ cҚ uҚ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Ӛ Ӛ Ӛ Ԛ Ԛ ՚ ՚ ֚ ֚ ֚ 1ך >ך ך ך ך ך ך ך ؚ ؚ &ؚ fؚ gؚ hؚ uؚ ؚ Dٚ  ښ ښ ښ ښ ۚ ۚ ۚ tܚ ܚ @ݚ ݚ ޚ vޚ wޚ 6ߚ ߚ ߚ ߚ 0 N O b                  I U d p q   
   e j    $   %   <     } ~   E F        `   & '                     
    / 1 6 7 E G M N a c i j                      
     7 8 9 : ;   & n    
  Q e     , J ~     . M             ( [ \ z          6 L b x y     (  2  <  =  d                         4 5 Y u v                  , - G c d v         & F G H o p q r s t }           8 9 : g h i j k l u   t u v       W            M c e    8 9 u v   	 	 -	 ~	 	 	 	 	 	 	 	 	 	 L
 M
 ^
 
 
 
 
 
 
 
 Q R        5 M d    
 H
 I
 3 4 K `                    ) * 5 : ; E J K V [ \ f k l m                    , - 8 = > H M N Y ^ _ i n o p                  6 D T U ` e f p u v                              	    $ ) * 5 : ; E J K L s                     ! , 1 2 < A B M R S ] b c d                   * : ; F K L V [ \ g l m w | } ~    ( 8 9 D I J T Y Z e j k u z { |                  ) 7 G H S X Y c h i t y z                      , L q                 3 = G H {       ( ) I J   - R b s       $ = V          0 1      9 N f g h y 0  1  2  3  \       ! 2! D! E! 4" 5" ?" J" }" " " " " " " # # 
# # # \# ]# l# }# # # 4$ $ $ $ 	% &% H% I% m% n% % % && & & ' ' ' ' +' ,' ' ' ' ' ' ( ( A( K( U( V( |( ( ( ( ( ( ( #) $) D) E) ) ) ) ) ) * * * * F* *  + 5- 6- / / 1 1 1 ]2 ^2 3 3 R4 S4 e4 5 5 28 38 H8 8 59 89 9 9 : : ; ; ; 1; D; E; J; R; W; X; ]; e; q; r; w; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  < < < < < < = = ? ? P@ Q@ @ @ 2A 3A A A B B B D D E E E yG zG H I I J J L L %L 2L ?L PL aL rL L L L L L L L L L %N &N N N EO FO R R R R 2S S S S T =T mT nT T U vU wU U V V V W W W X 4X >X HX IX wX X X X X X X X Y )Y PY Y Y Y Y Z )Z Z Z Z Z Z Z Z Z Z Z [ [ E[ O[ Y[ Z[ [ [ [ [ [ [ [ [ [ \ .\ Y\ \ \ C] ] ] ] ] ] ] ] ] ] ] '^ 1^ ;^ <^ j^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ =_ }_ _ '` ` ` ` ` ` ` ` ` ` ` ` a 8a Ba La Ma {a a a a a a a a a a a $b Rb b b b %c &c 'c 8c Fc Gc Hc Rc ]c c c c c c c c c d d d d Kd Wd ~d d d d e Oe e e e e e e e f f &f Yf cf mf nf f f f f f f f g g g h Eh h h i :i ;i <i =i >i ?i oi  k !k Uk k k l Ml l l l l m :m Dm Nm Om wm m m m m m m m m n qn n n n n n n n  o o o 'o (o )o *o Ro uo o o o o o o o o o p Lp Mp Np _p p p p p p p p p p p p p p p p p q q ?q Rq eq fq gq hq qq q Pr cr Is Js Ks Ls ]s t !t *t +t 3t Ht ]t ot t t t t t t u u +u Eu _u ou u u u u u u u v &v 9v :v ;v <v Ev v v Rw Sw Tw ew w w w w w w w x x 8x Hx bx |x x x x x x x y y 8y 9y :y ;y cy {y y y y y y y y y Yz vz z { { { { { { | | 4| M| r| | | | | | | | a} } } ~ ~ ~ ~ ~ ~   C D i |           J 遛 ꁛ 끛  O P W ` a i ~    ق 邛   % : O a {    ك ڃ ۃ ܃ 탛 @ A i j }    Ʉ ʄ ˄ ̄ Մ   * > ц ~     w ~      ψ ማ   & @ Z k     ̉ މ   # = W h        Ԋ 犛  
     ݋ 4  茛  n 䍛 9  >    ۏ * A q  ѐ  ) U    ߑ 摛    
 " 7 I c }    Ӓ 풛     5 J _ q    Г ꓛ   & @ A B C k l     ˔ ̔ ͔ Δ ה    m z 痛 ^ ژ   ؙ   ; R q  њ Қ Ӛ 䚛 ( / 8 9 A S e w    Λ ߛ  
  4 E \ ] e w    Ĝ ۜ    1 B X i        ҝ 坛   
    *  Ġ B   E d  ߢ   L k        娛 % D c  © ᩛ      1 u v         ܪ    B C e   ˫ ૛ ᫛  % J K L M  7 9 m  殛  e  	 
 \   ñ ı      R  ˳  J   ﴛ   7 A K L t u     õ ĵ ŵ ε  9 p   ֶ 
 ; < M N O w x    ķ Ʒ Ƿ ȷ ѷ ﷛       Ҹ Ӹ 減    ! " # , J n      - . A T g z | } ~   .   ͻ λ ϻ л      缛 ߽ ཛ  V  ž 
 K  ҿ  h          D E j }       4 e w    (Û )Û :Û gÛ nÛ vÛ wÛ Û Û Û Û Û Û Û Û Û ě ě ě ě .ě /ě 8ě ě ě ě ś )ś <ś tś ś ś ś ś ś ƛ ƛ ƛ $ƛ Xƛ _ƛ gƛ hƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ Ǜ Ǜ 'Ǜ )Ǜ *Ǜ +Ǜ 4Ǜ Ǜ Ǜ ț ț Rț ]ț |ț ț ț ț ț ț ț ɛ .ɛ /ɛ Wɛ Xɛ kɛ ~ɛ ɛ ɛ ɛ ɛ ɛ ɛ  ʛ ]ʛ ʛ ˛ 3˛ E˛ ˛ ˛ ˛ ˛ ̛ ̛ ̛ *̛ W̛ X̛ Y̛ Z̛ ̛ ̛ ̛ t͛ ͛ ͛ ͛ LΛ Λ Λ Λ 7ϛ ϛ ϛ ϛ ϛ 2Л Л Л Л Л қ қ қ :ӛ ӛ &ԛ 'ԛ Zԛ ՛ ՛ D՛ Y՛ u՛ ՛ ՛ ՛ ՛ ֛ Qכ כ כ ؛ L؛ ؛ ؛ 9ٛ xٛ ٛ ڛ ڛ ڛ )ڛ 8ڛ Dڛ Wڛ [ڛ \ڛ ]ڛ ^ڛ _ڛ `ڛ aڛ bڛ cڛ wڛ ~ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ 'ۛ ,ۛ ۛ ۛ ۛ ۛ ۛ ۛ  ܛ ܛ <ܛ @ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ  ݛ %ݛ Lݛ Mݛ Rݛ ݛ ݛ ݛ ݛ ݛ ݛ ޛ ޛ ޛ ޛ ޛ %ޛ &ޛ )ޛ 2ޛ 3ޛ 4ޛ Eޛ Jޛ Rޛ Yޛ `ޛ lޛ mޛ xޛ |ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ aߛ bߛ {ߛ |ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ     - . 9 F G Q ^ _ ` a b c d e r s       j k ] ^ 5 6 M V v   $ % 1 y z         K          m  D     /        f g x   ! C \ x     < =        ` v      G    , i     * + v w   t u     h i   D  E F   0 4 5 K L ` a b k y                             $ % : < A B \ ^ c d s u { |                    & Z t     7 O     	 :	 n	 	 	 	 	 
  
 !
 "
 D
 M N d         & 9 : X        
 
 
 }
 ~
 
 
 
 
 
 
     6 L b x z           ) * + , = ] ^ _                ? X m          
       : ; O P r             	 
  \ ]    % E F G H h  ) ? @ J U         4 5 >     # t     _ `                ! " O   1 < F Q [ \     / 0 k        ) 7 G H S X Y c h i t y z                   	 
  ( 6 F G R W X b g h s x y                    
  6 D T U ` e f p u v                   $ % / 4 5 6 O ] m n y ~              f                                    ! ! /! 0! ;! @! A! K! P! Q! \! a! b! l! q! r! s! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " 2" @" P" Q" \" a" b" l" q" r" }" " " " " " " " " " " " " " " " " # 
# # # # # # # # # # # # # # # # # # $ $ 	$ $ $ $ $ 9$ G$ W$ X$ c$ h$ i$ s$ x$ y$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % % % % % % "% '% (% )% D% R% b% c% n% s% t% ~% % % % % % % % % % % % & 2& 3& & & & & & & A' B' v' ' ' ' ' ' ' ' ' ( =( O( Q( h( i( r( ( ( ( ( 6) ) ) )  * * !* "* F* G* X* * * * * #+ $+ J+ y+ z+ {+ |+ }+ + + + , }, , , , , , - - - - - - - - - . . . . . . / / / / 0 %0 /0 00 V0 0 0 0 0 0 0 0 0 0 
1 1 S1 T1 1 @2 `2 2 2 2 2 2 3 3 3 n3 3 4 ]4 4 4 4 4 4 4 O5 P5 5 5 5 5 5 5 5 5 5 6 B6 T6 U6 V6 W6 `6 6 6 6 6 27 37 T7 U7 f7 7 7 7 7 7 z8 8 : : k= x= > > > ? ? @ @ A A B iC jC E E E 3F F F AG BG 'H <H H H H H H H H H H H H I I I I I !I "I 'I .I :I ;I CI KI PI QI YI aI mI nI vI }I I I I I I I I I BJ CJ K K 0M 1M M M HN TN N N O O P P qP 2R 3R ;S <S S U U U 7W AW X X Y Y Y Y Y Y Y Z !Z 2Z 3Z FZ YZ pZ Z Z Z [ [ a\ b\ \ \ _ _ ` ` `  a !a a a a b b Ub b c c <c Ld Yd d e e e e e e e e f Gf Hf Jf Kf Lf Uf f f f f ,g Tg _g g g g !h "h #h 4h kh lh mh nh h h h h h h h h &i Ki Li Mi Oi Pi Qi Zi i i i i 7j [j j Jk Zk [k \k mk {k |k }k k k k k k k l .l /l 0l 1l 3l 4l 5l >l }l l l l m ?m m .n >n ?n @n Qn _n `n an bn n n n n n n n o @o Ao Bo Co Eo Fo Go Po o o o o /p Op p p p p p p p p p p .q 8q Bq Cq qq q q q q q q q q q r Jr jr r r r 6s 7s Hs Vs Ws Xs s s s s s t t t 5t 6t 7t 9t Pt Qt Zt \u ]u nu u u v v v v v v v v v 
w x x x 5y ly y y :z z z z z z z z z { 5{ H{ [{ n{ { { { { { | "| O| P| Q| b| | | | | | | | | | | } &} 9} L} _} `} a} b} k} } } } } } } .~ 5~ >~ ?~ U~ e~ f~ g~ h~ i~ j~ k~ l~ m~ n~ ~ ~ ~ ~ ~      L   瀜 耜 逜 ꀜ    ȁ Ɂ с 恜  
 ' A Q k     ɂ ゜  
 ' A B C D l   ă ׃ ؃ ك ڃ ボ N |     M T ] ^ f {    օ 慜    " 7 L ^ x    ֆ ׆ ؆ ن   , ? R e f g h q   [  B C D E V   ҉ 뉜  # 6 I J K L U  ' j  Q R S T e   ጜ ⌜   - @ S T U V _ 4 [  莜     폜       1 C ] w    Ð ؐ 퐜   3 C ] w x y z  ޑ ߑ    . A T g h i j s ,  ȓ ܓ o    /    % & . C X m    Ė ޖ  	 # + @ U j |    ۗ     ! " # K L _ r        { ҙ 3     כ 2 ܜ 2 3 : y ȝ ߝ  ; o  Ǟ  ' ( 9 }       ՟ 矜   , F ` q     Ӡ 蠜   ) C T n    ġ ޡ ߡ ࡜ ᡜ 	 
  0 C V i j k l u 3 -      x / 6 v   ٧   . o p q  ƨ ͨ ֨ ר ߨ    ' > U l }    ҩ 㩜     ' 9 K b y    Ϫ જ       ! I J ] p        Ȭ  b ஜ ^  㯜  _ }  A 걜 	 1    B C  ö ⶜  A `     Ϸ   8 9 > @ A B K X z   ผ Ḝ  % G i ~   ù 蹜 鹜 깜 빜 % ջ ׻  M    R      a b & ' ^    2 i   7         Ü Ü &Ü 9Ü LÜ _Ü aÜ bÜ cÜ lÜ Ü Ü Ĝ <Ĝ ZĜ tĜ Ĝ Ĝ Ĝ Ĝ Ĝ Ĝ Ŝ Ŝ )Ŝ <Ŝ OŜ bŜ dŜ eŜ fŜ oŜ Ŝ Ŝ 4Ɯ 5Ɯ FƜ GƜ HƜ pƜ qƜ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ Ȝ Ȝ Ȝ Ȝ Ȝ %Ȝ IȜ Ȝ Yɜ Zɜ kɜ lɜ mɜ nɜ ɜ +ʜ ,ʜ Sʜ Tʜ ʜ }˜ ~˜ ˜ ˜ +̜ c̜ ̜ ̜ +͜ p͜ ͜ Μ [Μ \Μ ]Μ gΜ rΜ Μ Μ Μ Μ Μ Μ Ϝ Ϝ .Ϝ AϜ CϜ YϜ ZϜ cϜ Ϝ М М MМ XМ М М М М ќ ќ ќ ќ +ќ ;ќ <ќ =ќ >ќ fќ gќ zќ ќ ќ ќ ќ ќ ќ ќ ќ EҜ `Ҝ Ҝ Ҝ Ҝ Ҝ Ӝ Ӝ <Ӝ XӜ jӜ Ӝ Ӝ Ӝ Ӝ Ӝ Ӝ Ӝ Ԝ Ԝ 6Ԝ MԜ NԜ OԜ PԜ xԜ yԜ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ A՜ i՜ ՜ ՜ ՜ ՜ ֜ E֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ 	ל ל /ל Bל Dל Eל Fל Oל ל ל m؜ ؜ ؜ ؜ ٜ )ٜ Hٜ sٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ ڜ  ڜ [ڜ ۜ Dۜ Eۜ ~ۜ ۜ %ܜ &ܜ Xܜ ܜ @ݜ Aݜ ݜ ݜ ݜ 3ޜ bޜ cޜ ޜ m             # 6 ^ _    W   C    M                    ! 1 2 A B C O P Q R ] a t |        ! & S X      0 1 6 b f          # I J K U                 
    ! ( ) * + , - . / 0 1 2 3 4 5 6 7 L      3 D E Y [ \ ] ^ _ g m n w { |                            ! " / A  	        m z      + P Q b       < = * +   ! -   |  K   r  - . l       4 V     0 1 :  ;    9 :        F G X    C D `   a & ' x       	 	 
 
 8 9   ! 2  
   b c          	  $ % & ' ( ) - . / 0 I K Q R k m r s                         ( * 0 1 D F K L S X s t u v w U V b     F Y     ! 4 h     & 6 j          ( 7 J K d        & ' ( \ r       & 1 d n x y          / 0 9 [ \ p q            $ % & ' ( ) 2 S T h i          : ; P Q b                , - B C T t u v                          ! ! ! ! ! ! ! &" 0" :" ;" \" " " " " " " t# u# # # # $ W$ X$ i$ $ $ $ %  % !% "% #% $% -% % % % % % % % % % % & & & & & & & & Z' q' ' ' ' ' 	( >( ( ( o) p) ) ) ) ) ) ) ) ) ) * * * * * * "* '* (* )* G* U* e* f* q* v* w* * * * * * * * * * * * * * * * * *  + + + + + + !+ &+ '+ (+ J+ X+ h+ i+ t+ y+ z+ + + + + + + + + + + + + + + + , , , , , , $, %, /, 4, 5, 6, r, , , , , , , , , , , , , , , , , , , - - - - - '- ,- -- 8- =- >- H- M- N- O- - . &. 4. D. E. P. U. V. `. e. f. q. v. w. . . . . . . . . . . . . . . . .  / 
/ / / / >/ L/ \/ ]/ h/ m/ n/ x/ }/ ~/ / / / / / / / / / / / / /  0 
0 0 0 0  0 !0 +0 00 10 20 X0 f0 v0 w0 0 0 0 0 0 0 0 0 0 0 0 0 0 &1 '1 V1 d1 t1 u1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 "2 '2 (2 22 72 82 92 e2 s2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 !3 "3 -3 23 33 =3 B3 C3 D3 h3 3 3 3 3 '4 (4 54 64 74 Z4 4 4 5 &5 '5 15 <5 o5 y5 5 5 5 5 5 5 6 6 6 d6 e6 6 6 6 37 i7 7 7 7 7 7 7 7 7 G8 `8 y8 8 8 8 8 9 9 9 9 9 $9 l9 m9 9 : &: B: [: u: : : : : : l; m; n; o; ; '< (< \< n< < < p= q= {= = = = = = = #> 5> G> H> I> J> S> > > > > > > p? ? ? @ E@ b@ @ @ @ @ @ A bA A A >B ?B @B AB gB hB B B "C 4C 5C ?C JC }C C C C C C C C C C C _D `D D D D D D D E OE PE QE RE E F <F qH rH 	K K AL BL SL M M ZN [N O O O Q Q nS oS S S qT tT T T U U KV LV [V mV V V V V V V V V V V V V V V V V V V V V V V V V W W W W  W !W )W 0W <W =W >W ?W W W 8Y 9Y Z Z [ [ [ [ n\ o\ %] &] ] ] ^ _ _ ` ` +a b b Pc d d %f &f Gg Tg ag ng {g g g g g g g g g h %h &h 1h ai bi i  j j j Tm Um (n 9n nn n n o Lo yo o o o Cp p p p q q #r 's (s 2s =s ps zs s s s s s s s s s 2t >t et t t t t 6u @u eu u u u u 	v 
v v v 8v 9v Cv Nv v v v v v v v v v v v v 7w Cw jw w w w x x x x x y y y y %y 0y cy my wy xy y y y y y y y y y z 'z Nz yz z z c{ { { { { { { { {  | ,| 6| A| t| ~| | | | | | | | | | | | -} 9} `} } } } %~ a~ b~ c~ t~ ~ ~ ~ ~ ~ ~ ~ ~ ~  9 : ; = > ? H      7 T  Ԁ Հ 思    0 M W b     Ӂ ԁ Ձ ׁ       K  2 3 D v w x y z {  \ ]  ӆ 
 B  ؇ - . 8 C v     ӈ 戝    ! 8 9 B   퉝     - 4 < = S c d e f   Ċ ׊ ꊝ      	 , Z     ̋ Ӌ ܋ ݋        	 
   4 U V {       ꌝ        V ] f g o    ŏ ߏ  	 # + @ U g    Ő ߐ  ᐝ ␝ 
 * O b u v w x  쑝      뒝      . @ Z t     Փ ꓝ   0 @ Z t u v w   ʔ ݔ          B  ᖝ ▝ 㖝  G H p    ԗ 痝 藝 闝 ꗝ   Ř  Q      V W     ˚ ޚ      қ  =  % & ' 8        ϝ ᝝   % ? Y a v    ў ឝ      ) | }    ̟ ߟ       ʠ * f z 
    ͢ 7   ã ģ ̣ ᣝ    7 Q b |    ɤ ޤ    4 N _ y       饝 ꥝   # 6 I J K L U  p ѧ $ W    u Щ z Ъ Ѫ ت  f }  ٫ 
 9 e  Ŭ Ƭ ׬  " + , 4 I ^ s    ʭ 䭝   ) : T \ q    Ǯ ᮝ   & 7 Q b | } ~     ί ᯝ    	 
  Ѱ ˱ 3   #   ʹ Դ  3 R w   ̵ 
     d k t u }    Ŷ ܶ  
  2 I Z p      ŷ ׷ 鷝    . ? V m ~       縝 踝   ! 4 G I J K T f .   ~  6     M ߾    < = D Ý Ý !ĝ aĝ ĝ ĝ ĝ ĝ ŝ <ŝ [ŝ \ŝ mŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ Ɲ :Ɲ \Ɲ ~Ɲ Ɲ Ɲ Ɲ Ɲ ǝ ǝ ǝ .ǝ aǝ ǝ ǝ ǝ ǝ ǝ sɝ uɝ ɝ ɝ "ʝ Zʝ ʝ ʝ E˝ F˝ ˝ ?̝ @̝ ̝  ͝ ͝ ͝ ͝ YΝ ZΝ Ν Ν ϝ ?ϝ ϝ ϝ *Н +Н 5Н @Н sН }Н Н Н Н Н Н Н Н Н Н  ѝ ѝ 
ѝ Rѝ uѝ ѝ ѝ ѝ ҝ Iҝ wҝ xҝ ҝ ҝ ҝ ҝ ҝ ҝ ҝ ҝ  ӝ ӝ ӝ ӝ 
ӝ +ӝ Oӝ ӝ ӝ ӝ ӝ ӝ ԝ ԝ "ԝ 5ԝ Hԝ [ԝ ]ԝ ^ԝ _ԝ hԝ ԝ ԝ -՝ .՝ ?՝ @՝ A՝ i՝ j՝ }՝ ՝ ՝ ՝ ՝ ՝ ՝ ՝ ՝ j֝ ֝ ֝ 	ם 
ם ם ם =ם ם ם ם ם #؝ ٝ ٝ Pٝ ٝ ٝ ڝ Fڝ ڝ ڝ ۝ U۝ ۝ ۝ ۝ ۝ ܝ ܝ Cܝ Mܝ Wܝ Xܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ݝ pݝ ݝ ݝ ݝ ݝ "ޝ dޝ eޝ vޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ߝ ߝ ߝ +ߝ >ߝ Qߝ Sߝ Tߝ jߝ kߝ tߝ ߝ ߝ / L e x      . M N O `            * = P c e f g p   A S     % ) * + , = j k           \   > o      S T U f                s   4 5 n     9  8 9 v ( b c  J K        C    K    u   M N Y e t                            & ' , c h      ; < A x |         $ \ a          B G S T W a b e n o p                                               - 9 : ; < = O i j u                        q r        `  a  m              @ A B O          N     P Q  k   
	 (	 )	 <	 
 
 
   ]      
 
 x y   # / > J K      ? D     h      f g   W X             :      l p q                      	     ! ' ( ; = C D Y [ ` a v x } ~                             ! !  " H" b" " " " " +# ?# s# # # # $ $$ X$ v$ $ $ $ % '% [% \% ]% ^% % & & & & & & & ' 5' 6' T' b' u' v' ' ' ' ' ' ( &( <( R( S( ( ( ( ( ) ) ) ) >) [) \) r) ) ) ) ) ) ) ) ) ) * * 3* O* P* e* f* g* h* y* * * * * * * * * * * * * + + !+ =+ >+ P+ {+ + + + + + + +  ,  , !, ", I, J, K, L, M, N, W, v, w, , , , , , , , , - - - A- B- C- D- E- F- O- - - N. O. P. a. . . . . . 1/ e/ {/ |/ / / / / / / / '0 =0 ?0 p0 q0 z0 1 1 O1 P1 _1 1 1 1 2 X2 2 2 2 2 2 2 2 2 2 &3 '3 83 Y3 Z3 [3 \3 ]3 ^3 3 +4 ,4 m4 x4 4 4 4 4 4 5 '5 >5 k5 l5 5 5 "6 #6 
7 7 %7 :7 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 $8 %8 08 58 68 @8 E8 F8 G8 d8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 "9 '9 (9 39 89 99 C9 H9 I9 J9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : .: /: :: ?: @: J: O: P: [: `: a: k: p: q: r: : : : : : : : : : : : : : : : : : Y; ; ; ; ; ; ; ; ; ; < < < < < < $< %< &< M< [< k< l< w< |< }< < < < < < < < < < < < < < < = = = = = = '= ,= -= 7= <= == >= n= |= = = = = = = = = = = = = = = = = > > >  > %> &> 0> 5> 6> A> F> G> Q> V> W> X> > > > ? ? ? ? #? $? .? 3? 4? ?? D? E? O? T? U? V? u? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ !@ "@ -@ 2@ 3@ =@ B@ C@ N@ S@ T@ ^@ c@ d@ e@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A &A KA nA oA A A A A A A }B ~B B B B B B 
C C !C "C UC yC C C C C C D D #D $D rD D E ,E <E ME ]E ^E E E E E E F 0F _F `F F F F F F F F 
G G ZG G G G G H (H @H AH BH SH 
I I I 
I 6I I I I J J J K K K $K WK aK kK lK K K K K K K K K 6L 7L FL WL L L M |M M M M  N "N #N GN HN YN N  O [O O O O O O P P P P P P P P P Q %Q /Q 0Q VQ ~Q Q Q Q Q Q Q Q R R nR oR R R R R R R R  S S S V V X X Y Y Y 7[ 8[ [ [ ,] -] ?] ^ ^ a 
a "a oa b b }b ~b cc xc c c c d d d $d ,d 1d 2d 7d ?d Kd Ld Qd Xd ]d ^d cd jd vd wd d d d d d d d d d d d d d d d d d d ~e e f f lh mh *i +i i i j 
j j j Zk [k k nm om wn xn n Sp Tp p sr }r s s t t t u u *u ;u Lu ]u nu ou u u u u u u v  w w w x  x z z { { | \| ]| | | } G} H} } } P~ Q~ x~    ŀ ƀ Ѐ ۀ   " # Q       Ё ܁  * h   Ԃ ނ  ] ^ _ p     փ ׃ პ 샞  ) 3 4 b        Մ ᄞ  3 s           Æ Ά     D j k l m o p q z  Ň 쇞  W {  j z { |      ʉ ԉ ߉   & ' U | } ~      ˊ ׊  , k  Ë        ! " , 7 j t ~   ׌ ، ٌ ی ܌ ݌ 挞 % 1 X   Ս  ) r s     Ύ 뎞    3 = G H q r s u       鐞  Б ё ⑞       I   / q   ' v ˕ ̕ ֕ ᕞ   ( ) Q q      ֖ ז  K ^     ˗ җ ڗ ۗ      , O b u       ʘ  & ' ( 9 j q z {            ҙ    , ? @ A B K  * = # $ % & 7     
 " 7 I c }    ɝ ޝ    9 I c } ~    Ȟ 힞          , - . ?       ̠ ޠ   " < V ^ s    Ρ ޡ      = U h {       3 P  ࣞ ~     夞 椞  ' L _ r      ; c  咽          C V i |      p  ۩ $ ê Ī Ū ֪ ) * 1 : ; C X m    ë ݫ    ) ; U o       Ǭ   C D W j }       h Ȯ    X Y Z k հ Q X a b j     ձ ﱞ    4 E _ g |    Ҳ 첞   1 B \ ] ^ _      Գ 糞 賞 鳞 곞    o µ  H   n  n o v    K w  ׹  / c d u   ɺ ʺ Һ 纞   # = W h    ǻ ػ    $ 9 K e    ļ ռ ＞       E F Y l        o i ѿ G T  8  k r    Þ ,Þ KÞ jÞ Þ Þ Þ Þ Ğ 	Ğ Ğ Ğ Ğ -Ğ ?Ğ QĞ cĞ zĞ Ğ Ğ Ğ Ğ Ğ Ğ Ş Ş 6Ş 7Ş ?Ş QŞ cŞ uŞ Ş Ş Ş Ş Ş Ş ƞ ƞ 2ƞ Cƞ Zƞ [ƞ \ƞ ]ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ Ȟ Ȟ ɞ ʞ ʞ ʞ ˞ >˞ ˞ ˞ ˞ }̞ &͞ EΞ mϞ Ϟ Ϟ Ϟ ~ў ў ў ў Ҟ =Ҟ }Ҟ Ҟ Ҟ Ҟ Ҟ Ҟ Ӟ OӞ PӞ tӞ uӞ zӞ |Ӟ }Ӟ ~Ӟ Ӟ Ӟ Ӟ Ӟ Ӟ Ԟ Ԟ ?Ԟ aԞ Ԟ Ԟ Ԟ Ԟ Ԟ Ԟ $՞ %՞ &՞ '՞ a՞ מ מ Gמ מ מ מ ?؞ ؞ ؞ ؞ 6ٞ ٞ ٞ ڞ ڞ b۞ c۞ ۞ ۞ ۞ ,ܞ nܞ ܞ ܞ $ݞ sݞ ݞ ݞ ݞ ݞ ޞ ޞ %ޞ &ޞ Nޞ Oޞ bޞ uޞ ޞ ޞ ޞ ޞ ޞ ޞ ޞ ߞ Jߞ xߞ ߞ ߞ ߞ   ' ( ) Q R e x         p q              $ H         . A T V W X a          g h       0 g   % g   B            D W j }      ? Q       A H P Q g w x y z          	        N Y x        2 9 A B r               }    , 7 V         	 1 2 E X k ~      7   
  Z e       1 2 3 4 [ \  N    & a b   | }    o            4    3 O _ r    +  Z      &    R        1 5 6 7 8 9 : ; < = Q X ] m n } ~               \ ] b        l m r        & ' , Z _               
   $ , 3 : F G R V ] d e f g h i j k l m n o p q r s  ; < U V o                      	 	 	  	 !	 +	 8	 9	 :	 ;	 <	 =	 >	 ?	 L	 M	 [	 \	 ]	 ^	 k	 }	 D
 E
 7 8   '
 0
 P
 
 
 
 
  S T g        %  x y f g \ ] i  G       	 i j     @ A R p    6 R l m v w   u v      : P      !      C    b! c! ! " " P" Q" " " N$ O$ % % t& u& B' C' ]' n' ( ( *  * * * 
, , , %, &, :, ;, <, E, S, `, a, b, c, d, e, i, j, k, l, , , , , , , , , , , , , , , , , , , , , - - - - 6- 8- =- >- M- O- U- V- d- f- l- m- - - - - - - - - - - - / / / /  0 40 N0 0 0 0 0 1 )1 ]1 p1 1 1 1 2 H2 b2 r2 2 2 2 2 2 2 3 '4 (4 >4 d4 s4 4 4 4 4 4 4  5 5 5 25 b5 c5 d5 5 5 5 5 5 5 W6 X6 b6 m6 6 6 6 6 6 6 6 7 &7 <7 R7 T7 k7 l7 u7 7 7 7 7 7 7 7 8 8 8 8 8 78 88 98 `8 a8 b8 c8 d8 e8 n8 8 8 8 8 8 8 8 8 9 29 G9 \9 v9 w9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : ): *: L: h: i: ~: : : : : : : : : : : : : 6; 7; ; ; ; ; <  < !< "< B< < = = = $= /= b= l= v= w= = = = = > > > > > > > > N? ? ? ? ? 9@ :@ [@ \@ ]@ ^@ _@ `@ i@ @ @ @ @ @ @ @ @ @ )A A A B B  B +B 5B 6B B B B B 	C 
C EC zC C C D D D D E E !E "E -E 2E 3E =E BE CE NE SE TE ^E cE dE eE E E E E E E E E E E E E E E E E E F F  F !F ,F 1F 2F <F AF BF MF RF SF ]F bF cF dF F F F F F F F F F F F F F F F F F G G .G /G :G ?G @G JG OG PG [G `G aG kG pG qG rG G G G G G G G G G G G G G 	H H H H )H 7H GH HH SH XH YH cH hH iH tH yH zH H H H H H @I bI pI I I I I I I I I I I I I I I I I I 	J 
J J J J %J *J +J 6J ;J <J FJ KJ LJ MJ zJ J J J J J J J J J J J J J J J J K K *K +K 6K ;K <K FK KK LK WK \K ]K gK lK mK nK K K K K K K K K K K K K K K K K K bL cL L L L L L L L L L L L L L L L L L M !M 1M 2M =M BM CM MM RM SM ^M cM dM nM sM tM uM M M M M M M M M M M M M M M N N N N ,N <N =N HN MN NN XN ]N ^N iN nN oN yN ~N N N N N N O 
O cO dO qO rO sO O P P PP bP cP mP xP P P P P P Q )Q +Q BQ CQ LQ Q Q Q Q R oR R R R R R R  S !S 2S S S S S S S $T ST TT UT VT WT `T T T T WU bU ~U U U U U U U U V V V V V cW dW W W W W X X X X X X 	Y 
Y 0Y _Y qY Y Y Y Y Y Y Y Y Y -Z .Z Z [ :[ [[ [ [ [ [ [ [ [ H\ \ \ 7] z] {] |] }] ] ] )^ *^ ^^ p^ q^ {^ ^ ^ ^ ^ ^ ^ _ ._ /_ 0_ 1_ :_ _ _ _ _ ` 
` .` /` @` ` ` ` ` ` Ta xa c c Ef Rf }g ~g g h h i i j j j Cl Dl n n n 
o o o p p q q q q q q q q q q q q q q q q q q q q r r r r r %r *r +r 3r ;r Gr Hr Pr Wr \r ]r er lr xr yr zr {r s s tt ut 
v v v v "w .w w w ax bx x x Ky { 
{ | | g| } } ~   a b      Ȃ ق ꂟ   
   3 J a b m   ; <     d u    Z   功 抟 /     & 3 _ c d n y      ! " $ % & / n z  ȏ  . 9 r |      E F G H t u    Ǒ ё ґ   % & ' ) * + 4 s   ђ  5  $ 4 5 6 G U V W a l     ┟  	 
  
    W c          + 9 : ; < h r }   ė ŗ         ! * i u  ʘ 	 ) a        ʙ ՙ     K u v w y z {  Ú Ϛ  $ D s  Ǜ   " 0 1 2 l    ќ ۜ 土 期     * + 4 6 7 H   n o        矟   ͡  F ~ Ţ  i j t    ƣ ǣ   " 5 H [ ] t u ~ 餟  ) * + < i p x y      ʥ     & 9 : ; < E h  Ħ Ŧ Ʀ צ     / ? @ A B C D E F G H p    ʧ ݧ ާ ߧ য় 駟 & Ȩ ۨ  © é ĩ թ       ժ 窟   + E _ g |    ׫ 竟      F f        ( V ʭ ˭ ̭ ݭ ' . 7 8 @ U j |    ڮ    & 8 R l |      ۯ    , ? @ A B K Ѱ  5 ~     0    Ų 겟   # $ % & / ٳ  D  + , - . ?     ᵟ    - . / 0 9  5 y · a b c t Ǹ ȸ ϸ ظ ٸ ḟ    7 Q a {    ǹ ٹ  
  7 Q R S T e   ẟ ⺟    . A B C D M  f   I    	 s ﾟ       2 G Y s    ҿ 㿟    / D V p          % & 9 L _ r      U  
ß `ß ß ß \ğ ğ ş ş Ɵ 
Ɵ Ɵ SƟ Ɵ Ɵ Ɵ ǟ Iǟ uǟ ǟ ǟ ȟ ȟ ȟ Wȟ ^ȟ gȟ hȟ pȟ ȟ ȟ ȟ ȟ ȟ ȟ ɟ  ɟ :ɟ Kɟ eɟ vɟ ɟ ɟ ɟ ɟ ɟ ɟ ʟ ʟ .ʟ Hʟ bʟ sʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ 
˟ ˟ 0˟ C˟ D˟ E˟ F˟ O˟ 
̟ ͟ o͟ ͟ ͟ _Ο Ο Rϟ 	П П PП oП П П П П џ Iџ Jџ Kџ \џ џ џ џ џ џ џ џ џ ҟ ҟ /ҟ Fҟ Wҟ nҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ ӟ ӟ %ӟ <ӟ Sӟ jӟ {ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ #ԟ $ԟ 7ԟ Jԟ ]ԟ pԟ ԟ ԟ ԟ ԟ ԟ ՟ j֟ <ן ן 8؟ r؟ ؟ ؟ 9ٟ Wٟ ٟ ڟ ڟ ۟ ݟ xݟ yݟ ݟ ߟ ߟ ]ߟ ߟ ߟ ߟ  : Y x            % 2 T v      ! C X Y j          ' ^   ,    { | ; <    8     C {   f g q |          & 9 ; < = F     4 N           ) < > ? @ I g      ! " J K ^ q         i j { | }           #  3 4 E F G H y   - . _ W X    =    J   5 6 7 A L            3 4 =    ' 2 ^             @ A T g z        : k       2 D j          ' ( ) * R S f y        C }      a e f g h y       	           )      G z     " M           5    X     2    p q  
 < = u G	 t	 u	 	 d
 
 
 
        8 9  
 
 1    Y   '                         ) * + , 7 ; N V b c h       - 2 w x }   
   < @ Z [ `        # $ % / ~                            	 
   
     &     
   3 5 6 7 8 9 A G H Q U V i u v w x y                      	           G T       * + < | } ~   Z             V! ! %" " " L# # $ $ F$ d$ e$ x$ % % % ' 0' ' ' ' ' 
( ( ) ) * * + + _+ k+ z+ + + + +  , !, 2, {, , , - - :- - - ;.  / / R/ / / / / 0 0 1 1 [3 \3 4 4 4 4 4 5 5 v6 7 7 <8 =8 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : 	: 
: #: %: +: ,: E: G: L: M: [: ]: c: d: w: y: : : : : : : : : : : : : : : : : : : ; ; 
; ; ;  ; %; &; -; 2; M; N; O; P; Q; /= 0= <= = = = =  > 3> g> {> > > > ? B? `? ? ? ?  @ @ D@ c@ @ @ @ @ @ A A A B B $B %B >B qB rB B B B B B  C C C 6C LC bC xC C C C C  D D >D HD RD SD zD D D D D D D D 	E 
E E 5E 6E JE KE oE E E E E E E E E E E E E  F F F F F -F .F BF CF ]F yF zF F F F F F G G *G +G <G \G ]G ^G G G G G G G G G G G G G H H H H .H NH OH PH }H ~H H H H H H H H I I I I I I I I I mJ J J J J J  K 
K K K 6K cK yK {K K K K NL OL L L L L 1M 2M CM M M M M M M M M M N bN cN tN N N N N N N N gO hO O O O O O O 4P KP cP zP P P P Q ^Q _Q IR JR aR vR R R R R R R R R R R R R R R S S S !S /S ?S @S KS PS QS [S `S aS lS qS rS |S S S S S S S S S S S S S S S S S S  T T T $T 2T BT CT NT ST TT ^T cT dT oT tT uT T T T T T T T T T T T T T T T T T 	U U U U LU ZU jU kU vU {U |U U U U U U U U U U U U U U U U U U V V V V V V "V 'V (V )V V V  W W W W *W /W 0W :W ?W @W KW PW QW [W `W aW bW W W W W W W W W W W W W W W W W W X &X 6X 7X BX GX HX RX WX XX cX hX iX sX xX yX zX X X X X X X X X X X X X X Y 
Y Y Y 2Y @Y PY QY \Y aY bY lY qY rY }Y Y Y Y Y Y Y  Z Z 0Z >Z NZ OZ ZZ _Z `Z jZ oZ pZ {Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ ?[ M[ ][ ^[ i[ n[ o[ y[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ 
\ \ \ \ \ B\ b\ \ \ \ ] ] ] ] ] 4] ] ] ]  ^ ^ ^ ^ I^ S^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ >_ ?_ __ `_ _ 
` C` h` x` ` ` ` ` ` ` !a :a Sa la a a a a a a a a a Fb Gb b b  c c 5c Oc dc |c }c ~c c Fd Gd Hd Id rd e e 6e He Ze [e Jf Kf Uf `f f f f f f f g !g "g #g $g -g rg sg g g g g Jh h h h i <i ^i _i i i i i <j j j k k k k Ak Bk k k k l l l $l Wl al kl ll l l l l l l l 9m :m Zm [m m m m m m )n *n +n ,n \n n o Kq Lq s s u u -u sv tv 4w 5w hx ix {x y y H| I| ^| | K} N} } } ~ ~ % & 5 G Z [ ` h m n s {                        
           f g  ̄ H I      醠        *      ! . ; H U f w      ѐ 萠     ; < ْ ڒ [ \ . /   H    & S   ͘     Ě њ      J T ^ _     Ü Ĝ ͜   ? f  ̝ ם   ?     㞠 䞠 垠 枠    ( [ e o p  ß ğ ş ǟ ȟ ɟ ҟ   D o  Ӡ Y ¡ ҡ ӡ ԡ 塠     
 = G Q R            ( S   =     ɤ פ ؤ ٤ ڤ    N X b c         ȥ   : h  Ǧ  ; < = N \ ] ^ h s     駠       " a m  ¨ ⨠  . e    Ω ϩ Щ 
 ' 1 < o y       Ȫ ɪ Ҫ ԫ ի 櫠 % [  
  P Q R S T U  6 7 k  䯠  c      P Z d e    ӱ 池        ǲ Ȳ ɲ ڲ     - = > ? @ h    ĳ ׳ س ٳ ڳ 㳠  4 b c d u     ʹ ݴ ޴ ߴ ഠ ᴠ ⴠ 㴠 䴠 崠 洠  / 0 U h { | } ~  ĵ f y _ ` a b s 0 7 @ A I ^ s    ɸ 㸠    / A [ u       习  ) < O P Q R [ ƺ  h i j { Ż ̻ ջ ֻ ޻    4 N ^ x    ļ ּ  
  4 N O P Q y    ʽ ݽ ޽ ߽ འ 齠 o  Ӿ      ο ! " J c         w   +            0à 1à Yà Zà à à à à à à à à à Ġ Ġ Š `Š Š  Ơ Ơ Ơ eƠ fƠ mƠ vƠ wƠ Ơ Ơ Ơ Ơ Ơ Ơ Ơ Ǡ 3Ǡ ;Ǡ PǠ eǠ wǠ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ƞ VȠ WȠ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ ɠ ʠ @ʠ Tʠ ʠ ˠ ˠ ˠ ˠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ͠ +͠ <͠ V͠ p͠ ͠ ͠ ͠ ͠ ͠ ͠ ͠ Π (Π 9Π SΠ mΠ ~Π Π Π Π Π Π Π Π Π Π Ϡ #Ϡ $Ϡ %Ϡ &Ϡ /Ϡ Ϡ JР Р Р 1Ѡ Ѡ Ѡ OҠ Ҡ TӠ Ӡ Ӡ Ӡ Ӡ @Ԡ WԠ Ԡ Ԡ Ԡ ՠ ?ՠ kՠ ՠ ՠ ՠ ՠ ՠ ֠ ֠ ֠ #֠ 8֠ M֠ _֠ y֠ ֠ ֠ ֠ ֠ ֠ נ נ .נ 6נ Kנ `נ uנ נ נ נ נ נ  ؠ ؠ +ؠ <ؠ Vؠ Wؠ Xؠ Yؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ٠ ڠ 
۠ ۠ ۠ ۠ tܠ ܠ ݠ ݠ ݠ 
ޠ ,ޠ Qޠ hޠ ޠ ޠ ޠ ޠ ޠ ޠ >ߠ Eߠ Nߠ Oߠ Wߠ iߠ {ߠ ߠ ߠ ߠ ߠ ߠ ߠ  # 4 J [ r s {         0 G X n            ! # $ % . @   X   [ z   '  b         ; Z y     5 6 G             6 X Y {       ; ` a b c  M O    4 {     r        3 4 h    `      M W a b           , O     # Q R c d e            )          " 5 7 8 9 B `       C D W j }       D                     * l     a   / ~       ' 1 2 Z [         J {     > ? P }              + - . D E N   		 &	 ?	 R	 	 	 	 	 	 
 '
 (
 )
 :
 n
 u
 }
 ~
 
 
 
 
 
 
 
   * = ? @ A J    - h s    
 
 
 
 
 D
 E
 m
 n
 
 
 
 
 
 
 
 
 6 s   I [     - . / @ m n o p        b    M     H        P  < = p $ % Z o       g   % b   O   ' ( 3 ? N Z m q r s t u v w x y                     = B            R  V                  6! ;! b! c! h! ! ! ! ! ! ! " !" -" ." 1" ;" <" ?" H" I" J" [" `" h" o" v" " " " " " " " " " " " " " " " " " " " " " " w# x# # # # # # # # # # # # # # # # # # $ $ $ $ $ $ )$ C$ D$ O$ \$ ]$ g$ t$ u$ v$ w$ x$ y$ z$ {$ $ $ $ $ $ $ $ $ % % s& t& K' L' c( l( ( ( ( :) ;) G) ) ) ) ) ) ) * * * )* a* * + + , , - - - (. . . Z/ / *0 +0 0 E1 1 1 1 2 2 2 |3 }3 3 4 4 75 Y5 r5 5 5 5 6 6 R8 S8 8 8 8 	9 9 $9 %9 v9 9 9 9 9 : : ]: : : : B; ; ; < < < @= A= = = 1> 2> ? ? @ @ A A ~B B B B ZC D [E \E E E FG JG KG aG bG vG wG xG G G G G G G G G G G G G G G G G G G G G G G H H H H H H 3H 5H :H ;H PH RH WH XH rH tH yH zH H H H H H H H H H H H H H H H H H H H J J J "K <K pK K K K L L ML eL L L L L 2M PM M M M M N 5N 6N 7N 8N ZN cO dO zO O O O O O P P .P <P OP PP nP P P P P P  Q Q ,Q -Q Q Q Q Q Q Q Q Q R 5R 6R LR bR xR R R R R R R R R R 
S )S *S ?S @S AS BS SS sS tS uS S S S S S S S S S S S S T T *T UT nT T T T T T T T T T T #U $U %U &U 'U (U 1U PU QU eU fU U U U U U U U U U V V V V V  V )V rV sV (W )W *W ;W [W \W ]W ^W ~W X ?X UX VX `X kX X X X X X Y Y Y JY KY TY Y Y )Z *Z 9Z Z Z Z Z 2[ u[ v[ [ [ [ [ [ [ [  \ \ \ 3\ 4\ 5\ 6\ 7\ 8\ e\ ] ] G] R] \] g] q] r] ] ] ^ ^ E^ F^ ^ ^ ^ ^ _ _ _ ` ?` M` ]` ^` i` n` o` y` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 
a a a a a  a !a >a La \a ]a ha ma na xa }a ~a a a a a a a a a a a a a a a a b b 
b b b b "b #b $b Lb Zb jb kb vb {b |b b b b b b b b b b b b b c 	c c c c $c )c *c 5c :c ;c Ec Jc Kc Lc ec sc c c c c c c c c c c c c c c c 3d |d d d d d d d d d d d d d d d d d  e 'e 5e Ee Fe Qe Ve We ae fe ge re we xe e e e e e e e e e e e e e e f f f f f f f Hf Vf ff gf rf wf xf f f f f f f f f f f f f f f f f  g 
g g g g  g !g +g 0g 1g 2g g g g g g g g g g h 
h h h h h )h .h /h 0h Oh ]h mh nh yh ~h h h h h h h h h h h h h h h h i i 
i i i i (i -i .i 8i =i >i ?i Zi hi xi yi i i i i i i i i i i i i i i  j %j Hj Ij j j j j j j Wk Xk k k k k k k k k k /l Sl el gl ~l l l l l l l Lm m m n n 'n 7n 8n \n ]n nn n n n 
o 9o :o `o o o o o o o o o 4p p p p p p q q q q -q q q q q r r r r r r r s s s s 1t ;t Et Ft lt t t t t t t t u u  u 1u iu ju u Vv vv v v v v v !w "w 3w w w 5x sx x x x x x x ey fy y y y y y y y 	z 
z 0z Xz jz kz lz mz vz z z z z H{ I{ j{ k{ |{ { { { { { | | ~ ~     ˂   ҄ ӄ      扡 牡  I 銡 슡 W X = R Ì Č ӌ 匡         % & + 2 7 8 = D P Q Y a f g o w             X Y   F G   ^ j 撡 璡   4 5  H I Q R  - . ș M W    ̝ ٝ 条    & 7 H I \ o     ٟ ڟ w x   ̣ ͣ   椡 6 7  ĥ  ! " k  * + R b o      詡    + ] ^ ` a b k   ݪ  B j u   ݫ 7 8 9 J        Ƭ   
  < a b c e f g p   ⭡ 
 M q  ` p q r       ۯ 寡 ﯡ   D E F G I J K T   ư  1 U ۱ D T U V g u v w x    첡     / V W X Y [ \ ] f   س  E e  ٴ ڴ ۴ 촡      D N X Y           2 `   ̶  L M ^ l m n  ŷ Ϸ ڷ 
  ! " K L M O f g p r s  ù      ﺡ     # Լ ռ 	 K    P         + K ^ q       % 8 e f g x           ) < O b u v w x     ¡ ¡ ¡ ¡ D¡ K¡ T¡ U¡ k¡ {¡ |¡ }¡ ~¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ á á á á á %á bá ġ ġ ġ ġ ġ  š š š š š š š š ơ #ơ =ơ Wơ gơ ơ ơ ơ ơ ơ ơ ơ ǡ #ǡ =ǡ Wǡ Xǡ Yǡ Zǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ dȡ ȡ ɡ ɡ ɡ ɡ cɡ jɡ sɡ tɡ |ɡ ɡ ɡ ɡ ɡ ɡ ɡ ʡ 0ʡ 8ʡ Mʡ bʡ tʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ˡ /ˡ Bˡ Uˡ hˡ {ˡ |ˡ }ˡ ~ˡ ˡ 
̡ *̡ q̡ ̡ X͡ Y͡ Z͡ [͡ l͡ ͡ ͡ ͡ Ρ &Ρ 9Ρ LΡ _Ρ `Ρ aΡ bΡ kΡ ϡ =ϡ ϡ ϡ gС hС iС jС {С С С С С ѡ 0ѡ Cѡ Vѡ iѡ jѡ kѡ lѡ uѡ Jҡ qҡ ҡ ҡ ӡ ӡ ӡ ӡ ԡ ԡ ԡ ԡ ԡ ԡ 2ԡ Gԡ Yԡ sԡ ԡ ԡ ԡ ԡ ԡ ԡ ա ա /ա Iա Yա sա ա ա ա ա ա ա ա ֡ ֡ 1֡ D֡ W֡ j֡ }֡ ~֡ ֡ ֡ ֡ Bס ס ס ס ء 2١ 3١ 4١ E١ ١ +ڡ 2ڡ ;ڡ <ڡ Dڡ Yڡ nڡ ڡ ڡ ڡ ڡ ڡ ڡ ۡ ۡ 9ۡ Aۡ Vۡ kۡ ۡ ۡ ۡ ۡ ۡ ۡ ܡ ܡ 6ܡ 7ܡ 8ܡ 9ܡ aܡ bܡ uܡ ܡ ܡ ܡ ܡ ܡ ܡ ܡ ܡ ݡ ݡ Iޡ ޡ ޡ "ߡ ߡ ߡ H  H I P    % Q    	 = > O           1 B \ v         % ? Y j             3 F Y l      I C  ! .    E L      % D            + = T k           + = O a x         4 5 6 7 _ ` s           x  t    u   W    G    X Y     W v      ) * N O T V W X a n       ; ]           ;   !  c       h      w x < = t    H    M          ( ) < O b u w x y    $ R p     	 	 	 +	 ,	 ?	 R	 e	 x	 z	 {	 |	 	 	 	 J
 K
 \
 ]
 ^
 
 
 
 
 
 
 
 
 
 
 
 "           . 0 1 2 ; _  o
 p
 
 
 
 
 
 A B i j     
 A y   A    q r s }         1 D W Y o p y   + c n      " * + A Q R S T | }          [ v     ( 3 R n           L c d e f           W      0 [            2 E X Z [ \ e       4 ? ^        
  5 6 q ( Z [     ;  <  n    V! W! ! ! ! I" x" y" " $ $ $ $ % % % & & & & 
' )' 9' L' t' u' ' ) 4) m) )  * Y* * * ,+ c+ + + + + + + , , , , , , , , , , +, 2, 7, G, H, W, X, Y, e, f, g, h, s, w, , , , , , , , 6- 7- <- i- n- - - - - - F. G. L. x. |. . . . . .  / / / 4/ 9/ _/ `/ a/ k/ / / / / / / / / / / / / / 0 
0 0  0 !0 ,0 00 70 >0 ?0 @0 A0 B0 C0 D0 E0 F0 G0 H0 I0 J0 K0 L0 M0 b0 1 1 /1 01 I1 Z1 [1 o1 q1 r1 s1 t1 u1 }1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 &2 '2 52 62 72 82 E2 W2 3 3 4 4 4 4 6 
6 *6 6 6 6 6 6 -7 .7 A7 f7 g7 x7 7 7 7 7 7 8 R9 S9 @: A: 6; 7; C; ; !< < < a= = = > > C? D? ? ? ? ? A A ,A JB lB B B C ,C FC GC PD QD E E OF PF F F F F F G *G \G ]G nG G G G YH ZH vH H I wI <J =J J J J *K +K K K (M )M N N NO OO P P 7P HP P Q R R xS yS T T T T  U U U U U -U :U ;U <U =U >U ?U CU DU EU FU _U aU gU hU U U U U U U U U U U U U U U U U U U U U V V V V 'V )V /V 0V >V @V FV GV ZV \V aV bV iV nV V V V V V kX lX xX X X Y (Y \Y oY Y Y Y Z 7Z JZ ~Z Z Z Z "[ <[ L[ [ [ [ [ [ [ [ ] ] ] >] M] `] a] z] ] ] ] ] ] ] ^ <^ =^ >^ r^ ^ ^ ^ ^ ^ 1_ 2_ <_ G_ z_ _ _ _ _ _ _ _  ` ` ,` .` E` F` O` q` r` ` ` ` ` ` ` ` ` ` ` a a a :a ;a <a =a >a ?a Ha ia ja ~a a a a a a a b !b 6b Pb Qb fb gb xb b b b b b b b b b b b b c c &c Bc Cc Xc Yc jc c c c c c c c c c c d d d d d d d d d d e e e e e e 	f <f Ff Pf Qf rf f f f f f f g g g g g (h mh nh h h i i 5i 6i 7i 8i 9i :i Ci i i i i i i i i i j j j j j j k k k pk k k k k k l Tl l l m m m m m m m m n n 
n n n n (n -n .n 8n =n >n ?n ]n kn {n |n n n n n n n n n n n n n n n n n n o o o o o o 'o ,o -o 7o <o =o >o `o no ~o o o o o o o o o o o o o o o o o p 	p p p p $p )p *p 5p :p ;p Ep Jp Kp Lp p p p p p p p p p p p p p p p p p q q !q "q -q 2q 3q =q Bq Cq Nq Sq Tq ^q cq dq eq q r <r Jr Zr [r fr kr lr vr {r |r r r r r r r r r r r r r r r r s s s s s  s %s &s 's Ts bs rs ss ~s s s s s s s s s s s s s s s t t t t t  t %t &t 1t 6t 7t At Ft Gt Ht nt |t t t t t t t t t t t t t t t t <u =u lu zu u u u u u u u u u u u u u u u u u v v v v v 'v ,v -v 8v =v >v Hv Mv Nv Ov {v v v v v v v v v v v v v v v v v v w w w "w 'w (w 2w 7w 8w Cw Hw Iw Sw Xw Yw Zw ~w w w w w =x >x Kx Lx Mx px x x *y <y =y Gy Ry y y y y y y z z z z &z zz {z z z z I{ { { { { { { { { | ]| v| | | | | | -} .} /} 0} 1} :} } } } 1~ <~ X~ q~ ~ ~ ~ ~ ~ ~      = > r        ρ ف ぢ 䁢 
 9 K ] ^ _ ` i    ς      5 [ x     ф " x Ӆ  T U V W } ~   8 J K U `     ·   	 
   u v   戢 爢  	  e f g h  . R    , W X i   p q         痢     ۙ  a b q          Ú Ě ɚ К ՚ ֚ ۚ ⚢       
  ! " * 1 6 7 ? F R S T U   N O 䞢 垢       ; < ҡ ӡ % 棢 磢 濫  A ˦ ̦ f 먢  ; < ] j w     ī ի 櫢 竢  
 $ ; < G w x     j k > O  Բ ղ 4 b    	 Y ȴ ɴ    
 9 = > H S     ɷ       	 H T {  ย   L V { չ ֹ ׹ 蹢    ! " N O Y d     ں         M Y   뻢       ! / 0 1 ; F y     ⽢ 㽢 佢 形 罢 轢 齢  1 = d  Ͼ  y ⿢         B L W              C O v   ¢ ;¢ w¢ x¢ y¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ %â Oâ Pâ Qâ Sâ Tâ Uâ ^â â â â â Ģ MĢ jĢ Ģ Ģ Ģ Ģ 
Ţ Ţ Ţ FŢ cŢ mŢ xŢ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ƣ Ƣ Ƣ Ǣ Ǣ "Ǣ aǢ Ǣ HȢ IȢ ZȢ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ rʢ sʢ ʢ ʢ  ˢ Xˢ ˢ ˢ C̢ D̢ N̢ Y̢ ̢ ̢ ̢ ̢ ̢ ̢ ̢ ͢ "͢ 5͢ 7͢ N͢ O͢ X͢ ͢ ͢ ΢ ΢ ΢ ΢ C΢ J΢ R΢ S΢ i΢ y΢ z΢ {΢ |΢ ΢ ΢ ΢ ΢  Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ BϢ pϢ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ 	Т Т Т Т Т Т Т Т  Т !Т "Т JТ kТ lТ Т Т Т Т Т Т Т  Ѣ Ѣ Ѣ Ң Ң Ң Ң Ң lӢ sӢ |Ӣ }Ӣ Ӣ Ӣ Ӣ Ӣ Ӣ Ӣ Ԣ Ԣ 9Ԣ AԢ VԢ kԢ }Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ  բ @բ eբ xբ բ բ բ բ բ ֢ 0֢ ֢ ֢ ֢ ֢ ע ע ע ע ע /ע Dע Vע pע ע ע ע ע ע ע  آ آ ,آ Fآ Vآ pآ آ آ آ آ آ آ آ آ ٢ ٢ ٢ ٢ ٢ %٢ ٢ ٢ ڢ Xڢ ڢ ڢ ڢ ڢ 
ۢ ]ۢ ^ۢ ۢ ۢ ۢ ۢ ۢ ۢ ۢ ۢ  ܢ 	ܢ ܢ ܢ ݢ gݢ ޢ ޢ ޢ ޢ ޢ lޢ mޢ ޢ ޢ ޢ ޢ ޢ ޢ ߢ ߢ 	ߢ 
ߢ ߢ ߢ  S  ; < = N           + ; U o w        + , - . ?             '  @ |  #     M        ! 3 M g x       	  0 J d u            & 9 L _ ` a b k /   : m  6       - |    # O {     1 8 A B J _ t        % ? P j r        " < M g x          
      )   I   9  ,   * I h     # $ % 6 z          	   1 H _ p           - D U l            $ 7 J ] _ ` a j | D      L    1 c     R S Z   7 w    	 3	 R	 q	 r	 	 	 	 	 	 	 	 	 	 	 
 .
 P
 r
 
 
 
 
 
  2 3 D w      
 
 
  8 p   [ \  U V      o p    U   @ A K V                 h     ( _               # A e      $ % 8 K ^ q s t u ~   C D U V W             
     ! " S     9 1 2 f    \   $ k          &  Y  c  m  n                
! ! ! ! ! ! " " 8" z" {" " " " " " " " " " " # # .# A# T# g# i# j# # # # # $ E$ b$ {$ $ $ $ $ % % D% c% d% e% v% % % % % % & & & & ,& -& @& S& f& y& {& |& }& & & ' W' i' ' ' ' ' ;( ?( @( A( B( S( ( ( ( ( ( ( ( ( ( ( ( ) r) ) !* T* * * * * * '+ i+ j+ k+ |+ + + + + + + , , , , 2- - - - . . . . J/ K/ / / 0 0 O0 !2 N2 O2 2 >3 x3 y3 3 `4 a4 4 4 4 4 4 5 5 Y5 6 6 7 a7 7 7 38 8 8 9 c9 d9 o9 {9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : : : (: 0: <: =: B: y: ~: : : : ; ; Q; R; W; ; ; ; ; ; < < 4< 5< :< r< w< < < < < < < < < 	= X= ]= i= j= m= w= x= {= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  > > > > > > > > 
? ? ? ? ? ? ? !? "? +? /? 0? C? O? P? Q? R? S? e? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ A A B B C C C !D .D vD wD D D D D E E E VE WE XE eE E 4F F F G G H H H dI I 0J J J fK gK &L L L L  M >M ?M RM N N N O 
P sP P P P P P Q Q S S S S 9T ET TT `T aT T T T T U UU ZU U U U V ~V V W W W ,X |X }X X X mY nY Z Z 5\ 6\ \ \ ] ] ] ] ^ P_ ` ` a a b b b b b b b b b b b b b b b b b b b b b b c c c !c &c 'c 5c 7c =c >c Qc Sc Yc Zc oc qc vc wc c c c c c c c c c c c c c c c c c c c  d d d 'd (d )d *d +d 	f 
f f ^f xf f f f 
g Ag Ug g g g g h :h nh h h h h i =i qi ri si ti i j j j j j j j k Kk Lk jk xk k k k k k k l &l <l Rl hl il l l l l m "m ,m -m Tm qm rm m m m m m m m m n n $n %n In en fn {n |n }n ~n n n n n n n n n n n n o o o o 7o So To fo o o o o o o p p p 6p 7p 8p _p `p ap bp cp dp mp p p p p p p p p p q (q )q *q Wq Xq Yq Zq [q \q eq q q dr er fr wr r r r r r Gs {s s s s s s s s s t =t St Ut t t t (u )u eu fu uu u v v v nv v v v v v v v v v <w =w Nw ow pw qw rw sw tw w Ax Bx x x x x x x y %y =y Ty y y y y 8z 9z #{ ${ ;{ P{ {{ { { { { { { { { { { { { { { { { { 	| | | %| *| +| 5| :| ;| F| K| L| V| [| \| ]| z| | | | | | | | | | | | | | | | | | } } } (} -} .} 8} =} >} I} N} O} Y} ^} _} `} } } } } } } } } } } } } } } } } } &~ 4~ D~ E~ P~ U~ V~ `~ e~ f~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~    o       	 
    % * + 5 : ; < c q             À Ā ŀ       ! " , 1 2 = B C M R S T         Á ā ρ ԁ Ձ ߁ 䁣 偣 恣   * + 6 ; < F K L W \ ] g l m n ڂ ۂ 
  ( ) 4 9 : D I J U Z [ e j k l        Ń ʃ ˃ փ ۃ ܃ 惣 냣 샣 탣  ' 7 8 C H I S X Y d i j t y z {      ń Ƅ Є Մ ք ᄣ 愣 焣      < a   ۅ ܅ 酣 ꅣ 녣    Ȇ چ ۆ 冣  # - 7 8 k      ć   9 :  爣  B R c s t      - F u v  ˊ ̊ ͊ Ί ϊ ؊   ! p ϋ ڋ   ) > V W X i   ! " # L ۍ ܍  " 4 5 $ % / : m w    ׏ 鏣      L M \ m   $   ӑ   8 9 ] ^ o   q          ֔ 蔣 锣   1 ; E F l         4 5          6 ̗  % &  ʜ    M N   B C U   " # 8  % (   y      ! 4 5 : B G H M U a b g n s t y            Ȩ Ϩ Ԩ ը ݨ 䨣       쪣    @ A   " # ٮ ڮ p q ï     ߲ i j    ٷ ڷ    " / @ Q b s     ¹ ٹ ڹ 幣     5 6  	 ܿ  " r s    - ] ^   f£ g£ £ ã ã ã ģ ģ ģ ģ $ţ .ţ 8ţ 9ţ gţ ţ ţ ţ ţ ţ ţ ţ ţ ƣ @ƣ ~ƣ ƣ ƣ ƣ ƣ ǣ sǣ tǣ uǣ ǣ ǣ ǣ ǣ ǣ ǣ ǣ ǣ ȣ 5ȣ ?ȣ Iȣ Jȣ xȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ɣ Iɣ ɣ ɣ 3ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ˣ !ˣ +ˣ ,ˣ Zˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ̣ -̣ ṃ ̣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ (Σ 2Σ <Σ =Σ kΣ Σ Σ Σ Σ Σ Σ Σ Σ Σ Σ ϣ Bϣ ϣ ϣ ϣ У У У (У 6У 7У 8У BУ MУ У У У У У У У У У У У У ;ѣ Gѣ nѣ ѣ ѣ ѣ ң ?ң ң ң ң ң ң ң ң ӣ ӣ ӣ Iӣ Sӣ ]ӣ ^ӣ ӣ ӣ ӣ ӣ ӣ ӣ ӣ ԣ ԣ ԣ ԣ 5գ գ գ գ *֣ +֣ ,֣ -֣ .֣ /֣ _֣ أ أ Eأ أ أ أ =٣ ٣ ٣ ٣ ٣ ٣ *ڣ 4ڣ >ڣ ?ڣ gڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ aۣ tۣ ۣ ۣ ۣ ۣ ۣ ۣ ۣ ۣ ܣ ܣ ܣ ܣ ܣ Bܣ eܣ xܣ ܣ ܣ ܣ ܣ ܣ ܣ ܣ ܣ ݣ <ݣ =ݣ >ݣ Oݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ 	ޣ 
ޣ /ޣ Bޣ Uޣ Vޣ Wޣ Xޣ aޣ ޣ @ߣ Sߣ 9 : ; < M 
    # 8 M _ y       	  5 O _ y         ) * + , 5   B C D U          ( 8 R l t        ( ) * + S k ~        I f          $ = b u       Q y        
  3 4 Y l           :     ? @ G P Q Y n       
  * ? Q k         0 1 Y Z m         ~   .  n o p   g n w x         0 J [ u }        - G X r s t u            	  $    ^  )  .      1 a     E y z         ' 9 S m ~          %  :  O  a  {              0 1 2 3 [ \ o            ] j  N       + B a        ( ) 1 C U g y       	 $	 5	 L	 M	 U	 g	 y	 	 	 	 	 	 	 

 !
 2
 H
 Y
 p
 q
 r
 s
 
 
 
 
 
 
 
 
 
 
    
 2   5 T     < [         4 S       ! e f            2 3 U w       : ; < = w ' ) ]    U    L     x y  
    B        :! ! ! ! ! ! '" 1" ;" <" d" e" x" " " " " " " " # )# `# # # # # +$ ,$ =$ >$ ?$ g$ h$ {$ $ $ $ $ $ $ $ $ % % % % % % % % % % % & & & & & :& ^& & & & & & ' ' 1' D' W' j' l' m' n' w' ' ( ( ( ( ( ( ( ( }) ~) ) ) ) * * + F+ }+ + + ;, }, , 	- X- - - - - - - . . . 4. 5. Z. m. . . . . . . $/ U/ g/ / / / 0 0 *0 W0 ^0 f0 g0 }0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 (1 1 1 1  2 2 ,2 d2 o2 2 2 2 2 3 3 3 3 H3 O3 W3 X3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 $4 4 4 4 5 B5 M5 l5 5 5 5 5 5 5 5 6 6 G6 H6 [6 n6 6 6 6 6 6 6 7 M7 7 7 #8 58 p8 {8 8 8 9 9 	9 9 G9 H9 I9 J9 q9 r9 9 d: : : : <; w; x; ; '< < < < < "= = = = = ? ? ? *@ @ A A JA A A 4B IB eB uB B B B B AD pD D D <E E E )F hF F G G 
G G (G 4G GG KG LG MG NG OG PG QG RG SG gG nG sG G G G G G G G G G G G G G G G G H H rH sH xH H H H H H ,I 0I I I I I I I I I J J <J =J BJ pJ uJ J J J J J J K K K K K K "K #K $K 5K :K BK IK PK \K ]K hK lK sK zK {K |K }K ~K K K K K K K K K K K K K QL RL SL lL mL L L L L L L L L L L L L L L L L L L L L L M M M *M 7M 8M BM OM PM QM RM SM TM UM VM cM dM rM sM tM uM M M [N \N NO OO &P 'P >Q GQ gQ Q Q R R "R jR kR ~R R R R R R R S <S S T T }U ~U sV tV V W ^W W 5X X Y Y Y  Z Z Z Z Z Z Z W\ X\ i\ ] ] ^ 4^ M^ i^ ^ ^ _ _ -a .a a a a a a a  b Qb gb b b b b b 8c c c c d Zd d ye ze e f f gf hf g 
g eh fh i i j j Yk Zk tk k 5l l 6n 7n n n !p %p &p <p =p Qp Rp Sp \p jp wp xp yp zp {p |p p p p p p p p p p p p p p p p p p p p p q q q q +q -q 2q 3q Mq Oq Tq Uq dq fq lq mq {q }q q q q q q q q q q q q q q s s s s t Kt et t t t t (u @u tu u u u 
v +v _v yv v v v w w w w 5w >x ?x Ux {x x x x x x x 	y y *y +y Iy yy zy {y y y y y z z nz oz yz z z z z z z { { '{ ={ S{ i{ k{ { { { { { { { { | | | | | | .| N| O| P| w| x| y| z| {| || | | | | | | | | } 0} I} ^} s} } } } } } } } } } }  ~ ~ ~ ~ ~ +~ ,~ @~ A~ c~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  M N     6 7 8 9 Y 怤  0 1 ; F y     ܁   % & / ǂ Ȃ    e    
 P Q r s t u v w  ۄ ܄ 턤       @  ᅤ " - 7 B L M  Ć ܆    ! \  ׇ ؇  È ڈ   ( 8 9 D I J T Y Z e j k u z { |     ĉ ɉ ʉ ԉ ى ډ 剤 ꉤ 뉤      ' 7 8 C H I S X Y d i j t y z {     Ǌ ̊ ͊ ׊ ܊ ݊ 芤 튤      ' 5 E F Q V W a f g r w x     ŋ Ӌ ㋤ 䋤            % & ' @ N ^ _ j o p z           W y          č ɍ ʍ ԍ ٍ ڍ ۍ     ! , 1 2 < A B M R S ] b c d        ˎ Ў ю ܎ Ꭴ ⎤ 쎤    # 1 A B M R S ] b c n s t ~      ɏ ʏ Տ ڏ ۏ 古 ꏤ 돤       
 y z   ǐ Ȑ Ӑ ؐ ِ 㐤 萤 鐤     	 
  * 8 H I T Y Z d i j u z {      Ƒ ֑ ב ⑤ 瑤 葤      	     5 C S T _ d e o t u         ے   # $ z {     2 3 g y z    ̔ ֔ ה 
 . @ B Y Z c   ؕ ٕ '   ᖤ     7 8 I   ̗ 嗤   ; j k l m n w    n y   ș ݙ         뚤 z {   ӛ ԛ Ü Ĝ Μ ٜ     ! G v       띤 읤   D E Þ 1 Q r   ן ؟    _   N       @ A u     Т ڢ 䢤 墤  3 E F G H Q   ӣ ԣ # $ E F W     դ k  ħ ŧ \ i    쬤    ᮤ ⮤  Z [  ² ײ $ ĳ ǳ 2 3  -     ӵ Ե ٵ ᵤ 浤 絤 쵤      
     + , 4 < A B J R ^ _ g n s t |      3 4   ! " ߺ ຤ 9 E  » x y   b # $ , - ~ ¤ 	¤ ¤ (Ĥ 2Ĥ xŤ yŤ Ƥ Ƥ Ƥ Ƥ Ƥ Ƥ Ƥ Ǥ Ǥ #Ǥ $Ǥ 7Ǥ JǤ aǤ xǤ yǤ Ǥ Ȥ Ȥ Rɤ Sɤ ɤ ɤ ̤ ̤ {ͤ ͤ ͤ Τ Τ qΤ Τ Τ Τ Τ FϤ Ϥ Ф Ф -Ф =Ѥ JѤ vѤ zҤ {Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ӥ 8Ӥ 9Ӥ ;Ӥ <Ӥ =Ӥ FӤ Ӥ Ӥ Ӥ Ӥ Ԥ EԤ PԤ Ԥ Ԥ Ԥ դ դ դ %դ \դ ]դ ^դ _դ դ դ դ դ դ դ դ դ ֤ <֤ =֤ >֤ @֤ A֤ B֤ K֤ ֤ ֤ ֤ ֤ (פ Lפ פ ;ؤ Kؤ Lؤ Mؤ ^ؤ lؤ mؤ nؤ xؤ ؤ ؤ ؤ ؤ ؤ ؤ ٤  ٤ !٤ "٤ $٤ %٤ &٤ /٤ n٤ z٤ ٤ ٤ ڤ 0ڤ ڤ ۤ /ۤ 0ۤ 1ۤ Bۤ Pۤ Qۤ Rۤ Sۤ ۤ ۤ ۤ ۤ ۤ ۤ ۤ 
ܤ 1ܤ 2ܤ 3ܤ 4ܤ 6ܤ 7ܤ 8ܤ Aܤ ܤ ܤ ܤ ܤ  ݤ @ݤ xݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ޤ )ޤ 3ޤ 4ޤ bޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ 
ߤ ;ߤ [ߤ ߤ ߤ ߤ ' ( 9 G H I         & ' ( * A B K M N _                & ]   +          & 9 L _ r t       @ A B S             * = P Q R S \        & / 0 F V W X Y Z [ \ ] ^ _            =                 2 B \ v ~        2 3 4 5 ] }        ? m     > E N O W l         ( = O i         
  0 C V W X Y b   L  3 4 5 6 G       ' : ; < = F   [  B C D E V        1 D E F G P % L   x y z        
 " 4 N h x       
 $ 4 N h i j k |       2 E X Y Z [ d   }      ` 
       
    4 I ^ p         1 F [ m           < = P c v       l  $ w   s  #	 	 #
 $
 +
 j
 
 
   , `      * n u ~        
 
 7
 Q
 b
 |
 
 
 
 
 
 
    4 E _ y           ! 4 G Z [ \ ] f $    	 v  i   ' g        ` a b s          / F ] n           * < S j            : ; N a t         S  O    P n  2   "! ! ! ! 3# 4# t# # # # 2$ Q$ p$ $ $ $ $ % % )% *% /% 1% 2% 3% <% I% k% % % % % % & 8& Z& o& p& & & & & & & ' ( ( ( >) u) ) ) C* * * * + + R, S, - - O- - - - #. Z. . . (/ }/ ~/ / / / / / / 0 0 0 *0 =0 P0 R0 S0 T0 ]0 0 0 0 -1 K1 e1 1 1 1 1 1 1 2 2 2 -2 @2 S2 U2 V2 W2 `2 ~2 2 %3 &3 73 83 93 a3 b3 u3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 	5 5 5 
5 5 :5 5 J6 K6 \6 ]6 ^6 _6 6 7 7 D7 E7 v7 n8 o8 8 8 9 T9 9 9 : a: : : L; M; N; X; c; ; ; ; ; ; ; ; < < 2< 4< J< K< T< < < = >= I= u= = = = = = > > > ,> -> .> /> W> X> k> ~> > > > > > > > 6? Q? ? ? ? ? @ @ -@ I@ [@ @ @ @ @ @ @ @ @ @ 'A >A ?A @A AA iA jA }A A A A A A A A 2B ZB B B B B C 6C xC |C }C ~C C C C C C C C 
D  D 3D 5D 6D 7D @D D D ^E E E E F F 9F dF F F F F F F F F G G LG H 5H 6H oH H I I II I 1J 2J J J J $K SK TK K ^M M M M {N N N N O O O O P P 'P OP PP P Q R HR R R 4S pS S T >T T T T T T T T T T T T T T T T T U 
U U "U #U 2U 3U 4U @U AU BU CU NU RU eU mU yU zU U U U V V V DV IV V V V V V !W "W 'W SW WW qW rW wW W W W W W X X :X ;X <X FX X X X X X X X X X X X X X X X X X X Y Y Y Y Y Y Y Y Y Y  Y !Y "Y #Y $Y %Y &Y 'Y (Y =Y Y Y Y Z Z %Z 6Z 7Z KZ MZ NZ OZ PZ QZ YZ _Z `Z iZ mZ nZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ ![ 3[ [ [ \ \ ] ] ^ ^ _ __ l_ _ _ _ 	` 
` ` B` C` T` ` ` ` ` ` ra .b /b c c d d d d d ne e =f f f dg g h  h ^h |h }h h i i j &k Hk k k k l "l #l ,m -m n n +o ,o wo o o o o o p 8p 9p Jp p p p 5q 6q Rq q q Sr s s js s s t t t t v v sw tw *x +x x x y $y y z { { T| U| } } } } } } } } } 	~ ~ ~ ~ ~ ~ ~ ~  ~ !~ "~ ;~ =~ C~ D~ ]~ _~ d~ e~ s~ u~ {~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       " # 6 8 = > E J e f g h i G H T   ꁥ  8 K   ǂ ߂  & Z x  ʃ   ( \ {     Ԅ ݅ ޅ   ) < = V     Ɇ ʆ 膥    N d z    
   # V ` j k    ƈ ܈   
 ! " + M N b c        ͉ 퉥         $ E F Z [ u    ϊ 芥   , - B C T t u v        ʋ ˋ ߋ     4 5 F f g h        쌥 팥     Ս ֍ ׍ ؍    ώ Ў ڎ 厥  " , - N {   ď ŏ Ώ f g     I J [           z {        ߒ    ̓ ֓ ᓥ 듥 쓥 L c {     0 v w a b y   ǖ ז ؖ 㖥 薥 閥     	 
     9 G W X c h i s x y         Ɨ ֗ ח ◥ 痥 藥      	     < J Z [ f k l v { |        Ƙ Ԙ 䘥 嘥           ! & ' ( d r             ę ř ƙ ߙ 홥   	      * / 0 : ? @ A    & 6 7 B G H R W X c h i s x y z     ˛ Л ћ ۛ  ᛥ 웥       0 > N O Z _ ` j o p {        М  ᜥ 윥      
    " # $ J X h i t y z             H V f g r w x           ɞ מ 瞥 螥      	    $ ) * + W e u v              ԟ ⟥          $ % / 4 5 6 Z z    à   ' ( ) L ѡ ҡ    # . a k u v  ͢ ߢ ᢥ    V W w x ƣ % [      ֤ פ 褥 9 R k    ڥ 	 
   
  ^ _  
  4 M g |     ^ _ ` a    N ` r s b c m x     檥  ' 9 : ; < E     㫥 䫥 b Ь   7 T v w     T   0 1 2 3 Y Z ߯ ௥  & ' 1 < o y    Ұ 䰥 尥 氥 簥  Q R r s ± ñ 䱥 履  A B C D t 
 . c d   3 4 E   L M      ` a v  c f   ¥ ¥ =å >å Må _å rå så xå å å å å å å å å å å å å å å å å å å å å å å å ĥ 
ĥ ĥ ĥ ĥ "ĥ .ĥ /ĥ 0ĥ 1ĥ ĥ ĥ *ƥ +ƥ ǥ ǥ ~ȥ ȥ ȥ ȥ `ɥ aɥ ʥ ʥ ʥ ʥ ˥ ̥ ̥ ͥ ͥ Υ ϥ ϥ BХ ѥ ѥ ӥ ӥ 9ԥ Fԥ Sԥ `ԥ mԥ ~ԥ ԥ ԥ ԥ ԥ ԥ ԥ ԥ  ե ե ե #ե S֥ T֥ ֥ ֥ sץ tץ Fڥ Gڥ ۥ +ۥ `ۥ ۥ ۥ ܥ >ܥ kܥ ܥ ܥ ܥ 5ݥ ݥ ݥ ݥ ޥ ޥ ߥ   $ / b l v w        $ 0 W ~    ( 2 W         * + 5 @ s }           ) 5 \    q        
  " U _ i j          
  @ k   U           ( 3 f p z {           + R     S T U f t u v        + , - / 0 1 : y     ) F }       " ? I T               = s $ % 6 h i j k l m  N O    4 {     * 5 h r | }        * + 4        & . / E U V W X            L z { |                 & G H m        ~  w x y z  H O X Y a v         2 G Y s          A T g h i j s                 2  L  f  v               " 2 L f g h i              4      9 : b {            C      H I q r            /	 x	 
 
 
 *
 }
 ~
 
 
 
 
 
 
 
 
   1 K S h }        	 
  n o           
 
  X l      )          ) C T n         & @ Q k            ( ; < = > G  b   I   g  l    	 X o    + W     
    & ; P e w        , F N c x        ) C T n o p q              %       ! ! ! " %" D" i" " " " "  # # # V# ]# f# g# o# # # # # # # # 
$ $$ ;$ L$ b$ s$ $ $ $ $ $ $ $ $ 	%  % 1% H% _% p% % % % % % % % % %  & & && 9& ;& <& =& F& X'  ( ( p) ) (* s* * * 
+ ?+ + z, - . ./ // 6/ 0 0 1 S1 r1 1 1 1 2 .2 M2 N2 _2 2 2 2 2 2 2 2 2 2 2 
3 ,3 N3 p3 q3 3 3 3 3 4 4  4 S4 x4 y4 z4 {4 4 e6 g6 6 6 7 L7 7 7 78 88 8 19 29 9 9 : : : K; L; ; ; ; 1< x< < = = '= 2= e= o= y= z= = = = = = = = = = = D> g> > > > ? ;? i? j? {? |? }? ? ? ? ? ? ? ? ? ? ? @ A@ @ @ @ @ @  A A A 'A :A MA OA PA QA ZA xA A B  B 1B 2B 3B [B \B oB B B B B B B B B \C C C C C C C /D D D D D E 
F F BF F F F 8G yG G  H GH H H H H H I 5I ?I II JI rI sI I I I I I I I I bJ J J J J K VK WK hK K K K K K K K K K K K 
L L 0L CL EL FL \L ]L fL L L !M >M WM jM M M M M M  N ?N @N AN RN N N N N N N N N N O 	O O /O BO UO WO XO YO bO O O 3P EP P P P P Q Q Q Q Q /Q \Q ]Q Q Q Q Q Q Q Q Q Q Q NR R R 0S aS sS S S S T ET FT GT XT T T T T T T T U U U V zV V V V eW W W &X 'X `X X X X +Y Z *[ +[ h[ \ T\ U\ \ <] =] r] ] ] ] ] ] ] 5^ _ _ _ =` z` ` a ga a a ?b @b Kb Wb fb rb b b b b b b b b b b b b b b b b b b b b b b b b c c c c c Uc Zc c c c c c -d .d 3d jd nd d d d d d e e e Ne Se ze {e e e e e e e e 4f 9f Ef Ff If Sf Tf Wf `f af bf sf xf 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 g g g g g g g g g g g g g g g g h h h h +h ,h -h .h /h Ah [h \h gh th uh h h h h h h h h h h h h h h h h h i i j j ck dk {l l l l 
m Rm Sm _m m m m m m m 2n 3n 4n An yn o o o p p q q q @r r s rs s Bt Ct u ]u u u u v v .v w w w x x Oy qy y y y y z z j| k| | | } !} 0} <} =} } } } } } 1~ 6~ u~ ~ ~ ~ Z      X Y   I J     ȅ Ʌ     r , s t   ^ b c y z                ً ۋ ዦ ⋦         - / 5 6 K M R S h j o p             Ԍ ֌ ی ܌ ㌦ 茦      厦 掦  : T   ֏ 鏦  1 e }  Đ   J h   Ƒ   M N O P r { |   Ǔ ړ ۓ  ' ( F T g h     씦   . D E        	 0 M N d z      ɖ 떦 얦    % A B W X Y Z k           㗦 䗦    / 0 B m    ʘ ˘  ᘦ     ; < = > ? @ I h i } ~    ҙ ә 䙦    3 4 5 6 7 8 A   @ A B S s t u v  # W m n x    ʜ ˜ 윦  / 1 b c l   A B Q  瞦 螦  J            * K L M N O P }   _ j t    ꡦ   0 ] ^  ΢       , W e u v              פ 夦         " ' ( 2 7 8 9 V d t u              ڥ 襦    	 
    % * + 5 : ; < d r             Ħ Ŧ Ʀ     ! , 1 2 < A B M R S ] b c d }          ȧ ͧ Χ ا ݧ ާ ߧ K   Ĩ Ԩ ը ਦ 娦 樦           ? M ] ^ i n o y ~         Ω ܩ 쩦      
     ) . / 0 ` n ~              ª 誦       " ' ( 3 8 9 C H I J   櫦         % & 1 6 7 A F G H g u            ¬ Ǭ Ȭ ɬ      $ % / 4 5 @ E F P U V W r           ­ í ͭ ҭ ӭ ԭ   = ` a   Ů Ʈ Ǯ ꮦ o p     ̯  	   G k }         d ñ   . ? O P t u  ײ  	 " Q R x         L   Ҵ 봦   2 3 4 E     (   춦         I S ] ^   Ÿ ׸ ظ ٸ ڸ 㸦 ( ) 8 I     n   պ    9 : K   M  μ ϼ м Ѽ   } ~  Ľ Ž Ͻ ڽ 
  ! " H p      ﾦ    ` a    ߿ ࿦ ῦ ⿦    æ æ Ŧ Ŧ Ʀ Ʀ Ʀ )Ȧ *Ȧ Ȧ Ȧ ʦ ʦ 1ʦ ˦ ˦ ͦ ͦ Φ aΦ Ϧ Ϧ oϦ pϦ UЦ jЦ Ц Ц Ц Ц Ѧ Ѧ Ѧ Ѧ #Ѧ $Ѧ )Ѧ 1Ѧ =Ѧ >Ѧ CѦ JѦ OѦ PѦ UѦ \Ѧ hѦ iѦ qѦ yѦ ~Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ pҦ qҦ Ӧ Ӧ ^զ _զ ֦ ֦ v֦ ֦ ֦ ֦ צ צ Lئ Mئ ئ `ڦ aڦ iۦ jۦ ۦ Eݦ Fݦ ݦ eߦ oߦ         - > O ` a t                 N O   	 9 :   B C j z         
   C u v x y z      Z      O P Q b           % & T y z { } ~      % e   x              6 \ ] ^ _ a b c l    	 I m  \ l m n             G n o p q s t u ~     ] }          ) \ f p q          # J x     d e v        % / 9 : c d e g ~              	 
  ;     ! c    h         C c v        = P } ~             A T g z           + \ c l m                 1 2 3 4 = z  / 	 	 	 	 )	 	 	 	 	 	 
 )
 ;
 U
 o
 
 
 
 
 
 
 
  + ; U o p q r          |  
 
  
 1
 {
 
 
 
 
 
 
 
 
   . H P e z          / G Z m       % B   p q r s       > Q d w x y z  - U            5 H [ n      b          # , - 5 J _ q         - G a q        
 5 6 I \ o       Z   
  J K L ]  C J S T \ q        & 7 Q Y n       	  #  4  N  O  P  Q  y  z                    !  " a" " " :# # $ `$ 
% `% a% h% % % 
& =& i& & & & !' U' V' g' ' ' ' ' ' ' ' ( ( /( I( Z( t( ( ( ( ( ( ( ) ) +) =) W) q) ) ) ) ) ) ) * 
* * * 7* 8* K* ^* q* * * * * * * a+ [, , 9- F- - *. . ]/ d/ / / / 0 0 =0 \0 0 0 0 0 0 0 1 1 
1 1 11 C1 U1 l1 1 1 1 1 1 1  2 2 (2 )2 12 C2 U2 g2 y2 2 2 2 2 2 2 3 $3 53 L3 M3 N3 O3 w3 x3 3 3 3 3 3 3 3 3 3 4 5 6 7 7 7 8 08 8 8 8 o9 : 7; _< < < < p> q> > > ? /? o? ? ? ? ? ? ? A@ B@ f@ g@ l@ n@ o@ p@ y@ @ @ @ @ A A 1A SA uA A A A A A B B B B SB D D 9D {D D D 1E E E E (F F F G G TH UH H H H I `I I I J eJ J J J J K 
K K K @K AK TK gK zK K K K K K K L <L jL L L L M M M M M CM DM WM jM }M M M M M M M M bN cN tN uN vN N N N N N N N N N N O :O O O O O O O O 
P  P 3P FP HP IP JP SP wP P Q Q Q Q Q Q Q YR ZR R R R S S S "T YT T T U YU U U 4V V V V V V V V V V W W 6W IW \W oW qW W W W  X 1X CX {X X X X X Y 3Y :Y BY CY YY iY jY kY lY Y Y Y Y Y Y Y Y Y Y Z sZ Z Z Z Z [ @[ K[ j[ [ [ [ [ [ [ [ $\ +\ 3\ 4\ d\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \  ] o] ] ] ] ^ )^ H^ s^ ^ ^ ^ ^ ^ ^ ^ ^ #_ $_ 7_ J_ ]_ p_ r_ s_ t_ }_ _ )` ` ` ` a La Wa va a a a a a #b $b %b &b Mb Nb b @c rc sc c d Sd Td d e ne oe e e e af f f f h h h i i i i &j j j k %k Ak Qk dk k k k m Lm m m n qn n o Do {o o o o o p p #p 'p (p )p *p +p ,p -p .p /p Cp Jp Op _p `p op pp qp }p ~p p p p p p p p p p p p Nq Oq Tq q q q q q r r ^r _r dr r r r r r r r s s s Ls Qs ws xs ys s s s s s s s s s s s  t t t t %t ,t 8t 9t Dt Ht Ot Vt Wt Xt Yt Zt [t \t ]t ^t _t `t at bt ct dt et zt -u .u Gu Hu au ru su u u u u u u u u u u u u u u u u u u u u u v v v v *v +v ,v -v .v /v 0v 1v >v ?v Mv Nv Ov Pv ]v ov 6w 7w )x *x y y z "z Bz z z z z z E{ F{ Y{ ~{ { { { { { { | | j} k} X~ Y~ N O [  9   y  ၧ   [ \    ̃ 2 3 D b  톧  ( D ^ _ h i  	 g h   Ί ڊ ۊ , B t u  ϋ ԋ  q r   5  T U    B C 珧 菧 @ A   f g 4 5 O `  ʕ           , - . 7 E R S T U V W [ \ ] ^ w y           ˙ ͙ ә ԙ 陧 뙧     
  ( * / 0 ? A G H V X ^ _ r t y z           ؜  & @ t   ϝ   O b   螧  : T d   럧 쟧 ퟧ     0 V e x y  š ơ 䡧    $ T U V    ̢ ⢧ 㢧 I J T _     Σ 룧 죧   . D F ] ^ g     ä ߤ ध     	 ) * + R S T U V W `      ͥ Υ १  $ 9 N h i ~      ٦ ڦ ۦ ܦ ݦ ަ 禧     > Z [ p q     ѧ ҧ ӧ ԧ է ֧ ߧ ( ) ި ߨ ਧ      4      ! T ^ h i   ͪ Ϫ    
   ߫ ૧ 﫧 @    謧 + , M N O P Q R [   ȭ 魧 ꭧ 뭧 쭧          ' (    ί   7 l      ʱ      $ % / 4 5 @ E F P U V W u           Ų Ʋ в ղ ֲ ײ      # $ . 3 4 ? D E O T U V x          ó ȳ ɳ ӳ س ٳ ڳ     ! , 1 2 < A B M R S ] b c d     ʴ ϴ д ڴ ߴ ധ 봧         ) 9 : E J K U Z [ f k l v { | } 鵧 2 T b r s ~             ݶ 붧     
    ( - . 8 = > ? l z            Ƿ ̷ ͷ η     ( - . 8 = > I N O Y ^ _ `         Ÿ Ƹ Ѹ ָ ׸ ḧ 渧 縧 踧 T U         ù Ĺ Ϲ Թ չ ߹ 乧 幧 湧   # $ / 4 5 ? D E P U V ` e f g      º ú ͺ Һ Ӻ ޺ 㺧 产       . / : ? @ J O P [ ` a k p q r   ۻ   U V c d e  
  B T U _ j     彧 	   4 5 >      a   ̿ ݿ     $ u       E F G H I R    I§ T§ p§ § § § § § § § ç ç ç ç ç Uħ Vħ ħ ħ ħ ħ ŧ ŧ ŧ ŧ ŧ ŧ ŧ ŧ "Ƨ QƧ cƧ uƧ vƧ wƧ xƧ Ƨ Ƨ Ƨ Ƨ Ƨ ǧ  ǧ ǧ ȧ ,ȧ Mȧ sȧ ȧ ȧ ȧ ȧ ȧ ȧ :ɧ ɧ ɧ )ʧ lʧ mʧ nʧ oʧ ʧ ʧ ˧ ˧ P˧ b˧ c˧ m˧ x˧ ˧ ˧ ˧ ˧ ˧ ̧  ̧ !̧ "̧ #̧ ,̧ ̧ ̧ ̧ ̧ ̧ ̧  ͧ !ͧ 2ͧ }ͧ ~ͧ ͧ ͧ ͧ FΧ jΧ Ч Ч 7ӧ Dӧ oԧ pԧ ԧ է է ֧ ֧ ק ק ק 5٧ 6٧ ۧ ۧ ۧ ۧ ܧ ܧ 
ݧ ݧ ݧ ާ yާ zާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ߧ ߧ ߧ ߧ ߧ ߧ %ߧ -ߧ 9ߧ :ߧ Bߧ Iߧ Nߧ Oߧ Wߧ ^ߧ jߧ kߧ lߧ mߧ   f g          S T   =     Y   ~  
 S T u            % < S T _   - .     V g    L z    ! q     % Q U V ` k           ! ` l      + d n       7 8 9 : f g q |            & e q     '     & ' ( 9 G H I S ^              
 I U |      
    + , - . Z d o       
       [ g     S              = g h i k l m v     6 e   	 	 	 "	 #	 $	 ^	 {	 	 	 	 	 	 	 
 
 
 
 
 
 &
 ( ) : y  ` a r            8 p   [ \ f q        ' : M O f g p      . [ b j k           + , - . 7 Z        
  ! 1 2 3 4 5 6 7 8 9 : b                           
  7 Q Y n       
    8 X }        H        ) * 2 G \ n         * D ^ n           1 2 3 4 =   ' p     " u v               !      6! ! " " "  " 1" " " " " " " " # #  # !# "# +#  $ '$ k$ $ S% T% U% f% % % % % % % % % & )& C& S& m& & & & & & & & ' )' C' D' E' F' W' ' ' ' ' ' ' 
(  ( 3( 4( 5( 6( ?( ( X) ) ) ;* * * * * e+ + + + + + , $, 9, K, e, , , , , , , , - !- 6- H- b- |- - - - - - - - - . . +. >. Q. d. w. x. y. z. . G/ / / R0 0 0 N1 1 1 2 2 2 3 E3 3 3 3 4 ;4 g4 4 4 4 4 5 I5 P5 Y5 Z5 b5 w5 5 5 5 5 5 5 6 ,6 =6 W6 h6 6 6 6 6 6 6 6 7  7 :7 T7 e7 7 7 7 7 7 7 7 7 7 7 8 "8 58 68 78 88 A8 8 9 a: : : Q; ; D< < = B= a= = = = = = ;> <> => N> > > > > > > > > > 
? !? 8? I? `? w? ? ? ? ? ? ? ? ? @ @ .@ E@ \@ m@ @ @ @ @ @ @ @ @ @ A A )A <A OA bA uA wA xA yA A B \C .D D *E dE E E +F IF {F 
G G H I jJ kJ rJ L L OL L L L 
M ,M KM jM M M M M M N N 
N N 
N N N $N FN hN N N N N N O 5O JO KO \O O O O O O O Q Q Q R PR R R S sS tS S mT nT -U .U U U *V V V V V 5W mW W X XX YX cX nX X X X X X X X Y Y +Y -Y .Y /Y 8Y Y Y Y Z &Z @Z wZ Z Z Z Z Z Z Z Z [ [ .[ 0[ 1[ 2[ ;[ Y[ }[  \ \ \ \ \ <\ =\ P\ c\ v\ \ \ \ \ \ \ \ [] \] m] n] o] ] ] ] ] ] ] ] ] ] ] ^ ^ %_ &_ 7_ 8_ 9_ :_ k_ _ _ `  ` Q` Ia Ja ~a a a /b tb b b <c c c 'd (d )d 3d >d qd {d d d d d d d d 
e e %e &e /e e e e f $f Pf f f f f f f f f g g 	g 
g 2g 3g Fg Yg lg g g g g g g h ,h ]h zh h h h h i $i 6i \i {i |i }i i i i i i j j j j j Dj Ej Xj kj ~j j j j j j 
k 5k ok k k k k l Sl Wl Xl Yl Zl kl l l l l l l l m m m m m m m 9n ln n n n n o ?o o o o o o o o o o o 'p p q q Jq q q q $r r s 
s bs cs s s .t /t gt 9v fv gv v Vw w w w xx yx x x x x y *y +y qy z z #{ y{ { | K| | | } {} |} } } } } } } } } } } } } } } } } } } } 
~ ~ ~ ~ ~ ~ ~ )~ -~ @~ H~ T~ U~ Z~ ~ ~ ~ ~ ~  $ i j o      . 2 L M R      ꀨ     ! p u             Á ʁ ց ׁ ⁨ 恨 큨                   ˂ ̂ 储 您    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȃ Ƀ ʃ ˃ ̃ ̓ ΃ σ ܃ ݃ 냨 샨 탨   
 Ԅ Մ ǅ ȅ      9 F    ㈨ 䈨    . n o p }  L  	   쌨 패  | ׍ H   ~  >    8 V W j В ђ ⒨   "   Ɣ ┨         Q ] l x y ʘ    $ m r    ,  Ӛ -   D    ᜨ   ޞ ߞ M N   ҡ ӡ    h   . /      ʦ ˦ ̦ զ 㦨               7 9 > ? M O U V i k q r         Ƨ ȧ ͧ Χ ݧ ߧ 姨 槨          $ ? @ A B C ! " . v  Ī ު  % Y m      4 R   ج   6 U        ή     0 c d     ¯    ( > T j   簨 谨   0 : D E l     ̱ ⱨ 䱨    ' ( < = a } ~      ǲ Ȳ ɲ           4 5 O k l ~  ³ ׳ 쳨     . N O P w x y z { |      ܴ       @ A B o p q r s t } Ƶ ǵ | } ~      Ҷ _          ( U k m    @ A } ~  ޹ # $ 5  ɺ ʺ 뺨 캨   ﺨ   T U f        Y Z     ż Ƽ & = U l   ս 
 P Q ; < S h      ¿ ÿ Ϳ ҿ ӿ ޿ 㿨 俨      ! 1 2 = B C M R S ^ c d n s t u                   $ 4 5 @ E F P U V a f g q v w x                ¨ ¨ ¨ >¨ L¨ \¨ ]¨ h¨ m¨ n¨ x¨ }¨ ~¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ è 	è 
è è è è è è è è  Ĩ Ĩ Ĩ Ĩ !Ĩ "Ĩ ,Ĩ 1Ĩ 2Ĩ =Ĩ BĨ CĨ MĨ RĨ SĨ TĨ {Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ 
Ũ Ũ (Ũ )Ũ 4Ũ 9Ũ :Ũ DŨ IŨ JŨ UŨ ZŨ [Ũ eŨ jŨ kŨ lŨ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ $ƨ 2ƨ Bƨ Cƨ Nƨ Sƨ Tƨ ^ƨ cƨ dƨ oƨ tƨ uƨ ƨ ƨ ƨ ƨ ƨ ƨ "Ǩ 0Ǩ @Ǩ AǨ LǨ QǨ RǨ \Ǩ aǨ bǨ mǨ rǨ sǨ }Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ȩ Ȩ Ȩ 1Ȩ ?Ȩ OȨ PȨ [Ȩ `Ȩ aȨ kȨ pȨ qȨ |Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ 	ɨ ɨ ɨ ɨ 4ɨ Tɨ yɨ ɨ ɨ ɨ ɨ ʨ ʨ ʨ &ʨ ʨ ʨ ʨ ʨ ʨ ʨ ˨ ;˨ E˨ O˨ P˨ ˨ ˨ ˨ ˨ ˨ ˨ ˨ 0̨ 1̨ Q̨ R̨ ̨ ̨ 5ͨ Zͨ jͨ {ͨ ͨ ͨ ͨ ͨ ͨ Ψ ,Ψ EΨ ^Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ 8Ϩ 9Ϩ Ϩ Ϩ Ϩ Ш 'Ш AШ VШ nШ oШ pШ Ш 8Ѩ 9Ѩ :Ѩ ;Ѩ dѨ Ѩ Ѩ (Ҩ :Ҩ LҨ MҨ <Ө =Ө GӨ RӨ Ө Ө Ө Ө Ө Ө Ԩ Ԩ Ԩ Ԩ Ԩ Ԩ dԨ eԨ tԨ Ԩ Ԩ Ԩ <ը ը ը ը ֨ .֨ P֨ Q֨ u֨ v֨ ֨ ֨ .ר ר ר 
ب ب ب 
ب 3ب 4ب ب ب ب  ٨ ٨ ٨ ٨ I٨ S٨ ]٨ ^٨ ٨ ٨ ٨ ٨ ٨ ٨ ٨ +ڨ ,ڨ Lڨ Mڨ ڨ ڨ ڨ ڨ ڨ ۨ ۨ ۨ ۨ Nۨ ۨ ܨ =ި >ި   
   e f & ' Z [ m   : ; P  = @       ' 9 L M R Z _ ` e m y z                        	 
        X Y   : ;                     - : G X i z          - .   M  N    !   :     E u v   ~         		 <	 F	 P	 Q	 	 	 	 	 	 	 	 	 

 1
 X
 
 
 
   1             M W a b         
 
 6
 a
 
 
 K           / 9 C D r            E   /            
 @ J T U            , Z    - . / @ N O P Z e         	 
   S _       W         # . a k u v            M    B C D E F G w ( ) ]    U      B L V W           y            	    /  0  1  2  Z  }                    &! T! U! V! g! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " !" "" G" Z" m" n" o" p" y" " X# k# Q$ R$ S$ T$ e$ "% )% 2% 3% ;% P% e% w% % % % % % % & !& 3& M& g& w& & & & & & & & ' .' A' B' C' D' M' ' ' Z( [( \( m( ( ( ( ( ( ( ( ) &) @) P) j) ) ) ) ) ) ) ) * &* @* A* B* C* k* * * * * * * * * * a+ ~+ + , , , , , , - - <- U- z- - - - - - - - i. . . / / / / / / "0 #0 K0 L0 q0 0 0 0 0 0 0 0 0 1 1 	2 R2 2 2 2 3 W3 X3 _3 h3 i3 q3 3 3 3 3 3 3 4 %4 -4 B4 W4 i4 4 4 4 4 4 4 4 4 4 H5 I5 q5 r5 5 5 5 5 5 5 5 5 5 6 6 27 F7 7 8 8 8 8 9 9 9 9 9 9 9 9 9 9 : : .: H: b: s: : : : : : :  ; ; +; E; _; p; ; ; ; ; ; ; ; ; ; < < < < < !< < <= = = #> v> > A? ? F@ @ @ @ @ 2A IA yA A A B 1B ]B B B B B B B B  C C *C ?C QC kC C C C C C C D  D (D =D RD gD yD D D D D D E E .E HE IE JE KE sE tE E E E E E E E E E F G G uH H H fI I J J J J K CK ZK yK K K K K K 0L 7L @L AL IL [L mL L L L L L L L M &M <M MM dM eM mM M M M M M M M N "N 9N JN `N qN N N N N N N N N N  O O O O O  O 2P P Q JR R S MS lS S S T T TU sV W X 	X X Y Y Y -Z LZ kZ Z Z Z [ '[ ([ 9[ }[ ~[ [ [ [ [ [ [ [ [ [ \ (\ J\ K\ m\ \ \ \ \ \ \ -] R] S] T] U] ] ?_ A_ u_ _ _ &` m` ` a a da b b b b c c c %d &d Zd d d e Re e e e f f ?f If Sf Tf |f }f f f f f f f f f g Ag xg g g g h Ch Dh Uh Vh Wh h h h h h h h h h h h i i i i i i i i i j j 'j )j *j +j 4j Rj vj j j k k 
k 5k 6k Ik \k ok k k k k k k 6l l l l l l l 	m m m m m m n n o ^o o o p Sp p p !q pq q q q q q r r #r $r Lr Mr rr r r r r r r r <s ms s s s s 0t 1t Bt ot vt ~t t t t t t t t t t t 
u u u  u 6u 7u @u u u u v 1v Dv |v v v v v v w w w ,w `w gw ow pw w w w w w w w w 	x x /x 1x 2x 3x <x x x 
y y Zy ey y y y y y y y 	z 6z 7z _z `z sz z z z z z z z ({ e{ { 
| ;| M| | | | | }  } !} 2} _} `} a} b} } } } |~ ~ ~ ~ T    ?      :  ́ ́  ׃   B  . / b   L a }   Ȇ Ɇ  Y    T  鉩 A     % 1 @ L _ c d e f g h i j k             ǋ ˋ ދ 择    / 4        
 D H    ̍ Ѝ ꍩ 덩  ( - T U Z            # - . 1 : ; < M R Z a h t u                     i j      Ð Ő Ɛ ǐ Ȑ ɐ ѐ א ؐ ᐩ 吩 搩      	  5 6 A N O Y f g h i j k l m z {       r s e f = > U ^ ~ ו 䕩 , - 9      ̖  
   S ꗩ         u 曩 L    ܝ 7   ֞    n o    ) K d      D E   數  
   h ~   ¦   O   ʧ 4 q ˨   ⩩ 2 3 ~  # $ | } 뭩 쭩   p q   L  M N ̲ Ͳ 8 < = S T h i j s                մ ״ ܴ ݴ 봩     	   % ' , - B D I J d f k l { }            µ ݵ ޵ ߵ ൩ ᵩ   ̷  . b |  ø   ? W   ҹ  $ B v   Ժ  ' ( ) * L U V l     μ     . A B `    ƽ ܽ         ξ ؾ ⾩ 㾩 
 ' ( > T j      ſ ƿ ڿ ۿ    1 2 3 4 E e f g             	 
  G ` u          © © © © © © #© B© C© W© X© z© © © © © © © © © 
é é é é é é é dé eé ĩ ĩ ĩ -ĩ Mĩ Nĩ Oĩ Pĩ pĩ ĩ 1ũ Gũ Hũ Rũ ]ũ ũ ũ ũ ũ ũ ũ 	Ʃ Ʃ <Ʃ =Ʃ FƩ Ʃ Ʃ ǩ ǩ +ǩ |ǩ ǩ ǩ ǩ $ȩ gȩ hȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ɩ %ɩ &ɩ 'ɩ (ɩ )ɩ *ɩ Wɩ ɩ ɩ 9ʩ Dʩ Nʩ Yʩ cʩ dʩ ʩ ʩ ʩ 
˩ 7˩ 8˩ s˩ ˩ ˩ ˩ ̩ ̩ ̩ ͩ 1ͩ ?ͩ Oͩ Pͩ [ͩ `ͩ aͩ kͩ pͩ qͩ |ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ Ω Ω Ω Ω Ω Ω 0Ω >Ω NΩ OΩ ZΩ _Ω `Ω jΩ oΩ pΩ {Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω ϩ ϩ ϩ ϩ ϩ ϩ >ϩ Lϩ \ϩ ]ϩ hϩ mϩ nϩ xϩ }ϩ ~ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ Щ Щ Щ Щ Щ Щ 'Щ ,Щ -Щ 7Щ <Щ =Щ >Щ WЩ eЩ uЩ vЩ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ %ѩ nѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ҩ 'ҩ 7ҩ 8ҩ Cҩ Hҩ Iҩ Sҩ Xҩ Yҩ dҩ iҩ jҩ tҩ yҩ zҩ {ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ө ө 	ө 
ө :ө Hө Xө Yө dө iө jө tө yө zө ө ө ө ө ө ө ө ө ө ө ө ө ө ө ө ԩ ԩ 
ԩ ԩ ԩ ԩ "ԩ #ԩ $ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ  թ թ թ թ թ  թ !թ "թ Aթ Oթ _թ `թ kթ pթ qթ {թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ 	֩ ֩ ֩ ֩ ֩  ֩ *֩ /֩ 0֩ 1֩ L֩ Z֩ j֩ k֩ v֩ {֩ |֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ש :ש ;ש ש ש ש ש ש ש Iة Jة ~ة ة ة ة ة ة ة ة ة !٩ E٩ W٩ Y٩ p٩ q٩ z٩ ٩ ٩ ٩ ٩ >ک ک ک ک ۩ ۩ )۩ *۩ N۩ O۩ `۩ ۩ ۩ ۩ ۩ +ܩ ,ܩ Rܩ ܩ ܩ ܩ ܩ ܩ ܩ ܩ ܩ &ݩ ݩ ݩ ݩ ݩ ݩ ݩ ީ 
ީ ީ ީ ީ ީ ީ ީ ߩ ߩ ߩ ߩ ߩ ߩ ߩ     # - 7 8 ^           # [ \  H h        % v  ' e       W X          " J \ ] ^ _ h     : ; \ ] n          s            q r    ;   I J / D                $ ) * / 6 B C K S X Y a i u v ~          J K   8 9   P \       & ' y : ; C D      ? I 	 	 
 
 
 
 
 
   ) : ; N a x      i
 j
 
 
      ( )      ]    D T a           O P R S T ]     4 \ g    ) * + < s t u v          . S T U W X Y b     ? c  R b c d u           6 7 8 9 ; < = F     # G  6 F G H Y g h i j        !  H  I  J  K  M  N  O  X          7! W! ! ! ! ! ! ! ! ! ! " 6" @" J" K" y" " " " " " " " " " $# R# r# # # # >$ ?$ P$ ^$ _$ `$ $ $ $ $ $ 	% % % =% >% ?% A% X% Y% b% d& e& v& & & ' ' ' ' ' ' ' ' ' ( ) ) ) =* t* * * B+ + + + + + + + + , =, P, c, v, , , , , , - *- W- X- Y- j- - - - - - - - - - - . .. A. T. g. h. i. j. s. . . . . . / 6/ =/ F/ G/ ]/ m/ n/ o/ p/ q/ r/ s/ t/ u/ v/ / / / / / 0 0 
0 0 0 T0 0 	1 1 1 1 1 2 2 2 2 2 2 2 3 3 /3 I3 Y3 s3 3 3 3 3 3 3 4 4 /4 I4 J4 K4 L4 t4 4 4 4 4 4 4 4 4 V5 5 5 5 5 6 U6 \6 e6 f6 n6 6 6 6 6 6 6 7 "7 *7 ?7 T7 f7 7 7 7 7 7 7 7 7 	8 !8 48 G8 Z8 m8 n8 o8 p8 y8 8 9 c9 9 J: K: L: M: ^: : : : : ; +; >; Q; R; S; T; ]; < /< r< < Y= Z= [= \= m= = = = = > "> 5> H> [> \> ]> ^> g> <? c? ? ? @ @ @ @ @ @ @ A A A $A 9A KA eA A A A A A A A B !B ;B KB eB B B B B B B B C C #C 6C IC \C oC pC qC rC {C 4D D D D wE $F %F &F 7F F G $G -G .G 6G KG `G uG G G G G G  H H +H 3H HH ]H rH H H H H H H I (I )I *I +I SI TI gI zI I I I I I I I J J ;K K K L L L :M M :N ;N BN N N N O CO wO O O O /P 0P AP P P P P P P P P P 	Q #Q 4Q NQ hQ yQ Q Q Q Q Q Q R R 1R KR \R vR R R R R R R R R S S %S 8S KS ^S qS rS sS tS }S ;T 5U U V  V V W W 7X >X ~X X X X X Y 6Y wY xY yY Y Y Y Y Y Y Y Z Z /Z FZ ]Z tZ Z Z Z Z Z Z [ [ [ [ /[ A[ S[ j[ [ [ [ [ [ [ [ \ &\ '\ (\ )\ Q\ R\ e\ x\ \ \ \ \ \ \ \ ] ^ j_ _ f` ` ` 
a ga a a Ib b d 9e e e e Jg Kg g g g 	h Ih hh h h h h h i i @i Ai Fi Hi Ii Ji Si `i i i i i i j -j Oj qj j j j j j j j j -k l l m Um m m n Zn n n o o o ip jp .q /q fq q q q :r qr r r ?s s s s s s s s s t t .t At Tt gt it jt kt tt t t u Du bu |u u u u u u u v v 1v Dv Wv jv lv mv nv wv v v <w =w Nw Ow Pw xw yw w w w w w w w w w x x x x x x x x x x 
y  y "y #y $y -y Qy y az bz sz tz uz vz z 3{ 4{ [{ \{ { | | | | 3} k} } } 3~ x~ ~  c d e o z        # 6 I K a b k ڀ   U `  ΁ ρ  
    3 C D E F n o       Ԃ Ղ ނ M h   σ ⃪  % D ` r     ʄ   
  > U V W X      ͅ υ Ѕ х څ I q     " M       ԇ Շ    $ 7 J L M N W ƈ  u  ى 뉪 & 1 P {    Њ      ' ( c  L M   - . ` ݍ H I   ؎ ; j k  u     ̒ ͒     ꓪ   + > f g   & _   K  ߗ  U   Ø Ϙ ޘ ꘪ          	  $ ) 9 : I J K W X Y Z e i |     ͙ ҙ ( ) . [ `    ⚪ 暪 8 9 > j n    ƛ ˛    & + Q R S ]      ˜ ̜ Ϝ ؜ ٜ ڜ 뜪        " ) 0 1 2 3 4 5 6 7 8 9 : ; < = > ? T   ! " ; L M a c d e f g o u v           Ӟ Ԟ ߞ 잪 힪       	 
    ' ( ) * 7 I     ۡ ܡ    u  ʣ ˣ ף    3 X Y j       D E 2 3 ( ) 5    ꩪ S   z ի 5 6 t     
  < ^ ǯ 鯪   8 9 B C Ⲫ 㲪 A B        N O `    K L h ҵ  i . /  з ѷ    ¸     @ A   ) : 꽪  뿪 쿪 j k      ª ª ª ª ª ,ª -ª .ª /ª 0ª 1ª 5ª 6ª 7ª 8ª Qª Sª Yª Zª sª uª zª {ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ê ê 	ê 
ê ê ê !ê "ê 0ê 2ê 8ê 9ê Lê Nê Sê Tê [ê `ê {ê |ê }ê ~ê ê ]Ū ^Ū jŪ Ū Ū  ƪ ƪ Nƪ aƪ ƪ ƪ ƪ ƪ )Ǫ <Ǫ pǪ Ǫ Ǫ Ǫ Ȫ .Ȫ >Ȫ rȪ Ȫ Ȫ Ȫ Ȫ Ȫ Ȫ ɪ ɪ 
ʪ 0ʪ ?ʪ Rʪ Sʪ lʪ ʪ ʪ ʪ ʪ ʪ ʪ ʪ .˪ /˪ 0˪ d˪ z˪ ˪ ˪ ˪ ˪ #̪ $̪ .̪ 9̪ l̪ v̪ ̪ ̪ ̪ ̪ ̪ ̪ ̪ ͪ ͪ  ͪ 7ͪ 8ͪ Aͪ cͪ dͪ xͪ yͪ ͪ ͪ ͪ ͪ ͪ ͪ ͪ ͪ Ϊ Ϊ Ϊ ,Ϊ -Ϊ .Ϊ /Ϊ 0Ϊ 1Ϊ :Ϊ [Ϊ \Ϊ pΪ qΪ Ϊ Ϊ Ϊ Ϊ Ϊ Ϊ Ϫ (Ϫ BϪ CϪ XϪ YϪ jϪ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ъ 4Ъ 5Ъ JЪ KЪ \Ъ |Ъ }Ъ ~Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ҫ Ҫ Ҫ Ҫ Ҫ Ҫ Ҫ .Ӫ 8Ӫ BӪ CӪ dӪ Ӫ Ӫ Ӫ Ӫ Ӫ Ӫ |Ԫ }Ԫ Ԫ Ԫ Ԫ ժ _ժ `ժ qժ ժ ֪ ֪ '֪ (֪ )֪ *֪ +֪ ,֪ 5֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ת ת ת ת ת ת ت ت bت yت ت ت ت ت ٪ F٪ ٪ ٪ wڪ xڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ 	۪ ۪ ۪ ۪ ۪  ۪ *۪ /۪ 0۪ 1۪ O۪ ]۪ m۪ n۪ y۪ ~۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ܪ 
ܪ ܪ ܪ ܪ ܪ )ܪ .ܪ /ܪ 0ܪ Rܪ `ܪ pܪ qܪ |ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ݪ ݪ ݪ ݪ ݪ ݪ 'ݪ ,ݪ -ݪ 7ݪ <ݪ =ݪ >ݪ zݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ު ު ު ު $ު %ު /ު 4ު 5ު @ު Eު Fު Pު Uު Vު Wު ު ߪ .ߪ <ߪ Lߪ Mߪ Xߪ ]ߪ ^ߪ hߪ mߪ nߪ yߪ ~ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ        F T d e p u v                     # ( ) 3 8 9 : ` n ~               . / ^ l | }                  	      * / 0 : ? @ A m {                   	    $ ) * 5 : ; E J K L p     / 0 = > ? b    . / 9 D w           l m    ; q         O h         ! " # , t u  # . J c }      t u v w  / 0 d v   x y        + = O P Q R [       x   ' M j       j   F G H I o p   * < = G R            g h        W X Y Z    D y z   I J [   b c         v w   y |     S T c u                            # ( ) 1 8 D E F G   @
 A
       v
 w
 - .        3   X   - . O \ i v           - . 9 i j     \ ] 0 A v   &  T          K! ! ! ! " " +# /$ 0$ :$ E$ x$ $ $ $ $ $ $ $ $ $ $ :% F% m% % % % & >& H& m& & & & & ' ' ' ' @' A' K' V' ' ' ' ' ' ' ' ' ' ' '  ( ?( K( r( ( ( ) ) )  * * * * !* "* #* -* 8* k* u* * * * * * * * * * * * #+ /+ V+ + + + k, , , , , , - - - - 4- >- I- |- - - - - - - - - - - - - 5. A. h. . . . -/ i/ j/ k/ |/ / / / / / / / / / 0 A0 B0 C0 E0 F0 G0 P0 0 0 0 0 1 ?1 \1 1 1 1 1 1 1 1 82 U2 _2 j2 2 2 2 2 2 2 2 2 2 2  3 4 4 4 S4 4 :5 ;5 L5 ~5 5 5 5 5 5 5 d7 e7 7 7 8 J8 8 8 59 69 @9 K9 ~9 9 9 9 9 9 9 : : ': ): @: A: J: : : : : : ; 5; <; D; E; [; k; l; m; n; ; ; ; ; ; < < < < < 4< b< < < < < < < < < < = = 
= = = = = = = = <= ]= ^= = = = = = = = = > > ? ? ? ? ? ^@ e@ n@ o@ w@ @ @ @ @ @ @ A +A 3A HA ]A oA A A A A A A A A B 2B WB jB }B ~B B B B B "C C C C C C C D D D !D 6D HD bD |D D D D D D D E E 8E HE bE |E }E ~E E E E E E E F F 
F F F F F G JG G G G G G OH PH xH H H H H H H H H H I I J YJ J J J J K ^K _K K K K K K K K K K K L L M EM M -N .N /N @N N N N N N N N N N O O -O GO aO iO ~O O O O O O P P P P  P 1P P P P P P P P P 
Q Q Q Q Q Q 2R nR R S S S S S ?T T T T T T T T U %U ?U YU jU U U U U U U U V "V <V VV gV V V V V V V V V V W W +W >W QW RW SW TW ]W !X xX X ,Y _Y Y (Z }Z Z [ [ [ [ \ n\ \ \ \ ] A] m] ] ] ] ] #^ *^ 3^ 4^ <^ Q^ f^ {^ ^ ^ ^ ^ ^ _ _ 1_ B_ \_ d_ y_ _ _ _ _ _ _ ` .` ?` Y` j` ` ` ` ` ` ` ` ` ` ` a a a a a a b ;c c c +d d e e e f ;f Zf f f f f g g g (g lg sg |g }g g g g g g g g h #h :h Qh bh xh h h h h h h h h i i 6i Gi ^i ui i i i i i i i i i j j )j <j Oj Qj Rj Sj \j nk 6l m m n >n n n o #o Uo o p q r Ds Es Ls t t )u iu u u u v %v Dv cv dv uv v v v v v v v v v v  w Bw dw w w w w w x $x %x 6x ix x x x x x {z }z z z *{ b{ { { M| N| | G} H} ~ ~ ~ ~  a b    G  ݀ 2 3 = H {      ́ ߁     	  Z }  ₫    Q        σ ⃫   
    3 W ڄ ۄ 섫 턫    * = P c e f g p   5 6 G H I q r        ˆ  r        E ш ҈   + # $ X  ъ 	 N  ы  ]     
  K U _ `     ԍ 獫 鍫    	 x     * l m ~     я Ꮻ ⏫ ㏫ 䏫  
   3 F Y [ \ r s | 됫  7 T m   Ñ ⑫   6 U V W h     ܒ       2 E X k m n o x 瓫  I [    딫 - 1 2 3 4 E r s     Օ 蕫 ꕫ 땫 앫  d   F w  ė ϗ   [ \ ] n     Ř Ƙ   ꙫ 뙫 $  ˚ ̚  { 曫 盫 < = v ٜ  	 A  @ A ~ 0 j k  R S    ɡ ܡ   K  ģ  S  餫 % }   U V a m |             ¦ Ǧ צ ئ 禫 覫 馫        " . / 4 k p Ƨ ǧ ̧   C D I   ֨ ר ܨ   & ' , d i    ĩ ɩ 恵    J O [ \ _ i j m v w x          Ǫ Ϊ Ϫ Ъ Ѫ Ҫ Ӫ Ԫ ժ ֪ ת ت ٪ ڪ ۪ ܪ ݪ      ٫ ꫫ 뫫       
    ! " 5 A B C D E W q r }              Ŭ Ƭ Ǭ Ȭ լ 笫     y z       h i u   ѱ    H I J W  & Ⳬ 㳫 д Ѵ Ƶ ǵ ӵ V  "   X Y  s ӹ Թ  0 1 D    ڼ  e    ֽ ׽ ྫ ᾫ     + 7 F R S      G« L« « « « ë pë ë ī ī ī ū nū oū ū ū _ƫ `ƫ ǫ ǫ 'ɫ (ɫ ɫ ɫ ʫ ʫ ʫ ʫ ˫ B̫ ͫ ͫ Ϋ 	Ϋ tϫ xϫ yϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ Ы Ы Ы Ы 'Ы )Ы /Ы 0Ы CЫ EЫ KЫ LЫ aЫ cЫ hЫ iЫ ~Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы ѫ ѫ ѫ ѫ ѫ ҫ ҫ ӫ Pӫ jӫ ӫ ӫ ӫ ӫ 3ԫ Gԫ {ԫ ԫ ԫ ԫ ի ,ի `ի ~ի ի ի ի ֫ /֫ c֫ d֫ e֫ f֫ ֫ ׫ ׫ ׫ ׫ ׫ ׫ ׫ 
ث =ث >ث \ث jث }ث ~ث ث ث ث ث ٫ ٫ .٫ D٫ Z٫ [٫ ٫ ٫ ٫ ٫ 
ګ ګ ګ ګ Fګ cګ dګ zګ ګ ګ ګ ګ ګ ګ ګ ۫ ۫ ۫ ۫ ;۫ W۫ X۫ m۫ n۫ o۫ p۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ܫ ܫ )ܫ Eܫ Fܫ Xܫ ܫ ܫ ܫ ܫ ܫ ܫ ܫ ܫ ݫ (ݫ )ݫ *ݫ Qݫ Rݫ Sݫ Tݫ Uݫ Vݫ _ݫ ~ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ޫ ޫ ޫ Iޫ Jޫ Kޫ Lޫ Mޫ Nޫ Wޫ ޫ ޫ V߫ W߫ X߫ i߫ ߫ ߫ ߫ ߫ ߫ 9 m          / E G x y    W X g     `          . / @ a b c d e f  3 4 u         / F s t   * +   - B m {                       ' , - 8 = > H M N O l z                        * / 0 ; @ A K P Q R z                  & 6 7 B G H R W X c h i s x y z                  a               ' , - . U c s t                      # $ / 4 5 ? D E F v                     ( - . 8 = > I N O Y ^ _ `    
   & + , 6 ; < G L M W \ ] ^ }                   ) * 5 : ; E J K V [ \ f k l m                   . S v w                 ) * ]       
  + , z   4 D U e f       8 g h          b      0 H I J [     >     & '   ! , _ i s t         > ? N _         * + O P a    c            
         # - 7 8 ^         & ' v w        (     	 	 
 
 
 ? @  
 
 4 5 G     * w     k      & ' , 4 9 : ? G S T Y ` e f k r ~                        t u 2 3       b c  v w    [! \! ! {# # $ $ % % & & !& 2& C& T& e& v& w& & & & & & & ( ( ( ( ') () + + , , - d- e- - - . O. P. . . X/ Y/ / 0 0 0 1 1 1 1 2  2 *2 +2 Y2 2 2 2 2 2 2 2 2 3 23 p3 3 3 3 3 4 e4 f4 g4 x4 4 4 4 4 4 4 4 4 '5 15 ;5 <5 j5 5 5 5 5 5 5 5 5 5 6 ;6 {6 6 %7 7 7 7 7 7 7 7 7 7 7 	8 8 8 8 L8 r8 s8 t8 u8 w8 x8 y8 8 8 8 8 9 _9 9 	: r: : : : : : : : : : : : ; $; .; /; ]; ; ; ; ; ; ; ; ; ; ; < 4< s< < < = = 	= = (= )= *= 4= ?= r= |= = = = = = = = = = = -> 9> `> > > > > 1? z? {? ? ? ? ? ? ? ? @ ;@ E@ O@ P@ y@ z@ {@ }@ @ @ @ A A A A 'B B B B C C C C  C !C QC E E 7E yE E E /F ~F F F F F G &G 0G 1G YG yG G G G G G G G G SH fH H H H H H H H H H 	I 
I I I 4I WI jI }I I I I I I I I  J .J /J 0J AJ rJ yJ J J J J J J J J J J J J J J J J !K 4K GK HK IK JK SK K 2L EL +M ,M -M .M ?M M N N 
N N *N ?N QN kN N N N N N N N 
O 'O AO QO kO O O O O O O O P P P P P 'P P P 4Q 5Q 6Q GQ Q Q Q Q Q Q Q Q  R R *R DR ^R fR {R R R R R R  S S S S S ES ]S pS S S S S S S S ;T XT T T U U U U U U U V /V TV gV zV V V V V V CW kW W W X X X X X X X %Y &Y KY ^Y qY Y Y Y Y Y Y xZ Z Z ,[ [ [ [ [ 1\ 2\ 9\ B\ C\ K\ `\ u\ \ \ \ \ \ \ ] ] 1] C] ]] w] ] ] ] ] ] ] ] "^ #^ K^ L^ _^ r^ ^ ^ ^ ^ ^ ^ ^ p_ _ `  ` ` `a aa ba sa a Yb `b ib jb rb b b b b b b c "c <c Mc gc oc c c c c c c d d 9d Jd dd ed fd gd d d d d d d d d d d d e f wf f f Pg g h vh  i vi wi ~i i j #j Sj j j j k 7k kk lk }k k k k k k k l l +l El _l pl l l l l l l m m ,m Am Sm mm m m m m m m n "n #n $n %n Mn Nn an tn n n n n n n n wo qp p Oq \q q @r r ss zs s s s t 4t St rt t t t t 
u u u u #u 5u Gu Yu ku u u u u u u  v v 'v >v ?v Gv Yv kv }v v v v v v v w $w :w Kw bw cw dw ew w w w w w w w w w w w y y z ${ { { '| F| | | | } .~ M u ‬ 〬 ꀬ   ǂ  & E   Ã ⃬    W X | }          $ % G i    Å ԅ  , - . / i   O  Ȉ   G  뉬 쉬 > 劬 抬   j k     4 v  卬 , { Ў ю ێ 掬  # - . V W j }         R       / 0 1 Y Z m        ё  x y      Ȓ ے       , P ӓ ԓ 哬 擬 瓬   # 6 I \ ^ _ ` i         㕬 o p   ɖ    8 o  올 - o   J      隬    & ' L _ r       G Y   Ȝ 
   I P X Y o        ѝ 䝬         ՞    V a    ԟ     : A I J z       Р 㠬  	   
    硬  4 ? ^  ˢ Ϣ Т Ѣ Ң 㢬   9 : M ` s       ?  䤬  ' b m       9 : ; < c d  V   § . i j     ک ۩  w   ߪ  ެ ߬  έ  	 <   & ; W g z   鯬 3 b   .  ò  Z       & 9 = > ? @ A B C D E Y ` e u v            ̴ ʹ Ҵ 	  d e j   ᵬ ⵬ 絬  " t u z   Ķ Ŷ ʶ   . / 4 b g     跬           ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z {  C D ] ^ w               ӹ ߹ ๬ Ṭ ⹬ 㹬     ( ) 3 @ A B C D E F G T U c d e f s  L M ? @   / 8 X      [ \ o    濬 翬 迬  -    n¬ o¬ dì eì qì ì OĬ Ĭ &Ŭ Ŭ Ŭ Ŭ Ƭ Ǭ qǬ rǬ Ǭ Ǭ Ǭ Ǭ Hɬ Iɬ Zɬ xʬ ʬ ˬ %ˬ >ˬ Zˬ tˬ uˬ ~̬ ̬ ά ά }ά ~ά ά ά ά ά ά BϬ XϬ Ϭ Ϭ Ϭ Ϭ Ϭ )Ь Ь Ь Ь Ѭ KѬ Ѭ jҬ kҬ Ҭ Ӭ 
Ӭ XӬ YӬ Ӭ Ӭ Vլ Wլ ֬ ֬ |׬ }׬ Jج Kج eج vج &٬ ٬ '۬ (۬ ۬ ۬ ݬ ݬ ݬ -ݬ .ݬ Bݬ Cݬ Dݬ Mݬ [ݬ hݬ iݬ jݬ kݬ lݬ mݬ qݬ rݬ sݬ tݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ެ ެ ެ ެ ެ #ެ $ެ >ެ @ެ Eެ Fެ Uެ Wެ ]ެ ^ެ lެ nެ tެ uެ ެ ެ ެ ެ ެ ެ ެ ެ ެ ެ ެ      < V      1 e x     P j z       & / 0 F l {          : j k l       _ ` j u         . D Z \ s t }          
   ? @ A h i j k l m v         ! : O d ~                 1 2 T p q              > ?     ' ( ) * J   ! " , 7 j t ~               V     A B c d e f g h q           1     ( 3 = >       M          ) * 5 : ; E J K V [ \ f k l m                  
  ( ) 4 9 : D I J U Z [ e j k l                   & 6 7 B G H R W X c h i s x y z                  1 ? O P [ ` a k p q |        H j x                     " # - 2 3 > C D N S T U                   " 2 3 > C D N S T _ d e o t u v                  j k                   ) 9 : E J K U Z [ f k l v { | }               	 
  & 4 D E P U V ` e f q v w            k  l  y  z  {    # $ X j k u        1 3 J K T      w       ( ) :       , [ \ ] ^ _ h     _ j              k l     	 	 	 	 	 
 
 
 8
 g
 y
 
 
 
 
 
 
 
 
 
 5 6  " B c        P
 
  ?       1 2 f x y        $ 6 7 8 9 B       6 7 H      \    M Z           K L          #! $! 	" " " " " " " " " " " " " " " " " " # # 	# # # # %# -# 2# 3# ;# C# O# P# X# _# d# e# m# t# # # # # $$ %$ |% }% ' ' ' ' *( 6( ( ( i) j)  * * S* , , - - o- . . / 1 #1 i2 j2 3 3 3 3 3 3 3 3 4 4 4 (4 ;4 R4 i4 j4 u4 5 5 C6 D6 6 6 9 9 l: }: : ; ; b; ; ; ; ; 7< < < < = .> ;> g> k? l? v? ? ? ? ? ? ? )@ *@ ,@ -@ .@ 7@ v@ @ @ @ A 6A AA zA A A B B B B MB NB OB PB |B }B B B B B B B C -C .C /C 1C 2C 3C <C {C C C C D =D D ,E <E =E >E OE ]E ^E _E iE tE E E E E E F F F F F F F  F _F kF F F F !G G H  H !H "H 3H AH BH CH DH pH zH H H H H H H "I #I $I %I 'I (I )I 2I qI }I I I J 1J iJ J J J J J J J J J K K $K %K SK }K ~K K K K K K K K K ,L LL {L L L M M *M 8M 9M :M tM M M M M M M M N N N N 2N 3N <N >O ?O PO O O vP wP P P P P P P P P R R R S NS S S T qT rT |T T T T T T T U *U =U PU cU eU |U }U U U V 1V 2V 3V DV qV xV V V V V V V V V V W W .W AW BW CW DW MW pW W W W W W X X  X !X 7X GX HX IX JX KX LX MX NX OX PX xX X X X X X X X X X .Y Y Y Z Z Z Z Z [ [ [ [ [ [ [ [ 	\ #\ 3\ M\ g\ o\ \ \ \ \ \ \ 	] #] $] %] &] N] n] ] ] ] ] ] ] ] 0^ ^^ ^ ^ ^ ^ /_ 6_ ?_ @_ H_ ]_ r_ _ _ _ _ _ _ ` ` .` @` Z` t` ` ` ` ` ` ` ` ` a !a 4a Ga Ha Ia Ja Sa a a =b b $c %c &c 'c 8c c c c c c d d +d ,d -d .d 7d d 	e Le e 3f 4f 5f 6f Gf f f f f f f g "g 5g 6g 7g 8g Ag h =h h h ii ji ki |i i i i i i i i j %j ?j Yj ij j j j j j j j k %k ?k Yk Zk [k \k mk k k k k k l #l 6l Il Jl Kl Ll Ul m nm m m Qn n n  o o {o o o p p p %p :p Op ap {p p p p p p q 
q "q 7q Lq ^q xq q q q q q r r r r -r .r Ar Tr gr zr r r r r r ]s s t ht t t du u v v w w w [w w w w x Qx }x x x 	y 
y y _y fy oy py xy y y y y y y z (z Bz Sz mz ~z z z z z z z { %{ 6{ P{ j{ {{ { { { { { { { { { | %| 8| K| L| M| N| W| } ~ w~ ~ ~ g  Z   X w   ҁ   Q R S d      ӂ 傭  	   7 N _ v    Ń ܃ ݃ 僭  	  - D [ r     ؄ 鄭      + , ? R e x       r D  @ z ŉ 䉭 A _  # ̋ 댭     $ % e  Đ 㐭 # B a           " # $ - : \ ~   Ò 咭  ) K ` a r  ʓ ˓ ̓ ͓    항 / f  喭 4   ܗ   C D  	 @   Қ  K  ʛ  n o y    ˜ ̜     . A C D E N     < V    ͞ Ξ Ϟ     1 D F G H Q o    ( ) * R S f y       ʠ  q r       ԡ 硭      +  ; < M N O P  
  5 6 g _ `  ֥ 
 E  ˦ 
 R  觭 = > ? I T     Ĩ Ũ ꨭ   # % ; < E  婭  / : f    窭    
      H I \ o        ' B s       : L r     ح ߭ 筭 譭  / 0 1 2 Z [ n        # K   ү ݯ  ' i m n o p    װ ذ 밭   $ & ' ( 1  ݱ O   Ų    * U     ׳ س ٳ ڳ   =  & ' ` ̵   :  " # x y   D E } O | }  l   ڻ   ļ ټ    @ A  Ѿ   9  ̿ % a   /                   ­ ­ ­ #­ $­ %­ 1­ 2­ 3­ 4­ ?­ C­ V­ ^­ j­ k­ p­ ­ ­ í í í 5í :í í í í í í ĭ ĭ ĭ Dĭ Hĭ bĭ cĭ hĭ ĭ ĭ ĭ ĭ ĭ  ŭ ŭ +ŭ ,ŭ -ŭ 7ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ƭ 
ƭ ƭ ƭ 
ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ .ƭ ƭ ƭ ƭ ƭ ǭ &ǭ 'ǭ ;ǭ =ǭ >ǭ ?ǭ @ǭ Aǭ Iǭ Oǭ Pǭ Yǭ ]ǭ ^ǭ qǭ }ǭ ~ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ȭ ȭ ȭ ȭ ȭ #ȭ ȭ ȭ ɭ ɭ ʭ ʭ ˭ ˭ ˭ O̭ \̭ ̭ ̭ ̭ ̭ ̭ 
ͭ 2ͭ 3ͭ Dͭ ͭ ͭ ͭ ͭ ͭ bέ ϭ ϭ Э 
Э ѭ ѭ ѭ ѭ ѭ ^ҭ ҭ -ӭ ӭ ӭ Tԭ ԭ խ խ Nխ lխ mխ խ ֭ ֭ ֭ ح 8ح ح ح ح ح ٭ ٭ ڭ ڭ ۭ ۭ ܭ ܭ gܭ sܭ ܭ ܭ ܭ ܭ ܭ (ݭ )ݭ :ݭ ݭ ݭ ݭ %ޭ &ޭ Bޭ ޭ ޭ C߭  	 Z         c d        ~   D E              	 
      + - 3 4 M O T U c e k l                     
    & ( - . 5 : U V W X Y 7 8 D     ( ; o      J h      L k         
  , - F y z       	 
 > T j        F P Z [            = > R S w              	 
   5 6 J K e          2 3 D d e f               $ % 6 V W X                   u          > k      V W     9 : K           j k |        o  p              < S k       f g Q R i ~               	 
  ) 7 G H S X Y c h i t y z                    	 
 , : J K V [ \ f k l w | }                      T b r s ~                    	       * / 0 1     & ' 2 7 8 B G H S X Y c h i j                   	 .	 >	 ?	 J	 O	 P	 Z	 _	 `	 k	 p	 q	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 
 :
 H
 X
 Y
 d
 i
 j
 t
 y
 z
 
 
 
 
 
 
 
  	 8 F V W b g h r w x                   	 
     G U e f q v w                   
 
 
 
 
 
 $
 %
 &
 J
 j
 
 
 
 	 
    <     	   Q [ e f        F G g h   K p        ) B [ t          N O    $ = W l     N O P Q z 	 
 > P b c R S ] h        ) * + , 5 z {     R    ' D f g     D     ! " # I J      ! , _ i s t        A B b c      1 2 3 4 d    S" T" $ $ #& $& 5& {' |' <( =( p) q) ) * * P- Q- f- - S. V. . . / / -0 .0 =0 O0 b0 c0 h0 p0 u0 v0 {0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1  1 !1 1 1 3 3 4 4 n5 o5 5 5 P6 Q6 7 7 7 7 7 9 9 : : 
; < < 2= > > @ @ )A 6A CA PA ]A nA A A A A A A A A B B B CC DC C C cD dD 6G 7G 
H H PH H H  I .I [I I I I %J J J J K K L 	M 
M M M RM \M fM gM M M M M M M M N  N GN nN N N N O "O GO O O O O O O O O P P %P 0P cP mP wP xP P P P P P P P P Q %Q LQ wQ Q Q aR R R R R R R R R S S ES OS YS ZS S S S S S S S S S S 	T 0T [T T T EU U U U U U U U U U V V #V VV `V jV kV V V V V V V V V V W W BW pW W W X CX DX EX VX dX eX fX pX {X X X X X X Y Y Y Y  Y !Y *Y iY uY Y Y Y Z 6Z mZ Z Z Z Z Z Z [ /[ 9[ D[ w[ [ [ [ [ [ [ [ [ [ [ \ \ \ -] c] ^ ^ &^ X^ Y^ Z^ [^ \^ ]^ ^ >` ?` s` ` ` $a ka a b b b %b Xb bb lb mb b b b b b c c c c $c c c c c c c d d d d 5d Ed Fd Gd Hd pd d d d d d d d d d e <e je ke le }e e e e e e e e e e e e e e e e f 7f 8f ]f pf f f f f f f ng g gh hh ih jh {h 8i ?i Hi Ii Qi fi {i i i i i i j 
j "j 7j Ij cj }j j j j j j j j k 1k Dk Wk Xk Yk Zk ck k k pl ql rl l l l l l l l m "m <m Vm fm m m m m m m m n "n <n Vn Wn Xn Yn n n n n n n n n n n wo o o $p p p p p p )q *q Rq kq q q q q q q q q r r r 3s s s s s s 8t 9t at bt t t t t t t t t t u u v hv w w 	w w mw nw uw ~w w w w w w w w x !x ;x Cx Xx mx x x x x x x x x x y ^y _y y y y y y y y y y y y z { H{ \{ { | | | | } } } } } } } } } } ~ 3~ D~ ^~ x~ ~ ~ ~ ~ ~ ~ ~  0 A [ u            + , - . 7  R   9   W  \     H _     G s      
   + @ U g    Ƈ     6 > S h }   È Ԉ    3 D ^ _ ` a     É ։ 鉮 ꉮ 뉮 쉮        |      4 Y p       F M V W _ q     Ր 쐮   + < R c z {     ˑ ⑮   ! 8 O ` v      ɒ ʒ ݒ    ) + , - 6 H  ╮ ` ޖ  c  ߗ  /  j     &  Ý  C b      = > O         ˟ ؟   > ` a   Ǡ 頮    C h i j k  U W  ͣ  <  Ҥ ' ( z ! " ᦮ ⦮   ާ ; < p  騮 ! h   
  " U _ i j     ̪ ߪ ᪮ ⪮ 㪮 쪮 4 W   ګ  + Y Z k l m     Ϭ ⬮ 䬮 嬮 欮 אַ 
 1   ƭ ǭ ȭ     * = ? @ A J h    ! " # K L _ r       ɯ L ٰ ڰ 밮 찮      ӱ Ա    2 t  㳮 ( i   7  ۵ ܵ ݵ 絮  % / 9 : b c     ö ٶ ڶ 㶮 R   ͷ ط  F G X          渮 縮  
   3 5 6 L M V Ź ๮  . G Z    غ 꺮  / 0 1 B v }    ͻ λ ϻ л     2 E G H I R  鼮 # 5 p {  Ž    
   L M u v    ¾ ľ ž ƾ Ͼ > {    Q c     5 6 7 H u v w x    ® ® ® ® jî î î î UĮ Į Į Ů Ů PŮ Ů Ů Ů Ʈ Ǯ Ȯ Ȯ XȮ 
ɮ Dɮ Eɮ xɮ ,ʮ -ʮ bʮ wʮ ʮ ʮ ʮ ʮ ʮ %ˮ o̮ ̮ ̮ -ͮ jͮ ͮ ͮ Wή ή ή /Ϯ 0Ϯ ;Ϯ GϮ VϮ bϮ uϮ yϮ zϮ {Ϯ |Ϯ }Ϯ ~Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ю 	Ю Ю EЮ JЮ Ю Ю Ю Ю Ю Ѯ Ѯ #Ѯ ZѮ ^Ѯ Ѯ Ѯ Ѯ Ѯ Ѯ  Ү Ү Ү >Ү CҮ jҮ kҮ pҮ Ү Ү Ү Ү Ү Ү $Ӯ )Ӯ 5Ӯ 6Ӯ 9Ӯ CӮ DӮ GӮ PӮ QӮ RӮ cӮ hӮ pӮ wӮ ~Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ ծ ծ ծ ծ ծ ծ 1ծ Kծ Lծ Wծ dծ eծ oծ |ծ }ծ ~ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ֮ ֮ {׮ |׮ Sخ Tخ kٮ tٮ ٮ ٮ ٮ Bڮ Cڮ Oڮ ڮ ڮ ڮ ڮ ڮ ڮ "ۮ #ۮ $ۮ 1ۮ iۮ  ܮ ܮ ܮ ݮ ݮ ޮ ޮ ޮ 0߮ ߮ ߮ b  2 3  M    
        ? a z      Z [       , - ~     ! & e    J      H I   9 :           b  c d   N R S i j ~                         	 
   % & ; = B C X Z _ ` z |                         * D x    
 ! U m     : X     	 = > ? @ b k  l                6 D W X v        4 5           = > T j            1 2 G H I J [ { | }                2 ] v           + , - . / 0 9 X Y m n          # $ % & ' ( 1 z { 0 1 2 C c d e f  	 G	 ]	 ^	 h	 s	 	 	 	 	 	 	
 
 !
 R
 S
 \
 
 
 1 2 A     : } ~        
 	
 
 ;
 <
 =
 >
 ?
 @
 m
 
  O Z d o y z   	   M N         G U e f q v w                        " ' ( ) F T d e p u v                   	 
    % * + , T b r s ~                   ! " , 1 2 = B C M R S T m {                ;                   / = M N Y ^ _ i n o z                 	        P ^ n o z                       # ( ) 3 8 9 :              ! & ' 1 6 7 8 W e u v                      $ % 0 5 6 @ E F G b p                  - P Q       _ `          7 [ m o        T     / ? @ d e v      A  B  h                  <! ! ! ! ! ! 
" "" #" $" 5" " " " " # # # # #  $ $ $ $ $ % 9% C% M% N% t% % % % % % % % & & (& 9& q& r& & ^' ~' ' ' ' ( ( )( *( ;( ( ( =) {) ) ) ) ) ) ) m* n* * * * * * * + + + 8+ `+ r+ s+ t+ u+ ~+ + +  , , P, Q, r, s, , , , , , - - - / / 2 2 3 3 3 5 5 5 5 7 7 !7 8 8 : : ; Q; ; ; _< `< E= Z= = = = =  > > > > > > > !> -> .> 3> :> ?> @> E> L> X> Y> a> i> n> o> w> > > > > > > > > > > > > > `? a? @ @ NB OB C 
C fC rC C C D D <E =E E PG QG YH ZH H 5J 6J J UL _L M M N N N N N O O .O ?O PO QO dO wO O O O O P P Q Q R R T T U U U >V ?V V V V )W *W sW W 2X 3X ZX jY wY Y Z Z Z Z Z Z [ [ 3[ e[ f[ h[ i[ j[ s[ [ [ [ \ J\ r\ }\ \ \ \ ?] @] A] R] ] ] ] ] ] ] ] ] ^ ^ ^ ^ D^ i^ j^ k^ m^ n^ o^ x^ ^ ^ ^ _ U_ y_ _ h` x` y` z` ` ` ` ` ` ` ` ` ` ` &a La Ma Na Oa Qa Ra Sa \a a a a a 9b ]b b Lc \c ]c ^c oc }c ~c c c c c c c c d 	d 7d ^d _d `d ad cd dd ed nd d d d e Me me e e e e e f f f f f Lf Vf `f af f f f f f f f f g g :g hg g g g h Th Uh fh th uh vh h h h h i i )i *i Si Ti Ui Wi ni oi xi zj {j j j k k k k k k k k k k +l m m n Sn n n 	o Xo o o o o o  p 
p p 3p Sp fp yp p p p p p p -q @q mq nq oq q q q q q q q q q q r 1r Dr Wr jr }r ~r r r r r r s 	s 
s s Ls Ss \s ]s ss s s s s s s s s s s s s s s t !t "t #t $t -t jt u u v v v v v v v v v v w w +w Ew _w ow w w w w w w x x +x Ex _x `x ax bx x x x x x x x x y ly y z z z !z kz rz {z |z z z z z z z { { 8{ @{ U{ j{ |{ { { { { { { { { | 7| J| ]| p| | | | | | } 2} y} } `~ a~ b~ c~ t~ ~ ~ ~ 	 . A T g h i j s  E  р o p q r  ց ׁ    % 8 K ^ q r s t } R y            % : O a {    م ᅯ    7 Q a {        % & 9 L _ r      J  戯   : ; < M  3 : C D L a v    ы ⋯   ' A I ^ s    Ό ߌ   $ > ? @ A i j }    ɍ ʍ ˍ ̍ Ս   Q  ׏ *   P  P Q X  撯  - Y   哯  E F W      ɔ ޔ    9 J d ~    ԕ ܕ    - G a r    і ▯     ' ( ; N a t      Q K  ) 6    M T   Ҝ   - L     䝯 띯     ! 3 E \ s    ɞ ڞ     ! 3 E W i     ֟ ퟯ   % < = > ? g h {    Ǡ ɠ ʠ ˠ Ԡ 桯    |     }  ͥ _  ' O   ĩ ` a  ᫯    _ ~   ۬ ܬ  1 2 V W \ ^ _ ` i v   ܭ   ! C e     ᮯ    	 C   ) k  ڱ ! p Ų Ʋ      D E | ٵ ڵ  P    U         0 1 D W j }     Ҹ  , Z x  ɹ   	 
  3 4 G Z m       Ϻ R S d e f     Ȼ ۻ ݻ ޻ ߻ 軯  *      鼯 꼯   # 6 8 9 : C g 꽯 w x      I J q r      I   ¯ I¯ ¯ ¯ $ï yï zï {ï ï ï ï ï ï ï  į į &į 9į Lį _į aį wį xį į į !ů 3ů ků vů ů ů ů ů #Ư *Ư 2Ư 3Ư IƯ YƯ ZƯ [Ư \Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư cǯ ~ǯ ǯ ǯ ǯ ǯ 0ȯ ;ȯ Zȯ vȯ ȯ ȯ ȯ ȯ ȯ ȯ ɯ ɯ #ɯ $ɯ Tɯ kɯ lɯ mɯ nɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ _ʯ ʯ ʯ ʯ ˯ ˯ 8˯ c˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ̯ ̯ '̯ :̯ M̯ `̯ b̯ c̯ d̯ m̯ ̯ ͯ ͯ ͯ ͯ ί <ί Gί fί ί ί ί ί ί ϯ ϯ ϯ ϯ =ϯ >ϯ yϯ 0Я bЯ cЯ Я ѯ Cѯ Dѯ vѯ ѯ ^ү _ү ү ү ү Qӯ ӯ ӯ ӯ կ կ կ կ ֯ ֯ ֯ ׯ ׯ ׯ  د د 1د Aد Tد |د }د د 
گ <گ uگ گ ۯ aۯ ۯ ۯ 4ܯ kܯ ܯ ܯ ܯ ܯ ܯ  ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ 3ݯ :ݯ ?ݯ Oݯ Pݯ _ݯ `ݯ aݯ mݯ nݯ oݯ pݯ {ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ >ޯ ?ޯ Dޯ qޯ vޯ ޯ ޯ ޯ ޯ ޯ N߯ O߯ T߯ ߯ ߯ ߯ ߯ ߯ ߯ ߯  	  < A g h i s                 ( ) 4 8 ? F G H I J K L M N O P Q R S T U j   7 8 Q b c w y z { | }                   
         ! . / = > ? @ M _ & '     	  2      5 6 I n o        Z [ H I > ? K  )    i     K L     " # 4 R t    4 N O X Y   W X       2 d e v    a b ~  %  D E    2 3   0 1   V  W  $ % ? P                ' 5 B C D E F G K L M N g i o p                          / 1 7 8 F H N O b d i j q v      s	 t	 	 	 	 
 0
 d
 w
 
 
 
  ? R     * D T        
 	 
   F U h i         D E F z      9 : D O           4 6 M N W y z              B C D E F G P q r         ) > X Y n o                . J K ` a r                     $       D N X Y z            0 u v     = > ? @ A B K                
   x      ' \               $ % 0 5 6 @ E F G e s                              #  $  /  4  5  ?  D  E  F  h  v                                   ! ! ! ! !! "! ,! 1! 2! =! B! C! M! R! S! T! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" m" " "# D# R# b# c# n# s# t# ~# # # # # # # # # # # # # # # # # $ $ 
$ $ $ $ ($ -$ .$ /$ \$ j$ z$ {$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % 
% % % % (% -% .% 9% >% ?% I% N% O% P% v% % % % % % % % % % % % % % % % % D& E& t& & & & & & & & & & & & & & & & & & ' ' ' ' $' %' /' 4' 5' @' E' F' P' U' V' W' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ( ( ( ( *( /( 0( :( ?( @( K( P( Q( [( `( a( b( ( ( ( ( ( E) F) S) T) U) x) ) ) 2* D* E* O* Z* * * * * * * + 
+ $+ %+ .+ + + + + + Q, , , , , , , - - - e- ~- - - - - . 5. 6. 7. 8. 9. B. . . . 9/ D/ `/ y/ / / / / / / 0 0 0 0 0 E1 F1 z1 1 1 1 2 2 2 2 2 2 2 2 3 A3 S3 e3 f3 g3 h3 q3 3 3 3 3 4 4 4 4 5 =5 c5 5 5 5 5 5 5 *6 6 6 7 \7 ]7 ^7 _7 7 7 8 8 @8 R8 S8 ]8 h8 8 8 8 8 8 8 9 9 9 9 9 }9 ~9 9 9 9 9 : : ": m: n: o: p: : 6; Z; = = '@ 4@ _A `A qA B B xC yC D D D %F &F H H H H I I I I J J iK jK yK K K K K K K K K K K K K K K K K K K K K L L 
L L L )L *L 2L 9L >L ?L GL NL ZL [L \L ]L L L VN WN O O P P Q Q Q Q CR DR R R -S T T U U IV W W nX Y Y C[ D[ e\ r\ \ \ \ \ \ \ \ \ \ ] ] ,] C] D] O] ^ ^ _ _ _ _ rb sb Fc Wc c c c <d jd d d d e ae e e e g g Ag Eh Fh Ph [h h h h h h i i i i i i Pi \i i i i j j Tj ^j j j j j j 'k (k )k *k Vk Wk ak lk k k k k k l l 	l l l 
l l Ul al l l l m m n n n n )n 7n 8n 9n Cn Nn n n n n n n n n n n n n n 9o Eo lo o o o p p p p p 
q q q q q Jq Tq _q q q q q q q q q q r r r r Kr Wr ~r r r s Cs s s s s s s s s s s s s s -t Wt Xt Yt [t \t ]t ft t t t u &u Uu ru u u u v v v v Nv kv uv v v v v v v v v v w 
w w x x *x ix x Py Qy by y y y y y y y z{ {{ { { (| `| | | K} L} V} a} } } } } } } ~ ~ *~ =~ ?~ V~ W~ `~ ~ ~   
  K R Z [ q              ' J x     ꀰ     ! " # $ % & ' ( ) * R s t       ˁ         t {      Ʉ ㄰  
 ' A I ^ s    Ʌ ㅰ      ( H m       
 8     	    " 7 L ^ x    ֈ ވ    4 N ^ x      Չ 艰   ! " # $ -  Њ  `       e f   ̌ ߌ        ㍰ & o 
    ! t u   Ï ֏ 鏰         [  C D E V      Ò ؒ 풰   3 C ] w     Փ    3 4 5 6 G   Ô Ĕ ה ꔰ   # $ % & / 蕰 H   + ؗ ٗ ڗ 뗰 U ј ؘ ᘰ ☰ ꘰   ) ; U o    ř ߙ 癰   & 8 R l }    ܚ ݚ ޚ ߚ    . A T g h i j s 7   B u ȝ >       5   ˠ  + W   㡰 䡰  9 @ I J R g |    ע 袰   - G X r z    ˣ 声   * D U o      Ť Ƥ ٤ 줰   % & ' ( 1 殺 馰 Q ǧ ԧ A  4 며  2 Q p   ˪ ꪰ + , - >        ѫ 㫰   ( 9 P g x      Ѭ 㬰    5 L ] t    í ڭ ۭ ܭ ݭ    , ? R e g h i r  L    T    9 k   ŵ  Z [ b   ?      ; Z y z  Ϻ к         6 X z    Ự  % : ; L      ἰ   Ǿ 	 @ x   c d  ] ^ ° ° ° ° ð wð xð ð ð %İ ]İ İ İ HŰ IŰ SŰ ^Ű Ű Ű Ű Ű Ű Ű Ű Ű ư ư ư ư ư (ư pư ư ư ư ǰ 0ǰ gǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ Ȱ Ȱ  Ȱ !Ȱ "Ȱ +Ȱ IȰ mȰ Ȱ Ȱ ɰ ɰ ɰ ,ɰ -ɰ @ɰ Sɰ fɰ yɰ {ɰ |ɰ }ɰ ɰ ɰ ɰ Kʰ Lʰ ]ʰ ^ʰ _ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ˰ ˰ ̰ ̰ '̰ (̰ )̰ *̰ [̰ ̰ ̰ Ͱ Ͱ AͰ 9ΰ :ΰ nΰ ΰ ΰ ϰ dϰ ϰ ϰ ,а sа а Ѱ Ѱ Ѱ #Ѱ .Ѱ aѰ kѰ uѰ vѰ Ѱ Ѱ Ѱ Ѱ Ѱ Ѱ Ѱ Ұ Ұ Ұ Ұ Ұ Ұ 	Ӱ Ӱ @Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ "԰ #԰ 6԰ I԰ \԰ o԰ q԰ r԰ ԰ ԰ ԰ հ հ Mհ jհ հ հ հ հ հ ְ &ְ Lְ kְ lְ mְ ~ְ ְ ְ ְ ְ ְ 	װ 
װ װ װ 4װ 5װ Hװ [װ nװ װ װ װ װ װ װ %ذ _ذ qذ ذ ذ ذ ٰ Cٰ Gٰ Hٰ Iٰ Jٰ [ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ  ڰ ڰ ڰ ڰ zڰ ڰ )۰ \۰ ۰ ۰ ۰ ۰ ܰ /ܰ qܰ rܰ sܰ ܰ ܰ ܰ ܰ ܰ ܰ ܰ ݰ ݰ  ް ް :ް ް ް ް ߰ ߰ ߰ ߰ R S     W ) V W  F    h i        a    i   ;   	 k l w                        
    0 8 D E J        Y Z _       " < = B z           ` e q r u                                                # ) * 3 7 8 K W X Y Z [ m                                ) 6 ~       
  ^ _ ` m  <        l  8   n o .    ( F G Z       {            A M \ h i      ] b           4	 	 	 	 	 u
 v
   =
 >
 
 
      X                           
  ' ) . / = ? E F Y [ a b w y ~                         / 0 1 2 3    f      I ]     $ B v     & E y z { |           S T r         . D Z p q       * 4 5 \ y z           , - Q m n                    $  %  ?  [  \  n              ! 
! ! >! ?! @! g! h! i! j! k! l! u! ! ! ! ! ! ! ! ! ! " 0" 1" 2" _" `" a" b" c" d" m" " " l# m# n# # # # # # # O$ $ $ $ $ $ $ $ $ $ % E% [% ]% % % % 0& 1& m& n& }& & ' ' %' v' ' ' ' ' ' ' ' ' ' D( E( V( w( x( y( z( {( |( ( I) J) ) ) ) ) ) ) * -* E* \* * * * * @+ A+ +, ,, C, X, , , , , , , , , , , , , , , , , , - - !- "- -- 2- 3- =- B- C- N- S- T- ^- c- d- e- - - - - - - - - - - - - - - - - - . . $. %. 0. 5. 6. @. E. F. Q. V. W. a. f. g. h. . . . . . . . . . . . . . . . . . ./ </ L/ M/ X/ ]/ ^/ h/ m/ n/ y/ ~/ / / / / / / / / / / / / / / / / / / 0 	0 
0 0 w0 0 0 0  1 1 1 1 1 1 !1 "1 -1 21 31 =1 B1 C1 D1 k1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 \2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 v3 3 3 4  4 04 14 <4 A4 B4 L4 Q4 R4 ]4 b4 c4 m4 r4 s4 t4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 !5 /5 ?5 @5 K5 P5 Q5 [5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  6 $6 D6 i6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 +8 58 ?8 @8 s8 8 8 8 8 8 8  9 !9 A9 B9 9 9 %: J: Z: k: {: |: : : : ; ; 5; N; }; ~; ; ; ; ; ; ; ; (< )< x< < < < = 1= F= ^= _= `= q= (> )> *> +> T> > > ? *? <? =? ,@ -@ 7@ B@ u@ @ @ @ @ @ @ A A A A A TA UA dA uA A A ,B B B B C C @C AC eC fC wC C D yD D D D D D #E $E E E E E E E F 9F CF MF NF tF F F F F F F G G <G =G G G G G G H H 
H H >H H H -K .K M M N N O UP VP Q Q JR KR ]R S S *V +V @V V -W 0W W W X X Y Y Y )Y <Y =Y BY JY OY PY UY ]Y iY jY oY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z [ [ ] ] H^ I^ ^ ^ *_ +_ _ _ x` y` ` b b c c c qe re f g g h h j j j *j 7j Hj Yj jj {j j j j j j j j j l l l l =m >m p p p p *q zq {q q r 5r er fr r r ns os s t t t u u u u ,v 6v @v Av ov v v v v v v v v !w Hw w w w w w !x {x |x }x x x x x x x x x 
y =y Gy Qy Ry y y y y y y y y y y &z Qz z z ;{ { { { { { { { { { { | )| 3| 4| b| | | | | | | | | | | 
} 5} u} } ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 0 : D E s            J   ေ    0 > ? @ J U     ˁ        C O v  Ă   G       샱 	   Q [ e f          ȅ  =     2 3 4 5 6 7 g   M  Ɖ  E  銱 ꊱ   2 < F G o    ȋ ۋ ݋    i |     錱        ! " J m        ō 荱  D E F W          Î Ď Ŏ Ǝ ǎ Ȏ    7 J ] ^ _ ` i  H [ A B C D U   " # + @ U g    Œ ߒ 璱   # = W g      Ɠ 擱   1 2 3 4 =  ֔ J K L ]      Օ ꕱ   0 @ Z t |    Җ 얱   0 1 2 3 [ s        ˗ Q n          , E j }       Y  ě 
        ; < a t           B ៱ ⟱ 㟱  G H O X Y a v    Ѡ ᠱ    2 G Y s    ѡ ҡ ӡ ԡ 塱 8 9 a b u     ¢ â Ģ ͢  棱 " 6 ɤ v w x   o v      Ǧ ٦  
  8 R c }    ħ ֧  
  5 O ` z { | }    ̨ ߨ       թ ,  ઱  f ܫ 1  6    ӭ " 9 i  ɮ  ! M    ׯ ޯ 篱 诱    / A [ u    ˰ 就    - B W i    ȱ ⱱ  
  8 9 : ; c d w    ò Ĳ Ų Ʋ ϲ   ﴱ e r ߵ V Ҷ   з ﷱ  3 J i  ɸ ʸ ˸ ܸ   ' 0 1 9 K ] o    ƹ ׹    , = T U ] o     Ӻ 꺱   ) : P a x y z {    ʻ ݻ       " 꽱  :   = \   	  D± cñ ı ı ı  ű Ʊ Ʊ Ʊ Ǳ <Ǳ [Ǳ Ǳ Ǳ Ǳ Ǳ ȱ ȱ )ȱ mȱ nȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ɱ :ɱ ;ɱ ]ɱ ɱ ɱ ɱ ɱ ɱ ɱ ʱ Bʱ Cʱ Dʱ Eʱ ʱ /̱ 1̱ e̱ ̱ ̱ ͱ ]ͱ ͱ α α Tα α α ϱ ϱ б б б ѱ ѱ Jѱ ѱ ѱ ѱ Bұ ұ ұ ұ ұ ұ /ӱ 9ӱ Cӱ Dӱ lӱ mӱ ӱ ӱ ӱ ӱ ӱ ӱ ӱ ӱ Ա 1Ա hԱ Ա Ա Ա ձ 3ձ 4ձ Eձ Fձ Gձ oձ pձ ձ ձ ձ ձ ձ ձ ձ ձ ձ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ױ ױ ױ ױ ױ $ױ Bױ fױ ױ ױ ױ ױ ױ %ر &ر 9ر Lر _ر rر tر uر vر ر ر &ٱ ٱ ٱ ٱ ٱ ٱ ٱ ٱ ڱ ڱ ڱ ڱ ڱ ۱ ۱ ܱ Nܱ ܱ ܱ ݱ Cݱ ݱ ݱ ޱ `ޱ ޱ ޱ ޱ ޱ ޱ ޱ 	߱ ߱ ߱ <߱ =߱ b߱ u߱ ߱ ߱ ߱ ߱ ߱ ߱ , ] o      ! 2 _ f n o           
   & ' 0     ! 4 l w     	 
   P W _ `            ! " # ,     J U t        & ' O P c v        U   + = x       " O P Q R y z  l    D    /     *        2    R   < Q m }     I x   D   1 p  	 
  ! 0 < O S T U V W X Y Z [ o v {                  $ z {       4 8           D E J x }            ! * + , = B J Q X d e p t {                  Y Z s t                       % & 1 > ? I V W X Y Z [ \ ] j k y z { |   b c U  V  - . E N n     ) q r         C      z {  
 e  <	 	 
 
 
 '       ^
 _
 p
    ; T p     4 5        X n       ?    $ a     " # n o   l m     ` a {  <  = >   (! ,! -! C! D! X! Y! Z! c! q! ~! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " " " 2" 4" 9" :" T" V" [" \" k" m" s" t" " " " " " " " " " " " " " " " $ $ $ % % R% l% % % % % /& G& {& & & & ' 2' f' ' ' ' ' ( ( ( ( <( E) F) \) ) ) ) ) ) ) ) * * 1* 2* P* * * * * * * * + + u+ v+ + + + + + + + , , ., D, Z, p, r, , , , , , , , , - - !- "- #- $- 5- U- V- W- ~- - - - - - - - - - - - - - . 7. P. e. z. . . . . . . . . / / / / 	/ 
/ / 2/ 3/ G/ H/ j/ / / / / / / / / / / /  0 0 0 0 T0 U0 
1 1 1 1 =1 >1 ?1 @1 `1 1 !2 72 82 B2 M2 2 2 2 2 2 2 2 2 ,3 -3 63 3 3 4 4 4 l4 4 4 4 5 W5 X5 y5 z5 {5 |5 }5 ~5 5 5 5 5 6 6 6 6 6 6 G6 6 6 )7 47 >7 I7 S7 T7 7 7 7 7 '8 (8 c8 8 8 8 9 9 9 9 !: /: ?: @: K: P: Q: [: `: a: l: q: r: |: : : : : : : : : : : : : : : : : : ; ; ;  ; .; >; ?; J; O; P; Z; _; `; k; p; q; {; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < < .< << L< M< X< ]< ^< h< m< n< y< ~< < < < < < < < < < < < < = = = = = = '= ,= -= .= G= U= e= f= q= v= w= = = = = = = = = = = > ^> > > > > > > > > > > > > > > > > > 	? ? '? (? 3? 8? 9? C? H? I? T? Y? Z? d? i? j? k? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? *@ 8@ H@ I@ T@ Y@ Z@ d@ i@ j@ u@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A 
A A A A A A A A A A A A A A A A A  B B B B B B 1B ?B OB PB [B `B aB kB pB qB |B B B B B B B B B B B B B B B B B 
C C C C C  C !C <C JC ZC [C fC kC lC vC {C |C C C C C C C C C C D *D +D D D D D D D 9E :E nE E E E E E E E E F 5F GF IF `F aF jF F F F F .G G G G G 	H H H >H ?H PH H H H H I I BI qI rI sI tI uI ~I I I J uJ J J J J J J J J K K K K K K L L L L L L M M M M N N 'N (N NN }N N N N N N N N N O O KO LO O 8P XP yP P P P P Q Q Q fQ Q R UR R R R R R R GS HS |S S S S S S S S S T :T LT MT NT OT XT T T T T *U +U LU MU ^U U U U U U rV V X X c[ p[ \ \ \ ] ] ^ ^ _ _ _ aa ba c c c +d d d 9e :e f 4f f f f f f f f f f f f f g g 
g g g g g &g 2g 3g ;g Cg Hg Ig Qg Yg eg fg ng ug zg {g g g g g g g :h ;h i i (k )k k k @l Ll l l m m n n in *p +p 3q 4q q s s s /u 9u v v w w w w w w w x x *x +x >x Qx hx x x x y y Yz Zz z z } } ~ ~ ~   x     M   
 4 D Q }     ʃ ԃ ރ ߃ 
 ? @ B C D M    愲 $ L W       , c d e f     ۆ 冲    C D E G H I R   ć  / S و B R S T e s t u    ǉ щ ҉   & ' ( ) + , - 6 u   ӊ  7  & 6 7 8 I W X Y Z    Ό ، ⌲ ㌲  8 9 : ; = > ? H    荲 ' G     Ύ ܎ ݎ ގ 莲  & 0 : ; i        Ᏺ 폲  B b   吲 . / @ N O P         - . / 1 H I R T U f  ۓ    Д є Ҕ Ӕ Ԕ Ք    떲 - d  㗲 2     И ژ 䘲 嘲 
 - @ S f y {      G H I Z          蚲   1 D W X Y Z c   ⛲ 㛲 䛲  & - 6 7 M ] ^ _ ` a b c d e f    ՜ 蜲      D 杲  ߞ  ឲ ➲      ɟ ޟ    9 I c }     ۠    9 : ; < d    ϡ С ѡ ҡ ۡ F t 袲 颲 ꢲ  E L U V ^ s    Σ ޣ    / D V p    Τ Ϥ Ф Ѥ   $ 7 J ] ^ _ ` i 沈  S  : ; < = N   ʧ 㧲   . A B C D M   b  I J K L ]   ٪ ڪ   % 8 K L M N W , S  ଲ     孲 歲      ) ; U o     Ю 宲   + ; U o p q r  ֯ ׯ     & 9 L _ ` a b k $   Ա g    '  
    & ; P e w    ִ    # 8 M b t    ӵ       C D W j }       s ʷ + ~   z Ϲ * Ժ * + 2 q  ׻  3 g   뼲    1 u |      ͽ ߽   $ > X i     ˾ ྲ   ! ; L f     ֿ ׿ ؿ ٿ    ( ; N a b c d m + %² ² ò ò }ò ò pĲ 'Ų .Ų nŲ Ų Ų Ų Ų Ʋ &Ʋ gƲ hƲ iƲ zƲ Ʋ Ʋ Ʋ Ʋ Ʋ Ʋ Ʋ 
ǲ ǲ 6ǲ Mǲ dǲ uǲ ǲ ǲ ǲ ǲ ǲ ǲ ǲ ǲ 
Ȳ Ȳ 1Ȳ CȲ ZȲ qȲ Ȳ Ȳ Ȳ Ȳ Ȳ Ȳ Ȳ ɲ ɲ ɲ ɲ Aɲ Bɲ Uɲ hɲ {ɲ ɲ ɲ ɲ ɲ ɲ ɲ ʲ ˲ Z̲ ̲ VͲ Ͳ Ͳ Ͳ Wβ uβ β 9ϲ ϲ Ѳ )Ҳ Ҳ Ҳ Ҳ :Բ ;Բ {Բ Բ Բ Բ 9ղ Xղ wղ ղ ղ ղ ղ ֲ ֲ 0ֲ 1ֲ 6ֲ 8ֲ 9ֲ :ֲ Cֲ Pֲ rֲ ֲ ֲ ֲ ֲ ֲ ײ ?ײ aײ vײ wײ ײ ײ ײ ײ ײ ײ ز ٲ ٲ ڲ Eڲ |ڲ ڲ ڲ J۲ ۲ ۲ ۲ ܲ ܲ Yݲ Zݲ ޲ ޲ V޲ ޲ ޲ ޲ *߲ a߲ ߲ ߲ /         
   1 D W Y Z [ d    4 R l       
  ! 4 G Z \ ] ^ g   , - > ? @ h i |                         A  Q R c d e f  # $ K L } u v   # [   # h   S T U _ j          & 9 ; Q R [   
 E P |       
 # 3 4 5 6 ^ _ r         = X     
  4 P b          . E F G H p q         9 a      =             ' : < = > G   e     ! @ k           S 
 < = v    P  8 9    + Z [  e                  . V W    O   ; w   E                 
   ) * 9 : ; G H I J U Y l t         K P      ( ) . Z ^ x y ~      	 	 A	 B	 C	 M	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
  
 !
 "
 #
 $
 %
 &
 '
 (
 )
 *
 +
 ,
 -
 .
 /
 D
 
 
   + < = Q S T U V W _ e f o s t                       	     ' 9  
 
 
 
      e r      # H I Z      x 4 5 " #   %   t  C   j  % & d       , N     ( ) 2 3   1  2  }            ! >! ?! P! ! ! ! ;" <" X" " " Y# $ $ p$ $ $ % 
% % % 
' ' y( z( 0) 1) ) ) * ** * + , , Z- [- . . . . . . . . / / / / / /  / !/ %/ &/ '/ (/ A/ C/ I/ J/ c/ e/ j/ k/ y/ {/ / / / / / / / / / / / / / / / / / / 	0 0 0 0  0 "0 (0 )0 <0 >0 C0 D0 K0 P0 k0 l0 m0 n0 o0 M2 N2 Z2 2 2 2 
3 >3 Q3 3 3 3 3 4 ,4 `4 ~4 4 4 5 5 .5 b5 5 5 5 5 5 5 6 6 6  7 /7 B7 C7 \7 7 7 7 7 7 7 7 8 8  8 T8 j8 8 8 8 8 9 9 9 )9 \9 f9 p9 q9 9 9 9 9 9 9 : : ': (: 1: S: T: h: i: : : : : : : : : : : : ; ; ; ;  ; !; *; K; L; `; a; {; ; ; ; ; ; < < 2< 3< H< I< Z< z< {< |< < < < < < < < < < < < = $= %= := ;= L= l= m= n= = = = = = = = = = > > > > > > > > > ? ? ? ? ? ? @ (@ 2@ 3@ T@ @ @ @ @ @ @ lA mA A A A 
B OB PB aB B B B C C C C C C %C C C C C C C C C C C D D D D D D D D RE iE E E E E F 6F |F }F gG hG G G G G G G G G G G G G 
H H H H H  H !H ?H MH ]H ^H iH nH oH yH ~H H H H H H H H H H H H H H H H H H H 	I I I I I I  I BI PI `I aI lI qI rI |I I I I I I I I I I I I I I I I I J J J J J J 'J ,J -J .J jJ xJ J J J J J J J J J J J J J J J J J K K K K K K $K %K 0K 5K 6K @K EK FK GK K K L ,L <L =L HL ML NL XL ]L ^L iL nL oL yL ~L L L L L L L L L L L L L L L L M M M 	M 6M DM TM UM `M eM fM pM uM vM M M M M M M M M M M M M M M N N N N N N #N (N )N *N PN ^N nN oN zN N N N N N N N N N N N N O O NO \O lO mO xO }O ~O O O O O O O O O O O O O O O O O O 	P P P P P  P *P /P 0P 1P ]P kP {P |P P P P P P P P P P P P P P P P P P Q 	Q 
Q Q Q Q %Q *Q +Q 5Q :Q ;Q <Q `Q Q Q Q Q R  R -R .R /R RR R R S S S )S 4S gS qS {S |S S S S S S S T \T ]T }T ~T T +U aU U U U U U U U U ?V XV qV V V V V W W W W W W dW eW W X X :X SX mX X X X X X dY eY fY gY Y Z  Z TZ fZ xZ yZ h[ i[ s[ ~[ [ [ [ [ [ \ -\ ?\ @\ A\ B\ K\ \ \ \ \ \ \ h] ] ] ^ =^ Z^ |^ }^ ^ ^ ^ _ Z_ _ _ 6` 7` 8` 9` _` `` ` ` a ,a -a 7a Ba ua a a a a a a a a a a Wb Xb xb yb b b b b b Gc Hc Ic Jc zc d 4d if jf i i 9j :j Kj k k Rl Sl m m m n  o fq gq |q q ir lr r r s s Ct Dt St et xt yt ~t t t t t t t t t t t t t t t t t t t t t t u u u u u u !u (u 4u 5u 6u 7u u u 0w 1w x x y y y y fz gz { { { { | } } ~ ~ #   H ͂ ׂ   ? L Y f s     ȅ Ʌ ܅     ) Y Z   y z L M   1 f    D q   덳 ;   Ҏ ⏳      * 5 h r | }  ݑ ޑ  ᑳ ⑳ 둳 * 6 ]   ꒳  . 8 ]    ʓ     0 1 ; F y     ᔳ ┳ 㔳 唳 攳 申  / ; b  ͕  w          ( [ e o p  ė ŗ Ɨ Ǘ ɗ ʗ ˗ ԗ   F q  ՘ [ ę ԙ ՙ ֙ 癳     $ . 9 l v    ֚ ך ؚ ٚ ۚ ܚ ݚ 暳 % 1 X  ś 図  Y Z [ l z { |   Ĝ Μ ؜ ٜ  1 2 3 5 6 7 @       / L  ̞ ͞ ޞ 잳 ힳ  ( E O Z     ˟ ̟ ͟ ϟ 柳 石     C y * + < n o p q r s  T U  ˤ  :  Х % & 0 ; n x    ˦ ަ     0 1 :   姳 槳 秳  % , 4 5 K [ \ ] ^    Ϩ ⨳      $ R     ĩ ˩ ԩ թ 멳            , M N s       ⪳   } ~    N U ^ _ g |    ׭ 筳   # 8 M _ y    ׮ خ ٮ ڮ  " G Z m n o p y 䯳      㰳 갳     & 8 R l |    ͱ ⱳ   ( 8 R l m n o   ² ղ 貳         : ش ٴ ڴ ۴ 촳 ? @ h    ̵ ߵ ൳ ᵳ ⵳ 뵳     I 緳 跳 鷳 귳  N O w x   ø ָ 鸳 긳 븳 츳  ʹ  5 ~    0        ǻ ٻ  
  7 Q Y n    ɼ ټ  
    ! t u    Ľ ׽ 꽳      	 ¾ " ^ r      /        ³ ³ /³ I³ Z³ t³ ³ ³ ³ ³ ³ ³  ó ó ,ó Fó Wó qó ó ó ó ó ó ó ó ó ó ĳ ĳ .ĳ Aĳ Bĳ Cĳ Dĳ Mĳ ų hų ų Ƴ OƳ Ƴ ǳ mǳ ǳ rȳ ȳ ȳ ȳ ɳ ^ɳ uɳ ɳ ɳ ʳ 1ʳ ]ʳ ʳ ʳ ʳ ʳ ˳ ˳ #˳ $˳ ,˳ A˳ V˳ k˳ }˳ ˳ ˳ ˳ ˳ ˳ ̳ !̳ 2̳ L̳ T̳ i̳ ~̳ ̳ ̳ ̳ ̳ ̳ ͳ ͳ /ͳ Iͳ Zͳ tͳ uͳ vͳ wͳ ͳ ͳ ͳ ͳ ͳ ͳ ͳ  γ γ γ γ γ ϳ +г г г ѳ ѳ ҳ ҳ ҳ ӳ +ӳ Jӳ oӳ ӳ ӳ ӳ Գ Գ Գ Գ \Գ cԳ lԳ mԳ uԳ Գ Գ Գ Գ Գ Գ ճ ճ *ճ Aճ Rճ hճ yճ ճ ճ ճ ճ ճ ճ ճ ճ ֳ &ֳ 7ֳ Nֳ eֳ vֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ׳ ׳ ,׳ ?׳ A׳ B׳ C׳ L׳ ^س &ٳ ٳ vڳ ڳ .۳ y۳ ۳ ۳ ܳ Eܳ ܳ ݳ ޳ ߳ 4 5 <    Y x     4 S T e            2 T v w       & Y ~     k m    R   = >  7 8      Q R    7 ~  " # - 8 k u             J m    
 A o p              # G         - @ S U V W ` ~  % & 7 8 9 a b u         b       5        H    >    M       ; E O P x y         h      \ ] n             # 6 I K L b c l   ' D ] p       & E F G X              "  5  H  [  ]  ^  _  h      9 K      ! " # $ 5 b c           T   6 g y    	 K L M ^                k   ,	 -	 f	 	 	 	 1
  0 1 n  
 Z
 [
 
 B C x       ;    C    m   E F Q ] l x                         
    $ [ `      3 4 9 p t         T Y          : ? K L O Y Z ] f g h y ~                                          
   % 1 2 3 4 5 G a b m z {                      i j      X Y e       8 9 : G        ! ! " " " F# # $ x$ $ H% I% & c& & & '  ' !' 4' ( ( ( ) ) U* w* * * * * + + p- q- - - . '. 6. B. C. . . . . . 7/ </ {/ / / / `0 0 0 1 1 2 ^2 _2 2 2 O3 P3 4 4 6 6 6 6 7 7 7 7 x8 29 y: z: : : d< h< i< < < < < < < < < < < < < < < < < < < < < < = = = 	= = = =  = 3= 5= ;= <= Q= S= X= Y= n= p= u= v= = = = = = = = = = = = = = = = = = = 	> 
> > > 
> ? ? ? @@ Z@ @ @ @ @ #A 7A kA A A A A B PB nB B B B  C C SC TC UC VC xC D D D D D D D D -E .E LE ZE mE nE E E E E E F F 4F JF KF F F F F F G G G 6G SG TG jG G G G G G G G G G H H +H GH HH ]H ^H _H `H qH H H H H H H H H H H H H H H I 5I 6I HI sI I I I I I I I I J J J AJ BJ CJ DJ EJ FJ OJ nJ oJ J J J J J J J J 
K K K 9K :K ;K <K =K >K GK K K FL GL HL YL yL zL {L |L L )M ]M sM tM ~M M M M M M M N 5N 7N hN iN rN 
O O GO HO WO O O O O PP P P P P P P P P P Q Q 0Q QQ RQ SQ TQ UQ VQ Q #R $R eR pR zR R R R R S S 6S cS dS S S T T U U U 2U ]U kU {U |U U U U U U U U U U U U U U U U U U V V 
V V V V (V -V .V 8V =V >V ?V \V jV zV {V V V V V V V V V V V V V V V V V V 
W W W W W  W +W 0W 1W ;W @W AW BW jW xW W W W W W W W W W W W W W W W X X &X 'X 2X 7X 8X BX GX HX SX XX YX cX hX iX jX X X X X X X X X X X X X X X X X X QY Y Y Y Y Y Y Y Y Y Y Y Z Z 
Z Z Z Z Z EZ SZ cZ dZ oZ tZ uZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ $[ %[ /[ 4[ 5[ 6[ f[ t[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ (\ -\ .\ 9\ >\ ?\ I\ N\ O\ P\ \ \ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] N] m] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	^ ^ ^ %^ *^ +^ 5^ :^ ;^ F^ K^ L^ V^ [^ \^ ]^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ C_ f_ g_ _ _ _ _ _ _ u` v` ` ` ` ` ` a a a a Ma qa a a a a a a a b b jb b b $c 4c Ec Uc Vc zc {c c c c d (d Wd Xd ~d d d d d d d e e Re e e e e f  f 8f 9f :f Kf g g g g .g g g g h h h i i i i Oi Yi ci di i i i i i i i i .j /j >j Oj j j k tk k k k k l l ?l @l Ql l l Sm m m m m m m m n n n n n n n o o 'o (o No vo o o o o o o o p p fp gp p p p p p p p q q q t t v v w w w /y 0y y y ${ %{ 7{ | |    g  
 u v [ p ၴ ⁴      $ ) * / 7 C D I P U V [ b n o w             Ƃ ҂ ӂ Ԃ Ղ v w ΄ τ d e " # |      R S  f g o p  K L 掴 k u   ݒ ꒴    " 3 D U f g z     Ǔ       ꘴ 똴  ϙ  T U  ⚴  ? @  ٛ H I p      Ȟ Ӟ     I { | ~    ȟ ԟ  " `   ̠ ֠  U V W h     Ρ ϡ ١ 䡴  ! + , Z        ͢ ٢   + k   ~         Ƥ   
  < b c d e g h i r   䥴  O s  b r s t      § ̧ ק 
    M t u v w y z {  è Ϩ  $ c      
    $ / b l v w  Ϫ Ъ Ѫ Ӫ Ԫ ժ ު  ) P ~  ͫ ꫴ ! j k |    Ƭ 㬴   + 5 ? @ i j k m       ᮴  ȯ ɯ گ  
     A   ' i  ز  n ó ĳ γ ٳ     ! I i |     δ ϴ ش C V     õ ʵ ҵ ӵ 鵴     $ G Z m       ¶      1 b i r s            ʷ 뷴 췴  $ 7 8 9 : C  " 5     / 캴      / A [ u     ֻ 뻴   1 A [ u v w x   弴    
     $ % & 7       ľ ־  
  4 N V k    ƿ ֿ  
   
 5 M ` s       + H   v´ w´ x´ y´ ´ ´ ´ ô ô Dô Wô jô }ô ~ô ô ô ô 3Ĵ [Ĵ Ĵ Ĵ Ŵ Ŵ Ŵ Ŵ Ŵ Ŵ Ŵ ƴ ƴ ;ƴ Nƴ aƴ tƴ ƴ ƴ ƴ ƴ ƴ hǴ Ǵ Ǵ ȴ ȴ ȴ ȴ ȴ !ɴ "ɴ )ɴ 2ɴ 3ɴ ;ɴ Pɴ eɴ wɴ ɴ ɴ ɴ ɴ ɴ ɴ ʴ !ʴ 3ʴ Mʴ gʴ wʴ ʴ ʴ ʴ ʴ ʴ ʴ ˴ ˴ ;˴ <˴ O˴ b˴ u˴ ˴ ˴ ˴ ˴ ˴ ˴ `̴ ̴ ̴ ʹ ʹ Pδ Qδ Rδ cδ δ Iϴ Pϴ Yϴ Zϴ bϴ wϴ ϴ ϴ ϴ ϴ ϴ ϴ д ,д =д Wд _д tд д д д д д д Ѵ )Ѵ :Ѵ TѴ UѴ VѴ WѴ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ҵ Ӵ gӴ Ӵ Ӵ @Դ Դ մ fմ ִ fִ gִ nִ ִ ִ ״ C״ o״ ״ ״ ״ 'ش [ش \ش mش ش ش ش ش ش ش ش 	ٴ ٴ 5ٴ Oٴ `ٴ zٴ ٴ ٴ ٴ ٴ ٴ ٴ ڴ ڴ 1ڴ Cڴ ]ڴ wڴ ڴ ڴ ڴ ڴ ڴ ڴ ۴ ۴ ۴ ۴ =۴ >۴ Q۴ d۴ w۴ ۴ ۴ ۴ ۴ ۴ ۴ gܴ aݴ ݴ ?޴ L޴ ޴ 0ߴ ߴ c j    
 $ C b       
   % 7 I [ r         . / 7 I [ m         * ; R S T U } ~                 6    u  = e    v w    5 u       G H l m r t u v        7 Y {          Y 	  ?    7    .     Z [    $ f    k     	    F G Z m         B p    
     ! I J ] p         h i z { |             @                 & 9 L N O P Y }          _ `       ( _    _   :            < O b u w    	 7	 I	 	 	 	 	 	 
 9
 @
 H
 I
 _
 o
 p
 q
 r
 
 
 
 
 
 
 
 
    
 y      F Q p        *
 1
 9
 :
 j
 
 
 
 
 
 
 
 
 
 
 
 
 
  u    $ / N y          ) * = P c v x y z   /     R ] |      ) * + , S T  F x y   Y Z  	 t u    g           ,    + G W j    # R    w    J            
! ! )! -! .! /! 0! 1! 2! 3! 4! 5! I! P! U! e! f! u! v! w! ! ! ! ! ! ! ! ! ! ! ! ! ! T" U" Z" " " " " " # # d# e# j# # # # # # # # $ $ $$ R$ W$ }$ ~$ $ $ $ $ $ $ $ $ $ $ % % % % % $% +% 2% >% ?% J% N% U% \% ]% ^% _% `% a% b% c% d% e% f% g% h% i% j% k% % 3& 4& M& N& g& x& y& & & & & & & & & & & & & & & & & & & & &  ' ' ' ' #' 0' 1' 2' 3' 4' 5' 6' 7' D' E' S' T' U' V' c' u' <( =( /) 0) * * + (+ H+ + + + + , K, L, _, , , , , , , , - - p. q. ^/ _/ T0 U0 a0 0 ?1 1 2 2 2 2 3 4 a4 b4 4 4 4 4 86 96 J6 h7 7 7 8 .8 J8 d8 e8 n9 o9 ; ; m; n; ; ; ; ; ; 2< H< z< {< < < < = w= x= = = ;> > Z? [? ? ? ? H@ I@ @ @ FB GB C C lD mD :E ;E UE fE F F H H H H J J J J J 2J 3J 4J =J KJ XJ YJ ZJ [J \J ]J aJ bJ cJ dJ }J J J J J J J J J J J J J J J J J J J J K K K K .K 0K 5K 6K EK GK MK NK \K ^K dK eK xK zK K K K K K K K K K M M M M M ,N FN zN N N N 	O !O UO hO O O O P @P ZP jP P P P P P P Q R  R 6R \R kR ~R R R R R R R S S *S ZS [S \S S S S S S S OT PT ZT eT T T T T T T T U U 4U JU LU cU dU mU U U U U U U U U U U U V /V 0V 1V XV YV ZV [V \V ]V fV V V V V V V V V W *W ?W TW nW oW W W W W W W W W W W W W W X 
X !X "X DX `X aX vX wX X X X X X X X X X X X .Y /Y Y Y Y Y Z Z Z Z :Z Z Z [ [ [ '[ Z[ d[ n[ o[ [ [ [ [ \ \ \ \ \ \ \ \ F] ] ] ] ] 1^ 2^ S^ T^ U^ V^ W^ X^ a^ ^ ^ ^ ^ ^ ^ ^ ^ ^ !_ _ _ ` ` ` #` -` .` ` ` ` ` a a =a ra a a b b b b b 	c c c %c *c +c 5c :c ;c Fc Kc Lc Vc [c \c ]c {c c c c c c c c c c c c c c c c c c d d d $d )d *d 4d 9d :d Ed Jd Kd Ud Zd [d \d ~d d d d d d d d d d d d d d d d d e e &e 'e 2e 7e 8e Be Ge He Se Xe Ye ce he ie je e e e e e e e e e e e e e f f f f !f /f ?f @f Kf Pf Qf [f `f af lf qf rf |f f f f f 8g Zg hg xg yg g g g g g g g g g g g g g g g h h 
h h h h "h #h .h 3h 4h >h Ch Dh Eh rh h h h h h h h h h h h h h h h h i i "i #i .i 3i 4i >i Ci Di Oi Ti Ui _i di ei fi i i i i i i i i i i i i i i i i i Zj [j j j j j j j j j j j j j j j j j j k k )k *k 5k :k ;k Ek Jk Kk Vk [k \k fk kk lk mk k k k k k k k k k k k k k k k k k l $l 4l 5l @l El Fl Pl Ul Vl al fl gl ql vl wl xl l l l m m [m \m im jm km m n n Hn Zn [n en pn n n n n n o !o #o :o ;o Do o o o o p gp p p p p p p q q *q {q q q q q q r Kr Lr Mr Nr Or Xr r r r Os Zs vs s s s s s s s t t t t t [u \u u u u u v v v v v v w w (w Ww iw {w |w }w ~w w w w w w %x &x x y 2y Sy yy y y y y y y @z z z /{ r{ s{ t{ u{ { { !| "| V| h| i| s| ~| | | | | | } &} '} (} )} 2} } } } } ~ ~ &~ '~ 8~ ~ ~ ~ ~ ~ L p   = J u v  ͆ Ά    È Ո ; <                   Ǐ ȏ ͏ Տ Ᏽ ⏵ 珵        
   " # + 3 ? @ H O T U ] d p q r s   l m      &   Y Z   C   
  _ 雵 ꛵  	  Y Z {      Ѡ ⠵     + B Y Z e   3 4     \ m    R   ݨ ި ' w 橵 穵   + W [ \ f q     笵      ' f r    & 1 j t      = > ? @ l m w    ɯ ʯ     ! " # , k w  ɰ 	 -   , - . ? M N O Y d     ڲ          O [           # 1 2 3 4 ` j u     뵵        " a m  ¶  ! Y        · ͷ   
   C m n o q r s |  Ǹ   < k    	  ( ) * d    ɺ Ӻ ݺ ޺   	  " # , . / @   f g x       ߽   ſ  > v   a b l w      µ µ -µ @µ Sµ Uµ lµ mµ vµ µ µ !õ "õ #õ 4õ aõ hõ põ qõ õ õ õ õ õ õ õ õ ĵ ĵ 1ĵ 2ĵ 3ĵ 4ĵ =ĵ `ĵ ĵ ĵ ĵ ĵ ĵ  ŵ ŵ ŵ ŵ 'ŵ 7ŵ 8ŵ 9ŵ :ŵ ;ŵ <ŵ =ŵ >ŵ ?ŵ @ŵ hŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ Ƶ Ƶ Ƶ ǵ ǵ ǵ ǵ ǵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ɵ #ɵ =ɵ Wɵ _ɵ tɵ ɵ ɵ ɵ ɵ ɵ ɵ ʵ ʵ ʵ ʵ >ʵ ^ʵ ʵ ʵ ʵ ʵ ʵ ʵ ʵ  ˵ N˵ ˵ ˵ ˵ ˵ ̵ &̵ /̵ 0̵ 8̵ M̵ b̵ t̵ ̵ ̵ ̵ ̵ ̵ ̵ 	͵ ͵ 0͵ J͵ d͵ t͵ ͵ ͵ ͵ ͵ ͵ ͵ ͵ ͵ ε $ε 7ε 8ε 9ε :ε Cε ε ε -ϵ vϵ е е е е (е {е |е е е е е ѵ ѵ ѵ ѵ ѵ 'ѵ ѵ ѵ <ҵ ҵ #ӵ $ӵ %ӵ &ӵ 7ӵ ӵ ӵ ӵ ӵ ӵ ӵ ӵ Ե %Ե &Ե 'Ե (Ե 1Ե յ -յ qյ յ Yֵ Zֵ [ֵ lֵ ֵ ֵ ֵ ֵ ֵ ֵ ֵ ׵ ׵ /׵ I׵ Y׵ s׵ ׵ ׵ ׵ ׵ ׵ ׵ ص ص /ص Iص Jص Kص Lص ]ص ص ص ص ص ص  ٵ ٵ &ٵ 9ٵ :ٵ ;ٵ <ٵ Eٵ ٵ ^ڵ ڵ ڵ A۵ ۵ ۵ ۵ ܵ kܵ ܵ ܵ ܵ ܵ  ݵ ݵ *ݵ ?ݵ Qݵ kݵ ݵ ݵ ݵ ݵ ݵ ݵ ݵ ޵ '޵ <޵ N޵ h޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ߵ ߵ 1ߵ Dߵ Wߵ jߵ }ߵ ~ߵ ߵ ߵ ߵ M   X   T       K    
 A m      O V _ ` h }        2 C ] n         & @ Z k            ( ; < = > G   g   W  J   H g       A B C T           ' > O f }           4 K b s            / B U h { } ~    b 4  0 j   1 O      p q x   U     2 Q p      
       * L n        ;  P  Q  b                  V   $ y z  s t 3 4   0     ; s  		 ^	 _	 i	 t	 	 	 	 	 	 	 	 
 
 1
 3
 4
 5
 >
 
 
 
  , F }          ! 4 6 7 8 A _  
 
 
 
 
 B
 C
 V
 i
 |
 
 
 
 
 
 
 
 a b s t u             + , = > ? @ q   % & W O P    5 z   B   - . / 9 D w            + , 5     * V         
    8 9 L _ r        2 c       * < b             ! " J K ^ q        ; u      Y ] ^ _ ` q            !   ? r       E                      -! ! " " P" " " " *# # $ $ h$ i$ $ % 4% 5% m% ?' l' m' ' \( ( ( ( ~) ) ) ) ) ) * 0* 1* w* + + ), , , - Q- - - . . . . . . . . . . . . . . . . . . . . / / / / / !/ "/ #/ $/ // 3/ F/ N/ Z/ [/ `/ / / / / / %0 *0 o0 p0 u0 0 0 1 1 1 41 81 R1 S1 X1 1 1 1 1 1 1 1 2 2 2 '2 v2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 3 3 3 	3 3 3 3 3 3 4 4 4 +4 -4 .4 /4 04 14 94 ?4 @4 I4 M4 N4 a4 m4 n4 o4 p4 q4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 6 6 7 7 8 8 8 ?9 L9 9 9 9 9 9 9 ": #: 4: t: u: v: : : R; < < < < = = = > > N? ? @ @ @ DA A A  B >B \B ]B pB C C C E (E E E E E F F G 
G H H I I WI cI rI ~I I I I J J *J sJ xJ J K K 2K K K 3L L L JM M M M M N N O O SQ TQ 
R R R R R S S nT U U 4V 5V W W W W W W W W W W W W W W W W W  X X X X X #X $X =X ?X DX EX SX UX [X \X oX qX wX xX X X X X X X X X X X X X X X X X X X Y Y Y Y Y Y %Y *Y EY FY GY HY IY '[ ([ 4[ |[ [ [ [ \ +\ _\ s\ \ \ \ ] :] X] ] ] ] ] ^ <^ [^ ^ ^ ^ ^ ^ _ _ _ _ 	` ` ` 6` i` j` ` ` ` ` ` ` ` ` .a Da Za pa a a a a a b 6b @b Jb Kb rb b b b b b b b c c c -c .c Bc Cc gc c c c c c c c c c c c c c c c c d %d &d :d ;d Ud qd rd d d d d d e 
e "e #e 4e Te Ue Ve }e ~e e e e e e e e e e e e e f f &f Ff Gf Hf uf vf wf xf yf zf f f f g g g g g g g g g eh h h h h h h i i 
i .i [i qi si i i i Fj Gj j j j j )k *k ;k k k k k k k k k k k Zl [l ll l l l l l l l _m `m m m m m m m ,n Cn [n rn n n n o Vo Wo Ap Bp Yp np p p p p p p p p p p p p p p p p p q 'q 7q 8q Cq Hq Iq Sq Xq Yq dq iq jq tq yq zq {q q q q q q q q q q q q q q q q q q r *r :r ;r Fr Kr Lr Vr [r \r gr lr mr wr |r }r ~r r r r r r r r r r r r r r s s s s Ds Rs bs cs ns ss ts ~s s s s s s s s s s s s s s s s s s s s 
t t t t t  t !t t t t u u u "u 'u (u 2u 7u 8u Cu Hu Iu Su Xu Yu Zu u u u u u u u u u u u u u u u u u v v .v /v :v ?v @v Jv Ov Pv [v `v av kv pv qv rv v v v v v v v v v v v v v v w w w *w 8w Hw Iw Tw Yw Zw dw iw jw uw zw {w w w w w w w (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x x x x x y 	y 
y y 7y Ey Uy Vy ay fy gy qy vy wy y y y y y y y y y y y y y y y y y y z z z z z z :z Zz z z z z z { { 	{ ,{ { { { { { | | A| K| U| V| | | | | | | | 6} 7} W} X} } ~ ;~ `~ p~ ~ ~ ~ ~ ~ ~  2 K d          > ?  퀶   - G \ t u v  > ? @ A j   . @ R S B C M X     Ƅ       % j k z  Å ą B  І   4 V W { |  އ 4  ͈     9 :        O Y c d   Ċ Ŋ Ɗ Ǌ Њ 1 2 R S   ċ ŋ ֋ ! " # $ T ꌶ  C D ۑ 葶   % k l , - ` a s ٗ ڗ @ A V  C F       - ? R S X ` e f k s               ɝ ѝ ݝ ޝ 杶 흶           
    ^ _  Ģ @ A     ᤶ        "      & 3 @ M ^ o      ɮ ஶ    3 4 Ѱ Ұ S T & '   @     K { | Ŷ      ɸ      B L V W       ź   7 ^  Ļ ϻ   7     ۼ ܼ ݼ ޼ 
     S ] g h        ʽ 	  < g  ˾ Q  ʿ ˿ ̿ ݿ 뿶 쿶    5 ? I J x             K   5¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ö ö Fö Pö Zö [ö ö ö ö ö ö ö ö ö ö ö Ķ 2Ķ `Ķ Ķ Ķ Ķ 3Ŷ 4Ŷ 5Ŷ FŶ TŶ UŶ VŶ `Ŷ kŶ Ŷ Ŷ Ŷ Ŷ Ŷ ƶ ƶ 
ƶ ƶ ƶ ƶ ƶ Yƶ eƶ ƶ ƶ ƶ 	Ƕ &Ƕ ]Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ ȶ ȶ )ȶ 4ȶ gȶ qȶ {ȶ |ȶ ȶ ȶ ȶ ȶ ȶ ȶ ȶ ɶ ɶ ɶ ʶ Sʶ ˶ ˶ ˶ H˶ I˶ J˶ K˶ L˶ M˶ }˶ .Ͷ /Ͷ cͶ Ͷ Ͷ ζ [ζ ζ ζ  ϶ 
϶ ϶ H϶ R϶ \϶ ]϶ ϶ ϶ ϶ ϶ ϶ ϶ ϶ 
ж ж ж ж ж ж ж ж ж ж Ѷ Ѷ Ѷ %Ѷ 5Ѷ 6Ѷ 7Ѷ 8Ѷ `Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ ,Ҷ ZҶ [Ҷ \Ҷ mҶ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ӷ 'Ӷ (Ӷ MӶ `Ӷ sӶ tӶ uӶ vӶ Ӷ Ӷ ^Զ qԶ Wն Xն Yն Zն kն (ֶ /ֶ 8ֶ 9ֶ Aֶ Vֶ kֶ }ֶ ֶ ֶ ֶ ֶ ֶ ֶ ׶ '׶ 9׶ S׶ m׶ }׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ !ض 4ض Gض Hض Iض Jض Sض ض ض `ٶ aٶ bٶ sٶ ٶ ٶ ٶ ٶ ٶ ٶ  ڶ ڶ ,ڶ Fڶ Vڶ pڶ ڶ ڶ ڶ ڶ ڶ ڶ ۶ ۶ ,۶ F۶ G۶ H۶ I۶ q۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ gܶ ܶ ܶ ݶ ݶ ݶ ݶ ݶ ݶ ޶ ޶ B޶ [޶ ޶ ޶ ޶ ޶ ޶ ޶ ޶ ޶ o߶ ߶ ߶ #      ( ) Q R w            X    
 ] ^ e n o w        + 3 H ] o          N O w x            8 L      	          	 # 4 N h y          1 K e v               '  B   ) |  G  L     8 O     7 c          0 E W q        & . C X m       	 # 4 N O P Q y z             {   l      $ I `       6 = F G O a s         , B S j k s          ( ? P f w                    &  8    P   S r     Z y  	 	 	 
 
 
 3 R q     - . ?            
 .
 P
 Q
 s
 
 
 
 
 
   3 X Y Z [  E G {   , s    j        + , `    X      E O Y Z           $ G ~     I J [ \ ]            !           - / 0 1 : X |       ; < O b u       <               "  d      ! Y! ! ! '" v" " " " " " # # )# *# R# S# x# # # # # # # # B$ s$ $ $ $ $ 6% 7% H% u% |% % % % % % % % % % % % & #& %& && <& =& F& & & ' ' 7' J' ' ' ' ' '  ( (  ( !( 2( f( m( u( v( ( ( ( ( ( ( ( ( ) ") 5) 7) 8) 9) B) ) ) * %* `* k* * * * * * * * + <+ =+ e+ f+ y+ + + + + + + + ., k, , - A- S- - - - - %. &. '. 8. e. f. g. h. . . . / / / / Z0 0 0 0 E1 1 1 2 2 @2 2 2 2 3 4 
5 5 H5 5 46 56 h6 7 7 R7 g7 7 7 7 7 7 8 _9 9 9 : Z: : : G; ; ; <  < +< 7< F< R< e< i< j< k< l< m< n< o< p< q< < < < < < < < < < < < < < < < < < < < 5= := = = = = = 
> > > J> N> > > > > > > > > .? 3? Z? [? `? ? ? ? ? ? ? @ @ %@ &@ )@ 3@ 4@ 7@ @@ A@ B@ S@ X@ `@ g@ n@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ oA pA A A A A A A A A A A A A A A A A A A B B 
B B B !B ;B <B GB TB UB _B lB mB nB oB pB qB rB sB B B B B B B B B xC yC kD lD CE DE [F dF F F F 2G 3G ?G G G G G G G H H H !H YH H I I J J K K K  L {L L RM M "N #N N =O O O O O O P tQ uQ Q R R /S QS jS S S S T T JV KV V V V W W W W nW W W W W X X UX X X X :Y wY Y Z Z Z 8[ 9[ [ [ )\ *\ ] ] ^ ^ _ _ v` w` ` ` Ra b Sc Tc c c >e Be Ce Ye Ze ne oe pe ye e e e e e e e e e e e e e e e e e e e e e e e 
f f f f +f -f 2f 3f Hf Jf Of Pf jf lf qf rf f f f f f f f f f f f f f f f f f f f h h h i 4i hi i i i i j Ej ]j j j j j *k Hk |k k k k k -l .l /l 0l Rl [m \m rm m m m m m n n &n 4n Gn Hn fn n n n n n n o $o %o o o o o o o o o p -p .p Dp Zp pp p p p p p p p p p q !q "q 7q 8q 9q :q Kq kq lq mq q q q q q q q q q q q q r r "r Mr fr {r r r r r r r r r r s s s s s  s )s Hs Is ]s ^s s s s s s s s s s t t t t t t !t jt kt  u !u "u 3u Su Tu Uu Vu vu v 7v Mv Nv Xv cv v v v v v v w w Bw Cw Lw w w !x "x 1x x x x x *y my ny y y y y y y y y y 
z +z ,z -z .z /z 0z ]z z z ?{ J{ T{ _{ i{ j{ { { { | =| >| y| | | | } } } ~ 7~ E~ U~ V~ a~ f~ g~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~        6 D T U ` e f p u v                   
      D R b c n s t ~          ‷         ! " - 2 3 = B C D ] k { |              + t      ł Ƃ Ђ Ղ ւ Ⴗ 悷 炷      - = > I N O Y ^ _ j o p z      ̃ ̓ ؃ ݃ ރ 胷 탷     	    @ N ^ _ j o p z          Ȅ ք 愷 焷          # ( ) *   ƅ ԅ 䅷 具           ! & ' ( G U e f q v w           Ն ㆷ           % & 0 5 6 7 R ` p q |             ؇   @ A      ʈ O P      ߉ 鉷   ' K ] _ v w  Ԋ Պ   D  ً    / 0 T U f  Ќ 錷  1 2 X       ܍ ݍ ,    ˎ 厷     % ܏ ݏ ޏ ߏ    ̐ ސ    ᑷ 둷  ) 3 = > d       Ò  	  ) a b  N n   Ҕ     + | ҕ - k     ז ؖ ] ^      헷    ( P b c d e n Ϙ И   @ A b c t        ᜷ ✷ y    à 	 
 ʢ ˢ    w x ާ ߧ  A ᨷ 䨷 O P 5 J   ˪ ݪ       	    # * / 0 5 < H I Q Y ^ _ g o { |           P Q   > ?   V b ް ߰   , -  @ A I J  % &  E O    Ļ ѻ ޻ 뻷  
  / @ A T g ~    ѽ ҽ o p     · · · .÷ /÷ ÷ ÷ ÷ ķ ķ cķ ķ "ŷ #ŷ Jŷ ZƷ gƷ Ʒ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ #ȷ Uȷ Vȷ Xȷ Yȷ Zȷ cȷ ȷ ȷ ȷ ȷ :ɷ bɷ mɷ ɷ ɷ ɷ /ʷ 0ʷ 1ʷ Bʷ yʷ zʷ {ʷ |ʷ ʷ ʷ ʷ ʷ ʷ ʷ ˷ ˷ 4˷ Y˷ Z˷ [˷ ]˷ ^˷ _˷ h˷ ˷ ˷ ˷ ̷ E̷ i̷ ̷ Xͷ hͷ iͷ jͷ {ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ η <η =η >η ?η Aη Bη Cη Lη η η η η )Ϸ MϷ Ϸ <з Lз Mз Nз _з mз nз oз pз з з з з з з з 'ѷ Nѷ Oѷ Pѷ Qѷ Sѷ Tѷ Uѷ ^ѷ ѷ ѷ ѷ ѷ =ҷ ]ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ 	ӷ <ӷ Fӷ Pӷ Qӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ Է *Է XԷ xԷ Է Է Է Dշ Eշ Vշ dշ eշ fշ շ շ շ շ ַ ַ ַ ַ Cַ Dַ Eַ Gַ ^ַ _ַ hַ j׷ k׷ |׷ ׷ ׷ ط ط ط ط ط ط ط ط ط ٷ ڷ ڷ ۷ C۷ z۷ ۷ ۷ Hܷ ܷ ܷ ܷ ܷ ܷ ܷ ܷ ܷ #ݷ Cݷ Vݷ iݷ |ݷ ݷ ݷ ݷ ݷ ݷ ޷ 0޷ ]޷ ^޷ _޷ p޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ !߷ 4߷ G߷ Z߷ m߷ n߷ o߷ p߷ y߷ ߷ ߷ ߷ ߷ ߷  < C L M c s t u v w x y z { |           Z       	       	  5 O _ y         5 O P Q R z         \       [ b k l t        ( 0 E Z l          ' : M ` s t u v   " i  P Q R S d      1 D W X Y Z c 
 5 x  _ ` a b s      ( ; N a b c d m B i           
  * ? Q k        
 ' A Q k          ) < O b u v w x  :    } * + , =  # * 3 4 < Q f {        1 9 N c x        . / 0 1 Y Z m           A      @  @ A H      I  }       5 6 G           ) : T n          7 Q b |           + > Q d w x y z  A ;   &  
  =	 D	 	 	 	 	 	 
 <
 }
 ~
 
 
 
 
 
 
 
 
  # 5 L c z        	  # 5 G Y p       
 
 ,
 -
 .
 /
 W
 X
 k
 ~
 
 
 
 
 
 
 
   p  l    m   O   ?    P Q     O n      ! " F G L N O P Y f       3 U w         3    [    `         o! p! 4" 5" l" " " " @# w# # # E$ $ $ $ $ $ $ $ $  % !% 4% G% Z% m% o% p% q% z% % % & J& h& & & & & & & & #' $' 7' J' ]' p' r' s' t' }' ' ' B( C( T( U( V( ~( ( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) ) ) )  * * &* (* )* ** 3* W* * g+ h+ y+ z+ {+ |+ + 9, :, a, b, , - - - . 9. q. . . 9/ ~/ / 0 i0 j0 k0 u0 0 0 0 0 0 0 0 1 )1 <1 O1 Q1 g1 h1 q1 1 2 #2 [2 f2 2 2 2 2 3 3 "3 #3 93 I3 J3 K3 L3 t3 u3 3 3 3 3 3 3 3 3 3 S4 n4 4 4 4 4  5 +5 J5 f5 x5 5 5 5 5 5 6 6 6 6 D6 [6 \6 ]6 ^6 6 6 6 6 6 6 6 6 6 6 O7 w7 7 7 7 	8 (8 S8 8 8 8 8 8 8 8 8 9 9 9 *9 =9 P9 R9 S9 T9 ]9 9 	: {: : : : ,; 7; V; ; ; ; ; ; < < < < -< .< i<  = R= S= = = 3> 4> f> > N? O? ? ? ? A@ p@ q@ @ {B B B B C C C D D D D E !E 1E DE lE mE E F ,G eG G G QH H H $I [I I I I I I I J J J 	J 
J J J 
J J J #J *J /J ?J @J OJ PJ QJ ]J ^J _J `J kJ oJ J J J J J J J .K /K 4K aK fK K K K K K >L ?L DL pL tL L L L L L L L L ,M 1M WM XM YM cM M M M M M M M M M M M M M M N N N N $N (N /N 6N 7N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN EN ZN 
O O 'O (O AO RO SO gO iO jO kO lO mO uO {O |O O O O O O O O O O O O O O O O O 
P P P 
P P P P P P P -P .P /P 0P =P OP Q Q 	R 
R R R S T "T {T T T T T %U &U 9U ^U _U pU U U U U U V JW KW 8X 9X .Y /Y ;Y Y Z Z Z Y[ [ [ \ \ ;] <] z] ] ] ] _ _ $_ B` d` ` ` a $a >a ?a Hb Ib c c Gd Hd d d d d d e "e Te Ue fe e e e Qf Rf nf f g og 4h 5h h h h "i #i i i  k !k l l Fm Gm n n /n @n n o p p pq qq r r r r r s 
s s s %s 2s 3s 4s 5s 6s 7s ;s <s =s >s Ws Ys _s `s ys {s s s s s s s s s s s s s s s s s s s t 
t t t t !t 't (t 6t 8t >t ?t Rt Tt Yt Zt at ft t t t t t cv dv pv v v w  w Tw gw w w w w /x Bx vx x x x y 4y Dy xy y y y y y y z z { 6{ E{ X{ Y{ r{ { { { { { { | 4| 5| 6| j| | | | | | )} *} 4} ?} r} |} } } } } } } } ~ $~ &~ =~ >~ G~ i~ j~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 	 
  2 3 4 5 6 7 @ a b v w        . H I ^ _ p          ǀ 怸 瀸    : ; P Q b            	    т       Ճ 냸 샸   4 > H I j     ᄸ ꄸ     υ   e f w Ȇ   - . / 0 1 2 ;    ɇ ʇ ˇ ̇ ͇ ·    ݈ 舸     h    ۉ ܉  L   } ~   Ջ ㋸           % & 0 5 6 7 U c s t              Ԍ ⌸          $ % / 4 5 6 X f v w              ⍸         ! " - 2 3 = B C D           ˎ Ў ю ێ  Ꮈ ⎸  	   % * + 5 : ; F K L V [ \ ] ɏ  4 B R S ^ c d n s t         ː ې ܐ 琸 쐸 퐸     
      L Z j k v { |           ޑ 쑸    
     ) . / 9 > ? @ f t             ƒ ǒ Ȓ 4 5 d r             ē œ Ɠ 哸        $ % 0 5 6 @ E F G s           Ô Ĕ Δ Ӕ Ԕ Ք         * / 0 ; @ A K P Q R v   ޕ ߕ 5 6 C D E h 햸  " 4 5 ? J }    ŗ 闸      r s   ☸ A w    ͙ Ι    U n   Ϛ К  % & ' ( ) 2 z { ʛ ) 4 P i      Ü z { | }  5 6 j |   ~    ǟ џ ۟ ܟ  1 C U V W X a    Ǡ    ~ 졸  - S p     ɢ  p ˣ 	 L M N O u v   0 B C M X     ƥ        m n   ަ ߦ     ] ^ _ `  & J    $ O P a   h i      | }  ߵ     ӷ 跸 Y Z i {            ȸ ͸ θ Ӹ ڸ 游 縸 ︸     
   " ) . / 7 > J K L M  ﹸ F G ܼ ݼ      | } 3 4 ʿ ˿    ¸ ¸ 9ø ĸ ĸ ^Ÿ Ƹ Ƹ 3ȸ 4ȸ Uɸ bɸ oɸ |ɸ ɸ ɸ ɸ ɸ ɸ ɸ ɸ ɸ ʸ ʸ 3ʸ 4ʸ ?ʸ o˸ p˸ 
̸ ̸ ̸ ̸ bϸ cϸ 6и Gи |и и и ,Ѹ ZѸ Ѹ Ѹ Ѹ Ҹ QҸ Ҹ Ҹ Ҹ Ӹ Ը 1Ը 5ո 6ո @ո Kո ~ո ո ո ո ո ո ո ո ո ո ָ @ָ Lָ sָ ָ ָ  ׸ ׸ D׸ N׸ s׸ ׸ ׸ ׸ ׸ ظ ظ ظ ظ Fظ Gظ Qظ \ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ٸ Eٸ Qٸ xٸ ٸ ٸ ڸ ڸ ڸ ۸ ۸ ۸ ۸ '۸ (۸ )۸ 3۸ >۸ q۸ {۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ )ܸ 5ܸ \ܸ ܸ ܸ ܸ qݸ ݸ ݸ ݸ ݸ ݸ ޸ ޸ 
޸ ޸ :޸ D޸ O޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ;߸ G߸ n߸ ߸ ߸ ߸ 3 o p q            G H I K L M V      E b        > [ e p             	  Y  @ A R        j k    P   ; < F Q          - / F G P       ; B J K a q r s t        
   : h                    B c d                d k t u }        1 9 N c u          8 ] p       (        	 
  ' < N h        
 $ > N h                  P      U V ~             _       d e               K  3 4 5 F          	  #  3  M  g  o              	 # $ % & 7                8 t       E         + E _ p         ( B \ m            1 D W X Y Z c '	 ~	 	 2
 e
 
 .       %
 t
 
 
 
  G s     ) 0 9 : B W l         7 H b j          4 E _ p               !   A   1  $   " A `        . r y           ) @ W h ~          % < M d {          	  / B U W X Y b t <   
 D     )  [    ! " # J$ K$ R$ % % /& o& & & & ' +' J' i' j' {' ' ' ' ' ' ' ' ' ' ( &( H( j( ( ( ( ( ( ) *) +) <) o) ) ) ) ) ) + + + + 0, h, , , S- T- - M. N. 
/ / / / 
0 g0 h0 0 0 1 M1 1 1 82 92 C2 N2 2 2 2 2 2 2 2 2 2 3 
3 3 3 3 `3 3 3 3 4  4 W4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 95 ]5 5 5 5 5 5 6 6 06 C6 V6 i6 k6 l6 m6 v6 6 6 ;7 <7 M7 N7 O7 w7 x7 7 7 7 7 7 7 7 7 7 x8 9 9 9 9 9 9 K9 9 9 9  : 1: ); *; ^; ; ; < T< < < = c= = > > 	> > > Q> [> e> f> > > > > > > > ? ? ? ~? ? ? ? @ 0@ r@ s@ @ @ @ @ @ @ @ @ @ @ A A &A 9A LA _A aA bA xA yA A A B =B ZB sB B B B B C C <C [C \C ]C nC C C C C C C C C C $D %D 8D KD ^D qD sD tD uD ~D D E OE aE E E E E 3F 7F 8F 9F :F KF xF yF F F F F F F F F F F jG G H LH }H H H H H I aI bI cI tI I I I I I I J J J J *K K K K L L L L BM CM |M M N N GN P FP GP P 6Q pQ qQ Q XR YR R R R R R 
S S QS T T U YU U U +V V V V [W \W gW sW W W W W W W W W W W W W W W W W W W W W W W W W 	X 
X  X (X 4X 5X :X qX vX X X X X Y IY JY OY Y Y Y Y Y Z Z ,Z -Z 2Z jZ oZ Z Z Z Z Z Z Z Z [ P[ U[ a[ b[ e[ o[ p[ s[ |[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \ ] ] ] 	] 
] ] ] ] ] #] '] (] ;] G] H] I] J] K] ]] w] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ _ _ ` ` a a a b &b nb ob {b b b b b b c Nc Oc Pc ]c c ,d d d e e f f f \g g (h h h ^i _i j yj j j k 6k 7k Jk l l l m n kn n n n n n o o q q q q 1r =r Lr Xr Yr r r r r s Ms Rs s s s t vt t 
u u u $v tv uv v v ew fw x x -z .z z z { { { { | H} ~ ~   z ~        À Ѐ р Ҁ Ӏ Ԁ Հ ـ ڀ ۀ ܀         - / 5 6 I K Q R g i n o           Ł Ɓ ԁ ց ܁ ݁          ! " #    V p     9 M   ͅ   2 f   ҆ ↹  5 i j k l     Ԉ ㈹    C D b p    ҉ Ӊ ԉ   4 J ` a Ǌ Ȋ Ҋ ݊   $ % L i j     ċ ۋ ܋ 勹     A ] ^ s t u v     Ќ ь Ҍ ӌ Ԍ Ռ ތ      / K L ^    ̍ 捹 獹    . / 0 W X Y Z [ \ e      ؎ َ       ! " O P Q R S T ]   \ ] ^ o      ? s     ґ ܑ 摹 瑹  5 K M ~     ! ] ^ m     f   ˔ ̔ ͔ Δ ϔ Д ٔ 4 5 F g h i j k l  9 : {        5 L y z  ꗹ 0 1   3 H s           Ù ę Ι ә ԙ ՙ      " # - 2 3 > C D N S T U r            Ú ͚ Қ Ӛ Ԛ       % & 0 5 6 A F G Q V W X           ˛ Л ћ ۛ  ᛹ ⛹  , < = H M N X ] ^ i n o y ~       Ü Ȝ ɜ Ӝ ؜ ٜ 䜹 霹 ꜹ     g  ҝ           " # - 2 3 4 [ i y z              ꞹ   	    $ ) * 5 : ; E J K L |          ǟ ̟ ͟ ן ܟ ݟ ޟ   " # . 3 4 > C D O T U _ d e f Ҡ Ӡ     ! , 1 2 < A B M R S ] b c d         ¡ á Ρ ӡ ԡ ޡ 㡹 䡹 塹   / 0 ; @ A K P Q \ a b l q r s        Ȣ ͢ ΢ ٢ ޢ ߢ 颹     4 Y | } ӣ ԣ ᣹ ⣹ 㣹     Ҥ Ӥ ݤ 褹  % / 0 c         1 2  ߦ  : J [ k l      % > m n  è Ĩ Ũ ƨ Ǩ Ш   h ǩ ҩ   ! 6 N O P a     D ӫ ԫ   , -   ' 2 e o y z  ϭ ᭹      D E T e      ˯   0 1 U V g   i  걹 뱹 챹      β ಹ Ჹ 벹  ) 3 = > d         , - | }        . ĵ 赹    º    E F   : ; M   ù ù 0ù }ù Ĺ  Ĺ Ĺ Ĺ qŹ Ź Ź Ź ƹ ƹ ,ƹ -ƹ 2ƹ :ƹ ?ƹ @ƹ Eƹ Mƹ Yƹ Zƹ _ƹ fƹ kƹ lƹ qƹ xƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ǹ ǹ ȹ ȹ zʹ {ʹ 8˹ 9˹ ˹ ˹ ̹ ̹ ̹ ̹ h͹ i͹ ͹ |Ϲ }Ϲ й й й aҹ bҹ ҹ Թ Թ չ չ ֹ  ׹ 
׹ ׹ '׹ 8׹ I׹ Z׹ k׹ |׹ }׹ ׹ ׹ ׹ ׹ ׹ ׹ 
ٹ ٹ ٹ ٹ -ڹ .ڹ  ݹ ݹ ݹ ݹ ޹ j޹ k޹ ޹ ޹ %߹ U߹ V߹ ߹ ߹ ^ _          & 0 1 _          8 v      k l m ~         - 7 A B p           A   +             # $ R x y z { } ~      % e   x              * 4 5 c            : y   
     . / 0 : E x            3 ? f      7           A K U V            -    " # $ % & ' W  	 =    5      " , 6 7 _          Y l              : ] p          4 5 6 G x                  ' : M N O P Y  8 K 1 2 3 4 E  	    0 E W q           -  G  W  q                 ! " # $ -   : ; < M            0 J d l          ! " # K c v        A ^           5 Z m       I q   	 	 	 	 	 
 
 +
 ,
 Q
 d
 w
 
 
 
 
 
 
 ~   2     7
 8
 ?
 H
 I
 Q
 f
 {
 
 
 
 
 
  
 " 7 I c }        ( ) Q R e x        v   &  f g h y  _ f o p x        ( B S m u        % ? P j k l m              }   V  ! | & | }    ) Y     = q r        
  1 K e v          2 G Y s        ( ) * + S T g z        }  w! ! U" b" " F# # y$ $ $ $ $ #% :% Y% x% % % % % & &  & !& )& ;& M& _& q& & & & & & & ' ' -' D' E' M' _' q' ' ' ' ' ' ' ( ( *( @( Q( h( i( j( k( ( ( ( ( ( ( ( ( ( (  ) * * + *, , , -- L- - - - . 4/ S0 {1 1 1 1 3 3 3 
4 ,4 K4 4 4 4 4 5 5 5 ]5 ^5 5 5 5 5 5 5 5 5 5 5 6 *6 +6 M6 o6 6 6 6 6 6 
7 27 37 47 57 o7 9 !9 U9 9 9 : M: : : : D; ; ; < < p= q= = > > :> |> > > 2? ? ? ? ? ? @ )@ 3@ 4@ \@ ]@ p@ @ @ @ @ @ @ @ @ !A XA A A A A #B $B 5B 6B 7B _B `B sB B B B B B B B B B ~C C C C C C C C C C D 	D 
D D D 2D VD D D D D D E E )E <E OE bE dE eE fE oE E F F F F F F F F uG vG G G G H H H >I uI I I 3J uJ J K PK K K K K K K K L L ,L -L RL eL xL L L L L L M MM _M M M M N N "N ON VN ^N _N uN N N N N N N N N N N N  O O O  O O O O O P $P \P gP P P P P P P P Q @Q GQ OQ PQ Q Q Q Q Q Q Q Q Q Q R R R R R R R R R :S ES dS S S S S S S S T T ?T @T ST fT yT T T T T T U EU U U V -V hV sV V V V  W W W ?W @W AW BW iW jW W \X X X X 4Y oY pY Y Z Z Z Z Z [ }[ [ [ [ ] ] ] "^ ^ _ _ B_ _ _ ,` A` ]` m` ` ` ` ` 9b hb b b 4c c c !d `d d d d e e  e ,e ?e Ce De Ee Fe Ge He Ie Je Ke _e fe ke {e |e e e e e e e e e e e e e e e f f jf kf pf f f f f f $g (g zg {g g g g g g g h 
h 4h 5h :h hh mh h h h h h h h  i i 
i i i i i i -i 2i :i Ai Hi Ti Ui `i di ki ri si ti ui vi wi xi yi zi {i |i }i ~i i i i i Ij Jj cj dj }j j j j j j j j j j j j j j j j j j j j j j k k !k .k /k 9k Fk Gk Hk Ik Jk Kk Lk Mk Zk [k ik jk kk lk yk k Rl Sl Em Fm n n 5o >o ^o o o p 
p p ap bp up p p p p p p p 3q q r r ts us jt kt wt t Uu u ,v v v v w x wx xx x x x x Nz Oz `z ~{ { 	| +| D| `| z| {| } } $ %        H ^    뀺  /     Q  p q    ^ _   \ ] ˇ ̇   P Q k | , 抺 - .      3 4 H I J S a n o p q r s w x y z         ˎ ͎ ӎ Ԏ 玺 鎺      
 " $ ) * D F K L [ ] c d r t z {                 B \   ג 뒺  7 k ~  Г  " V p   Ӕ   	 
 , 5 6 L r     ᖺ ►    ! " @ p q r   җ 藺   e f p {    Ø ꘺    4 J ` b y z      ߙ       % E F G n o p q r s |     ͚ 隺 ꚺ  ' @ U j      ̛ ͛ Λ        " # 7 8 Z v w       휺       D E    
 - . / 0 P ݞ  ' ( 2 = p z    ӟ 韺 럺   &      \     G H i j k l m n w Ң Ӣ 䢺     	 
 7 ף أ  $ . 9 C D   Ӥ ꤺ   S  Υ ϥ   Ѧ 榺   / 0 ; @ A K P Q \ a b l q r s        ˧ Ч ѧ ܧ ᧺ ⧺ 짺      . / : ? @ J O P [ ` a k p q r      è Ĩ Ψ Ө Ԩ ߨ 䨺 娺 墨     , < = H M N X ] ^ i n o y ~    ʩ ک ۩ 橺 멺 쩺      
     7 E U V a f g q v w         N p ~            ˫ Ы ѫ ҫ     # ( ) 3 8 9 D I J T Y Z [        ¬ Ǭ Ȭ Ӭ ج ٬ 㬺 謺 鬺 ꬺ  ( 8 9 D I J T Y Z e j k u z { |     ̭ ѭ ҭ ܭ ᭺ ⭺        p q     ʮ Ϯ Ю ڮ ߮ ஺ 뮺        ! / ? @ K P Q [ ` a l q r |      ͯ ί ٯ ޯ ߯ 鯺  ﯺ     
    , : J K V [ \ f k l w | }      Ұ    q r     ) * ^ p q {   ò Ͳ β  % 7 9 P Q Z   ϳ г  }  ش 贺  	 
 . / @   õ ܵ   2 a b c d e n    e p    Է 췺        ⸺ q r   ʹ ˹   ź к  
   > m       ⻺ 㻺   ; <  ( H i   ν Ͻ    V   E       7 8 l ~         * < = > ? H     º º <º =º Nº º º º º º bú ú ź ź SȺ `Ⱥ ɺ ɺ ɺ ʺ ʺ ˺ ˺ ̺ ̺ ̺ Qκ Rκ к к к Ѻ Ѻ Ѻ )Һ *Һ Ӻ $Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ժ 	Ժ 
Ժ Ժ Ժ "Ժ #Ժ +Ժ 3Ժ 8Ժ 9Ժ AԺ IԺ UԺ VԺ ^Ժ eԺ jԺ kԺ sԺ zԺ Ժ Ժ Ժ Ժ *պ +պ ֺ ֺ غ غ غ غ 0ٺ <ٺ ٺ ٺ oں pں ۺ ۺ Yۺ ݺ ݺ #޺ $޺ u޺ ߺ     ) o p         	   . A X o p {   I J     r    	 h     =    $ 4 A m q r |       / 0 2 3 4 = |     < G    	 
   S T U V          3 4 5 7 8 9 B      C  2 B C D U c d e o z             & e q    '   & ' ( 9 G H I J v        ( ) * + - . / 8 w     7 o             * + Y           2 R      0 > ? @ z           ! 8 9 B D  E  V      | }             T   " w x         0 C V i k     
 7 8 9 J w ~           ! 4 G H I J S v      	 	 &	 '	 =	 M	 N	 O	 P	 Q	 R	 S	 T	 U	 V	 ~	 	 	 	 	 	 	 	 	 	 4
 
 
              
 )
 9
 S
 m
 u
 
 
 
 
 
 
  ) * + , T t        6 d     5 < E F N c x       
  4 F ` z          ' : M N O P Y   C  * + , - >        1 2 3 4 =   R  9 : ; < M        ( ; < = > G  C   o p q          + E _ o         + E _ ` a b s       ) < O P Q R [  t   W             ! 
! ! ! +! @! U! g! ! ! ! ! ! ! " " (" =" R" d" ~" " " " " " # 	# 
# # 3# 4# G# Z# m# # # # # # # c$ $ % n% % % j& & ' ' ( ( "( a( ( ( ( #) W) ) ) ) * * !* e* l* u* v* ~* * * * * * + + .+ H+ Y+ s+ + + + + + + + , +, <, V, p, , , , , , , , , , - - +- >- Q- R- S- T- ]- . / }/ /  0 m0 0 `1 2 2 ^2 }2 2 2 2 2 3 W3 X3 Y3 j3 3 3 3 3 3 3 3 3 4 &4 =4 T4 e4 |4 4 4 4 4 4 4 4 4 5 !5 35 J5 a5 x5 5 5 5 5 5 5 6 6 6 	6 16 26 E6 X6 k6 ~6 6 6 6 6 6 7 x8 J9 9 F: : : : G; e; ; )< < = ? ? ? ? *A +A kA A A A )B HB gB B B B B B B  C !C &C (C )C *C 3C @C bC C C C C C 
D /D QD fD gD xD D D D D D 
E F F F 5G lG G G :H H H H I I IJ JJ K K FK K K K L QL L L M tM uM M M M M M M M M N !N 4N GN IN JN KN TN N N N $O BO \O O O O O O O O O P $P 7P JP LP MP NP WP uP P Q Q .Q /Q 0Q XQ YQ lQ Q Q Q Q Q Q Q Q Q wR xR R R R R R R R R  S S S S 
S 1S S AT BT ST TT UT VT T U U ;U <U mU eV fV V V W KW W W X XX X X CY DY EY OY ZY Y Y Y Y Y Y Y Z Z )Z +Z AZ BZ KZ Z Z Z 5[ @[ l[ [ [ [ [ [ [ [ \ #\ $\ %\ &\ N\ O\ b\ u\ \ \ \ \ \ \ \ -] H] y] ] ] ] ] ^ $^ @^ R^ x^ ^ ^ ^ ^ ^ ^ ^ ^ _ 5_ 6_ 7_ 8_ `_ a_ t_ _ _ _ _ _ _ _ )` Q` ` ` ` ` a -a oa sa ta ua va a a a a a a b b *b ,b -b .b 7b b b Uc c c c d d 0d [d d d d d d d d d e e Ce e ,f -f ff f 
g g @g g (h )h ~h h h i Ji Ki i Uk k k k rl l l l m m m m m n n Fn Gn n o p ?p p p +q gq q q 5r r r r r r r r r r r r r r r r r r s 	s s s )s *s +s 7s 8s 9s :s Es Is \s ds ps qs vs s s t 	t t ;t @t t t t t t u u u Ju Nu hu iu nu u u u u u v v 1v 2v 3v =v v v v v v v v v v v v v v v v v v v v w 	w w w w w w w w w w w w w w w w w 4w w w x x x ,x -x Ax Cx Dx Ex Fx Gx Ox Ux Vx _x cx dx wx x x x x x x x x x x x x x x x x x x x x x x y y 	y 
y y )y y y z z { { | | | U} b} } } } }  ~ ~ 8~ 9~ J~ ~ ~ ~ ~ ~ h $ %    	    d ʃ 3   Z    T r s  쇻 퇻   >  ɉ ≻    " #  Ì ! " m y    捻  . / @   ͎ + , H   I   `         i j   !   	  ʗ  ˙ ̙ J K    ћ қ 曻 盻 蛻    
         1 3 9 : S U Z [ i k q r           ǜ Ȝ ✻ 䜻 霻 ꜻ         , . 3 4 ; @ [ \ ] ^ _ = > J     . A u   ՠ 	  P n      R q     ʢ ӣ ԣ ꣻ   2 3 L       ޤ    D Z p        L V ` a     Ҧ 覻      ! C D X Y }       ç 㧻 䧻 姻  
      ; < P Q k    Ũ ި   " # 8 9 J j k l          թ ֩    * + < \ ] ^        ⪻ 㪻     ˫ ̫ ͫ Ϋ  {  Ŭ Ƭ Ь ۬   " # D q     ĭ \ ]     ? @ Q  寻 毻   	 
    p q        հ u v  ± ̱ ױ ᱻ ⱻ B Y q     & l m W X o    ʹ δ ٴ ޴ ߴ 鴻  ﴻ     
    / = M N Y ^ _ i n o z         ̵ ͵ ص ݵ ޵ 赻      	    2 @ P Q \ a b l q r }        ʶ ڶ ۶ 涻 붻 춻      
     Z h x y              շ 㷻           % & 0 5 6 7  츻   , - 8 = > H M N Y ^ _ i n o p      ƹ ǹ ѹ ֹ ׹ ⹻ 繻 蹻     & 4 D E P U V ` e f q v w      ƺ ֺ ׺ ⺻ 纻 躻      	     @ N ^ _ j o p z            > L \ ] h m n x } ~         ͼ ݼ ޼ 鼻  ［    
       ! M [ k l w | }           ʽ ؽ 轻 齻     	 
    % * + , P p         B ǿ ȿ     $ W a k l        L M m n  » Q» v» » » » » » » » /û Hû aû zû û û û û  Ļ Ļ Ļ Ļ Ļ TĻ UĻ Ļ Ż Ż *Ż CŻ ]Ż rŻ Ż Ż Ż Ż Tƻ Uƻ Vƻ Wƻ ƻ ǻ ǻ Dǻ Vǻ hǻ iǻ XȻ YȻ cȻ nȻ Ȼ Ȼ Ȼ Ȼ Ȼ ɻ ɻ /ɻ 0ɻ 1ɻ 2ɻ ;ɻ ɻ ɻ ɻ ɻ ɻ ɻ Xʻ ʻ ʻ ˻ -˻ J˻ l˻ m˻ ˻ ˻ ˻ ˻ J̻ ̻ ̻ &ͻ 'ͻ (ͻ )ͻ Oͻ Pͻ ͻ ͻ 
λ λ λ 'λ 2λ eλ oλ yλ zλ λ λ λ λ λ λ λ Gϻ Hϻ hϻ iϻ ϻ ϻ ϻ ϻ ϻ 7л 8л 9л :л jл  ѻ $ѻ Yӻ Zӻ ջ ջ )׻ *׻ ;׻ ػ ػ Bٻ Cٻ vڻ wڻ ڻ ۻ ۻ V޻ W޻ l޻ ޻ Y߻ \߻ ߻ ߻   3 4 C U h i n v { |                        	   $ % & '     !   t u   V W 
            8   
  / < I V c t         
   I J   i j < =  ! V    4 a    +          % X b l m         & M t      (  M                    ! + 6 i s } ~          + R }   g         
  K U _ `            6 a   K            ) \ f p q           ! H v   
	 I	 J	 K	 \	 j	 k	 l	 v	 	 	 	 	 	 	 !
 "
 #
 %
 &
 '
 0
 o
 {
 
 
 
  < s        5 ? J }           
 
 
 3 i   , ^ _ ` a b c  D E y   * q      + ^ h r s       	   ! *         $ % ; K L M N v           B p q r                  = > c v       t  m n o p  > E N O W l         ( = O i          7 J ] ^ _ ` i   v w x         ( B \ l         ( B \ ] ^ _           }      *! ! ! ! ! ! /" 0" X" q" " " " " " " " " # # # 9$ $ $ $ $ $ >% ?% g% h% % % % % % % % % % & & %' n' 
( ( (  ( s( t( {( ( ( ( ( ( ( ( ( 
) ') A) I) ^) s) ) ) ) ) ) ) ) )  * * d* e* * * * * * * * * * * * + , N, b, , - - - - . . . . . . . . . / / 9/ J/ d/ ~/ / / / / / / 0 0 60 G0 a0 {0 0 0 0 0 0 0 0 0 0 1 1 11 21 31 41 =1 2 X2 2 3 ?3 3 4 ]4 4 b5 5 5 5 5 N6 e6 6 6 6 !7 M7 y7 7 7 7 8 
8 8 8 8 18 F8 [8 m8 8 8 8 8 8 8 9 "9 <9 D9 Y9 n9 9 9 9 9 9 9 : : 9: J: d: e: f: g: : : : : : : : : : : : ; < = = = > > > ? ? ? @ :@ _@ v@ @ @ @ @ @ A LA SA \A ]A eA wA A A A A A A B B 1B BB XB iB B B B B B B B B B C 'C >C UC fC |C C C C C C C C C C 	D D /D 1D 2D 3D <D NE F F fG G H iH H H I 5I I pJ K L $M %M ,M N N 	O IO hO O O O P $P CP DP UP P P P P P P P P P P  Q "Q DQ fQ gQ Q Q Q Q R R R IR nR oR pR qR R [T ]T T T 
U BU U U -V .V V 'W (W W W X X X AY BY vY Y Y 'Z nZ Z [ [ [ ([ [[ e[ o[ p[ [ [ [ [ [ [ [ [ [ [ :\ ]\ \ \ \ \ 1] _] `] q] r] s] ] ] ] ] ] ] ] ] ] ] ^ 7^ ^ ^ ^ ^ ^ ^ ^ 
_ _ 0_ C_ E_ F_ G_ P_ n_ _ ` ` '` (` )` Q` R` e` x` ` ` ` ` ` ` ` Ra a a a a a a %b b b b b c d d 8d zd d d .e oe e e =f f f f f f f +g 5g ?g @g hg ig g g g g g g g g Xh h h h h 
i Li Mi ^i i i i i i i i i i i i  j j &j 9j ;j <j Rj Sj \j j j k 4k Mk `k k k k k k l 5l 6l 7l Hl |l l l l l l l l l l l m %m 8m Km Mm Nm Om Xm m m )n ;n vn n n n 
o o o o o %o Ro So {o |o o o o o o o o o Dp p p &q Wq iq q q q q ;r <r =r Nr {r |r }r ~r r r r s s s t pt t t t [u u u v v Vv v v v !w x  y !y ^y z Jz Kz ~z 2{ 3{ h{ }{ { { { { { +| u} } } 3~ p~ ~  ]   5 6 A M \ h {               ǀ Ȁ ɀ Հ ր ׀ ؀ 〼 瀼      K P    ف ށ # $ ) ` d    肼 삼    D I p q v   σ Ѓ у ۃ * / ; < ? I J M V W X i n v }                       ҄      ʅ ˅ ߅ ᅼ ⅼ ㅼ 䅼 兼 텼       ! " # $ % 7 Q R ] j k u                ǆ     Y Z q z     H I U    ֋ ׋ 苼 ( ) * 7 o   Í      6   h ё 8 9  S      $     ܖ E g       ` a     & 2 3   ̛ ͛ ޛ ' , k ɜ ʜ 朼 P  睼    N O   ? @           h " i j 觼 駼 T X Y o p                ϩ ѩ ש ة      	   # % + , A C H I ^ ` e f             ʪ ̪ Ѫ Ҫ ٪ ު      ۬ ܬ 謼 0 J ~  ̭ ߭  ' [ s     @ ^      C D E F h q r    б ѱ 걼   < J ] ^ |    Ⲽ   $ : ;     과    & C D Z p       ᴼ ⴼ    7 8 M N O P a           ٵ ڵ  ﵼ 	 % & 8 c |     ֶ ׶ 趼  	 
 1 2 3 4 5 6 ? ^ _ s t    ȷ ɷ ڷ    ) * + , - . 7   6 7 8 I i j k l   M c d n y     ⺼  % ' X Y b   7 8 G  ݼ ޼ ＼ @              A B C D E F s   U ` j u   ࿼   & S T   
    
¼ "¼ M¼ [¼ k¼ l¼ w¼ |¼ }¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ü ü 
ü ü ü ü (ü -ü .ü /ü Lü Zü jü kü vü {ü |ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü  ļ 
ļ ļ ļ ļ  ļ !ļ +ļ 0ļ 1ļ 2ļ Zļ hļ xļ yļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ż ż ż "ż 'ż (ż 2ż 7ż 8ż Cż Hż Iż Sż Xż Yż Zż sż ż ż ż ż ż ż ż ż ż ż ż ż ż ż ż ż AƼ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ǽ Ǽ 
Ǽ Ǽ 5Ǽ CǼ SǼ TǼ _Ǽ dǼ eǼ oǼ tǼ uǼ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ ȼ ȼ ȼ ȼ ȼ ȼ $ȼ %ȼ &ȼ Vȼ dȼ tȼ uȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ɼ 
ɼ ɼ ɼ ɼ ɼ )ɼ .ɼ /ɼ 9ɼ >ɼ ?ɼ @ɼ ɼ ɼ ɼ ɼ ɼ ɼ ʼ ʼ ʼ ʼ ʼ ʼ 'ʼ ,ʼ -ʼ 7ʼ <ʼ =ʼ >ʼ ]ʼ kʼ {ʼ |ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ 	˼ 
˼ ˼ ˼ ˼ %˼ *˼ +˼ 6˼ ;˼ <˼ F˼ K˼ L˼ M˼ h˼ v˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ̼ 3̼ V̼ W̼ ̼ ̼ ̼ ̼ ̼ ̼ eͼ fͼ ͼ ͼ ͼ ͼ ͼ ͼ ͼ 	μ 
μ =μ aμ sμ uμ μ μ μ μ μ ϼ ϼ Zϼ ϼ ϼ м $м 5м Eм Fм jм kм |м м м м Ѽ GѼ HѼ nѼ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ BҼ Ҽ Ҽ Ҽ Ҽ Ҽ Ӽ (Ӽ )Ӽ *Ӽ ;Ӽ Ӽ Ӽ Ӽ Ӽ Լ Լ Լ Լ Լ ռ ռ ռ ռ ּ ּ ?ּ Iּ Sּ Tּ zּ ּ ּ ּ ּ ּ ּ ּ ׼ ׼ .׼ ?׼ w׼ x׼ ׼ dؼ ؼ ؼ ؼ ؼ 
ټ ټ /ټ 0ټ Aټ ټ ټ Cڼ ڼ ڼ ڼ ڼ ڼ ڼ ڼ sۼ tۼ ۼ ۼ ۼ ۼ ۼ ܼ 
ܼ ܼ ܼ >ܼ fܼ xܼ yܼ zܼ {ܼ ܼ ܼ ܼ ݼ ݼ Vݼ Wݼ xݼ yݼ ݼ ݼ ݼ ݼ ݼ ޼ ޼ ޼               '     
 W   e f K `            ' 3 4 9 @ E F K R ^ _ g o t u }              f g   T U   l x     B C  V W _ `  ; <  [ e           #  4  E  V  W  j  }                     D E    / 0 y  8	 9	 `	 p
 }
 
        
  9 k l n o p y    
 P
 x
 
 
 
 
 E F G X             J o p q s t u ~     [   n ~             , R S T U W X Y b     ? c  R b c d u            = d e f g i j k t     S s       	 
   R \ f g         
  @ n     Z [ l z { |      % / 0 Y Z [ ] t u ~                1    Y     ^            ! ! ! 9! Y! l! ! ! ! ! ! ! ! 3" F" s" t" u" " " " " " " " " " " # 7# J# ]# p# # # # # # # # $ $ $ !$ R$ Y$ b$ c$ y$ $ $ $ $ $ $ $ $ $ $ $ $ $ % % '% (% )% *% 3% p% & %& ' ' 
' ' ' ' ' ' ' ' 
( ( 1( K( e( u( ( ( ( ( ( ( ) !) 1) K) e) f) g) h) ) ) ) ) ) ) ) ) * r* * + + + '+ q+ x+ + + + + + + + + 
, $, >, F, [, p, , , , , , , , , , %- =- P- c- v- - - - - - . 8. . . f/ g/ h/ i/ z/ / / / 0 40 G0 Z0 m0 n0 o0 p0 y0 #1 K1 1 1 u2 v2 w2 x2 2 2 2 3 3 +3 >3 Q3 d3 w3 x3 y3 z3 3 X4 4 4 5 5 5 5 5 6 6 6 "6 #6 +6 @6 U6 g6 6 6 6 6 6 6 6 7 #7 =7 W7 g7 7 7 7 7 7 7 8 8 +8 ,8 ?8 R8 e8 x8 8 8 8 8 8 P9 9 9  : : @; A; B; S; ; 9< @< I< J< R< g< |< < < < < < = = -= G= O= d= y= = = = = = = > *> D> E> F> G> o> p> > > > > > > > > > ? ? W@ @ @ 0A A A VB  C VC WC ^C C C D 3D _D D D D E KE LE ]E E E E E E E E E F %F ?F PF jF F F F F F F F G !G 3G MG gG xG G G G G G H H H H -H .H AH TH gH zH H H H H H WI QJ J /K <K K  L L SM ZM M M M M N 3N RN N N N N N N N N O O 'O 9O KO bO yO O O O O O O P P P 'P 9P KP ]P oP P P P P P P Q Q +Q BQ CQ DQ EQ mQ nQ Q Q Q Q Q Q Q Q Q R S T U U U V &V V V V eW X -Y UZ Z Z Z f\ g\ \ \ ] %] e] ] ] ] ] ] ] 7^ 8^ \^ ]^ b^ d^ e^ f^ o^ |^ ^ ^ ^ _ _ '_ I_ k_ _ _ _ _ _ ` 
` ` ` I` a a /b qb b b 'c vc c c d d d e e Jf Kf f f f g Vg g g h [h h h h h h i 
i i 6i 7i Ji ]i pi i i i i i i i 2j `j ~j j j j j k k k 9k :k Mk `k sk k k k k k k k Xl Yl jl kl ll l l l l l l l l l l m 0m m m m m m m m n n )n <n >n ?n @n In mn n }o ~o o o o o o Op Pp wp xp p q q q r Or r r 
s Os s s *t t t t t t t t t t u u ,u ?u Ru eu gu }u ~u u u 'v 9v qv |v v v v v )w 0w 8w 9w Ow _w `w aw bw w w w w w w w w w w w ix x x x x x 6y Ay `y |y y y y y y y z !z )z *z Zz qz rz sz tz z z z z z z z z z z e{ { { { | | >| i| | | | | | | | | } } -} @} S} f} h} i} j} s} } ~ ~ ~ ~  B M l          C D  6 h i   I J |  d e    W         臽 釽  Ј ш   7 G Z   ɉ  B { ы  g   : q Ӎ ԍ ߍ 덽         ! " # $ % 9 @ E U V e f g s t u v        鎽  D E J w |   Ǐ   T U Z      ␽ 琽    B G m n o y ȑ ͑ ّ ڑ ݑ 瑽 葽 둽        " . / : > E L M N O P Q R S T U V W X Y Z [ p # $ = > W h i }                 Ó Փ     	    ! " # $ % & ' 4 5 C D E F S e , -        8   昽 瘽  ; < O t u  ƙ Ǚ ș ՙ 
  ` a N O D E Q ԝ /   o ֟ ן   Q R    ¡ ( ) : X z 㤽   : T U ^ _   ] ^   Ĩ Ш Ѩ " 8 j k | ũ ʩ 	 g h   +  J K  쬽  8 9 ݭ ޭ 6 7   \ ] * + E V          
  " # $ - ; H I J K L M Q R S T m o u v          ÷ ɷ ʷ ߷ ᷽ 淽 緽        % & 5 7 = > L N T U h j o p w |      y z  κ 躽  6 j }  Ż   E X   ޼  0 J Z   ώ ⽽ 㽽 佽    & L [ n o    ڿ 追    J K L       ? @ J U         ½ $½ :½ <½ S½ T½ ]½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ý  ý !ý Hý Iý Jý Ký Lý Mý Vý wý xý ý ý ý ý ý ý Ľ Ľ /Ľ DĽ ^Ľ _Ľ tĽ uĽ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ž Ž 4Ž PŽ QŽ fŽ gŽ xŽ Ž Ž Ž Ž Ž Ž Ž Ž Ž Ž ƽ ƽ ƽ ƽ ƽ ƽ ǽ ǽ 	ǽ 
ǽ *ǽ ǽ ǽ Ƚ Ƚ Ƚ Ƚ JȽ TȽ ^Ƚ _Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ  ɽ ɽ ɽ ɽ ɽ ɽ 6ʽ {ʽ |ʽ ʽ ʽ !˽ "˽ C˽ D˽ E˽ F˽ G˽ H˽ Q˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ̽ ̽ ̽ ̽ ̽ ͽ ͽ ͽ ͽ ~ͽ ͽ ͽ ͽ ͽ ͽ -ν bν ν ν Ͻ Ͻ Ͻ Ͻ Ͻ Ͻ 	н 
н н н н %н *н +н 6н ;н <н Fн Kн Lн Mн kн yн н н н н н н н н н н н н н н н н н ѽ 	ѽ ѽ ѽ ѽ $ѽ )ѽ *ѽ 5ѽ :ѽ ;ѽ Eѽ Jѽ Kѽ Lѽ nѽ |ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ҽ ҽ ҽ "ҽ 'ҽ (ҽ 2ҽ 7ҽ 8ҽ Cҽ Hҽ Iҽ Sҽ Xҽ Yҽ Zҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ӽ ӽ /ӽ 0ӽ ;ӽ @ӽ Aӽ Kӽ Pӽ Qӽ \ӽ aӽ bӽ lӽ qӽ rӽ sӽ ӽ (Խ JԽ XԽ hԽ iԽ tԽ yԽ zԽ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ ս ս 
ս ս ս ս #ս $ս .ս 3ս 4ս 5ս bս pս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ֽ ֽ ֽ ֽ #ֽ $ֽ .ֽ 3ֽ 4ֽ ?ֽ Dֽ Eֽ Oֽ Tֽ Uֽ Vֽ |ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ J׽ K׽ z׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ 	ؽ ؽ ؽ %ؽ *ؽ +ؽ 5ؽ :ؽ ;ؽ Fؽ Kؽ Lؽ Vؽ [ؽ \ؽ ]ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ٽ ٽ $ٽ %ٽ 0ٽ 5ٽ 6ٽ @ٽ Eٽ Fٽ Qٽ Vٽ Wٽ aٽ fٽ gٽ hٽ ٽ ٽ ٽ ٽ ٽ Kڽ Lڽ Yڽ Zڽ [ڽ ~ڽ ۽ ۽ 8۽ J۽ K۽ U۽ `۽ ۽ ۽ ۽ ۽ ۽ ۽ ܽ ܽ *ܽ +ܽ 4ܽ ܽ ܽ ܽ ܽ ܽ Wݽ ݽ ݽ ݽ ݽ ݽ ݽ ޽ 	޽ ޽ k޽ ޽ ޽ ޽ ޽ ޽ ߽ ;߽ <߽ =߽ >߽ ?߽ H߽ ߽ ߽ ߽ ? J f             K L              G Y k l m n w         " C i       0    b c d e     F X Y c n           "         ( s t u v  < `   - : e f w   ~     + ,           o p                      
    # / 0 8 ? D E M T ` a b c   \ ]       
    I J   3     O   t	 
  I J k
 x
 
 
 
 
 
 
 
 
 
   2 I J U   # $   x y L ]    B p     g      G K L V a      	 
  
   V b     ! Z d      - . / 0 \ ] g r      
       [ g          / = > ? I T                ?  K  r      ! ! !  " " " " !" "" #" $" P" Z" e" " " " " " # # # # # # 	# # Q# ]# # # # $ I$ $ $ $ $ $ $ $ $ $ $ $ % % 3% ]% ^% _% a% b% c% l% % % % & ,& [& x& & & & 
' ' ' ' T' q' {' ' ' ' ' ' ' ' ' ' ( ( ( ) ) 0) o) ) V* W* h* * * * * * * * , , , , .- f- - - Q. R. \. g. . . . . . . 
/ / 0/ C/ E/ \/ ]/ f/ / / 0 0 0 $0 Q0 X0 `0 a0 w0 0 0 0 0 0 0 0 0 1 !1 "1 #1 $1 -1 P1 ~1 1 1 1 1 1 1  2 2 2 '2 (2 )2 *2 +2 ,2 -2 .2 /2 02 X2 y2 z2 2 2 2 2 2 2 2 3 3 3 4 4 4 4 4 z5 5 5 5 5 5 5 5 5 6 6 -6 G6 O6 d6 y6 6 6 6 6 6 7 7 7 7 .7 N7 s7 7 7 7 7 7 7 8 >8 8 8 8 8 9 9 9  9 (9 =9 R9 d9 ~9 9 9 9 9 9 9 :  : :: T: d: ~: : : : : : : : ; ; '; (; ); *; 3; ; ; < f< = = = = = k= l= = = = = = > > 
> > > > > ,? u? @ @ @ @ '@ z@ {@ @ @ @ @ @ A A A A A !A A B aB B IC JC KC \C C C C C C C C C D D 9D ID cD }D D D D D D D E E 9E :E ;E <E ME E E E E E E F F )F *F +F ,F 5F F NG G G 1H H H H H [I I I I I I J J /J AJ [J uJ J J J J J J K K ,K >K XK rK K K K K K K K K 
L L !L 4L GL ZL mL nL oL pL yL =M M M HN {N N DO O O P P P P ;Q Q Q Q Q 1R ]R R R R R R ?S FS OS PS XS mS S S S S S S T "T 3T MT ^T xT T T T T T T U U 0U JU [U uU U U U U U U U U U V V +V ,V -V .V 7V V W WX X X GY Y :Z Z Z 8[ W[ v[ [ [ [ [ 1\ 2\ 3\ D\ \ \ \ \ \ \ \ \ \  ] ] .] ?] V] m] ~] ] ] ] ] ] ] ] ] 
^ $^ ;^ R^ c^ z^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ 2_ E_ X_ k_ m_ n_ o_ x_ ` Ra $b b  c Zc c c !d ?d qd e e f g `h ah hh j j Ej j j j k "k Ak `k k k k k k k k  l l l l 
l l <l ^l l l l l l 	m +m @m Am Rm m m m m m m o o o p Fp ~p p q iq jq q cr dr #s $s s s  t }t ~t t t +u cu u u Nv Ov Yv dv v v v v v v v v w !w #w $w %w .w vw w w w x 6x mx x x x x x x x x x y $y &y 'y (y 1y Oy sy y y z 	z 
z 2z 3z Fz Yz lz z z z z z z z Q{ R{ c{ d{ e{ { { { { { { { { { { | | } } -} .} /} 0} a} } } ~ ~ G~ ? @ t   % j  퀾 2 y ȁ    ) 4 g q { |   ʂ ݂      %  Ń ׃   F    Ǆ ΄ ք ׄ 턾      ( ) < O b u w x     " S p   Ԇ ߆   , R q r s    Ǉ ȇ      : ; N a t       + e w   ܉  I M N O P a     ˊ ފ         / b    댾 
 5 w x y      ፾ ⍾  Ԏ   @  現 菾     X Y   $ % ] / \ ]  L    n o   Ֆ 喾    ! g    o   A  ؚ  q r }             Û כ ޛ 㛾           # 6 > J K P   ✾ 㜾 蜾   _ ` e      $ ( B C H       垾   
  f k w x {            ̟ ͟ ؟ ܟ 㟾 ꟾ 럾 쟾 ퟾                 ۠ ܠ          ! ) / 0 9 = > Q ] ^ _ ` a s           ¡ á ġ š ҡ ӡ ᡾ ⡾ 㡾 䡾   ʢ ˢ       ֥ / <    ٦ ڦ    $ d e f s  B   쩾  ⪾ 㪾 諭 r ͫ >  
 t u 4  ﮾  . L M ` ư ǰ ذ      ز         G S b n o  ֶ  	  c h    "  ɸ # 蹾 鹾 :   ֺ ׺ { | Լ ռ C D   ȿ ɿ 㿾   ^ ¾ ¾ $þ %þ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ž 
ž ž ž -ž /ž 4ž 5ž Cž Ež Kž Lž _ž až gž hž }ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ƾ ƾ 
ƾ ƾ ƾ ƾ 5ƾ 6ƾ 7ƾ 8ƾ 9ƾ Ⱦ Ⱦ $Ⱦ lȾ Ⱦ Ⱦ Ⱦ ɾ ɾ Oɾ cɾ ɾ ɾ ɾ ɾ *ʾ Hʾ |ʾ ʾ ʾ ʾ ʾ ,˾ K˾ ˾ ˾ ˾ ˾ ˾ ̾ ̾ ̾ ̾ ̾ ; 
; &; Y; Z; x; ; ; ; ; ; ; ; ξ 4ξ Jξ `ξ vξ wξ ξ ξ ξ ξ &Ͼ 0Ͼ :Ͼ ;Ͼ bϾ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ о о 2о 3о Wо sо tо о о о о о о о о о о о о о о о Ѿ Ѿ *Ѿ +Ѿ EѾ aѾ bѾ tѾ Ѿ Ѿ Ѿ Ѿ Ѿ Ѿ Ҿ Ҿ $Ҿ DҾ EҾ FҾ mҾ nҾ oҾ pҾ qҾ rҾ {Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ӿ Ӿ Ӿ 6Ӿ 7Ӿ 8Ӿ eӾ fӾ gӾ hӾ iӾ jӾ sӾ Ӿ Ӿ rԾ sԾ tԾ Ծ Ծ Ծ Ծ Ծ Ծ Uվ վ վ վ վ վ վ վ վ վ ־ K־ a־ c־ ־ ־ ־ 6׾ 7׾ s׾ t׾ ׾ ׾ ؾ ؾ +ؾ |ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ Jپ Kپ \پ }پ ~پ پ پ پ پ پ Oھ Pھ ھ ھ ھ ھ ھ ھ ۾ 3۾ K۾ b۾ ۾ ۾ ۾  ܾ Fܾ Gܾ 1ݾ 2ݾ Iݾ ^ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ 	޾ ޾ '޾ (޾ 3޾ 8޾ 9޾ C޾ H޾ I޾ T޾ Y޾ Z޾ d޾ i޾ j޾ k޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ߾ ߾ *߾ +߾ 6߾ ;߾ <߾ F߾ K߾ L߾ W߾ \߾ ]߾ g߾ l߾ m߾ n߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ 4 B R S ^ c d n s t                      
    }         " ' ( 3 8 9 C H I J q                      * / 0 : ? @ K P Q [ ` a b                   ( 8 9 D I J T Y Z e j k u z { |    & 6 7 B G H R W X c h i s x y z                  ' 5 E F Q V W a f g r w x                      * J o                1 ; E F y       & ' G H   + P ` q      	 " ; T          . / ~     7 L d e f w . / 0 1 Z    0 B C 2 3 = H {       	 
    Z [ j {   2     $ F G k l }  $        ) *        ? I S T z       ! " B C          D   3 4         [ \   P Q c   0 1 F  3 6   	 	 
 
 
 /
 B
 C
 H
 P
 U
 V
 [
 c
 o
 p
 u
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
          N O   0 1   ~        w x      	  # 0 = N _ p          # $   C D ! ! ! ! 0" " " " # ;# k# l# # $ t$ u$ $ % % % & & & & 2' <' F' G' u' ' ' ' ' ' ' '  ( '( N( ( ( ( ( ) ') ) ) ) ) ) ) ) ) ) ) * * C* M* W* X* * * * * * * * * * + ,+ W+ + + A, , , , , , , , , , , %- /- 9- :- h- - - - - - - - - - - . ;. {. . %/ / / / / / / / / / / / 0 60 @0 J0 K0 y0 0 0 0 0 0 0 0 0 0 0 "1 P1 1 1 1 #2 $2 %2 62 D2 E2 F2 P2 [2 2 2 2 2 2 2 2 2 2  3 3 
3 I3 U3 |3 3 3 3 4 M4 4 4 4 4 4 4 4 5 5 $5 W5 a5 k5 l5 5 5 5 5 5 5 5 6 6 6 
7 C7 7 7 8 88 98 :8 ;8 <8 =8 m8 : : S: : : ; K; ; ; ; ; < 8< B< L< M< u< < < < < < < < < = o= = = = = = = = = = > %> &> '> (> P> s> > > > > > > > > > ? J? K? L? ]? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ =@ P@ c@ d@ e@ f@ o@ @ NA aA GB HB IB JB [B C C (C )C 1C FC [C mC C C C C C C D D )D CD ]D mD D D D D D D D E $E 7E 8E 9E :E CE E E PF QF RF cF F F F F F F F G G 6G FG `G zG G G G G G G H H 6H 7H 8H 9H aH yH H H H H H H H H WI tI I J J J J J J 	K 
K 2K KK pK K K K K K K K _L L L M M M M M M N N AN BN gN zN N N N N N N N O O O HP P P P P MQ NQ UQ ^Q _Q gQ |Q Q Q Q Q Q R R #R 8R MR _R yR R R R R R R R R >S ?S gS hS {S S S S S S S S S T T (U <U U |V }V ~V V V uW |W W W W W W W W W X $X >X XX iX X X X X X X X Y !Y ;Y UY fY Y Y Y Y Y Y Y Y Y Y Z Z 
Z Z Z Z 2[ [ [ \ l\ \ 7] ] <^ ^ ^ ^ ^ (_ ?_ o_ _ _ _ '` S` ` ` ` ` ` ` ` ` a  a 5a Ga aa {a a a a a a a b b 3b Hb ]b ob b b b b b b c $c >c ?c @c Ac ic jc }c c c c c c c c c d e e kf xf f \g g h h h h i 9i Pi oi i i i i i &j -j 6j 7j ?j Qj cj uj j j j j j j k k 2k Ck Zk [k ck uk k k k k k k l l /l @l Vl gl ~l l l l l l l l l l 	m m m 
m m (n n o @p p p Cq bq q q r r Js it u u u v w w w #x Bx ax x x x x y y /y sy ty y y y y y y y y y y z @z Az cz z z z z z z #{ H{ I{ J{ K{ { 5} 7} k} } } ~ c~ ~   Z          P  ɂ  H  샿 탿   5 ? I J r s       Ä ̄  7 n   ԅ  9 : K L M u v     Ć ņ Ɔ φ 톿       Ї ч 䇿  
     ! * H l      + , ? R e x z { |   ,   ˊ ̊ ͊ Ί      勿 ݌ ތ  T  Í  I  Ў  f    Ǐ ҏ     B C h {      Ð 2 c u   䑿 & ' 8 e l t u      ƒ ǒ ڒ 풿      , - 6     ' : r }   ʔ     " V ] e f      ؕ ٕ 앿   % ' ( ) 2  ɖ   P [ z  痿 뗿 엿 헿   , - U V i |        [ ͙   1 C ~   Ӛ    ( U V W X    r   ޜ J    5     0   ß  ͡   8 ꢿ $ % X  
 B W s      O ~  
 J  ߧ 7 v     ' 6 B U Y Z [ \ ] ^ _ ` a u |             ԩ ܩ 詿 驿  % *         : >    « ƫ ૿ ᫿ 櫿  # J K P ~       	    # $ ' 0 1 2 C H P W ^ j k v z                   _ ` a z {          Ȯ ή Ϯ خ ܮ ݮ         , - 8 E F P ] ^ _ ` a b c d q r       i j \ ] 4 5 L e f             ó ǳ ȳ ۳ 糿 賿 鳿 곿 볿    # 0 1 ; H I J K L M N O \ ] k l m n {  T U G H    7 @ `  Ƹ    c d w     ﹿ   5 ̺   v w l m y  W Ⱦ .      y z     Pÿ Qÿ bÿ Ŀ Ŀ ſ -ſ Fſ bſ |ſ }ſ ƿ ƿ &ȿ 'ȿ ȿ ȿ ȿ ȿ ȿ ȿ ȿ Jɿ `ɿ ɿ ɿ ɿ ɿ ɿ 1ʿ ʿ ʿ ʿ ˿ S˿ ˿ r̿ s̿ ̿ Ϳ Ϳ `Ϳ aͿ ο ο ^Ͽ _Ͽ п п ѿ ѿ Rҿ Sҿ mҿ ~ҿ .ӿ ӿ /տ 0տ տ տ ׿ ׿ ׿ 5׿ 6׿ J׿ K׿ L׿ U׿ c׿ p׿ q׿ r׿ s׿ t׿ u׿ y׿ z׿ {׿ |׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ؿ 	ؿ ؿ ؿ $ؿ &ؿ +ؿ ,ؿ Fؿ Hؿ Mؿ Nؿ ]ؿ _ؿ eؿ fؿ tؿ vؿ |ؿ }ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ڿ ڿ ڿ ڿ ۿ Dۿ ^ۿ ۿ ۿ ۿ ۿ !ܿ 9ܿ mܿ ܿ ܿ ܿ ݿ $ݿ Xݿ rݿ ݿ ݿ ݿ 	޿ 
޿ ޿ ޿ .޿ 7߿ 8߿ N߿ t߿ ߿ ߿ ߿ ߿ ߿ ߿   # $ B r s t        g h r }      	 
   6 L b d { |             ' G H I p q r s t u ~         ) B W l                $ % 9 : \ x y              F G     / 0 1 2 R   ) * 4 ? r |         (     
 ^     I J k l m n o p y      	 
   9    & 0 ; E F       U         ! 1 2 = B C M R S ^ c d n s t u                     0 1 < A B L Q R ] b c m r s t                    . > ? J O P Z _ ` k p q {              	        9 G W X c h i s x y         P r                  	   % * + 5 : ; F K L V [ \ ]                   * : ; F K L V [ \ g l m w | } ~                  r s                  # 1 A B M R S ] b c n s t ~                     . < L M X ] ^ h m n y ~           s t     + , ` r s }       ' 9 ; R S \              0 1 B     
  4 c d e f g p     g  r                      s t             @ o           = >  * J k        X  	 G       9	 :	 n	 	 	 	 	 	 	 	 	 
 ,
 >
 ?
 @
 A
 J
 
 
 
 
   > ? P      d    U b           S T       + ,  &                     $ % - 5 : ; C K W X ` g l m u |     , -   ! ! ! ! 2" >" " " q# r# $ 	$ [$ & & %' &' w' ) ) ) !+ ++ q, r, - - - - - - - - . . . 0. C. Z. q. r. }. / / K0 L0 0 0 3 3 t4 4 4 
5 5 j5 5 5 5 5 ?6 6 6 6 &7 68 C8 o8 s9 t9 ~9 9 9 9 9 9 9 1: 2: 4: 5: 6: ?: ~: : : : ; >; I; ; ; ; < < 
< < U< V< W< X< < < < < < < < < = 5= 6= 7= 9= := ;= D= = = = = !> E> > 4? D? E? F? W? e? f? g? q? |? ? ? ? ? ? @ @ @ @ @ @ @ (@ g@ s@ @ @ A )A A B (B )B *B ;B IB JB KB LB xB B B B B B B C *C +C ,C -C /C 0C 1C :C yC C C C D 9D qD D D D D D D D D D E "E ,E -E [E E E E E E E E E E F 4F TF F F F  G !G 2G @G AG BG |G G G G G G G G H  H !H #H :H ;H DH FI GI XI I I ~J J J J J J J J J J L L L M VM M M $N yN zN N N N N N N N O 2O EO XO kO mO O O O O P 9P :P ;P LP yP P P P P P P P P P P Q #Q 6Q IQ JQ KQ LQ UQ xQ Q Q Q Q Q R R (R )R ?R OR PR QR RR SR TR UR VR WR XR R R R R R R R R R R 6S S S T T T T T U U U U U U U U V +V ;V UV oV wV V V V V V V W +W ,W -W .W VW vW W W W W W W W 8X fX X X X X 7Y >Y GY HY PY eY zY Y Y Y Y Y Z Z !Z 6Z HZ bZ |Z Z Z Z Z Z Z Z [ [ )[ <[ O[ P[ Q[ R[ [[ [ [ E\ \ ,] -] .] /] @] ] ] ] ] ] 
^  ^ 3^ 4^ 5^ 6^ ?^ ^ _ T_ _ ;` <` =` >` O` ` ` ` ` ` a a *a =a >a ?a @a Ia b Eb b b qc rc sc c c c c c c c d d -d Gd ad qd d d d d d d e e -e Ge ae be ce de ue e e e e f f +f >f Qf Rf Sf Tf ]f g vg g g Yh i i i i i i j j j j -j Bj Wj ij j j j j j j 
k k *k ?k Tk fk k k k k k k 
l l l 
l 5l 6l Il \l ol l l l l l l em m n pn n n lo o p p q q $q cq q q q %r Yr r r r s s #s gs ns ws xs s s s s s s t t 0t Jt [t ut t t t t t t t u -u >u Xu ru u u u u u u u u u v v -v @v Sv Tv Uv Vv _v w x x x y oy y bz {  { `{ { { { { { | Y| Z| [| l| | | | | | | | | } (} ?} V} g} ~} } } } } } } } } ~ #~ 5~ L~ c~ z~ ~ ~ ~ ~ ~ ~  	 
  3 4 G Z m        z L ʂ H  ̓  I g  + ԅ      , - m  ̊  + J i       " # ( * + , 5 B d   ʌ ˌ   1 S h i z  ҍ Ӎ ԍ Ս     7 n   <      K L   H   ڔ  S  ҕ ! v w    ɖ Ӗ Ԗ    # 6 I K L M V    & D ^  Ø Ę ՘ ֘ ט     & 9 L N O P Y w    0 1 2 Z [ n        Қ  y z      ɛ ܛ       3  C D U V W X    = > o g h  ޟ  M  Ӡ  Z   E F G Q \     ̢ ͢    + - C D M    7 B n   ¤      % & ' ( P Q d w        / J {   Ħ   & B T z           7 8 9 : b c v        + S   ک   / q u v w x    ߪ     , . / 0 9   W   ͬ   2 ]     ߭    	 
 E  . / h ԯ   B  * +     L M  W   ´ t      ̶   
   H I  ٸ  A  Թ - i    7      ̻ ߻               + , - 9 : ; < G K ^ f r s x   
   = B    Ľ Ƚ     L P j k p   Ծ վ ھ  
 3 4 5 ?            Ϳ ҿ ڿ                         ! 6       / 0 D F G H I J R X Y b f g z                       
   
  ,          X e       ; < M      k ' (        g  6   ]    W u v      A       % &   $ % p |      1 2 C    . / K   L   c          l m # $         M N                     4 6 < = V X ] ^ l n t u                         / 1 6 7 > C ^ _ ` a b @ A M     1 D x      S q     ! U t          " 5 6 O           G ] s        O Y c d           $ F G [ \                   > ? S T n        % & ; < M m n o               - . ? _ ` a                   ~        % & G t      _ `     B C T    
   
    s t         x y       E \ t     ) o p Z [ r               
    2 @ P Q \ a b l q r }                        5 C S T _ d e o t u                  
             !  ]  k  {  |                                          # ( ) 3 8 9 :     / 0 ; @ A K P Q \ a b l q r s                  ) 7 G H S X Y c h i t y z                      C Q a b m r s }            A O _ ` k p q {                    
    " # $ P ^ n o z                      
    ( - . / S s        ! " E    	 	 	 '	 Z	 d	 n	 o	 	 	 	 	 	 	 	 O
 P
 p
 q
 
  T y        2 K d }    
 
 
 
 
 
 W
 X
 
   - F ` u     W X Y Z    G Y k l [ \ f q         2 3 4 5 >       [   
 0 M o p     M   ) * + , R S   
    * 5 h r | }        J K k l      : ; < = m  ' \ ]   ,  -  >  ! ! E" F" y# z# # $ $ Y' Z' o' ' \( _( ( ( ) ) 6* 7* F* X* k* l* q* y* ~* * * * * * * * * * * * * * * * * * * * * * * + + + + + '+ (+ )+ *+ + + #- $- . . w/ x/ / / Y0 Z0 1 1 1 1 1 3 3 4 4 5 6 6 ;7 8 8 : : 2; ?; L; Y; f; w; ; ; ; ; ; ; ; ; < < < L= M= = = l> m> ?A @A B $B YB B B 	C 7C dC C C C .D D D D E E F G G G (G [G eG oG pG G G G G G G G H )H PH wH H H H !I +I PI I I I I I I I I #J $J .J 9J lJ vJ J J J J J J J J J J "K .K UK K K K jL L L L L L M M M M M NM XM bM cM M M M M M M M M M N N 9N dN N N NO O O O O O O O O O P !P ,P _P iP sP tP P P P P P P P P P Q $Q KQ yQ Q Q R LR MR NR _R mR nR oR yR R R R R R R $S %S &S (S )S *S 3S rS ~S S S S "T ?T vT T T T T T T U 8U BU MU U U U U U U U U U U U V V V 6W lW X X /X aX bX cX dX eX fX X GZ HZ |Z Z Z -[ t[ [ \ \ #\ .\ a\ k\ u\ v\ \ \ \ \ \ 
] ] #] $] -] ] ] ] ] ] ] ^ ^ '^ (^ >^ N^ O^ P^ Q^ y^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ E_ s_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` @` A` f` y` ` ` ` ` ` ` wa a pb qb rb sb b Ac Hc Qc Rc Zc oc c c c c c c d d +d @d Rd ld d d d d d d d d e :e Me `e ae be ce le e f yf zf {f f f f f f f g g +g Eg _g og g g g g g g h h +h Eh _h `h ah bh h h h h h h h h h h i i i -j j j j j j 2k 3k [k tk k k k k k k k k l l l <m m m m m m An Bn jn kn n n n n n n n n n o o (p qp q q q #q vq wq ~q q q q q q q q  r r *r Dr Lr ar vr r r r r r  s s s s s gs hs s s s s s s s s s s s t u Qu eu u v v v v "w w w w w w w w w x "x <x Mx gx x x x x x x x y y 9y Jy dy ~y y y y y y y y y y z !z 4z 5z 6z 7z @z { [{ { | B| | } `} } e~ ~ ~ ~  Q h    $ P |     
    4 I ^ p    ρ    % ? G \ q    ̂ ݂   " < M g h i j     ̃ ߃                  = b y       O V _ ` h z    Ǌ ފ    4 E [ l       ԋ    * A X i       Ҍ ӌ     2 4 5 6 ? Q   i  ! l    8 ʒ s   ' ( / ˗ ̗  L k  ʘ   ' F G X     Ǚ ə ʙ ˙ ԙ   % G i j   К     L q r s t  ^ `  ֝ 
 E  ۞ 0 1  * +      D E y   * q      + ^ h r s    ¤ դ      = `  ť   4 b c t u v    Ŧ ئ       :   ϧ Ч ѧ   
   3 F H I J S q    * + , T U h {       ҩ U       (   ܫ ݫ    ; }   1 r   @       . 8 B C k l    ʰ ̰    [   ֱ  
 O P a      Ĳ Ų Ʋ ǲ     ) < > ? U V _ γ   7 P c   Ŵ    8 9 : K      ֵ ׵ ص ٵ    ( ; N P Q R [ ʶ  , > y   η      ( U V ~     ˸ ͸ θ ϸ ظ G   ) Z l   Ѻ  > ? @ Q ~        ͼ μ  s    ^ ɾ ʾ    Y    $  # $ a  M N  5 6 k       . x   6 s   `   8 9 D P _ k ~                             N S      & ' , c g      	 
  G L s t y       - 2 > ? B L M P Y Z [ l q y                                              $ % & ' ( : T U ` m n x                     \ ] t }    K L X       + , - : r 	        9   k  ; <  V      '      H j       c d     ) 5 6      * / n    S      Q R   B C   
        k % l m   W [ \ r s                        
    & ( . / D F K L a c h i                            3 M      * ^ v     C a      F G H I k t u         ! ? M ` a        ' = >         ) F G ] s            : ; P Q R S d                ( ) ; f             
  4  5  6  7  8  9  B  a  b  v  w                    , - . / 0 1 :   9 : ; L l m n o   P f g q |       ( * [ \ e   : ; J     C            # D E F G H I v   X c m x     	 )	 V	 W	 	 	 
 
 
 
  % P ^ n o z                     
      ! + 0 1 2 O ] m n y ~                 
 
 

 
 
 
 #
 $
 .
 3
 4
 5
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 	   % * + 5 : ; F K L V [ \ ] v                 D                
    8 F V W b g h r w x                     " ' ( ) Y g w x                         ! , 1 2 < A B C       	      * / 0 : ? @ A ` n ~                  
    ( - . 9 > ? I N O P k y                  6 Y Z       h i         
 @ d v x        ]    ' 8 H I m n      J K q         E       + , - >     !     	 
     B L V W }        !  "  1  B  z  {    g! ! ! ! ! 
" " 2" 3" D" " " F# # # # # # # # v$ w$ $ $ $ $ $ % % % % A% i% {% |% }% ~% % % % 	& 
& Y& Z& {& |& & & & & & ' ' ' ) ) , , - - - "/ #/ / / 1 1 *1 2 2 4 4 
5 Z5 5 5 h6 i6 N7 c7 7 7 7 7 	8 
8 8 8 8 8 "8 *8 68 78 <8 C8 H8 I8 N8 U8 a8 b8 j8 r8 w8 x8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 i9 j9 : : W< X< = = o= {= = = > > E? F? ? YA ZA bB cB B >D ?D D ^F hF G G H H H H I I &I 7I HI YI ZI mI I I I I I J J K K 
L L N N O O O GP HP P P Q 2Q 3Q |Q Q ;R <R cR sS S S T T T T T U 
U U <U nU oU qU rU sU |U U U U V SV {V V V V V HW IW JW [W W W W W W W W W 
X X X X MX rX sX tX vX wX xX X X X X Y ^Y Y Z qZ Z Z Z Z Z Z Z Z Z Z Z  [ [ /[ U[ V[ W[ X[ Z[ [[ \[ e[ [ [ [ \ B\ f\ \ U] e] f] g] x] ] ] ] ] ] ] ] ] ^ ^ ^ @^ g^ h^ i^ j^ l^ m^ n^ w^ ^ ^ ^ _ V_ v_ _ _ _ _ _ ` ` 
` ` "` U` _` i` j` ` ` ` ` ` ` ` ` a a Ca qa a a a b ]b ^b ob }b ~b b b b b b c (c 2c 3c \c ]c ^c `c wc xc c d d d d 
e e e e e  f f f f f 4f g g h \h h h i ai i i i i i 	j j j <j \j oj j j j j j j j 6k Ik vk wk xk k k k k k k k k k k l :l Ml `l sl l l l l l l l m m m $m Um \m em fm |m m m m m m m m m m m m m m n n *n +n ,n -n 6n sn o (o p p p p "p p p p p p 
q "q 4q Nq hq xq q q q q q q 
r $r 4r Nr hr ir jr kr r r r r r r  s s 
s us s t t t *t tt {t t t t t t t t t 
u 'u Au Iu ^u su u u u u u u u u  v (v @v Sv fv yv v v v v v w ;w w w ix jx kx lx }x x x x y 7y Jy ]y py qy ry sy |y &z Nz z z x{ y{ z{ {{ { { { | 	| .| A| T| g| z| {| || }| | [} } } ~ ~ ~ ~ ~    % & . C X j         & @ Z j         . / B U h {      S     C D E V  < C L M U j     څ    0 J R g |    ׆    - G H I J r s     ҇ Ӈ ԇ Շ އ   Z   3   Y  Y Z a    6 b     N O `      Ҏ    ( B S m    Ï ݏ    $ 6 P j {    ڐ      0 1 D W j }      Z T  2 ?  #  V ]   ۖ    6 U           * < N e |    Ҙ   
 ! " * < N ` r    ș ߙ    . E F G H p q     К Қ Ӛ Ԛ ݚ       
 )   ֟ h  0 X ţ ƣ ͣ i j   	 ( h   Ŧ    : ; _ ` e g h i r   ç    * L n          L   2 t   * y ά Ϭ ! ȭ ɭ   M N     Y  Ȱ  ^    ɱ     9 : M ` s      ۲  5 c   ҳ       < = P c v       ش [ \ m n o     ѵ       3   ȶ ɶ ʶ     , ? A B C L p        Ƹ R S z {    ٺ  R  ϻ  R  ޼ -      ̽ ֽ   	 
 / B U h j     * < t      , 3 ; < R b c d e            l      9 D c         $ , - ] t u v w           h     " A l           0 C V i k l m v  "    
 E P o          F G  9 k l   L M   g h    Z              	  : J ]     E ~   j   = t      	    ! " # $ % & ' ( < C H X Y h i j v w x y          G H M z       W X ]           E J p q r |            
    % 1 2 = A H O P Q R S T U V W X Y Z [ \ ] ^ s & ' @ A Z k l                          # $ % & ' ( ) * 7 8 F G H I V h / 0 " #     ;      > ? R w x        c d Q R G H T  2  	 r     T U     + , = [ }   ! = W X a b   ` a      % ; m n     j k   .  M N    ; <   9 :   _ ` - . H Y 	  
           %  &  '  0  >  K  L  M  N  O  P  T  U  V  W  p  r  x  y                                       ! # ( ) 8 : @ A O Q W X k m r s z       | }     9 m      H [     3 M ]       	   ) O ^ q r        	 M	 N	 O	 	 	 	 	 	 	 B
 C
 M
 X
 
 
 
 
 
 
 
 
  ' = ? V W `             " # $ K L M N O P Y z {       
 
 2
 G
 a
 b
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 
     7 S T i j {           ! "     
   
 -       M W a b             9 ~    $ % F G H I J K T                   !       0 e          
    ( - . 9 > ? I N O P n |                       ' , - 8 = > H M N O q                  	   % * + 5 : ; F K L V [ \ ]                   " 2 3 > C D N S T _ d e o t u v  + M [ k l w | }                      ! & ' 1 6 7 8 e s                    ! & ' 1 6 7 B G H R W X Y                  M  N  }                                    ! ! ! (! -! .! 8! =! >! I! N! O! Y! ^! _! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	" " '" (" 3" 8" 9" C" H" I" T" Y" Z" d" i" j" k" " " " " " N# O# \# ]# ^# # $ $ ;$ M$ N$ X$ c$ $ $ $ $ $ % % % -% .% 7% % % % % % Z& & & & & & & ' ' ' n' ' ' ' ' ' ( >( ?( @( A( B( K( ( ( ( B) M) i) ) ) ) ) ) ) ) * * * * * N+ O+ + + + + , , , , , , , , - J- \- n- o- p- q- z- - - - - . . . / %/ F/ l/ / / / / / / 30 0 0 "1 e1 f1 g1 h1 1 1 2 2 I2 [2 \2 f2 q2 2 2 2 2 2 3 3 3 3 3 %3 3 3 3 3 3 3 4 4 +4 v4 w4 x4 y4 4 ?5 c5 7 7 0: =: h; i; z; < < = = > > > .@ /@ B B B B C C D D D E rE sE E E E E E E E E E E E E E E E E E E E  F F F F F F &F 2F 3F ;F BF GF HF PF WF cF dF eF fF G G _H `H I I J J 
K K K K LL ML L L 6M N N  P P RP Q Q wR S T LU MU nV {V V V V V V V V V V W W 5W LW MW XW X X &Y 'Y Y Y {\ |\ O] `] ] ] ] E^ s^ ^ ^ ^ _ j_ _ _ ` a a Ja Nb Ob Yb db b b b b b c 
c c c c c Yc ec c c c d $d ]d gd d d d d d 0e 1e 2e 3e _e `e je ue e e e e e f f f f f f f ^f jf f f f  g g h h  h !h 2h @h Ah Bh Lh Wh h h h h h h h h h h h h i Bi Ni ui i i j j j k k k k $k %k &k 'k Sk ]k hk k k k k k l l l l 
l l l l Tl `l l l l m Lm m m m m m m m m m m m n n 6n `n an bn dn en fn on n n n o /o ^o {o o o o 
p p p p Wp tp ~p p p p p p p p p p q q q !r "r 3r rr r Ys Zs ks s s s s s s s u u u u 1v iv v v Tw Uw _w jw w w w w w w 
x  x 3x Fx Hx _x `x ix x x y y y 'y Ty [y cy dy zy y y y y y y y y z $z %z &z 'z 0z Sz z z z z z z z { { { *{ +{ ,{ -{ .{ /{ 0{ 1{ 2{ 3{ [{ |{ }{ { { { { { { { | | | } } } } } }~ ~ ~ ~ ~ ~ ~ ~ ~   0 J R g |         	 1 Q v        A    ȁ   " # + @ U g    ł ߂    # = W g      ƃ ރ    * + , - 6  ل   i   	 
  n o   Ն        ć  / x     * } ~   ̉ ߉       $    d  L M N _    Ì Č ̌    " < L f     č ލ   " < = > ? P   ̎ ͎     , - . / 8  Q   4     ^ ڒ       2 D ^ x    Γ     / A [ u    ˔       $ 7 J ] p q r s | @   K ~ ї G       >   Ԛ   4 `      B I R S [ p    Ɯ    % 6 P a {     ԝ    3 M ^ x      Ξ Ϟ     . / 0 1 :   Z С ݡ J  =   ; Z y   Ԥ  4 5 6 G       ȥ ڥ    1 B Y p      Ȧ ڦ    ' > U f }    ̧       " 5 H [ n p q r {  U '  # ]  Ǭ $ B t   ί  c d k   H   Ƴ  % D c    ش ٴ         ? a    ȵ   . C D U         и  I  ȹ  l m  f g & '   #     . f   Q R \ g     ׿ ؿ    $ & ' ( 1 y     9 p           ' ) * + 4 R v     
 5 6 I \ o        T U f g h               0 1 2 3 d     J B C w   ( m   5 |    ! " , 7 j t ~           (      I              + , ? R e x z {    
 % V s       / U t u v           = > Q d w       . h z    
 L P Q R S d         	 
     2 e     
 8 z { |           	 
 C        [ \   ' ( ` 2 _ `  O    q r      # $ j    r   D    t u                           " & 9 A M N S        b c h      ' + E F K            i n z { ~                                       	 
    ! " # $ , 2 3 < @ A T ` a b c d v                                2 ?         ' g h i v  E        u  A   w x 7    1 O P c                   J V e q r         f  k     	 %   &   =     ~    F G       	 a
   ' ( 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     0 2 7 8 F H N O b d j k                     	      8 9 : ; <   ' o      R f     - K      / N             ) \ ] {        ! 7 M c y z     ) 3 = > e             ! 5 6 Z v w                  - . H d e w          ' G H I p q r s t u ~           9 : ; h i j k l m v   u v w       X           ! N d f    9  :  v  w      ! ! .! ! ! ! ! ! ! ! ! ! ! M" N" _" " " " " " " " R# S# # # # # # # $ 6$ N$ e$ $ $ $ % I% J% 4& 5& L& a& & & & & & & & & & & & & & & & & & ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' n' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( -( .( 9( >( ?( I( N( O( Z( _( `( j( o( p( q( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 7) E) U) V) a) f) g) q) v) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * 
* * * * * * * * 	+ 
+ + + + %+ *+ ++ 6+ ;+ <+ F+ K+ L+ M+ t+ + + + + + + + + + + + + + + + + , , !, ", -, 2, 3, =, B, C, N, S, T, ^, c, d, e, , , , , , , , , , , , , , , , , , - +- ;- <- G- L- M- W- \- ]- h- m- n- x- }- ~- - - - . ). 9. :. E. J. K. U. Z. [. f. k. l. v. {. |. }. . . . . . . . . . . . . . . . . . */ 8/ H/ I/ T/ Y/ Z/ d/ i/ j/ u/ z/ {/ / / / / / / / / / / / / / / / / / 0 0 0 	0 -0 M0 r0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 42 >2 H2 I2 |2 2 2 2 2 2 2 )3 *3 J3 K3 3 3 .4 S4 c4 t4 4 4 4 4 4 5 %5 >5 W5 5 5 5 5 5 5 5 5 5 16 26 6 6 6 7  7 :7 O7 g7 h7 i7 z7 18 28 38 48 ]8 8 8 !9 39 E9 F9 5: 6: @: K: ~: : : : : : : ; 
; ; ; ; ]; ^; m; ~; ; ; 5< < < < 
= '= I= J= n= o= = = '> > > ? ? ? ? ,? -? ? ? ? ? ? @ @ B@ L@ V@ W@ }@ @ @ @ @ @ @ $A %A EA FA A A A A A B B B B GB B C 6E 7E G G I I I ^J _J K  K SL TL fL M M 3P 4P IP P 6Q 9Q Q Q R R S S  S 2S ES FS KS SS XS YS ^S fS rS sS xS S S S S S S S S S S S S S S S S S S S S S T T T T T T U U W W QX RX X X 3Y 4Y Y Y Z Z Z \ \ ] ] ] z_ {_ ` a a b b d d &d 3d @d Qd bd sd d d d d d d d d d &f 'f f f Fg Gg j j j j 3k k k k l >l nl ol l m wm xm m n n n o o o p 5p ?p Ip Jp xp p p p p p p p q *q Qq q q q q r *r r r r r r r r r r r s s Fs Ps Zs [s s s s s s s s s s t /t Zt t t Du u u u u u u u u u u (v 2v <v =v kv v v v v v v v v v v w >w ~w w (x x x x x x x x x x x x y 9y Cy My Ny |y y y y y y y y y y y %z Sz z z z &{ '{ ({ 9{ G{ H{ I{ S{ ^{ { { { { { { {  | | | | 
| L| X| | | | | } P} } } } } } } } ~ ~ '~ Z~ d~ n~ o~ ~ ~ ~ ~ ~ ~ ~     F   	 ; < = > ? @ p ! " V  σ  N      ; E O P x    х      r     ņ      ( ) * + S v     Ç ć Ň ·   M N O `      Ȉ Ɉ ʈ ˈ ̈ ͈ Έ ψ Ј ш    @ S f g h i r  Q d J K L M ^  " + , 4 I ^ p    Ό     , F ` p      ύ   ' : ; < = F  ߎ S T U f     ɏ ޏ    9 I c }     ې    9 : ; < d |    ȑ ɑ ʑ ˑ ԑ Z w         
 5 N s        b  ͕      Ȗ   D E j }           K     P Q X a b j     ښ    & ; P b |    ڛ ۛ ܛ ݛ  A B j k ~    ʜ ˜ ̜ ͜ ֜   + ? Ҟ      x       Р    ' A [ l     ͡ ߡ   $ > X i       ¢ բ        ޣ 5    o  :  ?    ܧ + B r  Ҩ  * V          # 8 J d ~   ê Ԫ    ! 6 K ` r    ѫ    ' A B C D l m     ̬ ͬ ά Ϭ ج    n {  _ ۰   ٱ   < S r  Ҳ Ӳ Բ  ) 0 9 : B T f x    ϳ     5 F ] ^ f x    Ŵ ܴ    2 C Y j        ӵ        +  Ÿ C   F e º    M l    	    & E d       ! 2 v w           ! C D f       & K L M N  8 : n    f  
  ]          S    K      8 B L M u v          : q     < = N O P x y                    
   " # $ - K o      . / B U h { } ~    /                W    L    i          E F k ~       5 f x    ) * ; h o w x              / 0 9     * = u         % Y ` h i           ( * + , 5     S ^ }        / 0 X Y l        ! ^   4 F        + X Y Z [    u    M    8     3        ;  ' ( [   E Z v      R    M   : y     * 9 E X \ ] ^ _ ` a b c d x                   ( -          = A         ! & M N S            & ' * 3 4 5 F K S Z a m n y }                   b c | }                        . / : G H R _ ` a b c d e f s t       k l ^ _ 6 7 N W w   % & 2 z {         L            n  E     0       g h y   "	 D	 ]	 y	 	 	 
 
 = >     
 
 
 a
 w
 
 
 
  	 H    - j     + , w x   u v     i j   E  F G   1 5 6 L M a b c l z                           	    % & ; = B C ] _ d e t v | }                   
 ' [ u      8  P          ! ;! o! ! ! ! !  " !" "" #" E" N# O# e# # # # # # # # $ '$ :$ ;$ Y$ $ $ $ $ $ $ % % % ~% % % % % % % % &  & !& 7& M& c& y& {& & & & & & & & & ' ' *' +' ,' -' >' ^' _' `' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( @( Y( n( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) ) ;) <) P) Q) s) ) ) ) ) ) ) ) ) * * * 	* 
* * * ]* ^* + + + &+ F+ G+ H+ I+ i+ + *, @, A, K, V, , , , , , , - - 5- 6- ?- - - . . $. u. . . . / `/ a/ / / / / / / / / / / 0 0  0 !0 "0 #0 P0 0 0 21 =1 G1 R1 \1 ]1 1 1 1 2 02 12 l2 2 2 2 3 3 3 3 *4 84 H4 I4 T4 Y4 Z4 d4 i4 j4 u4 z4 {4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 
5 5 5 )5 75 G5 H5 S5 X5 Y5 c5 h5 i5 t5 y5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 6 76 E6 U6 V6 a6 f6 g6 q6 v6 w6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7  7 %7 &7 07 57 67 77 P7 ^7 n7 o7 z7 7 7 7 7 7 7 7 7 7 7 7 7 8 g8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9  9 09 19 <9 A9 B9 L9 Q9 R9 ]9 b9 c9 m9 r9 s9 t9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : 3: A: Q: R: ]: b: c: m: r: s: ~: : : : : : : : : : : : : : : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < 	< 
< < < < < :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < < = = = = = = #= (= )= *= E= S= c= d= o= t= u= = = = = = = = = = = = = > 3> 4> > > > > > > B? C? w? ? ? ? ? ? ? ? ? @ >@ P@ R@ i@ j@ s@ @ @ @ @ 7A A A A B B "B #B GB HB YB B B B B $C %C KC zC {C |C }C ~C C C C D ~D D D D D D E E E E E E E E E F F F F F F G G G G H &H 0H 1H WH H H H H H H H H H I I TI UI I AJ aJ J J J J J K 
K K oK K  L ^L L L L L L L PM QM M M M M M M M M M N CN UN VN WN XN aN N N N N 3O 4O UO VO gO O O O O O {P P R R lU yU V V V W W X X Y Y Z j[ k[ ] ] ] 4^ ^ ^ B_ C_ (` =` ` ` ` ` ` ` ` ` ` ` ` a a a a a "a #a (a /a ;a <a Da La Qa Ra Za ba na oa wa ~a a a a a a a a a Cb Db c c 1e 2e e e If Uf f f g g h  h rh 3j 4j <k =k k m m m 8o Bo p p q q q q q q  r r "r 3r 4r Gr Zr qr r r r s s bt ct t t w w x x x !y "y y y y z 
z Vz z { { ={ M| Z| | } } } } } } } } ~ H~ I~ K~ L~ M~ V~ ~ ~ ~ ~ - U `    " # $ 5 l m n o         ' L M N P Q R [   ́  8 \  K [ \ ] n | } ~   ƃ Ѓ ڃ ۃ 	 / 0 1 2 4 5 6 ? ~   ܄  @ ƅ / ? @ A R ` a b c    ׆     A B C D F G H Q   Ç  0 P  Ĉ ň ƈ ׈      / 9 C D r           K k    7 8 I W X Y    ŋ    
 6 7 8 : Q R [ ] ^ o      َ ڎ ێ ܎ ݎ ގ    ِ ڐ          ' - . 7 ; < O [ \ ] ^ _ q              Ñ Б ё ߑ      Ȓ ɒ       ԕ - :    ז ؖ    " b c d q  @        p ˛ <   r s 2    , J K ^ Ġ Š ֠      ֢         E Q ` l m  Ԧ    a f       Ǩ !   8   Ԫ ժ y z Ҭ Ӭ A B   Ư ǯ    \   " #         ɴ ״           	    + - 2 3 A C I J ] _ e f { }          µ ѵ ӵ ٵ ڵ           3 4 5 6 7   " j   Ҹ   M a     ( F z  ̺   * I } ~      ¼   
  $ W X v         2 H ^ t u ۾ ܾ   $ . 8 9 ` } ~    ֿ ؿ      0 1 U q r                  ( ) C _ ` r         " B C D k l m n o p y           4 5 6 c d e f g h q   p q r       S           I _ a    4 5 q r     ) z          H I Z { | } ~    M N        1 I `     D E / 0 G \                    % & 1 6 7 A F G R W X b g h i                  
  ( ) 4 9 : D I J U Z [ e j k l                  2 @ P Q \ a b l q r }                     
   {           % & 1 6 7 A F G H o }                    ( - . 8 = > I N O Y ^ _ `                   & 6 7 B G H R W X c h i s x y z    $ 4 5 @ E F P U V a f g q v w x                  % 3 C D O T U _ d e p u v                      ( H m                / 9 C D w       $ % E F   ) N ^ o         9 R          , - |     5 J b c d u , - . / X    . @ A 0 1 ; F y         	 
  X Y h y   0     " D E i j {  " }       ' (       
 = G Q R x          @ A          B   1 2      Y Z   N O a   . / D  1 4        - @ A F N S T Y a m n s z                               L M   .  /      | }       u v    	 	   ! . ; L ] n          !
 "
 
 
 A B     . ~    9 i j   r s         0 : D E s         % L       %             A K U V           * U   ?           # - 7 8 f            9 y  #              4  >  H  I  w                       ! N! ! ! ! !" "" #" 4" B" C" D" N" Y" " " " " " " " " " " " # G# S# z# # # # $ K$ $ $ $ $ $ $ $ 
% % "% U% _% i% j% % % % % % % % & & & ' A' ' ' ( 6( 7( 8( 9( :( ;( k( * * Q* * * + I+ + + + + , 6, @, J, K, s, , , , , , , , , - m- - - - - - - - - - . #. $. %. &. N. q. . . . . . . . . . / H/ I/ J/ [/ / / / / / / / / / / / / / / / / 0 0 ;0 N0 a0 b0 c0 d0 m0 0 L1 _1 E2 F2 G2 H2 Y2 3 3 &3 '3 /3 D3 Y3 k3 3 3 3 3 3 3  4 4 '4 A4 [4 k4 4 4 4 4 4 4 4 5 "5 55 65 75 85 A5 5 5 N6 O6 P6 a6 6 6 6 6 6 6 6  7 7 47 D7 ^7 x7 7 7 7 7 7 7  8 8 48 58 68 78 _8 w8 8 8 8 8 8 8 8 8 U9 r9 9 : : : : : : ; ; 0; I; n; ; ; ; ; ; ; ; ]< < < = = = = = = > > ?> @> e> x> > > > > > > > ? ? ? F@ @ @ @ @ KA LA SA \A ]A eA zA A A A A A A B !B 6B KB ]B wB B B B B B B B B <C =C eC fC yC C C C C C C C C D D &E :E E zF {F |F F F sG zG G G G G G G G G H "H <H VH gH H H H H H H H I I 9I SI dI ~I I I I I I I I I I 	J 
J J J J J 0K K K L jL L 5M M :N N N N N &O =O mO O O O %P QP P P P P P P P P 	Q Q 3Q EQ _Q yQ Q Q Q Q Q Q R R 1R FR [R mR R R R R R R S "S <S =S >S ?S gS hS {S S S S S S S S S T U U iV vV V ZW W X X X X Y 7Y NY mY Y Y Y Y Y $Z +Z 4Z 5Z =Z OZ aZ sZ Z Z Z Z Z Z 	[ [ 0[ A[ X[ Y[ a[ s[ [ [ [ [ [ [ [ \ -\ >\ T\ e\ |\ }\ ~\ \ \ \ \ \ \ \ ] 	] 
] ] ] &^ ^ _ >` ` ` Aa `a a a 
b b Hc gd e e e f g g g !h @h _h h h h h i i -i qi ri i i i i i i i i i i j >j ?j aj j j j j j j !k Fk Gk Hk Ik k 3m 5m im m m n an n o o Xo o  p p p q q q r r Nr r r r Fs s s s s  t 3t =t Gt Ht pt qt t t t t t t t t u 5u lu u u u 	v 7v 8v Iv Jv Kv sv tv v v v v v v v v v w w w w w w w w w w x x x x x (x Fx jx x x x  y y )y *y =y Py cy vy xy yy zy y y *z z z z z z z z { { { { { | | } R} } } ~ G~ ~ ~  d       
   @ A f y       0 a s    $ % 6 c j r s      Ă ł ؂      * + 4     % 8 p {   Ȅ  
     T [ c d      օ ׅ    # % & ' 0  ǆ   N Y x        * + S T g z        Y ˉ  / A |   ъ    & S T U V } ~  p   ܌ H    3     .     ˑ   6  " # V 
  @ U q      M |   H  ݗ 5 t  
   % 4 @ S W X Y Z [ \ ] ^ _ s z             ҙ ڙ    # ( ~        8 <     ě ޛ ߛ   ! H I N |           ! " % . / 0 A F N U \ h i t x                   ] ^ _ x y          ƞ ̞ ͞ ֞ ڞ ۞        * + 6 C D N [ \ ] ^ _ ` a b o p ~      g h Z [ 2 3 J S s ̣ ٣ ! " . v w         H ߥ         j ۩ A    ѫ ,   ˬ    c d u    @ Y u     9 :        ] s       D    ) f    ׷ ' ( s t   q r     e f   A  B C   - 1 2 H I ] ^ _ h v                             ! " 7 9 > ? Y [ ` a p r x y                   	 # W q      4 L      7 k         A J K a         # 6 7 U          z {          3 I _ u w           & ' ( ) : Z [ \                < U j          
   
    7 8 L M o                Y Z    " B C D E e  & < = G R          1 2 ;       q     \ ] ~                L   . 9 C N X Y     , - h        & 4 D E P U V ` e f q v w                      % 3 C D O T U _ d e p u v                   	 
  3 A Q R ] b c m r s ~                   ! " , 1 2 3 L Z j k v { |            c                    , - 8 = > H M N Y ^ _ i n o p                  / = M N Y ^ _ i n o z                                            6 D T U ` e f p u v                      $ % & A O _ ` k p q {             / 0       > ? s          : L N e f o     3        C D U       ! G v w x y z     z                          " , - S            P Q  = ] ~      	  k   Z       L M           ? Q R S T ]     / 0 Q R c      w    h u              f g    0   > ? $ 9               
     $ + 7 8 @ H M N V ^ j k s z         ?	 @	 
 
 - .   E
 Q
 
 
     n / 0 8 9     4 >          
  / 0 C V m      ^ _            }      ! 	! R! ! " " 9" I# V# # $ $ $ $ $ $ $ $ % D% E% G% H% I% R% % % % % )& Q& \& & & & ' '  ' 1' h' i' j' k' ' ' ' ' ' ' ' ' #( H( I( J( L( M( N( W( ( ( ( ( 4) X) ) G* W* X* Y* j* x* y* z* * * * * * * + ++ ,+ -+ .+ 0+ 1+ 2+ ;+ z+ + + + , <, , +- ;- <- =- N- \- ]- ^- _- - - - - - - - . =. >. ?. @. B. C. D. M. . . . . ,/ L/ / / / / / / / / / / +0 50 ?0 @0 n0 0 0 0 0 0 0 0 0 0 1 G1 g1 1 1 1 32 42 E2 S2 T2 U2 2 2 2 2 2 2 3 	3 23 33 43 63 M3 N3 W3 Y4 Z4 k4 4 4 5 5 5 5 5 5 5 5 5 
6 7 7 7 28 i8 8 8 79 9 9 9 9 9 9 9 9 : 2: E: X: k: ~: : : : : ; ; L; M; N; _; ; ; ; ; ; ; ; ; ; ; < #< 6< I< \< ]< ^< _< h< < < < < < < += 2= ;= <= R= b= c= d= e= f= g= h= i= j= k= = = = = =  > > > > > I> > > ? ? ? ? ? @ @ @ @ @ @ @ 
A $A >A NA hA A A A A A A A 
B $B >B ?B @B AB iB B B B B B B B B KC yC C C C  D JD QD ZD [D cD xD D D D D D D E E 4E IE [E uE E E E E E E E E F )F <F OF bF cF dF eF nF F G XG G ?H @H AH BH SH H H H H 
I  I 3I FI GI HI II RI I $J gJ J NK OK PK QK bK K K K K L L *L =L PL QL RL SL \L 1M XM M M N N N N N N N N N O O .O @O ZO tO O O O O O O O P 0P @P ZP tP uP vP wP P P P Q Q Q +Q >Q QQ dQ eQ fQ gQ pQ )R R R R lS T T T ,T T U U "U #U +U @U UU jU |U U U U U U V  V (V =V RV gV yV V V V V V W W W W  W HW IW \W oW W W W W W W W xX X 0Y Y Y 	Z Z Z /[ [ /\ 0\ 7\ v\ \ \ ] 8] l] ] ] ] $^ %^ 6^ z^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ )_ C_ ]_ n_ _ _ _ _ _ _ _ ` &` @` Q` k` ` ` ` ` ` ` ` ` a a a -a @a Sa fa ga ha ia ra 0b *c c d d d d ue ,f 3f sf f f f f g +g lg mg ng g g g g g g g  h h $h ;h Rh ih zh h h h h h h h  i i $i 6i Hi _i vi i i i i i i j j j j j Fj Gj Zj mj j j j j j j j k l _m m [n n n n \o zo o >p p r .s s s s ?u @u u u u u >v ]v |v v v v v w w 5w 6w ;w =w >w ?w Hw Uw ww w w w w  x "x Dx fx {x |x x x x x x x "y z z { J{ { {  | O| | | | } } ^~ _~ # $ [    / f   4     ҁ ܁     # 6 I \ ^ _ ` i  Ԃ  9 W q  փ ׃      & 9 L _ a b c l   1 2 C D E m n        ǅ  	      Ȇ Ɇ ܆       " F ɇ V W h i j k  ( ) P Q  z {   ( `   ( m   X Y Z d o     ߍ    + > @ V W ` ώ    J U  Ï ď Տ  	   ( 8 9 : ; c d w      ɐ ʐ Ӑ B ]   đ ב   9 U g          3 J K L M u v     ē œ Ɠ ϓ > f      B       ɕ ʕ     , ? A B C L   j  Η   & E p    Ř       X  A B {  " # U қ = >   ͜ 0 _ `  j   ՟        ߡ     3 [ \    T   @ | ԥ  J    Ħ Ӧ ߦ              . / > ? @ L M N O Z ^ q y    § ǧ   # P U    ר ۨ - . 3 _ c } ~          F G H R        Ī ͪ Ϊ Ϫ           % & ' ( ) * + , - . / 0 1 2 3 4 I     0 A B V X Y Z [ \ d j k t x y        Ȭ ɬ Ԭ             
      , >     Я ѯ    j w   ̱   ( M N _      } 9 : ' (   *   y ߷ H   o ʹ * + i       1 S  ޽   - . 7 8   6 7        C D U    @ A ]   ^ # $ u         ~  5 6    /     _ `           ! " # $ % & * + , - F H N O h j o p ~                        % ' - . A C H I P U p q r s t R S _     C V      1 e    	 # 3 g          % 4 G H a        # $ % Y o       # . a k u v         , - 6 X Y m n            ! " # $ % & / P Q e f         7 8 M N _               
 ) * ? @ Q q r s                         # - 7 8 Y       q r     T U f          ! *                   W n      ;   l m                 $ % & D R b c n s t ~                        # $ % G U e f q v w                       ! " , 1 2 3 o }                   	    $ ) * 5 : ; E J K L   # 1 A B M R S ] b c n s t ~                   
  ; I Y Z e j k u z {                 
    ( - . / U c s t              # $ S a q r }                        $ % / 4 5 6 b p                    	      * / 0 : ? @ A e     $ % 2 3 4 W    # $ . 9 l v         
 a b    0 f         D ] v          ! i j   # ? X r      i j k l  $ % Y k } ~ m n x         2 D E F G P       m    B _      	  _      ; < = > d e    1 2 < G z           \ ] } ~      L M N O   9 n o 
 
 > ? P   W
 X
      k l   n q     H I X j } ~                        	     & - 9 : ; <   5 6       k l " #        (  ! ! M" # # "% #% D& Q& ^& k& x& & & & & & & & & ' "' #' .' ^( _( ( ( ~) ) Q, R, %- 6- k- - - . I. v. . . . @/ / / / 0 0  1 $2 %2 /2 :2 m2 w2 2 2 2 2 2 2 2 2 2 /3 ;3 b3 3 3 3 3 34 =4 b4 4 4 4 4 5 5 5 	5 55 65 @5 K5 ~5 5 5 5 5 5 5 5 5 5 5 5 46 @6 g6 6 6 6 |7 7 7 7 7 8 8 8 8 "8 -8 `8 j8 t8 u8 8 8 8 8 8 8 8 8 8 9 $9 K9 v9 9 9 `: : : : : : : : : : ); 3; >; q; {; ; ; ; ; ; ; ; ; ; ; ; *< 6< ]< < < < "= ^= _= `= q= = = = = = = = = = > 6> 7> 8> :> ;> <> E> > > > > ? 4? Q? ? ? ? ? ? ? ? -@ J@ T@ _@ @ @ @ @ @ @ @ @ @ @ @ A A 	B HB ~B /C 0C AC sC tC uC vC wC xC C YE ZE E E F ?F F F *G +G 5G @G sG }G G G G G G G 	H H H 5H 6H ?H H H H H H H *I 1I 9I :I PI `I aI bI cI I I I I I I I I I J )J WJ J J J J J J J J J  K K K K K K K K K 	K 1K RK SK xK K K K K K K K L L M M M M M SN ZN cN dN lN N N N N N N O  O (O =O RO dO ~O O O O O O O O P 'P LP _P rP sP tP uP ~P P Q Q Q Q Q Q Q Q Q R R +R =R WR qR R R R R R R R S -S =S WS qS rS sS tS S S S S S  T T T T T T T T ?U U U U U U DV EV mV V V V V V V V V V W W X NX X X X X  Y SY TY |Y }Y Y Y Y Y Y Y Y Y Y Z Z :[ [ "\ #\ $\ 5\ \ \ \ \ \ \ \ \ \ \ ] "] <] V] ^] s] ] ] ] ] ] ] ^ ^ ^ ^ &^ y^ z^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ '` c` w` 
a a a a a 4b b b b b b b b c c 4c Nc _c yc c c c c c c d d 1d Kd \d vd d d d d d d d d d 
e  e 3e Fe Ge He Ie Re f mf f !g Tg g h rh h wi i i i j cj zj j j 
k 6k bk k k k k l l (l )l 1l Fl [l pl l l l l l l m &m 7m Qm Ym nm m m m m m m 	n #n 4n Nn _n yn zn {n |n n n n n n n o o o o o o p 0q q q  r r s s s t 0t Ot tt t t t 
u u u u au hu qu ru zu u u u u u u v v /v Fv Wv mv ~v v v v v v v v v w +w <w Sw jw {w w w w w w w w w w x x 1x Dx Fx Gx Hx Qx cy +z z {{ { 3| ~| | | } J} } ~  ̀ 9 : A ݂ ނ  ^ }  ܃   9 X Y j   ӄ Ԅ ل ۄ ܄ ݄    7 Y { |       + ^      p r    W   B C  < =      V W  ͍  <  Ҏ ' ( 2 = p z      ԏ       O r  א   F t u      đ ב       
 ( L ϒ В       2 E X Z [ \ e   * + < = > f g z         g      	 : Ɩ ǖ       M  Ƙ  C  ƙ  R      
 @ J T U } ~   ɛ ܛ ޛ    m      a b s     Ɲ ֝ ם ؝ ٝ    ( ; N P Q g h q   , I b u   ן   + J K L ]     Ѡ       ' : M ` b c d m ܡ  > P     " & ' ( ) : g h     ʣ ݣ ߣ    Y   ; l ~  ĥ   P Q R c         ߧ       p ۩ ܩ 1 2 k Ϊ   6  5 6 s % _ `  G H }    ѯ   @    H  ޲  r   J K V b q }              ̴ ʹ ܴ ݴ ޴         # $ ) ` e      8 9 > u y ˶ ̶ Ѷ     ! Y ^          ? D P Q T ^ _ b k l m ~          ø ĸ Ÿ Ƹ Ǹ ȸ ɸ ʸ ˸ ̸ ͸ θ ϸ и Ѹ Ҹ      ι ߹          	    * 6 7 8 9 : L f g r                  ʺ ܺ     n o      ] ^ j   ƿ    = > ? L          K   }  M N 
 h    % & 9      Z |       u v     , ; G H      < A     e      c d   T U           } 7 ~    i m n                        
    $ % 8 : @ A V X ] ^ s u z {                           E _     ( < p     ! U s     $ X Y Z [ }         2 3 Q _ r s      
 # 9 O P      	   ; X Y o            0 L M b c d e v                : ; M x            F G H I J K T s t            > ? @ A B C L   K L M ^ ~     . b x y        $ : < m n w   L M \     U          # $ 5 V W X Y Z [  ( ) j u       $ ; h i      
  " 7 b p                         ! " - 2 3 = B C D a o                        $ % 0 5 6 @ E F G o }                
  + , 7 < = G L M X ] ^ h m n o                  V                 ! " # J X h i t y z                 	    $ ) * 4 9 : ; k y                     " # - 2 3 > C D N S T U          ! + 0 1 < A B L Q R S r                      * / 0 : ? @ K P Q [ ` a b }                   #  H  k  l              z {      
    R v           ! o   ) 9 J Z [       - \ ]          W      % = > ? P   	 
 3    		 	 	 
 
 
 !
 T
 ^
 h
 i
 
 
 
 
 
 
 
 
 3 4 C T    y     
  
 D
 E
 V
 
 
 X                " , - S {          k l            
      4 5   ) * <   	  
    l  ! ! z! {! `" u" " " " # # # !# )# .# /# 4# <# H# I# N# U# Z# [# `# g# s# t# |# # # # # # # # # # # # # # # # # # {$ |$ % % i' j' '( (( ( ( 	) 
) ) ) W* X* * k, l, t- u- - P/ Q/ / p1 z1 2 2 3 3 3 	4 4 '4 84 I4 Z4 k4 l4 4 4 4 4 4 4 5 5 6 6 7 7 9 9 : : 	; Y; Z; ; ; < D< E< < < M= N= u= > > > ? ? ? ? @ @ @  @ N@ @ @ @ @ @ @ @ @  A 'A eA A A A A  B ZB [B \B mB B B B B B B B B C &C 0C 1C _C C C C C C C C C C D 0D pD D E E E E E E E E E E E E F F F AF gF hF iF jF lF mF nF wF F F F G TG xG G gH wH xH yH H H H H H H H H I I #I $I RI yI zI {I |I ~I I I I I I I )J hJ J J J J J K K K K )K 4K gK qK {K |K K K K K K K K K "L .L UL L L L L &M oM pM M M M M M M M M 0N :N DN EN nN oN pN rN N N N O O O O P P P P Q Q Q Q Q Q FQ R R ,S nS S S $T sT T T T T U U %U &U NU nU U U U U U U U U HV [V V V V V V V V V V V V  W W )W LW _W rW W W W W W W W W #X $X %X 6X gX nX wX xX X X X X X X X X X X X X X X Y )Y <Y =Y >Y ?Y HY Y 'Z :Z  [ ![ "[ #[ 4[ [ [ \ \ 
\ \ 4\ F\ `\ z\ \ \ \ \ \ \ ] ] 6] F] `] z] {] |] }] ] ] ] ] ^ ^ ^ ^ ^ ^ ^ )_ *_ +_ <_ _ _ _ _ _ _ _ _ _ ` ` 9` S` [` p` ` ` ` ` ` ` a a a a :a Ra ea xa a a a a a a 0b Mb b b {c |c }c ~c c c c d $d Id \d od d d d d d 8e `e e e f f f f f f f g g @g Sg fg yg g g g g g mh h h !i i i i i &j 'j .j 7j 8j @j Uj jj |j j j j j j j k &k 8k Rk lk |k k k k k k k l l @l Al Tl gl zl l l l l l l em m n n n Uo Vo Wo ho o Np Up ^p _p gp |p p p p p p p q 1q Bq \q dq yq q q q q q q r .r ?r Yr Zr [r \r r r r r r r r r r r r s t lt t t Eu u v kv w kw lw sw w x x Hx tx x x  y ,y `y ay ry y y y y y y y z  z :z Tz ez z z z z z z z { !{ 6{ H{ b{ |{ { { { { { { | | | | B| C| V| i| || | | | | | | l} f~ ~ D Q  5  h o  ΁   ) H g          * < N ` w    ̓     3 4 < N ` r    Ʉ ڄ    / @ W X Y Z      υ       ɇ    щ  ;    z # B j ׎ ؎ ߎ { |    : z   ב    L M q r w y z {    Ւ    < ^     ɓ  ! " # $ ^   D    <    3 ژ ۘ   _ `    ) k  ڛ ! p Ŝ Ɯ М ۜ   " # K L _ r         G u      $ % & N O b u       Ɵ  m n       Р       ! E ȡ ɡ ڡ ۡ ܡ    + > Q S T U ^         أ d e       - d   " d   ?      ި      A T g z |     < N        > E M N d t u v w    ƫ ٫       ~  ʬ     K V u   ɭ     / 6 > ? o       Ů خ        z  ܯ  ) 4 S ~  İ Ű ư ǰ ذ   . / B U h { } ~    4  ٲ 
  W b       . / 0 1 X Y  K } ~  # ^ _   y z Ϸ з 	 l   Ը  Ӻ Ժ  û   1    0 L \ o   ޽ ( W   # |   O         . 2 3 4 5 6 7 8 9 : N U Z j k z { |              Y Z _        i j o        # $ ) W \              	 
   ! ) 0 7 C D O S Z a b c d e f g h i j k l m n o p  8 9 R S l } ~                         ( 5 6 7 8 9 : ; < I J X Y Z [ h z A B 4 5  
 $ - M      P Q d        "  u v c d Y Z f  D        f g     = > O m    3 O i j s t   r s      7 M       | }   @  _ `    M N   K L   q r ? @ Z k          " # 7 8 9 B P ] ^ _ ` a b f g h i                         3 5 : ; J L R S a c i j }                1 K      & Z m     E _ o        $ % ; a p          / _ ` a       T U _ j        
 # 9 O Q h i r              4 5 6 ] ^ _ ` a b k          / D Y s t                & ' I e f { |            3 4         ?      ! , _ i s t             K     6 7 X Y Z [ \ ] f          &         ( 2 3       B w            * / 0 : ? @ K P Q [ ` a b                   
   ) . / 9 > ? J O P Z _ ` a                  
  + , 7 < = G L M X ] ^ h m n o                 
 & 4 D E P U V ` e f q v w      = _ m } ~                	 	 	 	 	 "	 '	 (	 3	 8	 9	 C	 H	 I	 J	 w	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 _ `                    . / : ? @ J O P [ ` a k p q r                  
 
 )
 9
 :
 E
 J
 K
 U
 Z
 [
 f
 k
 l
 v
 {
 |
 }
 
 
 
 	 
 ` a n o p    M _ ` j u       & ( ? @ I     
 l         /       ! P Q R S T ]    T _ {             ` a             - \ n          * +   7 X ~       E   4 w x y z   & ' [ m n x        + , - . 7     	 
 + , =      Q  u  " " B% O% z& {& & ' ' ( ( ) ) ) @+ A+ - - - 
. . . / / / 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 "1 '1 (1 01 81 D1 E1 M1 T1 Y1 Z1 b1 i1 u1 v1 w1 x1 2 2 q3 r3 5 5 5 5 6 +6 6 6 ^7 _7 7 7 H8 	: 
: ; ; d; < < = ? ? ^@ _@ A A A A A A A A A 	B 
B B 0B GB ^B _B jB C C 8D 9D D D G G aH rH H H H WI I I I I ,J |J J J K #L 0L \L `M aM kM vM M M M M M N N !N "N #N ,N kN wN N N O +O 6O oO yO O O O O P BP CP DP EP qP rP |P P P P P P P "Q #Q $Q &Q 'Q (Q 1Q pQ |Q Q Q R 2R R !S 1S 2S 3S DS RS SS TS ^S iS S S S S S T T T T 
T T T T TT `T T T T U U V V V V (V 6V 7V 8V 9V eV oV zV V V V V V W W W W W W W 'W fW rW W W X &X ^X X X X X X X X X X Y Y Y Y HY rY sY tY vY wY xY Y Y Y Y !Z AZ pZ Z Z 
[ [ [ -[ .[ /[ i[ [ [ [ [ [ [ [ \ 
\ \ \ '\ (\ 1\ 3] 4] E] ] ] k^ l^ }^ ^ ^ ^ ^ ^ ^ ^ ` ` ` a Ca {a a b fb gb qb |b b b b b b c c 2c Ec Xc Zc qc rc {c c c &d 'd (d 9d fd md ud vd d d d d d d d d e #e 6e 7e 8e 9e Be ee e e e e e f f f f ,f <f =f >f ?f @f Af Bf Cf Df Ef mf f f f f f f f f f #g g g h h h h h i i i i i i i i i j (j Bj \j dj yj j j j j j j k k k k Ck ck k k k k k k k %l Sl l l l l $m +m 4m 5m =m Rm gm ym m m m m m m n #n 5n On in yn n n n n n n n o o )o <o =o >o ?o Ho o o 2p {p q q q q -q q q q q q q 
r  r !r "r #r ,r r r As s (t )t *t +t <t t t t t t t u u *u +u ,u -u 6u v 2v vv v ^w _w `w qw w w w w w w w x x 4x Nx ^x xx x x x x x x 
y y 4y Ny Oy Py Qy by y y y y y z z +z >z ?z @z Az Jz { c{ { { F| | | | } p} } } } } ~ ~ /~ D~ V~ p~ ~ ~ ~ ~ ~ ~   , A S m          " # 6 I \ o      R  
 ]   Y  	  	 
  P     F r  ʆ    T [ d e m     ؇    7 H b s     Ԉ     + E _ p            - @ A B C L 
  l   \ Ӎ O  
 M l   Ǐ   F G H Y      Ȑ ڐ    , C T k     ё ґ ڑ    " 9 P g x    ͒ ޒ       ! 4 G Z m       g 9  5 o  ٗ 6 T      u v }   Z   ؞  7 V u            " / Q s    ڠ   @ U V g     ¡     $ [  ڤ ) ~  ѥ x y 8 9   5   Ǩ 	 @ x   c d n y         # 6 8 9 : C     1 K    ¬ ì Ĭ      & 9 ; < = F d       G H [ n         f g x y z    ɯ ܯ         0 1 B C D E v   * + \ T U  ˳  :    G  ݵ 2 3 4 > I |      ߶     0 1 :  ڷ  $ / [    ܸ         = > Q d w        7 h       / A g     ͻ Ի ܻ ݻ 
 $ % & ' O P c v        @ z  ǽ ҽ   ^ b c d e v   ̾ ;        &  ҿ D w       J           2    U    /    m n  
 9 : r D q r  a          
 5 6 |   .    V   $                     	    & ' ( ) 4 8 K S _ ` e      * / t u z     
 9 = W X ]          ! " , {                                	 
   
  #     
   0 2 3 4 5 6 > D E N R S f r s t u v                                 D Q       ' ( 9 y z {   W          S  "   I    C a b u     -             \ h w       / x }    7   8   O         X Y      	  s   9 :                        " ( ) B D I J X Z ` a t v | }                       " # * / J K L M N , - 9      0 d x     ? ]     
 A `               ! " ; n o         3 I _ u       ; E O P w           2 3 G H l                  	 * + ? @ Z v w        ' ( 9 Y Z [                 + K L M z { | } ~              j	 	 	 	 	 	 	 
 
 
 3
 `
 v
 x
 
 
 
 K L     . / @          
 _
 `
 q
 
 
 
 
 
 
 
 d e       1 H ` w     [ \ F G ^ s                    , < = H M N X ] ^ i n o y ~                    ! / ? @ K P Q [ ` a l q r |                    
 I W g h s x y                         $ % &       ' , - 7 < = H M N X ] ^ _                   # 3 4 ? D E O T U ` e f p u v w                 	 / = M N Y ^ _ i n o z         - ; K L W \ ] g l m x } ~                  	    < J Z [ f k l v { |                   	 
     ? _       
  1        F P Z [        ; < \ ]  
 @ e u         7  P  i                    C! D! ! ! ! " 2" L" a" y" z" {" " C# D# E# F# o# # # 3$ E$ W$ X$ G% H% R% ]% % % % % % % & & &  & !& *& o& p& & & & & G' ' ' ' ( 9( [( \( ( ( ( ( 9) ) ) * * * * >* ?* * * * + + + !+ T+ ^+ h+ i+ + + + + + + + 6, 7, W, X, , , , , , &- '- (- )- Y- - . H0 I0 2 2 4 4 *4 p5 q5 16 26 e7 f7 x7 8 8 E; F; [; ; H< K< < < = = "> #> 2> D> W> X> ]> e> j> k> p> x> > > > > > > > > > > > > > > > > > > > > > >  ? ? ? ? ? ? ? ? A A B B cC dC C C ED FD D D E E E G G H H I J J 'K L L M M O +O 8O EO RO cO tO O O O O O O O O O P 8Q 9Q Q Q XR YR +U ,U U V EV V V V #W PW W W W X X X X Y Y Y Z Z 	[ [ G[ Q[ [[ \[ [ [ [ [ [ [ [ 	\ \ <\ c\ \ \ \ 
] ] <] ] ] ] ] ] ] ] ] ^ ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ A_ l_ _ _ V` ` ` ` ` ` ` ` ` ` a :a Da Na Oa }a a a a a a a a a a a %b Pb b b :c c c c c c c c c c d 
d d Kd Ud _d `d d d d d d d d d d e e 7e ee e e e 8f 9f :f Kf Yf Zf [f ef pf f f f f f g g g g g g g ^g jg g g g h +h bh h h h h h h i $i .i 9i li vi i i i i i i i i i j j j "k Xk 	l 
l l Ml Nl Ol Pl Ql Rl l 3n 4n Mn Nn gn xn yn n n n n n n n n n n n n n n n n n n n n  o o o o #o 0o 1o 2o 3o 4o 5o 6o 7o Do Eo So To Uo Vo co uo <p =p /q 0q r r s (s Hs s s s s t Kt Lt _t t t t t t t t u u pv qv ^w _w Tx Ux ax x ?y y z z z z { | a| b| | | | | 8~ 9~ J~ h    . J d e n o   m n  Ń ԃ   2 H z {  Մ ڄ  w x   ;  Z [    H I   F G   l m : ; U f  Ў          2 3 4 = K X Y Z [ \ ] a b c d }            ђ Ӓ ْ ڒ         . 0 5 6 E G M N \ ^ d e x z             ޕ  , F z   Ֆ 	 ! U h     @ Z j           6 \ k ~   ˚ ̚     * Z [ \    қ   O P Z e     Ԝ     4 J L c d m     ɝ        / 0 1 X Y Z [ \ ] f      Ӟ Ԟ   * ? T n o       ߟ        
 ! " D ` a v w     נ ؠ ٠ ڠ ۠ ܠ  . /         : Ǣ     ' Z d n o   ӣ գ         F     1 2 S T U V W X a   Φ       !  §    # - .    Ԩ   = r      Ъ  	   % * + 5 : ; F K L V [ \ ] {          ƫ ˫ ̫ ֫ ۫ ܫ ݫ     $ ) * 4 9 : E J K U Z [ \ ~          ɬ ά Ϭ ٬ ެ ߬    & ' 2 7 8 B G H S X Y c h i j   ĭ ŭ Э խ ֭           ! / ? @ K P Q [ ` a l q r |     8 Z h x y                  
    " # . 3 4 > C D E r           ° ð Ͱ Ұ Ӱ ԰   " # . 3 4 > C D O T U _ d e f        Ʊ ˱ ̱ ױ ܱ ݱ     Z [        Ĳ ɲ ʲ ղ ڲ ۲       ) * 5 : ; E J K V [ \ f k l m     ó ȳ ɳ ӳ س ٳ         $ 4 5 @ E F P U V a f g q v w x      [ \ i j k    H Z [ e p       ! # : ; D      g  ¸ Ҹ      * {   ƹ    K L M N O X    O Z v    ֻ ׻ ػ      ̼ [ \             ( W i { | } ~  ̿ Ϳ ܿ  % &   2 S y       @   / r s t u   ! " V h i s ~       & ' ( ) 2       & ' 8      L p   = J u v         ; <                                 
   " # + 3 ? @ H O T U ] d p q r s   l m      &   Y Z   C   
  _    	  Y Z {            + B Y Z e   3 4     \ m    R     ' w     + W [ \ f q           ' f r    & 1 j t      = > ? @ l m w          ! " # , k w   	 -   , - . ? M N O Y d               O [           # 1 2 3 4 ` j u             " a m    ! Y             
      C  m  n  o  q  r  s  |         < k    	  ( ) * d          	  " # , . / @   f g x            > v  	 a	 b	 l	 w	 	 	 	 	 	 
 
 -
 @
 S
 U
 l
 m
 v
 
 
 ! " # 4 a h p q           1 2 3 4 = `       
 
 
 
 '
 7
 8
 9
 :
 ;
 <
 =
 >
 ?
 @
 h
 
 
 
 
 
 
 
 
 
                   # = W _ t           > ^          N      & / 0 8 M b t       	  0 J d t          $ 7 8 9 : C   - v     ( { |          '   <  # $ % & 7         % & ' ( 1  - q  Y Z [ l          / I Y s           /  I  J  K  L  ]             ! ! &! 9! :! ;! <! E! ! ^" " " A# # # # $ k$ $ $ $ $  % % *% ?% Q% k% % % % % % % % & '& <& N& h& & & & & & & & & & ' ' 1' D' W' j' }' ~' ' ' ' M( ( ) X) ) ) T* * + + , , , K, , , , 
- A- m- - - - - . O. V. _. `. h. }. . . . . . . / 2/ C/ ]/ n/ / / / / / / / 0 &0 @0 Z0 k0 0 0 0 0 0 0 0 0 0 1 1 (1 ;1 <1 =1 >1 G1 2 2 g3 3 3 W4 4 J5 6 6 H6 g6 6 6 6 6  7 A7 B7 C7 T7 7 7 7 7 7 7 7 7 7 8 '8 >8 O8 f8 }8 8 8 8 8 8 8 8 8 9 9 49 K9 b9 s9 9 9 9 9 9 9 9 9 9 : : /: B: U: h: {: }: ~: : : ; b< 4= = 0> j> > > 1? O? ? @ @ A C pC qC xC E E UE E E E F 2F QF pF F F F F F 
G G G G G G G *G LG nG G G G G G H ;H PH QH bH H H H H H H J J J K VK K K $L yL zL L sM tM 3N 4N N N 0O O O O P ;P sP P 	Q ^Q _Q iQ tQ Q Q Q Q Q Q Q R R 1R 3R 4R 5R >R R R R S ,S FS }S S S S S S S S S T !T 4T 6T 7T 8T AT _T T U U U U U BU CU VU iU |U U U U U U U U aV bV sV tV uV V V V V V V V V V V W W +X ,X =X >X ?X @X qX X X %Y &Y WY OZ PZ Z Z Z 5[ z[ [ [ B\ \ \ -] .] /] 9] D] w] ] ] ] ] ] ] ]  ^ ^ ^ +^ ,^ 5^ ^ ^ ^ _ *_ V_ _ _ _ _ _ _ _ _ 
` ` ` ` 8` 9` L` _` r` ` ` ` ` ` ` a 2a ca a a a a a b *b <b bb b b b b b b b b c c  c !c "c Jc Kc ^c qc c c c c c c d ;d ud d d d d e Ye ]e ^e _e `e qe e e e e e e f f f f f !f f f ?g rg g g g g h Eh h h h h h h h h h h -i i j j Pj j j j *k k l l hl il l m 4m 5m mm ?o lo mo o \p p p p ~q q q q q q r 0r 1r wr s s )t t t u Qu u u v v v v v v v v v v v v v v v v v v v v w w w w w !w "w #w $w /w 3w Fw Nw Zw [w `w w w w w w %x *x ox px ux x x y y y 4y 8y Ry Sy Xy y y y y y y y z z z 'z vz {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| 2| :| @| A| J| N| O| b| n| o| p| q| r| | | | | | | | | | | | | | | | | | | | | | } } } } ~ ~    ǀ  @ M       # $ 5 u v w   S          ކ O     E     ? ] ^ q ׋ ؋   )   ͍    
     
 X d s   ё    + t y    3  ړ 4   K         T U   ٚ ښ    o   5 6      џ ҟ ӟ ܟ               $ % > @ E F T V \ ] p r x y         ͠ Ϡ Ԡ ՠ             & + F G H I J ( ) 5 }  ˣ   , ` t     ; Y   ߥ  	 = \        է  
   7 j k     ɨ    / E [ q       7 A K L s     Ӫ      . / C D h        Ϋ ϫ Ы        & ' ; < V r s   ɬ ެ  
  # $ 5 U V W ~                 ' G H I v w x y z {  ͮ ή         ٯ f     ư   
  / \ r t    G H     * + <  г ѳ         [ \ m        ` a    µ ̵ ͵ - D \ s   ܶ  W X B C Z o     ĸ ɸ ʸ Ը ٸ ڸ         ( 8 9 D I J T Y Z e j k u z { |     ù ȹ ɹ ӹ ع ٹ         + ; < G L M W \ ] h m n x } ~    ź ƺ Ѻ ֺ ׺          	 E S c d o t u            λ ޻ ߻              ! "  ׼     # ( ) 3 8 9 D I J T Y Z [          ½ ͽ ҽ ӽ ݽ      / 0 ; @ A K P Q \ a b l q r s    ¾ ; Ҿ Ӿ ݾ          + 9 I J U Z [ e j k v { |       ) 7 G H S X Y c h i t y z                   
   8 F V W b g h r w x                          ; [       	 
 -        B L V W        7 8 X Y   < a q        3 L e          ? @     . H ] u v w  ? @ A B k   / A S T C D N Y            & k l {    C     5 W X | }   5       : ;        P Z d e        2 3 S T      " # $ % U   D E     & l m - . a b t   A B W  D G       . @ S T Y a f g l t                                   _ `   A B             #      ' 4 A N _ p           4 5   T U ' (   A     L | }                C M W X          8 _    	  8            ! T ^ h i         
  = h   R           6 @ J K y           !	 L	 	 	 6
 
 
 
 
 
 
 
 
 
 
 	  G Q [ \             3 a    4
 5
 6
 G
 U
 V
 W
 a
 l
 
 
 
 
 
  
      Z f    
 ' ^          * 5 h r | }            T    I J K L M N ~ / 0 d    \       I S ] ^                      & 6 7 8 9 a           - [ \ ] n                 ( ) N a t u v w   _ r X Y Z [ l ) 0 9 : B W l ~        ( : T n ~        "  5  H  I  J  K  T      a! b! c! t! ! ! ! ! ! ! " " -" G" W" q" " " " " " " # # -# G# H# I# J# r# # # # # # # # # # h$ $ $ % % % % % % & & C& \& & & & & & & & & p' ' ' $( ( ( ( ( ( )) *) R) S) x) ) ) ) ) ) ) ) ) * * + Y+ + + + , ^, _, f, o, p, x, , , , , , , - ,- 4- I- ^- p- - - - - - - - - - O. P. x. y. . . . . . . . . . / / 90 M0 0 1 1 1 1 
2 2 2 2 2 2 2 2 2 2 
3 $3 53 O3 i3 z3 3 3 3 3 3 3 4 !4 24 L4 f4 w4 4 4 4 4 4 4 4 4 4 	5 5 5 5 5 (5 5 C6 6 6 *7 }7 7 H8 8 M9 9 9 9 9 9: P: : : : ; 8; d; ; ; ; ; ; ; ; < < 1< F< X< r< < < < < < < 
= '= /= D= Y= n= = = = = = = 
> $> 5> O> P> Q> R> z> {> > > > > > > > > > ? @ A |A A A mB B C C C D %D JD aD D D D D D D 7E >E GE HE PE bE tE E E E E E E F F -F CF TF kF lF tF F F F F F F G G )G @G QG gG xG G G G G G G G G G H H H H H 'H 9I J J QK K 	L TL sL L L  M M [N zO P Q Q Q R R R 4S SS rS S S S T .T /T @T T T T T T T T T T T T 
U /U QU RU tU U U U U U V 4V YV ZV [V \V V FX HX |X X X -Y tY Y Z Z kZ [ [ [ [ \ \ \ ,] -] a] ] ] ^ Y^ ^ ^ ^ _ _ F_ P_ Z_ [_ _ _ _ _ _ _ _ _ _ _ %` H` ` ` ` ` a Ja Ka \a ]a ^a a a a a a a a a a a a "b b b b b b b b b c c .c 0c 1c 2c ;c Yc }c  d d d d d <d =d Pd cd vd d d d d d d =e e e e e e e f f f f f f g g #h eh h h i Zi i i (j wj j j j j j k  k *k +k Sk Tk yk k k k k k k k Cl tl l l l l 7m 8m Im vm }m m m m m m m m m m m m n $n &n 'n =n >n Gn n n o o 8o Ko o o o o o p  p !p "p 3p gp np vp wp p p p p p p p p q #q 6q 8q 9q :q Cq q q r &r ar lr r r r r r r r s =s >s fs gs zs s s s s s s s /t lt t u Bu Tu u u u u &v 'v (v 9v fv gv hv iv v v v w w w w [x x x x Fy y y z z Az z z z { | } } I} } 5~ 6~ i~   S h       `  ȁ  [   H     ! , 8 G S f j k l m n o p q r            Ä ΄ ҄      6 ;    ą Ʌ    K O    ӆ ׆    / 4 [ \ a      Ƈ   & ' * 4 5 8 A B C T Y a h o { |                     p q      ʉ ̉ ͉ Ή ω Љ ؉ މ ߉       
    " < = H U V ` m n o p q r s t         y z l m D E \ e  ގ  3 4 @      ӏ    " Z         ! |  S  # $  >   ݗ    u v   ǚ 0 R k      K L        o    ɟ   V   Ѡ ; x ҡ    9 :   * +       w x   S 
 T U ӫ ԫ ? C D Z [ o p q z              ­ í ܭ ޭ           , . 3 4 I K P Q k m r s             Į ɮ      ư ǰ Ӱ  5 i   ʱ   F ^   ٲ  + I }   ۳  . / 0 1 S \ ] s     յ  	 ' 5 H I g    Ͷ    % &     շ ߷    . / E [ q      ̸ ͸    " # 8 9 : ; L l m n        Ĺ Ź ٹ ڹ    # N g |     º Ӻ          ! * I J ^ _      Ż          " k l ! " # 4 T U V W w  8 N O Y d     ;    C D M   " # 2     + n o           , - . / 0 1 ^   @ K U ` j k     > ? z       
 8 F V W b g h r w x                    	     7 E U V a f g q v w                         E S c d o t u               
    " # . 3 4 > C D E ^ l | }              , u                    . > ? J O P Z _ ` k p q {                  
    A O _ ` k p q {                   	    $ ) * +                " ' ( ) H V f g r w x                      ! & ' 1 6 7 8 S a q r }                A B       P Q          ( L ^ ` w x      E       0 1 U V g     2 3 Y         -          &     	           * 4 > ? e        	 
  * b c  O o        , }  . l       ^ _          ) Q c d e f o     A B c d u          z     
        x y    B   P Q 6 K           
    $ + 0 1 6 = I J R Z _ ` h p | }           Q R   ? @   W c     - .  A B J K  & '  F P           0 A B U h       p q   	 	 
 
 
 / 0      d  #
 $
 K
 [ h          $ V W Y Z [ d     ; c n    0 1 2 C z { | }         5 Z [ \ ^ _ ` i     F j  Y i j k |           = > ? @ B C D M     * N  = M N O ` n o p q        ( O P Q R T U V _     > ^          
 = G Q R           + Y y    E F W e f g         D E F H _ ` i k l }                     ! " " # D# {# # # I$ $ $ $ $ $ $ $ $ $% D% W% j% }% % % % % % & 1& ^& _& `& q& & & & & & & & & & & "' 5' H' [' n' o' p' q' z' ' ' ' ' ' ( =( D( M( N( d( t( u( v( w( x( y( z( {( |( }( ( ( ( ( ( ) ) ) ) ) [) ) * * * * * 
+ + + + + + + 
, , 6, P, `, z, , , , , , , - - 6- P- Q- R- S- {- - - - - - - - - ]. . .  / / / \/ c/ l/ m/ u/ / / / / / / 0 )0 10 F0 [0 m0 0 0 0 0 0 0 0 0 1 (1 ;1 N1 a1 t1 u1 v1 w1 1 2 #2 j2 2 Q3 R3 S3 T3 e3 3 3 3 3 4 24 E4 X4 Y4 Z4 [4 d4 5 65 y5 5 `6 a6 b6 c6 t6 6 6 6 6 7 )7 <7 O7 b7 c7 d7 e7 n7 C8 j8 8 8 9 9 9 9 9 9 : 
: : : +: @: R: l: : : : : : : : ; (; B; R; l; ; ; ; ; ; ; ; < < *< =< P< c< v< w< x< y< < ;= = = = ~> +? ,? -? >? ? $@ +@ 4@ 5@ =@ R@ g@ |@ @ @ @ @ @ A A 2A :A OA dA yA A A A A A B B /B 0B 1B 2B ZB [B nB B B B B B B B B C C BD D D E E E AF F AG BG IG G G G H JH ~H H H I 6I 7I HI I I I I I I I I I J *J ;J UJ oJ J J J J J J J K K 8K RK cK }K K K K K K K K K L L ,L ?L RL eL xL yL zL {L L BM <N N O 'O O P P >Q EQ Q Q Q Q Q R =R ~R R R R R R R R R  S S $S 6S MS dS {S S S S S S S 	T 
T T $T 6T HT ZT qT T T T T T T U U -U .U /U 0U XU YU lU U U U U U U U U V W qX X mY Y Y Z nZ Z Z P[ [ ] @^ ^ ^ ^ Q` R` ` ` ` a Pa oa a a a a a "b #b Gb Hb Mb Ob Pb Qb Zb gb b b b b b c 4c Vc xc c c c c c c c c 4d e e f \f f f g ag g g 	h h h pi qi 5j 6j mj j j j Ak xk k k Fl l l l l l l l l !m "m 5m Hm [m nm pm qm rm {m m m n Kn in n n n n n n n $o %o 8o Ko ^o qo so to uo ~o o o Cp Dp Up Vp Wp p p p p p p p p p p p q q q q q q q q q r r 'r )r *r +r 4r Xr r hs is zs {s |s }s s :t ;t bt ct t u u u v :v rv v v :w w w x jx kx lx vx x x x x x x x y *y =y Py Ry hy iy ry y z $z \z gz z z z z { { #{ ${ :{ J{ K{ L{ M{ u{ v{ { { { { { { { { { T| o| | | | | !} ,} K} g} y} } } } } } ~ ~ ~ ~ E~ \~ ]~ ^~ _~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ P x    
 ) T       ۀ ܀    + > Q S T U ^ ́ 
 |    - 8 W  ă Ń ƃ ׃     . / j ! S T   4 5 g  O P   ߇ B q r  |     Ӌ ԋ      " 2 E m n   - f   R   % \   ʑ ֑     	 
   
    $ + 0 @ A P Q R ^ _ ` a l p      Ԓ ْ / 0 5 b g      ? @ E q u    ͔ Ҕ    - 2 X Y Z d   ĕ ŕ ȕ ҕ ӕ ֕ ߕ       
   % ) 0 7 8 9 : ; < = > ? @ A B C D E F [   ( ) B S T h j k l m n v | }           ڗ ۗ       
         . / 0 1 > P   
      # |  ќ Ҝ ޜ & ' : _ ` q       K L 9 : / 0 <     Z  £  ܤ < = {      % C e Ψ  	 % ? @ I J   H I      
 # U V g    R S o ٮ  p 5 6  װ ذ # $ ȱ ɱ ! "   G H   0 A     q r ݺ     
    & 3 4 5 6 7 8 < = > ? X Z ` a z |           ʻ ̻ ѻ һ     	      " ( ) 7 9 ? @ S U Z [ b g      d e q  Ӿ  ! U h     0 C w     5 E y          7 F Y Z s        5 6 7 k      * + 5 @ s }         % ' > ? H j k           
   3 4 5 6 7 8 A b c w x        / I J _ ` q                ; < Q R c           	 
                5 ? I J k            ! f g x   
 . / 0 1 2 3 <                  	 i       M   ~               ! & ' 1 6 7 8 V d t u                          % & 0 5 6 7 Y g w x                  
    " # . 3 4 > C D E                   
   & + , 6 ; < G L M W \ ] ^   5 C S T _ d e o t u                  	        M [ k l w | }               	      * / 0 : ? @ A g u                5 6 e s                         % & 1 6 7 A F G H t                        ! + 0 1 < A B L Q R S w     6 7 D E F i   # 5 6 @ K ~           s t    B x         V o      & ' ( ) * 3 { |  * 5 Q j       { | } ~  6 7 k }            2 D V W X Y b          
 . T q       q  
 M N O P v w   1 C D N Y           
 n o        ^ _ ` a  ' K    % P Q b   i j      } ~         Z  [  j  |                                                  # * / 0 8 ? K L M N   G H       } ~ 4 5    	 	 
 
 :   _
   4 5 V c p }           4 5 @ p q     c d 7 H }   - [     R      2 6 7 A L            A M t     E O t             G  H  R  ]                        ! F! R! y! ! ! " " " # # 	# # (# )# *# 4# ?# r# |# # # # # # # # # # # # *$ 6$ ]$ $ $ $ r% % % % % % & 
& & & ;& E& P& & & & & & & & & & & & & & <' H' o' ' ' ' 4( p( q( r( ( ( ( ( ( ( ( ( ( ( ) H) I) J) L) M) N) W) ) ) ) ) * F* c* * * * * + + + ?+ \+ f+ q+ + + + + + + + + + + , 	- 
- - Z- - A. B. S. . . . . . . . k0 l0 0 0 1 Q1 1 1 <2 =2 G2 R2 2 2 2 2 2 2 2 3 3 .3 03 G3 H3 Q3 3 3 3 3 3 4 <4 C4 K4 L4 b4 r4 s4 t4 u4 4 4 4 4 4 5 
5 5 5 5 ;5 i5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 6 C6 d6 e6 6 6 6 6 6 6 6 6 7 7 8 8 8 8 8 e9 l9 u9 v9 ~9 9 9 9 9 9 9 : 2: :: O: d: v: : : : : : : : : ; 9; ^; q; ; ; ; ; ; ; )< < < < < < = 
= = = (= == O= i= = = = = = = = > %> ?> O> i> > > > > > > > > > ? ? ? ? ? ? ? @ Q@ @ @ @ @ A VA WA A A A A A A A A A B B B C `C C C  D D D eD fD D D D D D D  E E E E E E F LF F 4G 5G 6G GG G G G G G G G G G 
H $H 4H NH hH pH H H H H H H 
I $I %I &I 'I 8I I I I I I I I J J J J J  J J 9K uK K L L L L L FM M M M M M M N N ,N FN `N qN N N N N N N O O )O CO ]O nO O O O O O O O O O P P 2P EP XP YP ZP [P dP (Q Q Q 3R fR R /S S S T T T T &U uU U U U V HV tV V V V V *W 1W :W ;W CW XW mW W W W W W W 
X X 8X IX cX kX X X X X X X Y Y 5Y FY `Y qY Y Y Y Y Y Y Y Y Y Z Z Z Z Z "Z Z [ B\ \ \ 2] ] %^ ^ ^ #_ B_ a_ _ _ _ _ ` ` ` /` s` z` ` ` ` ` ` ` ` ` a a *a Aa Xa ia a a a a a a a a a b &b =b Nb eb |b b b b b b b b b b 
c c 0c Cc Vc Xc Yc Zc cc ud =e f f g Eg g g h *h \h h i j k Kl Ll Sl m m 0n pn n n n 
o ,o Ko jo ko |o o o o o o o o o o p 'p Ip kp p p p p p q +q ,q =q pq q q q q q s s s s 1t it t t Tu Uu u Nv Ov w w w w x hx ix x x y Ny y y 9z :z Dz Oz z z z z z z z z z { { { { { a{ { { { | !| X| | | | | | | | | | | } } } } } :} ^} } } } } } ~ ~ 1~ D~ W~ j~ l~ m~ n~ w~ ~ ~ < = N O P x y          y       L ؁ ف    2 * + _  ؃  U  ؄  d   	 
   R \ f g    Ȇ ۆ           1 s t      ؈       ' : M ` b c y z   
 > [ t   ʊ    = \ ] ^ o          % & 9 L _ r t u v    P b   Ǎ  4 8 9 : ; L y z    Ɏ ܎      k   M ~  ː ֐    b c d u     ̑ ͑     +  ғ ӓ     C D }    H  G H  7 q r  Y Z    К    R  ˜  Z   ,  Þ  \ ] h t              ɟ Ο ޟ ߟ        
  ! ) 5 6 ; r w ͠ Π Ӡ    J K P   ݡ ޡ    - . 3 k p    ˢ Т     Q V b c f p q t } ~         ã ǣ Σ գ ֣ ף أ ٣ ڣ ۣ ܣ ݣ ޣ ߣ         Ƥ Ǥ      	 
      $ ( ) < H I J K L ^ x y               ̥ ͥ Υ ϥ ܥ            ' o p | Ī Ū ت    O P Q ^  -   ׭ ح ͮ ή ڮ ]  )   _ `  z ڲ ۲  7 8 K   ô   l   ö ݶ ޶       2 > M Y Z      N S    
 w   ӽ Խ % u v  ¾ f g   . /        I     {                             . 0 6 7 J L R S h j o p                          ! " # $    W q     : N      3 g      6 j k l m          D E c q       	  5 K a b       % & M j k          	   B ^ _ t u v w                 0 L M _          / 0 1 X Y Z [ \ ] f           ! " # P Q R S T U ^   ] ^ _ p      @ t         	 6 L N    ! " ^ _ n     g          5 6 G h i j k l m  : ; |        6 M z {   1 2   4 I t                      # $ . 3 4 ? D E O T U V s                     ! & ' 1 6 7 B G H R W X Y                   - = > I N O Y ^ _ j o p z                     h         
    # $ . 3 4 5 \ j z {                	 
    % * + 6 ; < F K L M }                   # $ / 4 5 ? D E P U V ` e f g     ! " - 2 3 = B C N S T ^ c d e                     0 1 < A B L Q R ] b c m r s t                   5 Z } ~               & 0 1 d         2 3    ; K \ l m     
 & ? n o          i     " 7 O P Q b     E   	  - .   ( 3 f p z {          E F U f         1 2 V W h   j               * 4 > ? e        
 - . } ~        /             F G   ; < N     1 ~  !   r
 
 
 
   - . 3 ; @ A F N Z [ ` g l m r y                         { | 9 :       i j  } ~    b c          ( 9 J [ l } ~       ! ! ! ! ." /" % % % % & k& l& & & &' V' W' ' ' _( `( ( ) ) ) * * * * + '+ 1+ 2+ `+ + + + + + + + + , 9, w, , , , , - l- m- n- - - - - - - - - - .. 8. B. C. q. . . . . . . . . . / B/ / / ,0 0 0 0 0 0 0 0 0 0 0 1 1 $1 %1 S1 y1 z1 {1 |1 ~1 1 1 1 1 1 1 &2 f2 2 3 y3 3 3 3 3 3 3 3 3 3 3 3 !4 +4 54 64 d4 4 4 4 4 4 4 4 4 4 4 
5 ;5 z5 5 5 6 6 6 !6 /6 06 16 ;6 F6 y6 6 6 6 6 6 6 6 6 6 6 6 47 @7 g7 7 7 7 8 88 8 8 8 8 8 8 8 8 9 9 B9 L9 V9 W9 9 9 9 9 9 9 9 : : : : .; ; ; ; #< $< %< &< '< (< X< 	> 
> >> > > > 6? ? ? ? ? ? #@ -@ 7@ 8@ `@ @ @ @ @ @ @ @ @ @ ZA mA A A A A A A A A  B B B B B ;B ^B qB B B B B B B B B C 5C 6C 7C HC yC C C C C C C C C C C C C C C C D D (D ;D ND OD PD QD ZD D 9E LE 2F 3F 4F 5F FF G 
G G G G 1G FG XG rG G G G G G G H H .H HH XH rH H H H H H H H I "I #I $I %I .I I I ;J <J =J NJ J J J J J J J J K !K 1K KK eK mK K K K K K K L !L "L #L $L LL dL wL L L L L L L L BM _M M M N N N N N N N O 6O [O nO O O O O O O JP rP P P Q Q Q Q Q R R ,R -R RR eR xR R R R R R R S S S 3T T T T T 8U 9U @U IU JU RU gU |U U U U U U V V #V 8V JV dV ~V V V V V V V V )W *W RW SW fW yW W W W W W W W wX X Y 'Y Y gZ hZ iZ zZ Z `[ g[ p[ q[ y[ [ [ [ [ [ [ \ )\ C\ T\ n\ v\ \ \ \ \ \ \ ] &] @] Q] k] l] m] n] ] ] ] ] ] ] ] ] ] ] ^ ^ _ ~_ _ ` W` ` "a }a 'b }b ~b b b c *c Zc c c c d >d rd sd d d d d d d d e  e 2e Le fe we e e e e e f 	f f 3f Hf Zf tf f f f f f f g )g *g +g ,g Tg Ug hg {g g g g g g g g ~h xi i Vj cj j Gk k zl l l l l $m ;m Zm ym m m m m n n !n "n *n <n Nn `n rn n n n n n n o o .o Eo Fo No `o ro o o o o o o p p +p Ap Rp ip jp kp lp p p p p p p p p p p q r r s +t t t .u Mu u u u v 5w Tx |y y y y { { { | -| L| | | | | } 	} } ^} _} } } } } } } } } } } 	~ +~ ,~ N~ p~ ~ ~ ~ ~ ~  3 4 5 6 p   " V  ρ  N    E     q r    ; }   3  ׇ ؇     * 4 5 ] ^ q         " Y     $ % 6 7 8 ` a t        ؊         ϋ    
    3 W ڌ ی      * = P c e f g p          v w   Џ Ȑ ɐ  ? v   4 v   Q          - . S f y       N `   ϕ   # P W _ ` v       Ŗ ؖ        !   ܗ   % ] h    ۘ    
 A H P Q      Ù ę י             ; F e  қ ֛ כ ؛ ٛ    @ A T g z      	 F    . i t        @ A B C j k  ]   ɠ 5 p q         ~       # զ   C   - B ^ n     : i   5  ʫ " a      ! - @ D E F G H I J K L ` g l | }           ǭ ӭ ԭ ٭   k l q      % ) { |    ˯ ̯ ѯ 	  5 6 ; i n                 . 3 ; B I U V a e l s t u v w x y z { | } ~      J K d e ~            ² Ʋ ǲ ڲ         " / 0 : G H I J K L M N [ \ j k l m z  S T F G   6 ? _  ŷ 
   b c v        4 ˹   u v k l x  V ǽ -      x y     O P a   
 , E a { |   % &        I _      0     R  q r    _ `   ] ^     Q R l } -  . /      4 5 I J K T b o p q r s t x y z {                   
  # % * + E G L M \ ^ d e s u { |                 C ]       8 l     # W q     	 
  - 6 7 M s         " # A q r s        f g q |       	  5 K a c z {             & F G H o p q r s t }         ( A V k                # $ 8 9 [ w x              E F     . / 0 1 Q   ( ) 3 > q {         '      ]     H I j k l m n o x       	 
  8    % / : D E       T           0 1 < A B L Q R ] b c m r s t                    / 0 ; @ A K P Q \ a b l q r s                   - = > I N O Y ^ _ j o p z               
      8 F V W b g h r w x         O q                     $ ) * 4 9 : E J K U Z [ \                   ) 9 : E J K U Z [ f k l v { | }                  q r                  " 0 @ A L Q R \ a b m r s }                      - ; K L W \ ] g l m x } ~          r s     * + _ q r |       & 8 : Q R [      ~     
  / 0 A      
 3 b c d e f o    f q                     r s             ? n           < =  ) I j        W   F       8 9 m         	 +	 =	 >	 ?	 @	 I	 	 	 	 	 
 
 =
 >
 O
 
 
 
 
 
 c  
 
 T a           R S       * +  %                 
    # $ , 4 9 : B J V W _ f k l t {     + ,           1! =! ! ! p" q" # # Z# % % $& %& v&  ( ( (  * ** p+ q+ , , , , , , , , 
- - - /- B- Y- p- q- |- . . J/ K/ / / 2 2 s3 3 3 	4 
4 i4 4 4 4 4 >5 5 5 5 %6 57 B7 n7 r8 s8 }8 8 8 8 8 8 8 09 19 39 49 59 >9 }9 9 9 9 : =: H: : : : 
; ; ; ; T; U; V; W; ; ; ; ; ; ; ; ; < 4< 5< 6< 8< 9< :< C< < < < <  = D= = 3> C> D> E> V> d> e> f> p> {> > > > > > ? ? ? ? ? ? ? '? f? r? ? ? @ (@ @ A 'A (A )A :A HA IA JA KA wA A A A A A A B )B *B +B ,B .B /B 0B 9B xB B B B C 8C pC C C C C C C C C C D !D +D ,D ZD D D D D D D D D D E 3E SE E E E F  F 1F ?F @F AF {F F F F F F F F G G  G "G 9G :G CG EH FH WH H H }I ~I I I I I I I I I K K K K K K K L L L L L L L L L L #L $L 7L CL DL EL FL GL YL sL tL L L L L L L L L L L L L L L L L L L L L M M N N {O |O P P P Q "Q jQ kQ wQ Q Q Q Q Q 
R JR KR LR YR R (S S S T T U U U XV V $W W W ZX [X Y uY Y Y Z 2Z 3Z FZ [ [ [ \ \ g] ] ] ] ] ] ^ ^ ` ` ` ` -a 9a Ha Ta Ua a a a a  b Ib Nb b b b c rc c 	d d d  e pe qe e e af bf g g )i *i i i j j j j k Dl m m 
n n vo zo {o o o o o o o o o o o o o o o o o o o o o o p p p p )p +p 1p 2p Ep Gp Mp Np cp ep jp kp p p p p p p p p p p p p p p p p p p p p p  q q q q q q r r 
s Rs ls s s s t 5t It }t t t t u .u bu u u u u v 1v ev fv gv hv v w w w w w w w x ?x @x ^x lx x x x x x x y y 0y Fy \y ]y y y y y z z  z !z Hz ez fz |z z z z z z z z { { { { ={ Y{ Z{ o{ p{ q{ r{ { { { { { { { { { { { { { | | +| G| H| Z| | | | | | | | | 
} *} +} ,} S} T} U} V} W} X} a} } } } } } } } } } } ~ ~ ~ K~ L~ M~ N~ O~ P~ Y~ ~ ~ X Y Z k      ; o     ΀ ؀    1 G I z {    Y Z i      b   ǃ ȃ Ƀ ʃ ˃ ̃ Ճ 0 1 B c d e f g h  5 6 w        1 H u v   , -   / D o }            ʈ ψ Ј ш   
     ) . / : ? @ J O P Q n |            ɉ Ή ω Љ       ! " , 1 2 = B C M R S T |          Ǌ ̊ ͊ ׊ ܊ ݊ ފ  ( 8 9 D I J T Y Z e j k u z { |      ċ ŋ ϋ ԋ Ջ        c  Ό ܌       
     ) . / 0 W e u v                       % & 1 6 7 A F G H x          Î Ȏ Ɏ ӎ ؎ َ ڎ      * / 0 : ? @ K P Q [ ` a b Ώ Ϗ     ( - . 8 = > I N O Y ^ _ `           ʐ ϐ А ڐ ߐ   
  + , 7 < = G L M X ] ^ h m n o        đ ɑ ʑ Ց ڑ ۑ      0 U x y ϒ В ݒ ޒ ߒ     Γ ϓ ٓ   ! + , _        
 - . | ە  6 F W g h      ! : i j      × ̗   d Ø Θ    2 J K L ]     @ Ϛ К   ( )   # . a k u v  ˜ ݜ      @ A P a      Ǟ  
 , - Q R c  
 e          ʡ ܡ ݡ   % / 9 : `         ( ) x y        *          A B   6 7 I     , y     m      ( ) . 6 ; < A I U V [ b g h m t            õ ȵ ɵ ѵ ص         v w 4 5     ͻ λ d e  x y   ӿ ] ^  }      	  # 4 E V g x y       	 
   ) *      f g   ! Q R   Z [          " , - [         
 4 r     
 g h i z         ) 3 = > l           = }  '                N t u v w y z {     ! a   t             & 0 1 _            6 u   	 
   * + , 6 A t ~           / ; b     3 | }        
 = G Q R { | }         )        ! " # S   9 {   1       ( 2 3 [ {         U h            
  6 Y l          0 1 2 C t {                 # 6 I J K L U  4 G - . / 0 A      , A S m         ) C S m        
      )   6 7 8 I           , F ` h }           G _ r        = Z           1 V i |      E m          ' ( M ` s       z   .     3 4 ; D E M b w       	  3 E _ y        $ % M N a t        r    "    b c d u  [ b k l t       
 $ > O i q        ! ; L f g h i              y   R   x "	 x	 y	 	 	 
 %
 U
 
 
 
 
 9 m n          - G a r       
 
 .
 C
 U
 o
 
 
 
 
 
 
 
 $ % & ' O P c v        y s  Q ^  B  u |     6 U t         % 7 I [ m         ) @ A I [ m         & < M d e f g               &   ) H     0 O w        " " " 	# (# G# # # # # $ $ $ Y$ Z$ ~$ $ $ $ $ $ $ $ $ $ % &% '% I% k% % % % % % 	& .& /& 0& 1& k& ( ( Q( ( ( ) I) ) ) ) @* * * + + l, m, , - - 6- x- - - .. }. . . . . / %/ // 0/ X/ Y/ l/ / / / / / / / / 0 T0 0 0 0 0 1  1 11 21 31 [1 \1 o1 1 1 1 1 1 1 1 1 1 z2 {2 2 2 2 2 2 2 2 2 3 3 3 3 3 .3 R3 3 3 3 3 3 4 4 %4 84 K4 ^4 `4 a4 b4 k4 4 5 5 5 5 5 5 5 5 q6 r6 6 6 6 7 7 7 :8 q8 8 8 /9 q9 9 9 L: : : : : : : : :  ; (; ); N; a; t; ; ; ; ; ; < I< [< < < < = 
= = K= R= Z= [= q= = = = = = = = = = = = = > > > > > > > 
?  ? X? c? ? ? ? ? ? ? ? @ <@ C@ K@ L@ |@ @ @ @ @ @ @ @ @ @ A 
A A A A A A A A 6B AB `B B B B B B B B C C ;C <C OC bC uC C C C C C D AD D D E )E dE oE E E E E E F ;F <F =F >F eF fF F XG G G G 0H kH lH H I I I I I J yJ J J J L L L M M 
N N >N N N (O =O YO iO |O O O O 5Q dQ Q Q 0R R R S \S S S S T 
T T (T ;T ?T @T AT BT CT DT ET FT GT [T bT gT wT xT T T T T T T T T T T T T T T U U fU gU lU U U U U U  V $V vV wV |V V V V V V W 	W 0W 1W 6W dW iW W W W W W W W W W 	X 
X 
X X X X )X .X 6X =X DX PX QX \X `X gX nX oX pX qX rX sX tX uX vX wX xX yX zX {X |X }X X EY FY GY `Y aY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z +Z ,Z 6Z CZ DZ EZ FZ GZ HZ IZ JZ WZ XZ fZ gZ hZ iZ vZ Z O[ P[ B\ C\ ] ] 2^ ;^ [^ ^ ^ 	_ 
_ _ ^_ __ r_ _ _ _ _ _ _ _ 0` ` a a qb rb gc hc tc c Rd d )e e e e f g tg ug g g g g Ki Li ]i {j j k (k Ak ]k wk xk l l !n "n n n n n n n n Eo [o o o o o o ,p p p p q Nq q mr nr r s s [s \s  t t Yu Zu v v w w Mx Nx hx yx )y y *{ +{ { { } } } 0} 1} E} F} G} P} ^} k} l} m} n} o} p} t} u} v} w} } } } } } } } } } } } } } } } } ~ ~ 	~ 
~ ~ !~ &~ '~ A~ C~ H~ I~ X~ Z~ `~ a~ o~ q~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~      ? Y   ԁ   4 h {  ͂   S m }  Ѓ     ) 2 3 I o ~    ޅ ߅     = m n o   φ    b c m x         1 G ] _ v w      ܈       " B C D k l m n o p y     ʉ    $ = R g      Ɋ ʊ ˊ            4 5 W s t              A B    
 * + , - M ڍ  $ % / : m w    Ў     #      Y     D E f g h i j k t ϑ Б        4 Ԓ Ւ  ! + 6 @ A   Г    P  ˔ ̔   Ε    , - 8 = > H M N Y ^ _ i n o p        Ȗ ͖ Ζ ٖ ޖ ߖ     
  + , 7 < = G L M X ] ^ h m n o        ˗ З ї ܗ        ) 9 : E J K U Z [ f k l v { | }  ǘ ט ؘ        	 
     4 B R S ^ c d n s t         K m {            Ț ͚ Κ Ϛ       % & 0 5 6 A F G Q V W X         ě ś Л ՛ ֛      % 5 6 A F G Q V W b g h r w x y     ɜ Μ Ϝ ٜ ޜ ߜ         m n     ǝ ̝ ͝ ם ܝ ݝ         , < = H M N X ] ^ i n o y ~     ʞ ˞ ֞ ۞ ܞ         
  ) 7 G H S X Y c h i t y z      ϟ    n o | } ~  & ' [ m n x    ʡ ˡ  " 4 6 M N W   ̢ ͢  z  գ     + , =    ٤  	 / ^ _ ` a b k    b m    Ѧ         ߧ n o   Ǩ Ȩ   © ͩ   
   ; j |      ߪ     8 9  % E f   ˬ ̬    S   B       4 5 i { |   į ί د ٯ  ' 9 : ; < E   ǰ Ȱ   9 : K     ɱ _    P ]        ջ ֻ  N O   ˿    & '  !                        ( 0 5 6 > F R S [ b g h p w     ' (       - 9   l m   V     ! r     & l m            + > U l m x   F G     o     e     :    ! 1 > j n o y       , - / 0 1 : y     9 D }       P Q R S          0 1 2 4 5 6 ? ~     @  / ? @ A R ` a b l w             # b n     $   # $ % 6 D E F G s }       % & ' ( * + , 5 t     4 l            ' ( V           / O ~     - ; < = w            5 6 ? A B S   y z             Q    t u         - @ S f h      4 5 6 G t {            1 D E F G P s        # $ : J K L M N O P Q R S {          1                 & 6 P j r        & ' ( ) Q q        3 a     2 9 B C K ` u           1  C  ]  w                   $ 7 J K L M V   @  ' ( ) * ;        . / 0 1 :   O  6 7 8 9 J        % 8 9 : ; D  @   l	 m	 n	 	 	 	 	 	 	 	 
 
 (
 B
 \
 l
 
 
 
 
 
 
 
  ( B \ ] ^ _ p        & 9 L M N O X 
 q
 
 
 T     ~   
   ( = R d ~        % : O a {          0 1 D W j }      `   k   g       ^      T     
  b i r s {         + E V p         ( 9 S m ~           ( ; N O P Q Z   z   j  ]  ! ! [! z! ! ! ! ! " T" U" V" g" " " " " " " " " # ## :# Q# b# y# # # # # # # # # $ $ 0$ G$ ^$ u$ $ $ $ $ $ $ % % % % .% /% B% U% h% {% % % % % % & u' G( ( C) }) ) ) D* b* * &+ + , . . . . '0 (0 h0 0 0 0 &1 E1 d1 1 1 1 1 1 1 2 2 #2 %2 &2 '2 02 =2 _2 2 2 2 2 2 
3 ,3 N3 c3 d3 u3 3 3 3 3 3 
4 5 5 5 26 i6 6 6 77 7 7 7 8 8 F9 G9 : : C: : : : ; N; ; ; < q< r< |< < < < < < < < = = 1= D= F= G= H= Q= = = = !> ?> Y> > > > > > > > > ? !? 4? G? I? J? K? T? r? ? @ @ +@ ,@ -@ U@ V@ i@ |@ @ @ @ @ @ @ @ @ tA uA A A A A A A A A A A  B B 
B .B B >C ?C PC QC RC SC C D D 8D 9D jD bE cE E E F HF F F G UG G G @H AH BH LH WH H H H H H H H  I I &I (I >I ?I HI I I I 2J =J iJ J J J J J J J K  K !K "K #K KK LK _K rK K K K K K K K *L EL vL L L L L M !M =M OM uM M M M M M M M M N 2N 3N 4N 5N ]N ^N qN N N N N N N N &O NO O O O O O *P lP pP qP rP sP P P P P P P Q Q 'Q )Q *Q +Q 4Q Q Q RR R R R S S -S XS S S S S S S S S T T @T T )U *U cU U 
V V =V V %W &W {W |W W X GX HX X RZ Z Z Z o[ [ [ [ \ \ \ \ \ ] ] C] D] ] ^ _ <_ _ _ (` d` ` ` 2a a a a a a a a a a a a a a a a a a b b b b &b 'b (b 4b 5b 6b 7b Bb Fb Yb ab mb nb sb b b c c c 8c =c c c c c c d d d Gd Kd ed fd kd d d d d d e e .e /e 0e :e e e e e e e e e e e e e e e e e e e e e f 
f f f f f f f f f f f f f f f f 1f f f f f g )g *g >g @g Ag Bg Cg Dg Lg Rg Sg \g `g ag tg g g g g g g g g g g g g g g g g g g g g g g h h h h h &h h h i i j j k k k Rl _l l l l l l m 5m 6m Gm m m m m m en !o "o p p q q q q q ar r 0s s s Wt t u u Qu ou pu u v v v x ;x x x x x y y z  z { { | | j| v| | | | | | +} ,} =} } } } (~ )~ E~ ~ ~ F   ]         f g       ǆ  Ȉ Ɉ G H    Ί ϊ      	 
   
      . 0 6 7 P R W X f h n o           ċ ŋ ߋ        
    ) + 0 1 8 = X Y Z [ \ : ; G   ݎ  + > r   ҏ   M k      O n     Ǒ В ђ  
  / 0 I | }     ۓ   
 A W m         I S ] ^     ϕ       @ A U V z           	 
   
   8 9 M N h     ۗ      5 6 G g h i          Ҙ Ә    ' ( 9 Y Z [        ߙ      Ț ɚ ʚ ˚  x   Û ͛ ؛      A n      Y Z     < = N         	  m n        ҟ r s   ɠ Ԡ ޠ ߠ ? V n     # i j T U l    ʣ ˣ ֣ ۣ ܣ         
  , : J K V [ \ f k l w | }       ɤ ʤ դ ڤ ۤ          
 / = M N Y ^ _ i n o z        ǥ ץ إ        	 
     W e u v              Ҧ           " # - 2 3 4     ) * 5 : ; E J K V [ \ f k l m      è Ĩ Ψ Ө Ԩ ߨ       # 1 A B M R S ] b c n s t ~     é ө ԩ ߩ              = K [ \ g l m w | }          ; I Y Z e j k u z {         ʫ ګ ۫         
     J X h i t y z           Ǭ լ            " ' ( ) M m     
    ? Į Ů     ! T ^ h i   ү ԯ    I J j k   N s     ɱ ʱ ۱ , E ^ w   Ͳ       	 Q R     ' @ Z o     Q R S T }  
 A S e f U V ` k     ٷ   , - . / 8 } ~   ָ ׸ U ù   * G i j     G   # $ % & L M Ҽ Ӽ    $ / b l v w  Ž ׽ ؽ ٽ ڽ  D E e f   ׾ ؾ  4 5 6 7 g  ! V W   & ' 8 ~  ? @ s t    S T i  V Y     0 1 @ R e f k s x y ~                           ! " # $       q r   S T 
            5   
  , 9 F S ` q         
   F G   f g 9 : 
  S    1 ^    (        
  " U _ i j         # J q     % J           ( 3 f p z {          ( O z   d          
  H R \ ]             3 ^   H            & Y c m n            E s   
 F G H Y g h i s ~          " # $ - l x     9 p        2 < G z              0 f   ) [ \ ] ^ _ `  A  B  v      ' n     ( [ e o p          '         ! " 8 H I J K s           ? m n o                  : ; ` s       q  j k l m ~ ;	 B	 K	 L	 T	 i	 ~	 	 	 	 	 	 
 
 %
 :
 L
 f
 
 
 
 
 
 
 
 
  4 G Z [ \ ] f   s t u        
 %
 ?
 Y
 i
 
 
 
 
 
 
 
  % ? Y Z [ \           z   '      , - U n            6      ; < d e            " k 
    p q x         
 $ > F [ p           a b              K _                 6 G a {         3 D ^ x              .  /  0  1  :    U! ! 	" <" " # Z# # _$ $ $ $ $ K% b% % % % & J& v& & & &  ' ' ' ' ' .' C' X' j' ' ' ' ' ' ' ( ( 9( A( V( k( ( ( ( ( ( ( ) ) 6) G) a) b) c) d) ) ) ) ) ) ) ) ) ) ) ) * + , , , - - - . . . / 7/ \/ s/ / / / / / 0 I0 P0 Y0 Z0 b0 t0 0 0 0 0 0 0  1 1 .1 ?1 U1 f1 }1 ~1 1 1 1 1 1 1 1 2 $2 ;2 R2 c2 y2 2 2 2 2 2 2 2 2 2 3 3 ,3 .3 /3 03 93 K4 5 5 c6 6 7 f7 7 7  8 28 8 m9 : ; !< "< )< = = > F> e> > > > ? !? @? A? R? ? ? ? ? ? ? ? ? ? ? ? @ A@ c@ d@ @ @ @ @ A A A FA kA lA mA nA A XC ZC C C D ?D D D *E +E }E $F %F F F G G G >H ?H sH H H $I kI I J J J %J XJ bJ lJ mJ J J J J J J J J J J 7K ZK K K K K .L \L ]L nL oL pL L L L L L L L L L L M 4M M M M M M M M N N -N @N BN CN DN MN kN N O O $O %O &O NO OO bO uO O O O O O O O OP P P P P P P "Q Q Q Q Q R  S S 5S wS S S +T lT T T :U U U U U U U (V 2V <V =V eV fV V V V V V V V V UW W W W W X IX JX [X X X X X X X X X X X X X Y #Y 6Y 8Y 9Y OY PY YY Y Y Z 1Z JZ ]Z Z Z Z Z Z [ 2[ 3[ 4[ E[ y[ [ [ [ [ [ [ [ [ [ [ \ "\ 5\ H\ J\ K\ L\ U\ \ \ &] 8] s] ~] ] ] 
^ ^ ^ ^ ^ "^ O^ P^ x^ y^ ^ ^ ^ ^ ^ ^ ^ ^ A_ ~_ _ #` T` f` ` ` ` ` 8a 9a :a Ka xa ya za {a a a a b b b c mc c c c Xd d d e e Se e e e f g h h [h 
i Gi Hi {i /j 0j ej zj j j j j j (k rl l l 0m mm m n Zn n n 2o 3o >o Jo Yo eo xo |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 p p p Hp Mp p p p p p  q !q &q ]q aq q q q q q r r 	r Ar Fr mr nr sr r r r r r r 's ,s 8s 9s <s Fs Gs Js Ss Ts Us fs ks ss zs s s s s s s s s s s s s s s s s s s s s s s s t t t t t t t t t t t t t t t t t t t u u u  u !u "u 4u Nu Ou Zu gu hu ru u u u u u u u u u u u u u u u u v v ~w w Vx Wx ny wy y y y Ez Fz Rz z z z z z z %{ &{ '{ 4{ l{ | | | } } ~ ~ ~ 3   e ΀ 5 6  P    
  !     م B d }      ] ^     # / 0   Ɋ ʊ ۊ $ ) h Ƌ ǋ  M      K L   < =           e  f g   Q U V l m                ̘ Θ Ԙ ՘        
   " ( ) > @ E F [ ] b c }            Ǚ ə Ι ϙ ֙ ۙ      ؛ ٛ  - G {  ɜ ܜ  $ X p    	 = [      @ A B C e n o    ͠ Π    9 G Z [ y    ߡ   ! 7 8         # @ A W m       ޣ ߣ    4 5 J K L M ^ ~          ֤ פ    " # 5 ` y     ӥ ԥ     . / 0 1 2 3 < [ \ p q    Ŧ Ʀ צ    & ' ( ) * + 4 } ~ 3 4 5 F f g h i   J ` a k v     ߩ  " $ U V _   4 5 D  ګ ۫  =             > ? @ A B C p   R ] g r | } ݮ   # P Q       
  J X h i t y z           ʱ ر       	 
    % * + , I W g h s x y           Ͳ ۲        
    ( - . / W e u v                   $ % / 4 5 @ E F P U V W p ~            ˴ д Ѵ Ҵ >    ǵ ȵ ӵ ص ٵ        	 
  2 @ P Q \ a b l q r }        ϶ ߶             ! " # S a q r }             ۷     
     & + , 6 ; < =   ٸ      	    $ ) * 4 9 : ; Z h x y                     " ' ( 3 8 9 C H I J e s             ź ƺ Ǻ   0 S T      ݻ b c          : ^ p r       	 W    ! 2 B C g h y ʿ    D E k         ?      
 % & ' 8               	 < F P Q w          + < t u  a       , - >   @ ~       p q        
   ; c u v w x      S T u v                      $      T   b c H ]       	     $ 0 1 6 = B C H O [ \ d l q r z              c d   Q R   i u     ? @  S T \ ]  8 9  X b           1 B S T g z                A B    , - v  5 6 ] m z          6 h i k l m v     M u     B C D U             G l m n p q r {     X |   k  {  |  }                      ) O P Q R T U V _     < `  O _ ` a r            : a b c d f g h q     P p           O Y c d         
  = k     W X i w x y     	 "	 ,	 -	 V	 W	 X	 Z	 q	 r	 {	 }
 ~
 
 
           . 
 
  V    [       
  6 V i |       0 C p q r            4 G Z m          
  O V _ ` v                $ % & ' 0 m  "  	 
          . H b r         . H b c d e          o     $ n u ~         ! ; C X m          " : M ` s       5 |  c d e f w     1 D W j k l m v    H      r! s! t! u! ! ! ! " " (" ;" N" a" t" u" v" w" " U# |# # 	$ $ $ $ $ % % % %  % (% =% R% d% ~% % % % % % % &  & :& T& d& ~& & & & & & &  ' (' )' <' O' b' u' ' ' ' ' ' M( ( ( ( ) =* >* ?* P* * 6+ =+ F+ G+ O+ d+ y+ + + + + + + , *, D, L, a, v, , , , , , , - '- A- B- C- D- l- m- - - - - - - - - - . . T/ / / -0 0 0 S1 1 S2 T2 [2 2 2  3 03 \3 3 3 3 4 H4 I4 Z4 4 4 4 4 4 4 4 4 5 "5 <5 M5 g5 5 5 5 5 5 5 5 	6 6 06 J6 d6 u6 6 6 6 6 6 6  7 7 7 *7 +7 >7 Q7 d7 w7 7 7 7 7 7 T8 N9 9 ,: 9: : ; ; P< W< < < < < = 0= O= = = = = = = = =  > > $> 6> H> _> v> > > > > > > ? ? ? $? 6? H? Z? l? ? ? ? ? ? ? @ @ (@ ?@ @@ A@ B@ j@ k@ ~@ @ @ @ @ @ @ @ @ A B C D D D E #E E E E bF G *H RI I I I cK dK K K L "L bL L L L L L L 4M 5M YM ZM _M aM bM cM lM yM M M M N N $N FN hN N N N N N 	O 
O O O FO P P ,Q nQ Q Q $R sR R R S S S T T GU HU U U U V SV V V 	W XW W W W W W  X 
X X 3X 4X GX ZX mX X X X X X X X /Y ]Y {Y Y Y Y Y Z 
Z Z 6Z 7Z JZ ]Z pZ Z Z Z Z Z Z Z U[ V[ g[ h[ i[ [ [ [ [ [ [ [ [ [ [ 	\ -\ \ \ \ \ \ \ \  ] ] &] 9] ;] <] =] F] j] ] z^ {^ ^ ^ ^ ^ ^ L_ M_ t_ u_ _ ` ` ` a La a a 
b Lb b b 'c |c }c ~c c c c c c c d d )d <d Od bd dd zd {d d d $e 6e ne ye e e e e &f -f 5f 6f Lf \f ]f ^f _f f f f f f f f f f f f fg g g g g g 3h >h ]h yh h h h h h h i i &i 'i Wi ni oi pi qi i i i i i i i i i i bj j j j k k ;k fk k k k k k k k k l l *l =l Pl cl el fl gl pl l m m m m n ?n Jn in n n n n n o o o o @o Ao |o 3p ep fp p q Fq Gq yq q ar br r r r Ts s s s u u u u v v v w w w x x 4x Dx Wx x x x z ?z xz z { d{ { { 7| n| | | | | | } } } } } } } }  } !} "} 6} =} B} R} S} b} c} d} p} q} r} s} ~} } } } } } } } } A~ B~ G~ t~ y~ ~ ~ ~ ~ ~ Q R W           ? D j k l v ŀ ʀ ր ׀ ڀ        	    + , 7 ; B I J K L M N O P Q R S T U V W X m   ! : ; T e f z | } ~               ҂            ! " # $ 1 2 @ A B C P b ) *       5      8 9 L q r  È Ĉ ň ҈ 
  ] ^ K L A B N ь ,   l ӎ Ԏ   N O     % & 7 U w    7 Q R [ \   Z [    ͗ Η  5 g h y  ǘ  d e   (  G H    5 6 ڜ ۜ 3 4   Y Z ' ( B S          
     ! * 8 E F G H I J N O P Q j l r s           Ʀ Ǧ ܦ ަ          " # 2 4 : ; I K Q R e g l m t y      v w  ˩   3 g z  ª   B U   ۫  - G W   ެ ߬     
 # I X k l    ׮     G H I }    կ ֯ < = G R      ް ߰   ! 7 9 P Q Z | }    ұ ӱ         E F G H I J S t u      Ӳ   , A [ \ q r     ̳ ͳ γ ϳ г ѳ ڳ     1 M N c d u    Ĵ Ŵ ƴ Ǵ ȴ ɴ Ҵ   ѵ ҵ ӵ      '     	  G Q [ \ }   ·      Ҹ Ӹ  3 x y  ۹   @ A B C D E N    ܺ ݺ ޺ ߺ            {      * _              " ' ( 3 8 9 C H I J h v            ÿ ȿ ɿ ʿ        ! & ' 2 7 8 B G H I k y                     $ % / 4 5 @ E F P U V W                    , - 8 = > H M N Y ^ _ i n o p  % G U e f q v w                   
      ! + 0 1 2 _ m } ~                     ! + 0 1 < A B L Q R S y                 G H w                     " ' ( 2 7 8 C H I S X Y Z                    ! " - 2 3 = B C N S T ^ c d e      H I V W X {    5 G H R ]         ' ( 1      T          h      	 8 9 : ; < E    < G c |            H I }             D V h i j k t          @ f       -    _ ` a b     C U V ` k                    % p q r s  9 ]   * 7 b c t   { |    ( )            l m |                     
      , - 5 < A B J Q ] ^ _ `   Y Z         F G   0     L   q    F G h u            / F G R     !   u v I Z    ? m     d      D H I S ^      	 	 		 
	 	 	 S	 _	 	 	 	 
 
 W
 a
 
 
 
 
 
 * + , - Y Z d o      
       X d    
 
 	    , : ; < F Q              < H o              ! M W b               N Z     F              0 Z [ \ ^ _ ` i    	 ) X u        Q n x               - l  S T e        } ~   + c   N O Y d         - @ B Y Z c      ! N U ] ^ t                  !  *  M  {                  ! $! %! &! '! (! )! *! +! ,! -! U! v! w! ! ! ! ! ! ! ! " " " # # # # # w$ ~$ $ $ $ $ $ $ $  % % *% D% L% a% v% % % % % %  & & & & +& K& p& & & & & & & 
' ;' ' ' ' ' ( ( ( ( %( :( O( a( {( ( ( ( ( ( ( ) ) 7) Q) a) {) ) ) ) ) ) ) ) ) * $* %* &* '* 0* * * + c+ , , , , , h, i, , , , , , - 	- 
- - - - - ). r. / / / / $/ w/ x/ / / / / / / 0 0 0 0 0 0 1 ^1 1 F2 G2 H2 Y2 2 2 2 2 2 2 2 2 3 3 63 F3 `3 z3 3 3 3 3 3 3 4 4 64 74 84 94 J4 4 4 4 4 4 4  5 5 &5 '5 (5 )5 25 5 K6 6 6 .7 7 7 7 7 X8 8 8 8 8 8 9 9 ,9 >9 X9 r9 9 9 9 9 9 9 9 : ): ;: U: o: : : : : : : : : 
; ; ; 1; D; W; j; k; l; m; v; :< < < E= x= = A> > > ? ? ? ? 8@ @ @ @ @ .A ZA A A A A A <B CB LB MB UB jB B B B B B B C C 0C JC [C uC }C C C C C C D D -D GD XD rD D D D D D D D D D E E (E )E *E +E 4E E F TG G G DH H 7I I I 5J TJ sJ J J J J .K /K 0K AK K K K K K K K K K K L +L <L SL jL {L L L L L L L L L 
M !M 8M OM `M wM M M M M M M M M N 	N N /N BN UN hN jN kN lN uN O OP !Q Q R WR R R S <S nS  T T U V ]W ^W eW Y Y BY Y Y Y  Z Z >Z ]Z |Z }Z Z Z Z Z Z Z Z  [ [ 
[ [ 9[ [[ }[ [ [ [ [ \ (\ =\ >\ O\ \ \ \ \ \ \ ^ ^ ^ _ C_ {_ _ ` f` g` ` `a aa  b !b b b c zc {c c c (d `d d d Ke Le Ve ae e e e e e e e e f f  f !f "f +f sf f f f g 3g jg g g g g g g g g g h !h #h $h %h .h Lh ph h h i i i /i 0i Ci Vi ii |i ~i i i i i i Nj Oj `j aj bj j j j j j j j j j j k k l l *l +l ,l -l ^l l l m m Dm <n =n qn n n "o go o o /p vp p q q q &q 1q dq nq xq yq q q q q q  r r r r "r r r r s s Cs s s s s s s s s s s s s %t &t 9t Lt _t rt tt ut t t t u u Pu mu u u u u u v )v Ov nv ov pv v v v v v v w 
w w w 7w 8w Kw ^w qw w w w w w  x (x bx tx x x x y Fy Jy Ky Ly My ^y y y y y y y y z z z z z }z z ,{ _{ { { { { | 2| t| u| v| | | | | | | | } } ~ ~ =~ ~ ~ ~      U V   ! " Z , Y Z  I    k l   ҅     d  ݇  l   >  Չ  n o z              Ԋ ۊ               3 ; G H M   ߋ     \ ] b      ! % ? @ E }     ݍ   	 
  c h t u x            Ɏ ʎ Վ َ                     ؏ ُ          & , - 6 : ; N Z [ \ ] ^ p               ϐ А ސ ߐ      Ǒ ȑ       Ӕ , 9    ֕ ו    ! a b c p  ?     ߙ   o ʚ ;  
 q r 1    + I J ] ß ğ ՟   ~   ա         D P _ k l  ӥ    ` e      Ƨ     7   ө ԩ x y ѫ ҫ @ A   Ů Ʈ    [   ! "         ȳ ֳ            
   * , 1 2 @ B H I \ ^ d e z |           д Ҵ ش ٴ       
    2 3 4 5 6   ! i   ѷ   L `     ' E y  ˹   ) H | } ~        	 
 # V W u         1 G ] s t ڽ ۽   # - 7 8 _ | }    վ ׾      / 0 T p q                  ' ( B ^ _ q         ! A B C j k l m n o x           3 4 5 b c d e f g p   o p q       R           H ^ `    3 4 p q     ( y          G H Y z { | } ~   L M        0 H _     C D . / F [                    $ % 0 5 6 @ E F Q V W a f g h                  	  ' ( 3 8 9 C H I T Y Z d i j k                  1 ? O P [ ` a k p q |                      
  z          $ % 0 5 6 @ E F G n |                    ' , - 7 < = H M N X ] ^ _                   % 5 6 A F G Q V W b g h r w x y    # 3 4 ? D E O T U ` e f p u v w                  $ 2 B C N S T ^ c d o t u                      ' G l                . 8 B C v       # $ D E   ( M ] n ~       8 Q          + , {     4 I a b c t + , - . W    - ? @ / 0 : E x          	  W X g x   /     ! C D h i z  ! |       & '       	 < F P Q w         ? @          A   0 1       X Y   M N `   - . C  0 3     
   , ? @ E M R S X ` l m r y ~                              K L   - .   {  |         t u      
 
  
 -
 :
 K
 \
 m
 ~
 
 
 
 
 
 
 
 
   !   @
 A
     - } ~   8 h i   q r         / 9 C D r         $ K      $ ~           
 @ J T U           ) T   >           " , 6 7 e           
 8 x  "              3 = G H v             M         ! !! "! 3! A! B! C! M! X! ! ! ! ! ! ! ! ! ! ! ! " F" R" y" " " " # J# # # # # # # # $ $ !$ T$ ^$ h$ i$ $ $ $ $ $ $ $ % % % 
& @& & & ' 5' 6' 7' 8' 9' :' j' ) ) 5) 6) O) `) a) u) w) x) y) z) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  * * * * * * * * * * * ,* -* ;* <* =* >* K* ]* $+ %+ , , , , . . 0. . . . . . 3/ 4/ G/ l/ m/ ~/ / / / / 0 0 X1 Y1 F2 G2 <3 =3 I3 3 '4 4 4 g5 5 5 6 6 I7 J7 7 7 7 7  9 !9 29 P: r: : : ; 2; L; M; V< W< = = U> V> > > > > > ? 0? b? c? t? ? ? @ _@ `@ |@ @ #A }A BB CB B B B 0C 1C C C .E /E F F TG UG "H #H =H NH H I J  K ~K K L L L M M M M M %M 3M @M AM BM CM DM EM IM JM KM LM eM gM mM nM M M M M M M M M M M M M M M M M M M M M N N N N -N /N 5N 6N DN FN LN MN `N bN gN hN oN tN N N N N N qP rP ~P P P Q .Q bQ uQ Q Q Q 	R =R PR R R R R (S BS RS S S S S S S S U U U DU SU fU gU U U U U U U U V BV CV DV xV V V V V V 7W 8W BW MW W W W W W W W W X X 2X 4X KX LX UX wX xX X X X X X X X X X X Y Y Y @Y AY BY CY DY EY NY oY pY Y Y Y Y Y Y Y Z 'Z <Z VZ WZ lZ mZ ~Z Z Z Z Z Z Z Z Z Z Z Z Z 	[ 
[ ,[ H[ I[ ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \  ] ] ] "] ] ] ] ] ^ ^ B^ L^ V^ W^ x^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ .` s` t` ` ` a a ;a <a =a >a ?a @a Ia a a a a a a a a a 	b b b b b  c c c c vc c c c c c %d Zd d d e e e e e e f f 
f f f f "f #f .f 3f 4f >f Cf Df Ef cf qf f f f f f f f f f f f f f f f f f  g g g g g g !g "g -g 2g 3g =g Bg Cg Dg fg tg g g g g g g g g g g g g g g g g g h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh Rh h h h h h h h h h h h h h h h h h 	i i 'i (i 3i 8i 9i Ci Hi Ii Ti Yi Zi di ii ji ki i  j Bj Pj `j aj lj qj rj |j j j j j j j j j j j j j j j j j k 
k k k k k &k +k ,k -k Zk hk xk yk k k k k k k k k k k k k k k k 
l l l l l &l +l ,l 7l <l =l Gl Ll Ml Nl tl l l l l l l l l l l l l l l l l Bm Cm rm m m m m m m m m m m m m m m m m m n n n n "n #n -n 2n 3n >n Cn Dn Nn Sn Tn Un n n n n n n n n n n n n n n n n n n o o o (o -o .o 8o =o >o Io No Oo Yo ^o _o `o o o o o o Cp Dp Qp Rp Sp vp p p 0q Bq Cq Mq Xq q q q q q q 	r r "r #r ,r r r r r r Os s s s s s s  t t t ct |t t t t t u 3u 4u 5u 6u 7u @u u u u 7v Bv ^v wv v v v v v v w w w w w Cx Dx xx x x x y y y y y y y y z ?z Qz cz dz ez fz oz z z z z 
{ { { { | ;| a| ~| | | | | | (} ~} } ~ Z~ [~ \~ ]~ ~ ~ 	 
 > P Q [ f            { |         k l m n  4 X   % 2 ] ^ o   v w    # $           g h w          ɒ ʒ ϒ ֒ ے ܒ       
    ' ( 0 7 < = E L X Y Z [   T U         A B ؙ ٙ +     G ў Ҟ l   A B c p }     ʣ ۣ      * A B M } ~     p q D U  ڪ ۪ : h  ū ƫ  _ ά Ϭ    ? C D N Y     ϯ       N Z      R \  ۱ ܱ ݱ  % & ' ( T U _ j         	 
   S _          ' 5 6 7 A L     µ         7 C j  ն            H R ]     Ӹ         
 I U |   	 A } ~            + U V W Y Z [ d   ֻ  $ S p        L i s ~   Ž ƽ     
     ( g  N O `        x y   & ^   I J T _         ( ; = T U ^   	 
   I P X Y o              % H v             ! " # $ % & ' ( P q r                r y          % ? G \ q          & F k ~       6           5 J \ v         2 L \ v             ! " +    ^      c d             $ m   
   r s       
       Y  A B C T           1 A [ u }        1 2 3 4 E         ! " # $ -  F   )     S        ' 9 S m ~        $ 6 P j {           , ? R e f g h q 5   @ s  <       3     ) U      7 > G H P e z         + E V p x        ( B S m ~           # $ % & /   O   ?  2   0 O n     ) * + <            & 7 N e v           3 J [ r            * = P c e f g p  J    R    7 i     X Y `   =  }         9 X w x            4 V x      # 8 9 J }          > v   a b  [ \ 	 	 	 	 
 u
 v
 
 
 # [   F G Q \         
 
 
 
 
 &
 n
 
 
 
  . e          	      ) G k       * + > Q d w y z {    I J [ \ ]               % & ' ( Y   
  ? 7 8 l    b   * q     ! , _ i s t                >               ! 4 G Z m o p      K h       $ J i j k |        	 
 2 3 F Y l       # ] o     A  E  F  G  H  Y                       ! 	! x! ! '" Z" " " " " # -# o# p# q# # # # # # # # $ $ $ $ 8% % % % & & & & P' Q' ' ' ( ( U( '* T* U* * D+ ~+ + + f, g, , , , , , - - _- . . / g/ / / 90 0 0 1 i1 j1 u1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 	2 
2 2 2 2 2 .2 62 B2 C2 H2 2 2 2 2 2 
3 3 W3 X3 ]3 3 3 3 3 3 4  4 :4 ;4 @4 x4 }4 4 4 4 4 4 5 5 5 5 ^5 c5 o5 p5 s5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6  7 7 7 7 7 7 7 "7 (7 )7 27 67 77 J7 V7 W7 X7 Y7 Z7 l7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 9 9 : : ; ; ; (< 5< }< ~< < < < < = = = ]= ^= _= l= = ;> > > ? ? @ @ @ kA A 7B B C mC nC -D D D D 'E EE FE YE F F F G H zH H H H H H I I K K K K @L LL [L gL hL L L M M M \M aM M M M N N N O O O 3P P P P P tQ uQ R R <T =T T T U U U U V WW X X Y Y Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ 
[ &[ ([ -[ .[ <[ >[ D[ E[ X[ Z[ `[ a[ v[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ .\ /\ 0\ 1\ 2\ ^ ^ ^ e^ ^ ^ ^ _ _ H_ \_ _ _ _ _ #` A` u` ` ` ` ` %a Da xa ya za {a a b b b b b c c c Rc Sc qc c c c c c c c d -d Cd Yd od pd d d d d e )e 3e 4e [e xe ye e e e e e e e e f f +f ,f Pf lf mf f f f f f f f f f f f f f f f g g #g $g >g Zg [g mg g g g g g g h h h =h >h ?h fh gh hh ih jh kh th h h h h h h h h h i /i 0i 1i ^i _i `i ai bi ci li i i kj lj mj ~j j j j j j Nk k k k k k k k k k l Dl Zl \l l l l /m 0m lm mm |m m n n $n un n n n n n n n n n Co Do Uo vo wo xo yo zo {o o Hp Ip p p p p p p q ,q Dq [q q q q q ?r @r *s +s Bs Ws s s s s s s s s s s s s s s s s s t t  t !t ,t 1t 2t <t At Bt Mt Rt St ]t bt ct dt t t t t t t t t t t t t t t t t t u u #u $u /u 4u 5u ?u Du Eu Pu Uu Vu `u eu fu gu u u u u u u u u u u u u u u u u u -v ;v Kv Lv Wv \v ]v gv lv mv xv }v ~v v v v v v v v v v v v v v v v v v w w 	w 
w vw w w w w  x x x x x  x !x ,x 1x 2x <x Ax Bx Cx jx xx x x x x x x x x x x x x x x x x y y y #y (y )y 3y 8y 9y Dy Iy Jy Ty Yy Zy [y y y y y y y y y y y y y y y y y y z !z 1z 2z =z Bz Cz Mz Rz Sz ^z cz dz nz sz tz uz z z { { /{ 0{ ;{ @{ A{ K{ P{ Q{ \{ a{ b{ l{ q{ r{ s{ { { { { { { { { { { { { { { { { {  | .| >| ?| J| O| P| Z| _| `| k| p| q| {| | | | | | | | | | | | | | | | | | | | | #} C} h} } } } } } } } ~ ~ ~ ~ ~ ~ ~ ~ * 4 > ? r          @ A   $ I Y j z {      4 M | }  ҂ ӂ Ԃ Ղ ւ ߂ ' ( w փ    0 E ] ^ _ p ' ( ) * S    ) ; < + , 6 A t ~    އ       S T c t   +   ډ    ? @ d e v Ǌ  x      " #   ݌     8 B L M s         ; <      
   
 = ӏ  , - Ĕ є    T U   I J \  Ú ) * ?  , /        ( ; < A I N O T \ h i n u z {           Ơ Ǡ Ϡ ֠ ۠ ܠ             G H   ) *   w x ʧ      p q         ) 6 G X i z     ɱ        < =     ) y z ٸ  4 d e   m n    ޻     + 5 ? @ n           G        z { |  Ŀ ſ ƿ ǿ    	 < F P Q           % P   :            ( 2 3 a           	 4 t               / 9 C D r            I       / = > ? I T             B N u     F           P Z d e            <    1 2 3 4 5 6 f   L    D      1 ; E F n          h {              ! I l           C D E V                   6 I \ ] ^ _ h  G Z @ A B C T   ! " * ? T f         " < V f        
  0 1 2 3 <   I J K \          / ? Y s {        / 0 1 2 Z r         P m          + D i |       X           : ; ` s           A     F G N W X ` u         1 F X r         7 8 ` a t           ! 5  u v w   n u ~          7 Q b |       	  4 N _ y z { |             +    e  0  5     ! 8 h      L           . @ Z t         , A V h         7 8 9 : b c v            d q  U      
 2 I h        &  /  0  8  J  \  n                + < S T \ n         ( 9 O ` w x y z            !   9   < [     C	 b
     
 
 
  ; Z       ( l m            9 : \ ~       A B C D ~ . 0 d    \     S          I    A      . 8 B C k l         
 0 g     2 3 D E F n o          
               # A e      $ % 8 K ^ q s t u ~  %                ! ! ! ! ! " " # M# # # $ B$ $ $ % _% % % % % % % & & & ;& <& a& t& & & & & & & +' \' n' ' ' ' (  ( 1( ^( e( m( n( ( ( ( ( ( ( ( ( ( ( ) ) ) %) &) /) ) ) ) *  * 3* k* v* * * * * + 	+ 
+ + O+ V+ ^+ _+ + + + + + + + + + , ,  , !, ", +, , , , - I- T- s- - - - - - - - %. &. N. O. b. u. . . . . . . / T/ / / *0 <0 w0 0 0 0 1 1 1 !1 N1 O1 P1 Q1 x1 y1 1 k2 2 2 2 C3 ~3 3 3 .4 4 4 4 4 )5 5 5 5 5 7 7 7 18 8 9 9 Q9 : : ;: P: l: |: : : : : H< w< < = C= = = 0> o> > ? 	? ?  ? /? ;? N? R? S? T? U? V? W? X? Y? Z? n? u? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ #@ y@ z@ @ @ @ @ @ @ 3A 7A A A A A A A A A B B CB DB IB wB |B B B B B B C C C C C C  C )C *C +C <C AC IC PC WC cC dC oC sC zC C C C C C C C C C C C C C C C C C XD YD rD sD D D D D D D D D D D D D D D D D D D D D D 
E $E %E 0E =E >E HE UE VE WE XE YE ZE [E \E iE jE xE yE zE {E E E aF bF TG UG ,H -H DI MI mI I I J J (J pJ qJ J J J J J J J 
K BK K L L M M yN zN N 	O dO O ;P P Q Q Q &R R R R R R R ]T ^T oT U U V :V SV oV V V W W 3Y 4Y Y Y Y Y Y Z Z WZ mZ Z Z Z Z Z >[ [ [ [ #\ `\ \ ] ] ] !^ "^ m^ n^ _ _ k` l` a a b b _c `c zc c ;d d <f =f f f 'h +h ,h Bh Ch Wh Xh Yh bh ph }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 i i i i 1i 3i 8i 9i Si Ui Zi [i ji li ri si i i i i i i i i i i i i i i i k k k l l Ql kl l l l l .m Fm zm m m m n 1n en n n n n o o o o ;o Dp Ep [p p p p p p p p q q 0q 1q Oq q q q q q q q 
r r tr ur r r r r r r r s s -s Cs Ys os qs s s s s s s s s 
t t  t !t "t #t 4t Tt Ut Vt }t ~t t t t t t t t t t t t t u 6u Ou du yu u u u u u u u u v v v v v 	v v 1v 2v Fv Gv iv v v v v v v v v v v v v  w w 
w Sw Tw 	x 
x x x <x =x >x ?x _x x  y 6y 7y Ay Ly y y y y y y y y +z ,z 5z z z 
{ { { k{ { { { | V| W| x| y| z| {| || }| | | | | } } } } } } F} } } (~ 3~ =~ H~ R~ S~ ~ ~ ~ ~ & ' b    Ȁ ɀ     . > ? J O P Z _ ` k p q {        ʁ ρ Ё ځ ߁           - = > I N O Y ^ _ j o p z        ͂ ҂ ӂ ݂          - ; K L W \ ] g l m x } ~     ˃ ك       
     & + , - F T d e p u v            ]           ʅ υ Ѕ څ ߅     & ' 2 7 8 B G H S X Y c h i j      Ɔ ǆ ц ֆ ׆        ) 7 G H S X Y c h i t y z       χ Ї ۇ                 ͈ Έ و ވ ߈        
    0 > N O Z _ ` j o p {        ̉ ܉ ݉       	        ; I Y Z e j k u z {           ) *       8 9 m     Ȍ Ҍ ܌ ݌  4 F H _ ` i   ލ ߍ -        = > O   ҏ    A p q r s t } Ő Ɛ  t    Α      Œ ƒ ǒ Ȓ     Ǔ ٓ ړ ɔ ʔ Ԕ ߔ   & ' M |           J K ɖ 7 W x   ݗ ޗ    e   T       F G {     ֚     9 K L M N W   ٛ ڛ ) * K L ]     ۜ q  ʟ ˟ b o           ` a Ǫ Ȫ ݪ * ʫ ͫ 8 9  3    ƭ ٭ ڭ ߭             % 1 2 : B G H P X d e m t y z       9 :   ' (   ? K ǳ ȳ ~    h ) * 2 3     . 8 ~     Ǿ Ծ     ) * = P g ~     X Y          w     L    3 C P |          > ? A B C L     # K V       + b c d e          B C D F G H Q     . R  A Q R S d r s t ~       % & ' ( * + , 5 t     6  % 5 6 7 H V W X Y         7 8 9 : < = > G     & F ~          % / 9 : h           A a    - . ? M N O         , - . 0 G H Q S T e                , c   1          , ? R e x z      F G H Y           
  0 C V W X Y b       % , 5 6 L \ ] ^ _ ` a b c d e           C                 8 H b |         8 9 : ; c         E s     D K T U ] r         . C U o          # 6 I \ ] ^ _ h   R  9 : ; < M       - @ A B C L   a  H I J K \       $ 7 J K L M V + R   ~           ( : T n ~        * : T n o p q       % 8 K ^ _ ` a j #    f    &      % : O d v         " 7 L a s           B C V i |       r  * }    y    )  ) * 1 p    2 f      0 t {          # = W h           : K e             ' : M ` a b c l * $	 	 
 
 |
 
 o & - m     
 %
 f
 g
 h
 y
 
 
 
 
 
 
 
   5 L c t           0 B Y p            @ A T g z         Y  U    V t  8    (    9 : z    8 W v     
  / 0 5 7 8 9 B O q       > ` u v            ! D! {! ! ! I" " " " # # X$ Y$ % % U% % % % )& `& & & .' ' ' ' ' ' ' ' ' 	( 
( ( 0( C( V( X( Y( Z( c( ( ( ) 3) Q) k) ) ) ) ) ) ) * 
*  * 3* F* Y* [* \* ]* f* * * ++ ,+ =+ >+ ?+ g+ h+ {+ + + + + + + + + , , , , , , , , , , , - - - - - @- - P. Q. b. c. d. e. . "/ #/ J/ K/ |/ t0 u0 0 0 "1 Z1 1 1 "2 g2 2 2 R3 S3 T3 ^3 i3 3 3 3 3 3 3 3 4 %4 84 :4 P4 Q4 Z4 4 4 5 D5 O5 {5 5 5 5 5 6 6 6 "6 26 36 46 56 ]6 ^6 q6 6 6 6 6 6 6 6 6 <7 W7 7 7 7 7 	8 8 38 O8 a8 8 8 8 8 8 8 8 8 8 -9 D9 E9 F9 G9 o9 p9 9 9 9 9 9 9 9 9 8: `: : : : : ; <; ~; ; ; ; ; ; ; ; ; ;  < < &< 9< ;< << =< F< < < d= = = = >  > ?> j> > > > > > > > > ? ? R? 	@ ;@ <@ u@ @ A A OA A 7B 8B B B B *C YC ZC C dE E E E F F F F G G G G 
H H -H UH VH H I J NJ J J :K vK K 
L DL L L L L L L L L L L L L L L L L M M M (M )M 8M 9M :M FM GM HM IM TM XM kM sM M M M M M N N N JN ON N N N N N 'O (O -O YO ]O wO xO }O O O O O O P P @P AP BP LP P P P P P P P P P P P P P P P P Q Q 
Q Q Q Q  Q !Q "Q #Q $Q %Q &Q 'Q (Q )Q *Q +Q ,Q -Q .Q CQ Q Q R R *R ;R <R PR RR SR TR UR VR ^R dR eR nR rR sR R R R R R R R R R R R R R R R R R R R R R S S S S S S &S 8S S  T T T U U V V W dW qW W W W X X "X GX HX YX X X X X X wY 3Z 4Z ![ "[ \ \ $\ \ ] s] ] B^ ^ ^ i_ _ $` %` c` ` ` ` a a 
b +c Mc c c c 
d 'd (d 1e 2e f f 0g 1g |g g g g g g h =h >h Oh h h h :i ;i Wi i i Xj k k ok k k l l l l 	n 
n xo yo /p 0p p p q )q q r s s Yt Zt u u u u u u u u  v v v v v v v  v $v %v &v 'v @v Bv Hv Iv bv dv iv jv xv zv v v v v v v v v v v v v v v v v v v w 
w w w w !w 'w (w ;w =w Bw Cw Jw Ow jw kw lw mw nw Ly My Yy y y y 	z =z Pz z z z z { +{ _{ }{ { { | | -| a| | | | | | | } } } ~ .~ A~ B~ [~ ~ ~ ~ ~ ~ ~ ~    S i        ( [ e o p    ˀ   
  & ' 0 R S g h        ҁ           ) J K _ ` z    Ԃ    1 2 G H Y y z {        σ Ѓ    # $ 9 : K k l m              څ ۅ ܅ ݅    Ԇ Ն ߆   ' 1 2 S    ɇ ʇ Ӈ k l    	 N O `          $             Ƌ ы ۋ    Q h   Č Ō   5 { | f g ~   ̎ ܎ ݎ       	        > L \ ] h m n x } ~         ˏ ۏ ܏        
      A O _ ` k p q {          ː ِ       
     & + , - i w            đ ɑ ʑ ˑ         # $ / 4 5 ? D E F    + ; < G L M W \ ] h m n x } ~    ē œ Г Փ ֓           5 C S T _ d e o t u        ǔ Ք            " ' ( ) O ] m n y ~              M [ k l w | }           Ζ ܖ       
     ) . / 0 \ j z {              ٗ      	    $ ) * 4 9 : ; _   ǘ Ș   , - . Q ֙ י    ( 3 f p z {  Қ      [ \ | } ˛ * `      ۜ ܜ  > W p    ߝ       c d    9 R l      c d e f    S e w x g h r }   Ģ Ţ   , > ? @ A J       g դ   < Y { |     Y   5 6 7 8 ^ _    + , 6 A t ~    ר      V W w x ǩ ȩ    F G H I y  3 h i   
 8 9 J   Q R      e f { ȸ h k ֹ ׹  Ѻ B C R d w x }             û ϻ л ػ              ' 3 4 5 6 ׼ ؼ / 0 ſ ƿ     e f          "   G     > K X e r            ( X Y   x y K L  0 e    C p    :         ) 4 g q { |        ) 5 \     - 7 \          / 0 : E x            . : a    v          ' Z d n o            E p   Z          # - 8 k u            $ 0 W     X Y Z k y z {        0 1 2 4 5 6 ? ~     . K        ' D N Y               B x ) * ; m n o p q r  S T    9   $ % / : m w          / 0 9       $ + 3 4 J Z [ \ ]            # Q                     + L M r          | } ~   M T ] ^ f {         " 7 L ^ x         ! F Y l m n o x             % 7 Q k {       
 ' 7 Q k l m n              9      > ? g             H      M N v w              4 }    /             6 P X m        
     s t             ! ] q      .        	 	 .	 H	 Y	 s	 	 	 	 	 	 	 	 
 +
 E
 V
 p
 
 
 
 
 
 
 
 
 
   - @ A B C L  g  
 N
 
  l  q     ] t    0 \       " # + @ U j |         1 K S h }        . H Y s t u v            
   *     
    * I n        [ b k l t         ) @ Q g x          % 6 M d u            + > @ A B K ] %    u! ! -" x" " " # D# # $ % & 3' 4' ;' ( ( ) X) w) ) ) ) * 3* R* S* d* * * * * * * * * * * + 1+ S+ u+ v+ + + + + , , %, X, }, ~, , , , j. l. . . / Q/ / / <0 =0 0 61 71 1 1 2 2 2 P3 Q3 3 3 3 64 }4 4 !5 "5 ,5 75 j5 t5 ~5 5 5 5 5 5 5 5 5 5 5 6 I6 l6 6 6 6 	7 @7 n7 o7 7 7 7 7 7 7 7 7 7 7 7 7 8 "8 F8 8 8 8 8 8 9 9 9 ,9 ?9 R9 T9 U9 V9 _9 }9 9 $: %: 6: 7: 8: `: a: t: : : : : : : : : a; ; ;  < < < < 4< < < < < = > > G> > > > =? ~? ? @ L@ @ @ @ @ @ A :A DA NA OA wA xA A A A A A A A A gB B B B B C [C \C mC C C C C C C C C C C C D "D 5D HD JD KD aD bD kD D D &E CE \E oE E E E E E %F DF EF FF WF F F F F F F F F F 
G G !G 4G GG ZG \G ]G ^G gG G G 8H JH H H H H I  I !I "I #I 4I aI bI I I I I I I I I I I SJ J K 5K fK xK K K K L JL KL LL ]L L L L L L L L M M M N N N N N jO O O +P ,P eP P P P 0Q S /S 0S mS T YT ZT T AU BU wU U U U U U U :V W W W BX X X Y lY Y Y DZ EZ PZ \Z kZ wZ 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[ _[ [ [ [ [ [ 2\ 3\ 8\ o\ s\ \ \ \ \ \ ] ] ] S] X] ] ] ] ] ] ] ] ] ] 9^ >^ J^ K^ N^ X^ Y^ \^ e^ f^ g^ x^ }^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` ` $` 0` 1` 2` 3` 4` F` `` a` l` y` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a b b hc ic d d d e e We Xe de e e e e e e 7f 8f 9f Ff ~f g g g h h i i i Ej j k wk k Gl Hl m bm m m n n  n 3n o o o p p Tq vq q q q q r r ot pt t t u &u 5u Au Bu u u u u u 6v ;v zv v v v _w w w x x 
y ]y ^y y y Nz Oz { { } } } } ~ ~ ~ ~ w 1 x y   c g h ~              Ã ă Ń ރ             2 4 : ; P R W X m o t u           ń Ƅ ل ۄ      	 
      ? Y   ۇ  " 6 j   Ɉ   O m   ˉ   R S T U w     ̋ ߋ   , - K Y l m        3 I J    ƍ   
  5 R S i     Ď Ŏ Ύ     * F G \ ] ^ _ p          Ǐ      4 5 G r    ϐ А       @ A B C D E N m n      ב ؑ  	 
  8 9 : ; < = F   E F G X x y z {  ( \ r s }   Ŕ ϔ Д   4 6 g h q 	 
 F G V     O            / P Q R S T U  " # d o y       5 b c  Ӛ      1 \ j z {              ܜ          ' , - 7 < = > [ i y z              ߝ    	      * / 0 : ? @ A i w            Ğ ɞ ʞ ˞   % & 1 6 7 A F G R W X b g h i           ͟ ҟ ӟ ݟ    P   ɠ ٠ ڠ              D R b c n s t ~          ӡ       
    # $ . 3 4 5 e s             Ţ Ƣ Ǣ        ' , - 8 = > H M N O     	 
    % * + 6 ; < F K L M l z            Ǥ ̤ ͤ Τ     $ ) * 4 9 : E J K U Z [ \ w          ¥ ǥ ȥ ҥ ץ إ ٥   B e f   ʦ ˦ ̦  t u    Ƨ ѧ     L p          i ȩ  # 3 D T U y z  ܪ   ' V W }         Q   ׬  
  7 8 9 J     -           N X b c   ʰ ܰ ݰ ް ߰  - . = N    s   ڲ    > ? P   R  Ӵ Դ մ ִ      ɵ ʵ Ե ߵ   & ' M u          e f          Ѹ     ־ ׾  . /   # $ 6      f  	 t u Z o        # ( ) . 6 B C H O T U Z a m n v ~                 u v   c d ! " {      Q R  e f n o  J K  j t        ! 2 C T e f y                 S T    > ?   G H o            H z { } ~      ! _      T U V g            * + Y ~          * j   }             
 ; a b c d f g h q     N r  a q r s         	    L s t u v x y z     # b      	    # . a k u v          ( O }      i j {        * 4 > ? h i j l              
    @   & h    m          H h {        B U              # F Y l            0 a h q r                # 6 7 8 9 B  !  4      .       . @ Z t         0 @ Z t u v w     
   
    # $ % 6          	  3 M U j       	 
   4 L _ r       * G   u	 v	 w	 x	 	 	 	 
 
 C
 V
 i
 |
 }
 ~
 
 
 2 Z          
 
 :
 M
 `
 s
 
 
 
 
 
 g          ! ( 1 2 : O d v          2 L f v         : ; N a t       _     O P Q b  H O X Y a v        + < V ^ s        ( 9 S T U V ~             f   ?  
 e  e f m    B n    & Z [ l            4  N  _  y              ! ! 0! B! \! v! ! ! ! ! ! ! " " " " <" =" P" c" v" " " " " " " f# `$ $ >% K% % /& & b' i' ' ' ' ( #( B( a( ( ( ( ( (  ) 	) 
) ) $) 6) H) Z) q) ) ) ) ) ) ) * * -* .* 6* H* Z* l* ~* * * * * * + + )+ :+ Q+ R+ S+ T+ |+ }+ + + + + + + + + + , - . / / / 0 50 0 0 0 t1 2 <3 d4 4 4 4 u6 v6 6 6 7 47 t7 7 7 7 7 7 8 F8 G8 k8 l8 q8 s8 t8 u8 ~8 8 8 8 8 9 9 69 X9 z9 9 9 9 9 9 : : : : X: < 
< >< < < < 6= = = = -> > > ? ? Y@ Z@ @ @ @ #A eA A A B jB B B B B C C C C EC FC YC lC C C C C C C C 
D AD oD D D D E 
E E E  E HE IE \E oE E E E E E E E E gF hF yF zF {F F F F F F F F F F F G ?G G G G G G G G H %H 8H KH MH NH OH XH |H H I I I I I I I ^J _J J J J K K K 'L ^L L L M ^M M M 9N N N N N N N N N N O O ;O NO aO tO vO O O O P 6P HP P P P P P Q 8Q ?Q GQ HQ ^Q nQ oQ pQ qQ Q Q Q Q Q Q Q Q Q  R 	R xR R R R R 
S ES PS oS S S S S S S S )T 0T 8T 9T iT T T T T T T T T T T T T T U tU U U U #V .V MV xV V V V V V V V  W (W )W <W OW bW uW wW xW yW W W .X X X Y Y QY \Y {Y Y Y Y Y Y (Z )Z *Z +Z RZ SZ Z E[ w[ x[ [ \ X\ Y\ \ ] s] t] ] ] ^ f^ ^ ^ ^ ` ` ` a a a a +b b b c *c Fc Vc ic c c c "e Qe e e f vf f 
g Ig g g g g g 	h h (h ,h -h .h /h 0h 1h 2h 3h 4h Hh Oh Th dh eh th uh vh h h h h h h h h h h h h h Si Ti Yi i i i i i 
j j cj dj ij j j j j j j j k k #k Qk Vk |k }k ~k k k k k k k k k k l l l l l #l *l 1l =l >l Il Ml Tl [l \l ]l ^l _l `l al bl cl dl el fl gl hl il jl l 2m 3m Lm Mm fm wm xm m m m m m m m m m m m m m m m m m m m m m 
n n n "n /n 0n 1n 2n 3n 4n 5n 6n Cn Dn Rn Sn Tn Un bn tn ;o <o .p /p q q r 'r Gr r r r r s Js Ks ^s s s s s s s s t t ou pu ]v ^v Sw Tw `w w >x x y ~y y y z  { `{ a{ { { { { 7} 8} I} g~ ~ ~  - I c d m n 
  l m  Ă ӂ ߂  1 G y z  ԃ ك  v w   :  Y Z    G H   E F   k l 9 : T e  ύ          1 2 3 < J W X Y Z [ \ ` a b c | ~           Б ґ ؑ ّ      
   - / 4 5 D F L M [ ] c d w y ~            ݔ  + E y   ԕ    T g     ? Y i          5 [ j } ~  ʙ ˙   
  ) Y Z [    њ   N O Y d     ӛ     3 I K b c l     Ȝ        . / 0 W X Y Z [ \ e      ҝ ӝ   ) > S m n       ޞ ߞ          ! C _ ` u v     ֟ ן ؟ ٟ ڟ ۟  - .         9 ơ     & Y c m n   Ң Ԣ         E     0 1 R S T U V W `   ͥ            
  " , -    ӧ    < q      ϩ     $ ) * 4 9 : E J K U Z [ \ z          Ū ʪ ˪ ժ ڪ ۪ ܪ     # ( ) 3 8 9 D I J T Y Z [ }          ȫ ͫ Ϋ ث ݫ ޫ ߫   % & 1 6 7 A F G R W X b g h i   ì Ĭ Ϭ Ԭ լ ߬             . > ? J O P Z _ ` k p q {     7 Y g w x                       ! " - 2 3 = B C D q            ¯ ̯ ѯ ү ӯ   ! " - 2 3 = B C N S T ^ c d e        Ű ʰ ˰ ְ ۰ ܰ     Y Z        ñ ȱ ɱ Ա ٱ ڱ     
  ( ) 4 9 : D I J U Z [ e j k l     ² ǲ Ȳ Ҳ ײ ز         # 3 4 ? D E O T U ` e f p u v w      Z [ h i j    G Y Z d o         " 9 : C      f   ѷ      ) z   Ÿ    J K L M N W    N Y u    պ ֺ ׺      ˻ Z [              ' V h z { | }  ˾ ̾ ۾  $ %   1 R x       ?   . q r s t     ! U g h r }       % & ' ( 1       % & 7      K o   < I t u         : ;          
 ~                        ! " * 2 > ? G N S T \ c o p q r   k l      %   X Y   B    
 ^      X Y z            * A X Y d   2 3     [ l    Q     & v   
  * V Z [ e p           & e q    % 0 i s      < = > ? k l v            ! " + j v    ,   + , - > L M N X c               N Z          " 0 1 2 3 _ i t             ! ` l       X           	   B l m n p q r {      ;  j         ' ( ) c           
 ! " + - . ? ~  e f w                h i u       H I J W  &	 	 	 
 
    V  "
 
 
 X Y  s    0 1 D      e            + 7 F R S      G L     p      n o   _ `   ' (           ! B" # # $ 	$ t% x% y% % % % % % % % % % % % % % % % % % % % % % & & & & '& )& /& 0& C& E& K& L& a& c& h& i& ~& & & & & & & & & & & & & & & & & & & & & & ' ' ' ' ' ( ( ) P) j) ) ) ) ) 3* G* {* * * * + ,+ `+ ~+ + + + , /, c, d, e, f, , - - - - - - - 
. =. >. \. j. }. ~. . . . . / / ./ D/ Z/ [/ / / / / 
0 0 0 0 F0 c0 d0 z0 0 0 0 0 0 0 0 1 1 1 1 ;1 W1 X1 m1 n1 o1 p1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 )2 E2 F2 X2 2 2 2 2 2 2 2 2 3 (3 )3 *3 Q3 R3 S3 T3 U3 V3 _3 ~3 3 3 3 3 3 3 3 3 3 4 4 4 I4 J4 K4 L4 M4 N4 W4 4 4 V5 W5 X5 i5 5 5 5 5 5 96 m6 6 6 6 6 6 6 6 6 7 /7 E7 G7 x7 y7 7 8 8 W8 X8 g8 8 8 8 9 `9 9 9 9 9 9 9 9 9 9 .: /: @: a: b: c: d: e: f: : 3; 4; u; ; ; ; ; ;  < < /< F< s< t< < < *= += > > -> B> m> {> > > > > > > > > > > > > > > > > > ? ? ? ? ? '? ,? -? 8? =? >? H? M? N? O? l? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ @ @  @ *@ /@ 0@ ;@ @@ A@ K@ P@ Q@ R@ z@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA zA A A A A A A A A A A A A A A A A A aB B B B B B B B B C C C C C C 'C ,C -C .C UC cC sC tC C C C C C C C C C C C C C C C D D D D D D #D $D /D 4D 5D ?D DD ED FD vD D D D D D D D D D D D D D D D D D E E E (E -E .E 8E =E >E IE NE OE YE ^E _E `E E E E 
F F F &F +F ,F 6F ;F <F GF LF MF WF \F ]F ^F }F F F F F F F F F F F F F F F F F G G )G *G 5G :G ;G EG JG KG VG [G \G fG kG lG mG G G G G G G G G G G G G G G G G G H .H SH vH wH H H H H H  I I I I I I I I J J )J *J ]J J J J J J J 
K K +K ,K zK K L 4L DL UL eL fL L L L L M M 8M gM hM M M M M M M M N N bN N N N O O 0O HO IO JO [O P P P P >P P P Q Q &Q 'Q R R !R ,R _R iR sR tR R R R R R R R R >S ?S NS _S S S T T T T T U *U +U OU PU aU U V cV V V V V V 
W W W W W W W W W #X -X 7X 8X ^X X X X X X X Y Y &Y 'Y vY wY Y Y Y Y Y Y Y (Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	[ 
[ [ [ [ [ #[ $[ %[ .[ /[ 0[ =[ >[ ?[ H[ I[ J[ W[ X[ Y[ b[ c[ d[ q[ r[ s[ |[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ 	\ \ \ \  \ !\ "\ +\ ,\ -\ 9\ :\ ;\ D\ E\ F\ R\ S\ T\ ]\ ^\ _\ k\ l\ m\ v\ w\ x\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ] ] ] ] 
] ] ] ] ] %] &] '] 3] 4] 5] >] ?] @] L] M] N] W] X] Y] e] f] g] p] q] r] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ^ ^ 
^ ^ ^ ^ ^ ^ #^ $^ %^ 1^ 2^ 3^ <^ =^ >^ J^ K^ L^ U^ V^ W^ c^ d^ e^ n^ o^ p^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ _ _ +_ ,_ -_ 6_ 7_ 8_ D_ E_ F_ O_ P_ Q_ ]_ ^_ __ h_ i_ j_ v_ w_ x_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  ` ` 
` ` ` ` ` %` &` '` 0` 1` 2` ?` @` A` J` K` L` Y` Z` [` d` e` f` s` t` u` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 
a a a a a a #a $a %a .a /a 0a <a =a >a Ga Ha Ia Ua Va Wa `a aa ba na oa pa ya za {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 b b b b b b b b b (b )b *b 6b 7b 8b Ab Bb Cb Ob Pb Qb Zb [b \b hb ib jb sb tb ub 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 c c c c 
c c c c c &c 'c (c 4c 5c 6c ?c @c Ac Mc Nc Oc Xc Yc Zc fc gc hc qc rc sc 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 d 	d d d d  d !d "d .d /d 0d 9d :d ;d Gd Hd Id Rd Sd Td `d ad bd kd ld md yd zd {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 e e e e e e e e e (e )e *e 3e 4e 5e Ae Be Ce Le Me Ne [e \e ]e fe ge he ue ve we 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  f f 
f f f f f f &f 'f (f 1f 2f 3f ?f @f Af Jf Kf Lf Xf Yf Zf cf df ef qf rf sf |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 g g 	g g g g  g !g "g +g ,g -g 9g :g ;g Dg Eg Fg Rg Sg Tg ]g ^g _g kg lg mg vg wg xg 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 h h h h h h h h h (h )h *h 7h 8h 9h Bh Ch Dh Ph Qh Rh [h \h ]h ih jh kh th uh vh 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  i i 
i i i i i i #i $i %i 1i 2i 3i <i =i >i Ji Ki Li Ui Vi Wi ci di ei ni oi pi |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 j j j j j j j j j +j ,j -j 6j 7j 8j Dj Ej Fj Oj Pj Qj ]j ^j _j hj ij jj wj xj yj 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 k k k k k k k k k )k *k +k 4k 5k 6k Bk Ck Dk Mk Nk Ok [k \k ]k fk gk hk tk uk vk 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 
l l l l l l #l $l %l .l /l 0l <l =l >l Gl Hl Il Ul Vl Wl `l al bl nl ol pl yl zl {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 m m m m m m  m !m "m +m ,m -m :m ;m <m Em Fm Gm Sm Tm Um ^m _m `m lm mm nm wm xm ym 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 n n n n n n  n !n "n +n ,n -n :n ;n <n En Fn Gn Tn Un Vn _n `n an nn on pn yn zn {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 o 	o 
o o o o !o "o #o ,o -o .o :o ;o <o Eo Fo Go To Uo Vo _o `o ao no oo po yo zo {o o o o o o o o o o o o o o o o o    0                      0                      0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                     0                      0                    0                      0                     0                     0                     0                      0                    0                     0                     0                     0                      0                     0                    : 0                  : 0    "  "                0       /                0       /                0       /                0       /                0       /                0       /                0       /             : 0                   : 0                      0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                    
  0                    
  0                      0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                    O  0                    O  0                      0                       0                       0                       0                       0                       0                       0                       0                       0                   : 0                     0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4                0       4               0       4               0       4               0       4              0       4               0       4               0       4               0       4           : 0                       0       G             Q  0       G             Q  0      G             Q  0      G                0       G                0       G             R  0       G             R  0      G             R  0      G             R  0      G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G                0       G             : 0                      0                       0                      0                      0                      0                       0                       0                       0                       0                      0                     0                      0                     0                      0                     0                       0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                      0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      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       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8               0       8               0      8                0       8                0       8                0       8                0       8                0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8              0       8              0      8              0      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8              0      8              0      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8               0       8              0      8              0      8              0      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8                0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8               0       8              0       8               0       8               0       8               0       8              0       8               0       8               0       8              0       8                0       8             : 0                      0       RX            : 0    RX  RX                0       Y                0       Y                0       Y            : 0   RX  RX                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^                0       	^             P  0       	^                0       	^             P  0      	^                0       	^                0       	^            : 0   RX  RX                0       h                0       h                0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h               0       h               0       h               0       h              0       h                0       h                0       h                0       h                0       h                0       h                0       h                0       h                0       h                0       h                0       h            : 0   RX  RX                0       n                0       n                0       n                0       n                0       n                0       n                0       n                0       n                0       n                0       n                0       n                0      n                0       n                0       n                0      n                0       n            : 0   RX  RX                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w                0       w            : 0   RX  RX                0       &{                0       &{                0       &{                0       &{                0       &{                0       &{                0       &{                0       &{                0       &{            : 0   RX  RX                0       (                0       (                0       (                0       (                0       (                0       (                0       (                0       (                0       (                0       (                0       (                0       (            : 0   RX  RX                0                   (: 0                      0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                   !  0                   !  0                  !  0                  !  0                  !  0                  !  0                  !  0                  !  0                  !  0                  !  0	                  !  0
                     0                      0                     0                      0                      0                     0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                   !  0                  !  0                  !  0
                  !  0                  !  0                  !  0                  !  0                  !  0                     0                      0                      0                     0                      0                      0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                     0                   !  0                  !  0                  !  0                  !  0                  !  0                  !  0                  !  0                  !  0                     0                      0                      0                     0                      0                      0                     0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                     0                   !  0                  !  0                  !  0                  !  0                  !  0                  !  0                   !  0!                  !  0"                     0                      0                     0                      0                      0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                   !  0#                  !  0$                  !  0%                  !  0&                  !  0'                  !  0(                  !  0)                  !  0*                  !  0+                     0                     0                      0                      0                     0                   (: 0                     0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                       0                       0                      0                      0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   "  0                   "  0                  "  0                     0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   #  0                   #  0                     0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   /  0                   $  0                   $  0                  $  0                     0                      0                      0                     0                   $  0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  $  0                     0                     0                      0                      0                      0                      0                      0                      0                      0                     0                   %  0                   %  0                  %  0                     0                      0                     0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   )  0                   )  0                  )  0                     0                      0                      0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   *  0                   *  0                  )  0                     0                      0                      0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   *  0                  )  0                  )  0                     0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   &  0                   &  0                  &  0                  &  0                  &  0                     0                      0                     0                   S  0                   &  0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                     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                   8  0                  8  0                  8  0                  8  0                  8  0                  8  0                  8  0                  8  0                     0                      0                     0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   (  0                   (  0                  (  0                  (  0                  (  0                  (  0                  (  0                  (  0                     0                   9  0                   8  0	                  8  0
                  8  0                  8  0                  8  0
                  8  0                     0                      0                      0                     0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   +  0                   +  0                  +  0                  +  0                  +  0                     0                      0                      0                      0                      0                      0                   ,  0                   ,  0                  ,  0                  ,  0                     0                      0                      0                      0                   9  0                  9  0                  9  0                  9  0                  9  0                  9  0                  9  0                  9  0                     0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                     0                   ,  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                      0                   ,  0                  ,  0                  ,  0                  ,  0                  ,  0	                  ,  0
                     0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   0  0                   0  0                     0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   0  0                  0  0                     0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   0  0                  0  0                     0                      0                     0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   ,  0                  ,  0                  ,  0
                  ,  0                  ,  0                  ,  0                  ,  0                     0                     0                      0                      0                      0                      0                     0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                  ,  0                     0                      0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   T  0                   T  0                  T  0                  T  0                  T  0                  T  0                  T  0                  T  0                  T  0                     0                      0                      0                      0                     0                      0                      0                     0                      0                      0                      0                      0                      0                      0                      0                      0                     0                   /  0                  /  0                  $  0                     0                   $  0                  $  0                  $  0                  $  0	                  $  0
                  $  0                  $  0                     0                      0                     0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                   (: 0                     0                  (: 0                     0       K           (: 0                     0                  (: 0                 (: 0                     0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0                   0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p             0       p           : 0                  0                      0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0                  
  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0                  O  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0	                       0       #            Q  0      #            Q  0      #            Q  0      #               0       #               0       #            R  0      #            R  0      #            R  0      #            R  0      #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #            : 0
                      0       ,               0       ,              0      ,              0      ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,             0       ,              0       ,             0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,            : 0                      0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F              0      _F              0      _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F             0      _F             0	      _F             0
      _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0      _F             0      _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0
      _F             0      _F             0      _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F               0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F              0       _F              0       _F             0      _F              0       _F              0       _F              0       _F             0       _F              0       _F              0       _F             0       _F               0       _F            : 0                      0       e           : 0    e e               0       f               0       f               0       f           : 0   e e               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k            P  0      k               0       k            P  0      k               0       k               0       k           : 0   e e               0       dv               0       dv               0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv              0       dv              0       dv              0       dv             0       dv               0       dv               0       dv               0       dv               0       dv               0       dv               0       dv               0       dv               0       dv               0       dv               0       dv           : 0   e e               0       |               0       |               0       |               0       |               0       |               0       |               0      |               0       |               0       |               0       |               0       |               0      |               0       |               0       |               0      |               0       |           : 0   e e               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t           : 0   e e               0       ň               0       ň               0       ň               0       ň               0       ň               0       ň               0       ň               0       ň               0       ň           : 0   e e               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ               0       ǎ           : 0   e e               0       R           (: 0    R R               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0,                 !  0-                 !  0.                 !  0/                 !  00                 !  01                 !  02                 !  03                 !  04                 !  05                 !  06                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  07                 !  08                 !  09                 !  0:                 !  0;                 !  0<                 !  0=                 !  0>                    0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0?                 !  0@                 !  0A                 !  0B                 !  0C                 !  0D                 !  0E                 !  0F                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0G                 !  0H                 !  0I                 !  0J                 !  0K                 !  0L                 !  0M                 !  0N                    0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0O                 !  0P                 !  0Q                 !  0R                 !  0S                 !  0T                 !  0U                 !  0V                 !  0W                    0                    0                     0                     0                    0                  (: 0   R R               0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0                 "  0                 "  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0                 #  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0                 $  0
                 $  0                 $  0                    0                     0                     0                    0                  $  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0                    0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0                 %  0                 %  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                 *  0                 )  0	                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                 )  0
                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0	                 &  0
                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0	                 (  0
                 (  0                 (  0                 (  0
                 (  0                 (  0                    0                  9  0	                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                    0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                 +  0                 +  0                 +  0                 +  0	                    0                     0                     0                     0                     0                     0                  ,  0                 ,  0                 ,  0                  ,  0!                    0                     0                     0                     0                  9  0
                 9  0                 9  0                 9  0
                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0"                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0#                 ,  0$                 ,  0%                 ,  0&                 ,  0'                 ,  0(                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0	                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0
                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0)                 ,  0*                 ,  0+                 ,  0,                 ,  0-                 ,  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                 ,  01                 ,  02                 ,  03                 ,  04                 ,  05                 ,  06                 ,  07                 ,  08                 ,  09                 ,  0:                 ,  0;                    0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0	                 T  0
                 T  0                 T  0                 T  0
                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0                 /  0                 $  0                    0                  $  0                 $  0                 $  0                 $  0                 $  0                 $  0                 $  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   R R               0       [           (: 0   R R               0                  (: 0   R R               0                  (: 0   R R           (: 0   R R               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S            : 0
                  : 0    > >              0       R             0       R              0       R            0       R             0       R              0       R            0       R             0       R              0       R             0       R           : 0   > >              0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0   > >               0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   > >              0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0   > >              0       t               0       t              0       t              0       t              0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t             0       t              0       t            0       t              0       t             0       t             0       t             0       t              0       t            0       t             0       t             0       t             0       t              0       t             0       t            : 0                  : 0    _ _               0       l               0       l               0       l               0       l               0       l               0       l               0       l            : 0                   : 0    (  (                0       1                0       1               0       1               0       1              0       1               0       1               0       1              0       1               0       1               0       1              0       1               0       1               0       1              0       1                0       1                0       1             
  0      1             
  0      1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1             O  0      1             O  0      1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1                0       1            : 0   (  (                0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,               0       q,              0       q,              0       q,              0       q,             0       q,              0       q,              0       q,              0       q,          : 0                       0       1            Q  0      1            Q  0      1            Q  0      1               0       1               0       1            R  0      1            R  0	      1            R  0
      1            R  0      1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1            : 0                      0       D:               0       D:              0      D:              0      D:               0       D:               0       D:               0       D:               0       D:               0       D:              0       D:             0       D:              0       D:             0       D:              0       D:             0       D:               0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:               0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:               0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:               0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:               0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:              0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:              0       D:              0       D:             0       D:               0       D:               0       D:               0       D:            : 0                      0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0      S              0      S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0      S             0      S             0      S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0      S             0      S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0      S             0      S             0      S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0      S              0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S            : 0                      0       s           : 0    s s               0       Ut               0       Ut               0       Ut           : 0   s s               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy               0       Fy            P  0      Fy               0       Fy            P  0      Fy               0       Fy               0       Fy           : 0   s s               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   s s               0       #               0       #               0       #               0       #               0       #               0       #               0      #               0       #               0       #               0       #               0       #               0      #               0       #               0       #               0      #               0       #           : 0   s s               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   s s               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c           : 0   s s               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e           : 0   s s               0                  (: 0                    0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '             0       '           !  0X      '           !  0Y      '           !  0Z      '           !  0[      '           !  0\      '           !  0]      '           !  0^      '           !  0_      '           !  0`      '           !  0a      '           !  0b      '              0       '              0       '             0       '              0       '              0       '             0       '               0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '           !  0c      '           !  0d      '           !  0e      '           !  0f      '           !  0g      '           !  0h      '           !  0i      '           !  0j      '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '           !  0k      '           !  0l      '           !  0m      '           !  0n      '           !  0o      '           !  0p      '           !  0q      '           !  0r      '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '           !  0s      '           !  0t      '           !  0u      '           !  0v      '           !  0w      '           !  0x      '           !  0y      '           !  0z      '              0       '              0       '             0       '              0       '              0       '             0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '           !  0{      '           !  0|      '           !  0}      '           !  0~      '           !  0      '           !  0      '           !  0      '           !  0      '           !  0      '              0       '             0       '              0       '              0       '             0       '           (: 0                   0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3               0       3               0       3               0       3              0       3              0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           "  0      3           "  0      3           "  0      3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           #  0      3           #  0      3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           /  0      3           $  0      3           $  0      3           $  0      3              0       3              0       3              0       3             0       3           $  0      3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3          $  0      3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           %  0      3           %  0      3           %  0      3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           )  0      3           )  0
      3           )  0      3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           *  0      3           *  0      3           )  0      3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           *  0      3           )  0      3           )  0      3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           &  0      3           &  0
      3           &  0      3           &  0      3           &  0      3              0       3              0       3             0       3           S  0      3           &  0      3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3           '  0      3              0       3              0       3           8  0      3           8  0      3           8  0       3           8  0!      3           8  0"      3           8  0#      3           8  0$      3           8  0%      3           8  0&      3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           (  0      3           (  0      3           (  0      3           (  0      3           (  0      3           (  0      3           (  0      3           (  0      3              0       3           9  0      3           8  0'      3           8  0(      3           8  0)      3           8  0*      3           8  0+      3           8  0,      3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           +  0
      3           +  0      3           +  0      3           +  0
      3           +  0      3              0       3              0       3              0       3              0       3              0       3              0       3           ,  0<      3           ,  0=      3           ,  0>      3           ,  0?      3              0       3              0       3              0       3              0       3           9  0      3           9  0      3           9  0      3           9  0      3           9  0      3           9  0      3           9  0      3           9  0      3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3             0       3           ,  0@      3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3             0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3           ,  0A      3           ,  0B      3           ,  0C      3           ,  0D      3           ,  0E      3           ,  0F      3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           0  0      3           0  0
      3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           0  0      3           0  0      3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           0  0      3           0  0      3              0       3              0       3             0       3              0       3              0       3             0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           ,  0G      3           ,  0H      3           ,  0I      3           ,  0J      3           ,  0K      3           ,  0L      3           ,  0M      3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           ,  0N      3           ,  0O      3           ,  0P      3           ,  0Q      3           ,  0R      3           ,  0S      3           ,  0T      3           ,  0U      3           ,  0V      3           ,  0W      3           ,  0X      3           ,  0Y      3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           T  0      3           T  0      3           T  0      3           T  0      3           T  0      3           T  0      3           T  0      3           T  0      3           T  0      3              0       3              0       3              0       3              0       3             0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           /  0      3           /  0      3           $  0      3              0       3           $  0       3           $  0!      3           $  0"      3           $  0#      3           $  0$      3           $  0%      3           $  0&      3              0       3              0       3             0       3              0       3              0       3             0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3           (: 0                   0                   (: 0                   0       !           (: 0                   0       "           (: 0               (: 0                   0       "               0       "               0       "               0       "              0       "              0       "              0       "              0       "              0       "             0       "               0       "               0       "               0       "               0       "               0       "               0       "            : 0                  : 0    # #              0       #             0       #              0       #            0       #             0       #              0       #            0       #             0       #              0       #             0       #           : 0   # #              0       -$             0       -$             0       -$             0       -$              0       -$            0       -$             0       -$             0       -$             0       -$              0       -$            0       -$             0       -$             0       -$             0       -$              0       -$            0       -$              0       -$             0       -$             0       -$              0       -$            0       -$              0       -$             0       -$             0       -$              0       -$            0       -$              0       -$             0       -$             0       -$              0       -$            0       -$              0       -$             0       -$             0       -$              0       -$             0       -$           : 0   # #               0       &'              0       &'             0       &'              0       &'            0       &'             0       &'              0       &'            0       &'             0       &'              0       &'             0       &'           : 0   # #              0       '             0       '             0       '             0       '             0       '              0       '            0       '             0       '             0       '             0       '             0       '              0       '            0       '             0       '             0       '             0       '             0       '              0       '            0       '             0       '             0       '             0       '             0       '              0       '             0       '           : 0   # #              0       (               0       (              0       (              0       (              0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (              0       (             0       (             0       (             0       (              0       (            0       (             0       (             0       (             0       (              0       (             0       (            : 0                  : 0    ) )               0       
*               0       
*               0       
*               0       
*               0       
*               0       
*               0       
*            : 0                   : 0    - -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -            
  0      -            
  0      -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -            O  0      -            O  0      -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -           : 0   - -               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :          : 0                       0       "?            Q  0	      "?            Q  0
      "?            Q  0      "?               0       "?               0       "?            R  0      "?            R  0
      "?            R  0      "?            R  0      "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?               0       "?            : 0                      0       G               0       G              0      G              0      G               0       G               0       G               0       G               0       G               0       G              0       G             0       G              0       G             0       G              0       G             0       G               0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G            : 0                      0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0      a              0      a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a             0      a             0      a             0      a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0      a             0      a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0      a             0      a             0      a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a             0      a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a            : 0                      0       -           : 0    - -               0                      0                      0                  : 0   - -               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0                     0                      0                  : 0   - -               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   - -               0                      0                      0                      0                      0                      0                      0	                     0                      0                      0                      0                      0
                     0                      0                      0                     0                  : 0   - -               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   - -               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   - -               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   - -               0                  (: 0                    0       ŭ               0       ŭ               0       ŭ               0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ             0       ŭ               0       ŭ               0       ŭ               0       ŭ               0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ             0       ŭ               0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ             0       ŭ               0       ŭ               0       ŭ               0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ             0       ŭ               0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ              0       ŭ             0       ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ           !  0      ŭ              0       ŭ             0       ŭ              0       ŭ              0       ŭ             0       ŭ           (: 0                   0       Ѽ               0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ              0       Ѽ              0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           "  0	      Ѽ           "  0
      Ѽ           "  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           #  0      Ѽ           #  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           /  0	      Ѽ           $  0'      Ѽ           $  0(      Ѽ           $  0)      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           $  0*      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ          $  0+      Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           %  0	      Ѽ           %  0
      Ѽ           %  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           )  0      Ѽ           )  0      Ѽ           )  0      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           *  0	      Ѽ           *  0
      Ѽ           )  0      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           *  0      Ѽ           )  0      Ѽ           )  0      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           &  0      Ѽ           &  0      Ѽ           &  0      Ѽ           &  0      Ѽ           &  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           S  0      Ѽ           &  0      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             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-      Ѽ           8  0.      Ѽ           8  0/      Ѽ           8  00      Ѽ           8  01      Ѽ           8  02      Ѽ           8  03      Ѽ           8  04      Ѽ           8  05      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ           (  0      Ѽ              0       Ѽ           9  0      Ѽ           8  06      Ѽ           8  07      Ѽ           8  08      Ѽ           8  09      Ѽ           8  0:      Ѽ           8  0;      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           +  0      Ѽ           +  0      Ѽ           +  0      Ѽ           +  0      Ѽ           +  0      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ           ,  0Z      Ѽ           ,  0[      Ѽ           ,  0\      Ѽ           ,  0]      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ           9  0      Ѽ           9  0      Ѽ           9  0      Ѽ           9  0      Ѽ           9  0       Ѽ           9  0!      Ѽ           9  0"      Ѽ           9  0#      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           ,  0^      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ           ,  0_      Ѽ           ,  0`      Ѽ           ,  0a      Ѽ           ,  0b      Ѽ           ,  0c      Ѽ           ,  0d      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           0  0      Ѽ           0  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           0  0      Ѽ           0  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           0  0      Ѽ           0  0      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           ,  0e      Ѽ           ,  0f      Ѽ           ,  0g      Ѽ           ,  0h      Ѽ           ,  0i      Ѽ           ,  0j      Ѽ           ,  0k      Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           ,  0l      Ѽ           ,  0m      Ѽ           ,  0n      Ѽ           ,  0o      Ѽ           ,  0p      Ѽ           ,  0q      Ѽ           ,  0r      Ѽ           ,  0s      Ѽ           ,  0t      Ѽ           ,  0u      Ѽ           ,  0v      Ѽ           ,  0w      Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ           T  0      Ѽ           T  0      Ѽ           T  0      Ѽ           T  0      Ѽ           T  0      Ѽ           T  0       Ѽ           T  0!      Ѽ           T  0"      Ѽ           T  0#      Ѽ              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      Ѽ           $  01      Ѽ           $  02      Ѽ           $  03      Ѽ              0       Ѽ              0       Ѽ             0       Ѽ              0       Ѽ              0       Ѽ             0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ               0       Ѽ           (: 0                   0       .           (: 0                   0       &/           (: 0                   0       /           (: 0               (: 0                   0       0               0       0               0       0               0       0              0       0              0       0              0       0              0       0              0       0             0       0               0       0               0       0               0       0               0       0               0       0               0       0            : 0                  : 0    z1 z1              0       1             0       1              0       1            0       1             0       1              0       1            0       1             0       1              0       1             0       1           : 0   z1 z1              0       1             0       1             0       1             0       1              0       1            0       1             0       1             0       1             0       1              0       1            0       1             0       1             0       1             0       1              0       1            0       1              0       1             0       1             0       1              0       1            0       1              0       1             0       1             0       1              0       1            0       1              0       1             0       1             0       1              0       1            0       1              0       1             0       1             0       1              0       1             0       1           : 0   z1 z1               0       4              0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4             0       4           : 0   z1 z1              0       K5             0       K5             0       K5             0       K5             0       K5              0       K5            0       K5             0       K5             0       K5             0       K5             0       K5              0       K5            0       K5             0       K5             0       K5             0       K5             0       K5              0       K5            0       K5             0       K5             0       K5             0       K5             0       K5              0       K5             0       K5           : 0   z1 z1              0       5               0       5              0       5              0       5              0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5              0       5             0       5             0       5             0       5              0       5            0       5             0       5             0       5             0       5              0       5             0       5            : 0                  : 0    7 7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            : 0                   : 0    d; d;               0       m;               0       m;              0       m;              0       m;             0       m;              0       m;              0       m;             0       m;              0       m;              0       m;             0       m;              0       m;              0       m;             0       m;               0       m;               0       m;            
  0      m;            
  0	      m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;            O  0      m;            O  0	      m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;               0       m;           : 0   d; d;               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G          : 0                       0       L            Q  0      L            Q  0
      L            Q  0      L               0       L               0       L            R  0      L            R  0      L            R  0      L            R  0      L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L            : 0                      0       U               0       U              0      U              0	      U               0       U               0       U               0       U               0       U               0       U              0       U             0       U              0       U             0       U              0       U             0       U               0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U            : 0                       0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o              0      9o              0	      9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o             0       9o             0!      9o             0"      9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0#      9o             0$      9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0%      9o             0&      9o             0'      9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o               0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o              0       9o              0       9o             0      9o              0       9o              0       9o              0       9o             0       9o              0       9o              0       9o             0       9o               0       9o            : 0!                      0       ˎ           : 0    ˎ ˎ               0                      0                      0                  : 0   ˎ ˎ               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0	                     0                      0                  : 0   ˎ ˎ               0       >               0       >               0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >              0       >              0       >              0       >             0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >           : 0   ˎ ˎ               0       _               0       _               0       _               0       _               0       _               0       _               0      _               0       _               0       _               0       _               0       _               0
      _               0       _               0       _               0      _               0       _           : 0   ˎ ˎ               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N           : 0   ˎ ˎ               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   ˎ ˎ               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   ˎ ˎ               0       ,           (: 0    , ,               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c           !  0      c              0       c             0       c              0       c              0       c             0       c           (: 0   , ,               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o               0       o               0       o               0       o              0       o              0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           "  0      o           "  0
      o           "  0      o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           #  0      o           #  0	      o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           /  0      o           $  04      o           $  05      o           $  06      o              0       o              0       o              0       o             0       o           $  07      o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o          $  08      o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           %  0      o           %  0
      o           %  0      o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           )  0      o           )  0      o           )  0      o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           *  0      o           *  0
      o           )  0      o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           *  0      o           )  0      o           )  0      o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           &  0      o           &  0      o           &  0      o           &  0      o           &  0      o              0       o              0       o             0       o           S  0      o           &  0      o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           '  0(      o           '  0)      o           '  0*      o           '  0+      o           '  0,      o           '  0-      o           '  0.      o           '  0/      o           '  00      o           '  01      o              0       o              0       o           8  0<      o           8  0=      o           8  0>      o           8  0?      o           8  0@      o           8  0A      o           8  0B      o           8  0C      o           8  0D      o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           (  0       o           (  0!      o           (  0"      o           (  0#      o           (  0$      o           (  0%      o           (  0&      o           (  0'      o              0       o           9  0$      o           8  0E      o           8  0F      o           8  0G      o           8  0H      o           8  0I      o           8  0J      o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           +  0      o           +  0      o           +  0      o           +  0      o           +  0      o              0       o              0       o              0       o              0       o              0       o              0       o           ,  0x      o           ,  0y      o           ,  0z      o           ,  0{      o              0       o              0       o              0       o              0       o           9  0%      o           9  0&      o           9  0'      o           9  0(      o           9  0)      o           9  0*      o           9  0+      o           9  0,      o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o             0       o           ,  0|      o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o             0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o           ,  0}      o           ,  0~      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           0  0      o           0  0      o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           0  0      o           0  0      o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           0  0      o           0  0      o              0       o              0       o             0       o              0       o              0       o             0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o           ,  0      o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           T  0$      o           T  0%      o           T  0&      o           T  0'      o           T  0(      o           T  0)      o           T  0*      o           T  0+      o           T  0,      o              0       o              0       o              0       o              0       o             0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           /  0
      o           /  0      o           $  09      o              0       o           $  0:      o           $  0;      o           $  0<      o           $  0=      o           $  0>      o           $  0?      o           $  0@      o              0       o              0       o             0       o              0       o              0       o             0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o           (: 0   , ,               0       5<           (: 0   , ,               0       <           (: 0   , ,               0       Z=           (: 0   , ,           (: 0   , ,               0       ->               0       ->               0       ->               0       ->              0       ->              0       ->              0       ->              0       ->              0       ->             0       ->               0       ->               0       ->               0       ->               0       ->               0       ->               0       ->            : 0"                  : 0    ? ?              0       ,?             0       ,?              0       ,?            0       ,?             0       ,?              0       ,?            0       ,?             0       ,?              0       ,?             0       ,?           : 0   ? ?              0       i?             0       i?             0       i?             0       i?              0       i?            0       i?             0       i?             0       i?             0       i?              0       i?            0       i?             0       i?             0       i?             0       i?              0       i?            0       i?              0       i?             0       i?             0       i?              0       i?            0       i?              0       i?             0       i?             0       i?              0       i?            0       i?              0       i?             0       i?             0       i?              0       i?            0       i?              0       i?             0       i?             0       i?              0       i?             0       i?           : 0   ? ?               0       bB              0       bB             0       bB              0       bB            0       bB             0       bB              0       bB            0       bB             0       bB              0       bB             0       bB           : 0   ? ?              0       B             0       B             0       B             0       B             0       B              0       B            0       B             0       B             0       B             0       B             0       B              0       B            0       B             0       B             0       B             0       B             0       B              0       B            0       B             0       B             0       B             0       B             0       B              0       B             0       B           : 0   ? ?              0       NC               0       NC              0       NC              0       NC              0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC             0       NC              0       NC            0       NC              0       NC             0       NC             0       NC             0       NC              0       NC            0       NC             0       NC             0       NC             0       NC              0       NC             0       NC            : 0#                  : 0    9E 9E               0       FE               0       FE               0       FE               0       FE               0       FE               0       FE               0       FE            : 0$                   : 0    I I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I            
  0
      I            
  0      I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I            O  0
      I            O  0      I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I           : 0   I I               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU               0       KU              0       KU              0       KU              0       KU             0       KU              0       KU              0       KU              0       KU          : 0%                       0       ^Z            Q  0      ^Z            Q  0      ^Z            Q  0      ^Z               0       ^Z               0       ^Z            R  0      ^Z            R  0      ^Z            R  0      ^Z            R  0      ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z               0       ^Z            : 0&                      0       c               0       c              0
      c              0      c               0       c               0       c               0       c               0       c               0       c              0       c             0       c              0       c             0       c              0       c             0       c               0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c            : 0'                      0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |              0
      |              0      |               0       |               0       |               0       |               0       |               0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |             0(      |             0)      |             0*      |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |             0+      |             0,      |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |             0-      |             0.      |             0/      |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |               0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |              0       |             0       |              0       |              0       |              0       |              0       |             0      |              0       |              0       |              0       |             0       |              0       |              0       |             0       |               0       |            : 0(                      0       i           : 0    i i               0       /               0       /               0       /           : 0   i i               0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                    P  0
                      0                    P  0                      0                       0                   : 0   i i               0       ܬ               0       ܬ               0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ              0       ܬ              0       ܬ              0       ܬ             0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ               0       ܬ           : 0   i i               0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                  : 0   i i               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   i i               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =           : 0   i i               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?           : 0   i i               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0                   0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
              0       
              0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           "  0      
           "  0      
           "  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           #  0
      
           #  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           /  0      
           $  0A      
           $  0B      
           $  0C      
              0       
              0       
              0       
             0       
           $  0D      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          $  0E      
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           %  0      
           %  0      
           %  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           )  0      
           )  0      
           )  0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           *  0      
           *  0      
           )  0!      
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           *  0      
           )  0"      
           )  0#      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           &  0      
           &  0      
           &  0       
           &  0!      
           &  0"      
              0       
              0       
             0       
           S  0      
           &  0#      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           '  02      
           '  03      
           '  04      
           '  05      
           '  06      
           '  07      
           '  08      
           '  09      
           '  0:      
           '  0;      
              0       
              0       
           8  0K      
           8  0L      
           8  0M      
           8  0N      
           8  0O      
           8  0P      
           8  0Q      
           8  0R      
           8  0S      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           (  0(      
           (  0)      
           (  0*      
           (  0+      
           (  0,      
           (  0-      
           (  0.      
           (  0/      
              0       
           9  0-      
           8  0T      
           8  0U      
           8  0V      
           8  0W      
           8  0X      
           8  0Y      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           +  0      
           +  0      
           +  0      
           +  0      
           +  0      
              0       
              0       
              0       
              0       
              0       
              0       
           ,  0      
           ,  0      
           ,  0      
           ,  0      
              0       
              0       
              0       
              0       
           9  0.      
           9  0/      
           9  00      
           9  01      
           9  02      
           9  03      
           9  04      
           9  05      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  0      
           0  0      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  0       
           0  0!      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  0"      
           0  0#      
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
           ,  0      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           T  0-      
           T  0.      
           T  0/      
           T  00      
           T  01      
           T  02      
           T  03      
           T  04      
           T  05      
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           /  0      
           /  0      
           $  0F      
              0       
           $  0G      
           $  0H      
           $  0I      
           $  0J      
           $  0K      
           $  0L      
           $  0M      
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           (: 0                   0       I           (: 0                   0       bJ           (: 0                   0       J           (: 0               (: 0                   0       K               0       K               0       K               0       K              0       K              0       K              0       K              0       K              0       K             0       K               0       K               0       K               0       K               0       K               0       K               0       K            : 0)                  : 0    L L              0       L             0       L              0       L            0       L             0       L              0       L            0       L             0       L              0       L             0       L           : 0   L L              0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M             0       M           : 0   L L               0        P              0        P             0        P              0        P            0        P             0        P              0        P            0        P             0        P              0        P             0        P           : 0   L L              0       P             0       P             0       P             0       P             0       P              0       P            0       P             0       P             0       P             0       P             0       P              0       P            0       P             0       P             0       P             0       P             0       P              0       P            0       P             0       P             0       P             0       P             0       P              0       P             0       P           : 0   L L              0       P               0       P              0       P              0       P              0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P            0       P              0       P             0       P             0       P             0       P              0       P            0       P             0       P             0       P             0       P              0       P             0       P            : 0*                  : 0    R R               0       R               0       R               0       R               0       R               0       R               0       R               0       R            : 0+                   : 0    V V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V            
  0      V            
  0
      V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V            O  0      V            O  0
      V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V           : 0   V V               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b              0       b              0       b              0       b             0       b              0       b              0       b              0       b          : 0,                       0       g            Q  0      g            Q  0      g            Q  0      g               0       g               0       g            R  0      g            R  0      g            R  0      g            R  0      g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g            : 0-                      0       p               0       p              0      p              0
      p               0       p               0       p               0       p               0       p               0       p              0       p             0       p              0       p             0       p              0       p             0       p               0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p            : 0.                      0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u              0      u              0
      u               0       u               0       u               0       u               0       u               0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u             00      u             01      u             02      u              0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u             03      u             04      u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u              0       u             05      u             06      u             07      u              0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u              0       u             0       u              0       u              0       u              0       u              0       u             0      u              0       u              0       u              0       u             0       u              0       u              0       u             0       u               0       u            : 0/                      0                  : 0                    0       ͪ               0       ͪ               0       ͪ           : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0
                     0                      0                  : 0                   0       z               0       z               0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z             0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z           : 0                   0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       h           (: 0    h h               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0	                !  0
                !  0                !  0                !  0
                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                 !  0!                !  0"                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0#                !  0$                !  0%                !  0&                !  0'                !  0(                !  0)                !  0*                   0                     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                !  01                !  02                !  03                   0                    0                     0                     0                    0                  (: 0   h h               0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0                 "  0                 "  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0                 #  0
                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0                 $  0N                 $  0O                 $  0P                    0                     0                     0                    0                  $  0Q                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0R                    0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0                 %  0                 %  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0$                 )  0%                 )  0&                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                 *  0                 )  0'                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                 )  0(                 )  0)                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0$                 &  0%                 &  0&                 &  0'                 &  0(                    0                     0                    0                  S  0                 &  0)                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  '  0<                 '  0=                 '  0>                 '  0?                 '  0@                 '  0A                 '  0B                 '  0C                 '  0D                 '  0E                    0                     0                  8  0Z                 8  0[                 8  0\                 8  0]                 8  0^                 8  0_                 8  0`                 8  0a                 8  0b                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     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                 (  01                 (  02                 (  03                 (  04                 (  05                 (  06                 (  07                    0                  9  06                 8  0c                 8  0d                 8  0e                 8  0f                 8  0g                 8  0h                    0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                 +  0                 +  0                  +  0!                 +  0"                    0                     0                     0                     0                     0                     0                  ,  0                 ,  0                 ,  0                 ,  0                    0                     0                     0                     0                  9  07                 9  08                 9  09                 9  0:                 9  0;                 9  0<                 9  0=                 9  0>                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0$                 0  0%                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0&                 0  0'                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0(                 0  0)                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                    0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                    0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  06                 T  07                 T  08                 T  09                 T  0:                 T  0;                 T  0<                 T  0=                 T  0>                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0                 /  0                 $  0S                    0                  $  0T                 $  0U                 $  0V                 $  0W                 $  0X                 $  0Y                 $  0Z                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   h h               0       qW           (: 0   h h               0        X           (: 0   h h               0       X           (: 0   h h           (: 0   h h               0       iY               0       iY               0       iY               0       iY              0       iY              0       iY              0       iY              0       iY              0       iY             0       iY               0       iY               0       iY               0       iY               0       iY               0       iY               0       iY            : 00                  : 0    TZ TZ              0       hZ             0       hZ              0       hZ            0       hZ             0       hZ              0       hZ            0       hZ             0       hZ              0       hZ             0       hZ           : 0   TZ TZ              0       Z             0       Z             0       Z             0       Z              0       Z            0       Z             0       Z             0       Z             0       Z              0       Z            0       Z             0       Z             0       Z             0       Z              0       Z            0       Z              0       Z             0       Z             0       Z              0       Z            0       Z              0       Z             0       Z             0       Z              0       Z            0       Z              0       Z             0       Z             0       Z              0       Z            0       Z              0       Z             0       Z             0       Z              0       Z             0       Z           : 0   TZ TZ               0       ]              0       ]             0       ]              0       ]            0       ]             0       ]              0       ]            0       ]             0       ]              0       ]             0       ]           : 0   TZ TZ              0       %^             0       %^             0       %^             0       %^             0       %^              0       %^            0       %^             0       %^             0       %^             0       %^             0       %^              0       %^            0       %^             0       %^             0       %^             0       %^             0       %^              0       %^            0       %^             0       %^             0       %^             0       %^             0       %^              0       %^             0       %^           : 0   TZ TZ              0       ^               0       ^              0       ^              0       ^              0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^             0       ^              0       ^            0       ^             0       ^             0       ^             0       ^              0       ^             0       ^            : 01                  : 0    u` u`               0       `               0       `               0       `               0       `               0       `               0       `               0       `            : 02                   : 0    >d >d               0       Gd               0       Gd              0       Gd              0       Gd             0       Gd              0       Gd              0       Gd             0       Gd              0       Gd              0       Gd             0       Gd              0       Gd              0       Gd             0       Gd               0       Gd               0       Gd            
  0      Gd            
  0      Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd            O  0      Gd            O  0      Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd               0       Gd           : 0   >d >d               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p          : 03                       0       u            Q  0      u            Q  0      u            Q  0      u               0       u               0       u            R  0      u            R  0      u            R  0      u            R  0      u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u               0       u            : 04                      0       Z~               0       Z~              0      Z~              0      Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~              0       Z~             0       Z~              0       Z~             0       Z~              0       Z~             0       Z~               0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~               0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~               0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~               0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~               0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~              0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~              0       Z~              0       Z~             0       Z~               0       Z~               0       Z~               0       Z~            : 05                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                    0                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    08                   09                   0:                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0;                   0<                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0=                   0>                   0?                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 06                      0                  : 0                    0       k               0       k               0       k           : 0                   0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \            P  0      \               0       \            P  0      \               0       \               0       \           : 0                   0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       9               0       9               0       9               0       9               0       9               0       9               0      9               0       9               0       9               0       9               0       9               0      9               0       9               0       9               0      9               0       9           : 0                   0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (           : 0                   0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y           : 0                   0       {               0       {               0       {               0       {               0       {               0       {               0       {               0       {               0       {               0       {               0       {               0       {           : 0                   0                  (: 0                    0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  04     =           !  05     =           !  06     =           !  07     =           !  08     =           !  09     =           !  0:     =           !  0;     =           !  0<     =           !  0=     =           !  0>     =              0       =              0       =             0       =              0       =              0       =             0       =               0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0?     =           !  0@     =           !  0A     =           !  0B     =           !  0C     =           !  0D     =           !  0E     =           !  0F     =              0       =              0       =              0       =             0       =              0       =              0       =             0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0G     =           !  0H     =           !  0I     =           !  0J     =           !  0K     =           !  0L     =           !  0M     =           !  0N     =              0       =              0       =              0       =             0       =              0       =              0       =             0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0O     =           !  0P     =           !  0Q     =           !  0R     =           !  0S     =           !  0T     =           !  0U     =           !  0V     =              0       =              0       =             0       =              0       =              0       =             0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0W     =           !  0X     =           !  0Y     =           !  0Z     =           !  0[     =           !  0\     =           !  0]     =           !  0^     =           !  0_     =              0       =             0       =              0       =              0       =             0       =           (: 0                   0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I              0       I              0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           "  0      I           "  0      I           "  0      I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           #  0      I           #  0      I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           /  0      I           $  0[      I           $  0\      I           $  0]      I              0       I              0       I              0       I             0       I           $  0^      I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I          $  0_      I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           %  0      I           %  0      I           %  0      I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           )  0*      I           )  0+      I           )  0,      I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           *  0      I           *  0      I           )  0-      I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           *  0      I           )  0.      I           )  0/      I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           &  0*      I           &  0+      I           &  0,      I           &  0-      I           &  0.      I              0       I              0       I             0       I           S  0      I           &  0/      I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           '  0F      I           '  0G      I           '  0H      I           '  0I      I           '  0J      I           '  0K      I           '  0L      I           '  0M      I           '  0N      I           '  0O      I              0       I              0       I           8  0i      I           8  0j      I           8  0k      I           8  0l      I           8  0m      I           8  0n      I           8  0o      I           8  0p      I           8  0q      I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           (  08      I           (  09      I           (  0:      I           (  0;      I           (  0<      I           (  0=      I           (  0>      I           (  0?      I              0       I           9  0?      I           8  0r      I           8  0s      I           8  0t      I           8  0u      I           8  0v      I           8  0w      I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           +  0#      I           +  0$      I           +  0%      I           +  0&      I           +  0'      I              0       I              0       I              0       I              0       I              0       I              0       I           ,  0      I           ,  0      I           ,  0      I           ,  0      I              0       I              0       I              0       I              0       I           9  0@      I           9  0A      I           9  0B      I           9  0C      I           9  0D      I           9  0E      I           9  0F      I           9  0G      I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I           ,  0      I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           0  0*      I           0  0+      I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           0  0,      I           0  0-      I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           0  0.      I           0  0/      I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I           ,  0      I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           T  0?      I           T  0@      I           T  0A      I           T  0B      I           T  0C      I           T  0D      I           T  0E      I           T  0F      I           T  0G      I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I           /  0      I           /  0      I           $  0`      I              0       I           $  0a      I           $  0b      I           $  0c      I           $  0d      I           $  0e      I           $  0f      I           $  0g      I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I           (: 0                   0       e           (: 0                   0       e           (: 0                   0       4f           (: 0               (: 0                   0       g               0       g               0       g               0       g              0       g              0       g              0       g              0       g              0       g             0       g               0       g               0       g               0       g               0       g               0       g               0       g            : 07                  : 0    g g              0       h             0       h              0       h            0       h             0       h              0       h            0       h             0       h              0       h             0       h           : 0   g g              0       Ch             0       Ch             0       Ch             0       Ch              0       Ch            0       Ch             0       Ch             0       Ch             0       Ch              0       Ch            0       Ch             0       Ch             0       Ch             0       Ch              0       Ch            0       Ch              0       Ch             0       Ch             0       Ch              0       Ch            0       Ch              0       Ch             0       Ch             0       Ch              0       Ch            0       Ch              0       Ch             0       Ch             0       Ch              0       Ch            0       Ch              0       Ch             0       Ch             0       Ch              0       Ch             0       Ch           : 0   g g               0       <k              0       <k             0       <k              0       <k            0       <k             0       <k              0       <k            0       <k             0       <k              0       <k             0       <k           : 0   g g              0       k             0       k             0       k             0       k             0       k              0       k            0       k             0       k             0       k             0       k             0       k              0       k            0       k             0       k             0       k             0       k             0       k              0       k            0       k             0       k             0       k             0       k             0       k              0       k             0       k           : 0   g g              0       (l               0       (l              0       (l              0       (l              0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l             0       (l              0       (l            0       (l              0       (l             0       (l             0       (l             0       (l              0       (l            0       (l             0       (l             0       (l             0       (l              0       (l             0       (l            : 08                  : 0    n n               0        n               0        n               0        n               0        n               0        n               0        n               0        n            : 09                   : 0    q q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q            
  0      q            
  0      q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q            O  0      q            O  0      q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q           : 0   q q               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~               0       %~              0       %~              0       %~              0       %~             0       %~              0       %~              0       %~              0       %~          : 0:                       0       8            Q  0      8            Q  0      8            Q  0      8               0       8               0       8            R  0       8            R  0!      8            R  0"      8            R  0#      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8            : 0;                      0                      0                     0                    0                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0<                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                    0                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0@                   0A                   0B                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0C                   0D                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0E                   0F                   0G                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0=                      0       C           : 0    C C               0       	               0       	               0       	           : 0   C C               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0                     0                      0                  : 0   C C               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   C C               0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                     0                      0                      0                     0                  : 0   C C               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   C C               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   C C               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   C C               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0`                !  0a                !  0b                !  0c                !  0d                !  0e                !  0f                !  0g                !  0h                !  0i                !  0j                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0k                !  0l                !  0m                !  0n                !  0o                !  0p                !  0q                !  0r                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0s                !  0t                !  0u                !  0v                !  0w                !  0x                !  0y                !  0z                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0{                !  0|                !  0}                !  0~                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0                   0        	               0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	               0        	               0        	               0        	              0        	              0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           "  0       	           "  0       	           "  0       	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           #  0       	           #  0       	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           /  0       	           $  0h       	           $  0i       	           $  0j       	              0        	              0        	              0        	             0        	           $  0k       	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	          $  0l       	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           %  0       	           %  0       	           %  0       	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              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       	           )  01       	           )  02       	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           *  0       	           *  0       	           )  03       	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           *  0       	           )  04       	           )  05       	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              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       	           &  01       	           &  02       	           &  03       	           &  04       	              0        	              0        	             0        	           S  0       	           &  05       	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           '  0P       	           '  0Q       	           '  0R       	           '  0S       	           '  0T       	           '  0U       	           '  0V       	           '  0W       	           '  0X       	           '  0Y       	              0        	              0        	           8  0x       	           8  0y       	           8  0z       	           8  0{       	           8  0|       	           8  0}       	           8  0~       	           8  0       	           8  0       	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           (  0@       	           (  0A       	           (  0B       	           (  0C       	           (  0D       	           (  0E       	           (  0F       	           (  0G       	              0        	           9  0H       	           8  0       	           8  0       	           8  0       	           8  0       	           8  0       	           8  0       	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	           +  0(       	           +  0)       	           +  0*       	           +  0+       	           +  0,       	              0        	              0        	              0        	              0        	              0        	              0        	           ,  0       	           ,  0       	           ,  0       	           ,  0       	              0        	              0        	              0        	              0        	           9  0I       	           9  0J       	           9  0K       	           9  0L       	           9  0M       	           9  0N       	           9  0O       	           9  0P       	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	             0        	           ,  0       	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	             0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             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       	           0  01       	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           0  02       	           0  03       	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           0  04       	           0  05       	              0        	              0        	             0        	              0        	              0        	             0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	              0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           ,  0       	           ,  0       	           ,  0       	           ,  0       	           ,  0       	           ,  0       	           ,  0      	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           ,  0      	           ,  0      	           ,  0      	           ,  0      	           ,  0      	           ,  0      	           ,  0      	           ,  0	      	           ,  0
      	           ,  0      	           ,  0      	           ,  0
      	              0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           T  0H       	           T  0I       	           T  0J       	           T  0K       	           T  0L       	           T  0M       	           T  0N       	           T  0O       	           T  0P       	              0        	              0        	              0        	              0        	             0        	              0        	              0        	             0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	              0        	             0        	           /  0       	           /  0       	           $  0m       	              0        	           $  0n       	           $  0o       	           $  0p       	           $  0q       	           $  0r       	           $  0s       	           $  0t       	              0        	              0        	             0        	              0        	              0        	             0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	               0        	           (: 0                   0       r	           (: 0                   0       <s	           (: 0                   0       s	           (: 0               (: 0                   0       t	               0       t	               0       t	               0       t	              0       t	              0       t	              0       t	              0       t	              0       t	             0       t	               0       t	               0       t	               0       t	               0       t	               0       t	               0       t	            : 0>                  : 0    u	 u	              0       u	             0       u	              0       u	            0       u	             0       u	              0       u	            0       u	             0       u	              0       u	             0       u	           : 0   u	 u	              0       u	             0       u	             0       u	             0       u	              0       u	            0       u	             0       u	             0       u	             0       u	              0       u	            0       u	             0       u	             0       u	             0       u	              0       u	            0       u	              0       u	             0       u	             0       u	              0       u	            0       u	              0       u	             0       u	             0       u	              0       u	            0       u	              0       u	             0       u	             0       u	              0       u	            0       u	              0       u	             0       u	             0       u	              0       u	             0       u	           : 0   u	 u	               0       x	              0       x	             0       x	              0       x	            0       x	             0       x	              0       x	            0       x	             0       x	              0       x	             0       x	           : 0   u	 u	              0       ay	             0       ay	             0       ay	             0       ay	             0       ay	              0       ay	            0       ay	             0       ay	             0       ay	             0       ay	             0       ay	              0       ay	            0       ay	             0       ay	             0       ay	             0       ay	             0       ay	              0       ay	            0       ay	             0       ay	             0       ay	             0       ay	             0       ay	              0       ay	             0       ay	           : 0   u	 u	              0       y	               0       y	              0       y	              0       y	              0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	             0       y	              0       y	            0       y	              0       y	             0       y	             0       y	             0       y	              0       y	            0       y	             0       y	             0       y	             0       y	              0       y	             0       y	            : 0?                  : 0    {	 {	               0       {	               0       {	               0       {	               0       {	               0       {	               0       {	               0       {	            : 0@                   : 0    z	 z	               0       	               0       	              0       	              0       	             0       	              0       	              0       	             0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	               0       	            
  0      	            
  0      	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	            O  0      	            O  0      	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	           : 0   z	 z	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	               0       Ë	              0       Ë	              0       Ë	              0       Ë	             0       Ë	              0       Ë	              0       Ë	              0       Ë	          : 0A                       0       ֐	            Q  0      ֐	            Q  0      ֐	            Q  0      ֐	               0       ֐	               0       ֐	            R  0$      ֐	            R  0%      ֐	            R  0&      ֐	            R  0'      ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	               0       ֐	            : 0B                      0       	               0       	              0      	              0      	               0       	               0       	               0       	               0       	               0       	              0       	             0       	              0       	             0       	              0       	             0       	               0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	             0       	              0       	              0       	              0       	              0       	              0       	             0       	              0       	              0       	             0       	              0       	              0       	             0       	               0       	               0       	               0       	            : 0C                      0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	              0      O	              0      O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	             0H      O	             0I      O	             0J      O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0K      O	             0L      O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0M      O	             0N      O	             0O      O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	               0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	              0       O	              0       O	             0	      O	              0       O	              0       O	              0       O	             0       O	              0       O	              0       O	             0       O	               0       O	            : 0D                      0       	           : 0    	 	               0       	               0       	               0       	           : 0   	 	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	            P  0      	               0       	            P  0      	               0       	               0       	           : 0   	 	               0       T	               0       T	               0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	              0       T	              0       T	              0       T	             0       T	               0       T	               0       T	               0       T	               0       T	               0       T	               0       T	               0       T	               0       T	               0       T	               0       T	           : 0   	 	               0       u	               0       u	               0       u	               0       u	               0       u	               0       u	               0      u	               0       u	               0       u	               0       u	               0       u	               0      u	               0       u	               0       u	               0      u	               0       u	           : 0   	 	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	               0       d	           : 0   	 	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	           : 0   	 	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	               0       	           : 0   	 	               0       B	           (: 0    B	 B	               0       y	               0       y	               0       y	               0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	              0       y	              0       y	             0       y	              0       y	              0       y	             0       y	               0       y	               0       y	               0       y	               0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	             0       y	               0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	             0       y	               0       y	               0       y	               0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	              0       y	              0       y	             0       y	              0       y	              0       y	             0       y	               0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	              0       y	              0       y	              0       y	              0       y	              0       y	              0       y	             0       y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	           !  0     y	              0       y	             0       y	              0       y	              0       y	             0       y	           (: 0   B	 B	               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
              0       
              0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           "  0      
           "  0      
           "  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           #  0      
           #  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           /  0      
           $  0u      
           $  0v      
           $  0w      
              0       
              0       
              0       
             0       
           $  0x      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          $  0y      
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           %  0      
           %  0      
           %  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           )  06      
           )  07      
           )  08      
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           *  0      
           *  0      
           )  09      
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           *  0      
           )  0:      
           )  0;      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           &  06      
           &  07      
           &  08      
           &  09      
           &  0:      
              0       
              0       
             0       
           S  0	      
           &  0;      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           '  0Z      
           '  0[      
           '  0\      
           '  0]      
           '  0^      
           '  0_      
           '  0`      
           '  0a      
           '  0b      
           '  0c      
              0       
              0       
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           (  0H      
           (  0I      
           (  0J      
           (  0K      
           (  0L      
           (  0M      
           (  0N      
           (  0O      
              0       
           9  0Q      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
           8  0      
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              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      
           +  01      
              0       
              0       
              0       
              0       
              0       
              0       
           ,  0     
           ,  0     
           ,  0     
           ,  0     
              0       
              0       
              0       
              0       
           9  0R      
           9  0S      
           9  0T      
           9  0U      
           9  0V      
           9  0W      
           9  0X      
           9  0Y      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0     
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
           ,  0     
           ,  0     
           ,  0     
           ,  0     
           ,  0     
           ,  0     
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  06      
           0  07      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  08      
           0  09      
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           0  0:      
           0  0;      
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0     
           ,  0     
           ,  0     
           ,  0     
           ,  0     
           ,  0     
           ,  0     
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           ,  0      
           ,  0!     
           ,  0"     
           ,  0#     
           ,  0$     
           ,  0%     
           ,  0&     
           ,  0'     
           ,  0(     
           ,  0)     
           ,  0*     
           ,  0+     
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           T  0Q      
           T  0R      
           T  0S      
           T  0T      
           T  0U      
           T  0V      
           T  0W      
           T  0X      
           T  0Y      
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           /  0      
           /  0      
           $  0z      
              0       
           $  0{      
           $  0|      
           $  0}      
           $  0~      
           $  0      
           $  0      
           $  0      
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           (: 0   B	 B	               0       K
           (: 0   B	 B	               0       ڀ
           (: 0   B	 B	               0       p
           (: 0   B	 B	           (: 0   B	 B	               0       C
               0       C
               0       C
               0       C
              0       C
              0       C
              0       C
              0       C
              0       C
             0       C
               0       C
               0       C
               0       C
               0       C
               0       C
               0       C
            : 0E                  : 0    .
 .
              0       B
             0       B
              0       B
            0       B
             0       B
              0       B
            0       B
             0       B
              0       B
             0       B
           : 0   .
 .
              0       
             0       
             0       
             0       
              0       
            0       
             0       
             0       
             0       
              0       
            0       
             0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
             0       
           : 0   .
 .
               0       x
              0       x
             0       x
              0       x
            0       x
             0       x
              0       x
            0       x
             0       x
              0       x
             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       
             0       
           : 0   .
 .
              0       d
               0       d
              0       d
              0       d
              0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
             0       d
              0       d
            0       d
              0       d
             0       d
             0       d
             0       d
              0       d
            0       d
             0       d
             0       d
             0       d
              0       d
             0       d
            : 0F                  : 0    O
 O
               0       \
               0       \
               0       \
               0       \
               0       \
               0       \
               0       \
            : 0G                   : 0    
 
               0       !
               0       !
              0       !
              0       !
             0       !
              0       !
              0       !
             0       !
              0       !
              0       !
             0       !
              0       !
              0       !
             0       !
               0       !
               0       !
            
  0      !
            
  0      !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
            O  0      !
            O  0      !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
               0       !
           : 0   
 
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
               0       a
              0       a
              0       a
              0       a
             0       a
              0       a
              0       a
              0       a
          : 0H                       0       t
            Q  0      t
            Q  0      t
            Q  0       t
               0       t
               0       t
            R  0(      t
            R  0)      t
            R  0*      t
            R  0+      t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
               0       t
            : 0I                      0       4
               0       4
              0      4
              0      4
               0       4
               0       4
               0       4
               0       4
               0       4
              0       4
             0       4
              0       4
             0       4
              0       4
             0       4
               0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
               0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
               0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
               0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
               0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
              0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
              0       4
              0       4
             0       4
               0       4
               0       4
               0       4
            : 0J                      0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0      
              0      
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0P      
             0Q      
             0R      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0S      
             0T      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0U      
             0V      
             0W      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0
      
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
            : 0K                      0       
           : 0    
 
               0       E
               0       E
               0       E
           : 0   
 
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
            P  0      6
               0       6
            P  0      6
               0       6
               0       6
           : 0   
 
               0       
               0       
               0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           : 0   
 
               0       
               0       
               0       
               0       
               0       
               0       
               0      
               0       
               0       
               0       
               0       
               0      
               0       
               0       
               0       
               0       
           : 0   
 
               0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                   : 0   
 
               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           : 0   
 
               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	               0       U	           : 0   
 
               0                  (: 0                    0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
              0       
              0       
             0       
              0       
              0       
             0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
           !  0     
              0       
             0       
              0       
              0       
             0       
           (: 0                   0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #               0       #              0       #              0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           "  0      #           "  0      #           "  0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           #  0      #           #  0      #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           /  0      #           $  0      #           $  0      #           $  0      #              0       #              0       #              0       #             0       #           $  0      #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #          $  0      #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           %  0      #           %  0      #           %  0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           )  0<      #           )  0=      #           )  0>      #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           *  0      #           *  0      #           )  0?      #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           *  0       #           )  0@      #           )  0A      #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           &  0<      #           &  0=      #           &  0>      #           &  0?      #           &  0@      #              0       #              0       #             0       #           S  0
      #           &  0A      #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           '  0d      #           '  0e      #           '  0f      #           '  0g      #           '  0h      #           '  0i      #           '  0j      #           '  0k      #           '  0l      #           '  0m      #              0       #              0       #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           (  0P      #           (  0Q      #           (  0R      #           (  0S      #           (  0T      #           (  0U      #           (  0V      #           (  0W      #              0       #           9  0Z      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #           8  0      #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #           +  02      #           +  03      #           +  04      #           +  05      #           +  06      #              0       #              0       #              0       #              0       #              0       #              0       #           ,  0,     #           ,  0-     #           ,  0.     #           ,  0/     #              0       #              0       #              0       #              0       #           9  0[      #           9  0\      #           9  0]      #           9  0^      #           9  0_      #           9  0`      #           9  0a      #           9  0b      #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              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       #           ,  01     #           ,  02     #           ,  03     #           ,  04     #           ,  05     #           ,  06     #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           0  0<      #           0  0=      #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           0  0>      #           0  0?      #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           0  0@      #           0  0A      #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           ,  07     #           ,  08     #           ,  09     #           ,  0:     #           ,  0;     #           ,  0<     #           ,  0=     #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           ,  0>     #           ,  0?     #           ,  0@     #           ,  0A     #           ,  0B     #           ,  0C     #           ,  0D     #           ,  0E     #           ,  0F     #           ,  0G     #           ,  0H     #           ,  0I     #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           T  0Z      #           T  0[      #           T  0\      #           T  0]      #           T  0^      #           T  0_      #           T  0`      #           T  0a      #           T  0b      #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #           /  0      #           /  0       #           $  0      #              0       #           $  0      #           $  0      #           $  0      #           $  0      #           $  0      #           $  0      #           $  0      #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #           (: 0                   0                  (: 0                   0       x           (: 0                   0                  (: 0               (: 0                   0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0L                  : 0    ̐ ̐              0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   ̐ ̐              0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0   ̐ ̐               0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   ̐ ̐              0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0   ̐ ̐              0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0M                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0N                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0                  
  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0                  O  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0O                       0                   Q  0!                  Q  0"                  Q  0#                     0                      0                   R  0,                  R  0-                  R  0.                  R  0/                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0P                      0       Ҵ               0       Ҵ              0      Ҵ              0      Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ              0       Ҵ              0       Ҵ             0       Ҵ               0       Ҵ               0       Ҵ               0       Ҵ            : 0Q                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                    0                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0X                   0Y                   0Z                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0[                   0\                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0]                   0^                   0_                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0R                      0                  : 0                    0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0                     0                      0                  : 0                   0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0!                     0                      0                      0                      0                      0"                     0                      0                      0#                     0                  : 0                   0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       ~           (: 0    ~ ~               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                 !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0	                !  0
                !  0                !  0                !  0
                !  0                !  0                   0                    0                     0                     0                    0                  (: 0   ~ ~               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )              0       )              0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           "  0!      )           "  0"      )           "  0#      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           #  0      )           #  0      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           /  0!      )           $  0      )           $  0      )           $  0      )              0       )              0       )              0       )             0       )           $  0      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )          $  0      )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           %  0!      )           %  0"      )           %  0#      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           )  0B      )           )  0C      )           )  0D      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           *  0!      )           *  0"      )           )  0E      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           *  0#      )           )  0F      )           )  0G      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           &  0B      )           &  0C      )           &  0D      )           &  0E      )           &  0F      )              0       )              0       )             0       )           S  0      )           &  0G      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           '  0n      )           '  0o      )           '  0p      )           '  0q      )           '  0r      )           '  0s      )           '  0t      )           '  0u      )           '  0v      )           '  0w      )              0       )              0       )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           (  0X      )           (  0Y      )           (  0Z      )           (  0[      )           (  0\      )           (  0]      )           (  0^      )           (  0_      )              0       )           9  0c      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )           8  0      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           +  07      )           +  08      )           +  09      )           +  0:      )           +  0;      )              0       )              0       )              0       )              0       )              0       )              0       )           ,  0J     )           ,  0K     )           ,  0L     )           ,  0M     )              0       )              0       )              0       )              0       )           9  0d      )           9  0e      )           9  0f      )           9  0g      )           9  0h      )           9  0i      )           9  0j      )           9  0k      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0N     )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           ,  0O     )           ,  0P     )           ,  0Q     )           ,  0R     )           ,  0S     )           ,  0T     )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0B      )           0  0C      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0D      )           0  0E      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0F      )           0  0G      )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0U     )           ,  0V     )           ,  0W     )           ,  0X     )           ,  0Y     )           ,  0Z     )           ,  0[     )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0\     )           ,  0]     )           ,  0^     )           ,  0_     )           ,  0`     )           ,  0a     )           ,  0b     )           ,  0c     )           ,  0d     )           ,  0e     )           ,  0f     )           ,  0g     )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           T  0c      )           T  0d      )           T  0e      )           T  0f      )           T  0g      )           T  0h      )           T  0i      )           T  0j      )           T  0k      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           /  0"      )           /  0#      )           $  0      )              0       )           $  0      )           $  0      )           $  0      )           $  0      )           $  0      )           $  0      )           $  0      )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )           (: 0   ~ ~               0                  (: 0   ~ ~               0                  (: 0   ~ ~               0                  (: 0   ~ ~           (: 0   ~ ~               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0S                  : 0    j j              0       ~             0       ~              0       ~            0       ~             0       ~              0       ~            0       ~             0       ~              0       ~             0       ~           : 0   j j              0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0   j j               0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   j j              0       ;             0       ;             0       ;             0       ;             0       ;              0       ;            0       ;             0       ;             0       ;             0       ;             0       ;              0       ;            0       ;             0       ;             0       ;             0       ;             0       ;              0       ;            0       ;             0       ;             0       ;             0       ;             0       ;              0       ;             0       ;           : 0   j j              0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0T                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0U                   : 0    T T               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]            
  0      ]            
  0      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]            O  0      ]            O  0      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]           : 0   T T               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0V                       0                   Q  0$                  Q  0%                  Q  0&                     0                      0                   R  00                  R  01                  R  02                  R  03                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0W                      0       p               0       p              0      p              0      p               0       p               0       p               0       p               0       p               0       p              0       p             0       p              0       p             0       p              0       p             0       p               0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p            : 0X                      0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0      )              0      )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0`      )             0a      )             0b      )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0c      )             0d      )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0e      )             0f      )             0g      )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0      )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )            : 0Y                      0                  : 0                    0                      0                      0                  : 0                   0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
               0       r
            P  0      r
               0       r
            P  0      r
               0       r
               0       r
           : 0                   0       .
               0       .
               0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
              0       .
              0       .
              0       .
             0       .
               0       .
               0       .
               0       .
               0       .
               0       .
               0       .
               0       .
               0       .
               0       .
               0       .
           : 0                   0       O
               0       O
               0       O
               0       O
               0       O
               0       O
               0$      O
               0       O
               0       O
               0       O
               0       O
               0%      O
               0       O
               0       O
               0&      O
               0       O
           : 0                   0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
               0       >
           : 0                   0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           : 0                   0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
               0       $
           : 0                   0       '
           (: 0    '
 '
               0       S(
               0       S(
               0       S(
               0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
             0       S(
               0       S(
               0       S(
               0       S(
               0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0     S(
           !  0      S(
           !  0!     S(
           !  0"     S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
             0       S(
               0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
           !  0#     S(
           !  0$     S(
           !  0%     S(
           !  0&     S(
           !  0'     S(
           !  0(     S(
           !  0)     S(
           !  0*     S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
             0       S(
               0       S(
               0       S(
               0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
           !  0+     S(
           !  0,     S(
           !  0-     S(
           !  0.     S(
           !  0/     S(
           !  00     S(
           !  01     S(
           !  02     S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
             0       S(
               0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
              0       S(
             0       S(
           !  03     S(
           !  04     S(
           !  05     S(
           !  06     S(
           !  07     S(
           !  08     S(
           !  09     S(
           !  0:     S(
           !  0;     S(
              0       S(
             0       S(
              0       S(
              0       S(
             0       S(
           (: 0   '
 '
               0       _7
               0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
               0       _7
               0       _7
               0       _7
              0       _7
              0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           "  0$      _7
           "  0%      _7
           "  0&      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           #  0      _7
           #  0      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           /  0$      _7
           $  0      _7
           $  0      _7
           $  0      _7
              0       _7
              0       _7
              0       _7
             0       _7
           $  0      _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
          $  0      _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           %  0$      _7
           %  0%      _7
           %  0&      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           )  0H      _7
           )  0I      _7
           )  0J      _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           *  0$      _7
           *  0%      _7
           )  0K      _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           *  0&      _7
           )  0L      _7
           )  0M      _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           &  0H      _7
           &  0I      _7
           &  0J      _7
           &  0K      _7
           &  0L      _7
              0       _7
              0       _7
             0       _7
           S  0      _7
           &  0M      _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           '  0x      _7
           '  0y      _7
           '  0z      _7
           '  0{      _7
           '  0|      _7
           '  0}      _7
           '  0~      _7
           '  0      _7
           '  0      _7
           '  0      _7
              0       _7
              0       _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           (  0`      _7
           (  0a      _7
           (  0b      _7
           (  0c      _7
           (  0d      _7
           (  0e      _7
           (  0f      _7
           (  0g      _7
              0       _7
           9  0l      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
           8  0      _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           +  0<      _7
           +  0=      _7
           +  0>      _7
           +  0?      _7
           +  0@      _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
           ,  0h     _7
           ,  0i     _7
           ,  0j     _7
           ,  0k     _7
              0       _7
              0       _7
              0       _7
              0       _7
           9  0m      _7
           9  0n      _7
           9  0o      _7
           9  0p      _7
           9  0q      _7
           9  0r      _7
           9  0s      _7
           9  0t      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           ,  0l     _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
             0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
           ,  0m     _7
           ,  0n     _7
           ,  0o     _7
           ,  0p     _7
           ,  0q     _7
           ,  0r     _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           0  0H      _7
           0  0I      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           0  0J      _7
           0  0K      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           0  0L      _7
           0  0M      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           ,  0s     _7
           ,  0t     _7
           ,  0u     _7
           ,  0v     _7
           ,  0w     _7
           ,  0x     _7
           ,  0y     _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           ,  0z     _7
           ,  0{     _7
           ,  0|     _7
           ,  0}     _7
           ,  0~     _7
           ,  0     _7
           ,  0     _7
           ,  0     _7
           ,  0     _7
           ,  0     _7
           ,  0     _7
           ,  0     _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           T  0l      _7
           T  0m      _7
           T  0n      _7
           T  0o      _7
           T  0p      _7
           T  0q      _7
           T  0r      _7
           T  0s      _7
           T  0t      _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
              0       _7
             0       _7
           /  0%      _7
           /  0&      _7
           $  0      _7
              0       _7
           $  0      _7
           $  0      _7
           $  0      _7
           $  0      _7
           $  0      _7
           $  0      _7
           $  0      _7
              0       _7
              0       _7
             0       _7
              0       _7
              0       _7
             0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
               0       _7
           (: 0   '
 '
               0       %
           (: 0   '
 '
               0       
           (: 0   '
 '
               0       J
           (: 0   '
 '
           (: 0   '
 '
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
            : 0Z                  : 0    
 
              0       
             0       
              0       
            0       
             0       
              0       
            0       
             0       
              0       
             0       
           : 0   
 
              0       Y
             0       Y
             0       Y
             0       Y
              0       Y
            0       Y
             0       Y
             0       Y
             0       Y
              0       Y
            0       Y
             0       Y
             0       Y
             0       Y
              0       Y
            0       Y
              0       Y
             0       Y
             0       Y
              0       Y
            0       Y
              0       Y
             0       Y
             0       Y
              0       Y
            0       Y
              0       Y
             0       Y
             0       Y
              0       Y
            0       Y
              0       Y
             0       Y
             0       Y
              0       Y
             0       Y
           : 0   
 
               0       R
              0       R
             0       R
              0       R
            0       R
             0       R
              0       R
            0       R
             0       R
              0       R
             0       R
           : 0   
 
              0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
              0       ٯ
            0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
              0       ٯ
            0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
              0       ٯ
            0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
             0       ٯ
              0       ٯ
             0       ٯ
           : 0   
 
              0       >
               0       >
              0       >
              0       >
              0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
             0       >
              0       >
            0       >
              0       >
             0       >
             0       >
             0       >
              0       >
            0       >
             0       >
             0       >
             0       >
              0       >
             0       >
            : 0[                  : 0    )
 )
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
               0       6
            : 0\                   : 0    
 
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
            
  0      
            
  0      
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
            O  0      
            O  0      
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
           : 0   
 
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
               0       ;
              0       ;
              0       ;
              0       ;
             0       ;
              0       ;
              0       ;
              0       ;
          : 0]                       0       N
            Q  0'      N
            Q  0(      N
            Q  0)      N
               0       N
               0       N
            R  04      N
            R  05      N
            R  06      N
            R  07      N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
               0       N
            : 0^                      0       
               0       
              0      
              0      
               0       
               0       
               0       
               0       
               0       
              0       
             0       
              0       
             0       
              0       
             0       
               0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
            : 0_                      0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0      
              0      
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0h      
             0i      
             0j      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0k      
             0l      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0m      
             0n      
             0o      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0
      
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
            : 0`                      0       Y	           : 0    Y	 Y	               0       
               0       
               0       
           : 0   Y	 Y	               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0                     0                      0                  : 0   Y	 Y	               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   Y	 Y	               0                      0                      0                      0                      0                      0                      0'                     0                      0                      0                      0                      0(                     0                      0                      0)                     0                  : 0   Y	 Y	               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (           : 0   Y	 Y	               0       -,               0       -,               0       -,               0       -,               0       -,               0       -,               0       -,               0       -,               0       -,           : 0   Y	 Y	               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2               0       /2           : 0   Y	 Y	               0       4           (: 0    4 4               0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5             0       5           !  0<     5           !  0=     5           !  0>     5           !  0?     5           !  0@     5           !  0A     5           !  0B     5           !  0C     5           !  0D     5           !  0E     5           !  0F     5              0       5              0       5             0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5           !  0G     5           !  0H     5           !  0I     5           !  0J     5           !  0K     5           !  0L     5           !  0M     5           !  0N     5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5           !  0O     5           !  0P     5           !  0Q     5           !  0R     5           !  0S     5           !  0T     5           !  0U     5           !  0V     5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5           !  0W     5           !  0X     5           !  0Y     5           !  0Z     5           !  0[     5           !  0\     5           !  0]     5           !  0^     5              0       5              0       5             0       5              0       5              0       5             0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5           !  0_     5           !  0`     5           !  0a     5           !  0b     5           !  0c     5           !  0d     5           !  0e     5           !  0f     5           !  0g     5              0       5             0       5              0       5              0       5             0       5           (: 0   4 4               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D              0       D              0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           "  0'      D           "  0(      D           "  0)      D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           #  0      D           #  0      D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           /  0'      D           $  0      D           $  0      D           $  0      D              0       D              0       D              0       D             0       D           $  0      D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D          $  0      D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           %  0'      D           %  0(      D           %  0)      D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           )  0N      D           )  0O      D           )  0P      D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           *  0'      D           *  0(      D           )  0Q      D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           *  0)      D           )  0R      D           )  0S      D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           &  0N      D           &  0O      D           &  0P      D           &  0Q      D           &  0R      D              0       D              0       D             0       D           S  0
      D           &  0S      D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D           '  0      D              0       D              0       D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           (  0h      D           (  0i      D           (  0j      D           (  0k      D           (  0l      D           (  0m      D           (  0n      D           (  0o      D              0       D           9  0u      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D           8  0      D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           +  0A      D           +  0B      D           +  0C      D           +  0D      D           +  0E      D              0       D              0       D              0       D              0       D              0       D              0       D           ,  0     D           ,  0     D           ,  0     D           ,  0     D              0       D              0       D              0       D              0       D           9  0v      D           9  0w      D           9  0x      D           9  0y      D           9  0z      D           9  0{      D           9  0|      D           9  0}      D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D           ,  0     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           0  0N      D           0  0O      D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           0  0P      D           0  0Q      D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           0  0R      D           0  0S      D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D           ,  0     D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           T  0u      D           T  0v      D           T  0w      D           T  0x      D           T  0y      D           T  0z      D           T  0{      D           T  0|      D           T  0}      D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           /  0(      D           /  0)      D           $  0      D              0       D           $  0      D           $  0      D           $  0      D           $  0      D           $  0      D           $  0      D           $  0      D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D           (: 0   4 4               0       ö           (: 0   4 4               0       R           (: 0   4 4               0                  (: 0   4 4           (: 0   4 4               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0a                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0                   0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       w             0       w             0       w             0       w             0       w              0       w            0       w             0       w             0       w             0       w             0       w              0       w            0       w             0       w             0       w             0       w             0       w              0       w            0       w             0       w             0       w             0       w             0       w              0       w             0       w           : 0                  0       ܽ               0       ܽ              0       ܽ              0       ܽ              0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ              0       ܽ            0       ܽ              0       ܽ             0       ܽ             0       ܽ             0       ܽ              0       ܽ            0       ܽ             0       ܽ             0       ܽ             0       ܽ              0       ܽ             0       ܽ            : 0b                  : 0    ǿ ǿ               0       Կ               0       Կ               0       Կ               0       Կ               0       Կ               0       Կ               0       Կ            : 0c                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0                  
  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0                  O  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0d                       0                   Q  0*                  Q  0+                  Q  0,                     0                      0                   R  08                  R  09                  R  0:                  R  0;                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0e                      0                      0                     0                    0                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0f                      0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0      e              0      e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0p      e             0q      e             0r      e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0s      e             0t      e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e             0u      e             0v      e             0w      e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0      e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e            : 0g                      0                  : 0                    0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                     0                   P  0                     0                      0                  : 0                   0       j'               0       j'               0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'              0       j'              0       j'              0       j'             0       j'               0       j'               0       j'               0       j'               0       j'               0       j'               0       j'               0       j'               0       j'               0       j'               0       j'           : 0                   0       -               0       -               0       -               0       -               0       -               0       -               0*      -               0       -               0       -               0       -               0       -               0+      -               0       -               0       -               0,      -               0       -           : 0                   0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6               0       z6           : 0                   0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9           : 0                   0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?           : 0                   0       XB           (: 0    XB XB               0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0h     C           !  0i     C           !  0j     C           !  0k     C           !  0l     C           !  0m     C           !  0n     C           !  0o     C           !  0p     C           !  0q     C           !  0r     C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0s     C           !  0t     C           !  0u     C           !  0v     C           !  0w     C           !  0x     C           !  0y     C           !  0z     C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0{     C           !  0|     C           !  0}     C           !  0~     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C             0       C              0       C              0       C             0       C           (: 0   XB XB               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R              0       R              0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           "  0*      R           "  0+      R           "  0,      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           #  0      R           #  0      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           /  0*      R           $  0      R           $  0      R           $  0      R              0       R              0       R              0       R             0       R           $  0      R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R          $  0      R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           %  0*      R           %  0+      R           %  0,      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           )  0T      R           )  0U      R           )  0V      R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           *  0*      R           *  0+      R           )  0W      R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           *  0,      R           )  0X      R           )  0Y      R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           &  0T      R           &  0U      R           &  0V      R           &  0W      R           &  0X      R              0       R              0       R             0       R           S  0      R           &  0Y      R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R           '  0      R              0       R              0       R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           (  0p      R           (  0q      R           (  0r      R           (  0s      R           (  0t      R           (  0u      R           (  0v      R           (  0w      R              0       R           9  0~      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R           8  0      R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           +  0F      R           +  0G      R           +  0H      R           +  0I      R           +  0J      R              0       R              0       R              0       R              0       R              0       R              0       R           ,  0     R           ,  0     R           ,  0     R           ,  0     R              0       R              0       R              0       R              0       R           9  0      R           9  0      R           9  0      R           9  0      R           9  0      R           9  0      R           9  0      R           9  0      R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  0     R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0T      R           0  0U      R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0V      R           0  0W      R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0X      R           0  0Y      R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R           ,  0     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           T  0~      R           T  0      R           T  0      R           T  0      R           T  0      R           T  0      R           T  0      R           T  0      R           T  0      R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           /  0+      R           /  0,      R           $  0      R              0       R           $  0      R           $  0      R           $  0      R           $  0      R           $  0      R           $  0      R           $  0      R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R           (: 0   XB XB               0       a           (: 0   XB XB               0                  (: 0   XB XB               0                  (: 0   XB XB           (: 0   XB XB               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y            : 0h                  : 0    D D              0       X             0       X              0       X            0       X             0       X              0       X            0       X             0       X              0       X             0       X           : 0   D D              0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0   D D               0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   D D              0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0   D D              0       z               0       z              0       z              0       z              0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z             0       z              0       z            0       z              0       z             0       z             0       z             0       z              0       z            0       z             0       z             0       z             0       z              0       z             0       z            : 0i                  : 0    e e               0       r               0       r               0       r               0       r               0       r               0       r               0       r            : 0j                   : 0    . .               0       7               0       7              0       7              0       7             0       7              0       7              0       7             0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7               0       7            
  0      7            
  0      7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            O  0      7            O  0      7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7           : 0   . .               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w              0       w              0       w              0       w             0       w              0       w              0       w              0       w          : 0k                       0                   Q  0-                  Q  0.                  Q  0/                     0                      0                   R  0<                  R  0=                  R  0>                  R  0?                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0l                      0       J               0       J              0      J              0      J               0       J               0       J               0       J               0       J               0       J              0       J             0       J              0       J             0       J              0       J             0       J               0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J            : 0m                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                    0                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0x                   0y                   0z                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0{                   0|                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0}                   0~                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0n                      0       $           : 0    $ $               0       [%               0       [%               0       [%           : 0   $ $               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*               0       L*            P  0      L*               0       L*            P  0      L*               0       L*               0       L*           : 0   $ $               0       5               0       5               0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5           : 0   $ $               0       );               0       );               0       );               0       );               0       );               0       );               0-      );               0       );               0       );               0       );               0       );               0.      );               0       );               0       );               0/      );               0       );           : 0   $ $               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D           : 0   $ $               0       iG               0       iG               0       iG               0       iG               0       iG               0       iG               0       iG               0       iG               0       iG           : 0   $ $               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM               0       kM           : 0   $ $               0       O           (: 0    O O               0       -Q               0       -Q               0       -Q               0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q             0       -Q               0       -Q               0       -Q               0       -Q               0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q             0       -Q               0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q             0       -Q               0       -Q               0       -Q               0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q             0       -Q               0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q              0       -Q             0       -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q           !  0     -Q              0       -Q             0       -Q              0       -Q              0       -Q             0       -Q           (: 0   O O               0       9`               0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`               0       9`               0       9`               0       9`              0       9`              0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           "  0-      9`           "  0.      9`           "  0/      9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           #  0      9`           #  0      9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           /  0-      9`           $  0      9`           $  0      9`           $  0      9`              0       9`              0       9`              0       9`             0       9`           $  0      9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`          $  0      9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           %  0-      9`           %  0.      9`           %  0/      9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           )  0Z      9`           )  0[      9`           )  0\      9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           *  0-      9`           *  0.      9`           )  0]      9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           *  0/      9`           )  0^      9`           )  0_      9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           &  0Z      9`           &  0[      9`           &  0\      9`           &  0]      9`           &  0^      9`              0       9`              0       9`             0       9`           S  0      9`           &  0_      9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`           '  0      9`              0       9`              0       9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           (  0x      9`           (  0y      9`           (  0z      9`           (  0{      9`           (  0|      9`           (  0}      9`           (  0~      9`           (  0      9`              0       9`           9  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`           8  0      9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           +  0K      9`           +  0L      9`           +  0M      9`           +  0N      9`           +  0O      9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`              0       9`              0       9`              0       9`              0       9`           9  0      9`           9  0      9`           9  0      9`           9  0      9`           9  0      9`           9  0      9`           9  0      9`           9  0      9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           ,  0     9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`             0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           0  0Z      9`           0  0[      9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           0  0\      9`           0  0]      9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           0  0^      9`           0  0_      9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`           ,  0     9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`           T  0      9`              0       9`              0       9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`              0       9`             0       9`           /  0.      9`           /  0/      9`           $  0      9`              0       9`           $  0      9`           $  0      9`           $  0      9`           $  0      9`           $  0      9`           $  0      9`           $  0      9`              0       9`              0       9`             0       9`              0       9`              0       9`             0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`               0       9`           (: 0   O O               0                  (: 0   O O               0                  (: 0   O O               0       $           (: 0   O O           (: 0   O O               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0o                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3             0       3           : 0                   0       ,              0       ,             0       ,              0       ,            0       ,             0       ,              0       ,            0       ,             0       ,              0       ,             0       ,           : 0                  0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0                  0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0p                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0q                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0                   
  0!                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0                   O  0!                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0r                       0       (            Q  00      (            Q  01      (            Q  02      (               0       (               0       (            R  0@      (            R  0A      (            R  0B      (            R  0C      (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (            : 0s                      0                      0                     0                     0!                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0t                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0!                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0u                      0       32           : 0    32 32               0       2               0       2               0       2           : 0   32 32               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            P  0       7               0       7            P  0!      7               0       7               0       7           : 0   32 32               0       B               0       B               0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           : 0   32 32               0       H               0       H               0       H               0       H               0       H               0       H               00      H               0       H               0       H               0       H               0       H               01      H               0       H               0       H               02      H               0       H           : 0   32 32               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q           : 0   32 32               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U           : 0   32 32               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[               0       	[           : 0   32 32               0       ]           (: 0    ] ]               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^           !  0     ^              0       ^             0       ^              0       ^              0       ^             0       ^           (: 0   ] ]               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m              0       m              0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           "  00      m           "  01      m           "  02      m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           #  0       m           #  0!      m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           /  00      m           $  0      m           $  0      m           $  0      m              0       m              0       m              0       m             0       m           $  0      m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m          $  0      m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           %  00      m           %  01      m           %  02      m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           )  0`      m           )  0a      m           )  0b      m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           *  00      m           *  01      m           )  0c      m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           *  02      m           )  0d      m           )  0e      m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           &  0`      m           &  0a      m           &  0b      m           &  0c      m           &  0d      m              0       m              0       m             0       m           S  0      m           &  0e      m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m           '  0      m              0       m              0       m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           (  0      m           (  0      m           (  0      m           (  0      m           (  0      m           (  0      m           (  0      m           (  0      m              0       m           9  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m           8  0      m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           +  0P      m           +  0Q      m           +  0R      m           +  0S      m           +  0T      m              0       m              0       m              0       m              0       m              0       m              0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m              0       m              0       m              0       m           9  0      m           9  0      m           9  0      m           9  0      m           9  0      m           9  0      m           9  0      m           9  0      m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0`      m           0  0a      m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0b      m           0  0c      m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0d      m           0  0e      m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           T  0      m           T  0      m           T  0      m           T  0      m           T  0      m           T  0      m           T  0      m           T  0      m           T  0      m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           /  01      m           /  02      m           $  0      m              0       m           $  0      m           $  0      m           $  0      m           $  0      m           $  0      m           $  0      m           $  0      m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m           (: 0   ] ]               0                  (: 0   ] ]               0       ,           (: 0   ] ]               0                  (: 0   ] ]           (: 0   ] ]               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0v                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0                   0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       Q             0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q             0       Q              0       Q             0       Q           : 0                  0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0w                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0x                   : 0    j j               0       s               0       s              0       s              0       s             0       s              0       s              0       s             0       s              0       s              0       s             0       s              0       s              0       s             0       s               0       s               0       s            
  0"      s            
  0#      s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s            O  0"      s            O  0#      s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s               0       s           : 0   j j               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0y                       0                   Q  03                  Q  04                  Q  05                     0                      0                   R  0D                  R  0E                  R  0F                  R  0G                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0z                      0                      0                     0"                    0#                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0{                      0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?               0"      ?               0#      ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?              0      ?              0      ?              0      ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0      ?              0      ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0      ?              0      ?              0      ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?                0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?               0       ?               0       ?              0      ?               0       ?               0       ?               0       ?              0       ?               0       ?               0       ?              0       ?                0       ?             : 0|                      0       ?           : 0    ? ?               0       @               0       @               0       @           : 0   ? ?               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E            P  0"      E               0       E            P  0#      E               0       E               0       E           : 0   ? ?               0       DP               0       DP               0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP              0       DP              0       DP              0       DP             0       DP               0       DP               0       DP               0       DP               0       DP               0       DP               0       DP               0       DP               0       DP               0       DP               0       DP           : 0   ? ?               0       eV               0       eV               0       eV               0       eV               0       eV               0       eV               03      eV               0       eV               0       eV               0       eV               0       eV               04      eV               0       eV               0       eV               05      eV               0       eV           : 0   ? ?               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_               0       T_           : 0   ? ?               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b           : 0   ? ?               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h           : 0   ? ?               0       2k           (: 0    2k 2k               0       il               0       il               0       il               0       il              0       il              0       il              0       il              0       il              0       il             0       il              0       il              0       il              0       il              0       il              0       il             0       il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il              0       il              0       il             0       il              0       il              0       il             0       il               0       il               0       il               0       il               0       il              0       il              0       il              0       il              0       il              0       il             0       il              0       il              0       il              0       il              0       il              0       il              0       il             0       il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il              0       il              0       il              0       il             0       il              0       il              0       il             0       il               0       il              0       il              0       il              0       il              0       il              0       il             0       il              0       il              0       il              0       il              0       il              0       il              0       il              0       il             0       il           !  0     il           !  0      il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il              0       il              0       il              0       il             0       il              0       il              0       il             0       il               0       il               0       il               0       il              0       il              0       il              0       il              0       il              0       il             0       il              0       il              0       il              0       il              0       il              0       il              0       il              0       il             0       il           !  0     il           !  0     il           !  0	     il           !  0
     il           !  0     il           !  0     il           !  0
     il           !  0     il              0       il              0       il             0       il              0       il              0       il             0       il               0       il              0       il              0       il              0       il              0       il              0       il             0       il              0       il              0       il              0       il              0       il              0       il              0       il             0       il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il           !  0     il              0       il             0       il              0       il              0       il             0       il           (: 0   2k 2k               0       u{               0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{               0       u{               0       u{               0       u{              0       u{              0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           "  03      u{           "  04      u{           "  05      u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           #  0"      u{           #  0#      u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           /  03      u{           $  0      u{           $  0      u{           $  0      u{              0       u{              0       u{              0       u{             0       u{           $  0      u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{          $  0      u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           %  03      u{           %  04      u{           %  05      u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           )  0f      u{           )  0g      u{           )  0h      u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           *  03      u{           *  04      u{           )  0i      u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           *  05      u{           )  0j      u{           )  0k      u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           &  0f      u{           &  0g      u{           &  0h      u{           &  0i      u{           &  0j      u{              0       u{              0       u{             0       u{           S  0      u{           &  0k      u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{           '  0      u{              0       u{              0       u{           8  0      u{           8  0      u{           8  0     u{           8  0     u{           8  0     u{           8  0     u{           8  0     u{           8  0     u{           8  0     u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           (  0      u{           (  0      u{           (  0      u{           (  0      u{           (  0      u{           (  0      u{           (  0      u{           (  0      u{              0       u{           9  0      u{           8  0     u{           8  0	     u{           8  0
     u{           8  0     u{           8  0     u{           8  0
     u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           +  0U      u{           +  0V      u{           +  0W      u{           +  0X      u{           +  0Y      u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{           ,  0     u{           ,  0     u{           ,  0      u{           ,  0     u{              0       u{              0       u{              0       u{              0       u{           9  0      u{           9  0      u{           9  0      u{           9  0      u{           9  0      u{           9  0      u{           9  0      u{           9  0      u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           ,  0     u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{             0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           0  0f      u{           0  0g      u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           0  0h      u{           0  0i      u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           0  0j      u{           0  0k      u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           ,  0	     u{           ,  0
     u{           ,  0     u{           ,  0     u{           ,  0
     u{           ,  0     u{           ,  0     u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{           ,  0     u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{           T  0      u{              0       u{              0       u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{              0       u{             0       u{           /  04      u{           /  05      u{           $  0      u{              0       u{           $  0      u{           $  0      u{           $  0      u{           $  0      u{           $  0      u{           $  0      u{           $  0      u{              0       u{              0       u{             0       u{              0       u{              0       u{             0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{               0       u{           (: 0   2k 2k               0       ;           (: 0   2k 2k               0                  (: 0   2k 2k               0       `           (: 0   2k 2k           (: 0   2k 2k               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3               0       3               0       3               0       3               0       3               0       3               0       3            : 0}                  : 0                   0       2             0       2              0       2            0       2             0       2              0       2            0       2             0       2              0       2             0       2           : 0                  0       o             0       o             0       o             0       o              0       o            0       o             0       o             0       o             0       o              0       o            0       o             0       o             0       o             0       o              0       o            0       o              0       o             0       o             0       o              0       o            0       o              0       o             0       o             0       o              0       o            0       o              0       o             0       o             0       o              0       o            0       o              0       o             0       o             0       o              0       o             0       o           : 0                   0       h              0       h             0       h              0       h            0       h             0       h              0       h            0       h             0       h              0       h             0       h           : 0                  0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0                  0       T               0       T              0       T              0       T              0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T             0       T              0       T            0       T              0       T             0       T             0       T             0       T              0       T            0       T             0       T             0       T             0       T              0       T             0       T            : 0~                  : 0    ? ?               0       L               0       L               0       L               0       L               0       L               0       L               0       L            : 0                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0$                  
  0%                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0$                  O  0%                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q          : 0                       0       d            Q  06      d            Q  07      d            Q  08      d               0       d               0       d            R  0H      d            R  0I      d            R  0J      d            R  0K      d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d            : 0                      0       $               0       $              0$      $              0%      $               0       $               0       $               0       $               0       $               0       $              0       $             0       $              0       $             0       $              0       $             0       $               0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $            : 0                      0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0$      -              0%      -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0      -             0      -             0      -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0      -             0      -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -             0      -             0      -             0      -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0      -              0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -            : 0                      0       oM           : 0    oM oM               0       5N               0       5N               0       5N           : 0   oM oM               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S               0       &S            P  0$      &S               0       &S            P  0%      &S               0       &S               0       &S           : 0   oM oM               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]           : 0   oM oM               0       d               0       d               0       d               0       d               0       d               0       d               06      d               0       d               0       d               0       d               0       d               07      d               0       d               0       d               08      d               0       d           : 0   oM oM               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l           : 0   oM oM               0       Cp               0       Cp               0       Cp               0       Cp               0       Cp               0       Cp               0       Cp               0       Cp               0       Cp           : 0   oM oM               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev               0       Ev           : 0   oM oM               0       x           (: 0    x x               0       z               0       z               0       z               0       z              0       z              0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z              0       z              0       z             0       z           !  0     z           !  0     z           !  0     z           !  0     z           !  0     z           !  0     z           !  0     z           !  0     z           !  0      z           !  0!     z           !  0"     z              0       z              0       z             0       z              0       z              0       z             0       z               0       z               0       z               0       z               0       z              0       z              0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z           !  0#     z           !  0$     z           !  0%     z           !  0&     z           !  0'     z           !  0(     z           !  0)     z           !  0*     z              0       z              0       z              0       z             0       z              0       z              0       z             0       z               0       z              0       z              0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z           !  0+     z           !  0,     z           !  0-     z           !  0.     z           !  0/     z           !  00     z           !  01     z           !  02     z              0       z              0       z              0       z             0       z              0       z              0       z             0       z               0       z               0       z               0       z              0       z              0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z           !  03     z           !  04     z           !  05     z           !  06     z           !  07     z           !  08     z           !  09     z           !  0:     z              0       z              0       z             0       z              0       z              0       z             0       z               0       z              0       z              0       z              0       z              0       z              0       z             0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z           !  0;     z           !  0<     z           !  0=     z           !  0>     z           !  0?     z           !  0@     z           !  0A     z           !  0B     z           !  0C     z              0       z             0       z              0       z              0       z             0       z           (: 0   x 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                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  06                 "  07                 "  08                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0$                 #  0%                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  06                 $  0                 $  0                 $  0                    0                     0                     0                    0                  $  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0                    0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  06                 %  07                 %  08                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0l                 )  0m                 )  0n                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  06                 *  07                 )  0o                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  08                 )  0p                 )  0q                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0l                 &  0m                 &  0n                 &  0o                 &  0p                    0                     0                    0                  S  0                 &  0q                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                8  0                8  0                8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0Z                 +  0[                 +  0\                 +  0]                 +  0^                    0                     0                     0                     0                     0                     0                  ,  0                ,  0                ,  0                ,  0                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0!                ,  0"                ,  0#                ,  0$                ,  0%                ,  0&                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0l                 0  0m                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0n                 0  0o                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0p                 0  0q                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0'                ,  0(                ,  0)                ,  0*                ,  0+                ,  0,                ,  0-                   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                ,  01                ,  02                ,  03                ,  04                ,  05                ,  06                ,  07                ,  08                ,  09                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  07                 /  08                 $  0                    0                  $  0                 $  0                 $  0                 $  0                 $  0                 $  0                 $  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   x x               0                  (: 0   x x               0       h           (: 0   x x               0                  (: 0   x x           (: 0   x 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                    0                     0                    0                  : 0                  0       
             0       
             0       
             0       
              0       
            0       
             0       
             0       
             0       
              0       
            0       
             0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
            0       
              0       
             0       
             0       
              0       
             0       
           : 0                   0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0                  0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0                   : 0                    0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0&                  
  0'                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0&                  O  0'                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0                       0                   Q  09                  Q  0:                  Q  0;                     0                      0                   R  0L                  R  0M                  R  0N                  R  0O                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0                      0       !               0       !              0&      !              0'      !               0       !               0       !               0       !               0       !               0       !              0       !             0       !              0       !             0       !              0       !             0       !               0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !            : 0                      0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;              0&      {;              0'      {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;             0      {;             0      {;             0      {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0      {;             0      {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0      {;             0      {;             0      {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;              0       {;              0       {;             0      {;              0       {;              0       {;              0       {;             0       {;              0       {;              0       {;             0       {;               0       {;            : 0                      0       
[           : 0    
[ 
[               0       [               0       [               0       [           : 0   
[ 
[               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `            P  0&      `               0       `            P  0'      `               0       `               0       `           : 0   
[ 
[               0       k               0       k               0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k           : 0   
[ 
[               0       q               0       q               0       q               0       q               0       q               0       q               09      q               0       q               0       q               0       q               0       q               0:      q               0       q               0       q               0;      q               0       q           : 0   
[ 
[               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z           : 0   
[ 
[               0       }               0       }               0       }               0       }               0       }               0       }               0       }               0       }               0       }           : 0   
[ 
[               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   
[ 
[               0       n           (: 0    n n               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0D                !  0E                !  0F                !  0G                !  0H                !  0I                !  0J                !  0K                !  0L                !  0M                !  0N                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0O                !  0P                !  0Q                !  0R                !  0S                !  0T                !  0U                !  0V                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0W                !  0X                !  0Y                !  0Z                !  0[                !  0\                !  0]                !  0^                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0_                !  0`                !  0a                !  0b                !  0c                !  0d                !  0e                !  0f                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0g                !  0h                !  0i                !  0j                !  0k                !  0l                !  0m                !  0n                !  0o                   0                    0                     0                     0                    0                  (: 0   n n               0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  09                 "  0:                 "  0;                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0&                 #  0'                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  09                 $  0                 $  0                 $  0                    0                     0                     0                    0                  $  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0                    0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  09                 %  0:                 %  0;                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0r                 )  0s                 )  0t                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  09                 *  0:                 )  0u                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0;                 )  0v                 )  0w                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0r                 &  0s                 &  0t                 &  0u                 &  0v                    0                     0                    0                  S  0                 &  0w                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                8  0                8  0                8  0                 8  0!                8  0"                8  0#                8  0$                8  0%                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0&                8  0'                8  0(                8  0)                8  0*                8  0+                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0_                 +  0`                 +  0a                 +  0b                 +  0c                    0                     0                     0                     0                     0                     0                  ,  0:                ,  0;                ,  0<                ,  0=                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0>                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0?                ,  0@                ,  0A                ,  0B                ,  0C                ,  0D                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0r                 0  0s                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0t                 0  0u                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0v                 0  0w                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0E                ,  0F                ,  0G                ,  0H                ,  0I                ,  0J                ,  0K                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0L                ,  0M                ,  0N                ,  0O                ,  0P                ,  0Q                ,  0R                ,  0S                ,  0T                ,  0U                ,  0V                ,  0W                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0:                 /  0;                 $  0                    0                  $  0                 $  0                 $  0                 $  0                 $  0                $  0                $  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   n n               0       w           (: 0   n n               0       	           (: 0   n n               0       	           (: 0   n n           (: 0   n n               0       o
               0       o
               0       o
               0       o
              0       o
              0       o
              0       o
              0       o
              0       o
             0       o
               0       o
               0       o
               0       o
               0       o
               0       o
               0       o
            : 0                  : 0    Z Z              0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n             0       n           : 0   Z Z              0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0   Z Z               0                     0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0   Z Z              0       +             0       +             0       +             0       +             0       +              0       +            0       +             0       +             0       +             0       +             0       +              0       +            0       +             0       +             0       +             0       +             0       +              0       +            0       +             0       +             0       +             0       +             0       +              0       +             0       +           : 0   Z Z              0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0                  : 0    { {               0                      0                      0                      0                      0                      0                      0                   : 0                   : 0    D D               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M            
  0(      M            
  0)      M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M            O  0(      M            O  0)      M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M           : 0   D D               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !          : 0                       0       &            Q  0<      &            Q  0=      &            Q  0>      &               0       &               0       &            R  0P      &            R  0Q      &            R  0R      &            R  0S      &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &            : 0                      0       `/               0       `/              0(      `/              0)      `/               0       `/               0       `/               0       `/               0       `/               0       `/              0       `/             0       `/              0       `/             0       `/              0       `/             0       `/               0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/               0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/               0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/               0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/               0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/              0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/              0       `/              0       `/             0       `/               0       `/               0       `/               0       `/            : 0                      0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0(      I              0)      I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0      I             0      I             0      I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0      I             0      I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0      I             0      I             0      I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0      I              0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I            : 0                      0       h           : 0    h h               0       qi               0       qi               0       qi           : 0   h h               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn               0       bn            P  0(      bn               0       bn            P  0)      bn               0       bn               0       bn           : 0   h h               0       y               0       y               0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y              0       y              0       y              0       y             0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y               0       y           : 0   h h               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0<      ?               0       ?               0       ?               0       ?               0       ?               0=      ?               0       ?               0       ?               0>      ?               0       ?           : 0   h h               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .           : 0   h h               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   h h               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   h h               0                  (: 0                    0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0p     C           !  0q     C           !  0r     C           !  0s     C           !  0t     C           !  0u     C           !  0v     C           !  0w     C           !  0x     C           !  0y     C           !  0z     C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0{     C           !  0|     C           !  0}     C           !  0~     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C           !  0     C              0       C             0       C              0       C              0       C             0       C           (: 0                   0       O               0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O               0       O               0       O               0       O              0       O              0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           "  0<      O           "  0=      O           "  0>      O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           #  0(      O           #  0)      O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           /  0<      O           $  0     O           $  0     O           $  0     O              0       O              0       O              0       O             0       O           $  0     O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O          $  0     O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           %  0<      O           %  0=      O           %  0>      O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           )  0x      O           )  0y      O           )  0z      O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           *  0<      O           *  0=      O           )  0{      O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           *  0>      O           )  0|      O           )  0}      O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           &  0x      O           &  0y      O           &  0z      O           &  0{      O           &  0|      O              0       O              0       O             0       O           S  0      O           &  0}      O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O           '  0      O              0       O              0       O           8  0,     O           8  0-     O           8  0.     O           8  0/     O           8  00     O           8  01     O           8  02     O           8  03     O           8  04     O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           (  0      O           (  0      O           (  0      O           (  0      O           (  0      O           (  0      O           (  0      O           (  0      O              0       O           9  0      O           8  05     O           8  06     O           8  07     O           8  08     O           8  09     O           8  0:     O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           +  0d      O           +  0e      O           +  0f      O           +  0g      O           +  0h      O              0       O              0       O              0       O              0       O              0       O              0       O           ,  0X     O           ,  0Y     O           ,  0Z     O           ,  0[     O              0       O              0       O              0       O              0       O           9  0      O           9  0      O           9  0      O           9  0      O           9  0      O           9  0      O           9  0      O           9  0      O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O             0       O           ,  0\     O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O             0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O           ,  0]     O           ,  0^     O           ,  0_     O           ,  0`     O           ,  0a     O           ,  0b     O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           0  0x      O           0  0y      O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           0  0z      O           0  0{      O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           0  0|      O           0  0}      O              0       O              0       O             0       O              0       O              0       O             0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O              0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           ,  0c     O           ,  0d     O           ,  0e     O           ,  0f     O           ,  0g     O           ,  0h     O           ,  0i     O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           ,  0j     O           ,  0k     O           ,  0l     O           ,  0m     O           ,  0n     O           ,  0o     O           ,  0p     O           ,  0q     O           ,  0r     O           ,  0s     O           ,  0t     O           ,  0u     O              0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           T  0      O           T  0      O           T  0      O           T  0      O           T  0      O           T  0      O           T  0      O           T  0      O           T  0      O              0       O              0       O              0       O              0       O             0       O              0       O              0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O           /  0=      O           /  0>      O           $  0	     O              0       O           $  0
     O           $  0     O           $  0     O           $  0
     O           $  0     O           $  0     O           $  0     O              0       O              0       O             0       O              0       O              0       O             0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O           (: 0                   0                  (: 0                   0                  (: 0                   0       :           (: 0               (: 0                   0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
            : 0                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       I             0       I             0       I             0       I              0       I            0       I             0       I             0       I             0       I              0       I            0       I             0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I             0       I           : 0                   0       B              0       B             0       B              0       B            0       B             0       B              0       B            0       B             0       B              0       B             0       B           : 0                  0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0                  0       .               0       .              0       .              0       .              0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .             0       .              0       .            0       .              0       .             0       .             0       .             0       .              0       .            0       .             0       .             0       .             0       .              0       .             0       .            : 0                  : 0                    0       &               0       &               0       &               0       &               0       &               0       &               0       &            : 0                   : 0    " "               0       "               0       "              0       "              0       "             0       "              0       "              0       "             0       "              0       "              0       "             0       "              0       "              0       "             0       "               0       "               0       "            
  0*      "            
  0+      "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "            O  0*      "            O  0+      "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "           : 0   " "               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/               0       +/              0       +/              0       +/              0       +/             0       +/              0       +/              0       +/              0       +/          : 0                       0       >4            Q  0?      >4            Q  0@      >4            Q  0A      >4               0       >4               0       >4            R  0T      >4            R  0U      >4            R  0V      >4            R  0W      >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4               0       >4            : 0                      0       <               0       <              0*      <              0+      <               0       <               0       <               0       <               0       <               0       <              0       <             0       <              0       <             0       <              0       <             0       <               0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <               0       <               0       <            : 0                      0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0*      V              0+      V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0      V             0      V             0      V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0      V             0      V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0      V             0      V             0      V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0      V              0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V            : 0                      0       Iv           : 0    Iv Iv               0       w               0       w               0       w           : 0   Iv Iv               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |               0        |            P  0*       |               0        |            P  0+       |               0        |               0        |           : 0   Iv Iv               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   Iv Iv               0       ݌               0       ݌               0       ݌               0       ݌               0       ݌               0       ݌               0?      ݌               0       ݌               0       ݌               0       ݌               0       ݌               0@      ݌               0       ݌               0       ݌               0A      ݌               0       ݌           : 0   Iv Iv               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕               0       ̕           : 0   Iv Iv               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   Iv Iv               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   Iv Iv               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0                   0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0?                 "  0@                 "  0A                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0*                 #  0+                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0?                 $  0                $  0                $  0                   0                     0                     0                    0                  $  0                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0?                 %  0@                 %  0A                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0~                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0?                 *  0@                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0A                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0~                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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;                8  0<                8  0=                8  0>                8  0?                8  0@                8  0A                8  0B                8  0C                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0D                8  0E                8  0F                8  0G                8  0H                8  0I                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0i                 +  0j                 +  0k                 +  0l                 +  0m                    0                     0                     0                     0                     0                     0                  ,  0v                ,  0w                ,  0x                ,  0y                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0z                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0{                ,  0|                ,  0}                ,  0~                ,  0                ,  0                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0~                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0@                 /  0A                 $  0                   0                  $  0                $  0                $  0                $  0                $  0                $  0                $  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0                   0       #           (: 0                   0       B$           (: 0                   0       $           (: 0               (: 0                   0       %               0       %               0       %               0       %              0       %              0       %              0       %              0       %              0       %             0       %               0       %               0       %               0       %               0       %               0       %               0       %            : 0                  : 0    & &              0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &             0       &           : 0   & &              0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &              0       &            0       &              0       &             0       &             0       &              0       &            0       &              0       &             0       &             0       &              0       &            0       &              0       &             0       &             0       &              0       &            0       &              0       &             0       &             0       &              0       &             0       &           : 0   & &               0       )              0       )             0       )              0       )            0       )             0       )              0       )            0       )             0       )              0       )             0       )           : 0   & &              0       g*             0       g*             0       g*             0       g*             0       g*              0       g*            0       g*             0       g*             0       g*             0       g*             0       g*              0       g*            0       g*             0       g*             0       g*             0       g*             0       g*              0       g*            0       g*             0       g*             0       g*             0       g*             0       g*              0       g*             0       g*           : 0   & &              0       *               0       *              0       *              0       *              0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *              0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *              0       *             0       *            : 0                  : 0    , ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,            : 0                   : 0    0 0               0       0               0       0              0       0              0       0             0       0              0       0              0       0             0       0              0       0              0       0             0       0              0       0              0       0             0       0               0       0               0       0            
  0,      0            
  0-      0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0            O  0,      0            O  0-      0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0           : 0   0 0               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <          : 0                       0       A            Q  0B      A            Q  0C      A            Q  0D      A               0       A               0       A            R  0X      A            R  0Y      A            R  0Z      A            R  0[      A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A            : 0                      0       J               0       J              0,      J              0-      J               0       J               0       J               0       J               0       J               0       J              0       J             0       J              0       J             0       J              0       J             0       J               0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J            : 0                      0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0,      Ud              0-      Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0      Ud             0      Ud             0      Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0      Ud             0      Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0      Ud             0      Ud             0      Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud               0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud              0       Ud              0       Ud             0      Ud              0       Ud              0       Ud              0       Ud             0       Ud              0       Ud              0       Ud             0       Ud               0       Ud            : 0                      0                  : 0                    0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0,                     0                   P  0-                     0                      0                  : 0                   0       Z               0       Z               0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z           : 0                   0       {               0       {               0       {               0       {               0       {               0       {               0B      {               0       {               0       {               0       {               0       {               0C      {               0       {               0       {               0D      {               0       {           : 0                   0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j           : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       H           (: 0    H H               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0   H H               0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0B                 "  0C                 "  0D                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0,                 #  0-                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0B                 $  0                $  0                $  0                    0                     0                     0                    0                  $  0!                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0"                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0B                 %  0C                 %  0D                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0B                 *  0C                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0D                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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  0J                8  0K                8  0L                8  0M                8  0N                8  0O                8  0P                8  0Q                8  0R                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0S                8  0T                8  0U                8  0V                8  0W                8  0X                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0n                 +  0o                 +  0p                 +  0q                 +  0r                    0                     0                     0                     0                     0                     0                  ,  0                ,  0                ,  0                ,  0                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0C                 /  0D                 $  0#                   0                  $  0$                $  0%                $  0&                $  0'                $  0(                $  0)                $  0*                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   H H               0       Q1           (: 0   H H               0       1           (: 0   H H               0       v2           (: 0   H H           (: 0   H H               0       I3               0       I3               0       I3               0       I3              0       I3              0       I3              0       I3              0       I3              0       I3             0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3            : 0                  : 0    44 44              0       H4             0       H4              0       H4            0       H4             0       H4              0       H4            0       H4             0       H4              0       H4             0       H4           : 0   44 44              0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4              0       4            0       4              0       4             0       4             0       4              0       4            0       4              0       4             0       4             0       4              0       4            0       4              0       4             0       4             0       4              0       4            0       4              0       4             0       4             0       4              0       4             0       4           : 0   44 44               0       ~7              0       ~7             0       ~7              0       ~7            0       ~7             0       ~7              0       ~7            0       ~7             0       ~7              0       ~7             0       ~7           : 0   44 44              0       8             0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8             0       8              0       8             0       8           : 0   44 44              0       j8               0       j8              0       j8              0       j8              0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8             0       j8              0       j8            0       j8              0       j8             0       j8             0       j8             0       j8              0       j8            0       j8             0       j8             0       j8             0       j8              0       j8             0       j8            : 0                  : 0    U: U:               0       b:               0       b:               0       b:               0       b:               0       b:               0       b:               0       b:            : 0                   : 0    > >               0       '>               0       '>              0       '>              0       '>             0       '>              0       '>              0       '>             0       '>              0       '>              0       '>             0       '>              0       '>              0       '>             0       '>               0       '>               0       '>            
  0.      '>            
  0/      '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>            O  0.      '>            O  0/      '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>               0       '>           : 0   > >               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ               0       gJ              0       gJ              0       gJ              0       gJ             0       gJ              0       gJ              0       gJ              0       gJ          : 0                       0       zO            Q  0E      zO            Q  0F      zO            Q  0G      zO               0       zO               0       zO            R  0\      zO            R  0]      zO            R  0^      zO            R  0_      zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO               0       zO            : 0                      0       :X               0       :X              0.      :X              0/      :X               0       :X               0       :X               0       :X               0       :X               0       :X              0       :X             0       :X              0       :X             0       :X              0       :X             0       :X               0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X               0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X               0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X               0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X               0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X              0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X              0       :X              0       :X             0       :X               0       :X               0       :X               0       :X            : 0                      0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q              0.      q              0/      q               0       q               0       q               0       q               0       q               0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q             0      q             0      q             0      q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q             0      q             0      q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q              0       q             0      q             0      q             0      q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q              0       q             0      q              0       q              0       q              0       q             0       q              0       q              0       q             0       q               0       q            : 0                      0                  : 0                    0       K               0       K               0       K           : 0                   0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <            P  0.      <               0       <            P  0/      <               0       <               0       <           : 0                   0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0E                     0                      0                      0                      0                      0F                     0                      0                      0G                     0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y           : 0                   0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [           : 0                   0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                 !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0	                !  0
                !  0                !  0                !  0
                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0                   0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )              0       )              0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           "  0E      )           "  0F      )           "  0G      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           #  0.      )           #  0/      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           /  0E      )           $  0+     )           $  0,     )           $  0-     )              0       )              0       )              0       )             0       )           $  0.     )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )          $  0/     )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           %  0E      )           %  0F      )           %  0G      )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           )  0      )           )  0      )           )  0      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           *  0E      )           *  0F      )           )  0      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           *  0G      )           )  0      )           )  0      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           &  0      )           &  0      )           &  0      )           &  0      )           &  0      )              0       )              0       )             0       )           S  0      )           &  0      )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             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  0Y     )           8  0Z     )           8  0[     )           8  0\     )           8  0]     )           8  0^     )           8  0_     )           8  0`     )           8  0a     )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           (  0      )           (  0      )           (  0      )           (  0      )           (  0      )           (  0      )           (  0      )           (  0      )              0       )           9  0      )           8  0b     )           8  0c     )           8  0d     )           8  0e     )           8  0f     )           8  0g     )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           +  0s      )           +  0t      )           +  0u      )           +  0v      )           +  0w      )              0       )              0       )              0       )              0       )              0       )              0       )           ,  0     )           ,  0     )           ,  0     )           ,  0     )              0       )              0       )              0       )              0       )           9  0      )           9  0      )           9  0      )           9  0      )           9  0      )           9  0      )           9  0      )           9  0      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0     )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0      )           0  0      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0      )           0  0      )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           0  0      )           0  0      )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )           ,  0     )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           T  0      )           T  0      )           T  0      )           T  0      )           T  0      )           T  0      )           T  0      )           T  0      )           T  0      )              0       )              0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           /  0F      )           /  0G      )           $  00     )              0       )           $  01     )           $  02     )           $  03     )           $  04     )           $  05     )           $  06     )           $  07     )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )           (: 0                   0       >           (: 0                   0       ~?           (: 0                   0       @           (: 0               (: 0                   0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @            : 0                  : 0    A A              0       A             0       A              0       A            0       A             0       A              0       A            0       A             0       A              0       A             0       A           : 0   A A              0       #B             0       #B             0       #B             0       #B              0       #B            0       #B             0       #B             0       #B             0       #B              0       #B            0       #B             0       #B             0       #B             0       #B              0       #B            0       #B              0       #B             0       #B             0       #B              0       #B            0       #B              0       #B             0       #B             0       #B              0       #B            0       #B              0       #B             0       #B             0       #B              0       #B            0       #B              0       #B             0       #B             0       #B              0       #B             0       #B           : 0   A A               0       E              0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E             0       E           : 0   A A              0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E             0       E           : 0   A A              0       F               0       F              0       F              0       F              0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F              0       F             0       F             0       F             0       F              0       F            0       F             0       F             0       F             0       F              0       F             0       F            : 0                  : 0    G G               0        H               0        H               0        H               0        H               0        H               0        H               0        H            : 0                   : 0    K K               0       K               0       K              0       K              0       K             0       K              0       K              0       K             0       K              0       K              0       K             0       K              0       K              0       K             0       K               0       K               0       K            
  00      K            
  01      K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K            O  00      K            O  01      K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K           : 0   K K               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X          : 0                       0       ]            Q  0H      ]            Q  0I      ]            Q  0J      ]               0       ]               0       ]            R  0`      ]            R  0a      ]            R  0b      ]            R  0c      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]            : 0                      0       e               0       e              00      e              01      e               0       e               0       e               0       e               0       e               0       e              0       e             0       e              0       e             0       e              0       e             0       e               0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e            : 0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     00                    01                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0                      0       #           : 0    # #               0                      0                      0                  : 0   # #               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ               0       ڤ            P  00      ڤ               0       ڤ            P  01      ڤ               0       ڤ               0       ڤ           : 0   # #               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   # #               0                      0                      0                      0                      0                      0                      0H                     0                      0                      0                      0                      0I                     0                      0                      0J                     0                  : 0   # #               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   # #               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   # #               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   # #               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                 !  0!                !  0"                !  0#                !  0$                !  0%                !  0&                !  0'                !  0(                !  0)                !  0*                   0                     0                    0                     0                     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                !  01                !  02                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  03                !  04                !  05                !  06                !  07                !  08                !  09                !  0:                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0;                !  0<                !  0=                !  0>                !  0?                !  0@                !  0A                !  0B                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0C                !  0D                !  0E                !  0F                !  0G                !  0H                !  0I                !  0J                !  0K                   0                    0                     0                     0                    0                  (: 0                   0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0H                 "  0I                 "  0J                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  00                 #  01                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0H                 $  08                $  09                $  0:                   0                     0                     0                    0                  $  0;                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0<                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0H                 %  0I                 %  0J                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0H                 *  0I                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0J                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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  0h                8  0i                8  0j                8  0k                8  0l                8  0m                8  0n                8  0o                8  0p                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0q                8  0r                8  0s                8  0t                8  0u                8  0v                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0x                 +  0y                 +  0z                 +  0{                 +  0|                    0                     0                     0                     0                     0                     0                  ,  0                ,  0                ,  0                ,  0                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0I                 /  0J                 $  0=                   0                  $  0>                $  0?                $  0@                $  0A                $  0B                $  0C                $  0D                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0                   0       L           (: 0                   0       M           (: 0                   0       M           (: 0               (: 0                   0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N            : 0                  : 0    pO pO              0       O             0       O              0       O            0       O             0       O              0       O            0       O             0       O              0       O             0       O           : 0   pO pO              0       O             0       O             0       O             0       O              0       O            0       O             0       O             0       O             0       O              0       O            0       O             0       O             0       O             0       O              0       O            0       O              0       O             0       O             0       O              0       O            0       O              0       O             0       O             0       O              0       O            0       O              0       O             0       O             0       O              0       O            0       O              0       O             0       O             0       O              0       O             0       O           : 0   pO pO               0       R              0       R             0       R              0       R            0       R             0       R              0       R            0       R             0       R              0       R             0       R           : 0   pO pO              0       AS             0       AS             0       AS             0       AS             0       AS              0       AS            0       AS             0       AS             0       AS             0       AS             0       AS              0       AS            0       AS             0       AS             0       AS             0       AS             0       AS              0       AS            0       AS             0       AS             0       AS             0       AS             0       AS              0       AS             0       AS           : 0   pO pO              0       S               0       S              0       S              0       S              0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S             0       S              0       S            0       S              0       S             0       S             0       S             0       S              0       S            0       S             0       S             0       S             0       S              0       S             0       S            : 0                  : 0    U U               0       U               0       U               0       U               0       U               0       U               0       U               0       U            : 0                   : 0    ZY ZY               0       cY               0       cY              0       cY              0       cY             0       cY              0       cY              0       cY             0       cY              0       cY              0       cY             0       cY              0       cY              0       cY             0       cY               0       cY               0       cY            
  02      cY            
  03      cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY            O  02      cY            O  03      cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY               0       cY           : 0   ZY ZY               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e          : 0                       0       j            Q  0K      j            Q  0L      j            Q  0M      j               0       j               0       j            R  0d      j            R  0e      j            R  0f      j            R  0g      j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j            : 0                      0       vs               0       vs              02      vs              03      vs               0       vs               0       vs               0       vs               0       vs               0       vs              0       vs             0       vs              0       vs             0       vs              0       vs             0       vs               0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs               0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs               0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs               0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs               0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs              0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs              0       vs              0       vs             0       vs               0       vs               0       vs               0       vs            : 0                      0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              02      /              03      /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0      /             0      /             0      /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0      /             0      /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0      /             0      /             0      /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0      /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /            : 0                      0                  : 0                    0                      0                      0                  : 0                   0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x               0       x            P  02      x               0       x            P  03      x               0       x               0       x           : 0                   0       4               0       4               0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4           : 0                   0       U               0       U               0       U               0       U               0       U               0       U               0K      U               0       U               0       U               0       U               0       U               0L      U               0       U               0       U               0M      U               0       U           : 0                   0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D           : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       "           (: 0    " "               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           !  0L     Y           !  0M     Y           !  0N     Y           !  0O     Y           !  0P     Y           !  0Q     Y           !  0R     Y           !  0S     Y           !  0T     Y           !  0U     Y           !  0V     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           !  0W     Y           !  0X     Y           !  0Y     Y           !  0Z     Y           !  0[     Y           !  0\     Y           !  0]     Y           !  0^     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           !  0_     Y           !  0`     Y           !  0a     Y           !  0b     Y           !  0c     Y           !  0d     Y           !  0e     Y           !  0f     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           !  0g     Y           !  0h     Y           !  0i     Y           !  0j     Y           !  0k     Y           !  0l     Y           !  0m     Y           !  0n     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           !  0o     Y           !  0p     Y           !  0q     Y           !  0r     Y           !  0s     Y           !  0t     Y           !  0u     Y           !  0v     Y           !  0w     Y              0       Y             0       Y              0       Y              0       Y             0       Y           (: 0   " "               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e              0       e              0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           "  0K      e           "  0L      e           "  0M      e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           #  02      e           #  03      e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           /  0K      e           $  0E     e           $  0F     e           $  0G     e              0       e              0       e              0       e             0       e           $  0H     e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e          $  0I     e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           %  0K      e           %  0L      e           %  0M      e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           )  0      e           )  0      e           )  0      e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           *  0K      e           *  0L      e           )  0      e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           *  0M      e           )  0      e           )  0      e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           &  0      e           &  0      e           &  0      e           &  0      e           &  0      e              0       e              0       e             0       e           S  0      e           &  0      e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           '  0      e           '  0      e           '  0      e           '  0      e           '  0      e           '  0      e           '  0      e           '  0     e           '  0     e           '  0     e              0       e              0       e           8  0w     e           8  0x     e           8  0y     e           8  0z     e           8  0{     e           8  0|     e           8  0}     e           8  0~     e           8  0     e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           (  0      e           (  0      e           (  0      e           (  0      e           (  0      e           (  0      e           (  0      e           (  0      e              0       e           9  0      e           8  0     e           8  0     e           8  0     e           8  0     e           8  0     e           8  0     e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           +  0}      e           +  0~      e           +  0      e           +  0      e           +  0      e              0       e              0       e              0       e              0       e              0       e              0       e           ,  0     e           ,  0     e           ,  0     e           ,  0     e              0       e              0       e              0       e              0       e           9  0      e           9  0      e           9  0      e           9  0      e           9  0      e           9  0      e           9  0      e           9  0      e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e             0       e           ,  0     e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           0  0      e           0  0      e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           0  0      e           0  0      e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           0  0      e           0  0      e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e              0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           ,  0      e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0     e           ,  0	     e           ,  0
     e           ,  0     e              0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           T  0      e           T  0      e           T  0      e           T  0      e           T  0      e           T  0      e           T  0      e           T  0      e           T  0      e              0       e              0       e              0       e              0       e             0       e              0       e              0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e           /  0L      e           /  0M      e           $  0J     e              0       e           $  0K     e           $  0L     e           $  0M     e           $  0N     e           $  0O     e           $  0P     e           $  0Q     e              0       e              0       e             0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e           (: 0   " "               0       +Z           (: 0   " "               0       Z           (: 0   " "               0       P[           (: 0   " "           (: 0   " "               0       #\               0       #\               0       #\               0       #\              0       #\              0       #\              0       #\              0       #\              0       #\             0       #\               0       #\               0       #\               0       #\               0       #\               0       #\               0       #\            : 0                  : 0    ] ]              0       "]             0       "]              0       "]            0       "]             0       "]              0       "]            0       "]             0       "]              0       "]             0       "]           : 0   ] ]              0       _]             0       _]             0       _]             0       _]              0       _]            0       _]             0       _]             0       _]             0       _]              0       _]            0       _]             0       _]             0       _]             0       _]              0       _]            0       _]              0       _]             0       _]             0       _]              0       _]            0       _]              0       _]             0       _]             0       _]              0       _]            0       _]              0       _]             0       _]             0       _]              0       _]            0       _]              0       _]             0       _]             0       _]              0       _]             0       _]           : 0   ] ]               0       X`              0       X`             0       X`              0       X`            0       X`             0       X`              0       X`            0       X`             0       X`              0       X`             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       `             0       `           : 0   ] ]              0       Da               0       Da              0       Da              0       Da              0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da             0       Da              0       Da            0       Da              0       Da             0       Da             0       Da             0       Da              0       Da            0       Da             0       Da             0       Da             0       Da              0       Da             0       Da            : 0                  : 0    /c /c               0       <c               0       <c               0       <c               0       <c               0       <c               0       <c               0       <c            : 0                   : 0    f f               0       g               0       g              0       g              0       g             0       g              0       g              0       g             0       g              0       g              0       g             0       g              0       g              0       g             0       g               0       g               0       g            
  04      g            
  05      g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g            O  04      g            O  05      g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g           : 0   f f               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As               0       As              0       As              0       As              0       As             0       As              0       As              0       As              0       As          : 0                       0       Tx            Q  0N      Tx            Q  0O      Tx            Q  0P      Tx               0       Tx               0       Tx            R  0h      Tx            R  0i      Tx            R  0j      Tx            R  0k      Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx               0       Tx            : 0                      0                      0                     04                    05                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0                      0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              04      ͚              05      ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0      ͚             0      ͚             0      ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0      ͚             0      ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0      ͚             0      ͚             0      ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚               0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚              0       ͚              0       ͚             0      ͚              0       ͚              0       ͚              0       ͚             0       ͚              0       ͚              0       ͚             0       ͚               0       ͚            : 0                      0       _           : 0    _ _               0       %               0       %               0       %           : 0   _ _               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  04                     0                   P  05                     0                      0                  : 0   _ _               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   _ _               0                      0                      0                      0                      0                      0                      0N                     0                      0                      0                      0                      0O                     0                      0                      0P                     0                  : 0   _ _               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   _ _               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3           : 0   _ _               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5           : 0   _ _               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0x                !  0y                !  0z                !  0{                !  0|                !  0}                !  0~                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0                   0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0N                 "  0O                 "  0P                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  04                 #  05                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0N                 $  0R                $  0S                $  0T                   0                     0                     0                    0                  $  0U                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0V                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0N                 %  0O                 %  0P                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0N                 *  0O                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0P                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                8  0                8  0                8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                 +  0                 +  0                 +  0                 +  0                    0                     0                     0                     0                     0                     0                  ,  0                ,  0
                ,  0                ,  0                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                ,  0                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                ,  0                ,  0                 ,  0!                ,  0"                ,  0#                ,  0$                ,  0%                ,  0&                ,  0'                ,  0(                ,  0)                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0O                 /  0P                 $  0W                   0                  $  0X                $  0Y                $  0Z                $  0[                $  0\                $  0]                $  0^                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0                   0       g           (: 0                   0       Xh           (: 0                   0       h           (: 0               (: 0                   0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i               0       i               0       i            : 0                  : 0    j j              0       j             0       j              0       j            0       j             0       j              0       j            0       j             0       j              0       j             0       j           : 0   j j              0       j             0       j             0       j             0       j              0       j            0       j             0       j             0       j             0       j              0       j            0       j             0       j             0       j             0       j              0       j            0       j              0       j             0       j             0       j              0       j            0       j              0       j             0       j             0       j              0       j            0       j              0       j             0       j             0       j              0       j            0       j              0       j             0       j             0       j              0       j             0       j           : 0   j j               0       m              0       m             0       m              0       m            0       m             0       m              0       m            0       m             0       m              0       m             0       m           : 0   j j              0       }n             0       }n             0       }n             0       }n             0       }n              0       }n            0       }n             0       }n             0       }n             0       }n             0       }n              0       }n            0       }n             0       }n             0       }n             0       }n             0       }n              0       }n            0       }n             0       }n             0       }n             0       }n             0       }n              0       }n             0       }n           : 0   j j              0       n               0       n               0       n              0       n              0       n              0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n              0       n             0       n             0       n             0       n              0       n            0       n             0       n             0       n             0       n              0       n             0       n            : 0                  : 0    p p               0       p               0       p               0       p               0       p               0       p               0       p               0       p            : 0                   : 0    t t               0       t               0       t              0       t              0       t             0       t              0       t              0       t             0       t              0       t              0       t             0       t              0       t              0       t             0       t               0       t               0       t            
  06      t            
  07      t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t            O  06      t            O  07      t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t               0       t           : 0   t t               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0                       0                   Q  0Q                  Q  0R                  Q  0S                     0                      0                   R  0l                  R  0m                  R  0n                  R  0o                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0                      0                      0                     06                    07                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0                      0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              06      l              07      l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l             0      l             0      l             0      l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0      l             0      l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0      l             0      l             0      l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l             0      l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l            : 0                      0                  : 0                    0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  06                     0                   P  07                     0                      0                  : 0                   0       q               0       q               0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q           : 0                   0                      0                      0                      0                      0                      0                      0Q                     0                      0                      0                      0                      0R                     0                      0                      0S                     0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       _           (: 0    _ _               0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0   _ _               0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0Q                 "  0R                 "  0S                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  06                 #  07                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0Q                 $  0_                $  0`                $  0a                   0                     0                     0                    0                  $  0b                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0c                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0Q                 %  0R                 %  0S                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0Q                 *  0R                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0S                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                8  0                8  0                8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                 8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                 +  0                 +  0                 +  0                 +  0                    0                     0                     0                     0                     0                     0                  ,  0*                ,  0+                ,  0,                ,  0-                   0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0.                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      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                ,  01                ,  02                ,  03                ,  04                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  05                ,  06                ,  07                ,  08                ,  09                ,  0:                ,  0;                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0<                ,  0=                ,  0>                ,  0?                ,  0@                ,  0A                ,  0B                ,  0C                ,  0D                ,  0E                ,  0F                ,  0G                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                 T  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0R                 /  0S                 $  0d                   0                  $  0e                $  0f                $  0g                $  0h                $  0i                $  0j                $  0k                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0   _ _               0       hu           (: 0   _ _               0       u           (: 0   _ _               0       v           (: 0   _ _           (: 0   _ _               0       `w               0       `w               0       `w               0       `w              0       `w              0       `w              0       `w              0       `w              0       `w             0       `w               0       `w               0       `w               0       `w               0       `w               0       `w               0       `w            : 0                  : 0    Kx Kx              0       _x             0       _x              0       _x            0       _x             0       _x              0       _x            0       _x             0       _x              0       _x             0       _x           : 0   Kx Kx              0       x             0       x             0       x             0       x              0       x            0       x             0       x             0       x             0       x              0       x            0       x             0       x             0       x             0       x              0       x            0       x              0       x             0       x             0       x              0       x            0       x              0       x             0       x             0       x              0       x            0       x              0       x             0       x             0       x              0       x            0       x              0       x             0       x             0       x              0       x             0       x           : 0   Kx Kx               0       {              0       {             0       {              0       {            0       {             0       {              0       {            0       {             0       {              0       {             0       {           : 0   Kx Kx              0       |             0       |             0       |             0       |             0       |              0       |            0       |             0       |             0       |             0       |             0       |              0       |            0       |             0       |             0       |             0       |             0       |              0       |            0       |             0       |             0       |             0       |             0       |              0       |             0       |           : 0   Kx Kx              0       |               0       |              0       |              0       |              0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |             0       |              0       |            0       |              0       |             0       |             0       |             0       |              0       |            0       |             0       |             0       |             0       |              0       |             0       |            : 0                  : 0    l~ l~               0       y~               0       y~               0       y~               0       y~               0       y~               0       y~               0       y~            : 0                   : 0    5 5               0       >               0       >              0       >              0       >             0       >              0       >              0       >             0       >              0       >              0       >             0       >              0       >              0       >             0       >               0       >               0       >            
  08      >            
  09      >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >            O  08      >            O  09      >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >           : 0   5 5               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~               0       ~              0       ~              0       ~              0       ~             0       ~              0       ~              0       ~              0       ~          : 0                       0                   Q  0T                  Q  0U                  Q  0V                     0                      0                   R  0p                  R  0q                  R  0r                  R  0s                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0                      0       Q               0       Q              08      Q              09      Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q             0       Q              0       Q             0       Q              0       Q             0       Q               0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q            : 0                      0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              08      
              09      
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0      
             0      
             0      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0      
             0      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0      
             0      
             0      
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
               0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
              0       
             0       
              0       
              0       
              0       
              0       
             0      
              0       
              0       
              0       
             0       
              0       
              0       
             0       
               0       
            : 0                      0                  : 0                    0       b               0       b               0       b           : 0                   0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S            P  08      S               0       S            P  09      S               0       S               0       S           : 0                   0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       0               0       0               0       0               0       0               0       0               0       0               0T      0               0       0               0       0               0       0               0       0               0U      0               0       0               0       0               0V      0               0       0           : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                   0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p           : 0                   0       r               0       r               0       r               0       r               0       r               0       r               0       r               0       r               0       r               0       r               0       r               0       r           : 0                   0                   (: 0                      0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4              0       4              0       4             0       4              0       4              0       4             0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4           !  0     4              0       4             0       4              0       4              0       4             0       4           (: 0                     0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @              0       @              0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           "  0T      @           "  0U      @           "  0V      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           #  08      @           #  09      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           /  0T      @           $  0l     @           $  0m     @           $  0n     @              0       @              0       @              0       @             0       @           $  0o     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          $  0p     @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           %  0T      @           %  0U      @           %  0V      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           )  0      @           )  0      @           )  0      @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           *  0T      @           *  0U      @           )  0      @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           *  0V      @           )  0      @           )  0      @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           &  0      @           &  0      @           &  0      @           &  0      @           &  0      @              0       @              0       @             0       @           S  0      @           &  0      @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             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     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           (  0      @           (  0      @           (  0      @           (  0      @           (  0      @           (  0      @           (  0      @           (  0      @              0       @           9  0      @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           +  0      @           +  0      @           +  0      @           +  0      @           +  0      @              0       @              0       @              0       @              0       @              0       @              0       @           ,  0H     @           ,  0I     @           ,  0J     @           ,  0K     @              0       @              0       @              0       @              0       @           9  0      @           9  0      @           9  0      @           9  0      @           9  0     @           9  0     @           9  0     @           9  0     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  0L     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           ,  0M     @           ,  0N     @           ,  0O     @           ,  0P     @           ,  0Q     @           ,  0R     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0      @           0  0      @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0      @           0  0      @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0      @           0  0      @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  0S     @           ,  0T     @           ,  0U     @           ,  0V     @           ,  0W     @           ,  0X     @           ,  0Y     @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  0Z     @           ,  0[     @           ,  0\     @           ,  0]     @           ,  0^     @           ,  0_     @           ,  0`     @           ,  0a     @           ,  0b     @           ,  0c     @           ,  0d     @           ,  0e     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           T  0      @           T  0      @           T  0      @           T  0      @           T  0      @           T  0     @           T  0     @           T  0     @           T  0     @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           /  0U      @           /  0V      @           $  0q     @              0       @           $  0r     @           $  0s     @           $  0t     @           $  0u     @           $  0v     @           $  0w     @           $  0x     @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @           (: 0                     0                  (: 0                     0                  (: 0                     0       +           (: 0                 (: 0                     0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       :             0       :             0       :             0       :              0       :            0       :             0       :             0       :             0       :              0       :            0       :             0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :             0       :           : 0                   0       3              0       3             0       3              0       3            0       3             0       3              0       3            0       3             0       3              0       3             0       3           : 0                  0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0                  0                      0                     0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0                  : 0    
 
               0                      0                      0                      0                      0                      0                      0                   : 0                   : 0    ӏ ӏ               0       ܏               0       ܏              0       ܏              0       ܏             0       ܏              0       ܏              0       ܏             0       ܏              0       ܏              0       ܏             0       ܏              0       ܏              0       ܏             0       ܏               0       ܏               0       ܏            
  0:      ܏            
  0;      ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏            O  0:      ܏            O  0;      ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏               0       ܏           : 0   ӏ ӏ               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0                       0       /            Q  0W      /            Q  0X      /            Q  0Y      /               0       /               0       /            R  0t      /            R  0u      /            R  0v      /            R  0w      /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /            : 0                      0                      0                     0:                    0;                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0:                    0;                     0                      0                      0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                   0                   0                    0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                    0                    0                     0                     0                    0                     0                     0                    0                      0                   : 0                      0       :           : 0    : :               0                       0                       0                   : 0   : :               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0:                     0                   P  0;                     0                      0                  : 0   : :               0                      0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   : :               0                      0                      0                      0                      0                      0                      0W                     0                      0                      0                      0                      0X                     0                      0                      0Y                     0                  : 0   : :               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   : :               0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   : :               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   : :               0                  (: 0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                 !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0	                !  0
                !  0                !  0                !  0
                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                 !  0!                !  0"                !  0#                !  0$                !  0%                !  0&                !  0'                   0                    0                     0                     0                    0                  (: 0                   0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0W                 "  0X                 "  0Y                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0:                 #  0;                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0W                 $  0y                $  0z                $  0{                   0                     0                     0                    0                  $  0|                   0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0}                   0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0W                 %  0X                 %  0Y                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                 )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0W                 *  0X                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0Y                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                 &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                 &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                8  0                8  0                8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                8  0                8  0                8  0                8  0                8  0                8  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                 +  0                 +  0                 +  0                 +  0                    0                     0                     0                     0                     0                     0                  ,  0f                ,  0g                ,  0h                ,  0i                   0                     0                     0                     0                  9  0                9  0                9  0                9  0	                9  0
                9  0                9  0                9  0
                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0j                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0k                ,  0l                ,  0m                ,  0n                ,  0o                ,  0p                   0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0q                ,  0r                ,  0s                ,  0t                ,  0u                ,  0v                ,  0w                   0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0x                ,  0y                ,  0z                ,  0{                ,  0|                ,  0}                ,  0~                ,  0                ,  0                ,  0                ,  0                ,  0                   0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  T  0                T  0                T  0                T  0                T  0	                T  0
                T  0                T  0                T  0
                   0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0X                 /  0Y                 $  0~                   0                  $  0                $  0                $  0                $  0                $  0                $  0                $  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  (: 0                   0                  (: 0                   0       3           (: 0                   0       ɑ           (: 0               (: 0                   0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0                  : 0                   0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                  0       ؓ             0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ             0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ             0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ              0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ              0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ              0       ؓ             0       ؓ             0       ؓ              0       ؓ            0       ؓ              0       ؓ             0       ؓ             0       ؓ              0       ؓ             0       ؓ           : 0                   0       і              0       і             0       і              0       і            0       і             0       і              0       і            0       і             0       і              0       і             0       і           : 0                  0       X             0       X             0       X             0       X             0       X              0       X            0       X             0       X             0       X             0       X             0       X              0       X            0       X             0       X             0       X             0       X             0       X              0       X            0       X             0       X             0       X             0       X             0       X              0       X             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                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                   : 0                  : 0                    0                      0                      0                      0                      0                      0                      0                   : 0                   : 0    q q               0       z               0       z              0       z              0       z             0       z              0       z              0       z             0       z              0       z              0       z             0       z              0       z              0       z             0       z               0       z               0       z            
  0<      z            
  0=      z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z            O  0<      z            O  0=      z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z               0       z           : 0   q q               0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0                       0       ͮ            Q  0Z      ͮ            Q  0[      ͮ            Q  0\      ͮ               0       ͮ               0       ͮ            R  0x      ͮ            R  0y      ͮ            R  0z      ͮ            R  0{      ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ               0       ͮ            : 0                      0                      0                     0<                    0=                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                   : 0                      0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0<      F              0=      F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0      F             0      F             0      F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0      F             0      F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0      F             0      F             0      F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0      F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F            : 0                      0                  : 0                    0                      0                      0                  : 0                   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0<                     0                   P  0=                     0                      0                  : 0                   0       K                0       K                0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K               0       K               0       K               0       K              0       K                0       K                0       K                0       K                0       K                0       K                0       K                0       K                0       K                0       K                0       K            : 0                   0       l                0       l                0       l                0       l                0       l                0       l                0Z      l                0       l                0       l                0       l                0       l                0[      l                0       l                0       l                0\      l                0       l            : 0                   0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [                0       [            : 0                   0                       0                       0                       0                       0                       0                       0                       0                       0                   : 0                   0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                   : 0                   0       9            (: 0    9  9                0       p                0       p                0       p                0       p               0       p               0       p               0       p               0       p               0       p              0       p               0       p               0       p               0       p               0       p               0       p              0       p            !  0(     p            !  0)     p            !  0*     p            !  0+     p            !  0,     p            !  0-     p            !  0.     p            !  0/     p            !  00     p            !  01     p            !  02     p               0       p               0       p              0       p               0       p               0       p              0       p                0       p                0       p                0       p                0       p               0       p               0       p               0       p               0       p               0       p              0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p            !  03     p            !  04     p            !  05     p            !  06     p            !  07     p            !  08     p            !  09     p            !  0:     p               0       p               0       p               0       p              0       p               0       p               0       p              0       p                0       p               0       p               0       p               0       p               0       p               0       p              0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p            !  0;     p            !  0<     p            !  0=     p            !  0>     p            !  0?     p            !  0@     p            !  0A     p            !  0B     p               0       p               0       p               0       p              0       p               0       p               0       p              0       p                0       p                0       p                0       p               0       p               0       p               0       p               0       p               0       p              0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p            !  0C     p            !  0D     p            !  0E     p            !  0F     p            !  0G     p            !  0H     p            !  0I     p            !  0J     p               0       p               0       p              0       p               0       p               0       p              0       p                0       p               0       p               0       p               0       p               0       p               0       p              0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p            !  0K     p            !  0L     p            !  0M     p            !  0N     p            !  0O     p            !  0P     p            !  0Q     p            !  0R     p            !  0S     p               0       p              0       p               0       p               0       p              0       p            (: 0   9  9                0       |,                0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,                0       |,                0       |,                0       |,               0       |,               0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            "  0Z      |,            "  0[      |,            "  0\      |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            #  0<      |,            #  0=      |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            /  0Z      |,            $  0     |,            $  0     |,            $  0     |,               0       |,               0       |,               0       |,              0       |,            $  0     |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,           $  0     |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            %  0Z      |,            %  0[      |,            %  0\      |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            )  0      |,            )  0      |,            )  0      |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            *  0Z      |,            *  0[      |,            )  0      |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            *  0\      |,            )  0      |,            )  0      |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            &  0      |,            &  0      |,            &  0      |,            &  0      |,            &  0      |,               0       |,               0       |,              0       |,            S  0      |,            &  0      |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               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     |,            '  01     |,            '  02     |,            '  03     |,            '  04     |,            '  05     |,               0       |,               0       |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            (  0      |,            (  0      |,            (  0      |,            (  0      |,            (  0      |,            (  0      |,            (  0      |,            (  0      |,               0       |,            9  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,            8  0     |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            +  0      |,            +  0      |,            +  0      |,            +  0      |,            +  0      |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,               0       |,               0       |,               0       |,               0       |,            9  0     |,            9  0     |,            9  0     |,            9  0     |,            9  0     |,            9  0     |,            9  0     |,            9  0     |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            ,  0     |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,              0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            0  0      |,            0  0      |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            0  0      |,            0  0      |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            0  0      |,            0  0      |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,            ,  0     |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,            T  0     |,               0       |,               0       |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,               0       |,              0       |,            /  0[      |,            /  0\      |,            $  0     |,               0       |,            $  0     |,            $  0     |,            $  0     |,            $  0     |,            $  0     |,            $  0     |,            $  0     |,               0       |,               0       |,              0       |,               0       |,               0       |,              0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,                0       |,            (: 0   9  9                0       B            (: 0   9  9                0       ў            (: 0   9  9                0       g            (: 0   9  9            (: 0   9  9                0       :                0       :                0       :                0       :               0       :               0       :               0       :               0       :               0       :              0       :                0       :                0       :                0       :                0       :                0       :                0       :             : 0                  : 0    %  %               0       9              0       9               0       9             0       9              0       9               0       9             0       9              0       9               0       9              0       9            : 0   %  %               0       v              0       v              0       v              0       v               0       v             0       v              0       v              0       v              0       v               0       v             0       v              0       v              0       v              0       v               0       v             0       v               0       v              0       v              0       v               0       v             0       v               0       v              0       v              0       v               0       v             0       v               0       v              0       v              0       v               0       v             0       v               0       v              0       v              0       v               0       v              0       v            : 0   %  %                0       o               0       o              0       o               0       o             0       o              0       o               0       o             0       o              0       o               0       o              0       o            : 0   %  %               0                     0                     0                     0                     0                      0                    0                     0                     0                     0                     0                      0                    0                     0                     0                     0                     0                      0                    0                     0                     0                     0                     0                      0                     0                   : 0   %  %               0       [                0       [               0       [               0       [               0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [              0       [               0       [             0       [               0       [              0       [              0       [              0       [               0       [             0       [              0       [              0       [              0       [               0       [              0       [             : 0                  : 0    F  F                0       S                0       S                0       S                0       S                0       S                0       S                0       S             : 0                   : 0                      0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                    
  0>                   
  0?                      0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                    O  0>                   O  0?                      0                       0                       0                       0                       0                       0                       0                       0                       0                   : 0                     0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X                0       X               0       X               0       X               0       X              0       X               0       X               0       X               0       X           : 0                       0       k             Q  0]      k             Q  0^      k             Q  0_      k                0       k                0       k             R  0|      k             R  0}      k             R  0~      k             R  0      k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k                0       k             : 0                      0       +                0       +               0>      +               0?      +                0       +                0       +                0       +                0       +                0       +               0       +              0       +               0       +              0       +               0       +              0       +                0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +              0       +                0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +              0       +                0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +              0       +                0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +              0       +                0       +                0       +                0       +                0       +                0       +                0       +                0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +              0       +               0       +               0       +               0       +               0       +               0       +              0       +               0       +               0       +              0       +               0       +               0       +              0       +                0       +                0       +                0       +             : 0                      0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0>                     0?                      0                       0                       0                       0                       0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                     0                    0                    0                     0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                     0                    0                     0                      0                      0                      0                      0                      0                      0                      0                     0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                    0                    0                     0                      0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                      0                     0                       0                       0                       0                       0                       0                       0                       0                       0                       0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                      0                     0                      0                      0                      0                      0                     0                     0                      0                      0                     0                      0                      0                     0                       0                    : 0                      0       v            : 0    v  v                0       <                0       <                0       <            : 0   v  v                0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!               0       -!            P  0>      -!               0       -!            P  0?      -!               0       -!               0       -!           : 0   v  v                0       !               0       !               0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !           : 0   v  v                0       
!               0       
!               0       
!               0       
!               0       
!               0       
!               0]      
!               0       
!               0       
!               0       
!               0       
!               0^      
!               0       
!               0       
!               0_      
!               0       
!           : 0   v  v                0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !           : 0   v  v                0       J!!               0       J!!               0       J!!               0       J!!               0       J!!               0       J!!               0       J!!               0       J!!               0       J!!           : 0   v  v                0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!               0       L'!           : 0   v  v                0       )!           (: 0    )! )!               0       +!               0       +!               0       +!               0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!           !  0T     +!           !  0U     +!           !  0V     +!           !  0W     +!           !  0X     +!           !  0Y     +!           !  0Z     +!           !  0[     +!           !  0\     +!           !  0]     +!           !  0^     +!              0       +!              0       +!             0       +!              0       +!              0       +!             0       +!               0       +!               0       +!               0       +!               0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!           !  0_     +!           !  0`     +!           !  0a     +!           !  0b     +!           !  0c     +!           !  0d     +!           !  0e     +!           !  0f     +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!             0       +!               0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!           !  0g     +!           !  0h     +!           !  0i     +!           !  0j     +!           !  0k     +!           !  0l     +!           !  0m     +!           !  0n     +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!             0       +!               0       +!               0       +!               0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!           !  0o     +!           !  0p     +!           !  0q     +!           !  0r     +!           !  0s     +!           !  0t     +!           !  0u     +!           !  0v     +!              0       +!              0       +!             0       +!              0       +!              0       +!             0       +!               0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!              0       +!              0       +!              0       +!              0       +!              0       +!              0       +!             0       +!           !  0w     +!           !  0x     +!           !  0y     +!           !  0z     +!           !  0{     +!           !  0|     +!           !  0}     +!           !  0~     +!           !  0     +!              0       +!             0       +!              0       +!              0       +!             0       +!           (: 0   )! )!               0       :!               0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!               0       :!               0       :!               0       :!              0       :!              0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           "  0]      :!           "  0^      :!           "  0_      :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           #  0>      :!           #  0?      :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           /  0]      :!           $  0     :!           $  0     :!           $  0     :!              0       :!              0       :!              0       :!             0       :!           $  0     :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!          $  0     :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           %  0]      :!           %  0^      :!           %  0_      :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           )  0      :!           )  0      :!           )  0      :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           *  0]      :!           *  0^      :!           )  0      :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           *  0_      :!           )  0      :!           )  0      :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           &  0      :!           &  0      :!           &  0      :!           &  0      :!           &  0      :!              0       :!              0       :!             0       :!           S  0      :!           &  0      :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           '  06     :!           '  07     :!           '  08     :!           '  09     :!           '  0:     :!           '  0;     :!           '  0<     :!           '  0=     :!           '  0>     :!           '  0?     :!              0       :!              0       :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           (  0      :!           (  0      :!           (  0      :!           (  0      :!           (  0      :!           (  0      :!           (  0      :!           (  0      :!              0       :!           9  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!           8  0     :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           +  0      :!           +  0      :!           +  0      :!           +  0      :!           +  0      :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!              0       :!              0       :!              0       :!              0       :!           9  0     :!           9  0     :!           9  0     :!           9  0     :!           9  0     :!           9  0     :!           9  0     :!           9  0     :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           ,  0     :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!             0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           0  0      :!           0  0      :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           0  0      :!           0  0      :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           0  0      :!           0  0      :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!           ,  0     :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!           T  0     :!              0       :!              0       :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!              0       :!             0       :!           /  0^      :!           /  0_      :!           $  0     :!              0       :!           $  0     :!           $  0     :!           $  0     :!           $  0     :!           $  0     :!           $  0     :!           $  0     :!              0       :!              0       :!             0       :!              0       :!              0       :!             0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!               0       :!           (: 0   )! )!               0       !           (: 0   )! )!               0       o!           (: 0   )! )!               0       !           (: 0   )! )!           (: 0   )! )!               0       ح!               0       ح!               0       ح!               0       ح!              0       ح!              0       ح!              0       ح!              0       ح!              0       ح!             0       ح!               0       ح!               0       ح!               0       ح!               0       ح!               0       ح!               0       ح!            : 0                  : 0    î! î!              0       ׮!             0       ׮!              0       ׮!            0       ׮!             0       ׮!              0       ׮!            0       ׮!             0       ׮!              0       ׮!             0       ׮!           : 0   î! î!              0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !              0       !            0       !              0       !             0       !             0       !              0       !            0       !              0       !             0       !             0       !              0       !            0       !              0       !             0       !             0       !              0       !            0       !              0       !             0       !             0       !              0       !             0       !           : 0   î! î!               0       
!              0       
!             0       
!              0       
!            0       
!             0       
!              0       
!            0       
!             0       
!              0       
!             0       
!           : 0   î! î!              0       !             0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !             0       !              0       !             0       !           : 0   î! î!              0       !               0       !              0       !              0       !              0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !             0       !              0       !            0       !              0       !             0       !             0       !             0       !              0       !            0       !             0       !             0       !             0       !              0       !             0       !            : 0                  : 0    ! !               0       !               0       !               0       !               0       !               0       !               0       !               0       !            : 0                   : 0    ! !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !            
  0@      !            
  0A      !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !            O  0@      !            O  0A      !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !           : 0   ! !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !          : 0                       0       	!            Q  0`      	!            Q  0a      	!            Q  0b      	!               0       	!               0       	!            R  0      	!            R  0      	!            R  0      	!            R  0      	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!               0       	!            : 0                      0       !               0       !              0@      !              0A      !               0       !               0       !               0       !               0       !               0       !              0       !             0       !              0       !             0       !              0       !             0       !               0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !            : 0                      0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0@      !              0A      !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !             0      !             0     !             0     !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0     !             0     !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !             0     !             0     !             0     !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !               0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !              0       !             0       !              0       !              0       !              0       !             0       !              0       !              0       !             0       !               0       !            : 0                      0       "           : 0    " "               0       "               0       "               0       "           : 0   " "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "            P  0@      "               0       "            P  0A      "               0       "               0       "           : 0   " "               0       "               0       "               0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "             0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "           : 0   " "               0       ""               0       ""               0       ""               0       ""               0       ""               0       ""               0`      ""               0       ""               0       ""               0       ""               0       ""               0a      ""               0       ""               0       ""               0b      ""               0       ""           : 0   " "               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"               0       +"           : 0   " "               0       ."               0       ."               0       ."               0       ."               0       ."               0       ."               0       ."               0       ."               0       ."           : 0   " "               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"               0       4"           : 0   " "               0       u7"           (: 0    u7" u7"               0       8"               0       8"               0       8"               0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"              0       8"              0       8"             0       8"              0       8"              0       8"             0       8"               0       8"               0       8"               0       8"               0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"             0       8"               0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"             0       8"               0       8"               0       8"               0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"              0       8"              0       8"             0       8"              0       8"              0       8"             0       8"               0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"              0       8"              0       8"              0       8"              0       8"              0       8"              0       8"             0       8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"           !  0     8"              0       8"             0       8"              0       8"              0       8"             0       8"           (: 0   u7" u7"               0       G"               0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"               0       G"               0       G"               0       G"              0       G"              0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           "  0`      G"           "  0a      G"           "  0b      G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           #  0@      G"           #  0A      G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           /  0`      G"           $  0     G"           $  0     G"           $  0     G"              0       G"              0       G"              0       G"             0       G"           $  0     G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"          $  0     G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           %  0`      G"           %  0a      G"           %  0b      G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           )  0      G"           )  0      G"           )  0      G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           *  0`      G"           *  0a      G"           )  0      G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           *  0b      G"           )  0      G"           )  0      G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           &  0      G"           &  0      G"           &  0      G"           &  0      G"           &  0      G"              0       G"              0       G"             0       G"           S  0       G"           &  0      G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           '  0@     G"           '  0A     G"           '  0B     G"           '  0C     G"           '  0D     G"           '  0E     G"           '  0F     G"           '  0G     G"           '  0H     G"           '  0I     G"              0       G"              0       G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           (  0      G"           (  0     G"           (  0     G"           (  0     G"           (  0     G"           (  0     G"           (  0     G"           (  0     G"              0       G"           9  0      G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"           8  0     G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           +  0      G"           +  0      G"           +  0      G"           +  0      G"           +  0      G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"              0       G"              0       G"              0       G"              0       G"           9  0!     G"           9  0"     G"           9  0#     G"           9  0$     G"           9  0%     G"           9  0&     G"           9  0'     G"           9  0(     G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           ,  0     G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"             0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           0  0      G"           0  0      G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           0  0      G"           0  0      G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           0  0      G"           0  0      G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"           ,  0     G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           T  0      G"           T  0!     G"           T  0"     G"           T  0#     G"           T  0$     G"           T  0%     G"           T  0&     G"           T  0'     G"           T  0(     G"              0       G"              0       G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"              0       G"             0       G"           /  0a      G"           /  0b      G"           $  0     G"              0       G"           $  0     G"           $  0     G"           $  0     G"           $  0     G"           $  0     G"           $  0     G"           $  0     G"              0       G"              0       G"             0       G"              0       G"              0       G"             0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"               0       G"           (: 0   u7" u7"               0       ~"           (: 0   u7" u7"               0       
"           (: 0   u7" u7"               0       "           (: 0   u7" u7"           (: 0   u7" u7"               0       v"               0       v"               0       v"               0       v"              0       v"              0       v"              0       v"              0       v"              0       v"             0       v"               0       v"               0       v"               0       v"               0       v"               0       v"               0       v"            : 0                  : 0    a" a"              0       u"             0       u"              0       u"            0       u"             0       u"              0       u"            0       u"             0       u"              0       u"             0       u"           : 0   a" a"              0       "             0       "             0       "             0       "              0       "            0       "             0       "             0       "             0       "              0       "            0       "             0       "             0       "             0       "              0       "            0       "              0       "             0       "             0       "              0       "            0       "              0       "             0       "             0       "              0       "            0       "              0       "             0       "             0       "              0       "            0       "              0       "             0       "             0       "              0       "             0       "           : 0   a" a"               0       "              0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "             0       "           : 0   a" a"              0       2"             0       2"             0       2"             0       2"             0       2"              0       2"            0       2"             0       2"             0       2"             0       2"             0       2"              0       2"            0       2"             0       2"             0       2"             0       2"             0       2"              0       2"            0       2"             0       2"             0       2"             0       2"             0       2"              0       2"             0       2"           : 0   a" a"              0       "               0       "              0       "              0       "              0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "             0       "              0       "            0       "              0       "             0       "             0       "             0       "              0       "            0       "             0       "             0       "             0       "              0       "             0       "            : 0                  : 0    " "               0       "               0       "               0       "               0       "               0       "               0       "               0       "            : 0                   : 0    K" K"               0       T"               0       T"              0       T"              0       T"             0       T"              0       T"              0       T"             0       T"              0       T"              0       T"             0       T"              0       T"              0       T"             0       T"               0       T"               0       T"            
  0B      T"            
  0C      T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"            O  0B      T"            O  0C      T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"               0       T"           : 0   K" K"               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "              0       "              0       "              0       "             0       "              0       "              0       "              0       "          : 0                       0       "            Q  0c      "            Q  0d      "            Q  0e      "               0       "               0       "            R  0      "            R  0      "            R  0      "            R  0      "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "               0       "            : 0                      0       g"               0       g"              0B      g"              0C      g"               0       g"               0       g"               0       g"               0       g"               0       g"              0       g"             0       g"              0       g"             0       g"              0       g"             0       g"               0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"               0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"               0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"               0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"               0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"              0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"              0       g"              0       g"             0       g"               0       g"               0       g"               0       g"            : 0                      0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "              0B       "              0C       "               0        "               0        "               0        "               0        "               0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "             0      "             0	      "             0
      "              0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "             0      "             0      "              0        "              0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "              0        "             0
      "             0      "             0      "              0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "              0        "             0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "               0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "              0        "             0        "              0        "              0        "              0        "              0        "             0!       "              0        "              0        "              0        "             0        "              0        "              0        "             0        "               0        "            : 0                      0       #           : 0    # #               0       x#               0       x#               0       x#           : 0   # #               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#               0       i#            P  0B      i#               0       i#            P  0C      i#               0       i#               0       i#           : 0   # #               0       %*#               0       %*#               0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#              0       %*#              0       %*#              0       %*#             0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#               0       %*#           : 0   # #               0       F0#               0       F0#               0       F0#               0       F0#               0       F0#               0       F0#               0c      F0#               0       F0#               0       F0#               0       F0#               0       F0#               0d      F0#               0       F0#               0       F0#               0e      F0#               0       F0#           : 0   # #               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#               0       59#           : 0   # #               0       <#               0       <#               0       <#               0       <#               0       <#               0       <#               0       <#               0       <#               0       <#           : 0   # #               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#               0       B#           : 0   # #               0       E#           (: 0    E# E#               0       JF#               0       JF#               0       JF#               0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#             0       JF#               0       JF#               0       JF#               0       JF#               0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#             0       JF#               0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#             0       JF#               0       JF#               0       JF#               0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#             0       JF#               0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#              0       JF#             0       JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#           !  0     JF#              0       JF#             0       JF#              0       JF#              0       JF#             0       JF#           (: 0   E# E#               0       VU#               0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#               0       VU#               0       VU#               0       VU#              0       VU#              0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           "  0c      VU#           "  0d      VU#           "  0e      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           #  0B      VU#           #  0C      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           /  0c      VU#           $  0     VU#           $  0     VU#           $  0     VU#              0       VU#              0       VU#              0       VU#             0       VU#           $  0     VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#          $  0     VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           %  0c      VU#           %  0d      VU#           %  0e      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           )  0      VU#           )  0      VU#           )  0      VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           *  0c      VU#           *  0d      VU#           )  0      VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           *  0e      VU#           )  0      VU#           )  0      VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           &  0      VU#           &  0      VU#           &  0      VU#           &  0      VU#           &  0      VU#              0       VU#              0       VU#             0       VU#           S  0!      VU#           &  0      VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           '  0J     VU#           '  0K     VU#           '  0L     VU#           '  0M     VU#           '  0N     VU#           '  0O     VU#           '  0P     VU#           '  0Q     VU#           '  0R     VU#           '  0S     VU#              0       VU#              0       VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           (  0     VU#           (  0	     VU#           (  0
     VU#           (  0     VU#           (  0     VU#           (  0
     VU#           (  0     VU#           (  0     VU#              0       VU#           9  0)     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#           8  0     VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           +  0      VU#           +  0      VU#           +  0      VU#           +  0      VU#           +  0      VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#              0       VU#              0       VU#              0       VU#              0       VU#           9  0*     VU#           9  0+     VU#           9  0,     VU#           9  0-     VU#           9  0.     VU#           9  0/     VU#           9  00     VU#           9  01     VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           ,  0     VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#             0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           0  0      VU#           0  0      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           0  0      VU#           0  0      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           0  0      VU#           0  0      VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#           ,  0     VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           T  0)     VU#           T  0*     VU#           T  0+     VU#           T  0,     VU#           T  0-     VU#           T  0.     VU#           T  0/     VU#           T  00     VU#           T  01     VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#              0       VU#             0       VU#           /  0d      VU#           /  0e      VU#           $  0     VU#              0       VU#           $  0     VU#           $  0     VU#           $  0     VU#           $  0     VU#           $  0     VU#           $  0     VU#           $  0     VU#              0       VU#              0       VU#             0       VU#              0       VU#              0       VU#             0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#               0       VU#           (: 0   E# E#               0       #           (: 0   E# E#               0       #           (: 0   E# E#               0       A#           (: 0   E# E#           (: 0   E# E#               0       #               0       #               0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #               0       #               0       #               0       #               0       #               0       #               0       #            : 0                  : 0    # #              0       #             0       #              0       #            0       #             0       #              0       #            0       #             0       #              0       #             0       #           : 0   # #              0       P#             0       P#             0       P#             0       P#              0       P#            0       P#             0       P#             0       P#             0       P#              0       P#            0       P#             0       P#             0       P#             0       P#              0       P#            0       P#              0       P#             0       P#             0       P#              0       P#            0       P#              0       P#             0       P#             0       P#              0       P#            0       P#              0       P#             0       P#             0       P#              0       P#            0       P#              0       P#             0       P#             0       P#              0       P#             0       P#           : 0   # #               0       I#              0       I#             0       I#              0       I#            0       I#             0       I#              0       I#            0       I#             0       I#              0       I#             0       I#           : 0   # #              0       #             0       #             0       #             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#               0       5#              0       5#              0       5#              0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#             0       5#              0       5#            0       5#              0       5#             0       5#             0       5#             0       5#              0       5#            0       5#             0       5#             0       5#             0       5#              0       5#             0       5#            : 0                  : 0     #  #               0       -#               0       -#               0       -#               0       -#               0       -#               0       -#               0       -#            : 0                   : 0    # #               0       #               0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #            
  0D      #            
  0E      #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #            O  0D      #            O  0E      #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #           : 0   # #               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#               0       2#              0       2#              0       2#              0       2#             0       2#              0       2#              0       2#              0       2#          : 0                       0       E#            Q  0f      E#            Q  0g      E#            Q  0h      E#               0       E#               0       E#            R  0      E#            R  0      E#            R  0      E#            R  0      E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#               0       E#            : 0                      0       #               0       #              0D      #              0E      #               0       #               0       #               0       #               0       #               0       #              0       #             0       #              0       #             0       #              0       #             0       #               0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #               0       #               0       #               0       #               0       #               0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #             0       #              0       #              0       #              0       #              0       #              0       #             0       #              0       #              0       #             0       #              0       #              0       #             0       #               0       #               0       #               0       #            : 0                      0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0D      $              0E      $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $             0     $             0     $             0     $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0     $             0     $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $             0     $             0     $             0     $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $             0"      $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $            : 0                      0       P'$           : 0    P'$ P'$               0       ($               0       ($               0       ($           : 0   P'$ P'$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$               0       -$            P  0D      -$               0       -$            P  0E      -$               0       -$               0       -$           : 0   P'$ P'$               0       7$               0       7$               0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$              0       7$              0       7$              0       7$             0       7$               0       7$               0       7$               0       7$               0       7$               0       7$               0       7$               0       7$               0       7$               0       7$               0       7$           : 0   P'$ P'$               0       =$               0       =$               0       =$               0       =$               0       =$               0       =$               0f      =$               0       =$               0       =$               0       =$               0       =$               0g      =$               0       =$               0       =$               0h      =$               0       =$           : 0   P'$ P'$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$               0       F$           : 0   P'$ P'$               0       $J$               0       $J$               0       $J$               0       $J$               0       $J$               0       $J$               0       $J$               0       $J$               0       $J$           : 0   P'$ P'$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$               0       &P$           : 0   P'$ P'$               0       R$           (: 0    R$ R$               0       S$               0       S$               0       S$               0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$              0       S$              0       S$             0       S$              0       S$              0       S$             0       S$               0       S$               0       S$               0       S$               0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$             0       S$               0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$             0       S$               0       S$               0       S$               0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$              0       S$              0       S$             0       S$              0       S$              0       S$             0       S$               0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$              0       S$              0       S$              0       S$              0       S$              0       S$              0       S$             0       S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0     S$           !  0      S$           !  0     S$           !  0     S$           !  0     S$              0       S$             0       S$              0       S$              0       S$             0       S$           (: 0   R$ R$               0       b$               0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$               0       b$               0       b$               0       b$              0       b$              0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           "  0f      b$           "  0g      b$           "  0h      b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           #  0D      b$           #  0E      b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           /  0f      b$           $  0     b$           $  0     b$           $  0     b$              0       b$              0       b$              0       b$             0       b$           $  0     b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$          $  0     b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           %  0f      b$           %  0g      b$           %  0h      b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           )  0      b$           )  0      b$           )  0      b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           *  0f      b$           *  0g      b$           )  0      b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           *  0h      b$           )  0      b$           )  0      b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           &  0      b$           &  0      b$           &  0      b$           &  0      b$           &  0      b$              0       b$              0       b$             0       b$           S  0"      b$           &  0      b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           '  0T     b$           '  0U     b$           '  0V     b$           '  0W     b$           '  0X     b$           '  0Y     b$           '  0Z     b$           '  0[     b$           '  0\     b$           '  0]     b$              0       b$              0       b$           8  0     b$           8  0     b$           8  0      b$           8  0     b$           8  0     b$           8  0     b$           8  0     b$           8  0     b$           8  0     b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           (  0     b$           (  0     b$           (  0     b$           (  0     b$           (  0     b$           (  0     b$           (  0     b$           (  0     b$              0       b$           9  02     b$           8  0     b$           8  0     b$           8  0	     b$           8  0
     b$           8  0     b$           8  0     b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           +  0      b$           +  0      b$           +  0      b$           +  0      b$           +  0      b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$              0       b$              0       b$              0       b$              0       b$           9  03     b$           9  04     b$           9  05     b$           9  06     b$           9  07     b$           9  08     b$           9  09     b$           9  0:     b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           ,  0      b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$             0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           0  0      b$           0  0      b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           0  0      b$           0  0      b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           0  0      b$           0  0      b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           ,  0     b$           ,  0     b$           ,  0	     b$           ,  0
     b$           ,  0     b$           ,  0     b$           ,  0
     b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$           ,  0     b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           T  02     b$           T  03     b$           T  04     b$           T  05     b$           T  06     b$           T  07     b$           T  08     b$           T  09     b$           T  0:     b$              0       b$              0       b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$              0       b$             0       b$           /  0g      b$           /  0h      b$           $  0     b$              0       b$           $  0     b$           $  0     b$           $  0     b$           $  0     b$           $  0     b$           $  0     b$           $  0     b$              0       b$              0       b$             0       b$              0       b$              0       b$             0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$               0       b$           (: 0   R$ R$               0       $           (: 0   R$ R$               0       I$           (: 0   R$ R$               0       $           (: 0   R$ R$           (: 0   R$ R$               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $            : 0                  : 0    $ $              0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $             0       $           : 0   $ $              0       $             0       $             0       $             0       $              0       $            0       $             0       $             0       $             0       $              0       $            0       $             0       $             0       $             0       $              0       $            0       $              0       $             0       $             0       $              0       $            0       $              0       $             0       $             0       $              0       $            0       $              0       $             0       $             0       $              0       $            0       $              0       $             0       $             0       $              0       $             0       $           : 0   $ $               0       $              0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $             0       $           : 0   $ $              0       n$             0       n$             0       n$             0       n$             0       n$              0       n$            0       n$             0       n$             0       n$             0       n$             0       n$              0       n$            0       n$             0       n$             0       n$             0       n$             0       n$              0       n$            0       n$             0       n$             0       n$             0       n$             0       n$              0       n$             0       n$           : 0   $ $              0       $               0       $              0       $              0       $              0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $             0       $              0       $            0       $              0       $             0       $             0       $             0       $              0       $            0       $             0       $             0       $             0       $              0       $             0       $            : 0                  : 0    $ $               0       $               0       $               0       $               0       $               0       $               0       $               0       $            : 0                   : 0    $ $               0       $               0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $            
  0F      $            
  0G      $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $            O  0F      $            O  0G      $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $           : 0   $ $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $          : 0                       0       $            Q  0i      $            Q  0j      $            Q  0k      $               0       $               0       $            R  0      $            R  0      $            R  0      $            R  0      $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $            : 0                      0       $               0       $              0F      $              0G      $               0       $               0       $               0       $               0       $               0       $              0       $             0       $              0       $             0       $              0       $             0       $               0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $               0       $               0       $               0       $               0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $             0       $              0       $              0       $              0       $              0       $              0       $             0       $              0       $              0       $             0       $              0       $              0       $             0       $               0       $               0       $               0       $            : 0                      0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%              0F      \%              0G      \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%             0     \%             0     \%             0     \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0     \%             0     \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0     \%             0     \%             0     \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%               0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%              0       \%              0       \%             0#      \%              0       \%              0       \%              0       \%             0       \%              0       \%              0       \%             0       \%               0       \%            : 0                      0       4%           : 0    4% 4%               0       5%               0       5%               0       5%           : 0   4% 4%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%               0       :%            P  0F      :%               0       :%            P  0G      :%               0       :%               0       :%           : 0   4% 4%               0       aE%               0       aE%               0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%              0       aE%              0       aE%              0       aE%             0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%               0       aE%           : 0   4% 4%               0       K%               0       K%               0       K%               0       K%               0       K%               0       K%               0i      K%               0       K%               0       K%               0       K%               0       K%               0j      K%               0       K%               0       K%               0k      K%               0       K%           : 0   4% 4%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%               0       qT%           : 0   4% 4%               0       W%               0       W%               0       W%               0       W%               0       W%               0       W%               0       W%               0       W%               0       W%           : 0   4% 4%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%               0       ]%           : 0   4% 4%               0       O`%           (: 0    O`% O`%               0       a%               0       a%               0       a%               0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0	     a%           !  0
     a%           !  0     a%           !  0     a%           !  0
     a%           !  0     a%              0       a%              0       a%             0       a%              0       a%              0       a%             0       a%               0       a%               0       a%               0       a%               0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%             0       a%               0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%           !  0     a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%             0       a%               0       a%               0       a%               0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%           !  0     a%           !  0      a%           !  0!     a%           !  0"     a%           !  0#     a%           !  0$     a%           !  0%     a%           !  0&     a%              0       a%              0       a%             0       a%              0       a%              0       a%             0       a%               0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%              0       a%              0       a%              0       a%              0       a%              0       a%              0       a%             0       a%           !  0'     a%           !  0(     a%           !  0)     a%           !  0*     a%           !  0+     a%           !  0,     a%           !  0-     a%           !  0.     a%           !  0/     a%              0       a%             0       a%              0       a%              0       a%             0       a%           (: 0   O`% O`%               0       p%               0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%               0       p%               0       p%               0       p%              0       p%              0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           "  0i      p%           "  0j      p%           "  0k      p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           #  0F      p%           #  0G      p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           /  0i      p%           $  0     p%           $  0     p%           $  0     p%              0       p%              0       p%              0       p%             0       p%           $  0     p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%          $  0     p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           %  0i      p%           %  0j      p%           %  0k      p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           )  0      p%           )  0      p%           )  0      p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           *  0i      p%           *  0j      p%           )  0      p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           *  0k      p%           )  0      p%           )  0      p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           &  0      p%           &  0      p%           &  0      p%           &  0      p%           &  0      p%              0       p%              0       p%             0       p%           S  0#      p%           &  0      p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           '  0^     p%           '  0_     p%           '  0`     p%           '  0a     p%           '  0b     p%           '  0c     p%           '  0d     p%           '  0e     p%           '  0f     p%           '  0g     p%              0       p%              0       p%           8  0
     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           (  0     p%           (  0     p%           (  0     p%           (  0     p%           (  0     p%           (  0     p%           (  0     p%           (  0     p%              0       p%           9  0;     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%           8  0     p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           +  0      p%           +  0      p%           +  0      p%           +  0      p%           +  0      p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%           ,  0     p%           ,  0     p%           ,  0     p%           ,  0     p%              0       p%              0       p%              0       p%              0       p%           9  0<     p%           9  0=     p%           9  0>     p%           9  0?     p%           9  0@     p%           9  0A     p%           9  0B     p%           9  0C     p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           ,  0     p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%             0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%           ,  0     p%           ,  0      p%           ,  0!     p%           ,  0"     p%           ,  0#     p%           ,  0$     p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           0  0      p%           0  0      p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           0  0      p%           0  0      p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           0  0      p%           0  0      p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           ,  0%     p%           ,  0&     p%           ,  0'     p%           ,  0(     p%           ,  0)     p%           ,  0*     p%           ,  0+     p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           ,  0,     p%           ,  0-     p%           ,  0.     p%           ,  0/     p%           ,  00     p%           ,  01     p%           ,  02     p%           ,  03     p%           ,  04     p%           ,  05     p%           ,  06     p%           ,  07     p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           T  0;     p%           T  0<     p%           T  0=     p%           T  0>     p%           T  0?     p%           T  0@     p%           T  0A     p%           T  0B     p%           T  0C     p%              0       p%              0       p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%              0       p%             0       p%           /  0j      p%           /  0k      p%           $  0     p%              0       p%           $  0     p%           $  0     p%           $  0     p%           $  0     p%           $  0     p%           $  0     p%           $  0     p%              0       p%              0       p%             0       p%              0       p%              0       p%             0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%               0       p%           (: 0   O`% O`%               0       X%           (: 0   O`% O`%               0       %           (: 0   O`% O`%               0       }%           (: 0   O`% O`%           (: 0   O`% O`%               0       P%               0       P%               0       P%               0       P%              0       P%              0       P%              0       P%              0       P%              0       P%             0       P%               0       P%               0       P%               0       P%               0       P%               0       P%               0       P%            : 0                  : 0    ;% ;%              0       O%             0       O%              0       O%            0       O%             0       O%              0       O%            0       O%             0       O%              0       O%             0       O%           : 0   ;% ;%              0       %             0       %             0       %             0       %              0       %            0       %             0       %             0       %             0       %              0       %            0       %             0       %             0       %             0       %              0       %            0       %              0       %             0       %             0       %              0       %            0       %              0       %             0       %             0       %              0       %            0       %              0       %             0       %             0       %              0       %            0       %              0       %             0       %             0       %              0       %             0       %           : 0   ;% ;%               0       %              0       %             0       %              0       %            0       %             0       %              0       %            0       %             0       %              0       %             0       %           : 0   ;% ;%              0       %             0       %             0       %             0       %             0       %              0       %            0       %             0       %             0       %             0       %             0       %              0       %            0       %             0       %             0       %             0       %             0       %              0       %            0       %             0       %             0       %             0       %             0       %              0       %             0       %           : 0   ;% ;%              0       q%               0       q%              0       q%              0       q%              0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%             0       q%              0       q%            0       q%              0       q%             0       q%             0       q%             0       q%              0       q%            0       q%             0       q%             0       q%             0       q%              0       q%             0       q%            : 0                  : 0    \% \%               0       i%               0       i%               0       i%               0       i%               0       i%               0       i%               0       i%            : 0                   : 0    %% %%               0       .%               0       .%              0       .%              0       .%             0       .%              0       .%              0       .%             0       .%              0       .%              0       .%             0       .%              0       .%              0       .%             0       .%               0       .%               0       .%            
  0H      .%            
  0I      .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%            O  0H      .%            O  0I      .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%               0       .%           : 0   %% %%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%               0       n%              0       n%              0       n%              0       n%             0       n%              0       n%              0       n%              0       n%          : 0                       0        &            Q  0l       &            Q  0m       &            Q  0n       &               0        &               0        &            R  0       &            R  0       &            R  0       &            R  0       &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &               0        &            : 0                      0       A	&               0       A	&              0H      A	&              0I      A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&              0       A	&             0       A	&              0       A	&             0       A	&              0       A	&             0       A	&               0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&               0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&               0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&               0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&               0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&              0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&              0       A	&              0       A	&             0       A	&               0       A	&               0       A	&               0       A	&            : 0                      0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&              0H      "&              0I      "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&             0      "&             0!     "&             0"     "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0#     "&             0$     "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0%     "&             0&     "&             0'     "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&               0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&              0       "&              0       "&             0$      "&              0       "&              0       "&              0       "&             0       "&              0       "&              0       "&             0       "&               0       "&            : 0                     0       B&           : 0    B& B&               0       RC&               0       RC&               0       RC&           : 0   B& B&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&               0       CH&            P  0H      CH&               0       CH&            P  0I      CH&               0       CH&               0       CH&           : 0   B& B&               0       R&               0       R&               0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&              0       R&              0       R&              0       R&             0       R&               0       R&               0       R&               0       R&               0       R&               0       R&               0       R&               0       R&               0       R&               0       R&               0       R&           : 0   B& B&               0        Y&               0        Y&               0        Y&               0        Y&               0        Y&               0        Y&               0l       Y&               0        Y&               0        Y&               0        Y&               0        Y&               0m       Y&               0        Y&               0        Y&               0n       Y&               0        Y&           : 0   B& B&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&               0       b&           : 0   B& B&               0       `e&               0       `e&               0       `e&               0       `e&               0       `e&               0       `e&               0       `e&               0       `e&               0       `e&           : 0   B& B&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&               0       bk&           : 0   B& B&               0       m&           (: 0    m& m&               0       $o&               0       $o&               0       $o&               0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&           !  00     $o&           !  01     $o&           !  02     $o&           !  03     $o&           !  04     $o&           !  05     $o&           !  06     $o&           !  07     $o&           !  08     $o&           !  09     $o&           !  0:     $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&             0       $o&               0       $o&               0       $o&               0       $o&               0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&           !  0;     $o&           !  0<     $o&           !  0=     $o&           !  0>     $o&           !  0?     $o&           !  0@     $o&           !  0A     $o&           !  0B     $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&             0       $o&               0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&           !  0C     $o&           !  0D     $o&           !  0E     $o&           !  0F     $o&           !  0G     $o&           !  0H     $o&           !  0I     $o&           !  0J     $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&             0       $o&               0       $o&               0       $o&               0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&           !  0K     $o&           !  0L     $o&           !  0M     $o&           !  0N     $o&           !  0O     $o&           !  0P     $o&           !  0Q     $o&           !  0R     $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&             0       $o&               0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&              0       $o&             0       $o&           !  0S     $o&           !  0T     $o&           !  0U     $o&           !  0V     $o&           !  0W     $o&           !  0X     $o&           !  0Y     $o&           !  0Z     $o&           !  0[     $o&              0       $o&             0       $o&              0       $o&              0       $o&             0       $o&           (: 0   m& m&               0       0~&               0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&               0       0~&               0       0~&               0       0~&              0       0~&              0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           "  0l      0~&           "  0m      0~&           "  0n      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           #  0H      0~&           #  0I      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           /  0l      0~&           $  0     0~&           $  0     0~&           $  0     0~&              0       0~&              0       0~&              0       0~&             0       0~&           $  0     0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&          $  0     0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           %  0l      0~&           %  0m      0~&           %  0n      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           )  0      0~&           )  0      0~&           )  0      0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           *  0l      0~&           *  0m      0~&           )  0      0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           *  0n      0~&           )  0      0~&           )  0      0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           &  0      0~&           &  0      0~&           &  0      0~&           &  0      0~&           &  0      0~&              0       0~&              0       0~&             0       0~&           S  0$      0~&           &  0      0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           '  0h     0~&           '  0i     0~&           '  0j     0~&           '  0k     0~&           '  0l     0~&           '  0m     0~&           '  0n     0~&           '  0o     0~&           '  0p     0~&           '  0q     0~&              0       0~&              0       0~&           8  0     0~&           8  0     0~&           8  0     0~&           8  0     0~&           8  0      0~&           8  0!     0~&           8  0"     0~&           8  0#     0~&           8  0$     0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           (  0      0~&           (  0!     0~&           (  0"     0~&           (  0#     0~&           (  0$     0~&           (  0%     0~&           (  0&     0~&           (  0'     0~&              0       0~&           9  0D     0~&           8  0%     0~&           8  0&     0~&           8  0'     0~&           8  0(     0~&           8  0)     0~&           8  0*     0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           +  0      0~&           +  0      0~&           +  0      0~&           +  0      0~&           +  0      0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&           ,  08     0~&           ,  09     0~&           ,  0:     0~&           ,  0;     0~&              0       0~&              0       0~&              0       0~&              0       0~&           9  0E     0~&           9  0F     0~&           9  0G     0~&           9  0H     0~&           9  0I     0~&           9  0J     0~&           9  0K     0~&           9  0L     0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           ,  0<     0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&             0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&           ,  0=     0~&           ,  0>     0~&           ,  0?     0~&           ,  0@     0~&           ,  0A     0~&           ,  0B     0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           0  0      0~&           0  0      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           0  0      0~&           0  0      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           0  0      0~&           0  0      0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           ,  0C     0~&           ,  0D     0~&           ,  0E     0~&           ,  0F     0~&           ,  0G     0~&           ,  0H     0~&           ,  0I     0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           ,  0J     0~&           ,  0K     0~&           ,  0L     0~&           ,  0M     0~&           ,  0N     0~&           ,  0O     0~&           ,  0P     0~&           ,  0Q     0~&           ,  0R     0~&           ,  0S     0~&           ,  0T     0~&           ,  0U     0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           T  0D     0~&           T  0E     0~&           T  0F     0~&           T  0G     0~&           T  0H     0~&           T  0I     0~&           T  0J     0~&           T  0K     0~&           T  0L     0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&              0       0~&             0       0~&           /  0m      0~&           /  0n      0~&           $  0     0~&              0       0~&           $  0     0~&           $  0     0~&           $  0     0~&           $  0     0~&           $  0     0~&           $  0     0~&           $  0     0~&              0       0~&              0       0~&             0       0~&              0       0~&              0       0~&             0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&               0       0~&           (: 0   m& m&               0       &           (: 0   m& m&               0       &           (: 0   m& m&               0       &           (: 0   m& m&           (: 0   m& m&               0       &               0       &               0       &               0       &              0       &              0       &              0       &              0       &              0       &             0       &               0       &               0       &               0       &               0       &               0       &               0       &            : 0                 : 0    & &              0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &             0       &           : 0   & &              0       *&             0       *&             0       *&             0       *&              0       *&            0       *&             0       *&             0       *&             0       *&              0       *&            0       *&             0       *&             0       *&             0       *&              0       *&            0       *&              0       *&             0       *&             0       *&              0       *&            0       *&              0       *&             0       *&             0       *&              0       *&            0       *&              0       *&             0       *&             0       *&              0       *&            0       *&              0       *&             0       *&             0       *&              0       *&             0       *&           : 0   & &               0       #&              0       #&             0       #&              0       #&            0       #&             0       #&              0       #&            0       #&             0       #&              0       #&             0       #&           : 0   & &              0       &             0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &             0       &              0       &             0       &           : 0   & &              0       &               0       &              0       &              0       &              0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &             0       &              0       &            0       &              0       &             0       &             0       &             0       &              0       &            0       &             0       &             0       &             0       &              0       &             0       &            : 0                 : 0    & &               0       &               0       &               0       &               0       &               0       &               0       &               0       &            : 0                  : 0    & &               0       &               0       &              0       &              0       &             0       &              0       &              0       &             0       &              0       &              0       &             0       &              0       &              0       &             0       &               0       &               0       &            
  0J      &            
  0K      &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &            O  0J      &            O  0K      &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &               0       &           : 0   & &               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'               0       	'              0       	'              0       	'              0       	'             0       	'              0       	'              0       	'              0       	'          : 0                      0       '            Q  0o      '            Q  0p      '            Q  0q      '               0       '               0       '            R  0      '            R  0      '            R  0      '            R  0      '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '            : 0                     0       '               0       '              0J      '              0K      '               0       '               0       '               0       '               0       '               0       '              0       '             0       '              0       '             0       '              0       '             0       '               0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '               0       '               0       '               0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '             0       '              0       '              0       '              0       '              0       '              0       '             0       '              0       '              0       '             0       '              0       '              0       '             0       '               0       '               0       '               0       '            : 0                     0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'              0J      0'              0K      0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'             0(     0'             0)     0'             0*     0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0+     0'             0,     0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0-     0'             0.     0'             0/     0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'               0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'              0       0'              0       0'             0%      0'              0       0'              0       0'              0       0'             0       0'              0       0'              0       0'             0       0'               0       0'            : 0                     0       *P'           : 0    *P' *P'               0       P'               0       P'               0       P'           : 0   *P' *P'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'               0       U'            P  0J      U'               0       U'            P  0K      U'               0       U'               0       U'           : 0   *P' *P'               0       `'               0       `'               0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'              0       `'              0       `'              0       `'             0       `'               0       `'               0       `'               0       `'               0       `'               0       `'               0       `'               0       `'               0       `'               0       `'               0       `'           : 0   *P' *P'               0       f'               0       f'               0       f'               0       f'               0       f'               0       f'               0o      f'               0       f'               0       f'               0       f'               0       f'               0p      f'               0       f'               0       f'               0q      f'               0       f'           : 0   *P' *P'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'               0       o'           : 0   *P' *P'               0       r'               0       r'               0       r'               0       r'               0       r'               0       r'               0       r'               0       r'               0       r'           : 0   *P' *P'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'               0        y'           : 0   *P' *P'               0       {'           (: 0    {' {'               0       |'               0       |'               0       |'               0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'           !  0\     |'           !  0]     |'           !  0^     |'           !  0_     |'           !  0`     |'           !  0a     |'           !  0b     |'           !  0c     |'           !  0d     |'           !  0e     |'           !  0f     |'              0       |'              0       |'             0       |'              0       |'              0       |'             0       |'               0       |'               0       |'               0       |'               0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'           !  0g     |'           !  0h     |'           !  0i     |'           !  0j     |'           !  0k     |'           !  0l     |'           !  0m     |'           !  0n     |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'             0       |'               0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'           !  0o     |'           !  0p     |'           !  0q     |'           !  0r     |'           !  0s     |'           !  0t     |'           !  0u     |'           !  0v     |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'             0       |'               0       |'               0       |'               0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'           !  0w     |'           !  0x     |'           !  0y     |'           !  0z     |'           !  0{     |'           !  0|     |'           !  0}     |'           !  0~     |'              0       |'              0       |'             0       |'              0       |'              0       |'             0       |'               0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'              0       |'              0       |'              0       |'              0       |'              0       |'              0       |'             0       |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'           !  0     |'              0       |'             0       |'              0       |'              0       |'             0       |'           (: 0   {' {'               0       ΋'               0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'               0       ΋'               0       ΋'               0       ΋'              0       ΋'              0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           "  0o      ΋'           "  0p      ΋'           "  0q      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           #  0J      ΋'           #  0K      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           /  0o      ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           $  0     ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'          $  0     ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           %  0o      ΋'           %  0p      ΋'           %  0q      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           )  0      ΋'           )  0      ΋'           )  0      ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           *  0o      ΋'           *  0p      ΋'           )  0      ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           *  0q      ΋'           )  0      ΋'           )  0      ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           &  0      ΋'           &  0      ΋'           &  0      ΋'           &  0      ΋'           &  0      ΋'              0       ΋'              0       ΋'             0       ΋'           S  0%      ΋'           &  0      ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           '  0r     ΋'           '  0s     ΋'           '  0t     ΋'           '  0u     ΋'           '  0v     ΋'           '  0w     ΋'           '  0x     ΋'           '  0y     ΋'           '  0z     ΋'           '  0{     ΋'              0       ΋'              0       ΋'           8  0+     ΋'           8  0,     ΋'           8  0-     ΋'           8  0.     ΋'           8  0/     ΋'           8  00     ΋'           8  01     ΋'           8  02     ΋'           8  03     ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           (  0(     ΋'           (  0)     ΋'           (  0*     ΋'           (  0+     ΋'           (  0,     ΋'           (  0-     ΋'           (  0.     ΋'           (  0/     ΋'              0       ΋'           9  0M     ΋'           8  04     ΋'           8  05     ΋'           8  06     ΋'           8  07     ΋'           8  08     ΋'           8  09     ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           +  0      ΋'           +  0      ΋'           +  0      ΋'           +  0      ΋'           +  0      ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'           ,  0V     ΋'           ,  0W     ΋'           ,  0X     ΋'           ,  0Y     ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'           9  0N     ΋'           9  0O     ΋'           9  0P     ΋'           9  0Q     ΋'           9  0R     ΋'           9  0S     ΋'           9  0T     ΋'           9  0U     ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           ,  0Z     ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'           ,  0[     ΋'           ,  0\     ΋'           ,  0]     ΋'           ,  0^     ΋'           ,  0_     ΋'           ,  0`     ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           0  0      ΋'           0  0      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           0  0      ΋'           0  0      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           0  0      ΋'           0  0      ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           ,  0a     ΋'           ,  0b     ΋'           ,  0c     ΋'           ,  0d     ΋'           ,  0e     ΋'           ,  0f     ΋'           ,  0g     ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           ,  0h     ΋'           ,  0i     ΋'           ,  0j     ΋'           ,  0k     ΋'           ,  0l     ΋'           ,  0m     ΋'           ,  0n     ΋'           ,  0o     ΋'           ,  0p     ΋'           ,  0q     ΋'           ,  0r     ΋'           ,  0s     ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           T  0M     ΋'           T  0N     ΋'           T  0O     ΋'           T  0P     ΋'           T  0Q     ΋'           T  0R     ΋'           T  0S     ΋'           T  0T     ΋'           T  0U     ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'              0       ΋'             0       ΋'           /  0p      ΋'           /  0q      ΋'           $  0     ΋'              0       ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'           $  0     ΋'              0       ΋'              0       ΋'             0       ΋'              0       ΋'              0       ΋'             0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'               0       ΋'           (: 0   {' {'               0       '           (: 0   {' {'               0       #'           (: 0   {' {'               0       '           (: 0   {' {'           (: 0   {' {'               0       '               0       '               0       '               0       '              0       '              0       '              0       '              0       '              0       '             0       '               0       '               0       '               0       '               0       '               0       '               0       '            : 0	                 : 0    w ( w (              0        (             0        (              0        (            0        (             0        (              0        (            0        (             0        (              0        (             0        (           : 0   w ( w (              0        (             0        (             0        (             0        (              0        (            0        (             0        (             0        (             0        (              0        (            0        (             0        (             0        (             0        (              0        (            0        (              0        (             0        (             0        (              0        (            0        (              0        (             0        (             0        (              0        (            0        (              0        (             0        (             0        (              0        (            0        (              0        (             0        (             0        (              0        (             0        (           : 0   w ( w (               0       (              0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (             0       (           : 0   w ( w (              0       H(             0       H(             0       H(             0       H(             0       H(              0       H(            0       H(             0       H(             0       H(             0       H(             0       H(              0       H(            0       H(             0       H(             0       H(             0       H(             0       H(              0       H(            0       H(             0       H(             0       H(             0       H(             0       H(              0       H(             0       H(           : 0   w ( w (              0       (               0       (              0       (              0       (              0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (             0       (              0       (            0       (              0       (             0       (             0       (             0       (              0       (            0       (             0       (             0       (             0       (              0       (             0       (            : 0
                 : 0    ( (               0       (               0       (               0       (               0       (               0       (               0       (               0       (            : 0                  : 0    a
( a
(               0       j
(               0       j
(              0       j
(              0       j
(             0       j
(              0       j
(              0       j
(             0       j
(              0       j
(              0       j
(             0       j
(              0       j
(              0       j
(             0       j
(               0       j
(               0       j
(            
  0L      j
(            
  0M      j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(            O  0L      j
(            O  0M      j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(               0       j
(           : 0   a
( a
(               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (              0       (              0       (              0       (             0       (              0       (              0       (              0       (          : 0                      0       (            Q  0r      (            Q  0s      (            Q  0t      (               0       (               0       (            R  0      (            R  0      (            R  0      (            R  0      (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (            : 0
                     0       }$(               0       }$(              0L      }$(              0M      }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(              0       }$(             0       }$(              0       }$(             0       }$(              0       }$(             0       }$(               0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(               0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(               0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(               0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(               0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(              0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(              0       }$(              0       }$(             0       }$(               0       }$(               0       }$(               0       }$(            : 0                     0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0L      6>(              0M      6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             00     6>(             01     6>(             02     6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             03     6>(             04     6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             05     6>(             06     6>(             07     6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(               0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(              0       6>(              0       6>(             0&      6>(              0       6>(              0       6>(              0       6>(             0       6>(              0       6>(              0       6>(             0       6>(               0       6>(            : 0                     0       ](           : 0    ]( ](               0       ^(               0       ^(               0       ^(           : 0   ]( ](               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(               0       c(            P  0L      c(               0       c(            P  0M      c(               0       c(               0       c(           : 0   ]( ](               0       ;n(               0       ;n(               0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(              0       ;n(              0       ;n(              0       ;n(             0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(               0       ;n(           : 0   ]( ](               0       \t(               0       \t(               0       \t(               0       \t(               0       \t(               0       \t(               0r      \t(               0       \t(               0       \t(               0       \t(               0       \t(               0s      \t(               0       \t(               0       \t(               0t      \t(               0       \t(           : 0   ]( ](               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(               0       K}(           : 0   ]( ](               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (           : 0   ]( ](               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (           : 0   ]( ](               0       )(           (: 0    )( )(               0       `(               0       `(               0       `(               0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(              0       `(              0       `(             0       `(              0       `(              0       `(             0       `(               0       `(               0       `(               0       `(               0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(             0       `(               0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(             0       `(               0       `(               0       `(               0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(              0       `(              0       `(             0       `(              0       `(              0       `(             0       `(               0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(              0       `(              0       `(              0       `(              0       `(              0       `(              0       `(             0       `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(           !  0     `(              0       `(             0       `(              0       `(              0       `(             0       `(           (: 0   )( )(               0       l(               0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(               0       l(               0       l(               0       l(              0       l(              0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           "  0r      l(           "  0s      l(           "  0t      l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           #  0L      l(           #  0M      l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           /  0r      l(           $  0     l(           $  0     l(           $  0     l(              0       l(              0       l(              0       l(             0       l(           $  0     l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(          $  0     l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           %  0r      l(           %  0s      l(           %  0t      l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           )  0      l(           )  0      l(           )  0      l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           *  0r      l(           *  0s      l(           )  0      l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           *  0t      l(           )  0      l(           )  0      l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           &  0      l(           &  0      l(           &  0      l(           &  0      l(           &  0      l(              0       l(              0       l(             0       l(           S  0&      l(           &  0      l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           '  0|     l(           '  0}     l(           '  0~     l(           '  0     l(           '  0     l(           '  0     l(           '  0     l(           '  0     l(           '  0     l(           '  0     l(              0       l(              0       l(           8  0:     l(           8  0;     l(           8  0<     l(           8  0=     l(           8  0>     l(           8  0?     l(           8  0@     l(           8  0A     l(           8  0B     l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           (  00     l(           (  01     l(           (  02     l(           (  03     l(           (  04     l(           (  05     l(           (  06     l(           (  07     l(              0       l(           9  0V     l(           8  0C     l(           8  0D     l(           8  0E     l(           8  0F     l(           8  0G     l(           8  0H     l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           +  0      l(           +  0      l(           +  0      l(           +  0      l(           +  0      l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(           ,  0t     l(           ,  0u     l(           ,  0v     l(           ,  0w     l(              0       l(              0       l(              0       l(              0       l(           9  0W     l(           9  0X     l(           9  0Y     l(           9  0Z     l(           9  0[     l(           9  0\     l(           9  0]     l(           9  0^     l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           ,  0x     l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(             0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(           ,  0y     l(           ,  0z     l(           ,  0{     l(           ,  0|     l(           ,  0}     l(           ,  0~     l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           0  0      l(           0  0      l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           0  0      l(           0  0      l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           0  0      l(           0  0      l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(           ,  0     l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           T  0V     l(           T  0W     l(           T  0X     l(           T  0Y     l(           T  0Z     l(           T  0[     l(           T  0\     l(           T  0]     l(           T  0^     l(              0       l(              0       l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(             0       l(           /  0s      l(           /  0t      l(           $  0     l(              0       l(           $  0     l(           $  0     l(           $  0     l(           $  0     l(           $  0     l(           $  0     l(           $  0     l(              0       l(              0       l(             0       l(              0       l(              0       l(             0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(               0       l(           (: 0   )( )(               0       2)           (: 0   )( )(               0       )           (: 0   )( )(               0       W)           (: 0   )( )(           (: 0   )( )(               0       *
)               0       *
)               0       *
)               0       *
)              0       *
)              0       *
)              0       *
)              0       *
)              0       *
)             0       *
)               0       *
)               0       *
)               0       *
)               0       *
)               0       *
)               0       *
)            : 0                 : 0    ) )              0       ))             0       ))              0       ))            0       ))             0       ))              0       ))            0       ))             0       ))              0       ))             0       ))           : 0   ) )              0       f)             0       f)             0       f)             0       f)              0       f)            0       f)             0       f)             0       f)             0       f)              0       f)            0       f)             0       f)             0       f)             0       f)              0       f)            0       f)              0       f)             0       f)             0       f)              0       f)            0       f)              0       f)             0       f)             0       f)              0       f)            0       f)              0       f)             0       f)             0       f)              0       f)            0       f)              0       f)             0       f)             0       f)              0       f)             0       f)           : 0   ) )               0       _)              0       _)             0       _)              0       _)            0       _)             0       _)              0       _)            0       _)             0       _)              0       _)             0       _)           : 0   ) )              0       )             0       )             0       )             0       )             0       )              0       )            0       )             0       )             0       )             0       )             0       )              0       )            0       )             0       )             0       )             0       )             0       )              0       )            0       )             0       )             0       )             0       )             0       )              0       )             0       )           : 0   ) )              0       K)               0       K)              0       K)              0       K)              0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)             0       K)              0       K)            0       K)              0       K)             0       K)             0       K)             0       K)              0       K)            0       K)             0       K)             0       K)             0       K)              0       K)             0       K)            : 0                 : 0    6) 6)               0       C)               0       C)               0       C)               0       C)               0       C)               0       C)               0       C)            : 0                  : 0    ) )               0       )               0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )            
  0N      )            
  0O      )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )            O  0N      )            O  0O      )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )           : 0   ) )               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)               0       H$)              0       H$)              0       H$)              0       H$)             0       H$)              0       H$)              0       H$)              0       H$)          : 0                      0       [))            Q  0u      [))            Q  0v      [))            Q  0w      [))               0       [))               0       [))            R  0      [))            R  0      [))            R  0      [))            R  0      [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))               0       [))            : 0                     0       2)               0       2)              0N      2)              0O      2)               0       2)               0       2)               0       2)               0       2)               0       2)              0       2)             0       2)              0       2)             0       2)              0       2)             0       2)               0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)               0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)               0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)               0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)               0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)              0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)              0       2)              0       2)             0       2)               0       2)               0       2)               0       2)            : 0                     0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)              0N      K)              0O      K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)             08     K)             09     K)             0:     K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0;     K)             0<     K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0=     K)             0>     K)             0?     K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)               0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)              0       K)              0       K)             0'      K)              0       K)              0       K)              0       K)             0       K)              0       K)              0       K)             0       K)               0       K)            : 0                     0       fk)           : 0    fk) fk)               0       ,l)               0       ,l)               0       ,l)           : 0   fk) fk)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)               0       q)            P  0N      q)               0       q)            P  0O      q)               0       q)               0       q)           : 0   fk) fk)               0       {)               0       {)               0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)              0       {)              0       {)              0       {)             0       {)               0       {)               0       {)               0       {)               0       {)               0       {)               0       {)               0       {)               0       {)               0       {)               0       {)           : 0   fk) fk)               0       )               0       )               0       )               0       )               0       )               0       )               0u      )               0       )               0       )               0       )               0       )               0v      )               0       )               0       )               0w      )               0       )           : 0   fk) fk)               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )               0       )           : 0   fk) fk)               0       :)               0       :)               0       :)               0       :)               0       :)               0       :)               0       :)               0       :)               0       :)           : 0   fk) fk)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)               0       <)           : 0   fk) fk)               0       ǖ)           (: 0    ǖ) ǖ)               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )             0       )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )              0       )              0       )              0       )             0       )              0       )              0       )             0       )               0       )               0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )              0       )              0       )             0       )              0       )              0       )             0       )               0       )              0       )              0       )              0       )              0       )              0       )             0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )           !  0     )              0       )             0       )              0       )              0       )             0       )           (: 0   ǖ) ǖ)               0       
)               0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)               0       
)               0       
)               0       
)              0       
)              0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           "  0u      
)           "  0v      
)           "  0w      
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           #  0N      
)           #  0O      
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           /  0u      
)           $  0     
)           $  0     
)           $  0     
)              0       
)              0       
)              0       
)             0       
)           $  0     
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)          $  0     
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           %  0u      
)           %  0v      
)           %  0w      
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           )  0      
)           )  0      
)           )  0      
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           *  0u      
)           *  0v      
)           )  0      
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           *  0w      
)           )  0      
)           )  0      
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           &  0      
)           &  0      
)           &  0      
)           &  0      
)           &  0      
)              0       
)              0       
)             0       
)           S  0'      
)           &  0      
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)             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  0I     
)           8  0J     
)           8  0K     
)           8  0L     
)           8  0M     
)           8  0N     
)           8  0O     
)           8  0P     
)           8  0Q     
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           (  08     
)           (  09     
)           (  0:     
)           (  0;     
)           (  0<     
)           (  0=     
)           (  0>     
)           (  0?     
)              0       
)           9  0_     
)           8  0R     
)           8  0S     
)           8  0T     
)           8  0U     
)           8  0V     
)           8  0W     
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           +  0      
)           +  0      
)           +  0      
)           +  0      
)           +  0      
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)              0       
)              0       
)              0       
)              0       
)           9  0`     
)           9  0a     
)           9  0b     
)           9  0c     
)           9  0d     
)           9  0e     
)           9  0f     
)           9  0g     
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           ,  0     
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)             0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           0  0      
)           0  0      
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           0  0      
)           0  0      
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           0  0      
)           0  0      
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)           ,  0     
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           T  0_     
)           T  0`     
)           T  0a     
)           T  0b     
)           T  0c     
)           T  0d     
)           T  0e     
)           T  0f     
)           T  0g     
)              0       
)              0       
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)              0       
)             0       
)           /  0v      
)           /  0w      
)           $  0      
)              0       
)           $  0     
)           $  0     
)           $  0     
)           $  0     
)           $  0     
)           $  0     
)           $  0     
)              0       
)              0       
)             0       
)              0       
)              0       
)             0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)               0       
)           (: 0   ǖ) ǖ)               0       *           (: 0   ǖ) ǖ)               0       _*           (: 0   ǖ) ǖ)               0       *           (: 0   ǖ) ǖ)           (: 0   ǖ) ǖ)               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *               0       *               0       *               0       *               0       *               0       *               0       *            : 0                 : 0    * *              0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *             0       *           : 0   * *              0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *              0       *            0       *              0       *             0       *             0       *              0       *            0       *              0       *             0       *             0       *              0       *            0       *              0       *             0       *             0       *              0       *            0       *              0       *             0       *             0       *              0       *             0       *           : 0   * *               0       *              0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *             0       *           : 0   * *              0       *             0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *             0       *              0       *             0       *           : 0   * *              0       *               0       *              0       *              0       *              0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *             0       *              0       *            0       *              0       *             0       *             0       *             0       *              0       *            0       *             0       *             0       *             0       *              0       *             0       *            : 0                 : 0    !* !*               0       !*               0       !*               0       !*               0       !*               0       !*               0       !*               0       !*            : 0                  : 0    %* %*               0       %*               0       %*              0       %*              0       %*             0       %*              0       %*              0       %*             0       %*              0       %*              0       %*             0       %*              0       %*              0       %*             0       %*               0       %*               0       %*            
  0P      %*            
  0Q      %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*            O  0P      %*            O  0Q      %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*               0       %*           : 0   %* %*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*               0       1*              0       1*              0       1*              0       1*             0       1*              0       1*              0       1*              0       1*          : 0                      0       6*            Q  0x      6*            Q  0y      6*            Q  0z      6*               0       6*               0       6*            R  0      6*            R  0      6*            R  0      6*            R  0      6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*               0       6*            : 0                     0       ?*               0       ?*              0P      ?*              0Q      ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*              0       ?*             0       ?*              0       ?*             0       ?*              0       ?*             0       ?*               0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*               0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*               0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*               0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*               0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*              0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*              0       ?*              0       ?*             0       ?*               0       ?*               0       ?*               0       ?*            : 0                     0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0P      rY*              0Q      rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0@     rY*             0A     rY*             0B     rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0C     rY*             0D     rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0E     rY*             0F     rY*             0G     rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*               0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*              0       rY*              0       rY*             0(      rY*              0       rY*              0       rY*              0       rY*             0       rY*              0       rY*              0       rY*             0       rY*               0       rY*            : 0                     0       y*           : 0    y* y*               0       y*               0       y*               0       y*           : 0   y* y*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*               0       ~*            P  0P      ~*               0       ~*            P  0Q      ~*               0       ~*               0       ~*           : 0   y* y*               0       w*               0       w*               0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*              0       w*              0       w*              0       w*             0       w*               0       w*               0       w*               0       w*               0       w*               0       w*               0       w*               0       w*               0       w*               0       w*               0       w*           : 0   y* y*               0       *               0       *               0       *               0       *               0       *               0       *               0x      *               0       *               0       *               0       *               0       *               0y      *               0       *               0       *               0z      *               0       *           : 0   y* y*               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *           : 0   y* y*               0       ؛*               0       ؛*               0       ؛*               0       ؛*               0       ؛*               0       ؛*               0       ؛*               0       ؛*               0       ؛*           : 0   y* y*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*               0       ڡ*           : 0   y* y*               0       e*           (: 0    e* e*               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *             0       *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *              0       *              0       *             0       *              0       *              0       *             0       *               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *              0       *              0       *              0       *             0       *              0       *              0       *             0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *              0       *              0       *              0       *             0       *              0       *              0       *             0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0      *           !  0     *           !  0     *              0       *              0       *             0       *              0       *              0       *             0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0     *           !  0	     *           !  0
     *           !  0     *              0       *             0       *              0       *              0       *             0       *           (: 0   e* e*               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *               0       *               0       *               0       *              0       *              0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           "  0x      *           "  0y      *           "  0z      *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           #  0P      *           #  0Q      *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           /  0x      *           $  0     *           $  0	     *           $  0
     *              0       *              0       *              0       *             0       *           $  0     *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *          $  0     *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           %  0x      *           %  0y      *           %  0z      *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           )  0      *           )  0      *           )  0      *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           *  0x      *           *  0y      *           )  0      *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           *  0z      *           )  0      *           )  0      *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           &  0      *           &  0      *           &  0      *           &  0      *           &  0      *              0       *              0       *             0       *           S  0(      *           &  0      *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *             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  0X     *           8  0Y     *           8  0Z     *           8  0[     *           8  0\     *           8  0]     *           8  0^     *           8  0_     *           8  0`     *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           (  0@     *           (  0A     *           (  0B     *           (  0C     *           (  0D     *           (  0E     *           (  0F     *           (  0G     *              0       *           9  0h     *           8  0a     *           8  0b     *           8  0c     *           8  0d     *           8  0e     *           8  0f     *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           +  0      *           +  0      *           +  0      *           +  0      *           +  0      *              0       *              0       *              0       *              0       *              0       *              0       *           ,  0     *           ,  0     *           ,  0     *           ,  0     *              0       *              0       *              0       *              0       *           9  0i     *           9  0j     *           9  0k     *           9  0l     *           9  0m     *           9  0n     *           9  0o     *           9  0p     *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *             0       *           ,  0     *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *             0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           0  0      *           0  0      *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           0  0      *           0  0      *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           0  0      *           0  0      *              0       *              0       *             0       *              0       *              0       *             0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *              0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *           ,  0     *              0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           T  0h     *           T  0i     *           T  0j     *           T  0k     *           T  0l     *           T  0m     *           T  0n     *           T  0o     *           T  0p     *              0       *              0       *              0       *              0       *             0       *              0       *              0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *           /  0y      *           /  0z      *           $  0
     *              0       *           $  0     *           $  0     *           $  0     *           $  0     *           $  0     *           $  0     *           $  0     *              0       *              0       *             0       *              0       *              0       *             0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *               0       *           (: 0   e* e*               0       n&+           (: 0   e* e*               0       &+           (: 0   e* e*               0       '+           (: 0   e* e*           (: 0   e* e*               0       f(+               0       f(+               0       f(+               0       f(+              0       f(+              0       f(+              0       f(+              0       f(+              0       f(+             0       f(+               0       f(+               0       f(+               0       f(+               0       f(+               0       f(+               0       f(+            : 0                 : 0    Q)+ Q)+              0       e)+             0       e)+              0       e)+            0       e)+             0       e)+              0       e)+            0       e)+             0       e)+              0       e)+             0       e)+           : 0   Q)+ Q)+              0       )+             0       )+             0       )+             0       )+              0       )+            0       )+             0       )+             0       )+             0       )+              0       )+            0       )+             0       )+             0       )+             0       )+              0       )+            0       )+              0       )+             0       )+             0       )+              0       )+            0       )+              0       )+             0       )+             0       )+              0       )+            0       )+              0       )+             0       )+             0       )+              0       )+            0       )+              0       )+             0       )+             0       )+              0       )+             0       )+           : 0   Q)+ Q)+               0       ,+              0       ,+             0       ,+              0       ,+            0       ,+             0       ,+              0       ,+            0       ,+             0       ,+              0       ,+             0       ,+           : 0   Q)+ Q)+              0       "-+             0       "-+             0       "-+             0       "-+             0       "-+              0       "-+            0       "-+             0       "-+             0       "-+             0       "-+             0       "-+              0       "-+            0       "-+             0       "-+             0       "-+             0       "-+             0       "-+              0       "-+            0       "-+             0       "-+             0       "-+             0       "-+             0       "-+              0       "-+             0       "-+           : 0   Q)+ Q)+              0       -+               0       -+              0       -+              0       -+              0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+             0       -+              0       -+            0       -+              0       -+             0       -+             0       -+             0       -+              0       -+            0       -+             0       -+             0       -+             0       -+              0       -+             0       -+            : 0                 : 0    r/+ r/+               0       /+               0       /+               0       /+               0       /+               0       /+               0       /+               0       /+            : 0                   : 0    ;3+ ;3+               0       D3+               0       D3+              0       D3+              0       D3+             0       D3+              0       D3+              0       D3+             0       D3+              0       D3+              0       D3+             0       D3+              0       D3+              0       D3+             0       D3+               0       D3+               0       D3+            
  0R      D3+            
  0S      D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+            O  0R      D3+            O  0S      D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+               0       D3+           : 0   ;3+ ;3+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+               0       ?+              0       ?+              0       ?+              0       ?+             0       ?+              0       ?+              0       ?+              0       ?+          : 0!                      0       D+            Q  0{      D+            Q  0|      D+            Q  0}      D+               0       D+               0       D+            R  0      D+            R  0      D+            R  0      D+            R  0      D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+               0       D+            : 0"                     0       WM+               0       WM+              0R      WM+              0S      WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+              0       WM+             0       WM+              0       WM+             0       WM+              0       WM+             0       WM+               0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+               0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+               0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+               0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+               0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+              0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+              0       WM+              0       WM+             0       WM+               0       WM+               0       WM+               0       WM+            : 0#                     0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+              0R      g+              0S      g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+             0H     g+             0I     g+             0J     g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0K     g+             0L     g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0M     g+             0N     g+             0O     g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+               0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+              0       g+              0       g+             0)      g+              0       g+              0       g+              0       g+             0       g+              0       g+              0       g+             0       g+               0       g+            : 0$                     0       +           : 0    + +               0       h+               0       h+               0       h+           : 0   + +               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+               0       Y+            P  0R      Y+               0       Y+            P  0S      Y+               0       Y+               0       Y+           : 0   + +               0       +               0       +               0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +              0       +              0       +              0       +             0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +               0       +           : 0   + +               0       6+               0       6+               0       6+               0       6+               0       6+               0       6+               0{      6+               0       6+               0       6+               0       6+               0       6+               0|      6+               0       6+               0       6+               0}      6+               0       6+           : 0   + +               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+               0       %+           : 0   + +               0       v+               0       v+               0       v+               0       v+               0       v+               0       v+               0       v+               0       v+               0       v+           : 0   + +               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               0       x+               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     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+              0       :+              0       :+             0       :+              0       :+              0       :+             0       :+               0       :+               0       :+               0       :+               0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+              0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+           !  0     :+              0       :+              0       :+              0       :+             0       :+              0       :+              0       :+             0       :+               0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+              0       :+              0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+           !  0     :+           !  0      :+           !  0!     :+           !  0"     :+           !  0#     :+           !  0$     :+           !  0%     :+           !  0&     :+              0       :+              0       :+              0       :+             0       :+              0       :+              0       :+             0       :+               0       :+               0       :+               0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+              0       :+              0       :+              0       :+              0       :+              0       :+              0       :+              0       :+             0       :+           !  0'     :+           !  0(     :+           !  0)     :+           !  0*     :+           !  0+     :+           !  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     :+           !  01     :+           !  02     :+           !  03     :+           !  04     :+           !  05     :+           !  06     :+           !  07     :+              0       :+             0       :+              0       :+              0       :+             0       :+           (: 0   + +               0       F+               0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+               0       F+               0       F+               0       F+              0       F+              0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           "  0{      F+           "  0|      F+           "  0}      F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           #  0R      F+           #  0S      F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           /  0{      F+           $  0     F+           $  0     F+           $  0     F+              0       F+              0       F+              0       F+             0       F+           $  0     F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+          $  0     F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           %  0{      F+           %  0|      F+           %  0}      F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           )  0      F+           )  0      F+           )  0      F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           *  0{      F+           *  0|      F+           )  0      F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           *  0}      F+           )  0      F+           )  0      F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           &  0      F+           &  0      F+           &  0      F+           &  0      F+           &  0      F+              0       F+              0       F+             0       F+           S  0)      F+           &  0      F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+           '  0     F+              0       F+              0       F+           8  0g     F+           8  0h     F+           8  0i     F+           8  0j     F+           8  0k     F+           8  0l     F+           8  0m     F+           8  0n     F+           8  0o     F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           (  0H     F+           (  0I     F+           (  0J     F+           (  0K     F+           (  0L     F+           (  0M     F+           (  0N     F+           (  0O     F+              0       F+           9  0q     F+           8  0p     F+           8  0q     F+           8  0r     F+           8  0s     F+           8  0t     F+           8  0u     F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           +  0      F+           +  0      F+           +  0      F+           +  0      F+           +  0      F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+              0       F+              0       F+              0       F+              0       F+           9  0r     F+           9  0s     F+           9  0t     F+           9  0u     F+           9  0v     F+           9  0w     F+           9  0x     F+           9  0y     F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           ,  0     F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+             0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           0  0      F+           0  0      F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           0  0      F+           0  0      F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           0  0      F+           0  0      F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+           ,  0     F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           T  0q     F+           T  0r     F+           T  0s     F+           T  0t     F+           T  0u     F+           T  0v     F+           T  0w     F+           T  0x     F+           T  0y     F+              0       F+              0       F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+              0       F+             0       F+           /  0|      F+           /  0}      F+           $  0     F+              0       F+           $  0     F+           $  0     F+           $  0     F+           $  0     F+           $  0     F+           $  0      F+           $  0!     F+              0       F+              0       F+             0       F+              0       F+              0       F+             0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+               0       F+           (: 0   + +               0       4,           (: 0   + +               0       4,           (: 0   + +               0       15,           (: 0   + +           (: 0   + +               0       6,               0       6,               0       6,               0       6,              0       6,              0       6,              0       6,              0       6,              0       6,             0       6,               0       6,               0       6,               0       6,               0       6,               0       6,               0       6,            : 0%                 : 0    6, 6,              0       7,             0       7,              0       7,            0       7,             0       7,              0       7,            0       7,             0       7,              0       7,             0       7,           : 0   6, 6,              0       @7,             0       @7,             0       @7,             0       @7,              0       @7,            0       @7,             0       @7,             0       @7,             0       @7,              0       @7,            0       @7,             0       @7,             0       @7,             0       @7,              0       @7,            0       @7,              0       @7,             0       @7,             0       @7,              0       @7,            0       @7,              0       @7,             0       @7,             0       @7,              0       @7,            0       @7,              0       @7,             0       @7,             0       @7,              0       @7,            0       @7,              0       @7,             0       @7,             0       @7,              0       @7,             0       @7,           : 0   6, 6,               0       9:,              0       9:,             0       9:,              0       9:,            0       9:,             0       9:,              0       9:,            0       9:,             0       9:,              0       9:,             0       9:,           : 0   6, 6,              0       :,             0       :,             0       :,             0       :,             0       :,              0       :,            0       :,             0       :,             0       :,             0       :,             0       :,              0       :,            0       :,             0       :,             0       :,             0       :,             0       :,              0       :,            0       :,             0       :,             0       :,             0       :,             0       :,              0       :,             0       :,           : 0   6, 6,              0       %;,               0       %;,              0       %;,              0       %;,              0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,             0       %;,              0       %;,            0       %;,              0       %;,             0       %;,             0       %;,             0       %;,              0       %;,            0       %;,             0       %;,             0       %;,             0       %;,              0       %;,             0       %;,            : 0&                 : 0    =, =,               0       =,               0       =,               0       =,               0       =,               0       =,               0       =,               0       =,            : 0'                  : 0    @, @,               0       @,               0       @,              0       @,              0       @,             0       @,              0       @,              0       @,             0       @,              0       @,              0       @,             0       @,              0       @,              0       @,             0       @,               0       @,               0       @,            
  0T      @,            
  0U      @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,            O  0T      @,            O  0U      @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,               0       @,           : 0   @, @,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,               0       "M,              0       "M,              0       "M,              0       "M,             0       "M,              0       "M,              0       "M,              0       "M,          : 0(                      0       5R,            Q  0~      5R,            Q  0      5R,            Q  0      5R,               0       5R,               0       5R,            R  0      5R,            R  0      5R,            R  0      5R,            R  0      5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,               0       5R,            : 0)                     0       Z,               0       Z,              0T      Z,              0U      Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,              0       Z,             0       Z,              0       Z,             0       Z,              0       Z,             0       Z,               0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,               0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,               0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,               0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,               0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,              0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,              0       Z,              0       Z,             0       Z,               0       Z,               0       Z,               0       Z,            : 0*                     0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,              0T      t,              0U      t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,             0P     t,             0Q     t,             0R     t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0S     t,             0T     t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0U     t,             0V     t,             0W     t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,               0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,              0       t,              0       t,             0*      t,              0       t,              0       t,              0       t,             0       t,              0       t,              0       t,             0       t,               0       t,            : 0+                     0       @,           : 0    @, @,               0       ,               0       ,               0       ,           : 0   @, @,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,            P  0T      ,               0       ,            P  0U      ,               0       ,               0       ,           : 0   @, @,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,           : 0   @, @,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0~      Ԫ,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0       Ԫ,               0      Ԫ,               0       Ԫ,               0       Ԫ,               0      Ԫ,               0       Ԫ,           : 0   @, @,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,               0       ó,           : 0   @, @,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,           : 0   @, @,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,           : 0   @, @,               0       ,           (: 0    , ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           !  08     ,           !  09     ,           !  0:     ,           !  0;     ,           !  0<     ,           !  0=     ,           !  0>     ,           !  0?     ,           !  0@     ,           !  0A     ,           !  0B     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           !  0C     ,           !  0D     ,           !  0E     ,           !  0F     ,           !  0G     ,           !  0H     ,           !  0I     ,           !  0J     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           !  0K     ,           !  0L     ,           !  0M     ,           !  0N     ,           !  0O     ,           !  0P     ,           !  0Q     ,           !  0R     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           !  0S     ,           !  0T     ,           !  0U     ,           !  0V     ,           !  0W     ,           !  0X     ,           !  0Y     ,           !  0Z     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           !  0[     ,           !  0\     ,           !  0]     ,           !  0^     ,           !  0_     ,           !  0`     ,           !  0a     ,           !  0b     ,           !  0c     ,              0       ,             0       ,              0       ,              0       ,             0       ,           (: 0   , ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,              0       ,              0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           "  0~      ,           "  0      ,           "  0      ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           #  0T      ,           #  0U      ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           /  0~      ,           $  0"     ,           $  0#     ,           $  0$     ,              0       ,              0       ,              0       ,             0       ,           $  0%     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,          $  0&     ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           %  0~      ,           %  0      ,           %  0      ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           )  0      ,           )  0      ,           )  0      ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           *  0~      ,           *  0      ,           )  0      ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           *  0      ,           )  0      ,           )  0     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           &  0      ,           &  0      ,           &  0      ,           &  0      ,           &  0      ,              0       ,              0       ,             0       ,           S  0*      ,           &  0     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,             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  0v     ,           8  0w     ,           8  0x     ,           8  0y     ,           8  0z     ,           8  0{     ,           8  0|     ,           8  0}     ,           8  0~     ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           (  0P     ,           (  0Q     ,           (  0R     ,           (  0S     ,           (  0T     ,           (  0U     ,           (  0V     ,           (  0W     ,              0       ,           9  0z     ,           8  0     ,           8  0     ,           8  0     ,           8  0     ,           8  0     ,           8  0     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           +  0      ,           +  0      ,           +  0      ,           +  0      ,           +  0      ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,              0       ,              0       ,              0       ,              0       ,           9  0{     ,           9  0|     ,           9  0}     ,           9  0~     ,           9  0     ,           9  0     ,           9  0     ,           9  0     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           ,  0     ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           0  0      ,           0  0      ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           0  0      ,           0  0      ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           0  0      ,           0  0     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           ,  0     ,           ,  0     ,           ,  0      ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0     ,           ,  0	     ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           T  0z     ,           T  0{     ,           T  0|     ,           T  0}     ,           T  0~     ,           T  0     ,           T  0     ,           T  0     ,           T  0     ,              0       ,              0       ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,           /  0      ,           /  0      ,           $  0'     ,              0       ,           $  0(     ,           $  0)     ,           $  0*     ,           $  0+     ,           $  0,     ,           $  0-     ,           $  0.     ,              0       ,              0       ,             0       ,              0       ,              0       ,             0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,               0       ,           (: 0   , ,               0       A-           (: 0   , ,               0       9B-           (: 0   , ,               0       B-           (: 0   , ,           (: 0   , ,               0       C-               0       C-               0       C-               0       C-              0       C-              0       C-              0       C-              0       C-              0       C-             0       C-               0       C-               0       C-               0       C-               0       C-               0       C-               0       C-            : 0,                 : 0    D- D-              0       D-             0       D-              0       D-            0       D-             0       D-              0       D-            0       D-             0       D-              0       D-             0       D-           : 0   D- D-              0       D-             0       D-             0       D-             0       D-              0       D-            0       D-             0       D-             0       D-             0       D-              0       D-            0       D-             0       D-             0       D-             0       D-              0       D-            0       D-              0       D-             0       D-             0       D-              0       D-            0       D-              0       D-             0       D-             0       D-              0       D-            0       D-              0       D-             0       D-             0       D-              0       D-            0       D-              0       D-             0       D-             0       D-              0       D-             0       D-           : 0   D- D-               0       G-              0       G-             0       G-              0       G-            0       G-             0       G-              0       G-            0       G-             0       G-              0       G-             0       G-           : 0   D- D-              0       ^H-             0       ^H-             0       ^H-             0       ^H-             0       ^H-              0       ^H-            0       ^H-             0       ^H-             0       ^H-             0       ^H-             0       ^H-              0       ^H-            0       ^H-             0       ^H-             0       ^H-             0       ^H-             0       ^H-              0       ^H-            0       ^H-             0       ^H-             0       ^H-             0       ^H-             0       ^H-              0       ^H-             0       ^H-           : 0   D- D-              0       H-               0       H-              0       H-              0       H-              0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-             0       H-              0       H-            0       H-              0       H-             0       H-             0       H-             0       H-              0       H-            0       H-             0       H-             0       H-             0       H-              0       H-             0       H-            : 0-                 : 0    J- J-               0       J-               0       J-               0       J-               0       J-               0       J-               0       J-               0       J-            : 0.                  : 0    wN- wN-               0       N-               0       N-              0       N-              0       N-             0       N-              0       N-              0       N-             0       N-              0       N-              0       N-             0       N-              0       N-              0       N-             0       N-               0       N-               0       N-            
  0V      N-            
  0W      N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-            O  0V      N-            O  0W      N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-               0       N-           : 0   wN- wN-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-               0       Z-              0       Z-              0       Z-              0       Z-             0       Z-              0       Z-              0       Z-              0       Z-          : 0/                      0       _-            Q  0      _-            Q  0      _-            Q  0      _-               0       _-               0       _-            R  0      _-            R  0      _-            R  0      _-            R  0      _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-               0       _-            : 00                     0       h-               0       h-              0V      h-              0W      h-               0       h-               0       h-               0       h-               0       h-               0       h-              0       h-             0       h-              0       h-             0       h-              0       h-             0       h-               0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-               0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-               0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-               0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-               0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-              0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-              0       h-              0       h-             0       h-               0       h-               0       h-               0       h-            : 01                     0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-              0V      L-              0W      L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-             0X     L-             0Y     L-             0Z     L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0[     L-             0\     L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0]     L-             0^     L-             0_     L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-               0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-              0       L-              0       L-             0+      L-              0       L-              0       L-              0       L-             0       L-              0       L-              0       L-             0       L-               0       L-            : 02                     0       ޡ-           : 0    ޡ- ޡ-               0       -               0       -               0       -           : 0   ޡ- ޡ-               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -            P  0V      -               0       -            P  0W      -               0       -               0       -           : 0   ޡ- ޡ-               0       Q-               0       Q-               0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-              0       Q-              0       Q-              0       Q-             0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-               0       Q-           : 0   ޡ- ޡ-               0       r-               0       r-               0       r-               0       r-               0       r-               0       r-               0      r-               0       r-               0       r-               0       r-               0       r-               0      r-               0       r-               0       r-               0      r-               0       r-           : 0   ޡ- ޡ-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-               0       a-           : 0   ޡ- ޡ-               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -           : 0   ޡ- ޡ-               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -           : 0   ޡ- ޡ-               0       ?-           (: 0    ?- ?-               0       v-               0       v-               0       v-               0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-           !  0d     v-           !  0e     v-           !  0f     v-           !  0g     v-           !  0h     v-           !  0i     v-           !  0j     v-           !  0k     v-           !  0l     v-           !  0m     v-           !  0n     v-              0       v-              0       v-             0       v-              0       v-              0       v-             0       v-               0       v-               0       v-               0       v-               0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-           !  0o     v-           !  0p     v-           !  0q     v-           !  0r     v-           !  0s     v-           !  0t     v-           !  0u     v-           !  0v     v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-             0       v-               0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-           !  0w     v-           !  0x     v-           !  0y     v-           !  0z     v-           !  0{     v-           !  0|     v-           !  0}     v-           !  0~     v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-             0       v-               0       v-               0       v-               0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-              0       v-              0       v-             0       v-              0       v-              0       v-             0       v-               0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-              0       v-              0       v-              0       v-              0       v-              0       v-              0       v-             0       v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-           !  0     v-              0       v-             0       v-              0       v-              0       v-             0       v-           (: 0   ?- ?-               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -              0       -              0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           "  0      -           "  0      -           "  0      -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           #  0V      -           #  0W      -              0       -              0       -             0       -              0       -              0       -              0       -              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     -           $  01     -              0       -              0       -              0       -             0       -           $  02     -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -          $  03     -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           %  0      -           %  0      -           %  0      -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           )  0     -           )  0     -           )  0     -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           *  0      -           *  0      -           )  0     -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           *  0      -           )  0     -           )  0     -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           &  0     -           &  0     -           &  0     -           &  0     -           &  0     -              0       -              0       -             0       -           S  0+      -           &  0     -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -             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     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           (  0X     -           (  0Y     -           (  0Z     -           (  0[     -           (  0\     -           (  0]     -           (  0^     -           (  0_     -              0       -           9  0     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -           8  0     -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           +  0      -           +  0      -           +  0      -           +  0      -           +  0      -              0       -              0       -              0       -              0       -              0       -              0       -           ,  0
     -           ,  0     -           ,  0     -           ,  0
     -              0       -              0       -              0       -              0       -           9  0     -           9  0     -           9  0     -           9  0     -           9  0     -           9  0     -           9  0     -           9  0     -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -             0       -           ,  0     -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0     -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           0  0     -           0  0     -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           0  0     -           0  0     -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           0  0     -           0  0     -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -              0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0     -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           ,  0     -           ,  0     -           ,  0     -           ,  0     -           ,  0      -           ,  0!     -           ,  0"     -           ,  0#     -           ,  0$     -           ,  0%     -           ,  0&     -           ,  0'     -              0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           T  0     -           T  0     -           T  0     -           T  0     -           T  0     -           T  0     -           T  0     -           T  0     -           T  0     -              0       -              0       -              0       -              0       -             0       -              0       -              0       -             0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -           /  0      -           /  0      -           $  04     -              0       -           $  05     -           $  06     -           $  07     -           $  08     -           $  09     -           $  0:     -           $  0;     -              0       -              0       -             0       -              0       -              0       -             0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -               0       -           (: 0   ?- ?-               0       HO.           (: 0   ?- ?-               0       O.           (: 0   ?- ?-               0       mP.           (: 0   ?- ?-           (: 0   ?- ?-               0       @Q.               0       @Q.               0       @Q.               0       @Q.              0       @Q.              0       @Q.              0       @Q.              0       @Q.              0       @Q.             0       @Q.               0       @Q.               0       @Q.               0       @Q.               0       @Q.               0       @Q.               0       @Q.            : 03                 : 0    +R. +R.              0       ?R.             0       ?R.              0       ?R.            0       ?R.             0       ?R.              0       ?R.            0       ?R.             0       ?R.              0       ?R.             0       ?R.           : 0   +R. +R.              0       |R.             0       |R.             0       |R.             0       |R.              0       |R.            0       |R.             0       |R.             0       |R.             0       |R.              0       |R.            0       |R.             0       |R.             0       |R.             0       |R.              0       |R.            0       |R.              0       |R.             0       |R.             0       |R.              0       |R.            0       |R.              0       |R.             0       |R.             0       |R.              0       |R.            0       |R.              0       |R.             0       |R.             0       |R.              0       |R.            0       |R.              0       |R.             0       |R.             0       |R.              0       |R.             0       |R.           : 0   +R. +R.               0       uU.              0       uU.             0       uU.              0       uU.            0       uU.             0       uU.              0       uU.            0       uU.             0       uU.              0       uU.             0       uU.           : 0   +R. +R.              0       U.             0       U.             0       U.             0       U.             0       U.              0       U.            0       U.             0       U.             0       U.             0       U.             0       U.              0       U.            0       U.             0       U.             0       U.             0       U.             0       U.              0       U.            0       U.             0       U.             0       U.             0       U.             0       U.              0       U.             0       U.           : 0   +R. +R.              0       aV.               0       aV.              0       aV.              0       aV.              0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.             0       aV.              0       aV.            0       aV.              0       aV.             0       aV.             0       aV.             0       aV.              0       aV.            0       aV.             0       aV.             0       aV.             0       aV.              0       aV.             0       aV.            : 04                 : 0    LX. LX.               0       YX.               0       YX.               0       YX.               0       YX.               0       YX.               0       YX.               0       YX.            : 05                  : 0    \. \.               0       \.               0       \.              0       \.              0       \.             0       \.              0       \.              0       \.             0       \.              0       \.              0       \.             0       \.              0       \.              0       \.             0       \.               0       \.               0       \.            
  0X      \.            
  0Y      \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.            O  0X      \.            O  0Y      \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.               0       \.           : 0   \. \.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.               0       ^h.              0       ^h.              0       ^h.              0       ^h.             0       ^h.              0       ^h.              0       ^h.              0       ^h.          : 06                      0       qm.            Q  0      qm.            Q  0      qm.            Q  0      qm.               0       qm.               0       qm.            R  0      qm.            R  0      qm.            R  0      qm.            R  0      qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.               0       qm.            : 07                     0       1v.               0       1v.              0X      1v.              0Y      1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.              0       1v.             0       1v.              0       1v.             0       1v.              0       1v.             0       1v.               0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.               0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.               0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.               0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.               0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.              0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.              0       1v.              0       1v.             0       1v.               0       1v.               0       1v.               0       1v.            : 08                     0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .              0X      .              0Y      .               0       .               0       .               0       .               0       .               0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .             0`     .             0a     .             0b     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .             0c     .             0d     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0e     .             0f     .             0g     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .             0,      .              0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .            : 09                     0       |.           : 0    |. |.               0       B.               0       B.               0       B.           : 0   |. |.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.               0       3.            P  0X      3.               0       3.            P  0Y      3.               0       3.               0       3.           : 0   |. |.               0       .               0       .               0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .           : 0   |. |.               0       .               0       .               0       .               0       .               0       .               0       .               0      .               0       .               0       .               0       .               0       .               0      .               0       .               0       .               0      .               0       .           : 0   |. |.               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .               0       .           : 0   |. |.               0       P.               0       P.               0       P.               0       P.               0       P.               0       P.               0       P.               0       P.               0       P.           : 0   |. |.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.               0       R.           : 0   |. |.               0       .           (: 0    . .               0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .             0       .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .              0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .              0       .              0       .              0       .             0       .              0       .              0       .             0       .               0       .               0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .              0       .              0       .             0       .              0       .              0       .             0       .               0       .              0       .              0       .              0       .              0       .              0       .             0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .           !  0     .              0       .             0       .              0       .              0       .             0       .           (: 0   . .               0        .               0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .               0        .               0        .               0        .              0        .              0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           "  0       .           "  0       .           "  0       .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           #  0X       .           #  0Y       .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           /  0       .           $  0<      .           $  0=      .           $  0>      .              0        .              0        .              0        .             0        .           $  0?      .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .          $  0@      .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           %  0       .           %  0       .           %  0       .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           )  0      .           )  0	      .           )  0
      .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           *  0       .           *  0       .           )  0      .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           *  0       .           )  0      .           )  0
      .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           &  0      .           &  0	      .           &  0
      .           &  0      .           &  0      .              0        .              0        .             0        .           S  0,       .           &  0
      .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .             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      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           (  0`      .           (  0a      .           (  0b      .           (  0c      .           (  0d      .           (  0e      .           (  0f      .           (  0g      .              0        .           9  0      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .           8  0      .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .           +  0       .           +  0       .           +  0       .           +  0       .           +  0       .              0        .              0        .              0        .              0        .              0        .              0        .           ,  0(      .           ,  0)      .           ,  0*      .           ,  0+      .              0        .              0        .              0        .              0        .           9  0      .           9  0      .           9  0      .           9  0      .           9  0      .           9  0      .           9  0      .           9  0      .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .             0        .           ,  0,      .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .             0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               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      .           ,  01      .           ,  02      .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           0  0      .           0  0	      .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           0  0
      .           0  0      .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           0  0      .           0  0
      .              0        .              0        .             0        .              0        .              0        .             0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .              0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           ,  03      .           ,  04      .           ,  05      .           ,  06      .           ,  07      .           ,  08      .           ,  09      .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           ,  0:      .           ,  0;      .           ,  0<      .           ,  0=      .           ,  0>      .           ,  0?      .           ,  0@      .           ,  0A      .           ,  0B      .           ,  0C      .           ,  0D      .           ,  0E      .              0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           T  0      .           T  0      .           T  0      .           T  0      .           T  0      .           T  0      .           T  0      .           T  0      .           T  0      .              0        .              0        .              0        .              0        .             0        .              0        .              0        .             0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .              0        .             0        .           /  0       .           /  0       .           $  0A      .              0        .           $  0B      .           $  0C      .           $  0D      .           $  0E      .           $  0F      .           $  0G      .           $  0H      .              0        .              0        .             0        .              0        .              0        .             0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .               0        .           (: 0   . .               0       \/           (: 0   . .               0       u]/           (: 0   . .               0       ^/           (: 0   . .           (: 0   . .               0       ^/               0       ^/               0       ^/               0       ^/              0       ^/              0       ^/              0       ^/              0       ^/              0       ^/             0       ^/               0       ^/               0       ^/               0       ^/               0       ^/               0       ^/               0       ^/            : 0:                 : 0    _/ _/              0       _/             0       _/              0       _/            0       _/             0       _/              0       _/            0       _/             0       _/              0       _/             0       _/           : 0   _/ _/              0       `/             0       `/             0       `/             0       `/              0       `/            0       `/             0       `/             0       `/             0       `/              0       `/            0       `/             0       `/             0       `/             0       `/              0       `/            0       `/              0       `/             0       `/             0       `/              0       `/            0       `/              0       `/             0       `/             0       `/              0       `/            0       `/              0       `/             0       `/             0       `/              0       `/            0       `/              0       `/             0       `/             0       `/              0       `/             0       `/           : 0   _/ _/               0       c/              0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/             0       c/           : 0   _/ _/              0       c/             0       c/             0       c/             0       c/             0       c/              0       c/            0       c/             0       c/             0       c/             0       c/             0       c/              0       c/            0       c/             0       c/             0       c/             0       c/             0       c/              0       c/            0       c/             0       c/             0       c/             0       c/             0       c/              0       c/             0       c/           : 0   _/ _/              0       c/               0       c/              0       c/              0       c/              0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/             0       c/              0       c/            0       c/              0       c/             0       c/             0       c/             0       c/              0       c/            0       c/             0       c/             0       c/             0       c/              0       c/             0       c/            : 0;                 : 0    e/ e/               0       e/               0       e/               0       e/               0       e/               0       e/               0       e/               0       e/            : 0<                  : 0    i/ i/               0       i/               0       i/              0       i/              0       i/             0       i/              0       i/              0       i/             0       i/              0       i/              0       i/             0       i/              0       i/              0       i/             0       i/               0       i/               0       i/            
  0Z      i/            
  0[      i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/            O  0Z      i/            O  0[      i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/               0       i/           : 0   i/ i/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/               0       u/              0       u/              0       u/              0       u/             0       u/              0       u/              0       u/              0       u/          : 0=                      0       {/            Q  0      {/            Q  0      {/            Q  0      {/               0       {/               0       {/            R  0      {/            R  0      {/            R  0      {/            R  0      {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/               0       {/            : 0>                     0       σ/               0       σ/              0Z      σ/              0[      σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/              0       σ/             0       σ/              0       σ/             0       σ/              0       σ/             0       σ/               0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/               0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/               0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/               0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/               0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/              0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/              0       σ/              0       σ/             0       σ/               0       σ/               0       σ/               0       σ/            : 0?                     0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0Z      /              0[      /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0h     /             0i     /             0j     /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0k     /             0l     /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0m     /             0n     /             0o     /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0-      /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /            : 0@                     0       /           : 0    / /               0       /               0       /               0       /           : 0   / /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /            P  0Z      /               0       /            P  0[      /               0       /               0       /           : 0   / /               0       /               0       /               0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /           : 0   / /               0       /               0       /               0       /               0       /               0       /               0       /               0      /               0       /               0       /               0       /               0       /               0      /               0       /               0       /               0      /               0       /           : 0   / /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /           : 0   / /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /           : 0   / /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /           : 0   / /               0       {/           (: 0    {/ {/               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /              0       /              0       /             0       /              0       /              0       /             0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /           !  0     /              0       /             0       /              0       /              0       /             0       /           (: 0   {/ {/               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /              0       /              0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           "  0      /           "  0      /           "  0      /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           #  0Z      /           #  0[      /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           /  0      /           $  0I     /           $  0J     /           $  0K     /              0       /              0       /              0       /             0       /           $  0L     /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /          $  0M     /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           %  0      /           %  0      /           %  0      /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           )  0     /           )  0     /           )  0     /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           *  0      /           *  0      /           )  0     /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           *  0      /           )  0     /           )  0     /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           &  0     /           &  0     /           &  0     /           &  0     /           &  0     /              0       /              0       /             0       /           S  0-      /           &  0     /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /             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     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           (  0h     /           (  0i     /           (  0j     /           (  0k     /           (  0l     /           (  0m     /           (  0n     /           (  0o     /              0       /           9  0     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /           8  0     /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           +  0      /           +  0      /           +  0      /           +  0      /           +  0      /              0       /              0       /              0       /              0       /              0       /              0       /           ,  0F     /           ,  0G     /           ,  0H     /           ,  0I     /              0       /              0       /              0       /              0       /           9  0     /           9  0     /           9  0     /           9  0     /           9  0     /           9  0     /           9  0     /           9  0     /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /             0       /           ,  0J     /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /           ,  0K     /           ,  0L     /           ,  0M     /           ,  0N     /           ,  0O     /           ,  0P     /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           0  0     /           0  0     /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           0  0     /           0  0     /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           0  0     /           0  0     /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /              0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           ,  0Q     /           ,  0R     /           ,  0S     /           ,  0T     /           ,  0U     /           ,  0V     /           ,  0W     /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           ,  0X     /           ,  0Y     /           ,  0Z     /           ,  0[     /           ,  0\     /           ,  0]     /           ,  0^     /           ,  0_     /           ,  0`     /           ,  0a     /           ,  0b     /           ,  0c     /              0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           T  0     /           T  0     /           T  0     /           T  0     /           T  0     /           T  0     /           T  0     /           T  0     /           T  0     /              0       /              0       /              0       /              0       /             0       /              0       /              0       /             0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /             0       /           /  0      /           /  0      /           $  0N     /              0       /           $  0O     /           $  0P     /           $  0Q     /           $  0R     /           $  0S     /           $  0T     /           $  0U     /              0       /              0       /             0       /              0       /              0       /             0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /               0       /           (: 0   {/ {/               0       j0           (: 0   {/ {/               0       k0           (: 0   {/ {/               0       k0           (: 0   {/ {/           (: 0   {/ {/               0       |l0               0       |l0               0       |l0               0       |l0              0       |l0              0       |l0              0       |l0              0       |l0              0       |l0             0       |l0               0       |l0               0       |l0               0       |l0               0       |l0               0       |l0               0       |l0            : 0A                 : 0    gm0 gm0              0       {m0             0       {m0              0       {m0            0       {m0             0       {m0              0       {m0            0       {m0             0       {m0              0       {m0             0       {m0           : 0   gm0 gm0              0       m0             0       m0             0       m0             0       m0              0       m0            0       m0             0       m0             0       m0             0       m0              0       m0            0       m0             0       m0             0       m0             0       m0              0       m0            0       m0              0       m0             0       m0             0       m0              0       m0            0       m0              0       m0             0       m0             0       m0              0       m0            0       m0              0       m0             0       m0             0       m0              0       m0            0       m0              0       m0             0       m0             0       m0              0       m0             0       m0           : 0   gm0 gm0               0       p0              0       p0             0       p0              0       p0            0       p0             0       p0              0       p0            0       p0             0       p0              0       p0             0       p0           : 0   gm0 gm0              0       8q0             0       8q0             0       8q0             0       8q0             0       8q0              0       8q0            0       8q0             0       8q0             0       8q0             0       8q0             0       8q0              0       8q0            0       8q0             0       8q0             0       8q0             0       8q0             0       8q0              0       8q0            0       8q0             0       8q0             0       8q0             0       8q0             0       8q0              0       8q0             0       8q0           : 0   gm0 gm0              0       q0               0       q0              0       q0              0       q0              0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0             0       q0              0       q0            0       q0              0       q0             0       q0             0       q0             0       q0              0       q0            0       q0             0       q0             0       q0             0       q0              0       q0             0       q0            : 0B                 : 0    s0 s0               0       s0               0       s0               0       s0               0       s0               0       s0               0       s0               0       s0            : 0C                  : 0    Qw0 Qw0               0       Zw0               0       Zw0              0       Zw0              0       Zw0             0       Zw0              0       Zw0              0       Zw0             0       Zw0              0       Zw0              0       Zw0             0       Zw0              0       Zw0              0       Zw0             0       Zw0               0       Zw0               0       Zw0            
  0\      Zw0            
  0]      Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0            O  0\      Zw0            O  0]      Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0               0       Zw0           : 0   Qw0 Qw0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0              0       0              0       0              0       0             0       0              0       0              0       0              0       0          : 0D                      0       0            Q  0      0            Q  0      0            Q  0      0               0       0               0       0            R  0      0            R  0      0            R  0      0            R  0      0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0            : 0E                     0       m0               0       m0              0\      m0              0]      m0               0       m0               0       m0               0       m0               0       m0               0       m0              0       m0             0       m0              0       m0             0       m0              0       m0             0       m0               0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0               0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0               0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0               0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0               0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0              0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0              0       m0              0       m0             0       m0               0       m0               0       m0               0       m0            : 0F                     0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0              0\      &0              0]      &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0             0p     &0             0q     &0             0r     &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0s     &0             0t     &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0u     &0             0v     &0             0w     &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0               0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0              0       &0              0       &0             0.      &0              0       &0              0       &0              0       &0             0       &0              0       &0              0       &0             0       &0               0       &0            : 0G                     0       0           : 0    0 0               0       ~0               0       ~0               0       ~0           : 0   0 0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0               0       o0            P  0\      o0               0       o0            P  0]      o0               0       o0               0       o0           : 0   0 0               0       +0               0       +0               0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0              0       +0              0       +0              0       +0             0       +0               0       +0               0       +0               0       +0               0       +0               0       +0               0       +0               0       +0               0       +0               0       +0               0       +0           : 0   0 0               0       L0               0       L0               0       L0               0       L0               0       L0               0       L0               0      L0               0       L0               0       L0               0       L0               0       L0               0      L0               0       L0               0       L0               0      L0               0       L0           : 0   0 0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0               0       ;0           : 0   0 0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0           : 0   0 0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0               0       0           : 0   0 0               0       0           (: 0    0 0               0       P0               0       P0               0       P0               0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0              0       P0              0       P0             0       P0              0       P0              0       P0             0       P0               0       P0               0       P0               0       P0               0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0             0       P0               0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0      P0           !  0     P0           !  0     P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0             0       P0               0       P0               0       P0               0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0	     P0           !  0
     P0              0       P0              0       P0             0       P0              0       P0              0       P0             0       P0               0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0       P0             0       P0           !  0     P0           !  0     P0           !  0
     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0           !  0     P0              0       P0             0       P0              0       P0              0       P0             0       P0           (: 0   0 0               0       \1               0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1               0       \1               0       \1               0       \1              0       \1              0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           "  0      \1           "  0      \1           "  0      \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           #  0\      \1           #  0]      \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           /  0      \1           $  0V     \1           $  0W     \1           $  0X     \1              0       \1              0       \1              0       \1             0       \1           $  0Y     \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1          $  0Z     \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           %  0      \1           %  0      \1           %  0      \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           )  0     \1           )  0     \1           )  0     \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           *  0      \1           *  0      \1           )  0     \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           *  0      \1           )  0     \1           )  0     \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           &  0     \1           &  0     \1           &  0     \1           &  0     \1           &  0     \1              0       \1              0       \1             0       \1           S  0.      \1           &  0     \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1           '  0     \1              0       \1              0       \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           (  0p     \1           (  0q     \1           (  0r     \1           (  0s     \1           (  0t     \1           (  0u     \1           (  0v     \1           (  0w     \1              0       \1           9  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1           8  0     \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           +  0      \1           +  0      \1           +  0      \1           +  0      \1           +  0      \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1           ,  0d     \1           ,  0e     \1           ,  0f     \1           ,  0g     \1              0       \1              0       \1              0       \1              0       \1           9  0     \1           9  0     \1           9  0     \1           9  0     \1           9  0     \1           9  0     \1           9  0     \1           9  0     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           ,  0h     \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1             0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1           ,  0i     \1           ,  0j     \1           ,  0k     \1           ,  0l     \1           ,  0m     \1           ,  0n     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           0  0     \1           0  0     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           0  0     \1           0  0     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           0  0     \1           0  0     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           ,  0o     \1           ,  0p     \1           ,  0q     \1           ,  0r     \1           ,  0s     \1           ,  0t     \1           ,  0u     \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           ,  0v     \1           ,  0w     \1           ,  0x     \1           ,  0y     \1           ,  0z     \1           ,  0{     \1           ,  0|     \1           ,  0}     \1           ,  0~     \1           ,  0     \1           ,  0     \1           ,  0     \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1           T  0     \1              0       \1              0       \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1              0       \1             0       \1           /  0      \1           /  0      \1           $  0[     \1              0       \1           $  0\     \1           $  0]     \1           $  0^     \1           $  0_     \1           $  0`     \1           $  0a     \1           $  0b     \1              0       \1              0       \1             0       \1              0       \1              0       \1             0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1               0       \1           (: 0   0 0               0       "x1           (: 0   0 0               0       x1           (: 0   0 0               0       Gy1           (: 0   0 0           (: 0   0 0               0       z1               0       z1               0       z1               0       z1              0       z1              0       z1              0       z1              0       z1              0       z1             0       z1               0       z1               0       z1               0       z1               0       z1               0       z1               0       z1            : 0H                 : 0    {1 {1              0       {1             0       {1              0       {1            0       {1             0       {1              0       {1            0       {1             0       {1              0       {1             0       {1           : 0   {1 {1              0       V{1             0       V{1             0       V{1             0       V{1              0       V{1            0       V{1             0       V{1             0       V{1             0       V{1              0       V{1            0       V{1             0       V{1             0       V{1             0       V{1              0       V{1            0       V{1              0       V{1             0       V{1             0       V{1              0       V{1            0       V{1              0       V{1             0       V{1             0       V{1              0       V{1            0       V{1              0       V{1             0       V{1             0       V{1              0       V{1            0       V{1              0       V{1             0       V{1             0       V{1              0       V{1             0       V{1           : 0   {1 {1               0       O~1              0       O~1             0       O~1              0       O~1            0       O~1             0       O~1              0       O~1            0       O~1             0       O~1              0       O~1             0       O~1           : 0   {1 {1              0       ~1             0       ~1             0       ~1             0       ~1             0       ~1              0       ~1            0       ~1             0       ~1             0       ~1             0       ~1             0       ~1              0       ~1            0       ~1             0       ~1             0       ~1             0       ~1             0       ~1              0       ~1            0       ~1             0       ~1             0       ~1             0       ~1             0       ~1              0       ~1             0       ~1           : 0   {1 {1              0       ;1               0       ;1              0       ;1              0       ;1              0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1             0       ;1              0       ;1            0       ;1              0       ;1             0       ;1             0       ;1             0       ;1              0       ;1            0       ;1             0       ;1             0       ;1             0       ;1              0       ;1             0       ;1            : 0I                 : 0    &1 &1               0       31               0       31               0       31               0       31               0       31               0       31               0       31            : 0J                  : 0    1 1               0       1               0       1              0       1              0       1             0       1              0       1              0       1             0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1               0       1            
  0^      1            
  0_      1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1            O  0^      1            O  0_      1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1           : 0   1 1               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81               0       81              0       81              0       81              0       81             0       81              0       81              0       81              0       81          : 0K                      0       K1            Q  0      K1            Q  0      K1            Q  0      K1               0       K1               0       K1            R  0      K1            R  0      K1            R  0      K1            R  0      K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1               0       K1            : 0L                     0       1               0       1              0^      1              0_      1               0       1               0       1               0       1               0       1               0       1              0       1             0       1              0       1             0       1              0       1             0       1               0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1              0       1              0       1             0       1              0       1              0       1             0       1              0       1              0       1             0       1               0       1               0       1               0       1            : 0M                     0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0^      ĸ1              0_      ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0x     ĸ1             0y     ĸ1             0z     ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0{     ĸ1             0|     ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0}     ĸ1             0~     ĸ1             0     ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1               0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0/      ĸ1              0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1              0       ĸ1              0       ĸ1             0       ĸ1               0       ĸ1            : 0N                     0       V1           : 0    V1 V1               0       1               0       1               0       1           : 0   V1 V1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1               0       
1            P  0^      
1               0       
1            P  0_      
1               0       
1               0       
1           : 0   V1 V1               0       1               0       1               0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1              0       1              0       1              0       1             0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1           : 0   V1 V1               0       1               0       1               0       1               0       1               0       1               0       1               0      1               0       1               0       1               0       1               0       1               0      1               0       1               0       1               0      1               0       1           : 0   V1 V1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1               0       1           : 0   V1 V1               0       *1               0       *1               0       *1               0       *1               0       *1               0       *1               0       *1               0       *1               0       *1           : 0   V1 V1               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2               0       ,2           : 0   V1 V1               0       2           (: 0    2 2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2           !  0     2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           !  0     2           !  0      2           !  0!     2           !  0"     2           !  0#     2           !  0$     2           !  0%     2           !  0&     2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           !  0'     2           !  0(     2           !  0)     2           !  0*     2           !  0+     2           !  0,     2           !  0-     2           !  0.     2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           !  0/     2           !  00     2           !  01     2           !  02     2           !  03     2           !  04     2           !  05     2           !  06     2              0       2              0       2             0       2              0       2              0       2             0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           !  07     2           !  08     2           !  09     2           !  0:     2           !  0;     2           !  0<     2           !  0=     2           !  0>     2           !  0?     2              0       2             0       2              0       2              0       2             0       2           (: 0   2 2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2              0       2              0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           "  0      2           "  0      2           "  0      2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           #  0^      2           #  0_      2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           /  0      2           $  0c     2           $  0d     2           $  0e     2              0       2              0       2              0       2             0       2           $  0f     2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2          $  0g     2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           %  0      2           %  0      2           %  0      2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           )  0     2           )  0     2           )  0     2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           *  0      2           *  0      2           )  0     2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           *  0      2           )  0     2           )  0     2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           &  0     2           &  0     2           &  0     2           &  0     2           &  0     2              0       2              0       2             0       2           S  0/      2           &  0     2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2           '  0     2              0       2              0       2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           (  0x     2           (  0y     2           (  0z     2           (  0{     2           (  0|     2           (  0}     2           (  0~     2           (  0     2              0       2           9  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2           8  0     2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           +  0      2           +  0      2           +  0      2           +  0      2           +  0      2              0       2              0       2              0       2              0       2              0       2              0       2           ,  0     2           ,  0     2           ,  0     2           ,  0     2              0       2              0       2              0       2              0       2           9  0     2           9  0     2           9  0     2           9  0     2           9  0     2           9  0     2           9  0     2           9  0     2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2           ,  0     2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           0  0     2           0  0     2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           0  0     2           0  0     2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           0  0     2           0  0     2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2           ,  0     2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           T  0     2           T  0     2           T  0     2           T  0     2           T  0     2           T  0     2           T  0     2           T  0     2           T  0     2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2           /  0      2           /  0      2           $  0h     2              0       2           $  0i     2           $  0j     2           $  0k     2           $  0l     2           $  0m     2           $  0n     2           $  0o     2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2           (: 0   2 2               0       2           (: 0   2 2               0       O2           (: 0   2 2               0       2           (: 0   2 2           (: 0   2 2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2            : 0O                 : 0    2 2              0       2             0       2              0       2            0       2             0       2              0       2            0       2             0       2              0       2             0       2           : 0   2 2              0       2             0       2             0       2             0       2              0       2            0       2             0       2             0       2             0       2              0       2            0       2             0       2             0       2             0       2              0       2            0       2              0       2             0       2             0       2              0       2            0       2              0       2             0       2             0       2              0       2            0       2              0       2             0       2             0       2              0       2            0       2              0       2             0       2             0       2              0       2             0       2           : 0   2 2               0       2              0       2             0       2              0       2            0       2             0       2              0       2            0       2             0       2              0       2             0       2           : 0   2 2              0       t2             0       t2             0       t2             0       t2             0       t2              0       t2            0       t2             0       t2             0       t2             0       t2             0       t2              0       t2            0       t2             0       t2             0       t2             0       t2             0       t2              0       t2            0       t2             0       t2             0       t2             0       t2             0       t2              0       t2             0       t2           : 0   2 2              0       ٌ2               0       ٌ2              0       ٌ2              0       ٌ2              0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2              0       ٌ2             0       ٌ2             0       ٌ2             0       ٌ2              0       ٌ2            0       ٌ2             0       ٌ2             0       ٌ2             0       ٌ2              0       ٌ2             0       ٌ2            : 0P                 : 0    Ď2 Ď2               0       ю2               0       ю2               0       ю2               0       ю2               0       ю2               0       ю2               0       ю2            : 0Q                  : 0    2 2               0       2               0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2            
  0`      2            
  0a      2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2            O  0`      2            O  0a      2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2           : 0   2 2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2               0       ֞2              0       ֞2              0       ֞2              0       ֞2             0       ֞2              0       ֞2              0       ֞2              0       ֞2          : 0R                      0       2            Q  0      2            Q  0      2            Q  0      2               0       2               0       2            R  0      2            R  0      2            R  0      2            R  0      2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2            : 0S                     0       2               0       2              0`      2              0a      2               0       2               0       2               0       2               0       2               0       2              0       2             0       2              0       2             0       2              0       2             0       2               0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2             0       2              0       2              0       2              0       2              0       2              0       2             0       2              0       2              0       2             0       2              0       2              0       2             0       2               0       2               0       2               0       2            : 0T                     0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2              0`      b2              0a      b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2             0     b2             0     b2             0     b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0     b2             0     b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0     b2             0     b2             0     b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2               0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2              0       b2              0       b2             00      b2              0       b2              0       b2              0       b2             0       b2              0       b2              0       b2             0       b2               0       b2            : 0U                     0       2           : 0    2 2               0       2               0       2               0       2           : 0   2 2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2               0       2            P  0`      2               0       2            P  0a      2               0       2               0       2           : 0   2 2               0       g2               0       g2               0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2              0       g2              0       g2              0       g2             0       g2               0       g2               0       g2               0       g2               0       g2               0       g2               0       g2               0       g2               0       g2               0       g2               0       g2           : 0   2 2               0       2               0       2               0       2               0       2               0       2               0       2               0      2               0       2               0       2               0       2               0       2               0      2               0       2               0       2               0      2               0       2           : 0   2 2               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3               0       w3           : 0   2 2               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3           : 0   2 2               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3           : 0   2 2               0       U3           (: 0    U3 U3               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3             0       3           !  0@     3           !  0A     3           !  0B     3           !  0C     3           !  0D     3           !  0E     3           !  0F     3           !  0G     3           !  0H     3           !  0I     3           !  0J     3              0       3              0       3             0       3              0       3              0       3             0       3               0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           !  0K     3           !  0L     3           !  0M     3           !  0N     3           !  0O     3           !  0P     3           !  0Q     3           !  0R     3              0       3              0       3              0       3             0       3              0       3              0       3             0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           !  0S     3           !  0T     3           !  0U     3           !  0V     3           !  0W     3           !  0X     3           !  0Y     3           !  0Z     3              0       3              0       3              0       3             0       3              0       3              0       3             0       3               0       3               0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           !  0[     3           !  0\     3           !  0]     3           !  0^     3           !  0_     3           !  0`     3           !  0a     3           !  0b     3              0       3              0       3             0       3              0       3              0       3             0       3               0       3              0       3              0       3              0       3              0       3              0       3             0       3              0       3              0       3              0       3              0       3              0       3              0       3             0       3           !  0c     3           !  0d     3           !  0e     3           !  0f     3           !  0g     3           !  0h     3           !  0i     3           !  0j     3           !  0k     3              0       3             0       3              0       3              0       3             0       3           (: 0   U3 U3               0       !3               0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3               0       !3               0       !3               0       !3              0       !3              0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           "  0      !3           "  0      !3           "  0      !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           #  0`      !3           #  0a      !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           /  0      !3           $  0p     !3           $  0q     !3           $  0r     !3              0       !3              0       !3              0       !3             0       !3           $  0s     !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3          $  0t     !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           %  0      !3           %  0      !3           %  0      !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           )  0      !3           )  0!     !3           )  0"     !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           *  0      !3           *  0      !3           )  0#     !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           *  0      !3           )  0$     !3           )  0%     !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           &  0      !3           &  0!     !3           &  0"     !3           &  0#     !3           &  0$     !3              0       !3              0       !3             0       !3           S  00      !3           &  0%     !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3           '  0     !3              0       !3              0       !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           (  0     !3           (  0     !3           (  0     !3           (  0     !3           (  0     !3           (  0     !3           (  0     !3           (  0     !3              0       !3           9  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3           8  0     !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           +  0      !3           +  0      !3           +  0      !3           +  0      !3           +  0      !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3              0       !3              0       !3              0       !3              0       !3           9  0     !3           9  0     !3           9  0     !3           9  0     !3           9  0     !3           9  0     !3           9  0     !3           9  0     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           ,  0     !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3             0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           0  0      !3           0  0!     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           0  0"     !3           0  0#     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           0  0$     !3           0  0%     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3           ,  0     !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3           T  0     !3              0       !3              0       !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3              0       !3             0       !3           /  0      !3           /  0      !3           $  0u     !3              0       !3           $  0v     !3           $  0w     !3           $  0x     !3           $  0y     !3           $  0z     !3           $  0{     !3           $  0|     !3              0       !3              0       !3             0       !3              0       !3              0       !3             0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3               0       !3           (: 0   U3 U3               0       ^3           (: 0   U3 U3               0       3           (: 0   U3 U3               0       3           (: 0   U3 U3           (: 0   U3 U3               0       V3               0       V3               0       V3               0       V3              0       V3              0       V3              0       V3              0       V3              0       V3             0       V3               0       V3               0       V3               0       V3               0       V3               0       V3               0       V3            : 0V                 : 0    A3 A3              0       U3             0       U3              0       U3            0       U3             0       U3              0       U3            0       U3             0       U3              0       U3             0       U3           : 0   A3 A3              0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3            0       3              0       3             0       3             0       3              0       3             0       3           : 0   A3 A3               0       3              0       3             0       3              0       3            0       3             0       3              0       3            0       3             0       3              0       3             0       3           : 0   A3 A3              0       3             0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3             0       3              0       3            0       3             0       3             0       3             0       3             0       3              0       3             0       3           : 0   A3 A3              0       w3               0       w3              0       w3              0       w3              0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3             0       w3              0       w3            0       w3              0       w3             0       w3             0       w3             0       w3              0       w3            0       w3             0       w3             0       w3             0       w3              0       w3             0       w3            : 0W                 : 0    b3 b3               0       o3               0       o3               0       o3               0       o3               0       o3               0       o3               0       o3            : 0X                  : 0    +3 +3               0       43               0       43              0       43              0       43             0       43              0       43              0       43             0       43              0       43              0       43             0       43              0       43              0       43             0       43               0       43               0       43            
  0b      43            
  0c      43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43            O  0b      43            O  0c      43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43               0       43           : 0   +3 +3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3               0       t3              0       t3              0       t3              0       t3             0       t3              0       t3              0       t3              0       t3          : 0Y                      0       3            Q  0      3            Q  0      3            Q  0      3               0       3               0       3            R  0      3            R  0      3            R  0      3            R  0      3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3               0       3            : 0Z                     0       G3               0       G3              0b      G3              0c      G3               0       G3               0       G3               0       G3               0       G3               0       G3              0       G3             0       G3              0       G3             0       G3              0       G3             0       G3               0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3               0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3               0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3               0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3               0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3              0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3              0       G3              0       G3             0       G3               0       G3               0       G3               0       G3            : 0[                     0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3              0b       3              0c       3               0        3               0        3               0        3               0        3               0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3             0      3             0      3             0      3              0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3             0      3             0      3              0        3              0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3              0        3             0      3             0      3             0      3              0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3              0        3             0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3               0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3              0        3             0        3              0        3              0        3              0        3              0        3             01       3              0        3              0        3              0        3             0        3              0        3              0        3             0        3               0        3            : 0\                     0       3           : 0    3 3               0       X3               0       X3               0       X3           : 0   3 3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3               0       I3            P  0b      I3               0       I3            P  0c      I3               0       I3               0       I3           : 0   3 3               0       4               0       4               0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4           : 0   3 3               0       &
4               0       &
4               0       &
4               0       &
4               0       &
4               0       &
4               0      &
4               0       &
4               0       &
4               0       &
4               0       &
4               0      &
4               0       &
4               0       &
4               0      &
4               0       &
4           : 0   3 3               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4           : 0   3 3               0       f4               0       f4               0       f4               0       f4               0       f4               0       f4               0       f4               0       f4               0       f4           : 0   3 3               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4               0       h4           : 0   3 3               0       4           (: 0    4 4               0       * 4               0       * 4               0       * 4               0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4           !  0l     * 4           !  0m     * 4           !  0n     * 4           !  0o     * 4           !  0p     * 4           !  0q     * 4           !  0r     * 4           !  0s     * 4           !  0t     * 4           !  0u     * 4           !  0v     * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4             0       * 4               0       * 4               0       * 4               0       * 4               0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4           !  0w     * 4           !  0x     * 4           !  0y     * 4           !  0z     * 4           !  0{     * 4           !  0|     * 4           !  0}     * 4           !  0~     * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4             0       * 4               0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4             0       * 4               0       * 4               0       * 4               0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4             0       * 4               0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4              0       * 4             0       * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4           !  0     * 4              0       * 4             0       * 4              0       * 4              0       * 4             0       * 4           (: 0   4 4               0       6/4               0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4               0       6/4               0       6/4               0       6/4              0       6/4              0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           "  0      6/4           "  0      6/4           "  0      6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           #  0b      6/4           #  0c      6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           /  0      6/4           $  0}     6/4           $  0~     6/4           $  0     6/4              0       6/4              0       6/4              0       6/4             0       6/4           $  0     6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4          $  0     6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           %  0      6/4           %  0      6/4           %  0      6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           )  0&     6/4           )  0'     6/4           )  0(     6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           *  0      6/4           *  0      6/4           )  0)     6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           *  0      6/4           )  0*     6/4           )  0+     6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           &  0&     6/4           &  0'     6/4           &  0(     6/4           &  0)     6/4           &  0*     6/4              0       6/4              0       6/4             0       6/4           S  01      6/4           &  0+     6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4           '  0     6/4              0       6/4              0       6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           (  0     6/4           (  0     6/4           (  0     6/4           (  0     6/4           (  0     6/4           (  0     6/4           (  0     6/4           (  0     6/4              0       6/4           9  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4           8  0     6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           +  0      6/4           +  0      6/4           +  0      6/4           +  0      6/4           +  0      6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4              0       6/4              0       6/4              0       6/4              0       6/4           9  0     6/4           9  0     6/4           9  0     6/4           9  0     6/4           9  0     6/4           9  0     6/4           9  0     6/4           9  0     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           ,  0     6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4             0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           0  0&     6/4           0  0'     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           0  0(     6/4           0  0)     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           0  0*     6/4           0  0+     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4           ,  0     6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4           T  0     6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4              0       6/4             0       6/4           /  0      6/4           /  0      6/4           $  0     6/4              0       6/4           $  0     6/4           $  0     6/4           $  0     6/4           $  0     6/4           $  0     6/4           $  0     6/4           $  0     6/4              0       6/4              0       6/4             0       6/4              0       6/4              0       6/4             0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4               0       6/4           (: 0   4 4               0       4           (: 0   4 4               0       4           (: 0   4 4               0       !4           (: 0   4 4           (: 0   4 4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4            : 0]                 : 0    ߣ4 ߣ4              0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4             0       4           : 0   ߣ4 ߣ4              0       04             0       04             0       04             0       04              0       04            0       04             0       04             0       04             0       04              0       04            0       04             0       04             0       04             0       04              0       04            0       04              0       04             0       04             0       04              0       04            0       04              0       04             0       04             0       04              0       04            0       04              0       04             0       04             0       04              0       04            0       04              0       04             0       04             0       04              0       04             0       04           : 0   ߣ4 ߣ4               0       )4              0       )4             0       )4              0       )4            0       )4             0       )4              0       )4            0       )4             0       )4              0       )4             0       )4           : 0   ߣ4 ߣ4              0       4             0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4             0       4              0       4             0       4           : 0   ߣ4 ߣ4              0       4               0       4              0       4              0       4              0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4             0       4              0       4            0       4              0       4             0       4             0       4             0       4              0       4            0       4             0       4             0       4             0       4              0       4             0       4            : 0^                 : 0     4  4               0       
4               0       
4               0       
4               0       
4               0       
4               0       
4               0       
4            : 0_                  : 0    ɭ4 ɭ4               0       ҭ4               0       ҭ4              0       ҭ4              0       ҭ4             0       ҭ4              0       ҭ4              0       ҭ4             0       ҭ4              0       ҭ4              0       ҭ4             0       ҭ4              0       ҭ4              0       ҭ4             0       ҭ4               0       ҭ4               0       ҭ4            
  0d      ҭ4            
  0e      ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4            O  0d      ҭ4            O  0e      ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4               0       ҭ4           : 0   ɭ4 ɭ4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4          : 0`                      0       %4            Q  0      %4            Q  0      %4            Q  0      %4               0       %4               0       %4            R  0      %4            R  0      %4            R  0      %4            R  0      %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4               0       %4            : 0a                     0       4               0       4              0d      4              0e      4               0       4               0       4               0       4               0       4               0       4              0       4             0       4              0       4             0       4              0       4             0       4               0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4            : 0b                     0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0d      4              0e      4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4             0     4             0     4             0     4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0     4             0     4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0     4             0     4             0     4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4              0       4             02      4              0       4              0       4              0       4             0       4              0       4              0       4             0       4               0       4            : 0c                     0       05           : 0    05 05               0       5               0       5               0       5           : 0   05 05               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5            P  0d      5               0       5            P  0e      5               0       5               0       5           : 0   05 05               0       5               0       5               0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5           : 0   05 05               0       5               0       5               0       5               0       5               0       5               0       5               0      5               0       5               0       5               0       5               0       5               0      5               0       5               0       5               0      5               0       5           : 0   05 05               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5               0        5           : 0   05 05               0       $5               0       $5               0       $5               0       $5               0       $5               0       $5               0       $5               0       $5               0       $5           : 0   05 05               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5               0       *5           : 0   05 05               0       ,5           (: 0    ,5 ,5               0       -5               0       -5               0       -5               0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5              0       -5              0       -5             0       -5              0       -5              0       -5             0       -5               0       -5               0       -5               0       -5               0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5             0       -5               0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5             0       -5               0       -5               0       -5               0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5              0       -5              0       -5             0       -5              0       -5              0       -5             0       -5               0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5              0       -5              0       -5              0       -5              0       -5              0       -5              0       -5             0       -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5           !  0     -5              0       -5             0       -5              0       -5              0       -5             0       -5           (: 0   ,5 ,5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5              0       <5              0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           "  0      <5           "  0      <5           "  0      <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           #  0d      <5           #  0e      <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           /  0      <5           $  0     <5           $  0     <5           $  0     <5              0       <5              0       <5              0       <5             0       <5           $  0     <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5          $  0     <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           %  0      <5           %  0      <5           %  0      <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           )  0,     <5           )  0-     <5           )  0.     <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           *  0      <5           *  0      <5           )  0/     <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           *  0      <5           )  00     <5           )  01     <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           &  0,     <5           &  0-     <5           &  0.     <5           &  0/     <5           &  00     <5              0       <5              0       <5             0       <5           S  02      <5           &  01     <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5           '  0     <5              0       <5              0       <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           (  0     <5           (  0     <5           (  0     <5           (  0     <5           (  0     <5           (  0     <5           (  0     <5           (  0     <5              0       <5           9  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5           8  0     <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           +  0      <5           +  0      <5           +  0      <5           +  0      <5           +  0      <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5              0       <5              0       <5              0       <5              0       <5           9  0     <5           9  0     <5           9  0     <5           9  0     <5           9  0     <5           9  0     <5           9  0     <5           9  0     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           ,  0     <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           0  0,     <5           0  0-     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           0  0.     <5           0  0/     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           0  00     <5           0  01     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5           ,  0     <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5           T  0     <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5           /  0      <5           /  0      <5           $  0     <5              0       <5           $  0     <5           $  0     <5           $  0     <5           $  0     <5           $  0     <5           $  0     <5           $  0     <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5           (: 0   ,5 ,5               0       5           (: 0   ,5 ,5               0       )5           (: 0   ,5 ,5               0       5           (: 0   ,5 ,5           (: 0   ,5 ,5               0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5               0       5               0       5            : 0d                 : 0    }5 }5              0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5             0       5           : 0   }5 }5              0       α5             0       α5             0       α5             0       α5              0       α5            0       α5             0       α5             0       α5             0       α5              0       α5            0       α5             0       α5             0       α5             0       α5              0       α5            0       α5              0       α5             0       α5             0       α5              0       α5            0       α5              0       α5             0       α5             0       α5              0       α5            0       α5              0       α5             0       α5             0       α5              0       α5            0       α5              0       α5             0       α5             0       α5              0       α5             0       α5           : 0   }5 }5               0       Ǵ5              0       Ǵ5             0       Ǵ5              0       Ǵ5            0       Ǵ5             0       Ǵ5              0       Ǵ5            0       Ǵ5             0       Ǵ5              0       Ǵ5             0       Ǵ5           : 0   }5 }5              0       N5             0       N5             0       N5             0       N5             0       N5              0       N5            0       N5             0       N5             0       N5             0       N5             0       N5              0       N5            0       N5             0       N5             0       N5             0       N5             0       N5              0       N5            0       N5             0       N5             0       N5             0       N5             0       N5              0       N5             0       N5           : 0   }5 }5              0       5               0       5              0       5              0       5              0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5             0       5              0       5            0       5              0       5             0       5             0       5             0       5              0       5            0       5             0       5             0       5             0       5              0       5             0       5            : 0e                 : 0    5 5               0       5               0       5               0       5               0       5               0       5               0       5               0       5            : 0f                  : 0    g5 g5               0       p5               0       p5              0       p5              0       p5             0       p5              0       p5              0       p5             0       p5              0       p5              0       p5             0       p5              0       p5              0       p5             0       p5               0       p5               0       p5            
  0f      p5            
  0g      p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5            O  0f      p5            O  0g      p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5               0       p5           : 0   g5 g5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5          : 0g                      0       5            Q  0      5            Q  0      5            Q  0      5               0       5               0       5            R  0      5            R  0      5            R  0      5            R  0      5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5            : 0h                     0       5               0       5              0f      5              0g      5               0       5               0       5               0       5               0       5               0       5              0       5             0       5              0       5             0       5              0       5             0       5               0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5               0       5               0       5               0       5               0       5               0       5               0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5             0       5              0       5              0       5              0       5              0       5              0       5             0       5              0       5              0       5             0       5              0       5              0       5             0       5               0       5               0       5               0       5            : 0i                     0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0f      <5              0g      <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             0     <5             0     <5             0     <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0     <5             0     <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0     <5             0     <5             0     <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5               0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5              0       <5              0       <5             03      <5              0       <5              0       <5              0       <5             0       <5              0       <5              0       <5             0       <5               0       <5            : 0j                     0       6           : 0    6 6               0       6               0       6               0       6           : 0   6 6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6            P  0f      6               0       6            P  0g      6               0       6               0       6           : 0   6 6               0       A6               0       A6               0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6              0       A6              0       A6              0       A6             0       A6               0       A6               0       A6               0       A6               0       A6               0       A6               0       A6               0       A6               0       A6               0       A6               0       A6           : 0   6 6               0       b%6               0       b%6               0       b%6               0       b%6               0       b%6               0       b%6               0      b%6               0       b%6               0       b%6               0       b%6               0       b%6               0      b%6               0       b%6               0       b%6               0      b%6               0       b%6           : 0   6 6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6               0       Q.6           : 0   6 6               0       16               0       16               0       16               0       16               0       16               0       16               0       16               0       16               0       16           : 0   6 6               0       76               0       76               0       76               0       76               0       76               0       76               0       76               0       76               0       76               0       76               0       76               0       76           : 0   6 6               0       /:6           (: 0    /:6 /:6               0       f;6               0       f;6               0       f;6               0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6             0       f;6               0       f;6               0       f;6               0       f;6               0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6             0       f;6               0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6             0       f;6               0       f;6               0       f;6               0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6             0       f;6               0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6              0       f;6             0       f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6           !  0     f;6              0       f;6             0       f;6              0       f;6              0       f;6             0       f;6           (: 0   /:6 /:6               0       rJ6               0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6               0       rJ6               0       rJ6               0       rJ6              0       rJ6              0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           "  0      rJ6           "  0      rJ6           "  0      rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           #  0f      rJ6           #  0g      rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           /  0      rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           $  0     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6          $  0     rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           %  0      rJ6           %  0      rJ6           %  0      rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           )  02     rJ6           )  03     rJ6           )  04     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           *  0      rJ6           *  0      rJ6           )  05     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           *  0      rJ6           )  06     rJ6           )  07     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           &  02     rJ6           &  03     rJ6           &  04     rJ6           &  05     rJ6           &  06     rJ6              0       rJ6              0       rJ6             0       rJ6           S  03      rJ6           &  07     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           '  0     rJ6           '  0     rJ6           '  0      rJ6           '  0     rJ6           '  0     rJ6           '  0     rJ6           '  0     rJ6           '  0     rJ6           '  0     rJ6           '  0     rJ6              0       rJ6              0       rJ6           8  0     rJ6           8  0     rJ6           8  0     rJ6           8  0      rJ6           8  0     rJ6           8  0     rJ6           8  0     rJ6           8  0     rJ6           8  0     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6           (  0     rJ6              0       rJ6           9  0     rJ6           8  0     rJ6           8  0     rJ6           8  0     rJ6           8  0	     rJ6           8  0
     rJ6           8  0     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           +  0      rJ6           +  0      rJ6           +  0     rJ6           +  0     rJ6           +  0     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6           9  0     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           ,  0     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6           ,  0     rJ6           ,  0      rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           0  02     rJ6           0  03     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           0  04     rJ6           0  05     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           0  06     rJ6           0  07     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0	     rJ6           ,  0
     rJ6           ,  0     rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           ,  0     rJ6           ,  0
     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6           ,  0     rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6           T  0     rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6              0       rJ6             0       rJ6           /  0      rJ6           /  0      rJ6           $  0     rJ6              0       rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6           $  0     rJ6              0       rJ6              0       rJ6             0       rJ6              0       rJ6              0       rJ6             0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6               0       rJ6           (: 0   /:6 /:6               0       86           (: 0   /:6 /:6               0       Ǽ6           (: 0   /:6 /:6               0       ]6           (: 0   /:6 /:6           (: 0   /:6 /:6               0       06               0       06               0       06               0       06              0       06              0       06              0       06              0       06              0       06             0       06               0       06               0       06               0       06               0       06               0       06               0       06            : 0k                 : 0    6 6              0       /6             0       /6              0       /6            0       /6             0       /6              0       /6            0       /6             0       /6              0       /6             0       /6           : 0   6 6              0       l6             0       l6             0       l6             0       l6              0       l6            0       l6             0       l6             0       l6             0       l6              0       l6            0       l6             0       l6             0       l6             0       l6              0       l6            0       l6              0       l6             0       l6             0       l6              0       l6            0       l6              0       l6             0       l6             0       l6              0       l6            0       l6              0       l6             0       l6             0       l6              0       l6            0       l6              0       l6             0       l6             0       l6              0       l6             0       l6           : 0   6 6               0       e6              0       e6             0       e6              0       e6            0       e6             0       e6              0       e6            0       e6             0       e6              0       e6             0       e6           : 0   6 6              0       6             0       6             0       6             0       6             0       6              0       6            0       6             0       6             0       6             0       6             0       6              0       6            0       6             0       6             0       6             0       6             0       6              0       6            0       6             0       6             0       6             0       6             0       6              0       6             0       6           : 0   6 6              0       Q6               0       Q6               0       Q6              0       Q6              0       Q6              0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6             0       Q6              0       Q6            0       Q6              0       Q6             0       Q6             0       Q6             0       Q6              0       Q6            0       Q6             0       Q6             0       Q6             0       Q6              0       Q6             0       Q6            : 0l                 : 0    =6 =6               0       J6               0       J6               0       J6               0       J6               0       J6               0       J6               0       J6            : 0m                  : 0    6 6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6            
  0h      6            
  0i      6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6            O  0h      6            O  0i      6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6           : 0   6 6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6               0       O6              0       O6              0       O6              0       O6             0       O6              0       O6              0       O6              0       O6          : 0n                      0       b6            Q  0      b6            Q  0      b6            Q  0      b6               0       b6               0       b6            R  0      b6            R  0      b6            R  0      b6            R  0      b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6               0       b6            : 0o                     0       "6               0       "6              0h      "6              0i      "6               0       "6               0       "6               0       "6               0       "6               0       "6              0       "6             0       "6              0       "6             0       "6              0       "6             0       "6               0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6               0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6               0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6               0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6               0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6              0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6              0       "6              0       "6             0       "6               0       "6               0       "6               0       "6            : 0p                     0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6              0h      6              0i      6               0       6               0       6               0       6               0       6               0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6             0     6             0     6             0     6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6             0     6             0     6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0     6             0     6             0     6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6             04      6              0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6            : 0q                     0       m7           : 0    m7 m7               0       37               0       37               0       37           : 0   m7 m7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7               0       $"7            P  0h      $"7               0       $"7            P  0i      $"7               0       $"7               0       $"7           : 0   m7 m7               0       ,7               0       ,7               0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7              0       ,7              0       ,7              0       ,7             0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7               0       ,7           : 0   m7 m7               0       37               0       37               0       37               0       37               0       37               0       37               0      37               0       37               0       37               0       37               0       37               0      37               0       37               0       37               0      37               0       37           : 0   m7 m7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7               0       ;7           : 0   m7 m7               0       A?7               0       A?7               0       A?7               0       A?7               0       A?7               0       A?7               0       A?7               0       A?7               0       A?7           : 0   m7 m7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7               0       CE7           : 0   m7 m7               0       G7           (: 0    G7 G7               0       I7               0       I7               0       I7               0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7              0       I7              0       I7             0       I7              0       I7              0       I7             0       I7               0       I7               0       I7               0       I7               0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0     I7           !  0 	     I7           !  0	     I7           !  0	     I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7             0       I7               0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0		     I7           !  0
	     I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7             0       I7               0       I7               0       I7               0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7           !  0	     I7           !  0	     I7           !  0
	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7              0       I7              0       I7             0       I7              0       I7              0       I7             0       I7               0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7              0       I7              0       I7              0       I7              0       I7              0       I7              0       I7             0       I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7           !  0	     I7              0       I7             0       I7              0       I7              0       I7             0       I7           (: 0   G7 G7               0       X7               0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7               0       X7               0       X7               0       X7              0       X7              0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           "  0      X7           "  0      X7           "  0      X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           #  0h      X7           #  0i      X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           /  0      X7           $  0     X7           $  0     X7           $  0     X7              0       X7              0       X7              0       X7             0       X7           $  0     X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7          $  0     X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           %  0      X7           %  0      X7           %  0      X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           )  08     X7           )  09     X7           )  0:     X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           *  0      X7           *  0      X7           )  0;     X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           *  0      X7           )  0<     X7           )  0=     X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           &  08     X7           &  09     X7           &  0:     X7           &  0;     X7           &  0<     X7              0       X7              0       X7             0       X7           S  04      X7           &  0=     X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           '  0     X7           '  0	     X7           '  0
     X7           '  0     X7           '  0     X7           '  0
     X7           '  0     X7           '  0     X7           '  0     X7           '  0     X7              0       X7              0       X7           8  0     X7           8  0
     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           (  0     X7           (  0     X7           (  0     X7           (  0     X7           (  0     X7           (  0     X7           (  0     X7           (  0     X7              0       X7           9  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7           8  0     X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           +  0     X7           +  0     X7           +  0     X7           +  0     X7           +  0     X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7           ,  0     X7           ,  0     X7           ,  0     X7           ,  0     X7              0       X7              0       X7              0       X7              0       X7           9  0     X7           9  0     X7           9  0     X7           9  0     X7           9  0     X7           9  0     X7           9  0     X7           9  0     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           ,  0     X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7             0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7           ,  0     X7           ,  0     X7           ,  0     X7           ,  0      X7           ,  0!     X7           ,  0"     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           0  08     X7           0  09     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           0  0:     X7           0  0;     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           0  0<     X7           0  0=     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           ,  0#     X7           ,  0$     X7           ,  0%     X7           ,  0&     X7           ,  0'     X7           ,  0(     X7           ,  0)     X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           ,  0*     X7           ,  0+     X7           ,  0,     X7           ,  0-     X7           ,  0.     X7           ,  0/     X7           ,  00     X7           ,  01     X7           ,  02     X7           ,  03     X7           ,  04     X7           ,  05     X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7           T  0     X7              0       X7              0       X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7              0       X7             0       X7           /  0      X7           /  0      X7           $  0     X7              0       X7           $  0     X7           $  0     X7           $  0     X7           $  0     X7           $  0     X7           $  0     X7           $  0     X7              0       X7              0       X7             0       X7              0       X7              0       X7             0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7               0       X7           (: 0   G7 G7               0       7           (: 0   G7 G7               0       f7           (: 0   G7 G7               0       7           (: 0   G7 G7           (: 0   G7 G7               0       7               0       7               0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7               0       7               0       7               0       7               0       7               0       7               0       7            : 0r                 : 0    7 7              0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7             0       7           : 0   7 7              0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7              0       7            0       7              0       7             0       7             0       7              0       7            0       7              0       7             0       7             0       7              0       7            0       7              0       7             0       7             0       7              0       7            0       7              0       7             0       7             0       7              0       7             0       7           : 0   7 7               0       7              0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7             0       7           : 0   7 7              0       7             0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7             0       7              0       7             0       7           : 0   7 7              0       7               0       7               0       7              0       7              0       7              0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7             0       7              0       7            0       7              0       7             0       7             0       7             0       7              0       7            0       7             0       7             0       7             0       7              0       7             0       7            : 0s                 : 0    7 7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            : 0t                  : 0    7 7               0       7               0       7              0       7              0       7             0       7              0       7              0       7             0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7               0       7            
  0j      7            
  0k      7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            O  0j      7            O  0k      7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7           : 0   7 7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7          : 0u                      0       7            Q  0      7            Q  0      7            Q  0      7               0       7               0       7            R  0      7            R  0      7            R  0      7            R  0      7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7            : 0v                     0       7               0       7              0j      7              0k      7               0       7               0       7               0       7               0       7               0       7              0       7             0       7              0       7             0       7              0       7             0       7               0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7               0       7               0       7               0       7               0       7               0       7               0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7             0       7              0       7              0       7              0       7              0       7              0       7             0       7              0       7              0       7             0       7              0       7              0       7             0       7               0       7               0       7               0       7            : 0w                     0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0j      z
8              0k      z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0     z
8             0     z
8             0     z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0     z
8             0     z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0     z
8             0     z
8             0     z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8               0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8              0       z
8              0       z
8             05      z
8              0       z
8              0       z
8              0       z
8             0       z
8              0       z
8              0       z
8             0       z
8               0       z
8            : 0x                     0       *8           : 0    *8 *8               0       *8               0       *8               0       *8           : 0   *8 *8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8               0       /8            P  0j      /8               0       /8            P  0k      /8               0       /8               0       /8           : 0   *8 *8               0       :8               0       :8               0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8              0       :8              0       :8              0       :8             0       :8               0       :8               0       :8               0       :8               0       :8               0       :8               0       :8               0       :8               0       :8               0       :8               0       :8           : 0   *8 *8               0       @8               0       @8               0       @8               0       @8               0       @8               0       @8               0      @8               0       @8               0       @8               0       @8               0       @8               0      @8               0       @8               0       @8               0      @8               0       @8           : 0   *8 *8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8               0       I8           : 0   *8 *8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8           : 0   *8 *8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8               0       R8           : 0   *8 *8               0       mU8           (: 0    mU8 mU8               0       V8               0       V8               0       V8               0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8           !  0	     V8           !  0	     V8           !  0	     V8           !  0	     V8           !  0 	     V8           !  0!	     V8           !  0"	     V8           !  0#	     V8           !  0$	     V8           !  0%	     V8           !  0&	     V8              0       V8              0       V8             0       V8              0       V8              0       V8             0       V8               0       V8               0       V8               0       V8               0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8           !  0'	     V8           !  0(	     V8           !  0)	     V8           !  0*	     V8           !  0+	     V8           !  0,	     V8           !  0-	     V8           !  0.	     V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8             0       V8               0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8           !  0/	     V8           !  00	     V8           !  01	     V8           !  02	     V8           !  03	     V8           !  04	     V8           !  05	     V8           !  06	     V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8             0       V8               0       V8               0       V8               0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8           !  07	     V8           !  08	     V8           !  09	     V8           !  0:	     V8           !  0;	     V8           !  0<	     V8           !  0=	     V8           !  0>	     V8              0       V8              0       V8             0       V8              0       V8              0       V8             0       V8               0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8              0       V8              0       V8              0       V8              0       V8              0       V8              0       V8             0       V8           !  0?	     V8           !  0@	     V8           !  0A	     V8           !  0B	     V8           !  0C	     V8           !  0D	     V8           !  0E	     V8           !  0F	     V8           !  0G	     V8              0       V8             0       V8              0       V8              0       V8             0       V8           (: 0   mU8 mU8               0       e8               0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8               0       e8               0       e8               0       e8              0       e8              0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           "  0      e8           "  0      e8           "  0      e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           #  0j      e8           #  0k      e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           /  0      e8           $  0     e8           $  0     e8           $  0     e8              0       e8              0       e8              0       e8             0       e8           $  0     e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8          $  0     e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           %  0      e8           %  0      e8           %  0      e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           )  0>     e8           )  0?     e8           )  0@     e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           *  0      e8           *  0      e8           )  0A     e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           *  0      e8           )  0B     e8           )  0C     e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           &  0>     e8           &  0?     e8           &  0@     e8           &  0A     e8           &  0B     e8              0       e8              0       e8             0       e8           S  05      e8           &  0C     e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8           '  0     e8              0       e8              0       e8           8  0     e8           8  0     e8           8  0     e8           8  0     e8           8  0     e8           8  0      e8           8  0!     e8           8  0"     e8           8  0#     e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           (  0     e8           (  0     e8           (  0     e8           (  0     e8           (  0     e8           (  0     e8           (  0     e8           (  0     e8              0       e8           9  0     e8           8  0$     e8           8  0%     e8           8  0&     e8           8  0'     e8           8  0(     e8           8  0)     e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           +  0	     e8           +  0
     e8           +  0     e8           +  0     e8           +  0
     e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8           ,  06     e8           ,  07     e8           ,  08     e8           ,  09     e8              0       e8              0       e8              0       e8              0       e8           9  0     e8           9  0     e8           9  0     e8           9  0     e8           9  0     e8           9  0     e8           9  0     e8           9  0     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           ,  0:     e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8             0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8           ,  0;     e8           ,  0<     e8           ,  0=     e8           ,  0>     e8           ,  0?     e8           ,  0@     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           0  0>     e8           0  0?     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           0  0@     e8           0  0A     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           0  0B     e8           0  0C     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           ,  0A     e8           ,  0B     e8           ,  0C     e8           ,  0D     e8           ,  0E     e8           ,  0F     e8           ,  0G     e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           ,  0H     e8           ,  0I     e8           ,  0J     e8           ,  0K     e8           ,  0L     e8           ,  0M     e8           ,  0N     e8           ,  0O     e8           ,  0P     e8           ,  0Q     e8           ,  0R     e8           ,  0S     e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8           T  0     e8              0       e8              0       e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8              0       e8             0       e8           /  0      e8           /  0      e8           $  0     e8              0       e8           $  0     e8           $  0     e8           $  0     e8           $  0     e8           $  0     e8           $  0     e8           $  0     e8              0       e8              0       e8             0       e8              0       e8              0       e8             0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8               0       e8           (: 0   mU8 mU8               0       v8           (: 0   mU8 mU8               0       8           (: 0   mU8 mU8               0       8           (: 0   mU8 mU8           (: 0   mU8 mU8               0       n8               0       n8               0       n8               0       n8              0       n8              0       n8              0       n8              0       n8              0       n8             0       n8               0       n8               0       n8               0       n8               0       n8               0       n8               0       n8            : 0y                 : 0    Y8 Y8              0       m8             0       m8              0       m8            0       m8             0       m8              0       m8            0       m8             0       m8              0       m8             0       m8           : 0   Y8 Y8              0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8              0       8            0       8              0       8             0       8             0       8              0       8            0       8              0       8             0       8             0       8              0       8            0       8              0       8             0       8             0       8              0       8            0       8              0       8             0       8             0       8              0       8             0       8           : 0   Y8 Y8               0       8              0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8             0       8           : 0   Y8 Y8              0       *8             0       *8             0       *8             0       *8             0       *8              0       *8            0       *8             0       *8             0       *8             0       *8             0       *8              0       *8            0       *8             0       *8             0       *8             0       *8             0       *8              0       *8            0       *8             0       *8             0       *8             0       *8             0       *8              0       *8             0       *8           : 0   Y8 Y8              0       8               0       8              0       8              0       8              0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8             0       8              0       8            0       8              0       8             0       8             0       8             0       8              0       8            0       8             0       8             0       8             0       8              0       8             0       8            : 0z                 : 0    z8 z8               0       8               0       8               0       8               0       8               0       8               0       8               0       8            : 0{                  : 0    C8 C8               0       L8               0       L8              0       L8              0       L8             0       L8              0       L8              0       L8             0       L8              0       L8              0       L8             0       L8              0       L8              0       L8             0       L8               0       L8               0       L8            
  0l      L8            
  0m      L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8            O  0l      L8            O  0m      L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8               0       L8           : 0   C8 C8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8          : 0|                      0       8            Q  0      8            Q  0      8            Q  0      8               0       8               0       8            R  0      8            R  0      8            R  0      8            R  0      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8            : 0}                     0       _8               0       _8              0l      _8              0m      _8               0       _8               0       _8               0       _8               0       _8               0       _8              0       _8             0       _8              0       _8             0       _8              0       _8             0       _8               0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8               0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8               0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8               0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8               0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8              0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8              0       _8              0       _8             0       _8               0       _8               0       _8               0       _8            : 0~                     0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9              0l      9              0m      9               0       9               0       9               0       9               0       9               0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9             0     9             0     9             0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9             0     9             0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9              0       9             0     9             0     9             0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9              0       9             0       9              0       9              0       9              0       9              0       9             06      9              0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9            : 0                     0       79           : 0    79 79               0       p89               0       p89               0       p89           : 0   79 79               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9               0       a=9            P  0l      a=9               0       a=9            P  0m      a=9               0       a=9               0       a=9           : 0   79 79               0       H9               0       H9               0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9              0       H9              0       H9              0       H9             0       H9               0       H9               0       H9               0       H9               0       H9               0       H9               0       H9               0       H9               0       H9               0       H9               0       H9           : 0   79 79               0       >N9               0       >N9               0       >N9               0       >N9               0       >N9               0       >N9               0      >N9               0       >N9               0       >N9               0       >N9               0       >N9               0      >N9               0       >N9               0       >N9               0      >N9               0       >N9           : 0   79 79               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9               0       -W9           : 0   79 79               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9               0       ~Z9           : 0   79 79               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9               0       `9           : 0   79 79               0       c9           (: 0    c9 c9               0       Bd9               0       Bd9               0       Bd9               0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9           !  0H	     Bd9           !  0I	     Bd9           !  0J	     Bd9           !  0K	     Bd9           !  0L	     Bd9           !  0M	     Bd9           !  0N	     Bd9           !  0O	     Bd9           !  0P	     Bd9           !  0Q	     Bd9           !  0R	     Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9             0       Bd9               0       Bd9               0       Bd9               0       Bd9               0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9           !  0S	     Bd9           !  0T	     Bd9           !  0U	     Bd9           !  0V	     Bd9           !  0W	     Bd9           !  0X	     Bd9           !  0Y	     Bd9           !  0Z	     Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9             0       Bd9               0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9           !  0[	     Bd9           !  0\	     Bd9           !  0]	     Bd9           !  0^	     Bd9           !  0_	     Bd9           !  0`	     Bd9           !  0a	     Bd9           !  0b	     Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9             0       Bd9               0       Bd9               0       Bd9               0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9           !  0c	     Bd9           !  0d	     Bd9           !  0e	     Bd9           !  0f	     Bd9           !  0g	     Bd9           !  0h	     Bd9           !  0i	     Bd9           !  0j	     Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9             0       Bd9               0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9              0       Bd9             0       Bd9           !  0k	     Bd9           !  0l	     Bd9           !  0m	     Bd9           !  0n	     Bd9           !  0o	     Bd9           !  0p	     Bd9           !  0q	     Bd9           !  0r	     Bd9           !  0s	     Bd9              0       Bd9             0       Bd9              0       Bd9              0       Bd9             0       Bd9           (: 0   c9 c9               0       Ns9               0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9               0       Ns9               0       Ns9               0       Ns9              0       Ns9              0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           "  0      Ns9           "  0      Ns9           "  0      Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           #  0l      Ns9           #  0m      Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           /  0      Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           $  0     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9          $  0     Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           %  0      Ns9           %  0      Ns9           %  0      Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           )  0D     Ns9           )  0E     Ns9           )  0F     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           *  0      Ns9           *  0      Ns9           )  0G     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           *  0      Ns9           )  0H     Ns9           )  0I     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           &  0D     Ns9           &  0E     Ns9           &  0F     Ns9           &  0G     Ns9           &  0H     Ns9              0       Ns9              0       Ns9             0       Ns9           S  06      Ns9           &  0I     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           '  0     Ns9           '  0     Ns9           '  0     Ns9           '  0     Ns9           '  0      Ns9           '  0!     Ns9           '  0"     Ns9           '  0#     Ns9           '  0$     Ns9           '  0%     Ns9              0       Ns9              0       Ns9           8  0*     Ns9           8  0+     Ns9           8  0,     Ns9           8  0-     Ns9           8  0.     Ns9           8  0/     Ns9           8  00     Ns9           8  01     Ns9           8  02     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9           (  0     Ns9              0       Ns9           9  0     Ns9           8  03     Ns9           8  04     Ns9           8  05     Ns9           8  06     Ns9           8  07     Ns9           8  08     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           +  0     Ns9           +  0     Ns9           +  0     Ns9           +  0     Ns9           +  0     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9           ,  0T     Ns9           ,  0U     Ns9           ,  0V     Ns9           ,  0W     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9           9  0     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           ,  0X     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9           ,  0Y     Ns9           ,  0Z     Ns9           ,  0[     Ns9           ,  0\     Ns9           ,  0]     Ns9           ,  0^     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           0  0D     Ns9           0  0E     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           0  0F     Ns9           0  0G     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           0  0H     Ns9           0  0I     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           ,  0_     Ns9           ,  0`     Ns9           ,  0a     Ns9           ,  0b     Ns9           ,  0c     Ns9           ,  0d     Ns9           ,  0e     Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           ,  0f     Ns9           ,  0g     Ns9           ,  0h     Ns9           ,  0i     Ns9           ,  0j     Ns9           ,  0k     Ns9           ,  0l     Ns9           ,  0m     Ns9           ,  0n     Ns9           ,  0o     Ns9           ,  0p     Ns9           ,  0q     Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9           T  0     Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9              0       Ns9             0       Ns9           /  0      Ns9           /  0      Ns9           $  0     Ns9              0       Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9           $  0     Ns9              0       Ns9              0       Ns9             0       Ns9              0       Ns9              0       Ns9             0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9               0       Ns9           (: 0   c9 c9               0       9           (: 0   c9 c9               0       9           (: 0   c9 c9               0       99           (: 0   c9 c9           (: 0   c9 c9               0       9               0       9               0       9               0       9              0       9              0       9              0       9              0       9              0       9             0       9               0       9               0       9               0       9               0       9               0       9               0       9            : 0                 : 0    9 9              0       9             0       9              0       9            0       9             0       9              0       9            0       9             0       9              0       9             0       9           : 0   9 9              0       H9             0       H9             0       H9             0       H9              0       H9            0       H9             0       H9             0       H9             0       H9              0       H9            0       H9             0       H9             0       H9             0       H9              0       H9            0       H9              0       H9             0       H9             0       H9              0       H9            0       H9              0       H9             0       H9             0       H9              0       H9            0       H9              0       H9             0       H9             0       H9              0       H9            0       H9              0       H9             0       H9             0       H9              0       H9             0       H9           : 0   9 9               0       A9              0       A9             0       A9              0       A9            0       A9             0       A9              0       A9            0       A9             0       A9              0       A9             0       A9           : 0   9 9              0       9             0       9             0       9             0       9             0       9              0       9            0       9             0       9             0       9             0       9             0       9              0       9            0       9             0       9             0       9             0       9             0       9              0       9            0       9             0       9             0       9             0       9             0       9              0       9             0       9           : 0   9 9              0       -9               0       -9              0       -9              0       -9              0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9             0       -9              0       -9            0       -9              0       -9             0       -9             0       -9             0       -9              0       -9            0       -9             0       -9             0       -9             0       -9              0       -9             0       -9            : 0                 : 0    9 9               0       %9               0       %9               0       %9               0       %9               0       %9               0       %9               0       %9            : 0                  : 0    9 9               0       9               0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9              0       9              0       9             0       9               0       9               0       9            
  0n      9            
  0o      9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9            O  0n      9            O  0o      9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9               0       9           : 0   9 9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9               0       *9              0       *9              0       *9              0       *9             0       *9              0       *9              0       *9              0       *9          : 0                      0       =:            Q  0      =:            Q  0      =:            Q  0      =:               0       =:               0       =:            R  0      =:            R  0      =:            R  0      =:            R  0      =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:               0       =:            : 0                     0       :               0       :              0n      :              0o      :               0       :               0       :               0       :               0       :               0       :              0       :             0       :              0       :             0       :              0       :             0       :               0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :               0       :            : 0                     0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:              0n      %:              0o      %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:             0     %:             0     %:             0     %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0     %:             0     %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0     %:             0     %:             0     %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:               0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:              0       %:              0       %:             07      %:              0       %:              0       %:              0       %:             0       %:              0       %:              0       %:             0       %:               0       %:            : 0                     0       HE:           : 0    HE: HE:               0       F:               0       F:               0       F:           : 0   HE: HE:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:               0       J:            P  0n      J:               0       J:            P  0o      J:               0       J:               0       J:           : 0   HE: HE:               0       U:               0       U:               0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:              0       U:              0       U:              0       U:             0       U:               0       U:               0       U:               0       U:               0       U:               0       U:               0       U:               0       U:               0       U:               0       U:               0       U:           : 0   HE: HE:               0       [:               0       [:               0       [:               0       [:               0       [:               0       [:               0      [:               0       [:               0       [:               0       [:               0       [:               0      [:               0       [:               0       [:               0      [:               0       [:           : 0   HE: HE:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:               0       d:           : 0   HE: HE:               0       h:               0       h:               0       h:               0       h:               0       h:               0       h:               0       h:               0       h:               0       h:           : 0   HE: HE:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:               0       n:           : 0   HE: HE:               0       p:           (: 0    p: p:               0       q:               0       q:               0       q:               0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:           !  0t	     q:           !  0u	     q:           !  0v	     q:           !  0w	     q:           !  0x	     q:           !  0y	     q:           !  0z	     q:           !  0{	     q:           !  0|	     q:           !  0}	     q:           !  0~	     q:              0       q:              0       q:             0       q:              0       q:              0       q:             0       q:               0       q:               0       q:               0       q:               0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:             0       q:               0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:             0       q:               0       q:               0       q:               0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:              0       q:              0       q:             0       q:              0       q:              0       q:             0       q:               0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:              0       q:              0       q:              0       q:              0       q:              0       q:              0       q:             0       q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:           !  0	     q:              0       q:             0       q:              0       q:              0       q:             0       q:           (: 0   p: p:               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :               0       :              0       :              0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           "  0      :           "  0      :           "  0      :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           #  0n      :           #  0o      :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           /  0      :           $  0     :           $  0     :           $  0     :              0       :              0       :              0       :             0       :           $  0     :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :          $  0     :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           %  0      :           %  0      :           %  0      :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           )  0J     :           )  0K     :           )  0L     :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           *  0      :           *  0      :           )  0M     :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           *  0      :           )  0N     :           )  0O     :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           &  0J     :           &  0K     :           &  0L     :           &  0M     :           &  0N     :              0       :              0       :             0       :           S  07      :           &  0O     :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :             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  09     :           8  0:     :           8  0;     :           8  0<     :           8  0=     :           8  0>     :           8  0?     :           8  0@     :           8  0A     :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           (  0     :           (  0     :           (  0     :           (  0     :           (  0     :           (  0     :           (  0     :           (  0     :              0       :           9  0     :           8  0B     :           8  0C     :           8  0D     :           8  0E     :           8  0F     :           8  0G     :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           +  0     :           +  0     :           +  0     :           +  0     :           +  0     :              0       :              0       :              0       :              0       :              0       :              0       :           ,  0r     :           ,  0s     :           ,  0t     :           ,  0u     :              0       :              0       :              0       :              0       :           9  0     :           9  0     :           9  0     :           9  0     :           9  0     :           9  0     :           9  0     :           9  0     :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :             0       :           ,  0v     :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :           ,  0w     :           ,  0x     :           ,  0y     :           ,  0z     :           ,  0{     :           ,  0|     :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           0  0J     :           0  0K     :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           0  0L     :           0  0M     :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           0  0N     :           0  0O     :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           ,  0}     :           ,  0~     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :           ,  0     :              0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           T  0     :           T  0     :           T  0     :           T  0     :           T  0     :           T  0     :           T  0     :           T  0     :           T  0     :              0       :              0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :           /  0      :           /  0      :           $  0     :              0       :           $  0     :           $  0     :           $  0     :           $  0     :           $  0     :           $  0     :           $  0     :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :           (: 0   p: p:               0       :           (: 0   p: p:               0       A:           (: 0   p: p:               0       :           (: 0   p: p:           (: 0   p: p:               0       :               0       :               0       :               0       :              0       :              0       :              0       :              0       :              0       :             0       :               0       :               0       :               0       :               0       :               0       :               0       :            : 0                 : 0    : :              0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :             0       :           : 0   : :              0       :             0       :             0       :             0       :              0       :            0       :             0       :             0       :             0       :              0       :            0       :             0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :            0       :              0       :             0       :             0       :              0       :             0       :           : 0   : :               0       :              0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :             0       :           : 0   : :              0       f:             0       f:             0       f:             0       f:             0       f:              0       f:            0       f:             0       f:             0       f:             0       f:             0       f:              0       f:            0       f:             0       f:             0       f:             0       f:             0       f:              0       f:            0       f:             0       f:             0       f:             0       f:             0       f:              0       f:             0       f:           : 0   : :              0       :               0       :              0       :              0       :              0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :             0       :              0       :            0       :              0       :             0       :             0       :             0       :              0       :            0       :             0       :             0       :             0       :              0       :             0       :            : 0                 : 0    : :               0       :               0       :               0       :               0       :               0       :               0       :               0       :            : 0                  : 0    : :               0       :               0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :             0       :              0       :              0       :             0       :               0       :               0       :            
  0p      :            
  0q      :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :            O  0p      :            O  0q      :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :               0       :           : 0   : :               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;          : 0                      0       ;            Q  0      ;            Q  0      ;            Q  0      ;               0       ;               0       ;            R  0      ;            R  0      ;            R  0      ;            R  0      ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;            : 0                     0       ;               0       ;              0p      ;              0q      ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;             0       ;              0       ;             0       ;              0       ;             0       ;               0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;            : 0                     0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0p      T3;              0q      T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0     T3;             0     T3;             0     T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0     T3;             0     T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0     T3;             0     T3;             0     T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;               0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;              0       T3;              0       T3;             08      T3;              0       T3;              0       T3;              0       T3;             0       T3;              0       T3;              0       T3;             0       T3;               0       T3;            : 0                     0       R;           : 0    R; R;               0       S;               0       S;               0       S;           : 0   R; R;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;               0       X;            P  0p      X;               0       X;            P  0q      X;               0       X;               0       X;           : 0   R; R;               0       Yc;               0       Yc;               0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;              0       Yc;              0       Yc;              0       Yc;             0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;               0       Yc;           : 0   R; R;               0       zi;               0       zi;               0       zi;               0       zi;               0       zi;               0       zi;               0      zi;               0       zi;               0       zi;               0       zi;               0       zi;               0      zi;               0       zi;               0       zi;               0      zi;               0       zi;           : 0   R; R;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;               0       ir;           : 0   R; R;               0       u;               0       u;               0       u;               0       u;               0       u;               0       u;               0       u;               0       u;               0       u;           : 0   R; R;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;               0       {;           : 0   R; R;               0       G~;           (: 0    G~; G~;               0       ~;               0       ~;               0       ~;               0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;             0       ~;               0       ~;               0       ~;               0       ~;               0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;             0       ~;               0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;             0       ~;               0       ~;               0       ~;               0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;             0       ~;               0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;              0       ~;             0       ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;           !  0	     ~;              0       ~;             0       ~;              0       ~;              0       ~;             0       ~;           (: 0   G~; G~;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;              0       ;              0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           "  0      ;           "  0      ;           "  0      ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           #  0p      ;           #  0q      ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           /  0      ;           $  0     ;           $  0     ;           $  0     ;              0       ;              0       ;              0       ;             0       ;           $  0     ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;          $  0     ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           %  0      ;           %  0      ;           %  0      ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           )  0P     ;           )  0Q     ;           )  0R     ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           *  0      ;           *  0      ;           )  0S     ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           *  0      ;           )  0T     ;           )  0U     ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           &  0P     ;           &  0Q     ;           &  0R     ;           &  0S     ;           &  0T     ;              0       ;              0       ;             0       ;           S  08      ;           &  0U     ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              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     ;           '  01     ;           '  02     ;           '  03     ;           '  04     ;           '  05     ;           '  06     ;           '  07     ;           '  08     ;           '  09     ;              0       ;              0       ;           8  0H     ;           8  0I     ;           8  0J     ;           8  0K     ;           8  0L     ;           8  0M     ;           8  0N     ;           8  0O     ;           8  0P     ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           (  0     ;           (  0     ;           (  0     ;           (  0     ;           (  0     ;           (  0     ;           (  0     ;           (  0     ;              0       ;           9  0     ;           8  0Q     ;           8  0R     ;           8  0S     ;           8  0T     ;           8  0U     ;           8  0V     ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           +  0     ;           +  0     ;           +  0     ;           +  0     ;           +  0     ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;              0       ;              0       ;              0       ;              0       ;           9  0     ;           9  0     ;           9  0     ;           9  0     ;           9  0     ;           9  0     ;           9  0     ;           9  0      ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           ,  0     ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           0  0P     ;           0  0Q     ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           0  0R     ;           0  0S     ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           0  0T     ;           0  0U     ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;           ,  0     ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           T  0     ;           T  0     ;           T  0     ;           T  0     ;           T  0     ;           T  0     ;           T  0     ;           T  0     ;           T  0      ;              0       ;              0       ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;           /  0      ;           /  0      ;           $  0     ;              0       ;           $  0     ;           $  0     ;           $  0     ;           $  0     ;           $  0     ;           $  0     ;           $  0     ;              0       ;              0       ;             0       ;              0       ;              0       ;             0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;               0       ;           (: 0   G~; G~;               0       P <           (: 0   G~; G~;               0        <           (: 0   G~; G~;               0       u<           (: 0   G~; G~;           (: 0   G~; G~;               0       H<               0       H<               0       H<               0       H<              0       H<              0       H<              0       H<              0       H<              0       H<             0       H<               0       H<               0       H<               0       H<               0       H<               0       H<               0       H<            : 0                 : 0    3< 3<              0       G<             0       G<              0       G<            0       G<             0       G<              0       G<            0       G<             0       G<              0       G<             0       G<           : 0   3< 3<              0       <             0       <             0       <             0       <              0       <            0       <             0       <             0       <             0       <              0       <            0       <             0       <             0       <             0       <              0       <            0       <              0       <             0       <             0       <              0       <            0       <              0       <             0       <             0       <              0       <            0       <              0       <             0       <             0       <              0       <            0       <              0       <             0       <             0       <              0       <             0       <           : 0   3< 3<               0       }<              0       }<             0       }<              0       }<            0       }<             0       }<              0       }<            0       }<             0       }<              0       }<             0       }<           : 0   3< 3<              0       <             0       <             0       <             0       <             0       <              0       <            0       <             0       <             0       <             0       <             0       <              0       <            0       <             0       <             0       <             0       <             0       <              0       <            0       <             0       <             0       <             0       <             0       <              0       <             0       <           : 0   3< 3<              0       i<               0       i<              0       i<              0       i<              0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<             0       i<              0       i<            0       i<              0       i<             0       i<             0       i<             0       i<              0       i<            0       i<             0       i<             0       i<             0       i<              0       i<             0       i<            : 0                 : 0    T	< T	<               0       a	<               0       a	<               0       a	<               0       a	<               0       a	<               0       a	<               0       a	<            : 0                  : 0    
< 
<               0       &
<               0       &
<              0       &
<              0       &
<             0       &
<              0       &
<              0       &
<             0       &
<              0       &
<              0       &
<             0       &
<              0       &
<              0       &
<             0       &
<               0       &
<               0       &
<            
  0r      &
<            
  0s      &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<            O  0r      &
<            O  0s      &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<               0       &
<           : 0   
< 
<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<               0       f<              0       f<              0       f<              0       f<             0       f<              0       f<              0       f<              0       f<          : 0                      0       y<            Q  0      y<            Q  0      y<            Q  0      y<               0       y<               0       y<            R  0      y<            R  0      y<            R  0      y<            R  0      y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<               0       y<            : 0                     0       9'<               0       9'<              0r      9'<              0s      9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<              0       9'<             0       9'<              0       9'<             0       9'<              0       9'<             0       9'<               0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<               0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<               0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<               0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<               0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<              0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<              0       9'<              0       9'<             0       9'<               0       9'<               0       9'<               0       9'<            : 0                     0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<              0r      @<              0s      @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<             0     @<             0     @<             0     @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0     @<             0     @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0     @<             0     @<             0     @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<               0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<              0       @<              0       @<             09      @<              0       @<              0       @<              0       @<             0       @<              0       @<              0       @<             0       @<               0       @<            : 0                     0       `<           : 0    `< `<               0       Ja<               0       Ja<               0       Ja<           : 0   `< `<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<               0       ;f<            P  0r      ;f<               0       ;f<            P  0s      ;f<               0       ;f<               0       ;f<           : 0   `< `<               0       p<               0       p<               0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<              0       p<              0       p<              0       p<             0       p<               0       p<               0       p<               0       p<               0       p<               0       p<               0       p<               0       p<               0       p<               0       p<               0       p<           : 0   `< `<               0       w<               0       w<               0       w<               0       w<               0       w<               0       w<               0      w<               0       w<               0       w<               0       w<               0       w<               0      w<               0       w<               0       w<               0      w<               0       w<           : 0   `< `<               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <               0       <           : 0   `< `<               0       X<               0       X<               0       X<               0       X<               0       X<               0       X<               0       X<               0       X<               0       X<           : 0   `< `<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<               0       Z<           : 0   `< `<               0       <           (: 0    < <               0       <               0       <               0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <             0       <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <              0       <              0       <             0       <              0       <              0       <             0       <               0       <               0       <               0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <              0       <              0       <              0       <             0       <              0       <              0       <             0       <               0       <               0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <              0       <              0       <             0       <              0       <              0       <             0       <               0       <              0       <              0       <              0       <              0       <              0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <           !  0	     <              0       <             0       <              0       <              0       <             0       <           (: 0   < <               0       (<               0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<               0       (<               0       (<               0       (<              0       (<              0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           "  0      (<           "  0      (<           "  0      (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           #  0r      (<           #  0s      (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           /  0      (<           $  0     (<           $  0     (<           $  0     (<              0       (<              0       (<              0       (<             0       (<           $  0     (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<          $  0     (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           %  0      (<           %  0      (<           %  0      (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           )  0V     (<           )  0W     (<           )  0X     (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           *  0      (<           *  0      (<           )  0Y     (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           *  0      (<           )  0Z     (<           )  0[     (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           &  0V     (<           &  0W     (<           &  0X     (<           &  0Y     (<           &  0Z     (<              0       (<              0       (<             0       (<           S  09      (<           &  0[     (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           '  0:     (<           '  0;     (<           '  0<     (<           '  0=     (<           '  0>     (<           '  0?     (<           '  0@     (<           '  0A     (<           '  0B     (<           '  0C     (<              0       (<              0       (<           8  0W     (<           8  0X     (<           8  0Y     (<           8  0Z     (<           8  0[     (<           8  0\     (<           8  0]     (<           8  0^     (<           8  0_     (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           (  0     (<           (  0     (<           (  0     (<           (  0     (<           (  0     (<           (  0     (<           (  0     (<           (  0     (<              0       (<           9  0     (<           8  0`     (<           8  0a     (<           8  0b     (<           8  0c     (<           8  0d     (<           8  0e     (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           +  0     (<           +  0     (<           +  0     (<           +  0      (<           +  0!     (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<              0       (<              0       (<              0       (<              0       (<           9  0     (<           9  0     (<           9  0     (<           9  0     (<           9  0     (<           9  0     (<           9  0     (<           9  0	     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           ,  0     (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<             0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           0  0V     (<           0  0W     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           0  0X     (<           0  0Y     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           0  0Z     (<           0  0[     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<           ,  0     (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           T  0     (<           T  0     (<           T  0     (<           T  0     (<           T  0     (<           T  0     (<           T  0     (<           T  0     (<           T  0	     (<              0       (<              0       (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<              0       (<             0       (<           /  0      (<           /  0      (<           $  0     (<              0       (<           $  0     (<           $  0     (<           $  0     (<           $  0     (<           $  0     (<           $  0     (<           $  0     (<              0       (<              0       (<             0       (<              0       (<              0       (<             0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<               0       (<           (: 0   < <               0       
=           (: 0   < <               0       }=           (: 0   < <               0       =           (: 0   < <           (: 0   < <               0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =               0       =               0       =               0       =               0       =               0       =               0       =            : 0                 : 0    = =              0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =             0       =           : 0   = =              0       "=             0       "=             0       "=             0       "=              0       "=            0       "=             0       "=             0       "=             0       "=              0       "=            0       "=             0       "=             0       "=             0       "=              0       "=            0       "=              0       "=             0       "=             0       "=              0       "=            0       "=              0       "=             0       "=             0       "=              0       "=            0       "=              0       "=             0       "=             0       "=              0       "=            0       "=              0       "=             0       "=             0       "=              0       "=             0       "=           : 0   = =               0       =              0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =             0       =           : 0   = =              0       =             0       =             0       =             0       =             0       =              0       =            0       =             0       =             0       =             0       =             0       =              0       =            0       =             0       =             0       =             0       =             0       =              0       =            0       =             0       =             0       =             0       =             0       =              0       =             0       =           : 0   = =              0       =               0       =              0       =              0       =              0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =            0       =              0       =             0       =             0       =             0       =              0       =            0       =             0       =             0       =             0       =              0       =             0       =            : 0                 : 0    = =               0       =               0       =               0       =               0       =               0       =               0       =               0       =            : 0                  : 0    = =               0       =               0       =              0       =              0       =             0       =              0       =              0       =             0       =              0       =              0       =             0       =              0       =              0       =             0       =               0       =               0       =            
  0t      =            
  0u      =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =            O  0t      =            O  0u      =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =           : 0   = =               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=               0       '=              0       '=              0       '=              0       '=             0       '=              0       '=              0       '=              0       '=          : 0                      0       ,=            Q  0      ,=            Q  0      ,=            Q  0      ,=               0       ,=               0       ,=            R  0      ,=            R  0      ,=            R  0      ,=            R  0      ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=               0       ,=            : 0                     0       4=               0       4=              0t      4=              0u      4=               0       4=               0       4=               0       4=               0       4=               0       4=              0       4=             0       4=              0       4=             0       4=              0       4=             0       4=               0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=               0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=               0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=               0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=               0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=              0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=              0       4=              0       4=             0       4=               0       4=               0       4=               0       4=            : 0                     0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=              0t      N=              0u      N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=             0     N=             0     N=             0     N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0     N=             0     N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0     N=             0     N=             0     N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=               0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=              0       N=              0       N=             0:      N=              0       N=              0       N=              0       N=             0       N=              0       N=              0       N=             0       N=               0       N=            : 0                     0       "n=           : 0    "n= "n=               0       n=               0       n=               0       n=           : 0   "n= "n=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=               0       s=            P  0t      s=               0       s=            P  0u      s=               0       s=               0       s=           : 0   "n= "n=               0       ~=               0       ~=               0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=              0       ~=              0       ~=              0       ~=             0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=               0       ~=           : 0   "n= "n=               0       =               0       =               0       =               0       =               0       =               0       =               0      =               0       =               0       =               0       =               0       =               0      =               0       =               0       =               0      =               0       =           : 0   "n= "n=               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =           : 0   "n= "n=               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =           : 0   "n= "n=               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =               0       =           : 0   "n= "n=               0       =           (: 0    = =               0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0	     =           !  0	     =           !  0	     =           !  0	     =           !  0	     =           !  0	     =           !  0	     =           !  0	     =           !  0 
     =           !  0
     =           !  0
     =              0       =              0       =             0       =              0       =              0       =             0       =               0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0	
     =           !  0

     =              0       =              0       =              0       =             0       =              0       =              0       =             0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =              0       =              0       =              0       =             0       =              0       =              0       =             0       =               0       =               0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =              0       =              0       =             0       =              0       =              0       =             0       =               0       =              0       =              0       =              0       =              0       =              0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0
     =           !  0 
     =           !  0!
     =           !  0"
     =           !  0#
     =              0       =             0       =              0       =              0       =             0       =           (: 0   = =               0       Ʃ=               0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=              0       Ʃ=              0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           "  0      Ʃ=           "  0      Ʃ=           "  0      Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           #  0t      Ʃ=           #  0u      Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           /  0      Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           $  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=          $  0     Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           %  0      Ʃ=           %  0      Ʃ=           %  0      Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           )  0\     Ʃ=           )  0]     Ʃ=           )  0^     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           *  0      Ʃ=           *  0      Ʃ=           )  0_     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           *  0      Ʃ=           )  0`     Ʃ=           )  0a     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           &  0\     Ʃ=           &  0]     Ʃ=           &  0^     Ʃ=           &  0_     Ʃ=           &  0`     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           S  0:      Ʃ=           &  0a     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           '  0D     Ʃ=           '  0E     Ʃ=           '  0F     Ʃ=           '  0G     Ʃ=           '  0H     Ʃ=           '  0I     Ʃ=           '  0J     Ʃ=           '  0K     Ʃ=           '  0L     Ʃ=           '  0M     Ʃ=              0       Ʃ=              0       Ʃ=           8  0f     Ʃ=           8  0g     Ʃ=           8  0h     Ʃ=           8  0i     Ʃ=           8  0j     Ʃ=           8  0k     Ʃ=           8  0l     Ʃ=           8  0m     Ʃ=           8  0n     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=           (  0     Ʃ=              0       Ʃ=           9  0
     Ʃ=           8  0o     Ʃ=           8  0p     Ʃ=           8  0q     Ʃ=           8  0r     Ʃ=           8  0s     Ʃ=           8  0t     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           +  0"     Ʃ=           +  0#     Ʃ=           +  0$     Ʃ=           +  0%     Ʃ=           +  0&     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=           9  0     Ʃ=           9  0     Ʃ=           9  0
     Ʃ=           9  0     Ʃ=           9  0     Ʃ=           9  0     Ʃ=           9  0     Ʃ=           9  0     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           ,  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           0  0\     Ʃ=           0  0]     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           0  0^     Ʃ=           0  0_     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           0  0`     Ʃ=           0  0a     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=           ,  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           T  0
     Ʃ=           T  0     Ʃ=           T  0     Ʃ=           T  0
     Ʃ=           T  0     Ʃ=           T  0     Ʃ=           T  0     Ʃ=           T  0     Ʃ=           T  0     Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=           /  0      Ʃ=           /  0      Ʃ=           $  0     Ʃ=              0       Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=           $  0     Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=              0       Ʃ=              0       Ʃ=             0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=               0       Ʃ=           (: 0   = =               0       >           (: 0   = =               0       >           (: 0   = =               0       >           (: 0   = =           (: 0   = =               0       >               0       >               0       >               0       >              0       >              0       >              0       >              0       >              0       >             0       >               0       >               0       >               0       >               0       >               0       >               0       >            : 0                 : 0    o> o>              0       >             0       >              0       >            0       >             0       >              0       >            0       >             0       >              0       >             0       >           : 0   o> o>              0       >             0       >             0       >             0       >              0       >            0       >             0       >             0       >             0       >              0       >            0       >             0       >             0       >             0       >              0       >            0       >              0       >             0       >             0       >              0       >            0       >              0       >             0       >             0       >              0       >            0       >              0       >             0       >             0       >              0       >            0       >              0       >             0       >             0       >              0       >             0       >           : 0   o> o>               0       !>              0       !>             0       !>              0       !>            0       !>             0       !>              0       !>            0       !>             0       !>              0       !>             0       !>           : 0   o> o>              0       @">             0       @">             0       @">             0       @">             0       @">              0       @">            0       @">             0       @">             0       @">             0       @">             0       @">              0       @">            0       @">             0       @">             0       @">             0       @">             0       @">              0       @">            0       @">             0       @">             0       @">             0       @">             0       @">              0       @">             0       @">           : 0   o> o>              0       ">               0       ">              0       ">              0       ">              0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">             0       ">              0       ">            0       ">              0       ">             0       ">             0       ">             0       ">              0       ">            0       ">             0       ">             0       ">             0       ">              0       ">             0       ">            : 0                 : 0    $> $>               0       $>               0       $>               0       $>               0       $>               0       $>               0       $>               0       $>            : 0                  : 0    Y(> Y(>               0       b(>               0       b(>              0       b(>              0       b(>             0       b(>              0       b(>              0       b(>             0       b(>              0       b(>              0       b(>             0       b(>              0       b(>              0       b(>             0       b(>               0       b(>               0       b(>            
  0v      b(>            
  0w      b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>            O  0v      b(>            O  0w      b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>               0       b(>           : 0   Y(> Y(>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>               0       4>              0       4>              0       4>              0       4>             0       4>              0       4>              0       4>              0       4>          : 0                      0       9>            Q  0      9>            Q  0      9>            Q  0      9>               0       9>               0       9>            R  0      9>            R  0      9>            R  0      9>            R  0      9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>               0       9>            : 0                     0       uB>               0       uB>              0v      uB>              0w      uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>              0       uB>             0       uB>              0       uB>             0       uB>              0       uB>             0       uB>               0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>               0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>               0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>               0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>               0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>              0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>              0       uB>              0       uB>             0       uB>               0       uB>               0       uB>               0       uB>            : 0                     0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0v      .\>              0w      .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0     .\>             0     .\>             0     .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0     .\>             0     .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0     .\>             0     .\>             0     .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>               0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>              0       .\>              0       .\>             0;      .\>              0       .\>              0       .\>              0       .\>             0       .\>              0       .\>              0       .\>             0       .\>               0       .\>            : 0                     0       {>           : 0    {> {>               0       |>               0       |>               0       |>           : 0   {> {>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>               0       w>            P  0v      w>               0       w>            P  0w      w>               0       w>               0       w>           : 0   {> {>               0       3>               0       3>               0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>              0       3>              0       3>              0       3>             0       3>               0       3>               0       3>               0       3>               0       3>               0       3>               0       3>               0       3>               0       3>               0       3>               0       3>           : 0   {> {>               0       T>               0       T>               0       T>               0       T>               0       T>               0       T>               0      T>               0       T>               0       T>               0       T>               0       T>               0      T>               0       T>               0       T>               0      T>               0       T>           : 0   {> {>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>               0       C>           : 0   {> {>               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >           : 0   {> {>               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >               0       >           : 0   {> {>               0       !>           (: 0    !> !>               0       X>               0       X>               0       X>               0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>           !  0$
     X>           !  0%
     X>           !  0&
     X>           !  0'
     X>           !  0(
     X>           !  0)
     X>           !  0*
     X>           !  0+
     X>           !  0,
     X>           !  0-
     X>           !  0.
     X>              0       X>              0       X>             0       X>              0       X>              0       X>             0       X>               0       X>               0       X>               0       X>               0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>           !  0/
     X>           !  00
     X>           !  01
     X>           !  02
     X>           !  03
     X>           !  04
     X>           !  05
     X>           !  06
     X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>             0       X>               0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>           !  07
     X>           !  08
     X>           !  09
     X>           !  0:
     X>           !  0;
     X>           !  0<
     X>           !  0=
     X>           !  0>
     X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>             0       X>               0       X>               0       X>               0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>           !  0?
     X>           !  0@
     X>           !  0A
     X>           !  0B
     X>           !  0C
     X>           !  0D
     X>           !  0E
     X>           !  0F
     X>              0       X>              0       X>             0       X>              0       X>              0       X>             0       X>               0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>              0       X>              0       X>              0       X>              0       X>              0       X>              0       X>             0       X>           !  0G
     X>           !  0H
     X>           !  0I
     X>           !  0J
     X>           !  0K
     X>           !  0L
     X>           !  0M
     X>           !  0N
     X>           !  0O
     X>              0       X>             0       X>              0       X>              0       X>             0       X>           (: 0   !> !>               0       d>               0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>               0       d>               0       d>               0       d>              0       d>              0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           "  0      d>           "  0      d>           "  0      d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           #  0v      d>           #  0w      d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           /  0      d>           $  0     d>           $  0      d>           $  0     d>              0       d>              0       d>              0       d>             0       d>           $  0     d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>          $  0     d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           %  0      d>           %  0      d>           %  0      d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           )  0b     d>           )  0c     d>           )  0d     d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           *  0      d>           *  0      d>           )  0e     d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           *  0      d>           )  0f     d>           )  0g     d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           &  0b     d>           &  0c     d>           &  0d     d>           &  0e     d>           &  0f     d>              0       d>              0       d>             0       d>           S  0;      d>           &  0g     d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           '  0N     d>           '  0O     d>           '  0P     d>           '  0Q     d>           '  0R     d>           '  0S     d>           '  0T     d>           '  0U     d>           '  0V     d>           '  0W     d>              0       d>              0       d>           8  0u     d>           8  0v     d>           8  0w     d>           8  0x     d>           8  0y     d>           8  0z     d>           8  0{     d>           8  0|     d>           8  0}     d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           (  0     d>           (  0     d>           (  0     d>           (  0     d>           (  0     d>           (  0     d>           (  0     d>           (  0     d>              0       d>           9  0     d>           8  0~     d>           8  0     d>           8  0     d>           8  0     d>           8  0     d>           8  0     d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           +  0'     d>           +  0(     d>           +  0)     d>           +  0*     d>           +  0+     d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>              0       d>              0       d>              0       d>              0       d>           9  0     d>           9  0     d>           9  0     d>           9  0     d>           9  0     d>           9  0     d>           9  0     d>           9  0     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           ,  0     d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>             0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           0  0b     d>           0  0c     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           0  0d     d>           0  0e     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           0  0f     d>           0  0g     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0      d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>           ,  0     d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>           T  0     d>              0       d>              0       d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>              0       d>             0       d>           /  0      d>           /  0      d>           $  0     d>              0       d>           $  0     d>           $  0     d>           $  0     d>           $  0     d>           $  0	     d>           $  0
     d>           $  0     d>              0       d>              0       d>             0       d>              0       d>              0       d>             0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>               0       d>           (: 0   !> !>               0       *)?           (: 0   !> !>               0       )?           (: 0   !> !>               0       O*?           (: 0   !> !>           (: 0   !> !>               0       "+?               0       "+?               0       "+?               0       "+?              0       "+?              0       "+?              0       "+?              0       "+?              0       "+?             0       "+?               0       "+?               0       "+?               0       "+?               0       "+?               0       "+?               0       "+?            : 0                 : 0    
,? 
,?              0       !,?             0       !,?              0       !,?            0       !,?             0       !,?              0       !,?            0       !,?             0       !,?              0       !,?             0       !,?           : 0   
,? 
,?              0       ^,?             0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?             0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?             0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?              0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?              0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?              0       ^,?             0       ^,?             0       ^,?              0       ^,?            0       ^,?              0       ^,?             0       ^,?             0       ^,?              0       ^,?             0       ^,?           : 0   
,? 
,?               0       W/?              0       W/?             0       W/?              0       W/?            0       W/?             0       W/?              0       W/?            0       W/?             0       W/?              0       W/?             0       W/?           : 0   
,? 
,?              0       /?             0       /?             0       /?             0       /?             0       /?              0       /?            0       /?             0       /?             0       /?             0       /?             0       /?              0       /?            0       /?             0       /?             0       /?             0       /?             0       /?              0       /?            0       /?             0       /?             0       /?             0       /?             0       /?              0       /?             0       /?           : 0   
,? 
,?              0       C0?               0       C0?              0       C0?              0       C0?              0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?             0       C0?              0       C0?            0       C0?              0       C0?             0       C0?             0       C0?             0       C0?              0       C0?            0       C0?             0       C0?             0       C0?             0       C0?              0       C0?             0       C0?            : 0                 : 0    .2? .2?               0       ;2?               0       ;2?               0       ;2?               0       ;2?               0       ;2?               0       ;2?               0       ;2?            : 0                  : 0    5? 5?               0        6?               0        6?              0        6?              0        6?             0        6?              0        6?              0        6?             0        6?              0        6?              0        6?             0        6?              0        6?              0        6?             0        6?               0        6?               0        6?            
  0x       6?            
  0y       6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?            O  0x       6?            O  0y       6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?               0        6?           : 0   5? 5?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?               0       @B?              0       @B?              0       @B?              0       @B?             0       @B?              0       @B?              0       @B?              0       @B?          : 0                      0       SG?            Q  0      SG?            Q  0      SG?            Q  0      SG?               0       SG?               0       SG?            R  0      SG?            R  0      SG?            R  0      SG?            R  0      SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?               0       SG?            : 0                     0       P?               0       P?              0x      P?              0y      P?               0       P?               0       P?               0       P?               0       P?               0       P?              0       P?             0       P?              0       P?             0       P?              0       P?             0       P?               0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?               0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?               0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?               0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?               0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?              0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?              0       P?              0       P?             0       P?               0       P?               0       P?               0       P?            : 0                     0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?              0x      i?              0y      i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?             0     i?             0     i?             0     i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0     i?             0     i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0     i?             0     i?             0     i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?               0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?              0       i?              0       i?             0<      i?              0       i?              0       i?              0       i?             0       i?              0       i?              0       i?             0       i?               0       i?            : 0                     0       ^?           : 0    ^? ^?               0       $?               0       $?               0       $?           : 0   ^? ^?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?            P  0x      ?               0       ?            P  0y      ?               0       ?               0       ?           : 0   ^? ^?               0       љ?               0       љ?               0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?              0       љ?              0       љ?              0       љ?             0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?               0       љ?           : 0   ^? ^?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0      ?               0       ?               0       ?               0       ?               0       ?               0      ?               0       ?               0       ?               0      ?               0       ?           : 0   ^? ^?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?           : 0   ^? ^?               0       2?               0       2?               0       2?               0       2?               0       2?               0       2?               0       2?               0       2?               0       2?           : 0   ^? ^?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?               0       4?           : 0   ^? ^?               0       ?           (: 0    ? ?               0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           !  0P
     ?           !  0Q
     ?           !  0R
     ?           !  0S
     ?           !  0T
     ?           !  0U
     ?           !  0V
     ?           !  0W
     ?           !  0X
     ?           !  0Y
     ?           !  0Z
     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           !  0[
     ?           !  0\
     ?           !  0]
     ?           !  0^
     ?           !  0_
     ?           !  0`
     ?           !  0a
     ?           !  0b
     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           !  0c
     ?           !  0d
     ?           !  0e
     ?           !  0f
     ?           !  0g
     ?           !  0h
     ?           !  0i
     ?           !  0j
     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           !  0k
     ?           !  0l
     ?           !  0m
     ?           !  0n
     ?           !  0o
     ?           !  0p
     ?           !  0q
     ?           !  0r
     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           !  0s
     ?           !  0t
     ?           !  0u
     ?           !  0v
     ?           !  0w
     ?           !  0x
     ?           !  0y
     ?           !  0z
     ?           !  0{
     ?              0       ?             0       ?              0       ?              0       ?             0       ?           (: 0   ? ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?              0       ?              0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           "  0      ?           "  0      ?           "  0      ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           #  0x      ?           #  0y      ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           /  0      ?           $  0     ?           $  0
     ?           $  0     ?              0       ?              0       ?              0       ?             0       ?           $  0     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          $  0     ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           %  0      ?           %  0      ?           %  0      ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           )  0h     ?           )  0i     ?           )  0j     ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              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       ?             0       ?              0       ?           *  0      ?           )  0l     ?           )  0m     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           &  0h     ?           &  0i     ?           &  0j     ?           &  0k     ?           &  0l     ?              0       ?              0       ?             0       ?           S  0<      ?           &  0m     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           '  0X     ?           '  0Y     ?           '  0Z     ?           '  0[     ?           '  0\     ?           '  0]     ?           '  0^     ?           '  0_     ?           '  0`     ?           '  0a     ?              0       ?              0       ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           (  0     ?           (  0     ?           (  0     ?           (  0     ?           (  0     ?           (  0     ?           (  0     ?           (  0     ?              0       ?           9  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?           8  0     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              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     ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?           ,  0     ?           ,  0	     ?           ,  0
     ?           ,  0     ?              0       ?              0       ?              0       ?              0       ?           9  0     ?           9  0     ?           9  0     ?           9  0      ?           9  0!     ?           9  0"     ?           9  0#     ?           9  0$     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           ,  0     ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?           ,  0
     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           0  0h     ?           0  0i     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           0  0j     ?           0  0k     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           0  0l     ?           0  0m     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0     ?           ,  0      ?           ,  0!     ?           ,  0"     ?           ,  0#     ?           ,  0$     ?           ,  0%     ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           T  0     ?           T  0     ?           T  0     ?           T  0     ?           T  0      ?           T  0!     ?           T  0"     ?           T  0#     ?           T  0$     ?              0       ?              0       ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?           /  0      ?           /  0      ?           $  0     ?              0       ?           $  0     ?           $  0     ?           $  0     ?           $  0     ?           $  0     ?           $  0     ?           $  0     ?              0       ?              0       ?             0       ?              0       ?              0       ?             0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?               0       ?           (: 0   ? ?               0       6@           (: 0   ? ?               0       W7@           (: 0   ? ?               0       7@           (: 0   ? ?           (: 0   ? ?               0       8@               0       8@               0       8@               0       8@              0       8@              0       8@              0       8@              0       8@              0       8@             0       8@               0       8@               0       8@               0       8@               0       8@               0       8@               0       8@            : 0                 : 0    9@ 9@              0       9@             0       9@              0       9@            0       9@             0       9@              0       9@            0       9@             0       9@              0       9@             0       9@           : 0   9@ 9@              0       9@             0       9@             0       9@             0       9@              0       9@            0       9@             0       9@             0       9@             0       9@              0       9@            0       9@             0       9@             0       9@             0       9@              0       9@            0       9@              0       9@             0       9@             0       9@              0       9@            0       9@              0       9@             0       9@             0       9@              0       9@            0       9@              0       9@             0       9@             0       9@              0       9@            0       9@              0       9@             0       9@             0       9@              0       9@             0       9@           : 0   9@ 9@               0       <@              0       <@             0       <@              0       <@            0       <@             0       <@              0       <@            0       <@             0       <@              0       <@             0       <@           : 0   9@ 9@              0       |=@             0       |=@             0       |=@             0       |=@             0       |=@              0       |=@            0       |=@             0       |=@             0       |=@             0       |=@             0       |=@              0       |=@            0       |=@             0       |=@             0       |=@             0       |=@             0       |=@              0       |=@            0       |=@             0       |=@             0       |=@             0       |=@             0       |=@              0       |=@             0       |=@           : 0   9@ 9@              0       =@               0       =@              0       =@              0       =@              0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@             0       =@              0       =@            0       =@              0       =@             0       =@             0       =@             0       =@              0       =@            0       =@             0       =@             0       =@             0       =@              0       =@             0       =@            : 0                 : 0    ?@ ?@               0       ?@               0       ?@               0       ?@               0       ?@               0       ?@               0       ?@               0       ?@            : 0                  : 0    C@ C@               0       C@               0       C@              0       C@              0       C@             0       C@              0       C@              0       C@             0       C@              0       C@              0       C@             0       C@              0       C@              0       C@             0       C@               0       C@               0       C@            
  0z      C@            
  0{      C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@            O  0z      C@            O  0{      C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@               0       C@           : 0   C@ C@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@               0       O@              0       O@              0       O@              0       O@             0       O@              0       O@              0       O@              0       O@          : 0                      0       T@            Q  0      T@            Q  0      T@            Q  0      T@               0       T@               0       T@            R  0      T@            R  0      T@            R  0      T@            R  0      T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@               0       T@            : 0                     0       ]@               0       ]@              0z      ]@              0{      ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@              0       ]@             0       ]@              0       ]@             0       ]@              0       ]@             0       ]@               0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@               0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@               0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@               0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@               0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@              0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@              0       ]@              0       ]@             0       ]@               0       ]@               0       ]@               0       ]@            : 0                     0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0z      jw@              0{      jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0     jw@             0     jw@             0     jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0     jw@             0     jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0     jw@             0     jw@             0     jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@               0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@              0       jw@              0       jw@             0=      jw@              0       jw@              0       jw@              0       jw@             0       jw@              0       jw@              0       jw@             0       jw@               0       jw@            : 0                     0       @           : 0    @ @               0       @               0       @               0       @           : 0   @ @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @            P  0z      @               0       @            P  0{      @               0       @               0       @           : 0   @ @               0       o@               0       o@               0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@              0       o@              0       o@              0       o@             0       o@               0       o@               0       o@               0       o@               0       o@               0       o@               0       o@               0       o@               0       o@               0       o@               0       o@           : 0   @ @               0       @               0       @               0       @               0       @               0       @               0       @               0      @               0       @               0       @               0       @               0       @               0      @               0       @               0       @               0      @               0       @           : 0   @ @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @           : 0   @ @               0       й@               0       й@               0       й@               0       й@               0       й@               0       й@               0       й@               0       й@               0       й@           : 0   @ @               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@               0       ҿ@           : 0   @ @               0       ]@           (: 0    ]@ ]@               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @           !  0|
     @           !  0}
     @           !  0~
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @              0       @              0       @              0       @             0       @              0       @              0       @             0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @              0       @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @              0       @              0       @             0       @              0       @              0       @             0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @           !  0
     @              0       @             0       @              0       @              0       @             0       @           (: 0   ]@ ]@               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @              0       @              0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           "  0      @           "  0      @           "  0      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           #  0z      @           #  0{      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           /  0      @           $  0     @           $  0     @           $  0     @              0       @              0       @              0       @             0       @           $  0     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          $  0     @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           %  0      @           %  0      @           %  0      @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           )  0n     @           )  0o     @           )  0p     @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           *  0      @           *  0      @           )  0q     @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           *  0      @           )  0r     @           )  0s     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           &  0n     @           &  0o     @           &  0p     @           &  0q     @           &  0r     @              0       @              0       @             0       @           S  0=      @           &  0s     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           '  0b     @           '  0c     @           '  0d     @           '  0e     @           '  0f     @           '  0g     @           '  0h     @           '  0i     @           '  0j     @           '  0k     @              0       @              0       @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           (  0     @           (  0     @           (  0     @           (  0     @           (  0     @           (  0     @           (  0     @           (  0     @              0       @           9  0%     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @           8  0     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @           +  01     @           +  02     @           +  03     @           +  04     @           +  05     @              0       @              0       @              0       @              0       @              0       @              0       @           ,  0&     @           ,  0'     @           ,  0(     @           ,  0)     @              0       @              0       @              0       @              0       @           9  0&     @           9  0'     @           9  0(     @           9  0)     @           9  0*     @           9  0+     @           9  0,     @           9  0-     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  0*     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               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     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0n     @           0  0o     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0p     @           0  0q     @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           0  0r     @           0  0s     @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @              0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  01     @           ,  02     @           ,  03     @           ,  04     @           ,  05     @           ,  06     @           ,  07     @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           ,  08     @           ,  09     @           ,  0:     @           ,  0;     @           ,  0<     @           ,  0=     @           ,  0>     @           ,  0?     @           ,  0@     @           ,  0A     @           ,  0B     @           ,  0C     @              0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           T  0%     @           T  0&     @           T  0'     @           T  0(     @           T  0)     @           T  0*     @           T  0+     @           T  0,     @           T  0-     @              0       @              0       @              0       @              0       @             0       @              0       @              0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @           /  0      @           /  0      @           $  0     @              0       @           $  0     @           $  0      @           $  0!     @           $  0"     @           $  0#     @           $  0$     @           $  0%     @              0       @              0       @             0       @              0       @              0       @             0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @               0       @           (: 0   ]@ ]@               0       fDA           (: 0   ]@ ]@               0       DA           (: 0   ]@ ]@               0       EA           (: 0   ]@ ]@           (: 0   ]@ ]@               0       ^FA               0       ^FA               0       ^FA               0       ^FA              0       ^FA              0       ^FA              0       ^FA              0       ^FA              0       ^FA             0       ^FA               0       ^FA               0       ^FA               0       ^FA               0       ^FA               0       ^FA               0       ^FA            : 0                 : 0    IGA IGA              0       ]GA             0       ]GA              0       ]GA            0       ]GA             0       ]GA              0       ]GA            0       ]GA             0       ]GA              0       ]GA             0       ]GA           : 0   IGA IGA              0       GA             0       GA             0       GA             0       GA              0       GA            0       GA             0       GA             0       GA             0       GA              0       GA            0       GA             0       GA             0       GA             0       GA              0       GA            0       GA              0       GA             0       GA             0       GA              0       GA            0       GA              0       GA             0       GA             0       GA              0       GA            0       GA              0       GA             0       GA             0       GA              0       GA            0       GA              0       GA             0       GA             0       GA              0       GA             0       GA           : 0   IGA IGA               0       JA              0       JA             0       JA              0       JA            0       JA             0       JA              0       JA            0       JA             0       JA              0       JA             0       JA           : 0   IGA IGA              0       KA             0       KA             0       KA             0       KA             0       KA              0       KA            0       KA             0       KA             0       KA             0       KA             0       KA              0       KA            0       KA             0       KA             0       KA             0       KA             0       KA              0       KA            0       KA             0       KA             0       KA             0       KA             0       KA              0       KA             0       KA           : 0   IGA IGA              0       KA               0       KA              0       KA              0       KA              0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA             0       KA              0       KA            0       KA              0       KA             0       KA             0       KA             0       KA              0       KA            0       KA             0       KA             0       KA             0       KA              0       KA             0       KA            : 0                 : 0    jMA jMA               0       wMA               0       wMA               0       wMA               0       wMA               0       wMA               0       wMA               0       wMA            : 0                  : 0    3QA 3QA               0       <QA               0       <QA              0       <QA              0       <QA             0       <QA              0       <QA              0       <QA             0       <QA              0       <QA              0       <QA             0       <QA              0       <QA              0       <QA             0       <QA               0       <QA               0       <QA            
  0|      <QA            
  0}      <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA            O  0|      <QA            O  0}      <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA               0       <QA           : 0   3QA 3QA               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A               0       |]A              0       |]A              0       |]A              0       |]A             0       |]A              0       |]A              0       |]A              0       |]A          : 0                      0       bA            Q  0      bA            Q  0      bA            Q  0      bA               0       bA               0       bA            R  0      bA            R  0      bA            R  0      bA            R  0      bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA               0       bA            : 0                     0       OkA               0       OkA              0|      OkA              0}      OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA              0       OkA             0       OkA              0       OkA             0       OkA              0       OkA             0       OkA               0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA               0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA               0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA               0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA               0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA              0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA              0       OkA              0       OkA             0       OkA               0       OkA               0       OkA               0       OkA            : 0                     0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A              0|      A              0}      A               0       A               0       A               0       A               0       A               0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A             0     A             0     A             0     A              0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A             0     A             0     A              0       A              0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A              0       A             0     A             0     A             0     A              0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A              0       A             0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A              0       A             0       A              0       A              0       A              0       A              0       A             0>      A              0       A              0       A              0       A             0       A              0       A              0       A             0       A               0       A            : 0                     0       A           : 0    A A               0       `A               0       `A               0       `A           : 0   A A               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA               0       QA            P  0|      QA               0       QA            P  0}      QA               0       QA               0       QA           : 0   A A               0       
A               0       
A               0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A              0       
A              0       
A              0       
A             0       
A               0       
A               0       
A               0       
A               0       
A               0       
A               0       
A               0       
A               0       
A               0       
A               0       
A           : 0   A A               0       .A               0       .A               0       .A               0       .A               0       .A               0       .A               0      .A               0       .A               0       .A               0       .A               0       .A               0      .A               0       .A               0       .A               0      .A               0       .A           : 0   A A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A               0       A           : 0   A A               0       nA               0       nA               0       nA               0       nA               0       nA               0       nA               0       nA               0       nA               0       nA           : 0   A A               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA               0       pA           : 0   A A               0       A           (: 0    A A               0       2A               0       2A               0       2A               0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A              0       2A              0       2A             0       2A              0       2A              0       2A             0       2A               0       2A               0       2A               0       2A               0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A             0       2A               0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A             0       2A               0       2A               0       2A               0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A              0       2A              0       2A             0       2A              0       2A              0       2A             0       2A               0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A              0       2A              0       2A              0       2A              0       2A              0       2A              0       2A             0       2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A           !  0
     2A              0       2A             0       2A              0       2A              0       2A             0       2A           (: 0   A A               0       >A               0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A               0       >A               0       >A               0       >A              0       >A              0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           "  0      >A           "  0      >A           "  0      >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           #  0|      >A           #  0}      >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           /  0      >A           $  0&     >A           $  0'     >A           $  0(     >A              0       >A              0       >A              0       >A             0       >A           $  0)     >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A          $  0*     >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           %  0      >A           %  0      >A           %  0      >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           )  0t     >A           )  0u     >A           )  0v     >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           *  0      >A           *  0      >A           )  0w     >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           *  0      >A           )  0x     >A           )  0y     >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           &  0t     >A           &  0u     >A           &  0v     >A           &  0w     >A           &  0x     >A              0       >A              0       >A             0       >A           S  0>      >A           &  0y     >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           '  0l     >A           '  0m     >A           '  0n     >A           '  0o     >A           '  0p     >A           '  0q     >A           '  0r     >A           '  0s     >A           '  0t     >A           '  0u     >A              0       >A              0       >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           (  0     >A           (  0     >A           (  0     >A           (  0     >A           (  0     >A           (  0     >A           (  0     >A           (  0     >A              0       >A           9  0.     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A           8  0     >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           +  06     >A           +  07     >A           +  08     >A           +  09     >A           +  0:     >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A           ,  0D     >A           ,  0E     >A           ,  0F     >A           ,  0G     >A              0       >A              0       >A              0       >A              0       >A           9  0/     >A           9  00     >A           9  01     >A           9  02     >A           9  03     >A           9  04     >A           9  05     >A           9  06     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           ,  0H     >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A             0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A           ,  0I     >A           ,  0J     >A           ,  0K     >A           ,  0L     >A           ,  0M     >A           ,  0N     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           0  0t     >A           0  0u     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           0  0v     >A           0  0w     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           0  0x     >A           0  0y     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           ,  0O     >A           ,  0P     >A           ,  0Q     >A           ,  0R     >A           ,  0S     >A           ,  0T     >A           ,  0U     >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           ,  0V     >A           ,  0W     >A           ,  0X     >A           ,  0Y     >A           ,  0Z     >A           ,  0[     >A           ,  0\     >A           ,  0]     >A           ,  0^     >A           ,  0_     >A           ,  0`     >A           ,  0a     >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           T  0.     >A           T  0/     >A           T  00     >A           T  01     >A           T  02     >A           T  03     >A           T  04     >A           T  05     >A           T  06     >A              0       >A              0       >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A              0       >A             0       >A           /  0      >A           /  0      >A           $  0+     >A              0       >A           $  0,     >A           $  0-     >A           $  0.     >A           $  0/     >A           $  00     >A           $  01     >A           $  02     >A              0       >A              0       >A             0       >A              0       >A              0       >A             0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A               0       >A           (: 0   A A               0       RB           (: 0   A A               0       RB           (: 0   A A               0       )SB           (: 0   A A           (: 0   A A               0       SB               0       SB               0       SB               0       SB              0       SB              0       SB              0       SB              0       SB              0       SB             0       SB               0       SB               0       SB               0       SB               0       SB               0       SB               0       SB            : 0                 : 0    TB TB              0       TB             0       TB              0       TB            0       TB             0       TB              0       TB            0       TB             0       TB              0       TB             0       TB           : 0   TB TB              0       8UB             0       8UB             0       8UB             0       8UB              0       8UB            0       8UB             0       8UB             0       8UB             0       8UB              0       8UB            0       8UB             0       8UB             0       8UB             0       8UB              0       8UB            0       8UB              0       8UB             0       8UB             0       8UB              0       8UB            0       8UB              0       8UB             0       8UB             0       8UB              0       8UB            0       8UB              0       8UB             0       8UB             0       8UB              0       8UB            0       8UB              0       8UB             0       8UB             0       8UB              0       8UB             0       8UB           : 0   TB TB               0       1XB              0       1XB             0       1XB              0       1XB            0       1XB             0       1XB              0       1XB            0       1XB             0       1XB              0       1XB             0       1XB           : 0   TB TB              0       XB             0       XB             0       XB             0       XB             0       XB              0       XB            0       XB             0       XB             0       XB             0       XB             0       XB              0       XB            0       XB             0       XB             0       XB             0       XB             0       XB              0       XB            0       XB             0       XB             0       XB             0       XB             0       XB              0       XB             0       XB           : 0   TB TB              0       YB               0       YB              0       YB              0       YB              0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB             0       YB              0       YB            0       YB              0       YB             0       YB             0       YB             0       YB              0       YB            0       YB             0       YB             0       YB             0       YB              0       YB             0       YB            : 0                 : 0    [B [B               0       [B               0       [B               0       [B               0       [B               0       [B               0       [B               0       [B            : 0                  : 0    ^B ^B               0       ^B               0       ^B              0       ^B              0       ^B             0       ^B              0       ^B              0       ^B             0       ^B              0       ^B              0       ^B             0       ^B              0       ^B              0       ^B             0       ^B               0       ^B               0       ^B            
  0~      ^B            
  0      ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B            O  0~      ^B            O  0      ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B               0       ^B           : 0   ^B ^B               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB               0       kB              0       kB              0       kB              0       kB             0       kB              0       kB              0       kB              0       kB          : 0                      0       -pB            Q  0      -pB            Q  0      -pB            Q  0      -pB               0       -pB               0       -pB            R  0      -pB            R  0      -pB            R  0      -pB            R  0      -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB               0       -pB            : 0                     0       xB               0       xB              0~      xB              0      xB               0       xB               0       xB               0       xB               0       xB               0       xB              0       xB             0       xB              0       xB             0       xB              0       xB             0       xB               0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB               0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB               0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB               0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB               0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB              0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB              0       xB              0       xB             0       xB               0       xB               0       xB               0       xB            : 0                     0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0~      B              0      B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0     B             0     B             0     B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0     B             0     B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0     B             0     B             0     B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0?      B              0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B            : 0                     0       8B           : 0    8B 8B               0       B               0       B               0       B           : 0   8B 8B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B            P  0~      B               0       B            P  0      B               0       B               0       B           : 0   8B 8B               0       B               0       B               0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           : 0   8B 8B               0       B               0       B               0       B               0       B               0       B               0       B               0      B               0       B               0       B               0       B               0       B               0      B               0       B               0       B               0      B               0       B           : 0   8B 8B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           : 0   8B 8B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           : 0   8B 8B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           : 0   8B 8B               0       B           (: 0    B B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B              0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B              0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B              0       B              0       B             0       B              0       B              0       B             0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B           !  0
     B              0       B             0       B              0       B              0       B             0       B           (: 0   B B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B              0       B              0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           "  0      B           "  0      B           "  0      B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           #  0~      B           #  0      B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           /  0      B           $  03     B           $  04     B           $  05     B              0       B              0       B              0       B             0       B           $  06     B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B          $  07     B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           %  0      B           %  0      B           %  0      B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           )  0z     B           )  0{     B           )  0|     B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           *  0      B           *  0      B           )  0}     B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           *  0      B           )  0~     B           )  0     B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           &  0z     B           &  0{     B           &  0|     B           &  0}     B           &  0~     B              0       B              0       B             0       B           S  0?      B           &  0     B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           '  0v     B           '  0w     B           '  0x     B           '  0y     B           '  0z     B           '  0{     B           '  0|     B           '  0}     B           '  0~     B           '  0     B              0       B              0       B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           (  0     B           (  0     B           (  0     B           (  0     B           (  0     B           (  0     B           (  0     B           (  0     B              0       B           9  07     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B           8  0     B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           +  0;     B           +  0<     B           +  0=     B           +  0>     B           +  0?     B              0       B              0       B              0       B              0       B              0       B              0       B           ,  0b     B           ,  0c     B           ,  0d     B           ,  0e     B              0       B              0       B              0       B              0       B           9  08     B           9  09     B           9  0:     B           9  0;     B           9  0<     B           9  0=     B           9  0>     B           9  0?     B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B             0       B           ,  0f     B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B           ,  0g     B           ,  0h     B           ,  0i     B           ,  0j     B           ,  0k     B           ,  0l     B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           0  0z     B           0  0{     B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           0  0|     B           0  0}     B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           0  0~     B           0  0     B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B              0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           ,  0m     B           ,  0n     B           ,  0o     B           ,  0p     B           ,  0q     B           ,  0r     B           ,  0s     B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           ,  0t     B           ,  0u     B           ,  0v     B           ,  0w     B           ,  0x     B           ,  0y     B           ,  0z     B           ,  0{     B           ,  0|     B           ,  0}     B           ,  0~     B           ,  0     B              0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           T  07     B           T  08     B           T  09     B           T  0:     B           T  0;     B           T  0<     B           T  0=     B           T  0>     B           T  0?     B              0       B              0       B              0       B              0       B             0       B              0       B              0       B             0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B           /  0      B           /  0      B           $  08     B              0       B           $  09     B           $  0:     B           $  0;     B           $  0<     B           $  0=     B           $  0>     B           $  0?     B              0       B              0       B             0       B              0       B              0       B             0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B               0       B           (: 0   B B               0       _C           (: 0   B B               0       1`C           (: 0   B B               0       `C           (: 0   B B           (: 0   B B               0       aC               0       aC               0       aC               0       aC              0       aC              0       aC              0       aC              0       aC              0       aC             0       aC               0       aC               0       aC               0       aC               0       aC               0       aC               0       aC            : 0                 : 0    bC bC              0       bC             0       bC              0       bC            0       bC             0       bC              0       bC            0       bC             0       bC              0       bC             0       bC           : 0   bC bC              0       bC             0       bC             0       bC             0       bC              0       bC            0       bC             0       bC             0       bC             0       bC              0       bC            0       bC             0       bC             0       bC             0       bC              0       bC            0       bC              0       bC             0       bC             0       bC              0       bC            0       bC              0       bC             0       bC             0       bC              0       bC            0       bC              0       bC             0       bC             0       bC              0       bC            0       bC              0       bC             0       bC             0       bC              0       bC             0       bC           : 0   bC bC               0       eC              0       eC             0       eC              0       eC            0       eC             0       eC              0       eC            0       eC             0       eC              0       eC             0       eC           : 0   bC bC              0       VfC             0       VfC             0       VfC             0       VfC             0       VfC              0       VfC            0       VfC             0       VfC             0       VfC             0       VfC             0       VfC              0       VfC            0       VfC             0       VfC             0       VfC             0       VfC             0       VfC              0       VfC            0       VfC             0       VfC             0       VfC             0       VfC             0       VfC              0       VfC             0       VfC           : 0   bC bC              0       fC               0       fC              0       fC              0       fC              0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC             0       fC              0       fC            0       fC              0       fC             0       fC             0       fC             0       fC              0       fC            0       fC             0       fC             0       fC             0       fC              0       fC             0       fC            : 0                 : 0    hC hC               0       hC               0       hC               0       hC               0       hC               0       hC               0       hC               0       hC            : 0                  : 0    olC olC               0       xlC               0       xlC              0       xlC              0       xlC             0       xlC              0       xlC              0       xlC             0       xlC              0       xlC              0       xlC             0       xlC              0       xlC              0       xlC             0       xlC               0       xlC               0       xlC            
  0      xlC            
  0      xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC            O  0      xlC            O  0      xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC               0       xlC           : 0   olC olC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC               0       xC              0       xC              0       xC              0       xC             0       xC              0       xC              0       xC              0       xC          : 0                      0       }C            Q  0      }C            Q  0      }C            Q  0      }C               0       }C               0       }C            R  0      }C            R  0     }C            R  0     }C            R  0     }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C               0       }C            : 0                     0       C               0       C              0      C              0      C               0       C               0       C               0       C               0       C               0       C              0       C             0       C              0       C             0       C              0       C             0       C               0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C             0       C              0       C              0       C              0       C              0       C              0       C             0       C              0       C              0       C             0       C              0       C              0       C             0       C               0       C               0       C               0       C            : 0                     0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC              0      DC              0      DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC             0      DC             0     DC             0     DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0     DC             0     DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0     DC             0     DC             0     DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC               0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC              0       DC              0       DC             0@      DC              0       DC              0       DC              0       DC             0       DC              0       DC              0       DC             0       DC               0       DC            : 0                     0       ֿC           : 0    ֿC ֿC               0       C               0       C               0       C           : 0   ֿC ֿC               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C            P  0      C               0       C            P  0      C               0       C               0       C           : 0   ֿC ֿC               0       IC               0       IC               0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC              0       IC              0       IC              0       IC             0       IC               0       IC               0       IC               0       IC               0       IC               0       IC               0       IC               0       IC               0       IC               0       IC               0       IC           : 0   ֿC ֿC               0       jC               0       jC               0       jC               0       jC               0       jC               0       jC               0      jC               0       jC               0       jC               0       jC               0       jC               0      jC               0       jC               0       jC               0      jC               0       jC           : 0   ֿC ֿC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC               0       YC           : 0   ֿC ֿC               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C           : 0   ֿC ֿC               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C               0       C           : 0   ֿC ֿC               0       7C           (: 0    7C 7C               0       nC               0       nC               0       nC               0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC           !  0      nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0	     nC           !  0
     nC              0       nC              0       nC             0       nC              0       nC              0       nC             0       nC               0       nC               0       nC               0       nC               0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC           !  0     nC           !  0     nC           !  0
     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC             0       nC               0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC             0       nC               0       nC               0       nC               0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0     nC           !  0      nC           !  0!     nC           !  0"     nC              0       nC              0       nC             0       nC              0       nC              0       nC             0       nC               0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC              0       nC              0       nC              0       nC              0       nC              0       nC              0       nC             0       nC           !  0#     nC           !  0$     nC           !  0%     nC           !  0&     nC           !  0'     nC           !  0(     nC           !  0)     nC           !  0*     nC           !  0+     nC              0       nC             0       nC              0       nC              0       nC             0       nC           (: 0   7C 7C               0       zC               0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC               0       zC               0       zC               0       zC              0       zC              0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           "  0      zC           "  0      zC           "  0      zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           #  0      zC           #  0      zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           /  0      zC           $  0@     zC           $  0A     zC           $  0B     zC              0       zC              0       zC              0       zC             0       zC           $  0C     zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC          $  0D     zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           %  0      zC           %  0      zC           %  0      zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           )  0     zC           )  0     zC           )  0     zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           *  0      zC           *  0      zC           )  0     zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           *  0      zC           )  0     zC           )  0     zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           &  0     zC           &  0     zC           &  0     zC           &  0     zC           &  0     zC              0       zC              0       zC             0       zC           S  0@      zC           &  0     zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC           '  0     zC              0       zC              0       zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           (  0      zC           (  0     zC           (  0     zC           (  0     zC           (  0     zC           (  0     zC           (  0     zC           (  0     zC              0       zC           9  0@     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC           8  0     zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           +  0@     zC           +  0A     zC           +  0B     zC           +  0C     zC           +  0D     zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC              0       zC              0       zC              0       zC              0       zC           9  0A     zC           9  0B     zC           9  0C     zC           9  0D     zC           9  0E     zC           9  0F     zC           9  0G     zC           9  0H     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           ,  0     zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC             0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           0  0     zC           0  0     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           0  0     zC           0  0     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           0  0     zC           0  0     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC           ,  0     zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           T  0@     zC           T  0A     zC           T  0B     zC           T  0C     zC           T  0D     zC           T  0E     zC           T  0F     zC           T  0G     zC           T  0H     zC              0       zC              0       zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC              0       zC             0       zC           /  0      zC           /  0      zC           $  0E     zC              0       zC           $  0F     zC           $  0G     zC           $  0H     zC           $  0I     zC           $  0J     zC           $  0K     zC           $  0L     zC              0       zC              0       zC             0       zC              0       zC              0       zC             0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC               0       zC           (: 0   7C 7C               0       @mD           (: 0   7C 7C               0       mD           (: 0   7C 7C               0       enD           (: 0   7C 7C           (: 0   7C 7C               0       8oD               0       8oD               0       8oD               0       8oD              0       8oD              0       8oD              0       8oD              0       8oD              0       8oD             0       8oD               0       8oD               0       8oD               0       8oD               0       8oD               0       8oD               0       8oD            : 0                 : 0    #pD #pD              0       7pD             0       7pD              0       7pD            0       7pD             0       7pD              0       7pD            0       7pD             0       7pD              0       7pD             0       7pD           : 0   #pD #pD              0       tpD             0       tpD             0       tpD             0       tpD              0       tpD            0       tpD             0       tpD             0       tpD             0       tpD              0       tpD            0       tpD             0       tpD             0       tpD             0       tpD              0       tpD            0       tpD              0       tpD             0       tpD             0       tpD              0       tpD            0       tpD              0       tpD             0       tpD             0       tpD              0       tpD            0       tpD              0       tpD             0       tpD             0       tpD              0       tpD            0       tpD              0       tpD             0       tpD             0       tpD              0       tpD             0       tpD           : 0   #pD #pD               0       msD              0       msD             0       msD              0       msD            0       msD             0       msD              0       msD            0       msD             0       msD              0       msD             0       msD           : 0   #pD #pD              0       sD             0       sD             0       sD             0       sD             0       sD              0       sD            0       sD             0       sD             0       sD             0       sD             0       sD              0       sD            0       sD             0       sD             0       sD             0       sD             0       sD              0       sD            0       sD             0       sD             0       sD             0       sD             0       sD              0       sD             0       sD           : 0   #pD #pD              0       YtD               0       YtD              0       YtD              0       YtD              0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD             0       YtD              0       YtD            0       YtD              0       YtD             0       YtD             0       YtD             0       YtD              0       YtD            0       YtD             0       YtD             0       YtD             0       YtD              0       YtD             0       YtD            : 0                 : 0    DvD DvD               0       QvD               0       QvD               0       QvD               0       QvD               0       QvD               0       QvD               0       QvD            : 0                  : 0    
zD 
zD               0       zD               0       zD              0       zD              0       zD             0       zD              0       zD              0       zD             0       zD              0       zD              0       zD             0       zD              0       zD              0       zD             0       zD               0       zD               0       zD            
  0      zD            
  0      zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD            O  0      zD            O  0      zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD               0       zD           : 0   
zD 
zD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD               0       VD              0       VD              0       VD              0       VD             0       VD              0       VD              0       VD              0       VD          : 0                      0       iD            Q  0      iD            Q  0      iD            Q  0      iD               0       iD               0       iD            R  0     iD            R  0     iD            R  0     iD            R  0     iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD               0       iD            : 0                     0       )D               0       )D              0      )D              0      )D               0       )D               0       )D               0       )D               0       )D               0       )D              0       )D             0       )D              0       )D             0       )D              0       )D             0       )D               0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D               0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D               0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D               0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D               0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D              0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D              0       )D              0       )D             0       )D               0       )D               0       )D               0       )D            : 0                     0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0      D              0      D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0     D             0	     D             0
     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0     D             0     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0
     D             0     D             0     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D             0A      D              0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D            : 0                     0       tD           : 0    tD tD               0       :D               0       :D               0       :D           : 0   tD tD               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D               0       +D            P  0      +D               0       +D            P  0      +D               0       +D               0       +D           : 0   tD tD               0       D               0       D               0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D           : 0   tD tD               0       D               0       D               0       D               0       D               0       D               0       D               0      D               0       D               0       D               0       D               0       D               0      D               0       D               0       D               0      D               0       D           : 0   tD tD               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D               0       D           : 0   tD tD               0       HD               0       HD               0       HD               0       HD               0       HD               0       HD               0       HD               0       HD               0       HD           : 0   tD tD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD               0       JD           : 0   tD tD               0       D           (: 0    D D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D             0       D           !  0,     D           !  0-     D           !  0.     D           !  0/     D           !  00     D           !  01     D           !  02     D           !  03     D           !  04     D           !  05     D           !  06     D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           !  07     D           !  08     D           !  09     D           !  0:     D           !  0;     D           !  0<     D           !  0=     D           !  0>     D              0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           !  0?     D           !  0@     D           !  0A     D           !  0B     D           !  0C     D           !  0D     D           !  0E     D           !  0F     D              0       D              0       D              0       D             0       D              0       D              0       D             0       D               0       D               0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           !  0G     D           !  0H     D           !  0I     D           !  0J     D           !  0K     D           !  0L     D           !  0M     D           !  0N     D              0       D              0       D             0       D              0       D              0       D             0       D               0       D              0       D              0       D              0       D              0       D              0       D             0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D           !  0O     D           !  0P     D           !  0Q     D           !  0R     D           !  0S     D           !  0T     D           !  0U     D           !  0V     D           !  0W     D              0       D             0       D              0       D              0       D             0       D           (: 0   D D               0       	E               0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E               0       	E               0       	E               0       	E              0       	E              0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           "  0      	E           "  0      	E           "  0      	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           #  0      	E           #  0      	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           /  0      	E           $  0M     	E           $  0N     	E           $  0O     	E              0       	E              0       	E              0       	E             0       	E           $  0P     	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E          $  0Q     	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           %  0      	E           %  0      	E           %  0      	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           )  0     	E           )  0     	E           )  0     	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           *  0      	E           *  0      	E           )  0     	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           *  0      	E           )  0     	E           )  0     	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           &  0     	E           &  0     	E           &  0     	E           &  0     	E           &  0     	E              0       	E              0       	E             0       	E           S  0A      	E           &  0     	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E           '  0     	E              0       	E              0       	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           (  0     	E           (  0	     	E           (  0
     	E           (  0     	E           (  0     	E           (  0
     	E           (  0     	E           (  0     	E              0       	E           9  0I     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E           8  0     	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           +  0E     	E           +  0F     	E           +  0G     	E           +  0H     	E           +  0I     	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E              0       	E              0       	E              0       	E              0       	E           9  0J     	E           9  0K     	E           9  0L     	E           9  0M     	E           9  0N     	E           9  0O     	E           9  0P     	E           9  0Q     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           ,  0     	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E             0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           0  0     	E           0  0     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           0  0     	E           0  0     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           0  0     	E           0  0     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E           ,  0     	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           T  0I     	E           T  0J     	E           T  0K     	E           T  0L     	E           T  0M     	E           T  0N     	E           T  0O     	E           T  0P     	E           T  0Q     	E              0       	E              0       	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E              0       	E             0       	E           /  0      	E           /  0      	E           $  0R     	E              0       	E           $  0S     	E           $  0T     	E           $  0U     	E           $  0V     	E           $  0W     	E           $  0X     	E           $  0Y     	E              0       	E              0       	E             0       	E              0       	E              0       	E             0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E               0       	E           (: 0   D D               0       zE           (: 0   D D               0       m{E           (: 0   D D               0       |E           (: 0   D D           (: 0   D D               0       |E               0       |E               0       |E               0       |E              0       |E              0       |E              0       |E              0       |E              0       |E             0       |E               0       |E               0       |E               0       |E               0       |E               0       |E               0       |E            : 0                 : 0    }E }E              0       }E             0       }E              0       }E            0       }E             0       }E              0       }E            0       }E             0       }E              0       }E             0       }E           : 0   }E }E              0       ~E             0       ~E             0       ~E             0       ~E              0       ~E            0       ~E             0       ~E             0       ~E             0       ~E              0       ~E            0       ~E             0       ~E             0       ~E             0       ~E              0       ~E            0       ~E              0       ~E             0       ~E             0       ~E              0       ~E            0       ~E              0       ~E             0       ~E             0       ~E              0       ~E            0       ~E              0       ~E             0       ~E             0       ~E              0       ~E            0       ~E              0       ~E             0       ~E             0       ~E              0       ~E             0       ~E           : 0   }E }E               0       E              0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E             0       E           : 0   }E }E              0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E             0       E              0       E             0       E           : 0   }E }E              0       E               0       E              0       E              0       E              0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E             0       E              0       E            0       E              0       E             0       E             0       E             0       E              0       E            0       E             0       E             0       E             0       E              0       E             0       E            : 0                 : 0    E E               0       E               0       E               0       E               0       E               0       E               0       E               0       E            : 0                  : 0    E E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E            
  0      E            
  0      E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E            O  0      E            O  0      E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E           : 0   E E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E          : 0                      0       E            Q  0      E            Q  0      E            Q  0      E               0       E               0       E            R  0     E            R  0	     E            R  0
     E            R  0     E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E            : 0                     0       ǡE               0       ǡE              0      ǡE              0      ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE              0       ǡE             0       ǡE              0       ǡE             0       ǡE              0       ǡE             0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE               0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE              0       ǡE              0       ǡE             0       ǡE               0       ǡE               0       ǡE               0       ǡE            : 0                     0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0      E              0      E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E             0     E             0     E             0     E              0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E             0     E             0     E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E              0       E             0     E             0     E             0     E              0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E              0       E             0B      E              0       E              0       E              0       E             0       E              0       E              0       E             0       E               0       E            : 0                     0       E           : 0    E E               0       E               0       E               0       E           : 0   E E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E            P  0      E               0       E            P  0      E               0       E               0       E           : 0   E E               0       E               0       E               0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E              0       E              0       E              0       E             0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E           : 0   E E               0       E               0       E               0       E               0       E               0       E               0       E               0      E               0       E               0       E               0       E               0       E               0      E               0       E               0       E               0      E               0       E           : 0   E E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E           : 0   E E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E               0       E           : 0   E E               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F           : 0   E E               0       sF           (: 0    sF sF               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F           !  0X     F           !  0Y     F           !  0Z     F           !  0[     F           !  0\     F           !  0]     F           !  0^     F           !  0_     F           !  0`     F           !  0a     F           !  0b     F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           !  0c     F           !  0d     F           !  0e     F           !  0f     F           !  0g     F           !  0h     F           !  0i     F           !  0j     F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           !  0k     F           !  0l     F           !  0m     F           !  0n     F           !  0o     F           !  0p     F           !  0q     F           !  0r     F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           !  0s     F           !  0t     F           !  0u     F           !  0v     F           !  0w     F           !  0x     F           !  0y     F           !  0z     F              0       F              0       F             0       F              0       F              0       F             0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           !  0{     F           !  0|     F           !  0}     F           !  0~     F           !  0     F           !  0     F           !  0     F           !  0     F           !  0     F              0       F             0       F              0       F              0       F             0       F           (: 0   sF sF               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F              0       F              0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           "  0      F           "  0      F           "  0      F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           #  0      F           #  0      F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           /  0      F           $  0Z     F           $  0[     F           $  0\     F              0       F              0       F              0       F             0       F           $  0]     F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F          $  0^     F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           %  0      F           %  0      F           %  0      F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           )  0     F           )  0     F           )  0     F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           *  0      F           *  0      F           )  0     F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           *  0      F           )  0     F           )  0     F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           &  0     F           &  0     F           &  0     F           &  0     F           &  0     F              0       F              0       F             0       F           S  0B      F           &  0     F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F           '  0     F              0       F              0       F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           (  0     F           (  0     F           (  0     F           (  0     F           (  0     F           (  0     F           (  0     F           (  0     F              0       F           9  0R     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F           8  0     F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           +  0J     F           +  0K     F           +  0L     F           +  0M     F           +  0N     F              0       F              0       F              0       F              0       F              0       F              0       F           ,  0     F           ,  0     F           ,  0     F           ,  0     F              0       F              0       F              0       F              0       F           9  0S     F           9  0T     F           9  0U     F           9  0V     F           9  0W     F           9  0X     F           9  0Y     F           9  0Z     F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F           ,  0     F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           0  0     F           0  0     F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           0  0     F           0  0     F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           0  0     F           0  0     F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F           ,  0     F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           T  0R     F           T  0S     F           T  0T     F           T  0U     F           T  0V     F           T  0W     F           T  0X     F           T  0Y     F           T  0Z     F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F           /  0      F           /  0      F           $  0_     F              0       F           $  0`     F           $  0a     F           $  0b     F           $  0c     F           $  0d     F           $  0e     F           $  0f     F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F           (: 0   sF sF               0       |F           (: 0   sF sF               0       F           (: 0   sF sF               0       F           (: 0   sF sF           (: 0   sF sF               0       tF               0       tF               0       tF               0       tF              0       tF              0       tF              0       tF              0       tF              0       tF             0       tF               0       tF               0       tF               0       tF               0       tF               0       tF               0       tF            : 0                 : 0    _F _F              0       sF             0       sF              0       sF            0       sF             0       sF              0       sF            0       sF             0       sF              0       sF             0       sF           : 0   _F _F              0       F             0       F             0       F             0       F              0       F            0       F             0       F             0       F             0       F              0       F            0       F             0       F             0       F             0       F              0       F            0       F              0       F             0       F             0       F              0       F            0       F              0       F             0       F             0       F              0       F            0       F              0       F             0       F             0       F              0       F            0       F              0       F             0       F             0       F              0       F             0       F           : 0   _F _F               0       F              0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F             0       F           : 0   _F _F              0       0F             0       0F             0       0F             0       0F             0       0F              0       0F            0       0F             0       0F             0       0F             0       0F             0       0F              0       0F            0       0F             0       0F             0       0F             0       0F             0       0F              0       0F            0       0F             0       0F             0       0F             0       0F             0       0F              0       0F             0       0F           : 0   _F _F              0       F               0       F              0       F              0       F              0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F             0       F              0       F            0       F              0       F             0       F             0       F             0       F              0       F            0       F             0       F             0       F             0       F              0       F             0       F            : 0                 : 0    F F               0       F               0       F               0       F               0       F               0       F               0       F               0       F            : 0                  : 0    IF IF               0       RF               0       RF              0       RF              0       RF             0       RF              0       RF              0       RF             0       RF              0       RF              0       RF             0       RF              0       RF              0       RF             0       RF               0       RF               0       RF            
  0      RF            
  0      RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF            O  0      RF            O  0      RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF               0       RF           : 0   IF IF               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F          : 0                      0       F            Q  0      F            Q  0      F            Q  0      F               0       F               0       F            R  0     F            R  0
     F            R  0     F            R  0     F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F            : 0                     0       eF               0       eF              0      eF              0      eF               0       eF               0       eF               0       eF               0       eF               0       eF              0       eF             0       eF              0       eF             0       eF              0       eF             0       eF               0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF               0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF               0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF               0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF               0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF              0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF              0       eF              0       eF             0       eF               0       eF               0       eF               0       eF            : 0                     0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0      F              0      F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0     F             0     F             0     F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0     F             0     F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0     F             0     F             0     F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F               0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F              0       F             0       F              0       F              0       F              0       F              0       F             0C      F              0       F              0       F              0       F             0       F              0       F              0       F             0       F               0       F            : 0                     0       F           : 0    F F               0       vF               0       vF               0       vF           : 0   F F               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF               0       gF            P  0      gF               0       gF            P  0      gF               0       gF               0       gF           : 0   F F               0       #F               0       #F               0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F              0       #F              0       #F              0       #F             0       #F               0       #F               0       #F               0       #F               0       #F               0       #F               0       #F               0       #F               0       #F               0       #F               0       #F           : 0   F F               0       DF               0       DF               0       DF               0       DF               0       DF               0       DF               0      DF               0       DF               0       DF               0       DF               0       DF               0      DF               0       DF               0       DF               0      DF               0       DF           : 0   F F               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G               0       3G           : 0   F F               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G           : 0   F F               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G           : 0   F F               0       G           (: 0    G G               0       HG               0       HG               0       HG               0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG              0       HG              0       HG             0       HG              0       HG              0       HG             0       HG               0       HG               0       HG               0       HG               0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG             0       HG               0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG             0       HG               0       HG               0       HG               0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG              0       HG              0       HG             0       HG              0       HG              0       HG             0       HG               0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG              0       HG              0       HG              0       HG              0       HG              0       HG              0       HG             0       HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG           !  0     HG              0       HG             0       HG              0       HG              0       HG             0       HG           (: 0   G G               0       T$G               0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G               0       T$G               0       T$G               0       T$G              0       T$G              0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           "  0      T$G           "  0      T$G           "  0      T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           #  0      T$G           #  0      T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           /  0      T$G           $  0g     T$G           $  0h     T$G           $  0i     T$G              0       T$G              0       T$G              0       T$G             0       T$G           $  0j     T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G          $  0k     T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           %  0      T$G           %  0      T$G           %  0      T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           )  0     T$G           )  0     T$G           )  0     T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           *  0      T$G           *  0      T$G           )  0     T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           *  0      T$G           )  0     T$G           )  0     T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           &  0     T$G           &  0     T$G           &  0     T$G           &  0     T$G           &  0     T$G              0       T$G              0       T$G             0       T$G           S  0C      T$G           &  0     T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G           '  0     T$G              0       T$G              0       T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           (  0     T$G           (  0     T$G           (  0     T$G           (  0     T$G           (  0     T$G           (  0     T$G           (  0     T$G           (  0     T$G              0       T$G           9  0[     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G           8  0     T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           +  0O     T$G           +  0P     T$G           +  0Q     T$G           +  0R     T$G           +  0S     T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G              0       T$G              0       T$G              0       T$G              0       T$G           9  0\     T$G           9  0]     T$G           9  0^     T$G           9  0_     T$G           9  0`     T$G           9  0a     T$G           9  0b     T$G           9  0c     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           ,  0     T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G             0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           0  0     T$G           0  0     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           0  0     T$G           0  0     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           0  0     T$G           0  0     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G           ,  0     T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           T  0[     T$G           T  0\     T$G           T  0]     T$G           T  0^     T$G           T  0_     T$G           T  0`     T$G           T  0a     T$G           T  0b     T$G           T  0c     T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G              0       T$G             0       T$G           /  0      T$G           /  0      T$G           $  0l     T$G              0       T$G           $  0m     T$G           $  0n     T$G           $  0o     T$G           $  0p     T$G           $  0q     T$G           $  0r     T$G           $  0s     T$G              0       T$G              0       T$G             0       T$G              0       T$G              0       T$G             0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G               0       T$G           (: 0   G G               0       G           (: 0   G G               0       G           (: 0   G G               0       ?G           (: 0   G G           (: 0   G G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G            : 0                 : 0    G G              0       G             0       G              0       G            0       G             0       G              0       G            0       G             0       G              0       G             0       G           : 0   G G              0       NG             0       NG             0       NG             0       NG              0       NG            0       NG             0       NG             0       NG             0       NG              0       NG            0       NG             0       NG             0       NG             0       NG              0       NG            0       NG              0       NG             0       NG             0       NG              0       NG            0       NG              0       NG             0       NG             0       NG              0       NG            0       NG              0       NG             0       NG             0       NG              0       NG            0       NG              0       NG             0       NG             0       NG              0       NG             0       NG           : 0   G G               0       GG              0       GG             0       GG              0       GG            0       GG             0       GG              0       GG            0       GG             0       GG              0       GG             0       GG           : 0   G G              0       ΜG             0       ΜG             0       ΜG             0       ΜG             0       ΜG              0       ΜG            0       ΜG             0       ΜG             0       ΜG             0       ΜG             0       ΜG              0       ΜG            0       ΜG             0       ΜG             0       ΜG             0       ΜG             0       ΜG              0       ΜG            0       ΜG             0       ΜG             0       ΜG             0       ΜG             0       ΜG              0       ΜG             0       ΜG           : 0   G G              0       3G               0       3G              0       3G              0       3G              0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G             0       3G              0       3G            0       3G              0       3G             0       3G             0       3G             0       3G              0       3G            0       3G             0       3G             0       3G             0       3G              0       3G             0       3G            : 0                 : 0    G G               0       +G               0       +G               0       +G               0       +G               0       +G               0       +G               0       +G            : 0                  : 0    G G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G            
  0      G            
  0      G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G            O  0      G            O  0      G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G           : 0   G G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G               0       0G              0       0G              0       0G              0       0G             0       0G              0       0G              0       0G              0       0G          : 0                      0       CG            Q  0      CG            Q  0      CG            Q  0      CG               0       CG               0       CG            R  0     CG            R  0     CG            R  0     CG            R  0     CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG               0       CG            : 0                     0       G               0       G              0      G              0      G               0       G               0       G               0       G               0       G               0       G              0       G             0       G              0       G             0       G              0       G             0       G               0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G            : 0                     0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0      G              0      G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G             0      G             0!     G             0"     G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0#     G             0$     G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G             0%     G             0&     G             0'     G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G              0       G             0       G              0       G              0       G              0       G              0       G             0D      G              0       G              0       G              0       G             0       G              0       G              0       G             0       G               0       G            : 0                     0       NG           : 0    NG NG               0       G               0       G               0       G           : 0   NG NG               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G            P  0      G               0       G            P  0      G               0       G               0       G           : 0   NG NG               0       H               0       H               0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H           : 0   NG NG               0       H               0       H               0       H               0       H               0       H               0       H               0      H               0       H               0       H               0       H               0       H               0      H               0       H               0       H               0      H               0       H           : 0   NG NG               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H           : 0   NG NG               0       "H               0       "H               0       "H               0       "H               0       "H               0       "H               0       "H               0       "H               0       "H           : 0   NG NG               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H               0       $H           : 0   NG NG               0       !H           (: 0    !H !H               0       "H               0       "H               0       "H               0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H              0       "H              0       "H             0       "H              0       "H              0       "H             0       "H               0       "H               0       "H               0       "H               0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H             0       "H               0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H             0       "H               0       "H               0       "H               0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H              0       "H              0       "H             0       "H              0       "H              0       "H             0       "H               0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H              0       "H              0       "H              0       "H              0       "H              0       "H              0       "H             0       "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H           !  0     "H              0       "H             0       "H              0       "H              0       "H             0       "H           (: 0   !H !H               0       1H               0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H               0       1H               0       1H               0       1H              0       1H              0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           "  0      1H           "  0      1H           "  0      1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           #  0      1H           #  0      1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           /  0      1H           $  0t     1H           $  0u     1H           $  0v     1H              0       1H              0       1H              0       1H             0       1H           $  0w     1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H          $  0x     1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           %  0      1H           %  0      1H           %  0      1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           )  0     1H           )  0     1H           )  0     1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           *  0      1H           *  0      1H           )  0     1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           *  0      1H           )  0     1H           )  0     1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           &  0     1H           &  0     1H           &  0     1H           &  0     1H           &  0     1H              0       1H              0       1H             0       1H           S  0D      1H           &  0     1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H           '  0     1H              0       1H              0       1H           8  0     1H           8  0     1H           8  0     1H           8  0     1H           8  0      1H           8  0     1H           8  0     1H           8  0     1H           8  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           (  0      1H           (  0!     1H           (  0"     1H           (  0#     1H           (  0$     1H           (  0%     1H           (  0&     1H           (  0'     1H              0       1H           9  0d     1H           8  0     1H           8  0     1H           8  0     1H           8  0     1H           8  0	     1H           8  0
     1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           +  0T     1H           +  0U     1H           +  0V     1H           +  0W     1H           +  0X     1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H              0       1H              0       1H              0       1H              0       1H           9  0e     1H           9  0f     1H           9  0g     1H           9  0h     1H           9  0i     1H           9  0j     1H           9  0k     1H           9  0l     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           ,  0     1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H             0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0      1H           ,  0     1H           ,  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           0  0     1H           0  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           0  0     1H           0  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           0  0     1H           0  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0	     1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           ,  0
     1H           ,  0     1H           ,  0     1H           ,  0
     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H           ,  0     1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           T  0d     1H           T  0e     1H           T  0f     1H           T  0g     1H           T  0h     1H           T  0i     1H           T  0j     1H           T  0k     1H           T  0l     1H              0       1H              0       1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H              0       1H             0       1H           /  0      1H           /  0      1H           $  0y     1H              0       1H           $  0z     1H           $  0{     1H           $  0|     1H           $  0}     1H           $  0~     1H           $  0     1H           $  0     1H              0       1H              0       1H             0       1H              0       1H              0       1H             0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H               0       1H           (: 0   !H !H               0       H           (: 0   !H !H               0       GH           (: 0   !H !H               0       ݤH           (: 0   !H !H           (: 0   !H !H               0       H               0       H               0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H               0       H               0       H               0       H               0       H               0       H               0       H            : 0                 : 0    H H              0       H             0       H              0       H            0       H             0       H              0       H            0       H             0       H              0       H             0       H           : 0   H H              0       H             0       H             0       H             0       H              0       H            0       H             0       H             0       H             0       H              0       H            0       H             0       H             0       H             0       H              0       H            0       H              0       H             0       H             0       H              0       H            0       H              0       H             0       H             0       H              0       H            0       H              0       H             0       H             0       H              0       H            0       H              0       H             0       H             0       H              0       H             0       H           : 0   H H               0       H              0       H             0       H              0       H            0       H             0       H              0       H            0       H             0       H              0       H             0       H           : 0   H H              0       lH             0       lH             0       lH             0       lH             0       lH              0       lH            0       lH             0       lH             0       lH             0       lH             0       lH              0       lH            0       lH             0       lH             0       lH             0       lH             0       lH              0       lH            0       lH             0       lH             0       lH             0       lH             0       lH              0       lH             0       lH           : 0   H H              0       ѪH               0       ѪH              0       ѪH              0       ѪH              0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH              0       ѪH            0       ѪH              0       ѪH             0       ѪH             0       ѪH             0       ѪH              0       ѪH            0       ѪH             0       ѪH             0       ѪH             0       ѪH              0       ѪH             0       ѪH            : 0                 : 0    H H               0       ɬH               0       ɬH               0       ɬH               0       ɬH               0       ɬH               0       ɬH               0       ɬH            : 0                  : 0    H H               0       H               0       H              0       H              0       H             0       H              0       H              0       H             0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H               0       H            
  0      H            
  0      H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H            O  0      H            O  0      H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H           : 0   H H               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH               0       μH              0       μH              0       μH              0       μH             0       μH              0       μH              0       μH              0       μH          : 0                      0       H            Q  0      H            Q  0      H            Q  0      H               0       H               0       H            R  0     H            R  0     H            R  0     H            R  0     H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H            : 0                     0       H               0       H              0      H              0      H               0       H               0       H               0       H               0       H               0       H              0       H             0       H              0       H             0       H              0       H             0       H               0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H               0       H               0       H               0       H               0       H               0       H               0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H             0       H              0       H              0       H              0       H              0       H              0       H             0       H              0       H              0       H             0       H              0       H              0       H             0       H               0       H               0       H               0       H            : 0                     0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0      ZH              0      ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0(     ZH             0)     ZH             0*     ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0+     ZH             0,     ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0-     ZH             0.     ZH             0/     ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH               0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH              0       ZH              0       ZH             0E      ZH              0       ZH              0       ZH              0       ZH             0       ZH              0       ZH              0       ZH             0       ZH               0       ZH            : 0                     0       I           : 0    I I               0       I               0       I               0       I           : 0   I I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I               0       	I            P  0      	I               0       	I            P  0      	I               0       	I               0       	I           : 0   I I               0       _I               0       _I               0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I              0       _I              0       _I              0       _I             0       _I               0       _I               0       _I               0       _I               0       _I               0       _I               0       _I               0       _I               0       _I               0       _I               0       _I           : 0   I I               0       I               0       I               0       I               0       I               0       I               0       I               0      I               0       I               0       I               0       I               0       I               0      I               0       I               0       I               0      I               0       I           : 0   I I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I               0       o#I           : 0   I I               0       &I               0       &I               0       &I               0       &I               0       &I               0       &I               0       &I               0       &I               0       &I           : 0   I I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I           : 0   I I               0       M/I           (: 0    M/I M/I               0       0I               0       0I               0       0I               0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I              0       0I              0       0I             0       0I              0       0I              0       0I             0       0I               0       0I               0       0I               0       0I               0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I             0       0I               0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I             0       0I               0       0I               0       0I               0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I              0       0I              0       0I             0       0I              0       0I              0       0I             0       0I               0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I              0       0I              0       0I              0       0I              0       0I              0       0I              0       0I             0       0I           !  0     0I           !  0      0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I           !  0     0I              0       0I             0       0I              0       0I              0       0I             0       0I           (: 0   M/I M/I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           "  0      ?I           "  0      ?I           "  0      ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           #  0      ?I           #  0      ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           /  0      ?I           $  0     ?I           $  0     ?I           $  0     ?I              0       ?I              0       ?I              0       ?I             0       ?I           $  0     ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I          $  0     ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           %  0      ?I           %  0      ?I           %  0      ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           )  0     ?I           )  0     ?I           )  0     ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           *  0      ?I           *  0      ?I           )  0     ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           *  0      ?I           )  0     ?I           )  0     ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           &  0     ?I           &  0     ?I           &  0     ?I           &  0     ?I           &  0     ?I              0       ?I              0       ?I             0       ?I           S  0E      ?I           &  0     ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I           '  0     ?I              0       ?I              0       ?I           8  0     ?I           8  0     ?I           8  0
     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           (  0(     ?I           (  0)     ?I           (  0*     ?I           (  0+     ?I           (  0,     ?I           (  0-     ?I           (  0.     ?I           (  0/     ?I              0       ?I           9  0m     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I           8  0     ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           +  0Y     ?I           +  0Z     ?I           +  0[     ?I           +  0\     ?I           +  0]     ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I           ,  0     ?I           ,  0     ?I           ,  0     ?I           ,  0     ?I              0       ?I              0       ?I              0       ?I              0       ?I           9  0n     ?I           9  0o     ?I           9  0p     ?I           9  0q     ?I           9  0r     ?I           9  0s     ?I           9  0t     ?I           9  0u     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           ,  0     ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I           ,  0     ?I           ,  0     ?I           ,  0     ?I           ,  0     ?I           ,  0     ?I           ,  0      ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           0  0     ?I           0  0     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           0  0     ?I           0  0     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           0  0     ?I           0  0     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           ,  0!     ?I           ,  0"     ?I           ,  0#     ?I           ,  0$     ?I           ,  0%     ?I           ,  0&     ?I           ,  0'     ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           ,  0(     ?I           ,  0)     ?I           ,  0*     ?I           ,  0+     ?I           ,  0,     ?I           ,  0-     ?I           ,  0.     ?I           ,  0/     ?I           ,  00     ?I           ,  01     ?I           ,  02     ?I           ,  03     ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           T  0m     ?I           T  0n     ?I           T  0o     ?I           T  0p     ?I           T  0q     ?I           T  0r     ?I           T  0s     ?I           T  0t     ?I           T  0u     ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I           /  0      ?I           /  0      ?I           $  0     ?I              0       ?I           $  0     ?I           $  0     ?I           $  0     ?I           $  0     ?I           $  0     ?I           $  0     ?I           $  0     ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I           (: 0   M/I M/I               0       VI           (: 0   M/I M/I               0       I           (: 0   M/I M/I               0       {I           (: 0   M/I M/I           (: 0   M/I M/I               0       NI               0       NI               0       NI               0       NI              0       NI              0       NI              0       NI              0       NI              0       NI             0       NI               0       NI               0       NI               0       NI               0       NI               0       NI               0       NI            : 0                 : 0    9I 9I              0       MI             0       MI              0       MI            0       MI             0       MI              0       MI            0       MI             0       MI              0       MI             0       MI           : 0   9I 9I              0       I             0       I             0       I             0       I              0       I            0       I             0       I             0       I             0       I              0       I            0       I             0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I            0       I              0       I             0       I             0       I              0       I             0       I           : 0   9I 9I               0       I              0       I             0       I              0       I            0       I             0       I              0       I            0       I             0       I              0       I             0       I           : 0   9I 9I              0       
I             0       
I             0       
I             0       
I             0       
I              0       
I            0       
I             0       
I             0       
I             0       
I             0       
I              0       
I            0       
I             0       
I             0       
I             0       
I             0       
I              0       
I            0       
I             0       
I             0       
I             0       
I             0       
I              0       
I             0       
I           : 0   9I 9I              0       oI               0       oI              0       oI              0       oI              0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI             0       oI              0       oI            0       oI              0       oI             0       oI             0       oI             0       oI              0       oI            0       oI             0       oI             0       oI             0       oI              0       oI             0       oI            : 0                 : 0    ZI ZI               0       gI               0       gI               0       gI               0       gI               0       gI               0       gI               0       gI            : 0                  : 0    #I #I               0       ,I               0       ,I              0       ,I              0       ,I             0       ,I              0       ,I              0       ,I             0       ,I              0       ,I              0       ,I             0       ,I              0       ,I              0       ,I             0       ,I               0       ,I               0       ,I            
  0      ,I            
  0      ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I            O  0      ,I            O  0      ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I               0       ,I           : 0   #I #I               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI               0       lI              0       lI              0       lI              0       lI             0       lI              0       lI              0       lI              0       lI          : 0                      0       I            Q  0      I            Q  0      I            Q  0      I               0       I               0       I            R  0     I            R  0     I            R  0     I            R  0     I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I            : 0                     0       ?I               0       ?I              0      ?I              0      ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I             0       ?I              0       ?I             0       ?I              0       ?I             0       ?I               0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I               0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I              0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I              0       ?I              0       ?I             0       ?I               0       ?I               0       ?I               0       ?I            : 0                     0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0      I              0      I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             00     I             01     I             02     I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             03     I             04     I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             05     I             06     I             07     I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I               0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I              0       I             0       I              0       I              0       I              0       I              0       I             0F      I              0       I              0       I              0       I             0       I              0       I              0       I             0       I               0       I            : 0                     0       J           : 0    J J               0       PJ               0       PJ               0       PJ           : 0   J J               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ               0       AJ            P  0      AJ               0       AJ            P  0      AJ               0       AJ               0       AJ           : 0   J J               0       !J               0       !J               0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J              0       !J              0       !J              0       !J             0       !J               0       !J               0       !J               0       !J               0       !J               0       !J               0       !J               0       !J               0       !J               0       !J               0       !J           : 0   J J               0       (J               0       (J               0       (J               0       (J               0       (J               0       (J               0      (J               0       (J               0       (J               0       (J               0       (J               0      (J               0       (J               0       (J               0      (J               0       (J           : 0   J J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J               0       
1J           : 0   J J               0       ^4J               0       ^4J               0       ^4J               0       ^4J               0       ^4J               0       ^4J               0       ^4J               0       ^4J               0       ^4J           : 0   J J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J               0       `:J           : 0   J J               0       <J           (: 0    <J <J               0       ">J               0       ">J               0       ">J               0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J           !  0     ">J           !  0	     ">J           !  0
     ">J           !  0     ">J           !  0     ">J           !  0
     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J             0       ">J               0       ">J               0       ">J               0       ">J               0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J             0       ">J               0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0     ">J           !  0      ">J           !  0!     ">J           !  0"     ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J             0       ">J               0       ">J               0       ">J               0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J           !  0#     ">J           !  0$     ">J           !  0%     ">J           !  0&     ">J           !  0'     ">J           !  0(     ">J           !  0)     ">J           !  0*     ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J             0       ">J               0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J              0       ">J             0       ">J           !  0+     ">J           !  0,     ">J           !  0-     ">J           !  0.     ">J           !  0/     ">J           !  00     ">J           !  01     ">J           !  02     ">J           !  03     ">J              0       ">J             0       ">J              0       ">J              0       ">J             0       ">J           (: 0   <J <J               0       .MJ               0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ               0       .MJ               0       .MJ               0       .MJ              0       .MJ              0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           "  0      .MJ           "  0      .MJ           "  0      .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           #  0      .MJ           #  0      .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           /  0      .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           $  0     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ          $  0     .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           %  0      .MJ           %  0      .MJ           %  0      .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           )  0     .MJ           )  0     .MJ           )  0     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           *  0      .MJ           *  0      .MJ           )  0     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           *  0      .MJ           )  0     .MJ           )  0     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           &  0     .MJ           &  0     .MJ           &  0     .MJ           &  0     .MJ           &  0     .MJ              0       .MJ              0       .MJ             0       .MJ           S  0F      .MJ           &  0     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ           '  0     .MJ              0       .MJ              0       .MJ           8  0     .MJ           8  0     .MJ           8  0     .MJ           8  0     .MJ           8  0     .MJ           8  0     .MJ           8  0      .MJ           8  0!     .MJ           8  0"     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           (  00     .MJ           (  01     .MJ           (  02     .MJ           (  03     .MJ           (  04     .MJ           (  05     .MJ           (  06     .MJ           (  07     .MJ              0       .MJ           9  0v     .MJ           8  0#     .MJ           8  0$     .MJ           8  0%     .MJ           8  0&     .MJ           8  0'     .MJ           8  0(     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           +  0^     .MJ           +  0_     .MJ           +  0`     .MJ           +  0a     .MJ           +  0b     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ           ,  04     .MJ           ,  05     .MJ           ,  06     .MJ           ,  07     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ           9  0w     .MJ           9  0x     .MJ           9  0y     .MJ           9  0z     .MJ           9  0{     .MJ           9  0|     .MJ           9  0}     .MJ           9  0~     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           ,  08     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ           ,  09     .MJ           ,  0:     .MJ           ,  0;     .MJ           ,  0<     .MJ           ,  0=     .MJ           ,  0>     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           0  0     .MJ           0  0     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           0  0     .MJ           0  0     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           0  0     .MJ           0  0     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           ,  0?     .MJ           ,  0@     .MJ           ,  0A     .MJ           ,  0B     .MJ           ,  0C     .MJ           ,  0D     .MJ           ,  0E     .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           ,  0F     .MJ           ,  0G     .MJ           ,  0H     .MJ           ,  0I     .MJ           ,  0J     .MJ           ,  0K     .MJ           ,  0L     .MJ           ,  0M     .MJ           ,  0N     .MJ           ,  0O     .MJ           ,  0P     .MJ           ,  0Q     .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           T  0v     .MJ           T  0w     .MJ           T  0x     .MJ           T  0y     .MJ           T  0z     .MJ           T  0{     .MJ           T  0|     .MJ           T  0}     .MJ           T  0~     .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ              0       .MJ             0       .MJ           /  0      .MJ           /  0      .MJ           $  0     .MJ              0       .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ           $  0     .MJ              0       .MJ              0       .MJ             0       .MJ              0       .MJ              0       .MJ             0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ               0       .MJ           (: 0   <J <J               0       J           (: 0   <J <J               0       J           (: 0   <J <J               0       J           (: 0   <J <J           (: 0   <J <J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J            : 0                 : 0    J J              0       J             0       J              0       J            0       J             0       J              0       J            0       J             0       J              0       J             0       J           : 0   J J              0       (J             0       (J             0       (J             0       (J              0       (J            0       (J             0       (J             0       (J             0       (J              0       (J            0       (J             0       (J             0       (J             0       (J              0       (J            0       (J              0       (J             0       (J             0       (J              0       (J            0       (J              0       (J             0       (J             0       (J              0       (J            0       (J              0       (J             0       (J             0       (J              0       (J            0       (J              0       (J             0       (J             0       (J              0       (J             0       (J           : 0   J J               0       !J              0       !J             0       !J              0       !J            0       !J             0       !J              0       !J            0       !J             0       !J              0       !J             0       !J           : 0   J J              0       J             0       J             0       J             0       J             0       J              0       J            0       J             0       J             0       J             0       J             0       J              0       J            0       J             0       J             0       J             0       J             0       J              0       J            0       J             0       J             0       J             0       J             0       J              0       J             0       J           : 0   J J              0       
J               0       
J              0       
J              0       
J              0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J             0       
J              0       
J            0       
J              0       
J             0       
J             0       
J             0       
J              0       
J            0       
J             0       
J             0       
J             0       
J              0       
J             0       
J            : 0                 : 0    J J               0       J               0       J               0       J               0       J               0       J               0       J               0       J            : 0                  : 0    J J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J            
  0      J            
  0      J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J            O  0      J            O  0      J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J           : 0   J J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J               0       
J              0       
J              0       
J              0       
J             0       
J              0       
J              0       
J              0       
J          : 0                      0       J            Q  0      J            Q  0      J            Q  0      J               0       J               0       J            R  0     J            R  0     J            R  0     J            R  0     J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J            : 0                     0       J               0       J              0      J              0      J               0       J               0       J               0       J               0       J               0       J              0       J             0       J              0       J             0       J              0       J             0       J               0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J            : 0                     0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0      J              0      J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J             08     J             09     J             0:     J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0;     J             0<     J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J             0=     J             0>     J             0?     J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J              0       J             0       J              0       J              0       J              0       J              0       J             0G      J              0       J              0       J              0       J             0       J              0       J              0       J             0       J               0       J            : 0                     0       (K           : 0    (K (K               0       K               0       K               0       K           : 0   (K (K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K               0       $K            P  0      $K               0       $K            P  0      $K               0       $K               0       $K           : 0   (K (K               0       /K               0       /K               0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K              0       /K              0       /K              0       /K             0       /K               0       /K               0       /K               0       /K               0       /K               0       /K               0       /K               0       /K               0       /K               0       /K               0       /K           : 0   (K (K               0       5K               0       5K               0       5K               0       5K               0       5K               0       5K               0      5K               0       5K               0       5K               0       5K               0       5K               0      5K               0       5K               0       5K               0      5K               0       5K           : 0   (K (K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K               0       >K           : 0   (K (K               0       AK               0       AK               0       AK               0       AK               0       AK               0       AK               0       AK               0       AK               0       AK           : 0   (K (K               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK               0       GK           : 0   (K (K               0       JK           (: 0    JK JK               0       KK               0       KK               0       KK               0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK           !  04     KK           !  05     KK           !  06     KK           !  07     KK           !  08     KK           !  09     KK           !  0:     KK           !  0;     KK           !  0<     KK           !  0=     KK           !  0>     KK              0       KK              0       KK             0       KK              0       KK              0       KK             0       KK               0       KK               0       KK               0       KK               0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK           !  0?     KK           !  0@     KK           !  0A     KK           !  0B     KK           !  0C     KK           !  0D     KK           !  0E     KK           !  0F     KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK             0       KK               0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK           !  0G     KK           !  0H     KK           !  0I     KK           !  0J     KK           !  0K     KK           !  0L     KK           !  0M     KK           !  0N     KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK             0       KK               0       KK               0       KK               0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK           !  0O     KK           !  0P     KK           !  0Q     KK           !  0R     KK           !  0S     KK           !  0T     KK           !  0U     KK           !  0V     KK              0       KK              0       KK             0       KK              0       KK              0       KK             0       KK               0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK              0       KK              0       KK              0       KK              0       KK              0       KK              0       KK             0       KK           !  0W     KK           !  0X     KK           !  0Y     KK           !  0Z     KK           !  0[     KK           !  0\     KK           !  0]     KK           !  0^     KK           !  0_     KK              0       KK             0       KK              0       KK              0       KK             0       KK           (: 0   JK JK               0       ZK               0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK               0       ZK               0       ZK               0       ZK              0       ZK              0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           "  0      ZK           "  0      ZK           "  0      ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           #  0      ZK           #  0      ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           /  0      ZK           $  0     ZK           $  0     ZK           $  0     ZK              0       ZK              0       ZK              0       ZK             0       ZK           $  0     ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK          $  0     ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           %  0      ZK           %  0      ZK           %  0      ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           )  0     ZK           )  0     ZK           )  0     ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           *  0      ZK           *  0      ZK           )  0     ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           *  0      ZK           )  0     ZK           )  0     ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           &  0     ZK           &  0     ZK           &  0     ZK           &  0     ZK           &  0     ZK              0       ZK              0       ZK             0       ZK           S  0G      ZK           &  0     ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK           '  0     ZK              0       ZK              0       ZK           8  0)     ZK           8  0*     ZK           8  0+     ZK           8  0,     ZK           8  0-     ZK           8  0.     ZK           8  0/     ZK           8  00     ZK           8  01     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           (  08     ZK           (  09     ZK           (  0:     ZK           (  0;     ZK           (  0<     ZK           (  0=     ZK           (  0>     ZK           (  0?     ZK              0       ZK           9  0     ZK           8  02     ZK           8  03     ZK           8  04     ZK           8  05     ZK           8  06     ZK           8  07     ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           +  0c     ZK           +  0d     ZK           +  0e     ZK           +  0f     ZK           +  0g     ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK           ,  0R     ZK           ,  0S     ZK           ,  0T     ZK           ,  0U     ZK              0       ZK              0       ZK              0       ZK              0       ZK           9  0     ZK           9  0     ZK           9  0     ZK           9  0     ZK           9  0     ZK           9  0     ZK           9  0     ZK           9  0     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           ,  0V     ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK             0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK           ,  0W     ZK           ,  0X     ZK           ,  0Y     ZK           ,  0Z     ZK           ,  0[     ZK           ,  0\     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           0  0     ZK           0  0     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           0  0     ZK           0  0     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           0  0     ZK           0  0     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           ,  0]     ZK           ,  0^     ZK           ,  0_     ZK           ,  0`     ZK           ,  0a     ZK           ,  0b     ZK           ,  0c     ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           ,  0d     ZK           ,  0e     ZK           ,  0f     ZK           ,  0g     ZK           ,  0h     ZK           ,  0i     ZK           ,  0j     ZK           ,  0k     ZK           ,  0l     ZK           ,  0m     ZK           ,  0n     ZK           ,  0o     ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK           T  0     ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK              0       ZK             0       ZK           /  0      ZK           /  0      ZK           $  0     ZK              0       ZK           $  0     ZK           $  0     ZK           $  0     ZK           $  0     ZK           $  0     ZK           $  0     ZK           $  0     ZK              0       ZK              0       ZK             0       ZK              0       ZK              0       ZK             0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK               0       ZK           (: 0   JK JK               0       K           (: 0   JK JK               0       !K           (: 0   JK JK               0       K           (: 0   JK JK           (: 0   JK JK               0       K               0       K               0       K               0       K              0       K              0       K              0       K              0       K              0       K             0       K               0       K               0       K               0       K               0       K               0       K               0       K            : 0                 : 0    uK uK              0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K             0       K           : 0   uK uK              0       K             0       K             0       K             0       K              0       K            0       K             0       K             0       K             0       K              0       K            0       K             0       K             0       K             0       K              0       K            0       K              0       K             0       K             0       K              0       K            0       K              0       K             0       K             0       K              0       K            0       K              0       K             0       K             0       K              0       K            0       K              0       K             0       K             0       K              0       K             0       K           : 0   uK uK               0       K              0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K             0       K           : 0   uK uK              0       FK             0       FK             0       FK             0       FK             0       FK              0       FK            0       FK             0       FK             0       FK             0       FK             0       FK              0       FK            0       FK             0       FK             0       FK             0       FK             0       FK              0       FK            0       FK             0       FK             0       FK             0       FK             0       FK              0       FK             0       FK           : 0   uK uK              0       K               0       K              0       K              0       K              0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K             0       K              0       K            0       K              0       K             0       K             0       K             0       K              0       K            0       K             0       K             0       K             0       K              0       K             0       K            : 0                 : 0    K K               0       K               0       K               0       K               0       K               0       K               0       K               0       K            : 0                  : 0    _K _K               0       hK               0       hK              0       hK              0       hK             0       hK              0       hK              0       hK             0       hK              0       hK              0       hK             0       hK              0       hK              0       hK             0       hK               0       hK               0       hK            
  0      hK            
  0      hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK            O  0      hK            O  0      hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK               0       hK           : 0   _K _K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K              0       K              0       K              0       K             0       K              0       K              0       K              0       K          : 0                      0       K            Q  0      K            Q  0      K            Q  0      K               0       K               0       K            R  0      K            R  0!     K            R  0"     K            R  0#     K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K               0       K            : 0                     0       {K               0       {K              0      {K              0      {K               0       {K               0       {K               0       {K               0       {K               0       {K              0       {K             0       {K              0       {K             0       {K              0       {K             0       {K               0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K               0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K               0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K               0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K               0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K              0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K              0       {K              0       {K             0       {K               0       {K               0       {K               0       {K            : 0                     0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0      4
L              0      4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0@     4
L             0A     4
L             0B     4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0C     4
L             0D     4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0E     4
L             0F     4
L             0G     4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L               0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L              0       4
L              0       4
L             0H      4
L              0       4
L              0       4
L              0       4
L             0       4
L              0       4
L              0       4
L             0       4
L               0       4
L            : 0                     0       ,L           : 0    ,L ,L               0       -L               0       -L               0       -L           : 0   ,L ,L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L               0       }2L            P  0      }2L               0       }2L            P  0      }2L               0       }2L               0       }2L           : 0   ,L ,L               0       9=L               0       9=L               0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L              0       9=L              0       9=L              0       9=L             0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L               0       9=L           : 0   ,L ,L               0       ZCL               0       ZCL               0       ZCL               0       ZCL               0       ZCL               0       ZCL               0      ZCL               0       ZCL               0       ZCL               0       ZCL               0       ZCL               0      ZCL               0       ZCL               0       ZCL               0      ZCL               0       ZCL           : 0   ,L ,L               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL               0       ILL           : 0   ,L ,L               0       OL               0       OL               0       OL               0       OL               0       OL               0       OL               0       OL               0       OL               0       OL           : 0   ,L ,L               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL               0       UL           : 0   ,L ,L               0       'XL           (: 0    'XL 'XL               0       ^YL               0       ^YL               0       ^YL               0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL           !  0`     ^YL           !  0a     ^YL           !  0b     ^YL           !  0c     ^YL           !  0d     ^YL           !  0e     ^YL           !  0f     ^YL           !  0g     ^YL           !  0h     ^YL           !  0i     ^YL           !  0j     ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL             0       ^YL               0       ^YL               0       ^YL               0       ^YL               0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL           !  0k     ^YL           !  0l     ^YL           !  0m     ^YL           !  0n     ^YL           !  0o     ^YL           !  0p     ^YL           !  0q     ^YL           !  0r     ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL             0       ^YL               0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL           !  0s     ^YL           !  0t     ^YL           !  0u     ^YL           !  0v     ^YL           !  0w     ^YL           !  0x     ^YL           !  0y     ^YL           !  0z     ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL             0       ^YL               0       ^YL               0       ^YL               0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL           !  0{     ^YL           !  0|     ^YL           !  0}     ^YL           !  0~     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL             0       ^YL               0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL              0       ^YL             0       ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL           !  0     ^YL              0       ^YL             0       ^YL              0       ^YL              0       ^YL             0       ^YL           (: 0   'XL 'XL               0       jhL               0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL               0       jhL               0       jhL               0       jhL              0       jhL              0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           "  0      jhL           "  0      jhL           "  0      jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           #  0      jhL           #  0      jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           /  0      jhL           $  0     jhL           $  0     jhL           $  0     jhL              0       jhL              0       jhL              0       jhL             0       jhL           $  0     jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL          $  0     jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           %  0      jhL           %  0      jhL           %  0      jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           )  0     jhL           )  0     jhL           )  0     jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           *  0      jhL           *  0      jhL           )  0     jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           *  0      jhL           )  0     jhL           )  0     jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           &  0     jhL           &  0     jhL           &  0     jhL           &  0     jhL           &  0     jhL              0       jhL              0       jhL             0       jhL           S  0H      jhL           &  0     jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL           '  0     jhL              0       jhL              0       jhL           8  08     jhL           8  09     jhL           8  0:     jhL           8  0;     jhL           8  0<     jhL           8  0=     jhL           8  0>     jhL           8  0?     jhL           8  0@     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           (  0@     jhL           (  0A     jhL           (  0B     jhL           (  0C     jhL           (  0D     jhL           (  0E     jhL           (  0F     jhL           (  0G     jhL              0       jhL           9  0     jhL           8  0A     jhL           8  0B     jhL           8  0C     jhL           8  0D     jhL           8  0E     jhL           8  0F     jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           +  0h     jhL           +  0i     jhL           +  0j     jhL           +  0k     jhL           +  0l     jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL           ,  0p     jhL           ,  0q     jhL           ,  0r     jhL           ,  0s     jhL              0       jhL              0       jhL              0       jhL              0       jhL           9  0     jhL           9  0     jhL           9  0     jhL           9  0     jhL           9  0     jhL           9  0     jhL           9  0     jhL           9  0     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           ,  0t     jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL             0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL           ,  0u     jhL           ,  0v     jhL           ,  0w     jhL           ,  0x     jhL           ,  0y     jhL           ,  0z     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           0  0     jhL           0  0     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           0  0     jhL           0  0     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           0  0     jhL           0  0     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           ,  0{     jhL           ,  0|     jhL           ,  0}     jhL           ,  0~     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL           ,  0     jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL           T  0     jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL              0       jhL             0       jhL           /  0      jhL           /  0      jhL           $  0     jhL              0       jhL           $  0     jhL           $  0     jhL           $  0     jhL           $  0     jhL           $  0     jhL           $  0     jhL           $  0     jhL              0       jhL              0       jhL             0       jhL              0       jhL              0       jhL             0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL               0       jhL           (: 0   'XL 'XL               0       0L           (: 0   'XL 'XL               0       L           (: 0   'XL 'XL               0       UL           (: 0   'XL 'XL           (: 0   'XL 'XL               0       (L               0       (L               0       (L               0       (L              0       (L              0       (L              0       (L              0       (L              0       (L             0       (L               0       (L               0       (L               0       (L               0       (L               0       (L               0       (L            : 0                 : 0    L L              0       'L             0       'L              0       'L            0       'L             0       'L              0       'L            0       'L             0       'L              0       'L             0       'L           : 0   L L              0       dL             0       dL             0       dL             0       dL              0       dL            0       dL             0       dL             0       dL             0       dL              0       dL            0       dL             0       dL             0       dL             0       dL              0       dL            0       dL              0       dL             0       dL             0       dL              0       dL            0       dL              0       dL             0       dL             0       dL              0       dL            0       dL              0       dL             0       dL             0       dL              0       dL            0       dL              0       dL             0       dL             0       dL              0       dL             0       dL           : 0   L L               0       ]L              0       ]L             0       ]L              0       ]L            0       ]L             0       ]L              0       ]L            0       ]L             0       ]L              0       ]L             0       ]L           : 0   L L              0       L             0       L             0       L             0       L             0       L              0       L            0       L             0       L             0       L             0       L             0       L              0       L            0       L             0       L             0       L             0       L             0       L              0       L            0       L             0       L             0       L             0       L             0       L              0       L             0       L           : 0   L L              0       IL               0       IL              0       IL              0       IL              0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL             0       IL              0       IL            0       IL              0       IL             0       IL             0       IL             0       IL              0       IL            0       IL             0       IL             0       IL             0       IL              0       IL             0       IL            : 0                 : 0    4L 4L               0       AL               0       AL               0       AL               0       AL               0       AL               0       AL               0       AL            : 0                   : 0    L L               0       L               0       L              0       L              0       L             0       L              0       L              0       L             0       L              0       L              0       L             0       L              0       L              0       L             0       L               0       L               0       L            
  0      L            
  0      L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L            O  0      L            O  0      L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L               0       L           : 0   L L               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL               0       FL              0       FL              0       FL              0       FL             0       FL              0       FL              0       FL              0       FL          : 0                      0       YL            Q  0      YL            Q  0      YL            Q  0      YL               0       YL               0       YL            R  0$     YL            R  0%     YL            R  0&     YL            R  0'     YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL               0       YL            : 0                     0       M               0       M              0      M              0      M               0       M               0       M               0       M               0       M               0       M              0       M             0       M              0       M             0       M              0       M             0       M               0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M            : 0                     0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0      M              0      M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M             0H     M             0I     M             0J     M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0K     M             0L     M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M             0M     M             0N     M             0O     M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M              0       M             0       M              0       M              0       M              0       M              0       M             0I      M              0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M            : 0                     0       d:M           : 0    d:M d:M               0       *;M               0       *;M               0       *;M           : 0   d:M d:M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M               0       @M            P  0      @M               0       @M            P  0      @M               0       @M               0       @M           : 0   d:M d:M               0       JM               0       JM               0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM              0       JM              0       JM              0       JM             0       JM               0       JM               0       JM               0       JM               0       JM               0       JM               0       JM               0       JM               0       JM               0       JM               0       JM           : 0   d:M d:M               0       PM               0       PM               0       PM               0       PM               0       PM               0       PM               0      PM               0       PM               0       PM               0       PM               0       PM               0      PM               0       PM               0       PM               0      PM               0       PM           : 0   d:M d:M               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM               0       YM           : 0   d:M d:M               0       8]M               0       8]M               0       8]M               0       8]M               0       8]M               0       8]M               0       8]M               0       8]M               0       8]M           : 0   d:M d:M               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM               0       :cM           : 0   d:M d:M               0       eM           (: 0    eM eM               0       fM               0       fM               0       fM               0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM              0       fM              0       fM             0       fM              0       fM              0       fM             0       fM               0       fM               0       fM               0       fM               0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM             0       fM               0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM             0       fM               0       fM               0       fM               0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM              0       fM              0       fM             0       fM              0       fM              0       fM             0       fM               0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM              0       fM              0       fM              0       fM              0       fM              0       fM              0       fM             0       fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM           !  0     fM              0       fM             0       fM              0       fM              0       fM             0       fM           (: 0   eM eM               0       vM               0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM               0       vM               0       vM               0       vM              0       vM              0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           "  0      vM           "  0      vM           "  0      vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           #  0      vM           #  0      vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           /  0      vM           $  0     vM           $  0     vM           $  0     vM              0       vM              0       vM              0       vM             0       vM           $  0     vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM          $  0     vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           %  0      vM           %  0      vM           %  0      vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           )  0     vM           )  0     vM           )  0     vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           *  0      vM           *  0      vM           )  0     vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           *  0      vM           )  0     vM           )  0     vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           &  0     vM           &  0     vM           &  0     vM           &  0     vM           &  0     vM              0       vM              0       vM             0       vM           S  0I      vM           &  0     vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM           '  0     vM              0       vM              0       vM           8  0G     vM           8  0H     vM           8  0I     vM           8  0J     vM           8  0K     vM           8  0L     vM           8  0M     vM           8  0N     vM           8  0O     vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           (  0H     vM           (  0I     vM           (  0J     vM           (  0K     vM           (  0L     vM           (  0M     vM           (  0N     vM           (  0O     vM              0       vM           9  0     vM           8  0P     vM           8  0Q     vM           8  0R     vM           8  0S     vM           8  0T     vM           8  0U     vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           +  0m     vM           +  0n     vM           +  0o     vM           +  0p     vM           +  0q     vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM              0       vM              0       vM              0       vM              0       vM           9  0     vM           9  0     vM           9  0     vM           9  0     vM           9  0     vM           9  0     vM           9  0     vM           9  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           ,  0     vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM             0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           0  0     vM           0  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           0  0     vM           0  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           0  0     vM           0  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM           ,  0     vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM           T  0     vM              0       vM              0       vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM              0       vM             0       vM           /  0      vM           /  0      vM           $  0     vM              0       vM           $  0     vM           $  0     vM           $  0     vM           $  0     vM           $  0     vM           $  0     vM           $  0     vM              0       vM              0       vM             0       vM              0       vM              0       vM             0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM               0       vM           (: 0   eM eM               0       M           (: 0   eM eM               0       ]M           (: 0   eM eM               0       M           (: 0   eM eM           (: 0   eM eM               0       M               0       M               0       M               0       M              0       M              0       M              0       M              0       M              0       M             0       M               0       M               0       M               0       M               0       M               0       M               0       M            : 0                 : 0    M M              0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M             0       M           : 0   M M              0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M            0       M              0       M             0       M             0       M              0       M             0       M           : 0   M M               0       M              0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M             0       M           : 0   M M              0       M             0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M             0       M              0       M             0       M           : 0   M M              0       M               0       M              0       M              0       M              0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M             0       M              0       M            0       M              0       M             0       M             0       M             0       M              0       M            0       M             0       M             0       M             0       M              0       M             0       M            : 0                 : 0    M M               0       M               0       M               0       M               0       M               0       M               0       M               0       M            : 0                  : 0    M M               0       M               0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M              0       M              0       M             0       M               0       M               0       M            
  0      M            
  0      M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M            O  0      M            O  0      M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M               0       M           : 0   M M               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N               0        N              0        N              0        N              0        N             0        N              0        N              0        N              0        N          : 0                      0       N            Q  0      N            Q  0      N            Q  0      N               0       N               0       N            R  0(     N            R  0)     N            R  0*     N            R  0+     N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N            : 0	                     0       N               0       N              0      N              0      N               0       N               0       N               0       N               0       N               0       N              0       N             0       N              0       N             0       N              0       N             0       N               0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N               0       N               0       N            : 0
                     0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0      p(N              0      p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0P     p(N             0Q     p(N             0R     p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0S     p(N             0T     p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0U     p(N             0V     p(N             0W     p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N               0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N              0       p(N              0       p(N             0J      p(N              0       p(N              0       p(N              0       p(N             0       p(N              0       p(N              0       p(N             0       p(N               0       p(N            : 0                     0       HN           : 0    HN HN               0       HN               0       HN               0       HN           : 0   HN HN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN               0       MN            P  0      MN               0       MN            P  0      MN               0       MN               0       MN           : 0   HN HN               0       uXN               0       uXN               0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN              0       uXN              0       uXN              0       uXN             0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN               0       uXN           : 0   HN HN               0       ^N               0       ^N               0       ^N               0       ^N               0       ^N               0       ^N               0      ^N               0       ^N               0       ^N               0       ^N               0       ^N               0      ^N               0       ^N               0       ^N               0      ^N               0       ^N           : 0   HN HN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN               0       gN           : 0   HN HN               0       jN               0       jN               0       jN               0       jN               0       jN               0       jN               0       jN               0       jN               0       jN           : 0   HN HN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN               0       pN           : 0   HN HN               0       csN           (: 0    csN csN               0       tN               0       tN               0       tN               0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN              0       tN              0       tN             0       tN              0       tN              0       tN             0       tN               0       tN               0       tN               0       tN               0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN             0       tN               0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN             0       tN               0       tN               0       tN               0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN              0       tN              0       tN             0       tN              0       tN              0       tN             0       tN               0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN              0       tN              0       tN              0       tN              0       tN              0       tN              0       tN             0       tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN           !  0     tN              0       tN             0       tN              0       tN              0       tN             0       tN           (: 0   csN csN               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N               0       N               0       N               0       N              0       N              0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           "  0      N           "  0      N           "  0      N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           #  0      N           #  0      N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           /  0      N           $  0     N           $  0     N           $  0     N              0       N              0       N              0       N             0       N           $  0     N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N          $  0     N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           %  0      N           %  0      N           %  0      N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           )  0     N           )  0     N           )  0     N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           *  0      N           *  0      N           )  0     N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           *  0      N           )  0     N           )  0     N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           &  0     N           &  0     N           &  0     N           &  0     N           &  0     N              0       N              0       N             0       N           S  0J      N           &  0     N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N           '  0     N              0       N              0       N           8  0V     N           8  0W     N           8  0X     N           8  0Y     N           8  0Z     N           8  0[     N           8  0\     N           8  0]     N           8  0^     N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           (  0P     N           (  0Q     N           (  0R     N           (  0S     N           (  0T     N           (  0U     N           (  0V     N           (  0W     N              0       N           9  0     N           8  0_     N           8  0`     N           8  0a     N           8  0b     N           8  0c     N           8  0d     N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           +  0r     N           +  0s     N           +  0t     N           +  0u     N           +  0v     N              0       N              0       N              0       N              0       N              0       N              0       N           ,  0     N           ,  0     N           ,  0     N           ,  0     N              0       N              0       N              0       N              0       N           9  0     N           9  0     N           9  0     N           9  0     N           9  0     N           9  0     N           9  0     N           9  0     N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N             0       N           ,  0     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           0  0     N           0  0     N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           0  0     N           0  0     N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           0  0     N           0  0     N              0       N              0       N             0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N              0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N           ,  0     N              0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           T  0     N           T  0     N           T  0     N           T  0     N           T  0     N           T  0     N           T  0     N           T  0     N           T  0     N              0       N              0       N              0       N              0       N             0       N              0       N              0       N             0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N           /  0      N           /  0      N           $  0     N              0       N           $  0     N           $  0     N           $  0     N           $  0     N           $  0     N           $  0     N           $  0     N              0       N              0       N             0       N              0       N              0       N             0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N               0       N           (: 0   csN csN               0       lN           (: 0   csN csN               0       N           (: 0   csN csN               0       N           (: 0   csN csN           (: 0   csN csN               0       dN               0       dN               0       dN               0       dN              0       dN              0       dN              0       dN              0       dN              0       dN             0       dN               0       dN               0       dN               0       dN               0       dN               0       dN               0       dN            : 0                 : 0    ON ON              0       cN             0       cN              0       cN            0       cN             0       cN              0       cN            0       cN             0       cN              0       cN             0       cN           : 0   ON ON              0       N             0       N             0       N             0       N              0       N            0       N             0       N             0       N             0       N              0       N            0       N             0       N             0       N             0       N              0       N            0       N              0       N             0       N             0       N              0       N            0       N              0       N             0       N             0       N              0       N            0       N              0       N             0       N             0       N              0       N            0       N              0       N             0       N             0       N              0       N             0       N           : 0   ON ON               0       N              0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N             0       N           : 0   ON ON              0        N             0        N             0        N             0        N             0        N              0        N            0        N             0        N             0        N             0        N             0        N              0        N            0        N             0        N             0        N             0        N             0        N              0        N            0        N             0        N             0        N             0        N             0        N              0        N             0        N           : 0   ON ON              0       N               0       N              0       N              0       N              0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N             0       N              0       N            0       N              0       N             0       N             0       N             0       N              0       N            0       N             0       N             0       N             0       N              0       N             0       N            : 0
                 : 0    pN pN               0       }N               0       }N               0       }N               0       }N               0       }N               0       }N               0       }N            : 0                  : 0    9O 9O               0       BO               0       BO              0       BO              0       BO             0       BO              0       BO              0       BO             0       BO              0       BO              0       BO             0       BO              0       BO              0       BO             0       BO               0       BO               0       BO            
  0      BO            
  0      BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO            O  0      BO            O  0      BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO               0       BO           : 0   9O 9O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O              0       O              0       O              0       O             0       O              0       O              0       O              0       O          : 0                      0       O            Q  0      O            Q  0      O            Q  0      O               0       O               0       O            R  0,     O            R  0-     O            R  0.     O            R  0/     O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O               0       O            : 0                     0       UO               0       UO              0      UO              0      UO               0       UO               0       UO               0       UO               0       UO               0       UO              0       UO             0       UO              0       UO             0       UO              0       UO             0       UO               0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO               0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO               0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO               0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO               0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO              0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO              0       UO              0       UO             0       UO               0       UO               0       UO               0       UO            : 0                     0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O              0      6O              0      6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O             0X     6O             0Y     6O             0Z     6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0[     6O             0\     6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0]     6O             0^     6O             0_     6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O               0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O              0       6O              0       6O             0K      6O              0       6O              0       6O              0       6O             0       6O              0       6O              0       6O             0       6O               0       6O            : 0                     0       UO           : 0    UO UO               0       fVO               0       fVO               0       fVO           : 0   UO UO               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O               0       W[O            P  0      W[O               0       W[O            P  0      W[O               0       W[O               0       W[O           : 0   UO UO               0       fO               0       fO               0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO              0       fO              0       fO              0       fO             0       fO               0       fO               0       fO               0       fO               0       fO               0       fO               0       fO               0       fO               0       fO               0       fO               0       fO           : 0   UO UO               0       4lO               0       4lO               0       4lO               0       4lO               0       4lO               0       4lO               0      4lO               0       4lO               0       4lO               0       4lO               0       4lO               0      4lO               0       4lO               0       4lO               0      4lO               0       4lO           : 0   UO UO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO               0       #uO           : 0   UO UO               0       txO               0       txO               0       txO               0       txO               0       txO               0       txO               0       txO               0       txO               0       txO           : 0   UO UO               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O               0       v~O           : 0   UO UO               0       O           (: 0    O O               0       8O               0       8O               0       8O               0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O              0       8O              0       8O             0       8O              0       8O              0       8O             0       8O               0       8O               0       8O               0       8O               0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O             0       8O               0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O           !  0     8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O             0       8O               0       8O               0       8O               0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O           !  0     8O           !  0 
     8O           !  0
     8O           !  0
     8O           !  0
     8O           !  0
     8O           !  0
     8O           !  0
     8O              0       8O              0       8O             0       8O              0       8O              0       8O             0       8O               0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O              0       8O              0       8O              0       8O              0       8O              0       8O              0       8O             0       8O           !  0
     8O           !  0
     8O           !  0	
     8O           !  0

     8O           !  0
     8O           !  0
     8O           !  0

     8O           !  0
     8O           !  0
     8O              0       8O             0       8O              0       8O              0       8O             0       8O           (: 0   O O               0       DO               0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO               0       DO               0       DO               0       DO              0       DO              0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           "  0      DO           "  0      DO           "  0      DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           #  0      DO           #  0      DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           /  0      DO           $  0     DO           $  0     DO           $  0     DO              0       DO              0       DO              0       DO             0       DO           $  0     DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO          $  0     DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           %  0      DO           %  0      DO           %  0      DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           )  0     DO           )  0     DO           )  0     DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           *  0      DO           *  0      DO           )  0     DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           *  0      DO           )  0     DO           )  0     DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           &  0     DO           &  0     DO           &  0     DO           &  0     DO           &  0     DO              0       DO              0       DO             0       DO           S  0K      DO           &  0     DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO           '  0     DO              0       DO              0       DO           8  0e     DO           8  0f     DO           8  0g     DO           8  0h     DO           8  0i     DO           8  0j     DO           8  0k     DO           8  0l     DO           8  0m     DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           (  0X     DO           (  0Y     DO           (  0Z     DO           (  0[     DO           (  0\     DO           (  0]     DO           (  0^     DO           (  0_     DO              0       DO           9  0     DO           8  0n     DO           8  0o     DO           8  0p     DO           8  0q     DO           8  0r     DO           8  0s     DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           +  0w     DO           +  0x     DO           +  0y     DO           +  0z     DO           +  0{     DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO              0       DO              0       DO              0       DO              0       DO           9  0     DO           9  0     DO           9  0     DO           9  0     DO           9  0     DO           9  0     DO           9  0     DO           9  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           ,  0     DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO             0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           0  0     DO           0  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           0  0     DO           0  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           0  0     DO           0  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO           ,  0     DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO           T  0     DO              0       DO              0       DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO              0       DO             0       DO           /  0      DO           /  0      DO           $  0     DO              0       DO           $  0     DO           $  0     DO           $  0     DO           $  0     DO           $  0     DO           $  0     DO           $  0     DO              0       DO              0       DO             0       DO              0       DO              0       DO             0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO               0       DO           (: 0   O O               0       
P           (: 0   O O               0       P           (: 0   O O               0       /P           (: 0   O O           (: 0   O O               0       P               0       P               0       P               0       P              0       P              0       P              0       P              0       P              0       P             0       P               0       P               0       P               0       P               0       P               0       P               0       P            : 0                 : 0    P P              0       P             0       P              0       P            0       P             0       P              0       P            0       P             0       P              0       P             0       P           : 0   P P              0       >P             0       >P             0       >P             0       >P              0       >P            0       >P             0       >P             0       >P             0       >P              0       >P            0       >P             0       >P             0       >P             0       >P              0       >P            0       >P              0       >P             0       >P             0       >P              0       >P            0       >P              0       >P             0       >P             0       >P              0       >P            0       >P              0       >P             0       >P             0       >P              0       >P            0       >P              0       >P             0       >P             0       >P              0       >P             0       >P           : 0   P P               0       7	P              0       7	P             0       7	P              0       7	P            0       7	P             0       7	P              0       7	P            0       7	P             0       7	P              0       7	P             0       7	P           : 0   P P              0       	P             0       	P             0       	P             0       	P             0       	P              0       	P            0       	P             0       	P             0       	P             0       	P             0       	P              0       	P            0       	P             0       	P             0       	P             0       	P             0       	P              0       	P            0       	P             0       	P             0       	P             0       	P             0       	P              0       	P             0       	P           : 0   P P              0       #
P               0       #
P              0       #
P              0       #
P              0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P             0       #
P              0       #
P            0       #
P              0       #
P             0       #
P             0       #
P             0       #
P              0       #
P            0       #
P             0       #
P             0       #
P             0       #
P              0       #
P             0       #
P            : 0                 : 0    P P               0       P               0       P               0       P               0       P               0       P               0       P               0       P            : 0                  : 0    P P               0       P               0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P             0       P               0       P               0       P            
  0      P            
  0      P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P            O  0      P            O  0      P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P           : 0   P P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P               0        P              0        P              0        P              0        P             0        P              0        P              0        P              0        P          : 0                      0       3!P            Q  0      3!P            Q  0      3!P            Q  0      3!P               0       3!P               0       3!P            R  00     3!P            R  01     3!P            R  02     3!P            R  03     3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P               0       3!P            : 0                     0       )P               0       )P              0      )P              0      )P               0       )P               0       )P               0       )P               0       )P               0       )P              0       )P             0       )P              0       )P             0       )P              0       )P             0       )P               0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P               0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P               0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P               0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P               0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P              0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P              0       )P              0       )P             0       )P               0       )P               0       )P               0       )P            : 0                     0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP              0      CP              0      CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP             0`     CP             0a     CP             0b     CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0c     CP             0d     CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0e     CP             0f     CP             0g     CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP               0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP              0       CP              0       CP             0L      CP              0       CP              0       CP              0       CP             0       CP              0       CP              0       CP             0       CP               0       CP            : 0                     0       >cP           : 0    >cP >cP               0       dP               0       dP               0       dP           : 0   >cP >cP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP               0       hP            P  0      hP               0       hP            P  0      hP               0       hP               0       hP           : 0   >cP >cP               0       sP               0       sP               0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP              0       sP              0       sP              0       sP             0       sP               0       sP               0       sP               0       sP               0       sP               0       sP               0       sP               0       sP               0       sP               0       sP               0       sP           : 0   >cP >cP               0       yP               0       yP               0       yP               0       yP               0       yP               0       yP               0      yP               0       yP               0       yP               0       yP               0       yP               0      yP               0       yP               0       yP               0      yP               0       yP           : 0   >cP >cP               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P           : 0   >cP >cP               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P           : 0   >cP >cP               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P           : 0   >cP >cP               0       P           (: 0    P P               0       ֏P               0       ֏P               0       ֏P               0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P             0       ֏P               0       ֏P               0       ֏P               0       ֏P               0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0
     ֏P           !  0 
     ֏P           !  0!
     ֏P           !  0"
     ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P             0       ֏P               0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P           !  0#
     ֏P           !  0$
     ֏P           !  0%
     ֏P           !  0&
     ֏P           !  0'
     ֏P           !  0(
     ֏P           !  0)
     ֏P           !  0*
     ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P             0       ֏P               0       ֏P               0       ֏P               0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P           !  0+
     ֏P           !  0,
     ֏P           !  0-
     ֏P           !  0.
     ֏P           !  0/
     ֏P           !  00
     ֏P           !  01
     ֏P           !  02
     ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P             0       ֏P               0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P              0       ֏P             0       ֏P           !  03
     ֏P           !  04
     ֏P           !  05
     ֏P           !  06
     ֏P           !  07
     ֏P           !  08
     ֏P           !  09
     ֏P           !  0:
     ֏P           !  0;
     ֏P              0       ֏P             0       ֏P              0       ֏P              0       ֏P             0       ֏P           (: 0   P P               0       P               0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P               0       P               0       P               0       P              0       P              0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           "  0      P           "  0      P           "  0      P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           #  0      P           #  0      P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           /  0      P           $  0     P           $  0     P           $  0     P              0       P              0       P              0       P             0       P           $  0     P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P          $  0     P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           %  0      P           %  0      P           %  0      P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           )  0     P           )  0     P           )  0     P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           *  0      P           *  0      P           )  0     P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           *  0      P           )  0     P           )  0     P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           &  0     P           &  0     P           &  0     P           &  0     P           &  0     P              0       P              0       P             0       P           S  0L      P           &  0     P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           '  0     P           '  0     P           '  0     P           '  0     P           '  0     P           '  0     P           '  0     P           '  0     P           '  0      P           '  0     P              0       P              0       P           8  0t     P           8  0u     P           8  0v     P           8  0w     P           8  0x     P           8  0y     P           8  0z     P           8  0{     P           8  0|     P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           (  0`     P           (  0a     P           (  0b     P           (  0c     P           (  0d     P           (  0e     P           (  0f     P           (  0g     P              0       P           9  0     P           8  0}     P           8  0~     P           8  0     P           8  0     P           8  0     P           8  0     P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           +  0|     P           +  0}     P           +  0~     P           +  0     P           +  0     P              0       P              0       P              0       P              0       P              0       P              0       P           ,  0     P           ,  0     P           ,  0     P           ,  0     P              0       P              0       P              0       P              0       P           9  0     P           9  0     P           9  0     P           9  0     P           9  0     P           9  0     P           9  0     P           9  0     P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P             0       P           ,  0     P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P             0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           0  0     P           0  0     P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           0  0     P           0  0     P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           0  0     P           0  0     P              0       P              0       P             0       P              0       P              0       P             0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P              0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0     P           ,  0 	     P           ,  0	     P           ,  0	     P           ,  0	     P           ,  0	     P           ,  0	     P              0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           T  0     P           T  0     P           T  0     P           T  0     P           T  0     P           T  0     P           T  0     P           T  0     P           T  0     P              0       P              0       P              0       P              0       P             0       P              0       P              0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P           /  0      P           /  0      P           $  0     P              0       P           $  0     P           $  0     P           $  0     P           $  0     P           $  0     P           $  0     P           $  0     P              0       P              0       P             0       P              0       P              0       P             0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P               0       P           (: 0   P P               0       Q           (: 0   P P               0       7Q           (: 0   P P               0       Q           (: 0   P P           (: 0   P P               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q            : 0                 : 0    Q Q              0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q             0       Q           : 0   Q Q              0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q              0       Q            0       Q              0       Q             0       Q             0       Q              0       Q            0       Q              0       Q             0       Q             0       Q              0       Q            0       Q              0       Q             0       Q             0       Q              0       Q            0       Q              0       Q             0       Q             0       Q              0       Q             0       Q           : 0   Q Q               0       Q              0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q             0       Q           : 0   Q Q              0       \Q             0       \Q             0       \Q             0       \Q             0       \Q              0       \Q            0       \Q             0       \Q             0       \Q             0       \Q             0       \Q              0       \Q            0       \Q             0       \Q             0       \Q             0       \Q             0       \Q              0       \Q            0       \Q             0       \Q             0       \Q             0       \Q             0       \Q              0       \Q             0       \Q           : 0   Q Q              0       Q               0       Q              0       Q              0       Q              0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q             0       Q              0       Q            0       Q              0       Q             0       Q             0       Q             0       Q              0       Q            0       Q             0       Q             0       Q             0       Q              0       Q             0       Q            : 0                 : 0    Q Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q            : 0                  : 0    uQ uQ               0       ~Q               0       ~Q              0       ~Q              0       ~Q             0       ~Q              0       ~Q              0       ~Q             0       ~Q              0       ~Q              0       ~Q             0       ~Q              0       ~Q              0       ~Q             0       ~Q               0       ~Q               0       ~Q            
  0      ~Q            
  0      ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q            O  0      ~Q            O  0      ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q               0       ~Q           : 0   uQ uQ               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q               0       )Q              0       )Q              0       )Q              0       )Q             0       )Q              0       )Q              0       )Q              0       )Q          : 0                      0       .Q            Q  0      .Q            Q  0      .Q            Q  0      .Q               0       .Q               0       .Q            R  04     .Q            R  05     .Q            R  06     .Q            R  07     .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q               0       .Q            : 0                     0       7Q               0       7Q              0      7Q              0      7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q              0       7Q             0       7Q              0       7Q             0       7Q              0       7Q             0       7Q               0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q               0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q               0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q               0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q               0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q              0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q              0       7Q              0       7Q             0       7Q               0       7Q               0       7Q               0       7Q            : 0                     0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0      JQQ              0      JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0h     JQQ             0i     JQQ             0j     JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0k     JQQ             0l     JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0m     JQQ             0n     JQQ             0o     JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ               0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ              0       JQQ              0       JQQ             0M      JQQ              0       JQQ              0       JQQ              0       JQQ             0       JQQ              0       JQQ              0       JQQ             0       JQQ               0       JQQ            : 0                      0       pQ           : 0    pQ pQ               0       qQ               0       qQ               0       qQ           : 0   pQ pQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ               0       vQ            P  0      vQ               0       vQ            P  0      vQ               0       vQ               0       vQ           : 0   pQ pQ               0       OQ               0       OQ               0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ              0       OQ              0       OQ              0       OQ             0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ               0       OQ           : 0   pQ pQ               0       pQ               0       pQ               0       pQ               0       pQ               0       pQ               0       pQ               0      pQ               0       pQ               0       pQ               0       pQ               0       pQ               0      pQ               0       pQ               0       pQ               0      pQ               0       pQ           : 0   pQ pQ               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q               0       _Q           : 0   pQ pQ               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q           : 0   pQ pQ               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q           : 0   pQ pQ               0       =Q           (: 0    =Q =Q               0       tQ               0       tQ               0       tQ               0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ           !  0<
     tQ           !  0=
     tQ           !  0>
     tQ           !  0?
     tQ           !  0@
     tQ           !  0A
     tQ           !  0B
     tQ           !  0C
     tQ           !  0D
     tQ           !  0E
     tQ           !  0F
     tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ             0       tQ               0       tQ               0       tQ               0       tQ               0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ           !  0G
     tQ           !  0H
     tQ           !  0I
     tQ           !  0J
     tQ           !  0K
     tQ           !  0L
     tQ           !  0M
     tQ           !  0N
     tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ             0       tQ               0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ           !  0O
     tQ           !  0P
     tQ           !  0Q
     tQ           !  0R
     tQ           !  0S
     tQ           !  0T
     tQ           !  0U
     tQ           !  0V
     tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ             0       tQ               0       tQ               0       tQ               0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ           !  0W
     tQ           !  0X
     tQ           !  0Y
     tQ           !  0Z
     tQ           !  0[
     tQ           !  0\
     tQ           !  0]
     tQ           !  0^
     tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ             0       tQ               0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ              0       tQ             0       tQ           !  0_
     tQ           !  0`
     tQ           !  0a
     tQ           !  0b
     tQ           !  0c
     tQ           !  0d
     tQ           !  0e
     tQ           !  0f
     tQ           !  0g
     tQ              0       tQ             0       tQ              0       tQ              0       tQ             0       tQ           (: 0   =Q =Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q              0       Q              0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           "  0      Q           "  0      Q           "  0      Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           #  0      Q           #  0      Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           /  0      Q           $  0     Q           $  0     Q           $  0     Q              0       Q              0       Q              0       Q             0       Q           $  0     Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q          $  0     Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           %  0      Q           %  0      Q           %  0      Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           )  0     Q           )  0     Q           )  0     Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           *  0      Q           *  0      Q           )  0     Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           *  0      Q           )  0     Q           )  0     Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           &  0     Q           &  0     Q           &  0     Q           &  0     Q           &  0     Q              0       Q              0       Q             0       Q           S  0M      Q           &  0     Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           '  0     Q           '  0     Q           '  0     Q           '  0     Q           '  0     Q           '  0     Q           '  0     Q           '  0	     Q           '  0
     Q           '  0     Q              0       Q              0       Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           (  0h     Q           (  0i     Q           (  0j     Q           (  0k     Q           (  0l     Q           (  0m     Q           (  0n     Q           (  0o     Q              0       Q           9  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q           8  0     Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           +  0     Q           +  0     Q           +  0     Q           +  0     Q           +  0     Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0		     Q              0       Q              0       Q              0       Q              0       Q           9  0     Q           9  0     Q           9  0     Q           9  0     Q           9  0     Q           9  0     Q           9  0     Q           9  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           ,  0
	     Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q           ,  0	     Q           ,  0	     Q           ,  0
	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           0  0     Q           0  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           0  0     Q           0  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           0  0     Q           0  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0	     Q           ,  0 	     Q           ,  0!	     Q           ,  0"	     Q           ,  0#	     Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q           T  0     Q              0       Q              0       Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q           /  0      Q           /  0      Q           $  0     Q              0       Q           $  0     Q           $  0     Q           $  0     Q           $  0     Q           $  0     Q           $  0     Q           $  0     Q              0       Q              0       Q             0       Q              0       Q              0       Q             0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q               0       Q           (: 0   =Q =Q               0       FR           (: 0   =Q =Q               0       R           (: 0   =Q =Q               0       kR           (: 0   =Q =Q           (: 0   =Q =Q               0       > R               0       > R               0       > R               0       > R              0       > R              0       > R              0       > R              0       > R              0       > R             0       > R               0       > R               0       > R               0       > R               0       > R               0       > R               0       > R            : 0!                 : 0    )!R )!R              0       =!R             0       =!R              0       =!R            0       =!R             0       =!R              0       =!R            0       =!R             0       =!R              0       =!R             0       =!R           : 0   )!R )!R              0       z!R             0       z!R             0       z!R             0       z!R              0       z!R            0       z!R             0       z!R             0       z!R             0       z!R              0       z!R            0       z!R             0       z!R             0       z!R             0       z!R              0       z!R            0       z!R              0       z!R             0       z!R             0       z!R              0       z!R            0       z!R              0       z!R             0       z!R             0       z!R              0       z!R            0       z!R              0       z!R             0       z!R             0       z!R              0       z!R            0       z!R              0       z!R             0       z!R             0       z!R              0       z!R             0       z!R           : 0   )!R )!R               0       s$R              0       s$R             0       s$R              0       s$R            0       s$R             0       s$R              0       s$R            0       s$R             0       s$R              0       s$R             0       s$R           : 0   )!R )!R              0       $R             0       $R             0       $R             0       $R             0       $R              0       $R            0       $R             0       $R             0       $R             0       $R             0       $R              0       $R            0       $R             0       $R             0       $R             0       $R             0       $R              0       $R            0       $R             0       $R             0       $R             0       $R             0       $R              0       $R             0       $R           : 0   )!R )!R              0       _%R               0       _%R               0       _%R              0       _%R              0       _%R              0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R             0       _%R              0       _%R            0       _%R              0       _%R             0       _%R             0       _%R             0       _%R              0       _%R            0       _%R             0       _%R             0       _%R             0       _%R              0       _%R             0       _%R            : 0"                 : 0    K'R K'R               0       X'R               0       X'R               0       X'R               0       X'R               0       X'R               0       X'R               0       X'R            : 0#                  : 0    +R +R               0       +R               0       +R              0       +R              0       +R             0       +R              0       +R              0       +R             0       +R              0       +R              0       +R             0       +R              0       +R              0       +R             0       +R               0       +R               0       +R            
  0      +R            
  0      +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R            O  0      +R            O  0      +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R               0       +R           : 0   +R +R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R               0       ]7R              0       ]7R              0       ]7R              0       ]7R             0       ]7R              0       ]7R              0       ]7R              0       ]7R          : 0$                      0       p<R            Q  0      p<R            Q  0      p<R            Q  0      p<R               0       p<R               0       p<R            R  08     p<R            R  09     p<R            R  0:     p<R            R  0;     p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R               0       p<R            : 0%                     0       0ER               0       0ER              0      0ER              0      0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER              0       0ER             0       0ER              0       0ER             0       0ER              0       0ER             0       0ER               0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER               0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER               0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER               0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER               0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER              0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER              0       0ER              0       0ER             0       0ER               0       0ER               0       0ER               0       0ER            : 0&                     0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0      ^R              0      ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0p     ^R             0q     ^R             0r     ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0s     ^R             0t     ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0u     ^R             0v     ^R             0w     ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R               0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R              0       ^R              0       ^R             0N      ^R              0       ^R              0       ^R              0       ^R             0       ^R              0       ^R              0       ^R             0       ^R               0       ^R            : 0'                     0       {~R           : 0    {~R {~R               0       AR               0       AR               0       AR           : 0   {~R {~R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R               0       2R            P  0      2R               0       2R            P  0      2R               0       2R               0       2R           : 0   {~R {~R               0       R               0       R               0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R           : 0   {~R {~R               0       R               0       R               0       R               0       R               0       R               0       R               0      R               0       R               0       R               0       R               0       R               0      R               0       R               0       R               0      R               0       R           : 0   {~R {~R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R           : 0   {~R {~R               0       OR               0       OR               0       OR               0       OR               0       OR               0       OR               0       OR               0       OR               0       OR           : 0   {~R {~R               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR               0       QR           : 0   {~R {~R               0       ܩR           (: 0    ܩR ܩR               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R           !  0h
     R           !  0i
     R           !  0j
     R           !  0k
     R           !  0l
     R           !  0m
     R           !  0n
     R           !  0o
     R           !  0p
     R           !  0q
     R           !  0r
     R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           !  0s
     R           !  0t
     R           !  0u
     R           !  0v
     R           !  0w
     R           !  0x
     R           !  0y
     R           !  0z
     R              0       R              0       R              0       R             0       R              0       R              0       R             0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           !  0{
     R           !  0|
     R           !  0}
     R           !  0~
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R              0       R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R              0       R              0       R             0       R              0       R              0       R             0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R           !  0
     R              0       R             0       R              0       R              0       R             0       R           (: 0   ܩR ܩR               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R              0       R              0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           "  0      R           "  0      R           "  0      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           #  0      R           #  0      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           /  0      R           $  0     R           $  0     R           $  0     R              0       R              0       R              0       R             0       R           $  0     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R          $  0     R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           %  0      R           %  0      R           %  0      R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           )  0     R           )  0     R           )  0     R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           *  0      R           *  0      R           )  0     R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           *  0      R           )  0     R           )  0     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           &  0     R           &  0     R           &  0     R           &  0     R           &  0     R              0       R              0       R             0       R           S  0N      R           &  0     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           '  0     R           '  0
     R           '  0     R           '  0     R           '  0     R           '  0     R           '  0     R           '  0     R           '  0     R           '  0     R              0       R              0       R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           (  0p     R           (  0q     R           (  0r     R           (  0s     R           (  0t     R           (  0u     R           (  0v     R           (  0w     R              0       R           9  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R           8  0     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           +  0     R           +  0     R           +  0     R           +  0     R           +  0     R              0       R              0       R              0       R              0       R              0       R              0       R           ,  0$	     R           ,  0%	     R           ,  0&	     R           ,  0'	     R              0       R              0       R              0       R              0       R           9  0     R           9  0     R           9  0     R           9  0     R           9  0     R           9  0     R           9  0     R           9  0     R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  0(	     R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R           ,  0)	     R           ,  0*	     R           ,  0+	     R           ,  0,	     R           ,  0-	     R           ,  0.	     R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0     R           0  0     R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0     R           0  0     R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           0  0     R           0  0     R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R              0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  0/	     R           ,  00	     R           ,  01	     R           ,  02	     R           ,  03	     R           ,  04	     R           ,  05	     R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           ,  06	     R           ,  07	     R           ,  08	     R           ,  09	     R           ,  0:	     R           ,  0;	     R           ,  0<	     R           ,  0=	     R           ,  0>	     R           ,  0?	     R           ,  0@	     R           ,  0A	     R              0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           T  0     R           T  0     R           T  0     R           T  0     R           T  0     R           T  0     R           T  0     R           T  0     R           T  0     R              0       R              0       R              0       R              0       R             0       R              0       R              0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R           /  0      R           /  0      R           $  0     R              0       R           $  0     R           $  0     R           $  0     R           $  0     R           $  0      R           $  0     R           $  0     R              0       R              0       R             0       R              0       R              0       R             0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R               0       R           (: 0   ܩR ܩR               0       +S           (: 0   ܩR ܩR               0       t,S           (: 0   ܩR ܩR               0       
-S           (: 0   ܩR ܩR           (: 0   ܩR ܩR               0       -S               0       -S               0       -S               0       -S              0       -S              0       -S              0       -S              0       -S              0       -S             0       -S               0       -S               0       -S               0       -S               0       -S               0       -S               0       -S            : 0(                 : 0    .S .S              0       .S             0       .S              0       .S            0       .S             0       .S              0       .S            0       .S             0       .S              0       .S             0       .S           : 0   .S .S              0       /S             0       /S             0       /S             0       /S              0       /S            0       /S             0       /S             0       /S             0       /S              0       /S            0       /S             0       /S             0       /S             0       /S              0       /S            0       /S              0       /S             0       /S             0       /S              0       /S            0       /S              0       /S             0       /S             0       /S              0       /S            0       /S              0       /S             0       /S             0       /S              0       /S            0       /S              0       /S             0       /S             0       /S              0       /S             0       /S           : 0   .S .S               0       2S              0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S             0       2S           : 0   .S .S              0       2S             0       2S             0       2S             0       2S             0       2S              0       2S            0       2S             0       2S             0       2S             0       2S             0       2S              0       2S            0       2S             0       2S             0       2S             0       2S             0       2S              0       2S            0       2S             0       2S             0       2S             0       2S             0       2S              0       2S             0       2S           : 0   .S .S              0       2S               0       2S               0       2S              0       2S              0       2S              0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S             0       2S              0       2S            0       2S              0       2S             0       2S             0       2S             0       2S              0       2S            0       2S             0       2S             0       2S             0       2S              0       2S             0       2S            : 0)                 : 0    4S 4S               0       4S               0       4S               0       4S               0       4S               0       4S               0       4S               0       4S            : 0*                  : 0    8S 8S               0       8S               0       8S              0       8S              0       8S             0       8S              0       8S              0       8S             0       8S              0       8S              0       8S             0       8S              0       8S              0       8S             0       8S               0       8S               0       8S            
  0      8S            
  0      8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S            O  0      8S            O  0      8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S               0       8S           : 0   8S 8S               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS               0       DS              0       DS              0       DS              0       DS             0       DS              0       DS              0       DS              0       DS          : 0+                      0       JS            Q  0      JS            Q  0      JS            Q  0      JS               0       JS               0       JS            R  0<     JS            R  0=     JS            R  0>     JS            R  0?     JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS               0       JS            : 0,                     0       RS               0       RS              0      RS              0      RS               0       RS               0       RS               0       RS               0       RS               0       RS              0       RS             0       RS              0       RS             0       RS              0       RS             0       RS               0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS               0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS               0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS               0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS               0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS              0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS              0       RS              0       RS             0       RS               0       RS               0       RS               0       RS            : 0-                     0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS              0      lS              0      lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS             0x     lS             0y     lS             0z     lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0{     lS             0|     lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0}     lS             0~     lS             0     lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS               0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS              0       lS              0       lS             0O      lS              0       lS              0       lS              0       lS             0       lS              0       lS              0       lS             0       lS               0       lS            : 0.                     0       S           : 0    S S               0       S               0       S               0       S           : 0   S S               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS               0       ёS            P  0      ёS               0       ёS            P  0      ёS               0       ёS               0       ёS           : 0   S S               0       S               0       S               0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           : 0   S S               0       S               0       S               0       S               0       S               0       S               0       S               0      S               0       S               0       S               0       S               0       S               0      S               0       S               0       S               0      S               0       S           : 0   S S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           : 0   S S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           : 0   S S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           : 0   S S               0       {S           (: 0    {S {S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S              0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S              0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S              0       S              0       S             0       S              0       S              0       S             0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S           !  0
     S              0       S             0       S              0       S              0       S             0       S           (: 0   {S {S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S              0       S              0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           "  0      S           "  0      S           "  0      S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           #  0      S           #  0      S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           /  0      S           $  0     S           $  0     S           $  0     S              0       S              0       S              0       S             0       S           $  0     S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S          $  0     S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           %  0      S           %  0      S           %  0      S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           )  0     S           )  0     S           )  0     S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           *  0      S           *  0      S           )  0     S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           *  0      S           )  0     S           )  0     S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           &  0     S           &  0     S           &  0     S           &  0     S           &  0     S              0       S              0       S             0       S           S  0O      S           &  0     S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S           '  0     S              0       S              0       S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           (  0x     S           (  0y     S           (  0z     S           (  0{     S           (  0|     S           (  0}     S           (  0~     S           (  0     S              0       S           9  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S           8  0     S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           +  0     S           +  0     S           +  0     S           +  0     S           +  0     S              0       S              0       S              0       S              0       S              0       S              0       S           ,  0B	     S           ,  0C	     S           ,  0D	     S           ,  0E	     S              0       S              0       S              0       S              0       S           9  0     S           9  0     S           9  0     S           9  0     S           9  0     S           9  0     S           9  0     S           9  0     S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S             0       S           ,  0F	     S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S           ,  0G	     S           ,  0H	     S           ,  0I	     S           ,  0J	     S           ,  0K	     S           ,  0L	     S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           0  0     S           0  0     S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           0  0     S           0  0     S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           0  0     S           0  0     S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S              0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           ,  0M	     S           ,  0N	     S           ,  0O	     S           ,  0P	     S           ,  0Q	     S           ,  0R	     S           ,  0S	     S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           ,  0T	     S           ,  0U	     S           ,  0V	     S           ,  0W	     S           ,  0X	     S           ,  0Y	     S           ,  0Z	     S           ,  0[	     S           ,  0\	     S           ,  0]	     S           ,  0^	     S           ,  0_	     S              0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           T  0     S           T  0     S           T  0     S           T  0     S           T  0     S           T  0     S           T  0     S           T  0     S           T  0     S              0       S              0       S              0       S              0       S             0       S              0       S              0       S             0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S           /  0      S           /  0      S           $  0     S              0       S           $  0	     S           $  0
     S           $  0     S           $  0     S           $  0
     S           $  0     S           $  0     S              0       S              0       S             0       S              0       S              0       S             0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S               0       S           (: 0   {S {S               0       9T           (: 0   {S {S               0       :T           (: 0   {S {S               0       :T           (: 0   {S {S           (: 0   {S {S               0       |;T               0       |;T               0       |;T               0       |;T              0       |;T              0       |;T              0       |;T              0       |;T              0       |;T             0       |;T               0       |;T               0       |;T               0       |;T               0       |;T               0       |;T               0       |;T            : 0/                 : 0    g<T g<T              0       {<T             0       {<T              0       {<T            0       {<T             0       {<T              0       {<T            0       {<T             0       {<T              0       {<T             0       {<T           : 0   g<T g<T              0       <T             0       <T             0       <T             0       <T              0       <T            0       <T             0       <T             0       <T             0       <T              0       <T            0       <T             0       <T             0       <T             0       <T              0       <T            0       <T              0       <T             0       <T             0       <T              0       <T            0       <T              0       <T             0       <T             0       <T              0       <T            0       <T              0       <T             0       <T             0       <T              0       <T            0       <T              0       <T             0       <T             0       <T              0       <T             0       <T           : 0   g<T g<T               0       ?T              0       ?T             0       ?T              0       ?T            0       ?T             0       ?T              0       ?T            0       ?T             0       ?T              0       ?T             0       ?T           : 0   g<T g<T              0       8@T             0       8@T             0       8@T             0       8@T             0       8@T              0       8@T            0       8@T             0       8@T             0       8@T             0       8@T             0       8@T              0       8@T            0       8@T             0       8@T             0       8@T             0       8@T             0       8@T              0       8@T            0       8@T             0       8@T             0       8@T             0       8@T             0       8@T              0       8@T             0       8@T           : 0   g<T g<T              0       @T               0       @T              0       @T              0       @T              0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T             0       @T              0       @T            0       @T              0       @T             0       @T             0       @T             0       @T              0       @T            0       @T             0       @T             0       @T             0       @T              0       @T             0       @T            : 00                 : 0    BT BT               0       BT               0       BT               0       BT               0       BT               0       BT               0       BT               0       BT            : 01                  : 0    QFT QFT               0       ZFT               0       ZFT              0       ZFT              0       ZFT             0       ZFT              0       ZFT              0       ZFT             0       ZFT              0       ZFT              0       ZFT             0       ZFT              0       ZFT              0       ZFT             0       ZFT               0       ZFT               0       ZFT            
  0      ZFT            
  0      ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT            O  0      ZFT            O  0      ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT               0       ZFT           : 0   QFT QFT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT               0       RT              0       RT              0       RT              0       RT             0       RT              0       RT              0       RT              0       RT          : 02                      0       WT            Q  0      WT            Q  0      WT            Q  0      WT               0       WT               0       WT            R  0@     WT            R  0A     WT            R  0B     WT            R  0C     WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT               0       WT            : 03                     0       m`T               0       m`T              0      m`T              0      m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T              0       m`T             0       m`T              0       m`T             0       m`T              0       m`T             0       m`T               0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T               0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T               0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T               0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T               0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T              0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T              0       m`T              0       m`T             0       m`T               0       m`T               0       m`T               0       m`T            : 04                     0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0      &zT              0      &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0     &zT             0     &zT             0     &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0     &zT             0     &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0     &zT             0     &zT             0     &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT               0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT              0       &zT              0       &zT             0P      &zT              0       &zT              0       &zT              0       &zT             0       &zT              0       &zT              0       &zT             0       &zT               0       &zT            : 05                     0       T           : 0    T T               0       ~T               0       ~T               0       ~T           : 0   T T               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT               0       oT            P  0      oT               0       oT            P  0      oT               0       oT               0       oT           : 0   T T               0       +T               0       +T               0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T              0       +T              0       +T              0       +T             0       +T               0       +T               0       +T               0       +T               0       +T               0       +T               0       +T               0       +T               0       +T               0       +T               0       +T           : 0   T T               0       LT               0       LT               0       LT               0       LT               0       LT               0       LT               0      LT               0       LT               0       LT               0       LT               0       LT               0      LT               0       LT               0       LT               0      LT               0       LT           : 0   T T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T               0       ;T           : 0   T T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T           : 0   T T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T               0       T           : 0   T T               0       T           (: 0    T T               0       PT               0       PT               0       PT               0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT              0       PT              0       PT             0       PT              0       PT              0       PT             0       PT               0       PT               0       PT               0       PT               0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT             0       PT               0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT             0       PT               0       PT               0       PT               0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT              0       PT              0       PT             0       PT              0       PT              0       PT             0       PT               0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT              0       PT              0       PT              0       PT              0       PT              0       PT              0       PT             0       PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT           !  0
     PT              0       PT             0       PT              0       PT              0       PT             0       PT           (: 0   T T               0       \T               0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T               0       \T               0       \T               0       \T              0       \T              0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           "  0      \T           "  0      \T           "  0      \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           #  0      \T           #  0      \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           /  0      \T           $  0     \T           $  0     \T           $  0     \T              0       \T              0       \T              0       \T             0       \T           $  0     \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T          $  0     \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           %  0      \T           %  0      \T           %  0      \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           )  0     \T           )  0     \T           )  0     \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           *  0      \T           *  0      \T           )  0     \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           *  0      \T           )  0     \T           )  0     \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           &  0     \T           &  0     \T           &  0     \T           &  0     \T           &  0     \T              0       \T              0       \T             0       \T           S  0P      \T           &  0     \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           '  0      \T           '  0!     \T           '  0"     \T           '  0#     \T           '  0$     \T           '  0%     \T           '  0&     \T           '  0'     \T           '  0(     \T           '  0)     \T              0       \T              0       \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           (  0     \T           (  0     \T           (  0     \T           (  0     \T           (  0     \T           (  0     \T           (  0     \T           (  0     \T              0       \T           9  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T           8  0     \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           +  0     \T           +  0     \T           +  0     \T           +  0     \T           +  0     \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T           ,  0`	     \T           ,  0a	     \T           ,  0b	     \T           ,  0c	     \T              0       \T              0       \T              0       \T              0       \T           9  0     \T           9  0     \T           9  0     \T           9  0     \T           9  0     \T           9  0     \T           9  0     \T           9  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           ,  0d	     \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T             0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T           ,  0e	     \T           ,  0f	     \T           ,  0g	     \T           ,  0h	     \T           ,  0i	     \T           ,  0j	     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           0  0     \T           0  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           0  0     \T           0  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           0  0     \T           0  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           ,  0k	     \T           ,  0l	     \T           ,  0m	     \T           ,  0n	     \T           ,  0o	     \T           ,  0p	     \T           ,  0q	     \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           ,  0r	     \T           ,  0s	     \T           ,  0t	     \T           ,  0u	     \T           ,  0v	     \T           ,  0w	     \T           ,  0x	     \T           ,  0y	     \T           ,  0z	     \T           ,  0{	     \T           ,  0|	     \T           ,  0}	     \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T           T  0     \T              0       \T              0       \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T              0       \T             0       \T           /  0      \T           /  0      \T           $  0     \T              0       \T           $  0     \T           $  0     \T           $  0     \T           $  0     \T           $  0     \T           $  0     \T           $  0     \T              0       \T              0       \T             0       \T              0       \T              0       \T             0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T               0       \T           (: 0   T T               0       "GU           (: 0   T T               0       GU           (: 0   T T               0       GHU           (: 0   T T           (: 0   T T               0       IU               0       IU               0       IU               0       IU              0       IU              0       IU              0       IU              0       IU              0       IU             0       IU               0       IU               0       IU               0       IU               0       IU               0       IU               0       IU            : 06                 : 0    JU JU              0       JU             0       JU              0       JU            0       JU             0       JU              0       JU            0       JU             0       JU              0       JU             0       JU           : 0   JU JU              0       VJU             0       VJU             0       VJU             0       VJU              0       VJU            0       VJU             0       VJU             0       VJU             0       VJU              0       VJU            0       VJU             0       VJU             0       VJU             0       VJU              0       VJU            0       VJU              0       VJU             0       VJU             0       VJU              0       VJU            0       VJU              0       VJU             0       VJU             0       VJU              0       VJU            0       VJU              0       VJU             0       VJU             0       VJU              0       VJU            0       VJU              0       VJU             0       VJU             0       VJU              0       VJU             0       VJU           : 0   JU JU               0       OMU              0       OMU             0       OMU              0       OMU            0       OMU             0       OMU              0       OMU            0       OMU             0       OMU              0       OMU             0       OMU           : 0   JU JU              0       MU             0       MU             0       MU             0       MU             0       MU              0       MU            0       MU             0       MU             0       MU             0       MU             0       MU              0       MU            0       MU             0       MU             0       MU             0       MU             0       MU              0       MU            0       MU             0       MU             0       MU             0       MU             0       MU              0       MU             0       MU           : 0   JU JU              0       ;NU               0       ;NU              0       ;NU              0       ;NU              0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU              0       ;NU            0       ;NU              0       ;NU             0       ;NU             0       ;NU             0       ;NU              0       ;NU            0       ;NU             0       ;NU             0       ;NU             0       ;NU              0       ;NU             0       ;NU            : 07                 : 0    &PU &PU               0       3PU               0       3PU               0       3PU               0       3PU               0       3PU               0       3PU               0       3PU            : 08                  : 0    SU SU               0       SU               0       SU              0       SU              0       SU             0       SU              0       SU              0       SU             0       SU              0       SU              0       SU             0       SU              0       SU              0       SU             0       SU               0       SU               0       SU            
  0      SU            
  0      SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU            O  0      SU            O  0      SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU               0       SU           : 0   SU SU               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U               0       8`U              0       8`U              0       8`U              0       8`U             0       8`U              0       8`U              0       8`U              0       8`U          : 09                      0       KeU            Q  0      KeU            Q  0      KeU            Q  0      KeU               0       KeU               0       KeU            R  0D     KeU            R  0E     KeU            R  0F     KeU            R  0G     KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU               0       KeU            : 0:                     0       nU               0       nU              0      nU              0      nU               0       nU               0       nU               0       nU               0       nU               0       nU              0       nU             0       nU              0       nU             0       nU              0       nU             0       nU               0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU               0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU               0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU               0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU               0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU              0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU              0       nU              0       nU             0       nU               0       nU               0       nU               0       nU            : 0;                     0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0      ćU              0      ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0     ćU             0     ćU             0     ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0     ćU             0     ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0     ćU             0     ćU             0     ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU               0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU              0       ćU              0       ćU             0Q      ćU              0       ćU              0       ćU              0       ćU             0       ćU              0       ćU              0       ćU             0       ćU               0       ćU            : 0<                     0       VU           : 0    VU VU               0       U               0       U               0       U           : 0   VU VU               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U               0       
U            P  0      
U               0       
U            P  0      
U               0       
U               0       
U           : 0   VU VU               0       ɷU               0       ɷU               0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU              0       ɷU              0       ɷU              0       ɷU             0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU               0       ɷU           : 0   VU VU               0       U               0       U               0       U               0       U               0       U               0       U               0      U               0       U               0       U               0       U               0       U               0      U               0       U               0       U               0      U               0       U           : 0   VU VU               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U           : 0   VU VU               0       *U               0       *U               0       *U               0       *U               0       *U               0       *U               0       *U               0       *U               0       *U           : 0   VU VU               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U               0       ,U           : 0   VU VU               0       U           (: 0    U U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U           !  0
     U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           !  0
     U           !  0      U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           !  0     U           !  0     U           !  0	     U           !  0
     U           !  0     U           !  0     U           !  0
     U           !  0     U              0       U              0       U             0       U              0       U              0       U             0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U           !  0     U              0       U             0       U              0       U              0       U             0       U           (: 0   U U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U              0       U              0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           "  0      U           "  0      U           "  0      U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           #  0      U           #  0      U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           /  0      U           $  0     U           $  0     U           $  0     U              0       U              0       U              0       U             0       U           $  0      U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U          $  0!     U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           %  0      U           %  0      U           %  0      U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           )  0     U           )  0     U           )  0     U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           *  0      U           *  0      U           )  0     U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           *  0      U           )  0     U           )  0     U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           &  0     U           &  0     U           &  0     U           &  0     U           &  0     U              0       U              0       U             0       U           S  0Q      U           &  0     U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           '  0*     U           '  0+     U           '  0,     U           '  0-     U           '  0.     U           '  0/     U           '  00     U           '  01     U           '  02     U           '  03     U              0       U              0       U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           (  0     U           (  0     U           (  0     U           (  0     U           (  0     U           (  0     U           (  0     U           (  0     U              0       U           9  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U           8  0     U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           +  0     U           +  0     U           +  0     U           +  0     U           +  0     U              0       U              0       U              0       U              0       U              0       U              0       U           ,  0~	     U           ,  0	     U           ,  0	     U           ,  0	     U              0       U              0       U              0       U              0       U           9  0     U           9  0     U           9  0     U           9  0     U           9  0     U           9  0     U           9  0     U           9  0     U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U             0       U           ,  0	     U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           0  0     U           0  0     U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           0  0     U           0  0     U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           0  0     U           0  0     U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U              0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U           ,  0	     U              0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           T  0     U           T  0     U           T  0     U           T  0     U           T  0     U           T  0     U           T  0     U           T  0     U           T  0     U              0       U              0       U              0       U              0       U             0       U              0       U              0       U             0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U           /  0      U           /  0      U           $  0"     U              0       U           $  0#     U           $  0$     U           $  0%     U           $  0&     U           $  0'     U           $  0(     U           $  0)     U              0       U              0       U             0       U              0       U              0       U             0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U               0       U           (: 0   U U               0       TV           (: 0   U U               0       OUV           (: 0   U U               0       UV           (: 0   U U           (: 0   U U               0       VV               0       VV               0       VV               0       VV              0       VV              0       VV              0       VV              0       VV              0       VV             0       VV               0       VV               0       VV               0       VV               0       VV               0       VV               0       VV            : 0=                 : 0    WV WV              0       WV             0       WV              0       WV            0       WV             0       WV              0       WV            0       WV             0       WV              0       WV             0       WV           : 0   WV WV              0       WV             0       WV             0       WV             0       WV              0       WV            0       WV             0       WV             0       WV             0       WV              0       WV            0       WV             0       WV             0       WV             0       WV              0       WV            0       WV              0       WV             0       WV             0       WV              0       WV            0       WV              0       WV             0       WV             0       WV              0       WV            0       WV              0       WV             0       WV             0       WV              0       WV            0       WV              0       WV             0       WV             0       WV              0       WV             0       WV           : 0   WV WV               0       ZV              0       ZV             0       ZV              0       ZV            0       ZV             0       ZV              0       ZV            0       ZV             0       ZV              0       ZV             0       ZV           : 0   WV WV              0       t[V             0       t[V             0       t[V             0       t[V             0       t[V              0       t[V            0       t[V             0       t[V             0       t[V             0       t[V             0       t[V              0       t[V            0       t[V             0       t[V             0       t[V             0       t[V             0       t[V              0       t[V            0       t[V             0       t[V             0       t[V             0       t[V             0       t[V              0       t[V             0       t[V           : 0   WV WV              0       [V               0       [V              0       [V              0       [V              0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V             0       [V              0       [V            0       [V              0       [V             0       [V             0       [V             0       [V              0       [V            0       [V             0       [V             0       [V             0       [V              0       [V             0       [V            : 0>                 : 0    ]V ]V               0       ]V               0       ]V               0       ]V               0       ]V               0       ]V               0       ]V               0       ]V            : 0?                  : 0    aV aV               0       aV               0       aV              0       aV              0       aV             0       aV              0       aV              0       aV             0       aV              0       aV              0       aV             0       aV              0       aV              0       aV             0       aV               0       aV               0       aV            
  0      aV            
  0      aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV            O  0      aV            O  0      aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV               0       aV           : 0   aV aV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV               0       mV              0       mV              0       mV              0       mV             0       mV              0       mV              0       mV              0       mV          : 0@                      0       rV            Q  0      rV            Q  0      rV            Q  0      rV               0       rV               0       rV            R  0H     rV            R  0I     rV            R  0J     rV            R  0K     rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV               0       rV            : 0A                     0       {V               0       {V              0      {V              0      {V               0       {V               0       {V               0       {V               0       {V               0       {V              0       {V             0       {V              0       {V             0       {V              0       {V             0       {V               0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V               0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V               0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V               0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V               0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V              0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V              0       {V              0       {V             0       {V               0       {V               0       {V               0       {V            : 0B                     0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV              0      bV              0      bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV             0     bV             0     bV             0     bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0     bV             0     bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0     bV             0     bV             0     bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV               0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV              0       bV              0       bV             0R      bV              0       bV              0       bV              0       bV             0       bV              0       bV              0       bV             0       bV               0       bV            : 0C                     0       V           : 0    V V               0       V               0       V               0       V           : 0   V V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V            P  0      V               0       V            P  0      V               0       V               0       V           : 0   V V               0       gV               0       gV               0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV              0       gV              0       gV              0       gV             0       gV               0       gV               0       gV               0       gV               0       gV               0       gV               0       gV               0       gV               0       gV               0       gV               0       gV           : 0   V V               0       V               0       V               0       V               0       V               0       V               0       V               0      V               0       V               0       V               0       V               0       V               0      V               0       V               0       V               0      V               0       V           : 0   V V               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV               0       wV           : 0   V V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V           : 0   V V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V           : 0   V V               0       UV           (: 0    UV UV               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V           !  0     V           !  0     V           !  0     V           !  0     V           !  0     V           !  0     V           !  0     V           !  0     V           !  0      V           !  0!     V           !  0"     V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           !  0#     V           !  0$     V           !  0%     V           !  0&     V           !  0'     V           !  0(     V           !  0)     V           !  0*     V              0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           !  0+     V           !  0,     V           !  0-     V           !  0.     V           !  0/     V           !  00     V           !  01     V           !  02     V              0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           !  03     V           !  04     V           !  05     V           !  06     V           !  07     V           !  08     V           !  09     V           !  0:     V              0       V              0       V             0       V              0       V              0       V             0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           !  0;     V           !  0<     V           !  0=     V           !  0>     V           !  0?     V           !  0@     V           !  0A     V           !  0B     V           !  0C     V              0       V             0       V              0       V              0       V             0       V           (: 0   UV UV               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V              0       V              0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           "  0      V           "  0      V           "  0      V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           #  0      V           #  0      V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           /  0      V           $  0*     V           $  0+     V           $  0,     V              0       V              0       V              0       V             0       V           $  0-     V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V          $  0.     V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           %  0      V           %  0      V           %  0      V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           )  0     V           )  0     V           )  0     V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           *  0      V           *  0      V           )  0     V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           *  0      V           )  0     V           )  0     V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           &  0     V           &  0     V           &  0     V           &  0     V           &  0     V              0       V              0       V             0       V           S  0R      V           &  0     V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           '  04     V           '  05     V           '  06     V           '  07     V           '  08     V           '  09     V           '  0:     V           '  0;     V           '  0<     V           '  0=     V              0       V              0       V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           (  0     V           (  0     V           (  0     V           (  0     V           (  0     V           (  0     V           (  0     V           (  0     V              0       V           9  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V           8  0     V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           +  0     V           +  0     V           +  0     V           +  0     V           +  0     V              0       V              0       V              0       V              0       V              0       V              0       V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V              0       V              0       V              0       V              0       V           9  0     V           9  0     V           9  0     V           9  0     V           9  0     V           9  0     V           9  0     V           9  0     V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V             0       V           ,  0	     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           0  0     V           0  0     V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           0  0     V           0  0     V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           0  0     V           0  0     V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V              0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V           ,  0	     V              0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           T  0     V           T  0     V           T  0     V           T  0     V           T  0     V           T  0     V           T  0     V           T  0     V           T  0     V              0       V              0       V              0       V              0       V             0       V              0       V              0       V             0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V             0       V           /  0      V           /  0      V           $  0/     V              0       V           $  00     V           $  01     V           $  02     V           $  03     V           $  04     V           $  05     V           $  06     V              0       V              0       V             0       V              0       V              0       V             0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V               0       V           (: 0   UV UV               0       ^bW           (: 0   UV UV               0       bW           (: 0   UV UV               0       cW           (: 0   UV UV           (: 0   UV UV               0       VdW               0       VdW               0       VdW               0       VdW              0       VdW              0       VdW              0       VdW              0       VdW              0       VdW             0       VdW               0       VdW               0       VdW               0       VdW               0       VdW               0       VdW               0       VdW            : 0D                 : 0    AeW AeW              0       UeW             0       UeW              0       UeW            0       UeW             0       UeW              0       UeW            0       UeW             0       UeW              0       UeW             0       UeW           : 0   AeW AeW              0       eW             0       eW             0       eW             0       eW              0       eW            0       eW             0       eW             0       eW             0       eW              0       eW            0       eW             0       eW             0       eW             0       eW              0       eW            0       eW              0       eW             0       eW             0       eW              0       eW            0       eW              0       eW             0       eW             0       eW              0       eW            0       eW              0       eW             0       eW             0       eW              0       eW            0       eW              0       eW             0       eW             0       eW              0       eW             0       eW           : 0   AeW AeW               0       hW              0       hW             0       hW              0       hW            0       hW             0       hW              0       hW            0       hW             0       hW              0       hW             0       hW           : 0   AeW AeW              0       iW             0       iW             0       iW             0       iW             0       iW              0       iW            0       iW             0       iW             0       iW             0       iW             0       iW              0       iW            0       iW             0       iW             0       iW             0       iW             0       iW              0       iW            0       iW             0       iW             0       iW             0       iW             0       iW              0       iW             0       iW           : 0   AeW AeW              0       wiW               0       wiW              0       wiW              0       wiW              0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW             0       wiW              0       wiW            0       wiW              0       wiW             0       wiW             0       wiW             0       wiW              0       wiW            0       wiW             0       wiW             0       wiW             0       wiW              0       wiW             0       wiW            : 0E                 : 0    bkW bkW               0       okW               0       okW               0       okW               0       okW               0       okW               0       okW               0       okW            : 0F                  : 0    +oW +oW               0       4oW               0       4oW              0       4oW              0       4oW             0       4oW              0       4oW              0       4oW             0       4oW              0       4oW              0       4oW             0       4oW              0       4oW              0       4oW             0       4oW               0       4oW               0       4oW            
  0      4oW            
  0      4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW            O  0      4oW            O  0      4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW               0       4oW           : 0   +oW +oW               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W               0       t{W              0       t{W              0       t{W              0       t{W             0       t{W              0       t{W              0       t{W              0       t{W          : 0G                      0       W            Q  0      W            Q  0      W            Q  0      W               0       W               0       W            R  0L     W            R  0M     W            R  0N     W            R  0O     W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W            : 0H                     0       GW               0       GW              0      GW              0      GW               0       GW               0       GW               0       GW               0       GW               0       GW              0       GW             0       GW              0       GW             0       GW              0       GW             0       GW               0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW               0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW               0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW               0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW               0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW              0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW              0       GW              0       GW             0       GW               0       GW               0       GW               0       GW            : 0I                     0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W              0       W              0       W               0        W               0        W               0        W               0        W               0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W             0      W             0      W             0      W              0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W             0      W             0      W              0        W              0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W              0        W             0      W             0      W             0      W              0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W              0        W             0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W               0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W              0        W             0        W              0        W              0        W              0        W              0        W             0S       W              0        W              0        W              0        W             0        W              0        W              0        W             0        W               0        W            : 0J                     0       W           : 0    W W               0       XW               0       XW               0       XW           : 0   W W               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW               0       IW            P  0      IW               0       IW            P  0      IW               0       IW               0       IW           : 0   W W               0       W               0       W               0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W              0       W              0       W              0       W             0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W           : 0   W W               0       &W               0       &W               0       &W               0       &W               0       &W               0       &W               0      &W               0       &W               0       &W               0       &W               0       &W               0      &W               0       &W               0       &W               0      &W               0       &W           : 0   W W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W               0       W           : 0   W W               0       fW               0       fW               0       fW               0       fW               0       fW               0       fW               0       fW               0       fW               0       fW           : 0   W W               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW               0       hW           : 0   W W               0       W           (: 0    W W               0       *W               0       *W               0       *W               0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W           !  0D     *W           !  0E     *W           !  0F     *W           !  0G     *W           !  0H     *W           !  0I     *W           !  0J     *W           !  0K     *W           !  0L     *W           !  0M     *W           !  0N     *W              0       *W              0       *W             0       *W              0       *W              0       *W             0       *W               0       *W               0       *W               0       *W               0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W           !  0O     *W           !  0P     *W           !  0Q     *W           !  0R     *W           !  0S     *W           !  0T     *W           !  0U     *W           !  0V     *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W             0       *W               0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W           !  0W     *W           !  0X     *W           !  0Y     *W           !  0Z     *W           !  0[     *W           !  0\     *W           !  0]     *W           !  0^     *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W             0       *W               0       *W               0       *W               0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W           !  0_     *W           !  0`     *W           !  0a     *W           !  0b     *W           !  0c     *W           !  0d     *W           !  0e     *W           !  0f     *W              0       *W              0       *W             0       *W              0       *W              0       *W             0       *W               0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W              0       *W              0       *W              0       *W              0       *W              0       *W              0       *W             0       *W           !  0g     *W           !  0h     *W           !  0i     *W           !  0j     *W           !  0k     *W           !  0l     *W           !  0m     *W           !  0n     *W           !  0o     *W              0       *W             0       *W              0       *W              0       *W             0       *W           (: 0   W W               0       6W               0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W               0       6W               0       6W               0       6W              0       6W              0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           "  0      6W           "  0      6W           "  0      6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           #  0      6W           #  0      6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           /  0      6W           $  07     6W           $  08     6W           $  09     6W              0       6W              0       6W              0       6W             0       6W           $  0:     6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W          $  0;     6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           %  0      6W           %  0      6W           %  0      6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           )  0     6W           )  0     6W           )  0     6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           *  0      6W           *  0      6W           )  0     6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           *  0      6W           )  0     6W           )  0     6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           &  0     6W           &  0     6W           &  0     6W           &  0     6W           &  0     6W              0       6W              0       6W             0       6W           S  0S      6W           &  0     6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           '  0>     6W           '  0?     6W           '  0@     6W           '  0A     6W           '  0B     6W           '  0C     6W           '  0D     6W           '  0E     6W           '  0F     6W           '  0G     6W              0       6W              0       6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           (  0     6W           (  0     6W           (  0     6W           (  0     6W           (  0     6W           (  0     6W           (  0     6W           (  0     6W              0       6W           9  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W           8  0     6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           +  0     6W           +  0     6W           +  0     6W           +  0     6W           +  0     6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W              0       6W              0       6W              0       6W              0       6W           9  0     6W           9  0     6W           9  0     6W           9  0     6W           9  0     6W           9  0     6W           9  0     6W           9  0     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           ,  0	     6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W             0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           0  0     6W           0  0     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           0  0     6W           0  0     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           0  0     6W           0  0     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W           ,  0	     6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W           T  0     6W              0       6W              0       6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W              0       6W             0       6W           /  0      6W           /  0      6W           $  0<     6W              0       6W           $  0=     6W           $  0>     6W           $  0?     6W           $  0@     6W           $  0A     6W           $  0B     6W           $  0C     6W              0       6W              0       6W             0       6W              0       6W              0       6W             0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W               0       6W           (: 0   W W               0       oX           (: 0   W W               0       pX           (: 0   W W               0       !qX           (: 0   W W           (: 0   W W               0       qX               0       qX               0       qX               0       qX              0       qX              0       qX              0       qX              0       qX              0       qX             0       qX               0       qX               0       qX               0       qX               0       qX               0       qX               0       qX            : 0K                 : 0    rX rX              0       rX             0       rX              0       rX            0       rX             0       rX              0       rX            0       rX             0       rX              0       rX             0       rX           : 0   rX rX              0       0sX             0       0sX             0       0sX             0       0sX              0       0sX            0       0sX             0       0sX             0       0sX             0       0sX              0       0sX            0       0sX             0       0sX             0       0sX             0       0sX              0       0sX            0       0sX              0       0sX             0       0sX             0       0sX              0       0sX            0       0sX              0       0sX             0       0sX             0       0sX              0       0sX            0       0sX              0       0sX             0       0sX             0       0sX              0       0sX            0       0sX              0       0sX             0       0sX             0       0sX              0       0sX             0       0sX           : 0   rX rX               0       )vX              0       )vX             0       )vX              0       )vX            0       )vX             0       )vX              0       )vX            0       )vX             0       )vX              0       )vX             0       )vX           : 0   rX rX              0       vX             0       vX             0       vX             0       vX             0       vX              0       vX            0       vX             0       vX             0       vX             0       vX             0       vX              0       vX            0       vX             0       vX             0       vX             0       vX             0       vX              0       vX            0       vX             0       vX             0       vX             0       vX             0       vX              0       vX             0       vX           : 0   rX rX              0       wX               0       wX              0       wX              0       wX              0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX             0       wX              0       wX            0       wX              0       wX             0       wX             0       wX             0       wX              0       wX            0       wX             0       wX             0       wX             0       wX              0       wX             0       wX            : 0L                 : 0     yX  yX               0       
yX               0       
yX               0       
yX               0       
yX               0       
yX               0       
yX               0       
yX            : 0M                  : 0    |X |X               0       |X               0       |X              0       |X              0       |X             0       |X              0       |X              0       |X             0       |X              0       |X              0       |X             0       |X              0       |X              0       |X             0       |X               0       |X               0       |X            
  0      |X            
  0      |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X            O  0      |X            O  0      |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X               0       |X           : 0   |X |X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X          : 0N                      0       %X            Q  0      %X            Q  0      %X            Q  0      %X               0       %X               0       %X            R  0P     %X            R  0Q     %X            R  0R     %X            R  0S     %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X               0       %X            : 0O                     0       X               0       X              0      X              0      X               0       X               0       X               0       X               0       X               0       X              0       X             0       X              0       X             0       X              0       X             0       X               0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X            : 0P                     0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0      X              0      X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X             0     X             0     X             0     X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0     X             0     X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0     X             0     X             0     X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X             0T      X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X            : 0Q                     0       0X           : 0    0X 0X               0       X               0       X               0       X           : 0   0X 0X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X            P  0      X               0       X            P  0      X               0       X               0       X           : 0   0X 0X               0       X               0       X               0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X           : 0   0X 0X               0       X               0       X               0       X               0       X               0       X               0       X               0      X               0       X               0       X               0       X               0       X               0      X               0       X               0       X               0      X               0       X           : 0   0X 0X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X           : 0   0X 0X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X           : 0   0X 0X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X               0       X           : 0   0X 0X               0       X           (: 0    X X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X             0       X           !  0p     X           !  0q     X           !  0r     X           !  0s     X           !  0t     X           !  0u     X           !  0v     X           !  0w     X           !  0x     X           !  0y     X           !  0z     X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X           !  0{     X           !  0|     X           !  0}     X           !  0~     X           !  0     X           !  0     X           !  0     X           !  0     X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X              0       X              0       X              0       X             0       X              0       X              0       X             0       X               0       X               0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X              0       X              0       X             0       X              0       X              0       X             0       X               0       X              0       X              0       X              0       X              0       X              0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X           !  0     X              0       X             0       X              0       X              0       X             0       X           (: 0   X X               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y              0       Y              0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           "  0      Y           "  0      Y           "  0      Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           #  0      Y           #  0      Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           /  0      Y           $  0D     Y           $  0E     Y           $  0F     Y              0       Y              0       Y              0       Y             0       Y           $  0G     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y          $  0H     Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           %  0      Y           %  0      Y           %  0      Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           )  0     Y           )  0     Y           )  0     Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           *  0      Y           *  0      Y           )  0     Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           *  0      Y           )  0     Y           )  0     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           &  0     Y           &  0     Y           &  0     Y           &  0     Y           &  0     Y              0       Y              0       Y             0       Y           S  0T      Y           &  0     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           '  0H     Y           '  0I     Y           '  0J     Y           '  0K     Y           '  0L     Y           '  0M     Y           '  0N     Y           '  0O     Y           '  0P     Y           '  0Q     Y              0       Y              0       Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           (  0     Y           (  0     Y           (  0     Y           (  0     Y           (  0     Y           (  0     Y           (  0     Y           (  0     Y              0       Y           9  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y           8  0     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           +  0     Y           +  0     Y           +  0     Y           +  0     Y           +  0     Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y              0       Y              0       Y              0       Y              0       Y           9  0     Y           9  0     Y           9  0     Y           9  0     Y           9  0     Y           9  0     Y           9  0     Y           9  0     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           ,  0	     Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           0  0     Y           0  0     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           0  0     Y           0  0     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           0  0     Y           0  0     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y           ,  0	     Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y           T  0     Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y           /  0      Y           /  0      Y           $  0I     Y              0       Y           $  0J     Y           $  0K     Y           $  0L     Y           $  0M     Y           $  0N     Y           $  0O     Y           $  0P     Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y           (: 0   X X               0       }Y           (: 0   X X               0       )~Y           (: 0   X X               0       ~Y           (: 0   X X           (: 0   X X               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y            : 0R                 : 0    }Y }Y              0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y             0       Y           : 0   }Y }Y              0       ΀Y             0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y             0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y             0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y              0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y              0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y              0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y            0       ΀Y              0       ΀Y             0       ΀Y             0       ΀Y              0       ΀Y             0       ΀Y           : 0   }Y }Y               0       ǃY              0       ǃY             0       ǃY              0       ǃY            0       ǃY             0       ǃY              0       ǃY            0       ǃY             0       ǃY              0       ǃY             0       ǃY           : 0   }Y }Y              0       NY             0       NY             0       NY             0       NY             0       NY              0       NY            0       NY             0       NY             0       NY             0       NY             0       NY              0       NY            0       NY             0       NY             0       NY             0       NY             0       NY              0       NY            0       NY             0       NY             0       NY             0       NY             0       NY              0       NY             0       NY           : 0   }Y }Y              0       Y               0       Y              0       Y              0       Y              0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y             0       Y              0       Y            0       Y              0       Y             0       Y             0       Y             0       Y              0       Y            0       Y             0       Y             0       Y             0       Y              0       Y             0       Y            : 0S                 : 0    Y Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y            : 0T                  : 0    gY gY               0       pY               0       pY              0       pY              0       pY             0       pY              0       pY              0       pY             0       pY              0       pY              0       pY             0       pY              0       pY              0       pY             0       pY               0       pY               0       pY            
  0      pY            
  0      pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY            O  0      pY            O  0      pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY               0       pY           : 0   gY gY               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y          : 0U                      0       ÛY            Q  0      ÛY            Q  0      ÛY            Q  0     ÛY               0       ÛY               0       ÛY            R  0T     ÛY            R  0U     ÛY            R  0V     ÛY            R  0W     ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY               0       ÛY            : 0V                     0       Y               0       Y              0      Y              0      Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y             0       Y              0       Y             0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y              0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y              0       Y              0       Y             0       Y               0       Y               0       Y               0       Y            : 0W                     0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0      <Y              0      <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0     <Y             0     <Y             0     <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0     <Y             0     <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0     <Y             0     <Y             0     <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y               0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y              0       <Y              0       <Y             0U      <Y              0       <Y              0       <Y              0       <Y             0       <Y              0       <Y              0       <Y             0       <Y               0       <Y            : 0X                     0       Y           : 0    Y Y               0       Y               0       Y               0       Y           : 0   Y Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y               0       Y            P  0      Y               0       Y            P  0      Y               0       Y               0       Y           : 0   Y Y               0       AY               0       AY               0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY              0       AY              0       AY              0       AY             0       AY               0       AY               0       AY               0       AY               0       AY               0       AY               0       AY               0       AY               0       AY               0       AY               0       AY           : 0   Y Y               0       bY               0       bY               0       bY               0       bY               0       bY               0       bY               0      bY               0       bY               0       bY               0       bY               0       bY               0      bY               0       bY               0       bY               0     bY               0       bY           : 0   Y Y               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY               0       QY           : 0   Y Y               0        Z               0        Z               0        Z               0        Z               0        Z               0        Z               0        Z               0        Z               0        Z           : 0   Y Y               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z           : 0   Y Y               0       /	Z           (: 0    /	Z /	Z               0       f
Z               0       f
Z               0       f
Z               0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z             0       f
Z               0       f
Z               0       f
Z               0       f
Z               0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z             0       f
Z               0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z             0       f
Z               0       f
Z               0       f
Z               0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z             0       f
Z               0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z              0       f
Z             0       f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z           !  0     f
Z              0       f
Z             0       f
Z              0       f
Z              0       f
Z             0       f
Z           (: 0   /	Z /	Z               0       rZ               0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ               0       rZ               0       rZ               0       rZ              0       rZ              0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           "  0      rZ           "  0      rZ           "  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           #  0      rZ           #  0      rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           /  0      rZ           $  0Q     rZ           $  0R     rZ           $  0S     rZ              0       rZ              0       rZ              0       rZ             0       rZ           $  0T     rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ          $  0U     rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           %  0      rZ           %  0      rZ           %  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           )  0     rZ           )  0     rZ           )  0      rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           *  0      rZ           *  0      rZ           )  0     rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           *  0     rZ           )  0     rZ           )  0     rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           &  0     rZ           &  0     rZ           &  0      rZ           &  0     rZ           &  0     rZ              0       rZ              0       rZ             0       rZ           S  0U      rZ           &  0     rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           '  0R     rZ           '  0S     rZ           '  0T     rZ           '  0U     rZ           '  0V     rZ           '  0W     rZ           '  0X     rZ           '  0Y     rZ           '  0Z     rZ           '  0[     rZ              0       rZ              0       rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0      rZ           8  0     rZ           8  0     rZ           8  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           (  0     rZ           (  0     rZ           (  0     rZ           (  0     rZ           (  0     rZ           (  0     rZ           (  0     rZ           (  0     rZ              0       rZ           9  0     rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0     rZ           8  0	     rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           +  0     rZ           +  0     rZ           +  0     rZ           +  0     rZ           +  0     rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ           ,  0	     rZ           ,  0	     rZ           ,  0	     rZ           ,  0	     rZ              0       rZ              0       rZ              0       rZ              0       rZ           9  0     rZ           9  0     rZ           9  0      rZ           9  0     rZ           9  0     rZ           9  0     rZ           9  0     rZ           9  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           ,  0	     rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ             0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ           ,  0	     rZ           ,  0	     rZ           ,  0	     rZ           ,  0	     rZ           ,  0	     rZ           ,  0 
     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           0  0     rZ           0  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           0  0      rZ           0  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           0  0     rZ           0  0     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           ,  0
     rZ           ,  0	
     rZ           ,  0

     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ           ,  0
     rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           T  0     rZ           T  0     rZ           T  0     rZ           T  0      rZ           T  0     rZ           T  0     rZ           T  0     rZ           T  0     rZ           T  0     rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ              0       rZ             0       rZ           /  0      rZ           /  0     rZ           $  0V     rZ              0       rZ           $  0W     rZ           $  0X     rZ           $  0Y     rZ           $  0Z     rZ           $  0[     rZ           $  0\     rZ           $  0]     rZ              0       rZ              0       rZ             0       rZ              0       rZ              0       rZ             0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ               0       rZ           (: 0   /	Z /	Z               0       8Z           (: 0   /	Z /	Z               0       ǋZ           (: 0   /	Z /	Z               0       ]Z           (: 0   /	Z /	Z           (: 0   /	Z /	Z               0       0Z               0       0Z               0       0Z               0       0Z              0       0Z              0       0Z              0       0Z              0       0Z              0       0Z             0       0Z               0       0Z               0       0Z               0       0Z               0       0Z               0       0Z               0       0Z            : 0Y                 : 0    Z Z              0       /Z             0       /Z              0       /Z            0       /Z             0       /Z              0       /Z            0       /Z             0       /Z              0       /Z             0       /Z           : 0   Z Z              0       lZ             0       lZ             0       lZ             0       lZ              0       lZ            0       lZ             0       lZ             0       lZ             0       lZ              0       lZ            0       lZ             0       lZ             0       lZ             0       lZ              0       lZ            0       lZ              0       lZ             0       lZ             0       lZ              0       lZ            0       lZ              0       lZ             0       lZ             0       lZ              0       lZ            0       lZ              0       lZ             0       lZ             0       lZ              0       lZ            0       lZ              0       lZ             0       lZ             0       lZ              0       lZ             0       lZ           : 0   Z Z               0       eZ              0       eZ             0       eZ              0       eZ            0       eZ             0       eZ              0       eZ            0       eZ             0       eZ              0       eZ             0       eZ           : 0   Z Z              0       Z             0       Z             0       Z             0       Z             0       Z              0       Z            0       Z             0       Z             0       Z             0       Z             0       Z              0       Z            0       Z             0       Z             0       Z             0       Z             0       Z              0       Z            0       Z             0       Z             0       Z             0       Z             0       Z              0       Z             0       Z           : 0   Z Z              0       QZ               0       QZ              0       QZ              0       QZ              0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ             0       QZ              0       QZ            0       QZ              0       QZ             0       QZ             0       QZ             0       QZ              0       QZ            0       QZ             0       QZ             0       QZ             0       QZ              0       QZ             0       QZ            : 0Z                 : 0    <Z <Z               0       IZ               0       IZ               0       IZ               0       IZ               0       IZ               0       IZ               0       IZ            : 0[                  : 0    Z Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z            
  0      Z            
  0      Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z            O  0      Z            O  0      Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z           : 0   Z Z               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ               0       NZ              0       NZ              0       NZ              0       NZ             0       NZ              0       NZ              0       NZ              0       NZ          : 0\                      0       aZ            Q  0     aZ            Q  0     aZ            Q  0     aZ               0       aZ               0       aZ            R  0X     aZ            R  0Y     aZ            R  0Z     aZ            R  0[     aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ               0       aZ            : 0]                     0       !Z               0       !Z              0      !Z              0      !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z              0       !Z             0       !Z              0       !Z             0       !Z              0       !Z             0       !Z               0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z               0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z               0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z               0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z               0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z              0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z              0       !Z              0       !Z             0       !Z               0       !Z               0       !Z               0       !Z            : 0^                     0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z              0      Z              0      Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z             0     Z             0     Z             0     Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0     Z             0     Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0     Z             0     Z             0     Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z              0       Z             0V      Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z             0       Z               0       Z            : 0_                     0       lZ           : 0    lZ lZ               0       2Z               0       2Z               0       2Z           : 0   lZ lZ               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z               0       #Z            P  0      #Z               0       #Z            P  0      #Z               0       #Z               0       #Z           : 0   lZ lZ               0       Z               0       Z               0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z              0       Z              0       Z              0       Z             0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z               0       Z           : 0   lZ lZ               0        [               0        [               0        [               0        [               0        [               0        [               0      [               0        [               0        [               0        [               0        [               0      [               0        [               0        [               0      [               0        [           : 0   lZ lZ               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[               0       
[           : 0   lZ lZ               0       @[               0       @[               0       @[               0       @[               0       @[               0       @[               0       @[               0       @[               0       @[           : 0   lZ lZ               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[               0       B[           : 0   lZ lZ               0       [           (: 0    [ [               0       [               0       [               0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [             0       [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [              0       [              0       [             0       [              0       [              0       [             0       [               0       [               0       [               0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [               0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [              0       [              0       [             0       [              0       [              0       [             0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [           !  0     [              0       [             0       [              0       [              0       [             0       [           (: 0   [ [               0       '[               0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[               0       '[               0       '[               0       '[              0       '[              0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           "  0     '[           "  0     '[           "  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           #  0      '[           #  0      '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           /  0     '[           $  0^     '[           $  0_     '[           $  0`     '[              0       '[              0       '[              0       '[             0       '[           $  0a     '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[          $  0b     '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           %  0     '[           %  0     '[           %  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           )  0     '[           )  0     '[           )  0     '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           *  0     '[           *  0     '[           )  0     '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           *  0     '[           )  0     '[           )  0	     '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           &  0     '[           &  0     '[           &  0     '[           &  0     '[           &  0     '[              0       '[              0       '[             0       '[           S  0V      '[           &  0	     '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           '  0\     '[           '  0]     '[           '  0^     '[           '  0_     '[           '  0`     '[           '  0a     '[           '  0b     '[           '  0c     '[           '  0d     '[           '  0e     '[              0       '[              0       '[           8  0
     '[           8  0     '[           8  0     '[           8  0
     '[           8  0     '[           8  0     '[           8  0     '[           8  0     '[           8  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           (  0     '[           (  0     '[           (  0     '[           (  0     '[           (  0     '[           (  0     '[           (  0     '[           (  0     '[              0       '[           9  0     '[           8  0     '[           8  0     '[           8  0     '[           8  0     '[           8  0     '[           8  0     '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           +  0     '[           +  0     '[           +  0     '[           +  0     '[           +  0     '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[           ,  0
     '[           ,  0
     '[           ,  0
     '[           ,  0
     '[              0       '[              0       '[              0       '[              0       '[           9  0     '[           9  0     '[           9  0	     '[           9  0
     '[           9  0     '[           9  0     '[           9  0
     '[           9  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           ,  0
     '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[             0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[           ,  0
     '[           ,  0
     '[           ,  0
     '[           ,  0
     '[           ,  0
     '[           ,  0
     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           0  0     '[           0  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           0  0     '[           0  0     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           0  0     '[           0  0	     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           ,  0
     '[           ,  0 
     '[           ,  0!
     '[           ,  0"
     '[           ,  0#
     '[           ,  0$
     '[           ,  0%
     '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              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
     '[           ,  01
     '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           T  0     '[           T  0     '[           T  0     '[           T  0	     '[           T  0
     '[           T  0     '[           T  0     '[           T  0
     '[           T  0     '[              0       '[              0       '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[              0       '[             0       '[           /  0     '[           /  0     '[           $  0c     '[              0       '[           $  0d     '[           $  0e     '[           $  0f     '[           $  0g     '[           $  0h     '[           $  0i     '[           $  0j     '[              0       '[              0       '[             0       '[              0       '[              0       '[             0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[               0       '[           (: 0   [ [               0       ֘[           (: 0   [ [               0       e[           (: 0   [ [               0       [           (: 0   [ [           (: 0   [ [               0       Κ[               0       Κ[               0       Κ[               0       Κ[              0       Κ[              0       Κ[              0       Κ[              0       Κ[              0       Κ[             0       Κ[               0       Κ[               0       Κ[               0       Κ[               0       Κ[               0       Κ[               0       Κ[            : 0`                 : 0    [ [              0       ͛[             0       ͛[              0       ͛[            0       ͛[             0       ͛[              0       ͛[            0       ͛[             0       ͛[              0       ͛[             0       ͛[           : 0   [ [              0       
[             0       
[             0       
[             0       
[              0       
[            0       
[             0       
[             0       
[             0       
[              0       
[            0       
[             0       
[             0       
[             0       
[              0       
[            0       
[              0       
[             0       
[             0       
[              0       
[            0       
[              0       
[             0       
[             0       
[              0       
[            0       
[              0       
[             0       
[             0       
[              0       
[            0       
[              0       
[             0       
[             0       
[              0       
[             0       
[           : 0   [ [               0       [              0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [             0       [           : 0   [ [              0       [             0       [             0       [             0       [             0       [              0       [            0       [             0       [             0       [             0       [             0       [              0       [            0       [             0       [             0       [             0       [             0       [              0       [            0       [             0       [             0       [             0       [             0       [              0       [             0       [           : 0   [ [              0       [               0       [              0       [              0       [              0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [             0       [              0       [            0       [              0       [             0       [             0       [             0       [              0       [            0       [             0       [             0       [             0       [              0       [             0       [            : 0a                 : 0    ڡ[ ڡ[               0       [               0       [               0       [               0       [               0       [               0       [               0       [            : 0b                  : 0    [ [               0       [               0       [              0       [              0       [             0       [              0       [              0       [             0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [               0       [            
  0      [            
  0      [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [            O  0      [            O  0      [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [           : 0   [ [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [          : 0c                      0       [            Q  0     [            Q  0     [            Q  0     [               0       [               0       [            R  0\     [            R  0]     [            R  0^     [            R  0_     [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [            : 0d                     0       [               0       [              0      [              0      [               0       [               0       [               0       [               0       [               0       [              0       [             0       [              0       [             0       [              0       [             0       [               0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [             0       [              0       [              0       [              0       [              0       [              0       [             0       [              0       [              0       [             0       [              0       [              0       [             0       [               0       [               0       [               0       [            : 0e                     0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[              0      x[              0      x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[             0     x[             0     x[             0     x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0     x[             0     x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0     x[             0     x[             0     x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[               0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[              0       x[              0       x[             0W      x[              0       x[              0       x[              0       x[             0       x[              0       x[              0       x[             0       x[               0       x[            : 0f                     0       
[           : 0    
[ 
[               0       [               0       [               0       [           : 0   
[ 
[               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [               0       [            P  0      [               0       [            P  0      [               0       [               0       [           : 0   
[ 
[               0       }	\               0       }	\               0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\              0       }	\              0       }	\              0       }	\             0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\               0       }	\           : 0   
[ 
[               0       \               0       \               0       \               0       \               0       \               0       \               0     \               0       \               0       \               0       \               0       \               0     \               0       \               0       \               0     \               0       \           : 0   
[ 
[               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \           : 0   
[ 
[               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \           : 0   
[ 
[               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\               0       !\           : 0   
[ 
[               0       k$\           (: 0    k$\ k$\               0       %\               0       %\               0       %\               0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\              0       %\              0       %\             0       %\              0       %\              0       %\             0       %\               0       %\               0       %\               0       %\               0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\           !  0     %\           !  0      %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\             0       %\               0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\           !  0     %\           !  0     %\           !  0	     %\           !  0
     %\           !  0     %\           !  0     %\           !  0
     %\           !  0     %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\             0       %\               0       %\               0       %\               0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\              0       %\              0       %\             0       %\              0       %\              0       %\             0       %\               0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\              0       %\              0       %\              0       %\              0       %\              0       %\              0       %\             0       %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\           !  0     %\              0       %\             0       %\              0       %\              0       %\             0       %\           (: 0   k$\ k$\               0       4\               0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\               0       4\               0       4\               0       4\              0       4\              0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           "  0     4\           "  0     4\           "  0     4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           #  0      4\           #  0      4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           /  0     4\           $  0k     4\           $  0l     4\           $  0m     4\              0       4\              0       4\              0       4\             0       4\           $  0n     4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\          $  0o     4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           %  0     4\           %  0     4\           %  0     4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           )  0
     4\           )  0     4\           )  0     4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           *  0     4\           *  0     4\           )  0
     4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           *  0     4\           )  0     4\           )  0     4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           &  0
     4\           &  0     4\           &  0     4\           &  0
     4\           &  0     4\              0       4\              0       4\             0       4\           S  0W      4\           &  0     4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           '  0f     4\           '  0g     4\           '  0h     4\           '  0i     4\           '  0j     4\           '  0k     4\           '  0l     4\           '  0m     4\           '  0n     4\           '  0o     4\              0       4\              0       4\           8  0     4\           8  0     4\           8  0     4\           8  0     4\           8  0     4\           8  0     4\           8  0     4\           8  0      4\           8  0!     4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           (  0     4\           (  0     4\           (  0     4\           (  0     4\           (  0     4\           (  0     4\           (  0     4\           (  0     4\              0       4\           9  0     4\           8  0"     4\           8  0#     4\           8  0$     4\           8  0%     4\           8  0&     4\           8  0'     4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           +  0     4\           +  0     4\           +  0     4\           +  0     4\           +  0     4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\           ,  02
     4\           ,  03
     4\           ,  04
     4\           ,  05
     4\              0       4\              0       4\              0       4\              0       4\           9  0     4\           9  0     4\           9  0     4\           9  0     4\           9  0     4\           9  0     4\           9  0     4\           9  0     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           ,  06
     4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\             0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\           ,  07
     4\           ,  08
     4\           ,  09
     4\           ,  0:
     4\           ,  0;
     4\           ,  0<
     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           0  0
     4\           0  0     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           0  0     4\           0  0
     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           0  0     4\           0  0     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           ,  0=
     4\           ,  0>
     4\           ,  0?
     4\           ,  0@
     4\           ,  0A
     4\           ,  0B
     4\           ,  0C
     4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           ,  0D
     4\           ,  0E
     4\           ,  0F
     4\           ,  0G
     4\           ,  0H
     4\           ,  0I
     4\           ,  0J
     4\           ,  0K
     4\           ,  0L
     4\           ,  0M
     4\           ,  0N
     4\           ,  0O
     4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\           T  0     4\              0       4\              0       4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\              0       4\             0       4\           /  0     4\           /  0     4\           $  0p     4\              0       4\           $  0q     4\           $  0r     4\           $  0s     4\           $  0t     4\           $  0u     4\           $  0v     4\           $  0w     4\              0       4\              0       4\             0       4\              0       4\              0       4\             0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\               0       4\           (: 0   k$\ k$\               0       t\           (: 0   k$\ k$\               0       \           (: 0   k$\ k$\               0       \           (: 0   k$\ k$\           (: 0   k$\ k$\               0       l\               0       l\               0       l\               0       l\              0       l\              0       l\              0       l\              0       l\              0       l\             0       l\               0       l\               0       l\               0       l\               0       l\               0       l\               0       l\            : 0g                 : 0    W\ W\              0       k\             0       k\              0       k\            0       k\             0       k\              0       k\            0       k\             0       k\              0       k\             0       k\           : 0   W\ W\              0       \             0       \             0       \             0       \              0       \            0       \             0       \             0       \             0       \              0       \            0       \             0       \             0       \             0       \              0       \            0       \              0       \             0       \             0       \              0       \            0       \              0       \             0       \             0       \              0       \            0       \              0       \             0       \             0       \              0       \            0       \              0       \             0       \             0       \              0       \             0       \           : 0   W\ W\               0       \              0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \             0       \           : 0   W\ W\              0       (\             0       (\             0       (\             0       (\             0       (\              0       (\            0       (\             0       (\             0       (\             0       (\             0       (\              0       (\            0       (\             0       (\             0       (\             0       (\             0       (\              0       (\            0       (\             0       (\             0       (\             0       (\             0       (\              0       (\             0       (\           : 0   W\ W\              0       \               0       \              0       \              0       \              0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \             0       \              0       \            0       \              0       \             0       \             0       \             0       \              0       \            0       \             0       \             0       \             0       \              0       \             0       \            : 0h                 : 0    x\ x\               0       \               0       \               0       \               0       \               0       \               0       \               0       \            : 0i                  : 0    A\ A\               0       J\               0       J\              0       J\              0       J\             0       J\              0       J\              0       J\             0       J\              0       J\              0       J\             0       J\              0       J\              0       J\             0       J\               0       J\               0       J\            
  0      J\            
  0      J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\            O  0      J\            O  0      J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\               0       J\           : 0   A\ A\               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \          : 0j                      0       \            Q  0     \            Q  0	     \            Q  0
     \               0       \               0       \            R  0`     \            R  0a     \            R  0b     \            R  0c     \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               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       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\               0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\               0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\               0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\               0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\              0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\              0       ]\              0       ]\             0       ]\               0       ]\               0       ]\               0       ]\            : 0l                     0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0      \              0      \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \             0     \             0     \             0     \              0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \             0     \             0     \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \              0       \             0     \             0     \             0     \              0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \               0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \              0       \             0       \              0       \              0       \              0       \              0       \             0X      \              0       \              0       \              0       \             0       \              0       \              0       \             0       \               0       \            : 0m                     0       ]           : 0    ] ]               0       n]               0       n]               0       n]           : 0   ] ]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]               0       _]            P  0      _]               0       _]            P  0      _]               0       _]               0       _]           : 0   ] ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]           : 0   ] ]               0       <]               0       <]               0       <]               0       <]               0       <]               0       <]               0     <]               0       <]               0       <]               0       <]               0       <]               0	     <]               0       <]               0       <]               0
     <]               0       <]           : 0   ] ]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]               0       +&]           : 0   ] ]               0       |)]               0       |)]               0       |)]               0       |)]               0       |)]               0       |)]               0       |)]               0       |)]               0       |)]           : 0   ] ]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]               0       ~/]           : 0   ] ]               0       	2]           (: 0    	2] 	2]               0       @3]               0       @3]               0       @3]               0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]           !  0      @3]           !  0!     @3]           !  0"     @3]           !  0#     @3]           !  0$     @3]           !  0%     @3]           !  0&     @3]           !  0'     @3]           !  0(     @3]           !  0)     @3]           !  0*     @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]             0       @3]               0       @3]               0       @3]               0       @3]               0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]           !  0+     @3]           !  0,     @3]           !  0-     @3]           !  0.     @3]           !  0/     @3]           !  00     @3]           !  01     @3]           !  02     @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]             0       @3]               0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]           !  03     @3]           !  04     @3]           !  05     @3]           !  06     @3]           !  07     @3]           !  08     @3]           !  09     @3]           !  0:     @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]             0       @3]               0       @3]               0       @3]               0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]           !  0;     @3]           !  0<     @3]           !  0=     @3]           !  0>     @3]           !  0?     @3]           !  0@     @3]           !  0A     @3]           !  0B     @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]             0       @3]               0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]              0       @3]             0       @3]           !  0C     @3]           !  0D     @3]           !  0E     @3]           !  0F     @3]           !  0G     @3]           !  0H     @3]           !  0I     @3]           !  0J     @3]           !  0K     @3]              0       @3]             0       @3]              0       @3]              0       @3]             0       @3]           (: 0   	2] 	2]               0       LB]               0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]               0       LB]               0       LB]               0       LB]              0       LB]              0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           "  0     LB]           "  0	     LB]           "  0
     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           #  0      LB]           #  0      LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           /  0     LB]           $  0x     LB]           $  0y     LB]           $  0z     LB]              0       LB]              0       LB]              0       LB]             0       LB]           $  0{     LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]          $  0|     LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           %  0     LB]           %  0	     LB]           %  0
     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           )  0     LB]           )  0     LB]           )  0     LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           *  0     LB]           *  0	     LB]           )  0     LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           *  0
     LB]           )  0     LB]           )  0     LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           &  0     LB]           &  0     LB]           &  0     LB]           &  0     LB]           &  0     LB]              0       LB]              0       LB]             0       LB]           S  0X      LB]           &  0     LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           '  0p     LB]           '  0q     LB]           '  0r     LB]           '  0s     LB]           '  0t     LB]           '  0u     LB]           '  0v     LB]           '  0w     LB]           '  0x     LB]           '  0y     LB]              0       LB]              0       LB]           8  0(     LB]           8  0)     LB]           8  0*     LB]           8  0+     LB]           8  0,     LB]           8  0-     LB]           8  0.     LB]           8  0/     LB]           8  00     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           (  0     LB]           (  0     LB]           (  0     LB]           (  0     LB]           (  0     LB]           (  0     LB]           (  0     LB]           (  0     LB]              0       LB]           9  0     LB]           8  01     LB]           8  02     LB]           8  03     LB]           8  04     LB]           8  05     LB]           8  06     LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           +  0     LB]           +  0     LB]           +  0     LB]           +  0     LB]           +  0     LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]           ,  0P
     LB]           ,  0Q
     LB]           ,  0R
     LB]           ,  0S
     LB]              0       LB]              0       LB]              0       LB]              0       LB]           9  0     LB]           9  0     LB]           9  0     LB]           9  0     LB]           9  0     LB]           9  0     LB]           9  0     LB]           9  0      LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           ,  0T
     LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]             0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]           ,  0U
     LB]           ,  0V
     LB]           ,  0W
     LB]           ,  0X
     LB]           ,  0Y
     LB]           ,  0Z
     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           0  0     LB]           0  0     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           0  0     LB]           0  0     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           0  0     LB]           0  0     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           ,  0[
     LB]           ,  0\
     LB]           ,  0]
     LB]           ,  0^
     LB]           ,  0_
     LB]           ,  0`
     LB]           ,  0a
     LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           ,  0b
     LB]           ,  0c
     LB]           ,  0d
     LB]           ,  0e
     LB]           ,  0f
     LB]           ,  0g
     LB]           ,  0h
     LB]           ,  0i
     LB]           ,  0j
     LB]           ,  0k
     LB]           ,  0l
     LB]           ,  0m
     LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0     LB]           T  0      LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]              0       LB]             0       LB]           /  0	     LB]           /  0
     LB]           $  0}     LB]              0       LB]           $  0~     LB]           $  0     LB]           $  0     LB]           $  0     LB]           $  0     LB]           $  0     LB]           $  0     LB]              0       LB]              0       LB]             0       LB]              0       LB]              0       LB]             0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]               0       LB]           (: 0   	2] 	2]               0       ]           (: 0   	2] 	2]               0       ]           (: 0   	2] 	2]               0       7]           (: 0   	2] 	2]           (: 0   	2] 	2]               0       
]               0       
]               0       
]               0       
]              0       
]              0       
]              0       
]              0       
]              0       
]             0       
]               0       
]               0       
]               0       
]               0       
]               0       
]               0       
]            : 0n                 : 0    ] ]              0       	]             0       	]              0       	]            0       	]             0       	]              0       	]            0       	]             0       	]              0       	]             0       	]           : 0   ] ]              0       F]             0       F]             0       F]             0       F]              0       F]            0       F]             0       F]             0       F]             0       F]              0       F]            0       F]             0       F]             0       F]             0       F]              0       F]            0       F]              0       F]             0       F]             0       F]              0       F]            0       F]              0       F]             0       F]             0       F]              0       F]            0       F]              0       F]             0       F]             0       F]              0       F]            0       F]              0       F]             0       F]             0       F]              0       F]             0       F]           : 0   ] ]               0       ?]              0       ?]             0       ?]              0       ?]            0       ?]             0       ?]              0       ?]            0       ?]             0       ?]              0       ?]             0       ?]           : 0   ] ]              0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]              0       ƺ]            0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]              0       ƺ]            0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]              0       ƺ]            0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]             0       ƺ]              0       ƺ]             0       ƺ]           : 0   ] ]              0       +]               0       +]              0       +]              0       +]              0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]             0       +]              0       +]            0       +]              0       +]             0       +]             0       +]             0       +]              0       +]            0       +]             0       +]             0       +]             0       +]              0       +]             0       +]            : 0o                 : 0    ] ]               0       #]               0       #]               0       #]               0       #]               0       #]               0       #]               0       #]            : 0p                  : 0    ] ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]            
  0      ]            
  0      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]            O  0      ]            O  0      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]           : 0   ] ]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]               0       (]              0       (]              0       (]              0       (]             0       (]              0       (]              0       (]              0       (]          : 0q                      0       ;]            Q  0     ;]            Q  0     ;]            Q  0
     ;]               0       ;]               0       ;]            R  0d     ;]            R  0e     ;]            R  0f     ;]            R  0g     ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]               0       ;]            : 0r                     0       ]               0       ]              0      ]              0      ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]             0       ]              0       ]             0       ]              0       ]             0       ]               0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]            : 0s                     0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0      ]              0      ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]             0     ]             0     ]             0     ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0     ]             0     ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0     ]             0     ]             0     ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]               0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]              0       ]              0       ]             0Y      ]              0       ]              0       ]              0       ]             0       ]              0       ]              0       ]             0       ]               0       ]            : 0t                     0       F^           : 0    F^ F^               0       ^               0       ^               0       ^           : 0   F^ F^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^            P  0      ^               0       ^            P  0      ^               0       ^               0       ^           : 0   F^ F^               0       $^               0       $^               0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^              0       $^              0       $^              0       $^             0       $^               0       $^               0       $^               0       $^               0       $^               0       $^               0       $^               0       $^               0       $^               0       $^               0       $^           : 0   F^ F^               0       *^               0       *^               0       *^               0       *^               0       *^               0       *^               0     *^               0       *^               0       *^               0       *^               0       *^               0     *^               0       *^               0       *^               0
     *^               0       *^           : 0   F^ F^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^               0       3^           : 0   F^ F^               0       7^               0       7^               0       7^               0       7^               0       7^               0       7^               0       7^               0       7^               0       7^           : 0   F^ F^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^               0       =^           : 0   F^ F^               0       ?^           (: 0    ?^ ?^               0       @^               0       @^               0       @^               0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^           !  0L     @^           !  0M     @^           !  0N     @^           !  0O     @^           !  0P     @^           !  0Q     @^           !  0R     @^           !  0S     @^           !  0T     @^           !  0U     @^           !  0V     @^              0       @^              0       @^             0       @^              0       @^              0       @^             0       @^               0       @^               0       @^               0       @^               0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^           !  0W     @^           !  0X     @^           !  0Y     @^           !  0Z     @^           !  0[     @^           !  0\     @^           !  0]     @^           !  0^     @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^             0       @^               0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^           !  0_     @^           !  0`     @^           !  0a     @^           !  0b     @^           !  0c     @^           !  0d     @^           !  0e     @^           !  0f     @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^             0       @^               0       @^               0       @^               0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^           !  0g     @^           !  0h     @^           !  0i     @^           !  0j     @^           !  0k     @^           !  0l     @^           !  0m     @^           !  0n     @^              0       @^              0       @^             0       @^              0       @^              0       @^             0       @^               0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^              0       @^              0       @^              0       @^              0       @^              0       @^              0       @^             0       @^           !  0o     @^           !  0p     @^           !  0q     @^           !  0r     @^           !  0s     @^           !  0t     @^           !  0u     @^           !  0v     @^           !  0w     @^              0       @^             0       @^              0       @^              0       @^             0       @^           (: 0   ?^ ?^               0       O^               0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^               0       O^               0       O^               0       O^              0       O^              0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           "  0     O^           "  0     O^           "  0
     O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           #  0      O^           #  0      O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           /  0     O^           $  0     O^           $  0     O^           $  0     O^              0       O^              0       O^              0       O^             0       O^           $  0     O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^          $  0     O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           %  0     O^           %  0     O^           %  0
     O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           )  0     O^           )  0     O^           )  0     O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           *  0     O^           *  0     O^           )  0     O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           *  0
     O^           )  0     O^           )  0     O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           &  0     O^           &  0     O^           &  0     O^           &  0     O^           &  0     O^              0       O^              0       O^             0       O^           S  0Y      O^           &  0     O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           '  0z     O^           '  0{     O^           '  0|     O^           '  0}     O^           '  0~     O^           '  0     O^           '  0     O^           '  0     O^           '  0     O^           '  0     O^              0       O^              0       O^           8  07     O^           8  08     O^           8  09     O^           8  0:     O^           8  0;     O^           8  0<     O^           8  0=     O^           8  0>     O^           8  0?     O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           (  0     O^           (  0     O^           (  0     O^           (  0     O^           (  0     O^           (  0     O^           (  0     O^           (  0     O^              0       O^           9  0!     O^           8  0@     O^           8  0A     O^           8  0B     O^           8  0C     O^           8  0D     O^           8  0E     O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           +  0     O^           +  0     O^           +  0     O^           +  0     O^           +  0     O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^           ,  0n
     O^           ,  0o
     O^           ,  0p
     O^           ,  0q
     O^              0       O^              0       O^              0       O^              0       O^           9  0"     O^           9  0#     O^           9  0$     O^           9  0%     O^           9  0&     O^           9  0'     O^           9  0(     O^           9  0)     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           ,  0r
     O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^             0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^           ,  0s
     O^           ,  0t
     O^           ,  0u
     O^           ,  0v
     O^           ,  0w
     O^           ,  0x
     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           0  0     O^           0  0     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           0  0     O^           0  0     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           0  0     O^           0  0     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           ,  0y
     O^           ,  0z
     O^           ,  0{
     O^           ,  0|
     O^           ,  0}
     O^           ,  0~
     O^           ,  0
     O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^           ,  0
     O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           T  0!     O^           T  0"     O^           T  0#     O^           T  0$     O^           T  0%     O^           T  0&     O^           T  0'     O^           T  0(     O^           T  0)     O^              0       O^              0       O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^              0       O^             0       O^           /  0     O^           /  0
     O^           $  0     O^              0       O^           $  0     O^           $  0     O^           $  0     O^           $  0     O^           $  0     O^           $  0     O^           $  0     O^              0       O^              0       O^             0       O^              0       O^              0       O^             0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^               0       O^           (: 0   ?^ ?^               0       ^           (: 0   ?^ ?^               0       ?^           (: 0   ?^ ?^               0       ^           (: 0   ?^ ?^           (: 0   ?^ ?^               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^            : 0u                 : 0    ^ ^              0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^             0       ^           : 0   ^ ^              0       ^             0       ^             0       ^             0       ^              0       ^            0       ^             0       ^             0       ^             0       ^              0       ^            0       ^             0       ^             0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^              0       ^             0       ^           : 0   ^ ^               0       ^              0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^             0       ^           : 0   ^ ^              0       d^             0       d^             0       d^             0       d^             0       d^              0       d^            0       d^             0       d^             0       d^             0       d^             0       d^              0       d^            0       d^             0       d^             0       d^             0       d^             0       d^              0       d^            0       d^             0       d^             0       d^             0       d^             0       d^              0       d^             0       d^           : 0   ^ ^              0       ^               0       ^              0       ^              0       ^              0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^             0       ^              0       ^            0       ^              0       ^             0       ^             0       ^             0       ^              0       ^            0       ^             0       ^             0       ^             0       ^              0       ^             0       ^            : 0v                 : 0    ^ ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^            : 0w                  : 0    }^ }^               0       ^               0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^               0       ^            
  0      ^            
  0      ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^            O  0      ^            O  0      ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^           : 0   }^ }^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^          : 0x                      0       ^            Q  0     ^            Q  0     ^            Q  0     ^               0       ^               0       ^            R  0h     ^            R  0i     ^            R  0j     ^            R  0k     ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^            : 0y                     0       ^               0       ^              0      ^              0      ^               0       ^               0       ^               0       ^               0       ^               0       ^              0       ^             0       ^              0       ^             0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^               0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^              0       ^              0       ^             0       ^               0       ^               0       ^               0       ^            : 0z                     0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_              0      R_              0      R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_             0     R_             0     R_             0     R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0     R_             0     R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0     R_             0     R_             0     R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_               0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_              0       R_              0       R_             0Z      R_              0       R_              0       R_              0       R_             0       R_              0       R_              0       R_             0       R_               0       R_            : 0{                     0       !_           : 0    !_ !_               0       "_               0       "_               0       "_           : 0   !_ !_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_               0       '_            P  0      '_               0       '_            P  0      '_               0       '_               0       '_           : 0   !_ !_               0       W2_               0       W2_               0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_              0       W2_              0       W2_              0       W2_             0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_               0       W2_           : 0   !_ !_               0       x8_               0       x8_               0       x8_               0       x8_               0       x8_               0       x8_               0     x8_               0       x8_               0       x8_               0       x8_               0       x8_               0     x8_               0       x8_               0       x8_               0     x8_               0       x8_           : 0   !_ !_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_               0       gA_           : 0   !_ !_               0       D_               0       D_               0       D_               0       D_               0       D_               0       D_               0       D_               0       D_               0       D_           : 0   !_ !_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_               0       J_           : 0   !_ !_               0       EM_           (: 0    EM_ EM_               0       |N_               0       |N_               0       |N_               0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_           !  0x     |N_           !  0y     |N_           !  0z     |N_           !  0{     |N_           !  0|     |N_           !  0}     |N_           !  0~     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_             0       |N_               0       |N_               0       |N_               0       |N_               0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_             0       |N_               0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_             0       |N_               0       |N_               0       |N_               0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_             0       |N_               0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_              0       |N_             0       |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_           !  0     |N_              0       |N_             0       |N_              0       |N_              0       |N_             0       |N_           (: 0   EM_ EM_               0       ]_               0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_               0       ]_               0       ]_               0       ]_              0       ]_              0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           "  0     ]_           "  0     ]_           "  0     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           #  0      ]_           #  0      ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           /  0     ]_           $  0     ]_           $  0     ]_           $  0     ]_              0       ]_              0       ]_              0       ]_             0       ]_           $  0     ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_          $  0     ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           %  0     ]_           %  0     ]_           %  0     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           )  0     ]_           )  0     ]_           )  0     ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           *  0     ]_           *  0     ]_           )  0     ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           *  0     ]_           )  0      ]_           )  0!     ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           &  0     ]_           &  0     ]_           &  0     ]_           &  0     ]_           &  0      ]_              0       ]_              0       ]_             0       ]_           S  0Z      ]_           &  0!     ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             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  0F     ]_           8  0G     ]_           8  0H     ]_           8  0I     ]_           8  0J     ]_           8  0K     ]_           8  0L     ]_           8  0M     ]_           8  0N     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           (  0     ]_           (  0     ]_           (  0     ]_           (  0     ]_           (  0     ]_           (  0     ]_           (  0     ]_           (  0     ]_              0       ]_           9  0*     ]_           8  0O     ]_           8  0P     ]_           8  0Q     ]_           8  0R     ]_           8  0S     ]_           8  0T     ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           +  0     ]_           +  0     ]_           +  0     ]_           +  0     ]_           +  0     ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_              0       ]_              0       ]_              0       ]_              0       ]_           9  0+     ]_           9  0,     ]_           9  0-     ]_           9  0.     ]_           9  0/     ]_           9  00     ]_           9  01     ]_           9  02     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           ,  0
     ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_             0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           0  0     ]_           0  0     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           0  0     ]_           0  0     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           0  0      ]_           0  0!     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_           ,  0
     ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           T  0*     ]_           T  0+     ]_           T  0,     ]_           T  0-     ]_           T  0.     ]_           T  0/     ]_           T  00     ]_           T  01     ]_           T  02     ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_              0       ]_             0       ]_           /  0     ]_           /  0     ]_           $  0     ]_              0       ]_           $  0     ]_           $  0     ]_           $  0     ]_           $  0     ]_           $  0     ]_           $  0     ]_           $  0     ]_              0       ]_              0       ]_             0       ]_              0       ]_              0       ]_             0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_               0       ]_           (: 0   EM_ EM_               0       N_           (: 0   EM_ EM_               0       _           (: 0   EM_ EM_               0       s_           (: 0   EM_ EM_           (: 0   EM_ EM_               0       F_               0       F_               0       F_               0       F_              0       F_              0       F_              0       F_              0       F_              0       F_             0       F_               0       F_               0       F_               0       F_               0       F_               0       F_               0       F_            : 0|                 : 0    1_ 1_              0       E_             0       E_              0       E_            0       E_             0       E_              0       E_            0       E_             0       E_              0       E_             0       E_           : 0   1_ 1_              0       _             0       _             0       _             0       _              0       _            0       _             0       _             0       _             0       _              0       _            0       _             0       _             0       _             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_ 1_               0       {_              0       {_             0       {_              0       {_            0       {_             0       {_              0       {_            0       {_             0       {_              0       {_             0       {_           : 0   1_ 1_              0       _             0       _             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_ 1_              0       g_               0       g_              0       g_              0       g_              0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_             0       g_              0       g_            0       g_              0       g_             0       g_             0       g_             0       g_              0       g_            0       g_             0       g_             0       g_             0       g_              0       g_             0       g_            : 0}                 : 0    R_ R_               0       __               0       __               0       __               0       __               0       __               0       __               0       __            : 0~                  : 0    _ _               0       $_               0       $_              0       $_              0       $_             0       $_              0       $_              0       $_             0       $_              0       $_              0       $_             0       $_              0       $_              0       $_             0       $_               0       $_               0       $_            
  0      $_            
  0      $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_            O  0      $_            O  0      $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_               0       $_           : 0   _ _               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_               0       d_              0       d_              0       d_              0       d_             0       d_              0       d_              0       d_              0       d_          : 0                      0       w_            Q  0     w_            Q  0     w_            Q  0     w_               0       w_               0       w_            R  0l     w_            R  0m     w_            R  0n     w_            R  0o     w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_               0       w_            : 0                     0       7_               0       7_              0      7_              0      7_               0       7_               0       7_               0       7_               0       7_               0       7_              0       7_             0       7_              0       7_             0       7_              0       7_             0       7_               0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_               0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_               0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_               0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_               0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_              0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_              0       7_              0       7_             0       7_               0       7_               0       7_               0       7_            : 0                     0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0      `              0      `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `             0     `             0     `             0     `              0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `             0     `             0     `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `              0       `             0     `             0     `             0     `              0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `              0       `             0[      `              0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `            : 0                     0       /`           : 0    /` /`               0       H0`               0       H0`               0       H0`           : 0   /` /`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`               0       95`            P  0      95`               0       95`            P  0      95`               0       95`               0       95`           : 0   /` /`               0       ?`               0       ?`               0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`              0       ?`              0       ?`              0       ?`             0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`               0       ?`           : 0   /` /`               0       F`               0       F`               0       F`               0       F`               0       F`               0       F`               0     F`               0       F`               0       F`               0       F`               0       F`               0     F`               0       F`               0       F`               0     F`               0       F`           : 0   /` /`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`               0       O`           : 0   /` /`               0       VR`               0       VR`               0       VR`               0       VR`               0       VR`               0       VR`               0       VR`               0       VR`               0       VR`           : 0   /` /`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`               0       XX`           : 0   /` /`               0       Z`           (: 0    Z` Z`               0       \`               0       \`               0       \`               0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`              0       \`              0       \`             0       \`              0       \`              0       \`             0       \`               0       \`               0       \`               0       \`               0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`             0       \`               0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`             0       \`               0       \`               0       \`               0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`              0       \`              0       \`             0       \`              0       \`              0       \`             0       \`               0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`              0       \`              0       \`              0       \`              0       \`              0       \`              0       \`             0       \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`           !  0     \`              0       \`             0       \`              0       \`              0       \`             0       \`           (: 0   Z` Z`               0       &k`               0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`               0       &k`               0       &k`               0       &k`              0       &k`              0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           "  0     &k`           "  0     &k`           "  0     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           #  0      &k`           #  0      &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           /  0     &k`           $  0     &k`           $  0     &k`           $  0     &k`              0       &k`              0       &k`              0       &k`             0       &k`           $  0     &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`          $  0     &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           %  0     &k`           %  0     &k`           %  0     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           )  0"     &k`           )  0#     &k`           )  0$     &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           *  0     &k`           *  0     &k`           )  0%     &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           *  0     &k`           )  0&     &k`           )  0'     &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           &  0"     &k`           &  0#     &k`           &  0$     &k`           &  0%     &k`           &  0&     &k`              0       &k`              0       &k`             0       &k`           S  0[      &k`           &  0'     &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`           '  0     &k`              0       &k`              0       &k`           8  0U     &k`           8  0V     &k`           8  0W     &k`           8  0X     &k`           8  0Y     &k`           8  0Z     &k`           8  0[     &k`           8  0\     &k`           8  0]     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           (  0     &k`           (  0     &k`           (  0     &k`           (  0     &k`           (  0     &k`           (  0     &k`           (  0     &k`           (  0     &k`              0       &k`           9  03     &k`           8  0^     &k`           8  0_     &k`           8  0`     &k`           8  0a     &k`           8  0b     &k`           8  0c     &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           +  0     &k`           +  0     &k`           +  0     &k`           +  0     &k`           +  0     &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`              0       &k`              0       &k`              0       &k`              0       &k`           9  04     &k`           9  05     &k`           9  06     &k`           9  07     &k`           9  08     &k`           9  09     &k`           9  0:     &k`           9  0;     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           ,  0
     &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`             0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           0  0"     &k`           0  0#     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           0  0$     &k`           0  0%     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           0  0&     &k`           0  0'     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`           ,  0
     &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           T  03     &k`           T  04     &k`           T  05     &k`           T  06     &k`           T  07     &k`           T  08     &k`           T  09     &k`           T  0:     &k`           T  0;     &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`              0       &k`             0       &k`           /  0     &k`           /  0     &k`           $  0     &k`              0       &k`           $  0     &k`           $  0     &k`           $  0     &k`           $  0     &k`           $  0     &k`           $  0     &k`           $  0     &k`              0       &k`              0       &k`             0       &k`              0       &k`              0       &k`             0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`               0       &k`           (: 0   Z` Z`               0       `           (: 0   Z` Z`               0       {`           (: 0   Z` Z`               0       `           (: 0   Z` Z`           (: 0   Z` Z`               0       `               0       `               0       `               0       `              0       `              0       `              0       `              0       `              0       `             0       `               0       `               0       `               0       `               0       `               0       `               0       `            : 0                 : 0    ` `              0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `             0       `           : 0   ` `              0        `             0        `             0        `             0        `              0        `            0        `             0        `             0        `             0        `              0        `            0        `             0        `             0        `             0        `              0        `            0        `              0        `             0        `             0        `              0        `            0        `              0        `             0        `             0        `              0        `            0        `              0        `             0        `             0        `              0        `            0        `              0        `             0        `             0        `              0        `             0        `           : 0   ` `               0       `              0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `             0       `           : 0   ` `              0       `             0       `             0       `             0       `             0       `              0       `            0       `             0       `             0       `             0       `             0       `              0       `            0       `             0       `             0       `             0       `             0       `              0       `            0       `             0       `             0       `             0       `             0       `              0       `             0       `           : 0   ` `              0       `               0       `              0       `              0       `              0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `             0       `              0       `            0       `              0       `             0       `             0       `             0       `              0       `            0       `             0       `             0       `             0       `              0       `             0       `            : 0                 : 0    ` `               0       `               0       `               0       `               0       `               0       `               0       `               0       `            : 0                  : 0    ` `               0       `               0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `              0       `              0       `             0       `               0       `               0       `            
  0      `            
  0      `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `            O  0      `            O  0      `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `           : 0   ` `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `              0       `              0       `              0       `             0       `              0       `              0       `              0       `          : 0                      0       `            Q  0     `            Q  0     `            Q  0     `               0       `               0       `            R  0p     `            R  0q     `            R  0r     `            R  0s     `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `               0       `            : 0                     0       a               0       a              0      a              0      a               0       a               0       a               0       a               0       a               0       a              0       a             0       a              0       a             0       a              0       a             0       a               0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a            : 0                     0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0      a              0      a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a             0     a             0     a             0     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0     a             0     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0     a             0     a             0     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a              0       a             0       a              0       a              0       a              0       a              0       a             0\      a              0       a              0       a              0       a             0       a              0       a              0       a             0       a               0       a            : 0                     0        =a           : 0     =a  =a               0       =a               0       =a               0       =a           : 0    =a  =a               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba               0       Ba            P  0      Ba               0       Ba            P  0      Ba               0       Ba               0       Ba           : 0    =a  =a               0       Ma               0       Ma               0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma              0       Ma              0       Ma              0       Ma             0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma               0       Ma           : 0    =a  =a               0       Sa               0       Sa               0       Sa               0       Sa               0       Sa               0       Sa               0     Sa               0       Sa               0       Sa               0       Sa               0       Sa               0     Sa               0       Sa               0       Sa               0     Sa               0       Sa           : 0    =a  =a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a               0       \a           : 0    =a  =a               0       _a               0       _a               0       _a               0       _a               0       _a               0       _a               0       _a               0       _a               0       _a           : 0    =a  =a               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea               0       ea           : 0    =a  =a               0       ha           (: 0    ha ha               0       ia               0       ia               0       ia               0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia              0       ia              0       ia             0       ia              0       ia              0       ia             0       ia               0       ia               0       ia               0       ia               0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia             0       ia               0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia             0       ia               0       ia               0       ia               0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia              0       ia              0       ia             0       ia              0       ia              0       ia             0       ia               0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia              0       ia              0       ia              0       ia              0       ia              0       ia              0       ia             0       ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia           !  0     ia              0       ia             0       ia              0       ia              0       ia             0       ia           (: 0   ha ha               0       xa               0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa               0       xa               0       xa               0       xa              0       xa              0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           "  0     xa           "  0     xa           "  0     xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           #  0      xa           #  0      xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           /  0     xa           $  0     xa           $  0     xa           $  0     xa              0       xa              0       xa              0       xa             0       xa           $  0     xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa          $  0     xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           %  0     xa           %  0     xa           %  0     xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           )  0(     xa           )  0)     xa           )  0*     xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           *  0     xa           *  0     xa           )  0+     xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           *  0     xa           )  0,     xa           )  0-     xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           &  0(     xa           &  0)     xa           &  0*     xa           &  0+     xa           &  0,     xa              0       xa              0       xa             0       xa           S  0\      xa           &  0-     xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa           '  0     xa              0       xa              0       xa           8  0d     xa           8  0e     xa           8  0f     xa           8  0g     xa           8  0h     xa           8  0i     xa           8  0j     xa           8  0k     xa           8  0l     xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           (  0     xa           (  0     xa           (  0     xa           (  0     xa           (  0     xa           (  0     xa           (  0     xa           (  0     xa              0       xa           9  0<     xa           8  0m     xa           8  0n     xa           8  0o     xa           8  0p     xa           8  0q     xa           8  0r     xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           +  0     xa           +  0     xa           +  0     xa           +  0     xa           +  0     xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa              0       xa              0       xa              0       xa              0       xa           9  0=     xa           9  0>     xa           9  0?     xa           9  0@     xa           9  0A     xa           9  0B     xa           9  0C     xa           9  0D     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           ,  0
     xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa             0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           0  0(     xa           0  0)     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           0  0*     xa           0  0+     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           0  0,     xa           0  0-     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa           ,  0
     xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           T  0<     xa           T  0=     xa           T  0>     xa           T  0?     xa           T  0@     xa           T  0A     xa           T  0B     xa           T  0C     xa           T  0D     xa              0       xa              0       xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa              0       xa             0       xa           /  0     xa           /  0     xa           $  0     xa              0       xa           $  0     xa           $  0     xa           $  0     xa           $  0     xa           $  0     xa           $  0     xa           $  0     xa              0       xa              0       xa             0       xa              0       xa              0       xa             0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa               0       xa           (: 0   ha ha               0       a           (: 0   ha ha               0       a           (: 0   ha ha               0       a           (: 0   ha ha           (: 0   ha ha               0       a               0       a               0       a               0       a              0       a              0       a              0       a              0       a              0       a             0       a               0       a               0       a               0       a               0       a               0       a               0       a            : 0                 : 0    ma ma              0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a             0       a           : 0   ma ma              0       a             0       a             0       a             0       a              0       a            0       a             0       a             0       a             0       a              0       a            0       a             0       a             0       a             0       a              0       a            0       a              0       a             0       a             0       a              0       a            0       a              0       a             0       a             0       a              0       a            0       a              0       a             0       a             0       a              0       a            0       a              0       a             0       a             0       a              0       a             0       a           : 0   ma ma               0       a              0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a             0       a           : 0   ma ma              0       >a             0       >a             0       >a             0       >a             0       >a              0       >a            0       >a             0       >a             0       >a             0       >a             0       >a              0       >a            0       >a             0       >a             0       >a             0       >a             0       >a              0       >a            0       >a             0       >a             0       >a             0       >a             0       >a              0       >a             0       >a           : 0   ma ma              0       a               0       a              0       a              0       a              0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a             0       a              0       a            0       a              0       a             0       a             0       a             0       a              0       a            0       a             0       a             0       a             0       a              0       a             0       a            : 0                 : 0    a a               0       a               0       a               0       a               0       a               0       a               0       a               0       a            : 0                  : 0    Wa Wa               0       `a               0       `a              0       `a              0       `a             0       `a              0       `a              0       `a             0       `a              0       `a              0       `a             0       `a              0       `a              0       `a             0       `a               0       `a               0       `a            
  0      `a            
  0      `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a            O  0      `a            O  0      `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a               0       `a           : 0   Wa Wa               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b              0       b              0       b              0       b             0       b              0       b              0       b              0       b          : 0                      0       b            Q  0     b            Q  0     b            Q  0     b               0       b               0       b            R  0t     b            R  0u     b            R  0v     b            R  0w     b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b               0       b            : 0                     0       sb               0       sb              0      sb              0      sb               0       sb               0       sb               0       sb               0       sb               0       sb              0       sb             0       sb              0       sb             0       sb              0       sb             0       sb               0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb               0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb               0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb               0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb              0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb              0       sb              0       sb             0       sb               0       sb               0       sb               0       sb            : 0                     0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0      ,+b              0      ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0     ,+b             0     ,+b             0     ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0     ,+b             0     ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0     ,+b             0     ,+b             0     ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b               0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b              0       ,+b              0       ,+b             0]      ,+b              0       ,+b              0       ,+b              0       ,+b             0       ,+b              0       ,+b              0       ,+b             0       ,+b               0       ,+b            : 0                     0       Jb           : 0    Jb Jb               0       Kb               0       Kb               0       Kb           : 0   Jb Jb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb               0       uPb            P  0      uPb               0       uPb            P  0      uPb               0       uPb               0       uPb           : 0   Jb Jb               0       1[b               0       1[b               0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b              0       1[b              0       1[b              0       1[b             0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b               0       1[b           : 0   Jb Jb               0       Rab               0       Rab               0       Rab               0       Rab               0       Rab               0       Rab               0     Rab               0       Rab               0       Rab               0       Rab               0       Rab               0     Rab               0       Rab               0       Rab               0     Rab               0       Rab           : 0   Jb Jb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb               0       Ajb           : 0   Jb Jb               0       mb               0       mb               0       mb               0       mb               0       mb               0       mb               0       mb               0       mb               0       mb           : 0   Jb Jb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb               0       sb           : 0   Jb Jb               0       vb           (: 0    vb vb               0       Vwb               0       Vwb               0       Vwb               0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0      Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb             0       Vwb               0       Vwb               0       Vwb               0       Vwb               0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb           !  0     Vwb           !  0     Vwb           !  0	     Vwb           !  0
     Vwb           !  0     Vwb           !  0     Vwb           !  0
     Vwb           !  0     Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb             0       Vwb               0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb             0       Vwb               0       Vwb               0       Vwb               0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb           !  0     Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb             0       Vwb               0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb              0       Vwb             0       Vwb           !  0     Vwb           !  0      Vwb           !  0!     Vwb           !  0"     Vwb           !  0#     Vwb           !  0$     Vwb           !  0%     Vwb           !  0&     Vwb           !  0'     Vwb              0       Vwb             0       Vwb              0       Vwb              0       Vwb             0       Vwb           (: 0   vb vb               0       bb               0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb               0       bb               0       bb               0       bb              0       bb              0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           "  0     bb           "  0     bb           "  0     bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           #  0      bb           #  0      bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           /  0     bb           $  0     bb           $  0     bb           $  0     bb              0       bb              0       bb              0       bb             0       bb           $  0     bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb          $  0     bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           %  0     bb           %  0     bb           %  0     bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           )  0.     bb           )  0/     bb           )  00     bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           *  0     bb           *  0     bb           )  01     bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           *  0     bb           )  02     bb           )  03     bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           &  0.     bb           &  0/     bb           &  00     bb           &  01     bb           &  02     bb              0       bb              0       bb             0       bb           S  0]      bb           &  03     bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb           '  0     bb              0       bb              0       bb           8  0s     bb           8  0t     bb           8  0u     bb           8  0v     bb           8  0w     bb           8  0x     bb           8  0y     bb           8  0z     bb           8  0{     bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           (  0     bb           (  0     bb           (  0     bb           (  0     bb           (  0     bb           (  0     bb           (  0     bb           (  0     bb              0       bb           9  0E     bb           8  0|     bb           8  0}     bb           8  0~     bb           8  0     bb           8  0     bb           8  0     bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           +  0     bb           +  0     bb           +  0     bb           +  0     bb           +  0     bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb              0       bb              0       bb              0       bb              0       bb           9  0F     bb           9  0G     bb           9  0H     bb           9  0I     bb           9  0J     bb           9  0K     bb           9  0L     bb           9  0M     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           ,  0
     bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb             0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           0  0.     bb           0  0/     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           0  00     bb           0  01     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           0  02     bb           0  03     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0
     bb           ,  0      bb           ,  0     bb           ,  0     bb           ,  0     bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           T  0E     bb           T  0F     bb           T  0G     bb           T  0H     bb           T  0I     bb           T  0J     bb           T  0K     bb           T  0L     bb           T  0M     bb              0       bb              0       bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb              0       bb             0       bb           /  0     bb           /  0     bb           $  0     bb              0       bb           $  0     bb           $  0     bb           $  0     bb           $  0     bb           $  0     bb           $  0     bb           $  0     bb              0       bb              0       bb             0       bb              0       bb              0       bb             0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb               0       bb           (: 0   vb vb               0       (b           (: 0   vb vb               0       b           (: 0   vb vb               0       Mb           (: 0   vb vb           (: 0   vb vb               0        b               0        b               0        b               0        b              0        b              0        b              0        b              0        b              0        b             0        b               0        b               0        b               0        b               0        b               0        b               0        b            : 0                 : 0    b b              0       b             0       b              0       b            0       b             0       b              0       b            0       b             0       b              0       b             0       b           : 0   b b              0       \b             0       \b             0       \b             0       \b              0       \b            0       \b             0       \b             0       \b             0       \b              0       \b            0       \b             0       \b             0       \b             0       \b              0       \b            0       \b              0       \b             0       \b             0       \b              0       \b            0       \b              0       \b             0       \b             0       \b              0       \b            0       \b              0       \b             0       \b             0       \b              0       \b            0       \b              0       \b             0       \b             0       \b              0       \b             0       \b           : 0   b b               0       Ub              0       Ub             0       Ub              0       Ub            0       Ub             0       Ub              0       Ub            0       Ub             0       Ub              0       Ub             0       Ub           : 0   b b              0       b             0       b             0       b             0       b             0       b              0       b            0       b             0       b             0       b             0       b             0       b              0       b            0       b             0       b             0       b             0       b             0       b              0       b            0       b             0       b             0       b             0       b             0       b              0       b             0       b           : 0   b b              0       Ab               0       Ab              0       Ab              0       Ab              0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab             0       Ab              0       Ab            0       Ab              0       Ab             0       Ab             0       Ab             0       Ab              0       Ab            0       Ab             0       Ab             0       Ab             0       Ab              0       Ab             0       Ab            : 0                 : 0    ,c ,c               0       9c               0       9c               0       9c               0       9c               0       9c               0       9c               0       9c            : 0                  : 0    c c               0       c               0       c              0       c              0       c             0       c              0       c              0       c             0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c            
  0      c            
  0      c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c            O  0      c            O  0      c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c           : 0   c c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c               0       >c              0       >c              0       >c              0       >c             0       >c              0       >c              0       >c              0       >c          : 0                      0       Qc            Q  0     Qc            Q  0     Qc            Q  0     Qc               0       Qc               0       Qc            R  0x     Qc            R  0y     Qc            R  0z     Qc            R  0{     Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc               0       Qc            : 0                     0       c               0       c              0      c              0      c               0       c               0       c               0       c               0       c               0       c              0       c             0       c              0       c             0       c              0       c             0       c               0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c            : 0                     0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c              0      8c              0      8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c             0     8c             0     8c             0     8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0     8c             0     8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0     8c             0     8c             0     8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c               0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c              0       8c              0       8c             0^      8c              0       8c              0       8c              0       8c             0       8c              0       8c              0       8c             0       8c               0       8c            : 0                     0       \Xc           : 0    \Xc \Xc               0       "Yc               0       "Yc               0       "Yc           : 0   \Xc \Xc               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c               0       ^c            P  0      ^c               0       ^c            P  0      ^c               0       ^c               0       ^c           : 0   \Xc \Xc               0       hc               0       hc               0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc              0       hc              0       hc              0       hc             0       hc               0       hc               0       hc               0       hc               0       hc               0       hc               0       hc               0       hc               0       hc               0       hc               0       hc           : 0   \Xc \Xc               0       nc               0       nc               0       nc               0       nc               0       nc               0       nc               0     nc               0       nc               0       nc               0       nc               0       nc               0     nc               0       nc               0       nc               0     nc               0       nc           : 0   \Xc \Xc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc               0       wc           : 0   \Xc \Xc               0       0{c               0       0{c               0       0{c               0       0{c               0       0{c               0       0{c               0       0{c               0       0{c               0       0{c           : 0   \Xc \Xc               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c               0       2c           : 0   \Xc \Xc               0       c           (: 0    c c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0(     c           !  0)     c           !  0*     c           !  0+     c           !  0,     c           !  0-     c           !  0.     c           !  0/     c           !  00     c           !  01     c           !  02     c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  03     c           !  04     c           !  05     c           !  06     c           !  07     c           !  08     c           !  09     c           !  0:     c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0;     c           !  0<     c           !  0=     c           !  0>     c           !  0?     c           !  0@     c           !  0A     c           !  0B     c              0       c              0       c              0       c             0       c              0       c              0       c             0       c               0       c               0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0C     c           !  0D     c           !  0E     c           !  0F     c           !  0G     c           !  0H     c           !  0I     c           !  0J     c              0       c              0       c             0       c              0       c              0       c             0       c               0       c              0       c              0       c              0       c              0       c              0       c             0       c              0       c              0       c              0       c              0       c              0       c              0       c             0       c           !  0K     c           !  0L     c           !  0M     c           !  0N     c           !  0O     c           !  0P     c           !  0Q     c           !  0R     c           !  0S     c              0       c             0       c              0       c              0       c             0       c           (: 0   c c               0        c               0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c               0        c               0        c               0        c              0        c              0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           "  0      c           "  0      c           "  0      c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           #  0       c           #  0       c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           /  0      c           $  0      c           $  0      c           $  0      c              0        c              0        c              0        c             0        c           $  0      c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c          $  0      c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           %  0      c           %  0      c           %  0      c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           )  04      c           )  05      c           )  06      c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           *  0      c           *  0      c           )  07      c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           *  0      c           )  08      c           )  09      c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           &  04      c           &  05      c           &  06      c           &  07      c           &  08      c              0        c              0        c             0        c           S  0^       c           &  09      c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c           '  0      c              0        c              0        c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           (  0      c           (  0      c           (  0      c           (  0      c           (  0      c           (  0      c           (  0      c           (  0      c              0        c           9  0N      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c           8  0      c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           +  0      c           +  0      c           +  0      c           +  0      c           +  0      c              0        c              0        c              0        c              0        c              0        c              0        c           ,  0      c           ,  0      c           ,  0      c           ,  0      c              0        c              0        c              0        c              0        c           9  0O      c           9  0P      c           9  0Q      c           9  0R      c           9  0S      c           9  0T      c           9  0U      c           9  0V      c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c             0        c           ,  0      c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c             0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c           ,  0	      c           ,  0
      c           ,  0      c           ,  0      c           ,  0
      c           ,  0      c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           0  04      c           0  05      c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           0  06      c           0  07      c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           0  08      c           0  09      c              0        c              0        c             0        c              0        c              0        c             0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c              0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0      c           ,  0       c           ,  0!      c              0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           T  0N      c           T  0O      c           T  0P      c           T  0Q      c           T  0R      c           T  0S      c           T  0T      c           T  0U      c           T  0V      c              0        c              0        c              0        c              0        c             0        c              0        c              0        c             0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c              0        c             0        c           /  0      c           /  0      c           $  0      c              0        c           $  0      c           $  0      c           $  0      c           $  0      c           $  0      c           $  0      c           $  0      c              0        c              0        c             0        c              0        c              0        c             0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c               0        c           (: 0   c c               0       d           (: 0   c c               0       Ud           (: 0   c c               0       d           (: 0   c c           (: 0   c c               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d               0       d               0       d               0       d               0       d               0       d               0       d            : 0                 : 0    d d              0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d             0       d           : 0   d d              0       d             0       d             0       d             0       d              0       d            0       d             0       d             0       d             0       d              0       d            0       d             0       d             0       d             0       d              0       d            0       d              0       d             0       d             0       d              0       d            0       d              0       d             0       d             0       d              0       d            0       d              0       d             0       d             0       d              0       d            0       d              0       d             0       d             0       d              0       d             0       d           : 0   d d               0       d              0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d             0       d           : 0   d d              0       zd             0       zd             0       zd             0       zd             0       zd              0       zd            0       zd             0       zd             0       zd             0       zd             0       zd              0       zd            0       zd             0       zd             0       zd             0       zd             0       zd              0       zd            0       zd             0       zd             0       zd             0       zd             0       zd              0       zd             0       zd           : 0   d d              0       d               0       d              0       d              0       d              0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d             0       d              0       d            0       d              0       d             0       d             0       d             0       d              0       d            0       d             0       d             0       d             0       d              0       d             0       d            : 0                 : 0    d d               0       d               0       d               0       d               0       d               0       d               0       d               0       d            : 0                  : 0    d d               0       d               0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d            
  0      d            
  0      d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d            O  0      d            O  0      d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d           : 0   d d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d          : 0                      0       #d            Q  0     #d            Q  0     #d            Q  0     #d               0       #d               0       #d            R  0|     #d            R  0}     #d            R  0~     #d            R  0     #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d               0       #d            : 0                     0       ,d               0       ,d              0      ,d              0      ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d              0       ,d             0       ,d              0       ,d             0       ,d              0       ,d             0       ,d               0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d               0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d               0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d               0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d               0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d              0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d              0       ,d              0       ,d             0       ,d               0       ,d               0       ,d               0       ,d            : 0                     0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0      hFd              0      hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0     hFd             0     hFd             0     hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0     hFd             0     hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0     hFd             0     hFd             0     hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd               0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd              0       hFd              0       hFd             0_      hFd              0       hFd              0       hFd              0       hFd             0       hFd              0       hFd              0       hFd             0       hFd               0       hFd            : 0                     0       ed           : 0    ed ed               0       fd               0       fd               0       fd           : 0   ed ed               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd               0       kd            P  0      kd               0       kd            P  0      kd               0       kd               0       kd           : 0   ed ed               0       mvd               0       mvd               0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd              0       mvd              0       mvd              0       mvd             0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd               0       mvd           : 0   ed ed               0       |d               0       |d               0       |d               0       |d               0       |d               0       |d               0     |d               0       |d               0       |d               0       |d               0       |d               0     |d               0       |d               0       |d               0     |d               0       |d           : 0   ed ed               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d               0       }d           : 0   ed ed               0       Έd               0       Έd               0       Έd               0       Έd               0       Έd               0       Έd               0       Έd               0       Έd               0       Έd           : 0   ed ed               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd               0       Ўd           : 0   ed ed               0       [d           (: 0    [d [d               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d             0       d           !  0T     d           !  0U     d           !  0V     d           !  0W     d           !  0X     d           !  0Y     d           !  0Z     d           !  0[     d           !  0\     d           !  0]     d           !  0^     d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           !  0_     d           !  0`     d           !  0a     d           !  0b     d           !  0c     d           !  0d     d           !  0e     d           !  0f     d              0       d              0       d              0       d             0       d              0       d              0       d             0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           !  0g     d           !  0h     d           !  0i     d           !  0j     d           !  0k     d           !  0l     d           !  0m     d           !  0n     d              0       d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           !  0o     d           !  0p     d           !  0q     d           !  0r     d           !  0s     d           !  0t     d           !  0u     d           !  0v     d              0       d              0       d             0       d              0       d              0       d             0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           !  0w     d           !  0x     d           !  0y     d           !  0z     d           !  0{     d           !  0|     d           !  0}     d           !  0~     d           !  0     d              0       d             0       d              0       d              0       d             0       d           (: 0   [d [d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d               0       d              0       d              0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           "  0     d           "  0     d           "  0     d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           #  0      d           #  0      d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           /  0     d           $  0     d           $  0     d           $  0     d              0       d              0       d              0       d             0       d           $  0     d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d          $  0     d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           %  0     d           %  0     d           %  0     d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           )  0:     d           )  0;     d           )  0<     d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           *  0     d           *  0     d           )  0=     d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           *  0     d           )  0>     d           )  0?     d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           &  0:     d           &  0;     d           &  0<     d           &  0=     d           &  0>     d              0       d              0       d             0       d           S  0_      d           &  0?     d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d           '  0     d              0       d              0       d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           (  0     d           (  0     d           (  0     d           (  0     d           (  0     d           (  0     d           (  0     d           (  0     d              0       d           9  0W     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d           8  0     d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           +  0     d           +  0     d           +  0     d           +  0     d           +  0     d              0       d              0       d              0       d              0       d              0       d              0       d           ,  0"     d           ,  0#     d           ,  0$     d           ,  0%     d              0       d              0       d              0       d              0       d           9  0X     d           9  0Y     d           9  0Z     d           9  0[     d           9  0\     d           9  0]     d           9  0^     d           9  0_     d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d             0       d           ,  0&     d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d             0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d           ,  0'     d           ,  0(     d           ,  0)     d           ,  0*     d           ,  0+     d           ,  0,     d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           0  0:     d           0  0;     d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           0  0<     d           0  0=     d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           0  0>     d           0  0?     d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d              0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           ,  0-     d           ,  0.     d           ,  0/     d           ,  00     d           ,  01     d           ,  02     d           ,  03     d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           ,  04     d           ,  05     d           ,  06     d           ,  07     d           ,  08     d           ,  09     d           ,  0:     d           ,  0;     d           ,  0<     d           ,  0=     d           ,  0>     d           ,  0?     d              0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           T  0W     d           T  0X     d           T  0Y     d           T  0Z     d           T  0[     d           T  0\     d           T  0]     d           T  0^     d           T  0_     d              0       d              0       d              0       d              0       d             0       d              0       d              0       d             0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d             0       d           /  0     d           /  0     d           $  0     d              0       d           $  0     d           $  0     d           $  0     d           $  0     d           $  0     d           $  0     d           $  0     d              0       d              0       d             0       d              0       d              0       d             0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d               0       d           (: 0   [d [d               0       de           (: 0   [d [d               0       e           (: 0   [d [d               0       e           (: 0   [d [d           (: 0   [d [d               0       \e               0       \e               0       \e               0       \e              0       \e              0       \e              0       \e              0       \e              0       \e             0       \e               0       \e               0       \e               0       \e               0       \e               0       \e               0       \e            : 0                 : 0    Ge Ge              0       [e             0       [e              0       [e            0       [e             0       [e              0       [e            0       [e             0       [e              0       [e             0       [e           : 0   Ge Ge              0       e             0       e             0       e             0       e              0       e            0       e             0       e             0       e             0       e              0       e            0       e             0       e             0       e             0       e              0       e            0       e              0       e             0       e             0       e              0       e            0       e              0       e             0       e             0       e              0       e            0       e              0       e             0       e             0       e              0       e            0       e              0       e             0       e             0       e              0       e             0       e           : 0   Ge Ge               0       e              0       e             0       e              0       e            0       e             0       e              0       e            0       e             0       e              0       e             0       e           : 0   Ge Ge              0       e             0       e             0       e             0       e             0       e              0       e            0       e             0       e             0       e             0       e             0       e              0       e            0       e             0       e             0       e             0       e             0       e              0       e            0       e             0       e             0       e             0       e             0       e              0       e             0       e           : 0   Ge Ge              0       }e               0       }e              0       }e              0       }e              0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e             0       }e              0       }e            0       }e              0       }e             0       }e             0       }e             0       }e              0       }e            0       }e             0       }e             0       }e             0       }e              0       }e             0       }e            : 0                 : 0    he he               0       ue               0       ue               0       ue               0       ue               0       ue               0       ue               0       ue            : 0                  : 0    1 e 1 e               0       : e               0       : e              0       : e              0       : e             0       : e              0       : e              0       : e             0       : e              0       : e              0       : e             0       : e              0       : e              0       : e             0       : e               0       : e               0       : e            
  0      : e            
  0      : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e            O  0      : e            O  0      : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e               0       : e           : 0   1 e 1 e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e               0       z,e              0       z,e              0       z,e              0       z,e             0       z,e              0       z,e              0       z,e              0       z,e          : 0                      0       1e            Q  0      1e            Q  0!     1e            Q  0"     1e               0       1e               0       1e            R  0     1e            R  0     1e            R  0     1e            R  0     1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e               0       1e            : 0                     0       M:e               0       M:e              0      M:e              0      M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e              0       M:e             0       M:e              0       M:e             0       M:e              0       M:e             0       M:e               0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e               0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e               0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e               0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e               0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e              0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e              0       M:e              0       M:e             0       M:e               0       M:e               0       M:e               0       M:e            : 0                     0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te              0      Te              0      Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te             0      Te             0     Te             0     Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0     Te             0     Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0     Te             0     Te             0     Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te               0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te              0       Te              0       Te             0`      Te              0       Te              0       Te              0       Te             0       Te              0       Te              0       Te             0       Te               0       Te            : 0                     0       se           : 0    se se               0       ^te               0       ^te               0       ^te           : 0   se se               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye               0       Oye            P  0      Oye               0       Oye            P  0      Oye               0       Oye               0       Oye           : 0   se se               0       e               0       e               0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e              0       e              0       e              0       e             0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e           : 0   se se               0       ,e               0       ,e               0       ,e               0       ,e               0       ,e               0       ,e               0      ,e               0       ,e               0       ,e               0       ,e               0       ,e               0!     ,e               0       ,e               0       ,e               0"     ,e               0       ,e           : 0   se se               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e               0       e           : 0   se se               0       le               0       le               0       le               0       le               0       le               0       le               0       le               0       le               0       le           : 0   se se               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne               0       ne           : 0   se se               0       e           (: 0    e e               0       0e               0       0e               0       0e               0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e              0       0e              0       0e             0       0e              0       0e              0       0e             0       0e               0       0e               0       0e               0       0e               0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e             0       0e               0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e             0       0e               0       0e               0       0e               0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e              0       0e              0       0e             0       0e              0       0e              0       0e             0       0e               0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e              0       0e              0       0e              0       0e              0       0e              0       0e              0       0e             0       0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e           !  0     0e              0       0e             0       0e              0       0e              0       0e             0       0e           (: 0   e e               0       <e               0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e               0       <e               0       <e               0       <e              0       <e              0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           "  0      <e           "  0!     <e           "  0"     <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           #  0      <e           #  0      <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           /  0      <e           $  0     <e           $  0     <e           $  0     <e              0       <e              0       <e              0       <e             0       <e           $  0     <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e          $  0     <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           %  0      <e           %  0!     <e           %  0"     <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           )  0@     <e           )  0A     <e           )  0B     <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           *  0      <e           *  0!     <e           )  0C     <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           *  0"     <e           )  0D     <e           )  0E     <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           &  0@     <e           &  0A     <e           &  0B     <e           &  0C     <e           &  0D     <e              0       <e              0       <e             0       <e           S  0`      <e           &  0E     <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e           '  0     <e              0       <e              0       <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           (  0      <e           (  0     <e           (  0     <e           (  0     <e           (  0     <e           (  0     <e           (  0     <e           (  0     <e              0       <e           9  0`     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e           8  0     <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           +  0     <e           +  0     <e           +  0     <e           +  0     <e           +  0     <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e           ,  0@     <e           ,  0A     <e           ,  0B     <e           ,  0C     <e              0       <e              0       <e              0       <e              0       <e           9  0a     <e           9  0b     <e           9  0c     <e           9  0d     <e           9  0e     <e           9  0f     <e           9  0g     <e           9  0h     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           ,  0D     <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e             0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e           ,  0E     <e           ,  0F     <e           ,  0G     <e           ,  0H     <e           ,  0I     <e           ,  0J     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           0  0@     <e           0  0A     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           0  0B     <e           0  0C     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           0  0D     <e           0  0E     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           ,  0K     <e           ,  0L     <e           ,  0M     <e           ,  0N     <e           ,  0O     <e           ,  0P     <e           ,  0Q     <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           ,  0R     <e           ,  0S     <e           ,  0T     <e           ,  0U     <e           ,  0V     <e           ,  0W     <e           ,  0X     <e           ,  0Y     <e           ,  0Z     <e           ,  0[     <e           ,  0\     <e           ,  0]     <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           T  0`     <e           T  0a     <e           T  0b     <e           T  0c     <e           T  0d     <e           T  0e     <e           T  0f     <e           T  0g     <e           T  0h     <e              0       <e              0       <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e              0       <e             0       <e           /  0!     <e           /  0"     <e           $  0     <e              0       <e           $  0     <e           $  0     <e           $  0     <e           $  0     <e           $  0     <e           $  0     <e           $  0     <e              0       <e              0       <e             0       <e              0       <e              0       <e             0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e               0       <e           (: 0   e e               0       !f           (: 0   e e               0       !f           (: 0   e e               0       '"f           (: 0   e e           (: 0   e e               0       "f               0       "f               0       "f               0       "f              0       "f              0       "f              0       "f              0       "f              0       "f             0       "f               0       "f               0       "f               0       "f               0       "f               0       "f               0       "f            : 0                 : 0    #f #f              0       #f             0       #f              0       #f            0       #f             0       #f              0       #f            0       #f             0       #f              0       #f             0       #f           : 0   #f #f              0       6$f             0       6$f             0       6$f             0       6$f              0       6$f            0       6$f             0       6$f             0       6$f             0       6$f              0       6$f            0       6$f             0       6$f             0       6$f             0       6$f              0       6$f            0       6$f              0       6$f             0       6$f             0       6$f              0       6$f            0       6$f              0       6$f             0       6$f             0       6$f              0       6$f            0       6$f              0       6$f             0       6$f             0       6$f              0       6$f            0       6$f              0       6$f             0       6$f             0       6$f              0       6$f             0       6$f           : 0   #f #f               0       /'f              0       /'f             0       /'f              0       /'f            0       /'f             0       /'f              0       /'f            0       /'f             0       /'f              0       /'f             0       /'f           : 0   #f #f              0       'f             0       'f             0       'f             0       'f             0       'f              0       'f            0       'f             0       'f             0       'f             0       'f             0       'f              0       'f            0       'f             0       'f             0       'f             0       'f             0       'f              0       'f            0       'f             0       'f             0       'f             0       'f             0       'f              0       'f             0       'f           : 0   #f #f              0       (f               0       (f              0       (f              0       (f              0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f             0       (f              0       (f            0       (f              0       (f             0       (f             0       (f             0       (f              0       (f            0       (f             0       (f             0       (f             0       (f              0       (f             0       (f            : 0                 : 0    *f *f               0       *f               0       *f               0       *f               0       *f               0       *f               0       *f               0       *f            : 0                  : 0    -f -f               0       -f               0       -f              0       -f              0       -f             0       -f              0       -f              0       -f             0       -f              0       -f              0       -f             0       -f              0       -f              0       -f             0       -f               0       -f               0       -f            
  0      -f            
  0      -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f            O  0      -f            O  0      -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f               0       -f           : 0   -f -f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f               0       :f              0       :f              0       :f              0       :f             0       :f              0       :f              0       :f              0       :f          : 0                      0       +?f            Q  0#     +?f            Q  0$     +?f            Q  0%     +?f               0       +?f               0       +?f            R  0     +?f            R  0     +?f            R  0     +?f            R  0     +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f               0       +?f            : 0                     0       Gf               0       Gf              0      Gf              0      Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf              0       Gf             0       Gf              0       Gf             0       Gf              0       Gf             0       Gf               0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf               0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf               0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf               0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf               0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf              0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf              0       Gf              0       Gf             0       Gf               0       Gf               0       Gf               0       Gf            : 0                     0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af              0      af              0      af               0       af               0       af               0       af               0       af               0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af             0     af             0	     af             0
     af              0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af             0     af             0     af              0       af              0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af              0       af             0
     af             0     af             0     af              0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af              0       af             0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af               0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af              0       af             0       af              0       af              0       af              0       af              0       af             0a      af              0       af              0       af              0       af             0       af              0       af              0       af             0       af               0       af            : 0                     0       6f           : 0    6f 6f               0       f               0       f               0       f           : 0   6f 6f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f            P  0      f               0       f            P  0      f               0       f               0       f           : 0   6f 6f               0       f               0       f               0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f              0       f              0       f              0       f             0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f           : 0   6f 6f               0       ʗf               0       ʗf               0       ʗf               0       ʗf               0       ʗf               0       ʗf               0#     ʗf               0       ʗf               0       ʗf               0       ʗf               0       ʗf               0$     ʗf               0       ʗf               0       ʗf               0%     ʗf               0       ʗf           : 0   6f 6f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f           : 0   6f 6f               0       
f               0       
f               0       
f               0       
f               0       
f               0       
f               0       
f               0       
f               0       
f           : 0   6f 6f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f               0       f           : 0   6f 6f               0       f           (: 0    f f               0       έf               0       έf               0       έf               0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf              0       έf              0       έf             0       έf              0       έf              0       έf             0       έf               0       έf               0       έf               0       έf               0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf             0       έf               0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf             0       έf               0       έf               0       έf               0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf              0       έf              0       έf             0       έf              0       έf              0       έf             0       έf               0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf              0       έf              0       έf              0       έf              0       έf              0       έf              0       έf             0       έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf           !  0     έf              0       έf             0       έf              0       έf              0       έf             0       έf           (: 0   f f               0       ڼf               0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf               0       ڼf               0       ڼf               0       ڼf              0       ڼf              0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           "  0#     ڼf           "  0$     ڼf           "  0%     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           #  0      ڼf           #  0      ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           /  0#     ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           $  0     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf          $  0     ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           %  0#     ڼf           %  0$     ڼf           %  0%     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           )  0F     ڼf           )  0G     ڼf           )  0H     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           *  0#     ڼf           *  0$     ڼf           )  0I     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           *  0%     ڼf           )  0J     ڼf           )  0K     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           &  0F     ڼf           &  0G     ڼf           &  0H     ڼf           &  0I     ڼf           &  0J     ڼf              0       ڼf              0       ڼf             0       ڼf           S  0a      ڼf           &  0K     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf           '  0     ڼf              0       ڼf              0       ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           (  0     ڼf           (  0	     ڼf           (  0
     ڼf           (  0     ڼf           (  0     ڼf           (  0
     ڼf           (  0     ڼf           (  0     ڼf              0       ڼf           9  0i     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf           8  0     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           +  0     ڼf           +  0     ڼf           +  0     ڼf           +  0     ڼf           +  0     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf           ,  0^     ڼf           ,  0_     ڼf           ,  0`     ڼf           ,  0a     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf           9  0j     ڼf           9  0k     ڼf           9  0l     ڼf           9  0m     ڼf           9  0n     ڼf           9  0o     ڼf           9  0p     ڼf           9  0q     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           ,  0b     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf           ,  0c     ڼf           ,  0d     ڼf           ,  0e     ڼf           ,  0f     ڼf           ,  0g     ڼf           ,  0h     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           0  0F     ڼf           0  0G     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           0  0H     ڼf           0  0I     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           0  0J     ڼf           0  0K     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           ,  0i     ڼf           ,  0j     ڼf           ,  0k     ڼf           ,  0l     ڼf           ,  0m     ڼf           ,  0n     ڼf           ,  0o     ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           ,  0p     ڼf           ,  0q     ڼf           ,  0r     ڼf           ,  0s     ڼf           ,  0t     ڼf           ,  0u     ڼf           ,  0v     ڼf           ,  0w     ڼf           ,  0x     ڼf           ,  0y     ڼf           ,  0z     ڼf           ,  0{     ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           T  0i     ڼf           T  0j     ڼf           T  0k     ڼf           T  0l     ڼf           T  0m     ڼf           T  0n     ڼf           T  0o     ڼf           T  0p     ڼf           T  0q     ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf              0       ڼf             0       ڼf           /  0$     ڼf           /  0%     ڼf           $  0     ڼf              0       ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf           $  0     ڼf              0       ڼf              0       ڼf             0       ڼf              0       ڼf              0       ڼf             0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf               0       ڼf           (: 0   f f               0       .g           (: 0   f f               0       //g           (: 0   f f               0       /g           (: 0   f f           (: 0   f f               0       0g               0       0g               0       0g               0       0g              0       0g              0       0g              0       0g              0       0g              0       0g             0       0g               0       0g               0       0g               0       0g               0       0g               0       0g               0       0g            : 0                 : 0    1g 1g              0       1g             0       1g              0       1g            0       1g             0       1g              0       1g            0       1g             0       1g              0       1g             0       1g           : 0   1g 1g              0       1g             0       1g             0       1g             0       1g              0       1g            0       1g             0       1g             0       1g             0       1g              0       1g            0       1g             0       1g             0       1g             0       1g              0       1g            0       1g              0       1g             0       1g             0       1g              0       1g            0       1g              0       1g             0       1g             0       1g              0       1g            0       1g              0       1g             0       1g             0       1g              0       1g            0       1g              0       1g             0       1g             0       1g              0       1g             0       1g           : 0   1g 1g               0       4g              0       4g             0       4g              0       4g            0       4g             0       4g              0       4g            0       4g             0       4g              0       4g             0       4g           : 0   1g 1g              0       T5g             0       T5g             0       T5g             0       T5g             0       T5g              0       T5g            0       T5g             0       T5g             0       T5g             0       T5g             0       T5g              0       T5g            0       T5g             0       T5g             0       T5g             0       T5g             0       T5g              0       T5g            0       T5g             0       T5g             0       T5g             0       T5g             0       T5g              0       T5g             0       T5g           : 0   1g 1g              0       5g               0       5g              0       5g              0       5g              0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g             0       5g              0       5g            0       5g              0       5g             0       5g             0       5g             0       5g              0       5g            0       5g             0       5g             0       5g             0       5g              0       5g             0       5g            : 0                 : 0    7g 7g               0       7g               0       7g               0       7g               0       7g               0       7g               0       7g               0       7g            : 0                  : 0    m;g m;g               0       v;g               0       v;g              0       v;g              0       v;g             0       v;g              0       v;g              0       v;g             0       v;g              0       v;g              0       v;g             0       v;g              0       v;g              0       v;g             0       v;g               0       v;g               0       v;g            
  0      v;g            
  0      v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g            O  0      v;g            O  0      v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g               0       v;g           : 0   m;g m;g               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg          : 0                      0       Lg            Q  0&     Lg            Q  0'     Lg            Q  0(     Lg               0       Lg               0       Lg            R  0     Lg            R  0     Lg            R  0     Lg            R  0     Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg               0       Lg            : 0                     0       Ug               0       Ug              0      Ug              0      Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug              0       Ug             0       Ug              0       Ug             0       Ug              0       Ug             0       Ug               0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug               0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug               0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug               0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug               0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug              0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug              0       Ug              0       Ug             0       Ug               0       Ug               0       Ug               0       Ug            : 0                     0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0      Bog              0      Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0     Bog             0     Bog             0     Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0     Bog             0     Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0     Bog             0     Bog             0     Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog               0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog              0       Bog              0       Bog             0b      Bog              0       Bog              0       Bog              0       Bog             0       Bog              0       Bog              0       Bog             0       Bog               0       Bog            : 0                     0       Ԏg           : 0    Ԏg Ԏg               0       g               0       g               0       g           : 0   Ԏg Ԏg               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g            P  0      g               0       g            P  0      g               0       g               0       g           : 0   Ԏg Ԏg               0       Gg               0       Gg               0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg              0       Gg              0       Gg              0       Gg             0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg               0       Gg           : 0   Ԏg Ԏg               0       hg               0       hg               0       hg               0       hg               0       hg               0       hg               0&     hg               0       hg               0       hg               0       hg               0       hg               0'     hg               0       hg               0       hg               0(     hg               0       hg           : 0   Ԏg Ԏg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg               0       Wg           : 0   Ԏg Ԏg               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g           : 0   Ԏg Ԏg               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g               0       g           : 0   Ԏg Ԏg               0       5g           (: 0    5g 5g               0       lg               0       lg               0       lg               0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg              0       lg              0       lg             0       lg              0       lg              0       lg             0       lg               0       lg               0       lg               0       lg               0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg             0       lg               0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg             0       lg               0       lg               0       lg               0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg              0       lg              0       lg             0       lg              0       lg              0       lg             0       lg               0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg              0       lg              0       lg              0       lg              0       lg              0       lg              0       lg             0       lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0     lg           !  0      lg           !  0     lg           !  0     lg           !  0     lg              0       lg             0       lg              0       lg              0       lg             0       lg           (: 0   5g 5g               0       xg               0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg               0       xg               0       xg               0       xg              0       xg              0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           "  0&     xg           "  0'     xg           "  0(     xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           #  0      xg           #  0      xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           /  0&     xg           $  0     xg           $  0     xg           $  0     xg              0       xg              0       xg              0       xg             0       xg           $  0     xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg          $  0     xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           %  0&     xg           %  0'     xg           %  0(     xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           )  0L     xg           )  0M     xg           )  0N     xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           *  0&     xg           *  0'     xg           )  0O     xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           *  0(     xg           )  0P     xg           )  0Q     xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           &  0L     xg           &  0M     xg           &  0N     xg           &  0O     xg           &  0P     xg              0       xg              0       xg             0       xg           S  0b      xg           &  0Q     xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg           '  0     xg              0       xg              0       xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           (  0     xg           (  0     xg           (  0     xg           (  0     xg           (  0     xg           (  0     xg           (  0     xg           (  0     xg              0       xg           9  0r     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg           8  0     xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           +  0     xg           +  0     xg           +  0     xg           +  0     xg           +  0     xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg           ,  0|     xg           ,  0}     xg           ,  0~     xg           ,  0     xg              0       xg              0       xg              0       xg              0       xg           9  0s     xg           9  0t     xg           9  0u     xg           9  0v     xg           9  0w     xg           9  0x     xg           9  0y     xg           9  0z     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           ,  0     xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg             0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           0  0L     xg           0  0M     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           0  0N     xg           0  0O     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           0  0P     xg           0  0Q     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg           ,  0     xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           T  0r     xg           T  0s     xg           T  0t     xg           T  0u     xg           T  0v     xg           T  0w     xg           T  0x     xg           T  0y     xg           T  0z     xg              0       xg              0       xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg              0       xg             0       xg           /  0'     xg           /  0(     xg           $  0     xg              0       xg           $  0      xg           $  0     xg           $  0     xg           $  0     xg           $  0     xg           $  0     xg           $  0     xg              0       xg              0       xg             0       xg              0       xg              0       xg             0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg               0       xg           (: 0   5g 5g               0       ><h           (: 0   5g 5g               0       <h           (: 0   5g 5g               0       c=h           (: 0   5g 5g           (: 0   5g 5g               0       6>h               0       6>h               0       6>h               0       6>h              0       6>h              0       6>h              0       6>h              0       6>h              0       6>h             0       6>h               0       6>h               0       6>h               0       6>h               0       6>h               0       6>h               0       6>h            : 0                 : 0    !?h !?h              0       5?h             0       5?h              0       5?h            0       5?h             0       5?h              0       5?h            0       5?h             0       5?h              0       5?h             0       5?h           : 0   !?h !?h              0       r?h             0       r?h             0       r?h             0       r?h              0       r?h            0       r?h             0       r?h             0       r?h             0       r?h              0       r?h            0       r?h             0       r?h             0       r?h             0       r?h              0       r?h            0       r?h              0       r?h             0       r?h             0       r?h              0       r?h            0       r?h              0       r?h             0       r?h             0       r?h              0       r?h            0       r?h              0       r?h             0       r?h             0       r?h              0       r?h            0       r?h              0       r?h             0       r?h             0       r?h              0       r?h             0       r?h           : 0   !?h !?h               0       kBh              0       kBh             0       kBh              0       kBh            0       kBh             0       kBh              0       kBh            0       kBh             0       kBh              0       kBh             0       kBh           : 0   !?h !?h              0       Bh             0       Bh             0       Bh             0       Bh             0       Bh              0       Bh            0       Bh             0       Bh             0       Bh             0       Bh             0       Bh              0       Bh            0       Bh             0       Bh             0       Bh             0       Bh             0       Bh              0       Bh            0       Bh             0       Bh             0       Bh             0       Bh             0       Bh              0       Bh             0       Bh           : 0   !?h !?h              0       WCh               0       WCh              0       WCh              0       WCh              0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh             0       WCh              0       WCh            0       WCh              0       WCh             0       WCh             0       WCh             0       WCh              0       WCh            0       WCh             0       WCh             0       WCh             0       WCh              0       WCh             0       WCh            : 0                 : 0    BEh BEh               0       OEh               0       OEh               0       OEh               0       OEh               0       OEh               0       OEh               0       OEh            : 0                  : 0    Ih Ih               0       Ih               0       Ih              0       Ih              0       Ih             0       Ih              0       Ih              0       Ih             0       Ih              0       Ih              0       Ih             0       Ih              0       Ih              0       Ih             0       Ih               0       Ih               0       Ih            
  0      Ih            
  0      Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih            O  0      Ih            O  0      Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih               0       Ih           : 0   Ih Ih               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh               0       TUh              0       TUh              0       TUh              0       TUh             0       TUh              0       TUh              0       TUh              0       TUh          : 0                      0       gZh            Q  0)     gZh            Q  0*     gZh            Q  0+     gZh               0       gZh               0       gZh            R  0     gZh            R  0     gZh            R  0     gZh            R  0     gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh               0       gZh            : 0                     0       'ch               0       'ch              0      'ch              0      'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch              0       'ch             0       'ch              0       'ch             0       'ch              0       'ch             0       'ch               0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch               0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch               0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch               0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch               0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch              0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch              0       'ch              0       'ch             0       'ch               0       'ch               0       'ch               0       'ch            : 0                     0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h              0      |h              0      |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h             0     |h             0     |h             0     |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0     |h             0     |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0     |h             0     |h             0     |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h               0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h              0       |h              0       |h             0c      |h              0       |h              0       |h              0       |h             0       |h              0       |h              0       |h             0       |h               0       |h            : 0                     0       rh           : 0    rh rh               0       8h               0       8h               0       8h           : 0   rh rh               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h               0       )h            P  0      )h               0       )h            P  0      )h               0       )h               0       )h           : 0   rh rh               0       h               0       h               0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h           : 0   rh rh               0       h               0       h               0       h               0       h               0       h               0       h               0)     h               0       h               0       h               0       h               0       h               0*     h               0       h               0       h               0+     h               0       h           : 0   rh rh               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h           : 0   rh rh               0       Fh               0       Fh               0       Fh               0       Fh               0       Fh               0       Fh               0       Fh               0       Fh               0       Fh           : 0   rh rh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh               0       Hh           : 0   rh rh               0       h           (: 0    h h               0       
h               0       
h               0       
h               0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0	     
h           !  0
     
h           !  0     
h           !  0     
h           !  0
     
h           !  0     
h              0       
h              0       
h             0       
h              0       
h              0       
h             0       
h               0       
h               0       
h               0       
h               0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h             0       
h               0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h           !  0     
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h             0       
h               0       
h               0       
h               0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h           !  0     
h           !  0      
h           !  0!     
h           !  0"     
h           !  0#     
h           !  0$     
h           !  0%     
h           !  0&     
h              0       
h              0       
h             0       
h              0       
h              0       
h             0       
h               0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h              0       
h              0       
h              0       
h              0       
h              0       
h              0       
h             0       
h           !  0'     
h           !  0(     
h           !  0)     
h           !  0*     
h           !  0+     
h           !  0,     
h           !  0-     
h           !  0.     
h           !  0/     
h              0       
h             0       
h              0       
h              0       
h             0       
h           (: 0   h h               0       h               0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h               0       h               0       h               0       h              0       h              0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           "  0)     h           "  0*     h           "  0+     h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           #  0      h           #  0      h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           /  0)     h           $  0     h           $  0     h           $  0	     h              0       h              0       h              0       h             0       h           $  0
     h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h          $  0     h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           %  0)     h           %  0*     h           %  0+     h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           )  0R     h           )  0S     h           )  0T     h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           *  0)     h           *  0*     h           )  0U     h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           *  0+     h           )  0V     h           )  0W     h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           &  0R     h           &  0S     h           &  0T     h           &  0U     h           &  0V     h              0       h              0       h             0       h           S  0c      h           &  0W     h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h           '  0     h              0       h              0       h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           (  0     h           (  0     h           (  0     h           (  0     h           (  0     h           (  0     h           (  0     h           (  0     h              0       h           9  0{     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h           8  0     h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           +  0     h           +  0     h           +  0     h           +  0     h           +  0     h              0       h              0       h              0       h              0       h              0       h              0       h           ,  0     h           ,  0     h           ,  0     h           ,  0     h              0       h              0       h              0       h              0       h           9  0|     h           9  0}     h           9  0~     h           9  0     h           9  0     h           9  0     h           9  0     h           9  0     h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h             0       h           ,  0     h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           0  0R     h           0  0S     h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           0  0T     h           0  0U     h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           0  0V     h           0  0W     h              0       h              0       h             0       h              0       h              0       h             0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h              0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h           ,  0     h              0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           T  0{     h           T  0|     h           T  0}     h           T  0~     h           T  0     h           T  0     h           T  0     h           T  0     h           T  0     h              0       h              0       h              0       h              0       h             0       h              0       h              0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h           /  0*     h           /  0+     h           $  0     h              0       h           $  0
     h           $  0     h           $  0     h           $  0     h           $  0     h           $  0     h           $  0     h              0       h              0       h             0       h              0       h              0       h             0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h           (: 0   h h               0       Ii           (: 0   h h               0       kJi           (: 0   h h               0       Ki           (: 0   h h           (: 0   h h               0       Ki               0       Ki               0       Ki               0       Ki              0       Ki              0       Ki              0       Ki              0       Ki              0       Ki             0       Ki               0       Ki               0       Ki               0       Ki               0       Ki               0       Ki               0       Ki            : 0                 : 0    Li Li              0       Li             0       Li              0       Li            0       Li             0       Li              0       Li            0       Li             0       Li              0       Li             0       Li           : 0   Li Li              0       Mi             0       Mi             0       Mi             0       Mi              0       Mi            0       Mi             0       Mi             0       Mi             0       Mi              0       Mi            0       Mi             0       Mi             0       Mi             0       Mi              0       Mi            0       Mi              0       Mi             0       Mi             0       Mi              0       Mi            0       Mi              0       Mi             0       Mi             0       Mi              0       Mi            0       Mi              0       Mi             0       Mi             0       Mi              0       Mi            0       Mi              0       Mi             0       Mi             0       Mi              0       Mi             0       Mi           : 0   Li Li               0       	Pi              0       	Pi             0       	Pi              0       	Pi            0       	Pi             0       	Pi              0       	Pi            0       	Pi             0       	Pi              0       	Pi             0       	Pi           : 0   Li Li              0       Pi             0       Pi             0       Pi             0       Pi             0       Pi              0       Pi            0       Pi             0       Pi             0       Pi             0       Pi             0       Pi              0       Pi            0       Pi             0       Pi             0       Pi             0       Pi             0       Pi              0       Pi            0       Pi             0       Pi             0       Pi             0       Pi             0       Pi              0       Pi             0       Pi           : 0   Li Li              0       Pi               0       Pi              0       Pi              0       Pi              0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi             0       Pi              0       Pi            0       Pi              0       Pi             0       Pi             0       Pi             0       Pi              0       Pi            0       Pi             0       Pi             0       Pi             0       Pi              0       Pi             0       Pi            : 0                 : 0    Ri Ri               0       Ri               0       Ri               0       Ri               0       Ri               0       Ri               0       Ri               0       Ri            : 0                  : 0    Vi Vi               0       Vi               0       Vi              0       Vi              0       Vi             0       Vi              0       Vi              0       Vi             0       Vi              0       Vi              0       Vi             0       Vi              0       Vi              0       Vi             0       Vi               0       Vi               0       Vi            
  0      Vi            
  0      Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi            O  0      Vi            O  0      Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi               0       Vi           : 0   Vi Vi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi               0       bi              0       bi              0       bi              0       bi             0       bi              0       bi              0       bi              0       bi          : 0                      0       hi            Q  0,     hi            Q  0-     hi            Q  0.     hi               0       hi               0       hi            R  0     hi            R  0     hi            R  0     hi            R  0     hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi               0       hi            : 0                     0       pi               0       pi              0      pi              0      pi               0       pi               0       pi               0       pi               0       pi               0       pi              0       pi             0       pi              0       pi             0       pi              0       pi             0       pi               0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi               0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi               0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi               0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi               0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi              0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi              0       pi              0       pi             0       pi               0       pi               0       pi               0       pi            : 0                     0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0      ~i              0      ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0      ~i             0!     ~i             0"     ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0#     ~i             0$     ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0%     ~i             0&     ~i             0'     ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i               0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i              0       ~i              0       ~i             0d      ~i              0       ~i              0       ~i              0       ~i             0       ~i              0       ~i              0       ~i             0       ~i               0       ~i            : 0                     0       i           : 0    i i               0       ֪i               0       ֪i               0       ֪i           : 0   i i               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi               0       ǯi            P  0      ǯi               0       ǯi            P  0      ǯi               0       ǯi               0       ǯi           : 0   i i               0       i               0       i               0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i           : 0   i i               0       i               0       i               0       i               0       i               0       i               0       i               0,     i               0       i               0       i               0       i               0       i               0-     i               0       i               0       i               0.     i               0       i           : 0   i i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i           : 0   i i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i           : 0   i i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i           : 0   i i               0       qi           (: 0    qi qi               0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i             0       i           !  00     i           !  01     i           !  02     i           !  03     i           !  04     i           !  05     i           !  06     i           !  07     i           !  08     i           !  09     i           !  0:     i              0       i              0       i             0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           !  0;     i           !  0<     i           !  0=     i           !  0>     i           !  0?     i           !  0@     i           !  0A     i           !  0B     i              0       i              0       i              0       i             0       i              0       i              0       i             0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           !  0C     i           !  0D     i           !  0E     i           !  0F     i           !  0G     i           !  0H     i           !  0I     i           !  0J     i              0       i              0       i              0       i             0       i              0       i              0       i             0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           !  0K     i           !  0L     i           !  0M     i           !  0N     i           !  0O     i           !  0P     i           !  0Q     i           !  0R     i              0       i              0       i             0       i              0       i              0       i             0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           !  0S     i           !  0T     i           !  0U     i           !  0V     i           !  0W     i           !  0X     i           !  0Y     i           !  0Z     i           !  0[     i              0       i             0       i              0       i              0       i             0       i           (: 0   qi qi               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i               0       i               0       i               0       i              0       i              0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           "  0,     i           "  0-     i           "  0.     i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           #  0      i           #  0      i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           /  0,     i           $  0     i           $  0     i           $  0     i              0       i              0       i              0       i             0       i           $  0     i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i          $  0     i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           %  0,     i           %  0-     i           %  0.     i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           )  0X     i           )  0Y     i           )  0Z     i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           *  0,     i           *  0-     i           )  0[     i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           *  0.     i           )  0\     i           )  0]     i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           &  0X     i           &  0Y     i           &  0Z     i           &  0[     i           &  0\     i              0       i              0       i             0       i           S  0d      i           &  0]     i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i           '  0     i              0       i              0       i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           (  0      i           (  0!     i           (  0"     i           (  0#     i           (  0$     i           (  0%     i           (  0&     i           (  0'     i              0       i           9  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i           8  0     i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           +  0     i           +  0     i           +  0     i           +  0     i           +  0     i              0       i              0       i              0       i              0       i              0       i              0       i           ,  0     i           ,  0     i           ,  0     i           ,  0     i              0       i              0       i              0       i              0       i           9  0     i           9  0     i           9  0     i           9  0     i           9  0     i           9  0     i           9  0     i           9  0     i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i             0       i           ,  0     i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           0  0X     i           0  0Y     i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           0  0Z     i           0  0[     i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           0  0\     i           0  0]     i              0       i              0       i             0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i              0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i           ,  0     i              0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           T  0     i           T  0     i           T  0     i           T  0     i           T  0     i           T  0     i           T  0     i           T  0     i           T  0     i              0       i              0       i              0       i              0       i             0       i              0       i              0       i             0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i           /  0-     i           /  0.     i           $  0     i              0       i           $  0     i           $  0     i           $  0     i           $  0     i           $  0     i           $  0     i           $  0      i              0       i              0       i             0       i              0       i              0       i             0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i               0       i           (: 0   qi qi               0       zWj           (: 0   qi qi               0       	Xj           (: 0   qi qi               0       Xj           (: 0   qi qi           (: 0   qi qi               0       rYj               0       rYj               0       rYj               0       rYj              0       rYj              0       rYj              0       rYj              0       rYj              0       rYj             0       rYj               0       rYj               0       rYj               0       rYj               0       rYj               0       rYj               0       rYj            : 0                 : 0    ]Zj ]Zj              0       qZj             0       qZj              0       qZj            0       qZj             0       qZj              0       qZj            0       qZj             0       qZj              0       qZj             0       qZj           : 0   ]Zj ]Zj              0       Zj             0       Zj             0       Zj             0       Zj              0       Zj            0       Zj             0       Zj             0       Zj             0       Zj              0       Zj            0       Zj             0       Zj             0       Zj             0       Zj              0       Zj            0       Zj              0       Zj             0       Zj             0       Zj              0       Zj            0       Zj              0       Zj             0       Zj             0       Zj              0       Zj            0       Zj              0       Zj             0       Zj             0       Zj              0       Zj            0       Zj              0       Zj             0       Zj             0       Zj              0       Zj             0       Zj           : 0   ]Zj ]Zj               0       ]j              0       ]j             0       ]j              0       ]j            0       ]j             0       ]j              0       ]j            0       ]j             0       ]j              0       ]j             0       ]j           : 0   ]Zj ]Zj              0       .^j             0       .^j             0       .^j             0       .^j             0       .^j              0       .^j            0       .^j             0       .^j             0       .^j             0       .^j             0       .^j              0       .^j            0       .^j             0       .^j             0       .^j             0       .^j             0       .^j              0       .^j            0       .^j             0       .^j             0       .^j             0       .^j             0       .^j              0       .^j             0       .^j           : 0   ]Zj ]Zj              0       ^j               0       ^j              0       ^j              0       ^j              0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j             0       ^j              0       ^j            0       ^j              0       ^j             0       ^j             0       ^j             0       ^j              0       ^j            0       ^j             0       ^j             0       ^j             0       ^j              0       ^j             0       ^j            : 0                 : 0    ~`j ~`j               0       `j               0       `j               0       `j               0       `j               0       `j               0       `j               0       `j            : 0                  : 0    Gdj Gdj               0       Pdj               0       Pdj              0       Pdj              0       Pdj             0       Pdj              0       Pdj              0       Pdj             0       Pdj              0       Pdj              0       Pdj             0       Pdj              0       Pdj              0       Pdj             0       Pdj               0       Pdj               0       Pdj            
  0      Pdj            
  0      Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj            O  0      Pdj            O  0      Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj               0       Pdj           : 0   Gdj Gdj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj               0       pj              0       pj              0       pj              0       pj             0       pj              0       pj              0       pj              0       pj          : 0                      0       uj            Q  0/     uj            Q  00     uj            Q  01     uj               0       uj               0       uj            R  0     uj            R  0     uj            R  0     uj            R  0     uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj               0       uj            : 0                     0       c~j               0       c~j              0      c~j              0      c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j              0       c~j             0       c~j              0       c~j             0       c~j              0       c~j             0       c~j               0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j               0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j               0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j               0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j               0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j              0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j              0       c~j              0       c~j             0       c~j               0       c~j               0       c~j               0       c~j            : 0                     0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j              0      j              0      j               0       j               0       j               0       j               0       j               0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j             0(     j             0)     j             0*     j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j             0+     j             0,     j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j              0       j             0-     j             0.     j             0/     j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j              0       j             0       j              0       j              0       j              0       j              0       j             0e      j              0       j              0       j              0       j             0       j              0       j              0       j             0       j               0       j            : 0                     0       j           : 0    j j               0       tj               0       tj               0       tj           : 0   j j               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej               0       ej            P  0      ej               0       ej            P  0      ej               0       ej               0       ej           : 0   j j               0       !j               0       !j               0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j              0       !j              0       !j              0       !j             0       !j               0       !j               0       !j               0       !j               0       !j               0       !j               0       !j               0       !j               0       !j               0       !j               0       !j           : 0   j j               0       Bj               0       Bj               0       Bj               0       Bj               0       Bj               0       Bj               0/     Bj               0       Bj               0       Bj               0       Bj               0       Bj               00     Bj               0       Bj               0       Bj               01     Bj               0       Bj           : 0   j j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j               0       1j           : 0   j j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j           : 0   j j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j               0       j           : 0   j j               0       j           (: 0    j j               0       Fj               0       Fj               0       Fj               0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj           !  0\     Fj           !  0]     Fj           !  0^     Fj           !  0_     Fj           !  0`     Fj           !  0a     Fj           !  0b     Fj           !  0c     Fj           !  0d     Fj           !  0e     Fj           !  0f     Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj             0       Fj               0       Fj               0       Fj               0       Fj               0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj           !  0g     Fj           !  0h     Fj           !  0i     Fj           !  0j     Fj           !  0k     Fj           !  0l     Fj           !  0m     Fj           !  0n     Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj             0       Fj               0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj           !  0o     Fj           !  0p     Fj           !  0q     Fj           !  0r     Fj           !  0s     Fj           !  0t     Fj           !  0u     Fj           !  0v     Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj             0       Fj               0       Fj               0       Fj               0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj           !  0w     Fj           !  0x     Fj           !  0y     Fj           !  0z     Fj           !  0{     Fj           !  0|     Fj           !  0}     Fj           !  0~     Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj             0       Fj               0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj              0       Fj             0       Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj           !  0     Fj              0       Fj             0       Fj              0       Fj              0       Fj             0       Fj           (: 0   j j               0       Rj               0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj               0       Rj               0       Rj               0       Rj              0       Rj              0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           "  0/     Rj           "  00     Rj           "  01     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           #  0      Rj           #  0      Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           /  0/     Rj           $  0!     Rj           $  0"     Rj           $  0#     Rj              0       Rj              0       Rj              0       Rj             0       Rj           $  0$     Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj          $  0%     Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           %  0/     Rj           %  00     Rj           %  01     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           )  0^     Rj           )  0_     Rj           )  0`     Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           *  0/     Rj           *  00     Rj           )  0a     Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           *  01     Rj           )  0b     Rj           )  0c     Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           &  0^     Rj           &  0_     Rj           &  0`     Rj           &  0a     Rj           &  0b     Rj              0       Rj              0       Rj             0       Rj           S  0e      Rj           &  0c     Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj           '  0     Rj              0       Rj              0       Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           (  0(     Rj           (  0)     Rj           (  0*     Rj           (  0+     Rj           (  0,     Rj           (  0-     Rj           (  0.     Rj           (  0/     Rj              0       Rj           9  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj           8  0     Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           +  0     Rj           +  0     Rj           +  0     Rj           +  0     Rj           +  0     Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj              0       Rj              0       Rj              0       Rj              0       Rj           9  0     Rj           9  0     Rj           9  0     Rj           9  0     Rj           9  0     Rj           9  0     Rj           9  0     Rj           9  0     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           ,  0     Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj             0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           0  0^     Rj           0  0_     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           0  0`     Rj           0  0a     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           0  0b     Rj           0  0c     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj           ,  0     Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj           T  0     Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj              0       Rj             0       Rj           /  00     Rj           /  01     Rj           $  0&     Rj              0       Rj           $  0'     Rj           $  0(     Rj           $  0)     Rj           $  0*     Rj           $  0+     Rj           $  0,     Rj           $  0-     Rj              0       Rj              0       Rj             0       Rj              0       Rj              0       Rj             0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj               0       Rj           (: 0   j j               0       ek           (: 0   j j               0       ek           (: 0   j j               0       =fk           (: 0   j j           (: 0   j j               0       gk               0       gk               0       gk               0       gk              0       gk              0       gk              0       gk              0       gk              0       gk             0       gk               0       gk               0       gk               0       gk               0       gk               0       gk               0       gk            : 0                 : 0    gk gk              0       hk             0       hk              0       hk            0       hk             0       hk              0       hk            0       hk             0       hk              0       hk             0       hk           : 0   gk gk              0       Lhk             0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk             0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk             0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk              0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk              0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk              0       Lhk             0       Lhk             0       Lhk              0       Lhk            0       Lhk              0       Lhk             0       Lhk             0       Lhk              0       Lhk             0       Lhk           : 0   gk gk               0       Ekk              0       Ekk             0       Ekk              0       Ekk            0       Ekk             0       Ekk              0       Ekk            0       Ekk             0       Ekk              0       Ekk             0       Ekk           : 0   gk gk              0       kk             0       kk             0       kk             0       kk             0       kk              0       kk            0       kk             0       kk             0       kk             0       kk             0       kk              0       kk            0       kk             0       kk             0       kk             0       kk             0       kk              0       kk            0       kk             0       kk             0       kk             0       kk             0       kk              0       kk             0       kk           : 0   gk gk              0       1lk               0       1lk              0       1lk              0       1lk              0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk             0       1lk              0       1lk            0       1lk              0       1lk             0       1lk             0       1lk             0       1lk              0       1lk            0       1lk             0       1lk             0       1lk             0       1lk              0       1lk             0       1lk            : 0                 : 0    nk nk               0       )nk               0       )nk               0       )nk               0       )nk               0       )nk               0       )nk               0       )nk            : 0                  : 0    qk qk               0       qk               0       qk              0       qk              0       qk             0       qk              0       qk              0       qk             0       qk              0       qk              0       qk             0       qk              0       qk              0       qk             0       qk               0       qk               0       qk            
  0      qk            
  0      qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk            O  0      qk            O  0      qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk               0       qk           : 0   qk qk               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k               0       .~k              0       .~k              0       .~k              0       .~k             0       .~k              0       .~k              0       .~k              0       .~k          : 0                      0       Ak            Q  02     Ak            Q  03     Ak            Q  04     Ak               0       Ak               0       Ak            R  0     Ak            R  0     Ak            R  0     Ak            R  0     Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak               0       Ak            : 0                     0       k               0       k              0      k              0      k               0       k               0       k               0       k               0       k               0       k              0       k             0       k              0       k             0       k              0       k             0       k               0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k            : 0                     0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0      k              0      k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k             00     k             01     k             02     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             03     k             04     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             05     k             06     k             07     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k             0f      k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k            : 0                     0       Lk           : 0    Lk Lk               0       k               0       k               0       k           : 0   Lk Lk               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k            P  0      k               0       k            P  0      k               0       k               0       k           : 0   Lk Lk               0       k               0       k               0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k           : 0   Lk Lk               0       k               0       k               0       k               0       k               0       k               0       k               02     k               0       k               0       k               0       k               0       k               03     k               0       k               0       k               04     k               0       k           : 0   Lk Lk               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k               0       k           : 0   Lk Lk               0        k               0        k               0        k               0        k               0        k               0        k               0        k               0        k               0        k           : 0   Lk Lk               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k               0       "k           : 0   Lk Lk               0       k           (: 0    k k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k             0       k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k              0       k              0       k              0       k             0       k              0       k              0       k             0       k               0       k               0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k              0       k              0       k             0       k              0       k              0       k             0       k               0       k              0       k              0       k              0       k              0       k              0       k             0       k              0       k              0       k              0       k              0       k              0       k              0       k             0       k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k           !  0     k              0       k             0       k              0       k              0       k             0       k           (: 0   k k               0        l               0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l               0        l               0        l               0        l              0        l              0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           "  02      l           "  03      l           "  04      l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           #  0       l           #  0       l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           /  02      l           $  0.      l           $  0/      l           $  00      l              0        l              0        l              0        l             0        l           $  01      l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l          $  02      l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           %  02      l           %  03      l           %  04      l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           )  0d      l           )  0e      l           )  0f      l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           *  02      l           *  03      l           )  0g      l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           *  04      l           )  0h      l           )  0i      l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           &  0d      l           &  0e      l           &  0f      l           &  0g      l           &  0h      l              0        l              0        l             0        l           S  0f       l           &  0i      l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           '  0      l           '  0      l           '  0      l           '  0      l           '  0       l           '  0      l           '  0      l           '  0      l           '  0      l           '  0      l              0        l              0        l           8  0      l           8  0      l           8  0      l           8  0      l           8  0      l           8  0      l           8  0       l           8  0      l           8  0      l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           (  00      l           (  01      l           (  02      l           (  03      l           (  04      l           (  05      l           (  06      l           (  07      l              0        l           9  0      l           8  0      l           8  0      l           8  0      l           8  0      l           8  0      l           8  0      l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           +  0      l           +  0      l           +  0       l           +  0      l           +  0      l              0        l              0        l              0        l              0        l              0        l              0        l           ,  0      l           ,  0      l           ,  0      l           ,  0      l              0        l              0        l              0        l              0        l           9  0      l           9  0      l           9  0      l           9  0      l           9  0      l           9  0      l           9  0      l           9  0      l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l             0        l           ,  0      l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l             0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l           ,  0      l           ,  0      l           ,  0      l           ,  0      l           ,  0      l           ,  0      l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           0  0d      l           0  0e      l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           0  0f      l           0  0g      l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           0  0h      l           0  0i      l              0        l              0        l             0        l              0        l              0        l             0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l              0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           ,  0      l           ,  0       l           ,  0      l           ,  0      l           ,  0      l           ,  0      l           ,  0      l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           ,  0      l           ,  0      l           ,  0      l           ,  0	      l           ,  0
      l           ,  0      l           ,  0      l           ,  0
      l           ,  0      l           ,  0      l           ,  0      l           ,  0      l              0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           T  0      l           T  0      l           T  0      l           T  0      l           T  0      l           T  0      l           T  0      l           T  0      l           T  0      l              0        l              0        l              0        l              0        l             0        l              0        l              0        l             0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l              0        l             0        l           /  03      l           /  04      l           $  03      l              0        l           $  04      l           $  05      l           $  06      l           $  07      l           $  08      l           $  09      l           $  0:      l              0        l              0        l             0        l              0        l              0        l             0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l               0        l           (: 0   k k               0       rl           (: 0   k k               0       Esl           (: 0   k k               0       sl           (: 0   k k           (: 0   k k               0       tl               0       tl               0       tl               0       tl              0       tl              0       tl              0       tl              0       tl              0       tl             0       tl               0       tl               0       tl               0       tl               0       tl               0       tl               0       tl            : 0                 : 0    ul ul              0       ul             0       ul              0       ul            0       ul             0       ul              0       ul            0       ul             0       ul              0       ul             0       ul           : 0   ul ul              0       ul             0       ul             0       ul             0       ul              0       ul            0       ul             0       ul             0       ul             0       ul              0       ul            0       ul             0       ul             0       ul             0       ul              0       ul            0       ul              0       ul             0       ul             0       ul              0       ul            0       ul              0       ul             0       ul             0       ul              0       ul            0       ul              0       ul             0       ul             0       ul              0       ul            0       ul              0       ul             0       ul             0       ul              0       ul             0       ul           : 0   ul ul               0       xl              0       xl             0       xl              0       xl            0       xl             0       xl              0       xl            0       xl             0       xl              0       xl             0       xl           : 0   ul ul              0       jyl             0       jyl             0       jyl             0       jyl             0       jyl              0       jyl            0       jyl             0       jyl             0       jyl             0       jyl             0       jyl              0       jyl            0       jyl             0       jyl             0       jyl             0       jyl             0       jyl              0       jyl            0       jyl             0       jyl             0       jyl             0       jyl             0       jyl              0       jyl             0       jyl           : 0   ul ul              0       yl               0       yl              0       yl              0       yl              0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl             0       yl              0       yl            0       yl              0       yl             0       yl             0       yl             0       yl              0       yl            0       yl             0       yl             0       yl             0       yl              0       yl             0       yl            : 0                 : 0    {l {l               0       {l               0       {l               0       {l               0       {l               0       {l               0       {l               0       {l            : 0                  : 0    l l               0       l               0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l            
  0      l            
  0      l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l            O  0      l            O  0      l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l           : 0   l l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l               0       ̋l              0       ̋l              0       ̋l              0       ̋l             0       ̋l              0       ̋l              0       ̋l              0       ̋l          : 0                      0       ߐl            Q  05     ߐl            Q  06     ߐl            Q  07     ߐl               0       ߐl               0       ߐl            R  0     ߐl            R  0     ߐl            R  0     ߐl            R  0     ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl               0       ߐl            : 0                     0       l               0       l              0      l              0      l               0       l               0       l               0       l               0       l               0       l              0       l             0       l              0       l             0       l              0       l             0       l               0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l            : 0                     0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0      Xl              0      Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             08     Xl             09     Xl             0:     Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0;     Xl             0<     Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0=     Xl             0>     Xl             0?     Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl               0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl              0       Xl              0       Xl             0g      Xl              0       Xl              0       Xl              0       Xl             0       Xl              0       Xl              0       Xl             0       Xl               0       Xl            : 0                     0       l           : 0    l l               0       l               0       l               0       l           : 0   l l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l            P  0      l               0       l            P  0      l               0       l               0       l           : 0   l l               0       ]l               0       ]l               0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l              0       ]l              0       ]l              0       ]l             0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l               0       ]l           : 0   l l               0       ~l               0       ~l               0       ~l               0       ~l               0       ~l               0       ~l               05     ~l               0       ~l               0       ~l               0       ~l               0       ~l               06     ~l               0       ~l               0       ~l               07     ~l               0       ~l           : 0   l l               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml               0       ml           : 0   l l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l           : 0   l l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l               0       l           : 0   l l               0       Kl           (: 0    Kl Kl               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l             0       l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l              0       l              0       l              0       l             0       l              0       l              0       l             0       l               0       l               0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l              0       l              0       l             0       l              0       l              0       l             0       l               0       l              0       l              0       l              0       l              0       l              0       l             0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l           !  0     l              0       l             0       l              0       l              0       l             0       l           (: 0   Kl Kl               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m              0       m              0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           "  05     m           "  06     m           "  07     m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           #  0      m           #  0      m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           /  05     m           $  0;     m           $  0<     m           $  0=     m              0       m              0       m              0       m             0       m           $  0>     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m          $  0?     m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           %  05     m           %  06     m           %  07     m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           )  0j     m           )  0k     m           )  0l     m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           *  05     m           *  06     m           )  0m     m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           *  07     m           )  0n     m           )  0o     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           &  0j     m           &  0k     m           &  0l     m           &  0m     m           &  0n     m              0       m              0       m             0       m           S  0g      m           &  0o     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           '  0     m           '  0     m           '  0     m           '  0	     m           '  0
     m           '  0     m           '  0     m           '  0
     m           '  0     m           '  0     m              0       m              0       m           8  0	     m           8  0
     m           8  0     m           8  0     m           8  0
     m           8  0     m           8  0     m           8  0     m           8  0     m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           (  08     m           (  09     m           (  0:     m           (  0;     m           (  0<     m           (  0=     m           (  0>     m           (  0?     m              0       m           9  0     m           8  0     m           8  0     m           8  0     m           8  0     m           8  0     m           8  0     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           +  0     m           +  0     m           +  0     m           +  0     m           +  0     m              0       m              0       m              0       m              0       m              0       m              0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m              0       m              0       m              0       m           9  0     m           9  0     m           9  0     m           9  0     m           9  0     m           9  0     m           9  0     m           9  0     m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m           ,  0     m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0j     m           0  0k     m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0l     m           0  0m     m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           0  0n     m           0  0o     m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0     m           ,  0     m           ,  0     m           ,  0      m           ,  0!     m           ,  0"     m           ,  0#     m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           ,  0$     m           ,  0%     m           ,  0&     m           ,  0'     m           ,  0(     m           ,  0)     m           ,  0*     m           ,  0+     m           ,  0,     m           ,  0-     m           ,  0.     m           ,  0/     m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           T  0     m           T  0     m           T  0     m           T  0     m           T  0     m           T  0     m           T  0     m           T  0     m           T  0     m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m           /  06     m           /  07     m           $  0@     m              0       m           $  0A     m           $  0B     m           $  0C     m           $  0D     m           $  0E     m           $  0F     m           $  0G     m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m           (: 0   Kl Kl               0       Tm           (: 0   Kl Kl               0       m           (: 0   Kl Kl               0       ym           (: 0   Kl Kl           (: 0   Kl Kl               0       Lm               0       Lm               0       Lm               0       Lm              0       Lm              0       Lm              0       Lm              0       Lm              0       Lm             0       Lm               0       Lm               0       Lm               0       Lm               0       Lm               0       Lm               0       Lm            : 0                 : 0    7m 7m              0       Km             0       Km              0       Km            0       Km             0       Km              0       Km            0       Km             0       Km              0       Km             0       Km           : 0   7m 7m              0       m             0       m             0       m             0       m              0       m            0       m             0       m             0       m             0       m              0       m            0       m             0       m             0       m             0       m              0       m            0       m              0       m             0       m             0       m              0       m            0       m              0       m             0       m             0       m              0       m            0       m              0       m             0       m             0       m              0       m            0       m              0       m             0       m             0       m              0       m             0       m           : 0   7m 7m               0       m              0       m             0       m              0       m            0       m             0       m              0       m            0       m             0       m              0       m             0       m           : 0   7m 7m              0       m             0       m             0       m             0       m             0       m              0       m            0       m             0       m             0       m             0       m             0       m              0       m            0       m             0       m             0       m             0       m             0       m              0       m            0       m             0       m             0       m             0       m             0       m              0       m             0       m           : 0   7m 7m              0       mm               0       mm               0       mm              0       mm              0       mm              0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm             0       mm              0       mm            0       mm              0       mm             0       mm             0       mm             0       mm              0       mm            0       mm             0       mm             0       mm             0       mm              0       mm             0       mm            : 0                 : 0    Ym Ym               0       fm               0       fm               0       fm               0       fm               0       fm               0       fm               0       fm            : 0                  : 0    "m "m               0       +m               0       +m              0       +m              0       +m             0       +m              0       +m              0       +m             0       +m              0       +m              0       +m             0       +m              0       +m              0       +m             0       +m               0       +m               0       +m            
  0      +m            
  0      +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m            O  0      +m            O  0      +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m               0       +m           : 0   "m "m               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km               0       km              0       km              0       km              0       km             0       km              0       km              0       km              0       km          : 0                      0       ~m            Q  08     ~m            Q  09     ~m            Q  0:     ~m               0       ~m               0       ~m            R  0     ~m            R  0     ~m            R  0     ~m            R  0     ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m               0       ~m            : 0                     0       >m               0       >m              0      >m              0      >m               0       >m               0       >m               0       >m               0       >m               0       >m              0       >m             0       >m              0       >m             0       >m              0       >m             0       >m               0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m               0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m               0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m               0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m               0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m              0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m              0       >m              0       >m             0       >m               0       >m               0       >m               0       >m            : 0                     0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0      m              0      m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0@     m             0A     m             0B     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0C     m             0D     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m             0E     m             0F     m             0G     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m              0       m             0h      m              0       m              0       m              0       m             0       m              0       m              0       m             0       m               0       m            : 0                     0       m           : 0    m m               0       Om               0       Om               0       Om           : 0   m m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m               0       @m            P  0      @m               0       @m            P  0      @m               0       @m               0       @m           : 0   m m               0       m               0       m               0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m              0       m              0       m              0       m             0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m               0       m           : 0   m m               0       m               0       m               0       m               0       m               0       m               0       m               08     m               0       m               0       m               0       m               0       m               09     m               0       m               0       m               0:     m               0       m           : 0   m m               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n               0        n           : 0   m m               0       ]n               0       ]n               0       ]n               0       ]n               0       ]n               0       ]n               0       ]n               0       ]n               0       ]n           : 0   m m               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n               0       _	n           : 0   m m               0       n           (: 0    n n               0       !
n               0       !
n               0       !
n               0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n             0       !
n               0       !
n               0       !
n               0       !
n               0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n             0       !
n               0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n             0       !
n               0       !
n               0       !
n               0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0      !
n           !  0     !
n           !  0     !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n             0       !
n               0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n              0       !
n             0       !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0     !
n           !  0	     !
n           !  0
     !
n           !  0     !
n              0       !
n             0       !
n              0       !
n              0       !
n             0       !
n           (: 0   n n               0       -n               0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n               0       -n               0       -n               0       -n              0       -n              0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           "  08     -n           "  09     -n           "  0:     -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           #  0      -n           #  0      -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           /  08     -n           $  0H     -n           $  0I     -n           $  0J     -n              0       -n              0       -n              0       -n             0       -n           $  0K     -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n          $  0L     -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           %  08     -n           %  09     -n           %  0:     -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           )  0p     -n           )  0q     -n           )  0r     -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           *  08     -n           *  09     -n           )  0s     -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           *  0:     -n           )  0t     -n           )  0u     -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           &  0p     -n           &  0q     -n           &  0r     -n           &  0s     -n           &  0t     -n              0       -n              0       -n             0       -n           S  0h      -n           &  0u     -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n           '  0     -n              0       -n              0       -n           8  0     -n           8  0     -n           8  0     -n           8  0     -n           8  0     -n           8  0     -n           8  0     -n           8  0     -n           8  0      -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           (  0@     -n           (  0A     -n           (  0B     -n           (  0C     -n           (  0D     -n           (  0E     -n           (  0F     -n           (  0G     -n              0       -n           9  0     -n           8  0!     -n           8  0"     -n           8  0#     -n           8  0$     -n           8  0%     -n           8  0&     -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           +  0     -n           +  0	     -n           +  0
     -n           +  0     -n           +  0     -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n           ,  00     -n           ,  01     -n           ,  02     -n           ,  03     -n              0       -n              0       -n              0       -n              0       -n           9  0     -n           9  0     -n           9  0     -n           9  0     -n           9  0     -n           9  0     -n           9  0     -n           9  0     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           ,  04     -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n             0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n           ,  05     -n           ,  06     -n           ,  07     -n           ,  08     -n           ,  09     -n           ,  0:     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           0  0p     -n           0  0q     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           0  0r     -n           0  0s     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           0  0t     -n           0  0u     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           ,  0;     -n           ,  0<     -n           ,  0=     -n           ,  0>     -n           ,  0?     -n           ,  0@     -n           ,  0A     -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           ,  0B     -n           ,  0C     -n           ,  0D     -n           ,  0E     -n           ,  0F     -n           ,  0G     -n           ,  0H     -n           ,  0I     -n           ,  0J     -n           ,  0K     -n           ,  0L     -n           ,  0M     -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n           T  0     -n              0       -n              0       -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n              0       -n             0       -n           /  09     -n           /  0:     -n           $  0M     -n              0       -n           $  0N     -n           $  0O     -n           $  0P     -n           $  0Q     -n           $  0R     -n           $  0S     -n           $  0T     -n              0       -n              0       -n             0       -n              0       -n              0       -n             0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n               0       -n           (: 0   n n               0       n           (: 0   n n               0       n           (: 0   n n               0       n           (: 0   n n           (: 0   n n               0       n               0       n               0       n               0       n              0       n              0       n              0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n               0       n               0       n            : 0                 : 0    ֐n ֐n              0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n             0       n           : 0   ֐n ֐n              0       'n             0       'n             0       'n             0       'n              0       'n            0       'n             0       'n             0       'n             0       'n              0       'n            0       'n             0       'n             0       'n             0       'n              0       'n            0       'n              0       'n             0       'n             0       'n              0       'n            0       'n              0       'n             0       'n             0       'n              0       'n            0       'n              0       'n             0       'n             0       'n              0       'n            0       'n              0       'n             0       'n             0       'n              0       'n             0       'n           : 0   ֐n ֐n               0        n              0        n             0        n              0        n            0        n             0        n              0        n            0        n             0        n              0        n             0        n           : 0   ֐n ֐n              0       n             0       n             0       n             0       n             0       n              0       n            0       n             0       n             0       n             0       n             0       n              0       n            0       n             0       n             0       n             0       n             0       n              0       n            0       n             0       n             0       n             0       n             0       n              0       n             0       n           : 0   ֐n ֐n              0       n               0       n               0       n              0       n              0       n              0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n             0       n              0       n            0       n              0       n             0       n             0       n             0       n              0       n            0       n             0       n             0       n             0       n              0       n             0       n            : 0                 : 0    n n               0       n               0       n               0       n               0       n               0       n               0       n               0       n            : 0                  : 0    n n               0       ʚn               0       ʚn              0       ʚn              0       ʚn             0       ʚn              0       ʚn              0       ʚn             0       ʚn              0       ʚn              0       ʚn             0       ʚn              0       ʚn              0       ʚn             0       ʚn               0       ʚn               0       ʚn            
  0      ʚn            
  0      ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn            O  0      ʚn            O  0      ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn               0       ʚn           : 0   n n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n               0       
n              0       
n              0       
n              0       
n             0       
n              0       
n              0       
n              0       
n          : 0                      0       n            Q  0;     n            Q  0<     n            Q  0=     n               0       n               0       n            R  0     n            R  0     n            R  0     n            R  0     n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n            : 0                     0       ݴn               0       ݴn              0      ݴn              0      ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn              0       ݴn             0       ݴn              0       ݴn             0       ݴn              0       ݴn             0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn               0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn              0       ݴn              0       ݴn             0       ݴn               0       ݴn               0       ݴn               0       ݴn            : 0                     0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n              0      n              0      n               0       n               0       n               0       n               0       n               0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n             0H     n             0I     n             0J     n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n             0K     n             0L     n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n              0       n             0M     n             0N     n             0O     n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n              0       n             0i      n              0       n              0       n              0       n             0       n              0       n              0       n             0       n               0       n            : 0                     0       (n           : 0    (n (n               0       n               0       n               0       n           : 0   (n (n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n            P  0      n               0       n            P  0      n               0       n               0       n           : 0   (n (n               0       n               0       n               0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n              0       n              0       n              0       n             0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n           : 0   (n (n               0       o               0       o               0       o               0       o               0       o               0       o               0;     o               0       o               0       o               0       o               0       o               0<     o               0       o               0       o               0=     o               0       o           : 0   (n (n               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o               0       
o           : 0   (n (n               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o           : 0   (n (n               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o           : 0   (n (n               0       o           (: 0    o o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o             0       o           !  0     o           !  0
     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o              0       o              0       o             0       o              0       o              0       o             0       o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o           !  0     o              0       o              0       o              0       o             0       o              0       o              0       o             0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           !  0     o           !  0      o           !  0!     o           !  0"     o           !  0#     o           !  0$     o           !  0%     o           !  0&     o              0       o              0       o              0       o             0       o              0       o              0       o             0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           !  0'     o           !  0(     o           !  0)     o           !  0*     o           !  0+     o           !  0,     o           !  0-     o           !  0.     o              0       o              0       o             0       o              0       o              0       o             0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o              0       o              0       o              0       o             0       o           !  0/     o           !  00     o           !  01     o           !  02     o           !  03     o           !  04     o           !  05     o           !  06     o           !  07     o              0       o             0       o              0       o              0       o             0       o           (: 0   o o               0       )o               0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o               0       )o               0       )o               0       )o              0       )o              0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           "  0;     )o           "  0<     )o           "  0=     )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           #  0      )o           #  0      )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           /  0;     )o           $  0U     )o           $  0V     )o           $  0W     )o              0       )o              0       )o              0       )o             0       )o           $  0X     )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o          $  0Y     )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           %  0;     )o           %  0<     )o           %  0=     )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           )  0v     )o           )  0w     )o           )  0x     )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           *  0;     )o           *  0<     )o           )  0y     )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           *  0=     )o           )  0z     )o           )  0{     )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           &  0v     )o           &  0w     )o           &  0x     )o           &  0y     )o           &  0z     )o              0       )o              0       )o             0       )o           S  0i      )o           &  0{     )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           '  0     )o           '  0     )o           '  0     )o           '  0     )o           '  0     )o           '  0     )o           '  0      )o           '  0!     )o           '  0"     )o           '  0#     )o              0       )o              0       )o           8  0'     )o           8  0(     )o           8  0)     )o           8  0*     )o           8  0+     )o           8  0,     )o           8  0-     )o           8  0.     )o           8  0/     )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           (  0H     )o           (  0I     )o           (  0J     )o           (  0K     )o           (  0L     )o           (  0M     )o           (  0N     )o           (  0O     )o              0       )o           9  0     )o           8  00     )o           8  01     )o           8  02     )o           8  03     )o           8  04     )o           8  05     )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           +  0
     )o           +  0     )o           +  0     )o           +  0     )o           +  0     )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o           ,  0N     )o           ,  0O     )o           ,  0P     )o           ,  0Q     )o              0       )o              0       )o              0       )o              0       )o           9  0     )o           9  0     )o           9  0     )o           9  0     )o           9  0     )o           9  0     )o           9  0     )o           9  0     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           ,  0R     )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o             0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o           ,  0S     )o           ,  0T     )o           ,  0U     )o           ,  0V     )o           ,  0W     )o           ,  0X     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           0  0v     )o           0  0w     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           0  0x     )o           0  0y     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           0  0z     )o           0  0{     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           ,  0Y     )o           ,  0Z     )o           ,  0[     )o           ,  0\     )o           ,  0]     )o           ,  0^     )o           ,  0_     )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           ,  0`     )o           ,  0a     )o           ,  0b     )o           ,  0c     )o           ,  0d     )o           ,  0e     )o           ,  0f     )o           ,  0g     )o           ,  0h     )o           ,  0i     )o           ,  0j     )o           ,  0k     )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o           T  0     )o              0       )o              0       )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o              0       )o             0       )o           /  0<     )o           /  0=     )o           $  0Z     )o              0       )o           $  0[     )o           $  0\     )o           $  0]     )o           $  0^     )o           $  0_     )o           $  0`     )o           $  0a     )o              0       )o              0       )o             0       )o              0       )o              0       )o             0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o               0       )o           (: 0   o o               0       o           (: 0   o o               0       !o           (: 0   o o               0       o           (: 0   o o           (: 0   o o               0       o               0       o               0       o               0       o              0       o              0       o              0       o              0       o              0       o             0       o               0       o               0       o               0       o               0       o               0       o               0       o            : 0                 : 0    uo uo              0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o             0       o           : 0   uo uo              0       ƞo             0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo             0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo             0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo              0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo              0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo              0       ƞo             0       ƞo             0       ƞo              0       ƞo            0       ƞo              0       ƞo             0       ƞo             0       ƞo              0       ƞo             0       ƞo           : 0   uo uo               0       o              0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o             0       o           : 0   uo uo              0       Fo             0       Fo             0       Fo             0       Fo             0       Fo              0       Fo            0       Fo             0       Fo             0       Fo             0       Fo             0       Fo              0       Fo            0       Fo             0       Fo             0       Fo             0       Fo             0       Fo              0       Fo            0       Fo             0       Fo             0       Fo             0       Fo             0       Fo              0       Fo             0       Fo           : 0   uo uo              0       o               0       o              0       o              0       o              0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o             0       o              0       o            0       o              0       o             0       o             0       o             0       o              0       o            0       o             0       o             0       o             0       o              0       o             0       o            : 0                 : 0    o o               0       o               0       o               0       o               0       o               0       o               0       o               0       o            : 0                  : 0    _o _o               0       ho               0       ho              0       ho              0       ho             0       ho              0       ho              0       ho             0       ho              0       ho              0       ho             0       ho              0       ho              0       ho             0       ho               0       ho               0       ho            
  0      ho            
  0      ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho            O  0      ho            O  0      ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho               0       ho           : 0   _o _o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o              0       o              0       o              0       o             0       o              0       o              0       o              0       o          : 0                      0       o            Q  0>     o            Q  0?     o            Q  0@     o               0       o               0       o            R  0     o            R  0     o            R  0     o            R  0     o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o               0       o            : 0                     0       {o               0       {o              0      {o              0      {o               0       {o               0       {o               0       {o               0       {o               0       {o              0       {o             0       {o              0       {o             0       {o              0       {o             0       {o               0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o               0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o               0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o               0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o               0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o              0       {o              0       {o             0       {o               0       {o               0       {o               0       {o            : 0                     0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o              0      4o              0      4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o             0P     4o             0Q     4o             0R     4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0S     4o             0T     4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0U     4o             0V     4o             0W     4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o               0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o              0       4o              0       4o             0j      4o              0       4o              0       4o              0       4o             0       4o              0       4o              0       4o             0       4o               0       4o            : 0                     0       o           : 0    o o               0       o               0       o               0       o           : 0   o o               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p               0       }p            P  0      }p               0       }p            P  0      }p               0       }p               0       }p           : 0   o o               0       9p               0       9p               0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p              0       9p              0       9p              0       9p             0       9p               0       9p               0       9p               0       9p               0       9p               0       9p               0       9p               0       9p               0       9p               0       9p               0       9p           : 0   o o               0       Zp               0       Zp               0       Zp               0       Zp               0       Zp               0       Zp               0>     Zp               0       Zp               0       Zp               0       Zp               0       Zp               0?     Zp               0       Zp               0       Zp               0@     Zp               0       Zp           : 0   o o               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip               0       Ip           : 0   o o               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p           : 0   o o               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p               0       $p           : 0   o o               0       ''p           (: 0    ''p ''p               0       ^(p               0       ^(p               0       ^(p               0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p           !  08     ^(p           !  09     ^(p           !  0:     ^(p           !  0;     ^(p           !  0<     ^(p           !  0=     ^(p           !  0>     ^(p           !  0?     ^(p           !  0@     ^(p           !  0A     ^(p           !  0B     ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p             0       ^(p               0       ^(p               0       ^(p               0       ^(p               0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p           !  0C     ^(p           !  0D     ^(p           !  0E     ^(p           !  0F     ^(p           !  0G     ^(p           !  0H     ^(p           !  0I     ^(p           !  0J     ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p             0       ^(p               0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p           !  0K     ^(p           !  0L     ^(p           !  0M     ^(p           !  0N     ^(p           !  0O     ^(p           !  0P     ^(p           !  0Q     ^(p           !  0R     ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p             0       ^(p               0       ^(p               0       ^(p               0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p           !  0S     ^(p           !  0T     ^(p           !  0U     ^(p           !  0V     ^(p           !  0W     ^(p           !  0X     ^(p           !  0Y     ^(p           !  0Z     ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p             0       ^(p               0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p              0       ^(p             0       ^(p           !  0[     ^(p           !  0\     ^(p           !  0]     ^(p           !  0^     ^(p           !  0_     ^(p           !  0`     ^(p           !  0a     ^(p           !  0b     ^(p           !  0c     ^(p              0       ^(p             0       ^(p              0       ^(p              0       ^(p             0       ^(p           (: 0   ''p ''p               0       j7p               0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p               0       j7p               0       j7p               0       j7p              0       j7p              0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           "  0>     j7p           "  0?     j7p           "  0@     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           #  0      j7p           #  0      j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           /  0>     j7p           $  0b     j7p           $  0c     j7p           $  0d     j7p              0       j7p              0       j7p              0       j7p             0       j7p           $  0e     j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p          $  0f     j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           %  0>     j7p           %  0?     j7p           %  0@     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           )  0|     j7p           )  0}     j7p           )  0~     j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           *  0>     j7p           *  0?     j7p           )  0     j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           *  0@     j7p           )  0     j7p           )  0     j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           &  0|     j7p           &  0}     j7p           &  0~     j7p           &  0     j7p           &  0     j7p              0       j7p              0       j7p             0       j7p           S  0j      j7p           &  0     j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           '  0$     j7p           '  0%     j7p           '  0&     j7p           '  0'     j7p           '  0(     j7p           '  0)     j7p           '  0*     j7p           '  0+     j7p           '  0,     j7p           '  0-     j7p              0       j7p              0       j7p           8  06     j7p           8  07     j7p           8  08     j7p           8  09     j7p           8  0:     j7p           8  0;     j7p           8  0<     j7p           8  0=     j7p           8  0>     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           (  0P     j7p           (  0Q     j7p           (  0R     j7p           (  0S     j7p           (  0T     j7p           (  0U     j7p           (  0V     j7p           (  0W     j7p              0       j7p           9  0     j7p           8  0?     j7p           8  0@     j7p           8  0A     j7p           8  0B     j7p           8  0C     j7p           8  0D     j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           +  0     j7p           +  0     j7p           +  0     j7p           +  0     j7p           +  0     j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p           ,  0l     j7p           ,  0m     j7p           ,  0n     j7p           ,  0o     j7p              0       j7p              0       j7p              0       j7p              0       j7p           9  0     j7p           9  0     j7p           9  0     j7p           9  0     j7p           9  0     j7p           9  0     j7p           9  0     j7p           9  0     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           ,  0p     j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p             0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p           ,  0q     j7p           ,  0r     j7p           ,  0s     j7p           ,  0t     j7p           ,  0u     j7p           ,  0v     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           0  0|     j7p           0  0}     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           0  0~     j7p           0  0     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           0  0     j7p           0  0     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           ,  0w     j7p           ,  0x     j7p           ,  0y     j7p           ,  0z     j7p           ,  0{     j7p           ,  0|     j7p           ,  0}     j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           ,  0~     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p           ,  0     j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p           T  0     j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p              0       j7p             0       j7p           /  0?     j7p           /  0@     j7p           $  0g     j7p              0       j7p           $  0h     j7p           $  0i     j7p           $  0j     j7p           $  0k     j7p           $  0l     j7p           $  0m     j7p           $  0n     j7p              0       j7p              0       j7p             0       j7p              0       j7p              0       j7p             0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p               0       j7p           (: 0   ''p ''p               0       0p           (: 0   ''p ''p               0       p           (: 0   ''p ''p               0       Up           (: 0   ''p ''p           (: 0   ''p ''p               0       (p               0       (p               0       (p               0       (p              0       (p              0       (p              0       (p              0       (p              0       (p             0       (p               0       (p               0       (p               0       (p               0       (p               0       (p               0       (p            : 0                 : 0    p p              0       'p             0       'p              0       'p            0       'p             0       'p              0       'p            0       'p             0       'p              0       'p             0       'p           : 0   p p              0       dp             0       dp             0       dp             0       dp              0       dp            0       dp             0       dp             0       dp             0       dp              0       dp            0       dp             0       dp             0       dp             0       dp              0       dp            0       dp              0       dp             0       dp             0       dp              0       dp            0       dp              0       dp             0       dp             0       dp              0       dp            0       dp              0       dp             0       dp             0       dp              0       dp            0       dp              0       dp             0       dp             0       dp              0       dp             0       dp           : 0   p p               0       ]p              0       ]p             0       ]p              0       ]p            0       ]p             0       ]p              0       ]p            0       ]p             0       ]p              0       ]p             0       ]p           : 0   p p              0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p            0       p             0       p             0       p             0       p             0       p              0       p             0       p           : 0   p p              0       Ip               0       Ip              0       Ip              0       Ip              0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip             0       Ip              0       Ip            0       Ip              0       Ip             0       Ip             0       Ip             0       Ip              0       Ip            0       Ip             0       Ip             0       Ip             0       Ip              0       Ip             0       Ip            : 0                 : 0    4p 4p               0       Ap               0       Ap               0       Ap               0       Ap               0       Ap               0       Ap               0       Ap            : 0                  : 0    p p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p            
  0      p            
  0      p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p            O  0      p            O  0      p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p           : 0   p p               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp               0       Fp              0       Fp              0       Fp              0       Fp             0       Fp              0       Fp              0       Fp              0       Fp          : 0                      0       Yp            Q  0A     Yp            Q  0B     Yp            Q  0C     Yp               0       Yp               0       Yp            R  0     Yp            R  0     Yp            R  0     Yp            R  0     Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp               0       Yp            : 0                     0       p               0       p              0      p              0      p               0       p               0       p               0       p               0       p               0       p              0       p             0       p              0       p             0       p              0       p             0       p               0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p            : 0                     0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0      p              0      p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p             0X     p             0Y     p             0Z     p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0[     p             0\     p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p             0]     p             0^     p             0_     p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p               0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p              0       p             0       p              0       p              0       p              0       p              0       p             0k      p              0       p              0       p              0       p             0       p              0       p              0       p             0       p               0       p            : 0                     0       d	q           : 0    d	q d	q               0       *
q               0       *
q               0       *
q           : 0   d	q d	q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q            P  0      q               0       q            P  0      q               0       q               0       q           : 0   d	q d	q               0       q               0       q               0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q              0       q              0       q              0       q             0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q               0       q           : 0   d	q d	q               0       q               0       q               0       q               0       q               0       q               0       q               0A     q               0       q               0       q               0       q               0       q               0B     q               0       q               0       q               0C     q               0       q           : 0   d	q d	q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q               0       (q           : 0   d	q d	q               0       8,q               0       8,q               0       8,q               0       8,q               0       8,q               0       8,q               0       8,q               0       8,q               0       8,q           : 0   d	q d	q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q               0       :2q           : 0   d	q d	q               0       4q           (: 0    4q 4q               0       5q               0       5q               0       5q               0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q           !  0d     5q           !  0e     5q           !  0f     5q           !  0g     5q           !  0h     5q           !  0i     5q           !  0j     5q           !  0k     5q           !  0l     5q           !  0m     5q           !  0n     5q              0       5q              0       5q             0       5q              0       5q              0       5q             0       5q               0       5q               0       5q               0       5q               0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q           !  0o     5q           !  0p     5q           !  0q     5q           !  0r     5q           !  0s     5q           !  0t     5q           !  0u     5q           !  0v     5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q             0       5q               0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q           !  0w     5q           !  0x     5q           !  0y     5q           !  0z     5q           !  0{     5q           !  0|     5q           !  0}     5q           !  0~     5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q             0       5q               0       5q               0       5q               0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q              0       5q              0       5q             0       5q              0       5q              0       5q             0       5q               0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q              0       5q              0       5q              0       5q              0       5q              0       5q              0       5q             0       5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q           !  0     5q              0       5q             0       5q              0       5q              0       5q             0       5q           (: 0   4q 4q               0       Eq               0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq               0       Eq               0       Eq               0       Eq              0       Eq              0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           "  0A     Eq           "  0B     Eq           "  0C     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           #  0      Eq           #  0      Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           /  0A     Eq           $  0o     Eq           $  0p     Eq           $  0q     Eq              0       Eq              0       Eq              0       Eq             0       Eq           $  0r     Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq          $  0s     Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           %  0A     Eq           %  0B     Eq           %  0C     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           )  0     Eq           )  0     Eq           )  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           *  0A     Eq           *  0B     Eq           )  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           *  0C     Eq           )  0     Eq           )  0     Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           &  0     Eq           &  0     Eq           &  0     Eq           &  0     Eq           &  0     Eq              0       Eq              0       Eq             0       Eq           S  0k      Eq           &  0     Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           '  0.     Eq           '  0/     Eq           '  00     Eq           '  01     Eq           '  02     Eq           '  03     Eq           '  04     Eq           '  05     Eq           '  06     Eq           '  07     Eq              0       Eq              0       Eq           8  0E     Eq           8  0F     Eq           8  0G     Eq           8  0H     Eq           8  0I     Eq           8  0J     Eq           8  0K     Eq           8  0L     Eq           8  0M     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           (  0X     Eq           (  0Y     Eq           (  0Z     Eq           (  0[     Eq           (  0\     Eq           (  0]     Eq           (  0^     Eq           (  0_     Eq              0       Eq           9  0     Eq           8  0N     Eq           8  0O     Eq           8  0P     Eq           8  0Q     Eq           8  0R     Eq           8  0S     Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           +  0     Eq           +  0     Eq           +  0     Eq           +  0     Eq           +  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq           9  0     Eq           9  0     Eq           9  0     Eq           9  0     Eq           9  0     Eq           9  0     Eq           9  0     Eq           9  0     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           ,  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq             0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           0  0     Eq           0  0     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           0  0     Eq           0  0     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           0  0     Eq           0  0     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq           ,  0     Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq           T  0     Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq              0       Eq             0       Eq           /  0B     Eq           /  0C     Eq           $  0t     Eq              0       Eq           $  0u     Eq           $  0v     Eq           $  0w     Eq           $  0x     Eq           $  0y     Eq           $  0z     Eq           $  0{     Eq              0       Eq              0       Eq             0       Eq              0       Eq              0       Eq             0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq               0       Eq           (: 0   4q 4q               0       ζq           (: 0   4q 4q               0       ]q           (: 0   4q 4q               0       q           (: 0   4q 4q           (: 0   4q 4q               0       Ƹq               0       Ƹq               0       Ƹq               0       Ƹq              0       Ƹq              0       Ƹq              0       Ƹq              0       Ƹq              0       Ƹq             0       Ƹq               0       Ƹq               0       Ƹq               0       Ƹq               0       Ƹq               0       Ƹq               0       Ƹq            : 0                 : 0    q q              0       Źq             0       Źq              0       Źq            0       Źq             0       Źq              0       Źq            0       Źq             0       Źq              0       Źq             0       Źq           : 0   q q              0       q             0       q             0       q             0       q              0       q            0       q             0       q             0       q             0       q              0       q            0       q             0       q             0       q             0       q              0       q            0       q              0       q             0       q             0       q              0       q            0       q              0       q             0       q             0       q              0       q            0       q              0       q             0       q             0       q              0       q            0       q              0       q             0       q             0       q              0       q             0       q           : 0   q q               0       q              0       q             0       q              0       q            0       q             0       q              0       q            0       q             0       q              0       q             0       q           : 0   q q              0       q             0       q             0       q             0       q             0       q              0       q            0       q             0       q             0       q             0       q             0       q              0       q            0       q             0       q             0       q             0       q             0       q              0       q            0       q             0       q             0       q             0       q             0       q              0       q             0       q           : 0   q q              0       q               0       q              0       q              0       q              0       q             0       q              0       q            0       q             0       q              0       q            0       q             0       q              0       q            0       q             0       q              0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q             0       q            0       q            0       q            0       q             0       q           0       q            0       q            0       q            0       q             0       q            0       q           : 0                : 0    ҿq ҿq              0       ߿q              0       ߿q              0       ߿q              0       ߿q              0       ߿q              0       ߿q              0       ߿q           : 0                 : 0    q q              0       q              0       q             0       q             0       q            0       q             0       q             0       q            0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q           
  0      q           
  0      q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q           O  0      q           O  0      q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q          : 0   q q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q         : 0                     0       q           Q  0D     q           Q  0E     q           Q  0F     q              0       q              0       q           R  0     q           R  0     q           R  0     q           R  0     q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q           : 0                    0       q              0       q             0      q             0      q              0       q              0       q              0       q              0       q              0       q             0       q            0       q             0       q            0       q             0       q            0       q              0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q           : 0                    0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq             0      pq             0      pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq            0`     pq            0a     pq            0b     pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0c     pq            0d     pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0e     pq            0f     pq            0g     pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq              0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq             0       pq             0       pq            0l      pq             0       pq             0       pq             0       pq            0       pq             0       pq             0       pq            0       pq              0       pq           : 0                    0       r          : 0    r r              0       r              0       r              0       r          : 0   r r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r           P  0      r              0       r           P  0      r              0       r              0       r          : 0   r r              0       u'r              0       u'r              0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r             0       u'r             0       u'r             0       u'r            0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r              0       u'r          : 0   r r              0       -r              0       -r              0       -r              0       -r              0       -r              0       -r              0D     -r              0       -r              0       -r              0       -r              0       -r              0E     -r              0       -r              0       -r              0F     -r              0       -r          : 0   r r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r              0       6r          : 0   r r              0       9r              0       9r              0       9r              0       9r              0       9r              0       9r              0       9r              0       9r              0       9r          : 0   r r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r              0       ?r          : 0   r r              0       cBr          (: 0    cBr cBr              0       Cr              0       Cr              0       Cr              0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr            0       Cr              0       Cr              0       Cr              0       Cr              0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr            0       Cr              0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr            0       Cr              0       Cr              0       Cr              0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr            0       Cr              0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr             0       Cr            0       Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr          !  0     Cr             0       Cr            0       Cr             0       Cr             0       Cr            0       Cr          (: 0   cBr cBr              0       Rr              0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr              0       Rr              0       Rr              0       Rr             0       Rr             0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          "  0D     Rr          "  0E     Rr          "  0F     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          #  0      Rr          #  0      Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          /  0D     Rr          $  0|     Rr          $  0}     Rr          $  0~     Rr             0       Rr             0       Rr             0       Rr            0       Rr          $  0     Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr         $  0     Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          %  0D     Rr          %  0E     Rr          %  0F     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          )  0     Rr          )  0     Rr          )  0     Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          *  0D     Rr          *  0E     Rr          )  0     Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          *  0F     Rr          )  0     Rr          )  0     Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          &  0     Rr          &  0     Rr          &  0     Rr          &  0     Rr          &  0     Rr             0       Rr             0       Rr            0       Rr          S  0l      Rr          &  0     Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          '  08     Rr          '  09     Rr          '  0:     Rr          '  0;     Rr          '  0<     Rr          '  0=     Rr          '  0>     Rr          '  0?     Rr          '  0@     Rr          '  0A     Rr             0       Rr             0       Rr          8  0T     Rr          8  0U     Rr          8  0V     Rr          8  0W     Rr          8  0X     Rr          8  0Y     Rr          8  0Z     Rr          8  0[     Rr          8  0\     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          (  0`     Rr          (  0a     Rr          (  0b     Rr          (  0c     Rr          (  0d     Rr          (  0e     Rr          (  0f     Rr          (  0g     Rr             0       Rr          9  0     Rr          8  0]     Rr          8  0^     Rr          8  0_     Rr          8  0`     Rr          8  0a     Rr          8  0b     Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          +  0     Rr          +  0     Rr          +  0     Rr          +  0     Rr          +  0      Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr             0       Rr             0       Rr             0       Rr             0       Rr          9  0     Rr          9  0     Rr          9  0     Rr          9  0     Rr          9  0     Rr          9  0     Rr          9  0     Rr          9  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          ,  0     Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr            0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          0  0     Rr          0  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          0  0     Rr          0  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          0  0     Rr          0  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr          ,  0     Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr          T  0     Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr             0       Rr            0       Rr          /  0E     Rr          /  0F     Rr          $  0     Rr             0       Rr          $  0     Rr          $  0     Rr          $  0     Rr          $  0     Rr          $  0     Rr          $  0     Rr          $  0     Rr             0       Rr             0       Rr            0       Rr             0       Rr             0       Rr            0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr              0       Rr          (: 0   cBr cBr              0       lr          (: 0   cBr cBr              0       r          (: 0   cBr cBr              0       r          (: 0   cBr cBr          (: 0   cBr cBr              0       dr              0       dr              0       dr              0       dr             0       dr             0       dr             0       dr             0       dr             0       dr            0       dr              0       dr              0       dr              0       dr              0       dr              0       dr              0       dr           : 0                : 0    Or Or             0       cr            0       cr             0       cr           0       cr            0       cr             0       cr           0       cr            0       cr             0       cr            0       cr          : 0   Or Or             0       r            0       r            0       r            0       r             0       r           0       r            0       r            0       r            0       r             0       r           0       r            0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r            0       r          : 0   Or Or              0       r             0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r            0       r          : 0   Or Or             0        r            0        r            0        r            0        r            0        r             0        r           0        r            0        r            0        r            0        r            0        r             0        r           0        r            0        r            0        r            0        r            0        r             0        r           0        r            0        r            0        r            0        r            0        r             0        r            0        r          : 0   Or Or             0       r              0       r             0       r             0       r             0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r           0       r             0       r            0       r            0       r            0       r             0       r           0       r            0       r            0       r            0       r             0       r            0       r           : 0                : 0    pr pr              0       }r              0       }r              0       }r              0       }r              0       }r              0       }r              0       }r           : 0                 : 0    9r 9r              0       Br              0       Br             0       Br             0       Br            0       Br             0       Br             0       Br            0       Br             0       Br             0       Br            0       Br             0       Br             0       Br            0       Br              0       Br              0       Br           
  0      Br           
  0      Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br           O  0      Br           O  0      Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br              0       Br          : 0   9r 9r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r             0       r             0       r             0       r            0       r             0       r             0       r             0       r         : 0                     0       r           Q  0G     r           Q  0H     r           Q  0I     r              0       r              0       r           R  0     r           R  0     r           R  0     r           R  0     r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r           : 0                    0       Ur              0       Ur             0      Ur             0      Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur             0       Ur            0       Ur             0       Ur            0       Ur             0       Ur            0       Ur              0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur              0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur              0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur              0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur              0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur             0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur             0       Ur             0       Ur            0       Ur              0       Ur              0       Ur              0       Ur           : 0                    0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0      s             0      s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s            0h     s            0i     s            0j     s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0k     s            0l     s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s            0m     s            0n     s            0o     s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s            0m      s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s           : 0                     0       $s          : 0    $s $s              0       f%s              0       f%s              0       f%s          : 0   $s $s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s              0       W*s           P  0      W*s              0       W*s           P  0      W*s              0       W*s              0       W*s          : 0   $s $s              0       5s              0       5s              0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s             0       5s             0       5s             0       5s            0       5s              0       5s              0       5s              0       5s              0       5s              0       5s              0       5s              0       5s              0       5s              0       5s              0       5s          : 0   $s $s              0       4;s              0       4;s              0       4;s              0       4;s              0       4;s              0       4;s              0G     4;s              0       4;s              0       4;s              0       4;s              0       4;s              0H     4;s              0       4;s              0       4;s              0I     4;s              0       4;s          : 0   $s $s              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds              0       #Ds          : 0   $s $s              0       tGs              0       tGs              0       tGs              0       tGs              0       tGs              0       tGs              0       tGs              0       tGs              0       tGs          : 0   $s $s              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs              0       vMs          : 0   $s $s              0       Ps          (: 0    Ps Ps              0       8Qs              0       8Qs              0       8Qs              0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs            0       8Qs              0       8Qs              0       8Qs              0       8Qs              0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs            0       8Qs              0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs            0       8Qs              0       8Qs              0       8Qs              0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs            0       8Qs              0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs             0       8Qs            0       8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs          !  0     8Qs             0       8Qs            0       8Qs             0       8Qs             0       8Qs            0       8Qs          (: 0   Ps Ps              0       D`s              0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s              0       D`s              0       D`s              0       D`s             0       D`s             0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          "  0G     D`s          "  0H     D`s          "  0I     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          #  0      D`s          #  0      D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          /  0G     D`s          $  0     D`s          $  0     D`s          $  0     D`s             0       D`s             0       D`s             0       D`s            0       D`s          $  0     D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s         $  0     D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          %  0G     D`s          %  0H     D`s          %  0I     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          )  0     D`s          )  0     D`s          )  0     D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          *  0G     D`s          *  0H     D`s          )  0     D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          *  0I     D`s          )  0     D`s          )  0     D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          &  0     D`s          &  0     D`s          &  0     D`s          &  0     D`s          &  0     D`s             0       D`s             0       D`s            0       D`s          S  0m      D`s          &  0     D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          '  0B     D`s          '  0C     D`s          '  0D     D`s          '  0E     D`s          '  0F     D`s          '  0G     D`s          '  0H     D`s          '  0I     D`s          '  0J     D`s          '  0K     D`s             0       D`s             0       D`s          8  0c     D`s          8  0d     D`s          8  0e     D`s          8  0f     D`s          8  0g     D`s          8  0h     D`s          8  0i     D`s          8  0j     D`s          8  0k     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          (  0h     D`s          (  0i     D`s          (  0j     D`s          (  0k     D`s          (  0l     D`s          (  0m     D`s          (  0n     D`s          (  0o     D`s             0       D`s          9  0     D`s          8  0l     D`s          8  0m     D`s          8  0n     D`s          8  0o     D`s          8  0p     D`s          8  0q     D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          +  0!     D`s          +  0"     D`s          +  0#     D`s          +  0$     D`s          +  0%     D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s             0       D`s             0       D`s             0       D`s             0       D`s          9  0     D`s          9  0     D`s          9  0     D`s          9  0     D`s          9  0     D`s          9  0     D`s          9  0     D`s          9  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          ,  0     D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s            0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          0  0     D`s          0  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          0  0     D`s          0  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          0  0     D`s          0  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s          ,  0     D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s          T  0     D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s             0       D`s            0       D`s          /  0H     D`s          /  0I     D`s          $  0     D`s             0       D`s          $  0     D`s          $  0     D`s          $  0     D`s          $  0     D`s          $  0     D`s          $  0     D`s          $  0     D`s             0       D`s             0       D`s            0       D`s             0       D`s             0       D`s            0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s              0       D`s          (: 0   Ps Ps              0       
s          (: 0   Ps Ps              0       s          (: 0   Ps Ps              0       /s          (: 0   Ps Ps          (: 0   Ps Ps              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s           : 0                : 0    s s             0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s            0       s          : 0   s s             0       >s            0       >s            0       >s            0       >s             0       >s           0       >s            0       >s            0       >s            0       >s             0       >s           0       >s            0       >s            0       >s            0       >s             0       >s           0       >s             0       >s            0       >s            0       >s             0       >s           0       >s             0       >s            0       >s            0       >s             0       >s           0       >s             0       >s            0       >s            0       >s             0       >s           0       >s             0       >s            0       >s            0       >s             0       >s            0       >s          : 0   s s              0       7s             0       7s            0       7s             0       7s           0       7s            0       7s             0       7s           0       7s            0       7s             0       7s            0       7s          : 0   s s             0       s            0       s            0       s            0       s            0       s             0       s           0       s            0       s            0       s            0       s            0       s             0       s           0       s            0       s            0       s            0       s            0       s             0       s           0       s            0       s            0       s            0       s            0       s             0       s            0       s          : 0   s s             0       #s              0       #s             0       #s             0       #s             0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s            0       #s             0       #s           0       #s             0       #s            0       #s            0       #s            0       #s             0       #s           0       #s            0       #s            0       #s            0       #s             0       #s            0       #s           : 0                : 0    s s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           : 0                 : 0    s s              0       s              0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s           
  0      s           
  0      s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           O  0      s           O  0      s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s          : 0   s s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s              0        s             0        s             0        s             0        s            0        s             0        s             0        s             0        s         : 0                     0       3s           Q  0J     3s           Q  0K     3s           Q  0L     3s              0       3s              0       3s           R  0     3s           R  0     3s           R  0     3s           R  0     3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s              0       3s           : 0                    0       s              0       s             0      s             0      s              0       s              0       s              0       s              0       s              0       s             0       s            0       s             0       s            0       s             0       s            0       s              0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s             0       s             0       s            0       s             0       s             0       s            0       s             0       s             0       s            0       s              0       s              0       s              0       s           : 0                    0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0      t             0      t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t            0p     t            0q     t            0r     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t            0s     t            0t     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0u     t            0v     t            0w     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t            0n      t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t           : 0                    0       >2t          : 0    >2t >2t              0       3t              0       3t              0       3t          : 0   >2t >2t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t              0       7t           P  0      7t              0       7t           P  0      7t              0       7t              0       7t          : 0   >2t >2t              0       Bt              0       Bt              0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt             0       Bt             0       Bt             0       Bt            0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt              0       Bt          : 0   >2t >2t              0       Ht              0       Ht              0       Ht              0       Ht              0       Ht              0       Ht              0J     Ht              0       Ht              0       Ht              0       Ht              0       Ht              0K     Ht              0       Ht              0       Ht              0L     Ht              0       Ht          : 0   >2t >2t              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt              0       Qt          : 0   >2t >2t              0       Ut              0       Ut              0       Ut              0       Ut              0       Ut              0       Ut              0       Ut              0       Ut              0       Ut          : 0   >2t >2t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t              0       [t          : 0   >2t >2t              0       ]t          (: 0    ]t ]t              0       ^t              0       ^t              0       ^t              0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t            0       ^t              0       ^t              0       ^t              0       ^t              0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t            0       ^t              0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0      ^t          !  0     ^t          !  0     ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t            0       ^t              0       ^t              0       ^t              0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0	     ^t          !  0
     ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t            0       ^t              0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t             0       ^t            0       ^t          !  0     ^t          !  0     ^t          !  0
     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t          !  0     ^t             0       ^t            0       ^t             0       ^t             0       ^t            0       ^t          (: 0   ]t ]t              0       mt              0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt              0       mt              0       mt              0       mt             0       mt             0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          "  0J     mt          "  0K     mt          "  0L     mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          #  0      mt          #  0      mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          /  0J     mt          $  0     mt          $  0     mt          $  0     mt             0       mt             0       mt             0       mt            0       mt          $  0     mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt         $  0     mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          %  0J     mt          %  0K     mt          %  0L     mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          )  0     mt          )  0     mt          )  0     mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          *  0J     mt          *  0K     mt          )  0     mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          *  0L     mt          )  0     mt          )  0     mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          &  0     mt          &  0     mt          &  0     mt          &  0     mt          &  0     mt             0       mt             0       mt            0       mt          S  0n      mt          &  0     mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          '  0L     mt          '  0M     mt          '  0N     mt          '  0O     mt          '  0P     mt          '  0Q     mt          '  0R     mt          '  0S     mt          '  0T     mt          '  0U     mt             0       mt             0       mt          8  0r     mt          8  0s     mt          8  0t     mt          8  0u     mt          8  0v     mt          8  0w     mt          8  0x     mt          8  0y     mt          8  0z     mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          (  0p     mt          (  0q     mt          (  0r     mt          (  0s     mt          (  0t     mt          (  0u     mt          (  0v     mt          (  0w     mt             0       mt          9  0     mt          8  0{     mt          8  0|     mt          8  0}     mt          8  0~     mt          8  0     mt          8  0     mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          +  0&     mt          +  0'     mt          +  0(     mt          +  0)     mt          +  0*     mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt             0       mt             0       mt             0       mt             0       mt          9  0     mt          9  0     mt          9  0     mt          9  0     mt          9  0     mt          9  0     mt          9  0     mt          9  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          ,  0     mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt            0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          0  0     mt          0  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          0  0     mt          0  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          0  0     mt          0  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0     mt          ,  0 
     mt          ,  0
     mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt          T  0     mt             0       mt             0       mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt             0       mt            0       mt          /  0K     mt          /  0L     mt          $  0     mt             0       mt          $  0     mt          $  0     mt          $  0     mt          $  0     mt          $  0     mt          $  0     mt          $  0     mt             0       mt             0       mt            0       mt             0       mt             0       mt            0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt              0       mt          (: 0   ]t ]t              0       t          (: 0   ]t ]t              0       7t          (: 0   ]t ]t              0       t          (: 0   ]t ]t          (: 0   ]t ]t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t           : 0                : 0    t t             0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t            0       t          : 0   t t             0       t            0       t            0       t            0       t             0       t           0       t            0       t            0       t            0       t             0       t           0       t            0       t            0       t            0       t             0       t           0       t             0       t            0       t            0       t             0       t           0       t             0       t            0       t            0       t             0       t           0       t             0       t            0       t            0       t             0       t           0       t             0       t            0       t            0       t             0       t            0       t          : 0   t t              0       t             0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t            0       t          : 0   t t             0       \t            0       \t            0       \t            0       \t            0       \t             0       \t           0       \t            0       \t            0       \t            0       \t            0       \t             0       \t           0       \t            0       \t            0       \t            0       \t            0       \t             0       \t           0       \t            0       \t            0       \t            0       \t            0       \t             0       \t            0       \t          : 0   t t             0       t              0       t             0       t             0       t             0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t            0       t             0       t           0       t             0       t            0       t            0       t            0       t             0       t           0       t            0       t            0       t            0       t             0       t            0       t           : 0	                : 0    t t              0       t              0       t              0       t              0       t              0       t              0       t              0       t           : 0
                 : 0    ut ut              0       ~t              0       ~t             0       ~t             0       ~t            0       ~t             0       ~t             0       ~t            0       ~t             0       ~t             0       ~t            0       ~t             0       ~t             0       ~t            0       ~t              0       ~t              0       ~t           
  0      ~t           
  0      ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t           O  0      ~t           O  0      ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t              0       ~t          : 0   ut ut              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t         : 0                     0       t           Q  0M     t           Q  0N     t           Q  0O     t              0       t              0       t           R  0     t           R  0     t           R  0     t           R  0     t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t           : 0                    0       u              0       u             0      u             0      u              0       u              0       u              0       u              0       u              0       u             0       u            0       u             0       u            0       u             0       u            0       u              0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u            0       u             0       u             0       u             0       u             0       u             0       u            0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u              0       u              0       u           : 0
                    0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u             0      J u             0      J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u            0x     J u            0y     J u            0z     J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0{     J u            0|     J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0}     J u            0~     J u            0     J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u              0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u             0       J u             0       J u            0o      J u             0       J u             0       J u             0       J u            0       J u             0       J u             0       J u            0       J u              0       J u           : 0                    0       ?u          : 0    ?u ?u              0       @u              0       @u              0       @u          : 0   ?u ?u              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu              0       Eu           P  0      Eu              0       Eu           P  0      Eu              0       Eu              0       Eu          : 0   ?u ?u              0       OPu              0       OPu              0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu             0       OPu             0       OPu             0       OPu            0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu              0       OPu          : 0   ?u ?u              0       pVu              0       pVu              0       pVu              0       pVu              0       pVu              0       pVu              0M     pVu              0       pVu              0       pVu              0       pVu              0       pVu              0N     pVu              0       pVu              0       pVu              0O     pVu              0       pVu          : 0   ?u ?u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u              0       __u          : 0   ?u ?u              0       bu              0       bu              0       bu              0       bu              0       bu              0       bu              0       bu              0       bu              0       bu          : 0   ?u ?u              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu              0       hu          : 0   ?u ?u              0       =ku          (: 0    =ku =ku              0       tlu              0       tlu              0       tlu              0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu          !  0     tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu            0       tlu              0       tlu              0       tlu              0       tlu              0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu          !  0     tlu          !  0      tlu          !  0!     tlu          !  0"     tlu          !  0#     tlu          !  0$     tlu          !  0%     tlu          !  0&     tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu            0       tlu              0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu          !  0'     tlu          !  0(     tlu          !  0)     tlu          !  0*     tlu          !  0+     tlu          !  0,     tlu          !  0-     tlu          !  0.     tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu            0       tlu              0       tlu              0       tlu              0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu          !  0/     tlu          !  00     tlu          !  01     tlu          !  02     tlu          !  03     tlu          !  04     tlu          !  05     tlu          !  06     tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu            0       tlu              0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu             0       tlu            0       tlu          !  07     tlu          !  08     tlu          !  09     tlu          !  0:     tlu          !  0;     tlu          !  0<     tlu          !  0=     tlu          !  0>     tlu          !  0?     tlu             0       tlu            0       tlu             0       tlu             0       tlu            0       tlu          (: 0   =ku =ku              0       {u              0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u              0       {u              0       {u              0       {u             0       {u             0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          "  0M     {u          "  0N     {u          "  0O     {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          #  0      {u          #  0      {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          /  0M     {u          $  0     {u          $  0     {u          $  0     {u             0       {u             0       {u             0       {u            0       {u          $  0     {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u         $  0     {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          %  0M     {u          %  0N     {u          %  0O     {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          )  0     {u          )  0     {u          )  0     {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          *  0M     {u          *  0N     {u          )  0     {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          *  0O     {u          )  0     {u          )  0     {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          &  0     {u          &  0     {u          &  0     {u          &  0     {u          &  0     {u             0       {u             0       {u            0       {u          S  0o      {u          &  0     {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          '  0V     {u          '  0W     {u          '  0X     {u          '  0Y     {u          '  0Z     {u          '  0[     {u          '  0\     {u          '  0]     {u          '  0^     {u          '  0_     {u             0       {u             0       {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          (  0x     {u          (  0y     {u          (  0z     {u          (  0{     {u          (  0|     {u          (  0}     {u          (  0~     {u          (  0     {u             0       {u          9  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u          8  0     {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          +  0+     {u          +  0,     {u          +  0-     {u          +  0.     {u          +  0/     {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u             0       {u             0       {u             0       {u             0       {u          9  0     {u          9  0     {u          9  0     {u          9  0     {u          9  0     {u          9  0     {u          9  0     {u          9  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          ,  0
     {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u            0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u          ,  0
     {u          ,  0
     {u          ,  0	
     {u          ,  0

     {u          ,  0
     {u          ,  0
     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          0  0     {u          0  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          0  0     {u          0  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          0  0     {u          0  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          ,  0

     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u          ,  0
     {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u          T  0     {u             0       {u             0       {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u             0       {u            0       {u          /  0N     {u          /  0O     {u          $  0     {u             0       {u          $  0     {u          $  0     {u          $  0     {u          $  0     {u          $  0     {u          $  0     {u          $  0     {u             0       {u             0       {u            0       {u             0       {u             0       {u            0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u              0       {u          (: 0   =ku =ku              0       Fu          (: 0   =ku =ku              0       u          (: 0   =ku =ku              0       ku          (: 0   =ku =ku          (: 0   =ku =ku              0       >u              0       >u              0       >u              0       >u             0       >u             0       >u             0       >u             0       >u             0       >u            0       >u              0       >u              0       >u              0       >u              0       >u              0       >u              0       >u           : 0                : 0    )u )u             0       =u            0       =u             0       =u           0       =u            0       =u             0       =u           0       =u            0       =u             0       =u            0       =u          : 0   )u )u             0       zu            0       zu            0       zu            0       zu             0       zu           0       zu            0       zu            0       zu            0       zu             0       zu           0       zu            0       zu            0       zu            0       zu             0       zu           0       zu             0       zu            0       zu            0       zu             0       zu           0       zu             0       zu            0       zu            0       zu             0       zu           0       zu             0       zu            0       zu            0       zu             0       zu           0       zu             0       zu            0       zu            0       zu             0       zu            0       zu          : 0   )u )u              0       su             0       su            0       su             0       su           0       su            0       su             0       su           0       su            0       su             0       su            0       su          : 0   )u )u             0       u            0       u            0       u            0       u            0       u             0       u           0       u            0       u            0       u            0       u            0       u             0       u           0       u            0       u            0       u            0       u            0       u             0       u           0       u            0       u            0       u            0       u            0       u             0       u            0       u          : 0   )u )u             0       _u              0       _u             0       _u             0       _u             0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u            0       _u             0       _u           0       _u             0       _u            0       _u            0       _u            0       _u             0       _u           0       _u            0       _u            0       _u            0       _u             0       _u            0       _u           : 0                : 0    Ju Ju              0       Wu              0       Wu              0       Wu              0       Wu              0       Wu              0       Wu              0       Wu           : 0                 : 0    u u              0       u              0       u             0       u             0       u            0       u             0       u             0       u            0       u             0       u             0       u            0       u             0       u             0       u            0       u              0       u              0       u           
  0      u           
  0      u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u           O  0      u           O  0      u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u          : 0   u u              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v              0       \v             0       \v             0       \v             0       \v            0       \v             0       \v             0       \v             0       \v         : 0                     0       ov           Q  0P     ov           Q  0Q     ov           Q  0R     ov              0       ov              0       ov           R  0     ov           R  0     ov           R  0     ov           R  0     ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov              0       ov           : 0                    0       /v              0       /v             0      /v             0      /v              0       /v              0       /v              0       /v              0       /v              0       /v             0       /v            0       /v             0       /v            0       /v             0       /v            0       /v              0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v              0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v              0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v              0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v              0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v             0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v             0       /v             0       /v            0       /v              0       /v              0       /v              0       /v           : 0                    0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v             0      -v             0      -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v            0     -v            0     -v            0     -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0     -v            0     -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0     -v            0     -v            0     -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v              0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v             0       -v             0       -v            0p      -v             0       -v             0       -v             0       -v            0       -v             0       -v             0       -v            0       -v              0       -v           : 0                    0       zMv          : 0    zMv zMv              0       @Nv              0       @Nv              0       @Nv          : 0   zMv zMv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv              0       1Sv           P  0      1Sv              0       1Sv           P  0      1Sv              0       1Sv              0       1Sv          : 0   zMv zMv              0       ]v              0       ]v              0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v             0       ]v             0       ]v             0       ]v            0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v          : 0   zMv zMv              0       dv              0       dv              0       dv              0       dv              0       dv              0       dv              0P     dv              0       dv              0       dv              0       dv              0       dv              0Q     dv              0       dv              0       dv              0R     dv              0       dv          : 0   zMv zMv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv              0       lv          : 0   zMv zMv              0       Npv              0       Npv              0       Npv              0       Npv              0       Npv              0       Npv              0       Npv              0       Npv              0       Npv          : 0   zMv zMv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv              0       Pvv          : 0   zMv zMv              0       xv          (: 0    xv xv              0       zv              0       zv              0       zv              0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv          !  0@     zv          !  0A     zv          !  0B     zv          !  0C     zv          !  0D     zv          !  0E     zv          !  0F     zv          !  0G     zv          !  0H     zv          !  0I     zv          !  0J     zv             0       zv             0       zv            0       zv             0       zv             0       zv            0       zv              0       zv              0       zv              0       zv              0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv          !  0K     zv          !  0L     zv          !  0M     zv          !  0N     zv          !  0O     zv          !  0P     zv          !  0Q     zv          !  0R     zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv            0       zv              0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv          !  0S     zv          !  0T     zv          !  0U     zv          !  0V     zv          !  0W     zv          !  0X     zv          !  0Y     zv          !  0Z     zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv            0       zv              0       zv              0       zv              0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv          !  0[     zv          !  0\     zv          !  0]     zv          !  0^     zv          !  0_     zv          !  0`     zv          !  0a     zv          !  0b     zv             0       zv             0       zv            0       zv             0       zv             0       zv            0       zv              0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv             0       zv             0       zv             0       zv             0       zv             0       zv             0       zv            0       zv          !  0c     zv          !  0d     zv          !  0e     zv          !  0f     zv          !  0g     zv          !  0h     zv          !  0i     zv          !  0j     zv          !  0k     zv             0       zv            0       zv             0       zv             0       zv            0       zv          (: 0   xv xv              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v             0       v             0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          "  0P     v          "  0Q     v          "  0R     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          #  0      v          #  0      v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          /  0P     v          $  0     v          $  0     v          $  0     v             0       v             0       v             0       v            0       v          $  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v         $  0     v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          %  0P     v          %  0Q     v          %  0R     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          )  0     v          )  0     v          )  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          *  0P     v          *  0Q     v          )  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          *  0R     v          )  0     v          )  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          &  0     v          &  0     v          &  0     v          &  0     v          &  0     v             0       v             0       v            0       v          S  0p      v          &  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          '  0`     v          '  0a     v          '  0b     v          '  0c     v          '  0d     v          '  0e     v          '  0f     v          '  0g     v          '  0h     v          '  0i     v             0       v             0       v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          (  0     v          (  0     v          (  0     v          (  0     v          (  0     v          (  0     v          (  0     v          (  0     v             0       v          9  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v          8  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          +  00     v          +  01     v          +  02     v          +  03     v          +  04     v             0       v             0       v             0       v             0       v             0       v             0       v          ,  0 
     v          ,  0!
     v          ,  0"
     v          ,  0#
     v             0       v             0       v             0       v             0       v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  0$
     v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          ,  0%
     v          ,  0&
     v          ,  0'
     v          ,  0(
     v          ,  0)
     v          ,  0*
     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  0+
     v          ,  0,
     v          ,  0-
     v          ,  0.
     v          ,  0/
     v          ,  00
     v          ,  01
     v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  02
     v          ,  03
     v          ,  04
     v          ,  05
     v          ,  06
     v          ,  07
     v          ,  08
     v          ,  09
     v          ,  0:
     v          ,  0;
     v          ,  0<
     v          ,  0=
     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          /  0Q     v          /  0R     v          $  0     v             0       v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v          (: 0   xv xv              0       v          (: 0   xv xv              0       sv          (: 0   xv xv              0       	v          (: 0   xv xv          (: 0   xv xv              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v           : 0                : 0    v v             0       v            0       v             0       v           0       v            0       v             0       v           0       v            0       v             0       v            0       v          : 0   v v             0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v            0       v          : 0   v v              0       w             0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w            0       w          : 0   v v             0       w            0       w            0       w            0       w            0       w             0       w           0       w            0       w            0       w            0       w            0       w             0       w           0       w            0       w            0       w            0       w            0       w             0       w           0       w            0       w            0       w            0       w            0       w             0       w            0       w          : 0   v v             0       w              0       w             0       w             0       w             0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w             0       w            0       w            0       w            0       w             0       w           0       w            0       w            0       w            0       w             0       w            0       w           : 0                : 0    w w              0       w              0       w              0       w              0       w              0       w              0       w              0       w           : 0                 : 0    w w              0       w              0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w           
  0      w           
  0      w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w           O  0      w           O  0      w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w          : 0   w w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w         : 0                     0       
w           Q  0S     
w           Q  0T     
w           Q  0U     
w              0       
w              0       
w           R  0     
w           R  0     
w           R  0     
w           R  0     
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w              0       
w           : 0                    0       !w              0       !w             0      !w             0      !w              0       !w              0       !w              0       !w              0       !w              0       !w             0       !w            0       !w             0       !w            0       !w             0       !w            0       !w              0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w              0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w              0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w              0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w              0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w             0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w             0       !w             0       !w            0       !w              0       !w              0       !w              0       !w           : 0                    0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0      ;w             0      ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0     ;w            0     ;w            0     ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0     ;w            0     ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0     ;w            0     ;w            0     ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w              0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w             0       ;w             0       ;w            0q      ;w             0       ;w             0       ;w             0       ;w            0       ;w             0       ;w             0       ;w            0       ;w              0       ;w           : 0                    0       [w          : 0    [w [w              0       [w              0       [w              0       [w          : 0   [w [w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w              0       `w           P  0      `w              0       `w           P  0      `w              0       `w              0       `w          : 0   [w [w              0       kw              0       kw              0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw             0       kw             0       kw             0       kw            0       kw              0       kw              0       kw              0       kw              0       kw              0       kw              0       kw              0       kw              0       kw              0       kw              0       kw          : 0   [w [w              0       qw              0       qw              0       qw              0       qw              0       qw              0       qw              0S     qw              0       qw              0       qw              0       qw              0       qw              0T     qw              0       qw              0       qw              0U     qw              0       qw          : 0   [w [w              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw              0       zw          : 0   [w [w              0       }w              0       }w              0       }w              0       }w              0       }w              0       }w              0       }w              0       }w              0       }w          : 0   [w [w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w          : 0   [w [w              0       yw          (: 0    yw yw              0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w            0       w          !  0l     w          !  0m     w          !  0n     w          !  0o     w          !  0p     w          !  0q     w          !  0r     w          !  0s     w          !  0t     w          !  0u     w          !  0v     w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          !  0w     w          !  0x     w          !  0y     w          !  0z     w          !  0{     w          !  0|     w          !  0}     w          !  0~     w             0       w             0       w             0       w            0       w             0       w             0       w            0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w             0       w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w             0       w             0       w            0       w             0       w             0       w            0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w          !  0     w             0       w            0       w             0       w             0       w            0       w          (: 0   yw yw              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w              0       w             0       w             0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          "  0S     w          "  0T     w          "  0U     w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          #  0      w          #  0      w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          /  0S     w          $  0     w          $  0     w          $  0     w             0       w             0       w             0       w            0       w          $  0     w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w         $  0     w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          %  0S     w          %  0T     w          %  0U     w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          )  0     w          )  0     w          )  0     w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          *  0S     w          *  0T     w          )  0     w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          *  0U     w          )  0     w          )  0     w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          &  0     w          &  0     w          &  0     w          &  0     w          &  0     w             0       w             0       w            0       w          S  0q      w          &  0     w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          '  0j     w          '  0k     w          '  0l     w          '  0m     w          '  0n     w          '  0o     w          '  0p     w          '  0q     w          '  0r     w          '  0s     w             0       w             0       w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          (  0     w          (  0     w          (  0     w          (  0     w          (  0     w          (  0     w          (  0     w          (  0     w             0       w          9  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w          8  0     w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          +  05     w          +  06     w          +  07     w          +  08     w          +  09     w             0       w             0       w             0       w             0       w             0       w             0       w          ,  0>
     w          ,  0?
     w          ,  0@
     w          ,  0A
     w             0       w             0       w             0       w             0       w          9  0     w          9  0     w          9  0     w          9  0     w          9  0     w          9  0     w          9  0      w          9  0     w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w            0       w          ,  0B
     w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w            0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w          ,  0C
     w          ,  0D
     w          ,  0E
     w          ,  0F
     w          ,  0G
     w          ,  0H
     w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          0  0     w          0  0     w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          0  0     w          0  0     w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          0  0     w          0  0     w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w             0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          ,  0I
     w          ,  0J
     w          ,  0K
     w          ,  0L
     w          ,  0M
     w          ,  0N
     w          ,  0O
     w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          ,  0P
     w          ,  0Q
     w          ,  0R
     w          ,  0S
     w          ,  0T
     w          ,  0U
     w          ,  0V
     w          ,  0W
     w          ,  0X
     w          ,  0Y
     w          ,  0Z
     w          ,  0[
     w             0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          T  0     w          T  0     w          T  0     w          T  0     w          T  0     w          T  0     w          T  0     w          T  0      w          T  0     w             0       w             0       w             0       w             0       w            0       w             0       w             0       w            0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w             0       w            0       w          /  0T     w          /  0U     w          $  0     w             0       w          $  0     w          $  0     w          $  0     w          $  0     w          $  0     w          $  0     w          $  0     w             0       w             0       w            0       w             0       w             0       w            0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w              0       w          (: 0   yw yw              0       x          (: 0   yw yw              0       	x          (: 0   yw yw              0       	x          (: 0   yw yw          (: 0   yw yw              0       z
x              0       z
x              0       z
x              0       z
x             0       z
x             0       z
x             0       z
x             0       z
x             0       z
x            0       z
x              0       z
x              0       z
x              0       z
x              0       z
x              0       z
x              0       z
x           : 0                : 0    ex ex             0       yx            0       yx             0       yx           0       yx            0       yx             0       yx           0       yx            0       yx             0       yx            0       yx          : 0   ex ex             0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x            0       x          : 0   ex ex              0       x             0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x            0       x          : 0   ex ex             0       6x            0       6x            0       6x            0       6x            0       6x             0       6x           0       6x            0       6x            0       6x            0       6x            0       6x             0       6x           0       6x            0       6x            0       6x            0       6x            0       6x             0       6x           0       6x            0       6x            0       6x            0       6x            0       6x             0       6x            0       6x          : 0   ex ex             0       x              0       x             0       x             0       x             0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x           0       x             0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x            0       x           : 0                : 0    x x              0       x              0       x              0       x              0       x              0       x              0       x              0       x           : 0                 : 0    Ox Ox              0       Xx              0       Xx             0       Xx             0       Xx            0       Xx             0       Xx             0       Xx            0       Xx             0       Xx             0       Xx            0       Xx             0       Xx             0       Xx            0       Xx              0       Xx              0       Xx           
  0      Xx           
  0      Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx           O  0      Xx           O  0      Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx              0       Xx          : 0   Ox Ox              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x              0       !x             0       !x             0       !x             0       !x            0       !x             0       !x             0       !x             0       !x         : 0                      0       &x           Q  0V     &x           Q  0W     &x           Q  0X     &x              0       &x              0       &x           R  0     &x           R  0     &x           R  0     &x           R  0     &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x              0       &x           : 0!                    0       k/x              0       k/x             0      k/x             0      k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x             0       k/x            0       k/x             0       k/x            0       k/x             0       k/x            0       k/x              0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x              0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x              0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x              0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x              0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x             0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x             0       k/x             0       k/x            0       k/x              0       k/x              0       k/x              0       k/x           : 0"                    0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0      $Ix             0      $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0     $Ix            0     $Ix            0     $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0     $Ix            0     $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0     $Ix            0     $Ix            0     $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix              0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix             0       $Ix             0       $Ix            0r      $Ix             0       $Ix             0       $Ix             0       $Ix            0       $Ix             0       $Ix             0       $Ix            0       $Ix              0       $Ix           : 0#                    0       hx          : 0    hx hx              0       |ix              0       |ix              0       |ix          : 0   hx hx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx              0       mnx           P  0      mnx              0       mnx           P  0      mnx              0       mnx              0       mnx          : 0   hx hx              0       )yx              0       )yx              0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx             0       )yx             0       )yx             0       )yx            0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx              0       )yx          : 0   hx hx              0       Jx              0       Jx              0       Jx              0       Jx              0       Jx              0       Jx              0V     Jx              0       Jx              0       Jx              0       Jx              0       Jx              0W     Jx              0       Jx              0       Jx              0X     Jx              0       Jx          : 0   hx hx              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x              0       9x          : 0   hx hx              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x          : 0   hx hx              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x          : 0   hx hx              0       x          (: 0    x x              0       Nx              0       Nx              0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx              0       Nx              0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx              0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx          !  0     Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx          (: 0   x x              0       Zx              0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx              0       Zx              0       Zx              0       Zx             0       Zx             0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          "  0V     Zx          "  0W     Zx          "  0X     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          #  0      Zx          #  0      Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          /  0V     Zx          $  0     Zx          $  0     Zx          $  0     Zx             0       Zx             0       Zx             0       Zx            0       Zx          $  0     Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx         $  0     Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          %  0V     Zx          %  0W     Zx          %  0X     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          )  0     Zx          )  0     Zx          )  0     Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          *  0V     Zx          *  0W     Zx          )  0     Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          *  0X     Zx          )  0     Zx          )  0     Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          &  0     Zx          &  0     Zx          &  0     Zx          &  0     Zx          &  0     Zx             0       Zx             0       Zx            0       Zx          S  0r      Zx          &  0     Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          '  0t     Zx          '  0u     Zx          '  0v     Zx          '  0w     Zx          '  0x     Zx          '  0y     Zx          '  0z     Zx          '  0{     Zx          '  0|     Zx          '  0}     Zx             0       Zx             0       Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          (  0     Zx          (  0     Zx          (  0     Zx          (  0     Zx          (  0     Zx          (  0     Zx          (  0     Zx          (  0     Zx             0       Zx          9  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx          8  0     Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          +  0:     Zx          +  0;     Zx          +  0<     Zx          +  0=     Zx          +  0>     Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx          ,  0\
     Zx          ,  0]
     Zx          ,  0^
     Zx          ,  0_
     Zx             0       Zx             0       Zx             0       Zx             0       Zx          9  0     Zx          9  0     Zx          9  0     Zx          9  0     Zx          9  0     Zx          9  0     Zx          9  0	     Zx          9  0
     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          ,  0`
     Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx            0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx          ,  0a
     Zx          ,  0b
     Zx          ,  0c
     Zx          ,  0d
     Zx          ,  0e
     Zx          ,  0f
     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          0  0     Zx          0  0     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          0  0     Zx          0  0     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          0  0     Zx          0  0     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          ,  0g
     Zx          ,  0h
     Zx          ,  0i
     Zx          ,  0j
     Zx          ,  0k
     Zx          ,  0l
     Zx          ,  0m
     Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          ,  0n
     Zx          ,  0o
     Zx          ,  0p
     Zx          ,  0q
     Zx          ,  0r
     Zx          ,  0s
     Zx          ,  0t
     Zx          ,  0u
     Zx          ,  0v
     Zx          ,  0w
     Zx          ,  0x
     Zx          ,  0y
     Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          T  0     Zx          T  0     Zx          T  0     Zx          T  0     Zx          T  0     Zx          T  0     Zx          T  0     Zx          T  0	     Zx          T  0
     Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx             0       Zx            0       Zx          /  0W     Zx          /  0X     Zx          $  0     Zx             0       Zx          $  0     Zx          $  0     Zx          $  0     Zx          $  0     Zx          $  0     Zx          $  0     Zx          $  0     Zx             0       Zx             0       Zx            0       Zx             0       Zx             0       Zx            0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx              0       Zx          (: 0   x x              0        y          (: 0   x x              0       y          (: 0   x x              0       Ey          (: 0   x x          (: 0   x x              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y           : 0$                : 0    y y             0       y            0       y             0       y           0       y            0       y             0       y           0       y            0       y             0       y            0       y          : 0   y y             0       Ty            0       Ty            0       Ty            0       Ty             0       Ty           0       Ty            0       Ty            0       Ty            0       Ty             0       Ty           0       Ty            0       Ty            0       Ty            0       Ty             0       Ty           0       Ty             0       Ty            0       Ty            0       Ty             0       Ty           0       Ty             0       Ty            0       Ty            0       Ty             0       Ty           0       Ty             0       Ty            0       Ty            0       Ty             0       Ty           0       Ty             0       Ty            0       Ty            0       Ty             0       Ty            0       Ty          : 0   y y              0       My             0       My            0       My             0       My           0       My            0       My             0       My           0       My            0       My             0       My            0       My          : 0   y y             0       y            0       y            0       y            0       y            0       y             0       y           0       y            0       y            0       y            0       y            0       y             0       y           0       y            0       y            0       y            0       y            0       y             0       y           0       y            0       y            0       y            0       y            0       y             0       y            0       y          : 0   y y             0       9y              0       9y             0       9y             0       9y             0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y            0       9y             0       9y           0       9y             0       9y            0       9y            0       9y            0       9y             0       9y           0       9y            0       9y            0       9y            0       9y             0       9y            0       9y           : 0%                : 0    $y $y              0       1y              0       1y              0       1y              0       1y              0       1y              0       1y              0       1y           : 0&                 : 0    "y "y              0       "y              0       "y             0       "y             0       "y            0       "y             0       "y             0       "y            0       "y             0       "y             0       "y            0       "y             0       "y             0       "y            0       "y              0       "y              0       "y           
  0      "y           
  0      "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y           O  0      "y           O  0      "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y              0       "y          : 0   "y "y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y              0       6/y             0       6/y             0       6/y             0       6/y            0       6/y             0       6/y             0       6/y             0       6/y         : 0'                     0       I4y           Q  0Y     I4y           Q  0Z     I4y           Q  0[     I4y              0       I4y              0       I4y           R  0     I4y           R  0     I4y           R  0     I4y           R  0     I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y              0       I4y           : 0(                    0       	=y              0       	=y             0      	=y             0      	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y             0       	=y            0       	=y             0       	=y            0       	=y             0       	=y            0       	=y              0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y              0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y              0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y              0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y              0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y             0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y             0       	=y             0       	=y            0       	=y              0       	=y              0       	=y              0       	=y           : 0)                    0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0      Vy             0      Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0     Vy            0     Vy            0     Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0     Vy            0     Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0     Vy            0     Vy            0     Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy              0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy             0       Vy             0       Vy            0s      Vy             0       Vy             0       Vy             0       Vy            0       Vy             0       Vy             0       Vy            0       Vy              0       Vy           : 0*                    0       Tvy          : 0    Tvy Tvy              0       wy              0       wy              0       wy          : 0   Tvy Tvy              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y              0       |y           P  0      |y              0       |y           P  0      |y              0       |y              0       |y          : 0   Tvy Tvy              0       ǆy              0       ǆy              0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy             0       ǆy             0       ǆy             0       ǆy            0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy              0       ǆy          : 0   Tvy Tvy              0       y              0       y              0       y              0       y              0       y              0       y              0Y     y              0       y              0       y              0       y              0       y              0Z     y              0       y              0       y              0[     y              0       y          : 0   Tvy Tvy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy              0       וy          : 0   Tvy Tvy              0       (y              0       (y              0       (y              0       (y              0       (y              0       (y              0       (y              0       (y              0       (y          : 0   Tvy Tvy              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y              0       *y          : 0   Tvy Tvy              0       y          (: 0    y y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y          !  0     y             0       y            0       y             0       y             0       y            0       y          (: 0   y y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y             0       y             0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          "  0Y     y          "  0Z     y          "  0[     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          #  0      y          #  0      y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          /  0Y     y          $  0     y          $  0     y          $  0     y             0       y             0       y             0       y            0       y          $  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y         $  0     y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          %  0Y     y          %  0Z     y          %  0[     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          )  0     y          )  0     y          )  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          *  0Y     y          *  0Z     y          )  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          *  0[     y          )  0     y          )  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          &  0     y          &  0     y          &  0     y          &  0     y          &  0     y             0       y             0       y            0       y          S  0s      y          &  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          '  0~     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y             0       y             0       y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          (  0     y          (  0     y          (  0     y          (  0     y          (  0     y          (  0     y          (  0     y          (  0     y             0       y          9  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          +  0?     y          +  0@     y          +  0A     y          +  0B     y          +  0C     y             0       y             0       y             0       y             0       y             0       y             0       y          ,  0z
     y          ,  0{
     y          ,  0|
     y          ,  0}
     y             0       y             0       y             0       y             0       y          9  0     y          9  0
     y          9  0     y          9  0     y          9  0     y          9  0     y          9  0     y          9  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0~
     y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y          ,  0
     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          T  0     y          T  0     y          T  0
     y          T  0     y          T  0     y          T  0     y          T  0     y          T  0     y          T  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          /  0Z     y          /  0[     y          $  0     y             0       y          $  0     y          $  0     y          $  0     y          $  0     y          $  0     y          $  0     y          $  0     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y          (: 0   y y              0       #z          (: 0   y y              0       M$z          (: 0   y y              0       $z          (: 0   y y          (: 0   y y              0       %z              0       %z              0       %z              0       %z             0       %z             0       %z             0       %z             0       %z             0       %z            0       %z              0       %z              0       %z              0       %z              0       %z              0       %z              0       %z           : 0+                : 0    &z &z             0       &z            0       &z             0       &z           0       &z            0       &z             0       &z           0       &z            0       &z             0       &z            0       &z          : 0   &z &z             0       &z            0       &z            0       &z            0       &z             0       &z           0       &z            0       &z            0       &z            0       &z             0       &z           0       &z            0       &z            0       &z            0       &z             0       &z           0       &z             0       &z            0       &z            0       &z             0       &z           0       &z             0       &z            0       &z            0       &z             0       &z           0       &z             0       &z            0       &z            0       &z             0       &z           0       &z             0       &z            0       &z            0       &z             0       &z            0       &z          : 0   &z &z              0       )z             0       )z            0       )z             0       )z           0       )z            0       )z             0       )z           0       )z            0       )z             0       )z            0       )z          : 0   &z &z             0       r*z            0       r*z            0       r*z            0       r*z            0       r*z             0       r*z           0       r*z            0       r*z            0       r*z            0       r*z            0       r*z             0       r*z           0       r*z            0       r*z            0       r*z            0       r*z            0       r*z             0       r*z           0       r*z            0       r*z            0       r*z            0       r*z            0       r*z             0       r*z            0       r*z          : 0   &z &z             0       *z              0       *z             0       *z             0       *z             0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z            0       *z             0       *z           0       *z             0       *z            0       *z            0       *z            0       *z             0       *z           0       *z            0       *z            0       *z            0       *z             0       *z            0       *z           : 0,                : 0    ,z ,z              0       ,z              0       ,z              0       ,z              0       ,z              0       ,z              0       ,z              0       ,z           : 0-                 : 0    0z 0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z           
  0      0z           
  0      0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z           O  0      0z           O  0      0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z          : 0   0z 0z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z              0       <z             0       <z             0       <z             0       <z            0       <z             0       <z             0       <z             0       <z         : 0.                     0       Az           Q  0\     Az           Q  0]     Az           Q  0^     Az              0       Az              0       Az           R  0     Az           R  0     Az           R  0     Az           R  0     Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az              0       Az           : 0/                    0       Jz              0       Jz             0      Jz             0      Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz             0       Jz            0       Jz             0       Jz            0       Jz             0       Jz            0       Jz              0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz              0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz              0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz              0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz              0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz             0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz             0       Jz             0       Jz            0       Jz              0       Jz              0       Jz              0       Jz           : 00                    0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0      `dz             0      `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0     `dz            0     `dz            0     `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0     `dz            0     `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0     `dz            0     `dz            0     `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz              0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz             0       `dz             0       `dz            0t      `dz             0       `dz             0       `dz             0       `dz            0       `dz             0       `dz             0       `dz            0       `dz              0       `dz           : 01                    0       z          : 0    z z              0       z              0       z              0       z          : 0   z z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z           P  0      z              0       z           P  0      z              0       z              0       z          : 0   z z              0       ez              0       ez              0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez             0       ez             0       ez             0       ez            0       ez              0       ez              0       ez              0       ez              0       ez              0       ez              0       ez              0       ez              0       ez              0       ez              0       ez          : 0   z z              0       z              0       z              0       z              0       z              0       z              0       z              0\     z              0       z              0       z              0       z              0       z              0]     z              0       z              0       z              0^     z              0       z          : 0   z z              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz              0       uz          : 0   z z              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz              0       Ʀz          : 0   z z              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz              0       Ȭz          : 0   z z              0       Sz          (: 0    Sz Sz              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0      z          !  0     z          !  0     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0	     z          !  0
     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0     z          !  0     z          !  0
     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z          !  0     z             0       z            0       z             0       z             0       z            0       z          (: 0   Sz Sz              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z             0       z             0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          "  0\     z          "  0]     z          "  0^     z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          #  0      z          #  0      z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          /  0\     z          $  0     z          $  0     z          $  0     z             0       z             0       z             0       z            0       z          $  0     z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z         $  0     z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          %  0\     z          %  0]     z          %  0^     z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          )  0     z          )  0     z          )  0     z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          *  0\     z          *  0]     z          )  0     z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          *  0^     z          )  0     z          )  0     z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          &  0     z          &  0     z          &  0     z          &  0     z          &  0     z             0       z             0       z            0       z          S  0t      z          &  0     z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z          '  0     z             0       z             0       z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          (  0     z          (  0     z          (  0     z          (  0     z          (  0     z          (  0     z          (  0     z          (  0     z             0       z          9  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z          8  0     z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          +  0D     z          +  0E     z          +  0F     z          +  0G     z          +  0H     z             0       z             0       z             0       z             0       z             0       z             0       z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z             0       z             0       z             0       z             0       z          9  0     z          9  0     z          9  0     z          9  0     z          9  0     z          9  0     z          9  0     z          9  0     z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z          ,  0
     z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          0  0     z          0  0     z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          0  0     z          0  0     z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          0  0     z          0  0     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z          ,  0
     z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          T  0     z          T  0     z          T  0     z          T  0     z          T  0     z          T  0     z          T  0     z          T  0     z          T  0     z             0       z             0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          /  0]     z          /  0^     z          $  0     z             0       z          $  0     z          $  0     z          $  0     z          $  0     z          $  0     z          $  0     z          $  0     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z          (: 0   Sz Sz              0       \1{          (: 0   Sz Sz              0       1{          (: 0   Sz Sz              0       2{          (: 0   Sz Sz          (: 0   Sz Sz              0       T3{              0       T3{              0       T3{              0       T3{             0       T3{             0       T3{             0       T3{             0       T3{             0       T3{            0       T3{              0       T3{              0       T3{              0       T3{              0       T3{              0       T3{              0       T3{           : 02                : 0    ?4{ ?4{             0       S4{            0       S4{             0       S4{           0       S4{            0       S4{             0       S4{           0       S4{            0       S4{             0       S4{            0       S4{          : 0   ?4{ ?4{             0       4{            0       4{            0       4{            0       4{             0       4{           0       4{            0       4{            0       4{            0       4{             0       4{           0       4{            0       4{            0       4{            0       4{             0       4{           0       4{             0       4{            0       4{            0       4{             0       4{           0       4{             0       4{            0       4{            0       4{             0       4{           0       4{             0       4{            0       4{            0       4{             0       4{           0       4{             0       4{            0       4{            0       4{             0       4{            0       4{          : 0   ?4{ ?4{              0       7{             0       7{            0       7{             0       7{           0       7{            0       7{             0       7{           0       7{            0       7{             0       7{            0       7{          : 0   ?4{ ?4{             0       8{            0       8{            0       8{            0       8{            0       8{             0       8{           0       8{            0       8{            0       8{            0       8{            0       8{             0       8{           0       8{            0       8{            0       8{            0       8{            0       8{             0       8{           0       8{            0       8{            0       8{            0       8{            0       8{             0       8{            0       8{          : 0   ?4{ ?4{             0       u8{              0       u8{             0       u8{             0       u8{             0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{            0       u8{             0       u8{           0       u8{             0       u8{            0       u8{            0       u8{            0       u8{             0       u8{           0       u8{            0       u8{            0       u8{            0       u8{             0       u8{            0       u8{           : 03                : 0    `:{ `:{              0       m:{              0       m:{              0       m:{              0       m:{              0       m:{              0       m:{              0       m:{           : 04                 : 0    )>{ )>{              0       2>{              0       2>{             0       2>{             0       2>{            0       2>{             0       2>{             0       2>{            0       2>{             0       2>{             0       2>{            0       2>{             0       2>{             0       2>{            0       2>{              0       2>{              0       2>{           
  0      2>{           
  0      2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{           O  0      2>{           O  0      2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{              0       2>{          : 0   )>{ )>{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{              0       rJ{             0       rJ{             0       rJ{             0       rJ{            0       rJ{             0       rJ{             0       rJ{             0       rJ{         : 05                     0       O{           Q  0_     O{           Q  0`     O{           Q  0a     O{              0       O{              0       O{           R  0     O{           R  0     O{           R  0     O{           R  0     O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{              0       O{           : 06                    0       EX{              0       EX{             0      EX{             0      EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{             0       EX{            0       EX{             0       EX{            0       EX{             0       EX{            0       EX{              0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{              0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{              0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{              0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{              0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{             0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{             0       EX{             0       EX{            0       EX{              0       EX{              0       EX{              0       EX{           : 07                    0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{             0      q{             0      q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{            0     q{            0     q{            0     q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0     q{            0     q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0     q{            0     q{            0     q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{              0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{             0       q{             0       q{            0u      q{             0       q{             0       q{             0       q{            0       q{             0       q{             0       q{            0       q{              0       q{           : 08                    0       {          : 0    { {              0       V{              0       V{              0       V{          : 0   { {              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{              0       G{           P  0      G{              0       G{           P  0      G{              0       G{              0       G{          : 0   { {              0       {              0       {              0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {          : 0   { {              0       ${              0       ${              0       ${              0       ${              0       ${              0       ${              0_     ${              0       ${              0       ${              0       ${              0       ${              0`     ${              0       ${              0       ${              0a     ${              0       ${          : 0   { {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {          : 0   { {              0       d{              0       d{              0       d{              0       d{              0       d{              0       d{              0       d{              0       d{              0       d{          : 0   { {              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{              0       f{          : 0   { {              0       {          (: 0    { {              0       ({              0       ({              0       ({              0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({          !  0     ({          !  0     ({          !  0     ({          !  0     ({          !  0      ({          !  0!     ({          !  0"     ({          !  0#     ({          !  0$     ({          !  0%     ({          !  0&     ({             0       ({             0       ({            0       ({             0       ({             0       ({            0       ({              0       ({              0       ({              0       ({              0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({             0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({          !  0'     ({          !  0(     ({          !  0)     ({          !  0*     ({          !  0+     ({          !  0,     ({          !  0-     ({          !  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     ({          !  01     ({          !  02     ({          !  03     ({          !  04     ({          !  05     ({          !  06     ({             0       ({             0       ({             0       ({            0       ({             0       ({             0       ({            0       ({              0       ({              0       ({              0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({             0       ({             0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({          !  07     ({          !  08     ({          !  09     ({          !  0:     ({          !  0;     ({          !  0<     ({          !  0=     ({          !  0>     ({             0       ({             0       ({            0       ({             0       ({             0       ({            0       ({              0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({             0       ({             0       ({             0       ({             0       ({             0       ({             0       ({            0       ({          !  0?     ({          !  0@     ({          !  0A     ({          !  0B     ({          !  0C     ({          !  0D     ({          !  0E     ({          !  0F     ({          !  0G     ({             0       ({            0       ({             0       ({             0       ({            0       ({          (: 0   { {              0       4{              0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{              0       4{              0       4{              0       4{             0       4{             0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          "  0_     4{          "  0`     4{          "  0a     4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          #  0      4{          #  0      4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          /  0_     4{          $  0     4{          $  0     4{          $  0     4{             0       4{             0       4{             0       4{            0       4{          $  0     4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{         $  0     4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          %  0_     4{          %  0`     4{          %  0a     4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          )  0     4{          )  0     4{          )  0     4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          *  0_     4{          *  0`     4{          )  0     4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          *  0a     4{          )  0     4{          )  0     4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          &  0     4{          &  0     4{          &  0     4{          &  0     4{          &  0     4{             0       4{             0       4{            0       4{          S  0u      4{          &  0     4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{          '  0     4{             0       4{             0       4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          (  0     4{          (  0     4{          (  0     4{          (  0     4{          (  0     4{          (  0     4{          (  0     4{          (  0     4{             0       4{          9  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{          8  0     4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          +  0I     4{          +  0J     4{          +  0K     4{          +  0L     4{          +  0M     4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{             0       4{             0       4{             0       4{             0       4{          9  0     4{          9  0     4{          9  0      4{          9  0!     4{          9  0"     4{          9  0#     4{          9  0$     4{          9  0%     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          ,  0
     4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{            0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          0  0     4{          0  0     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          0  0     4{          0  0     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          0  0     4{          0  0     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{          ,  0
     4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          T  0     4{          T  0     4{          T  0     4{          T  0      4{          T  0!     4{          T  0"     4{          T  0#     4{          T  0$     4{          T  0%     4{             0       4{             0       4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{             0       4{            0       4{          /  0`     4{          /  0a     4{          $  0     4{             0       4{          $  0     4{          $  0     4{          $  0     4{          $  0     4{          $  0     4{          $  0     4{          $  0     4{             0       4{             0       4{            0       4{             0       4{             0       4{            0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{              0       4{          (: 0   { {              0       >|          (: 0   { {              0       ?|          (: 0   { {              0       @|          (: 0   { {          (: 0   { {              0       @|              0       @|              0       @|              0       @|             0       @|             0       @|             0       @|             0       @|             0       @|            0       @|              0       @|              0       @|              0       @|              0       @|              0       @|              0       @|           : 09                : 0    A| A|             0       A|            0       A|             0       A|           0       A|            0       A|             0       A|           0       A|            0       A|             0       A|            0       A|          : 0   A| A|             0       .B|            0       .B|            0       .B|            0       .B|             0       .B|           0       .B|            0       .B|            0       .B|            0       .B|             0       .B|           0       .B|            0       .B|            0       .B|            0       .B|             0       .B|           0       .B|             0       .B|            0       .B|            0       .B|             0       .B|           0       .B|             0       .B|            0       .B|            0       .B|             0       .B|           0       .B|             0       .B|            0       .B|            0       .B|             0       .B|           0       .B|             0       .B|            0       .B|            0       .B|             0       .B|            0       .B|          : 0   A| A|              0       'E|             0       'E|            0       'E|             0       'E|           0       'E|            0       'E|             0       'E|           0       'E|            0       'E|             0       'E|            0       'E|          : 0   A| A|             0       E|            0       E|            0       E|            0       E|            0       E|             0       E|           0       E|            0       E|            0       E|            0       E|            0       E|             0       E|           0       E|            0       E|            0       E|            0       E|            0       E|             0       E|           0       E|            0       E|            0       E|            0       E|            0       E|             0       E|            0       E|          : 0   A| A|             0       F|              0       F|             0       F|             0       F|             0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|            0       F|             0       F|           0       F|             0       F|            0       F|            0       F|            0       F|             0       F|           0       F|            0       F|            0       F|            0       F|             0       F|            0       F|           : 0:                : 0    G| G|              0       H|              0       H|              0       H|              0       H|              0       H|              0       H|              0       H|           : 0;                 : 0    K| K|              0       K|              0       K|             0       K|             0       K|            0       K|             0       K|             0       K|            0       K|             0       K|             0       K|            0       K|             0       K|             0       K|            0       K|              0       K|              0       K|           
  0      K|           
  0      K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|           O  0      K|           O  0      K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|              0       K|          : 0   K| K|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|              0       X|             0       X|             0       X|             0       X|            0       X|             0       X|             0       X|             0       X|         : 0<                     0       #]|           Q  0b     #]|           Q  0c     #]|           Q  0d     #]|              0       #]|              0       #]|           R  0     #]|           R  0     #]|           R  0     #]|           R  0     #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|              0       #]|           : 0=                    0       e|              0       e|             0      e|             0      e|              0       e|              0       e|              0       e|              0       e|              0       e|             0       e|            0       e|             0       e|            0       e|             0       e|            0       e|              0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|              0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|              0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|              0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|              0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|             0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|             0       e|             0       e|            0       e|              0       e|              0       e|              0       e|           : 0>                    0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0      |             0      |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0     |            0     |            0     |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0     |            0     |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0     |            0     |            0     |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0v      |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |           : 0?                    0       .|          : 0    .| .|              0       |              0       |              0       |          : 0   .| .|              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |           P  0      |              0       |           P  0      |              0       |              0       |          : 0   .| .|              0       |              0       |              0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   .| .|              0       µ|              0       µ|              0       µ|              0       µ|              0       µ|              0       µ|              0b     µ|              0       µ|              0       µ|              0       µ|              0       µ|              0c     µ|              0       µ|              0       µ|              0d     µ|              0       µ|          : 0   .| .|              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   .| .|              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   .| .|              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   .| .|              0       |          (: 0    | |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0H     |          !  0I     |          !  0J     |          !  0K     |          !  0L     |          !  0M     |          !  0N     |          !  0O     |          !  0P     |          !  0Q     |          !  0R     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0S     |          !  0T     |          !  0U     |          !  0V     |          !  0W     |          !  0X     |          !  0Y     |          !  0Z     |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0[     |          !  0\     |          !  0]     |          !  0^     |          !  0_     |          !  0`     |          !  0a     |          !  0b     |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0c     |          !  0d     |          !  0e     |          !  0f     |          !  0g     |          !  0h     |          !  0i     |          !  0j     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0k     |          !  0l     |          !  0m     |          !  0n     |          !  0o     |          !  0p     |          !  0q     |          !  0r     |          !  0s     |             0       |            0       |             0       |             0       |            0       |          (: 0   | |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |             0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          "  0b     |          "  0c     |          "  0d     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          #  0      |          #  0      |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          /  0b     |          $  0     |          $  0     |          $  0      |             0       |             0       |             0       |            0       |          $  0     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |         $  0     |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          %  0b     |          %  0c     |          %  0d     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          )  0     |          )  0     |          )  0     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          *  0b     |          *  0c     |          )  0     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          *  0d     |          )  0     |          )  0     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          &  0     |          &  0     |          &  0     |          &  0     |          &  0     |             0       |             0       |            0       |          S  0v      |          &  0     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            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     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |             0       |          9  0&     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |          8  0     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          +  0N     |          +  0O     |          +  0P     |          +  0Q     |          +  0R     |             0       |             0       |             0       |             0       |             0       |             0       |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |             0       |             0       |             0       |             0       |          9  0'     |          9  0(     |          9  0)     |          9  0*     |          9  0+     |          9  0,     |          9  0-     |          9  0.     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0
     |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  0     |          0  0     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  0     |          0  0     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  0     |          0  0     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |          ,  0
     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          T  0&     |          T  0'     |          T  0(     |          T  0)     |          T  0*     |          T  0+     |          T  0,     |          T  0-     |          T  0.     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          /  0c     |          /  0d     |          $  0     |             0       |          $  0     |          $  0     |          $  0     |          $  0     |          $  0     |          $  0	     |          $  0
     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          (: 0   | |              0       L}          (: 0   | |              0       'M}          (: 0   | |              0       M}          (: 0   | |          (: 0   | |              0       N}              0       N}              0       N}              0       N}             0       N}             0       N}             0       N}             0       N}             0       N}            0       N}              0       N}              0       N}              0       N}              0       N}              0       N}              0       N}           : 0@                : 0    {O} {O}             0       O}            0       O}             0       O}           0       O}            0       O}             0       O}           0       O}            0       O}             0       O}            0       O}          : 0   {O} {O}             0       O}            0       O}            0       O}            0       O}             0       O}           0       O}            0       O}            0       O}            0       O}             0       O}           0       O}            0       O}            0       O}            0       O}             0       O}           0       O}             0       O}            0       O}            0       O}             0       O}           0       O}             0       O}            0       O}            0       O}             0       O}           0       O}             0       O}            0       O}            0       O}             0       O}           0       O}             0       O}            0       O}            0       O}             0       O}            0       O}          : 0   {O} {O}              0       R}             0       R}            0       R}             0       R}           0       R}            0       R}             0       R}           0       R}            0       R}             0       R}            0       R}          : 0   {O} {O}             0       LS}            0       LS}            0       LS}            0       LS}            0       LS}             0       LS}           0       LS}            0       LS}            0       LS}            0       LS}            0       LS}             0       LS}           0       LS}            0       LS}            0       LS}            0       LS}            0       LS}             0       LS}           0       LS}            0       LS}            0       LS}            0       LS}            0       LS}             0       LS}            0       LS}          : 0   {O} {O}             0       S}              0       S}             0       S}             0       S}             0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}            0       S}             0       S}           0       S}             0       S}            0       S}            0       S}            0       S}             0       S}           0       S}            0       S}            0       S}            0       S}             0       S}            0       S}           : 0A                : 0    U} U}              0       U}              0       U}              0       U}              0       U}              0       U}              0       U}              0       U}           : 0B                 : 0    eY} eY}              0       nY}              0       nY}             0       nY}             0       nY}            0       nY}             0       nY}             0       nY}            0       nY}             0       nY}             0       nY}            0       nY}             0       nY}             0       nY}            0       nY}              0       nY}              0       nY}           
  0      nY}           
  0      nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}           O  0      nY}           O  0      nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}              0       nY}          : 0   eY} eY}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}              0       e}             0       e}             0       e}             0       e}            0       e}             0       e}             0       e}             0       e}         : 0C                     0       j}           Q  0e     j}           Q  0f     j}           Q  0g     j}              0       j}              0       j}           R  0     j}           R  0     j}           R  0     j}           R  0     j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}              0       j}           : 0D                    0       s}              0       s}             0      s}             0      s}              0       s}              0       s}              0       s}              0       s}              0       s}             0       s}            0       s}             0       s}            0       s}             0       s}            0       s}              0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}              0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}              0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}              0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}              0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}             0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}             0       s}             0       s}            0       s}              0       s}              0       s}              0       s}           : 0E                    0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}             0      :}             0      :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}            0     :}            0     :}            0     :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0     :}            0     :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0     :}            0     :}            0     :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}              0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}             0       :}             0       :}            0w      :}             0       :}             0       :}             0       :}            0       :}             0       :}             0       :}            0       :}              0       :}           : 0F                    0       ̬}          : 0    ̬} ̬}              0       }              0       }              0       }          : 0   ̬} ̬}              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }           P  0      }              0       }           P  0      }              0       }              0       }          : 0   ̬} ̬}              0       ?}              0       ?}              0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}             0       ?}             0       ?}             0       ?}            0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}              0       ?}          : 0   ̬} ̬}              0       `}              0       `}              0       `}              0       `}              0       `}              0       `}              0e     `}              0       `}              0       `}              0       `}              0       `}              0f     `}              0       `}              0       `}              0g     `}              0       `}          : 0   ̬} ̬}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}              0       O}          : 0   ̬} ̬}              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }          : 0   ̬} ̬}              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }          : 0   ̬} ̬}              0       -}          (: 0    -} -}              0       d}              0       d}              0       d}              0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}          !  0t     d}          !  0u     d}          !  0v     d}          !  0w     d}          !  0x     d}          !  0y     d}          !  0z     d}          !  0{     d}          !  0|     d}          !  0}     d}          !  0~     d}             0       d}             0       d}            0       d}             0       d}             0       d}            0       d}              0       d}              0       d}              0       d}              0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}            0       d}              0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}            0       d}              0       d}              0       d}              0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}             0       d}             0       d}            0       d}             0       d}             0       d}            0       d}              0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}             0       d}             0       d}             0       d}             0       d}             0       d}             0       d}            0       d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}          !  0     d}             0       d}            0       d}             0       d}             0       d}            0       d}          (: 0   -} -}              0       p}              0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}              0       p}              0       p}              0       p}             0       p}             0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          "  0e     p}          "  0f     p}          "  0g     p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          #  0      p}          #  0      p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          /  0e     p}          $  0     p}          $  0     p}          $  0
     p}             0       p}             0       p}             0       p}            0       p}          $  0     p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}         $  0     p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          %  0e     p}          %  0f     p}          %  0g     p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          )  0     p}          )  0     p}          )  0     p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          *  0e     p}          *  0f     p}          )  0     p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          *  0g     p}          )  0     p}          )  0     p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          &  0     p}          &  0     p}          &  0     p}          &  0     p}          &  0     p}             0       p}             0       p}            0       p}          S  0w      p}          &  0     p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}          '  0     p}             0       p}             0       p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0      p}          8  0     p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          (  0     p}          (  0     p}          (  0     p}          (  0     p}          (  0     p}          (  0     p}          (  0     p}          (  0     p}             0       p}          9  0/     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}          8  0     p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          +  0S     p}          +  0T     p}          +  0U     p}          +  0V     p}          +  0W     p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}          ,  0
     p}          ,  0
     p}          ,  0
     p}          ,  0
     p}             0       p}             0       p}             0       p}             0       p}          9  00     p}          9  01     p}          9  02     p}          9  03     p}          9  04     p}          9  05     p}          9  06     p}          9  07     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          ,  0
     p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}            0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}          ,  0
     p}          ,  0
     p}          ,  0
     p}          ,  0
     p}          ,  0
     p}          ,  0
     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          0  0     p}          0  0     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          0  0     p}          0  0     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          0  0     p}          0  0     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          ,  0
     p}          ,  0
     p}          ,  0
     p}          ,  0      p}          ,  0     p}          ,  0     p}          ,  0     p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          ,  0     p}          ,  0     p}          ,  0     p}          ,  0     p}          ,  0     p}          ,  0	     p}          ,  0
     p}          ,  0     p}          ,  0     p}          ,  0
     p}          ,  0     p}          ,  0     p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          T  0/     p}          T  00     p}          T  01     p}          T  02     p}          T  03     p}          T  04     p}          T  05     p}          T  06     p}          T  07     p}             0       p}             0       p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}             0       p}            0       p}          /  0f     p}          /  0g     p}          $  0     p}             0       p}          $  0     p}          $  0     p}          $  0     p}          $  0     p}          $  0     p}          $  0     p}          $  0     p}             0       p}             0       p}            0       p}             0       p}             0       p}            0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}              0       p}          (: 0   -} -}              0       6Z~          (: 0   -} -}              0       Z~          (: 0   -} -}              0       [[~          (: 0   -} -}          (: 0   -} -}              0       .\~              0       .\~              0       .\~              0       .\~             0       .\~             0       .\~             0       .\~             0       .\~             0       .\~            0       .\~              0       .\~              0       .\~              0       .\~              0       .\~              0       .\~              0       .\~           : 0G                : 0    ]~ ]~             0       -]~            0       -]~             0       -]~           0       -]~            0       -]~             0       -]~           0       -]~            0       -]~             0       -]~            0       -]~          : 0   ]~ ]~             0       j]~            0       j]~            0       j]~            0       j]~             0       j]~           0       j]~            0       j]~            0       j]~            0       j]~             0       j]~           0       j]~            0       j]~            0       j]~            0       j]~             0       j]~           0       j]~             0       j]~            0       j]~            0       j]~             0       j]~           0       j]~             0       j]~            0       j]~            0       j]~             0       j]~           0       j]~             0       j]~            0       j]~            0       j]~             0       j]~           0       j]~             0       j]~            0       j]~            0       j]~             0       j]~            0       j]~          : 0   ]~ ]~              0       c`~             0       c`~            0       c`~             0       c`~           0       c`~            0       c`~             0       c`~           0       c`~            0       c`~             0       c`~            0       c`~          : 0   ]~ ]~             0       `~            0       `~            0       `~            0       `~            0       `~             0       `~           0       `~            0       `~            0       `~            0       `~            0       `~             0       `~           0       `~            0       `~            0       `~            0       `~            0       `~             0       `~           0       `~            0       `~            0       `~            0       `~            0       `~             0       `~            0       `~          : 0   ]~ ]~             0       Oa~              0       Oa~             0       Oa~             0       Oa~             0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~             0       Oa~           0       Oa~             0       Oa~            0       Oa~            0       Oa~            0       Oa~             0       Oa~           0       Oa~            0       Oa~            0       Oa~            0       Oa~             0       Oa~            0       Oa~           : 0H                : 0    :c~ :c~              0       Gc~              0       Gc~              0       Gc~              0       Gc~              0       Gc~              0       Gc~              0       Gc~           : 0I                 : 0    g~ g~              0       g~              0       g~             0       g~             0       g~            0       g~             0       g~             0       g~            0       g~             0       g~             0       g~            0       g~             0       g~             0       g~            0       g~              0       g~              0       g~           
  0      g~           
  0      g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~           O  0      g~           O  0      g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~          : 0   g~ g~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~              0       Ls~             0       Ls~             0       Ls~             0       Ls~            0       Ls~             0       Ls~             0       Ls~             0       Ls~         : 0J                     0       _x~           Q  0h     _x~           Q  0i     _x~           Q  0j     _x~              0       _x~              0       _x~           R  0     _x~           R  0     _x~           R  0     _x~           R  0     _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~              0       _x~           : 0K                    0       ~              0       ~             0      ~             0      ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~            0       ~             0       ~            0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~           : 0L                    0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0      ؚ~             0      ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0     ؚ~            0     ؚ~            0     ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0     ؚ~            0     ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0     ؚ~            0     ؚ~            0     ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~              0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0x      ؚ~             0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~             0       ؚ~             0       ؚ~            0       ؚ~              0       ؚ~           : 0M                    0       j~          : 0    j~ j~              0       0~              0       0~              0       0~          : 0   j~ j~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~              0       !~           P  0      !~              0       !~           P  0      !~              0       !~              0       !~          : 0   j~ j~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~          : 0   j~ j~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0h     ~              0       ~              0       ~              0       ~              0       ~              0i     ~              0       ~              0       ~              0j     ~              0       ~          : 0   j~ j~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~          : 0   j~ j~              0       >~              0       >~              0       >~              0       >~              0       >~              0       >~              0       >~              0       >~              0       >~          : 0   j~ j~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~              0       @~          : 0   j~ j~              0       ~          (: 0    ~ ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~          !  0     ~             0       ~            0       ~             0       ~             0       ~            0       ~          (: 0   ~ ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~             0       ~             0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          "  0h     ~          "  0i     ~          "  0j     ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          #  0      ~          #  0      ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          /  0h     ~          $  0     ~          $  0     ~          $  0     ~             0       ~             0       ~             0       ~            0       ~          $  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~         $  0     ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          %  0h     ~          %  0i     ~          %  0j     ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          )  0     ~          )  0     ~          )  0     ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          *  0h     ~          *  0i     ~          )  0     ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          *  0j     ~          )  0     ~          )  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          &  0     ~          &  0     ~          &  0     ~          &  0     ~          &  0     ~             0       ~             0       ~            0       ~          S  0x      ~          &  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~            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     ~          8  0	     ~          8  0
     ~          8  0     ~          8  0     ~          8  0
     ~          8  0     ~          8  0     ~          8  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          (  0     ~          (  0     ~          (  0     ~          (  0     ~          (  0     ~          (  0     ~          (  0     ~          (  0     ~             0       ~          9  08     ~          8  0     ~          8  0     ~          8  0     ~          8  0     ~          8  0     ~          8  0     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          +  0X     ~          +  0Y     ~          +  0Z     ~          +  0[     ~          +  0\     ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~             0       ~             0       ~             0       ~             0       ~          9  09     ~          9  0:     ~          9  0;     ~          9  0<     ~          9  0=     ~          9  0>     ~          9  0?     ~          9  0@     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          ,  0     ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          0  0     ~          0  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          0  0     ~          0  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          0  0     ~          0  0     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0     ~          ,  0      ~          ,  0!     ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          ,  0"     ~          ,  0#     ~          ,  0$     ~          ,  0%     ~          ,  0&     ~          ,  0'     ~          ,  0(     ~          ,  0)     ~          ,  0*     ~          ,  0+     ~          ,  0,     ~          ,  0-     ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          T  08     ~          T  09     ~          T  0:     ~          T  0;     ~          T  0<     ~          T  0=     ~          T  0>     ~          T  0?     ~          T  0@     ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~          /  0i     ~          /  0j     ~          $  0     ~             0       ~          $  0     ~          $  0     ~          $  0      ~          $  0!     ~          $  0"     ~          $  0#     ~          $  0$     ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~          (: 0   ~ ~              0       g          (: 0   ~ ~              0       ch          (: 0   ~ ~              0       h          (: 0   ~ ~          (: 0   ~ ~              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i           : 0N                : 0    j j             0       j            0       j             0       j           0       j            0       j             0       j           0       j            0       j             0       j            0       j          : 0   j j             0       k            0       k            0       k            0       k             0       k           0       k            0       k            0       k            0       k             0       k           0       k            0       k            0       k            0       k             0       k           0       k             0       k            0       k            0       k             0       k           0       k             0       k            0       k            0       k             0       k           0       k             0       k            0       k            0       k             0       k           0       k             0       k            0       k            0       k             0       k            0       k          : 0   j j              0       n             0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n            0       n          : 0   j j             0       n            0       n            0       n            0       n            0       n             0       n           0       n            0       n            0       n            0       n            0       n             0       n           0       n            0       n            0       n            0       n            0       n             0       n           0       n            0       n            0       n            0       n            0       n             0       n            0       n          : 0   j j             0       n              0       n             0       n             0       n             0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n            0       n             0       n           0       n             0       n            0       n            0       n            0       n             0       n           0       n            0       n            0       n            0       n             0       n            0       n           : 0O                : 0    p p              0       p              0       p              0       p              0       p              0       p              0       p              0       p           : 0P                 : 0    t t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t           
  0      t           
  0      t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t           O  0      t           O  0      t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t          : 0   t t              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0Q                     0                  Q  0k                Q  0l                Q  0m                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0R                    0                     0                    0                   0                    0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0S                    0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0      v             0      v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0     v            0     v            0     v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0     v            0     v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v            0     v            0     v            0     v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0y      v             0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v           : 0T                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                    0                  P  0                    0                     0                 : 0                  0       {              0       {              0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {          : 0                  0                     0                     0                     0                     0                     0                     0k                   0                     0                     0                     0                     0l                   0                     0                     0m                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       i          (: 0    i i              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0   i i              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0k               "  0l               "  0m                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0                #  0                   0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    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                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0)                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0k               %  0l               %  0m                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0k               *  0l               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0m               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0y                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0A               8  0                8  0!               8  0"               8  0#               8  0$               8  0%                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0]               +  0^               +  0_               +  0`               +  0a                  0                    0                    0                    0                    0                    0                 ,  0.               ,  0/               ,  00               ,  01                  0                    0                    0                    0                 9  0B               9  0C               9  0D               9  0E               9  0F               9  0G               9  0H               9  0I                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  02                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  03               ,  04               ,  05               ,  06               ,  07               ,  08                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  09               ,  0:               ,  0;               ,  0<               ,  0=               ,  0>               ,  0?                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0@               ,  0A               ,  0B               ,  0C               ,  0D               ,  0E               ,  0F               ,  0G               ,  0H               ,  0I               ,  0J               ,  0K                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0A               T  0B               T  0C               T  0D               T  0E               T  0F               T  0G               T  0H               T  0I                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0l               /  0m               $  0*                  0                 $  0+               $  0,               $  0-               $  0.               $  0/               $  00               $  01                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   i i              0       ru          (: 0   i i              0       v          (: 0   i i              0       v          (: 0   i i          (: 0   i i              0       jw              0       jw              0       jw              0       jw             0       jw             0       jw             0       jw             0       jw             0       jw            0       jw              0       jw              0       jw              0       jw              0       jw              0       jw              0       jw           : 0U                : 0    Ux Ux             0       ix            0       ix             0       ix           0       ix            0       ix             0       ix           0       ix            0       ix             0       ix            0       ix          : 0   Ux Ux             0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x            0       x          : 0   Ux Ux              0       {             0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {            0       {          : 0   Ux Ux             0       &|            0       &|            0       &|            0       &|            0       &|             0       &|           0       &|            0       &|            0       &|            0       &|            0       &|             0       &|           0       &|            0       &|            0       &|            0       &|            0       &|             0       &|           0       &|            0       &|            0       &|            0       &|            0       &|             0       &|            0       &|          : 0   Ux Ux             0       |              0       |             0       |             0       |             0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |            0       |             0       |           0       |             0       |            0       |            0       |            0       |             0       |           0       |            0       |            0       |            0       |             0       |            0       |           : 0V                : 0    v~ v~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~           : 0W                 : 0    ? ?              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H           
  0      H           
  0      H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H           O  0      H           O  0      H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H          : 0   ? ?              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0X                     0                  Q  0n                Q  0o                Q  0p                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0Y                    0       [              0       [             0      [             0      [              0       [              0       [              0       [              0       [              0       [             0       [            0       [             0       [            0       [             0       [            0       [              0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [           : 0Z                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                   0                    0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0z                   0                    0                    0                   0                    0                    0                   0                     0                  : 0[                    0       Հ          : 0    Հ Հ              0       lր              0       lր              0       lր          : 0   Հ Հ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ              0       ]ۀ           P  0      ]ۀ              0       ]ۀ           P  0      ]ۀ              0       ]ۀ              0       ]ۀ          : 0   Հ Հ              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   Հ Հ              0       :              0       :              0       :              0       :              0       :              0       :              0n     :              0       :              0       :              0       :              0       :              0o     :              0       :              0       :              0p     :              0       :          : 0   Հ Հ              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )          : 0   Հ Հ              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z          : 0   Հ Հ              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   Հ Հ              0                 (: 0                   0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0      >          !  0     >          !  0     >             0       >             0       >            0       >             0       >             0       >            0       >              0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0	     >          !  0
     >             0       >             0       >             0       >            0       >             0       >             0       >            0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0     >          !  0     >          !  0
     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >             0       >             0       >             0       >            0       >             0       >             0       >            0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >             0       >             0       >            0       >             0       >             0       >            0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0     >          !  0     >          !  0     >          !  0     >          !  0     >          !  0      >          !  0!     >          !  0"     >          !  0#     >             0       >            0       >             0       >             0       >            0       >          (: 0                  0       J              0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J              0       J              0       J              0       J             0       J             0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          "  0n     J          "  0o     J          "  0p     J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          #  0      J          #  0      J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          /  0n     J          $  02     J          $  03     J          $  04     J             0       J             0       J             0       J            0       J          $  05     J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J         $  06     J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          %  0n     J          %  0o     J          %  0p     J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          )  0     J          )  0     J          )  0     J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          *  0n     J          *  0o     J          )  0     J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          *  0p     J          )  0     J          )  0     J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          &  0     J          &  0     J          &  0     J          &  0     J          &  0     J             0       J             0       J            0       J          S  0z      J          &  0     J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J          '  0     J             0       J             0       J          8  0&     J          8  0'     J          8  0(     J          8  0)     J          8  0*     J          8  0+     J          8  0,     J          8  0-     J          8  0.     J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          (  0     J          (  0     J          (  0     J          (  0     J          (  0     J          (  0     J          (  0     J          (  0     J             0       J          9  0J     J          8  0/     J          8  00     J          8  01     J          8  02     J          8  03     J          8  04     J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          +  0b     J          +  0c     J          +  0d     J          +  0e     J          +  0f     J             0       J             0       J             0       J             0       J             0       J             0       J          ,  0L     J          ,  0M     J          ,  0N     J          ,  0O     J             0       J             0       J             0       J             0       J          9  0K     J          9  0L     J          9  0M     J          9  0N     J          9  0O     J          9  0P     J          9  0Q     J          9  0R     J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J            0       J          ,  0P     J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J          ,  0Q     J          ,  0R     J          ,  0S     J          ,  0T     J          ,  0U     J          ,  0V     J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          0  0     J          0  0     J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          0  0     J          0  0     J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          0  0     J          0  0     J             0       J             0       J            0       J             0       J             0       J            0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J             0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          ,  0W     J          ,  0X     J          ,  0Y     J          ,  0Z     J          ,  0[     J          ,  0\     J          ,  0]     J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          ,  0^     J          ,  0_     J          ,  0`     J          ,  0a     J          ,  0b     J          ,  0c     J          ,  0d     J          ,  0e     J          ,  0f     J          ,  0g     J          ,  0h     J          ,  0i     J             0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          T  0J     J          T  0K     J          T  0L     J          T  0M     J          T  0N     J          T  0O     J          T  0P     J          T  0Q     J          T  0R     J             0       J             0       J             0       J             0       J            0       J             0       J             0       J            0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J             0       J            0       J          /  0o     J          /  0p     J          $  07     J             0       J          $  08     J          $  09     J          $  0:     J          $  0;     J          $  0<     J          $  0=     J          $  0>     J             0       J             0       J            0       J             0       J             0       J            0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J          (: 0                  0                 (: 0                  0                 (: 0                  0       5          (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0\                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       D            0       D            0       D            0       D             0       D           0       D            0       D            0       D            0       D             0       D           0       D            0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D            0       D          : 0                  0       =             0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =            0       =          : 0                 0       ĉ            0       ĉ            0       ĉ            0       ĉ            0       ĉ             0       ĉ           0       ĉ            0       ĉ            0       ĉ            0       ĉ            0       ĉ             0       ĉ           0       ĉ            0       ĉ            0       ĉ            0       ĉ            0       ĉ             0       ĉ           0       ĉ            0       ĉ            0       ĉ            0       ĉ            0       ĉ             0       ĉ            0       ĉ          : 0                 0       )              0       )             0       )             0       )             0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )            0       )             0       )           0       )             0       )            0       )            0       )            0       )             0       )           0       )            0       )            0       )            0       )             0       )            0       )           : 0]                : 0                   0       !              0       !              0       !              0       !              0       !              0       !              0       !           : 0^                 : 0    ݏ ݏ              0       揁              0       揁             0       揁             0       揁            0       揁             0       揁             0       揁            0       揁             0       揁             0       揁            0       揁             0       揁             0       揁            0       揁              0       揁              0       揁           
  0      揁           
  0      揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁           O  0      揁           O  0      揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁              0       揁          : 0   ݏ ݏ              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &         : 0_                     0       9           Q  0q     9           Q  0r     9           Q  0s     9              0       9              0       9           R  0     9           R  0     9           R  0     9           R  0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9           : 0`                    0                     0                    0                   0                    0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0a                    0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á             0      Á             0      Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á            0     Á            0     Á            0     Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0     Á            0     Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0     Á            0     Á            0     Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á              0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á             0       Á             0       Á            0{      Á             0       Á             0       Á             0       Á            0       Á             0       Á             0       Á            0       Á              0       Á           : 0b                    0       D          : 0    D D              0       
              0       
              0       
          : 0   D D              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                    0                  P  0                    0                     0                 : 0   D D              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   D D              0                     0                     0                     0                     0                     0                     0q                   0                     0                     0                     0                     0r                   0                     0                     0s                   0                 : 0   D D              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   D D              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   D D              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   D D              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0$               !  0%               !  0&               !  0'               !  0(               !  0)               !  0*               !  0+               !  0,               !  0-               !  0.                  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               !  01               !  02               !  03               !  04               !  05               !  06                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  07               !  08               !  09               !  0:               !  0;               !  0<               !  0=               !  0>                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0?               !  0@               !  0A               !  0B               !  0C               !  0D               !  0E               !  0F                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0G               !  0H               !  0I               !  0J               !  0K               !  0L               !  0M               !  0N               !  0O                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0q               "  0r               "  0s                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0                #  0                   0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0q               $  0?               $  0@               $  0A                  0                    0                    0                   0                 $  0B                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0C                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0q               %  0r               %  0s                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0q               *  0r               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0s               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0{                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  05               8  06               8  07               8  08               8  09               8  0:               8  0;               8  0<               8  0=                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0S               8  0>               8  0?               8  0@               8  0A               8  0B               8  0C                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0g               +  0h               +  0i               +  0j               +  0k                  0                    0                    0                    0                    0                    0                 ,  0j               ,  0k               ,  0l               ,  0m                  0                    0                    0                    0                 9  0T               9  0U               9  0V               9  0W               9  0X               9  0Y               9  0Z               9  0[                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0n                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0o               ,  0p               ,  0q               ,  0r               ,  0s               ,  0t                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0u               ,  0v               ,  0w               ,  0x               ,  0y               ,  0z               ,  0{                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0|               ,  0}               ,  0~               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0S               T  0T               T  0U               T  0V               T  0W               T  0X               T  0Y               T  0Z               T  0[                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0r               /  0s               $  0D                  0                 $  0E               $  0F               $  0G               $  0H               $  0I               $  0J               $  0K                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0                 (: 0                  0       =          (: 0                  0       ӑ          (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0c                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       Ⓜ            0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ            0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ            0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ             0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ             0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ             0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ           0       Ⓜ             0       Ⓜ            0       Ⓜ            0       Ⓜ             0       Ⓜ            0       Ⓜ          : 0                  0       ۖ             0       ۖ            0       ۖ             0       ۖ           0       ۖ            0       ۖ             0       ۖ           0       ۖ            0       ۖ             0       ۖ            0       ۖ          : 0                 0       b            0       b            0       b            0       b            0       b             0       b           0       b            0       b            0       b            0       b            0       b             0       b           0       b            0       b            0       b            0       b            0       b             0       b           0       b            0       b            0       b            0       b            0       b             0       b            0       b          : 0                 0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ             0       Ǘ            0       Ǘ            0       Ǘ            0       Ǘ             0       Ǘ           0       Ǘ            0       Ǘ            0       Ǘ            0       Ǘ             0       Ǘ            0       Ǘ           : 0d                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0e                 : 0    { {              0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                 
  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                 O  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   { {              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ              0       ĩ             0       ĩ             0       ĩ             0       ĩ            0       ĩ             0       ĩ             0       ĩ             0       ĩ         : 0f                     0       ׮           Q  0t     ׮           Q  0u     ׮           Q  0v     ׮              0       ׮              0       ׮           R  0     ׮           R  0     ׮           R  0     ׮           R  0     ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮              0       ׮           : 0g                    0                     0                    0                   0                    0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0h                    0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0      Pт             0      Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0     Pт            0     Pт            0     Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0     Pт            0     Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0     Pт            0     Pт            0     Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт              0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт             0       Pт             0       Pт            0|      Pт             0       Pт             0       Pт             0       Pт            0       Pт             0       Pт             0       Pт            0       Pт              0       Pт           : 0i                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                    0                  P  0                    0                     0                 : 0                  0       U              0       U              0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U          : 0                  0       v              0       v              0       v              0       v              0       v              0       v              0t     v              0       v              0       v              0       v              0       v              0u     v              0       v              0       v              0v     v              0       v          : 0                  0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       C          (: 0    C C              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0P     z          !  0Q     z          !  0R     z          !  0S     z          !  0T     z          !  0U     z          !  0V     z          !  0W     z          !  0X     z          !  0Y     z          !  0Z     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0[     z          !  0\     z          !  0]     z          !  0^     z          !  0_     z          !  0`     z          !  0a     z          !  0b     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0c     z          !  0d     z          !  0e     z          !  0f     z          !  0g     z          !  0h     z          !  0i     z          !  0j     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0k     z          !  0l     z          !  0m     z          !  0n     z          !  0o     z          !  0p     z          !  0q     z          !  0r     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0s     z          !  0t     z          !  0u     z          !  0v     z          !  0w     z          !  0x     z          !  0y     z          !  0z     z          !  0{     z             0       z            0       z             0       z             0       z            0       z          (: 0   C C              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,             0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          "  0t     ,          "  0u     ,          "  0v     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          #  0      ,          #  0      ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          /  0t     ,          $  0L     ,          $  0M     ,          $  0N     ,             0       ,             0       ,             0       ,            0       ,          $  0O     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,         $  0P     ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          %  0t     ,          %  0u     ,          %  0v     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          )  0     ,          )  0     ,          )  0     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          *  0t     ,          *  0u     ,          )  0     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          *  0v     ,          )  0     ,          )  0     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          &  0     ,          &  0     ,          &  0     ,          &  0     ,          &  0     ,             0       ,             0       ,            0       ,          S  0|      ,          &  0     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            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  0D     ,          8  0E     ,          8  0F     ,          8  0G     ,          8  0H     ,          8  0I     ,          8  0J     ,          8  0K     ,          8  0L     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          (  0     ,          (  0     ,          (  0     ,          (  0     ,          (  0     ,          (  0     ,          (  0     ,          (  0     ,             0       ,          9  0\     ,          8  0M     ,          8  0N     ,          8  0O     ,          8  0P     ,          8  0Q     ,          8  0R     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          +  0l     ,          +  0m     ,          +  0n     ,          +  0o     ,          +  0p     ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,             0       ,             0       ,             0       ,             0       ,          9  0]     ,          9  0^     ,          9  0_     ,          9  0`     ,          9  0a     ,          9  0b     ,          9  0c     ,          9  0d     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          ,  0     ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0     ,          0  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0     ,          0  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0     ,          0  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,          ,  0     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          T  0\     ,          T  0]     ,          T  0^     ,          T  0_     ,          T  0`     ,          T  0a     ,          T  0b     ,          T  0c     ,          T  0d     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          /  0u     ,          /  0v     ,          $  0Q     ,             0       ,          $  0R     ,          $  0S     ,          $  0T     ,          $  0U     ,          $  0V     ,          $  0W     ,          $  0X     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,          (: 0   C C              0       L          (: 0   C C              0       ۞          (: 0   C C              0       q          (: 0   C C          (: 0   C C              0       D              0       D              0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D              0       D              0       D              0       D              0       D              0       D              0       D           : 0j                : 0    / /             0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C            0       C          : 0   / /             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   / /              0       y             0       y            0       y             0       y           0       y            0       y             0       y           0       y            0       y             0       y            0       y          : 0   / /             0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                   0                    0                    0                    0                    0                     0                    0                  : 0   / /             0       e              0       e             0       e             0       e             0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e           0       e             0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e             0       e            0       e           : 0k                : 0    P P              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]           : 0l                 : 0                   0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "           
  0      "           
  0      "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "           O  0      "           O  0      "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "          : 0                  0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b         : 0m                     0       u           Q  0w     u           Q  0x     u           Q  0y     u              0       u              0       u           R  0     u           R  0     u           R  0     u           R  0     u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u           : 0n                    0       5Ń              0       5Ń             0      5Ń             0      5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń             0       5Ń            0       5Ń             0       5Ń            0       5Ń             0       5Ń            0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń              0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń             0       5Ń             0       5Ń            0       5Ń              0       5Ń              0       5Ń              0       5Ń           : 0o                    0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0      ރ             0      ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0     ރ            0     ރ            0     ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0     ރ            0     ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0     ރ            0     ރ            0     ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ              0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ             0       ރ             0       ރ            0}      ރ             0       ރ             0       ރ             0       ރ            0       ރ             0       ރ             0       ރ            0       ރ              0       ރ           : 0p                    0                 : 0                   0       F              0       F              0       F          : 0                  0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7           P  0      7              0       7           P  0      7              0       7              0       7          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0w                   0                     0                     0                     0                     0x                   0                     0                     0y                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       T!              0       T!              0       T!              0       T!              0       T!              0       T!              0       T!              0       T!              0       T!          : 0                  0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'              0       V'          : 0                  0       )          (: 0    ) )              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +          !  0|     +          !  0}     +          !  0~     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +             0       +             0       +            0       +             0       +             0       +            0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +          !  0     +             0       +            0       +             0       +             0       +            0       +          (: 0   ) )              0       $:              0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:              0       $:              0       $:              0       $:             0       $:             0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          "  0w     $:          "  0x     $:          "  0y     $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          #  0      $:          #  0      $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          /  0w     $:          $  0Y     $:          $  0Z     $:          $  0[     $:             0       $:             0       $:             0       $:            0       $:          $  0\     $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:         $  0]     $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          %  0w     $:          %  0x     $:          %  0y     $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          )  0     $:          )  0     $:          )  0     $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          *  0w     $:          *  0x     $:          )  0     $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          *  0y     $:          )  0     $:          )  0     $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          &  0     $:          &  0     $:          &  0     $:          &  0     $:          &  0     $:             0       $:             0       $:            0       $:          S  0}      $:          &  0     $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:            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  0S     $:          8  0T     $:          8  0U     $:          8  0V     $:          8  0W     $:          8  0X     $:          8  0Y     $:          8  0Z     $:          8  0[     $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          (  0     $:          (  0     $:          (  0     $:          (  0     $:          (  0     $:          (  0     $:          (  0     $:          (  0     $:             0       $:          9  0e     $:          8  0\     $:          8  0]     $:          8  0^     $:          8  0_     $:          8  0`     $:          8  0a     $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          +  0q     $:          +  0r     $:          +  0s     $:          +  0t     $:          +  0u     $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:             0       $:             0       $:             0       $:             0       $:          9  0f     $:          9  0g     $:          9  0h     $:          9  0i     $:          9  0j     $:          9  0k     $:          9  0l     $:          9  0m     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          ,  0     $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:            0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          0  0     $:          0  0     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          0  0     $:          0  0     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          0  0     $:          0  0     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:          ,  0     $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          T  0e     $:          T  0f     $:          T  0g     $:          T  0h     $:          T  0i     $:          T  0j     $:          T  0k     $:          T  0l     $:          T  0m     $:             0       $:             0       $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:             0       $:            0       $:          /  0x     $:          /  0y     $:          $  0^     $:             0       $:          $  0_     $:          $  0`     $:          $  0a     $:          $  0b     $:          $  0c     $:          $  0d     $:          $  0e     $:             0       $:             0       $:            0       $:             0       $:             0       $:            0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:              0       $:          (: 0   ) )              0       ꫄          (: 0   ) )              0       y          (: 0   ) )              0                 (: 0   ) )          (: 0   ) )              0       ⭄              0       ⭄              0       ⭄              0       ⭄             0       ⭄             0       ⭄             0       ⭄             0       ⭄             0       ⭄            0       ⭄              0       ⭄              0       ⭄              0       ⭄              0       ⭄              0       ⭄              0       ⭄           : 0q                : 0    ͮ ͮ             0       ᮄ            0       ᮄ             0       ᮄ           0       ᮄ            0       ᮄ             0       ᮄ           0       ᮄ            0       ᮄ             0       ᮄ            0       ᮄ          : 0   ͮ ͮ             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   ͮ ͮ              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   ͮ ͮ             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   ͮ ͮ             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0r                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0s                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                 
  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                 O  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń              0        ń             0        ń             0        ń             0        ń            0        ń             0        ń             0        ń             0        ń         : 0t                     0       ʄ           Q  0z     ʄ           Q  0{     ʄ           Q  0|     ʄ              0       ʄ              0       ʄ           R  0     ʄ           R  0     ʄ           R  0     ʄ           R  0     ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ              0       ʄ           : 0u                    0       ҄              0       ҄             0      ҄             0      ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄             0       ҄            0       ҄             0       ҄            0       ҄             0       ҄            0       ҄              0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄              0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄              0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄              0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄              0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄             0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄             0       ҄             0       ҄            0       ҄              0       ҄              0       ҄              0       ҄           : 0v                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                   0                    0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0~                   0                    0                    0                   0                    0                    0                   0                     0                  : 0w                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                    0                  P  0                    0                     0                 : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       "              0       "              0       "              0       "              0       "              0       "              0z     "              0       "              0       "              0       "              0       "              0{     "              0       "              0       "              0|     "              0       "          : 0                  0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +          : 0                  0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .          : 0                  0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4          : 0                  0       7          (: 0    7 7              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8            0       8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8             0       8             0       8             0       8            0       8             0       8             0       8            0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8             0       8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8             0       8             0       8            0       8             0       8             0       8            0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8          !  0     8             0       8            0       8             0       8             0       8            0       8          (: 0   7 7              0       G              0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G              0       G              0       G              0       G             0       G             0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          "  0z     G          "  0{     G          "  0|     G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          #  0      G          #  0      G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          /  0z     G          $  0f     G          $  0g     G          $  0h     G             0       G             0       G             0       G            0       G          $  0i     G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G         $  0j     G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          %  0z     G          %  0{     G          %  0|     G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          )  0     G          )  0     G          )  0     G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          *  0z     G          *  0{     G          )  0     G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          *  0|     G          )  0     G          )  0     G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          &  0     G          &  0     G          &  0     G          &  0     G          &  0     G             0       G             0       G            0       G          S  0~      G          &  0     G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G          '  0     G             0       G             0       G          8  0b     G          8  0c     G          8  0d     G          8  0e     G          8  0f     G          8  0g     G          8  0h     G          8  0i     G          8  0j     G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          (  0     G          (  0     G          (  0     G          (  0     G          (  0     G          (  0     G          (  0     G          (  0     G             0       G          9  0n     G          8  0k     G          8  0l     G          8  0m     G          8  0n     G          8  0o     G          8  0p     G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          +  0v     G          +  0w     G          +  0x     G          +  0y     G          +  0z     G             0       G             0       G             0       G             0       G             0       G             0       G          ,  0     G          ,  0     G          ,  0     G          ,  0     G             0       G             0       G             0       G             0       G          9  0o     G          9  0p     G          9  0q     G          9  0r     G          9  0s     G          9  0t     G          9  0u     G          9  0v     G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G            0       G          ,  0     G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G            0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          0  0     G          0  0     G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          0  0     G          0  0     G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          0  0     G          0  0     G             0       G             0       G            0       G             0       G             0       G            0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G          ,  0     G             0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          T  0n     G          T  0o     G          T  0p     G          T  0q     G          T  0r     G          T  0s     G          T  0t     G          T  0u     G          T  0v     G             0       G             0       G             0       G             0       G            0       G             0       G             0       G            0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G             0       G            0       G          /  0{     G          /  0|     G          $  0k     G             0       G          $  0l     G          $  0m     G          $  0n     G          $  0o     G          $  0p     G          $  0q     G          $  0r     G             0       G             0       G            0       G             0       G             0       G            0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G          (: 0   7 7              0                 (: 0   7 7              0                 (: 0   7 7              0                 (: 0   7 7          (: 0   7 7              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0x                : 0    k k             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   k k             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   k k              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   k k             0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <            0       <          : 0   k k             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0y                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0z                 : 0    Uƅ Uƅ              0       ^ƅ              0       ^ƅ             0       ^ƅ             0       ^ƅ            0       ^ƅ             0       ^ƅ             0       ^ƅ            0       ^ƅ             0       ^ƅ             0       ^ƅ            0       ^ƅ             0       ^ƅ             0       ^ƅ            0       ^ƅ              0       ^ƅ              0       ^ƅ           
  0      ^ƅ           
  0      ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ           O  0      ^ƅ           O  0      ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ              0       ^ƅ          : 0   Uƅ Uƅ              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅              0       ҅             0       ҅             0       ҅             0       ҅            0       ҅             0       ҅             0       ҅             0       ҅         : 0{                     0       ׅ           Q  0}     ׅ           Q  0~     ׅ           Q  0     ׅ              0       ׅ              0       ׅ           R  0     ׅ           R  0     ׅ           R  0     ׅ           R  0     ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ              0       ׅ           : 0|                    0       q              0       q             0      q             0      q              0       q              0       q              0       q              0       q              0       q             0       q            0       q             0       q            0       q             0       q            0       q              0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q           : 0}                    0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0      *             0      *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0     *            0     *            0     *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0     *            0     *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *            0     *            0     *            0     *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0      *             0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *           : 0~                    0                 : 0                   0                     0                     0                 : 0                  0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           P  0      s              0       s           P  0      s              0       s              0       s          : 0                  0       /*              0       /*              0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*             0       /*             0       /*             0       /*            0       /*              0       /*              0       /*              0       /*              0       /*              0       /*              0       /*              0       /*              0       /*              0       /*              0       /*          : 0                  0       P0              0       P0              0       P0              0       P0              0       P0              0       P0              0}     P0              0       P0              0       P0              0       P0              0       P0              0~     P0              0       P0              0       P0              0     P0              0       P0          : 0                  0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9              0       ?9          : 0                  0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <          : 0                  0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B          : 0                  0       E          (: 0    E E              0       TF              0       TF              0       TF              0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF             0       TF             0       TF            0       TF             0       TF             0       TF            0       TF              0       TF              0       TF              0       TF              0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF            0       TF              0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF            0       TF              0       TF              0       TF              0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF             0       TF             0       TF            0       TF             0       TF             0       TF            0       TF              0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF             0       TF             0       TF             0       TF             0       TF             0       TF             0       TF            0       TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF          !  0     TF             0       TF            0       TF             0       TF             0       TF            0       TF          (: 0   E E              0       `U              0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U              0       `U              0       `U              0       `U             0       `U             0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          "  0}     `U          "  0~     `U          "  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          #  0      `U          #  0      `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          /  0}     `U          $  0s     `U          $  0t     `U          $  0u     `U             0       `U             0       `U             0       `U            0       `U          $  0v     `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U         $  0w     `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          %  0}     `U          %  0~     `U          %  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          )  0     `U          )  0     `U          )  0     `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          *  0}     `U          *  0~     `U          )  0     `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          *  0     `U          )  0     `U          )  0     `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          &  0     `U          &  0     `U          &  0     `U          &  0     `U          &  0     `U             0       `U             0       `U            0       `U          S  0      `U          &  0     `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U          '  0     `U             0       `U             0       `U          8  0q     `U          8  0r     `U          8  0s     `U          8  0t     `U          8  0u     `U          8  0v     `U          8  0w     `U          8  0x     `U          8  0y     `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          (  0     `U          (  0     `U          (  0     `U          (  0     `U          (  0     `U          (  0     `U          (  0     `U          (  0     `U             0       `U          9  0w     `U          8  0z     `U          8  0{     `U          8  0|     `U          8  0}     `U          8  0~     `U          8  0     `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          +  0{     `U          +  0|     `U          +  0}     `U          +  0~     `U          +  0     `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U             0       `U             0       `U             0       `U             0       `U          9  0x     `U          9  0y     `U          9  0z     `U          9  0{     `U          9  0|     `U          9  0}     `U          9  0~     `U          9  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          ,  0     `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U            0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          0  0     `U          0  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          0  0     `U          0  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          0  0     `U          0  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U          ,  0     `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          T  0w     `U          T  0x     `U          T  0y     `U          T  0z     `U          T  0{     `U          T  0|     `U          T  0}     `U          T  0~     `U          T  0     `U             0       `U             0       `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U             0       `U            0       `U          /  0~     `U          /  0     `U          $  0x     `U             0       `U          $  0y     `U          $  0z     `U          $  0{     `U          $  0|     `U          $  0}     `U          $  0~     `U          $  0     `U             0       `U             0       `U            0       `U             0       `U             0       `U            0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U              0       `U          (: 0   E E              0       &ǆ          (: 0   E E              0       ǆ          (: 0   E E              0       KȆ          (: 0   E E          (: 0   E E              0       Ɇ              0       Ɇ              0       Ɇ              0       Ɇ             0       Ɇ             0       Ɇ             0       Ɇ             0       Ɇ             0       Ɇ            0       Ɇ              0       Ɇ              0       Ɇ              0       Ɇ              0       Ɇ              0       Ɇ              0       Ɇ           : 0                : 0    	ʆ 	ʆ             0       ʆ            0       ʆ             0       ʆ           0       ʆ            0       ʆ             0       ʆ           0       ʆ            0       ʆ             0       ʆ            0       ʆ          : 0   	ʆ 	ʆ             0       Zʆ            0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ            0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ            0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ             0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ             0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ             0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ           0       Zʆ             0       Zʆ            0       Zʆ            0       Zʆ             0       Zʆ            0       Zʆ          : 0   	ʆ 	ʆ              0       S͆             0       S͆            0       S͆             0       S͆           0       S͆            0       S͆             0       S͆           0       S͆            0       S͆             0       S͆            0       S͆          : 0   	ʆ 	ʆ             0       ͆            0       ͆            0       ͆            0       ͆            0       ͆             0       ͆           0       ͆            0       ͆            0       ͆            0       ͆            0       ͆             0       ͆           0       ͆            0       ͆            0       ͆            0       ͆            0       ͆             0       ͆           0       ͆            0       ͆            0       ͆            0       ͆            0       ͆             0       ͆            0       ͆          : 0   	ʆ 	ʆ             0       ?Ά              0       ?Ά             0       ?Ά             0       ?Ά             0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά             0       ?Ά            0       ?Ά            0       ?Ά            0       ?Ά             0       ?Ά           0       ?Ά            0       ?Ά            0       ?Ά            0       ?Ά             0       ?Ά            0       ?Ά           : 0                : 0    *І *І              0       7І              0       7І              0       7І              0       7І              0       7І              0       7І              0       7І           : 0                 : 0    ӆ ӆ              0       ӆ              0       ӆ             0       ӆ             0       ӆ            0       ӆ             0       ӆ             0       ӆ            0       ӆ             0       ӆ             0       ӆ            0       ӆ             0       ӆ             0       ӆ            0       ӆ              0       ӆ              0       ӆ           
  0      ӆ           
  0     ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ           O  0      ӆ           O  0     ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ              0       ӆ          : 0   ӆ ӆ              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <         : 0                     0       O           Q  0     O           Q  0     O           Q  0     O              0       O              0       O           R  0      O           R  0     O           R  0     O           R  0     O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O           : 0                    0                     0                    0                   0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                   0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                  0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       Z'          : 0    Z' Z'              0        (              0        (              0        (          : 0   Z' Z'              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -           P  0      -              0       -           P  0     -              0       -              0       -          : 0   Z' Z'              0       7              0       7              0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7          : 0   Z' Z'              0       =              0       =              0       =              0       =              0       =              0       =              0     =              0       =              0       =              0       =              0       =              0     =              0       =              0       =              0     =              0       =          : 0   Z' Z'              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F          : 0   Z' Z'              0       .J              0       .J              0       .J              0       .J              0       .J              0       .J              0       .J              0       .J              0       .J          : 0   Z' Z'              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P              0       0P          : 0   Z' Z'              0       R          (: 0    R R              0       S              0       S              0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S            0       S          !  0      S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0	     S          !  0
     S             0       S             0       S            0       S             0       S             0       S            0       S              0       S              0       S              0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S          !  0     S          !  0     S          !  0
     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S              0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S          !  0     S          !  0     S          !  0     S          !  0     S          !  0     S          !  0      S          !  0!     S          !  0"     S             0       S             0       S            0       S             0       S             0       S            0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S          !  0#     S          !  0$     S          !  0%     S          !  0&     S          !  0'     S          !  0(     S          !  0)     S          !  0*     S          !  0+     S             0       S            0       S             0       S             0       S            0       S          (: 0   R R              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b             0       b             0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          "  0     b          "  0     b          "  0     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          #  0      b          #  0     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          /  0     b          $  0     b          $  0     b          $  0     b             0       b             0       b             0       b            0       b          $  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b         $  0     b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          %  0     b          %  0     b          %  0     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          )  0      b          )  0     b          )  0     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          *  0     b          *  0     b          )  0     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          *  0     b          )  0     b          )  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          &  0      b          &  0     b          &  0     b          &  0     b          &  0     b             0       b             0       b            0       b          S  0      b          &  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          '  0      b          '  0     b          '  0     b          '  0     b          '  0     b          '  0     b          '  0     b          '  0     b          '  0     b          '  0	     b             0       b             0       b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          (  0      b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b             0       b          9  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b          8  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          +  0     b          +  0     b          +  0     b          +  0     b          +  0     b             0       b             0       b             0       b             0       b             0       b             0       b          ,  0      b          ,  0     b          ,  0     b          ,  0     b             0       b             0       b             0       b             0       b          9  0     b          9  0     b          9  0     b          9  0     b          9  0     b          9  0     b          9  0     b          9  0     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0	     b          ,  0
     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0      b          0  0     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0     b          0  0     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0     b          0  0     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b          ,  0     b          ,  0
     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          T  0     b          T  0     b          T  0     b          T  0     b          T  0     b          T  0     b          T  0     b          T  0     b          T  0     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          /  0     b          /  0     b          $  0     b             0       b          $  0     b          $  0     b          $  0     b          $  0     b          $  0     b          $  0     b          $  0     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b          (: 0   R R              0       ԇ          (: 0   R R              0       SՇ          (: 0   R R              0       Շ          (: 0   R R          (: 0   R R              0       և              0       և              0       և              0       և             0       և             0       և             0       և             0       և             0       և            0       և              0       և              0       և              0       և              0       և              0       և              0       և           : 0                : 0    ׇ ׇ             0       ׇ            0       ׇ             0       ׇ           0       ׇ            0       ׇ             0       ׇ           0       ׇ            0       ׇ             0       ׇ            0       ׇ          : 0   ׇ ׇ             0       ׇ            0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ            0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ            0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ             0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ             0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ             0       ׇ            0       ׇ            0       ׇ             0       ׇ           0       ׇ             0       ׇ            0       ׇ            0       ׇ             0       ׇ            0       ׇ          : 0   ׇ ׇ              0       ڇ             0       ڇ            0       ڇ             0       ڇ           0       ڇ            0       ڇ             0       ڇ           0       ڇ            0       ڇ             0       ڇ            0       ڇ          : 0   ׇ ׇ             0       xۇ            0       xۇ            0       xۇ            0       xۇ            0       xۇ             0       xۇ           0       xۇ            0       xۇ            0       xۇ            0       xۇ            0       xۇ             0       xۇ           0       xۇ            0       xۇ            0       xۇ            0       xۇ            0       xۇ             0       xۇ           0       xۇ            0       xۇ            0       xۇ            0       xۇ            0       xۇ             0       xۇ            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       ۇ             0       ۇ           0       ۇ            0       ۇ             0       ۇ           0       ۇ            0       ۇ             0       ۇ           0       ۇ            0       ۇ             0       ۇ           0       ۇ             0       ۇ            0       ۇ            0       ۇ            0       ۇ             0       ۇ           0       ۇ            0       ۇ            0       ۇ            0       ۇ             0       ۇ            0       ۇ           : 0                : 0    ݇ ݇              0       ݇              0       ݇              0       ݇              0       ݇              0       ݇              0       ݇              0       ݇           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0     f             0     f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f            0     f            0	     f            0
     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0     f            0     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0
     f            0     f            0     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f            0      f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f           : 0                    0       4          : 0    4 4              0       5              0       5              0       5          : 0   4 4              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :           P  0     :              0       :           P  0     :              0       :              0       :          : 0   4 4              0       kE              0       kE              0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE             0       kE             0       kE             0       kE            0       kE              0       kE              0       kE              0       kE              0       kE              0       kE              0       kE              0       kE              0       kE              0       kE              0       kE          : 0   4 4              0       K              0       K              0       K              0       K              0       K              0       K              0     K              0       K              0       K              0       K              0       K              0     K              0       K              0       K              0     K              0       K          : 0   4 4              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T              0       {T          : 0   4 4              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W          : 0   4 4              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]          : 0   4 4              0       Y`          (: 0    Y` Y`              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0,     a          !  0-     a          !  0.     a          !  0/     a          !  00     a          !  01     a          !  02     a          !  03     a          !  04     a          !  05     a          !  06     a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  07     a          !  08     a          !  09     a          !  0:     a          !  0;     a          !  0<     a          !  0=     a          !  0>     a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0?     a          !  0@     a          !  0A     a          !  0B     a          !  0C     a          !  0D     a          !  0E     a          !  0F     a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0G     a          !  0H     a          !  0I     a          !  0J     a          !  0K     a          !  0L     a          !  0M     a          !  0N     a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0O     a          !  0P     a          !  0Q     a          !  0R     a          !  0S     a          !  0T     a          !  0U     a          !  0V     a          !  0W     a             0       a            0       a             0       a             0       a            0       a          (: 0   Y` Y`              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p             0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          "  0     p          "  0     p          "  0     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          #  0     p          #  0     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          /  0     p          $  0     p          $  0     p          $  0     p             0       p             0       p             0       p            0       p          $  0     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p         $  0     p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          %  0     p          %  0     p          %  0     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          )  0     p          )  0     p          )  0     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          *  0     p          *  0     p          )  0	     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          *  0     p          )  0
     p          )  0     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          &  0     p          &  0     p          &  0     p          &  0	     p          &  0
     p             0       p             0       p            0       p          S  0      p          &  0     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          '  0
     p          '  0     p          '  0     p          '  0
     p          '  0     p          '  0     p          '  0     p          '  0     p          '  0     p          '  0     p             0       p             0       p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          (  0     p          (  0	     p          (  0
     p          (  0     p          (  0     p          (  0
     p          (  0     p          (  0     p             0       p          9  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p          8  0     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          +  0     p          +  0     p          +  0     p          +  0     p          +  0     p             0       p             0       p             0       p             0       p             0       p             0       p          ,  0     p          ,  0     p          ,  0      p          ,  0!     p             0       p             0       p             0       p             0       p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  0"     p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          ,  0#     p          ,  0$     p          ,  0%     p          ,  0&     p          ,  0'     p          ,  0(     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0     p          0  0     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0     p          0  0	     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0
     p          0  0     p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  0)     p          ,  0*     p          ,  0+     p          ,  0,     p          ,  0-     p          ,  0.     p          ,  0/     p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  00     p          ,  01     p          ,  02     p          ,  03     p          ,  04     p          ,  05     p          ,  06     p          ,  07     p          ,  08     p          ,  09     p          ,  0:     p          ,  0;     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          /  0     p          /  0     p          $  0     p             0       p          $  0     p          $  0     p          $  0     p          $  0     p          $  0     p          $  0     p          $  0     p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p          (: 0   Y` Y`              0       b          (: 0   Y` Y`              0                 (: 0   Y` Y`              0                 (: 0   Y` Y`          (: 0   Y` Y`              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z           : 0                : 0    E E             0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y            0       Y          : 0   E E             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   E E              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   E E             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   E E             0       {              0       {              0       {             0       {             0       {             0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {             0       {            0       {            0       {            0       {             0       {           0       {            0       {            0       {            0       {             0       {            0       {           : 0                : 0    g g              0       t              0       t              0       t              0       t              0       t              0       t              0       t           : 0                 : 0    0 0              0       9              0       9             0       9             0       9            0       9             0       9             0       9            0       9             0       9             0       9            0       9             0       9             0       9            0       9              0       9              0       9           
  0     9           
  0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9           O  0     9           O  0     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9          : 0   0 0              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y         : 0                     0                   Q  0                 Q  0                 Q  0                    0                      0                   R  0                 R  0	                 R  0
                 R  0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0                    0       L	              0       L	             0     L	             0     L	              0       L	              0       L	              0       L	              0       L	              0       L	             0       L	            0       L	             0       L	            0       L	             0       L	            0       L	              0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	              0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	              0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	              0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	              0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	             0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	             0       L	             0       L	            0       L	              0       L	              0       L	              0       L	           : 0                    0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0     #             0     #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #            0     #            0     #            0     #             0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #            0     #            0     #             0       #             0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #             0       #            0     #            0     #            0     #             0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #            0      #             0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #           : 0                    0       B          : 0    B B              0       ]C              0       ]C              0       ]C          : 0   B B              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH              0       NH           P  0     NH              0       NH           P  0     NH              0       NH              0       NH          : 0   B B              0       
S              0       
S              0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S             0       
S             0       
S             0       
S            0       
S              0       
S              0       
S              0       
S              0       
S              0       
S              0       
S              0       
S              0       
S              0       
S              0       
S          : 0   B B              0       +Y              0       +Y              0       +Y              0       +Y              0       +Y              0       +Y              0     +Y              0       +Y              0       +Y              0       +Y              0       +Y              0     +Y              0       +Y              0       +Y              0     +Y              0       +Y          : 0   B B              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b          : 0   B B              0       ke              0       ke              0       ke              0       ke              0       ke              0       ke              0       ke              0       ke              0       ke          : 0   B B              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk              0       mk          : 0   B B              0       m          (: 0    m m              0       /o              0       /o              0       /o              0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o          !  0X     /o          !  0Y     /o          !  0Z     /o          !  0[     /o          !  0\     /o          !  0]     /o          !  0^     /o          !  0_     /o          !  0`     /o          !  0a     /o          !  0b     /o             0       /o             0       /o            0       /o             0       /o             0       /o            0       /o              0       /o              0       /o              0       /o              0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o          !  0c     /o          !  0d     /o          !  0e     /o          !  0f     /o          !  0g     /o          !  0h     /o          !  0i     /o          !  0j     /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o            0       /o              0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o          !  0k     /o          !  0l     /o          !  0m     /o          !  0n     /o          !  0o     /o          !  0p     /o          !  0q     /o          !  0r     /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o            0       /o              0       /o              0       /o              0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o          !  0s     /o          !  0t     /o          !  0u     /o          !  0v     /o          !  0w     /o          !  0x     /o          !  0y     /o          !  0z     /o             0       /o             0       /o            0       /o             0       /o             0       /o            0       /o              0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o             0       /o             0       /o             0       /o             0       /o             0       /o             0       /o            0       /o          !  0{     /o          !  0|     /o          !  0}     /o          !  0~     /o          !  0     /o          !  0     /o          !  0     /o          !  0     /o          !  0     /o             0       /o            0       /o             0       /o             0       /o            0       /o          (: 0   m m              0       ;~              0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~              0       ;~              0       ;~              0       ;~             0       ;~             0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          "  0     ;~          "  0     ;~          "  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          #  0     ;~          #  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          /  0     ;~          $  0     ;~          $  0     ;~          $  0     ;~             0       ;~             0       ;~             0       ;~            0       ;~          $  0     ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~         $  0     ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          %  0     ;~          %  0     ;~          %  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          )  0     ;~          )  0
     ;~          )  0     ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          *  0     ;~          *  0     ;~          )  0     ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          *  0     ;~          )  0     ;~          )  0     ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          &  0     ;~          &  0
     ;~          &  0     ;~          &  0     ;~          &  0     ;~             0       ;~             0       ;~            0       ;~          S  0      ;~          &  0     ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            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     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          (  0     ;~          (  0     ;~          (  0     ;~          (  0     ;~          (  0     ;~          (  0     ;~          (  0     ;~          (  0     ;~             0       ;~          9  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~          8  0     ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          +  0     ;~          +  0     ;~          +  0     ;~          +  0     ;~          +  0     ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~          ,  0<     ;~          ,  0=     ;~          ,  0>     ;~          ,  0?     ;~             0       ;~             0       ;~             0       ;~             0       ;~          9  0     ;~          9  0     ;~          9  0     ;~          9  0     ;~          9  0     ;~          9  0     ;~          9  0     ;~          9  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          ,  0@     ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~            0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~          ,  0A     ;~          ,  0B     ;~          ,  0C     ;~          ,  0D     ;~          ,  0E     ;~          ,  0F     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          0  0     ;~          0  0
     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          0  0     ;~          0  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          0  0     ;~          0  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          ,  0G     ;~          ,  0H     ;~          ,  0I     ;~          ,  0J     ;~          ,  0K     ;~          ,  0L     ;~          ,  0M     ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          ,  0N     ;~          ,  0O     ;~          ,  0P     ;~          ,  0Q     ;~          ,  0R     ;~          ,  0S     ;~          ,  0T     ;~          ,  0U     ;~          ,  0V     ;~          ,  0W     ;~          ,  0X     ;~          ,  0Y     ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~          T  0     ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~             0       ;~            0       ;~          /  0     ;~          /  0     ;~          $  0     ;~             0       ;~          $  0     ;~          $  0     ;~          $  0     ;~          $  0     ;~          $  0     ;~          $  0     ;~          $  0     ;~             0       ;~             0       ;~            0       ;~             0       ;~             0       ;~            0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~              0       ;~          (: 0   m m              0                 (: 0   m m              0                 (: 0   m m              0       &          (: 0   m m          (: 0   m m              0                     0                     0                     0                    0                    0                    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            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5             0       5           0       5             0       5            0       5            0       5             0       5           0       5             0       5            0       5            0       5             0       5           0       5             0       5            0       5            0       5             0       5           0       5             0       5            0       5            0       5             0       5            0       5          : 0                  0       .             0       .            0       .             0       .           0       .            0       .             0       .           0       .            0       .             0       .            0       .          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	         : 0                     0       +           Q  0     +           Q  0     +           Q  0     +              0       +              0       +           R  0     +           R  0
     +           R  0     +           R  0     +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +           : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0             0     0             0     0              0       0              0       0              0       0              0       0              0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0            0     0            0     0            0     0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0            0     0            0     0             0       0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0     0            0     0            0     0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0            0      0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0           : 0                    0       6P          : 0    6P 6P              0       P              0       P              0       P          : 0   6P 6P              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U           P  0     U              0       U           P  0     U              0       U              0       U          : 0   6P 6P              0       `              0       `              0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `             0       `             0       `             0       `            0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `          : 0   6P 6P              0       f              0       f              0       f              0       f              0       f              0       f              0     f              0       f              0       f              0       f              0       f              0     f              0       f              0       f              0     f              0       f          : 0   6P 6P              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o          : 0   6P 6P              0       
s              0       
s              0       
s              0       
s              0       
s              0       
s              0       
s              0       
s              0       
s          : 0   6P 6P              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y          : 0   6P 6P              0       {          (: 0    { {              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |          !  0     |             0       |            0       |             0       |             0       |            0       |          (: 0   { {              0       ڋ              0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ              0       ڋ              0       ڋ              0       ڋ             0       ڋ             0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          "  0     ڋ          "  0     ڋ          "  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          #  0     ڋ          #  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          /  0     ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          $  0     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ         $  0     ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          %  0     ڋ          %  0     ڋ          %  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          )  0     ڋ          )  0     ڋ          )  0     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          *  0     ڋ          *  0     ڋ          )  0     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          *  0     ڋ          )  0     ڋ          )  0     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          &  0     ڋ          &  0     ڋ          &  0     ڋ          &  0     ڋ          &  0     ڋ             0       ڋ             0       ڋ            0       ڋ          S  0      ڋ          &  0     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            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     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ          (  0     ڋ             0       ڋ          9  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ          8  0     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          +  0     ڋ          +  0     ڋ          +  0     ڋ          +  0     ڋ          +  0     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ          ,  0Z     ڋ          ,  0[     ڋ          ,  0\     ڋ          ,  0]     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ          9  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          ,  0^     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ          ,  0_     ڋ          ,  0`     ڋ          ,  0a     ڋ          ,  0b     ڋ          ,  0c     ڋ          ,  0d     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          0  0     ڋ          0  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          0  0     ڋ          0  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          0  0     ڋ          0  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          ,  0e     ڋ          ,  0f     ڋ          ,  0g     ڋ          ,  0h     ڋ          ,  0i     ڋ          ,  0j     ڋ          ,  0k     ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          ,  0l     ڋ          ,  0m     ڋ          ,  0n     ڋ          ,  0o     ڋ          ,  0p     ڋ          ,  0q     ڋ          ,  0r     ڋ          ,  0s     ڋ          ,  0t     ڋ          ,  0u     ڋ          ,  0v     ڋ          ,  0w     ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ          T  0     ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ             0       ڋ            0       ڋ          /  0     ڋ          /  0     ڋ          $  0     ڋ             0       ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ          $  0     ڋ             0       ڋ             0       ڋ            0       ڋ             0       ڋ             0       ڋ            0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ              0       ڋ          (: 0   { {              0                 (: 0   { {              0       /          (: 0   { {              0                 (: 0   { {          (: 0   { {              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                    0                    0                     0                   0                    0                     0                   0                    0                     0                    0                  : 0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                   0       T            0       T            0       T            0       T            0       T             0       T           0       T            0       T            0       T            0       T            0       T             0       T           0       T            0       T            0       T            0       T            0       T             0       T           0       T            0       T            0       T            0       T            0       T             0       T            0       T          : 0                   0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    m
 m
              0       v
              0       v
             0       v
             0       v
            0       v
             0       v
             0       v
            0       v
             0       v
             0       v
            0       v
             0       v
             0       v
            0       v
              0       v
              0       v
           
  0     v
           
  0	     v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
           O  0     v
           O  0	     v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
              0       v
          : 0   m
 m
              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       $              0       $             0     $             0	     $              0       $              0       $              0       $              0       $              0       $             0       $            0       $             0       $            0       $             0       $            0       $              0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $              0       $              0       $           : 0                    0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>             0     B>             0	     B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>            0      B>            0!     B>            0"     B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0#     B>            0$     B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0%     B>            0&     B>            0'     B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>              0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>             0       B>             0       B>            0      B>             0       B>             0       B>             0       B>            0       B>             0       B>             0       B>            0       B>              0       B>           : 0                    0       ]          : 0    ] ]              0       ^              0       ^              0       ^          : 0   ] ]              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c              0       c           P  0     c              0       c           P  0	     c              0       c              0       c          : 0   ] ]              0       Gn              0       Gn              0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn             0       Gn             0       Gn             0       Gn            0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn              0       Gn          : 0   ] ]              0       ht              0       ht              0       ht              0       ht              0       ht              0       ht              0     ht              0       ht              0       ht              0       ht              0       ht              0     ht              0       ht              0       ht              0     ht              0       ht          : 0   ] ]              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}              0       W}          : 0   ] ]              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          (: 0    5 5              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l             0       l             0       l            0       l             0       l             0       l            0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l          !  0     l             0       l            0       l             0       l             0       l            0       l          (: 0   5 5              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x             0       x             0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          "  0     x          "  0     x          "  0     x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          #  0     x          #  0	     x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          /  0     x          $  0     x          $  0     x          $  0     x             0       x             0       x             0       x            0       x          $  0     x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x         $  0     x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          %  0     x          %  0     x          %  0     x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          )  0     x          )  0     x          )  0     x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          *  0     x          *  0     x          )  0     x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          *  0     x          )  0     x          )  0     x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          &  0     x          &  0     x          &  0     x          &  0     x          &  0     x             0       x             0       x            0       x          S  0      x          &  0     x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          '  0(     x          '  0)     x          '  0*     x          '  0+     x          '  0,     x          '  0-     x          '  0.     x          '  0/     x          '  00     x          '  01     x             0       x             0       x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          (  0      x          (  0!     x          (  0"     x          (  0#     x          (  0$     x          (  0%     x          (  0&     x          (  0'     x             0       x          9  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x          8  0     x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          +  0     x          +  0     x          +  0     x          +  0     x          +  0     x             0       x             0       x             0       x             0       x             0       x             0       x          ,  0x     x          ,  0y     x          ,  0z     x          ,  0{     x             0       x             0       x             0       x             0       x          9  0     x          9  0     x          9  0     x          9  0     x          9  0     x          9  0     x          9  0     x          9  0     x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x          ,  0|     x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x          ,  0}     x          ,  0~     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          0  0     x          0  0     x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          0  0     x          0  0     x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          0  0     x          0  0     x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x          ,  0     x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          T  0     x          T  0     x          T  0     x          T  0     x          T  0     x          T  0     x          T  0     x          T  0     x          T  0     x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x          /  0     x          /  0     x          $  0     x             0       x          $  0     x          $  0     x          $  0     x          $  0     x          $  0     x          $  0     x          $  0     x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x          (: 0   5 5              0       >          (: 0   5 5              0                 (: 0   5 5              0       c          (: 0   5 5          (: 0   5 5              0       6
              0       6
              0       6
              0       6
             0       6
             0       6
             0       6
             0       6
             0       6
            0       6
              0       6
              0       6
              0       6
              0       6
              0       6
              0       6
           : 0                : 0    ! !             0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5            0       5          : 0   ! !             0       r            0       r            0       r            0       r             0       r           0       r            0       r            0       r            0       r             0       r           0       r            0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r           0       r             0       r            0       r            0       r             0       r            0       r          : 0   ! !              0       k             0       k            0       k             0       k           0       k            0       k             0       k           0       k            0       k             0       k            0       k          : 0   ! !             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   ! !             0       W              0       W             0       W             0       W             0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W           0       W             0       W            0       W            0       W            0       W             0       W           0       W            0       W            0       W            0       W             0       W            0       W           : 0                : 0    B B              0       O              0       O              0       O              0       O              0       O              0       O              0       O           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0
                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0
                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$              0       T$             0       T$             0       T$             0       T$            0       T$             0       T$             0       T$             0       T$         : 0                     0       g)           Q  0     g)           Q  0     g)           Q  0     g)              0       g)              0       g)           R  0     g)           R  0     g)           R  0     g)           R  0     g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)              0       g)           : 0                    0       '2              0       '2             0
     '2             0     '2              0       '2              0       '2              0       '2              0       '2              0       '2             0       '2            0       '2             0       '2            0       '2             0       '2            0       '2              0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2              0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2              0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2              0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2              0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2             0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2             0       '2             0       '2            0       '2              0       '2              0       '2              0       '2           : 0                    0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K             0
     K             0     K              0       K              0       K              0       K              0       K              0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K            0(     K            0)     K            0*     K             0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K            0+     K            0,     K             0       K             0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0-     K            0.     K            0/     K             0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K            0      K             0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K           : 0                    0       rk          : 0    rk rk              0       8l              0       8l              0       8l          : 0   rk rk              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q              0       )q           P  0
     )q              0       )q           P  0     )q              0       )q              0       )q          : 0   rk rk              0       {              0       {              0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {          : 0   rk rk              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   rk rk              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   rk rk              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F          : 0   rk rk              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H          : 0   rk rk              0       Ӗ          (: 0    Ӗ Ӗ              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
             0       
             0       
            0       
             0       
             0       
            0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
          !  0     
          !  0      
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
          !  0     
             0       
            0       
             0       
             0       
            0       
          (: 0   Ӗ Ӗ              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0
               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                   0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0!                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0"               )  0#                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0                &  0!               &  0"                  0                    0                   0                 S  0                &  0#                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 '  02               '  03               '  04               '  05               '  06               '  07               '  08               '  09               '  0:               '  0;                  0                    0                 8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0(               (  0)               (  0*               (  0+               (  0,               (  0-               (  0.               (  0/                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0                0  0!                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0"               0  0#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   Ӗ Ӗ              0                 (: 0   Ӗ Ӗ              0       k          (: 0   Ӗ Ӗ              0                 (: 0   Ӗ Ӗ          (: 0   Ӗ Ӗ              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0       	             0       	            0       	             0       	           0       	            0       	             0       	           0       	            0       	             0       	            0       	          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0    ! !              0       !              0       !              0       !              0       !              0       !              0       !              0       !           : 0                 : 0    % %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %           
  0     %           
  0
     %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %           O  0     %           O  0
     %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %          : 0   % %              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1         : 0                     0       7           Q  0     7           Q  0     7           Q  0     7              0       7              0       7           R  0     7           R  0     7           R  0     7           R  0     7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7           : 0                    0       ?              0       ?             0     ?             0
     ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?            0       ?             0       ?            0       ?             0       ?            0       ?              0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?           : 0                    0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0     ~Y             0
     ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            00     ~Y            01     ~Y            02     ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            03     ~Y            04     ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            05     ~Y            06     ~Y            07     ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y              0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y             0       ~Y             0       ~Y            0      ~Y             0       ~Y             0       ~Y             0       ~Y            0       ~Y             0       ~Y             0       ~Y            0       ~Y              0       ~Y           : 0                    0       y          : 0    y y              0       y              0       y              0       y          : 0   y y              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~           P  0     ~              0       ~           P  0
     ~              0       ~              0       ~          : 0   y y              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   y y              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   y y              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   y y              0       䛍              0       䛍              0       䛍              0       䛍              0       䛍              0       䛍              0       䛍              0       䛍              0       䛍          : 0   y y              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍              0       桍          : 0   y y              0       q          (: 0    q q              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0	               !  0
               !  0               !  0               !  0
               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0                !  0!               !  0"                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0$               !  0%               !  0&               !  0'               !  0(               !  0)               !  0*                  0                    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               !  01               !  02               !  03                  0                   0                    0                    0                   0                 (: 0   q q              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0
                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0$               )  0%               )  0&                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0'                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0(               )  0)                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0$               &  0%               &  0&               &  0'               &  0(                  0                    0                   0                 S  0                &  0)                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 '  0<               '  0=               '  0>               '  0?               '  0@               '  0A               '  0B               '  0C               '  0D               '  0E                  0                    0                 8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    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               (  01               (  02               (  03               (  04               (  05               (  06               (  07                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0$               0  0%                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0&               0  0'                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0(               0  0)                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   q q              0       z&          (: 0   q q              0       	'          (: 0   q q              0       '          (: 0   q q          (: 0   q q              0       r(              0       r(              0       r(              0       r(             0       r(             0       r(             0       r(             0       r(             0       r(            0       r(              0       r(              0       r(              0       r(              0       r(              0       r(              0       r(           : 0                : 0    ]) ])             0       q)            0       q)             0       q)           0       q)            0       q)             0       q)           0       q)            0       q)             0       q)            0       q)          : 0   ]) ])             0       )            0       )            0       )            0       )             0       )           0       )            0       )            0       )            0       )             0       )           0       )            0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )            0       )          : 0   ]) ])              0       ,             0       ,            0       ,             0       ,           0       ,            0       ,             0       ,           0       ,            0       ,             0       ,            0       ,          : 0   ]) ])             0       .-            0       .-            0       .-            0       .-            0       .-             0       .-           0       .-            0       .-            0       .-            0       .-            0       .-             0       .-           0       .-            0       .-            0       .-            0       .-            0       .-             0       .-           0       .-            0       .-            0       .-            0       .-            0       .-             0       .-            0       .-          : 0   ]) ])             0       -              0       -             0       -             0       -             0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -            0       -             0       -           0       -             0       -            0       -            0       -            0       -             0       -           0       -            0       -            0       -            0       -             0       -            0       -           : 0                : 0    ~/ ~/              0       /              0       /              0       /              0       /              0       /              0       /              0       /           : 0                 : 0    G3 G3              0       P3              0       P3             0       P3             0       P3            0       P3             0       P3             0       P3            0       P3             0       P3             0       P3            0       P3             0       P3             0       P3            0       P3              0       P3              0       P3           
  0     P3           
  0     P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3           O  0     P3           O  0     P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3              0       P3          : 0   G3 G3              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?         : 0                     0       D           Q  0     D           Q  0     D           Q  0     D              0       D              0       D           R  0     D           R  0     D           R  0     D           R  0     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D           : 0                    0       cM              0       cM             0     cM             0     cM              0       cM              0       cM              0       cM              0       cM              0       cM             0       cM            0       cM             0       cM            0       cM             0       cM            0       cM              0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM              0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM              0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM              0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM              0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM             0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM             0       cM             0       cM            0       cM              0       cM              0       cM              0       cM           : 0                    0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0     g             0     g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            08     g            09     g            0:     g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0;     g            0<     g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0=     g            0>     g            0?     g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0      g             0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g           : 0                    0                 : 0                   0       t              0       t              0       t          : 0                  0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e           P  0     e              0       e           P  0     e              0       e              0       e          : 0                  0       !              0       !              0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !          : 0                  0       B              0       B              0       B              0       B              0       B              0       B              0     B              0       B              0       B              0       B              0       B              0     B              0       B              0       B              0     B              0       B          : 0                  0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                 (: 0                   0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F            0       F          !  04     F          !  05     F          !  06     F          !  07     F          !  08     F          !  09     F          !  0:     F          !  0;     F          !  0<     F          !  0=     F          !  0>     F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F          !  0?     F          !  0@     F          !  0A     F          !  0B     F          !  0C     F          !  0D     F          !  0E     F          !  0F     F             0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F          !  0G     F          !  0H     F          !  0I     F          !  0J     F          !  0K     F          !  0L     F          !  0M     F          !  0N     F             0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F          !  0O     F          !  0P     F          !  0Q     F          !  0R     F          !  0S     F          !  0T     F          !  0U     F          !  0V     F             0       F             0       F            0       F             0       F             0       F            0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F          !  0W     F          !  0X     F          !  0Y     F          !  0Z     F          !  0[     F          !  0\     F          !  0]     F          !  0^     F          !  0_     F             0       F            0       F             0       F             0       F            0       F          (: 0                  0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R             0       R             0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          "  0     R          "  0     R          "  0     R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          #  0     R          #  0     R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          /  0     R          $  0     R          $  0     R          $  0     R             0       R             0       R             0       R            0       R          $  0     R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R         $  0     R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          %  0     R          %  0     R          %  0     R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          )  0*     R          )  0+     R          )  0,     R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          *  0     R          *  0     R          )  0-     R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          *  0     R          )  0.     R          )  0/     R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          &  0*     R          &  0+     R          &  0,     R          &  0-     R          &  0.     R             0       R             0       R            0       R          S  0      R          &  0/     R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          '  0F     R          '  0G     R          '  0H     R          '  0I     R          '  0J     R          '  0K     R          '  0L     R          '  0M     R          '  0N     R          '  0O     R             0       R             0       R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          (  08     R          (  09     R          (  0:     R          (  0;     R          (  0<     R          (  0=     R          (  0>     R          (  0?     R             0       R          9  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R          8  0     R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          +  0     R          +  0     R          +  0     R          +  0     R          +  0     R             0       R             0       R             0       R             0       R             0       R             0       R          ,  0     R          ,  0     R          ,  0     R          ,  0     R             0       R             0       R             0       R             0       R          9  0     R          9  0     R          9  0     R          9  0     R          9  0     R          9  0     R          9  0     R          9  0     R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R          ,  0     R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          0  0*     R          0  0+     R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          0  0,     R          0  0-     R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          0  0.     R          0  0/     R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R          ,  0     R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          T  0     R          T  0     R          T  0     R          T  0     R          T  0     R          T  0     R          T  0     R          T  0     R          T  0     R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R          /  0     R          /  0     R          $  0     R             0       R          $  0     R          $  0     R          $  0     R          $  0     R          $  0     R          $  0     R          $  0     R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R          (: 0                  0       4          (: 0                  0       4          (: 0                  0       =5          (: 0              (: 0                  0       6              0       6              0       6              0       6             0       6             0       6             0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6              0       6              0       6           : 0                : 0    6 6             0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7            0       7          : 0   6 6             0       L7            0       L7            0       L7            0       L7             0       L7           0       L7            0       L7            0       L7            0       L7             0       L7           0       L7            0       L7            0       L7            0       L7             0       L7           0       L7             0       L7            0       L7            0       L7             0       L7           0       L7             0       L7            0       L7            0       L7             0       L7           0       L7             0       L7            0       L7            0       L7             0       L7           0       L7             0       L7            0       L7            0       L7             0       L7            0       L7          : 0   6 6              0       E:             0       E:            0       E:             0       E:           0       E:            0       E:             0       E:           0       E:            0       E:             0       E:            0       E:          : 0   6 6             0       :            0       :            0       :            0       :            0       :             0       :           0       :            0       :            0       :            0       :            0       :             0       :           0       :            0       :            0       :            0       :            0       :             0       :           0       :            0       :            0       :            0       :            0       :             0       :            0       :          : 0   6 6             0       1;              0       1;             0       1;             0       1;             0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;            0       1;             0       1;           0       1;             0       1;            0       1;            0       1;            0       1;             0       1;           0       1;            0       1;            0       1;            0       1;             0       1;            0       1;           : 0                : 0    = =              0       )=              0       )=              0       )=              0       )=              0       )=              0       )=              0       )=           : 0                 : 0    @ @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @           
  0     @           
  0     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @           O  0     @           O  0     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          : 0   @ @              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M              0       .M             0       .M             0       .M             0       .M            0       .M             0       .M             0       .M             0       .M         : 0                     0       AR           Q  0     AR           Q  0     AR           Q  0     AR              0       AR              0       AR           R  0      AR           R  0!     AR           R  0"     AR           R  0#     AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR              0       AR           : 0                    0       [              0       [             0     [             0     [              0       [              0       [              0       [              0       [              0       [             0       [            0       [             0       [            0       [             0       [            0       [              0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [           : 0                    0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0     t             0     t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t            0@     t            0A     t            0B     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t            0C     t            0D     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0E     t            0F     t            0G     t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t            0      t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t           : 0                    0       L          : 0    L L              0                     0                     0                 : 0   L L              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0   L L              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   L L              0       એ              0       એ              0       એ              0       એ              0       એ              0       એ              0     એ              0       એ              0       એ              0       એ              0       એ              0     એ              0       એ              0       એ              0     એ              0       એ          : 0   L L              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ              0       ϳ          : 0   L L              0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   L L              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "          : 0   L L              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0`               !  0a               !  0b               !  0c               !  0d               !  0e               !  0f               !  0g               !  0h               !  0i               !  0j                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0k               !  0l               !  0m               !  0n               !  0o               !  0p               !  0q               !  0r                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0s               !  0t               !  0u               !  0v               !  0w               !  0x               !  0y               !  0z                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0{               !  0|               !  0}               !  0~               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0       Ϗ              0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ             0       Ϗ             0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          "  0     Ϗ          "  0     Ϗ          "  0     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          #  0     Ϗ          #  0     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          /  0     Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          $  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ         $  0     Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          %  0     Ϗ          %  0     Ϗ          %  0     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             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     Ϗ          )  01     Ϗ          )  02     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          *  0     Ϗ          *  0     Ϗ          )  03     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          *  0     Ϗ          )  04     Ϗ          )  05     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             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     Ϗ          &  01     Ϗ          &  02     Ϗ          &  03     Ϗ          &  04     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          S  0      Ϗ          &  05     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          '  0P     Ϗ          '  0Q     Ϗ          '  0R     Ϗ          '  0S     Ϗ          '  0T     Ϗ          '  0U     Ϗ          '  0V     Ϗ          '  0W     Ϗ          '  0X     Ϗ          '  0Y     Ϗ             0       Ϗ             0       Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0      Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          (  0@     Ϗ          (  0A     Ϗ          (  0B     Ϗ          (  0C     Ϗ          (  0D     Ϗ          (  0E     Ϗ          (  0F     Ϗ          (  0G     Ϗ             0       Ϗ          9  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ          8  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ          +  0     Ϗ          +  0     Ϗ          +  0     Ϗ          +  0     Ϗ          +  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ          9  0     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          ,  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            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     Ϗ          0  01     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          0  02     Ϗ          0  03     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          0  04     Ϗ          0  05     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0      Ϗ          ,  0     Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0	     Ϗ          ,  0
     Ϗ          ,  0     Ϗ          ,  0     Ϗ          ,  0
     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ          T  0     Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ          /  0     Ϗ          /  0     Ϗ          $  0     Ϗ             0       Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ          $  0     Ϗ             0       Ϗ             0       Ϗ            0       Ϗ             0       Ϗ             0       Ϗ            0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ              0       Ϗ          (: 0                  0       A          (: 0                  0       EB          (: 0                  0       B          (: 0              (: 0                  0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C           : 0                : 0    D D             0       D            0       D             0       D           0       D            0       D             0       D           0       D            0       D             0       D            0       D          : 0   D D             0       D            0       D            0       D            0       D             0       D           0       D            0       D            0       D            0       D             0       D           0       D            0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D           0       D             0       D            0       D            0       D             0       D            0       D          : 0   D D              0       G             0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G            0       G          : 0   D D             0       jH            0       jH            0       jH            0       jH            0       jH             0       jH           0       jH            0       jH            0       jH            0       jH            0       jH             0       jH           0       jH            0       jH            0       jH            0       jH            0       jH             0       jH           0       jH            0       jH            0       jH            0       jH            0       jH             0       jH            0       jH          : 0   D D             0       H              0       H             0       H             0       H             0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H           0       H             0       H            0       H            0       H            0       H             0       H           0       H            0       H            0       H            0       H             0       H            0       H           : 0                : 0    J J              0       J              0       J              0       J              0       J              0       J              0       J              0       J           : 0                 : 0    N N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N           
  0     N           
  0     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N           O  0     N           O  0     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N          : 0   N N              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z         : 0                     0       _           Q  0     _           Q  0     _           Q  0     _              0       _              0       _           R  0$     _           R  0%     _           R  0&     _           R  0'     _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _              0       _           : 0                    0       h              0       h             0     h             0     h              0       h              0       h              0       h              0       h              0       h             0       h            0       h             0       h            0       h             0       h            0       h              0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h           : 0                    0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0     X             0     X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0H     X            0I     X            0J     X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0K     X            0L     X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X            0M     X            0N     X            0O     X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0      X             0       X             0       X             0       X            0       X             0       X             0       X            0       X              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                  P  0                   0                  P  0                   0                     0                 : 0   ꡐ ꡐ              0       ]              0       ]              0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]          : 0   ꡐ ꡐ              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0     ~              0       ~              0       ~              0       ~              0       ~              0     ~              0       ~              0       ~              0     ~              0       ~          : 0   ꡐ ꡐ              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m          : 0   ꡐ ꡐ              0       Đ              0       Đ              0       Đ              0       Đ              0       Đ              0       Đ              0       Đ              0       Đ              0       Đ          : 0   ꡐ ꡐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ              0       ʐ          : 0   ꡐ ꡐ              0       K͐          (: 0    K͐ K͐              0       ΐ              0       ΐ              0       ΐ              0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ            0       ΐ              0       ΐ              0       ΐ              0       ΐ              0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ            0       ΐ              0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ            0       ΐ              0       ΐ              0       ΐ              0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ            0       ΐ              0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ             0       ΐ            0       ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ          !  0     ΐ             0       ΐ            0       ΐ             0       ΐ             0       ΐ            0       ΐ          (: 0   K͐ K͐              0       ݐ              0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ              0       ݐ              0       ݐ              0       ݐ             0       ݐ             0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          "  0     ݐ          "  0     ݐ          "  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          #  0     ݐ          #  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          /  0     ݐ          $  0     ݐ          $  0     ݐ          $  0     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          $  0     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ         $  0     ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          %  0     ݐ          %  0     ݐ          %  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          )  06     ݐ          )  07     ݐ          )  08     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          *  0     ݐ          *  0     ݐ          )  09     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          *  0     ݐ          )  0:     ݐ          )  0;     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          &  06     ݐ          &  07     ݐ          &  08     ݐ          &  09     ݐ          &  0:     ݐ             0       ݐ             0       ݐ            0       ݐ          S  0      ݐ          &  0;     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          '  0Z     ݐ          '  0[     ݐ          '  0\     ݐ          '  0]     ݐ          '  0^     ݐ          '  0_     ݐ          '  0`     ݐ          '  0a     ݐ          '  0b     ݐ          '  0c     ݐ             0       ݐ             0       ݐ          8  0     ݐ          8  0     ݐ          8  0	     ݐ          8  0
     ݐ          8  0     ݐ          8  0     ݐ          8  0
     ݐ          8  0     ݐ          8  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          (  0H     ݐ          (  0I     ݐ          (  0J     ݐ          (  0K     ݐ          (  0L     ݐ          (  0M     ݐ          (  0N     ݐ          (  0O     ݐ             0       ݐ          9  0     ݐ          8  0     ݐ          8  0     ݐ          8  0     ݐ          8  0     ݐ          8  0     ݐ          8  0     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          +  0     ݐ          +  0     ݐ          +  0     ݐ          +  0     ݐ          +  0     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ          9  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          ,  0     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          0  06     ݐ          0  07     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          0  08     ݐ          0  09     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          0  0:     ݐ          0  0;     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ          ,  0     ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          ,  0      ݐ          ,  0!     ݐ          ,  0"     ݐ          ,  0#     ݐ          ,  0$     ݐ          ,  0%     ݐ          ,  0&     ݐ          ,  0'     ݐ          ,  0(     ݐ          ,  0)     ݐ          ,  0*     ݐ          ,  0+     ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ          T  0     ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ             0       ݐ            0       ݐ          /  0     ݐ          /  0     ݐ          $  0     ݐ             0       ݐ          $  0     ݐ          $  0     ݐ          $  0     ݐ          $  0     ݐ          $  0     ݐ          $  0      ݐ          $  0     ݐ             0       ݐ             0       ݐ            0       ݐ             0       ݐ             0       ݐ            0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ              0       ݐ          (: 0   K͐ K͐              0       TO          (: 0   K͐ K͐              0       O          (: 0   K͐ K͐              0       yP          (: 0   K͐ K͐          (: 0   K͐ K͐              0       LQ              0       LQ              0       LQ              0       LQ             0       LQ             0       LQ             0       LQ             0       LQ             0       LQ            0       LQ              0       LQ              0       LQ              0       LQ              0       LQ              0       LQ              0       LQ           : 0                : 0    7R 7R             0       KR            0       KR             0       KR           0       KR            0       KR             0       KR           0       KR            0       KR             0       KR            0       KR          : 0   7R 7R             0       R            0       R            0       R            0       R             0       R           0       R            0       R            0       R            0       R             0       R           0       R            0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R            0       R          : 0   7R 7R              0       U             0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U            0       U          : 0   7R 7R             0       V            0       V            0       V            0       V            0       V             0       V           0       V            0       V            0       V            0       V            0       V             0       V           0       V            0       V            0       V            0       V            0       V             0       V           0       V            0       V            0       V            0       V            0       V             0       V            0       V          : 0   7R 7R             0       mV              0       mV             0       mV             0       mV             0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV            0       mV             0       mV           0       mV             0       mV            0       mV            0       mV            0       mV             0       mV           0       mV            0       mV            0       mV            0       mV             0       mV            0       mV           : 0                : 0    XX XX              0       eX              0       eX              0       eX              0       eX              0       eX              0       eX              0       eX           : 0                 : 0    !\ !\              0       *\              0       *\             0       *\             0       *\            0       *\             0       *\             0       *\            0       *\             0       *\             0       *\            0       *\             0       *\             0       *\            0       *\              0       *\              0       *\           
  0     *\           
  0     *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\           O  0     *\           O  0     *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\              0       *\          : 0   !\ !\              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh              0       jh             0       jh             0       jh             0       jh            0       jh             0       jh             0       jh             0       jh         : 0                     0       }m           Q  0     }m           Q  0     }m           Q  0     }m              0       }m              0       }m           R  0(     }m           R  0)     }m           R  0*     }m           R  0+     }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m              0       }m           : 0                    0       =v              0       =v             0     =v             0     =v              0       =v              0       =v              0       =v              0       =v              0       =v             0       =v            0       =v             0       =v            0       =v             0       =v            0       =v              0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v              0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v              0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v              0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v              0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v             0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v             0       =v             0       =v            0       =v              0       =v              0       =v              0       =v           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0P                 0Q                 0R                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0S                 0T                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0U                 0V                 0W                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0                 : 0                   0       N              0       N              0       N          : 0                  0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?           P  0     ?              0       ?           P  0     ?              0       ?              0       ?          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       Ƒ              0       Ƒ              0       Ƒ              0       Ƒ              0       Ƒ              0       Ƒ              0     Ƒ              0       Ƒ              0       Ƒ              0       Ƒ              0       Ƒ              0     Ƒ              0       Ƒ              0       Ƒ              0     Ƒ              0       Ƒ          : 0                  0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ              0       ϑ          : 0                  0       \ґ              0       \ґ              0       \ґ              0       \ґ              0       \ґ              0       \ґ              0       \ґ              0       \ґ              0       \ґ          : 0                  0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ              0       ^ؑ          : 0                  0       ڑ          (: 0    ڑ ڑ              0        ܑ              0        ܑ              0        ܑ              0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ            0        ܑ              0        ܑ              0        ܑ              0        ܑ              0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ            0        ܑ              0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ            0        ܑ              0        ܑ              0        ܑ              0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ            0        ܑ              0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ             0        ܑ            0        ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ          !  0      ܑ             0        ܑ            0        ܑ             0        ܑ             0        ܑ            0        ܑ          (: 0   ڑ ڑ              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,             0       ,             0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          "  0     ,          "  0     ,          "  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          #  0     ,          #  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          /  0     ,          $  0     ,          $  0     ,          $  0     ,             0       ,             0       ,             0       ,            0       ,          $  0     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,         $  0     ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          %  0     ,          %  0     ,          %  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          )  0<     ,          )  0=     ,          )  0>     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          *  0     ,          *  0     ,          )  0?     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          *  0     ,          )  0@     ,          )  0A     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          &  0<     ,          &  0=     ,          &  0>     ,          &  0?     ,          &  0@     ,             0       ,             0       ,            0       ,          S  0      ,          &  0A     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          '  0d     ,          '  0e     ,          '  0f     ,          '  0g     ,          '  0h     ,          '  0i     ,          '  0j     ,          '  0k     ,          '  0l     ,          '  0m     ,             0       ,             0       ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,          8  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          (  0P     ,          (  0Q     ,          (  0R     ,          (  0S     ,          (  0T     ,          (  0U     ,          (  0V     ,          (  0W     ,             0       ,          9  0     ,          8  0     ,          8  0      ,          8  0!     ,          8  0"     ,          8  0#     ,          8  0$     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,          +  0     ,          +  0     ,          +  0     ,          +  0     ,          +  0     ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,          ,  0,     ,          ,  0-     ,          ,  0.     ,          ,  0/     ,             0       ,             0       ,             0       ,             0       ,          9  0     ,          9  0     ,          9  0     ,          9  0     ,          9  0     ,          9  0     ,          9  0     ,          9  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             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       ,          ,  01     ,          ,  02     ,          ,  03     ,          ,  04     ,          ,  05     ,          ,  06     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0<     ,          0  0=     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0>     ,          0  0?     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          0  0@     ,          0  0A     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          ,  07     ,          ,  08     ,          ,  09     ,          ,  0:     ,          ,  0;     ,          ,  0<     ,          ,  0=     ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          ,  0>     ,          ,  0?     ,          ,  0@     ,          ,  0A     ,          ,  0B     ,          ,  0C     ,          ,  0D     ,          ,  0E     ,          ,  0F     ,          ,  0G     ,          ,  0H     ,          ,  0I     ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,          T  0     ,             0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,             0       ,            0       ,          /  0     ,          /  0     ,          $  0     ,             0       ,          $  0     ,          $  0	     ,          $  0
     ,          $  0     ,          $  0     ,          $  0
     ,          $  0     ,             0       ,             0       ,            0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,          (: 0   ڑ ڑ              0       \          (: 0   ڑ ڑ              0       ]          (: 0   ڑ ڑ              0       ^          (: 0   ڑ ڑ          (: 0   ڑ ڑ              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^           : 0                : 0    _ _             0       _            0       _             0       _           0       _            0       _             0       _           0       _            0       _             0       _            0       _          : 0   _ _             0       &`            0       &`            0       &`            0       &`             0       &`           0       &`            0       &`            0       &`            0       &`             0       &`           0       &`            0       &`            0       &`            0       &`             0       &`           0       &`             0       &`            0       &`            0       &`             0       &`           0       &`             0       &`            0       &`            0       &`             0       &`           0       &`             0       &`            0       &`            0       &`             0       &`           0       &`             0       &`            0       &`            0       &`             0       &`            0       &`          : 0   _ _              0       c             0       c            0       c             0       c           0       c            0       c             0       c           0       c            0       c             0       c            0       c          : 0   _ _             0       c            0       c            0       c            0       c            0       c             0       c           0       c            0       c            0       c            0       c            0       c             0       c           0       c            0       c            0       c            0       c            0       c             0       c           0       c            0       c            0       c            0       c            0       c             0       c            0       c          : 0   _ _             0       d              0       d             0       d             0       d             0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d            0       d             0       d           0       d             0       d            0       d            0       d            0       d             0       d           0       d            0       d            0       d            0       d             0       d            0       d           : 0                : 0    e e              0       f              0       f              0       f              0       f              0       f              0       f              0       f           : 0                 : 0    i i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i           
  0     i           
  0     i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i           O  0     i           O  0     i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i          : 0   i i              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v         : 0                     0       {           Q  0     {           Q  0     {           Q  0     {              0       {              0       {           R  0,     {           R  0-     {           R  0.     {           R  0/     {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {           : 0                    0       ۃ              0       ۃ             0     ۃ             0     ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ             0       ۃ            0       ۃ             0       ۃ            0       ۃ             0       ۃ            0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ              0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ             0       ۃ             0       ۃ            0       ۃ              0       ۃ              0       ۃ              0       ۃ           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0X                 0Y                 0Z                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0[                 0\                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0]                 0^                 0_                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       &          : 0    & &              0       콒              0       콒              0       콒          : 0   & &              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0   & &              0       ͒              0       ͒              0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒             0       ͒             0       ͒             0       ͒            0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒              0       ͒          : 0   & &              0       Ӓ              0       Ӓ              0       Ӓ              0       Ӓ              0       Ӓ              0       Ӓ              0     Ӓ              0       Ӓ              0       Ӓ              0       Ӓ              0       Ӓ              0     Ӓ              0       Ӓ              0       Ӓ              0     Ӓ              0       Ӓ          : 0   & &              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ              0       ܒ          : 0   & &              0       ߒ              0       ߒ              0       ߒ              0       ߒ              0       ߒ              0       ߒ              0       ߒ              0       ߒ              0       ߒ          : 0   & &              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   & &              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0                !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0	               !  0
               !  0               !  0               !  0
               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0B               )  0C               )  0D                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0E                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0F               )  0G                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0B               &  0C               &  0D               &  0E               &  0F                  0                    0                   0                 S  0                &  0G                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 '  0n               '  0o               '  0p               '  0q               '  0r               '  0s               '  0t               '  0u               '  0v               '  0w                  0                    0                 8  0%               8  0&               8  0'               8  0(               8  0)               8  0*               8  0+               8  0,               8  0-                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0X               (  0Y               (  0Z               (  0[               (  0\               (  0]               (  0^               (  0_                  0                 9  0               8  0.               8  0/               8  00               8  01               8  02               8  03                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0J               ,  0K               ,  0L               ,  0M                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0N                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0O               ,  0P               ,  0Q               ,  0R               ,  0S               ,  0T                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0B               0  0C                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0D               0  0E                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0F               0  0G                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0U               ,  0V               ,  0W               ,  0X               ,  0Y               ,  0Z               ,  0[                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0\               ,  0]               ,  0^               ,  0_               ,  0`               ,  0a               ,  0b               ,  0c               ,  0d               ,  0e               ,  0f               ,  0g                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       j          (: 0                  0       k          (: 0                  0       k          (: 0              (: 0                  0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l           : 0                : 0    sm sm             0       m            0       m             0       m           0       m            0       m             0       m           0       m            0       m             0       m            0       m          : 0   sm sm             0       m            0       m            0       m            0       m             0       m           0       m            0       m            0       m            0       m             0       m           0       m            0       m            0       m            0       m             0       m           0       m             0       m            0       m            0       m             0       m           0       m             0       m            0       m            0       m             0       m           0       m             0       m            0       m            0       m             0       m           0       m             0       m            0       m            0       m             0       m            0       m          : 0   sm sm              0       p             0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p            0       p          : 0   sm sm             0       Dq            0       Dq            0       Dq            0       Dq            0       Dq             0       Dq           0       Dq            0       Dq            0       Dq            0       Dq            0       Dq             0       Dq           0       Dq            0       Dq            0       Dq            0       Dq            0       Dq             0       Dq           0       Dq            0       Dq            0       Dq            0       Dq            0       Dq             0       Dq            0       Dq          : 0   sm sm             0       q              0       q             0       q             0       q             0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q           0       q             0       q            0       q            0       q            0       q             0       q           0       q            0       q            0       q            0       q             0       q            0       q           : 0                : 0    s s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           : 0                 : 0    ]w ]w              0       fw              0       fw             0       fw             0       fw            0       fw             0       fw             0       fw            0       fw             0       fw             0       fw            0       fw             0       fw             0       fw            0       fw              0       fw              0       fw           
  0     fw           
  0     fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw           O  0     fw           O  0     fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw              0       fw          : 0   ]w ]w              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  00                R  01                R  02                R  03                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       y              0       y             0     y             0     y              0       y              0       y              0       y              0       y              0       y             0       y            0       y             0       y            0       y             0       y            0       y              0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y           : 0                    0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0     2             0     2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0`     2            0a     2            0b     2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0c     2            0d     2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2            0e     2            0f     2            0g     2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0      2             0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2           : 0                    0       ʓ          : 0    ʓ ʓ              0       ˓              0       ˓              0       ˓          : 0   ʓ ʓ              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г              0       {Г           P  0     {Г              0       {Г           P  0     {Г              0       {Г              0       {Г          : 0   ʓ ʓ              0       7ۓ              0       7ۓ              0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ             0       7ۓ             0       7ۓ             0       7ۓ            0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ              0       7ۓ          : 0   ʓ ʓ              0       X              0       X              0       X              0       X              0       X              0       X              0     X              0       X              0       X              0       X              0       X              0     X              0       X              0       X              0     X              0       X          : 0   ʓ ʓ              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G          : 0   ʓ ʓ              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ʓ ʓ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ʓ ʓ              0       %          (: 0    % %              0       \              0       \              0       \              0       \             0       \             0       \             0       \             0       \             0       \            0       \             0       \             0       \             0       \             0       \             0       \            0       \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \             0       \             0       \            0       \             0       \             0       \            0       \              0       \              0       \              0       \              0       \             0       \             0       \             0       \             0       \             0       \            0       \             0       \             0       \             0       \             0       \             0       \             0       \            0       \          !  0     \          !  0     \          !  0     \          !  0     \          !  0     \          !  0      \          !  0!     \          !  0"     \             0       \             0       \             0       \            0       \             0       \             0       \            0       \              0       \             0       \             0       \             0       \             0       \             0       \            0       \             0       \             0       \             0       \             0       \             0       \             0       \             0       \            0       \          !  0#     \          !  0$     \          !  0%     \          !  0&     \          !  0'     \          !  0(     \          !  0)     \          !  0*     \             0       \             0       \             0       \            0       \             0       \             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     \          !  01     \          !  02     \             0       \             0       \            0       \             0       \             0       \            0       \              0       \             0       \             0       \             0       \             0       \             0       \            0       \             0       \             0       \             0       \             0       \             0       \             0       \            0       \          !  03     \          !  04     \          !  05     \          !  06     \          !  07     \          !  08     \          !  09     \          !  0:     \          !  0;     \             0       \            0       \             0       \             0       \            0       \          (: 0   % %              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h             0       h             0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          "  0     h          "  0     h          "  0     h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          #  0     h          #  0     h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          /  0     h          $  0     h          $  0     h          $  0     h             0       h             0       h             0       h            0       h          $  0     h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h         $  0      h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          %  0     h          %  0     h          %  0     h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          )  0H     h          )  0I     h          )  0J     h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          *  0     h          *  0     h          )  0K     h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          *  0     h          )  0L     h          )  0M     h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          &  0H     h          &  0I     h          &  0J     h          &  0K     h          &  0L     h             0       h             0       h            0       h          S  0      h          &  0M     h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          '  0x     h          '  0y     h          '  0z     h          '  0{     h          '  0|     h          '  0}     h          '  0~     h          '  0     h          '  0     h          '  0     h             0       h             0       h          8  04     h          8  05     h          8  06     h          8  07     h          8  08     h          8  09     h          8  0:     h          8  0;     h          8  0<     h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          (  0`     h          (  0a     h          (  0b     h          (  0c     h          (  0d     h          (  0e     h          (  0f     h          (  0g     h             0       h          9  0     h          8  0=     h          8  0>     h          8  0?     h          8  0@     h          8  0A     h          8  0B     h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          +  0     h          +  0     h          +  0     h          +  0     h          +  0     h             0       h             0       h             0       h             0       h             0       h             0       h          ,  0h     h          ,  0i     h          ,  0j     h          ,  0k     h             0       h             0       h             0       h             0       h          9  0     h          9  0     h          9  0     h          9  0     h          9  0     h          9  0     h          9  0     h          9  0     h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h          ,  0l     h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h          ,  0m     h          ,  0n     h          ,  0o     h          ,  0p     h          ,  0q     h          ,  0r     h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          0  0H     h          0  0I     h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          0  0J     h          0  0K     h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          0  0L     h          0  0M     h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          ,  0s     h          ,  0t     h          ,  0u     h          ,  0v     h          ,  0w     h          ,  0x     h          ,  0y     h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          ,  0z     h          ,  0{     h          ,  0|     h          ,  0}     h          ,  0~     h          ,  0     h          ,  0     h          ,  0     h          ,  0     h          ,  0     h          ,  0     h          ,  0     h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          T  0     h          T  0     h          T  0     h          T  0     h          T  0     h          T  0     h          T  0     h          T  0     h          T  0     h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h          /  0     h          /  0     h          $  0!     h             0       h          $  0"     h          $  0#     h          $  0$     h          $  0%     h          $  0&     h          $  0'     h          $  0(     h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h          (: 0   % %              0       .x          (: 0   % %              0       x          (: 0   % %              0       Sy          (: 0   % %          (: 0   % %              0       &z              0       &z              0       &z              0       &z             0       &z             0       &z             0       &z             0       &z             0       &z            0       &z              0       &z              0       &z              0       &z              0       &z              0       &z              0       &z           : 0                : 0    { {             0       %{            0       %{             0       %{           0       %{            0       %{             0       %{           0       %{            0       %{             0       %{            0       %{          : 0   { {             0       b{            0       b{            0       b{            0       b{             0       b{           0       b{            0       b{            0       b{            0       b{             0       b{           0       b{            0       b{            0       b{            0       b{             0       b{           0       b{             0       b{            0       b{            0       b{             0       b{           0       b{             0       b{            0       b{            0       b{             0       b{           0       b{             0       b{            0       b{            0       b{             0       b{           0       b{             0       b{            0       b{            0       b{             0       b{            0       b{          : 0   { {              0       [~             0       [~            0       [~             0       [~           0       [~            0       [~             0       [~           0       [~            0       [~             0       [~            0       [~          : 0   { {             0       ~            0       ~            0       ~            0       ~            0       ~             0       ~           0       ~            0       ~            0       ~            0       ~            0       ~             0       ~           0       ~            0       ~            0       ~            0       ~            0       ~             0       ~           0       ~            0       ~            0       ~            0       ~            0       ~             0       ~            0       ~          : 0   { {             0       G              0       G             0       G             0       G             0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G            0       G             0       G           0       G             0       G            0       G            0       G            0       G             0       G           0       G            0       G            0       G            0       G             0       G            0       G           : 0                : 0    2 2              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D         : 0                     0       W           Q  0     W           Q  0     W           Q  0     W              0       W              0       W           R  04     W           R  05     W           R  06     W           R  07     W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W           : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и             0     и             0     и              0       и              0       и              0       и              0       и              0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и            0h     и            0i     и            0j     и             0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и            0k     и            0l     и             0       и             0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и             0       и            0m     и            0n     и            0o     и             0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и             0       и            0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и              0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и             0       и            0       и             0       и             0       и             0       и             0       и            0      и             0       и             0       и             0       и            0       и             0       и             0       и            0       и              0       и           : 0                    0       bؔ          : 0    bؔ bؔ              0       (ٔ              0       (ٔ              0       (ٔ          : 0   bؔ bؔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ              0       ޔ           P  0     ޔ              0       ޔ           P  0     ޔ              0       ޔ              0       ޔ          : 0   bؔ bؔ              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   bؔ bؔ              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   bؔ bؔ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   bؔ bؔ              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6          : 0   bؔ bؔ              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8          : 0   bؔ bؔ              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0<               !  0=               !  0>               !  0?               !  0@               !  0A               !  0B               !  0C               !  0D               !  0E               !  0F                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0G               !  0H               !  0I               !  0J               !  0K               !  0L               !  0M               !  0N                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0O               !  0P               !  0Q               !  0R               !  0S               !  0T               !  0U               !  0V                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0W               !  0X               !  0Y               !  0Z               !  0[               !  0\               !  0]               !  0^                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0_               !  0`               !  0a               !  0b               !  0c               !  0d               !  0e               !  0f               !  0g                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0)               $  0*               $  0+                  0                    0                    0                   0                 $  0,                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0-                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0N               )  0O               )  0P                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0Q                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0R               )  0S                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0N               &  0O               &  0P               &  0Q               &  0R                  0                    0                   0                 S  0                &  0S                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  0C               8  0D               8  0E               8  0F               8  0G               8  0H               8  0I               8  0J               8  0K                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0h               (  0i               (  0j               (  0k               (  0l               (  0m               (  0n               (  0o                  0                 9  0               8  0L               8  0M               8  0N               8  0O               8  0P               8  0Q                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0N               0  0O                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0P               0  0Q                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0R               0  0S                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0.                  0                 $  0/               $  00               $  01               $  02               $  03               $  04               $  05                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       ̅          (: 0                  0       [          (: 0                  0                 (: 0              (: 0                  0       ć              0       ć              0       ć              0       ć             0       ć             0       ć             0       ć             0       ć             0       ć            0       ć              0       ć              0       ć              0       ć              0       ć              0       ć              0       ć           : 0                : 0                  0       È            0       È             0       È           0       È            0       È             0       È           0       È            0       È             0       È            0       È          : 0                 0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                    0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                   0                     0                    0                    0                     0                    0                  : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0       匕              0       匕             0       匕             0       匕             0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕            0       匕             0       匕           0       匕             0       匕            0       匕            0       匕            0       匕             0       匕           0       匕            0       匕            0       匕            0       匕             0       匕            0       匕           : 0                : 0    Ў Ў              0       ݎ              0       ݎ              0       ݎ              0       ݎ              0       ݎ              0       ݎ              0       ݎ           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕              0       ➕             0       ➕             0       ➕             0       ➕            0       ➕             0       ➕             0       ➕             0       ➕         : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  08                R  09                R  0:                R  0;                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0     nƕ             0     nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0p     nƕ            0q     nƕ            0r     nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0s     nƕ            0t     nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0u     nƕ            0v     nƕ            0w     nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ              0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ             0       nƕ             0       nƕ            0      nƕ             0       nƕ             0       nƕ             0       nƕ            0       nƕ             0       nƕ             0       nƕ            0       nƕ              0       nƕ           : 0                    0                  : 0                     0                     0                     0                 : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                    0       s              0       s              0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s          : 0                    0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                    0       a          (: 0    a a              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0h               !  0i               !  0j               !  0k               !  0l               !  0m               !  0n               !  0o               !  0p               !  0q               !  0r                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0s               !  0t               !  0u               !  0v               !  0w               !  0x               !  0y               !  0z                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0{               !  0|               !  0}               !  0~               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0   a a              0       !              0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !              0       !              0       !              0       !             0       !             0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          "  0     !          "  0     !          "  0     !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          #  0     !          #  0     !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          /  0     !          $  06     !          $  07     !          $  08     !             0       !             0       !             0       !            0       !          $  09     !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !         $  0:     !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          %  0     !          %  0     !          %  0     !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          )  0T     !          )  0U     !          )  0V     !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          *  0     !          *  0     !          )  0W     !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          *  0     !          )  0X     !          )  0Y     !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          &  0T     !          &  0U     !          &  0V     !          &  0W     !          &  0X     !             0       !             0       !            0       !          S  0      !          &  0Y     !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !            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  0R     !          8  0S     !          8  0T     !          8  0U     !          8  0V     !          8  0W     !          8  0X     !          8  0Y     !          8  0Z     !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          (  0p     !          (  0q     !          (  0r     !          (  0s     !          (  0t     !          (  0u     !          (  0v     !          (  0w     !             0       !          9  0     !          8  0[     !          8  0\     !          8  0]     !          8  0^     !          8  0_     !          8  0`     !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          +  0     !          +  0     !          +  0     !          +  0     !          +  0     !             0       !             0       !             0       !             0       !             0       !             0       !          ,  0     !          ,  0     !          ,  0     !          ,  0     !             0       !             0       !             0       !             0       !          9  0     !          9  0      !          9  0     !          9  0     !          9  0     !          9  0     !          9  0     !          9  0     !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !            0       !          ,  0     !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !            0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          0  0T     !          0  0U     !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          0  0V     !          0  0W     !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          0  0X     !          0  0Y     !             0       !             0       !            0       !             0       !             0       !            0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !             0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !          ,  0     !             0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          T  0     !          T  0     !          T  0      !          T  0     !          T  0     !          T  0     !          T  0     !          T  0     !          T  0     !             0       !             0       !             0       !             0       !            0       !             0       !             0       !            0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !             0       !            0       !          /  0     !          /  0     !          $  0;     !             0       !          $  0<     !          $  0=     !          $  0>     !          $  0?     !          $  0@     !          $  0A     !          $  0B     !             0       !             0       !            0       !             0       !             0       !            0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !          (: 0   a a              0       j          (: 0   a a              0                 (: 0   a a              0                 (: 0   a a          (: 0   a a              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b           : 0                : 0    M M             0       a            0       a             0       a           0       a            0       a             0       a           0       a            0       a             0       a            0       a          : 0   M M             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   M M              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   M M             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   M M             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0    n n              0       {              0       {              0       {              0       {              0       {              0       {              0       {           : 0                 : 0    7 7              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @           
  0     @           
  0     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @           O  0     @           O  0     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          : 0   7 7              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0<                R  0=                R  0>                R  0?                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       S              0       S             0     S             0     S              0       S              0       S              0       S              0       S              0       S             0       S            0       S             0       S            0       S             0       S            0       S              0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S            0       S             0       S             0       S             0       S             0       S             0       S            0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S              0       S              0       S           : 0                    0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0     Ԗ             0     Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0x     Ԗ            0y     Ԗ            0z     Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0{     Ԗ            0|     Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0}     Ԗ            0~     Ԗ            0     Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ              0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0      Ԗ             0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ             0       Ԗ             0       Ԗ            0       Ԗ              0       Ԗ           : 0                    0                 : 0                   0       d              0       d              0       d          : 0                  0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U           P  0     U              0       U           P  0     U              0       U              0       U          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       2
              0       2
              0       2
              0       2
              0       2
              0       2
              0     2
              0       2
              0       2
              0       2
              0       2
              0     2
              0       2
              0       2
              0     2
              0       2
          : 0                  0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !          : 0                  0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r          : 0                  0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t              0       t          : 0                  0                 (: 0                   0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6             0       6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6              0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6              0       6              0       6              0       6             0       6              0       6              0       6             0       6               0       6               0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6              0       6              0       6             0       6              0       6              0       6             0       6               0       6              0       6              0       6              0       6              0       6              0       6             0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6           !  0     6              0       6             0       6              0       6              0       6             0       6           (: 0                  0       B/              0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/              0       B/              0       B/              0       B/             0       B/             0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          "  0     B/          "  0     B/          "  0     B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          #  0     B/          #  0     B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          /  0     B/          $  0C     B/          $  0D     B/          $  0E     B/             0       B/             0       B/             0       B/            0       B/          $  0F     B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/         $  0G     B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          %  0     B/          %  0     B/          %  0     B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          )  0Z     B/          )  0[     B/          )  0\     B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          *  0     B/          *  0     B/          )  0]     B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          *  0     B/          )  0^     B/          )  0_     B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          &  0Z     B/          &  0[     B/          &  0\     B/          &  0]     B/          &  0^     B/             0       B/             0       B/            0       B/          S  0      B/          &  0_     B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/          '  0     B/             0       B/             0       B/          8  0a     B/          8  0b     B/          8  0c     B/          8  0d     B/          8  0e     B/          8  0f     B/          8  0g     B/          8  0h     B/          8  0i     B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          (  0x     B/          (  0y     B/          (  0z     B/          (  0{     B/          (  0|     B/          (  0}     B/          (  0~     B/          (  0     B/             0       B/          9  0     B/          8  0j     B/          8  0k     B/          8  0l     B/          8  0m     B/          8  0n     B/          8  0o     B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          +  0     B/          +  0     B/          +  0     B/          +  0     B/          +  0     B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/             0       B/             0       B/             0       B/             0       B/          9  0     B/          9  0	     B/          9  0
     B/          9  0     B/          9  0     B/          9  0
     B/          9  0     B/          9  0     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          ,  0     B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/            0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          0  0Z     B/          0  0[     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          0  0\     B/          0  0]     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          0  0^     B/          0  0_     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/          ,  0     B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          T  0     B/          T  0     B/          T  0	     B/          T  0
     B/          T  0     B/          T  0     B/          T  0
     B/          T  0     B/          T  0     B/             0       B/             0       B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/             0       B/            0       B/          /  0     B/          /  0     B/          $  0H     B/             0       B/          $  0I     B/          $  0J     B/          $  0K     B/          $  0L     B/          $  0M     B/          $  0N     B/          $  0O     B/             0       B/             0       B/            0       B/             0       B/             0       B/            0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/              0       B/          (: 0                  0                 (: 0                  0                 (: 0                  0       -          (: 0              (: 0                  0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0                : 0    룗 룗             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   룗 룗             0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             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             0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5            0       5          : 0   룗 룗             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   룗 룗             0       !              0       !             0       !             0       !             0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !             0       !            0       !            0       !            0       !             0       !           0       !            0       !            0       !            0       !             0       !            0       !           : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    խ խ              0       ޭ              0       ޭ             0       ޭ             0       ޭ            0       ޭ             0       ޭ             0       ޭ            0       ޭ             0       ޭ             0       ޭ            0       ޭ             0       ޭ             0       ޭ            0       ޭ              0       ޭ              0       ޭ           
  0      ޭ           
  0!     ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ           O  0      ޭ           O  0!     ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ              0       ޭ          : 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           Q  0     1           Q  0     1           Q  0     1              0       1              0       1           R  0@     1           R  0A     1           R  0B     1           R  0C     1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1           : 0                    0       Ǘ              0       Ǘ             0      Ǘ             0!     Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ             0       Ǘ             0       Ǘ            0       Ǘ              0       Ǘ              0       Ǘ              0       Ǘ           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                   0!                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       <          : 0    < <              0                     0                     0                 : 0   < <              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                    0                  P  0!                   0                     0                 : 0   < <              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   < <              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   < <              0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   < <              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $          : 0   < <              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *          : 0   < <              0       ,          (: 0    , ,              0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -            0       -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -             0       -             0       -            0       -             0       -             0       -            0       -              0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -             0       -             0       -            0       -             0       -             0       -            0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -          !  0     -             0       -            0       -             0       -             0       -            0       -          (: 0   , ,              0       <              0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <              0       <              0       <              0       <             0       <             0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          "  0     <          "  0     <          "  0     <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          #  0      <          #  0!     <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          /  0     <          $  0P     <          $  0Q     <          $  0R     <             0       <             0       <             0       <            0       <          $  0S     <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <         $  0T     <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          %  0     <          %  0     <          %  0     <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          )  0`     <          )  0a     <          )  0b     <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          *  0     <          *  0     <          )  0c     <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          *  0     <          )  0d     <          )  0e     <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          &  0`     <          &  0a     <          &  0b     <          &  0c     <          &  0d     <             0       <             0       <            0       <          S  0      <          &  0e     <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <            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  0p     <          8  0q     <          8  0r     <          8  0s     <          8  0t     <          8  0u     <          8  0v     <          8  0w     <          8  0x     <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          (  0     <          (  0     <          (  0     <          (  0     <          (  0     <          (  0     <          (  0     <          (  0     <             0       <          9  0     <          8  0y     <          8  0z     <          8  0{     <          8  0|     <          8  0}     <          8  0~     <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          +  0     <          +  0     <          +  0     <          +  0     <          +  0     <             0       <             0       <             0       <             0       <             0       <             0       <          ,  0     <          ,  0     <          ,  0     <          ,  0     <             0       <             0       <             0       <             0       <          9  0     <          9  0     <          9  0     <          9  0     <          9  0     <          9  0     <          9  0     <          9  0     <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <            0       <          ,  0     <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <            0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          0  0`     <          0  0a     <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          0  0b     <          0  0c     <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          0  0d     <          0  0e     <             0       <             0       <            0       <             0       <             0       <            0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <          ,  0     <             0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          T  0     <          T  0     <          T  0     <          T  0     <          T  0     <          T  0     <          T  0     <          T  0     <          T  0     <             0       <             0       <             0       <             0       <            0       <             0       <             0       <            0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <             0       <            0       <          /  0     <          /  0     <          $  0U     <             0       <          $  0V     <          $  0W     <          $  0X     <          $  0Y     <          $  0Z     <          $  0[     <          $  0\     <             0       <             0       <            0       <             0       <             0       <            0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              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          (: 0   , ,              0       ˯          (: 0   , ,          (: 0   , ,              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       ڱ            0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ            0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ            0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ             0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ             0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ             0       ڱ            0       ڱ            0       ڱ             0       ڱ           0       ڱ             0       ڱ            0       ڱ            0       ڱ             0       ڱ            0       ڱ          : 0                  0       Ӵ             0       Ӵ            0       Ӵ             0       Ӵ           0       Ӵ            0       Ӵ             0       Ӵ           0       Ӵ            0       Ӵ             0       Ӵ            0       Ӵ          : 0                 0       Z            0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z            0       Z             0       Z            0       Z          : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    s s              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |           
  0"     |           
  0#     |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |           O  0"     |           O  0#     |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   s s              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ              0       ǘ             0       ǘ             0       ǘ             0       ǘ            0       ǘ             0       ǘ             0       ǘ             0       ǘ         : 0                     0       ̘           Q  0     ̘           Q  0     ̘           Q  0     ̘              0       ̘              0       ̘           R  0D     ̘           R  0E     ̘           R  0F     ̘           R  0G     ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘              0       ̘           : 0                    0       ՘              0       ՘             0"     ՘             0#     ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘             0       ՘            0       ՘             0       ՘            0       ՘             0       ՘            0       ՘              0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘              0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘              0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘              0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘              0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘             0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘             0       ՘             0       ՘            0       ՘              0       ՘              0       ՘              0       ՘           : 0                    0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0"     H             0#     H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H            0     H            0     H            0     H             0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H            0     H            0     H             0       H             0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H             0       H            0     H            0     H            0     H             0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H             0       H            0      H             0       H             0       H             0       H            0       H             0       H             0       H            0       H              0       H           : 0                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0"                   0                  P  0#                   0                     0                 : 0                  0       M              0       M              0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M          : 0                  0       n%              0       n%              0       n%              0       n%              0       n%              0       n%              0     n%              0       n%              0       n%              0       n%              0       n%              0     n%              0       n%              0       n%              0     n%              0       n%          : 0                  0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].              0       ].          : 0                  0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1          : 0                  0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7          : 0                  0       ;:          (: 0    ;: ;:              0       r;              0       r;              0       r;              0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;             0       r;             0       r;            0       r;             0       r;             0       r;            0       r;              0       r;              0       r;              0       r;              0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;            0       r;              0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;          !  0     r;          !  0      r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;            0       r;              0       r;              0       r;              0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;          !  0     r;          !  0     r;          !  0	     r;          !  0
     r;          !  0     r;          !  0     r;          !  0
     r;          !  0     r;             0       r;             0       r;            0       r;             0       r;             0       r;            0       r;              0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;             0       r;             0       r;             0       r;             0       r;             0       r;             0       r;            0       r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;          !  0     r;             0       r;            0       r;             0       r;             0       r;            0       r;          (: 0   ;: ;:              0       ~J              0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J              0       ~J              0       ~J              0       ~J             0       ~J             0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          "  0     ~J          "  0     ~J          "  0     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          #  0"     ~J          #  0#     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          /  0     ~J          $  0]     ~J          $  0^     ~J          $  0_     ~J             0       ~J             0       ~J             0       ~J            0       ~J          $  0`     ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J         $  0a     ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          %  0     ~J          %  0     ~J          %  0     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          )  0f     ~J          )  0g     ~J          )  0h     ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          *  0     ~J          *  0     ~J          )  0i     ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          *  0     ~J          )  0j     ~J          )  0k     ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          &  0f     ~J          &  0g     ~J          &  0h     ~J          &  0i     ~J          &  0j     ~J             0       ~J             0       ~J            0       ~J          S  0      ~J          &  0k     ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J          '  0     ~J             0       ~J             0       ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          (  0     ~J          (  0     ~J          (  0     ~J          (  0     ~J          (  0     ~J          (  0     ~J          (  0     ~J          (  0     ~J             0       ~J          9  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J          8  0     ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          +  0     ~J          +  0     ~J          +  0     ~J          +  0     ~J          +  0     ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J          ,  0     ~J          ,  0     ~J          ,  0      ~J          ,  0     ~J             0       ~J             0       ~J             0       ~J             0       ~J          9  0     ~J          9  0     ~J          9  0     ~J          9  0     ~J          9  0     ~J          9  0     ~J          9  0      ~J          9  0!     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          ,  0     ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J            0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          0  0f     ~J          0  0g     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          0  0h     ~J          0  0i     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          0  0j     ~J          0  0k     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          ,  0	     ~J          ,  0
     ~J          ,  0     ~J          ,  0     ~J          ,  0
     ~J          ,  0     ~J          ,  0     ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J          ,  0     ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          T  0     ~J          T  0     ~J          T  0     ~J          T  0     ~J          T  0     ~J          T  0     ~J          T  0     ~J          T  0      ~J          T  0!     ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J             0       ~J            0       ~J          /  0     ~J          /  0     ~J          $  0b     ~J             0       ~J          $  0c     ~J          $  0d     ~J          $  0e     ~J          $  0f     ~J          $  0g     ~J          $  0h     ~J          $  0i     ~J             0       ~J             0       ~J            0       ~J             0       ~J             0       ~J            0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J              0       ~J          (: 0   ;: ;:              0       D          (: 0   ;: ;:              0       Ӽ          (: 0   ;: ;:              0       i          (: 0   ;: ;:          (: 0   ;: ;:              0       <              0       <              0       <              0       <             0       <             0       <             0       <             0       <             0       <            0       <              0       <              0       <              0       <              0       <              0       <              0       <           : 0                : 0    ' '             0       ;            0       ;             0       ;           0       ;            0       ;             0       ;           0       ;            0       ;             0       ;            0       ;          : 0   ' '             0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x           0       x             0       x            0       x            0       x             0       x            0       x          : 0   ' '              0       q             0       q            0       q             0       q           0       q            0       q             0       q           0       q            0       q             0       q            0       q          : 0   ' '             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   ' '             0       ]Ù              0       ]Ù             0       ]Ù             0       ]Ù             0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù             0       ]Ù            0       ]Ù            0       ]Ù            0       ]Ù             0       ]Ù           0       ]Ù            0       ]Ù            0       ]Ù            0       ]Ù             0       ]Ù            0       ]Ù           : 0                : 0    Hř Hř              0       Uř              0       Uř              0       Uř              0       Uř              0       Uř              0       Uř              0       Uř           : 0                 : 0    ə ə              0       ə              0       ə             0       ə             0       ə            0       ə             0       ə             0       ə            0       ə             0       ə             0       ə            0       ə             0       ə             0       ə            0       ə              0       ə              0       ə           
  0$     ə           
  0%     ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə           O  0$     ə           O  0%     ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə              0       ə          : 0   ə ə              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ              0       Zՙ             0       Zՙ             0       Zՙ             0       Zՙ            0       Zՙ             0       Zՙ             0       Zՙ             0       Zՙ         : 0                      0       mڙ           Q  0     mڙ           Q  0     mڙ           Q  0     mڙ              0       mڙ              0       mڙ           R  0H     mڙ           R  0I     mڙ           R  0J     mڙ           R  0K     mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ              0       mڙ           : 0                    0       -              0       -             0$     -             0%     -              0       -              0       -              0       -              0       -              0       -             0       -            0       -             0       -            0       -             0       -            0       -              0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -            0       -             0       -             0       -             0       -             0       -             0       -            0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -              0       -              0       -           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0$                  0%                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       x          : 0    x x              0       >              0       >              0       >          : 0   x x              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"              0       /"           P  0$     /"              0       /"           P  0%     /"              0       /"              0       /"          : 0   x 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       ,             0       ,            0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,            0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,          : 0   x x              0       3              0       3              0       3              0       3              0       3              0       3              0     3              0       3              0       3              0       3              0       3              0     3              0       3              0       3              0     3              0       3          : 0   x x              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;          : 0   x x              0       L?              0       L?              0       L?              0       L?              0       L?              0       L?              0       L?              0       L?              0       L?          : 0   x x              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE              0       NE          : 0   x x              0       G          (: 0    G G              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I          !  0     I          !  0     I          !  0     I          !  0     I          !  0     I          !  0     I          !  0     I          !  0     I          !  0      I          !  0!     I          !  0"     I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          !  0#     I          !  0$     I          !  0%     I          !  0&     I          !  0'     I          !  0(     I          !  0)     I          !  0*     I             0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          !  0+     I          !  0,     I          !  0-     I          !  0.     I          !  0/     I          !  00     I          !  01     I          !  02     I             0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          !  03     I          !  04     I          !  05     I          !  06     I          !  07     I          !  08     I          !  09     I          !  0:     I             0       I             0       I            0       I             0       I             0       I            0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          !  0;     I          !  0<     I          !  0=     I          !  0>     I          !  0?     I          !  0@     I          !  0A     I          !  0B     I          !  0C     I             0       I            0       I             0       I             0       I            0       I          (: 0   G G              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X             0       X             0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          "  0     X          "  0     X          "  0     X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          #  0$     X          #  0%     X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          /  0     X          $  0j     X          $  0k     X          $  0l     X             0       X             0       X             0       X            0       X          $  0m     X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X         $  0n     X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          %  0     X          %  0     X          %  0     X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          )  0l     X          )  0m     X          )  0n     X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          *  0     X          *  0     X          )  0o     X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          *  0     X          )  0p     X          )  0q     X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          &  0l     X          &  0m     X          &  0n     X          &  0o     X          &  0p     X             0       X             0       X            0       X          S  0      X          &  0q     X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X          '  0     X             0       X             0       X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          (  0     X          (  0     X          (  0     X          (  0     X          (  0     X          (  0     X          (  0     X          (  0     X             0       X          9  0"     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X          8  0     X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          +  0     X          +  0     X          +  0     X          +  0     X          +  0     X             0       X             0       X             0       X             0       X             0       X             0       X          ,  0     X          ,  0     X          ,  0     X          ,  0     X             0       X             0       X             0       X             0       X          9  0#     X          9  0$     X          9  0%     X          9  0&     X          9  0'     X          9  0(     X          9  0)     X          9  0*     X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X            0       X          ,  0      X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X          ,  0!     X          ,  0"     X          ,  0#     X          ,  0$     X          ,  0%     X          ,  0&     X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          0  0l     X          0  0m     X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          0  0n     X          0  0o     X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          0  0p     X          0  0q     X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          ,  0'     X          ,  0(     X          ,  0)     X          ,  0*     X          ,  0+     X          ,  0,     X          ,  0-     X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          ,  0.     X          ,  0/     X          ,  00     X          ,  01     X          ,  02     X          ,  03     X          ,  04     X          ,  05     X          ,  06     X          ,  07     X          ,  08     X          ,  09     X             0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          T  0"     X          T  0#     X          T  0$     X          T  0%     X          T  0&     X          T  0'     X          T  0(     X          T  0)     X          T  0*     X             0       X             0       X             0       X             0       X            0       X             0       X             0       X            0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X             0       X            0       X          /  0     X          /  0     X          $  0o     X             0       X          $  0p     X          $  0q     X          $  0r     X          $  0s     X          $  0t     X          $  0u     X          $  0v     X             0       X             0       X            0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X          (: 0   G G              0       ɚ          (: 0   G G              0       qʚ          (: 0   G G              0       ˚          (: 0   G G          (: 0   G G              0       ˚              0       ˚              0       ˚              0       ˚             0       ˚             0       ˚             0       ˚             0       ˚             0       ˚            0       ˚              0       ˚              0       ˚              0       ˚              0       ˚              0       ˚              0       ˚           : 0                : 0    ̚ ̚             0       ̚            0       ̚             0       ̚           0       ̚            0       ̚             0       ̚           0       ̚            0       ̚             0       ̚            0       ̚          : 0   ̚ ̚             0       ͚            0       ͚            0       ͚            0       ͚             0       ͚           0       ͚            0       ͚            0       ͚            0       ͚             0       ͚           0       ͚            0       ͚            0       ͚            0       ͚             0       ͚           0       ͚             0       ͚            0       ͚            0       ͚             0       ͚           0       ͚             0       ͚            0       ͚            0       ͚             0       ͚           0       ͚             0       ͚            0       ͚            0       ͚             0       ͚           0       ͚             0       ͚            0       ͚            0       ͚             0       ͚            0       ͚          : 0   ̚ ̚              0       К             0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К            0       К          : 0   ̚ ̚             0       К            0       К            0       К            0       К            0       К             0       К           0       К            0       К            0       К            0       К            0       К             0       К           0       К            0       К            0       К            0       К            0       К             0       К           0       К            0       К            0       К            0       К            0       К             0       К            0       К          : 0   ̚ ̚             0       К              0       К             0       К             0       К             0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К            0       К             0       К           0       К             0       К            0       К            0       К            0       К             0       К           0       К            0       К            0       К            0       К             0       К            0       К           : 0                : 0    Қ Қ              0       Қ              0       Қ              0       Қ              0       Қ              0       Қ              0       Қ              0       Қ           : 0                 : 0    ֚ ֚              0       ֚              0       ֚             0       ֚             0       ֚            0       ֚             0       ֚             0       ֚            0       ֚             0       ֚             0       ֚            0       ֚             0       ֚             0       ֚            0       ֚              0       ֚              0       ֚           
  0&     ֚           
  0'     ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚           O  0&     ֚           O  0'     ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚              0       ֚          : 0   ֚ ֚              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0L                R  0M                R  0N                R  0O                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0&                  0'                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0	                    0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0&     
             0'     
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0     
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0     
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0      
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
           : 0
                    0       *          : 0    * *              0       *              0       *              0       *          : 0   * *              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /           P  0&     /              0       /           P  0'     /              0       /              0       /          : 0   * *              0       :              0       :              0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :          : 0   * *              0       @              0       @              0       @              0       @              0       @              0       @              0     @              0       @              0       @              0       @              0       @              0     @              0       @              0       @              0     @              0       @          : 0   * *              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I          : 0   * *              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L          : 0   * *              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R          : 0   * *              0       wU          (: 0    wU wU              0       V              0       V              0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V             0       V             0       V             0       V             0       V             0       V            0       V          !  0D     V          !  0E     V          !  0F     V          !  0G     V          !  0H     V          !  0I     V          !  0J     V          !  0K     V          !  0L     V          !  0M     V          !  0N     V             0       V             0       V            0       V             0       V             0       V            0       V              0       V              0       V              0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V             0       V             0       V             0       V             0       V             0       V             0       V            0       V          !  0O     V          !  0P     V          !  0Q     V          !  0R     V          !  0S     V          !  0T     V          !  0U     V          !  0V     V             0       V             0       V             0       V            0       V             0       V             0       V            0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V             0       V             0       V             0       V             0       V             0       V             0       V             0       V            0       V          !  0W     V          !  0X     V          !  0Y     V          !  0Z     V          !  0[     V          !  0\     V          !  0]     V          !  0^     V             0       V             0       V             0       V            0       V             0       V             0       V            0       V              0       V              0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V             0       V             0       V             0       V             0       V             0       V             0       V             0       V            0       V          !  0_     V          !  0`     V          !  0a     V          !  0b     V          !  0c     V          !  0d     V          !  0e     V          !  0f     V             0       V             0       V            0       V             0       V             0       V            0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V             0       V             0       V             0       V             0       V             0       V             0       V            0       V          !  0g     V          !  0h     V          !  0i     V          !  0j     V          !  0k     V          !  0l     V          !  0m     V          !  0n     V          !  0o     V             0       V            0       V             0       V             0       V            0       V          (: 0   wU wU              0       e              0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e              0       e              0       e              0       e             0       e             0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          "  0     e          "  0     e          "  0     e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          #  0&     e          #  0'     e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          /  0     e          $  0w     e          $  0x     e          $  0y     e             0       e             0       e             0       e            0       e          $  0z     e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e         $  0{     e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          %  0     e          %  0     e          %  0     e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          )  0r     e          )  0s     e          )  0t     e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          *  0     e          *  0     e          )  0u     e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          *  0     e          )  0v     e          )  0w     e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          &  0r     e          &  0s     e          &  0t     e          &  0u     e          &  0v     e             0       e             0       e            0       e          S  0      e          &  0w     e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e          '  0     e             0       e             0       e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          (  0     e          (  0     e          (  0     e          (  0     e          (  0     e          (  0     e          (  0     e          (  0     e             0       e          9  0+     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e          8  0     e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          +  0     e          +  0     e          +  0     e          +  0     e          +  0     e             0       e             0       e             0       e             0       e             0       e             0       e          ,  0:     e          ,  0;     e          ,  0<     e          ,  0=     e             0       e             0       e             0       e             0       e          9  0,     e          9  0-     e          9  0.     e          9  0/     e          9  00     e          9  01     e          9  02     e          9  03     e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e            0       e          ,  0>     e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e            0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e          ,  0?     e          ,  0@     e          ,  0A     e          ,  0B     e          ,  0C     e          ,  0D     e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          0  0r     e          0  0s     e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          0  0t     e          0  0u     e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          0  0v     e          0  0w     e             0       e             0       e            0       e             0       e             0       e            0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e             0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          ,  0E     e          ,  0F     e          ,  0G     e          ,  0H     e          ,  0I     e          ,  0J     e          ,  0K     e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          ,  0L     e          ,  0M     e          ,  0N     e          ,  0O     e          ,  0P     e          ,  0Q     e          ,  0R     e          ,  0S     e          ,  0T     e          ,  0U     e          ,  0V     e          ,  0W     e             0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          T  0+     e          T  0,     e          T  0-     e          T  0.     e          T  0/     e          T  00     e          T  01     e          T  02     e          T  03     e             0       e             0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e             0       e            0       e          /  0     e          /  0     e          $  0|     e             0       e          $  0}     e          $  0~     e          $  0     e          $  0     e          $  0     e          $  0     e          $  0     e             0       e             0       e            0       e             0       e             0       e            0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e          (: 0   wU wU              0       כ          (: 0   wU wU              0       ؛          (: 0   wU wU              0       ؛          (: 0   wU wU          (: 0   wU wU              0       xٛ              0       xٛ              0       xٛ              0       xٛ             0       xٛ             0       xٛ             0       xٛ             0       xٛ             0       xٛ            0       xٛ              0       xٛ              0       xٛ              0       xٛ              0       xٛ              0       xٛ              0       xٛ           : 0                : 0    cڛ cڛ             0       wڛ            0       wڛ             0       wڛ           0       wڛ            0       wڛ             0       wڛ           0       wڛ            0       wڛ             0       wڛ            0       wڛ          : 0   cڛ cڛ             0       ڛ            0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ            0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ            0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ             0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ             0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ             0       ڛ            0       ڛ            0       ڛ             0       ڛ           0       ڛ             0       ڛ            0       ڛ            0       ڛ             0       ڛ            0       ڛ          : 0   cڛ cڛ              0       ݛ             0       ݛ            0       ݛ             0       ݛ           0       ݛ            0       ݛ             0       ݛ           0       ݛ            0       ݛ             0       ݛ            0       ݛ          : 0   cڛ cڛ             0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ             0       4ޛ           0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ             0       4ޛ           0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ             0       4ޛ           0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ            0       4ޛ             0       4ޛ            0       4ޛ          : 0   cڛ cڛ             0       ޛ              0       ޛ             0       ޛ             0       ޛ             0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ             0       ޛ           0       ޛ             0       ޛ            0       ޛ            0       ޛ            0       ޛ             0       ޛ           0       ޛ            0       ޛ            0       ޛ            0       ޛ             0       ޛ            0       ޛ           : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0
                 : 0    M M              0       V              0       V             0       V             0       V            0       V             0       V             0       V            0       V             0       V             0       V            0       V             0       V             0       V            0       V              0       V              0       V           
  0(     V           
  0)     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V           O  0(     V           O  0)     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V          : 0   M M              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0P                R  0Q                R  0R                R  0S                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       i              0       i             0(     i             0)     i              0       i              0       i              0       i              0       i              0       i             0       i            0       i             0       i            0       i             0       i            0       i              0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i           : 0                    0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0(     "             0)     "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "            0     "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0     "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "            0      "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "           : 0                    0       7          : 0    7 7              0       z8              0       z8              0       z8          : 0   7 7              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=              0       k=           P  0(     k=              0       k=           P  0)     k=              0       k=              0       k=          : 0   7 7              0       'H              0       'H              0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H             0       'H             0       'H             0       'H            0       'H              0       'H              0       'H              0       'H              0       'H              0       'H              0       'H              0       'H              0       'H              0       'H              0       'H          : 0   7 7              0       HN              0       HN              0       HN              0       HN              0       HN              0       HN              0     HN              0       HN              0       HN              0       HN              0       HN              0     HN              0       HN              0       HN              0     HN              0       HN          : 0   7 7              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W              0       7W          : 0   7 7              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z          : 0   7 7              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `              0       `          : 0   7 7              0       c          (: 0    c c              0       Ld              0       Ld              0       Ld              0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld          !  0p     Ld          !  0q     Ld          !  0r     Ld          !  0s     Ld          !  0t     Ld          !  0u     Ld          !  0v     Ld          !  0w     Ld          !  0x     Ld          !  0y     Ld          !  0z     Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld            0       Ld              0       Ld              0       Ld              0       Ld              0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld          !  0{     Ld          !  0|     Ld          !  0}     Ld          !  0~     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld            0       Ld              0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld            0       Ld              0       Ld              0       Ld              0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld            0       Ld              0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld             0       Ld            0       Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld          !  0     Ld             0       Ld            0       Ld             0       Ld             0       Ld            0       Ld          (: 0   c c              0       Xs              0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs              0       Xs              0       Xs              0       Xs             0       Xs             0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          "  0     Xs          "  0     Xs          "  0     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          #  0(     Xs          #  0)     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          /  0     Xs          $  0     Xs          $  0     Xs          $  0     Xs             0       Xs             0       Xs             0       Xs            0       Xs          $  0     Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs         $  0     Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          %  0     Xs          %  0     Xs          %  0     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          )  0x     Xs          )  0y     Xs          )  0z     Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          *  0     Xs          *  0     Xs          )  0{     Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          *  0     Xs          )  0|     Xs          )  0}     Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          &  0x     Xs          &  0y     Xs          &  0z     Xs          &  0{     Xs          &  0|     Xs             0       Xs             0       Xs            0       Xs          S  0      Xs          &  0}     Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs          '  0     Xs             0       Xs             0       Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          (  0     Xs          (  0     Xs          (  0     Xs          (  0     Xs          (  0     Xs          (  0     Xs          (  0     Xs          (  0     Xs             0       Xs          9  04     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs          8  0     Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          +  0     Xs          +  0     Xs          +  0     Xs          +  0     Xs          +  0     Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs          ,  0X     Xs          ,  0Y     Xs          ,  0Z     Xs          ,  0[     Xs             0       Xs             0       Xs             0       Xs             0       Xs          9  05     Xs          9  06     Xs          9  07     Xs          9  08     Xs          9  09     Xs          9  0:     Xs          9  0;     Xs          9  0<     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          ,  0\     Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs            0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs          ,  0]     Xs          ,  0^     Xs          ,  0_     Xs          ,  0`     Xs          ,  0a     Xs          ,  0b     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          0  0x     Xs          0  0y     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          0  0z     Xs          0  0{     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          0  0|     Xs          0  0}     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          ,  0c     Xs          ,  0d     Xs          ,  0e     Xs          ,  0f     Xs          ,  0g     Xs          ,  0h     Xs          ,  0i     Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          ,  0j     Xs          ,  0k     Xs          ,  0l     Xs          ,  0m     Xs          ,  0n     Xs          ,  0o     Xs          ,  0p     Xs          ,  0q     Xs          ,  0r     Xs          ,  0s     Xs          ,  0t     Xs          ,  0u     Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          T  04     Xs          T  05     Xs          T  06     Xs          T  07     Xs          T  08     Xs          T  09     Xs          T  0:     Xs          T  0;     Xs          T  0<     Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs             0       Xs            0       Xs          /  0     Xs          /  0     Xs          $  0     Xs             0       Xs          $  0     Xs          $  0     Xs          $  0     Xs          $  0     Xs          $  0     Xs          $  0     Xs          $  0     Xs             0       Xs             0       Xs            0       Xs             0       Xs             0       Xs            0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs              0       Xs          (: 0   c c              0                 (: 0   c c              0                 (: 0   c c              0       C          (: 0   c c          (: 0   c c              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       R            0       R            0       R            0       R             0       R           0       R            0       R            0       R            0       R             0       R           0       R            0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R           0       R             0       R            0       R            0       R             0       R            0       R          : 0                  0       K             0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K            0       K          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0       7              0       7             0       7             0       7             0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7            0       7             0       7           0       7             0       7            0       7            0       7            0       7             0       7           0       7            0       7            0       7            0       7             0       7            0       7           : 0                : 0    " "              0       /              0       /              0       /              0       /              0       /              0       /              0       /           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0*                
  0+                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0*                O  0+                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4         : 0                     0       G           Q  0     G           Q  0     G           Q  0     G              0       G              0       G           R  0T     G           R  0U     G           R  0V     G           R  0W     G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G           : 0                    0                     0                    0*                  0+                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0*     %             0+     %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %            0     %            0     %            0     %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0     %            0     %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0     %            0     %            0     %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %            0      %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %           : 0                    0       RE          : 0    RE RE              0       F              0       F              0       F          : 0   RE RE              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K              0       	K           P  0*     	K              0       	K           P  0+     	K              0       	K              0       	K          : 0   RE RE              0       U              0       U              0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U          : 0   RE RE              0       [              0       [              0       [              0       [              0       [              0       [              0     [              0       [              0       [              0       [              0       [              0     [              0       [              0       [              0     [              0       [          : 0   RE RE              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d          : 0   RE RE              0       &h              0       &h              0       &h              0       &h              0       &h              0       &h              0       &h              0       &h              0       &h          : 0   RE RE              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n              0       (n          : 0   RE RE              0       p          (: 0    p p              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q          !  0     q             0       q            0       q             0       q             0       q            0       q          (: 0   p p              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0*               #  0+                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0~               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0~               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0=               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0v               ,  0w               ,  0x               ,  0y                  0                    0                    0                    0                 9  0>               9  0?               9  0@               9  0A               9  0B               9  0C               9  0D               9  0E                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0z                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0{               ,  0|               ,  0}               ,  0~               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0~               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0=               T  0>               T  0?               T  0@               T  0A               T  0B               T  0C               T  0D               T  0E                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   p p              0                 (: 0   p p              0       K          (: 0   p p              0                 (: 0   p p          (: 0   p p              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       p            0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p            0       p             0       p            0       p          : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0,                
  0-                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0,                O  0-                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0X                R  0Y                R  0Z                R  0[                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0,                  0-                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0,     ^3             0-     ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0     ^3            0     ^3            0     ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0     ^3            0     ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0     ^3            0     ^3            0     ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3              0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3             0       ^3             0       ^3            0      ^3             0       ^3             0       ^3             0       ^3            0       ^3             0       ^3             0       ^3            0       ^3              0       ^3           : 0                    0       R          : 0    R R              0       S              0       S              0       S          : 0   R R              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X           P  0,     X              0       X           P  0-     X              0       X              0       X          : 0   R R              0       cc              0       cc              0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc             0       cc             0       cc             0       cc            0       cc              0       cc              0       cc              0       cc              0       cc              0       cc              0       cc              0       cc              0       cc              0       cc              0       cc          : 0   R R              0       i              0       i              0       i              0       i              0       i              0       i              0     i              0       i              0       i              0       i              0       i              0     i              0       i              0       i              0     i              0       i          : 0   R R              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr              0       sr          : 0   R R              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u          : 0   R R              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {          : 0   R R              0       Q~          (: 0    Q~ Q~              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0   Q~ Q~              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0,               #  0-                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0F               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0G               9  0H               9  0I               9  0J               9  0K               9  0L               9  0M               9  0N                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0F               T  0G               T  0H               T  0I               T  0J               T  0K               T  0L               T  0M               T  0N                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   Q~ Q~              0       Z           (: 0   Q~ Q~              0                  (: 0   Q~ Q~              0                 (: 0   Q~ Q~          (: 0   Q~ Q~              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R           : 0                 : 0    = =             0       Q            0       Q             0       Q           0       Q            0       Q             0       Q           0       Q            0       Q             0       Q            0       Q          : 0   = =             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   = =              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   = =             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   = =             0       s              0       s             0       s             0       s             0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s             0       s            0       s            0       s            0       s             0       s           0       s            0       s            0       s            0       s             0       s            0       s           : 0!                : 0    ^	 ^	              0       k	              0       k	              0       k	              0       k	              0       k	              0       k	              0       k	           : 0"                 : 0    '
 '
              0       0
              0       0
             0       0
             0       0
            0       0
             0       0
             0       0
            0       0
             0       0
             0       0
            0       0
             0       0
             0       0
            0       0
              0       0
              0       0
           
  0.     0
           
  0/     0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
           O  0.     0
           O  0/     0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
              0       0
          : 0   '
 '
              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p         : 0#                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0\                R  0]                R  0^                R  0_                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0$                    0       C'              0       C'             0.     C'             0/     C'              0       C'              0       C'              0       C'              0       C'              0       C'             0       C'            0       C'             0       C'            0       C'             0       C'            0       C'              0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'              0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'              0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'              0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'              0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'             0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'             0       C'             0       C'            0       C'              0       C'              0       C'              0       C'           : 0%                    0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0.     @             0/     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0     @            0     @            0     @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0     @            0     @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @            0     @            0     @            0     @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0      @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @           : 0&                    0       `          : 0    ` `              0       Ta              0       Ta              0       Ta          : 0   ` `              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef              0       Ef           P  0.     Ef              0       Ef           P  0/     Ef              0       Ef              0       Ef          : 0   ` `              0       q              0       q              0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q          : 0   ` `              0       "w              0       "w              0       "w              0       "w              0       "w              0       "w              0     "w              0       "w              0       "w              0       "w              0       "w              0     "w              0       "w              0       "w              0     "w              0       "w          : 0   ` `              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ` `              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b          : 0   ` `              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d          : 0   ` `              0                 (: 0                   0       &              0       &              0       &              0       &             0       &             0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &             0       &             0       &            0       &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &             0       &             0       &            0       &             0       &             0       &            0       &              0       &              0       &              0       &              0       &             0       &             0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &             0       &             0       &             0       &            0       &          !  0     &          !  0      &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &             0       &             0       &             0       &            0       &             0       &             0       &            0       &              0       &             0       &             0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &             0       &             0       &             0       &             0       &            0       &          !  0     &          !  0     &          !  0	     &          !  0
     &          !  0     &          !  0     &          !  0
     &          !  0     &             0       &             0       &             0       &            0       &             0       &             0       &            0       &              0       &              0       &              0       &             0       &             0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &             0       &             0       &             0       &             0       &            0       &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &             0       &             0       &            0       &             0       &             0       &            0       &              0       &             0       &             0       &             0       &             0       &             0       &            0       &             0       &             0       &             0       &             0       &             0       &             0       &            0       &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &          !  0     &             0       &            0       &             0       &             0       &            0       &          (: 0                  0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2             0       2             0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          "  0     2          "  0     2          "  0     2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          #  0.     2          #  0/     2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          /  0     2          $  0     2          $  0     2          $  0     2             0       2             0       2             0       2            0       2          $  0     2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2         $  0     2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          %  0     2          %  0     2          %  0     2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          )  0     2          )  0     2          )  0     2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          *  0     2          *  0     2          )  0     2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          *  0     2          )  0     2          )  0     2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          &  0     2          &  0     2          &  0     2          &  0     2          &  0     2             0       2             0       2            0       2          S  0      2          &  0     2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2          '  0     2             0       2             0       2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          (  0     2          (  0     2          (  0     2          (  0     2          (  0     2          (  0     2          (  0     2          (  0     2             0       2          9  0O     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2          8  0     2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          +  0     2          +  0     2          +  0     2          +  0     2          +  0     2             0       2             0       2             0       2             0       2             0       2             0       2          ,  0     2          ,  0     2          ,  0     2          ,  0     2             0       2             0       2             0       2             0       2          9  0P     2          9  0Q     2          9  0R     2          9  0S     2          9  0T     2          9  0U     2          9  0V     2          9  0W     2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2            0       2          ,  0     2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          0  0     2          0  0     2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          0  0     2          0  0     2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          0  0     2          0  0     2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2             0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2          ,  0     2             0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          T  0O     2          T  0P     2          T  0Q     2          T  0R     2          T  0S     2          T  0T     2          T  0U     2          T  0V     2          T  0W     2             0       2             0       2             0       2             0       2            0       2             0       2             0       2            0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2             0       2            0       2          /  0     2          /  0     2          $  0     2             0       2          $  0     2          $  0     2          $  0     2          $  0     2          $  0     2          $  0     2          $  0     2             0       2             0       2            0       2             0       2             0       2            0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2          (: 0                  0       
          (: 0                  0                 (: 0                  0                 (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0'                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       ,            0       ,            0       ,            0       ,             0       ,           0       ,            0       ,            0       ,            0       ,             0       ,           0       ,            0       ,            0       ,            0       ,             0       ,           0       ,             0       ,            0       ,            0       ,             0       ,           0       ,             0       ,            0       ,            0       ,             0       ,           0       ,             0       ,            0       ,            0       ,             0       ,           0       ,             0       ,            0       ,            0       ,             0       ,            0       ,          : 0                  0       %             0       %            0       %             0       %           0       %            0       %             0       %           0       %            0       %             0       %            0       %          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0(                : 0                   0       	              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                
  01                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  00                O  01                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '         : 0*                     0       !,           Q  0     !,           Q  0     !,           Q  0     !,              0       !,              0       !,           R  0`     !,           R  0a     !,           R  0b     !,           R  0c     !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,              0       !,           : 0+                    0       4              0       4             00     4             01     4              0       4              0       4              0       4              0       4              0       4             0       4            0       4             0       4            0       4             0       4            0       4              0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4           : 0,                    0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             00     N             01     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N            0     N            0     N            0     N             0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N            0     N            0     N             0       N             0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N             0       N            0     N            0     N            0     N             0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N             0       N            0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N             0       N            0       N             0       N             0       N             0       N             0       N            0      N             0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N           : 0-                    0       ,n          : 0    ,n ,n              0       n              0       n              0       n          : 0   ,n ,n              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           P  00     s              0       s           P  01     s              0       s              0       s          : 0   ,n ,n              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~          : 0   ,n ,n              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   ,n ,n              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ,n ,n              0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   ,n ,n              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ,n ,n              0                 (: 0                   0       Ě              0       Ě              0       Ě              0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě          !  0      Ě          !  0!     Ě          !  0"     Ě          !  0#     Ě          !  0$     Ě          !  0%     Ě          !  0&     Ě          !  0'     Ě          !  0(     Ě          !  0)     Ě          !  0*     Ě             0       Ě             0       Ě            0       Ě             0       Ě             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     Ě          !  01     Ě          !  02     Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě            0       Ě              0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě          !  03     Ě          !  04     Ě          !  05     Ě          !  06     Ě          !  07     Ě          !  08     Ě          !  09     Ě          !  0:     Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě            0       Ě              0       Ě              0       Ě              0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě          !  0;     Ě          !  0<     Ě          !  0=     Ě          !  0>     Ě          !  0?     Ě          !  0@     Ě          !  0A     Ě          !  0B     Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě            0       Ě              0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě             0       Ě            0       Ě          !  0C     Ě          !  0D     Ě          !  0E     Ě          !  0F     Ě          !  0G     Ě          !  0H     Ě          !  0I     Ě          !  0J     Ě          !  0K     Ě             0       Ě            0       Ě             0       Ě             0       Ě            0       Ě          (: 0                  0       Щ              0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ              0       Щ              0       Щ              0       Щ             0       Щ             0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          "  0     Щ          "  0     Щ          "  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     Щ          #  01     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          /  0     Щ          $  0     Щ          $  0     Щ          $  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ          $  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ         $  0     Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          %  0     Щ          %  0     Щ          %  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          )  0     Щ          )  0     Щ          )  0     Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          *  0     Щ          *  0     Щ          )  0     Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          *  0     Щ          )  0     Щ          )  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          &  0     Щ          &  0     Щ          &  0     Щ          &  0     Щ          &  0     Щ             0       Щ             0       Щ            0       Щ          S  0      Щ          &  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            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     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          (  0     Щ          (  0     Щ          (  0     Щ          (  0     Щ          (  0     Щ          (  0     Щ          (  0     Щ          (  0     Щ             0       Щ          9  0X     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ          8  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          +  0     Щ          +  0     Щ          +  0     Щ          +  0     Щ          +  0     Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ             0       Щ             0       Щ             0       Щ             0       Щ          9  0Y     Щ          9  0Z     Щ          9  0[     Щ          9  0\     Щ          9  0]     Щ          9  0^     Щ          9  0_     Щ          9  0`     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          ,  0     Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ            0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          0  0     Щ          0  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          0  0     Щ          0  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          0  0     Щ          0  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ          ,  0     Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          T  0X     Щ          T  0Y     Щ          T  0Z     Щ          T  0[     Щ          T  0\     Щ          T  0]     Щ          T  0^     Щ          T  0_     Щ          T  0`     Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ             0       Щ            0       Щ          /  0     Щ          /  0     Щ          $  0     Щ             0       Щ          $  0     Щ          $  0     Щ          $  0     Щ          $  0     Щ          $  0     Щ          $  0     Щ          $  0     Щ             0       Щ             0       Щ            0       Щ             0       Щ             0       Щ            0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ              0       Щ          (: 0                  0                 (: 0                  0       %          (: 0                  0                 (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0.                : 0    y y             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   y y             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   y y              0       !             0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !            0       !          : 0   y y             0       J"            0       J"            0       J"            0       J"            0       J"             0       J"           0       J"            0       J"            0       J"            0       J"            0       J"             0       J"           0       J"            0       J"            0       J"            0       J"            0       J"             0       J"           0       J"            0       J"            0       J"            0       J"            0       J"             0       J"            0       J"          : 0   y y             0       "              0       "             0       "             0       "             0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "           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                 : 0    c( c(              0       l(              0       l(             0       l(             0       l(            0       l(             0       l(             0       l(            0       l(             0       l(             0       l(            0       l(             0       l(             0       l(            0       l(              0       l(              0       l(           
  02     l(           
  03     l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(           O  02     l(           O  03     l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(              0       l(          : 0   c( c(              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4         : 01                     0       9           Q  0     9           Q  0     9           Q  0     9              0       9              0       9           R  0d     9           R  0e     9           R  0f     9           R  0g     9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9              0       9           : 02                    0       B              0       B             02     B             03     B              0       B              0       B              0       B              0       B              0       B             0       B            0       B             0       B            0       B             0       B            0       B              0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B            0       B              0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B            0       B              0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B            0       B              0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B            0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B            0       B             0       B             0       B             0       B             0       B             0       B            0       B             0       B             0       B            0       B             0       B             0       B            0       B              0       B              0       B              0       B           : 03                    0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\             02     8\             03     8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\            0     8\            0     8\            0     8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0     8\            0     8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0     8\            0     8\            0     8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\              0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\             0       8\             0       8\            0      8\             0       8\             0       8\             0       8\            0       8\             0       8\             0       8\            0       8\              0       8\           : 04                    0       {          : 0    { {              0       |              0       |              0       |          : 0   { {              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  02                   0                  P  03                   0                     0                 : 0   { {              0       =              0       =              0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =          : 0   { {              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0     ^              0       ^              0       ^              0       ^              0       ^              0     ^              0       ^              0       ^              0     ^              0       ^          : 0   { {              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M          : 0   { {              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   { {              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   { {              0       +          (: 0    + +              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b          !  0L     b          !  0M     b          !  0N     b          !  0O     b          !  0P     b          !  0Q     b          !  0R     b          !  0S     b          !  0T     b          !  0U     b          !  0V     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          !  0W     b          !  0X     b          !  0Y     b          !  0Z     b          !  0[     b          !  0\     b          !  0]     b          !  0^     b             0       b             0       b             0       b            0       b             0       b             0       b            0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          !  0_     b          !  0`     b          !  0a     b          !  0b     b          !  0c     b          !  0d     b          !  0e     b          !  0f     b             0       b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          !  0g     b          !  0h     b          !  0i     b          !  0j     b          !  0k     b          !  0l     b          !  0m     b          !  0n     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          !  0o     b          !  0p     b          !  0q     b          !  0r     b          !  0s     b          !  0t     b          !  0u     b          !  0v     b          !  0w     b             0       b            0       b             0       b             0       b            0       b          (: 0   + +              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n             0       n             0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          "  0     n          "  0     n          "  0     n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          #  02     n          #  03     n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          /  0     n          $  0     n          $  0     n          $  0     n             0       n             0       n             0       n            0       n          $  0     n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n         $  0     n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          %  0     n          %  0     n          %  0     n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          )  0     n          )  0     n          )  0     n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          *  0     n          *  0     n          )  0     n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          *  0     n          )  0     n          )  0     n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          &  0     n          &  0     n          &  0     n          &  0     n          &  0     n             0       n             0       n            0       n          S  0      n          &  0     n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          '  0     n          '  0     n          '  0     n          '  0     n          '  0     n          '  0     n          '  0      n          '  0     n          '  0     n          '  0     n             0       n             0       n          8  0     n          8  0     n          8  0     n          8  0     n          8  0     n          8  0     n          8  0     n          8  0     n          8  0     n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          (  0     n          (  0     n          (  0     n          (  0     n          (  0     n          (  0     n          (  0     n          (  0     n             0       n          9  0a     n          8  0 	     n          8  0	     n          8  0	     n          8  0	     n          8  0	     n          8  0	     n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          +  0     n          +  0     n          +  0     n          +  0      n          +  0     n             0       n             0       n             0       n             0       n             0       n             0       n          ,  0     n          ,  0     n          ,  0     n          ,  0     n             0       n             0       n             0       n             0       n          9  0b     n          9  0c     n          9  0d     n          9  0e     n          9  0f     n          9  0g     n          9  0h     n          9  0i     n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n          ,  0     n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          0  0     n          0  0     n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          0  0     n          0  0     n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          0  0     n          0  0     n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          ,  0      n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0     n          ,  0	     n          ,  0
     n          ,  0     n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          T  0a     n          T  0b     n          T  0c     n          T  0d     n          T  0e     n          T  0f     n          T  0g     n          T  0h     n          T  0i     n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          /  0     n          /  0     n          $  0     n             0       n          $  0     n          $  0     n          $  0     n          $  0     n          $  0     n          $  0     n          $  0     n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n          (: 0   + +              0       4)          (: 0   + +              0       )          (: 0   + +              0       Y*          (: 0   + +          (: 0   + +              0       ,+              0       ,+              0       ,+              0       ,+             0       ,+             0       ,+             0       ,+             0       ,+             0       ,+            0       ,+              0       ,+              0       ,+              0       ,+              0       ,+              0       ,+              0       ,+           : 05                : 0    , ,             0       +,            0       +,             0       +,           0       +,            0       +,             0       +,           0       +,            0       +,             0       +,            0       +,          : 0   , ,             0       h,            0       h,            0       h,            0       h,             0       h,           0       h,            0       h,            0       h,            0       h,             0       h,           0       h,            0       h,            0       h,            0       h,             0       h,           0       h,             0       h,            0       h,            0       h,             0       h,           0       h,             0       h,            0       h,            0       h,             0       h,           0       h,             0       h,            0       h,            0       h,             0       h,           0       h,             0       h,            0       h,            0       h,             0       h,            0       h,          : 0   , ,              0       a/             0       a/            0       a/             0       a/           0       a/            0       a/             0       a/           0       a/            0       a/             0       a/            0       a/          : 0   , ,             0       /            0       /            0       /            0       /            0       /             0       /           0       /            0       /            0       /            0       /            0       /             0       /           0       /            0       /            0       /            0       /            0       /             0       /           0       /            0       /            0       /            0       /            0       /             0       /            0       /          : 0   , ,             0       M0              0       M0             0       M0             0       M0             0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0            0       M0             0       M0           0       M0             0       M0            0       M0            0       M0            0       M0             0       M0           0       M0            0       M0            0       M0            0       M0             0       M0            0       M0           : 06                : 0    82 82              0       E2              0       E2              0       E2              0       E2              0       E2              0       E2              0       E2           : 07                 : 0    6 6              0       
6              0       
6             0       
6             0       
6            0       
6             0       
6             0       
6            0       
6             0       
6             0       
6            0       
6             0       
6             0       
6            0       
6              0       
6              0       
6           
  04     
6           
  05     
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6           O  04     
6           O  05     
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6              0       
6          : 0   6 6              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB              0       JB             0       JB             0       JB             0       JB            0       JB             0       JB             0       JB             0       JB         : 08                     0       ]G           Q  0     ]G           Q  0     ]G           Q  0     ]G              0       ]G              0       ]G           R  0h     ]G           R  0i     ]G           R  0j     ]G           R  0k     ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G              0       ]G           : 09                    0       P              0       P             04     P             05     P              0       P              0       P              0       P              0       P              0       P             0       P            0       P             0       P            0       P             0       P            0       P              0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P           : 0:                    0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             04     i             05     i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i            0     i            0     i            0     i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0     i            0     i             0       i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i            0     i            0     i            0     i             0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i             0       i            0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i             0       i            0       i             0       i             0       i             0       i             0       i            0      i             0       i             0       i             0       i            0       i             0       i             0       i            0       i              0       i           : 0;                    0       h          : 0    h h              0       .              0       .              0       .          : 0   h h              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  04                   0                  P  05                   0                     0                 : 0   h h              0       ۙ              0       ۙ              0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ             0       ۙ             0       ۙ             0       ۙ            0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ              0       ۙ          : 0   h h              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   h h              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢              0       먢          : 0   h h              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <          : 0   h h              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >          : 0   h h              0       ɴ          (: 0    ɴ ɴ              0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0x                !  0y                !  0z                !  0{                !  0|                !  0}                !  0~                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                !  0                   0                    0                     0                     0                    0                  (: 0   ɴ ɴ              0       Ţ              0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ              0       Ţ              0       Ţ              0       Ţ             0       Ţ             0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          "  0     Ţ          "  0     Ţ          "  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          #  04     Ţ          #  05     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          /  0     Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          $  0     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ         $  0     Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          %  0     Ţ          %  0     Ţ          %  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          )  0     Ţ          )  0     Ţ          )  0     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          *  0     Ţ          *  0     Ţ          )  0     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          *  0     Ţ          )  0     Ţ          )  0     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          &  0     Ţ          &  0     Ţ          &  0     Ţ          &  0     Ţ          &  0     Ţ             0       Ţ             0       Ţ            0       Ţ          S  0      Ţ          &  0     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            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	     Ţ          8  0	     Ţ          8  0	     Ţ          8  0		     Ţ          8  0
	     Ţ          8  0	     Ţ          8  0	     Ţ          8  0
	     Ţ          8  0	     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ          (  0     Ţ             0       Ţ          9  0j     Ţ          8  0	     Ţ          8  0	     Ţ          8  0	     Ţ          8  0	     Ţ          8  0	     Ţ          8  0	     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          +  0     Ţ          +  0     Ţ          +  0     Ţ          +  0     Ţ          +  0     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ          ,  0     Ţ          ,  0
     Ţ          ,  0     Ţ          ,  0     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ          9  0k     Ţ          9  0l     Ţ          9  0m     Ţ          9  0n     Ţ          9  0o     Ţ          9  0p     Ţ          9  0q     Ţ          9  0r     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          ,  0     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          0  0     Ţ          0  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          0  0     Ţ          0  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          0  0     Ţ          0  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ          ,  0     Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          ,  0     Ţ          ,  0     Ţ          ,  0      Ţ          ,  0!     Ţ          ,  0"     Ţ          ,  0#     Ţ          ,  0$     Ţ          ,  0%     Ţ          ,  0&     Ţ          ,  0'     Ţ          ,  0(     Ţ          ,  0)     Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          T  0j     Ţ          T  0k     Ţ          T  0l     Ţ          T  0m     Ţ          T  0n     Ţ          T  0o     Ţ          T  0p     Ţ          T  0q     Ţ          T  0r     Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ             0       Ţ            0       Ţ          /  0     Ţ          /  0     Ţ          $  0     Ţ             0       Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ          $  0     Ţ             0       Ţ             0       Ţ            0       Ţ             0       Ţ             0       Ţ            0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ              0       Ţ          (: 0   ɴ ɴ              0       6          (: 0   ɴ ɴ              0       a7          (: 0   ɴ ɴ              0       7          (: 0   ɴ ɴ          (: 0   ɴ ɴ              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8              0       8              0       8              0       8              0       8              0       8              0       8           : 0<                : 0    9 9             0       9            0       9             0       9           0       9            0       9             0       9           0       9            0       9             0       9            0       9          : 0   9 9             0       :            0       :            0       :            0       :             0       :           0       :            0       :            0       :            0       :             0       :           0       :            0       :            0       :            0       :             0       :           0       :             0       :            0       :            0       :             0       :           0       :             0       :            0       :            0       :             0       :           0       :             0       :            0       :            0       :             0       :           0       :             0       :            0       :            0       :             0       :            0       :          : 0   9 9              0       <             0       <            0       <             0       <           0       <            0       <             0       <           0       <            0       <             0       <            0       <          : 0   9 9             0       =            0       =            0       =            0       =            0       =             0       =           0       =            0       =            0       =            0       =            0       =             0       =           0       =            0       =            0       =            0       =            0       =             0       =           0       =            0       =            0       =            0       =            0       =             0       =            0       =          : 0   9 9             0       =              0       =             0       =             0       =             0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =            0       =             0       =           0       =             0       =            0       =            0       =            0       =             0       =           0       =            0       =            0       =            0       =             0       =            0       =           : 0=                : 0    ? ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?           : 0>                 : 0    C C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C           
  06     C           
  07     C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C           O  06     C           O  07     C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C          : 0   C C              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O         : 0?                     0       T           Q  0     T           Q  0     T           Q  0     T              0       T              0       T           R  0l     T           R  0m     T           R  0n     T           R  0o     T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T           : 0@                    0       ]              0       ]             06     ]             07     ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]            0       ]             0       ]            0       ]             0       ]            0       ]              0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]              0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]              0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]              0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]             0       ]             0       ]            0       ]              0       ]              0       ]              0       ]           : 0A                    0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw             06     tw             07     tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw            0     tw            0     tw            0     tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0     tw            0     tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0     tw            0     tw            0     tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw              0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw             0       tw             0       tw            0      tw             0       tw             0       tw             0       tw            0       tw             0       tw             0       tw            0       tw              0       tw           : 0B                    0                 : 0                   0       ̗              0       ̗              0       ̗          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  06                   0                  P  07                   0                     0                 : 0                  0       y              0       y              0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y          : 0                  0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ڹ              0       ڹ              0       ڹ              0       ڹ              0       ڹ              0       ڹ              0       ڹ              0       ڹ              0       ڹ          : 0                  0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ              0       ܿ          : 0                  0       g£          (: 0    g£ g£              0       ã              0       ã              0       ã              0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã             0       ã             0       ã            0       ã             0       ã             0       ã            0       ã              0       ã              0       ã              0       ã              0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã            0       ã              0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã            0       ã              0       ã              0       ã              0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã             0       ã             0       ã            0       ã             0       ã             0       ã            0       ã              0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã             0       ã             0       ã             0       ã             0       ã             0       ã             0       ã            0       ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã          !  0     ã             0       ã            0       ã             0       ã             0       ã            0       ã          (: 0   g£ g£              0       ң              0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң              0       ң              0       ң              0       ң             0       ң             0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          "  0     ң          "  0     ң          "  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          #  06     ң          #  07     ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          /  0     ң          $  0     ң          $  0     ң          $  0     ң             0       ң             0       ң             0       ң            0       ң          $  0     ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң         $  0     ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          %  0     ң          %  0     ң          %  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          )  0     ң          )  0     ң          )  0     ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          *  0     ң          *  0     ң          )  0     ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          *  0     ң          )  0     ң          )  0     ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          &  0     ң          &  0     ң          &  0     ң          &  0     ң          &  0     ң             0       ң             0       ң            0       ң          S  0      ң          &  0     ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң            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	     ң          8  0	     ң          8  0	     ң          8  0	     ң          8  0	     ң          8  0	     ң          8  0	     ң          8  0	     ң          8  0	     ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          (  0     ң          (  0     ң          (  0     ң          (  0     ң          (  0     ң          (  0     ң          (  0     ң          (  0     ң             0       ң          9  0s     ң          8  0	     ң          8  0	     ң          8  0 	     ң          8  0!	     ң          8  0"	     ң          8  0#	     ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң          +  0     ң          +  0     ң          +  0	     ң          +  0
     ң          +  0     ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң          ,  0*     ң          ,  0+     ң          ,  0,     ң          ,  0-     ң             0       ң             0       ң             0       ң             0       ң          9  0t     ң          9  0u     ң          9  0v     ң          9  0w     ң          9  0x     ң          9  0y     ң          9  0z     ң          9  0{     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          ,  0.     ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң            0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              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     ң          ,  01     ң          ,  02     ң          ,  03     ң          ,  04     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          0  0     ң          0  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          0  0     ң          0  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          0  0     ң          0  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          ,  05     ң          ,  06     ң          ,  07     ң          ,  08     ң          ,  09     ң          ,  0:     ң          ,  0;     ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          ,  0<     ң          ,  0=     ң          ,  0>     ң          ,  0?     ң          ,  0@     ң          ,  0A     ң          ,  0B     ң          ,  0C     ң          ,  0D     ң          ,  0E     ң          ,  0F     ң          ,  0G     ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          T  0s     ң          T  0t     ң          T  0u     ң          T  0v     ң          T  0w     ң          T  0x     ң          T  0y     ң          T  0z     ң          T  0{     ң             0       ң             0       ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң             0       ң            0       ң          /  0     ң          /  0     ң          $  0     ң             0       ң          $  0     ң          $  0     ң          $  0     ң          $  0     ң          $  0     ң          $  0     ң          $  0     ң             0       ң             0       ң            0       ң             0       ң             0       ң            0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң              0       ң          (: 0   g£ g£              0       pD          (: 0   g£ g£              0       D          (: 0   g£ g£              0       E          (: 0   g£ g£          (: 0   g£ g£              0       hF              0       hF              0       hF              0       hF             0       hF             0       hF             0       hF             0       hF             0       hF            0       hF              0       hF              0       hF              0       hF              0       hF              0       hF              0       hF           : 0C                : 0    SG SG             0       gG            0       gG             0       gG           0       gG            0       gG             0       gG           0       gG            0       gG             0       gG            0       gG          : 0   SG SG             0       G            0       G            0       G            0       G             0       G           0       G            0       G            0       G            0       G             0       G           0       G            0       G            0       G            0       G             0       G           0       G             0       G            0       G            0       G             0       G           0       G             0       G            0       G            0       G             0       G           0       G             0       G            0       G            0       G             0       G           0       G             0       G            0       G            0       G             0       G            0       G          : 0   SG SG              0       J             0       J            0       J             0       J           0       J            0       J             0       J           0       J            0       J             0       J            0       J          : 0   SG SG             0       $K            0       $K            0       $K            0       $K            0       $K             0       $K           0       $K            0       $K            0       $K            0       $K            0       $K             0       $K           0       $K            0       $K            0       $K            0       $K            0       $K             0       $K           0       $K            0       $K            0       $K            0       $K            0       $K             0       $K            0       $K          : 0   SG SG             0       K              0       K              0       K             0       K             0       K             0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K            0       K             0       K           0       K             0       K            0       K            0       K            0       K             0       K           0       K            0       K            0       K            0       K             0       K            0       K           : 0D                : 0    uM uM              0       M              0       M              0       M              0       M              0       M              0       M              0       M           : 0E                 : 0    >Q >Q              0       GQ              0       GQ             0       GQ             0       GQ            0       GQ             0       GQ             0       GQ            0       GQ             0       GQ             0       GQ            0       GQ             0       GQ             0       GQ            0       GQ              0       GQ              0       GQ           
  08     GQ           
  09     GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ           O  08     GQ           O  09     GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ              0       GQ          : 0   >Q >Q              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]             0       ]             0       ]             0       ]            0       ]             0       ]             0       ]             0       ]         : 0F                     0       b           Q  0     b           Q  0     b           Q  0     b              0       b              0       b           R  0p     b           R  0q     b           R  0r     b           R  0s     b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b           : 0G                    0       Zk              0       Zk             08     Zk             09     Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk             0       Zk            0       Zk             0       Zk            0       Zk             0       Zk            0       Zk              0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk              0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk              0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk              0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk              0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk             0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk             0       Zk             0       Zk            0       Zk              0       Zk              0       Zk              0       Zk           : 0H                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    08                  09                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0I                    0                 : 0                   0       k              0       k              0       k          : 0                  0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \           P  08     \              0       \           P  09     \              0       \              0       \          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       9              0       9              0       9              0       9              0       9              0       9              0     9              0       9              0       9              0       9              0       9              0     9              0       9              0       9              0     9              0       9          : 0                  0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ              0       (Ĥ          : 0                  0       yǤ              0       yǤ              0       yǤ              0       yǤ              0       yǤ              0       yǤ              0       yǤ              0       yǤ              0       yǤ          : 0                  0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ              0       {ͤ          : 0                  0       Ф          (: 0    Ф Ф              0       =Ѥ              0       =Ѥ              0       =Ѥ              0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ              0       =Ѥ              0       =Ѥ              0       =Ѥ              0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ              0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ              0       =Ѥ              0       =Ѥ              0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ              0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ          !  0     =Ѥ             0       =Ѥ            0       =Ѥ             0       =Ѥ             0       =Ѥ            0       =Ѥ          (: 0   Ф Ф              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I             0       I             0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          "  0     I          "  0     I          "  0     I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          #  08     I          #  09     I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          /  0     I          $  0     I          $  0     I          $  0     I             0       I             0       I             0       I            0       I          $  0     I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I         $  0     I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          %  0     I          %  0     I          %  0     I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          )  0     I          )  0     I          )  0     I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          *  0     I          *  0     I          )  0     I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          *  0     I          )  0     I          )  0     I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          &  0     I          &  0     I          &  0     I          &  0     I          &  0     I             0       I             0       I            0       I          S  0      I          &  0     I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          '  0     I          '  0     I          '  0     I          '  0     I          '  0     I          '  0     I          '  0     I          '  0     I          '  0      I          '  0!     I             0       I             0       I          8  0$	     I          8  0%	     I          8  0&	     I          8  0'	     I          8  0(	     I          8  0)	     I          8  0*	     I          8  0+	     I          8  0,	     I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          (  0     I          (  0     I          (  0     I          (  0     I          (  0     I          (  0     I          (  0     I          (  0     I             0       I          9  0|     I          8  0-	     I          8  0.	     I          8  0/	     I          8  00	     I          8  01	     I          8  02	     I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          +  0     I          +  0
     I          +  0     I          +  0     I          +  0     I             0       I             0       I             0       I             0       I             0       I             0       I          ,  0H     I          ,  0I     I          ,  0J     I          ,  0K     I             0       I             0       I             0       I             0       I          9  0}     I          9  0~     I          9  0     I          9  0     I          9  0     I          9  0     I          9  0     I          9  0     I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I          ,  0L     I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I          ,  0M     I          ,  0N     I          ,  0O     I          ,  0P     I          ,  0Q     I          ,  0R     I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          0  0     I          0  0     I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          0  0     I          0  0     I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          0  0     I          0  0     I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          ,  0S     I          ,  0T     I          ,  0U     I          ,  0V     I          ,  0W     I          ,  0X     I          ,  0Y     I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          ,  0Z     I          ,  0[     I          ,  0\     I          ,  0]     I          ,  0^     I          ,  0_     I          ,  0`     I          ,  0a     I          ,  0b     I          ,  0c     I          ,  0d     I          ,  0e     I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          T  0|     I          T  0}     I          T  0~     I          T  0     I          T  0     I          T  0     I          T  0     I          T  0     I          T  0     I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I          /  0     I          /  0     I          $  0     I             0       I          $  0     I          $  0     I          $  0     I          $  0     I          $  0     I          $  0     I          $  0     I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I          (: 0   Ф Ф              0       R          (: 0   Ф Ф              0       R          (: 0   Ф Ф              0       4S          (: 0   Ф Ф          (: 0   Ф Ф              0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T              0       T              0       T              0       T              0       T              0       T              0       T           : 0J                : 0    T T             0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U            0       U          : 0   T T             0       CU            0       CU            0       CU            0       CU             0       CU           0       CU            0       CU            0       CU            0       CU             0       CU           0       CU            0       CU            0       CU            0       CU             0       CU           0       CU             0       CU            0       CU            0       CU             0       CU           0       CU             0       CU            0       CU            0       CU             0       CU           0       CU             0       CU            0       CU            0       CU             0       CU           0       CU             0       CU            0       CU            0       CU             0       CU            0       CU          : 0   T T              0       <X             0       <X            0       <X             0       <X           0       <X            0       <X             0       <X           0       <X            0       <X             0       <X            0       <X          : 0   T T             0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X            0       X          : 0   T T             0       (Y              0       (Y              0       (Y             0       (Y             0       (Y             0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y            0       (Y             0       (Y           0       (Y             0       (Y            0       (Y            0       (Y            0       (Y             0       (Y           0       (Y            0       (Y            0       (Y            0       (Y             0       (Y            0       (Y           : 0K                : 0    [ [              0       ![              0       ![              0       ![              0       ![              0       ![              0       ![              0       ![           : 0L                 : 0    ^ ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^           
  0:     ^           
  0;     ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^           O  0:     ^           O  0;     ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^          : 0   ^ ^              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k              0       &k             0       &k             0       &k             0       &k            0       &k             0       &k             0       &k             0       &k         : 0M                     0       9p           Q  0     9p           Q  0     9p           Q  0     9p              0       9p              0       9p           R  0t     9p           R  0u     9p           R  0v     9p           R  0w     9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p              0       9p           : 0N                    0       x              0       x             0:     x             0;     x              0       x              0       x              0       x              0       x              0       x             0       x            0       x             0       x            0       x             0       x            0       x              0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x           : 0O                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0:                  0;                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0P                    0       D          : 0    D D              0       
              0       
              0       
          : 0   D D              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0:                   0                  P  0;                   0                     0                 : 0   D D              0       ¥              0       ¥              0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥             0       ¥             0       ¥             0       ¥            0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥              0       ¥          : 0   D D              0       ȥ              0       ȥ              0       ȥ              0       ȥ              0       ȥ              0       ȥ              0     ȥ              0       ȥ              0       ȥ              0       ȥ              0       ȥ              0     ȥ              0       ȥ              0       ȥ              0     ȥ              0       ȥ          : 0   D D              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ              0       ѥ          : 0   D D              0       ե              0       ե              0       ե              0       ե              0       ե              0       ե              0       ե              0       ե              0       ե          : 0   D D              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ              0       ۥ          : 0   D D              0       ݥ          (: 0    ݥ ݥ              0       ޥ              0       ޥ              0       ޥ              0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0      ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ            0       ޥ              0       ޥ              0       ޥ              0       ޥ              0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ          !  0     ޥ          !  0     ޥ          !  0	     ޥ          !  0
     ޥ          !  0     ޥ          !  0     ޥ          !  0
     ޥ          !  0     ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ            0       ޥ              0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ            0       ޥ              0       ޥ              0       ޥ              0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ          !  0     ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ            0       ޥ              0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ             0       ޥ            0       ޥ          !  0     ޥ          !  0      ޥ          !  0!     ޥ          !  0"     ޥ          !  0#     ޥ          !  0$     ޥ          !  0%     ޥ          !  0&     ޥ          !  0'     ޥ             0       ޥ            0       ޥ             0       ޥ             0       ޥ            0       ޥ          (: 0   ݥ ݥ              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0:               #  0;                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  03	               8  04	               8  05	               8  06	               8  07	               8  08	               8  09	               8  0:	               8  0;	                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0               8  0<	               8  0=	               8  0>	               8  0?	               8  0@	               8  0A	                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0f               ,  0g               ,  0h               ,  0i                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0j                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0k               ,  0l               ,  0m               ,  0n               ,  0o               ,  0p                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0q               ,  0r               ,  0s               ,  0t               ,  0u               ,  0v               ,  0w                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0x               ,  0y               ,  0z               ,  0{               ,  0|               ,  0}               ,  0~               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0                $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   ݥ ݥ              0       _          (: 0   ݥ ݥ              0       =`          (: 0   ݥ ݥ              0       `          (: 0   ݥ ݥ          (: 0   ݥ ݥ              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a           : 0Q                : 0    b b             0       b            0       b             0       b           0       b            0       b             0       b           0       b            0       b             0       b            0       b          : 0   b b             0       b            0       b            0       b            0       b             0       b           0       b            0       b            0       b            0       b             0       b           0       b            0       b            0       b            0       b             0       b           0       b             0       b            0       b            0       b             0       b           0       b             0       b            0       b            0       b             0       b           0       b             0       b            0       b            0       b             0       b           0       b             0       b            0       b            0       b             0       b            0       b          : 0   b b              0       e             0       e            0       e             0       e           0       e            0       e             0       e           0       e            0       e             0       e            0       e          : 0   b b             0       bf            0       bf            0       bf            0       bf            0       bf             0       bf           0       bf            0       bf            0       bf            0       bf            0       bf             0       bf           0       bf            0       bf            0       bf            0       bf            0       bf             0       bf           0       bf            0       bf            0       bf            0       bf            0       bf             0       bf            0       bf          : 0   b b             0       f              0       f             0       f             0       f             0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f             0       f            0       f            0       f            0       f             0       f           0       f            0       f            0       f            0       f             0       f            0       f           : 0R                : 0    h h              0       h              0       h              0       h              0       h              0       h              0       h              0       h           : 0S                 : 0    {l {l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l           
  0<     l           
  0=     l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l           O  0<     l           O  0=     l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l          : 0   {l {l              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x         : 0T                     0       }           Q  0     }           Q  0     }           Q  0     }              0       }              0       }           R  0x     }           R  0y     }           R  0z     }           R  0{     }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }           : 0U                    0                     0                    0<                  0=                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0V                    0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0<     P             0=     P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0     P            0     P            0     P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0     P            0     P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P            0     P            0     P            0     P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0      P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P           : 0W                    0       ⿦          : 0    ⿦ ⿦              0                     0                     0                 : 0   ⿦ ⿦              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ              0       Ŧ           P  0<     Ŧ              0       Ŧ           P  0=     Ŧ              0       Ŧ              0       Ŧ          : 0   ⿦ ⿦              0       UЦ              0       UЦ              0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ             0       UЦ             0       UЦ             0       UЦ            0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ              0       UЦ          : 0   ⿦ ⿦              0       v֦              0       v֦              0       v֦              0       v֦              0       v֦              0       v֦              0     v֦              0       v֦              0       v֦              0       v֦              0       v֦              0     v֦              0       v֦              0       v֦              0     v֦              0       v֦          : 0   ⿦ ⿦              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ              0       eߦ          : 0   ⿦ ⿦              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ⿦ ⿦              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ⿦ ⿦              0       C          (: 0    C C              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0(     z          !  0)     z          !  0*     z          !  0+     z          !  0,     z          !  0-     z          !  0.     z          !  0/     z          !  00     z          !  01     z          !  02     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  03     z          !  04     z          !  05     z          !  06     z          !  07     z          !  08     z          !  09     z          !  0:     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0;     z          !  0<     z          !  0=     z          !  0>     z          !  0?     z          !  0@     z          !  0A     z          !  0B     z             0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0C     z          !  0D     z          !  0E     z          !  0F     z          !  0G     z          !  0H     z          !  0I     z          !  0J     z             0       z             0       z            0       z             0       z             0       z            0       z              0       z             0       z             0       z             0       z             0       z             0       z            0       z             0       z             0       z             0       z             0       z             0       z             0       z            0       z          !  0K     z          !  0L     z          !  0M     z          !  0N     z          !  0O     z          !  0P     z          !  0Q     z          !  0R     z          !  0S     z             0       z            0       z             0       z             0       z            0       z          (: 0   C C              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0<               #  0=                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0	                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    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               '  01               '  02               '  03               '  04               '  05                  0                    0                 8  0B	               8  0C	               8  0D	               8  0E	               8  0F	               8  0G	               8  0H	               8  0I	               8  0J	                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0               8  0K	               8  0L	               8  0M	               8  0N	               8  0O	               8  0P	                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0
               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   C C              0       Lm          (: 0   C C              0       m          (: 0   C C              0       qn          (: 0   C C          (: 0   C C              0       Do              0       Do              0       Do              0       Do             0       Do             0       Do             0       Do             0       Do             0       Do            0       Do              0       Do              0       Do              0       Do              0       Do              0       Do              0       Do           : 0X                : 0    /p /p             0       Cp            0       Cp             0       Cp           0       Cp            0       Cp             0       Cp           0       Cp            0       Cp             0       Cp            0       Cp          : 0   /p /p             0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p             0       p           0       p             0       p            0       p            0       p             0       p           0       p             0       p            0       p            0       p             0       p           0       p             0       p            0       p            0       p             0       p           0       p             0       p            0       p            0       p             0       p            0       p          : 0   /p /p              0       ys             0       ys            0       ys             0       ys           0       ys            0       ys             0       ys           0       ys            0       ys             0       ys            0       ys          : 0   /p /p             0        t            0        t            0        t            0        t            0        t             0        t           0        t            0        t            0        t            0        t            0        t             0        t           0        t            0        t            0        t            0        t            0        t             0        t           0        t            0        t            0        t            0        t            0        t             0        t            0        t          : 0   /p /p             0       et              0       et             0       et             0       et             0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et            0       et             0       et           0       et             0       et            0       et            0       et            0       et             0       et           0       et            0       et            0       et            0       et             0       et            0       et           : 0Y                : 0    Pv Pv              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v              0       ]v           : 0Z                 : 0    z z              0       "z              0       "z             0       "z             0       "z            0       "z             0       "z             0       "z            0       "z             0       "z             0       "z            0       "z             0       "z             0       "z            0       "z              0       "z              0       "z           
  0>     "z           
  0?     "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z           O  0>     "z           O  0?     "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z              0       "z          : 0   z z              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b         : 0[                     0       u           Q  0     u           Q  0     u           Q  0     u              0       u              0       u           R  0|     u           R  0}     u           R  0~     u           R  0     u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u           : 0\                    0       5              0       5             0>     5             0?     5              0       5              0       5              0       5              0       5              0       5             0       5            0       5             0       5            0       5             0       5            0       5              0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5            0       5              0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5            0       5              0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5            0       5              0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5            0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5             0       5             0       5            0       5             0       5             0       5            0       5             0       5             0       5            0       5              0       5              0       5              0       5           : 0]                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0>                  0?                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0^                    0       ͧ          : 0    ͧ ͧ              0       FΧ              0       FΧ              0       FΧ          : 0   ͧ ͧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ              0       7ӧ           P  0>     7ӧ              0       7ӧ           P  0?     7ӧ              0       7ӧ              0       7ӧ          : 0   ͧ ͧ              0       ݧ              0       ݧ              0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ             0       ݧ             0       ݧ             0       ݧ            0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ              0       ݧ          : 0   ͧ ͧ              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   ͧ ͧ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ͧ ͧ              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T          : 0   ͧ ͧ              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V          : 0   ͧ ͧ              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0T               !  0U               !  0V               !  0W               !  0X               !  0Y               !  0Z               !  0[               !  0\               !  0]               !  0^                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0_               !  0`               !  0a               !  0b               !  0c               !  0d               !  0e               !  0f                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0g               !  0h               !  0i               !  0j               !  0k               !  0l               !  0m               !  0n                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0o               !  0p               !  0q               !  0r               !  0s               !  0t               !  0u               !  0v                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0w               !  0x               !  0y               !  0z               !  0{               !  0|               !  0}               !  0~               !  0                  0                   0                    0                    0                   0                 (: 0                  0       $	              0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	              0       $	              0       $	              0       $	             0       $	             0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          "  0     $	          "  0     $	          "  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          #  0>     $	          #  0?     $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          /  0     $	          $  0     $	          $  0     $	          $  0     $	             0       $	             0       $	             0       $	            0       $	          $  0     $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	         $  0     $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          %  0     $	          %  0     $	          %  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          )  0     $	          )  0     $	          )  0     $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          *  0     $	          *  0     $	          )  0     $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          *  0     $	          )  0     $	          )  0     $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          &  0     $	          &  0     $	          &  0     $	          &  0     $	          &  0     $	             0       $	             0       $	            0       $	          S  0      $	          &  0     $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          '  06     $	          '  07     $	          '  08     $	          '  09     $	          '  0:     $	          '  0;     $	          '  0<     $	          '  0=     $	          '  0>     $	          '  0?     $	             0       $	             0       $	          8  0Q	     $	          8  0R	     $	          8  0S	     $	          8  0T	     $	          8  0U	     $	          8  0V	     $	          8  0W	     $	          8  0X	     $	          8  0Y	     $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          (  0     $	          (  0     $	          (  0     $	          (  0     $	          (  0     $	          (  0     $	          (  0     $	          (  0     $	             0       $	          9  0     $	          8  0Z	     $	          8  0[	     $	          8  0\	     $	          8  0]	     $	          8  0^	     $	          8  0_	     $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          +  0     $	          +  0     $	          +  0     $	          +  0     $	          +  0     $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	             0       $	             0       $	             0       $	             0       $	          9  0     $	          9  0     $	          9  0     $	          9  0     $	          9  0     $	          9  0     $	          9  0     $	          9  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          ,  0     $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	            0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          0  0     $	          0  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          0  0     $	          0  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          0  0     $	          0  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	          ,  0     $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	          T  0     $	             0       $	             0       $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	             0       $	            0       $	          /  0     $	          /  0     $	          $  0     $	             0       $	          $  0     $	          $  0     $	          $  0     $	          $  0     $	          $  0     $	          $  0     $	          $  0     $	             0       $	             0       $	            0       $	             0       $	             0       $	            0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	              0       $	          (: 0                  0       z          (: 0                  0       y{          (: 0                  0       |          (: 0              (: 0                  0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |           : 0_                : 0    } }             0       }            0       }             0       }           0       }            0       }             0       }           0       }            0       }             0       }            0       }          : 0   } }             0       ~            0       ~            0       ~            0       ~             0       ~           0       ~            0       ~            0       ~            0       ~             0       ~           0       ~            0       ~            0       ~            0       ~             0       ~           0       ~             0       ~            0       ~            0       ~             0       ~           0       ~             0       ~            0       ~            0       ~             0       ~           0       ~             0       ~            0       ~            0       ~             0       ~           0       ~             0       ~            0       ~            0       ~             0       ~            0       ~          : 0   } }              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   } }             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   } }             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0`                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0a                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0@                
  0A                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0@                O  0A                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0b                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0c                    0       ӡ              0       ӡ             0@     ӡ             0A     ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ             0       ӡ            0       ӡ             0       ӡ            0       ӡ             0       ӡ            0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ              0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ             0       ӡ             0       ӡ            0       ӡ              0       ӡ              0       ӡ              0       ӡ           : 0d                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0@                  0A                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                  0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0e                    0       ۨ          : 0    ۨ ۨ              0       ۨ              0       ۨ              0       ۨ          : 0   ۨ ۨ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0@                   0                  P  0A                   0                     0                 : 0   ۨ ۨ              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ۨ ۨ              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   ۨ ۨ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ۨ ۨ              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ۨ ۨ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ۨ ۨ              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0@               #  0A                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0                $  0!               $  0"                  0                    0                    0                   0                 $  0#                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0$                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 '  0@               '  0A               '  0B               '  0C               '  0D               '  0E               '  0F               '  0G               '  0H               '  0I                  0                    0                 8  0`	               8  0a	               8  0b	               8  0c	               8  0d	               8  0e	               8  0f	               8  0g	               8  0h	                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0                (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0               8  0i	               8  0j	               8  0k	               8  0l	               8  0m	               8  0n	                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0                +  0!               +  0"               +  0#               +  0$                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0%                  0                 $  0&               $  0'               $  0(               $  0)               $  0*               $  0+               $  0,                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0                 (: 0                  0                 (: 0                  0                 (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0f                : 0    k k             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   k k             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   k k              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   k k             0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <            0       <             0       <            0       <          : 0   k k             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0g                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0h                 : 0    U U              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^           
  0B     ^           
  0C     ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^           O  0B     ^           O  0C     ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^          : 0   U U              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0i                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0j                    0       q              0       q             0B     q             0C     q              0       q              0       q              0       q              0       q              0       q             0       q            0       q             0       q            0       q             0       q            0       q              0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q            0       q             0       q             0       q             0       q             0       q             0       q            0       q             0       q             0       q            0       q             0       q             0       q            0       q              0       q              0       q              0       q           : 0k                    0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0B     *ɩ             0C     *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0     *ɩ            0	     *ɩ            0
     *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0     *ɩ            0     *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0
     *ɩ            0     *ɩ            0     *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ              0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0      *ɩ             0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ             0       *ɩ             0       *ɩ            0       *ɩ              0       *ɩ           : 0l                    0                 : 0                   0                     0                     0                 : 0                  0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s           P  0B     s              0       s           P  0C     s              0       s              0       s          : 0                  0       /              0       /              0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /          : 0                  0       P              0       P              0       P              0       P              0       P              0       P              0     P              0       P              0       P              0       P              0       P              0     P              0       P              0       P              0     P              0       P          : 0                  0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                 (: 0                   0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T            0       T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T             0       T             0       T             0       T            0       T             0       T             0       T            0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T             0       T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T             0       T             0       T            0       T             0       T             0       T            0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T          !  0     T             0       T            0       T             0       T             0       T            0       T          (: 0                  0       `$              0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$              0       `$              0       `$              0       `$             0       `$             0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          "  0     `$          "  0     `$          "  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          #  0B     `$          #  0C     `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             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     `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$         $  01     `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          %  0     `$          %  0     `$          %  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          )  0     `$          )  0     `$          )  0     `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          *  0     `$          *  0     `$          )  0     `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          *  0     `$          )  0     `$          )  0     `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          &  0     `$          &  0     `$          &  0     `$          &  0     `$          &  0     `$             0       `$             0       `$            0       `$          S  0      `$          &  0     `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          '  0J     `$          '  0K     `$          '  0L     `$          '  0M     `$          '  0N     `$          '  0O     `$          '  0P     `$          '  0Q     `$          '  0R     `$          '  0S     `$             0       `$             0       `$          8  0o	     `$          8  0p	     `$          8  0q	     `$          8  0r	     `$          8  0s	     `$          8  0t	     `$          8  0u	     `$          8  0v	     `$          8  0w	     `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          (  0     `$          (  0	     `$          (  0
     `$          (  0     `$          (  0     `$          (  0
     `$          (  0     `$          (  0     `$             0       `$          9  0     `$          8  0x	     `$          8  0y	     `$          8  0z	     `$          8  0{	     `$          8  0|	     `$          8  0}	     `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          +  0%     `$          +  0&     `$          +  0'     `$          +  0(     `$          +  0)     `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$             0       `$             0       `$             0       `$             0       `$          9  0     `$          9  0     `$          9  0     `$          9  0     `$          9  0     `$          9  0     `$          9  0     `$          9  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          ,  0     `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$            0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          0  0     `$          0  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          0  0     `$          0  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          0  0     `$          0  0     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$          ,  0     `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$          T  0     `$             0       `$             0       `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$             0       `$            0       `$          /  0     `$          /  0     `$          $  02     `$             0       `$          $  03     `$          $  04     `$          $  05     `$          $  06     `$          $  07     `$          $  08     `$          $  09     `$             0       `$             0       `$            0       `$             0       `$             0       `$            0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$              0       `$          (: 0                  0       &          (: 0                  0                 (: 0                  0       K          (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0m                : 0    	 	             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   	 	             0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z            0       Z          : 0   	 	              0       S             0       S            0       S             0       S           0       S            0       S             0       S           0       S            0       S             0       S            0       S          : 0   	 	             0       ڜ            0       ڜ            0       ڜ            0       ڜ            0       ڜ             0       ڜ           0       ڜ            0       ڜ            0       ڜ            0       ڜ            0       ڜ             0       ڜ           0       ڜ            0       ڜ            0       ڜ            0       ڜ            0       ڜ             0       ڜ           0       ڜ            0       ڜ            0       ڜ            0       ڜ            0       ڜ             0       ڜ            0       ڜ          : 0   	 	             0       ?              0       ?             0       ?             0       ?             0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?             0       ?            0       ?            0       ?            0       ?             0       ?           0       ?            0       ?            0       ?            0       ?             0       ?            0       ?           : 0n                : 0    * *              0       7              0       7              0       7              0       7              0       7              0       7              0       7           : 0o                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0D                
  0E                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0D                O  0E                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <             0       <             0       <             0       <            0       <             0       <             0       <             0       <         : 0p                     0       O           Q  0     O           Q  0     O           Q  0     O              0       O              0       O           R  0     O           R  0     O           R  0     O           R  0     O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O           : 0q                    0                     0                    0D                  0E                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0r                    0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0D     ֪             0E     ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0     ֪            0     ֪            0     ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0     ֪            0     ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0     ֪            0     ֪            0     ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪              0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪             0       ֪             0       ֪            0      ֪             0       ֪             0       ֪             0       ֪            0       ֪             0       ֪             0       ֪            0       ֪              0       ֪           : 0s                    0       Z          : 0    Z Z              0                      0                      0                  : 0   Z Z              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0D                   0                  P  0E                   0                     0                 : 0   Z Z              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   Z Z              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   Z Z              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   Z Z              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .          : 0   Z Z              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0              0       0          : 0   Z Z              0       !          (: 0    ! !              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "          !  0     "             0       "             0       "            0       "             0       "             0       "            0       "              0       "             0       "             0       "             0       "             0       "             0       "            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              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1             0       1             0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          "  0     1          "  0     1          "  0     1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          #  0D     1          #  0E     1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          /  0     1          $  0:     1          $  0;     1          $  0<     1             0       1             0       1             0       1            0       1          $  0=     1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1         $  0>     1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          %  0     1          %  0     1          %  0     1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          )  0     1          )  0     1          )  0     1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          *  0     1          *  0     1          )  0     1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          *  0     1          )  0     1          )  0     1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          &  0     1          &  0     1          &  0     1          &  0     1          &  0     1             0       1             0       1            0       1          S  0      1          &  0     1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          '  0T     1          '  0U     1          '  0V     1          '  0W     1          '  0X     1          '  0Y     1          '  0Z     1          '  0[     1          '  0\     1          '  0]     1             0       1             0       1          8  0~	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          (  0     1          (  0     1          (  0     1          (  0     1          (  0     1          (  0     1          (  0     1          (  0     1             0       1          9  0     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1          8  0	     1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          +  0*     1          +  0+     1          +  0,     1          +  0-     1          +  0.     1             0       1             0       1             0       1             0       1             0       1             0       1          ,  0     1          ,  0     1          ,  0     1          ,  0     1             0       1             0       1             0       1             0       1          9  0     1          9  0     1          9  0     1          9  0     1          9  0     1          9  0     1          9  0     1          9  0     1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1          ,  0      1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          0  0     1          0  0     1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          0  0     1          0  0     1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          0  0     1          0  0     1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          ,  0     1          ,  0     1          ,  0	     1          ,  0
     1          ,  0     1          ,  0     1          ,  0
     1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1          ,  0     1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          T  0     1          T  0     1          T  0     1          T  0     1          T  0     1          T  0     1          T  0     1          T  0     1          T  0     1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          /  0     1          /  0     1          $  0?     1             0       1          $  0@     1          $  0A     1          $  0B     1          $  0C     1          $  0D     1          $  0E     1          $  0F     1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1          (: 0   ! !              0       ģ          (: 0   ! !              0       S          (: 0   ! !              0       餫          (: 0   ! !          (: 0   ! !              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0t                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       x            0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x            0       x             0       x           0       x            0       x            0       x            0       x            0       x             0       x            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       ݪ             0       ݪ           0       ݪ            0       ݪ             0       ݪ           0       ݪ            0       ݪ             0       ݪ           0       ݪ            0       ݪ             0       ݪ           0       ݪ             0       ݪ            0       ݪ            0       ݪ            0       ݪ             0       ݪ           0       ݪ            0       ݪ            0       ݪ            0       ݪ             0       ݪ            0       ݪ           : 0u                : 0    Ȭ Ȭ              0       լ              0       լ              0       լ              0       լ              0       լ              0       լ              0       լ           : 0v                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0F                
  0G                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0F                O  0G                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ              0       ڼ             0       ڼ             0       ڼ             0       ڼ            0       ڼ             0       ڼ             0       ڼ             0       ڼ         : 0w                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0x                    0       ʫ              0       ʫ             0F     ʫ             0G     ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ             0       ʫ            0       ʫ             0       ʫ            0       ʫ             0       ʫ            0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ              0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ             0       ʫ             0       ʫ            0       ʫ              0       ʫ              0       ʫ              0       ʫ           : 0y                    0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0F     f             0G     f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f            0     f            0     f            0     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0     f            0     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0     f            0     f            0     f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f            0      f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f           : 0z                    0                 : 0                   0                     0                     0                 : 0                  0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	           P  0F     	              0       	           P  0G     	              0       	              0       	          : 0                  0       k              0       k              0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k             0       k             0       k             0       k            0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k          : 0                  0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0                  0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#              0       {#          : 0                  0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &              0       &          : 0                  0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,          : 0                  0       Y/          (: 0    Y/ Y/              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0	     0          !  0
     0          !  0     0          !  0     0          !  0
     0          !  0     0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0          !  0     0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0     0          !  0      0          !  0!     0          !  0"     0          !  0#     0          !  0$     0          !  0%     0          !  0&     0             0       0             0       0            0       0             0       0             0       0            0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0'     0          !  0(     0          !  0)     0          !  0*     0          !  0+     0          !  0,     0          !  0-     0          !  0.     0          !  0/     0             0       0            0       0             0       0             0       0            0       0          (: 0   Y/ Y/              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?             0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          "  0     ?          "  0     ?          "  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          #  0F     ?          #  0G     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          /  0     ?          $  0G     ?          $  0H     ?          $  0I     ?             0       ?             0       ?             0       ?            0       ?          $  0J     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             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       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          )  0     ?          )  0     ?          )  0     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          *  0     ?          *  0     ?          )  0     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          *  0     ?          )  0     ?          )  0     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          &  0     ?          &  0     ?          &  0     ?          &  0     ?          &  0     ?             0       ?             0       ?            0       ?          S  0      ?          &  0     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          '  0^     ?          '  0_     ?          '  0`     ?          '  0a     ?          '  0b     ?          '  0c     ?          '  0d     ?          '  0e     ?          '  0f     ?          '  0g     ?             0       ?             0       ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?             0       ?          9  0     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?          8  0	     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             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     ?          +  01     ?          +  02     ?          +  03     ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?          ,  0     ?          ,  0     ?          ,  0     ?          ,  0     ?             0       ?             0       ?             0       ?             0       ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          ,  0     ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          ,  0     ?          ,  0      ?          ,  0!     ?          ,  0"     ?          ,  0#     ?          ,  0$     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0     ?          0  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0     ?          0  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0     ?          0  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          ,  0%     ?          ,  0&     ?          ,  0'     ?          ,  0(     ?          ,  0)     ?          ,  0*     ?          ,  0+     ?             0       ?            0       ?             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     ?          ,  01     ?          ,  02     ?          ,  03     ?          ,  04     ?          ,  05     ?          ,  06     ?          ,  07     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          /  0     ?          /  0     ?          $  0L     ?             0       ?          $  0M     ?          $  0N     ?          $  0O     ?          $  0P     ?          $  0Q     ?          $  0R     ?          $  0S     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          (: 0   Y/ Y/              0       b          (: 0   Y/ Y/              0                 (: 0   Y/ Y/              0                 (: 0   Y/ Y/          (: 0   Y/ Y/              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z           : 0{                : 0    E E             0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y            0       Y          : 0   E E             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   E E              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   E E             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   E E             0       {              0       {             0       {             0       {             0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {            0       {             0       {           0       {             0       {            0       {            0       {            0       {             0       {           0       {            0       {            0       {            0       {             0       {            0       {           : 0|                : 0    f f              0       s              0       s              0       s              0       s              0       s              0       s              0       s           : 0}                 : 0    / /              0       8              0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8           
  0H     8           
  0I     8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8           O  0H     8           O  0I     8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8          : 0   / /              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ              0       xʬ             0       xʬ             0       xʬ             0       xʬ            0       xʬ             0       xʬ             0       xʬ             0       xʬ         : 0~                     0       Ϭ           Q  0     Ϭ           Q  0     Ϭ           Q  0     Ϭ              0       Ϭ              0       Ϭ           R  0     Ϭ           R  0     Ϭ           R  0     Ϭ           R  0     Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ              0       Ϭ           : 0                    0       Kج              0       Kج             0H     Kج             0I     Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج             0       Kج            0       Kج             0       Kج            0       Kج             0       Kج            0       Kج              0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج              0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج              0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج              0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج              0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج             0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج             0       Kج             0       Kج            0       Kج              0       Kج              0       Kج              0       Kج           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0H                  0I                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                  0!                 0"                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0#                 0$                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0%                 0&                 0'                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0                 : 0                   0       \              0       \              0       \          : 0                  0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M           P  0H     M              0       M           P  0I     M              0       M              0       M          : 0                  0       	"              0       	"              0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"             0       	"             0       	"             0       	"            0       	"              0       	"              0       	"              0       	"              0       	"              0       	"              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              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1          : 0                  0       j4              0       j4              0       j4              0       j4              0       j4              0       j4              0       j4              0       j4              0       j4          : 0                  0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:              0       l:          : 0                  0       <          (: 0    < <              0       .>              0       .>              0       .>              0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>          !  00     .>          !  01     .>          !  02     .>          !  03     .>          !  04     .>          !  05     .>          !  06     .>          !  07     .>          !  08     .>          !  09     .>          !  0:     .>             0       .>             0       .>            0       .>             0       .>             0       .>            0       .>              0       .>              0       .>              0       .>              0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>          !  0;     .>          !  0<     .>          !  0=     .>          !  0>     .>          !  0?     .>          !  0@     .>          !  0A     .>          !  0B     .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>            0       .>              0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>          !  0C     .>          !  0D     .>          !  0E     .>          !  0F     .>          !  0G     .>          !  0H     .>          !  0I     .>          !  0J     .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>            0       .>              0       .>              0       .>              0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>          !  0K     .>          !  0L     .>          !  0M     .>          !  0N     .>          !  0O     .>          !  0P     .>          !  0Q     .>          !  0R     .>             0       .>             0       .>            0       .>             0       .>             0       .>            0       .>              0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>             0       .>             0       .>             0       .>             0       .>             0       .>             0       .>            0       .>          !  0S     .>          !  0T     .>          !  0U     .>          !  0V     .>          !  0W     .>          !  0X     .>          !  0Y     .>          !  0Z     .>          !  0[     .>             0       .>            0       .>             0       .>             0       .>            0       .>          (: 0   < <              0       :M              0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M              0       :M              0       :M              0       :M             0       :M             0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          "  0     :M          "  0     :M          "  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          #  0H     :M          #  0I     :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          /  0     :M          $  0T     :M          $  0U     :M          $  0V     :M             0       :M             0       :M             0       :M            0       :M          $  0W     :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M         $  0X     :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          %  0     :M          %  0     :M          %  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          )  0     :M          )  0     :M          )  0     :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          *  0     :M          *  0     :M          )  0     :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          *  0     :M          )  0     :M          )  0     :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          &  0     :M          &  0     :M          &  0     :M          &  0     :M          &  0     :M             0       :M             0       :M            0       :M          S  0      :M          &  0     :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          '  0h     :M          '  0i     :M          '  0j     :M          '  0k     :M          '  0l     :M          '  0m     :M          '  0n     :M          '  0o     :M          '  0p     :M          '  0q     :M             0       :M             0       :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          (  0      :M          (  0!     :M          (  0"     :M          (  0#     :M          (  0$     :M          (  0%     :M          (  0&     :M          (  0'     :M             0       :M          9  0     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M          8  0	     :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          +  04     :M          +  05     :M          +  06     :M          +  07     :M          +  08     :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M          ,  08     :M          ,  09     :M          ,  0:     :M          ,  0;     :M             0       :M             0       :M             0       :M             0       :M          9  0     :M          9  0     :M          9  0     :M          9  0     :M          9  0     :M          9  0     :M          9  0     :M          9  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          ,  0<     :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M            0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M          ,  0=     :M          ,  0>     :M          ,  0?     :M          ,  0@     :M          ,  0A     :M          ,  0B     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          0  0     :M          0  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          0  0     :M          0  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          0  0     :M          0  0     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          ,  0C     :M          ,  0D     :M          ,  0E     :M          ,  0F     :M          ,  0G     :M          ,  0H     :M          ,  0I     :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          ,  0J     :M          ,  0K     :M          ,  0L     :M          ,  0M     :M          ,  0N     :M          ,  0O     :M          ,  0P     :M          ,  0Q     :M          ,  0R     :M          ,  0S     :M          ,  0T     :M          ,  0U     :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M          T  0     :M             0       :M             0       :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M             0       :M            0       :M          /  0     :M          /  0     :M          $  0Y     :M             0       :M          $  0Z     :M          $  0[     :M          $  0\     :M          $  0]     :M          $  0^     :M          $  0_     :M          $  0`     :M             0       :M             0       :M            0       :M             0       :M             0       :M            0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M              0       :M          (: 0   < <              0                  (: 0   < <              0                 (: 0   < <              0       %          (: 0   < <          (: 0   < <              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       4­            0       4­            0       4­            0       4­             0       4­           0       4­            0       4­            0       4­            0       4­             0       4­           0       4­            0       4­            0       4­            0       4­             0       4­           0       4­             0       4­            0       4­            0       4­             0       4­           0       4­             0       4­            0       4­            0       4­             0       4­           0       4­             0       4­            0       4­            0       4­             0       4­           0       4­             0       4­            0       4­            0       4­             0       4­            0       4­          : 0                  0       -ŭ             0       -ŭ            0       -ŭ             0       -ŭ           0       -ŭ            0       -ŭ             0       -ŭ           0       -ŭ            0       -ŭ             0       -ŭ            0       -ŭ          : 0                 0       ŭ            0       ŭ            0       ŭ            0       ŭ            0       ŭ             0       ŭ           0       ŭ            0       ŭ            0       ŭ            0       ŭ            0       ŭ             0       ŭ           0       ŭ            0       ŭ            0       ŭ            0       ŭ            0       ŭ             0       ŭ           0       ŭ            0       ŭ            0       ŭ            0       ŭ            0       ŭ             0       ŭ            0       ŭ          : 0                 0       ƭ              0       ƭ             0       ƭ             0       ƭ             0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ             0       ƭ           0       ƭ             0       ƭ            0       ƭ            0       ƭ            0       ƭ             0       ƭ           0       ƭ            0       ƭ            0       ƭ            0       ƭ             0       ƭ            0       ƭ           : 0                : 0    ȭ ȭ              0       ȭ              0       ȭ              0       ȭ              0       ȭ              0       ȭ              0       ȭ              0       ȭ           : 0                 : 0    ˭ ˭              0       ˭              0       ˭             0       ˭             0       ˭            0       ˭             0       ˭             0       ˭            0       ˭             0       ˭             0       ˭            0       ˭             0       ˭             0       ˭            0       ˭              0       ˭              0       ˭           
  0J     ˭           
  0K     ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭           O  0J     ˭           O  0K     ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭              0       ˭          : 0   ˭ ˭              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح              0       ح             0       ح             0       ح             0       ح            0       ح             0       ح             0       ح             0       ح         : 0                     0       )ݭ           Q  0     )ݭ           Q  0     )ݭ           Q  0     )ݭ              0       )ݭ              0       )ݭ           R  0     )ݭ           R  0     )ݭ           R  0     )ݭ           R  0     )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ              0       )ݭ           : 0                    0                     0                    0J                  0K                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0J                  0K                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0(                 0)                 0*                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0+                 0,                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0-                 0.                 0/                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       4          : 0    4 4              0                     0                     0                 : 0   4 4              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $           P  0J     $              0       $           P  0K     $              0       $              0       $          : 0   4 4              0       /              0       /              0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /          : 0   4 4              0       5              0       5              0       5              0       5              0       5              0       5              0     5              0       5              0       5              0       5              0       5              0     5              0       5              0       5              0     5              0       5          : 0   4 4              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >              0       >          : 0   4 4              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B          : 0   4 4              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H              0       
H          : 0   4 4              0       J          (: 0    J J              0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K            0       K          !  0\     K          !  0]     K          !  0^     K          !  0_     K          !  0`     K          !  0a     K          !  0b     K          !  0c     K          !  0d     K          !  0e     K          !  0f     K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K          !  0g     K          !  0h     K          !  0i     K          !  0j     K          !  0k     K          !  0l     K          !  0m     K          !  0n     K             0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K          !  0o     K          !  0p     K          !  0q     K          !  0r     K          !  0s     K          !  0t     K          !  0u     K          !  0v     K             0       K             0       K             0       K            0       K             0       K             0       K            0       K              0       K              0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K          !  0w     K          !  0x     K          !  0y     K          !  0z     K          !  0{     K          !  0|     K          !  0}     K          !  0~     K             0       K             0       K            0       K             0       K             0       K            0       K              0       K             0       K             0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K             0       K             0       K             0       K            0       K          !  0     K          !  0     K          !  0     K          !  0     K          !  0     K          !  0     K          !  0     K          !  0     K          !  0     K             0       K            0       K             0       K             0       K            0       K          (: 0   J J              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z             0       Z             0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          "  0     Z          "  0     Z          "  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          #  0J     Z          #  0K     Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          /  0     Z          $  0a     Z          $  0b     Z          $  0c     Z             0       Z             0       Z             0       Z            0       Z          $  0d     Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z         $  0e     Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          %  0     Z          %  0     Z          %  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          )  0     Z          )  0     Z          )  0     Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          *  0     Z          *  0     Z          )  0     Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          *  0     Z          )  0     Z          )  0     Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          &  0     Z          &  0     Z          &  0     Z          &  0     Z          &  0     Z             0       Z             0       Z            0       Z          S  0      Z          &  0     Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          '  0r     Z          '  0s     Z          '  0t     Z          '  0u     Z          '  0v     Z          '  0w     Z          '  0x     Z          '  0y     Z          '  0z     Z          '  0{     Z             0       Z             0       Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          (  0(     Z          (  0)     Z          (  0*     Z          (  0+     Z          (  0,     Z          (  0-     Z          (  0.     Z          (  0/     Z             0       Z          9  0     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z          8  0	     Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          +  09     Z          +  0:     Z          +  0;     Z          +  0<     Z          +  0=     Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z          ,  0V     Z          ,  0W     Z          ,  0X     Z          ,  0Y     Z             0       Z             0       Z             0       Z             0       Z          9  0     Z          9  0     Z          9  0     Z          9  0     Z          9  0     Z          9  0     Z          9  0     Z          9  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          ,  0Z     Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z          ,  0[     Z          ,  0\     Z          ,  0]     Z          ,  0^     Z          ,  0_     Z          ,  0`     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          0  0     Z          0  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          0  0     Z          0  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          0  0     Z          0  0     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          ,  0a     Z          ,  0b     Z          ,  0c     Z          ,  0d     Z          ,  0e     Z          ,  0f     Z          ,  0g     Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          ,  0h     Z          ,  0i     Z          ,  0j     Z          ,  0k     Z          ,  0l     Z          ,  0m     Z          ,  0n     Z          ,  0o     Z          ,  0p     Z          ,  0q     Z          ,  0r     Z          ,  0s     Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z          T  0     Z             0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z             0       Z            0       Z          /  0     Z          /  0     Z          $  0f     Z             0       Z          $  0g     Z          $  0h     Z          $  0i     Z          $  0j     Z          $  0k     Z          $  0l     Z          $  0m     Z             0       Z             0       Z            0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z          (: 0   J J              0       ̮          (: 0   J J              0       -ͮ          (: 0   J J              0       ͮ          (: 0   J J          (: 0   J J              0       ή              0       ή              0       ή              0       ή             0       ή             0       ή             0       ή             0       ή             0       ή            0       ή              0       ή              0       ή              0       ή              0       ή              0       ή              0       ή           : 0                : 0    Ϯ Ϯ             0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ            0       Ϯ             0       Ϯ            0       Ϯ          : 0   Ϯ Ϯ             0       Ϯ            0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ            0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ            0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ             0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ             0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ             0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ           0       Ϯ             0       Ϯ            0       Ϯ            0       Ϯ             0       Ϯ            0       Ϯ          : 0   Ϯ Ϯ              0       Ү             0       Ү            0       Ү             0       Ү           0       Ү            0       Ү             0       Ү           0       Ү            0       Ү             0       Ү            0       Ү          : 0   Ϯ Ϯ             0       RӮ            0       RӮ            0       RӮ            0       RӮ            0       RӮ             0       RӮ           0       RӮ            0       RӮ            0       RӮ            0       RӮ            0       RӮ             0       RӮ           0       RӮ            0       RӮ            0       RӮ            0       RӮ            0       RӮ             0       RӮ           0       RӮ            0       RӮ            0       RӮ            0       RӮ            0       RӮ             0       RӮ            0       RӮ          : 0   Ϯ Ϯ             0       Ӯ              0       Ӯ             0       Ӯ             0       Ӯ             0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ             0       Ӯ            0       Ӯ            0       Ӯ            0       Ӯ             0       Ӯ           0       Ӯ            0       Ӯ            0       Ӯ            0       Ӯ             0       Ӯ            0       Ӯ           : 0                : 0    ծ ծ              0       ծ              0       ծ              0       ծ              0       ծ              0       ծ              0       ծ              0       ծ           : 0                 : 0    kٮ kٮ              0       tٮ              0       tٮ             0       tٮ             0       tٮ            0       tٮ             0       tٮ             0       tٮ            0       tٮ             0       tٮ             0       tٮ            0       tٮ             0       tٮ             0       tٮ            0       tٮ              0       tٮ              0       tٮ           
  0L     tٮ           
  0M     tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ           O  0L     tٮ           O  0M     tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ              0       tٮ          : 0   kٮ kٮ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0L                  0M                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
             0L     @
             0M     @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              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     @
            01     @
            02     @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            03     @
            04     @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            05     @
            06     @
            07     @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
              0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
             0       @
             0       @
            0      @
             0       @
             0       @
             0       @
            0       @
             0       @
             0       @
            0       @
              0       @
           : 0                    0       ,          : 0    , ,              0       -              0       -              0       -          : 0   , ,              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2           P  0L     2              0       2           P  0M     2              0       2              0       2          : 0   , ,              0       E=              0       E=              0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=             0       E=             0       E=             0       E=            0       E=              0       E=              0       E=              0       E=              0       E=              0       E=              0       E=              0       E=              0       E=              0       E=              0       E=          : 0   , ,              0       fC              0       fC              0       fC              0       fC              0       fC              0       fC              0     fC              0       fC              0       fC              0       fC              0       fC              0     fC              0       fC              0       fC              0     fC              0       fC          : 0   , ,              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL              0       UL          : 0   , ,              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O          : 0   , ,              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U          : 0   , ,              0       3X          (: 0    3X 3X              0       jY              0       jY              0       jY              0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY             0       jY             0       jY            0       jY             0       jY             0       jY            0       jY              0       jY              0       jY              0       jY              0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY            0       jY              0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY            0       jY              0       jY              0       jY              0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY             0       jY             0       jY            0       jY             0       jY             0       jY            0       jY              0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY             0       jY             0       jY             0       jY             0       jY             0       jY             0       jY            0       jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY          !  0     jY             0       jY            0       jY             0       jY             0       jY            0       jY          (: 0   3X 3X              0       vh              0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh              0       vh              0       vh              0       vh             0       vh             0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          "  0     vh          "  0     vh          "  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          #  0L     vh          #  0M     vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          /  0     vh          $  0n     vh          $  0o     vh          $  0p     vh             0       vh             0       vh             0       vh            0       vh          $  0q     vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh         $  0r     vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          %  0     vh          %  0     vh          %  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          )  0     vh          )  0     vh          )  0     vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          *  0     vh          *  0     vh          )  0     vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          *  0     vh          )  0     vh          )  0     vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          &  0     vh          &  0     vh          &  0     vh          &  0     vh          &  0     vh             0       vh             0       vh            0       vh          S  0      vh          &  0     vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          '  0|     vh          '  0}     vh          '  0~     vh          '  0     vh          '  0     vh          '  0     vh          '  0     vh          '  0     vh          '  0     vh          '  0     vh             0       vh             0       vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          (  00     vh          (  01     vh          (  02     vh          (  03     vh          (  04     vh          (  05     vh          (  06     vh          (  07     vh             0       vh          9  0     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh          8  0	     vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          +  0>     vh          +  0?     vh          +  0@     vh          +  0A     vh          +  0B     vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh          ,  0t     vh          ,  0u     vh          ,  0v     vh          ,  0w     vh             0       vh             0       vh             0       vh             0       vh          9  0     vh          9  0     vh          9  0     vh          9  0     vh          9  0     vh          9  0     vh          9  0     vh          9  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          ,  0x     vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh            0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh          ,  0y     vh          ,  0z     vh          ,  0{     vh          ,  0|     vh          ,  0}     vh          ,  0~     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          0  0     vh          0  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          0  0     vh          0  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          0  0     vh          0  0     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh          ,  0     vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh          T  0     vh             0       vh             0       vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh             0       vh            0       vh          /  0     vh          /  0     vh          $  0s     vh             0       vh          $  0t     vh          $  0u     vh          $  0v     vh          $  0w     vh          $  0x     vh          $  0y     vh          $  0z     vh             0       vh             0       vh            0       vh             0       vh             0       vh            0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh              0       vh          (: 0   3X 3X              0       <گ          (: 0   3X 3X              0       گ          (: 0   3X 3X              0       aۯ          (: 0   3X 3X          (: 0   3X 3X              0       4ܯ              0       4ܯ              0       4ܯ              0       4ܯ             0       4ܯ             0       4ܯ             0       4ܯ             0       4ܯ             0       4ܯ            0       4ܯ              0       4ܯ              0       4ܯ              0       4ܯ              0       4ܯ              0       4ܯ              0       4ܯ           : 0                : 0    ݯ ݯ             0       3ݯ            0       3ݯ             0       3ݯ           0       3ݯ            0       3ݯ             0       3ݯ           0       3ݯ            0       3ݯ             0       3ݯ            0       3ݯ          : 0   ݯ ݯ             0       pݯ            0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ            0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ            0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ             0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ             0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ             0       pݯ            0       pݯ            0       pݯ             0       pݯ           0       pݯ             0       pݯ            0       pݯ            0       pݯ             0       pݯ            0       pݯ          : 0   ݯ ݯ              0       i             0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i            0       i          : 0   ݯ ݯ             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   ݯ ݯ             0       U              0       U             0       U             0       U             0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U            0       U             0       U           0       U             0       U            0       U            0       U            0       U             0       U           0       U            0       U            0       U            0       U             0       U            0       U           : 0                : 0    @ @              0       M              0       M              0       M              0       M              0       M              0       M              0       M           : 0                 : 0    	 	              0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0N                
  0O                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0N                O  0O                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   	 	              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R         : 0                     0       e           Q  0     e           Q  0     e           Q  0     e              0       e              0       e           R  0     e           R  0     e           R  0     e           R  0     e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e           : 0                    0       %              0       %             0N     %             0O     %              0       %              0       %              0       %              0       %              0       %             0       %            0       %             0       %            0       %             0       %            0       %              0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0N                  0O                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   08                 09                 0:                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0;                 0<                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0=                 0>                 0?                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       p:          : 0    p: p:              0       6;              0       6;              0       6;          : 0   p: p:              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@              0       '@           P  0N     '@              0       '@           P  0O     '@              0       '@              0       '@          : 0   p: p:              0       J              0       J              0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J             0       J             0       J             0       J            0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J          : 0   p: p:              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0     Q              0       Q              0       Q              0       Q              0       Q              0     Q              0       Q              0       Q              0     Q              0       Q          : 0   p: p:              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y          : 0   p: p:              0       D]              0       D]              0       D]              0       D]              0       D]              0       D]              0       D]              0       D]              0       D]          : 0   p: p:              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc              0       Fc          : 0   p: p:              0       e          (: 0    e e              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g             0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g             0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g             0       g             0       g            0       g             0       g             0       g            0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g          !  0     g             0       g            0       g             0       g             0       g            0       g          (: 0   e e              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v             0       v             0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          "  0     v          "  0     v          "  0     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          #  0N     v          #  0O     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          /  0     v          $  0{     v          $  0|     v          $  0}     v             0       v             0       v             0       v            0       v          $  0~     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v         $  0     v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          %  0     v          %  0     v          %  0     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          )  0     v          )  0     v          )  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          *  0     v          *  0     v          )  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          *  0     v          )  0     v          )  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          &  0     v          &  0     v          &  0     v          &  0     v          &  0     v             0       v             0       v            0       v          S  0      v          &  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v          '  0     v             0       v             0       v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          (  08     v          (  09     v          (  0:     v          (  0;     v          (  0<     v          (  0=     v          (  0>     v          (  0?     v             0       v          9  0     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v          8  0	     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          +  0C     v          +  0D     v          +  0E     v          +  0F     v          +  0G     v             0       v             0       v             0       v             0       v             0       v             0       v          ,  0     v          ,  0     v          ,  0     v          ,  0     v             0       v             0       v             0       v             0       v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v          9  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  0     v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          0  0     v          0  0     v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v          ,  0     v             0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v          T  0     v             0       v             0       v             0       v             0       v            0       v             0       v             0       v            0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v             0       v            0       v          /  0     v          /  0     v          $  0     v             0       v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v          $  0     v             0       v             0       v            0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v          (: 0   e e              0                 (: 0   e e              0       i          (: 0   e e              0                 (: 0   e e          (: 0   e e              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0P                
  0Q                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0P                O  0Q                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                    0                     0                     0                     0                 : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0P                  0Q                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(             0P     |(             0Q     |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(            0@     |(            0A     |(            0B     |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0C     |(            0D     |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0E     |(            0F     |(            0G     |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(              0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(             0       |(             0       |(            0      |(             0       |(             0       |(             0       |(            0       |(             0       |(             0       |(            0       |(              0       |(           : 0                    0       H          : 0    H H              0       H              0       H              0       H          : 0   H H              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M           P  0P     M              0       M           P  0Q     M              0       M              0       M          : 0   H H              0       X              0       X              0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X            0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X          : 0   H H              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0     ^              0       ^              0       ^              0       ^              0       ^              0     ^              0       ^              0       ^              0     ^              0       ^          : 0   H H              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g          : 0   H H              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j          : 0   H H              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p          : 0   H H              0       os          (: 0    os os              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t            0       t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t             0       t             0       t             0       t            0       t             0       t             0       t            0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0      t          !  0     t          !  0     t             0       t             0       t            0       t             0       t             0       t            0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t             0       t             0       t             0       t             0       t             0       t             0       t            0       t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0     t          !  0	     t          !  0
     t          !  0     t             0       t            0       t             0       t             0       t            0       t          (: 0   os os              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0P               #  0Q                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0@               (  0A               (  0B               (  0C               (  0D               (  0E               (  0F               (  0G                  0                 9  0               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0H               +  0I               +  0J               +  0K               +  0L                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   os os              0       x          (: 0   os os              0                 (: 0   os os              0                 (: 0   os os          (: 0   os os              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p           : 0                : 0    [ [             0       o            0       o             0       o           0       o            0       o             0       o           0       o            0       o             0       o            0       o          : 0   [ [             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   [ [              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   [ [             0       ,            0       ,            0       ,            0       ,            0       ,             0       ,           0       ,            0       ,            0       ,            0       ,            0       ,             0       ,           0       ,            0       ,            0       ,            0       ,            0       ,             0       ,           0       ,            0       ,            0       ,            0       ,            0       ,             0       ,            0       ,          : 0   [ [             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0    | |              0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    E E              0       N              0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N             0       N             0       N            0       N              0       N              0       N           
  0R     N           
  0S     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N           O  0R     N           O  0S     N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N              0       N          : 0   E E              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       a              0       a             0R     a             0S     a              0       a              0       a              0       a              0       a              0       a             0       a            0       a             0       a            0       a             0       a            0       a              0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a           : 0                    0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0R     6             0S     6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6            0H     6            0I     6            0J     6             0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6            0K     6            0L     6             0       6             0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6             0       6            0M     6            0N     6            0O     6             0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6             0       6            0      6             0       6             0       6             0       6            0       6             0       6             0       6            0       6              0       6           : 0                    0       U          : 0    U U              0       rV              0       rV              0       rV          : 0   U U              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[              0       c[           P  0R     c[              0       c[           P  0S     c[              0       c[              0       c[          : 0   U U              0       f              0       f              0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f          : 0   U U              0       @l              0       @l              0       @l              0       @l              0       @l              0       @l              0     @l              0       @l              0       @l              0       @l              0       @l              0     @l              0       @l              0       @l              0     @l              0       @l          : 0   U U              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u              0       /u          : 0   U U              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x          : 0   U U              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~          : 0   U U              0       
          (: 0    
 
              0       D              0       D              0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D             0       D             0       D            0       D          !  0     D          !  0
     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D             0       D             0       D            0       D             0       D             0       D            0       D              0       D              0       D              0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D             0       D             0       D             0       D            0       D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D          !  0     D             0       D             0       D             0       D            0       D             0       D             0       D            0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D             0       D             0       D             0       D             0       D            0       D          !  0     D          !  0      D          !  0!     D          !  0"     D          !  0#     D          !  0$     D          !  0%     D          !  0&     D             0       D             0       D             0       D            0       D             0       D             0       D            0       D              0       D              0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D             0       D             0       D             0       D             0       D            0       D          !  0'     D          !  0(     D          !  0)     D          !  0*     D          !  0+     D          !  0,     D          !  0-     D          !  0.     D             0       D             0       D            0       D             0       D             0       D            0       D              0       D             0       D             0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D             0       D             0       D             0       D            0       D          !  0/     D          !  00     D          !  01     D          !  02     D          !  03     D          !  04     D          !  05     D          !  06     D          !  07     D             0       D            0       D             0       D             0       D            0       D          (: 0   
 
              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P             0       P             0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          "  0     P          "  0     P          "  0     P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          #  0R     P          #  0S     P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          /  0     P          $  0     P          $  0     P          $  0     P             0       P             0       P             0       P            0       P          $  0     P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P         $  0     P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          %  0     P          %  0     P          %  0     P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          )  0     P          )  0     P          )  0     P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          *  0     P          *  0     P          )  0     P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          *  0     P          )  0     P          )  0     P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          &  0     P          &  0     P          &  0     P          &  0     P          &  0     P             0       P             0       P            0       P          S  0      P          &  0     P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P          '  0     P             0       P             0       P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          (  0H     P          (  0I     P          (  0J     P          (  0K     P          (  0L     P          (  0M     P          (  0N     P          (  0O     P             0       P          9  0     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P          8  0	     P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          +  0M     P          +  0N     P          +  0O     P          +  0P     P          +  0Q     P             0       P             0       P             0       P             0       P             0       P             0       P          ,  0     P          ,  0     P          ,  0     P          ,  0     P             0       P             0       P             0       P             0       P          9  0     P          9  0     P          9  0     P          9  0     P          9  0     P          9  0     P          9  0     P          9  0     P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P            0       P          ,  0     P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          0  0     P          0  0     P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          0  0     P          0  0     P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          0  0     P          0  0     P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P             0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P          ,  0     P             0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          T  0     P          T  0     P          T  0     P          T  0     P          T  0     P          T  0     P          T  0     P          T  0     P          T  0     P             0       P             0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P             0       P            0       P          /  0     P          /  0     P          $  0     P             0       P          $  0     P          $  0     P          $  0     P          $  0     P          $  0     P          $  0     P          $  0     P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P          (: 0   
 
              0                 (: 0   
 
              0                 (: 0   
 
              0       ;          (: 0   
 
          (: 0   
 
              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0       
            0       
             0       
           0       
            0       
             0       
           0       
            0       
             0       
            0       
          : 0                 0       J            0       J            0       J            0       J             0       J           0       J            0       J            0       J            0       J             0       J           0       J            0       J            0       J            0       J             0       J           0       J             0       J            0       J            0       J             0       J           0       J             0       J            0       J            0       J             0       J           0       J             0       J            0       J            0       J             0       J           0       J             0       J            0       J            0       J             0       J            0       J          : 0                  0       C	             0       C	            0       C	             0       C	           0       C	            0       C	             0       C	           0       C	            0       C	             0       C	            0       C	          : 0                 0       	            0       	            0       	            0       	            0       	             0       	           0       	            0       	            0       	            0       	            0       	             0       	           0       	            0       	            0       	            0       	            0       	             0       	           0       	            0       	            0       	            0       	            0       	             0       	            0       	          : 0                 0       /
              0       /
             0       /
             0       /
             0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
            0       /
             0       /
           0       /
             0       /
            0       /
            0       /
            0       /
             0       /
           0       /
            0       /
            0       /
            0       /
             0       /
            0       /
           : 0                : 0                   0       '              0       '              0       '              0       '              0       '              0       '              0       '           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0T                
  0U                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0T                O  0U                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,             0       ,             0       ,             0       ,            0       ,             0       ,             0       ,             0       ,         : 0                     0       ?!           Q  0     ?!           Q  0     ?!           Q  0      ?!              0       ?!              0       ?!           R  0     ?!           R  0     ?!           R  0     ?!           R  0     ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!              0       ?!           : 0                    0       )              0       )             0T     )             0U     )              0       )              0       )              0       )              0       )              0       )             0       )            0       )             0       )            0       )             0       )            0       )              0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )              0       )              0       )           : 0                    0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0T     C             0U     C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C            0P     C            0Q     C            0R     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C            0S     C            0T     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0U     C            0V     C            0W     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C            0      C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C           : 0                    0       Jc          : 0    Jc Jc              0       d              0       d              0       d          : 0   Jc Jc              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i              0       i           P  0T     i              0       i           P  0U     i              0       i              0       i          : 0   Jc Jc              0       s              0       s              0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s             0       s             0       s             0       s            0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s              0       s          : 0   Jc Jc              0       y              0       y              0       y              0       y              0       y              0       y              0     y              0       y              0       y              0       y              0       y              0     y              0       y              0       y              0      y              0       y          : 0   Jc Jc              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂              0       ͂          : 0   Jc Jc              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   Jc Jc              0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   Jc Jc              0                 (: 0                   0       ⏳              0       ⏳              0       ⏳              0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳          !  08     ⏳          !  09     ⏳          !  0:     ⏳          !  0;     ⏳          !  0<     ⏳          !  0=     ⏳          !  0>     ⏳          !  0?     ⏳          !  0@     ⏳          !  0A     ⏳          !  0B     ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳            0       ⏳              0       ⏳              0       ⏳              0       ⏳              0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳          !  0C     ⏳          !  0D     ⏳          !  0E     ⏳          !  0F     ⏳          !  0G     ⏳          !  0H     ⏳          !  0I     ⏳          !  0J     ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳            0       ⏳              0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳          !  0K     ⏳          !  0L     ⏳          !  0M     ⏳          !  0N     ⏳          !  0O     ⏳          !  0P     ⏳          !  0Q     ⏳          !  0R     ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳            0       ⏳              0       ⏳              0       ⏳              0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳          !  0S     ⏳          !  0T     ⏳          !  0U     ⏳          !  0V     ⏳          !  0W     ⏳          !  0X     ⏳          !  0Y     ⏳          !  0Z     ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳            0       ⏳              0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳             0       ⏳            0       ⏳          !  0[     ⏳          !  0\     ⏳          !  0]     ⏳          !  0^     ⏳          !  0_     ⏳          !  0`     ⏳          !  0a     ⏳          !  0b     ⏳          !  0c     ⏳             0       ⏳            0       ⏳             0       ⏳             0       ⏳            0       ⏳          (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                   0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0T               #  0U                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                   0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0                )  0                )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                   0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	               8  0	                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0P               (  0Q               (  0R               (  0S               (  0T               (  0U               (  0V               (  0W                  0                 9  0               8  0	               8  0 
               8  0
               8  0
               8  0
               8  0
                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0R               +  0S               +  0T               +  0U               +  0V                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0                9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0                0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0                ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0	                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0                T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0                $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0                 (: 0                  0       C          (: 0                  0                 (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       h            0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h            0       h             0       h            0       h          : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0V                
  0W                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0V                O  0W                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )              0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )         : 0                     0       .           Q  0     .           Q  0     .           Q  0     .              0       .              0       .           R  0     .           R  0     .           R  0     .           R  0     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .           : 0                    0       7              0       7             0V     7             0W     7              0       7              0       7              0       7              0       7              0       7             0       7            0       7             0       7            0       7             0       7            0       7              0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7            0       7              0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7            0       7              0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7            0       7              0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7            0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7            0       7             0       7             0       7             0       7             0       7             0       7            0       7             0       7             0       7            0       7             0       7             0       7            0       7              0       7              0       7              0       7           : 0                    0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0V     VQ             0W     VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0X     VQ            0Y     VQ            0Z     VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0[     VQ            0\     VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0]     VQ            0^     VQ            0_     VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ              0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ             0       VQ             0       VQ            0      VQ             0       VQ             0       VQ             0       VQ            0       VQ             0       VQ             0       VQ            0       VQ              0       VQ           : 0                    0       p          : 0    p p              0       q              0       q              0       q          : 0   p p              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v              0       v           P  0V     v              0       v           P  0W     v              0       v              0       v          : 0   p p              0       [              0       [              0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [          : 0   p p              0       |              0       |              0       |              0       |              0       |              0       |              0     |              0       |              0       |              0       |              0       |              0     |              0       |              0       |              0     |              0       |          : 0   p p              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k          : 0   p p              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   p p              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   p p              0       I          (: 0    I I              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0d               !  0e               !  0f               !  0g               !  0h               !  0i               !  0j               !  0k               !  0l               !  0m               !  0n                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0o               !  0p               !  0q               !  0r               !  0s               !  0t               !  0u               !  0v                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0w               !  0x               !  0y               !  0z               !  0{               !  0|               !  0}               !  0~                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0   I I              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0V               #  0W                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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
               8  0
               8  0
               8  0
               8  0	
               8  0

               8  0
               8  0
               8  0
                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0X               (  0Y               (  0Z               (  0[               (  0\               (  0]               (  0^               (  0_                  0                 9  0               8  0
               8  0
               8  0
               8  0
               8  0
               8  0
                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0W               +  0X               +  0Y               +  0Z               +  0[                  0                    0                    0                    0                    0                    0                 ,  0
               ,  0               ,  0               ,  0
                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0	               9  0
               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0                ,  0!               ,  0"               ,  0#               ,  0$               ,  0%               ,  0&               ,  0'                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0	               T  0
               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   I I              0       R          (: 0   I I              0                 (: 0   I I              0       w          (: 0   I I          (: 0   I I              0       J               0       J               0       J               0       J              0       J              0       J              0       J              0       J              0       J             0       J               0       J               0       J               0       J               0       J               0       J               0       J            : 0                : 0    5! 5!             0       I!            0       I!             0       I!           0       I!            0       I!             0       I!           0       I!            0       I!             0       I!            0       I!          : 0   5! 5!             0       !            0       !            0       !            0       !             0       !           0       !            0       !            0       !            0       !             0       !           0       !            0       !            0       !            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! 5!              0       $             0       $            0       $             0       $           0       $            0       $             0       $           0       $            0       $             0       $            0       $          : 0   5! 5!             0       %            0       %            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! 5!             0       k%              0       k%             0       k%             0       k%             0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%            0       k%             0       k%           0       k%             0       k%            0       k%            0       k%            0       k%             0       k%           0       k%            0       k%            0       k%            0       k%             0       k%            0       k%           : 0                : 0    V' V'              0       c'              0       c'              0       c'              0       c'              0       c'              0       c'              0       c'           : 0                 : 0    + +              0       (+              0       (+             0       (+             0       (+            0       (+             0       (+             0       (+            0       (+             0       (+             0       (+            0       (+             0       (+             0       (+            0       (+              0       (+              0       (+           
  0X     (+           
  0Y     (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+           O  0X     (+           O  0Y     (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+              0       (+          : 0   + +              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7              0       h7             0       h7             0       h7             0       h7            0       h7             0       h7             0       h7             0       h7         : 0                     0       {<           Q  0     {<           Q  0     {<           Q  0     {<              0       {<              0       {<           R  0     {<           R  0     {<           R  0     {<           R  0     {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<              0       {<           : 0                    0       ;E              0       ;E             0X     ;E             0Y     ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E             0       ;E            0       ;E             0       ;E            0       ;E             0       ;E            0       ;E              0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E              0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E              0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E              0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E              0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E             0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E             0       ;E             0       ;E            0       ;E              0       ;E              0       ;E              0       ;E           : 0                    0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0X     ^             0Y     ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^            0`     ^            0a     ^            0b     ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0c     ^            0d     ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0e     ^            0f     ^            0g     ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^              0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^             0       ^             0       ^            0      ^             0       ^             0       ^             0       ^            0       ^             0       ^             0       ^            0       ^              0       ^           : 0                    0       ~          : 0    ~ ~              0       L              0       L              0       L          : 0   ~ ~              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =           P  0X     =              0       =           P  0Y     =              0       =              0       =          : 0   ~ ~              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ~ ~              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   ~ ~              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	          : 0   ~ ~              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z          : 0   ~ ~              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \          : 0   ~ ~              0       穵          (: 0    穵 穵              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0   穵 穵              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *             0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          "  0     *          "  0     *          "  0     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          #  0X     *          #  0Y     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          /  0     *          $  0     *          $  0     *          $  0     *             0       *             0       *             0       *            0       *          $  0     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *         $  0     *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          %  0     *          %  0     *          %  0     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          )  0     *          )  0	     *          )  0
     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          *  0     *          *  0     *          )  0     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          *  0     *          )  0     *          )  0
     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          &  0     *          &  0	     *          &  0
     *          &  0     *          &  0     *             0       *             0       *            0       *          S  0      *          &  0
     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            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
     *          8  0
     *          8  0
     *          8  0
     *          8  0
     *          8  0
     *          8  0
     *          8  0
     *          8  0
     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          (  0`     *          (  0a     *          (  0b     *          (  0c     *          (  0d     *          (  0e     *          (  0f     *          (  0g     *             0       *          9  0     *          8  0
     *          8  0
     *          8  0
     *          8  0 
     *          8  0!
     *          8  0"
     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          +  0\     *          +  0]     *          +  0^     *          +  0_     *          +  0`     *             0       *             0       *             0       *             0       *             0       *             0       *          ,  0(     *          ,  0)     *          ,  0*     *          ,  0+     *             0       *             0       *             0       *             0       *          9  0
     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  0,     *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              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     *          ,  01     *          ,  02     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0     *          0  0	     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0
     *          0  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0     *          0  0
     *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  03     *          ,  04     *          ,  05     *          ,  06     *          ,  07     *          ,  08     *          ,  09     *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  0:     *          ,  0;     *          ,  0<     *          ,  0=     *          ,  0>     *          ,  0?     *          ,  0@     *          ,  0A     *          ,  0B     *          ,  0C     *          ,  0D     *          ,  0E     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          T  0     *          T  0
     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          /  0     *          /  0     *          $  0     *             0       *          $  0     *          $  0     *          $  0     *          $  0     *          $  0     *          $  0     *          $  0     *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *          (: 0   穵 穵              0       +          (: 0   穵 穵              0       ,          (: 0   穵 穵              0       -          (: 0   穵 穵          (: 0   穵 穵              0       -              0       -              0       -              0       -             0       -             0       -             0       -             0       -             0       -            0       -              0       -              0       -              0       -              0       -              0       -              0       -           : 0                : 0    . .             0       .            0       .             0       .           0       .            0       .             0       .           0       .            0       .             0       .            0       .          : 0   . .             0       $/            0       $/            0       $/            0       $/             0       $/           0       $/            0       $/            0       $/            0       $/             0       $/           0       $/            0       $/            0       $/            0       $/             0       $/           0       $/             0       $/            0       $/            0       $/             0       $/           0       $/             0       $/            0       $/            0       $/             0       $/           0       $/             0       $/            0       $/            0       $/             0       $/           0       $/             0       $/            0       $/            0       $/             0       $/            0       $/          : 0   . .              0       2             0       2            0       2             0       2           0       2            0       2             0       2           0       2            0       2             0       2            0       2          : 0   . .             0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2            0       2          : 0   . .             0       	3              0       	3             0       	3             0       	3             0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3            0       	3             0       	3           0       	3             0       	3            0       	3            0       	3            0       	3             0       	3           0       	3            0       	3            0       	3            0       	3             0       	3            0       	3           : 0                : 0    4 4              0       5              0       5              0       5              0       5              0       5              0       5              0       5           : 0                 : 0    8 8              0       8              0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8           
  0Z     8           
  0[     8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8           O  0Z     8           O  0[     8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8          : 0   8 8              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E         : 0                     0       J           Q  0     J           Q  0     J           Q  0	     J              0       J              0       J           R  0     J           R  0     J           R  0     J           R  0     J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J           : 0                    0       R              0       R             0Z     R             0[     R              0       R              0       R              0       R              0       R              0       R             0       R            0       R             0       R            0       R             0       R            0       R              0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R           : 0                    0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0Z     l             0[     l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l            0h     l            0i     l            0j     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l            0k     l            0l     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0m     l            0n     l            0o     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l            0      l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l           : 0                    0       $          : 0    $ $              0       ꌶ              0       ꌶ              0       ꌶ          : 0   $ $              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ              0       ۑ           P  0Z     ۑ              0       ۑ           P  0[     ۑ              0       ۑ              0       ۑ          : 0   $ $              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   $ $              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0	                   0                 : 0   $ $              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   $ $              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   $ $              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   $ $              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0       Ƕ              0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ             0       Ƕ             0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          "  0     Ƕ          "  0     Ƕ          "  0	     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          #  0Z     Ƕ          #  0[     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          /  0     Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          $  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ         $  0     Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          %  0     Ƕ          %  0     Ƕ          %  0	     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          )  0     Ƕ          )  0     Ƕ          )  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          *  0     Ƕ          *  0     Ƕ          )  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          *  0	     Ƕ          )  0     Ƕ          )  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          &  0     Ƕ          &  0     Ƕ          &  0     Ƕ          &  0     Ƕ          &  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          S  0      Ƕ          &  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            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#
     Ƕ          8  0$
     Ƕ          8  0%
     Ƕ          8  0&
     Ƕ          8  0'
     Ƕ          8  0(
     Ƕ          8  0)
     Ƕ          8  0*
     Ƕ          8  0+
     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          (  0h     Ƕ          (  0i     Ƕ          (  0j     Ƕ          (  0k     Ƕ          (  0l     Ƕ          (  0m     Ƕ          (  0n     Ƕ          (  0o     Ƕ             0       Ƕ          9  0     Ƕ          8  0,
     Ƕ          8  0-
     Ƕ          8  0.
     Ƕ          8  0/
     Ƕ          8  00
     Ƕ          8  01
     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          +  0a     Ƕ          +  0b     Ƕ          +  0c     Ƕ          +  0d     Ƕ          +  0e     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ          ,  0F     Ƕ          ,  0G     Ƕ          ,  0H     Ƕ          ,  0I     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ          9  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          ,  0J     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ          ,  0K     Ƕ          ,  0L     Ƕ          ,  0M     Ƕ          ,  0N     Ƕ          ,  0O     Ƕ          ,  0P     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          0  0     Ƕ          0  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          0  0     Ƕ          0  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          0  0     Ƕ          0  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          ,  0Q     Ƕ          ,  0R     Ƕ          ,  0S     Ƕ          ,  0T     Ƕ          ,  0U     Ƕ          ,  0V     Ƕ          ,  0W     Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          ,  0X     Ƕ          ,  0Y     Ƕ          ,  0Z     Ƕ          ,  0[     Ƕ          ,  0\     Ƕ          ,  0]     Ƕ          ,  0^     Ƕ          ,  0_     Ƕ          ,  0`     Ƕ          ,  0a     Ƕ          ,  0b     Ƕ          ,  0c     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ          T  0     Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ          /  0     Ƕ          /  0	     Ƕ          $  0     Ƕ             0       Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ          $  0     Ƕ             0       Ƕ             0       Ƕ            0       Ƕ             0       Ƕ             0       Ƕ            0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ              0       Ƕ          (: 0                  0       9          (: 0                  0       :          (: 0                  0       :          (: 0              (: 0                  0       ;              0       ;              0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;           : 0                : 0    q< q<             0       <            0       <             0       <           0       <            0       <             0       <           0       <            0       <             0       <            0       <          : 0   q< q<             0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             0       <           0       <             0       <            0       <            0       <             0       <           0       <             0       <            0       <            0       <             0       <           0       <             0       <            0       <            0       <             0       <           0       <             0       <            0       <            0       <             0       <            0       <          : 0   q< q<              0       ?             0       ?            0       ?             0       ?           0       ?            0       ?             0       ?           0       ?            0       ?             0       ?            0       ?          : 0   q< q<             0       B@            0       B@            0       B@            0       B@            0       B@             0       B@           0       B@            0       B@            0       B@            0       B@            0       B@             0       B@           0       B@            0       B@            0       B@            0       B@            0       B@             0       B@           0       B@            0       B@            0       B@            0       B@            0       B@             0       B@            0       B@          : 0   q< q<             0       @              0       @             0       @             0       @             0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @            0       @             0       @           0       @             0       @            0       @            0       @            0       @             0       @           0       @            0       @            0       @            0       @             0       @            0       @           : 0                : 0    B B              0       B              0       B              0       B              0       B              0       B              0       B              0       B           : 0                 : 0    [F [F              0       dF              0       dF             0       dF             0       dF            0       dF             0       dF             0       dF            0       dF             0       dF             0       dF            0       dF             0       dF             0       dF            0       dF              0       dF              0       dF           
  0\     dF           
  0]     dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF           O  0\     dF           O  0]     dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF              0       dF          : 0   [F [F              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R         : 0                     0       W           Q  0
     W           Q  0     W           Q  0     W              0       W              0       W           R  0     W           R  0     W           R  0     W           R  0     W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W           : 0                    0       w`              0       w`             0\     w`             0]     w`              0       w`              0       w`              0       w`              0       w`              0       w`             0       w`            0       w`             0       w`            0       w`             0       w`            0       w`              0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`              0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`              0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`              0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`              0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`             0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`             0       w`             0       w`            0       w`              0       w`              0       w`              0       w`           : 0                    0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z             0\     0z             0]     0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z            0p     0z            0q     0z            0r     0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0s     0z            0t     0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0u     0z            0v     0z            0w     0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z              0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z             0       0z             0       0z            0      0z             0       0z             0       0z             0       0z            0       0z             0       0z             0       0z            0       0z              0       0z           : 0                    0                 : 0                   0                     0                     0                 : 0                  0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y           P  0\     y              0       y           P  0]     y              0       y              0       y          : 0                  0       5              0       5              0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5             0       5             0       5             0       5            0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5          : 0                  0       V              0       V              0       V              0       V              0       V              0       V              0
     V              0       V              0       V              0       V              0       V              0     V              0       V              0       V              0     V              0       V          : 0                  0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E              0       E          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·          : 0                  0       #ŷ          (: 0    #ŷ #ŷ              0       ZƷ              0       ZƷ              0       ZƷ              0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ              0       ZƷ              0       ZƷ              0       ZƷ              0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ              0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0      ZƷ          !  0     ZƷ          !  0     ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ              0       ZƷ              0       ZƷ              0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0	     ZƷ          !  0
     ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ              0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          !  0     ZƷ          !  0     ZƷ          !  0
     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ          !  0     ZƷ             0       ZƷ            0       ZƷ             0       ZƷ             0       ZƷ            0       ZƷ          (: 0   #ŷ #ŷ              0       fշ              0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ              0       fշ              0       fշ              0       fշ             0       fշ             0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          "  0
     fշ          "  0     fշ          "  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          #  0\     fշ          #  0]     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          /  0
     fշ          $  0     fշ          $  0     fշ          $  0     fշ             0       fշ             0       fշ             0       fշ            0       fշ          $  0     fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ         $  0     fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          %  0
     fշ          %  0     fշ          %  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          )  0     fշ          )  0     fշ          )  0     fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          *  0
     fշ          *  0     fշ          )  0     fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          *  0     fշ          )  0     fշ          )  0     fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          &  0     fշ          &  0     fշ          &  0     fշ          &  0     fշ          &  0     fշ             0       fշ             0       fշ            0       fշ          S  0      fշ          &  0     fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ          '  0     fշ             0       fշ             0       fշ          8  02
     fշ          8  03
     fշ          8  04
     fշ          8  05
     fշ          8  06
     fշ          8  07
     fշ          8  08
     fշ          8  09
     fշ          8  0:
     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          (  0p     fշ          (  0q     fշ          (  0r     fշ          (  0s     fշ          (  0t     fշ          (  0u     fշ          (  0v     fշ          (  0w     fշ             0       fշ          9  0     fշ          8  0;
     fշ          8  0<
     fշ          8  0=
     fշ          8  0>
     fշ          8  0?
     fշ          8  0@
     fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          +  0f     fշ          +  0g     fշ          +  0h     fշ          +  0i     fշ          +  0j     fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ          ,  0d     fշ          ,  0e     fշ          ,  0f     fշ          ,  0g     fշ             0       fշ             0       fշ             0       fշ             0       fշ          9  0     fշ          9  0      fշ          9  0!     fշ          9  0"     fշ          9  0#     fշ          9  0$     fշ          9  0%     fշ          9  0&     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          ,  0h     fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ            0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ          ,  0i     fշ          ,  0j     fշ          ,  0k     fշ          ,  0l     fշ          ,  0m     fշ          ,  0n     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          0  0     fշ          0  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          0  0     fշ          0  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          0  0     fշ          0  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          ,  0o     fշ          ,  0p     fշ          ,  0q     fշ          ,  0r     fշ          ,  0s     fշ          ,  0t     fշ          ,  0u     fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          ,  0v     fշ          ,  0w     fշ          ,  0x     fշ          ,  0y     fշ          ,  0z     fշ          ,  0{     fշ          ,  0|     fշ          ,  0}     fշ          ,  0~     fշ          ,  0     fշ          ,  0     fշ          ,  0     fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          T  0     fշ          T  0     fշ          T  0      fշ          T  0!     fշ          T  0"     fշ          T  0#     fշ          T  0$     fշ          T  0%     fշ          T  0&     fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ             0       fշ            0       fշ          /  0     fշ          /  0     fշ          $  0     fշ             0       fշ          $  0     fշ          $  0     fշ          $  0     fշ          $  0     fշ          $  0     fշ          $  0     fշ          $  0     fշ             0       fշ             0       fշ            0       fշ             0       fշ             0       fշ            0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ              0       fշ          (: 0   #ŷ #ŷ              0       ,G          (: 0   #ŷ #ŷ              0       G          (: 0   #ŷ #ŷ              0       QH          (: 0   #ŷ #ŷ          (: 0   #ŷ #ŷ              0       $I              0       $I              0       $I              0       $I             0       $I             0       $I             0       $I             0       $I             0       $I            0       $I              0       $I              0       $I              0       $I              0       $I              0       $I              0       $I           : 0                : 0    J J             0       #J            0       #J             0       #J           0       #J            0       #J             0       #J           0       #J            0       #J             0       #J            0       #J          : 0   J J             0       `J            0       `J            0       `J            0       `J             0       `J           0       `J            0       `J            0       `J            0       `J             0       `J           0       `J            0       `J            0       `J            0       `J             0       `J           0       `J             0       `J            0       `J            0       `J             0       `J           0       `J             0       `J            0       `J            0       `J             0       `J           0       `J             0       `J            0       `J            0       `J             0       `J           0       `J             0       `J            0       `J            0       `J             0       `J            0       `J          : 0   J J              0       YM             0       YM            0       YM             0       YM           0       YM            0       YM             0       YM           0       YM            0       YM             0       YM            0       YM          : 0   J J             0       M            0       M            0       M            0       M            0       M             0       M           0       M            0       M            0       M            0       M            0       M             0       M           0       M            0       M            0       M            0       M            0       M             0       M           0       M            0       M            0       M            0       M            0       M             0       M            0       M          : 0   J J             0       EN              0       EN             0       EN             0       EN             0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN            0       EN             0       EN           0       EN             0       EN            0       EN            0       EN            0       EN             0       EN           0       EN            0       EN            0       EN            0       EN             0       EN            0       EN           : 0                : 0    0P 0P              0       =P              0       =P              0       =P              0       =P              0       =P              0       =P              0       =P           : 0                 : 0    S S              0       T              0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T           
  0^     T           
  0_     T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T           O  0^     T           O  0_     T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T          : 0   S S              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`              0       B`             0       B`             0       B`             0       B`            0       B`             0       B`             0       B`             0       B`         : 0                     0       Ue           Q  0
     Ue           Q  0     Ue           Q  0     Ue              0       Ue              0       Ue           R  0     Ue           R  0     Ue           R  0     Ue           R  0     Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue              0       Ue           : 0                    0       n              0       n             0^     n             0_     n              0       n              0       n              0       n              0       n              0       n             0       n            0       n             0       n            0       n             0       n            0       n              0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n           : 0                    0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·             0^     ·             0_     ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·            0x     ·            0y     ·            0z     ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0{     ·            0|     ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0}     ·            0~     ·            0     ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·              0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·             0       ·             0       ·            0      ·             0       ·             0       ·             0       ·            0       ·             0       ·             0       ·            0       ·              0       ·           : 0                    0       `          : 0    ` `              0       &              0       &              0       &          : 0   ` `              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0^                   0                  P  0_                   0                     0                 : 0   ` `              0       ӷ              0       ӷ              0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ             0       ӷ             0       ӷ             0       ӷ            0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ              0       ӷ          : 0   ` `              0                     0                     0                     0                     0                     0                     0
                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   ` `              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ              0       Ƹ          : 0   ` `              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ              0       4ʸ          : 0   ` `              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и              0       6и          : 0   ` `              0       Ҹ          (: 0    Ҹ Ҹ              0       Ӹ              0       Ӹ              0       Ӹ              0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ          !  0     Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ              0       Ӹ              0       Ӹ              0       Ӹ              0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ          !  0     Ӹ          !  0      Ӹ          !  0!     Ӹ          !  0"     Ӹ          !  0#     Ӹ          !  0$     Ӹ          !  0%     Ӹ          !  0&     Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ              0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ          !  0'     Ӹ          !  0(     Ӹ          !  0)     Ӹ          !  0*     Ӹ          !  0+     Ӹ          !  0,     Ӹ          !  0-     Ӹ          !  0.     Ӹ             0       Ӹ             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     Ӹ          !  01     Ӹ          !  02     Ӹ          !  03     Ӹ          !  04     Ӹ          !  05     Ӹ          !  06     Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ              0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ          !  07     Ӹ          !  08     Ӹ          !  09     Ӹ          !  0:     Ӹ          !  0;     Ӹ          !  0<     Ӹ          !  0=     Ӹ          !  0>     Ӹ          !  0?     Ӹ             0       Ӹ            0       Ӹ             0       Ӹ             0       Ӹ            0       Ӹ          (: 0   Ҹ Ҹ              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0
               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0^               #  0_                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0
               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0
               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0
               *  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  0A
               8  0B
               8  0C
               8  0D
               8  0E
               8  0F
               8  0G
               8  0H
               8  0I
                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0x               (  0y               (  0z               (  0{               (  0|               (  0}               (  0~               (  0                  0                 9  0'               8  0J
               8  0K
               8  0L
               8  0M
               8  0N
               8  0O
                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0k               +  0l               +  0m               +  0n               +  0o                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0(               9  0)               9  0*               9  0+               9  0,               9  0-               9  0.               9  0/                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0'               T  0(               T  0)               T  0*               T  0+               T  0,               T  0-               T  0.               T  0/                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   Ҹ Ҹ              0       T          (: 0   Ҹ Ҹ              0       YU          (: 0   Ҹ Ҹ              0       U          (: 0   Ҹ Ҹ          (: 0   Ҹ Ҹ              0       V              0       V              0       V              0       V             0       V             0       V             0       V             0       V             0       V            0       V              0       V              0       V              0       V              0       V              0       V              0       V           : 0                : 0    W W             0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W            0       W          : 0   W W             0       W            0       W            0       W            0       W             0       W           0       W            0       W            0       W            0       W             0       W           0       W            0       W            0       W            0       W             0       W           0       W             0       W            0       W            0       W             0       W           0       W             0       W            0       W            0       W             0       W           0       W             0       W            0       W            0       W             0       W           0       W             0       W            0       W            0       W             0       W            0       W          : 0   W W              0       Z             0       Z            0       Z             0       Z           0       Z            0       Z             0       Z           0       Z            0       Z             0       Z            0       Z          : 0   W W             0       ~[            0       ~[            0       ~[            0       ~[            0       ~[             0       ~[           0       ~[            0       ~[            0       ~[            0       ~[            0       ~[             0       ~[           0       ~[            0       ~[            0       ~[            0       ~[            0       ~[             0       ~[           0       ~[            0       ~[            0       ~[            0       ~[            0       ~[             0       ~[            0       ~[          : 0   W W             0       [              0       [             0       [             0       [             0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [             0       [            0       [            0       [            0       [             0       [           0       [            0       [            0       [            0       [             0       [            0       [           : 0                : 0    ] ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]              0       ]           : 0                 : 0    a a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a           
  0`     a           
  0a     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a           O  0`     a           O  0a     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a          : 0   a a              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m         : 0                     0       r           Q  0     r           Q  0     r           Q  0     r              0       r              0       r           R  0     r           R  0     r           R  0     r           R  0     r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r           : 0                    0       {              0       {             0`     {             0a     {              0       {              0       {              0       {              0       {              0       {             0       {            0       {             0       {            0       {             0       {            0       {              0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {            0       {              0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {            0       {              0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {            0       {              0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {            0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {            0       {             0       {             0       {             0       {             0       {             0       {            0       {             0       {             0       {            0       {             0       {             0       {            0       {              0       {              0       {              0       {           : 0                    0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0`     l             0a     l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l            0     l            0     l            0     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l            0     l            0     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0     l            0     l            0     l             0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l             0       l            0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l              0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l             0       l            0       l             0       l             0       l             0       l             0       l            0      l             0       l             0       l             0       l            0       l             0       l             0       l            0       l              0       l           : 0                    0                 : 0                   0       ĵ              0       ĵ              0       ĵ          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0`                   0                  P  0a                   0                     0                 : 0                  0       qŹ              0       qŹ              0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ             0       qŹ             0       qŹ             0       qŹ            0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ              0       qŹ          : 0                  0       ˹              0       ˹              0       ˹              0       ˹              0       ˹              0       ˹              0     ˹              0       ˹              0       ˹              0       ˹              0       ˹              0     ˹              0       ˹              0       ˹              0     ˹              0       ˹          : 0                  0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ              0       Թ          : 0                  0       ׹              0       ׹              0       ׹              0       ׹              0       ׹              0       ׹              0       ׹              0       ׹              0       ׹          : 0                  0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ              0       ݹ          : 0                  0       _          (: 0    _ _              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0@               !  0A               !  0B               !  0C               !  0D               !  0E               !  0F               !  0G               !  0H               !  0I               !  0J                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0K               !  0L               !  0M               !  0N               !  0O               !  0P               !  0Q               !  0R                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0S               !  0T               !  0U               !  0V               !  0W               !  0X               !  0Y               !  0Z                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0[               !  0\               !  0]               !  0^               !  0_               !  0`               !  0a               !  0b                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0c               !  0d               !  0e               !  0f               !  0g               !  0h               !  0i               !  0j               !  0k                  0                   0                    0                    0                   0                 (: 0   _ _              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0`               #  0a                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0               $  0               $  0                  0                    0                    0                   0                 $  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0                )  0!               )  0"                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               *  0               )  0#                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0               )  0$               )  0%                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0                &  0!               &  0"               &  0#               &  0$                  0                    0                   0                 S  0                &  0%                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  0P
               8  0Q
               8  0R
               8  0S
               8  0T
               8  0U
               8  0V
               8  0W
               8  0X
                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  00               8  0Y
               8  0Z
               8  0[
               8  0\
               8  0]
               8  0^
                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0p               +  0q               +  0r               +  0s               +  0t                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  01               9  02               9  03               9  04               9  05               9  06               9  07               9  08                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0                0  0!                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0"               0  0#                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0$               0  0%                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  00               T  01               T  02               T  03               T  04               T  05               T  06               T  07               T  08                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0                  0                 $  0               $  0               $  0               $  0               $  0               $  0               $  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   _ _              0       hb          (: 0   _ _              0       b          (: 0   _ _              0       c          (: 0   _ _          (: 0   _ _              0       `d              0       `d              0       `d              0       `d             0       `d             0       `d             0       `d             0       `d             0       `d            0       `d              0       `d              0       `d              0       `d              0       `d              0       `d              0       `d           : 0                : 0    Ke Ke             0       _e            0       _e             0       _e           0       _e            0       _e             0       _e           0       _e            0       _e             0       _e            0       _e          : 0   Ke Ke             0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e             0       e           0       e             0       e            0       e            0       e             0       e           0       e             0       e            0       e            0       e             0       e           0       e             0       e            0       e            0       e             0       e           0       e             0       e            0       e            0       e             0       e            0       e          : 0   Ke Ke              0       h             0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h            0       h          : 0   Ke Ke             0       i            0       i            0       i            0       i            0       i             0       i           0       i            0       i            0       i            0       i            0       i             0       i           0       i            0       i            0       i            0       i            0       i             0       i           0       i            0       i            0       i            0       i            0       i             0       i            0       i          : 0   Ke Ke             0       i              0       i             0       i             0       i             0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i            0       i             0       i           0       i             0       i            0       i            0       i            0       i             0       i           0       i            0       i            0       i            0       i             0       i            0       i           : 0                : 0    lk lk              0       yk              0       yk              0       yk              0       yk              0       yk              0       yk              0       yk           : 0                 : 0    5o 5o              0       >o              0       >o             0       >o             0       >o            0       >o             0       >o             0       >o            0       >o             0       >o             0       >o            0       >o             0       >o             0       >o            0       >o              0       >o              0       >o           
  0b     >o           
  0c     >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o           O  0b     >o           O  0c     >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o              0       >o          : 0   5o 5o              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{              0       ~{             0       ~{             0       ~{             0       ~{            0       ~{             0       ~{             0       ~{             0       ~{         : 0                     0                  Q  0                Q  0                Q  0                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       Q              0       Q             0b     Q             0c     Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q            0       Q             0       Q            0       Q             0       Q            0       Q              0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q              0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q              0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q              0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q              0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q             0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q             0       Q             0       Q            0       Q              0       Q              0       Q              0       Q           : 0                    0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0b     
             0c     
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0     
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0     
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0      
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
           : 0                    0       º          : 0    º º              0       bú              0       bú              0       bú          : 0   º º              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ              0       SȺ           P  0b     SȺ              0       SȺ           P  0c     SȺ              0       SȺ              0       SȺ          : 0   º º              0       Ӻ              0       Ӻ              0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ             0       Ӻ             0       Ӻ             0       Ӻ            0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ              0       Ӻ          : 0   º º              0       0ٺ              0       0ٺ              0       0ٺ              0       0ٺ              0       0ٺ              0       0ٺ              0     0ٺ              0       0ٺ              0       0ٺ              0       0ٺ              0       0ٺ              0     0ٺ              0       0ٺ              0       0ٺ              0     0ٺ              0       0ٺ          : 0   º º              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   º º              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p          : 0   º º              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r          : 0   º º              0                 (: 0                   0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4          !  0l     4          !  0m     4          !  0n     4          !  0o     4          !  0p     4          !  0q     4          !  0r     4          !  0s     4          !  0t     4          !  0u     4          !  0v     4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          !  0w     4          !  0x     4          !  0y     4          !  0z     4          !  0{     4          !  0|     4          !  0}     4          !  0~     4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4             0       4             0       4            0       4             0       4             0       4            0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4          !  0     4             0       4            0       4             0       4             0       4            0       4          (: 0                  0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @             0       @             0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          "  0     @          "  0     @          "  0     @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          #  0b     @          #  0c     @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          /  0     @          $  0     @          $  0     @          $  0     @             0       @             0       @             0       @            0       @          $  0 	     @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @         $  0	     @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          %  0     @          %  0     @          %  0     @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          )  0&     @          )  0'     @          )  0(     @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          *  0     @          *  0     @          )  0)     @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          *  0     @          )  0*     @          )  0+     @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          &  0&     @          &  0'     @          &  0(     @          &  0)     @          &  0*     @             0       @             0       @            0       @          S  0      @          &  0+     @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @            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_
     @          8  0`
     @          8  0a
     @          8  0b
     @          8  0c
     @          8  0d
     @          8  0e
     @          8  0f
     @          8  0g
     @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          (  0     @          (  0     @          (  0     @          (  0     @          (  0     @          (  0     @          (  0     @          (  0     @             0       @          9  09     @          8  0h
     @          8  0i
     @          8  0j
     @          8  0k
     @          8  0l
     @          8  0m
     @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          +  0u     @          +  0v     @          +  0w     @          +  0x     @          +  0y     @             0       @             0       @             0       @             0       @             0       @             0       @          ,  0     @          ,  0     @          ,  0     @          ,  0     @             0       @             0       @             0       @             0       @          9  0:     @          9  0;     @          9  0<     @          9  0=     @          9  0>     @          9  0?     @          9  0@     @          9  0A     @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @          ,  0     @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          0  0&     @          0  0'     @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          0  0(     @          0  0)     @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          0  0*     @          0  0+     @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @          ,  0     @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          T  09     @          T  0:     @          T  0;     @          T  0<     @          T  0=     @          T  0>     @          T  0?     @          T  0@     @          T  0A     @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @          /  0     @          /  0     @          $  0	     @             0       @          $  0	     @          $  0	     @          $  0	     @          $  0	     @          $  0	     @          $  0	     @          $  0		     @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          (: 0                  0       p          (: 0                  0       p          (: 0                  0       +q          (: 0              (: 0                  0       q              0       q              0       q              0       q             0       q             0       q             0       q             0       q             0       q            0       q              0       q              0       q              0       q              0       q              0       q              0       q           : 0                : 0    r r             0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r            0       r          : 0   r r             0       :s            0       :s            0       :s            0       :s             0       :s           0       :s            0       :s            0       :s            0       :s             0       :s           0       :s            0       :s            0       :s            0       :s             0       :s           0       :s             0       :s            0       :s            0       :s             0       :s           0       :s             0       :s            0       :s            0       :s             0       :s           0       :s             0       :s            0       :s            0       :s             0       :s           0       :s             0       :s            0       :s            0       :s             0       :s            0       :s          : 0   r r              0       3v             0       3v            0       3v             0       3v           0       3v            0       3v             0       3v           0       3v            0       3v             0       3v            0       3v          : 0   r r             0       v            0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v            0       v             0       v            0       v          : 0   r r             0       w              0       w             0       w             0       w             0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w            0       w             0       w           0       w             0       w            0       w            0       w            0       w             0       w           0       w            0       w            0       w            0       w             0       w            0       w           : 0                : 0    
y 
y              0       y              0       y              0       y              0       y              0       y              0       y              0       y           : 0                 : 0    | |              0       |              0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |           
  0d     |           
  0e     |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |           O  0d     |           O  0e     |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          : 0   | |              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0       /           Q  0     /           Q  0     /           Q  0     /              0       /              0       /           R  0     /           R  0     /           R  0     /           R  0     /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /           : 0                    0                     0                    0d                  0e                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0d                  0e                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       :л          : 0    :л :л              0        ѻ              0        ѻ              0        ѻ          : 0   :л :л              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ              0       ջ           P  0d     ջ              0       ջ           P  0e     ջ              0       ջ              0       ջ          : 0   :л :л              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   :л :л              0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                   0                     0                     0                   0                 : 0   :л :л              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   :л :л              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   :л :л              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   :л :л              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0               "  0               "  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0d               #  0e                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               $  0
	               $  0	               $  0	                  0                    0                    0                   0                 $  0
	                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0	                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0               %  0               %  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0,               )  0-               )  0.                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    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               )  01                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    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                  0                    0                   0                 S  0                &  01                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  0n
               8  0o
               8  0p
               8  0q
               8  0r
               8  0s
               8  0t
               8  0u
               8  0v
                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0               (  0               (  0               (  0               (  0               (  0               (  0                  0                 9  0B               8  0w
               8  0x
               8  0y
               8  0z
               8  0{
               8  0|
                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0z               +  0{               +  0|               +  0}               +  0~                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0C               9  0D               9  0E               9  0F               9  0G               9  0H               9  0I               9  0J                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0,               0  0-                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    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               0  01                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0B               T  0C               T  0D               T  0E               T  0F               T  0G               T  0H               T  0I               T  0J                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0               /  0               $  0	                  0                 $  0	               $  0	               $  0	               $  0	               $  0	               $  0	               $  0	                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       }          (: 0                  0       3~          (: 0                  0       ~          (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       ؀            0       ؀            0       ؀            0       ؀             0       ؀           0       ؀            0       ؀            0       ؀            0       ؀             0       ؀           0       ؀            0       ؀            0       ؀            0       ؀             0       ؀           0       ؀             0       ؀            0       ؀            0       ؀             0       ؀           0       ؀             0       ؀            0       ؀            0       ؀             0       ؀           0       ؀             0       ؀            0       ؀            0       ؀             0       ؀           0       ؀             0       ؀            0       ؀            0       ؀             0       ؀            0       ؀          : 0                  0       у             0       у            0       у             0       у           0       у            0       у             0       у           0       у            0       у             0       у            0       у          : 0                 0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X            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                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    q q              0       z              0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z            0       z             0       z             0       z            0       z              0       z              0       z           
  0f     z           
  0g     z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z           O  0f     z           O  0g     z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z          : 0   q q              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0       ͛           Q  0     ͛           Q  0     ͛           Q  0     ͛              0       ͛              0       ͛           R  0     ͛           R  0     ͛           R  0     ͛           R  0     ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛              0       ͛           : 0                    0                     0                    0f                  0g                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0f     F             0g     F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F            0     F            0     F            0     F             0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F            0     F            0     F             0       F             0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0     F            0     F            0     F             0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F             0       F            0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F             0       F            0       F             0       F             0       F             0       F             0       F            0      F             0       F             0       F             0       F            0       F             0       F             0       F            0       F              0       F           : 0                    0       ݼ          : 0    ݼ ݼ              0       ޼              0       ޼              0       ޼          : 0   ݼ ݼ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0f                   0                  P  0g                   0                     0                 : 0   ݼ ݼ              0       K              0       K              0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K             0       K             0       K             0       K            0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K              0       K          : 0   ݼ ݼ              0       l              0       l              0       l              0       l              0       l              0       l              0     l              0       l              0       l              0       l              0       l              0     l              0       l              0       l              0     l              0       l          : 0   ݼ ݼ              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [          : 0   ݼ ݼ              0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0   ݼ ݼ              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   ݼ ݼ              0       9	          (: 0    9	 9	              0       p
              0       p
              0       p
              0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
             0       p
             0       p
            0       p
             0       p
             0       p
            0       p
              0       p
              0       p
              0       p
              0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
            0       p
              0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
            0       p
              0       p
              0       p
              0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
             0       p
             0       p
            0       p
             0       p
             0       p
            0       p
              0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
             0       p
             0       p
             0       p
             0       p
             0       p
             0       p
            0       p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
          !  0     p
             0       p
            0       p
             0       p
             0       p
            0       p
          (: 0   9	 9	              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |             0       |             0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          "  0     |          "  0     |          "  0     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          #  0f     |          #  0g     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          /  0     |          $  0	     |          $  0	     |          $  0	     |             0       |             0       |             0       |            0       |          $  0	     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |         $  0	     |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          %  0     |          %  0     |          %  0     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          )  02     |          )  03     |          )  04     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          *  0     |          *  0     |          )  05     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          *  0     |          )  06     |          )  07     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          &  02     |          &  03     |          &  04     |          &  05     |          &  06     |             0       |             0       |            0       |          S  0      |          &  07     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            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}
     |          8  0~
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |          (  0     |             0       |          9  0K     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |          8  0
     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          +  0     |          +  0     |          +  0     |          +  0     |          +  0     |             0       |             0       |             0       |             0       |             0       |             0       |          ,  0     |          ,  0     |          ,  0     |          ,  0     |             0       |             0       |             0       |             0       |          9  0L     |          9  0M     |          9  0N     |          9  0O     |          9  0P     |          9  0Q     |          9  0R     |          9  0S     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0     |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |          ,  0     |          ,  0      |          ,  0     |          ,  0     |          ,  0     |          ,  0     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  02     |          0  03     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  04     |          0  05     |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          0  06     |          0  07     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |             0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0	     |          ,  0
     |          ,  0     |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          ,  0     |          ,  0
     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |          ,  0     |             0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          T  0K     |          T  0L     |          T  0M     |          T  0N     |          T  0O     |          T  0P     |          T  0Q     |          T  0R     |          T  0S     |             0       |             0       |             0       |             0       |            0       |             0       |             0       |            0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |             0       |            0       |          /  0     |          /  0     |          $  0	     |             0       |          $  0	     |          $  0	     |          $  0	     |          $  0 	     |          $  0!	     |          $  0"	     |          $  0#	     |             0       |             0       |            0       |             0       |             0       |            0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |              0       |          (: 0   9	 9	              0       B          (: 0   9	 9	              0       ы          (: 0   9	 9	              0       g          (: 0   9	 9	          (: 0   9	 9	              0       :              0       :              0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :              0       :              0       :              0       :              0       :              0       :              0       :           : 0                : 0    % %             0       9            0       9             0       9           0       9            0       9             0       9           0       9            0       9             0       9            0       9          : 0   % %             0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v             0       v           0       v            0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v           0       v             0       v            0       v            0       v             0       v            0       v          : 0   % %              0       o             0       o            0       o             0       o           0       o            0       o             0       o           0       o            0       o             0       o            0       o          : 0   % %             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   % %             0       [              0       [             0       [             0       [             0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [            0       [             0       [           0       [             0       [            0       [            0       [            0       [             0       [           0       [            0       [            0       [            0       [             0       [            0       [           : 0                : 0    F F              0       S              0       S              0       S              0       S              0       S              0       S              0       S           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0h                
  0i                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0h                O  0i                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X             0       X             0       X             0       X            0       X             0       X             0       X             0       X         : 0                     0       k           Q  0     k           Q  0     k           Q  0     k              0       k              0       k           R  0     k           R  0     k           R  0     k           R  0     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k           : 0                    0       +              0       +             0h     +             0i     +              0       +              0       +              0       +              0       +              0       +             0       +            0       +             0       +            0       +             0       +            0       +              0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +           : 0                    0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0h     ˽             0i     ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0     ˽            0     ˽            0     ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0     ˽            0     ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0     ˽            0     ˽            0     ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽              0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽             0       ˽             0       ˽            0      ˽             0       ˽             0       ˽             0       ˽            0       ˽             0       ˽             0       ˽            0       ˽              0       ˽           : 0                    0       v          : 0    v v              0       <              0       <              0       <          : 0   v v              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -           P  0h     -              0       -           P  0i     -              0       -              0       -          : 0   v v              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   v v              0       
              0       
              0       
              0       
              0       
              0       
              0     
              0       
              0       
              0       
              0       
              0     
              0       
              0       
              0     
              0       
          : 0   v v              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          : 0   v v              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J              0       J          : 0   v v              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L          : 0   v v              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0                !  0               !  0                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0	               !  0
                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0
               !  0               !  0               !  0               !  0               !  0                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0               !  0                  0                   0                    0                    0                   0                 (: 0                  0       '              0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '              0       '              0       '              0       '             0       '             0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          "  0     '          "  0     '          "  0     '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          #  0h     '          #  0i     '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          /  0     '          $  0$	     '          $  0%	     '          $  0&	     '             0       '             0       '             0       '            0       '          $  0'	     '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '         $  0(	     '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          %  0     '          %  0     '          %  0     '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          )  08     '          )  09     '          )  0:     '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          *  0     '          *  0     '          )  0;     '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          *  0     '          )  0<     '          )  0=     '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          &  08     '          &  09     '          &  0:     '          &  0;     '          &  0<     '             0       '             0       '            0       '          S  0      '          &  0=     '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '            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
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          (  0     '          (  0     '          (  0     '          (  0     '          (  0     '          (  0     '          (  0     '          (  0     '             0       '          9  0T     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '          8  0
     '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          +  0     '          +  0     '          +  0     '          +  0     '          +  0     '             0       '             0       '             0       '             0       '             0       '             0       '          ,  0     '          ,  0     '          ,  0     '          ,  0     '             0       '             0       '             0       '             0       '          9  0U     '          9  0V     '          9  0W     '          9  0X     '          9  0Y     '          9  0Z     '          9  0[     '          9  0\     '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '            0       '          ,  0     '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '            0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '          ,  0     '          ,  0     '          ,  0     '          ,  0      '          ,  0!     '          ,  0"     '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          0  08     '          0  09     '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          0  0:     '          0  0;     '             0       '             0       '            0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          0  0<     '          0  0=     '             0       '             0       '            0       '             0       '             0       '            0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '             0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          ,  0#     '          ,  0$     '          ,  0%     '          ,  0&     '          ,  0'     '          ,  0(     '          ,  0)     '             0       '            0       '             0       '             0       '             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     '          ,  01     '          ,  02     '          ,  03     '          ,  04     '          ,  05     '             0       '             0       '             0       '            0       '             0       '             0       '             0       '             0       '            0       '             0       '             0       '            0       '             0       '            0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '             0       '            0       '          T  0T     '          T  0U     '          T  0V     '          T  0W     '          T  0X     '          T  0Y     '          T  0Z     '          T  0[     '          T  0\     '             0       '             0       '             0       '             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	     '             0       '             0       '            0       '             0       '             0       '            0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '              0       '          (: 0                  0                 (: 0                  0       o          (: 0                  0                 (: 0              (: 0                  0       ؚ              0       ؚ              0       ؚ              0       ؚ             0       ؚ             0       ؚ             0       ؚ             0       ؚ             0       ؚ            0       ؚ              0       ؚ              0       ؚ              0       ؚ              0       ؚ              0       ؚ              0       ؚ           : 0                : 0    Û Û             0       כ            0       כ             0       כ           0       כ            0       כ             0       כ           0       כ            0       כ             0       כ            0       כ          : 0   Û Û             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   Û Û              0       
             0       
            0       
             0       
           0       
            0       
             0       
           0       
            0       
             0       
            0       
          : 0   Û Û             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   Û Û             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0    䡾 䡾              0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0j                
  0k                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0j                O  0k                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0       	           Q  0     	           Q  0      	           Q  0!     	              0       	              0       	           R  0     	           R  0     	           R  0     	           R  0     	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	           : 0                    0       ɿ              0       ɿ             0j     ɿ             0k     ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ             0       ɿ            0       ɿ             0       ɿ            0       ɿ             0       ɿ            0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ             0       ɿ             0       ɿ            0       ɿ              0       ɿ              0       ɿ              0       ɿ           : 0                    0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ             0j     پ             0k     پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ            0     پ            0     پ            0     پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0     پ            0     پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0     پ            0     پ            0     پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ              0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ             0       پ             0       پ            0      پ             0       پ             0       پ             0       پ            0       پ             0       پ             0       پ            0       پ              0       پ           : 0                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0j                   0                  P  0k                   0                     0                 : 0                  0       	              0       	              0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	             0       	             0       	             0       	            0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	          : 0                  0                     0                     0                     0                     0                     0                     0                   0                     0                     0                     0                     0                    0                     0                     0!                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !              0       !          : 0                  0       u$          (: 0    u$ u$              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %            0       %          !  0     %          !  0     %          !  0     %          !  0     %          !  0      %          !  0!     %          !  0"     %          !  0#     %          !  0$     %          !  0%     %          !  0&     %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %          !  0'     %          !  0(     %          !  0)     %          !  0*     %          !  0+     %          !  0,     %          !  0-     %          !  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     %          !  01     %          !  02     %          !  03     %          !  04     %          !  05     %          !  06     %             0       %             0       %             0       %            0       %             0       %             0       %            0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %          !  07     %          !  08     %          !  09     %          !  0:     %          !  0;     %          !  0<     %          !  0=     %          !  0>     %             0       %             0       %            0       %             0       %             0       %            0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %             0       %             0       %             0       %             0       %             0       %             0       %            0       %          !  0?     %          !  0@     %          !  0A     %          !  0B     %          !  0C     %          !  0D     %          !  0E     %          !  0F     %          !  0G     %             0       %            0       %             0       %             0       %            0       %          (: 0   u$ u$              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4             0       4             0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          "  0     4          "  0      4          "  0!     4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          #  0j     4          #  0k     4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          /  0     4          $  01	     4          $  02	     4          $  03	     4             0       4             0       4             0       4            0       4          $  04	     4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4         $  05	     4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          %  0     4          %  0      4          %  0!     4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          )  0>     4          )  0?     4          )  0@     4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          *  0     4          *  0      4          )  0A     4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          *  0!     4          )  0B     4          )  0C     4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          &  0>     4          &  0?     4          &  0@     4          &  0A     4          &  0B     4             0       4             0       4            0       4          S  0      4          &  0C     4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4          '  0     4             0       4             0       4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          (  0     4          (  0     4          (  0     4          (  0     4          (  0     4          (  0     4          (  0     4          (  0     4             0       4          9  0]     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4          8  0
     4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          +  0     4          +  0     4          +  0     4          +  0     4          +  0     4             0       4             0       4             0       4             0       4             0       4             0       4          ,  06     4          ,  07     4          ,  08     4          ,  09     4             0       4             0       4             0       4             0       4          9  0^     4          9  0_     4          9  0`     4          9  0a     4          9  0b     4          9  0c     4          9  0d     4          9  0e     4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4            0       4          ,  0:     4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4          ,  0;     4          ,  0<     4          ,  0=     4          ,  0>     4          ,  0?     4          ,  0@     4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          0  0>     4          0  0?     4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          0  0@     4          0  0A     4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          0  0B     4          0  0C     4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4             0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          ,  0A     4          ,  0B     4          ,  0C     4          ,  0D     4          ,  0E     4          ,  0F     4          ,  0G     4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          ,  0H     4          ,  0I     4          ,  0J     4          ,  0K     4          ,  0L     4          ,  0M     4          ,  0N     4          ,  0O     4          ,  0P     4          ,  0Q     4          ,  0R     4          ,  0S     4             0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          T  0]     4          T  0^     4          T  0_     4          T  0`     4          T  0a     4          T  0b     4          T  0c     4          T  0d     4          T  0e     4             0       4             0       4             0       4             0       4            0       4             0       4             0       4            0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4             0       4            0       4          /  0      4          /  0!     4          $  06	     4             0       4          $  07	     4          $  08	     4          $  09	     4          $  0:	     4          $  0;	     4          $  0<	     4          $  0=	     4             0       4             0       4            0       4             0       4             0       4            0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4          (: 0   u$ u$              0       ~          (: 0   u$ u$              0       
          (: 0   u$ u$              0                 (: 0   u$ u$          (: 0   u$ u$              0       v              0       v              0       v              0       v             0       v             0       v             0       v             0       v             0       v            0       v              0       v              0       v              0       v              0       v              0       v              0       v           : 0                : 0    a a             0       u            0       u             0       u           0       u            0       u             0       u           0       u            0       u             0       u            0       u          : 0   a a             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   a a              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   a a             0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2            0       2             0       2            0       2          : 0   a a             0                     0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0    n n              0       {              0       {              0       {              0       {              0       {              0       {              0       {           : 0                 : 0    7 7              0       @              0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @           
  0l     @           
  0m     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @           O  0l     @           O  0m     @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @          : 0   7 7              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ              0       Ŀ             0       Ŀ             0       Ŀ             0       Ŀ            0       Ŀ             0       Ŀ             0       Ŀ             0       Ŀ         : 0                     0       ɿ           Q  0"     ɿ           Q  0#     ɿ           Q  0$     ɿ              0       ɿ              0       ɿ           R  0     ɿ           R  0     ɿ           R  0     ɿ           R  0     ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ              0       ɿ           : 0                    0       Sҿ              0       Sҿ             0l     Sҿ             0m     Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ             0       Sҿ             0       Sҿ            0       Sҿ              0       Sҿ              0       Sҿ              0       Sҿ           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0l                  0m                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                     0                 : 0                   0       d              0       d              0       d          : 0                  0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U           P  0l     U              0       U           P  0m     U              0       U              0       U          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       2"              0       2"              0       2"              0       2"              0       2"              0       2"              0"     2"              0       2"              0       2"              0       2"              0       2"              0#     2"              0       2"              0       2"              0$     2"              0       2"          : 0                  0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+              0       !+          : 0                  0       r.              0       r.              0       r.              0       r.              0       r.              0       r.              0       r.              0       r.              0       r.          : 0                  0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4              0       t4          : 0                  0       6          (: 0    6 6              0       68              0       68              0       68              0       68             0       68             0       68             0       68             0       68             0       68            0       68             0       68             0       68             0       68             0       68             0       68            0       68          !  0H     68          !  0I     68          !  0J     68          !  0K     68          !  0L     68          !  0M     68          !  0N     68          !  0O     68          !  0P     68          !  0Q     68          !  0R     68             0       68             0       68            0       68             0       68             0       68            0       68              0       68              0       68              0       68              0       68             0       68             0       68             0       68             0       68             0       68            0       68             0       68             0       68             0       68             0       68             0       68             0       68            0       68          !  0S     68          !  0T     68          !  0U     68          !  0V     68          !  0W     68          !  0X     68          !  0Y     68          !  0Z     68             0       68             0       68             0       68            0       68             0       68             0       68            0       68              0       68             0       68             0       68             0       68             0       68             0       68            0       68             0       68             0       68             0       68             0       68             0       68             0       68             0       68            0       68          !  0[     68          !  0\     68          !  0]     68          !  0^     68          !  0_     68          !  0`     68          !  0a     68          !  0b     68             0       68             0       68             0       68            0       68             0       68             0       68            0       68              0       68              0       68              0       68             0       68             0       68             0       68             0       68             0       68            0       68             0       68             0       68             0       68             0       68             0       68             0       68             0       68            0       68          !  0c     68          !  0d     68          !  0e     68          !  0f     68          !  0g     68          !  0h     68          !  0i     68          !  0j     68             0       68             0       68            0       68             0       68             0       68            0       68              0       68             0       68             0       68             0       68             0       68             0       68            0       68             0       68             0       68             0       68             0       68             0       68             0       68            0       68          !  0k     68          !  0l     68          !  0m     68          !  0n     68          !  0o     68          !  0p     68          !  0q     68          !  0r     68          !  0s     68             0       68            0       68             0       68             0       68            0       68          (: 0   6 6              0       BG              0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG              0       BG              0       BG              0       BG             0       BG             0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          "  0"     BG          "  0#     BG          "  0$     BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          #  0l     BG          #  0m     BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          /  0"     BG          $  0>	     BG          $  0?	     BG          $  0@	     BG             0       BG             0       BG             0       BG            0       BG          $  0A	     BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG         $  0B	     BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          %  0"     BG          %  0#     BG          %  0$     BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          )  0D     BG          )  0E     BG          )  0F     BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          *  0"     BG          *  0#     BG          )  0G     BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          *  0$     BG          )  0H     BG          )  0I     BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          &  0D     BG          &  0E     BG          &  0F     BG          &  0G     BG          &  0H     BG             0       BG             0       BG            0       BG          S  0      BG          &  0I     BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          '  0     BG          '  0     BG          '  0     BG          '  0     BG          '  0      BG          '  0!     BG          '  0"     BG          '  0#     BG          '  0$     BG          '  0%     BG             0       BG             0       BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          (  0     BG          (  0     BG          (  0     BG          (  0     BG          (  0     BG          (  0     BG          (  0     BG          (  0     BG             0       BG          9  0f     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG          8  0
     BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          +  0     BG          +  0     BG          +  0     BG          +  0     BG          +  0     BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG          ,  0T     BG          ,  0U     BG          ,  0V     BG          ,  0W     BG             0       BG             0       BG             0       BG             0       BG          9  0g     BG          9  0h     BG          9  0i     BG          9  0j     BG          9  0k     BG          9  0l     BG          9  0m     BG          9  0n     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          ,  0X     BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG            0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG          ,  0Y     BG          ,  0Z     BG          ,  0[     BG          ,  0\     BG          ,  0]     BG          ,  0^     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          0  0D     BG          0  0E     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          0  0F     BG          0  0G     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          0  0H     BG          0  0I     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          ,  0_     BG          ,  0`     BG          ,  0a     BG          ,  0b     BG          ,  0c     BG          ,  0d     BG          ,  0e     BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          ,  0f     BG          ,  0g     BG          ,  0h     BG          ,  0i     BG          ,  0j     BG          ,  0k     BG          ,  0l     BG          ,  0m     BG          ,  0n     BG          ,  0o     BG          ,  0p     BG          ,  0q     BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          T  0f     BG          T  0g     BG          T  0h     BG          T  0i     BG          T  0j     BG          T  0k     BG          T  0l     BG          T  0m     BG          T  0n     BG             0       BG             0       BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG             0       BG            0       BG          /  0#     BG          /  0$     BG          $  0C	     BG             0       BG          $  0D	     BG          $  0E	     BG          $  0F	     BG          $  0G	     BG          $  0H	     BG          $  0I	     BG          $  0J	     BG             0       BG             0       BG            0       BG             0       BG             0       BG            0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG              0       BG          (: 0   6 6              0                 (: 0   6 6              0                 (: 0   6 6              0       -          (: 0   6 6          (: 0   6 6              0                      0                      0                      0                     0                     0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                   : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             0       <           0       <            0       <            0       <            0       <             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             0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5            0       5          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0       !              0       !              0       !             0       !             0       !             0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !            0       !             0       !           0       !             0       !            0       !            0       !            0       !             0       !           0       !            0       !            0       !            0       !             0       !            0       !           : 0                : 0    
 
              0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0n                
  0o                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0n                O  0o                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0       2           Q  0%     2           Q  0&     2           Q  0'     2              0       2              0       2           R  0     2           R  0     2           R  0     2           R  0     2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2           : 0                    0                     0                    0n                  0o                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0n                  0o                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       =          : 0    = =              0                     0                     0                 : 0   = =              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0n                   0                  P  0o                   0                     0                 : 0   = =              0       )              0       )              0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )            0       )              0       )              0       )              0       )              0       )              0       )              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       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8          : 0   = =              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <          : 0   = =              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B          : 0   = =              0       D          (: 0    D D              0       E              0       E              0       E              0       E             0       E             0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E             0       E             0       E            0       E          !  0t     E          !  0u     E          !  0v     E          !  0w     E          !  0x     E          !  0y     E          !  0z     E          !  0{     E          !  0|     E          !  0}     E          !  0~     E             0       E             0       E            0       E             0       E             0       E            0       E              0       E              0       E              0       E              0       E             0       E             0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E             0       E             0       E             0       E            0       E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E             0       E             0       E             0       E            0       E             0       E             0       E            0       E              0       E             0       E             0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E             0       E             0       E             0       E             0       E            0       E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E             0       E             0       E             0       E            0       E             0       E             0       E            0       E              0       E              0       E              0       E             0       E             0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E             0       E             0       E             0       E             0       E            0       E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E             0       E             0       E            0       E             0       E             0       E            0       E              0       E             0       E             0       E             0       E             0       E             0       E            0       E             0       E             0       E             0       E             0       E             0       E             0       E            0       E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E          !  0     E             0       E            0       E             0       E             0       E            0       E          (: 0   D D              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T              0       T             0       T             0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          "  0%     T          "  0&     T          "  0'     T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          #  0n     T          #  0o     T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          /  0%     T          $  0K	     T          $  0L	     T          $  0M	     T             0       T             0       T             0       T            0       T          $  0N	     T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T         $  0O	     T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          %  0%     T          %  0&     T          %  0'     T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          )  0J     T          )  0K     T          )  0L     T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          *  0%     T          *  0&     T          )  0M     T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          *  0'     T          )  0N     T          )  0O     T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          &  0J     T          &  0K     T          &  0L     T          &  0M     T          &  0N     T             0       T             0       T            0       T          S  0      T          &  0O     T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          '  0&     T          '  0'     T          '  0(     T          '  0)     T          '  0*     T          '  0+     T          '  0,     T          '  0-     T          '  0.     T          '  0/     T             0       T             0       T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          (  0     T          (  0     T          (  0     T          (  0     T          (  0     T          (  0     T          (  0     T          (  0     T             0       T          9  0o     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T          8  0
     T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          +  0     T          +  0     T          +  0     T          +  0     T          +  0     T             0       T             0       T             0       T             0       T             0       T             0       T          ,  0r     T          ,  0s     T          ,  0t     T          ,  0u     T             0       T             0       T             0       T             0       T          9  0p     T          9  0q     T          9  0r     T          9  0s     T          9  0t     T          9  0u     T          9  0v     T          9  0w     T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T            0       T          ,  0v     T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T            0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T          ,  0w     T          ,  0x     T          ,  0y     T          ,  0z     T          ,  0{     T          ,  0|     T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          0  0J     T          0  0K     T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          0  0L     T          0  0M     T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          0  0N     T          0  0O     T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T             0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          ,  0}     T          ,  0~     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T          ,  0     T             0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          T  0o     T          T  0p     T          T  0q     T          T  0r     T          T  0s     T          T  0t     T          T  0u     T          T  0v     T          T  0w     T             0       T             0       T             0       T             0       T            0       T             0       T             0       T            0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T             0       T            0       T          /  0&     T          /  0'     T          $  0P	     T             0       T          $  0Q	     T          $  0R	     T          $  0S	     T          $  0T	     T          $  0U	     T          $  0V	     T          $  0W	     T             0       T             0       T            0       T             0       T             0       T            0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T          (: 0   D D              0                 (: 0   D D              0       6          (: 0   D D              0                 (: 0   D D          (: 0   D D              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       [            0       [            0       [            0       [            0       [             0       [           0       [            0       [            0       [            0       [            0       [             0       [           0       [            0       [            0       [            0       [            0       [             0       [           0       [            0       [            0       [            0       [            0       [             0       [            0       [          : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0	                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0
                 : 0    t t              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }           
  0p     }           
  0q     }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }           O  0p     }           O  0q     }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }          : 0   t t              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0(                Q  0)                Q  0*                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0                     0                    0p                  0q                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0
                    0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0p     I             0q     I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0     I            0     I            0     I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0     I            0     I             0       I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0     I            0     I            0     I             0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I             0       I            0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I             0       I            0       I             0       I             0       I             0       I             0       I            0      I             0       I             0       I             0       I            0       I             0       I             0       I            0       I              0       I           : 0                    0       &          : 0    & &              0       '              0       '              0       '          : 0   & &              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,           P  0p     ,              0       ,           P  0q     ,              0       ,              0       ,          : 0   & &              0       N7              0       N7              0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7             0       N7             0       N7             0       N7            0       N7              0       N7              0       N7              0       N7              0       N7              0       N7              0       N7              0       N7              0       N7              0       N7              0       N7          : 0   & &              0       o=              0       o=              0       o=              0       o=              0       o=              0       o=              0(     o=              0       o=              0       o=              0       o=              0       o=              0)     o=              0       o=              0       o=              0*     o=              0       o=          : 0   & &              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F              0       ^F          : 0   & &              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I          : 0   & &              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O          : 0   & &              0       <R          (: 0    <R <R              0       sS              0       sS              0       sS              0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS             0       sS             0       sS            0       sS             0       sS             0       sS            0       sS              0       sS              0       sS              0       sS              0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS            0       sS              0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS            0       sS              0       sS              0       sS              0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS             0       sS             0       sS            0       sS             0       sS             0       sS            0       sS              0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS             0       sS             0       sS             0       sS             0       sS             0       sS             0       sS            0       sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS          !  0     sS             0       sS            0       sS             0       sS             0       sS            0       sS          (: 0   <R <R              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b             0       b             0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          "  0(     b          "  0)     b          "  0*     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          #  0p     b          #  0q     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          /  0(     b          $  0X	     b          $  0Y	     b          $  0Z	     b             0       b             0       b             0       b            0       b          $  0[	     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b         $  0\	     b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          %  0(     b          %  0)     b          %  0*     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          )  0P     b          )  0Q     b          )  0R     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          *  0(     b          *  0)     b          )  0S     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          *  0*     b          )  0T     b          )  0U     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          &  0P     b          &  0Q     b          &  0R     b          &  0S     b          &  0T     b             0       b             0       b            0       b          S  0      b          &  0U     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          '  00     b          '  01     b          '  02     b          '  03     b          '  04     b          '  05     b          '  06     b          '  07     b          '  08     b          '  09     b             0       b             0       b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b          (  0     b             0       b          9  0x     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b          8  0
     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          +  0     b          +  0     b          +  0     b          +  0     b          +  0     b             0       b             0       b             0       b             0       b             0       b             0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b             0       b             0       b             0       b          9  0y     b          9  0z     b          9  0{     b          9  0|     b          9  0}     b          9  0~     b          9  0     b          9  0     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0P     b          0  0Q     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0R     b          0  0S     b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          0  0T     b          0  0U     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b             0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b          ,  0     b             0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          T  0x     b          T  0y     b          T  0z     b          T  0{     b          T  0|     b          T  0}     b          T  0~     b          T  0     b          T  0     b             0       b             0       b             0       b             0       b            0       b             0       b             0       b            0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b             0       b            0       b          /  0)     b          /  0*     b          $  0]	     b             0       b          $  0^	     b          $  0_	     b          $  0`	     b          $  0a	     b          $  0b	     b          $  0c	     b          $  0d	     b             0       b             0       b            0       b             0       b             0       b            0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b          (: 0   <R <R              0       E          (: 0   <R <R              0                 (: 0   <R <R              0       j          (: 0   <R <R          (: 0   <R <R              0       =              0       =              0       =              0       =             0       =             0       =             0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =           : 0                : 0    ( (             0       <            0       <             0       <           0       <            0       <             0       <           0       <            0       <             0       <            0       <          : 0   ( (             0       y            0       y            0       y            0       y             0       y           0       y            0       y            0       y            0       y             0       y           0       y            0       y            0       y            0       y             0       y           0       y             0       y            0       y            0       y             0       y           0       y             0       y            0       y            0       y             0       y           0       y             0       y            0       y            0       y             0       y           0       y             0       y            0       y            0       y             0       y            0       y          : 0   ( (              0       r             0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r            0       r          : 0   ( (             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   ( (             0       ^              0       ^             0       ^             0       ^             0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^             0       ^            0       ^            0       ^            0       ^             0       ^           0       ^            0       ^            0       ^            0       ^             0       ^            0       ^           : 0                : 0    I I              0       V              0       V              0       V              0       V              0       V              0       V              0       V           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0r                
  0s                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0r                O  0s                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [         : 0                     0       n           Q  0+     n           Q  0,     n           Q  0-     n              0       n              0       n           R  0     n           R  0     n           R  0     n           R  0     n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n              0       n           : 0                    0       .              0       .             0r     .             0s     .              0       .              0       .              0       .              0       .              0       .             0       .            0       .             0       .            0       .             0       .            0       .              0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .            0       .             0       .             0       .             0       .             0       .             0       .            0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .              0       .              0       .           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0r                  0s                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       y4          : 0    y4 y4              0       ?5              0       ?5              0       ?5          : 0   y4 y4              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:              0       0:           P  0r     0:              0       0:           P  0s     0:              0       0:              0       0:          : 0   y4 y4              0       D              0       D              0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D             0       D             0       D             0       D            0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D          : 0   y4 y4              0       
K              0       
K              0       
K              0       
K              0       
K              0       
K              0+     
K              0       
K              0       
K              0       
K              0       
K              0,     
K              0       
K              0       
K              0-     
K              0       
K          : 0   y4 y4              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S          : 0   y4 y4              0       MW              0       MW              0       MW              0       MW              0       MW              0       MW              0       MW              0       MW              0       MW          : 0   y4 y4              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]              0       O]          : 0   y4 y4              0       _          (: 0    _ _              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a             0       a             0       a            0       a             0       a             0       a            0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a          !  0     a             0       a            0       a             0       a             0       a            0       a          (: 0   _ _              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p             0       p             0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          "  0+     p          "  0,     p          "  0-     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          #  0r     p          #  0s     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          /  0+     p          $  0e	     p          $  0f	     p          $  0g	     p             0       p             0       p             0       p            0       p          $  0h	     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p         $  0i	     p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          %  0+     p          %  0,     p          %  0-     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          )  0V     p          )  0W     p          )  0X     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          *  0+     p          *  0,     p          )  0Y     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          *  0-     p          )  0Z     p          )  0[     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          &  0V     p          &  0W     p          &  0X     p          &  0Y     p          &  0Z     p             0       p             0       p            0       p          S  0      p          &  0[     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          '  0:     p          '  0;     p          '  0<     p          '  0=     p          '  0>     p          '  0?     p          '  0@     p          '  0A     p          '  0B     p          '  0C     p             0       p             0       p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          (  0     p          (  0     p          (  0     p          (  0     p          (  0     p          (  0     p          (  0     p          (  0     p             0       p          9  0     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p          8  0
     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          +  0     p          +  0     p          +  0     p          +  0     p          +  0     p             0       p             0       p             0       p             0       p             0       p             0       p          ,  0     p          ,  0     p          ,  0     p          ,  0     p             0       p             0       p             0       p             0       p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p          9  0     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  0     p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0V     p          0  0W     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0X     p          0  0Y     p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          0  0Z     p          0  0[     p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p          ,  0     p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p          T  0     p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p          /  0,     p          /  0-     p          $  0j	     p             0       p          $  0k	     p          $  0l	     p          $  0m	     p          $  0n	     p          $  0o	     p          $  0p	     p          $  0q	     p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p          (: 0   _ _              0                 (: 0   _ _              0       r          (: 0   _ _              0                 (: 0   _ _          (: 0   _ _              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0t                
  0u                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0t                O  0u                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                   Q  0.                 Q  0/                 Q  00                    0                      0                   R  0                 R  0                 R  0                 R  0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   : 0                    0                     0                    0t                  0u                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0t     "             0u     "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "            0     "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0     "            0     "            0     "             0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "             0       "            0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "              0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "             0       "            0       "             0       "             0       "             0       "             0       "            0      "             0       "             0       "             0       "            0       "             0       "             0       "            0       "              0       "           : 0                    0       B          : 0    B B              0       B              0       B              0       B          : 0   B B              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G           P  0t     G              0       G           P  0u     G              0       G              0       G          : 0   B B              0       R              0       R              0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R          : 0   B B              0       X              0       X              0       X              0       X              0       X              0       X              0.     X              0       X              0       X              0       X              0       X              0/     X              0       X              0       X              00     X              0       X          : 0   B B              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a          : 0   B B              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d          : 0   B B              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j          : 0   B B              0       xm          (: 0    xm xm              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n            0       n          !  0     n          !  0     n          !  0     n          !  0     n          !  0     n          !  0     n          !  0     n          !  0     n          !  0       n          !  0      n          !  0      n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0	      n          !  0
      n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          !  0      n          !  0      n          !  0
      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n             0       n             0       n             0       n            0       n             0       n             0       n            0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n             0       n             0       n            0       n             0       n             0       n            0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n             0       n             0       n             0       n             0       n             0       n             0       n            0       n          !  0      n          !  0      n          !  0      n          !  0      n          !  0      n          !  0       n          !  0!      n          !  0"      n          !  0#      n             0       n            0       n             0       n             0       n            0       n          (: 0   xm xm              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }             0       }             0       }              0       }              0       }              0       }              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     }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          #  0t     }          #  0u     }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          /  0.     }          $  0r	     }          $  0s	     }          $  0t	     }             0       }             0       }             0       }            0       }          $  0u	     }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }         $  0v	     }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            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       }          *  00     }          )  0`     }          )  0a     }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          &  0\     }          &  0]     }          &  0^     }          &  0_     }          &  0`     }             0       }             0       }            0       }          S  0      }          &  0a     }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          '  0D     }          '  0E     }          '  0F     }          '  0G     }          '  0H     }          '  0I     }          '  0J     }          '  0K     }          '  0L     }          '  0M     }             0       }             0       }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          (  0     }          (  0     }          (  0     }          (  0     }          (  0     }          (  0     }          (  0     }          (  0     }             0       }          9  0     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }          8  0
     }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          +  0     }          +  0     }          +  0     }          +  0     }          +  0     }             0       }             0       }             0       }             0       }             0       }             0       }          ,  0     }          ,  0     }          ,  0     }          ,  0     }             0       }             0       }             0       }             0       }          9  0     }          9  0     }          9  0     }          9  0     }          9  0     }          9  0     }          9  0     }          9  0     }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }          ,  0     }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          0  0\     }          0  0]     }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          0  0^     }          0  0_     }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          0  0`     }          0  0a     }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }          ,  0     }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          T  0     }          T  0     }          T  0     }          T  0     }          T  0     }          T  0     }          T  0     }          T  0     }          T  0     }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }          /  0/     }          /  00     }          $  0w	     }             0       }          $  0x	     }          $  0y	     }          $  0z	     }          $  0{	     }          $  0|	     }          $  0}	     }          $  0~	     }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }          (: 0   xm xm              0                 (: 0   xm xm              0                 (: 0   xm xm              0                 (: 0   xm xm          (: 0   xm xm              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y           : 0                : 0    d d             0       x            0       x             0       x           0       x            0       x             0       x           0       x            0       x             0       x            0       x          : 0   d d             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   d d              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   d d             0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5            0       5          : 0   d d             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0    N N              0       W              0       W             0       W             0       W            0       W             0       W             0       W            0       W             0       W             0       W            0       W             0       W             0       W            0       W              0       W              0       W           
  0v     W           
  0w     W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W           O  0v     W           O  0w     W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W              0       W          : 0   N N              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                      0       
           Q  01     
           Q  02     
           Q  03     
              0       
              0       
           R  0     
           R  0     
           R  0     
           R  0     
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
           : 0!                    0       j              0       j             0v     j             0w     j              0       j              0       j              0       j              0       j              0       j             0       j            0       j             0       j            0       j             0       j            0       j              0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j              0       j              0       j           : 0"                    0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0             0v     #0             0w     #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0            0     #0            0     #0            0     #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0     #0            0     #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0     #0            0     #0            0     #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0              0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0             0       #0             0       #0            0      #0             0       #0             0       #0             0       #0            0       #0             0       #0             0       #0            0       #0              0       #0           : 0#                    0       O          : 0    O O              0       {P              0       {P              0       {P          : 0   O O              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU              0       lU           P  0v     lU              0       lU           P  0w     lU              0       lU              0       lU          : 0   O O              0       (`              0       (`              0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`             0       (`             0       (`             0       (`            0       (`              0       (`              0       (`              0       (`              0       (`              0       (`              0       (`              0       (`              0       (`              0       (`              0       (`          : 0   O O              0       If              0       If              0       If              0       If              0       If              0       If              01     If              0       If              0       If              0       If              0       If              02     If              0       If              0       If              03     If              0       If          : 0   O O              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o              0       8o          : 0   O O              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r              0       r          : 0   O O              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x          : 0   O O              0       {          (: 0    { {              0       M|              0       M|              0       M|              0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|          !  0$      M|          !  0%      M|          !  0&      M|          !  0'      M|          !  0(      M|          !  0)      M|          !  0*      M|          !  0+      M|          !  0,      M|          !  0-      M|          !  0.      M|             0       M|             0       M|            0       M|             0       M|             0       M|            0       M|              0       M|              0       M|              0       M|              0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|          !  0/      M|          !  00      M|          !  01      M|          !  02      M|          !  03      M|          !  04      M|          !  05      M|          !  06      M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|            0       M|              0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|          !  07      M|          !  08      M|          !  09      M|          !  0:      M|          !  0;      M|          !  0<      M|          !  0=      M|          !  0>      M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|            0       M|              0       M|              0       M|              0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|          !  0?      M|          !  0@      M|          !  0A      M|          !  0B      M|          !  0C      M|          !  0D      M|          !  0E      M|          !  0F      M|             0       M|             0       M|            0       M|             0       M|             0       M|            0       M|              0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|             0       M|             0       M|             0       M|             0       M|             0       M|             0       M|            0       M|          !  0G      M|          !  0H      M|          !  0I      M|          !  0J      M|          !  0K      M|          !  0L      M|          !  0M      M|          !  0N      M|          !  0O      M|             0       M|            0       M|             0       M|             0       M|            0       M|          (: 0   { {              0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y            0       Y              0       Y              0       Y              0       Y             0       Y             0       Y              0       Y             0       Y             0       Y             0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y            0       Y             0       Y           0       Y             0       Y            0       Y            0       Y            0       Y             0       Y           0       Y            0       Y            0       Y            0       Y             0       Y            0       Y           : 0$                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0%                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0x                
  0y                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0x                O  0y                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0&                     0                  Q  04                Q  05                Q  06                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0'                    0       ǯ              0       ǯ             0x     ǯ             0y     ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ             0       ǯ            0       ǯ             0       ǯ            0       ǯ             0       ǯ            0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ              0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ             0       ǯ             0       ǯ            0       ǯ              0       ǯ              0       ǯ              0       ǯ           : 0(                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0x                  0y                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0)                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0x                   0                  P  0y                   0                     0                 : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     04                   0                     0                     0                     0                     05                   0                     0                     06                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       s          (: 0    s s              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0P                !  0Q                !  0R                !  0S                !  0T                !  0U                !  0V                !  0W                !  0X                !  0Y                !  0Z                   0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0[                !  0\                !  0]                !  0^                !  0_                !  0`                !  0a                !  0b                   0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0c                !  0d                !  0e                !  0f                !  0g                !  0h                !  0i                !  0j                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0k                !  0l                !  0m                !  0n                !  0o                !  0p                !  0q                !  0r                   0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0s                !  0t                !  0u                !  0v                !  0w                !  0x                !  0y                !  0z                !  0{                   0                   0                    0                    0                   0                 (: 0   s s              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $              0       $              0       $              0       $             0       $             0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          "  01     $          "  02     $          "  03     $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          #  0v     $          #  0w     $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          /  01     $          $  0	     $          $  0	     $          $  0	     $             0       $             0       $             0       $            0       $          $  0	     $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $         $  0	     $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          %  01     $          %  02     $          %  03     $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          )  0b     $          )  0c     $          )  0d     $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          *  01     $          *  02     $          )  0e     $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          *  03     $          )  0f     $          )  0g     $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          &  0b     $          &  0c     $          &  0d     $          &  0e     $          &  0f     $             0       $             0       $            0       $          S  0      $          &  0g     $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          '  0N     $          '  0O     $          '  0P     $          '  0Q     $          '  0R     $          '  0S     $          '  0T     $          '  0U     $          '  0V     $          '  0W     $             0       $             0       $          8  0
     $          8  0
     $          8  0
     $          8  0
     $          8  0
     $          8  0
     $          8  0
     $          8  0
     $          8  0
     $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          (  0     $          (  0     $          (  0     $          (  0     $          (  0     $          (  0     $          (  0     $          (  0     $             0       $          9  0     $          8  0
     $          8  0
     $          8  0      $          8  0     $          8  0     $          8  0     $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          +  0     $          +  0     $          +  0     $          +  0     $          +  0     $             0       $             0       $             0       $             0       $             0       $             0       $          ,  0     $          ,  0     $          ,  0     $          ,  0     $             0       $             0       $             0       $             0       $          9  0     $          9  0     $          9  0     $          9  0     $          9  0     $          9  0     $          9  0     $          9  0     $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $            0       $          ,  0     $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          0  0b     $          0  0c     $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          0  0d     $          0  0e     $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          0  0f     $          0  0g     $             0       $             0       $            0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $             0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0      $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $          ,  0     $             0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          T  0     $          T  0     $          T  0     $          T  0     $          T  0     $          T  0     $          T  0     $          T  0     $          T  0     $             0       $             0       $             0       $             0       $            0       $             0       $             0       $            0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $             0       $            0       $          /  02     $          /  03     $          $  0	     $             0       $          $  0	     $          $  0	     $          $  0	     $          $  0	     $          $  0	     $          $  0	     $          $  0	     $             0       $             0       $            0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $          (: 0   s s              0       |          (: 0   s s              0                 (: 0   s s              0                 (: 0   s s          (: 0   s s              0       t              0       t              0       t              0       t             0       t             0       t             0       t             0       t             0       t            0       t              0       t              0       t              0       t              0       t              0       t              0       t           : 0*                : 0    _ _             0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s            0       s          : 0   _ _             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   _ _              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   _ _             0       0            0       0            0       0            0       0            0       0             0       0           0       0            0       0            0       0            0       0            0       0             0       0           0       0            0       0            0       0            0       0            0       0             0       0           0       0            0       0            0       0            0       0            0       0             0       0            0       0          : 0   _ _             0                     0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0+                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0,                 : 0    J J              0       S              0       S             0       S             0       S            0       S             0       S             0       S            0       S             0       S             0       S            0       S             0       S             0       S            0       S              0       S              0       S           
  0z     S           
  0{     S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S           O  0z     S           O  0{     S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S              0       S          : 0   J J              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0-                     0                  Q  07                Q  08                Q  09                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0.                    0       f              0       f             0z     f             0{     f              0       f              0       f              0       f              0       f              0       f             0       f            0       f             0       f            0       f             0       f            0       f              0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f              0       f              0       f              0       f              0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f            0       f             0       f             0       f             0       f             0       f             0       f            0       f             0       f             0       f            0       f             0       f             0       f            0       f              0       f              0       f              0       f           : 0/                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0z                  0{                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    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                    0                 : 0                   0       w              0       w              0       w          : 0                  0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h           P  0z     h              0       h           P  0{     h              0       h              0       h          : 0                  0       $              0       $              0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $             0       $             0       $             0       $            0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $              0       $          : 0                  0       E
              0       E
              0       E
              0       E
              0       E
              0       E
              07     E
              0       E
              0       E
              0       E
              0       E
              08     E
              0       E
              0       E
              09     E
              0       E
          : 0                  0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       "          (: 0    " "              0       I#              0       I#              0       I#              0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#          !  0|      I#          !  0}      I#          !  0~      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#             0       I#             0       I#            0       I#             0       I#             0       I#            0       I#              0       I#              0       I#              0       I#              0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#            0       I#              0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#            0       I#              0       I#              0       I#              0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#             0       I#             0       I#            0       I#             0       I#             0       I#            0       I#              0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#             0       I#             0       I#             0       I#             0       I#             0       I#             0       I#            0       I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#          !  0      I#             0       I#            0       I#             0       I#             0       I#            0       I#          (: 0   " "              0       U2              0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2              0       U2              0       U2              0       U2             0       U2             0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          "  04     U2          "  05     U2          "  06     U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          #  0x     U2          #  0y     U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          /  04     U2          $  0	     U2          $  0	     U2          $  0	     U2             0       U2             0       U2             0       U2            0       U2          $  0	     U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2         $  0	     U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          %  04     U2          %  05     U2          %  06     U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          )  0h     U2          )  0i     U2          )  0j     U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          *  04     U2          *  05     U2          )  0k     U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          *  06     U2          )  0l     U2          )  0m     U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          &  0h     U2          &  0i     U2          &  0j     U2          &  0k     U2          &  0l     U2             0       U2             0       U2            0       U2          S  0      U2          &  0m     U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          '  0X     U2          '  0Y     U2          '  0Z     U2          '  0[     U2          '  0\     U2          '  0]     U2          '  0^     U2          '  0_     U2          '  0`     U2          '  0a     U2             0       U2             0       U2          8  0     U2          8  0     U2          8  0     U2          8  0     U2          8  0     U2          8  0	     U2          8  0
     U2          8  0     U2          8  0     U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          (  0     U2          (  0     U2          (  0     U2          (  0     U2          (  0     U2          (  0     U2          (  0     U2          (  0     U2             0       U2          9  0     U2          8  0
     U2          8  0     U2          8  0     U2          8  0     U2          8  0     U2          8  0     U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          +  0     U2          +  0     U2          +  0     U2          +  0     U2          +  0     U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2          ,  0     U2          ,  0	     U2          ,  0
     U2          ,  0     U2             0       U2             0       U2             0       U2             0       U2          9  0     U2          9  0     U2          9  0     U2          9  0     U2          9  0     U2          9  0     U2          9  0     U2          9  0     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          ,  0     U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2            0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2          ,  0
     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          0  0h     U2          0  0i     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          0  0j     U2          0  0k     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          0  0l     U2          0  0m     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0     U2          ,  0      U2          ,  0!     U2          ,  0"     U2          ,  0#     U2          ,  0$     U2          ,  0%     U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2          T  0     U2             0       U2             0       U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2             0       U2            0       U2          /  05     U2          /  06     U2          $  0	     U2             0       U2          $  0	     U2          $  0	     U2          $  0	     U2          $  0	     U2          $  0	     U2          $  0	     U2          $  0	     U2             0       U2             0       U2            0       U2             0       U2             0       U2            0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2              0       U2          (: 0   " "              0                 (: 0   " "              0                 (: 0   " "              0       @          (: 0   " "          (: 0   " "              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 01                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       O            0       O            0       O            0       O             0       O           0       O            0       O            0       O            0       O             0       O           0       O            0       O            0       O            0       O             0       O           0       O             0       O            0       O            0       O             0       O           0       O             0       O            0       O            0       O             0       O           0       O             0       O            0       O            0       O             0       O           0       O             0       O            0       O            0       O             0       O            0       O          : 0                  0       H             0       H            0       H             0       H           0       H            0       H             0       H           0       H            0       H             0       H            0       H          : 0                 0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ             0       Ϫ           0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ             0       Ϫ           0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ             0       Ϫ           0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ            0       Ϫ             0       Ϫ            0       Ϫ          : 0                 0       4              0       4             0       4             0       4             0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4            0       4             0       4           0       4             0       4            0       4            0       4            0       4             0       4           0       4            0       4            0       4            0       4             0       4            0       4           : 02                : 0                   0       ,              0       ,              0       ,              0       ,              0       ,              0       ,              0       ,           : 03                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0|                
  0}                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0|                O  0}                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1         : 04                     0       D           Q  0:     D           Q  0;     D           Q  0<     D              0       D              0       D           R  0     D           R  0     D           R  0     D           R  0     D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D           : 05                    0                     0                    0|                  0}                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 06                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0|                  0}                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 07                    0       O          : 0    O O              0                     0                     0                 : 0   O O              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
           P  0|     
              0       
           P  0}     
              0       
              0       
          : 0   O O              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   O O              0                     0                     0                     0                     0                     0                     0:                   0                     0                     0                     0                     0;                   0                     0                     0<                   0                 : 0   O O              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #              0       #          : 0   O O              0       #'              0       #'              0       #'              0       #'              0       #'              0       #'              0       #'              0       #'              0       #'          : 0   O O              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-              0       %-          : 0   O O              0       /          (: 0    / /              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0             0       0             0       0             0       0            0       0             0       0             0       0            0       0              0       0              0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0             0       0             0       0            0       0             0       0             0       0            0       0              0       0             0       0             0       0             0       0             0       0             0       0            0       0             0       0             0       0             0       0             0       0             0       0             0       0            0       0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0          !  0      0             0       0            0       0             0       0             0       0            0       0          (: 0   / /              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?             0       ?             0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          "  07     ?          "  08     ?          "  09     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          #  0z     ?          #  0{     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          /  07     ?          $  0	     ?          $  0	     ?          $  0	     ?             0       ?             0       ?             0       ?            0       ?          $  0	     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?         $  0	     ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          %  07     ?          %  08     ?          %  09     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          )  0n     ?          )  0o     ?          )  0p     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          *  07     ?          *  08     ?          )  0q     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          *  09     ?          )  0r     ?          )  0s     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          &  0n     ?          &  0o     ?          &  0p     ?          &  0q     ?          &  0r     ?             0       ?             0       ?            0       ?          S  0      ?          &  0s     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          '  0b     ?          '  0c     ?          '  0d     ?          '  0e     ?          '  0f     ?          '  0g     ?          '  0h     ?          '  0i     ?          '  0j     ?          '  0k     ?             0       ?             0       ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?          (  0     ?             0       ?          9  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0     ?          8  0      ?          8  0!     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?          +  0     ?          +  0     ?          +  0     ?          +  0     ?          +  0     ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?          ,  0&     ?          ,  0'     ?          ,  0(     ?          ,  0)     ?             0       ?             0       ?             0       ?             0       ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?          9  0     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          ,  0*     ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              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     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0n     ?          0  0o     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0p     ?          0  0q     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          0  0r     ?          0  0s     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          ,  01     ?          ,  02     ?          ,  03     ?          ,  04     ?          ,  05     ?          ,  06     ?          ,  07     ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          ,  08     ?          ,  09     ?          ,  0:     ?          ,  0;     ?          ,  0<     ?          ,  0=     ?          ,  0>     ?          ,  0?     ?          ,  0@     ?          ,  0A     ?          ,  0B     ?          ,  0C     ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?          T  0     ?             0       ?             0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?             0       ?            0       ?          /  08     ?          /  09     ?          $  0	     ?             0       ?          $  0	     ?          $  0	     ?          $  0	     ?          $  0	     ?          $  0	     ?          $  0	     ?          $  0	     ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          (: 0   / /              0                 (: 0   / /              0       H          (: 0   / /              0       ޲          (: 0   / /          (: 0   / /              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 08                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       m            0       m            0       m            0       m            0       m             0       m           0       m            0       m            0       m            0       m            0       m             0       m           0       m            0       m            0       m            0       m            0       m             0       m           0       m            0       m            0       m            0       m            0       m             0       m            0       m          : 0                 0       Ҹ              0       Ҹ             0       Ҹ             0       Ҹ             0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ             0       Ҹ            0       Ҹ            0       Ҹ            0       Ҹ             0       Ҹ           0       Ҹ            0       Ҹ            0       Ҹ            0       Ҹ             0       Ҹ            0       Ҹ           : 09                : 0                   0       ʺ              0       ʺ              0       ʺ              0       ʺ              0       ʺ              0       ʺ              0       ʺ           : 0:                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0~                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0~                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0;                     0                  Q  0=                Q  0>                Q  0?                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0<                    0                     0                    0~                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0=                    0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0~     [             0     [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [            0     [            0     [            0     [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0     [            0     [             0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0     [            0     [            0     [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [            0      [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [           : 0>                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0~                   0                  P  0                   0                     0                 : 0                  0       `"              0       `"              0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"             0       `"             0       `"             0       `"            0       `"              0       `"              0       `"              0       `"              0       `"              0       `"              0       `"              0       `"              0       `"              0       `"              0       `"          : 0                  0       (              0       (              0       (              0       (              0       (              0       (              0=     (              0       (              0       (              0       (              0       (              0>     (              0       (              0       (              0?     (              0       (          : 0                  0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1              0       p1          : 0                  0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4              0       4          : 0                  0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :          : 0                  0       N=          (: 0    N= N=              0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >             0       >             0       >            0       >             0       >             0       >            0       >              0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >             0       >             0       >             0       >            0       >             0       >             0       >            0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >             0       >             0       >             0       >            0       >             0       >             0       >            0       >              0       >              0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >             0       >             0       >            0       >             0       >             0       >            0       >              0       >             0       >             0       >             0       >             0       >             0       >            0       >             0       >             0       >             0       >             0       >             0       >             0       >            0       >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >          !  0      >             0       >            0       >             0       >             0       >            0       >          (: 0   N= N=              0       M              0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M              0       M              0       M              0       M             0       M             0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          "  0:     M          "  0;     M          "  0<     M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          #  0|     M          #  0}     M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          /  0:     M          $  0	     M          $  0	     M          $  0	     M             0       M             0       M             0       M            0       M          $  0	     M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M         $  0	     M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          %  0:     M          %  0;     M          %  0<     M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          )  0t     M          )  0u     M          )  0v     M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          *  0:     M          *  0;     M          )  0w     M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          *  0<     M          )  0x     M          )  0y     M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          &  0t     M          &  0u     M          &  0v     M          &  0w     M          &  0x     M             0       M             0       M            0       M          S  0      M          &  0y     M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          '  0l     M          '  0m     M          '  0n     M          '  0o     M          '  0p     M          '  0q     M          '  0r     M          '  0s     M          '  0t     M          '  0u     M             0       M             0       M          8  0"     M          8  0#     M          8  0$     M          8  0%     M          8  0&     M          8  0'     M          8  0(     M          8  0)     M          8  0*     M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          (  0     M          (  0     M          (  0     M          (  0     M          (  0     M          (  0     M          (  0     M          (  0     M             0       M          9  0     M          8  0+     M          8  0,     M          8  0-     M          8  0.     M          8  0/     M          8  00     M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          +  0     M          +  0     M          +  0     M          +  0     M          +  0     M             0       M             0       M             0       M             0       M             0       M             0       M          ,  0D     M          ,  0E     M          ,  0F     M          ,  0G     M             0       M             0       M             0       M             0       M          9  0     M          9  0     M          9  0     M          9  0     M          9  0     M          9  0     M          9  0     M          9  0     M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M            0       M          ,  0H     M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M            0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M          ,  0I     M          ,  0J     M          ,  0K     M          ,  0L     M          ,  0M     M          ,  0N     M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          0  0t     M          0  0u     M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          0  0v     M          0  0w     M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          0  0x     M          0  0y     M             0       M             0       M            0       M             0       M             0       M            0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M             0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          ,  0O     M          ,  0P     M          ,  0Q     M          ,  0R     M          ,  0S     M          ,  0T     M          ,  0U     M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          ,  0V     M          ,  0W     M          ,  0X     M          ,  0Y     M          ,  0Z     M          ,  0[     M          ,  0\     M          ,  0]     M          ,  0^     M          ,  0_     M          ,  0`     M          ,  0a     M             0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          T  0     M          T  0     M          T  0     M          T  0     M          T  0     M          T  0     M          T  0     M          T  0     M          T  0     M             0       M             0       M             0       M             0       M            0       M             0       M             0       M            0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M             0       M            0       M          /  0;     M          /  0<     M          $  0	     M             0       M          $  0	     M          $  0	     M          $  0	     M          $  0	     M          $  0	     M          $  0	     M          $  0	     M             0       M             0       M            0       M             0       M             0       M            0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M          (: 0   N= N=              0       W          (: 0   N= N=              0                 (: 0   N= N=              0       |          (: 0   N= N=          (: 0   N= N=              0       O              0       O              0       O              0       O             0       O             0       O             0       O             0       O             0       O            0       O              0       O              0       O              0       O              0       O              0       O              0       O           : 0?                : 0    : :             0       N            0       N             0       N           0       N            0       N             0       N           0       N            0       N             0       N            0       N          : 0   : :             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   : :              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   : :             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   : :             0       p              0       p             0       p             0       p             0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p            0       p             0       p           0       p             0       p            0       p            0       p            0       p             0       p           0       p            0       p            0       p            0       p             0       p            0       p           : 0@                : 0    [ [              0       h              0       h              0       h              0       h              0       h              0       h              0       h           : 0A                 : 0    $ $              0       -              0       -             0       -             0       -            0       -             0       -             0       -            0       -             0       -             0       -            0       -             0       -             0       -            0       -              0       -              0       -           
  0     -           
  0     -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -           O  0     -           O  0     -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -              0       -          : 0   $ $              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m         : 0B                     0                  Q  0@                Q  0A                Q  0B                   0                     0                  R  0                 R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0C                    0       @              0       @             0     @             0     @              0       @              0       @              0       @              0       @              0       @             0       @            0       @             0       @            0       @             0       @            0       @              0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @              0       @              0       @              0       @              0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @            0       @             0       @             0       @             0       @             0       @             0       @            0       @             0       @             0       @            0       @             0       @             0       @            0       @              0       @              0       @              0       @           : 0D                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                  0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0E                    0                 : 0                   0       Q               0       Q               0       Q           : 0                  0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%              0       B%           P  0     B%              0       B%           P  0     B%              0       B%              0       B%          : 0                  0       /              0       /              0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /             0       /             0       /             0       /            0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /              0       /          : 0                  0       6              0       6              0       6              0       6              0       6              0       6              0@     6              0       6              0       6              0       6              0       6              0A     6              0       6              0       6              0B     6              0       6          : 0                  0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          : 0                  0       _B              0       _B              0       _B              0       _B              0       _B              0       _B              0       _B              0       _B              0       _B          : 0                  0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH              0       aH          : 0                  0       J          (: 0    J J              0       #L              0       #L              0       #L              0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L          !  0 !     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0	!     #L          !  0
!     #L             0       #L             0       #L            0       #L             0       #L             0       #L            0       #L              0       #L              0       #L              0       #L              0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L          !  0!     #L          !  0!     #L          !  0
!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L            0       #L              0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L            0       #L              0       #L              0       #L              0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0!     #L          !  0 !     #L          !  0!!     #L          !  0"!     #L             0       #L             0       #L            0       #L             0       #L             0       #L            0       #L              0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L             0       #L             0       #L             0       #L             0       #L             0       #L             0       #L            0       #L          !  0#!     #L          !  0$!     #L          !  0%!     #L          !  0&!     #L          !  0'!     #L          !  0(!     #L          !  0)!     #L          !  0*!     #L          !  0+!     #L             0       #L            0       #L             0       #L             0       #L            0       #L          (: 0   J J              0       /[              0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[              0       /[              0       /[              0       /[             0       /[             0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          "  0=     /[          "  0>     /[          "  0?     /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          #  0~     /[          #  0     /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          /  0=     /[          $  0	     /[          $  0	     /[          $  0	     /[             0       /[             0       /[             0       /[            0       /[          $  0	     /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[         $  0	     /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          %  0=     /[          %  0>     /[          %  0?     /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          )  0z     /[          )  0{     /[          )  0|     /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          *  0=     /[          *  0>     /[          )  0}     /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          *  0?     /[          )  0~     /[          )  0     /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          &  0z     /[          &  0{     /[          &  0|     /[          &  0}     /[          &  0~     /[             0       /[             0       /[            0       /[          S  0      /[          &  0     /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          '  0v     /[          '  0w     /[          '  0x     /[          '  0y     /[          '  0z     /[          '  0{     /[          '  0|     /[          '  0}     /[          '  0~     /[          '  0     /[             0       /[             0       /[          8  01     /[          8  02     /[          8  03     /[          8  04     /[          8  05     /[          8  06     /[          8  07     /[          8  08     /[          8  09     /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          (  0     /[          (  0     /[          (  0     /[          (  0     /[          (  0     /[          (  0     /[          (  0     /[          (  0     /[             0       /[          9  0     /[          8  0:     /[          8  0;     /[          8  0<     /[          8  0=     /[          8  0>     /[          8  0?     /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          +  0     /[          +  0     /[          +  0     /[          +  0     /[          +  0     /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[          ,  0b     /[          ,  0c     /[          ,  0d     /[          ,  0e     /[             0       /[             0       /[             0       /[             0       /[          9  0     /[          9  0     /[          9  0     /[          9  0     /[          9  0     /[          9  0     /[          9  0     /[          9  0     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          ,  0f     /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[            0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[          ,  0g     /[          ,  0h     /[          ,  0i     /[          ,  0j     /[          ,  0k     /[          ,  0l     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          0  0z     /[          0  0{     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          0  0|     /[          0  0}     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          0  0~     /[          0  0     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          ,  0m     /[          ,  0n     /[          ,  0o     /[          ,  0p     /[          ,  0q     /[          ,  0r     /[          ,  0s     /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          ,  0t     /[          ,  0u     /[          ,  0v     /[          ,  0w     /[          ,  0x     /[          ,  0y     /[          ,  0z     /[          ,  0{     /[          ,  0|     /[          ,  0}     /[          ,  0~     /[          ,  0     /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[          T  0     /[             0       /[             0       /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[             0       /[            0       /[          /  0>     /[          /  0?     /[          $  0	     /[             0       /[          $  0	     /[          $  0	     /[          $  0	     /[          $  0	     /[          $  0	     /[          $  0	     /[          $  0	     /[             0       /[             0       /[            0       /[             0       /[             0       /[            0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[              0       /[          (: 0   J J              0                 (: 0   J J              0                 (: 0   J J              0                 (: 0   J J          (: 0   J J              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0F                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0       )            0       )            0       )            0       )             0       )           0       )            0       )            0       )            0       )             0       )           0       )            0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )           0       )             0       )            0       )            0       )             0       )            0       )          : 0                  0       "             0       "            0       "             0       "           0       "            0       "             0       "           0       "            0       "             0       "            0       "          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0G                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0H                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0I                     0                  Q  0C                Q  0D                Q  0E                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0J                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   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     
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0     
            0	     
            0
     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0
     
            0     
            0     
             0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
             0       
            0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
             0       
            0       
             0       
             0       
             0       
             0       
            0      
             0       
             0       
             0       
            0       
             0       
             0       
            0       
              0       
           : 0L                    0       )-          : 0    )- )-              0       -              0       -              0       -          : 0   )- )-              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2              0       2           P  0     2              0       2           P  0     2              0       2              0       2          : 0   )- )-              0       =              0       =              0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =          : 0   )- )-              0       C              0       C              0       C              0       C              0       C              0       C              0C     C              0       C              0       C              0       C              0       C              0D     C              0       C              0       C              0E     C              0       C          : 0   )- )-              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L              0       L          : 0   )- )-              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O          : 0   )- )-              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U          : 0   )- )-              0       X          (: 0    X X              0       Y              0       Y              0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y          !  0,!     Y          !  0-!     Y          !  0.!     Y          !  0/!     Y          !  00!     Y          !  01!     Y          !  02!     Y          !  03!     Y          !  04!     Y          !  05!     Y          !  06!     Y             0       Y             0       Y            0       Y             0       Y             0       Y            0       Y              0       Y              0       Y              0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y          !  07!     Y          !  08!     Y          !  09!     Y          !  0:!     Y          !  0;!     Y          !  0<!     Y          !  0=!     Y          !  0>!     Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y            0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y          !  0?!     Y          !  0@!     Y          !  0A!     Y          !  0B!     Y          !  0C!     Y          !  0D!     Y          !  0E!     Y          !  0F!     Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y            0       Y              0       Y              0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y          !  0G!     Y          !  0H!     Y          !  0I!     Y          !  0J!     Y          !  0K!     Y          !  0L!     Y          !  0M!     Y          !  0N!     Y             0       Y             0       Y            0       Y             0       Y             0       Y            0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y             0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y          !  0O!     Y          !  0P!     Y          !  0Q!     Y          !  0R!     Y          !  0S!     Y          !  0T!     Y          !  0U!     Y          !  0V!     Y          !  0W!     Y             0       Y            0       Y             0       Y             0       Y            0       Y          (: 0   X X              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h             0       h             0       h              0       h             0       h             0       h             0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h            0       h             0       h           0       h             0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h             0       h            0       h           : 0M                : 0    Vo Vo              0       co              0       co              0       co              0       co              0       co              0       co              0       co           : 0N                 : 0    s s              0       (s              0       (s             0       (s             0       (s            0       (s             0       (s             0       (s            0       (s             0       (s             0       (s            0       (s             0       (s             0       (s            0       (s              0       (s              0       (s           
  0     (s           
  0     (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s           O  0     (s           O  0     (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s              0       (s          : 0   s s              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h         : 0O                     0       {           Q  0F     {           Q  0G     {           Q  0H     {              0       {              0       {           R  0     {           R  0	     {           R  0
     {           R  0     {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {              0       {           : 0P                    0       ;              0       ;             0     ;             0     ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;            0       ;             0       ;            0       ;             0       ;            0       ;              0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;             0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;              0       ;              0       ;           : 0Q                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0R                    0                 : 0                   0       L              0       L              0       L          : 0                  0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =           P  0     =              0       =           P  0     =              0       =              0       =          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0F                   0                     0                     0                     0                     0G                   0                     0                     0H                   0                 : 0                  0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	              0       	          : 0                  0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z          : 0                  0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \          : 0                  0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0X!               !  0Y!               !  0Z!               !  0[!               !  0\!               !  0]!               !  0^!               !  0_!               !  0`!               !  0a!               !  0b!                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0c!               !  0d!               !  0e!               !  0f!               !  0g!               !  0h!               !  0i!               !  0j!                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0k!               !  0l!               !  0m!               !  0n!               !  0o!               !  0p!               !  0q!               !  0r!                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0s!               !  0t!               !  0u!               !  0v!               !  0w!               !  0x!               !  0y!               !  0z!                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0{!               !  0|!               !  0}!               !  0~!               !  0!               !  0!               !  0!               !  0!               !  0!                  0                   0                    0                    0                   0                 (: 0                  0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *             0       *             0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          "  0@     *          "  0A     *          "  0B     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          #  0     *          #  0     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          /  0@     *          $  0	     *          $  0	     *          $  0	     *             0       *             0       *             0       *            0       *          $  0	     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *         $  0	     *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          %  0@     *          %  0A     *          %  0B     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          )  0     *          )  0     *          )  0     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          *  0@     *          *  0A     *          )  0     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          *  0B     *          )  0     *          )  0     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          &  0     *          &  0     *          &  0     *          &  0     *          &  0     *             0       *             0       *            0       *          S  0      *          &  0     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            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@     *          8  0A     *          8  0B     *          8  0C     *          8  0D     *          8  0E     *          8  0F     *          8  0G     *          8  0H     *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          (  0      *          (  0     *          (  0     *          (  0     *          (  0     *          (  0     *          (  0     *          (  0     *             0       *          9  0     *          8  0I     *          8  0J     *          8  0K     *          8  0L     *          8  0M     *          8  0N     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          +  0     *          +  0     *          +  0     *          +  0     *          +  0     *             0       *             0       *             0       *             0       *             0       *             0       *          ,  0     *          ,  0     *          ,  0     *          ,  0     *             0       *             0       *             0       *             0       *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *          9  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  0     *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0     *          0  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0     *          0  0     *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          0  0     *          0  0     *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *             0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *          ,  0     *             0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *          T  0     *             0       *             0       *             0       *             0       *            0       *             0       *             0       *            0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *             0       *            0       *          /  0A     *          /  0B     *          $  0	     *             0       *          $  0	     *          $  0	     *          $  0	     *          $  0	     *          $  0	     *          $  0	     *          $  0	     *             0       *             0       *            0       *             0       *             0       *            0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *          (: 0                  0       s          (: 0                  0       t          (: 0                  0       u          (: 0              (: 0                  0       u              0       u              0       u              0       u             0       u             0       u             0       u             0       u             0       u            0       u              0       u              0       u              0       u              0       u              0       u              0       u           : 0S                : 0    v v             0       v            0       v             0       v           0       v            0       v             0       v           0       v            0       v             0       v            0       v          : 0   v v             0       $w            0       $w            0       $w            0       $w             0       $w           0       $w            0       $w            0       $w            0       $w             0       $w           0       $w            0       $w            0       $w            0       $w             0       $w           0       $w             0       $w            0       $w            0       $w             0       $w           0       $w             0       $w            0       $w            0       $w             0       $w           0       $w             0       $w            0       $w            0       $w             0       $w           0       $w             0       $w            0       $w            0       $w             0       $w            0       $w          : 0   v v              0       z             0       z            0       z             0       z           0       z            0       z             0       z           0       z            0       z             0       z            0       z          : 0   v v             0       z            0       z            0       z            0       z            0       z             0       z           0       z            0       z            0       z            0       z            0       z             0       z           0       z            0       z            0       z            0       z            0       z             0       z           0       z            0       z            0       z            0       z            0       z             0       z            0       z          : 0   v v             0       	{              0       	{              0       	{             0       	{             0       	{             0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{            0       	{             0       	{           0       	{             0       	{            0       	{            0       	{            0       	{             0       	{           0       	{            0       	{            0       	{            0       	{             0       	{            0       	{           : 0T                : 0    | |              0       }              0       }              0       }              0       }              0       }              0       }              0       }           : 0U                 : 0                   0       ǀ              0       ǀ             0       ǀ             0       ǀ            0       ǀ             0       ǀ             0       ǀ            0       ǀ             0       ǀ             0       ǀ            0       ǀ             0       ǀ             0       ǀ            0       ǀ              0       ǀ              0       ǀ           
  0     ǀ           
  0     ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ           O  0     ǀ           O  0     ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ              0       ǀ          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0V                     0                  Q  0I                Q  0J                Q  0K                   0                     0                  R  0                R  0
                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0W                    0       ښ              0       ښ             0     ښ             0     ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ             0       ښ            0       ښ             0       ښ            0       ښ             0       ښ            0       ښ              0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ              0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ              0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ              0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ              0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ             0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ             0       ښ             0       ښ            0       ښ              0       ښ              0       ښ              0       ښ           : 0X                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0Y                    0       %          : 0    % %              0                     0                     0                 : 0   % %              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0   % %              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   % %              0                     0                     0                     0                     0                     0                     0I                   0                     0                     0                     0                     0J                   0                     0                     0K                   0                 : 0   % %              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   % %              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   % %              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   % %              0                 (: 0                   0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                   0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                   0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                   0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                   0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                !  0!                   0                    0                     0                     0                    0                  (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0C               "  0D               "  0E                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0C               $  0	               $  0	               $  0	                  0                    0                    0                   0                 $  0	                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0	                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0C               %  0D               %  0E                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0C               *  0D               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0E               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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  0O               8  0P               8  0Q               8  0R               8  0S               8  0T               8  0U               8  0V               8  0W                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0               (  0	               (  0
               (  0               (  0               (  0
               (  0               (  0                  0                 9  0               8  0X               8  0Y               8  0Z               8  0[               8  0\               8  0]                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0D               /  0E               $  0	                  0                 $  0	               $  0	               $  0	               $  0	               $  0	               $  0	               $  0	                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0                 (: 0                  0                 (: 0                  0                 (: 0              (: 0                  0                     0                     0                     0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                  : 0Z                : 0    r r             0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   r r             0       Ä            0       Ä            0       Ä            0       Ä             0       Ä           0       Ä            0       Ä            0       Ä            0       Ä             0       Ä           0       Ä            0       Ä            0       Ä            0       Ä             0       Ä           0       Ä             0       Ä            0       Ä            0       Ä             0       Ä           0       Ä             0       Ä            0       Ä            0       Ä             0       Ä           0       Ä             0       Ä            0       Ä            0       Ä             0       Ä           0       Ä             0       Ä            0       Ä            0       Ä             0       Ä            0       Ä          : 0   r r              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   r r             0       C            0       C            0       C            0       C            0       C             0       C           0       C            0       C            0       C            0       C            0       C             0       C           0       C            0       C            0       C            0       C            0       C             0       C           0       C            0       C            0       C            0       C            0       C             0       C            0       C          : 0   r r             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0[                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0\                 : 0    \ \              0       e              0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e            0       e             0       e             0       e            0       e              0       e              0       e           
  0     e           
  0     e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e           O  0     e           O  0     e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e              0       e          : 0   \ \              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0]                     0                  Q  0L                Q  0M                Q  0N                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0^                    0       x              0       x             0     x             0     x              0       x              0       x              0       x              0       x              0       x             0       x            0       x             0       x            0       x             0       x            0       x              0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x             0       x             0       x            0       x             0       x             0       x            0       x             0       x             0       x            0       x              0       x              0       x              0       x           : 0_                    0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0     1             0     1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0      1            0!     1            0"     1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0#     1            0$     1             0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0%     1            0&     1            0'     1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1            0      1             0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1           : 0`                    0                 : 0                   0                     0                     0                 : 0                  0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z           P  0     z              0       z           P  0     z              0       z              0       z          : 0                  0       6              0       6              0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6             0       6             0       6             0       6            0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6              0       6          : 0                  0       W              0       W              0       W              0       W              0       W              0       W              0L     W              0       W              0       W              0       W              0       W              0M     W              0       W              0       W              0N     W              0       W          : 0                  0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F              0       F          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          : 0                  0       $
          (: 0    $
 $
              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [            0       [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [             0       [             0       [             0       [            0       [             0       [             0       [            0       [              0       [              0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [             0       [             0       [            0       [             0       [             0       [            0       [              0       [             0       [             0       [             0       [             0       [             0       [            0       [             0       [             0       [             0       [             0       [             0       [             0       [            0       [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [          !  0!     [             0       [            0       [             0       [             0       [            0       [          (: 0   $
 $
              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g             0       g             0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          "  0F     g          "  0G     g          "  0H     g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          #  0     g          #  0     g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          /  0F     g          $  0	     g          $  0	     g          $  0	     g             0       g             0       g             0       g            0       g          $  0	     g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g         $  0	     g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          %  0F     g          %  0G     g          %  0H     g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          )  0     g          )  0     g          )  0     g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          *  0F     g          *  0G     g          )  0     g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          *  0H     g          )  0     g          )  0     g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          &  0     g          &  0     g          &  0     g          &  0     g          &  0     g             0       g             0       g            0       g          S  0      g          &  0     g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g          '  0     g             0       g             0       g          8  0^     g          8  0_     g          8  0`     g          8  0a     g          8  0b     g          8  0c     g          8  0d     g          8  0e     g          8  0f     g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          (  0     g          (  0     g          (  0     g          (  0     g          (  0     g          (  0     g          (  0     g          (  0     g             0       g          9  0     g          8  0g     g          8  0h     g          8  0i     g          8  0j     g          8  0k     g          8  0l     g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          +  0     g          +  0     g          +  0     g          +  0     g          +  0     g             0       g             0       g             0       g             0       g             0       g             0       g          ,  0     g          ,  0     g          ,  0     g          ,  0     g             0       g             0       g             0       g             0       g          9  0     g          9  0     g          9  0     g          9  0     g          9  0     g          9  0     g          9  0     g          9  0     g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g            0       g          ,  0     g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          0  0     g          0  0     g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          0  0     g          0  0     g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          0  0     g          0  0     g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g             0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g          ,  0     g             0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          T  0     g          T  0     g          T  0     g          T  0     g          T  0     g          T  0     g          T  0     g          T  0     g          T  0     g             0       g             0       g             0       g             0       g            0       g             0       g             0       g            0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g             0       g            0       g          /  0G     g          /  0H     g          $  0	     g             0       g          $  0	     g          $  0	     g          $  0	     g          $  0	     g          $  0	     g          $  0	     g          $  0	     g             0       g             0       g            0       g             0       g             0       g            0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g              0       g          (: 0   $
 $
              0       -          (: 0   $
 $
              0                 (: 0   $
 $
              0       R          (: 0   $
 $
          (: 0   $
 $
              0       %              0       %              0       %              0       %             0       %             0       %             0       %             0       %             0       %            0       %              0       %              0       %              0       %              0       %              0       %              0       %           : 0a                : 0                  0       $            0       $             0       $           0       $            0       $             0       $           0       $            0       $             0       $            0       $          : 0                 0       a            0       a            0       a            0       a             0       a           0       a            0       a            0       a            0       a             0       a           0       a            0       a            0       a            0       a             0       a           0       a             0       a            0       a            0       a             0       a           0       a             0       a            0       a            0       a             0       a           0       a             0       a            0       a            0       a             0       a           0       a             0       a            0       a            0       a             0       a            0       a          : 0                  0       Z             0       Z            0       Z             0       Z           0       Z            0       Z             0       Z           0       Z            0       Z             0       Z            0       Z          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0       F              0       F             0       F             0       F             0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F            0       F             0       F           0       F             0       F            0       F            0       F            0       F             0       F           0       F            0       F            0       F            0       F             0       F            0       F           : 0b                : 0    1 1              0       >              0       >              0       >              0       >              0       >              0       >              0       >           : 0c                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C         : 0d                     0       V           Q  0O     V           Q  0P     V           Q  0Q     V              0       V              0       V           R  0     V           R  0     V           R  0     V           R  0     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V           : 0e                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0f                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0(                 0)                 0*                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0+                 0,                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0-                 0.                 0/                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0g                    0       a          : 0    a a              0       '              0       '              0       '          : 0   a a              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0   a a              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   a a              0                     0                     0                     0                     0                     0                     0O                   0                     0                     0                     0                     0P                   0                     0                     0Q                   0                 : 0   a a              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   a a              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5              0       5          : 0   a a              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7              0       7          : 0   a a              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!               !  0!                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0!               !  0 "               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                   0                    0                    0                   0                 (: 0                  0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +             0       +             0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          "  0I     +          "  0J     +          "  0K     +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          #  0     +          #  0     +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          /  0I     +          $  0	     +          $  0	     +          $  0	     +             0       +             0       +             0       +            0       +          $  0	     +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +         $  0	     +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          %  0I     +          %  0J     +          %  0K     +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          )  0     +          )  0     +          )  0     +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          *  0I     +          *  0J     +          )  0     +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             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       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          &  0     +          &  0     +          &  0     +          &  0     +          &  0     +             0       +             0       +            0       +          S  0      +          &  0     +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +            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  0m     +          8  0n     +          8  0o     +          8  0p     +          8  0q     +          8  0r     +          8  0s     +          8  0t     +          8  0u     +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          (  0     +          (  0     +          (  0     +          (  0     +          (  0     +          (  0     +          (  0     +          (  0     +             0       +          9  0     +          8  0v     +          8  0w     +          8  0x     +          8  0y     +          8  0z     +          8  0{     +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          +  0     +          +  0     +          +  0     +          +  0     +          +  0     +             0       +             0       +             0       +             0       +             0       +             0       +          ,  0     +          ,  0     +          ,  0     +          ,  0     +             0       +             0       +             0       +             0       +          9  0     +          9  0     +          9  0     +          9  0     +          9  0     +          9  0     +          9  0     +          9  0     +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +            0       +          ,  0     +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          0  0     +          0  0     +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          0  0     +          0  0     +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          0  0     +          0  0     +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +             0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +          ,  0     +             0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          T  0     +          T  0     +          T  0     +          T  0     +          T  0     +          T  0     +          T  0     +          T  0     +          T  0     +             0       +             0       +             0       +             0       +            0       +             0       +             0       +            0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +             0       +            0       +          /  0J     +          /  0K     +          $  0	     +             0       +          $  0	     +          $  0	     +          $  0	     +          $  0	     +          $  0	     +          $  0	     +          $  0	     +             0       +             0       +            0       +             0       +             0       +            0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +              0       +          (: 0                  0       ˜          (: 0                  0       Z          (: 0                  0                 (: 0              (: 0                  0       Þ              0       Þ              0       Þ              0       Þ             0       Þ             0       Þ             0       Þ             0       Þ             0       Þ            0       Þ              0       Þ              0       Þ              0       Þ              0       Þ              0       Þ              0       Þ           : 0h                : 0                  0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0i                : 0    ϥ ϥ              0       ܥ              0       ܥ              0       ܥ              0       ܥ              0       ܥ              0       ܥ              0       ܥ           : 0j                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0k                     0                  Q  0R                Q  0S                Q  0T                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0l                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0m                    0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0     m             0     m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m            00     m            01     m            02     m             0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m            03     m            04     m             0       m             0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            05     m            06     m            07     m             0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m            0      m             0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m           : 0n                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                  0       r
              0       r
              0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
             0       r
             0       r
             0       r
            0       r
              0       r
              0       r
              0       r
              0       r
              0       r
              0       r
              0       r
              0       r
              0       r
              0       r
          : 0                  0                     0                     0                     0                     0                     0                     0R                   0                     0                     0                     0                     0S                   0                     0                     0T                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %          : 0                  0       `(          (: 0    `( `(              0       )              0       )              0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )            0       )          !  0"     )          !  0	"     )          !  0
"     )          !  0"     )          !  0"     )          !  0
"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )             0       )             0       )            0       )             0       )             0       )            0       )              0       )              0       )              0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0"     )          !  0 "     )          !  0!"     )          !  0""     )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )              0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )          !  0#"     )          !  0$"     )          !  0%"     )          !  0&"     )          !  0'"     )          !  0("     )          !  0)"     )          !  0*"     )             0       )             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"     )          !  01"     )          !  02"     )          !  03"     )             0       )            0       )             0       )             0       )            0       )          (: 0   `( `(              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8              0       8             0       8             0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          "  0L     8          "  0M     8          "  0N     8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          #  0     8          #  0     8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          /  0L     8          $  0	     8          $  0	     8          $  0	     8             0       8             0       8             0       8            0       8          $  0	     8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8         $  0	     8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          %  0L     8          %  0M     8          %  0N     8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          )  0     8          )  0     8          )  0     8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          *  0L     8          *  0M     8          )  0     8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          *  0N     8          )  0     8          )  0     8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          &  0     8          &  0     8          &  0     8          &  0     8          &  0     8             0       8             0       8            0       8          S  0      8          &  0     8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8          '  0     8             0       8             0       8          8  0|     8          8  0}     8          8  0~     8          8  0     8          8  0     8          8  0     8          8  0     8          8  0     8          8  0     8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          (  0      8          (  0!     8          (  0"     8          (  0#     8          (  0$     8          (  0%     8          (  0&     8          (  0'     8             0       8          9  0     8          8  0     8          8  0     8          8  0     8          8  0     8          8  0     8          8  0     8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          +  0     8          +  0     8          +  0     8          +  0     8          +  0     8             0       8             0       8             0       8             0       8             0       8             0       8          ,  0     8          ,  0     8          ,  0     8          ,  0     8             0       8             0       8             0       8             0       8          9  0     8          9  0     8          9  0     8          9  0     8          9  0     8          9  0     8          9  0     8          9  0     8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8            0       8          ,  0     8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8            0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8          ,  0     8          ,  0     8          ,  0     8          ,  0      8          ,  0     8          ,  0     8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          0  0     8          0  0     8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          0  0     8          0  0     8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          0  0     8          0  0     8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0	     8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          ,  0
     8          ,  0     8          ,  0     8          ,  0
     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8          ,  0     8             0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          T  0     8          T  0     8          T  0     8          T  0     8          T  0     8          T  0     8          T  0     8          T  0     8          T  0     8             0       8             0       8             0       8             0       8            0       8             0       8             0       8            0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8             0       8            0       8          /  0M     8          /  0N     8          $  0	     8             0       8          $  0	     8          $  0	     8          $  0	     8          $  0	     8          $  0	     8          $  0	     8          $  0 
     8             0       8             0       8            0       8             0       8             0       8            0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8          (: 0   `( `(              0       i          (: 0   `( `(              0                 (: 0   `( `(              0                 (: 0   `( `(          (: 0   `( `(              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a           : 0o                : 0    L L             0       `            0       `             0       `           0       `            0       `             0       `           0       `            0       `             0       `            0       `          : 0   L L             0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0   L L              0                    0                   0                    0                  0                   0                    0                  0                   0                    0                   0                 : 0   L L             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   L L             0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0p                : 0    m m              0       z              0       z              0       z              0       z              0       z              0       z              0       z           : 0q                 : 0    6 6              0       ?              0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?             0       ?             0       ?            0       ?              0       ?              0       ?           
  0     ?           
  0     ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?           O  0     ?           O  0     ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0       ?          : 0   6 6              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0r                     0                  Q  0U                Q  0V                Q  0W                   0                     0                  R  0                R  0                R  0                R  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0s                    0       R              0       R             0     R             0     R              0       R              0       R              0       R              0       R              0       R             0       R            0       R             0       R            0       R             0       R            0       R              0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R              0       R              0       R              0       R              0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R            0       R             0       R             0       R             0       R             0       R             0       R            0       R             0       R             0       R            0       R             0       R             0       R            0       R              0       R              0       R              0       R           : 0t                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   08                 09                 0:                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0;                 0<                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0=                 0>                 0?                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0u                    0       
          : 0    
 
              0       c              0       c              0       c          : 0   
 
              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T              0       T           P  0     T              0       T           P  0     T              0       T              0       T          : 0   
 
              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    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!              0       1!              0       1!              0       1!              0       1!              0       1!              0U     1!              0       1!              0       1!              0       1!              0       1!              0V     1!              0       1!              0       1!              0W     1!              0       1!          : 0   
 
              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *              0        *          : 0   
 
              0       q-              0       q-              0       q-              0       q-              0       q-              0       q-              0       q-              0       q-              0       q-          : 0   
 
              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3              0       s3          : 0   
 
              0       5          (: 0    5 5              0       57              0       57              0       57              0       57             0       57             0       57             0       57             0       57             0       57            0       57             0       57             0       57             0       57             0       57             0       57            0       57          !  04"     57          !  05"     57          !  06"     57          !  07"     57          !  08"     57          !  09"     57          !  0:"     57          !  0;"     57          !  0<"     57          !  0="     57          !  0>"     57             0       57             0       57            0       57             0       57             0       57            0       57              0       57              0       57              0       57              0       57             0       57             0       57             0       57             0       57             0       57            0       57             0       57             0       57             0       57             0       57             0       57             0       57            0       57          !  0?"     57          !  0@"     57          !  0A"     57          !  0B"     57          !  0C"     57          !  0D"     57          !  0E"     57          !  0F"     57             0       57             0       57             0       57            0       57             0       57             0       57            0       57              0       57             0       57             0       57             0       57             0       57             0       57            0       57             0       57             0       57             0       57             0       57             0       57             0       57             0       57            0       57          !  0G"     57          !  0H"     57          !  0I"     57          !  0J"     57          !  0K"     57          !  0L"     57          !  0M"     57          !  0N"     57             0       57             0       57             0       57            0       57             0       57             0       57            0       57              0       57              0       57              0       57             0       57             0       57             0       57             0       57             0       57            0       57             0       57             0       57             0       57             0       57             0       57             0       57             0       57            0       57          !  0O"     57          !  0P"     57          !  0Q"     57          !  0R"     57          !  0S"     57          !  0T"     57          !  0U"     57          !  0V"     57             0       57             0       57            0       57             0       57             0       57            0       57              0       57             0       57             0       57             0       57             0       57             0       57            0       57             0       57             0       57             0       57             0       57             0       57             0       57            0       57          !  0W"     57          !  0X"     57          !  0Y"     57          !  0Z"     57          !  0["     57          !  0\"     57          !  0]"     57          !  0^"     57          !  0_"     57             0       57            0       57             0       57             0       57            0       57          (: 0   5 5              0       AF              0       AF             0       AF             0       AF             0       AF             0       AF             0       AF            0       AF             0       AF             0       AF             0       AF             0       AF             0       AF            0       AF             0       AF             0       AF             0       AF             0       AF             0       AF             0       AF             0       AF            0       AF             0       AF             0       AF            0       AF              0       AF              0       AF              0       AF             0       AF             0       AF              0       AF             0       AF             0       AF             0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF            0       AF             0       AF           0       AF             0       AF            0       AF            0       AF            0       AF             0       AF           0       AF            0       AF            0       AF            0       AF             0       AF            0       AF           : 0v                : 0    L L              0       L              0       L              0       L              0       L              0       L              0       L              0       L           : 0w                 : 0    P P              0       P              0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P             0       P             0       P            0       P              0       P              0       P           
  0     P           
  0     P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P           O  0     P           O  0     P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P          : 0   P P              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \              0       \             0       \             0       \             0       \            0       \             0       \             0       \             0       \         : 0x                     0       a           Q  0X     a           Q  0Y     a           Q  0Z     a              0       a              0       a           R  0      a           R  0!     a           R  0"     a           R  0#     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a           : 0y                    0       j              0       j             0     j             0     j              0       j              0       j              0       j              0       j              0       j             0       j            0       j             0       j            0       j             0       j            0       j              0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j            0       j             0       j             0       j             0       j             0       j             0       j            0       j             0       j             0       j            0       j             0       j             0       j            0       j              0       j              0       j              0       j           : 0z                    0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0     h             0     h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0@     h            0A     h            0B     h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0C     h            0D     h             0       h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h            0E     h            0F     h            0G     h             0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h             0       h            0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h             0       h            0       h             0       h             0       h             0       h             0       h            0      h             0       h             0       h             0       h            0       h             0       h             0       h            0       h              0       h           : 0{                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                  0       m              0       m              0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m          : 0                  0                     0                     0                     0                     0                     0                     0X                   0                     0                     0                     0                     0Y                   0                     0                     0Z                   0                 : 0                  0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       [          (: 0    [ [              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0`"               !  0a"               !  0b"               !  0c"               !  0d"               !  0e"               !  0f"               !  0g"               !  0h"               !  0i"               !  0j"                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0k"               !  0l"               !  0m"               !  0n"               !  0o"               !  0p"               !  0q"               !  0r"                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0s"               !  0t"               !  0u"               !  0v"               !  0w"               !  0x"               !  0y"               !  0z"                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0{"               !  0|"               !  0}"               !  0~"               !  0"               !  0"               !  0"               !  0"                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                   0                    0                    0                   0                 (: 0   [ [              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0O               "  0P               "  0Q                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0O               $  0
               $  0
               $  0
                  0                    0                    0                   0                 $  0
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0O               %  0P               %  0Q                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0O               *  0P               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0Q               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0(               (  0)               (  0*               (  0+               (  0,               (  0-               (  0.               (  0/                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0!               ,  0"               ,  0#               ,  0$               ,  0%               ,  0&               ,  0'                  0                   0                    0                    0                    0                    0                   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               ,  01               ,  02               ,  03                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0P               /  0Q               $  0
                  0                 $  0
               $  0
               $  0	
               $  0

               $  0
               $  0
               $  0
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   [ [              0       dQ          (: 0   [ [              0       Q          (: 0   [ [              0       R          (: 0   [ [          (: 0   [ [              0       \S              0       \S              0       \S              0       \S             0       \S             0       \S             0       \S             0       \S             0       \S            0       \S              0       \S              0       \S              0       \S              0       \S              0       \S              0       \S           : 0|                : 0    GT GT             0       [T            0       [T             0       [T           0       [T            0       [T             0       [T           0       [T            0       [T             0       [T            0       [T          : 0   GT GT             0       T            0       T            0       T            0       T             0       T           0       T            0       T            0       T            0       T             0       T           0       T            0       T            0       T            0       T             0       T           0       T             0       T            0       T            0       T             0       T           0       T             0       T            0       T            0       T             0       T           0       T             0       T            0       T            0       T             0       T           0       T             0       T            0       T            0       T             0       T            0       T          : 0   GT GT              0       W             0       W            0       W             0       W           0       W            0       W             0       W           0       W            0       W             0       W            0       W          : 0   GT GT             0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X            0       X             0       X            0       X          : 0   GT GT             0       }X              0       }X              0       }X             0       }X             0       }X             0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X            0       }X             0       }X           0       }X             0       }X            0       }X            0       }X            0       }X             0       }X           0       }X            0       }X            0       }X            0       }X             0       }X            0       }X           : 0}                : 0    iZ iZ              0       vZ              0       vZ              0       vZ              0       vZ              0       vZ              0       vZ              0       vZ           : 0~                 : 0    2^ 2^              0       ;^              0       ;^             0       ;^             0       ;^            0       ;^             0       ;^             0       ;^            0       ;^             0       ;^             0       ;^            0       ;^             0       ;^             0       ;^            0       ;^              0       ;^              0       ;^           
  0     ;^           
  0     ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^           O  0     ;^           O  0     ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^              0       ;^          : 0   2^ 2^              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j              0       {j             0       {j             0       {j             0       {j            0       {j             0       {j             0       {j             0       {j         : 0                     0       o           Q  0[     o           Q  0\     o           Q  0]     o              0       o              0       o           R  0$     o           R  0%     o           R  0&     o           R  0'     o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o           : 0                    0       Nx              0       Nx             0     Nx             0     Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx             0       Nx            0       Nx             0       Nx            0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx              0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx             0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx             0       Nx             0       Nx            0       Nx              0       Nx              0       Nx              0       Nx           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0H                 0I                 0J                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0K                 0L                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0M                 0N                 0O                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0                 : 0                   0       _              0       _              0       _          : 0                  0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P              0       P           P  0     P              0       P           P  0     P              0       P              0       P          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       -              0       -              0       -              0       -              0       -              0       -              0[     -              0       -              0       -              0       -              0       -              0\     -              0       -              0       -              0]     -              0       -          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m              0       m          : 0                  0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o              0       o          : 0                  0                 (: 0                   0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1            0       1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1             0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1             0       1             0       1             0       1            0       1             0       1             0       1            0       1              0       1              0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1             0       1             0       1            0       1             0       1             0       1            0       1              0       1             0       1             0       1             0       1             0       1             0       1            0       1             0       1             0       1             0       1             0       1             0       1             0       1            0       1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1          !  0"     1             0       1            0       1             0       1             0       1            0       1          (: 0                  0       =              0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =              0       =              0       =              0       =             0       =             0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          "  0R     =          "  0S     =          "  0T     =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          #  0     =          #  0     =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          /  0R     =          $  0
     =          $  0
     =          $  0
     =             0       =             0       =             0       =            0       =          $  0
     =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =         $  0
     =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          %  0R     =          %  0S     =          %  0T     =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          )  0     =          )  0     =          )  0     =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          *  0R     =          *  0S     =          )  0     =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          *  0T     =          )  0     =          )  0     =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          &  0     =          &  0     =          &  0     =          &  0     =          &  0     =             0       =             0       =            0       =          S  0      =          &  0     =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =            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     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             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     =          (  01     =          (  02     =          (  03     =          (  04     =          (  05     =          (  06     =          (  07     =             0       =          9  0     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =          8  0     =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          +  0     =          +  0     =          +  0     =          +  0     =          +  0     =             0       =             0       =             0       =             0       =             0       =             0       =          ,  04     =          ,  05     =          ,  06     =          ,  07     =             0       =             0       =             0       =             0       =          9  0     =          9  0     =          9  0     =          9  0     =          9  0     =          9  0     =          9  0     =          9  0     =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =            0       =          ,  08     =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =          ,  09     =          ,  0:     =          ,  0;     =          ,  0<     =          ,  0=     =          ,  0>     =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          0  0     =          0  0     =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          0  0     =          0  0     =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          0  0     =          0  0     =             0       =             0       =            0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =             0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          ,  0?     =          ,  0@     =          ,  0A     =          ,  0B     =          ,  0C     =          ,  0D     =          ,  0E     =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          ,  0F     =          ,  0G     =          ,  0H     =          ,  0I     =          ,  0J     =          ,  0K     =          ,  0L     =          ,  0M     =          ,  0N     =          ,  0O     =          ,  0P     =          ,  0Q     =             0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          T  0     =          T  0     =          T  0     =          T  0     =          T  0     =          T  0     =          T  0     =          T  0     =          T  0     =             0       =             0       =             0       =             0       =            0       =             0       =             0       =            0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =             0       =            0       =          /  0S     =          /  0T     =          $  0
     =             0       =          $  0
     =          $  0
     =          $  0
     =          $  0
     =          $  0
     =          $  0
     =          $  0
     =             0       =             0       =            0       =             0       =             0       =            0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =              0       =          (: 0                  0       _          (: 0                  0       _          (: 0                  0       (`          (: 0              (: 0                  0       `              0       `              0       `              0       `             0       `             0       `             0       `             0       `             0       `            0       `              0       `              0       `              0       `              0       `              0       `              0       `           : 0                : 0    a a             0       a            0       a             0       a           0       a            0       a             0       a           0       a            0       a             0       a            0       a          : 0   a a             0       7b            0       7b            0       7b            0       7b             0       7b           0       7b            0       7b            0       7b            0       7b             0       7b           0       7b            0       7b            0       7b            0       7b             0       7b           0       7b             0       7b            0       7b            0       7b             0       7b           0       7b             0       7b            0       7b            0       7b             0       7b           0       7b             0       7b            0       7b            0       7b             0       7b           0       7b             0       7b            0       7b            0       7b             0       7b            0       7b          : 0   a a              0       0e             0       0e            0       0e             0       0e           0       0e            0       0e             0       0e           0       0e            0       0e             0       0e            0       0e          : 0   a a             0       e            0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e            0       e             0       e           0       e            0       e            0       e            0       e            0       e             0       e            0       e          : 0   a a             0       f              0       f             0       f             0       f             0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f            0       f             0       f           0       f             0       f            0       f            0       f            0       f             0       f           0       f            0       f            0       f            0       f             0       f            0       f           : 0                : 0    h h              0       h              0       h              0       h              0       h              0       h              0       h              0       h           : 0                 : 0    k k              0       k              0       k             0       k             0       k            0       k             0       k             0       k            0       k             0       k             0       k            0       k             0       k             0       k            0       k              0       k              0       k           
  0     k           
  0     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k           O  0     k           O  0     k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k              0       k          : 0   k k              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x              0       x             0       x             0       x             0       x            0       x             0       x             0       x             0       x         : 0                     0       ,}           Q  0^     ,}           Q  0_     ,}           Q  0`     ,}              0       ,}              0       ,}           R  0(     ,}           R  0)     ,}           R  0*     ,}           R  0+     ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}              0       ,}           : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0P                 0Q                 0R                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0S                 0T                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0U                 0V                 0W                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       7          : 0    7 7              0                     0                     0                 : 0   7 7              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0   7 7              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   7 7              0                     0                     0                     0                     0                     0                     0^                   0                     0                     0                     0                     0_                   0                     0                     0`                   0                 : 0   7 7              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   7 7              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   7 7              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          : 0   7 7              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"               !  0"                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0U               "  0V               "  0W                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0U               $  0
               $  0
               $  0
                  0                    0                    0                   0                 $  0
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0U               %  0V               %  0W                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0U               *  0V               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0W               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  08               (  09               (  0:               (  0;               (  0<               (  0=               (  0>               (  0?                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0R               ,  0S               ,  0T               ,  0U                  0                    0                    0                    0                 9  0                9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0V                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0W               ,  0X               ,  0Y               ,  0Z               ,  0[               ,  0\                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0]               ,  0^               ,  0_               ,  0`               ,  0a               ,  0b               ,  0c                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0d               ,  0e               ,  0f               ,  0g               ,  0h               ,  0i               ,  0j               ,  0k               ,  0l               ,  0m               ,  0n               ,  0o                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0                T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0V               /  0W               $  0 
                  0                 $  0!
               $  0"
               $  0#
               $  0$
               $  0%
               $  0&
               $  0'
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       l          (: 0                  0       0m          (: 0                  0       m          (: 0              (: 0                  0       n              0       n              0       n              0       n             0       n             0       n             0       n             0       n             0       n            0       n              0       n              0       n              0       n              0       n              0       n              0       n           : 0                : 0    o o             0       o            0       o             0       o           0       o            0       o             0       o           0       o            0       o             0       o            0       o          : 0   o o             0       o            0       o            0       o            0       o             0       o           0       o            0       o            0       o            0       o             0       o           0       o            0       o            0       o            0       o             0       o           0       o             0       o            0       o            0       o             0       o           0       o             0       o            0       o            0       o             0       o           0       o             0       o            0       o            0       o             0       o           0       o             0       o            0       o            0       o             0       o            0       o          : 0   o o              0       r             0       r            0       r             0       r           0       r            0       r             0       r           0       r            0       r             0       r            0       r          : 0   o o             0       Us            0       Us            0       Us            0       Us            0       Us             0       Us           0       Us            0       Us            0       Us            0       Us            0       Us             0       Us           0       Us            0       Us            0       Us            0       Us            0       Us             0       Us           0       Us            0       Us            0       Us            0       Us            0       Us             0       Us            0       Us          : 0   o o             0       s              0       s             0       s             0       s             0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s           0       s             0       s            0       s            0       s            0       s             0       s           0       s            0       s            0       s            0       s             0       s            0       s           : 0                : 0    u u              0       u              0       u              0       u              0       u              0       u              0       u              0       u           : 0                 : 0    ny ny              0       wy              0       wy             0       wy             0       wy            0       wy             0       wy             0       wy            0       wy             0       wy             0       wy            0       wy             0       wy             0       wy            0       wy              0       wy              0       wy           
  0     wy           
  0     wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy           O  0     wy           O  0     wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy              0       wy          : 0   ny ny              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0       ʊ           Q  0a     ʊ           Q  0b     ʊ           Q  0c     ʊ              0       ʊ              0       ʊ           R  0,     ʊ           R  0-     ʊ           R  0.     ʊ           R  0/     ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ              0       ʊ           : 0                    0                     0                    0                  0                   0                     0                     0                     0                     0                    0                   0                    0                   0                    0                   0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                  : 0                    0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0     C             0     C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C            0X     C            0Y     C            0Z     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C            0[     C            0\     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0]     C            0^     C            0_     C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C            0      C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C           : 0                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                  0       H              0       H              0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H             0       H             0       H             0       H            0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H              0       H          : 0                  0       i              0       i              0       i              0       i              0       i              0       i              0a     i              0       i              0       i              0       i              0       i              0b     i              0       i              0       i              0c     i              0       i          : 0                  0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              0       X              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       6          (: 0    6 6              0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m            0       m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m             0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m          !  0"     m             0       m             0       m             0       m            0       m             0       m             0       m            0       m              0       m              0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m          !  0"     m          !  0 #     m          !  0#     m          !  0#     m          !  0#     m          !  0#     m          !  0#     m          !  0#     m             0       m             0       m            0       m             0       m             0       m            0       m              0       m             0       m             0       m             0       m             0       m             0       m            0       m             0       m             0       m             0       m             0       m             0       m             0       m            0       m          !  0#     m          !  0#     m          !  0	#     m          !  0
#     m          !  0#     m          !  0#     m          !  0
#     m          !  0#     m          !  0#     m             0       m            0       m             0       m             0       m            0       m          (: 0   6 6              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y             0       y             0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          "  0X     y          "  0Y     y          "  0Z     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          #  0     y          #  0     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          /  0X     y          $  0(
     y          $  0)
     y          $  0*
     y             0       y             0       y             0       y            0       y          $  0+
     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y         $  0,
     y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          %  0X     y          %  0Y     y          %  0Z     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          )  0     y          )  0     y          )  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          *  0X     y          *  0Y     y          )  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          *  0Z     y          )  0     y          )  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          &  0     y          &  0     y          &  0     y          &  0     y          &  0     y             0       y             0       y            0       y          S  0      y          &  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y          '  0     y             0       y             0       y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          (  0@     y          (  0A     y          (  0B     y          (  0C     y          (  0D     y          (  0E     y          (  0F     y          (  0G     y             0       y          9  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y          8  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          +  0     y          +  0     y          +  0     y          +  0     y          +  0     y             0       y             0       y             0       y             0       y             0       y             0       y          ,  0p     y          ,  0q     y          ,  0r     y          ,  0s     y             0       y             0       y             0       y             0       y          9  0	     y          9  0
     y          9  0     y          9  0     y          9  0
     y          9  0     y          9  0     y          9  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0t     y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y          ,  0u     y          ,  0v     y          ,  0w     y          ,  0x     y          ,  0y     y          ,  0z     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          0  0     y          0  0     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y             0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0{     y          ,  0|     y          ,  0}     y          ,  0~     y          ,  0     y          ,  0     y          ,  0     y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y          ,  0     y             0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          T  0     y          T  0	     y          T  0
     y          T  0     y          T  0     y          T  0
     y          T  0     y          T  0     y          T  0     y             0       y             0       y             0       y             0       y            0       y             0       y             0       y            0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y             0       y            0       y          /  0Y     y          /  0Z     y          $  0-
     y             0       y          $  0.
     y          $  0/
     y          $  00
     y          $  01
     y          $  02
     y          $  03
     y          $  04
     y             0       y             0       y            0       y             0       y             0       y            0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y              0       y          (: 0   6 6              0       ?z          (: 0   6 6              0       z          (: 0   6 6              0       d{          (: 0   6 6          (: 0   6 6              0       7|              0       7|              0       7|              0       7|             0       7|             0       7|             0       7|             0       7|             0       7|            0       7|              0       7|              0       7|              0       7|              0       7|              0       7|              0       7|           : 0                : 0    "} "}             0       6}            0       6}             0       6}           0       6}            0       6}             0       6}           0       6}            0       6}             0       6}            0       6}          : 0   "} "}             0       s}            0       s}            0       s}            0       s}             0       s}           0       s}            0       s}            0       s}            0       s}             0       s}           0       s}            0       s}            0       s}            0       s}             0       s}           0       s}             0       s}            0       s}            0       s}             0       s}           0       s}             0       s}            0       s}            0       s}             0       s}           0       s}             0       s}            0       s}            0       s}             0       s}           0       s}             0       s}            0       s}            0       s}             0       s}            0       s}          : 0   "} "}              0       l             0       l            0       l             0       l           0       l            0       l             0       l           0       l            0       l             0       l            0       l          : 0   "} "}             0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   "} "}             0       X              0       X             0       X             0       X             0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X            0       X             0       X           0       X             0       X            0       X            0       X            0       X             0       X           0       X            0       X            0       X            0       X             0       X            0       X           : 0                : 0    C C              0       P              0       P              0       P              0       P              0       P              0       P              0       P           : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U         : 0                     0       h           Q  0d     h           Q  0e     h           Q  0f     h              0       h              0       h           R  00     h           R  01     h           R  02     h           R  03     h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h              0       h           : 0                    0       (              0       (             0     (             0     (              0       (              0       (              0       (              0       (              0       (             0       (            0       (             0       (            0       (             0       (            0       (              0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (            0       (              0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (            0       (              0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (            0       (              0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (            0       (              0       (              0       (              0       (              0       (              0       (              0       (              0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (            0       (             0       (             0       (             0       (             0       (             0       (            0       (             0       (             0       (            0       (             0       (             0       (            0       (              0       (              0       (              0       (           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0`                 0a                 0b                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0c                 0d                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0e                 0f                 0g                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       s          : 0    s s              0       9              0       9              0       9          : 0   s s              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *              0       *           P  0     *              0       *           P  0     *              0       *              0       *          : 0   s s              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   s s              0                     0                     0                     0                     0                     0                     0d                   0                     0                     0                     0                     0e                   0                     0                     0f                   0                 : 0   s s              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   s s              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G          : 0   s s              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I              0       I          : 0   s s              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0 #               !  0!#               !  0"#                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0##               !  0$#               !  0%#               !  0&#               !  0'#               !  0(#               !  0)#               !  0*#                  0                    0                    0                   0                    0                    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#               !  01#               !  02#                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  03#               !  04#               !  05#               !  06#               !  07#               !  08#               !  09#               !  0:#               !  0;#                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0[               "  0\               "  0]                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0[               $  05
               $  06
               $  07
                  0                    0                    0                   0                 $  08
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  09
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0[               %  0\               %  0]                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0[               *  0\               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0]               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0H               (  0I               (  0J               (  0K               (  0L               (  0M               (  0N               (  0O                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0               9  0               9  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0               T  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0\               /  0]               $  0:
                  0                 $  0;
               $  0<
               $  0=
               $  0>
               $  0?
               $  0@
               $  0A
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       ݇          (: 0                  0       l          (: 0                  0                 (: 0              (: 0                  0       Չ              0       Չ              0       Չ              0       Չ             0       Չ             0       Չ             0       Չ             0       Չ             0       Չ            0       Չ              0       Չ              0       Չ              0       Չ              0       Չ              0       Չ              0       Չ           : 0                : 0                  0       Ԋ            0       Ԋ             0       Ԋ           0       Ԋ            0       Ԋ             0       Ԋ           0       Ԋ            0       Ԋ             0       Ԋ            0       Ԋ          : 0                 0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                   0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                  0                    0                   0                   0                    0                   0                 : 0                  0       
             0       
            0       
             0       
           0       
            0       
             0       
           0       
            0       
             0       
            0       
          : 0                 0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0                 0                     0                    0                    0                    0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                   0                    0                  0                    0                   0                   0                   0                    0                  0                   0                   0                   0                    0                   0                  : 0                : 0                   0                     0                     0                     0                     0                     0                     0                  : 0                 : 0                   0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                  
  0                
  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  O  0                O  0                   0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                   0                    0                    0                    0                : 0                     0                  Q  0g                Q  0h                Q  0i                   0                     0                  R  04                R  05                R  06                R  07                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  : 0                    0       Ʈ              0       Ʈ             0     Ʈ             0     Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ             0       Ʈ             0       Ʈ            0       Ʈ              0       Ʈ              0       Ʈ              0       Ʈ           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0h                 0i                 0j                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0k                 0l                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0m                 0n                 0o                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0g                   0                     0                     0                     0                     0h                   0                     0                     0i                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
              0       
          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       r          (: 0    r r              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0<#               !  0=#               !  0>#               !  0?#               !  0@#               !  0A#               !  0B#               !  0C#               !  0D#               !  0E#               !  0F#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0G#               !  0H#               !  0I#               !  0J#               !  0K#               !  0L#               !  0M#               !  0N#                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0O#               !  0P#               !  0Q#               !  0R#               !  0S#               !  0T#               !  0U#               !  0V#                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0W#               !  0X#               !  0Y#               !  0Z#               !  0[#               !  0\#               !  0]#               !  0^#                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0_#               !  0`#               !  0a#               !  0b#               !  0c#               !  0d#               !  0e#               !  0f#               !  0g#                  0                   0                    0                    0                   0                 (: 0   r r              0       #              0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #             0       #             0       #             0       #             0       #             0       #            0       #             0       #             0       #            0       #              0       #              0       #              0       #             0       #             0       #              0       #             0       #             0       #             0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #            0       #             0       #           0       #             0       #            0       #            0       #            0       #             0       #           0       #            0       #            0       #            0       #             0       #            0       #           : 0                : 0    >* >*              0       K*              0       K*              0       K*              0       K*              0       K*              0       K*              0       K*           : 0                 : 0    . .              0       .              0       .             0       .             0       .            0       .             0       .             0       .            0       .             0       .             0       .            0       .             0       .             0       .            0       .              0       .              0       .           
  0     .           
  0     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .           O  0     .           O  0     .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .          : 0   . .              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:              0       P:             0       P:             0       P:             0       P:            0       P:             0       P:             0       P:             0       P:         : 0                     0       c?           Q  0j     c?           Q  0k     c?           Q  0l     c?              0       c?              0       c?           R  08     c?           R  09     c?           R  0:     c?           R  0;     c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?              0       c?           : 0                    0       #H              0       #H             0     #H             0     #H              0       #H              0       #H              0       #H              0       #H              0       #H             0       #H            0       #H             0       #H            0       #H             0       #H            0       #H              0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H              0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H              0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H              0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H              0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H             0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H             0       #H             0       #H            0       #H              0       #H              0       #H              0       #H           : 0                    0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0     a             0     a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a            0p     a            0q     a            0r     a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0s     a            0t     a             0       a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0u     a            0v     a            0w     a             0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a             0       a            0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a              0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a             0       a            0       a             0       a             0       a             0       a             0       a            0      a             0       a             0       a             0       a            0       a             0       a             0       a            0       a              0       a           : 0                    0       n          : 0    n n              0       4              0       4              0       4          : 0   n n              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %              0       %           P  0     %              0       %           P  0     %              0       %              0       %          : 0   n n              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   n n              0                     0                     0                     0                     0                     0                     0j                   0                     0                     0                     0                     0k                   0                     0                     0l                   0                 : 0   n n              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   n n              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B              0       B          : 0   n n              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D              0       D          : 0   n n              0       Ϭ          (: 0    Ϭ Ϭ              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0h#               !  0i#               !  0j#               !  0k#               !  0l#               !  0m#               !  0n#               !  0o#               !  0p#               !  0q#               !  0r#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0s#               !  0t#               !  0u#               !  0v#               !  0w#               !  0x#               !  0y#               !  0z#                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0{#               !  0|#               !  0}#               !  0~#               !  0#               !  0#               !  0#               !  0#                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                   0                    0                    0                   0                 (: 0   Ϭ Ϭ              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0^               "  0_               "  0`                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0^               $  0B
               $  0C
               $  0D
                  0                    0                    0                   0                 $  0E
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0F
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0^               %  0_               %  0`                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0^               *  0_               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0`               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0P               (  0Q               (  0R               (  0S               (  0T               (  0U               (  0V               (  0W                  0                 9  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0               9  0               9  0               9  0               9  0               9  0                9  0!               9  0"                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0               T  0               T  0               T  0               T  0               T  0               T  0                T  0!               T  0"                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0_               /  0`               $  0G
                  0                 $  0H
               $  0I
               $  0J
               $  0K
               $  0L
               $  0M
               $  0N
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   Ϭ Ϭ              0       .          (: 0   Ϭ Ϭ              0       g/          (: 0   Ϭ Ϭ              0       /          (: 0   Ϭ Ϭ          (: 0   Ϭ Ϭ              0       0              0       0              0       0              0       0             0       0             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 1             0       1            0       1             0       1           0       1            0       1             0       1           0       1            0       1             0       1            0       1          : 0   1 1             0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2             0       2           0       2            0       2            0       2            0       2             0       2           0       2             0       2            0       2            0       2             0       2           0       2             0       2            0       2            0       2             0       2           0       2             0       2            0       2            0       2             0       2           0       2             0       2            0       2            0       2             0       2            0       2          : 0   1 1              0       5             0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5            0       5          : 0   1 1             0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5            0       5             0       5            0       5          : 0   1 1             0       5              0       5              0       5             0       5             0       5             0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5            0       5             0       5           0       5             0       5            0       5            0       5            0       5             0       5           0       5            0       5            0       5            0       5             0       5            0       5           : 0                : 0    7 7              0       7              0       7              0       7              0       7              0       7              0       7              0       7           : 0                 : 0    ; ;              0       ;              0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;             0       ;             0       ;            0       ;              0       ;              0       ;           
  0     ;           
  0     ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;           O  0     ;           O  0     ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;              0       ;          : 0   ; ;              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G              0       G             0       G             0       G             0       G            0       G             0       G             0       G             0       G         : 0                     0       M           Q  0m     M           Q  0n     M           Q  0o     M              0       M              0       M           R  0<     M           R  0=     M           R  0>     M           R  0?     M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M              0       M           : 0                    0       U              0       U             0     U             0     U              0       U              0       U              0       U              0       U              0       U             0       U            0       U             0       U            0       U             0       U            0       U              0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U           : 0                    0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0     {o             0     {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o            0x     {o            0y     {o            0z     {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0{     {o            0|     {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0}     {o            0~     {o            0     {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o              0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o             0       {o             0       {o            0      {o             0       {o             0       {o             0       {o            0       {o             0       {o             0       {o            0       {o              0       {o           : 0                    0       
          : 0    
 
              0       ӏ              0       ӏ              0       ӏ          : 0   
 
              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ              0       Ĕ           P  0     Ĕ              0       Ĕ           P  0     Ĕ              0       Ĕ              0       Ĕ          : 0   
 
              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   
 
              0                     0                     0                     0                     0                     0                     0m                   0                     0                     0                     0                     0n                   0                     0                     0o                   0                 : 0   
 
              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   
 
              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   
 
              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   
 
              0       n          (: 0    n n              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                   0                    0                    0                   0                 (: 0   n n              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0a               "  0b               "  0c                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0a               $  0O
               $  0P
               $  0Q
                  0                    0                    0                   0                 $  0R
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0S
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0a               %  0b               %  0c                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0a               *  0b               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0c               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0X               (  0Y               (  0Z               (  0[               (  0\               (  0]               (  0^               (  0_                  0                 9  0#               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0                  0                    0                    0                    0                 9  0$               9  0%               9  0&               9  0'               9  0(               9  0)               9  0*               9  0+                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0#               T  0$               T  0%               T  0&               T  0'               T  0(               T  0)               T  0*               T  0+                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0b               /  0c               $  0T
                  0                 $  0U
               $  0V
               $  0W
               $  0X
               $  0Y
               $  0Z
               $  0[
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   n n              0       w<          (: 0   n n              0       =          (: 0   n n              0       =          (: 0   n n          (: 0   n n              0       o>              0       o>              0       o>              0       o>             0       o>             0       o>             0       o>             0       o>             0       o>            0       o>              0       o>              0       o>              0       o>              0       o>              0       o>              0       o>           : 0                : 0    Z? Z?             0       n?            0       n?             0       n?           0       n?            0       n?             0       n?           0       n?            0       n?             0       n?            0       n?          : 0   Z? Z?             0       ?            0       ?            0       ?            0       ?             0       ?           0       ?            0       ?            0       ?            0       ?             0       ?           0       ?            0       ?            0       ?            0       ?             0       ?           0       ?             0       ?            0       ?            0       ?             0       ?           0       ?             0       ?            0       ?            0       ?             0       ?           0       ?             0       ?            0       ?            0       ?             0       ?           0       ?             0       ?            0       ?            0       ?             0       ?            0       ?          : 0   Z? Z?              0       B             0       B            0       B             0       B           0       B            0       B             0       B           0       B            0       B             0       B            0       B          : 0   Z? Z?             0       +C            0       +C            0       +C            0       +C            0       +C             0       +C           0       +C            0       +C            0       +C            0       +C            0       +C             0       +C           0       +C            0       +C            0       +C            0       +C            0       +C             0       +C           0       +C            0       +C            0       +C            0       +C            0       +C             0       +C            0       +C          : 0   Z? Z?             0       C              0       C             0       C             0       C             0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C            0       C             0       C           0       C             0       C            0       C            0       C            0       C             0       C           0       C            0       C            0       C            0       C             0       C            0       C           : 0                : 0    {E {E              0       E              0       E              0       E              0       E              0       E              0       E              0       E           : 0                 : 0    DI DI              0       MI              0       MI             0       MI             0       MI            0       MI             0       MI             0       MI            0       MI             0       MI             0       MI            0       MI             0       MI             0       MI            0       MI              0       MI              0       MI           
  0     MI           
  0     MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI           O  0     MI           O  0     MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI              0       MI          : 0   DI DI              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U         : 0                     0       Z           Q  0p     Z           Q  0q     Z           Q  0r     Z              0       Z              0       Z           R  0@     Z           R  0A     Z           R  0B     Z           R  0C     Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z           : 0                    0       `c              0       `c             0     `c             0     `c              0       `c              0       `c              0       `c              0       `c              0       `c             0       `c            0       `c             0       `c            0       `c             0       `c            0       `c              0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c              0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c              0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c              0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c              0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c             0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c             0       `c             0       `c            0       `c              0       `c              0       `c              0       `c           : 0                    0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0     }             0     }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0     }            0     }            0     }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0     }            0     }             0       }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }            0     }            0     }            0     }             0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }             0       }            0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }              0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }             0       }            0       }             0       }             0       }             0       }             0       }            0      }             0       }             0       }             0       }            0       }             0       }             0       }            0       }              0       }           : 0                    0                 : 0                   0       q              0       q              0       q          : 0                  0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b              0       b           P  0     b              0       b           P  0     b              0       b              0       b          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       ?              0       ?              0       ?              0       ?              0       ?              0       ?              0p     ?              0       ?              0       ?              0       ?              0       ?              0q     ?              0       ?              0       ?              0r     ?              0       ?          : 0                  0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .              0       .          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                 (: 0                   0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C            0       C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C             0       C             0       C             0       C            0       C             0       C             0       C            0       C              0       C              0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C             0       C             0       C            0       C             0       C             0       C            0       C              0       C             0       C             0       C             0       C             0       C             0       C            0       C             0       C             0       C             0       C             0       C             0       C             0       C            0       C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C          !  0#     C             0       C            0       C             0       C             0       C            0       C          (: 0                  0       O              0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O              0       O              0       O              0       O             0       O             0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          "  0d     O          "  0e     O          "  0f     O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          #  0     O          #  0     O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          /  0d     O          $  0\
     O          $  0]
     O          $  0^
     O             0       O             0       O             0       O            0       O          $  0_
     O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O         $  0`
     O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          %  0d     O          %  0e     O          %  0f     O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          )  0     O          )  0     O          )  0     O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          *  0d     O          *  0e     O          )  0     O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          *  0f     O          )  0     O          )  0     O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          &  0     O          &  0     O          &  0     O          &  0     O          &  0     O             0       O             0       O            0       O          S  0      O          &  0     O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          '  0     O          '  0     O          '  0     O          '  0     O          '  0     O          '  0     O          '  0     O          '  0     O          '  0      O          '  0     O             0       O             0       O          8  0     O          8  0     O          8  0     O          8  0     O          8  0     O          8  0     O          8  0     O          8  0     O          8  0     O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          (  0`     O          (  0a     O          (  0b     O          (  0c     O          (  0d     O          (  0e     O          (  0f     O          (  0g     O             0       O          9  0,     O          8  0     O          8  0     O          8  0     O          8  0      O          8  0     O          8  0     O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          +  0     O          +  0     O          +  0     O          +  0     O          +  0      O             0       O             0       O             0       O             0       O             0       O             0       O          ,  0     O          ,  0     O          ,  0     O          ,  0     O             0       O             0       O             0       O             0       O          9  0-     O          9  0.     O          9  0/     O          9  00     O          9  01     O          9  02     O          9  03     O          9  04     O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O            0       O          ,  0     O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O            0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          0  0     O          0  0     O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          0  0     O          0  0     O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          0  0     O          0  0     O             0       O             0       O            0       O             0       O             0       O            0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O             0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0      O          ,  0     O          ,  0     O          ,  0     O          ,  0     O          ,  0     O             0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          T  0,     O          T  0-     O          T  0.     O          T  0/     O          T  00     O          T  01     O          T  02     O          T  03     O          T  04     O             0       O             0       O             0       O             0       O            0       O             0       O             0       O            0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O             0       O            0       O          /  0e     O          /  0f     O          $  0a
     O             0       O          $  0b
     O          $  0c
     O          $  0d
     O          $  0e
     O          $  0f
     O          $  0g
     O          $  0h
     O             0       O             0       O            0       O             0       O             0       O            0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O              0       O          (: 0                  0       J          (: 0                  0       J          (: 0                  0       :K          (: 0              (: 0                  0       
L              0       
L              0       
L              0       
L             0       
L             0       
L             0       
L             0       
L             0       
L            0       
L              0       
L              0       
L              0       
L              0       
L              0       
L              0       
L           : 0                : 0    L L             0       M            0       M             0       M           0       M            0       M             0       M           0       M            0       M             0       M            0       M          : 0   L L             0       IM            0       IM            0       IM            0       IM             0       IM           0       IM            0       IM            0       IM            0       IM             0       IM           0       IM            0       IM            0       IM            0       IM             0       IM           0       IM             0       IM            0       IM            0       IM             0       IM           0       IM             0       IM            0       IM            0       IM             0       IM           0       IM             0       IM            0       IM            0       IM             0       IM           0       IM             0       IM            0       IM            0       IM             0       IM            0       IM          : 0   L L              0       BP             0       BP            0       BP             0       BP           0       BP            0       BP             0       BP           0       BP            0       BP             0       BP            0       BP          : 0   L L             0       P            0       P            0       P            0       P            0       P             0       P           0       P            0       P            0       P            0       P            0       P             0       P           0       P            0       P            0       P            0       P            0       P             0       P           0       P            0       P            0       P            0       P            0       P             0       P            0       P          : 0   L L             0       .Q              0       .Q             0       .Q             0       .Q             0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q            0       .Q             0       .Q           0       .Q             0       .Q            0       .Q            0       .Q            0       .Q             0       .Q           0       .Q            0       .Q            0       .Q            0       .Q             0       .Q            0       .Q           : 0                : 0    S S              0       &S              0       &S              0       &S              0       &S              0       &S              0       &S              0       &S           : 0                 : 0    V V              0       V              0       V             0       V             0       V            0       V             0       V             0       V            0       V             0       V             0       V            0       V             0       V             0       V            0       V              0       V              0       V           
  0     V           
  0     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V           O  0     V           O  0     V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V              0       V          : 0   V V              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c              0       +c             0       +c             0       +c             0       +c            0       +c             0       +c             0       +c             0       +c         : 0                     0       >h           Q  0s     >h           Q  0t     >h           Q  0u     >h              0       >h              0       >h           R  0D     >h           R  0E     >h           R  0F     >h           R  0G     >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h              0       >h           : 0                    0       p              0       p             0     p             0     p              0       p              0       p              0       p              0       p              0       p             0       p            0       p             0       p            0       p             0       p            0       p              0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p             0       p             0       p            0       p             0       p             0       p            0       p             0       p             0       p            0       p              0       p              0       p              0       p           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0       I          : 0    I I              0                     0                     0                 : 0   I I              0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   P  0                    0                   P  0                    0                      0                  : 0   I I              0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   I I              0                     0                     0                     0                     0                     0                     0s                   0                     0                     0                     0                     0t                   0                     0                     0u                   0                 : 0   I I              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   I I              0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   I I              0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0   I I              0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#               !  0#                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0#               !  0 $               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0$               !  0$               !  0	$               !  0
$               !  0$               !  0$               !  0
$               !  0$                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$                  0                   0                    0                    0                   0                 (: 0                  0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0g               "  0h               "  0i                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0g               $  0i
               $  0j
               $  0k
                  0                    0                    0                   0                 $  0l
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0m
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0g               %  0h               %  0i                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0g               *  0h               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0i               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0	               8  0
               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0h               (  0i               (  0j               (  0k               (  0l               (  0m               (  0n               (  0o                  0                 9  05               8  0               8  0
               8  0               8  0               8  0               8  0                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0               +  0                  0                    0                    0                    0                    0                    0                 ,  0               ,  0               ,  0               ,  0	                  0                    0                    0                    0                 9  06               9  07               9  08               9  09               9  0:               9  0;               9  0<               9  0=                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0
                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0               ,  0               ,  0
               ,  0               ,  0               ,  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0               ,  0                ,  0!               ,  0"               ,  0#                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  05               T  06               T  07               T  08               T  09               T  0:               T  0;               T  0<               T  0=                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0h               /  0i               $  0n
                  0                 $  0o
               $  0p
               $  0q
               $  0r
               $  0s
               $  0t
               $  0u
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0                  0       W          (: 0                  0       BX          (: 0                  0       X          (: 0              (: 0                  0       Y              0       Y              0       Y              0       Y             0       Y             0       Y             0       Y             0       Y             0       Y            0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y           : 0                : 0    Z Z             0       Z            0       Z             0       Z           0       Z            0       Z             0       Z           0       Z            0       Z             0       Z            0       Z          : 0   Z Z             0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z             0       Z           0       Z            0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z           0       Z             0       Z            0       Z            0       Z             0       Z            0       Z          : 0   Z Z              0       ]             0       ]            0       ]             0       ]           0       ]            0       ]             0       ]           0       ]            0       ]             0       ]            0       ]          : 0   Z Z             0       g^            0       g^            0       g^            0       g^            0       g^             0       g^           0       g^            0       g^            0       g^            0       g^            0       g^             0       g^           0       g^            0       g^            0       g^            0       g^            0       g^             0       g^           0       g^            0       g^            0       g^            0       g^            0       g^             0       g^            0       g^          : 0   Z Z             0       ^              0       ^             0       ^             0       ^             0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^            0       ^             0       ^           0       ^             0       ^            0       ^            0       ^            0       ^             0       ^           0       ^            0       ^            0       ^            0       ^             0       ^            0       ^           : 0                : 0    ` `              0       `              0       `              0       `              0       `              0       `              0       `              0       `           : 0                 : 0    d d              0       d              0       d             0       d             0       d            0       d             0       d             0       d            0       d             0       d             0       d            0       d             0       d             0       d            0       d              0       d              0       d           
  0     d           
  0     d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d           O  0     d           O  0     d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d              0       d          : 0   d d              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p              0       p             0       p             0       p             0       p            0       p             0       p             0       p             0       p         : 0                     0       u           Q  0v     u           Q  0w     u           Q  0x     u              0       u              0       u           R  0H     u           R  0I     u           R  0J     u           R  0K     u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u              0       u           : 0                    0       ~              0       ~             0     ~             0     ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~            0       ~             0       ~            0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~              0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~             0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~             0       ~             0       ~            0       ~              0       ~              0       ~              0       ~           : 0                    0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0     U             0     U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U            0     U            0     U            0     U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0     U            0     U             0       U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U            0     U            0     U            0     U             0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U             0       U            0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U              0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U             0       U            0       U             0       U             0       U             0       U             0       U            0      U             0       U             0       U             0       U            0       U             0       U             0       U            0       U              0       U           : 0                    0                 : 0                   0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                  P  0                   0                  P  0                   0                     0                 : 0                  0       Z              0       Z              0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z             0       Z             0       Z             0       Z            0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z              0       Z          : 0                  0       {              0       {              0       {              0       {              0       {              0       {              0v     {              0       {              0       {              0       {              0       {              0w     {              0       {              0       {              0x     {              0       {          : 0                  0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j              0       j          : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       H          (: 0    H H              0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0$               !  0 $               !  0!$               !  0"$                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0#$               !  0$$               !  0%$               !  0&$               !  0'$               !  0($               !  0)$               !  0*$                  0                    0                    0                   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$               !  01$               !  02$                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  03$               !  04$               !  05$               !  06$               !  07$               !  08$               !  09$               !  0:$                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0;$               !  0<$               !  0=$               !  0>$               !  0?$               !  0@$               !  0A$               !  0B$               !  0C$                  0                   0                    0                    0                   0                 (: 0   H H              0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 "  0j               "  0k               "  0l                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 #  0               #  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0j               $  0v
               $  0w
               $  0x
                  0                    0                    0                   0                 $  0y
                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                $  0z
                  0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 %  0j               %  0k               %  0l                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 )  0               )  0               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0j               *  0k               )  0                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 *  0l               )  0               )  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 &  0               &  0               &  0               &  0               &  0                  0                    0                   0                 S  0                &  0                  0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   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               8  0               8  0               8  0               8  0               8  0               8  0               8  0               8  0                  0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 (  0p               (  0q               (  0r               (  0s               (  0t               (  0u               (  0v               (  0w                  0                 9  0>               8  0               8  0               8  0               8  0               8  0               8  0                   0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 +  0               +  0               +  0               +  0	               +  0
                  0                    0                    0                    0                    0                    0                 ,  0$               ,  0%               ,  0&               ,  0'                  0                    0                    0                    0                 9  0?               9  0@               9  0A               9  0B               9  0C               9  0D               9  0E               9  0F                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 ,  0(                  0                    0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                    0                 ,  0)               ,  0*               ,  0+               ,  0,               ,  0-               ,  0.                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 0  0               0  0                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     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               ,  01               ,  02               ,  03               ,  04               ,  05                  0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 ,  06               ,  07               ,  08               ,  09               ,  0:               ,  0;               ,  0<               ,  0=               ,  0>               ,  0?               ,  0@               ,  0A                  0                    0                    0                   0                    0                    0                    0                    0                   0                    0                    0                   0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 T  0>               T  0?               T  0@               T  0A               T  0B               T  0C               T  0D               T  0E               T  0F                  0                    0                    0                    0                   0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                    0                   0                 /  0k               /  0l               $  0{
                  0                 $  0|
               $  0}
               $  0~
               $  0
               $  0
               $  0
               $  0
                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 (: 0   H H              0       Qe          (: 0   H H              0       e          (: 0   H H              0       vf          (: 0   H H          (: 0   H H              0       Ig              0       Ig              0       Ig              0       Ig             0       Ig             0       Ig             0       Ig             0       Ig             0       Ig            0       Ig              0       Ig              0       Ig              0       Ig              0       Ig              0       Ig              0       Ig           : 0                : 0    4h 4h             0       Hh            0       Hh             0       Hh           0       Hh            0       Hh             0       Hh           0       Hh            0       Hh             0       Hh            0       Hh          : 0   4h 4h             0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h             0       h           0       h            0       h            0       h            0       h             0       h           0       h             0       h            0       h            0       h             0       h           0       h             0       h            0       h            0       h             0       h           0       h             0       h            0       h            0       h             0       h           0       h             0       h            0       h            0       h             0       h            0       h          : 0   4h 4h              0       ~k             0       ~k            0       ~k             0       ~k           0       ~k            0       ~k             0       ~k           0       ~k            0       ~k             0       ~k            0       ~k          : 0   4h 4h             0       l            0       l            0       l            0       l            0       l             0       l           0       l            0       l            0       l            0       l            0       l             0       l           0       l            0       l            0       l            0       l            0       l             0       l           0       l            0       l            0       l            0       l            0       l             0       l            0       l          : 0   4h 4h             0       jl              0       jl             0       jl             0       jl             0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl            0       jl             0       jl           0       jl             0       jl            0       jl            0       jl            0       jl             0       jl           0       jl            0       jl            0       jl            0       jl             0       jl            0       jl           : 0                : 0    Un Un              0       bn              0       bn              0       bn              0       bn              0       bn              0       bn              0       bn           : 0                 : 0    r r              0       'r              0       'r             0       'r             0       'r            0       'r             0       'r             0       'r            0       'r             0       'r             0       'r            0       'r             0       'r             0       'r            0       'r              0       'r              0       'r           
  0     'r           
  0     'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r           O  0     'r           O  0     'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r              0       'r          : 0   r r              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~              0       g~             0       g~             0       g~             0       g~            0       g~             0       g~             0       g~             0       g~         : 0                     0       z           Q  0y     z           Q  0z     z           Q  0{     z              0       z              0       z           R  0L     z           R  0M     z           R  0N     z           R  0O     z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z              0       z           : 0                    0       :              0       :             0     :             0     :              0       :              0       :              0       :              0       :              0       :             0       :            0       :             0       :            0       :             0       :            0       :              0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :            0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :            0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :            0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :            0       :              0       :              0       :              0       :              0       :              0       :              0       :              0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :            0       :             0       :             0       :             0       :             0       :             0       :            0       :             0       :             0       :            0       :             0       :             0       :            0       :              0       :              0       :              0       :           : 0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0                   0                     0                     0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                   0                 0                  0                    0                    0                    0                    0                    0                    0                    0                   0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 0                 0                  0                    0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                   0                   0                    0                    0                   0                    0                    0                   0                     0                  : 0                    0                 : 0                   0       K              0       K              0       K          : 0                  0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <              0       <           P  0     <              0       <           P  0     <              0       <              0       <          : 0                  0                     0                     0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                    0                    0                    0                   0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0                     0                     0                     0                     0                     0                     0y                   0                     0                     0                     0                     0z                   0                     0                     0{                   0                 : 0                  0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 : 0                  0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y              0       Y          : 0                  0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [              0       [          : 0                  0                 (: 0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                   0                 !  0D$               !  0E$               !  0F$               !  0G$               !  0H$               !  0I$               !  0J$               !  0K$               !  0L$               !  0M$               !  0N$                  0                    0                   0                    0                    0                   0                     0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0O$               !  0P$               !  0Q$               !  0R$               !  0S$               !  0T$               !  0U$               !  0V$                  0                    0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0W$               !  0X$               !  0Y$               !  0Z$               !  0[$               !  0\$               !  0]$               !  0^$                  0                    0                    0                   0                    0                    0                   0                     0                     0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                    0                   0                 !  0_$               !  0`$               !  0a$               !  0b$               !  0c$               !  0d$               !  0e$               !  0f$                  0                    0                   0                    0                    0                   0                     0                    0                    0                    0                    0                    0                   0                    0                    0                    0                    0                    0                    0                   0                 !  0g$               !  0h$               !  0i$               !  0j$               !  0k$               !  0l$               !  0m$               !  0n$               !  0o$                  0                   0                    0                    0                   0                 (: 0                  0       )              0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )             0       )             0       )             0       )             0       )             0       )            0       )             0       )             0       )            0       )              0       )              0       )              0       )             0       )             0       )              0       )              0       )           : 0                 : 0    M M         @   0       U         @   0       U        @   0       U        @   0       U       @   0       U        @   0       U        @   0       U       @   0       U        @   0       U        @   0       U       @   0       U        @   0       U        @   0       U       @   0       U         @   0       U         @   0       U          
  0l     U          
  0m     U          @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U          O  0l     U          O  0m     U          @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         @   0       U         : 0   L L         @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0                @   0               @   0               @   0               @   0              @   0               @   0               @   0               @   0               : 0                @   0       Ŀ          Q  0"     Ŀ          Q  0#     Ŀ           Q  0$     Ŀ         @   0       Ŀ         @   0       Ŀ          R  0     Ŀ          R  0     Ŀ           R  0     Ŀ          R  0     Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ         @   0       Ŀ          : 0               @   0       hͿ         @   0       hͿ            0l     hͿ            0m     hͿ          @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ        @   0       hͿ        @   0       hͿ       @   0       hͿ         @   0       hͿ         @   0       hͿ         @   0       hͿ          : 0               @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !            0l     !            0m     !          @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !           0     !           0     !            0     !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !           0     !           0     !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !           0     !           0     !           0     !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !         @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !        @   0       !       @   0       !        @   0       !        @   0       !        @   0       !        @   0       !           0      !        @   0       !         @   0       !        @   0       !       @   0       !        @   0       !        @   0       !       @   0       !         @   0       !          : 0               @   0                               R |@  0                 @  0                  @   0                  @  0                   @  0                    @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                  @  0                   @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                  @   0                  @  0                 @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                 @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                 @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                 @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                 @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                  @  0                   @   0                   @  0                 @  0                  @   0                  @  0                  @  0                   @   0                      0            ^ <            3   D   E   Y   [   \   ]   ^   _   g   m   n   w   {   |                                                                        !  "  /  A    	                m  z            +  P  Q  b              <  =  *	  +	   
  !
  -
  
    |    K      r
  
  -  .  l              4  V          0  1  :  ;      9  :                F  G  X        C  D  `      a  &  '  x                      8  9      !  2       !  !  b"  c"  #  #  #  #  #  #  #   $  	$  $  $$  %$  &$  '$  ($  )$  -$  .$  /$  0$  I$  K$  Q$  R$  k$  m$  r$  s$  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  %  %  %  %  %  %  (%  *%  0%  1%  D%  F%  K%  L%  S%  X%  s%  t%  u%  v%  w%  U'  V'  b'  '  '  '  (  F(  Y(  (  (  (  (  !)  4)  h)  )  )  )  *  &*  6*  j*  *  *  *  *  *  *  +  +  ,  (,  7,  J,  K,  d,  ,  ,  ,  ,  ,  ,  ,  &-  '-  (-  \-  r-  -  -  -  -  .  .  &.  1.  d.  n.  x.  y.  .  .  .  .  .   /  /  /  //  0/  9/  [/  \/  p/  q/  /  /  /  /  /  /  /  /  /  /  /  $0  %0  &0  '0  (0  )0  20  S0  T0  h0  i0  0  0  0  0  0  0  1   1  :1  ;1  P1  Q1  b1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  2  ,2  -2  B2  C2  T2  t2  u2  v2  2  2  2  2  2  2  2  2  2  3  3  3  3  3  3  3  3  4  4  4  4  4  4  4  &5  05  :5  ;5  \5  5  5  5  5  5  5  t6  u6  6  6  6  7  W7  X7  i7  7  7  7  8   8  !8  "8  #8  $8  -8  8  8  8  8  8  8  8  8  8  8  9  9  9  9  9  9  9  9  Z:  q:  :  :  :  :  	;  >;  ;  ;  o<  p<  <  <  <  <  <  <  <  <  <  =  =  =  =  =  =  "=  '=  (=  )=  G=  U=  e=  f=  q=  v=  w=  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =   >  >  >  >  >  >  !>  &>  '>  (>  J>  X>  h>  i>  t>  y>  z>  >  >  >  >  >  >  >  >  >  >  >  >  >  >  >  ?  ?  ?  ?  ?  ?  $?  %?  /?  4?  5?  6?  r?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  @  @  @  @  @  '@  ,@  -@  8@  =@  >@  H@  M@  N@  O@  @  A  &A  4A  DA  EA  PA  UA  VA  `A  eA  fA  qA  vA  wA  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A   B  
B  B  B  B  >B  LB  \B  ]B  hB  mB  nB  xB  }B  ~B  B  B  B  B  B  B  B  B  B  B  B  B  B   C  
C  C  C  C   C  !C  +C  0C  1C  2C  XC  fC  vC  wC  C  C  C  C  C  C  C  C  C  C  C  C  C  &D  'D  VD  dD  tD  uD  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  E  E  E  E  E  E  "E  'E  (E  2E  7E  8E  9E  eE  sE  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E   F  F  F  F  F  F  !F  "F  -F  2F  3F  =F  BF  CF  DF  hF  F  F  F  F  'G  (G  5G  6G  7G  ZG  G  G  H  &H  'H  1H  <H  oH  yH  H  H  H  H  H  H  I  I  I  dI  eI  I  I  I  3J  iJ  J  J  J  J  J  J  J  J  GK  `K  yK  K  K  K  K  L  L  L  L  L  $L  lL  mL  L  M  &M  BM  [M  uM  M  M  M  M  M  lN  mN  nN  oN  N  'O  (O  \O  nO  O  O  pP  qP  {P  P  P  P  P  P  P  #Q  5Q  GQ  HQ  IQ  JQ  SQ  Q  Q  Q  Q  Q  Q  pR  R  R  S  ES  bS  S  S  S  S  S  T  bT  T  T  >U  ?U  @U  AU  gU  hU  U  U  "V  4V  5V  ?V  JV  }V  V  V  V  V  V  V  V  V  V  V  _W  `W  W  W  W  W  W  W  X  OX  PX  QX  RX  X  Y  <Y  q[  r[  	^  ^  A_  B_  S_  `  `  Za  [a  b  b  b  d  d  nf  of  f  f  qg  tg  g  g  h  h  Ki  Li  [i  mi  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  j  j  j  j   j  !j  )j  0j  <j  =j  >j  ?j  j  j  8l  9l  m  m  n  n  n  n  no  oo  %p  &p  p  p  q  r  r  s  s  +t  u  u  Pv  w  w  %y  &y  Gz  Tz  az  nz  {z  z  z  z  z  z  z  z  z  {  %{  &{  1{  a|  b|  |   }  }  }  T  U  (  9  n        L  y        C      ڃ      #  '  (  2  =  p  z                    2  >  e    ʇ      6  @  e        ҈  	  
      8  9  C  N          ĉ                7  C  j    Պ                      %  0  c  m  w  x    ̌  ͌  Ό  ό  ь  Ҍ  ӌ  ܌    '  N  y    ݍ  c  ̎  ܎  ݎ  ގ             ,  6  A  t  ~        ޏ  ߏ              -  9  `    ͐    %  a  b  c  t            ̑  ֑        9  :  ;  =  >  ?  H            7  T    ԓ  Փ          0  M  W  b          Ӕ  Ԕ  Ք  ה              K    2  3  D  v  w  x  y  z  {    \  ]    ә  
  B    ؚ  -  .  8  C  v          ӛ          !  8  9  B               -  4  <  =  S  c  d  e  f      ĝ  ם             	  ,  Z          ̞  Ӟ  ܞ  ݞ                	  
      4  U  V  {                              V  ]  f  g  o        Ţ  ߢ    	  #  +  @  U  g        ţ  ߣ        
  *  O  b  u  v  w  x                            .  @  Z  t          զ        0  @  Z  t  u  v  w      ʧ  ݧ                    B            G  H  p        Ԫ              ū    Q            V  W          ˭  ޭ            Ү    =    %  &  '  8                ϰ        %  ?  Y  a  v        ѱ              )  |  }        ̲  ߲              ʳ  *  f  z  
        ͵  7      ö  Ķ  ̶          7  Q  b  |        ɷ  ޷        4  N  _  y                      #  6  I  J  K  L  U    p  Ѻ  $  W       u  м  z  н  ѽ  ؽ    f  }    پ  
  9  e    ſ  ƿ  ׿    "  +  ,  4  I  ^  s                )  :  T  \  q                &  7  Q  b  |  }  ~                    	  
        3      #            3  R  w        
         d  k  t  u  }              
    2  I  Z  p                       .  ?  V  m  ~                      !  4  G  I  J  K  T  f  .     ~    6          M          <  =  D      !  a            <  [  \  m                        :  \  ~                .  a            s  u      "  Z      E  F    ?  @             Y  Z        ?      *  +  5  @  s  }                         
  R  u          I  w  x                           
  +  O                "  5  H  [  ]  ^  _  h      -  .  ?  @  A  i  j  }                  j      	  
      =          #      P        F        U              C  M  W  X                      p          "  d  e  v                          +  >  Q  S  T  j  k  t      /  L  e  x          .  M  N  O  `                        *  =  P  c  e  f  g  p      A  S        %  )  *  +  ,  =  j  k                      \    >          S  T  U  f                                s      4  5  n         9   8 9 v ( b c  J K        C    K    u   M N Y e t                          	 	 &	 '	 ,	 c	 h	 	 	 	 	 	 ;
 <
 A
 x
 |
 
 
 
      $ \ a          B G S T W a b e n o p                            
 
 
 
 
 
 
 
 
 
 
 
   
    . : ; < = > P j k v                        r s      a b n       A B C P          O     Q R  l    ) * =      ^          y" z" " " $# 0# ?# K# L# # # # # # @$ E$ $ $ $ $ i% %  & & & ' g' h' ' ' X( Y( ) )  + !+ + + , , , , - ;. / / 0 0 m1 q1 r1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
2 2 2 2  2 "2 (2 )2 <2 >2 D2 E2 Z2 \2 a2 b2 w2 y2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 4 4 5 I5 c5 5 5 5 5 ,6 @6 t6 6 6 6 7 %7 Y7 w7 7 7 7 	8 (8 \8 ]8 ^8 _8 8 9 9 9 9 9 9 9 : 6: 7: U: c: v: w: : : : : : ; '; =; S; T; ; ; ; ; < 
< < < ?< \< ]< s< < < < < < < < < < = = 4= P= Q= f= g= h= i= z= = = = = = = = = = = = = > > "> >> ?> Q> |> > > > > > > > ? !? "? #? J? K? L? M? N? O? X? w? x? ? ? ? ? ? ? ? ? @ @ @ B@ C@ D@ E@ F@ G@ P@ @ @ OA PA QA bA A A A A A 2B fB |B }B B B B B B B B (C >C @C qC rC {C D D PD QD `D D D D E YE E E E E E E E E E 'F (F 9F ZF [F \F ]F ^F _F F ,G -G nG yG G G G G G H (H ?H lH mH H H #I $I J J &J ;J fJ tJ J J J J J J J J J J J J J J J J J K K K K K  K %K &K 1K 6K 7K AK FK GK HK eK sK K K K K K K K K K K K K K K K K K L L L L L #L (L )L 4L 9L :L DL IL JL KL sL L L L L L L L L L L L L L L L L M M /M 0M ;M @M AM KM PM QM \M aM bM lM qM rM sM M M M M M M M M M M M M M M M M M ZN N N N N N N N N N O O O O O  O %O &O 'O NO \O lO mO xO }O ~O O O O O O O O O O O O O O O P P 
P P P P (P -P .P 8P =P >P ?P oP }P P P P P P P P P P P P P P P P P Q Q Q !Q &Q 'Q 1Q 6Q 7Q BQ GQ HQ RQ WQ XQ YQ Q Q Q R R R R $R %R /R 4R 5R @R ER FR PR UR VR WR vR R R R R R R R R R R R R R R R R S S "S #S .S 3S 4S >S CS DS OS TS US _S dS eS fS S S S S S S S S S S S S S S S S S T 'T LT oT pT T T T T T T ~U U U U U U U V V "V #V VV zV V V V V V W W $W %W sW W X -X =X NX ^X _X X X X X X Y 1Y `Y aY Y Y Y Y Y Y Y Z Z [Z Z Z Z Z [ )[ A[ B[ C[ T[ \ \ 
\ \ 7\ \ \ \ 
] ]  ] ^ ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ ^ 7_ 8_ G_ X_ _ _ ` }` ` ` ` a #a $a Ha Ia Za a b \b b b b b b c c c c c c c c c d &d 0d 1d Wd d d d d d d d d e  e oe pe e e e e e e e !f f f i i k k l l l 8n 9n n n -p .p @p q q 
t t #t pt u u ~u u dv yv v v v w w  w %w -w 2w 3w 8w @w Lw Mw Rw Yw ^w _w dw kw ww xw w w w w w w w w w w w w w w w w w w x x y y m{ n{ +| ,| | | 
} } } } [~ \~ ~ o p x y ʁ T U  t ~ Ć ņ     
  + < M ^ o p    Ĉ ň Ј        !   ǎ ؎ 
 ] ^    H I   Q R y    Ɠ Ǔ ѓ ܓ   # $ R       є ݔ  + i   Օ ߕ  ^ _ ` q     ז ؖ     * 4 5 c        ֗  	 4 t           ę ϙ     E k l m n p q r {  ƚ   X |  k { | }      ˜ ՜    ' ( V } ~       ̝ ؝  - l  Ğ      ! " # - 8 k u    ؟ ٟ ڟ ܟ ݟ ޟ  & 2 Y   ֠  * s t     ϡ    4 > H I r s t v          Ѥ Ҥ        J   0 r   ( w ̨ ͨ ר    ) * R r      ש ة  L _     ̪ Ӫ ۪ ܪ      - P c v       ˫  ' ( ) : k r { |            Ӭ    - @ A B C L  + > $ % & ' 8      # 8 J d ~   ° ʰ ߰     : J d ~     ɱ           - . / @       ͳ ߳   # = W _ t    ϴ ߴ      > V i |       4 Q           ( M ` s      < d            D W j }      q  ܼ % Ľ Ž ƽ ׽ * + 2 ; < D Y n    ľ ޾     * < V p       ȿ   D E X k ~       i     Y Z [ l  R Y b c k         5 F ` h }        2 C ] ^ _ `              p   I   o  o p w    L x    0 d e v         $ > X i         % : L f            F G Z m        p j  H U  9  l s     - L k      
    . @ R d {          7 8 @ R d v         3 D [ \ ] ^                    ?    ~ ' F n          > ~       P Q u v { } ~         @ b        % & ' ( b   H    @    7     c d    - o   % t       & ' O P c v         K y      ( ) * R S f y         q r              % I       	  / B U W X Y b  	        h i       1 h   & h   C             E X k ~      @ R       B I Q R h x y z {         	  
              O Z y       3 : B C s               ~    - 8 W       	 
 2 3 F Y l       8    [ f      2 3 4 5 \ ]  O	 	 	 	 '
 b
 c
 
  } ~   
 p           5    4 P ` s    , [   '    S        2 6 7 8 9 : ; < = > R Y ^ n o ~                ] ^ c        m n s         ' ( - [ `              
     % - 4 ; G H S W ^ e f g h i j k l m n o p q r s t  < = V W p                       	  ! " , 9 : ; < = > ? @ M N \ ] ^ _ l ~ E F 8 9   (  1  Q         ! ! T! U! h! ! ! ! ! ! ! ! &" " y# z# g$ h$ ]% ^% j% % H& & ' ' ' ' ( 
) j) k) ) ) ) ) A+ B+ S+ q, , , - 7- S- m- n- w. x. 0 0 v0 w0 0 0 0 0 0 ;1 Q1 1 1 1 1 1 "2 2 2 2 3 D3 3 c4 d4 4 5 5 Q5 R5 5 5 O7 P7 8 8 u9 v9 C: D: ^: o: ; ;  = != = = ? ? ? &? '? ;? <? =? F? T? a? b? c? d? e? f? j? k? l? m? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?  @ @ @ @ @ 7@ 9@ >@ ?@ N@ P@ V@ W@ e@ g@ m@ n@ @ @ @ @ @ @ @ @ @ @ @ B B B B C 5C OC C C C C D *D ^D qD D D D E IE cE sE E E E E E E F (G )G ?G eG tG G G G G G G H H H 3H cH dH eH H H H H H H XI YI cI nI I I I I I I I J 'J =J SJ UJ lJ mJ vJ J J J J J J J K K K K K 8K 9K :K aK bK cK dK eK fK oK K K K K K K K K L 3L HL ]L wL xL L L L L L L L L L L L L L M M *M +M MM iM jM M M M M M M M M M M M M M 7N 8N N N N  O  O !O "O #O CO O P P P %P 0P cP mP wP xP P P P P Q Q Q Q Q Q Q Q OR R R R R :S ;S \S ]S ^S _S `S aS jS S S S S S S S S S *T T T U U !U ,U 6U 7U U U U U 
V V FV {V V V W W W W X X "X #X .X 3X 4X >X CX DX OX TX UX _X dX eX fX X X X X X X X X X X X X X X X X X Y Y !Y "Y -Y 2Y 3Y =Y BY CY NY SY TY ^Y cY dY eY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z /Z 0Z ;Z @Z AZ KZ PZ QZ \Z aZ bZ lZ qZ rZ sZ Z Z Z Z Z Z Z Z Z Z Z Z  [ 
[ [ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ [ [ A\ c\ q\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] N] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
^ ^ +^ ,^ 7^ <^ =^ G^ L^ M^ X^ ]^ ^^ h^ m^ n^ o^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ c_ d_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` "` 2` 3` >` C` D` N` S` T` _` d` e` o` t` u` v` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a -a =a >a Ia Na Oa Ya ^a _a ja oa pa za a a a a a a 
b b db eb rb sb tb b c c Qc cc dc nc yc c c c c c d *d ,d Cd Dd Md d d d d e pe e e e e e e !f "f 3f f f f f f f %g Tg Ug Vg Wg Xg ag g g g Xh ch h h h h h h h h i i i i i dj ej j j j j k k k k k  l 
l l 1l `l rl l l l l l l l l l .m /m m n ;n \n n n n n n n n Io o o 8p {p |p }p ~p p p *q +q _q qq rq |q q q q q q q r /r 0r 1r 2r ;r r r r r 
s s /s 0s As s s s s s Ut yt v v Fy Sy ~z z z { { | | } } } D E                 Ä ˄ Є ф ք ބ        	    & + , 4 < H I Q X ] ^ f m y z { |   u v   ɉ ʉ # /   b c   L 
    h      b c      ɕ ڕ   
  ! 4 K b c n   < =     e v    [     0     ' 4 ` d e o z    ¡  " # % & ' 0 o {  ɢ  / : s }      F G H I u v    Ȥ Ҥ Ӥ  & ' ( * + , 5 t   ҥ  6  % 5 6 7 H V W X b m      	 
       X d      	    , : ; < = i s ~   Ū ƪ        ! " + j v  ˫ 
 * b        ˬ ֬ 	    L v w x z { |  ĭ Э  % E t  Ȯ   # 1 2 3 m    ү ܯ       + , 5 7 8 I   o p           δ  G  Ƶ  j k u    Ƕ ȶ   # 6 I \ ^ u v    * + , = j q y z      ˸    ' : ; < = F i  Ź ƹ ǹ ع 	    0 @ A B C D E F G H I q    ˺ ޺ ߺ    ' ɻ ܻ ¼ ü ļ ż ּ       ֽ    , F ` h }    ؾ       G g        ) W     ( / 8 9 A V k }        ' 9 S m }          - @ A B C L   6       1        $ % & ' 0   E  , - . / @         . / 0 1 :  6 z  b c d u          8 R b |         8 R S T U f      	  / B C D E N  g   J    
 t      	  3 H Z t         0 E W q          & ' : M ` s      V   a   ]  
  
   T     J v      X _ h i q        ! ; L f w         / I c t            1 D E F G P   p   `  S 
  Q p     	 J K L ]           0 G X o           & = T k |          $ % 8 K ^ q       k =  9 s   : X      y z    ^     ; Z y            & 3 U w       " D Y Z k           ( _   -    | } < =   9    
 D |   g h r }         ' : < = > G      5  O                    * = ? @ A J h    ! " # K L _ r         j k | } ~            $  4 5 F G H I z   . / ` X Y    >   	 K	 	 	 6
 7
 8
 B
 M
 
 
 
 
 
 
 
 
 	   4 5 >    ( 3 _        
 
 
 
 
 A
 B
 U
 h
 {
 
 
 
 
 
 
   ; l       E k          ( ) * + S T g z        D ~     b f g h i z       
     ! *   {    #           6     Y     3    q r   = > v H u v  e           9 :      2! ! ! " Z" " " (# # # # # # # # # # # # # # # # # # # # $ 
$ $ $ $ *$ +$ ,$ -$ 8$ <$ O$ W$ c$ d$ i$ $ $ $ $ % .% 3% x% y% ~% % % & & & =& A& [& \& a& & & & & & & & $' %' &' 0' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( 	( 
( ( ( 
( ( ( ( ( ( '( ( ( ( ( ) )  ) 4) 6) 7) 8) 9) :) B) H) I) R) V) W) j) v) w) x) y) z) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) 
* * * * + + , , - - - H. U. . . . . . / +/ ,/ =/ }/ ~/ / / / [0 1 1 2 2 2 2 3 3 3 W4 4 &5 5 5 M6 6 7 	7 G7 e7 f7 y7 8 8 8 : 1: : : : : ; ; < < = = > > `> l> {> > > > > !? "? 3? |? ? ? @ @ ;@ @ @ <A B B SB B B B B C C D D \F ]F G G G G G 
H H wI J J =K >K L L L L L L L L L L L  M M M M M M 	M 
M M $M &M ,M -M FM HM MM NM \M ^M dM eM xM zM M M M M M M M M M M M M M M M M M M N N N N N !N &N 'N .N 3N NN ON PN QN RN 0P 1P =P P P P P !Q 4Q hQ |Q Q Q Q R CR aR R R R S S ES dS S S S S S T T T U U %U &U ?U rU sU U U U U U V V V 7V MV cV yV V V V V W W ?W IW SW TW {W W W W W W W W 
X X X 6X 7X KX LX pX X X X X X X X X X X X  Y Y Y Y Y 
Y .Y /Y CY DY ^Y zY {Y Y Y Y Y Y Z Z +Z ,Z =Z ]Z ^Z _Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ /[ O[ P[ Q[ ~[ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \ \ \ n] ] ] ] ] ] ^ ^ ^ ^ 7^ d^ z^ |^ ^ ^ ^ O_ P_ _ _ _ _ 2` 3` D` ` ` ` ` ` ` ` ` ` a ca da ua a a a a a a a hb ib b b b b b b 5c Lc dc {c c c c d _d `d Je Ke be we e e e e e e e e e e e e e e f f f "f 0f @f Af Lf Qf Rf \f af bf mf rf sf }f f f f f f f f f f f f f f f f f f g g g %g 3g Cg Dg Og Tg Ug _g dg eg pg ug vg g g g g g g g g g g g g g g g g  h 
h h h h Mh [h kh lh wh |h }h h h h h h h h h h h h h h h h h h i i i i i i #i (i )i *i i i j j j  j +j 0j 1j ;j @j Aj Lj Qj Rj \j aj bj cj j j j j j j j j j j j j j j j j j k 'k 7k 8k Ck Hk Ik Sk Xk Yk dk ik jk tk yk zk {k k k k k k k k k k k k k k l l l 
l 3l Al Ql Rl ]l bl cl ml rl sl ~l l l l l l l m m 1m ?m Om Pm [m `m am km pm qm |m m m m m m m m m m m m m m m m m m n n 
n n n n @n Nn ^n _n jn on pn zn n n n n n n n n n n n n n n n n n n n o 
o o o o o o Co co o o o p p p p p 5p p p p q q q q Jq Tq ^q _q q q q q q q q ?r @r `r ar r s Ds is ys s s s s s s "t ;t Tt mt t t t t t t t t t Gu Hu u u v v 6v Pv ev }v ~v v v Gw Hw Iw Jw sw x x 7x Ix [x \x Ky Ly Vy ay y y y y y y z "z #z $z %z .z sz tz z z z z K{ { { {  | =| _| `| | | | | =} } } ~ ~ ~ ~ B~ C~ ~ ~ ~    % X b l m        : ; [ \   ̀ ΀ ߀ * + , - ]   L M     . t u 5 6 i j |   I J _  L O     & ' 6 H [ \ a i n o t |            Ē ɒ ʒ Ғ ڒ                   g h  ͗ I J              +      " / < I V g x      ң      < = ڥ ۥ \ ] / 0   I    ' T   Ϋ     ŭ ҭ    
  K U _ `    ï į ů ί 
  @ g  Ͱ ذ   @            ) \ f p q  Ĳ Ų Ʋ Ȳ ɲ ʲ Ӳ   E p  Գ Z ô Ӵ Դ մ        > H R S            ) T   >     ʷ ط ٷ ڷ ۷    O Y c d         ɸ   ; i  ȹ   < = > O ] ^ _ i t            # b n  û   / f    ϼ м Ѽ  ( 2 = p z       ɽ ʽ ӽ վ ־  & \ 
   Q R S T U V  7 8 l    d   	   Q [ e f                     . > ? @ A i           5 c d e v                 0 1 V i | } ~    g z ` a b c t 1 8 A B J _ t         0 B \ v         * = P Q R S \   i j k |       	  5 O _ y         5 O P Q R z          p         " # K d         x   ,      1 2 Z [             a      f g n w x          4 < Q f x          W X              A U                 , = W q         ) : T n            $ % & ' 0  K   2   P  U     A X     @ l         $ 9 N ` z        / 7 L a v        , = W X Y Z                  u      - R i       ? F O P X j |       
 $ 5 K \ s t |       	  1 H Y o            " $ % & / A 	  Y   \ {   (  c         <  [  z         6 7 H             7 Y Z |      	 < a b c d  N P    5 |    ! s     	 	 	 4
 5
 i
 
 
  a      N X b c           -
 P
 
 
 
 
 $ R S d e f            *          # 6 8 9 : C a   	    D E X k ~       E               + m   ! b   0        ( 2 3 [ \         K |     ? @ Q ~              , . / E F O   
 ' @ S     	 ( ) * ; o v ~           + > @ A B K    . i t               E  F  n  o                  7! t! " \" " " " .# /# 0# A# n# o# p# q# # # # $ $ $ $ c% % % % N& & & ' ' I' ' ' ' ( ) * * Q* + =+ >+ q+ %, &, [, p, , , , , , - h. . . &/ c/ / / P0 0 0 (1 )1 41 @1 O1 [1 n1 r1 s1 t1 u1 v1 w1 x1 y1 z1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 >2 C2 2 2 2 2 2 3 3 3 S3 W3 3 3 3 3 3 3 3 3 74 <4 c4 d4 i4 4 4 4 4 4 4 5 "5 .5 /5 25 <5 =5 @5 I5 J5 K5 \5 a5 i5 p5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 x6 y6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 *7 D7 E7 P7 ]7 ^7 h7 u7 v7 w7 x7 y7 z7 {7 |7 7 7 7 7 7 7 7 7 8 8 t9 u9 L: M: d; m; ; ; ; ;< << H< < < < < < < = = = *= b= = > > ? ? @ @ @ )A A A [B B +C ,C C FD D D D E E E }F ~F F G G 8H ZH sH H H H I I SK TK K K K 
L L %L &L wL L L L L M M ^M M M M CN N N O O O AP BP P P 2Q 3Q R R S S T T U U U U [V W \X ]X X X GZ KZ LZ bZ cZ wZ xZ yZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ 4[ 6[ ;[ <[ Q[ S[ X[ Y[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ] ] ] #^ =^ q^ ^ ^ ^ _ _ N_ f_ _ _ _ _ 3` Q` ` ` ` ` a 6a 7a 8a 9a [a db eb {b b b b b b c c /c =c Pc Qc oc c c c c c d d -d .d d d d d d d d d e 6e 7e Me ce ye e e e e e e e e e f *f +f @f Af Bf Cf Tf tf uf vf f f f f f f f f f f f f g g +g Vg og g g g g g g g g g g $h %h &h 'h (h )h 2h Qh Rh fh gh h h h h h h h h h i i i i  i !i *i si ti )j *j +j <j \j ]j ^j _j j k @k Vk Wk ak lk k k k k k l l l Kl Ll Ul l l *m +m :m m m m m 3n vn wn n n n n n n n o o o 4o 5o 6o 7o 8o 9o fo p p Hp Sp ]p hp rp sp p p q q Fq Gq q q q q r r  s s @s Ns ^s _s js os ps zs s s s s s s s s s s s s s s s s s s  t t t t t  t !t "t ?t Mt ]t ^t it nt ot yt ~t t t t t t t t t t t t t t t t t u u u u u u #u $u %u Mu [u ku lu wu |u }u u u u u u u u u u u u u 	v 
v v v v %v *v +v 6v ;v <v Fv Kv Lv Mv fv tv v v v v v v v v v v v v v v v 4w }w w w w w w w w w w w w w w w w  x x (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x x y y y y y y y Iy Wy gy hy sy xy yy y y y y y y y y y y y y y y y  z z z z z z !z "z ,z 1z 2z 3z z z z z z z z z z 	{ { { { {  { *{ /{ 0{ 1{ P{ ^{ n{ o{ z{ { { { { { { { { { { { { { { { { | 
| | | | | )| .| /| 9| >| ?| @| [| i| y| z| | | | | | | | | | | | | | | } &} I} J} } } } } } } X~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 0 T f h        M     ( 8 9 ] ^ o  ف   : ; a         5    ԃ      .        Յ        2 < F G m      Ç ̇   ! 2 j k  W w   ۉ   " # 4  ۊ 6 t       f g     Ì    
  1 Y k l m n w ؍ ٍ   I J k l } Ȏ Ɏ ʎ ˎ          ̕   ӗ ԗ         J   X Y > S ğ ş ԟ       
   & ' , 3 8 9 > E Q R Z b g h p x             Y Z   G H   _ k     5 6  I J R S  . / ɬ N X    Ͱ ڰ     ' 8 I J ] p     ڲ ۲ x y   Ͷ ζ    7 8  Ÿ  " # l  + , S c p          , ^ _ a b c l   ޽  C k v   ޾ 8 9 : K        ǿ     = b c d f g h q     N r  a q r s            E F G H J K L U     2 V  E U V W h v w x y        0 W X Y Z \ ] ^ g     F f           E O Y Z            3 a     M N _ m n o       " # L M N P g h q s t             $   
 L    Q         , L _ r       & 9 f g h y           * = P c v w x y        E L U V l | } ~                 & c                $ > X h         $ > X Y Z [          e    	  d k t u }        1 9 N c u          0 C V i | } ~    + r  Y Z [ \ m     ' : M ` a b c l  >   h i j k |      1 D W j k l m v K r             3 H Z t         0 J Z t          2 E X k ~     C     3 4 5 F  , 3 < = E Z o          : B W l         7 8 9 : b c v           J   #   I  I J Q    & R    
 > ? P           2 C ] w         & @ Z k            ! 4 G Z m      J D  " /    F M      & E              ,  >  U  l                   , > P b y       
  5 6 7 8 ` a t           y  u    v   X 	  
 H    Y
 Z
 
 
 
  X w      * + O P U W X Y b o       < ^           <   " d    i      x y = > u    I    N          ) * = P c v x y z    % S q        , - @ S f y { | }    K L ] ^ _            #         	  / 1 2 3 < `  p  q            B! C! j! k! ! " " " # B# z# #  $ B$ $ $ % r% s% t% ~% % % % % % % % & 2& E& X& Z& p& q& z& & ' ,' d' o' ' ' ' ' ( #( +( ,( B( R( S( T( U( }( ~( ( ( ( ( ( ( ( ( ( \) w) ) ) ) ) )* 4* S* * * * * * * 
+ + + + M+ d+ e+ f+ g+ + + + + + + + + + + X, , , , - - 1- - - - - - - - - . 
.  . 3. F. Y. [. \. ]. f. . / / / 50 @0 _0 0 0 0 0 1 
1 1 1 61 71 r1 )2 [2 \2 2 3 <3 =3 o3 3 W4 X4 4 4 4 J5 y5 z5 5 7 7 7 7 8 8 8 9 9 9 9 : *: :: M: u: v: : < 5< n< < = Z= = = -> d> > > > > > > ? ? ? ? ? ? ? ? ? ? ,? 3? 8? H? I? X? Y? Z? f? g? h? i? t? x? ? ? ? ? ? ? ? 7@ 8@ =@ j@ o@ @ @ @ @ @ GA HA MA yA }A A A A A A B B B 5B :B `B aB bB lB B B B B B B B B B B B B B C C C !C "C -C 1C 8C ?C @C AC BC CC DC EC FC GC HC IC JC KC LC MC NC cC D D 0D 1D JD [D \D pD rD sD tD uD vD ~D D D D D D D D D D D D D D D D D D E E E E E E E E E 'E (E 6E 7E 8E 9E FE XE F  F G G G G I I +I I I I I I .J /J BJ gJ hJ yJ J J J J  K K SL TL AM BM 7N 8N DN N "O O O bP P P Q Q DR ER R R R R T T -T KU mU U U V -V GV HV QW RW X X PY QY Y Y Y Y Y Z +Z ]Z ^Z oZ Z Z Z Z[ [[ w[ [ \ x\ =] >] ] ] ] +^ ,^ ^ ^ )` *` a a Ob Pb c c 8c Ic c d e e yf zf g g g  h h h h h  h .h ;h <h =h >h ?h @h Dh Eh Fh Gh `h bh hh ih h h h h h h h h h h h h h h h h h h h h i i i i (i *i 0i 1i ?i Ai Gi Hi [i ]i bi ci ji oi i i i i i lk mk yk k k l )l ]l pl l l l m 8m Km m m m m #n =n Mn n n n n n n n p p p ?p Np ap bp {p p p p p p p 
q =q >q ?q sq q q q q q 2r 3r =r Hr {r r r r r r r r s s -s /s Fs Gs Ps rs ss s s s s s s s s s s t t t ;t <t =t >t ?t @t It jt kt t t t t t t t 
u "u 7u Qu Ru gu hu yu u u u u u u u u u u u u v v 'v Cv Dv Yv Zv kv v v v v v v v v v v w w w w w w w w w w x x x x x x 
y =y Gy Qy Ry sy y y y y y y z z z z z ){ n{ o{ { { | | 6| 7| 8| 9| :| ;| D| | | | | | | | | | } } } } } } ~ ~ ~ q~ ~ ~ ~ ~ ~   U       ހ     
     ) . / 9 > ? @ ^ l | }              ݁      
    ( - . 8 = > ? a o               Â   	 
    % * + 6 ; < F K L M        Ã ȃ Ƀ ԃ ك ڃ       " # . 3 4 > C D O T U _ d e f ҄  = K [ \ g l m w | }        ƅ ԅ             ! & ' ( U c s t                     ! & ' 2 7 8 B G H I o }            ʇ χ Ї ч = > m {            Ȉ ͈ Έ ψ    
    ( - . 9 > ? I N O P |          ǉ ̉ ͉ ׉ ܉ ݉ މ     # ( ) 3 8 9 D I J T Y Z [   Ċ   > ? L M N q   + = > H S     Ό      ' { |    J    Ǝ ֎ ׎   
 ^ w   ؏ ُ  . / 0 1 2 ;   Ӑ 2 = Y r      ̑      > ? s        Д ڔ    : L ^ _ ` a j    Е  	    6 \ y     җ # y Ԙ  U V W X ~    9 K L V a     Ϛ  	 
    v w     	 
  f g h i  / S     - X Y j   q r              ܬ  b c r          ĭ ŭ ʭ ѭ ֭ ׭ ܭ           " # + 2 7 8 @ G S T U V   O P      	   < = Ӵ Դ &     B ̹ ͹ g   < = ^ k x     ž ־     % < = H x y     k l ? P    5 c    
 Z      : > ? I T            
 I U |   	  M W |       ! " # O P Z e              N Z          " 0 1 2 < G z             2 > e    z          C M X              D P w    < x y z           & P Q R T U V _      N k       
 G d n y              # b  I J [        s t   ! Y   D E O Z         # 6 8 O P Y       D K S T j z { | }            C q         
         ! " # K l m                m t } ~          : B W l ~         ! A f y       1      	    0 E W q         - G W q              &    Y      ^ _           
    h    	  m n        	 
     T  < = > O           , < V p x        , - . / @        	     (  A }  $     N       
 " 4 N h y       
  1 K e v            ' : M ` a b c l 0   ; n  7          . }    $ P |     2 9 B C K ` u        & @ Q k s       	 # = N h y               ! *   J	 	 	 :
 
 -   + J i     $
 %
 &
 7
 {
 
 
 
 
 
 
 
 
 
 
 ! 2 I ` q            . E V m            % 8 K ^ ` a b k } E    M    2 d     S T [   8 x     4 S r s            
 / Q s       3 4 E x            ! 9! q! ! " \" ]" " V# W# $ $ $ $ % p% q% % % & V& & & A' B' L' W' ' ' ' ' ' ' ' ' ( ( ( ( ( !( i( ( ( ( ) )) `) ) ) ) ) ) ) ) ) ) * * * * * $* B* f* * * * * * %+ &+ 9+ L+ _+ r+ t+ u+ v+ + + + D, E, V, W, X, , , , , , , , , , , , - . .  . !. ". #. T. . . / 	/ :/ 20 30 g0 0 0 1 ]1 1 1 %2 l2 2 3 3 3 3 '3 Z3 d3 n3 o3 3 3 3 3 3 3 3 4 4 4 4 4 4 5 
5 95 {5 |5 5 5 5 5 5 5 5 5 5 5 6 6 /6 B6 U6 h6 j6 k6 6 6 6 6 7 F7 c7 |7 7 7 7 7 8 E8 d8 e8 f8 w8 8 8 8 8 8 9 9 9 9 -9 .9 A9 T9 g9 z9 |9 }9 ~9 9 9 : X: j: : : : <; @; A; B; C; T; ; ; ; ; ; ; ; ; ; ; ; < s< < U= = = = = j> k> l> }> > > > > > > ? ? ? ? 3@ @ @ @ 
A A A A KB LB B B C C PC "E OE PE E ?F yF zF F aG bG G G G G G H H ZH I I J bJ J J 4K K K L dL eL pL |L L L L L L L L L L L L L L L L L L L L L M M M M M M )M 1M =M >M CM zM M M M M N 
N RN SN XN N N N N N O O 5O 6O ;O sO xO O O O O O O O  P 
P YP ^P jP kP nP xP yP |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 Q Q Q Q Q Q Q Q R R R R R R R "R #R ,R 0R 1R DR PR QR RR SR TR fR R R R R R R R R R R R R R R R R R R R R R R S S T T U U V V V "W /W wW xW W W W W X X X WX XX YX fX X 5Y Y Y Z Z [ [ [ e\ \ 1] ]  ^ g^ h^ '_ _ _ _ !` ?` @` S` a a a b c tc c c c c c d d f f f f :g Fg Ug ag bg g g g g 
h Vh [h h h h i i i j j j -k }k ~k k k nl ol m m 6o 7o o o p p p p q Qr s s t t u u u u u u u u u u u u u u u u u u u u u  v v v  v "v 'v (v 6v 8v >v ?v Rv Tv Zv [v pv rv wv xv v v v v v v v v v v v v v v v v v v  w w w 
w (w )w *w +w ,w 
y y y _y yy y y y z Bz Vz z z z z { ;{ o{ { { { { | >| r| s| t| u| | } } } } } }  ~ ~ L~ M~ k~ y~ ~ ~ ~ ~ ~ ~  ' = S i j      # - . U r s    ˀ ̀      % & J f g | } ~      ف ځ ہ ܁ ݁ ށ   	   8 T U g    Ղ      7 8 9 ` a b c d e n     Ń     	 ) * + X Y Z [ \ ] f   e f g x      H |     ۆ     > T V    ) * f g v ǈ  
  o   ԉ Չ ։ ׉ ؉ ى  = > O p q r s t u  B C        & > U     9 : $ % < Q |          ǎ ̎ ͎ ׎ ܎ ݎ ގ  
   & + , 6 ; < G L M W \ ] ^ {          Ə ˏ ̏ ֏ ۏ ܏ ݏ  
   ) . / 9 > ? J O P Z _ ` a        Ð Ȑ ɐ Ԑ ِ ڐ     ' 5 E F Q V W a f g r w x         ̑ ё ґ ܑ          p  ے     
     & + , 6 ; < = d r             ē œ Ɠ      " # - 2 3 > C D N S T U         Ĕ Ŕ Д Ք ֔     
  + , 7 < = G L M X ] ^ h m n o ە ܕ   ) * 5 : ; E J K V [ \ f k l m        Ɩ ˖ ̖ ז ܖ ݖ      ( 8 9 D I J T Y Z e j k u z { |      Ɨ Ǘ ї ֗ ח         = b   ܘ ݘ       ə ۙ ܙ   $ . 8 9 l      Ś   : ;    C S d t u      . G v w  ̝ ͝ Ν ϝ Н ٝ ! " q О ۞   * ? W X Y j ! " # $ M ܠ ݠ  # 5 6 % & 0 ; n x    آ       M N ] n   %   Ԥ   9 : ^ _ p   r          ק     2 < F G m         5 6          7 ͪ  & '  ˯    N O   C D V   # $ 9  & )   z      " 5 6 ; C H I N V b c h o t u z            ɻ л ջ ֻ ޻            A B   # $   q r       j k       	  # 0 A R c t             6 7 	 
   # s t   . ^ _   g h         % / 9 : h          A       t u v          6 @ J K y           J   4            " , - [            . n               ) 3 = > l            C       ) 7 8 9 C N             < H o    	 @           J T ^ _             6    + , - . / 0 `   F    >      + 5 ? @ h          b u              C f y          = > ? P                 
  0 C V W X Y b  A T : ; < = N     $ 9 N ` z       
  6 P ` z         * + , - 6   C D E V          ) 9 S m u        ) * + , T l         J g          % > c v       R z          4 5 Z m              ;     @ A H Q R Z o         + @ R l         1 2 Z [ n            /  o p q   h o x y       	 	 1	 K	 \	 v	 ~	 	 	 	 	 	 
 
 .
 H
 Y
 s
 t
 u
 v
 
 
 
 
 
 
 
 
    
  %   
 _
 
 *  /      2 b     F z {         ( : T n       	  & ; P b |        1 2 3 4 \ ] p            ^ k  O       , C b         ) * 2 D V h z        % 6 M N V h z        " 3 I Z q r s t            	     3! ! ! 6" U" " " # # =$ \% & & & & ( ( ( ) 5) T) ) ) ) ) * * "* f* g* * * * * * * * * * * + 3+ 4+ V+ x+ + + + + + , ;, <, =, >, x, (. *. ^. . . / V/ / / / M0 0 0 1 1 y2 z2 2 3 3 C3 3 3 3 ;4 4 4 4 4 4 (5 25 <5 =5 e5 f5 y5 5 5 5 5 5 5 5 6 *6 a6 6 6 6 6 ,7 -7 >7 ?7 @7 h7 i7 |7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 ;9 _9 9 9 9 9 9 : : 2: E: X: k: m: n: o: x: : ; ; ; ; ; ; ; ; ~< < < < < = = > G> ~> > > <? ~? ? 
@ Y@ @ @ @ @ @ @ A A 
A 5A 6A [A nA A A A A A A %B VB hB B B B C C +C XC _C gC hC ~C C C C C C C C C C D D 	D D  D )D D D D E E -E eE pE E E E F F F F IF PF XF YF F F F F F F F F F G G G G G %G G G G H CH NH mH H H H H H H I  I HI II \I oI I I I I I I J NJ J 6K qK |K K L 	L 
L L HL IL JL KL rL sL L eM M M M =N xN yN N (O O O O O #P P P P P R R R +S S T T KT T  U 5U JU fU vU U U U U BW qW W  X =X X X *Y iY Y Z Z Z Z )Z 5Z HZ LZ MZ NZ OZ PZ QZ RZ SZ TZ hZ oZ tZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ s[ t[ y[ [ [ [ [ [ -\ 1\ \ \ \ \ \ \ \ \ ] ] =] >] C] q] v] ] ] ] ] ] ] ^ 	^ ^ ^ ^ ^ #^ $^ %^ 6^ ;^ C^ J^ Q^ ]^ ^^ i^ m^ t^ {^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ R_ S_ l_ m_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` *` 7` 8` B` O` P` Q` R` S` T` U` V` c` d` r` s` t` u` ` ` [a \a Nb Ob &c 'c >d Gd gd d d e e "e je ke ~e e e e e e e f <f f g g }h ~h si ti i j ^j j 5k k l l l  m m m m m m m Wo Xo io p p q 4q Mq iq q q r r -t .t t t t t t t  u Qu gu u u u u u 8v v v v w Zw w yx zx x y y gy hy z 
z e{ f{ | | } } Y~ Z~ t~ ~ 5  6 7   ! % & < = Q R S \ j w x y z { |           Ń ƃ ԃ փ ܃ ݃         + - 2 3 M O T U d f l m { }         Ƅ Ǆ Ȅ Ʉ ʄ      K e     ( @ t   و 
 + _ y   ܉     5 > ? U {       	  * + I y z {  Ō ی    n o y    ˍ ̍    ' = S i k      Î Ď        . N O P w x y z { |      ֏    0 I ^ s      Ր ֐ א         + , @ A c      Ǒ ȑ ɑ        M N     6 7 8 9 Y   0 1 ; F y     ܔ   % & / Ǖ ȕ    e    
 P Q r s t u v w  ۗ ܗ        @   " - 7 B L M  ę ܙ    ! \  ך ؚ  Û ڛ   ( 8 9 D I J T Y Z e j k u z { |     Ĝ ɜ ʜ Ԝ ٜ ڜ         ' 7 8 C H I S X Y d i j t y z {     ǝ ̝ ͝ ם ܝ ݝ        ' 5 E F Q V W a f g r w x     Ş Ӟ              % & ' @ N ^ _ j o p z           W y          Ġ ɠ ʠ Ԡ ٠ ڠ ۠     ! , 1 2 < A B M R S ] b c d        ˡ С ѡ ܡ       # 1 A B M R S ] b c n s t ~      ɢ ʢ բ ڢ ۢ          
 y z   ǣ ȣ ӣ أ ٣        	 
  * 8 H I T Y Z d i j u z {      Ƥ ֤ פ         	     5 C S T _ d e o t u         ۥ   # $ z {     2 3 g y z   § ̧ ֧ ק 
 . @ B Y Z c   ب ٨ '        7 8 I   ̪    ; j k l m n w    n y   Ȭ ݬ        ­  z {   Ӯ Ԯ ï į ί ٯ     ! G v           D E ñ 1 Q r   ײ ز    _   N       @ A u     е ڵ    3 E F G H Q   Ӷ Զ # $ E F W     շ k  ĺ ź \ i           Z [    $   2 3  -                 
     + , 4 < A B J R ^ _ g n s t |      3 4   ! "   9 E   x y   b # $ , - ~  	  ( 2 x y          # $ 7 J a x y    R S     {     q     F    - = J v z {        8 9 ; < = F      E P       % \ ] ^ _          < = > @ A B K     ( L  ; K L M ^ l m n x          ! " $ % & / n z    0   / 0 1 B P Q R S        
 1 2 3 4 6 7 8 A       @ x           ) 3 4 b          
 ; [    ' ( 9 G H I         & ' ( * A B K M N _                & ]   +          & 9 L _ r t       @ A B S             * = P Q R S \        & / 0 F V W X Y Z [ \ ] ^ _            =                      2 B \ v ~        2 3 4 5 ] }        ? m     > E N O W l         ( = O i         
  0 C V W X Y b   L  3	 4	 5	 6	 G	 	 	 	 	 
 
 '
 :
 ;
 <
 =
 F
 
  [  B C D E V      
 
 1
 D
 E
 F
 G
 P
 % L   x y z        
 " 4 N h x       
 $ 4 N h i j k |       2 E X Y Z [ d  }   ` 
       
    4 I ^ p         1 F [ m           < = P c v       l  $ w   s  #  # $ + j     , `      * n u ~            7  Q  b  |               ! ! 4! E! _! y! ! ! ! ! ! ! ! ! ! " !" 4" G" Z" [" \" ]" f" $# $ $ $ 	% v% % i&  ' '' g' ' ' ' '  ( ( `( a( b( s( ( ( ( ( ( ( ( ) ) /) F) ]) n) ) ) ) ) ) ) ) ) * * ** <* S* j* * * * * * * * + + + + :+ ;+ N+ a+ t+ + + + + + + , - S. . O/ / / / P0 n0 0 21 1 2 "4 4 4 4 36 46 t6 6 6 6 27 Q7 p7 7 7 7 7 8 8 )8 *8 /8 18 28 38 <8 I8 k8 8 8 8 8 8 9 89 Z9 o9 p9 9 9 9 9 9 9 : ; ; ; >< u< < < C= = = = > > R? S? @ @ O@ @ @ @ #A ZA A A (B }B ~B B B B B B B C C C *C =C PC RC SC TC ]C C C C -D KD eD D D D D D D E E E -E @E SE UE VE WE `E ~E E %F &F 7F 8F 9F aF bF uF F F F F F F F F F G G G G G G G G G G 	H H H 
H H :H H JI KI \I ]I ^I _I I J J DJ EJ vJ nK oK K K L TL L L M aM M M LN MN NN XN cN N N N N N N N O O 2O 4O JO KO TO O O P >P IP uP P P P P P Q Q Q ,Q -Q .Q /Q WQ XQ kQ ~Q Q Q Q Q Q Q Q 6R QR R R R R S S -S [S S S S S S S S S S 'T >T ?T @T AT iT jT }T T T T T T T T 2U ZU U U U U V xV |V }V ~V V V V V V V V 
W  W 3W 5W 6W 7W @W W W X X Y Y 9Y Y Y Y Y Y Y Y Y Z Z LZ [ 5[ 6[ o[ [ \ \ I\ \ 1] 2] ] ] ] $^ S^ T^ ^ ^` ` ` ` {a a a a b b b b c c 'c Oc Pc c d e He e e 4f pf f g >g g g g g g g g g g g g g g g g g h 
h h "h #h 2h 3h 4h @h Ah Bh Ch Nh Rh eh mh yh zh h h h i i i Di Ii i i i i i !j "j 'j Sj Wj qj rj wj j j j j j k k :k ;k <k Fk k k k k k k k k k k k k k k k k k k l l l l l l l l l l  l !l "l #l $l %l &l 'l (l =l l l 
m m $m 5m 6m Jm Lm Mm Nm Om Pm Xm ^m _m hm lm mm m m m m m m m m m m m m m m m m m m m m m n n n n n n  n 2n n n o o p p q q r ^r kr r r r s 	s s As Bs Ss s s s s s qt -u .u v v w w w w w mx x <y y y cz z { { ]{ {{ |{ { | | } %~ G~ ~ ~ ~  ! " + , ˁ ́ * + v       7 8 I   փ 4 5 Q   R   i         r s ) *    # ӌ  Ԏ Վ S T  Ð Đ ڐ ې                ! : < B C \ ^ c d r t z {         ɑ ˑ Б ё       
    ! " 5 7 < = D I d e f g h F G S     7 J ~  ƕ ޕ  % Y w  ɖ   ' [ z     ӗ ܘ ݘ   ( ; < U     ș ə     M c y     
  " U _ i j    ś ۛ   	   ! * L M a b        ̜          # D E Y Z t    Ν    + , A B S s t u        ɞ ʞ ޞ ߞ    3 4 E e f g              Ԡ ՠ ֠ נ    Ρ ϡ ١   ! + , M z   â Ģ ͢ e f     H I Z           y z        ޥ ~   ˦ զ    K b z     / u v ` a x   Ʃ ֩ ש         	     8 F V W b g h r w x         Ū ժ ֪              ; I Y Z e j k u z {        ū ӫ              % & ' c q             ì Ĭ Ŭ ެ     
     ) . / 9 > ? @    % 5 6 A F G Q V W b g h r w x y     ʮ Ϯ Ю ڮ ߮          / = M N Y ^ _ i n o z        ϯ ߯             ! " # I W g h s x y             G U e f q v w           ȱ ֱ            # ( ) * V d t u              Ӳ       
    # $ . 3 4 5 Y y   ³   & ' ( K д Ѵ    " - ` j t u  ̵ ޵     U V v w Ŷ $ Z      շ ַ  8 Q j    ٸ  	 
    ] ^    3 L f {     ] ^ _ `    M _ q r a b l w       & 8 9 : ; D       a Ͽ   6 S u v     S   / 0 1 2 X Y    % & 0 ; n x          P Q q r      @ A B C s 	 - b c   2 3 D   K L      _ ` u  b e     < = L ^ q r w                             ! - . / 0   ) *   } ~   _ `              A     8 E R _ l }           " R S   r s E F  * _    = j    4         # . a k u v        # / V }    ' 1 V         ) * 4 ? r |           ( 4 [    p      
    ! T ^ h i            ? j   T           ' 2 e o y z           * Q     R S T e s t u         * + , . / 0 9 x     ( 	 E 	 | 	  	  	  	  	  	  	 !	 >	 H	 S	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 <	 r	 #	 $	 5	 g	 h	 i	 j	 k	 l	 	 M	 N	 	 	 	 3	 z	 	 	 	 )	 4	 g	 q	 {	 |	 	 	 	 	 	 		 		 )		 *		 3		 		 		 		 		 		 		 
	 %
	 -
	 .
	 D
	 T
	 U
	 V
	 W
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 	 K	 y	 z	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 %	 F	 G	 l	 	 	 	 	 	 	 	 }
	 
	 v	 w	 x	 y	 	 G	 N	 W	 X	 `	 u	 	 	 	 	 	 	 	 	 1	 F	 X	 r	 	 	 	 	 	 	 	 	 	 @	 S	 f	 g	 h	 i	 r	 	 	 	 	 	 	 	 	 	 	 	 
	 	 1	 K	 e	 u	 	 	 	 	 	 	 	 !	 1	 K	 e	 f	 g	 h	 	 	 	 	 	 	 	 	 	  	 	 	 	 3	 	 	 	 	 	 8	 9	 a	 z	 	 	 	 	 	 	 	 	 	 	 	 B	 	 	 	 	 	 G	 H	 p	 q	 	 	 	 	 	 	 	 	 	 	 	 .	 w	 	 	 	 )	 |	 }	 	 	 	 	 	 	 	 	 	 	 0	 J	 R	 g	 |	 	 	 	 	 	 	 	 	 		 	 m	 n	 	 	 	 	 	 	 	 	 	 	  	  	 !	 W!	 k!	 !	 "	 "	 "	 "	 (#	 #	 #	 #	 #	 #	 #	 #	 #	 $	 ($	 B$	 S$	 m$	 $	 $	 $	 $	 $	 $	 $	 %	 %%	 ?%	 P%	 j%	 %	 %	 %	 %	 %	 %	 %	 %	 %	 &	 &	 '&	 :&	 ;&	 <&	 =&	 F&	 
'	 a'	 '	 (	 H(	 (	 )	 f)	 )	 k*	 *	 *	 *	 +	 W+	 n+	 +	 +	 +	 *,	 V,	 ,	 ,	 ,	 ,	 -	 -	 -	 -	 %-	 :-	 O-	 d-	 v-	 -	 -	 -	 -	 -	  .	 .	 +.	 E.	 M.	 b.	 w.	 .	 .	 .	 .	 .	 .	 /	 (/	 B/	 S/	 m/	 n/	 o/	 p/	 /	 /	 /	 /	 /	 /	 /	 /	 /	 /	 0	 0	 1	 $2	 2	 2	 3	 3	 4	 4	 4	 5	 $5	 C5	 h5	 5	 5	 5	 5	 5	  6	 6	 U6	 \6	 e6	 f6	 n6	 6	 6	 6	 6	 6	 6	 6	 7	 #7	 :7	 K7	 a7	 r7	 7	 7	 7	 7	 7	 7	 7	 7	 8	 8	 08	 G8	 ^8	 o8	 8	 8	 8	 8	 8	 8	 8	 8	 8	 8	 9	 %9	 89	 :9	 ;9	 <9	 E9	 W:	 ;	 ;	 o<	 <	 '=	 r=	 =	 =	 >	 >>	 >	 y?	 @	 A	 -B	 .B	 5B	 C	 C	 D	 RD	 qD	 D	 D	 D	 E	 -E	 LE	 ME	 ^E	 E	 E	 E	 E	 E	 E	 E	 E	 E	 E	 	F	 +F	 MF	 oF	 pF	 F	 F	 F	 F	 
G	 G	 G	 RG	 wG	 xG	 yG	 zG	 G	 dI	 fI	 I	 I	 J	 KJ	 J	 J	 6K	 7K	 K	 0L	 1L	 L	 L	 M	 M	 M	 JN	 KN	 N	 N	 N	 0O	 wO	 O	 P	 P	 &P	 1P	 dP	 nP	 xP	 yP	 P	 P	 P	 P	 P	 P	 P	 P	 P	 P	 CQ	 fQ	 Q	 Q	 Q	 R	 :R	 hR	 iR	 zR	 {R	 |R	 R	 R	 R	 R	 R	 R	 R	 R	 R	 R	 S	 @S	 S	 S	 S	 S	 S	 S	  T	 T	 &T	 9T	 LT	 NT	 OT	 PT	 YT	 wT	 T	 U	 U	 0U	 1U	 2U	 ZU	 [U	 nU	 U	 U	 U	 U	 U	 U	 U	 U	 [V	 V	 V	 V	 V	 V	 V	 .W	 W	 W	 W	 W	 X	 Y	 
Y	 AY	 Y	 Y	 Y	 7Z	 xZ	 Z	 Z	 F[	 [	 [	 [	 [	 [	 \	 4\	 >\	 H\	 I\	 q\	 r\	 \	 \	 \	 \	 \	 \	 \	 \	 a]	 ]	 ]	 ]	 ]	 ^	 U^	 V^	 g^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 	_	 _	 /_	 B_	 D_	 E_	 [_	 \_	 e_	 _	 _	  `	 =`	 V`	 i`	 `	 `	 `	 `	 a	 >a	 ?a	 @a	 Qa	 a	 a	 a	 a	 a	 a	 a	 a	 a	 b	 b	 b	 .b	 Ab	 Tb	 Vb	 Wb	 Xb	 ab	 b	 b	 2c	 Dc	 c	 c	 c	 d	 d	 d	 d	 d	 .d	 [d	 \d	 d	 d	 d	 d	 d	 d	 d	 d	 d	 d	 Me	 e	 /f	 rf	 f	 f	 f	 Dg	 Eg	 Fg	 Wg	 g	 g	 g	 g	 g	 g	 g	 h	 h	 h	 
i	 yi	 i	 i	 i	 dj	 j	 j	 %k	 &k	 _k	 k	 k	 k	 *l	 m	 )n	 *n	 gn	 o	 So	 To	 o	 ;p	 <p	 qp	 p	 p	 p	 p	 p	 p	 4q	 ~r	 r	 r	 <s	 ys	 s	 t	 ft	 t	 t	 >u	 ?u	 Ju	 Vu	 eu	 qu	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 v	 v	 v	 v	 v	 Tv	 Yv	 v	 v	 v	 v	 v	 ,w	 -w	 2w	 iw	 mw	 w	 w	 w	 w	 w	 x	 x	 x	 Mx	 Rx	 yx	 zx	 x	 x	 x	 x	 x	 x	 x	 3y	 8y	 Dy	 Ey	 Hy	 Ry	 Sy	 Vy	 _y	 `y	 ay	 ry	 wy	 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	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 {	 
{	 {	 {	 *{	 +{	 ,{	 -{	 .{	 @{	 Z{	 [{	 f{	 s{	 t{	 ~{	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 |	 |	 }	 }	 b~	 c~	 z	 	 	 	 		 Q	 R	 ^	 	 	 	 ߀	 	 	 1	 2	 3	 @	 x	 	 ˂	 ̂	 	 	 	 	 	 ?	 	 	 q	 چ	 A	 B	 	 \	 	 	 	 	 	 -	 	 	 	 Ë	 	 N	 p	 	 	 	 	 ɍ	 ʍ	 i	 j	 ȏ	 ɏ	 	  	 /	 ;	 <	 	 	 Ր	 ֐	 	 0	 5	 t	 ґ	 ӑ	 	 Y	 	 	 	 	 	 W	 X	 	 	 H	 I	 	 	 	 	 ǘ	 Ș	 	 	 	 	 q	 +	 r	 s	 	 	 ]	 a	 b	 x	 y	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ؞	 ڞ	 	 	 	 	 	 	 	 	 	 	 ,	 .	 4	 5	 J	 L	 Q	 R	 g	 i	 n	 o	 	 	 	 	 	 	 	 	 	 	 	 	 ӟ	 ՟	 ڟ	 ۟	 	 	 	 	 	 	 	 	 	 	 9	 S	 	 	 բ	 	 	 0	 d	 |	 	 ã	 	 	 I	 g	 	 	 Ť	 	 	 L	 M	 N	 O	 q	 z	 {	 	 	 Ʀ	 ٦	 ڦ	 	 &	 '	 E	 S	 f	 g	 	 	 	 	 	 	 	 -	 C	 D	 	 	 	 	 	 	 	 	 /	 L	 M	 c	 y	 	 	 	 	 	 ȩ	 	 	 	  	 $	 @	 A	 V	 W	 X	 Y	 j	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 .	 /	 A	 l	 	 	 	 ɫ	 ʫ	 ߫	 	 	 	 	 	 :	 ;	 <	 =	 >	 ?	 H	 g	 h	 |	 }	 	 	 	 Ѭ	 Ҭ	 	 	 	 	 2	 3	 4	 5	 6	 7	 @	 	 	 ?	 @	 A	 R	 r	 s	 t	 u	 	 "	 V	 l	 m	 w	 	 	 	 ɯ	 ʯ	 	 	 .	 0	 a	 b	 k	 	 	 @	 A	 P	 	 	 	 	 I	 	 	 	 	 	 	 	 	 	 	 	 )	 J	 K	 L	 M	 N	 O	 |	 	 	 ^	 i	 s	 ~	 	 	 	  	 	 /	 \	 ]	 	 ͵	 	 	 	 	 	 +	 V	 d	 t	 u	 	 	 	 	 	 	 	 	 	 	 	 	 	 ַ	 	 	 	  	 	 	 	 	 	 !	 &	 '	 1	 6	 7	 8	 U	 c	 s	 t	 	 	 	 	 	 	 	 	 	 	 	 	 	 ٸ	 	 	 	 	 	 		 	 	 	 $	 )	 *	 4	 9	 :	 ;	 c	 q	 	 	 	 	 	 	 	 	 	 	 	 	 ù	 Ĺ	 Ź	 	 	 	  	 +	 0	 1	 ;	 @	 A	 L	 Q	 R	 \	 a	 b	 c	 |	 	 	 	 	 	 	 	 	 	 Ǻ	 ̺	 ͺ	 ׺	 ܺ	 ݺ	 ޺	 J	 	 	 û	 ӻ	 Ի	 ߻	 	 	 	 	 	  	 	 	 	 	 	 	 >	 L	 \	 ]	 h	 m	 n	 x	 }	 ~	 	 	 	 	 	 	 	 ͼ	 ۼ	 	 	 	 	 	 	 	 
	 	 	 	 (	 -	 .	 /	 _	 m	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 !	 &	 '	 2	 7	 8	 B	 G	 H	 I	 	 	 	 	 	 	 	 	 	 	 $	 %	 0	 5	 6	 @	 E	 F	 G	 f	 t	 	 	 	 	 	 	 	 	 	 	 	 	 ƿ	 ǿ	 ȿ	 	 	 	 	 	 #	 $	 .	 3	 4	 ?	 D	 E	 O	 T	 U	 V	 q	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 <	 _	 `	 	 	 	 	 	 	 n	 o	 	 	 	 	 	 	 	 	 	 F	 j	 |	 ~	 	 	 	 	 	 	 	 c	 	 	 	 -	 >	 N	 O	 s	 t	 	 	 	 	 !	 P	 Q	 w	 	 	 	 	 	 	 	 	 K	 	 	 	 	 	 	 1	 2	 3	 D	 	 	 	 	 '	 	 	 	 	 	 	 	  	 
	 	 H	 R	 \	 ]	 	 	 	 	 	 	 	 	 '	 (	 7	 H	 	 	 	 m	 	 	 	 	 	 	 8	 9	 J	 	 	 L	 	 	 	 	 	 	 	 |	 }	 	 	 	 	 	 	 	  	 !	 G	 o	 	 	 	 	 	 	 	 	 	 _	 `	 	 	 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 (	 )	 	 	 	 	 0	 	 	 	 	 	 `	  	 	 n	 o	 T	 i	 	 	 	 	 	 	 	 	 "	 #	 (	 0	 <	 =	 B	 I	 N	 O	 T	 [	 g	 h	 p	 x	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 o	 p	 	 	 ]	 ^	 	 	 u	 	 	 	 	 	 K	 L	 	 _	 `	 h	 i	 	 D	 E	 	 d	 n	 	 	 	 	 	 	 
	 	 ,	 =	 N	 _	 `	 s	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 M	 N	 	 	 	 8	 9	 	 	 A	 B	 i	 y	 	 	  
  
  
  
  
 	
 
 
 B
 t
 u
 w
 x
 y
 
 
 
 
 
 Y
 
 
 
 
 
 N
 O
 P
 a
 
 
 
 
 
 
 
 
 
 
 $
 %
 S
 x
 y
 z
 |
 }
 ~
 
 
 
 
 $
 d
 
 
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 5
 [
 \
 ]
 ^
 `
 a
 b
 k
 
 
 
 
 H
 l
 
 [	
 k	
 l	
 m	
 ~	
 	
 	
 	
 	
 	
 	
 	
 

 

 

 

 F

 m

 n

 o

 p

 r

 s

 t

 }

 

 

 

 
 \
 |
 
 
 
 
 
 
 
 
 
 (
 [
 e
 o
 p
 
 
 
 
 
 
 
 
 
 "
 I
 w
 
 
 
 
 c
 d
 u
 
 
 
 
 
 
 
 $
 .
 8
 9
 b
 c
 d
 f
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 

 :
 
 
  
 b
 
 
 
 g
 
 
 
 
 
 
 
 
 B
 b
 u
 
 
 
 
 
 
 
 <
 O
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 @
 S
 f
 y
 
 
 
 
 
 
 
 
 
 
 *
 [
 b
 k
 l
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 0
 1
 2
 3
 <
 y
 
 .
 
 
 
 
 (
 
 
 
 
 
 
 (
 :
 T
 n
 ~
 
 
 
 
 
 
 
 *
 :
 T
 n
 o
 p
 q
 
 
 
 
 
 
 
 
 
 {
 
  
  
  
 0 
 z 
  
  
  
  
  
  
  
  
 !
 !
 -!
 G!
 O!
 d!
 y!
 !
 !
 !
 !
 !
 "
 "
 "
 "
 ."
 F"
 Y"
 l"
 "
 "
 "
 "
 "
 "
 $#
 A#
 #
 #
 o$
 p$
 q$
 r$
 $
 $
 $
 $
 %
 =%
 P%
 c%
 v%
 w%
 x%
 y%
 %
 ,&
 T&
 &
 &
 ~'
 '
 '
 '
 '
 '
 '
 (
 (
 4(
 G(
 Z(
 m(
 (
 (
 (
 (
 (
 a)
 )
 )
 *
 *
 *
 *
 *
 +
 +
 "+
 ++
 ,+
 4+
 I+
 ^+
 p+
 +
 +
 +
 +
 +
 +
 ,
 ,
 ,,
 F,
 `,
 p,
 ,
 ,
 ,
 ,
 ,
 ,
 -
 -
 4-
 5-
 H-
 [-
 n-
 -
 -
 -
 -
 -
 -
 Y.
 .
 .
 	/
 /
 I0
 J0
 K0
 \0
 0
 B1
 I1
 R1
 S1
 [1
 p1
 1
 1
 1
 1
 1
 1
 2
 %2
 62
 P2
 X2
 m2
 2
 2
 2
 2
 2
 2
 3
 "3
 33
 M3
 N3
 O3
 P3
 x3
 y3
 3
 3
 3
 3
 3
 3
 3
 3
 3
 4
 4
 `5
 5
 5
 96
 6
 7
 _7
 	8
 _8
 `8
 g8
 8
 8
 9
 <9
 h9
 9
 9
 9
  :
 T:
 U:
 f:
 :
 :
 :
 :
 :
 :
 :
 ;
 ;
 .;
 H;
 Y;
 s;
 ;
 ;
 ;
 ;
 ;
 ;
  <
 <
 *<
 <<
 V<
 p<
 <
 <
 <
 <
 <
 <
 =
 =
 
=
 =
 6=
 7=
 J=
 ]=
 p=
 =
 =
 =
 =
 =
 =
 `>
 Z?
 ?
 8@
 E@
 @
 )A
 A
 \B
 cB
 B
 B
 B
 C
 C
 <C
 [C
 C
 C
 C
 C
 C
 C
 D
 D
 D
 D
 0D
 BD
 TD
 kD
 D
 D
 D
 D
 D
 D
 D
 E
 'E
 (E
 0E
 BE
 TE
 fE
 xE
 E
 E
 E
 E
 E
 E
 
F
 #F
 4F
 KF
 LF
 MF
 NF
 vF
 wF
 F
 F
 F
 F
 F
 F
 F
 F
 F
 G
 H
 I
 
J
 J
 J
 K
 /K
 K
 K
 K
 nL
 M
 6N
 ^O
 O
 O
 O
 oQ
 pQ
 Q
 Q
 R
 .R
 nR
 R
 R
 R
 R
 R
 R
 @S
 AS
 eS
 fS
 kS
 mS
 nS
 oS
 xS
 S
 S
 S
 S
 
T
 T
 0T
 RT
 tT
 T
 T
 T
 T
 T
 U
 U
 U
 U
 RU
 W
 W
 8W
 zW
 W
 W
 0X
 X
 X
 X
 'Y
 Y
 Y
 Z
 Z
 S[
 T[
 [
 [
 [
 \
 _\
 \
 \
 ]
 d]
 ]
 ]
 ]
 ]
 ^
 ^
 ^
 ^
 ?^
 @^
 S^
 f^
 y^
 ^
 ^
 ^
 ^
 ^
 ^
 _
 ;_
 i_
 _
 _
 _
 `
 `
 `
 `
 `
 B`
 C`
 V`
 i`
 |`
 `
 `
 `
 `
 `
 `
 `
 aa
 ba
 sa
 ta
 ua
 a
 a
 a
 a
 a
 a
 a
 a
 a
 a
 b
 9b
 b
 b
 b
 b
 b
 b
 b
 c
 c
 2c
 Ec
 Gc
 Hc
 Ic
 Rc
 vc
 c
 d
 d
 d
 d
 d
 d
 d
 Xe
 Ye
 e
 e
 e
 f
 f
 f
 !g
 Xg
 g
 g
 h
 Xh
 h
 h
 3i
 i
 i
 i
 i
 i
 i
 i
 i
 i
 j
 j
 5j
 Hj
 [j
 nj
 pj
 j
 j
 j
 j
 0k
 Bk
 zk
 k
 k
 k
 k
 l
 2l
 9l
 Al
 Bl
 Xl
 hl
 il
 jl
 kl
 l
 l
 l
 l
 l
 l
 l
 l
 l
 l
 m
 rm
 m
 m
 m
 m
 n
 ?n
 Jn
 in
 n
 n
 n
 n
 n
 n
 #o
 *o
 2o
 3o
 co
 zo
 {o
 |o
 }o
 o
 o
 o
 o
 o
 o
 o
 o
 o
 o
 np
 p
 p
 p
 q
 (q
 Gq
 q
 q
 q
 q
 q
 q
 q
 q
 "r
 #r
 6r
 Ir
 \r
 or
 qr
 rr
 sr
 |r
 r
 (s
 s
 t
 Kt
 Vt
 ut
 t
 t
 t
 t
 "u
 #u
 $u
 %u
 Lu
 Mu
 u
 ?v
 qv
 rv
 v
 w
 Rw
 Sw
 w
 x
 mx
 nx
 x
 x
 x
 `y
 y
 y
 y
 {
 {
 {
 |
 |
 |
 |
 %}
 }
 }
 ~
 $~
 @~
 P~
 c~
 ~
 ~
 ~
 
 K
 
 ڀ
 
 p
 
 
 C
 z
 ܂
 ݂
 
 
 
 
 "
 &
 '
 (
 )
 *
 +
 ,
 -
 .
 B
 I
 N
 ^
 _
 n
 o
 p
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 M
 N
 S
 
 
 ʄ
 ˄
 Є
 
 
 ]
 ^
 c
 
 
 
 
 
 
 
 
 
 
 K
 P
 v
 w
 x
 
 ц
 ֆ
 
 
 
 
 
 
 
 
 
 
 
 
 $
 +
 7
 8
 C
 G
 N
 U
 V
 W
 X
 Y
 Z
 [
 \
 ]
 ^
 _
 `
 a
 b
 c
 d
 y
 ,
 -
 F
 G
 `
 q
 r
 
 
 
 
 
 
 
 
 
 
 
 
 
 Ȉ
 Ɉ
 ʈ
 ˈ
 ̈
 ވ
 
 
 
 
 
 
 )
 *
 +
 ,
 -
 .
 /
 0
 =
 >
 L
 M
 N
 O
 \
 n
 5
 6
 (
 )
  
 
 
 !
 A
 
 
 
 
 
 D
 E
 X
 }
 ~
 
 ώ
 Ў
 ю
 ގ
 
 
 i
 j
 W
 X
 M
 N
 Z
 ݒ
 8
 
 
 x
 ߔ
 
 
 
 Z
 [
 
 
 
 ˖
 1
 2
 C
 a
 
 
 
 '
 C
 ]
 ^
 g
 h
 
 
 f
 g
 
 
 ͝
 ٝ
 ڝ
 +
 A
 s
 t
 
 Ξ
 Ӟ
 
 p
 q
 
 
 4
 
 S
 T
 
 
 
 A
 B
 
 
 ?
 @
 
 
 e
 f
 3
 4
 N
 _
 
 ɨ
 
 
 
 
 
 
  
 
 
 +
 ,
 -
 6
 D
 Q
 R
 S
 T
 U
 V
 Z
 [
 \
 ]
 v
 x
 ~
 
 
 
 
 
 
 
 
 
 ʬ
 ̬
 Ҭ
 Ӭ
 
 
 
 
 
 
 
 
 '
 )
 .
 /
 >
 @
 F
 G
 U
 W
 ]
 ^
 q
 s
 x
 y
 
 
 
 
 
 
 
 
 
 
 ׯ
 
 %
 ?
 s
 
 
 ΰ
 
 
 N
 a
 
 
 
 
 9
 S
 c
 
 
 
 
 
 
 
 
 
 /
 U
 d
 w
 x
 
 Ĵ
 Ŵ
 
 
 
 
 #
 S
 T
 U
 
 
 
 ˵
 
 
 H
 I
 S
 ^
 
 
 
 
 Ͷ
 
 
 
 
 -
 C
 E
 \
 ]
 f
 
 
 
 
 ·
 ޷
 ߷
 
 
 
 
 
 (
 )
 *
 Q
 R
 S
 T
 U
 V
 _
 
 
 
 
 
 ̸
 ͸
 ߸
 

 #
 8
 M
 g
 h
 }
 ~
 
 
 
 
 ع
 ٹ
 ڹ
 ۹
 ܹ
 ݹ
 
 
 
 
 
 =
 Y
 Z
 o
 p
 
 
 
 
 к
 Ѻ
 Һ
 Ӻ
 Ժ
 պ
 ޺
 '
 (
 ݻ
 ޻
 ߻
 
 
 
 
 
 3
 
 
 

 
 
  
 S
 ]
 g
 h
 
 
 ̽
 ν
 
  
 	
 
 
 ޾
 ߾
 
 ?
 
 
 
 
 *
 +
 L
 M
 N
 O
 P
 Q
 Z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 &
 '
 
 
 
 
 
 
 6
 k
 
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 V
 t
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 -
 2
 3
 >
 C
 D
 N
 S
 T
 U
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 +
 0
 1
 ;
 @
 A
 L
 Q
 R
 \
 a
 b
 c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
 
 (
 8
 9
 D
 I
 J
 T
 Y
 Z
 e
 j
 k
 u
 z
 {
 |
 
 1
 S
 a
 q
 r
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 >
 k
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 H
 M
 N
 X
 ]
 ^
 _
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 S
 T
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 .
 3
 4
 >
 C
 D
 O
 T
 U
 _
 d
 e
 f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 .
 9
 >
 ?
 I
 N
 O
 Z
 _
 `
 j
 o
 p
 q
 
 
 
 
 
 T
 U
 b
 c
 d
 
 
 
 A
 S
 T
 ^
 i
 
 
 
 
 
 
 
 
 3
 4
 =
 
 
 
 
 
 `
 
 
 
 
 
 
 
 
 #
 t
 
 
 
 
 
 
 D
 E
 F
 G
 H
 Q
 
 
 
 H
 S
 o
 
 
 
 
 
 
 
 
 
 
 
 
 T
 U
 
 
 
 
 
 
 
 
 
 
 
 
 !
 P
 b
 t
 u
 v
 w
 
 
 
 
 
 
 
 
 
 +
 L
 r
 
 
 
 
 
 
 9
 
 
 (
 k
 l
 m
 n
 
 
 
 
 O
 a
 b
 l
 w
 
 
 
 
 
 
 
  
 !
 "
 +
 
 
 
 
 
 
 
  
 1
 |
 }
 ~
 
 
 E
 i
 
 
 6
 C
 n
 o
 
 
 
 
 
 
 
 
 4
 5
 
 
 
 
 
 
 
 
 
 
 x
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 $
 ,
 8
 9
 A
 H
 M
 N
 V
 ]
 i
 j
 k
 l
 
 
 e
 f
 
 
 
 
 
 
 
 
 R
 S
 
 
 <
 
 
 
 
 X
 
 
 }
     R S t            $ ; R S ^   , -     U	 f	 	 	 	 K
 y
 
 
 
   p    
 $
 P
 T U _ j             _ k     * c m      6 7 8 9 e f p {            % d p    &   % & ' 8 F G H R ]              	 H T {   
   	 
   * + , - Y c n        
      Z f     R            
  < f g h j k l u     5 d      ! " # ] z              % ' ( 9 x  _ ` q        ! ! !  " 7" o" " # Z# [# e# p# # # # # #  $ $ &$ 9$ L$ N$ e$ f$ o$ $ $ % % % -% Z% a% i% j% % % % % % % % % & & *& +& ,& -& 6& Y& & & & & & &  ' 	' 
'  ' 0' 1' 2' 3' 4' 5' 6' 7' 8' 9' a' ' ' ' ' ' ' ' ' ' ( ( ( ) ) ) ) ) * * * * * * * * * + + 6+ P+ X+ m+ + + + + + + , 
, , , 7, W, |, , , , , , , - G- - - - - . . (. ). 1. F. [. m. . . . . . . / / )/ C/ ]/ m/ / / / / / / / / 
0 0 00 10 20 30 <0 0 0 &1 o1 
2 2 2 2 !2 t2 u2 2 2 2 2 3 3 3 3 3  3 3 3 54 ~4 5 5 5 5 05 5 5 5 5 5 5 5 6 6 6  6 !6 *6 6 &7 j7 7 R8 S8 T8 e8 8 8 8 8 8 8 8 8 9 (9 B9 R9 l9 9 9 9 9 9 9 9 : (: B: C: D: E: V: : : : : : : ; ; 2; 3; 4; 5; >; ; W< < < := = = = = d> > > > > > ? #? 8? J? d? ~? ? ? ? ? ? ? @  @ 5@ G@ a@ {@ @ @ @ @ @ @ @ @ A A *A =A PA cA vA wA xA yA A FB B B QC C C MD D D E E E F DF F F F G :G fG G G G G H HH OH XH YH aH vH H H H H H H I +I <I VI gI I I I I I I I J J 9J SJ dJ ~J J J J J J J J J J K !K 4K 5K 6K 7K @K K L `M M M PN N CO O P AP `P P P P P P :Q ;Q <Q MQ Q Q Q Q Q Q Q Q Q 	R  R 7R HR _R vR R R R R R R R R S S -S DS [S lS S S S S S S S S S T T (T ;T NT aT tT vT wT xT T U [V -W W )X cX X X *Y HY zY Z Z [ \ i] j] q] 
_ _ N_ _ _ _ ` +` J` i` ` ` ` ` ` a a 	a a a 
a a #a Ea ga a a a a a b 4b Ib Jb [b b b b b b b d d d e Oe e e f rf sf f lg mg ,h -h h h )i i i i i 4j lj j k Wk Xk bk mk k k k k k k k l l *l ,l -l .l 7l l l l m %m ?m vm m m m m m m m m n n -n /n 0n 1n :n Xn |n n  o o o o ;o <o Oo bo uo o o o o o o o Zp [p lp mp np p p p p p p p p p p q q $r %r 6r 7r 8r 9r jr r r s s Ps Ht It }t t t .u su u u ;v v v &w 'w (w 2w =w pw zw w w w w w w w x x $x %x .x x x x y #y Oy y y y y y y y y z z z 	z 1z 2z Ez Xz kz ~z z z z z z { +{ \{ y{ { { { { | 5| [| z| {| || | | | | | } } } } } C} D} W} j} }} } } } } } ~ 4~ n~ ~ ~ ~ ~ R V W X Y j        
      ƀ k            Â   & ݃   I    #    a b   - . f 8 e f  U   Ê w x   ދ   ) * p   " x   J    z {      Đ Ő Ɛ ǐ Ȑ ɐ ʐ ː ̐       
      ( , ? G S T Y       # h i n      - 1 K L Q             o t              ɔ Ք ֔                      ʕ ˕      $ & ' ( ) * 2 8 9 B F G Z f g h i j |       ǖ Ȗ ɖ ʖ ˖ ̖ ͖ Ζ ۖ ܖ       ӗ ԗ Ƙ ǘ     ߚ 8 E         - m n o |  K        { ֠ G   } ~ =    7 U V i ϥ Х   !   ŧ          P \ k w x ɫ ߫   # l q    +  ҭ ,   C   ߯    ݱ ޱ L M   Ѵ Ҵ    g   - .      ɹ ʹ ˹ Թ                6 8 = > L N T U h j p q         ź Ǻ ̺ ͺ ܺ ޺            # > ? @ A B   ! - u  ý ݽ  $ X l     3 Q   ׿   5 T             / b c         ' = S i       / 9 C D k           & ' ; < ` | }                  3 4 N j k }         - M N O v w x y z {         
   ? @ A n o p q r s |   { | }       ^          ' T j l    ? @ | }   " # 4           S T e        X Y       % < T k    	 O P : ; R g                     0 1 < A B L Q R ] b c m r s t                   # 3 4 ? D E O T U ` e f p u v w                   = K [ \ g l m w | }                    	              ! + 0 1 < A B L Q R S z                 	  ' ( 3 8 9 C H I T Y Z d i j k                  # 1 A B M R S ] b c n s t ~      ! / ? @ K P Q [ ` a l q r |                     0 > N O Z _ ` j o p {                     
   3 S x         %        : D N O        / 0 P Q   4 Y i z       + D ]          7 8    
 & @ U m n o  7 8 9 : c   ' 9 K L ; < F Q              c d s    ;     - O P t u   -   	 
   2 3       
  H R \ ]        * + K L          M   < =    
  d e % & Y Z l   9 : O  < ?       & 8 K L Q Y ^ _ d l x y ~                          	  
          W X   9 :        	 	 	    
 
     , 9 F W h y          , -   L M      9     D t u   } ~         ; E O P ~        	 0 W      0             L V ` a             5  `      J! ! ! ! ! ! ! ! ! ! ! ." 8" B" C" q" " " " " " " " " " " # D# # # .$ $ $ $ $ $ $ $ $ $ $ % % ?% I% S% T% % % % % % % % % % % & +& Y& & & & ,' -' .' ?' M' N' O' Y' d' ' ' ' ' ' ( ( ( ( 	( 
( ( R( ^( ( ( ( ) ) V) ) ) ) ) ) ) ) * "* -* `* j* t* u* * * * * * * * + + + , L, , , - A- B- C- D- E- F- v- '/ (/ \/ / / 
0 T0 0 0 0 1 1 A1 K1 U1 V1 ~1 1 1 1 1 1 1 2 2 
2 x2 2 2 2 2 2 2 2 3 3 3 .3 /3 03 13 Y3 |3 3 3 3 3 3 3 3 3 3 %4 S4 T4 U4 f4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  5 !5 F5 Y5 l5 m5 n5 o5 x5 5 W6 j6 P7 Q7 R7 S7 d7 !8 (8 18 28 :8 O8 d8 v8 8 8 8 8 8 8 9  9 29 L9 f9 v9 9 9 9 9 9 9 9 : -: @: A: B: C: L: : : Y; Z; [; l; ; ; ; ; ; ; ; < %< ?< O< i< < < < < < < < = %= ?= @= A= B= j= = = = = = = = = = `> }> > 
? ? ? ? ? ? @ @ ;@ T@ y@ @ @ @ @ @ @ @ hA A A B B B B B B !C "C JC KC pC C C C C C C C C D D E QE E E E F VF WF ^F gF hF pF F F F F F F 
G $G ,G AG VG hG G G G G G G G G G GH HH pH qH H H H H H H H H H I I 1J EJ J K K K K L ~L L L L L L L L L M M -M GM aM rM M M M M M M M N *N DN ^N oN N N N N N N N N N O O O O O  O O ;P P P "Q uQ Q @R R ES S S S S 1T HT xT T T U 0U \U U U U U U U U U V )V >V PV jV V V V V V V W W 'W <W QW fW xW W W W W W X X -X GX HX IX JX rX sX X X X X X X X X X Y Z Z t[ [ [ e\ \ ] ] ] ] ^ B^ Y^ x^ ^ ^ ^ ^ ^ /_ 6_ ?_ @_ H_ Z_ l_ ~_ _ _ _ _ _ _ ` %` ;` L` c` d` l` ~` ` ` ` ` ` ` 
a !a 8a Ia _a pa a a a a a a a a a a b b b b b 1c c d Ie e f Lf kf f f g g Sh ri j k k k l l l ,m Km jm m m m n &n 'n 8n |n }n n n n n n n n n n o 'o Io Jo lo o o o o o o ,p Qp Rp Sp Tp p >r @r tr r r %s ls s t t ct 
u u u u v v v $w %w Yw w w 
x Qx x x x  y y >y Hy Ry Sy {y |y y y y y y y y y z @z wz z z z { B{ C{ T{ U{ V{ ~{ { { { { { { { { { { | | | | | | | | |  } } &} (} )} *} 3} Q} u} } } 
~ ~ ~ 4~ 5~ H~ [~ n~ ~ ~ ~ ~ ~ ~ 5                ]  ̂  R  ك   o Ą ń Ƅ Є ۄ   " # K L q      Å ̅ ; l ~    / 0 A n u } ~      χ Ї   	    5 6 ?  Ɉ   0 C {   Ӊ     + _ f n o           . 0 1 2 ;  ҋ   Y d        5 6 ^ _ r        ' d 	 L        1 ^ _ ` a   Đ {    S    >      9  ˔ ̔  ֖   A  - . a   K ` |   Ǚ ș  X    S   @     $ 0 ? K ^ b c d e f g h i j ~            ƞ ʞ ݞ     . 3         C G    ˠ Ϡ    ' , S T Y       
    " , - 0 9 : ; L Q Y ` g s t                     h i      £ ģ ţ ƣ ǣ ȣ У ֣ ף           4 5 @ M N X e f g h i j k l y z       q r d e < = T ] } ֨  + , 8      ˩   
  R          t  K    ۰ 6   ձ    m n    ( J c      C D     	   g }    
  N   ɺ 3 p ʻ    1 2 } ~ " # { |     o p   K  L M   7 ; < R S g h i r                            $ & + , A C H I c e j k z |                      - a {    
 > V     # A u     & ' ( ) K T U k          - @ A _                  	 & ' = S i             0 1 2 3 D d e f              	  F _ t                " A B V W y          
      c d    , L M N O o  0 F G Q \        
 ; < E     * {    # f g           $ % & ' ( ) V   8 C M X b c    	 6 7 r        0 > N O Z _ ` j o p {                         / = M N Y ^ _ i n o z                        = K [ \ g l m w | }             
     & + , 6 ; < = V d t u              $ m                   & 6 7 B G H R W X c h i s x y z                 	 9 G W X c h i s x y                       ! " #             
       ! @ N ^ _ j o p z                  
     ) . / 0 K Y i j u z {              9 :       H I }           D V X o p y     =      ( ) M N _     * + Q         %         
                 " , 6 7 ]           " Z [  G g        $ u  & d       V W          ! I [ \ ] ^ g     9 : [ \ m          r
 
 
 
 
 
 
 
 
 
 
 

 p
 q
 	
 	
 	
 :

 

 

 H
 I
 .
 C
 
 
 
 
 
 
 
 
 
 
 

 


 

 

 

 #

 (

 )

 .

 5

 A

 B

 J

 R

 W

 X

 `

 h

 t

 u

 }

 

 

 

 

 

 

 

 

 

 I
 J
 
 
 7
 8
 
 
 O
 [
 
 
 
 
 %
 &
 x
 9
 :
 B
 C
 
 
 
 
 >
 H
 
 
 
 
 
 
 
 
 
 
 (
 9
 :
 M
 `
 w
 
 
 
 
 
 h 
 i 
  
  
 #
 #
 $
 $
 $
 '%
 (%
 %
 %
 %
 &
 &
 \&
 &
 '
 '
 C'
 S(
 `(
 (
 )
 )
 )
 )
 )
 )
 )
 )
 *
 N*
 O*
 Q*
 R*
 S*
 \*
 *
 *
 *
 *
 3+
 [+
 f+
 +
 +
 +
 (,
 ),
 *,
 ;,
 r,
 s,
 t,
 u,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 --
 R-
 S-
 T-
 V-
 W-
 X-
 a-
 -
 -
 -
 -
 >.
 b.
 .
 Q/
 a/
 b/
 c/
 t/
 /
 /
 /
 /
 /
 /
 /
 /
 /
 0
 50
 60
 70
 80
 :0
 ;0
 <0
 E0
 0
 0
 0
 0
 "1
 F1
 1
 52
 E2
 F2
 G2
 X2
 f2
 g2
 h2
 i2
 2
 2
 2
 2
 2
 2
 2
  3
 G3
 H3
 I3
 J3
 L3
 M3
 N3
 W3
 3
 3
 3
 3
 64
 V4
 4
 4
 4
 4
 4
 4
 4
 4
 4
 5
 55
 ?5
 I5
 J5
 x5
 5
 5
 5
 5
 5
 5
 5
 5
 5
 #6
 Q6
 q6
 6
 6
 6
 =7
 >7
 O7
 ]7
 ^7
 _7
 7
 7
 7
 7
 7
 8
 8
 8
 <8
 =8
 >8
 @8
 W8
 X8
 a8
 c9
 d9
 u9
 9
 9
 :
 :
 :
 :
 :
 :
 :
 :
 :
 ;
 <
 <
 <
 <=
 s=
 =
 =
 A>
 >
 >
 >
 >
 >
 >
 >
 >
 ?
 <?
 O?
 b?
 u?
 ?
 ?
 ?
 ?
 ?
 @
 )@
 V@
 W@
 X@
 i@
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 A
 -A
 @A
 SA
 fA
 gA
 hA
 iA
 rA
 A
 A
 A
 A
 A
 B
 5B
 <B
 EB
 FB
 \B
 lB
 mB
 nB
 oB
 pB
 qB
 rB
 sB
 tB
 uB
 B
 B
 B
 B
 B
 
C
 C
 C
 
C
 C
 SC
 C
 D
 D
 D
 D
 D
 E
 E
 E
 E
 E
 E
 E
 F
 F
 .F
 HF
 XF
 rF
 F
 F
 F
 F
 F
 F
 G
 G
 .G
 HG
 IG
 JG
 KG
 sG
 G
 G
 G
 G
 G
 G
 G
 G
 UH
 H
 H
 H
 H
 
I
 TI
 [I
 dI
 eI
 mI
 I
 I
 I
 I
 I
 I
 J
 !J
 )J
 >J
 SJ
 eJ
 J
 J
 J
 J
 J
 J
 J
 J
 K
  K
 3K
 FK
 YK
 lK
 mK
 nK
 oK
 xK
 K
 L
 bL
 L
 IM
 JM
 KM
 LM
 ]M
 M
 M
 M
 M
 N
 *N
 =N
 PN
 QN
 RN
 SN
 \N
 O
 .O
 qO
 O
 XP
 YP
 ZP
 [P
 lP
 P
 P
 P
 P
 Q
 !Q
 4Q
 GQ
 ZQ
 [Q
 \Q
 ]Q
 fQ
 ;R
 bR
 R
 R
 S
 S
 S
 S
 S
 S
 S
 T
 T
 T
 #T
 8T
 JT
 dT
 ~T
 T
 T
 T
 T
 T
 T
 U
  U
 :U
 JU
 dU
 ~U
 U
 U
 U
 U
 U
 U
 V
 V
 "V
 5V
 HV
 [V
 nV
 oV
 pV
 qV
 zV
 3W
 W
 W
 W
 vX
 #Y
 $Y
 %Y
 6Y
 Y
 Z
 #Z
 ,Z
 -Z
 5Z
 JZ
 _Z
 tZ
 Z
 Z
 Z
 Z
 Z
 Z
 [
 *[
 2[
 G[
 \[
 q[
 [
 [
 [
 [
 [
 [
 
\
 '\
 (\
 )\
 *\
 R\
 S\
 f\
 y\
 \
 \
 \
 \
 \
 \
 \
 ]
 ]
 :^
 ^
 ^
 _
 _
 _
 9`
 `
 9a
 :a
 Aa
 a
 a
 a
 b
 Bb
 vb
 b
 b
 b
 .c
 /c
 @c
 c
 c
 c
 c
 c
 c
 c
 c
 c
 d
 "d
 3d
 Md
 gd
 xd
 d
 d
 d
 d
 d
 d
 e
 e
 0e
 Je
 [e
 ue
 e
 e
 e
 e
 e
 e
 e
 e
 f
 f
 $f
 7f
 Jf
 ]f
 pf
 qf
 rf
 sf
 |f
 :g
 4h
 h
 i
 i
 i
 j
 j
 6k
 =k
 }k
 k
 k
 k
 k
 l
 5l
 vl
 wl
 xl
 l
 l
 l
 l
 l
 l
 l
 
m
 m
 .m
 Em
 \m
 sm
 m
 m
 m
 m
 m
 m
 n
 n
 
n
 n
 .n
 @n
 Rn
 in
 n
 n
 n
 n
 n
 n
 n
 o
 %o
 &o
 'o
 (o
 Po
 Qo
 do
 wo
 o
 o
 o
 o
 o
 o
 o
 p
 q
 ir
 r
 es
 s
 s
 	t
 ft
 t
 t
 Hu
 u
 w
 8x
 x
 x
 x
 Iz
 Jz
 z
 z
 z
 {
 H{
 g{
 {
 {
 {
 {
 {
 |
 |
 ?|
 @|
 E|
 G|
 H|
 I|
 R|
 _|
 |
 |
 |
 |
 |
 
}
 ,}
 N}
 p}
 }
 }
 }
 }
 }
 }
 }
 }
 ,~
 
 
 
 T
 
 À
 

 Y
 
 
 
 
 
 h
 i
 -
 .
 e
 
 Ä
 
 9
 p
 
 
 >
 
 
 
 
 ܆
 
 
 
 
 
 -
 @
 S
 f
 h
 i
 j
 s
 
 އ
 
 C
 a
 {
 
 
 
 
 
 
 
 
 0
 C
 V
 i
 k
 l
 m
 v
 
 
 ;
 <
 M
 N
 O
 w
 x
 
 
 
 Ċ
 Ɗ
 Ǌ
 Ȋ
 ъ
 
 
 
 
 
 
 
 ҋ
 Ӌ
 
 
 
 
 !
 "
 #
 ,
 P
 ӌ
 `
 a
 r
 s
 t
 u
 
 2
 3
 Z
 [
 
 
 
 
 
 2
 j
 
 
 2
 w
 
 

 b
 c
 d
 n
 y
 
 
 
 
 
 
 
 "
 5
 H
 J
 `
 a
 j
 ٓ
 

 
 T
 _
 
 ͔
 Δ
 ߔ
 
 
 
 
 2
 B
 C
 D
 E
 m
 n
 
 
 
 
 
 
 ӕ
 ԕ
 ݕ
 L
 g
 
 
 Ζ
 
 
 $
 C
 q
 
 
 
 
 ɗ
 
 
 
 

 =
 T
 U
 V
 W
 
 
 
 
 
 ̘
 Θ
 Ϙ
 И
 ٘
 H
 p
 
 
 
 
 !
 
 
 
 
 
 
 Ӛ
 Ԛ
 
 
 
 #
 6
 I
 K
 L
 M
 V
 ś
 
 
 
 %
 0
 O
 
 
 
 ϝ
 
 
 
 
 &
 '
 b
 
 K
 L
 
 
 ,
 -
 _
 ܠ
 G
 H
 
 
 ס
 :
 i
 j
 
 t
 
 
 ߤ
 
 ˥
 ̥
 
 
 
 
 
 
 *
 =
 e
 f
 
 
 %
 ^
 
 
 J
 
 ު
 
 T
 
 
 «
 Ϋ
 ݫ
 
 
  
 
 
 
 
 
 
 
 
 
 #
 (
 8
 9
 H
 I
 J
 V
 W
 X
 Y
 d
 h
 {
 
 
 
 
 ̬
 Ѭ
 '
 (
 -
 Z
 _
 
 
 
 
 
 7
 8
 =
 i
 m
 
 
 
 Ů
 ʮ
 
 
 
 %
 *
 P
 Q
 R
 \
 
 
 
 
 
 ʯ
 ˯
 ί
 ׯ
 د
 ٯ
 
 
 
 
 
 
 
 
 !
 (
 /
 0
 1
 2
 3
 4
 5
 6
 7
 8
 9
 :
 ;
 <
 =
 >
 S
 
 
  
 !
 :
 K
 L
 `
 b
 c
 d
 e
 f
 n
 t
 u
 ~
 
 
 
 
 
 
 
 
 
 ұ
 ӱ
 ޱ
 
 
 
 
 
 
 
 
 
 	
 

 
 
 &
 '
 (
 )
 6
 H
 
 
 
 
 ڴ
 ۴
 
 
 
 t
 
 ɶ
 ʶ
 ֶ
 
 
 2
 W
 X
 i
 
 
 
 
 
 
 C
 D
 1
 2
 '
 (
 4
 
 
 
 
 R
 
 
 y
 Ծ
 4
 5
 s
 
 
 
 
 
 
 ;
 ]
 
 
 
 
 7
 8
 A
 B
 
 
 @
 A
 
 
 
 
 
 
 
 M
 N
 _
 
 
 
 J
 K
 g
 
 
 h
 -
 .
 
 
 
 
 
 
 
 
 
 
 
 ?
 @
 

 
 (
 9
 
 
 
 
 i
 j
 
 
 
 
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 4
 5
 6
 7
 P
 R
 X
 Y
 r
 t
 y
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 
 
  
 !
 /
 1
 7
 8
 K
 M
 R
 S
 Z
 _
 z
 {
 |
 }
 ~
 \
 ]
 i
 
 
 
 
 M
 `
 
 
 
 
 (
 ;
 o
 
 
 
 
 -
 =
 q
 
 
 
 
 
 
 
 
 	
 /
 >
 Q
 R
 k
 
 
 
 
 
 
 
 -
 .
 /
 c
 y
 
 
 
 
 "
 #
 -
 8
 k
 u
 
 
 
 
 
 
 
 
 
 
 6
 7
 @
 b
 c
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 9
 Z
 [
 o
 p
 
 
 
 
 
 
 
 '
 A
 B
 W
 X
 i
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 3
 4
 I
 J
 [
 {
 |
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 -
 7
 A
 B
 c
 
 
 
 
 
 
 {
 |
 
 
 
 
 ^
 _
 p
 
 
 
 &
 '
 (
 )
 *
 +
 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
 a
 x
 
 
 
 
 
 E
 
 
 v
 w
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 0
 N
 \
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 (
 -
 .
 /
 Q
 _
 o
 p
 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 &
 +
 ,
 6
 ;
 <
 =
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 V
 
 
 -
 ;
 K
 L
 W
 \
 ]
 g
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 E
 S
 c
 d
 o
 t
 u
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 '
 (
 2
 7
 8
 9
 _
 m
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 .
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 9
 >
 ?
 @
 l
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 (
 )
 4
 9
 :
 D
 I
 J
 K
 o
 
 
 
 
 .
 /
 <
 =
 >
 a
 
 
 
 -
 .
 8
 C
 v
 
 
 
 
 
 
 
 

 
 
 k
 l
 
 
 
 :
 p
 
 
 
 
 
 
 
 
 N
 g
 
 
 
 
 
 
 
  
 !
 "
 +
 s
 t
 
 "
 -
 I
 b
 |
 
 
 
 
 
 s
 t
 u
 v
 
 .  /  c  u      w x        * < N O P Q Z       w   & L i       i   E F G H n o   ) ; < F Q            f g       	 V	 W	 X	 Y	 	 
 C
 x y   H I Z   a b      u v   x {     R S b t                            " ' ( 0 7 C D E F   ? @       u  v  ,! -! ! ! " # # $ $ 2% & & W' ( ( ,* -* N+ [+ h+ u+ + + + + + + + + + , ,, -, 8, h- i- . . . . [1 \1 /2 @2 u2 2 2 %3 S3 3 3 3 3 J4 4 4 4 5 5 *6 .7 /7 97 D7 w7 7 7 7 7 7 7 7 7 7 7 98 E8 l8 8 8 8 9 =9 G9 l9 9 9 9 9 : : : : ?: @: J: U: : : : : : : : : : : : : >; J; q; ; ;  < < < <  = = =  = != "= ,= 7= j= t= ~= = = = = = = = = = = "> .> U> > > > j? ? ? ? ? ? @ @ @ @ 3@ =@ H@ {@ @ @ @ @ @ @ @ @ @ @ @ @ 4A @A gA A A A ,B hB iB jB {B B B B B B B B B B C @C AC BC DC EC FC OC C C C C D >D [D D D D D D D D 7E TE ^E iE E E E E E E E E E E E G G G RG G 9H :H KH }H ~H H H H H H cJ dJ J J K IK K K 4L 5L ?L JL }L L L L L L L  M M &M (M ?M @M IM M M M M M N 4N ;N CN DN ZN jN kN lN mN N N N N N O O O O O 3O aO O O O O O O O O O 
P P P 
P P P P P P P ;P \P ]P P P P P P P P P Q Q R R R R R ]S dS mS nS vS S S S S S S T *T 2T GT \T nT T T T T T T T T U 1U VU iU |U }U ~U U U U !V V V V V V V W W W  W 5W GW aW {W W W W W W W X X 7X GX aX {X |X }X ~X X X X X X 
Y Y Y 
Y Y Y Y  Z IZ Z Z Z Z Z N[ O[ w[ [ [ [ [ [ [ [ [ [ \ \ ] X] ] ] ] ] 
^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _  ` D` ` ,a -a .a ?a a a a a a a a a a b b ,b Fb `b hb }b b b b b b c c c c c 0c c c c c c c c c d 
d d d d d 1e me e f f f f f >g g g g g g g g h $h >h Xh ih h h h h h h h i !i ;i Ui fi i i i i i i i i i j j *j =j Pj Qj Rj Sj \j  k wk k +l ^l l 'm |m m n n n n o mo o o o p @p lp p p p p "q )q 2q 3q ;q Pq eq zq q q q q q r r 0r Ar [r cr xr r r r r r r s -s >s Xs is s s s s s s s s s s t t t t t t u :v v v *w w x x x y :y Yy ~y y y y z z z 'z kz rz {z |z z z z z z z z { "{ 9{ P{ a{ w{ { { { { { { { { | | 5| F| ]| t| | | | | | | | | | } } (} ;} N} P} Q} R} [} m~ 5    =    " T    օ C D K   ( h     $ C b c t   ݉ މ        A c    ʊ   # $ 5 h     ʋ z |   ) a   L M  F G   ˑ ̑  ` a  ג  F  ܓ 1 2 < G z      ˔ ޔ       Y |     P ~       Ζ    	 
   2 V ٗ ڗ      ) < O b d e f o   4 5 F G H p q        ʙ  q       D Л ћ   * " # W  Н  M  О  \        J T ^ _     Ӡ      w     ) k l }     Т        2 E X Z [ q r {   6 S l   ¤   5 T U V g     ۥ       1 D W j l m n w   H Z    , 0 1 2 3 D q r     Ԩ      c  E  ê Ϊ  Z [ \ m     ī ū      #  ʭ ˭  z   ; < u د   @  ? @ } / i j  Q R    ȴ ۴   J  ö  R   $ |   T U ` l {              ƹ ֹ ׹           ! - . 3 j o ź ƺ ˺   B C H   ջ ֻ ۻ   % & + c h    ü ȼ     I N Z [ ^ h i l u v w          ƽ ͽ ν Ͻ н ѽ ҽ ӽ Խ ս ֽ ׽ ؽ ٽ ڽ ۽ ܽ      ؾ                ! 4 @ A B C D V p q |              Ŀ ſ ƿ ǿ Կ      x y      g h t       G H I V  %        U  !   W X  r    / 0 C      d            * 6 E Q R      F K     o      m n   ^ _   & '        A     s w x                          & ( . / B D J K ` b g h }                              O i     2 F z    
 + _ }     . b c d e         	 < = [ i | }       - C Y Z     	    E b c y             : V W l m n o              
  ( D E W          ' ( ) P Q R S T U ^ } ~            H I J K L M V   U V W h      8 l          . D F w x    V W f     _          - . ? ` a b c d e  2 3 t        . E r s   ) *   , A l z                  
     & + , 7 < = G L M N k y                  
     ) . / : ? @ J O P Q y                  % 5 6 A F G Q V W b g h r w x y                  `           
          &  +  ,  -  T  b  r  s  ~                                
    " # . 3 4 > C D E u                     ' , - 7 < = H M N X ] ^ _    	   % * + 5 : ; F K L V [ \ ] |                 
  ( ) 4 9 : D I J U Z [ e j k l                  
 - R u v                ( ) \       	 
 * + y  	 3	 C	 T	 d	 e	 	 	 	 	 
 
 7
 f
 g
 
 
 
 
 
 
 
   a       / G H I Z 
 
 
 
 =
 
 
   % &     + ^ h r s         = > M ^         ) * N O `   b       
        " , 6 7 ]         % & u v        '          > ?     3! 4! F! " " % % )% v% & & & & j' ' ' '  ( ( %( &( +( 3( 8( 9( >( F( R( S( X( _( d( e( j( q( }( ~( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ) * * s, t, 1- 2- - - . . . . a/ b/ / u1 v1 ~2 2 2 Z4 [4 4 z6 6 7 7 8 8 9 9  9 19 B9 S9 d9 u9 v9 9 9 9 9 9 9 ; ; ; ; &< '< > > ? ? @ c@ d@ @ @ A NA OA A A WB XB B C C C D D D D E E )E *E XE E E E E E E E E 
F 1F oF F F F F 
G dG eG fG wG G G G G G G G G &H 0H :H ;H iH H H H H H H H H H I :I zI I $J J J J J J J J J J J K K K K KK qK rK sK tK vK wK xK K K K K L ^L L M qM M M M M M M M M M M M N #N -N .N \N N N N N N N N N N N O 3O rO O O P P P P 'P (P )P 3P >P qP {P P P P P P P P P P P ,Q 8Q _Q Q Q Q Q 0R yR zR R R R R R R R S :S DS NS OS xS yS zS |S S S S T T T T &U U U U V V V V V  V PV X X 6X xX X X .Y }Y Y Y Y Y Z %Z /Z 0Z XZ xZ Z Z Z Z Z Z Z Z R[ e[ [ [ [ [ [ [ [ [ [ \ 	\ 
\ \ 3\ V\ i\ |\ \ \ \ \ \ \ \ \ -] .] /] @] q] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ^ 3^ F^ G^ H^ I^ R^ ^ 1_ D_ *` +` ,` -` >` ` a a a a )a >a Pa ja a a a a a a a b &b @b Pb jb b b b b b b b c c c c c &c c c 3d 4d 5d Fd d d d d d d d d d e )e Ce ]e ee ze e e e e e e f f f f Df \f of f f f f f f f :g Wg g g h h h h h h h i .i Si fi yi i i i i i Bj jj j j k k k k k k k $l %l Jl ]l pl l l l l l l wm m m +n n n n n 0o 1o 8o Ao Bo Jo _o to o o o o o o p p 0p Bp \p vp p p p p p p p !q "q Jq Kq ^q qq q q q q q q q or r s s s _t `t at rt t Xu _u hu iu qu u u u u u u v !v ;v Lv fv nv v v v v v v w w 8w Iw cw dw ew fw w w w w w w w w w w w x y vy y y Oz z { u{ | u| v| }| | } "} R} ~} } } 
~ 6~ j~ k~ |~ ~ ~ ~ ~ ~ ~   * D ^ o         + @ R l    ˀ ܀   ! " # $ L M ` s        v p ؃ N [ Ȅ ?  r y  ؆   3 R q    Ň 	    " 4 F X j     ׈    & = > F X j |    Ӊ    # 9 J a b c d     Ɗ ي       ӌ  #  ێ & E     - L t      ƕ  % D         V W { |        ߗ  # $ F h     Ә  + , - . h   N  Ǜ  F    =     i j    3 u   + z ϡ С ڡ   " , - U V i |         Q       . / 0 X Y l        Ф  w x      ǥ ڥ       
 + O Ҧ Ӧ      " 5 H [ ] ^ _ h          n o   ȩ    7 n   , n   I          % & K ^ q       F X   ǯ 	 
  H O W X n ~       а          Ա  
  U `   Ӳ     9 @ H I y       ϳ    
        3 > ] ʵ ε ϵ е ѵ    8 9 L _ r       >  & a l      8 9 : ; b c  U    - h i     ټ ڼ  v   ޽  ݿ ޿     ;   % : V f y    2 a   -    Y     
  % 8 < = > ? @ A B C D X _ d t u                
 c d i       ! s t y        - . 3 a f            
    & + 3 : A M N Y ] d k l m n o p q r s t u v w x y z  B C \ ] v                         ' ( 2 ? @ A B C D E F S T b c d e r  K L > ?   . 7 W      Z [ n        ,    m n c d p  N  %      p q     G H Y w   $ = Y s t } ~   | }      A W      (    
 J  i j    W X   U V   { | I J d u %  & '      , - A B C L Z g h i j k l p q r s                        " # = ? D E T V \ ] k m s t                 ; U      0 d w     O i y        % . / E k z          9 i j k       ^ _ i t          - C Y [ r s |        
   
  > ? @ g h i j k l u           9 N c } ~                0 1 S o p              = >      &  '  (  )  I    
   ! + 6 i s } ~             U     @ A b c d e f g p           0     ' 2 < =       L        
	 	 (	 )	 4	 9	 :	 D	 I	 J	 U	 Z	 [	 e	 j	 k	 l	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  % 5 6 A F G Q V W b g h r w x y                   0 > N O Z _ ` j o p {        G
 i
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
      ! " , 1 2 = B C M R S T                   ! 1 2 = B C M R S ^ c d n s t u                  i j                   ( 8 9 D I J T Y Z e j k u z { |                	 
 % 3 C D O T U _ d e p u v          j k x y z  " # W i j t        0 2 I J S      v       ' ( 9       + Z [ \ ] ^ g    ^ i              j k             7 f x          4 5  ! A b        O     ! >! ! ! ! ! ! ! 0" 1" e" w" x" " " " " " " " ## 5# 6# 7# 8# A# # # # # $ $ 5$ 6$ G$ $ $ $ $ $ [% % ' ' L* Y* + + + , , - - . . . J0 K0 2 2 2 3 3 3 "4 #4 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 $6 ,6 16 26 :6 B6 N6 O6 W6 ^6 c6 d6 l6 s6 6 6 6 6 #7 $7 {8 |8 : : : : ); 5; ; ; h< i< <  = R= ? ? @ @ n@ A A B D "D hE iE F F F F F F F F G G G 'G :G QG hG iG tG H H BI CI I I L L kM |M M N N aN N N N N 6O O O O P -Q :Q fQ jR kR uR R R R R R R (S )S +S ,S -S 6S uS S S S 
T 5T @T yT T T U U U U LU MU NU OU {U |U U U U U U U V ,V -V .V 0V 1V 2V ;V zV V V V W <W W +X ;X <X =X NX \X ]X ^X hX sX X X X X X Y Y Y Y Y Y Y Y ^Y jY Y Y Y  Z Z [ [  [ ![ 2[ @[ A[ B[ C[ o[ y[ [ [ [ [ [ [ !\ "\ #\ $\ &\ '\ (\ 1\ p\ |\ \ \ ] 0] h] ] ] ] ] ] ] ] ] ] ^ ^ #^ $^ R^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ +_ K_ z_ _ _ ` ` )` 7` 8` 9` s` ` ` ` ` ` ` ` a a a a 1a 2a ;a =b >b Ob b b uc vc c c c c c c c c e e e f Mf f f g pg qg {g g g g g g g h )h <h Oh bh dh {h |h h h i 0i 1i 2i Ci pi wi i i i i i i i i i j j -j @j Aj Bj Cj Lj oj j j j j j k k k  k 6k Fk Gk Hk Ik Jk Kk Lk Mk Nk Ok wk k k k k k k k k k -l l l m m m m m n n n n n n n n o "o 2o Lo fo no o o o o o o p "p #p $p %p Mp mp p p p p p p p /q ]q q q q q .r 5r >r ?r Gr \r qr r r r r r r s s -s ?s Ys ss s s s s s s s s 
t  t 3t Ft Gt Ht It Rt t t <u u #v $v %v &v 7v v v v v v w w *w +w ,w -w 6w w x Kx x 2y 3y 4y 5y Fy y y y y y y z !z 4z 5z 6z 7z @z { <{ { { h| i| j| {| | | | | | | | } $} >} X} h} } } } } } } } ~ $~ >~ X~ Y~ Z~ [~ l~ ~ ~ ~ ~ ~  " 5 H I J K T 
 m   P     z      $ 9 N ` z    ك    ! 6 K ] w    ք      , - @ S f y      \   g   c       Z     P |  ԋ  	  ^ e n o w    Ȍ   
 ' A R l }    ɍ ލ  
 $ 5 O i z           $ 7 J K L M V   v   f ݒ Y   W v   є   P Q R c      ҕ     6 M ^ u    Ė ۖ ܖ     , C Z q     ח       * + > Q d w       q C  ? y Ĝ  @ ^  " ˞      # $ d  ã  " A `          ! " # , 9 [ }   ¥   ( J _ ` q  ɦ ʦ ˦ ̦     . e   3   ۪   B C   ?   ѭ  J  ɮ  m n x    ʯ ˯     - @ B C D M     ; U    ̱ ͱ α   
  0 C E F G P n    ' ( ) Q R e x       ɳ  p q       Ӵ       *  : ; L M N O   
 4 5 f ^ _  ո  D  ʹ  Q   < = > H S     û Ļ    " $ : ; D    . 9 e             G H [ n        & A r       K q          . / 0 1 Y Z m        " J      h l m n o         # % & ' 0      
 )            <  % & _    9  ! " w x   C D | N { |  k           ? @    8   $ `   .                      " # $ 0 1 2 3 > B U ] i j o      4 9 ~        C G a b g        * + , 6                      	 
   
            -      % & : < = > ? @ H N O X \ ] p | } ~                          "          N [       1 2 C      a          ]  ,   S    M k l      7             f r      ' ( 9    $ % A   B   Y         b c        }   C D               	 
     * , 2 3 L N S T b d j k ~                    	    % ' , - 4 9 T U V W X 6 7 C     ' : n      I g      K j         	  + , E x y        	 = S i        E O Y Z         	 	 	 <	 =	 Q	 R	 v	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 	
 

 
 4
 5
 I
 J
 d
 
 
 
 
 
 
    1 2 C c d e             
  # $ 5 U V W          
 
 
 
 
 
 
 
 
 t          = j      U V     8 9 J            i j {        n o       ; R j      e f P Q h }                	 
 ( 6 F G R W X b g h s x y                     	 + 9 I J U Z [ e j k v { |                       S a q r }                     
     ) . / 0     % & 1 6 7 A F G R W X b g h i                   - = > I N O Y ^ _ j o p z                     9 G W X c h i s x y          7 E U V a f g q v w                    	     F T d e p u v                               #  $  %  I  i        ! 	! ! ! ! ;! ! ! ! " " " " P" Z" d" e" " " " " " " " E# F# f# g# # $ J$ o$ $ $ $ $ $ $ $ (% A% Z% s% % % % % % % % % & M& N& & & ' #' <' V' k' ' ' ' ' M( N( O( P( y( ) 	) =) O) a) b) Q* R* \* g* * * * * * + + (+ )+ *+ ++ 4+ y+ z+ + + + + Q, , ,  - &- C- e- f- - - - - C. . . /  / !/ "/ H/ I/ / / 0 0 0  0 +0 ^0 h0 r0 s0 0 0 0 0 0 0 0 @1 A1 a1 b1 1 1 1 1 1 02 12 22 32 c2 2 3 R5 S5 7 7 "9 #9 49 z: {: ;; <; o< p< < = = O@ P@ e@ @ RA UA A A B B ,C -C <C NC aC bC gC oC tC uC zC C C C C C C C C C C C C C C C C C C C C C D D 
D D D D D  D D D F F G G mH nH H H OI PI J J J J J L L M M N O O 1P Q Q S S (T 5T BT OT \T mT ~T T T T T T T T U U U BV CV V V bW cW 5Z 6Z 	[ [ O[ [ [ [ -\ Z\ \ \ \ $] ] ] ] ^ ^ _ ` 	` ` ` Q` [` e` f` ` ` ` ` ` ` ` a a Fa ma a a a b !b Fb b b b b b b b b c c $c /c bc lc vc wc c c c c c c c c d $d Kd vd d d `e e e e e e e e e f f Df Nf Xf Yf f f f f f f f f f f g /g Zg g g Dh h h h h h h h h h 
i i "i Ui _i ii ji i i i i i i i i i j j Aj oj j j k Bk Ck Dk Uk ck dk ek ok zk k k k k k l l l l l  l )l hl tl l l l m 5m lm m m m m m m n .n 8n Cn vn n n n n n n n n n n o o o ,p bp q q %q Wq Xq Yq Zq [q \q q =s >s rs s s #t jt t u u u $u Wu au ku lu u u u u u  v v v v #v v v v v v v w w w w 4w Dw Ew Fw Gw ow w w w w w w w w w 
x ;x ix jx kx |x x x x x x x x x x x x x x x x y 6y 7y \y oy y y y y y y mz z f{ g{ h{ i{ z{ 7| >| G| H| P| e| z| | | | | | } } !} 6} H} b} |} } } } } } } } ~ 0~ C~ V~ W~ X~ Y~ b~ ~ ~ o p q         ! ; U e     ˀ ݀   ! ; U V W X     с      v  ڂ #   Ã ă Ճ ( ) Q j    Ȅ Ʉ ʄ ˄ Ԅ ~   2 І ц ҆ ӆ  7 8 ` a     ҇ Ӈ ԇ Շ އ  ڈ  g     l m t } ~     ܊     : B W l ~    ܋     
 ] ^      ӌ        G [             א    2 C ] w     ԑ    / @ Z t      ʒ ˒ ޒ    * + , - 6  Q   8   V  [     G ^     F r       
  * ? T f    Ś ߚ  
  5 = R g |    ӛ    2 C ] ^ _ `      ՜            {      3 X o       E L U V ^ p     ԣ    * ; Q b y z     ʤ      7 N _ u      ȥ ɥ ܥ    ( * + , 5 G   _ ݩ  b  ު  .  i     %  °  B a   ߱   < = N         ʲ ײ   = _ `   Ƴ     B g h i j  T V  ̶  ;  ѷ & ' y   !     ݺ : ; o     g     ! T ^ h i     ˽ ޽     3 V   پ  * X Y j k l     ο       0          ) < > ? @ I g      ! " J K ^ q        K               1 s   ' h   6       $ . 8 9 a b         Q      E F W               2 4 5 K L U    - F Y      . / 0 A u |            1 D F G H Q   " 4 o z   
   
  K L t u         = z  b    4 5 6 G t u v w        i    T     O        W 	 C D w + , a v      $ n   , i   V   . / : F U a t x y z { | } ~                     
 D I        " Y ]          = B i j o       # ( 4 5 8 B C F O P Q b g o v }                       ~                         0 J K V c d n { | } ~               z { R S j s    A B N       ! " # 0 h         /   a  1 2  L    	 
       > ` y      Y Z      + , }       % d    I         G H   8 9            a  b	 c	 	 	 M Q R h i } ~                          	   $ % : < A B W Y ^ _ y {                         ) C w       T l     9 W      < = > ? a j k         5 C V W u        3 4          < = S i            0 1 F G H I Z z { |               1 \ u           * + , - . / 8 W X l m          " # $ % & ' 0 y z / 0 1 B b c d e   F \ ] g r          Q R [   0 1 @     9 | }              :  ;  <  =  >  ?  l  ! 
! N! Y! c! n! x! y! ! ! " " L" M" " " # # # # $ $ F$ T$ d$ e$ p$ u$ v$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  % % % % % % !% &% '% (% E% S% c% d% o% t% u% % % % % % % % % % % % % % % % % % & & 	& & & & $& )& *& +& S& a& q& r& }& & & & & & & & & & & & & & & ' ' '  ' !' +' 0' 1' <' A' B' L' Q' R' S' l' z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' :( ( ( ( ( ( ( ( ( ( ( ( ( ( (  ) ) ) ) .) <) L) M) X) ]) ^) h) m) n) y) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * 
* * * * * * O* ]* m* n* y* ~* * * * * * * * * * * * * * * * + + + + + + "+ '+ (+ 2+ 7+ 8+ 9+ + + + + + + + , , , , ,  , %, &, 0, 5, 6, 7, V, d, t, u, , , , , , , , , , , , , , , , - - - - - - #- $- /- 4- 5- ?- D- E- F- a- o- - - - - - - - - - - - - - - - - . ,. O. P. . . . . . . ^/ _/ / / / / / / / 0 0 60 Z0 l0 n0 0 0 0 0 0 1 1 S1 1 1 
2 2 .2 >2 ?2 c2 d2 u2 2 2 2 3 @3 A3 g3 3 3 3 3 3 3 3 3 ;4 4 4 4 4 4 	5 !5 "5 #5 45 5 5 5 5 6 6 6 6 6 6  7 7 7 7 8 88 B8 L8 M8 s8 8 8 8 8 8 8 8 9 9 '9 89 p9 q9 9 ]: }: : : : ; ; (; ); :; ; ; << z< < < < < < < l= m= = = = = = = > > > 7> _> q> r> s> t> }> > > >  ? O? P? q? r? ? ? ? ? ? @ @ @ B B E E F F F H H H H 
J J  J K K M M N PN N N ^O _O DP YP P P P P P  Q Q 
Q Q Q Q  Q ,Q -Q 2Q 9Q >Q ?Q DQ KQ WQ XQ `Q hQ mQ nQ vQ ~Q Q Q Q Q Q Q Q Q Q Q Q Q _R `R S S MU NU V V eV qV V V W W ;X <X X OZ PZ X[ Y[ [ 4] 5] ] T_ ^_ ` ` a a a a a b b -b >b Ob Pb cb vb b b b b c c ~d d  e e g g h h h =i >i i i i (j )j rj j 1k 2k Yk il vl l m m m m m m n n 2n dn en gn hn in rn n n n o Io qo |o o o o >p ?p @p Qp p p p p p p p p  q 
q q q Cq hq iq jq lq mq nq wq q q q r Tr xr r gs ws xs ys s s s s s s s s s s %t Kt Lt Mt Nt Pt Qt Rt [t t t t t 8u \u u Kv [v \v ]v nv |v }v ~v v v v v v v w w 6w ]w ^w _w `w bw cw dw mw w w w 
x Lx lx x x x x x y y y 
y y Ky Uy _y `y y y y y y y y y z z 9z gz z z z 
{ S{ T{ e{ s{ t{ u{ { { { { | | (| )| R| S| T| V| m| n| w| y} z} } }  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ * ۀ ܀  R    W       	 
 2 R e x       , ? l m n      ҄     
 0 C V i | } ~    م   	  K R [ \ r            Ԇ Ն  
   ! " # , i        Չ ܉      * D ^ n     Ԋ     * D ^ _ ` a   ΋        k  
     j q z {     ٍ    7 ? T i {    َ      6 I \ o       1 x  _ ` a b s Ƒ Ǒ   - @ S f g h i r  D  Г n o p q  Ք ֔   $ 7 J ] p q r s | Q x       
     $ 9 N ` z    ؘ   
  6 P ` z        $ % 8 K ^ q      I     9 : ; L  2 9 B C K ` u    О    & @ H ] r    ͟ ޟ   # = > ? @ h i |    Ƞ ɠ ʠ ˠ Ԡ   P  ֢ )   O  O P W    , X     D E V      ȧ ݧ    8 I c }    Ө ۨ    , F ` q    Щ      & ' : M ` s      P J  ( 5    L S   ѯ  
 , K             2 D [ r    ȱ ٱ        2 D V h     ղ    $ ; < = > f g z    Ƴ ȳ ɳ ʳ ӳ     {     |  ̸ ^  & N   ü _ `     ^ }   ڿ ۿ  0 1 U V [ ] ^ _ h u        B d          B   ( j     o      ~  C D {   
 O    T         / 0 C V i | ~      + Y w      	 
 2 3 F Y l        Q R c d e            )          " 5 7 8 9 B f  v w      H I p q      H    H   # x y z          % 8 K ^ ` v w     2 j u     " ) 1 2 H X Y Z [            b }     / : Y         " # S j k l m           ^    
  7           & 9 L _ a b c l      ; F e         < = x / a b   B C u  ] ^    P                0 @ S { |   ; t   `   3 j                 2 9 > N O ^ _ ` l m n o z ~        = > C p u      M N S          
 ; @ f g h r               
   ' ( 3 7 > E F G H I J K L M N O P Q R S T i   6 7 P a b v x y z { |                             - . < = > ? L ^ % &       1      4 5 H m n        Y Z G H = > J  (      h     J K     ! " 3 Q s    3 M N W X 	 	 V
 W
 
 
 
 
 
  1 c d u    ` a }  $
 ~
 C D    1 2   / 0   U V # $ > O                & 4 A B C D E F J K L M f h n o                         . 0 6 7 E G M N a c h i p u      r s     / c v    
 > Q     ) C S        ! 	! ! E! T! g! h! ! ! ! ! ! ! ! " C" D" E" y" " " " " " 8# 9# C# N# # # # # # # # # $ $ 3$ 5$ L$ M$ V$ x$ y$ $ $ $ $ $ $ $ $ $ $ % % % A% B% C% D% E% F% O% p% q% % % % % % % % & (& =& W& X& m& n& & & & & & & & & & & & & & 
' ' -' I' J' _' `' q' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( (  ) ) ) ) #) ) ) ) ) * * C* M* W* X* y* * * * * * * + + + + + /, t, u, , , - - <- =- >- ?- @- A- J- - - - - - - - - - 
. . . . . / / / / w/ / / / / / &0 [0 0 0 1 1 1 1 1 1 2 2 2 2 2 2 #2 $2 /2 42 52 ?2 D2 E2 F2 d2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 
3 3 3 3 "3 #3 .3 33 43 >3 C3 D3 E3 g3 u3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4  4 !4 +4 04 14 <4 A4 B4 L4 Q4 R4 S4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
5 5 (5 )5 45 95 :5 D5 I5 J5 U5 Z5 [5 e5 j5 k5 l5 5 !6 C6 Q6 a6 b6 m6 r6 s6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 '7 ,7 -7 .7 [7 i7 y7 z7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 '8 ,8 -8 88 =8 >8 H8 M8 N8 O8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 C9 D9 s9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : #: $: .: 3: 4: ?: D: E: O: T: U: V: : : : : : : : : : : : : : : : : : : 
; ; ; ); .; /; 9; >; ?; J; O; P; Z; _; `; a; ; ; ; ; ; D< E< R< S< T< w< < < 1= C= D= N= Y= = = = = = = 
> > #> $> -> > > > > > P? ? ? ? ? ? ? @ @ @ d@ }@ @ @ @ @ A 4A 5A 6A 7A 8A AA A A A 8B CB _B xB B B B B B B C C C C C DD ED yD D D D E E E E E E E E F @F RF dF eF fF gF pF F F F F G G G G H <H bH H H H H H H )I I I J [J \J ]J ^J J J 
K K ?K QK RK \K gK K K K K K K L L L L L |L }L L L L L M M !M lM mM nM oM M 5N YN P P &S 3S ^T _T pT U U wV xV W W W $Y %Y [ [ [ [ \ \ \ \ ] ] h^ i^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ (_ )_ 1_ 8_ =_ >_ F_ M_ Y_ Z_ [_ \_ _ _ Ua Va b b c c d d d d Be Ce e e ,f g g h h Hi j j mk l l Bn Cn do qo ~o o o o o o o o o p p +p Bp Cp Np ~q q r r r r qu ru Ev Vv v v v ;w iw w w w x `x x x x z z @z D{ E{ O{ Z{ { { { { { | | | | | | O| [| | | | } } S} ]} } } } } } &~ '~ (~ )~ U~ V~ `~ k~ ~ ~ ~ ~ ~    
    T `          ( 6 7 8 B M     Á         8 D k  ւ            I S ^     Ԅ          J V }   
 B ~             , V W X Z [ \ e   ׇ  % T q        M j t    Ɖ ǉ          ) h  O P a       Ȍ y z   ' _   J K U `     А    ) < > U V _ ʑ ݑ 
    J Q Y Z p      Β        & I w            ! " # $ % & ' ( ) Q r s       ʔ         s z      ȗ    & @ H ] r    Ș      ' G l       	 7         ! 6 K ] w    ՛ ݛ    3 M ] w      Ԝ   
   ! " # ,  ϝ  _       d e   ˟ ޟ         % n  
     s t   ¢ բ          Z  B C D U      ¥ ץ    2 B \ v ~    Ԧ    2 3 4 5 F   § ç ֧    " # $ % .  G   * ת ت ٪  T Ы ׫      ( : T n    Ĭ ެ    % 7 Q k |    ۭ ܭ ݭ ޭ    - @ S f g h i r 6   A t ǰ =       4   ʳ  * V      8 ? H I Q f {    ֵ    , F W q y    ʶ    ) C T n      ķ ŷ ط    $ % & ' 0   P ƺ Ӻ @  3   1 P o   ʽ  * + , =        о    ' 8 O f w      п     4 K \ s            + > Q d f g h q  K    S    8 j     Y Z a   > ~     : Y x y            5 W y      $ 9 : K ~          ? w  
 b c  \ ]      v w   $ \   G H R ]              ' o     / f          
     ! * H l      + , ? R e x z { |    J K \ ] ^               & ' ( ) Z     @ 8 9 m    c   + r     " - ` j t u                ?             ! " 5 H [ n p q       L i      % K j k l }       	 
  3 4 G Z m       $ ^ p    B F G H I Z             
 y  [     p q r             9        Q R     V ( U V  E    g h        `    h   :    j k v                      
   
   / 7 C D I        X Y ^        !  ;  <  A  y  ~                _ d p q t ~                                               " ( ) 2 6 7 J V W X Y Z l                                ( 5 } ~     	 	 	 ]	 ^	 _	 l	 	 ;
 
 
      k
 
 7   m n -    ' E F Y      z            @ L [ g h      \ a          3     t u   <  =      ! ! ! ! " W# $ $ % % & & & & & & & & & & & & & & & & & & & & ' ' ' 
' &' (' -' .' <' >' D' E' X' Z' `' a' v' x' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( .( /( 0( 1( 2( * * * e* * * * + + H+ \+ + + + + #, A, u, , , , , %- D- x- y- z- {- - . . . . . / / / R/ S/ q/ / / / / / / / 0 -0 C0 Y0 o0 p0 0 0 0 0 1 )1 31 41 [1 x1 y1 1 1 1 1 1 1 1 1 2 2 +2 ,2 P2 l2 m2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 #3 $3 >3 Z3 [3 m3 3 3 3 3 3 3 4 4 4 =4 >4 ?4 f4 g4 h4 i4 j4 k4 t4 4 4 4 4 4 4 4 4 4 5 /5 05 15 ^5 _5 `5 a5 b5 c5 l5 5 5 k6 l6 m6 ~6 6 6 6 6 6 N7 7 7 7 7 7 7 7 7 7 8 D8 Z8 \8 8 8 8 /9 09 l9 m9 |9 9 : : $: u: : : : : : : : : : C; D; U; v; w; x; y; z; {; ; H< I< < < < < < < = ,= D= [= = = = = ?> @> *? +? B? W? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@ d@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A #A $A /A 4A 5A ?A DA EA PA UA VA `A eA fA gA A A A A A A A A A A A A A A A A A -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B B B B B B B B B B B B B C C 	C 
C vC C C C C  D D D D D  D !D ,D 1D 2D <D AD BD CD jD xD D D D D D D D D D D D D D D D D E E E #E (E )E 3E 8E 9E DE IE JE TE YE ZE [E E E E E E E E E E E E E E E E E E F !F 1F 2F =F BF CF MF RF SF ^F cF dF nF sF tF uF F F G G /G 0G ;G @G AG KG PG QG \G aG bG lG qG rG sG G G G G G G G G G G G G G G G G G  H .H >H ?H JH OH PH ZH _H `H kH pH qH {H H H H H H H H H H H H H H H H H H H H H #I CI hI I I I I I I I J J J J J J J J *K 4K >K ?K rK K K K K K K L  L @L AL L L $M IM YM jM zM {M M M M N N 4N MN |N }N N N N N N N N 'O (O wO O O O P 0P EP ]P ^P _P pP 'Q (Q )Q *Q SQ Q Q R )R ;R <R +S ,S 6S AS tS ~S S S S S S T T T T T ST TT cT tT T T +U U U U  V V ?V @V dV eV vV V W xW W W W W W "X #X X X X X X X Y 8Y BY LY MY sY Y Y Y Y Y Y Z Z ;Z <Z Z Z Z Z Z 
[ [ [ 
[ =[ [ [ ,^ -^ ` ` a a b Tc Uc d d Ie Je \e f f )i *i ?i i ,j /j j j k k l l l (l ;l <l Al Il Nl Ol Tl \l hl il nl ul zl {l l l l l l l l l l l l l l l l l l l l l l l m m n n p p Gq Hq q q )r *r r r ws xs s u u v v v px qx y z z { { } } } )} 6} G} X} i} z} } } } } } } } }     < =     ) y z ل  4 d e   m n    އ     + 5 ? @ n           G        z { |  ċ ŋ Ƌ ǋ    	 < F P Q           % P   :     Ǝ Ԏ Վ ֎    ( 2 3 a         ֏  	 4 t               / 9 C D r            I       / = > ? I T     ʔ        B N u  Õ   F           P Z d e          ǘ  <    1 2 3 4 5 6 f   L  Ŝ  D      1 ; E F n    Ǟ ڞ ܞ    h {              ! I l        Ġ   C D E V          ¡ á ġ š ơ ǡ    6 I \ ] ^ _ h  G Z @ A B C T   ! " * ? T f    ĥ ޥ    " < V f      Ŧ  
  0 1 2 3 <  է I J K \      Ԩ    / ? Y s {    ѩ    / 0 1 2 Z r        ʪ P m          + D i |       X  î         : ; ` s           A     F G N W X ` u    г     1 F X r    д Ѵ Ҵ Ӵ  7 8 ` a t      µ õ ̵   ! 5 ȷ u v w   n u ~     ƹ ع    7 Q b |    ú պ  	  4 N _ y z { |    ˻ ޻       Լ +  ߽  e ۾ 0  5     ! 8 h      L           . @ Z t         , A V h         7 8 9 : b c v            d q  U      
 2 I h       & / 0 8 J \ n         + < S T \ n         ( 9 O ` w x y z            !   9   < [     C b         ; Z       ( l m            9 : \ ~       A B C D ~ . 0 d    \     S          I    A      . 8 B C k l         
 0 g     2 3 D E F n o          
               # A e      $ % 8 K ^ q s t u ~  %                M    B    _          ; < a t       + \ n       1 ^ e m n              % & /       3 k v     	 
  O V ^ _              ! " +     I T s       % & N O b u        T  < w      ! N O P Q x y  k    C ~   .          )        1    Q   ; P l |     H w  	 C	 	 	 0
 o
 
  	    / ; N R S T U V W X Y Z n u z                  # y z       3
 7
 
 
 
 
 
 
 
 
   C D I w |              ) * + < A I P W c d o s z                  X Y r s                      
 $ % 0 = > H U V W X Y Z [ \ i j x y z {   a b T U , - D M m     ( p q        
 B      y z  	 d  ;     &       ]  ^  o  ! ! " :" S" o" " " # # 3% 4% % % % % % & & W& m& & & & & & >' ' ' ' #( `( ( ) ) ) !* "* m* n* + + k, l, - - . . _/ `/ z/ / ;0 0 <2 =2 2 2 '4 +4 ,4 B4 C4 W4 X4 Y4 b4 p4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 15 35 85 95 S5 U5 Z5 [5 j5 l5 r5 s5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 7 7 7 8 8 Q8 k8 8 8 8 8 .9 F9 z9 9 9 9 : 1: e: : : : : ; ; ; ; ;; D< E< [< < < < < < < < = = 0= 1= O= = = = = = = = 
> > t> u> > > > > > > > ? ? -? C? Y? o? q? ? ? ? ? ? ? ? ? 
@ @  @ !@ "@ #@ 4@ T@ U@ V@ }@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ A 6A OA dA yA A A A A A A A A B B B B B 	B B 1B 2B FB GB iB B B B B B B B B B B B B  C C 
C SC TC 	D 
D D D <D =D >D ?D _D D  E 6E 7E AE LE E E E E E E E E +F ,F 5F F F 
G G G kG G G G H VH WH xH yH zH {H |H }H H H H H I I I I I I FI I I (J 3J =J HJ RJ SJ J J J J &K 'K bK K K K L L L L  M .M >M ?M JM OM PM ZM _M `M kM pM qM {M M M M M M M M M M M M M M M M M M  N N N N -N =N >N IN NN ON YN ^N _N jN oN pN zN N N N N N N N N N N N N N N N N N O O O -O ;O KO LO WO \O ]O gO lO mO xO }O ~O O O O O O O O O O O O P 
P P P P P &P +P ,P -P FP TP dP eP pP uP vP P P P P P P P P P P Q ]Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R &R 'R 2R 7R 8R BR GR HR SR XR YR cR hR iR jR R R R R R R R R R R R R R R R R R )S 7S GS HS SS XS YS cS hS iS tS yS zS S S S S S S S S S S S S S S S T T T T T T T T T T T T T T T T T T T T  U 
U U U U 0U >U NU OU ZU _U `U jU oU pU {U U U U U U U U U U U U U U U U U 	V V V V V V  V ;V IV YV ZV eV jV kV uV zV {V V V V V V V V V V W )W *W W W W W W W 8X 9X mX X X X X X X X X Y 4Y FY HY _Y `Y iY Y Y Y Y -Z Z Z Z Z [ [ [ =[ >[ O[ [ [ [ [ \ \ A\ p\ q\ r\ s\ t\ }\ \ \ ] t] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ ` ` ` ` a a &a 'a Ma |a a a a a a a a a b b Jb Kb b 7c Wc xc c c c c d d d ed d e Te e e e e e e Ff Gf {f f f f f f f f f g 9g Kg Lg Mg Ng Wg g g g g )h *h Kh Lh ]h h h h h h qi i k k bn on o o o p p q q r r r `t at v v v *w w w 8x 9x y 3y y y y y y y y y y y y y z z z z z z z %z 1z 2z :z Bz Gz Hz Pz Xz dz ez mz tz yz zz z z z z z z 9{ :{ | | '~ (~ ~ ~ ? K   ~    h ) * 2 3     . 8 ~     Ǌ Ԋ     ) * = P g ~     X Y ڍ ۍ     Ǒ   w  Ғ   L    3 C P |     ɖ Ӗ ݖ ޖ  > ? A B C L     # K V       + b c d e     ڙ     B C D F G H Q   Ú  . R ؛ A Q R S d r s t ~   Ɯ М ќ  % & ' ( * + , 5 t   ҝ  6  % 5 6 7 H V W X Y    ͟ ן    7 8 9 : < = > G     & F ~    ͡ ۡ ܡ ݡ   % / 9 : h           A a    - . ? M N O         , - . 0 G H Q S T e  ڦ    ϧ Ч ѧ ҧ ӧ ԧ     , c   1     ϫ ٫    , ? R e x z      F G H Y           
  0 C V W X Y b       % , 5 6 L \ ] ^ _ ` a b c d e    ԯ       C   ޱ ߱        Ȳ ݲ    8 H b |     ڳ    8 9 : ; c    δ ϴ д Ѵ ڴ E s     D K T U ] r    Ͷ ݶ    . C U o    ͷ η Ϸ з   # 6 I \ ] ^ _ h   R  9 : ; < M   ɺ    - @ A B C L   a  H I J K \   ؽ ٽ   $ 7 J K L M V + R  ߿ ~           ( : T n ~        * : T n o p q       % 8 K ^ _ ` a j #    f    &      % : O d v         " 7 L a s           B C V i |       r  * }   y  )  ) * 1 p    2 f      0 t {          # = W h           : K e             ' : M ` a b c l * $    |  o & - m      % f g h y          5 L c t           0 B Y p            @ A T g z         Y  U    V t  8    (    9 : z    8 W v     
  / 0 5 7 8 9 B O q       > ` u v           D {   I      X Y   U    ) `   .         	 
  0 C V X Y Z c    3 Q k        
   3 F Y [ \ ] f   + , = > ? g h {                         @  P Q b c d e  " # J K | t u   " Z   " g   R S T ^ i          %  8  :  P  Q  Z       D O {        " 2 3 4 5 ] ^ q         < W     	  3 a          - D E F G o p         8 `      ~             & 9 ; < = F   	 	 
  
 ?
 
 
 
 
 
 
 
 
   R 	 ; < u  
 
 O
 
 7 8    * Y Z  d            
  - U V    N   : v  
 D                    ( ) 8 9 : F G H I T X k s         J O      ' ( - Y ] w x }        @ A B L                   
      ! " # $ % & ' ( ) * + , - . C     * ; < P R S T U V ^ d e n r s                            & 8         ! ! " " # d# q# # # # $ $ "$ G$ H$ Y$ $ $ $ $ $ w% 3& 4& !' "' ( ( $( ( ) s) ) B* * * i+ + $, %, c, , , , - - 
. +/ M/ / / / 
0 '0 (0 11 21 2 2 03 13 |3 3 3 3 3 3 4 =4 >4 O4 4 4 4 :5 ;5 W5 5 5 X6 7 7 o7 7 7 8 8 8 8 	: 
: x; y; /< 0< < < = )= = > ? ? Y@ Z@ A A A A A A A A  B B B B B B B  B $B %B &B 'B @B BB HB IB bB dB iB jB xB zB B B B B B B B B B B B B B B B B B B C 
C C C C !C 'C (C ;C =C BC CC JC OC jC kC lC mC nC LE ME YE E E E 	F =F PF F F F F G +G _G }G G G H H -H aH H H H H H H I I I J .J AJ BJ [J J J J J J J J K K K SK iK K K K K L L L (L [L eL oL pL L L L L L L 
M M &M 'M 0M RM SM gM hM M M M M M M M M M M M N N N N N  N )N JN KN _N `N zN N N N N N O O 1O 2O GO HO YO yO zO {O O O O O O O O O O O O P #P $P 9P :P KP kP lP mP P P P P P P P P P Q Q Q Q Q Q Q Q Q R R R R R R S 'S 1S 2S SS S S S S S S kT lT T T T 	U NU OU `U U U U V V V V V V $V V V V V V V V V V V W W W W W W W W QX hX X X X X  Y 5Y {Y |Y fZ gZ ~Z Z Z Z Z Z Z Z Z Z Z Z 	[ [ [ [ [ [  [ >[ L[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ \ \ A\ O\ _\ `\ k\ p\ q\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ] 
] ] ] ] ] &] +] ,] -] i] w] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ F^ ^ ^ _ +_ ;_ <_ G_ L_ M_ W_ \_ ]_ h_ m_ n_ x_ }_ ~_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` 5` C` S` T` _` d` e` o` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a a a "a 'a (a )a Oa ]a ma na ya ~a a a a a a a a a a a a b b Mb [b kb lb wb |b }b b b b b b b b b b b b b b b b b b c 
c c c c c )c .c /c 0c \c jc zc {c c c c c c c c c c c c c c c c c c d d 	d d d d $d )d *d 4d 9d :d ;d _d d d d d e e ,e -e .e Qe e e f f f (f 3f ff pf zf {f f f f f f f g [g \g |g }g g *h `h h h h h h h h h >i Wi pi i i i i j j j j j j cj dj j k k 9k Rk lk k k k k k cl dl el fl l m m Sm em wm xm gn hn rn }n n n n n n o ,o >o ?o @o Ao Jo o o o o o o gp p p q <q Yq {q |q q q q r Yr r r 5s 6s 7s 8s ^s _s s s t +t ,t 6t At tt ~t t t t t t t t t t Vu Wu wu xu u u u u u Fv Gv Hv Iv yv w 3w hy iy  | 
| 8} 9} J} ~ ~ Q R      e f { Ȅ h k օ ׅ  ц B C R d w x }             Ç χ Ї ؇              ' 3 4 5 6 ׈ ؈ / 0 ŋ Ƌ   ݌  e f      ǐ Ȑ Б ё "   G ̕ ֕   > K X e r     ǘ Ș ۘ     ( X Y   x y K L  0 e    C p    :   ѡ      ) 4 g q { |  ܤ ݤ ߤ    ) 5 \     - 7 \    ɦ      / 0 : E x            . : a  ̨  v ߩ         ' Z d n o  ê Ī Ū ƪ Ȫ ɪ ʪ Ӫ   E p  ԫ Z ì Ӭ Ԭ լ      # - 8 k u    խ ֭ ׭ ح ڭ ۭ ܭ  $ 0 W  Į   X Y Z k y z {   ï ͯ ׯ د  0 1 2 4 5 6 ? ~   ߰  . K  ˱ ̱ ݱ    ' D N Y     ʲ ˲ ̲ β       B x ) * ; m n o p q r  S T  ʷ  9  ϸ $ % / : m w    ʹ ݹ     / 0 9       $ + 3 4 J Z [ \ ]    λ        # Q     ü ʼ Ӽ Լ             + L M r          | } ~   M T ] ^ f {         " 7 L ^ x         ! F Y l m n o x             % 7 Q k {       
 ' 7 Q k l m n              9      > ? g             H      M N v w            4 }    /             6 P X m        
     s t             ! ] q      .          . H Y s         + E V p            - @ A B C L  g   N   l  q     ] t    0 \       " # + @ U j |         1 K S h }        . H Y s t u v            
   *     
    * I n        [ b k l t         ) @ Q g x          % 6 M d u            + > @ A B K ] %  u  - x    D     3 4 ;    X w     3 R S d            1 S u v       % X } ~    j l    Q   < =  6 7      P Q    6  }    ! " , 7 j t ~            I l    	 @ n o              " F         , ? R T U V _ }  $ % 6 7 8 ` a t         a        4     	 
 
 G
 
 
 
 = ~   L      
 :
 D
 N
 O
 w
 x
 
 
 
 
 
 
 
 
 g      [ \ m             " 5 H J K a b k   & C \ o     % D E F W          
  ! 4 G Z \ ] ^ g   8 J       ! " # 4 a b           S  5 x    J K L ]                j   + , e    0  / 0 m   Y  Z    A! B! w! ! ! ! ! ! ! :" # # # B$ $ $ % l% % % D& E& P& \& k& w& & & & & & & & & & & & & & & & & & & & & & & & & 	' ' ' ' #' Z' _' ' ' ' ' ' 2( 3( 8( o( s( ( ( ( ( ( ) ) ) S) X) ) ) ) ) ) ) ) ) ) 9* >* J* K* N* X* Y* \* e* f* g* x* }* * * * * * * * * * * * * * * * * * * * * * * * * * + + + + + + + + + + + + + + , , , , , $, 0, 1, 2, 3, 4, F, `, a, l, y, z, , , , , , , , , , , , , , , , , , - - . . h/ i/ 0 0 0 1 1 W1 X1 d1 1 1 1 1 1 1 72 82 92 F2 ~2 3 3 3 4 4 5 5 5 E6 6 7 w7 7 G8 H8 9 b9 9 9 : :  : 3: ; ; ; < < T= v= = = = = > > o@ p@ @ @ A &A 5A AA BA A A A A A 6B ;B zB B B B _C C C D D 
E ]E ^E E E NF OF G G I I I I J J J J wK 1L xM yM M M cO gO hO ~O O O O O O O O O O O O O O O O O O O O O  P P P P P P P P 2P 4P :P ;P PP RP WP XP mP oP tP uP P P P P P P P P P P P P P P P P P P Q 	Q 
Q Q Q R R R ?S YS S S S S "T 6T jT T T T T U OU mU U U U U V RV SV TV UV wV W W W W W W W W ,X -X KX YX lX mX X X X X X Y Y 3Y IY JY Y Y Y Y Y Z 
Z Z 5Z RZ SZ iZ Z Z Z Z Z Z Z Z Z [ [ *[ F[ G[ \[ ][ ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 4\ 5\ G\ r\ \ \ \ \ \ \ \ \ ] ] ] @] A] B] C] D] E] N] m] n] ] ] ] ] ] ] ] ] 	^ 
^ ^ 8^ 9^ :^ ;^ <^ =^ F^ ^ ^ E_ F_ G_ X_ x_ y_ z_ {_ _ (` \` r` s` }` ` ` ` ` ` ` a 4a 6a ga ha qa 	b 
b Fb Gb Vb b b b b Oc c c c c c c c c c d d /d Pd Qd Rd Sd Td Ud d "e #e de oe ye e e e e f f 5f bf cf f f g g h h h 1h \h jh zh {h h h h h h h h h h h h h h h h h h i i i i i i 'i ,i -i 7i <i =i >i [i ii yi zi i i i i i i i i i i i i i i i i i 	j j j j j j *j /j 0j :j ?j @j Aj ij wj j j j j j j j j j j j j j j j k k %k &k 1k 6k 7k Ak Fk Gk Rk Wk Xk bk gk hk ik k k k k k k k k k k k k k k k k k Pl l l l l l l l l l l l m m m m m m m Dm Rm bm cm nm sm tm ~m m m m m m m m m m m m m m m n n 
n n n n #n $n .n 3n 4n 5n en sn n n n n n n n n n n n n n n n n n o o o o o 'o ,o -o 8o =o >o Ho Mo No Oo o o o o 	p 
p p p p %p *p +p 6p ;p <p Fp Kp Lp Mp lp zp p p p p p p p p p p p p p p p p q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q \q wq q q q q q q q q q q q q q q q q q r Br er fr r r r r r r ts us s s s s s t t t t Lt pt t t t t t t t u u iu u u #v 3v Dv Tv Uv yv zv v v v w 'w Vw Ww }w w w w w w w x x Qx x x x x 
y y 7y 8y 9y Jy z z z z -z z z z { { { | | | | N| X| b| c| | | | | | | | | -} .} =} N} } } ~ s~ ~ ~ ~ ~   > ? P   R  Ӏ Ԁ Հ ր      Ɂ ʁ ԁ ߁   & ' M u          e f          ф     ֊ ׊  . /   # $ 6      f  	 t u Z o        # ( ) . 6 B C H O T U Z a m n v ~            ŕ ѕ ҕ ӕ ԕ u v ͗ Η c d ! " {      Q R  e f n o  J K  j t   ܥ     ! 2 C T e f y     Ʀ          ά  S T    > ?  خ G H o      Ǳ ұ     H z { } ~   ǲ Ӳ  ! _   ˳ ճ  T U V g     ʹ δ ش     * + Y ~       ̵ ص  * j   }         ŷ    
 ; a b c d f g h q     N r  a q r s       ˺ ֺ 	    L s t u v x y z  » λ  # b      	    # . a k u v  ν Ͻ н ҽ ӽ Խ ݽ  ( O }  ̾    i j {    ſ    * 4 > ? h i j l              
    @   & h    m          H h {        B U              # F Y l            0 a h q r                # 6 7 8 9 B  ! 4     .       . @ Z t         0 @ Z t u v w     
   
    # $ % 6          	  3 M U j       	 
   4 L _ r       * G   u v w x      C V i | } ~   2 Z            : M ` s      g          ! ( 1 2 : O d v          2 L f v         : ; N a t       _     O P Q b  H O X Y a v        + < V ^ s        ( 9 S T U V ~             f   ?  
 e  e f m    B n    & Z [ l          4 N _ y         0 B \ v           < = P c v       f `  > K  /  b i     # B a        	 
  $ 6 H Z q         - . 6 H Z l ~        ) : Q R S T | }                 5    t  < d        u v    4 t       F G k l q s t u ~       6 X z          X  
 >    6	 	 	 	 -
 
 
   Y Z    #
 e
 
 
  j         E F Y l        
 A o     
     H I \ o         g h y z {            ?         % 8 K M N O X |         ^ _       ' ^    ^   9            ; N a t v     6 H       8 ? G H ^ n o p q            	 x     
 E P o       )  0  8  9  i                            ! t! ! ! ! #" ." M" " " " " " " "  # (# )# <# O# b# u# w# x# y# # # .$ $ % Q% \% {% % % % % (& )& *& +& R& S& & E' w' x' ' ( X( Y( ( ) s) t) ) ) * f* * * * , , , - - - - +. . . / */ F/ V/ i/ / / / "1 Q1 1 1 2 v2 2 
3 I3 3 3 3 3 3 	4 4 (4 ,4 -4 .4 /4 04 14 24 34 44 H4 O4 T4 d4 e4 t4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 4 S5 T5 Y5 5 5 5 5 5 
6 6 c6 d6 i6 6 6 6 6 6 6 6 7 7 #7 Q7 V7 |7 }7 ~7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 #8 *8 18 =8 >8 I8 M8 T8 [8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 j8 8 29 39 L9 M9 f9 w9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 
: : : ": /: 0: 1: 2: 3: 4: 5: 6: C: D: R: S: T: U: b: t: ;; <; .< /< = = > '> G> > > > > ? J? K? ^? ? ? ? ? ? ? ? @ @ oA pA ]B ^B SC TC `C C >D D E ~E E E F  G `G aG G G G G 7I 8I II gJ J J K -K IK cK dK mL nL 
N N lN mN N N N N N 1O GO yO zO O O O P vP wP P P :Q Q YR ZR R R R GS HS S S EU FU V V kW lW 9X :X TX eX Y Y [ [ [ [ ] ] ] ] ] 1] 2] 3] <] J] W] X] Y] Z] [] \] `] a] b] c] |] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ 
^ ^ ^ -^ /^ 4^ 5^ D^ F^ L^ M^ [^ ]^ c^ d^ w^ y^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ` ` ` ` ` +a Ea ya a a a b  b Tb gb b b b c ?c Yc ic c c c c c c d e e 5e [e je }e ~e e e e e e 
f f )f Yf Zf [f f f f f f f Ng Og Yg dg g g g g g g g h h 3h Ih Kh bh ch lh h h h h h h h h h h h i .i /i 0i Wi Xi Yi Zi [i \i ei i i i i i i i i j )j >j Sj mj nj j j j j j j j j j j j j j k k  k !k Ck _k `k uk vk k k k k k k k k k k k -l .l l l l l m m m m 9m m m n n n &n Yn cn mn nn n n n n o o o o o o o o Ep p p p p 0q 1q Rq Sq Tq Uq Vq Wq `q q q q q q q q q q  r r r s 
s s "s ,s -s s s s s  t t <t qt t t u u u u u v v v $v )v *v 4v 9v :v Ev Jv Kv Uv Zv [v \v zv v v v v v v v v v v v v v v v v v w w w #w (w )w 3w 8w 9w Dw Iw Jw Tw Yw Zw [w }w w w w w w w w w w w w w w w w w x x %x &x 1x 6x 7x Ax Fx Gx Rx Wx Xx bx gx hx ix x x x x x x x x x x x x x  y y y y  y .y >y ?y Jy Oy Py Zy _y `y ky py qy {y y y y y 7z Yz gz wz xz z z z z z z z z z z z z z z z  { { { { { { !{ "{ -{ 2{ 3{ ={ B{ C{ D{ q{ { { { { { { { { { { { { { { { { | | !| "| -| 2| 3| =| B| C| N| S| T| ^| c| d| e| | | | | | | | | | | | | | | | | | Y} Z} } } } } } } } } } } } } } } } } } 
~ ~ (~ )~ 4~ 9~ :~ D~ I~ J~ U~ Z~ [~ e~ j~ k~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  # 3 4 ? D E O T U ` e f p u v w      Z [ h i j    G Y Z d o         " 9 : C      f   у      ) z   ń    J K L M N W    N Y u    Ն ֆ ׆      ˇ Z [              ' V h z { | }  ˊ ̊ ۊ  $ %   1 R x    ܌ ݌  ?   . q r s t     ! U g h r }   ď ŏ   % & ' ( 1       % & 7      K o   < I t u  ̙ ͙     ԛ : ;          
 ~        Ƣ Ǣ ̢ Ԣ             ! " * 2 > ? G N S T \ c o p q r   k l      %   X Y   B    
 ^      X Y z      г      * A X Y d   2 3     [ l    Q   ܻ ݻ & v   
  * V Z [ e p           & e q    % 0 i s      < = > ? k l v            ! " + j v    ,   + , - > L M N X c               N Z          " 0 1 2 3 _ i t             ! ` l       X           	   B l m n p q r {     ; j      ' ( ) c           
 ! " + - . ? ~  e f w            = u   ` a k v        , ? R T k l u     ! " 3 ` g o p         
  0 1 2 3 < _          & 6 7 8 9 : ; < = > ? g                            " < V ^ s           = ]         M      % . / 7 L a s         / I c s          # 6 7 8 9 B   , u     ' z {          &   ;  " # $ % 6         $ % & ' 0  , p  X Y Z k          . H X r         . H I J K \        % 8 9 : ; D  ]   @      j       ) > P j         & ; M g            0 C V i | } ~   L   W   S       J     @ l     
 N U ^ _ g |        1 B \ m         % ? Y j            ' : ; < = F   f   V  I     G f      @ A B S           & = N e |         
  3 J a r            . A T g z | } ~   a 3  /	 i	 	 	 0
 N
 
     o p w   T     1 P o      	 
      ) K m       : O P a           U   # x y  r s 2 3   /     : r   ] ^ h s        
  0 2 3 4 =    
 + E |         
   3 5 6 7 @ ^            A  B  U  h  {                `! a! r! s! t! ! ! ! ! ! ! ! ! ! ! " " *# +# <# =# ># ?# p# # # $$ %$ V$ N% O% % % % 4& y& & & A' ' ' ,( -( .( 8( C( v( ( ( ( ( ( ( ( ( ) ) *) +) 4) ) ) ) * )* U* * * * * * * * * + 
+ + + 7+ 8+ K+ ^+ q+ + + + + + + , 1, b, , , , , , 
- ;- a- - - - - - - - - . . .  . !. I. J. ]. p. . . . . . . / :/ t/ / / / / X0 \0 ]0 ^0 _0 p0 0 0 0 0 0 0  1 1 1 1 1  1 1 1 q2 2 2 2 3 3 3 3 3 3 3 3 3 3 3 ,4 4 5 5 O5 5 5 5 )6 6 7 7 g7 h7 7 8 38 48 l8 >: k: l: : [; ; ; ; }< ~< < < < < = /= 0= v= > > (? ~? ? @ P@ @ @ A A A A A A A A A A A A A A A A A A A A B B B B B  B !B "B #B .B 2B EB MB YB ZB _B B B B B B $C )C nC oC tC C C D D D 3D 7D QD RD WD D D D D D D D E E E &E uE zE 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  F F F F F F F F F F F F F F G G G *G ,G -G .G /G 0G 8G >G ?G HG LG MG `G lG mG nG oG pG G G G G G G G G G G G G G G G G G G G G G  H H H H I I J J K K K >L KL L L L L L L !M "M 3M sM tM uM M M QN 
O O O O P P P Q Q MR R S S S CT T T T =U [U \U oU V V V X 'X X X X X Y Y Z Z [ [ 
\ \ V\ b\ q\ }\ ~\ \ \ ] ] )] r] w] ] ^ ^ 1^ ^ ^ 2_ _ _ I` ` ` ` ` a a b b Rd Sd 	e 
e e e e f f mg h h 3i 4i j j j j j j j j j j j j j j j j j j  k k k k "k #k <k >k Ck Dk Rk Tk Zk [k nk pk vk wk k k k k k k k k k k k k k k k k k k l l l l l l $l )l Dl El Fl Gl Hl &n 'n 3n {n n n n o *o ^o ro o o o p 9p Wp p p p p q ;q Zq q q q q q r r r r s s s 5s hs is s s s s s s s s -t Ct Yt ot t t t t t u 5u ?u Iu Ju qu u u u u u u u  v v 
v ,v -v Av Bv fv v v v v v v v v v v v v v v v v w $w %w 9w :w Tw pw qw w w w w w x x !x "x 3x Sx Tx Ux |x }x ~x x x x x x x x x x x x y y %y Ey Fy Gy ty uy vy wy xy yy y y y z z z z z z z z z d{ { { { { { { | | | -| Z| p| r| | | | E} F} } } } } (~ )~ :~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Y Z k        ^ _     ʀ ˀ + B Z q   ځ  U V @ A X m      ǃ ȃ ҃ ׃ ؃         & 6 7 B G H R W X c h i s x y z      Ƅ Ǆ ф ք ׄ         ) 9 : E J K U Z [ f k l v { | }   Å ą υ ԅ Յ ߅           C Q a b m r s }           ̆ ܆ ݆       	         Շ     ! & ' 1 6 7 B G H R W X Y           ˈ Ј ш ۈ      - . 9 > ? I N O Z _ ` j o p q     ˉ Љ щ ۉ          ) 7 G H S X Y c h i t y z       ' 5 E F Q V W a f g r w x       Ƌ ǋ ҋ ׋ ؋         	 
 6 D T U ` e f p u v          ь Ҍ ݌             9 Y ~        +       
 @ J T U     ׏ ؏  5 6 V W   : _ o      Ǒ  1 J c          = >     , F [ s t u  = > ? @ i   - ? Q R A B L W     ŗ       $ i j y   Ø A  ϙ   3 U V z {  ݚ 3  ̛     8 9        N X b c   Ý ĝ ŝ Ɲ ϝ 0 1 Q R   Þ Ğ ՞   ! " # S  
 B C ڤ    $ j k + , _ ` r ت ٪ ? @ U  B E       , > Q R W _ d e j r ~              Ȱ а ܰ ݰ       
      	 
   ] ^  õ ? @             !      % 2 ? L ] n           2 3   R S % &  
 ?     J z {             A K U V          6 ]      6         	 
   R \ f g           ; f   P           4 > H I w            J   4             E O Y Z           
 1 _    2 3 4 E S T U _ j      
       X d     % \         ( 3 f p z {            R    G H I J K L | - . b    Z    	  G Q [ \        	 
  ~        
  $ 4 5 6 7 _           + Y Z [ l                 & ' L _ r s t u ~  ] p V W X Y j ' . 7 8 @ U j |        & 8 R l |          3 F G H I R   _ ` a r         + E U o         + E F G H p          f           A Z         n   "      ' ( P Q v            W    	 \ ] d m n v        * 2 G \ n          M N v w            7 K                 " 3 M g x         0 J d u                    &    A   ( {  F  K     7 N ~   
 6 b          / D V p        % - B W l ~      	 "	 3	 M	 N	 O	 P	 x	 y	 	 	 	 	 	 	 	 	 	 
   z   k
 
     # H _ ~      5 < E F N ` r         + A R i j r         ' > O e v               % 7   O   R q     Y x  
      2 Q p    
 , - >              -  O  P  r              2! W! X! Y! Z! ! D# F# z# # # +$ r$ $ % % i% & & & & ' ' ' *( +( _( ( ( ) W) ) ) ) * * D* N* X* Y* * * * * * * * * * * #+ F+ }+ + + + , H, I, Z, [, \, , , , , , , , , , , ,  - - - - - - - - - . . ,. .. /. 0. 9. W. {. . . / / / :/ ;/ N/ a/ t/ / / / / / / ;0 0 0 0 0 0 0 1 1 1 1 1 1 2 2 !3 c3 3 3 4 X4 4 4 &5 u5 5 5 5 5 5 6 6 (6 )6 Q6 R6 w6 6 6 6 6 6 6 6 A7 r7 7 7 7 7 58 68 G8 t8 {8 8 8 8 8 8 8 8 8 8 8 8 9 "9 $9 %9 ;9 <9 E9 9 9  : : 6: I: : : : : : ; ;  ; 1; e; l; t; u; ; ; ; ; ; ; ; ; < !< 4< 6< 7< 8< A< < < = $= _= j= = = = = = = > ;> <> d> e> x> > > > > > > > -? j? @ R@ @ @ @ $A %A &A 7A dA eA fA gA A A A B B B B YC C C C DD D D E E ?E E E E 
F G 	H 
H GH H 3I 4I gI J J QJ fJ J J J J J K ^L L L M YM M M FN N N O O *O 6O EO QO dO hO iO jO kO lO mO nO oO pO O O O O O O O O O O O O O O O O O O O 4P 9P P P P P P Q 
Q Q IQ MQ Q Q Q Q Q Q Q Q -R 2R YR ZR _R R R R R R R S S $S %S (S 2S 3S 6S ?S @S AS RS WS _S fS mS yS zS S S S S S S S S S S S S S S S S S S S S nT oT T T T T T T T T T T T T T T T T T T 
U U U 
U U  U :U ;U FU SU TU ^U kU lU mU nU oU pU qU rU U U U U U U U U wV xV jW kW BX CX ZY cY Y Y Y 1Z 2Z >Z Z Z Z Z Z Z [ [ [  [ X[ [ \ \ ] ] ^ ^ ^ _ z_ _ Q` ` !a "a a <b b b b b b 
c sd td d e e .f Pf if f f f g g Ii Ji i i i  j j j j mj j j j j k k Tk k k k 9l vl l m m m 7n 8n n n (o )o p p q q r r us vs s s Qt u Rv Sv v v =x Ax Bx Xx Yx mx nx ox xx x x x x x x x x x x x x x x x x x x x x x x x y y y y *y ,y 1y 2y Gy Iy Ny Oy iy ky py qy y y y y y y y y y y y y y y y y y y y { { { | 3| g| | | | | } D} \} } } } } )~ G~ {~ ~ ~ ~ ~ , - . / Q Z [ q     Ӏ   % 3 F G e    ˁ   
 # $     ӂ ݂    , - C Y o      ʃ ˃ ߃     ! 6 7 8 9 J j k l         Ä ׄ ؄    ! L e z      х          ( G H \ ]      Æ            i j    ! 2 R S T U u  6 L M W b     ˉ    A B K     ! 0  Ƌ ǋ ؋ ) l m          	 * + , - . / \   > I S ^ h i Ɏ    < = x    ސ ߐ   6 D T U ` e f p u v         đ ԑ Ց              5 C S T _ d e o t u         ǒ ג ؒ        	 
     C Q a b m r s }                     ! , 1 2 < A B C \ j z {              * s      ĕ ŕ ϕ ԕ Օ         , < = H M N X ] ^ i n o y ~     ˖ ̖ ז ܖ ݖ        
   ? M ] ^ i n o y ~         Ǘ ՗            " ' ( )   Ř Ә              % & ' F T d e p u v           ԙ           $ % / 4 5 6 Q _ o p {             ך   ? @      ɛ N O      ޜ    & J \ ^ u v  ӝ ԝ   C  ؞  
  . / S T e  ϟ   0 1 W       ۠ ܠ +    ʡ      $ ۢ ܢ ݢ ޢ    ˣ ݣ   ߤ    ( 2 < = c       ¥    ( ` a ߦ M m   ѧ     * { Ѩ , j     ֩ ש \ ]           ' O a b c d m Ϋ ϫ   ? @ a b s          x    ³  	 ɵ ʵ    v w ݺ ޺  @   N O 4 I   ʽ ܽ           " ) . / 4 ; G H P X ] ^ f n z {           O P   = >   U a     + , ~ ? @ H I  $ %  D N           . ? @ S f }      n o        - .      b  ! " I Y f          " T U W X Y b     9 a l    . / 0 A x y z {         3 X Y Z \ ] ^ g     D h  W g h i z           ; < = > @ A B K     ( L  ; K L M ^ l m n o        & M N O P R S T ]     < \           ; E O P ~          ) W w    C D U c d e         B C D F ] ^ g i j {                 B y   G         " B U h {       / \ ] ^ o             3 F Y l m n o x      
 ; B K L b r s t u v w x y z {           Y                4 N ^ x       
  4 N O P Q y         [      Z a j k s       
 ' / D Y k          & 9 L _ r s t u ~  ! h  O P Q R c      0 C V W X Y b   4  w    ^ _ ` a r      ' : M ` a b c l A h             ) > P j         & @ P j          ( ; N a t u v w  9    |	 )
 *
 +
 <
 
 " ) 2 3 ; P e z        0 8 M b w      
 
 -
 .
 /
 0
 X
 Y
 l
 
 
 
 
 
 
 
 
   @      ?  ? @ G     H |     4 5 F           ( 9 S m ~       
  6 P a {           * = P c v w x y  @ :   %  	  < C       ; | } ~         " 4 K b y          " 4 F X o           +  ,  -  .  V  W  j  }                ! " o# # k$ $ $ % l% % % N& & ( >) ) ) ) O+ P+ + + + , N, m, , , , , ,  - !- E- F- K- M- N- O- X- e- - - - - - . 2. T. v. . . . . . . . . 2/ 0 0 1 Z1 1 1 2 _2 2 2 3 3 3 n4 o4 35 45 k5 5 5 5 ?6 v6 6 6 D7 7 7 7 7 7 7 7 7 8  8 38 F8 Y8 l8 n8 o8 p8 y8 8 8 9 I9 g9 9 9 9 9 9 9 9 ": #: 6: I: \: o: q: r: s: |: : : A; B; S; T; U; }; ~; ; ; ; ; ; ; ; ; ; < < < < < < < < < < = %= '= (= )= 2= V= = f> g> x> y> z> {> > 8? 9? `? a? ? @ @ @ A 8A pA A A 8B }B B C hC iC jC tC C C C C C C C D (D ;D ND PD fD gD pD D E "E ZE eE E E E E F F !F "F 8F HF IF JF KF sF tF F F F F F F F F F RG mG G G G G H *H IH wH H H H H H I 
I I I CI ZI [I \I ]I I I I I I I I I I I NJ vJ J J J K 'K K K K K K K K K L L L )L <L OL QL RL SL \L L M M M +N 6N UN N N N N O O O O ,O -O hO P QP RP P P 2Q 3Q eQ Q MR NR R R R @S oS pS S zU U U U V V V W W W W X  X 0X CX kX lX X Y +Z dZ Z Z P[ [ [ #\ Z\ \ \ \ \ \ \ ] ] ] ] 	] 
] ] ] 
] ] "] )] .] >] ?] N] O] P] \] ]] ^] _] j] n] ] ] ] ] ] ] ] -^ .^ 3^ `^ e^ ^ ^ ^ ^ ^ =_ >_ C_ o_ s_ _ _ _ _ _ _ _ _ +` 0` V` W` X` b` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a #a 'a .a 5a 6a 7a 8a 9a :a ;a <a =a >a ?a @a Aa Ba Ca Da Ya b 
b &b 'b @b Qb Rb fb hb ib jb kb lb tb zb {b b b b b b b b b b b b b b b b b 	c 
c c c 
c c c c c c ,c -c .c /c <c Nc d d e 	e e e f g !g zg g g g g $h %h 8h ]h ^h oh h h h h h i Ij Jj 7k 8k -l .l :l l m m m Xn n n o o :p ;p yp p p p r r #r As cs s s t #t =t >t Gu Hu v v Fw Gw w w w w w x !x Sx Tx ex x x x Py Qy my y z nz 3{ 4{ { { { !| "| | | ~  ~   E F   . ?     o p ۅ ߅      
  $ 1 2 3 4 5 6 : ; < = V X ^ _ x z           Ȇ ʆ φ І      	      & ' 5 7 = > Q S X Y ` e      b c o  щ   S f     . A u  ǋ   3 C w  ʌ ˌ ̌ ͌     5 D W X q   Î ю    3 4 5 i      ( ) 3 > q {    ʐ ː   
 # % < = F h i } ~    ԑ Ց ֑ ב   	 
 1 2 3 4 5 6 ? ` a u v        - G H ] ^ o          Ɠ      9 : O P a                Е       Ԗ      3 = G H i    ߗ       Θ  d e v Ǚ 
  , - . / 0 1 :    Ț ɚ ʚ ˚ ̚ ͚    ܛ      g ~   ڜ ۜ  K   | }   Ԟ           $ % / 4 5 6 T b r s ~             ӟ       
    # $ . 3 4 5 W e u v                         ! , 1 2 < A B C           ʡ ϡ С ڡ ߡ       $ ) * 4 9 : E J K U Z [ \ Ȣ  3 A Q R ] b c m r s ~        ʣ ڣ ۣ         
     K Y i j u z {           ݤ      
    ( - . 8 = > ? e s             ť ƥ ǥ 3 4 c q             æ Ħ Ŧ         # $ / 4 5 ? D E F r           § ç ͧ ҧ ӧ ԧ   
     ) . / : ? @ J O P Q u   ݨ ި 4 5 B C D g   ! 3 4 > I |    Ī       q r    @ v    ̬ ͬ    T m   έ ϭ  $ % & ' ( 1 y z ɮ ( 3 O h      ¯ y z { |  4 5 i {   } ~   Ʋ в ڲ ۲  0 B T U V W `    Ƴ   }   , R o     ȵ  o ʶ  K L M N t u   / A B L W     Ÿ        l m   ݹ ޹     \ ] ^ _  % I ~   # N O `   g h      { |   ~      X Y h z                           ! ( - . 6 = I J K L   E F       { | 2 3        8   ]   2 3 T a n {           2 3 > n o  
   a b 5 F {   + Y      P      0 4 5 ? J }            ? K r    
 C M r         E F P [             D P w          & ' ( 2 = p z            ( 4 [    p      
   
 9 C N              : F m    2 n o p            F G H J K L U      D a        = Z d o               X  ? @ Q        i j    O   : ; E P          , . E F O      
 : A I J ` p q r s      
      
    9  g                              A b c                c j s t |        0 8 M b t          7 \ o       '        	  & ; M g        		 #	 =	 M	 g	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 
 
  O      T U }          
 
 
  ^      c d            
   J  2 3 4 E           " 2 L f n        " # $ % 6               7 s       D         * D ^ o          ' A [ l          
  0 C V W X Y b & }  1 d  -       $  s        ! F! r! ! ! ! ! (" /" 8" 9" A" V" k" " " " " " " # # 6# G# a# i# ~# # # # # # # $ 3$ D$ ^$ o$ $ $ $ $ $ $ $ $ $ % % % % %  % % & @' ' ' 0( ( #) ) ) !* @* _* * * * * + + + -+ q+ x+ + + + + + + + +  , , (, ?, V, g, }, , , , , , , , , 
- $- ;- L- c- z- - - - - - - - - - . . .. A. T. V. W. X. a. s/ ;0 
1 1 	2 C2 2 2 
3 (3 Z3 3 4 5 6 I7 J7 Q7 8 8 .9 n9 9 9 9 : *: I: h: i: z: : : : : : : : : : ; %; G; i; ; ; ; ; ; < )< *< ;< n< < < < < < > > > > /? g? ? ? R@ S@ @ LA MA B 
B B B 	C fC gC C C D LD D D 7E 8E BE ME E E E E E E E E E 
F F 
F F F _F F F F G G VG G G G G G G G G G G 
H H H H H 8H \H H H H H H I I /I BI UI hI jI kI lI uI I I :J ;J LJ MJ NJ vJ wJ J J J J J J J J J wK L L L L L L JL L L L L 0M (N )N ]N N N O SO O O P bP P Q Q Q Q Q PQ ZQ dQ eQ Q Q Q Q Q Q Q R R R }R R R R S /S qS rS S S S S S S S S S S T T %T 8T KT ^T `T aT wT xT T T U <U YU rU U U U U V ;V ZV [V \V mV V V V V V V V V V #W $W 7W JW ]W pW rW sW tW }W W X NX `X X X X 2Y 6Y 7Y 8Y 9Y JY wY xY Y Y Y Y Y Y Y Y Y Y iZ Z K[ [ [ [ [ `\ a\ b\ s\ \ \ \ \ \ \ ] ] ] ] )^ ^ ^ ^ _ _ _ _ A` B` {` ` 
a a Fa c Ec Fc c 5d od pd d We Xe e e e e e 	f 
f Pf g g h Xh h h *i i i i Zj [j fj rj j j j j j j j j j j j j j j j j j j j j j j j j k k k 'k 3k 4k 9k pk uk k k k k l Hl Il Nl l l l l l 
m m +m ,m 1m im nm m m m m m m m m  n On Tn `n an dn nn on rn {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 o o o o o o p p p 	p 
p p p p p #p 'p (p ;p Gp Hp Ip Jp Kp ]p wp xp p p p p p p p p p p p p p p p p p p p p q q r r s s t t t u &u nu ou {u u u u u u v Nv Ov Pv ]v v ,w w w x x y y y \z z ({ { { ^| _| } y} } } ~ 6~ 7~ J~      k    ܁ ݁       1 = L X Y      M R     v  
 ҈ ӈ $ t u   e f   - .     ͎ ގ  H     z ~        Ó Г ѓ ғ ӓ ԓ Փ ٓ ړ ۓ ܓ         - / 5 6 I K Q R g i n o           Ŕ Ɣ Ԕ ֔ ܔ ݔ          ! " #    V p     9 M   ͘   2 f   ҙ   5 i j k l     ԛ     C D b p    Ҝ Ӝ Ԝ   4 J ` a ǝ ȝ ҝ ݝ   $ % L i j     Ğ ۞ ܞ      A ] ^ s t u v     П џ ҟ ӟ ԟ ՟ ޟ      / K L ^    ̠      . / 0 W X Y Z [ \ e      ء ١       ! " O P Q R S T ]   \ ] ^ o      ? s     Ҥ ܤ    5 K M ~     ! ] ^ m     f   ˧ ̧ ͧ Χ ϧ Ч ٧ 4 5 F g h i j k l  9 : {        5 L y z   0 1   3 H s           ì Ĭ ά Ӭ Ԭ լ      " # - 2 3 > C D N S T U r           ­ í ͭ ҭ ӭ ԭ       % & 0 5 6 A F G Q V W X           ˮ Ю Ѯ ۮ     , < = H M N X ] ^ i n o y ~       ï ȯ ɯ ӯ د ٯ        g  Ұ           " # - 2 3 4 [ i y z                 	    $ ) * 5 : ; E J K L |          ǲ ̲ Ͳ ײ ܲ ݲ ޲   " # . 3 4 > C D O T U _ d e f ҳ ӳ     ! , 1 2 < A B M R S ] b c d         ´ ô δ Ӵ Դ ޴      / 0 ; @ A K P Q \ a b l q r s        ȵ ͵ ε ٵ ޵ ߵ      4 Y | } Ӷ Զ        ҷ ӷ ݷ   % / 0 c         1 2  ߹  : J [ k l      % > m n  û Ļ Ż ƻ ǻ л   h Ǽ Ҽ   ! 6 N O P a     D Ӿ Ծ   , -   ' 2 e o y z         D E T e         0 1 U V g   i               ) 3 = > d         , - | }        .          E F   : ; M     0 }      q      , - 2 : ? @ E M Y Z _ f k l q x                         z { 8 9       h i  | }    a b         
  ' 8 I Z k | }       
    - .       j k   % U V   ^ _          & 0 1 _          8 v      k l m ~         - 7 A B p           A   +             # $ R x y z { } ~      % e   x              * 4 5 c             :  y      
     . / 0 : E x            3 ? f      7           A K U V            -    " # $ % & ' W 	 		 =	 	 	 	 5
 
 
 
 
 
 " , 6 7 _          Y l          
 
 
 
 :
 ]
 p
 
 
 
 
 
 
 
 
  4 5 6 G x                  ' : M N O P Y  8 K 1 2 3 4 E  	    0 E W q         - G W q         ! " # $ -   : ; < M            0 J d l          ! " # K c v        A ^           5 Z m       I q          + , Q d w       ~   2     7  8  ?  H  I  Q  f  {            ! 
! "! 7! I! c! }! ! ! ! ! ! ! ! (" )" Q" R" e" x" " " " " " " " v# # $ &$ $ f% g% h% y% % _& f& o& p& x& & & & & & & ' (' B' S' m' u' ' ' ' ' ' ' ( %( ?( P( j( k( l( m( ( ( ( ( ( ( ( ( ( ( ) ) * }* * + V+ + !, |, &- |- }- - - . ). Y. . . . / =/ q/ r/ / / / / / / / 
0 0 10 K0 e0 v0 0 0 0 0 0  1 1 1 21 G1 Y1 s1 1 1 1 1 1 1 2 (2 )2 *2 +2 S2 T2 g2 z2 2 2 2 2 2 2 2 }3 w4 4 U5 b5 5 F6 6 y7 7 7 7 7 #8 :8 Y8 x8 8 8 8 8 9 9  9 !9 )9 ;9 M9 _9 q9 9 9 9 9 9 9 : : -: D: E: M: _: q: : : : : : : ; ; *; @; Q; h; i; j; k; ; ; ; ; ; ; ; ; ; ;  < = = > *? ? ? -@ L@ @ @ @ A 4B SC {D D D D F F F 
G ,G KG G G G G H H H ]H ^H H H H H H H H H H H I *I +I MI oI I I I I I 
J 2J 3J 4J 5J oJ L !L UL L L M MM M M M DN N N O O pP qP P Q Q :Q |Q Q Q 2R R R R R R S )S 3S 4S \S ]S pS S S S S S S S S !T XT T T T T #U $U 5U 6U 7U _U `U sU U U U U U U U U U ~V V V V V V V V V V W 	W 
W W W 2W VW W W W W W X X )X <X OX bX dX eX fX oX X Y Y Y Y Y Y Y Y uZ vZ Z Z Z [ [ [ >\ u\ \ \ 3] u] ] ^ P^ ^ ^ ^ ^ ^ ^ ^ _ _ ,_ -_ R_ e_ x_ _ _ _ _ _ ` M` _` ` ` ` a a "a Oa Va ^a _a ua a a a a a a a a a a a  b b b  b b b b b c $c \c gc c c c c c c d @d Gd Od Pd d d d d d d d d d d e e e e e e e e e :f Ef df f f f f f f g g ?g @g Sg fg yg g g g g g h Eh h -i hi si i i  j j j ?j @j Aj Bj ij jj j \k k k k 4l ol pl l m m m m m n }n n n n p p p "q q r r Br r r ,s As ]s ms s s s s 9u hu u u 4v v v !w `w w w w x x  x ,x ?x Cx Dx Ex Fx Gx Hx Ix Jx Kx _x fx kx {x |x x x x x x x x x x x x x x x y y jy ky py y y y y y $z (z zz {z z z z z z z { 
{ 4{ 5{ :{ h{ m{ { { { { { { {  | | 
| | | | | | -| 2| :| A| H| T| U| `| d| k| r| s| t| u| v| w| x| y| z| {| || }| ~| | | | | I} J} c} d} }} } } } } } } } } } } } } } } } } } } } } } ~ ~ !~ .~ /~ 9~ F~ G~ H~ I~ J~ K~ L~ M~ Z~ [~ i~ j~ k~ l~ y~ ~ R S E F   5 > ^  Ă  
  a b u        3 ʄ   t u j k w  U ƈ ,      w x  ԋ Ջ  N O ` ~  	 + D ` z {   $ %   ϒ ے    H ^      /     Q  p q    ^ _   \ ] ˚ ̚   P Q k | ,  - .      3 4 H I J S a n o p q r s w x y z         ˡ ͡ ӡ ԡ        
 " $ ) * D F K L [ ] c d r t z {                 B \   ץ   7 k ~  Ц  " V p   ӧ   	 
 , 5 6 L r          ! " @ p q r   Ҫ    e f p {   « ë     4 J ` b y z      ߬       % E F G n o p q r s |     ͭ    ' @ U j      ̮ ͮ ή        " # 7 8 Z v w              D E    
 - . / 0 P ݱ  ' ( 2 = p z    Ӳ     &      \     G H i j k l m n w ҵ ӵ      	 
 7 ׶ ض  $ . 9 C D   ӷ    S  θ ϸ   ѹ    / 0 ; @ A K P Q \ a b l q r s        ˺ к Ѻ ܺ         . / : ? @ J O P [ ` a k p q r      û Ļ λ ӻ Ի ߻        , < = H M N X ] ^ i n o y ~    ʼ ڼ ۼ         
     7 E U V a f g q v w         N p ~            ˾ о Ѿ Ҿ     # ( ) 3 8 9 D I J T Y Z [        ¿ ǿ ȿ ӿ ؿ ٿ      ( 8 9 D I J T Y Z e j k u z { |                  p q                   ! / ? @ K P Q [ ` a l q r |                  
    , : J K V [ \ f k l w | }          q r     ) * ^ p q {       % 7 9 P Q Z      }     	 
 . / @       2 a b c d e n    e p              q r          
   > m           ; <  ( H i        V   E       7 8 l ~         * < = > ? H       < = N      b    S `           Q R       ) *  $                 	 
   " # + 3 8 9 A I U V ^ e j k s z     * +       0 <   o p   Y   # $ u      ) o p         	   . A X o p {   I J     r    	 h     =        $ 4 A m q r |       / 0 2 3 4 = |     < G    	 
   S T U V          3 4 5 7 8 9 B      C  2	 B	 C	 D	 U	 c	 d	 e	 o	 z	 	 	 	 	 	 
 
 
 
 
 
 
 &
 e
 q
 
 
  '   & ' ( 9 G H I J v       
 (
 )
 *
 +
 -
 .
 /
 8
 w
 
 
 
  7 o             * + Y           2 R      0 > ? @ z           ! 8 9 B D E V   | }             T   " w x         0 C V i k     
 7 8 9 J w ~           ! 4 G H I J S v        & ' = M N O P Q R S T U V ~          4                  )  9  S  m  u              ! )! *! +! ,! T! t! ! ! ! ! ! ! ! 6" d" " " " " 5# <# E# F# N# c# x# # # # # # $ 
$ $ 4$ F$ `$ z$ $ $ $ $ $ $ $ % % '% :% M% N% O% P% Y% % % C& & *' +' ,' -' >' ' ' ' ' ' ( ( 1( 2( 3( 4( =( ( ) R) ) 9* :* ;* <* M* * * * * * + + (+ ;+ <+ =+ >+ G+ , C, , , o- p- q- - - - - - - - . . +. E. _. o. . . . . . . / / +/ E/ _/ `/ a/ b/ s/ / / / / 0 0 )0 <0 O0 P0 Q0 R0 [0 1 t1 1 1 W2 3 3 3 3 3 3 4 
4 4 4 +4 @4 U4 g4 4 4 4 4 4 4 5 5 (5 =5 R5 d5 ~5 5 5 5 5 5 6 	6 
6 6 36 46 G6 Z6 m6 6 6 6 6 6 6 c7 7 8 n8 8 8 j9 9 : : ; ; "; a; ; ; ; #< W< < < < = = != e= l= u= v= ~= = = = = = > > .> H> Y> s> > > > > > > > ? +? <? V? p? ? ? ? ? ? ? ? ? ? @ @ +@ >@ Q@ R@ S@ T@ ]@ A B }B B  C mC C `D E E ^E }E E E E E F WF XF YF jF F F F F F F F F G &G =G TG eG |G G G G G G G G G H !H 3H JH aH xH H H H H H H I I I 	I 1I 2I EI XI kI ~I I I I I I J xK JL L FM M M M GN eN N )O O P R R R R *T +T kT T T T )U HU gU U U U U U U  V !V &V (V )V *V 3V @V bV V V V V V 
W /W QW fW gW xW W W W W W 
X Y Y Y 5Z lZ Z Z :[ [ [ [ \ \ I] J] ^ ^ F^ ^ ^ ^ _ Q_ _ _ ` t` u` ` ` ` ` ` ` ` ` a !a 4a Ga Ia Ja Ka Ta a a a $b Bb \b b b b b b b b b c $c 7c Jc Lc Mc Nc Wc uc c d d .d /d 0d Xd Yd ld d d d d d d d d d we xe e e e e e e e e  f f f f 
f 1f f Ag Bg Sg Tg Ug Vg g h h ;h <h mh ei fi i i j Kj j j k Xk k k Cl Dl El Ol Zl l l l l l l l m m )m +m Am Bm Km m m m 5n @n ln n n n n n n n o #o $o %o &o No Oo bo uo o o o o o o o -p Hp yp p p p p q $q Rq xq q q q q q q q q r 5r 6r 7r 8r `r ar tr r r r r r r r )s Qs s s s s t ot st tt ut vt t t t t t t u u *u ,u -u .u 7u u u v v w w 0w w w w w w w w w x x Cx x ,y -y fy y 
z z @z z ({ ){ ~{ { { | J| K| | U~ ~ ~ ~ r      ʀ ߀    F G  ׂ  ?  ҃ + g   5      ʅ ݅            	   ) * + 7 8 9 : E I \ d p q v    	  ; @     Ƈ    J N h i n   ҈ ӈ ؈   1 2 3 =            ˉ Љ ؉ ߉      	                 4      , - A C D E F G O U V _ c d w          ̋ ͋ ׋             	 
  )       ӏ ܏  U b        8 9 J     ё h $ %    	    d ʖ 3   Z    T r s      >  ɜ     " #  ß ! " m y      . / @   ͡ + , H   I   `         i j   !   	  ʪ  ˬ ̬ J K    Ѯ Ү       
         1 3 9 : S U Z [ i k q r          ¯ ǯ ȯ             , . 3 4 ; @ [ \ ] ^ _ = > J     . A u   ճ 	  P n      R q     ʵ Ӷ Զ    2 3 L       ޷    D Z p        L V ` a     ҹ       ! C D X Y }       ú     
      ; < P Q k    Ż ޻   " # 8 9 J j k l          ռ ּ    * + < \ ] ^              ˾ ̾ ; ξ  {  ſ ƿ п ۿ   " # D q      \ ]     ? @ Q      	 
    p q         u v       B Y q     & l m W X o                
    / = M N Y ^ _ i n o z                    	    2 @ P Q \ a b l q r }                   
     Z h x y                          % & 0 5 6 7     , - 8 = > H M N Y ^ _ i n o p                  & 4 D E P U V ` e f q v w                 	     @ N ^ _ j o p z            > L \ ] h m n x } ~                  
       ! M [ k l w | }                   	 
    % * + , P p         B       $ W a k l        L M m n   Q v        / H a z           T U    * C ] r     T U V W    D V h i X Y c n        / 0 1 2 ;       X    - J l m     J   & ' ( ) O P   
   ' 2 e o y z        G H h i      7 8 9 : j   $ Y Z   ) * ;   B C v w    V W l  Y \     3 4 C U h i n v { |                        	   $ % & '     !   t u   V W 
              8   
  / < I V c t         
   I J   i j < =  ! V   
 4
 a
 
 
 
 +          % X b l m         & M t     ( M           ! + 6 i s } ~          + R }   g         
  K U _ `            6 a   K            ) \ f p q           ! H v   
 I J K \ j k l v       ! " # % & ' 0 o {     < s        5 ? J }                 3! i! " " ," ^" _" `" a" b" c" " D$ E$ y$ $ $ *% q% % & &  & +& ^& h& r& s& & & & & & ' 	'  ' !' *' ' ' ' ' ' ' ( ( $( %( ;( K( L( M( N( v( ( ( ( ( ( ( ( ( ( ) B) p) q) r) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * =* >* c* v* * * * * * * t+ + m, n, o, p, , >- E- N- O- W- l- - - - - - - . . (. =. O. i. . . . . . . . . / 7/ J/ ]/ ^/ _/ `/ i/ / 0 v0 w0 x0 0 0 0 0 0 0 1 1 (1 B1 \1 l1 1 1 1 1 1 1 1 2 (2 B2 \2 ]2 ^2 _2 2 2 2 2 2 2 2 2 2 2 }3 3 3 *4 4 4 4 4 4 /5 05 X5 q5 5 5 5 5 5 5 5 5 6 6 6 97 7 7 7 7 7 >8 ?8 g8 h8 8 8 8 8 8 8 8 8 8 9 9 %: n: 
; ; ;  ; s; t; {; ; ; ; ; ; ; ; ; 
< '< A< I< ^< s< < < < < < < < <  = = d= e= = = = = = = = = = = = > ? N? b? ? @ @ @ @ A A A A A A A A A B B 9B JB dB ~B B B B B B B C C 6C GC aC {C C C C C C C C C C D D 1D 2D 3D 4D =D E XE E F ?F F G ]G G bH H H H H NI eI I I I !J MJ yJ J J J K 
K K K K 1K FK [K mK K K K K K K L "L <L DL YL nL L L L L L L M M 9M JM dM eM fM gM M M M M M M M M M M M N O P P P Q Q Q R R R S :S _S vS S S S S S T LT ST \T ]T eT wT T T T T T T U U 1U BU XU iU U U U U U U U U U V 'V >V UV fV |V V V V V V V V V V 	W W /W 1W 2W 3W <W NX Y Y fZ Z [ i[ [ [ \ 5\ \ p] ^ _ $` %` ,` a a 	b Ib hb b b b c $c Cc Dc Uc c c c c c c c c c c  d "d Dd fd gd d d d d e e e Ie ne oe pe qe e [g ]g g g 
h Bh h h -i .i i 'j (j j j k k k Al Bl vl l l 'm nm m n n n (n [n en on pn n n n n n n n n n n :o ]o o o o o 1p _p `p qp rp sp p p p p p p p p p p q 7q q q q q q q q 
r r 0r Cr Er Fr Gr Pr nr r s s 's (s )s Qs Rs es xs s s s s s s s Rt t t t t t t %u u u u u v w w 8w zw w w .x ox x x =y y y y y y y +z 5z ?z @z hz iz z z z z z z z z X{ { { { { 
| L| M| ^| | | | | | | | | | | |  } } &} 9} ;} <} R} S} \} } } ~ 4~ M~ `~ ~ ~ ~ ~  5 6 7 H |            % 8 K M N O X ǀ  ) ; v   
     % R S { |    Ȃ ʂ ˂ ̂ Ղ D  & i   ΄ ; < = N { | } ~     ʆ ˆ  p   އ [ ƈ ǈ   V    !    ! ^  J K ~ 2 3 h }      + u  ݐ 3 p ɑ  ]  Ӓ 5 6 A M \ h {               Ǔ ȓ ɓ Փ ֓ ד ؓ        K P    ٔ ޔ # $ ) ` d         D I p q v   ϖ Ж і ۖ * / ; < ? I J M V W X i n v }                       җ      ʘ ˘ ߘ             ! " # $ % 7 Q R ] j k u                Ǚ     Y Z q z     H I U    ֞ מ  ( ) * 7 o    à      6   h Ѥ 8 9  S      $     ܩ E g       ` a     & 2 3   ̮ ͮ ޮ ' , k ɯ ʯ  P      N O   ? @           h " i j   T X Y o p                ϼ Ѽ ׼ ؼ      	   # % + , A C H I ^ ` e f             ʽ ̽ ѽ ҽ ٽ ޽      ۿ ܿ  0 J ~     ' [ s     @ ^      C D E F h q r         < J ] ^ |       $ : ;         & C D Z p            7 8 M N O P a               	 % & 8 c |         	 
 1 2 3 4 5 6 ? ^ _ s t          ) * + , - . 7   6 7 8 I i j k l   M c d n y       % ' X Y b   7 8 G     @              A B C D E F s   U ` j u      & S T   
    
 " M [ k l w | }                    
    ( - . / L Z j k v { |                   
      ! + 0 1 2 Z h x y                  " ' ( 2 7 8 C H I S X Y Z s                 A                 
  5 C S T _ d e o t u                      $ % & V d t u                   
     ) . / 9 > ? @             ' , - 7 < = > ] k { |                	 
    % * + 6 ; < F K L M h v                  3 V W       e f        	 
 = a s u        Z    $ 5 E F j k |     G H n         B       ( ) * ;                ? I S T z          . ? w x  d     
  / 0 A   C        s t       
   > f x y z {      V W x y                       '     
 W   e   f   K  `                        '  3  4  9  @  E  F  K  R  ^  _  g  o  t  u  }                            f  g      T  U      l  x          B	  C	  	  V  W  _  `    ;  <    [  e                  #  4  E  V  W  j  }                                D  E        /  0  y    8  9  `  p  }                 
    9  k  l  n  o  p  y           P   x               E!  F!  G!  X!  !  !  !  !  !  !  !  !  "  "  "  "  J"  o"  p"  q"  s"  t"  u"  ~"  "  "  "  #  [#  #  $  n$  ~$  $  $  $  $  $  $  $  $  $  $  $  $  ,%  R%  S%  T%  U%  W%  X%  Y%  b%  %  %  %  %  ?&  c&  &  R'  b'  c'  d'  u'  '  '  '  '  '  '  '  '  (  (  (  =(  d(  e(  f(  g(  i(  j(  k(  t(  (  (  (  )  S)  s)  )  )  )  )  )  *  	*  
*  *  *  R*  \*  f*  g*  *  *  *  *  *  *  *  *  
+  +  @+  n+  +  +  +  ,  Z,  [,  l,  z,  {,  |,  ,  ,  ,  ,  -  %-  /-  0-  Y-  Z-  [-  ]-  t-  u-  ~-  .  .  .  .  /  /  /  /  /  /  /  /   0  0  10  1  1  2  Y2  2  2  3  ^3  3  3  3  3  3  4  4  4  94  Y4  l4  4  4  4  4  4  4  4  35  F5  s5  t5  u5  5  5  5  5  5  5  5  5  5  5  6  76  J6  ]6  p6  6  6  6  6  6  6  6  7  7  7  !7  R7  Y7  b7  c7  y7  7  7  7  7  7  7  7  7  7  7  7  7  7  8  8  '8  (8  )8  *8  38  p8  9  %9  :  :  
:  :  :  :  :  :  :  :  
;  ;  1;  K;  e;  u;  ;  ;  ;  ;  ;  ;  <  !<  1<  K<  e<  f<  g<  h<  <  <  <  <  <  <  <  <  =  r=  =  >  >  >  '>  q>  x>  >  >  >  >  >  >  >  >  
?  $?  >?  F?  [?  p?  ?  ?  ?  ?  ?  ?  ?  ?  ?  %@  =@  P@  c@  v@  @  @  @  @  @  A  8A  A  A  fB  gB  hB  iB  zB  B  B  B  C  4C  GC  ZC  mC  nC  oC  pC  yC  #D  KD  D  D  uE  vE  wE  xE  E  E  E  F  F  +F  >F  QF  dF  wF  xF  yF  zF  F  XG  G  G  H  H  H  H  H  I  I  I  "I  #I  +I  @I  UI  gI  I  I  I  I  I  I  I  J  #J  =J  WJ  gJ  J  J  J  J  J  J  K  K  +K  ,K  ?K  RK  eK  xK  K  K  K  K  K  PL  L  L   M  M  @N  AN  BN  SN  N  9O  @O  IO  JO  RO  gO  |O  O  O  O  O  O  P  P  -P  GP  OP  dP  yP  P  P  P  P  P  P  Q  *Q  DQ  EQ  FQ  GQ  oQ  pQ  Q  Q  Q  Q  Q  Q  Q  Q  Q  R  R  WS  S  S  0T  T  T  VU   V  VV  WV  ^V  V  V  W  3W  _W  W  W  W  X  KX  LX  ]X  X  X  X  X  X  X  X  X  Y  %Y  ?Y  PY  jY  Y  Y  Y  Y  Y  Y  Y  Z  !Z  3Z  MZ  gZ  xZ  Z  Z  Z  Z  Z  [  [  [  [  -[  .[  A[  T[  g[  z[  [  [  [  [  [  W\  Q]  ]  /^  <^  ^   _  _  S`  Z`  `  `  `  `  a  3a  Ra  a  a  a  a  a  a  a  a  b  b  'b  9b  Kb  bb  yb  b  b  b  b  b  b  c  c  c  'c  9c  Kc  ]c  oc  c  c  c  c  c  c  d  d  +d  Bd  Cd  Dd  Ed  md  nd  d  d  d  d  d  d  d  d  d  e  f  g  h  h  h  i  &i  i  i  i  ej  k  -l  Um  m  m  m  fo  go  o  o  p  %p  ep  p  p  p  p  p  p  7q  8q  \q  ]q  bq  dq  eq  fq  oq  |q  q  q  q  r  r  'r  Ir  kr  r  r  r  r  r  s  
s  s  s  Is  t  t  /u  qu  u  u  'v  vv  v  v  w  w  w  x  x  Jy  Ky  y  y  y  z  Vz  z  z  {  [{  {  {  {  {  {  |  
|  |  6|  7|  J|  ]|  p|  |  |  |  |  |  |  |  2}  `}  ~}  }  }  }  }  ~  ~  ~  9~  :~  M~  `~  s~  ~  ~  ~  ~  ~  ~  ~  X  Y  j  k  l                        0      ŀ  ƀ  ǀ          )  <  >  ?  @  I  m    }  ~          Â  O  P  w  x        ք    O    ̅  
  O    ۆ  *            ɇ  Ӈ  ݇  އ      ,  ?  R  e  g  }  ~      '  9  q  |          )  0  8  9  O  _  `  a  b          Ċ  ׊  ي  ڊ        i      ҋ      6  A  `      ӌ  Ԍ  Ռ      !  )  *  Z  q  r  s  t        Í  ֍            e    ǎ  َ      >            Ï          -  @  S  f  h  i  j  s      đ    B  M  l  ْ  ڒ  ے            C  D    6  h  i      I  J  |    d  e        W                        Л  ћ      7  G  Z      ɜ    B  {  ў    g      :  q  Ӡ  Ԡ  ߠ                   !  "  #  $  %  9  @  E  U  V  e  f  g  s  t  u  v                    D  E  J  w  |    ¢  Ǣ      T  U  Z                      B  G  m  n  o  y  Ȥ  ͤ  ٤  ڤ  ݤ                      "  .  /  :  >  E  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  [  p  #  $  =  >  W  h  i  }                                ¦  æ  զ          	       !  "  #  $  %  &  '  4  5  C  D  E  F  S  e  ,  -               8            ;  <  O  t  u    Ƭ  Ǭ  Ȭ  լ  
    `  a  N  O  D  E  Q  ԰  /      o  ֲ  ײ      Q  R        ´  (  )  :  X  z        :  T  U  ^  _      ]  ^      Ļ  л  ѻ  "  8  j  k  |  ż  ʼ  	  g  h      +    J  K        8  9      6  7      \  ]  *  +  E  V                    
    "  #  $  -  ;  H  I  J  K  L  M  Q  R  S  T  m  o  u  v                                               %  &  5  7  =  >  L  N  T  U  h  j  o  p  w  |            y  z          6  j  }          E  X          0  J  Z                    &  L  [  n  o                  J  K  L              ?  @  J  U                    $  :  <  S  T  ]                               !  H  I  J  K  L  M  V  w  x                  /  D  ^  _  t  u                                4  P  Q  f  g  x                                      	  
  *              J  T  ^  _                           6  {  |      !  "  C  D  E  F  G  H  Q                                      ~            -  b                  	  
        %  *  +  6  ;  <  F  K  L  M  k  y                                      	        $  )  *  5  :  ;  E  J  K  L  n  |                                        "  '  (  2  7  8  C  H  I  S  X  Y  Z                                        /  0  ;  @  A  K  P  Q  \  a  b  l  q  r  s    (  J  X  h  i  t  y  z                                    
        #  $  .  3  4  5  b  p                                          #  $  .  3  4  ?  D  E  O  T  U  V  |                                  J  K  z                                    	      %  *  +  5  :  ;  F  K  L  V  [  \  ]                                        $  %  0  5  6  @  E  F  Q  V  W  a  f  g  h            K  L  Y  Z  [  ~      8  J  K  U  `                  *  +  4            W                	    k              ;  <  =  >  ?  H        ?  J  f                          K  L                            G  Y  k  l  m  n  w                  "  C  i              0        b  c  d  e          F  X  Y  c  n                      "                  (  s  t  u  v    <  `  ! ! -! :! e! f! w! ! ! ~! ! ! ! ! +
! ,
! ! ! ! ! 
! 
! ! ! ! ! o! p! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! #! /! 0! 8! ?! D! E! M! T! `! a! b! c! ! ! \! ]! ! ! ! ! 
! ! ! ! I! J! ! ! 3! ! ! ! ! O! ! ! t! ! ! I! J! k ! x !  !  !  !  !  !  !  !  !  ! !! !! 2!! I!! J!! U!! "! "! ##! $#! #! #! x&! y&! L'! ]'! '! '! '! B(! p(! (! (! (! )! g)! )! )! )! +! +! G+! K,! L,! V,! a,! ,! ,! ,! ,! ,! 	-! 
-! -! 
-! -! -! V-! b-! -! -! -! .! !.! Z.! d.! .! .! .! .! .! -/! ./! //! 0/! \/! ]/! g/! r/! /! /! /! /! /! 
0! 0! 0! 0! 0! 0! 0! [0! g0! 0! 0! 0! 1! 1! 2! 2! 2! 2! /2! =2! >2! ?2! I2! T2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2!  3! ?3! K3! r3! 3! 3! 4! 4! 4!  5! 5! 5! 5! !5! "5! #5! $5! P5! Z5! e5! 5! 5! 5! 5! 5! 6! 6! 6! 6! 6! 6! 	6! 6! Q6! ]6! 6! 6! 6! 7! I7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 8! 8! 38! ]8! ^8! _8! a8! b8! c8! l8! 8! 8! 8! 9! ,9! [9! x9! 9! 9! 9! 
:! :! :! :! T:! q:! {:! :! :! :! :! :! :! :! :! :! ;! ;! ;! <! <! 0<! o<! <! V=! W=! h=! =! =! =! =! =! =! =! ?! ?! ?! ?! .@! f@! @! @! QA! RA! \A! gA! A! A! A! A! A! A! 
B! B! 0B! CB! EB! \B! ]B! fB! B! B! C! C! C! $C! QC! XC! `C! aC! wC! C! C! C! C! C! C! C! C! D! !D! "D! #D! $D! -D! PD! ~D! D! D! D! D! D! D!  E! E! E! 'E! (E! )E! *E! +E! ,E! -E! .E! /E! 0E! XE! yE! zE! E! E! E! E! E! E! E! F! F! F! G! G! G! G! G! zH! H! H! H! H! H! H! H! H! I! I! -I! GI! OI! dI! yI! I! I! I! I! I! J! J! J! J! .J! NJ! sJ! J! J! J! J! J! J! K! >K! K! K! K! K! L! L! L!  L! (L! =L! RL! dL! ~L! L! L! L! L! L! L! M!  M! :M! TM! dM! ~M! M! M! M! M! M! M! M! N! N! 'N! (N! )N! *N! 3N! N! N! O! fO! P! P! P! P! P! kP! lP! P! P! P! P! P! Q! Q! 
Q! Q! Q! Q! Q! ,R! uR! S! S! S! S! 'S! zS! {S! S! S! S! S! S! T! T! T! T! T! !T! T! U! aU! U! IV! JV! KV! \V! V! V! V! V! V! V! V! V! W! W! 9W! IW! cW! }W! W! W! W! W! W! W! X! X! 9X! :X! ;X! <X! MX! X! X! X! X! X! X! Y! Y! )Y! *Y! +Y! ,Y! 5Y! Y! NZ! Z! Z! 1[! [! [! [! [! [\! \! \! \! \! \! ]! ]! /]! A]! []! u]! ]! ]! ]! ]! ]! ]! ^! ^! ,^! >^! X^! r^! ^! ^! ^! ^! ^! ^! ^! ^! 
_! _! !_! 4_! G_! Z_! m_! n_! o_! p_! y_! =`! `! `! Ha! {a! a! Db! b! b! c! c! c! c! ;d! d! d! d! d! 1e! ]e! e! e! e! e! e! ?f! Ff! Of! Pf! Xf! mf! f! f! f! f! f! f! g! "g! 3g! Mg! ^g! xg! g! g! g! g! g! g! h! h! 0h! Jh! [h! uh! h! h! h! h! h! h! h! h! h! i! i! +i! ,i! -i! .i! 7i! i! j! Wk! k! k! Gl! l! :m! m! m! 8n! Wn! vn! n! n! n! n! 1o! 2o! 3o! Do! o! o! o! o! o! o! o! o! o!  p! p! .p! ?p! Vp! mp! ~p! p! p! p! p! p! p! p! p! 
q! $q! ;q! Rq! cq! zq! q! q! q! q! q! q! q! q! r! r! r! 2r! Er! Xr! kr! mr! nr! or! xr! s! Rt! $u! u!  v! Zv! v! v! !w! ?w! qw! x! x! y! z! `{! a{! h{! }! }! E}! }! }! }! ~! "~! A~! `~! ~! ~! ~! ~! ~! ~! ~!  ! ! ! ! 
! ! <! ^! ! ! ! ! ! 	! +! @! A! R! ! ! ! ! ! ! ! ! ͂! ! F! ~! Ń! ! i! j! ! c! d! #! $! ! !  ! }! ~! ! ! +! c! ! ! N! O! Y! d! ! ! ! ! ԉ! Չ! ! ! ! !! #! $! %! .! v! ! Њ! ! ! 6! m! ! ! ! ! ! ׋! ؋! ! ! ! $! &! '! (! 1! O! s! ! ! ! 	! 
! 2! 3! F! Y! l! ! ! ! ! ! ! ΍! Q! R! c! d! e! ! ! ! ! ǎ! ڎ! ܎! ݎ! ގ! ! ! ! ! ! -! .! /! 0! a! ! ! ! ! G! ?! @! t! ! ! %! j! ! ! 2! y! Ȕ! ! ! ! )! 4! g! q! {! |! ! ! ʕ! ݕ! ! ! ! ! ! %! ! Ŗ! ז! ! ! F! ! ! ! Ǘ! Η! ֗! ח! ! ! ! !  ! (! )! <! O! b! u! w! x! ! ! ! ! "! S! p! ! ! ԙ! ߙ! ! ,! R! q! r! s! ! ! ! ǚ! Ț! ! ! ! ! ! :! ;! N! a! t! ! ! ! ! ! ! +! e! w! ! ! ܜ! I! M! N! O! P! a! ! ! ! ! ˝! ޝ! ! ! ! ! ! ! ! ! b! ! ! ! 
! w! x! y! ! ! ! ! ! ! ! ! ԡ! ! ! @! ! ! ! ! ! ! ! X! Y! ! ! $! %! ]! /! \! ]! ! L! ! ! ! n! o! ! ! թ! ! !  ! !! g! ! ! ! o! ! ! A! ! ح! ! q! r! }! ! ! ! ! ! ! ! ! ! ! ! ®! î! ׮! ޮ! ! ! ! ! ! ! ! ! ! ! ! #! 6! >! J! K! P! ! ! ! ! ! ! ! _! `! e! ! ! ! ! ! $! (! B! C! H! ! ! ! ! ! ! ! ! ! 
! ! f! k! w! x! {! ! ! ! ! ! ! ! ! ! ! ! ̲! Ͳ! ز! ܲ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ³! ۳! ܳ! ! ! ! ! ! ! !  ! !! )! /! 0! 9! =! >! Q! ]! ^! _! `! a! s! ! ! ! ! ! ! ! ! ! ! ´! ô! Ĵ! Ŵ! Ҵ! Ӵ! ! ! ! ! ! ! ʵ! ˵! ! ! ! ! ! ! ָ! /! <! ! ! ! ٹ! ڹ! ! ! ! $! d! e! f! s! ! B! ! ! ! ! ! ! ! r! ;! >! ! 
! t! u! 4! ! ! ! .! L! M! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! G! S! b! n! o! ! ! ! 	! ! c! h! ! ! ! "! ! ! #! ! ! :! ! ! ! ! {! |! ! ! C! D! ! ! ! ! ! ! ! ^! ! ! $! %! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! -! /! 4! 5! C! E! K! L! _! a! g! h! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! 5! 6! 7! 8! 9! ! ! $! l! ! ! ! ! ! O! c! ! ! ! ! *! H! |! ! ! ! ! ,! K! ! ! ! ! ! ! ! ! ! ! ! 
! &! Y! Z! x! ! ! ! ! ! ! ! ! 4! J! `! v! w! ! ! ! ! &! 0! :! ;! b! ! ! ! ! ! ! ! ! ! ! ! ! 2! 3! W! s! t! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! +! E! a! b! t! ! ! ! ! ! ! ! ! $! D! E! F! m! n! o! p! q! r! {! ! ! ! ! ! ! ! ! ! ! 6! 7! 8! e! f! g! h! i! j! s! ! ! r! s! t! ! ! ! ! ! ! U! ! ! ! ! ! ! ! ! ! ! K! a! c! ! ! ! 6! 7! s! t! ! ! ! ! +! |! ! ! ! ! ! ! ! ! ! J! K! \! }! ~! ! ! ! ! ! O! P! ! ! ! ! ! ! ! 3! K! b! ! ! !  ! F! G! 1! 2! I! ^! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	! ! '! (! 3! 8! 9! C! H! I! T! Y! Z! d! i! j! k! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! +! 6! ;! <! F! K! L! W! \! ]! g! l! m! n! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 4! B! R! S! ^! c! d! n! s! t! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! 
! ! ! ! }! ! ! ! ! ! ! ! ! "! '! (! 3! 8! 9! C! H! I! J! q! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! ! ! ! *! /! 0! :! ?! @! K! P! Q! [! `! a! b! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! (! 8! 9! D! I! J! T! Y! Z! e! j! k! u! z! {! |! ! ! ! &! 6! 7! B! G! H! R! W! X! c! h! i! s! x! y! z! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! '! 5! E! F! Q! V! W! a! f! g! r! w! x! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! J! o! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 1! ;! E! F! y! ! ! ! ! ! ! &! '! G! H! ! ! +! P! `! q! ! ! ! ! ! 	! "! ;! T! ! ! ! ! ! ! ! ! ! . " / " ~ "  "  " " " 7" L" d" e" f" w" ." /" 0" 1" Z" " " " 0" B" C" 2" 3" =" H" {" " " " " " " 	" 
" " " " Z" [" j" {" " " 2" " " " " $" F" G" k" l" }" " $" " "  	" 	" 	" 	" )	" *	" 	" 	" 	" 	" 	" 
" 
" ?
" I
" S
" T
" z
" 
" 
" 
" 
" 
" 
" !" "" B" C" " " " " " " " " " D" " " 3" 4" " " " " " [" \" " " P" Q" c" " " 0" 1" F" " 3" 6" " " " " 
" " " /" B" C" H" P" U" V" [" c" o" p" u" |" " " " " " " " " " " " " " " " " " " " " " "  " " " " " " !" !" N"" O"" "" "" 0#" 1#" #" #" ~$" $" $" &" &" '" '" '" w)" x)" *" +" +" ," ," 	." ." #." 0." =." N." _." p." ." ." ." ." ." ." ." ." ." #0" $0" 0" 0" C1" D1" 4" 4" 4" 4" 05" 5" 5" 5" 6" ;6" k6" l6" 6" 7" t7" u7" 7" 8" 8" 8" 9" 9" 9" 9" 2:" <:" F:" G:" u:" :" :" :" :" :" :" :"  ;" ';" N;" ;" ;" ;" ;" <" '<" <" <" <" <" <" <" <" <" <" <" =" =" C=" M=" W=" X=" =" =" =" =" =" =" =" =" =" >" ,>" W>" >" >" A?" ?" ?" ?" ?" ?" ?" ?" ?" ?" ?" %@" /@" 9@" :@" h@" @" @" @" @" @" @" @" @" @" @" A" ;A" {A" A" %B" B" B" B" B" B" B" B" B" B" B" B" C" 6C" @C" JC" KC" yC" C" C" C" C" C" C" C" C" C" C" "D" PD" D" D" D" #E" $E" %E" 6E" DE" EE" FE" PE" [E" E" E" E" E" E" E" E" E" E"  F" F" 
F" IF" UF" |F" F" F" F" G" MG" G" G" G" G" G" G" G" H" H" $H" WH" aH" kH" lH" H" H" H" H" H" H" H" I" I" I" 
J" CJ" J" J" K" 8K" 9K" :K" ;K" <K" =K" mK" M" M" SM" M" M" N" KN" N" N" N" N" O" 8O" BO" LO" MO" uO" O" O" O" O" O" O" O" O" P" oP" P" P" P" P" P" P" P" P" P" Q" %Q" &Q" 'Q" (Q" PQ" sQ" Q" Q" Q" Q" Q" Q" Q" Q" Q" R" JR" KR" LR" ]R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" S" S" =S" PS" cS" dS" eS" fS" oS" S" NT" aT" GU" HU" IU" JU" [U" V" V" (V" )V" 1V" FV" [V" mV" V" V" V" V" V" V" W" W" )W" CW" ]W" mW" W" W" W" W" W" W" W" X" $X" 7X" 8X" 9X" :X" CX" X" X" PY" QY" RY" cY" Y" Y" Y" Y" Y" Y" Y" Z" Z" 6Z" FZ" `Z" zZ" Z" Z" Z" Z" Z" Z" [" [" 6[" 7[" 8[" 9[" a[" y[" [" [" [" [" [" [" [" [" W\" t\" \" ]" ]" ]" ]" ]" ]" 	^" 
^" 2^" K^" p^" ^" ^" ^" ^" ^" ^" ^" __" _" _" `" `" `" `" `" `" a" a" Aa" Ba" ga" za" a" a" a" a" a" a" a" b" b" b" Hc" c" c" c" c" Md" Nd" Ud" ^d" _d" gd" |d" d" d" d" d" d" e" e" #e" 8e" Me" _e" ye" e" e" e" e" e" e" e" e" >f" ?f" gf" hf" {f" f" f" f" f" f" f" f" f" g" g" (h" <h" h" |i" }i" ~i" i" i" uj" |j" j" j" j" j" j" j" j" j" k" $k" >k" Xk" ik" k" k" k" k" k" k" k" l" !l" ;l" Ul" fl" l" l" l" l" l" l" l" l" l" l" m" m" 
m" m" m" m" 2n" n" n" o" lo" o" 7p" p" <q" q" q" q" q" (r" ?r" or" r" r" r" 's" Ss" s" s" s" s" s" s" s" s" t"  t" 5t" Gt" at" {t" t" t" t" t" t" t" u" u" 3u" Hu" ]u" ou" u" u" u" u" u" u" v" $v" >v" ?v" @v" Av" iv" jv" }v" v" v" v" v" v" v" v" v" w" x" x" ky" xy" y" \z" z" {" {" {" {" |" 9|" P|" o|" |" |" |" |" |" &}" -}" 6}" 7}" ?}" Q}" c}" u}" }" }" }" }" }" }" ~" ~" 2~" C~" Z~" [~" c~" u~" ~" ~" ~" ~" ~" ~" " " /" @" V" g" ~" " " " " " " " " " 	" " " 
" " (" " " @" " " C" b" " ݄" " " J" i" " " " " " " " #" B" a" " " ߋ" " " " /" s" t" " " " " " " " " ڌ" " " @" A" c" " " ɍ" ލ" ߍ" " #" H" I" J" K" " 5" 7" k" " " " c" " " " Z" " " " " " " " " " P" " ɕ" " H" " " " " " 5" ?" I" J" r" s" " " " " " " ×" ̗" " 7" n" " " Ԙ" " 9" :" K" L" M" u" v" " " " " ę" ř" ƙ" ϙ" " " " " " " " К" њ" " " 
" " "  " !" *" H" l" " " " " " +" ," ?" R" e" x" z" {" |" " " ," " " ˝" ̝" ͝" Ν" " " " " " " ݟ" ޟ" " T" " à" " I" " С" " f" " " " Ǣ" Ң" " " " " B" C" h" {" " " " " " ã" 2" c" u" " " " &" '" 8" e" l" t" u" " " " " " ƥ" ǥ" ڥ" "  " " " " ," -" 6" " " " " '" :" r" }" " ʧ" " " " " "" V" ]" e" f" " " " " " ب" ٨" " " " %" '" (" )" 2" " ɩ" " " P" [" z" " " " " " " ," -" U" V" i" |" " " " " " " " ["  " C" ~" " " " " " (" U" V" W" X" " " " r" " " ޯ" J" " " " 5" " " " " 0" " ²" ò" " ʹ" " " 8" " $" %" X" " 
" B" W" s" " " " " " O" ~" " 
" J" " ߺ" 7" v" " " " " '" 6" B" U" Y" Z" [" \" ]" ^" _" `" a" u" |" " " " " " " " " " " " " Լ" ܼ" " " " %" *" " " " " " " " " :" >" " " " ¾" ƾ" " " " " #" J" K" P" ~" " " " " " " 	" " " " #" $" '" 0" 1" 2" C" H" P" W" ^" j" k" v" z" " " " " " " " " " " " " " " " " " " _" `" y" z" " " " " " " " " " " " " " " " " " " " " " " +" ," 7" D" E" O" \" ]" ^" _" `" a" b" c" p" q" " " " " " " h" i" [" \" 3" 4" K" T" t" " " "" #" /" w" x" " " " " " " " " I" " " " " " " " " " k" " B" " " " " -" " " " " " " d" e" v" " " " A" Z" v" " " " " :" ;" " " " "  " " 
" ^" t" " " " " " E" " " " *" g" " " " " (" )" t" u" " " r" s" " " " " f" g" " " B" " C" D" " " ." 2" 3" I" J" ^" _" `" i" w" " " " " " " " " " " " " " " " " " " " " " " " " " " " " "" #" 8" :" ?" @" Z" \" a" b" q" s" y" z" " " " " " " " " " " " " " " " " " " 
" $" X" r" " " " " 5" M" " " " " " 8" l" " " " " " " "  " B" K" L" b" " " " " " " " " $" 7" 8" V" " " " " " " " " " {" |" " " " " " "  " " " 4" J" `" v" x" " " " " " " " " " " '" (" )" *" ;" [" \" ]" " " " " " " " " " " " " "  " " =" V" k" " " " " " " " " " " " 
" " " " " 8" 9" M" N" p" " " " " " " " " " " " " " " " Z" [" " " " #" C" D" E" F" f" " '" =" >" H" S" " " " " " " " " 2" 3" <" " " " " !" r" " " " " ]" ^" " " " " " " " " " " " " " " "  " M" " " /" :" D" O" Y" Z" " " "  " -" ." i" " " " " " " " '" 5" E" F" Q" V" W" a" f" g" r" w" x" " " " " " " " " " " " " " " " " " " " " 	" &" 4" D" E" P" U" V" `" e" f" q" v" w" " " " " " " " " " " " " " " " " "  # 
 #  #  # 4 # B # R # S # ^ # c # d # n # s # t #  #  #  #  #  #  #  #  #  #  #  #  # # # # # # # "# ## -# 2# 3# 4# M# [# k# l# w# |# }# # # # # # # # # # # # d# # # # # # # # # # # # # # # # # # # # -# .# 9# ># ?# I# N# O# Z# _# `# j# o# p# q# # # # # # # # # # # # # # # # #  # 0# ># N# O# Z# _# `# j# o# p# {# # # # # # # # # # # # # # # # # # # 	# # # # # # # # # # # # # # # # # # # # # # # # 7# E# U# V# a# f# g# q# v# w# # # # # # # # # # # # # # # # # # # # #  # %# &# '# B# P# `# a# l# q# r# |# # # # # # # # # # # # 
# 0# 1# # # # # # # ?	# @	# t	# 	# 	# 	# 	# 	# 	# 	# 	# 
# ;
# M
# O
# f
# g
# p
# 
# 
# 
# 
# 4# # # # # # #  # D# E# V# # # # # !
# "
# H
# w
# x
# y
# z
# {
# 
# 
# 
# # {# # # # # # # # # # # # # # # # # # # # # # # # # # ## -# .# T# # # # # # # # # # # # Q# R# # ># ^# # # # # # 	# 
# # l# # # [# # # # # # # M# N# # # # # # # # # # # @# R# S# T# U# ^# # # # # 0# 1# R# S# d# # # # # # x# # # # i# v#  #  #  # !# !# "# "# ## ## $# g%# h%# '# '# '# 1(# (# (# ?)# @)# %*# :*# *# *# *# *# *# *# *# *# *# *# *# +# 
+# +# +# +# +#  +# %+# ,+# 8+# 9+# A+# I+# N+# O+# W+# _+# k+# l+# t+# {+# +# +# +# +# +# +# +# +# @,# A,# -# -# ./# //# /# /# F0# R0# 0# 0# 1# 1# 2# 2# o2# 04# 14# 95# :5# 5# 7# 7# 7# 59# ?9# :# :# ;# ;# ;# ;# ;# ;# ;# <# <# 0<# 1<# D<# W<# n<# <# <# <# =# =# _># `># ># ># A# A# B# B# B# C# C# ~C# C# C# 	D# 
D# SD# D# E# E# :E# JF# WF# F# G# G# G# G# G# G# G# G# H# EH# FH# HH# IH# JH# SH# H# H# H# H# *I# RI# ]I# I# I# I# J#  J# !J# 2J# iJ# jJ# kJ# lJ# J# J# J# J# J# J# J# J# $K# IK# JK# KK# MK# NK# OK# XK# K# K# K# K# 5L# YL# L# HM# XM# YM# ZM# kM# yM# zM# {M# M# M# M# M# M# M# N# ,N# -N# .N# /N# 1N# 2N# 3N# <N# {N# N# N# N# O# =O# O# ,P# <P# =P# >P# OP# ]P# ^P# _P# `P# P# P# P# P# P# P# P# Q# >Q# ?Q# @Q# AQ# CQ# DQ# EQ# NQ# Q# Q# Q# Q# -R# MR# R# R# R# R# R# R# R# R# R# R# ,S# 6S# @S# AS# oS# S# S# S# S# S# S# S# S# S# T# HT# hT# T# T# T# 4U# 5U# FU# TU# UU# VU# U# U# U# U# U# U# 	V# 
V# 3V# 4V# 5V# 7V# NV# OV# XV# ZW# [W# lW# W# W# X# X# X# X# X# X# X# X# X# Y# Z# Z# Z# 3[# j[# [# [# 8\# \# \# \# \# \# \# \# \# ]# 3]# F]# Y]# l]# ]# ]# ]# ]# ]# 
^#  ^# M^# N^# O^# `^# ^# ^# ^# ^# ^# ^# ^# ^# ^# ^# _# $_# 7_# J_# ]_# ^_# __# `_# i_# _# _# _# _# _# _# ,`# 3`# <`# =`# S`# c`# d`# e`# f`# g`# h`# i`# j`# k`# l`# `# `# `# `# `# a# a# a# a# 
a# Ja# a# a# b# b# b# b# b# c# c# c# c# c# c# c# d# %d# ?d# Od# id# d# d# d# d# d# d# d# e# %e# ?e# @e# Ae# Be# je# e# e# e# e# e# e# e# e# Lf# zf# f# f# f# g# Kg# Rg# [g# \g# dg# yg# g# g# g# g# g# g# h#  h# 5h# Jh# \h# vh# h# h# h# h# h# h# h# h# i# *i# =i# Pi# ci# di# ei# fi# oi# i# j# Yj# j# @k# Ak# Bk# Ck# Tk# k# k# k# k# l# !l# 4l# Gl# Hl# Il# Jl# Sl# l# %m# hm# m# On# Pn# Qn# Rn# cn# n# n# n# n# o# o# +o# >o# Qo# Ro# So# To# ]o# 2p# Yp# p# p# q# q# q# q# q# q# q# q# q# r# r# /r# Ar# [r# ur# r# r# r# r# r# r# r# s# 1s# As# [s# us# vs# ws# xs# s# s# s# t# t# t# ,t# ?t# Rt# et# ft# gt# ht# qt# *u# u# u# u# mv# w# w# w# -w# w# x# x# #x# $x# ,x# Ax# Vx# kx# }x# x# x# x# x# x# y# !y# )y# >y# Sy# hy# zy# y# y# y# y# y# z# z# z#  z# !z# Iz# Jz# ]z# pz# z# z# z# z# z# z# z# y{# {# 1|# |# |# 
}# }# }# 0~# ~# 0# 1# 8# w# # # 
# 9# m# # ŀ# # %# &# 7# {# # # # # # # Ӂ# # # # *# D# ^# o# # # # # т# # # 
# '# A# R# l# # # # # ܃# ݃# ރ# ߃# # # # .# A# T# g# h# i# j# s# 1# +# # 	# # # # v# -# 4# t# # # ׉# # 
# ,# m# n# o# # Ċ# ˊ# Ԋ# Պ# ݊# # # # %# <# S# j# {# # # # Ћ# # # # # # %# 7# I# `# w# # # # ͌# ތ# # # # # # # G# H# [# n# # # # # # # # Ǝ# # `# ސ# \# # #  # ]# {# # ?# # # /# # # # @# A# # # # # ?# ^# }# # # # ͙# # # 6# 7# <# ># ?# @# I# V# x# # # ޚ# ߚ# # ## E# g# |# }# # # # # # # ## ӝ# ՝# 	# K# # # # P# # # # # # _# `# $# %# \# # # # 0# g# # # 5# # # # # Ӥ# ݤ# # # # # $# 7# J# ]# _# `# a# j# # ե# # :# X# r# # צ# ئ# # # # # # '# :# M# `# b# c# d# m# # # 2# 3# D# E# F# n# o# # # # # # # # Ȩ# # 
# # # # # # ɩ# ʩ# ݩ# # # # # # # ## G# ʪ# W# X# i# j# k# l# # )# *# Q# R# # {# |# # # )# a# # # )# n# # # Y# Z# [# e# p# # # # # # # # # ,# ?# A# W# X# a# б# # # K# V# # Ĳ# Ų# ֲ# # 
# # # )# 9# :# ;# <# d# e# x# # # # # # ʳ# ˳# Գ# C# ^# # # Ŵ# ش# # # :# h# # # # # # # # # # 4# K# L# M# N# v# w# # # # ö# Ŷ# ƶ# Ƕ# ж# ?# g# # # # # # # # # # # # ʸ# ˸# # # # # -# @# B# C# D# M# # # # # # '# F# # # # ƻ# # # # # # # Y# # B# C# |# # ## $# V# Ӿ# ># ?# # # ο# 1# `# a# # k# # # # # # # # # # # # # !# 4# \# ]# # # # U# # # A# }# # # K# # # # # # # # # # # # # # # # # # # # /# 0# ?# @# A# M# N# O# P# [# _# r# z# # # # # # # # $# Q# V# # # # # # .# /# 4# `# d# ~# # # # # # # # # !# G# H# I# S# # # # # # # # # # # # # # # # # # 	# # # # &# '# (# )# *# +# ,# -# .# /# 0# 1# 2# 3# 4# 5# J# # # # # 1# B# C# W# Y# Z# [# \# ]# e# k# l# u# y# z# # # # # # # # # # # # # # # # # # # #  # # # # # # #  # -# ?# # # # # # # # # # k# x# # # # # # )# N# O# `# # # # # # ~# :# ;# (# )# # # +# # 	# z# # I# # # p# # +# ,# j# # # # # # # 2# T# # # # # .# /# 8# 9# # # 7# 8# # # # # # # # D# E# V# # # # A# B# ^# # # _# $# %# v# # # # # # # # # # # 6# 7# # # # 0# # # # # `# a# # # # # # # # # # # "# ## $# %# &# '# +# ,# -# .# G# I# O# P# i# k# p# q# # # # # # # # # # # # # # # # # # # #  # # # # # &# (# .# /# B# D# I# J# Q# V# q# r# s# t# u# S# T# `# # # # # D# W# # # # # # 2# f# # # # 
# $# 4# h# # # # # # # # #  # &# 5# H# I# b# # # # # # # # $# %# &# Z# p# # # # # # # $# /# b# l# v# w# # # # # # # # # -# .# 7# Y# Z# n# o# # # # # # # # # # # # "# ## $# %# &# '# 0# Q# R# f# g# # # # # # # 	 $  $ 8 $ 9 $ N $ O $ ` $  $  $  $  $  $  $  $  $  $  $  $  $  $  $ $ *$ +$ @$ A$ R$ r$ s$ t$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ .$ 8$ 9$ Z$ $ $ $ $ $ $ r$ s$ $ $ $ $ U$ V$ g$ $ $ $ $ $ $  $ !$ "$ +$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ X	$ o	$ 	$ 	$ 	$ 	$ 
$ <
$ 
$ 
$ m$ n$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ '$ E$ S$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ 
$ 
$ 
$ 
$ 
$ $
$ %
$ &
$ H
$ V
$ f
$ g
$ r
$ w
$ x
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ $ $ $ $ $ $ "$ #$ -$ 2$ 3$ 4$ p$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ %$ *$ +$ 6$ ;$ <$ F$ K$ L$ M$ $ $ $$ 2$ B$ C$ N$ S$ T$ ^$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ <$ J$ Z$ [$ f$ k$ l$ v$ {$ |$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $ )$ .$ /$ 0$ V$ d$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ %$ T$ b$ r$ s$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ 0$ 5$ 6$ 7$ c$ q$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $  $ +$ 0$ 1$ ;$ @$ A$ B$ f$ $ $ $ $ %$ &$ 3$ 4$ 5$ X$ $ $ $ $$ %$ /$ :$ m$ w$ $ $ $ $ $ $ $ $ $ b$ c$ $ $ $ 1$ g$ $ $ $ $ $ $ $ $ E$ ^$ w$ $ $ $ $ $ $ $ $ $ "$ j$ k$ $ $ $$ @$ Y$ s$ $ $ $ $ $ j$ k$ l$ m$ $ %$ &$ Z$ l$ ~$ $ n$ o$ y$ $ $ $ $ $ $ ! $ 3 $ E $ F $ G $ H $ Q $  $  $  $  $  $  $ n!$ !$ !$ "$ C"$ `"$ "$ "$ "$ "$ "$ 
#$ `#$ #$ #$ <$$ =$$ >$$ ?$$ e$$ f$$ $$ $$  %$ 2%$ 3%$ =%$ H%$ {%$ %$ %$ %$ %$ %$ %$ %$ %$ %$ %$ ]&$ ^&$ ~&$ &$ &$ &$ &$ &$ '$ M'$ N'$ O'$ P'$ '$ ($ :($ o*$ p*$ -$ -$ ?.$ @.$ Q.$ /$ /$ X0$ Y0$ 1$ 1$ 1$ 3$ 3$ l5$ m5$ 5$ 5$ o6$ r6$ 6$ 6$ 7$ 7$ I8$ J8$ Y8$ k8$ ~8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 	9$ 
9$ 9$ 9$ 9$ 9$ '9$ .9$ :9$ ;9$ <9$ =9$ 9$ 9$ 6;$ 7;$ <$ <$ =$ =$ =$ =$ l>$ m>$ #?$ $?$ ?$ ?$ 
@$ A$ A$ B$ B$ )C$ D$ D$ NE$ F$ F$ #H$ $H$ EI$ RI$ _I$ lI$ yI$ I$ I$ I$ I$ I$ I$ I$ I$ J$ #J$ $J$ /J$ _K$ `K$ K$ K$ L$ L$ RO$ SO$ &P$ 7P$ lP$ P$ P$ Q$ JQ$ wQ$ Q$ Q$ Q$ AR$ R$ R$ R$ S$ S$ !T$ %U$ &U$ 0U$ ;U$ nU$ xU$ U$ U$ U$ U$ U$ U$ U$ U$ U$ 0V$ <V$ cV$ V$ V$ V$ V$ 4W$ >W$ cW$ W$ W$ W$ W$ X$ X$ 	X$ 
X$ 6X$ 7X$ AX$ LX$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ 5Y$ AY$ hY$ Y$ Y$ Y$ }Z$ Z$ Z$ Z$ Z$ 	[$ [$ [$ [$ #[$ .[$ a[$ k[$ u[$ v[$ [$ [$ [$ [$ [$ [$ [$ [$ [$ \$ %\$ L\$ w\$ \$ \$ a]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ ]$ *^$ 4^$ ?^$ r^$ |^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ +_$ 7_$ ^_$ _$ _$ _$ #`$ _`$ ``$ a`$ r`$ `$ `$ `$ `$ `$ `$ `$ `$ `$ 
a$ 7a$ 8a$ 9a$ ;a$ <a$ =a$ Fa$ a$ a$ a$ a$ b$ 5b$ Rb$ b$ b$ b$ b$ b$ b$ b$ .c$ Kc$ Uc$ `c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ d$ d$ 
e$ Ie$ e$ 0f$ 1f$ Bf$ tf$ uf$ vf$ wf$ xf$ yf$ f$ Zh$ [h$ h$ h$ i$ @i$ i$ i$ +j$ ,j$ 6j$ Aj$ tj$ ~j$ j$ j$ j$ j$ j$ j$ 
k$ k$ k$ 6k$ 7k$ @k$ k$ k$ k$ k$ k$ k$ +l$ 2l$ :l$ ;l$ Ql$ al$ bl$ cl$ dl$ l$ l$ l$ l$ l$ l$ l$ l$ l$ m$ *m$ Xm$ m$ m$ m$ m$ m$ m$ m$ m$ m$ n$ n$ n$ n$ n$ n$ n$ n$ 	n$ 
n$ 2n$ Sn$ Tn$ yn$ n$ n$ n$ n$ n$ n$ n$ o$ o$ p$ p$ p$ p$ p$ Tq$ [q$ dq$ eq$ mq$ q$ q$ q$ q$ q$ q$ r$ !r$ )r$ >r$ Sr$ er$ r$ r$ r$ r$ r$ r$ r$ r$ s$ (s$ Ms$ `s$ ss$ ts$ us$ vs$ s$ s$ t$ t$ t$ t$ t$ t$ t$ t$ t$ u$ u$ ,u$ >u$ Xu$ ru$ u$ u$ u$ u$ u$ u$ u$ v$ .v$ >v$ Xv$ rv$ sv$ tv$ uv$ v$ v$ v$ v$ v$ w$ w$ w$ w$ 
w$ w$ w$ w$ @x$ x$ x$ x$ x$ x$ Ey$ Fy$ ny$ y$ y$ y$ y$ y$ y$ y$ y$ y$ z$ z$ {$ O{$ {$ {$ {$ {$ |$ T|$ U|$ }|$ ~|$ |$ |$ |$ |$ |$ |$ |$ |$ |$ }$ }$ ;~$ ~$ #$ $$ %$ 6$ $ $ $ $ $ $ $ $ $ $ $ #$ =$ W$ _$ t$ $ $ $ π$ ߀$ $ $ $ $ $ '$ z$ {$ $ $ $ ʁ$ ݁$ $ $ $ $ $ $ Ȃ$ ($ d$ x$ $ $ $ $ ˄$ 5$ $ $ $ $ ʅ$ ߅$ $ 	$ $ 5$ O$ `$ z$ $ $ $ ǆ$ ܆$ $ $ $ 2$ L$ ]$ w$ $ $ $ $ $ $ $ $ $ $ !$ 4$ G$ H$ I$ J$ S$ $ n$ ω$ "$ U$ $ $ s$ ΋$ x$ Ό$ ό$ ֌$ $ d$ {$ $ ׍$ $ 7$ c$ $ Î$ Ď$ Վ$ $  $ )$ *$ 2$ G$ \$ q$ $ $ $ ȏ$ $ $ 
$ '$ 8$ R$ Z$ o$ $ $ $ Ő$ ߐ$ $ 
$ $$ 5$ O$ `$ z$ {$ |$ }$ $ $ $ ̑$ ߑ$ $ $ $ $ $ $ ϒ$ ɓ$ 1$ $ $ !$ $ $ ˖$ Җ$ $ 1$ P$ u$ $ $ ʗ$ $ $ 
$ $ b$ i$ r$ s$ {$ $ $ $ Ø$ ژ$ $ $ $ 0$ G$ X$ n$ $ $ $ $ $ Ù$ ՙ$ $ $ $ ,$ =$ T$ k$ |$ $ $ $ $ $ $ $ $ $ $ $ 2$ E$ G$ H$ I$ R$ d$ ,$ $ |$ $ 4$ $ $ $ $ K$ ݠ$ $ $ ͣ$ :$ ;$ B$ ޥ$ ߥ$ $ _$ ~$ $ ݦ$ $ $ :$ Y$ Z$ k$ $ $ ԧ$ է$ ڧ$ ܧ$ ݧ$ ާ$ $ $ $ 8$ Z$ |$ }$ $ $ $ $ $ $ ,$ _$ $ $ $ $ $ q$ s$ $ $  $ X$ $ $ C$ D$ $ =$ >$ $ $ ¯$ ï$ $ W$ X$ $ ΰ$ $ =$ $ ӱ$ ($ )$ 3$ >$ q$ {$ $ $ $ $ ²$ ղ$ $ $ $ $ $ $ P$ s$ $ س$ $ $ G$ u$ v$ $ $ $ $ $ Ŵ$ ش$ $ $  $ $ $ $ )$ M$ е$ ѵ$ $ $ $ $ 
$  $ 3$ F$ Y$ [$ \$ ]$ f$ $ $ +$ ,$ =$ >$ ?$ g$ h$ {$ $ $ $ $ $ $ $ $ h$ $ $ $ $ 	$ 
$ ;$ ǹ$ ȹ$ $ $ !$ $ $ N$ $ ǻ$ $ D$ $ Ǽ$ $ S$ $ $ $ $ $ $ A$ K$ U$ V$ ~$ $ $ $ ʾ$ ݾ$ ߾$ $ $ $ n$ $ $ $ $  $ b$ c$ t$ $ $ $ $ $ $ $ $ $ $ $ $ )$ <$ O$ Q$ R$ h$ i$ r$ $ $ -$ J$ c$ v$ $ $ $ $ ,$ K$ L$ M$ ^$ $ $ $ $ $ $ $ $ $ $ $ ($ ;$ N$ a$ c$ d$ e$ n$ $ $ ?$ Q$ $ $ $ #$ '$ ($ )$ *$ ;$ h$ i$ $ $ $ $ $ $ $ $ $ $ Z$ $ <$ $ $ $ $ Q$ R$ S$ d$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ q$ $ $ 2$ 3$ l$ $ $ $ 7$ 	$ 6$ 7$ t$ &$ `$ a$ $ H$ I$ ~$ $ $ $ $ $ $ A$ $ $ $ I$ $ $ $ s$ $ $ K$ L$ W$ c$ r$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ %$ *$ a$ f$ $ $ $ $ $ 9$ :$ ?$ v$ z$ $ $ $ $ $ $ $ "$ Z$ _$ $ $ $ $ $ $ $ $ $ @$ E$ Q$ R$ U$ _$ `$ c$ l$ m$ n$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ +$ 7$ 8$ 9$ :$ ;$ M$ g$ h$ s$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ o$ p$ $ $ $ 	$ $ ^$ _$ k$ $ $ $ $ $ $ >$ ?$ @$ M$ $ $ $ $ $ $ $ $ $ L$ $ $ ~$ $ N$ O$ $ i$ $ $ $ &$ '$ :$ $ $ $ $ $ [$ }$ $ $ $ $ $ $ v$ w$ $ $ !$ -$ <$ H$ I$ $ $ $ $ $ =$ B$ $ $ $ $ f$ $ $ $ $ $ d$ e$ $ $ U$ V$ $ $ $ $ $ $ $ $ $ $ ~$ 8$ $ $ $ $ j % n % o %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  % % 	% % % % % %% &% 9% ;% A% B% W% Y% ^% _% t% v% {% |% % % % % % % % % % % % % % % % % % % % % % % % % % % F% `% % % % % )% =% q% % % % % "% V% t% % % % % %% Y% Z% [% \% ~% % % % % % % %  	% 3	% 4	% R	% `	% s	% t	% 	% 	% 	% 	% 	% 
% $
% :
% P
% Q
% 
% 
% 
% 
%  % 
% % % <% Y% Z% p% % % % % % % % % % % 
% 1% M% N% c% d% e% f% w% % % % % % % % % % % % % 
% 
% 
% ;
% <
% N
% y
% 
% 
% 
% 
% 
% 
% 
% 
% % %  % G% H% I% J% K% L% U% t% u% % % % % % % % % % % % ?% @% A% B% C% D% M% % % L% M% N% _% % % % % % /% c% y% z% % % % % % % % %% ;% =% n% o% x% % % M% N% ]% % % % % V% % % % % % % % % % $% %% 6% W% X% Y% Z% [% \% % )% *% k% v% % % % % % 
% %% <% i% j% % %  % !% % % #% 8% c% q% % % % % % % % % % % % % % % % % % % % 
% % % % "% #% .% 3% 4% >% C% D% E% b% p% % % % % % % % % % % % % % % % % % % % % % %  % %% &% 1% 6% 7% A% F% G% H% p% ~% % % % % % % % % % % % % % % % % % ,% -% 8% =% >% H% M% N% Y% ^% _% i% n% o% p% % % % % % % % % % % % % % % % % % W% % % % % % % % % % % % 
% % % % "% #% $% K% Y% i% j% u% z% {% % % % % % % % % % % % % % % % 	% 
% % % % %% *% +% 5% :% ;% <% l% z% % % % % % % % % % % % % % % % %  %  %  %  % # % $ % . % 3 % 4 % ? % D % E % O % T % U % V %  %  %  %  !% !% !% !% !!% "!% ,!% 1!% 2!% =!% B!% C!% M!% R!% S!% T!% s!% !% !% !% !% !% !% !% !% !% !% !% !% !% !% !% !% "% "% "%  "% +"% 0"% 1"% ;"% @"% A"% L"% Q"% R"% \"% a"% b"% c"% ~"% "% "% "% "% "% "% "% "% "% "% "% "% "% "% "% "% #% $#% I#% l#% m#% #% #% #% #% #% #% {$% |$% $% $% $% $% $% %% %% %%  %% S%% w%% %% %% %% %% %%  &% &% !&% "&% p&% &% '% *'% :'% K'% ['% \'% '% '% '% '% '% (% .(% ](% ^(% (% (% (% (% (% (% (% )% 	)% X)% )% )% )% )% *% &*% >*% ?*% @*% Q*% +% 	+% 
+% +% 4+% +% +% +% 
,% ,% ,% -% 
-% -% "-% U-% _-% i-% j-% -% -% -% -% -% -% -% -% 4.% 5.% D.% U.% .% .% /% z/% /% /% /% /%  0% !0% E0% F0% W0% 0% 0% Y1% 1% 1% 1% 1% 1% 2% 2% 2% 2% 2% 2% 2% 2% 2% 3% #3% -3% .3% T3% |3% 3% 3% 3% 3% 3% 3% 3% 4% 4% l4% m4% 4% 4% 4% 4% 4% 4% 4% 5% 5% 5% 
8% 8% :% :% ;% ;% ;% 5=% 6=% =% =% *?% +?% =?% @% @% 
C% C%  C% mC% 
D% D% {D% |D% aE% vE% E% E% E% 	F% F% F% "F% *F% /F% 0F% 5F% =F% IF% JF% OF% VF% [F% \F% aF% hF% tF% uF% }F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% |G% }G% H% H% jJ% kJ% (K% )K% K% K% 
L% L% L% L% XM% YM% M% lO% mO% uP% vP% P% QR% RR% R% qT% {T% U% U% V% V% V% 
W% W% (W% 9W% JW% [W% lW% mW% W% W% W% W% W% W% X% X% Y% Y% Z% Z% \% \% ]% ]% 
^% Z^% [^% ^% ^% _% E_% F_% _% _% N`% O`% v`% a% a% a% b% b% b% b% c% c%  c% !c% Oc% c% c% c% c% c% c% c% c% d% (d% fd% d% d% d% d% e% [e% \e% ]e% ne% e% e% e% e% e% e% e% e% f% 'f% 1f% 2f% `f% f% f% f% f% f% f% f% f% f% g% 1g% qg% g% h% h% h% h% h% h% h% h% h% h% h% h% 	i% i% i% Bi% hi% ii% ji% ki% mi% ni% oi% xi% i% i% i% j% Uj% yj% j% hk% xk% yk% zk% k% k% k% k% k% k% k% k% l% l% $l% %l% Sl% zl% {l% |l% }l% l% l% l% l% l% l% l% *m% im% m% m% m% m% m% n% n% n%  n% *n% 5n% hn% rn% |n% }n% n% n% n% n% n% n% n% n% #o% /o% Vo% o% o% o% o% 'p% pp% qp% p% p% p% p% p% p% p% p% 1q% ;q% Eq% Fq% oq% pq% qq% sq% q% q% q% r% r% r% r% s% s% s% s% t% t% t% t% t% t% Gt% u% u% -v% ov% v% v% %w% tw% w% w% w% w% x% x% &x% 'x% Ox% ox% x% x% x% x% x% x% x% x% Iy% \y% y% y% y% y% y% y% y% y% y% y%  z% z% z% *z% Mz% `z% sz% z% z% z% z% z% z% z% z% ${% %{% &{% 7{% h{% o{% x{% y{% {% {% {% {% {% {% {% {% {% {% {% {% {% {% |% *|% =|% >|% ?|% @|% I|% |% (}% ;}% !~% "~% #~% $~% 5~% ~% ~% % % %  % 5% G% a% {% % % % % % % % % 7% G% a% {% |% }% ~% % ƀ% % % % % % % % % % *% +% ,% =% % % % % % % ʂ% ܂% % %  % :% T% \% q% % % % ̃% ܃% % % % % % ;% S% f% y% % % % % % % 1% N% % ޅ% |% }% ~% % % % % % %% J% ]% p% % % % % % 9% a% % % % % % % % % % % % A% T% g% z% % % % % % n% % ً% "% % % Ì% Ԍ% '% (% /% 8% 9% A% V% k% }% % % % ۍ% % % % '% 9% S% m% }% % % % % % Ŏ% % % A% B% U% h% {% % % % % % % f% Ɛ% % % % V% W% X% i% Ӓ% O% V% _% `% h% }% % % % ӓ% % % % 2% C% ]% e% z% % % % Д% % % % /% @% Z% [% \% ]% % % % % % ҕ% % % % % % % % m% % % F% % % l% % l% m% t% % % % I% u% % ՛% % -% a% b% s% % % ǜ% Ȝ% М% % % % !% ;% U% f% % % % ŝ% ֝% % % 
% "% 7% I% c% }% % % % Ӟ% % % % % % % C% D% W% j% }% % % % % % % m% g% ϡ% E% R% % 6% % i% p% % Ϥ% % % *% I% h% % % % %  % % % % % +% =% O% a% x% % % % Φ% % % % % 4% 5% =% O% a% s% % % % ʧ% ۧ% % 	% % 0% A% X% Y% Z% [% % % % % % Ш% % % % % % % ʪ% % % % Ҭ% % <% % % % {% $% C% k% ر% ٱ% % |% }% % % % ;% {% % % ش% % % 	% M% N% r% s% x% z% {% |% % % % ֵ% % % % =% _% % % % % ʶ% % "% #% $% %% _% % % E% % % % =% % % % 4% ۻ% ܻ% % % `% a% % % % *% l% % ۾% "% q% ƿ% ǿ% ѿ% ܿ% % % #% $% L% M% `% s% % % % % % % % % H% v% % % % % % %% &% '% O% P% c% v% % % % % % % % % n% o% % % % % % % % % % % % % % "% F% % % % % % % % % ,% ?% R% T% U% V% _% % % % % % % % % % e% f% % % % % % % .% e% % % #% e% % % @% % % % % % % % % % % % B% U% h% {% }% % % % % =% O% % % %  % % % ?% F% N% O% e% u% v% w% x% % % % % % % % % % % % % % % % % % L% W% v% % % % % % % 0% 7% ?% @% p% % % % % % % % % % % % % % % {% % % % *% 5% T% % % % % % % % % /% 0% C% V% i% |% ~% % % % % 5% % % X% c% % % % % % /% 0% 1% 2% Y% Z% % L% ~% % % $% _% `% % % z% {% % % 
% m% % % % % % % % % % % 2% % % % 1% M% ]% p% % % % )% X% % % $% }% % % P% % % % % % % % /% 3% 4% 5% 6% 7% 8% 9% :% ;% O% V% [% k% l% {% |% }% % % % % % % % % % % % % % Z% [% `% % % % % % % % j% k% p% % % % % % % % $% %% *% X% ]% % % % % % % % % % % % % 
% % % % "% *% 1% 8% D% E% P% T% [% b% c% d% e% f% g% h% i% j% k% l% m% n% o% p% q% % 9% :% S% T% m% ~% % % % % % % % % % % % % % % % % % % % % % % % % % )% 6% 7% 8% 9% :% ;% <% =% J% K% Y% Z% [% \% i% {% B% C% 5% 6% 
% % %% .% N% % % % % 	% Q% R% e% % % % % % % % #% % v% w% d% e% Z% [% g% % E% % % % % % % % g% h% % % % % >% ?% P% n% % % % 4% P% j% k% t% u% % % s% t% % % % % % 8 & N &  &  &  &  &  & & }& ~& & & A& & `& a& & & & N& O& & & L& M& & & r& s& @	& A	& [	& l	& 
& 
& & & & & & & 
& #& $& 8& 9& :& C& Q& ^& _& `& a& b& c& g& h& i& j& & & & & & & & & & & & & & & & & & & & & & & & & 4& 6& ;& <& K& M& S& T& b& d& j& k& ~& & & & & & & & & & & & & & & & 2& L& & & & & & '& [& n& & & & & F& `& p& & & & & & & & %& && <& b& q& & & & & & & & & & 0& `& a& b& & & & & & & U& V& `& k& & & & & & & & & $& :& P& R& i& j& s& & & & & & & & & & & & & 5& 6& 7& ^& _& `& a& b& c& l& & & & & & & & & & 0& E& Z& t& u& & & & & & & & & & & & & & & & '& (& J& f& g& |& }& & & & & & & & & & & & 4& 5& & & & & & & &  & @& & & & & "& -& `& j& t& u& & & & &  & 
 &  &  &  &  &  &  & L!& !& !& !& !& 7"& 8"& Y"& Z"& ["& \"& ]"& ^"& g"& "& "& "& "& "& "& "& "& "& '#& #& #& 	$& $& $& )$& 3$& 4$& $& $& $& $& %& %& C%& x%& %& %& && && && && '& '& '&  '& +'& 0'& 1'& ;'& @'& A'& L'& Q'& R'& \'& a'& b'& c'& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '&  (& (& (& (& *(& /(& 0(& :(& ?(& @(& K(& P(& Q(& [(& `(& a(& b(& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& )& )& ,)& -)& 8)& =)& >)& H)& M)& N)& Y)& ^)& _)& i)& n)& o)& p)& )& )& )& )& )& )& )& )& )& )& )& )& )& *& *& 
*& *& '*& 5*& E*& F*& Q*& V*& W*& a*& f*& g*& r*& w*& x*& *& *& *& *& *& >+& `+& n+& ~+& +& +& +& +& +& +& +& +& +& +& +& +& +& +& +& +& ,& ,& ,& ,& ,& #,& (,& ),& 4,& 9,& :,& D,& I,& J,& K,& x,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& 
-& -& (-& )-& 4-& 9-& :-& D-& I-& J-& U-& Z-& [-& e-& j-& k-& l-& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& `.& a.& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& /& /& //& 0/& ;/& @/& A/& K/& P/& Q/& \/& a/& b/& l/& q/& r/& s/& /& /& /& /& /& /& /& /& /& /& /& /& /& /& /&  0& 0& 0& *0& :0& ;0& F0& K0& L0& V0& [0& \0& g0& l0& m0& w0& |0& }0& ~0& 0& 0& 0& 
1& 1& a1& b1& o1& p1& q1& 1& 2& 2& N2& `2& a2& k2& v2& 2& 2& 2& 2& 2& 3& '3& )3& @3& A3& J3& 3& 3& 3& 3& 4& m4& 4& 4& 4& 4& 4& 4& 5& 5& 05& 5& 5& 5& 5& 5& 5& "6& Q6& R6& S6& T6& U6& ^6& 6& 6& 6& U7& `7& |7& 7& 7& 7& 7& 7& 7& 7& 8& 8& 8& 8& 8& a9& b9& 9& 9& 9& 9& :& :& :& :& :& :& ;& ;& .;& ];& o;& ;& ;& ;& ;& ;& ;& ;& ;& ;& +<& ,<& <& =& 8=& Y=& =& =& =& =& =& =& =& F>& >& >& 5?& x?& y?& z?& {?& ?& ?& '@& (@& \@& n@& o@& y@& @& @& @& @& @& @& A& ,A& -A& .A& /A& 8A& A& A& A& A& 
B& B& ,B& -B& >B& B& B& B& B& B& RC& vC& E& E& CH& PH& {I& |I& I& J& J& K& K& L& L& L& AN& BN& P& P& P& Q& Q& Q& R& R& R& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& T& T& T& T& #T& (T& )T& 1T& 9T& ET& FT& NT& UT& ZT& [T& cT& jT& vT& wT& xT& yT& U& U& rV& sV& X& 	X& X& X&  Y& ,Y& Y& Y& _Z& `Z& Z& Z& I[& 
]& ]& ^& ^& e^& _& _& `& b& b& _c& `c& d& d& d& d& d& d& d& d& d& 
e& e& e& 1e& He& _e& `e& ke& f& f& 9g& :g& g& g& j& j& bk& sk& k& k& k& Xl& l& l& l& l& -m& }m& m& m& n& $o& 1o& ]o& ap& bp& lp& wp& p& p& p& p& p& q&  q& "q& #q& $q& -q& lq& xq& q& q& r& ,r& 7r& pr& zr& r& r& r& r& s& Cs& Ds& Es& Fs& rs& ss& }s& s& s& s& s& s& s& #t& $t& %t& 't& (t& )t& 2t& qt& }t& t& t& u& 3u& u& "v& 2v& 3v& 4v& Ev& Sv& Tv& Uv& _v& jv& v& v& v& v& v& w& w& w& 	w& w& w& 
w& w& Uw& aw& w& w& w& x& x& y& y& y& y& )y& 7y& 8y& 9y& :y& fy& py& {y& y& y& y& y& y& z& z& z& z& z& z& z& (z& gz& sz& z& z& {& '{& _{& {& {& {& {& {& {& {& {& {& |& |& |& |& I|& s|& t|& u|& w|& x|& y|& |& |& |& |& "}& B}& q}& }& }& ~& ~&  ~& .~& /~& 0~& j~& ~& ~& ~& ~& ~& ~& ~& 
& & & & (& )& 2& 4& 5& F& & & l& m& ~& & & & & & & & & & ˃& 
& D& |& Ä& & g& h& r& }& & & ą& Ņ& & 
&  & 3& F& Y& [& r& s& |& & & '& (& )& :& g& n& v& w& & & & & & ȇ& & & & $& 7& 8& 9& :& C& f& & & È& Ĉ& Ո& & 
& & & -& =& >& ?& @& A& B& C& D& E& F& n& & & & ȉ& ۉ& ܉& ݉& މ& & $& Ɗ& ي& & & & & Ӌ& & & & & & & ӌ& & & & )& C& ]& e& z& & & & Ս& & & & & & & D& d& & & & & & & & && T& ȏ& ɏ& ʏ& ۏ& %& ,& 5& 6& >& S& h& z& & & & ؐ& & & & $& 6& P& j& z& & & & & & ّ& & & & *& =& >& ?& @& I& ϒ& & 3& |& & & & & .& & & & Ô& & & & !& "& #& $& -& ו& & B& & )& *& +& ,& =& & & & & ߗ& & & & +& ,& -& .& 7& & 3& w& & _& `& a& r& Ś& ƚ& ͚& ֚& ך& ߚ& & 	& & 5& O& _& y& & & & ś& כ& & & & 5& O& P& Q& R& c& & & ߜ& & & & & ,& ?& @& A& B& K& & d& & & G& & & & & q& & & & & & & 0& E& W& q& & & & С& & & & & -& B& T& n& & & & ͢& ޢ& & & & & #& $& 7& J& ]& p& & & & & & S& & & ^& & & Z& & 
& & 
& & & Q& & & & & G& s& & ˩& &  & & U& \& e& f& n& & & & & ٪& & & & 8& I& c& t& & & & & ի& & & & ,& F& `& q& & & & & & & & & & & & .& A& B& C& D& M& & & m& & & ]& ԰& P& & & N& m& & & Ȳ& & & G& H& I& Z& & & & & & ɳ& ۳& & & & -& D& U& l& & & & & Ҵ& Ӵ& ۴& & & & #& :& Q& h& y& & & & ε& ߵ& & & & & !& "& 5& H& [& n& & & & & & & h& :& & 6& p& & ں& 7& U& & & ¼& & 	& v& w& ~& & & [& & & & & 8& W& v& & & & & & & & & & & & #& 0& R& t& & & & & & & A& V& W& h& & & & & & & & & & %& \& & & *& & & & y& z& 9& :& & & 6& & & & 
& A& y& & & d& e& o& z& & & & & & & & & $& 7& 9& :& ;& D& & & & & 2& L& & & & & & & & & & & '& :& <& =& >& G& e& & & 
& & &  & H& I& \& o& & & & & & & & & g& h& y& z& {& & & & & & & & & & & !& & 1& 2& C& D& E& F& w& & & +& ,& ]& U& V& & & & ;& & & & H& & & 3& 4& 5& ?& J& }& & & & & & & & & & & 1& 2& ;& & & & %& 0& \& & & & & & & & & & & & & >& ?& R& e& x& & & & & & & & 8& i& & & & & & & B& h& & & & & & & & & & %& && '& (& P& Q& d& w& & & & & & & & A& {& & & & & _& c& d& e& f& w& & & & & & & & & & & & '& & & x& & & &  & & & & & & & & & & & 3& & & & V& & & & 0& & & & n& o& & & :& ;& s& E& r& s& & b& & & & & & & & & & & 6& 7& }& & & /& & & & W& & & %& & & & & & & & & & & & & & & & & & & & 	& 
& & & & '& (& )& *& 5& 9& L& T& `& a& f& & & & & & +& 0& u& v& {& & & & 	& & :& >& X& Y& ^& & & & & & & & !& "& #& -& |& & & & & & & & & & & & & & & & & & & & &  & & & & & & & & & 	& 
& & & 
& & & $& & & & & & & & 1& 3& 4& 5& 6& 7& ?& E& F& O& S& T& g& s& t& u& v& w& & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & & E& R& & & & & & & (& )& :& z& {& |& & & X&  '  ' ' ' ' ' ' ' ' T' ' #' ' ' J' ' ' ' D' b' c' v' ' ' ' 	' .	' 	' 	' 	' 	' 
' 	
' ' ' ' ' 
' 
' ]
' i
' x
' 
' 
' 
' 
' ' ' 0' y' ~' ' ' ' 8' ' ' 9' ' ' P' ' ' ' ' ' ' ' ' Y' Z' ' ' ' ' ' 
' ' t' ' ' :' ;' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' ' ' ' !' #' )' *' C' E' J' K' Y' [' a' b' u' w' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' 	' ' ' #' $' +' 0' K' L' M' N' O' -' .' :' ' ' ' '  ' 1 ' e ' y '  '  '  ' !' @!' ^!' !' !' !' !' "' B"' a"' "' "' "' "' "' #' #' #'  $' $' "$' #$' <$' o$' p$' $' $' $' $' $' $' $'  %' 4%' J%' `%' v%' %' %' %' %' %' 	&' <&' F&' P&' Q&' x&' &' &' &' &' &' &' &' '' '' '' 3'' 4'' H'' I'' m'' '' '' '' '' '' '' '' '' '' '' '' '' '' ''  (' (' 
(' +(' ,(' @(' A(' [(' w(' x(' (' (' (' (' (' )' )' ()' ))' :)' Z)' [)' \)' )' )' )' )' )' )' )' )' )' )' )' )' *' *' *' *' ,*' L*' M*' N*' {*' |*' }*' ~*' *' *' *' *' *' +' +' +' +' +' +' +' +' +' k,' ,' ,' ,' ,' ,' ,' -' -' -' 4-' a-' w-' y-' -' -' -' L.' M.' .' .' .' .' //' 0/' A/' /' /' /' /' /' /' /' /' /' 0' `0' a0' r0' 0' 0' 0' 0' 0' 0' 0' e1' f1' 1' 1' 1' 1' 1' 1' 22' I2' a2' x2' 2' 2' 2' 3' \3' ]3' G4' H4' _4' t4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4'  5' 5' 5' -5' =5' >5' I5' N5' O5' Y5' ^5' _5' j5' o5' p5' z5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5'  6' "6' 06' @6' A6' L6' Q6' R6' \6' a6' b6' m6' r6' s6' }6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 7' 7' 
7' 7' J7' X7' h7' i7' t7' y7' z7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 8' 8' 8' 8' 8'  8' %8' &8' '8' 8' 8' 8' 9' 9' 9' (9' -9' .9' 89' =9' >9' I9' N9' O9' Y9' ^9' _9' `9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' :' $:' 4:' 5:' @:' E:' F:' P:' U:' V:' a:' f:' g:' q:' v:' w:' x:' :' :' :' :' :' :' :' :' :' :' :' :' :' ;' ;' 	;' 
;' 0;' >;' N;' O;' Z;' _;' `;' j;' o;' p;' {;' ;' ;' ;' ;' ;' ;' ;' ;' .<' <<' L<' M<' X<' ]<' ^<' h<' m<' n<' y<' ~<' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <'  =' 
=' =' =' =' ==' K=' [=' \=' g=' l=' m=' w=' |=' }=' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' >' 
>' >' >' >' >' >' @>' `>' >' >' >' >'  ?' 
?' ?' ?' 2?' ?' ?' ?' ?' ?' 	@' @' G@' Q@' [@' \@' @' @' @' @' @' @' @' <A' =A' ]A' ^A' A' B' AB' fB' vB' B' B' B' B' B' B' C' 8C' QC' jC' C' C' C' C' C' C' C' C' C' DD' ED' D' D' D' E' 3E' ME' bE' zE' {E' |E' E' DF' EF' FF' GF' pF' F'  G' 4G' FG' XG' YG' HH' IH' SH' ^H' H' H' H' H' H' H' 
I' I'  I' !I' "I' +I' pI' qI' I' I' I' I' HJ' J' J' J' K' :K' \K' ]K' K' K' K' K' :L' L' L' M' M' M' M' ?M' @M' M' M' M' N' 
N' N' "N' UN' _N' iN' jN' N' N' N' N' N' N' N' 7O' 8O' XO' YO' O' O' O' O' O' 'P' (P' )P' *P' ZP' P' Q' IS' JS' U' U' W' W' +W' qX' rX' 2Y' 3Y' fZ' gZ' yZ' [' [' F^' G^' \^' ^' I_' L_' _' _' `' `' #a' $a' 3a' Ea' Xa' Ya' ^a' fa' ka' la' qa' ya' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' b' b' b' b' b' b' b' b' d' d' e' e' df' ef' f' f' Fg' Gg' g' g' h' h' h' j' j' k' k' l' m' m' (n' o' o' p' p' r' ,r' 9r' Fr' Sr' dr' ur' r' r' r' r' r' r' r' r' r' 	s' 9t' :t' t' t' Yu' Zu' ,x' -x'  y' y' Fy' y' y' y' $z' Qz' z' z' z' {' {' {' {' |' |' |' }'  ~' 
~' ~' H~' R~' \~' ]~' ~' ~' ~' ~' ~' ~' ~' 
' ' =' d' ' ' ' ' ' =' ' ' ' ' ' ' ' ' ' ' ' &' Y' c' m' n' ' ' ' Á' Ł' Ɓ' ǁ' Ё' ' ' B' m' ' т' W' ' Ѓ' у' ҃' ' ' ' ' ' ' ;' E' O' P' ~' ' ' ' ' ' ' ' ' ' ' &' Q' ' ' ;' ' ' ' ' ǆ' Ն' ֆ' ׆' ؆' ' ' ' L' V' `' a' ' ' ' ' ' ' ' ' Ƈ' ' ' 8' f' ' ň' ' 9' :' ;' L' Z' [' \' f' q' ' ' ' ' ' ' ' ' ' ' '  ' _' k' ' ' ' ' ,' c' ' ' ' ̋' ͋' ΋' ' %' /' :' m' w' ' ' ' ' ' ' ƌ' ǌ' Ќ' ҍ' Ӎ' ' #' Y' 
' ' ' N' O' P' Q' R' S' ' 4' 5' i' ' ' ' a' ' ' ' ' ' N' X' b' c' ' ' ' ѓ' ' ' ' ' ' ' ' ' Ŕ' Ɣ' ǔ' ؔ' ' ' ' ' +' ;' <' =' >' f' ' ' ' ' Օ' ֕' ו' ؕ' ' ' 2' `' a' b' s' ' ' ' ' ˖' ۖ' ܖ' ݖ' ޖ' ߖ' ' ' ' ' ' ' -' .' S' f' y' z' {' |' ' ' d' w' ]' ^' _' `' q' .' 5' >' ?' G' \' q' ' ' ' ǚ' ' ' ' ' -' ?' Y' s' ' ' ' ' ' ' ' ' '' :' M' N' O' P' Y' Ĝ' ' f' g' h' y' Ý' ʝ' ӝ' ԝ' ܝ' ' ' ' 2' L' \' v' ' ' ' ' Ԟ' ' ' ' 2' L' M' N' O' w' ' ' ' ȟ' ۟' ܟ' ݟ' ޟ' ' m' ' Ѡ' ' ' ' ' ' ̡' '  ' H' a' ' ' ' ' ' ' ¢' ˢ' u' ' ' )' Ǥ' Ȥ' ɤ' ʤ' ۤ' .' /' W' X' }' ' ' ' ɥ' ʥ' ˥' ̥' ե' ' Ѧ' ' ^' ' ' ' ' c' d' k' t' u' }' ' ' ' Ө' ' ' ' 1' 9' N' c' u' ' ' ' ө' ' ' ' ' ' T' U' }' ~' ' ' ' ʪ' ݪ' ު' ߪ' ' ' ' ' >' R' ' ' ' ' ' ' ' ' ' ' ' ' ή' ' ' ' )' :' T' n' ' ' ' ' ˯' ' ' ' &' 7' Q' k' |' ' ' ' ' ' °' հ' ' ' ' !' "' #' $' -' ' H' ' ' /' ' ' M' ' R' ' ' ' ' >' U' ' ' ' ' =' i' ' ' ' ' ' ' ' ' !' 6' K' ]' w' ' ' ' ָ' ' ' ' ,' 4' I' ^' s' ' ' ' ʹ' ' ' ' )' :' T' U' V' W' ' ' ' ' ' ̺' ߺ' ' ' ' ' ' ' ' ' ' ' r' ' ' ' ' ' *' O' f' ' ' ' ' ' ' <' C' L' M' U' g' y' ' ' ' ' ' ' 
' !' 2' H' Y' p' q' y' ' ' ' ' ' ' ' ' .' E' V' l' }' ' ' ' ' ' ' ' ' ' ' ' !' "' #' ,' >' ' ' V' ' ' Y' x' ' ' %' ' `' ' ' ' ' ' ' ' ' 9' X' w' ' ' ' ' 3' 4' E' ' ' ' ' ' ' ' ' ' ' ' ' 4' V' W' y' ' ' ' ' ' ' 9' ^' _' `' a' ' K' M' ' ' ' 2' y' ' ' ' p' ' ' ' ' ' ' ' 1' 2' f' ' ' ' ^' ' ' ' 
' ' K' U' _' `' ' ' ' ' ' ' ' ' ' ' *' M' ' ' ' ' !' O' P' a' b' c' ' ' ' ' ' ' ' ' ' ' ' '' ' ' ' ' ' ' ' ' 
'  ' 3' 5' 6' 7' @' ^' ' ' ' ' ' ' A' B' U' h' {' ' ' ' ' ' ' B' ' ' ' ' ' ' ' ' ' ' ' ' ' ' (' j' ' ' ' _' ' ' -' |' ' ' ' ' ' ' %' /' 0' X' Y' ~' ' ' ' ' ' ' ' H' y' ' ' ' ' <' =' N' {' ' ' ' ' ' ' ' ' ' ' ' ' ' )' +' ,' B' C' L' ' ' ' $' =' P' ' ' ' ' ' %' &' '' 8' l' s' {' |' ' ' ' ' ' ' ' ' ' (' ;' =' >' ?' H' ' ' ' +' f' q' ' ' ' ' ' ' ' B' C' k' l' ' ' ' ' ' ' ' ' 4' q' ' Y' ' ' ' +' ,' -' >' k' l' m' n' ' ' ' ' ' ' ' `' ' ' ' K' ' ' ' 
' F' ' ' ' ' ' ' ' N'  ' :' ;' n' "' #' X' m' ' ' ' ' ' ' e' ' ' #' `' ' ' M' ' ' % ( & ( 1 ( = ( L ( X ( k ( o ( p ( q ( r ( s ( t ( u ( v ( w (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  ( ( ;( @( ( ( ( ( ( ( ( ( P( T( ( ( ( ( ( ( ( ( 4( 9( `( a( f( ( ( ( ( ( ( ( ( +( ,( /( 9( :( =( F( G( H( Y( ^( f( m( t( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( u( v( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( '( A( B( M( Z( [( e( r( s( t( u( v( w( x( y( ( ( ( ( ( ( ( ( ~( ( q( r( I	( J	( a
( j
( 
( 
( 
( 8( 9( E( ( ( ( ( ( ( ( ( ( '( _( ( 
( 
( ( ( ( ( ( &( ( ( X( ( (( )( ( C( ( ( (  ( ( ( z( {( ( ( ( 5( W( p( ( ( ( ( ( P( Q( ( ( ( ( ( "( #( t( ( ( ( ( ( ( [( ( ( ( @( }( ( ( ( ( >( ?( ( ( / ( 0 ( !( !( "( "( #( #( |$( }$( $( $( X%( &( Y'( Z'( '( '( D)( H)( I)( _)( `)( t)( u)( v)( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )(  *( *( *( *( *( 1*( 3*( 8*( 9*( N*( P*( U*( V*( p*( r*( w*( x*( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( ,( ,( ,(  -( :-( n-( -( -( -( .( .( K.( c.( .( .( .( .( 0/( N/( /( /( /( /( /( 30( 40( 50( 60( X0( a1( b1( x1( 1( 1( 1( 1( 1( 
2( 2( ,2( :2( M2( N2( l2( 2( 2( 2( 2( 2( 2( 3( *3( +3( 3( 3( 3( 3( 3( 3( 3( 3( 4( 34( 44( J4( `4( v4( 4( 4( 4( 4( 4( 4( 4( 4( 4( 5( '5( (5( =5( >5( ?5( @5( Q5( q5( r5( s5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 5( 6( 6( (6( S6( l6( 6( 6( 6( 6( 6( 6( 6( 6( 6( 6( !7( "7( #7( $7( %7( &7( /7( N7( O7( c7( d7( 7( 7( 7( 7( 7( 7( 7( 7( 7( 8( 8( 8( 8( 8( 8( '8( p8( q8( &9( '9( (9( 99( Y9( Z9( [9( \9( |9( 	:( =:( S:( T:( ^:( i:( :( :( :( :( :( :( ;( ;( H;( I;( R;( ;( ;( '<( (<( 7<( <( <( <( <( 0=( s=( t=( =( =( =( =( =( =( =( =( =( >( 1>( 2>( 3>( 4>( 5>( 6>( c>( ?( ?( E?( P?( Z?( e?( o?( p?( ?( ?( ?( @( C@( D@( @( @( @( @( A( A( A( B( =B( KB( [B( \B( gB( lB( mB( wB( |B( }B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( C( 
C( C( C( C( C( C( <C( JC( ZC( [C( fC( kC( lC( vC( {C( |C( C( C( C( C( C( C( C( C( C( C( C( C( C( C( C( C(  D( D( D( D( D(  D( !D( "D( JD( XD( hD( iD( tD( yD( zD( D( D( D( D( D( D( D( D( D( D( D( D( E( E( E( E( E( "E( 'E( (E( 3E( 8E( 9E( CE( HE( IE( JE( cE( qE( E( E( E( E( E( E( E( E( E( E( E( E( E( E( E( 1F( zF( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( %G( 3G( CG( DG( OG( TG( UG( _G( dG( eG( pG( uG( vG( G( G( G( G( G( G( G( G( G( G( G( G( G( G( G( H( H( H( H( H( H( FH( TH( dH( eH( pH( uH( vH( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( I( 
I( I( I( I( I( )I( .I( /I( 0I( I( I( I( I( I( I( I( I( I( J( J( J( J( J( J( 'J( ,J( -J( .J( MJ( [J( kJ( lJ( wJ( |J( }J( J( J( J( J( J( J( J( J( J( J( J( J( J( J( K( 
K( K( K( K( K( &K( +K( ,K( 6K( ;K( <K( =K( XK( fK( vK( wK( K( K( K( K( K( K( K( K( K( K( K( K( K( K( K( #L( FL( GL( L( L( L( L( L( L( UM( VM( M( M( M( M( M( M( M( M( M( -N( QN( cN( eN( |N( }N( N( N( N( N( N( JO( O( O( P( P( %P( 5P( 6P( ZP( [P( lP( P( P( P( Q( 7Q( 8Q( ^Q( Q( Q( Q( Q( Q( Q( Q( Q( 2R( R( R( R( R( R(  S( S( S( S( +S( S( S( S( S( T( T( T( T( T( T( T( U( U( U( U( /V( 9V( CV( DV( jV( V( V( V( V( V( V( V( W( W( W( /W( gW( hW( W( TX( tX( X( X( X( X( X( Y(  Y( 1Y( Y( Y( 3Z( qZ( Z( Z( Z( Z( Z( Z( c[( d[( [( [( [( [( [( [( [( \( \( .\( V\( h\( i\( j\( k\( t\( \( \( \( \( F]( G]( h]( i]( z]( ]( ]( ]( ]( ]( ^( ^( `( `( c( c( d( d( d( f( f( f( f( h( h( h( }i( ~i( k( k( k( Gl( l( l( Um( Vm( ;n( Pn( n( n( n( n( n( n( n( o( 	o( 
o( o( o( #o( $o( )o( 0o( 5o( 6o( ;o( Bo( No( Oo( Wo( _o( do( eo( mo( uo( o( o( o( o( o( o( o( o( o( o( o( o( Vp( Wp( q( q( Ds( Es( t( t( \t( ht( t( t( u( u( 2v( 3v( v( Fx( Gx( Oy( Py( y( +{( ,{( {( K}( U}( ~( ~( ( ( ( ( ( ( ( $( 5( F( G( Z( m( ( ( ( ( ׁ( ؁( u( v( ( ( ʅ( ˅( ( ( ( 4( 5( ( ( ( (  ( i( ( (( )( P( `( m( ( ( ( ( ( ( ( ( ( )( [( \( ^( _( `( i( ( ( ی( ( @( h( s( ( ( ۍ( 5( 6( 7( H( ( ( ( ( ( ( ( Ď( ( ( ( ( :( _( `( a( c( d( e( n( ( ( ( ( K( o( ( ^( n( o( p( ( ( ( ( ( ( ّ( ( ( ( ( B( C( D( E( G( H( I( R( ( ( Ē( ( /( S( ٓ( B( R( S( T( e( s( t( u( v( ( ( ( ( ( ( ( -( T( U( V( W( Y( Z( [( d( ( ( ֕( ( C( c( ( ז( ؖ( ٖ( ( ( ( ( ( ( B( L( V( W( ( ( ( ( ( ( ( ( ( 	( 0( ^( ~( ( ʘ( ( J( K( \( j( k( l( ( Ù( ͙( ؙ( ( ( (  ( I( J( K( M( d( e( n( p( q( ( ( ( ( ( ( ( ( ( ( ( ( !( Ҟ( Ӟ( ( I( ( ( ( N( ( ( ( ( ( (  ( ( )( I( \( o( ( ( ( ( ( ( #( 6( c( d( e( v( ( ( ( ( ɢ( ٢( ڢ( ۢ( ܢ( ( '( :( M( `( s( t( u( v( ( ( У( ( (  ( ( B( I( R( S( i( y( z( {( |( }( ~( ( ( ( ( ( ˤ( ̤( ( ( ( ( ( ( #( `( ( ( ( ( ( ( ( ̧( ӧ( ܧ( ݧ( ( ( ( !( ;( U( e( ( ( ( ( ˨( ݨ( ( ( !( ;( U( V( W( X( ( ( ũ( ة( ( ( ( ( ( b( ( ( ( ( ( a( h( q( r( z( ( ( ( Ы( ( ( ( .( 6( K( `( r( ( ( ( Ь( ( ( ( ( ( -( @( S( f( y( z( {( |( ( ( (( o( ( V( W( X( Y( j( ( ( ( ( $( 7( J( ]( ^( _( `( i( ( ;( ~( Ǳ( e( f( g( h( y( ̲( Ͳ( ( ( ( .( A( T( g( h( i( j( s( H( o( ( ( ( ( ( ( ( ( 	( ( ( ( 0( E( W( q( ( ( ( ϶( ׶( ( ( ( -( G( W( q( ( ( ( ( ( ( ( ( ( /( B( U( h( {( |( }( ~( ( @( ( ܹ( ( ( 0( 1( 2( C( ( )( 0( 9( :( B( W( l( ( ( ( Ǽ( ؼ( ( ( ( 7( ?( T( i( ~( ( ( Ľ( ս( ( 	( ( 4( 5( 6( 7( _( `( s( ( ( ( ( ( ( ¾( ˾( ( ( G( ( (  ( ( ( F( ( F( G( N( ( ( ( #( O( ( ( ( ( ;( <( M( ( ( ( ( ( ( ( ( ( ( /( @( Z( t( ( ( ( ( ( ( ( ( #( =( W( h( ( ( ( ( ( ( ( ( ( ( ( 1( D( W( j( }( ~( ( ( ( G( A( ( ( ,( ( ( ( C( J( ( ( ( ( ( #( B( ( ( ( ( ( ( ( ( ( ( ( )( ;( R( i( ( ( ( ( ( ( ( ( ( ( )( ;( M( _( v( ( ( ( ( ( ( 
( ( 2( 3( 4( 5( ]( ^( q( ( ( ( ( ( ( ( ( ( ( v( ( r( ( ( ( s( ( ( U( ( ( E( ( ( ( V( W( ( ( ( ( U( t( ( ( ( ( ( '( (( L( M( R( T( U( V( _( l( ( ( ( ( ( ( 9( [( }( ( ( ( ( ( ( ( ( 9( ( ( ( a( ( ( ( f( ( ( ( ( ( u( v( :( ;( r( ( ( ( F( }( ( ( K( ( ( ( ( ( ( ( ( &( '( :( M( `( s( u( v( w( ( ( ( "( P( n( ( ( ( ( (  ( ( )( *( =( P( c( v( x( y( z( ( ( ( H( I( Z( [( \( ( ( ( ( ( ( ( ( ( ( (  ( ( ( ( ( ( ( ( ( ( ( ,( .( /( 0( 9( ]( ( m( n( ( ( ( ( ( ?( @( g( h( ( ( ( ( ( ?( w( ( ( ?( ( ( ( o( p( q( {( ( ( ( ( ( ( ( ( /( B( U( W( m( n( w( ( ( )( a( l( ( ( ( ( (  ( (( )( ?( O( P( Q( R( z( {( ( ( ( ( ( ( ( ( ( Y( t( ( ( ( ( &( 1( P( ~( ( ( ( ( ( 
( ( ( ( J( a( b( c( d( ( ( ( ( ( ( ( ( ( ( U( }( ( ( ( ( .( ( ( ( ( ( ( ( ( 	( 
( ( 0( C( V( X( Y( Z( c( ( ( ( ( 2( =( \( ( ( ( ( 	 ) 
 )  )  ) 3 ) 4 ) o ) &) X) Y) ) ) 9) :) l) ) T) U) ) ) ) G) v) w) ) ) ) ) ) ) ) ) ) ) ) ) 	) '	) 7	) J	) r	) s	) 	) ) 2) k) ) ) W) ) ) *
) a
) 
) 
) 
) 
) 
) 
) 	) 
) ) ) ) ) ) ) ) ) )) 0) 5) E) F) U) V) W) c) d) e) f) q) u) ) ) ) ) ) ) ) 4) 5) :) g) l) ) ) ) ) ) D) E) J) v) z) ) ) ) ) ) ) ) ) 2) 7) ]) ^) _) i) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) *) .) 5) <) =) >) ?) @) A) B) C) D) E) F) G) H) I) J) K) `) ) ) -) .) G) X) Y) m) o) p) q) r) s) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) $) %) 3) 4) 5) 6) C) U) ) ) ) ) ) ) ) ) () ) ) ) ) ) +) ,) ?) d) e) v) ) ) ) ) ) ) P) Q) >) ?) 4) 5) A) ) ) ) ) _) ) )  )  ) A!) B!) !) !) !) !) #) #) *#) H$) j$) $) $) %) *%) D%) E%) N&) O&) ') ') M() N() () () () () () )) ()) Z)) [)) l)) )) )) )) W*) X*) t*) *) +) u+) :,) ;,) ,) ,) ,) (-) )-) -) -) &/) '/) 0) 0) L1) M1) 2) 2) 52) F2) 2) 3) 4) 4) v5) w5) 6) 6) 6) 6) 6) 7) 7) 7) 7) +7) 87) 97) :7) ;7) <7) =7) A7) B7) C7) D7) ]7) _7) e7) f7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 8) 8) 8) 8) %8) '8) -8) .8) <8) >8) D8) E8) X8) Z8) _8) `8) g8) l8) 8) 8) 8) 8) 8) i:) j:) v:) :) :) ;) &;) Z;) m;) ;) ;) ;) <) 5<) H<) |<) <) <) <)  =) :=) J=) ~=) =) =) =) =) =) =) >)  ?) ?) <?) K?) ^?) _?) x?) ?) ?) ?) ?) ?) ?) 
@) :@) ;@) <@) p@) @) @) @) @) @) /A) 0A) :A) EA) xA) A) A) A) A) A) A) A) A) B) *B) ,B) CB) DB) MB) oB) pB) B) B) B) B) B) B) B) B) B) B) C) C) C) 8C) 9C) :C) ;C) <C) =C) FC) gC) hC) |C) }C) C) C) C) C) C) 
D) D) 4D) ND) OD) dD) eD) vD) D) D) D) D) D) D) D) D) D) D) D) D) E) E) $E) @E) AE) VE) WE) hE) E) E) E) E) E) E) E) E) E) E) F) F) F) F) F) F) F) F) F) F) G) G) G) G) G) G) H) :H) DH) NH) OH) pH) H) H) H) H) H) H) I) I) I) I) I) &J) kJ) lJ) }J) J) K) K) 3K) 4K) 5K) 6K) 7K) 8K) AK) K) K) K) K) K) K) K) K) K) L) L) L) L) L) L) M) 
M) M) nM) M) M) M) M) M) N) RN) N) N) O) O) O) O) O) O) O) O) P) 
P) P) P) P) P) &P) +P) ,P) 6P) ;P) <P) =P) [P) iP) yP) zP) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) Q) 	Q) 
Q) Q) Q) Q) %Q) *Q) +Q) 5Q) :Q) ;Q) <Q) ^Q) lQ) |Q) }Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) R) R) R) R) R) "R) 'R) (R) 3R) 8R) 9R) CR) HR) IR) JR) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) S) S) S)  S) +S) 0S) 1S) ;S) @S) AS) LS) QS) RS) \S) aS) bS) cS) S) T) :T) HT) XT) YT) dT) iT) jT) tT) yT) zT) T) T) T) T) T) T) T) T) T) T) T) T) T) T) T) U) U) U) U) U) U) #U) $U) %U) RU) `U) pU) qU) |U) U) U) U) U) U) U) U) U) U) U) U) U) U) U) V) V) V) V) V) V) #V) $V) /V) 4V) 5V) ?V) DV) EV) FV) lV) zV) V) V) V) V) V) V) V) V) V) V) V) V) V) V) V) :W) ;W) jW) xW) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) 	X) 
X) X) X) X) %X) *X) +X) 6X) ;X) <X) FX) KX) LX) MX) yX) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) Y) Y) Y)  Y) %Y) &Y) 0Y) 5Y) 6Y) AY) FY) GY) QY) VY) WY) XY) |Y) Y) Y) Y) Y) ;Z) <Z) IZ) JZ) KZ) nZ) Z) Z) ([) :[) ;[) E[) P[) [) [) [) [) [) [) \) \) \) \) $\) x\) y\) \) \) \) G]) }]) ]) ]) ]) ]) ]) ]) ]) 
^) [^) t^) ^) ^) ^) ^) ^) +_) ,_) -_) ._) /_) 8_) _) _) _) /`) :`) V`) o`) `) `) `) `) `) `) a) a) a) a) a) ;b) <b) pb) b) b) b) c) c) c) c) c) c) c) c) d) 7d) Id) [d) \d) ]d) ^d) gd) d) d) d) d) e) e) e) e) f) 3f) Yf) vf) f) f) f) f) f)  g) vg) g) h) Rh) Sh) Th) Uh) {h) |h) i) i) 6i) Hi) Ii) Si) ^i) i) i) i) i) i) i) j) j) j) 	j) j) sj) tj) j) j) j) j) k) k) k) ck) dk) ek) fk) k) ,l) Pl) n) n) q) *q) Ur) Vr) gr) s) s) nt) ot) u) u) u) w) w) y) y) y) y) z) z) z) z) {) {) _|) `|) o|) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) }) }) }) }) })  }) (}) /}) 4}) 5}) =}) D}) P}) Q}) R}) S}) }) }) L) M) ) ) ) ) ) ) ) ) 9) :) Ѓ) у) #) ) ) ) ) ?) Ɉ) ʈ) d) ) ) 9) :) [) h) u) ) ) ) ) ) Ӎ) ) ) ) ) ") 9) :) E) u) v) ) ) ) ) h) i) <) M) ) Ҕ) Ӕ) 2) `) ) ) ) ) W) Ɩ) ǖ) ) ) ) 7) ;) <) F) Q) ) ) ) ) Ǚ) ) ) ) ) ) ) F) R) y) ) ޚ) ) ) J) T) y) ӛ) ԛ) ՛) ) ) ) )  ) L) M) W) b) ) ) ) ) ؜) ) ) ) ) ) ) ) K) W) ~) ) ) 
) ) ) ) 
) ) ) -) .) /) 9) D) w) ) ) ) ) ) ) ) ) ) ) ) ) /) ;) b) ) ͠) ) w) ) ) ) ) ) ) ) ) ) @) J) U) ) ) ) ) ˢ) ) ) ) ) ) ) ) ) A) M) t) ) ) ) 9) u) v) w) ) ) ) ) ) ) ) ) ) ) #) M) N) O) Q) R) S) \) ) ) Υ) ) ) K) h) ) ) ) ) ) 	) 
) D) a) k) v) ) ) ) ) ) ) ) ) ) ) ) ) )  ) _) ) F) G) X) ) ) ) ) ) ) ) p) q) ) ) ) V) ) ) A) B) L) W) ) ) ) ) Ǯ) ) ) 
)  ) 3) 5) L) M) V) ) ԯ) ) ) ) ) A) H) P) Q) g) w) x) y) z) ) Ű) ذ) ) ) ) ) ) ) ) @) n) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  ) H) i) j) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) j) q) z) {) ) ) ) ) ٵ) ) ) ) 7) ?) T) i) {) ) ) ) ٶ) ) ) ) ) ) >) c) v) ) ) ) ) )  ) .) ) ) ) ) ) ) ) ) ) -) B) T) n) ) ) ) ̹) Թ) ) ) ) *) D) T) n) ) ) ) ) ) ˺) ޺) ) ) ) ) ) ) #) ) ƻ) 
) V) ) ) ) ) ) [) \) ) ) ½) ս) ) ) ) ) ) ) ) پ) ) e) ) ) ) ) ) j) k) ) ) ) ) ) ) ) ) ) ) ) ) 
) Q) ) 9) :) ;) L) ) ) ) ) ) ) ) ) ) ) )) 9) S) m) u) ) ) ) ) ) ) ) )) *) +) ,) =) ) ) ) ) ) ) ) ) ) ) ) ) %) ) >) z) ) !) ) ) ) ) K) ) ) ) ) ) ) 
) ) 1) K) e) v) ) ) ) ) ) ) ) ) .) H) b) s) ) ) ) ) ) ) ) ) ) ) $) 7) J) ]) ^) _) `) i) -) ) ) 8) k) ) 4) ) ) ) ) ) ) +) z) ) ) ) !) M) y) ) ) ) ) /) 6) ?) @) H) ]) r) ) ) ) ) ) ) ) #) =) N) h) p) ) ) ) ) ) ) )  ) :) K) e) v) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ') ) ) G) ) ) 7) ) *) ) ) () G) f) ) ) ) ) !) ") #) 4) x) ) ) ) ) ) ) ) ) ) ) ) /) F) ]) n) ) ) ) ) ) ) ) ) ) ) +) B) S) j) ) ) ) ) ) ) ) ) ) ) ) ") 5) H) [) ]) ^) _) h) z) B) ) ) ) J) ) ) ) /) a) ) ) ) ) P) Q) X) ) ) 5) u) ) ) ) ) 1) P) o) p) ) ) ) ) ) ) ) ) ) ) 
) ,) N) p) ) ) ) ) ) ) 0) 1) B) u) ) ) ) ) ) ) ) ) ) 6) n) ) ) Y) Z) ) S) T) ) ) ) ) ) m) n) ) ) ) S) ) ) >) ?) I) T) ) ) ) ) ) ) ) ) ) ) ) ) ) ) f) ) ) ) ) &) ]) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !) ?) c) ) ) ) ) ) ") #) 6) I) \) o) q) r) s) |) ) ) A) B) S) T) U) }) ~) ) ) ) ) ) ) ) ) ) ~) ) ) ) ) )  ) Q) ) ) ) ) 7) /) 0) d) ) )  * Z *  *  * "* i* * 
* * * * $* W* a* k* l* * * * * * * * * * * * * * * 
* 6* x* y* * * * * * * * * * * * * ,* ?* R* e* g* h* ~* * * * * C* `* y* * * * * * B* a* b* c* t* * * * * * *  * * * ** +* >* Q* d* w* y* z* {* * * 	* U	* g	* 	* 	* 	* 9
* =
* >
* ?
* @
* Q
* ~
* 
* 
* 
* 
* 
* 
* 
* 
* 
* 
* * p* * R* * * * * g
* h
* i
* z
* 
* 
* 
* 
* 
* 
* 
* * * * 0* * * * 
* * * * H* I* * * * * M* * L* M* * <* v* w* * ^* _* * * * * * * * W* * * 	* _* * * 1* * * * a* b* m* y* * * * * * * * * * * * * * * * * * * * * * * * * * * &* .* :* ;* @* w* |* * * * * 
* O* P* U* * * * * * * * 2* 3* 8* p* u* * * * * * * * * * V* [* g* h* k* u* v* y* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *  *  *  *  *  *  *  * !* 
!* !* !* !* !* !* !*  !* )!* -!* .!* A!* M!* N!* O!* P!* Q!* c!* }!* ~!* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* "* "* #* #* $* $* %* %* %* &* ,&* t&* u&* &* &* &* &* '* '* '* T'* U'* V'* c'* '* 2(* (* (* )* )* ** ** ** b+* +* .,* ,* ,* d-* e-* $.* .* .* .* /* </* =/* P/* 0* 0* 0* 1* 2* q2* 2* 2* 2* 2* 2* 3* 3* 5* 5* 5* 5* 76* C6* R6* ^6* _6* 6* 6* 6* 6* 
7* S7* X7* 7* 7* 7* 8* |8* 8* 9* 9* 9* *:* z:* {:* :* :* k;* l;* <* <* 3>* 4>* >* >* ?* ?* ?* ?* @* NA* B* B* C* C* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* E* E* E* E* $E* %E* 3E* 5E* ;E* <E* OE* QE* WE* XE* mE* oE* tE* uE* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* F* 
F* %F* &F* 'F* (F* )F* H* H* H* \H* vH* H* H* H* I* ?I* SI* I* I* I* I* J* 8J* lJ* J* J* J* J* K* ;K* oK* pK* qK* rK* K* L* L* L* L* L* L* L* M* IM* JM* hM* vM* M* M* M* M* M* M* N* $N* :N* PN* fN* gN* N* N* N* N* O*  O* *O* +O* RO* oO* pO* O* O* O* O* O* O* O* O* 
P* P* "P* #P* GP* cP* dP* yP* zP* {P* |P* P* P* P* P* P* P* P* P* P* P* P* Q* Q* Q* Q* 5Q* QQ* RQ* dQ* Q* Q* Q* Q* Q* Q* R* R* R* 4R* 5R* 6R* ]R* ^R* _R* `R* aR* bR* kR* R* R* R* R* R* R* R* R* R* S* &S* 'S* (S* US* VS* WS* XS* YS* ZS* cS* S* S* bT* cT* dT* uT* T* T* T* T* T* EU* yU* U* U* U* U* U* U* U* U* V* ;V* QV* SV* V* V* V* &W* 'W* cW* dW* sW* W* 	X* 
X* X* lX* X* X* X* X* X* X* X* X* X* :Y* ;Y* LY* mY* nY* oY* pY* qY* rY* Y* ?Z* @Z* Z* Z* Z* Z* Z* Z* [* #[* ;[* R[* [* [* [* [* 6\* 7\* !]* "]* 9]* N]* y]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ^* ^* ^* #^* (^* )^* 3^* 8^* 9^* D^* I^* J^* T^* Y^* Z^* [^* x^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* 
_* _* _* &_* +_* ,_* 6_* ;_* <_* G_* L_* M_* W_* \_* ]_* ^_* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* $`* 2`* B`* C`* N`* S`* T`* ^`* c`* d`* o`* t`* u`* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `*  a* a* ma* a* a* a* a* a* b* b* b* b* b* b* #b* (b* )b* 3b* 8b* 9b* :b* ab* ob* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* c* c* c* c*  c* *c* /c* 0c* ;c* @c* Ac* Kc* Pc* Qc* Rc* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* 
d* d* (d* )d* 4d* 9d* :d* Dd* Id* Jd* Ud* Zd* [d* ed* jd* kd* ld* d* d* e* e* &e* 'e* 2e* 7e* 8e* Be* Ge* He* Se* Xe* Ye* ce* he* ie* je* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* f* %f* 5f* 6f* Af* Ff* Gf* Qf* Vf* Wf* bf* gf* hf* rf* wf* xf* yf* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* g* :g* _g* g* g* g* g* g* g* g* h* h* h* h* h* h* h* h* !i* +i* 5i* 6i* ii* i* i* i* i* i* i* j* j* 7j* 8j* j* j* k* @k* Pk* ak* qk* rk* k* k* k* k* l* +l* Dl* sl* tl* l* l* l* l* l* l* l* m* m* nm* m* m* m* 
n* 'n* <n* Tn* Un* Vn* gn* o* o*  o* !o* Jo* o* o* p*  p* 2p* 3p* "q* #q* -q* 8q* kq* uq* q* q* q* q* q* q* q* q* q* r* Jr* Kr* Zr* kr* r* r* "s* s* s* s* s* t* 6t* 7t* [t* \t* mt* t* u* ou* u* u* u* u* u* v* v* v* v* v* v* v* v* v* /w* 9w* Cw* Dw* jw* w* w* w* w* w* w* x* x* 2x* 3x* x* x* x* x* x* y* y* y* y* 4y* y* y* #|* $|* ~* ~* * * * K* L* * 
* @* A* S* * *  * !* 6* * #* &* * * w* * * * 
* * 2* 3* 8* @* E* F* K* S* _* `* e* l* q* r* w* ~* * * * * * * * * * * Ɗ* ͊* Ҋ* ӊ* ۊ* * * * * * * * * * * * >* ?* * *  * !* א* ؐ* n* o* * * * * * ݔ* g* h* * * * י* ؙ* * * *  * -* >* O* `* q* * * * * * כ* ؛* * * * * * 3* 4* * * ڡ* *  * p* q* Т* * +* [* \* * * d* e* * * * ե* ٦* ڦ* * * "* ,* 6* 7* e* * * * * * * * * * >* |* * * * * * q* r* s* * * * * * * * *  * 3* =* G* H* v* * * * * * * * * * * G* * * 1* * * * * * ˬ* ̬* ͬ* ׬* * * * )* ** X* ~* * * * * * * * ͭ* ٭*  * +* k* * * ~* * * * * * * * * ޯ* * * &* 0* :* ;* i* * * * * * * * * ߰* * * @* * * ױ* * * * &* 4* 5* 6* @* K* ~* * * * * * * * * * * * 9* E* l* * * * * =* * * * * * * * * 	* * G* Q* [* \* * * * * * * * * * * * 3* * * * (* )* ** +* ,* -* ]* * * C* * * * ;* * ߻* * * * (* 2* <* =* e* * * * * Ѽ* Ӽ* * * * _* r* * * * * ߽* * * * * * * * * @* c* v* * * * * * * * ޾* * :* ;* <* M* ~* * * * * * * * * * * * * * * * * * -* @* S* T* U* V* _* * >* Q* 7* 8* 9* :* K* * * * * !* 6* K* ]* w* * * * * * * * * 3* M* ]* w* * * * * * * * * '* (* )* ** 3* * * @* A* B* S* * * * * * * * * * &* 6* P* j* r* * * * * * * * &* '* (* )* Q* i* |* * * * * * * * G* d* * * * * * * * * * "* ;* `* s* * * * * * * O* w* * * * * * * * * 	* 1* 2* W* j* }* * * * * * * * * * 8* * * * * =* >* E* N* O* W* l* * * * * * * * * (* =* O* i* * * * * * * * * .* /* W* X* k* ~* * * * * * * * |* * * ,* * l* m* n* * * e* l* u* v* ~* * * * * * * * .* H* Y* s* {* * * * * *  * * +* E* V* p* q* r* s* * * * * * * * * * * * * "* * * 	* \* * '* * ,* * * * * * /* _* * * * * C* w* x* * * * * * * * * %* 7* Q* k* |* * * * * * * * #* 8* M* _* y* * * * * * * * .* /* 0* 1* Y* Z* m* * * * * * * * * * }* * [* h* * L* * * * * * * )* @* _* ~* * * * * * * &* '* /* A* S* e* w* * * * * * * * "* 3* J* K* S* e* w* * * * * * * * * 0* F* W* n* o* p* q* * * * * * * * * * * * * * * 0* * * 3* R* * * * * :* Y* * * * * * * * * 2* Q* * * * * 
* * * c* d* * * * * * * * * * * * 0* 1* S* u* * * * * * * 8* 9* :* ;* u* %* '* [* * * * S* * * * J* * *  +  + v+ w+ + + + @+ + + + 8+ + + + + + %+ /+ 9+ :+ b+ c+ v+ + + + + + + + + '+ ^+ + + + + )+ *+ ;+ <+ =+ e+ f+ y+ + + + + + + + + + + + + + + + + + + + 
+ + + + + 8+ \+ + + + + + 	+ 	+ /	+ B	+ U	+ h	+ j	+ k	+ l	+ u	+ 	+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ 
+ {+ |+ + + + + + 
+ D
+ {
+ 
+ 
+ 9+ {+ + + V+ + + + + + + + 	+ 
+ 2+ 3+ X+ k+ ~+ + + + + + "+ S+ e+ + + + + + (+ U+ \+ d+ e+ {+ + + + + + + + + + + + + + + &+ + + + + + *+ b+ m+ + + + +  + + + F+ M+ U+ V+ + + + + + + + + + + + + + + "+ + + + + @+ K+ j+ + + + + + + + + E+ F+ Y+ l+ + + + + + + + K+ + 3+ n+ y+ + + + + + E+ F+ G+ H+ o+ p+ + b+ + + + :+ u+ v+ + %+ + + + +  + + + + + !+ !+ !+ ("+ "+ #+ #+ H#+ #+ #+ 2$+ G$+ c$+ s$+ $+ $+ $+ $+ ?&+ n&+ &+ &+ :'+ '+ '+ '(+ f(+ (+ (+  )+ )+ )+ &)+ 2)+ E)+ I)+ J)+ K)+ L)+ M)+ N)+ O)+ P)+ Q)+ e)+ l)+ q)+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ *+ *+ p*+ q*+ v*+ *+ *+ *+ *+ *+ *++ .++ ++ ++ ++ ++ ++ ++ ++ ++ ,+ ,+ :,+ ;,+ @,+ n,+ s,+ ,+ ,+ ,+ ,+ ,+ ,+ -+ -+ 	-+ -+ -+ -+  -+ !-+ "-+ 3-+ 8-+ @-+ G-+ N-+ Z-+ [-+ f-+ j-+ q-+ x-+ y-+ z-+ {-+ |-+ }-+ ~-+ -+ -+ -+ -+ -+ -+ -+ -+ -+ -+ O.+ P.+ i.+ j.+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ /+ /+ /+ '/+ 4/+ 5/+ ?/+ L/+ M/+ N/+ O/+ P/+ Q/+ R/+ S/+ `/+ a/+ o/+ p/+ q/+ r/+ /+ /+ X0+ Y0+ K1+ L1+ #2+ $2+ ;3+ D3+ d3+ 3+ 3+ 4+ 4+ 4+ g4+ h4+ {4+ 4+ 4+ 4+ 4+ 4+ 4+ 5+ 95+ 5+ 6+ 6+ z7+ {7+ p8+ q8+ }8+  9+ [9+ 9+ 2:+ :+ ;+ ;+ ;+ <+ }<+ ~<+ <+ <+ <+ <+ T>+ U>+ f>+ ?+ ?+ @+ 1@+ J@+ f@+ @+ @+ A+ A+ *C+ +C+ C+ C+ C+ C+ C+ C+ C+ ND+ dD+ D+ D+ D+ D+ D+ 5E+ E+ E+ E+ F+ WF+ F+ vG+ wG+ G+ H+ H+ dH+ eH+ 	I+ 
I+ bJ+ cJ+ K+ K+ L+ L+ VM+ WM+ qM+ M+ 2N+ N+ 3P+ 4P+ P+ P+ R+ "R+ #R+ 9R+ :R+ NR+ OR+ PR+ YR+ gR+ tR+ uR+ vR+ wR+ xR+ yR+ }R+ ~R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ S+ 
S+ S+ S+ (S+ *S+ /S+ 0S+ JS+ LS+ QS+ RS+ aS+ cS+ iS+ jS+ xS+ zS+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ U+ U+ U+ U+ V+ HV+ bV+ V+ V+ V+ V+ %W+ =W+ qW+ W+ W+ W+ 
X+ (X+ \X+ vX+ X+ X+ X+ 
Y+ Y+ Y+ Y+ 2Y+ ;Z+ <Z+ RZ+ xZ+ Z+ Z+ Z+ Z+ Z+ Z+ [+ [+ '[+ ([+ F[+ v[+ w[+ x[+ [+ [+ [+ [+ \+ \+ k\+ l\+ v\+ \+ \+ \+ \+ \+ \+ 
]+ ]+ $]+ :]+ P]+ f]+ h]+ ]+ ]+ ]+ ]+ ]+ ]+ ]+ ]+ ^+ ^+ ^+ ^+ ^+ ^+ +^+ K^+ L^+ M^+ t^+ u^+ v^+ w^+ x^+ y^+ ^+ ^+ ^+ ^+ ^+ ^+ ^+ ^+ _+ -_+ F_+ [_+ p_+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+  `+ 	`+ (`+ )`+ =`+ >`+ ``+ |`+ }`+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ a+ Ja+ Ka+  b+ b+ b+ b+ 3b+ 4b+ 5b+ 6b+ Vb+ b+ c+ -c+ .c+ 8c+ Cc+ vc+ c+ c+ c+ c+ c+ c+ c+ "d+ #d+ ,d+ d+ d+ e+ e+ e+ be+ e+ e+ e+ 
f+ Mf+ Nf+ of+ pf+ qf+ rf+ sf+ tf+ }f+ f+ f+ f+ g+ g+ 
g+ g+ g+ g+ =g+ g+ g+ h+ *h+ 4h+ ?h+ Ih+ Jh+ h+ h+ h+ h+ i+ i+ Yi+ i+ i+ i+ j+ j+ j+ j+ k+ %k+ 5k+ 6k+ Ak+ Fk+ Gk+ Qk+ Vk+ Wk+ bk+ gk+ hk+ rk+ wk+ xk+ yk+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ l+ $l+ 4l+ 5l+ @l+ El+ Fl+ Pl+ Ul+ Vl+ al+ fl+ gl+ ql+ vl+ wl+ xl+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ $m+ 2m+ Bm+ Cm+ Nm+ Sm+ Tm+ ^m+ cm+ dm+ om+ tm+ um+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ n+ n+ 
n+ n+ n+ n+ "n+ #n+ $n+ =n+ Kn+ [n+ \n+ gn+ ln+ mn+ wn+ |n+ }n+ n+ n+ n+ n+ n+ n+ n+ o+ To+ vo+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ 
p+ p+ p+ )p+ .p+ /p+ 9p+ >p+ ?p+ Jp+ Op+ Pp+ Zp+ _p+ `p+ ap+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+  q+ .q+ >q+ ?q+ Jq+ Oq+ Pq+ Zq+ _q+ `q+ kq+ pq+ qq+ {q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ r+ r+ 	r+ 
r+ vr+ wr+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ s+ s+ s+ s+ 's+ 5s+ Es+ Fs+ Qs+ Vs+ Ws+ as+ fs+ gs+ rs+ ws+ xs+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+  t+ t+ t+ t+ t+ t+ t+ 2t+ @t+ Pt+ Qt+ \t+ at+ bt+ lt+ qt+ rt+ }t+ t+ t+ t+ t+ t+ t+ t+ t+ t+  u+ !u+ wu+ xu+ u+ u+ u+ u+ /v+ 0v+ dv+ vv+ wv+ v+ v+ v+ v+ v+ v+ w+ +w+ =w+ ?w+ Vw+ Ww+ `w+ w+ w+ w+ w+ $x+ x+ x+ x+ x+ x+ y+ y+ 4y+ 5y+ Fy+ y+ y+ y+ y+ z+ z+ 8z+ gz+ hz+ iz+ jz+ kz+ tz+ z+ z+ {+ k{+ v{+ {+ {+ {+ {+ {+ {+ {+ |+ |+ |+ |+ |+ |+ w}+ x}+ }+ }+ }+ }+ ~+ ~+ ~+ ~+ 	+ + + + D+ s+ + + + + + + + + + 	+ A+ B+ + .+ N+ o+ + + ԁ+ Ձ+ + + + \+ + 
+ K+ + + + + + + =+ >+ r+ + + + + ̈́+ ׄ+ + + + 0+ B+ C+ D+ E+ N+ + + Ѕ+ х+  + !+ B+ C+ T+ + + + + ҆+ h+ + + + Y+ f+ + + + + + + + ސ+ ߐ+ + W+ X+ + + Ԕ+ !+ + ĕ+ /+ 0+ + *+ + + + + З+ ї+ ֗+ ޗ+ + + + + + + + 
+ + + + + (+ )+ 1+ 9+ >+ ?+ G+ O+ [+ \+ d+ k+ p+ q+ y+ + + + + + 0+ 1+ + + + + ܜ+ ݜ+ 6+ B+ + + u+ v+ + 
+ _+  + !+ )+ *+ {+ + + + %+ /+ u+ v+ + + + + ˨+ ܨ+ + + +  + !+ 4+ G+ ^+ u+ v+ + + + O+ P+ ѫ+ ҫ+ + + x+ + + + + n+ + ɰ+ + + C+ + + + *+ :+ G+ s+ w+ x+ + + + ʴ+ Դ+ մ+ + 5+ 6+ 8+ 9+ :+ C+ + + + ܵ+ + B+ M+ + + + + + + "+ Y+ Z+ [+ \+ + + + + ѷ+ ۷+ + + + 9+ :+ ;+ =+ >+ ?+ H+ + + + + %+ I+ Ϲ+ 8+ H+ I+ J+ [+ i+ j+ k+ u+ + + + Ǻ+ Ⱥ+ + + + + + !+ "+ #+ ,+ k+ w+ + ɻ+ 	+ -+ + + ,+ -+ .+ ?+ M+ N+ O+ P+ |+ + + Ľ+ ν+ ؽ+ ٽ+ + .+ /+ 0+ 1+ 3+ 4+ 5+ >+ }+ + + ޾+ + =+ u+ + + + Ŀ+ ҿ+ ӿ+ Կ+ ޿+ + + &+ 0+ 1+ _+ + + + + + + + + + 
+ 8+ X+ + + + $+ %+ 6+ D+ E+ F+ + + + + + + + + #+ $+ %+ '+ >+ ?+ H+ J+ K+ \+ + + + + + + + + + + + + + + + #+ Z+ + + (+ }+ ~+ + + + + + + + #+ 6+ I+ \+ o+ q+ + + + + + =+ >+ ?+ P+ }+ + + + + + + + + + + + '+ :+ M+ N+ O+ P+ Y+ |+ + + + + + + #+ ,+ -+ C+ S+ T+ U+ V+ W+ X+ Y+ Z+ [+ \+ + + + + + + + + + + :+ + + + + + + + + + + + + + + + + /+ ?+ Y+ s+ {+ + + + + + + + /+ 0+ 1+ 2+ Z+ z+ + + + + + + + <+ j+ + + + + ;+ B+ K+ L+ T+ i+ ~+ + + + + + + + %+ :+ L+ f+ + + + + + + + + + + -+ @+ S+ T+ U+ V+ _+ + + I+ + 0+ 1+ 2+ 3+ D+ + + + + + + $+ 7+ 8+ 9+ :+ C+ + + X+ + ?+ @+ A+ B+ S+ + + + + + + + .+ A+ B+ C+ D+ M+ "+ I+ + + u+ v+ w+ + + + + + + + 
+ + 1+ K+ e+ u+ + + + + + + + !+ 1+ K+ e+ f+ g+ h+ y+ + + + + 	+ + /+ B+ U+ V+ W+ X+ a+ + z+ + + ]+ 
+ + + + + + 
+ + + + 1+ F+ [+ m+ + + + + + + + + .+ C+ X+ j+ + + + + + + + + + + 9+ :+ M+ `+ s+ + + + + + + i+ + !+ t+ + + p+ +  + +  + !+ (+ g+ + + + )+ ]+ + + + + + '+ k+ r+ {+ |+ + + + + + + 	+ + 4+ N+ _+ y+ + + + + + + + + 1+ B+ \+ v+ + + + + + + + + + + + 1+ D+ W+ X+ Y+ Z+ c+ !+ + + + + s+ + f+ + $+ d+ + + + + + + ]+ ^+ _+ p+ + + + + + + + + + ,+ C+ Z+ k+ + + + + + + + + + + '+ 9+ P+ g+ ~+ + + + + + + + 
+ + + 7+ 8+ K+ ^+ q+ + + + + + + + ~+ P+ + L+ + + + M+ k+ + / ,  , , , , , , 0, 1, q, , , , /, N, m, , , , , , , &, ', ,, ., /, 0, 9, F, h, , , , , , , 5, W, l, m, ~, , , , , , 	, 
, 
, 
, ;, r, , , @, , , , 
, 
, O, P, , , L, , , ,  , W, , , %, z, {, , , , , , ,  , , , ', :, M, O, P, Q, Z, , , , *, H, b, , , , , , , , , , *, =, P, R, S, T, ], {, , ", #, 4, 5, 6, ^, _, r, , , , , , , , , , }, ~, , , , , , , , , , , 	, 
, , 7, , G, H, Y, Z, [, \, , , , A, B, s, k, l, , , , Q, , , , ^, , , I, J, K, U, `, , , , , , , , 	, , /, 1, G, H, Q, , , , ;, F, r, , , , , ,  ,  ,  , ) , * , + , , , T , U , h , { ,  ,  ,  ,  ,  ,  ,  , 3!, N!, !, !, !, !,  ", ", *", X", ~", ", ", ", ", ", ", ", ", $#, ;#, <#, =#, >#, f#, g#, z#, #, #, #, #, #, #, #, /$, W$, $, $, $, $, %, u%, y%, z%, {%, |%, %, %, %, %, %, %, 
&, &, 0&, 2&, 3&, 4&, =&, &, &, ', ', (, (, 6(, (, (, (, (, (, (, (, (, 
), ), I),  *, 2*, 3*, l*, *, +, +, F+, +, .,, /,, ,, ,, ,, !-, P-, Q-, -, [/, /, /, /, x0, 0, 0, 0, 1, 1, 1, 1, 2, 2, $2, L2, M2, 2, 3, 4, E4, 4, 4, 15, m5, 5, 6, ;6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 
7, 7, 7,  7, /7, 07, 17, =7, >7, ?7, @7, K7, O7, b7, j7, v7, w7, |7, 7, 7, 8, 8, 8, A8, F8, 8, 8, 8, 8, 8, 9, 9, $9, P9, T9, n9, o9, t9, 9, 9, 9, 9, 9, :, :, 7:, 8:, 9:, C:, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;,  ;, !;, ";, #;, $;, %;, :;, ;, ;, <, <, !<, 2<, 3<, G<, I<, J<, K<, L<, M<, U<, [<, \<, e<, i<, j<, }<, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, 
=, =, =, =, =, /=, =, =, >, >, ?, ?, @, @, A, [A, hA, A, A, A, B, B, B, >B, ?B, PB, B, B, B, B, B, nC, *D, +D, E, E, F, F, F, F, F, jG, G, 9H, H, H, `I, I, J, J, ZJ, xJ, yJ, J, K, K, L, "M, DM, M, M, M, N, N, N, (O, )O, P, P, 'Q, (Q, sQ, Q, Q, Q, Q, Q, R, 4R, 5R, FR, R, R, R, 1S, 2S, NS, S, S, OT, U, U, fU, U, U, V, V, V, V,  X, X, oY, pY, &Z, 'Z, Z, Z, [,  [, [, \, ], ], P^, Q^, _, _, _, _, _, _, _, _, _, `, `, `, `, `, `, `, `, `, `, `, 7`, 9`, ?`, @`, Y`, [`, ``, a`, o`, q`, w`, x`, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, a, a, a, a, a, a, a, 2a, 4a, 9a, :a, Aa, Fa, aa, ba, ca, da, ea, Cc, Dc, Pc, c, c, c,  d, 4d, Gd, {d, d, d, d, e, "e, Ve, te, e, e, e, f, $f, Xf, wf, f, f, f, f, f, g, g, g, h, %h, 8h, 9h, Rh, h, h, h, h, h, h, h, i, i, i, Ji, `i, vi, i, i, i, 	j, 
j, j, j, Rj, \j, fj, gj, j, j, j, j, j, j, k, k, k, k, 'k, Ik, Jk, ^k, _k, k, k, k, k, k, k, k, k, k, k, k, l, l, l, l, l, l,  l, Al, Bl, Vl, Wl, ql, l, l, l, l, l, l, m, (m, )m, >m, ?m, Pm, pm, qm, rm, m, m, m, m, m, m, m, m, m, m, m, m, n, n, 0n, 1n, Bn, bn, cn, dn, n, n, n, n, n, n, n, n, n, o, o, o, o, o, o, o, o, o, p, p, p, p, p, p, q, q, (q, )q, Jq, wq, q, q, q, q, q, br, cr, r, r, r,  s, Es, Fs, Ws, s, s, s, 
t, t, t, t, t, t, t, vt, wt, t, t, t, t, t, t, t, t, {u, |u, u, u, u, u, u, u, Hv, _v, wv, v, v, v, v, ,w, rw, sw, ]x, ^x, ux, x, x, x, x, x, x, x, x, x, x, x,  y, y, y, y, y, y, y, 5y, Cy, Sy, Ty, _y, dy, ey, oy, ty, uy, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, z, z, z, z, z, z, 8z, Fz, Vz, Wz, bz, gz, hz, rz, wz, xz, z, z, z, z, z, z, z, z, z, z, z, z, z, z, z, {, {, 
{, {, {, {, "{, #{, ${, `{, n{, ~{, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, |, 
|, |, |, |, |, &|, +|, ,|, 6|, ;|, <|, =|, |, |, }, "}, 2}, 3}, >}, C}, D}, N}, S}, T}, _}, d}, e}, o}, t}, u}, v}, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, ,~, :~, J~, K~, V~, [~, \~, f~, k~, l~, w~, |~, }~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, 	, , , , , ,  , F, T, d, e, p, u, v, , , , , , , , , , , , , D, R, b, c, n, s, t, ~, , , , , , , , , , ŀ, Ӏ, , , , , , , , , , , ,  , %, &, ', S, a, q, r, }, , , , , , , , , , , , , Ё, ށ, , , , ,  , 
, , , ,  , !, +, 0, 1, 2, V, v, , , , , , #, $, %, H, ̓, ΃, , , , , *, ], g, q, r, , Ʉ, ۄ, ݄, , , , R, S, s, t, , !, W, |, , , , , ҆, ӆ, , 5, N, g, , , , և, , , , , 	, , Z, [, , 	, , 0, I, c, x, , , , , Z, [, \, ], , , , J, \, n, o, ^, _, i, t, , , , , , , #, 5, 6, 7, 8, A, , , , , ߍ, , ^, ̎, , 
, 3, P, r, s, , , , , P, , , ,, -, ., /, U, V, ۑ, ܑ, , ", #, -, 8, k, u, , , , Β, , , , , , M, N, n, o, , , , , , =, >, ?, @, p, , *, _, `, , , /, 0, A, , , H, I, |, }, , , , \, ], r, , _, b, ͣ, Σ, , Ȥ, 9, :, I, [, n, o, t, |, , , , , , , , , , , , , ƥ, ǥ, ϥ, ץ, ܥ, ݥ, , , , , , 	, , , , , *, +, ,, -, Φ, Ϧ, &, ', , , z, {, Ԫ, , \, ], , , , , , , , ǯ, ȯ, , , , >, ó, ͳ, , , 5, B, O, \, i, z, , , , , , Ҷ, , , , , , O, P, , , o, p, B, C, , ', \, , , , :, g, , , , 1, , , ȿ, , , , , ,  , +, ^, h, r, s, , , , , , , ,  , ,, S, z, , , , $, ., S, , , , , , , , , &, ', 1, <, o, y, , , , , , , , , , , %, 1, X, , , , m, , , , , , , , 	, , , Q, [, e, f, , , , , , , , , , 	, , <, g, , , Q, , , , , , , , , , , $, /, b, l, v, w, , , , , , , , , , , ', N, |, , , , O, P, Q, b, p, q, r, |, , , , , , , ', (, ), +, ,, -, 6, u, , , , , %, B, y, , , , , , , , ;, E, P, , , , , , , , , , , , , , , 9, o,  , !, 2, d, e, f, g, h, i, , J, K, , , , 0, w, , , , &, 1, d, n, x, y, , , , , , 
, , &, ', 0, , , , , , , , ", *, +, A, Q, R, S, T, |, , , , , , , , , , , H, v, w, x, , , , , , , , , , , , , , , , , ", C, D, i, |, , , , , , , z, , s, t, u, v, , D, K, T, U, ], r, , , , , , , , , ., C, U, o, , , , , , , , , , =, P, c, d, e, f, o, , , |, }, ~, , , , , , , , , ., H, b, r, , , , , , , , , ., H, b, c, d, e, , , , , , , , , , , , , , 0, , , , , , 5, 6, ^, w, , , , , , , , , , , , ?, , , , , , D, E, m, n, , , , , , , , , , , , +, t, , , , &, y, z, , , , , , , , , , , -, G, O, d, y, , , , , , , , , , , j, k, , , , , , , , , , , , , , T, h, , , , , , %, , , , , , , , , , %, ?, P, j, , , , , , , , , ", <, M, g, , , , , , , , , , , , $, 7, 8, 9, :, C, , ^, , , E, , , c, , h, , , , , T, k, , , , ', S, , , , , 	, , , , ", 7, L, a, s, , , , , , , , (, B, J, _, t, , , , , , , , %, ?, P, j, k, l, m, , , , , , , , , , , , ,  - !- - - - - - - - - !- @- e- |- - - - - - - R- Y- b- c- k- }- - - - - - - 	-  - 7- H- ^- o- - - - - - - - - - - -- D- [- l- - - - - - - - - - - - "- 5- 7- 8- 9- B- T	- 
- 
- l- - $- o- - - 	
- ;
- 
- v- - - *- +- 2- - - - O- n- - - - - *- I- J- [- - - - - - - - - - - - (- J- l- m- - - - - 
- - - O- t- u- v- w- - a- c- - - - H- - - 3- 4- - -- .- - - - - - G- H- |- - - -- t- - - - #- .- a- k- u- v- - - - - - - - - - - @ - c -  -  -  -  !- 7!- e!- f!- w!- x!- y!- !- !- !- !- !- !- !- !- !- !- "- ="- "- "- "- "- "- "- "- #- ##- 6#- I#- K#- L#- M#- V#- t#- #- $- $- -$- .$- /$- W$- X$- k$- ~$- $- $- $- $- $- $- $- X%- %- %- %- %- %- %- +&- &- &- &- &- '- 	(- 
(- >(- (- (- (- 4)- u)- )- )- C*- *- *- *- *- *- *- 1+- ;+- E+- F+- n+- o+- +- +- +- +- +- +- +- +- ^,- ,- ,- ,- ,- -- R-- S-- d-- -- -- -- -- -- -- -- -- -- -- -- .- .- ,.- ?.- A.- B.- X.- Y.- b.- .- .- /- :/- S/- f/- /- /- /- /- 0- ;0- <0- =0- N0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- 1- +1- >1- Q1- S1- T1- U1- ^1- 1- 1- /2- A2- |2- 2- 2- 3- 3- 3- 3- 3- +3- X3- Y3- 3- 3- 3- 3- 3- 3- 3- 3- 3- 3- J4- 4- ,5- o5- 5- 5- 5- A6- B6- C6- T6- 6- 6- 6- 6- 6- 6- 6- 7- 7- 7- 
8- v8- 8- 8- 8- a9- 9- 9- ":- #:- \:- :- :- :- ';- <- &=- '=- d=- >- P>- Q>- >- 8?- 9?- n?- ?- ?- ?- ?- ?- ?- 1@- {A- A- A- 9B- vB- B- C- cC- C- C- ;D- <D- GD- SD- bD- nD- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D-  E- E- E- E- E- QE- VE- E- E- E- E- E- )F- *F- /F- fF- jF- F- F- F- F- F- G- 
G- G- JG- OG- vG- wG- |G- G- G- G- G- G- G- 0H- 5H- AH- BH- EH- OH- PH- SH- \H- ]H- ^H- oH- tH- |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- I- I- I- I- I- I- I- I- I- I- I- I- I- I- I- I- J- J- J- J- 'J- (J- )J- *J- +J- =J- WJ- XJ- cJ- pJ- qJ- {J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- J- K- K- L- L- _M- `M- wN- N- N- N- O- NO- OO- [O- O- O- O- O- O- O- .P- /P- 0P- =P- uP- Q- Q- Q- R- R- S- S- S- <T- T- U- nU- U- >V- ?V- V- YW- W- W- W- X- X- *X- Y- Y- Y- Z- Z- K[- m[- [- [- [- [- \- \- f^- g^- ^- ^- _- _- ,_- 8_- 9_- _- _- _- _- _- -`- 2`- q`- `- `- `- Va- a- a- b- b- c- Tc- Uc- c- c- Ed- Fd- e- e- 
g- g- g- g- h- h- h- h- ni- (j- ok- pk- k- k- Zm- ^m- _m- um- vm- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- 
n- n- n- n- )n- +n- 1n- 2n- Gn- In- Nn- On- dn- fn- kn- ln- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n-  o- o- o- o- p- p- p- 6q- Pq- q- q- q- q- r- -r- ar- yr- r- r- r- s- Fs- ds- s- s- s- s- t- It- Jt- Kt- Lt- nt- wu- xu- u- u- u- u- u- u- #v- $v- Bv- Pv- cv- dv- v- v- v- v- v- v- w- *w- @w- Aw- w- w- w- w- w- w- x- x- ,x- Ix- Jx- `x- vx- x- x- x- x- x- x- x- x- x- x- !y- =y- >y- Sy- Ty- Uy- Vy- gy- y- y- y- y- y- y- y- y- y- y- y- y- y- y- z- +z- ,z- >z- iz- z- z- z- z- z- z- z- z- {- {- {- 7{- 8{- 9{- :{- ;{- <{- E{- d{- e{- y{- z{- {- {- {- {- {- {-  |- |- |- /|- 0|- 1|- 2|- 3|- 4|- =|- |- |- <}- =}- >}- O}- o}- p}- q}- r}- }- ~- S~- i~- j~- t~- ~- ~- ~- ~- ~- ~- - +- -- ^- _- h-  - - =- >- M- - - - - F- - - - - - - - - - - - &- G- H- I- J- K- L- y- - - [- f- p- {- - - - - - ,- Y- Z- - ʄ- - - - - - (- S- a- q- r- }- - - - - - - - - - - - - ӆ- - - - - - - 
- - - - #- $- .- 3- 4- 5- R- `- p- q- |- - - - - - - - - - - - - և- - - -  - - - - - - !- &- '- 1- 6- 7- 8- `- n- ~- - - - - - - - - - - - - - - - - - - (- -- .- 8- =- >- I- N- O- Y- ^- _- `- y- - - - - - - - - - ĉ- ɉ- ʉ- ԉ- ى- ډ- ۉ- G- - - - Њ- ъ- ܊- - - - - - - - - 
- - - - ;- I- Y- Z- e- j- k- u- z- {- - - - - - - - ʋ- ؋- - - - - - - 	- 
- - - - %- *- +- ,- \- j- z- {- - - - - - - - - - - - - - - - - - - - - - #- $- /- 4- 5- ?- D- E- F- - - - -  - - - - - - !- "- -- 2- 3- =- B- C- D- c- q- - - - - - - - - - - - - Î- Ď- Ŏ- - - - - -  - !- +- 0- 1- <- A- B- L- Q- R- S- n- |- - - - - - - - - - - - ɏ- Ώ- Ϗ- Џ- - - 9- \- ]- - - - - Ð- - k- l- - - - - ȑ- - - - - C- g- y- {- - - - - - - - `- - - - *- ;- K- L- p- q- - Ӕ- - - - M- N- t- - - - - - - - - H- - - Ζ- - - - .- /- 0- A- - - - - $- - - - - - 
- - - - - E- O- Y- Z- - - - Ӛ- Ԛ- ՚- ֚- ߚ- $- %- 4- E- }- ~- - j- - - ќ- - - - 5- 6- G- - - I- - ʞ- ˞- ̞- ͞- - - y- z- - - - ˟- ֟- 	- - - - D- l- ~- - - - - - - - 
- \- ]- ~- - - ۡ- ܡ- ݡ- ޡ- - - Ȣ- - - - - ͨ- Ψ- ߨ- %- &- - - - - -- - - - - - ]- -  - k- l- Q- f- ײ- ز- - - - 
- - - -  - %- -- 9- :- ?- F- K- L- Q- X- d- e- m- u- z- {- - - - - - - - - - - ȳ- ɳ- ʳ- ˳- l- m- ĵ- ŵ- Z- [- - - r- ~- - - - - H- I- - \- ]- e- f- - A- B- ܿ- a- k- - - - - - - - - )- :- K- \- ]- p- - - - - - - - - - 
- - - - - - - J- K- - - - 5- 6- - - >- ?- f- v- - - - - - - - - - - ?- q- r- t- u- v- - - - - - V- ~- - - - - K- L- M- ^- - - - - - - - - 
- - !- "- P- u- v- w- y- z- {- - - - - !- a- - - t- - - - - - - - - - - - - - 2- X- Y- Z- [- ]- ^- _- h- - - - - E- i- - X- h- i- j- {- - - - - - - -  - 
- - - C- j- k- l- m- o- p- q- z- - - - - Y- y- - - - -  - - - - - %- X- b- l- m- - - - - - - - - - - F- t- - - - - `- a- r- - - - - - - - !- +- 5- 6- _- `- a- c- z- {- - - - - - 
- - - - - - - - - - 7- - - - _- - - - d- - - - - - - - - ?- _- r- - - - - - - - 9- L- y- z- {- - - - - - - - - - - - =- P- c- v- - - - - - - - - - - '- X- _- h- i- - - - - - - - - - - - - - - - - -- .- /- 0- 9- v- - +- - - - - %- - - - - - - %- 7- Q- k- {- - - - - - - 
- '- 7- Q- k- l- m- n- - - - - - - - - 
- x- - - - - -- w- ~- - - - - - - -  - - *- D- L- a- v- - - - - -  - - - - +- C- V- i- |- - - - - - !- >- - - l- m- n- o- - - - - - :- M- `- s- t- u- v- - )- Q- - - {- |- }- ~- - - - - - 1- D- W- j- }- ~- - - - ^- - - - - - - - - - - (- )- 1- F- [- m- - - - - - - - - )- C- ]- m- - - - - - - - 	- 1- 2- E- X- k- ~- - - - - - V- - - - - F- G- H- Y- - ? . F . O . P . X . m .  .  .  .  .  .  . . ". 3. M. U. j. . . . . . . . . 0. J. K. L. M. u. v. . . . . . . . . . . . ]. . . 6. . . \. . \. ]. d. . . 	. 9. e. . . . 	. Q	. R	. c	. 	. 	. 	. 	. 	. 	. 	. 	. 
. +
. E
. V
. p
. 
. 
. 
. 
. 
. 
. 
. . '. 9. S. m. ~. . . . . . . 	. 
. . 3. 4. G. Z. m. . . . . . . ]
. W. . 5. B. . &. . Y. `. . . . . . 9. X. . . . . . .  . . 	. . -. ?. Q. h. . . . . . . . 
. $. %. -. ?. Q. c. u. . . . . . . 
.  . 1. H. I. J. K. s. t. . . . . . . . . . . . . 
. . . 
. ,. . . . k. . 3. [. . . . l . m .  .  . !. +!. k!. !. !. !. !. !. !. =". >". b". c". h". j". k". l". u". ". ". ". ". 
#. #. -#. O#. q#. #. #. #. #. #. $. $. $. $. O$. %. &. 5&. w&. &. &. -'. |'. '. '. $(. (. (. ). ). P*. Q*. *. *. *. +. \+. +. +. ,. a,. ,. ,. ,. ,. ,. 	-. -. -. <-. =-. P-. c-. v-. -. -. -. -. -. -. .. 8.. f.. .. .. .. /. /. /. /. /. ?/. @/. S/. f/. y/. /. /. /. /. /. /. /. ^0. _0. p0. q0. r0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 0. 1. 61. 1. 1. 1. 1. 1. 1. 1. 	2. 2. /2. B2. D2. E2. F2. O2. s2. 2. 3. 3. 3. 3. 3. 3. 3. U4. V4. }4. ~4. 4. 5. 5. 5. 6. U6. 6. 6. 7. U7. 7. 7. 08. 8. 8. 8. 8. 8. 8. 8. 8. 8. 9. 
9. 29. E9. X9. k9. m9. 9. 9. 9. 9. -:. ?:. w:. :. :. :. :. ;. /;. 6;. >;. ?;. U;. e;. f;. g;. h;. ;. ;. ;. ;. ;. ;. ;. ;. ;. ;.  <. o<. <. <. <. <. =. <=. G=. f=. =. =. =. =. =. =.  >. '>. />. 0>. `>. w>. x>. y>. z>. >. >. >. >. >. >. >. >. >. >. k?. ?. ?. ?. @. %@. D@. @. @. @. @. @. @. @. @. A.  A. 3A. FA. YA. lA. nA. oA. pA. yA. A. %B. B. 
C. HC. SC. rC. C. C. C. C. D.  D. !D. "D. ID. JD. D. <E. nE. oE. E. F. OF. PF. F. F. jG. kG. G. G. G. ]H. H. H. H. J. J. J. K. K. K. K. "L. L. L. M. !M. =M. MM. `M. M. M. M. O. HO. O. O. P. mP. P. Q. @Q. wQ. Q. Q. Q. Q.  R. R. R. #R. $R. %R. &R. 'R. (R. )R. *R. +R. ?R. FR. KR. [R. \R. kR. lR. mR. yR. zR. {R. |R. R. R. R. R. R. R. R. R. R. JS. KS. PS. }S. S. S. S. S. T. T. ZT. [T. `T. T. T. T. T. T. T. T. U. U. U. HU. MU. sU. tU. uU. U. U. U. U. U. U. U. U. U. U. U. U. 
V. V. V. !V. (V. 4V. 5V. @V. DV. KV. RV. SV. TV. UV. VV. WV. XV. YV. ZV. [V. \V. ]V. ^V. _V. `V. aV. vV. )W. *W. CW. DW. ]W. nW. oW. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. X. X. X. X. &X. 'X. (X. )X. *X. +X. ,X. -X. :X. ;X. IX. JX. KX. LX. YX. kX. 2Y. 3Y. %Z. &Z. Z. Z. \. \. >\. \. \. \. \. \. A]. B]. U]. z]. {]. ]. ]. ]. ]. ]. ^. ^. f_. g_. T`. U`. Ja. Ka. Wa. a. 5b. b. c. uc. c. c. d. d. We. Xe. e. e. e. e. .g. /g. @g. ^h. h. h. i. $i. @i. Zi. [i. dj. ej. l. l. cl. dl. l. l. l. l. l. (m. >m. pm. qm. m. m. m. n. mn. nn. n. n. 1o. o. Pp. Qp. p. p. p. >q. ?q. q. q. <s. =s. t. t. bu. cu. 0v. 1v. Kv. \v. w. w. 
y. y. y. y. z. z. z. {. {. ({. ){. *{. 3{. A{. N{. O{. P{. Q{. R{. S{. W{. X{. Y{. Z{. s{. u{. {{. |{. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. |. |. 	|. 
|. $|. &|. +|. ,|. ;|. =|. C|. D|. R|. T|. Z|. [|. n|. p|. u|. v|. }|. |. |. |. |. |. |. ~. ~. ~. ~. ~. ". <. p. . . . . . K. ^. . . . . 6. P. `. . . . . . . . . . ,. R. a. t. u. . . . . . . .  . P. Q. R. . . . Ȅ. ބ. ߄. E. F. P. [. . . . . ʅ. . . . . *. @. B. Y. Z. c. . . . . . ۆ. ܆. . . . . . %. &. '. N. O. P. Q. R. S. \. }. ~. . . . ɇ. ʇ. ܇. .  . 5. J. d. e. z. {. . . . . Ո. ֈ. ׈. ؈. و. ڈ. . . . . . :. V. W. l. m. ~. . . . ͉. Ή. ω. Љ. щ. ҉. ۉ. $. %. ڊ. ۊ. ܊. . 
. . . . 0. . . . . . . P. Z. d. e. . . Ɍ. ˌ. . . . . . ۍ. ܍. . <. . . . . '. (. I. J. K. L. M. N. W. . . ď. . . . . . . . . . . . . . #. $. . . . ʑ. . . 3. h. . . . . . Ɠ. . . . . .  . !. +. 0. 1. <. A. B. L. Q. R. S. q. . . . . . . . . . . . . ̔. є. Ҕ. Ӕ. . . . . . .  . *. /. 0. ;. @. A. K. P. Q. R. t. . . . . . . . . . . ĕ. ŕ. ϕ. ԕ. Օ. ֕. . . . . (. -. .. 8. =. >. I. N. O. Y. ^. _. `. . . . . Ɩ. ˖. ̖. ֖. ۖ. ܖ. . . . . . . . . %. 5. 6. A. F. G. Q. V. W. b. g. h. r. w. x. y. . .. P. ^. n. o. z. . . . . . . . . . . . . ٘. . . . . . 	. . . . $. ). *. 4. 9. :. ;. h. v. . . . . . . . . . . . Ù. ș. ə. ʙ. . . . . $. ). *. 4. 9. :. E. J. K. U. Z. [. \. . . . . . . . . . . ͚. Қ. Ӛ. ݚ. . . . P. Q. . . . . . . . . . . ˛. Л. ћ. ۛ. . . . . . .  . +. 0. 1. ;. @. A. L. Q. R. \. a. b. c. . . . . . . . ɜ. Μ. Ϝ. ڜ. ߜ. . . . . . . . *. +. 6. ;. <. F. K. L. W. \. ]. g. l. m. n. . . ם. . . Q. R. _. `. a. . 	. 
. >. P. Q. [. f. . . . . . . . . 0. 1. :. . . . . . ]. . . ȡ. ١. . . . .  . q. . . . . . . A. B. C. D. E. N. . . . E. P. l. . . . ̤. ͤ. Τ. ߤ. . . . . ¥. Q. R. . . . . . . . . . . . . . M. _. q. r. s. t. }. ¨. è. Ҩ. . . . . . (. I. o. . . . Ӫ. Ԫ. . 6. . . %. h. i. j. k. . . . . L. ^. _. i. t. . . . . . 
. . . . . (. . . . . . . . . .. y. z. {. |. . B. f. . . 3. @. k. l. }. ÷. ķ. . . . . ˹. 1. 2. . . . . . . 	. 
. . . u. v. . . . . . . . . . . . . . . . . . . . . . . . . !. ). 5. 6. >. E. J. K. S. Z. f. g. h. i. 
. . b. c. . . . . . . . . O. P. . . 9. . . . . U. . . z. . 	. O. P. q. ~. . . . . . . . . . . !. 8. O. P. [. . . ). *. . . ~. . R. c. . . . H. v. . . . . m. . . . . !. M. Q. R. \. g. . . . . . . . . . . . \. h. . . . . '. `. j. . . . . . 3. 4. 5. 6. b. c. m. x. . . . . . . . . . . . ". a. m. . . . #. . . ". #. $. 5. C. D. E. O. Z. . . . . . . . . . . . . . E. Q. x. . . . . . . . . . '. (. ). *. V. `. k. . . . . . . 	. 
. . 
. . . . W. c. . . . . O. . . . . . . . . . .  . 
. . 9. c. d. e. g. h. i. r. . . . . 2. a. ~. . . . . . .  . Z. w. . . . . . . . . . . . . ". $. %. 6. u. . \. ]. n. . . . . . . . . . . . 4. l. . . W. X. b. m. . . . . . . . #. 6. I. K. b. c. l. . . . . . *. W. ^. f. g. }. . . . . . . . . . '. (. ). *. 3. V. . . . . . . . . . . -. .. /. 0. 1. 2. 3. 4. 5. 6. ^. . . . . . . . . . . . . . . . . . . . . . . . . . . 	. . 3. M. U. j. . . . . . . 	. 
. . . 4. T. y. . . . . . . . D. . . . . . . %. &. .. C. X. j. . . . . . . . . &. @. Z. j. . . . . . . . . . . -. .. /. 0. 9. . . # / l / 
/ / / 
/ / q/ r/ / / / / / / / / / / / / 2/ {/ / / / / -/ / / / / / / / / / / / / '/ / #/ g/ / O/ P/ Q/ b/ / / / / / / / / / %/ ?/ O/ i/ / / / / / / / 	/ %	/ ?	/ @	/ A	/ B	/ S	/ 	/ 	/ 	/ 	/ 	/ 	/ 	
/ 
/ /
/ 0
/ 1
/ 2
/ ;
/ 
/ T/ / / 7/ / / / / a
/ 
/ 
/ 
/ 
/ 
/ /  / 5/ G/ a/ {/ / / / / / / / / 2/ D/ ^/ x/ / / / / / / / / / / '/ :/ M/ `/ s/ t/ u/ v/ / C/ / / N/ / / J/ / / / / / / A/ / / / / 7/ c/ / / / / / E/ L/ U/ V/ ^/ s/ / / / / / / / (/ 9/ S/ d/ ~/ / / / / / / / / 6/ P/ a/ {/ / / / / / / / / / / / 1/ 2/ 3/ 4/ =/ / / ]/ / / M/ / @/ / / >/ ]/ |/ / / / / 7 / 8 / 9 / J /  /  /  /  /  /  /  /  /  / !/ !/ 4!/ E!/ \!/ s!/ !/ !/ !/ !/ !/ !/ !/ !/ "/ "/ *"/ A"/ X"/ i"/ "/ "/ "/ "/ "/ "/ "/ "/ "/ #/ #/ %#/ 8#/ K#/ ^#/ q#/ s#/ t#/ u#/ ~#/ $/ X%/ *&/ &/ &'/ `'/ '/ '/ '(/ E(/ w(/ 	)/ )/ */ +/ f,/ g,/ n,/ 
./ ./ K./ ./ ./ ./ 	// (// G// f// // // // // //  0/ 0/ 0/ 0/ 	0/ 
0/ 0/  0/ B0/ d0/ 0/ 0/ 0/ 0/ 0/ 1/ 11/ F1/ G1/ X1/ 1/ 1/ 1/ 1/ 1/ 1/ 3/ 3/ 3/ 4/ L4/ 4/ 4/ 5/ o5/ p5/ 5/ i6/ j6/ )7/ *7/ 7/ 7/ &8/ 8/ 8/ 8/ 8/ 19/ i9/ 9/ 9/ T:/ U:/ _:/ j:/ :/ :/ :/ :/ :/ :/ :/ ;/ ;/ ';/ );/ *;/ +;/ 4;/ |;/ ;/ ;/ </ "</ <</ s</ </ </ </ </ </ </ </ </ =/ =/ *=/ ,=/ -=/ .=/ 7=/ U=/ y=/ =/ =/ >/ >/ >/ 8>/ 9>/ L>/ _>/ r>/ >/ >/ >/ >/ >/ >/ >/ W?/ X?/ i?/ j?/ k?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ @/ @/ !A/ "A/ 3A/ 4A/ 5A/ 6A/ gA/ A/ A/ B/ B/ MB/ EC/ FC/ zC/ C/ C/ +D/ pD/ D/ D/ 8E/ E/ E/ #F/ $F/ %F/ /F/ :F/ mF/ wF/ F/ F/ F/ F/ F/ F/ F/ 	G/ G/ !G/ "G/ +G/ G/ G/ G/ H/  H/ LH/ H/ H/ H/ H/ H/ H/ H/ H/ I/ I/ I/ I/ .I/ /I/ BI/ UI/ hI/ {I/ }I/ ~I/ I/ I/ I/ 
J/ (J/ YJ/ vJ/ J/ J/ J/ J/ K/ 2K/ XK/ wK/ xK/ yK/ K/ K/ K/ K/ K/ K/ L/ L/ L/ L/ @L/ AL/ TL/ gL/ zL/ L/ L/ L/ L/ L/ 	M/ 1M/ kM/ }M/ M/ M/ M/ ON/ SN/ TN/ UN/ VN/ gN/ N/ N/ N/ N/ N/ N/ N/ 
O/ O/ 
O/ O/ O/ O/ O/ hP/ P/ P/ P/ Q/ }Q/ ~Q/ Q/ Q/ Q/ Q/ Q/ Q/ Q/ Q/ #R/ R/ S/ 
S/ FS/ S/ S/ S/  T/ T/ U/ 	U/ ^U/ _U/ U/ U/ *V/ +V/ cV/ 5X/ bX/ cX/ X/ RY/ Y/ Y/ Y/ tZ/ uZ/ Z/ Z/ Z/ Z/ Z/ &[/ '[/ m[/ \/ \/ ]/ u]/ ]/ ^/ G^/ ^/ ^/ _/ w_/ x_/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ 	`/ 
`/ `/ `/ `/ `/ `/ %`/ )`/ <`/ D`/ P`/ Q`/ V`/ `/ `/ `/ `/ `/ a/  a/ ea/ fa/ ka/ a/ a/ a/ a/ a/ *b/ .b/ Hb/ Ib/ Nb/ b/ b/ b/ b/ b/ b/ b/ c/ c/ c/ c/ lc/ qc/ }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/ d/ d/ d/ d/ d/ d/ e/ 
e/ !e/ #e/ $e/ %e/ &e/ 'e/ /e/ 5e/ 6e/ ?e/ Ce/ De/ We/ ce/ de/ ee/ fe/ ge/ ye/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ 	f/ f/ f/ g/ g/ h/ h/ i/ i/ i/ 5j/ Bj/ j/ j/ j/ j/ j/ j/ k/ k/ *k/ jk/ kk/ lk/ yk/ k/ Hl/ m/ m/ m/ m/ n/ n/ n/ xo/ o/ Dp/ p/ q/ zq/ {q/ :r/ r/ r/ r/ 4s/ Rs/ Ss/ fs/ t/ t/ t/ u/ v/ v/ v/ v/ v/ v/ v/ x/ x/ y/ y/ z/ z/ Mz/ Yz/ hz/ tz/ uz/ z/ z/ {/ {/  {/ i{/ n{/ {/ |/ |/ (|/ |/ |/ )}/ }/ }/ @~/ ~/ ~/ ~/ ~/ / / ڀ/ ۀ/ I/ J/  / / ΃/ σ/ / / / d/ / / */ +/ / / / / / ƈ/ ǈ/ Ȉ/ ш/ ߈/ / / / / / / / / / / / / / / 3/ 5/ :/ ;/ I/ K/ Q/ R/ e/ g/ m/ n/ / / / / / / / / / ĉ/ ɉ/ ʉ/ ى/ ۉ/ / / / / / / / / / / /  / ;/ </ =/ >/ ?/ / / */ r/ / / ڌ/ / !/ U/ i/ / / / / 0/ N/ / / Ԏ/ / / 2/ Q/ / / / / / / / ʐ/ / / / / ,/ _/ `/ ~/ / / / / / / / $/ :/ P/ f/ |/ }/ / / / / ,/ 6/ @/ A/ h/ / / / / ȓ/ ޓ/ / / / / #/ $/ 8/ 9/ ]/ y/ z/ / / / / / Ô/ Ĕ/ Ŕ/ / / / / / / / / / 0/ 1/ K/ g/ h/ z/ / / ӕ/ / / / / / */ J/ K/ L/ s/ t/ u/ v/ w/ x/ / / / / / ؖ/ / / 
/ / / </ =/ >/ k/ l/ m/ n/ o/ p/ y/ / ×/ x/ y/ z/ / / / / / Θ/ [/ / / / / / / / / / $/ Q/ g/ i/ / / / </ =/ y/ z/ / ڛ/ /  / 1/ / Ŝ/ Ɯ/ / / / / / / / P/ Q/ b/ / / / / / / / U/ V/ / / / / / / "/ 9/ Q/ h/ / / џ/ / L/ M/ 7/ 8/ O/ d/ / / / / / / / ɡ/ Ρ/ ϡ/ ڡ/ ߡ/ / / / / / / / -/ ./ 9/ >/ ?/ I/ N/ O/ Z/ _/ `/ j/ o/ p/ q/ / / / / / / / Ȣ/ ͢/ ΢/ ٢/ ޢ/ ߢ/ / / / / /  / 0/ 1/ </ A/ B/ L/ Q/ R/ ]/ b/ c/ m/ r/ s/ t/ / / / / ƣ/ ˣ/ ̣/ ֣/ ۣ/ ܣ/ / / / / / / / :/ H/ X/ Y/ d/ i/ j/ t/ y/ z/ / / / / / / / / ä/ Ӥ/ Ԥ/ ߤ/ / / / / /  / / / / / / / / ̥/ / / / 
/ / / / (/ -/ ./ 9/ >/ ?/ I/ N/ O/ P/ w/ / / / / / / / / / ¦/ Ǧ/ Ȧ/ Ҧ/ צ/ ئ/ ٦/ / / $/ %/ 0/ 5/ 6/ @/ E/ F/ Q/ V/ W/ a/ f/ g/ h/ / / / / §/ ǧ/ ȧ/ ҧ/ ק/ ا/ / / / / / / /  / ./ >/ ?/ J/ O/ P/ Z/ _/ `/ k/ p/ q/ {/ / / / / / / ,/ </ =/ H/ M/ N/ X/ ]/ ^/ i/ n/ o/ y/ ~/ / / / / / / ɩ/ Ω/ ϩ/ ٩/ ީ/ ߩ/ / / / / /  / / -/ ;/ K/ L/ W/ \/ ]/ g/ l/ m/ x/ }/ ~/ / / / / / / Ȫ/ ɪ/ Ԫ/ ٪/ ڪ/ / / / / / / / 
/ / / 0/ P/ u/ / / / / / / / "/ / / ܬ/ / / / / 7/ A/ K/ L/ / / / / έ/ ϭ/ ح/ ,/ -/ M/ N/ / / 1/ V/ f/ w/ / / / / / / (/ A/ Z/ / / / ߰/ / / / / / 4/ 5/ / / / 
/ #/ =/ R/ j/ k/ l/ }/ 4/ 5/ 6/ 7/ `/ / / $/ 6/ H/ I/ 8/ 9/ C/ N/ / / / / / / / / / / / / `/ a/ p/ / / / 8/ / Ʒ/ / 
/ */ L/ M/ q/ r/ / Ը/ */ / ù/ / / / 	/ // 0/ / / / / / / / E/ O/ Y/ Z/ / / / / / / ƻ/ '/ (/ H/ I/ / / / / ̼/ / / / / J/ / / 9/ :/ / / 	/ 
/ / a/ b/ "/ #/ V/ W/ i/ / / 6/ 7/ L/ / 9/ </ / / / / / / #/ 5/ H/ I/ N/ V/ [/ \/ a/ i/ u/ v/ {/ / / / / / / / / / / / / / / / / / / / / / / / / / / /  / / / / T/ U/ / / 6/ 7/ / / / / / / / / / / }/ ~/ / / / / / / / )/ 6/ C/ T/ e/ v/ / / / / / / / / / )/ */ / / I/ J/ / / / / 6/ / / / / A/ q/ r/ / / z/ {/ / / / / / / / / 8/ B/ L/ M/ {/ / / / / / / / / -/ T/ / / / / / -/ / / / / / / / /  / / / / I/ S/ ]/ ^/ / / / / / / / / / / 2/ ]/ / / G/ / / / / / / / / / / +/ 5/ ?/ @/ n/ / / / / / / / / / / / A/ / / +/ / / / / / / / / / / / 	/ </ F/ P/ Q/ / / / / / / / / / / / (/ V/ / / / )/ */ +/ </ J/ K/ L/ V/ a/ / / / / / / / / / / / / O/ [/ / / / / / S/ / / / / / / / / / */ ]/ g/ q/ r/ / / / / / / / / / / / I/ / / / >/ ?/ @/ A/ B/ C/ s/ $/ %/ Y/ / / 
/ Q/ / / /   0  0 > 0 H 0 R 0 S 0 { 0  0  0  0  0  0  0  0 0 
0 u0 0 0 0 0 0 0 0 0 0 0 +0 ,0 -0 .0 V0 y0 0 0 0 0 0 0 0 0 0 "0 P0 Q0 R0 c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 C0 V0 i0 j0 k0 l0 u0 0 T0 g0 M0 N0 O0 P0 a0 0 %0 .0 /0 70 L0 a0 s0 0 0 0 0 0 0 0 0 /0 I0 c0 s0 0 0 0 0 0 0 0 	0 *	0 =	0 >	0 ?	0 @	0 I	0 	0 	0 V
0 W
0 X
0 i
0 
0 
0 
0 
0 
0 
0 
0 0 "0 <0 L0 f0 0 0 0 0 0 0 0 0 "0 <0 =0 >0 ?0 g0 0 0 0 0 0 0 0 0 0 ]
0 z
0 
0 
0 0 0 0 0 0 0 0 80 Q0 v0 0 0 0 0 0 0 0 e0 0 0 0 0 0 0 0 0 0 0 G0 H0 m0 0 0 0 0 0 0 0 0 0 0 0 N0 0 0 0  0 S0 T0 [0 d0 e0 m0 0 0 0 0 0 0 0 !0 )0 >0 S0 e0 0 0 0 0 0 0 0 0 0 D0 E0 m0 n0 0 0 0 0 0 0 0 0 0 0 0 .0 B0 0 0 0 0 0 0 {0 0 0 0 0 0 0 0 0 0 0 *0 D0 ^0 o0 0 0 0 0 0 0 0 0 '0 A0 [0 l0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 80 0 0  0 r 0  0 =!0 !0 B"0 "0 "0 "0 "0 .#0 E#0 u#0 #0 #0 $0 -$0 Y$0 $0 $0 $0 $0 $0 $0 $0 $0 %0 &%0 ;%0 M%0 g%0 %0 %0 %0 %0 %0 %0 &0 &0 $&0 9&0 N&0 c&0 u&0 &0 &0 &0 &0 &0 &0 '0 *'0 D'0 E'0 F'0 G'0 o'0 p'0 '0 '0 '0 '0 '0 '0 '0 '0 '0 (0 )0 )0 q*0 ~*0 *0 b+0 +0 ,0 ,0 ,0 ,0 -0 ?-0 V-0 u-0 -0 -0 -0 -0 -0 ,.0 3.0 <.0 =.0 E.0 W.0 i.0 {.0 .0 .0 .0 .0 .0 .0 /0 "/0 8/0 I/0 `/0 a/0 i/0 {/0 /0 /0 /0 /0 /0 /0 00 00 500 F00 \00 m00 00 00 00 00 00 00 00 00 00 00 10 10 10 10 10 .20 20 30 F40 40 40 I50 h50 50 50 60 60 P70 o80 90 :0 :0 :0 ;0 ;0 ;0 )<0 H<0 g<0 <0 <0 <0 =0 #=0 $=0 5=0 y=0 z=0 =0 =0 =0 =0 =0 =0 =0 =0 =0 >0 $>0 F>0 G>0 i>0 >0 >0 >0 >0 >0 >0 )?0 N?0 O?0 P?0 Q?0 ?0 ;A0 =A0 qA0 A0 A0 "B0 iB0 B0 
C0 C0 `C0 D0 D0 D0 D0 E0 E0 E0 !F0 "F0 VF0 F0 F0 G0 NG0 G0 G0 G0 G0 H0 ;H0 EH0 OH0 PH0 xH0 yH0 H0 H0 H0 H0 H0 H0 H0 H0 I0 =I0 tI0 I0 I0 I0 J0 ?J0 @J0 QJ0 RJ0 SJ0 {J0 |J0 J0 J0 J0 J0 J0 J0 J0 J0 J0 K0 K0 K0 K0 K0 K0 K0 K0 K0 K0 L0 #L0 %L0 &L0 'L0 0L0 NL0 rL0 L0 L0 M0 M0 	M0 1M0 2M0 EM0 XM0 kM0 ~M0 M0 M0 M0 M0 M0 2N0 N0 N0 N0 N0 N0 N0 O0 O0 O0 O0 O0 O0 P0 P0 Q0 ZQ0 Q0 Q0 R0 OR0 R0 R0 S0 lS0 S0 S0 S0 S0 S0 T0 T0 T0  T0 HT0 IT0 nT0 T0 T0 T0 T0 T0 T0 T0 8U0 iU0 {U0 U0 U0 U0 ,V0 -V0 >V0 kV0 rV0 zV0 {V0 V0 V0 V0 V0 V0 V0 V0 V0 V0 W0 W0 W0 W0 2W0 3W0 <W0 W0 W0 W0 X0 -X0 @X0 xX0 X0 X0 X0 X0 Y0 Y0 Y0 (Y0 \Y0 cY0 kY0 lY0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 Z0 Z0 +Z0 -Z0 .Z0 /Z0 8Z0 Z0 Z0 	[0 [0 V[0 a[0 [0 [0 [0 [0 [0 [0 \0 2\0 3\0 [\0 \\0 o\0 \0 \0 \0 \0 \0 \0 \0 $]0 a]0 ^0 I^0 ^0 ^0 ^0 _0 _0 _0 ._0 [_0 \_0 ]_0 ^_0 _0 _0 _0 x`0 `0 `0 `0 Pa0 a0 a0 a0 ;b0 b0 b0 b0 b0 6c0 c0 c0 c0 d0 e0  f0 f0 >f0 f0 *g0 +g0 ^g0 h0 h0 Hh0 ]h0 yh0 h0 h0 h0 h0 i0 Uj0 j0 j0 k0 Pk0 k0 k0 =l0 |l0 l0 m0 m0 !m0 -m0 <m0 Hm0 [m0 _m0 `m0 am0 bm0 cm0 dm0 em0 fm0 gm0 {m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 +n0 0n0 n0 n0 n0 n0 n0 o0 o0 	o0 @o0 Do0 o0 o0 o0 o0 o0 o0 o0 o0 $p0 )p0 Pp0 Qp0 Vp0 p0 p0 p0 p0 p0 p0 
q0 q0 q0 q0 q0 )q0 *q0 -q0 6q0 7q0 8q0 Iq0 Nq0 Vq0 ]q0 dq0 pq0 qq0 |q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 er0 fr0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 s0 s0 s0 s0 s0 s0 1s0 2s0 =s0 Js0 Ks0 Us0 bs0 cs0 ds0 es0 fs0 gs0 hs0 is0 vs0 ws0 s0 s0 s0 s0 s0 s0 nt0 ot0 au0 bu0 9v0 :v0 Qw0 Zw0 zw0 w0 w0 (x0 )x0 5x0 }x0 ~x0 x0 x0 x0 x0 y0 	y0 
y0 y0 Oy0 y0 z0 z0 {0 {0 |0 |0 |0 }0 q}0 }0 H~0 ~0 0 0 0 30 0 0 Ҁ0 0 0 0 j0 k0 |0 0 0 %0 G0 `0 |0 0 0 0 0 @0 A0 0 0 0 0 0 0 0 d0 z0 0 0 0 0 0 K0 0 0 Ɖ0 00 m0 Ǌ0 0 0 ދ0 .0 /0 z0 {0 0  0 x0 y0 0 0 0 0 l0 m0 0 0 H0 0 I0 J0 Ȕ0 ɔ0 40 80 90 O0 P0 d0 e0 f0 o0 }0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 і0 Ӗ0 ؖ0 ٖ0 0 0 0 0 0 0 0 0 !0 #0 (0 )0 >0 @0 E0 F0 `0 b0 g0 h0 w0 y0 0 0 0 0 0 0 0 0 0 0 0 0 ٗ0 ڗ0 ۗ0 ܗ0 ݗ0 0 0 ș0 0 *0 ^0 x0 0 0 0 0 ;0 S0 0 0 Λ0 0  0 >0 r0 0 0 М0 0 #0 $0 %0 &0 H0 Q0 R0 h0 0 0 0 0 ʞ0 0 0 0 *0 =0 >0 \0 0 0 0 0 ؟0 0 0 0 0 0 0 0 0 ʠ0 Ԡ0 ޠ0 ߠ0 0 #0 $0 :0 P0 f0 |0 ~0 0 0 0 0 ¡0 ֡0 ס0 0 0 0 -0 .0 /0 00 A0 a0 b0 c0 0 0 0 0 0 0 0 0 0 ΢0 Ϣ0 0 0 0 0 C0 \0 q0 0 0 0 0 0 ȣ0 0 0 0 0 0 0 0 0 0 0 >0 ?0 S0 T0 v0 0 0 0 0 0 ڤ0 ۤ0 ܤ0 	0 
0 0 0 
0 0 0 `0 a0 0 0 0 )0 I0 J0 K0 L0 l0 0 -0 C0 D0 N0 Y0 0 0 0 0 §0 0 0 0 80 90 B0 ڨ0 ۨ0 0 0 '0 x0 0 0 ϩ0  0 c0 d0 0 0 0 0 0 0 0 0 0  0 !0 "0 #0 $0 %0 &0 S0 0 0 50 @0 J0 U0 _0 `0 0 ׬0 0 0 30 40 o0 0 0 0 ծ0 ֮0 0 0 -0 ;0 K0 L0 W0 \0 ]0 g0 l0 m0 x0 }0 ~0 0 0 0 0 0 0 ˯0 ̯0 ׯ0 ܯ0 ݯ0 0 0 0 0 0 0 0 
0 0 0 ,0 :0 J0 K0 V0 [0 \0 f0 k0 l0 w0 |0 }0 0 0 0 0 0 0 ΰ0 ϰ0 ڰ0 ߰0 0 0 0 0 0  0 0 0 0 0 0 :0 H0 X0 Y0 d0 i0 j0 t0 y0 z0 0 0 0 0 0 0 0 ر0 0 0 0 0 0 0 0 0 0 #0 (0 )0 30 80 90 :0 S0 a0 q0 r0 }0 0 0 0 0 0 0 0 0 0 0 0 0 !0 j0 0 0 0 0 0 0 0 Ƴ0 ˳0 ̳0 ׳0 ܳ0 ݳ0 0 0 0 0 0 #0 30 40 ?0 D0 E0 O0 T0 U0 `0 e0 f0 p0 u0 v0 w0 0 0 ´0 ô0 δ0 Ӵ0 Դ0 ޴0 0 0 0 0 0 0 0 0 0 60 D0 T0 U0 `0 e0 f0 p0 u0 v0 0 0 0 0 0 0 0 0 ̵0 ܵ0 ݵ0 0 0 0 0 0 0 	0 0 0 0 0 0  0 0 0 0 ʶ0 ڶ0 ۶0 0 0 0 0 0 0 0 0 
0 0 0 0 0 =0 K0 [0 \0 g0 l0 m0 w0 |0 }0 0 0 0 0 0 0 0 ˷0 ٷ0 0 0 0 0 0 0 
0 0 0 0 0 &0 +0 ,0 -0 H0 V0 f0 g0 r0 w0 x0 0 0 0 0 0 0 0 0 0 0 θ0 0 0 60 70 0 0 0 0 0 0 E0 F0 z0 0 0 0 0 պ0 ߺ0 0 0 0 A0 S0 U0 l0 m0 v0 ʻ0 ˻0 0 0 :0 0 ϼ0 0 0 0 %0 &0 J0 K0 \0 0 ƽ0 ߽0 0 '0 (0 N0 }0 ~0 0 0 0 0 Ҿ0 Ӿ0 "0 0 0 0 0 ۿ0 0 0 	0 
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 )0 30 40 Z0 0 0 0 0 0 0 0 0 0 0 0 W0 X0 0 D0 d0 0 0 0 0 0 0 0 !0 r0 0 #0 a0 0 0 0 0 0 0 S0 T0 0 0 0 0 0 0 0 0 0 0 F0 X0 Y0 Z0 [0 d0 0 0 0 0 60 70 X0 Y0 j0 0 0 0 0 0 ~0 0 0 0 o0 |0 0 0 0 0  0 0 0 0 0 0 m0 n0 0 0 0 70 0 0 E0 F0 +0 @0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 %0 &0 +0 20 >0 ?0 G0 O0 T0 U0 ]0 e0 q0 r0 z0 0 0 0 0 0 0 0 0 0 F0 G0 0 0 40 50 0 0 L0 X0 0 0 0 0 "0 #0 u0 60 70 ?0 @0 0 0 0 0 ;0 E0 0 0 0 0 0 0 0 0 0 0 %0 60 70 J0 ]0 t0 0 0 0 0 0 e0 f0 0 0 0 0 0 0 0 $0 %0 0 0 0 0 0 Y0 0 0 0 @0 P0 ]0 0 0 0 0 0 0 0 0 0 0 K0 L0 N0 O0 P0 Y0 0 0 0 0 00 X0 c0 0 0 0 %0 &0 '0 80 o0 p0 q0 r0 0 0 0 0 0 0 0 0 *0 O0 P0 Q0 S0 T0 U0 ^0 0 0 0 0 ;0 _0 0 N0 ^0 _0 `0 q0 0 0 0 0 0 0 0 0 0 0 20 30 40 50 70 80 90 B0 0 0 0 0  1 C 1  1 21 B1 C1 D1 U1 c1 d1 e1 f1 1 1 1 1 1 1 1 1 D1 E1 F1 G1 I1 J1 K1 T1 1 1 1 1 31 S1 1 1 1 1 1 1 1 1 1 1 21 <1 F1 G1 u1 1 1 1 1 1 1 1 1 1  1 N1 n1 1 1 1 :1 ;1 L1 Z1 [1 \1 1 1 1 1 1 1 1 1 91 :1 ;1 =1 T1 U1 ^1 `1 a1 r1 1 1 	1 	1 	1 	1 	1 	1 	1 	1 	1 
1 1 1 1 91 p1 1 1 >
1 
1 
1 
1 
1 
1 
1 
1 
1 1 91 L1 _1 r1 1 1 1 1 1 1 &1 S1 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 1 *1 =1 P1 c1 d1 e1 f1 o1 1 1 1 1 1 1 21 91 B1 C1 Y1 i1 j1 k1 l1 m1 n1 o1 p1 q1 r1 1 1 1 1 1 1 1 	1 
1 1 P1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 +1 E1 U1 o1 1 1 1 1 1 1 1 1 +1 E1 F1 G1 H1 p1 1 1 1 1 1 1 1 1 R1 1 1 1 1 1 Q1 X1 a1 b1 j1 1 1 1 1 1 1 1 1 &1 ;1 P1 b1 |1 1 1 1 1 1 1 1 1 1 01 C1 V1 i1 j1 k1 l1 u1 1 1 _1 1 F1 G1 H1 I1 Z1 1 1 1 1 1 '1 :1 M1 N1 O1 P1 Y1 1 +1 n1 1 U1 V1 W1 X1 i1 1 1 1 1  1  1 1 1 D 1 W 1 X 1 Y 1 Z 1 c 1 8!1 _!1 !1 !1 "1 "1 "1 "1 "1 "1 "1 #1 #1 #1  #1 5#1 G#1 a#1 {#1 #1 #1 #1 #1 #1 #1 $1 $1 7$1 G$1 a$1 {$1 |$1 }$1 ~$1 $1 $1 $1 %1 %1 %1 2%1 E%1 X%1 k%1 l%1 m%1 n%1 w%1 0&1 &1 &1 &1 s'1  (1 !(1 "(1 3(1 (1 )1  )1 ))1 *)1 2)1 G)1 \)1 q)1 )1 )1 )1 )1 )1 )1 
*1 '*1 /*1 D*1 Y*1 n*1 *1 *1 *1 *1 *1 *1 
+1 $+1 %+1 &+1 '+1 O+1 P+1 c+1 v+1 +1 +1 +1 +1 +1 +1 +1 ,1 ,1 7-1 -1 -1 .1 .1 .1 6/1 /1 601 701 >01 }01 01 01 11 ?11 s11 11 11 11 +21 ,21 =21 21 21 21 21 21 21 21 21 21 31 31 031 J31 d31 u31 31 31 31 31 31 31 41 41 -41 G41 X41 r41 41 41 41 41 41 41 41 41 
51 51 !51 451 G51 Z51 m51 n51 o51 p51 y51 761 171 71 81 81 81  91 |91 3:1 ::1 z:1 :1 :1 :1 :1 ;1 2;1 s;1 t;1 u;1 ;1 ;1 ;1 ;1 ;1 ;1 ;1 <1 <1 +<1 B<1 Y<1 p<1 <1 <1 <1 <1 <1 <1 <1 <1 =1 =1 +=1 ==1 O=1 f=1 }=1 =1 =1 =1 =1 =1 =1 >1 ">1 #>1 $>1 %>1 M>1 N>1 a>1 t>1 >1 >1 >1 >1 >1 >1 >1 ?1 @1 fA1 A1 bB1 B1 B1 C1 cC1 C1 C1 ED1 D1 
F1 5G1 G1 G1 G1 FI1 GI1 I1 I1 I1 J1 EJ1 dJ1 J1 J1 J1 J1 J1 K1 K1 <K1 =K1 BK1 DK1 EK1 FK1 OK1 \K1 ~K1 K1 K1 K1 K1 L1 )L1 KL1 mL1 L1 L1 L1 L1 L1 L1 L1 L1 )M1 N1 N1 O1 QO1 O1 O1 P1 VP1 P1 P1 P1 Q1 Q1 eR1 fR1 *S1 +S1 bS1 S1 S1 S1 6T1 mT1 T1 T1 ;U1 U1 U1 U1 U1 U1 U1 U1 U1 V1 V1 *V1 =V1 PV1 cV1 eV1 fV1 gV1 pV1 V1 V1 W1 @W1 ^W1 xW1 W1 W1 W1 W1 W1 W1 X1 X1 -X1 @X1 SX1 fX1 hX1 iX1 jX1 sX1 X1 X1 8Y1 9Y1 JY1 KY1 LY1 tY1 uY1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Y1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 	[1 [1 [1 [1  [1 )[1 M[1 [1 ]\1 ^\1 o\1 p\1 q\1 r\1 \1 /]1 0]1 W]1 X]1 ]1 ^1 ^1 ^1 ^1 /_1 g_1 _1 _1 /`1 t`1 `1 
a1 _a1 `a1 aa1 ka1 va1 a1 a1 a1 a1 a1 a1 b1 b1 2b1 Eb1 Gb1 ]b1 ^b1 gb1 b1 c1 c1 Qc1 \c1 c1 c1 c1 c1 	d1 d1 d1 d1 /d1 ?d1 @d1 Ad1 Bd1 jd1 kd1 ~d1 d1 d1 d1 d1 d1 d1 d1 d1 Ie1 de1 e1 e1 e1 e1 f1 !f1 @f1 nf1 f1 f1 f1 f1 f1 f1 g1 	g1 
g1 :g1 Qg1 Rg1 Sg1 Tg1 |g1 }g1 g1 g1 g1 g1 g1 g1 g1 g1 Eh1 mh1 h1 h1 h1 h1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 i1 
j1  j1 3j1 Fj1 Hj1 Ij1 Jj1 Sj1 j1 j1 k1 k1 "l1 -l1 Ll1 l1 l1 l1 l1 l1 l1 l1 l1 #m1 $m1 _m1 n1 Hn1 In1 n1 n1 )o1 *o1 \o1 o1 Dp1 Ep1 p1 p1 p1 7q1 fq1 gq1 q1 qs1 s1 s1 s1 t1 t1 t1 t1 u1 u1 u1 u1 v1 'v1 :v1 bv1 cv1 v1 w1 "x1 [x1 x1 x1 Gy1 y1 y1 z1 Qz1 z1 z1 z1 z1 z1 z1 z1 z1 z1 z1  {1 {1 {1 {1 {1 {1 {1  {1 %{1 5{1 6{1 E{1 F{1 G{1 S{1 T{1 U{1 V{1 a{1 e{1 x{1 {1 {1 {1 {1 {1 {1 $|1 %|1 *|1 W|1 \|1 |1 |1 |1 |1 |1 4}1 5}1 :}1 f}1 j}1 }1 }1 }1 }1 }1 }1 }1 }1 "~1 '~1 M~1 N~1 O~1 Y~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 1 1 1 1 1 %1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 ;1 P1 1 1 1 1 71 H1 I1 ]1 _1 `1 a1 b1 c1 k1 q1 r1 {1 1 1 1 1 1 1 1 1 1 π1 Ѐ1 ۀ1 1 1 1  1 1 1 1 1 1 1 1 1 1 #1 $1 %1 &1 31 E1 1 
1 1  1 ׃1 ؃1 1 1 1 q1 ~1 ƅ1 ǅ1 Ӆ1 1 1 /1 T1 U1 f1 1 1 1 1 1 1 @1 A1 .1 /1 $1 %1 11 1 1 1 1 O1 1 1 v1 э1 11 21 p1 1 1 1 1 	1 1 81 Z1 Ñ1 1 1 1 41 51 >1 ?1 ޔ1 ߔ1 =1 >1 1 1 1 1 1 1 1 J1 K1 \1 1 1 1 G1 H1 d1 Η1 1 e1 *1 +1 |1 ̙1 ͙1 1 1 1 1 1 1 1 1 <1 =1 
1 1 %1 61 1 1 1 1 f1 g1 ң1 ֣1 ף1 1 1 1 1 1 
1 1 (1 )1 *1 +1 ,1 -1 11 21 31 41 M1 O1 U1 V1 o1 q1 v1 w1 1 1 1 1 1 1 1 1 1 1 Ƥ1 Ǥ1 ܤ1 ޤ1 1 1 1  1 1 1 1 1 1 1 ,1 .1 41 51 H1 J1 O1 P1 W1 \1 w1 x1 y1 z1 {1 Y1 Z1 f1 1 ȧ1 1 1 J1 ]1 1 1 ٨1 1 %1 81 l1 1 1 ܩ1 1 *1 :1 n1 1 1 ª1 ê1 Ī1 1 1 1 1 ,1 ;1 N1 O1 h1 1 1 1 Ȭ1 ۬1 ܬ1 1 *1 +1 ,1 `1 v1 1 1 1 1 1  1 *1 51 h1 r1 |1 }1 1 1 ®1 خ1 1 1 1 1 31 41 =1 _1 `1 t1 u1 1 1 1 ˯1 ̯1 ͯ1 ί1 ߯1 1  1 1 (1 )1 *1 +1 ,1 -1 61 W1 X1 l1 m1 1 1 1 1 1 1 1 $1 >1 ?1 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 ܱ1 ݱ1 1 1 1 01 11 F1 G1 X1 x1 y1 z1 1 1 1 1 1 1 1 1 1 1 1 1 ǳ1 1 1 1 1 
1 1 ˴1 1 1 1 1 *1 41 >1 ?1 `1 1 1 1 ֵ1 ׵1 1 x1 y1 1 1 Ŷ1 1 [1 \1 m1 1 1 1 #1 $1 %1 &1 '1 (1 11 1 1 1 1 1 1 ¸1 ø1 ĸ1 1 1 1 ӹ1 ޹1 1 1 1 1 ^1 u1 1 1 Ѻ1 Һ1 
1 B1 1 1 s1 t1 1 1 ˼1 ټ1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 -1 K1 Y1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 1 ʽ1 ؽ1 1 1 1 1 1 1 	1 
1 1 1 1 %1 *1 +1 ,1 N1 \1 l1 m1 x1 }1 ~1 1 1 1 1 1 1 1 1 1 1 ؾ1 1 1 1 1 1 1 1 1 1 #1 (1 )1 31 81 91 :1 v1 1 1 1 1 1 1 1 1 1 1 ƿ1 ǿ1 ѿ1 ֿ1 ׿1 ؿ1 1 1 1 1 1  1 !1 +1 01 11 <1 A1 B1 L1 Q1 R1 S1 1 1 *1 81 H1 I1 T1 Y1 Z1 d1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 B1 P1 `1 a1 l1 q1 r1 |1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 /1 41 51 61 \1 j1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 1 *1 +1 Z1 h1 x1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 61 ;1 <1 =1 i1 w1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 %1 &1 11 61 71 A1 F1 G1 H1 l1 1 1 1 1 +1 ,1 91 :1 ;1 ^1 1 1 1 *1 +1 51 @1 s1 }1 1 1 1 1 1 1 
1 1 1 h1 i1 1 1 1 71 m1 1 1 1 1 1 1 1 1 K1 d1 }1 1 1 1 1 1 1 1 1 1 (1 p1 q1 1 1 *1 F1 _1 y1 1 1 1 1 1 p1 q1 r1 s1 1 +1 ,1 `1 r1 1 1 t1 u1 1 1 1 1 1 1 1 '1 91 K1 L1 M1 N1 W1 1 1 1 1 1 1 t1 1 1 #1 I1 f1 1 1 1 1 1 1 f1 1 1 B1 C1 D1 E1 k1 l1 1 1 &1 81 91 C1 N1 1 1 1 1 1 1 1 1 1 1 1 c1 d1 1 1 1 1 1 1 1 S1 T1 U1 V1 1 1 @1 u1 v1 
1 1 E1 F1 W1 1 1 ^1 _1 1 1 1 1 1 r1 s1 1 1 u1 x1 1 1 1 1 O1 P1 _1 q1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 -1 41 @1 A1 B1 C1 1 1 <1 =1 1 1 1 1 1 1 r1 s1 )1 *1 1 1 1 1 1 1 1 /1 1 1 T1 1 1 )1 *1 K1 X1 e1 r1 1 1 1 1 1 1 1 1 1 1 )1 *1 51 e1 f1 1 1 1 1 X 2 Y 2 ,2 =2 r2 2 2 "2 P2 }2 2 2 2 G2 2 2 2 2 2 '2 +2 ,2 62 A2 t2 ~2 2 2 2 2 2 2 2 2 2 62 B2 i2 2 2 2 2 :2 D2 i2 2 2 2 2 
	2 	2 	2 	2 <	2 =	2 G	2 R	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 ;
2 G
2 n
2 
2 
2 
2 2 2 2 2 2 2 2 2 2 )2 42 g2 q2 {2 |2 2 2 2 2 2 2 2 2 2 
2 +
2 R
2 }
2 
2 
2 g2 2 2 2 2 2 2 2 2 2 02 :2 E2 x2 2 2 2 2 2 2 2 2 2 2 2 2 12 =2 d2 2 2 2 )2 e2 f2 g2 x2 2 2 2 2 2 2 2 2 2 2 =2 >2 ?2 A2 B2 C2 L2 2 2 2 2 2 ;2 X2 2 2 2 2 2 2 2 42 Q2 [2 f2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 O2 2 62 72 H2 z2 {2 |2 }2 ~2 2 2 `2 a2 2 2 2 F2 2 2 12 22 <2 G2 z2 2 2 2 2 2 2 2 2 #2 %2 <2 =2 F2 2 2 2 2 2 2 12 82 @2 A2 W2 g2 h2 i2 j2 2 2 2 2 2 2 2 2 2 
2 02 ^2 2 2 2 2 2 2 2 2 2 2 2 	2 
2 2 2 
2 2 2 2 82 Y2 Z2 2 2 2 2 2 2 2 2  2  2 !2 !2 !2 !2 !2 Z"2 a"2 j"2 k"2 s"2 "2 "2 "2 "2 "2 "2 
#2 '#2 /#2 D#2 Y#2 k#2 #2 #2 #2 #2 #2 #2 #2 #2 $2 .$2 S$2 f$2 y$2 z$2 {$2 |$2 $2 $2 %2 %2 %2 %2 %2 %2 %2 %2  &2 &2 &2 2&2 D&2 ^&2 x&2 &2 &2 &2 &2 &2 &2  '2 '2 4'2 D'2 ^'2 x'2 y'2 z'2 {'2 '2 '2 '2 '2 '2 (2 (2 	(2 
(2 (2 (2 (2 (2 F)2 )2 )2 )2 )2 )2 K*2 L*2 t*2 *2 *2 *2 *2 *2 *2 *2 *2 *2 +2 +2 ,2 U,2 ,2 ,2 ,2 ,2 -2 Z-2 [-2 -2 -2 -2 -2 -2 -2 -2 -2 -2 -2 .2 .2 .2 A/2 /2 )02 *02 +02 <02 02 02 02 02 02 02 02 02 02 02 12 )12 C12 ]12 e12 z12 12 12 12 12 12 12 22 22 22 22 -22 22 22 22 22 22 22 22 22 	32 
32 32 32 32 32 .42 j42 ~42 52 52 52 52 52 ;62 62 62 62 62 62 62 62 72 !72 ;72 U72 f72 72 72 72 72 72 72 72 82 82 882 R82 c82 }82 82 82 82 82 82 82 82 82 92 92 '92 :92 M92 N92 O92 P92 Y92 :2 t:2 :2 (;2 [;2 ;2 $<2 y<2 <2 ~=2 =2 =2 =2 >2 j>2 >2 >2 >2 ?2 =?2 i?2 ?2 ?2 ?2 ?2 @2 &@2 /@2 0@2 8@2 M@2 b@2 w@2 @2 @2 @2 @2 @2 A2 A2 -A2 >A2 XA2 `A2 uA2 A2 A2 A2 A2 A2 A2 B2 *B2 ;B2 UB2 fB2 B2 B2 B2 B2 B2 B2 B2 B2 B2 B2 C2 C2 
C2 C2 C2 C2 D2 7E2 E2 E2 'F2 F2 G2 G2 G2 H2 7H2 VH2 {H2 H2 H2 H2 I2 I2 I2 $I2 hI2 oI2 xI2 yI2 I2 I2 I2 I2 I2 I2 I2 J2 J2 6J2 MJ2 ^J2 tJ2 J2 J2 J2 J2 J2 J2 J2 J2 K2 K2 2K2 CK2 ZK2 qK2 K2 K2 K2 K2 K2 K2 K2 K2 K2 K2 L2 %L2 8L2 KL2 ML2 NL2 OL2 XL2 jM2 2N2 O2 O2  P2 :P2 P2 P2 Q2 Q2 QQ2 Q2 R2 S2 T2 @U2 AU2 HU2 V2 V2 %W2 eW2 W2 W2 W2 X2 !X2 @X2 _X2 `X2 qX2 X2 X2 X2 X2 X2 X2 X2 X2 X2 X2 Y2 >Y2 `Y2 Y2 Y2 Y2 Y2 Y2 Z2  Z2 !Z2 2Z2 eZ2 Z2 Z2 Z2 Z2 Z2 w\2 y\2 \2 \2 &]2 ^]2 ]2 ]2 I^2 J^2 ^2 C_2 D_2 `2 `2 `2 `2  a2 ]a2 ^a2 a2 a2 b2 Cb2 b2 b2 .c2 /c2 9c2 Dc2 wc2 c2 c2 c2 c2 c2 c2 c2 c2 d2 d2 d2 d2 d2 Vd2 yd2 d2 d2 d2 e2 Me2 {e2 |e2 e2 e2 e2 e2 e2 e2 e2 e2 f2 f2 f2 f2 f2 /f2 Sf2 f2 f2 f2 f2 f2 g2 g2 &g2 9g2 Lg2 _g2 ag2 bg2 cg2 lg2 g2 g2 1h2 2h2 Ch2 Dh2 Eh2 mh2 nh2 h2 h2 h2 h2 h2 h2 h2 h2 h2 ni2 i2 i2 
j2 j2 j2 j2 Aj2 j2 j2 j2 j2 'k2 l2  l2 Tl2 l2 l2 m2 Jm2 m2 m2 n2 Yn2 n2 n2 n2 n2 	o2 o2 Go2 Qo2 [o2 \o2 o2 o2 o2 o2 o2 o2 o2 o2 o2 p2 tp2 p2 p2 p2 p2 &q2 hq2 iq2 zq2 q2 q2 q2 q2 q2 q2 q2 q2 q2 r2 	r2 r2 /r2 Br2 Ur2 Wr2 Xr2 nr2 or2 xr2 r2 s2 3s2 Ps2 is2 |s2 s2 s2 s2 t2 2t2 Qt2 Rt2 St2 dt2 t2 t2 t2 t2 t2 t2 t2 t2 t2 u2 u2 .u2 Au2 Tu2 gu2 iu2 ju2 ku2 tu2 u2 v2 Ev2 Wv2 v2 v2 v2 )w2 -w2 .w2 /w2 0w2 Aw2 nw2 ow2 w2 w2 w2 w2 w2 w2 w2 w2 w2 w2 `x2 x2 By2 y2 y2 y2 y2 Wz2 Xz2 Yz2 jz2 z2 z2 z2 z2 z2 z2 z2 {2 {2 {2  |2 |2 |2 |2 |2 w}2 }2 }2 8~2 9~2 r~2 ~2 2 2 =2 2 <2 =2 z2 ,2 f2 g2 2 N2 O2 2 2 2 Ń2 ؃2  2 2 G2 2 2 2 O2 2 2 !2 y2 2 2 Q2 R2 ]2 i2 x2 2 2 2 2 2 2 2 2 2 2 2 2 2 È2 ӈ2 Ԉ2 2 2 2 2 2 2 2 2 2 2 2 *2 +2 02 g2 l2 2 É2 ȉ2 2 2 ?2 @2 E2 |2 2 Ҋ2 ӊ2 ؊2 2 2 "2 #2 (2 `2 e2 2 2 2 2 ŋ2 2 2 2 2 F2 K2 W2 X2 [2 e2 f2 i2 r2 s2 t2 2 2 2 2 2 2 2 2 2 Ì2 ʌ2 ˌ2 ̌2 ͌2 Ό2 ό2 Ќ2 ь2 Ҍ2 ӌ2 Ԍ2 Ռ2 ֌2 ׌2 ،2 ٌ2 2 2 2 2 2 Ս2 2 2 2 2 2 2  2 2 	2 2 2 2 2 2 12 =2 >2 ?2 @2 A2 S2 m2 n2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 Î2 Ď2 ю2 2 2 2 2 2 u2 v2 2 2 2 2 2 d2 e2 q2 2 2 ͓2 2 2 2 D2 E2 F2 S2 2 "2 ޕ2 ߕ2 ̖2 ͖2 2 ×2 ϗ2 R2 2 2 2 2 T2 U2 2 o2 ϛ2 Л2 2 ,2 -2 @2 2 2 2 ֞2 2 a2 2 2 2 ҟ2 ӟ2 ܠ2 ݠ2 |2 }2 ۢ2 ܢ2 '2 32 B2 N2 O2 2 2 2 2 2 C2 H2 2 2 2 2 l2 2 2 Ȧ2 ɦ2 2 j2 k2 2 2 [2 \2 2 2 #2 $2 ګ2 ۫2 2 2 ì2 Ԭ2 2 >2 2 2 2 2 p2 t2 u2 2 2 2 2 2 2 2 Ʊ2 Ǳ2 ȱ2 ɱ2 ʱ2 ˱2 ϱ2 б2 ѱ2 ұ2 2 2 2 2 
2 2 2 2 #2 %2 +2 ,2 ?2 A2 G2 H2 ]2 _2 d2 e2 z2 |2 2 2 2 2 2 2 2 2 2 2 ʲ2 ̲2 Ҳ2 Ӳ2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 L2 f2 2 2 2 2 /2 C2 w2 2 ö2 ֶ2 
2 (2 \2 z2 2 ȷ2 ط2 2 +2 _2 `2 a2 b2 2 2 2 2 ʹ2 ٹ2 2 2 2 92 :2 X2 f2 y2 z2 2 Ⱥ2 ɺ2 ʺ2 2 2 *2 @2 V2 W2 2 2 Ȼ2 ӻ2 2 2 2 2 B2 _2 `2 v2 2 2 2 2 Ѽ2 Ҽ2 ۼ2 2 2 2 2 72 S2 T2 i2 j2 k2 l2 }2 2 2 2 ƽ2 ǽ2 Ƚ2 ɽ2 ʽ2 ˽2 Խ2 2 2 
2 2 %2 A2 B2 T2 2 2 2 ¾2 ܾ2 ݾ2 2 2 2 $2 %2 &2 M2 N2 O2 P2 Q2 R2 [2 z2 {2 2 2 2 ο2 Ͽ2 2 2 2 2 2 2 E2 F2 G2 H2 I2 J2 S2 2 2 R2 S2 T2 e2 2 2 2 2 2 52 i2 2 2 2 2 2 2 2 2 2 +2 A2 C2 t2 u2 ~2 2 2 S2 T2 c2 2 2 2 2 \2 2 2 2 2 2 2 2 2 2 *2 +2 <2 ]2 ^2 _2 `2 a2 b2 2 /2 02 q2 |2 2 2 2 2 2 2 +2 B2 o2 p2 2 2 &2 '2 2 2 )2 >2 i2 w2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 42 92 :2 D2 I2 J2 K2 h2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2 &2 +2 ,2 72 <2 =2 G2 L2 M2 N2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 "2 22 32 >2 C2 D2 N2 S2 T2 _2 d2 e2 o2 t2 u2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 ]2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 *2 Q2 _2 o2 p2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2  2 +2 02 12 ;2 @2 A2 B2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 \2 2 2 2 2 2 2 "2 '2 (2 22 72 82 C2 H2 I2 S2 X2 Y2 Z2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 12 62 72 A2 F2 G2 R2 W2 X2 b2 g2 h2 i2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 *2 O2 r2 s2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 Y2 }2 2 2 2 2 2 2 2 '2 (2 v2 2 2 02 @2 Q2 a2 b2 2 2 2 2 2 2 42 c2 d2 2 2 2 2 2 2 2 2 2 ^2 2 2 2 2 2 ,2 D2 E2 F2 W2 2 2 2 2 :2 2 2 2 2 "2 #2 2 2 2 (2 [2 e2 o2 p2 2 2 2 2 2 2 2 2 :2 ;2 J2 [2 2 2 2 2 2 2 2 2 &2 '2 K2 L2 ]2 2 2 _2 2 2 2 2 2 	2 
2 2 2 2 2 2 2 2 2 )2 32 42 Z2 2 2 2 2 2 2 2 2 "2 #2 r2 s2 2 2 2 2 2 2 2 $2 2 2 2 2 2 2 2 2 2 ;2 <2 2 2 02 12 C2 2 2 2 2 &2 s2 2 2 2 2 g2 |2 2 2 2 2 "2 #2 (2 02 52 62 ;2 C2 O2 P2 U2 \2 a2 b2 g2 n2 z2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 p2 q2 .2 /2 2 2 2 2 2 2 ^2 _2 2 r 3 s 3 {3 |3 3 W3 X3 3 w3 3 3 3 3 3 3 3 3 .3 ?3 P3 a3 r3 s3 3 3 3 3 3 3 
3 
3 
3 
3 #3 $3 
3 
3 3 3 3 `3 a3 3 3 3 K3 L3 3 3 T3 U3 |3 3 3 3 3 3 3 3 3 3 &3 '3 U3 3 3 3 3 3 3 3 3 3 .3 l3 3 3 3 3 3 a3 b3 c3 t3 3 3 3 3 3 3 3 3 #3 -3 73 83 f3 3 3 3 3 3 3 3 3 3 3 73 w3 3 !3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 H3 n3 o3 p3 q3 s3 t3 u3 ~3 3 3 3 3 [3 3 3 n3 ~3 3 3 3 3 3 3 3 3 3 3 3  3 *3 +3 Y3 3 3 3 3 3 3 3 3 3 3 3 03 o3 3 3 3 3 3 3 $3 %3 &3 03 ;3 n3 x3 3 3 3 3 3 3 3 3 3 3 ) 3 5 3 \ 3  3  3  3  3 -!3 v!3 w!3 !3 !3 !3 !3 !3 !3 !3 "3 7"3 A"3 K"3 L"3 u"3 v"3 w"3 y"3 "3 "3 "3 #3 #3 #3 #3 #$3 $3 $3 $3 %3 %3 %3 %3 %3 %3 M%3 &3 &3 3'3 u'3 '3 '3 +(3 z(3 (3 (3 (3 (3 )3 ")3 ,)3 -)3 U)3 u)3 )3 )3 )3 )3 )3 )3 )3 )3 O*3 b*3 *3 *3 *3 *3 *3 *3 *3 *3 *3 +3 +3 +3 +3 0+3 S+3 f+3 y+3 +3 +3 +3 +3 +3 +3 +3 +3 *,3 +,3 ,,3 =,3 n,3 u,3 ~,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 -3 0-3 C-3 D-3 E-3 F-3 O-3 -3 ..3 A.3 '/3 (/3 )/3 */3 ;/3 /3 /3 03 	03 03 &03 ;03 M03 g03 03 03 03 03 03 03 03 	13 #13 =13 M13 g13 13 13 13 13 13 13 13 23 23 23 23 23 #23 23 23 033 133 233 C33 33 33 33 33 33 33 33 33 33 43 &43 @43 Z43 b43 w43 43 43 43 43 43 43 53 53 53 53 A53 Y53 l53 53 53 53 53 53 53 53 763 T63 63 63 73 73 73 73 73 73 73 83 +83 P83 c83 v83 83 83 83 83 83 ?93 g93 93 93 :3 :3 :3 :3 :3 :3 :3 !;3 ";3 G;3 Z;3 m;3 ;3 ;3 ;3 ;3 ;3 ;3 t<3 <3 <3 (=3 =3 =3 =3 =3 ->3 .>3 5>3 >>3 ?>3 G>3 \>3 q>3 >3 >3 >3 >3 >3 >3 ?3 ?3 -?3 ??3 Y?3 s?3 ?3 ?3 ?3 ?3 ?3 ?3 ?3 @3 @3 G@3 H@3 [@3 n@3 @3 @3 @3 @3 @3 @3 @3 lA3 A3 B3 B3 B3 \C3 ]C3 ^C3 oC3 C3 UD3 \D3 eD3 fD3 nD3 D3 D3 D3 D3 D3 D3 E3 E3 8E3 IE3 cE3 kE3 E3 E3 E3 E3 E3 E3 F3 F3 5F3 FF3 `F3 aF3 bF3 cF3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 F3 G3 H3 sH3 H3 H3 LI3 I3 J3 rJ3 K3 rK3 sK3 zK3 K3 L3 L3 OL3 {L3 L3 L3 M3 3M3 gM3 hM3 yM3 M3 M3 M3 M3 M3 M3  N3 N3 'N3 AN3 [N3 lN3 N3 N3 N3 N3 N3 N3 N3 O3 (O3 =O3 OO3 iO3 O3 O3 O3 O3 O3 O3 P3 P3 P3  P3 !P3 IP3 JP3 ]P3 pP3 P3 P3 P3 P3 P3 P3 P3 sQ3 mR3 R3 KS3 XS3 S3 <T3 T3 oU3 vU3 U3 U3 U3 V3 0V3 OV3 nV3 V3 V3 V3 V3 W3 
W3 W3 W3 W3 1W3 CW3 UW3 gW3 ~W3 W3 W3 W3 W3 W3 W3 X3 #X3 :X3 ;X3 CX3 UX3 gX3 yX3 X3 X3 X3 X3 X3 X3 Y3  Y3 6Y3 GY3 ^Y3 _Y3 `Y3 aY3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 [3 [3 \3  ]3 ]3 ]3 #^3 B^3 ^3 ^3 ^3 _3 *`3 Ia3 qb3 b3 b3 b3 d3 d3 d3 e3 "e3 Ae3 e3 e3 e3 e3 e3 e3 f3 Sf3 Tf3 xf3 yf3 ~f3 f3 f3 f3 f3 f3 f3 f3 f3  g3 !g3 Cg3 eg3 g3 g3 g3 g3 g3 h3 (h3 )h3 *h3 +h3 eh3 j3 j3 Kj3 j3 j3 j3 Ck3 k3 k3 k3 :l3 l3 l3 m3 m3 fn3 gn3 n3 n3 n3 0o3 ro3 o3 o3 (p3 wp3 p3 p3 p3 p3 q3 q3 )q3 *q3 Rq3 Sq3 fq3 yq3 q3 q3 q3 q3 q3 q3 q3 r3 Nr3 |r3 r3 r3 r3 s3 s3 +s3 ,s3 -s3 Us3 Vs3 is3 |s3 s3 s3 s3 s3 s3 s3 s3 s3 tt3 ut3 t3 t3 t3 t3 t3 t3 t3 t3 t3 t3  u3 u3 
u3 (u3 Lu3 u3 u3 u3 u3 u3 v3 v3 v3 2v3 Ev3 Xv3 Zv3 [v3 \v3 ev3 v3 w3 w3 w3 w3 w3 w3 w3 w3 kx3 lx3 x3 x3 x3 y3 y3 y3 4z3 kz3 z3 z3 ){3 k{3 {3 {3 F|3 |3 |3 |3 |3 |3 |3 |3 |3 |3 "}3 #}3 H}3 [}3 n}3 }3 }3 }3 }3 }3 ~3 C~3 U~3 ~3 ~3 ~3 3 3 3 E3 L3 T3 U3 k3 {3 |3 }3 ~3 3 3 3 3 3 3 3 3 3 
3 3 3 3 р3 3 3 3 R3 ]3 |3 3 Ё3 3 3 3 3 63 =3 E3 F3 v3 3 3 3 3 3 3 ̂3 ߂3 3 3 3 3 	3 3 3 3 3 3 03 ;3 Z3 Ǆ3 ˄3 ̄3 ̈́3 ΄3 ߄3 3 
3 53 63 I3 \3 o3 3 3 3 3 3 3 ;3 3 #3 ^3 i3 3 3 3 3 3 53 63 73 83 _3 `3 3 R3 3 3 3 *3 e3 f3 3 3 3 3 ֋3 ׋3 3 s3 3 3 ی3 3 ڎ3 ێ3 3 ʏ3 3 3 83 3 3 "3 73 S3 c3 v3 3 3 3 /3 ^3 3 3 *3 3 3 3 V3 3 3 3 3 3 3 "3 53 93 :3 ;3 <3 =3 >3 ?3 @3 A3 U3 \3 a3 q3 r3 3 3 3 3 3 3 3 3 3 3 3 Ȗ3 ɖ3 Ζ3 3 
3 `3 a3 f3 3 3 ݗ3 ޗ3 3 3 3 p3 q3 v3 3 3 3 3 Ƙ3 3 3 *3 +3 03 ^3 c3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 #3 (3 03 73 >3 J3 K3 V3 Z3 a3 h3 i3 j3 k3 l3 m3 n3 o3 p3 q3 r3 s3 t3 u3 v3 w3 3 ?3 @3 Y3 Z3 s3 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 A3 B3 C3 P3 Q3 _3 `3 a3 b3 o3 3 H3 I3 ;3 <3 3 3 +3 43 T3 3 3 3 3 3 W3 X3 k3 3 3 3 3 3 3 3 )3 3 |3 }3 j3 k3 `3 a3 m3 3 K3 3 "3 3 3 3 3 
3 m3 n3 3 ʩ3 ˩3 ީ3 D3 E3 V3 t3 3 3 !3 :3 V3 p3 q3 z3 {3 3 3 y3 z3 Ű3 Ѱ3 3 3 3 >3 T3 3 3 3 3 3 %3 3 3 3 
3 G3 3 f3 g3 3 3 	3 T3 U3 3 3 R3 S3 3 ¸3 x3 y3 F3 G3 a3 r3 "3 ܻ3 #3 $3 3 3 3 3 3 )3 *3 >3 ?3 @3 I3 W3 d3 e3 f3 g3 h3 i3 m3 n3 o3 p3 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 A3 B3 Q3 S3 Y3 Z3 h3 j3 p3 q3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 83 R3 3 3 3 3 3 -3 a3 t3 3 3 3 3 L3 f3 v3 3 3 3 3 3  3 "3 +3 ,3 B3 h3 w3 3 3 3 3 3 3 3 3 3 63 f3 g3 h3 3 3 3 3 3 3 [3 \3 f3 q3 3 3 3 3 3 3 3 3 *3 @3 V3 X3 o3 p3 y3 3 3 3 3 3 3 3 3 3 	3 
3 3 ;3 <3 =3 d3 e3 f3 g3 h3 i3 r3 3 3 3 3 3 3 3 3 3 63 K3 `3 z3 {3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 -3 .3 P3 l3 m3 3 3 3 3 3 3 3 3 3 3 3 3 3 :3 ;3 3 3 3 3 #3 $3 %3 &3 F3 3 3 3 3 (3 33 f3 p3 z3 {3 3 3 3 3 3 3 3 3 3 3 3 3 R3 3 3 3 3 =3 >3 _3 `3 a3 b3 c3 d3 m3 3 3 3 3 3 3 3 3  3 -3 3 3 3 3 $3 /3 93 :3 3 3 3 3 
3 3 I3 ~3 3 3 3 3 3 3 3 3 %3 &3 13 63 73 A3 F3 G3 R3 W3 X3 b3 g3 h3 i3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 $3 %3 03 53 63 @3 E3 F3 Q3 V3 W3 a3 f3 g3 h3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 v3 3 3 3 3 3 3 3 3 3 3 3 3 3 
3 3 3 3 -3 ;3 K3 L3 W3 \3 ]3 g3 l3 m3 x3 }3 ~3 3 3 3 3 3 D3 f3 t3 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 J3 O3 P3 Q3 ~3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 .3 /3 :3 ?3 @3 J3 O3 P3 [3 `3 a3 k3 p3 q3 r3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 f3 g3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 %3 53 63 A3 F3 G3 Q3 V3 W3 b3 g3 h3 r3 w3 x3 y3 3 3 3 3 3 3 3 3 3 3 3 3 3  3 3 3 3 "3 03 @3 A3 L3 Q3 R3 \3 a3 b3 m3 r3 s3 }3 3 3 3 3 3 3 3 3 g3 h3 u3 v3 w3 3 3  3 T3 f3 g3 q3 |3 3 3 3 3 3 3 -3 /3 F3 G3 P3 3 3 3 3 3 s3 3 3 3 3 3  3 $3 %3 63 3 3 3 3 3 3 (3 W3 X3 Y3 Z3 [3 d3 3 3 3 [3 f3 3 3 3 3 3 3 3 3 3 3 3 3 3 g3 h3 3 3 3 3 3 3 3 3 3 3 
3 3 43 c3 u3 3 3 3 3 3 3 3 3 3 13 23 3 3 >3 _3 3 3 3 3 3 3 3 L3 3 3 ;3 ~3 3 3 3 3 3 -3 .3 b3 t3 u3 3 3 3 3 3 3 3  3 23 33 43 53 >3 3 3 3 3 3 3 23 33 D3 3 3 3 3 3 X3 |3 3 3 I3 V3 3 3 3 3 3 3 3 3 3 3 G3 H3 4 4 4 4 4 4 4  4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 !4 )4 .4 /4 74 ?4 K4 L4 T4 [4 `4 a4 i4 p4 |4 }4 ~4 4  4 !4 x4 y4 	4 	4 	4 	4 &
4 2
4 
4 
4 e4 f4 4 4 O4 4 4 4 4 k4 4 4 4 4 4 e4 f4 4 4 4 4 4 4 4 4 4 4 4 $4 74 N4 e4 f4 q4 4 4 ?4 @4 4 4 4 4 h4 y4 4 4 4 ^4 4 4 4 4 34 4 4 4 4 * 4 7 4 c 4 g!4 h!4 r!4 }!4 !4 !4 !4 !4 !4 %"4 &"4 ("4 )"4 *"4 3"4 r"4 ~"4 "4 "4 
#4 2#4 =#4 v#4 #4 #4 #4  $4 $4 $4 I$4 J$4 K$4 L$4 x$4 y$4 $4 $4 $4 $4 $4 $4 %4 )%4 *%4 +%4 -%4 .%4 /%4 8%4 w%4 %4 %4 %4 &4 9&4 &4 ('4 8'4 9'4 :'4 K'4 Y'4 Z'4 ['4 e'4 p'4 '4 '4 '4 '4 '4 (4 
(4 (4 (4 (4 (4 (4 (4 [(4 g(4 (4 (4 (4 )4 )4 *4 *4 *4 *4 /*4 =*4 >*4 ?*4 @*4 l*4 v*4 *4 *4 *4 *4 *4 *4 +4 +4  +4 !+4 #+4 $+4 %+4 .+4 m+4 y+4 +4 +4 
,4 -,4 e,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 -4 -4  -4 !-4 O-4 y-4 z-4 {-4 }-4 ~-4 -4 -4 -4 -4 -4 (.4 H.4 w.4 .4 .4 /4 /4 &/4 4/4 5/4 6/4 p/4 /4 /4 /4 /4 /4 /4 /4 04 04 04 04 .04 /04 804 :14 ;14 L14 14 14 r24 s24 24 24 24 24 24 24 24 24 44 44 44 54 J54 54 54 64 m64 n64 x64 64 64 64 64 64 64 74 &74 974 L74 _74 a74 x74 y74 74 74  84 -84 .84 /84 @84 m84 t84 |84 }84 84 84 84 84 84 84 84 94 94 *94 =94 >94 ?94 @94 I94 l94 94 94 94 94 94 :4 :4 :4 :4 3:4 C:4 D:4 E:4 F:4 G:4 H:4 I:4 J:4 K:4 L:4 t:4 :4 :4 :4 :4 :4 :4 :4 :4 :4 *;4 ;4 ;4 <4 <4 <4 <4 <4 =4 =4 =4 =4 =4 =4 =4 =4 >4 >4 />4 I>4 c>4 k>4 >4 >4 >4 >4 >4 >4 ?4 ?4  ?4 !?4 "?4 J?4 j?4 ?4 ?4 ?4 ?4 ?4 ?4 ?4 ,@4 Z@4 @4 @4 @4 @4 +A4 2A4 ;A4 <A4 DA4 YA4 nA4 A4 A4 A4 A4 A4 A4  B4 B4 *B4 <B4 VB4 pB4 B4 B4 B4 B4 B4 B4 B4 B4 
C4 C4 0C4 CC4 DC4 EC4 FC4 OC4 C4 C4 9D4 D4  E4 !E4 "E4 #E4 4E4 E4 E4 E4 E4 E4 F4 F4 'F4 (F4 )F4 *F4 3F4 F4 G4 HG4 G4 /H4 0H4 1H4 2H4 CH4 H4 H4 H4 H4 H4 H4 I4 I4 1I4 2I4 3I4 4I4 =I4 J4 9J4 }J4 J4 eK4 fK4 gK4 xK4 K4 K4 K4 K4 K4 K4 K4 L4 !L4 ;L4 UL4 eL4 L4 L4 L4 L4 L4 L4 L4 M4 !M4 ;M4 UM4 VM4 WM4 XM4 iM4 M4 M4 M4 M4 M4 N4 N4 2N4 EN4 FN4 GN4 HN4 QN4 
O4 jO4 O4 O4 MP4 P4 P4 P4 
Q4 wQ4 Q4 Q4 R4 R4 R4 !R4 6R4 KR4 ]R4 wR4 R4 R4 R4 R4 R4 S4 	S4 S4 3S4 HS4 ZS4 tS4 S4 S4 S4 S4 S4 S4 S4  T4 T4 )T4 *T4 =T4 PT4 cT4 vT4 T4 T4 T4 T4 T4 YU4 U4 V4 dV4 V4 V4 `W4 W4 X4 X4 Y4 Y4 Y4 WY4 Y4 Y4 Y4 Z4 MZ4 yZ4 Z4 Z4 [4 [4 [4 [[4 b[4 k[4 l[4 t[4 [4 [4 [4 [4 [4 [4 
\4 $\4 >\4 O\4 i\4 z\4 \4 \4 \4 \4 \4 \4 ]4 !]4 2]4 L]4 f]4 w]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ]4 ^4 !^4 4^4 G^4 H^4 I^4 J^4 S^4 _4 `4 s`4 `4 `4 ca4 a4 Vb4 
c4 c4 Tc4 sc4 c4 c4 c4 c4 d4 Md4 Nd4 Od4 `d4 d4 d4 d4 d4 d4 d4 d4 d4 e4 e4 3e4 Je4 [e4 re4 e4 e4 e4 e4 e4 e4 e4 e4 f4 f4 )f4 @f4 Wf4 nf4 f4 f4 f4 f4 f4 f4 f4 f4 f4 f4 'g4 (g4 ;g4 Ng4 ag4 tg4 g4 g4 g4 g4 g4 h4 ni4 @j4 j4 <k4 vk4 k4 k4 =l4 [l4 l4 m4 m4 n4 p4 |p4 }p4 p4  r4 !r4 ar4 r4 r4 r4 s4 >s4 ]s4 |s4 s4 s4 s4 s4 s4 t4 t4 t4 t4 t4  t4 )t4 6t4 Xt4 zt4 t4 t4 t4 t4 u4 %u4 Gu4 \u4 ]u4 nu4 u4 u4 u4 u4 u4 v4 w4 w4 w4 +x4 bx4 x4 x4 0y4 y4 y4 y4 z4 z4 ?{4 @{4 |4 |4 <|4 |4 |4 |4 }4 G}4 }4 }4 ~4 j~4 k~4 u~4 ~4 ~4 ~4 ~4 ~4 ~4 ~4 4 4 *4 =4 ?4 @4 A4 J4 4 4 4 4 84 R4 4 4 4 ɀ4 ʀ4 ˀ4 4 4 4 4 -4 @4 B4 C4 D4 M4 k4 4 4 4 $4 %4 &4 N4 O4 b4 u4 4 4 4 4 4 4 Ƃ4 4 m4 n4 4 4 4 4 4 4 Ѓ4 4 4 4 4 4 4 '4 4 74 84 I4 J4 K4 L4 }4 	4 
4 14 24 c4 [4 \4 4 ҇4 	4 A4 4 ǈ4 	4 N4 4 4 94 :4 ;4 E4 P4 4 4 4 4 4 4 4 4 4 4 !4 74 84 A4 4 4 4 +4 64 b4 4 4 4 4 4 4 4 	4 4 4 4 4 D4 E4 X4 k4 ~4 4 4 4 4 4 4 #4 >4 o4 4 4 4 4 4 4 H4 n4 4 4 4 4 ԏ4 ۏ4 4 4 4 +4 ,4 -4 .4 V4 W4 j4 }4 4 4 4 4 4 4 4 G4 4 4 Α4 ّ4 4 e4 i4 j4 k4 l4 }4 4 4 Ӓ4 Ԓ4 4 4 
4  4 "4 #4 $4 -4 4 ٓ4 ~4 4 4 4 &4 4 4 4 4 ӕ4 ԕ4 Օ4 ֕4 4 4 94 4 "4 #4 \4 ȗ4 4 4 64 4 4 4 t4 u4 4 4 @4 A4 y4 K4 x4 y4 4 h4 4 4 ֝4 4 4 4 ՞4 4 4 4 <4 =4 4 ͠4 4 54 4 ȡ4 !4 ]4 4 4 +4 4 4 4 4 4 4 ӣ4 ף4 أ4 ٣4 ڣ4 ۣ4 ܣ4 ݣ4 ޣ4 ߣ4 4 4 4 4 4 4  4 !4 -4 .4 /4 04 ;4 ?4 R4 Z4 f4 g4 l4 4 4 4 4 4 14 64 {4 |4 4 4 4 4 4 4 @4 D4 ^4 _4 d4 4 4 Ȧ4 ɦ4 Φ4 4 4 '4 (4 )4 34 4 4 4 4 4 4 4 4 4 4 4 4 Ƨ4 Χ4 է4 ܧ4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 *4 ݨ4 ި4 4 4 4 "4 #4 74 94 :4 ;4 <4 =4 E4 K4 L4 U4 Y4 Z4 m4 y4 z4 {4 |4 }4 4 4 4 4 ©4 é4 ͩ4 ک4 ۩4 ܩ4 ݩ4 ީ4 ߩ4 4 4 4 4 4 4 4  4 
4 4 4 4 ٫4 ګ4 4 4 ɭ4 ҭ4 4 K4 X4 4 4 4 4 4 	4 .4 /4 @4 4 4 4 4 ǯ4 ^4 4 4 4 	4 4 4 4 4 4 Z4 4 )4 4 4 P4 4 4 4 J4 h4 i4 |4 4 4 4 4 44 4 4 غ4 4 4 4 4 4 4 4 4 4 c4 o4 ~4 4 4 ܾ4 4 $4 %4 64 4 4 ÿ4 !4 "4 >4 4 4 ?4 4 4 V4 4 4 4 4 4 4 4 4 _4 `4 4 4 4 4 4 4 4 z4 4 4 @4 A4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 '4 )4 /4 04 I4 K4 P4 Q4 _4 a4 g4 h4 {4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 "4 $4 )4 *4 14 64 Q4 R4 S4 T4 U4 34 44 @4 4 4 4 4 $4 74 k4 4 4 4 4 4 F4 d4 4 4 4 4 4 H4 g4 4 4 4 4 4 4 4 4 4 4 (4 )4 B4 u4 v4 4 4 4 4 4 4 4 4 :4 P4 f4 |4 4 4 4 4 4 4 B4 L4 V4 W4 ~4 4 4 4 4 4 4 4 
4 4 4 94 :4 N4 O4 s4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 14 24 F4 G4 a4 }4 ~4 4 4 4 4 4 4 4 .4 /4 @4 `4 a4 b4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4  4 !4 24 R4 S4 T4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 q4 4 4 4 4 4 4 4 4 4 :4 g4 }4 4 4 4 4 R4 S4 4 4 4 4 54 64 G4 4 4 4 4 4 4  4 4 4 4 f4 g4 x4 4 4 4 4 4 4 4 k4 l4 4 4 4 4 4 4 84 O4 g4 ~4 4 4 4 4 b4 c4 M4 N4 e4 z4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 %4 34 C4 D4 O4 T4 U4 _4 d4 e4 p4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 (4 64 F4 G4 R4 W4 X4 b4 g4 h4 s4 x4 y4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 4 P4 ^4 n4 o4 z4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 4 4 &4 +4 ,4 -4 4 4 4 4 "4 #4 .4 34 44 >4 C4 D4 O4 T4 U4 _4 d4 e4 f4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 *4 :4 ;4 F4 K4 L4 V4 [4 \4 g4 l4 m4 w4 |4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 	4 4 4 4 64 D4 T4 U4 `4 e4 f4 p4 u4 v4 4 4 4 4 4 4 4 4 4 44 B4 R4 S4 ^4 c4 d4 n4 s4 t4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 4 4 C4 Q4 a4 b4 m4 r4 s4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4  4 !4 "4 F4 f4 4 4 4 4 4 4 4 4 84 4 4 4 4 4 4 4 M4 W4 a4 b4 4 4 4 4 4 4 4 B4 C4 c4 d4 4 4 G4 l4 |4 4 4 4 4 4 4 %4 >4 W4 p4 4 4 4 4 4 4 4 4 4 J4 K4 4 4 4  4 94 S4 h4 4 4 4 4 J4 K4 L4 M4 v4 4 4 :4 L4 ^4 _4 N4 O4 Y4 d4 4 4 4 4 4 4 4 %4 &4 '4 (4 14 v4 w4 4 4 4 4 N4 4 4 4 #4 @4 b4 c4 4 4 4 4 @4 4 4 4 4 4 4 E4 F4 4 4  4 4 4 4 (4 [4 e4 o4 p4 4 4 4 4 4 4 4 = 5 > 5 ^ 5 _ 5  5  5  5  5  5 -5 .5 /5 05 `5 5 5 O5 P5 5 5 5  5 15 w	5 x	5 8
5 9
5 l5 m5 5 5 5 L5 M5 b5 5 O5 R5 5 5 5 5 )5 *5 95 K5 ^5 _5 d5 l5 q5 r5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 j5 k5 5 5 L5 M5 5 5 5 5 5 5 5 5 5 	5 5 5 .5  5  5 "5 "5 %#5 2#5 ?#5 L#5 Y#5 j#5 {#5 #5 #5 #5 #5 #5 #5 #5 $5 $5 $5 ?%5 @%5 %5 %5 _&5 `&5 2)5 3)5 *5 *5 L*5 *5 *5 *5 *+5 W+5 +5 +5 +5 !,5 ,5 ,5 ,5 -5 -5 .5 /5 /5 /5 /5 N/5 X/5 b/5 c/5 /5 /5 /5 /5 /5 /5 /5 05 05 C05 j05 05 05 05 15 15 C15 15 15 15 15 15 15 15 15 25 25 !25 ,25 _25 i25 s25 t25 25 25 25 25 25 25 25 25 35 !35 H35 s35 35 35 ]45 45 45 45 45 45 45 45 45 55 55 A55 K55 U55 V55 55 55 55 55 55 55 55 55 55 55 65 ,65 W65 65 65 A75 75 75 75 75 75 75 75 75 75 
85 85 85 R85 \85 f85 g85 85 85 85 85 85 85 85 85 85 95 95 >95 l95 95 95 :5 ?:5 @:5 A:5 R:5 `:5 a:5 b:5 l:5 w:5 :5 :5 :5 :5 :5 ;5 ;5 ;5 ;5 ;5 ;5 &;5 e;5 q;5 ;5 ;5 ;5 <5 2<5 i<5 <5 <5 <5 <5 <5 <5 =5 +=5 5=5 @=5 s=5 }=5 =5 =5 =5 =5 =5 =5 =5 =5 =5 >5 >5 >5 )?5 _?5 @5 @5 "@5 T@5 U@5 V@5 W@5 X@5 Y@5 @5 :B5 ;B5 oB5 B5 B5  C5 gC5 C5 D5 D5 D5 !D5 TD5 ^D5 hD5 iD5 D5 D5 D5 D5 D5 D5 D5 E5 E5  E5 E5 E5 E5 E5 E5 E5 F5 F5 F5 F5 1F5 AF5 BF5 CF5 DF5 lF5 F5 F5 F5 F5 F5 F5 F5 F5 F5 
G5 8G5 fG5 gG5 hG5 yG5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 H5 3H5 4H5 YH5 lH5 H5 H5 H5 H5 H5 H5 jI5 }I5 cJ5 dJ5 eJ5 fJ5 wJ5 4K5 ;K5 DK5 EK5 MK5 bK5 wK5 K5 K5 K5 K5 K5 L5 	L5 L5 3L5 EL5 _L5 yL5 L5 L5 L5 L5 L5 L5 L5 M5 -M5 @M5 SM5 TM5 UM5 VM5 _M5 M5 M5 lN5 mN5 nN5 N5 N5 N5 N5 N5 N5 N5 O5 O5 8O5 RO5 bO5 |O5 O5 O5 O5 O5 O5 O5 P5 P5 8P5 RP5 SP5 TP5 UP5 }P5 P5 P5 P5 P5 P5 P5 P5 P5 P5 sQ5 Q5 Q5  R5 R5 R5 R5 R5 R5 %S5 &S5 NS5 gS5 S5 S5 S5 S5 S5 S5 S5 S5 {T5 T5 T5 /U5 U5 U5 U5 U5 U5 4V5 5V5 ]V5 ^V5 V5 V5 V5 V5 V5 V5 V5 V5 V5 W5 W5 X5 dX5 Y5 Y5 Y5 Y5 iY5 jY5 qY5 zY5 {Y5 Y5 Y5 Y5 Y5 Y5 Y5 Z5 Z5 7Z5 ?Z5 TZ5 iZ5 {Z5 Z5 Z5 Z5 Z5 Z5 Z5 Z5 Z5 [5 Z[5 [[5 [5 [5 [5 [5 [5 [5 [5 [5 [5 [5 [5 \5 ]5 D]5 X]5 ]5 ^5 ^5 ^5 ^5 _5 _5 _5 _5 _5 _5 _5 _5 _5 _5 `5 /`5 @`5 Z`5 t`5 `5 `5 `5 `5 `5 `5 `5 a5 ,a5 =a5 Wa5 qa5 a5 a5 a5 a5 a5 a5 a5 a5 a5 b5 b5 'b5 (b5 )b5 *b5 3b5 b5 Nc5 c5 d5 5d5 d5 d5 Se5 e5 Xf5 f5 f5 f5 f5 Dg5 [g5 g5 g5 g5 h5 Ch5 oh5 h5 h5 h5 h5  i5 	i5 
i5 i5 'i5 <i5 Qi5 ci5 }i5 i5 i5 i5 i5 i5 j5 j5 2j5 :j5 Oj5 dj5 yj5 j5 j5 j5 j5 j5 k5 k5 /k5 @k5 Zk5 [k5 \k5 ]k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 k5 l5 m5 n5 n5 n5 o5 xo5 o5 p5 p5 p5 q5 0q5 Uq5 lq5 q5 q5 q5 q5 q5 q5 Br5 Ir5 Rr5 Sr5 [r5 mr5 r5 r5 r5 r5 r5 r5 r5 s5 's5 8s5 Ns5 _s5 vs5 ws5 s5 s5 s5 s5 s5 s5 s5 t5 t5 4t5 Kt5 \t5 rt5 t5 t5 t5 t5 t5 t5 t5 t5 t5 t5 u5 %u5 'u5 (u5 )u5 2u5 Dv5 w5 w5 \x5 x5 y5 _y5 ~y5 y5 y5 +z5 z5 f{5 |5 }5 ~5 ~5 "~5 5 5 5 ?5 ^5 }5 5 ܀5 5 5 95 :5 K5 5 5 5 5 5 5 5 5 ǁ5 ԁ5 5 5 :5 \5 ]5 5 5 Â5 5 5 5 5 ?5 d5 e5 f5 g5 5 Q5 S5 5 Ʌ5  5 85 5 Ά5 #5 $5 v5 5 5 ݈5 ވ5 5 5 ډ5 75 85 l5 5 5 5 d5 5 5 	5 5 5 Q5 [5 e5 f5 5 5 5 5 Ȍ5 ی5 ݌5 ތ5 ߌ5 5 05 S5 5 5 ֍5 5 '5 U5 V5 g5 h5 i5 5 5 5 5 ˎ5 ގ5 5 5 5 5 	5 -5 5 5 5 Ï5 ď5 5 5  5 5 &5 95 ;5 <5 =5 F5 d5 5 5 5 5 5 5 G5 H5 [5 n5 5 5 5 5 5 5 ő5 H5 Ւ5 ֒5 5 5 5 5 5 5 5 ϓ5 Г5 5 5 5 .5 p5 5 ߕ5 $5 e5 5 5 35 5 ח5 ؗ5 ٗ5 5 5 !5 +5 55 65 ^5 _5 5 5 5 5 5 ՘5 ֘5 ߘ5 N5 5 5 ə5 ԙ5  5 B5 C5 T5 5 5 5 5 5 5 5 5 5 5 5 5 	5 5 /5 15 25 H5 I5 R5 5 ܛ5 
5 *5 C5 V5 5 5 5 5 5 +5 ,5 -5 >5 r5 y5 5 5 5 ɝ5 ʝ5 ˝5 ̝5 5 5 5 5 .5 A5 C5 D5 E5 N5 5 5 5 15 l5 w5 5 5 5 5 	5 
5 5 H5 I5 q5 r5 5 5 5 5 5 5  5 ˠ5 :5 w5 5 _5 5 5 Ģ5 15 25 35 D5 q5 r5 s5 t5 5 5 ף5 5 5 5 5 f5 5 5 ԥ5 Q5 5 5 5 5 L5 5 ާ5 ߧ5 5 5 5 5 T5 5 @5 A5 t5 (5 )5 ^5 s5 5 5 5 ڬ5 ۬5 !5 k5 5 Ӯ5 )5 f5 5 5 S5 5 ɰ5 +5 ,5 75 C5 R5 ^5 q5 u5 v5 w5 x5 y5 z5 {5 |5 }5 5 5 5 5 5 5 5 5 ˱5 ̱5 ͱ5 α5 ٱ5 ݱ5 5 5 5 5 
5 A5 F5 5 5 5 ϲ5 Բ5 5 5 5 V5 Z5 5 5 5 ޳5 5 5 5 5 :5 ?5 f5 g5 l5 5 5 Ŵ5 ƴ5 Ǵ5 Ѵ5  5 %5 15 25 55 ?5 @5 C5 L5 M5 N5 _5 d5 l5 s5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ȵ5 {5 |5 5 5 5 5 5 ն5 ׶5 ض5 ٶ5 ڶ5 ۶5 5 5 5 5 5 5 5 5 5 5 5 5 -5 G5 H5 S5 `5 a5 k5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 w5 x5 O5 P5 g5 p5 5 5 5 >5 ?5 K5 5 5 5 ̼5 ͼ5 ޼5 5 5  5 -5 e5 5 5 5 5 5 5 5 5 ,5 5 5 ^5 5 .5 /5 5 I5 5 5 5 5 5 5 5 5 5 5 5 ;5 ]5 v5 5 5 5 5 5 V5 W5 5 5 5 
5 5 (5 )5 z5 5 5 5 5 5 "5 a5 5 5 5 F5 5 5 5 5 5 D5 E5 5 5 55 65 5 5 5 5 5 5 5 5 5 5 ^5 5 _5 `5 5 5 J5 N5 O5 e5 f5 z5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 !5 "5 75 95 >5 ?5 T5 V5 [5 \5 v5 x5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 &5 @5 t5 5 5 5 	5 5 Q5 i5 5 5 5 5 65 T5 5 5 5 5 5 95 :5 ;5 <5 ^5 g5 h5 ~5 5 5 5 5 5 5 5 25 @5 S5 T5 r5 5 5 5 5 5 5 5 05 15 5 5 5 5 5 5 5 5 5 95 :5 P5 f5 |5 5 5 5 5 5 5 5 5 5 5 -5 .5 C5 D5 E5 F5 W5 w5 x5 y5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 .5 Y5 r5 5 5 5 5 5 5 5 5 5  5 '5 (5 )5 *5 +5 ,5 55 T5 U5 i5 j5 5 5 5 5 5 5 5 5 5 5  5 !5 "5 #5 $5 -5 v5 w5 ,5 -5 .5 ?5 _5 `5 a5 b5 5 5 C5 Y5 Z5 d5 o5 5 5 5 5 5 5 5 5 N5 O5 X5 5 5 -5 .5 =5 5 5 5 5 65 y5 z5 5 5 5 5 5 5 5 5 5 5 75 85 95 :5 ;5 <5 i5 	5 
5 K5 V5 `5 k5 u5 v5 5 5 5 5 I5 J5 5 5  5 5 5 5 5 5 C5 Q5 a5 b5 m5 r5 s5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 #5 $5 %5 B5 P5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5 5 !5 &5 '5 (5 P5 ^5 n5 o5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 (5 -5 .5 95 >5 ?5 I5 N5 O5 P5 i5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 75 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 5 5 L5 Z5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 $5 %5 /5 45 55 65 5 5 5 5 5 5 5 5 5 5 5 5 5 "5 #5 -5 25 35 45 S5 a5 q5 r5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5  5 !5 ,5 15 25 <5 A5 B5 C5 ^5 l5 |5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 )5 L5 M5 5 5 5 5 5 5 [5 \5 5 5 5 5 5 5 5 5  5 35 W5 i5 k5 5 5 5 5 5  6  6 P 6  6  6 
6 6 +6 ;6 <6 `6 a6 r6 6 6 6 6 =6 >6 d6 6 6 6 6 6 6 6 6 86 6 6 6 6 6 6 6 6  6 16 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 56 ?6 I6 J6 p6 6 6 6 6 6 6 6 6 6 $6 56 m6 n6 6 Z	6 z	6 	6 	6 	6  
6 
6 %
6 &
6 7
6 
6 
6 96 w6 6 6 6 6 6 6 i6 j6 6 6 6 6 6 6 
6 

6 
6 4
6 \
6 n
6 o
6 p
6 q
6 z
6 
6 
6 
6 
6 L6 M6 n6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 6 6 6 6  6 M6 6 6 [6 \6 A6 V6 6 6 6 6 6 6  6 
 6  6  6  6  6 ) 6 * 6 / 6 6 6 ; 6 < 6 A 6 H 6 T 6 U 6 ] 6 e 6 j 6 k 6 s 6 { 6  6  6  6  6  6  6  6  6  6  6  6  6 \!6 ]!6 "6 "6 J$6 K$6 %6 	%6 b%6 n%6 %6 %6 &6 &6 8'6 9'6 '6 L)6 M)6 U*6 V*6 *6 1,6 2,6 ,6 Q.6 [.6 /6 /6 06 06 06 06 06 16 16 *16 ;16 L16 M16 `16 s16 16 16 16 16 26 26 {36 |36 36 36 66 66 76 76 76 :86 ;86 86 86 86 %96 &96 o96 96 .:6 /:6 V:6 f;6 s;6 ;6 <6 <6 <6 <6 <6 <6  =6 =6 /=6 a=6 b=6 d=6 e=6 f=6 o=6 =6 =6 =6 >6 F>6 n>6 y>6 >6 >6 >6 ;?6 <?6 =?6 N?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 ?6 @6 @6 @6 @@6 e@6 f@6 g@6 i@6 j@6 k@6 t@6 @6 @6 @6 A6 QA6 uA6 A6 dB6 tB6 uB6 vB6 B6 B6 B6 B6 B6 B6 B6 B6 B6 B6 "C6 HC6 IC6 JC6 KC6 MC6 NC6 OC6 XC6 C6 C6 C6 C6 5D6 YD6 D6 HE6 XE6 YE6 ZE6 kE6 yE6 zE6 {E6 |E6 E6 E6 E6 E6 E6 F6 F6 3F6 ZF6 [F6 \F6 ]F6 _F6 `F6 aF6 jF6 F6 F6 F6 
G6 IG6 iG6 G6 G6 G6 G6 G6 G6 G6  H6 
H6 H6 HH6 RH6 \H6 ]H6 H6 H6 H6 H6 H6 H6 H6 H6 I6 I6 6I6 dI6 I6 I6 I6 J6 PJ6 QJ6 bJ6 pJ6 qJ6 rJ6 J6 J6 J6 J6 K6 K6 %K6 &K6 OK6 PK6 QK6 SK6 jK6 kK6 tK6 vL6 wL6 L6 L6 L6 M6 M6 M6 M6 M6 M6 M6 M6 M6 'N6 O6 O6 
P6 OP6 P6 P6 Q6 TQ6 Q6 Q6 Q6 Q6 Q6 Q6 R6 R6 /R6 OR6 bR6 uR6 R6 R6 R6 R6 R6 R6 )S6 <S6 iS6 jS6 kS6 |S6 S6 S6 S6 S6 S6 S6 S6 S6 S6 
T6 -T6 @T6 ST6 fT6 yT6 zT6 {T6 |T6 T6 T6 T6 U6 U6 U6 U6 HU6 OU6 XU6 YU6 oU6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 
V6 V6 V6 V6  V6 )V6 fV6 W6 W6 X6 X6 X6 X6 X6 X6 X6 X6 X6 X6  Y6 Y6 'Y6 AY6 [Y6 kY6 Y6 Y6 Y6 Y6 Y6 Y6 Y6 Z6 'Z6 AZ6 [Z6 \Z6 ]Z6 ^Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 h[6 [6 
\6 \6 \6 \6 g\6 n\6 w\6 x\6 \6 \6 \6 \6 \6 \6  ]6 ]6 4]6 <]6 Q]6 f]6 x]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ]6 ^6 3^6 F^6 Y^6 l^6 ^6 ^6 ^6 ^6 ^6 _6 ._6 u_6 _6 \`6 ]`6 ^`6 _`6 p`6 `6 `6 `6 a6 *a6 =a6 Pa6 ca6 da6 ea6 fa6 oa6 b6 Ab6 b6 b6 kc6 lc6 mc6 nc6 c6 c6 c6 c6 c6 !d6 4d6 Gd6 Zd6 md6 nd6 od6 pd6 yd6 Ne6 ue6 e6 f6 f6 f6 f6 f6 g6 g6 g6 g6 g6 !g6 6g6 Kg6 ]g6 wg6 g6 g6 g6 g6 g6 g6 h6 h6 3h6 Mh6 ]h6 wh6 h6 h6 h6 h6 h6 h6 h6 !i6 "i6 5i6 Hi6 [i6 ni6 i6 i6 i6 i6 i6 Fj6 j6 j6 j6 k6 6l6 7l6 8l6 Il6 l6 /m6 6m6 ?m6 @m6 Hm6 ]m6 rm6 m6 m6 m6 m6 m6 m6 n6 #n6 =n6 En6 Zn6 on6 n6 n6 n6 n6 n6 n6 o6  o6 :o6 ;o6 <o6 =o6 eo6 fo6 yo6 o6 o6 o6 o6 o6 o6 o6 o6 p6 p6 Mq6 q6 q6 &r6 r6 r6 Ls6 s6 Lt6 Mt6 Tt6 t6 t6 t6 )u6 Uu6 u6 u6 u6 
v6 Av6 Bv6 Sv6 v6 v6 v6 v6 v6 v6 v6 v6 w6 w6 5w6 Fw6 `w6 zw6 w6 w6 w6 w6 w6 w6 x6 x6 )x6 Cx6 ]x6 nx6 x6 x6 x6 x6 x6 x6 x6 x6 x6 #y6 $y6 7y6 Jy6 ]y6 py6 y6 y6 y6 y6 y6 Mz6 G{6 {6 %|6 2|6 |6 }6 }6 I~6 P~6 ~6 ~6 ~6 ~6 
6 )6 H6 6 6 6 6 6 6 6 6 6 6 6 /6 A6 X6 o6 6 6 6 ŀ6 ր6 6 6 6 6 6 /6 A6 S6 e6 |6 6 6 6 ҁ6 6 6 6 !6 86 96 :6 ;6 c6 d6 w6 6 6 6 Â6 ł6 Ƃ6 ǂ6 Ђ6 6 6 |6 6 x6 6 6 6 y6 6 ɇ6 [6 6 #6 K6 6 6 6 \6 ]6 6 ݍ6 6 6 [6 z6 6 6 ׎6 ؎6 6 -6 .6 R6 S6 X6 Z6 [6 \6 e6 r6 6 6 ؏6 6 6 6 ?6 a6 6 6 6 6 ݐ6 6 6 6 6 ?6 6 6 %6 g6 6 ֓6 6 l6 6 6 6 6 6 {6 |6 @6 A6 x6 ՗6 ֗6 
6 L6 6 6 6 Q6 6 6 6 6 6 6 6 6 ,6 -6 @6 S6 f6 y6 {6 |6 }6 6 Κ6 6 (6 V6 t6 6 ś6 6 6 6 6 6 /6 06 C6 V6 i6 |6 ~6 6 6 6 6 ˜6 N6 O6 `6 a6 b6 6 6 6 6 ĝ6 ם6 ٝ6 ڝ6 ۝6 6 6 &6 6 6 6 6 6 6 6 6 6 6 26 46 56 66 ?6 c6 6 s6 t6 6 6 6 6 6 E6 F6 m6 n6 6 6 6 ̢6 6 E6 }6 £6 6 E6 6 Ѥ6  6 u6 v6 w6 6 6 6 ɥ6 ӥ6 ԥ6 6 6 "6 56 H6 [6 ]6 s6 t6 }6 6 6 /6 g6 r6 6 6 6 6 6 &6 .6 /6 E6 U6 V6 W6 X6 6 6 6 6 6 ͨ6 Ϩ6 Ш6 6 6 6 _6 z6 6 ȩ6 6 6 ,6 76 V6 6 6 ɪ6 ʪ6 ˪6 ܪ6 6 6 6  6 P6 g6 h6 i6 j6 6 6 6 6 ̫6 ߫6 6 6 6 6 [6 6 6 Ϭ6 
6 6 46 6 6 6 6 6 6 6 6 6 6 #6 66 I6 \6 ^6 _6 `6 i6 خ6 6 6 6 86 C6 b6 ϰ6 а6 Ѱ6 6 6 6 6 6 96 :6 u6 ,6 ^6 _6 6 6 ?6 @6 r6 6 Z6 [6 6 6 6 M6 |6 }6 6 6 6 6 6 6 ޸6 ߸6 6 ƹ6 ǹ6 6 6 -6 =6 P6 x6 y6 6 	6 86 q6 Ǽ6 6 ]6 6 6 06 g6 ɾ6 ʾ6 վ6 6 6 6 6 6 6 6 6 6 6 6 6 6 /6 66 ;6 K6 L6 [6 \6 ]6 i6 j6 k6 l6 w6 {6 6 6 6 6 6 ߿6 6 :6 ;6 @6 m6 r6 6 6 6 6 6 J6 K6 P6 |6 6 6 6 6 6 6 6 6 
6 86 =6 c6 d6 e6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 $6 %6 06 46 ;6 B6 C6 D6 E6 F6 G6 H6 I6 J6 K6 L6 M6 N6 O6 P6 Q6 f6 6 6 6 46 56 N6 _6 `6 t6 v6 w6 x6 y6 z6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 
6 6 6 6 6 6 6 6 6 +6 ,6 :6 ;6 <6 =6 J6 \6 #6 $6 6 6 6 6 6 6 /6 6 6 6 6 6 26 36 F6 k6 l6 }6 6 6 6 6 6 6 W6 X6 E6 F6 ;6 <6 H6 6 &6 6 6 f6 6 6 6 6 H6 I6 6 6 6 6 6  6 16 O6 q6 6 6 6 16 K6 L6 U6 V6 6 6 T6 U6 6 6 6 6 6 6 /6 a6 b6 s6 6 6  6 ^6 _6 {6 6 "6 |6 A6 B6 6 6 6 /6 06 6 6 -6 .6 6 6 S6 T6 !6 "6 <6 M6 6 6 6 6 }6 ~6 6 6 6 6 6 6 6 6 $6 26 ?6 @6 A6 B6 C6 D6 H6 I6 J6 K6 d6 f6 l6 m6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ,6 .6 46 56 C6 E6 K6 L6 _6 a6 f6 g6 n6 s6 6 6 6 6 6 p6 q6 }6 6 6 6 -6 a6 t6 6 6 6 6 <6 O6 6 6 6 6 '6 A6 Q6 6 6 6 6 6 6 6 6 6 6 C6 R6 e6 f6 6 6 6 6 6 6 6 6 A6 B6 C6 w6 6 6 6 6 6 66 76 A6 L6 6 6 6 6 6 6 6 6 6 6 16 36 J6 K6 T6 v6 w6 6 6 6 6 6 6 6 6 6 6 6 6 6 ?6 @6 A6 B6 C6 D6 M6 n6 o6 6 6 6 6 6 6 6 6 &6 ;6 U6 V6 k6 l6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 	6 +6 G6 H6 ]6 ^6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 6 !6 6 6 6 6 6 6 A6 K6 U6 V6 w6 6 6 6 6 6 6 6 6 6 6 6 -6 r6 s6 6 6 6 6 :6 ;6 <6 =6 >6 ?6 H6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 u6 6 6 6 6 6 $6 Y6 6 6  7  7  7  7  7  7  7 7 7 7 7 7 !7 "7 -7 27 37 =7 B7 C7 D7 b7 p7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 7 7  7 !7 ,7 17 27 <7 A7 B7 C7 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 
7 7 7 7 7 )7 .7 /7 :7 ?7 @7 J7 O7 P7 Q7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 &7 '7 27 77 87 B7 G7 H7 S7 X7 Y7 c7 h7 i7 j7 7 7 A7 O7 _7 `7 k7 p7 q7 {7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 ,7 Y7 g7 w7 x7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 67 ;7 <7 F7 K7 L7 M7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 A7 B7 q7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  	7 	7 	7 	7 !	7 "	7 ,	7 1	7 2	7 =	7 B	7 C	7 M	7 R	7 S	7 T	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 
7 
7 
7 '
7 ,
7 -
7 7
7 <
7 =
7 H
7 M
7 N
7 X
7 ]
7 ^
7 _
7 
7 
7 
7 
7 
7 B7 C7 P7 Q7 R7 u7 7 7 /7 A7 B7 L7 W7 7 7 7 7 7 7 
7 

7 !
7 "
7 +
7 
7 
7 
7 
7 
7 N7 7 7 7 7 7 7 7  7 7 b7 {7 7 7 7 7 7 27 37 47 57 67 ?7 7 7 7 67 A7 ]7 v7 7 7 7 7 7 7 7 7 7 7 7 B7 C7 w7 7 7 7 7 7 7 7 7 7 7 7 7 >7 P7 b7 c7 d7 e7 n7 7 7 7 7 7 
7 7 7 7 :7 `7 }7 7 7 7 7 7 '7 }7 7 7 Y7 Z7 [7 \7 7 7 7 	7 =7 O7 P7 Z7 e7 7 7 7 7 7 7 
7 7 7 7 7 z7 {7 7 7 7 7 
7 7 7 j7 k7 l7 m7 7 37 W7 7 7 $"7 1"7 \#7 ]#7 n#7 $7 $7 u%7 v%7 &7 &7 &7 "(7 #(7 *7 *7 *7 *7 +7 +7 +7 +7 ,7 ,7 f-7 g-7 v-7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 .7 	.7 
.7 .7 .7 &.7 '.7 /.7 6.7 ;.7 <.7 D.7 K.7 W.7 X.7 Y.7 Z.7 .7 .7 S07 T07 17 17 27 27 37 
37 37 37 @47 A47 47 47 *57 67 67 77 77 F87 97 97 k:7 ;7 ;7 @=7 A=7 b>7 o>7 |>7 >7 >7 >7 >7 >7 >7 >7 >7 >7 ?7 )?7 @?7 A?7 L?7 |@7 }@7 A7 A7 A7 A7 oD7 pD7 CE7 TE7 E7 E7 E7 9F7 gF7 F7 F7 F7 G7 ^G7 G7 G7 G7 I7 I7 >I7 BJ7 CJ7 MJ7 XJ7 J7 J7 J7 J7 J7  K7 K7 K7 K7 K7 K7 MK7 YK7 K7 K7 K7 
L7 L7 QL7 [L7 L7 L7 L7 L7 L7 $M7 %M7 &M7 'M7 SM7 TM7 ^M7 iM7 M7 M7 M7 M7 M7 N7 N7 N7 N7 	N7 
N7 N7 RN7 ^N7 N7 N7 N7 O7 O7 P7 P7 P7 P7 &P7 4P7 5P7 6P7 @P7 KP7 ~P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 6Q7 BQ7 iQ7 Q7 Q7 Q7 ~R7 R7 R7 R7 R7 
S7 S7 S7 S7 S7 GS7 QS7 \S7 S7 S7 S7 S7 S7 S7 S7 S7 S7 S7 S7  T7 	T7 HT7 TT7 {T7 T7 T7 U7 @U7 |U7 }U7 ~U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 *V7 TV7 UV7 VV7 XV7 YV7 ZV7 cV7 V7 V7 V7 W7 #W7 RW7 oW7 W7 W7 W7 X7 X7 X7 X7 KX7 hX7 rX7 }X7 X7 X7 X7 X7 X7 X7 X7 X7 	Y7 
Y7 Y7 Z7 Z7 'Z7 fZ7 Z7 M[7 N[7 _[7 [7 [7 [7 [7 [7 [7 [7 w]7 x]7 ]7 ]7 %^7 ]^7 ^7 ^7 H_7 I_7 S_7 ^_7 _7 _7 _7 _7 _7 _7 `7 `7 '`7 :`7 <`7 S`7 T`7 ]`7 `7 `7 a7 	a7 
a7 a7 Ha7 Oa7 Wa7 Xa7 na7 ~a7 a7 a7 a7 a7 a7 a7 a7 b7 b7 b7 b7 b7 $b7 Gb7 ub7 b7 b7 b7 b7 b7 b7 b7 b7 c7 c7 c7  c7 !c7 "c7 #c7 $c7 %c7 &c7 'c7 Oc7 pc7 qc7 c7 c7 c7 c7 c7 c7 c7 d7 d7 d7 e7 e7 e7 e7 e7 qf7 xf7 f7 f7 f7 f7 f7 f7 f7 f7 
g7 $g7 >g7 Fg7 [g7 pg7 g7 g7 g7 g7 g7 g7 g7 g7 g7 %h7 Eh7 jh7 }h7 h7 h7 h7 h7 h7 i7 5i7 i7 i7 i7 i7 j7 
j7 j7 j7 j7 4j7 Ij7 [j7 uj7 j7 j7 j7 j7 j7 j7 k7 k7 1k7 Kk7 [k7 uk7 k7 k7 k7 k7 k7 k7 k7 k7 l7 l7 l7  l7 !l7 *l7 l7 l7 m7 ]m7 m7 m7 m7 m7 n7 bn7 cn7 n7 n7 n7 n7 n7 o7 o7 o7 o7 o7 o7 o7 #p7 lp7 
q7 q7 q7 
q7 q7 qq7 rq7 q7 q7 q7 q7 q7 q7 r7 
r7 r7 r7 r7 r7 s7 Xs7 s7 @t7 At7 Bt7 St7 t7 t7 t7 t7 t7 t7 t7 t7 t7 u7 0u7 @u7 Zu7 tu7 |u7 u7 u7 u7 u7 u7 u7 v7 0v7 1v7 2v7 3v7 Dv7 v7 v7 v7 v7 v7 v7 v7 
w7  w7 !w7 "w7 #w7 ,w7 w7 Ex7 x7 x7 (y7 y7 y7 y7 y7 Rz7 z7 z7 z7 z7 z7 z7 {7 &{7 8{7 R{7 l{7 }{7 {7 {7 {7 {7 {7 {7 |7 #|7 5|7 O|7 i|7 z|7 |7 |7 |7 |7 |7 |7 |7 }7 }7 }7 +}7 >}7 Q}7 d}7 e}7 f}7 g}7 p}7 4~7 ~7 ~7 ?7 r7 7 ;7 7 7 7 7 7 7 27 7 7 Ȃ7 7 (7 T7 7 7 7 7 7 67 =7 F7 G7 O7 d7 y7 7 7 7 Ԅ7 7 7 7 *7 D7 U7 o7 w7 7 7 7 ȅ7 7 7 
7 '7 A7 R7 l7 }7 7 7 7 7 7 Æ7 ֆ7 7 7 7 "7 #7 $7 %7 .7 7 7 N7 ĉ7 щ7 >7 7 17 7 7 /7 N7 m7 7 7 Ȍ7 7 (7 )7 *7 ;7 7 7 7 7 7 7 7 ΍7 7 7 7 %7 67 M7 d7 u7 7 7 7 7 7 Ύ7 7 7 7 7 27 I7 Z7 q7 7 7 7 7 ׏7 ؏7 ُ7 ڏ7 7 7 7 )7 <7 O7 b7 d7 e7 f7 o7 7 I7 7 7 7 Q7 7 7 7 67 h7 7 7 7 7 W7 X7 _7 7 7 <7 |7 7 7 7 7 87 W7 v7 w7 7 ̜7 ͜7 7 7 7 7 7 7 7 7 37 U7 w7 7 7 7 ޝ7  7 "7 77 87 I7 |7 7 7 7 7 ޞ7 7 7 Ġ7 7 =7 u7 7 7 `7 a7 7 Z7 [7 7 7 ߤ7 7 7 t7 u7 7 7 "7 Z7 7 7 E7 F7 P7 [7 7 7 7 7 ˧7 ̧7 ߧ7 7 7 7 7 7 7 %7 m7 7 Ǩ7 7 7 -7 d7 7 7 7 7 7 Ω7 ϩ7 7 7 7 7 7 7 7 (7 F7 j7 7 7 7  7 7 )7 *7 =7 P7 c7 v7 x7 y7 z7 7 7 ū7 H7 I7 Z7 [7 \7 7 7 7 7 7 Ѭ7 Ӭ7 Ԭ7 լ7 ެ7 7 7 7 7 $7 %7 &7 '7 X7 7 7 7 
7 >7 67 77 k7 7 7 7 a7 7 7 )7 p7 7 7 7 7  7 +7 ^7 h7 r7 s7 7 7 7 Գ7 7 7 7 7 7 7 7 7 δ7 7 7 =7 7 7 7 7 ŵ7 ͵7 ε7 7 7 7 7 7 7  7 37 F7 Y7 l7 n7 o7 7 7 7 7 7 J7 g7 7 7 ˷7 ַ7 7 #7 I7 h7 i7 j7 {7 7 7 7 7 7 7 7 7 	7 17 27 E7 X7 k7 ~7 7 7 7 7 7 "7 \7 n7 7 7 Ӻ7 @7 D7 E7 F7 G7 X7 7 7 7 7 »7 ջ7 7 7 7 7 7 7 w7 7 Y7 7 ׽7 7 7 n7 o7 p7 7 7 7 7 7 ؾ7 پ7 7 ˿7 7 7 77 7 7 7 7 7 7 7 O7 P7 7 7 7 7 T7 &7 S7 T7 7 C7 }7 ~7 7 e7 f7 7 7 7 7 7 7 7 ^7 7 7 7 f7 7 7 87 7 7 7 h7 i7 t7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 -7 57 A7 B7 G7 ~7 7 7 7 7 7 7 V7 W7 \7 7 7 7 7 7 7 7 97 :7 ?7 w7 |7 7 7 7 7 7 7 7 7 7 ]7 b7 n7 o7 r7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 !7 '7 (7 17 57 67 I7 U7 V7 W7 X7 Y7 k7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 '7 47 |7 }7 7 7 7 7 
7 7 7 \7 ]7 ^7 k7 7 :7 7 7 7 7 7 7 7 j7 7 67 7 7 l7 m7 ,7 7 7 7 &7 D7 E7 X7 7 7 7 7 7 y7 7 7 7 7 7 7 7 7 7 7 7 ?7 K7 Z7 f7 g7 7 7  7 7 7 [7 `7 7 7 7 7 7 7 7 7 7 27 7 7 7 7 s7 t7 7 7 ;7 <7 7 7 7 7 7 7 7 V7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 %7 '7 ,7 -7 ;7 =7 C7 D7 W7 Y7 _7 `7 u7 w7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 
7 7 -7 .7 /7 07 17 7 7 7 d7 ~7 7 7  7 7 G7 [7 7 7 7 7 "7 @7 t7 7 7 7 7 $7 C7 w7 x7 y7 z7 7 7 7 7 7 7 7 7 7 Q7 R7 p7 ~7 7 7 7 7 7 7 7 ,7 B7 X7 n7 o7 7 7 7 7  8 ( 8 2 8 3 8 Z 8 w 8 x 8  8  8  8  8  8  8  8  8 8 8 *8 +8 O8 k8 l8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 
8 8 "8 #8 =8 Y8 Z8 l8 8 8 8 8 8 8 
8 8 8 <8 =8 >8 e8 f8 g8 h8 i8 j8 s8 8 8 8 8 8 8 8 8 8 8 .8 /8 08 ]8 ^8 _8 `8 a8 b8 k8 8 8 j8 k8 l8 }8 8 8 8 8 8 M8 8 8 8 8 8 8 8 8 8 8 C8 Y8 [8 8 8 8 .8 /8 k8 l8 {8 8 	8 	8 #	8 t	8 	8 	8 	8 	8 	8 	8 	8 	8 	8 B
8 C
8 T
8 u
8 v
8 w
8 x
8 y
8 z
8 
8 G8 H8 8 8 8 8 8 8 8 +8 C8 Z8 8 8 8 8 >
8 ?
8 )8 *8 A8 V8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 +8 08 18 ;8 @8 A8 L8 Q8 R8 \8 a8 b8 c8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 #8 .8 38 48 >8 C8 D8 O8 T8 U8 _8 d8 e8 f8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ,8 :8 J8 K8 V8 [8 \8 f8 k8 l8 w8 |8 }8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 	8 u8 8 8 8 8 8 
8 8 8 8 8  8 +8 08 18 ;8 @8 A8 B8 i8 w8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 '8 (8 28 78 88 C8 H8 I8 S8 X8 Y8 Z8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 08 18 <8 A8 B8 L8 Q8 R8 ]8 b8 c8 m8 r8 s8 t8 8 8 8 8 .8 /8 :8 ?8 @8 J8 O8 P8 [8 `8 a8 k8 p8 q8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 -8 =8 >8 I8 N8 O8 Y8 ^8 _8 j8 o8 p8 z8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 B8 g8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 )8 38 =8 >8 q8 8 8 8 8 8 8 8 8 ?8 @8 8 8 #8 H8 X8 i8 y8 z8 8 8 8 8 8 38 L8 {8 |8 8 8 8 8 8 8 8 &8 '8 v8 8 8 8 8 /8 D8 \8 ]8 ^8 o8 & 8 ' 8 ( 8 ) 8 R 8  8  8 !8 (!8 :!8 ;!8 *"8 +"8 5"8 @"8 s"8 }"8 "8 "8 "8 "8 "8 #8 #8 #8 #8 
#8 R#8 S#8 b#8 s#8 #8 #8 *$8 $8 $8 $8 $8 %8 >%8 ?%8 c%8 d%8 u%8 %8 &8 w&8 &8 &8 &8 &8 &8 !'8 "'8 '8 '8 '8 '8 '8 '8 (8 7(8 A(8 K(8 L(8 r(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 08 08 
18 S28 T28 38 38 H48 I48 [48 58 58 (88 )88 >88 88 +98 .98 98 98 :8 :8 ;8 ;8 ;8 ';8 :;8 ;;8 @;8 H;8 M;8 N;8 S;8 [;8 g;8 h;8 m;8 t;8 y;8 z;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 F@8 G@8 @8 @8 (A8 )A8 A8 A8 vB8 wB8 B8 D8 D8 E8 E8 E8 oG8 pG8 
H8 I8 I8 J8 J8 L8 L8 L8 (L8 5L8 FL8 WL8 hL8 yL8 L8 L8 L8 L8 L8 L8 L8 L8 N8 N8 N8 N8 ;O8 <O8 R8 R8 R8 R8 (S8 xS8 yS8 S8 T8 3T8 cT8 dT8 T8 T8 lU8 mU8 U8 V8 V8 V8 W8 W8 W8 W8 *X8 4X8 >X8 ?X8 mX8 X8 X8 X8 X8 X8 X8 X8 X8 Y8 FY8 Y8 Y8 Y8 Y8 Y8 Z8 yZ8 zZ8 {Z8 Z8 Z8 Z8 Z8 Z8 Z8 Z8 Z8 [8 ;[8 E[8 O[8 P[8 ~[8 [8 [8 [8 [8 [8 [8 [8 [8 [8 $\8 O\8 \8 \8 9]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ^8 '^8 1^8 2^8 `^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 ^8 _8 3_8 s_8 _8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 `8 .a8 8a8 Ba8 Ca8 qa8 a8 a8 a8 a8 a8 a8 a8 a8 a8 a8 b8 Hb8 b8 b8 b8 c8 c8 c8 .c8 <c8 =c8 >c8 Hc8 Sc8 c8 c8 c8 c8 c8 c8 c8 c8 c8 c8 c8 d8 Ad8 Md8 td8 d8 d8 d8 e8 Ee8 e8 e8 e8 e8 e8 e8 e8 f8 f8 f8 Of8 Yf8 cf8 df8 f8 f8 f8 f8 f8 f8 f8 g8 g8 g8 h8 ;h8 h8 h8 h8 0i8 1i8 2i8 3i8 4i8 5i8 ei8 k8 k8 Kk8 k8 k8 k8 Cl8 l8 l8 l8 l8 l8 0m8 :m8 Dm8 Em8 mm8 m8 m8 m8 m8 m8 m8 m8 m8 m8 gn8 zn8 n8 n8 n8 n8 n8 n8 n8 n8 
o8 o8 o8 o8  o8 Ho8 ko8 ~o8 o8 o8 o8 o8 o8 o8 o8 o8 p8 Bp8 Cp8 Dp8 Up8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 q8 q8 5q8 Hq8 [q8 \q8 ]q8 ^q8 gq8 q8 Fr8 Yr8 ?s8 @s8 As8 Bs8 Ss8 t8 t8  t8 !t8 )t8 >t8 St8 et8 t8 t8 t8 t8 t8 t8 t8 u8 !u8 ;u8 Uu8 eu8 u8 u8 u8 u8 u8 u8 u8 	v8 v8 /v8 0v8 1v8 2v8 ;v8 v8 v8 Hw8 Iw8 Jw8 [w8 w8 w8 w8 w8 w8 w8 w8 w8 x8 .x8 >x8 Xx8 rx8 zx8 x8 x8 x8 x8 x8 x8 y8 .y8 /y8 0y8 1y8 Yy8 qy8 y8 y8 y8 y8 y8 y8 y8 y8 Oz8 lz8 z8 z8 {8 {8 {8 {8 {8 |8 |8 *|8 C|8 h|8 {|8 |8 |8 |8 |8 |8 |8 W}8 }8 }8 ~8 ~8 ~8 ~8 ~8 ~8 8 8 98 :8 _8 r8 8 8 8 8 8 8 8 8 8 8 @8 ߁8 8 8 8 E8 F8 M8 V8 W8 _8 t8 8 8 8 ς8 ߂8 8 8 8 08 E8 W8 q8 8 8 8 σ8 Ѓ8 у8 ҃8 8 68 78 _8 `8 s8 8 8 8 8 8 8 8 ˄8 8 8  8 48 ǆ8 t8 u8 v8 8 8 m8 t8 }8 ~8 8 8 8 ň8 ׈8 8 8 8 68 P8 a8 {8 8 8 8 8 ԉ8 8 8 8 38 M8 ^8 x8 y8 z8 {8 8 8 8 ʊ8 ݊8 8 8 8 8 8 8 Ӌ8 *8 8 ތ8 8 d8 ڍ8 /8 8 48 8 8 8 я8  8 78 g8 8 ǐ8 8 8 K8 8 8 8 Ց8 ܑ8 8 8 8 8 8 -8 ?8 Y8 s8 8 8 8 ɒ8 8 8 8 8 +8 @8 U8 g8 8 8 8 Ɠ8 8 8 8 8 68 78 88 98 a8 b8 u8 8 8 8 8 8 Ô8 Ĕ8 ͔8 8 8 8 c8 p8 ݗ8 T8 И8 8 8 Ι8 8 8 18 H8 g8 8 ǚ8 Ț8 ɚ8 ښ8 8 %8 .8 /8 78 I8 [8 m8 8 8 8 ě8 ՛8 8 8 8 *8 ;8 R8 S8 [8 m8 8 8 8 8 ќ8 8 8 8 '8 88 N8 _8 v8 w8 x8 y8 8 8 8 ȝ8 ۝8 8 8 8 8 8 8  8 8 8 88 8 8 ;8 Z8 8 բ8 8 8 B8 a8 8 8 8 8 8 8 ۨ8 8 :8 Y8 8 8 ש8 8 8 8 '8 k8 l8 8 8 8 8 8 8 8 8 Ҫ8 8 8 88 98 [8 }8 8 8 ֫8 ׫8 8 8 @8 A8 B8 C8 }8 -8 /8 c8 8 ܮ8 8 [8 8 8  8 R8 8 8 8 8 ~8 8 8 8 8 H8 8 8 8 @8 8 8 8 8 8 -8 78 A8 B8 j8 k8 ~8 8 8 8 8 8 8 ĵ8 8 /8 f8 8 8 ̶8 8 18 28 C8 D8 E8 m8 n8 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 d8 8 8 8 8 8 #8 $8 78 J8 ]8 p8 r8 s8 t8 }8 8 $8 8 8 û8 Ļ8 Ż8 ƻ8 8 8 8 8 8 ݼ8 ս8 ֽ8 
8 L8 8 8  8 A8 8 ȿ8 8 ^8 8 8 8 8 8 8 8 8 8 :8 ;8 `8 s8 8 8 8 8 8 8 *8 [8 m8 8 8 8 8 8 08 ]8 d8 l8 m8 8 8 8 8 8 8 8 8 8 8 8 
8 8 $8 %8 .8 8 8 8 8 8 28 j8 u8 8 8 8 8 8 	8 8 N8 U8 ]8 ^8 8 8 8 8 8 8 8 8 8 
8 8 8  8 !8 *8 8 8 8 
8 H8 S8 r8 8 8 8 8 8 8 $8 %8 M8 N8 a8 t8 8 8 8 8 8 8 8 S8 8 ;8 v8 8 8 
8 8 8  8 M8 N8 O8 P8 w8 x8 8 j8 8 8 8 B8 }8 ~8 8 -8 8 8 8 8 (8 8 8 8 8 8 8 8 08 8 8 8 P8 8 8 :8 O8 k8 {8 8 8 8 8 G8 v8 8 8 B8 8 8 /8 n8 8 8 8 8 8 .8 :8 M8 Q8 R8 S8 T8 U8 V8 W8 X8 Y8 m8 t8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 x8 y8 ~8 8 8 8 8 8 28 68 8 8 8 8 8 8 8 8 8 8 B8 C8 H8 v8 {8 8 8 8 8 8 8 
8 8 8 8 8 8 (8 )8 *8 ;8 @8 H8 O8 V8 b8 c8 n8 r8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 W8 X8 q8 r8 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 G8 T8 U8 V8 W8 X8 Y8 Z8 [8 h8 i8 w8 x8 y8 z8 8 8 `8 a8 S8 T8 +8 ,8 C8 L8 l8 8 8 8 8 '8 o8 p8 8 8 8 8 8 8 8 	8 A8 8 8 8 8 8 x8 y8 8 8 c8 8 :8 8 
8 8 8 %8 8 8 8 8 8 8 \8 ]8 n8 8 8 8 98 R8 n8 8 8 8 8 28 38 8 8 8 8 8 8 8 V8 l8 8 8 8 8 8 =8 8 8 8 "8 _8 8 ~8 8 8  8 !8 l8 m8 8 8 j8 k8 8 8 8 8 ^8 _8 y8 8 :8 8 ;9 <9 9 9 &9 *9 +9 A9 B9 V9 W9 X9 a9 o9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 09 29 79 89 R9 T9 Y9 Z9 i9 k9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 P9 j9 9 9 9 9 -9 E9 y9 9 9 9 	9 0	9 d	9 ~	9 	9 	9 	9 
9 
9 
9 
9 :
9 C9 D9 Z9 9 9 9 9 9 9 9 9 9 /9 09 N9 ~9 9 9 9 9 9 9 
9 

9 s
9 t
9 ~
9 
9 
9 
9 
9 
9 
9 9 9 ,9 B9 X9 n9 p9 9 9 9 9 9 9 9 9 	9 
9 9  9 !9 "9 39 S9 T9 U9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 
9 59 N9 c9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 09 19 E9 F9 h9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 	9 R9 S9 9 	9 
9 9 ;9 <9 =9 >9 ^9 9 9 59 69 @9 K9 ~9 9 9 9 9 9 9 9 *9 +9 49 9 9 	9 
9 9 j9 9 9 9 9 U9 V9 w9 x9 y9 z9 {9 |9 9 9 9 9 9 9 9 9 9 9 E9 9 9 '9 29 <9 G9 Q9 R9 9 9 9 9 %9 &9 a9 9 9 9 9 9 9 9 9 -9 =9 >9 I9 N9 O9 Y9 ^9 _9 j9 o9 p9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 9 ,9 <9 =9 H9 M9 N9 X9 ]9 ^9 i9 n9 o9 y9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ,9 :9 J9 K9 V9 [9 \9 f9 k9 l9 w9 |9 }9 9 9 9 9 9 9 9 9 9 9 9 9 	9 
9 9 9 9 %9 *9 +9 ,9 E9 S9 c9 d9 o9 t9 u9 9 9 9 9 9 9 9 9 9 9  9 \ 9 ~ 9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9 !9 !9 %!9 &!9 1!9 6!9 7!9 A!9 F!9 G!9 R!9 W!9 X!9 b!9 g!9 h!9 i!9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 ("9 6"9 F"9 G"9 R"9 W"9 X"9 b"9 g"9 h"9 s"9 x"9 y"9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9  #9 #9 #9 #9 #9 #9 ~#9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 	$9 $9 $9 $9 /$9 =$9 M$9 N$9 Y$9 ^$9 _$9 i$9 n$9 o$9 z$9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 %9 
%9 %9 %9 %9 %9 %9 :%9 H%9 X%9 Y%9 d%9 i%9 j%9 t%9 y%9 z%9 %9 %9 %9 %9 %9 %9 %9 %9 %9 &9 (&9 )&9 &9 &9 &9 &9 &9 &9 7'9 8'9 l'9 ~'9 '9 '9 '9 '9 '9 '9 '9 (9 3(9 E(9 G(9 ^(9 _(9 h(9 (9 (9 (9 (9 ,)9 )9 )9 )9 )9 *9 *9 *9 <*9 =*9 N*9 *9 *9 *9 *9 +9 +9 @+9 o+9 p+9 q+9 r+9 s+9 |+9 +9 +9 ,9 s,9 ~,9 ,9 ,9 ,9 ,9 ,9 ,9 ,9 
-9 -9 -9 -9 -9 -9 .9 .9 .9 .9 .9 .9 /9 /9 /9 /9 09 09 %09 &09 L09 {09 09 09 09 09 09 09 09 09  19 19 I19 J19 19 629 V29 w29 29 29 29 29 39 39 39 d39 39 49 S49 49 49 49 49 49 49 E59 F59 z59 59 59 59 59 59 59 59 59 69 869 J69 K69 L69 M69 V69 69 69 69 69 (79 )79 J79 K79 \79 79 79 79 79 79 p89 89 :9 :9 a=9 n=9 >9 >9 >9 ?9 ?9 @9 @9 A9 A9 A9 _C9 `C9 E9 E9 E9 )F9 F9 F9 7G9 8G9 H9 2H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 I9 I9 I9 I9 I9 I9 I9 $I9 0I9 1I9 9I9 AI9 FI9 GI9 OI9 WI9 cI9 dI9 lI9 sI9 xI9 yI9 I9 I9 I9 I9 I9 I9 8J9 9J9 K9 K9 &M9 'M9 M9 M9 >N9 JN9 N9 N9 }O9 ~O9 P9 P9 gP9 (R9 )R9 1S9 2S9 S9 
U9 U9 U9 -W9 7W9 }X9 ~X9 Y9 Y9 Y9 Y9 Y9 Y9 Y9 Z9 Z9 (Z9 )Z9 <Z9 OZ9 fZ9 }Z9 ~Z9 Z9 [9 [9 W\9 X\9 \9 \9 _9 _9 `9 `9 `9 a9 a9 va9 a9 a9 b9 b9 Kb9 b9 
c9 c9 2c9 Bd9 Od9 {d9 e9 e9 e9 e9 e9 e9 e9 e9 f9 =f9 >f9 @f9 Af9 Bf9 Kf9 f9 f9 f9 f9 "g9 Jg9 Ug9 g9 g9 g9 h9 h9 h9 *h9 ah9 bh9 ch9 dh9 h9 h9 h9 h9 h9 h9 h9 h9 i9 Ai9 Bi9 Ci9 Ei9 Fi9 Gi9 Pi9 i9 i9 i9 i9 -j9 Qj9 j9 @k9 Pk9 Qk9 Rk9 ck9 qk9 rk9 sk9 }k9 k9 k9 k9 k9 k9 k9 $l9 %l9 &l9 'l9 )l9 *l9 +l9 4l9 sl9 l9 l9 l9 m9 5m9 m9 $n9 4n9 5n9 6n9 Gn9 Un9 Vn9 Wn9 Xn9 n9 n9 n9 n9 n9 n9 n9 o9 6o9 7o9 8o9 9o9 ;o9 <o9 =o9 Fo9 o9 o9 o9 o9 %p9 Ep9 }p9 p9 p9 p9 p9 p9 p9 p9 p9 p9 $q9 .q9 8q9 9q9 gq9 q9 q9 q9 q9 q9 q9 q9 q9 q9 r9 @r9 `r9 r9 r9 r9 ,s9 -s9 >s9 Ls9 Ms9 Ns9 s9 s9 s9 s9 s9 s9 t9 t9 +t9 ,t9 -t9 /t9 Ft9 Gt9 Pt9 Ru9 Su9 du9 u9 u9 v9 v9 v9 v9 v9 v9 v9 v9 v9 w9 x9 x9 x9 +y9 by9 y9 y9 0z9 z9 z9 z9 z9 z9 z9 z9 z9 {9 +{9 >{9 Q{9 d{9 w{9 y{9 {9 {9 {9 |9 |9 E|9 F|9 G|9 X|9 |9 |9 |9 |9 |9 |9 |9 |9 |9 |9 	}9 }9 /}9 B}9 U}9 V}9 W}9 X}9 a}9 }9 }9 }9 }9 }9 }9 $~9 +~9 4~9 5~9 K~9 [~9 \~9 ]~9 ^~9 _~9 `~9 a~9 b~9 c~9 d~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 ~9 9 B9 9 9 ݀9 ހ9 ߀9 9 9 9 9 9 9 ǁ9 ܁9 9 9 9 79 G9 a9 {9 9 9 9 9 ق9 9 9 9 79 89 99 :9 b9 9 9 9 ̓9 ΃9 σ9 Ѓ9 ك9 D9 r9 9 9 9 9 C9 J9 S9 T9 \9 q9 9 9 9 ̅9 ܅9 9 9 9 -9 B9 T9 n9 9 9 9 ̆9 ͆9 Ά9 φ9 9 9 "9 59 H9 [9 \9 ]9 ^9 g9 9 
9 Q9 9 89 99 :9 ;9 L9 9 9 ȉ9 9 9 9 ,9 ?9 @9 A9 B9 K9 9 9 `9 9 G9 H9 I9 J9 [9 9 9 ׌9 ،9 9 9 #9 69 I9 J9 K9 L9 U9 *9 Q9 9 ގ9 }9 ~9 9 9 9 9 9 9 9 9 9 '9 99 S9 m9 }9 9 9 9 ΐ9 9 9 9 )9 99 S9 m9 n9 o9 p9 9 ԑ9 Ց9 9 9 9 $9 79 J9 ]9 ^9 _9 `9 i9 "9 9 9 ғ9 e9 9 9 9 %9 9 9 9 9 9 $9 99 N9 c9 u9 9 9 9 Ԗ9 9 9 9 !9 69 K9 `9 r9 9 9 9 ї9 9 9 9 9 9 9 A9 B9 U9 h9 {9 9 9 9 9 9 9 q9 ș9 )9 |9 9 9 x9 ͛9 (9 Ҝ9 (9 )9 09 o9 9 ՝9 9 19 e9 9 9 9 9 9 /9 s9 z9 9 9 9 9 9 ˟9 ݟ9 9 9 "9 <9 V9 g9 9 9 9 9 ɠ9 ޠ9 9 9 9 99 J9 d9 ~9 9 9 9 ԡ9 ա9 ֡9 ס9 9  9 9 &9 99 L9 _9 `9 a9 b9 k9 )9 #9 9 9 9 {9 9 n9 %9 ,9 l9 9 9 ϧ9 9 9 $9 e9 f9 g9 x9 9 è9 ̨9 ͨ9 ը9 9 9 9 9 49 K9 b9 s9 9 9 9 ȩ9 ٩9 9 9 9 9 9 /9 A9 X9 o9 9 9 9 Ū9 ֪9 9 9 9 9 9 9 ?9 @9 S9 f9 y9 9 9 9 9 9 9 9 9 X9 ֮9 T9 9 ٯ9 9 U9 s9 9 79 9 9 '9 9 9 9 89 99 y9 9 ض9 9 79 V9 u9 9 9 9 ŷ9 	9 
9 .9 /9 49 69 79 89 A9 N9 p9 9 9 ָ9 ׸9 9 9 =9 _9 t9 u9 9 9 ޹9 ߹9 9 9 9 ˻9 ͻ9 9 C9 z9 9 9 H9 9 9 9 9 9 W9 X9 9 9 T9 9 9 9 (9 _9 9 9 -9 9 9 9 9 9 9 9 9 9 	9 9 /9 B9 U9 W9 X9 Y9 b9 9 9 9 29 P9 j9 9 9 9 9 9 9 9 9 9 29 E9 X9 Z9 [9 \9 e9 9 9 *9 +9 <9 =9 >9 f9 g9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ?9 9 O9 P9 a9 b9 c9 d9 9 !9 "9 I9 J9 {9 s9 t9 9 9 !9 Y9 9 9 !9 f9 9 9 Q9 R9 S9 ]9 h9 9 9 9 9 9 9 9 9 $9 79 99 O9 P9 Y9 9 9 9 C9 N9 z9 9 9 9 9 9 
9 9 !9 19 29 39 49 \9 ]9 p9 9 9 9 9 9 9 9 9 ;9 V9 9 9 9 9 9 9 29 `9 9 9 9 9 9 9 9 9 9 ,9 C9 D9 E9 F9 n9 o9 9 9 9 9 9 9 9 9 79 _9 9 9 9 9 9 }9 9 9 9 9 9 9 9 9 9 9 9 %9 89 :9 ;9 <9 E9 9 9 9 9 9 9 >9 9 9 9 9 9 9 9 9 9 9 Q9 9 :9 ;9 t9 9 9 9 N9 9 69 79 9 9 9 )9 X9 Y9 9 c9 9 9 9 9 9 9 9 9 9 9 9 	9 9 ,9 T9 U9 9 9 9 M9 9 9 99 u9 9 9 C9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 '9 (9 79 89 99 E9 F9 G9 H9 S9 W9 j9 r9 ~9 9 9 9 9 9 9 9 I9 N9 9 9 9 9 9 &9 '9 ,9 X9 \9 v9 w9 |9 9 9 9 9 9 9 9 ?9 @9 A9 K9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 9 9 9 9 9  9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 ,9 -9 B9 9 9 9 9 )9 :9 ;9 O9 Q9 R9 S9 T9 U9 ]9 c9 d9 m9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 %9 79 9 9 9 9 9 9 9 9 
9 c9 p9 9 9 9 
9 9 !9 F9 G9 X9 9 9 9 9 9 v9 29 39  9 !9 9 9 #9 9 9 r9 9 A9 9 9 h9 9 #9 $9 b9 9 9 9 9 9 9 *9 L9 9 9 9 9 &9 '9 0 : 1 : : : /: 0: {: : : : : : 
: <: =: N: : : : 9: :: V: : : W: : : n: : : 
: : : : 	: 		: w
: x
: .: /: : : : (: : 
: : : X: Y: : : : : : : : : : 
: : : : : : : #: $: %: &: ?: A: G: H: a: c: h: i: w: y: : : : : : : : : : : : : : : : : : : : 	: : : :  : &: ': :: <: A: B: I: N: i: j: k: l: m: K: L: X: : : : : <: O: : : : : : *: ^: |: : : : : ,: `: : : : : : : : : : : -: @: A: Z: : : : : : : : : : : R: h: ~: : : : : : : ': Z: d: n: o: : : : : : : : : %: &: /: Q: R: f: g: : : : : : : : : : : : : : : : : : (: I: J: ^: _: y: : : : : : : : 0: 1: F: G: X: x: y: z: : : : : : : : : : : : : ": #: 8: 9: J: j: k: l: : : : : : : : : :  :  :  :  :  :  :  :  :  : !: !: !: !: !: !: ": &": 0": 1": R": ": ": ": ": ": ": j#: k#: #: #: #: $: M$: N$: _$: $: $: $: %: %: %: %: %: %: #%: ~%: %: %: %: %: %: %: %: %: %: &: &: &: &: &: &: &: &: P': g': ': ': ': ': ': 4(: z(: {(: e): f): }): ): ): ): ): ): ): ): ): ): ): ): *: 
*: *: *: *: *: *: =*: K*: [*: \*: g*: l*: m*: w*: |*: }*: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: +: +: 
+: +: +: +: +: @+: N+: ^+: _+: j+: o+: p+: z+: +: +: +: +: +: +: +: +: +: +: +: +: +: +: +: +: ,: 	,: 
,: ,: ,: ,: %,: *,: +,: ,,: h,: v,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: -: -: 
-: -: -: -: "-: #-: .-: 3-: 4-: >-: C-: D-: E-: -: -: .: *.: :.: ;.: F.: K.: L.: V.: [.: \.: g.: l.: m.: w.: |.: }.: ~.: .: .: .: .: .: .: .: .: .: .: .: .: .:  /: /: /: /: 4/: B/: R/: S/: ^/: c/: d/: n/: s/: t/: /: /: /: /: /: /: /: /: /: /: /: /: /: /:  0: 0: 0: 0: 0: 0: !0: &0: '0: (0: N0: \0: l0: m0: x0: }0: ~0: 0: 0: 0: 0: 0: 0: 0: 0: 0: 0: 1: 1: L1: Z1: j1: k1: v1: {1: |1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 2: 2: 
2: 2: 2: 2: (2: -2: .2: /2: [2: i2: y2: z2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 3: 3: 3: 3: 3: 3: #3: (3: )3: 33: 83: 93: :3: ^3: ~3: 3: 3: 3: 4: 4: +4: ,4: -4: P4: 4: 4: 
5: 5: 5: '5: 25: e5: o5: y5: z5: 5: 5: 5: 5: 5: 5: 6: Z6: [6: {6: |6: 6: )7: _7: 7: 7: 7: 7: 7: 7: 7: 7: =8: V8: o8: 8: 8: 8: 8: 
9: 9: 9: 9: 9: 9: b9: c9: 9: :: :: 8:: Q:: k:: :: :: :: :: :: b;: c;: d;: e;: ;: <: <: R<: d<: v<: w<: f=: g=: q=: |=: =: =: =: =: =: >: +>: =>: >>: ?>: @>: I>: >: >: >: >: >: >: f?: ?: ?: @: ;@: X@: z@: {@: @: @: @: A: XA: A: A: 4B: 5B: 6B: 7B: ]B: ^B: B: B: C: *C: +C: 5C: @C: sC: }C: C: C: C: C: C: C: C: C: C: UD: VD: vD: wD: D: D: D: D: D: EE: FE: GE: HE: xE: F: 2F: gH: hH: J: K: 7L: 8L: IL: M: M: PN: QN: O: O: O: P: P: dS: eS: zS: S: gT: jT: T: T: U: U: AV: BV: QV: cV: vV: wV: |V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: W: W: 
W: W: W: W: W: &W: 2W: 3W: 4W: 5W: W: W: .Y: /Y: Z: Z: [: [: [: [: d\: e\: ]: ]: ]: ]: ^: _: _: `: `: !a: b: b: Fc: d: d: f: f: =g: Jg: Wg: dg: qg: g: g: g: g: g: g: g: g: h: h: h: 'h: Wi: Xi: i: i: wj: xj: Jm: Km: n: /n: dn: n: n: o: Bo: oo: o: o: o: 9p: p: p: p: q: q: r: s: s: (s: 3s: fs: ps: zs: {s: s: s: s: s: s: s: s: (t: 4t: [t: t: t: t: t: ,u: 6u: [u: u: u: u: u: u:  v: v: v: .v: /v: 9v: Dv: wv: v: v: v: v: v: v: v: v: v: v: v: -w: 9w: `w: w: w: w: ux: x: x: x: x: y: y: y: y: y: &y: Yy: cy: my: ny: y: y: y: y: y: y: y: y: y: z: z: Dz: oz: z: z: Y{: {: {: {: {: {: {: {: {: {: "|: ,|: 7|: j|: t|: ~|: |: |: |: |: |: |: |: |: |: |: #}: /}: V}: }: }: }: ~: W~: X~: Y~: j~: x~: y~: z~: ~: ~: ~: ~: ~: ~: : /: 0: 1: 3: 4: 5: >: }: : : : : -: J: : ʀ: ˀ: ܀: : : : &: C: M: X: : : : : Ɂ: ʁ: ˁ: ́: : : : : : : A: w: (: ): :: l: m: n: o: p: q: : R: S: : Ɇ:  : 8: : ·: #: $: .: 9: l: v: : : : Ɉ: ܈: : : : : .: /: 8: : : : : : : #: *: 2: 3: I: Y: Z: [: \: : : : ͊: : : : : : : ": P: ~: : : : : ɋ: ҋ: Ӌ: : : : : : : : :  : : : *: K: L: q: : : : : : : : : : {: |: }: ~: : L: S: \: ]: e: z: : : : Տ: : : : !: 6: K: ]: w: : : : Ր: ֐: א: ؐ:  :  : E: X: k: l: m: n: w: : : : : : : : : : : : : $: 6: P: j: z: : : : ˓: : : : &: 6: P: j: k: l: m: : : : Ӕ: : : : : : : : : : 8: ֖: ז: ؖ: ٖ: : =: >: f: : : : ʗ: ݗ: ޗ: ߗ: : : : : : G: : : : : : L: M: u: v: : : : Ԛ: : : : : : ț: : 3: |: : : : .: : : : : : : : ŝ: ם: : : : 5: O: W: l: : : : Ǟ: מ: : : : 
: : : r: s: : : : : ՟: : : : : : : :  : \: p: : : : : â: -: : : : : £: ף: : : : -: G: X: r: : : : : Ԥ: : : : *: D: U: o: : : : : : : ߥ: : : : : ,: ?: @: A: B: K: : f: ǧ: : M: : : k: Ʃ: p: ƪ: Ǫ: Ϊ: 
: \: s: : ϫ: : /: [: : : : ͬ: : : !: ": *: ?: T: i: {: : : : ڭ: : : : 0: J: R: g: |: : : : ׮: : : : -: G: X: r: s: t: u: : : : į: ׯ: : : : :  : 	: ǰ: : ): : : : : : ô: ʴ: 
: ): H: m: : : µ: : : : : Z: a: j: k: s: : : : : Ҷ: :  : : (: ?: P: f: w: : : : : : ͷ: ߷: : 
: $: 5: L: c: t: : : : : : : ݸ: ޸: : : : *: =: ?: @: A: J: \: $: : t: : ,: w: : : : C: վ: ~: : : 2: 3: :: : : : W: v: : : : : 2: Q: R: c: : : : : : : : : : : : 0: R: t: u: : : : : : : $: W: |: }: ~: : : i: k: : : : P: : : ;: <: : 5: 6: : : : : : O: P: : : : 5: |: :  : !: +: 6: i: s: }: ~: : : : : : : : : :  : H: k: : : : : ?: m: n: : : : : : : : : : : : : : !: E: : : : : : : : : +: >: Q: S: T: U: ^: |: : #: $: 5: 6: 7: _: `: s: : : : : : : : : `: : : :  : : : 3: : : : : : : : F: : : : <: }: : : K: : : : : : : 9: C: M: N: v: w: : : : : : : : : f: : : : : : Z: [: l: : : : : : : : : : : : : !: 4: G: I: J: `: a: j: : : %: B: [: n: : : : : $: C: D: E: V: : : : : : : : : : : 
:  : 3: F: Y: [: \: ]: f: : : 7: I: : : : : :  : !: ": 3: `: a: : : : : : : : : : : R: : 4: w: : : : I: J: K: \: : : : : : : : : : : : ~: : : : i: : : *: +: d: : : : /: : .: /: l: : X: Y: : @: A: v: : : : : : : 9: : : : A: ~: : : k: : : C: D: O: [: j: v: : : : : : : : : : : : : : : : : : : : : : : : : : : : : ": Y: ^: : : : : : 1: 2: 7: n: r: : : : : : : : : R: W: ~: : : : : : : : : 8: =: I: J: M: W: X: [: d: e: f: w: |: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : #: /: 0: 1: 2: 3: E: _: `: k: x: y: : : : : : : : : : : : : : : : : : : : : : g: h: : : :  ;  ; V ; W ; c ;  ;  ;  ;  ;  ;  ; 6; 7; 8; E; }; ; ; ; ; ; ; ; ; D; ; ; v; ; F; G; ; a; ; ;  	; 	; 	; 2	; 
; 
; 
; ; ; S; u; ; ; ; ; 
; 
; n; o; ; ; ; %; 4; @; A; ; ; ; ; ; 5; :; y; ; ; ; ^; ; ; ; ; ; \; ]; ; ; M; N; ; ; ; ; ; ; ; ; ; ; v; 0; w; x; ; ; b; f; g; }; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1; 3; 9; :; O; Q; V; W; l; n; s; t; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  ;  ; 	 ; 
 ;  ; !; !; !; >"; X"; "; "; "; "; !#; 5#; i#; #; #; #; #; $; N$; l$; $; $; $; $; %; Q%; R%; S%; T%; v%; &; &; &; &; &; &; &; &; +'; ,'; J'; X'; k'; l'; '; '; '; '; '; (; (; 2(; H(; I(; (; (; (; (; (; ); ); 
); 4); Q); R); h); ~); ); ); ); ); ); ); ); ); *; *; )*; E*; F*; [*; \*; ]*; ^*; o*; *; *; *; *; *; *; *; *; *; *; *; *; *; *; +; 3+; 4+; F+; q+; +; +; +; +; +; +; +; +; ,; ,; ,; ?,; @,; A,; B,; C,; D,; M,; l,; m,; ,; ,; ,; ,; ,; ,; ,; ,; -; 	-; 
-; 7-; 8-; 9-; :-; ;-; <-; E-; -; -; D.; E.; F.; W.; w.; x.; y.; z.; .; '/; [/; q/; r/; |/; /; /; /; /; /; /; 0; 30; 50; f0; g0; p0; 1; 	1; E1; F1; U1; 1; 1; 1; 1; N2; 2; 2; 2; 2; 2; 2; 2; 2; 2; 3; 3; .3; O3; P3; Q3; R3; S3; T3; 3; !4; "4; c4; n4; x4; 4; 4; 4; 4; 5; 5; 45; a5; b5; 5; 5; 6; 6; 7; 7; 7; 07; [7; i7; y7; z7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 8; 
8; 8; 8; 8; 8; &8; +8; ,8; 68; ;8; <8; =8; Z8; h8; x8; y8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 9; 
9; 9; 9; 9; 9; )9; .9; /9; 99; >9; ?9; @9; h9; v9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; :; :; $:; %:; 0:; 5:; 6:; @:; E:; F:; Q:; V:; W:; a:; f:; g:; h:; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; O;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; <; 
<; <; <; <; <; <; C<; Q<; a<; b<; m<; r<; s<; }<; <; <; <; <; <; <; <; <; <; <; <; <; <; <; =; =; =; =; =; =; "=; #=; -=; 2=; 3=; 4=; d=; r=; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; 
>; >; >; >; >; &>; +>; ,>; 7>; <>; =>; G>; L>; M>; N>; >; >; >; >; ?; 	?; ?; ?; ?; $?; )?; *?; 5?; :?; ;?; E?; J?; K?; L?; k?; y?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; @; @; @; #@; (@; )@; 3@; 8@; 9@; D@; I@; J@; T@; Y@; Z@; [@; v@; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; A; AA; dA; eA; A; A; A; A; A; A; sB; tB; B; B; B; B; B; C; 
C; C; C; KC; oC; C; C; C; C; C; C; C; D; D; hD; D; D; "E; 2E; CE; SE; TE; xE; yE; E; E; E; 
F; &F; UF; VF; |F; F; F; F; F; F; F;  G; G; PG; G; G; G; G; 	H; H; 6H; 7H; 8H; IH;  I; I; I; I; ,I; I; I; I; J; J; J; K; K; K; K; MK; WK; aK; bK; K; K; K; K; K; K; K; K; ,L; -L; <L; ML; L; L; M; rM; M; M; M; M; N; N; =N; >N; ON; N; N; QO; O; O; O; O; O; O; O; P; P; P; P; P; P; P; Q; Q; %Q; &Q; LQ; tQ; Q; Q; Q; Q; Q; Q; Q; R; R; dR; eR; R; R; R; R; R; R; R; S; S; S; V; V; X; X; Y; Y; Y; -[; .[; [; [; "]; #]; 5]; ^; ^; a; a; a; ea; b; b; sb; tb; Yc; nc; c; c; c; d; d; d; d; "d; 'd; (d; -d; 5d; Ad; Bd; Gd; Nd; Sd; Td; Yd; `d; ld; md; ud; }d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; te; ue; f; f; bh; ch;  i; !i; zi; i; j; j; j; j; Pk; Qk; k; dm; em; mn; nn; n; Ip; Jp; p; ir; sr; s; s; t; t; t; u; u;  u; 1u; Bu; Su; du; eu; xu; u; u; u; u; u; v; v; w; w; x; x; z; z; {; {; |; R|; S|; |; |; 
}; =}; >}; }; }; F~; G~; n~; ~; ; ; ; ; ƀ; р; ; ; ; ; G; y; z; |; }; ~; ; Ɓ; ҁ; ;  ; ^; ; ; ʂ; Ԃ; ; S; T; U; f; ; ; ; ; ̃; ̓; ׃; ; ; ; ); *; X; }; ~; ; ; ; ; ; ˄; ׄ; ; ); i; ; ; |; ; ; ; ; ; ; ; ; Ć; ; ; ; ; :; `; a; b; c; e; f; g; p; ; ; ; 
; M; q; ; `; p; q; r; ; ; ; ; ; ; ʉ; Չ; ; ; ; ; K; r; s; t; u; w; x; y; ; ; ͊; ; "; a; ; ; ; ; ; ; ; ; ; "; -; `; j; t; u; ; ͌; Ό; ό; ь; Ҍ; ӌ; ܌; ; '; N; |; ; ˍ; ; ; h; i; z; ; ; ; Ď; ; ; ; ); 3; =; >; g; h; i; k; ; ; ; ; ; ; ߐ; ; Ƒ; Ǒ; ؑ; 
; ; ; 
; ; ; ?; ; ; %; g; ; ֔; ; l; ; ; ̕; ו; 
; ; ; ; G; g; z; ; ; ; ; ̖; ͖; ֖; A; T; ; ; ; ; ; ȗ; З; ї; ; ; ; ; ; "; E; X; k; ~; ; ; ; ; ; ; ; ; ; ; /; `; g; p; q; ; ; ; ; ; ; ; ; ; ; ; ș; ; ; ; "; 5; 6; 7; 8; A; ~;  ; 3; ; ; ; ; -; ; ; ; ; ; ; -; ?; Y; s; ; ; ; ; ԝ; ; ; ; /; ?; Y; s; t; u; v; ; ; ; ; 	; 
; ; ; ; ; ; "; #; $; 5; ; ; ; ; ; ;  ; Ԡ; ; ; ; 2; L; T; i; ~; ; ; ġ; ԡ; ; ; 	; 
; ; 3; K; ^; q; ; ; ; ; ; ; ); F; ; ֣; t; u; v; w; ; ۤ; ܤ; ; ; B; U; h; {; |; }; ~; ; 1; Y; ; ; ; ; ; ; ; ; ; ; ; 9; L; _; r; ; ; ; ; ; f; ; ѩ; ; ; ; ; ̪; ;  ; '; 0; 1; 9; N; c; u; ; ; ; ӫ; ; ; 
; ; 1; K; e; u; ; ; ; ; ; ; ; ; 9; :; M; `; s; ; ; ; ; ; ; ^; ; ; ; ; N; O; P; a; ˰; G; N; W; X; `; u; ; ; ; ˱; ; ; ; *; ;; U; ]; r; ; ; ; Ȳ; ; ; 
; '; 8; R; S; T; U; }; ~; ; ; ; ʳ; ݳ; ޳; ߳; ; ; ; ; e; ; ; >; ; 	; d; ; d; e; l; ; ; ; A; m; ; ͹; ; %; Y; Z; k; ; ; ; ; Ⱥ; ݺ; ; ; ; 3; M; ^; x; ; ; ; λ; ; ; ; ; /; A; [; u; ; ; ; ˼; ; ; ; ; ; ; ;; <; O; b; u; ; ; ; ; ; ; e; _; ǿ; =; J; ; .; ; a; h; ; ; ; ; "; A; `; ; ; ; ; ; ; ; 	; ; #; 5; G; Y; p; ; ; ; ; ; ; ; ; ,; -; 5; G; Y; k; }; ; ; ; ; ; ; ; (; 9; P; Q; R; S; {; |; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 4; ; ; ; s; ; ;; c; ; ; ; t; u; ; ; ; 3; s; ; ; ; ; ; ; E; F; j; k; p; r; s; t; }; ; ; ; ; ; ; 5; W; y; ; ; ; ; ; ; ; ; ; W; ; 	; =; ; ; ; 5; ; ; ; ,; ; ; ; ; X; Y; ; ; ; "; d; ; ; ; i; ; ; ; ; ; ; ; ; D; E; X; k; ~; ; ; ; ; ; ; 	; @; n; ; ; ; ; ; ; ; ; G; H; [; n; ; ; ; ; ; ; ; ; f; g; x; y; z; ; ; ; ; ; ; ; ; ; ; ; >; ; ; ; ; ; ; ; ; $; 7; J; L; M; N; W; {; ; ; ; ; ; ; ; ; ]; ^; ; ; ; ; ; ; &; ]; ; ; ; ]; ; ; 8; ; ; ; ; ; ; ; ; ; ; ; :; M; `; s; u; ; ; ; ; 5; G; ; ; ; ; ; 
; 7; >; F; G; ]; m; n; o; p; ; ; ; ; ; ; ; ; ; ; ; w; ; ; ; ; ; D; O; n; ; ; ; ; ; ; (; /; 7; 8; h; ; ; ; ; ; ; ; ; ; ; ; ; ; ; s; ; ; ; "; -; L; ; ; ; ; ; ; ; ; '; (; ;; N; a; t; v; w; x; ; ; -; ; ; P; [; z; ; ; ; ; '; (; ); *; Q; R; ; D; v; w; ; ; W; X; ; ; r; s; ; ; ; e; ; ; ; ; ; ; 
; ; ; ; *; ; ; ; ); E; U; h; ; ; ; ! < P <  <  < < u< < 	< H< < < < < < < < '< +< ,< -< .< /< 0< 1< 2< 3< G< N< S< c< d< s< t< u< < < < < < < < < < < < < < R< S< X< < < < < < < < b< c< h< < < < < < < < < < "< P< U< {< |< }< < < < < < < < < < < < < < < "< )< 0< << =< H< L< S< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< i< ~< 1< 2< K< L< e< v< w< < < < < < < < < < < < < < < < < < < < < < 		< 	< 	< !	< .	< /	< 0	< 1	< 2	< 3	< 4	< 5	< B	< C	< Q	< R	< S	< T	< a	< s	< :
< ;
< -< .< < < 
< &
< F
< 
< 
< 
< 
< < I< J< ]< < < < < < < < < < n< o< \< ]< R< S< _< < =< < < }< < < < < _< `< < < < < 6< 7< H< f< < < < ,< H< b< c< l< m< < 
< k< l< < < < < < 0< F< x< y< < < < < u< v< < < 9 <  < X!< Y!< !< !< !< F"< G"< "< "< D$< E$< %< %< j&< k&< 8'< 9'< S'< d'< (< (< *< *< *< *<  ,< ,< ,< ,< ,< 0,< 1,< 2,< ;,< I,< V,< W,< X,< Y,< Z,< [,< _,< `,< a,< b,< {,< },< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< 
-< -< -< -< ,-< .-< 3-< 4-< C-< E-< K-< L-< Z-< \-< b-< c-< v-< x-< }-< ~-< -< -< -< -< -< -< -< /< /< /< /< /< *0< D0< x0< 0< 0< 0< 1< 1< S1< f1< 1< 1< 1< 
2< >2< X2< h2< 2< 2< 2< 2< 2< 2< 3< 4< 4< 44< Z4< i4< |4< }4< 4< 4< 4< 4< 4< 	5< 
5< (5< X5< Y5< Z5< 5< 5< 5< 5< 5< 5< M6< N6< X6< c6< 6< 6< 6< 6< 6< 6< 6< 7< 7< 27< H7< J7< a7< b7< k7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 7< 
8< -8< .8< /8< V8< W8< X8< Y8< Z8< [8< d8< 8< 8< 8< 8< 8< 8< 8< 8< 9< (9< =9< R9< l9< m9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 
:< :< :<  :< B:< ^:< _:< t:< u:< :< :< :< :< :< :< :< :< :< :< :< ,;< -;< ;< ;< ;< ;< << << << << 8<< << << =< =< =< %=< X=< b=< l=< m=< =< =< =< =< >< >< >< >< >< >< >< >< D?< ?< ?< ?< ?< /@< 0@< Q@< R@< S@< T@< U@< V@< _@< @< @< @< @< @< @< @< @< @< A< A< A< B< B< B< !B< +B< ,B< B< B< B< B< B<  C< ;C< pC< C< C< D< D< D< D< D< E< E< E< #E< (E< )E< 3E< 8E< 9E< DE< IE< JE< TE< YE< ZE< [E< yE< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< F< F< F< "F< 'F< (F< 2F< 7F< 8F< CF< HF< IF< SF< XF< YF< ZF< |F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< G< G< $G< %G< 0G< 5G< 6G< @G< EG< FG< QG< VG< WG< aG< fG< gG< hG< G< G< G< G< G< G< G< G< G< G< G< G< G< G< H< H< H< H< -H< =H< >H< IH< NH< OH< YH< ^H< _H< jH< oH< pH< zH< H< H< H< H< 6I< XI< fI< vI< wI< I< I< I< I< I< I< I< I< I< I< I< I< I< I< I< I<  J< J< J< J< J<  J< !J< ,J< 1J< 2J< <J< AJ< BJ< CJ< pJ< ~J< J< J< J< J< J< J< J< J< J< J< J< J< J< J< J< K< K<  K< !K< ,K< 1K< 2K< <K< AK< BK< MK< RK< SK< ]K< bK< cK< dK< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< XL< YL< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< 	M< M< 'M< (M< 3M< 8M< 9M< CM< HM< IM< TM< YM< ZM< dM< iM< jM< kM< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< N< "N< 2N< 3N< >N< CN< DN< NN< SN< TN< _N< dN< eN< oN< tN< uN< vN< N< N< N< O< O< YO< ZO< gO< hO< iO< O< P< P< FP< XP< YP< cP< nP< P< P< P< P< P< 
Q< Q< !Q< 8Q< 9Q< BQ< Q< Q< Q< Q< R< eR< R< R< R< R< R< R< S< S< (S< yS< S< S< S< S< S< T< IT< JT< KT< LT< MT< VT< T< T< T< MU< XU< tU< U< U< U< U< U< U< U< V< V< V< V< V< YW< ZW< W< W< W< W< X< X< X< X< X< X< X<  Y< &Y< UY< gY< yY< zY< {Y< |Y< Y< Y< Y< Y< Y< #Z< $Z< Z< [< 0[< Q[< w[< [< [< [< [< [< [< >\< \< \< -]< p]< q]< r]< s]< ]< ]< ^<  ^< T^< f^< g^< q^< |^< ^< ^< ^< ^< ^< _< $_< %_< &_< '_< 0_< _< _< _< _< `< `< $`< %`< 6`< `< `< `< `< `< Ja< na< c< c< ;f< Hf< sg< tg< g< h< h< i< i< j< j< j< 9l< :l< n< n< n< o< o< o< p< p< p< q< }q< ~q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< 
r< r< r< r<  r< !r< )r< 1r< =r< >r< Fr< Mr< Rr< Sr< [r< br< nr< or< pr< qr< s< s< jt< kt<  v< v< v< v< w< $w< w< w< Wx< Xx< x< x< Ay< {< {< |< |< ]|< }< }< ~< < < W< X< y< < < < < < ς< < < < < < )< @< W< X< c< < < 1< 2< < < < < Z< k< < < < P< ~< < ۊ< ܊< %< u< < < < < )< U< Y< Z< d< o< < < < < < < < < < < %< d< p< < < < $< /< h< r< < < < < < ;< << =< >< j< k< u< < < < Ǒ< ȑ< < < < < <  < !< *< i< u< < ǒ< < +< < < *< +< ,< =< K< L< M< W< b< < < < < ؔ< < <  < < < < < < M< Y< < < < < < < < < < !< /< 0< 1< 2< ^< h< s< < < < < < < < < < < < <  < _< k< < < < < W< < < < < < < < < ˙< < < < < A< k< l< m< o< p< q< z< < Ś< < < :< i< < < < < < &< '< (< b< < < < ǜ< ќ< ۜ< ܜ< < < < 	<  < !< *< ,< -< >< }< < d< e< v< < < < < < < ݟ< < < á< < << t< < 
< _< `< j< u< < < < < < < < +< >< Q< S< j< k< t< ߤ< < <  < !< 2< _< f< n< o< < < < < < < < < 	< < /< 0< 1< 2< ;< ^< < < < < ͦ< < < < < %< 5< 6< 7< 8< 9< :< ;< << =< >< f< < < < < ӧ< ԧ< է< ֧< ߧ< < < Ѩ< < < < < ˩< < < < < < < ˪< ݪ< < < !< ;< U< ]< r< < < < ͫ< ݫ< < < < < < << \< < < < < < < < < L< < < ­< ӭ< < $< -< .< 6< K< `< r< < < < Ю< < < < < .< H< b< r< < < < < < ѯ< < < < "< 5< 6< 7< 8< A< ǰ< < +< t< < < < < &< y< z< < < < < < < < < < %< ϳ< < :< < !< "< #< $< 5< < < < < ׵< < < < #< $< %< &< /< < +< o< < W< X< Y< j< < < Ÿ< θ< ϸ< ׸< < < < -< G< W< q< < < < < Ϲ< < < < -< G< H< I< J< [< < < ׺< غ< < < < $< 7< 8< 9< :< C< < \< < < ?< < < < < i< < < < < < < (< =< O< i< < < < ȿ< ٿ< < < < %< :< L< f< < < < < < < < < < < < /< B< U< h< {< |< }< ~< < K< < < V< < < R< < < < < < 
< I< < < < < ?< k< < < < < 	< M< T< ]< ^< f< {< < < < < < < < 0< A< [< l< < < < < < < < < $< >< X< i< < < < < < < < < <  < < &< 9< :< ;< << E< < < e< < < U< < H< < < F< e< < < < < < ?< @< A< R< < < < < < < < < < < %< << M< d< {< < < < < < < < < 	< < 2< I< `< q< < < < < < < < < < < < -< @< S< f< y< {< |< }< < < `< 2< < .< h< < < /< M< < < < < < n< o< v< < < S< < < < < 0< O< n< < < < < < < 	< < < < < < (< J< l< < < < < < < 9< N< O< `< < < < < < < < < < < T< < < "< w< x< < q< r< 1< 2< < < .< < < < < 9< q< < < \< ]< g< r< < < < < < < < 	< < /< 1< 2< 3< << < < < < *< D< {< < < < < < < < < < < 2< 4< 5< 6< ?< ]< < < < < < < @< A< T< g< z< < < < < < < < _< `< q< r< s< < < < < < < < < < < < < )< *< ;< << =< >< o< < < #< $< U< M< N< < < < 3< x< < < @< < < +< ,< -< 7< B< u< < < < < < < < < < < )< *< 3< < < < < (< T< < < < < < < < < < < 
< < 6< 7< J< ]< p< < < < < < < < 0< a< ~< < < < < < :< `< < < < < < < < < < < < <  < H< I< \< o< < < < < < < < 9< s< < < < < W< [< \< ]< ^< o< < < < < < < <  =  =  =  =  =  =  = p= = = = = = = = = = = = = = = += = = = N= = = = (= = = = f= g= = = 2= 3= k= =	= j	= k	= 	= Z
= 
= 
= 
= |= }= = = = = = .= /= u= 
= 
= '= }= = = O= = = = = = = = = = = = = = = = = = = = = = = = = = = = =  = != "= -= 1= D= L= X= Y= ^= = = = = = #= (= m= n= s= = =  = = = 2= 6= P= Q= V= = = = = = = = = = = %= t= y= = = = = = = = = = = = = = = = = = = = = = = = = = = =  = = = = = = = = = = = = = = = = )= += ,= -= .= /= 7= == >= G= K= L= _= k= l= m= n= o= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = == J= = = = = = =  = != 2= r= s= t= = = P= = 
= = = = = =  =  = L!= != "= "= "= B#= #= #= #= <$= Z$= [$= n$= %= %= %= '= &'= '= '= '= '=  (= (= 
)= )= *= *= 	+= 
+= U+= a+= p+= |+= }+= += += ,= ,= (,= q,= v,= ,= -= -= 0-= -= -= 1.= .= .= H/= /= /= /= /= 0= 0= 1= 1= Q3= R3= 4= 	4= 4= 4= 4= 5= 5= l6= 7= 7= 28= 38= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9=  := := := !:= ":= ;:= =:= B:= C:= Q:= S:= Y:= Z:= m:= o:= u:= v:= := := := := := := := := := := := := := := := := := :=  ;= ;= ;= ;= ;= ;= #;= (;= C;= D;= E;= F;= G;= %== &== 2== z== == == == >= )>= ]>= q>= >= >= >= ?= 8?= V?= ?= ?= ?= ?= @= :@= Y@= @= @= @= @= @= A= A= A= A= B= B= B= 4B= gB= hB= B= B= B= B= B= B= B= B= ,C= BC= XC= nC= C= C= C= C= C= D= 4D= >D= HD= ID= pD= D= D= D= D= D= D= D= D=  E= 	E= +E= ,E= @E= AE= eE= E= E= E= E= E= E= E= E= E= E= E= E= E= E= E= E= F= #F= $F= 8F= 9F= SF= oF= pF= F= F= F= F= F= 
G= G=  G= !G= 2G= RG= SG= TG= {G= |G= }G= ~G= G= G= G= G= G= G= G= G= G= G= H= H= $H= DH= EH= FH= sH= tH= uH= vH= wH= xH= H= H= H= I= I= I= I= I= I= I= I= I= cJ= J= J= J= J= J= J=  K= 
K= K= ,K= YK= oK= qK= K= K= K= DL= EL= L= L= L= L= 'M= (M= 9M= M= M= M= M= M= M= M= M= M= M= XN= YN= jN= N= N= N= N= N= N= N= ]O= ^O= O= O= O= O= O= O= *P= AP= YP= pP= P= P= P= Q= TQ= UQ= ?R= @R= WR= lR= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= S= %S= 5S= 6S= AS= FS= GS= QS= VS= WS= bS= gS= hS= rS= wS= xS= yS= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= T= (T= 8T= 9T= DT= IT= JT= TT= YT= ZT= eT= jT= kT= uT= zT= {T= |T= T= T= T= T= T= T= T= T= T= T= T= T= T= T= U= U= U= BU= PU= `U= aU= lU= qU= rU= |U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= V= 
V= V= V= V= V= V= V= V= V= W= W= W=  W= %W= &W= 0W= 5W= 6W= AW= FW= GW= QW= VW= WW= XW= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= X= X= ,X= -X= 8X= =X= >X= HX= MX= NX= YX= ^X= _X= iX= nX= oX= pX= X= X= X= X= X= X= X= X= X= X= X= X= X= X=  Y= Y= Y= (Y= 6Y= FY= GY= RY= WY= XY= bY= gY= hY= sY= xY= yY= Y= Y= Y= Y= Y= Y= &Z= 4Z= DZ= EZ= PZ= UZ= VZ= `Z= eZ= fZ= qZ= vZ= wZ= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= [= [= [= 	[= 5[= C[= S[= T[= _[= d[= e[= o[= t[= u[= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= \= \= 
\= \= \= \= 8\= X\= }\= \= \= \= \= ]= ]= ]= *]= ]= ]= ]= ]= ]= ^= ^= ?^= I^= S^= T^= ^= ^= ^= ^= ^= ^= ^= 4_= 5_= U_= V_= _= `= 9`= ^`= n`= `= `= `= `= `= `= a= 0a= Ia= ba= a= a= a= a= a= a= a= a= a= <b= =b= b= b= b= c= +c= Ec= Zc= rc= sc= tc= c= <d= =d= >d= ?d= hd= d= d= ,e= >e= Pe= Qe= @f= Af= Kf= Vf= f= f= f= f= f= f= g= g= g= g= g= #g= hg= ig= xg= g= g= g= @h= h= h= h= i= 2i= Ti= Ui= yi= zi= i= i= 2j= j= j= k= k= k= k= 7k= 8k= k= k= k= l= l= l= l= Ml= Wl= al= bl= l= l= l= l= l= l= l= /m= 0m= Pm= Qm= m= m= m= m= m= n=  n= !n= "n= Rn= n= o= Aq= Bq= s= s= u= u= #u= iv= jv= *w= +w= ^x= _x= qx= y= y= >|= ?|= T|= |= A}= D}= }= }= ~= ~= = = += == P= Q= V= ^= c= d= i= q= }= ~= = = = = = = = = = = = = = = = = = = = = =  = = 
= = = = = = 	= = = \= ]= = = >= ?= = = = = ߆= = = = = = = =  = = = = = = $= 1= >= K= \= m= ~= = = = = ǐ= ސ= = = = 1= 2= ϒ= В= Q= R= $= %= = 	= >= = = = = I= y= z= Ø= = = = = = ǚ= = = = = 
= @= J= T= U= = = = = = = Ü= = = 5= \= = = ͝= = = 5= = = = = ٞ= ڞ= ۞= ܞ= = 	= = = Q= [= e= f= = = = = = = = ȟ= = = := e= = ɠ= O= = ȡ= ɡ= ʡ= ۡ= = = = =  = 3= == G= H= v= = = = = = = = = = = = I= = = 3= = = = = = ͤ= Τ= Ϥ= Ф= = = = D= N= X= Y= = = = = = = = = = = 	= 0= ^= = = = 1= 2= 3= D= R= S= T= ^= i= = = = = ߧ= 	= 
= = 
= = = = W= c= = = ب= = $= [= = = = ĩ= ũ= Ʃ=  = = '= 2= e= o= y= z= = = = = = = Ȫ= ʫ= ˫= ܫ= = Q= = = = F= G= H= I= J= K= {= ,= -= a= = گ= = Y= = = = = = F= P= Z= [= = = = ɱ= ܱ= = = = 	= = }= = = = = в= = = = 
= #= 3= 4= 5= 6= ^= = = = = ͳ= γ= ϳ= г= ٳ= = *= X= Y= Z= k= = = = = ô= Ӵ= Դ= մ= ִ= ״= ش= ٴ= ڴ= ۴= ܴ= = %= &= K= ^= q= r= s= t= }= = \= o= U= V= W= X= i= &= -= 6= 7= ?= T= i= {= = = = ٸ= = = = %= 7= Q= k= {= = = = = = ڹ= = = 2= E= F= G= H= Q= = = ^= _= `= q= = »= ˻= ̻= Ի= = = = *= D= T= n= = = = = ̼= =  = = *= D= E= F= G= o= = = = = ӽ= Խ= ս= ֽ= ߽= e= = ɾ= = = = = = Ŀ= = = @= Y= ~= = = = = = = = m= = = != = = = = = &= '= O= P= u= = = = = = = = = = = 
= V= = = = = [= \= c= l= m= u= = = = = = = = )= 1= F= [= m= = = = = = = = = = L= M= u= v= = = = = = = = = = = = 6= J= = = = = = = = = = = = = = = = = != 2= L= f= w= = = = = = = = = /= I= c= t= = = = = = = = = = = = = = = %= = @= = = '= z= = E= = J= = = = = 6= M= }= = = 	= 5= a= = = = = = = = = = .= C= U= o= = = = = = = 
= $= ,= A= V= k= }= = = = = = = != 2= L= M= N= O= w= x= = = = = = = = = = = = = y= = = j= = = = = = "= G= ^= }= = = = = = 4= ;= D= E= M= _= q= = = = = = = = = *= @= Q= h= i= q= = = = = = = = = &= == N= d= u= = = = = = = = = = = = = = = $= 6= = = N= = = Q= p= = = = = X= w= = = 
= = = = = 1= P= o= = = = = += ,= == = = = = = = = = = = = 
= ,= N= O= q= = = = = = = 1= V= W= X= Y= = C= E= y= = = *= q= = = = h= = = = = = = = )= *= ^= = = = V= = = = = = C= M= W= X= = = = = = = = = = = "= E= |= = = = = G= H= Y= Z= [= = = = = = = = = = = = = = = = = = = = = = = += -= .= /= 8= V= z= = = = = = 9= := M= `= s= = = = = = = := = = = = = = 
 >  >  >  >  >  > > >  > b> > > > W> > > %> t> > > > > > > > '> (> P> Q> v> > > > > > > > @> q> > > > > 4> 5> F> s> z> > > > > > > > > > > > > !> #> $> :> ;> D> > > > 	> 5	> H	> 	> 	> 	> 	> 	> 
> 
> 
> 0
> d
> k
> s
> t
> 
> 
> 
> 
> 
> 
> 
> 
> 
>  > 3> 5> 6> 7> @> > > > #> ^> i> > > > > > > 

> :
> ;
> c
> d
> w
> 
> 
> 
> 
> 
> 
> 
> ,> i> > Q> > > > #> $> %> 6> c> d> e> f> > > > > > > > X> > > > C> > > > > >> > > > 	> > > 	> F> > 2> 3> f> > > P> e> > > > > > > ]> > > > X> > > E> > > > > )> 5> D> P> c> g> h> i> j> k> l> m> n> o> > > > > > > > > > > > > > > > > > > > 3> 8> > > > > >  >  >  > H > L >  >  >  >  >  >  >  >  > ,!> 1!> X!> Y!> ^!> !> !> !> !> !> !> "> "> #"> $"> '"> 1"> 2"> 5"> >"> ?"> @"> Q"> V"> ^"> e"> l"> x"> y"> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> m#> n#> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> 	$> 
$> $> $> 
$> $> 9$> :$> E$> R$> S$> ]$> j$> k$> l$> m$> n$> o$> p$> q$> ~$> $> $> $> $> $> $> $> v%> w%> i&> j&> A'> B'> Y(> b(> (> (> (> 0)> 1)> =)> )> )> )> )> )> )> *> *> *> *> W*> *> +> +> ,> ,> -> -> -> .> y.> .> P/> />  0> !0> 0> ;1> 1> 1> 1> 1> 1> 2> r3> s3> 3> 4> 4> -5> O5> h5> 5> 5> 5> 6> 6> H8> I8> 8> 8> 8> 8> 9> 9> 9> l9> 9> 9> 9> 9> :> :> S:> :> :> :> 8;> u;> ;> <> <> <> 6=> 7=> => => '>> (>> ?> ?> @> @> A> A> tB> uB> B> B> PC> 
D> QE> RE> E> E> <G> @G> AG> WG> XG> lG> mG> nG> wG> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> H> 
H> H> H> )H> +H> 0H> 1H> FH> HH> MH> NH> hH> jH> oH> pH> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> J> J> J> K> 2K> fK> K> K> K> K> L> CL> [L> L> L> L> L> (M> FM> zM> M> M> M> M> +N> ,N> -N> .N> PN> YO> ZO> pO> O> O> O> O> O> P> P> $P> 2P> EP> FP> dP> P> P> P> P> P> P> Q> "Q> #Q> Q> Q> Q> Q> Q> Q> Q> Q> R> +R> ,R> BR> XR> nR> R> R> R> R> R> R> R> R> R> S> S>  S> 5S> 6S> 7S> 8S> IS> iS> jS> kS> S> S> S> S> S> S> S> S> S> S> S> S> 
T> T>  T> KT> dT> yT> T> T> T> T> T> T> T> T> T> U> U> U> U> U> U> 'U> FU> GU> [U> \U> ~U> U> U> U> U> U> U> U> U> V> V> V> V> V> V> V> hV> iV> W> W>  W> 1W> QW> RW> SW> TW> tW> X> 5X> KX> LX> VX> aX> X> X> X> X> X> X> 
Y> Y> @Y> AY> JY> Y> Y> Z>  Z> /Z> Z> Z> Z> Z> ([> k[> l[> [> [> [> [> [> [> [> [> [> \> )\> *\> +\> ,\> -\> .\> [\> \> \> =]> H]> R]> ]]> g]> h]> ]> ]> ]> ^> ;^> <^> w^> ^> ^> ^> _> _> _> 
`> 5`> C`> S`> T`> _`> d`> e`> o`> t`> u`> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `>  a> a> a> a> a> a> a> 4a> Ba> Ra> Sa> ^a> ca> da> na> sa> ta> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> b> b> 	b> b> b> b> b> Bb> Pb> `b> ab> lb> qb> rb> |b> b> b> b> b> b> b> b> b> b> b> b> b> b> 
c> c> c> c> c>  c> +c> 0c> 1c> ;c> @c> Ac> Bc> [c> ic> yc> zc> c> c> c> c> c> c> c> c> c> c> c> c> c> )d> rd> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> e> +e> ;e> <e> Ge> Le> Me> We> \e> ]e> he> me> ne> xe> }e> ~e> e> e> e> e> e> e> e> e> e> e> e> e> e> e> f> f> 
f> f> >f> Lf> \f> ]f> hf> mf> nf> xf> }f> ~f> f> f> f> f> f> f> f> f> f> f> f> f> f> f>  g> g> g> g> g> g> !g> &g> 'g> (g> g> g> g> g> g> g> g> g> g> g> h> h> h> h> h> h> $h> %h> &h> Eh> Sh> ch> dh> oh> th> uh> h> h> h> h> h> h> h> h> h> h> h> h> h> h> h> i> i> 
i> i> i> i> #i> $i> .i> 3i> 4i> 5i> Pi> ^i> ni> oi> zi> i> i> i> i> i> i> i> i> i> i> i> i> i> i> j> >j> ?j> j> j> j> j> j> j> Mk> Nk> k> k> k> k> k> k> k> k> k> %l> Il> [l> ]l> tl> ul> ~l> l> l> l> l> Bm> m> m> m> n> n> -n> .n> Rn> Sn> dn> n> n> n>  o> /o> 0o> Vo> o> o> o> o> o> o> o> o> *p> p> p> p> p> p> p> q> q> q> #q> q> q> q> q> r> r> r> r> r> r> r> s> s> s> s> 't> 1t> ;t> <t> bt> t> t> t> t> t> t> t> u> u> u> 'u> _u> `u> u> Lv> lv> v> v> v> v> v> w> w> )w> zw> w> +x> ix> x> x> x> x> x> x> [y> \y> y> y> y> y> y> y> y> y>  z> &z> Nz> `z> az> bz> cz> lz> z> z> z> z> >{> ?{> `{> a{> r{> {> {> {> {> {> |> |> ~> ~> w> > > > > > > Ȅ> Ʉ> > > > u> v> ܉> ݉> > ?> ߊ> > M> N> 3> H> > > Ɍ> ی> > > > > > > > > > > !> (> -> .> 3> :> F> G> O> W> \> ]> e> m> y> z> > > > > > > > > > > N> O> > > <> => > > T> `> ܒ> ݒ> > > *> +> }> >> ?> G> H> > #> $> > C> M> > > > > ϝ> ܝ> > > > > -> >> ?> R> e> |> > > > ϟ> П> m> n> > > £> ã> > > ܤ> ,> -> > > > > > a> >  > !> H> X> e> > > > > > ީ> > > > !> S> T> V> W> X> a> > > Ӫ> > 8> `> k> > > ӫ> -> .> /> @> w> x> y> z> > > > > > > > > 2> W> X> Y> [> \> ]> f> > > ح> > C> g> > V> f> g> h> y> > > > > > ѯ> ۯ> > > > :> ;> <> => ?> @> A> J> > > > > '> K> ѱ> :> J> K> L> ]> k> l> m> n> > > > > > > > %> L> M> N> O> Q> R> S> \> > > γ> > ;> [> > ϴ> д> Ѵ> > > > > > > :> D> N> O> }> > > > > > > > > > (> V> v> > ¶> > B> C> T> b> c> d> > > ŷ> з> > 
> > > A> B> C> E> \> ]> f> h> i> z> > > > > > > > > > > > > ʼ> ˼> > A> x> > > F> > > > > > > > > !> A> T> g> z> > > > > > > .> [> \> ]> n> > > > > > > > > > > > 2> E> X> k> l> m> n> w> > > > > > 	> :> A> J> K> a> q> r> s> t> u> v> w> x> y> z> > > > > > > > > > > X> > 
> > > > > > > > > > > > > > 3> M> ]> w> > > > > > > 	> > 3> M> N> O> P> x> > > > > > > > > Z> > > > > > Y> `> i> j> r> > > > > > > > &> .> C> X> j> > > > > > > > > 
> %> 8> K> ^> q> r> s> t> }> >  > g> > N> O> P> Q> b> > > > > > /> B> U> V> W> X> a> > 3> v> > ]> ^> _> `> q> > > > > > &> 9> L> _> `> a> b> k> @> g> > > > > > > > > > 
> > > (> => O> i> > > > > > > > > %> ?> O> i> > > > > > > > > > '> :> M> `> s> t> u> v> > 8> > > > {> (> )> *> ;> > !> (> 1> 2> :> O> d> y> > > > > > > > /> 7> L> a> v> > > > > > > > ,> -> .> /> W> X> k> ~> > > > > > > > > > ?> > > > > > >> > >> ?> F> > > > > G> {> > > > 3> 4> E> > > > > > > > > > 
> '> 8> R> l> }> > > > > > > 	> > 5> O> `> z> > > > > > > > > > > )> <> O> b> u> v> w> x> > ?> 9> > > $> > > > ;> B> > > > > > > :> {> |> }> > > > > > > > > !> 3> J> a> x> > > > > > > > > > !> 3> E> W> n> > > > > > > > > *> +> ,> -> U> V> i> |> > > > > > > > > > n> > j> > > > k> > > M> > > => > > > N> O> > > > 
> M> l> > > > > > >  > D> E> J> L> M> N> W> d> > > > > > > 1> S> u> > > > > > > > > 1> > >  ? Y ?  ?  ? ? ^? ? ? ? ? ? m? n? 2? 3? j? ? ? ? >? u? ? ? C? ? ? ? ? ? ? ? ? ? ? 2? E? X? k? m? n? o? x? ? ? ? H? f? ? ? ? ? ? ? ? !	? "	? 5	? H	? [	? n	? p	? q	? r	? {	? 	? 	? @
? A
? R
? S
? T
? |
? }
? 
? 
? 
? 
? 
? 
? 
? 
? 
? ? ? ? ? ? ? ? ? ? ? ? $? &? '? (? 1? U? ? e
? f
? w
? x
? y
? z
? 
? 7? 8? _? `? ? ? ? ?  ? 7? o? ? ? 7? |? ? ? g? h? i? s? ~? ? ? ? ? ? ? ? '? :? M? O? e? f? o? ? ? !? Y? d? ? ? ? ? ? ?  ? !? 7? G? H? I? J? r? s? ? ? ? ? ? ? ? ? ? Q? l? ? ? ? ? ? )? H? v? ? ? ? ? ? ? 	? ? ? B? Y? Z? [? \? ? ? ? ? ? ? ? ? ? ? M? u? ? ? ? ? &? ? ? ? ? ? ? ? ? ? ? ? (? ;? N? P? Q? R? [? ? ? ? ? *? 5? T? ? ? ? ? ? ? ? ? +? ,? g? ? P? Q? ? ? 1 ? 2 ? d ?  ? L!? M!? !? !? !? ?"? n"? o"? "? y$? $? $? $? %? %? %? &? &? &? &? '? '? /'? B'? j'? k'? '? (? *)? c)? )? )? O*? *? *? "+? Y+? +? +? +? +? +? +? ,? ,? ,? ,? ,? 	,? 
,? ,? ,? 
,? !,? (,? -,? =,? >,? M,? N,? O,? [,? \,? ],? ^,? i,? m,? ,? ,? ,? ,? ,? ,? ,? ,-? --? 2-? _-? d-? -? -? -? -? -? <.? =.? B.? n.? r.? .? .? .? .? .? .? .? .? */? //? U/? V/? W/? a/? /? /? /? /? /? /? /? /? /? /? /? /? /? /? 0? 
0? 0? 0? "0? &0? -0? 40? 50? 60? 70? 80? 90? :0? ;0? <0? =0? >0? ?0? @0? A0? B0? C0? X0? 1? 1? %1? &1? ?1? P1? Q1? e1? g1? h1? i1? j1? k1? s1? y1? z1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 2? 	2? 
2? 2? 2? 
2? 2? 2? 2? 2? +2? ,2? -2? .2? ;2? M2? 3? 3? 4? 4? 4? 4? 5?  6?  6? y6? 6? 6? 6? 6? #7? $7? 77? \7? ]7? n7? 7? 7? 7? 7? 7? 8? H9? I9? 6:? 7:? ,;? -;? 9;? ;? <? <? <? W=? =? =? ~>? >? 9?? :?? x?? ?? ?? ?? A? A? "A? @B? bB? B? B? C? "C? <C? =C? FD? GD? E? E? EF? FF? F? F? F? F? F? 
G?  G? RG? SG? dG? G? G? G? OH? PH? lH? H? I? mI? 2J? 3J? J? J? J?  K? !K? K? K? M? M? N? N? DO? EO? P? P? -P? >P? P? Q? R? R? nS? oS? T? T? T? T? T? 
U? U? U? U? #U? 0U? 1U? 2U? 3U? 4U? 5U? 9U? :U? ;U? <U? UU? WU? ]U? ^U? wU? yU? ~U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? V? V? 
V? V? V? V? %V? &V? 4V? 6V? <V? =V? PV? RV? WV? XV? _V? dV? V? V? V? V? V? aX? bX? nX? X? X? Y? Y? RY? eY? Y? Y? Y? Y? -Z? @Z? tZ? Z? Z? Z? [? 2[? B[? v[? [? [? [? [? [? [? \? \? ]? 4]? C]? V]? W]? p]? ]? ]? ]? ]? ]? ]? ^? 2^? 3^? 4^? h^? ~^? ^? ^? ^? ^? '_? (_? 2_? =_? p_? z_? _? _? _? _? _? _? _? `? "`? $`? ;`? <`? E`? g`? h`? |`? }`? `? `? `? `? `? `? `? `? a? a? 	a? 0a? 1a? 2a? 3a? 4a? 5a? >a? _a? `a? ta? ua? a? a? a? a? a? b? b? ,b? Fb? Gb? \b? ]b? nb? b? b? b? b? b? b? b? b? b? b? b? b? b? b? c? 8c? 9c? Nc? Oc? `c? c? c? c? c? c? c? c? c? c? c? d? d? d? d? d? d? d? d? d? d? e? e? e? e? e? e? e? 2f? <f? Ff? Gf? hf? f? f? f? f? f? f? g? g? g? g? g? h? ch? dh? uh? h? 	i? 
i? +i? ,i? -i? .i? /i? 0i? 9i? i? i? i? i? i? i? i? i? i? i? j? j? j? j? j? j? k? k? fk? }k? k? k? k? k? l? Jl? l? l? {m? |m? m? m? m? m? m? m? m? n? n? 
n? n? n? n? #n? $n? .n? 3n? 4n? 5n? Sn? an? qn? rn? }n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? o? o? o? o? o? o? "o? #o? -o? 2o? 3o? 4o? Vo? do? to? uo? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? 
p? p? p? p? p?  p? +p? 0p? 1p? ;p? @p? Ap? Bp? ~p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? q? q? q? #q? (q? )q? 3q? 8q? 9q? Dq? Iq? Jq? Tq? Yq? Zq? [q? q? r? 2r? @r? Pr? Qr? \r? ar? br? lr? qr? rr? }r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? s? s? s? s? s? s? s? Js? Xs? hs? is? ts? ys? zs? s? s? s? s? s? s? s? s? s? s? s? s? s? s? t? t? t? t? t? t? 't? ,t? -t? 7t? <t? =t? >t? dt? rt? t? t? t? t? t? t? t? t? t? t? t? t? t? t? t? 2u? 3u? bu? pu? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? v? v? 
v? v? v? v? "v? #v? .v? 3v? 4v? >v? Cv? Dv? Ev? qv? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? w? 
w? w? w? w? (w? -w? .w? 9w? >w? ?w? Iw? Nw? Ow? Pw? tw? w? w? w? w? 3x? 4x? Ax? Bx? Cx? fx? x? x?  y? 2y? 3y? =y? Hy? {y? y? y? y? y? y? y? y? z? z? z? pz? qz? z? z? z? ?{? u{? {? {? {? {? {? {? {? |? S|? l|? |? |? |? |? |? #}? $}? %}? &}? '}? 0}? x}? y}? }? '~? 2~? N~? g~? ~? ~? ~? ~? ~? ~? x? y? z? {? ? 3? 4? h? z? ? ? |? }? ? ? Ł? ρ? ف? ځ?  ? /? A? S? T? U? V? _? ? ? ? ł? ? ? |? ? 
? +? Q? n? ? ? ? ? Ǆ? ? n? Ʌ? ? J? K? L? M? s? t? ? ? .? @? A? K? V? ? ? ? ? ć? ? ? ?  ? ? 
? k? l? ? ? ܈? ݈? ? ? ? [? \? ]? ^? ? $? H? }? ~? ? "? M? N? _? ? ? f? g? ? ? ? ? ? z? {? ? ݗ? }? ? ? ? љ? ? W? X? g? y? ? ? ? ? ? ? ? ? ? ? ? ƚ? ˚? ̚? њ? ؚ? ? ? ? ? ? ? ? ? ? ?  ? '? ,? -? 5? <? H? I? J? K? ? ? D? E? ڞ? ۞? ? ? ? ? z? {? 1? 2? ȡ? ɡ? ? ܣ? ݣ? ? ? 7? ? ¦? \? ? ? 1? 2? S? `? m? z? ? ? ? ? ˫? ܫ? ݫ? ? ? ? 1? 2? =? m? n? ? ? ? ? `? a? 4? E? z? ʲ? ˲? *? X? ? ? ? ? O? ? ? ? ? ? /? 3? 4? >? I? |? ? ? ? ? ? ? ? ? ? ? >? J? q? ? ָ? ? 	? B? L? q? ˹? ̹? ͹? ޹? ? ? ? ? D? E? O? Z? ? ? ? ? к? ? ? ? ? ? ? ? C? O? v? ? ? ? ? ? ? ? ? ? %? &? '? 1? <? o? y? ? ? ? ؽ? ٽ? ڽ? ۽? ݽ? ޽? ߽? ? '? 3? Z? ? ž? ? o? ؿ? ? ? ? ? 	? 
? ? ? 8? B? M? ? ? ? ? ? ? ? ? ? ? ? ? ? 9? E? l? ? ? ? 1? m? n? o? ? ? ? ? ? ? ? ? ? ? ? E? F? G? I? J? K? T? ? ? ? ? ? C? `? ? ? ? ?  ? ? ? <? Y? c? n? ? ? ? ? ? ? ? ? ? ? ? ? ? ? W? ? >? ?? P? ? ? ? ? ? ? ? h? i? ? ? ? N? ? ? 9? :? D? O? ? ? ? ? ? ? ? ? ? +? -? D? E? N? ? ? ? ? ? ? 9? @? H? I? _? o? p? q? r? ? ? ? ? ? 	? 
? ? ? ? 8? f? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @? a? b? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? b? i? r? s? {? ? ? ? ? ? ? ? /? 7? L? a? s? ? ? ? ? ? ? ? ? ? 6? [? n? ? ? ? ? ? ? &? ? ? ? ? ? ? ? ? ? %? :? L? f? ? ? ? ? ? ? ? ? "? <? L? f? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? N? ? ? ? ?  ? S? T? |? ? ? ? ? ? ? ? ? ? ? ? ? ]? ? ? ? ? ? b? c? ? ? ? ? ? ? ? ? ?  ? 	? ? ? I? ? 1? 2? 3? D? ? ? ? ? ? ? ? ? ? ? !? 1? K? e? m? ? ? ? ? ? ? ? !? "? #? $? 5? ? ? ? ? ? ? ? ? ? ? ? ? ? ? 6? r? ? ? ? ? ? ? C? ? ? ? ? ? ? ? ? )? C? ]? n? ? ? ? ? ? ? ? ? &? @? Z? k? ? ? ? ? ? ? ? ? ? 	? ? /? B? U? V? W? X? a? %? |? ? 0? c? ? ,? ? ? ? ? ? ? #? r? ? ? ? ? E? q? ? ? ? ? '? .? 7? 8? @? U? j? ? ? ? ? ? ? 
? ? 5? F? `? h? }? ? ? ? ? ? ? ? 2? C? ]? n? ? ? ? ? ? ? ? ? ?  ? ? ? ? ? ? ? ? ?? ? ? /? ? "? ? ?  ? ?? ^? ? ? ? ? ? ? ? ,? p? w? ? ? ? ? ? ? ? ? ? ? '? >? U? f? |? ? ? ? ? ? ? ? ? ? #? :? K? b? y? ? ? ? ? ? ? ? ? ? ? ? -? @? S? U? V? W? `? r? :?  @  @ @ B@ @ @ 	@ '@ Y@ @ @ @ @ H@ I@ P@ @ @ -@ m@ @ @ @ 
	@ )	@ H	@ g	@ h	@ y	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 
@ $
@ F
@ h
@ 
@ 
@ 
@ 
@ 
@ @ (@ )@ :@ m@ @ @ @ @ @ 
@ 
@ 
@ 
@ .@ f@ @ @ Q@ R@ @ K@ L@ @ @ @ @ @ e@ f@ @ @ @ K@ @ @ 6@ 7@ A@ L@ @ @ @ @ @ @ @ @ @ 	@ @ @ 
@ @ ^@ @ @ @ @ @ U@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 7@ [@ @ @ @ @ @ @ @ .@ A@ T@ g@ i@ j@ k@ t@ @ @ 9@ :@ K@ L@ M@ u@ v@ @ @ @ @ @ @ @ @ @ v@ @ @ @ @ @ @ I@ @ @ @ @ /@ '@ (@ \@ @ @ 
@ R@ @ @ @ a@ @  @  @  @  @  @ O @ Y @ c @ d @  @  @  @  @  @  @  @ !@ !@ 
!@ |!@ !@ !@ !@ "@ ."@ p"@ q"@ "@ "@ "@ "@ "@ "@ "@ "@ "@ "@ #@ #@ $#@ 7#@ J#@ ]#@ _#@ `#@ v#@ w#@ #@ #@ 
$@ ;$@ X$@ q$@ $@ $@ $@ $@ %@ :%@ Y%@ Z%@ [%@ l%@ %@ %@ %@ %@ %@ %@ %@ %@ %@ "&@ #&@ 6&@ I&@ \&@ o&@ q&@ r&@ s&@ |&@ &@ '@ M'@ _'@ '@ '@ '@ 1(@ 5(@ 6(@ 7(@ 8(@ I(@ v(@ w(@ (@ (@ (@ (@ (@ (@ (@ (@ (@ (@ h)@ )@ J*@ *@ *@ *@ *@ _+@ `+@ a+@ r+@ +@ +@ +@ +@ +@ +@ ,@ ,@ ,@ ,@ (-@ -@ -@ -@ .@ .@ .@ .@ @/@ A/@ z/@ /@ 0@ 
0@ E0@ 2@ D2@ E2@ 2@ 43@ n3@ o3@ 3@ V4@ W4@ 4@ 4@ 4@ 4@ 4@ 5@ 	5@ O5@ 6@ 6@ 7@ W7@ 7@ 7@ )8@ 8@ 8@ 8@ Y9@ Z9@ e9@ q9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ :@ :@ :@ &:@ 2:@ 3:@ 8:@ o:@ t:@ :@ :@ :@ :@ ;@ G;@ H;@ M;@ ;@ ;@ ;@ ;@ ;@ <@ <@ *<@ +<@ 0<@ h<@ m<@ <@ <@ <@ <@ <@ <@ <@ <@ <@ N=@ S=@ _=@ `=@ c=@ m=@ n=@ q=@ z=@ {=@ |=@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ >@ >@ >@ >@ >@ >@ >@ ?@ ?@ ?@ ?@ ?@ 	?@ ?@ ?@ ?@ !?@ %?@ &?@ 9?@ E?@ F?@ G?@ H?@ I?@ [?@ u?@ v?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ @@ @@ A@ A@ }B@ ~B@ C@ C@ C@ D@ $D@ lD@ mD@ yD@ D@ D@ D@ D@ D@ E@ LE@ ME@ NE@ [E@ E@ *F@ F@ F@ G@ G@ H@ H@ H@ ZI@ I@ &J@ J@ J@ \K@ ]K@ L@ wL@ L@ L@ M@ 4M@ 5M@ HM@ N@ N@ N@ O@  P@ iP@ P@ P@ P@ P@ P@ Q@ Q@ S@ S@ S@ S@ /T@ ;T@ JT@ VT@ WT@ T@ T@ T@ T@ U@ KU@ PU@ U@ U@ U@ 
V@ tV@ V@ W@ W@ W@ "X@ rX@ sX@ X@ X@ cY@ dY@ Z@ Z@ +\@ ,\@ \@ \@ ]@ ]@ ]@ ]@ ^@ F_@ `@ `@ a@ 
a@ xb@ |b@ }b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ c@ c@ c@ c@ +c@ -c@ 3c@ 4c@ Gc@ Ic@ Oc@ Pc@ ec@ gc@ lc@ mc@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ d@ d@ d@ d@  d@ !d@ e@  f@ f@ Tf@ nf@ f@ f@ f@ g@ 7g@ Kg@ g@ g@ g@ g@ h@ 0h@ dh@ h@ h@ h@ h@ i@ 3i@ gi@ hi@ ii@ ji@ i@ j@ j@ j@ j@ j@ j@ j@ k@ Ak@ Bk@ `k@ nk@ k@ k@ k@ k@ k@ k@ l@ l@ 2l@ Hl@ ^l@ _l@ l@ l@ l@ l@ m@ m@ "m@ #m@ Jm@ gm@ hm@ ~m@ m@ m@ m@ m@ m@ m@ m@ n@ n@ n@ n@ ?n@ [n@ \n@ qn@ rn@ sn@ tn@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ o@ o@ -o@ Io@ Jo@ \o@ o@ o@ o@ o@ o@ o@ o@ o@ p@ ,p@ -p@ .p@ Up@ Vp@ Wp@ Xp@ Yp@ Zp@ cp@ p@ p@ p@ p@ p@ p@ p@ p@ p@ p@ q@ q@  q@ Mq@ Nq@ Oq@ Pq@ Qq@ Rq@ [q@ q@ q@ Zr@ [r@ \r@ mr@ r@ r@ r@ r@ r@ =s@ qs@ s@ s@ s@ s@ s@ s@ s@ s@ t@ 3t@ It@ Kt@ |t@ }t@ t@ u@ u@ [u@ \u@ ku@ u@ v@ v@ v@ dv@ v@ v@ v@ v@ v@ v@ v@ v@ v@ 2w@ 3w@ Dw@ ew@ fw@ gw@ hw@ iw@ jw@ w@ 7x@ 8x@ yx@ x@ x@ x@ x@ x@ y@ y@ 3y@ Jy@ wy@ xy@ y@ y@ .z@ /z@ {@ {@ 1{@ F{@ q{@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ |@ |@ |@  |@ !|@ +|@ 0|@ 1|@ <|@ A|@ B|@ L|@ Q|@ R|@ S|@ p|@ ~|@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ }@ }@ }@ }@ #}@ $}@ .}@ 3}@ 4}@ ?}@ D}@ E}@ O}@ T}@ U}@ V}@ ~}@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ ~@ *~@ :~@ ;~@ F~@ K~@ L~@ V~@ [~@ \~@ g~@ l~@ m~@ w~@ |~@ }~@ ~~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ e@ @ @ @ @ @ @ @  @ 
@ @ @ @  @ !@ +@ 0@ 1@ 2@ Y@ g@ w@ x@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ "@ '@ (@ 3@ 8@ 9@ C@ H@ I@ J@ z@ @ @ @ @ @ @ @ @ @ Ł@ ʁ@ ˁ@ Ձ@ ځ@ ہ@ ܁@ @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@ d@ Ђ@ т@  @ @ @ @ *@ /@ 0@ :@ ?@ @@ K@ P@ Q@ [@ `@ a@ b@ @ @ @ @ @ @ @ @ @ @ ̃@ у@ ҃@ ܃@ @ @ @ @ @ -@ .@ 9@ >@ ?@ I@ N@ O@ Z@ _@ `@ j@ o@ p@ q@ @ @ @ @ @ @ @ Ƅ@ ˄@ ̄@ ׄ@ ܄@ ݄@ @ @ @ @ @ 2@ W@ z@ {@ х@ ҅@ ߅@ @ @ @ @ @ @ І@ ц@ ۆ@ @ @ #@ -@ .@ a@ @ @ @ @ @ @ @ @ /@ 0@ ~@ ݈@ @ 8@ H@ Y@ i@ j@ @ @ @ @ 
@ #@ <@ k@ l@ @ @ @ Ê@ Ċ@ Ŋ@ Ί@ @ @ f@ ŋ@ Ћ@ @ @ @ 4@ L@ M@ N@ _@ @ @ @ @ B@ э@ ҍ@ @ @ *@ +@ @ @ %@ 0@ c@ m@ w@ x@ @ ͏@ ߏ@ @ @ @ @ @ B@ C@ R@ c@ @ @ @ @ @ ɑ@ @ @ .@ /@ S@ T@ e@ @ @ g@ @ @ @ @ @ @ @ @ @ ̔@ ޔ@ ߔ@ @ @ '@ 1@ ;@ <@ b@ @ @ @ @ @ @ 	@ 
@ *@ +@ z@ {@ @ @ @ @ @ @ @ ,@ @ @ @ @ @ @ @ @ @ C@ D@ @ @ 8@ 9@ K@ @ @ @ @ .@ {@ @ @ @ @ o@ @ @ @ @ @ *@ +@ 0@ 8@ =@ >@ C@ K@ W@ X@ ]@ d@ i@ j@ o@ v@ @ @ @ @ @ @ @ @ @ @ @ Ũ@ ʨ@ ˨@ Ө@ ڨ@ @ @ @ @ @ @ @ @ x@ y@ 6@ 7@ @ @ @ @ Ϯ@ Ю@ f@ g@ @ z@ {@ @ @ ղ@ _@ `@ @ @ @ Ϸ@ з@ @ @ @ @ %@ 6@ G@ X@ i@ z@ {@ @ @ @ Ϲ@ й@ ۹@ @ @ @ @ +@ ,@ @ @ ҿ@ @ @ h@ i@ @ @ #@ S@ T@ @ @ \@ ]@ @ @ @ @ @ @ @ @ @ $@ .@ /@ ]@ @ @ @ @ @ @ @ @ @ 6@ t@ @ @ @ @ @ i@ j@ k@ |@ @ @ @ @ @ @ @ @ +@ 5@ ?@ @@ n@ @ @ @ @ @ @ @ @ @ @ ?@ @ @ )@ @ @ @ @ @ @ @ @ @ @ 
@ @ !@ "@ P@ v@ w@ x@ y@ {@ |@ }@ @ @ @ @ #@ c@ @ 
@ v@ @ @ @ @ @ @ @ @ @ @ @ @ (@ 2@ 3@ a@ @ @ @ @ @ @ @ @ @ @ 
@ 8@ w@ @ @ @ @ 
@ @ ,@ -@ .@ 8@ C@ v@ @ @ @ @ @ @ @ @ @ @ @ 1@ =@ d@ @ @ @ @ 5@ ~@ @ @ @ @ @ @ @ @ @ ?@ I@ S@ T@ }@ ~@ @ @ @ @ @ @ @ @ @ +@ @ @ @  @ !@ "@ #@ $@ %@ U@ @ @ ;@ }@ @ @ 3@ @ @ @ @ @  @ *@ 4@ 5@ ]@ }@ @ @ @ @ @ @ @ @ W@ j@ @ @ @ @ @ @ @ @ @ 
@ @ @ @ 8@ [@ n@ @ @ @ @ @ @ @ @ @ 2@ 3@ 4@ E@ v@ }@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  @ %@ 8@ K@ L@ M@ N@ W@ @ 6@ I@ /@ 0@ 1@ 2@ C@  @ @ @ @ @ .@ C@ U@ o@ @ @ @ @ @ @ @ @ +@ E@ U@ o@ @ @ @ @ @ @ @ @ @  @ !@ "@ +@ @ @ 8@ 9@ :@ K@ @ @ @ @ @ @ @ @ @ @ .@ H@ b@ j@ @ @ @ @ @ @ @ @ @  @ !@ I@ a@ t@ @ @ @ @ @ @ @ ?@ \@ @ @ @ @ @ @ @ @ @ @ 3@ X@ k@ ~@ @ @ @ @ @ G@ o@ @ @ @ @ @ @ @  @ @ )@ *@ O@ b@ u@ @ @ @ @ @ @ |@ @ @ 0@ @ @ @ @ 5@ 6@ =@ F@ G@ O@ d@ y@ @ @ @ @ @ @ @  @ 5@ G@ a@ {@ @ @ @ @ @ @ @ &@ '@ O@ P@ c@ v@ @ @ @ @ @ @ @ t@ @ @ $@ @ d@ e@ f@ w@ @ ]@ d@ m@ n@ v@ @ @ @ @ @ @ @ &@ @@ Q@ k@ s@ @ @ @ @ @ @ 	@ #@ =@ N@ h@ i@ j@ k@ @ @ @ @ @ @ @ @ @ @ @ @ @ {@ @ @ T@ @ @ z@ $@ z@ {@ @ @ @ '@ W@ @ @ @ @ ;@ o@ p@ @ @ @ @ @ @ @ @ @ /@ I@ c@ t@ @ @ @ @ @ @  A  A 0 A E A W A q A  A  A  A  A  A  A A &A 'A (A )A QA RA eA xA A A A A A A A {A uA A SA `A A DA A wA ~A A A A !A 8A WA vA A A A A A A A A 'A 9A KA ]A oA A A A A A A 	A 	A +	A B	A C	A K	A ]	A o	A 	A 	A 	A 	A 	A 	A  
A 
A (
A >
A O
A f
A g
A h
A i
A 
A 
A 
A 
A 
A 
A 
A 
A 
A 
A 
A A A 
A (A A A +A JA A A A A 2A QA yA A A A A A A A *A IA A A A A A A A [A \A A A A A A A A A A A A (A )A KA mA A A A A A A 0A 1A 2A 3A mA A A SA A A A KA A A A BA A A A A nA oA A  A  A 8 A z A  A  A 0!A !A !A !A !A !A "A '"A 1"A 2"A Z"A ["A n"A "A "A "A "A "A "A "A "A #A V#A #A #A #A #A !$A "$A 3$A 4$A 5$A ]$A ^$A q$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 0&A T&A &A &A &A &A &A 'A 'A ''A :'A M'A `'A b'A c'A d'A m'A 'A (A (A (A (A (A (A (A (A s)A t)A )A )A )A *A *A *A <+A s+A +A +A 1,A s,A ,A ,A N-A -A -A -A -A -A -A -A .A .A *.A +.A P.A c.A v.A .A .A .A .A .A /A K/A ]/A /A /A /A 0A 0A  0A M0A T0A \0A ]0A s0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 0A 1A 1A 1A 1A 1A 1A 1A 2A "2A Z2A e2A 2A 2A 2A 2A 2A 2A 
3A >3A E3A M3A N3A ~3A 3A 3A 3A 3A 3A 3A 3A 3A 3A 
4A 4A 4A 4A 4A 4A 4A 4A 4A 85A C5A b5A 5A 5A 5A 5A 5A 5A 6A 6A =6A >6A Q6A d6A w6A 6A 6A 6A 6A 6A 7A C7A 7A +8A f8A q8A 8A 8A 8A 8A 9A =9A >9A ?9A @9A g9A h9A 9A Z:A :A :A :A 2;A m;A n;A ;A <A <A <A <A <A =A {=A =A =A =A ?A ?A ?A  @A @A AA 
AA @AA AA AA *BA ?BA [BA kBA ~BA BA BA BA 7DA fDA DA DA 2EA EA EA FA ^FA FA FA FA GA GA GA *GA =GA AGA BGA CGA DGA EGA FGA GGA HGA IGA ]GA dGA iGA yGA zGA GA GA GA GA GA GA GA GA GA GA GA GA GA GA 
HA HA hHA iHA nHA HA HA HA HA HA "IA &IA xIA yIA ~IA IA IA IA IA IA JA JA 2JA 3JA 8JA fJA kJA JA JA JA JA JA JA JA JA KA KA KA KA KA KA KA +KA 0KA 8KA ?KA FKA RKA SKA ^KA bKA iKA pKA qKA rKA sKA tKA uKA vKA wKA xKA yKA zKA {KA |KA }KA ~KA KA KA GLA HLA aLA bLA {LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA MA MA MA ,MA -MA 7MA DMA EMA FMA GMA HMA IMA JMA KMA XMA YMA gMA hMA iMA jMA wMA MA PNA QNA COA DOA PA PA 3QA <QA \QA QA QA 
RA RA RA _RA `RA sRA RA RA RA RA RA RA RA 1SA SA TA TA rUA sUA hVA iVA uVA VA SWA WA *XA XA XA XA YA ZA uZA vZA ZA ZA ZA ZA L\A M\A ^\A |]A ]A ^A )^A B^A ^^A x^A y^A _A _A "aA #aA aA aA aA aA aA aA aA FbA \bA bA bA bA bA bA -cA cA cA cA dA OdA dA neA oeA eA fA fA \fA ]fA gA gA ZhA [hA iA iA jA jA NkA OkA ikA zkA *lA lA +nA ,nA nA nA pA pA pA 1pA 2pA FpA GpA HpA QpA _pA lpA mpA npA opA ppA qpA upA vpA wpA xpA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA qA qA 
qA qA  qA "qA 'qA (qA BqA DqA IqA JqA YqA [qA aqA bqA pqA rqA xqA yqA qA qA qA qA qA qA qA qA qA qA qA sA sA sA sA tA @tA ZtA tA tA tA tA uA 5uA iuA |uA uA uA vA  vA TvA nvA ~vA vA vA wA wA wA wA *wA 3xA 4xA JxA pxA xA xA xA xA xA xA xA yA yA  yA >yA nyA oyA pyA yA yA yA yA yA yA czA dzA nzA yzA zA zA zA zA zA {A {A {A 2{A H{A ^{A `{A w{A x{A {A {A {A {A {A {A {A {A |A |A |A |A #|A C|A D|A E|A l|A m|A n|A o|A p|A q|A z|A |A |A |A |A |A |A |A |A %}A >}A S}A h}A }A }A }A }A }A }A }A }A }A }A }A }A }A }A ~A  ~A !~A 5~A 6~A X~A t~A u~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A ~A BA CA A A A A +A ,A -A .A NA ۀA A %A &A 0A ;A nA xA A A A сA A A A A $A A A A A 	A ZA A A A A EA FA gA hA iA jA kA lA uA ЄA фA A A A A A A A 5A ՅA օA A "A ,A 7A AA BA A A цA A A A QA A ̇A ͇A A A ψA A A A -A .A 9A >A ?A IA NA OA ZA _A `A jA oA pA qA A A A A A A A ɉA ΉA ωA ډA ߉A A A A A A A A ,A -A 8A =A >A HA MA NA YA ^A _A iA nA oA pA A A A A A A A ̊A ъA ҊA ݊A A A A A A A A *A :A ;A FA KA LA VA [A \A gA lA mA wA |A }A ~A A ȋA ؋A ًA A A A A A A A 
A A A A A A 5A CA SA TA _A dA eA oA tA uA A A A A A A A A LA nA |A A A A A A A A A A A A ɍA ΍A ύA ЍA A A A A !A &A 'A 1A 6A 7A BA GA HA RA WA XA YA A A A A A A A A ŎA ƎA юA ֎A ׎A A A A A A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA zA A A A A ʏA ϏA ЏA ڏA ߏA A A A A A  A A A nA oA A A A A ȐA ͐A ΐA ؐA ݐA ސA A A A A A A  A A -A =A >A IA NA OA YA ^A _A jA oA pA zA A A A A A ˑA ̑A בA ܑA ݑA A A A A A A A 
A A A *A 8A HA IA TA YA ZA dA iA jA uA zA {A A A A A A ВA A A A oA pA }A ~A A A 'A (A \A nA oA yA A A A ˔A ̔A A #A 5A 7A NA OA XA A A ͕A ΕA A {A A ֖A A A A A ,A -A >A A A A ڗA 	A 
A 0A _A `A aA bA cA lA A A A cA nA A A A ҙA A A A A A A A A A oA pA A A țA ɛA A A ÜA ΜA A A A A <A kA }A A A A A A A A A A 9A :A A &A FA gA A A ̟A ͟A A A A TA A A CA A A A A A A 5A 6A jA |A }A A A ŢA ϢA ٢A ڢA  A (A :A ;A <A =A FA A A ȣA ɣA A A :A ;A LA A A A A ʤA `A A A A QA ^A A A A A A A A ֮A ׮A A OA PA 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 1A 6A 7A ?A GA SA TA \A cA hA iA qA xA A A A A (A )A A A A A ԺA պA .A :A A A mA nA A A WA A A !A "A sA A A A A 'A mA nA A A A A A A A A A A A ,A ?A VA mA nA yA A A GA HA A A A A pA A A A A fA A A A A ;A A A A "A 2A ?A kA oA pA zA A A A A A A -A .A 0A 1A 2A ;A zA A A A A :A EA ~A A A A A 	A A QA RA SA TA A A A A A A A A A 1A 2A 3A 5A 6A 7A @A A A A A A AA A 0A @A AA BA SA aA bA cA mA xA A A A A A A A A A A A A $A cA oA A A A %A A A $A %A &A 7A EA FA GA HA tA ~A A A A A A A &A 'A (A )A +A ,A -A 6A uA A A A A 5A mA A A A A A A A A A A A (A )A WA A A A A A A A A A A 0A PA A A A A A .A <A =A >A xA A A A A A A A A A A A 6A 7A @A BA CA TA A A zA {A A A A A A A A A A A A A RA A A  A uA vA A A A A A A A A .A AA TA gA iA A A A A A 5A 6A 7A HA uA |A A A A A A A A A A A A 2A EA FA GA HA QA tA A A A A A A A $A %A ;A KA LA MA NA OA PA QA RA SA TA |A A A A A A A A A A 2A A A A A A A A A A A A A A A A 
A 'A 7A QA kA sA A A A A A A 
A 'A (A )A *A RA rA A A A A A A A 4A bA A A A A 3A :A CA DA LA aA vA A A A A A  A A A 2A DA ^A xA A A A A A A A A A %A 8A KA LA MA NA WA A A AA A (A )A *A +A <A A A A A A 	A A /A 0A 1A 2A ;A A 
A PA A 7A 8A 9A :A KA A A A A A  A A &A 9A :A ;A <A EA A AA A A mA nA oA A A A A A A A A A )A CA ]A mA A A A A A A A A )A CA ]A ^A _A `A qA A A A A A A 'A :A MA NA OA PA YA  B r B  B  B UB B B B B B B B B B B )B >B SB eB B B B B B B 	B B &B ;B PB bB |B B B B B B B B B 	B 1B 2B EB XB kB ~B B B B B B aB B B lB B B hB B 	B 	B 
B 
B  
B _
B 
B 
B 
B !B UB B B B 
B B B cB jB sB tB |B B B B B B 
B 
B ,
B F
B W
B q
B 
B 
B 
B 
B 
B 
B 
B B )B :B TB nB B B B B B B B B B B B )B <B OB PB QB RB [B B B {B B B kB B ^B B B \B {B B B B B B UB VB WB hB B B B B B B B B 
B $B ;B RB cB zB B B B B B B B B 
B B 1B HB _B vB B B B B B B B B B B /B 0B CB VB iB |B B B B B B B vB HB B DB ~B B B EB cB B 'B B B !B !B !B !B (#B )#B i#B #B #B #B '$B F$B e$B $B $B $B $B $B $B %B %B $%B &%B '%B (%B 1%B >%B `%B %B %B %B %B %B &B -&B O&B d&B e&B v&B &B &B &B &B &B 'B (B (B (B 3)B j)B )B )B 8*B *B *B *B +B +B G,B H,B -B 
-B D-B -B -B -B .B O.B .B .B /B r/B s/B }/B /B /B /B /B /B /B /B 0B 0B 20B E0B G0B H0B I0B R0B 0B 0B 0B "1B @1B Z1B 1B 1B 1B 1B 1B 1B 1B 1B 2B "2B 52B H2B J2B K2B L2B U2B s2B 2B 3B 3B ,3B -3B .3B V3B W3B j3B }3B 3B 3B 3B 3B 3B 3B 3B 3B u4B v4B 4B 4B 4B 4B 4B 4B 4B 4B 4B  5B 5B 5B 5B /5B 5B ?6B @6B Q6B R6B S6B T6B 6B 7B 7B 97B :7B k7B c8B d8B 8B 8B 9B I9B 9B 9B :B V:B :B :B A;B B;B C;B M;B X;B ;B ;B ;B ;B ;B ;B ;B <B <B '<B )<B ?<B @<B I<B <B <B <B 3=B >=B j=B =B =B =B =B =B =B =B >B !>B ">B #>B $>B L>B M>B `>B s>B >B >B >B >B >B >B >B +?B F?B w?B ?B ?B ?B ?B @B "@B P@B v@B @B @B @B @B @B @B @B @B AB 3AB 4AB 5AB 6AB ^AB _AB rAB AB AB AB AB AB AB AB 'BB OBB BB BB BB BB  CB mCB qCB rCB sCB tCB CB CB CB CB CB CB DB DB (DB *DB +DB ,DB 5DB DB DB EB EB FB FB .FB FB FB FB FB FB FB FB FB GB GB AGB GB *HB +HB dHB HB IB IB >IB IB &JB 'JB |JB }JB JB KB HKB IKB KB SMB MB MB MB pNB NB NB NB OB OB OB OB OB 	PB PB DPB EPB PB QB RB =RB RB RB )SB eSB SB SB 3TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB TB UB UB UB UB 'UB (UB )UB 5UB 6UB 7UB 8UB CUB GUB ZUB bUB nUB oUB tUB UB UB VB VB VB 9VB >VB VB VB VB VB VB WB WB WB HWB LWB fWB gWB lWB WB WB WB WB WB XB 	XB /XB 0XB 1XB ;XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB  YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB 2YB YB YB YB  ZB ZB *ZB +ZB ?ZB AZB BZB CZB DZB EZB MZB SZB TZB ]ZB aZB bZB uZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB [B [B [B [B [B '[B [B [B \B \B ]B ]B ^B ^B ^B S_B `_B _B _B _B _B _B `B 6`B 7`B H`B `B `B `B `B `B faB "bB #bB cB cB dB dB dB dB dB beB eB 1fB fB fB XgB gB hB hB RhB phB qhB hB iB iB iB kB <kB kB kB kB kB lB lB  mB !mB nB nB oB  oB koB woB oB oB oB oB oB ,pB -pB >pB pB pB pB )qB *qB FqB qB qB GrB sB 
sB ^sB sB sB sB sB tB tB uB uB gwB hwB xB xB xB xB yB yB yB zB {B {B H|B I|B }B }B }B }B }B }B }B }B }B }B 
~B ~B ~B 
~B ~B ~B ~B ~B ~B ~B /~B 1~B 7~B 8~B Q~B S~B X~B Y~B g~B i~B o~B p~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 1B 2B 9B >B YB ZB [B \B ]B ;B <B HB B B ށB B ,B ?B sB B B ӂB B B NB lB B B B B B PB oB B B B B ȄB хB ҅B B B B 0B 1B JB }B ~B B B B B ܆B B 
B B BB XB nB B B B B B B B JB TB ^B _B B B B B ЈB B B B B B B AB BB VB WB {B B B B B B B B B B B 
B B B 
B B B B 9B :B NB OB iB B B B ÊB ܊B B B  B !B 6B 7B HB hB iB jB B B B B B B B B B ӋB ԋB B B B (B )B :B ZB [B \B B B B B B B B B B B B B B ɍB ʍB ˍB ̍B B yB B ÎB ĎB ΎB َB B B  B !B BB oB B B B B B ZB [B B B B B =B >B OB B B B B B B B 	B 
B B nB oB B B B B B B B ӒB sB tB B B ʓB ՓB ߓB B @B WB oB B B B B $B jB kB UB VB mB B B B ˖B ̖B זB ܖB ݖB B B B B B B B 
B B B -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B B ʗB ˗B ֗B ۗB ܗB B B B B B B B B 
B B 0B >B NB OB ZB _B `B jB oB pB {B B B B B B B B ȘB ؘB ٘B B B B B B B B 
B B B B B B XB fB vB wB 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 3B 4B 5B B B B B *B +B 6B ;B <B FB KB LB WB \B ]B gB lB mB nB B B B B B ěB śB ϛB ԛB ՛B B B B B B B B $B 2B BB CB NB SB TB ^B cB dB oB tB uB B B B B B ĜB ԜB ՜B B B B B B B B B B B B B B >B LB \B ]B hB mB nB xB }B ~B B B B B B B B B 
B <B JB ZB [B fB kB lB vB {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 KB YB iB jB uB zB {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 NB nB B B B 
B B B B B @B šB ơB B B 
B B "B UB _B iB jB B B ӢB բB B B B JB KB kB lB B B OB tB B B B B ʤB ˤB ܤB -B FB _B xB B B ΥB B B B  B B 
B RB SB B B B (B AB [B pB B B B B RB SB TB UB ~B 
B B BB TB fB gB VB WB aB lB B B B B ڪB 	B B -B .B /B 0B 9B ~B B B B ׫B ثB VB ĬB B B +B HB jB kB B B B B HB B B $B %B &B 'B MB NB ӯB ԯB B B B %B 0B cB mB wB xB B ưB ذB ٰB ڰB ۰B B EB FB fB gB B B رB ٱB B 5B 6B 7B 8B hB B "B WB XB B B 'B (B 9B B B @B AB tB uB B B B TB UB jB B WB ZB B B B B 1B 2B AB SB fB gB lB tB yB zB 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 rB sB B B TB UB B B B B B B B B B B B B 6B B B B B -B :B GB TB aB rB B B B B B B B B B B B GB HB B B gB hB :B ;B B B TB B B B 2B _B B B B )B B B B B B 	B 
B B B #B VB `B jB kB B B B B B B B B $B KB rB B B B B &B KB B B B B B B B B B B )B 4B gB qB {B |B B B B B B B B B B )B PB {B B B eB B B B B B B  B B B B IB SB ]B ^B B B B B B B B B B B 
B 4B _B B B IB B B B B B B B B B B B 'B ZB dB nB oB B B B B B B B B B B B FB tB B B B GB HB IB ZB hB iB jB tB B B B B B B B  B !B #B $B %B .B mB yB B B B B :B qB B B B B B B B 3B =B HB {B B B B B B B B B B B B B B 1B gB B B *B \B ]B ^B _B `B aB B BB CB wB B B (B oB B B B B )B \B fB pB qB B B B B B B B B B (B B B B B B B B B "B #B 9B IB JB KB LB tB B B B B B B B B B B @B nB oB pB B B B B B B B B B B B B B B B B B ;B <B aB tB B B B B B B rB B kB lB mB nB B <B CB LB MB UB jB B B B B B B 	B B &B ;B MB gB B B B B B B B B B 5B HB [B \B ]B ^B gB B  B tB uB vB B B B B B B B  C & C @ C Z C j C  C  C  C  C  C  C  C C &C @C Z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 VC oC C C C C C C C C C C C 7C C C C C C <C =C eC fC C C C C C C C C C C C #	C l	C 
C 
C 
C 
C q
C r
C y
C 
C 
C 
C 
C 
C 
C 
C 
C C %C ?C GC \C qC C C C C C C C C C C bC cC C C C C C C C C C C C 
C C LC `C C C C C C C C C C C C C C C C C 7C HC bC |C C C C C C C  C C 4C EC _C yC C C C C C C C C C 	C C /C 0C 1C 2C ;C C VC C 
C =C C C [C C `C C C C C LC cC C C C C KC wC C C C C C C C C /C DC YC kC C C C C C C C  C :C BC WC lC C C C C C C C C 7C HC bC cC dC eC C C C C C C C C C C C C C C C C 	 C  C  C !C !C !C "C 8"C ]"C t"C "C "C "C "C "C #C J#C Q#C Z#C [#C c#C u#C #C #C #C #C #C #C $C $C /$C @$C V$C g$C ~$C $C $C $C $C $C $C $C $C %C %%C <%C S%C d%C z%C %C %C %C %C %C %C %C %C %C &C &C -&C /&C 0&C 1&C :&C L'C (C (C d)C )C *C g*C *C *C +C 3+C +C n,C -C .C "/C #/C */C 0C 0C 1C G1C f1C 1C 1C 1C 2C "2C A2C B2C S2C 2C 2C 2C 2C 2C 2C 2C 2C 2C 2C 2C  3C B3C d3C e3C 3C 3C 3C 3C 4C 4C 4C G4C l4C m4C n4C o4C 4C Y6C [6C 6C 6C 7C @7C 7C 7C +8C ,8C ~8C %9C &9C 9C 9C :C :C :C ?;C @;C t;C ;C ;C %<C l<C <C =C =C =C &=C Y=C c=C m=C n=C =C =C =C =C =C =C =C =C =C =C 8>C [>C >C >C >C >C /?C ]?C ^?C o?C p?C q?C ?C ?C ?C ?C ?C ?C ?C ?C ?C ?C @C 5@C @C @C @C @C @C @C @C AC AC .AC AAC CAC DAC EAC NAC lAC AC BC BC %BC &BC 'BC OBC PBC cBC vBC BC BC BC BC BC BC BC PCC CC CC CC CC CC CC #DC DC DC DC DC 	EC FC FC 6FC xFC FC FC ,GC mGC GC GC ;HC HC HC HC HC HC HC )IC 3IC =IC >IC fIC gIC IC IC IC IC IC IC IC IC VJC JC JC JC JC KC JKC KKC \KC KC KC KC KC KC KC KC KC KC KC KC KC LC $LC 7LC 9LC :LC PLC QLC ZLC LC LC MC 2MC KMC ^MC MC MC MC MC NC 3NC 4NC 5NC FNC zNC NC NC NC NC NC NC NC NC NC NC OC #OC 6OC IOC KOC LOC MOC VOC OC OC 'PC 9PC tPC PC PC QC QC QC QC QC #QC PQC QQC yQC zQC QC QC QC QC QC QC QC QC BRC RC $SC gSC SC SC SC 9TC :TC ;TC LTC yTC zTC {TC |TC TC TC TC UC UC UC VC nVC VC VC VC YWC WC WC XC XC TXC XC XC XC YC ZC [C [C \[C \C H\C I\C |\C 0]C 1]C f]C {]C ]C ]C ]C ]C ]C )^C s_C _C _C 1`C n`C `C aC [aC aC aC 3bC 4bC ?bC KbC ZbC fbC ybC }bC ~bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC bC  cC cC 
cC cC IcC NcC cC cC cC cC cC !dC "dC 'dC ^dC bdC dC dC dC dC dC eC eC 
eC BeC GeC neC oeC teC eC eC eC eC eC eC (fC -fC 9fC :fC =fC GfC HfC KfC TfC UfC VfC gfC lfC tfC {fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC  hC hC hC  hC !hC "hC #hC 5hC OhC PhC [hC hhC ihC shC hC hC hC hC hC hC hC hC hC hC hC hC hC hC hC hC iC iC jC jC WkC XkC olC xlC lC lC lC FmC GmC SmC mC mC mC mC mC mC &nC 'nC (nC 5nC mnC oC oC oC pC pC qC qC qC 4rC rC  sC fsC sC 6tC 7tC tC QuC uC uC uC vC vC "vC wC wC wC xC xC CyC eyC ~yC yC yC yC zC zC ^|C _|C |C |C 	}C }C $}C 0}C 1}C }C }C }C }C }C %~C *~C i~C ~C ~C ~C NC C C C C C LC MC C C =C >C C C C C C C C C C C fC  C gC hC C C RC VC WC mC nC 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 AC FC GC \C ^C cC dC ~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 HC |C C ʏC ݏC C %C YC qC C C C 
C >C \C C C C C 
C AC BC CC DC fC oC pC C C C ΓC ϓC C C C :C HC [C \C zC C C C C C C "C 8C 9C C C C C C C C C $C AC BC XC nC C C C C C C ߖC C C C C 5C 6C KC LC MC NC _C C C C C C C C C C C חC ؗC C C C #C $C 6C aC zC C C C C ԘC ՘C C C C C /C 0C 1C 2C 3C 4C =C \C ]C qC rC C C C ƙC ǙC ؙC C C C 'C (C )C *C +C ,C 5C ~C C 4C 5C 6C GC gC hC iC jC C C KC aC bC lC wC C C C C C 
C #C %C VC WC `C C C 5C 6C EC C ۞C ܞC C >C C C C C C C C C C C 
C C ?C @C AC BC CC DC qC C C SC ^C hC sC }C ~C ޡC C 
C $C QC RC C ¢C C 	C C C C  C KC YC iC jC uC zC {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 JC XC hC iC tC yC zC 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 0C XC fC vC wC C C C C C C C C C C C C C C C C C  C %C &C 0C 5C 6C AC FC GC QC VC WC XC qC 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 3C AC QC RC ]C bC cC mC rC sC ~C C C C C C C ©C ЩC C C C C C C C C 
C C C C "C #C $C TC bC rC sC ~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 7C <C =C >C C C ګC C C C C 	C 
C C C C %C *C +C 5C :C ;C <C [C iC yC zC C C C C C C C C C C C C C C C C C C C C #C (C )C 4C 9C :C DC IC JC KC fC tC C C C C C C C C C C C C ƭC ǭC ȭC C C 1C TC UC C C C C C ޮC cC dC C C C C C C C C C ;C _C qC sC C C C C C 	C 
C XC C C C "C 3C CC DC hC iC zC ˲C C C C EC FC lC C C C C C C C C @C C C ƴC ߴC C C &C 'C (C 9C C C C C C C C C C C C C C C 
C =C GC QC RC xC C C ˸C ̸C ͸C θC ׸C C C ,C =C uC vC C bC C C ɺC C C 	C -C .C ?C C C AC C ¼C üC ļC żC C C qC rC C C C ýC νC C C C C <C dC vC wC xC yC C C C C C TC UC vC wC 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 UC C C cC dC IC ^C C C C C C C 
C C C C C %C 1C 2C 7C >C CC DC IC PC \C ]C eC mC rC sC {C C C C C C C C C C C C C C dC eC C C RC SC C C jC vC C C C C @C AC C TC UC ]C ^C C 9C :C C YC cC C C C C C C C C !C 2C CC TC UC hC {C C C C C C C C C C C C C C C C BC CC C C C -C .C wC C 6C 7C ^C nC {C C C C C C C C C 	C 7C iC jC lC mC nC wC C C C C NC vC C C C C CC DC EC VC C C C C C C C C C C C C HC mC nC oC qC rC sC |C C C C C YC }C C lC |C }C ~C C C C C C C C C C C *C PC QC RC SC UC VC WC `C C C C C =C aC C PC `C aC bC sC C C C C C C C C C C 
C ;C bC cC dC eC gC hC iC rC C C C C QC qC C C C C C C C C C C PC ZC dC eC C C C C C C C C C C >C lC C C C C XC YC jC xC yC zC C C C C C #C -C .C WC XC YC [C rC sC |C ~C C C C C C C C C C C C C C /C  D  D D WD D D 
D \D D D D D D D D D 7D WD jD }D D D D D D D 1D DD qD rD sD D D D D D D D D D D D 5D HD [D nD D D D D D D D D 
D D D PD WD `D aD wD D D D D D D D D D D D D D D D %D &D 'D (D 1D nD D #D 		D 
	D 	D 	D 	D 	D 	D 	D 	D 	D 
D 
D /
D I
D c
D s
D 
D 
D 
D 
D 
D 
D D D /D ID cD dD eD fD D D D D D D D D D pD D 
D 
D 
D %
D o
D v
D 
D 
D 
D 
D 
D 
D 
D 
D D "D <D DD YD nD D D D D D D D D D #D ;D ND aD tD D D D D D D 6D }D D dD eD fD gD xD D D D 
D 2D ED XD kD lD mD nD wD !D ID D D sD tD uD vD D D D D D )D <D OD bD uD vD wD xD D VD }D D 
D D D D D D D D  D !D )D >D SD eD D D D D D D D D !D ;D UD eD D D D D D D  D D )D *D =D PD cD vD D D D D D ND D D D D >D ?D @D QD D 7D >D GD HD PD eD zD D D D D D  D D +D ED MD bD wD D D D D D D  D ( D B D C D D D E D m D n D  D  D  D  D  D  D  D  D  D !D !D U"D "D "D .#D #D #D T$D $D T%D U%D \%D %D %D &D 1&D ]&D &D &D &D 'D I'D J'D ['D 'D 'D 'D 'D 'D 'D 'D 'D 	(D #(D =(D N(D h(D (D (D (D (D (D (D (D 
)D )D 1)D K)D e)D v)D )D )D )D )D )D  *D *D *D *D +*D ,*D ?*D R*D e*D x*D *D *D *D *D *D U+D O,D ,D --D :-D -D .D .D Q/D X/D /D /D /D /D 0D 10D P0D 0D 0D 0D 0D 0D 0D 0D 0D 1D 1D %1D 71D I1D `1D w1D 1D 1D 1D 1D 1D 1D 2D 2D 2D %2D 72D I2D [2D m2D 2D 2D 2D 2D 2D 2D 3D 3D )3D @3D A3D B3D C3D k3D l3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 4D 5D 6D 7D 7D 7D 8D $8D 8D 8D 8D c9D :D +;D S<D <D <D <D d>D e>D >D >D ?D #?D c?D ?D ?D ?D ?D ?D ?D 5@D 6@D Z@D [@D `@D b@D c@D d@D m@D z@D @D @D @D AD AD %AD GAD iAD AD AD AD AD AD 
BD BD BD 
BD GBD CD CD -DD oDD DD DD %ED tED ED ED FD FD FD GD GD HHD IHD HD HD HD ID TID ID ID 
JD YJD JD JD JD JD JD KD KD KD 4KD 5KD HKD [KD nKD KD KD KD KD KD KD KD 0LD ^LD |LD LD LD LD LD 
MD MD MD 7MD 8MD KMD ^MD qMD MD MD MD MD MD MD MD VND WND hND iND jND ND ND ND ND ND ND ND ND ND ND 
OD .OD OD OD OD OD OD OD OD PD PD 'PD :PD <PD =PD >PD GPD kPD PD {QD |QD QD QD QD QD QD MRD NRD uRD vRD RD SD SD SD TD MTD TD TD UD MUD UD UD (VD }VD ~VD VD VD VD VD VD VD VD WD WD *WD =WD PWD cWD eWD {WD |WD WD WD %XD 7XD oXD zXD XD XD XD XD 'YD .YD 6YD 7YD MYD ]YD ^YD _YD `YD YD YD YD YD YD YD YD YD YD YD YD gZD ZD ZD ZD ZD ZD 4[D ?[D ^[D [D [D [D [D [D [D \D \D '\D (\D X\D o\D p\D q\D r\D \D \D \D \D \D \D \D \D \D \D c]D ]D ]D ]D ^D ^D <^D ^D ^D ^D ^D ^D ^D ^D ^D _D _D +_D >_D Q_D d_D f_D g_D h_D q_D _D `D `D aD @aD KaD jaD aD aD aD aD bD bD bD bD AbD BbD }bD 4cD fcD gcD cD dD GdD HdD zdD dD beD ceD eD eD eD UfD fD fD fD hD hD hD hD iD iD iD jD jD jD kD kD 5kD EkD XkD kD kD kD mD @mD ymD mD nD enD nD nD 8oD ooD oD oD oD oD oD pD pD pD pD pD pD pD  pD !pD "pD #pD 7pD >pD CpD SpD TpD cpD dpD epD qpD rpD spD tpD pD pD pD pD pD pD pD pD pD BqD CqD HqD uqD zqD qD qD qD qD  rD RrD SrD XrD rD rD rD rD rD rD rD sD 
sD sD @sD EsD ksD lsD msD wsD sD sD sD sD sD sD sD sD sD sD sD tD 
tD tD tD  tD ,tD -tD 8tD <tD CtD JtD KtD LtD MtD NtD OtD PtD QtD RtD StD TtD UtD VtD WtD XtD YtD ntD !uD "uD ;uD <uD UuD fuD guD {uD }uD ~uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD vD vD vD vD vD  vD !vD "vD #vD $vD %vD 2vD 3vD AvD BvD CvD DvD QvD cvD *wD +wD xD xD xD xD 
zD zD 6zD zD zD zD zD zD 9{D :{D M{D r{D s{D {D {D {D {D {D |D |D ^}D _}D L~D M~D BD CD OD D -D D D mD ԁD ՁD D D OD PD D D D D &D 'D 8D VD xD D D D 8D RD SD \D ]D D D [D \D D D D ΊD ϊD  D 6D hD iD zD ËD ȋD D eD fD D D )D D HD ID D D D 6D 7D ۏD ܏D 4D 5D D D ZD [D (D )D CD TD D D D D D D D D D D D  D !D "D +D 9D FD GD HD ID JD KD OD PD QD RD kD mD sD tD D D D D D D D D D D ǙD șD ݙD ߙD D D D D D D D D #D $D 3D 5D ;D <D JD LD RD SD fD hD mD nD uD zD D D D D D wD xD D ̜D D D 4D hD {D D ÝD D D CD VD D D ܞD D .D HD XD D D ߟD D D D D 
D D $D JD YD lD mD D D D ءD D D D D HD ID JD ~D D D D ֢D עD =D >D HD SD D D D D £D ߣD D D D "D 8D :D QD RD [D }D ~D D D D ӤD ԤD D D D D D D D D FD GD HD ID JD KD TD uD vD D D D D ¥D ԥD D D -D BD \D ]D rD sD D D D D ͦD ΦD ϦD ЦD ѦD ҦD ۦD D D D D 2D ND OD dD eD vD 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 HD RD \D ]D ~D D D êD D D D D D ӫD ԫD D 4D yD zD D ܬD D  D AD BD CD DD ED FD OD 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 4D 9D :D DD ID JD KD iD wD 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 3D 8D 9D CD HD ID JD lD zD D D D D D D D D D D D ǳD ̳D ͳD γD D D D D  D %D &D 0D 5D 6D AD FD GD QD VD WD XD D D D D D ôD ĴD δD ӴD ԴD ߴD D D D D D D D D -D .D 9D >D ?D ID ND OD ZD _D `D jD oD pD qD ݵD &D HD VD fD gD rD wD xD D D D D D D D D D D ѶD ߶D D D D  D D D D D D !D "D ,D 1D 2D 3D `D nD ~D D D D D D D D D D D D D D ·D D  D D D D !D "D ,D 1D 2D =D BD CD MD RD SD TD zD D D D D D D D D D ŸD ʸD ˸D ոD ڸD ۸D ܸD HD ID xD D D D D D D D D D ùD ȹD ɹD ӹD عD ٹD ڹD D D D D #D (D )D 3D 8D 9D DD ID JD TD YD ZD [D D D D D D D D D ƺD ǺD ҺD ׺D غD D D D D D D "D #D .D 3D 4D >D CD DD OD TD UD _D dD eD fD D D ϻD D D ID JD WD XD YD |D D D 6D HD ID SD ^D D D D D ٽD D D D (D )D 2D D D D D D UD D D D ѿD D D D D D iD D D D D D 
D 9D :D ;D <D =D FD D D D =D HD dD }D D D D D D D D D D D D ID JD ~D D D D D D D D D D D D D ED WD iD jD kD lD uD D D D D D D D  D  D AD gD D D D D D D .D D D D `D aD bD cD D D D D DD VD WD aD lD D D D D D D D D D D  D D D D D D D D D &D qD rD sD tD D :D ^D D D +D 8D cD dD uD D D |D }D D D D )D *D D D D D D D D D D D mD nD }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 6D =D BD CD KD RD ^D _D `D aD D D ZD [D D D D D D D D D GD HD D D 1D D D D D MD D D rD D D GD HD iD vD D D D D D D D D D D D 0D GD HD SD D D !D "D D D vD wD JD [D D D D @D nD D D D D eD D D D D D ED ID JD TD _D D D D D D D D 
D D D D TD `D D D D D D XD bD D D D D D +D ,D -D .D ZD [D eD pD D D D D D D D 
D D D D D YD eD D D D  E  E 
E E E E -E ;E <E =E GE RE E E E E E E E E E E E E E =E IE pE E E E E E E E  E E E  E !E "E NE XE cE E E E E E  E E E E E E E E OE [E E E E E GE E E E E E E E E E E E E E 1E [E \E ]E _E `E aE jE E E E 
E *E YE vE E E E 	E 	E 	E 	E R	E o	E y	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 
E 
E 
E E E .E mE E TE UE fE E E E E E E E ~E E E E ,E dE E E OE PE ZE eE E E E E E E E E .E AE CE ZE [E dE E E E E E "E OE VE ^E _E uE E E E E E E E E E E  E !E "E +E NE |E E E E E E E E E E %E &E 'E (E )E *E +E ,E -E .E VE wE xE E E E E E E E E E E E E E E E xE E E E E E E E E E E +E EE ME bE wE E E E E E E E E E ,E LE qE E E E E E E E <E E E E E 
E E E E &E ;E PE bE |E E E E E E E E E 8E RE bE |E E E E E E E E E E %E &E 'E (E 1E E E E dE E E E E E iE jE E E E E E 	 E 
 E  E  E  E  E  E *!E s!E "E "E "E "E %"E x"E y"E "E "E "E "E "E  #E #E #E #E #E #E #E $E _$E $E G%E H%E I%E Z%E %E %E %E %E %E %E %E %E &E &E 7&E G&E a&E {&E &E &E &E &E &E &E 'E 'E 7'E 8'E 9'E :'E K'E 'E 'E 'E 'E 'E 'E (E (E '(E ((E )(E *(E 3(E (E L)E )E )E /*E *E *E *E *E Y+E +E +E +E +E +E ,E ,E -,E ?,E Y,E s,E ,E ,E ,E ,E ,E ,E  -E -E *-E <-E V-E p-E -E -E -E -E -E -E -E -E .E .E .E 2.E E.E X.E k.E l.E m.E n.E w.E ;/E /E /E F0E y0E 0E B1E 1E 1E 2E 2E 2E 2E 93E 3E 3E 3E 3E /4E [4E 4E 4E 4E 4E 4E =5E D5E M5E N5E V5E k5E 5E 5E 5E 5E 5E 5E 6E  6E 16E K6E \6E v6E ~6E 6E 6E 6E 6E 6E 7E 7E .7E H7E Y7E s7E 7E 7E 7E 7E 7E 7E 7E 7E 7E 8E 8E )8E *8E +8E ,8E 58E 8E 9E U:E :E :E E;E ;E 8<E <E <E 6=E U=E t=E =E =E =E =E />E 0>E 1>E B>E >E >E >E >E >E >E >E >E >E >E ?E ,?E =?E T?E k?E |?E ?E ?E ?E ?E ?E ?E ?E ?E @E "@E 9@E P@E a@E x@E @E @E @E @E @E @E @E @E 	AE 
AE AE 0AE CAE VAE iAE kAE lAE mAE vAE BE PCE "DE DE EE XEE EE EE FE =FE oFE GE GE HE IE ^JE _JE fJE LE LE CLE LE LE LE ME  ME ?ME ^ME }ME ~ME ME ME ME ME ME ME  NE NE NE NE NE :NE \NE ~NE NE NE NE NE OE )OE >OE ?OE POE OE OE OE OE OE OE QE QE QE 
RE DRE |RE RE SE gSE hSE SE aTE bTE !UE "UE UE UE VE {VE |VE VE VE )WE aWE WE WE LXE MXE WXE bXE XE XE XE XE XE XE XE XE YE YE !YE "YE #YE ,YE tYE YE YE YE ZE 4ZE kZE ZE ZE ZE ZE ZE ZE ZE ZE ZE [E "[E $[E %[E &[E /[E M[E q[E [E [E \E \E \E 0\E 1\E D\E W\E j\E }\E \E \E \E \E \E \E O]E P]E a]E b]E c]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 =aE >aE raE aE aE #bE hbE bE bE 0cE wcE cE dE dE dE 'dE 2dE edE odE ydE zdE dE dE dE dE dE eE eE eE eE #eE eE eE eE 
fE fE DfE fE fE fE fE fE fE fE fE fE fE fE fE &gE 'gE :gE MgE `gE sgE ugE vgE gE gE gE hE  hE QhE nhE hE hE hE hE hE *iE PiE oiE piE qiE iE iE iE iE iE iE 
jE jE jE jE 8jE 9jE LjE _jE rjE jE jE jE jE jE kE )kE ckE ukE kE kE kE GlE KlE LlE MlE NlE _lE lE lE lE lE lE lE lE mE mE mE mE mE ~mE mE `nE nE nE nE oE uoE voE woE oE oE oE oE oE oE oE pE pE qE qE >qE qE qE qE rE rE  sE sE VsE WsE sE sE "tE #tE [tE -vE ZvE [vE vE JwE wE wE wE lxE mxE xE xE xE xE xE yE yE eyE zE zE {E m{E {E |E ?|E |E |E 
}E o}E p}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 4~E <~E H~E I~E N~E ~E ~E ~E ~E ~E E E ]E ^E cE E E E E E "E &E @E AE FE ~E E E E E ހE E 	E 
E E E dE iE uE vE yE 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 7E ;E <E OE [E \E ]E ^E _E qE 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 bE cE dE qE E @E E E E E E E E pE ˍE <E E E rE sE 2E E E E ,E JE KE ^E ĒE ŒE ֒E E E E E E ֔E E E E E E E E E EE QE `E lE mE E ԘE E E E aE fE E E E  E E ǚE !E E E 8E E E ԜE ՜E yE zE ҞE ӞE AE BE 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 2E 3E AE CE IE JE ]E _E eE fE {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 3E 4E 5E 6E 7E E E "E jE E E ҪE E E ME aE E E E E (E FE zE E ̬E E E *E IE }E ~E E E E E E ®E E E 
E E $E WE XE vE E E E E E E E E 2E HE ^E tE uE ۰E ܰE E E $E .E 8E 9E `E }E ~E E E E ֱE رE E E E E E 0E 1E UE qE rE E E E E E E E E E E E E E E E E E (E )E CE _E `E rE E E ˳E E E E E E "E BE CE DE kE lE mE nE oE pE yE E E E E дE E E E E E 4E 5E 6E cE dE eE fE gE hE qE E E pE qE rE E E E E E ƶE SE E E E E E E E E E E IE _E aE E E E 4E 5E qE rE E ҹE E E )E zE E E ߺE E E E E E E HE IE ZE {E |E }E ~E E E E ME NE E E E E E E E 1E IE `E E E ɽE E DE EE /E 0E GE \E E E E E E E E E ƿE ǿE ҿE ׿E ؿE E E E E E E %E &E 1E 6E 7E AE FE GE RE WE XE bE gE hE iE E E E E E E E E E E E E E E E E E 
E E (E )E 4E 9E :E DE IE JE UE ZE [E eE jE kE lE E E E E E E E E E E E E E E E E E 2E @E PE QE \E aE bE lE qE rE }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 1E 6E 7E AE FE GE HE oE }E E E E E E E E E E E E E E E E E E E E (E -E .E 8E =E >E IE NE OE YE ^E _E `E E E E E E E E E E E E E E E E E E E &E 6E 7E BE GE HE RE WE XE cE hE iE sE xE yE zE E E E $E 4E 5E @E EE FE PE UE VE aE fE gE qE vE wE xE E E E E E E E E E E E E E E E E E %E 3E CE DE OE TE UE _E dE eE pE uE vE E E E E E E E E E E E E E E E E E E E E E (E HE mE E E E E E E E E E E E E E E E /E 9E CE DE wE E E E E E E $E %E EE FE E E )E NE ^E oE E E E E E E  E 9E RE E E E E E E E E E ,E -E |E E E E E 5E JE bE cE dE uE ,E -E .E /E XE E E E .E @E AE 0E 1E ;E FE yE E E E E E E E E 	E 
E E XE YE hE yE E E 0E E E E E "E DE EE iE jE {E E "E }E E E E  E E 'E (E E E E E E E 
E =E GE QE RE xE E E E E E E E  E @E AE E E E E E E E E E BE E E 1E 2E E E E E E YE ZE E E NE OE aE E E .E /E DE E 1E 4E E E E E E E E -E @E AE FE NE SE TE YE aE mE nE sE zE 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 LE ME E E .E /E E E |E }E E E E E E E uE vE E E E E E E E !E .E ;E LE ]E nE E E E E E E E E E !E "E E E A F B F F F F F .F ~F F F F 9F iF jF F F rF sF F F F F F F F F 0	F :	F D	F E	F s	F 	F 	F 	F 	F 	F 	F 	F 	F %
F L
F 
F 
F 
F 
F  F %F F F F F F F F F F F F F AF KF UF VF F F F F F F F F F 
F *
F U
F 
F 
F ?F F F F F F F F F F F #F -F 7F 8F fF F F F F F F F F F F F 9F yF F #F F F F F F F F F F F F F 4F >F HF IF wF F F F F F F F F F F  F NF F F F !F "F #F 4F BF CF DF NF YF F F F F F F F F F F F F GF SF zF F F F F KF F F F F F F F 
F F "F UF _F iF jF F F F F F F F F F F F AF F F F 6F 7F 8F 9F :F ;F kF F F QF F F F IF F F F F F 6F @F JF KF sF F F F F F F F F F mF F F F F F F F F F  F # F $ F % F & F N F q F  F  F  F  F  F  F  F  F  F !F H!F I!F J!F [!F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F "F "F ;"F N"F a"F b"F c"F d"F m"F "F L#F _#F E$F F$F G$F H$F Y$F %F %F &%F '%F /%F D%F Y%F k%F %F %F %F %F %F %F  &F &F '&F A&F [&F k&F &F &F &F &F &F &F &F 'F "'F 5'F 6'F 7'F 8'F A'F 'F 'F N(F O(F P(F a(F (F (F (F (F (F (F (F  )F )F 4)F D)F ^)F x)F )F )F )F )F )F )F  *F *F 4*F 5*F 6*F 7*F _*F w*F *F *F *F *F *F *F *F *F U+F r+F +F ,F ,F ,F ,F ,F ,F -F -F 0-F I-F n-F -F -F -F -F -F -F -F ].F .F .F /F /F /F /F /F /F 0F 0F ?0F @0F e0F x0F 0F 0F 0F 0F 0F 0F 0F 1F 1F 1F F2F 2F 2F 2F 2F K3F L3F S3F \3F ]3F e3F z3F 3F 3F 3F 3F 3F 3F 4F !4F 64F K4F ]4F w4F 4F 4F 4F 4F 4F 4F 4F 4F <5F =5F e5F f5F y5F 5F 5F 5F 5F 5F 5F 5F 5F 6F 6F &7F :7F 7F z8F {8F |8F 8F 8F s9F z9F 9F 9F 9F 9F 9F 9F 9F 9F :F ":F <:F V:F g:F :F :F :F :F :F :F :F ;F ;F 9;F S;F d;F ~;F ;F ;F ;F ;F ;F ;F ;F ;F ;F 	<F 
<F <F <F <F <F 0=F =F =F >F j>F >F 5?F ?F :@F @F @F @F @F &AF =AF mAF AF AF AF %BF QBF BF BF BF BF BF BF BF BF 	CF CF 3CF ECF _CF yCF CF CF CF CF CF CF DF DF 1DF FDF [DF mDF DF DF DF DF DF DF EF "EF <EF =EF >EF ?EF gEF hEF {EF EF EF EF EF EF EF EF EF FF GF GF iHF vHF HF ZIF IF JF JF JF JF KF 7KF NKF mKF KF KF KF KF KF $LF +LF 4LF 5LF =LF OLF aLF sLF LF LF LF LF LF LF 	MF MF 0MF AMF XMF YMF aMF sMF MF MF MF MF MF MF MF NF -NF >NF TNF eNF |NF }NF ~NF NF NF NF NF NF NF NF OF 	OF 
OF OF OF &PF PF QF >RF RF RF ASF `SF SF SF 
TF TF HUF gVF WF WF WF XF YF YF YF !ZF @ZF _ZF ZF ZF ZF ZF [F [F -[F q[F r[F [F [F [F [F [F [F [F [F [F [F \F >\F ?\F a\F \F \F \F \F \F \F !]F F]F G]F H]F I]F ]F 3_F 5_F i_F _F _F `F a`F `F aF aF XaF aF  bF bF bF cF cF cF dF dF NdF dF dF dF FeF eF eF eF eF  fF 3fF =fF GfF HfF pfF qfF fF fF fF fF fF fF fF fF gF 5gF lgF gF gF gF 	hF 7hF 8hF IhF JhF KhF shF thF hF hF hF hF hF hF hF hF hF iF iF iF iF iF iF iF iF iF iF jF jF jF jF jF (jF FjF jjF jF jF jF  kF kF )kF *kF =kF PkF ckF vkF xkF ykF zkF kF kF *lF lF lF lF lF lF lF lF mF mF mF mF mF nF nF oF RoF oF oF pF GpF pF pF qF dqF qF qF qF qF qF rF 
rF rF rF @rF ArF frF yrF rF rF rF rF rF rF 0sF asF ssF sF sF sF $tF %tF 6tF ctF jtF rtF stF tF tF tF tF tF tF tF tF tF tF uF uF uF *uF +uF 4uF uF uF uF vF %vF 8vF pvF {vF vF vF vF 
wF wF wF  wF TwF [wF cwF dwF wF wF wF wF wF wF wF wF wF xF #xF %xF &xF 'xF 0xF xF xF yF yF NyF YyF xyF yF yF yF yF yF yF *zF +zF SzF TzF gzF zzF zF zF zF zF zF zF {F Y{F {F A|F ||F |F |F }F }F }F &}F S}F T}F U}F V}F }}F ~}F }F p~F ~F ~F ~F HF F F F 3F F F F F .F F F F F ˃F F F 6F F "F #F VF 
F F @F UF qF F F F F F MF |F F F HF F ݉F 5F tF F 
F F F %F 4F @F SF WF XF YF ZF [F \F ]F ^F _F sF zF 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 8F <F F F F F čF ލF ߍF F F !F HF IF NF |F F F F F F F F F F F !F "F %F .F /F 0F AF FF NF UF \F hF iF tF xF F F F F F F F F F F F F F F F F F F ]F ^F wF xF F F F F F F F F F ŐF ːF ̐F ՐF ِF ڐF F F F F F F F )F *F 5F BF CF MF ZF [F \F ]F ^F _F `F aF nF oF }F ~F F F F F fF gF YF ZF 1F 2F IF RF rF ˕F ؕF  F !F -F uF vF F F F F  F F F F GF ޗF F F F F ~F F F F iF ڛF @F F F F НF +F F F ʞF F F F bF cF tF F F F ?F XF tF F F F F 8F 9F F F F F F 
F F \F rF F F F F F CF F F F (F eF F F F ֩F &F 'F rF sF F F pF qF ߭F F F F dF eF F F @F F AF BF F F ,F 0F 1F GF HF \F ]F ^F gF uF 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 6F 8F =F >F XF ZF _F `F oF qF wF xF F F F F F F F F F F ѵF ҵF ӵF ԵF յF F F F F "F VF pF F F F F 3F KF F F ƹF F F 6F jF F F ȺF F F F F F @F IF JF `F F F F F ¼F F F F "F 5F 6F TF F F F F нF F F F F yF zF F F ¾F ̾F ־F ׾F F F F 2F HF ^F tF vF F F F F F οF ϿF F F F %F &F 'F (F 9F YF ZF [F F F F F F F F F F F F F F F F ;F TF iF ~F F F F F F F F F 	F 
F F F 
F F F 6F 7F KF LF nF F F F F F F F F F F F F F F F XF YF F F F !F AF BF CF DF dF F %F ;F <F FF QF F F F F F F F F 0F 1F :F F F F F F pF F F F F [F \F }F ~F F F F F F F F F F F F F F F KF F F -F 8F BF MF WF XF F F F F +F ,F gF F F F F F F F %F 3F CF DF OF TF UF _F dF eF pF uF vF F F F F F F F F F F F F F F F F F  F F F F $F 2F BF CF NF SF TF ^F cF dF oF tF uF F F F F F F F F F F F F F F F F F F F 	F 
F 2F @F PF QF \F aF bF lF qF rF }F F F F F F F F F F F F F  F 
F F F F  F !F +F 0F 1F 2F KF YF iF jF uF zF {F F F F F F F F F F F F bF F F F F F F F F F F F F F F F F F 
F F +F ,F 7F <F =F GF LF MF XF ]F ^F hF mF nF oF F F F F F F F F F F F F F F F F F .F <F LF MF XF ]F ^F hF mF nF yF ~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 5F CF SF TF _F dF eF oF tF uF 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 NF ^F _F jF oF pF zF F F F F F F F F F F F F .F /F F F F F F F =F >F rF F F F F F F F F F 9F KF MF dF eF nF F F F F 2F F F F F 
F F F BF CF TF F F F F F  F FF uF vF wF xF yF F F F F yF 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 RF F F F F F F F F F F F OF PF F <F \F }F F F F F F F F jF F F YF F F F F F F KF LF F F F F F F F F F F >F PF QF RF SF \F F F F F .F /F PF QF bF F F F F F vF F F F gF tF F F F F F F F F F F eF fF F F F /F F F =F >F #F 8F F F F F F F F F F F F F F F F F F F #F *F 6F 7F ?F GF LF MF UF ]F iF jF rF yF ~F F F F F F F F >F ?F F F ,F -F F F DF PF F F  G  G G G mG .G /G 7G 8G G G G G 3G =G 	G 	G 
G 
G 
G 
G 
G 
G 
G G G .G /G BG UG lG G G G G G ]
G ^
G 
G 
G G G G G G G G |G G G G G QG G G G 8G HG UG G G G G G G G G G G CG DG FG GG HG QG G G G G (G PG [G G G G G G G 0G gG hG iG jG G G G G G G G G "G GG HG IG KG LG MG VG G G G G 3G WG G FG VG WG XG iG wG xG yG G G G G G G G *G +G ,G -G /G 0G 1G :G yG G G G G ;G G *G :G ;G <G MG [G \G ]G ^G G G G G G G G  G < G = G > G ? G A G B G C G L G  G  G  G  G +!G K!G !G !G !G !G !G !G !G !G !G !G *"G 4"G >"G ?"G m"G "G "G "G "G "G "G "G "G "G #G F#G f#G #G #G #G 2$G 3$G D$G R$G S$G T$G $G $G $G $G $G $G %G %G 1%G 2%G 3%G 5%G L%G M%G V%G X&G Y&G j&G &G &G 'G 'G 'G 'G 'G 'G 'G 'G 'G 	(G )G )G )G 1*G h*G *G *G 6+G +G +G +G +G +G +G +G +G ,G 1,G D,G W,G j,G },G ,G ,G ,G ,G -G -G K-G L-G M-G ^-G -G -G -G -G -G -G -G -G -G -G .G ".G 5.G H.G [.G \.G ].G ^.G g.G .G .G .G .G .G .G */G 1/G :/G ;/G Q/G a/G b/G c/G d/G e/G f/G g/G h/G i/G j/G /G /G /G /G /G /G  0G 0G 0G 0G H0G 0G 0G 1G 1G 1G 1G 1G 2G 2G 2G 2G 2G 2G 2G 	3G #3G =3G M3G g3G 3G 3G 3G 3G 3G 3G 3G 	4G #4G =4G >4G ?4G @4G h4G 4G 4G 4G 4G 4G 4G 4G 4G J5G x5G 5G 5G 5G 5G I6G P6G Y6G Z6G b6G w6G 6G 6G 6G 6G 6G 6G 7G 7G 37G H7G Z7G t7G 7G 7G 7G 7G 7G 7G 7G 7G 8G (8G ;8G N8G a8G b8G c8G d8G m8G 8G 9G W9G 9G >:G ?:G @:G A:G R:G :G :G :G :G ;G ;G 2;G E;G F;G G;G H;G Q;G ;G #<G f<G <G M=G N=G O=G P=G a=G =G =G =G =G >G >G )>G <>G O>G P>G Q>G R>G [>G 0?G W?G ?G ?G @G @G @G @G @G @G @G @G @G AG AG -AG ?AG YAG sAG AG AG AG AG AG AG AG BG /BG ?BG YBG sBG tBG uBG vBG BG BG BG CG CG CG *CG =CG PCG cCG dCG eCG fCG oCG (DG DG DG DG kEG FG FG FG +FG FG GG GG !GG "GG *GG ?GG TGG iGG {GG GG GG GG GG GG HG HG 'HG <HG QHG fHG xHG HG HG HG HG HG IG IG IG IG IG GIG HIG [IG nIG IG IG IG IG IG IG IG wJG JG /KG KG KG LG ~LG LG .MG MG .NG /NG 6NG uNG NG NG OG 7OG kOG OG OG OG #PG $PG 5PG yPG PG PG PG PG PG PG PG PG PG QG (QG BQG \QG mQG QG QG QG QG QG QG QG RG %RG ?RG PRG jRG RG RG RG RG RG RG RG RG SG SG SG ,SG ?SG RSG eSG fSG gSG hSG qSG /TG )UG UG VG VG VG VG tWG +XG 2XG rXG XG XG XG XG YG *YG kYG lYG mYG ~YG YG YG YG YG YG YG YG ZG #ZG :ZG QZG hZG yZG ZG ZG ZG ZG ZG ZG ZG ZG [G #[G 5[G G[G ^[G u[G [G [G [G [G [G [G \G \G \G \G \G E\G F\G Y\G l\G \G \G \G \G \G \G \G ]G ^G ^_G _G Z`G `G `G `G [aG yaG aG =bG bG dG -eG eG eG eG >gG ?gG gG gG gG gG =hG \hG {hG hG hG hG hG iG iG 4iG 5iG :iG <iG =iG >iG GiG TiG viG iG iG iG iG iG !jG CjG ejG zjG {jG jG jG jG jG jG jG !kG lG lG mG ImG mG mG mG NnG nG nG nG oG oG ]pG ^pG "qG #qG ZqG qG qG qG .rG erG rG rG 3sG sG sG sG sG sG sG sG sG tG tG "tG 5tG HtG [tG ]tG ^tG _tG htG tG tG 
uG 8uG VuG puG uG uG uG uG uG uG vG vG %vG 8vG KvG ^vG `vG avG bvG kvG vG vG 0wG 1wG BwG CwG DwG lwG mwG wG wG wG wG wG wG wG wG wG xG xG xG xG xG xG xG xG xG xG yG yG yG yG yG !yG EyG yG UzG VzG gzG hzG izG jzG zG '{G ({G O{G P{G {G y|G z|G |G |G '}G _}G }G }G '~G l~G ~G G WG XG YG cG nG G G G G G G G G *G =G ?G UG VG _G ΀G G G IG TG G G ÁG ԁG G G G G 'G 7G 8G 9G :G bG cG vG G G G G G ȂG ɂG ҂G AG \G G G ÃG փG G G 8G fG G G G G G G G G G 2G IG JG KG LG tG uG G G G G ÅG ąG ŅG ΅G =G eG G G G G G G G G G G G ȇG ɇG G G G G +G >G @G AG BG KG G G G ߉G G %G DG G G G ĊG G G G G G G WG G @G AG zG G !G "G TG эG <G =G G G ̎G /G ^G _G G iG G G ԑG G G G G G G ޓG G G G 2G ZG [G G G G SG G G ?G {G ӗG G IG G G G ØG ҘG ޘG G G G G G G G G G G G G G -G .G =G >G ?G KG LG MG NG YG ]G pG xG G G G G ƙG G G "G OG TG G G G ֚G ښG ,G -G 2G ^G bG |G }G G G G G G G G G EG FG GG QG 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 0G 1G 2G 3G HG G G G G /G @G AG UG WG XG YG ZG [G cG iG jG sG wG xG 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 iG vG G G ˣG G G 'G LG MG ^G G G G G G |G 8G 9G &G 'G G G )G G G xG ީG GG G G nG ɫG )G *G hG G G G  G G G 0G RG G ݯG G G ,G -G 6G 7G ֲG ײG 5G 6G G G G G G G G BG CG TG G G G ?G @G \G ƵG G ]G "G #G tG ķG ŷG G G G G G G }G ~G 4G 5G 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 EG GG MG NG gG iG nG oG }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 BG GG HG OG TG oG pG qG rG sG QG RG ^G G G G G BG UG G G G G G 0G dG G G G G "G 2G fG G G G G G G G G G $G 3G FG GG `G G G G G G G G "G #G $G XG nG G G G G G G "G -G `G jG tG uG G G G G G G G G +G ,G 5G WG XG lG mG G G G G G G G G G G G  G !G "G #G $G %G .G OG PG dG eG G G G G G G G G 6G 7G LG MG ^G ~G G G G G G G G G G G G G G G (G )G >G ?G PG pG qG rG 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 6G 7G XG G G G G G G pG qG G G G G SG TG eG 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 VG mG G G G G G :G G G kG lG G G G G G G G G G G G G G G G G #G $G %G CG QG aG bG mG rG sG }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 FG TG dG eG pG uG vG G G G G G G G G G G G G G G G G  G 
G G G G  G !G +G 0G 1G 2G nG |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 4G 9G :G DG IG JG KG G  G "G 0G @G AG LG QG RG \G aG bG mG rG sG }G G G G G G G G G G G G G G G G G G G G 
G :G HG XG YG dG iG jG tG yG zG G G G G G G G G G G G G G G G G G G G G 'G ,G -G .G TG bG rG sG ~G G G G G G G G G G G G G "G #G RG `G pG qG |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 3G 4G 5G aG oG 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 9G >G ?G @G dG G G G G #G $G 1G 2G 3G VG G G G "G #G -G 8G kG uG G G G G G G G G G `G aG G G G /G eG G G G G G G G G CG \G uG G G G G G G G G G  G hG iG G G "G >G WG qG G G G G G hG iG jG kG G #G $G XG jG |G }G lG mG wG G G G G G G G 1G CG DG EG FG OG G G G G G G lG G G G AG ^G G G G G G G ^G G G :G ;G <G =G cG dG G G G 0G 1G ;G FG yG G G G G G G G G G G [G \G |G }G G G G G  G KG LG MG NG ~G G 8G mG nG G G =G >G OG G G VG WG  H  H  H H H jH kH H H mH pH H H H H GH HH WH i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 8H 9H :H ;H H H 4
H 5
H H H H H H H j
H k
H !H "H H H H H H H H 'H H H LH H H !H "H CH PH ]H jH wH H H H H H H H H 
H !H "H -H ]H ^H H H }H ~H PH QH $H 5H jH H H  H H H u H  H  H  H ?!H !H !H !H "H "H #H #$H $$H .$H 9$H l$H v$H $H $H $H $H $H $H $H $H $H .%H :%H a%H %H %H %H %H 2&H <&H a&H &H &H &H &H 'H 'H 'H 'H 4'H 5'H ?'H J'H }'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 3(H ?(H f(H (H (H (H {)H )H )H )H )H *H *H *H *H !*H ,*H _*H i*H s*H t*H *H *H *H *H *H *H *H *H *H +H #+H J+H u+H +H +H _,H ,H ,H ,H ,H ,H ,H ,H ,H ,H (-H 2-H =-H p-H z-H -H -H -H -H -H -H -H -H -H -H -H ).H 5.H \.H .H .H .H !/H ]/H ^/H _/H p/H ~/H /H /H /H /H /H /H /H /H 0H 50H 60H 70H 90H :0H ;0H D0H 0H 0H 0H 0H 1H 31H P1H 1H 1H 1H 1H 1H 1H 1H ,2H I2H S2H ^2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 3H 3H 4H G4H }4H .5H /5H @5H r5H s5H t5H u5H v5H w5H 5H X7H Y7H 7H 7H 8H >8H 8H 8H )9H *9H 49H ?9H r9H |9H 9H 9H 9H 9H 9H 9H :H :H :H 4:H 5:H >:H :H :H :H :H :H :H );H 0;H 8;H 9;H O;H _;H `;H a;H b;H ;H ;H ;H ;H ;H ;H ;H ;H ;H <H (<H V<H <H <H <H <H <H <H <H <H <H <H  =H =H =H =H =H =H =H =H =H 0=H Q=H R=H w=H =H =H =H =H =H =H =H >H >H ?H ?H ?H ?H ?H R@H Y@H b@H c@H k@H @H @H @H @H @H @H AH AH 'AH <AH QAH cAH }AH AH AH AH AH AH AH AH BH &BH KBH ^BH qBH rBH sBH tBH }BH BH CH CH CH CH CH CH CH CH CH  DH DH *DH <DH VDH pDH DH DH DH DH DH DH DH EH ,EH <EH VEH pEH qEH rEH sEH EH EH EH EH EH EH  FH FH FH FH FH FH FH >GH GH GH GH GH GH CHH DHH lHH HH HH HH HH HH HH HH HH HH IH IH JH MJH JH JH JH JH JH RKH SKH {KH |KH KH KH KH KH KH KH KH KH KH LH LH 9MH MH !NH "NH #NH 4NH NH NH NH NH NH NH NH NH NH NH OH !OH ;OH UOH ]OH rOH OH OH OH OH OH OH PH PH PH PH %PH xPH yPH PH PH PH PH PH PH QH QH QH QH 
QH QH &RH bRH vRH 	SH SH SH SH SH 3TH TH TH TH TH TH TH TH UH UH 3UH MUH ^UH xUH UH UH UH UH UH UH VH VH 0VH JVH [VH uVH VH VH VH VH VH VH VH VH VH WH WH 2WH EWH FWH GWH HWH QWH XH lXH XH  YH SYH YH ZH qZH ZH v[H [H [H [H \H b\H y\H \H \H 	]H 5]H a]H ]H ]H ]H ]H ^H ^H '^H (^H 0^H E^H Z^H o^H ^H ^H ^H ^H ^H ^H _H %_H 6_H P_H X_H m_H _H _H _H _H _H _H `H "`H 3`H M`H ^`H x`H y`H z`H {`H `H `H `H `H `H `H aH aH aH aH aH aH bH /cH cH cH dH dH eH eH eH fH /fH NfH sfH fH fH fH 	gH 
gH gH gH `gH ggH pgH qgH ygH gH gH gH gH gH gH hH hH .hH EhH VhH lhH }hH hH hH hH hH hH hH hH hH iH *iH ;iH RiH iiH ziH iH iH iH iH iH iH iH iH iH 
jH jH 0jH CjH EjH FjH GjH PjH bkH *lH lH zmH mH 2nH }nH nH nH oH IoH oH pH qH rH 8sH 9sH @sH tH tH uH ]uH |uH uH uH uH vH 8vH WvH XvH ivH vH vH vH vH vH vH vH vH vH vH wH 6wH XwH zwH {wH wH wH wH xH xH xH *xH ]xH xH xH xH xH xH ozH qzH zH zH {H V{H {H {H A|H B|H |H ;}H <}H }H }H ~H ~H ~H UH VH H H H ;H H рH &H 'H 1H <H oH yH H H H H H ӁH H H H H H H NH qH H ւH H H EH sH tH H H H H H ÃH փH H H H H  H 	H 'H KH ΄H τH H H H 
H H H 1H DH WH YH ZH [H dH H H )H *H ;H <H =H eH fH yH H H H H H H H H fH H H H H H H 9H ňH ƈH H H H H H LH H ŊH H BH H ŋH 
H QH H H H H H H ?H IH SH TH |H }H H H ȍH ۍH ݍH H H H lH H H H H H `H aH rH H H H H ŏH ՏH ֏H ׏H ؏H  H H H 'H :H MH OH PH fH gH pH ߐH H +H HH aH tH H H ֑H H *H IH JH KH \H H H H H ВH H H H H H H &H 9H LH _H aH bH cH lH ۓH H =H OH H H H !H %H &H 'H (H 9H fH gH H H H H ɕH ܕH ޕH ߕH H H XH H :H }H H ×H H OH PH QH bH H H H H H H H H ޙH ߙH H H H H H oH ڛH ۛH 0H 1H jH ͜H H H 5H H 4H 5H rH $H ^H _H H FH GH |H H H H СH H H ?H H H H GH H ݤH H qH H H IH JH UH aH pH |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 dH H H H H H 7H 8H =H tH xH ʨH ˨H ШH H  H H H  H XH ]H H H H H H H H H H >H CH OH PH SH ]H ^H aH jH kH lH }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 5H 6H 7H 8H 9H KH eH fH qH ~H H H H H H H H H H H H H H H H H ɬH ۬H H H H H mH nH H H H H H \H ]H iH H H űH H H H <H =H >H KH H H ֳH ׳H ĴH ŴH H H ǵH JH H H |H H LH MH H gH ǹH ȹH H $H %H 8H H H H μH H YH {H H H ʽH ˽H ԾH վH tH uH H H H +H :H FH GH H H H H H ;H @H H H H H dH H H H H H bH cH H H SH TH H H H H H H H H H H |H 6H }H ~H H H hH lH mH 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 7H 9H ?H @H UH WH \H ]H rH tH yH zH 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 DH ^H H H H H 'H ;H oH H H H H  H TH rH H H H H #H WH XH YH ZH |H H H H H H H H H 1H 2H PH ^H qH rH H H H H H H "H 8H NH OH H H H H H H H H :H WH XH nH H H H H H H H H H 
H H /H KH LH aH bH cH dH uH H H H H H H H H H H H H H H H 9H :H LH wH H H H H H H H H H H H EH FH GH HH IH JH SH rH sH H H H H H H H H H H H =H >H ?H @H AH BH KH H H JH KH LH ]H }H ~H H H H -H aH wH xH H H H H H H H #H 9H ;H lH mH vH H H KH LH [H H H H H TH H H H H H H H H H "H #H 4H UH VH WH XH YH ZH H 'H (H iH tH ~H H H H H H #H :H gH hH H H H H 	H 
H !H 6H aH oH 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 1H 2H <H AH BH CH `H nH ~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 4H 5H ?H DH EH FH nH |H H H H H H H H H H H H H H H H H H *H +H 6H ;H <H FH KH LH WH \H ]H gH lH mH nH H H H H H H H H H H H H H H H H H UH H H H H H H H H H H  H H H H H  H !H "H IH WH gH hH sH xH yH H H H H H H H H H H H H H H H H H H H H #H (H )H 3H 8H 9H :H jH xH H H H H H H H H H H H H H H H H  H H H H !H "H ,H 1H 2H =H BH CH MH RH SH TH H H H H H H H H  H *H /H 0H ;H @H AH KH PH QH RH qH H H H H H H H H H H H H H H H H H 
H H H )H .H /H 9H >H ?H JH OH PH ZH _H `H aH |H H H H H H H H H H H H H H H H H H "H GH jH kH H H H H H H yH zH H H H H H 	H H H H QH uH H H H H H H H H  H nH H H (H 8H IH YH ZH ~H H H H H H ,H [H \H H H H H H H H H H VH H H H H H $H <H =H >H OH H H H 	H 2H H H H H H H 
H H H  H SH ]H gH hH H H H H H H H H 2H 3H BH SH H H 
H xH H H H H H H CH DH UH H H W I  I  I  I  I  I I I I I I I I I I I !I +I ,I RI zI I I I I I I I I I jI kI I I I I I I I I I I I I 	I 	I 
I 
I 
I 3I 4I I I (I )I ;I I I I 	I I kI I I yI zI _I tI I I I I I I  I (I -I .I 3I ;I GI HI MI TI YI ZI _I fI rI sI {I I I I I I I I I I I I I I I I I I zI {I I I hI iI &I 'I I I I 	I I I VI WI I jI kI sI tI I O!I P!I !I o#I y#I $I $I %I %I %I &I &I &&I 7&I H&I Y&I j&I k&I ~&I &I &I &I &I &I 'I 'I (I (I )I )I +I +I ,I ,I -I X-I Y-I -I -I .I C.I D.I .I .I L/I M/I t/I 0I 0I 0I 1I 1I 1I 1I 
2I 2I 2I 2I M2I 2I 2I 2I 2I 2I 2I 2I 2I 2I &3I d3I 3I 3I 3I 3I 3I Y4I Z4I [4I l4I 4I 4I 4I 4I 4I 4I 4I 4I 5I %5I /5I 05I ^5I 5I 5I 5I 5I 5I 5I 5I 5I 5I 6I /6I o6I 6I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 7I 8I 8I 8I @8I f8I g8I h8I i8I k8I l8I m8I v8I 8I 8I 8I 9I S9I w9I 9I f:I v:I w:I x:I :I :I :I :I :I :I :I :I ;I ;I ";I #;I Q;I x;I y;I z;I {;I };I ~;I ;I ;I ;I ;I ;I (<I g<I <I <I <I <I <I =I =I =I =I (=I 3=I f=I p=I z=I {=I =I =I =I =I =I =I =I =I !>I ->I T>I >I >I >I >I %?I n?I o?I ?I ?I ?I ?I ?I ?I ?I ?I /@I 9@I C@I D@I m@I n@I o@I q@I @I @I @I AI AI AI AI BI BI BI BI CI CI CI CI CI CI ECI DI DI +EI mEI EI EI #FI rFI FI FI FI FI GI GI $GI %GI MGI mGI GI GI GI GI GI GI GI GI GHI ZHI HI HI HI HI HI HI HI HI HI HI HI HI  II (II KII ^II qII II II II II II II II II "JI #JI $JI 5JI fJI mJI vJI wJI JI JI JI JI JI JI JI JI JI JI JI JI JI JI KI (KI ;KI <KI =KI >KI GKI KI &LI 9LI MI  MI !MI "MI 3MI MI MI  NI NI 	NI NI 3NI ENI _NI yNI NI NI NI NI NI NI OI OI 5OI EOI _OI yOI zOI {OI |OI OI OI OI OI PI PI PI PI PI PI PI (QI )QI *QI ;QI QI QI QI QI QI QI QI QI QI RI RI 8RI RRI ZRI oRI RI RI RI RI RI RI SI SI SI SI 9SI QSI dSI wSI SI SI SI SI SI SI /TI LTI TI TI zUI {UI |UI }UI UI UI UI 
VI #VI HVI [VI nVI VI VI VI VI VI 7WI _WI WI WI XI XI XI XI XI XI XI YI YI ?YI RYI eYI xYI YI YI YI YI YI lZI ZI ZI  [I [I [I [I [I %\I &\I -\I 6\I 7\I ?\I T\I i\I {\I \I \I \I \I \I \I ]I %]I 7]I Q]I k]I {]I ]I ]I ]I ]I ]I ]I ^I ^I ?^I @^I S^I f^I y^I ^I ^I ^I ^I ^I ^I d_I _I  `I `I `I TaI UaI VaI gaI aI MbI TbI ]bI ^bI fbI {bI bI bI bI bI bI bI cI 0cI AcI [cI ccI xcI cI cI cI cI cI cI dI -dI >dI XdI YdI ZdI [dI dI dI dI dI dI dI dI dI dI dI dI eI 
fI kfI fI fI DgI gI hI jhI iI jiI kiI riI iI  jI jI GjI sjI jI jI jI +kI _kI `kI qkI kI kI kI kI kI kI kI 
lI lI 9lI SlI dlI ~lI lI lI lI lI lI lI mI  mI 5mI GmI amI {mI mI mI mI mI mI mI nI nI nI nI AnI BnI UnI hnI {nI nI nI nI nI nI nI koI epI pI CqI PqI qI 4rI rI gsI nsI sI sI sI tI (tI GtI ftI tI tI tI tI tI uI uI uI uI )uI ;uI MuI _uI vuI uI uI uI uI uI uI 
vI vI 2vI 3vI ;vI MvI _vI qvI vI vI vI vI vI vI wI wI .wI ?wI VwI WwI XwI YwI wI wI wI wI wI wI wI wI wI wI wI  yI yI zI {I {I {I |I :|I |I |I |I y}I "~I AI iI րI ׀I ހI zI {I I I I 9I yI I I փI I I I KI LI pI qI vI xI yI zI I I I ԄI I I I ;I ]I I I I I ȅI I  I !I "I #I ]I 
I I CI I I I ;I I ߉I I 2I يI ڊI I I ^I _I I I I (I jI I ٍI  I oI ĎI ŎI ώI ڎI 
I I !I "I JI KI ^I qI I I I I I I I I FI tI I I I I I #I $I %I MI NI aI tI I I I I I I őI I lI mI ~I I I I I I ϒI I I I I I I  I DI ǓI ȓI ٓI ړI ۓI I I I *I =I PI RI SI TI ]I I I I I I I I I וI cI dI I I I I I I ,I cI I I !I cI I I >I I I I I I ݚI I I I I I @I SI fI yI {I I I I 
I ;I MI I I I I I I =I DI LI MI cI sI tI uI vI I I I ŝI ؝I I I I I I I }I I ɞI I I I JI UI tI I ȟI I I I I .I 5I =I >I nI I I I I I I ĠI נI I I I  I I 
I yI I ۡI I (I 3I RI I âI ĢI ŢI ƢI עI I I -I .I AI TI gI zI |I }I ~I I I 3I ؤI I VI aI I I I I  I -I .I /I 0I WI XI I JI |I }I I "I ]I ^I I 
I xI yI ΩI ϩI I kI I I ӪI I ҬI ӬI I ­I I I 0I I I I /I KI [I nI I I ݯI 'I VI I I "I {I I I NI I I I I I I I -I 1I 2I 3I 4I 5I 6I 7I 8I 9I MI TI YI iI jI yI zI {I I I I I I I I I I I ƴI I I XI YI ^I I I յI ֵI ۵I I I hI iI nI I I I I I I I "I #I (I VI [I I I I I ܷI I I I I I I I I 	I 
I I  I (I /I 6I BI CI NI RI YI `I aI bI cI dI eI fI gI hI iI jI kI lI mI nI oI I 7I 8I QI RI kI |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 4I 5I 6I 7I 8I 9I :I ;I HI II WI XI YI ZI gI yI @I AI 3I 4I I I #I ,I LI I I I I I OI PI cI I I I ڿI ۿI ܿI I !I I tI uI bI cI XI YI eI I CI I I I I I I I eI fI I I I I <I =I NI lI I I I 2I NI hI iI rI sI I I qI rI I I I I I 6I LI ~I I I I I I {I |I I I ?I I ^I _I I  I I LI MI I I JI KI I I pI qI >I ?I YI jI I I I I I I I 
I I !I "I 6I 7I 8I AI OI \I ]I ^I _I `I aI eI fI gI hI I I I I I I I I I I I I I I I I I I I I I I I I 2I 4I 9I :I II KI QI RI `I bI hI iI |I ~I I I I I I I I I I I I I I I 0I JI ~I I I I 
I %I YI lI I I I I DI ^I nI I I I I I I I #I $I :I `I oI I I I I I I I I I .I ^I _I `I I I I I I I SI TI ^I iI I I I I I I I I "I 8I NI PI gI hI qI I I I I I I I I  I I I I 3I 4I 5I \I ]I ^I _I `I aI jI I I I I I I I I I .I CI XI rI sI I I I I I I I I I I I I I I I %I &I HI dI eI zI {I I I I I I I I I I I I 2I 3I I I I I I I I I >I I I I I  I +I ^I hI rI sI I I I I 
I I I I I I I I JI I I I I 5I 6I WI XI YI ZI [I \I eI I I I I I I I I I %I I I I I I 'I 1I 2I I I I I I I AI vI I I I I I I I 
I I I )I .I /I 9I >I ?I JI OI PI ZI _I `I aI I I I I I I I I I I I I I I I I I I I I I (I -I .I 8I =I >I II NI OI YI ^I _I `I I I I I I I I I I I I I I I I I I I I *I +I 6I ;I <I FI KI LI WI \I ]I gI lI mI nI I I I I I I I I I I I I I I 
I I I %I 3I CI DI OI TI UI _I dI eI pI uI vI I I I I I <I ^I lI |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 2I 7I 8I BI GI HI II vI I I I I I I I I I I I I I I I I I I &I 'I 2I 7I 8I BI GI HI SI XI YI cI hI iI jI 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 9I >I ?I II NI OI ZI _I `I jI oI pI qI I I I I I I I I I I I I I I I I I I (I 8I 9I DI II JI TI YI ZI eI jI kI uI zI {I |I I I I  J 	 J _ J ` J m J n J o J  J J J LJ ^J _J iJ tJ J J J J J J %J 'J >J ?J HJ J J J J J kJ J J J J J J J J .J J J J J J J  J OJ PJ QJ RJ SJ \J J J J SJ ^J z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 m
J 
J 
J 
J 
J 
J 
J 
J 
J 
J )J *J J J 6J WJ }J J J J J J J D
J 
J 
J 3J vJ wJ xJ yJ J J %J &J ZJ lJ mJ wJ J J J J J J J *J +J ,J -J 6J J J J J J 	J *J +J <J J J J J J PJ tJ J J AJ NJ yJ z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 7#J C#J D#J L#J S#J X#J Y#J a#J h#J t#J u#J v#J w#J $J $J p%J q%J 'J 'J 'J 'J (J *(J (J (J ])J ^)J )J )J G*J ,J 	,J -J -J c-J .J .J /J 
1J 1J ]2J ^2J 3J 3J 3J 3J 3J 3J 3J 3J 3J 4J 	4J 4J /4J F4J ]4J ^4J i4J 5J 5J 76J 86J 6J 6J 9J 9J `:J q:J :J :J :J V;J ;J ;J ;J ;J +<J {<J <J <J =J ">J />J [>J _?J `?J j?J u?J ?J ?J ?J ?J ?J @J @J  @J !@J "@J +@J j@J v@J @J @J AJ *AJ 5AJ nAJ xAJ AJ AJ AJ AJ 
BJ ABJ BBJ CBJ DBJ pBJ qBJ {BJ BJ BJ BJ BJ BJ BJ !CJ "CJ #CJ %CJ &CJ 'CJ 0CJ oCJ {CJ CJ CJ 
DJ 1DJ DJ  EJ 0EJ 1EJ 2EJ CEJ QEJ REJ SEJ ]EJ hEJ EJ EJ EJ EJ EJ FJ FJ FJ FJ 	FJ 
FJ FJ FJ SFJ _FJ FJ FJ FJ GJ GJ HJ HJ HJ HJ 'HJ 5HJ 6HJ 7HJ 8HJ dHJ nHJ yHJ HJ HJ HJ HJ HJ IJ IJ IJ IJ IJ IJ IJ &IJ eIJ qIJ IJ IJ JJ %JJ ]JJ JJ JJ JJ JJ JJ JJ JJ JJ JJ KJ KJ KJ KJ GKJ qKJ rKJ sKJ uKJ vKJ wKJ KJ KJ KJ KJ  LJ @LJ oLJ LJ LJ MJ 
MJ MJ ,MJ -MJ .MJ hMJ MJ MJ MJ MJ MJ MJ MJ NJ NJ 
NJ NJ &NJ 'NJ 0NJ 2OJ 3OJ DOJ OJ OJ jPJ kPJ |PJ PJ PJ PJ PJ PJ PJ PJ RJ RJ RJ SJ BSJ zSJ SJ TJ eTJ fTJ pTJ {TJ TJ TJ TJ TJ TJ UJ UJ 1UJ DUJ WUJ YUJ pUJ qUJ zUJ UJ UJ %VJ &VJ 'VJ 8VJ eVJ lVJ tVJ uVJ VJ VJ VJ VJ VJ VJ VJ VJ WJ "WJ 5WJ 6WJ 7WJ 8WJ AWJ dWJ WJ WJ WJ WJ WJ XJ XJ XJ XJ +XJ ;XJ <XJ =XJ >XJ ?XJ @XJ AXJ BXJ CXJ DXJ lXJ XJ XJ XJ XJ XJ XJ XJ XJ XJ "YJ YJ YJ ZJ ZJ ZJ ZJ ZJ [J [J [J [J [J [J [J [J [J \J '\J A\J [\J c\J x\J \J \J \J \J \J \J ]J ]J ]J ]J B]J b]J ]J ]J ]J ]J ]J ]J ]J $^J R^J ^J ^J ^J ^J #_J *_J 3_J 4_J <_J Q_J f_J x_J _J _J _J _J _J _J 
`J "`J 4`J N`J h`J x`J `J `J `J `J `J `J `J aJ aJ (aJ ;aJ <aJ =aJ >aJ GaJ aJ aJ 1bJ zbJ cJ cJ cJ cJ ,cJ cJ cJ cJ cJ cJ cJ dJ dJ  dJ !dJ "dJ +dJ dJ dJ @eJ eJ 'fJ (fJ )fJ *fJ ;fJ fJ fJ fJ fJ fJ fJ gJ gJ )gJ *gJ +gJ ,gJ 5gJ 
hJ 1hJ uhJ hJ ]iJ ^iJ _iJ piJ iJ iJ iJ iJ iJ iJ iJ jJ jJ 3jJ MjJ ]jJ wjJ jJ jJ jJ jJ jJ jJ 	kJ kJ 3kJ MkJ NkJ OkJ PkJ akJ kJ kJ kJ kJ kJ lJ lJ *lJ =lJ >lJ ?lJ @lJ IlJ mJ bmJ mJ mJ EnJ nJ nJ nJ oJ ooJ oJ oJ oJ oJ pJ pJ .pJ CpJ UpJ opJ pJ pJ pJ pJ pJ pJ qJ qJ +qJ @qJ RqJ lqJ qJ qJ qJ qJ qJ qJ qJ qJ qJ !rJ "rJ 5rJ HrJ [rJ nrJ rJ rJ rJ rJ rJ QsJ sJ 	tJ \tJ tJ tJ XuJ uJ vJ vJ wJ 	wJ wJ OwJ wJ wJ wJ xJ ExJ qxJ xJ xJ xJ xJ yJ SyJ ZyJ cyJ dyJ lyJ yJ yJ yJ yJ yJ yJ zJ zJ 6zJ GzJ azJ rzJ zJ zJ zJ zJ zJ zJ zJ {J *{J D{J ^{J o{J {J {J {J {J {J {J {J {J {J |J |J ,|J ?|J @|J A|J B|J K|J 	}J ~J k~J ~J ~J [J J NJ J J LJ kJ J J ƁJ J J EJ FJ GJ XJ J J J J J ǂJ قJ J J J +J BJ SJ jJ J J J J ЃJ уJ كJ J J J !J 8J OJ fJ wJ J J J ̄J ݄J J J J J J  J 3J FJ YJ lJ J J J J J J fJ 8J J 4J nJ J ؉J 5J SJ J J J ߌJ J tJ uJ |J J J YJ J J אJ J 6J UJ tJ J J J J J J J J J J J !J .J PJ rJ J J J ْJ J J ?J TJ UJ fJ J J J J J J J J J #J ZJ J ٖJ (J }J ~J ЗJ wJ xJ 7J 8J J J 4J J J ƚJ J ?J wJ J 
J bJ cJ mJ xJ J J J J J J J J "J 5J 7J 8J 9J BJ J J J J 0J JJ J J J J J ÞJ J J J J %J 8J :J ;J <J EJ cJ J 
J J J J J FJ GJ ZJ mJ J J J J J J J J eJ fJ wJ xJ yJ J J J ȡJ ۡJ J J J J J J J /J 0J AJ BJ CJ DJ uJ J J )J *J [J SJ TJ J ʥJ J 9J ~J J J FJ J ܧJ 1J 2J 3J =J HJ {J J J J J J ިJ J J J J /J 0J 9J J ٩J J #J .J ZJ J J J ۪J J J J J J J J J <J =J PJ cJ vJ J J J J J J J 6J gJ J J J J J J @J fJ J J J J ̭J ӭJ ۭJ ܭJ J #J $J %J &J NJ OJ bJ uJ J J J J J J J ?J yJ J ƯJ ѯJ J ]J aJ bJ cJ dJ uJ J J ˰J ̰J ߰J J J J J J J %J J ѱJ vJ J J J J J J J J ˳J ̳J ͳJ γJ J J 1J J J J TJ J J J .J J J J lJ mJ J 	J 8J 9J qJ CJ pJ qJ J `J J J λJ J J J ͼJ J J J 4J 5J {J žJ J -J J J J UJ 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 3J 7J JJ RJ ^J _J dJ J J J J J )J .J sJ tJ yJ J J J J J 8J <J VJ WJ \J J J J J J J J J  J !J +J zJ 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 1J 2J 3J 4J 5J =J CJ DJ MJ QJ RJ eJ qJ rJ sJ tJ uJ 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 CJ PJ J J J J J J &J 'J 8J xJ yJ zJ J J VJ J J  J J J J J J J RJ J !J J J HJ J J J BJ `J aJ tJ J J J 
J ,J J J J J J J J J J J J J [J gJ vJ J J J J J J .J wJ |J J J J 6J J J 7J J J NJ J J J J J J J J WJ XJ J J J J J J J rJ J J 8J 9J J J J J J J J J J J J J J J J J J J J J J !J 'J (J AJ CJ HJ IJ WJ YJ _J `J sJ uJ {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 IJ JJ KJ LJ MJ +J ,J 8J J J J J J /J cJ wJ 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 mJ nJ J J J J J J J J 2J HJ ^J tJ J J J J J J :J DJ NJ OJ vJ J J J J J J J J J J 1J 2J FJ GJ kJ J J J J J J J J J J J J J J J J J )J *J >J ?J YJ uJ vJ J J J J J J J &J 'J 8J XJ YJ ZJ J J J J J J J J J J J J J J J J *J JJ KJ LJ yJ zJ {J |J }J ~J J J J J J J J J J J J J iJ J J J J J J J J J 2J _J uJ wJ J J J JJ KJ J J J J -J .J ?J J J J J J J J J J J ^J _J pJ J J J J J J J c K d K  K  K  K  K  K  K 0K GK _K vK K K K K ZK [K EK FK ]K rK K K K K K K K K K K K K K K K K K K +K ;K <K GK LK MK WK \K ]K hK mK nK x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 JK OK PK ZK _K `K kK pK qK {K K K K K K K K K K K K K K K K K K 
K K K HK VK fK gK rK wK x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 6K ;K <K GK LK MK WK \K ]K ^K K K K K K K K K K K K K K K K K K 	K "	K 2	K 3	K >	K C	K D	K N	K S	K T	K _	K d	K e	K o	K t	K u	K v	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 
K 
K 
K 
K .
K <
K L
K M
K X
K ]
K ^
K h
K m
K n
K y
K ~
K 
K 
K 
K 
K 
K 
K 
K ,K :K JK KK VK [K \K fK kK lK w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 IK YK ZK eK jK kK uK z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 0K K K K K K K K EK OK YK ZK K K K K K K K :K ;K [K \K K 	K ?K dK tK K K K K K K K 6K OK hK K K K K K K K K K BK CK K K K K 1K KK `K xK yK zK K BK CK DK EK nK K K 2K DK VK WK FK GK QK \K K K K K K K K K K K  K )K nK oK ~K K K K FK K K K K 8K ZK [K K K K K 8K K K K K K K =K >K K K K 
K K K  K SK ]K gK hK K K K K K K K 5K 6K VK WK K K K K K %K &K 'K (K XK K  K G"K H"K $K $K &K &K )&K o'K p'K 0(K 1(K d)K e)K w)K *K *K D-K E-K Z-K -K G.K J.K .K .K /K /K !0K "0K 10K C0K V0K W0K \0K d0K i0K j0K o0K w0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 1K 1K 1K 1K 1K 1K 1K 3K 3K 4K 4K b5K c5K 5K 5K D6K E6K 6K 6K 7K 7K 7K 9K 9K :K :K ;K <K <K &=K >K >K ?K ?K AK *AK 7AK DAK QAK bAK sAK AK AK AK AK AK AK AK AK AK BK 7CK 8CK CK CK WDK XDK *GK +GK GK HK DHK HK HK HK "IK OIK IK IK IK JK JK JK JK KK KK KK LK LK MK MK FMK PMK ZMK [MK MK MK MK MK MK MK MK NK NK ;NK bNK NK NK NK OK OK ;OK OK OK OK OK OK OK OK OK PK PK PK $PK WPK aPK kPK lPK PK PK PK PK PK PK PK PK 
QK QK @QK kQK QK QK URK RK RK RK RK RK RK RK RK RK SK 9SK CSK MSK NSK |SK SK SK SK SK SK SK SK SK SK SK $TK OTK TK TK 9UK UK UK UK UK UK UK UK UK UK VK VK VK JVK TVK ^VK _VK VK VK VK VK VK VK VK VK VK WK WK 6WK dWK WK WK WK 7XK 8XK 9XK JXK XXK YXK ZXK dXK oXK XK XK XK XK XK YK YK YK YK YK YK YK ]YK iYK YK YK YK 
ZK *ZK aZK ZK ZK ZK ZK ZK ZK [K #[K -[K 8[K k[K u[K [K [K [K [K [K [K [K [K [K \K \K \K !]K W]K ^K 	^K ^K L^K M^K N^K O^K P^K Q^K ^K 2`K 3`K g`K `K `K aK _aK aK bK bK bK bK LbK VbK `bK abK bK bK bK bK bK bK bK cK cK cK cK cK cK cK cK cK dK 
dK dK dK )dK 9dK :dK ;dK <dK ddK dK dK dK dK dK dK dK dK dK eK 0eK ^eK _eK `eK qeK eK eK eK eK eK eK eK eK eK eK eK eK eK eK eK 
fK +fK ,fK QfK dfK wfK xfK yfK zfK fK fK bgK ugK [hK \hK ]hK ^hK ohK ,iK 3iK <iK =iK EiK ZiK oiK iK iK iK iK iK iK jK jK +jK =jK WjK qjK jK jK jK jK jK jK jK  kK %kK 8kK KkK LkK MkK NkK WkK kK kK dlK elK flK wlK lK lK lK lK lK lK mK mK 0mK JmK ZmK tmK mK mK mK mK mK mK nK nK 0nK JnK KnK LnK MnK unK nK nK nK nK nK nK nK nK nK koK oK oK pK pK pK pK pK pK qK qK FqK _qK qK qK qK qK qK qK qK qK srK rK rK 'sK sK sK sK sK sK ,tK -tK UtK VtK {tK tK tK tK tK tK tK tK tK uK uK vK \vK vK vK vK wK awK bwK iwK rwK swK {wK wK wK wK wK wK wK xK /xK 7xK LxK axK sxK xK xK xK xK xK xK xK xK xK RyK SyK {yK |yK yK yK yK yK yK yK yK yK yK zK  {K <{K P{K {K |K |K |K |K 
}K }K }K }K }K }K }K }K }K }K 
~K '~K 8~K R~K l~K }~K ~K ~K ~K ~K ~K ~K 
K $K 5K OK iK zK K K K K K K K K K K K  K !K "K +K K FK K K -K K K KK K PK K K K K <K SK K K K K ;K gK K K K K K K K 
K K 4K IK [K uK K K K ԇK K K K *K 2K GK \K qK K K K ȈK K K 
K 'K 8K RK SK TK UK }K ~K K K K ʉK ݉K މK ߉K K K K K 	K K K K pK K K K K 	K (K MK dK K K K K K K :K AK JK KK SK eK wK K K K ɐK K K K K 0K FK WK nK oK wK K K K K ֑K K K K ,K CK TK jK {K K K K K K K ђK K K 
K K K  K !K *K <K K ֕K TK ҖK K WK vK ӗK K #K K ^K }K K K K K K K K 7K VK uK K ԞK K K 1K 2K CK K K K K K K K K K ̟K K K 2K TK UK wK K K ݠK K K K 7K \K ]K ^K _K K IK KK K K K 0K wK ƤK K K nK K K զK ֦K K K ҧK /K 0K dK K ݨK K \K K  K K K K IK SK ]K ^K K K K K K ӪK ժK ֪K תK K (K KK K K ΫK K K MK NK _K `K aK K K K K ìK ֬K جK ٬K ڬK K K %K K K K K K K K K K K 1K 3K 4K 5K >K \K K K K K K K ?K @K SK fK yK K K K K K K @K ͰK ΰK ߰K K K K K K K ǱK ȱK K K K &K hK K ׳K K ]K K K +K zK ϵK еK ѵK ۵K K K #K -K .K VK WK |K K K K K ͶK ζK ׶K FK wK K K ̷K K :K ;K LK yK K K K K K K K K ڸK ۸K K K K 'K )K *K @K AK JK K ԹK K "K ;K NK K K K ޺K K #K $K %K 6K jK qK yK zK K K »K ûK ĻK K K  K K &K 9K ;K <K =K FK K ݼK K )K dK oK K K K  K K K K @K AK iK jK }K K K K K K K þK 2K oK K WK K K K )K *K +K <K iK jK kK lK K K K K K K K ^K K K K IK K K 
K K DK K K K K K K K LK K 8K 9K lK  K !K VK kK K K K K K K cK K K !K ^K K K KK K K #K $K /K ;K JK VK iK mK nK oK pK qK rK sK tK uK K K K K K K K K K K K K K K K K K K K 9K >K K K K K K K K K NK RK K K K K K K K K 2K 7K ^K _K dK K K K K K K K K )K *K -K 7K 8K ;K DK EK FK WK \K dK kK rK ~K K K K K K K K K K K K K K K K K K K K K K sK tK 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 KK XK YK cK pK qK rK sK tK uK vK wK K K K K K K K K |K }K oK pK GK HK _K hK K K K 6K 7K CK K K K K K K K K K %K ]K K K K K K K K K $K K K VK K &K 'K K AK K K K K K K xK yK K K K 3K UK nK K K K K K NK OK K K K K K  K !K rK K K K K K K YK K K K >K {K K K K K <K =K K K -K .K K K K K K K zK {K K K VK K WK XK K K BK FK GK ]K ^K rK sK tK }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 1K 6K 7K LK NK SK TK nK pK uK vK K K K K K K K K K K K K K K K K K K K K K K K 8K lK K K K K K IK aK K K K K .K LK K K K K K 1K 2K 3K 4K VK _ L ` L v L  L  L  L  L  L L L *L 8L KL LL jL L L L L L L L (L )L L L L L L L L L L 1L 2L HL ^L tL L L L L L L L L L 	L %L &L ;L <L =L >L OL oL pL qL L L L L L L L L L L L L L L &L QL jL L L L L L L L L L L L  L !L "L #L $L -L LL ML aL bL L L L L L L L L L L L L L L L %L nL oL $L %L &L 7L WL XL YL ZL zL 	L ;	L Q	L R	L \	L g	L 	L 	L 	L 	L 	L 	L 
L 
L F
L G
L P
L 
L 
L %L &L 5L L L L L .L qL rL L L L L L L L L L 
L /
L 0
L 1
L 2
L 3
L 4
L a
L L L CL NL XL cL mL nL L L L L AL BL }L L L L L L L L ;L IL YL ZL eL jL kL uL z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 HL XL YL dL iL jL tL yL z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 HL VL fL gL rL wL xL L L L L L L L L L L L L L L L L L  L %L &L 1L 6L 7L AL FL GL HL aL oL L L L L L L L L L L L L L L L /L xL L L L L L L L L L L L L L L L L L #L 1L AL BL ML RL SL ]L bL cL nL sL tL ~L L L L L L L L L L L L L L L L L 
L L L L DL RL bL cL nL sL t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 KL YL iL jL uL z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 4L 9L :L ;L VL dL tL uL L L L L L L L L L L L L L L L !L DL EL L L L L L L SL TL L L L L L L L L L +L OL aL cL zL {L L L L L L HL L L L L #L 3L 4L XL YL jL L L L  L 5 L 6 L \ L  L  L  L  L  L  L  L  L 0!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 7%L A%L B%L h%L %L %L %L %L %L %L %L &L 
&L &L -&L e&L f&L &L R'L r'L 'L 'L 'L 'L 'L (L (L /(L (L (L 1)L o)L )L )L )L )L )L )L a*L b*L *L *L *L *L *L *L *L +L +L ,+L T+L f+L g+L h+L i+L r+L +L +L +L +L D,L E,L f,L g,L x,L ,L ,L ,L ,L ,L -L -L /L /L }2L 2L 3L 3L 3L 
5L 5L 5L 5L 7L 7L 7L {8L |8L :L :L :L E;L ;L ;L S<L T<L 9=L N=L =L =L =L =L =L =L =L >L >L >L 
>L >L !>L ">L '>L .>L 3>L 4>L 9>L @>L L>L M>L U>L ]>L b>L c>L k>L s>L >L >L >L >L >L >L >L >L >L >L >L >L T?L U?L @L @L BBL CBL  CL CL ZCL fCL CL CL DL DL 0EL 1EL EL DGL EGL MHL NHL HL )JL *JL JL ILL SLL ML ML NL NL NL NL NL  OL OL "OL 3OL DOL EOL XOL kOL OL OL OL OL PL PL sQL tQL QL QL TL TL UL UL UL 2VL 3VL VL VL VL WL WL gWL WL &XL 'XL NXL ^YL kYL YL ZL ZL ZL ZL ZL ZL ZL ZL '[L Y[L Z[L \[L ][L ^[L g[L [L [L [L  \L >\L f\L q\L \L \L \L 3]L 4]L 5]L F]L }]L ~]L ]L ]L ]L ]L ]L ]L ]L ]L 	^L 
^L 8^L ]^L ^^L _^L a^L b^L c^L l^L ^L ^L ^L 	_L I_L m_L _L \`L l`L m`L n`L `L `L `L `L `L `L `L `L `L `L aL @aL AaL BaL CaL EaL FaL GaL PaL aL aL aL aL -bL QbL bL @cL PcL QcL RcL ccL qcL rcL scL tcL cL cL cL cL cL cL cL +dL RdL SdL TdL UdL WdL XdL YdL bdL dL dL dL eL AeL aeL eL eL eL eL eL eL eL eL fL 
fL @fL JfL TfL UfL fL fL fL fL fL fL fL fL fL gL .gL \gL |gL gL gL gL HhL IhL ZhL hhL ihL jhL hL hL hL hL 	iL iL iL iL GiL HiL IiL KiL biL ciL liL njL ojL jL jL jL kL kL kL kL kL kL kL kL kL lL mL mL nL GnL ~nL nL nL LoL oL oL oL oL oL oL oL oL 'pL GpL ZpL mpL pL pL pL pL pL pL !qL 4qL aqL bqL cqL tqL qL qL qL qL qL qL qL qL qL rL %rL 8rL KrL ^rL qrL rrL srL trL }rL rL rL rL rL rL sL @sL GsL PsL QsL gsL wsL xsL ysL zsL {sL |sL }sL ~sL sL sL sL sL sL sL tL tL tL tL tL !tL ^tL  uL uL uL uL uL uL 
vL vL vL vL vL vL vL 
wL wL 9wL SwL cwL }wL wL wL wL wL wL wL xL xL 9xL SxL TxL UxL VxL ~xL xL xL xL xL xL xL xL xL `yL yL zL zL zL zL _zL fzL ozL pzL xzL zL zL zL zL zL zL {L ,{L 4{L I{L ^{L p{L {L {L {L {L {L {L {L {L |L +|L >|L Q|L d|L w|L x|L y|L z|L |L 	}L &}L m}L }L T~L U~L V~L W~L h~L ~L ~L ~L ~L "L 5L HL [L \L ]L ^L gL L 9L |L ŀL cL dL eL fL wL ʁL ˁL L L L ,L ?L RL eL fL gL hL qL FL mL L L L L L L L  L L L L L .L CL UL oL L L L ͅL ՅL L L L +L EL UL oL L L L L L L L L L -L @L SL fL yL zL {L |L L >L L ڈL L L .L /L 0L AL L 'L .L 7L 8L @L UL jL L L L ŋL ֋L L 
L L 5L =L RL gL |L L L L ӌL L L L 2L 3L 4L 5L ]L ^L qL L L L L L L L ɍL L L EL L ˏL L L L DL L DL EL LL L ڒL L !L ML L L ٓL L 9L :L KL L L L L L L ҔL L L L -L >L XL rL L L L ȕL ЕL L L L !L ;L UL fL L L L ŖL ֖L L L L L L L /L BL UL hL {L |L }L ~L L EL ?L L L *L L L L AL HL L L ƜL L L !L @L L L L L ؝L ߝL L L L L L 'L 9L PL gL ~L L L L ΞL L L L 
L L 'L 9L KL ]L tL L L L ʟL L L L L 0L 1L 2L 3L [L \L oL L L L L L L L ȠL ڡL L tL L pL L L L qL L L SL L L CL L L L TL UL L իL L L SL rL L L ϬL ЬL L %L &L JL KL PL RL SL TL ]L jL L L ЭL L L L 7L YL {L L L L ծL L L L L 7L L L L _L L αL L dL L L L L L sL tL 8L 9L pL ͵L εL L DL {L L L IL L L L L L L L L $L %L 8L KL ^L qL sL tL uL ~L ƸL L  L NL lL L L L L L L L 'L (L ;L NL aL tL vL wL xL L L úL FL GL XL YL ZL 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 7L [L ޽L kL lL }L ~L L L L =L >L eL fL L L L L L =L uL L L =L L L L mL nL oL yL L L L L L L L L -L @L SL UL kL lL uL L L 'L _L jL L L L L L L &L 'L =L ML NL OL PL xL yL L L L L L L L L L WL rL L L L L $L /L NL |L L L L L L L L L L HL _L `L aL bL L L L L L L L L L L SL {L L L L 
L ,L L L L L L L L L L L L .L AL TL VL WL XL aL L 
L L L 0L ;L ZL L L L L L L 	L 
L 1L 2L mL $L VL WL L L 7L 8L jL L RL SL L L L EL tL uL L L L L L L L L 
L L L L 	L %L 5L HL pL qL L L 0L iL L L UL L L (L _L L L L L L L L L L 
L L L L L L L 'L .L 3L CL DL SL TL UL aL bL cL dL oL sL L L L L L L L 2L 3L 8L eL jL L L L L L BL CL HL tL xL L L L L L L L L 0L 5L [L \L ]L gL L L L L L L L L L L L L L L 	L L L L (L ,L 3L :L ;L <L =L >L ?L @L AL BL CL DL EL FL GL HL IL ^L L L +L ,L EL VL WL kL mL nL oL pL qL yL 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 1L 2L 3L 4L AL SL L L 
L L L L L L &L L L L L L )L *L =L bL cL tL L L L L L L NL OL <L =L 2L 3L ?L L L L L ]L L L L L ?L @L ~L L L L L L (L FL hL L L L (L BL CL LL ML L L KL LL L L L L L L &L XL YL jL L L L UL VL rL L L sL 8L 9L L L L &L 'L L L $L %L L L J M K M M M 3M DM M M M M tM uM M M M M M M M M M )M 6M 7M 8M 9M :M ;M ?M @M AM BM [M ]M cM d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 BM CM VM XM ]M ^M eM jM M M M M M g	M h	M t	M 	M 	M 

M $
M X
M k
M 
M 
M 
M 
M 3M FM zM M M M M 8M HM |M M M M M M M 
M 
M M :M IM \M ]M vM M M M M M M M 8M 9M :M nM M M M M M -M .M 8M CM vM M M M M M M M M M (M *M AM BM KM mM nM M M M M M M M M M M 
M M M 6M 7M 8M 9M :M ;M DM eM fM zM {M M M M M M M M 2M LM MM bM cM tM M M M M M M M M M M M M M  M "M >M ?M TM UM f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 8M BM LM MM nM M M M M M M M M M M M $M iM jM {M M M M 1M 2M 3M 4M 5M 6M ?M M M M M M M M M M M M M M M M M M M lM M M M M M M PM M M M M M M M M M M M M 	M M M M $M )M *M 4M 9M :M ;M YM gM wM x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 3 M 8 M 9 M : M \ M j M z 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 1!M 6!M 7!M A!M F!M G!M H!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 9"M >"M ?"M J"M O"M P"M Z"M _"M `"M a"M "M #M 8#M F#M V#M W#M b#M g#M h#M r#M w#M x#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$M ^$M n$M o$M z$M $M $M $M $M $M $M $M $M $M $M $M $M $M $M  %M %M %M %M %M %M !%M "%M -%M 2%M 3%M =%M B%M C%M D%M j%M x%M %M %M %M %M %M %M %M %M %M %M %M %M %M %M %M 8&M 9&M h&M v&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 4'M 9'M :'M D'M I'M J'M K'M w'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 3(M 4(M ?(M D(M E(M O(M T(M U(M V(M z(M (M (M (M (M 9)M :)M G)M H)M I)M l)M )M )M &*M 8*M 9*M C*M N*M *M *M *M *M *M *M *M +M +M +M "+M v+M w+M +M +M +M E,M {,M ,M ,M ,M ,M ,M ,M ,M -M Y-M r-M -M -M -M -M -M ).M *.M +.M ,.M -.M 6.M ~.M .M .M -/M 8/M T/M m/M /M /M /M /M /M /M ~0M 0M 0M 0M 0M 91M :1M n1M 1M 1M 1M 2M 2M 2M 2M 2M 2M 2M 2M 3M 53M G3M Y3M Z3M [3M \3M e3M 3M 3M 3M 3M 4M 4M 4M 4M 5M 15M W5M t5M 5M 5M 5M 5M 5M 6M t6M 6M 
7M P7M Q7M R7M S7M y7M z7M 7M  8M 48M F8M G8M Q8M \8M 8M 8M 8M 8M 8M 8M 9M 9M 9M 9M 9M q9M r9M 9M 9M 9M 9M :M :M :M a:M b:M c:M d:M :M *;M N;M =M =M @M (@M SAM TAM eAM BM BM lCM mCM DM DM DM FM FM HM HM HM HM IM IM IM IM JM JM ]KM ^KM mKM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM  LM LM 	LM LM LM LM &LM -LM 2LM 3LM ;LM BLM NLM OLM PLM QLM LM LM JNM KNM OM OM PM PM PM QM QM QM 7RM 8RM RM RM !SM TM TM UM UM =VM WM WM bXM YM YM 7[M 8[M Y\M f\M s\M \M \M \M \M \M \M \M \M \M 	]M  ]M 7]M 8]M C]M s^M t^M _M _M _M _M fbM gbM :cM KcM cM cM cM 0dM ^dM dM dM dM eM UeM eM eM eM fM 	gM 5gM 9hM :hM DhM OhM hM hM hM hM hM hM hM hM hM hM iM DiM PiM wiM iM iM jM jM HjM RjM wjM jM jM jM jM kM kM kM kM JkM KkM UkM `kM kM kM kM kM kM kM kM kM kM  lM lM 
lM IlM UlM |lM lM lM mM mM mM 
nM nM nM nM +nM ,nM -nM 7nM BnM unM nM nM nM nM nM nM nM nM nM nM nM nM -oM 9oM `oM oM oM oM upM pM pM pM pM qM qM qM qM qM >qM HqM SqM qM qM qM qM qM qM qM qM qM qM qM qM  rM ?rM KrM rrM rM rM rM 7sM ssM tsM usM sM sM sM sM sM sM sM sM sM sM !tM KtM LtM MtM OtM PtM QtM ZtM tM tM tM tM uM IuM fuM uM uM uM uM vM vM vM BvM _vM ivM tvM vM vM vM vM vM vM vM vM  wM wM 
wM xM 
xM xM ]xM xM DyM EyM VyM yM yM yM yM yM yM yM n{M o{M {M {M |M T|M |M |M ?}M @}M J}M U}M }M }M }M }M }M }M }M ~M ~M 1~M 3~M J~M K~M T~M ~M ~M ~M  M M M ?M FM NM OM eM uM vM wM xM M M M M M M M M M M >M lM M M M M ހM M M M M M M M M M M M M M M FM gM hM M M M M M M M M M M M M M M M hM oM xM yM M M M M ׄM M M M 5M =M RM gM yM M M M ׅM M M M M M <M aM tM M M M M M M ,M M M M M M M 
M M M +M @M RM lM M M M ʈM ҈M M M M (M BM RM lM M M M M M ɉM ܉M M M M M M M !M M ĊM M TM M M M M M YM ZM M M M ӌM M M M M M M M ׍M M cM M M M M M hM iM M M M ʏM ݏM M M M M M M M M OM M 7M 8M 9M JM M M M M M M ̒M M M 
M 'M 7M QM kM sM 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 xM M M ̗M ͗M ΗM ߗM IM ŘM ̘M ՘M ֘M ޘM M M M /M IM cM tM M M M әM ۙM M M M ,M FM `M qM M M M КM њM ҚM ӚM M M M "M 5M HM [M \M ]M ^M gM +M M M 6M iM M 2M M M M M M M )M xM M M M M KM wM M סM ءM M -M 4M =M >M FM [M pM M M M ˢM ܢM M M !M ;M LM fM nM M M M M ٣M M M M 8M IM cM tM M M M M M M ͤM M M M M M M M %M M ݦM EM M ȧM 5M M (M ߩM M &M EM dM M M M ުM M  M !M 2M vM }M M M M M M ūM ׫M M M M -M DM [M lM M M M M M ŬM ׬M M M M )M @M QM hM M M M M έM ϭM ЭM ѭM M M 
M  M 3M FM YM [M \M ]M fM xM @M M M M HM M M M -M _M M M M M NM OM VM M M 3M sM M M M M /M NM mM nM M úM ĺM M M M M M M M M *M LM nM M M M ջM M M .M /M @M sM M M M M ռM M M M M 4M lM M M WM XM M QM RM M M M M M kM lM M M M QM M M <M =M GM RM M M M M M M M M M M M M M M dM M M M 
M $M [M M M M M M M M M M M M M M M M =M aM M M M M M  M !M 4M GM ZM mM oM pM qM zM M M ?M @M QM RM SM {M |M M M M M M M M M M |M 	M 
M M M M M OM M M M M 5M -M .M bM M M M XM M M  M gM M M M 
M M "M UM _M iM jM M M M M M M M 	M 
M M M M M M M 4M vM wM M M M M M M M M M M M M *M =M PM cM eM fM |M }M M M M AM ^M wM M M M M M @M _M `M aM rM M M M M M M M M  M (M )M <M OM bM uM wM xM yM M M M SM eM M M M 7M ;M <M =M >M OM |M }M M M M M M M M M M M nM M PM M M M M eM fM gM xM M M M M M M M M M M .M M M M M M M M FM GM M M M M KM M JM KM M :M tM uM M \M ]M M M M M M M M UM M M M ]M M M /M M M M _M `M kM wM 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 8M 9M >M uM zM M M M M M MM NM SM M M M M M M M 0M 1M 6M nM sM M M M M M M M M M TM YM eM fM iM sM tM wM 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 KM LM MM NM OM aM {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 rM sM M M M M  M M M RM SM TM aM M 0M M M M M M M M `M M ,M M M bM cM "M }M M M M :M ;M NM M M M  N N oN N N N N N N N N N N N 5N AN PN \N ]N N N N N N QN VN N N N N zN N N N N (	N x	N y	N 	N 	N i
N j
N N N 1
N 2
N 
N 
N N N N N N L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 1N 3N 9N :N MN ON UN VN kN mN rN s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 ZN tN N N N 	N =N QN N N N N N 6N jN N N N N N 9N mN nN oN pN N N N N N N N N N GN HN fN tN N N N N N N N "N 8N NN dN eN N N N N N N (N )N PN mN nN N N N N N N N N N N  N !N EN aN bN wN xN yN zN N N N N N N N N N N N  N  N  N  N 3 N O N P N b N  N  N  N  N  N  N  !N !N !N 2!N 3!N 4!N [!N \!N ]!N ^!N _!N `!N i!N !N !N !N !N !N !N !N !N !N "N $"N %"N &"N S"N T"N U"N V"N W"N X"N a"N "N "N `#N a#N b#N s#N #N #N #N #N #N C$N w$N $N $N $N $N $N $N $N $N %N 9%N O%N Q%N %N %N %N $&N %&N a&N b&N q&N &N 'N 'N 'N j'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 8(N 9(N J(N k(N l(N m(N n(N o(N p(N (N =)N >)N )N )N )N )N )N )N 
*N !*N 9*N P*N }*N ~*N *N *N 4+N 5+N ,N  ,N 7,N L,N w,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N -N -N -N !-N &-N '-N 1-N 6-N 7-N B-N G-N H-N R-N W-N X-N Y-N v-N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N .N .N .N $.N ).N *.N 4.N 9.N :.N E.N J.N K.N U.N Z.N [.N \.N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N "/N 0/N @/N A/N L/N Q/N R/N \/N a/N b/N m/N r/N s/N }/N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N k0N 0N 0N 0N 0N 0N  1N 1N 1N 1N 1N 1N !1N &1N '1N 11N 61N 71N 81N _1N m1N }1N ~1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 2N 
2N 2N 2N 2N (2N -2N .2N 92N >2N ?2N I2N N2N O2N P2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 3N 3N &3N '3N 23N 73N 83N B3N G3N H3N S3N X3N Y3N c3N h3N i3N j3N 3N 3N 4N 4N $4N %4N 04N 54N 64N @4N E4N F4N Q4N V4N W4N a4N f4N g4N h4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 5N #5N 35N 45N ?5N D5N E5N O5N T5N U5N `5N e5N f5N p5N u5N v5N w5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 6N 86N ]6N 6N 6N 6N 6N 6N 6N 6N 
7N 7N 7N 7N 7N 7N 7N 7N 8N )8N 38N 48N g8N 8N 8N 8N 8N 8N 8N 9N 9N 59N 69N 9N 9N :N >:N N:N _:N o:N p:N :N :N :N :N ;N );N B;N q;N r;N ;N ;N ;N ;N ;N ;N ;N <N <N l<N <N <N <N =N %=N :=N R=N S=N T=N e=N >N >N >N >N H>N >N >N ?N ?N 0?N 1?N  @N !@N +@N 6@N i@N s@N }@N ~@N @N @N @N @N @N @N @N AN HAN IAN XAN iAN AN AN  BN BN BN BN BN CN 4CN 5CN YCN ZCN kCN CN DN mDN DN DN DN DN DN EN EN EN EN EN EN EN EN EN -FN 7FN AFN BFN hFN FN FN FN FN FN FN GN GN 0GN 1GN GN GN GN GN GN GN  HN HN HN 2HN HN HN !KN "KN MN MN NN NN ON IPN JPN 
QN QN >RN ?RN QRN SN SN VN VN 4VN VN !WN $WN WN WN uXN XN XN XN YN YN 0YN 1YN 6YN >YN CYN DYN IYN QYN ]YN ^YN cYN jYN oYN pYN uYN |YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN ZN ZN [N [N ~]N ]N <^N =^N ^N ^N _N _N _N _N l`N m`N `N bN bN cN cN cN eeN feN  fN gN gN hN hN iN jN jN jN +jN <jN MjN ^jN ojN jN jN jN jN jN jN jN jN lN lN lN lN 1mN 2mN pN pN pN pN qN nqN oqN qN qN )rN YrN ZrN rN rN bsN csN sN tN tN tN uN uN uN uN  vN *vN 4vN 5vN cvN vN vN vN vN vN vN vN vN wN <wN zwN wN wN wN wN xN oxN pxN qxN xN xN xN xN xN xN xN xN xN 1yN ;yN EyN FyN tyN yN yN yN yN yN yN yN yN yN zN EzN zN zN /{N {N {N {N {N {N {N {N {N {N {N |N |N '|N (|N V|N ||N }|N ~|N |N |N |N |N |N |N |N |N )}N i}N }N ~N |~N ~N ~N ~N ~N ~N ~N ~N ~N ~N ~N ~N $N .N 8N 9N gN N N N N N N N N N N N >N }N N ՀN N N N $N 2N 3N 4N >N IN |N N N N N N N N N N N N 7N CN jN N N N N ;N N N N N N N N N N N EN ON YN ZN N N N N N N N N N N N 1N N N N &N 'N (N )N *N +N [N N 
N AN N N N 9N N ݊N ފN N N &N 0N :N ;N cN N N N N ϋN ыN N N N ]N pN N N N N ݌N N N N N N N N N >N aN tN N N N N N N N ܍N 
N 8N 9N :N KN |N N N N N N N N N N N N N N N N N N +N >N QN RN SN TN ]N N <N ON 5N 6N 7N 8N IN N 
N N N N 4N IN [N uN N N N ӒN ےN N N N 1N KN [N uN N N N N N ړN N N %N &N 'N (N 1N N ʔN >N ?N @N QN N N N N N ɕN ޕN N 
N $N 4N NN hN pN N N N ƖN N N 
N $N %N &N 'N ON gN zN N N N N N N N EN bN N N N N N N N N N  N 9N ^N qN N N N N N N MN uN N N N N N N N N N /N 0N UN hN {N N N N N N N N N N 6N ՟N ֟N ןN N ;N <N CN LN MN UN jN N N N ŠN ՠN N 	N N &N ;N MN gN N N N šN ơN ǡN ȡN ١N ,N -N UN VN iN |N N N N N N N N zN ڣN N *N N jN kN lN }N N cN jN sN tN |N N N N ͦN N N N ,N FN WN qN yN N N N ʧN N N N )N CN TN nN oN pN qN N N N N ӨN N N N N N N ɩN  N N ԪN N ZN ЫN %N N *N N N N ǭN N -N ]N N N N N AN uN vN N ˯N үN ۯN ܯN N N N #N 5N ON iN zN N N N ٰN N N N !N 6N KN ]N wN N N N ֱN N N N ,N -N .N /N WN XN kN ~N N N N N N N òN N {N N YN fN ӵN JN ƶN }N N ķN N N 'N >N ]N |N N N N иN N N $N %N -N ?N QN cN uN N N N ˹N N N 
N  N 1N HN IN QN cN uN N N N ǺN ޺N N N N .N DN UN lN mN nN oN N N N N ѻN N N N N N N N ޽N N .N N N 1N PN N N N N 8N WN N N N N N N N N 0N ON N N N N N N N aN bN N N N N N N N N N N N .N /N QN sN N N N N N N 6N 7N 8N 9N sN #N %N YN N N 
N QN N N N HN N N N N tN uN N 	N 
N >N N N N 6N N N N N N #N -N 7N 8N `N aN tN N N N N N N N N %N \N N N N N 'N (N 9N :N ;N cN dN wN N N N N N N N N N N N N N N N N N N N N 
N N N N 6N ZN N N N N N N N -N @N SN fN hN iN jN sN N N N N N N N N N yN zN N N N N N  N BN yN N N 7N yN N N TN N N N N N N N N N 0N 1N VN iN |N N N N N N  N QN cN N N N N N &N SN ZN bN cN yN N N N N N N N N N N N N N N $N N N N N N (N `N kN N N N N N N N DN KN SN TN N N N N N N N N N  N N N N N  N N N N N >N IN hN N N N N N N N N CN DN WN jN }N N N N N N N IN N 1N lN wN N N N N N CN DN EN FN mN nN N `N N N N 8N sN tN N #N N N N N N N N N N N N N &N N N N FN N N 0N EN aN qN N N N N =N lN N N 8N N N %N dN N N N 	N N $N 0N CN GN HN IN JN KN LN MN NN ON cN jN oN N N N N N N N N N N N N N N N N N N nN oN tN N N N N N (N ,N ~N N N N N N N N N N 8N 9N >N lN qN N N N N N N N N N N N N N N  N 1N 6N >N EN LN XN YN dN hN oN vN wN xN yN zN {N |N }N ~N N N N N N N N N MN NN gN hN 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 2N 3N =N JN KN LN MN NN ON PN QN ^N _N mN nN oN pN }N N VN WN I O J O !O "O 9O BO bO O O O O O eO fO yO O O O O O O O 7O O O O xO yO nO oO {O O YO O 0	O 	O  
O 
O 
O O {O |O O O O O R
O S
O d
O O O 
O /O HO dO ~O O O O (O )O O O O O O O O LO bO O O O O O 3O O O O O UO O tO uO O O O bO cO O O `O aO O O O O TO UO oO O 0O O 1O 2O O O !O  !O !!O 7!O 8!O L!O M!O N!O W!O e!O r!O s!O t!O u!O v!O w!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 H"O J"O O"O P"O _"O a"O g"O h"O v"O x"O ~"O "O "O "O "O "O "O "O "O "O "O "O "O $O $O $O $O %O F%O `%O %O %O %O %O #&O ;&O o&O &O &O &O 'O &'O Z'O t'O 'O 'O 'O (O (O 
(O (O 0(O 9)O :)O P)O v)O )O )O )O )O )O )O *O *O %*O &*O D*O t*O u*O v*O *O *O *O *O +O +O i+O j+O t+O +O +O +O +O +O +O ,O ,O ",O 8,O N,O d,O f,O },O ~,O ,O ,O ,O ,O ,O ,O ,O  -O -O -O -O -O )-O I-O J-O K-O r-O s-O t-O u-O v-O w-O -O -O -O -O -O -O -O -O  .O +.O D.O Y.O n.O .O .O .O .O .O .O .O .O .O .O .O .O .O .O /O &/O '/O ;/O </O ^/O z/O {/O /O /O /O /O /O /O /O /O /O /O /O /O /O H0O I0O 0O 0O  1O 1O 11O 21O 31O 41O T1O 1O 2O +2O ,2O 62O A2O t2O ~2O 2O 2O 2O 2O 2O 2O  3O !3O *3O 3O 3O 3O  4O 4O `4O 4O 4O 4O 5O K5O L5O m5O n5O o5O p5O q5O r5O {5O 5O 5O 5O 	6O 
6O 6O 6O 
6O 6O ;6O 6O 6O 7O (7O 27O =7O G7O H7O 7O 7O 7O 7O 8O 8O W8O 8O 8O 8O 9O 9O 9O 9O :O #:O 3:O 4:O ?:O D:O E:O O:O T:O U:O `:O e:O f:O p:O u:O v:O w:O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O ;O ";O 2;O 3;O >;O C;O D;O N;O S;O T;O _;O d;O e;O o;O t;O u;O v;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O "<O 0<O @<O A<O L<O Q<O R<O \<O a<O b<O m<O r<O s<O }<O <O <O <O <O <O <O <O <O <O <O <O <O  =O =O =O =O =O  =O !=O "=O ;=O I=O Y=O Z=O e=O j=O k=O u=O z=O {=O =O =O =O =O =O =O =O 	>O R>O t>O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O ?O ?O ?O '?O ,?O -?O 7?O <?O =?O H?O M?O N?O X?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 H@O M@O N@O X@O ]@O ^@O i@O n@O o@O y@O ~@O @O @O @O @O @O @O @O @O @O @O @O @O @O @O @O AO AO AO AO tAO uAO AO AO AO AO AO AO AO AO AO AO AO AO AO AO BO BO BO %BO 3BO CBO DBO OBO TBO UBO _BO dBO eBO pBO uBO vBO BO BO BO BO BO BO BO BO BO BO BO BO BO BO BO CO CO CO CO CO CO 0CO >CO NCO OCO ZCO _CO `CO jCO oCO pCO {CO CO CO CO CO CO CO CO CO CO DO DO uDO vDO DO DO DO DO -EO .EO bEO tEO uEO EO EO EO EO EO EO FO )FO ;FO =FO TFO UFO ^FO FO FO FO FO "GO GO GO GO GO GO 
HO HO 2HO 3HO DHO HO HO HO HO IO IO 6IO eIO fIO gIO hIO iIO rIO IO IO 
JO iJO tJO JO JO JO JO JO JO JO KO KO KO KO KO KO uLO vLO LO LO LO LO MO MO MO MO NO NO NO NO BNO qNO NO NO NO NO NO NO NO NO NO OO ?OO @OO OO ,PO LPO mPO PO PO PO PO PO PO 	QO ZQO QO RO IRO RO RO RO RO RO RO ;SO <SO pSO SO SO SO SO SO SO SO SO TO .TO @TO ATO BTO CTO LTO TO TO TO TO UO UO @UO AUO RUO UO UO UO UO UO fVO VO XO XO W[O d[O \O \O \O ]O ]O ^O ^O _O _O _O UaO VaO cO cO cO dO dO dO -eO .eO fO (fO fO fO fO fO fO fO fO fO fO fO fO fO fO fO gO gO 
gO gO gO gO &gO 'gO /gO 7gO <gO =gO EgO MgO YgO ZgO bgO igO ngO ogO wgO ~gO gO gO gO gO .hO /hO iO iO kO kO kO kO 4lO @lO lO lO smO tmO 
nO nO ]nO pO pO 'qO (qO yqO sO sO sO #uO -uO svO tvO wO wO wO wO wO wO wO wO 
xO xO xO 2xO ExO \xO sxO txO xO yO yO MzO NzO zO zO }O }O v~O ~O ~O O 
O lO O O O O AO O  O O (O 8O EO qO uO vO O O O ȃO ҃O ӃO O 3O 4O 6O 7O 8O AO O O O ڄO O @O KO O O O 
O O O  O WO XO YO ZO O O O O φO نO O O O 7O 8O 9O ;O <O =O FO O O O O #O GO ͈O 6O FO GO HO YO gO hO iO sO ~O O O ŉO ƉO O O O O O O  O !O *O iO uO O ǊO O +O O O *O +O ,O =O KO LO MO NO zO O O O ̌O ֌O ׌O O ,O -O .O /O 1O 2O 3O <O {O O O ܍O O ;O sO O O O O ЎO юO ҎO ܎O O O $O .O /O ]O O O O O O O O ՏO O O 6O VO O O ِO "O #O 4O BO CO DO ~O O O O O O O O !O "O #O %O <O =O FO HO IO ZO O ϓO O O O ĔO ŔO ƔO ǔO ȔO ɔO O O O ߖO !O XO O חO &O {O |O O O ĘO ΘO ؘO ٘O O !O 4O GO ZO mO oO O O O O O ;O <O =O NO {O O O O O O O O O ܚO O O %O 8O KO LO MO NO WO zO O ֛O כO ؛O O O !O *O +O AO QO RO SO TO UO VO WO XO YO ZO O O O ɜO ܜO O O O O O 8O ڝO O ӞO ԞO ՞O ֞O O O O O O O ҟO O O O -O =O WO qO yO O O O ϠO O O O -O .O /O 0O XO xO O O áO ġO šO ơO ϡO :O hO ܢO ݢO ޢO O 9O @O IO JO RO gO |O O O £O ңO O O O #O 8O JO dO ~O O O ¤O äO ĤO ŤO O O O +O >O QO RO SO TO ]O O  O GO O .O /O 0O 1O BO O O O קO O O "O 5O 6O 7O 8O AO O O VO O =O >O ?O @O QO O O ͪO ΪO O O O ,O ?O @O AO BO KO  O GO O ԬO sO tO uO O ٭O ڭO O O O O O O /O IO cO sO O O O ĮO ٮO O O O /O IO cO dO eO fO wO ʯO ˯O O O O O -O @O SO TO UO VO _O O xO O ȱO [O O 	O 
O O O O O O O O /O DO YO kO O O O ʴO O O O O ,O AO VO hO O O O ǵO O O O 
O O O 7O 8O KO ^O qO O O O O O O gO O O rO O O nO ùO O ȺO O O &O eO O ˻O O 'O [O O O ߼O O O %O iO pO yO zO O O O O ӽO O O O 2O LO ]O wO O O O O ԾO O O O /O @O ZO tO O O O ʿO ˿O ̿O ͿO O O 	O O /O BO UO VO WO XO aO O O O O O qO O dO O "O bO O O O O O O [O \O ]O nO O O O O O O O O O *O AO XO iO O O O O O O O O O O %O 7O NO eO |O O O O O O O 
O O O 
O 5O 6O IO \O oO O O O O O O O |O NO O JO O O O KO iO O -O O O O O O O .O /O oO O O O -O LO kO O O O O O  O $O %O *O ,O -O .O 7O DO fO O O O O O O 3O UO jO kO |O O O O O O O O O O 9O pO O O >O O O O O O MO NO O O JO O O O O UO O O #O xO yO O O O O O O O O O %O 8O KO MO NO OO XO O O O (O FO `O O O O O O O O O O (O ;O NO PO QO RO [O yO O  O !O 2O 3O 4O \O ]O pO O O O O O O O O O {O |O O O O O O O O O O O O O O 5O O EO FO WO XO YO ZO O O O ?O @O qO iO jO O O O OO O O O \O O O GO HO IO SO ^O O O O O O O O O O -O /O EO FO OO O O O 9O DO pO O O O O O  O O O 'O (O )O *O RO SO fO yO O O O O O O O 1O LO }O O O O O 	O (O VO |O O O O O O O O O "O 9O :O ;O <O dO eO xO O O O O O O O -O UO O O O O O sO wO xO yO zO O O O O O O O O .O 0O 1O 2O ;O O O O O 
O O 4O O O O O O O O O O O GO O 0O 1O jO O O O DO O ,O -O O O O O NO OO O YO O O O vO O O O  P  P  P  P  P P "P JP KP P P 
P CP P P /P kP P P 9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 IP MP `P hP tP uP zP P P P 
P P ?P DP P P P P P P P "P NP RP lP mP rP P P P P P 
	P 	P 5	P 6	P 7	P A	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 8
P 
P 
P P P P 0P 1P EP GP HP IP JP KP SP YP ZP cP gP h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 YP fP P P P P P P <P =P NP P P P P P lP (P )P P P P 
P P P P hP P 7P P P ^P P P P XP vP wP P P P P  P BP P P P P P P &P 'P P P % P & P q P } P  P  P  P  P  !P 2!P 3!P D!P !P !P !P /"P 0"P L"P "P "P M#P $P $P d$P $P $P  %P %P %P %P &P &P m(P n(P $)P %)P )P )P 
*P *P *P +P ,P ,P N-P O-P .P .P .P .P .P .P .P .P .P /P /P /P /P /P /P /P /P /P /P /P 5/P 7/P =/P >/P W/P Y/P ^/P _/P m/P o/P u/P v/P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P 0P 0P 0P 0P 0P 0P 00P 20P 70P 80P ?0P D0P _0P `0P a0P b0P c0P A2P B2P N2P 2P 2P 2P 2P 23P E3P y3P 3P 3P 3P 
4P  4P T4P r4P 4P 4P 4P 5P "5P V5P u5P 5P 5P 5P 5P 5P 6P 6P 6P 7P #7P 67P 77P P7P 7P 7P 7P 7P 7P 7P 7P 8P 8P 8P H8P ^8P t8P 8P 8P 8P 9P 9P 9P 9P P9P Z9P d9P e9P 9P 9P 9P 9P 9P 9P :P :P :P :P %:P G:P H:P \:P ]:P :P :P :P :P :P :P :P :P :P :P :P ;P ;P ;P ;P ;P ;P ;P ?;P @;P T;P U;P o;P ;P ;P ;P ;P ;P ;P <P &<P '<P <<P =<P N<P n<P o<P p<P <P <P <P <P <P <P <P <P <P <P <P <P =P =P .=P /=P @=P `=P a=P b=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 H@P u@P @P @P @P @P @P `AP aAP AP AP AP AP CBP DBP UBP BP BP BP CP CP 
CP CP CP CP CP tCP uCP CP CP CP CP CP CP CP CP yDP zDP DP DP DP DP DP DP FEP ]EP uEP EP EP EP EP *FP pFP qFP [GP \GP sGP GP GP GP GP GP GP GP GP GP GP GP GP HP HP HP HP HP HP 3HP AHP QHP RHP ]HP bHP cHP mHP rHP sHP ~HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP IP IP 
IP IP IP IP 6IP DIP TIP UIP `IP eIP fIP pIP uIP vIP IP IP IP IP IP IP IP IP IP IP IP IP IP IP IP IP  JP JP JP JP JP  JP !JP "JP ^JP lJP |JP }JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP KP KP 	KP KP KP KP $KP )KP *KP 4KP 9KP :KP ;KP KP KP LP  LP 0LP 1LP <LP ALP BLP LLP QLP RLP ]LP bLP cLP mLP rLP sLP tLP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP *MP 8MP HMP IMP TMP YMP ZMP dMP iMP jMP uMP zMP {MP MP MP MP MP MP MP MP MP MP MP MP MP MP MP NP NP 
NP NP NP NP NP DNP RNP bNP cNP nNP sNP tNP ~NP NP NP NP NP NP NP NP NP NP OP OP BOP POP `OP aOP lOP qOP rOP |OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP PP PP PP PP PP PP #PP $PP %PP QPP _PP oPP pPP {PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP QP 
QP QP QP QP QP )QP .QP /QP 0QP TQP tQP QP QP QP RP RP !RP "RP #RP FRP RP RP  SP SP SP SP (SP [SP eSP oSP pSP SP SP SP SP SP SP SP PTP QTP qTP rTP TP UP UUP zUP UP UP UP UP UP UP UP 3VP LVP eVP ~VP VP VP VP WP WP WP WP WP WP XWP YWP WP XP XP .XP GXP aXP vXP XP XP XP XP XYP YYP ZYP [YP YP ZP ZP HZP ZZP lZP mZP \[P ][P g[P r[P [P [P [P [P [P \P !\P 3\P 4\P 5\P 6\P ?\P \P \P \P \P \P \P \]P ]P ]P ^P 1^P N^P p^P q^P ^P ^P ^P ^P N_P _P _P *`P +`P ,`P -`P S`P T`P `P `P aP  aP !aP +aP 6aP iaP saP }aP ~aP aP aP aP aP aP aP aP KbP LbP lbP mbP bP bP bP bP bP ;cP <cP =cP >cP ncP dP (dP ]fP ^fP hP iP -jP .jP ?jP kP kP FlP GlP zmP {mP mP nP nP ZqP [qP pqP qP ]rP `rP rP rP sP sP 7tP 8tP GtP YtP ltP mtP rtP ztP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP  uP uP uP 
uP uP uP (uP )uP *uP +uP uP uP $wP %wP xP xP xyP yyP yP yP ZzP [zP {P {P {P {P {P }P }P ~P ~P P P P <P P ˂P P P 3P @P MP ZP gP xP P P P P P ЅP P P P P P MP NP P P mP nP @P AP P %P ZP P P 
P 8P eP P P ߍP /P P P ƎP ֏P P P P P P )P \P fP pP qP P ёP ґP ԑP ՑP ֑P ߑP P *P QP xP P ޒP P "P ,P QP P P P P P P P P $P %P /P :P mP wP P P P ՔP ֔P הP ٔP ڔP ۔P P #P /P VP P P P kP ԖP P P P P P P P P P OP YP cP dP P P P P P P P P ȗP P P :P eP P ɘP OP P șP əP ʙP ۙP P P P P P "P -P `P jP tP uP P ʚP ˚P ̚P ͚P ϚP КP њP ښP P %P LP zP P ٛP P MP NP OP `P nP oP pP zP P P P ̜P ͜P P %P &P 'P )P *P +P 4P sP P P ԝP P #P @P wP P P ҞP P P P P 9P CP NP P P P P P P P ßP ڟP ۟P P P P P 7P mP P P 0P bP cP dP eP fP gP P HP IP }P P P .P uP ĥP P P $P /P bP lP vP wP P P ҦP P P P 
P $P %P .P P P ٧P ڧP ۧP P P  P (P )P ?P OP PP QP RP zP P P èP ֨P P P P P P P FP tP uP vP P P P ȩP ɩP ߩP P P P P P P P P P P  P AP BP gP zP P P P P P ֪P xP P qP rP sP tP P BP IP RP SP [P pP P P P ˭P ۭP P P P ,P AP SP mP P P P ˮP ̮P ͮP ήP P P ;P NP aP bP cP dP mP دP P zP {P |P P װP ްP P P P P P ,P FP `P pP P P P P ֱP P P P ,P FP `P aP bP cP P P P ɲP ܲP P P P P P P P P .P ̴P ʹP δP ϴP P 3P 4P \P uP P P P ӵP ԵP յP ֵP ߵP P P P =P ۷P ܷP ݷP ޷P P BP CP kP lP P P P ʸP ݸP ޸P ߸P P P P P )P rP P P P $P wP xP P P P P P P ͻP P P P +P EP MP bP wP P P P ͼP P P P P P P hP iP P P P P ˽P ޽P P P P P P P P RP fP P P P P P #P P P P P P P P P 	P #P =P NP hP P P P P P P P P  P :P KP eP P P P P P P P P P P P "P 5P 6P 7P 8P AP P \P P P CP P P aP P fP P P P P RP iP P P P %P QP }P P P P P P P P  P 5P JP _P qP P P P P P P P &P @P HP ]P rP P P P P P P P #P =P NP hP iP jP kP P P P P P P P P P P P P P P P P P P P P P  P P >P cP zP P P P P P P PP WP `P aP iP {P P P P P P P P P 5P FP \P mP P P P P P P P P P P +P BP YP jP P P P P P P P P P P 
P  P 3P 5P 6P 7P @P RP P P jP P "P mP P P P 9P P tP P P (P )P 0P P P 
P MP lP P P P 	P (P GP HP YP P P P P P P P P P P P &P HP jP kP P P P P P 	P P MP rP sP tP uP P _P aP P P P FP P P 1P 2P P +P ,P P P P P P EP FP zP P P +P rP P P P !P ,P _P iP sP tP P P P P P P P P P P >P aP P P P P 5P cP dP uP vP wP P P P P P P P P P P P ;P P P P P P P P P !P 4P GP IP JP KP TP rP P P P +P ,P -P UP VP iP |P P P P P P P P VP P P P P P P )P P P P P P P P <P ~P P P 2P sP P P AP P P P P P P /P 9P CP DP lP mP P P P P P P P P \P P P P P P PP QP bP P P P P P P P P P P P P P *P =P ?P @P VP WP `P P P P 8P QP dP P P P P P 9P :P ;P LP P P P P P P P P P  Q  Q  Q ) Q < Q O Q Q Q R Q S Q \ Q  Q  Q -Q ?Q zQ Q Q Q Q Q Q Q )Q VQ WQ Q Q Q Q Q Q Q Q Q Q HQ Q *Q mQ Q Q Q ?Q @Q AQ RQ Q Q Q Q Q Q Q Q Q Q Q tQ Q Q Q _Q Q Q  	Q !	Q Z	Q 	Q 	Q 	Q %
Q Q $Q %Q bQ 
Q N
Q O
Q 
Q 6Q 7Q lQ Q Q Q Q Q Q /Q yQ Q Q 7Q tQ Q 	Q aQ Q Q 9Q :Q EQ QQ `Q l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 OQ TQ Q Q Q Q Q 'Q (Q -Q dQ hQ Q Q Q Q Q 
Q Q Q HQ MQ tQ uQ zQ Q Q Q Q Q Q .Q 3Q ?Q @Q CQ MQ NQ QQ ZQ [Q \Q mQ rQ z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 UQ VQ aQ nQ oQ yQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q ]Q ^Q uQ ~Q Q Q Q LQ MQ YQ Q Q Q Q Q Q ,Q -Q .Q ;Q sQ 
 Q  Q  Q !Q !Q "Q "Q "Q :#Q #Q $Q l$Q $Q <%Q =%Q %Q W&Q &Q &Q &Q 'Q 'Q ('Q (Q (Q (Q )Q )Q I*Q k*Q *Q *Q *Q *Q +Q +Q d-Q e-Q -Q -Q .Q .Q *.Q 6.Q 7.Q .Q .Q .Q .Q .Q +/Q 0/Q o/Q /Q /Q /Q T0Q 0Q 0Q 1Q 1Q 2Q R2Q S2Q 2Q 2Q C3Q D3Q 4Q 4Q 6Q 6Q 6Q 6Q 7Q 7Q 7Q 7Q l8Q &9Q m:Q n:Q :Q :Q X<Q \<Q ]<Q s<Q t<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 0=Q E=Q G=Q L=Q M=Q b=Q d=Q i=Q j=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 4@Q N@Q @Q @Q @Q @Q AQ +AQ _AQ wAQ AQ AQ AQ BQ DBQ bBQ BQ BQ BQ BQ CQ GCQ HCQ ICQ JCQ lCQ uDQ vDQ DQ DQ DQ DQ DQ DQ !EQ "EQ @EQ NEQ aEQ bEQ EQ EQ EQ EQ EQ EQ FQ (FQ >FQ ?FQ FQ FQ FQ FQ FQ FQ GQ GQ *GQ GGQ HGQ ^GQ tGQ GQ GQ GQ GQ GQ GQ GQ GQ GQ GQ HQ ;HQ <HQ QHQ RHQ SHQ THQ eHQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ 
IQ )IQ *IQ <IQ gIQ IQ IQ IQ IQ IQ IQ IQ IQ JQ 
JQ JQ 5JQ 6JQ 7JQ 8JQ 9JQ :JQ CJQ bJQ cJQ wJQ xJQ JQ JQ JQ JQ JQ JQ JQ JQ  KQ -KQ .KQ /KQ 0KQ 1KQ 2KQ ;KQ KQ KQ :LQ ;LQ <LQ MLQ mLQ nLQ oLQ pLQ LQ MQ QMQ gMQ hMQ rMQ }MQ MQ MQ MQ MQ MQ NQ )NQ +NQ \NQ ]NQ fNQ NQ NQ ;OQ <OQ KOQ OQ OQ OQ OQ DPQ PQ PQ PQ PQ PQ PQ PQ PQ PQ QQ QQ $QQ EQQ FQQ GQQ HQQ IQQ JQQ wQQ RQ RQ YRQ dRQ nRQ yRQ RQ RQ RQ RQ SQ *SQ WSQ XSQ SQ SQ TQ TQ TQ TQ UQ &UQ QUQ _UQ oUQ pUQ {UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ  VQ VQ VQ VQ VQ VQ !VQ "VQ ,VQ 1VQ 2VQ 3VQ PVQ ^VQ nVQ oVQ zVQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ WQ WQ WQ WQ WQ WQ $WQ %WQ /WQ 4WQ 5WQ 6WQ ^WQ lWQ |WQ }WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ 
XQ XQ XQ &XQ +XQ ,XQ 6XQ ;XQ <XQ GXQ LXQ MXQ WXQ \XQ ]XQ ^XQ wXQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ EYQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ  ZQ ZQ ZQ ZQ ZQ ZQ 9ZQ GZQ WZQ XZQ cZQ hZQ iZQ sZQ xZQ yZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ [Q [Q [Q [Q [Q [Q #[Q ([Q )[Q *[Q Z[Q h[Q x[Q y[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 2\Q 3\Q =\Q B\Q C\Q D\Q \Q \Q \Q \Q \Q \Q 
]Q ]Q ]Q ]Q ]Q  ]Q +]Q 0]Q 1]Q ;]Q @]Q A]Q B]Q a]Q o]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 J^Q O^Q P^Q Q^Q l^Q z^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q _Q 7_Q Z_Q [_Q _Q _Q _Q _Q _Q _Q i`Q j`Q `Q `Q `Q `Q `Q `Q aQ 
aQ aQ AaQ eaQ waQ yaQ aQ aQ aQ aQ aQ bQ bQ ^bQ bQ bQ cQ (cQ 9cQ IcQ JcQ ncQ ocQ cQ cQ cQ dQ dQ KdQ LdQ rdQ dQ dQ dQ dQ dQ dQ dQ dQ FeQ eQ eQ eQ eQ eQ fQ ,fQ -fQ .fQ ?fQ fQ fQ fQ fQ "gQ gQ gQ gQ gQ 
hQ hQ hQ hQ iQ iQ CiQ MiQ WiQ XiQ ~iQ iQ iQ iQ iQ iQ iQ iQ "jQ #jQ 2jQ CjQ {jQ |jQ jQ hkQ kQ kQ kQ kQ lQ lQ 3lQ 4lQ ElQ lQ lQ GmQ mQ mQ mQ mQ mQ mQ mQ wnQ xnQ nQ nQ nQ nQ nQ oQ oQ oQ oQ BoQ joQ |oQ }oQ ~oQ oQ oQ oQ oQ 
pQ pQ ZpQ [pQ |pQ }pQ pQ pQ pQ pQ pQ qQ qQ qQ sQ sQ vQ vQ wQ wQ wQ #yQ $yQ yQ yQ {Q {Q +{Q |Q |Q ~Q ~Q Q [Q Q Q iQ jQ OQ dQ ՁQ ցQ Q Q 
Q Q Q Q Q Q #Q +Q 7Q 8Q =Q DQ IQ JQ OQ VQ bQ cQ kQ sQ xQ yQ Q Q Q Q Q Q Q Q Q Q ƂQ ǂQ ȂQ ɂQ jQ kQ Q ÄQ XQ YQ Q Q pQ |Q Q Q Q Q FQ GQ Q ZQ [Q cQ dQ Q ?Q @Q ڎQ _Q iQ Q Q ђQ ޒQ Q Q Q Q 'Q 8Q IQ ZQ [Q nQ Q Q Q Q Q Q Q Q Q Q Q ޘQ ߘQ Q ÙQ Q HQ IQ Q ֚Q Q 3Q 4Q }Q ͛Q <Q =Q dQ tQ Q Q Q Q Q ǞQ Q Q Q Q =Q oQ pQ rQ sQ tQ }Q Q ȟQ Q Q TQ |Q Q Q ʠQ Q IQ JQ KQ \Q Q Q Q Q ¡Q áQ ͡Q ءQ Q Q Q  Q NQ sQ tQ uQ wQ xQ yQ Q Q ͢Q Q Q _Q Q 	Q rQ Q Q Q Q Q Q Q Q Q Q Q Q Q 0Q VQ WQ XQ YQ [Q \Q ]Q fQ Q Q إQ Q CQ gQ Q VQ fQ gQ hQ yQ Q Q Q Q Q Q ˧Q Q Q Q Q AQ hQ iQ jQ kQ mQ nQ oQ xQ Q èQ Q Q WQ wQ Q Q Q Q Q Q 
Q Q Q #Q VQ `Q jQ kQ Q êQ ĪQ ŪQ ǪQ ȪQ ɪQ ҪQ Q Q DQ rQ Q Q ޫQ Q ^Q _Q pQ ~Q Q Q Q ׬Q Q Q Q )Q 3Q 4Q ]Q ^Q _Q aQ xQ yQ Q Q Q Q ծQ Q Q Q ίQ  Q Q Q Q Q Q 5Q Q Q Q ]Q Q ̲Q Q bQ Q Q ³Q ͳQ  Q 
Q Q Q =Q ]Q pQ Q Q Q Q ´Q ôQ ̴Q 7Q JQ wQ xQ yQ Q Q Q ƵQ ǵQ ݵQ Q Q Q Q Q ;Q NQ aQ tQ Q Q Q Q Q Q Q Q Q Q %Q VQ ]Q fQ gQ }Q Q Q Q Q Q Q Q Q Q Q Q ߷Q Q Q Q +Q ,Q -Q .Q 7Q tQ Q )Q Q Q Q Q #Q Q Q Q Q Q Q #Q 5Q OQ iQ yQ Q Q Q ʻQ ߻Q Q Q %Q 5Q OQ iQ jQ kQ lQ Q Q ټQ Q Q  Q Q Q Q vQ Q Q Q Q +Q uQ |Q Q Q Q Q Q ʾQ Q Q Q (Q BQ JQ _Q tQ Q Q Q ʿQ Q Q Q  Q Q )Q AQ TQ gQ zQ Q Q Q Q Q Q <Q Q Q jQ kQ lQ mQ ~Q Q Q Q Q 8Q KQ ^Q qQ rQ sQ tQ }Q 'Q OQ Q Q yQ zQ {Q |Q Q Q Q 	Q 
Q /Q BQ UQ hQ {Q |Q }Q ~Q Q \Q Q Q Q Q Q Q Q Q Q Q &Q 'Q /Q DQ YQ kQ Q Q Q Q Q Q  Q Q 'Q AQ [Q kQ Q Q Q Q Q Q Q Q /Q 0Q CQ VQ iQ |Q Q Q Q Q Q TQ Q Q Q Q DQ EQ FQ WQ Q =Q DQ MQ NQ VQ kQ Q Q Q Q Q Q Q  Q 1Q KQ SQ hQ }Q Q Q Q Q Q Q Q .Q HQ IQ JQ KQ sQ tQ Q Q Q Q Q Q Q Q Q Q Q [Q Q Q 4Q Q Q ZQ Q ZQ [Q bQ Q Q Q 7Q cQ Q Q Q Q OQ PQ aQ Q Q Q Q Q Q Q Q Q )Q CQ TQ nQ Q Q Q Q Q Q Q Q %Q 7Q QQ kQ |Q Q Q Q Q Q Q Q Q 	Q 1Q 2Q EQ XQ kQ ~Q Q Q Q Q Q [Q UQ Q 3Q @Q Q $Q Q WQ ^Q Q Q Q Q Q 7Q VQ Q Q Q Q Q Q Q Q Q Q +Q =Q OQ fQ }Q Q Q Q Q Q Q Q "Q #Q +Q =Q OQ aQ sQ Q Q Q Q Q Q Q Q /Q FQ GQ HQ IQ qQ rQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q *Q Q Q Q iQ Q 1Q YQ Q Q Q jQ kQ Q Q 
Q )Q iQ Q Q Q Q Q Q ;Q <Q `Q aQ fQ hQ iQ jQ sQ Q Q Q Q Q 	Q +Q MQ oQ Q Q Q Q Q Q Q Q Q MQ Q Q 3Q uQ Q Q +Q zQ Q Q "Q Q Q Q Q NQ OQ Q Q Q Q ZQ Q Q Q _Q Q Q Q Q Q Q Q Q :Q ;Q NQ aQ tQ Q Q Q Q Q Q Q 6Q dQ Q Q Q Q Q Q Q Q =Q >Q QQ dQ wQ Q Q Q Q Q Q Q \Q ]Q nQ oQ pQ Q Q Q Q Q Q Q Q Q Q  R 4 R  R  R  R  R  R  R  R R R -R @R BR CR DR MR qR R R R R R R R R SR TR {R |R R R R R R SR R R R SR R R .R R R R R R R R R R 
R R 0R CR VR iR kR R R R R +	R =	R u	R 	R 	R 	R 	R  
R -
R 4
R <
R =
R S
R c
R d
R e
R f
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R mR R R R R R :R ER dR R R R R R R 
R %
R -
R .
R ^
R u
R v
R w
R x
R 
R 
R 
R 
R 
R 
R 
R 
R 
R 
R iR R R R R #R BR R R R R R R R R R R 1R DR WR jR lR mR nR wR R #R R R FR QR pR R R R R R R R  R GR HR R :R lR mR R R MR NR R R hR iR R R R [R R R R R R R  R R R R  R R R 
R R ;R KR ^R R R R R FR R R R kR R R > R u R  R  R  R  R  R 
!R !R !!R "!R #!R $!R %!R &!R '!R (!R )!R =!R D!R I!R Y!R Z!R i!R j!R k!R w!R x!R y!R z!R !R !R !R !R !R !R !R !R !R H"R I"R N"R {"R "R "R "R "R #R #R X#R Y#R ^#R #R #R #R #R #R #R #R $R $R $R F$R K$R q$R r$R s$R }$R $R $R $R $R $R $R $R $R $R $R $R %R %R %R %R &%R 2%R 3%R >%R B%R I%R P%R Q%R R%R S%R T%R U%R V%R W%R X%R Y%R Z%R [%R \%R ]%R ^%R _%R t%R '&R (&R )&R B&R C&R \&R m&R n&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 9'R :'R H'R I'R J'R K'R X'R j'R 1(R 2(R $)R %)R )R )R +R +R =+R +R +R +R +R +R @,R A,R T,R y,R z,R ,R ,R ,R ,R ,R -R -R e.R f.R S/R T/R I0R J0R V0R 0R 41R 1R 2R t2R 2R 2R 3R 3R V4R W4R 4R 4R 4R 4R -6R .6R ?6R ]7R 7R 7R 
8R #8R ?8R Y8R Z8R c9R d9R ;R ;R b;R c;R ;R ;R ;R ;R ;R '<R =<R o<R p<R <R <R <R =R l=R m=R =R =R 0>R >R O?R P?R ?R ?R ?R =@R >@R @R @R ;BR <BR CR CR aDR bDR /ER 0ER JER [ER FR FR HR 
HR HR HR IR IR IR JR JR 'JR (JR )JR 2JR @JR MJR NJR OJR PJR QJR RJR VJR WJR XJR YJR rJR tJR zJR {JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR KR KR KR 	KR #KR %KR *KR +KR :KR <KR BKR CKR QKR SKR YKR ZKR mKR oKR tKR uKR |KR KR KR KR KR KR KR ~MR MR MR MR MR !NR ;NR oNR NR NR NR NR OR JOR ]OR OR OR OR PR 5PR OPR _PR PR PR PR PR PR PR QR RR RR +RR QRR `RR sRR tRR RR RR RR RR RR  SR SR SR OSR PSR QSR SR SR SR SR SR SR DTR ETR OTR ZTR TR TR TR TR TR TR TR TR UR )UR ?UR AUR XUR YUR bUR UR UR UR UR UR UR UR UR UR UR UR VR $VR %VR &VR MVR NVR OVR PVR QVR RVR [VR |VR }VR VR VR VR VR VR VR WR WR 4WR IWR cWR dWR yWR zWR WR WR WR WR WR WR WR WR WR WR WR XR XR XR XR 9XR UXR VXR kXR lXR }XR XR XR XR XR XR XR XR XR XR XR #YR $YR YR YR YR YR ZR 
ZR ZR ZR /ZR ZR ZR [R [R [R [R O[R Y[R c[R d[R [R [R [R [R [R [R \R \R \R \R \R \R ;]R ]R ]R ]R ]R &^R '^R H^R I^R J^R K^R L^R M^R V^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 2aR gaR aR aR bR bR bR bR bR bR cR cR cR cR  cR *cR /cR 0cR ;cR @cR AcR KcR PcR QcR RcR pcR ~cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR 
dR dR dR dR dR )dR .dR /dR :dR ?dR @dR JdR OdR PdR QdR sdR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR eR eR eR 'eR ,eR -eR 7eR <eR =eR HeR MeR NeR XeR ]eR ^eR _eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR fR $fR 4fR 5fR @fR EfR FfR PfR UfR VfR afR ffR gfR qfR vfR wfR xfR fR -gR OgR ]gR mgR ngR ygR ~gR gR gR gR gR gR gR gR gR gR gR gR gR gR gR gR hR hR hR hR hR hR #hR (hR )hR 3hR 8hR 9hR :hR ghR uhR hR hR hR hR hR hR hR hR hR hR hR hR hR hR hR hR iR iR iR #iR (iR )iR 3iR 8iR 9iR DiR IiR JiR TiR YiR ZiR [iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR OjR PjR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR  kR kR kR kR *kR /kR 0kR :kR ?kR @kR KkR PkR QkR [kR `kR akR bkR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR lR lR )lR *lR 5lR :lR ;lR ElR JlR KlR VlR [lR \lR flR klR llR mlR lR lR lR lR lR PmR QmR ^mR _mR `mR mR nR 	nR =nR OnR PnR ZnR enR nR nR nR nR nR oR oR oR /oR 0oR 9oR oR oR oR oR oR \pR pR pR pR pR pR pR 
qR qR qR pqR qR qR qR qR qR rR @rR ArR BrR CrR DrR MrR rR rR rR DsR OsR ksR sR sR sR sR sR sR sR tR tR tR tR tR PuR QuR uR uR uR uR vR vR vR vR vR vR vR vR wR LwR ^wR pwR qwR rwR swR |wR wR wR wR wR xR xR xR yR 'yR HyR nyR yR yR yR yR yR yR 5zR zR zR ${R g{R h{R i{R j{R {R {R |R |R K|R ]|R ^|R h|R s|R |R |R |R |R |R 	}R }R }R }R }R '}R }R }R }R }R }R }R ~R ~R -~R x~R y~R z~R {~R ~R AR eR R R 2R ?R jR kR |R R ÆR R R R R ʈR 0R 1R R R R R R R R 	R R R tR uR 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 4R 5R =R DR IR JR RR YR eR fR gR hR 	R 
R aR bR R R R R R R R R NR OR R R 8R R R R R TR ޛR ߛR yR R R NR OR pR }R R R R R ƠR נR R R R 
R  R 7R NR OR ZR R R (R )R R R }R ~R QR bR R R R GR uR R ҨR ӨR R lR ۩R ܩR R R  R LR PR QR [R fR R R R R ܬR R R R R R R [R gR R R R R &R _R iR R R R R R 2R 3R 4R 5R aR bR lR wR R R R R R R R R R R R !R `R lR R R R "R R R !R "R #R 4R BR CR DR NR YR R R R R ϲR R R R R R R R R DR PR wR R R R R R R R R R &R 'R (R )R UR _R jR R R R R R R R 	R 
R R 
R R R VR bR R R R R NR R R R R R R R R ·R R R 	R 
R 8R bR cR dR fR gR hR qR R R R R 1R `R }R R R R R R R R YR vR R R R ȺR ҺR ӺR R R R  R R R !R #R $R 5R tR R [R \R mR R R R R R R ԽR R R R R 3R kR R R VR WR aR lR R R R R R R R "R 5R HR JR aR bR kR R R R R R )R VR ]R eR fR |R R R R R R R R  R R &R 'R (R )R 2R UR R R R R R R R R R R ,R -R .R /R 0R 1R 2R 3R 4R 5R ]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 2R LR TR iR ~R R R R R R R 	R 
R R 3R SR xR R R R R R R R CR R R R R R R $R %R -R BR WR iR R R R R R R R R %R ?R YR iR R R R R R R R R R R ,R -R .R /R 8R R R "R kR 	R 
R R R R pR qR R R R R R R R R R R R R 1R zR R R R R ,R R R R R R R R R R R R R &R R "R fR R NR OR PR aR R R R R R R R R 
R $R >R NR hR R R R R R R R 
R $R >R ?R @R AR RR R R R R R R R R .R /R 0R 1R :R R SR R R 6R R R R R `R R R R R R 
R R 4R FR `R zR R R R R R R R R 1R CR ]R wR R R R R R R R R R R &R 9R LR _R rR sR tR uR ~R BR R R MR R R IR R R R R R R @R R R R R 6R bR R R R R  R DR KR TR UR ]R rR R R R R R R 
R 'R 8R RR cR }R R R R R R R 
R R 5R OR `R zR R R R R R R R R R 
R R 0R 1R 2R 3R <R R R \R R R LR R ?R R R =R \R {R R R R R 6R 7R 8R IR R R R R R R R R R R R 3R DR [R rR R R R R R R R R  R R )R @R WR hR R R R R R R R R R R R $R 7R JR ]R pR rR sR tR }R R WR )R R %R _R R R &R DR vR R R R R eR fR mR 	R 
R JR R R R R 'R FR eR R R R R R R  R R R R 	R R R AR cR R R R R R  S 0 S E S F S W S  S  S  S  S  S  S S S S S KS S S S nS oS S hS iS (S )S S S %S S S S S 0S hS S S S	S T	S ^	S i	S 	S 	S 	S 	S 	S 	S 	S  
S 
S &
S (
S )
S *
S 3
S {
S 
S 
S S !S ;S rS S S S S S S S S S S )S +S ,S -S 6S TS xS S S 

S 
S 
S 7
S 8
S K
S ^
S q
S 
S 
S 
S 
S 
S 
S 
S VS WS hS iS jS S S S S S S S S S S S S  S !S 2S 3S 4S 5S fS S S S S LS DS ES yS S S *S oS S S 7S ~S S "S #S $S .S 9S lS vS S S S S S S S S 
S  S !S *S S S S S S KS S S S S S S S S S S S S -S .S AS TS gS zS |S }S S S S S 'S XS uS S S S S S 1S WS vS wS xS S S S S S S S S S S ?S @S SS fS yS S S S S S S 0S jS |S S S S NS RS SS TS US fS S S S S S S S 	S S S 
S S S S gS S S S  S | S } S ~ S  S  S  S  S  S  S  S "!S !S "S "S E"S "S "S "S #S #S $S $S ]$S ^$S $S $S )%S *%S b%S 4'S a'S b'S 'S Q(S (S (S (S s)S t)S )S )S )S )S )S %*S &*S l*S +S +S ,S t,S ,S 
-S F-S -S -S .S v.S w.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 C/S O/S P/S U/S /S /S /S /S /S 0S 0S d0S e0S j0S 0S 0S 0S 0S 0S )1S -1S G1S H1S M1S 1S 1S 1S 1S 1S 1S 1S 2S 2S 2S 2S k2S p2S |2S }2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 3S 3S 3S 3S 3S 4S 
4S !4S #4S $4S %4S &4S '4S /4S 54S 64S ?4S C4S D4S W4S c4S d4S e4S f4S g4S y4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 	5S 5S 5S 6S 6S 7S 7S 8S 8S 8S 59S B9S 9S 9S 9S 9S 9S 9S :S :S *:S j:S k:S l:S y:S :S H;S <S <S <S <S =S =S =S x>S >S D?S ?S @S z@S {@S :AS AS AS AS 4BS RBS SBS fBS CS CS CS DS ES ES ES ES ES ES ES GS GS HS HS IS IS MIS YIS hIS tIS uIS IS IS JS JS  JS iJS nJS JS KS KS (KS KS KS )LS LS LS @MS MS MS MS MS NS NS OS OS IQS JQS  RS RS RS RS RS RS SS dTS US US *VS +VS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS XS XS XS XS 3XS 5XS :XS ;XS IXS KXS QXS RXS eXS gXS mXS nXS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS YS YS YS YS YS  YS ;YS <YS =YS >YS ?YS [S [S *[S r[S [S [S [S \S !\S U\S i\S \S \S \S \S 0]S N]S ]S ]S ]S ]S ]S 2^S Q^S ^S ^S ^S ^S ^S _S _S _S _S _S `S `S ,`S _`S ``S ~`S `S `S `S `S `S `S `S $aS :aS PaS faS |aS }aS aS aS aS aS ,bS 6bS @bS AbS hbS bS bS bS bS bS bS bS bS bS cS #cS $cS 8cS 9cS ]cS ycS zcS cS cS cS cS cS cS cS cS cS cS cS cS cS cS cS dS dS 0dS 1dS KdS gdS hdS zdS dS dS dS dS eS eS eS eS *eS JeS KeS LeS seS teS ueS veS weS xeS eS eS eS eS eS eS eS eS 
fS fS fS <fS =fS >fS kfS lfS mfS nfS ofS pfS yfS fS fS xgS ygS zgS gS gS gS gS gS gS [hS hS hS hS hS hS hS hS iS iS $iS QiS giS iiS iS iS iS <jS =jS yjS zjS jS jS kS  kS 1kS kS kS kS kS kS kS kS kS kS kS PlS QlS blS lS lS lS lS lS lS lS UmS VmS mS mS mS mS mS mS "nS 9nS QnS hnS nS nS nS oS LoS MoS 7pS 8pS OpS dpS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS qS qS -qS .qS 9qS >qS ?qS IqS NqS OqS ZqS _qS `qS jqS oqS pqS qqS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS rS  rS 0rS 1rS <rS ArS BrS LrS QrS RrS ]rS brS crS mrS rrS srS trS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS :sS HsS XsS YsS dsS isS jsS tsS ysS zsS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS  tS tS tS tS tS tS tS tS tS tS tS uS 
uS uS uS uS (uS -uS .uS 9uS >uS ?uS IuS NuS OuS PuS wuS uS uS uS uS uS uS uS uS uS uS uS uS uS uS uS uS vS vS $vS %vS 0vS 5vS 6vS @vS EvS FvS QvS VvS WvS avS fvS gvS hvS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS  wS .wS >wS ?wS JwS OwS PwS ZwS _wS `wS kwS pwS qwS {wS wS wS wS wS wS xS ,xS <xS =xS HxS MxS NxS XxS ]xS ^xS ixS nxS oxS yxS ~xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS  yS yS -yS ;yS KyS LyS WyS \yS ]yS gyS lyS myS xyS }yS ~yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS zS 
zS zS zS 0zS PzS uzS zS zS zS zS zS zS zS "{S {S {S {S {S {S {S |S 7|S A|S K|S L|S |S |S |S |S |S |S |S ,}S -}S M}S N}S }S }S 1~S V~S f~S w~S ~S ~S ~S ~S ~S S (S AS ZS S S S S S S S S S 4S 5S S S S 
S #S =S RS jS kS lS }S 4S 5S 6S 7S `S S S $S 6S HS IS 8S 9S CS NS S S S S S S S S S S S S `S aS pS S S S 8S S ƆS S 
S *S LS MS qS rS S ԇS *S S ÈS S S S 	S /S 0S S S S S S S S ES OS YS ZS S S S S S S ƊS 'S (S HS IS S S S S ̋S S S S S JS S S 9S :S ёS ޑS 	S 
S S aS bS "S #S VS WS iS ϗS ЗS 6S 7S LS S 9S <S S S S S S S #S 5S HS IS NS VS [S \S aS iS uS vS {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 TS US S S 6S 7S S S S S פS S S S S S }S ~S S S S S S S S )S 6S CS TS eS vS S S S S S ֮S S S S )S *S ǰS ȰS IS JS S S S S 6S S S S S AS qS rS S S zS {S S S S S S S S S 8S BS LS MS {S S S S S S S S S -S TS S S ŻS S S -S S S S S ѼS ҼS ӼS ԼS  S S S S IS SS ]S ^S S S S S S S S S S S 2S ]S S S GS S S S ¿S ӿS S S S S S +S 5S ?S @S nS S S S S S S S S S S S AS S S +S S S S S S S S S S S S 	S <S FS PS QS S S S S S S S S S S S (S VS S S S )S *S +S <S JS KS LS VS aS S S S S S S S S S S S S OS [S S S S S S SS S S S S S S S S S *S ]S gS qS rS S S S S S S S S S S S IS S S S >S ?S @S AS BS CS sS $S %S YS S S 
S QS S S S  S S >S HS RS SS {S S S S S S S  S S 
S uS S S S S S S S S S S +S ,S -S .S VS yS S S S S S S S S S "S PS QS RS cS S S S S S S S S S S S S S S S S S S CS VS iS jS kS lS uS S TS gS MS NS OS PS aS S %S .S /S 7S LS aS sS S S S S S S S S /S IS cS sS S S S S S S S S *S =S >S ?S @S IS S S VS WS XS iS S S S S S S S S "S <S LS fS S S S S S S S S "S <S =S >S ?S gS S S S S S S S S S ]S zS S 
S S S S S S S S 8S QS vS S S S S S S S eS S S S S S S S S S S GS HS mS S S S S S S S S S S S NS S S S  S SS TS [S dS eS mS S S S S S S S !S )S >S SS eS S S S S S S S S S DS ES mS nS S S S S S S S S S S S .S BS S S S S S S {S S S S S S S S S S S *S DS ^S oS S S S S S S S S 'S AS [S lS S S S S S S S S S S S S S S S S 8S S S S rS S =S S BS S S S S .S ES uS S S S -S YS S S S S S S S S S &S ;S MS gS S S S S S S S S $S 9S NS cS uS S S S S S S S *S DS ES FS GS oS pS S S S S S S S S S S S S qS ~S S bS S S S S S S ?S VS uS S S S S S ,S 3S <S =S ES WS iS {S S S S S S S S "S 8S IS `S aS iS {S S S S S S S S S 5S FS \S mS S S S S S S S S S S  T  T  T  T  T .T T T FT T T IT hT T T T T PT oT T 	T 	T 	T 
T 
T 
T )T HT gT T T T T #T $T 5T yT zT T T T T T T T T T 
T $
T F
T G
T i
T 
T 
T 
T 
T 
T 
T )T NT OT PT QT T ;T =T qT T T "T iT T 
T T `T T T T T T T T !T "T VT T T T NT T T T T T ;T ET OT PT xT yT T T T T T T T T T =T tT T T T T ?T @T QT RT S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 0T NT rT T T T T 	T 1T 2T ET XT kT ~T T T T T T 2T T T T T T T T T T T T T T T  T Z T  T  T !T O!T !T !T "T l"T "T "T "T "T "T #T #T #T  #T H#T I#T n#T #T #T #T #T #T #T #T 8$T i$T {$T $T $T $T ,%T -%T >%T k%T r%T z%T {%T %T %T %T %T %T %T %T %T %T &T &T &T &T 2&T 3&T <&T &T &T &T 'T -'T @'T x'T 'T 'T 'T 'T (T (T (T ((T \(T c(T k(T l(T (T (T (T (T (T (T (T (T )T )T +)T -)T .)T /)T 8)T )T )T 	*T *T V*T a*T *T *T *T *T *T *T +T 2+T 3+T [+T \+T o+T +T +T +T +T +T +T +T $,T a,T -T I-T -T -T -T .T .T .T ..T [.T \.T ].T ^.T .T .T .T x/T /T /T /T P0T 0T 0T 0T ;1T 1T 1T 1T 1T 62T 2T 2T 2T 3T 4T  5T 5T >5T 5T *6T +6T ^6T 7T 7T H7T ]7T y7T 7T 7T 7T 7T 8T U9T 9T 9T :T P:T :T :T =;T |;T ;T <T <T !<T -<T <<T H<T [<T _<T `<T a<T b<T c<T d<T e<T f<T g<T {<T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T +=T 0=T =T =T =T =T =T >T >T 	>T @>T D>T >T >T >T >T >T >T >T >T $?T )?T P?T Q?T V?T ?T ?T ?T ?T ?T ?T 
@T @T @T @T @T )@T *@T -@T 6@T 7@T 8@T I@T N@T V@T ]@T d@T p@T q@T |@T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T eAT fAT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT BT BT BT BT BT BT 1BT 2BT =BT JBT KBT UBT bBT cBT dBT eBT fBT gBT hBT iBT vBT wBT BT BT BT BT BT BT nCT oCT aDT bDT 9ET :ET QFT ZFT zFT FT FT (GT )GT 5GT }GT ~GT GT GT GT GT HT 	HT 
HT HT OHT HT IT IT JT JT KT KT KT LT qLT LT HMT MT NT NT NT 3OT OT OT OT OT OT PT jQT kQT |QT RT RT %ST GST `ST |ST ST ST TT TT @VT AVT VT VT VT VT WT WT WT dWT zWT WT WT WT XT XT KXT XT XT XT 0YT mYT YT ZT ZT ZT .[T /[T z[T {[T \T  \T x]T y]T ^T ^T _T _T l`T m`T `T `T HaT bT IcT JcT cT cT 4eT 8eT 9eT OeT PeT deT eeT feT oeT }eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT fT fT fT fT !fT #fT (fT )fT >fT @fT EfT FfT `fT bfT gfT hfT wfT yfT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT fT hT hT hT iT *iT ^iT xiT iT iT iT jT ;jT SjT jT jT jT jT  kT >kT rkT kT kT kT kT #lT $lT %lT &lT HlT QmT RmT hmT mT mT mT mT mT mT mT nT *nT =nT >nT \nT nT nT nT nT nT nT oT oT oT oT oT oT oT oT oT oT oT pT #pT $pT :pT PpT fpT |pT ~pT pT pT pT pT pT pT pT pT qT qT -qT .qT /qT 0qT AqT aqT bqT cqT qT qT qT qT qT qT qT qT qT qT qT qT rT rT rT CrT \rT qrT rT rT rT rT rT rT rT rT rT sT sT sT sT sT sT sT >sT ?sT SsT TsT vsT sT sT sT sT sT sT sT sT 	tT 
tT tT tT 
tT tT tT `tT atT uT uT uT )uT IuT JuT KuT LuT luT uT -vT CvT DvT NvT YvT vT vT vT vT vT vT wT wT 8wT 9wT BwT wT wT xT xT 'xT xxT xT xT xT  yT cyT dyT yT yT yT yT yT yT yT yT yT  zT !zT "zT #zT $zT %zT &zT SzT zT zT 5{T @{T J{T U{T _{T `{T {T {T {T |T 3|T 4|T o|T |T |T |T }T }T }T ~T -~T ;~T K~T L~T W~T \~T ]~T g~T l~T m~T x~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 JT KT VT [T \T fT kT lT w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 HT XT YT dT iT jT tT yT zT T T T T T T T ؀T T T T T T T T T T #T (T )T 3T 8T 9T :T ST aT qT rT }T T T T T T T T T T T T T !T jT T T T T T T T ƂT ˂T ̂T ׂT ܂T ݂T T T T T T #T 3T 4T ?T DT ET OT TT UT `T eT fT pT uT vT wT T T T ÃT ΃T ӃT ԃT ރT T T T T T T T T T 6T DT TT UT `T eT fT pT uT vT 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 KT [T \T gT lT mT wT |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 HT VT fT gT rT wT xT T T T T T T T T T T ·T T T 6T 7T T T T T T T ET FT zT T T T T ՉT ߉T T T T AT ST UT lT mT vT ʊT ˊT T T :T T ϋT T T T %T &T JT KT \T T ƌT ߌT T 'T (T NT }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 3T 4T ZT T T T T T T T T T T T WT XT ֓T DT dT T T ȔT T T T T !T rT ȕT #T aT T T T T ͖T ΖT ST TT T T T T T T T T T T FT XT YT ZT [T dT ŘT ƘT T T 6T 7T XT YT jT T T T T T ~T T לT ؜T oT |T T T T T  T T T T T T mT nT ԧT էT T 7T רT ڨT ET FT +T @T T T T ӪT T T T T T T T T T T T  T %T &T +T 2T >T ?T GT OT TT UT ]T eT qT rT zT T T T T T T T T T FT GT T T 4T 5T T T LT XT ԰T հT T T "T #T uT 6T 7T ?T @T T T T T ;T ET T T T T ǻT ԻT T T T T %T 6T 7T JT ]T tT T T T ǽT ȽT eT fT T T T T T T T $T %T T T T T T YT T T T @T PT ]T T T T T T T T T T T KT LT NT OT PT YT T T T T 0T XT cT T T T %T &T 'T 8T oT pT qT rT T T T T T T T T *T OT PT QT ST TT UT ^T T T T T ;T _T T NT ^T _T `T qT T T T T T T T T T T 2T 3T 4T 5T 7T 8T 9T BT T T T T T CT T 2T BT CT DT UT cT dT eT fT T T T T T T T T DT ET FT GT IT JT KT TT T T T T 3T ST T T T T T T T T T T 2T <T FT GT uT T T T T T T T T T  T NT nT T T T :T ;T LT ZT [T \T T T T T T T T T 9T :T ;T =T TT UT ^T `T aT rT T T T T T T T T T T T T T T T 9T pT T T >T T T T T T T T T T 9T LT _T rT T T T T T T &T ST TT UT fT T T T T T T T T T T T *T =T PT cT dT eT fT oT T T T T T T 2T 9T BT CT YT iT jT kT lT mT nT oT pT qT rT T T T T T T T 	T 
T T PT T T T T T T T T T T T T T T T +T ET UT oT T T T T T T T T +T ET FT GT HT pT T T T T T T T T RT T T T T T QT XT aT bT jT T T T T T T T T &T ;T PT bT |T T T T T T T T T T 0T CT VT iT jT kT lT uT T T _T T FT GT HT IT ZT T T T T T 'T :T MT NT OT PT YT T +T nT T UT VT WT XT iT T T T T T T 1T DT WT XT YT ZT cT 8T _T T T T T T T T T T T T T  T 5T GT aT {T T T T T T T T T 7T GT aT {T |T }T ~T T T T T T T 2T ET XT kT lT mT nT wT 0T T T T sT  T !T "T 3T T T  T )T *T 2T GT \T qT T T T T T T 
T 'T /T DT YT nT T T T T T T 
T $T %T &T 'T OT PT cT vT T T T T T T T T T 7T T T T T T 6T T 6T 7T >T }T T T  U ? U s U  U  U  U +U ,U =U U U U U U U U U U U U 0U JU dU uU U U U U U U U U -U GU XU rU U U U U U U U U 
U U !U 4U GU ZU mU nU oU pU yU 7U 1U U U U U  U |U 3	U :	U z	U 	U 	U 	U 	U 
U 2
U s
U t
U u
U 
U 
U 
U 
U 
U 
U 
U U U +U BU YU pU U U U U U U U U U U +U =U OU fU }U U U U U U U 
U "
U #
U $
U %
U M
U N
U a
U t
U 
U 
U 
U 
U 
U 
U 
U U U fU U bU U U U cU U U EU U 
U 5U U U U FU GU U U U U EU dU U U U U U U U <U =U BU DU EU FU OU \U ~U U U U U U )U KU mU U U U U U U U U )U U U U QU U U U VU U U U  U  U e!U f!U *"U +"U b"U "U "U "U 6#U m#U #U #U ;$U $U $U $U $U $U $U $U $U %U %U *%U =%U P%U c%U e%U f%U g%U p%U %U %U &U @&U ^&U x&U &U &U &U &U &U &U 'U 'U -'U @'U S'U f'U h'U i'U j'U s'U 'U 'U 8(U 9(U J(U K(U L(U t(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 M*U *U ]+U ^+U o+U p+U q+U r+U +U /,U 0,U W,U X,U ,U -U -U -U -U /.U g.U .U .U //U t/U /U 
0U _0U `0U a0U k0U v0U 0U 0U 0U 0U 0U 0U 1U 1U 21U E1U G1U ]1U ^1U g1U 1U 2U 2U Q2U \2U 2U 2U 2U 2U 	3U 3U 3U 3U /3U ?3U @3U A3U B3U j3U k3U ~3U 3U 3U 3U 3U 3U 3U 3U 3U I4U d4U 4U 4U 4U 4U 5U !5U @5U n5U 5U 5U 5U 5U 5U 5U 6U 	6U 
6U :6U Q6U R6U S6U T6U |6U }6U 6U 6U 6U 6U 6U 6U 6U 6U E7U m7U 7U 7U 7U 7U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 8U 
9U  9U 39U F9U H9U I9U J9U S9U 9U 9U :U :U ";U -;U L;U ;U ;U ;U ;U ;U ;U ;U ;U #<U $<U _<U =U H=U I=U =U =U )>U *>U \>U >U D?U E?U ?U ?U ?U 7@U f@U g@U @U qBU BU BU BU CU CU CU CU DU DU DU DU EU 'EU :EU bEU cEU EU FU "GU [GU GU GU GHU HU HU IU QIU IU IU IU IU IU IU IU IU IU IU  JU JU JU JU JU JU JU  JU %JU 5JU 6JU EJU FJU GJU SJU TJU UJU VJU aJU eJU xJU JU JU JU JU JU JU $KU %KU *KU WKU \KU KU KU KU KU KU 4LU 5LU :LU fLU jLU LU LU LU LU LU LU LU LU "MU 'MU MMU NMU OMU YMU MU MU MU MU MU MU MU MU MU MU MU MU MU MU MU NU NU NU NU NU %NU ,NU -NU .NU /NU 0NU 1NU 2NU 3NU 4NU 5NU 6NU 7NU 8NU 9NU :NU ;NU PNU OU OU OU OU 7OU HOU IOU ]OU _OU `OU aOU bOU cOU kOU qOU rOU {OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU  PU PU PU PU PU PU PU PU PU PU #PU $PU %PU &PU 3PU EPU QU 
QU QU  RU RU RU SU SU TU qTU ~TU TU TU TU UU UU /UU TUU UUU fUU UU UU UU UU UU VU @WU AWU .XU /XU $YU %YU 1YU YU ZU ZU ZU O[U [U [U v\U \U 1]U 2]U p]U ]U ]U ]U _U 	_U _U 8`U Z`U `U `U `U aU 4aU 5aU >bU ?bU cU cU =dU >dU dU dU dU dU dU eU eU JeU KeU \eU eU eU eU GfU HfU dfU fU gU egU *hU +hU |hU hU hU iU iU iU iU kU kU lU lU <mU =mU 
nU nU %nU 6nU nU oU pU pU fqU gqU rU rU rU rU rU sU sU sU 
sU sU (sU )sU *sU +sU ,sU -sU 1sU 2sU 3sU 4sU MsU OsU UsU VsU osU qsU vsU wsU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU  tU tU tU tU tU tU tU ,tU .tU 4tU 5tU HtU JtU OtU PtU WtU \tU wtU xtU ytU ztU {tU YvU ZvU fvU vU vU vU wU JwU ]wU wU wU wU wU %xU 8xU lxU xU xU xU yU *yU :yU nyU yU yU yU yU yU yU zU zU {U ,{U ;{U N{U O{U h{U {U {U {U {U {U {U {U *|U +|U ,|U `|U v|U |U |U |U |U }U  }U *}U 5}U h}U r}U |}U }}U }U }U }U }U }U ~U ~U ~U 3~U 4~U =~U _~U `~U t~U u~U ~U ~U ~U ~U ~U ~U ~U ~U ~U  U U (U )U *U +U ,U -U 6U WU XU lU mU U U U U U U U $U >U ?U TU UU fU U U U U U U U U U U ܀U ݀U U U U 0U 1U FU GU XU xU yU zU 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 4U >U ?U `U U U U քU ׄU U xU yU U U ŅU U [U \U mU U U U #U $U %U &U 'U (U 1U U U U U U U U ÇU ćU U U U ӈU ވU U U U U ^U uU U U щU ҉U 
U BU U U sU tU U U ˋU ًU U U U U U U 
U U U U U &U +U ,U -U KU YU iU jU uU zU {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 NU \U lU mU xU }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 3U 8U 9U :U vU U U U U U U U U U U ƎU ǎU юU ֎U ׎U ؎U U U U U U  U !U +U 0U 1U <U AU BU LU QU RU SU U U *U 8U HU IU TU YU ZU dU iU jU uU zU {U U U U U U U ѐU ҐU ݐU U U U U U U U U U U U U BU PU `U aU lU qU rU |U U U U U U U U U U ԑU U U U U U U U U U U $U %U /U 4U 5U 6U \U jU zU {U U U U U U U U U U U U U U *U +U ZU hU xU yU 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 6U ;U <U =U iU wU 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 1U 6U 7U AU FU GU HU lU U U ԕU ՕU +U ,U 9U :U ;U ^U U U U *U +U 5U @U sU }U U U U ߗU U U 
U U U hU iU U U ؘU 7U mU U U U ÙU ęU U U U KU dU }U U ŚU ƚU U U U U U U (U pU qU U U *U FU _U yU U U U U U pU qU rU sU U +U ,U `U rU U U tU uU U U U ǟU џU ҟU U 'U 9U KU LU MU NU WU U U U U U U tU U U #U IU fU U U U U U U fU U U BU CU DU EU kU lU U U &U 8U 9U CU NU U U U U U U U U U U U cU dU U U ԦU զU U U U SU TU UU VU U U @U uU vU 
U U EU FU WU U U ^U _U U U U U U rU sU U յU uU xU U U ɷU ޷U OU PU _U qU 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 4U @U AU BU CU U U <U =U ҼU ӼU U U U U rU sU )U *U U U U U U U U /U U U TU U U )U *U KU XU eU rU U U U U U U U U U U )U *U 5U eU fU U U U U XU YU ,U =U rU U U "U PU }U U U U GU U U U U U 'U +U ,U 6U AU tU ~U U U U U U U U U U 6U BU iU U U U U :U DU iU U U U U 
U U U U <U =U GU RU U U U U U U U U U U U U ;U GU nU U U U U U U U U U U U U )U 4U gU qU {U |U U U U U U U U U U U +U RU }U U U gU U U U U U U U U U 0U :U EU xU U U U U U U U U U U U U 1U =U dU U U U )U eU fU gU xU U U U U U U U U U U =U >U ?U AU BU CU LU U U U U U ;U XU U U U U U U U 4U QU [U fU U U U U U U U U U U U U U U OU U 6U 7U HU zU {U |U }U ~U U U `U aU U U U FU U U 1U 2U <U GU zU U U U U U U U U #U %U <U =U FU U U U U U U 1U 8U @U AU WU gU hU iU jU U U U U U U U U U 
U 0U ^U U U U U U U U U U U U 	U 
U U U 
U U U U 8U YU ZU U U U U U U U U U U U U U U U ZU aU jU kU sU U U U U U U 
U 'U /U DU YU kU U U U U U U U U U .U SU fU yU zU {U |U U U U U U U U U U U  U U U 2U DU ^U xU U U U U U U  U U 4U DU ^U xU yU zU {U U U U U U U U 	U 
U U U U U FU U U U U U KU LU tU U U U U U U U U U U U U UU U U U U U ZU [U U U U U U U U U U U U U U AU U )U *U +U <U U U U U U U U U U U  V ) V C V ] V e V z 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 jV ~V V V V V V ;V V V V V V V V V !V ;V UV fV V V V V V V V V V 8V RV cV }V V V V V V V V V V V 'V :V MV NV OV PV YV 	V t	V 	V (
V [
V 
V $V yV V ~V V V V 
V j
V 
V 
V 
V V =V iV V V V V V &V /V 0V 8V MV bV wV V V V V V V V -V >V XV `V uV V V V V V V V *V ;V UV fV V V V V V V V V V V V V 
V V V V V 7V V V 'V V V V V V 7V VV {V V V V V V V $V hV oV xV yV V V V V V V V V V 6V MV ^V tV V V V V V V V V V V 2V CV ZV qV V V V V V V V V V V V %V 8V KV MV NV OV XV jV 2V V V  V :V V V  V  V Q V  V !V "V #V @$V A$V H$V %V %V %&V e&V &V &V &V 'V !'V @'V _'V `'V q'V 'V 'V 'V 'V 'V 'V 'V 'V 'V 'V (V >(V `(V (V (V (V (V (V )V  )V !)V 2)V e)V )V )V )V )V )V w+V y+V +V +V &,V ^,V ,V ,V I-V J-V -V C.V D.V /V /V /V /V  0V ]0V ^0V 0V 0V 1V C1V 1V 1V .2V /2V 92V D2V w2V 2V 2V 2V 2V 2V 2V 2V 2V 3V 3V 3V 3V 3V V3V y3V 3V 3V 3V 4V M4V {4V |4V 4V 4V 4V 4V 4V 4V 4V 4V 5V 5V 5V 5V 5V /5V S5V 5V 5V 5V 5V 5V 6V 6V &6V 96V L6V _6V a6V b6V c6V l6V 6V 6V 17V 27V C7V D7V E7V m7V n7V 7V 7V 7V 7V 7V 7V 7V 7V 7V n8V 8V 8V 
9V 9V 9V 9V A9V 9V 9V 9V 9V ':V ;V  ;V T;V ;V ;V <V J<V <V <V =V Y=V =V =V =V =V 	>V >V G>V Q>V [>V \>V >V >V >V >V >V >V >V >V >V ?V t?V ?V ?V ?V ?V &@V h@V i@V z@V @V @V @V @V @V @V @V @V @V AV 	AV AV /AV BAV UAV WAV XAV nAV oAV xAV AV BV 3BV PBV iBV |BV BV BV BV CV 2CV QCV RCV SCV dCV CV CV CV CV CV CV CV CV CV DV DV .DV ADV TDV gDV iDV jDV kDV tDV DV EV EEV WEV EV EV EV )FV -FV .FV /FV 0FV AFV nFV oFV FV FV FV FV FV FV FV FV FV FV `GV GV BHV HV HV HV HV WIV XIV YIV jIV IV IV IV IV IV IV IV JV JV JV  KV KV KV KV KV wLV LV LV 8MV 9MV rMV MV NV NV =NV PV <PV =PV zPV ,QV fQV gQV QV NRV ORV RV RV RV RV RV  SV SV GSV TV TV TV OUV UV UV !VV yVV VV VV QWV RWV ]WV iWV xWV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV XV XV XV *XV +XV 0XV gXV lXV XV XV XV XV XV ?YV @YV EYV |YV YV YV YV YV ZV ZV "ZV #ZV (ZV `ZV eZV ZV ZV ZV ZV ZV ZV ZV ZV ZV F[V K[V W[V X[V [[V e[V f[V i[V r[V s[V t[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 1]V =]V >]V ?]V @]V A]V S]V m]V n]V y]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ^V ^V _V _V u`V v`V aV aV aV bV bV dbV ebV qbV bV bV bV bV bV cV DcV EcV FcV ScV cV "dV dV dV eV eV fV fV fV RgV gV hV hV hV TiV UiV jV ojV jV jV kV ,kV -kV @kV lV lV lV mV mV anV nV nV nV nV nV oV oV |qV }qV qV qV 'rV 3rV BrV NrV OrV rV rV rV rV rV CsV HsV sV sV sV tV ltV tV uV uV uV vV jvV kvV vV vV [wV \wV xV xV #zV $zV zV zV {V {V {V {V |V >}V ~V ~V V V pV tV uV 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 AV GV HV ]V _V dV eV zV |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 LV fV V V V V /V CV wV V ÅV օV 
V (V \V zV V ȆV ؆V V +V _V `V aV bV V V V V ʈV وV V V V 9V :V XV fV yV zV V ȉV ɉV ʉV V V *V @V VV WV V V ȊV ӊV V V V V BV _V `V vV V V V V ыV ҋV ۋV V V V V 7V SV TV iV jV kV lV }V V V V ƌV ǌV ȌV ɌV ʌV ˌV ԌV V V 
V V %V AV BV TV V V V V ܍V ݍV V V V $V %V &V MV NV OV PV QV RV [V zV {V V V V ΎV ώV V V V V V V EV FV GV HV IV JV SV V V RV SV TV eV V V V V V 5V iV V V V V ȑV ґV ܑV ݑV V +V AV CV tV uV ~V V V SV TV cV V V V V \V V V V V ÔV ĔV ŔV ƔV ϔV *V +V <V ]V ^V _V `V aV bV V /V 0V qV |V V V V V V V +V BV oV pV V V &V 'V V V )V >V iV wV 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 4V 9V :V DV IV JV KV hV 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 7V <V =V GV LV MV NV vV V V V V V V V V V V ƛV ǛV ћV ֛V כV ؛V V "V 2V 3V >V CV DV NV SV TV _V dV eV oV tV uV 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 QV _V oV pV {V V V V V V V V V V V V V V V V V 
V V V V V  V +V 0V 1V ;V @V AV BV rV V V V V V V V V V V V ßV ͟V ҟV ӟV ԟV V V V V $V )V *V 4V 9V :V EV JV KV UV ZV [V \V ȠV ɠV V V V V "V 'V (V 2V 7V 8V CV HV IV SV XV YV ZV yV V V V V V V V V V ġV ɡV ʡV ԡV ١V ڡV ۡV V V %V &V 1V 6V 7V AV FV GV RV WV XV bV gV hV iV V V V V V V V V âV ĢV ϢV ԢV բV ߢV V V V 
V *V OV rV sV ɣV ʣV ףV أV ٣V V V V V ȤV ɤV ӤV ޤV V V %V &V YV }V V V V V V V V 'V (V vV զV V 0V @V QV aV bV V V V V V V 4V cV dV V V V V V V ƨV V V ^V V ȩV V V V ,V DV EV FV WV V V V V :V ɫV ʫV V V "V #V V V V (V [V eV oV pV V ŭV ׭V V V V V V :V ;V JV [V V V V V V V V V &V 'V KV LV ]V V V _V V V V V V 	V 
V V V ĲV ֲV ײV V V V )V 3V 4V ZV V V V V V V V V "V #V rV sV V V V V V V V $V V ޵V V V V V V V V ;V <V V V 0V 1V CV V V V V &V sV V V V V gV |V V V V V "V #V (V 0V 5V 6V ;V CV OV PV UV \V aV bV gV nV zV {V V V V V V V V V V V V V V V V V V V V V V V pV qV .V /V V V V V V V ^V _V V rV sV {V |V V WV XV V wV V V V V V V V V .V ?V PV aV rV sV V V V V V V V V V V #V $V V V V V V `V aV V V V KV LV V V TV UV |V V V V V V V V V V &V 'V UV V V V V V V V V V .V lV V V V V V aV bV cV tV V V V V V V V V #V -V 7V 8V fV V V V V V V V V V V 7V wV V !V V V V V V V V V V V V V V V HV nV oV pV qV sV tV uV ~V V V V V [V V V nV ~V V V V V V V V V V V V  V *V +V YV V V V V V V V V V V V 0V oV V V V V V V $V %V &V 0V ;V nV xV V V V V V V V V V V )V 5V \V V V V V -V vV wV V V V V V V V V 7V AV KV LV uV vV wV yV V V V V V V V #V V V V V V V V V V MV V V 3V uV V V +V zV V V V V V "V ,V -V UV uV V V V V V V V V OV bV V V V V V V V V V V V V V 0V SV fV yV V V V V V V V V *V +V ,V =V nV uV ~V V V V V V V V V V V V V V V V V 0V CV DV EV FV OV V .V AV 'V (V )V *V ;V V V V 	V V &V ;V MV gV V V V V V V V 	 W # W = W M W g W  W  W  W  W  W  W  W W W W W W #W W W 0W 1W 2W CW W W W W W W W W W W &W @W ZW bW wW W W W W W W W W W W AW YW lW W W W W W W W 7W TW W W W W W W W W W W +W PW cW vW W W W W W ?W gW W W 	W 	W 	W 	W 	W 	W 	W !
W "
W G
W Z
W m
W 
W 
W 
W 
W 
W 
W tW W W (W W W W W -
W .
W 5
W >
W ?
W G
W \
W q
W 
W 
W 
W 
W 
W 
W W W -W ?W YW sW W W W W W W W W W GW HW [W nW W W W W W W W lW W W W W \W ]W ^W oW W UW \W eW fW nW W W W W W W W W 8W IW cW kW W W W W W W W W 5W FW `W aW bW cW W W W W W W W W W W W W W sW W W LW W W rW W rW sW zW W W W OW {W W W W 3W gW hW yW W W W W W W  W W 'W AW [W lW W W W W W W W W (W =W OW iW W W W W W W W W W  W !W IW JW ]W pW W W W W W W W s W m!W !W K"W X"W "W <#W #W o$W v$W $W $W $W %W 0%W O%W n%W %W %W %W %W &W 
&W &W &W &W 1&W C&W U&W g&W ~&W &W &W &W &W &W &W 'W #'W :'W ;'W C'W U'W g'W y'W 'W 'W 'W 'W 'W 'W (W  (W 6(W G(W ^(W _(W `(W a(W (W (W (W (W (W (W (W (W (W (W (W *W *W +W  ,W ,W ,W #-W B-W -W -W -W .W */W I0W q1W 1W 1W 1W 3W 3W 3W 4W "4W A4W 4W 4W 4W 4W 4W 4W 5W S5W T5W x5W y5W ~5W 5W 5W 5W 5W 5W 5W 5W 5W  6W !6W C6W e6W 6W 6W 6W 6W 6W 7W (7W )7W *7W +7W e7W 9W 9W K9W 9W 9W 9W C:W :W :W :W :;W ;W ;W <W <W f=W g=W =W =W =W 0>W r>W >W >W (?W w?W ?W ?W ?W ?W @W @W )@W *@W R@W S@W f@W y@W @W @W @W @W @W @W @W AW NAW |AW AW AW AW BW BW +BW ,BW -BW UBW VBW iBW |BW BW BW BW BW BW BW BW BW tCW uCW CW CW CW CW CW CW CW CW CW CW  DW DW 
DW (DW LDW DW DW DW DW DW EW EW EW 2EW EEW XEW ZEW [EW \EW eEW EW FW FW FW FW FW FW FW FW kGW lGW GW GW GW HW HW HW 4IW kIW IW IW )JW kJW JW JW FKW KW KW KW KW KW KW KW KW KW "LW #LW HLW [LW nLW LW LW LW LW LW MW CMW UMW MW MW MW NW NW NW ENW LNW TNW UNW kNW {NW |NW }NW ~NW NW NW NW NW NW NW NW NW OW 
OW OW OW OW OW OW PW PW RPW ]PW |PW PW PW PW PW PW QW 6QW =QW EQW FQW vQW QW QW QW QW QW QW QW QW QW RW RW RW 	RW RW RW RW RW RW 0SW ;SW ZSW SW SW SW SW SW SW TW 
TW 5TW 6TW ITW \TW oTW TW TW TW TW TW TW ;UW UW #VW ^VW iVW VW VW VW VW WW 5WW 6WW 7WW 8WW _WW `WW WW RXW XW XW XW *YW eYW fYW YW ZW ZW ZW ZW ZW [W s[W [W [W [W ]W ]W ]W ^W ^W _W _W 8_W _W _W "`W 7`W S`W c`W v`W `W `W `W /bW ^bW bW bW *cW cW cW dW VdW dW dW dW dW eW eW "eW 5eW 9eW :eW ;eW <eW =eW >eW ?eW @eW AeW UeW \eW aeW qeW reW eW eW eW eW eW eW eW eW eW eW eW eW eW eW fW 
fW `fW afW ffW fW fW fW fW fW gW gW pgW qgW vgW gW gW gW gW gW gW hW *hW +hW 0hW ^hW chW hW hW hW hW hW hW hW hW hW iW iW iW iW iW iW #iW (iW 0iW 7iW >iW JiW KiW ViW ZiW aiW hiW iiW jiW kiW liW miW niW oiW piW qiW riW siW tiW uiW viW wiW iW ?jW @jW YjW ZjW sjW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW kW kW kW $kW %kW /kW <kW =kW >kW ?kW @kW AkW BkW CkW PkW QkW _kW `kW akW bkW okW kW HlW IlW ;mW <mW nW nW +oW 4oW ToW oW oW pW pW pW WpW XpW kpW pW pW pW pW pW pW pW )qW qW |rW }rW jsW ksW `tW atW mtW tW KuW uW "vW vW vW vW wW 
xW mxW nxW xW xW xW xW DzW EzW VzW t{W {W {W !|W :|W V|W p|W q|W z}W {}W W W yW zW W W W W W >W TW W W W W W %W W W W 
W GW W fW gW W W 	W TW UW W W RW SW W W xW yW FW GW aW rW "W ܊W #W $W W W W W W )W *W >W ?W @W IW WW dW eW fW gW hW iW mW nW oW pW 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 AW BW QW SW YW ZW hW jW pW qW W W W W W W W W W W W W W W W W 8W RW W W ͒W W W -W aW tW W ƓW W W LW fW vW W ɔW W W W  W "W +W ,W BW hW wW W W W זW ؖW W W W W 6W fW gW hW W W ȗW ޗW W W [W \W fW qW W W W W W W W W *W @W VW XW oW pW yW W W W W ՙW W W W W 	W 
W W ;W <W =W dW eW fW gW hW iW rW W W W W ÚW ߚW W W W 6W KW `W zW {W W W W W ÛW ěW W W W W W W W W W -W .W PW lW mW W W W W W W W W W W W W W :W ;W W W W W #W $W %W &W FW ӞW W W W (W 3W fW pW zW {W W ɟW ߟW W W W W W W W W W RW W W W W =W >W _W `W aW bW cW dW mW ȢW ɢW ڢW W W W W W  W -W ͣW ΣW W W $W /W 9W :W W W ɤW W 
W W IW ~W ĥW ťW W W ǦW ܦW W W %W &W 1W 6W 7W AW FW GW RW WW XW bW gW hW iW W W W W W W W W ƧW ǧW ҧW קW اW W W W W W W $W %W 0W 5W 6W @W EW FW QW VW WW aW fW gW hW W W W W W W W ĨW ɨW ʨW ըW ڨW ۨW W W W W W "W 2W 3W >W CW DW NW SW TW _W dW eW oW tW uW vW W W ЩW ѩW ܩW W W W W W W W W 
W W W W -W ;W KW LW WW \W ]W gW lW mW xW }W ~W W W W W W DW fW tW 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 JW OW PW QW ~W W W W W W W W W W ɬW άW ϬW ٬W ެW ߬W W W W .W /W :W ?W @W JW OW PW [W `W aW kW pW qW rW W W W W ­W ǭW ȭW ҭW ׭W حW W W W W W W W fW gW W W W W W ŮW ƮW ЮW ծW ֮W W W W W W W W W %W 5W 6W AW FW GW QW VW WW bW gW hW rW wW xW yW W W ïW įW ϯW ԯW կW ߯W W W W W W  W W W W "W 0W @W AW LW QW RW \W aW bW mW rW sW }W W W W W ȰW W W W gW hW uW vW wW W W  W TW fW gW qW |W W W òW ĲW W W -W /W FW GW PW W W ųW ƳW W sW W δW ޴W W W  W $W %W 6W W W W ҵW W W (W WW XW YW ZW [W dW W W W [W fW W W W ʷW W W W W W W W W ظW gW hW W W W W W W W ƺW W W 
W W 4W cW uW W W W W W ػW ٻW W W 1W 2W W W >W _W W W ĽW ŽW W W W LW W W ;W ~W W W W W W -W .W bW tW uW W W W W W W W  W 2W 3W 4W 5W >W W W W W W W 2W 3W DW W W W W W XW |W W W IW VW W W W W W W W W W W GW HW 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 7W ?W KW LW TW [W `W aW iW pW |W }W ~W W  W !W xW yW W W W W &W 2W W W eW fW W W OW W W W W kW W W W W W eW fW W W W W W W W W W W W $W 7W NW eW fW qW W W ?W @W W W W W hW yW W W W ^W W W W W 3W W W W W *W 7W cW gW hW rW }W W W W W W %W &W (W )W *W 3W rW ~W W W 
W 2W =W vW W W W  W W W IW JW KW LW xW yW W W W W W W W )W *W +W -W .W /W 8W wW W W W W 9W W (W 8W 9W :W KW YW ZW [W eW pW W W W W W W 
W W W W W W W [W gW W W W W W W W W W /W =W >W ?W @W lW vW W W W W W W W W  W !W #W $W %W .W mW yW W W 
W -W eW W W W W W W W W W W W  W !W OW yW zW {W }W ~W W W W W W (W HW wW W W W W &W 4W 5W 6W pW W W W W W W W W W W W .W /W 8W : X ; X L X  X  X rX sX X X X X X X X X X X X X JX X X X mX nX xX X X X X X X X &X 9X LX _X aX xX yX X X  X -X .X /X @X mX tX |X }X X X X X X X X X X *X =X >X ?X @X IX lX X X X X X 	X 	X 	X 	X 3	X C	X D	X E	X F	X G	X H	X I	X J	X K	X L	X t	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 I
X c
X k
X 
X 
X 
X 
X 
X 
X X X  X !X "X JX jX X X X X X X X ,X ZX X X X X +X 2X ;X <X DX YX nX X X X X X X  X X *X <X VX pX X X X X X X X X 
X X 0X CX DX EX FX OX X X 9X X  X !X "X #X 4X X X X X X X X 'X (X )X *X 3X X X HX X /X 0X 1X 2X CX X X X X X X X X 1X 2X 3X 4X =X X 9X }X X eX fX gX xX X X X X X X X X !X ;X UX eX X X X X X X X X !X ;X UX VX WX XX iX X X X X X X X 2X EX FX GX HX QX 
X jX X X MX X X X 
 X w X  X  X !X !X !X !!X 6!X K!X ]!X w!X !X !X !X !X !X "X 	"X "X 3"X H"X Z"X t"X "X "X "X "X "X "X "X  #X #X )#X *#X =#X P#X c#X v#X #X #X #X #X #X Y$X $X %X d%X %X %X `&X &X 'X 'X (X (X (X W(X (X (X (X )X M)X y)X )X )X *X *X *X [*X b*X k*X l*X t*X *X *X *X *X *X *X 
+X $+X >+X O+X i+X z+X +X +X +X +X +X +X ,X !,X 2,X L,X f,X w,X ,X ,X ,X ,X ,X ,X ,X ,X ,X -X !-X 4-X G-X H-X I-X J-X S-X .X /X s/X /X /X c0X 0X V1X 
2X 2X T2X s2X 2X 2X 2X 2X 3X M3X N3X O3X `3X 3X 3X 3X 3X 3X 3X 3X 3X 4X 4X 34X J4X [4X r4X 4X 4X 4X 4X 4X 4X 4X 4X 5X 5X )5X @5X W5X n5X 5X 5X 5X 5X 5X 5X 5X 5X 5X 5X '6X (6X ;6X N6X a6X t6X 6X 6X 6X 6X 6X 7X n8X @9X 9X <:X v:X :X :X =;X [;X ;X <X <X =X ?X |?X }?X ?X  AX !AX aAX AX AX AX BX >BX ]BX |BX BX BX BX BX BX CX CX CX CX CX  CX )CX 6CX XCX zCX CX CX CX CX DX %DX GDX \DX ]DX nDX DX DX DX DX DX EX FX FX FX +GX bGX GX GX 0HX HX HX HX IX IX ?JX @JX KX KX <KX KX KX KX LX GLX LX LX MX jMX kMX uMX MX MX MX MX MX MX MX NX NX *NX =NX ?NX @NX ANX JNX NX NX NX OX 8OX ROX OX OX OX OX OX OX OX OX PX PX -PX @PX BPX CPX DPX MPX kPX PX QX QX $QX %QX &QX NQX OQX bQX uQX QX QX QX QX QX QX QX QX mRX nRX RX RX RX RX RX RX RX RX RX RX RX RX SX 'SX SX 7TX 8TX ITX JTX KTX LTX }TX 	UX 
UX 1UX 2UX cUX [VX \VX VX VX 	WX AWX WX WX 	XX NXX XX XX 9YX :YX ;YX EYX PYX YX YX YX YX YX YX YX YX ZX ZX !ZX 7ZX 8ZX AZX ZX ZX ZX +[X 6[X b[X [X [X [X [X [X [X [X 	\X \X \X \X \X D\X E\X X\X k\X ~\X \X \X \X \X \X \X #]X >]X o]X ]X ]X ]X ]X ]X ^X H^X n^X ^X ^X ^X ^X ^X ^X ^X ^X _X +_X ,_X -_X ._X V_X W_X j_X }_X _X _X _X _X _X _X `X G`X `X `X `X `X `X eaX iaX jaX kaX laX }aX aX aX aX aX aX aX 
bX  bX "bX #bX $bX -bX bX bX ~cX cX cX dX &dX dX dX dX dX dX dX dX dX dX dX 9eX eX "fX #fX \fX fX gX gX 6gX gX hX hX thX uhX hX iX @iX AiX yiX KkX xkX ykX kX hlX lX lX lX mX mX mX mX mX nX nX <nX =nX nX oX oX 5pX pX pX !qX ]qX qX qX +rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX rX sX sX sX  sX !sX -sX .sX /sX 0sX ;sX ?sX RsX ZsX fsX gsX lsX sX sX sX sX tX 1tX 6tX {tX |tX tX tX tX uX uX uX @uX DuX ^uX _uX duX uX uX uX uX uX uX vX 'vX (vX )vX 3vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX wX wX wX 	wX 
wX wX wX 
wX wX wX wX wX wX wX wX wX *wX wX wX wX wX xX "xX #xX 7xX 9xX :xX ;xX <xX =xX ExX KxX LxX UxX YxX ZxX mxX yxX zxX {xX |xX }xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX  yX 
yX yX yX yX zX zX {X {X |X |X |X K}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 ZX X )X X X PX X X X JX hX iX |X X X X X 4X X X ؉X X X X X X X X X X cX oX ~X X X ܍X X $X %X 6X X X ÎX !X "X >X X X ?X X X VX X X X X X X X X _X `X X X X X X X X zX X X @X AX X X X ǛX țX ܛX ݛX ޛX X X X X X X X X X X 
X X 'X )X /X 0X IX KX PX QX _X aX gX hX {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 1X 6X QX RX SX TX UX 3X 4X @X X X ֟X X $X 7X kX X X ˠX X X FX dX X X X X X HX gX X X X X X ɣX ʣX X X X (X )X BX uX vX X X X X ԤX X X X :X PX fX |X X X X X X X BX LX VX WX ~X X X X ȦX ަX X X 
X X X 9X :X NX OX sX X X X X X X X ٧X ڧX ۧX X X X X X X X 1X 2X FX GX aX }X ~X X X ԨX X X X X .X /X @X `X aX bX X X X X X X X X X ˩X ̩X X 
X X  X !X 2X RX SX TX X X X X X X X تX ٪X X X X X X «X ëX īX X qX X X X ƬX ѬX X X X X :X gX }X X X X X RX SX X X X X 5X 6X GX X ۯX ܯX X X X  X X X X fX gX xX X X X X X X ˰X kX lX X X ±X ͱX ױX رX 8X OX gX ~X X X X X bX cX MX NX eX zX X X ôX ĴX ϴX ԴX մX ߴX X X X X X  X X X X %X 3X CX DX OX TX UX _X dX eX pX uX vX X X X X X X µX õX εX ӵX ԵX ޵X X X X X X X X X X (X 6X FX GX RX WX XX bX gX hX sX xX yX X X X X X X жX ѶX ܶX X X X X X X X X 
X X X X PX ^X nX oX zX 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 3X 4X >X CX DX OX TX UX _X dX eX fX X X X X X X X ǹX ̹X ͹X عX ݹX ޹X X X X X X *X :X ;X FX KX LX VX [X \X gX lX mX wX |X }X ~X X X ̺X ͺX غX ݺX ޺X X X X X X X 	X X X X 6X DX TX UX `X eX fX pX uX vX X X X X X X X X X 4X BX RX SX ^X cX dX nX sX tX X X X X X X X X üX ӼX ԼX ߼X X X X X X  X X X X X X X CX QX aX bX mX rX sX }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 FX fX X X X X X X X X 8X X X X X X X X MX WX aX bX X X X X X X X BX CX cX dX X X GX lX |X X X X X X X %X >X WX pX X X X X X X X X X JX KX X X X  X 9X SX hX X X X X JX KX LX MX vX X X :X LX ^X _X NX OX YX dX X X X X X X X %X &X 'X (X 1X vX wX X X X X NX X X X #X @X bX cX X X X X @X X X X X X X EX FX X X  X X X X (X [X eX oX pX X X X X X X X =X >X ^X _X X X X X X -X .X /X 0X `X X X OX PX X X X  X 1X wX xX 8X 9X lX mX X X X LX MX bX X OX RX X X X X )X *X 9X KX ^X _X dX lX qX rX wX 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 jX kX X X LX MX X X X X X X X X X 	X X X .X X X X X %X 2X ?X LX YX jX {X X X X X X X X X X X ?X @X X X _X `X 2X 3X X X LX X X X *X WX X X X !X X X X X X X X X X X NX XX bX cX X X X X X X X X X CX jX X X X  Y  Y C Y  Y  Y  Y  Y  Y  Y  Y  Y Y Y !Y ,Y _Y iY sY tY Y Y Y Y Y Y Y Y Y !Y HY sY Y Y ]Y Y Y Y Y Y Y Y Y Y Y AY KY UY VY Y Y Y Y Y Y Y Y Y Y Y ,Y WY Y Y AY Y Y Y Y Y Y Y Y Y 
Y Y Y RY \Y fY gY Y Y Y Y Y Y Y Y Y Y Y >Y lY Y Y 	Y ?	Y @	Y A	Y R	Y `	Y a	Y b	Y l	Y w	Y 	Y 	Y 	Y 	Y 	Y 
Y 
Y 
Y 
Y 
Y 
Y &
Y e
Y q
Y 
Y 
Y 
Y Y 2Y iY Y Y Y Y Y Y Y +Y 5Y @Y sY }Y Y Y Y Y Y Y Y Y Y 
Y 
Y 
Y )Y _Y Y Y "Y TY UY VY WY XY YY Y :Y ;Y oY Y Y  Y gY Y Y Y Y !Y TY ^Y hY iY Y Y Y Y Y Y Y Y Y  Y Y Y Y Y Y Y Y Y Y Y 1Y AY BY CY DY lY Y Y Y Y Y Y Y Y Y 
Y 8Y fY gY hY yY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 3Y 4Y YY lY Y Y Y Y Y Y jY }Y cY dY eY fY wY 4Y ;Y DY EY MY bY wY Y Y Y Y Y Y 	Y Y 3Y EY _Y yY Y Y Y Y Y Y Y Y -Y @Y SY TY UY VY _Y Y Y lY mY nY Y Y Y Y Y Y Y Y Y 8Y RY bY |Y Y Y Y Y Y Y Y Y 8Y RY SY TY UY }Y Y Y Y Y Y Y Y Y Y s Y  Y  Y  !Y !Y !Y !Y !Y !Y %"Y &"Y N"Y g"Y "Y "Y "Y "Y "Y "Y "Y "Y {#Y #Y #Y /$Y $Y $Y $Y $Y $Y 4%Y 5%Y ]%Y ^%Y %Y %Y %Y %Y %Y %Y %Y %Y %Y &Y &Y 'Y d'Y (Y (Y (Y (Y i(Y j(Y q(Y z(Y {(Y (Y (Y (Y (Y (Y (Y )Y )Y 7)Y ?)Y T)Y i)Y {)Y )Y )Y )Y )Y )Y )Y )Y )Y *Y Z*Y [*Y *Y *Y *Y *Y *Y *Y *Y *Y *Y *Y *Y +Y ,Y D,Y X,Y ,Y -Y -Y -Y -Y .Y .Y .Y .Y .Y .Y .Y .Y .Y .Y /Y //Y @/Y Z/Y t/Y /Y /Y /Y /Y /Y /Y /Y 0Y ,0Y =0Y W0Y q0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 0Y 1Y 1Y '1Y (1Y )1Y *1Y 31Y 1Y N2Y 2Y 3Y 53Y 3Y 3Y S4Y 4Y X5Y 5Y 5Y 5Y 5Y D6Y [6Y 6Y 6Y 6Y 7Y C7Y o7Y 7Y 7Y 7Y 7Y  8Y 	8Y 
8Y 8Y '8Y <8Y Q8Y c8Y }8Y 8Y 8Y 8Y 8Y 8Y 9Y 9Y 29Y :9Y O9Y d9Y y9Y 9Y 9Y 9Y 9Y 9Y :Y :Y /:Y @:Y Z:Y [:Y \:Y ]:Y :Y :Y :Y :Y :Y :Y :Y :Y :Y :Y :Y ;Y <Y =Y =Y =Y >Y x>Y >Y ?Y ?Y ?Y @Y 0@Y U@Y l@Y @Y @Y @Y @Y @Y @Y BAY IAY RAY SAY [AY mAY AY AY AY AY AY AY AY BY 'BY 8BY NBY _BY vBY wBY BY BY BY BY BY BY BY CY CY 4CY KCY \CY rCY CY CY CY CY CY CY CY CY CY CY DY %DY 'DY (DY )DY 2DY DEY FY FY \GY GY HY _HY ~HY HY HY +IY IY fJY KY LY MY MY "MY NY NY NY ?OY ^OY }OY OY OY OY PY 9PY :PY KPY PY PY PY PY PY PY PY PY PY PY PY QY :QY \QY ]QY QY QY QY QY QY QY RY ?RY dRY eRY fRY gRY RY QTY STY TY TY  UY 8UY UY UY #VY $VY vVY WY WY WY WY XY XY XY 7YY 8YY lYY YY YY ZY dZY ZY [Y 	[Y [Y [Y Q[Y [[Y e[Y f[Y [Y [Y [Y [Y [Y [Y [Y [Y [Y [Y 0\Y S\Y \Y \Y \Y \Y ']Y U]Y V]Y g]Y h]Y i]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y 	^Y -^Y ^Y ^Y ^Y ^Y ^Y ^Y ^Y  _Y _Y &_Y 9_Y ;_Y <_Y =_Y F_Y d_Y _Y `Y `Y `Y `Y `Y G`Y H`Y [`Y n`Y `Y `Y `Y `Y `Y `Y `Y HaY aY aY aY aY aY aY bY bY bY bY bY cY cY cY .dY pdY dY dY $eY eeY eY eY 3fY fY fY fY fY fY fY !gY +gY 5gY 6gY ^gY _gY gY gY gY gY gY gY gY gY NhY hY hY hY hY  iY BiY CiY TiY iY iY iY iY iY iY iY iY iY iY iY iY 	jY jY /jY 1jY 2jY HjY IjY RjY jY jY 
kY *kY CkY VkY kY kY kY kY lY +lY ,lY -lY >lY rlY ylY lY lY lY lY lY lY lY lY lY mY mY .mY AmY CmY DmY EmY NmY mY mY nY 1nY lnY wnY nY oY oY oY 	oY 
oY oY HoY IoY qoY roY oY oY oY oY oY oY oY oY :pY wpY qY _qY qY qY qY 1rY 2rY 3rY DrY qrY rrY srY trY rY rY rY sY sY sY sY ftY tY tY tY QuY uY uY vY vY LvY vY vY vY wY xY yY yY TyY zY @zY AzY tzY ({Y ){Y ^{Y s{Y {Y {Y {Y {Y {Y !|Y k}Y }Y }Y )~Y f~Y ~Y ~Y SY Y Y +Y ,Y 7Y CY RY ^Y qY uY vY wY xY yY zY {Y |Y }Y Y Y Y Y Y Y Y Y ˀY ̀Y ̀Y ΀Y ـY ݀Y Y Y Y Y 
Y AY FY Y Y Y ρY ԁY Y Y Y VY ZY Y Y Y ނY Y Y Y Y :Y ?Y fY gY lY Y Y ŃY ƃY ǃY уY  Y %Y 1Y 2Y 5Y ?Y @Y CY LY MY NY _Y dY lY sY zY 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 GY HY SY `Y aY kY xY yY zY {Y |Y }Y ~Y Y Y Y Y Y Y Y Y Y Y Y wY xY OY PY gY pY Y Y Y >Y ?Y KY Y Y Y ̋Y ͋Y ދY Y Y  Y -Y eY Y Y Y Y Y Y Y Y ,Y Y Y ^Y ǑY .Y /Y Y IY Y Y Y Y Y Y Y Y Y Y ҖY ;Y ]Y vY Y Y Y Y Y VY WY Y Y Y 
Y Y (Y )Y zY Y Y ÛY ԛY Y "Y aY Y Y ܜY FY Y ݝY Y Y Y DY EY Y Y 5Y 6Y Y Y Y Y Y Y Y Y Y Y ^Y Y _Y `Y ާY ߧY JY NY OY eY fY zY {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 7Y 9Y >Y ?Y TY VY [Y \Y vY xY }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 tY Y ­Y խY 	Y Y QY iY Y Y Y Y 6Y TY Y Y Y Y Y 9Y :Y ;Y <Y ^Y gY hY ~Y Y Y ƱY ǱY Y Y Y 2Y @Y SY TY rY Y Y Y زY Y Y Y 0Y 1Y Y Y Y Y Y Y Y Y Y 9Y :Y PY fY |Y Y Y Y Y Y ״Y شY Y Y Y -Y .Y CY DY EY FY WY wY xY yY Y Y Y Y Y Y Y ϵY еY Y Y Y Y Y .Y YY rY Y Y Y Y ̶Y ͶY ޶Y Y Y  Y 'Y (Y )Y *Y +Y ,Y 5Y TY UY iY jY Y Y Y Y Y зY Y Y Y Y  Y !Y "Y #Y $Y -Y vY wY ,Y -Y .Y ?Y _Y `Y aY bY Y Y CY YY ZY dY oY Y Y Y Y غY Y Y Y NY OY XY Y Y -Y .Y =Y Y ӼY ԼY Y 6Y yY zY Y Y Y Y Y Y Y Y Y Y 7Y 8Y 9Y :Y ;Y <Y iY 	Y 
Y KY VY `Y kY uY vY ֿY Y Y Y IY JY Y Y  Y Y Y Y Y Y CY QY aY bY mY rY sY }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 BY PY `Y aY lY qY rY |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 PY ^Y nY oY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y (Y -Y .Y 9Y >Y ?Y IY NY OY PY iY wY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 7Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y +Y 9Y IY JY UY ZY [Y eY jY kY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y Y Y LY ZY jY kY vY {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 4Y 5Y 6Y Y Y Y Y Y Y Y Y Y Y Y Y Y "Y #Y -Y 2Y 3Y 4Y SY aY qY rY }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y  Y Y Y Y Y  Y !Y ,Y 1Y 2Y <Y AY BY CY ^Y lY |Y }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y )Y LY MY Y Y Y Y Y Y [Y \Y Y Y Y Y Y Y Y Y  Y 3Y WY iY kY Y Y Y Y Y Y Y PY Y Y 
Y Y +Y ;Y <Y `Y aY rY Y Y Y Y =Y >Y dY Y Y Y Y Y Y Y Y 8Y Y Y Y Y Y Y Y Y  Y 1Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 5Y ?Y IY JY pY Y Y Y Y Y Y Y Y Y $Y 5Y mY nY Y ZY zY Y Y Y  Y Y %Y &Y 7Y Y Y 9Y wY Y Y Y Y Y Y iY jY Y Y Y Y Y Y Y 
Y Y 4Y \Y nY oY pY qY zY Y Y Y Y LY MY nY oY 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 MY Y Y [Y \Y AY VY Y Y Y Y Y Y Y 
Y Y Y Y Y )Y *Y /Y 6Y ;Y <Y AY HY TY UY ]Y eY jY kY sY {Y Y Y Y Y Y Y Y Y Y Y Y Y \Y ]Y Y Y JY KY Y 	Y bY nY Y Y Y Y 8Y 9Y Y LY MY UY VY Y 1Y 2Y Y QY [Y Y Y Y Y Y Y Y  Z  Z * Z ; Z L Z M Z ` Z s Z  Z  Z  Z  Z Z Z {Z |Z Z Z Z Z Z Z Z :Z ;Z Z Z Z %Z &Z oZ Z .	Z /	Z V	Z f
Z s
Z 
Z Z Z Z Z Z Z  Z Z /Z aZ bZ dZ eZ fZ oZ Z Z Z 
Z F
Z n
Z y
Z 
Z 
Z 
Z ;Z <Z =Z NZ Z Z Z Z Z Z Z Z Z Z Z Z @Z eZ fZ gZ iZ jZ kZ tZ Z Z Z Z QZ uZ Z dZ tZ uZ vZ Z Z Z Z Z Z Z Z Z Z "Z HZ IZ JZ KZ MZ NZ OZ XZ Z Z Z Z 5Z YZ Z HZ XZ YZ ZZ kZ yZ zZ {Z |Z Z Z Z Z Z Z Z 3Z ZZ [Z \Z ]Z _Z `Z aZ jZ Z Z Z 
Z IZ iZ Z Z Z Z Z Z Z  Z 
Z Z HZ RZ \Z ]Z Z Z Z Z Z Z Z Z Z Z 6Z dZ Z Z Z Z PZ QZ bZ pZ qZ rZ Z Z Z Z Z Z %Z &Z OZ PZ QZ SZ jZ kZ tZ vZ wZ Z Z Z Z Z Z Z Z Z Z Z Z 'Z Z Z 
Z OZ Z Z  Z T Z  Z  Z  Z  Z  Z  Z !Z !Z /!Z O!Z b!Z u!Z !Z !Z !Z !Z !Z !Z )"Z <"Z i"Z j"Z k"Z |"Z "Z "Z "Z "Z "Z "Z "Z "Z "Z 
#Z -#Z @#Z S#Z f#Z y#Z z#Z {#Z |#Z #Z #Z #Z $Z $Z $Z $Z H$Z O$Z X$Z Y$Z o$Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z $Z 
%Z %Z %Z %Z  %Z )%Z f%Z &Z &Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z 'Z  (Z (Z '(Z A(Z [(Z k(Z (Z (Z (Z (Z (Z (Z (Z )Z ')Z A)Z [)Z \)Z ])Z ^)Z )Z )Z )Z )Z )Z )Z )Z )Z )Z h*Z *Z 
+Z +Z +Z +Z g+Z n+Z w+Z x+Z +Z +Z +Z +Z +Z +Z  ,Z ,Z 4,Z <,Z Q,Z f,Z x,Z ,Z ,Z ,Z ,Z ,Z ,Z ,Z ,Z -Z 3-Z F-Z Y-Z l-Z -Z -Z -Z -Z -Z .Z ..Z u.Z .Z \/Z ]/Z ^/Z _/Z p/Z /Z /Z /Z 0Z *0Z =0Z P0Z c0Z d0Z e0Z f0Z o0Z 1Z A1Z 1Z 1Z k2Z l2Z m2Z n2Z 2Z 2Z 2Z 2Z 2Z !3Z 43Z G3Z Z3Z m3Z n3Z o3Z p3Z y3Z N4Z u4Z 4Z 5Z 5Z 5Z 5Z 5Z 6Z 6Z 6Z 6Z 6Z !6Z 66Z K6Z ]6Z w6Z 6Z 6Z 6Z 6Z 6Z 6Z 7Z 7Z 37Z M7Z ]7Z w7Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z !8Z "8Z 58Z H8Z [8Z n8Z 8Z 8Z 8Z 8Z 8Z F9Z 9Z 9Z 9Z :Z 6;Z 7;Z 8;Z I;Z ;Z /<Z 6<Z ?<Z @<Z H<Z ]<Z r<Z <Z <Z <Z <Z <Z <Z =Z #=Z ==Z E=Z Z=Z o=Z =Z =Z =Z =Z =Z =Z >Z  >Z :>Z ;>Z <>Z =>Z e>Z f>Z y>Z >Z >Z >Z >Z >Z >Z >Z >Z ?Z ?Z M@Z @Z @Z &AZ AZ AZ LBZ BZ LCZ MCZ TCZ CZ CZ CZ )DZ UDZ DZ DZ DZ 
EZ AEZ BEZ SEZ EZ EZ EZ EZ EZ EZ EZ EZ FZ FZ 5FZ FFZ `FZ zFZ FZ FZ FZ FZ FZ FZ GZ GZ )GZ CGZ ]GZ nGZ GZ GZ GZ GZ GZ GZ GZ GZ GZ #HZ $HZ 7HZ JHZ ]HZ pHZ HZ HZ HZ HZ HZ MIZ GJZ JZ %KZ 2KZ KZ LZ LZ IMZ PMZ MZ MZ MZ MZ 
NZ )NZ HNZ NZ NZ NZ NZ NZ NZ NZ NZ NZ OZ OZ /OZ AOZ XOZ oOZ OZ OZ OZ OZ OZ OZ OZ PZ PZ PZ /PZ APZ SPZ ePZ |PZ PZ PZ PZ PZ PZ PZ QZ !QZ 8QZ 9QZ :QZ ;QZ cQZ dQZ wQZ QZ QZ QZ QZ QZ QZ QZ QZ RZ SZ |TZ TZ xUZ UZ UZ VZ yVZ VZ VZ [WZ XZ #YZ KZZ ZZ ZZ ZZ \\Z ]\Z \Z \Z \Z ]Z []Z z]Z ]Z ]Z ]Z ]Z ]Z -^Z .^Z R^Z S^Z X^Z Z^Z [^Z \^Z e^Z r^Z ^Z ^Z ^Z ^Z ^Z _Z ?_Z a_Z _Z _Z _Z _Z _Z `Z `Z `Z `Z ?`Z aZ aZ %bZ gbZ bZ bZ cZ lcZ cZ cZ dZ dZ dZ {eZ |eZ @fZ AfZ xfZ fZ fZ 
gZ LgZ gZ gZ hZ QhZ hZ hZ hZ hZ hZ hZ iZ iZ ,iZ -iZ @iZ SiZ fiZ yiZ {iZ |iZ }iZ iZ iZ iZ (jZ VjZ tjZ jZ jZ jZ jZ kZ kZ kZ /kZ 0kZ CkZ VkZ ikZ |kZ ~kZ kZ kZ kZ kZ kZ NlZ OlZ `lZ alZ blZ lZ lZ lZ lZ lZ lZ lZ lZ lZ lZ mZ &mZ mZ mZ mZ mZ mZ mZ mZ mZ nZ nZ 2nZ 4nZ 5nZ 6nZ ?nZ cnZ nZ soZ toZ oZ oZ oZ oZ oZ EpZ FpZ mpZ npZ pZ qZ qZ qZ rZ ErZ }rZ rZ sZ EsZ sZ sZ  tZ utZ vtZ wtZ tZ tZ tZ tZ tZ tZ tZ tZ "uZ 5uZ HuZ [uZ ]uZ suZ tuZ }uZ uZ vZ /vZ gvZ rvZ vZ vZ vZ vZ wZ &wZ .wZ /wZ EwZ UwZ VwZ WwZ XwZ wZ wZ wZ wZ wZ wZ wZ wZ wZ wZ wZ _xZ zxZ xZ xZ xZ xZ ,yZ 7yZ VyZ yZ yZ yZ yZ yZ yZ zZ zZ zZ  zZ PzZ gzZ hzZ izZ jzZ zZ zZ zZ zZ zZ zZ zZ zZ zZ zZ [{Z {Z {Z {Z 
|Z |Z 4|Z |Z |Z |Z |Z |Z |Z |Z |Z }Z }Z #}Z 6}Z I}Z \}Z ^}Z _}Z `}Z i}Z }Z ~Z ~Z ~Z 8Z CZ bZ Z Z Z Z Z Z Z Z 9Z :Z uZ ,Z ^Z _Z Z Z ?Z @Z rZ Z ZZ [Z Z Z Z MZ |Z }Z Z Z Z Z Z Z އZ ߇Z Z ƈZ ǈZ Z Z -Z =Z PZ xZ yZ Z 	Z 8Z qZ ǋZ Z ]Z Z Z 0Z gZ ɍZ ʍZ ՍZ Z Z Z Z Z Z Z Z Z Z Z Z Z /Z 6Z ;Z KZ LZ [Z \Z ]Z iZ jZ kZ lZ wZ {Z Z Z Z Z Z ߎZ Z :Z ;Z @Z mZ rZ Z Z Z Z Z JZ KZ PZ |Z Z Z Z Z ؐZ ݐZ Z Z 
Z 8Z =Z cZ dZ eZ oZ Z ÑZ ϑZ БZ ӑZ ݑZ ޑZ Z Z Z Z Z Z 
Z Z Z $Z %Z 0Z 4Z ;Z BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ QZ fZ Z Z 3Z 4Z MZ ^Z _Z sZ uZ vZ wZ xZ yZ 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 9Z :Z ;Z <Z IZ [Z "Z #Z Z Z Z Z Z Z .Z Z Z ܘZ ݘZ Z 1Z 2Z EZ jZ kZ |Z Z Z Z ˙Z Z Z VZ WZ DZ EZ :Z ;Z GZ ʝZ %Z Z Z eZ ̟Z ͟Z Z Z GZ HZ Z Z Z Z Z Z 0Z NZ pZ ٤Z Z Z 0Z JZ KZ TZ UZ Z Z SZ TZ Z Z Z ƨZ ǨZ Z .Z `Z aZ rZ Z Z Z ]Z ^Z zZ Z !Z {Z @Z AZ Z Z Z .Z /Z ӭZ ԭZ ,Z -Z Z Z RZ SZ  Z !Z ;Z LZ Z Z Z Z |Z }Z Z Z Z Z Z Z Z Z #Z 1Z >Z ?Z @Z AZ BZ CZ GZ HZ IZ JZ cZ eZ kZ lZ 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 3Z 4Z BZ DZ JZ KZ ^Z `Z eZ fZ mZ rZ Z Z Z Z Z oZ pZ |Z ĺZ ޺Z Z ,Z `Z sZ Z Z Z Z ;Z NZ Z Z ԼZ Z &Z @Z PZ Z Z ׽Z ؽZ ٽZ ڽZ Z Z Z Z BZ QZ dZ eZ ~Z Z Z пZ ޿Z Z Z Z @Z AZ BZ vZ Z Z Z Z Z 5Z 6Z @Z KZ ~Z Z Z Z Z Z Z Z Z Z 0Z 2Z IZ JZ SZ uZ vZ Z Z Z Z Z Z Z Z Z Z Z Z Z >Z ?Z @Z AZ BZ CZ LZ mZ nZ Z Z Z Z Z Z Z Z %Z :Z TZ UZ jZ kZ |Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z *Z FZ GZ \Z ]Z nZ 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 JZ TZ UZ vZ Z Z Z Z Z Z Z Z Z Z Z ,Z qZ rZ Z Z Z Z 9Z :Z ;Z <Z =Z >Z GZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z tZ Z Z Z Z Z #Z XZ Z Z Z Z Z Z Z Z Z  Z Z Z Z Z  Z !Z ,Z 1Z 2Z <Z AZ BZ CZ aZ oZ 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 0Z 1Z ;Z @Z AZ BZ dZ rZ 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 9Z >Z ?Z IZ NZ OZ PZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z %Z &Z 1Z 6Z 7Z AZ FZ GZ RZ WZ XZ bZ gZ hZ iZ Z Z @Z NZ ^Z _Z jZ oZ pZ zZ 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 XZ fZ vZ wZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z Z $Z )Z *Z 5Z :Z ;Z EZ JZ KZ LZ rZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z @Z AZ pZ ~Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z  Z !Z +Z 0Z 1Z <Z AZ BZ LZ QZ RZ SZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z Z Z &Z +Z ,Z 6Z ;Z <Z GZ LZ MZ WZ \Z ]Z ^Z Z Z Z Z Z AZ BZ OZ PZ QZ tZ Z Z .Z @Z AZ KZ VZ Z Z Z Z Z Z Z 	Z  Z !Z *Z ~Z Z Z Z Z MZ Z Z Z Z Z Z Z Z Z aZ zZ Z Z Z Z Z 1Z 2Z 3Z 4Z 5Z >Z Z Z Z 5Z @Z \Z uZ Z Z Z Z Z Z Z Z Z Z Z AZ BZ vZ Z Z Z Z Z Z Z Z Z Z Z Z =Z OZ aZ bZ cZ dZ mZ Z Z Z Z Z Z Z Z Z 9Z _Z |Z Z Z Z Z Z &Z |Z Z Z XZ YZ ZZ [Z Z Z Z Z <Z NZ OZ YZ dZ Z Z Z Z Z Z Z 
Z Z Z Z yZ zZ Z Z Z Z Z 
Z Z iZ jZ kZ lZ Z 2Z VZ Z Z #Z 0Z [Z \Z mZ Z Z tZ uZ Z Z Z !Z "Z Z Z Z Z Z Z Z Z Z Z eZ fZ uZ 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 5Z :Z ;Z CZ JZ VZ WZ XZ YZ Z Z RZ SZ  [  [ [ [  [ [ [ [ ?[ @[ [ [ )[ [ [ [ [ E[ [ [ j	[ 
[ 
[ ?[ @[ a
[ n
[ {
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ 
[ [ ([ ?[ @[ K[ {[ |[ [ [ [ [ n[ o[ B[ S[ [ [ [ 8[ f[ [ [ [ 
[ ][ [ [ [ [ [ =[ A[ B[ L[ W[ [ [ [ [ [ [  [ [ [ [ 
[ L[ X[ [ [ [ [ [ P[ Z[ [ [ [ [ [ #[ $[ %[ &[ R[ S[ ][ h[ [ [ [ [ [ [ [ [ [ [ 	[ [ Q[ ][ [ [ [ [ [ [ [ [ [ %[ 3[ 4[ 5[ ?[ J[ }[ [ [ [ [ [ [ [ [ [ [ [ [ 5 [ A [ h [  [  [  [ }![ ![ ![ ![ ![ 	"[ "[ "[ "[ "[ F"[ P"[ ["[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ #[ G#[ S#[ z#[ #[ #[ $[ ?$[ {$[ |$[ }$[ $[ $[ $[ $[ $[ $[ $[ $[ $[ $[ )%[ S%[ T%[ U%[ W%[ X%[ Y%[ b%[ %[ %[ %[ &[ "&[ Q&[ n&[ &[ &[ &[  '[ '[ '[ '[ J'[ g'[ q'[ |'[ '[ '[ '[ '[ '[ '[ '[ '[ ([ 	([ ([ )[ )[ &)[ e)[ )[ L*[ M*[ ^*[ *[ *[ *[ *[ *[ *[ *[ v,[ w,[ ,[ ,[ $-[ \-[ -[ -[ G.[ H.[ R.[ ].[ .[ .[ .[ .[ .[ .[  /[ /[ &/[ 9/[ ;/[ R/[ S/[ \/[ /[ /[ 0[ 0[ 	0[ 0[ G0[ N0[ V0[ W0[ m0[ }0[ ~0[ 0[ 0[ 0[ 0[ 0[ 0[ 1[ 1[ 1[ 1[ 1[ #1[ F1[ t1[ 1[ 1[ 1[ 1[ 1[ 1[ 1[ 1[ 
2[ 2[ 2[ 2[  2[ !2[ "2[ #2[ $2[ %2[ &2[ N2[ o2[ p2[ 2[ 2[ 2[ 2[ 2[ 2[ 2[ 3[ 3[ 3[ 4[ 4[ 4[ 4[ 4[ p5[ w5[ 5[ 5[ 5[ 5[ 5[ 5[ 5[ 5[ 	6[ #6[ =6[ E6[ Z6[ o6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ 6[ $7[ D7[ i7[ |7[ 7[ 7[ 7[ 7[ 7[ 8[ 48[ 8[ 8[ 8[ 8[ 9[ 9[ 9[ 9[ 9[ 39[ H9[ Z9[ t9[ 9[ 9[ 9[ 9[ 9[ 9[ :[ :[ 0:[ J:[ Z:[ t:[ :[ :[ :[ :[ :[ :[ :[ :[ 
;[ ;[ ;[ ;[  ;[ );[ ;[ ;[ <[ \<[ <[ <[ <[ <[ =[ a=[ b=[ =[ =[ =[ =[ =[ >[ >[ >[ >[ 
>[ >[ >[ "?[ k?[ 	@[ 
@[ @[ @[ @[ p@[ q@[ @[ @[ @[ @[ @[ @[ A[ A[ 
A[ A[ A[ A[ B[ WB[ B[ ?C[ @C[ AC[ RC[ C[ C[ C[ C[ C[ C[ C[ C[ C[ D[ /D[ ?D[ YD[ sD[ {D[ D[ D[ D[ D[ D[ D[ E[ /E[ 0E[ 1E[ 2E[ CE[ E[ E[ E[ E[ E[ E[ E[ F[ F[  F[ !F[ "F[ +F[ F[ DG[ G[ G[ 'H[ H[ H[ H[ H[ QI[ I[ I[ I[ I[ I[ I[ J[ %J[ 7J[ QJ[ kJ[ |J[ J[ J[ J[ J[ J[ J[ 
K[ "K[ 4K[ NK[ hK[ yK[ K[ K[ K[ K[ K[ K[ K[ L[ L[ L[ *L[ =L[ PL[ cL[ dL[ eL[ fL[ oL[ 3M[ M[ M[ >N[ qN[ N[ :O[ O[ O[ P[ P[ P[ P[ 1Q[ Q[ Q[ Q[ Q[ 'R[ SR[ R[ R[ R[ R[ R[ 5S[ <S[ ES[ FS[ NS[ cS[ xS[ S[ S[ S[ S[ S[ S[ T[ )T[ CT[ TT[ nT[ vT[ T[ T[ T[ T[ T[ T[ U[ &U[ @U[ QU[ kU[ |U[ U[ U[ U[ U[ U[ U[ U[ U[ U[ V[ !V[ "V[ #V[ $V[ -V[ V[ W[ MX[ X[ X[ =Y[ Y[ 0Z[ Z[ Z[ .[[ M[[ l[[ [[ [[ [[ [[ '\[ (\[ )\[ :\[ ~\[ \[ \[ \[ \[ \[ \[ \[ \[ \[ 
][ $][ 5][ L][ c][ t][ ][ ][ ][ ][ ][ ][ ][ ][ ^[ ^[ 1^[ H^[ Y^[ p^[ ^[ ^[ ^[ ^[ ^[ ^[ ^[ ^[ _[ _[ _[ (_[ ;_[ N_[ a_[ c_[ d_[ e_[ n_[ `[ Ha[ b[ b[ c[ Pc[ c[ c[ d[ 5d[ gd[ d[ e[ f[ g[ Vh[ Wh[ ^h[ i[ i[ ;j[ {j[ j[ j[ j[ k[ 7k[ Vk[ uk[ vk[ k[ k[ k[ k[ k[ k[ k[ k[ k[ l[ l[ 2l[ Tl[ vl[ l[ l[ l[ l[ l[ !m[ 6m[ 7m[ Hm[ {m[ m[ m[ m[ m[ m[ o[ o[ o[ p[ <p[ tp[ p[ 
q[ _q[ `q[ q[ Yr[ Zr[ s[ s[ s[ s[ t[ st[ tt[ t[ t[ !u[ Yu[ u[ u[ Dv[ Ev[ Ov[ Zv[ v[ v[ v[ v[ v[ v[ v[ v[ w[ w[ w[ w[ w[ $w[ lw[ w[ w[ w[ x[ ,x[ cx[ x[ x[ x[ x[ x[ x[ x[ x[ x[ y[ y[ y[ y[ y[ 'y[ Ey[ iy[ y[ y[ y[ y[  z[ (z[ )z[ <z[ Oz[ bz[ uz[ wz[ xz[ yz[ z[ z[ z[ G{[ H{[ Y{[ Z{[ [{[ {[ {[ {[ {[ {[ {[ {[ {[ {[ {[ |[ |[ }[ }[ #}[ $}[ %}[ &}[ W}[ }[ }[ ~[ ~[ =~[ 5[ 6[ j[ [ [ [ `[ [ [ ([ o[ [ [ [ [ [ *[ ][ g[ q[ r[ [ [ [ ӂ[ [ [ [ [ [ [ [ [ ̓[ [ [ <[ ~[ [ [ [ Ą[ ̄[ ̈́[ [ [ [ [ [ [ [ 2[ E[ X[ k[ m[ n[ [ [ [ [ [ I[ f[ [ [ ʆ[ Ն[ [ "[ H[ g[ h[ i[ z[ [ [ [ [ [ [ [ [ [ 0[ 1[ D[ W[ j[ }[ [ [ [ [ [ ![ [[ m[ [ [ ҉[ ?[ C[ D[ E[ F[ W[ [ [ [ [ [ Ԋ[ [ [ [ [ [ [ v[ [ X[ [ ֌[ [  [ m[ n[ o[ [ [ [ [ [ ׍[ ؍[ [ ʎ[ [ [ 6[ [ ݏ[ ޏ[ [ [ [ [ N[ O[ [ [ [ [ S[ %[ R[ S[ [ B[ |[ }[ [ d[ e[ [ [ ˖[ ۖ[ [ [ [ ][ [ ֘[ [ e[ [ [ 7[ [ Κ[ [ g[ h[ s[ [ [ [ [ [ [ [ [ [ [ [ [ [ ͛[ ԛ[ ٛ[ [ [ [ [ [ [ [ 	[ 
[ [ [ ,[ 4[ @[ A[ F[ }[ [ ؜[ ٜ[ ޜ[ [ [ U[ V[ [[ [ [ [ [ [ [ [ 8[ 9[ >[ v[ {[ [ [ [ ֞[ ۞[ [ [ [ 
[ \[ a[ m[ n[ q[ {[ |[ [ [ [ [ [ [ [ [ [ [ ß[ Ο[ ҟ[ ٟ[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Ѡ[ Ҡ[ [ [ [ [ [ [ [ [ [ [ %[ &[ /[ 3[ 4[ G[ S[ T[ U[ V[ W[ i[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ȡ[ ɡ[ ס[ ء[ ١[ ڡ[ [ [ [ [ [ [ [ [ [ [ ̥[ %[ 2[ z[ {[ [ Ϧ[ Ц[ [ [ 	[ [ Z[ [[ \[ i[ [ 8[ [ [ [ [ ت[ ٪[ [ h[ ë[ 4[ [ [ j[ k[ *[ [ [ [ $[ B[ C[ V[ [ [ ΰ[ [ [ w[ [ [ β[ [ [ [ [ [ [ [ [ =[ I[ X[ d[ e[ [ ̶[ [ [ [ Y[ ^[ [ [ [ [ [ [ [ ޹[ ߹[ 0[ [ [ ̺[ ͺ[ q[ r[ ʼ[ ˼[ 9[ :[ [ [ [ [ ٿ[ [ [ T[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 	[ 
[ #[ %[ *[ +[ 9[ ;[ A[ B[ U[ W[ ][ ^[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ,[ -[ .[ /[ 
[ [ [ b[ |[ [ [ [ [ E[ Y[ [ [ [ [  [ >[ r[ [ [ [ [ "[ A[ u[ v[ w[ x[ [ [ [ [ [ [ [ [ [ O[ P[ n[ |[ [ [ [ [ [ [ [ *[ @[ V[ l[ m[ [ [ [ [ [ &[ 0[ 1[ X[ u[ v[ [ [ [ [ [ [ [ [ [ [ ([ )[ M[ i[ j[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ ;[ W[ X[ j[ [ [ [ [ [ [ [ 	[ [ :[ ;[ <[ c[ d[ e[ f[ g[ h[ q[ [ [ [ [ [ [ [ [ [ [ ,[ -[ .[ [[ \[ ][ ^[ _[ `[ i[ [ [ h[ i[ j[ {[ [ [ [ [ [ K[ [ [ [ [ [ [ [ [ [ [ A[ W[ Y[ [ [ [ ,[ -[ i[ j[ y[ [ [ [ ![ r[ [ [ [ [ [ [ [ [ [ @[ A[ R[ s[ t[ u[ v[ w[ x[ [ E[ F[ [ [ [ [ [ [ [ )[ A[ X[ [ [ [ [ <[ =[ '[ ([ ?[ T[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 
[ [ [ )[ .[ /[ 9[ >[ ?[ J[ O[ P[ Z[ _[ `[ a[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ ,[ 1[ 2[ <[ A[ B[ M[ R[ S[ ][ b[ c[ d[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ [ [ [ s[ [ [ [ [ [ [ 
[ [ [ [ [ )[ .[ /[ 9[ >[ ?[ @[ g[ u[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ %[ &[ 0[ 5[ 6[ A[ F[ G[ Q[ V[ W[ X[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ .[ /[ :[ ?[ @[ J[ O[ P[ [[ `[ a[ k[ p[ q[ r[ [ [ [ [ ,[ -[ 8[ =[ >[ H[ M[ N[ Y[ ^[ _[ i[ n[ o[ p[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ;[ <[ G[ L[ M[ W[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ @[ e[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ '[ 1[ ;[ <[ o[ [ [ [ [ [ [ [ [ =[ >[ [ [ ![ F[ V[ g[ w[ x[ [ [ [ [ [ 1[ J[ y[ z[ [ [ [ [ [ [ [ $[ %[ t[ [ [ [ [ -[ B[ Z[ [[ \[ m[ $[ %[ &[ '[ P[ [ [ [ &[ 8[ 9[ ([ )[ 3[ >[ q[ {[ [ [ [ [ [ [  [ [ [ [ P[ Q[ `[ q[ [ [ ([ [ [ [ [ [ <[ =[ a[ b[ s[ [ [ u[ [ [ [ [ [ [  [ [ [ [ [ [ [ [ 5[ ?[ I[ J[ p[ [ [ [ [ [ [ [ [ 8[ 9[ [ [ [ [ [ [ [ 	[ 
[ :[ [ [ )[ *[ [ [ [ [  \ Q\ R\ \ \ F\ G\ Y\ \ \ &\ '\ <\ \ )\ ,\ \ \ }	\ 	\ 
\ 
\ 
\ %
\ 8
\ 9
\ >
\ F
\ K
\ L
\ Q
\ Y
\ e
\ f
\ k
\ r
\ w
\ x
\ }
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ \ \ \ \ \ \ D\ E\ \ \ &\ '\ \ \ t\ u\ \ \ \ \ \ \ m\ n\ \ \ \ \ \ \ \ \ &\ 3\ D\ U\ f\ w\ \ \ \ \ \ \ \ \ \ \ \ \ 9\ :\ !\ 
!\ !\ !\ &"\ v"\ w"\ "\ #\ 1#\ a#\ b#\ #\ #\ j$\ k$\ $\ %\ %\ %\ &\ &\ &\ &\ ('\ 2'\ <'\ ='\ k'\ '\ '\ '\ '\ '\ '\ '\ '\ (\ D(\ (\ (\ (\ (\ (\ )\ w)\ x)\ y)\ )\ )\ )\ )\ )\ )\ )\ )\ *\ 9*\ C*\ M*\ N*\ |*\ *\ *\ *\ *\ *\ *\ *\ *\ *\ "+\ M+\ +\ +\ 7,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ -\ %-\ /-\ 0-\ ^-\ -\ -\ -\ -\ -\ -\ -\ -\ -\ -\ .\ 1.\ q.\ .\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ /\ ,0\ 60\ @0\ A0\ o0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 0\ 1\ F1\ 1\ 1\ 1\ 2\ 2\ 2\ ,2\ :2\ ;2\ <2\ F2\ Q2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\  3\ ?3\ K3\ r3\ 3\ 3\ 3\ 4\ C4\ 4\ 4\ 4\ 4\ 4\ 4\ 4\ 5\ 5\ 5\ M5\ W5\ a5\ b5\ 5\ 5\ 5\ 5\ 5\ 5\ 5\ 6\ 6\ 6\ 7\ 97\ 7\ 7\ 7\ .8\ /8\ 08\ 18\ 28\ 38\ c8\ :\ :\ I:\ :\ :\ :\ A;\ ;\ ;\ ;\ ;\ ;\ .<\ 8<\ B<\ C<\ k<\ <\ <\ <\ <\ <\ <\ <\ <\ <\ e=\ x=\ =\ =\ =\ =\ =\ =\ =\ =\ >\ >\ >\ >\ >\ F>\ i>\ |>\ >\ >\ >\ >\ >\ >\ >\ >\ ?\ @?\ A?\ B?\ S?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ 
@\ @\ 3@\ F@\ Y@\ Z@\ [@\ \@\ e@\ @\ DA\ WA\ =B\ >B\ ?B\ @B\ QB\ C\ C\ C\ C\ 'C\ <C\ QC\ cC\ }C\ C\ C\ C\ C\ C\ C\ 
D\ D\ 9D\ SD\ cD\ }D\ D\ D\ D\ D\ D\ D\ E\ E\ -E\ .E\ /E\ 0E\ 9E\ E\ E\ FF\ GF\ HF\ YF\ F\ F\ F\ F\ F\ F\ F\ F\ G\ ,G\ <G\ VG\ pG\ xG\ G\ G\ G\ G\ G\ G\ H\ ,H\ -H\ .H\ /H\ WH\ oH\ H\ H\ H\ H\ H\ H\ H\ H\ MI\ jI\ I\ I\ J\ J\ J\ J\ J\ J\  K\ (K\ AK\ fK\ yK\ K\ K\ K\ K\ K\ K\ UL\ }L\ L\ 	M\ M\ M\ M\ M\ M\ N\ N\ 7N\ 8N\ ]N\ pN\ N\ N\ N\ N\ N\ N\ N\ O\ O\ O\ >P\ P\ P\ P\ P\ CQ\ DQ\ KQ\ TQ\ UQ\ ]Q\ rQ\ Q\ Q\ Q\ Q\ Q\ Q\ R\ R\ .R\ CR\ UR\ oR\ R\ R\ R\ R\ R\ R\ R\ R\ 4S\ 5S\ ]S\ ^S\ qS\ S\ S\ S\ S\ S\ S\ S\ S\ T\ T\ U\ 2U\ U\ rV\ sV\ tV\ V\ V\ kW\ rW\ {W\ |W\ W\ W\ W\ W\ W\ W\ 	X\ X\ 4X\ NX\ _X\ yX\ X\ X\ X\ X\ X\ X\ Y\ Y\ 1Y\ KY\ \Y\ vY\ wY\ xY\ yY\ Y\ Y\ Y\ Y\ Y\ Y\ Z\ Z\ Z\ Z\ 
Z\ Z\ ([\ [\ [\ \\ b\\ \\ -]\ ]\ 2^\ ^\ ^\ ^\ ^\ _\ 5_\ e_\ _\ _\ _\ `\ I`\ }`\ ~`\ `\ `\ `\ `\ `\ `\ a\ a\ +a\ =a\ Wa\ qa\ a\ a\ a\ a\ a\ a\ b\ b\ )b\ >b\ Sb\ eb\ b\ b\ b\ b\ b\ b\ 	c\ c\ 4c\ 5c\ 6c\ 7c\ _c\ `c\ sc\ c\ c\ c\ c\ c\ c\ c\ c\ d\ e\ e\ af\ nf\ f\ Rg\ g\ h\ h\ h\ h\ 
i\ /i\ Fi\ ei\ i\ i\ i\ i\ i\ j\ #j\ ,j\ -j\ 5j\ Gj\ Yj\ kj\ }j\ j\ j\ j\ j\ j\ k\ k\ (k\ 9k\ Pk\ Qk\ Yk\ kk\ }k\ k\ k\ k\ k\ k\ k\ l\ %l\ 6l\ Ll\ ]l\ tl\ ul\ vl\ wl\ l\ l\ l\ l\ l\ l\ l\ m\ m\ m\ m\ n\ n\ o\ 6p\ p\ p\ 9q\ Xq\ q\ q\ r\ r\ @s\ _t\ u\ u\ u\ u\ w\ w\ w\ x\ 8x\ Wx\ x\ x\ x\ x\ y\ y\ %y\ iy\ jy\ y\ y\ y\ y\ y\ y\ y\ y\ y\ y\ z\ 6z\ 7z\ Yz\ {z\ z\ z\ z\ z\ z\ {\ >{\ ?{\ @{\ A{\ {{\ +}\ -}\ a}\ }\ }\ ~\ Y~\ ~\ ~\ ~\ P\ \ \ \ \ |\ }\ \ \ \ F\ \ \ \ >\ \ \ \ \ \ +\ 5\ ?\ @\ h\ i\ |\ \ \ \ \ \ \ \ 
\ -\ d\ \ \ ʅ\ \ /\ 0\ A\ B\ C\ k\ l\ \ \ \ \ \ \ \ ņ\ \ \ \ \ \ \ \ Ƈ\ Ǉ\ ڇ\ \  \ \ \ \ \  \ >\ b\ \ \ \ \ \ !\ "\ 5\ H\ [\ n\ p\ q\ r\ {\ \ "\ \ \ \ \ Ê\ Ċ\ \ \ \ \ \ ۋ\ ӌ\ Ԍ\ \ J\ \ \ \ ?\ \ Ǝ\ 
\ \\ \ \ \ \ ȏ\ \ \ \ \ 8\ 9\ ^\ q\ \ \ \ \ \ \ (\ Y\ k\ \ \ ڑ\ \ \ .\ [\ b\ j\ k\ \ \ \ \ \ \ \ В\ \ \ 	\ \ \ "\ #\ ,\ \ \ \ \ \ 0\ h\ s\ \ \ \ \ \ \ \ L\ S\ [\ \\ \ \ \ \ \ Ε\ ϕ\ \ \ \ \ \ \ \ (\ \ \ \ \ F\ Q\ p\ ݗ\ \ \ \ \ \ "\ #\ K\ L\ _\ r\ \ \ \ \ \ \ \ Q\ \ 9\ t\ \ \ \ \ 
\ \ K\ L\ M\ N\ u\ v\ \ h\ \ \ Ԝ\ @\ {\ |\ \ +\ \ \ \ \ &\ \ \ \ \ á\ \ \ .\ \ \ \ N\ \ \ 8\ M\ i\ y\ \ \ \ \ E\ t\ \ \ @\ \ է\ -\ l\ \ \ \ \ \ ,\ 8\ K\ O\ P\ Q\ R\ S\ T\ U\ V\ W\ k\ r\ w\ \ \ \ \ \ \ \ \ \ \ \ ʩ\ ҩ\ ީ\ ߩ\ \ \  \ v\ w\ |\ \ \ \ \ \ 0\ 4\ \ \ \ \ \ ֫\ ׫\ ܫ\ \ \ @\ A\ F\ t\ y\ \ \ \ \ \ \ \ \ \ \ \ \ &\ '\ (\ 9\ >\ F\ M\ T\ `\ a\ l\ p\ w\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ U\ V\ o\ p\ \ \ \ \ \ \ \ \ \ \ î\ Į\ ͮ\ Ѯ\ Ү\ \ \ \ \ \ \ \ !\ "\ -\ :\ ;\ E\ R\ S\ T\ U\ V\ W\ X\ Y\ f\ g\ u\ v\ w\ x\ \ \ ^\ _\ Q\ R\ )\ *\ A\ J\ j\ ó\ г\ \ \ %\ m\ n\ \ \ \ \ \ \ \ \ ?\ ֵ\ \ \ \ \ v\ w\ \ \ a\ ҹ\ 8\ \ \ 	\ Ȼ\ #\ \ \ ¼\ \ \ \ Z\ [\ l\ \ \ \ 7\ P\ l\ \ \ \ \ 0\ 1\ \ \ \ \ \ \ \ T\ j\ \ \ \ \ \ ;\ \ \ \  \ ]\ \ |\ }\ \ \ \ j\ k\ \ \ h\ i\ \ \ \ \ \\ ]\ w\ \ 8\ \ 9\ :\ \ \ $\ (\ )\ ?\ @\ T\ U\ V\ _\ m\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ .\ 0\ 5\ 6\ P\ R\ W\ X\ g\ i\ o\ p\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ N\ h\ \ \ \ \ +\ C\ w\ \ \ \ \ .\ b\ |\ \ \ \ \ \ \ \ 8\ A\ B\ X\ ~\ \ \ \ \ \ \ \ \ -\ .\ L\ |\ }\ ~\ \ \ \ \ 
\ \ q\ r\ |\ \ \ \ \ \ \ \ \ *\ @\ V\ l\ n\ \ \ \ \ \ \ \ \ \ \ \ \ \  \ 1\ Q\ R\ S\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ 3\ L\ a\ v\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ .\ /\ C\ D\ f\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ P\ Q\ \ \ \ \ 9\ :\ ;\ <\ \\ \ \ 3\ 4\ >\ I\ |\ \ \ \ \ \ \ \ (\ )\ 2\ \ \ \ \ \ h\ \ \ \ \ S\ T\ u\ v\ w\ x\ y\ z\ \ \ \ \ \ \ \ \ \ \ C\ \ \ %\ 0\ :\ E\ O\ P\ \ \ \ \ #\ $\ _\ \ \ \ \ \ \ \ \ +\ ;\ <\ G\ L\ M\ W\ \\ ]\ h\ m\ n\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *\ :\ ;\ F\ K\ L\ V\ [\ \\ g\ l\ m\ w\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ \ *\ 8\ H\ I\ T\ Y\ Z\ d\ i\ j\ u\ z\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ (\ )\ *\ C\ Q\ a\ b\ m\ r\ s\ }\ \ \ \ \ \ \ \ \ \ \ Z\ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ $\ /\ 4\ 5\ ?\ D\ E\ P\ U\ V\ `\ e\ f\ g\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ &\ 4\ D\ E\ P\ U\ V\ `\ e\ f\ q\ v\ w\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 	\ \ \ \ |\ }\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
\ \ -\ ;\ K\ L\ W\ \\ ]\ g\ l\ m\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 8\ F\ V\ W\ b\ g\ h\ r\ w\ x\ \ \ \ \ \ \ \ \ \ \ &\ '\ }\ ~\ \ \ \ \ 5\ 6\ j\ |\ }\ \ \ \ \ \ \ 
\ 1\ C\ E\ \\ ]\ f\ \ \ \ \ *\ \ \ \ \ \ \ \ :\ ;\ L\ \ \ \ \ \ \ >\ m\ n\ o\ p\ q\ z\ \ \ \ q\ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ }\ ~\ \ \ \ \ \ \ \ \ \ \ #\ $\ J\ y\ \ \ \ \ \ \ \ \ \  ] G ] H ]  ] 4] T] u] ] ] ] ] ]  ] ] b] ] ] Q] ] ] ] ] ] ] C] D] x] ] ] ] ] ] ] ] ] ] 6] H] I] J] K] T] ] ] ] ] &] '] H] I] Z] ] ] ] ] ] n] ] 	] 	] _] l] 
] 
] 
] ] ] ] ] ] ] ] ]] ^] ] ] ] '] ] ] 5] 6] ] 0] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	] ] ] ] ] "] .] /] 7] ?] D] E] M] U] a] b] j] q] v] w] ] ] ] ] ] ] 6] 7] ] ] $] %] ] ] <] H] ] ] {] |] ] ] e] &!] '!] /"] 0"] "] $] $] $] +&] 5&] {'] |'] (] (] (] (] (] (] (] )] )] &)] ')] :)] M)] d)] {)] |)] )] *] *] U+] V+] +] +] .] .] ~/] /] /] 0] 0] t0] 0] 0] 0]  1] I1] 1] 2] 	2] 02] @3] M3] y3] }4] ~4] 4] 4] 4] 4] 4] 4] 	5] ;5] <5] >5] ?5] @5] I5] 5] 5] 5] 5]  6] H6] S6] 6] 6] 6] 7] 7] 7] (7] _7] `7] a7] b7] 7] 7] 7] 7] 7] 7] 7] 7] 8] ?8] @8] A8] C8] D8] E8] N8] 8] 8] 8] 8] +9] O9] 9] >:] N:] O:] P:] a:] o:] p:] q:] {:] :] :] :] :] :] :] ";] #;] $;] %;] ';] (;] );] 2;] q;] };] ;] ;] <] 3<] <] "=] 2=] 3=] 4=] E=] S=] T=] U=] V=] =] =] =] =] =] =] =] 
>] 4>] 5>] 6>] 7>] 9>] :>] ;>] D>] >] >] >] >] #?] C?] {?] ?] ?] ?] ?] ?] ?] ?] ?] ?] "@] ,@] 6@] 7@] e@] @] @] @] @] @] @] @] @] @] A] >A] ^A] A] A] A] *B] +B] <B] JB] KB] LB] B] B] B] B] B] B] B]  C] )C] *C] +C] -C] DC] EC] NC] PD] QD] bD] D] D] E] E] E] E] E] E] E] E] E] F] G] G] G] )H] `H] H] H] .I] I] I] I] I] I] I] I] I] 	J] )J] <J] OJ] bJ] uJ] wJ] J] J] J] K] K] CK] DK] EK] VK] K] K] K] K] K] K] K] K] K] K] L] L] -L] @L] SL] TL] UL] VL] _L] L] L] L] L] L] L] "M] )M] 2M] 3M] IM] YM] ZM] [M] \M] ]M] ^M] _M] `M] aM] bM] M] M] M] M] M] M] M] M] M] N] @N] N] N] O] O] O] O] O] P] P] P] P] P] P] P] Q] Q] 5Q] EQ] _Q] yQ] Q] Q] Q] Q] Q] Q] R] R] 5R] 6R] 7R] 8R] `R] R] R] R] R] R] R] R] R] BS] pS] S] S] S] S] AT] HT] QT] RT] ZT] oT] T] T] T] T] T] T] U] U] +U] @U] RU] lU] U] U] U] U] U] U] U] U] 
V]  V] 3V] FV] YV] ZV] [V] \V] eV] V] W] OW] W] 6X] 7X] 8X] 9X] JX] X] X] X] X] Y] Y] *Y] =Y] >Y] ?Y] @Y] IY] Y] Z] ^Z] Z] E[] F[] G[] H[] Y[] [] [] [] [] [] \] !\] 4\] G\] H\] I\] J\] S\] (]] O]] ]] ]] {^] |^] }^] ^] ^] ^] ^] ^] ^] ^] _] %_] 7_] Q_] k_] {_] _] _] _] _] _] _] 
`] '`] 7`] Q`] k`] l`] m`] n`] `] `] `] `] `] a] "a] 5a] Ha] [a] \a] ]a] ^a] ga]  b] b] b] b] cc] d] d] d] #d] d] 	e] e] e] e] "e] 7e] Le] ae] se] e] e] e] e] e] e] f] f] 4f] If] ^f] pf] f] f] f] f] f] f] g] g] g] g] ?g] @g] Sg] fg] yg] g] g] g] g] g] g] oh] h] 'i] zi] i]  j] vj] j] &k] k] &l] 'l] .l] ml] l] l] m] /m] cm] m] m] m] n] n] -n] qn] xn] n] n] n] n] n] n] n] n] o]  o] :o] To] eo] o] o] o] o] o] o] o] p] p] 7p] Hp] bp] |p] p] p] p] p] p] p] p] p] p] q] $q] 7q] Jq] ]q] ^q] _q] `q] iq] 'r] !s] s] s] t] yt] t] lu] #v] *v] jv] v] v] v] v] w] "w] cw] dw] ew] vw] w] w] w] w] w] w] w] 	x] x] 2x] Ix] `x] qx] x] x] x] x] x] x] x] x] 	y] y] -y] ?y] Vy] my] y] y] y] y] y] y] y] z] z] z] z] =z] >z] Qz] dz] wz] z] z] z] z] z] z] {] |] V}] }] R~] ~] ~] ~] S] q] ] 5] ހ] ] %] ] ] ] 6] 7] w] ] օ] ] 5] T] s] ] ] ] Æ] ] ] ,] -] 2] 4] 5] 6] ?] L] n] ] ] ԇ] Շ] ] ] ;] ]] r] s] ] ] ܈] ݈] ވ] ߈] ] Ɋ] ˊ] ] A] x] ] ] F] ] ] ] ] ] U] V] ] ] R] ] ] ] &] ]] ] ܐ] +] ] ] ] ] ɑ] ӑ] ݑ] ޑ] ] ] ] -] @] S] U] V] W] `] ] ˒] ] 0] N] h] ] ͓] Γ] ߓ] ] ] 	] 
] ] 0] C] V] X] Y] Z] c] ] ] (] )] :] ;] <] d] e] x] ] ] ] ] ] ] ] ܕ]  ] ] ] ] ] ] ] ] Ӗ] ] ] ] ] ] ] ] =] ] M] N] _] `] a] b] ] ]  ] G] H] y] q] r] ] ] ] W] ] ݛ] ] d] ] ] O] P] Q] [] f] ] ] ] ] ֝] ם] ] ] "] 5] 7] M] N] W] ƞ] ] 	] A] L] x] ] ] ̟] ]  ] ] 	] ] /] 0] 1] 2] Z] [] n] ] ] ] ] ] ] ] ʠ] 9] T] ] ] ] Ρ] ] ] 0] ^] ] ] ] ] ] ] ] ] ] *] A] B] C] D] l] m] ] ] ] ] ] ] ] ƣ] 5] ]] ] ] ] ] ] {] ] ] ] ] ] ] ] ] ] ] ] #] 6] 8] 9] :] C] ] ] ] ק] ] ] <] ] ] ] ] ] ] ] ] ] ] O] ] 8] 9] r] ު] ] ] L] ɫ] 4] 5] ] ] Ĭ] '] V] W] ] a] ] ] ̯] ~] ] ] ] ] ] ֱ] ] ] ] *] R] S] ] ] ] K] ] ޴] 7] s] ˵] 
] A] ] ] ] ] ʶ] ֶ] ] ] ] ] ] ] ] ] ] ] 	] ] ] %] &] 5] 6] 7] C] D] E] F] Q] U] h] p] |] }] ] ] ] ] ] ] G] L] ] ] ] θ] Ҹ] $] %] *] V] Z] t] u] z] ] ] ޹] ߹] ] ] ] =] >] ?] I] ] ] ] ] ] ] ] ] ĺ] ź] ƺ] ׺] ܺ] ] ] ] ] ] 
] ] ] ] ] ] ]  ] !] "] #] $] %] &] '] (] )] *] +] @] ] ] 
] ] '] 8] 9] M] O] P] Q] R] S] [] a] b] k] o] p] ] ] ] ] ] ] ] ] ] ˼] ؼ] ټ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] #] 5] ] ] ] ] ǿ] ȿ] ] ] ] a] n] ] ] ] ] ] ] D] E] V] ] ] ] ] ] t] 0] 1] ] ] ] ] !] ] ] p] ] ?] ] ] f] ] !] "] `] ~] ] ] ] ] 
] (] J] ] ] ] 
] $] %] .] /] ] ] -] .] y] ] ] ] ] ] ] :] ;] L] ] ] ] 7] 8] T] ] ] U] ] ] l] ] ] ] 	] ] ] ] ] u] v] ,] -] ] ] ] &] ] ] ] ] V] W] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] !] "] #] $] =] ?] E] F] _] a] f] g] u] w] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] $] %] 8] :] ?] @] G] L] g] h] i] j] k] I] J] V] ] ] ] ] :] M] ] ] ] ] ] (] \] z] ] ]  ] ] *] ^] }] ] ] ] ] ] ] ] ] ] +] >] ?] X] ] ] ] ] ] ] ] ] ] ] P] f] |] ] ] ] ] ] ] %] X] b] l] m] ] ] ] ] ] ] 
] ] #] $] -] O] P] d] e] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] &] G] H] \] ]] w] ] ] ] ] ] ] ] .] /] D] E] V] v] w] x] ] ] ] ] ] ] ] ] ] ] ] ]  ] !] 6] 7] H] h] i] j] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] .] /] P] }] ] ] ] ] ] h] i] ] ] ] ] K] L] ]] ] ] ] ] ] ] ] ] ] !] |] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] N] e] }] ] ] ] ] 2] x] y] c] d] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ;] I] Y] Z] e] j] k] u] z] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] ] ] >] L] \] ]] h] m] n] x] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] #] (] )] *] f] t] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ] ] ] ] ]  ] !] ,] 1] 2] <] A] B] C] ] ] ] (] 8] 9] D] I] J] T] Y] Z] e] j] k] u] z] {] |] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 2] @] P] Q] \] a] b] l] q] r] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] %] &] L] Z] j] k] v] {] |] ] ] ] ] ] ] ] ] ] ]  ^  ^ J ^ X ^ h ^ i ^ t ^ y ^ z ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^ ^ 
^ ^ ^ ^ ^ &^ +^ ,^ -^ Y^ g^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ ^ ^ ^ ^ ^ !^ &^ '^ 1^ 6^ 7^ 8^ \^ |^ ^ ^ ^ ^ ^ )^ *^ +^ N^ ^ ^ ^ ^ ^ %^ 0^ c^ m^ w^ x^ ^ ^ ^ ^ ^ ^ ^ X^ Y^ y^ z^ ^ '^ ]^ ^ ^ ^ ^ ^ ^ ^ ^ ;^ T^ m^ ^ ^ ^ ^ ^ ^ 
^ ^ ^ ^ `^ a^ ^ 	^ 	^ 6	^ O	^ i	^ ~	^ 	^ 	^ 	^ 	^ `
^ a
^ b
^ c
^ 
^ ^ ^ P^ b^ t^ u^ d^ e^ o^ z^ ^ ^ ^ ^ ^ 
^ )
^ ;
^ <
^ =
^ >
^ G
^ 
^ 
^ 
^ 
^ 
^ 
^ d^ ^ ^ ^ 9^ V^ x^ y^ ^ ^ ^  ^ V^ ^ ^ 2^ 3^ 4^ 5^ [^ \^ ^ ^ ^ (^ )^ 3^ >^ q^ {^ ^ ^ ^ ^ ^ ^ ^ ^ ^ S^ T^ t^ u^ ^ ^ ^ ^ ^ C^ D^ E^ F^ v^ ^ 0^ e^ f^ ^ 
^ 5^ 6^ G^ ^ ^ N^ O^ ^ ^ ^ ^ ^ b"^ c"^ x"^ "^ e#^ h#^ #^ #^ $^ $^ ?%^ @%^ O%^ a%^ t%^ u%^ z%^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^  &^ &^ &^ &^ &^ &^ $&^ 0&^ 1&^ 2&^ 3&^ &^ &^ ,(^ -(^ )^ )^ *^ *^ *^ *^ b+^ c+^ ,^ ,^ ,^ ,^ -^ .^ .^ /^ /^ 0^ 1^ 1^ D2^ 3^ 3^ 5^ 5^ ;6^ H6^ U6^ b6^ o6^ 6^ 6^ 6^ 6^ 6^ 6^ 6^ 6^ 7^ 7^ 7^ %7^ U8^ V8^ 8^ 8^ u9^ v9^ H<^ I<^ =^ -=^ b=^ =^ =^ >^ @>^ m>^ >^ >^ >^ 7?^ ?^ ?^ ?^ @^ @^ A^ B^ B^ &B^ 1B^ dB^ nB^ xB^ yB^ B^ B^ B^ B^ B^ B^ B^ &C^ 2C^ YC^ C^ C^ C^ C^ *D^ 4D^ YD^ D^ D^ D^ D^ D^ D^ D^  E^ ,E^ -E^ 7E^ BE^ uE^ E^ E^ E^ E^ E^ E^ E^ E^ E^ E^ E^ +F^ 7F^ ^F^ F^ F^ F^ sG^ G^ G^ G^ G^ G^ 
H^ H^ H^ H^ $H^ WH^ aH^ kH^ lH^ H^ H^ H^ H^ H^ H^ H^ H^ H^ I^ I^ BI^ mI^ I^ I^ WJ^ J^ J^ J^ J^ J^ J^ J^ J^ J^  K^ *K^ 5K^ hK^ rK^ |K^ }K^ K^ K^ K^ K^ K^ K^ K^ K^ K^ !L^ -L^ TL^ L^ L^ L^ M^ UM^ VM^ WM^ hM^ vM^ wM^ xM^ M^ M^ M^ M^ M^ M^ N^ -N^ .N^ /N^ 1N^ 2N^ 3N^ <N^ {N^ N^ N^ N^ N^ +O^ HO^ O^ O^ O^ O^ O^ O^ O^ $P^ AP^ KP^ VP^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ Q^ Q^  R^ ?R^ uR^ &S^ 'S^ 8S^ jS^ kS^ lS^ mS^ nS^ oS^ S^ PU^ QU^ U^ U^ U^ 6V^ }V^ V^ !W^ "W^ ,W^ 7W^ jW^ tW^ ~W^ W^ W^ W^ W^ W^  X^ X^ X^ ,X^ -X^ 6X^ X^ X^ X^ X^ X^ X^ !Y^ (Y^ 0Y^ 1Y^ GY^ WY^ XY^ YY^ ZY^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ Y^  Z^ NZ^ |Z^ }Z^ ~Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^  [^ ([^ I[^ J[^ o[^ [^ [^ [^ [^ [^ [^ [^ \^ \^ y]^ z]^ {]^ |]^ ]^ J^^ Q^^ Z^^ [^^ c^^ x^^ ^^ ^^ ^^ ^^ ^^ ^^ _^ _^ 4_^ I_^ [_^ u_^ _^ _^ _^ _^ _^ _^ _^ _^ `^ C`^ V`^ i`^ j`^ k`^ l`^ u`^ `^ a^ a^ a^ a^ a^ a^ a^ a^ a^ a^ 
b^ "b^ 4b^ Nb^ hb^ xb^ b^ b^ b^ b^ b^ b^ 
c^ $c^ 4c^ Nc^ hc^ ic^ jc^ kc^ c^ c^ c^ c^ c^ c^ c^ c^ c^ d^ d^ d^ d^ 6e^ e^ e^ e^ e^ e^ ;f^ <f^ df^ }f^ f^ f^ f^ f^ f^ f^ f^ f^ g^ g^ g^ Eh^ h^ h^ h^ h^ h^ Ji^ Ki^ si^ ti^ i^ i^ i^ i^ i^ i^ i^ i^ i^ j^ j^ 1k^ zk^ l^ l^ l^ ,l^ l^ l^ l^ l^ l^ l^ l^ l^ l^ l^ 	m^ m^ 3m^ Mm^ Um^ jm^ m^ m^ m^ m^ m^ m^ 	n^ 
n^ n^ n^ n^ pn^ qn^ n^ n^ n^ n^ n^ n^ n^ n^ n^ n^ o^ o^ p^ Zp^ np^ q^ q^ q^ q^ q^ +r^ r^ r^ r^ r^ r^ r^ r^ r^ s^ +s^ Es^ Vs^ ps^ s^ s^ s^ s^ s^ s^ s^ t^ (t^ Bt^ St^ mt^ t^ t^ t^ t^ t^ t^ t^ t^ t^ u^ u^ *u^ =u^ >u^ ?u^ @u^ Iu^ 
v^ dv^ v^ w^ Kw^ w^ x^ ix^ x^ ny^ y^ y^ y^ z^ Zz^ qz^ z^ z^ {^ -{^ Y{^ {^ {^ {^ {^ |^ |^ |^  |^ (|^ =|^ R|^ g|^ y|^ |^ |^ |^ |^ |^ }^ }^ .}^ H}^ P}^ e}^ z}^ }^ }^ }^ }^ }^  ~^ ~^ +~^ E~^ V~^ p~^ q~^ r~^ s~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ~^ ^ ^ ^ '^ ^ ^ ^ ^ 
^ ^ ȃ^ ^ '^ F^ k^ ^ ^ ^ ^ ^ ^ ^ X^ _^ h^ i^ q^ ^ ^ ^ ^ Ѕ^ ^ ^ ^ &^ =^ N^ d^ u^ ^ ^ ^ ^ ^ ˆ^ ݆^ ^ ^ "^ 3^ J^ a^ r^ ^ ^ ^ ^ ^ ^ ۇ^ ܇^ ^ ^ ^ (^ ;^ =^ >^ ?^ H^ Z^ "^ ^ r^ ^ *^ u^ ^ ^ ^ A^ Ӎ^ |^ ^ Ð^ 0^ 1^ 8^ Ԓ^ Ւ^ ^ U^ t^ ^ ӓ^ ^ ^ 0^ O^ P^ a^ ^ ^ ʔ^ ˔^ Д^ Ҕ^ Ӕ^ Ԕ^ ݔ^ ^ ^ .^ P^ r^ s^ ^ ^ ٕ^ ^ ^ ^ "^ U^ z^ {^ |^ }^ ^ g^ i^ ^ ߘ^ ^ N^ ^ ^ 9^ :^ ^ 3^ 4^ ^ ^ ^ ^ ^ M^ N^ ^ ĝ^ ^ 3^ z^ ɞ^ ^ ^ )^ 4^ g^ q^ {^ |^ ^ ^ ^ ˟^ ޟ^ ^ ^ ^ ^ ^ F^ i^ ^ Π^ ^ ^ =^ k^ l^ }^ ~^ ^ ^ ^ ^ Ρ^ ^ ^ ^ ^ ^ ^ ^ C^ Ƣ^ Ǣ^ آ^ ٢^ ڢ^ ^ ^ ^ )^ <^ O^ Q^ R^ S^ \^ z^ ^ !^ "^ 3^ 4^ 5^ ]^ ^^ q^ ^ ^ ^ ^ ^ ^ ^ ۤ^ ^^ ^ ^ ^ ^ ^  ^ 1^ ^ ^ ^ ^ ^ ^ ^ D^ ^ ^ ^ :^ {^ ^ ^ I^ ^ ^ ^ ^ ^ ^ 7^ A^ K^ L^ t^ u^ ^ ^ ^ ӫ^ ի^ ^ ^ ^ d^ ^ ^ ߬^ ^ ^ X^ Y^ j^ ^ ^ ^ ^ ^ ͭ^ έ^ ϭ^ Э^ ^ ^ ^ ^ 2^ E^ G^ H^ ^^ _^ h^ ׮^ ^ #^ @^ Y^ l^ ^ ^ ί^ ^ "^ A^ B^ C^ T^ ^ ^ ^ ^ Ȱ^ ߰^ ^ ^ ^ 
^ ^ ^ 1^ D^ W^ Y^ Z^ [^ d^ ӱ^ ^ 5^ G^ ^ ^ ^ ^ ^ ^ ^  ^ 1^ ^^ _^ ^ ^ ^ ^ ^ Գ^ ֳ^ ׳^ س^ ^ P^ ^ 2^ u^ ^ ^ ڵ^ G^ H^ I^ Z^ ^ ^ ^ ^ ^ ^ ^ ^ ַ^ ׷^ ^ |^ ^ ^ ^ g^ ҹ^ ӹ^ (^ )^ b^ ź^ ^ ^ -^ ^ ,^ -^ j^ ^ V^ W^ ^ >^ ?^ t^ ^ ^ ^ ȿ^ ^ ^ 7^ ^ ^ ^ ?^ |^ ^ ^ i^ ^ ^ A^ B^ M^ Y^ h^ t^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ W^ \^ ^ ^ ^ ^ ^ /^ 0^ 5^ l^ p^ ^ ^ ^ ^ ^ ^ ^ ^ P^ U^ |^ }^ ^ ^ ^ ^ ^ ^ ^ 6^ ;^ G^ H^ K^ U^ V^ Y^ b^ c^ d^ u^ z^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 	^ 
^ ^ !^ -^ .^ /^ 0^ 1^ C^ ]^ ^^ i^ v^ w^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ e^ f^ }^ ^ ^ ^ ^ T^ U^ a^ ^ ^ ^ ^ ^ ^ 4^ 5^ 6^ C^ {^ ^ ^ ^ ^ ^ ^ ^ ^ B^ ^ ^ t^ ^ D^ E^ ^ _^ ^ ^ ^ ^ ^ 0^ ^ ^ ^ ^ ^ Q^ s^ ^ ^ ^ ^ ^ ^ l^ m^ ^ ^ ^ #^ 2^ >^ ?^ ^ ^ ^ ^ ^ 3^ 8^ w^ ^ ^ ^ \^ ^ ^ ^ ^ 
^ Z^ [^ ^ ^ K^ L^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ t^ .^ u^ v^ ^ ^ `^ d^ e^ {^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ /^ 1^ 7^ 8^ M^ O^ T^ U^ j^ l^ q^ r^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 	^ ^ ^ ^ <^ V^ ^ ^ ^ ^ ^ 3^ g^ ^ ^ ^ ^ ^ L^ j^ ^ ^ ^ ^ ^ O^ P^ Q^ R^ t^ }^ ~^ ^ ^ ^ ^ ^ ^ )^ *^ H^ V^ i^ j^ ^ ^ ^ ^ ^ ^ ^ 0^ F^ G^ ^ ^ ^ ^ ^  ^ 
^ ^ 2^ O^ P^ f^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ '^ C^ D^ Y^ Z^ [^ \^ m^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 1^ 2^ D^ o^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ =^ >^ ?^ @^ A^ B^ K^ j^ k^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 5^ 6^ 7^ 8^ 9^ :^ C^ ^ ^ B^ C^ D^ U^ u^ v^ w^ x^ ^ %^ Y^ o^ p^ z^ ^ ^ ^ ^ ^ ^ ^ 1^ 3^ d^ e^ n^  _  _ C _ D _ S _  _  _  _  _ L_ _ _ _ _ _ _ _ _ _ _ _ ,_ M_ N_ O_ P_ Q_ R_ _ _  _ a_ l_ v_ _ _ _ _ _ _ 2_ __ `_ _ _ _ _ _ _ _ ._ Y_ g_ w_ x_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ _ _ _ $_ )_ *_ 4_ 9_ :_ ;_ X_ f_ v_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ '_ ,_ -_ 7_ <_ =_ >_ f_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ 	_ "	_ #	_ .	_ 3	_ 4	_ >	_ C	_ D	_ O	_ T	_ U	_ _	_ d	_ e	_ f	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ M
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ _ _ 	_ _ _ _ _ A_ O_ __ `_ k_ p_ q_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _ 
_ _ _ _  _ !_ +_ 0_ 1_ 2_ b_ p_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 	
_ 
_ 
_ 
_ $
_ )
_ *
_ 5
_ :
_ ;
_ E
_ J
_ K
_ L
_ 
_ 
_ 
_ 
_ _ _ _ _ _ "_ '_ (_ 3_ 8_ 9_ C_ H_ I_ J_ i_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ !_ &_ '_ 1_ 6_ 7_ B_ G_ H_ R_ W_ X_ Y_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ?_ b_ c_ _ _ _ _ _ _ q_ r_ _ _ _ _ _ _ _ _ _ I_ m_ _ _ _ _ _ _ _ _ _ f_ _ _  _ 0_ A_ Q_ R_ v_ w_ _ _ _ _ $_ S_ T_ z_ _ _ _ _ _ _ _ _ N_ _ _ _ _ _ _ 4_ 5_ 6_ G_ _ _  _ _ *_ _ _ _  _ _ _ _ _ 
_ _ K_ U_ __ `_ _ _ _ _ _ _ _ _ *_ +_ :_ K_ _ _ _ p_ _ _ _ _ _ _ ;_ <_ M_ _ _ O_ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _  _ # _ $ _ J _ r _  _  _  _  _  _  _  _ !_ !_ b!_ c!_ !_ !_ !_ !_ !_ !_ !_ "_ "_ "_ %_ %_ '_ '_ (_ (_ (_ +*_ ,*_ *_ *_  ,_ !,_ 3,_ -_ -_  0_ 0_ 0_ c0_ 1_ 1_ q1_ r1_ W2_ l2_ 2_ 2_ 2_ 2_ 3_ 3_ 3_  3_ %3_ &3_ +3_ 33_ ?3_ @3_ E3_ L3_ Q3_ R3_ W3_ ^3_ j3_ k3_ s3_ {3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ r4_ s4_ 5_ 5_ `7_ a7_ 8_ 8_ x8_ 8_  9_ 9_ 9_ 9_ N:_ O:_ :_ b<_ c<_ k=_ l=_ =_ G?_ H?_ ?_ gA_ qA_ B_ B_ C_ C_ C_  D_ 
D_ D_ /D_ @D_ QD_ bD_ cD_ vD_ D_ D_ D_ D_ D_ E_ E_ F_ F_ G_ G_ I_ I_ J_ J_  K_ PK_ QK_ K_ K_ L_ ;L_ <L_ L_ L_ DM_ EM_ lM_ |N_ N_ N_ O_ O_ O_ O_ P_ P_ P_ P_ EP_ wP_ xP_ zP_ {P_ |P_ P_ P_ P_ P_ Q_ \Q_ Q_ Q_ Q_ Q_ Q_ QR_ RR_ SR_ dR_ R_ R_ R_ R_ R_ R_ R_ R_ S_ S_ 'S_ (S_ VS_ {S_ |S_ }S_ S_ S_ S_ S_ S_ S_ S_ 'T_ gT_ T_ U_ zU_ U_ U_ U_ U_ U_ U_ U_ U_ U_ U_ U_ 	V_ 
V_ 8V_ ^V_ _V_ `V_ aV_ cV_ dV_ eV_ nV_ V_ V_ V_ W_ KW_ oW_ W_ ^X_ nX_ oX_ pX_ X_ X_ X_ X_ X_ X_ X_ X_ Y_ Y_ Y_ Y_ IY_ pY_ qY_ rY_ sY_ uY_ vY_ wY_ Y_ Y_ Y_ Y_  Z_ _Z_ Z_ Z_ Z_ Z_ Z_ [_ [_ [_ [_  [_ +[_ ^[_ h[_ r[_ s[_ [_ [_ [_ [_ [_ [_ [_ [_ \_ %\_ L\_ z\_ \_ \_ \_ ]_ f]_ g]_ x]_ ]_ ]_ ]_ ]_ ]_ ]_ ]_ '^_ 1^_ ;^_ <^_ e^_ f^_ g^_ i^_ ^_ ^_ ^_ __ __ __ __ `_ `_ `_ `_ a_ 	a_ 
a_ a_ a_ 
a_ =a_ b_ b_ #c_ ec_ c_ c_ d_ jd_ d_ d_ d_ d_ e_ e_ e_ e_ Ee_ ee_ xe_ e_ e_ e_ e_ e_ e_ e_ ?f_ Rf_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_  g_ Cg_ Vg_ ig_ |g_ g_ g_ g_ g_ g_ g_ g_ h_ h_ h_ -h_ ^h_ eh_ nh_ oh_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ 
i_  i_ 3i_ 4i_ 5i_ 6i_ ?i_ |i_ j_ 1j_ k_ k_ k_ k_ +k_ k_ k_ k_ k_ l_ l_ +l_ =l_ Wl_ ql_ l_ l_ l_ l_ l_ l_ l_ m_ -m_ =m_ Wm_ qm_ rm_ sm_ tm_ m_ m_ m_ m_ n_ n_ 	n_ 
n_ n_ ~n_ n_  o_ !o_ "o_ 3o_ }o_ o_ o_ o_ o_ o_ o_ o_ o_ p_ p_ 0p_ Jp_ Rp_ gp_ |p_ p_ p_ p_ p_ p_ q_ q_ q_ 	q_ 1q_ Iq_ \q_ oq_ q_ q_ q_ q_ q_ q_ 'r_ Dr_ r_ r_ rs_ ss_ ts_ us_ s_ s_ s_ t_ t_ @t_ St_ ft_ yt_ zt_ {t_ |t_ t_ /u_ Wu_ u_ u_ v_ v_ v_ v_ v_ v_ v_ w_ w_ 7w_ Jw_ ]w_ pw_ w_ w_ w_ w_ w_ dx_ x_ x_ y_ y_ y_ y_ y_ z_ z_ %z_ .z_ /z_ 7z_ Lz_ az_ sz_ z_ z_ z_ z_ z_ z_ {_ {_ /{_ I{_ c{_ s{_ {_ {_ {_ {_ {_ {_ |_ |_ 7|_ 8|_ K|_ ^|_ q|_ |_ |_ |_ |_ |_ |_ \}_ }_ }_ ~_ ~_ L_ M_ N_ __ _ E_ L_ U_ V_ ^_ s_ _ _ _ ɀ_ _ _ _ (_ 9_ S_ [_ p_ _ _ _ Ɓ_ _ _ _ %_ 6_ P_ Q_ R_ S_ {_ |_ _ _ _ Ȃ_ ۂ_ ܂_ ݂_ ނ_ _ _ _ c_ _ _ <_ _ _ b_ _ b_ c_ j_ _ _ _ ?_ k_ _ ˈ_ _ #_ W_ X_ i_ _ _ _ _ Ɖ_ ۉ_ _ _ _ 1_ K_ \_ v_ _ _ _ ̊_ _ _ _ _ -_ ?_ Y_ s_ _ _ _ ɋ_ _ _ _ _ _ _ 9_ :_ M_ `_ s_ _ _ _ _ _ _ c_ ]_ Ŏ_ ;_ H_ _ ,_ _ __ f_ _ ő_ _ 	_  _ ?_ ^_ _ _ _ _ _ _ _ _ _ !_ 3_ E_ W_ n_ _ _ _ ē_ ۓ_ _ _ _ *_ +_ 3_ E_ W_ i_ {_ _ _ _ є_ _ _ _ &_ 7_ N_ O_ P_ Q_ y_ z_ _ _ _ ƕ_ ٕ_ ە_ ܕ_ ݕ_ _ _ _ _ _ _ ș_ _ 2_ _ _ ߚ_ q_ _ 9_ a_ Ξ_ Ϟ_ ֞_ r_ s_ _ _ _ 1_ q_ _ _ Ρ_ _ _ _ C_ D_ h_ i_ n_ p_ q_ r_ {_ _ _ ̢_ _ _ _ 3_ U_ w_ _ _ _ _ _ _ _ _ _ U_ _ _ ;_ }_ _ _ 3_ _ ק_ ا_ *_ Ѩ_ Ҩ_ _ _ V_ W_ _ _ _  _ b_ _ ѫ_ _ g_ _ _ Ǭ_ Ҭ_ _ _ _ _ B_ C_ V_ i_ |_ _ _ _ _ _ _ _ >_ l_ _ _ ۮ_ 	_ 
_ _ _ _ E_ F_ Y_ l_ _ _ _ _ _ _ _ _ d_ e_ v_ w_ x_ _ _ _ ǰ_ ڰ_ _ _ _ _ _ _ <_ _ _ ѱ_ ұ_ ӱ_ _ _ _ "_ 5_ H_ J_ K_ L_ U_ y_ _ _ _ _ _ _ _ ϳ_ [_ \_ _ _ _ _ _ _ $_ [_ _ ض_ _ [_ _ _ 6_ _ _ _ _ _ ո_ ߸_ _ _ _ _ 8_ K_ ^_ q_ s_ _ _ _ _ 3_ E_ }_ _ _ _ _ _ 5_ <_ D_ E_ [_ k_ l_ m_ n_ _ _ _ _ л_ _ _ _ _ _ _ u_ _ _ ޼_ _ 
_ B_ M_ l_ _ _ ߽_ _ _ _ &_ -_ 5_ 6_ f_ }_ ~_ _ _ _ _ _ Ͼ_ _ _ _ _ _ _ q_ _ ӿ_ _  _ +_ J_ _ _ _ _ _ _ _ _ %_ &_ 9_ L_ __ r_ t_ u_ v_ _ _ +_ _ _ N_ Y_ x_ _ _ _ _ %_ &_ '_ (_ O_ P_ _ B_ t_ u_ _ _ U_ V_ _ _ p_ q_ _ _  _ c_ _ _ _ _ _ _ _ _ _ _ (_ _ _ _ '_ C_ S_ f_ _ _ _ _ N_ _ _ _ s_ _ _ F_ }_ _ _ _ _ _ _ %_ )_ *_ +_ ,_ -_ ._ /_ 0_ 1_ E_ L_ Q_ a_ b_ q_ r_ s_ _ _ _ _ _ _ _ _ _ _ _ _ _ P_ Q_ V_ _ _ _ _ _ 
_ _ `_ a_ f_ _ _ _ _ _ _ _ _ _  _ N_ S_ y_ z_ {_ _ _ _ _ _ _ _ _ _  _ _ _ _ _  _ '_ ._ :_ ;_ F_ J_ Q_ X_ Y_ Z_ [_ \_ ]_ ^_ __ `_ a_ b_ c_ d_ e_ f_ g_ |_ /_ 0_ I_ J_ c_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ,_ -_ ._ /_ 0_ 1_ 2_ 3_ @_ A_ O_ P_ Q_ R_ __ q_ 8_ 9_ +_ ,_ _ _ _ $_ D_ _ _ _ _ _ G_ H_ [_ _ _ _ _ _ _ _ _ _ l_ m_ Z_ [_ P_ Q_ ]_ _ ;_ _ _ {_ _ _ _ _ ]_ ^_ _ _ _ _ 4_ 5_ F_ d_ _ _ _ *_ F_ `_ a_ j_ k_ 
_ _ i_ j_ _ _ _ _ _ ._ D_ v_ w_ _ _ _ _ s_ t_ _ _ 7_ _ V_ W_ _ _ _ D_ E_ _ _ B_ C_ _ _ h_ i_ 6_ 7_ Q_ b_ _ _ _ _ _ _ _ _ _ _ _ ._ /_ 0_ 9_ G_ T_ U_ V_ W_ X_ Y_ ]_ ^_ __ `_ y_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ *_ ,_ 1_ 2_ A_ C_ I_ J_ X_ Z_ `_ a_ t_ v_ {_ |_ _ _ _ _ _ _ _ _ _ _ _ _ (_ B_ v_ _ _ _  `  ` Q ` d `  `  `  ` ` <` V` f` ` ` ` ` ` ` ` ` ` 2` X` g` z` {` ` ` ` ` ` ` ` &` V` W` X` ` ` ` ` ` ` K` L` V` a` ` ` ` ` ` ` ` ` ` 0` F` H` _` `` i` ` ` ` ` ` ` ` ` ` ` ` ` +` ,` -` T` U` V` W` X` Y` b` ` ` ` ` ` ` ` ` 
` &` ;` P` j` k` ` ` ` ` ` ` ` ` ` ` ` ` ` 	` 		` 	` 	` @	` \	` ]	` r	` s	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` *
` +
` 
` 
` 
` 
` ` ` ` ` 6` ` ` 
` ` ` #` V` `` j` k` ` ` ` ` 
` 
` 
` 
` 
` 
` 
` 
` B` ` ` ` ` -` .` O` P` Q` R` S` T` ]` ` ` ` ` ` ` ` ` ` ` ` ` ` 
` ` ` )` *` ` ` ` ` ` ` 9` n` ` ` ` ` ` ` ` ` ` ` !` &` '` 1` 6` 7` B` G` H` R` W` X` Y` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` %` &` 0` 5` 6` A` F` G` Q` V` W` X` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "` #` .` 3` 4` >` C` D` O` T` U` _` d` e` f` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` +` ;` <` G` L` M` W` \` ]` h` m` n` x` }` ~` ` ` 4` V` d` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 	` ` ` ` ` ` *` /` 0` :` ?` @` A` n` |` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` *` /` 0` :` ?` @` K` P` Q` [` `` a` b` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` V` W` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %` &` 1` 6` 7` A` F` G` R` W` X` b` g` h` i` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` 0` 1` <` A` B` L` Q` R` ]` b` c` m` r` s` t` ` ` `  ` ` W` X` e` f` g` ` ` ` D` V` W` a` l` ` ` ` ` `  `  `  ` 6 ` 7 ` @ `  `  `  `  ` !` c!` !` !` !` !` !` !` "` "` &"` w"` "` "` "` "` "` #` G#` H#` I#` J#` K#` T#` #` #` #` K$` V$` r$` $` $` $` $` $` $` $` %` %` %` %` %` W&` X&` &` &` &` &` '` '` '` '` '` '` '` '` $(` S(` e(` w(` x(` y(` z(` (` (` (` (` (` !)` ")` )` *` .*` O*` u*` *` *` *` *` *` *` <+` +` +` +,` n,` o,` p,` q,` ,` ,` -` -` R-` d-` e-` o-` z-` -` -` -` -` -` .` ".` #.` $.` %.` ..` .` .` .` .`  /` /` "/` #/` 4/` /` /` /` /` /` H0` l0` 2` 2` 95` F5` q6` r6` 6` 7` 7` 8` 8` 9` 9` 9` 7;` 8;` =` =` =` >` >` >` ?` ?` ?` 
@` {@` |@` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` A` 	A` A` A` A` A` 'A` /A` ;A` <A` DA` KA` PA` QA` YA` `A` lA` mA` nA` oA` B` B` hC` iC` D` D` E` E` F` "F` F` F` UG` VG` G` G` ?H`  J` J` 	K` 
K` [K` L` L` M` O` O` UP` VP` wQ` Q` Q` Q` Q` Q` Q` Q` Q`  R` R` R` 'R` >R` UR` VR` aR` S` S` /T` 0T` T` T` W` W` XX` iX` X` X` X` NY` |Y` Y` Y` Y` #Z` sZ` Z` Z` 
[` \` '\` S\` W]` X]` b]` m]` ]` ]` ]` ]` ]` ^` ^` ^` ^` ^` #^` b^` n^` ^` ^` ^` "_` -_` f_` p_` _` _` _` _` `` 9`` :`` ;`` <`` h`` i`` s`` ~`` `` `` `` `` `` a` a` a` a` a` a` (a` ga` sa` a` a` b` )b` b` c` (c` )c` *c` ;c` Ic` Jc` Kc` Uc` `c` c` c` c` c` c` c` c` c` c` d` d` d` d` Kd` Wd` ~d` d` d` 
e` e` e` f` 
f` f` f` -f` .f` /f` 0f` \f` ff` qf` f` f` f` f` f` g` g` g` g` g` g` g` g` ]g` ig` g` g` g` h` Uh` h` h` h` h` h` h` h` h` h` h` i` i` i` ?i` ii` ji` ki` mi` ni` oi` xi` i` i` i` j` 8j` gj` j` j` k` k` k` $k` %k` &k` `k` }k` k` k` k` k` k` k` l` l` l` l` l` l` (l` *m` +m` <m` {m` m` bn` cn` tn` n` n` n` n` n` n` n` p` p` p` q` :q` rq` q` r` ]r` ^r` hr` sr` r` r` r` r` r` s` s` )s` <s` Os` Qs` hs` is` rs` s` s` t` t` t` 0t` ]t` dt` lt` mt` t` t` t` t` t` t` t` t` u` u` -u` .u` /u` 0u` 9u` \u` u` u` u` u` u` u` v` v` 
v` #v` 3v` 4v` 5v` 6v` 7v` 8v` 9v` :v` ;v` <v` dv` v` v` v` v` v` v` v` v` v` w` w` w` x` x` x` x` x` y` y` y` y` y` y` y` y` y` z` z` 9z` Sz` [z` pz` z` z` z` z` z` z` {` {` {` {` :{` Z{` {` {` {` {` {` {` {` |` J|` |` |` |` |` }` "}` +}` ,}` 4}` I}` ^}` p}` }` }` }` }` }` }` ~` ~` ,~` F~` `~` p~` ~` ~` ~` ~` ~` ~` ~` ~` 
`  ` 3` 4` 5` 6` ?` ` ` )` r` ` ` ` ` $` w` x` ` ` ށ` ` ` ` ` ` ` #` ͂` ` 8` ` `  ` !` "` 3` ` ` ` ` Մ` ` ` ` !` "` #` $` -` ` )` m` ` U` V` W` h` ` ` Ç` ̇` ͇` Շ` ` ` ` +` E` U` o` ` ` ` ` ͈` ` ` ` +` E` F` G` H` Y` ` ` Չ` ։` ` ` ` "` 5` 6` 7` 8` A` ` Z` ` ` =` ` ` ` ` g` ` ` ` ` ` ` &` ;` M` g` ` ` ` Ǝ` ׎` ` ` ` #` 8` J` d` ~` ` ` Ï` ԏ` ` ` ` ` ` ` -` @` S` f` y` z` {` |` ` I` ` ` T` ` ڒ` P` `  ` `  ` ` ` G` ` ` ݕ` 	` =` i` ` ` ` ` ` K` R` [` \` d` y` ` ` ` ϗ` ` ` ` .` ?` Y` j` ` ` ` ` ˘` ݘ` ` ` "` <` V` g` ` ` ` ` ` ` י` ؙ` ` ` ` $` 7` 8` 9` :` C` ` ` c` ٜ` ` S` ʝ` F` ` ` D` c` ` ` ` ݟ` ` =` >` ?` P` ` ` ` ` ` ` Ѡ` ` ` ` #` :` K` b` y` ` ` ` ȡ` ɡ` ѡ` ` ` ` ` 0` G` ^` o` ` ` ` Ģ` բ` ` ` ` ` ` ` +` >` Q` d` w` y` z` {` ` ` ^` 0` ` ,` f` ` Ч` -` K` }` ` ` ת` ` l` m` t` ` ` Q` ` ` Ϯ` ` .` M` l` ` ` ` ` ` ` ` ` ` ` ` ` &` H` j` ` ` ` Ѱ` ` ` 7` L` M` ^` ` ` ` ` ` ` ` ` ٳ` ` R` ` Ѵ`  ` u` v` ȵ` o` p` /` 0` ` ` ,` ` ` `  ` 7` o` ` ` Z` [` e` p` ` ` ` ` ` ` ` ` ` -` /` 0` 1` :` ` ` ܻ` 
` (` B` y` ` ` ` ` ` ` ` ` 
` ` 0` 2` 3` 4` =` [` ` ` ` ` ` ` >` ?` R` e` x` ` ` ` ` ` ` ھ` ]` ^` o` p` q` ` ` ` ` ӿ` ` ` ` ` ` ` ` '` (` 9` :` ;` <` m` ` ` !` "` S` K` L` ` ` ` 1` v` ` ` >` ` ` )` *` +` 5` @` s` }` ` ` ` ` ` ` ` ` ` '` (` 1` ` ` ` ` &` R` ` ` ` ` ` ` ` ` 	` 
` ` ` 4` 5` H` [` n` ` ` ` ` ` ` ` .` _` |` ` ` ` ` 
` 8` ^` }` ~` ` ` ` ` ` ` ` ` ` ` ` F` G` Z` m` ` ` ` ` ` ` ` 7` q` ` ` ` ` U` Y` Z` [` \` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` n` ` ` ` ` ` ` ` ` ` ` ` ` ` ` )` ` ` ` L` ` ` ` &` ` ` ` d` e` ` ` 0` 1` i` ;` h` i` ` X` ` ` ` z` {` ` ` ` ` ` ,` -` s` ` ` %` {` ` ` M` ` ` ` }` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` `  ` +` /` B` J` V` W` \` ` ` ` ` ` !` &` k` l` q` ` ` ` ` ` 0` 4` N` O` T` ` ` ` ` ` ` ` ` ` ` #` r` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` ` ` ` ` ` ` ` ` '` )` *` +` ,` -` 5` ;` <` E` I` J` ]` i` j` k` l` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ;` H` ` ` ` ` ` ` ` ` 0` p` q` r` ` ` N` 
` ` ` ` ` ` ` ~` ` J` ` ` ` ` @` ` ` ` :` X` Y` l` ` ` ` ` $` ` ` ` ` ` ` ` 	` ` ` ` ` S` _` n` z` {` ` ` ` ` &` o` t` ` ` ` .` ` ` /` ` ` F` ` ` ` ` ` `  a  a Oa Pa a a a a a  a a ja a a 0a 1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 9	a ;	a @	a A	a O	a Q	a W	a X	a k	a m	a s	a t	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 B
a C
a D
a E
a #a $a 0a xa a a a 
a '
a [
a o
a 
a 
a 
a a 6a Ta a a a a a 8a Wa a a a a a a a a a a a a 2a ea fa a a a a a a a a *a @a Va la a a a a a a 2a <a Fa Ga na a a a a a a a a a a )a *a >a ?a ca a a a a a a a a a a a a a a a a  a !a "a 6a 7a Qa ma na a a a a a a 	a a a 0a Pa Qa Ra ya za {a |a }a ~a a a a a a a a a a a "a Ba Ca Da qa ra sa ta ua v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 Wa ma oa a a a Ba Ca a a a a %a &a 7a a a a a a a a a a a Va Wa ha a a a a a a a [a \a a a a a a a (a ?a Wa na a a a  a R a S a =!a >!a U!a j!a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a "a #"a 3"a 4"a ?"a D"a E"a O"a T"a U"a `"a e"a f"a p"a u"a v"a w"a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a #a &#a 6#a 7#a B#a G#a H#a R#a W#a X#a c#a h#a i#a s#a x#a y#a z#a #a #a #a #a #a #a #a #a #a #a #a #a #a #a $a $a $a @$a N$a ^$a _$a j$a o$a p$a z$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 3&a 4&a ?&a D&a E&a O&a T&a U&a V&a }&a &a &a &a &a &a &a &a &a &a &a &a &a &a &a &a &a 'a 'a *'a +'a 6'a ;'a <'a F'a K'a L'a W'a \'a ]'a g'a l'a m'a n'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a  (a &(a 4(a D(a E(a P(a U(a V(a `(a e(a f(a q(a v(a w(a (a (a (a (a (a (a $)a 2)a B)a C)a N)a S)a T)a ^)a c)a d)a o)a t)a u)a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a  *a *a *a *a 3*a A*a Q*a R*a ]*a b*a c*a m*a r*a s*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 6+a V+a {+a +a +a +a +a ,a ,a ,a (,a ,a ,a ,a ,a ,a ,a 
-a =-a G-a Q-a R-a -a -a -a -a -a -a -a 2.a 3.a S.a T.a .a /a 7/a \/a l/a }/a /a /a /a /a /a 0a .0a G0a `0a 0a 0a 0a 0a 0a 0a 0a 0a 0a :1a ;1a 1a 1a 1a 2a )2a C2a X2a p2a q2a r2a 2a :3a ;3a <3a =3a f3a 3a 3a *4a <4a N4a O4a >5a ?5a I5a T5a 5a 5a 5a 5a 5a 5a 6a 6a 6a 6a 6a !6a f6a g6a v6a 6a 6a 6a >7a 7a 7a 7a 8a 08a R8a S8a w8a x8a 8a 8a 09a 9a 9a :a 
:a :a :a 5:a 6:a :a :a :a ;a ;a 
;a ;a K;a U;a _;a `;a ;a ;a ;a ;a ;a ;a ;a -<a .<a N<a O<a <a <a <a <a <a =a =a =a  =a P=a =a 
>a ?@a @@a Ba Ba Da Da !Da gEa hEa (Fa )Fa \Ga ]Ga oGa Ha Ha <Ka =Ka RKa Ka ?La BLa La La Ma Ma Na Na )Na ;Na NNa ONa TNa \Na aNa bNa gNa oNa {Na |Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na 
Oa Oa Oa 
Oa Oa Oa Qa Qa Ra Ra ZSa [Sa Sa Sa <Ta =Ta Ta Ta Ua Ua Ua Wa Wa Xa Xa Xa Za Za [a \a \a ]a ]a _a "_a /_a <_a I_a Z_a k_a |_a _a _a _a _a _a _a _a _a _a /aa 0aa aa aa Oba Pba "ea #ea ea fa <fa fa fa fa ga Gga wga xga ga ha ha ha ha ia ia ia ja ja  ka ka >ka Hka Rka Ska ka ka ka ka ka ka ka  la la 3la Zla la la la ma ma 3ma ma ma ma ma ma ma ma ma na na na na Ona Yna cna dna na na na na na na na na oa oa 8oa coa oa oa Mpa pa pa pa pa pa pa pa pa pa pa 1qa ;qa Eqa Fqa tqa qa qa qa qa qa qa qa qa qa qa ra Gra ra ra 1sa sa sa sa sa sa sa sa sa sa sa ta ta Bta Lta Vta Wta ta ta ta ta ta ta ta ta ta ta ua .ua \ua ua ua ua /va 0va 1va Bva Pva Qva Rva \va gva va va va va va wa wa 	wa wa wa 
wa wa Uwa awa wa wa wa xa "xa Yxa xa xa xa xa xa xa xa ya %ya 0ya cya mya wya xya ya ya ya ya ya ya ya za za za {a O{a  |a |a |a D|a E|a F|a G|a H|a I|a y|a *~a +~a _~a ~a ~a a Wa a a a a a Da Na Xa Ya a a a ǀa ڀa a a a a a {a a a a a ΁a a a 
a a !a 1a 2a 3a 4a \a a a a a ˂a ̂a ͂a ΂a ׂa a (a Va Wa Xa ia a a a a a уa ҃a Ӄa ԃa Ճa փa ׃a ؃a كa ڃa a #a $a Ia \a oa pa qa ra {a a Za ma Sa Ta Ua Va ga $a +a 4a 5a =a Ra ga ya a a a ׇa a a a #a 5a Oa ia ya a a a a a ؈a a a 0a Ca Da Ea Fa Oa a a \a ]a ^a oa a a Ɋa ʊa Ҋa a a a (a Ba Ra la a a a a ʋa a a a (a Ba Ca Da Ea ma a a a a ьa Ҍa ӌa Ԍa ݌a ca a Ǎa a a a a a a a a >a Wa |a a a a a a a a ka a ֐a a a a a a ёa $a %a Ma Na sa a a a a a a a ˒a a Ǔa a Ta a a a a Ya Za aa ja ka sa a a a ɕa a a 
a 'a /a Da Ya ka a a a ɖa a a a a a Ja Ka sa ta a a a a ӗa ԗa ՗a ֗a ߗa a a 4a Ha ۙa a a a a a a a a a a a ěa ٛa a a a 0a Ja da ua a a a a ֜a a a a -a Ga aa ra a a a a a a ˝a ޝa a a a a a a #a a >a a a %a xa a Ca a Ha a a a a 4a Ka {a a ۣa a 3a _a a a a a a a a a a ,a Aa Sa ma a a a ̥a ݥa a a "a *a ?a Ta ia {a a a a ڦa a a a 0a Ja Ka La Ma ua va a a a §a էa ֧a קa اa a a a a wa a a ha a a a a a  a Ea \a {a a ۭa ܭa ݭa a 2a 9a Ba Ca Ka ]a oa a a a a خa a  a a (a >a Oa fa ga oa a a a a ίa a a 
a $a ;a La ba sa a a a a a a ɰa ܰa a a a a a a "a 4a a γa La ʴa a Oa na ˵a a a a Va ua a 
a a a a a a /a Na ma a ̼a a 
a )a *a ;a a a a a a a a a a Ľa a a *a La Ma oa a a վa a a a /a Ta Ua Va Wa a Aa Ca wa a a (a oa a a a fa 
a a a a a a a 'a (a \a a a 
a Ta a a a a a Aa Ka Ua Va ~a a a a a a a a a a  a Ca za a a a a Ea Fa Wa Xa Ya 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 6a Ta xa a a 
a a a 7a 8a Ka ^a qa a a a a a a 8a a a a a a a a a a a a a a a a `a a a a Ua a a #a ra a a a a a a a %a &a Na Oa ta a a a a a a a >a oa a a a a 2a 3a Da qa xa a a a a a a a a a a a a a !a "a 8a 9a Ba a a a a 3a Fa ~a a a a a a a a .a ba ia qa ra a a a a a a a a a a 1a 3a 4a 5a >a a a a !a \a ga a a a a a a a 8a 9a aa ba ua a a a a a a a *a ga a Oa a a a !a "a #a 4a aa ba ca da a a a ~a a a a Va a a a Aa a a a a <a a a a a a a a Da a 0a 1a da a a Na ca a a a a a a [a a a a Va a a Ca a a a a 'a 3a Ba Na aa ea fa ga ha ia ja ka la ma a a a a a a a a a a a a a a a a a a a 1a 6a a a a a a 	a 
a a Fa Ja a a a a a a a a *a /a Va Wa \a a a a a a a a a !a "a %a /a 0a 3a <a =a >a Oa Ta \a ca ja va wa a a a a a a a a a a a a a a a a a a a a ka la a a a a a a a a a a a a a a a a a a a a 	a 
a a a 7a 8a Ca Pa Qa [a ha ia ja ka la ma na oa |a }a a a a a a a ta ua ga ha ?a @a Wa `a a a a .a /a ;a a a a a a a a a a a Ua a a a a a a a a a wa a Na a a a a 9 b  b  b  b  b  b 
b pb qb b b b +b Mb fb b b b b b Fb Gb b b b b b b b jb b b b b 
	b 	b Q	b 	b 	b 	b 6
b s
b 
b b b b 4b 5b b b %
b &
b ~b b b b b b rb sb b b Nb b Ob Pb b b :b >b ?b Ub Vb jb kb lb u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 Db Fb Kb Lb fb hb mb nb }b b b b b b b b b b b b b b b b b b b b b b b 0b db ~b b b b 
b Ab Yb b b b b &b Db xb b b b b )b *b +b ,b Nb Wb Xb nb b b b b b b b "b 0b Cb Db bb b b b b b b 
 b   b ! b  b  b  b  b  b  b  b  b !b )!b *!b @!b V!b l!b !b !b !b !b !b !b !b !b !b "b "b "b 3"b 4"b 5"b 6"b G"b g"b h"b i"b "b "b "b "b "b "b "b "b "b "b "b "b #b #b #b I#b b#b w#b #b #b #b #b #b #b #b #b #b $b $b $b $b $b $b %$b D$b E$b Y$b Z$b |$b $b $b $b $b $b $b $b $b %b %b %b %b %b %b %b f%b g%b &b &b &b /&b O&b P&b Q&b R&b r&b &b 3'b I'b J'b T'b _'b 'b 'b 'b 'b 'b 'b (b 
(b >(b ?(b H(b (b (b )b )b -)b ~)b )b )b )b &*b i*b j*b *b *b *b *b *b *b *b *b *b +b '+b (+b )+b *+b ++b ,+b Y+b +b +b ;,b F,b P,b [,b e,b f,b ,b ,b ,b -b 9-b :-b u-b -b -b -b .b .b .b /b 3/b A/b Q/b R/b ]/b b/b c/b m/b r/b s/b ~/b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b 0b 0b 0b 0b 0b 0b 20b @0b P0b Q0b \0b a0b b0b l0b q0b r0b }0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 1b 1b 1b 1b 1b 1b 1b @1b N1b ^1b _1b j1b o1b p1b z1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 2b 
2b 2b 2b 2b 2b )2b .2b /2b 92b >2b ?2b @2b Y2b g2b w2b x2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b '3b p3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 4b )4b 94b :4b E4b J4b K4b U4b Z4b [4b f4b k4b l4b v4b {4b |4b }4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 5b 
5b 5b 5b <5b J5b Z5b [5b f5b k5b l5b v5b {5b |5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 6b 6b 6b 6b 6b 6b $6b %6b &6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 6b 7b 7b 
7b 7b 7b 7b "7b #7b $7b C7b Q7b a7b b7b m7b r7b s7b }7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b  8b 8b 8b 8b 8b 8b !8b "8b ,8b 18b 28b 38b N8b \8b l8b m8b x8b }8b ~8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 8b 9b <9b =9b 9b 9b 9b 9b 9b 9b K:b L:b :b :b :b :b :b :b :b :b :b #;b G;b Y;b [;b r;b s;b |;b ;b ;b ;b ;b @<b <b <b <b 
=b =b +=b ,=b P=b Q=b b=b =b =b =b =b ->b .>b T>b >b >b >b >b >b >b >b >b (?b ?b ?b ?b ?b ?b ?b @b @b @b !@b @b @b @b @b Ab Ab Ab Ab Ab Ab Ab Bb Bb Bb Bb %Cb /Cb 9Cb :Cb `Cb Cb Cb Cb Cb Cb Cb Cb Db Db Db %Db ]Db ^Db Db JEb jEb Eb Eb Eb Eb Eb Fb Fb 'Fb xFb Fb )Gb gGb Gb Gb Gb Gb Gb Gb YHb ZHb Hb Hb Hb Hb Hb Hb Hb Hb Hb $Ib LIb ^Ib _Ib `Ib aIb jIb Ib Ib Ib Ib <Jb =Jb ^Jb _Jb pJb Jb Jb Jb Jb Jb Kb Kb Mb Mb uPb Pb Qb Qb Qb Sb Sb Sb Sb Tb Tb 
Ub sVb tVb Xb Xb Xb =Yb Yb Yb KZb LZb 1[b F[b [b [b [b [b [b [b [b [b [b  \b \b 
\b \b \b \b &\b +\b ,\b 1\b 8\b D\b E\b M\b U\b Z\b [\b c\b k\b w\b x\b \b \b \b \b \b \b \b \b \b \b L]b M]b ^b ^b :`b ;`b `b `b Rab ^ab ab ab bb bb (cb )cb {cb <eb =eb Efb Ffb fb !hb "hb hb Ajb Kjb kb kb lb lb lb lb lb lb 	mb mb +mb <mb =mb Pmb cmb zmb mb mb mb nb nb kob lob ob ob rb rb sb sb sb *tb +tb tb tb tb ub ub _ub ub vb vb Fvb Vwb cwb wb xb xb xb xb xb xb xb xb yb Qyb Ryb Tyb Uyb Vyb _yb yb yb yb yb 6zb ^zb izb zb zb zb +{b ,{b -{b >{b u{b v{b w{b x{b {b {b {b {b {b {b |b |b 0|b U|b V|b W|b Y|b Z|b [|b d|b |b |b |b }b A}b e}b }b T~b d~b e~b f~b w~b ~b ~b ~b ~b ~b ~b ~b ~b ~b b 8b 9b :b ;b =b >b ?b Hb b b b b %b Ib πb 8b Hb Ib Jb [b ib jb kb lb b b b b b b b #b Jb Kb Lb Mb Ob Pb Qb Zb b b ̂b b 9b Yb b ̓b ΃b σb b b b b b b 8b Bb Lb Mb {b b b b b b b b b b &b Tb tb b b b @b Ab Rb `b ab bb b b Æb Άb b b b b ?b @b Ab Cb Zb [b db fb gb xb b b b b b b b b b b b b ȋb ɋb b ?b vb b b Db b b b b b b b b b ?b Rb eb xb b b b b b b ,b Yb Zb [b lb b b b b b Ϗb Џb яb ҏb b b 0b Cb Vb ib jb kb lb ub b Ɛb b b b b 8b ?b Hb Ib _b ob pb qb rb sb tb ub vb wb xb b b b b b 
b b b b b Vb b b b b b b b b ɔb Ҕb Ӕb ۔b b b b 1b Kb [b ub b b b b ӕb b b b 1b Kb Lb Mb Nb vb b b Ζb b b b b b Xb b b b b 
b Wb ^b gb hb pb b b b Ƙb b b 
b $b ,b Ab Vb hb b b b ƙb b b b b b #b 6b Ib \b ob pb qb rb {b b b eb b Lb Mb Nb Ob `b b b ܜb b b -b @b Sb Tb Ub Vb _b 	b 1b tb b [b \b ]b ^b ob b ßb b b b $b 7b Jb ]b ^b _b `b ib >b eb b b b b b b b b b b 	b b &b ;b Mb gb b b b ţb ͣb b b 	b #b =b Mb gb b b b b b b b b b %b 8b Kb ^b qb rb sb tb }b 6b b Ҧb b yb &b 'b (b 9b b b &b /b 0b 8b Mb bb wb b b b Ωb b b b -b 5b Jb _b tb b b b ˪b b b b *b +b ,b -b Ub Vb ib |b b b b b b b b b ܬb =b b íb b b b <b b <b =b Db b Ұb b b Eb yb b ѱb b 1b 2b Cb b b b b b b ʲb ߲b b b %b 6b Pb jb {b b b b ȳb ݳb b b b 3b Mb ^b xb b b b δb b b b b b b 'b :b Mb `b sb tb ub vb b =b 7b b b "b b b b 9b @b b b b b b b 8b yb zb {b b лb ׻b b b b b 
b b 1b Hb _b vb b b b Ƽb ܼb b b b 
b b 1b Cb Ub lb b b b ½b ٽb b  b b (b )b *b +b Sb Tb gb zb b b b b b b b ҿb b lb b hb b b b ib b b Kb b b ;b b b b Lb Mb b b b b Kb jb b b b b b b b Bb Cb Hb Jb Kb Lb Ub bb b b b b b 
b /b Qb sb b b b b b b b b /b b b b Wb b b 
b \b b b b b b kb lb 0b 1b hb b b b <b sb b b Ab b b b b b b b b b b 0b Cb Vb ib kb lb mb vb b b b Fb db ~b b b b b b b b  b 3b Fb Yb lb nb ob pb yb b b >b ?b Pb Qb Rb zb {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 Sb b cb db ub vb wb xb b 5b 6b ]b ^b b b b b b 5b mb b b 5b zb b b eb fb gb qb |b b b b b b b b %b 8b Kb Mb cb db mb b 
b b Wb bb b b b b b b b b 5b Eb Fb Gb Hb pb qb b b b b b b b b b Ob jb b b b b b 'b Fb tb b b b b b  b b b b @b Wb Xb Yb Zb b b b b b b b b b b Kb sb b b b b $b b b b b b b b b b  b b &b 9b Lb Nb Ob Pb Yb b b b b (b 3b Rb b b b b b  b b b )b *b eb b Nb Ob b b /b 0b bb b Jb Kb b b b =b lb mb b wb b b b b b b b b b b b b -b @b hb ib b b (b ab b b Mb b b  b Wb b b b b b b b b b b b b b 	b 
b b b &b +b ;b <b Kb Lb Mb Yb Zb [b \b gb kb ~b b b b b b b *b +b 0b ]b bb b b b b b :b ;b @b lb pb b b b b b b b b (b -b Sb Tb Ub _b b b b b b b b b b b b b b b b b b b  b $b +b 2b 3b 4b 5b 6b 7b 8b 9b :b ;b <b =b >b ?b @b Ab Vb 	 c 
 c # c $ c = c N c O c c c e c f c g c h c i c q c w c x 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 9c Kc c c c c c c c c c wc c c c c !c "c 5c Zc [c lc c c c c c c Fc Gc 4	c 5	c *
c +
c 7
c 
c c c c Uc c c |
c 
c 7c 8c vc c c c c c  c >c `c c c c  c :c ;c Dc Ec c c Cc Dc c c c c c c c Pc Qc bc c c c Mc Nc jc c c kc 0c 1c c c c c c c c c c c c Bc Cc c c +c <c c  c !c !c l"c m"c #c #c #c #c #c $c 	$c 
$c $c !$c .$c /$c 0$c 1$c 2$c 3$c 7$c 8$c 9$c :$c S$c U$c [$c \$c u$c w$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 2%c 4%c :%c ;%c N%c P%c U%c V%c ]%c b%c }%c ~%c %c %c %c _'c `'c l'c 'c 'c (c (c P(c c(c (c (c (c (c +)c >)c r)c )c )c )c *c 0*c @*c t*c *c *c *c *c *c *c +c +c ,c 2,c A,c T,c U,c n,c ,c ,c ,c ,c ,c ,c  -c 0-c 1-c 2-c f-c |-c -c -c -c -c %.c &.c 0.c ;.c n.c x.c .c .c .c .c .c .c .c 
/c  /c "/c 9/c :/c C/c e/c f/c z/c {/c /c /c /c /c /c /c /c /c 0c 0c 0c .0c /0c 00c 10c 20c 30c <0c ]0c ^0c r0c s0c 0c 0c 0c 0c 0c  1c 1c *1c D1c E1c Z1c [1c l1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 2c 62c 72c L2c M2c ^2c ~2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 3c 3c 3c 3c 3c 3c 3c 3c 3c 3c 4c 4c 4c 4c 4c 4c 4c 05c :5c D5c E5c f5c 5c 5c 5c 5c 5c 5c ~6c 6c 6c 6c 6c 7c a7c b7c s7c 7c 8c 8c )8c *8c +8c ,8c -8c .8c 78c 8c 8c 8c 8c 8c 8c 8c 8c 8c 8c 9c 9c 9c 9c 9c 9c :c :c d:c {:c :c :c :c :c ;c H;c ;c ;c y<c z<c <c <c <c <c <c <c <c  =c =c =c =c =c =c !=c "=c ,=c 1=c 2=c 3=c Q=c _=c o=c p=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 0>c 1>c 2>c T>c b>c r>c s>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 9?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 1@c 6@c 7@c B@c G@c H@c R@c W@c X@c Y@c @c Ac 0Ac >Ac NAc OAc ZAc _Ac `Ac jAc oAc pAc {Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Bc 	Bc 
Bc Bc Bc Bc Bc HBc VBc fBc gBc rBc wBc xBc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Cc 	Cc 
Cc Cc Cc Cc %Cc *Cc +Cc 5Cc :Cc ;Cc <Cc bCc pCc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc 0Dc 1Dc `Dc nDc ~Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc  Ec Ec Ec Ec Ec  Ec !Ec ,Ec 1Ec 2Ec <Ec AEc BEc CEc oEc }Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec 
Fc Fc Fc Fc Fc &Fc +Fc ,Fc 7Fc <Fc =Fc GFc LFc MFc NFc rFc Fc Fc Fc Fc 1Gc 2Gc ?Gc @Gc AGc dGc Gc Gc Hc 0Hc 1Hc ;Hc FHc yHc Hc Hc Hc Hc Hc Hc Hc Ic Ic Ic nIc oIc Ic Ic Ic =Jc sJc Jc Jc Jc Jc Jc Jc Jc  Kc QKc jKc Kc Kc Kc Kc Kc !Lc "Lc #Lc $Lc %Lc .Lc vLc wLc Lc %Mc 0Mc LMc eMc Mc Mc Mc Mc Mc Mc vNc wNc xNc yNc Nc 1Oc 2Oc fOc xOc Oc Oc zPc {Pc Pc Pc Pc Pc Pc Pc Pc -Qc ?Qc QQc RQc SQc TQc ]Qc Qc Qc Qc Qc Qc Qc zRc Rc Sc )Sc OSc lSc Sc Sc Sc Sc Sc Tc lTc Tc Uc HUc IUc JUc KUc qUc rUc Uc Uc ,Vc >Vc ?Vc IVc TVc Vc Vc Vc Vc Vc Vc Vc Vc Vc Vc Wc iWc jWc Wc Wc Wc Wc Wc Wc Xc YXc ZXc [Xc \Xc Xc "Yc FYc {[c |[c ^c  ^c K_c L_c ]_c `c `c dac eac bc bc bc dc dc xfc yfc fc fc {gc ~gc gc gc hc hc Uic Vic eic wic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic jc 	jc jc jc jc %jc *jc +jc 3jc :jc Fjc Gjc Hjc Ijc jc jc Blc Clc mc mc nc nc nc nc xoc yoc /pc 0pc pc pc qc rc rc sc sc 5tc uc uc Zvc wc wc /yc 0yc Qzc ^zc kzc xzc zc zc zc zc zc zc zc zc {c {c /{c 0{c ;{c k|c l|c 	}c 
}c }c }c ^c _c 2c Cc xc ȁc Ɂc (c Vc c c c c Mc c c c c c -c 1c 2c <c Gc zc c c c c c c c c c c <c Hc oc c ԇc c c @c Jc oc Ɉc ʈc ˈc ܈c c c c c Bc Cc Mc Xc c c c c Ήc c c c c c c c Ac Mc tc c ߊc c c c c c c c #c $c %c /c :c mc wc c c c ֌c ׌c ،c ٌc یc ܌c ݌c c %c 1c Xc c Íc c mc ֎c c c c c c c 	c 
c 6c @c Kc ~c c c c c c c c c c c c c 7c Cc jc c אc c /c kc lc mc ~c c c c c c ֑c c c c c Cc Dc Ec Gc Hc Ic Rc c c Ēc c c Ac ^c c ޓc ߓc c c c  c :c Wc ac lc c c c c ݔc ޔc ߔc c c c c c c c Uc c <c =c Nc c c c c c c c fc gc c ݙc c Lc c c 7c 8c Bc Mc c c c c c ݛc c c c )c +c Bc Cc Lc c ʜc c c c 
c 7c >c Fc Gc ]c mc nc oc pc c c Νc c c c c 	c 
c c 6c dc 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 gc pc qc yc c c c Ϣc c c c -c 5c Jc _c qc c c c ϣc c c c c c 4c Yc lc c c c c c c $c c c c c c c c c c #c 8c Jc dc ~c c c ¦c ʦc ߦc c c  c :c Jc dc ~c c c c c c ԧc c c 
c c c c c c c c Lc c c c c c Qc Rc zc c c ˪c ުc c c c c c c ϫc c [c c c c c 
c `c ac c c c ­c խc c c c c c c ܮc c Gc c /c 0c 1c Bc c c c c c c İc ٰc c c c /c Ic cc kc c c c c ۱c c c c  c !c "c 3c c c c c òc ֲc c c c c c c c Գc 4c pc c c ĵc ŵc Ƶc ׵c Ac c Ķc Ͷc ζc ֶc c  c c 'c Ac [c lc c c c ˷c ӷc c c c $c >c Xc ic c c c ȸc ɸc ʸc ˸c c c c c -c @c Sc Tc Uc Vc _c #c zc ۺc .c ac c *c c ڼc c ڽc ۽c c !c pc c c c c Cc oc c Ͽc пc c %c ,c 5c 6c >c Sc hc }c c c c c c c c 3c Dc ^c fc {c c c c c c c c 0c Ac [c lc 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 nc uc ~c c c c c c c c c c %c <c Sc dc zc c c c c c c c c 
c !c 8c Ic `c wc c c c c c c c c c c c +c >c Qc Sc Tc Uc ^c pc 8c 
c c c @c c c c %c Wc c c c c Fc Gc Nc c c +c kc c c c c 'c Fc ec fc wc c c c c c c c c c  c "c Dc fc c c c c c c &c 'c 8c kc c c c c c }c c c c ,c dc c c Oc Pc c Ic Jc 	c 
c c c c cc dc c c c Ic c c 4c 5c ?c Jc }c c c c c c c c c c 	c 
c c c \c c c c c c Sc c c c c c c c c c c 
c c 
c c c 5c Yc c c c c c c c ,c ?c Rc ec gc hc ic rc c c 7c 8c Ic Jc Kc sc tc c c c c c c c c c tc c c c c c c Gc c c c c -c %c &c Zc c c c Pc c c c _c c c c c c c Mc Wc ac bc c c c c c c c c c c zc c c c  c ,c nc oc c c c c c c c c c c c c "c 5c Hc [c ]c ^c tc uc ~c c c 9c Vc oc c c c c c 8c Wc Xc Yc jc c c c c c c c c c  c !c 4c Gc Zc mc oc pc qc zc c c Kc ]c c c c /c 3c 4c 5c 6c Gc tc uc c c c c c c c c c c fc c Hc c c c c ]c ^c _c pc c c c c c c c c c c &c c c c  c }c c c >c ?c xc c 
c c Cc d Bd Cd d 2d ld md d Td Ud d d d d d d d Md d d d Ud d d 'd d d d Wd Xd cd o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 0	d 1	d 6	d m	d r	d 	d 	d 	d 	d  
d E
d F
d K
d 
d 
d 
d 
d 
d 
d d (d )d .d fd kd d d d d d d d d d Ld Qd ]d ^d ad kd ld od xd yd z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 7d Cd Dd Ed Fd Gd Yd sd t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 jd kd wd d d d d d 
d Jd Kd Ld Yd d (d d d d d d d d Xd d $d d d Zd [d d ud d d d 2d 3d Fd d d d d d gd d d d d d  d  d "d "d "d "d -#d 9#d H#d T#d U#d #d #d #d #d  $d I$d N$d $d $d $d %d r%d %d 	&d &d &d  'd p'd q'd 'd 'd a(d b(d )d )d )+d *+d +d +d ,d ,d ,d ,d -d D.d /d /d 
0d 0d v1d z1d {1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 2d 2d 2d 2d )2d +2d 12d 22d E2d G2d M2d N2d c2d e2d j2d k2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d  3d 3d 3d 3d 3d 3d 4d 4d 
5d R5d l5d 5d 5d 5d 6d 56d I6d }6d 6d 6d 6d 7d .7d b7d 7d 7d 7d 7d 8d 18d e8d f8d g8d h8d 8d 9d 9d 9d 9d 9d 9d 9d :d ?:d @:d ^:d l:d :d :d :d :d :d :d ;d ;d 0;d F;d \;d ];d ;d ;d ;d ;d <d <d  <d !<d H<d e<d f<d |<d <d <d <d <d <d <d <d =d =d =d =d ==d Y=d Z=d o=d p=d q=d r=d =d =d =d =d =d =d =d =d =d =d =d =d =d >d >d +>d G>d H>d Z>d >d >d >d >d >d >d >d >d 
?d *?d +?d ,?d S?d T?d U?d V?d W?d X?d a?d ?d ?d ?d ?d ?d ?d ?d ?d ?d ?d @d @d @d K@d L@d M@d N@d O@d P@d Y@d @d @d XAd YAd ZAd kAd Ad Ad Ad Ad Ad ;Bd oBd Bd Bd Bd Bd Bd Bd Bd Bd Cd 1Cd GCd ICd zCd {Cd Cd Dd Dd YDd ZDd iDd Dd Dd  Ed Ed bEd Ed Ed Ed Ed Ed Ed Ed Ed Ed 0Fd 1Fd BFd cFd dFd eFd fFd gFd hFd Fd 5Gd 6Gd wGd Gd Gd Gd Gd Gd Hd Hd 1Hd HHd uHd vHd Hd Hd ,Id -Id Jd Jd /Jd DJd oJd }Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd 
Kd Kd Kd Kd Kd )Kd .Kd /Kd :Kd ?Kd @Kd JKd OKd PKd QKd nKd |Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd  Ld Ld Ld Ld !Ld "Ld ,Ld 1Ld 2Ld =Ld BLd CLd MLd RLd SLd TLd |Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Md (Md 8Md 9Md DMd IMd JMd TMd YMd ZMd eMd jMd kMd uMd zMd {Md |Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md cNd Nd Nd Nd Nd Nd Nd Nd Nd Od 
Od Od Od Od Od )Od .Od /Od 0Od WOd eOd uOd vOd Od Od Od Od Od Od Od Od Od Od Od Od Od Od Od Pd Pd Pd Pd Pd  Pd %Pd &Pd 1Pd 6Pd 7Pd APd FPd GPd HPd xPd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd  Qd Qd Qd Qd *Qd /Qd 0Qd :Qd ?Qd @Qd KQd PQd QQd [Qd `Qd aQd bQd Qd Qd Qd Rd Rd Rd (Rd -Rd .Rd 8Rd =Rd >Rd IRd NRd ORd YRd ^Rd _Rd `Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd 
Sd Sd +Sd ,Sd 7Sd <Sd =Sd GSd LSd MSd XSd ]Sd ^Sd hSd mSd nSd oSd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Td 0Td UTd xTd yTd Td Td Td Td Td Ud Ud Ud Ud Ud Ud Ud Ud Vd !Vd +Vd ,Vd _Vd Vd Vd Vd Vd Vd Vd Wd 
Wd -Wd .Wd |Wd Wd Xd 6Xd FXd WXd gXd hXd Xd Xd Xd Xd Yd !Yd :Yd iYd jYd Yd Yd Yd Yd Yd Yd Yd Zd Zd dZd Zd Zd Zd [d [d 2[d J[d K[d L[d ][d \d \d \d \d @\d \d \d ]d ]d (]d )]d ^d ^d #^d .^d a^d k^d u^d v^d ^d ^d ^d ^d ^d ^d ^d ^d @_d A_d P_d a_d _d _d `d `d `d `d `d 
ad ,ad -ad Qad Rad cad ad 
bd ebd bd bd bd bd bd cd cd cd cd cd cd cd cd cd %dd /dd 9dd :dd `dd dd dd dd dd dd dd ed ed (ed )ed xed yed ed ed ed ed ed ed ed *fd fd fd id id kd kd ld ld ld And Bnd od od 6pd 7pd Ipd qd qd td td ,td ytd ud ud ud ud mvd vd vd vd wd wd (wd )wd .wd 6wd ;wd <wd Awd Iwd Uwd Vwd [wd bwd gwd hwd mwd twd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd xd xd yd yd v{d w{d 4|d 5|d |d |d }d }d }d }d d~d e~d ~d xd yd d d Ӂd ]d ^d d }d d ͆d Άd d d 	d d #d 4d Ed Vd gd xd yd d d d ͈d Έd وd 	d 
d d d )d *d d d Ўd d d fd gd Əd d !d Qd Rd d d Zd [d d d d ˒d ϓd Гd ړd d d "d ,d -d [d d d d d d d ڔd d 
d 4d rd d d ޕd d 
d gd hd id zd d d d d d d d d )d 3d =d >d ld 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 Nd td ud vd wd yd zd {d d Úd Ϛd d !d ad d d td d d d d d d d d Ԝd ޜd d d &d 0d 1d _d d d d d d d d d ՝d d d 6d ud d ͞d 	d 
d d d *d +d ,d 6d Ad td ~d d d d d d d d d d d /d ;d bd d d ߠd d 3d |d }d d d d d ءd d d 
d =d Gd Qd Rd {d |d }d d d d d d d d d )d ڤd ۤd d d d  d !d "d #d Sd d d 9d {d d d 1d d ըd ֨d d d d (d 2d 3d [d {d d d d ǩd ɩd d d d Ud hd d d d d ժd ܪd d d d d d 
d d 6d Yd ld d d d d d d d ԫd d 0d 1d 2d Cd td {d d d d d d d d d d d d d d ܬd d d #d 6d Id Jd Kd Ld Ud d 4d Gd -d .d /d 0d Ad d d d d d ,d Ad Sd md d d d ˰d Ӱd d d d )d Cd Sd md d d d d d ұd d 
d d d d  d )d d ²d 6d 7d 8d Id d d d d d d ֳd d d d ,d Fd `d hd }d d d d شd d d d d d d Gd _d rd d d d d d d d =d Zd d d d d d d d d d d 1d Vd id |d d d d d d Ed md d d d d d d d d d 'd (d Md `d sd d d d d d d zd d d .d ͽd νd Ͻd d 3d 4d ;d Dd Ed Md bd wd d d d ;d d d 	d d 3d Ed _d yd d d d d d d ѿd $d %d Md Nd ad td d d d d d d d rd d d "d d bd cd dd ud d [d bd kd ld td d d d d d d 
d $d >d Od id qd d d d d d d d !d ;d Ld fd gd hd id d d d d d d d d d d d d d yd d d Rd d d xd "d xd yd d d d %d Ud d d d 
d 9d md nd d d d d d d d d d -d Gd ad rd d d d d d d d d .d Cd Ud od d d d d d d 
d $d %d &d 'd Od Pd cd vd d d d d d d d yd sd d Qd ^d d Bd d ud |d d d d d 6d Ud td d d d d d d d d %d 7d Id [d md d d d d d d d d )d @d Ad Id [d md d d d d d d d d &d <d Md dd ed fd gd d d d d d d d d d d d d d d &d d d )d Hd d d d d 0d Od wd d d d d d d 	d (d Gd d d d d d d d Yd Zd ~d d d d d d d d d d d &d 'd Id kd d d d d d 	d .d /d 0d 1d kd d d Qd d d d Id d d d @d d d d d ld md d d d 6d xd d d .d }d d d d d d %d /d 0d Xd Yd ld d d d d d d d d d Td d d d d d  d 1d 2d 3d [d \d od d d d d d d d d d zd {d d d d d d d d d d d d d d .d Rd d d d d d d d %d 8d Kd ^d `d ad bd kd d d d d d d d d d qd rd d d d d d d :d qd d d /d qd d d Ld d d d d d d d d  d (d )d Nd ad td d d d d d d Id [d d d d d 
d d Kd Rd Zd [d qd d d d d d d d d d d d d  e  e  e  e  e  e  e 
e  e Xe ce e e e e e e e <e Ce Ke Le |e e e e e e e e e e e 
e e e e e e e e 6e Ae `e e e e e e e e e ;e <e Oe be ue e e e e e e Ae e )e de oe e e e e e ;e <e =e >e ee fe e X	e 	e 	e 	e 0
e k
e l
e 
e e e e e e e ye e e e e e e e e 
e e >e e e (e =e Ye ie |e e e e 5e de e e 0e e e e \e e e e e 
e e (e ;e ?e @e Ae Be Ce De Ee Fe Ge [e be ge we xe e e e e e e e e e e e e e e e e fe ge le e e e e e  e $e ve we |e e e e e e e 	e 0e 1e 6e de ie e e e e e e e e e 	e 
e 
e e e e )e .e 6e =e De Pe Qe \e `e ge ne oe pe qe re se te ue ve we xe ye ze {e |e }e e Ee Fe _e `e y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 5e Be Ce De Ee Fe Ge He Ie Ve We ee fe ge he ue e Ne Oe Ae Be e e 1 e : e Z e  e  e !e 	!e !e ]!e ^!e q!e !e !e !e !e !e !e !e /"e "e #e #e p$e q$e f%e g%e s%e %e Q&e &e ('e 'e 'e 'e (e )e s)e t)e )e )e )e )e J+e K+e \+e z,e ,e -e '-e @-e \-e v-e w-e .e .e  0e !0e 0e 0e 0e 0e 0e 0e 0e D1e Z1e 1e 1e 1e 1e 1e +2e 2e 2e 2e 3e M3e 3e l4e m4e 4e 5e 5e Z5e [5e 5e  6e X7e Y7e 8e 8e ~9e 9e L:e M:e g:e x:e (;e ;e )=e *=e =e =e ?e ?e ?e /?e 0?e D?e E?e F?e O?e ]?e j?e k?e l?e m?e n?e o?e s?e t?e u?e v?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 B@e G@e H@e W@e Y@e _@e `@e n@e p@e v@e w@e @e @e @e @e @e @e @e @e @e @e @e Be Be Be Be 
Ce >Ce XCe Ce Ce Ce Ce De 3De gDe zDe De De  Ee Ee REe lEe |Ee Ee Ee Fe Fe Fe Fe (Fe 1Ge 2Ge HGe nGe }Ge Ge Ge Ge Ge Ge Ge 
He He He <He lHe mHe nHe He He He He He He aIe bIe lIe wIe Ie Ie Ie Ie Ie Je Je Je 0Je FJe \Je ^Je uJe vJe Je Je Je Je Je Je Je Je 
Ke Ke Ke Ke !Ke AKe BKe CKe jKe kKe lKe mKe nKe oKe xKe Ke Ke Ke Ke Ke Ke Ke Ke #Le <Le QLe fLe Le Le Le Le Le Le Le Le Le Le Le Le Le Le Le Me Me 3Me 4Me VMe rMe sMe Me Me Me Me Me Me Me Me Me Me Me Me Me @Ne ANe Ne Ne Ne 	Oe )Oe *Oe +Oe ,Oe LOe Oe 
Pe #Pe $Pe .Pe 9Pe lPe vPe Pe Pe Pe Pe Pe Pe Qe Qe "Qe Qe Qe Qe Qe Re XRe Re Re Re  Se CSe DSe eSe fSe gSe hSe iSe jSe sSe Se Se Se Te Te Te Te Te Te 3Te Te Te Ue  Ue *Ue 5Ue ?Ue @Ue Ue Ue Ue Ue Ve Ve OVe Ve Ve Ve We We We We 
Xe Xe +Xe ,Xe 7Xe <Xe =Xe GXe LXe MXe XXe ]Xe ^Xe hXe mXe nXe oXe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Ye Ye *Ye +Ye 6Ye ;Ye <Ye FYe KYe LYe WYe \Ye ]Ye gYe lYe mYe nYe Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ze (Ze 8Ze 9Ze DZe IZe JZe TZe YZe ZZe eZe jZe kZe uZe zZe {Ze |Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze [e [e 	[e [e [e [e [e 3[e A[e Q[e R[e ][e b[e c[e m[e r[e s[e ~[e [e [e [e [e [e [e \e J\e l\e z\e \e \e \e \e \e \e \e \e \e \e \e \e \e \e \e \e ]e ]e ]e ]e $]e %]e /]e 4]e 5]e @]e E]e F]e P]e U]e V]e W]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ^e $^e 4^e 5^e @^e E^e F^e P^e U^e V^e a^e f^e g^e q^e v^e w^e x^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e ^e  _e l_e m_e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e _e `e +`e ;`e <`e G`e L`e M`e W`e \`e ]`e h`e m`e n`e x`e }`e ~`e `e `e `e `e `e `e `e `e `e `e `e `e `e `e ae ae ae 
ae (ae 6ae Fae Gae Rae Wae Xae bae gae hae sae xae yae ae ae ae ae ae ae ae be be mbe nbe {be |be }be be %ce &ce Zce lce mce wce ce ce ce ce ce ce !de 3de 5de Lde Mde Vde de de de de ee yee ee ee ee ee fe fe *fe +fe <fe fe fe fe fe ge ge .ge ]ge ^ge _ge `ge age jge ge ge he ahe lhe he he he he he he he he ie ie ie ie ie mje nje je je je je ke ke ke ke ke 	le le le :le ile {le le le le le le le le le le 7me 8me me $ne Dne ene ne ne ne ne ne ne oe Roe oe pe Ape pe pe pe pe pe pe 3qe 4qe hqe zqe {qe qe qe qe qe qe qe qe &re 8re 9re :re ;re Dre re re re re se se 8se 9se Jse se se se se se ^te te ve ve Oye \ye ze ze ze {e {e |e |e }e }e }e Me N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 4e 5e =e Ee Qe Re Ze ae fe ge oe ve e e e e &e 'e ~e e e e ҉e Ӊe ,e 8e e e ke le e e Ue e e e  e qe e e e e %e ke le e e e e e ҕe e e e e e *e =e Te ke le we e e Ee Fe ǘe Șe e e ne e e e e de e e e e 9e e e e  e 0e =e ie me ne xe e e e ʡe ˡe e +e ,e .e /e 0e 9e xe e e Ңe e 8e Ce |e e e e e e e Oe Pe Qe Re ~e e e e Ǥe Ѥe ۤe ܤe 
e /e 0e 1e 3e 4e 5e >e }e e e ۥe e ?e Ŧe .e >e ?e @e Qe _e `e ae ke ve e e e e e e e e e e e e "e ae me e e e #e e e "e #e $e 5e Ce De Ee Fe re |e e e Īe Ϊe Ϫe e $e %e &e 'e )e *e +e 4e se e e ԫe e 3e ke e e e e Ȭe ɬe ʬe Ԭe ߬e e e &e 'e Ue e e e e e e e ͭe ٭e  e .e Ne }e e Ѯe e e ,e :e ;e <e ve e e e ۯe e e e e e e e 4e 5e >e @e Ae Re e Ǳe xe ye e e e e e e e e e e ״e e Pe e ϵe e se te ~e e e ƶe жe Ѷe e e ,e ?e Re ee ge ~e e e e e 3e 4e 5e Fe se ze e e e e e e e Ըe e 
e e 0e Ce De Ee Fe Oe re e ιe Ϲe йe e e e "e #e 9e Ie Je Ke Le Me Ne Oe Pe Qe Re ze e e e Ժe e e e e e 0e һe e ˼e ̼e ͼe μe ߼e e e e e e ʽe ߽e e e %e 5e Oe ie qe e e e Ǿe e e e %e &e 'e (e Pe pe e e e e e e ǿe 2e `e e e e e 1e 8e Ae Be Je _e te e e e e e e e e 0e Be \e ve e e e e e e e e e #e 6e Ie Je Ke Le Ue e e ?e e &e 'e (e )e :e e e e e e e e -e .e /e 0e 9e e e Ne e 5e 6e 7e 8e Ie e e e e e e e $e 7e 8e 9e :e Ce e ?e e e ke le me ~e e e e e e e  e e 'e Ae [e ke e e e e e e e e 'e Ae [e \e ]e ^e oe e e e e e e %e 8e Ke Le Me Ne We e pe e e Se  e e e e }e e  e 	e 
e e 'e <e Qe ce }e e e e e e e e $e 9e Ne `e ze e e e e e e e e e /e 0e Ce Ve ie |e e e e e e _e e e je e e fe e e e e e e ]e e e e e Se e e e e e e ae he qe re ze e e e e e e e *e De Ue oe e e e e e e e 
e 'e 8e Re le }e e e e e e e e e e e 'e :e Me Ne Oe Pe Ye e e ye e e ie e \e e e Ze ye e e e e e Se Te Ue fe e e e e e e e e e "e 9e Pe ae xe e e e e e e e e e e /e Fe ]e te e e e e e e e e e e -e .e Ae Te ge ze e e e e e e te Fe e Be |e e e Ce ae e %e e e e e e e &e 'e ge e e e %e De ce e e e e e e e e "e $e %e &e /e <e ^e e e e e e 	e +e Me be ce te e e e e e 	e e e e 1e he e e 6e e e e e e Ee Fe 
e e Be e e e e Me e e e pe qe {e e e e e e e e 
e e 0e Ce Ee Fe Ge Pe e e e   f > f X f  f  f  f  f  f  f  f  f 
f  f 3f Ff Hf If Jf Sf qf f f f *f +f ,f Tf Uf hf {f f f f f f f f f sf tf f f f f f f f f f f f  f 	f -f f =f >f Of Pf Qf Rf f f f 7f 8f if af bf f f f Gf f f 	f T	f 	f 	f ?
f @
f A
f K
f V
f 
f 
f 
f 
f 
f 
f 
f 
f f %f 'f =f >f Gf f f f 1f <f hf f f f f f f f 
f 
f  
f !
f "
f J
f K
f ^
f q
f 
f 
f 
f 
f 
f 
f 
f )f Df uf f f f f f  f Nf tf f f f f f f f f f 1f 2f 3f 4f \f ]f pf f f f f f f f %f Mf f f f f f kf of pf qf rf f f f f f f  f f &f (f )f *f 3f f f f f f 
f ,f f f f f f f f f f f ?f f (f )f bf f 	f 
f <f f $f %f zf {f f f Ff Gf f Qf ~f f f nf f f f f f f f f f f Bf Cf f  f !f ;!f !f !f '"f c"f "f "f 1#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 3$f 4$f 5$f 6$f A$f E$f X$f `$f l$f m$f r$f $f $f %f %f 
%f 7%f <%f %f %f %f %f %f &f &f &f F&f J&f d&f e&f j&f &f &f &f &f &f 'f 'f -'f .'f /'f 9'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 0(f (f (f (f (f )f ()f ))f =)f ?)f @)f A)f B)f C)f K)f Q)f R)f [)f _)f `)f s)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 Q.f ^.f .f .f .f .f .f /f 4/f 5/f F/f /f /f /f /f /f d0f  1f !1f 2f 2f 3f 3f 3f 3f 3f `4f 4f /5f 5f 5f V6f 6f 7f 7f P7f n7f o7f 7f 8f 8f 8f :f ::f :f :f :f :f ;f ;f <f <f =f =f >f >f i>f u>f >f >f >f >f >f *?f +?f <?f ?f ?f ?f '@f (@f D@f @f @f EAf 
Bf Bf \Bf Bf Bf Bf Bf Cf Cf Df Df eFf fFf Gf Gf Gf Gf Hf Hf Hf If Jf Jf FKf GKf Lf Lf Lf Lf Lf Lf Lf Lf Lf Lf Mf 	Mf 
Mf Mf Mf 
Mf Mf Mf Mf Mf -Mf /Mf 5Mf 6Mf OMf QMf VMf WMf eMf gMf mMf nMf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Nf Nf Nf Nf (Nf *Nf /Nf 0Nf 7Nf <Nf WNf XNf YNf ZNf [Nf 9Pf :Pf FPf Pf Pf Pf Pf *Qf =Qf qQf Qf Qf Qf Rf Rf LRf jRf Rf Rf Rf 
Sf Sf NSf mSf Sf Sf Sf Sf Sf Tf Tf Tf Uf Uf .Uf /Uf HUf {Uf |Uf Uf Uf Uf Uf Uf 
Vf Vf Vf @Vf VVf lVf Vf Vf Vf Vf  Wf 
Wf Wf HWf RWf \Wf ]Wf Wf Wf Wf Wf Wf Wf Wf Wf Xf Xf Xf ?Xf @Xf TXf UXf yXf Xf Xf Xf Xf Xf Xf Xf Xf Xf Xf Yf 	Yf 
Yf Yf Yf 
Yf Yf 7Yf 8Yf LYf MYf gYf Yf Yf Yf Yf Yf Yf Zf Zf Zf 4Zf 5Zf FZf fZf gZf hZf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf Zf [f [f &[f '[f 8[f X[f Y[f Z[f [f [f [f [f [f [f [f [f [f \f \f \f \f \f \f \f \f \f w]f ]f ]f ]f ]f ]f 
^f ^f ^f ^f @^f m^f ^f ^f ^f ^f ^f X_f Y_f _f _f _f _f ;`f <`f M`f `f `f `f af af af af af af af laf maf ~af af af af af af af af qbf rbf bf bf bf bf bf bf >cf Ucf mcf cf cf cf cf "df hdf idf Sef Tef kef ef ef ef ef ef ef ef ef ef ef ef ef ef ef ff ff ff 
ff +ff 9ff Iff Jff Uff Zff [ff eff jff kff vff {ff |ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff gf 
gf gf gf .gf <gf Lgf Mgf Xgf ]gf ^gf hgf mgf ngf ygf ~gf gf gf gf gf gf gf gf gf gf gf gf gf gf gf gf hf hf 	hf hf hf hf hf Vhf dhf thf uhf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf  if if if if if if !if "if ,if 1if 2if 3if if if 
jf jf (jf )jf 4jf 9jf :jf Djf Ijf Jjf Ujf Zjf [jf ejf jjf kjf ljf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf "kf 0kf @kf Akf Lkf Qkf Rkf \kf akf bkf mkf rkf skf }kf kf kf kf kf kf kf kf kf kf kf kf kf kf kf lf lf lf lf lf lf <lf Jlf Zlf [lf flf klf llf vlf {lf |lf lf lf lf lf lf lf lf 
mf mf :mf Hmf Xmf Ymf dmf imf jmf tmf ymf zmf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf nf nf nf nf nf nf nf Inf Wnf gnf hnf snf xnf ynf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf  of of of of of of !of &of 'of (of Lof lof of of of pf pf pf pf pf >pf pf pf pf 
qf qf qf  qf Sqf ]qf gqf hqf qf qf qf qf qf qf qf Hrf Irf irf jrf rf sf Msf rsf sf sf sf sf sf sf sf +tf Dtf ]tf vtf tf tf tf tf tf tf tf tf uf Puf Quf uf uf 
vf &vf ?vf Yvf nvf vf vf vf vf Pwf Qwf Rwf Swf |wf xf xf @xf Rxf dxf exf Tyf Uyf _yf jyf yf yf yf yf yf zf zf +zf ,zf -zf .zf 7zf |zf }zf zf zf zf zf T{f {f {f |f )|f F|f h|f i|f |f |f |f |f F}f }f }f "~f #~f $~f %~f K~f L~f ~f ~f f f f #f .f af kf uf vf f f f f f f f Cf Df df ef f f րf ׀f f 3f 4f 5f 6f ff f  f Uf Vf f f %f &f 7f }f ~f >f ?f rf sf f f f Rf Sf hf f Uf Xf Ðf Đf f f /f 0f ?f Qf df ef jf rf wf xf }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 pf qf ʗf ֗f Rf Sf 	f 
f f f f f f f f f f f 4f f àf 	f 
f +f 8f Ef Rf _f pf f f f f f ȣf ۣf f 	f 
f f Ef Ff f f ef ff 8f 9f f f Rf f f f 0f ]f f f ׫f 'f f f f έf ۭf f f f f !f Tf ^f hf if f ɯf ʯf ̯f ͯf ίf ׯf f "f If pf f ְf f f $f If f f f f f f f f f f 'f 2f ef of yf zf f Ͳf βf ϲf Ѳf Ҳf Ӳf ܲf f 'f Nf yf f ݳf cf ̴f ܴf ݴf ޴f f f f f 	f f Gf Qf [f \f f f f f f f f f f f f 2f ]f f f Gf f f f ·f ӷf f f f f f f %f Xf bf lf mf f ¸f øf ĸf Ÿf Ǹf ȸf ɸf Ҹf f f Df rf f ѹf 	f Ef Ff Gf Xf ff gf hf rf }f f f ĺf źf f f f f !f "f #f ,f kf wf f ̻f f f 8f of f f ʼf ؼf ټf ڼf f 1f ;f Ff yf f f f f f f f ҽf ӽf ܽf ޾f ߾f f /f ef f f (f Zf [f \f ]f ^f _f f @f Af uf f f &f mf f f f f 'f Zf df nf of f f f f f f f f f &f f f f f f f f f  f !f 7f Gf Hf If Jf rf f f f f f f f f f f >f lf mf nf f f f f f f f f f f f f f f f f f 9f :f _f rf f f f f f f pf f if jf kf lf }f :f Af Jf Kf Sf hf }f f f f f f f f $f 9f Kf ef f f f f f f f f f 3f Ff Yf Zf [f \f ef f f rf sf tf f f f f f f f f $f >f Xf hf f f f f f f f f $f >f Xf Yf Zf [f f f f f f f f f f f yf f f &f f f f f f +f ,f Tf mf f f f f f f f f f f f 5f f f f f f :f ;f cf df f f f f f f f f f f f !f jf 	f 
f f f of pf wf f f f f f f f f 	f #f =f Ef Zf of f f f f f f f f f 
f `f af f f f f f f f f f f f f f Jf ^f f f f f f f f f f f f f f f f f 5f Ff `f zf f f f f f f f f 2f Cf ]f wf f f f f f f f f f f f -f .f /f 0f 9f f Tf f f ;f f f Yf f ^f f f f f Jf af f f f f If uf f f f f f f f f -f Bf Wf if f f f f f f 
f f 8f @f Uf jf f f f f f f 
f f 5f Ff `f af bf cf f f f f f f f f f f f f f f f f f ~f f f f f f 6f [f rf f f f f f f Hf Of Xf Yf af sf f f f f f f f f -f >f Tf ef |f }f f f f f f f f f #f :f Qf bf xf f f f f f f f f f f f +f -f .f /f 8f Jf f f bf f f ef f f f 1f f lf f f  f !f (f f f  g E g d g  g  g  g g  g ?g @g Qg g g g g g g g g g g g g @g bg cg g g g g  g g g Eg jg kg lg mg g Wg Yg g g g >g g g )g *g |g #g $g g g 	g 	g 	g =
g >
g r
g 
g 
g #g jg g g g g $g Wg ag kg lg g g g g g g g g g g 6
g Y
g 
g 
g 
g 
g -g [g \g mg ng og g g g g g g g g g g g 3g g g g g g g g g g ,g ?g Ag Bg Cg Lg jg g g g #g $g %g Mg Ng ag tg g g g g g g g Ng g g g g g g !g g g g g g g  g 4g vg g g *g kg g g 9g g g g g g g 'g 1g ;g <g dg eg g g g g g g g g Tg g g g g g Hg Ig Zg g g g g g g g g g g g g g "g 5g 7g 8g Ng Og Xg g g g 0g Ig \g g g g g g 1g 2g 3g Dg xg g g g g g g g g g g g !g 4g Gg Ig Jg Kg Tg g g %g 7g rg }g g 	 g 
 g  g  g  g ! g N g O g w g x g  g  g  g  g  g  g  g  g @!g }!g ""g e"g "g "g "g 7#g 8#g 9#g J#g w#g x#g y#g z#g #g #g #g $g $g $g  %g l%g %g %g %g W&g &g &g 'g 'g R'g 'g 'g 'g (g )g *g *g Z*g +g F+g G+g z+g .,g /,g d,g y,g ,g ,g ,g ,g ,g '-g q.g .g .g //g l/g /g 0g Y0g 0g 0g 11g 21g =1g I1g X1g d1g w1g {1g |1g }1g ~1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 
2g 2g 2g G2g L2g 2g 2g 2g 2g 2g 3g  3g %3g \3g `3g 3g 3g 3g 3g 3g 4g 4g 4g @4g E4g l4g m4g r4g 4g 4g 4g 4g 4g 4g &5g +5g 75g 85g ;5g E5g F5g I5g R5g S5g T5g e5g j5g r5g y5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 7g 7g 7g 7g  7g !7g 37g M7g N7g Y7g f7g g7g q7g ~7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 8g 8g }9g ~9g U:g V:g m;g v;g ;g ;g ;g D<g E<g Q<g <g <g <g <g <g <g $=g %=g &=g 3=g k=g >g >g >g ?g ?g @g @g @g 2Ag Ag Ag dBg Bg 4Cg 5Cg Cg ODg Dg Dg Dg Eg 
Eg  Eg Fg Fg Fg Gg Gg AHg cHg |Hg Hg Hg Hg Ig Ig \Kg ]Kg Kg Kg Lg Lg "Lg .Lg /Lg Lg Lg Lg Lg Lg #Mg (Mg gMg Mg Mg Mg LNg Ng Ng Og Og Og JPg KPg Pg Pg ;Qg <Qg Rg Rg Tg Tg Tg Tg Ug Ug Ug Ug dVg Wg eXg fXg Xg Xg PZg TZg UZg kZg lZg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg [g [g [g [g [g ![g '[g ([g =[g ?[g D[g E[g Z[g \[g a[g b[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 F^g z^g ^g ^g ^g _g #_g W_g o_g _g _g _g `g <`g Z`g `g `g `g `g ag ?ag @ag Aag Bag dag mbg nbg bg bg bg bg bg bg cg cg 8cg Fcg Ycg Zcg xcg cg cg cg cg cg 
dg  dg 6dg 7dg dg dg dg dg dg dg dg dg "eg ?eg @eg Veg leg eg eg eg eg eg eg eg eg eg eg fg 3fg 4fg Ifg Jfg Kfg Lfg ]fg }fg ~fg fg fg fg fg fg fg fg fg fg fg fg fg gg !gg "gg 4gg _gg xgg gg gg gg gg gg gg gg hg hg hg -hg .hg /hg 0hg 1hg 2hg ;hg Zhg [hg ohg phg hg hg hg hg hg hg hg hg hg %ig &ig 'ig (ig )ig *ig 3ig |ig }ig 2jg 3jg 4jg Ejg ejg fjg gjg hjg jg kg Ikg _kg `kg jkg ukg kg kg kg kg kg lg !lg #lg Tlg Ulg ^lg lg lg 3mg 4mg Cmg mg mg mg mg <ng ng ng ng ng ng ng ng ng ng 
og og og =og >og ?og @og Aog Bog oog pg pg Qpg \pg fpg qpg {pg |pg pg pg qg "qg Oqg Pqg qg qg rg rg rg rg 	sg sg Isg Wsg gsg hsg ssg xsg ysg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg tg tg 	tg tg tg tg $tg )tg *tg +tg Htg Vtg ftg gtg rtg wtg xtg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg ug ug ug ug ug ug 'ug ,ug -ug .ug Vug dug tug uug ug ug ug ug ug ug ug ug ug ug ug ug ug ug vg vg vg vg #vg $vg .vg 3vg 4vg ?vg Dvg Evg Ovg Tvg Uvg Vvg ovg }vg vg vg vg vg vg vg vg vg vg vg vg vg vg vg vg =wg wg wg wg wg wg wg wg wg wg wg wg wg wg wg xg xg 	xg 
xg 1xg ?xg Oxg Pxg [xg `xg axg kxg pxg qxg |xg xg xg xg xg xg xg xg xg xg xg xg xg xg xg xg  yg yg yg yg yg  yg !yg "yg Ryg `yg pyg qyg |yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg zg 	zg 
zg zg zg zg %zg *zg +zg 5zg :zg ;zg <zg zg zg zg zg zg zg {g {g {g {g {g {g #{g ({g ){g 3{g 8{g 9{g :{g Y{g g{g w{g x{g {g {g {g {g {g {g {g {g {g {g {g {g {g {g {g |g |g |g |g |g !|g &|g '|g 2|g 7|g 8|g B|g G|g H|g I|g d|g r|g |g |g |g |g |g |g |g |g |g |g |g |g |g |g |g |g 
}g /}g R}g S}g }g }g }g }g }g }g a~g b~g ~g ~g ~g ~g ~g ~g ~g g g 9g ]g og qg g g g g g g g Vg g g g  g 1g Ag Bg fg gg xg Ɂg g g g Cg Dg jg g g g g g g g g >g g g ăg ݃g g g $g %g &g 7g g g g g g g g ޅg g g g g g g g ;g Eg Og Pg vg g g ɇg ʇg ˇg ̇g Շg g g *g ;g sg tg g `g g g ǉg g g g +g ,g =g g g ?g }g g g g Ëg g g og pg g g g g ̌g g 	g g g :g bg tg ug vg wg g g g g g Rg Sg tg ug 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 Sg g g ag bg Gg \g ͟g Οg ݟg g g g g g g g g #g /g 0g 5g <g Ag Bg Gg Ng Zg [g cg kg pg qg yg g g g g g g g g g g g g g bg cg g g Pg Qg g g hg tg g g g g >g ?g g Rg Sg [g \g g 7g 8g Ҭg Wg ag g g ɰg ְg g g g g g 0g Ag Rg Sg fg yg g g g g g g g g g g ֶg ׶g g g g @g Ag g θg g +g ,g ug Źg 4g 5g \g lg yg g g g g g g g g g 5g gg hg jg kg lg ug g g g g Lg tg g g ¾g g Ag Bg Cg Tg g g g g g g ſg пg g 
g g g Fg kg lg mg og pg qg zg g g g g Wg {g g jg zg {g |g g g g g g g g g g g (g Ng Og Pg Qg Sg Tg Ug ^g g g g g ;g _g g Ng ^g _g `g qg g g g g g g g g  g 
g g 9g `g ag bg cg eg fg gg pg g g g g Og og g g g g g g g g g g Ng Xg bg cg g g g g g g g g 	g g <g jg g g g 
g Vg Wg hg vg wg xg g g g g g !g +g ,g Ug Vg Wg Yg pg qg zg |g }g g g g g g g g g g g g g -g g g g Ug g g g Zg g g g g g g g 
g 5g Ug hg {g g g g g g g /g Bg og pg qg g g g g g g g g g g g 3g Fg Yg lg g g g g g g g 
g g g g Ng Ug ^g _g ug g g g g g g g g g g g g g g g #g $g %g &g /g lg g !g g g 	g 
g g g g g g g g g -g Gg ag qg g g g g g g g g -g Gg ag bg cg dg g g g g g g g g g ng g g g g #g mg tg }g ~g g g g g g g g  g :g Bg Wg lg ~g g g g g g g g g !g 9g Lg _g rg g g g g g g 4g {g g bg cg dg eg vg g g g g 0g Cg Vg ig jg kg lg ug g Gg g g qg rg sg tg g g g g g 'g :g Mg `g sg tg ug vg g Tg {g g g g g g g 
g g g g g 'g <g Qg cg }g g g g g g g 
g g 9g Sg cg }g g g g g g g g 'g (g ;g Ng ag tg g g g g g Lg g g g g <g =g >g Og g 5g <g Eg Fg Ng cg xg g g g g g g g )g Cg Kg `g ug g g g g g g g &g @g Ag Bg Cg kg lg g g g g g g g g g g g Sg g g ,g g g Rg g Rg Sg Zg g g g /g [g g g g g Gg Hg Yg g g g g g g g g g !g ;g Lg fg g g g g g g g g g /g Ig cg tg g g g g g g g  g g )g *g =g Pg cg vg g g g g g Sg Mg g +g 8g g g g Og Vg g g g g g /g Ng g g g g g g g g g  h # h 5 h G h ^ h u h  h  h  h  h  h  h h h h #h 5h Gh Yh kh h h h h h h  h h 'h >h ?h @h Ah ih jh }h h h h h h h h h h h h  h ~h h h "h h h h ah 
	h )
h Qh h h h b
h c
h 
h 
h h !h ah h h h h h h 3h 4h Xh Yh ^h `h ah bh kh xh h h h  h h #h Eh gh h h h h h h 	h 
h h Eh h h +h mh h h #h rh h h h h h h h Fh Gh ~h h h h Rh h h h Wh h h h h h h 	h 
h 2h 3h Fh Yh lh h h h h h h h .h \h zh h h h h h h 
h 5h 6h Ih \h oh h h h h h h h Th Uh fh g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 8h :h ;h <h Eh ih h y h z h  h  h  h  h  h K!h L!h s!h t!h !h "h "h "h #h K#h #h #h 	$h K$h $h $h &%h {%h |%h }%h %h %h %h %h %h %h &h &h (&h ;&h N&h a&h c&h y&h z&h &h &h #'h 5'h m'h x'h 'h 'h 'h 'h %(h ,(h 4(h 5(h K(h [(h \(h ](h ^(h (h (h (h (h (h (h (h (h (h (h (h e)h )h )h )h )h )h 2*h =*h \*h *h *h *h *h *h *h +h +h %+h &+h V+h m+h n+h o+h p+h +h +h +h +h +h +h +h +h +h +h a,h ,h ,h ,h -h -h :-h -h -h -h -h -h -h -h -h .h .h ).h <.h O.h b.h d.h e.h f.h o.h .h /h /h 0h >0h I0h h0h 0h 0h 0h 0h 1h 1h 1h 1h ?1h @1h {1h 22h d2h e2h 2h 
3h E3h F3h x3h 3h `4h a4h 4h 4h 4h S5h 5h 5h 5h 7h 7h 7h 7h 8h 8h 8h 9h 9h 9h :h :h 3:h C:h V:h ~:h :h :h <h ><h w<h <h 
=h c=h =h =h 6>h m>h >h >h >h >h >h ?h ?h ?h ?h ?h ?h ?h ?h ?h  ?h !?h 5?h <?h A?h Q?h R?h a?h b?h c?h o?h p?h q?h r?h }?h ?h ?h ?h ?h ?h ?h ?h ?h @@h A@h F@h s@h x@h @h @h @h @h @h PAh QAh VAh Ah Ah Ah Ah Ah Ah Ah 
Bh Bh Bh >Bh CBh iBh jBh kBh uBh Bh Bh Bh Bh Bh Bh Bh Bh Bh Bh Bh Ch Ch Ch Ch Ch *Ch +Ch 6Ch :Ch ACh HCh ICh JCh KCh LCh MCh NCh OCh PCh QCh RCh SCh TCh UCh VCh WCh lCh Dh  Dh 9Dh :Dh SDh dDh eDh yDh {Dh |Dh }Dh ~Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Eh Eh Eh Eh Eh Eh Eh  Eh !Eh "Eh #Eh 0Eh 1Eh ?Eh @Eh AEh BEh OEh aEh (Fh )Fh Gh Gh Gh Gh Ih Ih 4Ih Ih Ih Ih Ih Ih 7Jh 8Jh KJh pJh qJh Jh Jh Jh Jh Jh 	Kh Kh \Lh ]Lh JMh KMh @Nh ANh MNh Nh +Oh Oh Ph kPh Ph Ph Qh Qh MRh NRh Rh Rh Rh Rh $Th %Th 6Th TUh vUh Uh Vh Vh 6Vh PVh QVh ZWh [Wh Xh Xh YYh ZYh Yh Yh Yh Yh Yh Zh 4Zh fZh gZh xZh Zh Zh [h c[h d[h [h [h '\h \h F]h G]h ]h ]h ]h 4^h 5^h ^h ^h 2`h 3`h ah ah Xbh Ybh &ch 'ch Ach Rch dh dh fh fh fh fh gh gh gh 	hh 
hh hh hh  hh )hh 7hh Dhh Ehh Fhh Ghh Hhh Ihh Mhh Nhh Ohh Phh ihh khh qhh rhh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh  ih ih ih !ih "ih 1ih 3ih 9ih :ih Hih Jih Pih Qih dih fih kih lih sih xih ih ih ih ih ih ukh vkh kh kh kh lh 2lh flh ylh lh lh lh 
mh Amh Tmh mh mh mh mh ,nh Fnh Vnh nh nh nh nh nh nh oh ph ph "ph Hph Wph jph kph ph ph ph ph ph ph ph qh Fqh Gqh Hqh |qh qh qh qh qh qh ;rh <rh Frh Qrh rh rh rh rh rh rh rh rh 
sh  sh 6sh 8sh Osh Psh Ysh {sh |sh sh sh sh sh sh sh sh sh sh sh th th th Dth Eth Fth Gth Hth Ith Rth sth tth th th th th th th th uh +uh @uh Zuh [uh puh quh uh uh uh uh uh uh uh uh uh uh uh uh uh 
vh vh 0vh Lvh Mvh bvh cvh tvh vh vh vh vh vh vh vh vh vh vh wh wh wh wh wh wh xh xh xh xh &xh xh xh xh xh yh yh Fyh Pyh Zyh [yh |yh yh yh yh yh yh yh zh zh zh zh zh 2{h w{h x{h {h {h |h |h ?|h @|h A|h B|h C|h D|h M|h |h |h |h |h |h |h |h |h |h 
}h }h }h }h }h ~h ~h ~h ~h z~h ~h ~h ~h ~h ~h )h ^h h h h h h h h h h h h h h !h &h 'h 2h 7h 8h Bh Gh Hh Ih gh uh 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 1h 6h 7h Ah Fh Gh Hh jh xh h h h h h h h h h h h łh ʂh ˂h ̂h h h h h h #h $h .h 3h 4h ?h Dh Eh Oh Th Uh Vh h h h h h h h ̃h уh ҃h ݃h h h h h h h 
h h +h ,h 7h <h =h Gh Lh Mh Xh ]h ^h hh mh nh oh ۄh $h Fh Th dh eh ph uh vh 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 0h 1h ^h lh |h }h h h h h h h h h h h h h h h h h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh Rh xh h h h h h h h h h Çh ȇh ɇh Ӈh ؇h هh ڇh Fh Gh vh h h h h h h h h h h ƈh ǈh шh ֈh ׈h ؈h h h h h !h &h 'h 1h 6h 7h Bh Gh Hh Rh Wh Xh Yh h h h h h h h h ĉh ŉh Љh Չh ։h h h h h h h  h !h ,h 1h 2h <h Ah Bh Mh Rh Sh ]h bh ch dh h h ͊h h h Gh Hh Uh Vh Wh zh h  h 4h Fh Gh Qh \h h h h h ׌h h 
h h &h 'h 0h h h h h h Sh h h h ώh ߎh h h h h gh h h h h h h 7h 8h 9h :h ;h Dh h h ܐh ;h Fh bh {h h h h Ñh đh Ցh h h h h h Gh Hh |h h h h h h h h ٔh h h h h Ch Uh gh hh ih jh sh h h ȕh ٕh h h h h h ?h eh h h h ɗh ʗh ۗh ,h h ݘh h ^h _h `h ah h h 
h h Bh Th Uh _h jh h h h h ؚh  h h h h h h h h h h h h h h $h oh ph qh rh h 8h \h h h )h 6h ah bh sh h h zh {h h h h 'h (h h h h h h h h  h h h kh lh {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 4h ;h @h Ah Ih Ph \h ]h ^h _h  h h Xh Yh h h h h h h h h Eh Fh ܴh ݴh /h h h h h Kh չh ֹh ph h h Eh Fh gh th h h h h h ξh ߾h h h h h .h Eh Fh Qh h h h  h h h th uh Hh Yh h h h >h lh h h h h ch h h h 
h h Ch Gh Hh Rh ]h h h h h h h h h 	h 
h h Rh ^h h h h h h Vh `h h h h h h )h *h +h ,h Xh Yh ch nh h h h h h 	h 
h h 
h h h h Wh ch h h h h h h h h h +h 9h :h ;h Eh Ph h h h h h h h h h h h h h ;h Gh nh h h h h h h h h h h h h  h Lh Vh ah h h h h h h h  h h h h h h Mh Yh h h h 
h Eh h h h h h h h h h h h  h h /h Yh Zh [h ]h ^h _h hh h h h h (h Wh th h h h h h h h Ph mh wh h h h h h h h h h h h h h h ,h kh h Rh Sh dh h h h h h h h |h }h h h *h bh h h Mh Nh Xh ch h h h h h h h h ,h ?h Ah Xh Yh bh h h 
h h h  h Mh Th \h ]h sh h h h h h h h h 
h h h h  h )h Lh zh h h h h h h h h h #h $h %h &h 'h (h )h *h +h ,h Th uh vh h h h h h h h 
h h h h h h h h vh }h h h h h h h h h h )h Ch Kh `h uh h h h h h h  h h h *h Jh oh h h h h h h h :h h h h h h h h h $h 9h Nh `h zh h h h h h h 
h h 6h Ph `h zh h h h h h h h h h #h $h %h &h /h h h h bh  h h h h h gh hh h h h h h h h 	h 
h h h h (h qh h h h h #h vh wh h h h h h h h h h h h h h ]h h Eh Fh Gh Xh h h h h h h h h h h 5h Eh _h yh h h h h h h h h 5h 6h 7h 8h Ih h h h h h h h h %h &h 'h (h 1h h Jh h h -h h h h h Wh h h h h h h h +h =h Wh qh h h h h h h h h (h :h Th nh h h h h h h h h 	h 
h h 0h Ch Vh ih jh kh lh uh 9h h h Dh wh h @ i  i  i i i i i 7i i i i i -i Yi i i i i i ;i Bi Ki Li Ti ii ~i i i i i i i i /i Ii Zi ti |i i i i i i i i ,i Fi Wi qi i i i i i i i i i i i 'i (i )i *i 3i i i S	i 	i 	i C
i 
i 6i i i 4i Si ri i i i i -
i .
i /
i @
i 
i 
i 
i 
i 
i 
i 
i 
i 
i 
i i *i ;i Ri ii zi i i i i i i i i 	i  i 7i Ni _i vi i i i i i i i i i i i .i Ai Ti gi ii ji ki ti i Ni  i i i Vi i i i ;i mi i i i i \i ]i di  i i Ai i i i i i =i \i {i |i i i i i i i i i  i 	i i 8i Zi |i i i i i i 'i <i =i Ni i i i i i i  i  i  i !i B!i z!i !i "i e"i f"i "i _#i `#i $i  $i $i $i %i y%i z%i %i %i '&i _&i &i &i J'i K'i U'i `'i 'i 'i 'i 'i 'i 'i 'i 'i 
(i (i (i  (i !(i *(i r(i (i (i (i )i 2)i i)i )i )i )i )i )i )i )i )i )i 
*i  *i "*i #*i $*i -*i K*i o*i *i *i +i +i +i .+i /+i B+i U+i h+i {+i }+i ~+i +i +i +i +i M,i N,i _,i `,i a,i ,i ,i ,i ,i ,i ,i ,i ,i ,i ,i -i -i .i .i ).i *.i +.i ,.i ].i .i .i /i /i C/i ;0i <0i p0i 0i 0i !1i f1i 1i 1i .2i u2i 2i 3i 3i 3i %3i 03i c3i m3i w3i x3i 3i 3i 3i 3i 3i 3i 4i 4i 4i !4i 4i 4i 4i 5i 5i B5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i $6i %6i 86i K6i ^6i q6i s6i t6i 6i 6i 6i 7i 7i O7i l7i 7i 7i 7i 7i 7i (8i N8i m8i n8i o8i 8i 8i 8i 8i 8i 8i 9i 9i 
9i 9i 69i 79i J9i ]9i p9i 9i 9i 9i 9i 9i 9i ':i a:i s:i :i :i :i E;i I;i J;i K;i L;i ];i ;i ;i ;i ;i ;i ;i ;i  <i <i <i <i 
<i |<i <i ^=i =i =i =i >i s>i t>i u>i >i >i >i >i >i >i >i ?i ?i @i @i <@i @i @i @i Ai Ai Ai Ai TBi UBi Bi Bi  Ci !Ci YCi +Ei XEi YEi Ei HFi Fi Fi Fi jGi kGi Gi Gi Gi Gi Gi Hi Hi cHi Ii Ii Ji kJi Ji Ki =Ki Ki Ki Li mLi nLi yLi Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li Li  Mi Mi 
Mi Mi Mi Mi Mi Mi 2Mi :Mi FMi GMi LMi Mi Mi Mi Mi Mi Ni Ni [Ni \Ni aNi Ni Ni Ni Ni Ni  Oi $Oi >Oi ?Oi DOi |Oi Oi Oi Oi Oi Oi Oi Pi Pi 	Pi Pi bPi gPi sPi tPi wPi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi 
Qi Qi Qi Qi Qi Qi Ri Ri Ri Ri Ri Ri Ri Ri %Ri +Ri ,Ri 5Ri 9Ri :Ri MRi YRi ZRi [Ri \Ri ]Ri oRi Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Si Si Ti Ti Ui Ui Vi Vi Vi +Wi 8Wi Wi Wi Wi Wi Wi Wi Xi Xi  Xi `Xi aXi bXi oXi Xi >Yi Yi Yi Zi Zi [i [i [i n\i \i :]i ]i 	^i p^i q^i 0_i _i _i _i *`i H`i I`i \`i ai ai ai bi ci }ci ci ci ci ci ci di di fi fi fi fi Cgi Ogi ^gi jgi kgi gi gi hi hi hi _hi dhi hi ii ii ii ii ii ji ji ji 6ki ki ki ki ki wli xli mi mi ?oi @oi oi oi pi pi pi pi qi Zri si si  ti !ti ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui vi 	vi vi vi )vi +vi 0vi 1vi ?vi Avi Gvi Hvi [vi ]vi cvi dvi yvi {vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi wi wi 	wi 
wi wi wi 1wi 2wi 3wi 4wi 5wi yi yi  yi hyi yi yi yi zi zi Kzi _zi zi zi zi zi &{i D{i x{i {i {i {i {i (|i G|i {|i ||i }|i ~|i |i }i }i }i }i }i ~i 	~i "~i U~i V~i t~i ~i ~i ~i ~i ~i ~i ~i i 0i Fi \i ri si i i i i "i ,i 6i 7i ^i {i |i i i i Ԁi րi i i i i i .i /i Si oi pi i i i i i i i i i i i i i i i i i &i 'i Ai ]i ^i pi i i ɂi ނi i i i i  i @i Ai Bi ii ji ki li mi ni wi i i i i ΃i i i  i i i 2i 3i 4i ai bi ci di ei fi oi i i ni oi pi i i i i i ąi Qi i i i i i i i i i i Gi ]i _i i i i 2i 3i oi pi i Јi i i 'i xi i i ݉i މi ߉i i i i i Fi Gi Xi yi zi {i |i }i ~i i Ki Li i i i i i i i /i Gi ^i i i ǌi i Bi Ci -i .i Ei Zi i i i i i i i i Ďi Ŏi Ўi Վi ֎i i i i i i i #i $i /i 4i 5i ?i Di Ei Pi Ui Vi `i ei fi gi i i i i i i i i Ïi ďi Ϗi ԏi Տi ߏi i i i i i &i 'i 2i 7i 8i Bi Gi Hi Si Xi Yi ci hi ii ji i i i i i i i ̐i ѐi Ґi ݐi i i i i i i 0i >i Ni Oi Zi _i `i ji oi pi {i i i i i i i i i ɑi ʑi Ցi ڑi ۑi i i i i i i i i i 
i yi i i i i i i i i i #i $i /i 4i 5i ?i Di Ei Fi mi {i i i i i i i i i i i i ȓi ͓i Γi ϓi i 
i i i &i +i ,i 6i ;i <i Gi Li Mi Wi \i ]i ^i i i i i i i i Ȕi ͔i Δi ٔi ޔi ߔi i i i i i $i 4i 5i @i Ei Fi Pi Ui Vi ai fi gi qi vi wi xi i i i "i 2i 3i >i Ci Di Ni Si Ti _i di ei oi ti ui vi i i i i i Ėi Ŗi ϖi Ԗi Ֆi i i i i i i i #i 1i Ai Bi Mi Ri Si ]i bi ci ni si ti ~i i i i i i i i ʗi ϗi Зi ڗi ߗi i i i i i  i i i &i Fi ki i i i i i i i i i i ҙi i i i i -i 7i Ai Bi ui i i i Ěi Śi Κi "i #i Ci Di i i 'i Li \i mi }i ~i i i i i i 7i Pi i i i ՝i ֝i םi ؝i ٝi i *i +i zi ٞi i  i i 3i Hi `i ai bi si *i +i ,i -i Vi i i i ,i >i ?i .i /i 9i Di wi i i i i i i i i i i i Vi Wi fi wi i i .i i i ݤi i  i Bi Ci gi hi yi ʥi  i {i i i i i i %i &i i i i i i i i ;i Ei Oi Pi vi i i i i i i i i >i ?i i i i i ©i 
i i i i @i ֪i i /i 0i ǯi ԯi i  i i Wi Xi i i Li Mi _i ŵi Ƶi ,i -i Bi i /i 2i i i i i 	i 
i i +i >i ?i Di Li Qi Ri Wi _i ki li qi xi }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 Ji Ki i i ,i -i i i zi {i i i i i i i si ti i i i i i i i i ,i 9i Ji [i li }i i i i i i i i i i  i i i ?i @i i i i i ,i |i }i i 
i 7i gi hi i i pi qi i i i i i i i i .i 8i Bi Ci qi i i i i i i i i #i Ji i i i i i #i }i ~i i i i i i i i i i i ?i Ii Si Ti i i i i i i i i i i (i Si i i =i i i i i i i i i i i !i +i 5i 6i di i i i i i i i i i i i 7i wi i !i i i i i i i i i i i i i 2i <i Fi Gi ui i i i i i i i i i i i Li i i i i  i !i 2i @i Ai Bi Li Wi i i i i i i i i i i i i Ei Qi xi i i i i Ii i i i i i i i i i  i Si ]i gi hi i i i i i i i i i i 	i ?i i i i 4i 5i 6i 7i 8i 9i ii i i Oi i i  i Gi i i i i i 4i >i Hi Ii qi i i i i i i i i  i ki ~i i i i i i i i i i !i "i #i $i Li oi i i i i i i i i i i Fi Gi Hi Yi i i i i i i i i i i i i i i i i i i 9i Li _i `i ai bi ki i Ji ]i Ci Di Ei Fi Wi i i $i %i -i Bi Wi ii i i i i i i i i %i ?i Yi ii i i i i i i i 
i  i 3i 4i 5i 6i ?i i i Li Mi Ni _i i i i i i i i i i 2i Bi \i vi ~i i i i i i i i 2i 3i 4i 5i ]i ui i i i i i i i i Si pi i  i i i i i i i i .i Gi li i i i i i i i [i i i i i i i i i i i =i >i ci vi i i i i i i i  j  j  j Dj j j j j Ij Jj Qj Zj [j cj xj j j j j j j j j 4j Ij [j uj j j j j j j j j :j ;j cj dj wj j j j j j j j j j j $j 8j j xj yj zj j j qj xj j j j j j j j j 	j  	j :	j T	j e	j 	j 	j 	j 	j 	j 	j 	j 
j 
j 7
j Q
j b
j |
j }
j ~
j 
j 
j 
j 
j 
j 
j 
j j j 	j 
j j j .j j j 
j h
j 
j 3j j 8j j j j j $j ;j kj j j j #j Oj j j j j j j j j j j 1j Cj ]j wj j j j j j j j j /j Dj Yj kj j j j j j j j  j :j ;j <j =j ej fj yj j j j j j j j j j j j gj tj j Xj j j j j j j 5j Lj kj j j j j j "j )j 2j 3j ;j Mj _j qj j j j j j j j j .j ?j Vj Wj _j qj j j j j j j j j +j <j Rj cj z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 F$j e%j &j &j &j 'j (j (j (j )j >)j ])j )j )j )j )j *j *j +*j o*j p*j *j *j *j *j *j *j *j *j *j *j +j <+j =+j _+j +j +j +j +j +j +j ,j D,j E,j F,j G,j ,j 1.j 3.j g.j .j .j /j _/j /j 0j 0j V0j 0j 0j 1j 1j 2j 2j 2j 3j 3j L3j 3j 3j 3j D4j 4j 4j 4j 4j 4j 15j ;5j E5j F5j n5j o5j 5j 5j 5j 5j 5j 5j 5j 5j 6j 36j j6j 6j 6j 6j 7j 57j 67j G7j H7j I7j q7j r7j 7j 7j 7j 7j 7j 7j 7j 7j 7j 
8j 8j 8j 8j 8j 8j 8j 8j 8j 8j 9j 9j 9j 9j 9j &9j D9j h9j 9j 9j 9j 9j 9j ':j (:j ;:j N:j a:j t:j v:j w:j x:j :j :j (;j ;j ;j ;j ;j ;j ;j ;j <j <j <j <j <j =j =j >j P>j >j >j ?j E?j ?j ?j @j b@j @j @j @j @j @j Aj Aj Aj Aj >Aj ?Aj dAj wAj Aj Aj Aj Aj Aj Aj .Bj _Bj qBj Bj Bj Bj "Cj #Cj 4Cj aCj hCj pCj qCj Cj Cj Cj Cj Cj Cj Cj Cj Cj Cj Dj Dj Dj (Dj )Dj 2Dj Dj Dj Dj 
Ej #Ej 6Ej nEj yEj Ej Ej Ej Fj Fj 
Fj Fj RFj YFj aFj bFj Fj Fj Fj Fj Fj Fj Fj Fj Fj Gj !Gj #Gj $Gj %Gj .Gj Gj Gj Gj Hj LHj WHj vHj Hj Hj Hj Hj Hj Hj (Ij )Ij QIj RIj eIj xIj Ij Ij Ij Ij Ij Ij Jj WJj Jj ?Kj zKj Kj Kj Lj Lj Lj $Lj QLj RLj SLj TLj {Lj |Lj Lj nMj Mj Mj Mj FNj Nj Nj Nj 1Oj Oj Oj Oj Oj ,Pj Pj Pj Pj Pj Rj Rj Rj 4Sj Sj  Tj !Tj TTj Uj 	Uj >Uj SUj oUj Uj Uj Uj Uj Vj KWj zWj Wj 	Xj FXj Xj Xj 3Yj rYj Yj Zj Zj Zj #Zj 2Zj >Zj QZj UZj VZj WZj XZj YZj ZZj [Zj \Zj ]Zj qZj xZj }Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj ![j &[j |[j }[j [j [j [j [j [j [j 6\j :\j \j \j \j \j \j \j \j \j ]j ]j F]j G]j L]j z]j ]j ]j ]j ]j ]j  ^j ^j ^j ^j ^j ^j  ^j #^j ,^j -^j .^j ?^j D^j L^j S^j Z^j f^j g^j r^j v^j }^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j [_j \_j u_j v_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 3`j @`j A`j K`j X`j Y`j Z`j [`j \`j ]`j ^`j _`j l`j m`j {`j |`j }`j ~`j `j `j daj eaj Wbj Xbj /cj 0cj Gdj Pdj pdj dj dj ej ej +ej sej tej ej ej ej ej ej ej  fj 
fj Efj fj gj gj hj hj |ij }ij ij jj gjj jj >kj kj lj lj lj )mj mj mj mj mj mj mj `oj aoj roj pj pj qj =qj Vqj rqj qj qj rj rj 6tj 7tj tj tj tj tj tj uj 	uj Zuj puj uj uj uj uj vj Avj vj vj vj &wj cwj wj xj xj xj $yj %yj pyj qyj zj zj n{j o{j |j |j }j }j b~j c~j }~j ~j >j j ?j @j j j *j .j /j Ej Fj Zj [j \j ej sj 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 4j 6j ;j <j Vj Xj ]j ^j mj oj uj vj j j j j j j j j j j τj Єj фj ҄j ӄj j j j j  j Tj nj j j j j 1j Ij }j j Ĉj j j 4j hj j j Ɖj j j j j j >j Gj Hj ^j j j j j j j j j  j 3j 4j Rj j j j j Όj j j j j wj xj j j j ʍj ԍj Սj j j j 0j Fj \j rj tj j j j j j ̎j ͎j j 
j j #j $j %j &j 7j Wj Xj Yj j j j j j j j j j ďj ŏj ߏj j j j 9j Rj gj |j j j j j j ސj ߐj j j j 	j 
j j j j 4j 5j Ij Jj lj j j j j j Бj ёj ґj j  j j j j j 
j Vj Wj j 
j j j ?j @j Aj Bj bj j #j 9j :j Dj Oj j j j j j j j j .j /j 8j Еj ѕj 
j j j nj j j Ŗj j Yj Zj {j |j }j ~j j j j j j j j j j j j j Ij j j +j 6j @j Kj Uj Vj j ͙j j j )j *j ej j j j ˛j ̛j j j #j 1j Aj Bj Mj Rj Sj ]j bj cj nj sj tj ~j j j j j j j j ͜j Ҝj Ӝj ݜj j j j j j j j j j "j 0j @j Aj Lj Qj Rj \j aj bj mj rj sj }j j j j j j ĝj ŝj Нj ՝j ֝j j j j j j j j j j j 0j >j Nj Oj Zj _j `j jj oj pj {j j j j j j j Ξj ܞj j j j j j j 
j j j j j )j .j /j 0j Ij Wj gj hj sj xj yj 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 5j :j ;j Ej Jj Kj Vj [j \j fj kj lj mj j j j j ġj ɡj ʡj ԡj ١j ڡj j j j j j j j ,j :j Jj Kj Vj [j \j fj kj lj wj |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 3j Aj Qj Rj ]j bj cj mj rj sj ~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 Lj \j ]j hj mj nj xj }j ~j j j j j j j j ĥj j 	j ,j -j j j j j j j ;j <j pj j j j j ˧j էj ߧj j j 7j Ij Kj bj cj lj j j j j 0j j ũj j j j j j @j Aj Rj j j ժj j j j Dj sj tj uj vj wj j ȫj ɫj j wj 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 Pj j j j j j j j j j j j Mj Nj ̱j :j Zj {j j j j j j j j hj j j Wj j j j j ôj Ĵj Ij Jj ~j j j j j ٵj j j j j <j Nj Oj Pj Qj Zj j j ܶj ݶj ,j -j Nj Oj `j j j j j ޷j tj j ͺj κj ej rj j j j j j j j j j j cj dj j j j -j j j ;j <j !j 6j j j j j j j j j j j j j 	j 
j j j j j !j (j 4j 5j =j Ej Jj Kj Sj [j gj hj pj wj |j }j j j j j j j <j =j j j *j +j j j Bj Nj j j j j j j kj ,j -j 5j 6j j j j j 1j ;j j j j j j j j j j 
j j ,j -j @j Sj jj j j j j j [j \j j j j j j j j j j zj j j j j Oj j j j 6j Fj Sj j j j j j j j j j j Aj Bj Dj Ej Fj Oj j j j j &j Nj Yj j j j j j j .j ej fj gj hj j j j j j j j j  j Ej Fj Gj Ij Jj Kj Tj j j j j 1j Uj j Dj Tj Uj Vj gj uj vj wj j j j j j j j (j )j *j +j -j .j /j 8j wj j j j j 9j j (j 8j 9j :j Kj Yj Zj [j \j j j j j j j j j :j ;j <j =j ?j @j Aj Jj j j j j )j Ij j j j j j j j j j j (j 2j <j =j kj j j j j j j j j j j Dj dj j j j 0j 1j Bj Pj Qj Rj j j j j j j j j /j 0j 1j 3j Jj Kj Tj Vj Wj hj j j j j j j j j j j j j j j j /j fj j j 4j j j j j j j j j j /j Bj Uj hj {j }j j j j 	j j Ij Jj Kj \j j j j j j j j j j j 
j  j 3j Fj Yj Zj [j \j ej j j j j j j (j /j 8j 9j Oj _j `j aj bj cj dj ej fj gj hj j j j j j j j j  j 	j Fj j j  k  k  k  k  k k k k k k k k k !k ;k Kk ek k k k k k k k k !k ;k <k =k >k fk k k k k k k k k Hk vk k k k k Gk Nk Wk Xk `k uk k k k k k k k k 1k Fk Xk rk k k k k k k k k k &k 9k Lk _k `k ak bk kk k k Uk k <	k =	k >	k ?	k P	k 	k 	k 	k 	k 

k 
k 0
k C
k D
k E
k F
k O
k 
k !k dk k Kk Lk Mk Nk _k k k k k 
k 
k '
k :
k M
k N
k O
k P
k Y
k .k Uk k k k k k k k k k k k k k +k =k Wk qk k k k k k k k k -k =k Wk qk rk sk tk k k k k k k (k ;k Nk ak bk ck dk mk &k k k k ik k k k )k k k k k  k (k =k Rk gk yk k k k k k k k %k :k Ok dk vk k k k k k  k k k k k Ek Fk Yk lk k k k k k k k uk k -k k k k |k k ,k k ,k -k 4k sk k k 	k 5k ik k k k !k "k 3k wk ~k k k k k k k k k  k & k @ k Z k k k  k  k  k  k  k  k  k 	!k #!k =!k N!k h!k !k !k !k !k !k !k !k !k "k "k "k *"k ="k P"k c"k d"k e"k f"k o"k -#k '$k $k %k %k %k %k r&k )'k 0'k p'k 'k 'k 'k 'k 	(k ((k i(k j(k k(k |(k (k (k (k (k (k (k (k )k !)k 8)k O)k f)k w)k )k )k )k )k )k )k )k )k *k !*k 3*k E*k \*k s*k *k *k *k *k *k *k +k +k +k +k +k C+k D+k W+k j+k }+k +k +k +k +k +k +k ,k -k \.k .k X/k /k /k /k Y0k w0k 0k ;1k 1k 3k +4k 4k 4k 4k <6k =6k }6k 6k 6k 6k ;7k Z7k y7k 7k 7k 7k 7k 
8k 8k 28k 38k 88k :8k ;8k <8k E8k R8k t8k 8k 8k 8k 8k 8k 9k A9k c9k x9k y9k 9k 9k 9k 9k 9k 9k :k ;k ;k <k G<k ~<k <k <k L=k =k =k =k >k >k [?k \?k  @k !@k X@k @k @k @k ,Ak cAk Ak Ak 1Bk Bk Bk Bk Bk Bk Bk Bk Bk Ck 
Ck  Ck 3Ck FCk YCk [Ck \Ck ]Ck fCk Ck Ck Dk 6Dk TDk nDk Dk Dk Dk Dk Dk Dk Ek Ek #Ek 6Ek IEk \Ek ^Ek _Ek `Ek iEk Ek Ek .Fk /Fk @Fk AFk BFk jFk kFk ~Fk Fk Fk Fk Fk Fk Fk Fk Fk Gk Gk Gk Gk Gk Gk Gk Gk Gk Gk Gk Hk Hk Hk Hk Hk CHk Hk SIk TIk eIk fIk gIk hIk Ik %Jk &Jk MJk NJk Jk wKk xKk Kk Kk %Lk ]Lk Lk Lk %Mk jMk Mk  Nk UNk VNk WNk aNk lNk Nk Nk Nk Nk Nk Nk Ok Ok (Ok ;Ok =Ok SOk TOk ]Ok Ok Ok Pk GPk RPk ~Pk Pk Pk Pk Pk Qk Qk Qk %Qk 5Qk 6Qk 7Qk 8Qk `Qk aQk tQk Qk Qk Qk Qk Qk Qk Qk Qk ?Rk ZRk Rk Rk Rk Rk Sk Sk 6Sk dSk Sk Sk Sk Sk Sk Sk Sk Sk  Tk 0Tk GTk HTk ITk JTk rTk sTk Tk Tk Tk Tk Tk Tk Tk Tk ;Uk cUk Uk Uk Uk Uk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Vk Wk Wk )Wk <Wk >Wk ?Wk @Wk IWk Wk Wk Xk Xk Yk #Yk BYk Yk Yk Yk Yk Yk Yk Yk Yk Zk Zk UZk [k >[k ?[k x[k [k \k  \k R\k \k :]k ;]k ]k ]k ]k -^k \^k ]^k ^k g`k `k `k `k ak ak ak ak bk bk bk bk 
ck ck 0ck Xck Yck ck dk ek Qek ek ek =fk yfk fk gk Ggk gk gk gk gk gk gk gk gk gk gk gk gk gk gk gk gk hk hk hk +hk ,hk ;hk <hk =hk Ihk Jhk Khk Lhk Whk [hk nhk vhk hk hk hk hk hk ik ik  ik Mik Rik ik ik ik ik ik *jk +jk 0jk \jk `jk zjk {jk jk jk jk jk jk jk kk kk Ckk Dkk Ekk Okk kk kk kk kk kk kk kk kk kk kk kk kk kk kk kk kk lk lk lk lk lk "lk #lk $lk %lk &lk 'lk (lk )lk *lk +lk ,lk -lk .lk /lk 0lk 1lk Flk lk lk mk mk -mk >mk ?mk Smk Umk Vmk Wmk Xmk Ymk amk gmk hmk qmk umk vmk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk 
nk nk nk nk nk nk )nk ;nk ok ok ok ok pk pk qk qk rk grk trk rk rk rk sk sk %sk Jsk Ksk \sk sk sk sk sk sk ztk 6uk 7uk $vk %vk wk wk 'wk wk xk vxk xk Eyk yk yk lzk zk '{k ({k f{k {k {k {k |k |k }k .~k P~k ~k ~k ~k k *k +k 4k 5k ԁk Ձk 3k 4k k k k k k k k @k Ak Rk k k ߃k =k >k Zk Ąk k [k  k !k rk k Æk k k k k k 
k {k |k 2k 3k  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 Ck Ek Kk Lk ek gk lk mk {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 Ek Fk Mk Rk mk nk ok pk qk Ok Pk \k k k k k @k Sk k k ϕk k k .k bk k k Җk k  k 0k dk k k k k k ܗk k k k "k 1k Dk Ek ^k k k k k љk ҙk k  k !k "k Vk lk k k k k k k  k +k ^k hk rk sk k k k Λk k k k k )k *k 3k Uk Vk jk kk k k k k k Ük Ĝk ՜k k k k k k  k !k "k #k ,k Mk Nk bk ck }k k k k םk k k k 4k 5k Jk Kk \k |k }k ~k k k k k k k k Ҟk Ӟk k k 
k &k 'k <k =k Nk nk ok pk 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 4k 5k Vk k k k ̢k ͢k ֢k nk ok k k k k Qk Rk ck 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 Tk kk k k ǧk ȧk k 8k ~k k ik jk k k k ϩk ߩk k k k k k  k k k k k k !k "k #k Ak Ok _k `k kk pk qk {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 Dk Rk bk ck nk sk tk ~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 0k lk zk 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 2k 7k 8k Bk Gk Hk Ik k k  k .k >k ?k Jk Ok Pk Zk _k `k kk pk qk {k k k k k k Ǯk Ȯk Ӯk خk ٮk k k k k k k k 	k 
k k 8k Fk Vk Wk bk gk hk rk wk xk k k k k k k k ʯk دk k k k k k k 	k 
k k k k %k *k +k ,k Rk `k pk qk |k k k k k k k k k k k k k  k !k Pk ^k nk ok zk 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 1k 2k 3k _k mk }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 7k <k =k >k bk k k ʳk ˳k !k "k /k 0k 1k Tk ٴk ڴk k  k !k +k 6k ik sk }k ~k k յk k k  k k 
k ^k _k k k ζk -k ck k k k k k ޷k ߷k k Ak Zk sk k k k k k k k k k k fk gk k k  k <k Uk ok k k k k k fk gk hk ik k !k "k Vk hk zk {k jk kk uk k k k ǽk Ƚk k k /k Ak Bk Ck Dk Mk k k k k k k jk ؿk k k ?k \k ~k k k k k k \k k k 8k 9k :k ;k ak bk k k k .k /k 9k Dk wk k k k k k k k k k k Yk Zk zk {k k k k k k Ik Jk Kk Lk |k k 6k kk lk k k ;k <k Mk k k Tk Uk k k k k k hk ik ~k k kk nk k k k k Ek Fk Uk gk zk {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 6k 7k 8k 9k k k 2k 3k k k k k k k hk ik k  k k k 	k k k k k %k k k Jk k k k  k Ak Nk [k hk uk k k k k k k k k k k  k +k [k \k k k {k |k Nk Ok "k 3k hk k k k Fk sk k k k =k k k k k k k !k "k ,k 7k jk tk ~k k k k k k k k k ,k 8k _k k k k k 0k :k _k k k k k k k k k 2k 3k =k Hk {k k k k k k k k k k k k 1k =k dk k k k yk k k k k k k k k k *k ]k gk qk rk k k k k k k k k k k !k Hk sk k k ]k k k k k k k k k k &k 0k ;k nk xk k k k k k k k k k k k 'k 3k Zk k k k k [k \k ]k nk |k }k ~k k k k k k k 	k 3k 4k 5k 7k 8k 9k Bk k k k k  l 1 l N l  l  l  l  l  l  l  l *l Gl Ql \l l l l l l l l l l l l l l l El {l ,l -l >l pl ql rl sl tl ul l Vl Wl l l l <l l l 'l (l 2l =l pl zl l l l l l l 	l 	l 	l 2	l 3	l <	l 	l 	l 	l 	l 	l 	l '
l .
l 6
l 7
l M
l ]
l ^
l _
l `
l 
l 
l 
l 
l 
l 
l 
l 
l 
l l &l Tl l l l l l l l l l l l l  l l l l l l l .l Ol Pl ul l l l l l l l 
l 
l l l l l l Pl Wl `l al il ~l l l l l l l l %l :l Ol al {l l l l l l l l l $l Il \l ol pl ql rl {l l l l l l l l l l l l l (l :l Tl nl ~l l l l l l l l *l :l Tl nl ol pl ql l l l l l l l l  l 	l l l l <l l l l l l Al Bl jl l l l l l l l l l l l l Kl l l l l l Pl Ql yl zl l l l l l l l l l l l 7l l l  l !l 2l l l l l l l l l l l l l 9l Sl [l pl l l l l l l l l l l #l vl wl l l l l l l l   l  l  l  l  l $!l `!l t!l "l "l "l "l "l 1#l #l #l #l #l #l #l #l $l $l 1$l K$l \$l v$l $l $l $l $l $l $l %l %l .%l H%l Y%l s%l %l %l %l %l %l %l %l %l %l 
&l &l 0&l C&l D&l E&l F&l O&l 'l j'l 'l (l Q(l (l )l o)l )l t*l *l *l *l +l `+l w+l +l +l ,l 3,l _,l ,l ,l ,l ,l -l -l %-l &-l .-l C-l X-l m-l -l -l -l -l -l -l 	.l #.l 4.l N.l V.l k.l .l .l .l .l .l .l /l  /l 1/l K/l \/l v/l w/l x/l y/l /l /l /l /l /l /l 0l 0l 0l 0l 
0l 0l 1l -2l 2l 2l 3l 3l 4l 4l 4l 5l -5l L5l q5l 5l 5l 5l 6l 6l 	6l 6l ^6l e6l n6l o6l w6l 6l 6l 6l 6l 6l 6l 7l 7l ,7l C7l T7l j7l {7l 7l 7l 7l 7l 7l 7l 7l 7l 8l (8l 98l P8l g8l x8l 8l 8l 8l 8l 8l 8l 8l 8l 8l 9l 9l .9l A9l C9l D9l E9l N9l `:l (;l ;l x<l <l 0=l {=l =l =l >l G>l >l ?l @l Al 6Bl 7Bl >Bl Cl Cl Dl [Dl zDl Dl Dl Dl El 6El UEl VEl gEl El El El El El El El El El El Fl 4Fl VFl xFl yFl Fl Fl Fl Gl Gl Gl (Gl [Gl Gl Gl Gl Gl Gl mIl oIl Il Il Jl TJl Jl Jl ?Kl @Kl Kl 9Ll :Ll Ll Ll Ml Ml Ml SNl TNl Nl Nl Ol 9Ol Ol Ol $Pl %Pl /Pl :Pl mPl wPl Pl Pl Pl Pl Pl Pl Pl Pl Pl Pl Pl Ql LQl oQl Ql Ql Ql Rl CRl qRl rRl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Rl Sl %Sl ISl Sl Sl Sl Sl Sl Tl 	Tl Tl /Tl BTl UTl WTl XTl YTl bTl Tl Tl 'Ul (Ul 9Ul :Ul ;Ul cUl dUl wUl Ul Ul Ul Ul Ul Ul Ul Ul dVl Vl Vl Wl Wl Wl Wl 7Wl Wl Wl Wl Wl Xl Yl Yl JYl Yl Yl Yl @Zl Zl Zl [l O[l [l [l [l [l [l 
\l =\l G\l Q\l R\l z\l {\l \l \l \l \l \l \l \l \l j]l ]l ]l ]l ]l ^l ^^l _^l p^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l _l %_l 8_l K_l M_l N_l d_l e_l n_l _l _l )`l F`l _`l r`l `l `l `l al (al Gal Hal Ial Zal al al al al al al al al al bl bl $bl 7bl Jbl ]bl _bl `bl abl jbl bl cl ;cl Mcl cl cl cl dl #dl $dl %dl &dl 7dl ddl edl dl dl dl dl dl dl dl dl dl dl Vel el 8fl {fl fl fl fl Mgl Ngl Ogl `gl gl gl gl gl gl gl gl hl hl hl il il il il il mjl jl jl .kl /kl hkl kl kl kl 3ll nl 2nl 3nl pnl "ol \ol ]ol ol Dpl Epl zpl pl pl pl pl pl pl =ql rl rl rl Esl sl sl tl otl tl tl Gul Hul Sul _ul nul zul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul vl vl  vl !vl &vl ]vl bvl vl vl vl vl vl 5wl 6wl ;wl rwl vwl wl wl wl wl wl xl xl xl Vxl [xl xl xl xl xl xl xl xl xl xl <yl Ayl Myl Nyl Qyl [yl \yl _yl hyl iyl jyl {yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl zl zl zl zl zl zl zl zl zl zl zl zl zl zl {l {l {l {l {l '{l 3{l 4{l 5{l 6{l 7{l I{l c{l d{l o{l |{l }{l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l {l |l |l }l }l k~l l~l l l l l l Zl [l gl l l Àl l l l :l ;l <l Il l l Ԃl Ղl l Ãl l l ńl Hl l l zl l Jl Kl 
l el ňl ƈl l "l #l 6l l l l ̋l l Wl yl l l Ȍl Ɍl ҍl Ӎl rl sl яl ҏl l )l 8l Dl El l l ސl ߐl l 9l >l }l ۑl ܑl l bl l l l l l `l al l l Ql Rl l l l l Иl јl l l l ʙl zl 4l {l |l l l fl jl 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 l l l !l "l 5l 7l =l >l Sl Ul Zl [l pl rl wl xl 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 Bl \l l l ޢl l %l 9l ml l l ̣l  l l Rl pl l l Τl l !l Ul Vl Wl Xl zl l l l l Ϧl l l l /l 0l Nl \l ol pl l l l l l 
l  l 6l Ll Ml l l l ɨl l l l l 8l Ul Vl ll l l l l ǩl ȩl ѩl l l l 	l -l Il Jl _l `l al bl sl l l l l l l l l l ʪl l l  l l l 7l 8l Jl ul l l l ҫl ӫl l l l l l l Cl Dl El Fl Gl Hl Ql pl ql l l l Ĭl Ŭl ڬl ۬l l l 
l l ;l <l =l >l ?l @l Il l l Hl Il Jl [l {l |l }l ~l l +l _l ul vl l l l ȯl үl ӯl l !l 7l 9l jl kl tl l 
l Il Jl Yl l l l l Rl l l l l l l l l Ųl  l !l 2l Sl Tl Ul Vl Wl Xl l %l &l gl rl |l l l l l 	l !l 8l el fl l ֵl l l l l l 4l _l ml }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 0l :l ?l @l Al ^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 2l 3l =l Bl Cl Dl ll zl l l l l l l l l l l l ǹl ̹l ͹l ιl 
l l (l )l 4l 9l :l Dl Il Jl Ul Zl [l el jl kl ll l l l l l l l l ĺl źl кl պl ֺl l l l l Sl l l ̻l ܻl ݻl l l l l l l 	l l l l l l  l Gl Ul el fl ql vl wl l l l l l l l l l l ּl l l l  l l l l l l !l &l 'l 1l 6l 7l 8l hl vl l l l l l l l l l l l ýl Ƚl ɽl ʽl l l l l l l  l *l /l 0l ;l @l Al Kl Pl Ql Rl l l l l l 
l l l l (l -l .l 9l >l ?l Il Nl Ol Pl ol }l l l l l l l l l l l l ʿl Ͽl пl ѿl l l l l 'l ,l -l 7l <l =l Hl Ml Nl Xl ]l ^l _l zl l l l l l l l l l l l l l l l l  l  l El hl il l l l l l l wl xl l l l l l l l l l Ol sl l l l l l l l l l ll l l &l 6l Gl Wl Xl |l }l l l l l *l Yl Zl l l l l l l l l l Tl l l l l 
l "l :l ;l <l Ml l l l l 0l l l l l l l l 	l l l Ql [l el fl l l l l l l l l 0l 1l @l Ql l l l vl l l l l l l Al Bl Sl l l Ul l l l l l l  l l l l l l l l l l )l *l Pl xl l l l l l l l l l hl il l l l l l l l l l l 	l 
l l l l l l 1l 2l l l &l 'l 9l l l l l l il 	l l wl xl ]l rl l l l l l l l &l +l ,l 1l 9l El Fl Kl Rl Wl Xl ]l dl pl ql yl l l l l l l l l l l l l l l l l l xl yl l l fl gl $l %l ~l l l l l l Tl Ul l hl il ql rl l Ml Nl l ml wl l l l l l l l $l 5l Fl Wl hl il |l l l l l l l l l l l l l l l l l Vl Wl l l l Al Bl l l Jl Kl rl l l l  m  m  m  m m m m m Km }m ~m m m m m m m m $m bm m m m m m Wm Xm Ym j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 dm em fm gm im jm km tm m m m m Qm um m d	m t	m u	m v	m 	m 	m 	m 	m 	m 	m 	m 	m 
m 
m  
m !
m O
m v
m w
m x
m y
m {
m |
m }
m 
m 
m 
m 
m &m em m m m m m m m m m &m 1m dm nm xm ym m m m m m m m m 
m +
m R
m 
m 
m 
m 
m #m lm mm ~m m m m m m m m -m 7m Am Bm km lm mm om m m m m m m m m m m m m m m m m m Cm m m )m km m m !m pm m m m m m m "m #m Km km ~m m m m m m m m Em Xm m m m m m m m m m m m m m &m Im \m om m m m m m m m m  m !m "m 3m dm km tm um m m m m m m m m m m m m m m m &m 9m :m ;m <m Em m $m 7m m m m  m 1m m m m m m m 1m Cm ]m wm m m m m m m m m 3m Cm ]m wm xm ym zm m m m m 
m m m m m m m & m ' m ( m 9 m  m  m  m  m  m  m  m  m  m !m !m 6!m P!m X!m m!m !m !m !m !m !m !m "m 
"m "m "m 7"m O"m b"m u"m "m "m "m "m "m "m -#m J#m #m #m x$m y$m z$m {$m $m $m $m %m !%m F%m Y%m l%m %m %m %m %m %m 5&m ]&m &m &m 'm 'm 'm 'm 'm 'm 'm (m (m =(m P(m c(m v(m (m (m (m (m (m j)m )m )m *m *m *m *m *m #+m $+m ++m 4+m 5+m =+m R+m g+m y+m +m +m +m +m +m +m ,m #,m 5,m O,m i,m y,m ,m ,m ,m ,m ,m ,m -m -m =-m >-m Q-m d-m w-m -m -m -m -m -m -m b.m .m .m /m /m R0m S0m T0m e0m 0m K1m R1m [1m \1m d1m y1m 1m 1m 1m 1m 1m 1m 2m .2m ?2m Y2m a2m v2m 2m 2m 2m 2m 2m 2m 3m +3m <3m V3m W3m X3m Y3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 3m 4m 5m i5m 5m 5m B6m 6m 
7m h7m 8m h8m i8m p8m 8m 8m 9m E9m q9m 9m 9m 9m ):m ]:m ^:m o:m :m :m :m :m :m :m :m ;m ;m 7;m Q;m b;m |;m ;m ;m ;m ;m ;m ;m 	<m <m 3<m E<m _<m y<m <m <m <m <m <m <m =m =m =m =m ?=m @=m S=m f=m y=m =m =m =m =m =m =m i>m c?m ?m A@m N@m @m 2Am Am eBm lBm Bm Bm Bm Cm &Cm ECm dCm Cm Cm Cm Cm Cm Dm Dm 
Dm Dm 'Dm 9Dm KDm ]Dm tDm Dm Dm Dm Dm Dm Dm Em Em 0Em 1Em 9Em KEm ]Em oEm Em Em Em Em Em Em Fm Fm ,Fm =Fm TFm UFm VFm WFm Fm Fm Fm Fm Fm Fm Fm Fm Fm Fm Fm Gm Hm Im Jm Jm Jm Km 8Km Km Km Km wLm  Mm ?Nm gOm Om Om Om xQm yQm Qm Qm Rm 7Rm wRm Rm Rm Rm Rm Rm Sm ISm JSm nSm oSm tSm vSm wSm xSm Sm Sm Sm Sm Sm Tm Tm 9Tm [Tm }Tm Tm Tm Tm Tm Tm Um Um  Um !Um [Um Wm 
Wm AWm Wm Wm Wm 9Xm Xm Xm Xm 0Ym Ym Ym Zm Zm \[m ][m [m [m [m &\m h\m \m \m ]m m]m ]m ]m ]m ]m ^m ^m ^m  ^m H^m I^m \^m o^m ^m ^m ^m ^m ^m ^m ^m 
_m D_m r_m _m _m _m `m `m !`m "`m #`m K`m L`m _`m r`m `m `m `m `m `m `m `m `m jam kam |am }am ~am am am am am am am am am am  bm bm Bbm bm bm bm bm bm cm cm cm (cm ;cm Ncm Pcm Qcm Rcm [cm cm dm dm dm dm dm dm dm dm aem bem em em em fm fm fm *gm agm gm gm hm ahm hm hm <im im im im im im im im im im jm jm >jm Qjm djm wjm yjm jm jm jm km 9km Kkm km km km km km lm ;lm Blm Jlm Klm alm qlm rlm slm tlm lm lm lm lm lm lm lm lm mm mm mm {mm mm mm mm mm nm Hnm Snm rnm nm nm nm nm nm nm ,om 3om ;om <om lom om om om om om om om om om om om om om pm wpm pm pm pm &qm 1qm Pqm qm qm qm qm qm qm rm rm +rm ,rm ?rm Rrm erm xrm zrm {rm |rm rm rm 1sm sm tm Ttm _tm ~tm tm tm tm tm +um ,um -um .um Uum Vum um Hvm zvm {vm vm  wm [wm \wm wm xm vxm wxm xm xm ym iym ym ym ym {m {m {m |m |m |m |m .}m }m }m ~m -~m I~m Y~m l~m ~m ~m ~m %m Tm m m  m ym m 
m Lm m m m m m m m +m /m 0m 1m 2m 3m 4m 5m 6m 7m Km Rm Wm gm hm wm xm ym m m m m m m m m m m ăm m  m Vm Wm \m m m ӄm Ԅm لm m m fm gm lm m m m m m m m  m !m &m Tm Ym m m m m چm ߆m m m m m m m m m m m m &m -m 4m @m Am Lm Pm Wm ^m _m `m am bm cm dm em fm gm hm im jm km lm mm m 5m 6m 7m Pm Qm jm {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 3m 4m 5m 6m 7m 8m 9m :m Gm Hm Vm Wm Xm Ym fm xm ?m @m 2m 3m 
m m "m +m Km m m m m m Nm Om bm m m m َm ڎm ێm m  m m sm tm am bm Wm Xm dm m Bm m m m m m m m dm em m m m Ֆm ;m <m Mm km m m m 1m Mm gm hm qm rm m m pm qm m ȝm םm m m 5m Km }m ~m m ؞m ݞm m zm {m m m >m m ]m ^m m m  m Km Lm m m Im Jm m m om pm =m >m Xm im m Өm m m m m m 	m 
m  m !m 5m 6m 7m @m Nm [m \m ]m ^m _m `m dm em fm gm m m m m m m m m m m m m Ԭm ֬m ܬm ݬm m m m m m m m m 1m 3m 8m 9m Hm Jm Pm Qm _m am gm hm {m }m m m m m m m m m m m m m m m /m Im }m m İm ذm m $m Xm km m m m m Cm ]m mm m m m m m m m "m #m 9m _m nm m m m δm ϴm m m m m -m ]m ^m _m m m m յm m m Rm Sm ]m hm m m m m ׶m m m m !m 7m Mm Om fm gm pm m m m m ̷m m m m m  m m m 2m 3m 4m [m \m ]m ^m _m `m im m m m m m ָm ׸m m m -m Bm Wm qm rm m m m m m m m m m m m m m m m $m %m Gm cm dm ym zm m m m m ںm ۺm ܺm ݺm ޺m ߺm m 1m 2m m m m m m m m m =m ʼm m m m m *m ]m gm qm rm m m ֽm ؽm 	m 
m m m m m m m Im m m m m 4m 5m Vm Wm Xm Ym Zm [m dm m m m m m m m m m $m m m m m m &m 0m 1m m m m m m m @m um m m m m m m m m m m (m -m .m 8m =m >m Im Nm Om Ym ^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 7m <m =m Hm Mm Nm Xm ]m ^m _m m m m m m m m m m m m m m m m m m m m )m *m 5m :m ;m Em Jm Km Vm [m \m fm km lm mm m m m m m m m m m m m m m m 	m 
m m $m 2m Bm Cm Nm Sm Tm ^m cm dm om tm um m m m m m ;m ]m km {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 1m 6m 7m Am Fm Gm Hm um m m m m m m m m m m m m m m m m m m %m &m 1m 6m 7m Am Fm Gm Rm Wm Xm bm gm hm im 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 8m =m >m Hm Mm Nm Ym ^m _m im nm om pm m m m m m m m m m m m m m m m m m m 'm 7m 8m Cm Hm Im Sm Xm Ym dm im jm tm ym zm {m m m m m m ^m _m lm mm nm m m m Km ]m ^m hm sm m m m m m m $m &m =m >m Gm m m m m m jm m m m m m m m m -m ~m m m m m m m Nm Om Pm Qm Rm [m m m m Rm ]m ym 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 Zm lm ~m m m m m m m m m (m )m m m 5m Vm |m m m m m m m Cm m m 2m um vm wm xm m m $m %m Ym km lm vm m m m m m m m )m *m +m ,m 5m m m m m m m )m *m ;m m m m m m Om sm m m @m Mm xm ym 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 6m Bm Cm Km Rm Wm Xm `m gm sm tm um vm m m om pm m m m m m )m m m \m ]m m m Fm m m m m bm m m m  n  n \n ]n ~n n n n n n n n n n n n .n En \n ]n hn n n 6n 7n n n n n _	n p	n 	n 	n 	n U
n 
n 
n 
n 
n *n zn n n n !
n .
n Z
n ^n _n in tn n n n n n n n n  n !n *n in un n n n )n 4n mn wn n n n n 	n @n An Bn Cn on pn zn n n n n n n  n !n "n $n %n &n /n nn zn n n n 0n n n /n 0n 1n Bn Pn Qn Rn \n gn n n n n n n n n n n 	n 
n n Rn ^n n n n n n n n n n &n 4n 5n 6n 7n cn mn xn n n n n n n n n n n n n %n dn pn n n n $n \n n n n n n n n n n n 
n n n Fn pn qn rn tn un vn n n n n n ?n nn n n n n n +n ,n -n gn n n n n n n n 
n n n n %n &n /n 1n 2n Cn n n in jn {n n n n n n n n !n !n !n 
"n A"n y"n "n #n d#n e#n o#n z#n #n #n #n #n #n 
$n $n 0$n C$n V$n X$n o$n p$n y$n $n $n $%n %%n &%n 7%n d%n k%n s%n t%n %n %n %n %n %n %n %n %n &n !&n 4&n 5&n 6&n 7&n @&n c&n &n &n &n &n &n 'n 
'n 'n 'n *'n :'n ;'n <'n ='n >'n ?'n @'n A'n B'n C'n 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 Z+n b+n w+n +n +n +n +n +n +n ,n ,n ,n ,n A,n a,n ,n ,n ,n ,n ,n ,n ,n #-n Q-n -n -n -n -n ".n ).n 2.n 3.n ;.n P.n e.n w.n .n .n .n .n .n .n /n !/n 3/n M/n g/n w/n /n /n /n /n /n /n /n 0n 0n '0n :0n ;0n <0n =0n F0n 0n 0n 01n y1n 2n 2n 2n 2n +2n ~2n 2n 2n 2n 2n 2n 3n 3n 3n  3n !3n *3n 3n 3n ?4n 4n &5n '5n (5n )5n :5n 5n 5n 5n 5n 5n 5n 6n 6n (6n )6n *6n +6n 46n 	7n 07n t7n 7n \8n ]8n ^8n o8n 8n 8n 8n 8n 8n 8n 8n 9n 9n 29n L9n \9n v9n 9n 9n 9n 9n 9n 9n :n :n 2:n L:n M:n N:n O:n `:n :n :n :n :n :n ;n ;n );n <;n =;n >;n ?;n H;n <n a<n <n <n D=n =n =n =n >n n>n >n >n >n >n ?n ?n -?n B?n T?n n?n ?n ?n ?n ?n ?n ?n  @n @n *@n ?@n Q@n k@n @n @n @n @n @n @n @n @n @n  An !An 4An GAn ZAn mAn An An An An An PBn Bn Cn [Cn Cn Cn WDn Dn En En Fn Fn Fn NFn Fn Fn Fn Gn DGn pGn Gn Gn Gn Gn Hn RHn YHn bHn cHn kHn Hn Hn Hn Hn Hn Hn In In 5In FIn `In qIn In In In In In In In Jn )Jn CJn ]Jn nJn Jn Jn Jn Jn Jn Jn Jn Jn Jn Kn Kn +Kn >Kn ?Kn @Kn AKn JKn Ln Mn jMn Mn Mn ZNn Nn MOn Pn Pn KPn jPn Pn Pn Pn Pn Qn DQn EQn FQn WQn Qn Qn Qn Qn Qn Qn Qn Qn Qn Rn *Rn ARn RRn iRn Rn Rn Rn Rn Rn Rn Rn Rn Rn Sn  Sn 7Sn NSn eSn vSn Sn Sn Sn Sn Sn Sn Sn Sn Sn Tn Tn 2Tn ETn XTn kTn ~Tn Tn Tn Tn Tn Un eVn 7Wn Wn 3Xn mXn Xn Xn 4Yn RYn Yn Zn Zn [n ]n s]n t]n {]n _n _n X_n _n _n _n `n 5`n T`n s`n `n `n `n `n `n 
an an an an an an  an -an Oan qan an an an an an bn >bn Sbn Tbn ebn bn bn bn bn bn bn dn dn dn "en Yen en en 'fn |fn }fn fn vgn wgn 6hn 7hn hn hn 3in in in in jn >jn vjn jn kn akn bkn lkn wkn kn kn kn kn kn kn kn ln !ln 4ln 6ln 7ln 8ln Aln ln ln ln mn /mn Imn mn mn mn mn mn mn mn mn mn nn $nn 7nn 9nn :nn ;nn Dnn bnn nn 	on 
on on on on Eon Fon Yon lon on on on on on on on on dpn epn vpn wpn xpn pn pn pn pn pn pn pn pn pn pn qn qn .rn /rn @rn Arn Brn Crn trn  sn sn (sn )sn Zsn Rtn Stn tn tn  un 8un }un un  vn Evn vn vn 0wn 1wn 2wn <wn Gwn zwn wn wn wn wn wn wn wn xn xn xn .xn /xn 8xn xn xn xn "yn -yn Yyn yn yn yn yn yn yn yn  zn zn zn zn zn ;zn <zn Ozn bzn uzn zn zn zn zn zn zn {n 5{n f{n {n {n {n {n {n |n ?|n e|n |n |n |n |n |n |n |n |n }n "}n #}n $}n %}n M}n N}n a}n t}n }n }n }n }n }n }n ~n >~n x~n ~n ~n ~n ~n \n `n an bn cn tn n n n n n n n n n n n $n n Ѐn un n n n n n n n n ʂn ˂n ̂n ͂n n n 0n n n n Sn n n n -n n n n kn ln n n 7n 8n pn Bn on pn n _n n n ͊n n n n ̋n n n n 3n 4n zn čn n ,n n n n Tn 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 2n 6n In Qn ]n ^n cn n n n n n (n -n rn sn xn n n n n n 7n ;n Un Vn [n n n n n œn n n n n  n *n 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 n n n n n n n 	n 
n n n !n ԕn n n 	n n n /n 1n 2n 3n 4n 5n =n Cn Dn Mn Qn Rn en qn rn sn tn un 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 Cn Pn n n n n n n &n 'n 8n xn yn zn n n Vn n n  n n n n n n n Rn n !n n n Hn n n n Bn `n an tn ڥn ۥn n 
n ,n n n Чn n n n n n n n n n [n gn vn n n ԫn n n n .n wn |n n n n 6n n ݭn 7n n n Nn n n n n n n n n Wn Xn n n ܴn ݴn n n n rn n n 8n 9n n n n n n Թn չn ֹn ߹n n n n n n n n n n n n n !n 'n (n An Cn Hn In Wn Yn _n `n sn un {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 In Jn Kn Ln Mn +n ,n 8n n n νn n n /n cn wn 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 mn nn n n n n n n n n 2n Hn ^n tn n n n n n n :n Dn Nn On vn n n n n n n n n n n 1n 2n Fn Gn kn n n n n n n n n n n n n n n n n n )n *n >n ?n Yn un vn n n n n n n n &n 'n 8n Xn Yn Zn n n n n n n n n n n n n n n n n *n Jn Kn Ln yn zn {n |n }n ~n n n n n n n n n n n n n in n n n n n n n n n 2n _n un wn n n n Jn Kn n n n n -n .n ?n n n n n n n n n n n ^n _n pn n n n n n n n cn dn n n n n n n 0n Gn _n vn n n n n Zn [n En Fn ]n rn n n n n n n n n n n n n n n n n n n +n ;n <n Gn Ln Mn Wn \n ]n hn mn nn xn }n ~n n n n n n n n n n n n n n n n n n n  n .n >n ?n Jn On Pn Zn _n `n kn pn qn {n n n n n n n n n n n n n n n n n n 
n n n Hn Vn fn gn rn wn xn 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 6n ;n <n Gn Ln Mn Wn \n ]n ^n n n n n n n n n n n n n n n n n n n "n 2n 3n >n Cn Dn Nn Sn Tn _n dn en on tn un vn n n n n n n n n n n n n n n n n n .n <n Ln Mn Xn ]n ^n hn mn nn yn ~n n n n n n n n ,n :n Jn Kn Vn [n \n fn kn ln wn |n }n n n n n n n n n n n n n n n n n n n 
n n n ;n In Yn Zn en jn kn un zn {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 0n n n n n n n n En On Yn Zn n n n n n n n :n ;n [n \n n 	n ?n dn tn n n n n n n n 6n On hn n n n n n n n n n Bn Cn n n n n 1n Kn `n xn yn zn n Bn Cn Dn En nn n n 2n Dn Vn Wn Fn Gn Qn \n n n n n n n n n n n  n )n nn on ~n n n n Fn n n n n 8n Zn [n n n n n 8n n n n n n n =n >n n n n 
n n n  n Sn ]n gn hn n n n n n n n 5n 6n Vn Wn n n n n n %n &n 'n (n Xn n n Gn Hn n n n n )n on pn 0n 1n dn en wn n n Dn En Zn n Gn Jn n n n n !n "n 1n Cn Vn Wn \n dn in jn on wn n n n n n n n n n n n n n n n n n n n n n n n  o  o  o  o  o  o  o o o o o bo co o o Do Eo o o o o o o o 	o 	o 
o o o &o 
o 
o o o o *o 7o Do Qo bo so o o o o o o o o o o 7o 8o o o Wo Xo *o +o o o Do o o o "o Oo o o o o o o o o o o o o o o Fo Po Zo [o o o o o o o o o o ;o bo o o o o o ;o o o o o o o o o o o o $o Wo ao ko lo o o o o o o o o 
 o  o @ o k o  o  o U!o !o !o !o !o !o !o !o !o !o "o 9"o C"o M"o N"o |"o "o "o "o "o "o "o "o "o "o "o $#o O#o #o #o 9$o $o $o $o $o $o $o $o $o $o %o %o %o J%o T%o ^%o _%o %o %o %o %o %o %o %o %o %o &o &o 6&o d&o &o &o &o 7'o 8'o 9'o J'o X'o Y'o Z'o d'o o'o 'o 'o 'o 'o 'o (o (o (o (o (o (o (o ](o i(o (o (o (o 
)o *)o a)o )o )o )o )o )o )o *o #*o -*o 8*o k*o u*o *o *o *o *o *o *o *o *o *o +o +o +o !,o W,o -o 	-o -o L-o M-o N-o O-o P-o Q-o -o 2/o 3/o g/o /o /o 0o _0o 0o 1o 1o 1o 1o L1o V1o `1o a1o 1o 1o 1o 1o 1o 1o 1o 2o 2o 2o 2o 2o 2o 2o 2o 2o 3o 
3o 3o 3o )3o 93o :3o ;3o <3o d3o 3o 3o 3o 3o 3o 3o 3o 3o 3o 4o 04o ^4o _4o `4o q4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 
5o +5o ,5o Q5o d5o w5o x5o y5o z5o 5o 5o b6o u6o [7o \7o ]7o ^7o o7o ,8o 38o <8o =8o E8o Z8o o8o 8o 8o 8o 8o 8o 8o 9o 9o +9o =9o W9o q9o 9o 9o 9o 9o 9o 9o 9o  :o %:o 8:o K:o L:o M:o N:o W:o :o :o d;o e;o f;o w;o ;o ;o ;o ;o ;o ;o <o <o 0<o J<o Z<o t<o <o <o <o <o <o <o =o =o 0=o J=o K=o L=o M=o u=o =o =o =o =o =o =o =o =o =o k>o >o >o ?o ?o ?o ?o ?o ?o @o @o F@o _@o @o @o @o @o @o @o @o @o sAo Ao Ao 'Bo Bo Bo Bo Bo Bo ,Co -Co UCo VCo {Co Co Co Co Co Co Co Co Co Do Do Eo \Eo Eo Eo Eo Fo aFo bFo iFo rFo sFo {Fo Fo Fo Fo Fo Fo Fo Go /Go 7Go LGo aGo sGo Go Go Go Go Go Go Go Go Go RHo SHo {Ho |Ho Ho Ho Ho Ho Ho Ho Ho Ho Ho Io  Jo <Jo PJo Jo Ko Ko Ko Ko 
Lo Lo Lo Lo Lo Lo Lo Lo Lo Lo 
Mo 'Mo 8Mo RMo lMo }Mo Mo Mo Mo Mo Mo Mo 
No $No 5No ONo iNo zNo No No No No No No No No No Oo Oo  Oo !Oo "Oo +Oo Oo FPo Po Po -Qo Qo Qo KRo Ro PSo So So So So <To STo To To To Uo ;Uo gUo Uo Uo Uo Uo Uo Vo Vo 
Vo Vo 4Vo IVo [Vo uVo Vo Vo Vo Vo Vo Vo Wo *Wo 2Wo GWo \Wo qWo Wo Wo Wo Wo Wo Wo 
Xo 'Xo 8Xo RXo SXo TXo UXo }Xo ~Xo Xo Xo Xo Xo Xo Xo Xo Xo Xo Yo Zo 	[o [o [o [o p\o \o ]o ]o ]o 	^o (^o M^o d^o ^o ^o ^o ^o ^o ^o :_o A_o J_o K_o S_o e_o w_o _o _o _o _o _o _o `o `o 0`o F`o W`o n`o o`o w`o `o `o `o `o `o `o ao ao ,ao Cao Tao jao {ao ao ao ao ao ao ao ao ao ao 
bo bo bo  bo !bo *bo <co do do Teo eo fo Wfo vfo fo fo #go go ^ho }io jo ko ko ko lo lo lo 7mo Vmo umo mo mo mo no 1no 2no Cno no no no no no no no no no no no oo 2oo Too Uoo woo oo oo oo oo oo po 7po \po ]po ^po _po po Iro Kro ro ro ro 0so wso so to to nto uo uo uo uo vo vo vo /wo 0wo dwo wo wo xo \xo xo  yo yo yo yo Iyo Syo ]yo ^yo yo yo yo yo yo yo yo yo yo yo (zo Kzo zo zo zo zo {o M{o N{o _{o `{o a{o {o {o {o {o {o {o {o {o {o {o |o %|o |o |o |o |o |o |o |o |o }o }o 1}o 3}o 4}o 5}o >}o \}o }o ~o ~o ~o ~o ~o ?~o @~o S~o f~o y~o ~o ~o ~o ~o ~o ~o @o o o o o o o o o o ǀo Ȁo o o o &o ho o ׂo o ]o o o +o zo τo Єo фo ۄo o o #o -o .o Vo Wo |o o o o o ͅo ΅o ׅo Fo wo o o ̆o o :o ;o Lo yo o o o o o o o o ڇo ۇo o o o 'o )o *o @o Ao Jo o Ԉo o "o ;o No o o o މo o #o $o %o 6o jo qo yo zo o o o Êo Ċo o o  o o &o 9o ;o <o =o Fo o ݋o o )o do oo o o o  o o o o @o Ao io jo }o o o o o o o Ío 2o oo o Wo o o o )o *o +o <o io jo ko lo o o ϐo o o o o ^o o o ̒o Io o o 
o o Do o ֔o הo o o o o Lo o 8o 9o lo  o !o Vo ko o o o ҙo әo o co o ˛o !o ^o o o Ko o o #o $o /o ;o Jo Vo io mo no oo po qo ro so to uo o o o o o o o o Þo Ğo Şo ƞo ўo ՞o o o o o o 9o >o o o o ǟo ̟o o o o No Ro o o o ֠o ڠo o o o 2o 7o ^o _o do o o o o o ɡo o o )o *o -o 7o 8o ;o Do Eo Fo Wo \o do ko ro ~o o o o o o o o o o o o o o o o o o o o o o so to 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 Ko Xo Yo co po qo ro so to uo vo wo o o o o o o o o |o }o oo po Go Ho _o ho o o o 6o 7o Co o o o ĩo ũo ֩o o o o %o ]o o o o o o o o o $o o o Vo o &o 'o o Ao o o o o o o xo yo o o ʴo 3o Uo no o o o o o No Oo o o o o o  o !o ro o o o ̹o o o Yo o o Ժo >o {o ջo o o o <o =o o o -o .o o o o o o o zo {o o o Vo o Wo Xo o o Bo Fo Go ]o ^o ro so to }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 1o 6o 7o Lo No So To no po uo vo o o o o o o o o o o o o o o o o o o o o o o o 8o lo o o o o o Io ao o o o o .o Lo o o o o o 1o 2o 3o 4o Vo _o `o vo o o o o o o o *o 8o Ko Lo jo o o o o o o o (o )o o o o o o o o o o 1o 2o Ho ^o to o o o o o o o o o 	o %o &o ;o <o =o >o Oo oo po qo o o o o o o o o o o o o o o &o Qo jo o o o o o o o o o o o  o !o "o #o $o -o Lo Mo ao bo o o o o o o o o o o o o o o o %o no oo $o %o &o 7o Wo Xo Yo Zo zo o ;o Qo Ro \o go o o o o o o o o Fo Go Po o o %o &o 5o o o o o .o qo ro o o o o o o o o o o /o 0o 1o 2o 3o 4o ao o o Co No Xo co mo no o o o o Ao Bo }o o o o o o o o ;o Io Yo Zo eo jo ko uo zo {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 Ho Xo Yo do io jo to yo zo o o o o o o o o o o o o o o o o o 	o o o o o o  o Ho Vo fo go ro wo xo o o o o o o o o o o o o o o o o o  o %o &o 1o 6o 7o Ao Fo Go Ho ao oo o o o o o o o o o o o o o o o /o xo o o o o o o o o o o o o o o o o o #o 1o Ao Bo Mo Ro So ]o bo co no so to ~o o o o o o o o o o o o o o o o o 
o o o o Do Ro bo co no so to ~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 Ko Yo io jo uo zo {o o o o o o o o o o o o o o o o o 	o o o o $o )o *o 4o 9o :o ;o Vo do to uo o o o o o o o o o o o o o o o !o Do Eo o o o o o o So To o o o o o o o o o +o Oo ao co zo {o o o o o o Ho o o o o #o 3o 4o Xo Yo jo o o o o 5o 6o \o o o o o o o o o 0o 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 7o Ao Bo ho o o o o o o o o 
o o -o eo fo o Ro ro o o o o o o o /o o o 1o oo o o o o o o ao bo o o o o o o o o o ,o To fo go ho io ro o o o o Do Eo fo go xo o o o o o o o o o }p p p p p 
p p p p p p p {p |p 	p 	p 	p E
p 
p 
p Sp Tp 9p Np p p p p p p p 
p 
p 
p 

p 
p !
p "
p '
p .
p 3
p 4
p 9
p @
p L
p M
p U
p ]
p b
p c
p k
p s
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p Tp Up p p Bp Cp  p p Zp fp p p p p 0p 1p p Dp Ep Mp Np p )p *p p Ip Sp p p p p p p p  p p "p 3p Dp Ep Xp kp p p p p p p s p t p  p  p #p #p $p $p $p 2%p 3%p %p %p %p &p &p g&p &p &'p ''p N'p ^(p k(p (p )p )p )p )p )p )p )p )p '*p Y*p Z*p \*p ]*p ^*p g*p *p *p *p  +p >+p f+p q+p +p +p +p 3,p 4,p 5,p F,p },p ~,p ,p ,p ,p ,p ,p ,p ,p ,p 	-p 
-p 8-p ]-p ^-p _-p a-p b-p c-p l-p -p -p -p 	.p I.p m.p .p \/p l/p m/p n/p /p /p /p /p /p /p /p /p /p /p 0p @0p A0p B0p C0p E0p F0p G0p P0p 0p 0p 0p 0p -1p Q1p 1p @2p P2p Q2p R2p c2p q2p r2p s2p t2p 2p 2p 2p 2p 2p 2p 2p +3p R3p S3p T3p U3p W3p X3p Y3p b3p 3p 3p 3p 4p A4p a4p 4p 4p 4p 4p 4p 4p 4p 4p 5p 
5p @5p J5p T5p U5p 5p 5p 5p 5p 5p 5p 5p 5p 5p 6p .6p \6p |6p 6p 6p 6p H7p I7p Z7p h7p i7p j7p 7p 7p 7p 7p 	8p 8p 8p 8p G8p H8p I8p K8p b8p c8p l8p n9p o9p 9p 9p 9p :p :p :p :p :p :p :p :p :p ;p <p <p =p G=p ~=p =p =p L>p >p >p >p >p >p >p >p >p '?p G?p Z?p m?p ?p ?p ?p ?p ?p ?p !@p 4@p a@p b@p c@p t@p @p @p @p @p @p @p @p @p @p Ap %Ap 8Ap KAp ^Ap qAp rAp sAp tAp }Ap Ap Ap Ap Ap Ap Bp @Bp GBp PBp QBp gBp wBp xBp yBp zBp {Bp |Bp }Bp ~Bp Bp Bp Bp Bp Bp Bp Cp Cp Cp Cp Cp !Cp ^Cp  Dp Dp Dp Dp Dp Dp 
Ep Ep Ep Ep Ep Ep Ep 
Fp Fp 9Fp SFp cFp }Fp Fp Fp Fp Fp Fp Fp Gp Gp 9Gp SGp TGp UGp VGp ~Gp Gp Gp Gp Gp Gp Gp Gp Gp `Hp Hp Ip Ip Ip Ip _Ip fIp oIp pIp xIp Ip Ip Ip Ip Ip Ip Jp ,Jp 4Jp IJp ^Jp pJp Jp Jp Jp Jp Jp Jp Jp Jp Kp +Kp >Kp QKp dKp wKp xKp yKp zKp Kp 	Lp &Lp mLp Lp TMp UMp VMp WMp hMp Mp Mp Mp Mp "Np 5Np HNp [Np \Np ]Np ^Np gNp Op 9Op |Op Op cPp dPp ePp fPp wPp Pp Pp Pp Pp Qp ,Qp ?Qp RQp eQp fQp gQp hQp qQp FRp mRp Rp Rp Sp Sp Sp Sp Sp  Tp Tp Tp Tp Tp .Tp CTp UTp oTp Tp Tp Tp Tp Tp Tp Tp Up +Up EUp UUp oUp Up Up Up Up Up Up Up Vp Vp -Vp @Vp SVp fVp yVp zVp {Vp |Vp Vp >Wp Wp Wp Wp Xp .Yp /Yp 0Yp AYp Yp 'Zp .Zp 7Zp 8Zp @Zp UZp jZp Zp Zp Zp Zp Zp Zp 
[p [p 5[p =[p R[p g[p |[p [p [p [p [p [p \p \p 2\p 3\p 4\p 5\p ]\p ^\p q\p \p \p \p \p \p \p \p \p ]p ]p E^p ^p ^p _p _p _p D`p `p Dap Eap Lap ap ap ap !bp Mbp bp bp bp cp 9cp :cp Kcp cp cp cp cp cp cp cp cp cp dp -dp >dp Xdp rdp dp dp dp dp dp dp dp ep !ep ;ep Uep fep ep ep ep ep ep ep ep ep ep fp fp /fp Bfp Ufp hfp {fp |fp }fp ~fp fp Egp ?hp hp ip *ip ip jp jp Akp Hkp kp kp kp kp lp !lp @lp lp lp lp lp lp lp lp lp lp mp mp 'mp 9mp Pmp gmp ~mp mp mp mp mp mp mp np 
np np 'np 9np Knp ]np tnp np np np np np np op op 0op 1op 2op 3op [op \op oop op op op op op op op op pp qp trp rp psp sp sp tp qtp tp tp Sup up wp Cxp xp xp xp Tzp Uzp zp zp zp {p S{p r{p {p {p {p {p {p %|p &|p J|p K|p P|p R|p S|p T|p ]|p j|p |p |p |p |p |p }p 7}p Y}p {}p }p }p }p }p }p }p }p }p 7~p p p p _p p ΀p p dp p p p p p sp tp 8p 9p pp ̈́p ΄p p Dp {p p p Ip p p p p p p p p $p %p 8p Kp ^p qp sp tp up ~p Ƈp p  p Np lp p p p p p p p 'p (p ;p Np ap tp vp wp xp p p Ép Fp Gp Xp Yp Zp 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 7p [p ތp kp lp }p ~p p p p =p >p ep fp p p p ďp p =p up p p =p p ɑp p mp np op yp p p p ˒p ̒p p p p -p @p Sp Up kp lp up p p 'p _p jp p ؔp ٔp p p p &p 'p =p Mp Np Op Pp xp yp p p p ŕp Ǖp ȕp ޕp ߕp p Wp rp p p ٖp p $p /p Np |p p p p ×p ԗp p p p p Hp _p `p ap bp p p p p Ęp טp ٘p ژp ۘp p Sp {p p Ǚp p 
p ,p p p p p p p ޚp ߚp p p p .p Ap Tp Vp Wp Xp ap Лp 
p p p 0p ;p Zp ǝp ȝp ɝp ڝp p p 	p 
p 1p 2p mp $p Vp Wp p p 7p 8p jp p Rp Sp p p p Ep tp up p p p p p p ֥p ץp 
p p p p 	p %p 5p Hp pp qp p p 0p ip p p Up p p (p _p p «p ͫp ٫p p p p p p 
p p p p p p p 'p .p 3p Cp Dp Sp Tp Up ap bp cp dp op sp p p p p p ׬p ܬp 2p 3p 8p ep jp p p p p p Bp Cp Hp tp xp p p p Юp ծp p p p 0p 5p [p \p ]p gp p p ǯp ȯp ˯p կp ֯p ٯp p p p p p p 	p p p p (p ,p 3p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp Ip ^p p p +p ,p Ep Vp Wp kp mp np op pp qp yp 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 1p 2p 3p 4p Ap Sp p p 
p p p p p p &p p p Զp նp p )p *p =p bp cp tp p p p ÷p p p Np Op <p =p 2p 3p ?p »p p p p ]p Ľp Žp p ߾p ?p @p ~p p p p p p (p Fp hp p p p (p Bp Cp Lp Mp p p Kp Lp p p p p p p &p Xp Yp jp p p p Up Vp rp p p sp 8p 9p p p p &p 'p p p $p %p p p Jp Kp p p 3p Dp p p p p tp up p p p p p p p p p )p 6p 7p 8p 9p :p ;p ?p @p Ap Bp [p ]p cp dp }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 Bp Cp Vp Xp ]p ^p ep jp p p p p p gp hp tp p p 
p $p Xp kp p p p p 3p Fp zp p p p p 8p Hp |p p p p p p p p p p :p Ip \p ]p vp p p p p p p p 8p 9p :p np p p p p p -p .p 8p Cp vp p p p p p p p p p (p *p Ap Bp Kp mp np p p p p p p p p p p 
p p p 6p 7p 8p 9p :p ;p Dp ep fp zp {p p p p p p p p 2p Lp Mp bp cp tp p p p p p p p p p p p p p  p "p >p ?p Tp Up fp 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 8p Bp Lp Mp np p p p p p p p p p p p $p ip jp {p p p p 1p 2p 3p 4p 5p 6p ?p p p p p p p p p p p p p p p p p p p lp p p p p p p Pp p p p p p p p p p p p p 	p p p p $p )p *p 4p 9p :p ;p Yp gp wp xp 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 3p 8p 9p :p \p jp zp {p p p p p p p p p p p p p p p p p p p p p  p %p &p 1p 6p 7p Ap Fp Gp Hp p p p p p p p p p p p p p p p p p p 
p p p )p .p /p 9p >p ?p Jp Op Pp Zp _p `p ap p p 8p Fp Vp Wp bp gp hp rp wp xp p p p p p p p p p p p p p p p  p p p p p p !p "p #p Pp ^p np op zp p p p p p p p p p p p p p p  p p p p p p !p "p -p 2p 3p =p Bp Cp Dp jp xp p p p p p p p p p p p p p p p 8p 9p hp vp 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 4p 9p :p Dp Ip Jp Kp wp p p p p p p p p p p p p p p p p p p p p p #p $p .p 3p 4p ?p Dp Ep Op Tp Up Vp zp p p p p 9p :p Gp Hp Ip lp p p &p 8p 9p Cp Np p p p p p p p p p p "p vp wp p p p Ep {p p p p p p p p p Yp rp p p p p p )p *p +p ,p -p 6p ~p p p -p 8p Tp mp p p p p p p ~p p p p p 9 q : q n q  q  q  q q q q q q q q q q 5q Gq Yq Zq [q \q eq q q q q q q q q q 1q Wq tq q q q q q q tq q 
q Pq Qq Rq Sq yq zq q  q 4q Fq Gq Qq \q q q q q q q q q q q q qq rq q q q q 	q 	q 	q a	q b	q c	q d	q 	q *
q N
q q q q (q Sq Tq eq q q lq mq q q q q q q q q q q q q q q q ]q ^q m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 2q 3q ;q Bq Nq Oq Pq Qq q q Jq Kq q q q q q  q  q  q 7!q 8!q !q !q !"q #q #q $q $q =%q &q &q b'q (q (q 7*q 8*q Y+q f+q s+q +q +q +q +q +q +q +q +q +q 	,q  ,q 7,q 8,q C,q s-q t-q .q .q .q .q f1q g1q :2q K2q 2q 2q 2q 03q ^3q 3q 3q 3q 4q U4q 4q 4q 4q 5q 	6q 56q 97q :7q D7q O7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 8q D8q P8q w8q 8q 8q 9q 9q H9q R9q w9q 9q 9q 9q 9q :q :q :q :q J:q K:q U:q `:q :q :q :q :q :q :q :q :q :q  ;q ;q 
;q I;q U;q |;q ;q ;q <q <q <q 
=q =q =q =q +=q ,=q -=q 7=q B=q u=q =q =q =q =q =q =q =q =q =q =q =q =q ->q 9>q `>q >q >q >q u?q ?q ?q ?q ?q @q @q @q @q @q >@q H@q S@q @q @q @q @q @q @q @q @q @q @q @q @q  Aq ?Aq KAq rAq Aq Aq Aq 7Bq sBq tBq uBq Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq !Cq KCq LCq MCq OCq PCq QCq ZCq Cq Cq Cq Cq Dq IDq fDq Dq Dq Dq Dq Eq Eq Eq BEq _Eq iEq tEq Eq Eq Eq Eq Eq Eq Eq Eq  Fq Fq 
Fq Gq 
Gq Gq ]Gq Gq DHq EHq VHq Hq Hq Hq Hq Hq Hq Hq nJq oJq Jq Jq Kq TKq Kq Kq ?Lq @Lq JLq ULq Lq Lq Lq Lq Lq Lq Lq Mq Mq 1Mq 3Mq JMq KMq TMq Mq Mq Mq  Nq Nq Nq ?Nq FNq NNq ONq eNq uNq vNq wNq xNq Nq Nq Nq Nq Nq Oq Oq Oq Oq Oq >Oq lOq Oq Oq Oq Oq Oq Oq Oq Oq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq FPq gPq hPq Pq Pq Pq Pq Pq Pq Pq Pq Qq Qq Rq Rq Rq Rq Rq hSq oSq xSq ySq Sq Sq Sq Sq Sq Sq Tq Tq 5Tq =Tq RTq gTq yTq Tq Tq Tq Tq Tq Tq Tq Tq Uq <Uq aUq tUq Uq Uq Uq Uq Uq Uq ,Vq Vq Vq Vq Vq Vq Wq 
Wq Wq Wq +Wq @Wq RWq lWq Wq Wq Wq Wq Wq Wq Wq Xq (Xq BXq RXq lXq Xq Xq Xq Xq Xq Xq Xq Xq Yq Yq Yq Yq Yq !Yq Yq Yq Zq TZq Zq Zq Zq Zq [q Y[q Z[q [q [q [q [q [q [q [q [q [q \q \q \q ]q c]q ^q ^q ^q ^q ^q h^q i^q ^q ^q ^q ^q ^q ^q _q _q _q _q _q _q `q O`q `q 7aq 8aq 9aq Jaq aq aq aq aq aq aq aq aq aq 
bq 'bq 7bq Qbq kbq sbq bq bq bq bq bq bq 
cq 'cq (cq )cq *cq ;cq cq cq cq cq cq cq cq dq dq dq dq dq #dq dq <eq xeq eq fq fq fq fq fq Igq gq gq gq gq gq gq hq hq /hq Ihq chq thq hq hq hq hq hq hq iq iq ,iq Fiq `iq qiq iq iq iq iq iq iq iq iq iq jq "jq 5jq Hjq [jq \jq ]jq ^jq gjq +kq kq kq 6lq ilq lq 2mq mq mq nq nq nq nq )oq xoq oq oq oq pq Kpq wpq pq pq pq pq -qq 4qq =qq >qq Fqq [qq pqq qq qq qq qq qq qq rq !rq ;rq Lrq frq nrq rq rq rq rq rq rq sq sq 8sq Isq csq tsq sq sq sq sq sq sq sq sq sq tq tq tq tq tq %tq tq uq Evq vq vq 5wq wq (xq xq xq &yq Eyq dyq yq yq yq yq zq  zq !zq 2zq vzq }zq zq zq zq zq zq zq zq zq {q {q -{q D{q [{q l{q {q {q {q {q {q {q {q {q {q |q )|q @|q Q|q h|q |q |q |q |q |q |q |q |q |q |q 
}q  }q 3}q F}q Y}q [}q \}q ]}q f}q x~q @q q q q Hq q q q -q _q q q q q Nq Oq Vq q q 3q sq q q q q /q Nq mq nq q Éq ĉq q q q q q q q q *q Lq nq q q q Պq q q .q /q @q sq q q q q Ջq q q q q 4q lq q q Wq Xq q Qq Rq q q ֑q בq q kq lq q q q Qq q q <q =q Gq Rq q q q q q Ôq ֔q q q q q q q q dq q q q 
q $q [q q q q q q Ŗq Ɩq ٖq q q q q q q q =q aq q q q q q  q !q 4q Gq Zq mq oq pq qq zq q q ?q @q Qq Rq Sq {q |q q q q șq ʙq ˙q ̙q ՙq q |q 	q 
q q q q q Oq ۛq ܛq q q 5q -q .q bq q ۝q q Xq q ۞q  q gq q q q 
q q "q Uq _q iq jq q q q ˠq ޠq q q 	q 
q q q q šq q q 4q vq wq q q q Ģq Ţq ۢq q q q q q q *q =q Pq cq eq fq |q }q q q q Aq ^q wq q ¤q ͤq q q @q _q `q aq rq q q q q q q q q  q (q )q <q Oq bq uq wq xq yq q q q Sq eq q q ʧq 7q ;q <q =q >q Oq |q }q q q q ̨q ߨq q q q q q nq q Pq q Ϊq ٪q q eq fq gq xq q q q q ϫq Ыq q ¬q q q .q q խq ֭q q q q q Fq Gq q q q q Kq q Jq Kq q :q tq uq q \q ]q q q ôq Ӵq q q q Uq q ζq q ]q q q /q q Ƹq q _q `q kq wq 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 8q 9q >q uq zq кq Ѻq ֺq q q Mq Nq Sq q q q q q q q 0q 1q 6q nq sq q q q μq Ӽq q q q q Tq Yq eq fq iq sq tq wq 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 Kq Lq Mq Nq Oq aq {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 rq sq q q q q  q q q Rq Sq Tq aq q 0q q q q q q q q `q q ,q q q bq cq "q }q q q q :q ;q Nq q q q q q oq q q q q q q q q q q q 5q Aq Pq \q ]q q q q q q Qq Vq q q q q zq q q q q (q xq yq q q iq jq q q 1q 2q q q q q q q q Lq 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 1q 3q 9q :q Mq Oq Uq Vq kq mq rq sq 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 Zq tq q q q 	q =q Qq q q q q q 6q jq q q q q q 9q mq nq oq pq q q q q q q q q q Gq Hq fq tq q q q q q q q "q 8q Nq dq eq q q q q q q (q )q Pq mq nq q q q q q q q q q q  q !q Eq aq bq wq xq yq zq q q q q q q q q q q q q q q q 3q Oq Pq bq q q q q q q  q q q 2q 3q 4q [q \q ]q ^q _q `q iq q q q q q q q q q q $q %q &q Sq Tq Uq Vq Wq Xq aq q q `q aq bq sq q q q q q Cq wq q q q q q q q q q 9q Oq Qq q q q $q %q aq bq qq q q q q jq q q q q q q q q q 8q 9q Jq kq lq mq nq oq pq q =q >q q q q q q q 
q !q 9q Pq }q ~q q q 4q 5q q  q 7q Lq wq q q q q q q q q q q q q q q q q q q q q !q &q 'q 1q 6q 7q Bq Gq Hq Rq Wq Xq Yq vq q q q q q q q q q q q q q q q q q q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q \q q q q q q q q q q q q q q q q q q "q 0q @q Aq Lq Qq Rq \q aq bq mq rq sq }q q q q q q q q q q q q q q q q q q q q q kq q q q q q   r  r  r  r  r  r ! r & r ' r 1 r 6 r 7 r 8 r _ r m 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 9r >r ?r Ir Nr Or Pr r r r r r r r r r r r r r r r r r r r &r 'r 2r 7r 8r Br Gr Hr Sr Xr Yr cr hr ir jr r r r r $r %r 0r 5r 6r @r Er Fr Qr Vr Wr ar fr gr hr r r r r r r r r r r r r r r r r r r #r 3r 4r ?r Dr Er Or Tr Ur `r er fr pr ur vr wr r r r r r r r r r r r r r r r r r r 8r ]r r r r r r r r 
r r r r r r r r r )r 3r 4r gr r r r r r r r r 5r 6r r r 	r >	r N	r _	r o	r p	r 	r 	r 	r 	r 
r )
r B
r q
r r
r 
r 
r 
r 
r 
r 
r 
r r r lr r r r r %r :r Rr Sr Tr er 
r 
r 
r 
r H
r 
r 
r r r 0r 1r  r !r +r 6r ir sr }r ~r r r r r r r r r Hr Ir Xr ir r r  r r r r r r 4r 5r Yr Zr kr r r mr r r r r r r r r r r r r r r -r 7r Ar Br hr r r r r r r r r 0r 1r r r r r r r  r r r 2r r r !r "r r r r r r Ir Jr 
 r  r >!r ?!r Q!r "r "r %r %r 4%r %r !&r $&r &r &r u'r 'r 'r 'r (r (r 0(r 1(r 6(r >(r C(r D(r I(r Q(r ](r ^(r c(r j(r o(r p(r u(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 l/r m/r /r 1r 1r 2r 2r 2r e4r f4r  5r 6r 6r 7r 7r 8r 9r 9r 9r +9r <9r M9r ^9r o9r 9r 9r 9r 9r 9r 9r 9r 9r ;r ;r ;r ;r 1<r 2<r ?r ?r ?r ?r @r n@r o@r @r @r )Ar YAr ZAr Ar Ar bBr cBr Br Cr Cr Cr Dr Dr Dr Dr  Er *Er 4Er 5Er cEr Er Er Er Er Er Er Er Er Fr <Fr zFr Fr Fr Fr Fr Gr oGr pGr qGr Gr Gr Gr Gr Gr Gr Gr Gr Gr 1Hr ;Hr EHr FHr tHr Hr Hr Hr Hr Hr Hr Hr Hr Hr Ir EIr Ir Ir /Jr Jr Jr Jr Jr Jr Jr Jr Jr Jr Jr Kr Kr 'Kr (Kr VKr |Kr }Kr ~Kr Kr Kr Kr Kr Kr Kr Kr Kr )Lr iLr Lr Mr |Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr Mr $Nr .Nr 8Nr 9Nr gNr Nr Nr Nr Nr Nr Nr Nr Nr Nr Nr Or >Or }Or Or Or Pr Pr Pr $Pr 2Pr 3Pr 4Pr >Pr IPr |Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr 7Qr CQr jQr Qr Qr Qr Rr ;Rr Rr Rr Rr Rr Rr Rr Rr Rr Sr Sr ESr OSr YSr ZSr Sr Sr Sr Sr Sr Sr Sr Tr Tr Tr Tr 1Ur Ur Ur Ur &Vr 'Vr (Vr )Vr *Vr +Vr [Vr Xr 
Xr AXr Xr Xr Xr 9Yr Yr Yr Yr Yr Yr &Zr 0Zr :Zr ;Zr cZr Zr Zr Zr Zr Zr Zr Zr Zr Zr ][r p[r [r [r [r [r [r [r [r [r \r \r \r \r \r >\r a\r t\r \r \r \r \r \r \r \r \r 
]r 8]r 9]r :]r K]r |]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ^r ^r +^r >^r Q^r R^r S^r T^r ]^r ^r <_r O_r 5`r 6`r 7`r 8`r I`r ar 
ar ar ar ar 4ar Iar [ar uar ar ar ar ar ar ar br br 1br Kbr [br ubr br br br br br br br cr %cr &cr 'cr (cr 1cr cr cr >dr ?dr @dr Qdr dr dr dr dr dr dr dr dr 
er $er 4er Ner her per er er er er er er 
fr $fr %fr &fr 'fr Ofr gfr zfr fr fr fr fr fr fr fr Egr bgr gr gr hr hr hr hr hr hr hr  ir 9ir ^ir qir ir ir ir ir ir ir Mjr ujr jr kr kr kr kr kr kr lr lr /lr 0lr Ulr hlr {lr lr lr lr lr lr lr mr mr mr 6nr nr nr nr nr ;or <or Cor Lor Mor Uor jor or or or or or or 	pr pr &pr ;pr Mpr gpr pr pr pr pr pr pr pr pr ,qr -qr Uqr Vqr iqr |qr qr qr qr qr qr qr qr zrr rr sr *sr sr jtr ktr ltr }tr tr cur jur sur tur |ur ur ur ur ur ur vr vr ,vr Fvr Wvr qvr yvr vr vr vr vr vr vr wr )wr Cwr Twr nwr owr pwr qwr wr wr wr wr wr wr wr wr wr wr xr xr  yr yr yr zr Zzr zr %{r {r *|r |r |r |r |r }r -}r ]}r }r }r }r ~r A~r u~r v~r ~r ~r ~r ~r ~r ~r ~r r #r 5r Or ir zr r r r r r r r !r 6r Kr ]r wr r r r րr r r r ,r -r .r /r Wr Xr kr ~r r r r r r r Ár r {r r Yr fr ӄr Jr ƅr }r r Ćr r r 'r >r ]r |r r r r Їr r r $r %r -r ?r Qr cr ur r r r ˈr r r 
r  r 1r Hr Ir Qr cr ur r r r ǉr މr r r r .r Dr Ur lr mr nr or r r r r ъr r r r r r r r ތr r .r r r 1r Pr r ˏr r r 8r Wr r r r r r r ѕr r 0r Or r r ͖r r r r r ar br r r r r r r r r ȗr r r .r /r Qr sr r r ̘r ͘r ޘr r 6r 7r 8r 9r sr #r %r Yr r қr 
r Qr r r r Hr r r r r tr ur r 	r 
r >r r r r 6r r ڡr ۡr r r #r -r 7r 8r `r ar tr r r r r r r r r %r \r r r £r r 'r (r 9r :r ;r cr dr wr r r r r r r r ۤr r r r r r r r r ҥr r r r 
r r r r 6r Zr ݦr ަr r r r r r -r @r Sr fr hr ir jr sr r r r r r r r r r yr zr r r өr ˪r ̪r  r Br yr r r 7r yr r r Tr r r r r r r r r r 0r 1r Vr ir |r r r r r r  r Qr cr r r үr r r &r Sr Zr br cr yr r r r r r r Ȱr ۰r r r r r r r $r r r ߱r r r (r `r kr r r ޲r r r r r Dr Kr Sr Tr r r r r r Ƴr ǳr ڳr r  r r r r r  r r r r r >r Ir hr յr ٵr ڵr ۵r ܵr r r r Cr Dr Wr jr }r r r r r r r Ir r 1r lr wr r r r r r Cr Dr Er Fr mr nr r `r r r ̺r 8r sr tr r #r r r r r r r r r r r r r &r r r r Fr r r 0r Er ar qr r r r r =r lr r r 8r r r %r dr r r r 	r r $r 0r Cr Gr Hr Ir Jr Kr Lr Mr Nr Or cr jr or r r r r r r r r r r r r r r r r r r nr or tr r r r r r (r ,r ~r r r r r r r r r r 8r 9r >r lr qr r r r r r r r r r r r r r r  r 1r 6r >r Er Lr Xr Yr dr hr or vr wr xr yr zr {r |r }r ~r r r r r r r r r Mr Nr gr hr 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 2r 3r =r Jr Kr Lr Mr Nr Or Pr Qr ^r _r mr nr or pr }r r Vr Wr Ir Jr !r "r 9r Br br r r r r r er fr yr r r r r r r r 7r r r r xr yr nr or {r r Yr r 0r r  r r r r {r |r r r r r Rr Sr dr r r 
r /r Hr dr ~r r r r (r )r r r r r r r r Lr br r r r r r 3r r r r r Ur r tr ur r r r br cr r r `r ar r r r r Tr Ur or r 0r r 1r 2r r r r  r !r 7r 8r Lr Mr Nr Wr er rr sr tr ur vr wr {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 Hr Jr Or Pr _r ar gr hr vr xr ~r r r r r r r r r r r r r r r r r r Fr `r r r r r #r ;r or r r r r &r Zr tr r r r r r 
r r 0r 9r :r Pr vr r r r r r r r r %r &r Dr tr ur vr r r r r r r ir jr tr r r r r r r r r "r 8r Nr dr fr }r ~r r r r r r r r  r r r r r )r Ir Jr Kr rr sr tr ur vr wr r r r r r r r r  r +r Dr Yr nr r r r r r r r r r r r r r r r &r 'r ;r <r ^r zr {r r r r r r r r r r r r r r Hr Ir r r   s  s 1 s 2 s 3 s 4 s T s  s s +s ,s 6s As ts ~s s s s s s s  s !s *s s s s  s s `s s s s s Ks Ls ms ns os ps qs rs {s s s s 	s 
s s s 
s s ;s s s s (s 2s =s Gs Hs s s s s s s Ws s s s s s s s 	s #	s 3	s 4	s ?	s D	s E	s O	s T	s U	s `	s e	s f	s p	s u	s v	s w	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 
s "
s 2
s 3
s >
s C
s D
s N
s S
s T
s _
s d
s e
s o
s t
s u
s v
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s "s 0s @s As Ls Qs Rs \s as bs ms r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 Is Ys Zs es js ks us zs {s s s s s s s s 	
s R
s t
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s s s s 's ,s -s 7s <s =s Hs Ms Ns X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 Hs Ms Ns Xs ]s ^s is ns os ys ~s s s s s s s s s s s s s s s s s s s s ts us s s s s s s s s s s s s s s s s s %s 3s Cs Ds Os Ts Us _s ds es ps us vs s s s s s s s s s s s s s s s s s s s s s 0s >s Ns Os Zs _s `s js os ps {s s s s s s s s s s s s us vs s s s s -s .s bs ts us s s s s s s s )s ;s =s Ts Us ^s s s s s "s s s s s s 
s s 2s 3s Ds s s s s s s 6s es fs gs hs is rs s s 
s is ts s s s s s s s s s s s s s us vs s s s s s s s s s s s s Bs qs s s s s s s s s s s ?s @s s ,s Ls ms s s s s s s 	 s Z s  s !s I!s !s !s !s !s !s !s ;"s <"s p"s "s "s "s "s "s "s "s "s #s .#s @#s A#s B#s C#s L#s #s #s #s #s $s $s @$s A$s R$s $s $s $s $s $s f%s %s 's 's W*s d*s +s +s +s ,s ,s -s -s .s .s .s U0s V0s 2s 2s 2s 3s 3s 3s -4s .4s 5s (5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 6s 6s 
6s 6s 6s 6s &6s '6s /6s 76s <6s =6s E6s M6s Y6s Z6s b6s i6s n6s o6s w6s ~6s 6s 6s 6s 6s .7s /7s 8s 8s :s :s :s :s 4;s @;s ;s ;s s<s t<s 
=s =s ]=s ?s ?s '@s (@s y@s Bs Bs Bs #Ds -Ds sEs tEs Fs Fs Fs Fs Fs Fs Fs Fs 
Gs Gs Gs 2Gs EGs \Gs sGs tGs Gs Hs Hs MIs NIs Is Is Ls Ls vMs Ms Ms Ns 
Ns lNs Ns Ns Ns Ns AOs Os  Ps Ps (Ps 8Qs EQs qQs uRs vRs Rs Rs Rs Rs Rs Rs Ss 3Ss 4Ss 6Ss 7Ss 8Ss ASs Ss Ss Ss Ss Ts @Ts KTs Ts Ts Ts 
Us Us Us  Us WUs XUs YUs ZUs Us Us Us Us Us Us Us Us Vs 7Vs 8Vs 9Vs ;Vs <Vs =Vs FVs Vs Vs Vs Vs #Ws GWs Ws 6Xs FXs GXs HXs YXs gXs hXs iXs sXs ~Xs Xs Xs Xs Xs Xs Ys Ys Ys Ys Ys  Ys !Ys *Ys iYs uYs Ys Ys Zs +Zs Zs [s *[s +[s ,[s =[s K[s L[s M[s N[s z[s [s [s [s [s [s [s \s ,\s -\s .\s /\s 1\s 2\s 3\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 6_s V_s _s _s _s "`s #`s 4`s B`s C`s D`s ~`s `s `s `s `s `s `s `s !as "as #as %as <as =as Fas Hbs Ibs Zbs bs bs cs cs cs cs cs cs cs cs cs cs es es es !fs Xfs fs fs &gs {gs |gs gs gs gs gs gs gs hs !hs 4hs Ghs Zhs mhs ohs hs hs hs hs is ;is <is =is Nis {is is is is is is is is is is is js %js 8js Kjs Ljs Mjs Njs Wjs zjs js js js js js ks !ks *ks +ks Aks Qks Rks Sks Tks Uks Vks Wks Xks Yks Zks ks ks ks ks ks ks ks ks ks ks 8ls ls ls ms ms ms ms ms ns ns ns ns ns ns ns ns os -os =os Wos qos yos os os os os os os ps -ps .ps /ps 0ps Xps xps ps ps ps ps ps ps ps :qs hqs qs qs qs qs 9rs @rs Irs Jrs Rrs grs |rs rs rs rs rs rs ss ss #ss 8ss Jss dss ~ss ss ss ss ss ss ss ss ts ts +ts >ts Qts Rts Sts Tts ]ts ts  us Gus us .vs /vs 0vs 1vs Bvs vs vs vs vs vs ws "ws 5ws 6ws 7ws 8ws Aws ws xs Vxs xs =ys >ys ?ys @ys Qys ys ys ys ys ys zs zs ,zs ?zs @zs Azs Bzs Kzs  {s G{s {s {s s|s t|s u|s |s |s |s |s |s |s |s }s }s /}s I}s c}s s}s }s }s }s }s }s }s ~s ~s /~s I~s c~s d~s e~s f~s w~s ~s ~s ~s ~s s s -s @s Ss Ts Us Vs _s s xs s Ȁs [s s 	s 
s s s s s s s s /s Ds Ys ks s s s ʃs s s s s ,s As Vs hs s s s Ǆs s s s 
s s s 7s 8s Ks ^s qs s s s s s s gs s s rs s s ns Ès s ȉs s s &s es s ˊs s 's [s s s ߋs s s %s is ps ys zs s s s s ӌs s s s 2s Ls ]s ws s s s s ԍs s s s /s @s Zs ts s s s ʎs ˎs ̎s ͎s s s 	s s /s Bs Us Vs Ws Xs as s s s s s qs s ds s "s bs s s Ŕs ܔs s s [s \s ]s ns s s s Õs ˕s ݕs s s s *s As Xs is s s s s ϖs s s s s s %s 7s Ns es |s s s s ̗s s s 
s s s 
s 5s 6s Is \s os s s s s s s s |s Ns ̛s Js s Ϝs s Ks is s -s ֞s s s s s s .s /s os s Σs s -s Ls ks s s s s s  s $s %s *s ,s -s .s 7s Ds fs s s ̥s ͥs s s 3s Us js ks |s s Ԧs զs ֦s צs s s ès s 9s ps s s >s s s s s s Ms Ns s s Js s s ܭs s Us s Ԯs #s xs ys s s s ˯s կs ֯s s s s %s 8s Ks Ms Ns Os Xs s ðs s (s Fs `s s űs Ʊs ױs رs ٱs s s s (s ;s Ns Ps Qs Rs [s ys s  s !s 2s 3s 4s \s ]s ps s s s s s s s Գs s {s |s s s s s s ˴s ޴s s s s s s s 5s s Es Fs Ws Xs Ys Zs s s s ?s @s qs is js s s s Os s չs s \s s s Gs Hs Is Ss ^s s s s s λs ϻs s s s -s /s Es Fs Os s s s 9s Ds ps s s Ľs s s  s s s 's (s )s *s Rs Ss fs ys s s s s s s ¾s 1s Ls }s s s ƿs s 	s (s Vs |s s s s s s s s s "s 9s :s ;s <s ds es xs s s s s s s s -s Us s s s s s ss ws xs ys zs s s s s s s s s .s 0s 1s 2s ;s s s s s 
s s 4s s s s s s s s s s s Gs s 0s 1s js s s s Ds s ,s -s s s s s Ns Os s Ys s s s vs s s s s s s s s s "s Js Ks s s 
s Cs s s /s ks s s 9s 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 Is Ms `s hs ts us zs s s s 
s s ?s Ds s s s s s s s "s Ns Rs ls ms rs s s s s s 
s s 5s 6s 7s As 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 8s s s s s s 0s 1s Es Gs Hs Is Js Ks Ss Ys Zs cs gs hs {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 Ys fs s s s s s s <s =s Ns s s s s s ls (s )s s s s 
s s s s hs s 7s s s ^s s s s Xs vs ws s s s s  s Bs s s s s s s &s 's s s %s &s qs }s s s s s  s 2s 3s Ds s s s /s 0s Ls s s Ms s s ds s s  s s s s s s ms ns $s %s s s 
s s s s s s Ns Os s s s s s s s s s s s s s s s s s s s s 5s 7s =s >s Ws Ys ^s _s ms os us vs s s s s s s s s s s s s s s s s s s s s s s s s 0s 2s 7s 8s ?s Ds _s `s as bs cs At Bt Nt t t t t 2t Et yt t t t 
t  t Tt rt t t t t "t Vt ut t t t t t t t t t #t 6t 7t Pt t t t t t t t t t t Ht ^t tt t t t t t t t Pt Zt dt et t t t t t t 	t 	t 	t 	t %	t G	t H	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 U
t o
t 
t 
t 
t 
t 
t 
t t &t 't <t =t Nt nt ot pt t t t t t t t t t t t t t t .t /t @t `t at b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 Ht ut t t t t t `t at t t t t Ct Dt Ut t t t t t 
t t t t t tt ut t t t t t t t t yt zt t t t t t t Ft ]t ut t t t t *t pt qt [t \t st t t t t t t t t t t t t t t t t t t 3t At Qt Rt ]t bt ct mt rt s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 6t Dt Tt Ut `t et ft pt ut v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 l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 4t 9t :t ;t t t t  t 0t 1t <t At Bt Lt Qt Rt ]t bt ct mt rt st tt t t t t t t t t t t t t t t t t t *t 8t Ht It Tt Yt Zt dt it jt ut zt {t t t t t t t t t t t t t t t t t 
t t t t t Dt Rt bt ct nt st tt ~t t t t t t t t t t t t Bt Pt `t at lt qt 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 Qt _t ot p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 0 t T t t t  t  t  t !t !t !!t "!t #!t F!t !t !t  "t "t "t "t ("t ["t e"t o"t p"t "t "t "t "t "t "t "t P#t Q#t q#t r#t #t $t U$t z$t $t $t $t $t $t $t $t 3%t L%t e%t ~%t %t %t %t &t &t &t &t &t &t X&t Y&t &t 't 't .'t G't a't v't 't 't 't 't X(t Y(t Z(t [(t (t )t )t H)t Z)t l)t m)t \*t ]*t g*t r*t *t *t *t *t *t +t !+t 3+t 4+t 5+t 6+t ?+t +t +t +t +t +t +t \,t ,t ,t -t 1-t N-t p-t q-t -t -t -t -t N.t .t .t */t +/t ,/t -/t S/t T/t /t /t 0t  0t !0t +0t 60t i0t s0t }0t ~0t 0t 0t 0t 0t 0t 0t 0t K1t L1t l1t m1t 1t 1t 1t 1t 1t ;2t <2t =2t >2t n2t 3t (3t ]5t ^5t 7t 8t -9t .9t ?9t :t :t F;t G;t z<t {<t <t =t =t Z@t [@t p@t @t ]At `At At At Bt Bt 7Ct 8Ct GCt YCt lCt mCt rCt zCt Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct  Dt Dt Dt 
Dt Dt Dt (Dt )Dt *Dt +Dt Dt Dt $Ft %Ft Gt Gt xHt yHt Ht Ht ZIt [It Jt Jt Jt Jt Jt Lt Lt Mt Mt Nt Ot Ot <Pt Qt Qt St St 3Tt @Tt MTt ZTt gTt xTt Tt Tt Tt Tt Tt Tt Tt Tt Ut Ut Ut MVt NVt Vt Vt mWt nWt @Zt AZt [t %[t Z[t [t [t 
\t 8\t e\t \t \t \t /]t ]t ]t ]t ^t ^t _t `t `t `t )`t \`t f`t p`t q`t `t `t `t `t `t `t `t at *at Qat xat at at at "bt ,bt Qbt bt bt bt bt bt bt bt bt $ct %ct /ct :ct mct wct ct ct ct ct ct ct ct ct ct ct #dt /dt Vdt dt dt dt ket et et et et et ft ft ft ft ft Oft Yft cft dft ft ft ft ft ft ft ft ft ft gt gt :gt egt gt gt Oht ht ht ht ht ht ht ht ht ht it "it -it `it jit tit uit it it it it it it it it it jt %jt Ljt zjt jt jt kt Mkt Nkt Okt `kt nkt okt pkt zkt kt kt kt kt kt kt %lt &lt 'lt )lt *lt +lt 4lt slt lt lt lt lt #mt @mt wmt mt mt mt mt mt mt nt 9nt Cnt Nnt nt nt nt nt nt nt nt nt nt nt nt ot ot ot 7pt mpt qt qt 0qt bqt cqt dqt eqt fqt gqt qt Hst Ist }st st st .tt utt tt ut ut $ut /ut but lut vut wut ut ut ut ut ut vt 
vt $vt %vt .vt vt vt vt vt vt vt wt  wt (wt )wt ?wt Owt Pwt Qwt Rwt zwt wt wt wt wt wt wt wt wt wt xt Fxt txt uxt vxt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt  yt Ayt Byt gyt zyt yt yt yt yt yt yt xzt zt q{t r{t s{t t{t {t B|t I|t R|t S|t [|t p|t |t |t |t |t |t |t }t }t ,}t A}t S}t m}t }t }t }t }t }t }t }t }t ~t ;~t N~t a~t b~t c~t d~t m~t ~t t zt {t |t t t t t t t t t ,t Ft `t pt t t t t րt t t t ,t Ft `t at bt ct t t t Ɂt ܁t t t t t t t t t .t ̃t ̓t ΃t σt t 3t 4t \t ut t t t ӄt Ԅt Մt քt ߄t t t t =t ۆt ܆t ݆t ކt t Bt Ct kt lt t t t ʇt ݇t އt ߇t t t t t )t rt t t t $t wt xt t t t t t t ͊t t t t +t Et Mt bt wt t t t ͋t t t t t t t ht it t t t t ˌt ތt t t t t t t t Rt ft t t t t t #t t t t t t ͐t t t 	t #t =t Nt ht t t t t ʑt ߑt t t  t :t Kt et t t t t t t Ւt ֒t t t t "t 5t 6t 7t 8t At t \t t t Ct t t at t ft t t ėt t Rt it t Řt t %t Qt }t t t Ùt t t t t  t 5t Jt _t qt t t t Кt t t t &t @t Ht ]t rt t t t ͛t ޛt t t #t =t Nt ht it jt kt t t t t ͜t t t t t t t t t t t t t t t t t  t t >t ct zt t t t t t t Pt Wt `t at it {t t t t ȣt ߣt t t t 5t Ft \t mt t t t t t ät դt t t t +t Bt Yt jt t t t t t t ӥt ԥt t t 
t  t 3t 5t 6t 7t @t Rt t t jt t "t mt t t t 9t ˫t tt t t (t )t 0t ̰t Ͱt 
t Mt lt t ˱t t 	t (t Gt Ht Yt t t ²t òt Ȳt ʲt ˲t ̲t ղt t t &t Ht jt kt t t ѳt t t 	t t Mt rt st tt ut t _t at t ׶t t Ft t ܷt 1t 2t t +t ,t t t t t t Et Ft zt t t +t rt t t t !t ,t _t it st tt t t t ýt ֽt t t t t t >t at t ƾt t t 5t ct dt ut vt wt t t t ƿt ٿt t t t t t t ;t t t t t t t t t !t 4t Gt It Jt Kt Tt rt t t t +t ,t -t Ut Vt it |t t t t t t t t Vt t t t t t t )t t t t t t t t <t ~t t t 2t st t t At t t t t t t /t 9t Ct Dt lt mt t t t t t t t t \t t t t t t Pt Qt bt t t t t t t t t t t t t t *t =t ?t @t Vt Wt `t t t t 8t Qt dt t t t t t 9t :t ;t Lt t t t t t t t t t t t t )t <t Ot Qt Rt St \t t t -t ?t zt t t t t t t t )t Vt Wt t t t t t t t t t t Ht t *t mt t t t ?t @t At Rt t t t t t t t t t t t tt t t t _t t t  t !t Zt t t t %t t $t %t bt t Nt Ot t 6t 7t lt t t t t t t /t yt t t 7t tt t 	t at t t 9t :t Et Qt `t lt 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 Ot Tt t t t t t 't (t -t dt ht t t t t t 
t t t Ht Mt tt ut zt t t t t t t .t 3t ?t @t Ct Mt Nt Qt Zt [t \t mt rt zt 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 Ut Vt at nt ot yt t t t t t t t t t t t t t t t t t t t t ]t ^t ut ~t t t t Lt Mt Yt t t t t t t ,t -t .t ;t st 
t t t t t t t t :t t t lt t <t =t t Wt t t t t t (t t t t t t It kt t t t t t t dt et t t t t *t 6t 7t t t t t t +t 0t ot t t t Tt t t  u  u u Ru Su u u Cu Du u u u u u u u u u u lu &u m	u n	u 	u 	u Xu \u ]u su t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 0u Eu Gu Lu Mu bu du iu j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 4u Nu u u u u u +u _u wu u u u u Du bu u u u u u Gu Hu Iu Ju lu uu vu u u u u u u !u "u @u Nu au bu u u u u u u u (u >u ?u u u u u u u u u *u Gu Hu ^u tu u u u u u u u u u u u ;u <u Qu Ru Su Tu eu u u u u u u u u u u u u u u 
u )u *u <u gu u u u u u u u u u 
u u 5u 6u 7u 8u 9u :u Cu bu cu wu xu u u u u u u u u  u -u .u /u 0u 1u 2u ;u u u :u ;u <u Mu mu nu ou pu u u Qu gu hu ru }u u u u u u u )u +u \u ]u fu u u ;u <u Ku u u u u Du u u u u u u u u u  u  u $ u E u F u G u H u I u J u w u !u !u Y!u d!u n!u y!u !u !u !u !u "u *"u W"u X"u "u "u #u #u #u #u $u &$u Q$u _$u o$u p$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 1%u 2%u 3%u P%u ^%u n%u o%u z%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 4&u 5&u 6&u ^&u l&u |&u }&u &u &u &u &u &u &u &u &u &u &u &u &u &u &u 
'u 'u 'u &'u +'u ,'u 6'u ;'u <'u G'u L'u M'u W'u \'u ]'u ^'u w'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u 'u E(u (u (u (u (u (u (u (u (u (u (u (u (u  )u )u )u )u )u )u 9)u G)u W)u X)u c)u h)u i)u s)u x)u y)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 Z*u h*u x*u y*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 2+u 3+u =+u B+u C+u D+u +u +u +u +u +u +u 
,u ,u ,u ,u ,u  ,u +,u 0,u 1,u ;,u @,u A,u B,u a,u o,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 J-u O-u P-u Q-u l-u z-u -u -u -u -u -u -u -u -u -u -u -u -u -u -u -u -u .u 7.u Z.u [.u .u .u .u .u .u .u i/u j/u /u /u /u /u /u /u 0u 
0u 0u A0u e0u w0u y0u 0u 0u 0u 0u 0u 1u 1u ^1u 1u 1u 2u (2u 92u I2u J2u n2u o2u 2u 2u 2u 3u 3u K3u L3u r3u 3u 3u 3u 3u 3u 3u 3u 3u F4u 4u 4u 4u 4u 4u 5u ,5u -5u .5u ?5u 5u 5u 5u 5u "6u 6u 6u 6u 6u 
7u 7u 7u 7u 8u 8u C8u M8u W8u X8u ~8u 8u 8u 8u 8u 8u 8u 8u "9u #9u 29u C9u {9u |9u 9u h:u :u :u :u :u ;u ;u 3;u 4;u E;u ;u ;u G<u <u <u <u <u <u <u <u w=u x=u =u =u =u =u =u >u >u >u >u B>u j>u |>u }>u ~>u >u >u >u >u 
?u ?u Z?u [?u |?u }?u ?u ?u ?u ?u ?u @u @u @u Bu Bu Eu Eu Fu Fu Fu #Hu $Hu Hu Hu Ju Ju +Ju Ku Ku Mu Mu Nu [Nu Nu Nu iOu jOu OPu dPu Pu Pu Pu Pu 
Qu Qu Qu Qu Qu Qu #Qu +Qu 7Qu 8Qu =Qu DQu IQu JQu OQu VQu bQu cQu kQu sQu xQu yQu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu jRu kRu Su Su XUu YUu Vu Vu pVu |Vu Vu Vu Wu Wu FXu GXu Xu ZZu [Zu c[u d[u [u ?]u @]u ]u __u i_u `u `u au au au au bu bu 'bu 8bu Ibu Zbu [bu nbu bu bu bu bu bu cu cu du du eu eu gu gu hu hu hu Hiu Iiu iu iu ju 3ju 4ju }ju ju <ku =ku dku tlu lu lu mu mu mu mu mu nu nu nu =nu onu pnu rnu snu tnu }nu nu nu nu ou Tou |ou ou ou ou ou Ipu Jpu Kpu \pu pu pu pu pu pu pu pu pu qu qu qu  qu Nqu squ tqu uqu wqu xqu yqu qu qu qu qu ru _ru ru 	su rsu su su su su su su su su su su su tu tu 0tu Vtu Wtu Xtu Ytu [tu \tu ]tu ftu tu tu tu uu Cuu guu uu Vvu fvu gvu hvu yvu vu vu vu vu vu vu vu vu wu wu wu Awu hwu iwu jwu kwu mwu nwu owu xwu wu wu wu xu Wxu wxu xu xu xu xu xu yu 
yu yu yu #yu Vyu `yu jyu kyu yu yu yu yu yu yu yu yu zu zu Dzu rzu zu zu zu {u ^{u _{u p{u ~{u {u {u {u {u {u {u |u )|u 3|u 4|u ]|u ^|u _|u a|u x|u y|u |u }u }u }u }u ~u ~u ~u ~u  u u u u u u 5u u u u ]u u ́u u bu u u u ͂u  u 
u u u =u ]u pu u u u u u Ãu ̃u 7u Ju wu xu yu u u u Ƅu Ǆu ݄u u u u u u ;u Nu au tu u u u u u u u u u u %u Vu ]u fu gu }u u u u u u u u u u u u ߆u u u u +u ,u -u .u 7u tu u )u u u u u #u u u u u u u #u 5u Ou iu yu u u u ʊu ߊu u u %u 5u Ou iu ju ku lu u u ًu u u  u u u u vu u u u u +u uu |u u u u u u ʍu u u u (u Bu Ju _u tu u u u ʎu u u u  u u )u Au Tu gu zu u u u u u u <u u ̐u ju ku lu mu ~u ёu ґu u u 8u Ku ^u qu ru su tu }u 'u Ou u ۓu yu zu {u |u u u u 	u 
u /u Bu Uu hu {u |u }u ~u u \u u ǖu u u u u u u u u &u 'u /u Du Yu ku u u u ɘu u u  u u 'u Au [u ku u u u u u u u u /u 0u Cu Vu iu |u u u u u u Tu u u u u Du Eu Fu Wu u =u Du Mu Nu Vu ku u u u u ۞u u u  u 1u Ku Su hu }u u u u ؟u u u u .u Hu Iu Ju Ku su tu u u u u Ӡu Ԡu ՠu ֠u ߠu u u [u u u 4u u u Zu u Zu [u bu u u u 7u cu u æu u u Ou Pu au u u u u u ӧu u u u )u Cu Tu nu u u u Ĩu ިu u u u %u 7u Qu ku |u u u u ۩u u u u u 	u 1u 2u Eu Xu ku ~u u u u u u [u Uu u 3u @u u $u u Wu ^u u u ܯu u u 7u Vu u u u u u u u u u u +u =u Ou fu }u u u u ӱu u u u "u #u +u =u Ou au su u u u ɲu u u u u /u Fu Gu Hu Iu qu ru u u u u ѳu ӳu Գu ճu ޳u u u u u u u u *u u u ׸u iu u 1u Yu Ƽu Ǽu μu ju ku u u 
u )u iu u u ƿu u u u ;u <u `u au fu hu iu ju su u u u u u 	u +u Mu ou u u u u u u u u u Mu u u 3u uu u u +u zu u u "u u u u u Nu Ou u u u u Zu u u u _u u u u u u u u u :u ;u Nu au tu u u u u u u u 6u du u u u u u u u u =u >u Qu du wu u u u u u u u \u ]u nu ou pu u u u u u u u u u u u 4u u u u u u u u u u -u @u Bu Cu Du Mu qu u u u u u u u u Su Tu {u |u u u u u u Su u u u Su u u .u u u u u u u u u u 
u u 0u Cu Vu iu ku u u u u +u =u uu u u u u  u -u 4u <u =u Su cu du eu fu u u u u u u u u u u u mu u u u u u :u Eu du u u u u u u u %u -u .u ^u uu vu wu xu u u u u u u u u u u iu u u u u #u Bu u u u u u u u u u u 1u Du Wu ju lu mu nu wu u #u u u Fu Qu pu u u u u u u u  u Gu Hu u :u lu mu u u Mu Nu u u hu iu u u u [u u u u u u u  u u u u  u u u 
u u ;u Ku ^u u u u u Fu u u u ku u u >u uu u u u u u 
u u !u "u #u $u %u &u 'u (u )u =u Du Iu Yu Zu iu ju ku wu xu yu zu u u u u u u u u u Hu Iu Nu {u u u u u u u Xu Yu ^u u u u u u u u u u u Fu Ku qu ru su }u u u u u u u u u u u u u u u u &u 2u 3u >u Bu Iu Pu Qu Ru Su Tu Uu Vu Wu Xu Yu Zu [u \u ]u ^u _u tu 'u (u Au Bu [u lu mu 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 8u 9u Gu Hu Iu Ju Wu iu 0u 1u #u $u u u u u <u u u u u u ?u @u Su xu yu u u u u u u u du eu Ru Su Hu Iu Uu u 3 v  v 
v sv v v v v Uv Vv v v v v ,v -v >v \v ~v v 	v "v >v Xv Yv bv cv 
v 
v a
v b
v 
v 
v 
v 
v 
v &v <v nv ov v v v 
v kv lv v v /
v 
v Nv Ov v v v <v =v v v :v ;v v v `v av .v /v Iv Zv 
v v v v v v v v v v v &v 'v (v 1v ?v Lv Mv Nv Ov Pv Qv Uv Vv Wv Xv qv sv yv z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 9v ;v Av Bv Pv Rv Xv Yv lv nv sv tv {v v v v v v v }v ~v v v v  v :v nv v v v v v Iv \v v v v  v 4v Nv ^v v v v v v v 
 v !v !v *!v P!v _!v r!v s!v !v !v !v !v !v !v  "v "v N"v O"v P"v "v "v "v "v "v "v C#v D#v N#v Y#v #v #v #v #v #v #v #v #v $v ($v >$v @$v W$v X$v a$v $v $v $v $v $v $v $v $v $v $v $v %v #%v $%v %%v L%v M%v N%v O%v P%v Q%v Z%v {%v |%v %v %v %v %v %v %v &v &v 3&v H&v b&v c&v x&v y&v &v &v &v &v &v &v &v &v &v &v &v  'v 'v 'v 'v 8'v T'v U'v j'v k'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 N*v X*v b*v c*v *v *v *v *v *v *v +v +v +v +v +v +v :,v ,v ,v ,v ,v %-v &-v G-v H-v I-v J-v K-v L-v U-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 10v f0v 0v 0v 1v 1v 1v 1v 1v 1v 
2v 2v 2v 2v 2v )2v .2v /2v :2v ?2v @2v J2v O2v P2v Q2v o2v }2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 3v 
3v 3v 3v 3v (3v -3v .3v 93v >3v ?3v I3v N3v O3v P3v r3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 
4v 4v 4v &4v +4v ,4v 64v ;4v <4v G4v L4v M4v W4v \4v ]4v ^4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 5v #5v 35v 45v ?5v D5v E5v O5v T5v U5v `5v e5v f5v p5v u5v v5v w5v 5v ,6v N6v \6v l6v m6v x6v }6v ~6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 7v 7v 7v 7v 7v 7v "7v '7v (7v 27v 77v 87v 97v f7v t7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 8v 8v 8v "8v '8v (8v 28v 78v 88v C8v H8v I8v S8v X8v Y8v Z8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v N9v O9v ~9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 
:v :v :v ):v .:v /:v 9:v >:v ?:v J:v O:v P:v Z:v _:v `:v a:v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v 
;v ;v (;v );v 4;v 9;v :;v D;v I;v J;v U;v Z;v [;v e;v j;v k;v l;v ;v ;v ;v ;v ;v O<v P<v ]<v ^<v _<v <v =v =v <=v N=v O=v Y=v d=v =v =v =v =v =v >v >v >v .>v />v 8>v >v >v >v >v >v [?v ?v ?v ?v ?v ?v ?v @v 
@v @v o@v @v @v @v @v @v Av ?Av @Av AAv BAv CAv LAv Av Av Av CBv NBv jBv Bv Bv Bv Bv Bv Bv Bv Cv Cv Cv Cv Cv ODv PDv Dv Dv Dv Dv Ev Ev Ev Ev Ev Ev Ev Ev Fv KFv ]Fv oFv pFv qFv rFv {Fv Fv Fv Fv Fv Gv Gv Gv Hv &Hv GHv mHv Hv Hv Hv Hv Hv Hv 4Iv Iv Iv #Jv fJv gJv hJv iJv Jv Jv Kv Kv JKv \Kv ]Kv gKv rKv Kv Kv Kv Kv Kv Lv Lv Lv Lv Lv &Lv Lv Lv Lv Lv Lv Lv Mv Mv ,Mv wMv xMv yMv zMv Mv @Nv dNv Pv Pv 1Sv >Sv iTv jTv {Tv Uv Uv Vv Vv Wv Wv Wv /Yv 0Yv [v [v [v [v \v \v ]v ]v ]v ^v s^v t^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 3_v 4_v <_v C_v H_v I_v Q_v X_v d_v e_v f_v g_v `v 	`v `av aav bv bv cv cv dv dv dv dv Mev Nev ev ev 7fv gv gv iv iv Siv jv jv xkv lv mv Mnv Nnv oov |ov ov ov ov ov ov ov ov ov ov pv pv 6pv Mpv Npv Ypv qv qv 'rv (rv rv rv |uv }uv Pvv avv vv vv vv Fwv twv wv wv wv xv kxv xv xv yv zv zv Kzv O{v P{v Z{v e{v {v {v {v {v {v 
|v |v |v |v |v |v Z|v f|v |v |v |v }v %}v ^}v h}v }v }v }v }v }v 1~v 2~v 3~v 4~v `~v a~v k~v v~v ~v ~v ~v ~v ~v v v v v v v  v _v kv v v v !v v v  v !v "v 3v Av Bv Cv Mv Xv v v v v ΁v v v v v v v v v Cv Ov vv v v v v v v v v v %v &v 'v (v Tv ^v iv v v v v ߄v v v v 	v v v 
v v Uv av v v v v Mv v v v v v v v v v v v v 	v 7v av bv cv ev fv gv pv v v v v 0v _v |v v v v v v v v Xv uv v v v ǉv щv ҉v v v v v v v  v "v #v 4v sv v Zv [v lv v v v v v v ӌv v v v v 2v jv v  v Uv Vv `v kv v v v v ېv v v !v 4v Gv Iv `v av jv Ցv v v v v (v Uv \v dv ev {v v v v v v ْv v v v %v &v 'v (v 1v Tv v v v v Óv v v v v v +v ,v -v .v /v 0v 1v 2v 3v 4v \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 1v Kv Sv hv }v v v Øv Әv v v v 	v 
v 2v Rv wv v v v v v v v Bv v v v ɚv v v #v $v ,v Av Vv hv v v v ƛv v v v v $v >v Xv hv v v v v v ǜv ߜv v v v +v ,v -v .v 7v v ڝv !v jv v 	v 
v v v ov pv v v ֟v v v v v v v v Šv v 0v yv v v v v +v ~v v v v ͢v v v v v v v v %v v !v ev v Mv Nv Ov `v v v v ĥv ťv ͥv v v 	v #v =v Mv gv v v v v Ŧv ߦv v 	v #v =v >v ?v @v Qv v v ͧv Χv v v v v -v .v /v 0v 9v v Rv v v 5v v v v v _v ۫v v v v v 	v v 3v Ev _v yv v v v Ϭv v v v v 0v Bv \v vv v v v ̭v v v v v v v %v 8v Kv ^v qv rv sv tv }v Av v v Lv v Ұv Hv v v v v v  v ?v v v ճv v 5v av v v v v v Cv Jv Sv Tv \v qv v v v ǵv v v v &v 7v Qv bv |v v v v öv նv v 	v v 4v Nv _v yv v v v v v Ϸv зv v v 	v v /v 0v 1v 2v ;v v v [v Ѻv ޺v Kv »v >v v v <v [v zv v v սv v 5v 6v 7v Hv v v v v v v ɾv ۾v v v v 2v Cv Zv qv v v v v v ɿv ۿv v v v (v ?v Vv gv ~v v v v v v v v v v v #v 6v Iv \v ov qv rv sv |v v Vv (v v $v ^v v v %v Cv uv v v v v dv ev lv v 	v Iv v v v v &v Ev dv v v v v v v v v v v v v v @v bv v v v v v 
v /v Dv Ev Vv v v v v v v v v v v Jv v v v mv nv v gv hv 'v (v v v $v v v v v /v gv v v Rv Sv ]v hv v v v v v v v v v %v 'v (v )v 2v zv v v v  v :v qv v v v v v v v v v v (v *v +v ,v 5v Sv wv v v v 
v v 6v 7v Jv ]v pv v v v v v v v Uv Vv gv hv iv v v v v v v v v v v v v v  v 1v 2v 3v 4v ev v v v v Kv Cv Dv xv v v )v nv v v 6v }v v !v "v #v -v 8v kv uv v v v v v v v v 	v v  v )v v v v v v Jv v v v v v v v v v v v v ,v -v @v Sv fv yv {v |v v v v v &v Wv tv v v v v v 0v Vv uv vv wv v v v v v v v v v v >v ?v Rv ev xv v v v v v v /v iv {v v v v Mv Qv Rv Sv Tv ev v v v v v v v v 
v v v v v v fv v v v v {v |v }v v v v v v v v !v v 
v v Dv v v v v v v v \v ]v v v (v )v av 3v `v av v Pv v v v rv sv v v v v v $v %v kv v v v sv v 	v Ev v v v uv 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 Bv Nv Ov Tv v v v v v v v cv dv iv v v v v v ( w , w F w G w L w  w  w  w  w  w  w  w w w w w jw o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 3w 4w =w Aw Bw Uw aw bw cw dw e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 3w @w w w w w w w 	w 	w (	w h	w i	w j	w w	w 	w F
w w w w w w w w v
w 
w Bw w w xw yw 8w w w w 2w Pw Qw dw w w w w w w w w w w w  w w w w w  w Kw Ww fw rw sw w w w 
w w gw lw w 	w 
w &w w w 'w w w >w w w w w w w w w G w H w  w  w !w !w !w !w "w b#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 1'w 3'w 8'w 9'w G'w I'w O'w P'w c'w e'w k'w l'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 9(w :(w ;(w <(w =(w *w *w (*w p*w *w *w *w +w +w S+w g+w +w +w +w +w .,w L,w ,w ,w ,w ,w ,w 0-w O-w -w -w -w -w -w .w .w .w .w .w /w /w */w ]/w ^/w |/w /w /w /w /w /w /w /w "0w 80w N0w d0w z0w {0w 0w 0w 0w 0w *1w 41w >1w ?1w f1w 1w 1w 1w 1w 1w 1w 1w 1w 1w 1w !2w "2w 62w 72w [2w w2w x2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 3w 3w .3w /3w I3w e3w f3w x3w 3w 3w 3w 3w  4w 4w 4w 4w (4w H4w I4w J4w q4w r4w s4w t4w u4w v4w 4w 4w 4w 4w 4w 4w 4w 4w 5w 	5w 5w :5w ;5w <5w i5w j5w k5w l5w m5w n5w w5w 5w 5w v6w w6w x6w 6w 6w 6w 6w 6w 6w Y7w 7w 7w 7w 7w 7w 7w 7w  8w 8w "8w O8w e8w g8w 8w 8w 8w :9w ;9w w9w x9w 9w 9w :w :w /:w :w :w :w :w :w :w :w :w :w :w N;w O;w `;w ;w ;w ;w ;w ;w ;w ;w S<w T<w <w <w <w <w <w <w  =w 7=w O=w f=w =w =w =w >w J>w K>w 5?w 6?w M?w b?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w 
@w @w +@w ,@w 7@w <@w =@w G@w L@w M@w X@w ]@w ^@w h@w m@w n@w o@w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w Aw Aw .Aw /Aw :Aw ?Aw @Aw JAw OAw PAw [Aw `Aw aAw kAw pAw qAw rAw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw 8Bw FBw VBw WBw bBw gBw hBw rBw wBw xBw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Cw Cw Cw Cw Cw Cw Cw Cw Cw Cw 
Dw Dw Dw Dw Dw &Dw +Dw ,Dw 7Dw <Dw =Dw GDw LDw MDw NDw uDw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Ew Ew "Ew #Ew .Ew 3Ew 4Ew >Ew CEw DEw OEw TEw UEw _Ew dEw eEw fEw Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Fw ,Fw <Fw =Fw HFw MFw NFw XFw ]Fw ^Fw iFw nFw oFw yFw ~Fw Fw Fw Fw Fw Gw *Gw :Gw ;Gw FGw KGw LGw VGw [Gw \Gw gGw lGw mGw wGw |Gw }Gw ~Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw +Hw 9Hw IHw JHw UHw ZHw [Hw eHw jHw kHw vHw {Hw |Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Iw Iw 	Iw 
Iw .Iw NIw sIw Iw Iw Iw Iw Iw Iw Iw  Jw Jw Jw Jw Jw Jw Jw Kw 5Kw ?Kw IKw JKw }Kw Kw Kw Kw Kw Kw Kw *Lw +Lw KLw LLw Lw Lw /Mw TMw dMw uMw Mw Mw Mw Mw Mw 
Nw &Nw ?Nw XNw Nw Nw Nw Nw Nw Nw Nw Nw Nw 2Ow 3Ow Ow Ow Ow Pw !Pw ;Pw PPw hPw iPw jPw {Pw 2Qw 3Qw 4Qw 5Qw ^Qw Qw Qw "Rw 4Rw FRw GRw 6Sw 7Sw ASw LSw Sw Sw Sw Sw Sw Sw Sw 
Tw Tw Tw Tw Tw ^Tw _Tw nTw Tw Tw Tw 6Uw Uw Uw Uw Vw (Vw JVw KVw oVw pVw Vw Vw (Ww Ww Ww Xw Xw Xw Xw -Xw .Xw Xw Xw Xw Xw Xw Yw Yw CYw MYw WYw XYw ~Yw Yw Yw Yw Yw Yw Yw %Zw &Zw FZw GZw Zw Zw Zw Zw Zw [w [w [w [w H[w [w \w 7^w 8^w `w `w bw bw bw _cw `cw  dw !dw Tew Uew gew fw fw 4iw 5iw Jiw iw 7jw :jw jw jw kw kw lw lw !lw 3lw Flw Glw Llw Tlw Ylw Zlw _lw glw slw tlw ylw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw mw mw mw mw mw mw nw nw pw pw Rqw Sqw qw qw 4rw 5rw rw rw sw sw sw uw uw vw vw vw {xw |xw yw zw zw {w {w 
}w }w '}w 4}w A}w R}w c}w t}w }w }w }w }w }w }w }w }w }w 'w (w w w Gw Hw w w w w 4w w w w w ?w ow pw w 	w xw yw w w w w w w w w 6w @w Jw Kw yw w w w w w w w w +w Rw w w Êw w w +w w w w w ϋw Ћw ыw ҋw w w 	w w Gw Qw [w \w w w w w w w w w w 	w 0w [w w w Ew w w w w юw ߎw w w w w )w 3w =w >w lw 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 Dw Nw Ow }w w w w w w w w w w w &w Tw w w w 'w (w )w :w Hw Iw Jw Tw _w w w w w Քw w  w w w w w w Mw Yw w w Εw w w Qw w w w w w w w w w (w [w ew ow pw w w w w w w w w w Ҙw w Gw w w 
w <w =w >w ?w @w Aw qw "w #w Ww w Мw w Ow w w w w 	w <w Fw Pw Qw yw w w w Ҟw w w w w w sw w w w w Ɵw w w w w w )w *w +w ,w Tw ww w w w àw Ġw Šw Ơw Ϡw w  w Nw Ow Pw aw w w w w w ɡw ʡw ˡw ̡w ͡w Ρw ϡw Сw ѡw ҡw w w w Aw Tw gw hw iw jw sw w Rw ew Kw Lw Mw Nw _w w #w ,w -w 5w Jw _w qw w w w ϥw w w w w -w Gw aw qw w w w w w Цw w w (w ;w <w =w >w Gw w w Tw Uw Vw gw w w w ¨w ʨw ߨw w w  w :w Jw dw ~w w w w ©w ܩw w w  w :w ;w <w =w ew }w w w w ɪw ʪw ˪w ̪w ժw [w xw w w w w w w w 
w w 6w Ow tw w w w w w w w cw w ήw w w w w w ɯw w w Ew Fw kw ~w w w w w w w ðw w w w Lw w w w w Qw Rw Yw bw cw kw w w w w ۳w w w w 'w <w Qw cw }w w w w ۴w ܴw ݴw ޴w w Bw Cw kw lw w w w w ˵w ̵w ͵w εw ׵w w w ,w @w ӷw w w w w w yw w w w w w w ѹw w w w (w Bw \w mw w w w w κw w w w %w ?w Yw jw w w w w w w ûw ֻw w w w w w w w ߼w 6w w w w pw w ;w w @w w w w w ,w Cw sw w w w +w Ww w w w w w w w w w $w 9w Kw ew w w w w w w  w w "w 7w Lw aw sw w w w w w w w (w Bw Cw Dw Ew mw nw w w w w w w w w w w w w ow |w w `w w w w w w w =w Tw sw w w w w w *w 1w :w ;w Cw Uw gw yw w w w w w w w  w 6w Gw ^w _w gw yw w w w w w w w w 3w Dw Zw kw w w w w w w w w w w 
w w w w w ,w w w Dw w w Gw fw w w w w Nw mw w w w 
w w w w 'w Fw ew w w w w !w "w 3w ww xw w w w w w w w w w  w "w Dw Ew gw w w w w w w 'w Lw Mw Nw Ow w 9w ;w ow w w  w gw w w w ^w w w w w w w w w  w Tw w w w Lw w w w w w 9w Cw Mw Nw vw ww w w w w w w w w w ;w rw w w w w =w >w Ow Pw Qw yw zw 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 Lw pw w w w w w /w 0w Cw Vw iw |w ~w w w w w 0w w w w w w w w w w w w w w w w Xw w w w Mw w w w jw w w w w w 	w w w w Fw Gw lw w w w w w w w 6w gw yw w w w *w +w <w iw pw xw yw w w w w w w w w w w w w w 0w 1w :w w w w w +w >w vw w w w w w w w &w Zw aw iw jw w w w w w w w w w w )w +w ,w -w 6w w w w w Tw _w ~w w w w w w w 0w 1w Yw Zw mw w w w w w w w "w _w w Gw w w w w w w ,w Yw Zw [w \w w w w vw w w w Nw w w w 9 x  x  x  x  x 4x x x x x x x x <x x (x )x \x x x Fx [x wx x x x x 	x Sx x x 	x N	x 	x 	x ;
x z
x 
x x x x +x :x Fx Yx ]x ^x _x `x ax bx cx dx ex y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 B
x 
x 
x 
x 
x 
x 
x 
x 
x "x 'x Nx Ox Tx x x x x x x x 
x x x x 'x (x +x 4x 5x 6x Gx Lx Tx [x bx nx ox zx ~x x x x x x x x x x x x x x x x x x x cx d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 0x ;x Hx Ix Sx `x ax bx cx dx ex fx gx tx ux x x x x x x lx mx _x `x 7x 8x Ox Xx xx x x &x 'x 3x {x |x x x x x x x x x Mx x x x x x x x x x ox x Fx x x x x 1x x x x x x x h x i x z x !x !x #"x E"x ^"x z"x "x "x #x #x >%x ?%x %x %x %x %x &x &x &x b&x x&x &x &x &x 'x 
'x I'x 'x 'x 'x .(x k(x (x )x )x )x ,*x -*x x*x y*x +x +x v,x w,x -x -x .x .x j/x k/x /x /x F0x  1x G2x H2x 2x 2x 24x 64x 74x M4x N4x b4x c4x d4x m4x {4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 5x 5x 	5x 
5x 5x !5x &5x '5x <5x >5x C5x D5x ^5x `5x e5x f5x u5x w5x }5x ~5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 7x 7x 7x 8x (8x \8x v8x 8x 8x 8x 9x 99x Q9x 9x 9x 9x 9x :x <:x p:x :x :x :x :x !;x ";x #;x $;x F;x O<x P<x f<x <x <x <x <x <x <x <x =x (=x ;=x <=x Z=x =x =x =x =x =x =x >x >x >x >x >x >x >x >x >x >x >x ?x !?x "?x 8?x N?x d?x z?x |?x ?x ?x ?x ?x ?x ?x ?x ?x @x @x +@x ,@x -@x .@x ?@x _@x `@x a@x @x @x @x @x @x @x @x @x @x @x @x @x Ax Ax Ax AAx ZAx oAx Ax Ax Ax Ax Ax Ax Ax Ax Ax Bx Bx Bx Bx Bx Bx Bx <Bx =Bx QBx RBx tBx Bx Bx Bx Bx Bx Bx Bx Bx Cx Cx 	Cx 
Cx Cx Cx Cx ^Cx _Cx Dx Dx Dx 'Dx GDx HDx IDx JDx jDx Dx +Ex AEx BEx LEx WEx Ex Ex Ex Ex Ex Ex Fx Fx 6Fx 7Fx @Fx Fx Fx Gx Gx %Gx vGx Gx Gx Gx Hx aHx bHx Hx Hx Hx Hx Hx Hx Hx Hx Hx Hx Ix  Ix !Ix "Ix #Ix $Ix QIx Ix Ix 3Jx >Jx HJx SJx ]Jx ^Jx Jx Jx Jx Kx 1Kx 2Kx mKx Kx Kx Kx Lx Lx Lx  Mx +Mx 9Mx IMx JMx UMx ZMx [Mx eMx jMx kMx vMx {Mx |Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Nx Nx Nx 
Nx *Nx 8Nx HNx INx TNx YNx ZNx dNx iNx jNx uNx zNx {Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx 	Ox Ox Ox Ox 8Ox FOx VOx WOx bOx gOx hOx rOx wOx xOx Ox Ox Ox Ox Ox Ox Ox Ox Ox Ox Ox  Px Px Px Px Px Px !Px &Px 'Px 1Px 6Px 7Px 8Px QPx _Px oPx pPx {Px Px Px Px Px Px Px Px Px Px Px Px Px Qx hQx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Rx !Rx 1Rx 2Rx =Rx BRx CRx MRx RRx SRx ^Rx cRx dRx nRx sRx tRx uRx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Sx Sx Sx 4Sx BSx RSx SSx ^Sx cSx dSx nSx sSx tSx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Tx Tx 
Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Ux 
Ux Ux Ux Ux Ux Ux ;Ux IUx YUx ZUx eUx jUx kUx uUx zUx {Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Vx Vx 	Vx Vx Vx Vx $Vx )Vx *Vx +Vx FVx TVx dVx eVx pVx uVx vVx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Vx Wx 4Wx 5Wx Wx Wx Wx Wx Wx Wx CXx DXx xXx Xx Xx Xx Xx Xx Xx Xx Xx Yx ?Yx QYx SYx jYx kYx tYx Yx Yx Yx Yx 8Zx Zx Zx Zx [x [x #[x $[x H[x I[x Z[x [x [x [x [x %\x &\x L\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 ax 'ax 1ax 2ax Xax ax ax ax ax ax ax ax ax ax bx bx Ubx Vbx bx Bcx bcx cx cx cx cx cx 
dx dx dx pdx dx !ex _ex ex ex ex ex ex ex Qfx Rfx fx fx fx fx fx fx fx fx fx gx Dgx Vgx Wgx Xgx Ygx bgx gx gx gx gx 4hx 5hx Vhx Whx hhx hx hx hx hx hx |ix ix kx kx mnx znx ox ox ox px px qx qx rx rx sx ktx ltx vx vx vx 5wx wx wx Cxx Dxx )yx >yx yx yx yx yx yx yx yx yx yx yx yx zx zx zx zx zx #zx $zx )zx 0zx <zx =zx Ezx Mzx Rzx Szx [zx czx ozx pzx xzx zx zx zx zx zx zx zx zx zx D{x E{x |x |x 2~x 3~x ~x ~x Jx Vx x x x x  x !x sx 4x 5x =x >x x x x x 9x Cx x x x x Ŋx Ҋx ߊx x x x #x 4x 5x Hx [x rx x x x Ōx ƌx cx dx x x x x x x ґx "x #x x x ݒx 
x x Wx x x x >x Nx [x x x x x x Ԗx ޖx x x x Ix Jx Lx Mx Nx Wx x x ɗx x .x Vx ax x x ɘx #x $x %x 6x mx nx ox px x x x x x x x x (x Mx Nx Ox Qx Rx Sx \x x x Κx x 9x ]x x Lx \x ]x ^x ox }x ~x x x x ǜx ќx ۜx ܜx 
x 0x 1x 2x 3x 5x 6x 7x @x x x x ݝx x Ax Ǟx 0x @x Ax Bx Sx ax bx cx dx x x x ؟x x x x x Bx Cx Dx Ex Gx Hx Ix Rx x x Ġx x 1x Qx x šx ơx ǡx ءx x x x x x 0x :x Dx Ex sx x x x x x x x x x x Lx lx x x x 8x 9x Jx Xx Yx Zx x x x Ƥx x x 
x x 7x 8x 9x ;x Rx Sx \x ^x _x px x x x x x ڧx ۧx ܧx ݧx ާx ߧx x x x x 7x nx x x <x x x x x ګx x x x x 7x Jx ]x px x x x x x x $x Qx Rx Sx dx x x x x x ǭx ȭx ɭx ʭx x x (x ;x Nx ax bx cx dx mx x x x x x x 0x 7x @x Ax Wx gx hx ix jx kx lx mx nx ox px x x x ߯x x x x x x x Nx x x x x x x x x x ʲx ˲x Ӳx x x x )x Cx Sx mx x x x x ˳x x x x )x Cx Dx Ex Fx nx x x ƴx ٴx ڴx ۴x ܴx x Px ~x x x x x Ox Vx _x `x hx }x x x x ضx x x x $x 9x Nx `x zx x x x طx ٷx ڷx ۷x x x .x Ax Tx gx hx ix jx sx x x ]x x Dx Ex Fx Gx Xx x x Ժx x x %x 8x Kx Lx Mx Nx Wx x )x lx x Sx Tx Ux Vx gx x x x x 	x x /x Bx Ux Vx Wx Xx ax 6x ]x x x x x x x x x x  x x 	x x 3x Ex _x yx x x x x x x x x 5x Ex _x yx zx {x |x x x x 	x 
x x 0x Cx Vx ix jx kx lx ux .x x x x qx x x  x 1x x x x 'x (x 0x Ex Zx ox x x x x x x x %x -x Bx Wx lx ~x x x x x x x "x #x $x %x Mx Nx ax tx x x x x x x x }x x 5x x x x x x 4x x 4x 5x <x {x x x x =x qx x x x )x *x ;x x x x x x x x x x x x .x Hx bx sx x x x x x x x x +x Ex Vx px x x x x x x x x x x x 2x Ex Xx kx lx mx nx wx 5x /x x 
x x x x zx 1x 8x xx x x x x x 0x qx rx sx x x x x x x x x x )x @x Wx nx x x x x x x x x x x )x ;x Mx dx {x x x x x x x 	x  x !x "x #x Kx Lx _x rx x x x x x x x x x dx x `x x x x ax x x Cx x x 3x x x x Dx Ex x x x x Cx bx x x x x x x x :x ;x @x Bx Cx Dx Mx Zx |x x x x x x 'x Ix kx x x x x x x x x 'x x x 
x Ox x x x Tx x x x x x cx dx (x )x `x x x x 4x kx x x 9x x x x x x x x x x x (x ;x Nx ax cx dx ex nx x x x >x \x vx x x x x x x x x +x >x Qx dx fx gx hx qx x x 6x 7x Hx Ix Jx rx sx 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 Kx x [x \x mx nx ox px x -x .x Ux Vx x x x x x -x ex x x -x rx x x ]x ^x _x ix tx x x x x x x 
 y  y 0 y C y E y [ y \ y e y  y y y Oy Zy y y y y y y y y -y =y >y ?y @y hy iy |y y y y y y y y y Gy by y y y y y y >y ly y y y y y y y y y 8y Oy Py Qy Ry zy {y y y y y y y y y Cy ky y y y y y y y y y y y y y y y y y 1y Dy Fy Gy Hy Qy y y 	y 	y  
y +
y J
y 
y 
y 
y 
y 
y 
y 
y 
y !y "y ]y y Fy Gy y y '
y (
y Z
y 
y By Cy y y y 5y dy ey y oy y y y y y y y y y y y y %y 8y `y ay y y  y Yy y y Ey y y y Oy y y y y y y y y y y y y  y y y y y y #y 3y 4y Cy Dy Ey Qy Ry Sy Ty _y cy vy ~y y y y y y "y #y (y Uy Zy y y y y y 2y 3y 8y dy hy y y y y y y y y  y %y Ky Ly My W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 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y Ny y y y y 5y Fy Gy [y ]y ^y _y `y ay iy oy p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 1y Cy 
 y  y  y  y !y !y "y "y #y o#y |#y #y #y #y $y $y -$y R$y S$y d$y $y $y $y $y $y %y >&y ?&y ,'y -'y "(y #(y /(y (y 
)y ~)y )y M*y *y *y t+y +y /,y 0,y n,y ,y ,y ,y .y .y .y 6/y X/y /y /y /y 0y 20y 30y <1y =1y 2y 2y ;3y <3y 3y 3y 3y 3y 3y  4y 4y H4y I4y Z4y 4y 4y 4y E5y F5y b5y 5y 	6y c6y (7y )7y z7y 7y 7y 8y 8y 8y 8y :y :y ;y ;y :<y ;<y =y 	=y #=y 4=y =y >y ?y ?y d@y e@y Ay Ay Ay Ay Ay  By By By By By &By 'By (By )By *By +By /By 0By 1By 2By KBy MBy SBy TBy mBy oBy tBy uBy By By By By By By By By By By By By By By By By By By Cy Cy Cy Cy Cy Cy *Cy ,Cy 2Cy 3Cy FCy HCy MCy NCy UCy ZCy uCy vCy wCy xCy yCy WEy XEy dEy Ey Ey Ey Fy HFy [Fy Fy Fy Fy Fy #Gy 6Gy jGy Gy Gy Gy Hy (Hy 8Hy lHy Hy Hy Hy Hy Hy Hy Iy Iy Jy *Jy 9Jy LJy MJy fJy Jy Jy Jy Jy Jy Jy Jy (Ky )Ky *Ky ^Ky tKy Ky Ky Ky Ky Ly Ly (Ly 3Ly fLy pLy zLy {Ly Ly Ly Ly Ly Ly My My My 1My 2My ;My ]My ^My rMy sMy My My My My My My My My My My My &Ny 'Ny (Ny )Ny *Ny +Ny 4Ny UNy VNy jNy kNy Ny Ny Ny Ny Ny Ny 
Oy "Oy <Oy =Oy ROy SOy dOy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy Py .Py /Py DPy EPy VPy vPy wPy xPy Py Py Py Py Py Py Py Py Py Qy Qy Qy Qy Qy Qy Qy Qy Ry Ry Ry Ry Ry Ry Ry (Sy 2Sy <Sy =Sy ^Sy Sy Sy Sy Sy Sy Sy vTy wTy Ty Ty Ty Uy YUy ZUy kUy Uy Uy  Vy !Vy "Vy #Vy $Vy %Vy &Vy /Vy Vy Vy Vy Vy Vy Vy Vy Vy Vy Vy Wy Wy Wy Wy Wy Wy Wy Wy \Xy sXy Xy Xy Xy Xy Yy @Yy Yy Yy qZy rZy Zy Zy Zy Zy Zy Zy Zy Zy Zy [y [y 	[y [y [y [y $[y )[y *[y +[y I[y W[y g[y h[y s[y x[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 L\y Z\y j\y k\y v\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 1]y 6]y 7]y 8]y t]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 J^y O^y P^y Q^y ^y _y (_y 6_y F_y G_y R_y W_y X_y b_y g_y h_y s_y x_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 N`y ^`y _`y j`y o`y p`y z`y `y `y `y `y `y `y `y `y `y `y `y `y `y `y ay ay ay ay ay ay "ay #ay -ay 2ay 3ay 4ay Zay hay xay yay ay ay ay ay ay ay ay ay ay ay ay ay ay (by )by Xby fby vby wby by by by by by by by by by by by by by by by by by cy cy 	cy cy cy cy $cy )cy *cy 4cy 9cy :cy ;cy gcy ucy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy dy dy dy dy dy dy #dy $dy /dy 4dy 5dy ?dy Ddy Edy Fdy jdy dy dy dy dy )ey *ey 7ey 8ey 9ey \ey ey ey fy (fy )fy 3fy >fy qfy {fy fy fy fy fy fy fy gy 	gy gy fgy ggy gy gy gy 5hy khy hy hy hy hy hy hy hy hy Iiy biy {iy iy iy iy iy jy jy jy jy jy &jy njy ojy jy ky (ky Dky ]ky wky ky ky ky ky ky nly oly ply qly ly )my *my ^my pmy my my rny sny }ny ny ny ny ny ny ny %oy 7oy Ioy Joy Koy Loy Uoy oy oy oy oy oy oy rpy py  qy !qy Gqy dqy qy qy qy qy qy ry dry ry ry @sy Asy Bsy Csy isy jsy sy sy $ty 6ty 7ty Aty Lty ty ty ty ty ty ty ty ty ty ty  uy auy buy uy uy uy uy uy uy vy Qvy Rvy Svy Tvy vy wy >wy syy tyy |y |y C}y D}y U}y ~y ~y \y ]y y y y 	y 
y py qy y ӄy sy vy y y ǆy ܆y My Ny ]y oy 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 2y >y ?y @y Ay y y :y ;y Ћy ыy y y y y py qy 'y (y y y y Ґy Ӑy ۑy ܑy -y y y Ry וy y 'y (y Iy Vy cy py }y y y y y Ҙy Әy y y y 'y (y 3y cy dy y y y y Vy Wy *y ;y py y y  y Ny {y y y y Ey y y ܡy y y %y )y *y 4y ?y ry |y y y y y y y y y y 4y @y gy y ̥y y y 8y By gy y ¦y æy Ԧy y y 
y y :y ;y Ey Py y y y y Ƨy y y y y y y y 9y Ey ly y רy y y y y y y 
y y y y 'y 2y ey oy yy zy y Ϊy Ϫy Ъy Ѫy Ӫy Ԫy ժy ުy y )y Py {y y ߫y ey άy ެy ߬y y y y  y y y .y 8y Cy vy y y y y y y y y y y y y /y ;y by y Ϯy y 'y cy dy ey vy y y y y y ίy دy y y y ;y <y =y ?y @y Ay Jy y y y y 
y 9y Vy y ֱy ױy y y y y 2y Oy Yy dy y y y y ղy ֲy ײy ٲy y y y y y y My y 4y 5y Fy xy yy zy {y |y }y y ^y _y y շy y Dy y ڸy /y 0y :y Ey xy y y y y չy y y y !y #y :y ;y Dy y ºy y y y y /y 6y >y ?y Uy ey fy gy hy 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 6y Wy Xy }y y y y y y y y y y y y y y y Xy _y hy iy qy y y y y y y y %y -y By Wy iy y y y y y y y y y ,y Qy dy wy xy yy zy y y y y y y y y y y y y y 0y By \y vy y y y y y y y y 2y By \y vy wy xy yy y y y y y y y y y y y y y Dy y y y y y Iy Jy ry y y y y y y y y y y y 
y Sy y y y y y Xy 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 Ay [y cy xy 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 hy |y y y y y y 9y y y y y y y y 
y y 9y Sy dy ~y y y y y y y 
y y 6y Py ay {y y y y y y y y y y y %y 8y Ky Ly My Ny Wy y ry y &y Yy y "y wy y |y y y y y hy y y y y ;y gy y y y y y $y -y .y 6y Ky `y uy y y y y y  y y +y <y Vy ^y sy y y y y y y y (y 9y Sy dy ~y y y y y y y y y y 	y 
y y y y y y 5y y y %y y y y y y 5y Ty yy y y y y y y "y fy my vy wy y y y y y y y y y 4y Ky \y ry y y y y y y y y y y 0y Ay Xy oy y y y y y y y y y y y #y 6y Iy Ky Ly My Vy hy 0y y y y 8y y y y y Oy y y y y >y ?y Fy y y #y cy y y y  y y >y ]y ^y oy y y y y y y y y y y y <y ^y y y y y y 	y y y 0y cy y y y y y uy wy y y $y \y y y Gy Hy y Ay By y y y y y [y \y y y 	 z A z  z  z ,z -z 7z Bz uz z z z z z z z z z z z z z Tz wz z z z z Kz yz zz z z z z z z z z z z z z z -z Qz z z z z z z z $z 7z Jz ]z _z `z az jz z z /z 0z Az Bz Cz kz lz z z z z z z z z z lz z z z z 
z z ?z z z z z %	z 
z 
z R
z 
z 
z z Hz z z z Wz z z z z 
z 
z E
z O
z Y
z Z
z 
z 
z 
z 
z 
z 
z 
z 
z 
z z rz z z z z $z fz gz xz z z z z z z z z z z z z -z @z Sz Uz Vz lz mz vz z  z 1z Nz gz zz z z z 
z 0z Oz Pz Qz bz z z z z z z z z z z z ,z ?z Rz ez gz hz iz rz z 	z Cz Uz z z z 'z +z ,z -z .z ?z lz mz z z z z z z z z z z ^z z @z z z z z Uz Vz Wz hz z z z z z z z z z z z z z z z uz z z 6z 7z pz z z z ;z 
z :z ;z xz * z d z e z  z L!z M!z !z !z !z !z !z !z !z E"z #z #z #z M$z $z $z %z w%z %z %z O&z P&z [&z g&z v&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 e'z j'z 'z 'z 'z 'z 'z =(z >(z C(z z(z ~(z (z (z (z )z )z  )z !)z &)z ^)z c)z )z )z )z )z )z )z )z )z )z D*z I*z U*z V*z Y*z c*z d*z g*z p*z q*z r*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 Q,z k,z l,z w,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z -z -z .z .z s/z t/z 0z 0z 0z 
1z 1z b1z c1z o1z 1z 1z 1z 1z 1z 2z B2z C2z D2z Q2z 2z  3z 3z 3z 4z 4z 5z 5z 5z P6z 6z 7z 7z 7z R8z S8z 9z m9z 9z 9z :z *:z +:z >:z ;z ;z ;z <z <z _=z =z =z =z =z =z >z >z z@z {@z @z @z %Az 1Az @Az LAz MAz Az Az Az Az Az ABz FBz Bz Bz Bz  Cz jCz Cz Dz Dz Dz Ez hEz iEz Ez Ez YFz ZFz Gz Gz !Iz "Iz Iz Iz Jz Jz Jz Jz Kz <Lz Mz Mz Nz Nz nOz rOz sOz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Pz 
Pz Pz Pz !Pz #Pz )Pz *Pz =Pz ?Pz EPz FPz [Pz ]Pz bPz cPz xPz zPz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Qz Qz Qz Qz Qz Rz Rz Sz JSz dSz Sz Sz Sz Sz -Tz ATz uTz Tz Tz Tz Uz &Uz ZUz xUz Uz Uz Uz 
Vz )Vz ]Vz ^Vz _Vz `Vz Vz Wz Wz Wz Wz Wz Wz Wz Xz 7Xz 8Xz VXz dXz wXz xXz Xz Xz Xz Xz Xz Yz (Yz >Yz TYz UYz Yz Yz Yz Yz Zz Zz Zz Zz @Zz ]Zz ^Zz tZz Zz Zz Zz Zz Zz Zz Zz Zz Zz [z [z 5[z Q[z R[z g[z h[z i[z j[z {[z [z [z [z [z [z [z [z [z [z [z [z [z \z 	\z #\z ?\z @\z R\z }\z \z \z \z \z \z \z \z ]z "]z #]z $]z K]z L]z M]z N]z O]z P]z Y]z x]z y]z ]z ]z ]z ]z ]z ]z ]z ]z ^z ^z ^z C^z D^z E^z F^z G^z H^z Q^z ^z ^z P_z Q_z R_z c_z _z _z _z _z _z 3`z g`z }`z ~`z `z `z `z `z `z `z `z )az ?az Aaz raz saz |az bz bz Qbz Rbz abz bz bz bz 	cz Zcz cz cz cz cz cz cz cz cz cz (dz )dz :dz [dz \dz ]dz ^dz _dz `dz dz -ez .ez oez zez ez ez ez ez ez fz )fz @fz mfz nfz fz fz $gz %gz hz hz 'hz <hz ghz uhz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz iz iz iz iz iz !iz &iz 'iz 2iz 7iz 8iz Biz Giz Hiz Iiz fiz tiz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz jz 	jz jz jz jz $jz )jz *jz 5jz :jz ;jz Ejz Jjz Kjz Ljz tjz jz jz jz jz jz jz jz jz jz jz jz jz jz jz jz jz kz  kz 0kz 1kz <kz Akz Bkz Lkz Qkz Rkz ]kz bkz ckz mkz rkz skz tkz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz [lz lz lz lz lz lz lz lz lz  mz mz mz mz mz mz !mz &mz 'mz (mz Omz ]mz mmz nmz ymz ~mz mz mz mz mz mz mz mz mz mz mz mz mz mz mz mz nz 
nz nz nz nz nz )nz .nz /nz 9nz >nz ?nz @nz pnz ~nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz oz oz oz "oz 'oz (oz 2oz 7oz 8oz Coz Hoz Ioz Soz Xoz Yoz Zoz oz oz oz pz pz pz  pz %pz &pz 0pz 5pz 6pz Apz Fpz Gpz Qpz Vpz Wpz Xpz wpz pz pz pz pz pz pz pz pz pz pz pz pz pz pz pz pz qz qz #qz $qz /qz 4qz 5qz ?qz Dqz Eqz Pqz Uqz Vqz `qz eqz fqz gqz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz rz (rz Mrz prz qrz rz rz rz rz rz rz sz sz sz sz sz sz sz tz tz #tz $tz Wtz {tz tz tz tz tz tz uz uz %uz &uz tuz uz 	vz .vz >vz Ovz _vz `vz vz vz vz vz  wz wz 2wz awz bwz wz wz wz wz wz wz wz xz 
xz \xz xz xz xz xz yz *yz Byz Cyz Dyz Uyz zz 
zz zz zz 8zz zz zz zz {z  {z !{z |z |z |z &|z Y|z c|z m|z n|z |z |z |z |z |z |z |z |z 8}z 9}z H}z Y}z }z }z ~z ~~z ~z ~z ~z z $z %z Iz Jz [z z z ]z z ހz ߀z z z z z z z z ԁz Ձz ߁z z z 'z 1z 2z Xz z z z z z z z  z  z !z pz qz z z z z z z z "z z ܄z z z z z z z z 9z :z z z .z /z Az z z z z $z qz z z z z ez zz z z z 
z  z !z &z .z 3z 4z 9z Az Mz Nz Sz Zz _z `z ez lz xz yz z z z z z z z z z z z z ɕz Еz ܕz ݕz ޕz ߕz z z ؗz ٗz nz oz ,z -z z z z z śz ƛz \z ]z z pz qz yz zz ˟z Uz Vz z uz z Ťz Ƥz z z z z z ,z =z Nz _z pz qz z z z Ŧz Ʀz Ѧz z z z z !z "z z z Ȭz ٬z z ^z _z z z z Iz Jz z z Rz Sz zz z z ðz Ǳz ȱz ұz ݱz z z $z %z Sz z z z z z z Ҳz ޲z z ,z jz z z ֳz z z _z `z az rz z z z z شz ٴz z z !z +z 5z 6z dz z z z z z z z ׵z z 
z 5z uz z z z z z z z z z z ŷz зz z 
z z z Fz lz mz nz oz qz rz sz |z z Ǹz z z Yz }z z lz |z }z ~z z z z z z ̺z ֺz z z z (z )z Wz ~z z z z z z z z ͻz ٻz  z .z mz z żz z z z z "z #z $z .z 9z lz vz z z z ٽz ڽz ۽z ݽz ޽z ߽z z 'z 3z Zz z z ׾z z +z tz uz z z z z пz z z z 5z ?z Iz Jz sz tz uz wz z z z z z z z !z z z z z z z z z z Kz z z 1z sz z z )z xz z z z z z  z *z +z Sz sz z z z z z z z z Mz `z z z z z z z z z z z z z z .z Qz dz wz z z z z z z z z (z )z *z ;z lz sz |z }z z z z z z z z z z z z z z z z .z Az Bz Cz Dz Mz z ,z ?z %z &z 'z (z 9z z z z z z $z 9z Kz ez z z z z z z z z !z ;z Kz ez z z z z z z z z z z z z !z z z .z /z 0z Az z z z z z z z z z z $z >z Xz `z uz z z z z z z z z z z ?z Wz jz }z z z z z z z 5z Rz z z z z z z z z z z )z Nz az tz z z z z z =z ez z z z z z z z z z z  z Ez Xz kz ~z z z z z z rz z z &z z z z z +z ,z 3z <z =z Ez Zz oz z z z z z z z z +z =z Wz qz z z z z z z z z z Ez Fz Yz lz z z z z z z z jz z z z z Zz [z \z mz z Sz Zz cz dz lz z z z z z z z z 6z Gz az iz ~z z z z z z z z 3z Dz ^z _z `z az z z z z z z z z z z z z z qz z z Jz z z pz z pz qz xz z z z Mz yz z z z 1z ez fz wz z z z z z z z z %z ?z Yz jz z z z z z z z z &z ;z Mz gz z z z z z z z z z z z Gz Hz [z nz z z z z z z z qz kz z Iz Vz z :z z mz tz z z z z .z Mz lz z z z z z z z z z /z Az Sz ez |z z z z z z z z !z 8z 9z Az Sz ez wz z z z z z z 
z z 4z Ez \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 Gz o {  {  {  { { { { {  { ?{ { { { { { { 
{ Q{ R{ v{ w{ |{ ~{ { { { { { { { { { A{ c{ { { { { { { &{ '{ ({ ){ c{ { { I{ { { { A	{ 	{ 	{ 	{ 8
{ 
{ 
{ { { d{ e{ { { { .
{ p
{ 
{ 
{ &{ u{ { { { { { { '{ ({ P{ Q{ d{ w{ { { { { { { { { L{ z{ { { { { { ){ *{ +{ S{ T{ g{ z{ { { { { { { { { r{ s{ { { { { { { { { { { { { { &{ J{ { { { { { 	{ 
{ { 0{ C{ V{ X{ Y{ Z{ c{ { 
{ { { { { { { { i{ j{ { { { { { { 2{ i{ { { '{ i{ { { D{ { { { { { { { { {  { !{ F{ Y{ l{ { { { { { { A{ S{ { { { { { { C{ J{ R{ S{ i{ y{ z{ {{ |{ { { { { { { { { 
{ { { { { { { { { P{ [{ z{ { { { { {   { 4 { ; { C { D { t {  {  {  {  {  {  {  {  {  { !{ !{ !{ !{ !{ !{ !{ !{ !{ ."{ 9"{ X"{ "{ "{ "{ "{ "{ "{ 
#{ #{ 3#{ 4#{ G#{ Z#{ m#{ #{ #{ #{ #{ #{ #{ 9${ ${ !%{ \%{ g%{ %{ %{ %{ %{ &{ 3&{ 4&{ 5&{ 6&{ ]&{ ^&{ &{ P'{ '{ '{ '{ (({ c({ d({ ({ ){ ~){ ){ ){ ){ *{ q*{ *{ *{ *{ ,{ ,{ ,{ -{ -{ .{ .{ 6.{ .{ .{  /{ 5/{ Q/{ a/{ t/{ /{ /{ /{ -1{ \1{ 1{ 1{ (2{ 2{ 2{ 3{ T3{ 3{ 3{ 3{ 3{ 4{ 4{  4{ 34{ 74{ 84{ 94{ :4{ ;4{ <4{ =4{ >4{ ?4{ S4{ Z4{ _4{ o4{ p4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 5{ 5{ ^5{ _5{ d5{ 5{ 5{ 5{ 5{ 5{ 6{ 6{ n6{ o6{ t6{ 6{ 6{ 6{ 6{ 6{ 6{ 7{ (7{ )7{ .7{ \7{ a7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 8{ 8{ 8{ 8{ 8{ 8{ !8{ &8{ .8{ 58{ <8{ H8{ I8{ T8{ X8{ _8{ f8{ g8{ h8{ i8{ j8{ k8{ l8{ m8{ n8{ o8{ p8{ q8{ r8{ s8{ t8{ u8{ 8{ =9{ >9{ W9{ X9{ q9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 	:{ 
:{ :{ ":{ #:{ -:{ ::{ ;:{ <:{ =:{ >:{ ?:{ @:{ A:{ N:{ O:{ ]:{ ^:{ _:{ `:{ m:{ :{ F;{ G;{ 9<{ :<{ ={ ={ )>{ 2>{ R>{ >{ >{  ?{ ?{ 
?{ U?{ V?{ i?{ ?{ ?{ ?{ ?{ ?{ ?{ ?{ '@{ @{ zA{ {A{ hB{ iB{ ^C{ _C{ kC{ C{ ID{ D{  E{ E{ E{ E{ F{ G{ kG{ lG{ G{ G{ G{ G{ BI{ CI{ TI{ rJ{ J{ J{ K{ 8K{ TK{ nK{ oK{ xL{ yL{ N{ N{ wN{ xN{ N{ N{ N{ N{ N{ <O{ RO{ O{ O{ O{ O{ O{ #P{ P{ P{ P{ Q{ EQ{ Q{ dR{ eR{ R{ S{ S{ RS{ SS{ S{ S{ PU{ QU{ V{ V{ vW{ wW{ DX{ EX{ _X{ pX{  Y{ Y{ ![{ "[{ [{ [{ ]{ ]{ ]{ ']{ (]{ <]{ =]{ >]{ G]{ U]{ b]{ c]{ d]{ e]{ f]{ g]{ k]{ l]{ m]{ n]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{  ^{ ^{ ^{ ^{ ^{ ^{ 8^{ :^{ ?^{ @^{ O^{ Q^{ W^{ X^{ f^{ h^{ n^{ o^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ `{ `{ `{ `{ a{ 6a{ Pa{ a{ a{ a{ a{ b{ +b{ _b{ rb{ b{ b{ b{ c{ Jc{ dc{ tc{ c{ c{ c{ c{ c{ c{  d{ )e{ *e{ @e{ fe{ ue{ e{ e{ e{ e{ e{ e{ f{ f{ f{ 4f{ df{ ef{ ff{ f{ f{ f{ f{ f{ f{ Yg{ Zg{ dg{ og{ g{ g{ g{ g{ g{ g{ g{ h{ (h{ >h{ Th{ Vh{ mh{ nh{ wh{ h{ h{ h{ h{ h{ h{ h{ i{ i{ i{ i{ i{ 9i{ :i{ ;i{ bi{ ci{ di{ ei{ fi{ gi{ pi{ i{ i{ i{ i{ i{ i{ i{ i{ j{ 4j{ Ij{ ^j{ xj{ yj{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ k{ k{ +k{ ,k{ Nk{ jk{ kk{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ 8l{ 9l{ l{ l{ l{ m{ !m{ "m{ #m{ $m{ Dm{ m{ n{ n{ n{ &n{ 1n{ dn{ nn{ xn{ yn{ n{ n{ n{ n{ o{ o{ o{ o{ o{ o{ o{ o{ Pp{ p{ p{ p{ p{ ;q{ <q{ ]q{ ^q{ _q{ `q{ aq{ bq{ kq{ q{ q{ q{ q{ q{ q{ q{ q{ q{ +r{ r{ r{ 
s{ s{ "s{ -s{ 7s{ 8s{ s{ s{ s{ s{ t{ t{ Gt{ |t{ t{ t{ u{ u{ u{ u{ v{ v{ #v{ $v{ /v{ 4v{ 5v{ ?v{ Dv{ Ev{ Pv{ Uv{ Vv{ `v{ ev{ fv{ gv{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ w{ w{ "w{ #w{ .w{ 3w{ 4w{ >w{ Cw{ Dw{ Ow{ Tw{ Uw{ _w{ dw{ ew{ fw{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ x{  x{ 0x{ 1x{ <x{ Ax{ Bx{ Lx{ Qx{ Rx{ ]x{ bx{ cx{ mx{ rx{ sx{ tx{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{  y{ y{ y{ y{ y{ y{ +y{ 9y{ Iy{ Jy{ Uy{ Zy{ [y{ ey{ jy{ ky{ vy{ {y{ |y{ y{ y{ y{ y{ y{ Bz{ dz{ rz{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ {{ {{ {{ {{ {{ '{{ ,{{ -{{ 8{{ ={{ >{{ H{{ M{{ N{{ O{{ |{{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ |{ |{ ,|{ -|{ 8|{ =|{ >|{ H|{ M|{ N|{ Y|{ ^|{ _|{ i|{ n|{ o|{ p|{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ d}{ e}{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ ~{ #~{ 3~{ 4~{ ?~{ D~{ E~{ O~{ T~{ U~{ `~{ e~{ f~{ p~{ u~{ v~{ w~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ { { {  { .{ >{ ?{ J{ O{ P{ Z{ _{ `{ k{ p{ q{ {{ { { { { { { { { e{ f{ s{ t{ u{ { { { R{ d{ e{ o{ z{ { { { { { { +{ -{ D{ E{ N{ { { Â{ Ă{ { q{ { ̃{ ܃{ { { { "{ #{ 4{ { { { Є{ {  { &{ U{ V{ W{ X{ Y{ b{ { { { Y{ d{ { { { Ȇ{ { { { { { { { { և{ e{ f{ { { { { { { { ĉ{ { { { { 2{ a{ s{ { { { { { ֊{ ׊{ { { /{ 0{ { { <{ ]{ { { { Ì{ { { { J{ { { 9{ |{ }{ ~{ { { { +{ ,{ `{ r{ s{ }{ { { ŏ{ Ϗ{ Џ{ { { 0{ 1{ 2{ 3{ <{ { { { { { { 0{ 1{ B{ { { { { { V{ z{ { { G{ T{ { { { י{ ؙ{ { { ̛{ ͛{ ߛ{ E{ F{ { { { { { { { { { { { { { { { { Ģ{ ̢{ Ѣ{ Ң{ ע{ ߢ{ { { { { { { { 
{ { { { '{ ,{ -{ 5{ ={ I{ J{ R{ Y{ ^{ _{ g{ n{ z{ {{ |{ }{ { { v{ w{ { 
{ ʧ{ ˧{ ${ 0{ { { c{ d{ { { M{ { { { { i{ { { { { { c{ d{ { { { { { ʳ{ ۳{ { { { { "{ 5{ L{ c{ d{ o{ { { ={ >{ { { { { f{ w{ { { { \{ { { { { 1{ { { { { ({ 5{ a{ e{ f{ p{ {{ { { ¿{ ÿ{ { #{ ${ &{ '{ ({ 1{ p{ |{ { { { 0{ ;{ t{ ~{ { { { { { G{ H{ I{ J{ v{ w{ { { { { { { { '{ ({ ){ +{ ,{ -{ 6{ u{ { { { { 7{ { &{ 6{ 7{ 8{ I{ W{ X{ Y{ c{ n{ { { { { { 
{ { { 
{ { { { { Y{ e{ { { { { { 
{ { { { -{ ;{ <{ ={ >{ j{ t{ { { { { { { { { { { !{ "{ #{ ,{ k{ w{ { { { +{ c{ { { { { { { { { { 
{ { { { M{ w{ x{ y{ {{ |{ }{ { { { { &{ F{ u{ { { { { ${ 2{ 3{ 4{ n{ { { { { { { { { { { { ,{ -{ 6{ 8{ 9{ J{ { { p{ q{ { { { { { { { { { { { { H{ { { { k{ l{ v{ { { { { { { { ${ 7{ J{ ]{ _{ v{ w{ { { { +{ ,{ -{ >{ k{ r{ z{ {{ { { { { { { { { { ({ ;{ <{ ={ >{ G{ j{ { { { { { 
{ { { { 1{ A{ B{ C{ D{ E{ F{ G{ H{ I{ J{ r{ { { { { { { { { { ({ { { { { { { { { { { { { { { { { { -{ G{ a{ i{ ~{ { { { { { { { { {  { H{ h{ { { { { { { { *{ X{ { { { { ){ 0{ 9{ :{ B{ W{ l{ ~{ { { { { { { { ({ :{ T{ n{ ~{ { { { { { { { { { .{ A{ B{ C{ D{ M{ { { 7{ { { {  { !{ 2{ { { { { { { { %{ &{ '{ ({ 1{ { { F{ { -{ .{ /{ 0{ A{ { { { { { { 	{ { /{ 0{ 1{ 2{ ;{ { 7{ {{ { c{ d{ e{ v{ { { { { { { { 
{ { 9{ S{ c{ }{ { { { { { { { { 9{ S{ T{ U{ V{ g{ { { { { { 
{ { 0{ C{ D{ E{ F{ O{ { h{ { { K{ { { { { u{ { { { { 
{ { 4{ I{ [{ u{ { { { { { { { { 1{ F{ X{ r{ { { { { { { { { { '{ ({ ;{ N{ a{ t{ { { { { { W{ { { b{ { { ^{ { { { { { { U{ { { { { K{ w{ { { { { { Y{ `{ i{ j{ r{ { { { { { { { "{ <{ M{ g{ x{ { { { { { { { { 0{ J{ d{ u{ { { { { { { { { { { { 2{ E{ F{ G{ H{ Q{ { 	{ q{ { { a{ { T | | | R| q| | | | | 
| K| L| M| ^| | | | | | | | | | | 1| H| Y| p| | | | | | | | | | | '| >| U| l| }| | | | | | | | | | %| &| 9| L| _| r| | | | | | | l| >| | :	| t	| 	| 	| ;
| Y
| 
| | | | 
| z| {| | | | _| | | | | <| [| z| | | | | | | | | | | | '| 4| V| x| | | | | | #| E| Z| [| l| | | | | | | | | | )| `| | | .| | | | }| ~| =| >| | | :| | | | | E| }| | | h| i| s| ~| | | | | | | | | (| ;| =| >| ?| H| | | | | 6| P| | | | | | | | | | | +| >| @| A| B| K| i| |  |  | " | # | $ | L | M | ` | s |  |  |  |  |  |  |  |  | k!| l!| }!| ~!| !| !| !| !| !| !| !| !| !| !| "| %"| "| 5#| 6#| G#| H#| I#| J#| {#| $| $| /$| 0$| a$| Y%| Z%| %| %| &| ?&| &| &| '| L'| '| '| 7(| 8(| 9(| C(| N(| (| (| (| (| (| (| (| (| 
)| )| )| 5)| 6)| ?)| )| )| )| )*| 4*| `*| *| *| *| *| *| *| *| +| +| +| +| +| B+| C+| V+| i+| |+| +| +| +| +| +| +| !,| <,| m,| ,| ,| ,| ,| ,| -| F-| l-| -| -| -| -| -| -| -| -| .| ).| *.| +.| ,.| T.| U.| h.| {.| .| .| .| .| .| .| /| E/| /| /| /| /| /| c0| g0| h0| i0| j0| {0| 0| 0| 0| 0| 0| 0| 1| 1|  1| !1| "1| +1| 1| 1| |2| 2| 2| 3| $3| 3| 3| 3| 3| 3| 3| 3| 3| 3| 3| 74| 4|  5| !5| Z5| 5| 6| 6| 46| 6| 7| 7| r7| s7| 7| 8| >8| ?8| w8| I:| v:| w:| :| f;| ;| ;| ;| <| <| <| <| <| <| =| :=| ;=| =| >| >| 3?| ?| ?| @| [@| @| @| )A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| A| 
B| B| B| B| B| +B| ,B| -B| .B| 9B| =B| PB| XB| dB| eB| jB| B| B| B| B| C| /C| 4C| yC| zC| C| C| C| D| 
D| D| >D| BD| \D| ]D| bD| D| D| D| D| D| D| D| %E| &E| 'E| 1E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| F| F| F| F| F| 	F| 
F| F| F| 
F| F| F| F| F| F| F| (F| F| F| F| F| G|  G| !G| 5G| 7G| 8G| 9G| :G| ;G| CG| IG| JG| SG| WG| XG| kG| wG| xG| yG| zG| {G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| H| H| H| H| I| I| J| J| K| K| K| IL| VL| L| L| L| L| L| M| ,M| -M| >M| ~M| M| M| M| M| \N| O| O| P| P| P| P| 	Q| Q| Q| XR| R| 'S| S| S| NT| T| 	U| 
U| HU| fU| gU| zU| V| V| V| X| 2X| X| X| X| X| Y| 
Y| Z| Z| [| [| \| \| a\| m\| |\| \| \| \| \| "]| #]| 4]| }]| ]| ]| ^|  ^| <^| ^| ^| =_| `| `| T`| `| `| `| `| a| a| b| b| ]d| ^d| e| e| e| e| e| f| f| xg| h| h| >i| ?i| j| j| j| j| j| j| j| j| j| j|  k| k| k| k| k| k| 	k| 
k| k| k| %k| 'k| -k| .k| Gk| Ik| Nk| Ok| ]k| _k| ek| fk| yk| {k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| l| l| l| 
l|  l| "l| 'l| (l| /l| 4l| Ol| Pl| Ql| Rl| Sl| 1n| 2n| >n| n| n| n| n| "o| 5o| io| }o| o| o| o| p| Dp| bp| p| p| p| q| q| Fq| eq| q| q| q| q| q| r| r| r| s| s| &s| 's| @s| ss| ts| s| s| s| s| s| t| t| t| 8t| Nt| dt| zt| t| t| t| t| u| 
u| @u| Ju| Tu| Uu| |u| u| u| u| u| u| u| u| v| v| v| 7v| 8v| Lv| Mv| qv| v| v| v| v| v| v| v| v| v| v|  w| w| w| w| w| w| w| /w| 0w| Dw| Ew| _w| {w| |w| w| w| w| w| w| x| x| ,x| -x| >x| ^x| _x| `x| x| x| x| x| x| x| x| x| x| x| x| x| y| 	y| y| y| 0y| Py| Qy| Ry| y| y| y| y| y| y| y| y| y| z| z| z| z| z| z| z| z| z| o{| {| {| {| {| {| || || || || 8|| e|| {|| }|| || || || P}| Q}| }| }| }| }| 3~| 4~| E~| ~| ~| ~| ~| ~| ~| ~| ~|  | 	| d| e| v| | | | | | | | i| j| | | | ˀ| Հ| ր| 6| M| e| || | | | | `| a| K| L| c| x| | | | | ̓| ҃| Ӄ| ݃| | | | | | | | | | #| 1| A| B| M| R| S| ]| b| c| n| s| t| ~| | | | | | | | ̄| ф| ҄| ܄| | | | | | | | | | &| 4| D| E| P| U| V| `| e| f| q| v| w| | | | | | | ΅| υ| څ| ߅| | | | | |  | | | | | | N| \| l| m| x| }| ~| | | | | | | | | | | Ɇ| ׆| | | | | | | | 	| | | | $| )| *| +| | | | |  | !| ,| 1| 2| <| A| B| M| R| S| ]| b| c| d| | | | | | | | ň| ʈ| ˈ| ֈ| ۈ| ܈| | | | | | (| 8| 9| D| I| J| T| Y| Z| e| j| k| u| z| {| || | | ʉ| ˉ| ։| ۉ| ܉| | | | | | | | | 
| | 4| B| R| S| ^| c| d| n| s| t| | | | | | | | | | 2| @| P| Q| \| a| b| l| q| r| }| | | | | | | | | ы| ҋ| ݋| | | | | | | | | | | | | A| O| _| `| k| p| q| {| | | | | | | | | | | ̌| ܌| ݌| | | | | | | 	| | | | | |  | D| d| | | | | | | | | 6| | | | | | 
| | K| U| _| `| | | ɏ| ˏ| | | | @| A| a| b| | | E| j| z| | | | | | ґ| #| <| U| n| | | Ē| | | | | |  | H| I| | | | | 7| Q| f| ~| | | | H| I| J| K| t| | | 8| J| \| ]| L| M| W| b| | | | | З| | | #| $| %| &| /| t| u| | | ͘| Θ| L| | ڙ| | !| >| `| a| | | | | >| | כ| | | | | C| D| ɜ| ʜ| | | | | &| Y| c| m| n| | | Ν| ϝ| Н| ѝ| ڝ| ;| <| \| ]| | | Ξ| Ϟ| | +| ,| -| .| ^| | | M| N| | | | | /| u| v| 6| 7| j| k| }| | | J| K| `| | M| P| | | | | '| (| 7| I| \| ]| b| j| o| p| u| }| | | | | | | | | | | | Ű| ʰ| ˰| Ӱ| ۰| | | | | | | | | | | | | | | | | | | h| i| µ| ε| J| K| | | | | | | | | | | | | ,| | | | | #| 0| =| J| W| h| y| | | | | | | | | | 
| =| >| | | ]| ^| 0| 1| | | J| | | | (| U| | | | | | | | | | | | | | | L| V| `| a| | | | | | | | | | A| h| | | | | | A| | | | | | | | | | | | *| ]| g| q| r| | | | | | | | | | | F| q| | | [| | | | | | | | | | | ?| I| S| T| | | | | | | | | | | | *| U| | | ?| | | | | | | | | | | | | P| Z| d| e| | | | | | | | | | 	| | <| j| | | | =| >| ?| P| ^| _| `| j| u| | | | | | | | | | | | $| c| o| | | | | 0| g| | | | | | | | )| 3| >| q| {| | | | | | | | | | | | | '| ]| | |  | R| S| T| U| V| W| | 8| 9| m| | | | e| | 	| 
| | | R| \| f| g| | | | | | | | | | | | | | | | | 	| | | | /| ?| @| A| B| j| | | | | | | | | | | 6| d| e| f| w| | | | | | | | | | | | | | | | | 1| 2| W| j| }| ~| | | | | h| {| a| b| c| d| u| 2| 9| B| C| K| `| u| | | | | | | | | 1| C| ]| w| | | | | | | | | +| >| Q| R| S| T| ]| | | j| k| l| }| | | | | | | 
| | 6| P| `| z| | | | | | | | | 6| P| Q| R| S| {| | | | | | | | | | q| | | | | | | | | #| $| L| e| | | | | | | | | y| | | -| | | | | | 2| 3| [| \| | | | | | | | | | | | | b| | | | | g| h| o| x| y| | | | | | | | | 5| =| R| g| y| | | | | | | | | | X| Y| | | | | | | | | | | | | | B| V| | | | | | | | | | | | | | | | | -| >| X| r| | | | | | | | | *| ;| U| o| | | | | | | | | | |  } % } & } ' } ( } 1 }  } L} }  } 3} } } Q} } V} } } } } B} Y} } } } } A} m} } } } } } } } } %} :} O} a} {} } } } } } } } 0} 8} M} b} w} } } } } } 	} 	} -	} >	} X	} Y	} Z	} [	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 	} 
} } } } } } v
} 
} } } } } .} S} j} } } } } } } @} G} P} Q} Y} k} }} } } } } } } } %} 6} L} ]} t} u} }} } } } } } } 
} } 2} I} Z} p} } } } } } } } } } } } #} %} &} '} 0} B} 
} } Z} } } ]} |} } } )} } d} } } } }  } } } } =} \} {} } } } } 7} 8} I} } } } } } } } } } } }  } 8 } Z } [ } } }  }  }  }  }  } 
!} =!} b!} c!} d!} e!} !} O#} Q#} #} #} #} 6$} }$} $} !%} "%} t%} &} &} &} &} '} '} '} 5(} 6(} j(} (} (} )} b)} )} *} *} *} *} O*} Y*} c*} d*} *} *} *} *} *} *} *} *} *} *} .+} Q+} +} +} +} +} %,} S,} T,} e,} f,} g,} ,} ,} ,} ,} ,} ,} ,} ,} ,} ,} -} +-} -} -} -} -} -} -} -} -} .} $.} 7.} 9.} :.} ;.} D.} b.} .} 	/} 
/} /} /} /} E/} F/} Y/} l/} /} /} /} /} /} /} /} F0} 0} 0} 0} 0} 0} 0} 1} 1} 1} 1} 1} 1} 2} 2} ,3} n3} 3} 3} "4} c4} 4} 4} 15} 5} 5} 5} 5} 5} 5} 6} )6} 36} 46} \6} ]6} 6} 6} 6} 6} 6} 6} 6} 6} L7} }7} 7} 7} 7} 7} @8} A8} R8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 9} 9} -9} /9} 09} F9} G9} P9} 9} 9} :} (:} A:} T:} :} :} :} :} 
;} );} *;} +;} <;} p;} w;} ;} ;} ;} ;} ;} ;} ;} ;} ;} <} <} ,<} ?<} A<} B<} C<} L<} <} <} =} /=} j=} u=} =} >} >} >} >} >} >} F>} G>} o>} p>} >} >} >} >} >} >} >} >} 8?} u?} @} ]@} @} @} @} /A} 0A} 1A} BA} oA} pA} qA} rA} A} A} A} B} B} B} B} dC} C} C} C} OD} D} D} E} E} JE} E} E} E} F} G} H} H} RH} I} >I} ?I} rI} &J} 'J} \J} qJ} J} J} J} J} J} K} iL} L} L} 'M} dM} M} M} QN} N} N} )O} *O} 5O} AO} PO} \O} oO} sO} tO} uO} vO} wO} xO} yO} zO} {O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} O} P} P} P} ?P} DP} P} P} P} P} P} Q} Q} Q} TQ} XQ} Q} Q} Q} Q} Q} Q} Q}  R} 8R} =R} dR} eR} jR} R} R} R} R} R} R} S} #S} /S} 0S} 3S} =S} >S} AS} JS} KS} LS} ]S} bS} jS} qS} xS} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} yT} zT} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} 	U} U} U} U} U} U} +U} EU} FU} QU} ^U} _U} iU} vU} wU} xU} yU} zU} {U} |U} }U} U} U} U} U} U} U} U} U} V} V} uW} vW} MX} NX} eY} nY} Y} Y} Y} <Z} =Z} IZ} Z} Z} Z} Z} Z} Z} [} [} [} +[} c[} [} \} \} ]} ]} ^} ^} ^} *_} _} _} \`} `} ,a} -a} a} Gb} b} b} b} c} c} c} ~d} d} d} e} e} 9f} [f} tf} f} f} f} g} g} Ti} Ui} i} i} i} j} j} &j} 'j} xj} j} j} j} j} k}  k} _k} k} k} k} Dl} l} l} m} m} m} Bn} Cn} n} n} 3o} 4o} p} p} q} q} r} r} s} s} s} s} \t} u} ]v} ^v} v} v} Hx} Lx} Mx} cx} dx} xx} yx} zx} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} y} y} y} y} y}  y} 5y} 7y} <y} =y} Ry} Ty} Yy} Zy} ty} vy} {y} |y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} {} {} {} $|} >|} r|} |} |} |} }} }} O}} g}} }} }} }}  ~} 4~} R~} ~} ~} ~} ~} } 7} 8} 9} :} \} e} f} |} } } Ā} ŀ} ހ} } } 0} >} Q} R} p} } } } ց} } } } .} /} } } } } ނ} } } } } 7} 8} N} d} z} } } } } } Ճ} փ} } } } +} ,} A} B} C} D} U} u} v} w} } } } } } } } ̈́} ΄} } } } } } ,} W} p} } } } } ʅ} ˅} ܅} } } } %} &} '} (} )} *} 3} R} S} g} h} } } } } } Ά} } } } } } }  } !} "} +} t} u} *} +} ,} =} ]} ^} _} `} } 
} A} W} X} b} m} } } } } ։} } } } L} M} V} } } +} ,} ;} } ы} ҋ} } 4} w} x} } } } } } } } } } } 5} 6} 7} 8} 9} :} g} } } I} T} ^} i} s} t} Ԏ} } } } G} H} } } } } } } } } A} O} _} `} k} p} q} {} } } } } } } } } } } ϑ} ߑ} } } } } }  } } } } } } !} "} #} @} N} ^} _} j} o} p} z} } } } } } } } } } Ē} Ғ} } } } } } } } } } } } } $} %} &} N} \} l} m} x} }} ~} } } } } } } } } } } } } 
} } } } } &} +} ,} 7} <} =} G} L} M} N} g} u} } } } } } } } } } } } } ǔ} Ȕ} ɔ} 5} ~} } } } } ʕ} ϕ} Е} ڕ} ߕ} } } } } }  } } } )} 7} G} H} S} X} Y} c} h} i} t} y} z} } } } } } Ɩ} ֖} ז} } } } } } } } } 	} } } } } J} X} h} i} t} y} z} } } } } } } } } } } җ} } } } } } } } } } } "} #} -} 2} 3} 4} } } И} ޘ} } } } }  } 
} } } }  } !} +} 0} 1} 2} Q} _} o} p} {} } } } } } } } } } } } } ߙ} } } } 	} } } } } } *} /} 0} :} ?} @} A} \} j} z} {} } } } } } } } } } } } } } } } '} J} K} } } } } } ԛ} Y} Z} } } } } } } } } } 1} U} g} i} } } } ޝ} ߝ} }  } N} } } } } )} 9} :} ^} _} p} } ڟ} } } ;} <} b} } } } } } } } } 6} } } } ա} } } } } } /} } } } } } } } ֣} } } } } } }  } 3} =} G} H} n} } } } ¥} å} ĥ} ͥ} } } "} 3} k} l} } X} x} } } ܧ} } } #} $} 5} } ܨ} 7} u} } } } } } } g} h} } } } } Ī} } } } } 2} Z} l} m} n} o} x} ٫} ګ} } } J} K} l} m} ~} ɬ} ʬ} ˬ} ̬} } } } } } } } } } ͳ} } } Ե} յ} } 	} } } } } } } K} } } Y} Z} ?} T} Ž} ƽ} ս} } } }  } } 
} } } } '} (} -} 4} 9} :} ?} F} R} S} [} c} h} i} q} y} } } } } } } } } } } } } Z} [} } } H} I} } } `} l} } } } } 6} 7} } J} K} S} T} } /} 0} } O} Y} } } } } } } } } } (} 9} J} K} ^} q} } } } } } } y} z} } } } } } } } 8} 9} } } } #} $} m} } ,} -} T} d} q} } } } } } } } } } -} _} `} b} c} d} m} } } } } D} l} w} } } } 9} :} ;} L} } } } } } } } } } } } } >} c} d} e} g} h} i} r} } } } } O} s} } b} r} s} t} } } } } } } } } } }  } F} G} H} I} K} L} M} V} } } } } 3} W} } F} V} W} X} i} w} x} y} z} } } } } } } } 1} X} Y} Z} [} ]} ^} _} h} } } } } G} g} } } } } } } } } } } F} P} Z} [} } } } } } } } } } 
} 4} b} } } } } N} O} `} n} o} p} } } } } } } #} $} M} N} O} Q} h} i} r} t} u} } } } } } } } } } } } } %} } } } M} } } } R} } } } } } } } } -} M} `} s} } } } } } } '} :} g} h} i} z} } } } } } } } } } } +} >} Q} d} w} x} y} z} } } } } } } } F} M} V} W} m} }} ~} } } } } } } } } } } } } } } } } } '} d} } } }  } } } } } } } } } } } %} ?} Y} i} } } } } } } } } %} ?} Y} Z} [} \} } } } } } } } } } f} } } 	} 
} } e} l} u} v} ~} } } } } } } } 2} :} O} d} v} } } } } } } } } } 1} D} W} j} }} ~} } } } } ,} s} } Z} [} \} ]} n} } } } } (} ;} N} a} b} c} d} m}  ~ ? ~  ~  ~ i~ j~ k~ l~ }~ ~ ~ ~ ~ ~ 2~ E~ X~ k~ l~ m~ n~ w~ L~ s~ ~  ~ ~ ~ ~ ~ ~ ~ 
~ ~ ~ ~ 4~ I~ [~ u~ ~ ~ ~ ~ ~ ~ ~ ~ 1~ K~ [~ u~ ~ ~ ~ ~ ~ ~ ~ ~  ~ 3~ F~ Y~ l~ ~ ~ ~ ~ ~ D~ ~ ~ ~ 	~ 4
~ 5
~ 6
~ G
~ 
~ -~ 4~ =~ >~ F~ [~ p~ ~ ~ ~ ~ ~ ~ ~ !~ ;~ C~ X~ m~ ~ ~ ~ ~ ~ ~ 

~ 
~ 8
~ 9
~ :
~ ;
~ c
~ d
~ w
~ 
~ 
~ 
~ 
~ 
~ 
~ 
~ 
~ ~ ~ K~ ~ ~ $~ ~ ~ J~ ~ J~ K~ R~ ~ ~ ~ '~ S~ ~ ~ ~ ~ ?~ @~ Q~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 3~ D~ ^~ x~ ~ ~ ~ ~ ~ ~  ~ ~ '~ A~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ !~ "~ 5~ H~ [~ n~ ~ ~ ~ ~ ~ K~ E~ ~ #~ 0~ ~ ~ ~ G~ N~ ~ ~ ~ ~ ~ '~ F~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 	~ ~ -~ ?~ V~ m~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ -~ ?~ Q~ c~ z~ ~ ~ ~ ~ ~ ~  ~  ~ 6 ~ 7 ~ 8 ~ 9 ~ a ~ b ~ u ~  ~  ~  ~  ~  ~  ~  ~  ~ !~ "~ z#~ #~ v$~ $~ $~ %~ w%~ %~ %~ Y&~ '~ !(~ I)~ )~ )~ )~ Z+~ [+~ +~ +~ +~ ,~ Y,~ x,~ ,~ ,~ ,~ ,~ ,~ +-~ ,-~ P-~ Q-~ V-~ X-~ Y-~ Z-~ c-~ p-~ -~ -~ -~ -~ -~ .~ =.~ _.~ .~ .~ .~ .~ .~  /~ /~ /~ /~ =/~ 0~ 0~ #1~ e1~ 1~ 1~ 2~ j2~ 2~ 2~ 3~ 3~ 3~ y4~ z4~ >5~ ?5~ v5~ 5~ 5~ 6~ J6~ 6~ 6~  7~ O7~ 7~ 7~ 7~ 7~ 7~ 7~ 8~ 8~ *8~ +8~ >8~ Q8~ d8~ w8~ y8~ z8~ {8~ 8~ 8~ 8~ &9~ T9~ r9~ 9~ 9~ 9~ 9~ :~ :~ :~ -:~ .:~ A:~ T:~ g:~ z:~ |:~ }:~ ~:~ :~ :~ :~ L;~ M;~ ^;~ _;~ `;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~  <~ $<~ <~ <~ <~ <~ <~ <~ <~ <~ 
=~ =~ 0=~ 2=~ 3=~ 4=~ ==~ a=~ =~ q>~ r>~ >~ >~ >~ >~ >~ C?~ D?~ k?~ l?~ ?~ @~ @~ @~ A~ CA~ {A~ A~ B~ CB~ B~ B~ C~ sC~ tC~ uC~ C~ C~ C~ C~ C~ C~ C~ C~  D~ 3D~ FD~ YD~ [D~ qD~ rD~ {D~ D~ E~ -E~ eE~ pE~ E~ E~ E~ E~ F~ $F~ ,F~ -F~ CF~ SF~ TF~ UF~ VF~ ~F~ F~ F~ F~ F~ F~ F~ F~ F~ F~ F~ ]G~ xG~ G~ G~ G~ G~ *H~ 5H~ TH~ H~ H~ H~ H~ H~ H~ I~ I~ I~ I~ NI~ eI~ fI~ gI~ hI~ I~ I~ I~ I~ I~ I~ I~ I~ I~ I~ YJ~ J~ J~ J~ K~ K~ 2K~ K~ K~ K~ K~ K~ K~ K~ K~ 
L~ L~ !L~ 4L~ GL~ ZL~ \L~ ]L~ ^L~ gL~ L~ M~ M~ M~ 6N~ AN~ `N~ N~ N~ N~ N~ 
O~ O~ O~ O~ 7O~ 8O~ sO~ *P~ \P~ ]P~ P~ Q~ =Q~ >Q~ pQ~ Q~ XR~ YR~ R~ R~ R~ KS~ zS~ {S~ S~ U~ U~ U~ U~ V~ V~ V~ W~ W~ W~ W~ X~ +X~ ;X~ NX~ vX~ wX~ X~ Z~ 6Z~ oZ~ Z~ [~ [[~ [~ [~ .\~ e\~ \~ \~ \~ \~ \~ \~ 
]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ -]~ 4]~ 9]~ I]~ J]~ Y]~ Z]~ []~ g]~ h]~ i]~ j]~ u]~ y]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ 8^~ 9^~ >^~ k^~ p^~ ^~ ^~ ^~ ^~ ^~ H_~ I_~ N_~ z_~ ~_~ _~ _~ _~ _~ _~ `~ `~ `~ 6`~ ;`~ a`~ b`~ c`~ m`~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~  a~ a~ a~ a~ "a~ #a~ .a~ 2a~ 9a~ @a~ Aa~ Ba~ Ca~ Da~ Ea~ Fa~ Ga~ Ha~ Ia~ Ja~ Ka~ La~ Ma~ Na~ Oa~ da~ b~ b~ 1b~ 2b~ Kb~ \b~ ]b~ qb~ sb~ tb~ ub~ vb~ wb~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ c~ c~ c~ c~ c~ c~ c~ c~ c~ (c~ )c~ 7c~ 8c~ 9c~ :c~ Gc~ Yc~  d~ !d~ e~ e~ e~ e~ g~ g~ ,g~ g~ g~ g~ g~ g~ /h~ 0h~ Ch~ hh~ ih~ zh~ h~ h~ h~ h~ i~ i~ Tj~ Uj~ Bk~ Ck~ 8l~ 9l~ El~ l~ #m~ m~ m~ cn~ n~ n~ o~ o~ Ep~ Fp~ p~ p~ p~ p~ r~ r~ .r~ Ls~ ns~ s~ s~ t~ .t~ Ht~ It~ Ru~ Su~ v~ v~ Qw~ Rw~ w~ w~ w~ w~ w~ x~ ,x~ ^x~ _x~ px~ x~ x~ x~ [y~ \y~ xy~ y~ z~ yz~ >{~ ?{~ {~ {~ {~ ,|~ -|~ |~ |~ *~~ +~~ ~ ~ P~ Q~ ~ ~ 9~ J~ ~ ~ ~ ~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ !~ /~ <~ =~ >~ ?~ @~ A~ E~ F~ G~ H~ a~ c~ i~ j~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ӆ~ Ն~ چ~ ۆ~ ~ ~ ~ ~ ~ ~ ~ ~ )~ +~ 1~ 2~ @~ B~ H~ I~ \~ ^~ c~ d~ k~ p~ ~ ~ ~ ~ ~ m~ n~ z~ ~ ܉~ ~ *~ ^~ q~ ~ ~ ~ ~ 9~ L~ ~ ~ ҋ~ ~ $~ >~ N~ ~ ~ Ռ~ ֌~ ׌~ ،~ ~ ~ ~ ~ @~ O~ b~ c~ |~ ~ ~ Ύ~ ܎~ ~ ~ ~ >~ ?~ @~ t~ ~ ~ ~ ̏~ ͏~ 3~ 4~ >~ I~ |~ ~ ~ ~ ~ Ր~ ֐~ ~ ~ ~ .~ 0~ G~ H~ Q~ s~ t~ ~ ~ ~ ɑ~ ʑ~ ߑ~ ~ ~ ~ ~ ~ ~ ~ <~ =~ >~ ?~ @~ A~ J~ k~ l~ ~ ~ ~ ~ ~ ʒ~ ~ ~ #~ 8~ R~ S~ h~ i~ z~ ~ ~ ~ Ó~ ē~ œ~ Ɠ~ Ǔ~ ȓ~ ѓ~ ~ ~ ~ ~ (~ D~ E~ Z~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɔ~ ~ ~ ȕ~ ɕ~ ʕ~ ە~ ~ ~ ~ ~ ~ ~ ߖ~ ~ ~  ~ ~ >~ H~ R~ S~ t~ ~ ~ ~ ~ ~ ~ ~ ~ ɘ~ ʘ~ ٘~ *~ o~ p~ ~ ҙ~ ~ ~ 7~ 8~ 9~ :~ ;~ <~ E~ ~ ~ ~ Ӛ~ Ԛ~ ՚~ ֚~ ך~ ؚ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ r~ ~ ~ ~ ~ ~ !~ V~ ~ ~ ~ ~ ~ ~ ߞ~ ~ ~ ~ 	~ ~ ~ ~ ~ ~ *~ /~ 0~ :~ ?~ @~ A~ _~ m~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ޟ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ 9~ >~ ?~ @~ b~ p~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ à~ Ġ~ ~ ~ 
~ ~ ~ ~ ~ &~ +~ ,~ 7~ <~ =~ G~ L~ M~ N~ ~ ~ ~ ~ ~ ~ ~ ġ~ ɡ~ ʡ~ ա~ ڡ~ ۡ~ ~ ~ ~ ~ ~ ~ #~ $~ /~ 4~ 5~ ?~ D~ E~ P~ U~ V~ `~ e~ f~ g~ Ӣ~ ~ >~ L~ \~ ]~ h~ m~ n~ x~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ǣ~ գ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ )~ V~ d~ t~ u~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ 3~ 8~ 9~ C~ H~ I~ J~ p~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ˥~ Х~ ѥ~ ҥ~ >~ ?~ n~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɦ~ Φ~ Ϧ~ Ц~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ :~ ?~ @~ J~ O~ P~ Q~ }~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ȧ~ ͧ~ Χ~ ا~ ݧ~ ާ~ ߧ~ ~ ~ ~ ~ $~ )~ *~ 4~ 9~ :~ E~ J~ K~ U~ Z~ [~ \~ ~ ~ Ũ~ ~ ~ ?~ @~ M~ N~ O~ r~ ~ ~ ,~ >~ ?~ I~ T~ ~ ~ ~ ~ Ϫ~ ~ ~ ~ ~ ~ (~ |~ }~ ~ ~ ~ K~ ~ ~ ~ Ǭ~ ׬~ ج~ ~ ~ ~ _~ x~ ~ ~ ٭~ ڭ~  ~ /~ 0~ 1~ 2~ 3~ <~ ~ ~ Ԯ~ 3~ >~ Z~ s~ ~ ~ ~ ~ ~ ͯ~ ~ ~ ~ ~ ~ ?~ @~ t~ ~ ~ ~ ~ ~ ~ ~ Ѳ~ ۲~ ~ ~ ~ ;~ M~ _~ `~ a~ b~ k~ ~ ~ ~ ѳ~ 	~ 
~ ~ ~ ~ 7~ ]~ z~ ~ ~ ~ µ~ ӵ~ $~ z~ ն~ ~ V~ W~ X~ Y~ ~ ~ ~ ~ :~ L~ M~ W~ b~ ~ ~ ~ ~ и~ ~ 
~ ~ ~ 
~ ~ w~ x~ ~ ~ ~ ~ 
~ ~ ~ g~ h~ i~ j~ ~ 0~ T~ ~ ~ !~ .~ Y~ Z~ k~ ~ ~ r~ s~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ c~ d~ s~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ #~ $~ ,~ 3~ 8~ 9~ A~ H~ T~ U~ V~ W~ ~ ~ P~ Q~ ~ ~ ~ ~ ~ 
~ ~ ~ =~ >~ ~ ~ '~ ~ ~ ~ ~ C~ ~ ~ h~ ~ ~ =~ >~ _~ l~ y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ &~ =~ >~ I~ y~ z~ ~ ~ ~ ~ l~ m~ @~ Q~ ~ ~ ~ 6~ d~ ~ ~ ~ ~ [~ ~ ~ ~ ~ ~ ;~ ?~ @~ J~ U~ ~ ~ ~ ~ ~ ~ ~  ~ ~ ~ ~ J~ V~ }~ ~ ~ 
~ ~ N~ X~ }~ ~ ~ ~ ~ !~ "~ #~ $~ P~ Q~ [~ f~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ O~ [~ ~ ~ ~ ~ ~  ~ ~ ~ ~ #~ 1~ 2~ 3~ =~ H~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 3~ ?~ f~ ~ ~ ~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ D~ N~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ E~ Q~ x~ ~ ~ ~ =~ y~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ '~ Q~ R~ S~ U~ V~ W~ `~ ~ ~ ~  ~  ~ O~ l~ ~ ~ ~ ~ ~ 
~ ~ H~ e~ o~ z~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ $~ c~ ~ J~ K~ \~ ~ ~ ~ ~ ~ ~ ~ t~ u~ ~ ~ "~ Z~ ~ ~ E~ F~ P~ [~ ~ ~ ~ ~ ~ ~ ~ ~ $~ 7~ 9~ P~ Q~ Z~ ~ ~ ~ ~ ~ ~ E~ L~ T~ U~ k~ {~ |~ }~ ~~ ~ ~ ~ ~           !  D  r                          ! " # $ L m n                n u ~         ! ; C X m          " B g z       2      
    1 F X r       	 	 .	 H	 X	 r	 	 	 	 	 	 	 	 	 
 
 
 
 
 '
 
 
  Z      _ `        
 
 
 
 
 
   i   	 
  n o       	 
      U  = > ? P           - = W q y        - . / 0 A        
      )  B ~  %     O        # 5 O i z          2 L f w           ( ; N a b c d m 1   < o  8       /  ~        %! Q! }! ! ! ! ! 3" :" C" D" L" a" v" " " " " " " # '# A# R# l# t# # # # # # # 
$ $$ >$ O$ i$ z$ $ $ $ $ $ $ $ $ $ % %  % !% "% +% % & K' ' ' ;( ( .) ) ) ,* K* j* * * * * %+ &+ '+ 8+ |+ + + + + + + + + + , ", 3, J, a, r, , , , , , , , , - - /- F- W- n- - - - - - - - - -  . . &. 9. L. _. a. b. c. l. ~/ F0 1 1 2 N2 2 2 3 33 e3 3 4 5 6 T7 U7 \7 8 8 99 y9 9 9 9 : 5: T: s: t: : : : : : : : : : ; ; 0; R; t; ; ; ; ; ; < 4< 5< F< y< < < < < < > > > ? :? r? ? @ ]@ ^@ @ WA XA B B B B C qC rC C C D WD D D BE CE ME XE E E E E E E E E F F F F F "F jF F F F G *G aG G G G G G G G G G H H H H H %H CH gH H H H H H &I 'I :I MI `I sI uI vI wI I I I EJ FJ WJ XJ YJ J J J J J J J J J J J K L L !L "L #L $L UL L L 	M 
M ;M 3N 4N hN N N O ^O O O &P mP P Q Q Q Q (Q [Q eQ oQ pQ Q Q Q Q Q Q Q R R R R R R S S :S |S }S S S S S S S S S S S T T 0T CT VT iT kT lT T T T T U GU dU }U U U U U  V FV eV fV gV xV V V V V V W W W W .W /W BW UW hW {W }W ~W W W W X YX kX X X X =Y AY BY CY DY UY Y Y Y Y Y Y Y Y Y Y Y Z tZ Z V[ [ [ [ [ k\ l\ m\ ~\ \ \ \ \ \ \ ] ] ] ] 4^ ^ ^ ^ _ _ _ _ L` M` ` ` a a Qa #c Pc Qc c @d zd {d d be ce e e e e e f f [f g g 
h ch h h 5i i i j ej fj qj }j j j j j j j j j j j j j j j j j j j j j k k k k k k *k 2k >k ?k Dk {k k k k k 	l l Sl Tl Yl l l l l l m m 6m 7m <m tm ym m m m m m m  n n n Zn _n kn ln on yn zn }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 o o o o o o o o p p p p p p p #p $p -p 1p 2p Ep Qp Rp Sp Tp Up gp p p p p p p p p p p p p p p p p p p p p p p q q r r s s t t t #u 0u xu yu u u u u v v v Xv Yv Zv gv v 6w w w x x y y y fz z 2{ { | h| i| (} } } } "~ @~ A~ T~      u   ́         ; G V b c  ʅ    W \        ܈ ݈ . ~  ʉ ˉ o p ȋ ɋ 7 8     ׎   R              ͓ ړ ۓ ܓ ݓ ޓ ߓ         ! # ( ) 7 9 ? @ S U [ \ q s x y         ǔ ɔ ϔ Д ޔ        	  ) * + , -    ` z  ȗ   C W   ט   < p   ܙ    ? s t u v     ޛ      M N l z    ܜ ݜ ޜ  ( > T j k ѝ ҝ ܝ   $ . / V s t    ̞ Ξ      & ' K g h } ~       ڟ ۟ ܟ ݟ ޟ ߟ  	 
   9 U V h    ֠      8 9 : a b c d e f o     ơ     
 * + , Y Z [ \ ] ^ g   f g h y      I }     ܤ     ? U W    * + g h w Ȧ 
   p   է ֧ ק ا ٧ ڧ  > ? P q r s t u v  C D        ' ? V     : ; % & = R }          Ȭ ͬ ά ج ݬ ެ ߬     ' , - 7 < = H M N X ] ^ _ |          ǭ ̭ ͭ ׭ ܭ ݭ ޭ      * / 0 : ? @ K P Q [ ` a b        Į ɮ ʮ ծ ڮ ۮ     ( 6 F G R W X b g h s x y        ¯ ͯ ү ӯ ݯ          q  ܰ          ' , - 7 < = > e s             ű Ʊ Ǳ      # $ . 3 4 ? D E O T U V         Ų Ʋ Ѳ ֲ ײ       , - 8 = > H M N Y ^ _ i n o p ܳ ݳ   * + 6 ; < F K L W \ ] g l m n        Ǵ ̴ ʹ ش ݴ ޴      ) 9 : E J K U Z [ f k l v { | }     µ ǵ ȵ ҵ ׵ ص         > c   ݶ ޶       ʷ ܷ ݷ   % / 9 : m      Ƹ   ; <    D T e u v      / H w x  ͻ λ ϻ л ѻ ڻ " # r Ѽ ܼ   + @ X Y Z k " # $ % N ݾ ޾  $ 6 7 & ' 1 < o y           	 N O ^ o   &      : ; _ ` q   s                3 = G H n         6 7          8   ' (     	 O P   D E W   $ % :  ' *   {     # 6 7 < D I J O W c d i p u v {                            B C   $ %   r s       k l       
  $ 1 B S d u             7 8 
    $ t u   / _ `   h i         & 0 : ; i          B       u v w          7 A K L z            K   5            # - . \            / o               * 4 > ? m             D           * 8 9 : D O             = I p    
 A         
  K U _ `            7    , - . / 0 1 a 	 	 G	 	 	 	 ?
 
 
 
 
 
 , 6 @ A i          c v         	
 
 
 
 
 D
 g
 z
 
 
 
 
 
 
 
 
  > ? @ Q                   1 D W X Y Z c  B U ; < = > O     % : O a {         7 Q a {         + , - . 7   D E F W          * : T n v        * + , - U m         K h          & ? d w       S {         
 5 6 [ n           <     A  B  I  R  S  [  p              ! ! ,! A! S! m! ! ! ! ! ! ! ! ! 2" 3" [" \" o" " " " " " " " " # # $ 0$ $ p% q% r% % % i& p& y& z& & & & & & & ' ' 2' L' ]' w' ' ' ' ' ' ' ( ( /( I( Z( t( u( v( w( ( ( ( ( ( ( (  ) ) ) ) ) &* * * 
+ `+ + +, , 0- - - - - . 3. c. . . . / G/ {/ |/ / / / / / / / 0 )0 ;0 U0 o0 0 0 0 0 0 0 
1 1 '1 <1 Q1 c1 }1 1 1 1 1 1 2 2 22 32 42 52 ]2 ^2 q2 2 2 2 2 2 2 2 2 3 4 4 _5 l5 5 P6 6 7 7 7 7 8 -8 D8 c8 8 8 8 8 8 9 !9 *9 +9 39 E9 W9 i9 {9 9 9 9 9 9 9 : &: 7: N: O: W: i: {: : : : : : : ; #; 4; J; [; r; s; t; u; ; ; ; ; ; ; ; ;  < < 
< = = > 4? ? ? 7@ V@ @ @ A A >B ]C D D D D F F F G 6G UG G G G G H H #H gH hH H H H H H H H H H H I 4I 5I WI yI I I I I I J <J =J >J ?J yJ )L +L _L L L M WM M M M NN N N O O zP {P P Q Q DQ Q Q Q <R R R R R R )S 3S =S >S fS gS zS S S S S S S S T +T bT T T T T -U .U ?U @U AU iU jU }U U U U U U U U U V V V V V V V V V V V W W W W W <W `W W W W W W X  X 3X FX YX lX nX oX pX yX X  Y Y Y Y Y Y Y Y Z Z Z Z Z [ [ \ H\ \ \ \ =] ] ] ^ Z^ ^ ^ ^ ^ ^ ^ _ 
_ _ 6_ 7_ \_ o_ _ _ _ _ _ _ &` W` i` ` ` ` a a ,a Ya `a ha ia a a a a a a a a a a b 	b 
b  b !b *b b b b c c .c fc qc c c c d d d d Jd Qd Yd Zd d d d d d d d d d e e e e e &e e e e 	f Df Of nf f f f f f f  g !g Ig Jg ]g pg g g g g g g h Oh h 7i ri }i i 	j 
j j j Ij Jj Kj Lj sj tj j fk k k k >l yl zl l )m m m m m $n n n n n p p p ,q q r r Lr  s s 6s Ks gs ws s s s s Cu ru u v >v v v +w jw w x x x x *x 6x Ix Mx Nx Ox Px Qx Rx Sx Tx Ux ix px ux x x x x x x x x x x x x x x x x y y ty uy zy y y y y y .z 2z z z z z z z z z { { >{ ?{ D{ r{ w{ { { { { { { 	| 
| 
| | | | $| %| &| 7| <| D| K| R| ^| _| j| n| u| || }| ~| | | | | | | | | | | | | | | S} T} m} n} } } } } } } } } } } } } } } } } } } } } } ~ ~  ~ +~ 8~ 9~ C~ P~ Q~ R~ S~ T~ U~ V~ W~ d~ e~ s~ t~ u~ v~ ~ ~ \ ] O P ' ( ? H h  ΂   # k l         = Ԅ   ~  t u   _ Ј 6    Ɗ !    ދ ߋ  X Y j    5 N j     . /   ْ 咀     R h      9     [  z { ̖   h i 
  f g ՚ ֚   Z [ u  6  7 8   " & ' = > R S T ] k x y z { | }           ơ ǡ ա ס ݡ ޡ         , . 3 4 N P U V e g m n | ~         Ǣ Ȣ ɢ ʢ ˢ      L f   ᥀  ) A u   ڦ  , ` z   ݧ     6 ? @ V |     멀 쩀 
  + , J z { |  ƪ ܪ   	 o p z   « ̫ ͫ    ( > T j l      Ĭ Ŭ 鬀       / O P Q x y z { | }      ׭    1 J _ t      ֮ ׮ خ        
 , - A B d      ȯ ɯ ʯ        N O     7 8 9 : Z 籀  1 2 < G z     ݲ   & ' 0 ȳ ɳ    f     Q R s t u v w x  ܵ ݵ        A ᶀ ⶀ # . 8 C M N  ŷ ݷ  ! " ]  ظ ٸ ù Ĺ ۹   ) 9 : E J K U Z [ f k l v { | }     ź ʺ ˺ պ ں ۺ 満 뺀 캀      ( 8 9 D I J T Y Z e j k u z { |     Ȼ ͻ λ ػ ݻ ޻ 黀  ﻀ      ( 6 F G R W X b g h s x y     Ƽ Լ 伀 开           ! & ' ( A O _ ` k p q {           X z          ž ʾ ˾ վ ھ ۾ ܾ   ! " - 2 3 = B C N S T ^ c d e       ¿ ̿ ѿ ҿ ݿ ⿀ 㿀     $ 2 B C N S T ^ c d o t u                    
  z {               
   + 9 I J U Z [ e j k v { |               À 	À 
À À À À À 6À DÀ TÀ UÀ `À eÀ fÀ pÀ uÀ vÀ À À À À À À À À À Ā $Ā %Ā {Ā |Ā Ā Ā Ā Ā 3ŀ 4ŀ hŀ zŀ {ŀ ŀ ŀ ŀ ŀ ŀ ŀ ƀ /ƀ Aƀ Cƀ Zƀ [ƀ dƀ ƀ ƀ ƀ ƀ (ǀ ǀ ǀ ǀ ǀ Ȁ Ȁ Ȁ 8Ȁ 9Ȁ JȀ Ȁ Ȁ Ȁ Ȁ ɀ ɀ <ɀ kɀ lɀ mɀ nɀ oɀ xɀ ɀ ɀ ʀ oʀ zʀ ʀ ʀ ʀ ʀ ʀ ʀ ʀ 	ˀ ˀ ˀ ˀ ˀ ˀ {̀ |̀ ̀ ̀ ̀ ̀ ̀ ̀ ̀ ̀ 
΀ ΀ !΀ "΀ H΀ w΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ ΀ 
π Eπ Fπ π 2Ѐ RЀ sЀ Ѐ Ѐ Ѐ Ѐ Ѐ Ѐ р `р р Ҁ OҀ Ҁ Ҁ Ҁ Ҁ Ҁ Ҁ AӀ BӀ vӀ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ԁ 4Ԁ FԀ GԀ HԀ IԀ RԀ Ԁ Ԁ Ԁ Ԁ $Հ %Հ FՀ GՀ XՀ Հ Հ Հ Հ Հ lր ր ؀ ؀ ]ۀ jۀ ܀ ܀ ܀ ݀ ݀ ހ ހ ߀ ߀ ߀ [ \    %   3 4  .                      , - 5 = B C K S _ ` h o t u }      4 5   " #   : F   y z   c $ % - .  	 
  ) 3 y z          $ % 8 K b y z    S T     |     r     G      . > K w { |        9 : < = > G      F Q       & ] ^ _ `          = > ? A B C L     ) M  <	 L	 M	 N	 _	 m	 n	 o	 y	 	 	 	 	 	 	  
 !
 "
 #
 %
 &
 '
 0
 o
 {
 
 
 
 1    0 1 2 C Q R S T        
 2
 3
 4
 5
 7
 8
 9
 B
 
 
 
 
 ! A y            * 4 5 c           < \    ( ) : H I J         ' ( ) + B C L N O `                ' ^   ,          ' : M ` s u      A B C T             + > Q R S T ]         ' 0 1 G W X Y Z [ \ ] ^ _ `           >                  3  C  ]  w                ! 3! 4! 5! 6! ^! ~! ! ! ! ! ! ! ! @" n" " " " " ?# F# O# P# X# m# # # # # # # $ $ )$ >$ P$ j$ $ $ $ $ $ $ $ $ % % 1% D% W% X% Y% Z% c% % & M& & 4' 5' 6' 7' H' ' ' ' ' ( ( (( ;( <( =( >( G( ( ) \) ) C* D* E* F* W* * * * * * + + 2+ E+ F+ G+ H+ Q+ &, M, , , y- z- {- - - - - - - - . #. 5. O. i. y. . . . . . . / %/ 5/ O/ i/ j/ k/ l/ }/ / / / / 
0  0 30 F0 Y0 Z0 [0 \0 e0 1 ~1 1 1 a2 3 3 3 !3 3 4 4 4 4  4 54 J4 _4 q4 4 4 4 4 4 4 5 5 25 G5 \5 n5 5 5 5 5 5 5 6 6 6 6 =6 >6 Q6 d6 w6 6 6 6 6 6 6 m7 7 %8 x8 8 8 t9 9 $: : $; %; ,; k; ; ; < -< a< < < < = = += o= v= = = = = = = = = 
> > 8> R> c> }> > > > > > > ? ? 5? F? `? z? ? ? ? ? ? ? ? ? ? @ "@ 5@ H@ [@ \@ ]@ ^@ g@ %A B B B 
C wC C jD !E (E hE E E E E F  F aF bF cF tF F F F F F F F G G 0G GG ^G oG G G G G G G G G H H +H =H TH kH H H H H H H H I I I I ;I <I OI bI uI I I I I I I J K TL L PM M M M QN oN N 3O O P #R R R R 4T 5T uT T T T 3U RU qU U U U U V V *V +V 0V 2V 3V 4V =V JV lV V V V V V W 9W [W pW qW W W W W W W X Y Y Y ?Z vZ Z Z D[ [ [ [ \ \ S] T] ^ ^ P^ ^ ^ ^ $_ [_ _ _ )` ~` ` ` ` ` ` ` ` a a a +a >a Qa Sa Ta Ua ^a a a  b .b Lb fb b b b b b b c c c .c Ac Tc Vc Wc Xc ac c c &d 'd 8d 9d :d bd cd vd d d d d d d d d d e e e e e e e e e e 
f f 
f f f ;f f Kg Lg ]g ^g _g `g g h h Eh Fh wh oi pi i i j Uj j j k bk k k Ml Nl Ol Yl dl l l l l l l l 
m  m 3m 5m Km Lm Um m m n ?n Jn vn n n n n n o o o -o .o /o 0o Xo Yo lo o o o o o o o o 7p Rp p p p p q q .q \q q q q q q q q q q (r ?r @r Ar Br jr kr ~r r r r r r r r 3s [s s s s s t yt }t ~t t t t t t t t t u !u 4u 6u 7u 8u Au u u v v w w :w w w w w w w w w x x Mx y 6y 7y py y z z Jz z 2{ 3{ { { { %| T| U| | _~ ~ ~ ~ |      Ԁ 送   ( P Q  ႁ  I  ܃ 5 q Ʉ  ?     ȅ ԅ 煁 녁 셁 텁          # $ 3 4 5 A B C D O S f n z {       E J    ̇ Ї " # ( T X r s x   ܈ ݈ ∁   ; < = G          É ĉ Չ ډ ≁ 鉁               ! " # $ % & ' ( ) >     % 6 7 K M N O P Q Y _ ` i m n          ɋ ֋ ׋ ዁               ! 3   퍁  Ŏ Ǝ ݏ 揁  _ l    	 
  B C T     ۑ r . /        n Ԗ =   d     ^ | }     & H  Ӝ 윁  " # , - ̟ ͟ + , w       8 9 J   ס 5 6 R   S   j         s t * +    $ Ԫ  լ ֬ T U  Į Ů ۮ ܮ     	          ! " ; = C D ] _ d e s u { |         ʯ ̯ ѯ ү 쯁          " # 6 8 = > E J e f g h i G H T   겁  8 K   ǳ ߳  & Z x  ʴ   ( \ {     Ե ݶ ޶   ) < = V     ɷ ʷ 跁    N d z    
   # V ` j k    ƹ ܹ   
 ! " + M N b c        ͺ   ﺁ       $ E F Z [ u    ϻ 軁   , - B C T t u v        ʼ ˼ ߼ ༁    4 5 F f g h        콁      վ ־ ׾ ؾ    Ͽ п ڿ 忁  " , - N {      f g     I J [    Á Á Á Á Á Á Á zÁ {Á Á Á Á Á Á Á Á Á ā ā ā ā ā ā ā ā LŁ cŁ {Ł Ł Ł Ł Ł 0Ɓ vƁ wƁ aǁ bǁ yǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ȁ 	ȁ 
ȁ ȁ ȁ ȁ ȁ 9ȁ Gȁ Wȁ Xȁ cȁ hȁ iȁ sȁ xȁ yȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ Ɂ Ɂ 	Ɂ Ɂ Ɂ Ɂ Ɂ <Ɂ JɁ ZɁ [Ɂ fɁ kɁ lɁ vɁ {Ɂ |Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ  ʁ ʁ ʁ ʁ ʁ ʁ !ʁ &ʁ 'ʁ (ʁ dʁ rʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ 	ˁ ˁ ˁ ˁ ˁ ˁ *ˁ /ˁ 0ˁ :ˁ ?ˁ @ˁ Aˁ ˁ ˁ ́ &́ 6́ 7́ B́ Ǵ H́ Ŕ Ẃ X́ ć h́ í ś x́ ý ź ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ 0́ >́ Ń Ó Ź _́ `́ j́ ó ṕ {́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ΁ ΁ 
΁ ΁ ΁ ΁ "΁ #΁ $΁ J΁ X΁ h΁ i΁ t΁ y΁ z΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ρ ρ Hρ Vρ fρ gρ rρ wρ xρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ Ё Ё 	Ё Ё Ё Ё $Ё )Ё *Ё +Ё WЁ eЁ uЁ vЁ Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё с с с с с с $с %с /с 4с 5с 6с Zс zс с с с ҁ ҁ 'ҁ (ҁ )ҁ Lҁ ҁ ҁ Ӂ Ӂ Ӂ #Ӂ .Ӂ aӁ kӁ uӁ vӁ Ӂ Ӂ Ӂ Ӂ Ӂ Ӂ ԁ Vԁ Wԁ wԁ xԁ ԁ %Ձ [Ձ Ձ Ձ Ձ Ձ Ձ Ձ Ձ Ձ 9ց Rց kց ց ց ց ց 	ׁ 
ׁ ׁ ׁ 
ׁ ׁ ^ׁ _ׁ ׁ 
؁ ؁ 4؁ M؁ g؁ |؁ ؁ ؁ ؁ ؁ ^ف _ف `ف aف ف ځ ځ Nځ `ځ rځ sځ bہ cہ mہ xہ ہ ہ ہ ہ ہ ܁ '܁ 9܁ :܁ ;܁ <܁ E܁ ܁ ܁ ܁ ܁ ܁ ܁ b݁ ݁ ݁ ށ 7ށ Tށ vށ wށ ށ ށ ށ ށ T߁ ߁ ߁ 0 1 2 3 Y Z    & ' 1 < o y          Q R r s      A B C D t 
 . c d   3 4 E   L M      ` a v  c f     = > M _ r s x                         
    " . / 0 1   * +   ~    ` a               B     9 F S ` m ~            # S T   s t F G  + `   
 >
 k
 
 
 
 5         $ / b l v w        $ 0 W ~    ( 2 W         * + 5 @ s }           ) 5 \    q        
  " U _ i j          
  @ k   U           ( 3 f p z {           + R     S T U f t u v        + , - / 0 1 : y     ) F }       " ? I T                  =! s! $" %" 6" h" i" j" k" l" m" " N$ O$ $ $ $ 4% {% % &  & *& 5& h& r& |& }& & & & & & ' ' *' +' 4' ' ' ' ' ' ' ( &( .( /( E( U( V( W( X( ( ( ( ( ( ( ( ( ( ( ) L) z) {) |) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) &* G* H* m* * * * * * * * ~+ + w, x, y, z, , H- O- X- Y- a- v- - - - - - - . . 2. G. Y. s. . . . . . . . . / A/ T/ g/ h/ i/ j/ s/ / 0 0 0 0 0 0 0 0 0 0 1  1 21 L1 f1 v1 1 1 1 1 1 1 2 "2 22 L2 f2 g2 h2 i2 2 2 2 2 2 2 2 2 2 3 3 3 3 44 4 4 4 4 4 95 :5 b5 {5 5 5 5 5 5 5 5 5 6 6 6 C7 7 7 7 7 7 H8 I8 q8 r8 8 8 8 8 8 8 8 8 8 9 9 /: x: ; ; ; *; }; ~; ; ; ; ; ; ; ; ; < < 1< K< S< h< }< < < < < < = = 	= 
= = n= o= = = = = = = = = = = > > ? X? l? ? @ @ @ @ )A A A A A A A A A B )B CB TB nB B B B B B B B C &C @C QC kC C C C C C C C C C D D (D ;D <D =D >D GD E bE E F IF F G gG G lH H H H 	I XI oI I I I +J WJ J J J J 
K K K K &K ;K PK eK wK K K K K K L L ,L FL NL cL xL L L L L L L M )M CM TM nM oM pM qM M M M M M M M M M M N N O %P P P Q Q R R R S %S DS iS S S S S  T T T VT ]T fT gT oT T T T T T T T 
U $U ;U LU bU sU U U U U U U U U 	V  V 1V HV _V pV V V V V V V V V V  W W &W 9W ;W <W =W FW XX  Y Y pZ Z ([ s[ [ [ 
\ ?\ \ z] ^ _ .` /` 6` a a b Sb rb b b b c .c Mc Nc _c c c c c c c c c c c 
d ,d Nd pd qd d d d d e e  e Se xe ye ze {e e eg gg g g h Lh h h 7i 8i i 1j 2j j j k k k Kl Ll l l l 1m xm m n n 'n 2n en on yn zn n n n n n n n n n n Do go o o o p ;p ip jp {p |p }p p p p p p p p p p p q Aq q q q q q  r r r 'r :r Mr Or Pr Qr Zr xr r s  s 1s 2s 3s [s \s os s s s s s s s s \t t t t t t t /u u u u u v 
w w Bw w w w 8x yx x  y Gy y y y y y z 5z ?z Iz Jz rz sz z z z z z z z z b{ { { { { | V| W| h| | | | | | | | | | | | 
} } 0} C} E} F} \} ]} f} } } !~ >~ W~ j~ ~ ~ ~ ~   ? @ A R           	  / B U W X Y b р  3 E         / \ ]      ҂ Ԃ Ղ ւ ߂ N  0 s   ؄ E F G X       녂  Ԇ Ն  z   臂 e Ј ш & ' ` É   +  * + h  T U  < = r    Ǝ   5   琂 = z ӑ  g  ݒ ? @ K W f r                ѓ ғ ӓ ߓ  ᓂ Ⓜ 퓂       U Z    㔂 蔂 - . 3 j n   ƕ      N S z {    ٖ ږ ۖ 喂 4 9 E F I S T W ` a b s x                    × ė ŗ Ɨ Ǘ ܗ     Ø Ԙ ՘ 阂 똂 옂 혂          + , - . / A [ \ g t u                 љ     c d {    
 R S _     គ  2 3 4 A y  ̠ ͠      @   r ۤ B C  ]      .    ĩ 橂 O q     ʫ ˫ j k ɭ ʭ  ! 0 < =   ֮ ׮ 讂 1 6 u ӯ ԯ  Z      X Y   I J     ȶ ɶ    · r , s t   ^ b c y z                ټ ۼ ἂ ⼂         - / 5 6 K M R S h j o p             Խ ֽ ۽ ܽ 㽂 轂      忂 濂  : T      1 e }     J h     Â MÂ NÂ OÂ PÂ rÂ {Ă |Ă Ă Ă Ă Ă Ă Ă 'ł (ł Fł Tł gł hł ł ł ł ł ł Ƃ Ƃ .Ƃ DƂ EƂ Ƃ Ƃ Ƃ Ƃ Ƃ Ƃ ǂ 	ǂ 0ǂ Mǂ Nǂ dǂ zǂ ǂ ǂ ǂ ǂ ǂ ǂ ǂ ǂ  Ȃ Ȃ %Ȃ AȂ BȂ WȂ XȂ YȂ ZȂ kȂ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ ɂ /ɂ 0ɂ Bɂ mɂ ɂ ɂ ɂ ɂ ɂ ɂ ɂ ɂ ʂ ʂ ʂ ;ʂ <ʂ =ʂ >ʂ ?ʂ @ʂ Iʂ hʂ iʂ }ʂ ~ʂ ʂ ʂ ʂ ʂ ʂ ʂ ˂ ˂ ˂ 3˂ 4˂ 5˂ 6˂ 7˂ 8˂ A˂ ˂ ˂ @̂ Â B̂ Ŝ ŝ t̂ û v̂ ̂ #͂ W͂ m͂ n͂ x͂ ͂ ͂ ͂ ͂ ͂ ͂ ΂ /΂ 1΂ b΂ c΂ l΂ ς ς Aς Bς Qς ς ς ς ς JЂ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ т т *т Kт Lт Mт Nт Oт Pт }т ҂ ҂ _҂ j҂ t҂ ҂ ҂ ҂ ҂ ӂ ӂ 0ӂ ]ӂ ^ӂ ӂ ӂ Ԃ Ԃ Ԃ  Ղ Ղ ,Ղ WՂ eՂ uՂ vՂ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ ւ ւ ւ ւ ւ ւ "ւ 'ւ (ւ 2ւ 7ւ 8ւ 9ւ Vւ dւ tւ uւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ׂ 	ׂ 
ׂ ׂ ׂ ׂ %ׂ *ׂ +ׂ 5ׂ :ׂ ;ׂ <ׂ dׂ rׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ؂ ؂  ؂ !؂ ,؂ 1؂ 2؂ <؂ A؂ B؂ M؂ R؂ S؂ ]؂ b؂ c؂ d؂ }؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ Kق ق ق ق ق ق ق ق ق ق ق ق ڂ ڂ ڂ ڂ ڂ ڂ ڂ ?ڂ Mڂ ]ڂ ^ڂ iڂ nڂ oڂ yڂ ~ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ۂ 
ۂ ۂ ۂ ۂ ۂ )ۂ .ۂ /ۂ 0ۂ `ۂ nۂ ~ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ܂ ܂ ܂ ܂ ܂ "܂ '܂ (܂ 3܂ 8܂ 9܂ C܂ H܂ I܂ J܂ ܂ ܂ ܂ ܂ ݂ ݂ ݂ ݂ ݂  ݂ %݂ &݂ 1݂ 6݂ 7݂ A݂ F݂ G݂ H݂ g݂ u݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ނ ނ ނ ނ $ނ %ނ /ނ 4ނ 5ނ @ނ Eނ Fނ Pނ Uނ Vނ Wނ rނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ߂ =߂ `߂ a߂ ߂ ߂ ߂ ߂ ߂ ߂ o p       	   G k }         d    . ? O P t u    	 " Q R x         L       2 3 4 E     (            I S ] ^         ( ) 8 I     n       9 : K   M        } ~      
  ! " H p          ` a                  ) *     1      a     o  p  U j         # $ ) 1 = > C J O P U \ h i q y ~                p q   ^ _   v      L	 M	 	 ` a i j  E F  e o         - > O ` a t                 N O   	 9 :   B C j z         
   C u v x y z       Z            O! P! Q! b! ! ! ! ! ! ! ! ! " " %" &" T" y" z" {" }" ~" " " " " " %# e# # $ x$ $ $ $ $ $ $ $ $ $ $ $ % % 6% \% ]% ^% _% a% b% c% l% % % % 	& I& m& & \' l' m' n' ' ' ' ' ' ' ' ' ( ( ( ( G( n( o( p( q( s( t( u( ~( ( ( ( ) ]) }) ) ) ) ) * * * * * )* \* f* p* q* * * * * * * * * + #+ J+ x+ + + + , d, e, v, , , , , , , , %- /- 9- :- c- d- e- g- ~- - - . . . . / / / / 0 0 0 	0 
0 0 ;0 1 1 !2 c2 2 2 3 h3 3 3 3 3 4 4 4 4 C4 c4 v4 4 4 4 4 4 4 4 =5 P5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 6 A6 T6 g6 z6 6 6 6 6 6 6 6 7 7 7 +7 \7 c7 l7 m7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 18 28 38 48 =8 z8 9 /9 : : : : ): : : : : : ; ); ;; U; o; ; ; ; ; ; ; ; < +< ;< U< o< p< q< r< < < < < = = = = = |= = > >  > 1> {> > > > > > > > > ? ? .? H? P? e? z? ? ? ? ? ? @ @ @ @ /@ G@ Z@ m@ @ @ @ @ @ @ %A BA A A pB qB rB sB B B B  C C >C QC dC wC xC yC zC C -D UD D D E E E E E E E F F 5F HF [F nF F F F F F bG G G H H H H H I I #I ,I -I 5I JI _I qI I I I I I I J J -J GJ aJ qJ J J J J J J K 
K 5K 6K IK \K oK K K K K K K ZL L L 
M M JN KN LN ]N N CO JO SO TO \O qO O O O O O O P &P 7P QP YP nP P P P P P P 	Q #Q 4Q NQ OQ PQ QQ yQ zQ Q Q Q Q Q Q Q Q Q R  S aS S S :T T U `U 
V `V aV hV V V 
W =W iW W W W !X UX VX gX X X X X X X X Y Y /Y IY ZY tY Y Y Y Y Y Y Z Z +Z =Z WZ qZ Z Z Z Z Z Z [ 
[ [ [ 7[ 8[ K[ ^[ q[ [ [ [ [ [ [ a\ [] ] 9^ F^ ^ *_ _ ]` d` ` ` ` a a =a \a a a a a a a b b 
b b 1b Cb Ub lb b b b b b b  c c (c )c 1c Cc Uc gc yc c c c c c c d $d 5d Ld Md Nd Od wd xd d d d d d d d d d e f g h h h i 0i i i i oj k 7l _m m m m po qo o o p /p op p p p p p p Aq Bq fq gq lq nq oq pq yq q q q q r r 1r Sr ur r r r r r s s s s Ss u u 9u {u u u 1v v v v (w w w x x Ty Uy y y y z `z z z { e{ { { { { | 
| | | @| A| T| g| z| | | | | | | } <} j} } } } ~ ~ ~ ~ ~ C~ D~ W~ j~ }~ ~ ~ ~ ~ ~ ~ ~ b c t u v            :   π Ѐ р   
   3 F H I J S w        ͂ Y Z       " Y  օ  Y  冃 4      Ӈ ݇ 燃 臃   6 I \ o q      1 C {      3 : B C Y i j k l     Ί ኃ ㊃ 䊃    s   ܋   @ K j   ݌ ތ ߌ  $ + 3 4 d { | } ~    ͍        o  ю ㎃  ) H      ͏   # $ 7 J ] p r s t } 쐃 ) Α  L W v 㒃 䒃 咃  # $ % & M N  @ r s   S T   n o Ė Ŗ  a   ɗ  ș ə     & ڛ ۛ  % A Q d   Ӝ  L  ۞  q   D { ݠ ޠ 頃    # ' ( ) * + , - . / C J O _ ` o p q } ~            N O T   ˢ ̢ Ѣ   ^ _ d      죃     L Q w x y  Ҥ פ 㤃 䤃 礃           % , 8 9 D H O V W X Y Z [ \ ] ^ _ ` a b c d e z - . G H a r s              ɦ ʦ ˦ ̦ ͦ ߦ       * + , - . / 0 1 > ? M N O P ] o 6 7 ) *    " B      E F Y ~   Ь Ѭ Ҭ ߬   j k X Y N O [ ް 9   y ಃ ᲃ   [ \    ̴ 2 3 D b    ( D ^ _ h i  	 g h   λ ڻ ۻ , B t u  ϼ Լ  q r   5  T U    B C   @ A Ã Ã fă gă 4Ń 5Ń OŃ `Ń ƃ ƃ ȃ ȃ ȃ ȃ Ƀ  ʃ ʃ ʃ ʃ ,ʃ -ʃ .ʃ 7ʃ Eʃ Rʃ Sʃ Tʃ Uʃ Vʃ Wʃ [ʃ \ʃ ]ʃ ^ʃ wʃ yʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ˃ ˃ 
˃ ˃ (˃ *˃ /˃ 0˃ ?˃ A˃ G˃ H˃ V˃ X˃ ^˃ _˃ r˃ t˃ y˃ z˃ ˃ ˃ ˃ ˃ ˃ ˃ ˃ ̓ ̓ ̓ ̓ ̓ &΃ @΃ t΃ ΃ ΃ ΃ σ σ Oσ bσ σ σ σ Ѓ :Ѓ TЃ dЃ Ѓ Ѓ Ѓ Ѓ Ѓ Ѓ у ҃ ҃ 0҃ V҃ e҃ x҃ y҃ ҃ ҃ ҃ ҃ ҃ Ӄ Ӄ $Ӄ TӃ UӃ VӃ Ӄ Ӄ Ӄ Ӄ Ӄ Ӄ Iԃ Jԃ Tԃ _ԃ ԃ ԃ ԃ ԃ ԃ ԃ ԃ Ճ Ճ .Ճ DՃ FՃ ]Ճ ^Ճ gՃ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ Ճ 	փ )փ *փ +փ Rփ Sփ Tփ Uփ Vփ Wփ `փ փ փ փ փ փ փ փ փ ׃ $׃ 9׃ N׃ h׃ i׃ ~׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ؃ ؃ ؃ ؃ >؃ Z؃ [؃ p؃ q؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ (ك )ك ك ك ك ك ڃ ڃ ڃ ڃ 4ڃ ڃ ڃ ۃ ۃ ۃ !ۃ Tۃ ^ۃ hۃ iۃ ۃ ۃ ۃ ۃ  ܃ ܃ 
܃ ܃ ܃ ܃ ܃ ܃ @݃ ݃ ݃ ݃ ݃ +ރ ,ރ Mރ Nރ Oރ Pރ Qރ Rރ [ރ ރ ރ ރ ރ ރ ރ ރ ރ ރ ߃ ߃ ߃ ߃    ' (       7 l            $ % / 4 5 @ E F P U V W u                      # $ . 3 4 ? D E O T U V x                     ! , 1 2 < A B M R S ] b c d                    ) 9 : E J K U Z [ f k l v { | }  2 T b r s ~                   
    ( - . 8 = > ? l z                    ( - . 8 = > I N O Y ^ _ `                  T U                    # $ / 4 5 ? D E P U V ` e f g                    . / : ? @ J O P [ ` a k p q r      U V c d e  
  B T U _ j      	   4 5 >      a         $ u       E F G H I R    I T p             U V             " Q c u v w x           , M s       :   ) l m n o     P b c m x         ! " # ,         ! 2 } ~    F j   7 D o p         5
 6
     
 
 
    y z                         % - 9 : B I N O W ^ j k l m   f g          S T   =     Y   ~  
 S T u                      ! %! <! S! T! _! " " -# .# # # & & V' g' ' ' ' L( z( ( ( ( !) q) ) ) * + %+ Q+ U, V, `, k, , , , , , - - - - - !- `- l- - - -  . +. d. n. . . . .  / 7/ 8/ 9/ :/ f/ g/ q/ |/ / / / / / 0 0 0 0 0 0 &0 e0 q0 0 0 1 '1 1 2 &2 '2 (2 92 G2 H2 I2 S2 ^2 2 2 2 2 2 2 2 2 2 2  3 3 
3 I3 U3 |3 3 3 4 4 4 
5 5 5 5 +5 ,5 -5 .5 Z5 d5 o5 5 5 5 5 5 6 
6 6 6 6 6 6 6 [6 g6 6 6 6 7 S7 7 7 7 7 7 7 7 7 7 7 8 8 8 =8 g8 h8 i8 k8 l8 m8 v8 8 8 8 9 69 e9 9 9 : : : ": #: $: ^: {: : : : : : : ; ; ; ; ; ; &; (< )< :< y< < `= a= r= = = = = = = = ? ? ? @ 8@ p@ @ A [A \A fA qA A A A A A B B 'B :B MB OB fB gB pB B B C C C .C [C bC jC kC C C C C C C C C D D +D ,D -D .D 7D ZD D D D D D D E 
E E !E 1E 2E 3E 4E 5E 6E 7E 8E 9E :E bE E E E E E E E E E F F F G G G G G H H H H H H H H H 
I I 7I QI YI nI I I I I I I 
J J J J 8J XJ }J J J J J J J K HK K K K K L  L )L *L 2L GL \L nL L L L L L L M M *M DM ^M nM M M M M M M M M N N 1N 2N 3N 4N =N N N 'O pO P P P P "P uP vP P P P P Q Q Q Q Q !Q Q Q 6R R S S S  S 1S S S S S S S S T T  T !T "T +T  U 'U kU U SV TV UV fV V V V V V V V V W )W CW SW mW W W W W W W W X )X CX DX EX FX WX X X X X X X 
Y  Y 3Y 4Y 5Y 6Y ?Y Y XZ Z Z ;[ [ [ [ [ e\ \ \ \ \ \ ] $] 9] K] e] ] ] ] ] ] ] ] ^ !^ 6^ H^ b^ |^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ +_ >_ Q_ d_ w_ x_ y_ z_ _ G` ` ` Ra a a Nb b b c c c d Ed d d d e ;e ge e e e e f If Pf Yf Zf bf wf f f f f f f g ,g =g Wg hg g g g g g g g h  h :h Th eh h h h h h h h h h h i "i 5i 6i 7i 8i Ai i j ak k k Ql l Dm m n Bn an n n n n n ;o <o =o No o o o o o o o o o 
p !p 8p Ip `p wp p p p p p p p p q q .q Eq \q mq q q q q q q q q q r r )r <r Or br ur wr xr yr r s \t .u u *v dv v v +w Iw {w 
x x y z j{ k{ r{ } } O} } } } 
~ ,~ K~ j~ ~ ~ ~ ~ ~   
  
   $ F h       5 J K \         ׂ  P  σ  s t Ƅ m n - .   *     5 m   X Y c n     މ ߉    + - . / 8   ڊ  & @ w      ዄ ⋄    . 0 1 2 ; Y }       < = P c v       ؍ [ \ m n o     ю 䎄 掄 玄 莄    % & 7 8 9 : k      Q I J ~   / t   <  Ҕ ' ( ) 3 > q {     ԕ 畄  
  % & /  ϖ ᖄ  $ P    ї ؗ  ᗄ    	 
 2 3 F Y l        , ] z   ޙ 附  6 \ { | }   ɚ њ Қ      D E X k ~      
 5 o   ǜ 朄 S W X Y Z k     ՝ 蝄        Ǟ l  Ꞔ          à Ġ 렄 전 ' ޡ   J    $   
 b c   . / g 9 f g  V   Ĩ x y  é ߩ 梅  * + q  ꫄ # y   K  ⭄  { |      Ů Ʈ Ǯ Ȯ ɮ ʮ ˮ ̮ ͮ ᮄ 讄    
       ) - @ H T U Z   쯄    $ i j o      . 2 L M R      걄 ﱄ    ! p u             ò ʲ ֲ ײ Ⲅ 沄                    ˳ ̳ 峄 泄    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȴ ɴ ʴ ˴ ̴ ʹ δ ϴ ܴ ݴ 봄 촄    
 Ե յ Ƕ ȶ     ค 9 F    㹄 乄    . n o p }  L  	   콄   | ׾ H   ~  >    8 V W j Ä Ä Ä  ń "ń ń ń ń ń ń ń Ǆ Ǆ Ȅ Ȅ Ʉ Ʉ QɄ ]Ʉ lɄ xɄ yɄ Ʉ Ʉ ʄ ʄ $ʄ mʄ rʄ ʄ ˄ ˄ ,˄ ˄ ˄ -̄ ̄ ̄ D̈́ ̈́ ̈́ ̈́ ̈́ ΄ ΄ τ τ Mф Nф ҄ ҄ ҄ ҄ ҄ ҄ ӄ hԄ Մ Մ .ք /ք ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ؄ ؄ ؄ ؄ 7؄ 9؄ >؄ ?؄ M؄ O؄ U؄ V؄ i؄ k؄ q؄ r؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ل ل ل ل ل $ل ?ل @ل Aل Bل Cل !ۄ "ۄ .ۄ vۄ ۄ ۄ ۄ ܄ %܄ Y܄ m܄ ܄ ܄ ܄  ݄ 4݄ R݄ ݄ ݄ ݄ ݄ ބ 6ބ Uބ ބ ބ ބ ބ ބ ߄ ߄ ߄ ߄    0 c d         ( > T j       0 : D E l           ' ( < = a } ~                   4 5 O k l ~         . N O P w x y z { |             @ A B o p q r s t }   | } ~       _          ( U k m    @ A } ~   # $ 5           T U f        Y Z       & = U l    
 P Q ; < S h                   ! 1 2 = B C M R S ^ c d n s t u                   $ 4 5 @ E F P U V a f g q v w x                   > L \ ] h m n x } ~                   	 
             ! " , 1 2 = B C M R S T {                 
  ( ) 4 9 : D I J U Z [ e j k l                  $ 2 B C N S T ^ c d o t u       " 0 @ A L Q R \ a b m r s }                     1 ? O P [ ` a k p q |                    	    4 T y        &        ; E O P        0 1 Q R   5 Z j {       , E ^          8  9         ' A V n o p  8 9 : ; d   ( : L M < = G R             d e t    <     . P Q u v   .   
	 	 	 
	 3	 4	 	 	 	  
 
 
 
 I
 S
 ]
 ^
 
 
 
 
 
 
 
 + , L M          N  
 = >   
   e f & ' Z [ m   : ; P  = @       ' 9 L M R Z _ ` e m y z                        	 
        ! ! X" Y" " " :# ;# # # $ $ $ & & ' ' ' ) ) * + + , , .  . -. :. G. X. i. z. . . . . . . . . . -0 .0 0 0 M1 N1  4 !4 4 5 :5 5 5 5 6 E6 u6 v6 6 7 ~7 7 7 8 8 8 9 9 9 	: <: F: P: Q: : : : : : : : : 
; 1; X; ; ; ; < < 1< < < < < < < < < = = = = M= W= a= b= = = = = = = = = > > 6> a> > > K? ? ? ? ? ? ? ? ? ? ? /@ 9@ C@ D@ r@ @ @ @ @ @ @ @ @ @ @ A EA A A /B B B B B B B B B B B C 
C @C JC TC UC C C C C C C C C C C D ,D ZD D D D -E .E /E @E NE OE PE ZE eE E E E E E F F F 	F 
F F F SF _F F F F G  G WG G G G G G G G H #H .H aH kH uH vH H H H H H H H I I I J MJ J J K BK CK DK EK FK GK wK (M )M ]M M M N UN N N N O O BO LO VO WO O O O O O O O P P P yP P P P P P P  Q Q 	Q Q /Q 0Q 1Q 2Q ZQ }Q Q Q Q Q Q Q Q Q Q &R TR UR VR gR R R R R R R R R R R R R R R R  S !S "S GS ZS mS nS oS pS yS S XT kT QU RU SU TU eU "V )V 2V 3V ;V PV eV wV V V V V V V W !W 3W MW gW wW W W W W W W W X .X AX BX CX DX MX X X ZY [Y \Y mY Y Y Y Y Y Y Y Z &Z @Z PZ jZ Z Z Z Z Z Z Z [ &[ @[ A[ B[ C[ k[ [ [ [ [ [ [ [ [ [ a\ ~\ \ ] ] ] ] ] ] ^ ^ <^ U^ z^ ^ ^ ^ ^ ^ ^ ^ i_ _ _ ` ` ` ` ` ` "a #a Ka La qa a a a a a a a a b b 	c Rc c c c d Wd Xd _d hd id qd d d d d d d e %e -e Be We ie e e e e e e e e e Hf If qf rf f f f f f f f f f g g 2h Fh h i i i i j j j j j j j j j j k k .k Hk bk sk k k k k k k  l l +l El _l pl l l l l l l l l l m m m m m !m m <n n n #o vo o Ap p Fq q q q q 2r Ir yr r r s 1s ]s s s s s s s s  t t *t ?t Qt kt t t t t t t u  u (u =u Ru gu yu u u u u u v v .v Hv Iv Jv Kv sv tv v v v v v v v v v w x x uy y y fz z { { { { | C| Z| y| | | | | | 0} 7} @} A} I} [} m} } } } } } } } ~ &~ <~ M~ d~ e~ m~ ~ ~ ~ ~ ~ ~ ~  " 9 J ` q                  2  ̂ J ȃ  M l Ʉ 焅   T s   	    튅 - L k  ʋ 鋅  ' ( 9 } ~         䌅  ( J K m   Ӎ 荅 鍅  - R S T U  ? A u   & m    d   ˓ ̓   Ȕ % & Z  ӕ  R      ? I S T | }    ɗ ˗ ̗ ͗ ֗  A x  Ę ޘ  C D U V W      ̙ Ι ϙ Й ٙ        ښ ۚ    ' ) * + 4 R v     
 5 6 I \ o       6 Ý ĝ ՝ ֝ ם ؝ 	      矅 蟅  ^  ͠  S  ڡ ! p Ţ Ƣ Ǣ Ѣ ܢ   # $ L M r     ã ģ ͣ < m   ¤  0 1 B o v ~       Х ѥ 䥅  
     6 7 @  ʦ   1 D |   ԧ     , ` g o p      ⨅ 㨅  	  / 1 2 3 <  ө 
  Z e       	 6 7 _ ` s        ( e 
 M       ! 2 _ ` a b   Ů |   诅 T   ° ?      :  ̲ Ͳ  ״   B  . / b   L a }   ȷ ɷ  Y    T  麅 A     % 1 @ L _ c d e f g h i j k             Ǽ ˼ ޼ 漅    / 4     ½   
 D H    ̾ о 꾅 뾅  ( - T U Z            # - . 1 : ; < M R Z a h t u                     i j                       	  5 6 A N O Y f g h i j k l m z {       rÅ sÅ eą fą =Ņ >Ņ Uƅ ^ƅ ~ƅ ƅ ƅ ,ǅ -ǅ 9ǅ ǅ ǅ ǅ ǅ ǅ ǅ ȅ 
ȅ ȅ ȅ Sȅ ȅ Ʌ Ʌ ʅ ʅ ˅ ˅ ˅ ̅ u̅ ̅ Lͅ ͅ ΅ ΅ ΅ 7υ υ υ υ υ υ Ѕ nх oх х ҅ ҅ )Ӆ KӅ dӅ Ӆ Ӆ Ӆ ԅ ԅ Dօ Eօ օ օ օ օ 
ׅ ׅ ׅ hׅ ~ׅ ׅ ׅ ׅ ؅ ؅ O؅ ؅ ؅ ؅ 4م qم م څ څ څ 2ۅ 3ۅ ~ۅ ۅ #܅ $܅ |݅ }݅ ޅ ޅ ߅ ߅ p q   L  M N   8 < = S T h i j s                         	   % ' , - B D I J d f k l { }                      . b |     ? W     $ B v     ' ( ) * L U V l          . A B `                  
 ' ( > T j             1 2 3 4 E e f g             	 
  G ` u                # B C W X z         
       d e    - M N O P p  1 G H R ]       	  < = F     + |    $ g h           % & ' ( ) * W   9 D N Y c d    
 7 8 s        1 ? O P [ ` a k p q |                        0 > N O Z _ ` j o p {                              >  L  \  ]  h  m  n  x  }  ~                              ' , - 7 < = > W e u v              % n                   ' 7 8 C H I S X Y d i j t y z {                	 
 : H X Y d i j t y z                  
    " # $                    ! " A O _ ` k p q {                 	       * / 0 1 L Z j k v { |              : ;       I	 J	 ~	 	 	 	 	 	 	 	 	 !
 E
 W
 Y
 p
 q
 z
 
 
 
 
 >      ) * N O `     +
 ,
 R
 
 
 
 
 
 
 
 
 &        
                  # - 7 8 ^           # [ \  H h        % v  ' e       W X          " J \ ] ^ _ h     : ; \ ] n          s        " " " " # # $ q% r% ' ' ' ;( ( ( I) J) /* D* * * * * * * * * * * + + + + + $+ )+ *+ /+ 6+ B+ C+ K+ S+ X+ Y+ a+ i+ u+ v+ ~+ + + + + + + + + + J, K, - - 8/ 9/ / / P0 \0 0 0 1 1 &2 '2 y2 :4 ;4 C5 D5 5 7  7 7 ?9 I9 : : ; ; ; ; ; ; < < )< :< ;< N< a< x< < < < = = i> j> > > A A B B B (C )C C C C D D ]D D E E DE TF aF F G G G G G G G G H OH PH RH SH TH ]H H H H H 4I \I gI I I I )J *J +J <J sJ tJ uJ vJ J J J J J J J  K .K SK TK UK WK XK YK bK K K K K ?L cL L RM bM cM dM uM M M M M M M M M M N 6N 7N 8N 9N ;N <N =N FN N N N N #O GO O 6P FP GP HP YP gP hP iP jP P P P P P P P !Q HQ IQ JQ KQ MQ NQ OQ XQ Q Q Q Q 7R WR R R R R R R R R R S 6S @S JS KS yS S S S S S S S S S $T RT rT T T T >U ?U PU ^U _U `U U U U U U 	V V V =V >V ?V AV XV YV bV dW eW vW W W X X X X X X X X X Y Z Z Z =[ t[ [ [ B\ \ \ \ \ \ \ \ \ ] =] P] c] v] ] ] ] ] ] ^ *^ W^ X^ Y^ j^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ ._ A_ T_ g_ h_ i_ j_ s_ _ _ _ _ _ ` 6` =` F` G` ]` m` n` o` p` q` r` s` t` u` v` ` ` ` ` ` a a 
a a a Ta a 	b b b b b c c c c c c c d d /d Id Yd sd d d d d d d e e /e Ie Je Ke Le te e e e e e e e e Vf f f f f g Ug \g eg fg ng g g g g g g h "h *h ?h Th fh h h h h h h h h 	i !i 4i Gi Zi mi ni oi pi yi i j cj j Jk Kk Lk Mk ^k k k k k l +l >l Ql Rl Sl Tl ]l m /m rm m Yn Zn [n \n mn n n n n o "o 5o Ho [o \o ]o ^o go <p cp p p q q q q q q q r r r $r 9r Kr er r r r r r r r s !s ;s Ks es s s s s s s s t t #t 6t It \t ot pt qt rt {t 4u u u u wv $w %w &w 7w w x $x -x .x 6x Kx `x ux x x x x x  y y +y 3y Hy ]y ry y y y y y y z (z )z *z +z Sz Tz gz zz z z z z z z z { { ;| | | } } } :~ ~ : ; B     C w  π  / 0 A       ȁ ݁  	 # 4 N h y    Ƃ ۂ    1 K \ v    ̃ 惆 烆 胆 郆   % 8 K ^ q r s t } ; 5        7 > ~   ቆ   6 w x y  Ί Պ ފ ߊ 犆    / F ] t    ċ ڋ 닆     / A S j     ׌ 茆   & ' ( ) Q R e x        Ў  j 萆 f  둆 
 g   I   9    J K  ˘ ꘆ 	 I h   ř ƙ י   @ A F H I J S `   ƚ 蚆 隆  - O q    ˛     - ݝ ߝ  U  Ğ  Z      i j . / f â Ģ  : q   ?     ݤ 礆     . A T g i j k t  ߥ  D b |  ᦆ ⦆      1 D W j l m n w   < = N O P x y    Ũ Ǩ Ȩ ɨ Ҩ        ө ԩ 穆  
   " # $ - Q Ԫ a b s t u v  3 4 [ \      3 k   3 x   c d e o z    ° 갆 밆  # 6 I K a b k ڱ   U `  β ϲ ಆ 
    3 C D E F n o       Գ ճ ޳ M h   ϴ ⴆ  % D r     ʵ   
  > U V W X      Ͷ ϶ ж Ѷ ڶ I q     "       Ը ո    $ 7 J L M N W ƹ   뺆 & 1 P    л      ' ( c  L M   - . ` ݾ H I   ؿ ; j k  u    Æ Æ Æ  Ć Ć Ć Ć Ć ņ +ņ >ņ fņ gņ ņ Ɔ &ǆ _ǆ ǆ ǆ KȆ Ȇ Ȇ Ɇ UɆ Ɇ Ɇ Ɇ Ɇ Ɇ Ɇ Ɇ ʆ ʆ ʆ ʆ ʆ ʆ ʆ ʆ 	ʆ ʆ $ʆ )ʆ 9ʆ :ʆ Iʆ Jʆ Kʆ Wʆ Xʆ Yʆ Zʆ eʆ iʆ |ʆ ʆ ʆ ʆ ʆ ʆ ʆ (ˆ )ˆ .ˆ [ˆ `ˆ ˆ ˆ ˆ ˆ ˆ 8̆ 9̆ >̆ j̆ n̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ &͆ +͆ Q͆ R͆ S͆ ]͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ Ά Ά Ά Ά "Ά )Ά 0Ά 1Ά 2Ά 3Ά 4Ά 5Ά 6Ά 7Ά 8Ά 9Ά :Ά ;Ά <Ά =Ά >Ά ?Ά TΆ φ φ !φ "φ ;φ Lφ Mφ aφ cφ dφ eφ fφ gφ oφ uφ vφ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ І І І І І 	І 
І І І І 'І (І )І *І 7І IІ ц ц ҆ ҆ ҆ ҆ ӆ ӆ Ԇ uԆ Ԇ Ԇ Ԇ Ԇ Ն  Ն 3Ն XՆ YՆ jՆ Ն Ն Ն Ն Ն ֆ D׆ E׆ 2؆ 3؆ (ن )ن 5ن ن چ چ چ Sۆ ۆ ۆ z܆ ܆ 5݆ 6݆ t݆ ݆ ݆ ݆ ߆ 
߆ ߆ < ^     8 9 B C   A B        N O `    K L h   i . /            @ A   ) :     j k           , - . / 0 1 5 6 7 8 Q S Y Z s u z {                   	 
   ! " 0 2 8 9 L N S T [ ` { | } ~  ] ^ j      N a     ) < p     . > r         
 0 ? R S l        . / 0 d z     # $ . 9 l v            7 8 A c d x y            , - . / 0 1 : [ \ p q         (  B  C  X  Y  j                               4 5 J K \ | } ~                         . 8 B C d       | }     _ ` q    ' ( ) * + , 5                 	 	 b	 y	 	 	 	 	 
 F
 
 
 w x          	       * / 0 1 O ] m n y ~                   
 

 
 
 
 
 )
 .
 /
 0
 R
 `
 p
 q
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
       ' , - 7 < = > z                      $ % / 4 5 @ E F P U V W   . < L M X ] ^ h m n y ~                       F T d e p u v                     # ( ) 3 8 9 : ` n ~               . / ^ l | }                  	      * / 0 : ? @ A m {                   	    $ ) * 5 : ; E J K L p     / 0 = > ? b    . / 9 D w           l m    ; q         O h         ! " # , t u  # . J c }      t u v w  / 0 d v   x y        +  =  O  P  Q  R  [              x! ! " '" M" j" " " " " " # j# # $ F$ G$ H$ I$ o$ p$ $ $ *% <% =% G% R% % % % % % % % % % % & g& h& & & & & & & ' W' X' Y' Z' '  ( D( y* z* - - I. J. [. / / b0 c0 1 1 1 3 3 v5 w5 5 5 y6 |6 6 6 7 7 S8 T8 c8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 #9 (9 )9 19 89 D9 E9 F9 G9 9 9 @; A; < < = = = = v> w> -? .? ? ? @ A A B B 3C D D XE F F -H .H OI \I iI vI I I I I I I I I I J -J .J 9J iK jK L L L L \O ]O 0P AP vP P P &Q TQ Q Q Q Q KR R R R S S +T /U 0U :U EU xU U U U U U U U U U U :V FV mV V V V W >W HW mW W W W W X X X X @X AX KX VX X X X X X X X X X X X  Y ?Y KY rY Y Y Z Z Z  [ [ [ [ ![ "[ #[ -[ 8[ k[ u[ [ [ [ [ [ [ [ [ [ [ [ #\ /\ V\ \ \ \ k] ] ] ] ] ] ^ ^ ^ ^ 4^ >^ I^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 5_ A_ h_ _ _ _ -` i` j` k` |` ` ` ` ` ` ` ` ` ` a Aa Ba Ca Ea Fa Ga Pa a a a a b ?b \b b b b b b b b 8c Uc _c jc c c c c c c c c c c  d e e e Se e :f ;f Lf ~f f f f f f f dh eh h h i Ji i i 5j 6j @j Kj ~j j j j j j j k k 'k )k @k Ak Jk k k k k k l 5l <l Dl El [l kl ll ml nl l l l l l m m m m m 4m bm m m m m m m m m m n n 
n n n n n n n n <n ]n ^n n n n n n n n n o o p p p p p ^q eq nq oq wq q q q q q q r +r 3r Hr ]r or r r r r r r r r s 2s Ws js }s ~s s s s s "t t t t t t t u u u !u 6u Hu bu |u u u u u u u v v 8v Hv bv |v }v ~v v v v v v v w w 
w w w w w x Jx x x x x x Oy Py xy y y y y y y y y y z z { Y{ { { { { | ^| _| | | | | | | | | | | } } ~ E~ ~ - . / @            - G a i ~    ـ 逇       1      ԁ 灇  
     ҂ 2 n    Ä Ą Մ ?   ˅ ̅ ԅ 酇   % ? Y j    Ɇ ц 憇   " < V g    Ƈ Ǉ ȇ ɇ     + > Q R S T ] ! x ى , _  ( } ؋  ، ٌ   n   ፇ  A m  ͎ Ύ ߎ # * 3 4 < Q f {    ҏ 쏇   1 B \ d y    ϐ 鐇   . ? Y j       Ñ ֑ 鑇       ْ ӓ ;   +   Ֆ ܖ  ; Z    ԗ    ( l s | }     ͘ 䘇   # : Q b x      ͙ ߙ    6 G ^ u    Ě Ś ƚ ǚ     ) < O Q R S \ n 6    >    # U 砇   ף D E L 襇 饇 ) i   禇  % D c d u   ާ ߧ 䧇 槇 秇 觇     B d    ˨   $ % 6 i     ˩ { }   * b   M N  G H   ̯ ͯ  a b  ذ  G  ݱ 2 3 = H {      ̲ ߲     	  Z }  ⳇ    Q        ϴ ⴇ   
    3 W ڵ ۵ 쵇     * = P c e f g p   5 6 G H I q r       · ˷ ﷇ r        E ѹ ҹ   + # $ X  ѻ 	 N  Ѽ  ]     
  K U _ `     Ծ 羇 龇    	 x     * l m ~           
   3 F Y [ \ r s |   7 T m     Ç 6Ç UÇ VÇ WÇ hÇ Ç Ç Ç Ç Ç Ç Ç Ç Ç ć ć 2ć Eć Xć kć mć nć oć xć ć Ň IŇ [Ň Ň Ň Ň -Ƈ 1Ƈ 2Ƈ 3Ƈ 4Ƈ EƇ rƇ sƇ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ dǇ Ǉ Fȇ ȇ ȇ ȇ ȇ [ɇ \ɇ ]ɇ nɇ ɇ ɇ ɇ ɇ ɇ ɇ ʇ ʇ ʇ ʇ $ˇ ˇ ˇ ˇ ˇ {̇ ̇ ̇ <͇ =͇ v͇ ͇ · 	· A· Ї @Ї AЇ ~Ї 0ч jч kч ч R҇ S҇ ҇ ҇ ҇ ҇ ҇ Ӈ Ӈ KӇ ԇ ԇ ԇ SՇ Շ Շ %և }և և և Uׇ Vׇ aׇ mׇ |ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ؇ ؇ ؇ "؇ .؇ /؇ 4؇ k؇ p؇ ؇ ؇ ؇ ؇ ؇ Cه Dه Iه ه ه ه ه ه ڇ ڇ &ڇ 'ڇ ,ڇ dڇ iڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ Jۇ Oۇ [ۇ \ۇ _ۇ iۇ jۇ mۇ vۇ wۇ xۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ܇ ܇ ܇ ܇ ܇ ܇ ܇ ܇ ݇ ݇ ݇ ݇ ݇ 
݇ ݇ ݇ ݇ !݇ "݇ 5݇ A݇ B݇ C݇ D݇ E݇ W݇ q݇ r݇ }݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ އ އ ߇ ߇ y z       h i u       H I J W  &        V  "   X Y  s    0 1 D      e            + 7 F R S      G L     p      n o   _ `   ' (        B    	 t  x  y                                                ' ) / 0 C E K L a c h i ~                              P j     3 G {     , ` ~     / c d e f         
	 =	 >	 \	 j	 }	 ~	 	 	 	 	 
 
 .
 D
 Z
 [
 
 
 
 
 
    F c d z            ; W X m n o p              
 
 )
 E
 F
 X
 
 
 
 
 
 
 
 
  ( ) * Q R S T U V _ ~             I J K L M N W   V W X i      9 m          / E G x y    W X g     `          . / @ a b c d e f  3 4 u         / F s t   * +   - B m {                       ' , - 8 = > H M N O l z                        * / 0 ; @ A K P Q R z                  & 6 7 B G H R W X c h i s x y z                  a               ' , - . U c s t                      # $ / 4 5 ? D E F v                        (  -  .  8  =  >  I  N  O  Y  ^  _  `        
! ! ! &! +! ,! 6! ;! <! G! L! M! W! \! ]! ^! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" m" " " " " " " " " " " " " " " " " " # .# S# v# w# # # # # #  $ $ $ $ $ $ $ $ % % )% *% ]% % % % % % % 
& & +& ,& z& & ' 4' D' U' e' f' ' ' ' ' ( ( 8( g( h( ( ( ( ( ( ( ( ) ) b) ) ) ) * * 0* H* I* J* [* + + + + >+ + + , , &, ', - - !- ,- _- i- s- t- - - - - - - - - >. ?. N. _. . . / / / / / 0 *0 +0 O0 P0 a0 0 1 c1 1 1 1 1 1 
2 2 2 2 2 2 2 2 2 #3 -3 73 83 ^3 3 3 3 3 3 3 4 4 &4 '4 v4 w4 4 4 4 4 4 4 4 (5 5 5 8 8 : : ; ; ; ?= @=  > > 4? 5? G? @ @ C C *C wC D D D D kE E E E F F &F 'F ,F 4F 9F :F ?F GF SF TF YF `F eF fF kF rF ~F F F F F F F F F F F F F F F F F F F F G G H H tJ uJ 2K 3K K K L L L L bM cM M vO wO P P P [R \R R {T T U U V V W W !W 2W CW TW eW vW wW W W W W W W Y Y Y Y 'Z (Z \ \ ] ] ^ d^ e^ ^ ^ _ O_ P_ _ _ X` Y` ` a a a b b b b c  c *c +c Yc c c c c c c c c d 2d pd d d d d e ee fe ge xe e e e e e e e e 'f 1f ;f <f jf f f f f f f f f f g ;g {g g %h h h h h h h h h h h 	i i i i Li ri si ti ui wi xi yi i i i i j _j j 	k rk k k k k k k k k k k k l $l .l /l ]l l l l l l l l l l l m 4m sm m m n n 	n n (n )n *n 4n ?n rn |n n n n n n n n n n n -o 9o `o o o o o 1p zp {p p p p p p p p q ;q Eq Oq Pq yq zq {q }q q q q r r r r 's s s s t t t t  t !t Qt v v 7v yv v v /w ~w w w w w x &x 0x 1x Yx yx x x x x x x x x Sy fy y y y y y y y y y 	z 
z z z 4z Wz jz }z z z z z z z z  { .{ /{ 0{ A{ r{ y{ { { { { { { { { { { { { { { { { !| 4| G| H| I| J| S| | 2} E} +~ ,~ -~ .~ ?~ ~   
  * ? Q k        
 ' A Q k      Ѐ       '   4 5 6 G       Ԃ 悈    * D ^ f {    փ 惈       E ] p        ; X  腈      톈   / T g z      C k          % & K ^ q       x  ㋈ , ˌ ̌ ͌ ތ 1 2 9 B C K ` u    ˍ 午    1 C ] w       ώ " # K L _ r        p А     ` a b s ݒ Y ` i j r    Ó ݓ   " < M g o     ڔ    9 J d e f g     ɕ ܕ        w ʗ  P Ƙ  v   v w ~   # S   ߛ  7 k l }  Ȝ ќ Ҝ ڜ    + E _ p    ϝ     , A S m    ̞ ݞ   " # $ % M N a t        w q ١ O \ ɢ @  s z  ٤   4 S r    ƥ 
    # 5 G Y k     ئ 麗    ' > ? G Y k }    ԧ 姈   $ : K b c d e     Ǩ ڨ  行     Ԫ  $  ܬ ' F     . M u ⱈ 㱈 걈   ǳ  & E   ô ⴈ    W X | }        ൈ  $ % G i   ¶ ö Զ  , - . / i   O  ȹ   G  뺈 캈 > 廈 滈   j k     4 v  很 , { п ѿ ۿ 濈  # - . V W j }         R       / 0 1 Y Z m          xÈ yÈ È È È È È È È È Ĉ Ĉ Ĉ Ĉ Ĉ ,Ĉ PĈ Ĉ Ĉ Ĉ Ĉ Ĉ ň ň #ň 6ň Iň \ň ^ň _ň `ň iň ň ƈ ƈ ƈ ƈ ƈ ƈ ƈ ƈ oǈ pǈ ǈ ǈ ǈ Ȉ Ȉ Ȉ 8Ɉ oɈ Ɉ Ɉ -ʈ oʈ ʈ ʈ Jˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ &̈ '̈ L̈ _̈ r̈ ̈ ̈ ̈ ̈ ̈ ͈ G͈ Y͈ ͈ ͈ ͈ 
Έ Έ Έ IΈ PΈ XΈ YΈ oΈ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ Έ ψ ψ ψ ψ ψ ψ ψ Ј Ј VЈ aЈ Ј Ј Ј Ј Ј Ј ш :ш Aш Iш Jш zш ш ш ш ш ш ш ш ш ш 	҈ ҈ ҈ 
҈ ҈ ҈ ҈ ҈ ҈ 4ӈ ?ӈ ^ӈ ӈ ӈ ӈ ӈ ӈ ӈ Ԉ Ԉ 9Ԉ :Ԉ MԈ `Ԉ sԈ Ԉ Ԉ Ԉ Ԉ Ԉ Ո ?Ո Ո 'ֈ bֈ mֈ ֈ ֈ ֈ ֈ ׈ 9׈ :׈ ;׈ <׈ c׈ d׈ ׈ V؈ ؈ ؈ ؈ .و iو jو و ڈ ڈ ڈ ڈ ڈ ۈ wۈ ۈ ۈ ۈ ݈ ݈ ݈ ވ ވ ߈ 	߈ <߈ ߈ ߈ & ; W g z    3 b   .    Z       & 9 = > ? @ A B C D E Y ` e u v               	  d e j       " t u z        . / 4 b g                ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z {  C D E ^ _ x                         ) * 4 A B C D E F G H U V d e f g t  M N @ A   0 9 Y      \ ] p        .    o p e f r  P  '      r s     I J [ y   & ? [ u v      ~       C  Y            *     L  k l  
  Y Z   W X   } ~ K	 L	 f	 w	 '
 
 ( )      . / C D E N \ i j k l m n r s t u                        $ % ? A F G V X ^ _ m o u v                	 = W      2 f y     Q k {       ' 0 1 G m |       	   ; k l m       ` a k v         / E [ ] t u ~         
     @ A B i j k l m n w         " ; P e                  2 3 U q r              ? @     ( ) * + K   " # - 8 k u           !          ! W! ! ! ! ! B" C" d" e" f" g" h" i" r" " " "  # # # # # # 2# # # $ $ )$ 4$ >$ ?$ $ $ $ $ % % N% % % % & & & & ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' n' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( )( *( 5( :( ;( E( J( K( V( [( \( f( k( l( m( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ') 7) 8) C) H) I) S) X) Y) d) i) j) t) y) z) {) ) ) ) ) ) ) ) ) ) ) * * * * * * * 2* @* P* Q* \* a* b* l* q* r* }* * * * * * *  + I+ k+ y+ + + + + + + + + + + + + + + + + , , , , #, $, ., 3, 4, ?, D, E, O, T, U, V, , , , , , , , , , , , , , , , , , - #- 3- 4- ?- D- E- O- T- U- `- e- f- p- u- v- w- - - - - - - - - - - - - - - - - - k. l. . . . . . . . . . . . . . . . . . / */ :/ ;/ F/ K/ L/ V/ [/ \/ g/ l/ m/ w/ |/ }/ ~/ / / / / / / / / / / / / / 0 
0 0 0 '0 50 E0 F0 Q0 V0 W0 a0 f0 g0 r0 w0 x0 0 0 0 0 0 0 0 1 1 l1 m1 z1 {1 |1 1 $2 %2 Y2 k2 l2 v2 2 2 2 2 2 2  3 23 43 K3 L3 U3 3 3 3 3 4 x4 4 4 4 4 5 5 )5 *5 ;5 5 5 5 5 6 6 -6 \6 ]6 ^6 _6 `6 i6 6 6 7 `7 k7 7 7 7 7 7 7 7 7 8 8 8 8 8 l9 m9 9 9 9 9 : : : : : ; ; ; 9; h; z; ; ; ; ; ; ; ; ; ; 6< 7< < #= C= d= = = = = = =  > Q> > ? @? ? ? ? ? ? ? 2@ 3@ g@ y@ z@ @ @ @ @ @ @ @ %A 7A 8A 9A :A CA A A A A B B 7B 8B IB B B B B B ]C C E E NH [H I I I J J K K L L L LN MN P P P Q Q Q $R %R 
S S S S S S S S S S S S S S S S S S T T 
T T T T &T .T 3T 4T <T DT PT QT YT `T eT fT nT uT T T T T %U &U }V ~V X X X X +Y 7Y Y Y jZ kZ [ [ T[ ] ] ^ ^ p^ _ _ ` b $b jc kc d d d d d d d d e e e )e <e Se je ke ve f f Dg Eg g g j j mk ~k k l l cl l l l l 8m m m m n /o <o ho lp mp wp p p p p p p *q +q -q .q /q 8q wq q q q r 7r Br {r r r s s s s Ns Os Ps Qs }s ~s s s s s s s 	t .t /t 0t 2t 3t 4t =t |t t t t u >u u -v =v >v ?v Pv ^v _v `v jv uv v v v v v w w w w w w w !w `w lw w w w "x x y !y "y #y 4y By Cy Dy Ey qy {y y y y y y y #z $z %z &z (z )z *z 3z rz ~z z z { 2{ j{ { { { { { { { { { | | %| &| T| ~| | | | | | | | | | -} M} |} } } ~ ~ +~ 9~ :~ ;~ u~ ~ ~ ~ ~ ~ ~ ~     3 4 = ? @ Q  ƀ w x           փ  O  ΄  r s }   Ņ υ Ѕ   + > Q d f } ~    2 3 4 E r y        Ӈ  	  / B C D E N q  ͈ Έ ψ    ! " 8 H I J K L M N O P Q y    Ӊ 扉 牉 艉 鉉  / ъ 䊉 ʋ ˋ ̋ ͋ ދ      Ɍ ތ  
 $ 4 N h p    ƍ   
 $ % & ' O o       Ǝ 1 _ ӏ ԏ Տ 揉 0 7 @ A I ^ s    ɐ 㐉    / A [ u       䑉   " 5 H I J K T ڒ  >  % & ' ( 9    Δ    , - . / 8 ╉ 
 M  4 5 6 7 H   ė ŗ ꗉ   # 6 7 8 9 B  >  ˙ j k l } К њ ؚ ᚉ ⚉ ꚉ   & @ Z j     Л ⛉   & @ Z [ \ ] n   ꜉ 뜉   $ 7 J K L M V  o   R      |    	  & ; P b |    ۡ 졉   # 8 M _ y    آ 颉     . / B U h {      ^   i  雷 e       \  ¨   R ~  ֩ 
   ` g p q y    ʪ 䪉   ) C T n     ˫ ૉ   & 7 Q k |    ¬ ì Ĭ 쬉     & 9 L M N O X   x   h ߰ [   Y x   Ӳ   R S T e     ³ Գ 泉  
 ! 8 O ` w    ƴ ݴ ޴ 洉  
  . E \ s    õ ٵ 굉     , - @ S f y       s E ù A { ƺ 庉 B `  $ ͼ 콉     % & f    $ C b       É É !É #É $É %É .É ;É ]É É É É É É ĉ *ĉ Lĉ aĉ bĉ sĉ ĉ ĉ ĉ ĉ ĉ ŉ Ɖ Ɖ Ɖ 0ǉ gǉ ǉ ǉ 5ȉ ȉ ȉ ȉ ɉ ɉ Dʉ Eʉ 	ˉ 
ˉ Aˉ ˉ ˉ ˉ ̉ L̉ ̉ ̉ ͉ o͉ p͉ z͉ ͉ ͉ ͉ ͉ ͉ ͉ ͉ 	Ή Ή /Ή BΉ DΉ EΉ FΉ OΉ Ή Ή Ή ω =ω Wω ω ω ω ω ω ω ω ω Љ Љ 2Љ EЉ GЉ HЉ IЉ RЉ pЉ Љ щ щ )щ *щ +щ Sщ Tщ gщ zщ щ щ щ щ щ щ щ щ r҉ s҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ Ӊ ,Ӊ Ӊ <ԉ =ԉ Nԉ Oԉ Pԉ Qԉ ԉ Չ Չ 6Չ 7Չ hՉ `։ a։ ։ ։ ׉ F׉ ׉ ׉ ؉ S؉ ؉ ؉ >ى ?ى @ى Jى Uى ى ى ى ى ى ى ى ى ډ $ډ &ډ <ډ =ډ Fډ ډ ډ ډ 0ۉ ;ۉ gۉ ۉ ۉ ۉ ۉ ۉ ۉ ۉ ܉ ܉ ܉  ܉ !܉ I܉ J܉ ]܉ p܉ ܉ ܉ ܉ ܉ ܉ ܉ ܉ (݉ C݉ t݉ ݉ ݉ ݉ ݉  މ މ Mމ sމ މ މ މ މ މ މ މ މ ߉ 0߉ 1߉ 2߉ 3߉ [߉ \߉ o߉ ߉ ߉ ߉ ߉ ߉ ߉ ߉ $ L      j n o p q         % ' ( ) 2       +           >  ' ( a   	 ;  # $ y z   E F ~ P } ~  m           A B    :   & b   0                      $ % & 2 3 4 5 @ D W _ k l q     	 6 ;         E I c d i        , - . 8                        
              /     ( ) = ? @ A B C K Q R [ _ ` s                            %          Q ^       4 5 F      d    !         `  /   V    P n o     	 :	 	 	 	 	 
 
     
 
 i
 u
 
 
 
 
 
 * + <    ' ( D   E 
  \         e f           F G            	 
   
     - / 5 6 O Q V W e g m n                         ( * / 0 7 < W X Y Z [ 9 : F     *  =  q        ! ! L! j! ! ! ! 
" " N" m" " " " " " # # # $ $ .$ /$ H$ {$ |$ $ $ $ $ $ 
% % % @% V% l% % % % %  & 
& & H& R& \& ]& & & & & & & & & ' ' ' ?' @' T' U' y' ' ' ' ' ' ' ' ' ' ' ( 	( 
( ( ( 
( ( 7( 8( L( M( g( ( ( ( ( ( ( ) ) ) 4) 5) F) f) g) h) ) ) ) ) ) ) ) ) ) ) ) ) * * &* '* 8* X* Y* Z* * * * * * * * * * + + + + + + + + + w, , , , , , 
- - - - @- m- - - - - - X. Y. . . . . ;/ </ M/ / / / 0 0 0 0 0 0 0 l0 m0 ~0 0 0 0 0 0 0 0 q1 r1 1 1 1 1 1 1 >2 U2 m2 2 2 2 2 "3 h3 i3 S4 T4 k4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 
5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 6 .6 <6 L6 M6 X6 ]6 ^6 h6 m6 n6 y6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 	7 7 7 7 7 V7 d7 t7 u7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 8 8 8 !8 "8 ,8 18 28 38 8 8 
9 9 (9 )9 49 99 :9 D9 I9 J9 U9 Z9 [9 e9 j9 k9 l9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ": 0: @: A: L: Q: R: \: a: b: m: r: s: }: : : : : : : : : : : : : : : ; ; ; ; ; ; <; J; Z; [; f; k; l; v; {; |; ; ; ; ; ; ; ; 
< < :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < < < < < = = = = = = = I= W= g= h= s= x= y= = = = = = = = = = = = = = = = = =  > > > > > > !> &> '> (> L> l> > > > ? ? ? ? ? >? ? ? ? 
@ @ @  @ S@ ]@ g@ h@ @ @ @ @ @ @ @ HA IA iA jA A B MB rB B B B B B B B +C DC ]C vC C C C C C C C C D PD QD D D 
E &E ?E YE nE E E E E PF QF RF SF |F G G @G RG dG eG TH UH _H jH H H H H H I I +I ,I -I .I 7I |I }I I I I I TJ J J K )K FK hK iK K K K K FL L L "M #M $M %M KM LM M M N N N #N .N aN kN uN vN N N N N N N N CO DO dO eO O O O O O 3P 4P 5P 6P fP P  Q US VS U U %W &W 7W }X ~X >Y ?Y rZ sZ Z [ [ R^ S^ h^ ^ U_ X_ _ _ ` ` /a 0a ?a Qa da ea ja ra wa xa }a a a a a a a a a a a a a a a a a a a a a a b b 
b b  b !b "b #b b b d d e e pf qf f f Rg Sg 	h 
h h h h j j k k l m m 4n o o 	q 
q +r 8r Er Rr _r pr r r r r r r r r 	s 
s s Et Ft t t eu fu 8x 9x y y Ry y y z 0z ]z z z z '{ { { { | | } ~ ~ ~ !~ T~ ^~ h~ i~ ~ ~ ~ ~ ~ ~ ~  " I p     $ I     퀊      ' 2 e o y z  ́ ΁ ρ с ҁ Ӂ ܁  ' N y  ݂ c ̃ ܃ ݃ ރ     	  G Q [ \            2 ]   G     ӆ ᆊ ↊ ㆊ 䆊   % X b l m   Ç ć Ň Ǉ ȇ ɇ ҇   D r  ш 	 E F G X f g h r }   ĉ ŉ     ! " # , k w  ̊ 슊  8 o   ʋ ؋ ً ڋ  1 ; F y        Ҍ ӌ ܌ ލ ߍ  / e   ( Z [ \ ] ^ _  @ A u   & m     ' Z d n o   ʓ ݓ      &   є Ҕ Ӕ 䔊     ! 7 G H I J r    Ε ᕊ ╊ 㕊 䕊 핊  > l m n      ז 疊 薊 閊 ꖊ 떊 얊 햊     9 : _ r      Η p  i j k l } : A J K S h }   Ú Ӛ 횊   $ 9 K e    Û ě ś ƛ   3 F Y Z [ \ e М  r s t  ϝ ֝ ߝ  蝊   $ > X h     Ξ    $ > X Y Z [     ԟ 矊 蟊 韊 ꟊ  y  ݠ & ġ š ơ ǡ ء + , T m    ˢ ̢ ͢ ΢ ע   죊 5 Ӥ Ԥ դ ֤ 礊 : ; c d    ¥ ե ֥ ץ إ ᥊  ݦ ! j 	 
   o p w      Ũ ߨ  	 # = E Z o    ũ ߩ     
 ` a     ê ֪ 骊 ꪊ 몊 쪊    J ^            Ů ڮ ﮊ   5 F ` z    ¯ ׯ 쯊   2 C ] w      Ͱ ΰ ᰊ    - . / 0 9  T   ;   Y  ^     J a     I u         - B W i    ȸ ⸊  
  8 @ U j    Ź ֹ  
  5 F ` a b c     ź غ 뺊 캊          ~      6 [ r       H O X Y a s         - > T e | }        Ê #Ê :Ê QÊ bÊ xÊ Ê Ê Ê Ê Ê Ê Ê Ê Ê Ċ Ċ +Ċ -Ċ .Ċ /Ċ 8Ċ JŊ Ɗ Ɗ bǊ Ǌ Ȋ eȊ Ȋ Ȋ Ȋ 1Ɋ Ɋ lʊ ˊ ̊  ͊ !͊ (͊ Ί Ί ϊ Eϊ dϊ ϊ ϊ ϊ Њ  Њ ?Њ @Њ QЊ Њ Њ Њ Њ Њ Њ Њ Њ Њ Њ Њ ъ @ъ bъ cъ ъ ъ ъ ъ  Ҋ Ҋ Ҋ EҊ jҊ kҊ lҊ mҊ Ҋ WԊ YԊ Ԋ Ԋ Պ >Պ Պ Պ )֊ *֊ |֊ #׊ $׊ ׊ ׊ ؊ ؊ ؊ =ي >ي rي ي ي #ڊ jڊ ڊ ۊ ۊ ۊ $ۊ Wۊ aۊ kۊ lۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ 6܊ Y܊ ܊ ܊ ܊ ܊ -݊ [݊ \݊ m݊ n݊ o݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ފ 3ފ ފ ފ ފ ފ ފ ފ ފ ߊ ߊ ,ߊ ?ߊ Aߊ Bߊ Cߊ Lߊ jߊ ߊ   # $ % M N a t        N       !         4 v   * k   9       ' 1 ; < d e         T      H I Z              " 5 7 8 N O X    0 I \      1 2 3 D x            ! 4 G I J K T   % 7 r }  	 
    ! N O w x         @ } " e    7 8 9 J w x y z         l    W     R        Z  F G z . / d y      ' q   / l   Y   1  2  =  I  X  d  w  {  |  }  ~                                            
   G L         % \ `         @ E l m r       & + 7 8 ; E F I R S T e j r y                                                 ! 3 M N Y f g q ~                  } ~ U	 V	 m
 v
 
 
 
 D E Q       $ % & 3 k 
 
 
      2   d  4 5  O     
        A c |      \ ]     " . /      # ( g    L      J K   ;  <  ! ! # # # # $ $ $ $ d% & e' f' ' ' P) T) U) k) l) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * * * * !* '* (* =* ?* D* E* Z* \* a* b* |* ~* * * * * * * * * * * * * * * * * * * * * * , , , ,- F- z- - - - . #. W. o. . . . / </ Z/ / / / / 0 ?0 @0 A0 B0 d0 m1 n1 1 1 1 1 1 1 2 2 82 F2 Y2 Z2 x2 2 2 2 2 2 
3  3 63 73 3 3 3 3 3 3 3 3 "4 ?4 @4 V4 l4 4 4 4 4 4 4 4 4 4 4 5 35 45 I5 J5 K5 L5 ]5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 6 !6 "6 46 _6 x6 6 6 6 6 6 6 6 7 7 7 -7 .7 /7 07 17 27 ;7 Z7 [7 o7 p7 7 7 7 7 7 7 7 7 7 %8 &8 '8 (8 )8 *8 38 |8 }8 29 39 49 E9 e9 f9 g9 h9 9 : I: _: `: j: u: : : : : : ; !; #; T; U; ^; ; ; 3< 4< C< < < < < <= = = = = = = = = = 
> > > => >> ?> @> A> B> o> ? ? Q? \? f? q? {? |? ? ? @ "@ O@ P@ @ @ A A A A 	B B IB WB gB hB sB xB yB B B B B B B B B B B B B B B B B B C C 	C C C C $C )C *C +C HC VC fC gC rC wC xC C C C C C C C C C C C C C C C C C D D D D D D 'D ,D -D .D VD dD tD uD D D D D D D D D D D D D D D E E E E #E $E .E 3E 4E ?E DE EE OE TE UE VE oE }E E E E E E E E E E E E E E E E =F F F F F F F F F F F F F F F G G 	G 
G 1G ?G OG PG [G `G aG kG pG qG |G G G G G G G G G G G G G G G G  H H H H H  H !H "H RH `H pH qH |H H H H H H H H H H H H H H H H H I 	I 
I I I I %I *I +I 5I :I ;I <I I I I I I I J J J J J J #J (J )J 3J 8J 9J :J YJ gJ wJ xJ J J J J J J J J J J J J J J J K K K K K !K &K 'K 2K 7K 8K BK GK HK IK dK rK K K K K K K K K K K K K K K K K 
L /L RL SL L L L L L L aM bM M M M M M M M N N 9N ]N oN qN N N N N N O O VO O O P  P 1P AP BP fP gP xP P P P Q CQ DQ jQ Q Q Q Q Q Q Q Q >R R R R R R S $S %S &S 7S S S S S T T T T T U U U U U V ;V EV OV PV vV V V V V V V V W W *W ;W sW tW W `X X X X X Y Y +Y ,Y =Y Y Y ?Z }Z Z Z Z Z Z Z o[ p[ [ [ [ [ [ [ 	\ \ \ :\ b\ t\ u\ v\ w\ \ \ \ ] ] R] S] t] u] ] ] ] ] ] ^ ^ ^ ` ` c c d d d f f f f h h #h i i k k l Sl l l am bm Gn \n n n n n o o o o o o o #o /o 0o 5o <o Ao Bo Go No Zo [o co ko po qo yo o o o o o o o o o o o o o bp cp q q Ps Qs t t ht tt t t u u >v ?v v Rx Sx [y \y y 7{ 8{ { W} a} ~ ~        0 A R S f y     か 䁋     օ ׅ    @ A  ·  + , u ň 4 5 \ l y          5 g h j k l u   猋  L t    獋 A B C T       Ŏ Ў  
   F k l m o p q z  ŏ 쏋  W {  j z { |       呋    ( N O P Q S T U ^   В  ; _ 哋 N ^ _ ` q       Ô    
  9 ` a b c e f g p   ╋  O o  㖋 䖋 喋       N X b c        ʗ 	  < j   ֘ 
 V W h v w x  ϙ ٙ 䙋  ! + , U V W Y p q z | }  ͛    Ɯ       - ޞ ߞ  U  ğ  Z    Š    
 5 U h {      ġ / B o p q      բ 墋 梋 碋 袋  3 F Y l       ܣ 
    N U ^ _ u            פ ؤ   # $ % & / l  !   	 
  ا ߧ 觋 駋    - G a q    ¨ ר 騋   - G a b c d   ѩ 䩋      n     # m t } ~    « ܫ     : B W l ~   ¬ ܬ     ! 9 L _ r       4 { Į b c d e v ɯ ʯ   0 C V i j k l u  G  ӱ q r s t  ز ٲ   ' : M ` s t u v  T {       
     ' < Q c }    ۶ 㶋  
  9 S c }        ' ( ; N a t      L  蹋   < = > O  5 < E F N c x    Ӽ 伋   ) C K ` u    н Ὃ   & @ A B C k l     ˾ ̾ ; ξ ׾   S   ,   R  RË SË ZË Ë Ë Ë /ċ [ċ ċ ċ ċ ŋ Gŋ Hŋ Yŋ ŋ ŋ ŋ ŋ ŋ ŋ ŋ ŋ Ƌ !Ƌ ;Ƌ LƋ fƋ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ Ƌ ǋ ǋ /ǋ Iǋ cǋ tǋ ǋ ǋ ǋ ǋ ǋ ǋ ǋ  ȋ ȋ )ȋ *ȋ =ȋ Pȋ cȋ vȋ ȋ ȋ ȋ ȋ ȋ Sɋ Mʋ ʋ +ˋ 8ˋ ˋ ̋ ̋ O͋ V͋ ͋ ͋ ͋ ͋ ΋ /΋ N΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ ϋ #ϋ 5ϋ Gϋ ^ϋ uϋ ϋ ϋ ϋ ϋ ϋ ϋ Ћ Ћ Ћ #Ћ 5Ћ GЋ YЋ kЋ Ћ Ћ Ћ Ћ Ћ Ћ  ы ы 'ы >ы ?ы @ы Aы iы jы }ы ы ы ы ы ы ы ы ы ҋ Ӌ ԋ  Ջ ~Ջ Ջ ֋ "֋ ֋ ֋ ֋ a׋ 
؋ )ً Qڋ ڋ ڋ ڋ b܋ c܋ ܋ ܋ ݋ !݋ a݋ ݋ ݋ ݋ ݋ ݋ ݋ 3ދ 4ދ Xދ Yދ ^ދ `ދ aދ bދ kދ xދ ދ ދ ދ  ߋ ߋ #ߋ Eߋ gߋ ߋ ߋ ߋ ߋ ߋ  	 
  E   + m   # r        F G ~    R    W       	 
 2 3 F Y l        . \ z       
 5 6 I \ o        T U f g h            ,          % 8 : ; < E i  y z      K L s t      K   	 K   & { | }         ( ; N a c y z   # 5 m x     % , 4 5 K [ \ ] ^            e      2 = \         % & V m n o p           a      :           ) < O b d e f o     > I h             ?  @  {  2 d e  
 E F x  ` a    S              	 	 3	 C	 V	 ~	 	 	  > w  
 c   6
 m
 
 
 
 
 
            ! 5 < A Q R a b c o p q r }         @ A F s x      P Q V        
   > C i j k u                 * + 6 : A H I J K L M N O P Q R S T U V W l    9 : S d e y { | } ~                           ! " # 0 1 ? @ A B O a ( )       4      7 8 K p q      	  \ ] J K @ A M  +   k       M! N! ! ! ! ! $# %# 6# T$ v$ $ % % 6% P% Q% Z& [& ' ' Y( Z( ( ( ( ( ( ) 4) f) g) x) ) ) * c* d* * * '+ + F, G, , , , 4- 5- - - 2/ 3/ 0 0 X1 Y1 &2 '2 A2 R2 3 3 5 5 5 5 6 6 6 	7 
7 7 7  7 )7 77 D7 E7 F7 G7 H7 I7 M7 N7 O7 P7 i7 k7 q7 r7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 !8 "8 18 38 98 :8 H8 J8 P8 Q8 d8 f8 k8 l8 s8 x8 8 8 8 8 8 u: v: : : : ; 2; f; y; ; ; ; 
< A< T< < < < < ,= F= V= = = = = = = > ? ? "? H? W? j? k? ? ? ? ? ? ? ? @ F@ G@ H@ |@ @ @ @ @ @ ;A <A FA QA A A A A A A A A 
B  B 6B 8B OB PB YB {B |B B B B B B B B B B B C C C DC EC FC GC HC IC RC sC tC C C C C C C C D +D @D ZD [D pD qD D D D D D D D D D D D D D 
E E 0E LE ME bE cE tE E E E E E E E E E E F F F F F F G G G G &G G G G G H H FH PH ZH [H |H H H H H H H I I I I I 2J wJ xJ J J K K ?K @K AK BK CK DK MK K K K K K K K K K 
L L L L L M M M M zM M M M M M )N ^N N N O O O O O O P P P P P !P &P 'P 2P 7P 8P BP GP HP IP gP uP P P P P P P P P P P P P P P P P P Q Q Q Q Q  Q %Q &Q 1Q 6Q 7Q AQ FQ GQ HQ jQ xQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R R R #R $R .R 3R 4R ?R DR ER OR TR UR VR R R R R R R R R R R R R R R R R R 
S S +S ,S 7S <S =S GS LS MS XS ]S ^S hS mS nS oS S $T FT TT dT eT pT uT vT T T T T T T T T T T T T T T T T T 	U U U U U  U *U /U 0U 1U ^U lU |U }U U U U U U U U U U U U U U U U V V V V  V *V /V 0V ;V @V AV KV PV QV RV xV V V V V V V V V V V V V V V V V FW GW vW W W W W W W W W W W W W W W W W W X X X !X &X 'X 1X 6X 7X BX GX HX RX WX XX YX X X X X X X X X X X X X X X X X X Y Y  Y !Y ,Y 1Y 2Y <Y AY BY MY RY SY ]Y bY cY dY Y Y Y Y Y GZ HZ UZ VZ WZ zZ Z  [ 4[ F[ G[ Q[ \[ [ [ [ [ [ [ 
\ \ &\ '\ 0\ \ \ \ \ \ S] ] ] ] ] ] ] ^ ^ ^ g^ ^ ^ ^ ^ ^ _ 7_ 8_ 9_ :_ ;_ D_ _ _ _ ;` F` b` {` ` ` ` ` ` ` a a a a a Gb Hb |b b b b c c c c c c c c d Cd Ud gd hd id jd sd d d d d e e e e f ?f ef f f f f f f ,g g g h ^h _h `h ah h h 
i i Bi Ti Ui _i ji i i i i i  j j j j j j j j j j j j k k $k ok pk qk rk k 8l \l n n )q 6q ar br sr s s zt {t u u u 'w (w y y y y z z z  { { { k| l| {| | | | | | | | | | | | | | | | | | | | } 	} } } } } +} ,} 4} ;} @} A} I} P} \} ]} ^} _}  ~ ~ X Y         E F ܃ ݃ /     K Ո ֈ p   E F g t      ΍ ߍ     . E F Q        t u H Y  ޔ ߔ > l  ɕ ʕ  c Җ Ӗ  
  C G H R ]     ә    	 
  R ^   Ꚍ   V `  ߛ  ᛌ  ) * + , X Y c n     䜌 	 
  
    W c          + 9 : ; E P     Ɵ 쟌 ퟌ       ; G n  ٠   졌          L V a     ע          M Y    
 E          줌     / Y Z [ ] ^ _ h   ڥ  ( W t        P m w    ɧ ʧ          , k  R S d       ˪ | }   * b   M N X c     Ӯ    , ? A X Y b ͯ ௌ 
     M T \ ] s      Ѱ 䰌  
      ) L z     챌     # $ % & ' ( ) * + , T u v    ² ò Ĳ Ͳ 
        v }      ˵ 嵌   ) C K ` u    ˶ 嶌      * J o        :         $ 9 N ` z    ع ์  
  6 P ` z      ׺ 꺌   # $ % & /  һ  b       g h   ν Ὄ    	 
   後 ( q     # v w              ]  EÌ FÌ GÌ XÌ Ì Ì Ì Ì Ì Ì Ì Ì Č Č 5Č EČ _Č yČ Č Č Č Č Č Č Ō Ō 5Ō 6Ō 7Ō 8Ō IŌ Ō Ō Ō Ō Ō Ō Ō ƌ %ƌ &ƌ 'ƌ (ƌ 1ƌ ƌ Jǌ ǌ ǌ -Ȍ Ȍ Ȍ Ȍ Ȍ WɌ Ɍ Ɍ Ɍ Ɍ Ɍ ʌ ʌ +ʌ =ʌ Wʌ qʌ ʌ ʌ ʌ ʌ ʌ ʌ ʌ ˌ (ˌ :ˌ Tˌ nˌ ˌ ˌ ˌ ˌ ˌ ˌ ˌ ˌ 	̌ 
̌ ̌ 0̌ Č V̌ ǐ ǰ ǩ ľ ǔ 9͌ ͌ ͌ DΌ wΌ Ό @ό ό ό Ќ Ќ Ќ Ќ 7ь ь ь ь ь -Ҍ YҌ Ҍ Ҍ Ҍ Ҍ Ҍ ;ӌ Bӌ Kӌ Lӌ Tӌ iӌ ~ӌ ӌ ӌ ӌ ӌ ӌ Ԍ Ԍ /Ԍ IԌ ZԌ tԌ |Ԍ Ԍ Ԍ Ԍ Ԍ Ԍ Ռ Ռ ,Ռ FՌ WՌ qՌ Ռ Ռ Ռ Ռ Ռ Ռ Ռ Ռ Ռ ֌ ֌ '֌ (֌ )֌ *֌ 3֌ ֌ ׌ S، ، ، Cٌ ٌ 6ڌ ڌ ڌ 4ی Sی rی ی ی ی ی -܌ .܌ /܌ @܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ܌ ݌ *݌ ;݌ R݌ i݌ z݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ ݌ 	ތ  ތ 7ތ Nތ _ތ vތ ތ ތ ތ ތ ތ ތ ތ ތ ߌ ߌ ߌ .ߌ Aߌ Tߌ gߌ iߌ jߌ kߌ tߌ  N     V    ; m     \ ] d    A      = \ { |           	  8 Z |      ' < = N           B z   e f  _ `       y z   ' _   J K U `         
     ! * r     2 i          
   " # $ - K o      . / B U h { } ~     M N _ ` a               ) * + , ]     C ; < p   !  f      . u     % 0 c m w x          !      B             $ % 8 K ^ q s t      O l      ( N m n o         
  6 7 J ] p       '	 a	 s	 	 	 	 E
 I
 J
 K
 L
 ]
 
 
 
 
 
 
 
      
 |  ^    
 s
 t
 u
 
 
 
 
 
 
 
     <        T U     ! Y + X Y  H    j k        c    k   =    m n y                       
      2 : F G L        [ \ a        $ > ? D |         	  b g s t w                                 
            ! ! ! ! ! ! ! ! %! +! ,! 5! 9! :! M! Y! Z! [! \! ]! o! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " # # $ $ % % % +& 8& & & & & & & ' '  ' `' a' b' o' ' >( ( ( ) ) * * * n+ + :, , 	- p- q- 0. . . . */ H/ I/ \/ 0 0 0 1 2 }2 2 2 2 2 2 3 3 5 5 5 5 C6 O6 ^6 j6 k6 6 6 7 7 7 _7 d7 7 8 8 8 8 8 9 9 9 6: : : : : w; x; < < ?> @> > > ? ? ? ? @ ZA B B  C !C D D D D D D D D D D D D D D D D D D D D E 	E E E )E +E 0E 1E ?E AE GE HE [E ]E cE dE yE {E E E E E E E E E E E E E E E E E E E F F 	F 
F F F 1F 2F 3F 4F 5F H H  H hH H H H I I KI _I I I I I &J DJ xJ J J J J (K GK {K |K }K ~K K L L L L L M 	M "M UM VM tM M M M M M M M N 0N FN \N rN sN N N N N "O ,O 6O 7O ^O {O |O O O O O O O O O P P .P /P SP oP pP P P P P P P P P P P P P P P P Q Q &Q 'Q AQ ]Q ^Q pQ Q Q Q Q Q Q R R  R @R AR BR iR jR kR lR mR nR wR R R R R R R R  S S S 2S 3S 4S aS bS cS dS eS fS oS S S nT oT pT T T T T T T QU U U U U U U U U U V GV ]V _V V V V 2W 3W oW pW W W X X 'X xX X X X X X X X X X FY GY XY yY zY {Y |Y }Y ~Y Y KZ LZ Z Z Z Z Z Z [ /[ G[ ^[ [ [ [ [ B\ C\ -] .] E] Z] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ P^ U^ V^ `^ e^ f^ g^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ &_ '_ 2_ 7_ 8_ B_ G_ H_ S_ X_ Y_ c_ h_ i_ j_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 0` >` N` O` Z` _` `` j` o` p` {` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a 
a ya a a a b b b b b b #b $b /b 4b 5b ?b Db Eb Fb mb {b b b b b b b b b b b b b b b b b 
c c c &c +c ,c 6c ;c <c Gc Lc Mc Wc \c ]c ^c c c c c c c c c c c c c c c c c c d $d 4d 5d @d Ed Fd Pd Ud Vd ad fd gd qd vd wd xd d d e "e 2e 3e >e Ce De Ne Se Te _e de ee oe te ue ve e e e e e e e e e e e e e e e e e #f 1f Af Bf Mf Rf Sf ]f bf cf nf sf tf ~f f f f f f f f f f f f f f f f f f  g g g &g Fg kg g g g g g g g h h h h h h h h -i 7i Ai Bi ui i i i i i i "j #j Cj Dj j j 'k Lk \k mk }k ~k k k k l l 7l Pl l l l l l l l l l *m +m zm m m  n n 3n Hn `n an bn sn *o +o ,o -o Vo o o p ,p >p ?p .q /q 9q Dq wq q q q q q q r r r r r Vr Wr fr wr r r .s s s s t  t Bt Ct gt ht yt t  u {u u u u u u %v &v v v v v v v w ;w Ew Ow Pw vw w w w w w w x x >x ?x x x x x x 
y y y y @y y y /| 0| ~ ~     W X   L M _ ń Ƅ , - B  / 2     	 
  + > ? D L Q R W _ k l q x } ~           Ɋ ʊ Ҋ ي ފ ߊ 犍            J K   , - 㐍 䐍 z { ͑     锍 s t    㙍 䙍    , 9 J [ l }     ̛ 㛍 䛍       ? @   桍  , | } ܢ 
 7 g h   p q    ᥍ 妍 榍   . 8 B C q         # J      # } ~   ǩ ȩ ɩ ʩ     ? I S T           ( S   =     ɬ ׬ ج ٬ 㬍  ! + 5 6 d         ٭ 孍  7 w  !          ꯍ   2 < F G u         밍   L   㱍    ! 2 @ A B L W     Ͳ        E Q x  Ƴ   I            S ] g h          ʶ 	 ?    4 5 6 7 8 9 i   O  Ⱥ   G  뻍 컍   4 > H I q    ʼ ݼ ߼     k ~     뽍     ! " # $ L o        Ǿ 꾍  F G H Y       ¿ ÿ Ŀ ſ ƿ ǿ ȿ ɿ ʿ    9 L _ ` a b k  J ] C D E F W Í Í $Í %Í -Í BÍ WÍ iÍ Í Í Í Í Í Í Í č %č ?č Yč ič č č č č č č č 
ō  ō 3ō 4ō 5ō 6ō ?ō ō ō Lƍ Mƍ Nƍ _ƍ ƍ ƍ ƍ ƍ ƍ ƍ ƍ ƍ Ǎ 2Ǎ BǍ \Ǎ vǍ ~Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ Ǎ ȍ 2ȍ 3ȍ 4ȍ 5ȍ ]ȍ uȍ ȍ ȍ ȍ ȍ ȍ ȍ ȍ ȍ Sɍ pɍ ɍ  ʍ ʍ ʍ ʍ ʍ ʍ ˍ ˍ .ˍ Gˍ lˍ ˍ ˍ ˍ ˍ ˍ ˍ ˍ [̍ ̍ ̍ ͍ ͍ ͍ ͍ ͍ ͍ ΍ ΍ =΍ >΍ c΍ v΍ ΍ ΍ ΍ ΍ ΍ ΍ ΍ ύ ύ ύ DЍ Ѝ Ѝ Ѝ Ѝ Iэ Jэ Qэ Zэ [э cэ xэ э э э э э э ҍ ҍ 4ҍ Iҍ [ҍ uҍ ҍ ҍ ҍ ҍ ҍ ҍ ҍ ҍ :Ӎ ;Ӎ cӍ dӍ wӍ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ Ӎ ԍ ԍ $Ս 8Ս Ս x֍ y֍ z֍ ֍ ֍ q׍ x׍ ׍ ׍ ׍ ׍ ׍ ׍ ׍ ׍ ؍  ؍ :؍ T؍ e؍ ؍ ؍ ؍ ؍ ؍ ؍ ؍ ٍ ٍ 7ٍ Qٍ bٍ |ٍ }ٍ ~ٍ ٍ ٍ ٍ ٍ ٍ ٍ ٍ ڍ ڍ 	ڍ 
ڍ ڍ ڍ .ۍ ۍ ۍ ܍ h܍ ܍ 3ݍ ݍ 8ލ ލ ލ ލ ލ $ߍ ;ߍ kߍ ߍ ߍ ߍ # O           1 C ] w         / D Y k          : ; < = e f y            g t  X       5 L k      " ) 2 3 ; M _ q         . ? V W _ q         + < R c z { | }          	  $   <   ? ^     F e         > ]       + o p            < = _        D E F G  1 3 g    _    V            L    D      1 ; E F n o          3 j     5 6 G H I q r          
               & D h      '	 (	 ;	 N	 a	 t	 v	 w	 x	 	 	 (
 
 
 
 
 
 
 
        
 P
 
 
  E    b          > ? d w       . _ q    " # 4 a h p q              ( ) 2    
 # 6 n y      
  R Y a b           ! # $ % .     L W v       ( ) Q R e x        W  ? z      $ Q R S T { |  n    F    1     ,     ! ! ! 4" "  # !# T# $ 	$ >$ S$ o$ $ $ $ $ % K& z& & 	' F' ' ' 3( r( ( ) ) ) #) 2) >) Q) U) V) W) X) Y) Z) [) \) ]) q) x) }) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !* &* |* }* * * * * * * 6+ :+ + + + + + + + + , , F, G, L, z, , , , , ,  - - - - - -  - #- ,- -- .- ?- D- L- S- Z- f- g- r- v- }- - - - - - - - - - - - - - - - - - [. \. u. v. . . . . . . . . . . . . . . . . . . . . . 
/ '/ (/ 3/ @/ A/ K/ X/ Y/ Z/ [/ \/ ]/ ^/ _/ l/ m/ {/ |/ }/ ~/ / / d0 e0 W1 X1 /2 02 G3 P3 p3 3 3 4 4 +4 s4 t4 4 4 4 4 4 4  5 
5 E5 5 6 6 7 7 |8 }8 8 9 g9 9 >: : ; ; ; )< < < < < < < `> a> r> ? ? @ =@ V@ r@ @ @ A A 6C 7C C C C C C D 	D ZD pD D D D D E AE E E E &F cF F G G G $H %H pH qH I I nJ oJ K K L L bM cM }M M >N N ?P @P P P *R .R /R ER FR ZR [R \R eR sR R R R R R R R R R R R R R R R R R R R R R R R R S S S S S S 4S 6S ;S <S VS XS ]S ^S mS oS uS vS S S S S S S S S S S S S S S S U U U V  V TV nV V V V V 1W IW }W W W W X 4X hX X X X X Y Y Y Y >Y GZ HZ ^Z Z Z Z Z Z Z Z [  [ 3[ 4[ R[ [ [ [ [ [ [ [ \ \ w\ x\ \ \ \ \ \ \ \ ] ] 0] F] \] r] t] ] ] ] ] ] ] ] ] 
^ ^ #^ $^ %^ &^ 7^ W^ X^ Y^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ 9_ R_ g_ |_ _ _ _ _ _ _ _ _ ` ` 	` 
` ` ` ` 4` 5` I` J` l` ` ` ` ` ` ` ` ` `  a a a a a 
a Va Wa b 
b b b ?b @b Ab Bb bb b #c 9c :c Dc Oc c c c c c c c c .d /d 8d d d 
e e e ne e e e f Yf Zf {f |f }f ~f f f f f f f g g g g g g Ig g g +h 6h @h Kh Uh Vh h h h h )i *i ei i i i j j j j #k 1k Ak Bk Mk Rk Sk ]k bk ck nk sk tk ~k k k k k k k k k k k k k k k k k k l l l "l 0l @l Al Ll Ql Rl \l al bl ml rl sl }l l l l l l l l l l l l l l l l l m m m m 0m >m Nm Om Zm _m `m jm om pm {m m m m m m m m m m m m m m n 
n n n n n )n .n /n 0n In Wn gn hn sn xn yn n n n n n n n n n n o `o o o o o o o o o o o o o o o o o o p p )p *p 5p :p ;p Ep Jp Kp Vp [p \p fp kp lp mp p p p p p p p p p p p p p p p p p ,q :q Jq Kq Vq [q \q fq kq lq wq |q }q q q q q q q q q q q q q q q q r r r r r r r r r r r r r r r r r r r s s 
s s s s 3s As Qs Rs ]s bs cs ms rs ss ~s s s s s s s s s s s s s s s  t t t t t t !t "t #t >t Lt \t ]t ht mt nt xt }t ~t t t t t t t t t t 	u ,u -u u u u u u u ;v <v pv v v v v v v v v w 7w Iw Kw bw cw lw w w w w 0x x x x x y y y @y Ay Ry y y y y z z Dz sz tz uz vz wz z z z { w{ { { { { { { {  | | | | | | | } } } } } } ~ ~ ~ ~   ) * P            M N ̀ : Z {    ၎    h   W     Ã ă I J ~     ل ㄎ 턎   < N O P Q Z   ܅ ݅ , - N O `     ކ t  ͉ Ή e r        ꐎ 됎  c d ʔ ˔  - ͕ Е ; < ! 6    ɗ ܗ ݗ ◎ ꗎ     	 
     ! ( 4 5 = E J K S [ g h p w | }       < =   * + 蜎 霎 B N ʝ ˝     k , - 5 6     1 ;      ʨ ר 討  
  , - @ S j      [ \ ݫ ޫ     ʯ   z  հ   O    6 F S      ̴ ִ എ ᴎ  A B D E F O    赎 & N Y       . e f g h     ݷ 緎     E F G I J K T   Ƹ  1 U ۹ D T U V g u v w    ɺ Ӻ Ժ  ( ) * + - . / 8 w   ջ  9  ( 8 9 : K Y Z [ \    н ڽ 低 彎  : ; < = ? @ A J    꾎 ) I     п ޿ ߿ ࿎ 꿎  ( 2 < = k           D d    0 1 B P Q R       Î Î /Î 0Î 1Î 3Î JÎ KÎ TÎ VĎ WĎ hĎ Ď Ď Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ŏ Ǝ ǎ ǎ ǎ /Ȏ fȎ Ȏ Ȏ 4Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ ʎ /ʎ Bʎ Uʎ hʎ {ʎ }ʎ ʎ ʎ ʎ 	ˎ ˎ Iˎ Jˎ Kˎ \ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ 
̎  ̎ 3̎ F̎ Y̎ Z̎ [̎ \̎ e̎ ̎ ̎ ̎ ̎ ̎ ̎ (͎ /͎ 8͎ 9͎ O͎ _͎ `͎ a͎ b͎ c͎ d͎ e͎ f͎ g͎ h͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎ ͎  Ύ 	Ύ FΎ Ύ Ύ ώ ώ ώ ώ ώ Ў Ў Ў Ў Ў Ў Ў ю !ю ;ю Kю eю ю ю ю ю ю ю ю Ҏ !Ҏ ;Ҏ <Ҏ =Ҏ >Ҏ fҎ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ Hӎ vӎ ӎ ӎ ӎ ӎ GԎ NԎ WԎ XԎ `Ԏ uԎ Ԏ Ԏ Ԏ Ԏ Ԏ Ԏ Վ Վ 1Վ FՎ XՎ rՎ Վ Վ Վ Վ Վ Վ Վ Վ ֎ &֎ 9֎ L֎ _֎ `֎ a֎ b֎ k֎ ֎ ׎ U׎ ׎ <؎ =؎ >؎ ?؎ P؎ ؎ ؎ ؎ ؎ 
َ َ 0َ Cَ Dَ Eَ Fَ Oَ َ !ڎ dڎ ڎ Kێ Lێ Mێ Nێ _ێ ێ ێ ێ ێ ܎ ܎ '܎ :܎ M܎ N܎ O܎ P܎ Y܎ .ݎ Uݎ ݎ ݎ ގ ގ ގ ގ ގ ގ ގ ގ ގ ߎ ߎ +ߎ =ߎ Wߎ qߎ ߎ ߎ ߎ ߎ ߎ ߎ ߎ  - = W q r s t       ( ; N a b c d m &    i    )       ( = R g y        % : O d v            E F Y l        u  -    |  ,  , - 4 s   	 5 i    ! " 3 w ~          & @ Z k        	 # = N h            * = P c d e f o - '      r ) 0 p     	 ( i j k |         ! 8 O f w          ! 3 E \ s            C D W j }         \  X    Y w  ;     +    < = }    ; Z y     
  2 3 8 : ; < E R t       A c x y       	 
 
  G ~   L    
 
 [ \   ! X    , c   1          
   3 F Y [ \ ] f    6 T n         # 6 I \ ^ _ ` i   . / @ A B j k ~                         C  S T e f g h  % & M N  w x   % ]   % j    U V W a l         ( ; = S T ]    G R ~           %  5  6  7  8  `  a  t                  ?! Z! ! ! ! ! " " 6" d" " " " " " " " "  # 0# G# H# I# J# r# s# # # # # # # # # ;$ c$ $ $ $ $ % % % % % % % % % % % & & )& <& >& ?& @& I& & & ' ' ( #( B( ( ( ( ( ( ( ( ( ) ) U) * >* ?* x* * +  + R+ + :, ;, , , , -- \- ]- - g/ / / / 0 0 0 0 1 1 1 1 
2 2 02 X2 Y2 2 3 4 Q4 4 4 =5 y5 5 6 G6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 +7 ,7 ;7 <7 =7 I7 J7 K7 L7 W7 [7 n7 v7 7 7 7 7 7 8 8  8 M8 R8 8 8 8 8 8 *9 +9 09 \9 `9 z9 {9 9 9 9 9 9 9 : : C: D: E: O: : : : : : : : : : : : : : : : : ; ; ; ; ; "; #; $; %; &; '; (; ); *; +; ,; -; .; /; 0; 1; F; ; ; < < -< >< ?< S< U< V< W< X< Y< a< g< h< q< u< v< < < < < < < < < < < < < < < < < < < < < < 
= = = = = = )= ;= > > > > ? ? @ @ A gA tA A A A B B %B JB KB \B B B B B B zC 6D 7D $E %E F F 'F F G vG G EH H H lI I 'J (J fJ J J J K K L .M PM M M M N *N +N 4O 5O P P 3Q 4Q Q Q Q Q Q Q R @R AR RR R R R =S >S ZS S T [T  U !U rU U U V V V V X 
X {Y |Y 2Z 3Z  [ [ [ ,[ [ \ ] ] \^ ]^ _ _ _ _ _ _ _ _ ` ` ` `  ` !` "` #` '` (` )` *` C` E` K` L` e` g` l` m` {` }` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a 
a a a "a $a *a +a >a @a Ea Fa Ma Ra ma na oa pa qa Oc Pc \c c c c d @d Sd d d d d e .e be e e e f  f 0f df f f f f f f g g g "h 1h Dh Eh ^h h h h h h h h  i !i "i Vi li i i i i j j  j +j ^j hj rj sj j j j j j j k k )k *k 3k Uk Vk jk kk k k k k k k k k k k k l l  l !l "l #l ,l Ml Nl bl cl }l l l l l l m m 4m 5m Jm Km \m |m }m ~m m m m m m m m m m m m 
n &n 'n <n =n Nn nn on pn n n n n n n n n n o o o o o o o o  p p p p p p p  q *q 4q 5q Vq q q q q q q nr or r r r s Qs Rs cs s s s t t t t t t 't t t t t t t t t t t u u u u u u u u Tv kv v v v v w 8w ~w w ix jx x x x x x x x x x x  y y y y y y !y "y #y Ay Oy _y `y ky py qy {y y y y y y y y y y y y y y y y y y y  z z z z z  z !z "z Dz Rz bz cz nz sz tz ~z z z z z z z z z z z z z z z z z { 
{ { { { { ){ .{ /{ 0{ l{ z{ { { { { { { { { { { { { { { { { { | | | | | !| &| '| 2| 7| 8| B| G| H| I| | |  } .} >} ?} J} O} P} Z} _} `} k} p} q} {} } } } } } } } } } } } } } } } } ~ 	~ 
~ ~ 8~ F~ V~ W~ b~ g~ h~ r~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  	 
    % * + , R ` p q |               ! P ^ n o z             р ߀           ! " , 1 2 3 _ m } ~              ܁ ꁏ         ' , - 7 < = > b   ʂ ˂ ! " / 0 1 T ك ڃ    ! + 6 i s } ~  Մ 焏 鄏    
 ^ _   ΅ - c      ކ ߆  A Z s    ⇏       f g     < U o      f g h i  ! " V h z { j k u    ǌ Ȍ   / A B C D M     덏 썏 j ؎   ? \ ~      \   8 9 : ; a b 瑏 葏  . / 9 D w     ڒ 쒏 풏    Y Z z { ʓ ˓ 쓏 퓏  I J K L |  6 k l   ; < M   T U      h i ~ ˢ k n ٣ ڣ  Ԥ E F U g z {              ƥ ҥ ӥ ۥ 㥏 襏 饏         # * 6 7 8 9 ڦ ۦ 2 3 ȩ ɩ   એ 쪏 h i      	 ʮ ˮ ӯ ԯ %   J ϳ ٳ    A N [ h u     ʶ ˶ ޶      + [ \   { | N O " 3 h    F s    =   Կ    ! " , 7 j t ~         ,Ï 8Ï _Ï Ï Ï Ï Ï 0ď :ď _ď ď ď ď ď ŏ ŏ ŏ ŏ 2ŏ 3ŏ =ŏ Hŏ {ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ 1Ə =Ə dƏ Ə Ə Ə yǏ Ǐ Ǐ Ǐ Ǐ ȏ ȏ ȏ ȏ ȏ *ȏ ]ȏ gȏ qȏ rȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ɏ !ɏ Hɏ sɏ ɏ ɏ ]ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ ʏ &ˏ 0ˏ ;ˏ nˏ xˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ '̏ 3̏ Z̏ ̏ ̏ ̏ ͏ [͏ \͏ ]͏ n͏ |͏ }͏ ~͏ ͏ ͏ ͏ ͏ ͏ ͏ 	Ώ 3Ώ 4Ώ 5Ώ 7Ώ 8Ώ 9Ώ BΏ Ώ Ώ Ώ Ώ Ϗ 1Ϗ NϏ Ϗ Ϗ Ϗ Ϗ Ϗ Ϗ Ϗ *Џ GЏ QЏ \Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ я я ҏ Eҏ {ҏ ,ӏ -ӏ >ӏ pӏ qӏ rӏ sӏ tӏ uӏ ӏ VՏ WՏ Տ Տ ֏ <֏ ֏ ֏ '׏ (׏ 2׏ =׏ p׏ z׏ ׏ ׏ ׏ ׏ ׏ ׏ ؏ ؏ ؏ 2؏ 3؏ <؏ ؏ ؏ ؏ ؏ ؏ ؏ 'ُ .ُ 6ُ 7ُ Mُ ]ُ ^ُ _ُ `ُ ُ ُ ُ ُ ُ ُ ُ ُ ُ ڏ &ڏ Tڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ  ۏ ۏ ۏ ۏ ۏ ۏ ۏ .ۏ Oۏ Pۏ uۏ ۏ ۏ ۏ ۏ ۏ ۏ ۏ ܏ ܏ ݏ ݏ ݏ ݏ ݏ Pޏ Wޏ `ޏ aޏ iޏ ~ޏ ޏ ޏ ޏ ޏ ޏ ߏ ߏ %ߏ :ߏ Oߏ aߏ {ߏ ߏ ߏ ߏ ߏ ߏ ߏ ߏ  $ I \ o p q r {             ( : T n ~        * : T n o p q           	    <      A B j             K      P Q y z            7     ! 2             9 S [ p           # v w              $ ` t      1          1 K \ v         . H Y s          
  0 C D E F O  j   Q   o  t     ` w    3 _       % & . C X m       	 # 4 N V k          1 K \ v w x y           
    -         - L q      	  ^ e n o w         , C T j {          ( 9 P g x            . A C D E N `	 (
 
 x  0 {   
 G
 
    6 7 >    [ z     6 U V g            4 V x y       ( [      m o    T   ? @  9 :      S T    9   $ % / : m w              L  o        ! C! q! r! ! ! ! ! ! ! ! ! ! ! ! ! " %" I" " " " " " # 	# # /# B# U# W# X# Y# b# # # '$ ($ 9$ :$ ;$ c$ d$ w$ $ $ $ $ $ $ $ $ d% % % & & & & 7& & & & & ' ( ( J( ( ( ( @) ) ) * O* * * * * * 
+ =+ G+ Q+ R+ z+ {+ + + + + + + + + j, , , , , - ^- _- p- - - - - - - - - - - - . %. 8. K. M. N. d. e. n. . . )/ F/ _/ r/ / / / 0 (0 G0 H0 I0 Z0 0 0 0 0 0 0 0 0 0 1 1 $1 71 J1 ]1 _1 `1 a1 j1 1 2 ;2 M2 2 2 2 3 #3 $3 %3 &3 73 d3 e3 3 3 3 3 3 3 3 3 3 3 V4 4 85 {5 5 5 5 M6 N6 O6 `6 6 6 6 6 6 6 6 7 7 7 8 8 8 8 8 m9 9 9 .: /: h: : : : 3; = 2= 3= p= "> \> ]> > D? E? z? ? ? ? ? ? ? =@ A A A EB B B C oC C C GD HD SD _D nD zD D D D D D D D D D D D D D D D D D D D D D D D D E E  E !E &E ]E bE E E E E E 5F 6F ;F rF vF F F F F F G G G VG [G G G G G G G G G G <H AH MH NH QH [H \H _H hH iH jH {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 I I I I I I I I I I I I I I J J J J J 'J 3J 4J 5J 6J 7J IJ cJ dJ oJ |J }J J J J J J J J J J J J J J J J J J K K L L kM lM N N N O O ZO [O gO O O O O O O :P ;P <P IP P Q Q Q R R S S S HT T U zU U JV KV 
W eW W W X "X #X 6X Y Y Y Z Z W[ y[ [ [ [ [ \ \ r^ s^ ^ ^ _ )_ 8_ D_ E_ _ _ _ _ _ 9` >` }` ` ` ` ba a a b b c `c ac c c Qd Rd e e g g g g h h h h zi 4j {k |k k k fm jm km m m m m m m m m m m m m m m m m m m m m m n n 
n n n n !n "n 5n 7n =n >n Sn Un Zn [n pn rn wn xn n n n n n n n n n n n n n n n n n n o o 
o o o p p p Bq \q q q q q %r 9r mr r r r  s s Rs ps s s s t !t Ut Vt Wt Xt zt u u u u u u u u /v 0v Nv \v ov pv v v v v v 
w  w 6w Lw Mw w w w w w x x x 8x Ux Vx lx x x x x x x x x x y 	y -y Iy Jy _y `y ay by sy y y y y y y y y y y y y  z z z 7z 8z Jz uz z z z z z z z z { { { C{ D{ E{ F{ G{ H{ Q{ p{ q{ { { { { { { { { | 
| | ;| <| =| >| ?| @| I| | | H} I} J} [} {} |} }} ~} } +~ _~ u~ v~ ~ ~ ~ ~ ~ ~ ~ ! 7 9 j k t  
 I J Y     R         Ł   ! 2 S T U V W X  % & g r |     	 ! 8 e f  ք      4 _ m } ~              ߆ 톐   	      * / 0 : ? @ A ^ l | }              ⇐         ! " - 2 3 = B C D l z            ǈ ̈ ͈ Έ 
  ( ) 4 9 : D I J U Z [ e j k l         ĉ ŉ Љ Չ ։  剐 扐 牐 S   ̊ ܊ ݊ 芐 튐     	        G U e f q v w           ֋ 䋐          ! & ' 1 6 7 8 h v            Ì Ȍ Ɍ ʌ         * / 0 ; @ A K P Q R      
    ( - . 9 > ? I N O P o }            ʎ ώ Ў ю     ' , - 7 < = H M N X ] ^ _ z          ŏ ʏ ˏ Տ ڏ ۏ ܏     E h i   ͐ ΐ ϐ  w x    ɑ ԑ     O s          l ˓  & 6 G W X | }  ߔ   * Y Z          T   ږ  
 " : ; < M     0        	   Q [ e f   ͚ ߚ  ᚐ ⚐ 뚐 0 1 @ Q    v   ݜ    A B S   U  ֞ מ ؞ ٞ       ̟ ͟ ן ⟐   ) * P x          h i    硐 衐 顐 ꡐ   Ԣ 	 
   ٨ ڨ 먐 1 2   & ' 9      i 	  w x ] r 㲐 䲐      & + , 1 9 E F K R W X ] d p q y             ȳ Գ ճ ֳ ׳ x y е ѵ f g $ % ~      T U  h i q r ý M N 运 m w   Ð Ð Ð Đ Đ $Đ 5Đ FĐ WĐ hĐ iĐ |Đ Đ Đ Đ Đ Đ Ő Ő Ɛ Ɛ ǐ ǐ ɐ ɐ ʐ ʐ ː Vː Wː ː ː ̐ A̐ B̐ ̐ ̐ J͐ K͐ r͐ ΐ ΐ ΐ ϐ ϐ ϐ ϐ А А А А KА }А ~А А А А А А А А $ѐ bѐ ѐ ѐ ѐ ѐ ѐ WҐ XҐ YҐ jҐ Ґ Ґ Ґ Ґ Ґ Ґ Ґ Ґ Ӑ #Ӑ -Ӑ .Ӑ \Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ԑ -Ԑ mԐ Ԑ Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր Ր ֐ ֐ ֐ >֐ d֐ e֐ f֐ g֐ i֐ j֐ k֐ t֐ ֐ ֐ ֐ א Qא uא א dؐ tؐ uؐ vؐ ؐ ؐ ؐ ؐ ؐ ؐ ؐ ؐ ِ ِ  ِ !ِ Oِ vِ wِ xِ yِ {ِ |ِ }ِ ِ ِ ِ ِ &ڐ eڐ ڐ ڐ ڐ ڐ ڐ ې ې ې ې &ې 1ې dې nې xې yې ې ې ې ې ې ې ې ې ܐ +ܐ Rܐ ܐ ܐ ܐ ܐ #ݐ lݐ mݐ ~ݐ ݐ ݐ ݐ ݐ ݐ ݐ ݐ -ސ 7ސ Aސ Bސ kސ lސ mސ oސ ސ ސ ސ ߐ ߐ ߐ ߐ           C   ) k   ! p       " # K k ~        E X              & I \ o           ! " 3 d k t u                & 9 : ; < E  $ 7      1       1 C ] w         3 C ] w x y z     
       & ' ( 9            6 P X m        
   7 O b u       - J   x y z {     ! F Y l      5 ]            = P c v      j        # $ + 4 5 = R g y        # 5 O i y         = > Q d w       b     R S T e  K  R  [  \  d  y               . ? Y a v        + < V W X Y              i   B  
 h  h i p    E q    )	 ]	 ^	 o	 	 	 	 	 	 	 	 
 
 7
 Q
 b
 |
 
 
 
 
 
 
 	  3 E _ y           ? @ S f y       i
 c  A N  2  e l     & E d        
  ' 9 K ] t         0 1 9 K ] o         , = T U V W                   8    w   ? g    x  y      ! 7! w! ! ! ! ! ! " I" J" n" o" t" v" w" x" " " " " " # # 9# [# }# # # # # # $ $  $ !$ [$ & 
& A& & & & 9' ' ' ' 0( ( ( ) ) \* ]* * * * &+ h+ + + , m, , , , , - - -  - H- I- \- o- - - - - - - - 
. D. r. . . . / / !/ "/ #/ K/ L/ _/ r/ / / / / / / / / j0 k0 |0 }0 ~0 0 0 0 0 0 0 0 0 0  1 1 B1 1 1 1 1 1 2 2 2 (2 ;2 N2 P2 Q2 R2 [2 2 3 3 3 3 3 3 3 3 a4 b4 4 4 4 5 5 5 *6 a6 6 6 7 a7 7 7 <8 8 8 8 8 8 8 8 8 8 9 9 >9 Q9 d9 w9 y9 9 9 9 : 9: K: : : : : : ; ;; B; J; K; a; q; r; s; t; ; ; ; ; ; ; ; ; < < < {< < < < < = H= S= r= = = = = = = ,> 3> ;> <> l> > > > > > > > > > > > > > ? w? ? ? ? &@ 1@ P@ @ @ @ @ @ @ A A +A ,A ?A RA eA xA zA {A |A A A 1B B C TC _C ~C C C C C +D ,D -D .D UD VD D HE zE {E E  F [F \F F G vG wG G G H iH H H H J J J K K K K .L L L M -M IM YM lM M M M %O TO O O  P yP P 
Q LQ Q Q Q Q Q R R +R /R 0R 1R 2R 3R 4R 5R 6R 7R KR RR WR gR hR wR xR yR R R R R R R R R R R R R  S VS WS \S S S S S S T T fT gT lT T T T T T T T  U !U &U TU YU U U U U U U U U U U U U V V V V V &V -V 4V @V AV LV PV WV ^V _V `V aV bV cV dV eV fV gV hV iV jV kV lV mV V 5W 6W OW PW iW zW {W W W W W W W W W W W W W W W W W W W W X X 
X X X %X 2X 3X 4X 5X 6X 7X 8X 9X FX GX UX VX WX XX eX wX >Y ?Y 1Z 2Z 	[ 
[ !\ *\ J\ \ \ \ \ ] M] N] a] ] ] ] ] ] ] ] ^ ^ r_ s_ `` a` Va Wa ca a Ab b c c c c d e ce de e e e e :g ;g Lg jh h h i 0i Li fi gi pj qj l l ol pl l l l l l 4m Jm |m }m m m m n yn zn n  o =o o \p ]p p p p Jq Kq q q Hs Is t t nu ou <v =v Wv hv w w y y y y { { 	{ {  { 4{ 5{ 6{ ?{ M{ Z{ [{ \{ ]{ ^{ _{ c{ d{ e{ f{ { { { { { { { { { { { { { { { { { { { { | | | | 0| 2| 7| 8| G| I| O| P| ^| `| f| g| z| || | | | | | | | | | ~ ~ ~ ~ ~ . H |     # W j     B \ l        ! " 8 ^ m    ̓ ΃ 샑  
  , \ ] ^    Ԅ ꄑ 넑 Q R \ g     օ   
   6 L N e f o     ˆ 熑 膑       1 2 3 Z [ \ ] ^ _ h      Շ և 臑  , A V p q       ሑ ∑ ㈑ 䈑 刑 我    # $ F b c x y     ى ډ ۉ ܉ ݉ މ 牑 0 1 抑 犑 芑      < ɋ     ) \ f p q   Ռ ׌  	    獑 荑  H     3 4 U V W X Y Z c   Џ       # Ð Đ    % / 0    ֑   ? t      ғ     ' , - 7 < = H M N X ] ^ _ }          Ȕ ͔ Δ ؔ ݔ ޔ ߔ  
   & + , 6 ; < G L M W \ ] ^           ˕ Е ѕ ە  ᕑ ║ 
  ( ) 4 9 : D I J U Z [ e j k l   Ɩ ǖ Җ ז ؖ ░ 疑 薑      	 
 # 1 A B M R S ] b c n s t ~     : \ j z {              嘑        $ % 0 5 6 @ E F G t           ę ř ϙ ԙ ՙ ֙   $ % 0 5 6 @ E F Q V W a f g h        Ț ͚ Κ ٚ ޚ ߚ 隑    \ ]        ƛ ˛ ̛ כ ܛ ݛ 监 웑 훑  
  + , 7 < = G L M X ] ^ h m n o     Ŝ ʜ ˜ ՜ ڜ ۜ 朑 뜑 윑      & 6 7 B G H R W X c h i s x y z   㝑   ] ^ k l m    J \ ] g r     ퟑ  # % < = F     
 i  ġ ԡ 塑     , }   Ȣ    M N O P Q Z    Q \ x    ؤ ٤ ڤ 뤑     Υ ] ^         六    * Y k } ~    Ψ Ϩ ި 﨑 ' (   4 U {    ߪ ઑ  B   1 t u v w   # $ X j k u    ǭ ȭ   ( ) * + 4       ( ) :      N r   ? L w x  Ϸ з   Ĺ Ź ׹ = >                                   $ % - 5 A B J Q V W _ f r s t u   nÑ oÑ ő ő ő ő Ƒ (Ƒ Ƒ Ƒ [Ǒ \Ǒ Ǒ Ǒ Eȑ ʑ ʑ ˑ ˑ aˑ ̑ ̑ ͑ ϑ ϑ [Б \Б }ё ё ё ё ё ё ё ё ё ґ ґ ґ -ґ Dґ [ґ \ґ gґ ӑ ӑ 5ԑ 6ԑ ԑ ԑ ב ב ^ؑ oؑ ؑ ؑ ؑ Tّ ّ ّ ّ ّ )ڑ yڑ ڑ ڑ ۑ  ܑ -ܑ Yܑ ]ݑ ^ݑ hݑ sݑ ݑ ݑ ݑ ݑ ݑ ޑ ޑ ޑ ޑ  ޑ )ޑ hޑ tޑ ޑ ޑ  ߑ (ߑ 3ߑ lߑ vߑ ߑ ߑ ߑ ߑ  ? @ A B n o y          ! # $ % . m y    /   . / 0 A O P Q [ f            	  Q ]          % 3 4 5 6 b l w             $ c o    # [              E o p q s t u ~     > m   
   * + , f        	 
  
 $ % . 0 1 B   h i z           	 @ x   c d n y      	  / B U W n o x   # $ % 6 c j r s         
   3 4 5 6 ? b       	   ) 9 : ; < = > ? @ A B j                             % ? Y a v           @ `        " P     ! ( 1 2 : O d v          2 L f v           & 9 : ; < E   /  x      * } ~     
      )   >  % & ' ( 9         ' ( ) * 3  / s  [ \ ] n          1 K [ u       	 	 1	 K	 L	 M	 N	 _	 	 	 	 	 	 
 
 (
 ;
 <
 =
 >
 G
   `   C    
 m
 
 
 
 
   , A S m         ) > P j             3 F Y l      O   Z   V       M     C o     
 Q X a b j          4 E _ p         ( B \ m            * = > ? @ I   i   Y  L  
 J i       C  D  E  V                    ! )! @! Q! h! ! ! ! ! ! ! ! ! ! 
" " 6" M" d" u" " " " " " " " " " # # 1# D# W# j# }# # # # # $ d% 6& & 2' l' ' ' 3( Q( ( ) ) * , r, s, z, . . W. . . . / 4/ S/ r/ / / / / / 0 
0 0 0 0 0 0 ,0 N0 p0 0 0 0 0 0 1 =1 R1 S1 d1 1 1 1 1 1 1 3 3 3 !4 X4 4 4 &5 {5 |5 5 u6 v6 57 67 7 7 28 8 8 8 9 =9 u9 9 : `: a: k: v: : : : : : : : 
;  ; 3; 5; 6; 7; @; ; ; ; < .< H< < < < < < < < < < = #= 6= 8= 9= := C= a= = > 	> > > > D> E> X> k> ~> > > > > > > > c? d? u? v? w? ? ? ? ? ? ? ? ? ? ? @ @ -A .A ?A @A AA BA sA A  B 'B (B YB QC RC C C C 7D |D D D DE E E /F 0F 1F ;F FF yF F F F F F F F G G G -G .G 7G G G G !H ,H XH H H H H H H H H I I I I :I ;I NI aI tI I I I I I I J 4J eJ J J J J J K >K dK K K K K K K K K 
L !L "L #L $L LL ML `L sL L L L L L L M =M wM M M M M [N _N `N aN bN sN N N N N N N O O O O O #O O O tP P P P Q Q Q Q Q Q Q Q Q Q Q /R R S S RS S S S ,T T U U jU kU U V 6V 7V oV AX nX oX X ^Y Y Y Y Z Z Z Z Z Z 
[ 2[ 3[ y[ \ \ +] ] ] ^ S^ ^ ^ !_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` ` #` $` %` &` 1` 5` H` P` \` ]` b` ` ` ` ` ` 'a ,a qa ra wa a a b b 
b 6b :b Tb Ub Zb b b b b b b b c c c )c xc }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 d d d d d d d d 	d 
d d  d d d d d e e e -e /e 0e 1e 2e 3e ;e Ae Be Ke Oe Pe ce oe pe qe re se e e e e e e e e e e e e e e e e e e e e e f f f f g g h h i i i Aj Nj j j j j j j $k %k 6k vk wk xk k k Tl m m m m n n o o o Pp p q q q Fr r s s @s ^s _s rs t t t v *v v v v v w w x x y y 
z z Yz ez tz z z z z { { ,{ u{ z{ { | | 4| | | 5} } } L~ ~ ~ ~ ~   怒 瀒 U V  
 ڃ ۃ    p   6 7      ҈ ӈ Ԉ ݈ 눒             % & ? A F G U W ] ^ q s y z         Ή Љ Չ ։ 剒 牒 퉒           ' , G H I J K ) * 6 ~  ̌ 挒  - a u     < Z     
 > ]        ֐     8 k l     ʑ    0 F \ r       8 B L M t     ԓ ꓒ 쓒   
 / 0 D E i        ϔ Д є        ' ( < = W s t   ʕ ߕ    $ % 6 V W X            䖒      ( H I J w x y z { |  Η ϗ         ژ g     Ǚ     0 ] s u    H I    曒 + , =  ќ Ҝ        \ ] n        a b    Þ ͞ Ξ . E ] t   ݟ  X Y C D [ p     š ʡ ˡ ա ڡ ۡ 桒 롒 졒      ) 9 : E J K U Z [ f k l v { | }     Ģ ɢ ʢ Ԣ ٢ ڢ 墒 ꢒ 뢒      , < = H M N X ] ^ i n o y ~     ƣ ǣ ң ף أ ⣒ 磒 裒      	 
 F T d e p u v            Ϥ ߤ ऒ 뤒           ! " #  إ     $ ) * 4 9 : E J K U Z [ \         ¦ æ Φ Ӧ Ԧ ަ 㦒 䦒 妒    0 1 < A B L Q R ] b c m r s t   § ç Χ ӧ ԧ ާ 㧒 䧒 戮       , : J K V [ \ f k l w | }       * 8 H I T Y Z d i j u z {       ɩ ʩ թ ک ۩ 婒 ꩒ 멒       
 9 G W X c h i s x y         Ī Ԫ ժ ઒ 媒 檒           < \      	 
  .   謒     C M W X    í ڭ ۭ 䭒 8 9 Y Z   = b r      ʯ  4 M f    밒 찒   ﰒ  @ A  ﱒ   / I ^ v w x  @ A B C l   0 B T U D E O Z     ȵ  	     ' l m |  Ŷ ƶ D  ҷ   6 X Y } ~  ฒ 6  Ϲ     ; <  º   	   Q [ e f   ƻ ǻ Ȼ ɻ һ 3 4 T U   Ƽ Ǽ ؼ # $ % & V 콒  E F   Ē Ē 'Ē mŒ nŒ .ƒ /ƒ bǒ cǒ uǒ Ȓ Ȓ B˒ C˒ X˒ ˒ E̒ H̒ ̒ ̒ ͒ ͒ Β  Β /Β AΒ TΒ UΒ ZΒ bΒ gΒ hΒ mΒ uΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β ϒ ϒ ϒ ϒ ϒ ϒ ϒ ђ 
ђ Ғ Ғ `Ӓ aӒ Ӓ Ӓ BԒ CԒ Ԓ Ԓ Ւ Ւ Ւ ג ג ؒ ؒ ؒ ڒ ڒ $ے ܒ ܒ ݒ ݒ ߒ (ߒ 5ߒ Bߒ Oߒ `ߒ qߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ ߒ  5 6   U V ( )  
 B      M } ~             D N X Y          9 `    
  9          
  " U _ i j           > i   S           7 A K L z           " M   7            
  H R \ ]           
 4 b    5 6 7 H V W X b m      
       [ g     ( _        ! + 6 i s } ~            U    J K L M N O  0 1 e    ]          J  T  ^  _                 
            ' 7 8 9 : b            . \ ] ^ o                 ) * O b u v w x   ` s Y Z [ \ m * 1 : ; C X m         ) ; U o         #	 6	 I	 J	 K	 L	 U	 	 	 b
 c
 d
 u
 
 
 
 
 
 
   . H X r         . H I J K s          i
 
 
         D ]         q   %      * + S T y            Z     _ ` g p q y        - 5 J _ q          P Q y z            : N                 % 6 P j {        " 3 M g x          
      )  D   +  ~    I! ! N" " " " " :# Q# # # # 
$ 9$ e$ $ $ $ $ $ $  % % % 2% G% Y% s% % % % % % % & (& 0& E& Z& o& & & & & & & ' %' 6' P' Q' R' S' {' |' ' ' ' ' ' ' ' ' ' ( ) * }* * * n+ + , , , - &- K- b- - - - - - - 8. ?. H. I. Q. c. u. . . . . . . / / ./ D/ U/ l/ m/ u/ / / / / / / 0 0 *0 A0 R0 h0 y0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 (1 :2 3 3 R4 4 
5 U5 t5 5 5 !6 6 \7 {8 9 : : : ; ; ; 5< T< s< < < < = /= 0= A= = = = = = = = = = = = > 0> R> S> u> > > > > > ? 5? Z? [? \? ]? ? GA IA }A A A .B uB B C C lC D D D D E E E -F .F bF F F G ZG G G G 	H H GH QH [H \H H H H H H H H H H H &I II I I I I J KJ LJ ]J ^J _J J J J J J J J J J J J #K K K K K K K K K 	L L /L 1L 2L 3L <L ZL ~L M M M M M =M >M QM dM wM M M M M M M >N N N N N N N O O O O O O P P $Q fQ Q Q R [R R R )S xS S S S S S T !T +T ,T TT UT zT T T T T T T T DU uU U U U U 8V 9V JV wV ~V V V V V V V V V V V V W %W 'W (W >W ?W HW W W X  X 9X LX X X X X Y !Y "Y #Y 4Y hY oY wY xY Y Y Y Y Y Y Y Y Z $Z 7Z 9Z :Z ;Z DZ Z Z [ '[ b[ m[ [ [ [ [ [  \ \ >\ ?\ g\ h\ {\ \ \ \ \ \ \ \ 0] m] ^ U^ ^ ^ ^ '_ (_ )_ :_ g_ h_ i_ j_ _ _ _ ` ` ` ` \a a a a Gb b b c 	c Bc c c c 
d e f 
f Jf f 6g 7g jg h h Th ih h h h h h i aj j j k \k k k Il l l !m "m -m 9m Hm Tm gm km lm mm nm om pm qm rm sm m m m m m m m m m m m m m m m m m m  n 7n <n n n n n n o o o Lo Po o o o o o o o o 0p 5p \p ]p bp p p p p p p q q 'q (q +q 5q 6q 9q Bq Cq Dq Uq Zq bq iq pq |q }q q q q q q q q q q q q q q q q q q q q q qr rr r r r r r r r r r r r r r r r r r s 
s s s s s #s =s >s Is Vs Ws as ns os ps qs rs ss ts us s s s s s s s s zt {t mu nu Ev Fv ]w fw w w w 4x 5x Ax x x x x x x y y y #y [y y z z { { | | | "} }} } T~ ~ $ %  ?   ހ    v w   ȃ 1 S l      L M        p    ʈ   W   ҉ < y ӊ   ꋓ : ;   + ,       x y   T  U V Ԕ Ք @ D E [ \ p q r {              Ö Ė ݖ ߖ 䖓 喓         - / 4 5 J L Q R l n s t             ŗ ʗ 嗓 旓 痓 藓 闓 Ǚ ș ԙ  6 j   ˚   G _   ڛ  , J ~   ܜ  / 0 1 2 T ] ^ t     ֞ 	 
 ( 6 I J h    Ο 䟓   & '     ֠ ࠓ ꠓ 렓  / 0 F \ r      ͡ Ρ ⡓ 㡓  # $ 9 : ; < M m n o        Ţ Ƣ ڢ ۢ    $ O h }    £ ã ԣ         ! " + J K _ `      Ƥ 椓 礓 褓       # l m " # $ 5 U V W X x  9 O P Z e     Χ    D E N 樓 稓 # $ 3  ɩ ʩ ۩ , o p           - . / 0 1 2 _    A L V a k l ̬ 㬓   ? @ {    ᮓ ⮓   9 G W X c h i s x y         ǯ ׯ د 㯓 诓 鯓     	 
     8 F V W b g h r w x         ʰ ڰ ۰ 氓 밓 찓      
     F T d e p u v           䱓        # $ / 4 5 ? D E F _ m } ~              - v     ³ ǳ ȳ ҳ ׳ س 㳓 賓 鳓     ! / ? @ K P Q [ ` a l q r |      δ ϴ ڴ ߴ ഓ 괓 ﴓ          B P ` a l q r |          ʵ ص 赓 鵓     	 
    % * + ,   ȶ ֶ 涓 經          # ( ) * I W g h s x y           ׷ 巓         " ' ( 2 7 8 9 T b r s ~             ڸ   B C      ̹ Q R      ẓ 뺓   ) M _ a x y  ֻ ׻   F  ۼ    ! 1 2 V W h  ҽ 뽓  3 4 Z       ޾ ߾ .    Ϳ 翓     '     
           +Ó 5Ó ?Ó @Ó fÓ Ó Ó Ó Ó Ó Ó Ó 
ē ē ē +ē cē dē ē Pœ pœ œ œ œ œ œ Ɠ Ɠ -Ɠ ~Ɠ Ɠ /Ǔ mǓ Ǔ Ǔ Ǔ Ǔ Ǔ Ǔ _ȓ `ȓ ȓ ȓ ȓ ȓ ȓ ȓ ȓ ɓ ɓ *ɓ Rɓ dɓ eɓ fɓ gɓ pɓ ɓ ɓ ɓ ɓ Bʓ Cʓ dʓ eʓ vʓ ʓ ʓ ʓ ʓ ʓ ˓ ˓ ͓ ͓ {Г Г ѓ ѓ ѓ ӓ ӓ ӓ ӓ  Փ Փ Փ y֓ z֓ ؓ ؓ ؓ Cٓ ٓ ٓ Qړ Rړ 7ۓ Lۓ ۓ ۓ ۓ ۓ ۓ ۓ ۓ  ܓ ܓ ܓ ܓ ܓ ܓ  ܓ %ܓ ,ܓ 1ܓ 2ܓ 7ܓ >ܓ Jܓ Kܓ Sܓ [ܓ `ܓ aܓ iܓ qܓ }ܓ ~ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ Rݓ Sݓ ޓ ޓ @ A   X d     . /  B C K L  ' (  G Q            1 B C V i       q r        0 1      e  $ % L \ i          % W X Z [ \ e     < d o    1 2 3 D { | } ~         6 [ \ ] _ ` a j     G k  Z j k l }           > ? @ A C D E N     +  O    > N O P a o p q r        ) P Q R S U V W `      ? _            > H R S           , Z z    F G X f g h         E F G I ` a j l m ~   	 	 	 	 	 	 	 	 	 
    E |   J
 
 
 
 
 
 
 
 
 % E X k ~       2 _ ` a r            # 6 I \ o p q r {      
 > E N O e u v w x y z { | } ~            \                7 Q a {       
  7 Q R S T |         ^       ] d m n v        * 2 G \ n          ) < O b u v w x   $ k  R S T U f       3 F Y Z [ \ e  7 z  a b c d u       *  =  P  c  d  e  f  o  D! k! ! ! " " " " " " # # # # ,# A# S# m# # # # # # # # $ )$ C$ S$ m$ $ $ $ $ $ $ $ % % +% >% Q% d% w% x% y% z% % <& & & & ' ,( -( .( ?( ( %) ,) 5) 6) >) S) h) }) ) ) ) ) ) * * 3* ;* P* e* z* * * * * * + + 0+ 1+ 2+ 3+ [+ \+ o+ + + + + + + + + , , C- - - . . . B/ / B0 C0 J0 0 0 0 1 K1 1 1 1 2 72 82 I2 2 2 2 2 2 2 2 2 2 3 +3 <3 V3 p3 3 3 3 3 3 3 3 
4 4 94 S4 d4 ~4 4 4 4 4 4 4 4 4 5 5 -5 @5 S5 f5 y5 z5 {5 |5 5 C6 =7 7 8 (8 8 9 9 ?: F: : : : :  ; ; >; ; ; ; ; ; ; ; ; ; < < %< 7< N< e< |< < < < < < < 
= = = %= 7= I= [= r= = = = = = = > > .> /> 0> 1> Y> Z> m> > > > > > > > > ? @ rA A nB B B C oC C C QD D F AG G G G RI SI I I I J QJ pJ J J J J J #K $K HK IK NK PK QK RK [K hK K K K K K L 5L WL yL L L L L L L L L 5M N N O ]O O O P bP P P 
Q Q Q qR rR 6S 7S nS S S  T BT yT T T GU U U U U U U U U "V #V 6V IV \V oV qV rV sV |V V V W LW jW W W W W W W W %X &X 9X LX _X rX tX uX vX X X X DY EY VY WY XY Y Y Y Y Y Y Y Y Y Y Y Z Z Z Z Z Z Z Z Z [ [ ([ *[ +[ ,[ 5[ Y[ [ i\ j\ {\ |\ }\ ~\ \ ;] <] c] d] ] ^ ^ ^ _ ;_ s_ _ _ ;` ` ` a ka la ma wa a a a a a a a b +b >b Qb Sb ib jb sb b c %c ]c hc c c c c d d $d %d ;d Kd Ld Md Nd vd wd d d d d d d d d d Ue pe e e e e "f -f Lf zf f f f f f g 
g g g Fg ]g ^g _g `g g g g g g g g g g g Qh yh h h  i i *i i i i i i i i i j j j ,j ?j Rj Tj Uj Vj _j j k k k .l 9l Xl l l l l m m m m /m 0m km "n Tn Un n n 5o 6o ho o Pp Qp p p p Cq rq sq q }s s s s t t t u u u u v #v 3v Fv nv ov v w .x gx x x Sy y y &z ]z z z z z z z { 	{ 
{ { { 
{ { { { { %{ ,{ 1{ A{ B{ Q{ R{ S{ _{ `{ a{ b{ m{ q{ { { { { { { { 0| 1| 6| c| h| | | | | | @} A} F} r} v} } } } } } } }  ~ .~ 3~ Y~ Z~ [~ e~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       & * 1 8 9 : ; < = > ? @ A B C D E F G \   ) * C T U i k l m n o w } ~           ۀ ܀ 瀔     
         ! / 0 1 2 ? Q     ピ 䃔   $ }  ҅ Ӆ ߅ ' ( ; ` a r       L M : ; 0 1 =     [  Ì  ݍ = > |      & D f ϑ  
 & @ A J K ꔔ 디 I J       $ V W h    S T p ڗ  q 6 7  ؙ ٙ $ % ɚ ʚ " #   H I   1 B     r s ޣ ⣔ 㣔       ' 4 5 6 7 8 9 = > ? @ Y [ a b { }           ˤ ͤ Ҥ Ӥ 褔 ꤔ 樂  
    ! # ) * 8 : @ A T V [ \ c h      e f r  ԧ  " V i   娔  1 D x  ʩ 詔  6 F z  ͪ Ϊ Ϫ Ъ     8 G Z [ t   Ƭ Ԭ 笔 謔  6 7 8 l    ĭ ŭ + , 6 A t ~    ͮ ή 䮔   & ( ? @ I k l     ¯ ׯ د ٯ گ 믔   
 4 5 6 7 8 9 B c d x y    °    0 J K ` a r          ɱ 豔 鱔     < = R S d           
    ³ ӳ       ״     6 @ J K l    ⵔ 㵔 쵔    ¶ Ѷ " g h y ʷ 
  / 0 1 2 3 4 =    ˸ ̸ ͸ θ ϸ и    ߹ 깔   	 
 j    ݺ ޺  N       ׼ 弔         " ' ( 2 7 8 9 W e u v              ֽ 佔          ! & ' 1 6 7 8 Z h x y              侔        # $ / 4 5 ? D E F          ¿ Ϳ ҿ ӿ ݿ ⿔ 㿔 俔     ' , - 7 < = H M N X ] ^ _   6 D T U ` e f p u v                  
       ! N \ l m x } ~               
Ô Ô Ô Ô Ô  Ô +Ô 0Ô 1Ô ;Ô @Ô AÔ BÔ hÔ vÔ Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô 6Ĕ 7Ĕ fĔ tĔ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ŕ Ŕ Ŕ Ŕ Ŕ !Ŕ &Ŕ 'Ŕ 2Ŕ 7Ŕ 8Ŕ BŔ GŔ HŔ IŔ uŔ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ  Ɣ Ɣ Ɣ Ɣ !Ɣ "Ɣ ,Ɣ 1Ɣ 2Ɣ =Ɣ BƔ CƔ MƔ RƔ SƔ TƔ xƔ Ɣ Ɣ Ɣ Ɣ 7ǔ 8ǔ Eǔ Fǔ Gǔ jǔ ǔ ǔ $Ȕ 6Ȕ 7Ȕ AȔ LȔ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ ɔ ɔ  ɔ tɔ uɔ ɔ ɔ ɔ Cʔ yʔ ʔ ʔ ʔ ʔ ʔ ʔ ʔ ˔ W˔ p˔ ˔ ˔ ˔ ˔ ˔ '̔ (̔ )̔ *̔ +̔ 4̔ |̔ }̔ ̔ +͔ 6͔ R͔ k͔ ͔ ͔ ͔ ͔ ͔ ͔ |Δ }Δ ~Δ Δ Δ 7ϔ 8ϔ lϔ ~ϔ ϔ ϔ Д Д Д Д Д Д Д Д є 3є Eє Wє Xє Yє Zє cє є є є є Ҕ Ҕ Ҕ Ҕ Ӕ /Ӕ UӔ rӔ Ӕ Ӕ Ӕ Ӕ Ӕ Ԕ rԔ Ԕ Ք NՔ OՔ PՔ QՔ wՔ xՔ Ք Ք 2֔ D֔ E֔ O֔ Z֔ ֔ ֔ ֔ ֔ ֔ ֔ ה ה ה ה ה oה pה ה ה ה ה ؔ ؔ ؔ _ؔ `ؔ aؔ bؔ ؔ (ٔ Lٔ ۔ ۔ ޔ &ޔ Qߔ Rߔ cߔ   j k      ~          [ \ k }                           $ + 0 1 9 @ L M N O   H I       ~  5 6        ;   `   5 6 W d q ~           5 6 A q r     d  e  8 I ~   . \     S      3 7 8 B M            B N u    
 F P u     	 	 	 	 H	 I	 S	 ^	 	 	 	 	 	 	 	 	 	 	 	 
 G
 S
 z
 
 
 	    	 
  ) * + 5 @ s }            +
 7
 ^
 
 
 
 s      
    < F Q              = I p    5 q r s            I J K M N O X      G d        @ ] g r            
   [  B C T        l m    R   = > H S        	  / 1 H I R       = D L M c s t u v      
     < j                    D e f             ! ! ! ! ! f" m" v" w" " " " " " " " # 3# ;# P# e# w# # # # # # # # # $ :$ _$ r$ $ $ $ $ $ $ *% % % % % % & & & & )& >& P& j& & & & & & & & ' &' @' P' j' ' ' ' ' ' ' ' '  ( ( ( ( ( ( ( ( 	) R) ) ) ) ) * W* X* * * * * * * * * * + + + , a, ,  - - - - f- g- - - - - - - . . . . 
. . 	/ M/ / 50 60 70 H0 0 0 0 0 0 0 0 0 0 1 %1 51 O1 i1 q1 1 1 1 1 1 1 2 %2 &2 '2 (2 92 2 2 2 2 2 2 2 3 3 3 3 3 !3 3 :4 v4 4 5 5 5 5 5 G6 6 6 6 6 6 6 7 7 -7 G7 a7 r7 7 7 7 7 7 7 8 8 *8 D8 ^8 o8 8 8 8 8 8 8 8 8 8 
9  9 39 F9 Y9 Z9 [9 \9 e9 ): : : 4; g; ; 0< < < = = = = '> v> > > > ? I? u? ? ? ? ? +@ 2@ ;@ <@ D@ Y@ n@ @ @ @ @ @ @ A A 9A JA dA lA A A A A A A B B 6B GB aB rB B B B B B B B B B C C C C C #C C D CE E E 3F F &G G G $H CH bH H H H H I I I 0I tI {I I I I I I I I I J J +J BJ YJ jJ J J J J J J J J J K 'K >K OK fK }K K K K K K K K K K L L 1L DL WL YL ZL [L dL vM >N O O P FP P P 
Q +Q ]Q Q R S T LU MU TU V V 1W qW W W W X -X LX kX lX }X X X X X X X X X X Y (Y JY lY Y Y Y Y Y Z ,Z -Z >Z qZ Z Z Z Z Z \ \ \ \ 2] j] ]  ^ U^ V^ ^ O_ P_ ` ` ` ` a ia ja a a b Ob b b :c ;c Ec Pc c c c c c c c c c 
d d d d d bd d d d e "e Ye e e e e e e e e e e f f f f f ;f _f f f f f f g g 2g Eg Xg kg mg ng og xg g g =h >h Oh Ph Qh yh zh h h h h h h h h h zi j j j j j j Mj j j k k 3k +l ,l `l l l m Vm m m n en n 	o 
o o o  o So ]o go ho o o o o o o o p p p p p p p q 2q tq uq q q q q q q q q q q r r (r ;r Nr ar cr dr zr {r r r s ?s \s us s s s s t >t ]t ^t _t pt t t t t t t t t t &u 'u :u Mu `u su uu vu wu u u v Qv cv v v v 5w 9w :w ;w <w Mw zw {w w w w w w w w w w w lx x Ny y y y y cz dz ez vz z z z z z z 	{ { { { ,| | | | } } } } D~ E~ ~~ ~   I  H I  8 r s  Z [    у 䃕  
 S  ̅  [   -  ć  ] ^ i u             È ʈ ψ ߈            " * 6 7 < s x Ή ω ԉ   K L Q   ފ ߊ 䊕   . / 4 l q    ̋ ы     R W c d g q r u ~          Č Ȍ ό ֌ ׌ ، ٌ ڌ ی ܌ ݌ ތ ߌ  ጕ ⌕ ㌕ 䌕 匕    Ǎ ȍ ፕ    	 
   
    % ) * = I J K L M _ y z               ͎ Ύ ώ Ў ݎ            ( p q } œ Ɠ ٓ    P Q R _  . ꕕ 땕 ؖ ٖ Η ϗ ۗ ^  *   ` a   { ۛ ܛ  8 9 L   ĝ ➕  m   ğ ޟ ߟ 蠕 頕   碕 袕 3 ? N Z [  £    O T     x   Ԧ զ & v w § ç g h   / 0 櫕 竕   Ϭ କ  J     |         ű ұ ӱ Ա ձ ֱ ױ ۱ ܱ ݱ ޱ          ! / 1 7 8 K M S T i k p q           ǲ Ȳ ֲ ز ޲ ߲       ! " # $ %    X r     ; O   ϶ ⶕ  4 h   Է ䷕  7 k l m n     ֹ 幕    E F d r    Ժ պ ֺ 
   6 L b c ɻ ʻ Ի ߻   & ' N k l    ļ Ƽ ݼ ޼ 缕 	 
   C _ ` u v w x     ҽ ӽ Խ ս ֽ ׽ ཕ     1 M N `    ξ 辕 龕    0 1 2 Y Z [ \ ] ^ g      ڿ ۿ    " # $ Q R S T U V _   ^ _ ` q      A u         
Õ 7Õ MÕ OÕ Õ Õ Õ "ĕ #ĕ _ĕ `ĕ oĕ ĕ ŕ ŕ ŕ hŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ 6ƕ 7ƕ Hƕ iƕ jƕ kƕ lƕ mƕ nƕ ƕ ;Ǖ <Ǖ }Ǖ Ǖ Ǖ Ǖ Ǖ Ǖ ȕ ȕ 7ȕ Nȕ {ȕ |ȕ ȕ ȕ 2ɕ 3ɕ ʕ ʕ 5ʕ Jʕ uʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ˕ ˕ ˕ ˕ $˕ %˕ /˕ 4˕ 5˕ @˕ E˕ F˕ P˕ U˕ V˕ W˕ t˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ̕ ̕ ̕ "̕ '̕ (̕ 2̕ 7̕ 8̕ C̕ H̕ I̕ S̕ X̕ Y̕ Z̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕  ͕ .͕ >͕ ?͕ J͕ O͕ P͕ Z͕ _͕ `͕ k͕ p͕ q͕ {͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ iΕ Ε Ε Ε Ε Ε Ε ϕ ϕ ϕ ϕ ϕ ϕ $ϕ %ϕ /ϕ 4ϕ 5ϕ 6ϕ ]ϕ kϕ {ϕ |ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ 
Е Е Е Е Е &Е +Е ,Е 7Е <Е =Е GЕ LЕ MЕ NЕ ~Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е ѕ ѕ $ѕ %ѕ 0ѕ 5ѕ 6ѕ @ѕ Eѕ Fѕ Qѕ Vѕ Wѕ aѕ fѕ gѕ hѕ ѕ ѕ ҕ ҕ "ҕ #ҕ .ҕ 3ҕ 4ҕ >ҕ Cҕ Dҕ Oҕ Tҕ Uҕ _ҕ dҕ eҕ fҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ӕ !ӕ 1ӕ 2ӕ =ӕ Bӕ Cӕ Mӕ Rӕ Sӕ ^ӕ cӕ dӕ nӕ sӕ tӕ uӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ԕ 6ԕ [ԕ ~ԕ ԕ ԕ ԕ ԕ ԕ ԕ Օ Օ Օ Օ Օ Օ Օ Օ ֕ '֕ 1֕ 2֕ e֕ ֕ ֕ ֕ ֕ ֕ ֕ ו ו 3ו 4ו ו ו ؕ <ؕ Lؕ ]ؕ mؕ nؕ ؕ ؕ ؕ ؕ ٕ 'ٕ @ٕ oٕ pٕ ٕ ٕ ٕ ٕ ٕ ٕ ٕ ڕ ڕ jڕ ڕ ڕ ڕ 	ە #ە 8ە Pە Qە Rە cە ܕ ܕ ܕ ܕ Fܕ ܕ ܕ 
ݕ ݕ .ݕ /ݕ ޕ ޕ )ޕ 4ޕ gޕ qޕ {ޕ |ޕ ޕ ޕ ޕ ޕ ޕ ޕ ޕ ߕ Fߕ Gߕ Vߕ gߕ ߕ ߕ       2 3 W X i   k               + 5 ? @ f       
  . / ~          0           G H  	 < = O     2   "   s    	  . / 4 < A B G O [ \ a h m n s z                         | } : ;       j k  ~       c d          ) : K \ m ~        
 
 
 
 / 0      l m   ' W X   ` a          ( 2 3 a          : x      m n o          / 9 C D r           C   -             % & T z { | }        ' g   z            " , 6 7 e            < {      " 0 1 2 < G z            5  A  h        ! 9! ! ! ! ! ! ! ! ! " " C" M" W" X" " " " " " " " # # # # /$ $ $ $ $% %% &% '% (% )% Y% 
' ' ?' ' ' ' 7( ( ( ( ( ( $) .) 8) 9) a) ) ) ) ) ) ) ) ) ) [* n* * * * * * * * * + + + + + <+ _+ r+ + + + + + + + + , 6, 7, 8, I, z, , , , , , , , , , , , , , , , - - )- <- O- P- Q- R- [- - :. M. 3/ 4/ 5/ 6/ G/ 0 0 0 0 0 20 G0 Y0 s0 0 0 0 0 0 0 1 1 /1 I1 Y1 s1 1 1 1 1 1 1 1 2 #2 $2 %2 &2 /2 2 2 <3 =3 >3 O3 3 3 3 3 3 3 3 3 4 "4 24 L4 f4 n4 4 4 4 4 4 4 5 "5 #5 $5 %5 M5 e5 x5 5 5 5 5 5 5 5 C6 `6 6 6 7 7 7 7 7 7 7 8 78 \8 o8 8 8 8 8 8 8 K9 s9 9 9 : : : : : ; ; -; .; S; f; y; ; ; ; ; ; ; < < < 4= = = = = 9> :> A> J> K> S> h> }> > > > > > ? ? $? 9? K? e? ? ? ? ? ? ? ? ? *@ +@ S@ T@ g@ z@ @ @ @ @ @ @ @ xA A B (B B hC iC jC {C C aD hD qD rD zD D D D D D D E *E DE UE oE wE E E E E E E 
F 'F AF RF lF mF nF oF F F F F F F F F F F G G H H H I XI I #J ~J (K ~K K K K L +L [L L L L M ?M sM tM M M M M M M M N !N 3N MN gN xN N N N N N O 
O O 4O IO [O uO O O O O O O P *P +P ,P -P UP VP iP |P P P P P P P P Q yR R WS dS S HT T {U U U U  V %V <V [V zV V V V V W W "W #W +W =W OW aW sW W W W W W W X X /X FX GX OX aX sX X X X X X X Y Y ,Y BY SY jY kY lY mY Y Y Y Y Y Y Y Y Y Y Z [ [ \ ,] ] ] /^ N^ ^ ^ ^ _ 6` Ua }b b b b d d d e .e Me e e e e 	f 
f f _f `f f f f f f f f f f f 
g ,g -g Og qg g g g g g h 4h 5h 6h 7h qh !j #j Wj j j k Ok k k k Fl l l m m rn sn n o o <o ~o o o 4p p p p p p !q +q 5q 6q ^q _q rq q q q q q q q  r #r Zr r r r r %s &s 7s 8s 9s as bs us s s s s s s s s s t t t t t t t t t t 	u u u 
u u 4u Xu u u u u u v v +v >v Qv dv fv gv hv qv v w w w w w w w w wx xx x x x y y y @z wz z z 5{ w{ { | R| | | | | | | | } } .} /} T} g} z} } } } } } ~ O~ a~ ~ ~ ~   $ Q X ` a w               "   ݀   & ^ i   ܁     B I Q R      Ă ł ؂ 낖           < G f ӄ ׄ ؄ ل ڄ 넖   A B U h {      
 G 솖 / j u      A B C D k l  ^   ʉ 6 q r  !   ⋖ ㋖     猖  掖 玖 $ ֏   D   . C _ o     ; j   6  ˔ # b      " . A E F G H I J K L M a h m } ~           Ȗ Ԗ Ֆ ږ   l m r   闖 ꗖ  & * | }    ̘ ͘ Ҙ 
  6 7 < j o                / 4 < C J V W b f m t u v w x y z { | } ~       K L e f             Û Ǜ ț ۛ 盖 蛖 雖 ꛖ 뛖    # 0 1 ; H I J K L M N O \ ] k l m n {  T U G H    7 @ `  Ơ    c d w        5 ̢   v w l m y  W Ȧ .      y z  ֩ ש ꩖ P Q b    - F b | }   & '   Ѱ ݰ 찖   J `      1     S  r s Ĵ   ` a   ^ _ ͸ θ   R S m ~ . 軖 / 0      5 6 J K L U c p q r s t u y z { |         Ϳ Ͽ տ ֿ 鿖 뿖    	   $ & + , F H M N ] _ e f t v | }                Ö DÖ ^Ö Ö Ö Ö Ö !Ė 9Ė mĖ Ė Ė Ė Ŗ $Ŗ XŖ rŖ Ŗ Ŗ Ŗ 	Ɩ 
Ɩ Ɩ Ɩ .Ɩ 7ǖ 8ǖ Nǖ tǖ ǖ ǖ ǖ ǖ ǖ ǖ Ȗ Ȗ #Ȗ $Ȗ BȖ rȖ sȖ tȖ Ȗ Ȗ Ȗ Ȗ  ɖ ɖ gɖ hɖ rɖ }ɖ ɖ ɖ ɖ ɖ ɖ 	ʖ 
ʖ  ʖ 6ʖ Lʖ bʖ dʖ {ʖ |ʖ ʖ ʖ ʖ ʖ ʖ ʖ ʖ ʖ ˖ ˖ ˖ ˖ '˖ G˖ H˖ I˖ p˖ q˖ r˖ s˖ t˖ u˖ ~˖ ˖ ˖ ˖ ˖ ˖ ˖ ˖ ˖ )̖ B̖ W̖ l̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ͖ $͖ %͖ 9͖ :͖ \͖ x͖ y͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ FΖ GΖ Ζ Ζ Ζ ϖ /ϖ 0ϖ 1ϖ 2ϖ Rϖ ϖ Ж )Ж *Ж 4Ж ?Ж rЖ |Ж Ж Ж Ж Ж Ж Ж і і (і і і і і 
Җ ^Җ Җ Җ Җ Ӗ IӖ JӖ kӖ lӖ mӖ nӖ oӖ pӖ yӖ Ӗ Ӗ Ӗ Ԗ Ԗ 	Ԗ 
Ԗ Ԗ Ԗ 9Ԗ Ԗ Ԗ Ֆ &Ֆ 0Ֆ ;Ֆ EՖ FՖ Ֆ Ֆ Ֆ Ֆ ֖ ֖ U֖ ֖ ֖ ֖ ז ז ז ז ؖ !ؖ 1ؖ 2ؖ =ؖ Bؖ Cؖ Mؖ Rؖ Sؖ ^ؖ cؖ dؖ nؖ sؖ tؖ uؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ٖ  ٖ 0ٖ 1ٖ <ٖ Aٖ Bٖ Lٖ Qٖ Rٖ ]ٖ bٖ cٖ mٖ rٖ sٖ tٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ  ږ .ږ >ږ ?ږ Jږ Oږ Pږ Zږ _ږ `ږ kږ pږ qږ {ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ 	ۖ ۖ ۖ ۖ ۖ ۖ  ۖ 9ۖ Gۖ Wۖ Xۖ cۖ hۖ iۖ sۖ xۖ yۖ ۖ ۖ ۖ ۖ ۖ ۖ ۖ ܖ Pܖ rܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ 	ݖ ݖ ݖ %ݖ *ݖ +ݖ 5ݖ :ݖ ;ݖ Fݖ Kݖ Lݖ Vݖ [ݖ \ݖ ]ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ޖ *ޖ :ޖ ;ޖ Fޖ Kޖ Lޖ Vޖ [ޖ \ޖ gޖ lޖ mޖ wޖ |ޖ }ޖ ~ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ߖ ߖ ߖ rߖ sߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ    # 1 A B M R S ] b c n s t ~                     . < L M X ] ^ h m n y ~           s t     + , ` r s }       ' 9 ; R S \              0 1 B     
  4 c d e f g p    g r              s t             @ o           = >  * J k        X  	 G       9 : n          , > ? @ A J       > ? P      d    U b           S T       + ,  &                     $ % - 5 : ; C K W X ` g l m u |     , -   	 	 	 	 2
 >
 
 
 q r  	 [   % & w    ! + q r            0 C Z q r }   K L     t   
  j     ?    & 6  C  o  s! t! ~! ! ! ! ! ! ! 1" 2" 4" 5" 6" ?" ~" " " " # ># I# # # # $ $ 
$ $ U$ V$ W$ X$ $ $ $ $ $ $ $ $ % 5% 6% 7% 9% :% ;% D% % % % % !& E& & 4' D' E' F' W' e' f' g' q' |' ' ' ' ' ' ( ( ( ( ( ( ( (( g( s( ( ( ) )) ) * (* )* ** ;* I* J* K* L* x* * * * * * * + *+ ++ ,+ -+ /+ 0+ 1+ :+ y+ + + + , 9, q, , , , , , , , , , - "- ,- -- [- - - - - - - - - - . 4. T. . . .  / !/ 2/ @/ A/ B/ |/ / / / / / / / 0  0 !0 #0 :0 ;0 D0 F1 G1 X1 1 1 ~2 2 2 2 2 2 2 2 2 2 4 4 4 5 V5 5 5 $6 y6 z6 6 6 6 6 6 6 6 7 27 E7 X7 k7 m7 7 7 7 7 8 98 :8 ;8 L8 y8 8 8 8 8 8 8 8 8 8 8 9 #9 69 I9 J9 K9 L9 U9 x9 9 9 9 9 9 : : (: ): ?: O: P: Q: R: S: T: U: V: W: X: : : : : : : : : : : 6; ; ; < < < < < = = = = = = = = > +> ;> U> o> w> > > > > > > ? +? ,? -? .? V? v? ? ? ? ? ? ? ? 8@ f@ @ @ @ @ 7A >A GA HA PA eA zA A A A A A B B !B 6B HB bB |B B B B B B B B C C )C <C OC PC QC RC [C C C ED D ,E -E .E /E @E E E E E E 
F  F 3F 4F 5F 6F ?F F G TG G ;H <H =H >H OH H H H H H I I *I =I >I ?I @I II J EJ J J qK rK sK K K K K K K K L L -L GL aL qL L L L L L L M M -M GM aM bM cM dM uM M M M M N N +N >N QN RN SN TN ]N O vO O O YP Q Q Q Q Q Q R R R R -R BR WR iR R R R R R R 
S S *S ?S TS fS S S S S S S 
T T T 
T 5T 6T IT \T oT T T T T T T eU U V pV V V lW W X X Y Y $Y cY Y Y Y %Z YZ Z Z Z [ [ #[ g[ n[ w[ x[ [ [ [ [ [ [ \ \ 0\ J\ [\ u\ \ \ \ \ \ \ \ ] -] >] X] r] ] ] ] ] ] ] ] ] ] ^ ^ -^ @^ S^ T^ U^ V^ _^ _ ` ` ` a oa a bb c  c `c c c c c c d Yd Zd [d ld d d d d d d d d e (e ?e Ve ge ~e e e e e e e e e f #f 5f Lf cf zf f f f f f f g 	g 
g g 3g 4g Gg Zg mg g g g g g g h zi Lj j Hk k k k Il gl l +m m n p p p p ,r -r mr r r r +s Js is s s s s s s "t #t (t *t +t ,t 5t Bt dt t t t t t u 1u Su hu iu zu u u u u u v w w w 7x nx x x <y y y y z z K{ L{ | | H| | | | } S} } } !~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~  # 6 I K L M V    & D ^  À Ā Հ ր ׀     & 9 L N O P Y w    0 1 2 Z [ n        ҂  y z      Ƀ ܃       3  C D U V W X    = > o g h  އ  M  ӈ  Z   E F G Q \     ̊ ͊    + - C D M  틗  7 B n         % & ' ( P Q d w        / J {   Ď   & T z      珗     7 8 9 : b c v        + S   ڑ 呗  q u v w x    ߒ     , . / 0 9  哗  ͔   2     ߕ  ᕗ ╗ 	 
 E  . / h ԗ   B  * +     L M  W    t   ❗   ̞ ភ  
   H I  ٠  A  ԡ - i    7      ̣ ߣ 㣗 䣗 壗 棗 磗 裗 飗 ꣗ 룗      + , - 9 : ; < G K ^ f r s x   
   = B    ĥ ȥ     L P j k p   Ԧ զ ڦ  
 3 4 5 ?            ͧ ҧ ڧ ᧗ 觗                       ! 6 騗 ꨗ    . / C E F G H I Q W X a e f y          Ω ϩ ٩ 橗 穗 詗 驗 ꩗ 멗 쩗    	 
    +   嫗 櫗   խ ޭ  W d       : ; L     ӯ j & '   
     f ̴ 5   \    V t u   ︗    @  ˺ 亗     $ % Ľ Ž # $ o {    辗  0 1 B   Ͽ - . J   K   b     × × ė ė kƗ lƗ "Ǘ #Ǘ Ǘ Ǘ ȗ ȗ ȗ ɗ ʗ ʗ L˗ M˗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ 3͗ 5͗ ;͗ <͗ U͗ W͗ \͗ ]͗ k͗ m͗ s͗ t͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ Η Η Η Η Η Η .Η 0Η 5Η 6Η =Η BΗ ]Η ^Η _Η `Η aΗ ?З @З LЗ З З З З 0ї Cї wї ї ї ї җ җ Rҗ pҗ җ җ җ ӗ  ӗ Tӗ sӗ ӗ ӗ ӗ ӗ ӗ ԗ ԗ ԗ ՗ !՗ 4՗ 5՗ N՗ ՗ ՗ ՗ ՗ ՗ ՗ ՗ ֗ ֗ ֗ F֗ \֗ r֗ ֗ ֗ ֗ ח ח ח ח Nח Xח bח cח ח ח ח ח ח ח  ؗ ؗ ؗ ؗ #ؗ Eؗ Fؗ Zؗ [ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ؗ ٗ ٗ ٗ ٗ ٗ ٗ ٗ =ٗ >ٗ Rٗ Sٗ mٗ ٗ ٗ ٗ ٗ ٗ ٗ 
ڗ $ڗ %ڗ :ڗ ;ڗ Lڗ lڗ mڗ nڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ۗ ۗ ,ۗ -ۗ >ۗ ^ۗ _ۗ `ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ ܗ }ݗ ݗ ݗ ݗ ݗ ݗ ޗ ޗ $ޗ %ޗ Fޗ sޗ ޗ ޗ ޗ ޗ ޗ ^ߗ _ߗ ߗ ߗ ߗ ߗ A B S    	 
   
   r s         w x       D [ s     ( n o Y Z q                   1 ? O P [ ` a k p q |                         4 B R S ^ c d n s t                  	        \ j z {                        " ' ( 2 7 8 9     . / : ? @ J O P [ ` a k p q r                  ( 6 F G R W X b g h s x y                
      B P ` a l q r |            @ N ^ _ j o p z                         ! " # O ] m n y ~                         ' , - . R r         ! D       & Y c m n        N O o p   S x        1 J c |          V W    , E _ t     V W X Y    F X j k Z [ e p      
  1 2 3 4 =       Z   	 / L n o     L   ( ) * + Q R      ) 4 g q { |        I  J  j  k            9 : ; < l  & [ \    + , = 	 	 D
 E
 x y    X Y n  [ ^     5 6 E W j k p x } ~                       
    & ' ( )   " #   v w   X Y             :     " " 1# ># K# X# e# v# # # # # # # # # $ $ $ K% L% % % k& l& >) ?) * #* X* * * + 6+ c+ + + + -, , , , - - 
. / / / '/ Z/ d/ n/ o/ / / / / / / / 0 (0 O0 v0 0 0 0  1 *1 O1 1 1 1 1 1 1 1 1 "2 #2 -2 82 k2 u2 2 2 2 2 2 2 2 2 2 2 !3 -3 T3 3 3 3 i4 4 4 4 4 4 5 5 5 5 5 M5 W5 a5 b5 5 5 5 5 5 5 5 5 5 6 6 86 c6 6 6 M7 7 7 7 7 7 7 7 7 7 8  8 +8 ^8 h8 r8 s8 8 8 8 8 8 8 8 8 8 9 #9 J9 x9 9 9 : K: L: M: ^: l: m: n: x: : : : : : : #; $; %; '; (; ); 2; q; }; ; ; ; !< >< u< < < < < < < = 7= A= L= = = = = = = = = = = = > > > 5? k? @ @ .@ `@ a@ b@ c@ d@ e@ @ FB GB {B B B ,C sC C D D "D -D `D jD tD uD D D D D D 	E E "E #E ,E E E E E E E F F &F 'F =F MF NF OF PF xF F F F F F F F F F G DG rG sG tG G G G G G G G G G G G G G G G G H ?H @H eH xH H H H H H H vI I oJ pJ qJ rJ J @K GK PK QK YK nK K K K K K K 
L L *L ?L QL kL L L L L L L L L M 9M LM _M `M aM bM kM M N xN yN zN N N N N N N O O *O DO ^O nO O O O O O O  P P *P DP ^P _P `P aP P P P P P P P P P P Q Q Q ,R R R R R R 1S 2S ZS sS S S S S S S S S T T T ;U U U U U U @V AV iV jV V V V V V V V V V W W 'X pX Y Y Y "Y uY vY }Y Y Y Y Y Y Y Y Y Z )Z CZ KZ `Z uZ Z Z Z Z Z Z  [ [ [ [ f[ g[ [ [ [ [ [ [ [ [ [ [ [ \ ] P] d] ] ^ ^ ^ ^ !_ _ _ _ _ _ _ _ _ ` !` ;` L` f` ` ` ` ` ` ` ` a a 8a Ia ca }a a a a a a a a a a 
b  b 3b 4b 5b 6b ?b c Zc c d Ad d 
e _e e df f f f g Pg gg g g g #h Oh {h h h h i i i i i 3i Hi ]i oi i i i i i i j $j >j Fj [j pj j j j j j j k !k ;k Lk fk gk hk ik k k k k k k k k k k k l m n n n 
o o  p p p p q <q aq xq q q q q q 
r Nr Ur ^r _r gr yr r r r r r r s s 3s Ds Zs ks s s s s s s s s t t )t @t Wt ht ~t t t t t t t t t t u u 1u 3u 4u 5u >u Pv w w hx x  y ky y y z 7z z r{ | } &~ '~ .~    K j  ɀ 耘  & E F W     Ɓ ȁ Ɂ ʁ Ӂ   $ F h i   ς     K p q r s  ] _  Յ  D  چ / 0  ) * 鈘 ꈘ   托 C D x   ) p     * ] g q r     Ԍ 猘 錘 ꌘ 댘  < _  č ⍘  3 a b s t u    Ď ׎ ꎘ 쎘 페    9   Ώ Ϗ Џ     2 E G H I R p    ) * + S T g z       ё T ᒘ ⒘     '   ۓ ܓ 
   : |  땘 0 q   ?  㗘 䗘 嗘   - 7 A B j k    ɘ ˘ ᘘ ☘ 똘 Z   ՙ   N O `      Ú Ě Ś ƚ     ( ; = > T U ^ ͛ 蛘  6 O b   Ĝ   7 8 9 J ~     ՝ ֝ ם ؝     ' : M O P Q Z ɞ  + = x        ' T U } ~    ʠ ̠ ͠ Π נ F  ( k   Т = > ? P } ~     㣘  ̤ ͤ  r   क़ ] Ȧ ɦ   X  ꧘ 맘 #  " # `  L M  4 5 j     欘 笘 - w  ߮ 5 r ˯  _  հ 7 8 C O ^ j }               ɱ ʱ ˱ ױ ر ٱ ڱ 屘 鱘      M R    ۲ ಘ % & + b f    곘   	  F K r s x   Ѵ Ҵ Ӵ ݴ , 1 = > A K L O X Y Z k p x                        Ե      ̶ Ͷ ᶘ 㶘 䶘 嶘 涘 綘 ﶘ       # $ % & ' 9 S T _ l m w                ɷ     [ \ s |    J K W    ؼ ټ 꼘 * + , 9 q  ľ ž      8   j  :Ø ;Ø Ø UĘ Ę Ę Ę Ř Ř &Ř Ƙ Ƙ Ƙ ǘ ǘ GȘ iȘ Ș Ș Ș Ș ɘ ɘ b˘ c˘ ˘ ˘ 
̘ ̘ (̘ 4̘ 5̘ ̘ ̘ ̘ ̘ ̘ )͘ .͘ m͘ ͘ ͘ ͘ RΘ Θ Θ Ϙ Ϙ  И PИ QИ И И Aј Bј Ҙ Ҙ 	Ԙ 
Ԙ Ԙ Ԙ ՘ ՘ ՘ ՘ j֘ $ט kؘ lؘ ؘ ؘ Vژ Zژ [ژ qژ rژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ 	ۘ ۘ ۘ ۘ %ۘ 'ۘ -ۘ .ۘ Cۘ Eۘ Jۘ Kۘ `ۘ bۘ gۘ hۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ݘ ݘ ݘ 2ޘ Lޘ ޘ ޘ ޘ ޘ ߘ )ߘ ]ߘ uߘ ߘ ߘ ߘ  B `      E F G H j s t          > L _ ` ~       & < =          ( E F \ r            9 : O P Q R c                ' ( : e ~        
   3 4 5 6 7 8 A ` a u v          + , - . / 0 9   8 9 : K k l m n   O e f p {       ' ) Z [ d   9 : I     B            " C D E F G H u   W b l w      ( U V    
    $ O ] m n y ~                   	       * / 0 1 N \ l m x } ~                      " # - 2 3 4 \ j z {                  $ ) * 4 9 : E J K U Z [ \ u                 C               	    7 E U V a f g q v w                      ! & ' ( X f v w                  
       + 0 1 ; @ A B        
     ) . / 9 > ? @ _ m } ~                     ' , - 8 = > H M N O j x                  5 X Y       g h          ? c u w      
    \       & 7 G H l m ~     I J p         D       * + , =            	     A K U V |          ! 0 A y z  f	 	 	 	 	 
 
 1
 2
 C
 
 
 E        u v      
 
 
 
 @
 h
 z
 {
 |
 }
 
 
 
  	 X Y z {      
          ! "     )      Y   g h M b       	          !  )  5  6  ;  B  G  H  M  T  `  a  i  q  v  w                              h! i! " " V$ W$ % % n% z% % % & & D' E' ' X) Y) a* b* * =, >, , ]. g. / / 0 0 0 0 1 1 %1 61 G1 X1 Y1 l1 1 1 1 1 1 2 2 3 3 	4 
4 6 6 7 7 7 F8 G8 8 8 9 19 29 {9 9 :: ;: b: r; ; ; < < < < < = = 
= ;= m= n= p= q= r= {= = = = > R> z> > > > > G? H? I? Z? ? ? ? ? ? ? ? ? 	@ @ @ @ L@ q@ r@ s@ u@ v@ w@ @ @ @ @ A ]A A B pB B B B B B B B B B B B B  C .C TC UC VC WC YC ZC [C dC C C C D AD eD D TE dE eE fE wE E E E E E E E E F F F ?F fF gF hF iF kF lF mF vF F F F G UG uG G G G G G 
H H H H !H TH ^H hH iH H H H H H H H H I I BI pI I I I J \J ]J nJ |J }J ~J J J J J K 'K 1K 2K [K \K ]K _K vK wK K L L L L 	M M M M M M  N N N N 3N O O P [P P P Q `Q Q Q Q Q Q R R R ;R [R nR R R R R R R R 5S HS uS vS wS S S S S S S S S S S T 9T LT _T rT T T T T T T T U U U #U TU [U dU eU {U U U U U U U U U U U U U U V V )V *V +V ,V 5V rV W 'W 
X X X X !X X X X X X Y !Y 3Y MY gY wY Y Y Y Y Y Y 	Z #Z 3Z MZ gZ hZ iZ jZ Z Z Z Z Z Z Z  [ 	[ t[ [ \ \ \ )\ s\ z\ \ \ \ \ \ \ \ \ ] &] @] H] ]] r] ] ] ] ] ] ] ] ] ] '^ ?^ R^ e^ x^ ^ ^ ^ ^ ^ _ :_ _ _ h` i` j` k` |` ` ` ` a 6a Ia \a oa pa qa ra {a %b Mb b b wc xc yc zc c c c d d -d @d Sd fd yd zd {d |d d Ze e e f f f f f g g g $g %g -g Bg Wg ig g g g g g g g h %h ?h Yh ih h h h h h h i i -i .i Ai Ti gi zi i i i i i Rj j j k k Bl Cl Dl Ul l ;m Bm Km Lm Tm im ~m m m m m m n n /n In Qn fn {n n n n n n o o ,o Fo Go Ho Io qo ro o o o o o o o o o p p Yq q q 2r r r Xs t Xt Yt `t t t u 5u au u u u v Mv Nv _v v v v v v v v v 
w 'w Aw Rw lw w w w w w w w x #x 5x Ox ix zx x x x x x y y y y /y 0y Cy Vy iy |y y y y y y Yz S{ { 1| >| | "} } U~ \~ ~ ~ ~ ~  5 T           ) ; M d {    р ’  	   ! ) ; M _ q    ǁ ށ    - D E F G o p     ς т ҂ ӂ ܂       	 (   Շ g  / W ċ ŋ ̋ h i  鍙  ' g   Ď ㎙ 䎙  9 : ^ _ d f g h q ~   䏙   ) K m     鐙     K   1 s  ⓙ ) x ͔ Δ   Ǖ ȕ   L M  ᗙ ◙  X  ǘ  ]    ș     8 9 L _ r      ښ  4 b   ћ       ; < O b u       ל Z [ l m n     Н 㝙 坙 杙 睙   2   Ǟ Ȟ ɞ     + > @ A B K o        Š Q R y z    آ  Q  Σ  Q  ݤ ,      ˥ ե ߥ ख़  	 . A T g i     ) ; s ~  짙   + 2 : ; Q a b c d     ƨ ٨ ۨ ܨ    k   ԩ    8 C b   ժ ֪ ת 誙  # + , \ s t u v    ū ث 뫙   龎  g  ɬ ۬  ! @      ŭ     / B U h j k l u 䮙 ! Ư 	 D O n ۰ ܰ ݰ      E F  8 j k   K L ~  f g    Y         긙 븙  ҹ ӹ   9 I \   ˺  D } Ӽ  i   < s վ ־ ᾙ        ! " # $ % & ' ; B G W X g h i u v w x        뿙  F G L y ~       V W \           D I o p q {            	Ù Ù Ù Ù $Ù 0Ù 1Ù <Ù @Ù GÙ NÙ OÙ PÙ QÙ RÙ SÙ TÙ UÙ VÙ WÙ XÙ YÙ ZÙ [Ù \Ù ]Ù rÙ %ę &ę ?ę @ę Yę ję kę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę 
ř ř ř "ř #ř $ř %ř &ř 'ř (ř )ř 6ř 7ř Eř Fř Gř Hř Uř gř .ƙ /ƙ !Ǚ "Ǚ Ǚ Ǚ ə ə :ə ə ə ə ə ə =ʙ >ʙ Qʙ vʙ wʙ ʙ ʙ ʙ ʙ ʙ ˙ ˙ b̙ c̙ P͙ Q͙ FΙ GΙ SΙ Ι 1ϙ ϙ Й qЙ Й Й љ љ Sҙ Tҙ ҙ ҙ ҙ ҙ *ԙ +ԙ <ԙ Zՙ |ՙ ՙ ֙  ֙ <֙ V֙ W֙ `י aי  ٙ ٙ _ٙ `ٙ ٙ ٙ ٙ ٙ ٙ $ڙ :ڙ lڙ mڙ ~ڙ ڙ ڙ ۙ iۙ jۙ ۙ ۙ -ܙ ܙ Lݙ Mݙ ݙ ݙ ݙ :ޙ ;ޙ ޙ ޙ 8 9   ^ _ , - G X   	 
        $ % & / = J K L M N O S T U V o q w x                        " ' ( 7 9 ? @ N P V W j l q r y ~      { |     8 l      G Z     2 L \          ( N ] p q         L M N       A B L W          & < > U V _             ! " # J K L M N O X y z         1 F ` a v w                6 R S h i z             !     	 
   ,       L V ` a             8 } ~   # $ E F G H I J S                
           / d                    ' , - 8 = > H M N O m {                  
     & + , 7 < = G L M N p ~                    $ ) * 4 9 : E J K U Z [ \                   ! 1 2 = B C M R S ^ c d n s t u  * L Z j k v { |                       % & 0 5 6 7 d r                      % & 0 5 6 A F G Q V W X ~                 L M |                  	 	 	 '	 ,	 -	 7	 <	 =	 H	 M	 N	 X	 ]	 ^	 _	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 &
 '
 2
 7
 8
 B
 G
 H
 S
 X
 Y
 c
 h
 i
 j
 
 
 
 
 
 M N [ \ ]    : L M W b      
 
 
 ,
 -
 6
 
 
 
 
 
 Y       
   m       = > ? @ A J    A L h             M N              I [ m n o p y         $ E k       2   ! d e f g     H Z [ e p           $         * u v w x  > b   /" <" g# h# y# $ $ % % & & & -( .( * * * * + + , , ,  - q- r- - - - - - - - - - - - - - - - - - - - - . . . . . %. 1. 2. :. A. F. G. O. V. b. c. d. e. / / ^0 _0 1 1 2 2 3 3 3 3 K4 L4 4 4 55 6 6 7  8 Q8 9 9 v: ; < K= L= m> z> > > > > > > > > > 
? ? 4? K? L? W? @ @ %A &A A A zD {D NE _E E E E DF rF F F F G iG G G  H I I II MJ NJ XJ cJ J J J J J K K K K K K XK dK K K K L #L \L fL L L L L L /M 0M 1M 2M ^M _M iM tM M M M M M N N N N N N N ]N iN N N N O O P P P  P 1P ?P @P AP KP VP P P P P P P P P P P P P Q AQ MQ tQ Q Q R R R S S S S #S $S %S &S RS \S gS S S S S S T T T T 	T 
T T T ST _T T T T U KU U U U U U U U U U U U V V 5V _V `V aV cV dV eV nV V V V W .W ]W zW W W W X X X X VX sX }X X X X X X X X X X Y Y Y  Z !Z 2Z qZ Z X[ Y[ j[ [ [ [ [ [ [ [ ] ] ] ] 0^ h^ ^ ^ S_ T_ ^_ i_ _ _ _ _ _ _ ` ` 2` E` G` ^` _` h` ` ` a a a &a Sa Za ba ca ya a a a a a a a a b #b $b %b &b /b Rb b b b b b b b c c c )c *c +c ,c -c .c /c 0c 1c 2c Zc {c |c c c c c c c c d d d e e e e e |f f f f f f f f f g g /g Ig Qg fg {g g g g g g h h h h 0h Ph uh h h h h h h i @i i i i i j j !j "j *j ?j Tj fj j j j j j j j k "k <k Vk fk k k k k k k k k l l )l *l +l ,l 5l l l m hm n n n 	n n mn nn n n n n n 
o o o o o o o .p wp q q q q )q |q }q q q q q q r r r r r #r r s cs s Kt Lt Mt ^t t t t t t t t t u !u ;u Ku eu u u u u u u u v !v ;v <v =v >v Ov v v v v v v w w +w ,w -w .w 7w w Px x x 3y y y y y ]z z z z z z { { 1{ C{ ]{ w{ { { { { { { | | .| @| Z| t| | | | | | | | | } } #} 6} I} \} o} p} q} r} {} ?~ ~ ~ J }  F       =   ӂ  3 _   냚 샚  A H Q R Z o    ń ߄  
 $ 5 O ` z     Ӆ 텚   2 L ] w      ͆ Ά ᆚ    - . / 0 9   Y ω ܉ I  <   : Y x   ӌ  3 4 5 F       Ǎ ٍ 덚   0 A X o      ǎ َ 뎚   & = T e |    ˏ ⏚ ㏚ 䏚 叚 
  ! 4 G Z m o p q z  T &  " \  Ɣ # A s   ͗  b c j   G   ś  $ C b    ל ؜         > `    ǝ 靚  - B C T      鞚   Ϡ  H  ǡ  k l  e f % & ꤚ 뤚 "     - e   P Q [ f     ֧ ק ꧚   # % & ' 0 x  Ҩ    8 o      ٩ ک     & ( ) * 3 Q u   
   4 5 H [ n       Ы S T e f g     ɬ ܬ ެ ߬ ଚ 鬚 
    / 0 1 2 c ﮚ    I A B v  ﰚ ' l  ﱚ 4 { ʲ    ! + 6 i s } ~   ̳ ߳      '  Ǵ ٴ   H    ɵ е ص ٵ ﵚ      * + > Q d w y z    	 $ U r   ַ ᷚ   . T s t u    ɸ ʸ      < = P c v       - g y   ޺ K O P Q R c     ͻ ໚    	 
    d  ⽚   y z {      㾚 侚  ֿ  	 B        Z [   &Ú 'Ú _Ú 1Ś ^Ś _Ś Ś Nƚ ƚ ƚ ƚ pǚ qǚ ǚ ǚ ǚ ǚ ǚ "Ț #Ț iȚ ɚ ɚ ʚ qʚ ʚ ˚ C˚ ˚ ˚ ̚ s̚ t̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ͚ ͚ ͚ ͚ ͚ ͚ ͚ !͚ %͚ 8͚ @͚ L͚ M͚ R͚ ͚ ͚ ͚ ͚ ͚ Κ Κ aΚ bΚ gΚ Κ Κ Κ Κ Κ &Ϛ *Ϛ DϚ EϚ JϚ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ 
К К К К hК mК yК zК }К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К њ њ њ њ њ њ Қ 	Қ Қ Қ  Қ !Қ "Қ #Қ +Қ 1Қ 2Қ ;Қ ?Қ @Қ SҚ _Қ `Қ aҚ bҚ cҚ uҚ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Ӛ Ӛ Ӛ Ԛ Ԛ ՚ ՚ ֚ ֚ ֚ 1ך >ך ך ך ך ך ך ך ؚ ؚ &ؚ fؚ gؚ hؚ uؚ ؚ Dٚ  ښ ښ ښ ښ ۚ ۚ ۚ tܚ ܚ @ݚ ݚ ޚ vޚ wޚ 6ߚ ߚ ߚ ߚ 0 N O b                  I U d p q   
   e j    $   %   <     } ~   E F        `   & '                     
    / 1 6 7 E G M N a c i j                      
     7 8 9 : ;   & n    
  Q e     , J ~     . M             ( [ \ z          6 L b x y     (  2  <  =  d                         4 5 Y u v                  , - G c d v         & F G H o p q r s t }           8 9 : g h i j k l u   t u v       W            M c e    8 9 u v   	 	 -	 ~	 	 	 	 	 	 	 	 	 	 L
 M
 ^
 
 
 
 
 
 
 
 Q R        5 M d    
 H
 I
 3 4 K `                    ) * 5 : ; E J K V [ \ f k l m                    , - 8 = > H M N Y ^ _ i n o p                  6 D T U ` e f p u v                              	    $ ) * 5 : ; E J K L s                     ! , 1 2 < A B M R S ] b c d                   * : ; F K L V [ \ g l m w | } ~    ( 8 9 D I J T Y Z e j k u z { |                  ) 7 G H S X Y c h i t y z                      , L q                 3 = G H {       ( ) I J   - R b s       $ = V          0 1      9 N f g h y 0  1  2  3  \       ! 2! D! E! 4" 5" ?" J" }" " " " " " " # # 
# # # \# ]# l# }# # # 4$ $ $ $ 	% &% H% I% m% n% % % && & & ' ' ' ' +' ,' ' ' ' ' ' ( ( A( K( U( V( |( ( ( ( ( ( ( #) $) D) E) ) ) ) ) ) * * * * F* *  + 5- 6- / / 1 1 1 ]2 ^2 3 3 R4 S4 e4 5 5 28 38 H8 8 59 89 9 9 : : ; ; ; 1; D; E; J; R; W; X; ]; e; q; r; w; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  < < < < < < = = ? ? P@ Q@ @ @ 2A 3A A A B B B D D E E E yG zG H I I J J L L %L 2L ?L PL aL rL L L L L L L L L L %N &N N N EO FO R R R R 2S S S S T =T mT nT T U vU wU U V V V W W W X 4X >X HX IX wX X X X X X X X Y )Y PY Y Y Y Y Z )Z Z Z Z Z Z Z Z Z Z Z [ [ E[ O[ Y[ Z[ [ [ [ [ [ [ [ [ [ \ .\ Y\ \ \ C] ] ] ] ] ] ] ] ] ] ] '^ 1^ ;^ <^ j^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ =_ }_ _ '` ` ` ` ` ` ` ` ` ` ` ` a 8a Ba La Ma {a a a a a a a a a a a $b Rb b b b %c &c 'c 8c Fc Gc Hc Rc ]c c c c c c c c c d d d d Kd Wd ~d d d d e Oe e e e e e e e f f &f Yf cf mf nf f f f f f f f g g g h Eh h h i :i ;i <i =i >i ?i oi  k !k Uk k k l Ml l l l l m :m Dm Nm Om wm m m m m m m m m n qn n n n n n n n  o o o 'o (o )o *o Ro uo o o o o o o o o o p Lp Mp Np _p p p p p p p p p p p p p p p p p q q ?q Rq eq fq gq hq qq q Pr cr Is Js Ks Ls ]s t !t *t +t 3t Ht ]t ot t t t t t t u u +u Eu _u ou u u u u u u u v &v 9v :v ;v <v Ev v v Rw Sw Tw ew w w w w w w w x x 8x Hx bx |x x x x x x x y y 8y 9y :y ;y cy {y y y y y y y y y Yz vz z { { { { { { | | 4| M| r| | | | | | | | a} } } ~ ~ ~ ~ ~ ~   C D i |           J 遛 ꁛ 끛  O P W ` a i ~    ق 邛   % : O a {    ك ڃ ۃ ܃ 탛 @ A i j }    Ʉ ʄ ˄ ̄ Մ   * > ц ~     w ~      ψ ማ   & @ Z k     ̉ މ   # = W h        Ԋ 犛  
     ݋ 4  茛  n 䍛 9  >    ۏ * A q  ѐ  ) U    ߑ 摛    
 " 7 I c }    Ӓ 풛     5 J _ q    Г ꓛ   & @ A B C k l     ˔ ̔ ͔ Δ ה    m z 痛 ^ ژ   ؙ   ; R q  њ Қ Ӛ 䚛 ( / 8 9 A S e w    Λ ߛ  
  4 E \ ] e w    Ĝ ۜ    1 B X i        ҝ 坛   
    *  Ġ B   E d  ߢ   L k        娛 % D c  © ᩛ      1 u v         ܪ    B C e   ˫ ૛ ᫛  % J K L M  7 9 m  殛  e  	 
 \   ñ ı      R  ˳  J   ﴛ   7 A K L t u     õ ĵ ŵ ε  9 p   ֶ 
 ; < M N O w x    ķ Ʒ Ƿ ȷ ѷ ﷛       Ҹ Ӹ 減    ! " # , J n      - . A T g z | } ~   .   ͻ λ ϻ л      缛 ߽ ཛ  V  ž 
 K  ҿ  h          D E j }       4 e w    (Û )Û :Û gÛ nÛ vÛ wÛ Û Û Û Û Û Û Û Û Û ě ě ě ě .ě /ě 8ě ě ě ě ś )ś <ś tś ś ś ś ś ƛ ƛ ƛ $ƛ Xƛ _ƛ gƛ hƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ Ǜ Ǜ 'Ǜ )Ǜ *Ǜ +Ǜ 4Ǜ Ǜ Ǜ ț ț Rț ]ț |ț ț ț ț ț ț ɛ .ɛ /ɛ Wɛ Xɛ kɛ ~ɛ ɛ ɛ ɛ ɛ ɛ ɛ  ʛ ]ʛ ˛ E˛ ˛ ˛ ˛ ̛ ̛ ̛ *̛ W̛ X̛ Y̛ Z̛ ̛ ̛ ̛ t͛ ͛ ͛ ͛ LΛ Λ Λ Λ 7ϛ ϛ ϛ ϛ ϛ 2Л Л Л Л Л қ қ қ :ӛ ӛ &ԛ 'ԛ Zԛ ՛ ՛ D՛ Y՛ u՛ ՛ ՛ ՛ ՛ ֛ Qכ כ כ ؛ L؛ ؛ ؛ 9ٛ xٛ ٛ ڛ ڛ ڛ )ڛ 8ڛ Dڛ Wڛ [ڛ \ڛ ]ڛ ^ڛ _ڛ `ڛ aڛ bڛ cڛ wڛ ~ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ 'ۛ ,ۛ ۛ ۛ ۛ ۛ ۛ ۛ  ܛ ܛ <ܛ @ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ  ݛ %ݛ Lݛ Mݛ Rݛ ݛ ݛ ݛ ݛ ݛ ݛ ޛ ޛ ޛ ޛ ޛ %ޛ &ޛ )ޛ 2ޛ 3ޛ 4ޛ Eޛ Jޛ Rޛ Yޛ `ޛ lޛ mޛ xޛ |ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ aߛ bߛ {ߛ |ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ     - . 9 F G Q ^ _ ` a b c d e r s       j k ] ^ 5 6 M V v   $ % 1 y z         K          m  D     /        f g x   ! C \ x     < =        ` v      G    , i     * + v w   t u     h i   D  E F   0 4 5 K L ` a b k y                             $ % : < A B \ ^ c d s u { |                    & Z t     7 O     	 :	 n	 	 	 	 	 
  
 !
 "
 D
 M N d         & 9 : X        
 
 
 }
 ~
 
 
 
 
 
 
     6 L b x z           ) * + , = ] ^ _                ? X m          
       : ; O P r             	 
  \ ]    % E F G H h  ) ? @ J U         4 5 >     # t     _ `                ! " O   1 < F Q [ \     / 0 k        ) 7 G H S X Y c h i t y z                   	 
  ( 6 F G R W X b g h s x y                    
  6 D T U ` e f p u v                   $ % / 4 5 6 O ] m n y ~              f                                    ! ! /! 0! ;! @! A! K! P! Q! \! a! b! l! q! r! s! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " 2" @" P" Q" \" a" b" l" q" r" }" " " " " " " " " " " " " " " " " # 
# # # # # # # # # # # # # # # # # # $ $ 	$ $ $ $ $ 9$ G$ W$ X$ c$ h$ i$ s$ x$ y$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % % % % % % "% '% (% )% D% R% b% c% n% s% t% ~% % % % % % % % % % % % & 2& 3& & & & & & & A' B' v' ' ' ' ' ' ' ' ' ( =( O( Q( h( i( r( ( ( ( ( 6) ) ) )  * * !* "* F* G* X* * * * * #+ $+ J+ y+ z+ {+ |+ }+ + + + , }, , , , , , - - - - - - - - - . . . . . . / / / / 0 %0 /0 00 V0 0 0 0 0 0 0 0 0 0 
1 1 S1 T1 1 @2 `2 2 2 2 2 2 3 3 3 n3 3 4 ]4 4 4 4 4 4 4 O5 P5 5 5 5 5 5 5 5 5 5 6 B6 T6 U6 V6 W6 `6 6 6 6 6 27 37 T7 U7 f7 7 7 7 7 7 z8 8 : : k= x= > > > ? ? @ @ A A B iC jC E E E 3F F F AG BG 'H <H H H H H H H H H H H H I I I I I !I "I 'I .I :I ;I CI KI PI QI YI aI mI nI vI }I I I I I I I I I BJ CJ K K 0M 1M M M HN TN N N O O P P qP 2R 3R ;S <S S U U U 7W AW X X Y Y Y Y Y Y Y Z !Z 2Z 3Z FZ YZ pZ Z Z Z [ [ a\ b\ \ \ _ _ ` ` `  a !a a a a b b Ub b c c <c Ld Yd d e e e e e e e e f Gf Hf Jf Kf Lf Uf f f f f ,g Tg _g g g g !h "h #h 4h kh lh mh nh h h h h h h h h &i Ki Li Mi Oi Pi Qi Zi i i i i 7j [j j Jk Zk [k \k mk {k |k }k k k k k k k l .l /l 0l 1l 3l 4l 5l >l }l l l l m ?m m .n >n ?n @n Qn _n `n an bn n n n n n n n o @o Ao Bo Co Eo Fo Go Po o o o o /p Op p p p p p p p p p p .q 8q Bq Cq qq q q q q q q q q q r Jr jr r r r 6s 7s Hs Vs Ws Xs s s s s s t t t 5t 6t 7t 9t Pt Qt Zt \u ]u nu u u v v v v v v v v v 
w x x x 5y ly y y :z z z z z z z z z { 5{ H{ [{ n{ { { { { { | "| O| P| Q| b| | | | | | | | | | | } &} 9} L} _} `} a} b} k} } } } } } } .~ 5~ >~ ?~ U~ e~ f~ g~ h~ i~ j~ k~ l~ m~ n~ ~ ~ ~ ~ ~      L   瀜 耜 逜 ꀜ    ȁ Ɂ с 恜  
 ' A Q k     ɂ ゜  
 ' A B C D l   ă ׃ ؃ ك ڃ ボ N |     M T ] ^ f {    օ 慜    " 7 L ^ x    ֆ ׆ ؆ ن   , ? R e f g h q   [  B C D E V   ҉ 뉜  # 6 I J K L U  ' j  Q R S T e   ጜ ⌜   - @ S T U V _ 4 [  莜     폜       1 C ] w    Ð ؐ 퐜   3 C ] w x y z  ޑ ߑ    . A T g h i j s ,  ȓ ܓ o    /    % & . C X m    Ė ޖ  	 # + @ U j |    ۗ     ! " # K L _ r        { ҙ 3     כ 2 ܜ 2 3 : y ȝ ߝ  ; o  Ǟ  ' ( 9 }       ՟ 矜   , F ` q     Ӡ 蠜   ) C T n    ġ ޡ ߡ ࡜ ᡜ 	 
  0 C V i j k l u 3 -      x / 6 v   ٧   . o p q  ƨ ͨ ֨ ר ߨ    ' > U l }    ҩ 㩜     ' 9 K b y    Ϫ જ       ! I J ] p        Ȭ  b ஜ ^  㯜  _ }  A 걜 	 1    B C  ö ⶜  A `     Ϸ   8 9 > @ A B K X z   ผ Ḝ  % G i ~   ù 蹜 鹜 깜 빜 % ջ ׻  M    R      a b & ' ^    2 i   7         Ü Ü &Ü 9Ü LÜ _Ü aÜ bÜ cÜ lÜ Ü Ü Ĝ <Ĝ ZĜ tĜ Ĝ Ĝ Ĝ Ĝ Ĝ Ĝ Ŝ Ŝ )Ŝ <Ŝ OŜ bŜ dŜ eŜ fŜ oŜ Ŝ Ŝ 4Ɯ 5Ɯ FƜ GƜ HƜ pƜ qƜ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ Ɯ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ ǜ Ȝ Ȝ Ȝ Ȝ Ȝ %Ȝ IȜ Ȝ Yɜ Zɜ kɜ lɜ mɜ nɜ ɜ +ʜ ,ʜ Sʜ Tʜ ʜ }˜ ~˜ ˜ ˜ +̜ c̜ ̜ ̜ +͜ p͜ ͜ Μ [Μ \Μ ]Μ gΜ rΜ Μ Μ Μ Μ Μ Μ Ϝ Ϝ .Ϝ AϜ CϜ YϜ ZϜ cϜ Ϝ М М MМ XМ М М М М ќ ќ ќ ќ +ќ ;ќ <ќ =ќ >ќ fќ gќ zќ ќ ќ ќ ќ ќ ќ ќ ќ EҜ `Ҝ Ҝ Ҝ Ҝ Ҝ Ӝ Ӝ <Ӝ jӜ Ӝ Ӝ Ӝ Ӝ Ӝ Ӝ Ӝ Ԝ Ԝ 6Ԝ MԜ NԜ OԜ PԜ xԜ yԜ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ Ԝ A՜ i՜ ՜ ՜ ՜ ՜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ ֜ 	ל ל /ל Bל Dל Eל Fל Oל ל ל ؜ ؜ ٜ )ٜ Hٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ ٜ ڜ  ڜ [ڜ ۜ Dۜ Eۜ ~ۜ ۜ %ܜ &ܜ Xܜ ܜ @ݜ Aݜ ݜ ݜ ݜ 3ޜ bޜ cޜ ޜ m             # 6 ^ _    W   C    M                    ! 1 2 A B C O P Q R ] a t |        ! & S X      0 1 6 b f          # I J K U                 
    ! ( ) * + , - . / 0 1 2 3 4 5 6 7 L      3 D E Y [ \ ] ^ _ g m n w { |                            ! " / A  	        m z      + P Q b       < = * +   ! -   |  K   r  - . l       4 V     0 1 :  ;    9 :        F G X    C D `   a & ' x       	 	 
 
 8 9   ! 2  
   b c          	  $ % & ' ( ) - . / 0 I K Q R k m r s                         ( * 0 1 D F K L S X s t u v w U V b     F Y     ! 4 h     & 6 j          ( 7 J K d        & ' ( \ r       & 1 d n x y          / 0 9 [ \ p q            $ % & ' ( ) 2 S T h i          : ; P Q b                , - B C T t u v                          ! ! ! ! ! ! ! &" 0" :" ;" \" " " " " " " t# u# # # # $ W$ X$ i$ $ $ $ %  % !% "% #% $% -% % % % % % % % % % % & & & & & & & & Z' q' ' ' ' ' 	( >( ( ( o) p) ) ) ) ) ) ) ) ) ) * * * * * * "* '* (* )* G* U* e* f* q* v* w* * * * * * * * * * * * * * * * * *  + + + + + + !+ &+ '+ (+ J+ X+ h+ i+ t+ y+ z+ + + + + + + + + + + + + + + + , , , , , , $, %, /, 4, 5, 6, r, , , , , , , , , , , , , , , , , , , - - - - - '- ,- -- 8- =- >- H- M- N- O- - . &. 4. D. E. P. U. V. `. e. f. q. v. w. . . . . . . . . . . . . . . . .  / 
/ / / / >/ L/ \/ ]/ h/ m/ n/ x/ }/ ~/ / / / / / / / / / / / / /  0 
0 0 0 0  0 !0 +0 00 10 20 X0 f0 v0 w0 0 0 0 0 0 0 0 0 0 0 0 0 0 &1 '1 V1 d1 t1 u1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 "2 '2 (2 22 72 82 92 e2 s2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 !3 "3 -3 23 33 =3 B3 C3 D3 h3 3 3 3 3 '4 (4 54 64 74 Z4 4 4 5 &5 '5 15 <5 o5 y5 5 5 5 5 5 5 6 6 6 d6 e6 6 6 6 37 i7 7 7 7 7 7 7 7 7 G8 `8 y8 8 8 8 8 9 9 9 9 9 $9 l9 m9 9 : &: B: [: u: : : : : : l; m; n; o; ; '< (< \< n< < < p= q= {= = = = = = = #> 5> G> H> I> J> S> > > > > > > p? ? ? @ E@ b@ @ @ @ @ @ A bA A A >B ?B @B AB gB hB B B "C 4C 5C ?C JC }C C C C C C C C C C C _D `D D D D D D D E OE PE QE RE E F <F qH rH 	K K AL BL SL M M ZN [N O O O Q Q nS oS S S qT tT T T U U KV LV [V mV V V V V V V V V V V V V V V V V V V V V V V V V W W W W  W !W )W 0W <W =W >W ?W W W 8Y 9Y Z Z [ [ [ [ n\ o\ %] &] ] ] ^ _ _ ` ` +a b b Pc d d %f &f Gg Tg ag ng {g g g g g g g g g h %h &h 1h ai bi i  j j j Tm Um (n 9n nn n n o Lo yo o o o Cp p p p q q #r 's (s 2s =s ps zs s s s s s s s s s 2t >t et t t t t 6u @u eu u u u u 	v 
v v v 8v 9v Cv Nv v v v v v v v v v v v v 7w Cw jw w w w x x x x x y y y y %y 0y cy my wy xy y y y y y y y y y z 'z Nz yz z z c{ { { { { { { { {  | ,| 6| A| t| ~| | | | | | | | | | | | -} 9} `} } } } %~ a~ b~ c~ t~ ~ ~ ~ ~ ~ ~ ~ ~ ~  9 : ; = > ? H      7 T  Ԁ Հ 思    0 M W b     Ӂ ԁ Ձ ׁ       K  2 3 D v w x y z {  \ ]  ӆ 
 B  ؇ - . 8 C v     ӈ 戝    ! 8 9 B   퉝     - 4 < = S c d e f   Ċ ׊ ꊝ      	 , Z     ̋ Ӌ ܋ ݋        	 
   4 U V {       ꌝ        V ] f g o    ŏ ߏ  	 # + @ U g    Ő ߐ  ᐝ ␝ 
 * O b u v w x  쑝      뒝      . @ Z t     Փ ꓝ   0 @ Z t u v w   ʔ ݔ          B  ᖝ ▝ 㖝  G H p    ԗ 痝 藝 闝 ꗝ   Ř  Q      V W     ˚ ޚ      қ  =  % & ' 8        ϝ ᝝   % ? Y a v    ў ឝ      ) | }    ̟ ߟ       ʠ * f z 
    ͢ 7   ã ģ ̣ ᣝ    7 Q b |    ɤ ޤ    4 N _ y       饝 ꥝   # 6 I J K L U  p ѧ $ W    u Щ z Ъ Ѫ ت  f }  ٫ 
 9 e  Ŭ Ƭ ׬  " + , 4 I ^ s    ʭ 䭝   ) : T \ q    Ǯ ᮝ   & 7 Q b | } ~     ί ᯝ    	 
  Ѱ ˱ 3   #   ʹ Դ  3 R w   ̵ 
     d k t u }    Ŷ ܶ  
  2 I Z p      ŷ ׷ 鷝    . ? V m ~       縝 踝   ! 4 G I J K T f .   ~  6     M ߾    < = D Ý Ý !ĝ aĝ ĝ ĝ ĝ ĝ ŝ <ŝ [ŝ \ŝ mŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ Ɲ :Ɲ \Ɲ ~Ɲ Ɲ Ɲ Ɲ Ɲ ǝ ǝ ǝ .ǝ aǝ ǝ ǝ ǝ ǝ ǝ sɝ uɝ ɝ ɝ "ʝ Zʝ ʝ ʝ E˝ F˝ ˝ ?̝ @̝ ̝  ͝ ͝ ͝ ͝ YΝ ZΝ Ν Ν ϝ ?ϝ ϝ ϝ *Н +Н 5Н @Н sН }Н Н Н Н Н Н Н Н Н Н  ѝ ѝ 
ѝ Rѝ uѝ ѝ ѝ ѝ ҝ Iҝ wҝ xҝ ҝ ҝ ҝ ҝ ҝ ҝ ҝ ҝ  ӝ ӝ ӝ ӝ 
ӝ +ӝ Oӝ ӝ ӝ ӝ ӝ ӝ ԝ ԝ "ԝ 5ԝ Hԝ [ԝ ]ԝ ^ԝ _ԝ hԝ ԝ ԝ -՝ .՝ ?՝ @՝ A՝ i՝ j՝ }՝ ՝ ՝ ՝ ՝ ՝ ՝ ՝ ՝ j֝ ֝ ֝ 	ם 
ם ם ם =ם ם ם ם ם #؝ ٝ ٝ Pٝ ٝ ٝ ڝ Fڝ ڝ ڝ ۝ U۝ ۝ ۝ ۝ ۝ ܝ ܝ Cܝ Mܝ Wܝ Xܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ܝ ݝ pݝ ݝ ݝ ݝ ݝ "ޝ dޝ eޝ vޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ߝ ߝ ߝ +ߝ >ߝ Qߝ Sߝ Tߝ jߝ kߝ tߝ ߝ ߝ / L e x     . M N O `            * = P c e f g p   A S    % ) * + , = j k           \  >     S T U f                s   4 5 n     9  8 9 v ( b c  J K        C    K    u   M N Y e t                            & ' , c h      ; < A x |         $ \ a          B G S T W a b e n o p                                               - 9 : ; < = O i j u                        q r        `  a  m              @ A B O          N     P Q  k   
	 (	 )	 <	 
 
 
   ]      
 
 x y   # / > J K      ? D     h      f g   W X             :      l p q                      	     ! ' ( ; = C D Y [ ` a v x } ~                             ! !  " H" b" " " " " +# ?# s# # # # $ $$ X$ v$ $ $ $ % '% [% \% ]% ^% % & & & & & & & ' 5' 6' T' b' u' v' ' ' ' ' ' ( &( <( R( S( ( ( ( ( ) ) ) ) >) [) \) r) ) ) ) ) ) ) ) ) ) * * 3* O* P* e* f* g* h* y* * * * * * * * * * * * * + + !+ =+ >+ P+ {+ + + + + + + +  ,  , !, ", I, J, K, L, M, N, W, v, w, , , , , , , , , - - - A- B- C- D- E- F- O- - - N. O. P. a. . . . . . 1/ e/ {/ |/ / / / / / / / '0 =0 ?0 p0 q0 z0 1 1 O1 P1 _1 1 1 1 2 X2 2 2 2 2 2 2 2 2 2 &3 '3 83 Y3 Z3 [3 \3 ]3 ^3 3 +4 ,4 m4 x4 4 4 4 4 4 5 '5 >5 k5 l5 5 5 "6 #6 
7 7 %7 :7 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 $8 %8 08 58 68 @8 E8 F8 G8 d8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 "9 '9 (9 39 89 99 C9 H9 I9 J9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : .: /: :: ?: @: J: O: P: [: `: a: k: p: q: r: : : : : : : : : : : : : : : : : : Y; ; ; ; ; ; ; ; ; ; < < < < < < $< %< &< M< [< k< l< w< |< }< < < < < < < < < < < < < < < = = = = = = '= ,= -= 7= <= == >= n= |= = = = = = = = = = = = = = = = = > > >  > %> &> 0> 5> 6> A> F> G> Q> V> W> X> > > > ? ? ? ? #? $? .? 3? 4? ?? D? E? O? T? U? V? u? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ !@ "@ -@ 2@ 3@ =@ B@ C@ N@ S@ T@ ^@ c@ d@ e@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A &A KA nA oA A A A A A A }B ~B B B B B B 
C C !C "C UC yC C C C C C D D #D $D rD D E ,E <E ME ]E ^E E E E E E F 0F _F `F F F F F F F F 
G G ZG G G G G H (H @H AH BH SH 
I I I 
I 6I I I I J J J K K K $K WK aK kK lK K K K K K K K K 6L 7L FL WL L L M |M M M M  N "N #N GN HN YN N  O [O O O O O O P P P P P P P P P Q %Q /Q 0Q VQ ~Q Q Q Q Q Q Q Q R R nR oR R R R R R R R  S S S V V X X Y Y Y 7[ 8[ [ [ ,] -] ?] ^ ^ a 
a "a oa b b }b ~b cc xc c c c d d d $d ,d 1d 2d 7d ?d Kd Ld Qd Xd ]d ^d cd jd vd wd d d d d d d d d d d d d d d d d d d ~e e f f lh mh *i +i i i j 
j j j Zk [k k nm om wn xn n Sp Tp p sr }r s s t t t u u *u ;u Lu ]u nu ou u u u u u u v  w w w x  x z z { { | \| ]| | | } G} H} } } P~ Q~ x~    ŀ ƀ Ѐ ۀ   " # Q       Ё ܁  * h   Ԃ ނ  ] ^ _ p     փ ׃ პ 샞  ) 3 4 b        Մ ᄞ  3 s           Æ Ά     D j k l m o p q z  Ň 쇞  W {  j z { |      ʉ ԉ ߉   & ' U | } ~      ˊ ׊  , k  Ë        ! " , 7 j t ~   ׌ ، ٌ ی ܌ ݌ 挞 % 1 X   Ս  ) r s     Ύ 뎞    3 = G H q r s u       鐞  Б ё ⑞       I   / q   ' v ˕ ̕ ֕ ᕞ   ( ) Q q      ֖ ז  K ^     ˗ җ ڗ ۗ      , O b u       ʘ  & ' ( 9 j q z {            ҙ    , ? @ A B K  * = # $ % & 7     
 " 7 I c }    ɝ ޝ    9 I c } ~    Ȟ 힞          , - . ?       ̠ ޠ   " < V ^ s    Ρ ޡ      = U h {       3 P  ࣞ ~     夞 椞  ' L _ r      ; c  咽          C V i |      p  ۩ $ ê Ī Ū ֪ ) * 1 : ; C X m    ë ݫ    ) ; U o       Ǭ   C D W j }       h Ȯ    X Y Z k հ Q X a b j     ձ ﱞ    4 E _ g |    Ҳ 첞   1 B \ ] ^ _      Գ 糞 賞 鳞 곞    o µ  H   n  n o v    K w  ׹  / c d u   ɺ ʺ Һ 纞   # = W h    ǻ ػ    $ 9 K e    ļ ռ ＞       E F Y l        o i ѿ G T  8  k r    Þ ,Þ KÞ jÞ Þ Þ Þ Þ Ğ 	Ğ Ğ Ğ Ğ -Ğ ?Ğ QĞ cĞ zĞ Ğ Ğ Ğ Ğ Ğ Ğ Ş Ş 6Ş 7Ş ?Ş QŞ cŞ uŞ Ş Ş Ş Ş Ş Ş ƞ ƞ 2ƞ Cƞ Zƞ [ƞ \ƞ ]ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ Ȟ Ȟ ɞ ʞ ʞ ʞ ˞ >˞ ˞ ˞ ˞ }̞ &͞ EΞ mϞ Ϟ Ϟ Ϟ ~ў ў ў ў Ҟ =Ҟ }Ҟ Ҟ Ҟ Ҟ Ҟ Ҟ Ӟ OӞ PӞ tӞ uӞ zӞ |Ӟ }Ӟ ~Ӟ Ӟ Ӟ Ӟ Ӟ Ӟ Ԟ Ԟ ?Ԟ aԞ Ԟ Ԟ Ԟ Ԟ Ԟ Ԟ $՞ %՞ &՞ '՞ a՞ מ מ Gמ מ מ מ ?؞ ؞ ؞ ؞ 6ٞ ٞ ٞ ڞ ڞ b۞ c۞ ۞ ۞ ۞ ,ܞ nܞ ܞ ܞ $ݞ sݞ ݞ ݞ ݞ ݞ ޞ ޞ %ޞ &ޞ Nޞ Oޞ bޞ uޞ ޞ ޞ ޞ ޞ ޞ ޞ ޞ ߞ Jߞ xߞ ߞ ߞ ߞ   ' ( ) Q R e x         p q              $ H         . A T V W X a          g h       0 g   % g   B            D W j }      ? Q       A H P Q g w x y z          	        N Y x       2 9 A B r               }    , 7 V        	 1 2 E X k ~      7   Z e      1 2 3 4 [ \  N    & a b   | }    o            4    3 O _ r    +  Z      &    R        1 5 6 7 8 9 : ; < = Q X ] m n } ~               \ ] b        l m r        & ' , Z _               
   $ , 3 : F G R V ] d e f g h i j k l m n o p q r s  ; < U V o                      	 	 	  	 !	 +	 8	 9	 :	 ;	 <	 =	 >	 ?	 L	 M	 [	 \	 ]	 ^	 k	 }	 D
 E
 7 8   '
 0
 P
 
 
 
 
  S T g        %  x y f g \ ] i  G       	 i j     @ A R p    6 R l m v w   u v      : P      !      C    b! c! ! " " P" Q" " " N$ O$ % % t& u& B' C' ]' n' ( ( *  * * * 
, , , %, &, :, ;, <, E, S, `, a, b, c, d, e, i, j, k, l, , , , , , , , , , , , , , , , , , , , , - - - - 6- 8- =- >- M- O- U- V- d- f- l- m- - - - - - - - - - - - / / / /  0 40 N0 0 0 0 0 1 )1 ]1 p1 1 1 1 2 H2 b2 r2 2 2 2 2 2 2 3 '4 (4 >4 d4 s4 4 4 4 4 4 4  5 5 5 25 b5 c5 d5 5 5 5 5 5 5 W6 X6 b6 m6 6 6 6 6 6 6 6 7 &7 <7 R7 T7 k7 l7 u7 7 7 7 7 7 7 7 8 8 8 8 8 78 88 98 `8 a8 b8 c8 d8 e8 n8 8 8 8 8 8 8 8 8 9 29 G9 \9 v9 w9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : ): *: L: h: i: ~: : : : : : : : : : : : : 6; 7; ; ; ; ; <  < !< "< B< < = = = $= /= b= l= v= w= = = = = > > > > > > > > N? ? ? ? ? 9@ :@ [@ \@ ]@ ^@ _@ `@ i@ @ @ @ @ @ @ @ @ @ )A A A B B  B +B 5B 6B B B B B 	C 
C EC zC C C D D D D E E !E "E -E 2E 3E =E BE CE NE SE TE ^E cE dE eE E E E E E E E E E E E E E E E E E F F  F !F ,F 1F 2F <F AF BF MF RF SF ]F bF cF dF F F F F F F F F F F F F F F F F F G G .G /G :G ?G @G JG OG PG [G `G aG kG pG qG rG G G G G G G G G G G G G G 	H H H H )H 7H GH HH SH XH YH cH hH iH tH yH zH H H H H H @I bI pI I I I I I I I I I I I I I I I I I 	J 
J J J J %J *J +J 6J ;J <J FJ KJ LJ MJ zJ J J J J J J J J J J J J J J J J K K *K +K 6K ;K <K FK KK LK WK \K ]K gK lK mK nK K K K K K K K K K K K K K K K K K bL cL L L L L L L L L L L L L L L L L L M !M 1M 2M =M BM CM MM RM SM ^M cM dM nM sM tM uM M M M M M M M M M M M M M M N N N N ,N <N =N HN MN NN XN ]N ^N iN nN oN yN ~N N N N N N O 
O cO dO qO rO sO O P P PP bP cP mP xP P P P P P Q )Q +Q BQ CQ LQ Q Q Q Q R oR R R R R R R  S !S 2S S S S S S S $T ST TT UT VT WT `T T T T WU bU ~U U U U U U U U V V V V V cW dW W W W W X X X X X X 	Y 
Y 0Y _Y qY Y Y Y Y Y Y Y Y Y -Z .Z Z [ :[ [[ [ [ [ [ [ [ [ H\ \ \ 7] z] {] |] }] ] ] )^ *^ ^^ p^ q^ {^ ^ ^ ^ ^ ^ ^ _ ._ /_ 0_ 1_ :_ _ _ _ _ ` 
` .` /` @` ` ` ` ` ` Ta xa c c Ef Rf }g ~g g h h i i j j j Cl Dl n n n 
o o o p p q q q q q q q q q q q q q q q q q q q q r r r r r %r *r +r 3r ;r Gr Hr Pr Wr \r ]r er lr xr yr zr {r s s tt ut 
v v v v "w .w w w ax bx x x Ky { 
{ | | g| } } ~   a b      Ȃ ق ꂟ   
   3 J a b m   ; <     d u    Z   功 抟 /     & 3 _ c d n y      ! " $ % & / n z  ȏ  . 9 r |      E F G H t u    Ǒ ё ґ   % & ' ) * + 4 s   ђ  5  $ 4 5 6 G U V W a l     ┟  	 
  
    W c          + 9 : ; < h r }   ė ŗ         ! * i u  ʘ 	 ) a        ʙ ՙ     K u v w y z {  Ú Ϛ  $ D s  Ǜ   " 0 1 2 l    ќ ۜ 土 期     * + 4 6 7 H   n o        矟   ͡  F ~ Ţ  i j t    ƣ ǣ   " 5 H [ ] t u ~ 餟  ) * + < i p x y      ʥ     & 9 : ; < E h  Ħ Ŧ Ʀ צ     / ? @ A B C D E F G H p    ʧ ݧ ާ ߧ য় 駟 & Ȩ ۨ  © é ĩ թ       ժ 窟   + E _ g |    ׫ 竟      F f        ( V ʭ ˭ ̭ ݭ ' . 7 8 @ U j |    ڮ    & 8 R l |      ۯ    , ? @ A B K Ѱ  5 ~     0    Ų 겟   # $ % & / ٳ  D  + , - . ?     ᵟ    - . / 0 9  5 y · a b c t Ǹ ȸ ϸ ظ ٸ ḟ    7 Q a {    ǹ ٹ  
  7 Q R S T e   ẟ ⺟    . A B C D M  f   I    	 s ﾟ       2 G Y s    ҿ 㿟    / D V p          % & 9 L _ r      U  
ß `ß ß ß \ğ ğ ş ş Ɵ 
Ɵ Ɵ SƟ Ɵ Ɵ Ɵ ǟ Iǟ uǟ ǟ ǟ ȟ ȟ ȟ Wȟ ^ȟ gȟ hȟ pȟ ȟ ȟ ȟ ȟ ȟ ȟ ɟ  ɟ :ɟ Kɟ eɟ vɟ ɟ ɟ ɟ ɟ ɟ ɟ ʟ ʟ .ʟ Hʟ bʟ sʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ ʟ 
˟ ˟ 0˟ C˟ D˟ E˟ F˟ O˟ 
̟ ͟ o͟ ͟ ͟ _Ο Ο Rϟ 	П П PП oП П П П П џ Iџ Jџ Kџ \џ џ џ џ џ џ џ џ џ ҟ ҟ /ҟ Fҟ Wҟ nҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ ҟ ӟ ӟ %ӟ <ӟ Sӟ jӟ {ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ ӟ #ԟ $ԟ 7ԟ Jԟ ]ԟ pԟ ԟ ԟ ԟ ԟ ԟ ՟ j֟ <ן ן 8؟ r؟ ؟ ؟ 9ٟ Wٟ ٟ ڟ ڟ ۟ ݟ xݟ yݟ ݟ ߟ ߟ ]ߟ ߟ ߟ ߟ  : Y x            % 2 T v      ! C X Y j          ' ^   ,    { | ; <    8     C {   f g q |          & 9 ; < = F     4 N           ) < > ? @ I g      ! " J K ^ q         i j { | }           #  3 4 E F G H y   - . _ W X    =    J   5 6 7 A L            3 4 =    ' 2 ^             @ A T g z        : k       D j          ' ( ) * R S f y        C }     a e f g h y       	           )      z    "           5    X     2    p q  
 < = u G	 t	 u	 	 d
 
 
 
        8 9  
 
 1    Y   '                         ) * + , 7 ; N V b c h       - 2 w x }   
   < @ Z [ `        # $ % / ~                            	 
   
     &     
   3 5 6 7 8 9 A G H Q U V i u v w x y                      	           G T       * + < | } ~   Z             V! ! %" " " L# # $ $ F$ d$ e$ x$ % % % ' 0' ' ' ' ' 
( ( ) ) * * + + _+ k+ z+ + + + +  , !, 2, {, , , - - :- - - ;.  / / R/ / / / / 0 0 1 1 [3 \3 4 4 4 4 4 5 5 v6 7 7 <8 =8 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : 	: 
: #: %: +: ,: E: G: L: M: [: ]: c: d: w: y: : : : : : : : : : : : : : : : : : : ; ; 
; ; ;  ; %; &; -; 2; M; N; O; P; Q; /= 0= <= = = = =  > 3> g> {> > > > ? B? `? ? ? ?  @ @ D@ c@ @ @ @ @ @ A A A B B $B %B >B qB rB B B B B B  C C C 6C LC bC xC C C C C  D D >D HD RD SD zD D D D D D D D 	E 
E E 5E 6E JE KE oE E E E E E E E E E E E E  F F F F F -F .F BF CF ]F yF zF F F F F F G G *G +G <G \G ]G ^G G G G G G G G G G G G G H H H H .H NH OH PH }H ~H H H H H H H H I I I I I I I I I mJ J J J J J  K 
K K K 6K cK yK {K K K K NL OL L L L L 1M 2M CM M M M M M M M M M N bN cN tN N N N N N N N gO hO O O O O O O 4P KP cP zP P P P Q ^Q _Q IR JR aR vR R R R R R R R R R R R R R R S S S !S /S ?S @S KS PS QS [S `S aS lS qS rS |S S S S S S S S S S S S S S S S S S  T T T $T 2T BT CT NT ST TT ^T cT dT oT tT uT T T T T T T T T T T T T T T T T T 	U U U U LU ZU jU kU vU {U |U U U U U U U U U U U U U U U U U U V V V V V V "V 'V (V )V V V  W W W W *W /W 0W :W ?W @W KW PW QW [W `W aW bW W W W W W W W W W W W W W W W W W X &X 6X 7X BX GX HX RX WX XX cX hX iX sX xX yX zX X X X X X X X X X X X X X Y 
Y Y Y 2Y @Y PY QY \Y aY bY lY qY rY }Y Y Y Y Y Y Y  Z Z 0Z >Z NZ OZ ZZ _Z `Z jZ oZ pZ {Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ ?[ M[ ][ ^[ i[ n[ o[ y[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ 
\ \ \ \ \ B\ b\ \ \ \ ] ] ] ] ] 4] ] ] ]  ^ ^ ^ ^ I^ S^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ >_ ?_ __ `_ _ 
` C` h` x` ` ` ` ` ` ` !a :a Sa la a a a a a a a a a Fb Gb b b  c c 5c Oc dc |c }c ~c c Fd Gd Hd Id rd e e 6e He Ze [e Jf Kf Uf `f f f f f f f g !g "g #g $g -g rg sg g g g g Jh h h h i <i ^i _i i i i i <j j j k k k k Ak Bk k k k l l l $l Wl al kl ll l l l l l l l 9m :m Zm [m m m m m m )n *n +n ,n \n n o Kq Lq s s u u -u sv tv 4w 5w hx ix {x y y H| I| ^| | K} N} } } ~ ~ % & 5 G Z [ ` h m n s {                        
           f g  ̄ H I      醠        *      ! . ; H U f w      ѐ 萠     ; < ْ ڒ [ \ . /   H    & S   ͘     Ě њ      J T ^ _     Ü Ĝ ͜   ? f  ̝ ם   ?     㞠 䞠 垠 枠    ( [ e o p  ß ğ ş ǟ ȟ ɟ ҟ   D o  Ӡ Y ¡ ҡ ӡ ԡ 塠     
 = G Q R            ( S   =     ɤ פ ؤ ٤ ڤ    N X b c         ȥ   : h  Ǧ  ; < = N \ ] ^ h s     駠       " a m  ¨ ⨠  . e    Ω ϩ Щ 
 ' 1 < o y       Ȫ ɪ Ҫ ԫ ի 櫠 % [  
  P Q R S T U  6 7 k  䯠  c      P Z d e    ӱ 池        ǲ Ȳ ɲ ڲ     - = > ? @ h    ĳ ׳ س ٳ ڳ 㳠  4 b c d u     ʹ ݴ ޴ ߴ ഠ ᴠ ⴠ 㴠 䴠 崠 洠  / 0 U h { | } ~  ĵ f y _ ` a b s 0 7 @ A I ^ s    ɸ 㸠    / A [ u       习  ) < O P Q R [ ƺ  h i j { Ż ̻ ջ ֻ ޻    4 N ^ x    ļ ּ  
  4 N O P Q y    ʽ ݽ ޽ ߽ འ 齠 o  Ӿ      ο ! " J c         w   +            0à 1à Yà Zà à à à à à à à à à Ġ Ġ Š `Š Š  Ơ Ơ Ơ eƠ fƠ mƠ vƠ wƠ Ơ Ơ Ơ Ơ Ơ Ơ Ơ Ǡ 3Ǡ ;Ǡ PǠ eǠ wǠ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ǡ Ƞ VȠ WȠ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ ɠ ʠ @ʠ Tʠ ʠ ˠ ˠ ˠ ˠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ̠ ͠ +͠ <͠ V͠ p͠ ͠ ͠ ͠ ͠ ͠ ͠ ͠ Π (Π 9Π SΠ mΠ ~Π Π Π Π Π Π Π Π Π Π Ϡ #Ϡ $Ϡ %Ϡ &Ϡ /Ϡ Ϡ JР Р Р 1Ѡ Ѡ Ѡ OҠ Ҡ TӠ Ӡ Ӡ Ӡ Ӡ @Ԡ WԠ Ԡ Ԡ Ԡ ՠ ?ՠ kՠ ՠ ՠ ՠ ՠ ՠ ֠ ֠ ֠ #֠ 8֠ M֠ _֠ y֠ ֠ ֠ ֠ ֠ ֠ נ נ .נ 6נ Kנ `נ uנ נ נ נ נ נ  ؠ ؠ +ؠ <ؠ Vؠ Wؠ Xؠ Yؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ٠ ڠ 
۠ ۠ ۠ ۠ tܠ ܠ ݠ ݠ ݠ 
ޠ ,ޠ Qޠ hޠ ޠ ޠ ޠ ޠ ޠ ޠ >ߠ Eߠ Nߠ Oߠ Wߠ iߠ {ߠ ߠ ߠ ߠ ߠ ߠ ߠ  # 4 J [ r s {         0 G X n            ! # $ % . @   X   [ z   '  b         ; Z y     5 6 G             6 X Y {       ; ` a b c  M O    4 {     r        3 4 h    `      M W a b           , O     # Q R c d e            )          " 5 7 8 9 B `       C D W j }       D                     * l     a   / ~       ' 1 2 Z [         J {     > ? P }              + - . D E N   		 &	 ?	 R	 	 	 	 	 
 '
 (
 )
 :
 n
 u
 }
 ~
 
 
 
 
 
 
 
   * = ? @ A J    - h s   
 
 
 
 
 D
 E
 m
 n
 
 
 
 
 
 
 
 
 6 s  [    - . / @ m n o p        b    M     H        P  < = p $ % Z o       g   % b   O   ' ( 3 ? N Z m q r s t u v w x y                     = B            R  V                  6! ;! b! c! h! ! ! ! ! ! ! " !" -" ." 1" ;" <" ?" H" I" J" [" `" h" o" v" " " " " " " " " " " " " " " " " " " " " " " w# x# # # # # # # # # # # # # # # # # # $ $ $ $ $ $ )$ C$ D$ O$ \$ ]$ g$ t$ u$ v$ w$ x$ y$ z$ {$ $ $ $ $ $ $ $ $ % % s& t& K' L' c( l( ( ( ( :) ;) G) ) ) ) ) ) ) * * * )* a* * + + , , - - - (. . . Z/ / *0 +0 0 E1 1 1 1 2 2 2 |3 }3 3 4 4 75 Y5 r5 5 5 5 6 6 R8 S8 8 8 8 	9 9 $9 %9 v9 9 9 9 9 : : ]: : : : B; ; ; < < < @= A= = = 1> 2> ? ? @ @ A A ~B B B B ZC D [E \E E E FG JG KG aG bG vG wG xG G G G G G G G G G G G G G G G G G G G G G G H H H H H H 3H 5H :H ;H PH RH WH XH rH tH yH zH H H H H H H H H H H H H H H H H H H H J J J "K <K pK K K K L L ML eL L L L L 2M PM M M M M N 5N 6N 7N 8N ZN cO dO zO O O O O O P P .P <P OP PP nP P P P P P  Q Q ,Q -Q Q Q Q Q Q Q Q Q R 5R 6R LR bR xR R R R R R R R R R 
S )S *S ?S @S AS BS SS sS tS uS S S S S S S S S S S S S T T *T UT nT T T T T T T T T T T #U $U %U &U 'U (U 1U PU QU eU fU U U U U U U U U U V V V V V  V )V rV sV (W )W *W ;W [W \W ]W ^W ~W X ?X UX VX `X kX X X X X X Y Y Y JY KY TY Y Y )Z *Z 9Z Z Z Z Z 2[ u[ v[ [ [ [ [ [ [ [  \ \ \ 3\ 4\ 5\ 6\ 7\ 8\ e\ ] ] G] R] \] g] q] r] ] ] ^ ^ E^ F^ ^ ^ ^ ^ _ _ _ ` ?` M` ]` ^` i` n` o` y` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 
a a a a a  a !a >a La \a ]a ha ma na xa }a ~a a a a a a a a a a a a a a a a b b 
b b b b "b #b $b Lb Zb jb kb vb {b |b b b b b b b b b b b b b c 	c c c c $c )c *c 5c :c ;c Ec Jc Kc Lc ec sc c c c c c c c c c c c c c c c 3d |d d d d d d d d d d d d d d d d d  e 'e 5e Ee Fe Qe Ve We ae fe ge re we xe e e e e e e e e e e e e e e f f f f f f f Hf Vf ff gf rf wf xf f f f f f f f f f f f f f f f f  g 
g g g g  g !g +g 0g 1g 2g g g g g g g g g g h 
h h h h h )h .h /h 0h Oh ]h mh nh yh ~h h h h h h h h h h h h h h h h i i 
i i i i (i -i .i 8i =i >i ?i Zi hi xi yi i i i i i i i i i i i i i i  j %j Hj Ij j j j j j j Wk Xk k k k k k k k k k /l Sl el gl ~l l l l l l l Lm m m n n 'n 7n 8n \n ]n nn n n n 
o 9o :o `o o o o o o o o o 4p p p p p p q q q q -q q q q q r r r r r r r s s s s 1t ;t Et Ft lt t t t t t t t u u  u 1u iu ju u Vv vv v v v v v !w "w 3w w w 5x sx x x x x x x ey fy y y y y y y y 	z 
z 0z Xz jz kz lz mz vz z z z z H{ I{ j{ k{ |{ { { { { { | | ~ ~     ˂   ҄ ӄ      扡 牡  I 銡 슡 W X = R Ì Č ӌ 匡         % & + 2 7 8 = D P Q Y a f g o w             X Y   F G   ^ j 撡 璡   4 5  H I Q R  - . ș M W    ̝ ٝ 条    & 7 H I \ o     ٟ ڟ w x   ̣ ͣ   椡 6 7  ĥ  ! " k  * + R b o      詡    + ] ^ ` a b k   ݪ  B j u   ݫ 7 8 9 J        Ƭ   
  < a b c e f g p   ⭡ 
 M q  ` p q r       ۯ 寡 ﯡ   D E F G I J K T   ư  1 U ۱ D T U V g u v w x    첡     / V W X Y [ \ ] f   س  E e  ٴ ڴ ۴ 촡      D N X Y           2 `   ̶  L M ^ l m n  ŷ Ϸ ڷ 
  ! " K L M O f g p r s  ù      ﺡ     # Լ ռ 	 K    P         + K ^ q       % 8 e f g x           ) < O b u v w x     ¡ ¡ ¡ ¡ D¡ K¡ T¡ U¡ k¡ {¡ |¡ }¡ ~¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ á á á á á %á bá ġ ġ ġ ġ ġ  š š š š š š š š ơ #ơ =ơ Wơ gơ ơ ơ ơ ơ ơ ơ ơ ǡ #ǡ =ǡ Wǡ Xǡ Yǡ Zǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ dȡ ȡ ɡ ɡ ɡ ɡ cɡ jɡ sɡ tɡ |ɡ ɡ ɡ ɡ ɡ ɡ ɡ ʡ 0ʡ 8ʡ Mʡ bʡ tʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ʡ ˡ /ˡ Bˡ Uˡ hˡ {ˡ |ˡ }ˡ ~ˡ ˡ 
̡ *̡ q̡ ̡ X͡ Y͡ Z͡ [͡ l͡ ͡ ͡ ͡ Ρ &Ρ 9Ρ LΡ _Ρ `Ρ aΡ bΡ kΡ ϡ =ϡ ϡ ϡ gС hС iС jС {С С С С С ѡ 0ѡ Cѡ Vѡ iѡ jѡ kѡ lѡ uѡ Jҡ qҡ ҡ ҡ ӡ ӡ ӡ ӡ ԡ ԡ ԡ ԡ ԡ ԡ 2ԡ Gԡ Yԡ sԡ ԡ ԡ ԡ ԡ ԡ ԡ ա ա /ա Iա Yա sա ա ա ա ա ա ա ա ֡ ֡ 1֡ D֡ W֡ j֡ }֡ ~֡ ֡ ֡ ֡ Bס ס ס ס ء 2١ 3١ 4١ E١ ١ +ڡ 2ڡ ;ڡ <ڡ Dڡ Yڡ nڡ ڡ ڡ ڡ ڡ ڡ ڡ ۡ ۡ 9ۡ Aۡ Vۡ kۡ ۡ ۡ ۡ ۡ ۡ ۡ ܡ ܡ 6ܡ 7ܡ 8ܡ 9ܡ aܡ bܡ uܡ ܡ ܡ ܡ ܡ ܡ ܡ ܡ ܡ ݡ ݡ Iޡ ޡ ޡ "ߡ ߡ ߡ H  H I P    % Q    	 = > O           1 B \ v         % ? Y j             3 F Y l      I C  ! .    E L      % D            + = T k           + = O a x         4 5 6 7 _ ` s           x  t    u   W    G    X Y     W v      ) * N O T V W X a n       ; ]           ;   !  c       h      w x < = t    H    M          ( ) < O b u w x y    $ R p     	 	 	 +	 ,	 ?	 R	 e	 x	 z	 {	 |	 	 	 	 J
 K
 \
 ]
 ^
 
 
 
 
 
 
 
 
 
 
 
 "           . 0 1 2 ; _  o
 p
 
 
 
 
 
 A B i j     
 A y   A    q r s }         1 D W Y o p y   + c n      " * + A Q R S T | }          [ v     ( 3 R           L c d e f           W      0            2 E X Z [ \ e     4 ? ^       
  5 6 q ( Z [     ;  <  n    V! W! ! ! ! I" x" y" " $ $ $ $ % % % & & & & 
' )' 9' L' t' u' ' ) 4) m) )  * Y* * * ,+ c+ + + + + + + , , , , , , , , , , +, 2, 7, G, H, W, X, Y, e, f, g, h, s, w, , , , , , , , 6- 7- <- i- n- - - - - - F. G. L. x. |. . . . . .  / / / 4/ 9/ _/ `/ a/ k/ / / / / / / / / / / / / / 0 
0 0  0 !0 ,0 00 70 >0 ?0 @0 A0 B0 C0 D0 E0 F0 G0 H0 I0 J0 K0 L0 M0 b0 1 1 /1 01 I1 Z1 [1 o1 q1 r1 s1 t1 u1 }1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 &2 '2 52 62 72 82 E2 W2 3 3 4 4 4 4 6 
6 *6 6 6 6 6 6 -7 .7 A7 f7 g7 x7 7 7 7 7 7 8 R9 S9 @: A: 6; 7; C; ; !< < < a= = = > > C? D? ? ? ? ? A A ,A JB lB B B C ,C FC GC PD QD E E OF PF F F F F F G *G \G ]G nG G G G YH ZH vH H I wI <J =J J J J *K +K K K (M )M N N NO OO P P 7P HP P Q R R xS yS T T T T  U U U U U -U :U ;U <U =U >U ?U CU DU EU FU _U aU gU hU U U U U U U U U U U U U U U U U U U U U V V V V 'V )V /V 0V >V @V FV GV ZV \V aV bV iV nV V V V V V kX lX xX X X Y (Y \Y oY Y Y Y Z 7Z JZ ~Z Z Z Z "[ <[ L[ [ [ [ [ [ [ [ ] ] ] >] M] `] a] z] ] ] ] ] ] ] ^ <^ =^ >^ r^ ^ ^ ^ ^ ^ 1_ 2_ <_ G_ z_ _ _ _ _ _ _ _  ` ` ,` .` E` F` O` q` r` ` ` ` ` ` ` ` ` ` ` a a a :a ;a <a =a >a ?a Ha ia ja ~a a a a a a a b !b 6b Pb Qb fb gb xb b b b b b b b b b b b b c c &c Bc Cc Xc Yc jc c c c c c c c c c c d d d d d d d d d d e e e e e e 	f <f Ff Pf Qf rf f f f f f f g g g g g (h mh nh h h i i 5i 6i 7i 8i 9i :i Ci i i i i i i i i i j j j j j j k k k pk k k k k k l Tl l l m m m m m m m m n n 
n n n n (n -n .n 8n =n >n ?n ]n kn {n |n n n n n n n n n n n n n n n n n n o o o o o o 'o ,o -o 7o <o =o >o `o no ~o o o o o o o o o o o o o o o o o p 	p p p p $p )p *p 5p :p ;p Ep Jp Kp Lp p p p p p p p p p p p p p p p p p q q !q "q -q 2q 3q =q Bq Cq Nq Sq Tq ^q cq dq eq q r <r Jr Zr [r fr kr lr vr {r |r r r r r r r r r r r r r r r r s s s s s  s %s &s 's Ts bs rs ss ~s s s s s s s s s s s s s s s t t t t t  t %t &t 1t 6t 7t At Ft Gt Ht nt |t t t t t t t t t t t t t t t t <u =u lu zu u u u u u u u u u u u u u u u u u v v v v v 'v ,v -v 8v =v >v Hv Mv Nv Ov {v v v v v v v v v v v v v v v v v v w w w "w 'w (w 2w 7w 8w Cw Hw Iw Sw Xw Yw Zw ~w w w w w =x >x Kx Lx Mx px x x *y <y =y Gy Ry y y y y y y z z z z &z zz {z z z z I{ { { { { { { { { | ]| v| | | | | | -} .} /} 0} 1} :} } } } 1~ <~ X~ q~ ~ ~ ~ ~ ~ ~      = > r        ρ ف ぢ 䁢 
 9 K ] ^ _ ` i    ς      5 [ x     ф " x Ӆ  T U V W } ~   8 J K U `     ·   	 
   u v   戢 爢  	  e f g h  . R    , W X i   p q         痢     ۙ  a b q          Ú Ě ɚ К ՚ ֚ ۚ ⚢       
  ! " * 1 6 7 ? F R S T U   N O 䞢 垢       ; < ҡ ӡ % 棢 磢 濫  A ˦ ̦ f 먢  ; < ] j w     ī ի 櫢 竢  
 $ ; < G w x     j k > O  Բ ղ 4 b    	 Y ȴ ɴ    
 9 = > H S     ɷ       	 H T {  ย   L V { չ ֹ ׹ 蹢    ! " N O Y d     ں         M Y   뻢       ! / 0 1 ; F y     ⽢ 㽢 佢 形 罢 轢 齢  1 = d  Ͼ  y ⿢         B L W              C O v   ¢ ;¢ w¢ x¢ y¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ %â Oâ Pâ Qâ Sâ Tâ Uâ ^â â â â â Ģ MĢ jĢ Ģ Ģ Ģ Ģ 
Ţ Ţ Ţ FŢ cŢ mŢ xŢ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ƣ Ƣ Ƣ Ǣ Ǣ "Ǣ aǢ Ǣ HȢ IȢ ZȢ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ Ȣ rʢ sʢ ʢ ʢ  ˢ Xˢ ˢ ˢ C̢ D̢ N̢ Y̢ ̢ ̢ ̢ ̢ ̢ ̢ ̢ ͢ "͢ 5͢ 7͢ N͢ O͢ X͢ ͢ ͢ ΢ ΢ ΢ ΢ C΢ J΢ R΢ S΢ i΢ y΢ z΢ {΢ |΢ ΢ ΢ ΢ ΢  Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ BϢ pϢ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ 	Т Т Т Т Т Т Т Т  Т !Т "Т JТ kТ lТ Т Т Т Т Т Т Т  Ѣ Ѣ Ѣ Ң Ң Ң Ң Ң lӢ sӢ |Ӣ }Ӣ Ӣ Ӣ Ӣ Ӣ Ӣ Ӣ Ԣ Ԣ 9Ԣ AԢ VԢ kԢ }Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ Ԣ  բ @բ eբ xբ բ բ բ բ բ ֢ 0֢ ֢ ֢ ֢ ֢ ע ע ע ע ע /ע Dע Vע pע ע ע ע ע ע ע  آ آ ,آ Fآ Vآ pآ آ آ آ آ آ آ آ آ ٢ ٢ ٢ ٢ ٢ %٢ ٢ ٢ ڢ Xڢ ڢ ڢ ڢ ڢ 
ۢ ]ۢ ^ۢ ۢ ۢ ۢ ۢ ۢ ۢ ۢ ۢ  ܢ 	ܢ ܢ ܢ ݢ gݢ ޢ ޢ ޢ ޢ ޢ lޢ mޢ ޢ ޢ ޢ ޢ ޢ ޢ ߢ ߢ 	ߢ 
ߢ ߢ ߢ  S  ; < = N           + ; U o w        + , - . ?             '  @ |  #     M        ! 3 M g x       	  0 J d u            & 9 L _ ` a b k /   : m  6       - |    # O {     1 8 A B J _ t        % ? P j r        " < M g x          
      )   I   9  ,   * I h     # $ % 6 z          	   1 H _ p           - D U l            $ 7 J ] _ ` a j | D      L    1 c     R S Z   7 w    	 3	 R	 q	 r	 	 	 	 	 	 	 	 	 	 	 
 .
 P
 r
 
 
 
 
 
  2 3 D w      
 
 
  8 p   [ \  U V      o p    U   @ A K V                 h     ( _               # A e      $ % 8 K ^ q s t u ~   C D U V W             
     ! " S     9 1 2 f    \   $ k          &  Y  c  m  n                
! ! ! ! ! ! " " 8" z" {" " " " " " " " " " " # # .# A# T# g# i# j# # # # # $ E$ b$ {$ $ $ $ $ % D% c% d% e% v% % % % % % & & & & ,& -& @& S& f& y& {& |& }& & & ' W' i' ' ' ' ;( ?( @( A( B( S( ( ( ( ( ( ( ( ( ( ( ( ) r) ) T* * * * * i+ j+ k+ |+ + + + + + + , , , , 2- - - - . . . . J/ K/ / / 0 0 O0 !2 N2 O2 2 >3 x3 y3 3 `4 a4 4 4 4 4 4 5 5 Y5 6 6 7 a7 7 7 38 8 8 9 c9 d9 o9 {9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : : : (: 0: <: =: B: y: ~: : : : ; ; Q; R; W; ; ; ; ; ; < < 4< 5< :< r< w< < < < < < < < < 	= X= ]= i= j= m= w= x= {= = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  > > > > > > > > 
? ? ? ? ? ? ? !? "? +? /? 0? C? O? P? Q? R? S? e? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ A A B B C C C !D .D vD wD D D D D E E E VE WE XE eE E 4F F F G G H H H dI I 0J J J fK gK &L L L L  M >M ?M RM N N N O 
P sP P P P P P Q Q S S S S 9T ET TT `T aT T T T T U UU ZU U U U V ~V V W W W ,X |X }X X X mY nY Z Z 5\ 6\ \ \ ] ] ] ] ^ P_ ` ` a a b b b b b b b b b b b b b b b b b b b b b b c c c !c &c 'c 5c 7c =c >c Qc Sc Yc Zc oc qc vc wc c c c c c c c c c c c c c c c c c c c  d d d 'd (d )d *d +d 	f 
f f ^f xf f f f 
g Ag Ug g g g g h :h nh h h h h i =i qi ri si ti i j j j j j j j k Kk Lk jk xk k k k k k k l &l <l Rl hl il l l l l m "m ,m -m Tm qm rm m m m m m m m m n n $n %n In en fn {n |n }n ~n n n n n n n n n n n n o o o o 7o So To fo o o o o o o p p p 6p 7p 8p _p `p ap bp cp dp mp p p p p p p p p p q (q )q *q Wq Xq Yq Zq [q \q eq q q dr er fr wr r r r r r Gs {s s s s s s s s s t =t St Ut t t t (u )u eu fu uu u v v v nv v v v v v v v v v <w =w Nw ow pw qw rw sw tw w Ax Bx x x x x x x y %y =y Ty y y y y 8z 9z #{ ${ ;{ P{ {{ { { { { { { { { { { { { { { { { { 	| | | %| *| +| 5| :| ;| F| K| L| V| [| \| ]| z| | | | | | | | | | | | | | | | | | } } } (} -} .} 8} =} >} I} N} O} Y} ^} _} `} } } } } } } } } } } } } } } } } } &~ 4~ D~ E~ P~ U~ V~ `~ e~ f~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~    o       	 
    % * + 5 : ; < c q             À Ā ŀ       ! " , 1 2 = B C M R S T         Á ā ρ ԁ Ձ ߁ 䁣 偣 恣   * + 6 ; < F K L W \ ] g l m n ڂ ۂ 
  ( ) 4 9 : D I J U Z [ e j k l        Ń ʃ ˃ փ ۃ ܃ 惣 냣 샣 탣  ' 7 8 C H I S X Y d i j t y z {      ń Ƅ Є Մ ք ᄣ 愣 焣      < a   ۅ ܅ 酣 ꅣ 녣    Ȇ چ ۆ 冣  # - 7 8 k      ć   9 :  爣  B R c s t      - F u v  ˊ ̊ ͊ Ί ϊ ؊   ! p ϋ ڋ   ) > V W X i   ! " # L ۍ ܍  " 4 5 $ % / : m w    ׏ 鏣      L M \ m   $   ӑ   8 9 ] ^ o   q          ֔ 蔣 锣   1 ; E F l         4 5          6 ̗  % &  ʜ    M N   B C U   " # 8  % (   y      ! 4 5 : B G H M U a b g n s t y            Ȩ Ϩ Ԩ ը ݨ 䨣       쪣    @ A   " # ٮ ڮ p q ï     ߲ i j    ٷ ڷ    " / @ Q b s     ¹ ٹ ڹ 幣     5 6  	 ܿ  " r s    - ] ^   f£ g£ £ ã ã ã ģ ģ ģ ģ $ţ .ţ 8ţ 9ţ gţ ţ ţ ţ ţ ţ ţ ţ ţ ƣ @ƣ ~ƣ ƣ ƣ ƣ ƣ ǣ sǣ tǣ uǣ ǣ ǣ ǣ ǣ ǣ ǣ ǣ ǣ ȣ 5ȣ ?ȣ Iȣ Jȣ xȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ȣ ɣ Iɣ ɣ ɣ 3ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ˣ !ˣ +ˣ ,ˣ Zˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ˣ ̣ -̣ ṃ ̣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ (Σ 2Σ <Σ =Σ kΣ Σ Σ Σ Σ Σ Σ Σ Σ Σ Σ ϣ Bϣ ϣ ϣ ϣ У У У (У 6У 7У 8У BУ MУ У У У У У У У У У У У У ;ѣ Gѣ nѣ ѣ ѣ ѣ ң ?ң ң ң ң ң ң ң ң ӣ ӣ ӣ Iӣ Sӣ ]ӣ ^ӣ ӣ ӣ ӣ ӣ ӣ ӣ ӣ ԣ ԣ ԣ ԣ 5գ գ գ գ *֣ +֣ ,֣ -֣ .֣ /֣ _֣ أ أ Eأ أ أ أ =٣ ٣ ٣ ٣ ٣ ٣ *ڣ 4ڣ >ڣ ?ڣ gڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ ڣ aۣ tۣ ۣ ۣ ۣ ۣ ۣ ۣ ۣ ۣ ܣ ܣ ܣ ܣ ܣ Bܣ eܣ xܣ ܣ ܣ ܣ ܣ ܣ ܣ ܣ ܣ ݣ <ݣ =ݣ >ݣ Oݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ 	ޣ 
ޣ /ޣ Bޣ Uޣ Vޣ Wޣ Xޣ aޣ ޣ @ߣ Sߣ 9 : ; < M 
    # 8 M _ y       	  5 O _ y         ) * + , 5   B C D U          ( 8 R l t        ( ) * + S k ~        I f          $ = b u       Q y        
  3 4 Y l           :     ? @ G P Q Y n       
  * ? Q k         0 1 Y Z m         ~   .  n o p   g n w x         0 J [ u }        - G X r s t u            	  $    ^  )  .      1 a     E y z         ' 9 S m ~          %  :  O  a  {              0 1 2 3 [ \ o            ] j  N       + B a        ( ) 1 C U g y       	 $	 5	 L	 M	 U	 g	 y	 	 	 	 	 	 	 

 !
 2
 H
 Y
 p
 q
 r
 s
 
 
 
 
 
 
 
 
 
 
    
 2   5 T     < [         4 S       ! e f            2 3 U w       : ; < = w ' ) ]    U    L     x y  
    B        :! ! ! ! ! ! '" 1" ;" <" d" e" x" " " " " " " " # )# `# # # # # +$ ,$ =$ >$ ?$ g$ h$ {$ $ $ $ $ $ $ $ $ % % % % % % % % % % % & & & & & :& ^& & & & & & ' ' 1' D' W' j' l' m' n' w' ' ( ( ( ( ( ( ( ( }) ~) ) ) ) * * + F+ }+ + + ;, }, , 	- X- - - - - - - . . . 4. 5. Z. m. . . . . . . $/ U/ g/ / / / 0 0 *0 W0 ^0 f0 g0 }0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 (1 1 1 1  2 2 ,2 d2 o2 2 2 2 3 3 3 3 H3 O3 W3 X3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 $4 4 4 4 5 B5 M5 l5 5 5 5 5 5 5 6 6 G6 H6 [6 n6 6 6 6 6 6 6 7 M7 7 58 p8 {8 8 9 9 	9 9 G9 H9 I9 J9 q9 r9 9 d: : : : <; w; x; ; '< < < < < "= = = = = ? ? ? *@ @ A A JA A A 4B IB eB uB B B B B AD pD D D <E E E )F hF F G G 
G G (G 4G GG KG LG MG NG OG PG QG RG SG gG nG sG G G G G G G G G G G G G G G G G H H rH sH xH H H H H H ,I 0I I I I I I I I I J J <J =J BJ pJ uJ J J J J J J K K K K K K "K #K $K 5K :K BK IK PK \K ]K hK lK sK zK {K |K }K ~K K K K K K K K K K K K K QL RL SL lL mL L L L L L L L L L L L L L L L L L L L L L M M M *M 7M 8M BM OM PM QM RM SM TM UM VM cM dM rM sM tM uM M M [N \N NO OO &P 'P >Q GQ gQ Q Q R R "R jR kR ~R R R R R R R S <S S T T }U ~U sV tV V W ^W W 5X X Y Y Y  Z Z Z Z Z Z Z W\ X\ i\ ] ] ^ 4^ M^ i^ ^ ^ _ _ -a .a a a a a a a  b Qb gb b b b b b 8c c c c d Zd d ye ze e f f gf hf g 
g eh fh i i j j Yk Zk tk k 5l l 6n 7n n n !p %p &p <p =p Qp Rp Sp \p jp wp xp yp zp {p |p p p p p p p p p p p p p p p p p p p p p q q q q +q -q 2q 3q Mq Oq Tq Uq dq fq lq mq {q }q q q q q q q q q q q q q q s s s s t Kt et t t t t (u @u tu u u u 
v +v _v yv v v v w w w w 5w >x ?x Ux {x x x x x x x 	y y *y +y Iy yy zy {y y y y y z z nz oz yz z z z z z z { { '{ ={ S{ i{ k{ { { { { { { { { | | | | | | .| N| O| P| w| x| y| z| {| || | | | | | | | | } 0} I} ^} s} } } } } } } } } } }  ~ ~ ~ ~ ~ +~ ,~ @~ A~ c~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  M N     6 7 8 9 Y 怤  0 1 ; F y     ܁   % & / ǂ Ȃ    e    
 P Q r s t u v w  ۄ ܄ 턤       @  ᅤ " - 7 B L M  Ć ܆    ! \  ׇ ؇  È ڈ   ( 8 9 D I J T Y Z e j k u z { |     ĉ ɉ ʉ ԉ ى ډ 剤 ꉤ 뉤      ' 7 8 C H I S X Y d i j t y z {     Ǌ ̊ ͊ ׊ ܊ ݊ 芤 튤      ' 5 E F Q V W a f g r w x     ŋ Ӌ ㋤ 䋤            % & ' @ N ^ _ j o p z           W y          č ɍ ʍ ԍ ٍ ڍ ۍ     ! , 1 2 < A B M R S ] b c d        ˎ Ў ю ܎ Ꭴ ⎤ 쎤    # 1 A B M R S ] b c n s t ~      ɏ ʏ Տ ڏ ۏ 古 ꏤ 돤       
 y z   ǐ Ȑ Ӑ ؐ ِ 㐤 萤 鐤     	 
  * 8 H I T Y Z d i j u z {      Ƒ ֑ ב ⑤ 瑤 葤      	     5 C S T _ d e o t u         ے   # $ z {     2 3 g y z    ̔ ֔ ה 
 . @ B Y Z c   ؕ ٕ '   ᖤ     7 8 I   ̗ 嗤   ; j k l m n w    n y   ș ݙ         뚤 z {   ӛ ԛ Ü Ĝ Μ ٜ     ! G v       띤 읤   D E Þ 1 Q r   ן ؟    _   N       @ A u     Т ڢ 䢤 墤  3 E F G H Q   ӣ ԣ # $ E F W     դ k  ħ ŧ \ i    쬤    ᮤ ⮤  Z [  ² ײ $ ĳ ǳ 2 3  -     ӵ Ե ٵ ᵤ 浤 絤 쵤      
     + , 4 < A B J R ^ _ g n s t |      3 4   ! " ߺ ຤ 9 E  » x y   b # $ , - ~ ¤ 	¤ ¤ (Ĥ 2Ĥ xŤ yŤ Ƥ Ƥ Ƥ Ƥ Ƥ Ƥ Ƥ Ǥ Ǥ #Ǥ $Ǥ 7Ǥ JǤ aǤ xǤ yǤ Ǥ Ȥ Ȥ Rɤ Sɤ ɤ ɤ ̤ ̤ {ͤ ͤ ͤ Τ Τ qΤ Τ Τ Τ Τ FϤ Ϥ Ф Ф -Ф =Ѥ JѤ vѤ zҤ {Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ӥ 8Ӥ 9Ӥ ;Ӥ <Ӥ =Ӥ FӤ Ӥ Ӥ Ӥ Ӥ Ԥ EԤ PԤ Ԥ Ԥ Ԥ դ դ դ %դ \դ ]դ ^դ _դ դ դ դ դ դ դ դ դ ֤ <֤ =֤ >֤ @֤ A֤ B֤ K֤ ֤ ֤ ֤ ֤ (פ Lפ פ ;ؤ Kؤ Lؤ Mؤ ^ؤ lؤ mؤ nؤ xؤ ؤ ؤ ؤ ؤ ؤ ؤ ٤  ٤ !٤ "٤ $٤ %٤ &٤ /٤ n٤ z٤ ٤ ٤ ڤ 0ڤ ڤ ۤ /ۤ 0ۤ 1ۤ Bۤ Pۤ Qۤ Rۤ Sۤ ۤ ۤ ۤ ۤ ۤ ۤ ۤ 
ܤ 1ܤ 2ܤ 3ܤ 4ܤ 6ܤ 7ܤ 8ܤ Aܤ ܤ ܤ ܤ ܤ  ݤ @ݤ xݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ޤ )ޤ 3ޤ 4ޤ bޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ ޤ 
ߤ ;ߤ [ߤ ߤ ߤ ߤ ' ( 9 G H I         & ' ( * A B K M N _                & ]   +          & 9 L _ r t       @ A B S             * = P Q R S \        & / 0 F V W X Y Z [ \ ] ^ _            =                 2 B \ v ~        2 3 4 5 ] }        ? m     > E N O W l         ( = O i         
  0 C V W X Y b   L  3 4 5 6 G       ' : ; < = F   [  B C D E V        1 D E F G P % L   x y z        
 " 4 N h x       
 $ 4 N h i j k |       2 E X Y Z [ d   }      ` 
       
    4 I ^ p         1 F [ m           < = P c v       l  $ w   s  #	 	 #
 $
 +
 j
 
 
   , `      * n u ~        
 
 7
 Q
 b
 |
 
 
 
 
 
 
    4 E _ y           ! 4 G Z [ \ ] f $    	 v  i   ' g        ` a b s          / F ] n           * < S j            : ; N a t         S  O    P n  2   "! ! ! ! 3# 4# t# # # # 2$ Q$ p$ $ $ $ $ % % )% *% /% 1% 2% 3% <% I% k% % % % % % & 8& Z& o& p& & & & & & & ' ( ( ( >) u) ) ) C* * * * + + R, S, - - O- - - - #. Z. . . (/ }/ ~/ / / / / / / 0 0 0 *0 =0 P0 R0 S0 T0 ]0 0 0 0 -1 K1 e1 1 1 1 1 1 1 2 2 2 -2 @2 S2 U2 V2 W2 `2 ~2 2 %3 &3 73 83 93 a3 b3 u3 3 3 3 3 3 3 3 3 3 4 4 4 4 4 4 4 4 4 4 	5 5 5 
5 5 :5 5 J6 K6 \6 ]6 ^6 _6 6 7 7 D7 E7 v7 n8 o8 8 8 9 T9 9 9 : a: : : L; M; N; X; c; ; ; ; ; ; ; ; < < 2< 4< J< K< T< < < = >= I= u= = = = = = > > > ,> -> .> /> W> X> k> ~> > > > > > > > 6? Q? ? ? ? ? @ @ -@ [@ @ @ @ @ @ @ @ @ @ 'A >A ?A @A AA iA jA }A A A A A A A A 2B ZB B B B B C xC |C }C ~C C C C C C C C 
D  D 3D 5D 6D 7D @D D D E E F F 9F F F F F F F F F G G LG H 5H 6H oH H I I II I 1J 2J J J J $K SK TK K ^M M M M {N N N N O O O O P P 'P OP PP P Q R HR R R 4S pS S T >T T T T T T T T T T T T T T T T T U 
U U "U #U 2U 3U 4U @U AU BU CU NU RU eU mU yU zU U U U V V V DV IV V V V V V !W "W 'W SW WW qW rW wW W W W W W X X :X ;X <X FX X X X X X X X X X X X X X X X X X X Y Y Y Y Y Y Y Y Y Y  Y !Y "Y #Y $Y %Y &Y 'Y (Y =Y Y Z Z %Z 6Z 7Z KZ MZ NZ OZ PZ QZ YZ _Z `Z iZ mZ nZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ ![ 3[ [ [ \ \ ] ] ^ ^ _ __ l_ _ _ _ 	` 
` ` B` C` T` ` ` ` ` ` ra .b /b c c d d d d d ne e =f f f dg g h  h ^h |h }h h i i j &k Hk k k k l "l #l ,m -m n n +o ,o wo o o o o o p 8p 9p Jp p p p 5q 6q Rq q q Sr s s js s s t t t t v v sw tw *x +x x x y $y y z { { T| U| } } } } } } } } } 	~ ~ ~ ~ ~ ~ ~ ~  ~ !~ "~ ;~ =~ C~ D~ ]~ _~ d~ e~ s~ u~ {~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       " # 6 8 = > E J e f g h i G H T   ꁥ  8 K   ǂ ߂  & Z x  ʃ   ( \ {     Ԅ ݅ ޅ   ) < = V     Ɇ ʆ 膥    N d z    
   # V ` j k    ƈ ܈   
 ! " + M N b c        ͉ 퉥         $ E F Z [ u    ϊ 芥   , - B C T t u v        ʋ ˋ ߋ     4 5 F f g h        쌥 팥     Ս ֍ ׍ ؍    ώ Ў ڎ 厥  " , - N {   ď ŏ Ώ f g     I J [           z {        ߒ    ̓ ֓ ᓥ 듥 쓥 L c {     0 v w a b y   ǖ ז ؖ 㖥 薥 閥     	 
     9 G W X c h i s x y         Ɨ ֗ ח ◥ 痥 藥      	     < J Z [ f k l v { |        Ƙ Ԙ 䘥 嘥           ! & ' ( d r             ę ř ƙ ߙ 홥   	      * / 0 : ? @ A    & 6 7 B G H R W X c h i s x y z     ˛ Л ћ ۛ  ᛥ 웥       0 > N O Z _ ` j o p {        М  ᜥ 윥      
    " # $ J X h i t y z             H V f g r w x           ɞ מ 瞥 螥      	    $ ) * + W e u v              ԟ ⟥          $ % / 4 5 6 Z z    à   ' ( ) L ѡ ҡ    # . a k u v  ͢ ߢ ᢥ    V W w x ƣ % [      ֤ פ 褥 9 R k    ڥ 	 
   
  ^ _  
  4 M g |     ^ _ ` a    N ` r s b c m x     檥  ' 9 : ; < E     㫥 䫥 b Ь   7 T v w     T   0 1 2 3 Y Z ߯ ௥  & ' 1 < o y    Ұ 䰥 尥 氥 簥  Q R r s ± ñ 䱥 履  A B C D t 
 . c d   3 4 E   L M      ` a v  c f   ¥ ¥ =å >å Må _å rå så xå å å å å å å å å å å å å å å å å å å å å å å å ĥ 
ĥ ĥ ĥ ĥ "ĥ .ĥ /ĥ 0ĥ 1ĥ ĥ ĥ *ƥ +ƥ ǥ ǥ ~ȥ ȥ ȥ ȥ `ɥ aɥ ʥ ʥ ʥ ʥ ˥ ̥ ̥ ͥ ͥ Υ ϥ ϥ BХ ѥ ѥ ӥ ӥ 9ԥ Fԥ Sԥ `ԥ mԥ ~ԥ ԥ ԥ ԥ ԥ ԥ ԥ ԥ  ե ե ե #ե S֥ T֥ ֥ ֥ sץ tץ Fڥ Gڥ ۥ +ۥ `ۥ ۥ ۥ ܥ >ܥ kܥ ܥ ܥ ܥ 5ݥ ݥ ݥ ݥ ޥ ޥ ߥ   $ / b l v w        $ 0 W ~    ( 2 W         * + 5 @ s }           ) 5 \    q        
  " U _ i j          
  @ k   U           ( 3 f p z {           + R     S T U f t u v        + , - / 0 1 : y     ) F }       " ? I T               = s $ % 6 h i j k l m  N O    4 {     * 5 h r | }        * + 4        & . / E U V W X            L z { |                 & G H m        ~  w x y z  H O X Y a v         2 G Y s          A T g h i j s                 2  L  f  v               " 2 L f g h i              4      9 : b {            C      H I q r            /	 x	 
 
 
 *
 }
 ~
 
 
 
 
 
 
 
 
   1 K S h }        	 
  n o           
 
  X l      )          ) C T n         & @ Q k            ( ; < = > G  b   I   g  l    	 X o    + W     
    & ; P e w        , F N c x        ) C T n o p q              %       ! ! ! " %" D" i" " " " "  # # # V# ]# f# g# o# # # # # # # # 
$ $$ ;$ L$ b$ s$ $ $ $ $ $ $ $ $ 	%  % 1% H% _% p% % % % % % % % % %  & & && 9& ;& <& =& F& X'  ( ( p) ) (* s* * * 
+ ?+ + z, - . ./ // 6/ 0 0 1 S1 r1 1 1 1 2 .2 M2 N2 _2 2 2 2 2 2 2 2 2 2 2 
3 ,3 N3 p3 q3 3 3 3 3 4 4  4 S4 x4 y4 z4 {4 4 e6 g6 6 6 7 L7 7 7 78 88 8 19 29 9 9 : : : K; L; ; ; ; 1< x< < = = '= 2= e= o= y= z= = = = = = = = = = = D> g> > > > ? ;? i? j? {? |? }? ? ? ? ? ? ? ? ? ? ? @ A@ @ @ @ @ @  A A A 'A :A MA OA PA QA ZA xA A B  B 1B 2B 3B [B \B oB B B B B B B B B \C C C C C C C /D D D D D E 
F F BF F F F 8G yG G  H GH H H H H H I 5I ?I II JI rI sI I I I I I I I I bJ J J J J K VK WK hK K K K K K K K K K K K 
L L 0L CL EL FL \L ]L fL L L !M >M WM jM M M M M  N ?N @N AN RN N N N N N N N N N O 	O O /O BO UO WO XO YO bO O O 3P EP P P P Q Q Q Q Q /Q \Q ]Q Q Q Q Q Q Q Q Q Q Q NR R 0S sS S S S ET FT GT XT T T T T T T T U U U V zV V V V eW W W &X 'X `X X X X +Y Z *[ +[ h[ \ T\ U\ \ <] =] r] ] ] ] ] ] ] 5^ _ _ _ =` z` ` a ga a a ?b @b Kb Wb fb rb b b b b b b b b b b b b b b b b b b b b b b b b c c c c c Uc Zc c c c c c -d .d 3d jd nd d d d d d e e e Ne Se ze {e e e e e e e e 4f 9f Ef Ff If Sf Tf Wf `f af bf sf xf 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 g g g g g g g g g g g g g g g g h h h h +h ,h -h .h /h Ah [h \h gh th uh h h h h h h h h h h h h h h h h h i i j j ck dk {l l l l 
m Rm Sm _m m m m m m m 2n 3n 4n An yn o o o p p q q q @r r s rs s Bt Ct u ]u u u u v v .v w w w x x Oy qy y y y y z z j| k| | | } !} 0} <} =} } } } } } 1~ 6~ u~ ~ ~ ~ Z      X Y   I J     ȅ Ʌ     r , s t   ^ b c y z                ً ۋ ዦ ⋦         - / 5 6 K M R S h j o p             Ԍ ֌ ی ܌ ㌦ 茦      厦 掦  : T   ֏ 鏦  1 e }  Đ   J h   Ƒ   M N O P r { |   Ǔ ړ ۓ  ' ( F T g h     씦   . D E        	 0 M N d z      ɖ 떦 얦    % A B W X Y Z k           㗦 䗦    / 0 B m    ʘ ˘  ᘦ     ; < = > ? @ I h i } ~    ҙ ә 䙦    3 4 5 6 7 8 A   @ A B S s t u v  # W m n x    ʜ ˜ 윦  / 1 b c l   A B Q  瞦 螦  J            * K L M N O P }   _ j t    ꡦ   0 ] ^  ΢       , W e u v              פ 夦         " ' ( 2 7 8 9 V d t u              ڥ 襦    	 
    % * + 5 : ; < d r             Ħ Ŧ Ʀ     ! , 1 2 < A B M R S ] b c d }          ȧ ͧ Χ ا ݧ ާ ߧ K   Ĩ Ԩ ը ਦ 娦 樦           ? M ] ^ i n o y ~         Ω ܩ 쩦      
     ) . / 0 ` n ~              ª 誦       " ' ( 3 8 9 C H I J   櫦         % & 1 6 7 A F G H g u            ¬ Ǭ Ȭ ɬ      $ % / 4 5 @ E F P U V W r           ­ í ͭ ҭ ӭ ԭ   = ` a   Ů Ʈ Ǯ ꮦ o p     ̯  	   G k }         d ñ   . ? O P t u  ײ  	 " Q R x         L   Ҵ 봦   2 3 4 E     (   춦         I S ] ^   Ÿ ׸ ظ ٸ ڸ 㸦 ( ) 8 I     n   պ    9 : K   M  μ ϼ м Ѽ   } ~  Ľ Ž Ͻ ڽ 
  ! " H p      ﾦ    ` a    ߿ ࿦ ῦ ⿦    æ æ Ŧ Ŧ Ʀ Ʀ Ʀ )Ȧ *Ȧ Ȧ Ȧ ʦ ʦ 1ʦ ˦ ˦ ͦ ͦ Φ aΦ Ϧ Ϧ oϦ pϦ UЦ jЦ Ц Ц Ц Ц Ѧ Ѧ Ѧ Ѧ #Ѧ $Ѧ )Ѧ 1Ѧ =Ѧ >Ѧ CѦ JѦ OѦ PѦ UѦ \Ѧ hѦ iѦ qѦ yѦ ~Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ pҦ qҦ Ӧ Ӧ ^զ _զ ֦ ֦ v֦ ֦ ֦ ֦ צ צ Lئ Mئ ئ `ڦ aڦ iۦ jۦ ۦ Eݦ Fݦ ݦ eߦ oߦ         - > O ` a t                 N O   	 9 :   B C j z         
   C u v x y z      Z      O P Q b           % & T y z { } ~      % e   x              6 \ ] ^ _ a b c l    	 I m  \ l m n             G n o p q s t u ~     ] }          ) \ f p q          # J x     d e v        % / 9 : c d e g ~              	 
  ;     ! c    h         C c v        = P } ~             A T g z           + \ c l m                 1 2 3 4 = z  / 	 	 	 	 )	 	 	 	 	 	 
 )
 ;
 U
 o
 
 
 
 
 
 
 
  + ; U o p q r          |  
 
  
 1
 {
 
 
 
 
 
 
 
 
   . H P e z          / G Z m       % B   p q r s       > Q d w x y z  - U            5 H [ n      b          # , - 5 J _ q         - G a q        
 5 6 I \ o       Z   
  J K L ]  C J S T \ q        & 7 Q Y n       	  #  4  N  O  P  Q  y  z                    !  " a" " " :# # $ `$ 
% `% a% h% % % 
& =& i& & & & !' U' V' g' ' ' ' ' ' ' ' ( ( /( I( Z( t( ( ( ( ( ( ( ) ) +) =) W) q) ) ) ) ) ) ) * 
* * * 7* 8* K* ^* q* * * * * * * a+ [, , 9- F- - *. . ]/ d/ / / / 0 0 =0 \0 0 0 0 0 0 0 1 1 
1 1 11 C1 U1 l1 1 1 1 1 1 1  2 2 (2 )2 12 C2 U2 g2 y2 2 2 2 2 2 2 3 $3 53 L3 M3 N3 O3 w3 x3 3 3 3 3 3 3 3 3 3 4 5 6 7 7 7 8 08 8 8 8 o9 : 7; _< < < < p> q> > > ? /? o? ? ? ? ? ? ? A@ B@ f@ g@ l@ n@ o@ p@ y@ @ @ @ @ A A 1A SA uA A A A A A B B B B SB D D 9D {D D D 1E E E E (F F F G G TH UH H H H I `I I I J eJ J J J J K 
K K K @K AK TK gK zK K K K K K K L <L jL L L L M M M M M CM DM WM jM }M M M M M M M M bN cN tN uN vN N N N N N N N N N N O :O O O O O O O O 
P  P 3P FP HP IP JP SP wP P Q Q Q Q Q Q Q YR ZR R R R S S S "T YT T T U YU U U 4V V V V V V V V V V W W 6W IW \W oW qW W W W  X 1X CX {X X X X X Y 3Y :Y BY CY YY iY jY kY lY Y Y Y Y Y Y Y Y Y Y Z sZ Z Z Z Z [ @[ K[ j[ [ [ [ [ [ [ $\ +\ 3\ 4\ d\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \  ] o] ] ] ] ^ )^ H^ ^ ^ ^ ^ ^ ^ ^ ^ #_ $_ 7_ J_ ]_ p_ r_ s_ t_ }_ _ )` ` a La Wa va a a a a #b $b %b &b Mb Nb b @c rc sc c d Sd Td d e ne oe e e e af f f f h h h i i i i &j j j k %k Ak Qk dk k k k m Lm m m n qn n o Do {o o o o o p p #p 'p (p )p *p +p ,p -p .p /p Cp Jp Op _p `p op pp qp }p ~p p p p p p p p p p p p Nq Oq Tq q q q q q r r ^r _r dr r r r r r r r s s s Ls Qs ws xs ys s s s s s s s s s s s  t t t t %t ,t 8t 9t Dt Ht Ot Vt Wt Xt Yt Zt [t \t ]t ^t _t `t at bt ct dt et zt -u .u Gu Hu au ru su u u u u u u u u u u u u u u u u u u u u u v v v v *v +v ,v -v .v /v 0v 1v >v ?v Mv Nv Ov Pv ]v ov 6w 7w )x *x y y z "z Bz z z z z z E{ F{ Y{ ~{ { { { { { { | | j} k} X~ Y~ N O [  9   y  ၧ   [ \    ̃ 2 3 D b  톧  ( D ^ _ h i  	 g h   Ί ڊ ۊ , B t u  ϋ ԋ  q r   5  T U    B C 珧 菧 @ A   f g 4 5 O `  ʕ           , - . 7 E R S T U V W [ \ ] ^ w y           ˙ ͙ ә ԙ 陧 뙧     
  ( * / 0 ? A G H V X ^ _ r t y z           ؜  & @ t   ϝ   O b   螧  : T d   럧 쟧 ퟧ     0 V e x y  š ơ 䡧    $ T U V    ̢ ⢧ 㢧 I J T _     Σ 룧 죧   . D F ] ^ g     ä ߤ ध     	 ) * + R S T U V W `      ͥ Υ १  $ 9 N h i ~      ٦ ڦ ۦ ܦ ݦ ަ 禧     > Z [ p q     ѧ ҧ ӧ ԧ է ֧ ߧ ( ) ި ߨ ਧ      4      ! T ^ h i   ͪ Ϫ    
   ߫ ૧ 﫧 @    謧 + , M N O P Q R [   ȭ 魧 ꭧ 뭧 쭧          ' (    ί   7 l      ʱ      $ % / 4 5 @ E F P U V W u           Ų Ʋ в ղ ֲ ײ      # $ . 3 4 ? D E O T U V x          ó ȳ ɳ ӳ س ٳ ڳ     ! , 1 2 < A B M R S ] b c d     ʴ ϴ д ڴ ߴ ധ 봧         ) 9 : E J K U Z [ f k l v { | } 鵧 2 T b r s ~             ݶ 붧     
    ( - . 8 = > ? l z            Ƿ ̷ ͷ η     ( - . 8 = > I N O Y ^ _ `         Ÿ Ƹ Ѹ ָ ׸ ḧ 渧 縧 踧 T U         ù Ĺ Ϲ Թ չ ߹ 乧 幧 湧   # $ / 4 5 ? D E P U V ` e f g      º ú ͺ Һ Ӻ ޺ 㺧 产       . / : ? @ J O P [ ` a k p q r   ۻ   U V c d e  
  B T U _ j     彧 	   4 5 >      a   ̿ ݿ     $ u       E F G H I R    I§ T§ p§ § § § § § § § ç ç ç ç ç Uħ Vħ ħ ħ ħ ħ ŧ ŧ ŧ ŧ ŧ ŧ ŧ ŧ "Ƨ QƧ cƧ uƧ vƧ wƧ xƧ Ƨ Ƨ Ƨ Ƨ Ƨ ǧ  ǧ ǧ ȧ ,ȧ Mȧ sȧ ȧ ȧ ȧ ȧ ȧ ȧ :ɧ ɧ ɧ )ʧ lʧ mʧ nʧ oʧ ʧ ʧ ˧ ˧ P˧ b˧ c˧ m˧ x˧ ˧ ˧ ˧ ˧ ˧ ̧  ̧ !̧ "̧ #̧ ,̧ ̧ ̧ ̧ ̧ ̧ ̧  ͧ !ͧ 2ͧ }ͧ ~ͧ ͧ ͧ ͧ FΧ jΧ Ч Ч 7ӧ Dӧ oԧ pԧ ԧ է է ֧ ֧ ק ק ק 5٧ 6٧ ۧ ۧ ۧ ۧ ܧ ܧ 
ݧ ݧ ݧ ާ yާ zާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ߧ ߧ ߧ ߧ ߧ ߧ %ߧ -ߧ 9ߧ :ߧ Bߧ Iߧ Nߧ Oߧ Wߧ ^ߧ jߧ kߧ lߧ mߧ   f g          S T   =     Y   ~  
 S T u            % < S T _   - .     V g    L z    ! q     % Q U V ` k           ! ` l      + d n       7 8 9 : f g q |            & e q     '     & ' ( 9 G H I S ^              
 I U |      
    + , - . Z d o       
       [ g     S              = g h i k l m v     6 e   	 	 	 "	 #	 $	 ^	 {	 	 	 	 	 	 	 
 
 
 
 
 
 &
 ( ) : y  ` a r            8 p   [ \ f q        ' : M O f g p      . [ b j k           + , - . 7 Z        
  ! 1 2 3 4 5 6 7 8 9 : b                           
  7 Q Y n       
    8 X }        H        ) * 2 G \ n         * D ^ n           1 2 3 4 =   ' p     " u v               !      6! ! " " "  " 1" " " " " " " " # #  # !# "# +#  $ '$ k$ $ S% T% U% f% % % % % % % % % & )& C& S& m& & & & & & & & ' )' C' D' E' F' W' ' ' ' ' ' ' 
(  ( 3( 4( 5( 6( ?( ( X) ) ) ;* * * * * e+ + + + + + , $, 9, K, e, , , , , , , , - !- 6- H- b- |- - - - - - - - - . . +. >. Q. d. w. x. y. z. . G/ / / R0 0 0 N1 1 1 2 2 2 3 E3 3 3 3 4 ;4 g4 4 4 4 4 5 I5 P5 Y5 Z5 b5 w5 5 5 5 5 5 5 6 ,6 =6 W6 h6 6 6 6 6 6 6 6 7  7 :7 T7 e7 7 7 7 7 7 7 7 7 7 7 8 "8 58 68 78 88 A8 8 9 a: : : Q; ; D< < = B= a= = = = = = ;> <> => N> > > > > > > > > > 
? !? 8? I? `? w? ? ? ? ? ? ? ? ? @ @ .@ E@ \@ m@ @ @ @ @ @ @ @ @ @ A A )A <A OA bA uA wA xA yA A B \C .D D *E dE E E +F IF {F 
G G H I jJ kJ rJ L L OL L L L 
M ,M KM jM M M M M M N N 
N N 
N N N $N FN hN N N N N N O 5O JO KO \O O O O O O O Q Q Q R PR R R S sS tS S mT nT -U .U U U *V V V V V 5W mW W X XX YX cX nX X X X X X X X Y Y +Y -Y .Y /Y 8Y Y Y Y Z &Z @Z wZ Z Z Z Z Z Z Z Z [ [ .[ 0[ 1[ 2[ ;[ Y[ }[  \ \ \ \ \ <\ =\ P\ c\ v\ \ \ \ \ \ \ \ [] \] m] n] o] ] ] ] ] ] ] ] ] ] ] ^ ^ %_ &_ 7_ 8_ 9_ :_ k_ _ _ `  ` Q` Ia Ja ~a a a /b tb b b <c c c 'd (d )d 3d >d qd {d d d d d d d d 
e e %e &e /e e e e f $f Pf f f f f f f f f g g 	g 
g 2g 3g Fg Yg lg g g g g g g h ,h ]h zh h h h h i 6i \i {i |i }i i i i i i j j j j j Dj Ej Xj kj ~j j j j j j 
k 5k ok k k k k Sl Wl Xl Yl Zl kl l l l l l l l m m m m m m m ln n n n o o o o o o o o o o o 'p p q q Jq q q q $r r s 
s bs cs s s .t /t gt 9v fv gv v Vw w w w xx yx x x x x y *y +y qy z z #{ y{ { | K| | | } {} |} } } } } } } } } } } } } } } } } } } } 
~ ~ ~ ~ ~ ~ ~ )~ -~ @~ H~ T~ U~ Z~ ~ ~ ~ ~ ~  $ i j o      . 2 L M R      ꀨ     ! p u             Á ʁ ց ׁ ⁨ 恨 큨                   ˂ ̂ 储 您    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȃ Ƀ ʃ ˃ ̃ ̓ ΃ σ ܃ ݃ 냨 샨 탨   
 Ԅ Մ ǅ ȅ      9 F    ㈨ 䈨    . n o p }  L  	   쌨 패  | ׍ H   ~  >    8 V W j В ђ ⒨   "   Ɣ ┨         Q ] l x y ʘ    $ m r    ,  Ӛ -   D    ᜨ   ޞ ߞ M N   ҡ ӡ    h   . /      ʦ ˦ ̦ զ 㦨               7 9 > ? M O U V i k q r         Ƨ ȧ ͧ Χ ݧ ߧ 姨 槨          $ ? @ A B C ! " . v  Ī ު  % Y m      4 R   ج   6 U        ή     0 c d     ¯    ( > T j   簨 谨   0 : D E l     ̱ ⱨ 䱨    ' ( < = a } ~      ǲ Ȳ ɲ           4 5 O k l ~  ³ ׳ 쳨     . N O P w x y z { |      ܴ       @ A B o p q r s t } Ƶ ǵ | } ~      Ҷ _          ( U k m    @ A } ~  ޹ # $ 5  ɺ ʺ 뺨 캨   ﺨ   T U f        Y Z     ż Ƽ & = U l   ս 
 P Q ; < S h      ¿ ÿ Ϳ ҿ ӿ ޿ 㿨 俨      ! 1 2 = B C M R S ^ c d n s t u                   $ 4 5 @ E F P U V a f g q v w x                ¨ ¨ ¨ >¨ L¨ \¨ ]¨ h¨ m¨ n¨ x¨ }¨ ~¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ è 	è 
è è è è è è è è  Ĩ Ĩ Ĩ Ĩ !Ĩ "Ĩ ,Ĩ 1Ĩ 2Ĩ =Ĩ BĨ CĨ MĨ RĨ SĨ TĨ {Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ 
Ũ Ũ (Ũ )Ũ 4Ũ 9Ũ :Ũ DŨ IŨ JŨ UŨ ZŨ [Ũ eŨ jŨ kŨ lŨ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ $ƨ 2ƨ Bƨ Cƨ Nƨ Sƨ Tƨ ^ƨ cƨ dƨ oƨ tƨ uƨ ƨ ƨ ƨ ƨ ƨ ƨ "Ǩ 0Ǩ @Ǩ AǨ LǨ QǨ RǨ \Ǩ aǨ bǨ mǨ rǨ sǨ }Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ȩ Ȩ Ȩ 1Ȩ ?Ȩ OȨ PȨ [Ȩ `Ȩ aȨ kȨ pȨ qȨ |Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ 	ɨ ɨ ɨ ɨ 4ɨ Tɨ yɨ ɨ ɨ ɨ ɨ ʨ ʨ ʨ &ʨ ʨ ʨ ʨ ʨ ʨ ʨ ˨ ;˨ E˨ O˨ P˨ ˨ ˨ ˨ ˨ ˨ ˨ ˨ 0̨ 1̨ Q̨ R̨ ̨ ̨ 5ͨ Zͨ jͨ {ͨ ͨ ͨ ͨ ͨ ͨ Ψ ,Ψ EΨ ^Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ 8Ϩ 9Ϩ Ϩ Ϩ Ϩ Ш 'Ш AШ VШ nШ oШ pШ Ш 8Ѩ 9Ѩ :Ѩ ;Ѩ dѨ Ѩ Ѩ (Ҩ :Ҩ LҨ MҨ <Ө =Ө GӨ RӨ Ө Ө Ө Ө Ө Ө Ԩ Ԩ Ԩ Ԩ Ԩ Ԩ dԨ eԨ tԨ Ԩ Ԩ Ԩ <ը ը ը ը ֨ .֨ P֨ Q֨ u֨ v֨ ֨ ֨ .ר ר ר 
ب ب ب 
ب 3ب 4ب ب ب ب  ٨ ٨ ٨ ٨ I٨ S٨ ]٨ ^٨ ٨ ٨ ٨ ٨ ٨ ٨ ٨ +ڨ ,ڨ Lڨ Mڨ ڨ ڨ ڨ ڨ ڨ ۨ ۨ ۨ ۨ Nۨ ۨ ܨ =ި >ި   
   e f & ' Z [ m   : ; P  = @       ' 9 L M R Z _ ` e m y z                        	 
        X Y   : ;                     - : G X i z          - .   M  N    !   :     E u v   ~         		 <	 F	 P	 Q	 	 	 	 	 	 	 	 	 

 1
 X
 
 
 
   1             M W a b         
 
 6
 a
 
 
 K           / 9 C D r            E   /            
 @ J T U            , Z    - . / @ N O P Z e         	 
   S _       W         # . a k u v            M    B C D E F G w ( ) ]    U      B L V W           y            	    /  0  1  2  Z  }                    &! T! U! V! g! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " !" "" G" Z" m" n" o" p" y" " X# k# Q$ R$ S$ T$ e$ "% )% 2% 3% ;% P% e% w% % % % % % % & !& 3& M& g& w& & & & & & & & ' .' A' B' C' D' M' ' ' Z( [( \( m( ( ( ( ( ( ( ( ) &) @) P) j) ) ) ) ) ) ) ) * &* @* A* B* C* k* * * * * * * * * * a+ ~+ + , , , , , , - - <- U- z- - - - - - - - i. . . / / / / / / "0 #0 K0 L0 q0 0 0 0 0 0 0 0 0 1 1 	2 R2 2 2 2 3 W3 X3 _3 h3 i3 q3 3 3 3 3 3 3 4 %4 -4 B4 W4 i4 4 4 4 4 4 4 4 4 4 H5 I5 q5 r5 5 5 5 5 5 5 5 5 5 6 6 27 F7 7 8 8 8 8 9 9 9 9 9 9 9 9 9 9 : : .: H: b: s: : : : : : :  ; ; +; E; _; p; ; ; ; ; ; ; ; ; ; < < < < < !< < <= = = #> v> > A? ? F@ @ @ @ @ 2A IA yA A A B 1B ]B B B B B B B B  C C *C ?C QC kC C C C C C C D  D (D =D RD gD yD D D D D D E E .E HE IE JE KE sE tE E E E E E E E E E F G G uH H H fI I J J J J K CK ZK yK K K K K K 0L 7L @L AL IL [L mL L L L L L L L M &M <M MM dM eM mM M M M M M M M N "N 9N JN `N qN N N N N N N N N N  O O O O O  O 2P P Q JR R S MS lS S S T T TU sV W X 	X X Y Y Y -Z LZ kZ Z Z Z [ '[ ([ 9[ }[ ~[ [ [ [ [ [ [ [ [ [ \ (\ J\ K\ m\ \ \ \ \ \ \ -] R] S] T] U] ] ?_ A_ u_ _ _ &` m` ` a a da b b b b c c c %d &d Zd d d e Re e e e f f ?f If Sf Tf |f }f f f f f f f f f g Ag xg g g g h Ch Dh Uh Vh Wh h h h h h h h h h h h i i i i i i i i i j j 'j )j *j +j 4j Rj vj j j k k 
k 5k 6k Ik \k ok k k k k k k 6l l l l l l l 	m m m m m m n n o ^o o o p Sp p p !q pq q q q q q r r #r $r Lr Mr rr r r r r r r r <s ms s s s s 0t 1t Bt ot vt ~t t t t t t t t t t t 
u u u  u 6u 7u @u u u u v 1v Dv |v v v v v w w w ,w `w gw ow pw w w w w w w w w 	x x /x 1x 2x 3x <x x x 
y y Zy ey y y y y y y 	z 6z 7z _z `z sz z z z z z z z ({ e{ 
| M| | | | }  } !} 2} _} `} a} b} } } } |~ ~ ~ ~ T    ?      :  ́ ́  ׃   B  . / b   L a }   Ȇ Ɇ  Y    T  鉩 A     % 1 @ L _ c d e f g h i j k             ǋ ˋ ދ 择    / 4        
 D H    ̍ Ѝ ꍩ 덩  ( - T U Z            # - . 1 : ; < M R Z a h t u                     i j      Ð Ő Ɛ ǐ Ȑ ɐ ѐ א ؐ ᐩ 吩 搩      	  5 6 A N O Y f g h i j k l m z {       r s e f = > U ^ ~ ו 䕩 , - 9      ̖  
   S ꗩ         u 曩 L    ܝ 7   ֞    n o    ) K d      D E   數  
   h ~   ¦   O   ʧ 4 q ˨   ⩩ 2 3 ~  # $ | } 뭩 쭩   p q   L  M N ̲ Ͳ 8 < = S T h i j s                մ ״ ܴ ݴ 봩     	   % ' , - B D I J d f k l { }            µ ݵ ޵ ߵ ൩ ᵩ   ̷  . b |  ø   ? W   ҹ  $ B v   Ժ  ' ( ) * L U V l     μ     . A B `    ƽ ܽ         ξ ؾ ⾩ 㾩 
 ' ( > T j      ſ ƿ ڿ ۿ    1 2 3 4 E e f g             	 
  G ` u          © © © © © © #© B© C© W© X© z© © © © © © © © © 
é é é é é é é dé eé ĩ ĩ ĩ -ĩ Mĩ Nĩ Oĩ Pĩ pĩ ĩ 1ũ Gũ Hũ Rũ ]ũ ũ ũ ũ ũ ũ ũ 	Ʃ Ʃ <Ʃ =Ʃ FƩ Ʃ Ʃ ǩ ǩ +ǩ |ǩ ǩ ǩ ǩ $ȩ gȩ hȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ɩ %ɩ &ɩ 'ɩ (ɩ )ɩ *ɩ Wɩ ɩ ɩ 9ʩ Dʩ Nʩ Yʩ cʩ dʩ ʩ ʩ ʩ 
˩ 7˩ 8˩ s˩ ˩ ˩ ˩ ̩ ̩ ̩ ͩ 1ͩ ?ͩ Oͩ Pͩ [ͩ `ͩ aͩ kͩ pͩ qͩ |ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ Ω Ω Ω Ω Ω Ω 0Ω >Ω NΩ OΩ ZΩ _Ω `Ω jΩ oΩ pΩ {Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω ϩ ϩ ϩ ϩ ϩ ϩ >ϩ Lϩ \ϩ ]ϩ hϩ mϩ nϩ xϩ }ϩ ~ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ Щ Щ Щ Щ Щ Щ 'Щ ,Щ -Щ 7Щ <Щ =Щ >Щ WЩ eЩ uЩ vЩ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ %ѩ nѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ҩ 'ҩ 7ҩ 8ҩ Cҩ Hҩ Iҩ Sҩ Xҩ Yҩ dҩ iҩ jҩ tҩ yҩ zҩ {ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ө ө 	ө 
ө :ө Hө Xө Yө dө iө jө tө yө zө ө ө ө ө ө ө ө ө ө ө ө ө ө ө ө ԩ ԩ 
ԩ ԩ ԩ ԩ "ԩ #ԩ $ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ  թ թ թ թ թ  թ !թ "թ Aթ Oթ _թ `թ kթ pթ qթ {թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ 	֩ ֩ ֩ ֩ ֩  ֩ *֩ /֩ 0֩ 1֩ L֩ Z֩ j֩ k֩ v֩ {֩ |֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ש :ש ;ש ש ש ש ש ש ש Iة Jة ~ة ة ة ة ة ة ة ة ة !٩ E٩ W٩ Y٩ p٩ q٩ z٩ ٩ ٩ ٩ ٩ >ک ک ک ک ۩ ۩ )۩ *۩ N۩ O۩ `۩ ۩ ۩ ۩ ۩ +ܩ ,ܩ Rܩ ܩ ܩ ܩ ܩ ܩ ܩ ܩ ܩ &ݩ ݩ ݩ ݩ ݩ ݩ ݩ ީ 
ީ ީ ީ ީ ީ ީ ީ ߩ ߩ ߩ ߩ ߩ ߩ ߩ     # - 7 8 ^           # [ \  H h        % v  ' e       W X          " J \ ] ^ _ h     : ; \ ] n          s            q r    ;   I J / D                $ ) * / 6 B C K S X Y a i u v ~          J K   8 9   P \       & ' y : ; C D      ? I 	 	 
 
 
 
 
 
   ) : ; N a x      i
 j
 
 
      ( )      ]    D T a           O P R S T ]     4 \ g    ) * + < s t u v          . S T U W X Y b     ? c  R b c d u           6 7 8 9 ; < = F     # G  6 F G H Y g h i j        !  H  I  J  K  M  N  O  X          7! W! ! ! ! ! ! ! ! ! ! " 6" @" J" K" y" " " " " " " " " " $# R# r# # # # >$ ?$ P$ ^$ _$ `$ $ $ $ $ $ 	% % % =% >% ?% A% X% Y% b% d& e& v& & & ' ' ' ' ' ' ' ' ' ( ) ) ) =* t* * * B+ + + + + + + + + , =, P, c, v, , , , , , - *- W- X- Y- j- - - - - - - - - - - . .. A. T. g. h. i. j. s. . . . . . / 6/ =/ F/ G/ ]/ m/ n/ o/ p/ q/ r/ s/ t/ u/ v/ / / / / / 0 0 
0 0 0 T0 0 	1 1 1 1 1 2 2 2 2 2 2 2 3 3 /3 I3 Y3 s3 3 3 3 3 3 3 4 4 /4 I4 J4 K4 L4 t4 4 4 4 4 4 4 4 4 V5 5 5 5 5 6 U6 \6 e6 f6 n6 6 6 6 6 6 6 7 "7 *7 ?7 T7 f7 7 7 7 7 7 7 7 7 	8 !8 48 G8 Z8 m8 n8 o8 p8 y8 8 9 c9 9 J: K: L: M: ^: : : : : ; +; >; Q; R; S; T; ]; < /< r< < Y= Z= [= \= m= = = = = > "> 5> H> [> \> ]> ^> g> <? c? ? ? @ @ @ @ @ @ @ A A A $A 9A KA eA A A A A A A A B !B ;B KB eB B B B B B B B C C #C 6C IC \C oC pC qC rC {C 4D D D D wE $F %F &F 7F F G $G -G .G 6G KG `G uG G G G G G  H H +H 3H HH ]H rH H H H H H H I (I )I *I +I SI TI gI zI I I I I I I I J J ;K K K L L L :M M :N ;N BN N N N O CO wO O O O /P 0P AP P P P P P P P P P 	Q #Q 4Q NQ hQ yQ Q Q Q Q Q Q R R 1R KR \R vR R R R R R R R R S S %S 8S KS ^S qS rS sS tS }S ;T 5U U V  V V W W 7X >X ~X X X X X Y 6Y wY xY yY Y Y Y Y Y Y Y Z Z /Z FZ ]Z tZ Z Z Z Z Z Z [ [ [ [ /[ A[ S[ j[ [ [ [ [ [ [ [ \ &\ '\ (\ )\ Q\ R\ e\ x\ \ \ \ \ \ \ \ ] ^ j_ _ f` ` ` 
a ga a a Ib b d 9e e e e Jg Kg g g g 	h Ih hh h h h h h i i @i Ai Fi Hi Ii Ji Si `i i i i i i j -j Oj qj j j j j j j j j -k l l m Um m m n Zn n n o o o ip jp .q /q fq q q q :r qr r r ?s s s s s s s s s t t .t At Tt gt it jt kt tt t t u Du bu |u u u u u u u v v 1v Dv Wv jv lv mv nv wv v v <w =w Nw Ow Pw xw yw w w w w w w w w w x x x x x x x x x x 
y  y "y #y $y -y Qy y az bz sz tz uz vz z 3{ 4{ [{ \{ { | | | | 3} k} } } 3~ x~ ~  c d e o z        # 6 I K a b k ڀ   U `  ΁ ρ  
    3 C D E F n o       Ԃ Ղ ނ M h   σ ⃪  % D r     ʄ   
  > U V W X      ͅ υ Ѕ х څ I q     "       ԇ Շ    $ 7 J L M N W ƈ   뉪 & 1 P    Њ      ' ( c  L M   - . ` ݍ H I   ؎ ; j k  u     ̒ ͒     ꓪ   + > f g   & _   K  ߗ  U   Ø Ϙ ޘ ꘪ          	  $ ) 9 : I J K W X Y Z e i |     ͙ ҙ ( ) . [ `    ⚪ 暪 8 9 > j n    ƛ ˛    & + Q R S ]      ˜ ̜ Ϝ ؜ ٜ ڜ 뜪        " ) 0 1 2 3 4 5 6 7 8 9 : ; < = > ? T   ! " ; L M a c d e f g o u v           Ӟ Ԟ ߞ 잪 힪       	 
    ' ( ) * 7 I     ۡ ܡ    u  ʣ ˣ ף    3 X Y j       D E 2 3 ( ) 5    ꩪ S   z ի 5 6 t     
  < ^ ǯ 鯪   8 9 B C Ⲫ 㲪 A B        N O `    K L h ҵ  i . /  з ѷ    ¸     @ A   ) : 꽪  뿪 쿪 j k      ª ª ª ª ª ,ª -ª .ª /ª 0ª 1ª 5ª 6ª 7ª 8ª Qª Sª Yª Zª sª uª zª {ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ê ê 	ê 
ê ê ê !ê "ê 0ê 2ê 8ê 9ê Lê Nê Sê Tê [ê `ê {ê |ê }ê ~ê ê ]Ū ^Ū jŪ Ū Ū  ƪ ƪ Nƪ aƪ ƪ ƪ ƪ ƪ )Ǫ <Ǫ pǪ Ǫ Ǫ Ǫ Ȫ .Ȫ >Ȫ rȪ Ȫ Ȫ Ȫ Ȫ Ȫ Ȫ ɪ ɪ 
ʪ 0ʪ ?ʪ Rʪ Sʪ lʪ ʪ ʪ ʪ ʪ ʪ ʪ ʪ .˪ /˪ 0˪ d˪ z˪ ˪ ˪ ˪ ˪ #̪ $̪ .̪ 9̪ l̪ v̪ ̪ ̪ ̪ ̪ ̪ ̪ ̪ ͪ ͪ  ͪ 7ͪ 8ͪ Aͪ cͪ dͪ xͪ yͪ ͪ ͪ ͪ ͪ ͪ ͪ ͪ ͪ Ϊ Ϊ Ϊ ,Ϊ -Ϊ .Ϊ /Ϊ 0Ϊ 1Ϊ :Ϊ [Ϊ \Ϊ pΪ qΪ Ϊ Ϊ Ϊ Ϊ Ϊ Ϊ Ϫ (Ϫ BϪ CϪ XϪ YϪ jϪ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ъ 4Ъ 5Ъ JЪ KЪ \Ъ |Ъ }Ъ ~Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ѫ Ҫ Ҫ Ҫ Ҫ Ҫ Ҫ Ҫ .Ӫ 8Ӫ BӪ CӪ dӪ Ӫ Ӫ Ӫ Ӫ Ӫ Ӫ |Ԫ }Ԫ Ԫ Ԫ Ԫ ժ _ժ `ժ qժ ժ ֪ ֪ '֪ (֪ )֪ *֪ +֪ ,֪ 5֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ֪ ת ת ת ת ת ת ت ت bت yت ت ت ت ت ٪ F٪ ٪ ٪ wڪ xڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ 	۪ ۪ ۪ ۪ ۪  ۪ *۪ /۪ 0۪ 1۪ O۪ ]۪ m۪ n۪ y۪ ~۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ܪ 
ܪ ܪ ܪ ܪ ܪ )ܪ .ܪ /ܪ 0ܪ Rܪ `ܪ pܪ qܪ |ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ݪ ݪ ݪ ݪ ݪ ݪ 'ݪ ,ݪ -ݪ 7ݪ <ݪ =ݪ >ݪ zݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ު ު ު ު $ު %ު /ު 4ު 5ު @ު Eު Fު Pު Uު Vު Wު ު ߪ .ߪ <ߪ Lߪ Mߪ Xߪ ]ߪ ^ߪ hߪ mߪ nߪ yߪ ~ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ        F T d e p u v                     # ( ) 3 8 9 : ` n ~               . / ^ l | }                  	      * / 0 : ? @ A m {                   	    $ ) * 5 : ; E J K L p     / 0 = > ? b    . / 9 D w           l m    ; q         O h         ! " # , t u  # . J c }      t u v w  / 0 d v   x y        + = O P Q R [       x   ' M j       j   F G H I o p   * < = G R            g h        W X Y Z    D y z   I J [   b c         v w   y |     S T c u                            # ( ) 1 8 D E F G   @
 A
       v
 w
 - .        3   X   - . O \ i v           - . 9 i j     \ ] 0 A v   &  T          K! ! ! ! " " +# /$ 0$ :$ E$ x$ $ $ $ $ $ $ $ $ $ $ :% F% m% % % % & >& H& m& & & & & ' ' ' ' @' A' K' V' ' ' ' ' ' ' ' ' ' ' '  ( ?( K( r( ( ( ) ) )  * * * * !* "* #* -* 8* k* u* * * * * * * * * * * * #+ /+ V+ + + + k, , , , , , - - - - 4- >- I- |- - - - - - - - - - - - - 5. A. h. . . . -/ i/ j/ k/ |/ / / / / / / / / / 0 A0 B0 C0 E0 F0 G0 P0 0 0 0 0 1 ?1 \1 1 1 1 1 1 1 1 82 U2 _2 j2 2 2 2 2 2 2 2 2 2 2  3 4 4 4 S4 4 :5 ;5 L5 ~5 5 5 5 5 5 5 d7 e7 7 7 8 J8 8 8 59 69 @9 K9 ~9 9 9 9 9 9 9 : : ': ): @: A: J: : : : : : ; 5; <; D; E; [; k; l; m; n; ; ; ; ; ; < < < < < 4< b< < < < < < < < < < = = 
= = = = = = = = <= ]= ^= = = = = = = = = > > ? ? ? ? ? ^@ e@ n@ o@ w@ @ @ @ @ @ @ A +A 3A HA ]A oA A A A A A A A A B 2B WB jB }B ~B B B B B "C C C C C C C D D D !D 6D HD bD |D D D D D D D E E 8E HE bE |E }E ~E E E E E E E F F 
F F F F F G JG G G G G G OH PH xH H H H H H H H H H I I J YJ J J J J K ^K _K K K K K K K K K K K L L M EM M -N .N /N @N N N N N N N N N N O O -O GO aO iO ~O O O O O O P P P P  P 1P P P P P P P P P 
Q Q Q Q Q Q 2R nR R S S S S S ?T T T T T T T T U %U ?U YU jU U U U U U U U V "V <V VV gV V V V V V V V V V W W +W >W QW RW SW TW ]W !X xX X ,Y _Y Y (Z }Z Z [ [ [ [ \ n\ \ \ \ ] A] m] ] ] ] ] #^ *^ 3^ 4^ <^ Q^ f^ {^ ^ ^ ^ ^ ^ _ _ 1_ B_ \_ d_ y_ _ _ _ _ _ _ ` .` ?` Y` j` ` ` ` ` ` ` ` ` ` ` a a a a a a b ;c c c +d d e e e f ;f Zf f f f f g g g (g lg sg |g }g g g g g g g g h #h :h Qh bh xh h h h h h h h h i i 6i Gi ^i ui i i i i i i i i i j j )j <j Oj Qj Rj Sj \j nk 6l m m n >n n n o #o Uo o p q r Ds Es Ls t t )u iu u u u v %v Dv cv dv uv v v v v v v v v v v  w Bw dw w w w w w x $x %x 6x ix x x x x x {z }z z z *{ b{ { { M| N| | G} H} ~ ~ ~ ~  a b    G  ݀ 2 3 = H {      ́ ߁     	  Z }  ₫    Q        σ ⃫   
    3 W ڄ ۄ 섫 턫    * = P c e f g p   5 6 G H I q r        ˆ  r        E ш ҈   + # $ X  ъ 	 N  ы  ]     
  K U _ `     ԍ 獫 鍫    	 x     * l m ~     я Ꮻ ⏫ ㏫ 䏫  
   3 F Y [ \ r s | 됫  7 T m   Ñ ⑫  6 U V W h     ܒ       2 E X k m n o x 瓫  I [    - 1 2 3 4 E r s     Օ 蕫 ꕫ 땫 앫  d  F  ė ϗ  [ \ ] n     Ř Ƙ   ꙫ 뙫 $  ˚ ̚  { 曫 盫 < = v ٜ  	 A  @ A ~ 0 j k  R S    ɡ ܡ   K  ģ  S  餫 % }   U V a m |             ¦ Ǧ צ ئ 禫 覫 馫        " . / 4 k p Ƨ ǧ ̧   C D I   ֨ ר ܨ   & ' , d i    ĩ ɩ 恵    J O [ \ _ i j m v w x          Ǫ Ϊ Ϫ Ъ Ѫ Ҫ Ӫ Ԫ ժ ֪ ת ت ٪ ڪ ۪ ܪ ݪ      ٫ ꫫ 뫫       
    ! " 5 A B C D E W q r }              Ŭ Ƭ Ǭ Ȭ լ 笫     y z       h i u   ѱ    H I J W  & Ⳬ 㳫 д Ѵ Ƶ ǵ ӵ V  "   X Y  s ӹ Թ  0 1 D    ڼ  e    ֽ ׽ ྫ ᾫ     + 7 F R S      G« L« « « « ë pë ë ī ī ī ū nū oū ū ū _ƫ `ƫ ǫ ǫ 'ɫ (ɫ ɫ ɫ ʫ ʫ ʫ ʫ ˫ B̫ ͫ ͫ Ϋ 	Ϋ tϫ xϫ yϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ Ы Ы Ы Ы 'Ы )Ы /Ы 0Ы CЫ EЫ KЫ LЫ aЫ cЫ hЫ iЫ ~Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы ѫ ѫ ѫ ѫ ѫ ҫ ҫ ӫ Pӫ jӫ ӫ ӫ ӫ ӫ 3ԫ Gԫ {ԫ ԫ ԫ ԫ ի ,ի `ի ~ի ի ի ի ֫ /֫ c֫ d֫ e֫ f֫ ֫ ׫ ׫ ׫ ׫ ׫ ׫ ׫ 
ث =ث >ث \ث jث }ث ~ث ث ث ث ث ٫ ٫ .٫ D٫ Z٫ [٫ ٫ ٫ ٫ ٫ 
ګ ګ ګ ګ Fګ cګ dګ zګ ګ ګ ګ ګ ګ ګ ګ ۫ ۫ ۫ ۫ ;۫ W۫ X۫ m۫ n۫ o۫ p۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ܫ ܫ )ܫ Eܫ Fܫ Xܫ ܫ ܫ ܫ ܫ ܫ ܫ ܫ ܫ ݫ (ݫ )ݫ *ݫ Qݫ Rݫ Sݫ Tݫ Uݫ Vݫ _ݫ ~ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ݫ ޫ ޫ ޫ Iޫ Jޫ Kޫ Lޫ Mޫ Nޫ Wޫ ޫ ޫ V߫ W߫ X߫ i߫ ߫ ߫ ߫ ߫ ߫ 9 m          / E G x y    W X g     `          . / @ a b c d e f  3 4 u         / F s t   * +   - B m {                       ' , - 8 = > H M N O l z                        * / 0 ; @ A K P Q R z                  & 6 7 B G H R W X c h i s x y z                  a               ' , - . U c s t                      # $ / 4 5 ? D E F v                     ( - . 8 = > I N O Y ^ _ `    
   & + , 6 ; < G L M W \ ] ^ }                   ) * 5 : ; E J K V [ \ f k l m                   . S v w                 ) * ]       
  + , z   4 D U e f       8 g h          b      0 H I J [     >     & '   ! , _ i s t         > ? N _         * + O P a    c            
         # - 7 8 ^         & ' v w        (     	 	 
 
 
 ? @  
 
 4 5 G     * w     k      & ' , 4 9 : ? G S T Y ` e f k r ~                        t u 2 3       b c  v w    [! \! ! {# # $ $ % % & & !& 2& C& T& e& v& w& & & & & & & ( ( ( ( ') () + + , , - d- e- - - . O. P. . . X/ Y/ / 0 0 0 1 1 1 1 2  2 *2 +2 Y2 2 2 2 2 2 2 2 2 3 23 p3 3 3 3 3 4 e4 f4 g4 x4 4 4 4 4 4 4 4 4 '5 15 ;5 <5 j5 5 5 5 5 5 5 5 5 5 6 ;6 {6 6 %7 7 7 7 7 7 7 7 7 7 7 	8 8 8 8 L8 r8 s8 t8 u8 w8 x8 y8 8 8 8 8 9 _9 9 	: r: : : : : : : : : : : : ; $; .; /; ]; ; ; ; ; ; ; ; ; ; ; < 4< s< < < = = 	= = (= )= *= 4= ?= r= |= = = = = = = = = = = -> 9> `> > > > > 1? z? {? ? ? ? ? ? ? ? @ ;@ E@ O@ P@ y@ z@ {@ }@ @ @ @ A A A A 'B B B B C C C C  C !C QC E E 7E yE E E /F ~F F F F F G &G 0G 1G YG yG G G G G G G G G SH fH H H H H H H H H H 	I 
I I I 4I WI jI }I I I I I I I I  J .J /J 0J AJ rJ yJ J J J J J J J J J J J J J J J J !K 4K GK HK IK JK SK K 2L EL +M ,M -M .M ?M M N N 
N N *N ?N QN kN N N N N N N N 
O 'O AO QO kO O O O O O O O P P P P P 'P P P 4Q 5Q 6Q GQ Q Q Q Q Q Q Q Q  R R *R DR ^R fR {R R R R R R  S S S S S ES ]S pS S S S S S S S ;T XT T T U U U U U U U V /V TV gV zV V V V V V CW kW W W X X X X X X X %Y &Y KY ^Y qY Y Y Y Y Y Y xZ Z Z ,[ [ [ [ [ 1\ 2\ 9\ B\ C\ K\ `\ u\ \ \ \ \ \ \ ] ] 1] C] ]] w] ] ] ] ] ] ] ] "^ #^ K^ L^ _^ r^ ^ ^ ^ ^ ^ ^ ^ p_ _ `  ` ` `a aa ba sa a Yb `b ib jb rb b b b b b b c "c <c Mc gc oc c c c c c c d d 9d Jd dd ed fd gd d d d d d d d d d d d e f wf f f Pg g h vh  i vi wi ~i i j #j Sj j j j k 7k kk lk }k k k k k k k l l +l El _l pl l l l l l l m m ,m Am Sm mm m m m m m m n "n #n $n %n Mn Nn an tn n n n n n n n wo qp p Oq \q q @r r ss zs s s s t 4t St rt t t t t 
u u u u #u 5u Gu Yu ku u u u u u u  v v 'v >v ?v Gv Yv kv }v v v v v v v w $w :w Kw bw cw dw ew w w w w w w w w w w w y y z ${ { { '| F| | | | } .~ M u ‬ 〬 ꀬ   ǂ  & E   Ã ⃬    W X | }          $ % G i    Å ԅ  , - . / i   O  Ȉ   G  뉬 쉬 > 劬 抬   j k     4 v  卬 , { Ў ю ێ 掬  # - . V W j }         R       / 0 1 Y Z m        ё  x y      Ȓ ے       , P ӓ ԓ 哬 擬 瓬   # 6 I \ ^ _ ` i         㕬 o p   ɖ    8 o  올 - o   J      隬    & ' L _ r       G Y   Ȝ 
   I P X Y o        ѝ 䝬         ՞    V a   ԟ     : A I J z       Р 㠬  	   
    硬  4 ? ^ ˢ Ϣ Т Ѣ Ң 㢬   9 : M ` s       ? 䤬 ' b m      9 : ; < c d  V   § . i j     ک ۩  w   ߪ  ެ ߬  έ  	 <   & ; W g z   鯬 3 b   .  ò  Z       & 9 = > ? @ A B C D E Y ` e u v            ̴ ʹ Ҵ 	  d e j   ᵬ ⵬ 絬  " t u z   Ķ Ŷ ʶ   . / 4 b g     跬           ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z {  C D ] ^ w               ӹ ߹ ๬ Ṭ ⹬ 㹬     ( ) 3 @ A B C D E F G T U c d e f s  L M ? @   / 8 X      [ \ o    濬 翬 迬  -    n¬ o¬ dì eì qì ì OĬ Ĭ &Ŭ Ŭ Ŭ Ŭ Ƭ Ǭ qǬ rǬ Ǭ Ǭ Ǭ Ǭ Hɬ Iɬ Zɬ xʬ ʬ ˬ %ˬ >ˬ Zˬ tˬ uˬ ~̬ ̬ ά ά }ά ~ά ά ά ά ά ά BϬ XϬ Ϭ Ϭ Ϭ Ϭ Ϭ )Ь Ь Ь Ь Ѭ KѬ Ѭ jҬ kҬ Ҭ Ӭ 
Ӭ XӬ YӬ Ӭ Ӭ Vլ Wլ ֬ ֬ |׬ }׬ Jج Kج eج vج &٬ ٬ '۬ (۬ ۬ ۬ ݬ ݬ ݬ -ݬ .ݬ Bݬ Cݬ Dݬ Mݬ [ݬ hݬ iݬ jݬ kݬ lݬ mݬ qݬ rݬ sݬ tݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ެ ެ ެ ެ ެ #ެ $ެ >ެ @ެ Eެ Fެ Uެ Wެ ]ެ ^ެ lެ nެ tެ uެ ެ ެ ެ ެ ެ ެ ެ ެ ެ ެ ެ      < V      1 e x     P j z       & / 0 F l {          : j k l       _ ` j u         . D Z \ s t }          
   ? @ A h i j k l m v         ! : O d ~                 1 2 T p q              > ?     ' ( ) * J   ! " , 7 j t ~               V     A B c d e f g h q           1     ( 3 = >       M          ) * 5 : ; E J K V [ \ f k l m                  
  ( ) 4 9 : D I J U Z [ e j k l                   & 6 7 B G H R W X c h i s x y z                  1 ? O P [ ` a k p q |        H j x                     " # - 2 3 > C D N S T U                   " 2 3 > C D N S T _ d e o t u v                  j k                   ) 9 : E J K U Z [ f k l v { | }               	 
  & 4 D E P U V ` e f q v w            k  l  y  z  {    # $ X j k u        1 3 J K T      w       ( ) :       , [ \ ] ^ _ h     _ j              k l     	 	 	 	 	 
 
 
 8
 g
 y
 
 
 
 
 
 
 
 
 
 5 6  " B c        P
 
  ?       1 2 f x y        $ 6 7 8 9 B       6 7 H      \    M Z           K L          #! $! 	" " " " " " " " " " " " " " " " " " # # 	# # # # %# -# 2# 3# ;# C# O# P# X# _# d# e# m# t# # # # # $$ %$ |% }% ' ' ' ' *( 6( ( ( i) j)  * * S* , , - - o- . . / 1 #1 i2 j2 3 3 3 3 3 3 3 3 4 4 4 (4 ;4 R4 i4 j4 u4 5 5 C6 D6 6 6 9 9 l: }: : ; ; b; ; ; ; ; 7< < < < = .> ;> g> k? l? v? ? ? ? ? ? ? )@ *@ ,@ -@ .@ 7@ v@ @ @ @ A 6A AA zA A A B B B B MB NB OB PB |B }B B B B B B B C -C .C /C 1C 2C 3C <C {C C C C D =D D ,E <E =E >E OE ]E ^E _E iE tE E E E E E F F F F F F F  F _F kF F F F !G G H  H !H "H 3H AH BH CH DH pH zH H H H H H H "I #I $I %I 'I (I )I 2I qI }I I I J 1J iJ J J J J J J J J J K K $K %K SK }K ~K K K K K K K K K ,L LL {L L L M M *M 8M 9M :M tM M M M M M M M N N N N 2N 3N <N >O ?O PO O O vP wP P P P P P P P P R R R S NS S S T qT rT |T T T T T T T U *U =U PU cU eU |U }U U U V 1V 2V 3V DV qV xV V V V V V V V V V W W .W AW BW CW DW MW pW W W W W W X X  X !X 7X GX HX IX JX KX LX MX NX OX PX xX X X X X X X X X X .Y Y Y Z Z Z Z Z [ [ [ [ [ [ [ [ 	\ #\ 3\ M\ g\ o\ \ \ \ \ \ \ 	] #] $] %] &] N] n] ] ] ] ] ] ] ] 0^ ^^ ^ ^ ^ ^ /_ 6_ ?_ @_ H_ ]_ r_ _ _ _ _ _ _ ` ` .` @` Z` t` ` ` ` ` ` ` ` ` a !a 4a Ga Ha Ia Ja Sa a a =b b $c %c &c 'c 8c c c c c c d d +d ,d -d .d 7d d 	e Le e 3f 4f 5f 6f Gf f f f f f f g "g 5g 6g 7g 8g Ag h =h h h ii ji ki |i i i i i i i i j %j ?j Yj ij j j j j j j j k %k ?k Yk Zk [k \k mk k k k k k l #l 6l Il Jl Kl Ll Ul m nm m m Qn n n  o o {o o o p p p %p :p Op ap {p p p p p p q 
q "q 7q Lq ^q xq q q q q q r r r r -r .r Ar Tr gr zr r r r r r ]s s t ht t t du u v v w w w [w w w w x Qx }x x x 	y 
y y _y fy oy py xy y y y y y y z (z Bz Sz mz ~z z z z z z z { %{ 6{ P{ j{ {{ { { { { { { { { { | %| 8| K| L| M| N| W| } ~ w~ ~ ~ g  Z   X w   ҁ   Q R S d      ӂ 傭  	   7 N _ v    Ń ܃ ݃ 僭  	  - D [ r     ؄ 鄭      + , ? R e x       r D  @ z ŉ 䉭 A _  # ̋ 댭     $ % e  Đ 㐭 # B a           " # $ - : \ ~   Ò 咭  ) K ` a r  ʓ ˓ ̓ ͓    항 / f  喭 4   ܗ   C D  	 @   Қ  K  ʛ  n o y    ˜ ̜     . A C D E N     < V    ͞ Ξ Ϟ     1 D F G H Q o    ( ) * R S f y       ʠ  q r       ԡ 硭      +  ; < M N O P  
  5 6 g _ `  ֥ 
 E  ˦ 
 R  觭 = > ? I T     Ĩ Ũ ꨭ   # % ; < E  婭  / : f    窭    
      H I \ o        ' B s       L r     ح ߭ 筭 譭  / 0 1 2 Z [ n        # K   ү ݯ  i m n o p    װ ذ 밭   $ & ' ( 1  ݱ  Ų    *     ׳ س ٳ ڳ   =  & ' ` ̵   :  " # x y   D E } O | }  l   ڻ   ļ ټ    @ A  Ѿ   9  ̿ % a   /                   ­ ­ ­ #­ $­ %­ 1­ 2­ 3­ 4­ ?­ C­ V­ ^­ j­ k­ p­ ­ ­ í í í 5í :í í í í í í ĭ ĭ ĭ Dĭ Hĭ bĭ cĭ hĭ ĭ ĭ ĭ ĭ ĭ  ŭ ŭ +ŭ ,ŭ -ŭ 7ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ƭ 
ƭ ƭ ƭ 
ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ .ƭ ƭ ƭ ƭ ƭ ǭ &ǭ 'ǭ ;ǭ =ǭ >ǭ ?ǭ @ǭ Aǭ Iǭ Oǭ Pǭ Yǭ ]ǭ ^ǭ qǭ }ǭ ~ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ȭ ȭ ȭ ȭ ȭ #ȭ ȭ ȭ ɭ ɭ ʭ ʭ ˭ ˭ ˭ O̭ \̭ ̭ ̭ ̭ ̭ ̭ 
ͭ 2ͭ 3ͭ Dͭ ͭ ͭ ͭ ͭ ͭ bέ ϭ ϭ Э 
Э ѭ ѭ ѭ ѭ ѭ ^ҭ ҭ -ӭ ӭ ӭ Tԭ ԭ խ խ Nխ lխ mխ խ ֭ ֭ ֭ ح 8ح ح ح ح ح ٭ ٭ ڭ ڭ ۭ ۭ ܭ ܭ gܭ sܭ ܭ ܭ ܭ ܭ ܭ (ݭ )ݭ :ݭ ݭ ݭ ݭ %ޭ &ޭ Bޭ ޭ ޭ C߭  	 Z         c d        ~   D E              	 
      + - 3 4 M O T U c e k l                     
    & ( - . 5 : U V W X Y 7 8 D     ( ; o      J h      L k         
  , - F y z       	 
 > T j        F P Z [            = > R S w              	 
   5 6 J K e          2 3 D d e f               $ % 6 V W X                   u          > k      V W     9 : K           j k |        o  p              < S k       f g Q R i ~               	 
  ) 7 G H S X Y c h i t y z                    	 
 , : J K V [ \ f k l w | }                      T b r s ~                    	       * / 0 1     & ' 2 7 8 B G H S X Y c h i j                   	 .	 >	 ?	 J	 O	 P	 Z	 _	 `	 k	 p	 q	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 
 :
 H
 X
 Y
 d
 i
 j
 t
 y
 z
 
 
 
 
 
 
 
  	 8 F V W b g h r w x                   	 
     G U e f q v w                   
 
 
 
 
 
 $
 %
 &
 J
 j
 
 
 
 	 
    <     	   Q [ e f        F G g h   K p        ) B [ t          N O    $ = W l     N O P Q z 	 
 > P b c R S ] h        ) * + , 5 z {     R    ' D f g     D     ! " # I J      ! , _ i s t        A B b c      1 2 3 4 d    S" T" $ $ #& $& 5& {' |' <( =( p) q) ) * * P- Q- f- - S. V. . . / / -0 .0 =0 O0 b0 c0 h0 p0 u0 v0 {0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1  1 !1 1 1 3 3 4 4 n5 o5 5 5 P6 Q6 7 7 7 7 7 9 9 : : 
; < < 2= > > @ @ )A 6A CA PA ]A nA A A A A A A A A B B B CC DC C C cD dD 6G 7G 
H H PH H H  I .I [I I I I %J J J J K K L 	M 
M M M RM \M fM gM M M M M M M M N  N GN nN N N N O "O GO O O O O O O O O P P %P 0P cP mP wP xP P P P P P P P P Q %Q LQ wQ Q Q aR R R R R R R R R S S ES OS YS ZS S S S S S S S S S S 	T 0T [T T T EU U U U U U U U U U V V #V VV `V jV kV V V V V V V V V V W W BW pW W W X CX DX EX VX dX eX fX pX {X X X X X X Y Y Y Y  Y !Y *Y iY uY Y Y Y Z 6Z mZ Z Z Z Z Z Z [ /[ 9[ D[ w[ [ [ [ [ [ [ [ [ [ [ \ \ \ -] c] ^ ^ &^ X^ Y^ Z^ [^ \^ ]^ ^ >` ?` s` ` ` $a ka a b b b %b Xb bb lb mb b b b b b c c c c $c c c c c c c d d d d 5d Ed Fd Gd Hd pd d d d d d d d d d e <e je ke le }e e e e e e e e e e e e e e e e f 7f 8f ]f pf f f f f f f ng g gh hh ih jh {h 8i ?i Hi Ii Qi fi {i i i i i i j 
j "j 7j Ij cj }j j j j j j j j k 1k Dk Wk Xk Yk Zk ck k k pl ql rl l l l l l l l m "m <m Vm fm m m m m m m m n "n <n Vn Wn Xn Yn n n n n n n n n n n wo o o $p p p p p p )q *q Rq kq q q q q q q q q r r r 3s s s s s s 8t 9t at bt t t t t t t t t t u u v hv w w 	w w mw nw uw ~w w w w w w w w x !x ;x Cx Xx mx x x x x x x x x x y ^y _y y y y y y y y y y y y z { H{ \{ { | | | | } } } } } } } } } } ~ 3~ D~ ^~ x~ ~ ~ ~ ~ ~ ~ ~  0 A [ u            + , - . 7  R   9   W  \     H _     G s      
   + @ U g    Ƈ     6 > S h }   È Ԉ    3 D ^ _ ` a     É ։ 鉮 ꉮ 뉮 쉮        |      4 Y p       F M V W _ q     Ր 쐮   + < R c z {     ˑ ⑮   ! 8 O ` v      ɒ ʒ ݒ    ) + , - 6 H  ╮ ` ޖ  c  ߗ  /  j     &  Ý  C b      = > O         ˟ ؟   > ` a   Ǡ 頮    C h i j k  U W  ͣ  <  Ҥ ' ( z ! " ᦮ ⦮   ާ ; < p  騮 ! h   
  " U _ i j     ̪ ߪ ᪮ ⪮ 㪮 쪮 4 W   ګ  + Y Z k l m     Ϭ ⬮ 䬮 嬮 欮 אַ 
 1   ƭ ǭ ȭ     * = ? @ A J h    ! " # K L _ r       ɯ L ٰ ڰ 밮 찮      ӱ Ա    2 t  㳮 ( i   7  ۵ ܵ ݵ 絮  % / 9 : b c     ö ٶ ڶ 㶮 R   ͷ ط  F G X          渮 縮  
   3 5 6 L M V Ź ๮  . G Z    꺮  / 0 1 B v }    ͻ λ ϻ л     2 E G H I R  鼮 # 5 p {     
   L M u v    ¾ ľ ž ƾ Ͼ > {   c    5 6 7 H u v w x    ® ® ® ® jî î î î UĮ Į Į Ů Ů PŮ Ů Ů Ů Ʈ Ǯ Ȯ Ȯ XȮ 
ɮ Dɮ Eɮ xɮ ,ʮ -ʮ bʮ wʮ ʮ ʮ ʮ ʮ ʮ %ˮ o̮ ̮ ̮ -ͮ jͮ ͮ ͮ Wή ή ή /Ϯ 0Ϯ ;Ϯ GϮ VϮ bϮ uϮ yϮ zϮ {Ϯ |Ϯ }Ϯ ~Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ю 	Ю Ю EЮ JЮ Ю Ю Ю Ю Ю Ѯ Ѯ #Ѯ ZѮ ^Ѯ Ѯ Ѯ Ѯ Ѯ Ѯ  Ү Ү Ү >Ү CҮ jҮ kҮ pҮ Ү Ү Ү Ү Ү Ү $Ӯ )Ӯ 5Ӯ 6Ӯ 9Ӯ CӮ DӮ GӮ PӮ QӮ RӮ cӮ hӮ pӮ wӮ ~Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ ծ ծ ծ ծ ծ ծ 1ծ Kծ Lծ Wծ dծ eծ oծ |ծ }ծ ~ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ֮ ֮ {׮ |׮ Sخ Tخ kٮ tٮ ٮ ٮ ٮ Bڮ Cڮ Oڮ ڮ ڮ ڮ ڮ ڮ ڮ "ۮ #ۮ $ۮ 1ۮ iۮ  ܮ ܮ ܮ ݮ ݮ ޮ ޮ ޮ 0߮ ߮ ߮ b  2 3  M    
        ? a z      Z [       , - ~     ! & e    J      H I   9 :           b  c d   N R S i j ~                         	 
   % & ; = B C X Z _ ` z |                         * D x    
 ! U m     : X     	 = > ? @ b k  l                6 D W X v        4 5           = > T j            1 2 G H I J [ { | }                2 ] v           + , - . / 0 9 X Y m n          # $ % & ' ( 1 z { 0 1 2 C c d e f  	 G	 ]	 ^	 h	 s	 	 	 	 	 	 	
 
 !
 R
 S
 \
 
 
 1 2 A     : } ~        
 	
 
 ;
 <
 =
 >
 ?
 @
 m
 
  O Z d o y z   	   M N         G U e f q v w                        " ' ( ) F T d e p u v                   	 
    % * + , T b r s ~                   ! " , 1 2 = B C M R S T m {                ;                   / = M N Y ^ _ i n o z                 	        P ^ n o z                       # ( ) 3 8 9 :              ! & ' 1 6 7 8 W e u v                      $ % 0 5 6 @ E F G b p                  - P Q       _ `          7 [ m o        T     / ? @ d e v      A  B  h                  <! ! ! ! ! ! 
" "" #" $" 5" " " " " # # # # #  $ $ $ $ $ % 9% C% M% N% t% % % % % % % % & & (& 9& q& r& & ^' ~' ' ' ' ( ( )( *( ;( ( ( =) {) ) ) ) ) ) ) m* n* * * * * * * + + + 8+ `+ r+ s+ t+ u+ ~+ + +  , , P, Q, r, s, , , , , , - - - / / 2 2 3 3 3 5 5 5 5 7 7 !7 8 8 : : ; Q; ; ; _< `< E= Z= = = = =  > > > > > > > !> -> .> 3> :> ?> @> E> L> X> Y> a> i> n> o> w> > > > > > > > > > > > > > `? a? @ @ NB OB C 
C fC rC C C D D <E =E E PG QG YH ZH H 5J 6J J UL _L M M N N N N N O O .O ?O PO QO dO wO O O O O P P Q Q R R T T U U U >V ?V V V V )W *W sW W 2X 3X ZX jY wY Y Z Z Z Z Z Z [ [ 3[ e[ f[ h[ i[ j[ s[ [ [ [ \ J\ r\ }\ \ \ \ ?] @] A] R] ] ] ] ] ] ] ] ] ^ ^ ^ ^ D^ i^ j^ k^ m^ n^ o^ x^ ^ ^ ^ _ U_ y_ _ h` x` y` z` ` ` ` ` ` ` ` ` ` ` &a La Ma Na Oa Qa Ra Sa \a a a a a 9b ]b b Lc \c ]c ^c oc }c ~c c c c c c c c d 	d 7d ^d _d `d ad cd dd ed nd d d d e Me me e e e e e f f f f f Lf Vf `f af f f f f f f f f g g :g hg g g g h Th Uh fh th uh vh h h h h i i )i *i Si Ti Ui Wi ni oi xi zj {j j j k k k k k k k k k k +l m m n Sn n n 	o Xo o o o o o  p 
p p 3p Sp fp yp p p p p p p -q @q mq nq oq q q q q q q q q q q r 1r Dr Wr jr }r ~r r r r r r s 	s 
s s Ls Ss \s ]s ss s s s s s s s s s s s s s s t !t "t #t $t -t jt u u v v v v v v v v v v w w +w Ew _w ow w w w w w w x x +x Ex _x `x ax bx x x x x x x x x y ly y z z z !z kz rz {z |z z z z z z z { { 8{ @{ U{ j{ |{ { { { { { { { { | 7| J| ]| p| | | | | | } 2} y} } `~ a~ b~ c~ t~ ~ ~ ~ 	 . A T g h i j s  E  р o p q r  ց ׁ    % 8 K ^ q r s t } R y            % : O a {    م ᅯ    7 Q a {        % & 9 L _ r      J  戯   : ; < M  3 : C D L a v    ы ⋯   ' A I ^ s    Ό ߌ   $ > ? @ A i j }    ɍ ʍ ˍ ̍ Ս   Q  ׏ *   P  P Q X  撯  - Y   哯  E F W      ɔ ޔ    9 J d ~    ԕ ܕ    - G a r    і ▯     ' ( ; N a t      Q K  ) 6    M T   Ҝ   - L     䝯 띯     ! 3 E \ s    ɞ ڞ     ! 3 E W i     ֟ ퟯ   % < = > ? g h {    Ǡ ɠ ʠ ˠ Ԡ 桯    |     }  ͥ _  ' O   ĩ ` a  ᫯    _ ~   ۬ ܬ  1 2 V W \ ^ _ ` i v   ܭ   ! C e     ᮯ    	 C   ) k  ڱ ! p Ų Ʋ      D E | ٵ ڵ  P    U         0 1 D W j }     Ҹ  , Z x  ɹ   	 
  3 4 G Z m       Ϻ R S d e f     Ȼ ۻ ݻ ޻ ߻ 軯  *      鼯 꼯   # 6 8 9 : C g 꽯 w x      I J q r      I   ¯ I¯ ¯ ¯ $ï yï zï {ï ï ï ï ï ï ï  į į &į 9į Lį _į aį wį xį į į !ů 3ů ků vů ů ů ů ů #Ư *Ư 2Ư 3Ư IƯ YƯ ZƯ [Ư \Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư Ư cǯ ~ǯ ǯ ǯ ǯ ǯ 0ȯ ;ȯ Zȯ ȯ ȯ ȯ ȯ ȯ ȯ ɯ ɯ #ɯ $ɯ Tɯ kɯ lɯ mɯ nɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ _ʯ ʯ ʯ ʯ ˯ ˯ 8˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ˯ ̯ ̯ '̯ :̯ M̯ `̯ b̯ c̯ d̯ m̯ ̯ ͯ ͯ ί <ί Gί fί ί ί ί ί ϯ ϯ ϯ ϯ =ϯ >ϯ yϯ 0Я bЯ cЯ Я ѯ Cѯ Dѯ vѯ ѯ ^ү _ү ү ү ү Qӯ ӯ ӯ ӯ կ կ կ կ ֯ ֯ ֯ ׯ ׯ ׯ  د د 1د Aد Tد |د }د د 
گ <گ uگ گ ۯ aۯ ۯ ۯ 4ܯ kܯ ܯ ܯ ܯ ܯ ܯ  ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ 3ݯ :ݯ ?ݯ Oݯ Pݯ _ݯ `ݯ aݯ mݯ nݯ oݯ pݯ {ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ >ޯ ?ޯ Dޯ qޯ vޯ ޯ ޯ ޯ ޯ ޯ N߯ O߯ T߯ ߯ ߯ ߯ ߯ ߯ ߯ ߯  	  < A g h i s                 ( ) 4 8 ? F G H I J K L M N O P Q R S T U j   7 8 Q b c w y z { | }                   
         ! . / = > ? @ M _ & '     	  2      5 6 I n o        Z [ H I > ? K  )    i     K L     " # 4 R t    4 N O X Y   W X       2 d e v    a b ~  %  D E    2 3   0 1   V  W  $ % ? P                ' 5 B C D E F G K L M N g i o p                          / 1 7 8 F H N O b d i j q v      s	 t	 	 	 	 
 0
 d
 w
 
 
 
  ? R     * D T        
 	 
   F U h i         D E F z      9 : D O           4 6 M N W y z              B C D E F G P q r         ) > X Y n o                . J K ` a r                     $       D N X Y z            0 u v     = > ? @ A B K                
   x      ' \               $ % 0 5 6 @ E F G e s                              #  $  /  4  5  ?  D  E  F  h  v                                   ! ! ! ! !! "! ,! 1! 2! =! B! C! M! R! S! T! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" m" " "# D# R# b# c# n# s# t# ~# # # # # # # # # # # # # # # # # $ $ 
$ $ $ $ ($ -$ .$ /$ \$ j$ z$ {$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % 
% % % % (% -% .% 9% >% ?% I% N% O% P% v% % % % % % % % % % % % % % % % % D& E& t& & & & & & & & & & & & & & & & & & ' ' ' ' $' %' /' 4' 5' @' E' F' P' U' V' W' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ( ( ( ( *( /( 0( :( ?( @( K( P( Q( [( `( a( b( ( ( ( ( ( E) F) S) T) U) x) ) ) 2* D* E* O* Z* * * * * * * + 
+ $+ %+ .+ + + + + + Q, , , , , , , - - - e- ~- - - - - . 5. 6. 7. 8. 9. B. . . . 9/ D/ `/ y/ / / / / / / 0 0 0 0 0 E1 F1 z1 1 1 1 2 2 2 2 2 2 2 2 3 A3 S3 e3 f3 g3 h3 q3 3 3 3 3 4 4 4 4 5 =5 c5 5 5 5 5 5 5 *6 6 6 7 \7 ]7 ^7 _7 7 7 8 8 @8 R8 S8 ]8 h8 8 8 8 8 8 8 9 9 9 9 9 }9 ~9 9 9 9 9 : : ": m: n: o: p: : 6; Z; = = '@ 4@ _A `A qA B B xC yC D D D %F &F H H H H I I I I J J iK jK yK K K K K K K K K K K K K K K K K K K K K L L 
L L L )L *L 2L 9L >L ?L GL NL ZL [L \L ]L L L VN WN O O P P Q Q Q Q CR DR R R -S T T U U IV W W nX Y Y C[ D[ e\ r\ \ \ \ \ \ \ \ \ \ ] ] ,] C] D] O] ^ ^ _ _ _ _ rb sb Fc Wc c c c <d jd d d d e ae e e e g g Ag Eh Fh Ph [h h h h h h i i i i i i Pi \i i i i j j Tj ^j j j j j j 'k (k )k *k Vk Wk ak lk k k k k k l l 	l l l 
l l Ul al l l l m m n n n n )n 7n 8n 9n Cn Nn n n n n n n n n n n n n n 9o Eo lo o o o p p p p p 
q q q q q Jq Tq _q q q q q q q q q q r r r r Kr Wr ~r r r s Cs s s s s s s s s s s s s s -t Wt Xt Yt [t \t ]t ft t t t u &u Uu ru u u u v v v v Nv kv uv v v v v v v v v v w 
w w x x *x ix x Py Qy by y y y y y y y z{ {{ { { (| `| | | K} L} V} a} } } } } } } ~ ~ *~ =~ ?~ V~ W~ `~ ~ ~   
  K R Z [ q              ' J x     ꀰ     ! " # $ % & ' ( ) * R s t       ˁ         t {      Ʉ ㄰  
 ' A I ^ s    Ʌ ㅰ      ( H m       
 8     	    " 7 L ^ x    ֈ ވ    4 N ^ x      Չ 艰   ! " # $ -  Њ  `       e f   ̌ ߌ        ㍰ & o 
    ! t u   Ï ֏ 鏰         [  C D E V      Ò ؒ 풰   3 C ] w     Փ    3 4 5 6 G   Ô Ĕ ה ꔰ   # $ % & / 蕰 H   + ؗ ٗ ڗ 뗰 U ј ؘ ᘰ ☰ ꘰   ) ; U o    ř ߙ 癰   & 8 R l }    ܚ ݚ ޚ ߚ    . A T g h i j s 7   B u ȝ >       5   ˠ  + W   㡰 䡰  9 @ I J R g |    ע 袰   - G X r z    ˣ 声   * D U o      Ť Ƥ ٤ 줰   % & ' ( 1 殺 馰 Q ǧ ԧ A  4 며  2 Q p   ˪ ꪰ + , - >        ѫ 㫰   ( 9 P g x      Ѭ 㬰    5 L ] t    í ڭ ۭ ܭ ݭ    , ? R e g h i r  L    T    9 k   ŵ  Z [ b   ?      ; Z y z  Ϻ к         6 X z    Ự  % : ; L      ἰ   Ǿ 	 @ x   c d  ] ^ ° ° ° ° ð wð xð ð ð %İ ]İ İ İ HŰ IŰ SŰ ^Ű Ű Ű Ű Ű Ű Ű Ű Ű ư ư ư ư ư (ư pư ư ư ư ǰ 0ǰ gǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ ǰ Ȱ Ȱ  Ȱ !Ȱ "Ȱ +Ȱ IȰ mȰ Ȱ Ȱ ɰ ɰ ɰ ,ɰ -ɰ @ɰ Sɰ fɰ yɰ {ɰ |ɰ }ɰ ɰ ɰ ɰ Kʰ Lʰ ]ʰ ^ʰ _ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ˰ ˰ ̰ ̰ '̰ (̰ )̰ *̰ [̰ ̰ ̰ Ͱ Ͱ AͰ 9ΰ :ΰ nΰ ΰ ΰ ϰ dϰ ϰ ϰ ,а sа а Ѱ Ѱ Ѱ #Ѱ .Ѱ aѰ kѰ uѰ vѰ Ѱ Ѱ Ѱ Ѱ Ѱ Ѱ Ѱ Ұ Ұ Ұ Ұ Ұ Ұ 	Ӱ Ӱ @Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ "԰ #԰ 6԰ I԰ \԰ o԰ q԰ r԰ ԰ ԰ ԰ հ հ Mհ jհ հ հ հ հ հ &ְ Lְ kְ lְ mְ ~ְ ְ ְ ְ ְ ְ 	װ 
װ װ װ 4װ 5װ Hװ [װ nװ װ װ װ װ װ װ %ذ _ذ qذ ذ ذ ذ Cٰ Gٰ Hٰ Iٰ Jٰ [ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ ٰ  ڰ ڰ ڰ ڰ zڰ ڰ \۰ ۰ ۰ ۰ ܰ qܰ rܰ sܰ ܰ ܰ ܰ ܰ ܰ ܰ ܰ ݰ ݰ  ް ް :ް ް ް ް ߰ ߰ ߰ ߰ R S     W ) V W  F    h i        a    i   ;   	 k l w                        
    0 8 D E J        Y Z _       " < = B z           ` e q r u                                                # ) * 3 7 8 K W X Y Z [ m                                ) 6 ~       
  ^ _ ` m  <        l  8   n o .    ( F G Z       {            A M \ h i      ] b           4	 	 	 	 	 u
 v
   =
 >
 
 
      X                           
  ' ) . / = ? E F Y [ a b w y ~                         / 0 1 2 3    f      I ]     $ B v     & E y z { |           S T r         . D Z p q       * 4 5 \ y z           , - Q m n                    $  %  ?  [  \  n              ! 
! ! >! ?! @! g! h! i! j! k! l! u! ! ! ! ! ! ! ! ! ! " 0" 1" 2" _" `" a" b" c" d" m" " " l# m# n# # # # # # # O$ $ $ $ $ $ $ $ $ $ % E% [% ]% % % % 0& 1& m& n& }& & ' ' %' v' ' ' ' ' ' ' ' ' ' D( E( V( w( x( y( z( {( |( ( I) J) ) ) ) ) ) ) * -* E* \* * * * * @+ A+ +, ,, C, X, , , , , , , , , , , , , , , , , , - - !- "- -- 2- 3- =- B- C- N- S- T- ^- c- d- e- - - - - - - - - - - - - - - - - - . . $. %. 0. 5. 6. @. E. F. Q. V. W. a. f. g. h. . . . . . . . . . . . . . . . . . ./ </ L/ M/ X/ ]/ ^/ h/ m/ n/ y/ ~/ / / / / / / / / / / / / / / / / / / 0 	0 
0 0 w0 0 0 0  1 1 1 1 1 1 !1 "1 -1 21 31 =1 B1 C1 D1 k1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 \2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 v3 3 3 4  4 04 14 <4 A4 B4 L4 Q4 R4 ]4 b4 c4 m4 r4 s4 t4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 !5 /5 ?5 @5 K5 P5 Q5 [5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  6 $6 D6 i6 6 6 6 6 6 6 6 7 7 7 7 7 7 7 7 +8 58 ?8 @8 s8 8 8 8 8 8 8  9 !9 A9 B9 9 9 %: J: Z: k: {: |: : : : ; ; 5; N; }; ~; ; ; ; ; ; ; ; (< )< x< < < < = 1= F= ^= _= `= q= (> )> *> +> T> > > ? *? <? =? ,@ -@ 7@ B@ u@ @ @ @ @ @ @ A A A A A TA UA dA uA A A ,B B B B C C @C AC eC fC wC C D yD D D D D D #E $E E E E E E E F 9F CF MF NF tF F F F F F F G G <G =G G G G G G H H 
H H >H H H -K .K M M N N O UP VP Q Q JR KR ]R S S *V +V @V V -W 0W W W X X Y Y Y )Y <Y =Y BY JY OY PY UY ]Y iY jY oY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z [ [ ] ] H^ I^ ^ ^ *_ +_ _ _ x` y` ` b b c c c qe re f g g h h j j j *j 7j Hj Yj jj {j j j j j j j j j l l l l =m >m p p p p *q zq {q q r 5r er fr r r ns os s t t t u u u u ,v 6v @v Av ov v v v v v v v v !w Hw w w w w w !x {x |x }x x x x x x x x x 
y =y Gy Qy Ry y y y y y y y y y y &z Qz z z ;{ { { { { { { { { { { | )| 3| 4| b| | | | | | | | | | | 
} 5} u} } ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 0 : D E s            J   ေ    0 > ? @ J U     ˁ        C O v  Ă   G       샱 	   Q [ e f          ȅ  =     2 3 4 5 6 7 g   M  Ɖ  E  銱 ꊱ   2 < F G o    ȋ ۋ ݋    i |     錱        ! " J m        ō 荱  D E F W          Î Ď Ŏ Ǝ ǎ Ȏ    7 J ] ^ _ ` i  H [ A B C D U   " # + @ U g    Œ ߒ 璱   # = W g      Ɠ 擱   1 2 3 4 =  ֔ J K L ]      Օ ꕱ   0 @ Z t |    Җ 얱   0 1 2 3 [ s        ˗ Q n          , E j }       Y  ě 
        ; < a t           B ៱ ⟱ 㟱  G H O X Y a v    Ѡ ᠱ    2 G Y s    ѡ ҡ ӡ ԡ 塱 8 9 a b u     ¢ â Ģ ͢  棱 " 6 ɤ v w x   o v      Ǧ ٦  
  8 R c }    ħ ֧  
  5 O ` z { | }    ̨ ߨ       թ ,  ઱  f ܫ 1  6    ӭ " 9 i  ɮ  ! M    ׯ ޯ 篱 诱    / A [ u    ˰ 就    - B W i    ȱ ⱱ  
  8 9 : ; c d w    ò Ĳ Ų Ʋ ϲ   ﴱ e r ߵ V Ҷ   з ﷱ  3 J i  ɸ ʸ ˸ ܸ   ' 0 1 9 K ] o    ƹ ׹    , = T U ] o     Ӻ 꺱   ) : P a x y z {    ʻ ݻ       " 꽱  :   = \   	  D± cñ ı ı ı  ű Ʊ Ʊ Ʊ Ǳ <Ǳ [Ǳ Ǳ Ǳ Ǳ Ǳ ȱ ȱ )ȱ mȱ nȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ɱ :ɱ ;ɱ ]ɱ ɱ ɱ ɱ ɱ ɱ ɱ ʱ Bʱ Cʱ Dʱ Eʱ ʱ /̱ 1̱ e̱ ̱ ̱ ͱ ]ͱ ͱ α α Tα α α ϱ ϱ б б б ѱ ѱ Jѱ ѱ ѱ ѱ Bұ ұ ұ ұ ұ ұ /ӱ 9ӱ Cӱ Dӱ lӱ mӱ ӱ ӱ ӱ ӱ ӱ ӱ ӱ ӱ Ա 1Ա hԱ Ա Ա Ա ձ 3ձ 4ձ Eձ Fձ Gձ oձ pձ ձ ձ ձ ձ ձ ձ ձ ձ ձ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ױ ױ ױ ױ ױ $ױ Bױ fױ ױ ױ ױ ױ ױ %ر &ر 9ر Lر _ر rر tر uر vر ر ر &ٱ ٱ ٱ ٱ ٱ ٱ ٱ ٱ ڱ ڱ ڱ ڱ ڱ ۱ ۱ ܱ Nܱ ܱ ܱ ݱ Cݱ ݱ ݱ ޱ `ޱ ޱ ޱ ޱ ޱ ޱ ޱ 	߱ ߱ ߱ <߱ =߱ b߱ u߱ ߱ ߱ ߱ ߱ ߱ ߱ , ] o      ! 2 _ f n o           
   & ' 0     ! 4 l w    	 
   P W _ `            ! " # ,     J U t       & ' O P c v        U  = x      " O P Q R y z  l    D    /     *        2    R   < Q m }     I x   D   1 p  	 
  ! 0 < O S T U V W X Y Z [ o v {                  $ z {       4 8           D E J x }            ! * + , = B J Q X d e p t {                  Y Z s t                       % & 1 > ? I V W X Y Z [ \ ] j k y z { |   b c U  V  - . E N n     ) q r         C      z {  
 e  <	 	 
 
 
 '       ^
 _
 p
    ; T p     4 5        X n       ?    $ a     " # n o   l m     ` a {  <  = >   (! ,! -! C! D! X! Y! Z! c! q! ~! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " " " 2" 4" 9" :" T" V" [" \" k" m" s" t" " " " " " " " " " " " " " " " $ $ $ % % R% l% % % % % /& G& {& & & & ' 2' f' ' ' ' ' ( ( ( ( <( E) F) \) ) ) ) ) ) ) ) * * 1* 2* P* * * * * * * * + + u+ v+ + + + + + + + , , ., D, Z, p, r, , , , , , , , , - - !- "- #- $- 5- U- V- W- ~- - - - - - - - - - - - - - . 7. P. e. z. . . . . . . . . / / / / 	/ 
/ / 2/ 3/ G/ H/ j/ / / / / / / / / / / /  0 0 0 0 T0 U0 
1 1 1 1 =1 >1 ?1 @1 `1 1 !2 72 82 B2 M2 2 2 2 2 2 2 2 2 ,3 -3 63 3 3 4 4 4 l4 4 4 4 5 W5 X5 y5 z5 {5 |5 }5 ~5 5 5 5 5 6 6 6 6 6 6 G6 6 6 )7 47 >7 I7 S7 T7 7 7 7 7 '8 (8 c8 8 8 8 9 9 9 9 !: /: ?: @: K: P: Q: [: `: a: l: q: r: |: : : : : : : : : : : : : : : : : : ; ; ;  ; .; >; ?; J; O; P; Z; _; `; k; p; q; {; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < < .< << L< M< X< ]< ^< h< m< n< y< ~< < < < < < < < < < < < < = = = = = = '= ,= -= .= G= U= e= f= q= v= w= = = = = = = = = = = > ^> > > > > > > > > > > > > > > > > > 	? ? '? (? 3? 8? 9? C? H? I? T? Y? Z? d? i? j? k? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? *@ 8@ H@ I@ T@ Y@ Z@ d@ i@ j@ u@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A 
A A A A A A A A A A A A A A A A A  B B B B B B 1B ?B OB PB [B `B aB kB pB qB |B B B B B B B B B B B B B B B B B 
C C C C C  C !C <C JC ZC [C fC kC lC vC {C |C C C C C C C C C C D *D +D D D D D D D 9E :E nE E E E E E E E E F 5F GF IF `F aF jF F F F F .G G G G G 	H H H >H ?H PH H H H H I I BI qI rI sI tI uI ~I I I J uJ J J J J J J J J K K K K K K L L L L L L M M M M N N 'N (N NN }N N N N N N N N N O O KO LO O 8P XP yP P P P P Q Q Q fQ Q R UR R R R R R R GS HS |S S S S S S S S S T :T LT MT NT OT XT T T T T *U +U LU MU ^U U U U U U rV V X X c[ p[ \ \ \ ] ] ^ ^ _ _ _ aa ba c c c +d d d 9e :e f 4f f f f f f f f f f f f f g g 
g g g g g &g 2g 3g ;g Cg Hg Ig Qg Yg eg fg ng ug zg {g g g g g g g :h ;h i i (k )k k k @l Ll l l m m n n in *p +p 3q 4q q s s s /u 9u v v w w w w w w w x x *x +x >x Qx hx x x x y y Yz Zz z z } } ~ ~ ~   x     M   
 4 D Q }     ʃ ԃ ރ ߃ 
 ? @ B C D M    愲 $ L W       , c d e f     ۆ 冲    C D E G H I R   ć  / S و B R S T e s t u    ǉ щ ҉   & ' ( ) + , - 6 u   ӊ  7  & 6 7 8 I W X Y Z    Ό ، ⌲ ㌲  8 9 : ; = > ? H    荲 ' G     Ύ ܎ ݎ ގ 莲  & 0 : ; i        Ᏺ 폲  B b   吲 . / @ N O P         - . / 1 H I R T U f  ۓ    Д є Ҕ Ӕ Ԕ Ք    떲 - d  㗲 2     И ژ 䘲 嘲 
 - @ S f y {      G H I Z          蚲   1 D W X Y Z c   ⛲ 㛲 䛲  & - 6 7 M ] ^ _ ` a b c d e f    ՜ 蜲      D 杲  ߞ  ឲ ➲      ɟ ޟ    9 I c }     ۠    9 : ; < d    ϡ С ѡ ҡ ۡ F t 袲 颲 ꢲ  E L U V ^ s    Σ ޣ    / D V p    Τ Ϥ Ф Ѥ   $ 7 J ] ^ _ ` i 沈  S  : ; < = N   ʧ 㧲   . A B C D M   b  I J K L ]   ٪ ڪ   % 8 K L M N W , S  ଲ     孲 歲      ) ; U o     Ю 宲   + ; U o p q r  ֯ ׯ     & 9 L _ ` a b k $   Ա g    '  
    & ; P e w    ִ    # 8 M b t    ӵ       C D W j }       s ʷ + ~   z Ϲ * Ժ * + 2 q  ׻  3 g   뼲    1 u |      ͽ ߽   $ > X i     ˾ ྲ   ! ; L f     ֿ ׿ ؿ ٿ    ( ; N a b c d m + %² ² ò ò }ò ò pĲ 'Ų .Ų nŲ Ų Ų Ų Ų Ʋ &Ʋ gƲ hƲ iƲ zƲ Ʋ Ʋ Ʋ Ʋ Ʋ Ʋ Ʋ 
ǲ ǲ 6ǲ Mǲ dǲ uǲ ǲ ǲ ǲ ǲ ǲ ǲ ǲ ǲ 
Ȳ Ȳ 1Ȳ CȲ ZȲ qȲ Ȳ Ȳ Ȳ Ȳ Ȳ Ȳ Ȳ ɲ ɲ ɲ ɲ Aɲ Bɲ Uɲ hɲ {ɲ ɲ ɲ ɲ ɲ ɲ ɲ ʲ ˲ Z̲ ̲ VͲ Ͳ Ͳ Ͳ Wβ uβ β 9ϲ ϲ Ѳ )Ҳ Ҳ Ҳ Ҳ :Բ ;Բ {Բ Բ Բ Բ 9ղ Xղ wղ ղ ղ ղ ղ ֲ ֲ 0ֲ 1ֲ 6ֲ 8ֲ 9ֲ :ֲ Cֲ Pֲ rֲ ֲ ֲ ֲ ֲ ֲ ײ ?ײ aײ vײ wײ ײ ײ ײ ײ ײ ײ ز ٲ ٲ ڲ Eڲ |ڲ ڲ ڲ J۲ ۲ ۲ ۲ ܲ ܲ Yݲ Zݲ ޲ ޲ V޲ ޲ ޲ ޲ *߲ a߲ ߲ ߲ /         
   1 D W Y Z [ d    4 R l       
  ! 4 G Z \ ] ^ g   , - > ? @ h i |                         A  Q R c d e f  # $ K L } u v   # [   # h   S T U _ j          & 9 ; Q R [   
 E P |       
 # 3 4 5 6 ^ _ r         = X     
  4 b          . E F G H p q         9 a                  ' : < = > G      ! @           S 
 < = v    P  8 9    + Z [  e                  . V W    O   ; w   E                 
   ) * 9 : ; G H I J U Y l t         K P      ( ) . Z ^ x y ~      	 	 A	 B	 C	 M	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
  
 !
 "
 #
 $
 %
 &
 '
 (
 )
 *
 +
 ,
 -
 .
 /
 D
 
 
   + < = Q S T U V W _ e f o s t                       	     ' 9  
 
 
 
      e r      # H I Z      x 4 5 " #   %   t  C   j  % & d       , N     ( ) 2 3   1  2  }            ! >! ?! P! ! ! ! ;" <" X" " " Y# $ $ p$ $ $ % 
% % % 
' ' y( z( 0) 1) ) ) * ** * + , , Z- [- . . . . . . . . / / / / / /  / !/ %/ &/ '/ (/ A/ C/ I/ J/ c/ e/ j/ k/ y/ {/ / / / / / / / / / / / / / / / / / / 	0 0 0 0  0 "0 (0 )0 <0 >0 C0 D0 K0 P0 k0 l0 m0 n0 o0 M2 N2 Z2 2 2 2 
3 >3 Q3 3 3 3 3 4 ,4 `4 ~4 4 4 5 5 .5 b5 5 5 5 5 5 5 6 6 6  7 /7 B7 C7 \7 7 7 7 7 7 7 7 8 8  8 T8 j8 8 8 8 8 9 9 9 )9 \9 f9 p9 q9 9 9 9 9 9 9 : : ': (: 1: S: T: h: i: : : : : : : : : : : : ; ; ; ;  ; !; *; K; L; `; a; {; ; ; ; ; ; < < 2< 3< H< I< Z< z< {< |< < < < < < < < < < < < = $= %= := ;= L= l= m= n= = = = = = = = = = > > > > > > > > > ? ? ? ? ? ? @ (@ 2@ 3@ T@ @ @ @ @ @ @ lA mA A A A 
B OB PB aB B B B C C C C C C %C C C C C C C C C C C D D D D D D D D RE iE E E E E F 6F |F }F gG hG G G G G G G G G G G G G 
H H H H H  H !H ?H MH ]H ^H iH nH oH yH ~H H H H H H H H H H H H H H H H H H H 	I I I I I I  I BI PI `I aI lI qI rI |I I I I I I I I I I I I I I I I I J J J J J J 'J ,J -J .J jJ xJ J J J J J J J J J J J J J J J J J K K K K K K $K %K 0K 5K 6K @K EK FK GK K K L ,L <L =L HL ML NL XL ]L ^L iL nL oL yL ~L L L L L L L L L L L L L L L L M M M 	M 6M DM TM UM `M eM fM pM uM vM M M M M M M M M M M M M M M N N N N N N #N (N )N *N PN ^N nN oN zN N N N N N N N N N N N N O O NO \O lO mO xO }O ~O O O O O O O O O O O O O O O O O O 	P P P P P  P *P /P 0P 1P ]P kP {P |P P P P P P P P P P P P P P P P P P Q 	Q 
Q Q Q Q %Q *Q +Q 5Q :Q ;Q <Q `Q Q Q Q Q R  R -R .R /R RR R R S S S )S 4S gS qS {S |S S S S S S S T \T ]T }T ~T T +U aU U U U U U U U U ?V XV qV V V V V W W W W W W dW eW W X X :X SX mX X X X X X dY eY fY gY Y Z  Z TZ fZ xZ yZ h[ i[ s[ ~[ [ [ [ [ [ \ -\ ?\ @\ A\ B\ K\ \ \ \ \ \ \ h] ] ] ^ =^ Z^ |^ }^ ^ ^ ^ _ Z_ _ _ 6` 7` 8` 9` _` `` ` ` a ,a -a 7a Ba ua a a a a a a a a a a Wb Xb xb yb b b b b b Gc Hc Ic Jc zc d 4d if jf i i 9j :j Kj k k Rl Sl m m m n  o fq gq |q q ir lr r r s s Ct Dt St et xt yt ~t t t t t t t t t t t t t t t t t t t t t t u u u u u u !u (u 4u 5u 6u 7u u u 0w 1w x x y y y y fz gz { { { { | } } ~ ~ #   H ͂ ׂ   ? L Y f s     ȅ Ʌ ܅     ) Y Z   y z L M   1 f    D q   덳 ;   Ҏ ⏳      * 5 h r | }  ݑ ޑ  ᑳ ⑳ 둳 * 6 ]   ꒳  . 8 ]    ʓ     0 1 ; F y     ᔳ ┳ 㔳 唳 攳 申  / ; b  ͕  w          ( [ e o p  ė ŗ Ɨ Ǘ ɗ ʗ ˗ ԗ   F q  ՘ [ ę ԙ ՙ ֙ 癳     $ . 9 l v    ֚ ך ؚ ٚ ۚ ܚ ݚ 暳 % 1 X  ś 図  Y Z [ l z { |   Ĝ Μ ؜ ٜ  1 2 3 5 6 7 @       / L  ̞ ͞ ޞ 잳 ힳ  ( E O Z     ˟ ̟ ͟ ϟ 柳 石     C y * + < n o p q r s  T U  ˤ  :  Х % & 0 ; n x    ˦ ަ     0 1 :   姳 槳 秳  % , 4 5 K [ \ ] ^    Ϩ ⨳      $ R     ĩ ˩ ԩ թ 멳            , M N s       ⪳   } ~    N U ^ _ g |    ׭ 筳   # 8 M _ y    ׮ خ ٮ ڮ  " G Z m n o p y 䯳      㰳 갳     & 8 R l |    ͱ ⱳ   ( 8 R l m n o   ² ղ 貳         : ش ٴ ڴ ۴ 촳 ? @ h    ̵ ߵ ൳ ᵳ ⵳ 뵳     I 緳 跳 鷳 귳  N O w x   ø ָ 鸳 긳 븳 츳  ʹ  5 ~    0        ǻ ٻ  
  7 Q Y n    ɼ ټ  
    ! t u    Ľ ׽ 꽳      	 ¾ " ^ r      /        ³ ³ /³ I³ Z³ t³ ³ ³ ³ ³ ³ ³  ó ó ,ó Fó Wó qó ó ó ó ó ó ó ó ó ó ĳ ĳ .ĳ Aĳ Bĳ Cĳ Dĳ Mĳ ų hų ų Ƴ OƳ Ƴ ǳ mǳ ǳ rȳ ȳ ȳ ȳ ɳ ^ɳ uɳ ɳ ɳ ʳ 1ʳ ]ʳ ʳ ʳ ʳ ʳ ˳ ˳ #˳ $˳ ,˳ A˳ V˳ k˳ }˳ ˳ ˳ ˳ ˳ ˳ ̳ !̳ 2̳ L̳ T̳ i̳ ~̳ ̳ ̳ ̳ ̳ ̳ ͳ ͳ /ͳ Iͳ Zͳ tͳ uͳ vͳ wͳ ͳ ͳ ͳ ͳ ͳ ͳ ͳ  γ γ γ γ γ ϳ +г г г ѳ ѳ ҳ ҳ ҳ ӳ +ӳ Jӳ oӳ ӳ ӳ ӳ Գ Գ Գ Գ \Գ cԳ lԳ mԳ uԳ Գ Գ Գ Գ Գ Գ ճ ճ *ճ Aճ Rճ hճ yճ ճ ճ ճ ճ ճ ճ ճ ճ ֳ &ֳ 7ֳ Nֳ eֳ vֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ֳ ׳ ׳ ,׳ ?׳ A׳ B׳ C׳ L׳ ^س &ٳ ٳ vڳ ڳ .۳ y۳ ۳ ۳ ܳ Eܳ ܳ ݳ ޳ ߳ 4 5 <    Y x     4 S T e            2 T v w       & Y ~     k m    R   = >  7 8      Q R    7 ~  " # - 8 k u             J m    
 A o p              # G         - @ S U V W ` ~  % & 7 8 9 a b u         b       5        H    >    M       ; E O P x y         h      \ ] n             # 6 I K L b c l   ' D ] p      & E F G X              "  5  H  [  ]  ^  _  h      9 K     ! " # $ 5 b c           T  6 y    K L M ^                k   ,	 -	 f	 	 	 	 1
  0 1 n  
 Z
 [
 
 B C x       ;    C    m   E F Q ] l x                         
    $ [ `      3 4 9 p t         T Y          : ? K L O Y Z ] f g h y ~                                          
   % 1 2 3 4 5 G a b m z {                      i j      X Y e       8 9 : G        ! ! " " " F# # $ x$ $ H% I% & c& & & '  ' !' 4' ( ( ( ) ) U* w* * * * * + + p- q- - - . '. 6. B. C. . . . . . 7/ </ {/ / / / `0 0 0 1 1 2 ^2 _2 2 2 O3 P3 4 4 6 6 6 6 7 7 7 7 x8 29 y: z: : : d< h< i< < < < < < < < < < < < < < < < < < < < < < = = = 	= = = =  = 3= 5= ;= <= Q= S= X= Y= n= p= u= v= = = = = = = = = = = = = = = = = = = 	> 
> > > 
> ? ? ? @@ Z@ @ @ @ @ #A 7A kA A A A A B PB nB B B B  C C SC TC UC VC xC D D D D D D D D -E .E LE ZE mE nE E E E E E F F 4F JF KF F F F F F G G G 6G SG TG jG G G G G G G G G G H H +H GH HH ]H ^H _H `H qH H H H H H H H H H H H H H H I 5I 6I HI sI I I I I I I I I J J J AJ BJ CJ DJ EJ FJ OJ nJ oJ J J J J J J J J 
K K K 9K :K ;K <K =K >K GK K K FL GL HL YL yL zL {L |L L )M ]M sM tM ~M M M M M M M N 5N 7N hN iN rN 
O O GO HO WO O O O O PP P P P P P P P P P Q Q 0Q QQ RQ SQ TQ UQ VQ Q #R $R eR pR zR R R R R S S 6S cS dS S S T T U U U 2U ]U kU {U |U U U U U U U U U U U U U U U U U U V V 
V V V V (V -V .V 8V =V >V ?V \V jV zV {V V V V V V V V V V V V V V V V V V 
W W W W W  W +W 0W 1W ;W @W AW BW jW xW W W W W W W W W W W W W W W W X X &X 'X 2X 7X 8X BX GX HX SX XX YX cX hX iX jX X X X X X X X X X X X X X X X X X QY Y Y Y Y Y Y Y Y Y Y Y Z Z 
Z Z Z Z Z EZ SZ cZ dZ oZ tZ uZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ $[ %[ /[ 4[ 5[ 6[ f[ t[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ (\ -\ .\ 9\ >\ ?\ I\ N\ O\ P\ \ \ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] N] m] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	^ ^ ^ %^ *^ +^ 5^ :^ ;^ F^ K^ L^ V^ [^ \^ ]^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ C_ f_ g_ _ _ _ _ _ _ u` v` ` ` ` ` ` a a a a Ma qa a a a a a a a b b jb b b $c 4c Ec Uc Vc zc {c c c c d (d Wd Xd ~d d d d d d d e e Re e e e e f  f 8f 9f :f Kf g g g g .g g g g h h h i i i i Oi Yi ci di i i i i i i i i .j /j >j Oj j j k tk k k k k l l ?l @l Ql l l Sm m m m m m m m n n n n n n n o o 'o (o No vo o o o o o o o p p fp gp p p p p p p p q q q t t v v w w w /y 0y y y ${ %{ 7{ | |    g  
 u v [ p ၴ ⁴      $ ) * / 7 C D I P U V [ b n o w             Ƃ ҂ ӂ Ԃ Ղ v w ΄ τ d e " # |      R S  f g o p  K L 掴 k u   ݒ ꒴    " 3 D U f g z     Ǔ       ꘴ 똴  ϙ  T U  ⚴  ? @  ٛ H I p      Ȟ Ӟ     I { | ~    ȟ ԟ  " `   ̠ ֠  U V W h     Ρ ϡ ١ 䡴  ! + , Z        ͢ ٢   + k   ~         Ƥ   
  < b c d e g h i r   䥴  O s  b r s t      § ̧ ק 
    M t u v w y z {  è Ϩ  $ c      
    $ / b l v w  Ϫ Ъ Ѫ Ӫ Ԫ ժ ު  ) P ~  ͫ ꫴ ! j k |    Ƭ 㬴   + 5 ? @ i j k m       ᮴  ȯ ɯ گ  
     A   ' i  ز  n ó ĳ γ ٳ     ! I i |     δ ϴ ش C V     õ ʵ ҵ ӵ 鵴     $ G Z m       ¶      1 b i r s            ʷ 뷴 췴  $ 7 8 9 : C  " 5     / 캴      / A [ u     ֻ 뻴   1 A [ u v w x   弴    
     $ % & 7       ľ ־  
  4 N V k    ƿ ֿ  
   
 5 M ` s       + H   v´ w´ x´ y´ ´ ´ ´ ô ô Dô Wô jô }ô ~ô ô ô ô 3Ĵ [Ĵ Ĵ Ĵ Ŵ Ŵ Ŵ Ŵ Ŵ Ŵ Ŵ ƴ ƴ ;ƴ Nƴ aƴ tƴ ƴ ƴ ƴ ƴ ƴ hǴ Ǵ Ǵ ȴ ȴ ȴ ȴ ȴ !ɴ "ɴ )ɴ 2ɴ 3ɴ ;ɴ Pɴ eɴ wɴ ɴ ɴ ɴ ɴ ɴ ɴ ʴ !ʴ 3ʴ Mʴ gʴ wʴ ʴ ʴ ʴ ʴ ʴ ʴ ˴ ˴ ;˴ <˴ O˴ b˴ u˴ ˴ ˴ ˴ ˴ ˴ ˴ `̴ ̴ ̴ ʹ ʹ Pδ Qδ Rδ cδ δ Iϴ Pϴ Yϴ Zϴ bϴ wϴ ϴ ϴ ϴ ϴ ϴ ϴ д ,д =д Wд _д tд д д д д д д Ѵ )Ѵ :Ѵ TѴ UѴ VѴ WѴ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ҵ Ӵ gӴ Ӵ Ӵ @Դ Դ մ fմ ִ fִ gִ nִ ִ ִ ״ C״ o״ ״ ״ ״ 'ش [ش \ش mش ش ش ش ش ش ش ش 	ٴ ٴ 5ٴ Oٴ `ٴ zٴ ٴ ٴ ٴ ٴ ٴ ٴ ڴ ڴ 1ڴ Cڴ ]ڴ wڴ ڴ ڴ ڴ ڴ ڴ ڴ ۴ ۴ ۴ ۴ =۴ >۴ Q۴ d۴ w۴ ۴ ۴ ۴ ۴ ۴ ۴ gܴ aݴ ݴ ?޴ L޴ ޴ 0ߴ ߴ c j    
 $ C b       
   % 7 I [ r         . / 7 I [ m         * ; R S T U } ~                 6    u  = e    v w    5 u       G H l m r t u v        7 Y {          Y 	  ?    7    .     Z [    $ f    k     	    F G Z m         B p    
     ! I J ] p         h i z { |             @                 & 9 L N O P Y }          _ `       ( _    _   :            < O b u w    	 7	 I	 	 	 	 	 	 
 9
 @
 H
 I
 _
 o
 p
 q
 r
 
 
 
 
 
 
 
 
    
 y      F Q p       *
 1
 9
 :
 j
 
 
 
 
 
 
 
 
 
 
 
 
 
  u    $ / N          ) * = P c v x y z   /   R ] |     ) * + , S T  F x y   Y Z  	 t u    g           ,    + G W j    # R    w    J            
! ! )! -! .! /! 0! 1! 2! 3! 4! 5! I! P! U! e! f! u! v! w! ! ! ! ! ! ! ! ! ! ! ! ! ! T" U" Z" " " " " " # # d# e# j# # # # # # # # $ $ $$ R$ W$ }$ ~$ $ $ $ $ $ $ $ $ $ $ % % % % % $% +% 2% >% ?% J% N% U% \% ]% ^% _% `% a% b% c% d% e% f% g% h% i% j% k% % 3& 4& M& N& g& x& y& & & & & & & & & & & & & & & & & & & & &  ' ' ' ' #' 0' 1' 2' 3' 4' 5' 6' 7' D' E' S' T' U' V' c' u' <( =( /) 0) * * + (+ H+ + + + + , K, L, _, , , , , , , , - - p. q. ^/ _/ T0 U0 a0 0 ?1 1 2 2 2 2 3 4 a4 b4 4 4 4 4 86 96 J6 h7 7 7 8 .8 J8 d8 e8 n9 o9 ; ; m; n; ; ; ; ; ; 2< H< z< {< < < < = w= x= = = ;> > Z? [? ? ? ? H@ I@ @ @ FB GB C C lD mD :E ;E UE fE F F H H H H J J J J J 2J 3J 4J =J KJ XJ YJ ZJ [J \J ]J aJ bJ cJ dJ }J J J J J J J J J J J J J J J J J J J J K K K K .K 0K 5K 6K EK GK MK NK \K ^K dK eK xK zK K K K K K K K K K M M M M M ,N FN zN N N N 	O !O UO hO O O O P @P ZP jP P P P P P P Q R  R 6R \R kR ~R R R R R R R S S *S ZS [S \S S S S S S S OT PT ZT eT T T T T T T T U U 4U JU LU cU dU mU U U U U U U U U U U U V /V 0V 1V XV YV ZV [V \V ]V fV V V V V V V V V W *W ?W TW nW oW W W W W W W W W W W W W W X 
X !X "X DX `X aX vX wX X X X X X X X X X X X .Y /Y Y Y Y Y Z Z Z Z :Z Z Z [ [ [ '[ Z[ d[ n[ o[ [ [ [ [ \ \ \ \ \ \ \ \ F] ] ] ] ] 1^ 2^ S^ T^ U^ V^ W^ X^ a^ ^ ^ ^ ^ ^ ^ ^ ^ ^ !_ _ _ ` ` ` #` -` .` ` ` ` ` a a =a ra a a b b b b b 	c c c %c *c +c 5c :c ;c Fc Kc Lc Vc [c \c ]c {c c c c c c c c c c c c c c c c c c d d d $d )d *d 4d 9d :d Ed Jd Kd Ud Zd [d \d ~d d d d d d d d d d d d d d d d d e e &e 'e 2e 7e 8e Be Ge He Se Xe Ye ce he ie je e e e e e e e e e e e e e f f f f !f /f ?f @f Kf Pf Qf [f `f af lf qf rf |f f f f f 8g Zg hg xg yg g g g g g g g g g g g g g g g h h 
h h h h "h #h .h 3h 4h >h Ch Dh Eh rh h h h h h h h h h h h h h h h h i i "i #i .i 3i 4i >i Ci Di Oi Ti Ui _i di ei fi i i i i i i i i i i i i i i i i i Zj [j j j j j j j j j j j j j j j j j j k k )k *k 5k :k ;k Ek Jk Kk Vk [k \k fk kk lk mk k k k k k k k k k k k k k k k k k l $l 4l 5l @l El Fl Pl Ul Vl al fl gl ql vl wl xl l l l m m [m \m im jm km m n n Hn Zn [n en pn n n n n n o !o #o :o ;o Do o o o o p gp p p p p p p q q *q {q q q q q q r Kr Lr Mr Nr Or Xr r r r Os Zs vs s s s s s s s t t t t t [u \u u u u u v v v v v v w w (w Ww iw {w |w }w ~w w w w w w %x &x x y 2y Sy yy y y y y y y @z z z /{ r{ s{ t{ u{ { { !| "| V| h| i| s| ~| | | | | | } &} '} (} )} 2} } } } } ~ ~ &~ '~ 8~ ~ ~ ~ ~ ~ L p   = J u v  ͆ Ά    È Ո ; <                   Ǐ ȏ ͏ Տ Ᏽ ⏵ 珵        
   " # + 3 ? @ H O T U ] d p q r s   l m      &   Y Z   C   
  _ 雵 ꛵  	  Y Z {      Ѡ ⠵     + B Y Z e   3 4     \ m    R   ݨ ި ' w 橵 穵   + W [ \ f q     笵      ' f r    & 1 j t      = > ? @ l m w    ɯ ʯ     ! " # , k w  ɰ 	 -   , - . ? M N O Y d     ڲ          O [           # 1 2 3 4 ` j u     뵵        " a m  ¶  ! Y        · ͷ   
   C m n o q r s |  Ǹ   < k    	  ( ) * d    ɺ Ӻ ݺ ޺   	  " # , . / @   f g x       ߽   ſ  > v   a b l w      µ µ -µ @µ Sµ Uµ lµ mµ vµ µ µ !õ "õ #õ 4õ aõ hõ põ qõ õ õ õ õ õ õ õ õ ĵ ĵ 1ĵ 2ĵ 3ĵ 4ĵ =ĵ `ĵ ĵ ĵ ĵ ĵ ĵ  ŵ ŵ ŵ ŵ 'ŵ 7ŵ 8ŵ 9ŵ :ŵ ;ŵ <ŵ =ŵ >ŵ ?ŵ @ŵ hŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ ŵ Ƶ Ƶ Ƶ ǵ ǵ ǵ ǵ ǵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ȵ ɵ #ɵ =ɵ Wɵ _ɵ tɵ ɵ ɵ ɵ ɵ ɵ ɵ ʵ ʵ ʵ ʵ >ʵ ^ʵ ʵ ʵ ʵ ʵ ʵ ʵ ʵ  ˵ N˵ ˵ ˵ ˵ ˵ ̵ &̵ /̵ 0̵ 8̵ M̵ b̵ t̵ ̵ ̵ ̵ ̵ ̵ ̵ 	͵ ͵ 0͵ J͵ d͵ t͵ ͵ ͵ ͵ ͵ ͵ ͵ ͵ ͵ ε $ε 7ε 8ε 9ε :ε Cε ε ε -ϵ vϵ е е е е (е {е |е е е е е ѵ ѵ ѵ ѵ ѵ 'ѵ ѵ ѵ <ҵ ҵ #ӵ $ӵ %ӵ &ӵ 7ӵ ӵ ӵ ӵ ӵ ӵ ӵ ӵ Ե %Ե &Ե 'Ե (Ե 1Ե յ -յ qյ յ Yֵ Zֵ [ֵ lֵ ֵ ֵ ֵ ֵ ֵ ֵ ֵ ׵ ׵ /׵ I׵ Y׵ s׵ ׵ ׵ ׵ ׵ ׵ ׵ ص ص /ص Iص Jص Kص Lص ]ص ص ص ص ص ص  ٵ ٵ &ٵ 9ٵ :ٵ ;ٵ <ٵ Eٵ ٵ ^ڵ ڵ ڵ A۵ ۵ ۵ ۵ ܵ kܵ ܵ ܵ ܵ ܵ  ݵ ݵ *ݵ ?ݵ Qݵ kݵ ݵ ݵ ݵ ݵ ݵ ݵ ݵ ޵ '޵ <޵ N޵ h޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ޵ ߵ ߵ 1ߵ Dߵ Wߵ jߵ }ߵ ~ߵ ߵ ߵ ߵ M   X   T       K    
 A m      O V _ ` h }        2 C ] n         & @ Z k            ( ; < = > G   g   W  J   H g       A B C T           ' > O f }           4 K b s            / B U h { } ~    b 4  0 j   1 O      p q x   U     2 Q p      
       * L n        ;  P  Q  b                  V   $ y z  s t 3 4   0     ; s  		 ^	 _	 i	 t	 	 	 	 	 	 	 	 
 
 1
 3
 4
 5
 >
 
 
 
  , F }          ! 4 6 7 8 A _  
 
 
 
 
 B
 C
 V
 i
 |
 
 
 
 
 
 
 
 a b s t u             + , = > ? @ q   % & W O P    5 z   B   - . / 9 D w            + , 5     * V         
    8 9 L _ r        2 c       < b             ! " J K ^ q        ; u     Y ] ^ _ ` q            !   r                          -! ! " " P" " " " *# # $ $ h$ i$ $ % 4% 5% m% ?' l' m' ' \( ( ( ( ~) ) ) ) ) ) * 0* 1* w* + + ), , , - Q- - - . . . . . . . . . . . . . . . . . . . . / / / / / !/ "/ #/ $/ // 3/ F/ N/ Z/ [/ `/ / / / / / %0 *0 o0 p0 u0 0 0 1 1 1 41 81 R1 S1 X1 1 1 1 1 1 1 1 2 2 2 '2 v2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 3 3 3 	3 3 3 3 3 3 4 4 4 +4 -4 .4 /4 04 14 94 ?4 @4 I4 M4 N4 a4 m4 n4 o4 p4 q4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 6 6 7 7 8 8 8 ?9 L9 9 9 9 9 9 9 ": #: 4: t: u: v: : : R; < < < < = = = > > N? ? @ @ @ DA A A  B >B \B ]B pB C C C E (E E E E E F F G 
G H H I I WI cI rI ~I I I I J J *J sJ xJ J K K 2K K K 3L L L JM M M M M N N O O SQ TQ 
R R R R R S S nT U U 4V 5V W W W W W W W W W W W W W W W W W  X X X X X #X $X =X ?X DX EX SX UX [X \X oX qX wX xX X X X X X X X X X X X X X X X X X X Y Y Y Y Y Y %Y *Y EY FY GY HY IY '[ ([ 4[ |[ [ [ [ \ +\ _\ s\ \ \ \ ] :] X] ] ] ] ] ^ <^ [^ ^ ^ ^ ^ ^ _ _ _ _ 	` ` ` 6` i` j` ` ` ` ` ` ` ` ` .a Da Za pa a a a a a b 6b @b Jb Kb rb b b b b b b b c c c -c .c Bc Cc gc c c c c c c c c c c c c c c c c d %d &d :d ;d Ud qd rd d d d d d e 
e "e #e 4e Te Ue Ve }e ~e e e e e e e e e e e e e f f &f Ff Gf Hf uf vf wf xf yf zf f f f g g g g g g g g g eh h h h h h h i i 
i .i [i qi si i i i Fj Gj j j j j )k *k ;k k k k k k k k k k k Zl [l ll l l l l l l l _m `m m m m m m m ,n Cn [n rn n n n o Vo Wo Ap Bp Yp np p p p p p p p p p p p p p p p p p q 'q 7q 8q Cq Hq Iq Sq Xq Yq dq iq jq tq yq zq {q q q q q q q q q q q q q q q q q q r *r :r ;r Fr Kr Lr Vr [r \r gr lr mr wr |r }r ~r r r r r r r r r r r r r r s s s s Ds Rs bs cs ns ss ts ~s s s s s s s s s s s s s s s s s s s s 
t t t t t  t !t t t t u u u "u 'u (u 2u 7u 8u Cu Hu Iu Su Xu Yu Zu u u u u u u u u u u u u u u u u u v v .v /v :v ?v @v Jv Ov Pv [v `v av kv pv qv rv v v v v v v v v v v v v v v w w w *w 8w Hw Iw Tw Yw Zw dw iw jw uw zw {w w w w w w w (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x x x x x y 	y 
y y 7y Ey Uy Vy ay fy gy qy vy wy y y y y y y y y y y y y y y y y y y z z z z z z :z Zz z z z z z { { 	{ ,{ { { { { { | | A| K| U| V| | | | | | | | 6} 7} W} X} } ~ ;~ `~ p~ ~ ~ ~ ~ ~ ~  2 K d          > ?  퀶   - G \ t u v  > ? @ A j   . @ R S B C M X     Ƅ       % j k z  Å ą B  І   4 V W { |  އ 4  ͈     9 :        O Y c d   Ċ Ŋ Ɗ Ǌ Њ 1 2 R S   ċ ŋ ֋ ! " # $ T ꌶ  C D ۑ 葶   % k l , - ` a s ٗ ڗ @ A V  C F       - ? R S X ` e f k s               ɝ ѝ ݝ ޝ 杶 흶           
    ^ _  Ģ @ A     ᤶ        "      & 3 @ M ^ o      ɮ ஶ    3 4 Ѱ Ұ S T & '   @     K { | Ŷ      ɸ      B L V W       ź   7 ^  Ļ ϻ   7     ۼ ܼ ݼ ޼ 
     S ] g h        ʽ 	  < g  ˾ Q  ʿ ˿ ̿ ݿ 뿶 쿶    5 ? I J x             K   5¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ¶ ö ö Fö Pö Zö [ö ö ö ö ö ö ö ö ö ö ö Ķ 2Ķ `Ķ Ķ Ķ Ķ 3Ŷ 4Ŷ 5Ŷ FŶ TŶ UŶ VŶ `Ŷ kŶ Ŷ Ŷ Ŷ Ŷ Ŷ ƶ ƶ 
ƶ ƶ ƶ ƶ ƶ Yƶ eƶ ƶ ƶ ƶ 	Ƕ &Ƕ ]Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ Ƕ ȶ ȶ )ȶ 4ȶ gȶ qȶ {ȶ |ȶ ȶ ȶ ȶ ȶ ȶ ȶ ȶ ɶ ɶ ɶ ʶ Sʶ ˶ ˶ ˶ H˶ I˶ J˶ K˶ L˶ M˶ }˶ .Ͷ /Ͷ cͶ Ͷ Ͷ ζ [ζ ζ ζ  ϶ 
϶ ϶ H϶ R϶ \϶ ]϶ ϶ ϶ ϶ ϶ ϶ ϶ ϶ 
ж ж ж ж ж ж ж ж ж ж Ѷ Ѷ Ѷ %Ѷ 5Ѷ 6Ѷ 7Ѷ 8Ѷ `Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ ,Ҷ ZҶ [Ҷ \Ҷ mҶ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ӷ 'Ӷ (Ӷ MӶ `Ӷ sӶ tӶ uӶ vӶ Ӷ Ӷ ^Զ qԶ Wն Xն Yն Zն kն (ֶ /ֶ 8ֶ 9ֶ Aֶ Vֶ kֶ }ֶ ֶ ֶ ֶ ֶ ֶ ֶ ׶ '׶ 9׶ S׶ m׶ }׶ ׶ ׶ ׶ ׶ ׶ ׶ ׶ !ض 4ض Gض Hض Iض Jض Sض ض ض `ٶ aٶ bٶ sٶ ٶ ٶ ٶ ٶ ٶ ٶ  ڶ ڶ ,ڶ Fڶ Vڶ pڶ ڶ ڶ ڶ ڶ ڶ ڶ ۶ ۶ ,۶ F۶ G۶ H۶ I۶ q۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ ۶ gܶ ܶ ܶ ݶ ݶ ݶ ݶ ݶ ݶ ޶ ޶ B޶ [޶ ޶ ޶ ޶ ޶ ޶ ޶ ޶ ޶ o߶ ߶ ߶ #      ( ) Q R w            X    
 ] ^ e n o w        + 3 H ] o          N O w x            8 L      	          	 # 4 N h y          1 K e v               '  B   ) |  G  L     8 O     7 c          0 E W q        & . C X m       	 # 4 N O P Q y z             {   l      $ I `       6 = F G O a s         , B S j k s          ( ? P f w                    &  8    P   S r     Z y  	 	 	 
 
 
 3 R q     - . ?            
 .
 P
 Q
 s
 
 
 
 
 
   3 X Y Z [  E G {   , s    j        + , `    X      E O Y Z           $ G ~     I J [ \ ]            !           - / 0 1 : X |       ; < O b u       <               "  d      ! Y! ! ! '" v" " " " " " # # )# *# R# S# x# # # # # # # # B$ s$ $ $ $ $ 6% 7% H% u% |% % % % % % % % % % % % & #& %& && <& =& F& & & ' ' 7' J' ' ' ' '  ( (  ( !( 2( f( m( u( v( ( ( ( ( ( ( ( ( ) ") 5) 7) 8) 9) B) ) ) * %* `* k* * * * * * * + <+ =+ e+ f+ y+ + + + + + + + ., k, - S- - - - %. &. '. 8. e. f. g. h. . . . / / / / Z0 0 0 0 E1 1 1 2 2 @2 2 2 2 3 4 
5 5 H5 5 46 56 h6 7 7 R7 g7 7 7 7 7 7 8 _9 9 9 : Z: : : G; ; ; <  < +< 7< F< R< e< i< j< k< l< m< n< o< p< q< < < < < < < < < < < < < < < < < < < < 5= := = = = = = 
> > > J> N> > > > > > > > > .? 3? Z? [? `? ? ? ? ? ? ? @ @ %@ &@ )@ 3@ 4@ 7@ @@ A@ B@ S@ X@ `@ g@ n@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ oA pA A A A A A A A A A A A A A A A A A A B B 
B B B !B ;B <B GB TB UB _B lB mB nB oB pB qB rB sB B B B B B B B B xC yC kD lD CE DE [F dF F F F 2G 3G ?G G G G G G G H H H !H YH H I I J J K K K  L {L L RM M "N #N N =O O O O O O P tQ uQ Q R R /S QS jS S S S T T JV KV V V V W W W W nW W W W W X X UX X X X :Y wY Y Z Z Z 8[ 9[ [ [ )\ *\ ] ] ^ ^ _ _ v` w` ` ` Ra b Sc Tc c c >e Be Ce Ye Ze ne oe pe ye e e e e e e e e e e e e e e e e e e e e e e e 
f f f f +f -f 2f 3f Hf Jf Of Pf jf lf qf rf f f f f f f f f f f f f f f f f f f f h h h i 4i hi i i i i j Ej ]j j j j j *k Hk |k k k k k -l .l /l 0l Rl [m \m rm m m m m m n n &n 4n Gn Hn fn n n n n n n o $o %o o o o o o o o o p -p .p Dp Zp pp p p p p p p p p p q !q "q 7q 8q 9q :q Kq kq lq mq q q q q q q q q q q q q r r "r Mr fr {r r r r r r r r r r s s s s s  s )s Hs Is ]s ^s s s s s s s s s s t t t t t t !t jt kt  u !u "u 3u Su Tu Uu Vu vu v 7v Mv Nv Xv cv v v v v v v w w Bw Cw Lw w w !x "x 1x x x x x *y my ny y y y y y y y y y 
z +z ,z -z .z /z 0z ]z z z ?{ J{ T{ _{ i{ j{ { { { | =| >| y| | | | } } } ~ 7~ E~ U~ V~ a~ f~ g~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~        6 D T U ` e f p u v                   
      D R b c n s t ~          ‷         ! " - 2 3 = B C D ] k { |              + t      ł Ƃ Ђ Ղ ւ Ⴗ 悷 炷      - = > I N O Y ^ _ j o p z      ̃ ̓ ؃ ݃ ރ 胷 탷     	    @ N ^ _ j o p z          Ȅ ք 愷 焷          # ( ) *   ƅ ԅ 䅷 具           ! & ' ( G U e f q v w           Ն ㆷ           % & 0 5 6 7 R ` p q |             ؇   @ A      ʈ O P      ߉ 鉷   ' K ] _ v w  Ԋ Պ   D  ً    / 0 T U f  Ќ 錷  1 2 X       ܍ ݍ ,    ˎ 厷     % ܏ ݏ ޏ ߏ    ̐ ސ    ᑷ 둷  ) 3 = > d       Ò  	  ) a b  N n   Ҕ     + | ҕ - k     ז ؖ ] ^      헷    ( P b c d e n Ϙ И   @ A b c t        ᜷ ✷ y    à 	 
 ʢ ˢ    w x ާ ߧ  A ᨷ 䨷 O P 5 J   ˪ ݪ       	    # * / 0 5 < H I Q Y ^ _ g o { |           P Q   > ?   V b ް ߰   , -  @ A I J  % &  E O    Ļ ѻ ޻ 뻷  
  / @ A T g ~    ѽ ҽ o p     · · · .÷ /÷ ÷ ÷ ÷ ķ ķ cķ ķ "ŷ #ŷ Jŷ ZƷ gƷ Ʒ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ #ȷ Uȷ Vȷ Xȷ Yȷ Zȷ cȷ ȷ ȷ ȷ ȷ :ɷ bɷ mɷ ɷ ɷ ɷ /ʷ 0ʷ 1ʷ Bʷ yʷ zʷ {ʷ |ʷ ʷ ʷ ʷ ʷ ʷ ʷ ˷ ˷ 4˷ Y˷ Z˷ [˷ ]˷ ^˷ _˷ h˷ ˷ ˷ ˷ ̷ E̷ i̷ ̷ Xͷ hͷ iͷ jͷ {ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ η <η =η >η ?η Aη Bη Cη Lη η η η η )Ϸ MϷ Ϸ <з Lз Mз Nз _з mз nз oз pз з з з з з з з 'ѷ Nѷ Oѷ Pѷ Qѷ Sѷ Tѷ Uѷ ^ѷ ѷ ѷ ѷ ѷ =ҷ ]ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ 	ӷ <ӷ Fӷ Pӷ Qӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ Է *Է XԷ xԷ Է Է Է Dշ Eշ Vշ dշ eշ fշ շ շ շ շ ַ ַ ַ ַ Cַ Dַ Eַ Gַ ^ַ _ַ hַ j׷ k׷ |׷ ׷ ׷ ط ط ط ط ط ط ط ط ط ٷ ڷ ڷ ۷ C۷ z۷ ۷ ۷ Hܷ ܷ ܷ ܷ ܷ ܷ ܷ ܷ ܷ #ݷ Cݷ Vݷ iݷ |ݷ ݷ ݷ ݷ ݷ ݷ ޷ 0޷ ]޷ ^޷ _޷ p޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ !߷ 4߷ G߷ Z߷ m߷ n߷ o߷ p߷ y߷ ߷ ߷ ߷ ߷ ߷  < C L M c s t u v w x y z { |           Z       	       	  5 O _ y         5 O P Q R z         \       [ b k l t        ( 0 E Z l          ' : M ` s t u v   " i  P Q R S d      1 D W X Y Z c 
 5 x  _ ` a b s      ( ; N a b c d m B i           
  * ? Q k        
 ' A Q k          ) < O b u v w x  :    } * + , =  # * 3 4 < Q f {        1 9 N c x        . / 0 1 Y Z m           A      @  @ A H      I  }       5 6 G           ) : T n          7 Q b |           + > Q d w x y z  A ;   &  
  =	 D	 	 	 	 	 	 
 <
 }
 ~
 
 
 
 
 
 
 
 
  # 5 L c z        	  # 5 G Y p       
 
 ,
 -
 .
 /
 W
 X
 k
 ~
 
 
 
 
 
 
 
   p  l    m   O   ?    P Q     O n      ! " F G L N O P Y f       3 U w         3    [    `         o! p! 4" 5" l" " " " @# w# # # E$ $ $ $ $ $ $ $ $  % !% 4% G% Z% m% o% p% q% z% % % & J& h& & & & & & & & #' $' 7' J' ]' p' r' s' t' }' ' ' B( C( T( U( V( ~( ( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) ) ) )  * * &* (* )* ** 3* W* * g+ h+ y+ z+ {+ |+ + 9, :, a, b, , - - - . 9. q. . . 9/ ~/ / 0 i0 j0 k0 u0 0 0 0 0 0 0 0 1 )1 <1 O1 Q1 g1 h1 q1 1 2 #2 [2 f2 2 2 2 2 3 3 "3 #3 93 I3 J3 K3 L3 t3 u3 3 3 3 3 3 3 3 3 3 S4 n4 4 4 4 4  5 +5 J5 x5 5 5 5 5 5 6 6 6 6 D6 [6 \6 ]6 ^6 6 6 6 6 6 6 6 6 6 6 O7 w7 7 7 7 	8 (8 8 8 8 8 8 8 8 8 9 9 9 *9 =9 P9 R9 S9 T9 ]9 9 	: : : ,; 7; V; ; ; ; ; < < < < -< .< i<  = R= S= = = 3> 4> f> > N? O? ? ? ? A@ p@ q@ @ {B B B B C C C D D D D E !E 1E DE lE mE E F ,G eG G G QH H H $I [I I I I I I I J J J 	J 
J J J 
J J J #J *J /J ?J @J OJ PJ QJ ]J ^J _J `J kJ oJ J J J J J J J .K /K 4K aK fK K K K K K >L ?L DL pL tL L L L L L L L L ,M 1M WM XM YM cM M M M M M M M M M M M M M M N N N N $N (N /N 6N 7N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN EN ZN 
O O 'O (O AO RO SO gO iO jO kO lO mO uO {O |O O O O O O O O O O O O O O O O O 
P P P 
P P P P P P P -P .P /P 0P =P OP Q Q 	R 
R R R S T "T {T T T T T %U &U 9U ^U _U pU U U U U U V JW KW 8X 9X .Y /Y ;Y Y Z Z Z Y[ [ [ \ \ ;] <] z] ] ] ] _ _ $_ B` d` ` ` a $a >a ?a Hb Ib c c Gd Hd d d d d d e "e Te Ue fe e e e Qf Rf nf f g og 4h 5h h h h "i #i i i  k !k l l Fm Gm n n /n @n n o p p pq qq r r r r r s 
s s s %s 2s 3s 4s 5s 6s 7s ;s <s =s >s Ws Ys _s `s ys {s s s s s s s s s s s s s s s s s s s t 
t t t t !t 't (t 6t 8t >t ?t Rt Tt Yt Zt at ft t t t t t cv dv pv v v w  w Tw gw w w w w /x Bx vx x x x y 4y Dy xy y y y y y y z z { 6{ E{ X{ Y{ r{ { { { { { { | 4| 5| 6| j| | | | | | )} *} 4} ?} r} |} } } } } } } } ~ $~ &~ =~ >~ G~ i~ j~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 	 
  2 3 4 5 6 7 @ a b v w        . H I ^ _ p          ǀ 怸 瀸    : ; P Q b            	    т       Ճ 냸 샸   4 > H I j     ᄸ ꄸ     υ   e f w Ȇ   - . / 0 1 2 ;    ɇ ʇ ˇ ̇ ͇ ·    ݈ 舸     h    ۉ ܉  L   } ~   Ջ ㋸           % & 0 5 6 7 U c s t              Ԍ ⌸          $ % / 4 5 6 X f v w              ⍸         ! " - 2 3 = B C D           ˎ Ў ю ێ  Ꮈ ⎸  	   % * + 5 : ; F K L V [ \ ] ɏ  4 B R S ^ c d n s t         ː ې ܐ 琸 쐸 퐸     
      L Z j k v { |           ޑ 쑸    
     ) . / 9 > ? @ f t             ƒ ǒ Ȓ 4 5 d r             ē œ Ɠ 哸        $ % 0 5 6 @ E F G s           Ô Ĕ Δ Ӕ Ԕ Ք         * / 0 ; @ A K P Q R v   ޕ ߕ 5 6 C D E h 햸  " 4 5 ? J }    ŗ 闸      r s   ☸ A w    ͙ Ι    U n   Ϛ К  % & ' ( ) 2 z { ʛ ) 4 P i      Ü z { | }  5 6 j |   ~    ǟ џ ۟ ܟ  1 C U V W X a    Ǡ    ~ 졸  - S p     ɢ  p ˣ 	 L M N O u v   0 B C M X     ƥ        m n   ަ ߦ     ] ^ _ `  & J    $ O P a   h i      | }  ߵ     ӷ 跸 Y Z i {            ȸ ͸ θ Ӹ ڸ 游 縸 ︸     
   " ) . / 7 > J K L M  ﹸ F G ܼ ݼ      | } 3 4 ʿ ˿    ¸ ¸ 9ø ĸ ĸ ^Ÿ Ƹ Ƹ 3ȸ 4ȸ Uɸ bɸ oɸ |ɸ ɸ ɸ ɸ ɸ ɸ ɸ ɸ ɸ ʸ ʸ 3ʸ 4ʸ ?ʸ o˸ p˸ 
̸ ̸ ̸ ̸ bϸ cϸ 6и Gи |и и и ,Ѹ ZѸ Ѹ Ѹ Ѹ Ҹ QҸ Ҹ Ҹ Ҹ Ӹ Ը 1Ը 5ո 6ո @ո Kո ~ո ո ո ո ո ո ո ո ո ո ָ @ָ Lָ sָ ָ ָ  ׸ ׸ D׸ N׸ s׸ ׸ ׸ ׸ ׸ ظ ظ ظ ظ Fظ Gظ Qظ \ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ٸ Eٸ Qٸ xٸ ٸ ٸ ڸ ڸ ڸ ۸ ۸ ۸ ۸ '۸ (۸ )۸ 3۸ >۸ q۸ {۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ )ܸ 5ܸ \ܸ ܸ ܸ ܸ qݸ ݸ ݸ ݸ ݸ ݸ ޸ ޸ 
޸ ޸ :޸ D޸ O޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ;߸ G߸ n߸ ߸ ߸ ߸ 3 o p q            G H I K L M V      E b        > [ e p             	  Y  @ A R        j k    P   ; < F Q          - / F G P       ; B J K a q r s t        
   : h                    B c d                d k t u }        1 9 N c u          8 ] p       (        	 
  ' < N h        
 $ > N h                  P      U V ~             _       d e               K  3 4 5 F          	  #  3  M  g  o              	 # $ % & 7                8 t       E         + E _ p         ( B \ m            1 D W X Y Z c '	 ~	 	 2
 e
 
 .       %
 t
 
 
 
  G s     ) 0 9 : B W l         7 H b j          4 E _ p               !   A   1  $   " A `        . r y           ) @ W h ~          % < M d {          	  / B U W X Y b t <   
 D     )  [    ! " # J$ K$ R$ % % /& o& & & & ' +' J' i' j' {' ' ' ' ' ' ' ' ' ' ( &( H( j( ( ( ( ( ( ) *) +) <) o) ) ) ) ) ) + + + + 0, h, , , S- T- - M. N. 
/ / / / 
0 g0 h0 0 0 1 M1 1 1 82 92 C2 N2 2 2 2 2 2 2 2 2 2 3 
3 3 3 3 `3 3 3 3 4  4 W4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 95 ]5 5 5 5 5 5 6 6 06 C6 V6 i6 k6 l6 m6 v6 6 6 ;7 <7 M7 N7 O7 w7 x7 7 7 7 7 7 7 7 7 7 x8 9 9 9 9 9 9 K9 9 9 9  : 1: ); *; ^; ; ; < T< < < = c= = > > 	> > > Q> [> e> f> > > > > > > > ? ? ? ~? ? ? ? @ 0@ r@ s@ @ @ @ @ @ @ @ @ @ @ A A &A 9A LA _A aA bA xA yA A A B =B ZB sB B B B B C <C [C \C ]C nC C C C C C C C C C $D %D 8D KD ^D qD sD tD uD ~D D E OE aE E E E 3F 7F 8F 9F :F KF xF yF F F F F F F F F F F jG G LH H H H H aI bI cI tI I I I I I I J J J J *K K K K L L L L BM CM |M M N N GN P FP GP P 6Q pQ qQ Q XR YR R R R R R 
S S QS T T U YU U U +V V V V [W \W gW sW W W W W W W W W W W W W W W W W W W W W W W W W 	X 
X  X (X 4X 5X :X qX vX X X X X Y IY JY OY Y Y Y Y Y Z Z ,Z -Z 2Z jZ oZ Z Z Z Z Z Z Z Z [ P[ U[ a[ b[ e[ o[ p[ s[ |[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \ ] ] ] 	] 
] ] ] ] ] #] '] (] ;] G] H] I] J] K] ]] w] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ _ _ ` ` a a a b &b nb ob {b b b b b b c Nc Oc Pc ]c c ,d d d e e f f f \g g (h h h ^i _i j yj j j k 6k 7k Jk l l l m n kn n n n n n o o q q q q 1r =r Lr Xr Yr r r r r s Ms Rs s s s t vt t 
u u u $v tv uv v v ew fw x x -z .z z z { { { { | H} ~ ~   z ~        À Ѐ р Ҁ Ӏ Ԁ Հ ـ ڀ ۀ ܀         - / 5 6 I K Q R g i n o           Ł Ɓ ԁ ց ܁ ݁          ! " #    V p     9 M   ͅ   2 f   ҆ ↹  5 i j k l     Ԉ ㈹    C D b p    ҉ Ӊ ԉ   4 J ` a Ǌ Ȋ Ҋ ݊   $ % L i j     ċ ۋ ܋ 勹     A ] ^ s t u v     Ќ ь Ҍ ӌ Ԍ Ռ ތ      / K L ^    ̍ 捹 獹    . / 0 W X Y Z [ \ e      ؎ َ       ! " O P Q R S T ]   \ ] ^ o      ? s     ґ ܑ 摹 瑹  5 K M ~     ! ] ^ m     f   ˔ ̔ ͔ Δ ϔ Д ٔ 4 5 F g h i j k l  9 : {        5 L y z  ꗹ 0 1   3 H s           Ù ę Ι ә ԙ ՙ      " # - 2 3 > C D N S T U r            Ú ͚ Қ Ӛ Ԛ       % & 0 5 6 A F G Q V W X           ˛ Л ћ ۛ  ᛹ ⛹  , < = H M N X ] ^ i n o y ~       Ü Ȝ ɜ Ӝ ؜ ٜ 䜹 霹 ꜹ     g  ҝ           " # - 2 3 4 [ i y z              ꞹ   	    $ ) * 5 : ; E J K L |          ǟ ̟ ͟ ן ܟ ݟ ޟ   " # . 3 4 > C D O T U _ d e f Ҡ Ӡ     ! , 1 2 < A B M R S ] b c d         ¡ á Ρ ӡ ԡ ޡ 㡹 䡹 塹   / 0 ; @ A K P Q \ a b l q r s        Ȣ ͢ ΢ ٢ ޢ ߢ 颹     4 Y | } ӣ ԣ ᣹ ⣹ 㣹     Ҥ Ӥ ݤ 褹  % / 0 c         1 2  ߦ  : J [ k l      % > m n  è Ĩ Ũ ƨ Ǩ Ш   h ǩ ҩ   ! 6 N O P a     D ӫ ԫ   , -   ' 2 e o y z  ϭ ᭹      D E T e      ˯   0 1 U V g   i  걹 뱹 챹      β ಹ Ჹ 벹  ) 3 = > d         , - | }        . ĵ 赹    º    E F   : ; M   ù ù 0ù }ù Ĺ  Ĺ Ĺ Ĺ qŹ Ź Ź Ź ƹ ƹ ,ƹ -ƹ 2ƹ :ƹ ?ƹ @ƹ Eƹ Mƹ Yƹ Zƹ _ƹ fƹ kƹ lƹ qƹ xƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ǹ ǹ ȹ ȹ zʹ {ʹ 8˹ 9˹ ˹ ˹ ̹ ̹ ̹ ̹ h͹ i͹ ͹ |Ϲ }Ϲ й й й aҹ bҹ ҹ Թ Թ չ չ ֹ  ׹ 
׹ ׹ '׹ 8׹ I׹ Z׹ k׹ |׹ }׹ ׹ ׹ ׹ ׹ ׹ ׹ 
ٹ ٹ ٹ ٹ -ڹ .ڹ  ݹ ݹ ݹ ݹ ޹ j޹ k޹ ޹ ޹ %߹ U߹ V߹ ߹ ߹ ^ _          & 0 1 _          8 v      k l m ~         - 7 A B p           A   +             # $ R x y z { } ~      % e   x              * 4 5 c            : y   
     . / 0 : E x            3 ? f      7           A K U V            -    " # $ % & ' W  	 =    5      " , 6 7 _          Y l              : ] p          4 5 6 G x                  ' : M N O P Y  8 K 1 2 3 4 E  	    0 E W q           -  G  W  q                 ! " # $ -   : ; < M            0 J d l          ! " # K c v        A ^           5 Z m       I q   	 	 	 	 	 
 
 +
 ,
 Q
 d
 w
 
 
 
 
 
 
 ~   2     7
 8
 ?
 H
 I
 Q
 f
 {
 
 
 
 
 
  
 " 7 I c }        ( ) Q R e x        v   &  f g h y  _ f o p x        ( B S m u        % ? P j k l m              }   V  ! | & | }    ) Y     = q r        
  1 K e v          2 G Y s        ( ) * + S T g z        }  w! ! U" b" " F# # y$ $ $ $ $ #% :% Y% x% % % % % & &  & !& )& ;& M& _& q& & & & & & & ' ' -' D' E' M' _' q' ' ' ' ' ' ' ( ( *( @( Q( h( i( j( k( ( ( ( ( ( ( ( ( ( (  ) * * + *, , , -- L- - - - . 4/ S0 {1 1 1 1 3 3 3 
4 ,4 K4 4 4 4 4 5 5 5 ]5 ^5 5 5 5 5 5 5 5 5 5 5 6 *6 +6 M6 o6 6 6 6 6 6 
7 27 37 47 57 o7 9 !9 U9 9 9 : M: : : : D; ; ; < < p= q= = > > :> |> > > 2? ? ? ? ? ? @ )@ 3@ 4@ \@ ]@ p@ @ @ @ @ @ @ @ @ !A XA A A A A #B $B 5B 6B 7B _B `B sB B B B B B B B B B ~C C C C C C C C C C D 	D 
D D D 2D VD D D D D D E E )E <E OE bE dE eE fE oE E F F F F F F F F uG vG G G G H H H >I uI I I 3J uJ J K PK K K K K K K K L L ,L -L RL eL xL L L L L L M MM _M M M M N N "N ON VN ^N _N uN N N N N N N N N N N N  O O O  O O O O O P $P \P gP P P P P P P Q @Q GQ OQ PQ Q Q Q Q Q Q Q Q Q Q R R R R R R R R R :S ES dS S S S S S S T T ?T @T ST fT yT T T T T T U EU U -V hV sV V V  W W W ?W @W AW BW iW jW W \X X X X 4Y oY pY Y Z Z Z Z Z [ }[ [ [ [ ] ] ] "^ ^ _ _ B_ _ _ ,` A` ]` m` ` ` ` ` 9b hb b b 4c c c !d `d d d d e e  e ,e ?e Ce De Ee Fe Ge He Ie Je Ke _e fe ke {e |e e e e e e e e e e e e e e e f f jf kf pf f f f f f $g (g zg {g g g g g g g h 
h 4h 5h :h hh mh h h h h h h h  i i 
i i i i i i -i 2i :i Ai Hi Ti Ui `i di ki ri si ti ui vi wi xi yi zi {i |i }i ~i i i i i Ij Jj cj dj }j j j j j j j j j j j j j j j j j j j j j j k k !k .k /k 9k Fk Gk Hk Ik Jk Kk Lk Mk Zk [k ik jk kk lk yk k Rl Sl Em Fm n n 5o >o ^o o o p 
p p ap bp up p p p p p p p 3q q r r ts us jt kt wt t Uu u ,v v v v w x wx xx x x x x Nz Oz `z ~{ { 	| +| D| `| z| {| } } $ %        H ^    뀺  /     Q  p q    ^ _   \ ] ˇ ̇   P Q k | , 抺 - .      3 4 H I J S a n o p q r s w x y z         ˎ ͎ ӎ Ԏ 玺 鎺      
 " $ ) * D F K L [ ] c d r t z {                 B \   ג 뒺  7 k ~  Г  " V p   Ӕ   	 
 , 5 6 L r     ᖺ ►    ! " @ p q r   җ 藺   e f p {    Ø ꘺    4 J ` b y z      ߙ       % E F G n o p q r s |     ͚ 隺 ꚺ  ' @ U j      ̛ ͛ Λ        " # 7 8 Z v w       휺       D E    
 - . / 0 P ݞ  ' ( 2 = p z    ӟ 韺 럺   &      \     G H i j k l m n w Ң Ӣ 䢺     	 
 7 ף أ  $ . 9 C D   Ӥ ꤺ   S  Υ ϥ   Ѧ 榺   / 0 ; @ A K P Q \ a b l q r s        ˧ Ч ѧ ܧ ᧺ ⧺ 짺      . / : ? @ J O P [ ` a k p q r      è Ĩ Ψ Ө Ԩ ߨ 䨺 娺 墨     , < = H M N X ] ^ i n o y ~    ʩ ک ۩ 橺 멺 쩺      
     7 E U V a f g q v w         N p ~            ˫ Ы ѫ ҫ     # ( ) 3 8 9 D I J T Y Z [        ¬ Ǭ Ȭ Ӭ ج ٬ 㬺 謺 鬺 ꬺ  ( 8 9 D I J T Y Z e j k u z { |     ̭ ѭ ҭ ܭ ᭺ ⭺        p q     ʮ Ϯ Ю ڮ ߮ ஺ 뮺        ! / ? @ K P Q [ ` a l q r |      ͯ ί ٯ ޯ ߯ 鯺  ﯺ     
    , : J K V [ \ f k l w | }      Ұ    q r     ) * ^ p q {   ò Ͳ β  % 7 9 P Q Z   ϳ г  }  ش 贺  	 
 . / @   õ ܵ   2 a b c d e n    e p    Է 췺        ⸺ q r   ʹ ˹   ź к  
   > m       ⻺ 㻺   ; <  ( H i   ν Ͻ    V   E       7 8 l ~         * < = > ? H     º º <º =º Nº º º º º º bú ú ź ź SȺ `Ⱥ ɺ ɺ ɺ ʺ ʺ ˺ ˺ ̺ ̺ ̺ Qκ Rκ к к к Ѻ Ѻ Ѻ )Һ *Һ Ӻ $Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ժ 	Ժ 
Ժ Ժ Ժ "Ժ #Ժ +Ժ 3Ժ 8Ժ 9Ժ AԺ IԺ UԺ VԺ ^Ժ eԺ jԺ kԺ sԺ zԺ Ժ Ժ Ժ Ժ *պ +պ ֺ ֺ غ غ غ غ 0ٺ <ٺ ٺ ٺ oں pں ۺ ۺ Yۺ ݺ ݺ #޺ $޺ u޺ ߺ     ) o p         	   . A X o p {   I J     r    	 h     =    $ 4 A m q r |       / 0 2 3 4 = |     < G    	 
   S T U V          3 4 5 7 8 9 B      C  2 B C D U c d e o z             & e q    '   & ' ( 9 G H I J v        ( ) * + - . / 8 w     7 o             * + Y           2 R      0 > ? @ z           ! 8 9 B D  E  V      | }             T   " w x         0 C V i k     
 7 8 9 J w ~           ! 4 G H I J S v      	 	 &	 '	 =	 M	 N	 O	 P	 Q	 R	 S	 T	 U	 V	 ~	 	 	 	 	 	 	 	 	 	 4
 
 
              
 )
 9
 S
 m
 u
 
 
 
 
 
 
  ) * + , T t        6 d     5 < E F N c x       
  4 F ` z          ' : M N O P Y   C  * + , - >        1 2 3 4 =   R  9 : ; < M        ( ; < = > G  C   o p q          + E _ o         + E _ ` a b s       ) < O P Q R [  t   W             ! 
! ! ! +! @! U! g! ! ! ! ! ! ! " " (" =" R" d" ~" " " " " " # 	# 
# # 3# 4# G# Z# m# # # # # # # c$ $ % n% % % j& & ' ' ( ( "( a( ( ( ( #) W) ) ) ) * * !* e* l* u* v* ~* * * * * * + + .+ H+ Y+ s+ + + + + + + + , +, <, V, p, , , , , , , , , , - - +- >- Q- R- S- T- ]- . / }/ /  0 m0 0 `1 2 2 ^2 }2 2 2 2 2 3 W3 X3 Y3 j3 3 3 3 3 3 3 3 3 4 &4 =4 T4 e4 |4 4 4 4 4 4 4 4 4 5 !5 35 J5 a5 x5 5 5 5 5 5 5 6 6 6 	6 16 26 E6 X6 k6 ~6 6 6 6 6 6 7 x8 J9 9 F: : : : G; e; ; )< < = ? ? ? ? *A +A kA A A A )B HB gB B B B B B B  C !C &C (C )C *C 3C @C bC C C C C C 
D /D QD fD gD xD D D D D D 
E F F F 5G lG G G :H H H H I I IJ JJ K K FK K K K L QL L L M tM uM M M M M M M M M N !N 4N GN IN JN KN TN N N N $O BO \O O O O O O O O O P $P 7P JP LP MP NP WP uP P Q Q .Q /Q 0Q XQ YQ lQ Q Q Q Q Q Q Q Q Q wR xR R R R R R R R R  S S S S 
S 1S S AT BT ST TT UT VT T U U ;U <U mU eV fV V V W KW W W X XX X X CY DY EY OY ZY Y Y Y Y Y Y Y Z Z )Z +Z AZ BZ KZ Z Z Z 5[ @[ l[ [ [ [ [ [ [ [ \ #\ $\ %\ &\ N\ O\ b\ u\ \ \ \ \ \ \ \ -] H] y] ] ] ] ] ^ $^ R^ x^ ^ ^ ^ ^ ^ ^ ^ ^ _ 5_ 6_ 7_ 8_ `_ a_ t_ _ _ _ _ _ _ _ )` Q` ` ` ` ` a oa sa ta ua va a a a a a a b b *b ,b -b .b 7b b b c c d d 0d d d d d d d d d e e Ce e ,f -f ff f 
g g @g g (h )h ~h h h i Ji Ki i Uk k k k rl l l l m m m m m n n Fn Gn n o p ?p p p +q gq q q 5r r r r r r r r r r r r r r r r r r s 	s s s )s *s +s 7s 8s 9s :s Es Is \s ds ps qs vs s s t 	t t ;t @t t t t t t u u u Ju Nu hu iu nu u u u u u v v 1v 2v 3v =v v v v v v v v v v v v v v v v v v v v w 	w w w w w w w w w w w w w w w w w 4w w w x x x ,x -x Ax Cx Dx Ex Fx Gx Ox Ux Vx _x cx dx wx x x x x x x x x x x x x x x x x x x x x x x y y 	y 
y y )y y y z z { { | | | U} b} } } } }  ~ ~ 8~ 9~ J~ ~ ~ ~ ~ ~ h $ %    	    d ʃ 3   Z    T r s  쇻 퇻   >  ɉ ≻    " #  Ì ! " m y    捻  . / @   ͎ + , H   I   `         i j   !   	  ʗ  ˙ ̙ J K    ћ қ 曻 盻 蛻    
         1 3 9 : S U Z [ i k q r           ǜ Ȝ ✻ 䜻 霻 ꜻ         , . 3 4 ; @ [ \ ] ^ _ = > J     . A u   ՠ 	  P n      R q     ʢ ӣ ԣ ꣻ   2 3 L       ޤ    D Z p        L V ` a     Ҧ 覻      ! C D X Y }       ç 㧻 䧻 姻  
      ; < P Q k    Ũ ި   " # 8 9 J j k l          թ ֩    * + < \ ] ^        ⪻ 㪻     ˫ ̫ ͫ Ϋ  {  Ŭ Ƭ Ь ۬   " # D q     ĭ \ ]     ? @ Q  寻 毻   	 
    p q        հ u v  ± ̱ ױ ᱻ ⱻ B Y q     & l m W X o    ʹ δ ٴ ޴ ߴ 鴻  ﴻ     
    / = M N Y ^ _ i n o z         ̵ ͵ ص ݵ ޵ 赻      	    2 @ P Q \ a b l q r }        ʶ ڶ ۶ 涻 붻 춻      
     Z h x y              շ 㷻           % & 0 5 6 7  츻   , - 8 = > H M N Y ^ _ i n o p      ƹ ǹ ѹ ֹ ׹ ⹻ 繻 蹻     & 4 D E P U V ` e f q v w      ƺ ֺ ׺ ⺻ 纻 躻      	     @ N ^ _ j o p z            > L \ ] h m n x } ~         ͼ ݼ ޼ 鼻  ［    
       ! M [ k l w | }           ʽ ؽ 轻 齻     	 
    % * + , P p         B ǿ ȿ     $ W a k l        L M m n  » Q» v» » » » » » » » /û Hû aû zû û û û û  Ļ Ļ Ļ Ļ Ļ TĻ UĻ Ļ Ż Ż *Ż CŻ ]Ż rŻ Ż Ż Ż Ż Tƻ Uƻ Vƻ Wƻ ƻ ǻ ǻ Dǻ Vǻ hǻ iǻ XȻ YȻ cȻ nȻ Ȼ Ȼ Ȼ Ȼ Ȼ ɻ ɻ /ɻ 0ɻ 1ɻ 2ɻ ;ɻ ɻ ɻ ɻ ɻ ɻ ɻ Xʻ ʻ ʻ ˻ -˻ J˻ l˻ m˻ ˻ ˻ ˻ ˻ J̻ ̻ ̻ &ͻ 'ͻ (ͻ )ͻ Oͻ Pͻ ͻ ͻ 
λ λ λ 'λ 2λ eλ oλ yλ zλ λ λ λ λ λ λ λ Gϻ Hϻ hϻ iϻ ϻ ϻ ϻ ϻ ϻ 7л 8л 9л :л jл  ѻ $ѻ Yӻ Zӻ ջ ջ )׻ *׻ ;׻ ػ ػ Bٻ Cٻ vڻ wڻ ڻ ۻ ۻ V޻ W޻ l޻ ޻ Y߻ \߻ ߻ ߻   3 4 C U h i n v { |                        	   $ % & '     !   t u   V W 
            8   
  / < I V c t         
   I J   i j < =  ! V    4 a    +          % X b l m         & M t      (  M                    ! + 6 i s } ~          + R }   g         
  K U _ `            6 a   K            ) \ f p q           ! H v   
	 I	 J	 K	 \	 j	 k	 l	 v	 	 	 	 	 	 	 !
 "
 #
 %
 &
 '
 0
 o
 {
 
 
 
  < s        5 ? J }           
 
 
 3 i   , ^ _ ` a b c  D E y   * q      + ^ h r s       	   ! *         $ % ; K L M N v           B p q r                  = > c v       t  m n o p  > E N O W l         ( = O i          7 J ] ^ _ ` i   v w x         ( B \ l         ( B \ ] ^ _           }      *! ! ! ! ! ! /" 0" X" q" " " " " " " " " # # # 9$ $ $ $ $ $ >% ?% g% h% % % % % % % % % % & & %' n' 
( ( (  ( s( t( {( ( ( ( ( ( ( ( ( 
) ') A) I) ^) s) ) ) ) ) ) ) ) )  * * d* e* * * * * * * * * * * * + , N, b, , - - - - . . . . . . . . . / / 9/ J/ d/ ~/ / / / / / / 0 0 60 G0 a0 {0 0 0 0 0 0 0 0 0 0 1 1 11 21 31 41 =1 2 X2 2 3 ?3 3 4 ]4 4 b5 5 5 5 5 N6 e6 6 6 6 !7 M7 y7 7 7 7 8 
8 8 8 8 18 F8 [8 m8 8 8 8 8 8 8 9 "9 <9 D9 Y9 n9 9 9 9 9 9 9 : : 9: J: d: e: f: g: : : : : : : : : : : : ; < = = = > > > ? ? ? @ :@ _@ v@ @ @ @ @ @ A LA SA \A ]A eA wA A A A A A A B B 1B BB XB iB B B B B B B B B B C 'C >C UC fC |C C C C C C C C C C 	D D /D 1D 2D 3D <D NE F F fG G H iH H H I 5I I pJ K L $M %M ,M N N 	O IO hO O O O P $P CP DP UP P P P P P P P P P P  Q "Q DQ fQ gQ Q Q Q Q R R R IR nR oR pR qR R [T ]T T T 
U BU U U -V .V V 'W (W W W X X X AY BY vY Y Y 'Z nZ Z [ [ [ ([ [[ e[ o[ p[ [ [ [ [ [ [ [ [ [ [ :\ ]\ \ \ \ \ 1] _] `] q] r] s] ] ] ] ] ] ] ] ] ] ] ^ 7^ ^ ^ ^ ^ ^ ^ ^ 
_ _ 0_ C_ E_ F_ G_ P_ n_ _ ` ` '` (` )` Q` R` e` x` ` ` ` ` ` ` ` Ra a a a a a a %b b b b b c d d 8d zd d d .e oe e e =f f f f f f f +g 5g ?g @g hg ig g g g g g g g g Xh h h h h 
i Li Mi ^i i i i i i i i i i i i  j j &j 9j ;j <j Rj Sj \j j j k 4k Mk `k k k k k l 5l 6l 7l Hl |l l l l l l l l l l l m %m 8m Km Mm Nm Om Xm m m )n ;n vn n n 
o o o o o %o Ro So {o |o o o o o o o o o Dp p &q iq q q q ;r <r =r Nr {r |r }r ~r r r r s s s t pt t t t [u u u v v Vv v v v !w x  y !y ^y z Jz Kz ~z 2{ 3{ h{ }{ { { { { { +| u} } } 3~ p~ ~  ]   5 6 A M \ h {               ǀ Ȁ ɀ Հ ր ׀ ؀ 〼 瀼      K P    ف ށ # $ ) ` d    肼 삼    D I p q v   σ Ѓ у ۃ * / ; < ? I J M V W X i n v }                       ҄      ʅ ˅ ߅ ᅼ ⅼ ㅼ 䅼 兼 텼       ! " # $ % 7 Q R ] j k u                ǆ     Y Z q z     H I U    ֋ ׋ 苼 ( ) * 7 o   Í      6   h ё 8 9  S      $     ܖ E g       ` a     & 2 3   ̛ ͛ ޛ ' , k ɜ ʜ 朼 P  睼    N O   ? @           h " i j 觼 駼 T X Y o p                ϩ ѩ ש ة      	   # % + , A C H I ^ ` e f             ʪ ̪ Ѫ Ҫ ٪ ު      ۬ ܬ 謼 0 J ~  ̭ ߭  ' [ s     @ ^      C D E F h q r    б ѱ 걼   < J ] ^ |    Ⲽ   $ : ;     과    & C D Z p       ᴼ ⴼ    7 8 M N O P a           ٵ ڵ  ﵼ 	 % & 8 c |     ֶ ׶ 趼  	 
 1 2 3 4 5 6 ? ^ _ s t    ȷ ɷ ڷ    ) * + , - . 7   6 7 8 I i j k l   M c d n y     ⺼  % ' X Y b   7 8 G  ݼ ޼ ＼ @              A B C D E F s   U ` j u   ࿼   & S T   
    
¼ "¼ M¼ [¼ k¼ l¼ w¼ |¼ }¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ü ü 
ü ü ü ü (ü -ü .ü /ü Lü Zü jü kü vü {ü |ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü  ļ 
ļ ļ ļ ļ  ļ !ļ +ļ 0ļ 1ļ 2ļ Zļ hļ xļ yļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ż ż ż "ż 'ż (ż 2ż 7ż 8ż Cż Hż Iż Sż Xż Yż Zż sż ż ż ż ż ż ż ż ż ż ż ż ż ż ż ż ż AƼ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ǽ Ǽ 
Ǽ Ǽ 5Ǽ CǼ SǼ TǼ _Ǽ dǼ eǼ oǼ tǼ uǼ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ ȼ ȼ ȼ ȼ ȼ ȼ $ȼ %ȼ &ȼ Vȼ dȼ tȼ uȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ɼ 
ɼ ɼ ɼ ɼ ɼ )ɼ .ɼ /ɼ 9ɼ >ɼ ?ɼ @ɼ ɼ ɼ ɼ ɼ ɼ ɼ ʼ ʼ ʼ ʼ ʼ ʼ 'ʼ ,ʼ -ʼ 7ʼ <ʼ =ʼ >ʼ ]ʼ kʼ {ʼ |ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ 	˼ 
˼ ˼ ˼ ˼ %˼ *˼ +˼ 6˼ ;˼ <˼ F˼ K˼ L˼ M˼ h˼ v˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ̼ 3̼ V̼ W̼ ̼ ̼ ̼ ̼ ̼ ̼ eͼ fͼ ͼ ͼ ͼ ͼ ͼ ͼ ͼ 	μ 
μ =μ aμ sμ uμ μ μ μ μ μ ϼ ϼ Zϼ ϼ ϼ м $м 5м Eм Fм jм kм |м м м м Ѽ GѼ HѼ nѼ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ BҼ Ҽ Ҽ Ҽ Ҽ Ҽ Ӽ (Ӽ )Ӽ *Ӽ ;Ӽ Ӽ Ӽ Ӽ Ӽ Լ Լ Լ Լ Լ ռ ռ ռ ռ ּ ּ ?ּ Iּ Sּ Tּ zּ ּ ּ ּ ּ ּ ּ ּ ׼ ׼ .׼ ?׼ w׼ x׼ ׼ dؼ ؼ ؼ ؼ ؼ 
ټ ټ /ټ 0ټ Aټ ټ ټ Cڼ ڼ ڼ ڼ ڼ ڼ ڼ ڼ sۼ tۼ ۼ ۼ ۼ ۼ ۼ ܼ 
ܼ ܼ ܼ >ܼ fܼ xܼ yܼ zܼ {ܼ ܼ ܼ ܼ ݼ ݼ Vݼ Wݼ xݼ yݼ ݼ ݼ ݼ ݼ ݼ ޼ ޼ ޼               '     
 W   e f K `            ' 3 4 9 @ E F K R ^ _ g o t u }              f g   T U   l x     B C  V W _ `  ; <  [ e           #  4  E  V  W  j  }                     D E    / 0 y  8	 9	 `	 p
 }
 
        
  9 k l n o p y    
 P
 x
 
 
 
 
 E F G X             J o p q s t u ~     [   n ~             , R S T U W X Y b     ? c  R b c d u            = d e f g i j k t     S s       	 
   R \ f g         
  @ n     Z [ l z { |      % / 0 Y Z [ ] t u ~                1    Y     ^            ! ! ! 9! Y! l! ! ! ! ! ! ! ! 3" F" s" t" u" " " " " " " " " " " # 7# J# ]# p# # # # # # # # $ $ $ !$ R$ Y$ b$ c$ y$ $ $ $ $ $ $ $ $ $ $ $ $ $ % % '% (% )% *% 3% p% & %& ' ' 
' ' ' ' ' ' ' ' 
( ( 1( K( e( u( ( ( ( ( ( ( ) !) 1) K) e) f) g) h) ) ) ) ) ) ) ) ) * r* * + + + '+ q+ x+ + + + + + + + + 
, $, >, F, [, p, , , , , , , , , , %- =- P- c- v- - - - - - . 8. . . f/ g/ h/ i/ z/ / / / 0 40 G0 Z0 m0 n0 o0 p0 y0 #1 K1 1 1 u2 v2 w2 x2 2 2 2 3 3 +3 >3 Q3 d3 w3 x3 y3 z3 3 X4 4 4 5 5 5 5 5 6 6 6 "6 #6 +6 @6 U6 g6 6 6 6 6 6 6 6 7 #7 =7 W7 g7 7 7 7 7 7 7 8 8 +8 ,8 ?8 R8 e8 x8 8 8 8 8 8 P9 9 9  : : @; A; B; S; ; 9< @< I< J< R< g< |< < < < < < = = -= G= O= d= y= = = = = = = > *> D> E> F> G> o> p> > > > > > > > > > ? ? W@ @ @ 0A A A VB  C VC WC ^C C C D 3D _D D D D E KE LE ]E E E E E E E E E F %F ?F PF jF F F F F F F F G !G 3G MG gG xG G G G G G H H H H -H .H AH TH gH zH H H H H H WI QJ J /K <K K  L L SM ZM M M M M N 3N RN N N N N N N N N O O 'O 9O KO bO yO O O O O O O P P P 'P 9P KP ]P oP P P P P P P Q Q +Q BQ CQ DQ EQ mQ nQ Q Q Q Q Q Q Q Q Q R S T U U U V &V V V V eW X -Y UZ Z Z Z f\ g\ \ \ ] %] e] ] ] ] ] ] ] 7^ 8^ \^ ]^ b^ d^ e^ f^ o^ |^ ^ ^ ^ _ _ '_ I_ k_ _ _ _ _ _ ` 
` ` ` I` a a /b qb b b 'c vc c c d d d e e Jf Kf f f f g Vg g g h [h h h h h h i 
i i 6i 7i Ji ]i pi i i i i i i i 2j `j ~j j j j j k k k 9k :k Mk `k sk k k k k k k k Xl Yl jl kl ll l l l l l l l l l l m 0m m m m m m m m n n )n <n >n ?n @n In mn n }o ~o o o o o o Op Pp wp xp p q q q r Or r r 
s Os s s *t t t t t t t t t t u u ,u ?u Ru eu gu }u ~u u u 'v 9v qv |v v v v v )w 0w 8w 9w Ow _w `w aw bw w w w w w w w w w w w ix x x x x x 6y Ay `y y y y y y y z !z )z *z Zz qz rz sz tz z z z z z z z z z z e{ { { { | | >| | | | | | | | | } } -} @} S} f} h} i} j} s} } ~ ~  B M l         C D  6 h i   I J |  d e    W         臽 釽  Ј ш   7 G Z   ɉ  B { ы  g   : q Ӎ ԍ ߍ 덽         ! " # $ % 9 @ E U V e f g s t u v        鎽  D E J w |   Ǐ   T U Z      ␽ 琽    B G m n o y ȑ ͑ ّ ڑ ݑ 瑽 葽 둽        " . / : > E L M N O P Q R S T U V W X Y Z [ p # $ = > W h i }                 Ó Փ     	    ! " # $ % & ' 4 5 C D E F S e , -        8   昽 瘽  ; < O t u  ƙ Ǚ ș ՙ 
  ` a N O D E Q ԝ /   o ֟ ן   Q R    ¡ ( ) : X z 㤽   : T U ^ _   ] ^   Ĩ Ш Ѩ " 8 j k | ũ ʩ 	 g h   +  J K  쬽  8 9 ݭ ޭ 6 7   \ ] * + E V          
  " # $ - ; H I J K L M Q R S T m o u v          ÷ ɷ ʷ ߷ ᷽ 淽 緽        % & 5 7 = > L N T U h j o p w |      y z  κ 躽  6 j }  Ż   E X   ޼  0 J Z   ώ ⽽ 㽽 佽    & L [ n o    ڿ 追    J K L       ? @ J U         ½ $½ :½ <½ S½ T½ ]½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ½ ý  ý !ý Hý Iý Jý Ký Lý Mý Vý wý xý ý ý ý ý ý ý Ľ Ľ /Ľ DĽ ^Ľ _Ľ tĽ uĽ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ž Ž 4Ž PŽ QŽ fŽ gŽ xŽ Ž Ž Ž Ž Ž Ž Ž Ž Ž Ž ƽ ƽ ƽ ƽ ƽ ƽ ǽ ǽ 	ǽ 
ǽ *ǽ ǽ ǽ Ƚ Ƚ Ƚ Ƚ JȽ TȽ ^Ƚ _Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ  ɽ ɽ ɽ ɽ ɽ ɽ 6ʽ {ʽ |ʽ ʽ ʽ !˽ "˽ C˽ D˽ E˽ F˽ G˽ H˽ Q˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ˽ ̽ ̽ ̽ ̽ ̽ ͽ ͽ ͽ ͽ ~ͽ ͽ ͽ ͽ ͽ ͽ -ν bν ν ν Ͻ Ͻ Ͻ Ͻ Ͻ Ͻ 	н 
н н н н %н *н +н 6н ;н <н Fн Kн Lн Mн kн yн н н н н н н н н н н н н н н н н н ѽ 	ѽ ѽ ѽ ѽ $ѽ )ѽ *ѽ 5ѽ :ѽ ;ѽ Eѽ Jѽ Kѽ Lѽ nѽ |ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ҽ ҽ ҽ "ҽ 'ҽ (ҽ 2ҽ 7ҽ 8ҽ Cҽ Hҽ Iҽ Sҽ Xҽ Yҽ Zҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ӽ ӽ /ӽ 0ӽ ;ӽ @ӽ Aӽ Kӽ Pӽ Qӽ \ӽ aӽ bӽ lӽ qӽ rӽ sӽ ӽ (Խ JԽ XԽ hԽ iԽ tԽ yԽ zԽ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ ս ս 
ս ս ս ս #ս $ս .ս 3ս 4ս 5ս bս pս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ֽ ֽ ֽ ֽ #ֽ $ֽ .ֽ 3ֽ 4ֽ ?ֽ Dֽ Eֽ Oֽ Tֽ Uֽ Vֽ |ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ J׽ K׽ z׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ 	ؽ ؽ ؽ %ؽ *ؽ +ؽ 5ؽ :ؽ ;ؽ Fؽ Kؽ Lؽ Vؽ [ؽ \ؽ ]ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ٽ ٽ $ٽ %ٽ 0ٽ 5ٽ 6ٽ @ٽ Eٽ Fٽ Qٽ Vٽ Wٽ aٽ fٽ gٽ hٽ ٽ ٽ ٽ ٽ ٽ Kڽ Lڽ Yڽ Zڽ [ڽ ~ڽ ۽ ۽ 8۽ J۽ K۽ U۽ `۽ ۽ ۽ ۽ ۽ ۽ ۽ ܽ ܽ *ܽ +ܽ 4ܽ ܽ ܽ ܽ ܽ ܽ Wݽ ݽ ݽ ݽ ݽ ݽ ݽ ޽ 	޽ ޽ k޽ ޽ ޽ ޽ ޽ ޽ ߽ ;߽ <߽ =߽ >߽ ?߽ H߽ ߽ ߽ ߽ ? J f             K L              G Y k l m n w         " C i       0    b c d e     F X Y c n           "         ( s t u v  < `   - : e f w   ~     + ,           o p                      
    # / 0 8 ? D E M T ` a b c   \ ]       
    I J   3     O   t	 
  I J k
 x
 
 
 
 
 
 
 
 
 
   2 I J U   # $   x y L ]    B p     g      G K L V a      	 
  
   V b     ! Z d      - . / 0 \ ] g r      
       [ g          / = > ? I T                ?  K  r      ! ! !  " " " " !" "" #" $" P" Z" e" " " " " " # # # # # # 	# # Q# ]# # # # $ I$ $ $ $ $ $ $ $ $ $ $ $ % % 3% ]% ^% _% a% b% c% l% % % % & ,& [& x& & & & 
' ' ' ' T' q' {' ' ' ' ' ' ' ' ' ' ( ( ( ) ) 0) o) ) V* W* h* * * * * * * * , , , , .- f- - - Q. R. \. g. . . . . . . 
/ / 0/ C/ E/ \/ ]/ f/ / / 0 0 0 $0 Q0 X0 `0 a0 w0 0 0 0 0 0 0 0 0 1 !1 "1 #1 $1 -1 P1 ~1 1 1 1 1 1 1  2 2 2 '2 (2 )2 *2 +2 ,2 -2 .2 /2 02 X2 y2 z2 2 2 2 2 2 2 2 3 3 3 4 4 4 4 4 z5 5 5 5 5 5 5 5 5 6 6 -6 G6 O6 d6 y6 6 6 6 6 6 7 7 7 7 .7 N7 s7 7 7 7 7 7 7 8 >8 8 8 8 8 9 9 9  9 (9 =9 R9 d9 ~9 9 9 9 9 9 9 :  : :: T: d: ~: : : : : : : : ; ; '; (; ); *; 3; ; ; < f< = = = = = k= l= = = = = = > > 
> > > > > ,? u? @ @ @ @ '@ z@ {@ @ @ @ @ @ A A A A A !A A B aB B IC JC KC \C C C C C C C C C D D 9D ID cD }D D D D D D D E E 9E :E ;E <E ME E E E E E E F F )F *F +F ,F 5F F NG G G 1H H H H H [I I I I I I J J /J AJ [J uJ J J J J J J K K ,K >K XK rK K K K K K K K K 
L L !L 4L GL ZL mL nL oL pL yL =M M M HN {N N DO O O P P P P ;Q Q Q Q Q 1R ]R R R R R R ?S FS OS PS XS mS S S S S S S T "T 3T MT ^T xT T T T T T T U U 0U JU [U uU U U U U U U U U U V V +V ,V -V .V 7V V W WX X X GY Y :Z Z Z 8[ W[ v[ [ [ [ [ 1\ 2\ 3\ D\ \ \ \ \ \ \ \ \ \  ] ] .] ?] V] m] ~] ] ] ] ] ] ] ] ] 
^ $^ ;^ R^ c^ z^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ 2_ E_ X_ k_ m_ n_ o_ x_ ` Ra $b b  c Zc c c !d ?d qd e e f g `h ah hh j j Ej j j j k "k Ak `k k k k k k k k  l l l l 
l l <l ^l l l l l l 	m +m @m Am Rm m m m m m m o o o p Fp ~p p q iq jq q cr dr #s $s s s  t }t ~t t t +u cu u u Nv Ov Yv dv v v v v v v v v w !w #w $w %w .w vw w w w x 6x mx x x x x x x x x x y $y &y 'y (y 1y Oy sy y y z 	z 
z 2z 3z Fz Yz lz z z z z z z z Q{ R{ c{ d{ e{ { { { { { { { { { { | | } } -} .} /} 0} a} } } ~ ~ G~ ? @ t   % j  퀾 2 y ȁ    ) 4 g q { |   ʂ ݂      %  Ń ׃   F    Ǆ ΄ ք ׄ 턾      ( ) < O b u w x     " S p   Ԇ ߆  , R q r s    Ǉ ȇ      : ; N a t       + e w   ܉ I M N O P a     ˊ ފ         b   댾 
 w x y      ፾ ⍾  Ԏ   @  現 菾     X Y   $ % ] / \ ]  L    n o   Ֆ 喾    ! g    o   A  ؚ  q r }             Û כ ޛ 㛾           # 6 > J K P   ✾ 㜾 蜾   _ ` e      $ ( B C H       垾   
  f k w x {            ̟ ͟ ؟ ܟ 㟾 ꟾ 럾 쟾 ퟾                 ۠ ܠ          ! ) / 0 9 = > Q ] ^ _ ` a s           ¡ á ġ š ҡ ӡ ᡾ ⡾ 㡾 䡾   ʢ ˢ       ֥ / <    ٦ ڦ    $ d e f s  B   쩾  ⪾ 㪾 諭 r ͫ >  
 t u 4  ﮾  . L M ` ư ǰ ذ      ز         G S b n o  ֶ  	  c h    "  ɸ # 蹾 鹾 :   ֺ ׺ { | Լ ռ C D   ȿ ɿ 㿾   ^ ¾ ¾ $þ %þ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ž 
ž ž ž -ž /ž 4ž 5ž Cž Ež Kž Lž _ž až gž hž }ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ƾ ƾ 
ƾ ƾ ƾ ƾ 5ƾ 6ƾ 7ƾ 8ƾ 9ƾ Ⱦ Ⱦ $Ⱦ lȾ Ⱦ Ⱦ Ⱦ ɾ ɾ Oɾ cɾ ɾ ɾ ɾ ɾ *ʾ Hʾ |ʾ ʾ ʾ ʾ ʾ ,˾ K˾ ˾ ˾ ˾ ˾ ˾ ̾ ̾ ̾ ̾ ̾ ; 
; &; Y; Z; x; ; ; ; ; ; ; ; ξ 4ξ Jξ `ξ vξ wξ ξ ξ ξ ξ &Ͼ 0Ͼ :Ͼ ;Ͼ bϾ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ о о 2о 3о Wо sо tо о о о о о о о о о о о о о о о Ѿ Ѿ *Ѿ +Ѿ EѾ aѾ bѾ tѾ Ѿ Ѿ Ѿ Ѿ Ѿ Ѿ Ҿ Ҿ $Ҿ DҾ EҾ FҾ mҾ nҾ oҾ pҾ qҾ rҾ {Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ҿ Ӿ Ӿ Ӿ 6Ӿ 7Ӿ 8Ӿ eӾ fӾ gӾ hӾ iӾ jӾ sӾ Ӿ Ӿ rԾ sԾ tԾ Ծ Ծ Ծ Ծ Ծ Ծ Uվ վ վ վ վ վ վ վ վ վ ־ K־ a־ c־ ־ ־ ־ 6׾ 7׾ s׾ t׾ ׾ ׾ ؾ ؾ +ؾ |ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ Jپ Kپ \پ }پ ~پ پ پ پ پ پ Oھ Pھ ھ ھ ھ ھ ھ ھ ۾ 3۾ K۾ b۾ ۾ ۾ ۾  ܾ Fܾ Gܾ 1ݾ 2ݾ Iݾ ^ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ 	޾ ޾ '޾ (޾ 3޾ 8޾ 9޾ C޾ H޾ I޾ T޾ Y޾ Z޾ d޾ i޾ j޾ k޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ߾ ߾ *߾ +߾ 6߾ ;߾ <߾ F߾ K߾ L߾ W߾ \߾ ]߾ g߾ l߾ m߾ n߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ 4 B R S ^ c d n s t                      
    }         " ' ( 3 8 9 C H I J q                      * / 0 : ? @ K P Q [ ` a b                   ( 8 9 D I J T Y Z e j k u z { |    & 6 7 B G H R W X c h i s x y z                  ' 5 E F Q V W a f g r w x                      * J o                1 ; E F y       & ' G H   + P ` q      	 " ; T          . / ~     7 L d e f w . / 0 1 Z    0 B C 2 3 = H {       	 
    Z [ j {   2     $ F G k l }  $        ) *        ? I S T z       ! " B C          D   3 4         [ \   P Q c   0 1 F  3 6   	 	 
 
 
 /
 B
 C
 H
 P
 U
 V
 [
 c
 o
 p
 u
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
          N O   0 1   ~        w x      	  # 0 = N _ p          # $   C D ! ! ! ! 0" " " " # ;# k# l# # $ t$ u$ $ % % % & & & & 2' <' F' G' u' ' ' ' ' ' ' '  ( '( N( ( ( ( ( ) ') ) ) ) ) ) ) ) ) ) ) * * C* M* W* X* * * * * * * * * * + ,+ W+ + + A, , , , , , , , , , , %- /- 9- :- h- - - - - - - - - - - . ;. {. . %/ / / / / / / / / / / / 0 60 @0 J0 K0 y0 0 0 0 0 0 0 0 0 0 0 "1 P1 1 1 1 #2 $2 %2 62 D2 E2 F2 P2 [2 2 2 2 2 2 2 2 2 2  3 3 
3 I3 U3 |3 3 3 3 4 M4 4 4 4 4 4 4 4 5 5 $5 W5 a5 k5 l5 5 5 5 5 5 5 5 6 6 6 
7 C7 7 7 8 88 98 :8 ;8 <8 =8 m8 : : S: : : ; K; ; ; ; ; < 8< B< L< M< u< < < < < < < < < = o= = = = = = = = = = > %> &> '> (> P> s> > > > > > > > > > ? J? K? L? ]? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ =@ P@ c@ d@ e@ f@ o@ @ NA aA GB HB IB JB [B C C (C )C 1C FC [C mC C C C C C C D D )D CD ]D mD D D D D D D D E $E 7E 8E 9E :E CE E E PF QF RF cF F F F F F F F G G 6G FG `G zG G G G G G G H H 6H 7H 8H 9H aH yH H H H H H H H H WI tI I J J J J J J 	K 
K 2K KK pK K K K K K K K _L L L M M M M M M N N AN BN gN zN N N N N N N N O O O HP P P P P MQ NQ UQ ^Q _Q gQ |Q Q Q Q Q Q R R #R 8R MR _R yR R R R R R R R R >S ?S gS hS {S S S S S S S S S T T (U <U U |V }V ~V V V uW |W W W W W W W W W X $X >X XX iX X X X X X X X Y !Y ;Y UY fY Y Y Y Y Y Y Y Y Y Y Z Z 
Z Z Z Z 2[ [ [ \ l\ \ 7] ] <^ ^ ^ ^ ^ (_ ?_ o_ _ _ _ '` S` ` ` ` ` ` ` ` ` a  a 5a Ga aa {a a a a a a a b b 3b Hb ]b ob b b b b b b c $c >c ?c @c Ac ic jc }c c c c c c c c c d e e kf xf f \g g h h h h i 9i Pi oi i i i i i &j -j 6j 7j ?j Qj cj uj j j j j j j k k 2k Ck Zk [k ck uk k k k k k k l l /l @l Vl gl ~l l l l l l l l l l 	m m m 
m m (n n o @p p p Cq bq q q r r Js it u u u v w w w #x Bx ax x x x x y y /y sy ty y y y y y y y y y y z @z Az cz z z z z z z #{ H{ I{ J{ K{ { 5} 7} k} } } ~ c~ ~   Z          P  ɂ  H  샿 탿   5 ? I J r s       Ä ̄  7 n   ԅ  9 : K L M u v     Ć ņ Ɔ φ 톿       Ї ч 䇿  
     ! * H l      + , ? R e x z { |   ,   ˊ ̊ ͊ Ί      勿 ݌ ތ  T  Í  I  Ў  f    Ǐ ҏ     B C h {      Ð 2 c u   䑿 & ' 8 e l t u      ƒ ǒ ڒ 풿      , - 6     ' : r }  ʔ     " V ] e f      ؕ ٕ 앿   % ' ( ) 2  ɖ   P [ z 痿 뗿 엿 헿   , - U V i |        [   C ~      ( U V W X    r   ޜ J    5     0   ß  ͡   8 ꢿ $ % X  
 B W s      O ~  
 J  ߧ 7 v     ' 6 B U Y Z [ \ ] ^ _ ` a u |             ԩ ܩ 詿 驿  % *         : >    « ƫ ૿ ᫿ 櫿  # J K P ~       	    # $ ' 0 1 2 C H P W ^ j k v z                   _ ` a z {          Ȯ ή Ϯ خ ܮ ݮ         , - 8 E F P ] ^ _ ` a b c d q r       i j \ ] 4 5 e f             ó ǳ ȳ ۳ 糿 賿 鳿 곿 볿    # 0 1 ; H I J K L M N O \ ] k l m n {  T U G H    7 @ `  Ƹ    c d w     ﹿ   5 ̺   v w l m y  W Ⱦ .      y z     Pÿ Qÿ bÿ Ŀ Ŀ ſ -ſ Fſ bſ |ſ }ſ ƿ ƿ &ȿ 'ȿ ȿ ȿ ȿ ȿ ȿ ȿ ȿ Jɿ `ɿ ɿ ɿ ɿ ɿ ɿ 1ʿ ʿ ʿ ʿ ˿ S˿ ˿ r̿ s̿ ̿ Ϳ Ϳ `Ϳ aͿ ο ο ^Ͽ _Ͽ п п ѿ ѿ Rҿ Sҿ mҿ ~ҿ .ӿ ӿ /տ 0տ տ տ ׿ ׿ ׿ 5׿ 6׿ J׿ K׿ L׿ U׿ c׿ p׿ q׿ r׿ s׿ t׿ u׿ y׿ z׿ {׿ |׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ؿ 	ؿ ؿ ؿ $ؿ &ؿ +ؿ ,ؿ Fؿ Hؿ Mؿ Nؿ ]ؿ _ؿ eؿ fؿ tؿ vؿ |ؿ }ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ڿ ڿ ڿ ڿ ۿ Dۿ ^ۿ ۿ ۿ ۿ ۿ !ܿ 9ܿ mܿ ܿ ܿ ܿ ݿ $ݿ Xݿ rݿ ݿ ݿ ݿ 	޿ 
޿ ޿ ޿ .޿ 7߿ 8߿ N߿ t߿ ߿ ߿ ߿ ߿ ߿ ߿   # $ B r s t        g h r }      	 
   6 L b d { |             ' G H I p q r s t u ~         ) B W l                $ % 9 : \ x y              F G     / 0 1 2 R   ) * 4 ? r |         (     
 ^     I J k l m n o p y      	 
   9    & 0 ; E F       U         ! 1 2 = B C M R S ^ c d n s t u                     0 1 < A B L Q R ] b c m r s t                    . > ? J O P Z _ ` k p q {              	        9 G W X c h i s x y         P r                  	   % * + 5 : ; F K L V [ \ ]                   * : ; F K L V [ \ g l m w | } ~                  r s                  # 1 A B M R S ] b c n s t ~                     . < L M X ] ^ h m n y ~           s t     + , ` r s }       ' 9 ; R S \              0 1 B     
  4 c d e f g p     g  r                      s t             @ o           = >  * J k        X  	 G       9	 :	 n	 	 	 	 	 	 	 	 	 
 ,
 >
 ?
 @
 A
 J
 
 
 
 
   > ? P      d    U b           S T       + ,  &                     $ % - 5 : ; C K W X ` g l m u |     , -   ! ! ! ! 2" >" " " q# r# $ 	$ [$ & & %' &' w' ) ) ) !+ ++ q, r, - - - - - - - - . . . 0. C. Z. q. r. }. / / K0 L0 0 0 3 3 t4 4 4 
5 5 j5 5 5 5 5 ?6 6 6 6 &7 68 C8 o8 s9 t9 ~9 9 9 9 9 9 9 1: 2: 4: 5: 6: ?: ~: : : : ; >; I; ; ; ; < < 
< < U< V< W< X< < < < < < < < < = 5= 6= 7= 9= := ;= D= = = = = !> E> > 4? D? E? F? W? e? f? g? q? |? ? ? ? ? ? @ @ @ @ @ @ @ (@ g@ s@ @ @ A )A A B (B )B *B ;B IB JB KB LB xB B B B B B B C *C +C ,C -C /C 0C 1C :C yC C C C D 9D qD D D D D D D D D D E "E ,E -E [E E E E E E E E E E F 4F TF F F F  G !G 2G @G AG BG |G G G G G G G G H  H !H #H :H ;H DH FI GI XI I I ~J J J J J J J J J J L L L M VM M M $N yN zN N N N N N N N O 2O EO XO kO mO O O O O P 9P :P ;P LP yP P P P P P P P P P P Q #Q 6Q IQ JQ KQ LQ UQ xQ Q Q Q Q Q R R (R )R ?R OR PR QR RR SR TR UR VR WR XR R R R R R R R R R R 6S S S T T T T T U U U U U U U U V +V ;V UV oV wV V V V V V V W +W ,W -W .W VW vW W W W W W W W 8X fX X X X X 7Y >Y GY HY PY eY zY Y Y Y Y Y Z Z !Z 6Z HZ bZ |Z Z Z Z Z Z Z Z [ [ )[ <[ O[ P[ Q[ R[ [[ [ [ E\ \ ,] -] .] /] @] ] ] ] ] ] 
^  ^ 3^ 4^ 5^ 6^ ?^ ^ _ T_ _ ;` <` =` >` O` ` ` ` ` ` a a *a =a >a ?a @a Ia b Eb b b qc rc sc c c c c c c c d d -d Gd ad qd d d d d d d e e -e Ge ae be ce de ue e e e e f f +f >f Qf Rf Sf Tf ]f g vg g g Yh i i i i i i j j j j -j Bj Wj ij j j j j j j 
k k *k ?k Tk fk k k k k k k 
l l l 
l 5l 6l Il \l ol l l l l l l em m n pn n n lo o p p q q $q cq q q q %r Yr r r r s s #s gs ns ws xs s s s s s s t t 0t Jt [t ut t t t t t t t u -u >u Xu ru u u u u u u u u u v v -v @v Sv Tv Uv Vv _v w x x x y oy y bz {  { `{ { { { { { | Y| Z| [| l| | | | | | | | | } (} ?} V} g} ~} } } } } } } } } ~ #~ 5~ L~ c~ z~ ~ ~ ~ ~ ~ ~  	 
  3 4 G Z m        z L ʂ H  ̓  I g  + ԅ      , - m  ̊  + J i       " # ( * + , 5 B d   ʌ ˌ   1 S h i z  ҍ Ӎ ԍ Ս     7 n   <      K L   H   ڔ  S  ҕ ! v w    ɖ Ӗ Ԗ    # 6 I K L M V    & D ^  Ø Ę ՘ ֘ ט     & 9 L N O P Y w    0 1 2 Z [ n        Қ  y z      ɛ ܛ       3  C D U V W X    = > o g h  ޟ  M  Ӡ  Z   E F G Q \     ̢ ͢    + - C D M    7 B n   ¤      % & ' ( P Q d w        / J {   Ħ   & T z           7 8 9 : b c v        + S   ک   q u v w x    ߪ     , . / 0 9    ͬ   2     ߭    	 
 E  . / h ԯ   B  * +     L M  W   ´ t      ̶   
   H I  ٸ  A  Թ - i    7      ̻ ߻               + , - 9 : ; < G K ^ f r s x   
   = B    Ľ Ƚ     L P j k p   Ծ վ ھ  
 3 4 5 ?            Ϳ ҿ ڿ                         ! 6     / 0 D F G H I J R X Y b f g z                       
   
  ,          X e       ; < M      k ' (        g  6   ]    W u v      A       % &   $ % p |      1 2 C    . / K   L   c          l m # $         M N                     4 6 < = V X ] ^ l n t u                         / 1 6 7 > C ^ _ ` a b @ A M     1 D x      S q     ! U t          " 5 6 O           G ] s        O Y c d           $ F G [ \                   > ? S T n        % & ; < M m n o               - . ? _ ` a                   ~        % & G t      _ `     B C T    
   
    s t         x y       E \ t     ) o p Z [ r               
    2 @ P Q \ a b l q r }                        5 C S T _ d e o t u                  
             !  ]  k  {  |                                          # ( ) 3 8 9 :     / 0 ; @ A K P Q \ a b l q r s                  ) 7 G H S X Y c h i t y z                      C Q a b m r s }            A O _ ` k p q {                    
    " # $ P ^ n o z                      
    ( - . / S s        ! " E    	 	 	 '	 Z	 d	 n	 o	 	 	 	 	 	 	 	 O
 P
 p
 q
 
  T y        2 K d }    
 
 
 
 
 
 W
 X
 
   - F ` u     W X Y Z    G Y k l [ \ f q         2 3 4 5 >       [   
 0 M o p     M   ) * + , R S   
    * 5 h r | }        J K k l      : ; < = m  ' \ ]   ,  -  >  ! ! E" F" y# z# # $ $ Y' Z' o' ' \( _( ( ( ) ) 6* 7* F* X* k* l* q* y* ~* * * * * * * * * * * * * * * * * * * * * * * + + + + + '+ (+ )+ *+ + + #- $- . . w/ x/ / / Y0 Z0 1 1 1 1 1 3 3 4 4 5 6 6 ;7 8 8 : : 2; ?; L; Y; f; w; ; ; ; ; ; ; ; ; < < < L= M= = = l> m> ?A @A B $B YB B B 	C 7C dC C C C .D D D D E E F G G G (G [G eG oG pG G G G G G G G H )H PH wH H H H !I +I PI I I I I I I I I #J $J .J 9J lJ vJ J J J J J J J J J J "K .K UK K K K jL L L L L L M M M M M NM XM bM cM M M M M M M M M M N N 9N dN N N NO O O O O O O O O O P !P ,P _P iP sP tP P P P P P P P P P Q $Q KQ yQ Q Q R LR MR NR _R mR nR oR yR R R R R R R $S %S &S (S )S *S 3S rS ~S S S S "T ?T vT T T T T T T U 8U BU MU U U U U U U U U U U U V V V 6W lW X X /X aX bX cX dX eX fX X GZ HZ |Z Z Z -[ t[ [ \ \ #\ .\ a\ k\ u\ v\ \ \ \ \ \ 
] ] #] $] -] ] ] ] ] ] ] ^ ^ '^ (^ >^ N^ O^ P^ Q^ y^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ E_ s_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` @` A` f` y` ` ` ` ` ` ` wa a pb qb rb sb b Ac Hc Qc Rc Zc oc c c c c c c d d +d @d Rd ld d d d d d d d d e :e Me `e ae be ce le e f yf zf {f f f f f f f g g +g Eg _g og g g g g g g h h +h Eh _h `h ah bh h h h h h h h h h h i i i -j j j j j j 2k 3k [k tk k k k k k k k k l l l <m m m m m m An Bn jn kn n n n n n n n n n o o (p qp q q q #q vq wq ~q q q q q q q q  r r *r Dr Lr ar vr r r r r r  s s s s s gs hs s s s s s s s s s s s t u Qu eu u v v v v "w w w w w w w w w x "x <x Mx gx x x x x x x x y y 9y Jy dy ~y y y y y y y y y y z !z 4z 5z 6z 7z @z { [{ { | B| | } `} } e~ ~ ~ ~  Q h    $ P |     
    4 I ^ p    ρ    % ? G \ q    ̂ ݂   " < M g h i j     ̃ ߃                  = b y       O V _ ` h z    Ǌ ފ    4 E [ l       ԋ    * A X i       Ҍ ӌ     2 4 5 6 ? Q   i  ! l    8 ʒ s   ' ( / ˗ ̗  L k  ʘ   ' F G X     Ǚ ə ʙ ˙ ԙ   % G i j   К     L q r s t  ^ `  ֝ 
 E  ۞ 0 1  * +      D E y   * q      + ^ h r s    ¤ դ      = `  ť   4 b c t u v    Ŧ ئ       :   ϧ Ч ѧ   
   3 F H I J S q    * + , T U h {       ҩ U       (   ܫ ݫ    ; }   1 r   @       . 8 B C k l    ʰ ̰    [   ֱ  
 O P a      Ĳ Ų Ʋ ǲ     ) < > ? U V _ γ   7 P c   Ŵ   8 9 : K      ֵ ׵ ص ٵ    ( ; N P Q R [ ʶ  , > y        ( U V ~     ˸ ͸ θ ϸ ظ G  ) l   Ѻ > ? @ Q ~        ͼ μ  s    ^ ɾ ʾ    Y    $  # $ a  M N  5 6 k       . x   6 s   `   8 9 D P _ k ~                             N S      & ' , c g      	 
  G L s t y       - 2 > ? B L M P Y Z [ l q y                                              $ % & ' ( : T U ` m n x                     \ ] t }    K L X       + , - : r 	        9   k  ; <  V      '      H j       c d     ) 5 6      * / n    S      Q R   B C   
        k % l m   W [ \ r s                        
    & ( . / D F K L a c h i                            3 M      * ^ v     C a      F G H I k t u         ! ? M ` a        ' = >         ) F G ] s            : ; P Q R S d                ( ) ; f             
  4  5  6  7  8  9  B  a  b  v  w                    , - . / 0 1 :   9 : ; L l m n o   P f g q |       ( * [ \ e   : ; J     C            # D E F G H I v   X c m x     	 )	 V	 W	 	 	 
 
 
 
  % P ^ n o z                     
      ! + 0 1 2 O ] m n y ~                 
 
 

 
 
 
 #
 $
 .
 3
 4
 5
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 	   % * + 5 : ; F K L V [ \ ] v                 D                
    8 F V W b g h r w x                     " ' ( ) Y g w x                         ! , 1 2 < A B C       	      * / 0 : ? @ A ` n ~                  
    ( - . 9 > ? I N O P k y                  6 Y Z       h i         
 @ d v x        ]    ' 8 H I m n      J K q         E       + , - >     !     	 
     B L V W }        !  "  1  B  z  {    g! ! ! ! ! 
" " 2" 3" D" " " F# # # # # # # # v$ w$ $ $ $ $ $ % % % % A% i% {% |% }% ~% % % % 	& 
& Y& Z& {& |& & & & & & ' ' ' ) ) , , - - - "/ #/ / / 1 1 *1 2 2 4 4 
5 Z5 5 5 h6 i6 N7 c7 7 7 7 7 	8 
8 8 8 8 8 "8 *8 68 78 <8 C8 H8 I8 N8 U8 a8 b8 j8 r8 w8 x8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 i9 j9 : : W< X< = = o= {= = = > > E? F? ? YA ZA bB cB B >D ?D D ^F hF G G H H H H I I &I 7I HI YI ZI mI I I I I I J J K K 
L L N N O O O GP HP P P Q 2Q 3Q |Q Q ;R <R cR sS S S T T T T T U 
U U <U nU oU qU rU sU |U U U U V SV {V V V V V HW IW JW [W W W W W W W W W 
X X X X MX rX sX tX vX wX xX X X X X Y ^Y Y Z qZ Z Z Z Z Z Z Z Z Z Z Z  [ [ /[ U[ V[ W[ X[ Z[ [[ \[ e[ [ [ [ \ B\ f\ \ U] e] f] g] x] ] ] ] ] ] ] ] ] ^ ^ ^ @^ g^ h^ i^ j^ l^ m^ n^ w^ ^ ^ ^ _ V_ v_ _ _ _ _ _ ` ` 
` ` "` U` _` i` j` ` ` ` ` ` ` ` ` a a Ca qa a a a b ]b ^b ob }b ~b b b b b b c (c 2c 3c \c ]c ^c `c wc xc c d d d d 
e e e e e  f f f f f 4f g g h \h h h i ai i i i i i 	j j j <j \j oj j j j j j j j 6k Ik vk wk xk k k k k k k k k k k l :l Ml `l sl l l l l l l l m m m $m Um \m em fm |m m m m m m m m m m m m m m n n *n +n ,n -n 6n sn o (o p p p p "p p p p p p 
q "q 4q Nq hq xq q q q q q q 
r $r 4r Nr hr ir jr kr r r r r r r  s s 
s us s t t t *t tt {t t t t t t t t t 
u 'u Au Iu ^u su u u u u u u u u  v (v @v Sv fv yv v v v v v w ;w w w ix jx kx lx }x x x x y 7y Jy ]y py qy ry sy |y &z Nz z z x{ y{ z{ {{ { { { | 	| .| A| T| g| z| {| || }| | [} } } ~ ~ ~ ~ ~    % & . C X j         & @ Z j         . / B U h {      S     C D E V  < C L M U j     څ    0 J R g |    ׆    - G H I J r s     ҇ Ӈ ԇ Շ އ   Z   3   Y  Y Z a    6 b     N O `      Ҏ    ( B S m    Ï ݏ    $ 6 P j {    ڐ      0 1 D W j }      Z T  2 ?  #  V ]   ۖ    6 U           * < N e |    Ҙ   
 ! " * < N ` r    ș ߙ    . E F G H p q     К Қ Ӛ Ԛ ݚ       
 )   ֟ h  0 X ţ ƣ ͣ i j   	 ( h   Ŧ    : ; _ ` e g h i r   ç    * L n          L   2 t   * y ά Ϭ ! ȭ ɭ   M N     Y  Ȱ  ^    ɱ     9 : M ` s      ۲  5 c   ҳ       < = P c v       ش [ \ m n o     ѵ       3   ȶ ɶ ʶ     , ? A B C L p        Ƹ R S z {    ٺ  R  ϻ  R  ޼ -      ̽ ֽ   	 
 / B U h j     * < t      , 3 ; < R b c d e            l      9 D c        $ , - ] t u v w           h     " A           0 C V i k l m v  "  
 E P o         F G  9 k l   L M   g h    Z              	  : J ]     E ~   j   = t      	    ! " # $ % & ' ( < C H X Y h i j v w x y          G H M z       W X ]           E J p q r |            
    % 1 2 = A H O P Q R S T U V W X Y Z [ \ ] ^ s & ' @ A Z k l                          # $ % & ' ( ) * 7 8 F G H I V h / 0 " #     ;      > ? R w x        c d Q R G H T  2  	 r     T U     + , = [ }   ! = W X a b   ` a      % ; m n     j k   .  M N    ; <   9 :   _ ` - . H Y 	  
           %  &  '  0  >  K  L  M  N  O  P  T  U  V  W  p  r  x  y                                       ! # ( ) 8 : @ A O Q W X k m r s z       | }     9 m      H [     3 M ]       	   ) O ^ q r        	 M	 N	 O	 	 	 	 	 	 	 B
 C
 M
 X
 
 
 
 
 
 
 
 
  ' = ? V W `             " # $ K L M N O P Y z {       
 
 2
 G
 a
 b
 w
 x
 
 
 
 
 
 
 
 
 
 
 
 
     7 S T i j {           ! "     
   
 -       M W a b             9 ~    $ % F G H I J K T                   !       0 e          
    ( - . 9 > ? I N O P n |                       ' , - 8 = > H M N O q                  	   % * + 5 : ; F K L V [ \ ]                   " 2 3 > C D N S T _ d e o t u v  + M [ k l w | }                      ! & ' 1 6 7 8 e s                    ! & ' 1 6 7 B G H R W X Y                  M  N  }                                    ! ! ! (! -! .! 8! =! >! I! N! O! Y! ^! _! `! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	" " '" (" 3" 8" 9" C" H" I" T" Y" Z" d" i" j" k" " " " " " N# O# \# ]# ^# # $ $ ;$ M$ N$ X$ c$ $ $ $ $ $ % % % -% .% 7% % % % % % Z& & & & & & & ' ' ' n' ' ' ' ' ' ( >( ?( @( A( B( K( ( ( ( B) M) i) ) ) ) ) ) ) ) * * * * * N+ O+ + + + + , , , , , , , , - J- \- n- o- p- q- z- - - - - . . . / %/ F/ l/ / / / / / / 30 0 0 "1 e1 f1 g1 h1 1 1 2 2 I2 [2 \2 f2 q2 2 2 2 2 2 3 3 3 3 3 %3 3 3 3 3 3 3 4 4 +4 v4 w4 x4 y4 4 ?5 c5 7 7 0: =: h; i; z; < < = = > > > .@ /@ B B B B C C D D D E rE sE E E E E E E E E E E E E E E E E E E E  F F F F F F &F 2F 3F ;F BF GF HF PF WF cF dF eF fF G G _H `H I I J J 
K K K K LL ML L L 6M N N  P P RP Q Q wR S T LU MU nV {V V V V V V V V V V W W 5W LW MW XW X X &Y 'Y Y Y {\ |\ O] `] ] ] ] E^ s^ ^ ^ ^ _ j_ _ _ ` a a Ja Nb Ob Yb db b b b b b c 
c c c c c Yc ec c c c d $d ]d gd d d d d d 0e 1e 2e 3e _e `e je ue e e e e e f f f f f f f ^f jf f f f  g g h h  h !h 2h @h Ah Bh Lh Wh h h h h h h h h h h h h i Bi Ni ui i i j j j k k k k $k %k &k 'k Sk ]k hk k k k k k l l l l 
l l l l Tl `l l l l m Lm m m m m m m m m m m m n n 6n `n an bn dn en fn on n n n o /o ^o {o o o o 
p p p p Wp tp ~p p p p p p p p p p q q q !r "r 3r rr r Ys Zs ks s s s s s s s u u u u 1v iv v v Tw Uw _w jw w w w w w w 
x  x 3x Fx Hx _x `x ix x x y y y 'y Ty [y cy dy zy y y y y y y y y z $z %z &z 'z 0z Sz z z z z z z z { { { *{ +{ ,{ -{ .{ /{ 0{ 1{ 2{ 3{ [{ |{ }{ { { { { { { { | | | } } } } } }~ ~ ~ ~ ~ ~ ~ ~ ~   0 J R g |         	 1 Q v        A    ȁ   " # + @ U g    ł ߂    # = W g      ƃ ރ    * + , - 6  ل   i   	 
  n o   Ն        ć  / x     * } ~   ̉ ߉       $    d  L M N _    Ì Č ̌    " < L f     č ލ   " < = > ? P   ̎ ͎     , - . / 8  Q   4     ^ ڒ       2 D ^ x    Γ     / A [ u    ˔       $ 7 J ] p q r s | @   K ~ ї G       >   Ԛ   4 `      B I R S [ p    Ɯ    % 6 P a {     ԝ    3 M ^ x      Ξ Ϟ     . / 0 1 :   Z С ݡ J  =   ; Z y   Ԥ  4 5 6 G       ȥ ڥ    1 B Y p      Ȧ ڦ    ' > U f }    ̧       " 5 H [ n p q r {  U '  # ]  Ǭ $ B t   ί  c d k   H   Ƴ  % D c    ش ٴ         ? a    ȵ   . C D U         и  I  ȹ  l m  f g & '   #     . f   Q R \ g     ׿ ؿ    $ & ' ( 1 y     9 p           ' ) * + 4 R v     
 5 6 I \ o        T U f g h               0 1 2 3 d     J B C w   ( m   5 |    ! " , 7 j t ~           (      I              + , ? R e x z {    
 % V s      / U t u v           = > Q d w       . h z    L P Q R S d         	 
     e    
 z { |           	 
 C        [ \   ' ( ` 2 _ `  O    q r      # $ j    r   D    t u                           " & 9 A M N S        b c h      ' + E F K            i n z { ~                                       	 
    ! " # $ , 2 3 < @ A T ` a b c d v                                2 ?         ' g h i v  E        u  A   w x 7    1 O P c                   J V e q r         f  k     	 %   &   =     ~    F G       	 a
   ' ( 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     0 2 7 8 F H N O b d j k                     	      8 9 : ; <   ' o      R f     - K      / N             ) \ ] {        ! 7 M c y z     ) 3 = > e             ! 5 6 Z v w                  - . H d e w          ' G H I p q r s t u ~           9 : ; h i j k l m v   u v w       X           ! N d f    9  :  v  w      ! ! .! ! ! ! ! ! ! ! ! ! ! M" N" _" " " " " " " " R# S# # # # # # # $ 6$ N$ e$ $ $ $ % I% J% 4& 5& L& a& & & & & & & & & & & & & & & & & & ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' n' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( -( .( 9( >( ?( I( N( O( Z( _( `( j( o( p( q( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 7) E) U) V) a) f) g) q) v) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * 
* * * * * * * * 	+ 
+ + + + %+ *+ ++ 6+ ;+ <+ F+ K+ L+ M+ t+ + + + + + + + + + + + + + + + + , , !, ", -, 2, 3, =, B, C, N, S, T, ^, c, d, e, , , , , , , , , , , , , , , , , , - +- ;- <- G- L- M- W- \- ]- h- m- n- x- }- ~- - - - . ). 9. :. E. J. K. U. Z. [. f. k. l. v. {. |. }. . . . . . . . . . . . . . . . . . */ 8/ H/ I/ T/ Y/ Z/ d/ i/ j/ u/ z/ {/ / / / / / / / / / / / / / / / / / 0 0 0 	0 -0 M0 r0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 2 42 >2 H2 I2 |2 2 2 2 2 2 2 )3 *3 J3 K3 3 3 .4 S4 c4 t4 4 4 4 4 4 5 %5 >5 W5 5 5 5 5 5 5 5 5 5 16 26 6 6 6 7  7 :7 O7 g7 h7 i7 z7 18 28 38 48 ]8 8 8 !9 39 E9 F9 5: 6: @: K: ~: : : : : : : ; 
; ; ; ; ]; ^; m; ~; ; ; 5< < < < 
= '= I= J= n= o= = = '> > > ? ? ? ? ,? -? ? ? ? ? ? @ @ B@ L@ V@ W@ }@ @ @ @ @ @ @ $A %A EA FA A A A A A B B B B GB B C 6E 7E G G I I I ^J _J K  K SL TL fL M M 3P 4P IP P 6Q 9Q Q Q R R S S  S 2S ES FS KS SS XS YS ^S fS rS sS xS S S S S S S S S S S S S S S S S S S S S S T T T T T T U U W W QX RX X X 3Y 4Y Y Y Z Z Z \ \ ] ] ] z_ {_ ` a a b b d d &d 3d @d Qd bd sd d d d d d d d d d &f 'f f f Fg Gg j j j j 3k k k k l >l nl ol l m wm xm m n n n o o o p 5p ?p Ip Jp xp p p p p p p p q *q Qq q q q q r *r r r r r r r r r r r s s Fs Ps Zs [s s s s s s s s s s t /t Zt t t Du u u u u u u u u u u (v 2v <v =v kv v v v v v v v v v v w >w ~w w (x x x x x x x x x x x x y 9y Cy My Ny |y y y y y y y y y y y %z Sz z z z &{ '{ ({ 9{ G{ H{ I{ S{ ^{ { { { { { { {  | | | | 
| L| X| | | | | } P} } } } } } } } ~ ~ '~ Z~ d~ n~ o~ ~ ~ ~ ~ ~ ~ ~     F   	 ; < = > ? @ p ! " V  σ  N      ; E O P x    х      r     ņ      ( ) * + S v     Ç ć Ň ·   M N O `      Ȉ Ɉ ʈ ˈ ̈ ͈ Έ ψ Ј ш    @ S f g h i r  Q d J K L M ^  " + , 4 I ^ p    Ό     , F ` p      ύ   ' : ; < = F  ߎ S T U f     ɏ ޏ    9 I c }     ې    9 : ; < d |    ȑ ɑ ʑ ˑ ԑ Z w         
 5 N s        b  ͕      Ȗ   D E j }           K     P Q X a b j     ښ    & ; P b |    ڛ ۛ ܛ ݛ  A B j k ~    ʜ ˜ ̜ ͜ ֜   + ? Ҟ      x       Р    ' A [ l     ͡ ߡ   $ > X i       ¢ բ        ޣ 5    o  :  ?    ܧ + B r  Ҩ  * V          # 8 J d ~   ê Ԫ    ! 6 K ` r    ѫ    ' A B C D l m     ̬ ͬ ά Ϭ ج    n {  _ ۰   ٱ   < S r  Ҳ Ӳ Բ  ) 0 9 : B T f x    ϳ     5 F ] ^ f x    Ŵ ܴ    2 C Y j        ӵ        +  Ÿ C   F e º    M l    	    & E d       ! 2 v w           ! C D f       & K L M N  8 : n    f  
  ]          S    K      8 B L M u v          : q     < = N O P x y                    
   " # $ - K o      . / B U h { } ~    /                W    L    i          E F k ~       5 f x    ) * ; h o w x              / 0 9     * = u        % Y ` h i           ( * + , 5     S ^ }       / 0 X Y l        ! ^  F       + X Y Z [    u    M    8     3        ;  ' ( [   E Z v      R    M   : y     * 9 E X \ ] ^ _ ` a b c d x                   ( -          = A         ! & M N S            & ' * 3 4 5 F K S Z a m n y }                   b c | }                        . / : G H R _ ` a b c d e f s t       k l ^ _ 6 7 N W w   % & 2 z {         L            n  E     0       g h y   "	 D	 ]	 y	 	 	 
 
 = >     
 
 
 a
 w
 
 
 
  	 H    - j     + , w x   u v     i j   E  F G   1 5 6 L M a b c l z                           	    % & ; = B C ] _ d e t v | }                   
 ' [ u      8  P          ! ;! o! ! ! ! !  " !" "" #" E" N# O# e# # # # # # # # $ '$ :$ ;$ Y$ $ $ $ $ $ $ % % % ~% % % % % % % % &  & !& 7& M& c& y& {& & & & & & & & & ' ' *' +' ,' -' >' ^' _' `' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( @( Y( n( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) ) ;) <) P) Q) s) ) ) ) ) ) ) ) ) * * * 	* 
* * * ]* ^* + + + &+ F+ G+ H+ I+ i+ + *, @, A, K, V, , , , , , , - - 5- 6- ?- - - . . $. u. . . . / `/ a/ / / / / / / / / / / 0 0  0 !0 "0 #0 P0 0 0 21 =1 G1 R1 \1 ]1 1 1 1 2 02 12 l2 2 2 2 3 3 3 3 *4 84 H4 I4 T4 Y4 Z4 d4 i4 j4 u4 z4 {4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 
5 5 5 )5 75 G5 H5 S5 X5 Y5 c5 h5 i5 t5 y5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 6 76 E6 U6 V6 a6 f6 g6 q6 v6 w6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7  7 %7 &7 07 57 67 77 P7 ^7 n7 o7 z7 7 7 7 7 7 7 7 7 7 7 7 7 8 g8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9  9 09 19 <9 A9 B9 L9 Q9 R9 ]9 b9 c9 m9 r9 s9 t9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : 3: A: Q: R: ]: b: c: m: r: s: ~: : : : : : : : : : : : : : : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < 	< 
< < < < < :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < < = = = = = = #= (= )= *= E= S= c= d= o= t= u= = = = = = = = = = = = = > 3> 4> > > > > > > B? C? w? ? ? ? ? ? ? ? ? @ >@ P@ R@ i@ j@ s@ @ @ @ @ 7A A A A B B "B #B GB HB YB B B B B $C %C KC zC {C |C }C ~C C C C D ~D D D D D D E E E E E E E E E F F F F F F G G G G H &H 0H 1H WH H H H H H H H H H I I TI UI I AJ aJ J J J J J K 
K K oK K  L ^L L L L L L L PM QM M M M M M M M M M N CN UN VN WN XN aN N N N N 3O 4O UO VO gO O O O O O {P P R R lU yU V V V W W X X Y Y Z j[ k[ ] ] ] 4^ ^ ^ B_ C_ (` =` ` ` ` ` ` ` ` ` ` ` ` a a a a a "a #a (a /a ;a <a Da La Qa Ra Za ba na oa wa ~a a a a a a a a a Cb Db c c 1e 2e e e If Uf f f g g h  h rh 3j 4j <k =k k m m m 8o Bo p p q q q q q q  r r "r 3r 4r Gr Zr qr r r r s s bt ct t t w w x x x !y "y y y y z 
z Vz z { { ={ M| Z| | } } } } } } } } ~ H~ I~ K~ L~ M~ V~ ~ ~ ~ ~ - U `    " # $ 5 l m n o         ' L M N P Q R [   ́  8 \  K [ \ ] n | } ~   ƃ Ѓ ڃ ۃ 	 / 0 1 2 4 5 6 ? ~   ܄  @ ƅ / ? @ A R ` a b c    ׆     A B C D F G H Q   Ç  0 P  Ĉ ň ƈ ׈      / 9 C D r           K k    7 8 I W X Y    ŋ    
 6 7 8 : Q R [ ] ^ o      َ ڎ ێ ܎ ݎ ގ    ِ ڐ          ' - . 7 ; < O [ \ ] ^ _ q              Ñ Б ё ߑ      Ȓ ɒ       ԕ - :    ז ؖ    " b c d q  @        p ˛ <   r s 2    , J K ^ Ġ Š ֠      ֢         E Q ` l m  Ԧ    a f       Ǩ !   8   Ԫ ժ y z Ҭ Ӭ A B   Ư ǯ    \   " #         ɴ ״           	    + - 2 3 A C I J ] _ e f { }          µ ѵ ӵ ٵ ڵ           3 4 5 6 7   " j   Ҹ   M a     ( F z  ̺   * I } ~      ¼   
  $ W X v         2 H ^ t u ۾ ܾ   $ . 8 9 ` } ~    ֿ ؿ      0 1 U q r                  ( ) C _ ` r         " B C D k l m n o p y           4 5 6 c d e f g h q   p q r       S           I _ a    4 5 q r     ) z          H I Z { | } ~    M N        1 I `     D E / 0 G \                    % & 1 6 7 A F G R W X b g h i                  
  ( ) 4 9 : D I J U Z [ e j k l                  2 @ P Q \ a b l q r }                     
   {           % & 1 6 7 A F G H o }                    ( - . 8 = > I N O Y ^ _ `                   & 6 7 B G H R W X c h i s x y z    $ 4 5 @ E F P U V a f g q v w x                  % 3 C D O T U _ d e p u v                      ( H m                / 9 C D w       $ % E F   ) N ^ o         9 R          , - |     5 J b c d u , - . / X    . @ A 0 1 ; F y         	 
  X Y h y   0     " D E i j {  " }       ' (       
 = G Q R x          @ A          B   1 2      Y Z   N O a   . / D  1 4        - @ A F N S T Y a m n s z                               L M   .  /      | }       u v    	 	   ! . ; L ] n          !
 "
 
 
 A B     . ~    9 i j   r s         0 : D E s         % L       %             A K U V           * U   ?           # - 7 8 f            9 y  #              4  >  H  I  w                       ! N! ! ! ! !" "" #" 4" B" C" D" N" Y" " " " " " " " " " " " # G# S# z# # # # $ K$ $ $ $ $ $ $ $ 
% % "% U% _% i% j% % % % % % % % & & & ' A' ' ' ( 6( 7( 8( 9( :( ;( k( * * Q* * * + I+ + + + + , 6, @, J, K, s, , , , , , , , , - m- - - - - - - - - - . #. $. %. &. N. q. . . . . . . . . . / H/ I/ J/ [/ / / / / / / / / / / / / / / / / 0 0 ;0 N0 a0 b0 c0 d0 m0 0 L1 _1 E2 F2 G2 H2 Y2 3 3 &3 '3 /3 D3 Y3 k3 3 3 3 3 3 3  4 4 '4 A4 [4 k4 4 4 4 4 4 4 4 5 "5 55 65 75 85 A5 5 5 N6 O6 P6 a6 6 6 6 6 6 6 6  7 7 47 D7 ^7 x7 7 7 7 7 7 7  8 8 48 58 68 78 _8 w8 8 8 8 8 8 8 8 8 U9 r9 9 : : : : : : ; ; 0; I; n; ; ; ; ; ; ; ; ]< < < = = = = = = > > ?> @> e> x> > > > > > > > ? ? ? F@ @ @ @ @ KA LA SA \A ]A eA zA A A A A A A B !B 6B KB ]B wB B B B B B B B B <C =C eC fC yC C C C C C C C C D D &E :E E zF {F |F F F sG zG G G G G G G G G H "H <H VH gH H H H H H H H I I 9I SI dI ~I I I I I I I I I I 	J 
J J J J J 0K K K L jL L 5M M :N N N N N &O =O mO O O O %P QP P P P P P P P P 	Q Q 3Q EQ _Q yQ Q Q Q Q Q Q R R 1R FR [R mR R R R R R R S "S <S =S >S ?S gS hS {S S S S S S S S S T U U iV vV V ZW W X X X X Y 7Y NY mY Y Y Y Y Y $Z +Z 4Z 5Z =Z OZ aZ sZ Z Z Z Z Z Z 	[ [ 0[ A[ X[ Y[ a[ s[ [ [ [ [ [ [ [ \ -\ >\ T\ e\ |\ }\ ~\ \ \ \ \ \ \ \ ] 	] 
] ] ] &^ ^ _ >` ` ` Aa `a a a 
b b Hc gd e e e f g g g !h @h _h h h h h i i -i qi ri i i i i i i i i i i j >j ?j aj j j j j j j !k Fk Gk Hk Ik k 3m 5m im m m n an n o o Xo o  p p p q q q r r Nr r r r Fs s s s s  t 3t =t Gt Ht pt qt t t t t t t t t u 5u lu u u u 	v 7v 8v Iv Jv Kv sv tv v v v v v v v v v w w w w w w w w w w x x x x x (x Fx jx x x x  y y )y *y =y Py cy vy xy yy zy y y *z z z z z z z z { { { { { | | } R} } } ~ G~ ~ ~  d       
   @ A f y       0 a s    $ % 6 c j r s      Ă ł ؂      * + 4     % 8 p {  Ȅ  
     T [ c d      օ ׅ    # % & ' 0  ǆ   N Y x       * + S T g z        Y  A |      & S T U V } ~  p   ܌ H    3     .     ˑ   6  " # V 
  @ U q      M |   H  ݗ 5 t  
   % 4 @ S W X Y Z [ \ ] ^ _ s z             ҙ ڙ    # ( ~        8 <     ě ޛ ߛ   ! H I N |           ! " % . / 0 A F N U \ h i t x                   ] x y          ƞ ̞ ͞ ֞ ڞ ۞        * + 6 C D N [ \ ] ^ _ ` a b o p ~      g h Z [ 2 3 J S s ̣ ٣ ! " . v w         H ߥ         j ۩ A    ѫ ,   ˬ    c d u    @ Y u     9 :        ] s       D    ) f    ׷ ' ( s t   q r     e f   A  B C   - 1 2 H I ] ^ _ h v                             ! " 7 9 > ? Y [ ` a p r x y                   	 # W q      4 L      7 k         A J K a         # 6 7 U          z {          3 I _ u w           & ' ( ) : Z [ \                < U j          
   
    7 8 L M o                Y Z    " B C D E e  & < = G R          1 2 ;       q     \ ] ~                L   . 9 C N X Y     , - h        & 4 D E P U V ` e f q v w                      % 3 C D O T U _ d e p u v                   	 
  3 A Q R ] b c m r s ~                   ! " , 1 2 3 L Z j k v { |            c                    , - 8 = > H M N Y ^ _ i n o p                  / = M N Y ^ _ i n o z                                            6 D T U ` e f p u v                      $ % & A O _ ` k p q {             / 0       > ? s          : L N e f o     3        C D U       ! G v w x y z     z                          " , - S            P Q  = ] ~      	  k   Z       L M           ? Q R S T ]     / 0 Q R c      w    h u              f g    0   > ? $ 9               
     $ + 7 8 @ H M N V ^ j k s z         ?	 @	 
 
 - .   E
 Q
 
 
     n / 0 8 9     4 >          
  / 0 C V m      ^ _            }      ! 	! R! ! " " 9" I# V# # $ $ $ $ $ $ $ $ % D% E% G% H% I% R% % % % % )& Q& \& & & & ' '  ' 1' h' i' j' k' ' ' ' ' ' ' ' ' #( H( I( J( L( M( N( W( ( ( ( ( 4) X) ) G* W* X* Y* j* x* y* z* * * * * * * + ++ ,+ -+ .+ 0+ 1+ 2+ ;+ z+ + + + , <, , +- ;- <- =- N- \- ]- ^- _- - - - - - - - . =. >. ?. @. B. C. D. M. . . . . ,/ L/ / / / / / / / / / / +0 50 ?0 @0 n0 0 0 0 0 0 0 0 0 0 1 G1 g1 1 1 1 32 42 E2 S2 T2 U2 2 2 2 2 2 2 3 	3 23 33 43 63 M3 N3 W3 Y4 Z4 k4 4 4 5 5 5 5 5 5 5 5 5 
6 7 7 7 28 i8 8 8 79 9 9 9 9 9 9 9 9 : 2: E: X: k: ~: : : : : ; ; L; M; N; _; ; ; ; ; ; ; ; ; ; ; < #< 6< I< \< ]< ^< _< h< < < < < < < += 2= ;= <= R= b= c= d= e= f= g= h= i= j= k= = = = = =  > > > > > I> > > ? ? ? ? ? @ @ @ @ @ @ @ 
A $A >A NA hA A A A A A A A 
B $B >B ?B @B AB iB B B B B B B B B KC yC C C C  D JD QD ZD [D cD xD D D D D D D E E 4E IE [E uE E E E E E E E E F )F <F OF bF cF dF eF nF F G XG G ?H @H AH BH SH H H H H 
I  I 3I FI GI HI II RI I $J gJ J NK OK PK QK bK K K K K L L *L =L PL QL RL SL \L 1M XM M M N N N N N N N N N O O .O @O ZO tO O O O O O O O P 0P @P ZP tP uP vP wP P P P Q Q Q +Q >Q QQ dQ eQ fQ gQ pQ )R R R R lS T T T ,T T U U "U #U +U @U UU jU |U U U U U U V  V (V =V RV gV yV V V V V V W W W W  W HW IW \W oW W W W W W W W xX X 0Y Y Y 	Z Z Z /[ [ /\ 0\ 7\ v\ \ \ ] 8] l] ] ] ] $^ %^ 6^ z^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ )_ C_ ]_ n_ _ _ _ _ _ _ _ ` &` @` Q` k` ` ` ` ` ` ` ` ` a a a -a @a Sa fa ga ha ia ra 0b *c c d d d d ue ,f 3f sf f f f f g +g lg mg ng g g g g g g g  h h $h ;h Rh ih zh h h h h h h h  i i $i 6i Hi _i vi i i i i i i j j j j j Fj Gj Zj mj j j j j j j j k l _m m [n n n n \o zo o >p p r .s s s s ?u @u u u u u >v ]v |v v v v v w w 5w 6w ;w =w >w ?w Hw Uw ww w w w w  x "x Dx fx {x |x x x x x x x "y z z { J{ { {  | O| | | | } } ^~ _~ # $ [    / f   4     ҁ ܁     # 6 I \ ^ _ ` i  Ԃ  9 W q  փ ׃      & 9 L _ a b c l   1 2 C D E m n        ǅ  	      Ȇ Ɇ ܆       " F ɇ V W h i j k  ( ) P Q  z {   ( `   ( m   X Y Z d o     ߍ    + > @ V W ` ώ    J U  Ï ď Տ  	   ( 8 9 : ; c d w      ɐ ʐ Ӑ B ]   đ ב   9 g          3 J K L M u v     ē œ Ɠ ϓ > f            ɕ ʕ     , ? A B C L      & E    Ř       X  A B {  " # U қ = >   ͜ 0 _ `  j   ՟        ߡ     3 [ \    T   @ | ԥ  J    Ħ Ӧ ߦ              . / > ? @ L M N O Z ^ q y    § ǧ   # P U    ר ۨ - . 3 _ c } ~          F G H R        Ī ͪ Ϊ Ϫ           % & ' ( ) * + , - . / 0 1 2 3 4 I     0 A B V X Y Z [ \ d j k t x y        Ȭ ɬ Ԭ             
      , >     Я ѯ    j w   ̱   ( M N _      } 9 : ' (   *   y ߷ H   o ʹ * + i       1 S  ޽   - . 7 8   6 7        C D U    @ A ]   ^ # $ u         ~  5 6    /     _ `           ! " # $ % & * + , - F H N O h j o p ~                        % ' - . A C H I P U p q r s t R S _     C V      1 e    	 # 3 g          % 4 G H a        # $ % Y o       # . a k u v         , - 6 X Y m n            ! " # $ % & / P Q e f         7 8 M N _               
 ) * ? @ Q q r s                         # - 7 8 Y       q r     T U f          ! *                   W n      ;   l m                 $ % & D R b c n s t ~                        # $ % G U e f q v w                       ! " , 1 2 3 o }                   	    $ ) * 5 : ; E J K L   # 1 A B M R S ] b c n s t ~                   
  ; I Y Z e j k u z {                 
    ( - . / U c s t              # $ S a q r }                        $ % / 4 5 6 b p                    	      * / 0 : ? @ A e     $ % 2 3 4 W    # $ . 9 l v         
 a b    0 f         D ] v          ! i j   # ? X r      i j k l  $ % Y k } ~ m n x         2 D E F G P       m    B _      	  _      ; < = > d e    1 2 < G z           \ ] } ~      L M N O   9 n o 
 
 > ? P   W
 X
      k l   n q     H I X j } ~                        	     & - 9 : ; <   5 6       k l " #        (  ! ! M" # # "% #% D& Q& ^& k& x& & & & & & & & & ' "' #' .' ^( _( ( ( ~) ) Q, R, %- 6- k- - - . I. v. . . . @/ / / / 0 0  1 $2 %2 /2 :2 m2 w2 2 2 2 2 2 2 2 2 2 /3 ;3 b3 3 3 3 3 34 =4 b4 4 4 4 4 5 5 5 	5 55 65 @5 K5 ~5 5 5 5 5 5 5 5 5 5 5 5 46 @6 g6 6 6 6 |7 7 7 7 7 8 8 8 8 "8 -8 `8 j8 t8 u8 8 8 8 8 8 8 8 8 8 9 $9 K9 v9 9 9 `: : : : : : : : : : ); 3; >; q; {; ; ; ; ; ; ; ; ; ; ; ; *< 6< ]< < < < "= ^= _= `= q= = = = = = = = = = > 6> 7> 8> :> ;> <> E> > > > > ? 4? Q? ? ? ? ? ? ? ? -@ J@ T@ _@ @ @ @ @ @ @ @ @ @ @ @ A A 	B HB ~B /C 0C AC sC tC uC vC wC xC C YE ZE E E F ?F F F *G +G 5G @G sG }G G G G G G G 	H H H 5H 6H ?H H H H H H H *I 1I 9I :I PI `I aI bI cI I I I I I I I I I J )J WJ J J J J J J J J J  K K K K K K K K K 	K 1K RK SK xK K K K K K K K L L M M M M M SN ZN cN dN lN N N N N N N O  O (O =O RO dO ~O O O O O O O O P 'P LP _P rP sP tP uP ~P P Q Q Q Q Q Q Q Q Q R R +R =R WR qR R R R R R R R S -S =S WS qS rS sS tS S S S S S  T T T T T T T T ?U U U U U U DV EV mV V V V V V V V V V W W X NX X X X X  Y SY TY |Y }Y Y Y Y Y Y Y Y Y Y Z Z :[ [ "\ #\ $\ 5\ \ \ \ \ \ \ \ \ \ \ ] "] <] V] ^] s] ] ] ] ] ] ] ^ ^ ^ ^ &^ y^ z^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ '` c` w` 
a a a a a 4b b b b b b b b c c 4c Nc _c yc c c c c c c d d 1d Kd \d vd d d d d d d d d d 
e  e 3e Fe Ge He Ie Re f mf f !g Tg g h rh h wi i i i j cj zj j j 
k 6k bk k k k k l l (l )l 1l Fl [l pl l l l l l l m &m 7m Qm Ym nm m m m m m m 	n #n 4n Nn _n yn zn {n |n n n n n n n o o o o o o p 0q q q  r r s s s t 0t Ot tt t t t 
u u u u au hu qu ru zu u u u u u u v v /v Fv Wv mv ~v v v v v v v v v w +w <w Sw jw {w w w w w w w w w w x x 1x Dx Fx Gx Hx Qx cy +z z {{ { 3| ~| | | } J} } ~  ̀ 9 : A ݂ ނ  ^ }  ܃   9 X Y j   ӄ Ԅ ل ۄ ܄ ݄    7 Y { |       + ^      p r    W   B C  < =      V W  ͍  <  Ҏ ' ( 2 = p z      ԏ       O r  א   F t u      đ ב       
 ( L ϒ В       2 E X Z [ \ e   * + < = > f g z         g      	 : Ɩ ǖ       M  Ƙ  C  ƙ  R      
 @ J T U } ~   ɛ ܛ ޛ    m      a b s     Ɲ ֝ ם ؝ ٝ    ( ; N P Q g h q   , I b u   ן  + J K L ]     Ѡ       ' : M ` b c d m ܡ  > P    " & ' ( ) : g h     ʣ ݣ ߣ    Y  ; ~  ĥ  P Q R c         ߧ       p ۩ ܩ 1 2 k Ϊ   6  5 6 s % _ `  G H }    ѯ   @    H  ޲  r   J K V b q }              ̴ ʹ ܴ ݴ ޴         # $ ) ` e      8 9 > u y ˶ ̶ Ѷ     ! Y ^          ? D P Q T ^ _ b k l m ~          ø ĸ Ÿ Ƹ Ǹ ȸ ɸ ʸ ˸ ̸ ͸ θ ϸ и Ѹ Ҹ      ι ߹          	    * 6 7 8 9 : L f g r                  ʺ ܺ     n o      ] ^ j   ƿ    = > ? L          K   }  M N 
 h    % & 9      Z |       u v     , ; G H      < A     e      c d   T U           } 7 ~    i m n                        
    $ % 8 : @ A V X ] ^ s u z {                           E _     ( < p     ! U s     $ X Y Z [ }         2 3 Q _ r s      
 # 9 O P      	   ; X Y o            0 L M b c d e v                : ; M x            F G H I J K T s t            > ? @ A B C L   K L M ^ ~     . b x y        $ : < m n w   L M \     U          # $ 5 V W X Y Z [  ( ) j u       $ ; h i      
  " 7 b p                         ! " - 2 3 = B C D a o                        $ % 0 5 6 @ E F G o }                
  + , 7 < = G L M X ] ^ h m n o                  V                 ! " # J X h i t y z                 	    $ ) * 4 9 : ; k y                     " # - 2 3 > C D N S T U          ! + 0 1 < A B L Q R S r                      * / 0 : ? @ K P Q [ ` a b }                   #  H  k  l              z {      
    R v           ! o   ) 9 J Z [       - \ ]          W      % = > ? P   	 
 3    		 	 	 
 
 
 !
 T
 ^
 h
 i
 
 
 
 
 
 
 
 
 3 4 C T    y     
  
 D
 E
 V
 
 
 X                " , - S {          k l            
      4 5   ) * <   	  
    l  ! ! z! {! `" u" " " " # # # !# )# .# /# 4# <# H# I# N# U# Z# [# `# g# s# t# |# # # # # # # # # # # # # # # # # # {$ |$ % % i' j' '( (( ( ( 	) 
) ) ) W* X* * k, l, t- u- - P/ Q/ / p1 z1 2 2 3 3 3 	4 4 '4 84 I4 Z4 k4 l4 4 4 4 4 4 4 5 5 6 6 7 7 9 9 : : 	; Y; Z; ; ; < D< E< < < M= N= u= > > > ? ? ? ? @ @ @  @ N@ @ @ @ @ @ @ @ @  A 'A eA A A A A  B ZB [B \B mB B B B B B B B B C &C 0C 1C _C C C C C C C C C C D 0D pD D E E E E E E E E E E E E F F F AF gF hF iF jF lF mF nF wF F F F G TG xG G gH wH xH yH H H H H H H H H I I #I $I RI yI zI {I |I ~I I I I I I I )J hJ J J J J J K K K K )K 4K gK qK {K |K K K K K K K K K "L .L UL L L L L &M oM pM M M M M M M M M 0N :N DN EN nN oN pN rN N N N O O O O P P P P Q Q Q Q Q Q FQ R R ,S nS S S $T sT T T T T U U %U &U NU nU U U U U U U U U HV [V V V V V V V V V V V V  W W )W LW _W rW W W W W W W W W #X $X %X 6X gX nX wX xX X X X X X X X X X X X X X X Y )Y <Y =Y >Y ?Y HY Y 'Z :Z  [ ![ "[ #[ 4[ [ [ \ \ 
\ \ 4\ F\ `\ z\ \ \ \ \ \ \ ] ] 6] F] `] z] {] |] }] ] ] ] ] ^ ^ ^ ^ ^ ^ ^ )_ *_ +_ <_ _ _ _ _ _ _ _ _ _ ` ` 9` S` [` p` ` ` ` ` ` ` a a a a :a Ra ea xa a a a a a a 0b Mb b b {c |c }c ~c c c c d $d Id \d od d d d d d 8e `e e e f f f f f f f g g @g Sg fg yg g g g g g mh h h !i i i i i &j 'j .j 7j 8j @j Uj jj |j j j j j j j k &k 8k Rk lk |k k k k k k k l l @l Al Tl gl zl l l l l l l em m n n n Uo Vo Wo ho o Np Up ^p _p gp |p p p p p p p q 1q Bq \q dq yq q q q q q q r .r ?r Yr Zr [r \r r r r r r r r r r r r s t lt t t Eu u v kv w kw lw sw w x x Hx tx x x  y ,y `y ay ry y y y y y y y z  z :z Tz ez z z z z z z z { !{ 6{ H{ b{ |{ { { { { { { | | | | B| C| V| i| || | | | | | | l} f~ ~ D Q  5  h o  ΁   ) H g          * < N ` w    ̓     3 4 < N ` r    Ʉ ڄ    / @ W X Y Z      υ       ɇ    щ  ;    z # B j ׎ ؎ ߎ { |    : z   ב    L M q r w y z {    Ւ    < ^     ɓ  ! " # $ ^   D    <    3 ژ ۘ   _ `    ) k  ڛ ! p Ŝ Ɯ М ۜ   " # K L _ r         G u      $ % & N O b u       Ɵ  m n       Р       ! E ȡ ɡ ڡ ۡ ܡ    + > Q S T U ^         أ d e       - d   " d   ?      ި      A T g z |     < N        > E M N d t u v w    ƫ ٫       ~  ʬ     K V u  ɭ     / 6 > ? o       Ů خ        z  ܯ  ) 4 S  İ Ű ư ǰ ذ   . / B U h { } ~    4 ٲ  W b      . / 0 1 X Y  K } ~  # ^ _   y z Ϸ з 	 l   Ը  Ӻ Ժ  û   1    0 L \ o   ޽ ( W   # |   O         . 2 3 4 5 6 7 8 9 : N U Z j k z { |              Y Z _        i j o        # $ ) W \              	 
   ! ) 0 7 C D O S Z a b c d e f g h i j k l m n o p  8 9 R S l } ~                         ( 5 6 7 8 9 : ; < I J X Y Z [ h z A B 4 5  
 $ - M      P Q d        "  u v c d Y Z f  D        f g     = > O m    3 O i j s t   r s      7 M       | }   @  _ `    M N   K L   q r ? @ Z k          " # 7 8 9 B P ] ^ _ ` a b f g h i                         3 5 : ; J L R S a c i j }                1 K      & Z m     E _ o        $ % ; a p          / _ ` a       T U _ j        
 # 9 O Q h i r              4 5 6 ] ^ _ ` a b k          / D Y s t                & ' I e f { |            3 4         ?      ! , _ i s t             K     6 7 X Y Z [ \ ] f          &         ( 2 3       B w            * / 0 : ? @ K P Q [ ` a b                   
   ) . / 9 > ? J O P Z _ ` a                  
  + , 7 < = G L M X ] ^ h m n o                 
 & 4 D E P U V ` e f q v w      = _ m } ~                	 	 	 	 	 "	 '	 (	 3	 8	 9	 C	 H	 I	 J	 w	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 _ `                    . / : ? @ J O P [ ` a k p q r                  
 
 )
 9
 :
 E
 J
 K
 U
 Z
 [
 f
 k
 l
 v
 {
 |
 }
 
 
 
 	 
 ` a n o p    M _ ` j u       & ( ? @ I     
 l         /       ! P Q R S T ]    T _ {             ` a             - \ n          * +   7 X ~       E   4 w x y z   & ' [ m n x        + , - . 7     	 
 + , =      Q  u  " " B% O% z& {& & ' ' ( ( ) ) ) @+ A+ - - - 
. . . / / / 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 "1 '1 (1 01 81 D1 E1 M1 T1 Y1 Z1 b1 i1 u1 v1 w1 x1 2 2 q3 r3 5 5 5 5 6 +6 6 6 ^7 _7 7 7 H8 	: 
: ; ; d; < < = ? ? ^@ _@ A A A A A A A A A 	B 
B B 0B GB ^B _B jB C C 8D 9D D D G G aH rH H H H WI I I I I ,J |J J J K #L 0L \L `M aM kM vM M M M M M N N !N "N #N ,N kN wN N N O +O 6O oO yO O O O O P BP CP DP EP qP rP |P P P P P P P "Q #Q $Q &Q 'Q (Q 1Q pQ |Q Q Q R 2R R !S 1S 2S 3S DS RS SS TS ^S iS S S S S S T T T T 
T T T T TT `T T T T U U V V V V (V 6V 7V 8V 9V eV oV zV V V V V V W W W W W W W 'W fW rW W W X &X ^X X X X X X X X X X Y Y Y Y HY rY sY tY vY wY xY Y Y Y Y !Z AZ pZ Z Z 
[ [ [ -[ .[ /[ i[ [ [ [ [ [ [ [ \ 
\ \ \ '\ (\ 1\ 3] 4] E] ] ] k^ l^ }^ ^ ^ ^ ^ ^ ^ ^ ` ` ` a Ca {a a b fb gb qb |b b b b b b c c 2c Ec Xc Zc qc rc {c c c &d 'd (d 9d fd md ud vd d d d d d d d d e #e 6e 7e 8e 9e Be ee e e e e e f f f f ,f <f =f >f ?f @f Af Bf Cf Df Ef mf f f f f f f f f f #g g g h h h h h i i i i i i i i i j (j Bj \j dj yj j j j j j j k k k k Ck ck k k k k k k k %l Sl l l l l $m +m 4m 5m =m Rm gm ym m m m m m m n #n 5n On in yn n n n n n n n o o )o <o =o >o ?o Ho o o 2p {p q q q q -q q q q q q q 
r  r !r "r #r ,r r r As s (t )t *t +t <t t t t t t t u u *u +u ,u -u 6u v 2v vv v ^w _w `w qw w w w w w w w x x 4x Nx ^x xx x x x x x x 
y y 4y Ny Oy Py Qy by y y y y y z z +z >z ?z @z Az Jz { c{ { { F| | | | } p} } } } } ~ ~ /~ D~ V~ p~ ~ ~ ~ ~ ~ ~   , A S m          " # 6 I \ o      R  
 ]   Y  	  	 
  P     F r  ʆ    T [ d e m     ؇    7 H b s     Ԉ     + E _ p            - @ A B C L 
  l   \ Ӎ O  
 M l   Ǐ   F G H Y      Ȑ ڐ    , C T k     ё ґ ڑ    " 9 P g x    ͒ ޒ       ! 4 G Z m       g 9  5 o  ٗ 6 T      u v }   Z   ؞  7 V u            " / Q s    ڠ   @ U V g     ¡     $ [  ڤ ) ~  ѥ x y 8 9   5   Ǩ 	 @ x   c d n y         # 6 8 9 : C     1 K    ¬ ì Ĭ      & 9 ; < = F d       G H [ n         f g x y z    ɯ ܯ         0 1 B C D E v   * + \ T U  ˳  :    G  ݵ 2 3 4 > I |      ߶     0 1 :  ڷ  $ / [    ܸ         = > Q d w        7 h       A g     ͻ Ի ܻ ݻ 
 $ % & ' O P c v        @ z  ǽ ҽ  ^ b c d e v   ̾ ;        &  ҿ w                2    U    /    m n  
 9 : r D q r  a          
 5 6 |   .    V   $                     	    & ' ( ) 4 8 K S _ ` e      * / t u z     
 9 = W X ]          ! " , {                                	 
   
  #     
   0 2 3 4 5 6 > D E N R S f r s t u v                                 D Q       ' ( 9 y z {   W          S  "   I    C a b u     -             \ h w       / x }    7   8   O         X Y      	  s   9 :                        " ( ) B D I J X Z ` a t v | }                       " # * / J K L M N , - 9      0 d x     ? ]     
 A `               ! " ; n o         3 I _ u       ; E O P w           2 3 G H l                  	 * + ? @ Z v w        ' ( 9 Y Z [                 + K L M z { | } ~              j	 	 	 	 	 	 	 
 
 
 3
 `
 v
 x
 
 
 
 K L     . / @          
 _
 `
 q
 
 
 
 
 
 
 
 d e       1 H ` w     [ \ F G ^ s                    , < = H M N X ] ^ i n o y ~                    ! / ? @ K P Q [ ` a l q r |                    
 I W g h s x y                         $ % &       ' , - 7 < = H M N X ] ^ _                   # 3 4 ? D E O T U ` e f p u v w                 	 / = M N Y ^ _ i n o z         - ; K L W \ ] g l m x } ~                  	    < J Z [ f k l v { |                   	 
     ? _       
  1        F P Z [        ; < \ ]  
 @ e u         7  P  i                    C! D! ! ! ! " 2" L" a" y" z" {" " C# D# E# F# o# # # 3$ E$ W$ X$ G% H% R% ]% % % % % % % & & &  & !& *& o& p& & & & & G' ' ' ' ( 9( [( \( ( ( ( ( 9) ) ) * * * * >* ?* * * * + + + !+ T+ ^+ h+ i+ + + + + + + + 6, 7, W, X, , , , , , &- '- (- )- Y- - . H0 I0 2 2 4 4 *4 p5 q5 16 26 e7 f7 x7 8 8 E; F; [; ; H< K< < < = = "> #> 2> D> W> X> ]> e> j> k> p> x> > > > > > > > > > > > > > > > > > > > > > >  ? ? ? ? ? ? ? ? A A B B cC dC C C ED FD D D E E E G G H H I J J 'K L L M M O +O 8O EO RO cO tO O O O O O O O O O P 8Q 9Q Q Q XR YR +U ,U U V EV V V V #W PW W W W X X X X Y Y Y Z Z 	[ [ G[ Q[ [[ \[ [ [ [ [ [ [ [ 	\ \ <\ c\ \ \ \ 
] ] <] ] ] ] ] ] ] ] ] ^ ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ A_ l_ _ _ V` ` ` ` ` ` ` ` ` ` a :a Da Na Oa }a a a a a a a a a a a %b Pb b b :c c c c c c c c c c d 
d d Kd Ud _d `d d d d d d d d d d e e 7e ee e e e 8f 9f :f Kf Yf Zf [f ef pf f f f f f g g g g g g g ^g jg g g g h +h bh h h h h h h i $i .i 9i li vi i i i i i i i i i j j j "k Xk 	l 
l l Ml Nl Ol Pl Ql Rl l 3n 4n Mn Nn gn xn yn n n n n n n n n n n n n n n n n n n n n  o o o o #o 0o 1o 2o 3o 4o 5o 6o 7o Do Eo So To Uo Vo co uo <p =p /q 0q r r s (s Hs s s s s t Kt Lt _t t t t t t t t u u pv qv ^w _w Tx Ux ax x ?y y z z z z { | a| b| | | | | 8~ 9~ J~ h    . J d e n o   m n  Ń ԃ   2 H z {  Մ ڄ  w x   ;  Z [    H I   F G   l m : ; U f  Ў          2 3 4 = K X Y Z [ \ ] a b c d }            ђ Ӓ ْ ڒ         . 0 5 6 E G M N \ ^ d e x z             ޕ  , F z   Ֆ 	 ! U h     @ Z j           6 \ k ~   ˚ ̚     * Z [ \    қ   O P Z e     Ԝ     4 J L c d m     ɝ        / 0 1 X Y Z [ \ ] f      Ӟ Ԟ   * ? T n o       ߟ        
 ! " D ` a v w     נ ؠ ٠ ڠ ۠ ܠ  . /         : Ǣ     ' Z d n o   ӣ գ         F     1 2 S T U V W X a   Φ       !  §    # - .    Ԩ   = r      Ъ  	   % * + 5 : ; F K L V [ \ ] {          ƫ ˫ ̫ ֫ ۫ ܫ ݫ     $ ) * 4 9 : E J K U Z [ \ ~          ɬ ά Ϭ ٬ ެ ߬    & ' 2 7 8 B G H S X Y c h i j   ĭ ŭ Э խ ֭           ! / ? @ K P Q [ ` a l q r |     8 Z h x y                  
    " # . 3 4 > C D E r           ° ð Ͱ Ұ Ӱ ԰   " # . 3 4 > C D O T U _ d e f        Ʊ ˱ ̱ ױ ܱ ݱ     Z [        Ĳ ɲ ʲ ղ ڲ ۲       ) * 5 : ; E J K V [ \ f k l m     ó ȳ ɳ ӳ س ٳ         $ 4 5 @ E F P U V a f g q v w x      [ \ i j k    H Z [ e p       ! # : ; D      g  ¸ Ҹ      * {   ƹ    K L M N O X    O Z v    ֻ ׻ ػ      ̼ [ \             ( W i { | } ~  ̿ Ϳ ܿ  % &   2 S y       @   / r s t u   ! " V h i s ~       & ' ( ) 2       & ' 8      L p   = J u v         ; <                                 
   " # + 3 ? @ H O T U ] d p q r s   l m      &   Y Z   C   
  _    	  Y Z {            + B Y Z e   3 4     \ m    R     ' w     + W [ \ f q           ' f r    & 1 j t      = > ? @ l m w          ! " # , k w   	 -   , - . ? M N O Y d               O [           # 1 2 3 4 ` j u             " a m    ! Y             
      C  m  n  o  q  r  s  |         < k    	  ( ) * d          	  " # , . / @   f g x            > v  	 a	 b	 l	 w	 	 	 	 	 	 
 
 -
 @
 S
 U
 l
 m
 v
 
 
 ! " # 4 a h p q           1 2 3 4 = `       
 
 
 
 '
 7
 8
 9
 :
 ;
 <
 =
 >
 ?
 @
 h
 
 
 
 
 
 
 
 
 
                   # = W _ t           > ^          N      & / 0 8 M b t       	  0 J d t          $ 7 8 9 : C   - v     ( { |          '   <  # $ % & 7         % & ' ( 1  - q  Y Z [ l          / I Y s           /  I  J  K  L  ]             ! ! &! 9! :! ;! <! E! ! ^" " " A# # # # $ k$ $ $ $ $  % % *% ?% Q% k% % % % % % % % & '& <& N& h& & & & & & & & & & ' ' 1' D' W' j' }' ~' ' ' ' M( ( ) X) ) ) T* * + + , , , K, , , , 
- A- m- - - - - . O. V. _. `. h. }. . . . . . . / 2/ C/ ]/ n/ / / / / / / / 0 &0 @0 Z0 k0 0 0 0 0 0 0 0 0 0 1 1 (1 ;1 <1 =1 >1 G1 2 2 g3 3 3 W4 4 J5 6 6 H6 g6 6 6 6 6  7 A7 B7 C7 T7 7 7 7 7 7 7 7 7 7 8 '8 >8 O8 f8 }8 8 8 8 8 8 8 8 8 9 9 49 K9 b9 s9 9 9 9 9 9 9 9 9 9 : : /: B: U: h: {: }: ~: : : ; b< 4= = 0> j> > > 1? O? ? @ @ A C pC qC xC E E UE E E E F 2F QF pF F F F F F 
G G G G G G G *G LG nG G G G G G H ;H PH QH bH H H H H H H J J J K VK K K $L yL zL L sM tM 3N 4N N N 0O O O O P ;P sP P 	Q ^Q _Q iQ tQ Q Q Q Q Q Q Q R R 1R 3R 4R 5R >R R R R S ,S FS }S S S S S S S S S T !T 4T 6T 7T 8T AT _T T U U U U U BU CU VU iU |U U U U U U U U aV bV sV tV uV V V V V V V V V V V W W +X ,X =X >X ?X @X qX X X %Y &Y WY OZ PZ Z Z Z 5[ z[ [ [ B\ \ \ -] .] /] 9] D] w] ] ] ] ] ] ] ]  ^ ^ ^ +^ ,^ 5^ ^ ^ ^ _ *_ V_ _ _ _ _ _ _ _ _ 
` ` ` ` 8` 9` L` _` r` ` ` ` ` ` ` a 2a ca a a a a a b <b bb b b b b b b b b c c  c !c "c Jc Kc ^c qc c c c c c c d ;d ud d d d d Ye ]e ^e _e `e qe e e e e e e f f f f f !f f f rg g g g h h h h h h h h h h h -i i j j Pj j j j *k k l l hl il l m 4m 5m mm ?o lo mo o \p p p p ~q q q q q q r 0r 1r wr s s )t t t u Qu u u v v v v v v v v v v v v v v v v v v v v w w w w w !w "w #w $w /w 3w Fw Nw Zw [w `w w w w w w %x *x ox px ux x x y y y 4y 8y Ry Sy Xy y y y y y y y z z z 'z vz {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| 2| :| @| A| J| N| O| b| n| o| p| q| r| | | | | | | | | | | | | | | | | | | | | | } } } } ~ ~    ǀ  @ M       # $ 5 u v w   S          ކ O     E     ? ] ^ q ׋ ؋   )   ͍    
     
 X d s   ё    + t y    3  ړ 4   K         T U   ٚ ښ    o   5 6      џ ҟ ӟ ܟ               $ % > @ E F T V \ ] p r x y         ͠ Ϡ Ԡ ՠ             & + F G H I J ( ) 5 }  ˣ   , ` t     ; Y   ߥ  	 = \        է  
   7 j k     ɨ    / E [ q       7 A K L s     Ӫ      . / C D h        Ϋ ϫ Ы        & ' ; < V r s   ɬ ެ  
  # $ 5 U V W ~                 ' G H I v w x y z {  ͮ ή         ٯ f     ư   
  / \ r t    G H     * + <  г ѳ         [ \ m        ` a    µ ̵ ͵ - D \ s   ܶ  W X B C Z o     ĸ ɸ ʸ Ը ٸ ڸ         ( 8 9 D I J T Y Z e j k u z { |     ù ȹ ɹ ӹ ع ٹ         + ; < G L M W \ ] h m n x } ~    ź ƺ Ѻ ֺ ׺          	 E S c d o t u            λ ޻ ߻              ! "  ׼     # ( ) 3 8 9 D I J T Y Z [          ½ ͽ ҽ ӽ ݽ      / 0 ; @ A K P Q \ a b l q r s    ¾ ; Ҿ Ӿ ݾ          + 9 I J U Z [ e j k v { |       ) 7 G H S X Y c h i t y z                   
   8 F V W b g h r w x                          ; [       	 
 -        B L V W        7 8 X Y   < a q        3 L e          ? @     . H ] u v w  ? @ A B k   / A S T C D N Y            & k l {    C     5 W X | }   5       : ;        P Z d e        2 3 S T      " # $ % U   D E     & l m - . a b t   A B W  D G       . @ S T Y a f g l t                                   _ `   A B             #      ' 4 A N _ p           4 5   T U ' (   A     L | }                C M W X          8 _    	  8            ! T ^ h i         
  = h   R           6 @ J K y           !	 L	 	 	 6
 
 
 
 
 
 
 
 
 
 
 	  G Q [ \             3 a    4
 5
 6
 G
 U
 V
 W
 a
 l
 
 
 
 
 
  
      Z f    
 ' ^          * 5 h r | }            T    I J K L M N ~ / 0 d    \       I S ] ^                      & 6 7 8 9 a           - [ \ ] n                 ( ) N a t u v w   _ r X Y Z [ l ) 0 9 : B W l ~        ( : T n ~        "  5  H  I  J  K  T      a! b! c! t! ! ! ! ! ! ! " " -" G" W" q" " " " " " " # # -# G# H# I# J# r# # # # # # # # # # h$ $ $ % % % % % % & & C& \& & & & & & & & & p' ' ' $( ( ( ( ( ( )) *) R) S) x) ) ) ) ) ) ) ) ) * * + Y+ + + + , ^, _, f, o, p, x, , , , , , , - ,- 4- I- ^- p- - - - - - - - - - O. P. x. y. . . . . . . . . . / / 90 M0 0 1 1 1 1 
2 2 2 2 2 2 2 2 2 2 
3 $3 53 O3 i3 z3 3 3 3 3 3 3 4 !4 24 L4 f4 w4 4 4 4 4 4 4 4 4 4 	5 5 5 5 5 (5 5 C6 6 6 *7 }7 7 H8 8 M9 9 9 9 9 9: P: : : : ; 8; d; ; ; ; ; ; ; ; < < 1< F< X< r< < < < < < < 
= '= /= D= Y= n= = = = = = = 
> $> 5> O> P> Q> R> z> {> > > > > > > > > > ? @ A |A A A mB B C C C D %D JD aD D D D D D D 7E >E GE HE PE bE tE E E E E E E F F -F CF TF kF lF tF F F F F F F G G )G @G QG gG xG G G G G G G G G G H H H H H 'H 9I J J QK K 	L TL sL L L  M M [N zO P Q Q Q R R R 4S SS rS S S S T .T /T @T T T T T T T T T T T T 
U /U QU RU tU U U U U U V 4V YV ZV [V \V V FX HX |X X X -Y tY Y Z Z kZ [ [ [ [ \ \ \ ,] -] a] ] ] ^ Y^ ^ ^ ^ _ _ F_ P_ Z_ [_ _ _ _ _ _ _ _ _ _ _ %` H` ` ` ` ` a Ja Ka \a ]a ^a a a a a a a a a a a a "b b b b b b b b b c c .c 0c 1c 2c ;c Yc }c  d d d d d <d =d Pd cd vd d d d d d d =e e e e e e e f f f f f f g g #h eh h h i Zi i i (j wj j j j j j k  k *k +k Sk Tk yk k k k k k k k Cl tl l l l l 7m 8m Im vm }m m m m m m m m m m m m n $n &n 'n =n >n Gn n n o o 8o Ko o o o o p  p !p "p 3p gp np vp wp p p p p p p p p q #q 6q 8q 9q :q Cq q q r &r ar lr r r r r r r s =s >s fs gs zs s s s s s s s /t lt u Tu u u u &v 'v (v 9v fv gv hv iv v v v w w w w [x x x x Fy y y z z Az z z z { | } } I} } 5~ 6~ i~   S h       `  ȁ  [   H     ! , 8 G S f j k l m n o p q r            Ä ΄ ҄      6 ;    ą Ʌ    K O    ӆ ׆    / 4 [ \ a      Ƈ   & ' * 4 5 8 A B C T Y a h o { |                     p q      ʉ ̉ ͉ Ή ω Љ ؉ މ ߉       
    " < = H U V ` m n o p q r s t         y z l m D E \ e  ގ  3 4 @      ӏ    " Z         ! |  S  # $  >   ݗ    u v   ǚ 0 R k      K L        o    ɟ   V   Ѡ ; x ҡ    9 :   * +       w x   S 
 T U ӫ ԫ ? C D Z [ o p q z              ­ í ܭ ޭ           , . 3 4 I K P Q k m r s             Į ɮ      ư ǰ Ӱ  5 i   ʱ   F ^   ٲ  + I }   ۳  . / 0 1 S \ ] s     յ  	 ' 5 H I g    Ͷ    % &     շ ߷    . / E [ q      ̸ ͸    " # 8 9 : ; L l m n        Ĺ Ź ٹ ڹ    # N g |     º Ӻ          ! * I J ^ _      Ż          " k l ! " # 4 T U V W w  8 N O Y d     ;    C D M   " # 2     + n o           , - . / 0 1 ^   @ K U ` j k     > ? z       
 8 F V W b g h r w x                    	     7 E U V a f g q v w                         E S c d o t u               
    " # . 3 4 > C D E ^ l | }              , u                    . > ? J O P Z _ ` k p q {                  
    A O _ ` k p q {                   	    $ ) * +                " ' ( ) H V f g r w x                      ! & ' 1 6 7 8 S a q r }                A B       P Q          ( L ^ ` w x      E       0 1 U V g     2 3 Y         -          &     	           * 4 > ? e        	 
  * b c  O o        , }  . l       ^ _          ) Q c d e f o     A B c d u          z     
        x y    B   P Q 6 K           
    $ + 0 1 6 = I J R Z _ ` h p | }           Q R   ? @   W c     - .  A B J K  & '  F P           0 A B U h       p q   	 	 
 
 
 / 0      d  #
 $
 K
 [ h          $ V W Y Z [ d     ; c n    0 1 2 C z { | }         5 Z [ \ ^ _ ` i     F j  Y i j k |           = > ? @ B C D M     * N  = M N O ` n o p q        ( O P Q R T U V _     > ^          
 = G Q R           + Y y    E F W e f g         D E F H _ ` i k l }                     ! " " # D# {# # # I$ $ $ $ $ $ $ $ $ $% D% W% j% }% % % % % % & 1& ^& _& `& q& & & & & & & & & & & "' 5' H' [' n' o' p' q' z' ' ' ' ' ' ( =( D( M( N( d( t( u( v( w( x( y( z( {( |( }( ( ( ( ( ( ) ) ) ) ) [) ) * * * * * 
+ + + + + + + 
, , 6, P, `, z, , , , , , , - - 6- P- Q- R- S- {- - - - - - - - - ]. . .  / / / \/ c/ l/ m/ u/ / / / / / / 0 )0 10 F0 [0 m0 0 0 0 0 0 0 0 0 1 (1 ;1 N1 a1 t1 u1 v1 w1 1 2 #2 j2 2 Q3 R3 S3 T3 e3 3 3 3 3 4 24 E4 X4 Y4 Z4 [4 d4 5 65 y5 5 `6 a6 b6 c6 t6 6 6 6 6 7 )7 <7 O7 b7 c7 d7 e7 n7 C8 j8 8 8 9 9 9 9 9 9 : 
: : : +: @: R: l: : : : : : : : ; (; B; R; l; ; ; ; ; ; ; ; < < *< =< P< c< v< w< x< y< < ;= = = = ~> +? ,? -? >? ? $@ +@ 4@ 5@ =@ R@ g@ |@ @ @ @ @ @ A A 2A :A OA dA yA A A A A A B B /B 0B 1B 2B ZB [B nB B B B B B B B B C C BD D D E E E AF F AG BG IG G G G H JH ~H H H I 6I 7I HI I I I I I I I I I J *J ;J UJ oJ J J J J J J J K K 8K RK cK }K K K K K K K K K L L ,L ?L RL eL xL yL zL {L L BM <N N O 'O O P P >Q EQ Q Q Q Q Q R =R ~R R R R R R R R R  S S $S 6S MS dS {S S S S S S S 	T 
T T $T 6T HT ZT qT T T T T T T U U -U .U /U 0U XU YU lU U U U U U U U U V W qX X mY Y Y Z nZ Z Z P[ [ ] @^ ^ ^ ^ Q` R` ` ` ` a Pa oa a a a a a "b #b Gb Hb Mb Ob Pb Qb Zb gb b b b b b c 4c Vc xc c c c c c c c c 4d e e f \f f f g ag g g 	h h h pi qi 5j 6j mj j j j Ak xk k k Fl l l l l l l l l !m "m 5m Hm [m nm pm qm rm {m m m n Kn in n n n n n n n $o %o 8o Ko ^o qo so to uo ~o o o Cp Dp Up Vp Wp p p p p p p p p p p p q q q q q q q q q r r 'r )r *r +r 4r Xr r hs is zs {s |s }s s :t ;t bt ct t u u u v :v rv v v :w w w x jx kx lx vx x x x x x x x y *y =y Py Ry hy iy ry y z $z \z gz z z z z { { #{ ${ :{ J{ K{ L{ M{ u{ v{ { { { { { { { { { T| o| | | | | !} ,} K} y} } } } } } ~ ~ ~ ~ E~ \~ ]~ ^~ _~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ P x    
 )       ۀ ܀    + > Q S T U ^ ́ 
   - 8 W ă Ń ƃ ׃     . / j ! S T   4 5 g  O P   ߇ B q r  |     Ӌ ԋ      " 2 E m n   - f   R   % \   ʑ ֑     	 
   
    $ + 0 @ A P Q R ^ _ ` a l p      Ԓ ْ / 0 5 b g      ? @ E q u    ͔ Ҕ    - 2 X Y Z d   ĕ ŕ ȕ ҕ ӕ ֕ ߕ       
   % ) 0 7 8 9 : ; < = > ? @ A B C D E F [   ( ) B S T h j k l m n v | }           ڗ ۗ       
         . / 0 1 > P   
      # |  ќ Ҝ ޜ & ' : _ ` q       K L 9 : / 0 <     Z  £  ܤ < = {      % C e Ψ  	 % ? @ I J   H I      
 # U V g    R S o ٮ  p 5 6  װ ذ # $ ȱ ɱ ! "   G H   0 A     q r ݺ     
    & 3 4 5 6 7 8 < = > ? X Z ` a z |           ʻ ̻ ѻ һ     	      " ( ) 7 9 ? @ S U Z [ b g      d e q  Ӿ  ! U h     0 C w     5 E y          7 F Y Z s        5 6 7 k      * + 5 @ s }         % ' > ? H j k           
   3 4 5 6 7 8 A b c w x        / I J _ ` q                ; < Q R c           	 
                5 ? I J k            ! f g x   
 . / 0 1 2 3 <                  	 i       M   ~               ! & ' 1 6 7 8 V d t u                          % & 0 5 6 7 Y g w x                  
    " # . 3 4 > C D E                   
   & + , 6 ; < G L M W \ ] ^   5 C S T _ d e o t u                  	        M [ k l w | }               	      * / 0 : ? @ A g u                5 6 e s                         % & 1 6 7 A F G H t                        ! + 0 1 < A B L Q R S w     6 7 D E F i   # 5 6 @ K ~           s t    B x         V o      & ' ( ) * 3 { |  * 5 Q j       { | } ~  6 7 k }            2 D V W X Y b          
 . T q       q  
 M N O P v w   1 C D N Y           
 n o        ^ _ ` a  ' K    % P Q b   i j      } ~         Z  [  j  |                                                  # * / 0 8 ? K L M N   G H       } ~ 4 5    	 	 
 
 :   _
   4 5 V c p }           4 5 @ p q     c d 7 H }   - [     R      2 6 7 A L            A M t     E O t             G  H  R  ]                        ! F! R! y! ! ! " " " # # 	# # (# )# *# 4# ?# r# |# # # # # # # # # # # # *$ 6$ ]$ $ $ $ r% % % % % % & 
& & & ;& E& P& & & & & & & & & & & & & & <' H' o' ' ' ' 4( p( q( r( ( ( ( ( ( ( ( ( ( ( ) H) I) J) L) M) N) W) ) ) ) ) * F* c* * * * * + + + ?+ \+ f+ q+ + + + + + + + + + + , 	- 
- - Z- - A. B. S. . . . . . . . k0 l0 0 0 1 Q1 1 1 <2 =2 G2 R2 2 2 2 2 2 2 2 3 3 .3 03 G3 H3 Q3 3 3 3 3 3 4 <4 C4 K4 L4 b4 r4 s4 t4 u4 4 4 4 4 4 5 
5 5 5 5 ;5 i5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 6 C6 d6 e6 6 6 6 6 6 6 6 6 7 7 8 8 8 8 8 e9 l9 u9 v9 ~9 9 9 9 9 9 9 : 2: :: O: d: v: : : : : : : : : ; 9; ^; q; ; ; ; ; ; ; )< < < < < < = 
= = = (= == O= i= = = = = = = = > %> ?> O> i> > > > > > > > > > ? ? ? ? ? ? ? @ Q@ @ @ @ @ A VA WA A A A A A A A A A B B B C `C C C  D D D eD fD D D D D D D  E E E E E E F LF F 4G 5G 6G GG G G G G G G G G G 
H $H 4H NH hH pH H H H H H H 
I $I %I &I 'I 8I I I I I I I I J J J J J  J J 9K uK K L L L L L FM M M M M M M N N ,N FN `N qN N N N N N N O O )O CO ]O nO O O O O O O O O O P P 2P EP XP YP ZP [P dP (Q Q Q 3R fR R /S S S T T T T &U uU U U U V HV tV V V V V *W 1W :W ;W CW XW mW W W W W W W 
X X 8X IX cX kX X X X X X X Y Y 5Y FY `Y qY Y Y Y Y Y Y Y Y Y Z Z Z Z Z "Z Z [ B\ \ \ 2] ] %^ ^ ^ #_ B_ a_ _ _ _ _ ` ` ` /` s` z` ` ` ` ` ` ` ` ` a a *a Aa Xa ia a a a a a a a a a b &b =b Nb eb |b b b b b b b b b b 
c c 0c Cc Vc Xc Yc Zc cc ud =e f f g Eg g g h *h \h h i j k Kl Ll Sl m m 0n pn n n n 
o ,o Ko jo ko |o o o o o o o o o o p 'p Ip kp p p p p p q +q ,q =q pq q q q q q s s s s 1t it t t Tu Uu u Nv Ov w w w w x hx ix x x y Ny y y 9z :z Dz Oz z z z z z z z z z { { { { { a{ { { { | !| X| | | | | | | | | | | } } } } } :} ^} } } } } } ~ ~ 1~ D~ W~ j~ l~ m~ n~ w~ ~ ~ < = N O P x y          y       L ؁ ف    2 * + _  ؃  U  ؄  d   	 
   R \ f g    Ȇ ۆ           1 s t      ؈       ' : M ` b c y z   
 > [ t   ʊ   = \ ] ^ o          % & 9 L _ r t u v    P b   Ǎ 4 8 9 : ; L y z    Ɏ ܎      k  M  ː ֐  b c d u     ̑ ͑     +  ғ ӓ     C D }    H  G H  7 q r  Y Z    К    R  ˜  Z   ,  Þ  \ ] h t              ɟ Ο ޟ ߟ        
  ! ) 5 6 ; r w ͠ Π Ӡ    J K P   ݡ ޡ    - . 3 k p    ˢ Т     Q V b c f p q t } ~         ã ǣ Σ գ ֣ ף أ ٣ ڣ ۣ ܣ ݣ ޣ ߣ         Ƥ Ǥ      	 
      $ ( ) < H I J K L ^ x y               ̥ ͥ Υ ϥ ܥ            ' o p | Ī Ū ت    O P Q ^  -   ׭ ح ͮ ή ڮ ]  )   _ `  z ڲ ۲  7 8 K   ô   l   ö ݶ ޶       2 > M Y Z      N S    
 w   ӽ Խ % u v  ¾ f g   . /        I     {                             . 0 6 7 J L R S h j o p                          ! " # $    W q     : N      3 g      6 j k l m          D E c q       	  5 K a b       % & M j k          	   B ^ _ t u v w                 0 L M _          / 0 1 X Y Z [ \ ] f           ! " # P Q R S T U ^   ] ^ _ p      @ t         	 6 L N    ! " ^ _ n     g          5 6 G h i j k l m  : ; |        6 M z {   1 2   4 I t                      # $ . 3 4 ? D E O T U V s                     ! & ' 1 6 7 B G H R W X Y                   - = > I N O Y ^ _ j o p z                     h         
    # $ . 3 4 5 \ j z {                	 
    % * + 6 ; < F K L M }                   # $ / 4 5 ? D E P U V ` e f g     ! " - 2 3 = B C N S T ^ c d e                     0 1 < A B L Q R ] b c m r s t                   5 Z } ~               & 0 1 d         2 3    ; K \ l m     
 & ? n o          i     " 7 O P Q b     E   	  - .   ( 3 f p z {          E F U f         1 2 V W h   j               * 4 > ? e        
 - . } ~        /             F G   ; < N     1 ~  !   r
 
 
 
   - . 3 ; @ A F N Z [ ` g l m r y                         { | 9 :       i j  } ~    b c          ( 9 J [ l } ~       ! ! ! ! ." /" % % % % & k& l& & & &' V' W' ' ' _( `( ( ) ) ) * * * * + '+ 1+ 2+ `+ + + + + + + + + , 9, w, , , , , - l- m- n- - - - - - - - - - .. 8. B. C. q. . . . . . . . . . / B/ / / ,0 0 0 0 0 0 0 0 0 0 0 1 1 $1 %1 S1 y1 z1 {1 |1 ~1 1 1 1 1 1 1 &2 f2 2 3 y3 3 3 3 3 3 3 3 3 3 3 3 !4 +4 54 64 d4 4 4 4 4 4 4 4 4 4 4 
5 ;5 z5 5 5 6 6 6 !6 /6 06 16 ;6 F6 y6 6 6 6 6 6 6 6 6 6 6 6 47 @7 g7 7 7 7 8 88 8 8 8 8 8 8 8 8 9 9 B9 L9 V9 W9 9 9 9 9 9 9 9 : : : : .; ; ; ; #< $< %< &< '< (< X< 	> 
> >> > > > 6? ? ? ? ? ? #@ -@ 7@ 8@ `@ @ @ @ @ @ @ @ @ @ ZA mA A A A A A A A A  B B B B B ;B ^B qB B B B B B B B B C 5C 6C 7C HC yC C C C C C C C C C C C C C C C D D (D ;D ND OD PD QD ZD D 9E LE 2F 3F 4F 5F FF G 
G G G G 1G FG XG rG G G G G G G H H .H HH XH rH H H H H H H H I "I #I $I %I .I I I ;J <J =J NJ J J J J J J J J K !K 1K KK eK mK K K K K K K L !L "L #L $L LL dL wL L L L L L L L BM _M M M N N N N N N N O 6O [O nO O O O O O O JP rP P P Q Q Q Q Q R R ,R -R RR eR xR R R R R R R S S S 3T T T T T 8U 9U @U IU JU RU gU |U U U U U U V V #V 8V JV dV ~V V V V V V V V )W *W RW SW fW yW W W W W W W W wX X Y 'Y Y gZ hZ iZ zZ Z `[ g[ p[ q[ y[ [ [ [ [ [ [ \ )\ C\ T\ n\ v\ \ \ \ \ \ \ ] &] @] Q] k] l] m] n] ] ] ] ] ] ] ] ] ] ] ^ ^ _ ~_ _ ` W` ` "a }a 'b }b ~b b b c *c Zc c c c d >d rd sd d d d d d d d e  e 2e Le fe we e e e e e f 	f f 3f Hf Zf tf f f f f f f g )g *g +g ,g Tg Ug hg {g g g g g g g g ~h xi i Vj cj j Gk k zl l l l l $m ;m Zm ym m m m m n n !n "n *n <n Nn `n rn n n n n n n o o .o Eo Fo No `o ro o o o o o o p p +p Ap Rp ip jp kp lp p p p p p p p p p p q r r s +t t t .u Mu u u u v 5w Tx |y y y y { { { | -| L| | | | | } 	} } ^} _} } } } } } } } } } } 	~ +~ ,~ N~ p~ ~ ~ ~ ~ ~  3 4 5 6 p   " V  ρ  N    E     q r    ; }   3  ׇ ؇     * 4 5 ] ^ q         " Y     $ % 6 7 8 ` a t        ؊         ϋ    
    3 W ڌ ی      * = P c e f g p          v w   Џ Ȑ ɐ  ? v   4 v   Q          - . S f y       N `   ϕ   # P W _ ` v       Ŗ ؖ        !   ܗ   % ] h   ۘ    
 A H P Q      Ù ę י             ; F e қ ֛ כ ؛ ٛ    @ A T g z      	 F  . i t       @ A B C j k  ]   ɠ 5 p q         ~       # զ   C   - B ^ n     : i   5  ʫ " a      ! - @ D E F G H I J K L ` g l | }           ǭ ӭ ԭ ٭   k l q      % ) { |    ˯ ̯ ѯ 	  5 6 ; i n                 . 3 ; B I U V a e l s t u v w x y z { | } ~      J K d e ~            ² Ʋ ǲ ڲ         " / 0 : G H I J K L M N [ \ j k l m z  S T F G   6 ? _  ŷ 
   b c v        4 ˹   u v k l x  V ǽ -      x y     O P a   
 , E a { |   % &        I _      0     R  q r    _ `   ] ^     Q R l } -  . /      4 5 I J K T b o p q r s t x y z {                   
  # % * + E G L M \ ^ d e s u { |                 C ]       8 l     # W q     	 
  - 6 7 M s         " # A q r s        f g q |       	  5 K a c z {             & F G H o p q r s t }         ( A V k                # $ 8 9 [ w x              E F     . / 0 1 Q   ( ) 3 > q {         '      ]     H I j k l m n o x       	 
  8    % / : D E       T           0 1 < A B L Q R ] b c m r s t                    / 0 ; @ A K P Q \ a b l q r s                   - = > I N O Y ^ _ j o p z               
      8 F V W b g h r w x         O q                     $ ) * 4 9 : E J K U Z [ \                   ) 9 : E J K U Z [ f k l v { | }                  q r                  " 0 @ A L Q R \ a b m r s }                      - ; K L W \ ] g l m x } ~          r s     * + _ q r |       & 8 : Q R [      ~     
  / 0 A      
 3 b c d e f o    f q                     r s             ? n           < =  ) I j        W   F       8 9 m         	 +	 =	 >	 ?	 @	 I	 	 	 	 	 
 
 =
 >
 O
 
 
 
 
 
 c  
 
 T a           R S       * +  %                 
    # $ , 4 9 : B J V W _ f k l t {     + ,           1! =! ! ! p" q" # # Z# % % $& %& v&  ( ( (  * ** p+ q+ , , , , , , , , 
- - - /- B- Y- p- q- |- . . J/ K/ / / 2 2 s3 3 3 	4 
4 i4 4 4 4 4 >5 5 5 5 %6 57 B7 n7 r8 s8 }8 8 8 8 8 8 8 09 19 39 49 59 >9 }9 9 9 9 : =: H: : : : 
; ; ; ; T; U; V; W; ; ; ; ; ; ; ; ; < 4< 5< 6< 8< 9< :< C< < < < <  = D= = 3> C> D> E> V> d> e> f> p> {> > > > > > ? ? ? ? ? ? ? '? f? r? ? ? @ (@ @ A 'A (A )A :A HA IA JA KA wA A A A A A A B )B *B +B ,B .B /B 0B 9B xB B B B C 8C pC C C C C C C C C C D !D +D ,D ZD D D D D D D D D D E 3E SE E E E F  F 1F ?F @F AF {F F F F F F F F G G  G "G 9G :G CG EH FH WH H H }I ~I I I I I I I I I K K K K K K K L L L L L L L L L L #L $L 7L CL DL EL FL GL YL sL tL L L L L L L L L L L L L L L L L L L L L M M N N {O |O P P P Q "Q jQ kQ wQ Q Q Q Q Q 
R JR KR LR YR R (S S S T T U U U XV V $W W W ZX [X Y uY Y Y Z 2Z 3Z FZ [ [ [ \ \ g] ] ] ] ] ] ^ ^ ` ` ` ` -a 9a Ha Ta Ua a a a a  b Ib Nb b b b c rc c 	d d d  e pe qe e e af bf g g )i *i i i j j j j k Dl m m 
n n vo zo {o o o o o o o o o o o o o o o o o o o o o o p p p p )p +p 1p 2p Ep Gp Mp Np cp ep jp kp p p p p p p p p p p p p p p p p p p p p p  q q q q q q r r 
s Rs ls s s s t 5t It }t t t t u .u bu u u u u v 1v ev fv gv hv v w w w w w w w x ?x @x ^x lx x x x x x x y y 0y Fy \y ]y y y y y z z  z !z Hz ez fz |z z z z z z z z { { { { ={ Y{ Z{ o{ p{ q{ r{ { { { { { { { { { { { { { | | +| G| H| Z| | | | | | | | | 
} *} +} ,} S} T} U} V} W} X} a} } } } } } } } } } } ~ ~ ~ K~ L~ M~ N~ O~ P~ Y~ ~ ~ X Y Z k      ; o     ΀ ؀    1 G I z {    Y Z i      b   ǃ ȃ Ƀ ʃ ˃ ̃ Ճ 0 1 B c d e f g h  5 6 w        1 H u v   , -   / D o }            ʈ ψ Ј ш   
     ) . / : ? @ J O P Q n |            ɉ Ή ω Љ       ! " , 1 2 = B C M R S T |          Ǌ ̊ ͊ ׊ ܊ ݊ ފ  ( 8 9 D I J T Y Z e j k u z { |      ċ ŋ ϋ ԋ Ջ        c  Ό ܌       
     ) . / 0 W e u v                       % & 1 6 7 A F G H x          Î Ȏ Ɏ ӎ ؎ َ ڎ      * / 0 : ? @ K P Q [ ` a b Ώ Ϗ     ( - . 8 = > I N O Y ^ _ `           ʐ ϐ А ڐ ߐ   
  + , 7 < = G L M X ] ^ h m n o        đ ɑ ʑ Ց ڑ ۑ      0 U x y ϒ В ݒ ޒ ߒ     Γ ϓ ٓ   ! + , _        
 - . | ە  6 F W g h      ! : i j      × ̗   d Ø Θ    2 J K L ]     @ Ϛ К   ( )   # . a k u v  ˜ ݜ      @ A P a      Ǟ  
 , - Q R c  
 e          ʡ ܡ ݡ   % / 9 : `         ( ) x y        *          A B   6 7 I     , y     m      ( ) . 6 ; < A I U V [ b g h m t            õ ȵ ɵ ѵ ص         v w 4 5     ͻ λ d e  x y   ӿ ] ^  }      	  # 4 E V g x y       	 
   ) *      f g   ! Q R   Z [          " , - [         
 4 r     
 g h i z         ) 3 = > l           = }  '                N t u v w y z {     ! a   t             & 0 1 _            6 u   	 
   * + , 6 A t ~           / ; b     3 | }        
 = G Q R { | }         )        ! " # S   9 {   1       ( 2 3 [ {         U h            
  6 Y l          0 1 2 C t {                 # 6 I J K L U  4 G - . / 0 A      , A S m         ) C S m        
      )   6 7 8 I           , F ` h }           G _ r        = Z           1 V i |      E m          ' ( M ` s       z   .     3 4 ; D E M b w       	  3 E _ y        $ % M N a t        r    "    b c d u  [ b k l t       
 $ > O i q        ! ; L f g h i              y   R   x "	 x	 y	 	 	 
 %
 U
 
 
 
 
 9 m n          - G a r       
 
 .
 C
 U
 o
 
 
 
 
 
 
 
 $ % & ' O P c v        y s  Q ^  B  u |     6 U t         % 7 I [ m         ) @ A I [ m         & < M d e f g               &   ) H     0 O w        " " " 	# (# G# # # # # $ $ $ Y$ Z$ ~$ $ $ $ $ $ $ $ $ $ % &% '% I% k% % % % % % 	& .& /& 0& 1& k& ( ( Q( ( ( ) I) ) ) ) @* * * + + l, m, , - - 6- x- - - .. }. . . . . / %/ // 0/ X/ Y/ l/ / / / / / / / / 0 T0 0 0 0 0 1  1 11 21 31 [1 \1 o1 1 1 1 1 1 1 1 1 1 z2 {2 2 2 2 2 2 2 2 2 3 3 3 3 3 .3 R3 3 3 3 3 3 4 4 %4 84 K4 ^4 `4 a4 b4 k4 4 5 5 5 5 5 5 5 5 q6 r6 6 6 6 7 7 7 :8 q8 8 8 /9 q9 9 9 L: : : : : : : : :  ; (; ); N; a; t; ; ; ; ; ; < I< [< < < < = 
= = K= R= Z= [= q= = = = = = = = = = = = = > > > > > > > 
?  ? X? c? ? ? ? ? ? ? @ <@ C@ K@ L@ |@ @ @ @ @ @ @ @ @ @ A 
A A A A A A A A 6B AB `B B B B B B B C C ;C <C OC bC uC C C C C C D AD D )E dE oE E E E E F ;F <F =F >F eF fF F XG G G G 0H kH lH H I I I I I J yJ J J J L L L M M 
N N >N N N (O =O YO iO |O O O O 5Q dQ Q Q 0R R R S \S S S S T 
T T (T ;T ?T @T AT BT CT DT ET FT GT [T bT gT wT xT T T T T T T T T T T T T T T U U fU gU lU U U U U U  V $V vV wV |V V V V V V W 	W 0W 1W 6W dW iW W W W W W W W W W 	X 
X 
X X X X )X .X 6X =X DX PX QX \X `X gX nX oX pX qX rX sX tX uX vX wX xX yX zX {X |X }X X EY `Y aY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z +Z ,Z 6Z CZ DZ EZ FZ GZ HZ IZ JZ WZ XZ fZ gZ hZ iZ vZ Z O[ P[ B\ C\ ] ] 2^ ;^ [^ ^ ^ 	_ 
_ _ ^_ __ r_ _ _ _ _ _ _ _ 0` ` a a qb rb gc hc tc c Rd d )e e e e f g tg ug g g g g Ki Li ]i {j j k (k Ak ]k wk xk l l !n "n n n n n n n n Eo [o o o o o o ,p p p p q Nq q mr nr r s s [s \s  t t Yu Zu v v w w Mx Nx hx yx )y y *{ +{ { { } } } 0} 1} E} F} G} P} ^} k} l} m} n} o} p} t} u} v} w} } } } } } } } } } } } } } } } } ~ ~ 	~ 
~ ~ !~ &~ '~ A~ C~ H~ I~ X~ Z~ `~ a~ o~ q~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~      ? Y   ԁ   4 h {  ͂   S m }  Ѓ     ) 2 3 I o ~    ޅ ߅     = m n o   φ    b c m x         1 G ] _ v w      ܈       " B C D k l m n o p y     ʉ    $ = R g      Ɋ ʊ ˊ            4 5 W s t              A B    
 * + , - M ڍ  $ % / : m w    Ў     #      Y     D E f g h i j k t ϑ Б        4 Ԓ Ւ  ! + 6 @ A   Г    P  ˔ ̔   Ε    , - 8 = > H M N Y ^ _ i n o p        Ȗ ͖ Ζ ٖ ޖ ߖ     
  + , 7 < = G L M X ] ^ h m n o        ˗ З ї ܗ        ) 9 : E J K U Z [ f k l v { | }  ǘ ט ؘ        	 
     4 B R S ^ c d n s t         K m {            Ț ͚ Κ Ϛ       % & 0 5 6 A F G Q V W X         ě ś Л ՛ ֛      % 5 6 A F G Q V W b g h r w x y     ɜ Μ Ϝ ٜ ޜ ߜ         m n     ǝ ̝ ͝ ם ܝ ݝ         , < = H M N X ] ^ i n o y ~     ʞ ˞ ֞ ۞ ܞ         
  ) 7 G H S X Y c h i t y z      ϟ    n o | } ~  & ' [ m n x    ʡ ˡ  " 4 6 M N W   ̢ ͢  z  գ     + , =    ٤  	 / ^ _ ` a b k    b m    Ѧ         ߧ n o   Ǩ Ȩ   © ͩ   
   ; j |      ߪ     8 9  % E f   ˬ ̬    S   B       4 5 i { |   į ί د ٯ  ' 9 : ; < E   ǰ Ȱ   9 : K     ɱ _    P ]        ջ ֻ  N O   ˿    & '  !                        ( 0 5 6 > F R S [ b g h p w     ' (       - 9   l m   V     ! r     & l m            + > U l m x   F G     o     e     :    ! 1 > j n o y       , - / 0 1 : y     9 D }       P Q R S          0 1 2 4 5 6 ? ~     @  / ? @ A R ` a b l w             # b n     $   # $ % 6 D E F G s }       % & ' ( * + , 5 t     4 l            ' ( V           / O ~     - ; < = w            5 6 ? A B S   y z             Q    t u         - @ S f h      4 5 6 G t {            1 D E F G P s        # $ : J K L M N O P Q R S {          1                 & 6 P j r        & ' ( ) Q q        3 a     2 9 B C K ` u           1  C  ]  w                   $ 7 J K L M V   @  ' ( ) * ;        . / 0 1 :   O  6 7 8 9 J        % 8 9 : ; D  @   l	 m	 n	 	 	 	 	 	 	 	 
 
 (
 B
 \
 l
 
 
 
 
 
 
 
  ( B \ ] ^ _ p        & 9 L M N O X 
 q
 
 
 T     ~   
   ( = R d ~        % : O a {          0 1 D W j }      `   k   g       ^      T     
  b i r s {         + E V p         ( 9 S m ~           ( ; N O P Q Z   z   j  ]  ! ! [! z! ! ! ! ! " T" U" V" g" " " " " " " " " # ## :# Q# b# y# # # # # # # # # $ $ 0$ G$ ^$ u$ $ $ $ $ $ $ % % % % .% /% B% U% h% {% % % % % % & u' G( ( C) }) ) ) D* b* * &+ + , . . . . '0 (0 h0 0 0 0 &1 E1 d1 1 1 1 1 1 1 2 2 #2 %2 &2 '2 02 =2 _2 2 2 2 2 2 
3 ,3 N3 c3 d3 u3 3 3 3 3 3 
4 5 5 5 26 i6 6 6 77 7 7 7 8 8 F9 G9 : : C: : : : ; N; ; ; < q< r< |< < < < < < < < = = 1= D= F= G= H= Q= = = = !> ?> Y> > > > > > > > > ? !? 4? G? I? J? K? T? r? ? @ @ +@ ,@ -@ U@ V@ i@ |@ @ @ @ @ @ @ @ @ tA uA A A A A A A A A A A  B B 
B .B B >C ?C PC QC RC SC C D D 8D 9D jD bE cE E E F HF F F G UG G G @H AH BH LH WH H H H H H H H  I I &I (I >I ?I HI I I I 2J =J iJ J J J J J J J K  K !K "K #K KK LK _K rK K K K K K K K *L EL vL L L L L M !M OM uM M M M M M M M M N 2N 3N 4N 5N ]N ^N qN N N N N N N N &O NO O O O O O lP pP qP rP sP P P P P P P Q Q 'Q )Q *Q +Q 4Q Q Q R R S S -S S S S S S S S S T T @T T )U *U cU U 
V V =V V %W &W {W |W W X GX HX X RZ Z Z Z o[ [ [ [ \ \ \ \ \ ] ] C] D] ] ^ _ <_ _ _ (` d` ` ` 2a a a a a a a a a a a a a a a a a a b b b b &b 'b (b 4b 5b 6b 7b Bb Fb Yb ab mb nb sb b b c c c 8c =c c c c c c d d d Gd Kd ed fd kd d d d d d e e .e /e 0e :e e e e e e e e e e e e e e e e e e e e e f 
f f f f f f f f f f f f f f f f 1f f f f f g )g *g >g @g Ag Bg Cg Dg Lg Rg Sg \g `g ag tg g g g g g g g g g g g g g g g g g g g g g g h h h h h &h h h i i j j k k k Rl _l l l l l l m 5m 6m Gm m m m m m en !o "o p p q q q q q ar r 0s s s Wt t u u Qu ou pu u v v v x ;x x x x x y y z  z { { | | j| v| | | | | | +} ,} =} } } } (~ )~ E~ ~ ~ F   ]         f g       ǆ  Ȉ Ɉ G H    Ί ϊ      	 
   
      . 0 6 7 P R W X f h n o           ċ ŋ ߋ        
    ) + 0 1 8 = X Y Z [ \ : ; G   ݎ  + > r   ҏ   M k      O n     Ǒ В ђ  
  / 0 I | }     ۓ   
 A W m         I S ] ^     ϕ       @ A U V z           	 
   
   8 9 M N h     ۗ      5 6 G g h i          Ҙ Ә    ' ( 9 Y Z [        ߙ      Ț ɚ ʚ ˚  x   Û ͛ ؛      A n      Y Z     < = N         	  m n        ҟ r s   ɠ Ԡ ޠ ߠ ? V n     # i j T U l    ʣ ˣ ֣ ۣ ܣ         
  , : J K V [ \ f k l w | }       ɤ ʤ դ ڤ ۤ          
 / = M N Y ^ _ i n o z        ǥ ץ إ        	 
     W e u v              Ҧ           " # - 2 3 4     ) * 5 : ; E J K V [ \ f k l m      è Ĩ Ψ Ө Ԩ ߨ       # 1 A B M R S ] b c n s t ~     é ө ԩ ߩ              = K [ \ g l m w | }          ; I Y Z e j k u z {         ʫ ګ ۫         
     J X h i t y z           Ǭ լ            " ' ( ) M m     
    ? Į Ů     ! T ^ h i   ү ԯ    I J j k   N s     ɱ ʱ ۱ , E ^ w   Ͳ       	 Q R     ' @ Z o     Q R S T }  
 A S e f U V ` k     ٷ   , - . / 8 } ~   ָ ׸ U ù   * G i j     G   # $ % & L M Ҽ Ӽ    $ / b l v w  Ž ׽ ؽ ٽ ڽ  D E e f   ׾ ؾ  4 5 6 7 g  ! V W   & ' 8 ~  ? @ s t    S T i  V Y     0 1 @ R e f k s x y ~                           ! " # $       q r   S T 
            5   
  , 9 F S ` q         
   F G   f g 9 : 
  S    1 ^    (        
  " U _ i j         # J q     % J           ( 3 f p z {          ( O z   d          
  H R \ ]             3 ^   H            & Y c m n            E s   
 F G H Y g h i s ~          " # $ - l x     9 p        2 < G z              0 f   ) [ \ ] ^ _ `  A  B  v      ' n     ( [ e o p          '         ! " 8 H I J K s           ? m n o                  : ; ` s       q  j k l m ~ ;	 B	 K	 L	 T	 i	 ~	 	 	 	 	 	 
 
 %
 :
 L
 f
 
 
 
 
 
 
 
 
  4 G Z [ \ ] f   s t u        
 %
 ?
 Y
 i
 
 
 
 
 
 
 
  % ? Y Z [ \           z   '      , - U n            6      ; < d e            " k 
    p q x         
 $ > F [ p           a b              K _                 6 G a {         3 D ^ x              .  /  0  1  :    U! ! 	" <" " # Z# # _$ $ $ $ $ K% b% % % % & J& v& & & &  ' ' ' ' ' .' C' X' j' ' ' ' ' ' ' ( ( 9( A( V( k( ( ( ( ( ( ( ) ) 6) G) a) b) c) d) ) ) ) ) ) ) ) ) ) ) ) * + , , , - - - . . . / 7/ \/ s/ / / / / / 0 I0 P0 Y0 Z0 b0 t0 0 0 0 0 0 0  1 1 .1 ?1 U1 f1 }1 ~1 1 1 1 1 1 1 1 2 $2 ;2 R2 c2 y2 2 2 2 2 2 2 2 2 2 3 3 ,3 .3 /3 03 93 K4 5 5 c6 6 7 f7 7 7  8 28 8 m9 : ; !< "< )< = = > F> e> > > > ? !? @? A? R? ? ? ? ? ? ? ? ? ? ? ? @ A@ c@ d@ @ @ @ @ A A A FA kA lA mA nA A XC ZC C C D ?D D D *E +E }E $F %F F F G G G >H ?H sH H H $I kI I J J J %J XJ bJ lJ mJ J J J J J J J J J J 7K ZK K K K K .L \L ]L nL oL pL L L L L L L L L L L M 4M M M M M M M M N N -N @N BN CN DN MN kN N O O $O %O &O NO OO bO uO O O O O O O O OP P P P P P P "Q Q Q Q Q R  S S 5S wS S S +T lT T T :U U U U U U U (V 2V <V =V eV fV V V V V V V V V UW W W W W X IX JX [X X X X X X X X X X X X X Y #Y 6Y 8Y 9Y OY PY YY Y Y Z 1Z JZ ]Z Z Z Z Z [ 2[ 3[ 4[ E[ y[ [ [ [ [ [ [ [ [ [ [ \ "\ 5\ H\ J\ K\ L\ U\ \ \ &] 8] s] ~] ] 
^ ^ ^ ^ ^ "^ O^ P^ x^ y^ ^ ^ ^ ^ ^ ^ ^ ^ A_ ~_ #` f` ` ` ` 8a 9a :a Ka xa ya za {a a a a b b b c mc c c c Xd d d e e Se e e e f g h h [h 
i Gi Hi {i /j 0j ej zj j j j j j (k rl l l 0m mm m n Zn n n 2o 3o >o Jo Yo eo xo |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 p p p Hp Mp p p p p p  q !q &q ]q aq q q q q q r r 	r Ar Fr mr nr sr r r r r r r 's ,s 8s 9s <s Fs Gs Js Ss Ts Us fs ks ss zs s s s s s s s s s s s s s s s s s s s s s s s t t t t t t t t t t t t t t t t t t t u u u  u !u "u 4u Nu Ou Zu gu hu ru u u u u u u u u u u u u u u u u v v ~w w Vx Wx ny wy y y y Ez Fz Rz z z z z z z %{ &{ '{ 4{ l{ | | | } } ~ ~ ~ 3   e ΀ 5 6  P    
  !     م B d }      ] ^     # / 0   Ɋ ʊ ۊ $ ) h Ƌ ǋ  M      K L   < =           e  f g   Q U V l m                ̘ Θ Ԙ ՘        
   " ( ) > @ E F [ ] b c }            Ǚ ə Ι ϙ ֙ ۙ      ؛ ٛ  - G {  ɜ ܜ  $ X p    	 = [      @ A B C e n o    ͠ Π    9 G Z [ y    ߡ   ! 7 8         # @ A W m       ޣ ߣ    4 5 J K L M ^ ~          ֤ פ    " # 5 ` y     ӥ ԥ     . / 0 1 2 3 < [ \ p q    Ŧ Ʀ צ    & ' ( ) * + 4 } ~ 3 4 5 F f g h i   J ` a k v     ߩ  " $ U V _   4 5 D  ګ ۫  =             > ? @ A B C p   R ] g r | } ݮ   # P Q       
  J X h i t y z           ʱ ر       	 
    % * + , I W g h s x y           Ͳ ۲        
    ( - . / W e u v                   $ % / 4 5 @ E F P U V W p ~            ˴ д Ѵ Ҵ >    ǵ ȵ ӵ ص ٵ        	 
  2 @ P Q \ a b l q r }        ϶ ߶             ! " # S a q r }             ۷     
     & + , 6 ; < =   ٸ      	    $ ) * 4 9 : ; Z h x y                     " ' ( 3 8 9 C H I J e s             ź ƺ Ǻ   0 S T      ݻ b c          : ^ p r       	 W    ! 2 B C g h y ʿ    D E k         ?      
 % & ' 8               	 < F P Q w          + < t u  a       , - >   @ ~       p q        
   ; c u v w x      S T u v                      $      T   b c H ]       	     $ 0 1 6 = B C H O [ \ d l q r z              c d   Q R   i u     ? @  S T \ ]  8 9  X b           1 B S T g z                A B    , - v  5 6 ] m z          6 h i k l m v     M u     B C D U             G l m n p q r {     X |   k  {  |  }                      ) O P Q R T U V _     < `  O _ ` a r            : a b c d f g h q     P p           O Y c d         
  = k     W X i w x y     	 "	 ,	 -	 V	 W	 X	 Z	 q	 r	 {	 }
 ~
 
 
           . 
 
  V    [       
  6 V i |       0 C p q r            4 G Z m          
  O V _ ` v                $ % & ' 0 m  "  	 
          . H b r         . H b c d e          o     $ n u ~         ! ; C X m          " : M ` s       5 |  c d e f w     1 D W j k l m v    H      r! s! t! u! ! ! ! " " (" ;" N" a" t" u" v" w" " U# |# # 	$ $ $ $ $ % % % %  % (% =% R% d% ~% % % % % % % &  & :& T& d& ~& & & & & & &  ' (' )' <' O' b' u' ' ' ' ' ' M( ( ( ( ) =* >* ?* P* * 6+ =+ F+ G+ O+ d+ y+ + + + + + + , *, D, L, a, v, , , , , , , - '- A- B- C- D- l- m- - - - - - - - - - . . T/ / / -0 0 0 S1 1 S2 T2 [2 2 2  3 03 \3 3 3 3 4 H4 I4 Z4 4 4 4 4 4 4 4 4 5 "5 <5 M5 g5 5 5 5 5 5 5 5 	6 6 06 J6 d6 u6 6 6 6 6 6 6  7 7 7 *7 +7 >7 Q7 d7 w7 7 7 7 7 7 T8 N9 9 ,: 9: : ; ; P< W< < < < < = 0= O= = = = = = = = =  > > $> 6> H> _> v> > > > > > > ? ? ? $? 6? H? Z? l? ? ? ? ? ? ? @ @ (@ ?@ @@ A@ B@ j@ k@ ~@ @ @ @ @ @ @ @ @ A B C D D D E #E E E E bF G *H RI I I I cK dK K K L "L bL L L L L L L 4M 5M YM ZM _M aM bM cM lM yM M M M N N $N FN hN N N N N N 	O 
O O O FO P P ,Q nQ Q Q $R sR R R S S S T T GU HU U U U V SV V V 	W XW W W W W W  X 
X X 3X 4X GX ZX mX X X X X X X X /Y ]Y {Y Y Y Y Y Z 
Z Z 6Z 7Z JZ ]Z pZ Z Z Z Z Z Z Z U[ V[ g[ h[ i[ [ [ [ [ [ [ [ [ [ [ 	\ -\ \ \ \ \ \ \ \  ] ] &] 9] ;] <] =] F] j] ] z^ {^ ^ ^ ^ ^ ^ L_ M_ t_ u_ _ ` ` ` a La a a 
b Lb b b 'c |c }c ~c c c c c c c d d )d <d Od bd dd zd {d d d $e 6e ne ye e e e e &f -f 5f 6f Lf \f ]f ^f _f f f f f f f f f f f f fg g g g g g 3h >h ]h h h h h h h i i &i 'i Wi ni oi pi qi i i i i i i i i i i bj j j j k k ;k k k k k k k k k l l *l =l Pl cl el fl gl pl l m m n ?n Jn in n n n n o o o o @o Ao |o 3p ep fp p q Fq Gq yq q ar br r r r Ts s s s u u u u v v v w w w x x 4x Dx Wx x x x z ?z xz z { d{ { { 7| n| | | | | | } } } } } } } }  } !} "} 6} =} B} R} S} b} c} d} p} q} r} s} ~} } } } } } } } } A~ B~ G~ t~ y~ ~ ~ ~ ~ ~ Q R W           ? D j k l v ŀ ʀ ր ׀ ڀ        	    + , 7 ; B I J K L M N O P Q R S T U V W X m   ! : ; T e f z | } ~               ҂            ! " # $ 1 2 @ A B C P b ) *       5      8 9 L q r  È Ĉ ň ҈ 
  ] ^ K L A B N ь ,   l ӎ Ԏ   N O     % & 7 U w    7 Q R [ \   Z [    ͗ Η  5 g h y  ǘ  d e   (  G H    5 6 ڜ ۜ 3 4   Y Z ' ( B S          
     ! * 8 E F G H I J N O P Q j l r s           Ʀ Ǧ ܦ ަ          " # 2 4 : ; I K Q R e g l m t y      v w  ˩   3 g z  ª   B U   ۫  - G W   ެ ߬     
 # I X k l    ׮     G H I }    կ ֯ < = G R      ް ߰   ! 7 9 P Q Z | }    ұ ӱ         E F G H I J S t u      Ӳ   , A [ \ q r     ̳ ͳ γ ϳ г ѳ ڳ     1 M N c d u    Ĵ Ŵ ƴ Ǵ ȴ ɴ Ҵ   ѵ ҵ ӵ      '     	  G Q [ \ }   ·      Ҹ Ӹ  3 x y  ۹   @ A B C D E N    ܺ ݺ ޺ ߺ            {      * _              " ' ( 3 8 9 C H I J h v            ÿ ȿ ɿ ʿ        ! & ' 2 7 8 B G H I k y                     $ % / 4 5 @ E F P U V W                    , - 8 = > H M N Y ^ _ i n o p  % G U e f q v w                   
      ! + 0 1 2 _ m } ~                     ! + 0 1 < A B L Q R S y                 G H w                     " ' ( 2 7 8 C H I S X Y Z                    ! " - 2 3 = B C N S T ^ c d e      H I V W X {    5 G H R ]         ' ( 1      T          h      	 8 9 : ; < E    < G c |            H I }             D V h i j k t          @ f       -    _ ` a b     C U V ` k                    % p q r s  9 ]   * 7 b c t   { |    ( )            l m |                     
      , - 5 < A B J Q ] ^ _ `   Y Z         F G   0     L   q    F G h u            / F G R     !   u v I Z    ? m     d      D H I S ^      	 	 		 
	 	 	 S	 _	 	 	 	 
 
 W
 a
 
 
 
 
 
 * + , - Y Z d o      
       X d    
 
 	    , : ; < F Q              < H o              ! M W b               N Z     F              0 Z [ \ ^ _ ` i    	 ) X u        Q n x               - l  S T e        } ~   + c   N O Y d         - @ B Y Z c      ! N U ] ^ t                  !  *  M  {                  ! $! %! &! '! (! )! *! +! ,! -! U! v! w! ! ! ! ! ! ! ! " " " # # # # # w$ ~$ $ $ $ $ $ $ $  % % *% D% L% a% v% % % % % %  & & & & +& K& p& & & & & & & 
' ;' ' ' ' ' ( ( ( ( %( :( O( a( {( ( ( ( ( ( ( ) ) 7) Q) a) {) ) ) ) ) ) ) ) ) * $* %* &* '* 0* * * + c+ , , , , , h, i, , , , , , - 	- 
- - - - - ). r. / / / / $/ w/ x/ / / / / / / 0 0 0 0 0 0 1 ^1 1 F2 G2 H2 Y2 2 2 2 2 2 2 2 2 3 3 63 F3 `3 z3 3 3 3 3 3 3 4 4 64 74 84 94 J4 4 4 4 4 4 4  5 5 &5 '5 (5 )5 25 5 K6 6 6 .7 7 7 7 7 X8 8 8 8 8 8 9 9 ,9 >9 X9 r9 9 9 9 9 9 9 9 : ): ;: U: o: : : : : : : : : 
; ; ; 1; D; W; j; k; l; m; v; :< < < E= x= = A> > > ? ? ? ? 8@ @ @ @ @ .A ZA A A A A A <B CB LB MB UB jB B B B B B B C C 0C JC [C uC }C C C C C C D D -D GD XD rD D D D D D D D D D E E (E )E *E +E 4E E F TG G G DH H 7I I I 5J TJ sJ J J J J .K /K 0K AK K K K K K K K K K K L +L <L SL jL {L L L L L L L L L 
M !M 8M OM `M wM M M M M M M M M N 	N N /N BN UN hN jN kN lN uN O OP !Q Q R WR R R S <S nS  T T U V ]W ^W eW Y Y BY Y Y Y  Z Z >Z ]Z |Z }Z Z Z Z Z Z Z Z  [ [ 
[ [ 9[ [[ }[ [ [ [ [ \ (\ =\ >\ O\ \ \ \ \ \ \ ^ ^ ^ _ C_ {_ _ ` f` g` ` `a aa  b !b b b c zc {c c c (d `d d d Ke Le Ve ae e e e e e e e e f f  f !f "f +f sf f f f g 3g jg g g g g g g g g g h !h #h $h %h .h Lh ph h h i i i /i 0i Ci Vi ii |i ~i i i i i i Nj Oj `j aj bj j j j j j j j j j j k k l l *l +l ,l -l ^l l l m m Dm <n =n qn n n "o go o o /p vp p q q q &q 1q dq nq xq yq q q q q q  r r r r "r r r r s s Cs s s s s s s s s s s s s %t &t 9t Lt _t rt tt ut t t t u u Pu mu u u u u u )v Ov nv ov pv v v v v v v w 
w w w 7w 8w Kw ^w qw w w w w w  x (x bx tx x x x Fy Jy Ky Ly My ^y y y y y y y y z z z z z }z z _{ { { { | t| u| v| | | | | | | | } } ~ ~ =~ ~ ~ ~      U V   ! " Z , Y Z  I    k l   ҅     d  ݇  l   >  Չ  n o z              Ԋ ۊ               3 ; G H M   ߋ     \ ] b      ! % ? @ E }     ݍ   	 
  c h t u x            Ɏ ʎ Վ َ                     ؏ ُ          & , - 6 : ; N Z [ \ ] ^ p               ϐ А ސ ߐ      Ǒ ȑ       Ӕ , 9    ֕ ו    ! a b c p  ?     ߙ   o ʚ ;  
 q r 1    + I J ] ß ğ ՟   ~   ա         D P _ k l  ӥ    ` e      Ƨ     7   ө ԩ x y ѫ ҫ @ A   Ů Ʈ    [   ! "         ȳ ֳ            
   * , 1 2 @ B H I \ ^ d e z |           д Ҵ ش ٴ       
    2 3 4 5 6   ! i   ѷ   L `     ' E y  ˹   ) H | } ~        	 
 # V W u         1 G ] s t ڽ ۽   # - 7 8 _ | }    վ ׾      / 0 T p q                  ' ( B ^ _ q         ! A B C j k l m n o x           3 4 5 b c d e f g p   o p q       R           H ^ `    3 4 p q     ( y          G H Y z { | } ~   L M        0 H _     C D . / F [                    $ % 0 5 6 @ E F Q V W a f g h                  	  ' ( 3 8 9 C H I T Y Z d i j k                  1 ? O P [ ` a k p q |                      
  z          $ % 0 5 6 @ E F G n |                    ' , - 7 < = H M N X ] ^ _                   % 5 6 A F G Q V W b g h r w x y    # 3 4 ? D E O T U ` e f p u v w                  $ 2 B C N S T ^ c d o t u                      ' G l                . 8 B C v       # $ D E   ( M ] n ~       8 Q          + , {     4 I a b c t + , - . W    - ? @ / 0 : E x          	  W X g x   /     ! C D h i z  ! |       & '       	 < F P Q w         ? @          A   0 1       X Y   M N `   - . C  0 3     
   , ? @ E M R S X ` l m r y ~                              K L   - .   {  |         t u      
 
  
 -
 :
 K
 \
 m
 ~
 
 
 
 
 
 
 
 
   !   @
 A
     - } ~   8 h i   q r         / 9 C D r         $ K      $ ~           
 @ J T U           ) T   >           " , 6 7 e           
 8 x  "              3 = G H v             M         ! !! "! 3! A! B! C! M! X! ! ! ! ! ! ! ! ! ! ! ! " F" R" y" " " " # J# # # # # # # # $ $ !$ T$ ^$ h$ i$ $ $ $ $ $ $ $ % % % 
& @& & & ' 5' 6' 7' 8' 9' :' j' ) ) 5) 6) O) `) a) u) w) x) y) z) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  * * * * * * * * * * * ,* -* ;* <* =* >* K* ]* $+ %+ , , , , . . 0. . . . . . 3/ 4/ G/ l/ m/ ~/ / / / / 0 0 X1 Y1 F2 G2 <3 =3 I3 3 '4 4 4 g5 5 5 6 6 I7 J7 7 7 7 7  9 !9 29 P: r: : : ; 2; L; M; V< W< = = U> V> > > > > > ? 0? b? c? t? ? ? @ _@ `@ |@ @ #A }A BB CB B B B 0C 1C C C .E /E F F TG UG "H #H =H NH H I J  K ~K K L L L M M M M M %M 3M @M AM BM CM DM EM IM JM KM LM eM gM mM nM M M M M M M M M M M M M M M M M M M M M N N N N -N /N 5N 6N DN FN LN MN `N bN gN hN oN tN N N N N N qP rP ~P P P Q .Q bQ uQ Q Q Q 	R =R PR R R R R (S BS RS S S S S S S S U U U DU SU fU gU U U U U U U U V BV CV DV xV V V V V V 7W 8W BW MW W W W W W W W W X X 2X 4X KX LX UX wX xX X X X X X X X X X X Y Y Y @Y AY BY CY DY EY NY oY pY Y Y Y Y Y Y Y Z 'Z <Z VZ WZ lZ mZ ~Z Z Z Z Z Z Z Z Z Z Z Z Z 	[ 
[ ,[ H[ I[ ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ \  ] ] ] "] ] ] ] ] ^ ^ B^ L^ V^ W^ x^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ .` s` t` ` ` a a ;a <a =a >a ?a @a Ia a a a a a a a a a 	b b b b b  c c c c vc c c c c c %d Zd d d e e e e e e f f 
f f f f "f #f .f 3f 4f >f Cf Df Ef cf qf f f f f f f f f f f f f f f f f f  g g g g g g !g "g -g 2g 3g =g Bg Cg Dg fg tg g g g g g g g g g g g g g g g g g h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh Rh h h h h h h h h h h h h h h h h h 	i i 'i (i 3i 8i 9i Ci Hi Ii Ti Yi Zi di ii ji ki i  j Bj Pj `j aj lj qj rj |j j j j j j j j j j j j j j j j j k 
k k k k k &k +k ,k -k Zk hk xk yk k k k k k k k k k k k k k k k 
l l l l l &l +l ,l 7l <l =l Gl Ll Ml Nl tl l l l l l l l l l l l l l l l l Bm Cm rm m m m m m m m m m m m m m m m m m n n n n "n #n -n 2n 3n >n Cn Dn Nn Sn Tn Un n n n n n n n n n n n n n n n n n n o o o (o -o .o 8o =o >o Io No Oo Yo ^o _o `o o o o o o Cp Dp Qp Rp Sp vp p p 0q Bq Cq Mq Xq q q q q q q 	r r "r #r ,r r r r r r Os s s s s s s  t t t ct |t t t t t u 3u 4u 5u 6u 7u @u u u u 7v Bv ^v wv v v v v v v w w w w w Cx Dx xx x x x y y y y y y y y z ?z Qz cz dz ez fz oz z z z z 
{ { { { | ;| a| ~| | | | | | (} ~} } ~ Z~ [~ \~ ]~ ~ ~ 	 
 > P Q [ f            { |         k l m n  4 X   % 2 ] ^ o   v w    # $           g h w          ɒ ʒ ϒ ֒ ے ܒ       
    ' ( 0 7 < = E L X Y Z [   T U         A B ؙ ٙ +     G ў Ҟ l   A B c p }     ʣ ۣ      * A B M } ~     p q D U  ڪ ۪ : h  ū ƫ  _ ά Ϭ    ? C D N Y     ϯ       N Z      R \  ۱ ܱ ݱ  % & ' ( T U _ j         	 
   S _          ' 5 6 7 A L     µ         7 C j  ն            H R ]     Ӹ         
 I U |   	 A } ~            + U V W Y Z [ d   ֻ  $ S p        L i s ~   Ž ƽ     
     ( g  N O `        x y   & ^   I J T _         ( ; = T U ^   	 
   I P X Y o              % H v             ! " # $ % & ' ( P q r                r y          % ? G \ q          & F k ~       6           5 J \ v         2 L \ v             ! " +    ^      c d             $ m   
   r s       
       Y  A B C T           1 A [ u }        1 2 3 4 E         ! " # $ -  F   )     S        ' 9 S m ~        $ 6 P j {           , ? R e f g h q 5   @ s  <       3     ) U      7 > G H P e z         + E V p x        ( B S m ~           # $ % & /   O   ?  2   0 O n     ) * + <            & 7 N e v           3 J [ r            * = P c e f g p  J    R    7 i     X Y `   =  }         9 X w x            4 V x      # 8 9 J }          > v   a b  [ \ 	 	 	 	 
 u
 v
 
 
 # [   F G Q \         
 
 
 
 
 &
 n
 
 
 
  . e          	      ) G k       * + > Q d w y z {    I J [ \ ]               % & ' ( Y   
  ? 7 8 l    b   * q     ! , _ i s t                >               ! 4 G Z m o p      K h      $ J i j k |        	 
 2 3 F Y l       # ] o    A  E  F  G  H  Y                       ! 	! x! ! Z" " " " # o# p# q# # # # # # # # $ $ $ $ 8% % % % & & & & P' Q' ' ' ( ( U( '* T* U* * D+ ~+ + + f, g, , , , , , - - _- . . / g/ / / 90 0 0 1 i1 j1 u1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 	2 
2 2 2 2 2 .2 62 B2 C2 H2 2 2 2 2 2 
3 3 W3 X3 ]3 3 3 3 3 3 4  4 :4 ;4 @4 x4 }4 4 4 4 4 4 5 5 5 5 ^5 c5 o5 p5 s5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6  7 7 7 7 7 7 7 "7 (7 )7 27 67 77 J7 V7 W7 X7 Y7 Z7 l7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 9 9 : : ; ; ; (< 5< }< ~< < < < < = = = ]= ^= _= l= = ;> > > ? ? @ @ @ kA A 7B B C mC nC -D D D D 'E EE FE YE F F F G H zH H H H H H I I K K K K @L LL [L gL hL L L M M M \M aM M M M N N N O O O 3P P P P P tQ uQ R R <T =T T T U U U U V WW X X Y Y Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ 
[ &[ ([ -[ .[ <[ >[ D[ E[ X[ Z[ `[ a[ v[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ .\ /\ 0\ 1\ 2\ ^ ^ ^ e^ ^ ^ ^ _ _ H_ \_ _ _ _ _ #` A` u` ` ` ` ` %a Da xa ya za {a a b b b b b c c c Rc Sc qc c c c c c c c d -d Cd Yd od pd d d d d e )e 3e 4e [e xe ye e e e e e e e e f f +f ,f Pf lf mf f f f f f f f f f f f f f f f g g #g $g >g Zg [g mg g g g g g g h h h =h >h ?h fh gh hh ih jh kh th h h h h h h h h h i /i 0i 1i ^i _i `i ai bi ci li i i kj lj mj ~j j j j j j Nk k k k k k k k k k l Dl Zl \l l l l /m 0m lm mm |m m n n $n un n n n n n n n n n Co Do Uo vo wo xo yo zo {o o Hp Ip p p p p p p q ,q Dq [q q q q q ?r @r *s +s Bs Ws s s s s s s s s s s s s s s s s s t t  t !t ,t 1t 2t <t At Bt Mt Rt St ]t bt ct dt t t t t t t t t t t t t t t t t t u u #u $u /u 4u 5u ?u Du Eu Pu Uu Vu `u eu fu gu u u u u u u u u u u u u u u u u u -v ;v Kv Lv Wv \v ]v gv lv mv xv }v ~v v v v v v v v v v v v v v v v v v w w 	w 
w vw w w w w  x x x x x  x !x ,x 1x 2x <x Ax Bx Cx jx xx x x x x x x x x x x x x x x x x y y y #y (y )y 3y 8y 9y Dy Iy Jy Ty Yy Zy [y y y y y y y y y y y y y y y y y y z !z 1z 2z =z Bz Cz Mz Rz Sz ^z cz dz nz sz tz uz z z { { /{ 0{ ;{ @{ A{ K{ P{ Q{ \{ a{ b{ l{ q{ r{ s{ { { { { { { { { { { { { { { { { {  | .| >| ?| J| O| P| Z| _| `| k| p| q| {| | | | | | | | | | | | | | | | | | | | | #} C} h} } } } } } } } ~ ~ ~ ~ ~ ~ ~ ~ * 4 > ? r          @ A   $ I Y j z {      4 M | }  ҂ ӂ Ԃ Ղ ւ ߂ ' ( w փ    0 E ] ^ _ p ' ( ) * S    ) ; < + , 6 A t ~    އ       S T c t   +   ډ    ? @ d e v Ǌ  x      " #   ݌     8 B L M s         ; <      
   
 = ӏ  , - Ĕ є    T U   I J \  Ú ) * ?  , /        ( ; < A I N O T \ h i n u z {           Ơ Ǡ Ϡ ֠ ۠ ܠ             G H   ) *   w x ʧ      p q         ) 6 G X i z     ɱ        < =     ) y z ٸ  4 d e   m n    ޻     + 5 ? @ n           G        z { |  Ŀ ſ ƿ ǿ    	 < F P Q           % P   :            ( 2 3 a           	 4 t               / 9 C D r            I       / = > ? I T             B N u     F           P Z d e            <    1 2 3 4 5 6 f   L    D      1 ; E F n          h {              ! I l           C D E V                   6 I \ ] ^ _ h  G Z @ A B C T   ! " * ? T f         " < V f        
  0 1 2 3 <   I J K \          / ? Y s {        / 0 1 2 Z r         P m          + D i |       X           : ; ` s           A     F G N W X ` u         1 F X r         7 8 ` a t           ! 5  u v w   n u ~          7 Q b |       	  4 N _ y z { |             +    e  0  5     ! 8 h      L           . @ Z t         , A V h         7 8 9 : b c v            d q  U      
 2 I h        &  /  0  8  J  \  n                + < S T \ n         ( 9 O ` w x y z            !   9   < [     C	 b
     
 
 
  ; Z       ( l m            9 : \ ~       A B C D ~ . 0 d    \     S          I    A      . 8 B C k l         
 0 g     2 3 D E F n o          
               # A e      $ % 8 K ^ q s t u ~  %                ! ! ! ! ! " " # M# # # $ B$ $ $ % _% % % % % % % & & & ;& <& a& t& & & & & & & +' \' n' ' ' ' (  ( 1( ^( e( m( n( ( ( ( ( ( ( ( ( ( ( ) ) ) %) &) /) ) ) ) *  * 3* k* v* * * * + 	+ 
+ + O+ V+ ^+ _+ + + + + + + + + + , ,  , !, ", +, , , , - I- T- s- - - - - - - %. &. N. O. b. u. . . . . . . / T/ / <0 w0 0 0 1 1 1 !1 N1 O1 P1 Q1 x1 y1 1 k2 2 2 2 C3 ~3 3 3 .4 4 4 4 4 )5 5 5 5 5 7 7 7 18 8 9 9 Q9 : : ;: P: l: |: : : : : H< w< < = C= = = 0> o> > ? 	? ?  ? /? ;? N? R? S? T? U? V? W? X? Y? Z? n? u? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ #@ y@ z@ @ @ @ @ @ @ 3A 7A A A A A A A A A B B CB DB IB wB |B B B B B B C C C C C C  C )C *C +C <C AC IC PC WC cC dC oC sC zC C C C C C C C C C C C C C C C C C XD YD rD sD D D D D D D D D D D D D D D D D D D D D D 
E $E %E 0E =E >E HE UE VE WE XE YE ZE [E \E iE jE xE yE zE {E E E aF bF TG UG ,H -H DI MI mI I I J J (J pJ qJ J J J J J J J 
K BK K L L M M yN zN N 	O dO O ;P P Q Q Q &R R R R R R R ]T ^T oT U U V :V SV oV V V W W 3Y 4Y Y Y Y Y Y Z Z WZ mZ Z Z Z Z Z >[ [ [ [ #\ `\ \ ] ] ] !^ "^ m^ n^ _ _ k` l` a a b b _c `c zc c ;d d <f =f f f 'h +h ,h Bh Ch Wh Xh Yh bh ph }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 i i i i 1i 3i 8i 9i Si Ui Zi [i ji li ri si i i i i i i i i i i i i i i i k k k l l Ql kl l l l l .m Fm zm m m m n 1n en n n n n o o o o ;o Dp Ep [p p p p p p p p q q 0q 1q Oq q q q q q q q 
r r tr ur r r r r r r r s s -s Cs Ys os qs s s s s s s s s 
t t  t !t "t #t 4t Tt Ut Vt }t ~t t t t t t t t t t t t t u 6u Ou du yu u u u u u u u u v v v v v 	v v 1v 2v Fv Gv iv v v v v v v v v v v v v  w w 
w Sw Tw 	x 
x x x <x =x >x ?x _x x  y 6y 7y Ay Ly y y y y y y y y +z ,z 5z z z 
{ { { k{ { { { | V| W| x| y| z| {| || }| | | | | } } } } } } F} } } (~ 3~ =~ H~ R~ S~ ~ ~ ~ ~ & ' b    Ȁ ɀ     . > ? J O P Z _ ` k p q {        ʁ ρ Ё ځ ߁           - = > I N O Y ^ _ j o p z        ͂ ҂ ӂ ݂          - ; K L W \ ] g l m x } ~     ˃ ك       
     & + , - F T d e p u v            ]           ʅ υ Ѕ څ ߅     & ' 2 7 8 B G H S X Y c h i j      Ɔ ǆ ц ֆ ׆        ) 7 G H S X Y c h i t y z       χ Ї ۇ                 ͈ Έ و ވ ߈        
    0 > N O Z _ ` j o p {        ̉ ܉ ݉       	        ; I Y Z e j k u z {           ) *       8 9 m     Ȍ Ҍ ܌ ݌  4 F H _ ` i   ލ ߍ -        = > O   ҏ    A p q r s t } Ő Ɛ  t    Α      Œ ƒ ǒ Ȓ     Ǔ ٓ ړ ɔ ʔ Ԕ ߔ   & ' M |           J K ɖ 7 W x   ݗ ޗ    e   T       F G {     ֚     9 K L M N W   ٛ ڛ ) * K L ]     ۜ q  ʟ ˟ b o           ` a Ǫ Ȫ ݪ * ʫ ͫ 8 9  3    ƭ ٭ ڭ ߭             % 1 2 : B G H P X d e m t y z       9 :   ' (   ? K ǳ ȳ ~    h ) * 2 3     . 8 ~     Ǿ Ծ     ) * = P g ~     X Y          w     L    3 C P |          > ? A B C L     # K V       + b c d e          B C D F G H Q     . R  A Q R S d r s t ~       % & ' ( * + , 5 t     6  % 5 6 7 H V W X Y         7 8 9 : < = > G     & F ~          % / 9 : h           A a    - . ? M N O         , - . 0 G H Q S T e                , c   1          , ? R e x z      F G H Y           
  0 C V W X Y b       % , 5 6 L \ ] ^ _ ` a b c d e           C                 8 H b |         8 9 : ; c         E s     D K T U ] r         . C U o          # 6 I \ ] ^ _ h   R  9 : ; < M       - @ A B C L   a  H I J K \       $ 7 J K L M V + R   ~           ( : T n ~        * : T n o p q       % 8 K ^ _ ` a j #    f    &      % : O d v         " 7 L a s           B C V i |       r  * }    y    )  ) * 1 p    2 f      0 t {          # = W h           : K e             ' : M ` a b c l * $	 	 
 
 |
 
 o & - m     
 %
 f
 g
 h
 y
 
 
 
 
 
 
 
   5 L c t           0 B Y p            @ A T g z         Y  U    V t  8    (    9 : z    8 W v     
  / 0 5 7 8 9 B O q       > ` u v            ! D! {! ! ! I" " " " # # X$ Y$ % % U% % % % )& `& & & .' ' ' ' ' ' ' ' ' 	( 
( ( 0( C( V( X( Y( Z( c( ( ( ) 3) Q) k) ) ) ) ) ) ) * 
*  * 3* F* Y* [* \* ]* f* * * ++ ,+ =+ >+ ?+ g+ h+ {+ + + + + + + + + , , , , , , , , , , , - - - - - @- - P. Q. b. c. d. e. . "/ #/ J/ K/ |/ t0 u0 0 0 "1 Z1 1 1 "2 g2 2 2 R3 S3 T3 ^3 i3 3 3 3 3 3 3 3 4 %4 84 :4 P4 Q4 Z4 4 4 5 D5 O5 {5 5 5 5 5 6 6 6 "6 26 36 46 56 ]6 ^6 q6 6 6 6 6 6 6 6 6 <7 W7 7 7 7 7 	8 8 38 a8 8 8 8 8 8 8 8 8 8 -9 D9 E9 F9 G9 o9 p9 9 9 9 9 9 9 9 9 8: `: : : : : ; ~; ; ; ; ; ; ; ; ; ;  < < &< 9< ;< << =< F< < < = = >  > ?> > > > > > > > > ? ? R? 	@ ;@ <@ u@ @ A A OA A 7B 8B B B B *C YC ZC C dE E E E F F F F G G G G 
H H -H UH VH H I J NJ J J :K vK K 
L DL L L L L L L L L L L L L L L L L M M M (M )M 8M 9M :M FM GM HM IM TM XM kM sM M M M M M N N N JN ON N N N N N 'O (O -O YO ]O wO xO }O O O O O O P P @P AP BP LP P P P P P P P P P P P P P P P P Q Q 
Q Q Q Q  Q !Q "Q #Q $Q %Q &Q 'Q (Q )Q *Q +Q ,Q -Q .Q CQ Q Q R R *R ;R <R PR RR SR TR UR VR ^R dR eR nR rR sR R R R R R R R R R R R R R R R R R R R R R S S S S S S &S 8S S  T T T U U V V W dW qW W W W X X "X GX HX YX X X X X X wY 3Z 4Z ![ "[ \ \ $\ \ ] s] ] B^ ^ ^ i_ _ $` %` c` ` ` ` a a 
b +c Mc c c c 
d 'd (d 1e 2e f f 0g 1g |g g g g g g h =h >h Oh h h h :i ;i Wi i i Xj k k ok k k l l l l 	n 
n xo yo /p 0p p p q )q q r s s Yt Zt u u u u u u u u  v v v v v v v  v $v %v &v 'v @v Bv Hv Iv bv dv iv jv xv zv v v v v v v v v v v v v v v v v v v w 
w w w w !w 'w (w ;w =w Bw Cw Jw Ow jw kw lw mw nw Ly My Yy y y y 	z =z Pz z z z z { +{ _{ }{ { { | | -| a| | | | | | | } } } ~ .~ A~ B~ [~ ~ ~ ~ ~ ~ ~ ~    S i        ( [ e o p    ˀ   
  & ' 0 R S g h        ҁ           ) J K _ ` z    Ԃ    1 2 G H Y y z {        σ Ѓ    # $ 9 : K k l m              څ ۅ ܅ ݅    Ԇ Ն ߆   ' 1 2 S    ɇ ʇ Ӈ k l    	 N O `          $             Ƌ ы ۋ    Q h   Č Ō   5 { | f g ~   ̎ ܎ ݎ       	        > L \ ] h m n x } ~         ˏ ۏ ܏        
      A O _ ` k p q {          ː ِ       
     & + , - i w            đ ɑ ʑ ˑ         # $ / 4 5 ? D E F    + ; < G L M W \ ] h m n x } ~    ē œ Г Փ ֓           5 C S T _ d e o t u        ǔ Ք            " ' ( ) O ] m n y ~              M [ k l w | }           Ζ ܖ       
     ) . / 0 \ j z {              ٗ      	    $ ) * 4 9 : ; _   ǘ Ș   , - . Q ֙ י    ( 3 f p z {  Қ      [ \ | } ˛ * `      ۜ ܜ  > W p    ߝ       c d    9 R l      c d e f    S e w x g h r }   Ģ Ţ   , > ? @ A J       g դ   < Y { |     Y   5 6 7 8 ^ _    + , 6 A t ~    ר      V W w x ǩ ȩ    F G H I y  3 h i   
 8 9 J   Q R      e f { ȸ h k ֹ ׹  Ѻ B C R d w x }             û ϻ л ػ              ' 3 4 5 6 ׼ ؼ / 0 ſ ƿ     e f          "   G     > K X e r            ( X Y   x y K L  0 e    C p    :         ) 4 g q { |        ) 5 \     - 7 \          / 0 : E x            . : a    v          ' Z d n o            E p   Z          # - 8 k u            $ 0 W     X Y Z k y z {        0 1 2 4 5 6 ? ~     . K        ' D N Y               B x ) * ; m n o p q r  S T    9   $ % / : m w          / 0 9       $ + 3 4 J Z [ \ ]            # Q                     + L M r          | } ~   M T ] ^ f {         " 7 L ^ x         ! F Y l m n o x             % 7 Q k {       
 ' 7 Q k l m n              9      > ? g             H      M N v w              4 }    /             6 P X m        
     s t             ! ] q      .        	 	 .	 H	 Y	 s	 	 	 	 	 	 	 	 
 +
 E
 V
 p
 
 
 
 
 
 
 
 
 
   - @ A B C L  g  
 N
 
  l  q     ] t    0 \       " # + @ U j |         1 K S h }        . H Y s t u v            
   *     
    * I n        [ b k l t         ) @ Q g x          % 6 M d u            + > @ A B K ] %    u! ! -" x" " " # D# # $ % & 3' 4' ;' ( ( ) X) w) ) ) ) * 3* R* S* d* * * * * * * * * * * + 1+ S+ u+ v+ + + + + , , %, X, }, ~, , , , j. l. . . / Q/ / / <0 =0 0 61 71 1 1 2 2 2 P3 Q3 3 3 3 64 }4 4 !5 "5 ,5 75 j5 t5 ~5 5 5 5 5 5 5 5 5 5 5 6 I6 l6 6 6 6 	7 @7 n7 o7 7 7 7 7 7 7 7 7 7 7 7 7 8 "8 F8 8 8 8 8 8 9 9 9 ,9 ?9 R9 T9 U9 V9 _9 }9 9 $: %: 6: 7: 8: `: a: t: : : : : : : : : a; ; ;  < < < < 4< < < < < = > > G> > > > =? ~? ? @ L@ @ @ @ @ @ A :A DA NA OA wA xA A A A A A A A A gB B B B B C [C \C mC C C C C C C C C C C C D "D 5D HD JD KD aD bD kD D D &E CE \E oE E E E E %F DF EF FF WF F F F F F F F F F 
G G !G 4G GG ZG \G ]G ^G gG G G 8H JH H H H I  I !I "I #I 4I aI bI I I I I I I I I I I SJ J 5K xK K K K JL KL LL ]L L L L L L L L M M M N N N N N jO O O +P ,P eP P P P 0Q S /S 0S mS T YT ZT T AU BU wU U U U U U U :V W W W BX X X Y lY Y Y DZ EZ PZ \Z kZ wZ 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[ _[ [ [ [ [ [ 2\ 3\ 8\ o\ s\ \ \ \ \ \ ] ] ] S] X] ] ] ] ] ] ] ] ] ] 9^ >^ J^ K^ N^ X^ Y^ \^ e^ f^ g^ x^ }^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` ` $` 0` 1` 2` 3` 4` F` `` a` l` y` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a b b hc ic d d d e e We Xe de e e e e e e 7f 8f 9f Ff ~f g g g h h i i i Ej j k wk k Gl Hl m bm m m n n  n 3n o o o p p Tq vq q q q q r r ot pt t t u &u 5u Au Bu u u u u u 6v ;v zv v v v _w w w x x 
y ]y ^y y y Nz Oz { { } } } } ~ ~ ~ ~ w 1 x y   c g h ~              Ã ă Ń ރ             2 4 : ; P R W X m o t u           ń Ƅ ل ۄ      	 
      ? Y   ۇ  " 6 j   Ɉ   O m   ˉ   R S T U w     ̋ ߋ   , - K Y l m        3 I J    ƍ   
  5 R S i     Ď Ŏ Ύ     * F G \ ] ^ _ p          Ǐ      4 5 G r    ϐ А       @ A B C D E N m n      ב ؑ  	 
  8 9 : ; < = F   E F G X x y z {  ( \ r s }   Ŕ ϔ Д   4 6 g h q 	 
 F G V     O            / P Q R S T U  " # d o y       5 b c  Ӛ      1 \ j z {              ܜ          ' , - 7 < = > [ i y z              ߝ    	      * / 0 : ? @ A i w            Ğ ɞ ʞ ˞   % & 1 6 7 A F G R W X b g h i           ͟ ҟ ӟ ݟ    P   ɠ ٠ ڠ              D R b c n s t ~          ӡ       
    # $ . 3 4 5 e s             Ţ Ƣ Ǣ        ' , - 8 = > H M N O     	 
    % * + 6 ; < F K L M l z            Ǥ ̤ ͤ Τ     $ ) * 4 9 : E J K U Z [ \ w          ¥ ǥ ȥ ҥ ץ إ ٥   B e f   ʦ ˦ ̦  t u    Ƨ ѧ     L p          i ȩ  # 3 D T U y z  ܪ   ' V W }         Q   ׬  
  7 8 9 J     -           N X b c   ʰ ܰ ݰ ް ߰  - . = N    s   ڲ    > ? P   R  Ӵ Դ մ ִ      ɵ ʵ Ե ߵ   & ' M u          e f          Ѹ     ־ ׾  . /   # $ 6      f  	 t u Z o        # ( ) . 6 B C H O T U Z a m n v ~                 u v   c d ! " {      Q R  e f n o  J K  j t        ! 2 C T e f y                 S T    > ?   G H o            H z { } ~      ! _      T U V g            * + Y ~          * j   }             
 ; a b c d f g h q     N r  a q r s         	    L s t u v x y z     # b      	    # . a k u v          ( O }      i j {        * 4 > ? h i j l              
    @   & h    m          H h {        B U              # F Y l            0 a h q r                # 6 7 8 9 B  !  4      .       . @ Z t         0 @ Z t u v w     
   
    # $ % 6          	  3 M U j       	 
   4 L _ r       * G   u	 v	 w	 x	 	 	 	 
 
 C
 V
 i
 |
 }
 ~
 
 
 2 Z          
 
 :
 M
 `
 s
 
 
 
 
 
 g          ! ( 1 2 : O d v          2 L f v         : ; N a t       _     O P Q b  H O X Y a v        + < V ^ s        ( 9 S T U V ~             f   ?  
 e  e f m    B n    & Z [ l            4  N  _  y              ! ! 0! B! \! v! ! ! ! ! ! ! " " " " <" =" P" c" v" " " " " " " f# `$ $ >% K% % /& & b' i' ' ' ' ( #( B( a( ( ( ( ( (  ) 	) 
) ) $) 6) H) Z) q) ) ) ) ) ) ) * * -* .* 6* H* Z* l* ~* * * * * * + + )+ :+ Q+ R+ S+ T+ |+ }+ + + + + + + + + + , - . / / / 0 50 0 0 0 t1 2 <3 d4 4 4 4 u6 v6 6 6 7 47 t7 7 7 7 7 7 8 F8 G8 k8 l8 q8 s8 t8 u8 ~8 8 8 8 8 9 9 69 X9 z9 9 9 9 9 9 : : : : X: < 
< >< < < < 6= = = = -> > > ? ? Y@ Z@ @ @ @ #A eA A A B jB B B B B C C C C EC FC YC lC C C C C C C C 
D AD oD D D D E 
E E E  E HE IE \E oE E E E E E E E E gF hF yF zF {F F F F F F F F F F F G ?G G G G G G G G H %H 8H KH MH NH OH XH |H H I I I I I I I ^J _J J J J K K K 'L ^L L L M ^M M M 9N N N N N N N N N N O O ;O NO aO tO vO O O O P 6P HP P P P P P Q 8Q ?Q GQ HQ ^Q nQ oQ pQ qQ Q Q Q Q Q Q Q Q Q  R 	R xR R R R R 
S ES PS oS S S S S S S )T 0T 8T 9T iT T T T T T T T T T T T T T U tU U U U #V .V MV V V V V V V V  W (W )W <W OW bW uW wW xW yW W W .X X Y QY \Y {Y Y Y Y Y (Z )Z *Z +Z RZ SZ Z E[ w[ x[ [ \ X\ Y\ \ ] s] t] ] ] ^ f^ ^ ^ ^ ` ` ` a a a a +b b b c *c Fc Vc ic c c c "e Qe e e f vf f 
g Ig g g g g g 	h h (h ,h -h .h /h 0h 1h 2h 3h 4h Hh Oh Th dh eh th uh vh h h h h h h h h h h h h h Si Ti Yi i i i i i 
j j cj dj ij j j j j j j j k k #k Qk Vk |k }k ~k k k k k k k k k k l l l l l #l *l 1l =l >l Il Ml Tl [l \l ]l ^l _l `l al bl cl dl el fl gl hl il jl l 2m 3m Lm Mm fm wm xm m m m m m m m m m m m m m m m m m m m m m 
n n n "n /n 0n 1n 2n 3n 4n 5n 6n Cn Dn Rn Sn Tn Un bn tn ;o <o .p /p q q r 'r Gr r r r r s Js Ks ^s s s s s s s s t t ou pu ]v ^v Sw Tw `w w >x x y ~y y y z  { `{ a{ { { { { 7} 8} I} g~ ~ ~  - I c d m n 
  l m  Ă ӂ ߂  1 G y z  ԃ ك  v w   :  Y Z    G H   E F   k l 9 : T e  ύ          1 2 3 < J W X Y Z [ \ ` a b c | ~           Б ґ ؑ ّ      
   - / 4 5 D F L M [ ] c d w y ~            ݔ  + E y   ԕ    T g     ? Y i          5 [ j } ~  ʙ ˙   
  ) Y Z [    њ   N O Y d     ӛ     3 I K b c l     Ȝ        . / 0 W X Y Z [ \ e      ҝ ӝ   ) > S m n       ޞ ߞ          ! C _ ` u v     ֟ ן ؟ ٟ ڟ ۟  - .         9 ơ     & Y c m n   Ң Ԣ         E     0 1 R S T U V W `   ͥ            
  " , -    ӧ    < q      ϩ     $ ) * 4 9 : E J K U Z [ \ z          Ū ʪ ˪ ժ ڪ ۪ ܪ     # ( ) 3 8 9 D I J T Y Z [ }          ȫ ͫ Ϋ ث ݫ ޫ ߫   % & 1 6 7 A F G R W X b g h i   ì Ĭ Ϭ Ԭ լ ߬             . > ? J O P Z _ ` k p q {     7 Y g w x                       ! " - 2 3 = B C D q            ¯ ̯ ѯ ү ӯ   ! " - 2 3 = B C N S T ^ c d e        Ű ʰ ˰ ְ ۰ ܰ     Y Z        ñ ȱ ɱ Ա ٱ ڱ     
  ( ) 4 9 : D I J U Z [ e j k l     ² ǲ Ȳ Ҳ ײ ز         # 3 4 ? D E O T U ` e f p u v w      Z [ h i j    G Y Z d o         " 9 : C      f   ѷ      ) z   Ÿ    J K L M N W    N Y u    պ ֺ ׺      ˻ Z [              ' V h z { | }  ˾ ̾ ۾  $ %   1 R x       ?   . q r s t     ! U g h r }       % & ' ( 1       % & 7      K o   < I t u         : ;          
 ~                        ! " * 2 > ? G N S T \ c o p q r   k l      %   X Y   B    
 ^      X Y z            * A X Y d   2 3     [ l    Q     & v   
  * V Z [ e p           & e q    % 0 i s      < = > ? k l v            ! " + j v    ,   + , - > L M N X c               N Z          " 0 1 2 3 _ i t             ! ` l       X           	   B l m n p q r {      ;  j         ' ( ) c           
 ! " + - . ? ~  e f w                h i u       H I J W  &	 	 	 
 
    V  "
 
 
 X Y  s    0 1 D      e            + 7 F R S      G L     p      n o   _ `   ' (           ! B" # # $ 	$ t% x% y% % % % % % % % % % % % % % % % % % % % % % & & & & '& )& /& 0& C& E& K& L& a& c& h& i& ~& & & & & & & & & & & & & & & & & & & & & & ' ' ' ' ' ( ( ) P) j) ) ) ) ) 3* G* {* * * * + ,+ `+ ~+ + + + , /, c, d, e, f, , - - - - - - - 
. =. >. \. j. }. ~. . . . . / / ./ D/ Z/ [/ / / / / 
0 0 0 0 F0 c0 d0 z0 0 0 0 0 0 0 0 1 1 1 1 ;1 W1 X1 m1 n1 o1 p1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 )2 E2 F2 X2 2 2 2 2 2 2 2 2 3 (3 )3 *3 Q3 R3 S3 T3 U3 V3 _3 ~3 3 3 3 3 3 3 3 3 3 4 4 4 I4 J4 K4 L4 M4 N4 W4 4 4 V5 W5 X5 i5 5 5 5 5 5 96 m6 6 6 6 6 6 6 6 6 7 /7 E7 G7 x7 y7 7 8 8 W8 X8 g8 8 8 8 9 `9 9 9 9 9 9 9 9 9 9 .: /: @: a: b: c: d: e: f: : 3; 4; u; ; ; ; ; ;  < < /< F< s< t< < < *= += > > -> B> m> {> > > > > > > > > > > > > > > > > > ? ? ? ? ? '? ,? -? 8? =? >? H? M? N? O? l? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ @ @  @ *@ /@ 0@ ;@ @@ A@ K@ P@ Q@ R@ z@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA zA A A A A A A A A A A A A A A A A A aB B B B B B B B B C C C C C C 'C ,C -C .C UC cC sC tC C C C C C C C C C C C C C C C D D D D D D #D $D /D 4D 5D ?D DD ED FD vD D D D D D D D D D D D D D D D D D E E E (E -E .E 8E =E >E IE NE OE YE ^E _E `E E E E 
F F F &F +F ,F 6F ;F <F GF LF MF WF \F ]F ^F }F F F F F F F F F F F F F F F F F G G )G *G 5G :G ;G EG JG KG VG [G \G fG kG lG mG G G G G G G G G G G G G G G G G G H .H SH vH wH H H H H H  I I I I I I I I J J )J *J ]J J J J J J J 
K K +K ,K zK K L 4L DL UL eL fL L L L L M M 8M gM hM M M M M M M M N N bN N N N O O 0O HO IO JO [O P P P P >P P P Q Q &Q 'Q R R !R ,R _R iR sR tR R R R R R R R R >S ?S NS _S S S T T T T T U *U +U OU PU aU U V cV V V V V V 
W W W W W W W W W #X -X 7X 8X ^X X X X X X X Y Y &Y 'Y vY wY Y Y Y Y Y Y Y (Z Z o    0                     0                     0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                    0                     0                   0                     0                    0                    0                    0                     0                   0                    0                    0                    0                     0                    0                  
 : 0                 : 0    "  "               0       /               0       /               0       /               0       /               0       /               0       /               0       /           
 : 0                  : 0                     0                      0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                      0                      0                   
  0                   
  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                   O  0                   O  0                     0                      0                      0                      0                      0                      0                      0                      0                      0                  : 0                    0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4               0       4              0       4              0       4              0       4             0       4              0       4              0       4              0       4         
 : 0                      0       G            Q  0       G            Q  0      G            Q  0      G               0       G               0       G            R  0       G            R  0      G            R  0      G            R  0      G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G               0       G           
 : 0                     0                      0                     0                     0                     0                      0                      0                      0                      0                     0                    0                     0                    0                     0                    0                      0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     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       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0      8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8             0       8             0      8             0      8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8             0      8             0      8              0       8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8              0       8             0      8             0      8             0      8              0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8              0       8             0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8               0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8              0       8             0       8              0       8              0       8              0       8             0       8              0       8              0       8             0       8               0       8           
 : 0                     0       RX           : 0    RX  RX               0       Y               0       Y               0       Y           : 0   RX  RX               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^               0       	^            P  0       	^               0       	^            P  0      	^               0       	^               0       	^           : 0   RX  RX               0       h               0       h               0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h              0       h              0       h              0       h             0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h               0       h           : 0   RX  RX               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0       n               0      n               0       n               0       n               0      n               0       n           : 0   RX  RX               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w               0       w           : 0   RX  RX               0       &{               0       &{               0       &{               0       &{               0       &{               0       &{               0       &{               0       &{               0       &{           : 0   RX  RX               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (               0       (           : 0   RX  RX               0                  ": 0                     0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  !  0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0	                 !  0
                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0
                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                 !  0                    0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  !  0                 !  0                 !  0                 !  0                 !  0                 !  0                  !  0!                 !  0"                    0                     0                    0                     0                     0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                    0                  !  0#                 !  0$                 !  0%                 !  0&                 !  0'                 !  0(                 !  0)                 !  0*                 !  0+                    0                    0                     0                     0                    0                  ": 0                    0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                    0                      0                      0                      0                     0                     0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  "  0                  "  0                 "  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  #  0                  #  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  /  0                  $  0                  $  0                 $  0                    0                     0                     0                    0                  $  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                 $  0                    0                    0                     0                     0                     0                     0                     0                     0                     0                    0                  %  0                  %  0                 %  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  )  0                  )  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                  *  0                 )  0                    0                     0                     0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  *  0                 )  0                 )  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  &  0                  &  0                 &  0                 &  0                 &  0                    0                     0                    0                  S  0                  &  0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    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                  8  0                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                 8  0                    0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  (  0                  (  0                 (  0                 (  0                 (  0                 (  0                 (  0                 (  0                    0                  9  0                  8  0	                 8  0
                 8  0                 8  0                 8  0
                 8  0                    0                     0                     0                    0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  +  0                  +  0                 +  0                 +  0                 +  0                    0                     0                     0                     0                     0                     0                  ,  0                  ,  0                 ,  0                 ,  0                    0                     0                     0                     0                  9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                 9  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                    0                  ,  0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                     0                  ,  0                 ,  0                 ,  0                 ,  0                 ,  0	                 ,  0
                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                  0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  0  0                 0  0                    0                     0                    0                     0                     0                    0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                     0                     0                     0                     0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                 ,  0                 ,  0
                 ,  0                 ,  0                 ,  0                 ,  0                    0                    0                     0                     0                     0                     0                    0                     0                     0                    0                     0                    0                     0                     0                     0                     0                     0                     0                     0                     0                     0                    0                  ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                 ,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                      0                  ": 0                    0       F           ": 0                    0                  ": 0                    0       k           ": 0                ": 0                    0       >               0       >               0       >               0       >              0       >              0       >              0       >              0       >              0       >             0       >               0       >               0       >               0       >               0       >               0       >               0       >           
 : 0                 : 0    )  )              0       =             0       =              0       =            0       =             0       =              0       =            0       =             0       =              0       =             0       =           : 0   )  )              0       z             0       z             0       z             0       z              0       z            0       z             0       z             0       z             0       z              0       z            0       z             0       z             0       z             0       z              0       z            0       z              0       z             0       z             0       z              0       z            0       z              0       z             0       z             0       z              0       z            0       z              0       z             0       z             0       z              0       z            0       z              0       z             0       z             0       z              0       z             0       z           : 0   )  )               0       s             0       s            0       s             0       s           0       s            0       s             0       s           0       s            0       s             0       s            0       s          : 0   )  )              0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                  0                   0                   0                   0                   0                    0                   0                 : 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @"  0                 @"  0                @"  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @#  0                 @#  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @/  0                 @$  0                 @$  0                @$  0                @   0                 @   0                 @   0                @   0                 @$  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @$  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @%  0                 @%  0                @%  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @)  0                 @)  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                 @*  0                @)  0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @*  0                @)  0                @)  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @&  0                 @&  0                @&  0                @&  0                @&  0                @   0                 @   0                @   0                 @S  0                 @&  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   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                 @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @8  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @(  0                 @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @(  0                @   0                 @9  0                 @8  0	                @8  0
                @8  0                @8  0                @8  0
                @8  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @+  0                 @+  0                @+  0                @+  0                @+  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @,  0                 @,  0                @,  0                @,  0                @   0                 @   0                 @   0                 @   0                 @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @9  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @,  0                @,  0                @,  0                @,  0                @,  0	                @,  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                 @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @0  0                @0  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 
@   0                   @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @,  0                @,  0                @,  0
                @,  0                @,  0                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @,  0                @/  0                 @$  0                 @,  0
                @,  0                @,  0                @,  0                @,  0                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  "B: 0                @   0       F           "B: 0                @   0                  "B: 0                @   0       k           "B: 0                "B: 0                @   0       >           @   0       >           @   0       >           @   0       >          @   0       >          @   0       >          @   0       >          @   0       >          @   0       >         @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           @   0       >           
@: 0                 A: 0    )  )           @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @  0       =          @  0       =          @   0       =         @   0       =           A: 0   )  )           @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @  0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @  0       z          @   0       z          @  0       z          @  0       z          @   0       z         @   0       z           A: 0   )  )           @   0       s          @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @  0       s         @  0       s         @   0       s        @   0       s          A: 0   )  )           @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @  0                @  0                @  0                @  0                @  0                @   0               @   0                 A: 0   )  )           @  0                  @   0                @  0                  @  0                  @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                 @  0                 @   0                @  0                  @  0                 @  0                 @  0                 @  0                 @   0                @  0                 @  0                 @  0                 @  0                 @   0                @   0                  
@: 0                 A: 0    "  "           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX           A: 0    RX  RX           @   0       Y           @   0       Y           @   0       Y           A: 0   RX  RX           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @   0       	^           @P  0       	^           @   0       	^           @P  0      	^           @   0       	^           @   0       	^           A: 0   RX  RX           @   0       h           @   0       h           @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h          @   0       h          @   0       h          @   0       h         @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           @   0       h           A: 0   RX  RX           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0       n           @   0      n           @   0       n           @   0       n           @   0      n           @   0       n           A: 0   RX  RX           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           @   0       w           A: 0   RX  RX           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           @   0       &{           A: 0   RX  RX           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           @   0       (           A: 0   RX  RX           @   0                  "B: 0                 @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0	                @!  0
                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0
                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0                @!  0                @!  0                @!  0                @!  0                @!  0                 @!  0!                @!  0"                @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @!  0#                @!  0$                @!  0%                @!  0&                @!  0'                @!  0(                @!  0)                @!  0*                @!  0+                @   0                @   0                 @   0                 @   0                @   0                  "B: 0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                 @   0                 @   0                  @   0                  @   0       /           
@: 0                  A: 0                 @   0                  @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @
  0                  @
  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @O  0                  @O  0                 @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  A: 0                @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4           @   0       4          @   0       4          @   0       4          @   0       4         @   0       4          @   0       4          @   0       4          @   0       4         
@: 0                  @   0       G           @Q  0       G           @Q  0      G           @Q  0      G           @   0       G           @   0       G           @R  0       G           @R  0      G           @R  0      G           @R  0      G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           @   0       G           
@: 0                 @   0                  @   0                  @  0                  @  0                 @   0                  @   0                  @   0                  @   0                  @   0                 @   0                @   0                 @   0                @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                  @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   0                 @   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       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @  0       8           @  0      8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0      8          @  0      8          @  0      8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8           @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8          @   0       8          @   0       8          @  0       8          @   0       8          @   0       8          @   0       8         @   0       8          @   0       8          @   0       8         @   0       8           @   0       8           
@: 0                 @   0       RX                          R |                                                                                                                                                $   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   2   =   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   W   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   q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        
                                                                        #  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  <  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  U  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  n  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |                                                                                                                                                                                                                                                                                                                                                                                                                                                    +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  +  6  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  O  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  ]  h  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                                                                                                                                                                                                                                                                                                                                                                                                                                                    (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  3  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  M  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  f  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                                                                                                                                                                                                                                                                                                                                                                            
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  .  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  G  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  `  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  y                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        (  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  A  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  Z  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  s                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                        &  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  ?  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  X  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  q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  .  9  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  R  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  k  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                                                                                                                                                                                                                                                                                                                                                                                                                                                    *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  *  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  D  D  D  D  D  D  D  D  D  D  D  O  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  i  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                                                                                                                                                                                                                                                                                                                                                                            
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  
	  	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  &	  1	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  ?	  J	  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	  c	  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	  |	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
  +
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  9
  D
  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
  ]
  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
  v
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
                                                                                                                                                )  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  B  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  [  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  t                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                        #  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  <  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  U  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  n  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |                                                                                                                                                                                                                                                                                                                                                                          
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  ,
  7
  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
  Q
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  `
  k
  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  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  M  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  [  f  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                                                                                                                                                                                                                                                                                                                                                                            
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  #  .  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  <  G  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  `  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  y                                                                                                                                                                                                                                                                                                                                                                                                                                                  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  !  ,  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  E  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  ^  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  w                                                                                                                                                                                                                                                                                                                                                                                                                                                
                                                                        &  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  ?  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  X  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  q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  /  :  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  T  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  n  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }                                                                                                                                                                                                                                                                                                                                                                                                                                      "  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  ;  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  T  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  n  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }                                                                                                                                                                                                                                                                                                                                                                                                                                      "  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  <  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  V  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  o  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }                                                                                                                                                                                                                                                                                                                                                             "  &  )  u-  E0  2  \5   7  9  P<  r>  @  oD  E  I  K  N  nP  S  (W  [  R]  ^  `  d  /h  mn  p  q  Ls  Jv  -y  <  L  &      ޖ      0  w  \    ~      v    `    &      	      d        d        [        X          g  i      c
 J   k <$ ^/ m9 ]@ pD HG eJ 9N \ ` 7d ji k Un  p    ٧ q C  P   /    D ^ p      @ (     { 	  
  \  ;# 	' 1 < G M R T X [ tj Cn q w py {   %   w     I    0 1     U #   Z   
 U
 J N     #  * 0 4 x? J T [ _ b e ui x { s    7  ü ?     )   7 k       Z    
 | d 6     " (% B& D( * + P8 w> EB M 8X Gb 7i Jm "p ?s w    D  / լ J a  Y  K   *   	  l m  8 J    _
 \    $ % ( , . U0 2 3 5 _8 69 E L O Z e o v z } ݀  N    J ͤ s   {  Q   e  # s  Z 
    	  /  # 4& - 1 r3 /6 $: (< = d@ ~A C E F S Y ] Rh ts } s  ^ { O   M   k        Y  f   E    Z t  4 ! % 1 3 V; >? A C G I K N O Q S rT *a Qg k u  !  $     Y    	  $ ;  3  %     _ 	   F G    $% ) k/ 93 6? pA H L N kQ `U dW /Y [ \ ^ 9a b n t x     £    (    $  M   	 U	 	 +	 		 	 ?	 	 	 M	 	 4	 	 "	 '	 -	 2	 p7	 	=	 @	 L	 O	 V	 zZ	 L\	 	_	 b	 e	 f	 >i	 Xj	 Zl	 n	 o	 f|	 	 [	 ,	 N	 ]	 M	 `	 8	 U	 )	 	 	 '	 Z	 	 E	 	 `
 w
 
 o
 
 a
 3
 
 @ 
 !
 $
 (
 +
 -
 0
 45
 N;
 `@
 E
 J
 uN
 rZ
 \
 0d
 h
 i
 l
 p
 r
 kt
 v
 w
 y
 u|
 L}
 
 +
 
 ʞ
 
 
 
 
 
 
 
 d
 3
 
 
 `
 
 
    
  g" $ ) {, - 9/ 2 5 p9  ; !> B H M R EX \ h Jj q u w Ez :~ > 	 z      ɝ  h     t  e   c    ' & ) /, - 0 2 o7 : |; < '@ [C G H K pP V [ J` e i u w l T &  ؋ ܍   2 4   @ g 5  ( 7 ' :  /   o  4 
 
 
 :4
 Q7
 9
 I;
 =
 ;@
 
E
 G
 I
 uJ
 M
 P
 T
 \V
 ]Y
 ^
 (d
 :i
 m
 s
 Ow
 L
 
 

 
 Ē
 
 v
 z
 E
 
 Р
 Ң
 O
 &
 ޲
 
 Ӽ
 
 
 
 
 
 
 
 
 >  
   :  c' A D kG H AK M R UU V X c[ ^ Jb c f k q v {    $   b     T n p  ĳ |  q B d s c v N k ? 
  = p  [ 5 vO R 	U V X w[ I` b Vd e i 5l o q t Jy d v $      F .           b  A        		  z I " ( v* , B ] +` b #d }f i m p q Os v y } 6 7     [ ) & `  ̹  [ P T     )      ~       { ) , y0 5 8 : =P j m Ep q t v { /~   = q $ Ԍ Տ    `  ǭ Ĺ   j <     . H J   V } K  >	 M = P (! E$ ( 6 : > JC E 5H ] Px g{ } _  Q # ͋ 0  ۑ   r s $ > P   e b         [    e <         ' + . 1 5 TD #H K P PS U yk     W   k Κ ) y  `   ¯ ܵ   5    :   x 5 * .  j      
  X z$ . y5 9 d< ? UC Q U SY ^ ` qc y       _ 	 l ǩ  K    ` z  :     \ D       "  $  x 0 W % & 2 '< C *G J M P _ _c f $l n q  * A  9  +   
 e    L M   *  q ? < v    q f j 5
  
  ?   % ) 4 ? I P T W Z ^ .m p t y *| ~ S Ȯ ߱ [ ׵ 1 ɺ  E   S  :      v        R
     D ^ `    l- 3 a7 2B TM cW S^ fb >e [h /l z ~ - ` ȉ K  f }  u  g 9  F   %    : T f   { x 
 6    ! # q% ' ( * {- R. 
; 1A D O Z e k p r u y j 9 ˏ  f       m     ?   v & '     K	 
  P " & ( K+ @/ D1 3 5 6 8 ; ; H N R n] h r y } z  k  י i    -   5    u    - a    v   P   & ( r0 Z4 ,6 8 < > @ C 8D :F H I FV m\ ;` k .v = - @  5 	  u  :  %  @ W  O  A     {    b c
  . @  $ U( R4 6 > A C F |J L KN P Q S UV ,W c j m x ̃ ۍ ˔ ޘ  Ӟ  D   ؽ @  i   q  G   [  	 i  P     " ' , %2 5 A *D K O hQ %T X Z [ Z^ t_ va c d q w }{  k z j } U r F   D w  b  }     	 ~ P  ]   <   " % Q* k0 }5 +: ? C O Q MY 5] _ a e g i k m o q ir ! H   	        P   }     2  *    ! " V$ ' * . =0 >3 7 	> C G bM 0Q -] g_ f j l bo Ws [u &w y z | 0                   D   L! " "% ' , 6/ 0 1 D5 x8 +< = @ E K P gU  [ ^ j m t qx Cz  }   Ą 5 O Q Ό  ]  R # E T D W / L      Q  <   W)  n,  .  f0  2  X5  *:  <  7>  ?  B  F  I  yK  zN  +S  EY  W^  c  h  ll  ix  z  '            b  Ӕ      l  C    "                    [  *    ! W! ! ! 6! :! <! >! ^@! B! G! rJ! K! 0M! P! S! gW! Y! \! `! f! k! p! <v! 
z! ! A! ŏ! ! ! <! 1! 5!  ! q! ! ! 
! ! ! ! ! _! ! ! ! ! k! ! \! " " Z
" " " x" *" D" G" &J" K" M" P" fU" X" sY" Z" ^" Ra" e" f" i" gn" t" y" A~" ڃ" " " ߕ" c" K" " ڥ" ϩ" ӫ" " " )" +" " " 7" ^" ," " " ." " 1" 	" &" # # f# # +# # "# 7# 1R# HU# W# @Y# [# 2^# c# e# g# lh# k# n# r# St# Tw# |# # 1# ߋ# x# F# C# }# # # # x# m# q# <# # Ǿ# # F# # # # # # # # $ $ $ $ $ 5$ "$ %$ *$ 1-$ /$ ZE$ _$ b$ be$ f$ 8i$ k$ p$ Ls$ t$ 
v$ Zy$ |$ A$ $ $ $ $ ϔ$ }$ $ $ $ $ $ $ Y$ $ $ $ $ K$ e$ g$ $ $ s$ $ h$ 9$ [$ j% Z% m% E% b% 6% +% /% 43% g8% :% R=% R% mm% p%  s% |t% v% ny% @~% % M% % % ,% ߍ% % % A% [% m% % % % % % =% %% % % % % x% % % % % Y% % 8% %  & & & & !& #&  '& *& q9& @=& @& F& mH& J& `& {& "~& & & t& & ދ& & & F& & ʗ& }& -& .& ߤ& & & & R&  & & W& & & & R& G& K& & & & &  & & & & ' u' ' #' *' .' 1' 4' r8' G' J' pN' S' V' X' 4n' ' ' <' ' ' ' |' &' ' ' 4' h' ' ˪' ̭' }' ' ' W' ' ' ' ' y' a' 3' ' ' ' ' %' ?' A' ' ' M( t
( B( ( 5'( D1( 48( G<( ?( <B( F( T( |X( \( Aa( c( ,f( {( G( ^( ڛ( V( ( H( ( ĩ( '( ( ү( ( ( i( j( ( 5( G( ( ( \( Y( ( ( ( ( ( ( ( R( ) ) ) \) 3) ) ) ) )) 4) >) E) I) L) O) S) Kb) f) i) n) Gq) s) p) ) ) x) ) N) ) ) b) Ÿ)  ) p) ) W) ) ) ) ) ) ) ,) ) ) 1) )  * o* ,* !	* %* * a* {* }* * * "* (* ~,* O7* qB* L* pS* W* [Z* x]* La* o* s* Jw* }|* ~* h* * * * * * * * V*  * c* * * B* * * * W* q* * 1* * *  + + S
+ ;+ 
+ + + + + + +  + "+ o#+ '0+ N6+ :+ D+ P+ Z+ a+ !e+ g+ k+ n+ }+ V+ + + + + + !+ 8+ + 0+ + "+ + + + \+ + + + C+ D+ + + !+ + h+ 6, 3, m, , , , h , ]$, a&, ,(, *, +, -, 60, 
1, =, C, G, R, ], g, n, r, u, x, |, %, , , , !, , J, , , R, , (, , , <, , , J, ~, 1, , , , , - m- - - - - %- w)- I+- .- 1- 3- 5- ;8- U9- W;- =- >- cK- Q- XU- )`- Kk- Zu- J|- ]- 5- R- &- Ø- - $- W- - B- - ]- t- - l- - ^- 0- - =- - - - - - - 1. K
. ]. . . r. o). +. -3. 7. 8. ;. ?. A. hC. E. F. H. rK. IL. Y. (_. b. m. x. . . . Ӑ. . ė. a. 0. ­. . ]. . . . . . 
. d. . . x. . 6. / / m/ 
/ 
/ / / / !/ B'/ +/ 
7/ G9/ @/ D/ F/ BI/ 7M/ ;O/ Q/ wS/ T/ V/ Y/ Y/ f/ l/ p/ e{/ / / / / q/ / b/ / η/ `/ / / ~/ $/ / / ,/ / / 0 l0 	0 y
0 0 $0 X0 0 0 0 m0 %0 *0 G/0 40 80 D0 F0 iN0 QR0 #T0 V0 Z0 \0 ^0 a0 /b0 1d0 f0 g0 =t0 dz0 2~0 0 %0 40 $0 70 0 ,0  0 0 l0 0 10 0 0 0 71 N1 1 F
1 1 81 
1 1 1 r1 1 1 #1 Y%1 Z(1 -1 %31 781 <1 ~B1 LF1 IR1 T1 \1 _1 a1 ~d1 sh1 wj1 Bl1 n1 o1 q1 Lt1 #u1 ہ1 1 Ћ1 1 á1 ҫ1 ²1 ն1 1 ʼ1 1 ;1 
1 1 1 71 1 `1 2 2 h2 2 >2 2 !2 R$2 %2 '2 `*2 -2 G12 22 52 :2 @2 E2 J2 P2 S2 _2 !b2 i2 m2 _o2 r2 v2 x2 y2 Q|2 k}2 m2 2 2 y2 2 n2 ?2 a2 p2 `2 s2 K2 h2 <2 2 2 :2 m2 2 X2 3 s3 !3 $3 %3 '3 t*3 F/3 13 S33 43 73 2;3 >3 @3 C3 GH3 aN3 sS3 !X3 ]3 a3 m3 o3 Cw3 +{3 |3 3 3 3 ~3 3 	3 3 3 _3 3 >3 3 ݱ3 3 3 3 3 3 3 3 w3 F3 3 3 s3 3 4 ,4 (/4 14  34 z54 84 <4 ?4 @4 LB4 E4 H4 L4 3N4 4Q4 U4 [4 a4 e4 Xk4 &o4 #{4 ]}4 4 Ɉ4 4 X4 M4 Q4 4 4 4 4 &4 4 4 ܰ4 4 {4 4 4 4 4 4 4 x4 4 4 v4 5 5 	5 :5 95 <5 B?5 @5 C5 E5 J5 ,M5 N5 O5 :S5 nV5 !Z5 [5 ^5 c5 i5 n5 ]s5 x5 |5 5 5 5 g5 95 5 5 5 5 +5 E5 G5 Ī5 5 S5 z5 H5 5 ;5 J5 :5 M5 %5 B5 5 6 	6 
6 G6 6 26 ,6 MG6 dJ6 L6 \N6 P6 NS6  X6 Z6 -\6 ]6 `6 d6 g6 oi6 pl6 !q6 ;w6 M|6 6 6 b6 _6 6 6 6 ץ6 6 6 6 X6 ɲ6 6 6 b6 96 6 6 6 6 6 6 6 6 6  7 7 R7 !7 7 7 N"7 $7 w:7 T7 X7 Z7 [7 U^7 `7 e7 ih7 i7 'k7 wn7 q7 ^u7 w7 z7 ~7 ڄ7 7 7 37 7 7 87 7 7 v7 37 (7 ,7 7 h7 7 7 7 7 7 7 7 7 y7 7 x8 8 c8 8 T8  8 $8 R(8 -8 /8 p28 H8 b8 e8 h8 i8 k8 n8 ^s8 v8 kw8 x8 |8 J8 8 8 8 _8 y8 8 98 ҡ8 8 8 ׳8 [8 C8 8 8 8 8 8 8 !8 #8 8 w8 /8 V8 $8 8 9 &9 9 )9 9 9 9 .9 ^29 59 #;9 =9 @9 U9 )p9 @s9 u9 8w9 y9 *|9 9 9 	9 d9 9 9 9 K9 L9 9 9 )9 ש9 p9 >9 ;9 u9 9 9 9 p9 e9 i9 49 9 9 9 >9 9 9 9 9 : : : : #: &: ): -: -<: ?: C: H: )K: M: Rc: }: ހ: Z: ք: 0: ȉ: : D: : : R: : 9: : : : : ǲ: u: : : : : : : Q: : : : : C: ]: _: : : k: ; `; 1; S; b&; R-; e1; =4; Z7; .;; I; M; ,Q; _V; X; J[; p; e; |; ; t; Δ; f; 8; ; E; ; ; $; ׫; ; ; 9; S; e; ; ; z; w; ; 5; ; ; ; ; ; p; ; ; ; z; Q; 	
< 0< < < )<  4< :< ?< A< D< H< iW< 8[< ^< c< ef< h< ~< < < < < l< < ֩< < < >< < µ< u< %< &< < < < < J< < < O< < < < J< ?< C = = = = = 
= 
= = = != m,= 7= A= H= L= yO= R= jV= e= h= hl= q= t= v= ,= = = 4= = 
= = t= = = ܼ= ,= `= = = = u= = = O= = = = = q= Y> +> > > 
> > > 7> 9> > > E%> l+> :/> :> -E> <O> ,V> ?Z> ]> 4`> d> r> tv> z> 9> > $> ʙ> ?> V> ҹ> N> > @> > > > z> > > > a> b> > -> ?> > > T> Q? ? 
? ? ? ? {? ? J? ?  ? "? T%? +&? 2? 
9? <? G? R? \? c? g? j? m? q? C? ? ? ׌? ?? ? h? ? ? p? ? F? ? ? Z? ? ? h? ? O? ?  ? ? ? ? ? $@ @ @ )@ @ @ g @ $#@ '@ )@ *@ Y-@ s.@ u0@ 2@ 3@ @@ F@ vJ@ GU@ i`@ xj@ hq@ {u@ Sx@ p{@ D@ @ @ B@ u@ ݜ@ `@ @ {@ @ @ @ @ |@ N@ @ [@ @ @ :@ @ @ @ O@ i@ {A )	A A A A  A K(A 3,A .A 0A 4A 6A 8A :A <A >A @A gAA NA FTA XA bA nA xA A A A A A A NA A A {A A A A 0A A (A A A A A A TA A A A ;A <B B 
B B B `B . B +,B e.B 5B 9B ;B `>B UBB YDB $FB HB IB KB .NB OB [B aB eB pB {B B B B B B B B B ~B B B B BB B B JB B  B B B 4B B  C BC vC )C C C C C C e$C )C -C 9C <C CC oGC AIC KC OC QC SC 3VC MWC OYC [C \C [iC oC PsC !~C CC RC BC UC -C JC C C C C OC C :C C UC lC C dC D VD (	D D 5
D D D D D wD xD )"D C(D U-D 2D 7D j;D gGD ID %QD 
UD VD YD ]D _D `aD cD dD fD jiD AjD vD  }D D D D D D D ˮD D D YD (D D D UD D ~D E 
	E E 
E \E E E pE E .E ~E "E e&E (E +E /E 5E :E ?E :EE IE UE ?WE ^E bE }dE :gE /kE 3mE nE oqE rE tE wE wE E E E ]E E E ~E E iE E ZE E E XE E E vE E F F $F F F F d$F 'F q(F )F -F P0F 4F 5F 8F e=F CF HF ?MF RF VF bF dF alF IpF rF tF xF zF |F 
F 'F )F F }F 5F \F *F F F ,F F /F F $F F F dF F )F F F G /!G F$G &G >(G *G 0-G 2G 4G 6G j7G :G =G AG QCG RFG KG QG /VG ZG v`G DdG ApG {rG yG }G G vG kG oG :G G ōG ǏG DG G ӟG G ȩG G G G G G G G G 3G G G G /G G XH .H 1H `4H 5H 68H :H ?H JBH CH EH XHH KH ?OH PH SH XH ^H cH {hH nH qH }H H H H WH H 	H 
H ؗH IH cH eH H H qH H fH 7H YH hH XH kH CH `H 4H H H 2I eI 	I PI !I k<I ?I AI zCI EI lHI >MI OI KQI RI UI *YI \I ^I aI ?fI YlI kqI vI {I I }I I ;I #I I I I I vI I I I I WI I 6I I I I I I 	I I I I oJ >J J J kJ J /J 	JJ  MJ OJ QJ rSJ 
VJ ZJ ]J ^J D`J cJ fJ {jJ +lJ ,oJ sJ yJ 	J J PJ J J UJ ٢J J J PJ EJ IJ J J J J J J J J J sJ J J J J  K K pK 
K K nK "K 	%K 'K 2=K WK ZK :]K ^K aK cK zhK $kK lK mK 2qK ftK xK yK |K {K K K UK K K K K wK _K 1K K K K K #K =K ?K K K KK rK @K K 3K B L 2L EL L :L L #L z'L +L ?0L 2L *5L JL EeL \hL jL TlL nL FqL vL xL %zL {L ~L L L gL hL L 3L EL L L ZL WL L L L L L L L PL L L L ZL 1L L L L L M 
M M M M M "M I1M 5M 8M =M E@M BM nXM rM uM vxM yM L|M ~M M `M ÇM M nM M UM M M M ѢM M M *M M M /M M M mM *M M #M M _M yM {M M M M M |M MN oN ~N n"N &N Y)N v,N J0N >N BN HFN {KN MN fPN fN N N N N N N TN N aN N N @N N N N UN oN N /N ȿN N N N QN 9N N N N N N N N N N mN %N LO 	O O 
O )O 0O 4O 6O :O =O LO TPO SO YO [O ^O sO O 6O O .O O  O O O O ZO O ުO O AO BO O 
O O O fO 4O 1O kO O O O fO [O _O *O O O O 4O  P P P P !P ,P 6P =P AP DP GP KP #ZP ]P aP fP iP kP HP P ԞP PP ̢P &P P P :P P P HP |P /P ߽P P P P P kP P P P 	P P uP GP P  Q Q Q 9Q SQ U
Q Q 
Q aQ  Q V$Q '/Q I:Q XDQ HKQ [OQ 3RQ PUQ $YQ gQ kQ "oQ UtQ vQ @yQ Q [Q rQ Q jQ ĲQ \Q .Q ؼQ ;Q Q Q Q Q }Q ~Q /Q IQ [Q 	Q Q pQ mQ Q +R R R 
R R R fR R R R pR GR 'R &.R 1R <R GR QR XR \R _R bR fR `uR /yR |R R \R ߆R R R R R 	R cR R R wR R 5R R R lR R R R R R R AR R S FS S S S AS 6S :S  S v"S #S %S (S (S 5S ;S ?S JS US _S fS jS qmS pS btS S ΆS `S S S ~S $S S S ,S S S S lS S yS S $S XS S S S mS S S GS T T T T iT Q!T ##T %T )T +T -T 0T /1T 13T 5T 6T =CT dIT 2MT XT %cT 4mT $tT 7xT {T ,~T  T T lT T 1T T T ·T 7T NT T FT T 8T 
T T T rT T T T YT ZT T %U 7U U ~U LU I!U #U +U .U 0U ~3U s7U w9U B;U =U >U @U LCU #DU PU WU ZU eU pU zU U ՅU U ʋU U ;U 
U U ϪU 7U U `U U U hU U >U U U RU U U `U U G V V V 	V V V V V "V .V !1V 8V <V _>V AV EV GV HV QKV kLV mNV PV QV y^V dV nhV ?sV a~V pV `V sV KV hV <V ٫V V :V mV պV XV V sV V V V V tV FV  W SW W W 2
W 
W W W GW aW s"W !'W ,W 0W <W >W CFW +JW KW NW RW TW ~VW XW 	ZW \W ^W __W lW >rW vW ݀W W W W W W W ڪW wW FW W W sW W W W (W  X  X zX X X X X LX X X X 3X 4 X $X *X 0X 4X X:X &>X #JX ]LX SX WX YX X\X M`X QbX dX fX gX iX &lX lX yX X X {X X X X X X X xX X X vX X X X :X Y Y BY Y Y Y Y ,Y Y Y :"Y n%Y !)Y *Y -Y 2Y 8Y =Y ]BY GY KY WY YY aY geY 9gY iY mY oY qY +tY EuY GwY yY zY SY zY HY Y ;Y JY :Y MY %Y BY Y Y Y Y GY Y 2Y Y MZ dZ Z \Z Z N"Z  'Z )Z -+Z ,Z /Z 3Z 6Z o8Z p;Z !@Z ;FZ MKZ OZ UZ bYZ _eZ gZ oZ sZ tZ wZ {Z }Z XZ ɁZ Z Z bZ 9Z Z Z Z Z ٴZ Z Z Z Z Z Z QZ  Z Z Z MZ Z v	[ #[ '[ ~)[ *[ T-[ /[ 4[ h7[ 8[ &:[ v=[ @[ ]D[ 
F[ I[ M[ S[ X[ ][ 2c[  g[ r[ 7u[ |[ [ u[ 2[ '[ +[ [ g[ [ [  [ ו[ [ [ [ U[ w[ [ v[ [ a[ ~[ R[ [ [ P[ [ [ n\ \ 1\ 4\ 7\ 8\ :\ =\ \B\ E\ iF\ G\ K\ HN\ Q\ S\ V\ ][\ wa\ f\ 7k\ p\ t\ \ Ղ\ Y\ A\ \ В\ Ŗ\ ɘ\ \ \ \ !\ \ u\ -\ T\ "\ \ \ $\ \ '\ \ \ \ \ \] ] !
] ] ] $] '?] >B] D] 6F] H] (K] O] R] T] bU] X] [] _] Ia] Jd] h] o] 't] x] n~] <] 9] s] ] ߛ] ] n] c] g] 2] ] ] ] <] ] ˽] ] ] ] ] ] ] ] ] ] ] +^ ^ ^ ^ '^ ^ P2^ L^ O^ XR^ S^ .V^ X^ ]^ B`^ a^  c^ Pf^ i^ 7m^ n^ q^ v^ |^ Ł^ s^ ^ ڏ^ כ^ ^ ^ }^ O^ ^ ^ ^ е^ A^ [^ ]^ ڽ^ ^ i^ ^ ^^ /^ Q^ `^ P^ c _ ;_ X_ ,
_ _ _ * _ ]%_ '_ H*_ ?_ cZ_ z]_ __ ra_ c_ df_ 6k_ m_ Co_ p_ s_ "w_ z_ |_ _ 7_ Q_ c_ _ _ x_ u_ _ 3_ _ _ _ _ _ n_ _ _ _ x_ O_ _ ._ _ _ _ ` 	` ` ` ` ` g&` 6*` -` 2` c5` 7` M` h` k` m` o` jq` t` x` ~{` |` <~` ` ` s` #` $` Ց` ` ` ` H` ` ` M` ` ` ` H` =` A` ` }` ` ` ` ` ` ` ` k` a a a a wa !a h%a 4a 7a f;a @a Ca Ea *[a ua xa 2{a |a a a ra a a ڋa *a ^a a a a sa a a Ma a a a a oa Wa )a a a a a a 5a 7a a a Ca ja 8a 		b +b :b *%b =)b ,b 2/b 3b Ab rEb Ib 7Nb Pb "Sb hb =b Tb Јb Lb b >b b b b xb Ȝb b b _b `b b +b =b b b Rb Ob b 
b b b b yb }b Hb b b b Rb )b c c c c !c +c 2c 6c 9c <c @c AOc Sc Vc [c =^c `c fvc ېc c nc c Dc ܜc c Xc c c fc c Mc c c c c c c "c c c 'c c c ec "c c c c Wc qc sc d d d d td E$d g/d v9d f@d yDd QGd nJd BNd \d `d @dd sid kd ^nd d yd d d d d zd Ld d Yd d d 8d d d d Md gd yd 'd d d d d Id 1d d d e e e 	e e 
e e ee e D#e 'e 1e =e Ge Ne Re Te Xe [e }je Lne qe we yye {e e e .e e &e e e e e e Re e e e 9e :e e e e e ^e ,e )e ce f f 
f ^
f Sf Wf "f f f f ,f f *f 0f 4f ?f Jf Tf [f _f bf ef ~if xf {f |f f f f @f f ̼f Hf f f f f 2f f f @f tf 'f f f f f f cf f f g g g mg ?g g g  g "g 1%g K&g M(g *g +g Y8g >g NBg Mg AXg Pbg @ig Smg +pg Hsg wg g g g Mg g 8g ެg Sg jg g bg g Tg &g g 3g g g g g ug vg 'g Ag Sg h h h
h eh h # h $h %h (h ,h .h ^0h 2h 3h 5h h8h ?9h Eh Lh Oh Zh eh oh vh zh }h h h Wh &h h h Sh ֤h |h h h h  h Zh h h nh h ,h |h h ch h h h i 	i i 8i i $i =&i -i 1i {3i 86i -:i 1<i =i m@i Ai Ci Fi Fi Si Yi ]i [hi }si }i |i i gi i Xi i Ĥi Vi i i ti i i i "i i i i bi i oi i i Ni j j j cj }j j =j !j %j 1j 3j _;j G?j Aj Cj Gj Ij Kj Nj %Oj 'Qj Sj {Tj 3aj Zgj (kj uj j *j j -j j "j j j bj j 'j j j j -j Dj j <j j .j  k k 
k hk 	k k k Ok Pk k  k -%k )k t/k B3k ??k yAk Hk Lk Nk tQk iUk mWk 8Yk [k \k ^k Bak bk nk tk xk k k Șk k ˣk k k k 1k  k k k -k k Vk k  l ^l l 4l 	l l Hl l l Vl l =l l "l 'l -l 2l y7l =l @l Ll Ol Vl Zl U\l _l cl el fl Gil ajl cll nl ol o|l l dl 5l Wl fl Vl il Al ^l 2l l l 0l cl l Nl l im m m xm m jm <m m I m !m $m ((m +m -m 0m =5m W;m i@m Em Jm ~Nm {Zm \m 9dm !hm im lm pm rm ttm vm wm zm ~|m U}m 
m 4m m Ԟm m m m m m m m nm =m m m jm m m n n n  n q"n 	%n )n ,n -n C/n 2n 5n z9n *;n +>n Bn Hn Nn Rn OXn \n hn Tjn qn un wn Ozn D~n Hn n n n n n n n ӝn n n n n n n n n pn 
n n nn n 	n n 2o &o )o :,o -o 0o 2o z7o $:o ;o <o 2@o fCo Go Ho Ko {Po Vo [o U`o eo io uo wo wo _o 1o o o o o #o =o ?o o o Ko ro @o o 3o Bo 2o Eo o :o o o zo o ?o p *p p E4p \7p 9p T;p =p F@p Ep Gp %Ip Jp Mp Qp Tp gVp hYp ^p 3dp Eip mp sp Zwp Wp p p p ϒp p p p Pp p ۠p ݢp Zp 1p p p ޼p p p p p p p p p I q q q q Eq q n'q Aq Dq vGq Hq LKq Mq Rq `Uq Vq Xq n[q ^q Ubq dq gq kq qq vq {q *q q q /q q q mq *q q #q q _q yq {q q ϳq q q |q Mq oq ~q nq q Yq vq Jq 
r r Hr {r r fr 5r Or Rr Ur Vr Xr [r T`r br adr er ir @lr or qr tr Uyr or r /r Ȏr r r ͠r Qr 9r r Ȱr r r r r r r r mr %r Lr r r 
r r r s s 	s s s Ts "s (s *s -s Bs ]s 6`s bs .ds fs  is ms ps qs Zss vs ys }s As Bs s 
s s ͖s fs 4s 1s ks s ׹s s fs [s _s *s s s s 4s s s s s s s t t t t t t #)t ,t 0t 5t 8t :t HPt jt mt Ppt qt &tt vt {t :~t t t Ht |t /t ߌt t t t t kt t ҭt Ϲt 	t t ut Gt t t t t 9t St Ut t t at t Vt 't I	u Xu Hu [u 3!u P$u $(u 6u :u ">u UCu Eu @Hu ]u [xu r{u }u ju āu \u .u ؋u ;u u u u ͘u }u ~u /u Iu [u 	u u pu mu u +u u u u u u fu u u u pu Gu u &u  v v v  v 'v +v .v 1v 5v _Dv .Hv Kv Pv [Sv Uv kv v v v v bv v ̖v vv ٚv 4v v v kv v v ͯv v v v @v v v Ev v v v @v 5v 9v v uv v v v v w 
w w cw $w .w 5w 9w o<w ?w `Cw Qw Uw ^Yw ^w `w |cw "yw w w *w w  w w jw w ww ҩw "w Vw 	w w w kw w w Ew w w w w gw Ow !w w w w w w - x /x x x ;x bx 0x 'x #2x 2<x "Cx 5Gx 
Jx *Mx Px _x jcx fx /lx nx qx x 5x Lx Ȧx Dx x 6x x x x px x x x Wx Xx 	x #x 5x x |x Jx Gx x x x x |y qy uy @
y y 
y y Jy !y y  &y )y 4y ?y Iy Py Ty Wy Zy ^y 9my qy ty yy 5|y ~y ^y Ӯy y fy y <y Ժy y Py y y ^y y Ey y y y y y y y y y  z z z ]
z z z z z Oz iz kz z  z w-z 3z l7z =Bz _Mz nWz ^^z qbz Iez fhz :lz zz ~z 8z kz Ӊz Vz z qz z z z z rz Dz z Qz z z 0z z z z Ez _z qz z z z { 
{ A{ ){ { { !{ #{ |%{ '{ ){ 	+{ -{ ].{ ;{ <A{ 
E{ O{ Z{ e{ k{ p{ r{ v{ y{ u{ D{ ֏{ 	{ q{ { { { &{ { { x{ { { { { J{ { { { 1{ 2{ { { { | V	| $
| !| [| "| &| (| V+| K/| O1| 3| 5| 6| 8| $;| ;| H| N| R| y]| h| r| y| }| | | v| | | t| | | | 8| | | @| | | | | *| | | 8| l| | | | } } } [} } } &} (} }0} e4} 76} 8} <} >} @} )C} CD} EF} H} I} QV} x\} F`} k} 9v} H} 8} K} #} @} } } } } E} } 0} } K} b} } Z} } L} } } +} } } 
~ ~ m~ n
~ ~ 9~ K~ ~ $~ `(~ ]4~ 6~ >~ B~ C~ F~ J~ L~ VN~ P~ Q~ S~ `V~ 7W~ c~ j~ m~ x~ ׃~ ~ ֔~ ~ ~ ޞ~ ~ O~ ~ ~ ~ K~ ~ t~ ~  ~ |~ ~ R~ ~  f  $	 t  [    " ' , 02 5 A 5D K O sQ 0T %X )Z [ e^ _ a c d q w { S u  t  _ | P   N   l       	  Z  g   F   " % [* u0 5 5: ? C O Q WY ?] _ a e g i l m o q sr + R     "  %    ̀ ZЀ Ӏ ـ ۀ 
ހ  % <  4  &  ! # `$ ' * . G0 H3 7 > %C G lM :Q 7] q_ f j l lo as eu 0w y z | :  Ɍ        ā ǁ ˁ )ځ ݁   %  N   V! " ,% ' , @/ 0 1 N5 8 5< = @ E K P qU 
[ ^ j m t {x Mz 
}   ΄ ? Y [ ،  g  \ - O ^Ă N˂ aς 9҂ VՂ *ق   ( [  F  a) x, . p0 2 b5 4: < A> ? B  F I K N 5S OY a^ c h vl sx z 1  뇃    l ݔ   v M  ,  ˼ ǃ у ؃ ܃ ߃   e 4   a   6 : < > h@  C G |J K :M P S qW !Y "\ ` f k p Fv z  K Ϗ   F ; ? 
 {    먄  ʻ  iʄ Մ ߄   u  f   d
    (* D G 0J K N P pU X }Y Z (^ \a e f i qn t y K~ 䃅   镅 m U ' 䥅 ٩ ݫ   3 5   AÅ hɅ 6ͅ ؅ ) 8 ( ;  0   p  5   " 7 ;R RU W JY [ <^ c e g vh k n r ]t ^w | ) ; 鋆  P M    Ű  w { F  Ѿ  PÆ 'Ć І ׆ چ         ? " % * ;- / dE _ b le f Bi k p Vs t v dy | K    Ǐ ٔ     뮇 %   c   Ň Ǉ ȇ Uˇ ȯ q· Ї ч }އ  r C e t d w O l @ + / >3 q8 : \= S wm p 
s t v xy J~  W   6 鍈   K e w %    þ Gƈ /ʈ ̈ Έ ҈ Ԉ ֈ ؈ 
ڈ ܈ ވ c߈  B       ! # ' * |9 K= @ F xH J ` { -~  %   鋉   Q  ՗  8 9 ꤉   Ĵ ] + (ʉ b̉ Ӊ ׉ ى ]܉ R V !    +       # * . 1 4 ~8 G J |N S V X @n  ̋ H ď    2   @ t ' ת ح    c Ǌ ˊ ׊ ڊ  m ?     1 K M   Y 
 N  A' P1 @8 S< +? HB F T X \ Ma c 8f { S j 曋 b  T & Щ 3  ޯ  Ŷ u v ' AƋ Sˋ Ћ Ջ hً e  #      ^    h ?    ) 4 > E I L O S Wb &f i n Sq s |      Z  Ĵ n Ѹ , |  cČ ƌ Ɍ ͌ ӌ ، ݌ 8   =    { 8 -	 1  m     " ( , [7 }B L |S W gZ ] Xa o s Vw | ~ t    "    b ō oƍ Ǎ ˍ N΍ ҍ Ӎ ֍ cۍ }  =      _
 G       % '  " {# 30 Z6 (: D P *Z a -e h "k n } b  '    - D Ď <Ǝ Ȏ .ˎ  Ў Ҏ 
Ԏ hՎ ؎ ێ ߎ O P   -  t B ? y    t  i$ m& 8( * + - B0 1 = C G R ] g n r u x | 1    ŗ -  V ̏ Ϗ ^ҏ ӏ 4֏ ؏ ݏ H   V  =      y     % ) U+ . 2 4 5 G8 a9 c; = > oK Q dU 5` Wk fu V| i A ^ 2 Ϙ  0 c ˧ N  iڐ ݐ ߐ x  j <  I   (    = W
 i   ~ {) + 93 !7 8 ; ? A tC E F I ~K UL 
Y 4_ c m x    ߐ  З m < έ  i 췑 ͑     p     B   y )
 *
    ! N' + 7 S9 @ D F NI CM GO Q S T V Y Y f l p q{     }  n  ڷ l  Ò Œ 0ے   8    x "	 
  0 d    y % * S/ 4 8 D F uN ]R /T V Z \ ^ !a ;b =d f g It pz >~  1 @ 0 C  8   xœ 
ɓ =Γ Г (ӓ  C Z  R
  D   # ~    # e% f( - 13 C8 < B XF UR T \ _ a d h j Nl n o q Xt /u 灔  ܋  ϡ ޫ β ᶔ  ּ  Gϔ Ӕ ֔ ۔ Cޔ  l   t  J  ! ^$ % ' l* - S1 3 6 : @ E J (P S _ -b i m ko (r v !x y ]| w} y  ͂   z K m | l ĕ WǕ tʕ HΕ ܕ  F y  d 
  ! $ % ' * R/ 1 _3 4 
8 >; > @ C SH mN S -X ] a m o Ow 7{ 	}         k # J  鱖  ǖ 
Ζ Җ Ԗ ؖ ۖ  R      , 4/ 1 ,3 5 8 < ? @ XB E H L ?N @Q U \ a e dk 2o /{ i} 턗 Ո  d Y ] (    2 	  谗   ʗ ԗ ۗ ߗ    !     	 F 9 < N? @ $C E J 8M N O FS zV -Z [ ^ c i n is y | ͈   s E    Ƣ 7 Q S Ъ  _  T %͘ Gؘ V F Y 1 N "  	  
 S  > , YG pJ L hN P ZS ,X Z 9\ ] ` d g {i |l -q Gw Y|   n k  )  㥙    d ղ ﳙ  n E ř $̙ ϙ ڙ         ] ,   Y" $ : T X Z \ `^ ` e th i 2k n q iu w z ~ 儚   >  	 C ǭ   > 3 7  s  Ú ƚ ƚ Ӛ ٚ ݚ a     m  ^   $ \( - / z2  H b e (h i k n hs v uw x  | T    i   C ܡ   ᳛ e M  Û Ǜ ɛ ˛ Λ +ϛ -ћ ӛ ԛ 9 ` .  ! 0   3  (  . h2 5 -; = @ U 3p Js u Bw y 4|    n    U V  ! 3 ᩜ z H E  ɜ ̜ Μ zќ o՜ sל >ٜ ۜ ܜ ޜ H         # & ) - 7< @ C H 3K M \c } 耝 d  : ҉  N   \  C     Ѳ    ̝ ϝ ֝ ڝ [ܝ ߝ 
   M g i   u  j ; ] l& \- o1 G4 d7 8; I M 6Q iV X T[ p o   ~ ؔ p B 잞 O   . ᫞   C ] o Ş ʞ Ξ ڞ ܞ ? '     z     [ 
 :   ) 
4 : 
? A E H sW B[ ^ d of h ~ 
 $   v  ੟   H  ̵  / 0  ȟ 
Ο ҟ T؟ "ܟ  Y    T I M      "
 
   ! w, 7 A H L O R tV e h rl q 
t v 6  © >    ~ (  漠 6 jà Ǡ Ƞ ˠ Р ֠ ۠ Y     { c 5   
  ' A C   O% v+ D/ : 7E FO 6V IZ !] >` d r ~v z C  . ԙ I ` ܹ X  J š ǡ )ɡ ʡ ͡ ѡ ԡ k֡ l١ ޡ 7 I   ^ [  
      T    " ^% 5& 2 9 < G R \ c g j m q M   ጢ I ̑ r  Ģ zǢ Ȣ Pˢ ͢ Ң dբ ֢ "آ rۢ ޢ Y 	 
     .   3   q  .# #' ') * c- }. 0 2 3 @ F J QU s` j rq u ]x z{ N 덣  L  眣 j  ϣ ң գ ֣ أ ۣ X  e   D    Y s  3	      U( =, . 0 4 6 8 ; < > @ qA )N PT X b n !x  $   팤  Y 뢤   	 ¤ $ݤ ;  3  %    _    F G  
 $  k 9  6, p. 5 9 ; k> `B dD /F H I K 9N O [ a e q {   Ð    )    %  NХ   V  ,   @    N  5      q$ 
* - 9 < C {G MI 
L O R S ?V YW [Y [ \ gi o \s -~ O ^ N a 9 V * Ƕ  ( [æ Ŧ FȦ ݦ a x  p  b 4	  A
        5" O( a- 2 7 v; sG I 1Q U V Y ] _ la c d f vi Mj w ,}  ˋ 햧  짧  ׮  ȵ eħ 4ȧ ˧ Ч aӧ է   	  
 h    |  :  " q& !( "+ / 5 : ? FE I U KW ^ b d Fg ;k ?m 
o {q r t w w  ʊ  i     u  fè Ҩ ը d٨ ި   (   0    p$ ' }( ) (- \0 4 5 8 q= C H KM R V b d ml Up 'r t x z |  3 5   A h 6  ) 8 (é ;ǩ ʩ 0ͩ ѩ ߩ p  5     ;! R$ & J( * <- 2 4 6 v7 : = A ]C ^F K )Q ;V Z ` Pd Mp r z }   w { F  э ӏ P ' ߟ  ԩ  ǿ ɪ Ъ Ԫ ת ڪ ު ?    ;  d . 1 l4 5 B8 : ? VB C E dH K KO P S X ^ c h  n q } %   c     䗫 U o q  Š }  r C« eͫ t׫ dޫ w O l @   > q 	 \ " w< ? 
B C E xH JM O WQ R V 6Y \ ^ a Kf el wq %v {   Í G /       
   c  B Ŭ Ϭ ۬     
  { J   w  / J ,M O $Q ~S V Z ] ^ P` c f j 7l 8o s z  Ã \ * ' a 墭 ͦ  \ Q U      *  ȭ έ ҭ ݭ        |   z " % ' >= W Z F] ^ a c h 0k l m >q rt %x y |    a  Ț Ŧ   k =  Ｎ   /î IĮ KƮ Ȯ ɮ W֮ ~ܮ L  ? N  > Q ) F  # ' + K0 2 65 J Qe hh j `l n Rq $v x 1z { ~  Å s t % ? Q   f c  ! 	¯ ï Ư ʯ ̯ \ί Я ѯ ӯ f֯ =ׯ      
     " U1 $5 8 = Q@ B zX r v x y X| ~  l χ * z  a   Ü ݢ 藺  6  ° ;İ ˰ ϰ yѰ 6԰ +ذ /ڰ ۰ kް ߰       Y {  z" & e) , V0 > B TF K M rP f        ` 
 m Ȗ  L    a {  ; Կ ñ ϱ ѱ ]ٱ Eݱ ߱     	 # %  y 1 X &	   () 0 +4 7  : = L `P S %Y [ ^ s + B  :  ,    f  ꪲ  M N   +ò ǲ rͲ @Ѳ =ݲ w߲    r g k 6    @      ! , 6 = A D G K /Z ] a f +i k T ɛ  \ آ 2 ʧ  F   T  ; 뽳  ų ˳ г wճ ۳ ޳     S   	  E _ a
  
 m   b$ 3/ U: dD TK gO ?R \U 0Y g k .o at v Ly  g ~  v в h : 伴 G  ´ &ƴ ɴ ˴ δ ;Ӵ Uٴ g޴   | y  7   
   r    | S ( 2.  2 < G R X ] _ b f ku :y |  g ꆵ      n õ ǵ ʵ ˵ @͵ е ӵ w׵ 'ٵ (ܵ     L   Q    L A E   " # % ( ( 5 ; ? oJ U _ f j {m p lt 	 ؆ j    . Ķ Ƕ 6ʶ ˶ ζ ж vն  ض ٶ ڶ .޶ b    w   Q     s [! -# % ) + - 0 91 ;3 5 6 GC nI <M 
X /c >m .t Ax { 6~ 
  v  ;  & ̷ Aҷ Xշ ׷ Pٷ ۷ B޷   ! |     c d  / A   V S! # + . 0 3 }7 9 L; = > @ VC -D P W Z e p z ́ ߅  ԋ  E   ٪ A į jŸ ߸  r  H   \   j  Q    	    & " . +1 8 < i> &A E G H [K uL wN P Q ^ d xh Is k~ z j } U r F 㫹  D w ߺ b ӹ }     ~ P   ]   <
 
   Q k }" +' , 0 < > MF 5J L N R T V X Z \ ^ i_ !l Hr v 瀺 	      䪺  P  ƺ }Ⱥ  ˺   2   *      V    = >  $ 	+ 0 4 b: 0> -J gL S W Y b\ W` [b &d f g i 0l m y           ǻ ʻ λ ӻ ֻ ػ D   L  "   6   D" x% +) * - 2 8 = gB  H K W Z a qe Cg  j m o q 5t Ou Qw y z ]  R # E T D W / L¼  Ƽ Լ ؼ ܼ Q  <  W n  f  X" *' ) 7+ , / 3 6 y8 z; +@ EF WK P U lY ie g 'o s t w { } b Ӂ 킽  l C  "   㴽  Ž ɽ ̽ Ͻ ӽ [ *   W  	 # ' ) + ^- / 4 r7 8 0: = @ gD F I M S X ] <c 
g s Au |   < 1 5   q   
 ᕾ    _ ¾ ̾ Ӿ ׾ kھ ݾ \   Z   x  1 4 &7 8 : = fB E sF G K RN R S V g[ a f Ak p t  ߂ c K  ڒ ϖ Ә   ) +   7 ^ -   Կ ~ڿ #    j r   	    $ A F H K eM O T W X XZ ] ` d ?f @i m t y } d 2 / i  ՠ  d Y ] (    2 	             "     ! G7 Q T OW X %[ ] b 9e f g Gk {n .r s v {   j  є Π   t F    Ǻ 8 R T   `  U & H W G Z 2 O #  ! !% T* , ?/ D Z_ qb d if h [k -p r :t u x |  | } . H Z   o l  *      e    o F  %          ^+ -/ 2 7 Z: < R l p r t av x } u ؁ 3   j   ̖    ? 
 
 D    ? 4 8  t   
     b       n# & _* 8 < ]@ E G {J !` z } )    i  v ѐ ! U    j   D ݹ    f N        , .   : a /   " 1# !* 4. 1 )4 7 F iJ M .S U X m 4 K Ǎ C  5      ~  i  Z   X   v  ! $ $' ( * - d2 5 q6 7 ; P> B C F eK Q V ?[ ` d p r az I~  ؂ ͆ ш  
 ' )  } 5 \ 0 t  -  0  %   e  *    0/ G2 4 ?6 8 1; @ B D kE H K O RQ ST Y _ 0d h wn Er B~ |     w l p ;  ƛ ȝ E  ԭ  ɷ         4    0
  Y" < ? aB C 7F H M KP Q 	S YV Y @] ^ a f l q |v |      X  
  ٥ J d f   r  g 8 Z i Y l D a 5   3 f  Q / lJ M O {Q S mV ?[ ] L_ ` c +g j l o @t Zz l    ~  < $     w     X  7      
     p ?  # l% ' = 
X ![ ] _ sa d h k l En q t |x ,z -} ށ  
  Q   V ڰ ´  Q F J          t        q $ ' o+ 0 
3 5 3K e h ;k l o q xv { Z     ݧ  ή k :   g       n     @   w '! ($ ( . 4 8 L> B N QP W [ ] L` Ad Ef h j k m p p } Ѓ       |  m 
  k    /   7  
  w !  ! " /& c) - . 1 x6 < A RF K O [ ] te \i .k m q s u  x :y <{ } ~ H o =  0 ? / B  7   w 	 <  '  B Y  Q! # C& + - "/ }0 3 7 : d< e? D 0J BO S Y W] Ti k s v x { ~  M  ؆ ڈ W .  
 ۢ  θ       F    B  k
 ' * s- . I1 3 8 ]; < > kA D RH J M Q W \ a 'g j v ,y   j '     \ v x  ̙   y J l { k ~ V s G   E x   c 	 ~5 8 ; < > A QF H ^J K 	O =R U W Z R_ le ~j ,o t x  ʆ N 6  Ŗ        j " I   
  	      Q   ~  ( C 3F H +J L O S zX b hm vw f~ y Q n B ߚ  @ s ۩ ^  y     z L  Y   8    M g y '   + - I5 19 ; = A C E G I K M eN [ Da e \p {     
  ~ M ߯  z    /  '      S    
 : ;    # _) -- *9 d; B F H _K TO XQ #S U V X -[ \ h n r }          }    A   I     3  
 A u (   ! ' , d1 6 : F I P nT @V X \ ^ ` 2c Ld Nf h i Zv | O   B Q A T , I     N  9  T k 
 c  U '  4   " % v' w* (/ B5 T: ? D iH fT V $^ b c f j l _n p q s iv @w       ߴ  ʻ   X '   T  }  	   [  # o& ' -) }, / d3 5 8 < B G L 9R V b >d k o |q 9t .x 2z { n~    ބ    \ ~  }  h  Y   W   u    # #& ' ) , `1 5 B@ J T [ _ b e i Sx "|   O ҉ x     V   j  ( x  _       4   9   w 4 ) -! " i% & ( + + 8 > B M zX b yi m dp s Uw   S   q        _ 	 l   K    ` z  :  
   \  D$ & ( , . 0 3 "4 $6 8 x9 0F WL %P Z f 'p w *{ ~    _  $    * A  9  +   
 e    L M   *
  q ? <$ v& - 1 3 q6 f: j< 5> @ A C ?F G S Y ] h s }  Ȉ    .   ­ *  S   [  1   E   S  :      v " % 1 4 ; ? RA D H J K DN ^O `Q S T la g ak 2v T c S f > [ / ̮  - ` Ƚ K  f }  u  g 9  F  	 %
    : T  f% * / {3 x? A 6I M N Q U W qY [ \ ^ {a Rb 
o 1u x Ѓ     ܦ  ͭ j 9   f       m 
   ( . 6 p9 = A mF Q U sZ ^ ` b oc #d d e Uf g g h <i i j ik #l l m Vn 
o o p <q q r is #t t u Wv w w n  n  n  n  n  n  n  n  n  n  n  n  n  n  n  n   o  o  o  o  ,o  Fo  [o  ]o  co  io  po  ro  xo  zo  {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  p  p  p  p  p  p  p  p  "p  #p  %p  'p  +p  .p  1p  3p  8p  :p  >p  Ap  Cp  Dp  Ep  Gp  Jp  [p  dp  ip  mp  op  p  p  p  p  p  p  p  p  q  q  q  q  q  &q  -q  2q  8q  ?q  Cq  Iq  Lq  Rq  Vq  [q  aq  eq  iq  nq  tq  wq  |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  r  
r  r  fr  mr  sr  zr  |r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r  r   s  s  s  s  s  s  s   s  #s  &s  ,s  .s  2s  5s  8s  Ls  Ts  Ys  ]s  _s  os  ss  {s  s  s  s  s  s  s  s  s  t  t  t  t  "t  (t  /t  3t  9t  <t  Bt  Ft  Kt  Qt  Ut  Yt  ^t  dt  gt  lt  ot  tt  xt  }t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  t  u  Vu  ]u  cu  ju  lu  su  ~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  v  	v  v  v  v  v  v  v  "v  %v  (v  <v  Dv  Iv  Mv  Ov  _v  cv  kv  rv  {v  v  v  v  v  v  v  v  v  w  
w  w  w  w  #w  )w  ,w  2w  6w  ;w  Aw  Ew  Iw  Nw  Tw  Ww  \w  _w  dw  hw  mw  pw  vw  {w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  w  Fx  Mx  Sx  Zx  \x  cx  nx  wx  ~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   y  y  y  y  y  y  y  y  ,y  4y  9y  =y  ?y  Oy  Sy  [y  by  ky  y  y  y  y  y  y  y  y  y  y  z  z  z  z  z  z  "z  &z  +z  1z  5z  9z  >z  Dz  Gz  Lz  Oz  Tz  Xz  ]z  `z  fz  kz  qz  sz  xz  {z  ~z  z  z  z  z  z  z  z  z  z  z  z  z  z  z  z  6{  ={  C{  J{  L{  S{  ^{  g{  n{  u{  z{  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  |  |  |  |  $|  )|  -|  /|  ?|  C|  K|  R|  [|  |  |  |  |  |  |  |  |  |  |  |  |  |  }  	}  }  }  }  }  !}  %}  )}  .}  4}  7}  <}  ?}  D}  H}  M}  P}  V}  [}  a}  c}  h}  k}  n}  t}  v}  z}  }}  }  }  }  }  }  }  }  }  }  }  }  &~  -~  3~  :~  <~  C~  N~  W~  ^~  e~  j~  p~  w~  {~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~            /  3  ;  B  K                                                $  '  ,  /  4  8  =  @  F  K  Q  S  X  [  ^  d  f  j  m  p                    À      #  *  ,  3  >  G  N  U  Z  `  g  k  q  t  z  ~                              Á  Ɂ  ˁ  Ё  Ӂ  ց  ܁  ށ            	  
      #  +  2  ;                  Ƃ  ͂  ҂  ؂  ߂                  	            $  (  -  0  6  ;  A  C  H  K  N  T  V  Z  ]  `  t  |                    
        #  .  7  >  E  J  P  W  [  a  d  j  n  s  y  }                                Ä  Ƅ  ̄  ΄  ҄  Մ  ؄                  "  +  ~                      ȅ  υ  Ӆ  م  ܅                                 &  +  1  3  8  ;  >  D  F  J  M  P  d  l  q  u  w                  
        '  .  5  :  @  G  K  Q  T  Z  ^  c  i  m  q  v  |                                    Ň  ȇ  ܇                    n  u  {                      È  Ɉ  ̈  ҈  ֈ  ۈ                      
        !  #  (  +  .  4  6  :  =  @  T  \  a  e  g  w  {                          %  *  0  7  ;  A  D  J  N  S  Y  ]  a  f  l  o  t  w  |                                ̊  Ԋ  ي  ݊  ߊ            ^  e  k  r  t  {                        Ƌ  ˋ  ы  Ջ  ً  ދ                                 $  &  *  -  0  D  L  Q  U  W  g  k  s  z    ֌  ݌                       '  +  1  4  :  >  C  I  M  Q  V  \  _  d  g  l  p  u  x  ~                          č  ɍ  ͍  ύ  ߍ          N  U  [  b  d  k  v                            Ŏ  Ɏ  Ύ  Ԏ  ׎  ܎  ߎ                                   4  <  A  E  G  W  [  c  j  s  Ə  ͏  ӏ  ڏ  ܏            
        !  $  *  .  3  9  =  A  F  L  O  T  W  \  `  e  h  n  s  y  {                            ϐ  Ӑ  ې      >  E  K  R  T  [  f  o  v  }                            đ  Ǒ  ̑  ϑ  ԑ  ؑ  ݑ                      
  
    $  ,  1  5  7  G  K  S  Z  c      Ò  ʒ  ̒  Ӓ  ޒ                         #  )  -  1  6  <  ?  D  G  L  P  U  X  ^  c  i  k  p  s  v  |  ~                    Ó  ˓  ғ  ۓ  .  5  ;  B  D  K  V  _  f  m  r  x                                Ĕ  Ȕ  ͔  Д  ֔  ۔                           !  %  '  7  ;  C  J  S            Õ  Ε  ו  ޕ                
          !  &  ,  /  4  7  <  @  E  H  N  S  Y  [  `  c  f  l  n  r  u  x                    ˖    %  +  2  4  ;  F  O  V  ]  b  h  o  s  y  |                                Ɨ  ˗  ї  ӗ  ؗ  ۗ  ޗ                      '  +  3  :  C                ǘ  Θ  ՘  ژ                  	  
          $  '  ,  0  5  8  >  C  I  K  P  S  V  \  ^  b  e  h  |                          "  $  +  6  ?  F  M  R  X  _  c  i  l  r  v  {                                Ú  Ț  ˚  Κ  Ԛ  ֚  ښ  ݚ                  #  *  3                    ś  ʛ  Л  כ  ۛ                                 %  (  .  3  9  ;  @  C  F  L  N  R  U  X  l  t  y  }                          &  /  6  =  B  H  O  S  Y  \  b  f  k  q  u  y  ~                                ĝ  Ɲ  ʝ  ͝  Н                    #  v  }                      Ǟ  ˞  ў  Ԟ  ڞ  ޞ                              #  )  +  0  3  6  <  >  B  E  H  \  d  i  m  o                            &  -  2  8  ?  C  I  L  R  V  [  a  e  i  n  t  w  |                                    Ԡ  ܠ              
    f  m  s  z  |                      ġ  ʡ  Ρ  ӡ  ١  ݡ                                  #  &  ,  .  2  5  8  L  T  Y  ]  _  o  s  {      ޢ                    "  (  /  3  9  <  B  F  K  Q  U  Y  ^  d  g  l  o  t  x  }                            ģ  ̣  ѣ  գ  ף            V  ]  c  j  l  s  ~                        ä  ɤ  ͤ  Ѥ  ֤  ܤ  ߤ                  	              "  %  (  <  D  I  M  O  _  c  k  r  {  Υ  ե  ۥ              
        #  )  ,  2  6  ;  A  E  I  N  T  W  \  _  d  h  m  p  v  {                            Ŧ  Ǧ  צ  ۦ        F  M  S  Z  \  c  n  w  ~                            Ƨ  ̧  ϧ  ԧ  ק  ܧ                                 ,  4  9  =  ?  O  S  [  b  k    Ũ  ˨  Ҩ  Ԩ  ۨ                      "  &  +  1  5  9  >  D  G  L  O  T  X  ]  `  f  k  q  s  x  {  ~                      ǩ  ˩  ө  ک    6  =  C  J  L  S  ^  g  n  u  z                              Ī  Ǫ  ̪  Ъ  ժ  ت  ު                          $  )  -  /  ?  C  K  R  [        «  ī  ˫  ֫  ߫              	          !  %  )  .  4  7  <  ?  D  H  M  P  V  [  a  c  h  k  n  t  v  z  }                  ì  ʬ  Ӭ  &  -  3  :  <  C  N  W  ^  e  j  p  w  {                                ŭ  ȭ  έ  ӭ  ٭  ۭ                            /  3  ;  B  K              Ʈ  Ϯ  ֮  ݮ                            $  '  ,  /  4  8  =  @  F  K  Q  S  X  [  ^  d  f  j  m  p                    ï      #  *  ,  3  >  G  N  U  Z  `  g  k  q  t  z  ~                              ð  ɰ  ˰  а  Ӱ  ְ  ܰ  ް            	  
      #  +  2  ;                  Ʊ  ͱ  ұ  ر  ߱                  	            $  (  -  0  6  ;  A  C  H  K  N  T  V  Z  ]  `  t  |                    
        #  .  7  >  E  J  P  W  [  a  d  j  n  s  y  }                                ó  Ƴ  ̳  γ  ҳ  ճ  س                  "  +  ~                    ´  ȴ  ϴ  Ӵ  ٴ  ܴ                                 &  +  1  3  8  ;  >  D  F  J  M  P  d  l  q  u  w                  
        '  .  5  :  @  G  K  Q  T  Z  ^  c  i  m  q  v  |                                  ¶  Ŷ  ȶ  ܶ                    n  u  {                      ÷  ɷ  ̷  ҷ  ַ  ۷                      
        !  #  (  +  .  4  6  :  =  @  T  \  a  e  g  w  {                          %  *  0  7  ;  A  D  J  N  S  Y  ]  a  f  l  o  t  w  |                                ̹  Թ  ٹ  ݹ  ߹            ^  e  k  r  t  {                      º  ƺ  ˺  Ѻ  պ  ٺ  ޺                                 $  &  *  -  0  D  L  Q  U  W  g  k  s  z    ֻ  ݻ                       '  +  1  4  :  >  C  I  M  Q  V  \  _  d  g  l  p  u  x  ~                          ļ  ɼ  ͼ  ϼ  ߼          N  U  [  b  d  k  v                            Ž  ɽ  ν  Խ  ׽  ܽ  ߽                                   4  <  A  E  G  W  [  c  j  s  ƾ  ;  Ӿ  ھ  ܾ            
        !  $  *  .  3  9  =  A  F  L  O  T  W  \  `  e  h  n  s  y  {                            Ͽ  ӿ  ۿ      >  E  K  R  T  [  f  o  v  }                                                              
  
    $  ,  1  5  7  G  K  S  Z  c                                       #  )  -  1  6  <  ?  D  G  L  P  U  X  ^  c  i  k  p  s  v  |  ~                            .  5  ;  B  D  K  V  _  f  m  r  x                                                                     !  %  '  7  ;  C  J  S                                  
          !  &  ,  /  4  7  <  @  E  H  N  S  Y  [  `  c  f  l  n  r  u  x                        %  +  2  4  ;  F  O  V  ]  b  h  o  s  y  |                                                                  '  +  3  :  C                                        	  
          $  '  ,  0  5  8  >  C  I  K  P  S  V  \  ^  b  e  h  |                          "  $  +  6  ?  F  M  R  X  _  c  i  l  r  v  {                                                                #  *  3                                                             %  (  .  3  9  ;  @  C  F  L  N  R  U  X  l  t  y  }                          &  /  6  =  B  H  O  S  Y  \  b  f  k  q  u  y  ~                                                            #  v  }                                                              #  )  +  0  3  6  <  >  B  E  H  \  d  i  m  o                            &  -  2  8  ?  C  I  L  R  V  [  a  e  i  n  t  w  |                                                    
    f  m  s  z  |                                                                  #  &  ,  .  2  5  8  L  T  Y  ]  _  o  s  {                          "  (  /  3  9  <  B  F  K  Q  U  Y  ^  d  g  l  o  t  x  }                                                V  ]  c  j  l  s  ~                                                      	              "  %  (  <  D  I  M  O  _  c  k  r  {                    
        #  )  ,  2  6  ;  A  E  I  N  T  W  \  _  d  h  m  p  v  {                                          F  M  S  Z  \  c  n  w  ~                                                                       ,  4  9  =  ?  O  S  [  b  k                                  "  &  +  1  5  9  >  D  G  L  O  T  X  ]  `  f  k  q  s  x  {  ~                                6  =  C  J  L  S  ^  g  n  u  z                                                                    $  )  -  /  ?  C  K  R  [                              	          !  %  )  .  4  7  <  ?  D  H  M  P  V  [  a  c  h  k  n  t  v  z  }                        &  -  3  :  <  C  N  W  ^  e  j  p  w  {                                                                      /  3  ;  B  K                                                $  '  ,  /  4  8  =  @  F  K  Q  S  X  [  ^  d  f  j  m  p                          #  *  ,  3  >  G  N  U  Z  `  g  k  q  t  z  ~                                                        	  
      #  +  2  ;                                            	            $  (  -  0  6  ;  A  C  H  K  N  T  V  Z  ]  `  t  |                    
        #  .  7  >  E  J  P  W  [  a  d  j  n  s  y  }                                                              "  +  ~                                                               &  +  1  3  8  ;  >  D  F  J  M  P  d  l  q  u  w                  
        '  .  5  :  @  G  K  Q  T  Z  ^  c  i  m  q  v  |                                                            n  u  {                                                      
        !  #  (  +  .  4  6  :  =  @  T  \  a  e  g  w  {                          %  *  0  7  ;  A  D  J  N  S  Y  ]  a  f  l  o  t  w  |                                                    ^  e  k  r  t  {                                                                   $  &  *  -  0  D  L  Q  U  W  g  k  s  z                             '  +  1  4  :  >  C  I  M  Q  V  \  _  d  g  l  p  u  x  ~                                            N  U  [  b  d  k  v                                                                           4  <  A  E  G  W  [  c  j  s                      
        !  $  *  .  3  9  =  A  F  L  O  T  W  \  `  e  h  n  s  y  {                                      >  E  K  R  T  [  f  o  v  }                                                              
  
    $  ,  1  5  7  G  K  S  Z  c                                       #  )  -  1  6  <  ?  D  G  L  P  U  X  ^  c  i  k  p  s  v  |  ~                            .  5  ;  B  D  K  V  _  f  m  r  x                                                                     !  %  '  7  ;  C  J  S                                  
          !  &  ,  /  4  7  <  @  E  H  N  S  Y  [  `  c  f  l  n  r  u  x                        %  +  2  4  ;  F  O  V  ]  b  h  o  s  y  |                                                                  '  +  3  :  C                                        	  
          $  '  ,  0  5  8  >  C  I  K  P  S  V  \  ^  b  e  h  |                          "  $  +  6  ?  F  M  R  X  _  c  i  l  r  v  {                                                                #  *  3                                                             %  (  .  3  9  ;  @  C  F  L  N  R  U  X  l  t  y  }                          &  /  6  =  B  H  O  S  Y  \  b  f  k  q  u  y  ~                                                            #  v  }                                                              #  )  +  0  3  6  <  >  B  E  H  \  d  i  m  o                            &  -  2  8  ?  C  I  L  R  V  [  a  e  i  n  t  w  |                                                    
    f  m  s  z  |                                                                  #  &  ,  .  2  5  8  L  T  Y  ]  _  o  s  {                      " ( / 3 9 < B F K Q U Y ^ d g l o t x }                        V ] c j l s ~                           	       " % ( < D I M O _ c k r {          
    # ) , 2 6 ; A E I N T W \ _ d h m p v {                     F M S Z \ c n w ~                                    , 4 9 = ? O S [ b k                 " & + 1 5 9 > D G L O T X ] ` f k q s x { ~                6 = C J L S ^ g n u z                              	 	 	 	 $	 )	 -	 /	 ?	 C	 K	 R	 [	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 	
 
 
 
 
 !
 %
 )
 .
 4
 7
 <
 ?
 D
 H
 M
 P
 V
 [
 a
 c
 h
 k
 n
 t
 v
 z
 }
 
 
 
 
 
 
 
 
 
 
 
 & - 3 : < C N W ^ e j p w {                                   / 3 ; B K                 
 
 
 
 
 
 
 $
 '
 ,
 /
 4
 8
 =
 @
 F
 K
 Q
 S
 X
 [
 ^
 d
 f
 j
 m
 p
 
 
 
 
 
 
 
 
 
 
   # * , 3 > G N U Z ` g k q t z ~                            	 
   # + 2 ;                      	      $ ( - 0 6 ; A C H K N T V Z ] ` t |          
    # . 7 > E J P W [ a d j n s y }                               " + ~                                & + 1 3 8 ; > D F J M P d l q u w         
    ' . 5 : @ G K Q T Z ^ c i m q v |                              n u {                           
    ! # ( + . 4 6 : = @ T \ a e g w {             % * 0 7 ; A D J N S Y ] a f l o t w |                          ^ e k r t {                                  $ & * - 0 D L Q U W g k s z               ' + 1 4 : > C I M Q V \ _ d g l p u x ~                      N U [ b d k v                                      4 < A E G W [ c j s           
    ! $ * . 3 9 = A F L O T W \ ` e h n s y {                   > E K R T [ f o v }                               
 
  $ , 1 5 7 G K S Z c                           #  )  -  1  6  <  ?  D  G  L  P  U  X  ^  c  i  k  p  s  v  |  ~                            .! 5! ;! B! D! K! V! _! f! m! r! x! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " !" %" '" 7" ;" C" J" S" " " " " " " " " " " " " " " # # 
# # # # # !# &# ,# /# 4# 7# <# @# E# H# N# S# Y# [# `# c# f# l# n# r# u# x# # # # # # # # # # # $ %$ +$ 2$ 4$ ;$ F$ O$ V$ ]$ b$ h$ o$ s$ y$ |$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % % % % % '% +% 3% :% C% % % % % % % % % % % % % % % % % % % & 	& 
& & & & & $& '& ,& 0& 5& 8& >& C& I& K& P& S& V& \& ^& b& e& h& |& & & & & & & & & & ' ' ' "' $' +' 6' ?' F' M' R' X' _' c' i' l' r' v' {' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( #( *( 3( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ) ) ) ) ) )  ) %) () .) 3) 9) ;) @) C) F) L) N) R) U) X) l) t) y) }) ) ) ) ) ) ) ) * * * * * &* /* 6* =* B* H* O* S* Y* \* b* f* k* q* u* y* ~* * * * * * * * * * * * * * * * * * * * * * * * * * + + + + #+ v+ }+ + + + + + + + + + + + + + + + + + + + + + + + , , , , , , , #, ), +, 0, 3, 6, <, >, B, E, H, \, d, i, m, o, , , , , , , , , - - - - - &- -- 2- 8- ?- C- I- L- R- V- [- a- e- i- n- t- w- |- - - - - - - - - - - - - - - - - - - - - - - - - . 
. . f. m. s. z. |. . . . . . . . . . . . . . . . . . . . . . . .  / / / / / / /  / #/ &/ ,/ ./ 2/ 5/ 8/ L/ T/ Y/ ]/ _/ o/ s/ {/ / / / / / / / / 0 0 0 0 "0 (0 /0 30 90 <0 B0 F0 K0 Q0 U0 Y0 ^0 d0 g0 l0 o0 t0 x0 }0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 V1 ]1 c1 j1 l1 s1 ~1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 	2 2 2 2 2 2 2 "2 %2 (2 <2 D2 I2 M2 O2 _2 c2 k2 r2 {2 2 2 2 2 2 2 2 2 3 
3 3 3 3 #3 )3 ,3 23 63 ;3 A3 E3 I3 N3 T3 W3 \3 _3 d3 h3 m3 p3 v3 {3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 F4 M4 S4 Z4 \4 c4 n4 w4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  5 5 5 5 5 5 5 5 ,5 45 95 =5 ?5 O5 S5 [5 b5 k5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 "6 &6 +6 16 56 96 >6 D6 G6 L6 O6 T6 X6 ]6 `6 f6 k6 q6 s6 x6 {6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 67 =7 C7 J7 L7 S7 ^7 g7 n7 u7 z7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 $8 )8 -8 /8 ?8 C8 K8 R8 [8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 	9 9 9 9 9 !9 %9 )9 .9 49 79 <9 ?9 D9 H9 M9 P9 V9 [9 a9 c9 h9 k9 n9 t9 v9 z9 }9 9 9 9 9 9 9 9 9 9 9 9 &: -: 3: :: <: C: N: W: ^: e: j: p: w: {: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : ; ; ; ; ; /; 3; ;; B; K; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < < < < < < $< '< ,< /< 4< 8< =< @< F< K< Q< S< X< [< ^< d< f< j< m< p< < < < < < < < < < < = = #= *= ,= 3= >= G= N= U= Z= `= g= k= q= t= z= ~= = = = = = = = = = = = = = = = = = = = = = = = = = = > 	> 
> > > #> +> 2> ;> > > > > > > > > > > > > > > > > > > > ? ? 	? ? ? ? ? ? $? (? -? 0? 6? ;? A? C? H? K? N? T? V? Z? ]? `? t? |? ? ? ? ? ? ? ? ? @ 
@ @ @ @ #@ .@ 7@ >@ E@ J@ P@ W@ [@ a@ d@ j@ n@ s@ y@ }@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 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 B B B B B B B  B &B +B 1B 3B 8B ;B >B DB FB JB MB PB dB lB qB uB wB B B B B B B B C 
C C C C 'C .C 5C :C @C GC KC QC TC ZC ^C cC iC mC qC vC |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 D D D nD uD {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 E E 
E E E E !E #E (E +E .E 4E 6E :E =E @E TE \E aE eE gE wE {E E E E E E E E E F F F F %F *F 0F 7F ;F AF DF JF NF SF YF ]F aF fF lF oF tF wF |F F F F F F F F F F F F F F F F F F F F F F F F G G ^G eG kG rG tG {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  H H H H H H H H $H &H *H -H 0H DH LH QH UH WH gH kH sH zH H H H H H H H H I I I I  I 'I +I 1I 4I :I >I CI II MI QI VI \I _I dI gI lI pI uI xI ~I I I I I I I I I I I I I I I I I I I I I I NJ UJ [J bJ dJ kJ vJ 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 K K K K K K K K K  K 4K <K AK EK GK WK [K cK jK sK K K K K K K K K K L 
L L L L !L $L *L .L 3L 9L =L AL FL LL OL TL WL \L `L eL hL nL sL yL {L L L L L L L L L L L L L L L L L L L >M EM KM RM TM [M fM oM vM }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 N N 
N 
N N $N ,N 1N 5N 7N GN KN SN ZN cN N N N N N N N N N N N  O O O O O O O #O )O -O 1O 6O <O ?O DO GO LO PO UO XO ^O cO iO kO pO sO vO |O ~O O O O O O O O O O O O O O .P 5P ;P BP DP KP VP _P fP mP rP xP 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  Q Q Q !Q %Q 'Q 7Q ;Q CQ JQ SQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R 
R R R R R !R &R ,R /R 4R 7R <R @R ER HR NR SR YR [R `R cR fR lR nR rR uR xR R R R R R R R R R R S %S +S 2S 4S ;S FS OS VS ]S bS hS oS sS yS |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 T T T T T 'T +T 3T :T CT T T T T T T T T T T T T T T T T T T U 	U 
U U U U U $U 'U ,U 0U 5U 8U >U CU IU KU PU SU VU \U ^U bU eU hU |U U U U U U U U U U V V V "V $V +V 6V ?V FV MV RV XV _V cV iV lV rV 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 W W W W W #W *W 3W W W W W W W W W W W W W W W W W W W W W W X X X X X X X  X %X (X .X 3X 9X ;X @X CX FX LX NX RX UX XX lX tX yX }X X X X X X X X Y Y Y Y Y &Y /Y 6Y =Y BY HY OY SY YY \Y bY fY kY qY uY 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 Z Z Z Z #Z vZ }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[ 3[ 6[ <[ >[ B[ E[ H[ \[ d[ i[ m[ o[ [ [ [ [ [ [ [ [ \ \ \ \ \ &\ -\ 2\ 8\ ?\ C\ I\ L\ R\ V\ [\ a\ e\ i\ n\ t\ w\ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ] 
] ] f] m] s] z] |] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ^ ^ ^ ^ ^ ^ ^  ^ #^ &^ ,^ .^ 2^ 5^ 8^ L^ T^ Y^ ]^ _^ o^ s^ {^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ "_ (_ /_ 3_ 9_ <_ B_ F_ K_ Q_ U_ Y_ ^_ d_ g_ l_ o_ t_ x_ }_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` V` ]` c` j` l` s` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a 	a a a a a a a "a %a (a <a Da Ia Ma Oa _a ca ka ra {a a a a a a a a a b 
b b b b #b )b ,b 2b 6b ;b Ab Eb Ib Nb Tb Wb \b _b db hb mb pb vb {b b b b b b b b b b b b b b b b b b b b b Fc Mc Sc Zc \c cc nc wc ~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 d d d d d d d ,d 4d 9d =d ?d Od Sd [d bd kd d d d d d d d d d d e e e e e e "e &e +e 1e 5e 9e >e De Ge Le Oe Te Xe ]e `e fe ke qe se xe {e ~e e e e e e e e e e e e e e e e 6f =f Cf Jf Lf Sf ^f gf nf uf zf 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 g g g g $g )g -g /g ?g Cg Kg Rg [g g g g g g g g g g g g g g h 	h h h h h !h %h )h .h 4h 7h <h ?h Dh Hh Mh Ph Vh [h ah ch hh kh nh th vh zh }h h h h h h h h h h h h &i -i 3i :i <i Ci Ni Wi ^i ei ji pi wi {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 j j j j j /j 3j ;j Bj Kj j j j j j j j j j j j j j j j j k k k k k k k $k 'k ,k /k 4k 8k =k @k Fk Kk Qk Sk Xk [k ^k dk fk jk mk pk k k k k k k k k k k l l #l *l ,l 3l >l Gl Nl Ul Zl `l gl kl ql tl zl ~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 m 	m 
m m m #m +m 2m ;m m m m m m m m m m m m m m m m m m m m n n 	n n n n n n $n (n -n 0n 6n ;n An Cn Hn Kn Nn Tn Vn Zn ]n `n tn |n n n n n n n n n o 
o o o o #o .o 7o >o Eo Jo Po Wo [o ao do jo no so yo }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 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 q q q q q q q  q &q +q 1q 3q 8q ;q >q Dq Fq Jq Mq Pq dq lq qq uq wq q q q q q q q r 
r r r r 'r .r 5r :r @r Gr Kr Qr Tr Zr ^r cr ir mr qr vr |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 s s s s ns us {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 t t 
t t t t !t #t (t +t .t 4t 6t :t =t @t Tt \t at et gt wt {t t t t t t t t t u u u u %u *u 0u 7u ;u Au Du Ju Nu Su Yu ]u au fu lu ou tu wu |u u u u u u u u u u u u u u u u u u u u u u u u v v ^v ev kv rv tv {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  w w w w w w w w $w &w *w -w 0w Dw Lw Qw Uw Ww gw kw sw zw w w w w w w w w x x x x  x 'x +x 1x 4x :x >x Cx Ix Mx Qx Vx \x _x dx gx lx px ux xx ~x x x x x x x x x x x x x x x x x x x x x x Ny Uy [y by dy ky vy 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 z z z z z z z z z  z 4z <z Dz Hz Mz Nz _z cz kz rz yz z z z z z z z z { 
{ { { { #{ ){ ,{ 2{ 6{ ;{ A{ E{ I{ N{ T{ W{ \{ _{ d{ h{ m{ p{ v{ {{ { { { { { { { { { { { { { { { { { { { { F| M| S| Z| \| c| n| w| ~| | | | | | | | | | | | | | | | | | | | | | | | | | |  } } } } } } } } ,} 4} 9} =} ?} O} S} [} b} k} } } } } } } } } } } ~ ~ ~ ~ ~ ~ "~ &~ +~ 1~ 5~ 9~ >~ D~ G~ L~ O~ T~ X~ ]~ `~ f~ k~ q~ s~ x~ {~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 6 = C J L S ^ g n u z                                  $ ) - / ? C K R [     Ā ˀ ր ߀       	     ! % ) . 4 7 < ? D H M P V [ a c h k n t v z }         Á ʁ Ӂ & - 3 : < C N W ^ e j p w |          
   ! # * 5 > E L Q W ^ b h k q u z                 ǃ ʃ ̓ Ӄ Ճ ك ܃ ߃         " ) 2          Ą Ʉ τ ք ڄ                 $ ' - 2 8 : ? B E K M Q T W k s x | ~        
    % . 5 < A G N R X [ a e j p t x }                Æ ņ Ɇ ̆ φ       
   " u |           Ƈ ʇ Ї Ӈ ه ݇               " ( * / 2 5 ; = A D G [ c h l n ~          
   % , 1 7 > B H K Q U Z ` d h m s v { ~                 Ӊ ۉ       	  e l r y {           Ǌ ˊ ͊ ݊     L S Y ` b i t }             Ë ǋ ̋ ҋ Ջ ڋ ݋          	       2 : ? C E U Y a h q Č ˌ ь ، ڌ           " ( , 1 7 ; ? D J M R U Z ^ c f l q w y ~             ͍ э ٍ   < C I P R Y d m t {               Ŏ ʎ ͎ Ҏ ֎ ێ ގ             " * / 3 5 E I Q X a    ȏ ʏ я ܏       	     ! ' + / 4 : = B E J N S V \ a g i n q t z |           ɐ А ِ , 3 9 @ B I T ] d k p v }                Ƒ ˑ Α ԑ ّ ߑ             # % 5 9 A H Q       ̒ Ւ ܒ        
     ( / 8         Ó ʓ ϓ Փ ܓ               ! % * - 3 8 > @ E H K Q S W Z ] q y ~         
      + 4 ; B G M T X ^ a g k p v z ~                Õ ɕ ˕ ϕ ҕ Օ          ( {           Ŗ ̖ Ж ֖ ٖ ߖ         	      # ( . 0 5 8 ; A C G J M a i n r t           	   $ + 2 7 = D H N Q W [ ` f j n s y |                  Ř ٘           k r x            ƙ ə ϙ ә ؙ ޙ          
 
      % ( + 1 3 7 : = Q Y ^ b d t x              " ' - 4 9 @ E I K [ _ g n w ʛ ћ כ ޛ      	     % ( . 2 7 = A E J P S X [ ` d i l r w }              Ü Ӝ ל ߜ   B I O V X _ j s z               ȝ ˝ Н ӝ ؝ ܝ           
    ( 0 5 9 ; K O W ^ g   Ǟ Ξ О מ            " ' - 1 5 : @ C H K P T Y \ b g m o t w z           ß ǟ ϟ ֟ ߟ 2 9 ? F H O Z c j q v |               à Ƞ ̠ Ѡ Ԡ ڠ ߠ              % ) + ; ? G N W      ǡ ҡ ۡ             ! % * 0 3 8 ; @ D I L R W ] _ d g j p r v y |         Ƣ Ϣ " ) / 6 8 ? J S Z a f l s w }         	     ! $ & ) , . 1 3 6 9 ; > A C F I K N Q S V X [ ^ ` c f h    ]  {      	   	        |  ;    `  (  +  %,  /,  Q,  r,  ,  ,  ,  ,  -  -  0-  K-  s-  0  d4  x6  y6  /7  07  7  (8  )8  P9  9  9  9  t:  :  :  ;  <  :=  ;=  =  =  ?  #@  $@  @  A  D  D  E  E  'E  eE  vE  E  E  E  E  E  F  F  &F  hF  yF  F  F  F  F  G  G  $G  4G  G  G  G  G  G  H  H  ,H  =H  MH  DI  UI  eI  vI  I  I  I  I  I  J  \J  mJ  }J  J  J  J  J  K   K  0K  vK  K  K  K  K  tL  L  L  L  L  L  M  M  'M  7M  M  M  M  M  M   N  N  !N  2N  BN  O  P  P  Q  Q  R  S  T  T  U  lV  qX  X  X  IY  JY  [  >]  ?^  ^  ^  ^  ^  `  	f  Lq  q  q  q  q  q  r   r  <r  v  %  (  p            	                w  x  Ҕ  Ӕ  ݖ    ~          c      >  ?  ՛  b          v  
      8  9  <  e       ̦            U    w  x    0  v                  8  a    |      ͽ  |    K  L    +  q  ~  	  
    t      J  K    \          Z  5                   ^  _  @      
  P  W  X      v    j  k  N      f  g  +  j      T    t    & h ;     S a n        : j    s  A Q" $+ + - 8 9 9 9 9 : (: D: a: ~: : : : : ; ,> 7B D D D D zE E E F !G NG OG H FH GH I J J J qK rK M M M ZN O R R R R R S S %S 6S FS S S S S S T T (T 9T IT T T T T T /U @U PU aU qU U U U U U V V W W %W lW }W W W W W X X -X =X X X X X X Y &Y 6Y GY WY Z $Z 4Z EZ UZ Z Z Z Z Z "[ 3[ C[ T[ d[ [ [ [ [ [ ~] "^ #^ ^ ^ ` `a a a Bc d f lf mf f f Hi j k 0l 1l l l m s  2 L ^ w      + H # $   _  * 4 5       q r |  ' (      ݧ ާ t 4 H I    ( ) * ױ ر ۲    {   B C        ߼          * *     l  ^   d        8 \     ~   %  & '   (       X Y  1     B z 	 
 	 B
 
    	
 
 
  2 c  6 >      m    '! ! !  " 
" G" H" h" o" " # # # $ 9$ ?$ ]$ ' T) ) / 8 9 D; E ;G bG lG G G G G G H >H VH mH H H K O Q Q lR mR S eS fS T T T T U U U  W 0X wX xX Y Y :[ `[ a[ [ 6] "` 3` C` T` d` ` ` ` ` ` !a 2a Ba Sa ca a a a a a /b @b Pb ab qb b b b b c Hc Yc ic zc c d d d d d 
e e +e <e Le e e e e e +f <f Lf ]f mf f f f f f g g g g g 2h Ch Sh dh th h h h h i =i Ni ^i oi i k k k Cl Dl !n n Wo Xo p q s 
t t t t v {x |y y y 1z 2z A{ S  Ќ    + H ] y # ɝ   © & '  F Ȭ Ҭ Ӭ + , 6 V      : Ų Ʋ ! "    { |  ҷ   + ,  ƽ Ǿ Ⱦ u v y  < =  C H        8 }  B C  & ' @ 0 1   T  D E 
      h   F G K          Y  -   = >  @	 A	 "
 
 
 }   G
    4 5       *   h    !     ' + + , +, c, , x- . [. . $/ / / / / / 0 
0 '0 61 H1 v1 1 1 1 1 4 6 }7 = `F !G H >S T  U 
U ,U MU dU U U U U U V &V NV hY s] S_ T_ 
` ` ` a a +b ]b b b Oc c c d e f f f f h h h i j m m m m n @n Qn an rn n n n n n o Co To do uo o o o o o p kp |p p p p p p q q (q r 0r @r Qr ar r r r r r 7s Hs Xs is ys s s s s t Qt bt rt t t Ou `u pu u u u u u v v ^v ov v v v v v v 
w w x ^y _y y y { | | | ~~ G L   $ %    l m χ Ї ߈  H n    ɚ     g  _ ` ķ ŷ   f p q ɺ ʺ Լ  R S    ؿ c d   >      p     Q d e f    @      ~  1 \  R S   Q   "      f f  W    W  & '   L Y    O t  % &  H	 	 	 
 a  b c   d    9 :     m 2  3      ~" " E# F# )% ~% % A& B& ( E( ( ( /+ n+ - 5 r9 z9 9 9 : C: ; ; ; c< < .= <= I= = = = = = > > ? D? u? {? ? MB D E +K S T V ` wb b b b b c c ;c Xc zc c c c c g k l l m m Tn n n o o (p )p p  q !q \r ls s s Kt Lt vv v v 4w rx ^{ o{ { { { { { { |  | ]| n| ~| | | | | } } #} k} |} } } } 	~ ~ *~ ;~ K~ ~ ~ ~ ~ ~      F W g x  Հ     g x        ! 1     / n      
  . > y     X     ] :      F G  Ï "   
  m n }    & 8 Q g    _  "   b c 9     g h r    K L V v   ] ^  Y Z   N  " # g h         x y U       Z   t   ~   b c | l m       F  8   >         	 6
 
 
 Z  X Y   i  " " y" z" $ |$ }$ ^% % % & 2' 3' ( + - - p. q. 0 T0 0 0 2 3 f3 3 3 5 5 \6 ]6 8 9 =; B G G YG gG G G H GI I J `J J J J !K "K BK IK cK rL L L L M M 7M O .R R X a ]b d zn p <p Fp hp p p p p p q 0q Gq bq q t x z z F{ G{ { ?| @| g} } } } ~ ~ ~  
 Q R    : ; ҄   
  . > |        - =      	  * ; K   ȋ ً  " 3 C T d [ l |       & s       & 7 G     Ϗ     ͐   - > N    ̑ ܑ  ( 8 I Y       ؗ 1 2      ` a  U V      -   ĵ ֵ   " 7 S                  0           z   U V           O P S |     "   m      W    ^     
    .       b c  B 
    ! %    a b " $ $ $ 3& & * / / 0 0 1 2 2 2 u3 v3 W4 4 4 !6 8 n; o; < < = = > > e@ @ A }A ~A BC C C C kF F H ZP T T T U =U U RV V 5W W W jX xX X X X X X Y Z "Z PZ Z Z Z Z ] _ W` gf :o o q | } } } ~ '~ >~ Z~ w~ ~ ~ ~ ~   ( B M - .    ݉ މ  7 d e ) \ ]        ؑ ّ p     ̖ ܖ  + ; L \    ˗ ۗ  . > O _   Ș ٘  E V f w   љ     
  + ;     ě  " 2 C S   Ĝ ՜  + < L ] m ) : J [ k   ˞ ܞ  8 I Y j z  Ɵ ֟    8 9    v ϥ Х X ! &     ^   F G    ˷ " H b t       A ^ 9 :   u  @ J K     , -     = >         J ^ _   + > ? @          X Y  6  , -    +         @
 @  1    1 t    z  & 3   " )# N$ r% %  & 0 "2 2 2 3 ;4 7 <= == = = >? ? ? @ A A A nB oB C GF I 
I I I XK K L  L N XN N O O P Q Q Q 	T HT yV ] Lb Tb b b b c c d d =e e f f #f ]f ^f ~f f f g g g h Oh Uh sh 'k jm m t | } Z  Q x   ŋ ܋   2 T l   ƌ   ˕ ̕   . { |  ՘   Ǚ   6 F   % & P v w  L 8 I Y j z  ɤ ٤   7 H X i y  ̥ ܥ   E V f w      % ^ o       ɨ ٨   1 A R b   Щ   A R b s  ɪ ڪ    ǫ ث   	 H Y i z  ֬     S d t   2 ֯ ׯ Y Z 7  m n   ķ   !        G H W i      + A ^ s  9     < =  \    A B L l   % & 0 P   7 8  3 4   (    A B         R S / Y ^   	 
 4   N
   X Y  < = V F G   j  Z [          ' ~' ( ) \* ]* a0 0 1 3 3 3 4> ? 2@ 3@ oA A CE J J SK TK L VM WM 8N N N O P 
P ]Q S V V JW KW X .Y Y Y [ [ @\ \ \ ~^ ^ 6_ 7_ a a d k o o 3p Ap yp p q !r qr r :s s s s s s t #t =t Lu ^u u u u u v x { {  v 7  T     B c z   Й  
 ! < d ~  i j   ! ̤   A s   e   Ԩ  + , ê Ī      ֱ     V g w   ղ     Y j z       %     ô  
  . > 5 F V g w  ϶ ߶    M ^ n   ߷     ! g x    e v        ( t        # 3 м t u   տ     ] b   : ;  / 0       ^        -  }  u v     |      	 
	 h	 i	 	 	 	 	 y	 z	 	 	 T	 	 	 /	 0	 	 		 		 		 		 		 g	 z	 {	 |	 )	 *	 -	 V	 	 	 	 	 	 	 	 G	 r	 	 h	 i	 	 1	 g	 	 	 8	 	 	 !	 "	 "	 |%	 |&	 '	 m'	 '	 '	 *	 m,	 -	 <.	 =.	 4	 5	 b6	 o7	 7	 7	 =	 e>	 ?	 @	 ;A	 <A	 K	 ^M	 M	 M	 
O	 wO	 R	 xX	 yX	 X	 X	 zZ	 Z	 Z	 [	 O\	 P\	 1]	 ]	 ]	 ^	 a	 Hd	 Id	 d	 d	 f	 f	 [g	 \g	 ?i	 i	 i	 Wj	 Xj	 l	 [l	 l	 l	 Eo	 o	 q	 4y	 }	 }	 }	 }	 ~	 Y~	 ,	 	 	 y	 ؀	 D	 R	 _	 	 	 	 	 ہ	 	 	 *	 Z	 	 	 	 c	 	 1	 A	 	 ՘	 	 	 	 	 	 	 	 	 4	 Q	 n	 	 	 	 ڧ	 	 	 '	 	 	 	 	 j	 	 	 ߳	 	 >	 ?	 	 6	 7	 r	 	 ɷ	 ʷ	 a	 b	 	 	 	 J	 	 t	 	 	 	 	 	 	 	 &	 6	 s	 	 	 	 	 	 	 	 )	 9	 	 	 	 	 	 	 0	 @	 Q	 a	 	 	 	 	 	 	 	 	 	 	 \	 m	 }	 	 	 	 	 	 	 -	 }	 	 	 	 	 	 	 &	 7	 G	 	 	 $	 5	 E	 	 	 	 	 	 	 #	 3	 D	 T	 	 	 	 	 	 n	 	 	 	 	 s	 P	 	 	 2	 	  	 \	 ]	 	 	 8	 	 	  	 !	 	 	 	 	 	 "	 <	 N	 g	 }	 	 	 	 u	 	 8
 	
 	
 x	
 y	
 O
 
 
 $
 %
 }
 ~
 
 
 
 
 a
 b
 l
 
 
 
 s
 t
 
 o
 p
 
 
 d
 $
 8
 9
 }
 ~
 
 
 
 
 
 
 
 
  
  
 k!
 !
 !
 2"
 3"
 $
 &
 p&
 '
 '
 (
 )
 *
 *
 *
 ,
 x-
 y-
 /
 0
 0
 3
 4
 4
 5
 5
 5
 \8
 :
 N;
 ;
 ;
 TB
 B
  D
 
E
 E
 E
 K
 L
 (M
 LN
 N
 N
 pY
 Z
 n[
 o[
 \
 ]
 `
 f
 f
 f
 f
 h
 h
 h
 ti
 i
 i
 j
 Hk
 Ik
 l
 !o
 q
 q
 r
 r
 2t
 jt
 t
 t
 v
 2w
 |w
 w
 w
 y
 y
 rz
 sz
 |
 "}
 S
 ҆
 &
 .
 o
 }
 
 
 ʌ
 ]
 
 
 v
 
 
 
 7
 8
 X
 _
 y
 
 
 Ȑ
 
 )
 /
 M
 
 D
 ϖ
 ߜ
 
 s
 4
 
 +
 R
 \
 ~
 
 
 Ҵ
 
 
 .
 F
 ]
 x
 
 
 ż
 
 
 \
 ]
 
 U
 V
 }
 
 
 
 
 
 
 
  
 g
 h
 
  
 *
 P
 Q
 
 &
 
 #
 3
 D
 T
 
 
 
 
 
 
 "
 2
 C
 S
 
 
 
 
 
 
 0
 @
 Q
 a
 
 
 
 
 
 8
 I
 Y
 j
 z
 q
 
 
 
 
 
 
 
 ,
 <
 
 
 
 
 
 
 ,
 <
 M
 ]
 
 
 
 
 
 
 
 
 
 
 "
 3
 C
 T
 d
 
 
 
 
 
 -
 >
 N
 _
 o
 
 
 
 3
 4
 
 
 G
 H
 
 
 
 
 
 v
 w
 
 k
 l
 
 
 !
 "
 1
 C
 
 
 
 
 
 
 8
 M
 i
 
 
       6      & F      
 *       ! 
" " k" l" $ $ $ $ % % ' * + + e, f, i- - ,. -. 	/ 3/ 8/ / / 2 3 4 4 4 (6 m7 7 28 38 t: ; ; 0=  > !> @ A DB B 4C 5C E G H xI yI O XP Q R 6S 7S ;Y Y Z [ w\ x\ g h i 
i Ij j n s s -t .t u 0v 1v w w w mx x x 7z |   $ % Ё    { Є    X       p Ę ̘ 
  S  h  K      ՜ ֜    & 8 f  Ǟ ͞    m } P  ҵ .     = T p       > X c C D       M z { ? r s                 0 A Q b r      3 D T e u      [ l |           0 A Q      ' 8 H Y i      A R b s  ? P ` q       N _ o       
  N O       n 7 <     t 	 
 \ ]     8 ^ x        W t  O$ P$ $ $ & & V' `' a' ' ' ) ) B* C* * * , , S- T- - - ./ / / 	0 
0 1 `2 t2 u2 2 2 A5 T8 U9 V9 : : ; 0; ; ; < < < n= o= !@ LA A BB CB C E AE E E H H H J K K VN VO O GP P P S GU V W W ] ] <_ I` ` ` f ?g dh i j j t 8v v v w Qx { R S ˁ ́ T ΃ σ  ) *    Շ ] " #  Í n  5 6  n  1 2  5    ^   b j    3    S   , 9 s t    ī ֫  4 e k  =      p  g       + H j           D          L \   ; < f   $ b N _ o         M ^ n        [ l |    
  + ; t          6 G W h x      W h x        !      ^ o      
  . i z    H   o p M *      6 7     
 
 
 
 ]
 ^
 m
 	
 
 
 
 (
 A
 W
 t
 
 
 O
 %
 .
 1
 1
 R2
 S2
 )4
 r4
 4
 4
 4
 W5
 X5
 b7
 7
 7
 7
 ;8
 <8
 F:
 f:
 :
 :
 M;
 N;
 <
 I=
 J=
 =
 =
 >?
 ?
 @
 @
 W@
 X@
 B
 E
 F
 F
 G
 G
 H
 H
 hI
 iI
 EJ
 oJ
 tJ
 K
 
K
 M
 N
 JO
 O
 O
 dQ
 R
 R
 nS
 oS
 U
 RV
 SV
 lX
 \Y
 ]Y
 [
 \
 ]
 ]
 p^
 q^
 6a
 b
 (d
 d
 d
 .k
 k
 l
 m
 rn
 sn
 wt
 t
 v
 &w
 w
 w
 J
 փ
 H
 I
 
 
 Y
 
 
 i
 j
 
 l
 m
 N
 ǒ
 Ȓ
 
 "
 #
 s
 
 
 
 `
 a
 
 D
 ӝ
 ԝ
 
 
 V
 Ϡ
 Р
 
 Ӣ
 L
 M
 
 
 -
 
  
 
 I
 W
 
 Ѵ
 
 7
 
 
 P
 
 ʷ
 ׷
 
 
 2
 9
 S
 b
 t
 
 ҹ
 
 	
 '
 ۼ
 
 
 
 
 M
 
 j
 
 ,
 6
 X
 y
 
 
 
 
 
  
 7
 R
 z
 
 
 
 
 6
 7
 
 /
 0
 W
 
 
 
 {
 
 
 
 
 A
 B
 
 
 
 *
 +
 
  
 
 
 

 
 .
 l
 }
 
 
 
 
 
 
 
 -
 o
 
 
 
 
 
 

 
 +
 ;
 
 
 
 
 
 
 #
 3
 D
 T
 K
 \
 l
 }
 
 
 
 
 
 
 c
 t
 
 
 
 
 
 
 '
 7
 }
 
 
 
 
 {
 
 
 
 
 
 

 
 .
 >
 
 
 
 
 
 
 
 (
 9
 I
     
    ! "  s x	 	 	 P
 Q
  E F       t" " " " " " # '# C# ' 3 ; ? ? ? ? A B B B B B B  E  E ~E E E E G H H H H H jJ J J EK FK L M M M M M }P S T T ?U @U CV lV W W W 
X X X X ][ \ \ ~] ] _ G` }` a 
a Nc c c 
f f f i j k k l l n p q Rr Sr x 2y xz { | |  {  Ą Q R  t   #        
   e f G     ^ _     q r U   m n 2 q   [  ˵ J     - o B  %   Z h u         @ p    y  G W *         . J g       2 =         ' T U  L M     w x    `        
  + < L      
  . ? O      5 F V g w        
  + r     	 	 "	 3	 C	 	 	 	 	 	 
 ,
 <
 M
 ]
  * : K [      ( 9 I Z j       ( )    f   H   r s   N   6 7    $ 0 80 R0 d0 }0 0 0 0 0 5 1A NI )M *M M M eO O 0P :P ;P P P R R S S wS xS U U -V .V V V X X X X X zZ :[ N[ O[ [ [ ^ .a /b 0b b b c 
d d d e e e Hf If h &j j k k l m n n n p q q s t t 0w 0x x !y y y r| !~ d   j І  #     > b        +  , -   .       ^ _  7     H     H    н     8 i  < D    
  s  -     M N n u      ? E c  Z     J  A h r      " D \ s        r s  k l        & 6	 }	 ~	 
 
 @ f g  < ( 9 I Z j      ' 8 H Y i      5 F V g w      N _ o         ! 1 B R      1 B R c s           8 I Y j z      C T d u  "   I J '   ]  ^  ! " $ % % % % ' ) * * * 7+ 8+ G, Y2 = = = > > 1> N> c> > )C N V Z Z ,[ -[ ] L] ] ] ] 1^ 2^ <` \` ` ` a a  c @c c c 'd (d e #f $f f f h h h h 1i 2i k n o o {p |p q q Br Cr s Is Ns s s v w $x x x >z { { H| I| ~ , - F 6 7 ΄ ΅ Z  J K       n   L M Q  ܞ     $  " # _ ɮ 3 ʷ ˷ C D ̹ F G (      M    : ;       0   n  & '       # 1 i  ~  a  *        - < N |         f '  D    2 S j       , T n
 y Y Z    	 
 1 c   U                   F W g x        I  Z  j  {          ! ! q! ! ! ! ! ! ! 
" " ." %# 6# F# W# g# # # # # # =$ N$ ^$ o$ $ $ $ $ % % W% h% x% % % U& f& v& & & & & & ' ' d' u' ' ' ' ' ' ( ( #( ) d* e* * * , - - - / M0 R2 2 2 *3 +3 5 7  8 r8 s8 8 8 9 ? NK tK K K K K K L L P m\ d eh fh h h j j lk vk wk k k m m Xn Yn n n p p iq jq q q Ds s s t  t u vv v v v v Wy j| k} l} ~ ~  F        7 b  X Y ܇ ! W   ( ʌ ˌ  ԏ Տ l l  ]    ]  , -   R _    U z  + , ¸ N    g ѿ h i   j    ? @ !    s 8 9     K L /   G H  K   5 t  $ x     I    i  4 B O         J {   S  ! 1     }      $ A ^            Z     ! .! /! ! &" '" b# r$ $ $ Q% R% |' ' ' :( x) d, u, , , , , , - - &- c- t- - - - - - . . ). q. . . . . /  / 0/ A/ Q/ / / / / / 0 0 0 0 1 L1 ]1 m1 ~1 1 1 1 1 
2 2 m2 ~2 2 2 2 2 3 3 '3 73 3 4 4 %4 54 t4 4 4 4 4 5 5 #5 45 D5 5 5 5 5 5 ^7 8 8 8 8 c: @; ; ; "= = ? L@ M@ @ @ (C D E F F sF tF G M X Y ,Y >Y WY mY Y Y Y e^ j (r v v hv iv ?x x 
y y y my ny x{ { { { Q| R| \~ |~   c d  _ `   T  ( ) m n   	 
     ~  [   " # Ց   `   z     ƙ h i  r s 
 
     L  > ʨ ˨ D         < ɻ ʻ `  ^ _   o        d    8 9     v w " Z    " l     b c   C    _ m    M   f    ' ( H O i x      =   4  	  c $  ! B! L! n! ! ! ! ! ! " 6" M" h" " % ) + + L, M, , E- F- m. . . . / / /  1 2 W2 X2 2 2 5 @5 A5 5 7 : : #: 4: D: : : : : : ; ; "; 3; C; ; ; ; ; ; <  < 0< A< Q< < < < < < (= 9= I= Z= j= a> r> > > > > > ? ? ,? y? ? ? ? ? @ @ ,@ =@ M@ @ @ @ @ @ A A A A A B #B 3B DB TB B B B B B C .C >C OC _C D E E #F $F H H 7I 8I J K M M M fN gN P [R \S S S T T !U 3[ f f f f f g (g =g Yg l w      ݅ &       6              [ \   Ƒ Ǒ       U V Y     # (   s      ]  " # d         4  $ %   ܵ h i  H   & ' +    g h     9  
        !  { | ]   '  t u       k  
   H     q   `     C  X  ;  	 p	 ~	 	 	 	 	 	 
  ( V       ] m @  ! " - . . . / -/ D/ `/ }/ / / / / 0 .0 H3 S7 39 49 9 9 : : : < =< j< k< /= b= c= > ? ? ? @ @ B B B vC D G G G G G  H 1H AH RH bH H H H H H #I 4I DI UI eI I I I I I KJ \J lJ }J J J J J J K K L  L 1L AL L L L L L M (M 8M IM YM M M M M M 1N BN RN cN sN /O @O PO aO qO O O O O O >P OP _P pP P P P P P P R >S ?S S S U |V V V ^X 'Y ,[ [ [ \ \ d^ _ ` La Ma a a b h (t Nt ht zt t t t t t y G d ? @   { ē F P Q    Ԗ 2 3     C D         P d e   1 D E F          Ʃ ^ _  <  2 3   1         F F Ҽ 7 ½ ý  7 z     , 9    / T x    (    A  B C   D       t u  M     ^  % & 	 ^  !  "   %    N   R Z    #    C    ) c d       $ U [ y - p  % - . `0 : W< ~< < < < < < = 8= Z= r= = = = @ D F F G G 4H H H I I J 	J J  K K <L LM M M +N ,N VP |P }P Q RR >U OU _U pU U U U U U  V =V NV ^V oV V V V V V W KW \W lW }W W W W 
X X +X dX uX X X X Y Y Y Y Y &Z 7Z GZ XZ hZ Z Z Z Z Z G[ X[ h[ y[ [ [ [ [ \ \ \ \ \ \ ] N] _] o] ] ] ] ] ] ^ ^ Y^ j^ z^ ^ ^ 8` ` ` _a `a =c d sd td e f h &i 'i i i l m n n n Mo No ]p ov Ɓ    1 G d y  ?   ݞ ޞ B C  b    G H R r Ф Ѥ + , 6 V   = >  9 :   .    G H ϯ        X Y 5 _ d    ڻ : м Ѽ T  Ͽ ^ _  B C \ L M   p  ` a &         b c g      :  8 9 u  I   Y Z  \ ] >       c    P Q 	 4
 
 
   F
 
 
   < =         9! G! ! ! " '# w# # @$ $ $ $ % % "% )% C% R& d& & & & & ' ) , , 2 |; =< = ZH I J &J HJ iJ J J J J J K 'K BK jK N R oT pT &U 'U U V  V GW yW W W kX X X Y Z 1[ 2[ [ [ ] ^ ^ ^ _ b b b c c \c mc }c c c c c c 
d d _d pd d d d d d 
e e +e e e e e e f f #f 4f Df ;g Lg \g mg }g g g g g h Sh dh th h h h h i i 'i mi ~i i i i kj |j j j j j j 
k k .k zk k k k k k l l )l 9l m zn {n n n p q r r s ct hv v v @w Aw y 5{ 6| | | | | } 
 d    Ϗ    3 ݔ   { |             n o ɲ ʲ Դ    ۵ ܵ Z ׷ ط 5 6 ̹      m    / 0 3 \        M x  n o  7 m   >         s    s  B C  " h u     k   A B  d     }   ~	 	 	 	     U
 V
 7     N O     a b E   ] ^ " a   K    " :* . . . . / _/ 20 0 1 1 1 J2 X2 e2 2 2 2 2 2 3 4 04 `4 4 4 4 i7 9 7: G@ I I K U W W W W X X :X WX tX X X X X Y "\ -` 
b b b b pc c c d e De Ee 	f <f =f xg h h h gi hi k k k Pl m zp p p p p p q q ,q <q yq q q q q q r r /r ?r r r r r r %s 6s Fs Ws gs s s s s s t t t u u bu su u u u u v v #v 3v v v v v v w w ,w =w Mw 	x x *x ;x Kx x x x x x y )y 9y Jy Zy y y y y y t{ | | | | y~ V   8   b c ބ ߄ > ӈ ԉ & '      ( B T m    ѝ { ! >   ~  U    * +      
 g h r    y z  u v   j * > ?              q   8 9   v  
       ~             b  T   Z       	 . R   v
  t u 
          z    N O  '  " " # # 8% p% %  & ' 8( ( ( ( * * x+ y+ - (. Y0 7 ,< 4< u< < < < = c> > ? |? ? ? @ =@ >@ ^@ e@ @ A A A A /B 5B SB E JG G M V yW :Y c 1e Xe be e e e e e f 4f Lf cf ~f f i m o o bp cp q [q \q r r r r s s s u &v mv nv w w 0y Vy Wy y ,{ ~ )~ 9~ J~ Z~ ~ ~ ~ ~ ~  ( 8 I Y      % 6 F W g À Ԁ    > O _ p  w        ! 2 B     у ! 2 B S c   ʄ ۄ    ȅ م  ( 9 I Z j  ǆ ׆   3 D T e u    9 :   M N ֎      | } ܔ q r ė ŗ ' ( 7 I  ƪ    ! > S o         <    ! " , L      0        q r     ! "     k l o  2 3  9 >        . s  8 9 z   6 & '   J  : ;     ~    ^   < = A
 
   }
 ~
     O  # $ $ 3% 4% & 6' 7' ( ( ( s) ) ) =+ - 0 0 *1 +1 2 3 3 3 5 5  6 6 6 ^8 8 9 9 ; ; = vE I I J !J YJ J nK L QL L M M M M M M M N N ,O >O lO O O O O R T sU [ Vd e f 4q r r  s "s Cs Zs vs s s s s t t Dt ^w i{ I} J}  ~ ~ ~ ~ ~ ! S   E x y  ă     Ά    ʈ  ǋ ׋   6 G W h x  ƌ ֌   9 J Z k { Í ԍ    a r    ܎      & 6 G W    А  - > N _ o  Б    G X h y  E V f w  Ɠ ד    T e u   є      T U ח ؗ     t = B     z   b c ť ƥ զ  > d ~    ܸ  
  ] z U V     \ f g     H I     Y Z   4      f z {   G Z [ \ 	 
 
 6      t u ' R  H I   G         \ \    M    M      B O    E j    % >' ' ' ( W) , X2 Y2 2 2 Z4 4 4 5 /6 06 7 7 7 8 c; (> )> > > t@ @ ;A <A C tC C 7D 8D E ;F F F %I dI K S hW pW W W W 9X Y Y Y YZ Z $[ 2[ ?[ y[ z[ [ [ [ \ \ 
] :] k] q] ] C` b c !i q r vt ~ m       1 N p           J          R b   A B l   * h T e u   ԙ     S d t   ך   	  a r        1 A z      ĝ ԝ   < M ] n ~ ˞ ܞ   
 ] n ~       '     % d u       $ 4 o     N   u v S 0    ۪  < =         c d s     . G ] z   U     X Y / x    ] ^ h    A B L l   S T  O P   D    ] ^         n o K u z     P      j   t u  X Y r	 b
 c
  
   v w <  .   4    x y }% % ' ,( ( ( P3 4 N5 O5 6 6 _: ? ? o@ p@ A rB sB TC C C D (E )E yF I K K fL gL N JN N N P Q \Q Q Q S S RT ST V W 3Y ` e e Oe ]e e e f =g g g Vh h h h i i 8i ?i Yi hj zj j j 	k k -k m $p p v  S  p  2 < ^    ώ   & = X      < =  5 6 ]          G H ߟ  
 0 1 Ȣ     $ 4 r        # 3 u         1 A    ϩ ߩ  ) 9 J Z Q b r   ګ     i z       - =     ŭ     î   # 4 D    ¯ ү 
  . ? O       ε ' (  y ~ ں ۺ V W  K L      # z       - I                &      
     p   K L           E F I r  
  	 	 	 	 c 
 
    M    T         $     ! " X# Y# ) 8* ~+ , - - 3 3 4 5 W6 X6 @ zB B B )D D G M M 
N N O P P P kQ lQ MR R R T V dY eY Z Z [ [ w\ x\ [^ ^ ^ s_ t_ 8a wa a a ad d f Pn r r r r 3s us Ht t +u u u `v nv {v v v v v v x x Gx wx x x x { } N~ ^ 1     ћ ۛ   5 Q n   Ŝ ܜ   9 D $ % ۦ ܦ  ԧ է  . [ \   S T     ~   ϯ Я g     ô Ӵ  " 2 C S    µ ҵ  % 5 F V    ж  < M ] n ~  ȷ ط      " 2 y       ) : J    ̺ ܺ " 3 C T d   1 A R b   ¼ Ӽ  / @ P a q   ͽ ޽   / 0    m   O   y z   U   = >      ? Y k       8 U 0 1   l    7 A B     # $ ~    4 5   	 	 	 	 	  A U V   " 5 6 7          O P  -  # $   "   ! " " $ % % 7( 7) ) (* * * y- (/ k0 0 0 q7 7 9 *: : : @  A EB iC C C N P P P Q 2R U 3[ 4[ [ [ 5] ] ] ^ 
_ _ _ e` f` a >d g g g g Oi i j j k Ol l m m n o o o  r ?r pt { C K   Ҁ   z ʂ 4   
  T U u |      F L j  a   Ϛ  Q  H o y   ө   ) K c z   ׭  ³ ó y z % r s  ̶      - =     G m n  C / @ P a q      . ? O ` p      < M ] n ~      U f v         ( 8 I Y      8 I Y j z            ? P ` q       J [ k |  )   P Q .  d e             > ? N `    	 " 8 U j  0     3 4 
 S    8 9 C c     ' G   . /  * +       8 9       ! ! " " I# J# &$ P$ U$ $ $ ' ( +) ) ) E+ , , O- P- / 30 40 M2 =3 >3 5 6 a7 7 Q8 R8 ; < 	> > > E uE F G SH TH XN N O Q Q Q +\ ] )^ *^ f_ _ :c h h Ji Ki j Mk Nk /l l l m n n To q t t Au Bu v %w w w y y 7z z z u| | -} .}       * 8 p    h Ґ 1        4 C U          m .  K  
  9 Z q   Ƿ    3 [ u  ` a      8 j   \     " #             M ^ n        P a q        x        % 5 , = M ^ n      D U e v       ^ o    \ m }        k |      	  *  k l        T Y   1 2  & ' y z     U {       $  t
  l m     s } ~     _ `   ! ! p" q" " " K$ $ $ &% '% & }' ' ' ' ' ^* q- r. s.  / !/ $0 M0 0 0 1 1 1 2 2 >5 i6 6 _7 `7 8 (: ^: : : /= = = ? @ @ sC sD D dE E E H dJ K 3L 4L R S YT fU U U [ \\ ] ^ 2_ 3_ i Uk k k m nm p ov pv v v qx x x y Fz Gz ({ { { | z ? @ ߂   Ä R S 6  Շ N O  R ˊ ̊ < {  +   ț ֛  P #   p Ϟ ; I V     ҟ   ! Q    Z  ( 8  ̶         + H e            a     5 6  - . i y   X Y    A  k |        - j {         0 x      ' 7 H X           S d t       $ t      
  . >    , < {     	  * ; K      e 	 
   j G   )   S T   /     z {   	  
  3
  E
  ^
  t
  
  
  
  l    /#  
'  '  o'  p'  F)  )  *  *  *  t*  u*  ,  ,  ,  ,  X-  Y-  c/  /  0  0  j0  k0  1  f2  g2  2  2  [4  5  /5  05  t5  u5  7  ;  <  <  <  <  =  =  >  >  b?  ?  ?  )@  *@  B  D  gD  D  D  F  G  G  H  H  J  oK  pK  M  yN  zN  Q  R  R  S  S  S  SV  X  EY  Y  Y  K`  `  a  c  c  c  i  i  k  Cl  l  l  gw  x  ey  fy  z  {  v~  
              k      ƈ  ?  @      ݏ  ޏ  }  ~  )  a      Ԕ  )  s          i  j  ښ    J  ɤ    %  f  t        T      m  ٬      .  /  O  V  p             &  D    ;  ƴ  ֺ    j  +    "  I  S  u            %  =  T  o            S  T    L  M  t                  ^  _      !  G  H      	    *  ;  K                )  :  J              '  7  H  X            /  @  P  a  q  h  y              #  3              #  3  D  T                        *  :  K  [            $  5  E  V  f        *  +      >  ?            m  n  ! b! c! ! ! ! ! (! :! ! ! ! ! ! ! /! D! `! 
! (! 0! 4! 4! 
5! 5! 6! -7! 7! 7! 7! 8! 8! :! =:! :! :! :! :! =! !=! =! =! >! 	>! ?! @! @! b@! c@! A! B! B! B! C! C! E! H! I! I! \J! ]J! `K! K! #L! $L!  M! *M! /M! M! M! zP! Q! R! R! R! T! dU! U! )V! *V! kX! 
Y! Y! '[! \! \! ^! _! ;`! `! +a! ,a! c! e! f! og! pg! m! On! o! p! -q! .q! 2w! w! x! y! nz! oz! ! ! ! ! @! ! ! ! ! $! %! ! '! (! 	! ! ! d! ݖ! ޖ! .! ! {! |! ! ! ǟ! ! ! ! r! Ǣ! ! ! ! O! ! ! ! x! ! ! g! ! ö! ! ! J! ! _! ! B! ! ! w! ! ! ̺! ͺ! ! ! ! ! /! ]! ! ! ļ! ! ! ! d! t! G! ! ! %! ! ! ! ! 4! K! g! ! ! ! ! ! 
! 5! O! Z! :! ;! ! ! ! ! ! ! D! q! r! 6! i! j! ! ! ! ! ! ! ! ! ! }! ! ! ! ! ! ! '! 8! H! Y! i! ! ! ! ! ! *! ;! K! \! l! ! ! ! ! ! R! c! s! ! ! ! ! ! ! ! ! ! '! 8! H! ! ! ! ! ! ! /! ?! P! `! ! ! ! ! ! 8! I! Y! j! z! 6 " G " W " h " x "  "  "  "  "  " E" V" f" w" " " " " " " " E" F" " " " " " " e	" .
" 3" " " 
" 
" k"  " " S" T" " " " " /%" U%" o%" %" %" %" %" %" %" *" N6" k>" FB" GB" B" B" D" D" ME" WE" XE" E" E" G" G" 9H" :H" H" H" J" J" JK" KK" K" K" %M" M" M"  N" N" O" WP" kP" lP" P" P" 8S" KV" LW" MW" W" W" X" 'Y" Y" Y" Z" Z" Z" e[" f[" ^" C_" _" 9`" :`" a" c" 8c" c" c" 	f" f" f" h" i" i" Ml" Mm" m" >n" n" n" q" >s" t" 
u" u" {" {" 3}" @~" ~" ~" Є" 6" [" " " 
" " /" " " ޕ" H" " I" J" " ß" K" š" ơ" "  " !" " {" |" ̥" T" " " " " e" " ," -" " e" " (" )" " ," " " " U" " " Y" a" " " " *" " " " J" " " #" 0" j" k" " " " " " " +" \" b" " 4" w" " " " " g" " ^" " " " " " " "" ?" a" y" " " " " " " " " " ;" " " " " " " " " " C" S" " " 2" 3" ]# # # # Y# E# V# f# w# # # # # # # D# U# e# v# # # # # # 
# R# c# s# # # # 	# 	# "	# 2	# k	# |	# 	# 	# 	# 
# 
# 
# 
# 
# -# ># N# _# o# # # # # # N# _# o# # # # # # 
# 
# 
# 
# 
# # # U# f# v# # # # # # # %# `# q# # # # ?# # # f# g# D# !# z# {# # # # -# .# # # 	# # # # # T # U # d!# v'# 2# 2# 
3# 3# 83# N3# k3# 3# 3# F8# C# 	L# O# O# IP# JP#  R# iR# R# R# R# NS# OS# YU# yU# U# U# 2V# 3V# =X# ]X# X# X# DY# EY# Z# @[# A[# [# [# 5]# ]# 	^# 
^# N^# O^# `# c# d# d# e# e# f# f# _g# `g# <h# fh# kh# i# i# k# l# Am# m# m# [o# p# p# eq# fq# s# It# Jt# cv# Sw# Tw# y# z# w{# {# g|# h|# -# ܀# # # # %# # ъ# ދ# i# j# n# Ԓ# # # # # A# ͡# ?# @# |# # P# # # `# a# # c# d# E# # # # # # j# # # # W# X# # ;# ʻ# ˻# # # M# ƾ# Ǿ# # # C# D# # # $# # # # @# N# # # # .# ~# # G# # # # # 	# )# 0# J# Y# k# # # #  # # # # # # # D# # a# # ## -# O# p# # # # # # # .# I# q# # $ v$ w$ -$ .$ $ &$ '$ N$ $ $ $ r	$ 	$ 	$ 
$ $ 8$ 9$ $ $ $ !$ "$ $ $ $ $ $ $ %$ c$ t$ $ $ $ $ $ $ $ $$ f$ w$ $ $ $ $ $ $ "$ 2$ $ $ $ $ $ 	$ $ *$ ;$ K$ B$ S$ c$ t$ $ $ $ $ $ 
$ Z$ k$ {$ $ $ $ $ 
$ $ .$ t$ $ $ $ $ r$ $ $ $ $ $ $ $ %$ 5$ $ $ $ $ $ $ $ $ 0$ @$ $ $ $  $  $ !$ "$ #$ #$ $$ j%$ o'$ '$ '$ G($ H($ *$ <,$ =-$ -$ -$ -$ -$ /$ 5$ k@$ @$ @$ @$ @$ @$ 	A$ A$ :A$ E$ Q$ Y$ ]$ ]$ ]$ ]$ _$ `$ `$ `$ `$ `$ `$ b$ c$ uc$ vc$ c$ c$ e$ e$ f$ f$ f$ f$ ah$ h$ h$ <i$ =i$ j$ k$ k$ k$ k$ k$ tn$ q$ r$ r$ 6s$ 7s$ :t$ ct$ t$ t$ u$ v$ 	v$ v$ v$ Ty$ z$ z$ u{$ v{$ |$ >~$ t~$ $ $ E$ $ $ $ $ $ $ $ $ z$ $ $ ˌ$ z$ $ I$ J$ Ö$ )$ o$ |$ $ $ $ r$ $ $ H$ I$ ߭$ k$ ݯ$ ޯ$ $ $ $ $ $ $ $ $ $ $ $ \$ ]$ >$ $ $ $ $ U$ V$ $ $ $ $ h$ i$ L$ $ $ d$ e$ )$ h$ $ $ R$ $ $ A$ $ $ $ $ $$ f$ 9$ $ $ $ $ Q$ _$ l$ $ $ $ $ $ $ 	$ 7$ g$ $ $ $ p$ $ >$ N$ !$ $ $ % % % % % 	% %	% A	% ^	% {	% 	% 	% 	% 	% 
% )
% 4% % % % % w% % % % % K% L% % C% D% % % % % n% o% % % % W% % !% !% !% !% !% "% "% ""% 3"% C"% "% "% "% "% "% #% #% %#% 6#% F#% #% #% #% #% #% ,$% =$% M$% ^$% n$% $% $% $% $% $% %% %% &% &% "&% i&% z&% &% &% &% &% 	'% '% *'% :'% '% '% '% '% '% (% #(% 3(% D(% T(% )% !)% 1)% B)% R)% )% )% )% )% )% *% 0*% @*% Q*% a*% *% *% *% *% *% {,% -%  -% -% -% /% ]0% 0% 0% ?2% 3% 
5% i5% j5% 5% 5% E8% 9% :% -;% .;% ;% ;% <% B% 	N% /N% IN% [N% tN% N% N% N% N% S% (_% Eg%  k% !k% k% k% \m% m% 'n% 1n% 2n% n% n% p% p% q% q% nq% oq% ys% s% $t% %t% t% t% u% |v% }v% v% v% qx% 1y% Ey% Fy% y% y% |% %% &% '% Ԁ% Հ% ؁% % % % x% % % ?% @% % % }% % % % ܋% % % % % % % % % % '% '% % % % % i% % [% % % a% Ǥ% 
% % % % % % 5% Y% % % }% 	% {% |% % "% % #% $% % % %% % % % % % % U% V% % .% % % % % ?% w% % % % ?% % % % % % % % % /% `% % 3% ;% |% % % % % j% % $% % % % 
% D% E% e% l% % % % % % 6% <% Z% % Q% % % & & A
& & 8& _& i& & & & & & & ;& S& j& & & & &  &  & i!& j!& "& b"& c"& #& #& #& #& $& $& $& && -'& t'& u'& (& 
(& 7*& ]*& ^*& *& 3,& /& 0/& @/& Q/& a/& /& /& /& /& /& 0& /0& ?0& P0& `0& 0& 0& 0& 0& 0& ,1& =1& M1& ^1& n1& 1& 1& 1& 1& 2& E2& V2& f2& w2& 2& ~3& 3& 3& 3& 3& 4& 4& (4& 94& I4& 4& 4& 4& 4& 4& (5& 95& I5& Z5& j5& 5& 5& 5& 5& 5& 6& 6& 6& 6& 6& /7& @7& P7& a7& q7& 7& 7& 7& 7& 7& :8& K8& [8& l8& |8& :& :& :& @;& A;& =& =& T>& U>& ?& @& B& C& C& C& C& E& xG& yH& H& H& .I& /I& >J& PP& [& [& [& [& \& (\& E\& Z\& v\&  a& l& t& x& x& #y& $y& z& C{& {& {& {& (|& )|& 3~& S~& ~& ~& & 
& & 7& & Á& & & & & & x& y& & φ& & & (& )& & Ì& č& ō& r& s& v& & 9& :& & @& E& ݑ& ޑ& & & & & & 5& z& & ?& @& & #& $& =& -& .& Ţ& ţ& Q& & A& B& & & & & & & e& & & C& D& H& & Ӽ& & & & & & & & V& & *& & & :& ;& & =& >& & & & z& & & D& & & & 1& 2& & & & & & & '& & & e& & & & & & & }& & & & (& `& & u& & X& & !& & & & & & & 
& $& 3 ' E ' s '  '  '  '  ' ' ' z' ' ]' ' ' ;"' #' #' $' )$' J$' a$' }$' $' $' $' $' %' #%' K%' e(' p,' P.' Q.' /' /' /'  0' 0' (1' Z1' 1' 1' L2' 2' 2' 3' 4' 5' 5' 5' 5' 7' 7' 7' 8' 9' <' <' <' <' <' ==' N=' ^=' o=' =' =' =' =' =' =' @>' Q>' a>' r>' >' >' >' >' >' ?' h?' y?' ?' ?' ?' ?' ?' @' @' %@' A' -A' =A' NA' ^A' A' A' A' A' A' 4B' EB' UB' fB' vB' B' B' B' B' C' NC' _C' oC' C' C' LD' ]D' mD' ~D' D' D' D' D' D' E' [E' lE' |E' E' E' E' E' E' 
F' F' G' [H' \H' H' H' J' K' K' K' {M' DN' IP' P' P' !Q' "Q' S' U' V' iV' jV' V' V' W' ]' Ei' ki' i' i' i' i' i' i' j' n' dz' ' \' ]' ' ' ' ' c' m' n' Ɖ' ǉ' ы' ' O' P' ' ' ' Վ' `' a' ' ' ;' ' ' ' ' ' m' ' ' Ɣ' ǔ' N' a' b' c' ' ' ' =' ם' ؝' ' ޞ' ' {' |' .' Y' ' O' P' ӥ' ' N' ݧ' ާ' ' ' ª' ۬' ˭' ̭' c' c' ' T' ߲' ' ' T' ' #' $' ' ' I' V' ' ' ' L' q' ' "' #' ' E' ' ' ' ^' ' _' `' ' ' a' ' ' ' 6' 7' ' ' ' ' j' /' 0' ' ' {' ' B' C' &' {' ' >' ?' ' B' ' ' ,' k' ' ( o( w( ( ( ( @	( 
( 
( 
( `( ( +( 9( F( ( ( ( ( ( 
( 
( ( A( r( x( ( J( ( ( (( "( #( }%( /( t1( 1( 1( 1( 1( 1( 2( 82( U2( w2( 2( 2( 2( 2( 6( :( ;( ;( <( <( Q=( =( =( >( >( %?( &?( ?( @( @( YA( iB( B( B( HC( IC( sE( E( E( 1F( oG( [J( lJ( |J( J( J( J( J( J( 
K( K( ZK( kK( {K( K( K( K( K( K( L(  L( hL( yL( L( L( L( M( M( 'M( 8M( HM( M( M( M( M( M( N( N( N( N( N( CO( TO( dO( uO( O( O( O( O( P( P( dP( uP( P( P( P( P( P( 
Q( Q( .Q( Q( Q( R( R( ,R( kR( |R( R( R( R( R( 
S( S( +S( ;S( vS( S( S( S( S( UU( U( U( |V( }V( ZX( 7Y( Y( Y( [( [( ]( C^( D^( ^( ^( a( b( c( d( d( jd( kd( ze( k( v( 	w( #w( 5w( Nw( dw( w( w( w( \|( ( ( ( ( _( `( 6( ( ( ( ( d( e( o( ( ( ( H( I( S( s( ( ( Z( [( ٞ( V( W( ( ( K( ( (  ( d( e( ( (  ( ( ( ( ( ۪( u( v( R( |( ( ( ( ̯( ( W( ( ( q( ( ( {( |( ( _( `( y( i( j( ( ( ( ( }( ~( C( ( 5( ( ( ;( ( ( ( ( ( ( ( ( 3( ( ( W( ( U( V( ( ( f( ( ( v( w( ( y( z( [( ( ( ( /( 0( ( ( ( ( m( n( ( Q( ( ( ) ) c) ) ) ) ) Y) Z) ) 	) :
) ) 
) ) V) d) ) ) ) D) ) ) ]) ) ) ) ) ) ?) F) `) o) ) ) ) ) ) 4) ) +!) !) ') 0) Z1) 3) w=) ?) 9?) C?) e?) ?) ?) ?) ?) ?) @) -@) D@) _@) @) C) G) I) I) CJ) DJ) J) <K) =K) dL) L) L) L) M) M) M) N) P) NP) OP) P) P) S) 7S) 8S) S) 
U) W) 
X) X) +X) ;X) yX) X) X) X) X) X) 	Y) Y) *Y) :Y) |Y) Y) Y) Y) Y) Z) Z) 'Z) 8Z) HZ) Z) Z) Z) Z) Z) [) 0[) @[) Q[) a[) X\) i\) y\) \) \) \) \) ]) ]) #]) p]) ]) ]) ]) ]) ^) ^) #^) 4^) D^) ^) ^) ^) ^) ^) _) _) _) _) _) 	`) `) *`) ;`) K`) `) `) `) `) `) a) %a) 5a) Fa) Va) b) c) c) d) d) e) f) .g) /g) h) i) k) k) k) ]l) ^l) n) Rp) Sq) q) q) r) 	r) s) *y) ) ) ) ӄ) ) ) ) 4) P) ) ) ) ) ) ) ) ԣ) ) ) ) ) ) ) 
) -) ) ) ) ) ) ) ) ) ) ) w) ) ) R) S) ) ) ) ) ) ) ) ) ) ) L) M) P) y) ) ) ) ) ) ) ) j) ) ) ) ) ) T) ) ) ) [) ) ) ) ) ) ) ) +) ) ) ) ) ) ) _) `) ) ?) ) ) ) ) ") ) ) ) ^) _) ) ) ) ) 0) ) ) ) ) ) )  * * * * r* s* T* * * * * k
* l
* * * * * ~
* 
* b* * * z* {* ?* ~* * * h* * * W* #* #* #* $* :$* |$* O%* %* 2&* &* &* g'* u'* '* '* '* '* '* '* 
)* )* M)* })* )* )* )* ,* .* T/* d5* 7>* >* @* K* L* L* L* M* $M* ;M* WM* tM* M* M* M* M* M* %N* ?Q* JU* *W* +W* W* W* X* X* X* Z* 4Z* aZ* bZ* &[* Y[* Z[* \* ]* ]* ]* ^* ^* `* `* `* ma* b* e* e* e* e* e* f* (f* 8f* If* Yf* f* f* f* f* f* g* +g* ;g* Lg* \g* g* g* g* g* g* Bh* Sh* ch* th* h* h* h* h* h* h* i* j* j* (j* 8j* j* j* j* j* j* k* k* /k* @k* Pk* k* k* k* k* k* (l* 9l* Il* Zl* jl* &m* 7m* Gm* Xm* hm* m* m* m* m* m* 5n* Fn* Vn* gn* wn* n* n* n* n* n* p* 5q* 6q* q* q* s* st* t* t* Uv* w* #y* y* y* y* y* [|* }* ~* C* D* * * * Ȇ* * E* _* q* * * * Ғ* * * >* [* 6* 7* * * r* * =* G* H* * * * ˴* )* ** * * * * :* ;* * * * * * * * * G* [* \* * * (* ;* <* =* * * * * * * * * * U* V* * 3* * )* ** * * (* * * * * * * * * =* =* * .* * * * .* q* * * w* * #* 0* * * * &* K* o* * * * + + + + 8+ + 9+ :+ + + ;+ + + + + + + k+ l+ + D+ 	+ 
+ + + U+ + + +  + U+ + + + +  +  +  + #+ E#+ v%+ ,+ I1+ Q1+ 1+ 1+ 1+ 2+ 2+ 3+ 3+ :4+ 4+ 5+ 5+  5+ Z5+ [5+ {5+ 5+ 5+ 6+ 6+ 6+ 7+ L7+ R7+ p7+ $:+ g<+ <+ C+ K+ L+ WN+ X+ NZ+ uZ+ Z+ Z+ Z+ Z+ Z+ [+ /[+ Q[+ i[+ [+ [+ [+ ^+ b+ d+ d+ e+ e+ +f+ xf+ yf+ g+ g+ g+  h+ h+ h+ h+ 3j+ Ck+ k+ k+ "l+ #l+ Mn+ sn+ tn+ o+ Ip+ 5s+ Fs+ Vs+ gs+ ws+ s+ s+ s+ s+ s+ 4t+ Et+ Ut+ ft+ vt+ t+ t+ t+ t+ t+ Bu+ Su+ cu+ tu+ u+ u+ u+ v+ v+ "v+ [v+ lv+ |v+ v+ v+ w+ w+ w+ w+ w+ x+ .x+ >x+ Ox+ _x+ x+ x+ x+ x+ x+ >y+ Oy+ _y+ py+ y+ y+ y+ y+ y+ z+ z+ z+ z+ z+ {+ E{+ V{+ f{+ w{+ {+ {+ {+ {+ |+ |+ P|+ a|+ q|+ |+ |+ /~+ ~+ ~+ V+ W+ 4+ + j+ k+ + + + + + + + + + + + + D+ E+ T+ f+ + + + + (+ >+ [+ p+ + 6+ ܰ+ + Լ+ ռ+ 9+ :+ + Y+ ۿ+ + + >+ ?+ I+ i+ + + "+ #+ -+ M+ + + 4+ 5+ + 0+ 1+ + + %+ + + + >+ ?+ + + + + + + + + O+ P+ ,+ V+ [+ + + + + 1+ + + K+ + + U+ V+ + 9+ :+ S+ C+ D+ + + g+ + W+ X+ + + + + + + {+ + + Y+ Z+ ^+ +  , 
, , , 1
, , /, 0, l, , @, , , P, Q, , S, T, 5, , , , 	, 
, Z , ", %, %, G&, H&, ', +(, (, (, *, *, =+, +, +, {-, -, 3., 4., 0, 0, 3, :, >, >, 0?, >?, v?, ?, @, A, nA, A, 7B, B, B, B, B, B, C,  C, :C, ID, [D, D, D, D, D, E, G, J, J, P, sY, 4Z, [, Qf, g, h, h, ?h, `h, wh, h, h, h, h, i, i, 9i, ai, {l, p, fr, gr, s, s, s, t, t, >u, pu, u, u, bv, v, v, w, x, (y, )y, y, y, {, |, |, |, }, Ӏ, , , , , S, d, t, , , ҁ, , , , , V, g, w, , , , , , , ", ~, , , , , , 
, , +, ;, 2, C, S, d, t, , ̅, ܅, , , J, [, k, |, , ܆, , , , , d, u, , , , b, s, , , , , , , , %, q, , , , , , , ,  , 0, ͋, q, r, , , Ҏ, , , 	, , Z, _, , , 7, 8, , ,, -, , , , , , , [, , , , ƭ, ܭ, , , *, Բ, z, , r, s, , , , , y, , , , , , , e, f, , , , , v, w, , , Q, , , ,, -, , , , , , , d, w, x, y, &, ', *, S, , , , , , , , D, o, , e, f, , ., d, , , 5, , , , , , y, y, , j, , , , j, , 9, :, - - _- l- - - - b
- - - 8- 9- - [- - - 
- t- !- u'- v'- '- '- w)- )- )- *- L+- M+- .,- ,- ,- -- 0- E3- F3- 3- 3- 5- 5- X6- Y6- <8- 8- 8- T9- U9- ;- X;- ;- ;- B>- >- @- 1H- L- L- L- L- M- VM- )N- N- O- vO- O- AP- OP- \P- P- P- P- P- P- Q- Q- 'R- WR- R- R- R- `U- W- .X- >^- g- g- i- s- u- u- u- u- u- v- 1v- Nv- kv- v- v- v- v- v- z- $~- - - - - g- - - ܂- - ;- <-  - 3- 4- o- - Ɔ- ǆ- ^- _- - - - G- - q- - - - - - - - #- 3- p- - - - - - - - &- 6- ~- - - - - - -- =- N- ^- - - - ɑ- ّ- В- - - - - Y- j- z- - - - - 	- - *- z- - - - - - - #- 4- D-  - - !- 2- B- - - - - Ö- -  - 0- A- Q- - - - - Η- k- - - - - p- M- - - /- - - Y- Z- բ- ֢- 5- ʦ- ˧- - - - - - - - - 9- K- d- z- - - Ȼ- r- - 5- - - u- v- L- - - !- "- z- {- - - - - ^- _- i- - - - p- q- - l- m- - - a- !- 5- 6- z- {- - - - - - - - - - - h- - - /- 0- - 
- m- - - - - - - - - u- v- - - - . . . . . . Y. 	. K
. 
. 
. Q. . . 
. . . .  . %. I. . . m(. ). k*. l*. +. ,. |/. 5. 5. 5. 5. 7. 7. 7. q8. 8. 8. 9. E:. F:. ;. >. @. @. A. A. /C. gC. C. C. E. /F. yF. F. F. H. H. oI. pI. K. L. PN. U. #Z. +Z. lZ. zZ. Z. Z. [. Z\. \. ]. s]. ]. ]. ]. 4^. 5^. U^. \^. v^. _. _. _. _. &`. ,`. J`. b. Ae. e. k. t. pu. 1w. . (. O. Y. {. . . σ. . 	. +. C. Z. u. . . . . . Y. Z. . R. S. z. . ِ. ڐ. . ё. ґ. 
. . d. e. . . '. M. N. . #. .  . 0. A. Q. . . . . ќ. . . /. @. P. . . . ĝ. ԝ. . -. =. N. ^. . ˞. ۞. . . 5. F. V. g. w. n. . . . . . . . ). 9. . . . . ȡ. . ). 9. J. Z. . . . Ң. . . . . У. . . 0. @. Q. a. . . Τ. ߤ. . *. ;. K. \. l. 	. . . 0. 1. . . D. E. ͬ. . . . . s. t. Ӳ. h. i. . . . . .. @. . . . . . . 5. J. f. . . . . . . . . 3. . . . . . #. C. . . . . . '. . . . . . 
. . h. i. . . . . . . . . . . b. c. f. . ). *. . 0. 5. . . / / / / / %/ j/ / // 0/ q	/ 
/ 
/ -/ 
/ 
/ / / A/ / 1/ 2/ / / / u/ v/ / U/  / !/ 3"/ 4"/ 8(/ (/ )/ */ t+/ u+/ 6/ 7/ 	8/ 
8/ F9/ 9/ =/ B/ B/ *C/ +C/ D/ -E/ .E/ F/ F/ F/ jG/ G/ G/ 4I/ K/ N/ N/ !O/ "O/ P/ Q/ Q/ Q/ xS/ S/ T/ T/ T/ UV/ V/ 
W/ W/ ~Y/ Y/ [/ mc/ g/ g/ 
h/ h/ Ph/ h/ ei/ i/ Hj/ j/ k/ }k/ k/ k/ k/ k/ k/ k/ l/ #m/ 5m/ cm/ m/ m/ m/ m/ p/ r/ js/ zy/ M/ / τ/ +/ Ɛ/ / / / :/ Q/ m/ / / ɑ/ / / / ;/ U/ `/ @/ A/ / / / / / / J/ w/ x/ </ o/ p/ / / / / / / Ť/ / / / / / / Ω/ ߩ/ / -/ >/ N/ _/ o/ / / ͪ/ ު/ / 0/ A/ Q/ b/ r/ / ˫/ ۫/ / / X/ i/ y/ / / Ӭ/ / / / / / / -/ >/ N/ / / / Ǯ/ ׮/ $/ 5/ E/ V/ f/ / ǯ/ ׯ/ / / >/ O/ _/ p/ / </ M/ ]/ n/ ~/ / α/ ޱ/ / / K/ \/ l/ }/ / Ȳ/ ٲ/ / / 
/ / K/ L/ ε/ ϵ/ / / / / k/ 4/ 9/ / / / / q/ / / Y/ Z/ / / / / 5/ [/ u/ / / / / / / / T/ q/ L/ M/ / / / / S/ ]/ ^/ / / / / ?/ @/ / / / / P/ Q/ / / +/ / / / /  0 ]0 q0 r0 0 0 >0 Q0 R0 S0  	0 	0 
0 -
0 
0 
0 0 0 0 k0 l0 0 I0 0 ?0 @0 0 0 >0 0 0 0 0 0 0 0 0 S0 S0 0 D0 0 0 "0 D$0 %0 &0 &0 ,0 ,0 9.0 F/0 /0 /0 50 <60 a70 80 90 90 C0 5E0 E0 E0 F0 NG0 J0 OP0 PP0 P0 P0 QR0 R0 R0 S0 &T0 'T0 U0 U0 U0 V0 ZY0 \0  \0 \0 \0 k^0 ^0 2_0 3_0 a0 ka0 a0 .b0 /b0 c0 2d0 d0 d0 g0 [g0 i0 q0 _u0 gu0 u0 u0 u0 0v0 w0 w0 w0 Px0 x0 y0 )y0 6y0 py0 qy0 y0 y0 y0 z0 z0 {0 1{0 b{0 h{0 {0 :~0 }0 0 0 0 0 m0 ɜ0 d0 0 0 0 ؞0 0 0 (0 E0 g0 0 0 0 ٟ0 0 0 ި0 ߨ0 0 0 A0 0 0 0 0 0 0 ڬ0 
0 0 I0 Y0 0 0 80 90 c0 0 0 !0 _0 K0 \0 l0 }0 0 ˷0 ܷ0 0 0 
0 J0 [0 k0 |0 0 θ0 ߸0 0  0 0 X0 i0 y0 0 0 0 0 0 (0 80 q0 0 0 0 0 0 0 ˻0 ܻ0 0 30 D0 T0 e0 u0 ¼0 Ӽ0 0 0 0 T0 e0 u0 0 0 ܽ0 0 0 0 0 ھ0 0 0 0 0 [0 l0 |0 0 0 0 0 
0 0 +0 f0 w0 0 0 0 E0 0 0 l0 m0 J0 '0 0 0 	0 0 0 30 40 0 0 0 0 0 0 0 Z0 [0 j0 |0 0 0 0 %0 >0 T0 q0 0 0 L0 0 0  1  1 O1 P1 &1 o1 1 1 1 T1 U1 _1 1 1 1 81 91 C	1 c	1 	1 	1 J
1 K
1 1 F1 G1 1 1 ;1 1 1 1 T1 U1 1 1 1 1 1 1 1 1 e1 f1 B1 l1 q1 	1 
1 1 1 G1 1 1 a 1 !1 !1 k"1 l"1 $1 O%1 P%1 i'1 Y(1 Z(1 *1 +1 },1 ,1 m-1 n-1 301 11 %31 31 31 +:1 :1 ;1 <1 o=1 p=1 tC1 C1 D1 #F1 F1 F1 GQ1 R1 ES1 FS1 T1 T1 VX1 ]1 ]1 f^1 g^1 _1 i`1 j`1 Ka1 a1 a1 b1 c1  c1 pd1 f1 i1 i1 ]j1 ^j1 	l1 Al1 l1 l1 n1 	o1 So1 o1 o1 q1 q1 Ir1 Jr1 t1 t1 *w1 ~1 1 1 F1 T1 1 ΃1 1 41 1 1 M1 1 ǆ1 Ԇ1 1 1 /1 61 P1 _1 q1 1 ψ1  1 1 $1 ؋1 1 1 1 1 J1 1 g1 1 )1 31 U1 v1 1 1 Ƭ1 1 1 1 41 O1 w1 1 1 |1 }1 31 41 ߷1 ,1 -1 T1 1 1 1 x1 1 1 1 1 >1 ?1 ֽ1 ׽1 1 '1 (1 1 1 1 1 
1 1 +1 i1 z1 1 1 1 1 1 	1 1 *1 l1 }1 1 1 1 1 1 1 (1 81 1 1 1 1 1 1  1 01 A1 Q1 H1 Y1 i1 z1 1 1 1 1 1 1 `1 q1 1 1 1 1 1 1 $1 41 z1 1 1 1 1 x1 1 1 1 1 1 
1 1 +1 ;1 1 1 1 1 1 1 1 %1 61 F1 1 1 1 
1 1 1 1 1 1 1 p1 u1 1 1 M1 N1 1 B1 C1 1 1 1 1 1 1 q1 1 1 1 1 1 1 $1 @1 1 2 
2 2 2 2 2 2 
2 2 2 2 2 2 2 2 {2 |2 2 2 2 2 2 2 2 2 g2 2 2 B2 C2 2 2 2 2 2 2 z2 "2 #2 #2 <$2 =$2 @%2 i%2 &2 &2 &2 
'2 '2 '2 '2 Z*2 +2 +2 {,2 |,2 -2 D/2 z/2 	02 
02 K22 22 22 52 52 52 82 92 :2 :2 ;2 ;2 =2 ?2 @2 OA2 PA2 G2 /H2 uI2 J2 
K2 K2 Q2 xQ2 R2 S2 NT2 OT2 ^2 q`2 `2 `2  b2 b2 e2 k2 k2 l2 l2 m2 n2 n2 n2 bo2 co2 Dp2 p2 p2 r2 t2 [w2 \w2 w2 w2 y2 y2 nz2 oz2 R|2 |2 |2 j}2 k}2 /2 n2 2 2 X2 2 Ȅ2 G2 2 2 2 2 *2 l2 ?2 Ғ2 "2 2 2 W2 e2 r2 2 2 ͔2 Ԕ2 2 2 2 =2 m2 2 2 2 v2 2 D2 T2 '2 2 2 2 2 ǹ2 ѹ2 2 2 +2 G2 d2 2 2 2 Һ2 2 2 /2 :2 2 2 2 2 }2 2 2 2 $2 Q2 R2 2 I2 J2 2 2 2 2 t2 u2 2 2 2 ]2 2 2 2 2 2 2 2 2 (2 92 I2 2 2 2 2 2 
2 2 +2 <2 L2 2 2 2 2 2 22 C2 S2 d2 t2 2 2 2 2 2 2 2 2 2 (2 o2 2 2 2 2 2 2 2 02 @2 2 2 2 2 2 2 )2 92 J2 Z2 2 '2 72 H2 X2 2 2 2 2 2 %2 62 F2 W2 g2 2 2 2 2 2 2 %2 &2 2 2 2 c2 2 2 E2 2 2 o2 p2 2 2 K2 2 2 32 42 2 2 2 2 2 52 O2 a2 z2 2 2 2 2 3 .3 K3 &3 '3 3 3 b3 3 -3 73 83 3 3 !3 !3 "3 "3 t"3 u"3 $3 $3 *%3 +%3 %3 %3 '3 '3 '3 '3 '3 w)3 7*3 K*3 L*3 *3 *3 -3 +03 ,13 -13 13 13 23 33 33 33 ~43 43 43 E53 F53 73 #93 93 :3 :3 ;3 <3 =3 =3 =3 ?3 @3 @3 B3 C3 C3 -F3 -G3 G3 H3 H3 H3 oK3 M3 aN3 N3 N3 gU3 U3 W3  X3 X3 X3 ^3 _3 ;`3 _a3 a3 a3 l3 n3 n3 n3 o3 (p3 s3 )y3 *y3 y3 y3 +{3 {3 {3 |3  }3 }3 }3 [~3 \~3 3 43 3 3 3 3 E3 }3 3 
3 3 E3 3 3 	3 ͌3 3 3 3 3 53 f3 3 93 A3 3 3 Ȟ3 
3 ݟ3 p3 3 *3 3 3 3 3 J3 K3 k3 r3 3 3 3 ۣ3 3 <3 B3 `3 3 W3 3 3 Ÿ3 3 G3 3 >3 e3 o3 3 3 3 3 3 3 A3 Y3 p3 3 3 3 3 3 3 o3 p3 3 h3 i3 3 3 3 3 3 3 3 #3 33 z3 {3 3 3 =3 c3 d3 3 93 %3 63 F3 W3 g3 3 3 3 3 3 $3 53 E3 V3 f3 3 3 3 3 3 23 C3 S3 d3 t3 3 3 3 3 3 K3 \3 l3 }3 3 3 3 3 3 3 
3 3 .3 ?3 O3 3 3 3 3 3 .3 ?3 O3 `3 p3 3 3 3 3 3 3 3 3 3 3 53 F3 V3 g3 w3 3 3 3 3 3 @3 Q3 a3 r3 3 3 3 3 F3 G3 $3 3 Z3 [3 3 3 3 
3 3 3 3 3 ~3 3 3 3 43 53 D3 V4 4 4 4 4 
4 .
4 K
4 `
4 |
4 &4 4 %4 )4 )4 )*4 **4  ,4 I,4 ,4 ,4 ,4 .-4 /-4 9/4 Y/4 /4 /4 04 04 24 =24 24 24 $34 %34 44  54 !54 ~54 54 74 74 74 74 .84 /84 :4 =4 >4 >4 x?4 y?4 |@4 @4 ?A4 @A4 B4 FB4 KB4 B4 B4 E4 F4 !G4 G4 G4 ;I4 J4 J4 EK4 FK4 M4 )N4 *N4 CP4 3Q4 4Q4 S4 T4 WU4 U4 GV4 HV4 
Y4 Z4 [4 \4 \4 c4 kc4 d4 e4 If4 Jf4 Nl4 l4 m4 n4 o4 o4 !z4 {4 |4  |4 \}4 }4 04 ǆ4 Ȇ4 @4 A4 Ɉ4 C4 D4 %4 4 4 4 4 4 J4 ҏ4 4 4 74 84 4 4 4 4 4 4 -4 4 4 k4 4 #4 $4 4 ӝ4 4 4 ׫4 ߫4  4 .4 f4 4 {4 4 ^4 Ȯ4 '4 4 4 4 4 4 	4 4 *4 94 K4 y4 4 ڱ4 4 4 4 4 4 4 c4 $4 4 A4 4 4 
4 /4 P4 g4 4 4 4 4 4 4 )4 Q4 k4 v4 V4 W4 
4 4 4 4 4 .4 `4 4 4 R4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 C4 T4 d4 u4 4 4 4 4 4 4 F4 W4 g4 x4 4 4 4 4 4 4 n4 4 4 4 4 4 4 
4 4 +4 "4 34 C4 T4 d4 4 4 4 4 4 :4 K4 [4 l4 |4 4 4 4 4 4 T4 e4 u4 4 4 R4 c4 s4 4 4 4 4 4 4 4 a4 r4 4 4 4 4 4 4 4  4 4 a4 b4 4 4 4 4 4 4 4 J4 O5 5 5 '5 (5 5 5 5 o5 p5 5 5 5 5 K5 q5 5 5 5 5 5 5 5 5 j+5 35 b75 c75 75 75 95 95 i:5 s:5 t:5 :5 :5 <5 <5 U=5 V=5 =5 =5 ?5 ?5 f@5 g@5 @5 @5 AB5 B5 B5 C5 C5 D5 sE5 E5 E5 E5 E5 TH5 gK5 hL5 iL5 M5 M5 N5 CN5 N5 N5 O5 O5 O5 P5 P5 4S5 _T5 T5 UU5 VU5 V5 X5 TX5 X5 X5 %[5 [5 [5 ]5 ^5 ^5 ia5 ib5 b5 Zc5 c5 c5 f5 Zh5 i5 )j5 *j5 p5 	q5 Or5 \s5 s5 s5 y5 Rz5 w{5 |5 (}5 )}5 5 K5 5 5 5 d5 Ύ5 e5 f5 ޔ5 ߔ5 g5 5 5 ×5 <5 =5 5 5 5 5 p5 55 65 ՠ5 ֠5 5 5 H5 I5 ,5 5 ˥5 D5 E5 	5 H5 5 ¨5 25 q5 5 !5 u5 }5 5 ̹5 5 F5 5 5 5 f5 ż5 15 ?5 L5 5 5 5 5 Ƚ5 ׾5 5 5 G5 x5 ~5 5 P5 5 5 .5 5 5 5 5 z5 5 5 5 5 5 !5 >5 [5 }5 5 5 5 5 	5 5 5 5 5 5 W5 5 5 5 5 +5 ,5 5 #5 $5 _5 o5 5 5 N5 O5 y5 5 5 75 u5 a5 r5 5 5 5 5 5 5 5 #5 `5 q5 5 5 5 5 5 5 5 &5 n5 5 5 5 5 5 5 -5 >5 N5 5 5 5 5 5 5 5 5 5  6 I 6 Z 6 j 6 { 6  6  6  6  6 
6 6 j6 {6 6 6 6 6 6 6 $6 46 6 6 6 "6 26 q6 6 6 6 6 6 6  6 16 A6 |6 6 6 6 6 [6 6  6 6 6 `	6 =
6 
6 
6 6 6 6 I6 J6 6 6 %6 6 6 
6 6 p6 q6 6 6 '6 (6 )(6 ;(6 T(6 j(6 (6 (6 (6 b-6 96 %A6  E6 E6 eE6 fE6 <G6 G6 H6 H6 H6 jH6 kH6 uJ6 J6 J6 J6 NK6 OK6 YM6 yM6 N6 N6 `N6 aN6 O6 \P6 ]P6 P6 P6 QR6 S6 %S6 &S6 jS6 kS6 U6 Y6 Z6 Z6 Z6 Z6 [6 [6 {\6 |\6 X]6 ]6 ]6 ^6  ^6 `6 a6 ]b6 b6 b6 wd6 e6 e6 f6 f6 h6 ei6 fi6 k6 ol6 pl6 o6 p6 p6 p6 q6 q6 It6 u6 ;w6 w6 w6 A~6 ~6 6 6 6 6 6 6 6 96 Ɗ6 Ǌ6 ]6 6 [6 \6 6 6 l6 6 6 |6 }6 6 6 6 a6 ڥ6 ۥ6 6 56 66 6 6 ӭ6 ԭ6 s6 t6 6 W6 6 6 ʲ6 6 i6 6 6 6 6 _6 `6 и6 6 @6 6 6 6 \6 j6 6 6 6 J6 6 6 c6 6 6 6 $6 %6 E6 L6 f6 v6 6 6 6 6 6 ;6 6 26 6 6 6 a6 "6 ~6 6 @6 J6 l6 6 6 6 6 6 6 46 K6 f6 6 6 6 6 6 J6 K6 6 C6 D6 k6 6 6 6 6 6 6 6 7 U7 V7 7 7 7 >7 ?7 7 7  	7 	7 !	7 2	7 B	7 	7 	7 	7 	7 	7 	7 
7  
7 1
7 A
7 
7 
7 
7 
7 
7 
7 7 .7 ?7 O7 7 7 7 7 7 &7 77 G7 X7 h7 _
7 p
7 
7 
7 
7 
7 
7 	7 7 *7 w7 7 7 7 7 	7 7 *7 ;7 K7 7 7 7 7 7 7 7 7 7 7 7 !7 17 B7 R7 7 7 7 7 7 7 ,7 <7 M7 ]7 7 7 7 !7 "7 7 7 57 67 7 7 7 7 7 d7 e7 7 Y!7 Z"7 "7 "7 #7 #7 $7 1*7 57 57 57 57 57 	67 &67 ;67 W67 ;7 F7 N7 R7 R7 S7 S7 T7 $U7 U7 U7 U7 	V7 
V7 X7 4X7 X7 X7 X7 X7 Z7 [7 [7 [7 [7  \7 ~]7 ]7 ]7 Y^7 Z^7 _7 `7 `7 `7 	a7 
a7 c7 f7 g7 g7 Sh7 Th7 Wi7 i7 j7 j7 j7 !k7 &k7 k7 k7 qn7 o7 o7 p7 p7 r7 [s7 s7  t7 !t7 bv7 w7 w7 y7 z7 z7 |7 }7 2~7 ~7 "7 #7 7 7 ڄ7 f7 g7 7 F7 7 7 $7 %7 )7 7 7 ؗ7 e7 f7 7 7 7 7 77 7 7 7 7 7 7 7 7 7  7 y7 z7 [7 Դ7 մ7 %7 7 r7 s7 7 7 7 7 7 7 i7 7 7 7 7 F7 7 7 7 o7 7 7 ^7 7 7 7 	7 A7 7 V7 7 97 7 7 n7 |7 7 7 7 7 7 7 7 '7 U7 7 7 7 7 7 7 \7 l7 ?7  7 7 7 7 7 7 7 ,7 C7 _7 |7 7 7 7 7 7 -7 G8 R8 28 38 8 8 	8 	8 	8 
8 <8 i8 j8 .8 a8 b8 
8 8 8 8 8 8 8 8 8 u8 8 8 8 8 8 8 8 08 @8 Q8 a8 8 8 8 8 8 "8 38 C8 T8 d8 8 8 8 8 8 J8 [8 k8 |8 8 8 8 8 8 8 8 8 8 08 @8 8 8 8 8 8 8 '8 78 H8 X8 8 8 8 8 8 08 A8 Q8 b8 r8 .8 ?8 O8 `8 p8 8 8 8 8 8 =8 N8 ^8 o8 8 8 8 8 8 8 !8 ="8 >"8 "8 "8 $8 {%8 %8 %8 ]'8 &(8 +*8 *8 *8 +8 +8 c-8 .8 /8 K08 L08 08 08 18 78 'C8 MC8 gC8 yC8 C8 C8 C8 C8 C8 H8 FT8 c\8 >`8 ?`8 `8 `8 zb8 b8 Ec8 Oc8 Pc8 c8 c8 e8 e8 1f8 2f8 f8 f8 h8 h8 Bi8 Ci8 i8 i8 k8 k8 k8 k8 k8 m8 On8 cn8 dn8 n8 n8 0q8 Ct8 Du8 Eu8 u8 u8 v8 w8 w8 w8 x8 x8 x8 ]y8 ^y8 |8 ;}8 }8 1~8 2~8 8 8 08 8 8 8 8 8 8 8 8 E8 E8 ы8 68 8 8 8 68 y8 8 8 8 8 +8 88 Ü8 Ĝ8 Ȣ8 .8 S8 w8 8 8 8 '8 8 8 ֳ8 @8 8 A8 B8 8 8 C8 8 8 8 8 8 8 s8 t8 8 L8 8 8 8 8 ]8 8 $8 %8 8 ]8 8  8 !8 8 $8 8 8 8 M8 ~8 8 Q8 Y8 8 8 8 "8 8 8 8 B8 8 
8 8 (8 b8 c8 8 8 8 8 8 8 #8 T8 Z8 x8 ,8 o8 8 
8 8 8 _8 	9 V9 }9 9 9 9 9 9 9 79 Y9 q9 9 9 9 9 9 9 9 9 9 39 9 9 9 9 9 9 9 9  9 ;9 K9 9 9 *9 +9 U9 {9 |9  9 Q!9 =$9 N$9 ^$9 o$9 $9 $9 $9 $9 $9 $9 <%9 M%9 ]%9 n%9 ~%9 %9 %9 %9 %9 &9 J&9 [&9 k&9 |&9 &9 &9 &9 	'9 '9 *'9 c'9 t'9 '9 '9 '9 (9 (9 (9 (9 (9 %)9 6)9 F)9 W)9 g)9 )9 )9 )9 )9 )9 F*9 W*9 g*9 x*9 *9 *9 *9 *9  +9 +9 +9 +9 +9 +9 ,9 M,9 ^,9 n,9 ,9 ,9 ,9 ,9 ,9 
-9 -9 X-9 i-9 y-9 -9 -9 7/9 /9 /9 ^09 _09 <29 39 r39 s39 49 59 79 %89 &89 89 89 ;9 <9 =9 =9 =9 L>9 M>9 \?9 nE9 P9 P9 Q9 Q9 0Q9 FQ9 cQ9 xQ9 Q9 >V9 a9 j9 m9 m9 An9 Bn9 p9 ap9 p9 p9 p9 Fq9 Gq9 Qs9 qs9 s9 s9 *t9 +t9 5v9 Uv9 v9 v9 <w9 =w9 x9 8y9 9y9 y9 y9 -{9 {9 |9 |9 F|9 G|9 ~9 9 9 9 9 9 9 9 W9 X9 49 ^9 c9 9 9 9 ي9 99 ϋ9 Ћ9 S9 9 Ύ9 ]9 ^9 9 A9 B9 [9 K9 L9 9 9 o9 ԙ9 _9 `9 %9 Ԟ9 9 9 9 9 9 ɨ9 ֩9 a9 b9 f9 ̰9 9 9 9 9 99 ſ9 79 89 t9 9 H9 9 9 X9 Y9 9 [9 \9 =9 9 9 9 9 9 b9 9 9 9 O9 P9 9 39 9 9 9 9 E9 9 9 9 9 ;9 <9 9 9 9 9 9 9 89 F9 ~9 9 9 &9 v9 9 ?9 9 9 9  9 9 !9 (9 B9 Q9 c9 9 9 9 9 9 9 
9 9 : {
: <: : Y: : : %: G: h: : : : : : : &: A: i: : !: n#: o#: %$: &$: $: %: %: F&: x&: &: &: j': ': ': (: ): 0*: 1*: *: *: ,: -: -: -: .: 1: 1: 1: 
2: 2: [2: l2: |2: 2: 2: 2: 2: 2: 3: 3: ^3: o3: 3: 3: 3: 3: 3: 	4: 4: *4: 4: 4: 4: 4: 4: 5: 5: "5: 35: C5: :6: K6: [6: l6: |6: 6: 6: 6: 6: 7: R7: c7: s7: 7: 7: 7: 7: 8: 8: &8: l8: }8: 8: 8: 8: j9: {9: 9: 9: 9: 9: 9: :: :: -:: y:: :: :: :: :: :: ;: ;: (;: 8;: <: y=: z=: =: =: ?: @: A: A: B: bC: gE: E: E: ?F: @F: H: 4J: 5K: K: K: K: K: L: S: c^: ^: ^: ^: ^: ^: _: _: 2_: c: o: w: z{: {{: {: {: }: }: ~: ~: ~: ~: ~: : : m: n: ȁ: Ɂ: Ӄ: : ~: : ڄ: ۄ: Y: ֆ: ׆: 4: 5: ˈ: : : : : : l: : : : .: /: 2: [: : : ғ: : : : : L: w: ט: m: n: : 6: l: : : =: ߟ: : : : : : : 
: r: : : ê: r: : A: B: : !: g: t: :  : : j: : : @: A: : c: : : : |: : }: ~: : : : : : : T: U: 6: : :  : : M: N: : : : : `: a: D: : : \: ]: !: `: : : J: : : 9: : : : : : ^: 1: :  ; ~ ;  ; I; W; d; ; ; ; ; ; ; ; /; _; ; ; ; h; ; 6	; F; ; ; ; $; &; &; &; &; '; '; 9'; V'; s'; '; '; '; '; (; !+; ,/; 1; 
1; 1; 1; o2; 2; 2; 3; 4; C4; D4; 5; ;5; <5; w6; 7; 7; 7; f8; g8; :; :; :; O;; <; y?; ?; ?; ?; ?; ?; 
@; @; +@; ;@; x@; @; @; @; @; @; 
A; A; .A; >A; A; A; A; A; A; $B; 5B; EB; VB; fB; B; B; B; B; B; C; C; C; 
D; D; aD; rD; D; D; D; D; E; E; "E; 2E; E; E; E; E; E; 
F; F; +F; <F; LF; G; G; )G; :G; JG; G; G; G; G; G; H; (H; 8H; IH; YH; H; H; H; H; H; sJ; K; K; K; K; xM; UN; N; N; 7P;  Q; S; aS; bS; S; S; =V; W; X; %Y; &Y; Y; Y; Z; `; l; 'l; Al; Sl; ll; l; l; l; l; zq;  }; =; ; ; }; ~; T; ; ; ); *; ; ; ; ; ; ; f; g; q; ; ; ; x; y; ; t; u; Ҕ; Ӕ; i; ); =; >; ; ; 
; ; ; ; ̞; ͞; П; ; ; ; p; ; ; 7; 8; ; ; u; ; ; ; ԩ; 
; ; ; ۬; }; ~; ; ; ; ; ; ; ; ; ; a; ; S; ߻; ; Y; ; ; ; ; ; ; ; -; Q; ; ; u; ; s; t; ; ; ; ; ; ; ; ; ; ; y; ; ; ; M; N; ; &; ; ; ; ; 7; o; ; ; ; 7; ; ; ; ; ; w; x; ; '; X; < +< 3< t< < < < < b
< 
< < {< < < < << =< ]< d< ~< < < < < .< 4< R< < I< < < %< x&< 9(< 2< 04< W4< a4< 4< 4< 4< 4< 4< 5< 35< K5< b5< }5< 5< 8< << >< >< a?< b?< 
@< Z@< [@< A< A< A< A< B< B< B< D< %E< lE< mE< F< F< /H< UH< VH< H< +J< M< (M< 8M< IM< YM< M< M< M< M< M< N< 'N< 7N< HN< XN< N< N< N< N< N< $O< 5O< EO< VO< fO< O< O< O< O< P< =P< NP< ^P< oP< P< vQ< Q< Q< Q< Q< Q< R<  R< 1R< AR< R< R< R< R< R<  S< 1S< AS< RS< bS< S< S< S< S< S< T< T< T< T< T< 'U< 8U< HU< YU< iU< U< U< U< U< U< 2V< CV< SV< dV< tV< X< X< X< 8Y< 9Y< [< [< L\< M\< ]< ^< `< `<  a< {a< |a< c< pe< qf< f< f< &g< 'g< 6h< Hn< y< y< y< y< 
z<  z< =z< Rz< nz< < < ے< < < < < < ;< < Ǚ< ș<  < !< +< K< < < < < < /< < < < < < < < p< q< < Ǥ< ۤ< ܤ<  < !< < < < < j< k< n< < 1< 2< < 8< =< կ< ֯< < < < < < -< r< < 7< 8< y< < < 5< %< &< < < I< < 9< :< < < < }< ~< < ]< < < ;< << @< < < < |< }< < < < < N< < "< < < 2< 3< < 5< 6< < < < r< < < << < < < ) = * = = 
= = = = = = = = ]= = = = 
= 
= = u= = = =  = X= = m=  = P= = = = = = = = = = = += == k= = = = = != #= r$= *= U3= 4= 5= 3@= A= A= A= !B= BB= YB= uB= B= B= B= B=  C= C= CC= ]F= hJ= HL= IL= L=  M= M= M= M=  O= RO= O= O= DP= wP= xP= Q= R= 
S= S= S= S= U= U= U= V= W= Z= Z= Z= Z= Z= 5[= F[= V[= g[= w[= [= [= [= [= [= 8\= I\= Y\= j\= z\= \= \= \= \= ]= `]= q]= ]= ]= ]= ]= ]= ]= 
^= ^= _= %_= 5_= F_= V_= _= _= _= _= _= ,`= =`= M`= ^`= n`= `= `= `= `=  a= Fa= Wa= ga= xa= a= Db= Ub= eb= vb= b= b= b= b= b= c= Sc= dc= tc= c= c= c= c= c= d= d= e= Sf= Tf= f= f= h= i= i= i= sk= <l= An= n= n= o= o= yq= s= t= at= bt= t= t= u= {= == c= }= = = = ۇ= = = = \= y= T= U= = = = ٦= [= e= f= = = ɩ= = G= H= = = = ͬ= X= Y= = = 3= = = = = = e= y= z= = = F= Y= Z= [= = 	= = 5= ϻ= л= = ּ= ۼ= s= t= &= Q= = G= H= = = F= = = = = = = = = [= [= = L= = = = L= = = = = = A= N= = = = D= i= = = = = == = = = V= = W> X> > > Y> > > > .> /> > > > > b
> '
> (
> 
> 
> s> > :> ;> > s> > 6> 7> > :> > > $> c> > "> g&> o&> &> &> &> 8'> (> (> (> X)> )> #*> 1*> >*> x*> y*> *> *> *> +> +> 	,> 9,> j,> p,> ,> B/> 1> 2>  8> @> A> uC> M> lO> O> O> O> O> O> P> 0P> MP> oP> P> P> P> P> S> X> Y> Y> Z> Z> I[> [> [> \> \> ]> ]> ]> ^> ^> Q_> a`> `> `> @a> Aa> kc> c> c> )d> ge> Sh> dh> th> h> h> h> h> h> i> i> Ri> ci> si> i> i> i> i> i> j> j> `j> qj> j> j> j> j> k> k> 0k> @k> yk> k> k> k> k> l> l> l> l> l> ;m> Lm> \m> mm> }m> m> m> m> m> n> \n> mn> }n> n> n> n> n> o> o> &o> o> o> p> p> $p> cp> tp> p> p> p> p> q> q> #q> 3q> nq> q> q> q> q> Ms> s> s> tt> ut> Rv> /w> w> w> y> y> {> ;|> <|> |> |> > > > >  > b> c> r> > ۔> > > -> F> \> y> > > T> > > > > W> X> .> w> > > > \> ]> g> > > > @> A> K> k> > > R> S> Ѽ> N> O> > > C> > > > \> ]> > > > > > > > > m> n> J> t> y> > > > > O> > > i> > > s> t> > W> X> q> a> b> > > > > u> v> ;> > -> > > 3> > > > w> x> |> > > +> > > O? ? M? N? ? ? ^	? ? ? n? o? ? q? r? S? ? ? ? '? (? x?  ? ? ? e? f? ? I? ? ? ?  ? [ ?  ?  ? "? "? Q#? R#? %? &? 2(? /? 4? 
4? N4? \4? 4? 4? 5? <6? 6? 6? U7? 7? 7? 7? 8? 8? 78? >8? X8? g9? y9? 9? 9? :? :? ,:? <? #?? ?? E? N? RO? Q? o[? 
]? 1]? ;]? ]]? ~]? ]? ]? ]? ]? 
^? %^? <^? W^? ^? a? e? g? g? ;h? <h? h? 4i? 5i? \j? j? j? j? k? k? k? l? m? Fn? Gn? n? n? 	q? /q? 0q? q? s? u? v? v? #v? 3v? qv? v? v? v? v? v? w? w? "w? 2w? tw? w? w? w? w? w? x? x? 0x? @x? x? x? x? x? x? y? (y? 8y? Iy? Yy? Pz? az? qz? z? z? z? z? z? {? {? h{? y{? {? {? {? {? |? |? ,|? <|? |? |? |? |? |? }? }? }? }? }? ~? ~? "~? 3~? C~? ~? ~? ~? ~? ~? ? ? -? >? N? ? ? ? ? ? ? ̈́? &? '? ? x? }? ى? ډ? U? V? ? J? K? ? ?  ? ? ? "? y? ? ? ˢ? ? ? ? ,? H? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? %? ? ? ? ? ? 	? ? ? ? ? o? ? ? J? K? ? ? ? ? ? ? ? ? ? ? D? E? H? q? ? ? ? ? ? ? ? b? ? ? ? ? ? L? ? ? ? S? ? ? ? ?  ? ? ? #? ? ? ? ? ? ? W? X? ? 7? }? ? ? ? @ @ @ @ V@ W@ @ y@ @ @ (@ @ @ @ @ @ 
@ @ @ @ @ j @ k @ L!@ !@ !@ #@ %@ c(@ d(@ )@ )@ *@ *@ v+@ w+@ Z-@ -@ -@ r.@ s.@ 70@ v0@ 0@ 0@ `3@ 3@ 5@ O=@ A@ A@ A@ A@ 2B@ tB@ GC@ C@ *D@ D@ D@ _E@ mE@ zE@ E@ E@ E@ E@ E@ G@ G@ EG@ uG@ G@ G@ G@ ~J@ L@ LM@ \S@ /\@ \@ ^@ 
i@ j@ j@ j@ j@ k@ 3k@ Ok@ lk@ k@ k@ k@ k@ k@ l@ 7o@ Bs@ "u@ #u@ u@ u@ v@ v@ v@ w@ ,x@ Yx@ Zx@ y@ Qy@ Ry@ z@ {@ {@ {@ ||@ }|@ ~@ ~@ ~@ e@ @ @ @ @ @ у@ @  @ 0@ A@ Q@ @ @ @ @ Є@ @ #@ 3@ D@ T@ @ @ @ ΅@ ޅ@ :@ K@ [@ l@ |@ @ Ɔ@ ֆ@ @ @ @ @ @  @ 0@ w@ @ @ @ @ @ @ '@ 8@ H@ @ @ @ ʉ@ ډ@  @ 1@ A@ R@ b@ @ /@ ?@ P@ `@ @ @ @ ы@ @ -@ >@ N@ _@ o@ @ @ ˌ@ ܌@ @ @ -@ .@ @ @ @ k@ Ē@ Œ@ M@ @ @ w@ x@ @ @ S@ @ @ ;@ <@ @ @ @ @ @ =@ W@ i@ @ @ @ ʰ@ @ @ 6@ S@ .@ /@ @ @ j@ @ 5@ ?@ @@ @ @ @ @ !@ "@ |@ }@ @ @ 2@ 3@ @ @ 
@ @ @ @ @ @ ?@ S@ T@ @ @  @ 3@ 4@ 5@ @ @ @ @ @ @ @ @ @ M@ N@  @ +@ @ !@ "@ @ @  @ @ @ @ @ @ @ @ @ 5@ 5@ @ &@ @ @ w@ &@ i@ @ @ oA A A (	A 	A 	A A A CA gA A A A A A A  A 0!A $A 1*A 2*A *A *A 3,A ,A ,A -A .A 	.A .A c/A d/A 0A <3A 6A 6A 6A 6A M8A 8A 9A 9A :A M;A ;A <A <A =A >A >A >A @A =AA nCA JA AOA IOA OA OA OA PA PA xQA QA 2RA RA RA SA SA RSA SSA sSA zSA SA TA TA TA UA DUA JUA hUA XA _ZA ZA `A iA jA OlA vA FxA mxA wxA xA xA xA xA 
yA 'yA IyA ayA xyA yA yA |A A A A wA xA #A pA qA A ʅA A A A A A +A ;A A A A A EA kA lA A AA -A >A NA _A oA A A ΑA ߑA A ,A =A MA ^A nA A A ђA A A :A KA [A lA |A ؓA A A 
A A SA dA tA A A A A A A ΕA A &A 6A GA WA A A ŖA ֖A A 6A GA WA hA xA A ϗA ߗA A  A A ͘A ݘA A A =A NA ^A oA A ˙A ܙA A A 
A HA YA iA zA A 'A ˜A ̜A NA OA ,A 	A bA cA A A A A A A A A A A ٪A ڪA <A =A LA ^A A ۽A A A  A 6A SA hA A .A A A A A 1A 2A A QA A A A 6A 7A AA aA A A A A %A EA A A ,A -A A (A )A A A A A A A 6A 7A A A A A A A A A GA HA $A NA SA A A A A )A A A CA A A MA NA A 1A 2A KB ;B <B B B _B B OB PB 
B B 
B 
B 
B 
B sB B B QB RB VB B B  B  B  B )+B ,B '-B (-B d.B .B 82B 7B 7B H8B I8B 9B K:B L:B -;B ;B ;B <B =B =B R>B @B CB CB ?DB @DB EB #FB FB FB HB HB 5IB IB IB sKB KB +LB ,LB NB NB QB XB \B \B (]B 6]B n]B ]B ^B _B f_B _B /`B `B `B `B `B `B aB aB 2aB AbB SbB bB bB bB bB cB eB gB hB nB kwB ,xB yB IB B B B 7B XB oB B B ņB B B B 1B YB sB ~B ^B _B B B B B B 6B hB B B ZB B B ɕB ٖB  B !B B B B 	B 
B B ߛB ˞B ܞB B B 
B KB \B lB }B B ʟB ۟B B B B NB _B oB B B ؠB B B 
B B vB B B B B B B B #B 3B *B ;B KB \B lB B ģB ԣB B B BB SB cB tB B ԤB B B B B \B mB }B B B ZB kB {B B B ۦB B B 
B B iB zB B B B B B B B (B ũB iB jB B B ʬB B  B B B RB WB B B /B 0B B $B %B wB xB ڸB ۸B B B SB yB B B B B B B "B B rB B jB kB B B B B qB {B |B B B B B ]B ^B B B B B nB oB B B IB B B $B %B B {B B B B B \B oB pB qB B B "B KB B B  C  C  C C C <C gC C ]C ^C C &	C \	C 	C 	C -C C C C C C qC qC C bC C C C bC C 1C 2C !C "C W#C d$C $C $C *C Z+C ,C -C 0.C 1.C 8C S:C :C :C <C l<C ?C mEC nEC EC EC oGC GC GC HC DIC EIC &JC JC JC KC xNC =QC >QC QC QC SC SC PTC QTC 4VC VC VC LWC MWC YC PYC YC YC :\C y\C ^C )fC }jC jC jC jC kC NkC !lC lC mC nmC mC 9nC GnC TnC nC nC nC nC nC oC oC pC OpC pC pC pC XsC uC &vC 6|C 	C ʅC C C C C C ՓC C 
C )C FC cC C C C ϔC C C C C C C C _C C C ԠC C 3C 4C C +C ,C gC wC C C VC WC C C C ?C }C iC zC C C C C C 
C C +C hC yC C C C C C 
C C .C vC C C C C C %C 5C FC VC C C C C ѯC ȰC ٰC C C 
C QC bC rC C C C C C C "C rC C C C C C C C ,C <C C 	C C *C :C yC C C C C C C (C 9C IC C C C C ƵC cC C C C C hC EC C C 'C C C QC RC C C -C C C C C xC yC C C C C 1C CC \C rC C C C jC C -C C 	C mC nC DC C C C C rC sC }C C C C VC WC aC C C 
C hC iC  D dD eD D D YD D -D .D rD sD D 
D D D D D D D 
D 
D `D D D 'D (D D D eD D D D D D D D D mD nD D wD xD  D !D !D  "D "D "D Q%D  'D C(D (D (D I/D /D 0D 2D 2D 2D 8D 8D :D A;D ;D ;D eFD GD cHD dHD ID 
JD tMD SD SD SD SD 
UD UD UD iVD VD VD WD =XD >XD YD \D ^D ^D {_D |_D 'aD _aD aD aD cD 'dD qdD dD dD fD fD ggD hgD iD jD HlD sD xD #xD dxD rxD xD xD yD RzD zD {D k{D {D {D {D ,|D -|D M|D T|D n|D }}D }D }D }D ~D $~D B~D D 9D ăD ԉD D hD )D D  D GD QD sD D D ǡD D D #D ;D RD mD D D D D D QD RD D JD KD rD D ѮD ҮD D ɯD ʯD D D \D ]D D D D ED FD ݵD D D D (D 9D ID D D D D ɺD D D 'D 8D HD D D D D ̻D D %D 5D FD VD D üD ӼD D D -D >D ND _D oD fD wD D D D D  D D !D 1D ~D D D D D D !D 1D BD RD D D D D D D D D D D D (D 8D ID YD D D D D D "D 3D CD TD dD D D D (D )D D D <D =D D D D D D kD lD D `D aD D D D D &D 8D D D D D D D -D BD ^D D D D 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 aE E E E E E E E E E E ZE [E ^E E !E "E E (E -E E E xE  E !E !E !E #E b$E $E '%E (%E i'E (E (E %*E +E +E -E .E 9/E /E )0E *0E 2E 4E 5E m6E n6E <E M=E >E ?E +@E ,@E 0FE FE GE HE lIE mIE TE UE VE VE >WE WE [E `E `E "aE #aE bE %cE &cE dE dE dE beE eE eE ,gE iE ylE zlE mE mE nE nE oE oE pqE qE rE rE rE MtE tE uE uE vwE wE yE eE E E E E HE E ]E E @E E 	E uE E E ʉE ˉE E E E E -E [E E E E E E אE bE rE EE E ǢE #E E E E E 2E IE eE E E E ٯE E E 3E ME XE 8E 9E E E E E E E BE oE pE 4E gE hE E E E E E E E E E {E E E E E E E %E 6E FE WE gE E E E E E (E 9E IE ZE jE E E E E E PE aE qE E E E E E E 
E E E %E 6E FE E E E E E E -E =E NE ^E E E E E E 6E GE WE hE xE 4E EE UE fE vE E E E E E CE TE dE uE E E E E E E E CE DE E E E E E E cE ,E 1E E E 	E 
E iE E E QE RE E E E E -E SE mE E E E E E E E LF i
F DF EF F F F F KF UF VF F F F F 7F 8F F F F F HF IF F F #F F F F F F UF iF jF F F 6"F I%F J&F K&F &F &F 'F %(F (F (F )F )F )F c*F d*F -F A.F .F 7/F 8/F 0F  2F 62F 2F 2F 5F 5F 5F 7F 8F 8F K;F K<F <F <=F =F =F @F <BF CF DF DF JF JF 1LF >MF MF MF SF 4TF YUF }VF 
WF WF aF -cF cF cF dF FeF hF GnF HnF nF nF IpF pF pF qF rF rF  sF ysF zsF tF RwF zF zF zF zF c|F |F *}F +}F F cF F &F 'F F *F F F F SF F F WF _F F F F (F F F ޕF HF F F !F .F hF iF F F F F ˘F F )F ZF `F ~F 2F uF  F F F F eF F \F F F F мF F F  F =F _F wF F F ѽF F F F F F F 9F F F F F 
F F F F F AF QF F F 0F 1F [F F F F WF CF TF dF uF F F F F F F BF SF cF tF F F F F F F PF aF qF F F F F F  F 0F iF zF F F F F F F F F +F <F LF ]F mF F F F F F LF ]F mF ~F F F F F F F F F F F F SF dF tF F F F F F F #F ^F oF F F F =F F F dF eF BF F xF yF F F F +F ,F F F F F F F F RF SF bF tF G G G G 6G LG iG ~G G DG G G G G GG HG !G g!G !G !G !G L"G M"G W$G w$G $G $G 0%G 1%G ;'G ['G 'G 'G B(G C(G )G >*G ?*G *G *G 3,G ,G -G -G L-G M-G /G 2G 3G 3G 4G 4G 5G 5G ]6G ^6G :7G d7G i7G 8G 8G :G ;G ?<G <G <G Y>G ?G ?G c@G d@G BG GCG HCG aEG QFG RFG HG IG uJG JG eKG fKG +NG OG QG QG QG #XG XG YG ZG g[G h[G laG aG bG dG dG dG ?oG pG =qG >qG zrG rG NvG {G {G ^|G _|G }G a~G b~G CG G G G G G hG G G G UG VG G 9G ȊG ɊG G G KG čG ōG G ȏG AG BG G G "G G G G >G LG G ơG G ,G |G G EG G G ̤G G G 'G .G HG WG iG G ǦG G G G ЩG G G G G BG G _G G !G +G MG nG G G G G G G ,G GG oG G G tG uG +G ,G G $G %G LG ~G G G pG G G G G 6G 7G G G G G  G G G G G G G #G aG rG G G G G G G G "G dG uG G G G G G G  G 0G G G G G G G G (G 9G IG @G QG aG rG G G G G G G XG iG yG G G G G G G ,G rG G G G G pG G G G G G G G #G 3G G G G G G G 
G G .G >G G G G G G G G G G G hG mG G G EG FG G :G ;G G G G G  G H iH H H H H H H H 8H H  H (H ,H ,H ,H ,H .H /H /H /H /H /H /H 1H 2H s2H t2H 2H 2H 4H 4H 5H 5H 5H 5H _7H 7H 7H :8H ;8H 9H :H :H :H :H :H r=H @H AH AH 4BH 5BH 8CH aCH CH CH DH EH EH EH EH RHH }IH IH sJH tJH KH <MH rMH NH NH CPH PH PH RH SH SH VH WH XH xXH YH YH [H x]H ^H G_H H_H eH 'fH mgH zhH iH iH 
oH poH pH qH FrH GrH |H i~H ~H ~H H H H H H H H H H  H H ZH [H <H H H H H SH TH H H H חH fH gH JH H H bH cH 'H fH ߝH H PH H H ?H H H ܮH H "H dH 7H ʰH H H H OH ]H jH H H ŲH ̲H H H H 5H eH H H H nH H <H LH H H H H H H H H H #H ?H \H yH H H H H 
H 'H 2H H H H H uH H H H H IH JH H AH BH }H H H H lH mH H H H UH H H H H H H H H  H 1H AH ~H H H H H H H #H 4H DH H H H H H *H ;H KH \H lH H H H H H H H H H  H gH xH H H H H H H (H 8H H H H H H H !H 1H BH RH H H /H @H PH H H H H H H .H >H OH _H H H H H H yH H H H H ~H [H H H =I I I gI hI I I CI I 	I +
I ,
I 
I 
I I I I -I GI YI rI I I I I "I &.I C6I :I :I :I :I Z<I <I %=I /=I 0=I =I =I ?I ?I @I @I l@I m@I wBI BI "CI #CI ~CI CI DI zEI {EI EI EI oGI /HI CHI DHI HI HI KI #NI $OI %OI OI OI PI PI QI QI vRI RI RI =SI >SI UI WI {WI XI XI YI ZI [I [I [I ]I ^I ^I `I aI aI %dI %eI eI fI fI fI giI kI YlI lI lI _sI sI uI vI vI vI |I }I 3~I WI I I {I I yI zI I  I I !I "I I I #I I I I I I ڛI SI TI I ,I I I I I =I uI I I I =I I  I I ŪI I }I ~I I -I ^I ݷI 1I 9I zI I I I սI hI I "I I I I I BI CI cI jI I I I I I 4I :I XI I OI I I I ~I ?I I 6I ]I gI I I I I I I 9I QI hI I I I I I I gI hI I `I aI I I I I I I I I +I rI sI 
I I 5I [I \I I 1I I .I >I OI _I I I I I I I -I =I NI ^I I I I I I * J ; J K J \ J l J  J  J  J  J 
J CJ TJ dJ uJ J |J J J J J J J &J 7J GJ J J J J J &J 7J GJ XJ hJ J J J J J J J J J J -J >J NJ _J oJ J J J J J 8J IJ YJ jJ zJ 	J 	J 	J >
J ?
J J J R
J S
J J J J J J J J J vJ wJ J J ,J -J <J NJ *J *J *J *J +J &+J C+J X+J t+J 0J ;J CJ GJ GJ !HJ "HJ IJ AJJ JJ JJ JJ &KJ 'KJ 1MJ QMJ MJ MJ 
NJ NJ PJ 5PJ PJ PJ QJ QJ RJ SJ SJ vSJ wSJ 
UJ UJ UJ UJ &VJ 'VJ XJ [J \J \J p]J q]J t^J ^J 7_J 8_J `J >`J C`J `J `J cJ dJ eJ eJ eJ 3gJ xhJ hJ =iJ >iJ kJ !lJ "lJ ;nJ +oJ ,oJ qJ rJ OsJ sJ ?tJ @tJ wJ xJ yJ zJ zJ J cJ J J AJ BJ FJ J ыJ J J J J J J J TJ J (J J J 8J 9J J ;J <J J J J xJ J J BJ ʭJ J J /J 0J ۲J J J J J ۵J %J J J cJ J J J J ˻J J {J J J J &J ^J J sJ J VJ J J J J J J J J J "J 1J CJ qJ J J J J J J xJ J [J J J 9J J J J 'J HJ _J {J J J J J J !J IJ cJ nJ NJ OJ J J J J J & K X K  K  K JK }K ~K K K K K K K K K K K K K K K K K ;K LK \K mK }K K K K K K >
K O
K _
K p
K 
K 
K 
K 
K 
K 
K fK wK K K K K K K K #K K +K ;K LK \K K K K K K 2K CK SK dK tK K K K K K LK ]K mK ~K K JK [K kK |K K K K K K 
K YK jK zK K K K K K K K K YK ZK K K K K K K yK BK GK K K  K   K "K $K %K g%K h%K %K %K &K ,K C8K i8K 8K 8K 8K 8K 8K 8K 9K =K bIK QK ZUK [UK UK UK WK WK aXK kXK lXK XK XK ZK ZK M[K N[K [K [K ]K ]K ^^K _^K ^K ^K 9`K `K `K aK aK bK kcK cK cK cK cK LfK _iK `jK ajK kK kK lK ;lK lK lK mK mK mK ynK znK ,qK WrK rK MsK NsK tK vK LvK vK vK yK yK yK {K |K |K aK aK K RK ݁K ށK K RK K !K "K K K GK TK ߑK K K JK oK K  K !K K CK K K K \K ƬK ]K ^K ֲK ײK _K ٴK ڴK K 4K 5K K K K K hK -K .K ;K ξK yK K @K AK $K yK K <K =K K @K K K *K iK K K mK uK K K K >K K K K ^K K )K 7K DK ~K K K K K K K K ?K pK vK K HK K K &K K K {K K r L  L  L  L  L  L L 6L SL uL L L L L L 	L 
L 
L L L OL L L 
L 
L #L $L L L L WL gL L L FL GL qL L L /L mL YL jL zL L L L L L L L XL iL yL L L L L L L L fL wL L L L L L %L 6L FL L L L L L L L L L L AL RL bL sL L L L L L L bL sL L L L L L  L  L , L  L  L 	!L !L *!L i!L z!L !L !L !L !L "L "L )"L 9"L t"L "L "L "L "L S$L $L $L z%L {%L X'L 5(L (L (L *L *L ,L A-L B-L -L -L 0L 1L 2L 3L 3L h3L i3L x4L :L EL FL !FL 3FL LFL bFL FL FL FL ZKL  WL _L bL bL ]cL ^cL 4eL }eL eL 	fL 
fL bfL cfL mhL hL hL hL FiL GiL QkL qkL kL kL XlL YlL mL TnL UnL nL nL IpL 	qL qL qL bqL cqL sL vL wL wL xL xL yL yL szL tzL P{L z{L {L |L |L ~L L UL L L oL L L yL zL L ]L ^L wL gL hL L L L L {L |L AL L 3L L L 9L L L L }L ~L L L 
L 1L L L UL L SL TL L L dL L L tL uL L wL xL YL L L L -L .L ~L L L L kL lL L OL L L L L aL L L L L WL XL L L 8L L L L TL bL L L L BL L L [L L L L L L =L DL ^L mL L L L L L 2L L )L L L L X M M uM M 7M AM cM M M M M M M +M BM ]M M M M M M AM BM M :M ;M bM M M M M M M M M LM MM M M "M 5"M 6"M "M $M &M 'M 'M )'M 9'M w'M 'M 'M 'M 'M 'M (M (M ((M 8(M z(M (M (M (M (M )M )M %)M 6)M F)M )M )M )M )M )M *M .*M >*M O*M _*M V+M g+M w+M +M +M +M +M  ,M ,M !,M n,M ,M ,M ,M ,M  -M -M !-M 2-M B-M -M -M -M -M -M .M .M .M .M .M /M /M (/M 9/M I/M /M /M /M /M /M 0M #0M 30M D0M T0M 1M 2M 2M 3M 3M 4M 5M ,6M -6M 7M ~8M :M :M :M [;M \;M =M P?M Q@M @M @M AM AM BM (HM SM SM SM SM SM  TM TM 2TM NTM XM dM lM pM pM pM pM rM sM sM sM sM  tM tM vM +vM vM vM vM vM xM yM yM yM yM yM u{M {M {M P|M Q|M }M ~M ~M ~M  M M M M M M JM KM NM wM M M M M M M M hM M M M M 
M RM M M M YM 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 pM qM RM M M M M iM jM 	M 
M M M |M }M `M M M xM yM =M |M M M fM M M UM M M M  M 8M zM MM M 0M M M eM sM M M M M M M M M KM {M M M M M M RM bN 5
N 
N N N N N N N "N 9N UN rN N N N N N #N = N H$N (&N )&N &N &N 'N 'N 'N  )N 2)N _)N `)N $*N W*N X*N +N ,N ,N ,N -N -N /N /N /N k0N 1N 4N 4N 4N 4N 4N 5N &5N 65N G5N W5N 5N 5N 5N 5N 5N 6N )6N 96N J6N Z6N 6N 6N 6N 6N 6N @7N Q7N a7N r7N 7N 7N 7N 7N 7N 7N 8N 9N 9N &9N 69N }9N 9N 9N 9N 9N :N :N -:N >:N N:N :N :N :N :N :N &;N 7;N G;N X;N h;N $<N 5<N E<N V<N f<N <N <N <N <N <N 3=N D=N T=N e=N u=N =N =N =N =N =N ?N 3@N 4@N @N @N BN qCN CN CN SEN FN !HN }HN ~HN HN HN YKN LN MN ANN BNN NN NN ON UN aN CaN ]aN oaN aN aN aN aN aN fN <rN YzN 4~N 5~N ~N ~N pN N ;N EN FN N N N ɃN 'N (N N N N N 8N 9N N N N N N N N N EN YN ZN N N &N 9N :N ;N N N N N N N N N N SN TN N 1N N 'N (N N N &N N N N N N N N N ;N ;N ǩN ,N N N }N ,N oN N N uN ۷N !N .N N N N $N IN mN N N N N N N N 6N N 7N 8N N N 9N N N N N N N iN jN N BN N N N N SN N N N N SN N N N N N N N N CN tN N G O O O  O  O  O O O ~O O 8O O O O O XO YO yO O O O O O O JO PO nO "	O eO O  O O O UO 'O L)O s)O })O )O )O )O )O *O -*O O*O g*O ~*O *O *O -O 1O 3O 3O }4O ~4O )5O v5O w5O 6O 6O 6O 6O 7O 7O 7O 19O A:O :O :O  ;O !;O K=O q=O r=O 	>O G?O 3BO DBO TBO eBO uBO BO BO BO BO BO 2CO CCO SCO dCO tCO CO CO CO CO CO @DO QDO aDO rDO DO DO DO DO EO  EO YEO jEO zEO EO EO FO FO FO FO FO GO ,GO <GO MGO ]GO GO GO GO GO GO <HO MHO ]HO nHO ~HO HO HO HO HO IO IO IO IO IO JO CJO TJO dJO uJO JO JO JO JO KO KO NKO _KO oKO KO KO -MO MO MO TNO UNO 2PO QO hQO iQO RO SO UO VO VO VO VO XO ZO [O [O [O B\O C\O R]O dcO nO nO nO 
oO &oO <oO YoO noO oO 4tO O O ҋO ӋO 7O 8O O WO َO O O <O =O GO gO őO ƑO  O !O +O KO ֔O הO 2O 3O O .O /O O O #O O O O <O =O ĜO ןO ؠO ٠O O O O O MO NO *O TO YO O O O ϨO /O ũO ƩO IO O ĬO SO TO O 7O 8O QO AO BO ٵO ٶO eO ʷO UO VO O ʼO 
O O O O yO O O WO XO \O O O O O O /O O -O .O jO O >O O O NO OO O QO RO 3O O O O O O XO O O O EO FO O )O O O O O ;O O O yO O 1O 2O O O P 	P 
P 
P .P <P tP P P P lP P 5P P P P P P P P 8P GP YP P P P P P P P P P q(P 2)P *P O5P 6P 7P 7P =7P ^7P u7P 7P 7P 7P 7P 8P 8P 78P _8P y;P ?P dAP eAP BP BP BP CP CP <DP nDP DP DP `EP EP EP FP GP &HP 'HP HP HP JP KP KP KP LP OP OP OP PP PP QPP bPP rPP PP PP PP PP PP QP QP TQP eQP uQP QP QP QP QP QP RP  RP |RP RP RP RP RP RP SP SP )SP 9SP 0TP ATP QTP bTP rTP TP TP TP TP TP HUP YUP iUP zUP UP UP UP UP VP VP bVP sVP VP VP VP `WP qWP WP WP WP WP WP XP XP #XP oXP XP XP XP XP XP XP 
YP YP .YP ZP o[P p[P [P [P ]P ^P _P _P `P XaP ]cP cP cP 5dP 6dP fP *hP +iP }iP ~iP iP iP jP qP Y|P |P |P |P |P |P |P }P (}P ҁP xP P pP qP ՙP ֙P P P wP P P ڜP ۜP P P cP dP P P ɡP P tP uP ТP ѢP OP ̤P ͤP *P +P P P P P ڧP ۧP bP uP vP wP $P %P (P QP P P ȱP P P P P BP mP ͶP cP dP P ,P bP P P 3P սP ֽP P P P wP wP P hP P P P hP P 7P 8P P P ]P jP P P P `P P P 6P 7P P YP P P P rP P sP tP P P uP P P P JP KP ,P P P P ~P CQ DQ Q Q Q Q VQ WQ :Q Q Q RQ SQ 
Q V
Q 
Q 
Q @
Q 
Q Q /Q Q Q Q Q Q TQ 'Q Q 
Q tQ Q ?Q MQ ZQ Q Q Q Q Q  Q  Q %!Q U!Q !Q !Q !Q ^$Q &Q ,'Q <-Q 6Q 6Q 8Q BQ DQ DQ DQ DQ DQ EQ /EQ LEQ iEQ EQ EQ EQ EQ EQ IQ "MQ OQ OQ OQ OQ ePQ PQ PQ QQ RQ 9RQ :RQ RQ 1SQ 2SQ mTQ }UQ UQ UQ \VQ ]VQ XQ XQ XQ EYQ ZQ o]Q ]Q ]Q ]Q ]Q ]Q  ^Q ^Q !^Q 1^Q n^Q ^Q ^Q ^Q ^Q ^Q _Q _Q $_Q 4_Q |_Q _Q _Q _Q _Q `Q +`Q ;`Q L`Q \`Q `Q `Q `Q `Q `Q aQ aQ aQ  bQ bQ WbQ hbQ xbQ bQ bQ bQ bQ cQ cQ (cQ xcQ cQ cQ cQ cQ  dQ dQ !dQ 2dQ BdQ dQ eQ eQ 0eQ @eQ eQ eQ eQ eQ eQ 
fQ fQ .fQ ?fQ OfQ fQ fQ fQ fQ fQ ihQ 
iQ iQ iQ iQ nkQ KlQ lQ lQ -nQ nQ pQ WqQ XqQ qQ qQ 3tQ uQ vQ wQ wQ ~wQ wQ xQ ~Q Q Q 7Q IQ bQ xQ Q Q ƊQ pQ Q 3Q Q Q sQ tQ JQ Q Q Q  Q xQ yQ Q Q Q Q \Q ]Q gQ Q Q Q nQ oQ Q jQ kQ ȲQ ɲQ _Q Q 3Q 4Q xQ yQ  Q Q Q Q ¼Q üQ ƽQ Q Q Q fQ Q Q -Q .Q Q Q kQ Q Q Q Q  Q Q Q Q sQ tQ Q }Q ~Q Q Q Q Q Q Q WQ Q IQ Q Q OQ Q Q Q Q Q Q Q #Q GQ Q Q kQ Q iQ jQ Q Q zQ R R R R R R R oR R R R C	R D	R 
R 
R R R R R -R eR R R R -R wR R R R R mR nR R R NR $R !)R ))R j)R x)R )R )R *R X+R +R ,R q,R ,R ,R ,R 2-R 3-R S-R Z-R t-R .R .R .R .R %/R +/R I/R 1R @4R 4R :R CR oDR 0FR PR 'RR NRR XRR zRR RR RR RR RR SR *SR BSR YSR tSR SR VR ZR \R \R X]R Y]R ^R Q^R R^R y_R _R _R _R `R `R `R bR cR ccR dcR cR cR &fR LfR MfR fR "hR kR kR /kR @kR PkR kR kR kR kR kR 
lR lR .lR ?lR OlR lR lR lR lR lR mR ,mR <mR MmR ]mR mR mR mR mR mR 4nR EnR UnR fnR vnR moR ~oR oR oR oR oR pR pR (pR 8pR pR pR pR pR pR qR (qR 8qR IqR YqR qR qR qR qR qR rR rR rR rR rR sR /sR ?sR PsR `sR sR sR sR sR sR )tR :tR JtR [tR ktR vR vR vR /wR 0wR 
yR yR CzR DzR {R |R ~R ~R ~R rR sR ҁR gR hR R R R R -R ?R R R ֗R R R R 4R IR eR R R ҰR R R R R R 2R R R R R R "R BR R R R R R &R R R 
R R R 	R 
R gR hR R R R R R R R R R R aR bR eR R (R )R R /R 4R R R R R 
R R R $R iR R .R /R pR R R ,R R R R R @R R 0R 1R R R R tR uR R TR R R 2R 3R 7R R R R sR tR 
S S S 	S ES S S S S )S *S S ,S -S S S S iS S S 3S S S S  S !S S  S  S  S w"S "S #S #S #S T%S %S &S 
&S }(S (S *S l2S 6S 6S 	7S 7S O7S 7S d8S 8S G9S 9S :S |:S :S :S :S :S :S :S ;S #<S 5<S c<S <S <S <S <S ?S AS jBS zHS MQS RS SS +^S _S _S _S `S :`S Q`S m`S `S `S `S `S `S aS ;aS UdS `hS @jS AjS jS jS kS kS kS mS JmS wmS xmS <nS onS pnS oS pS qS qS qS qS sS sS sS tS uS xS xS xS xS xS -yS >yS NyS _yS oyS yS yS yS yS yS 0zS AzS QzS bzS rzS zS zS zS zS zS X{S i{S y{S {S {S {S {S {S |S |S }S }S -}S >}S N}S }S }S }S }S }S $~S 5~S E~S V~S f~S ~S ~S ~S ~S ~S >S OS _S pS S <S MS ]S nS ~S S ΀S ހS S S KS \S lS }S S ȁS فS S S 
S S KS LS ΄S τS S S S S kS 4S 9S S S S S qS S S YS ZS S S ̓S ޙS 5S [S uS S S S ӥS S S S TS qS LS MS S S S S SS ]S ^S S S S S ?S @S S S S S PS QS S S +S S S S S S ]S qS rS S S >S QS RS SS  S S S -S S S S S S kS lS S IS S ?S @S S S >S S S S S S S S S SS SS S DS S S S DS S S S S S 9S FS S S T <T aT T T T T 5T T T T NT T OT PT T T Q!T !T !T "T &#T '#T $T $T $T %T Z(T +T  +T +T +T k-T -T 2.T 3.T 0T k0T 0T .1T /1T 2T 23T 3T 3T 6T [6T 8T @T _DT gDT DT DT DT 0ET FT FT FT PGT GT HT )HT 6HT pHT qHT HT HT HT IT IT JT 1JT bJT hJT JT :MT }OT PT VT ^T _T maT kT dmT mT mT mT mT mT nT (nT EnT gnT nT nT nT nT qT uT wT wT xT xT AyT yT yT zT zT {T {T {T 
|T |T I}T Y~T ~T ~T 8T 9T cT T T !T _T KT \T lT }T T ˆT ܆T T T 
T JT [T kT |T T ·T ߇T T  T T XT iT yT T T T T T (T 8T qT T T T T T T ˊT ܊T T 3T DT TT eT uT T ӋT T T T TT eT uT T T ܌T T T T T ڍT T T T T [T lT |T T T T T 
T T +T fT wT T T T ET T T lT mT JT 'T T T 	T җT יT 3T 4T T T T T T T T ZT [T jT |T ӲT T T %T >T TT qT T T LT T T T T OT PT &T oT T T T TT UT _T T T T 8T 9T CT cT T T JT KT T FT GT T T ;T T T T TT UT T T T T T T T T eT fT BT lT qT 	T 
T T T GT T T aT T T kT lT T OT PT iT YT ZT T T }T T mT nT 3T  U %U U U +	U 	U 
U U oU pU tU U U #U U U G U !U E"U F"U #U #U V'U ,U ,U f-U g-U .U i/U j/U K0U 0U 0U 1U 2U  2U p3U 5U 8U 8U ]9U ^9U 	;U A;U ;U ;U =U 	>U S>U >U >U @U @U IAU JAU CU CU *FU MU QU RU FRU TRU RU RU SU 4TU TU TU MUU UU UU UU VU VU /VU 6VU PVU _WU qWU WU WU  XU XU $XU ZU ]U ]U cU lU JmU oU gyU {U ){U 3{U U{U v{U {U {U {U {U |U |U 4|U O|U w|U U U |U }U 3U 4U ߆U ,U -U TU U U U xU U U U U >U ?U ֌U ׌U U 'U (U U U U U 
U U +U iU zU U U U U U 	U U *U lU }U U U U U U U (U 8U U U U ƖU ֖U U  U 0U AU QU HU YU iU zU U јU U U U U `U qU U U U U U U $U 4U zU U U U U xU U U U U U 
U U +U ;U U U U U ɜU U U %U 6U FU U U U 
U U U ŢU U U U pU uU ѧU ҧU MU NU U BU CU U U U U U U qU 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 gU U U BU CU U U U U U U zU U U U <U =U @U iU U U U 
U U U U ZU U U {U |U U DU zU 	U 
U KV V V V V V V V 	V 	V 
V 
V V V V OV PV V /V uV V 
V V  V x V !V "V N#V O#V -V q/V /V /V  1V 1V 4V :V :V ;V ;V <V =V =V =V b>V c>V D?V ?V ?V AV CV [FV \FV FV FV HV HV nIV oIV RKV KV KV jLV kLV /NV nNV NV NV XQV QV SV G[V _V _V _V _V *`V l`V ?aV aV "bV bV bV WcV ecV rcV cV cV cV cV cV dV eV =eV meV eV eV eV vhV jV DkV TqV 'zV zV |V V V ǈV шV V V +V GV dV V V V ҉V V V /V :V V V ѓV ғV }V ʔV ˔V V $V QV RV V IV JV V V ܙV ݙV tV uV V ŜV ƜV ]V V V V V V ɡV V V (V 9V IV V V V V ȢV 
V V +V <V LV V V V ƣV ֣V 2V CV SV dV tV V V ΤV ߤV V V V V V (V oV V V V V V V V 0V @V V V V §V ҧV V )V 9V JV ZV V 'V 7V HV XV V V V ɩV ٩V %V 6V FV WV gV V V êV ԪV V V %V &V V V V cV V V EV V V oV pV V V KV V V 3V 4V V V V V V 5V OV aV zV V V V V V .V KV &V 'V V V bV V -V 7V 8V V V V V V V tV uV V V *V +V V V V V V V V wV 7V KV LV V V V +V , W - W  W  W W W W W ~W W W EW FW W #W W 	W 	W 
W W W W W W W W W W W -W -W W W W W oW W aW W W g$W $W &W  'W 'W 'W -W .W ;/W _0W 0W 0W ;W =W =W =W >W (?W BW )HW *HW HW HW +JW JW JW KW  LW LW LW [MW \MW NW 4QW SW SW TW TW EVW }VW WW 
WW XW EYW YW ZW 	ZW [W \W \W \W ^W 5_W faW hW 9mW AmW mW mW mW 
nW nW poW oW *pW pW pW qW qW JqW KqW kqW rqW qW rW rW rW sW <sW BsW `sW vW WxW xW ~W ŇW W GW W >W eW oW W W ɖW W W W AW YW pW W W ͚W ؞W W W oW pW W hW iW W £W W W W W W #W 3W zW {W W W =W cW dW W 9W %W 6W FW WW gW W W ƯW ׯW W $W 5W EW VW fW W W ɰW ڰW W 2W CW SW dW tW бW W W W W KW \W lW }W W W W W W ƳW 
W W .W ?W OW W W W δW ޴W .W ?W OW `W pW W ǵW ׵W W W W ŶW նW W W 5W FW VW gW wW ÷W ԷW W W W @W QW aW rW W W úW ĺW FW GW $W W ZW [W W W W 
W W W W W ~W W W W 4W 5W DW VW W W W W W .W KW `W |W &W W W W W )W *W  W IW W W W .W /W 9W YW W W W W X =X X X $X %X X  X !X ~X X X X X X .X /X 	X X 
X 
X xX yX |X X ?X @X X FX KX X X X X !X X X ;X X X EX FX X )X *X CX 3 X 4 X "X #X W$X $X G%X H%X 
(X )X *X +X +X 2X k2X 3X 4X I5X J5X N;X ;X <X =X >X >X !IX JX KX  KX \LX LX 0PX UX UX @VX AVX WX CXX DXX %YX YX YX ZX ZX ZX J\X ^X aX aX 7bX 8bX cX dX dX dX fX fX -gX gX gX kiX iX #jX $jX lX lX oX vX zX zX  {X .{X f{X {X {|X }X ^}X }X '~X ~X ~X ~X ~X ~X 	X X *X 9X KX yX X ڀX X X X X X X cX $X X AX ܣX X 
X /X PX gX X X X ߤX X X )X QX kX vX VX WX 
X X X X X .X `X X X RX X X X ѴX X X X X ۷X X X X ׹X üX ԼX X X X CX TX dX uX X ½X ӽX X X X FX WX gX xX X оX X X X X nX X X X X X X 
X X +X "X 3X CX TX dX X X X X X :X KX [X lX |X X X X X X TX eX uX X X RX cX sX X X X X X X X aX rX X X X X X X X  X X aX bX X X X X X X X JX OX X X 'X (X X X X oX pX X X X X KX qX X X X X X X X X jX Y bY cY Y Y Y Y i	Y s	Y t	Y 	Y 	Y Y Y UY VY Y Y Y Y fY gY Y Y AY Y Y Y Y Y sY Y Y Y Y TY gY hY iY Y Y Y CY Y Y Y Y Y Y Y 4"Y _#Y #Y U$Y V$Y %Y 'Y T'Y 'Y 'Y %*Y *Y *Y ,Y -Y -Y i0Y i1Y 1Y Z2Y 2Y 2Y 5Y Z7Y 8Y )9Y *9Y ?Y 	@Y OAY \BY BY BY HY RIY wJY KY (LY )LY VY KXY XY XY YY dZY ]Y ecY fcY cY cY geY eY eY fY <gY =gY hY hY hY iY plY 5oY 6oY oY oY qY qY HrY IrY ,tY tY tY DuY EuY 	wY HwY wY wY 2zY qzY |Y !Y uY }Y Y ̈Y Y FY Y Y Y fY ŋY 1Y ?Y LY Y Y Y Y ȌY ׍Y Y Y GY xY ~Y Y PY Y Y .Y Y £Y Y ߯Y zY Y Y ͱY Y Y !Y >Y [Y }Y Y Y ǲY Y 	Y Y Y Y Y Y WY Y Y ̾Y Y +Y ,Y Y #Y $Y _Y oY Y Y NY OY yY Y Y 7Y uY aY rY Y Y Y Y Y Y Y #Y `Y qY Y Y Y Y Y Y Y &Y nY Y Y Y Y Y Y -Y >Y NY Y Y Y Y Y Y Y Y Y Y IY ZY jY {Y Y Y Y Y 
Y Y jY {Y Y Y Y Y Y Y $Y 4Y Y Y Y "Y 2Y qY Y Y Y Y Y Y  Y 1Y AY |Y Y Y Y Y [Y Y  Y Y Y `Y =Y Y Y Y Y Y IY JY Y Y %Y Y Y 
Y Y pY qY Y Y Y Y )Y ;Y TY jY Y Y Y bY Z %Z  Z Z eZ fZ <Z Z Z Z Z jZ kZ uZ Z Z Z NZ OZ YZ yZ Z Z `Z aZ Z \Z ]Z Z Z Q!Z "Z %"Z &"Z j"Z k"Z $Z (Z )Z )Z )Z )Z *Z *Z {+Z |+Z X,Z ,Z ,Z -Z  -Z /Z 0Z ]1Z 1Z 1Z w3Z 4Z 4Z 5Z 5Z 7Z e8Z f8Z :Z o;Z p;Z >Z ?Z ?Z ?Z @Z @Z ICZ DZ ;FZ FZ FZ AMZ MZ NZ OZ PZ PZ VZ VZ XZ 9YZ YZ YZ ]dZ eZ [fZ \fZ gZ hZ lkZ qZ qZ |qZ }qZ sZ sZ sZ atZ tZ tZ uZ 5vZ 6vZ wZ zZ |Z |Z s}Z t}Z Z WZ Z Z ʁZ Z iZ Z Z Z Z _Z `Z ЇZ Z @Z Z Z Z \Z jZ Z Z Z JZ Z Z cZ ϙZ ݙZ Z $Z %Z EZ LZ fZ uZ Z Z Z Z Z :Z Z 1Z Z ̧Z Z `Z !Z }Z Z ?Z IZ kZ Z Z Z ܿZ Z Z 3Z JZ eZ Z Z Z Z Z IZ JZ Z BZ CZ jZ Z Z Z Z Z Z Z 
Z TZ UZ Z Z Z =Z >Z Z Z Z Z  Z 1Z AZ Z Z Z Z Z Z Z Z 0Z @Z Z Z Z Z Z Z Z -Z >Z NZ Z Z Z Z Z %Z 6Z FZ WZ gZ ^Z oZ Z Z Z Z Z Z Z )Z vZ Z Z Z Z Z Z )Z :Z JZ Z Z Z Z Z Z Z Z Z Z Z  Z 0Z AZ QZ Z Z Z Z Z Z +Z ;Z LZ \Z Z Z Z  Z !Z Z Z 4Z 5Z Z Z Z Z Z cZ dZ Z XZ YZ Z Z Z Z Z 0Z [ [ [ [ [ [ %[ :[ V[  
[ [ [ ![ ![ "[ "[ #[ #$[ $[ $[ $[ %[ 	%[ '[ 3'[ '[ '[ '[ '[ )[ *[ *[ *[ *[ *[ },[ ,[ ,[ X-[ Y-[ .[ /[ /[ /[ 0[ 	0[ 2[ 5[ 6[ 6[ R7[ S7[ V8[ 8[ 9[ 9[ 9[  :[ %:[ :[ :[ p=[ >[ >[ ?[ ?[ A[ ZB[ B[ C[  C[ aE[ F[ F[ H[ 
I[ I[ K[ L[ 1M[ M[ !N[ "N[ P[ R[ S[ eT[ fT[ Z[ E[[ \[ ][ #^[ $^[ (d[ d[ e[ f[ dg[ eg[ q[ s[ s[ s[ 6u[ u[ 
y[ ~[ ~[ [ [ [ [ [ [ x[ y[ Z[ Ӄ[ ԃ[ $[ [ q[ r[ [ [ [ [ [ [ h[ [ [ [ [ E[ [ [ [ n[ [ ޗ[ ][ [ [ [ [ @[ [ U[ [ 8[ [ [ m[ {[ [ §[ ç[ [ [ [ [ %[ S[ [ [ [ ة[ [ Ϯ[ Z[ j[ =[ [ [ [ [ [ [ 	[ *[ A[ ][ z[ [ [ [ [ [ +[ E[ P[ 0[ 1[ [ [ [ [ [ [ :[ g[ h[ ,[ _[ `[ [ [ [ [ [ [ [ [ [ s[ [ [ [ [ [ [ [ .[ >[ O[ _[ [ [ [ [ [  [ 1[ A[ R[ b[ [ [ [ [ [ H[ Y[ i[ z[ [ [ [ [ [ [ [ 
[ [ .[ >[ [ [ [ [ [ [ %[ 5[ F[ V[ [ [ [ [ [ .[ ?[ O[ `[ p[ ,[ =[ M[ ^[ n[ [ [ [ [ [ ;[ L[ \[ m[ }[ [ [ [ [ [ [ ;[ <[ [ [ [ y[ [ [ [[ $[ )[ [ [ [ [ a[ [ [ I[ J[ [ [  \ \ %\ K\ e\ w\ \ \ \ \ \ \ D#\ a+\ </\ =/\ /\ /\ x1\ 1\ C2\ M2\ N2\ 2\ 2\ 4\ 4\ /5\ 05\ 5\ 5\ 7\ 7\ @8\ A8\ 8\ 8\ :\ :\ :\ :\ :\ <\ M=\ a=\ b=\ =\ =\ .@\ AC\ BD\ CD\ D\ D\ E\ F\ F\ F\ G\ G\ G\ [H\ \H\ K\ 9L\ L\ /M\ 0M\ N\ O\ .P\ P\ P\ R\ S\ S\ U\ V\ V\ CY\ CZ\ Z\ 4[\ [\ [\ ^\ 4`\ wa\ b\ b\ }h\ h\ )j\ 6k\ k\ k\ q\ ,r\ Qs\ ut\ u\ u\ \ %\ \ \ Ԃ\ >\ \ ?\ @\ \ \ A\ \ \ \ \ \ \ q\ r\ \ J\ \ \ \ \ [\ \ "\ #\ \ [\ \ \ \ \ "\ \ \ \ K\ |\ \ O\ W\ \ \ ޱ\  \ \ \ ֳ\ @\ \ \ \ &\ `\ a\ \ \ \ \ ö\ \ !\ R\ X\ v\ *\ m\ \ \ \ \ ]\ \ T\ {\ \ \ \ \ \ \ 5\ W\ o\ \ \ \ \ \ \ \ \ \ 1\ ~\ \ \ \ \ \ \ \ \ 9\ I\ \ \ (\ )\ S\ y\ z\ \ O\ ;\ L\ \\ m\ }\ \ \ \ \ \ :\ K\ [\ l\ |\ \ \ \ \  \ H\ Y\ i\ z\ \ \ \ \ \ (\ a\ r\ \ \ \ \ \ \ \ \ #\ 4\ D\ U\ e\ \ \ \ \ \ D\ U\ e\ v\ \ \ \ \ \ \ \ \ \ \ \ K\ \\ l\ }\ \ \ \ \ \ \ V\ g\ w\ \ \ 5\ \ \ \\ ]\ :] ] p] q] ] ] ] #] $] ] ] 	] ] ] ] ] J
] K
] Z] l] ] ]  ]  ] . ] D ] a ] v ]  ] <%] 0] 8] <] <] ?=] @=] ?] _?] ?] ?] ?] D@] E@] OB] oB] B] B] (C] )C] 3E] SE] E] E] :F] ;F] G] 6H] 7H] H] H] +J] J] J]  K] DK] EK] M] P] Q] Q] R] R] S] S] UT] VT] 2U] \U] aU] U] U] X] Y] 7Z] Z] Z] Q\] ]] ]] [^] \^] `] ?a] @a] Yc] Id] Jd] f] g] mh] h] ]i] ^i] #l] m] o] o] o] v] v] w] x] _y] `y] d] ] ] ] ] ] 7] Î] 5] 6] r] ܐ] F] ݙ] ޙ] V] W] ߛ] Y] Z] ;] ] ] ] ] ] `] ] ] ] M] N] ] 1] ] ] ] ] C] ] ] ] ] 9] :] ] ] ] ] ] ] 6] D] |] ] ] $] t] ] =] ] ] ] ] ] ] &] @] O] a] ] ] ] ] ] ] ] ] ] y] :] ] W] ] ] #] E] f] }] ] ] ] ] 
] $] ?] g] ] ] l] m] #] $] ] ] ] D] v] ] ] h] ] ] ] ] .] /] ] ] ] ] ] ] ]  ^  ^  ^ ^ ^ Y^ j^ z^ ^ ^ ^ ^ ^ 
^ ^ \^ m^ }^ ^ ^ ^ ^ ^ ^ (^ ^ ^ ^ ^ ^ ^ ^  ^ 1^ A^ 8^ I^ Y^ j^ z^ ^ ^ ^ ^ ^ P^ a^ q^ ^ ^ ^ ^ ^ ^ $^ j^ {^ ^ ^ ^ h^ y^ ^ ^ ^ ^ ^ 
	^ 	^ +	^ w	^ 	^ 	^ 	^ 	^ 	^ 
^ 
^ &
^ 6
^ ^ w^ x^ ^ ^ ^ ^ ^ ^ ^ `^ e^ ^ ^ =^ >^ ^ 2^ 3^ ^ ^ ^ ^ ^ 
"^ a-^ -^ -^ -^ -^ -^ -^ .^ 0.^ 2^ >^ F^ xJ^ yJ^ J^ J^ L^ L^ M^ M^ M^ M^ M^ O^ 
P^ kP^ lP^ P^ P^ R^ R^ |S^ }S^ S^ S^ WU^ U^ U^ 2V^ 3V^ W^ X^ X^ X^ X^ X^ j[^ }^^ ~_^ _^ ,`^ -`^ 0a^ Ya^ a^ a^ b^ b^ b^ c^ c^ Jf^ ug^ g^ kh^ lh^ i^ 4k^ jk^ k^ k^ ;n^ n^ n^ p^ q^ q^ t^ u^ v^ pv^ v^ v^ y^ p{^ |^ ?}^ @}^ ^ ^ e^ r^ ^ ^ ^ h^ ^ ^ >^ ?^ ՚^ a^ Ӝ^ Ԝ^ ^ z^ ^ {^ |^ ^ ^ }^ ^ ^ ٪^ R^ S^ 4^ ^ ^ ^ ^ K^ L^ ^ ^ ^ ϵ^ ^^ _^ B^ ^ ^ Z^ [^ ^ ^^ ׻^ ػ^ H^ ^ ^ 7^ ^ ^ ^ ^ ^ \^ /^ ^ ^ |^ ^ G^ U^ b^ ^ ^ ^ ^ ^ ^ ^ -^ ]^ ^ ^ ^ f^ ^ 4^ D^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 7^ T^ q^ ^ ^ ^ ^ ^ ^ *^ 
 _  _  _  _ m_ _ _ _ _ A_ B_ _ 9_ :_ u_ _ _ _ d_ e_ 	_ 	_ 	_ M
_ _ w_ _ _ _ _ _ _ _ )_ 9_ v_ _ _ _ _ _ _ _ ,_ <_ _ _ _ _ _ "_ 3_ C_ T_ d_ _ _ _ _ _ _ _ _ _ _ __ p_ _ _ _ _ _ _  _ 0_ _ _ _ _ _ _ _ )_ :_ J_ _ _ '_ 8_ H_ _ _ _ _ _ _ &_ 6_ G_ W_ _ _ _ _ _ q_ _ _ _ _ v_ S_ _ _ 5_ _ "_ _"_ `"_ "_ "_ ;%_ &_ '_ #(_ $(_ (_ (_ )_ /_ :_ %;_ ?;_ Q;_ j;_ ;_ ;_ ;_ ;_ x@_ L_ ;T_ X_ X_ {X_ |X_ RZ_ Z_ [_ '[_ ([_ [_ [_ ]_ ]_ 	^_ 
^_ d^_ e^_ o`_ `_ a_ a_ va_ wa_ b_ rc_ sc_ c_ c_ ge_ 'f_ ;f_ <f_ f_ f_ i_ l_ m_ m_ m_ m_ n_ n_ o_ o_ np_ p_ p_ 5q_ 6q_ s_ u_ su_ 	v_ 
v_ w_ x_ y_ y_ y_ {_ {|_ ||_ ~_ _ _ _ _ _ _ _ _ __ _ Q_ ݊_ ފ_ W_ _ _ _ _ _ _ _ +_ O_ ܝ_ ݝ_ s_ _ q_ r_ _ _ _ _ _ _ _ _ _ _ w_ _ _ ҹ_ K_ L_ _ $_ _ _ _ _ 5_ m_ _ _ _ 5_ _ _ _ _ _ u_ v_ _ %_ V_ _ )_ 1_ r_ _ _ _ _ `_ _ _ y_ _ _  _ :_ ;_ [_ b_ |_ _ _ _ _ ,_ 2_ P_ _ G_ _ _ _ v_ 7_ ` .` U` _` ` ` ` ` ` ` 1` I` `` {` ` ` ` 
` 
` _` `` ` X` Y` ` ` ` ` ` ` ` ` #` j` k` ` ` -` S` T` ` )` ` &` 6` G` W` ` ` ` ` ` ` %` 5` F` V` ` ` ` ` ` "` 3` C` T` d` ` ` ` ` ` ;` L` \` m` }` t `  `  `  `  `  ` !` !` /!` ?!` !` !` !` !` !` "` /"` ?"` P"` `"` "` "` "` "` "` #` #` #` #` #` %$` 6$` F$` W$` g$` $` $` $` $` $` 0%` A%` Q%` b%` r%` '` '` '` 6(` 7(` *` *` J+` K+` ,` -` /` /` /` y0` z0` 2` n4` o5` 5` 5` $6` %6` 47` F=` H` H` H` H` I` I` ;I` PI` lI` N` Y` a` e` e` f` f` g` 9h` h` h` h` i` i` )k` Ik` k` k` l` l` 
n` -n` n` n` o` o` p` q` q` nq` oq` s` s` s` s` t` t` v` y` z` z` h{` i{` l|` |` /}` 0}` ~` 6~` ;~` ~` ~` ` ` ` ` ` +` p` ` 5` 6` w` ` ` 3` #` $` ` ` G` ` 7` 8` ` ` ` {` |` ` [` ` ` 9` :` >` ` ɩ` ` z` {` ` ` ` ` L` `  ` ` ` 0` 1` ` 3` 4` ` ` ` p` ` ` :` ` ` ` '` (` ` ` ` ` ~` ` ` ` ` [` ` ` ` ` ` ` s` ` ` ` ` V` ` k` ` N` ` ` ` ` ` ` ` `  ` ` )` ;` i` ` ` ` ` ` ` p` ` Sa a a 1a a a a a @a Wa sa a a a a a a Aa [a fa Fa Ga a a a a a a Pa }a ~a Ba ua va  a !a "a 	"a "a "a $a $a $a %a &a )a )a )a )a )a 3*a D*a T*a e*a u*a *a *a *a *a *a 6+a G+a W+a h+a x+a +a +a +a +a ,a ^,a o,a ,a ,a ,a ,a ,a ,a -a -a .a #.a 3.a D.a T.a .a .a .a .a .a */a ;/a K/a \/a l/a /a /a /a /a /a D0a U0a e0a v0a 0a B1a S1a c1a t1a 1a 1a 1a 1a 1a 2a Q2a b2a r2a 2a 2a 2a 2a 2a  3a 3a 4a Q5a R5a 5a 5a 7a 8a 8a 8a q:a :;a ?=a =a =a >a >a w@a Ba 
Ca _Ca `Ca Ca Ca Da Ja ;Va aVa {Va Va Va Va Va Va 
Wa [a Zga woa Rsa Ssa sa sa ua ua Yva cva dva va va xa xa Eya Fya ya ya {a {a V|a W|a |a |a 1~a ~a ~a a 
a a ca wa xa a a Da Wa Xa Ya a a 
a 3a ͊a Ίa a ԋa ًa qa ra $a Oa a Ea Fa ɒa a Da Ӕa Ԕa a a a љa a a Ya Ya a Ja ՟a ֟a a Ja a a a a a ?a La ׯa دa ܵa Ba ga a a a a ;a a a a Ta a Ua Va a a Wa a a a ,a -a a a a a `a %a &a a a qa a 8a 9a a qa a 4a 5a a 8a a a "a aa a a ea ma a a a 6a 	a a a Va a !a /a <a va wa a a a a a a 7a ha na a @a  b b b b b sb b jb b b b b b b .b Kb mb b b b b "b 'b (b (b )b )b G*b *b *b +b +b ,b ,b ,b -b -b O.b _/b /b /b >0b ?0b i2b 2b 2b '3b e4b Q7b b7b r7b 7b 7b 7b 7b 7b 8b 8b P8b a8b q8b 8b 8b 8b 8b 8b 9b 9b ^9b o9b 9b 9b 9b 9b 
:b :b .:b >:b w:b :b :b :b :b ;b ;b ;b ;b ;b 9<b J<b Z<b k<b {<b <b <b <b <b 
=b Z=b k=b {=b =b =b =b =b >b >b $>b >b >b ?b ?b "?b a?b r?b ?b ?b ?b ?b  @b @b !@b 1@b l@b }@b @b @b @b KBb Bb Bb rCb sCb PEb -Fb Fb Fb Hb Hb Jb 9Kb :Kb Kb Kb Nb Ob Pb Pb Pb `Qb aQb pRb Xb cb cb db +db Ddb Zdb wdb db db Rib tb }b b b Ub Vb ,b ub b b b Zb [b eb b b b >b ?b Ib ib b b Pb Qb ϋb Lb Mb b b Ab b b b Zb [b b b b b b b b їb kb lb Hb rb wb b b b b Mb b b gb b b qb rb b Ub Vb ob _b `b b b b b sb tb 9b b +b b b 1b b ݻb b ub vb zb b b )b b b Mb b Kb Lb b b \b b b lb mb b ob pb Qb b b b %b &b vb b b b cb db b Gb b b b b Yb b b b b Ob Pb b b 0b b c c Lc Zc c c c :c c c Sc c c c c c 5c <c Vc ec wc c c 	c 	c *	c c !c c c c Pc  c m*c ,c /,c 9,c [,c |,c ,c ,c ,c ,c -c #-c :-c U-c }-c 0c 4c 6c 6c 97c :7c 7c 28c 38c Z9c 9c 9c 9c ~:c :c :c ;c <c D=c E=c =c =c @c -@c .@c @c Bc Dc  Ec Ec !Ec 1Ec oEc Ec Ec Ec Ec Ec Ec Fc  Fc 0Fc rFc Fc Fc Fc Fc Fc 
Gc Gc .Gc >Gc Gc Gc Gc Gc Gc Hc &Hc 6Hc GHc WHc NIc _Ic oIc Ic Ic Ic Ic Ic 	Jc Jc fJc wJc Jc Jc Jc Jc 	Kc Kc *Kc :Kc Kc Kc Kc Kc Kc ~Lc Lc Lc Lc Lc Lc Mc  Mc 1Mc AMc Mc Mc Mc Mc Mc 
Nc Nc +Nc <Nc LNc Oc Pc Pc Qc Qc Rc Sc $Tc %Tc Uc vVc {Xc Xc Xc SYc TYc [c H]c I^c ^c ^c ^c ^c `c  fc wqc qc qc qc qc qc rc *rc Frc vc 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 mc c c Hc Ic ߛc c c c c c c c c c Bc Cc Fc oc 	c 
c c c c c c `c c c c c c Jc c c c Qc c c 
c c c c c !c c c c ׽c c c Uc Vc c 5c {c c c c c ~c c c Tc Uc c wc c c &c c c c c 
c c c 
c c c hc ic Jc c c c c ac bc c c c c tc uc Xc c c pc qc 5c tc c c ^d d d Md d d d d 0d rd Ed d (d d d ]d kd xd d d d d d d d Cd sd d d d |d d Jd Z"d -+d +d -d 8d 9d 9d 9d 9d :d 1:d M:d j:d :d :d :d :d :d ;d 5>d @Bd  Dd !Dd Dd Dd Ed Ed Ed Fd *Gd WGd XGd Hd OHd PHd Id Jd Jd Jd zKd {Kd Md Md Md cNd Od Rd Rd Rd Rd Rd 
Sd Sd .Sd ?Sd OSd Sd Sd Sd Sd Sd Td !Td 1Td BTd RTd Td Td Td Td Td 8Ud IUd YUd jUd zUd Ud Ud Ud Ud Ud Vd Vd 
Wd Wd .Wd uWd Wd Wd Wd Wd Xd Xd %Xd 6Xd FXd Xd Xd Xd Xd Xd Yd /Yd ?Yd PYd `Yd Zd -Zd =Zd NZd ^Zd Zd Zd Zd Zd Zd +[d <[d L[d ][d m[d [d [d [d [d [d ]d +^d ,^d ^d ^d `d iad ad ad Kcd dd fd ufd vfd fd fd Qid jd kd 9ld :ld ld ld md sd d ;d Ud gd d d d d d d 4d Qd ,d -d d d hd d 3d =d >d d d d d d  d zd {d d d 0d 1d d d d d d d d }d =d Qd Rd d d d 1d 2d 3d d d d 
d d d d d d Kd Ld d )d d d  d d d d d d d d d d d d 3d 3d d $d d d ud $d gd d d md d d &d d d d d Ad ed d d d d d d d .d d /d 0d d d 1d d d d d d d ad bd d :e e  e e e Ke e e e 	e K
e 
e e e e 
e 
e 
e e ;e le e ?e Ge e e e e e v e  e 0!e !e !e 	"e "e P"e Q"e q"e x"e "e #e #e #e $e B$e H$e f$e 'e ])e )e /e 8e 9e M;e Ee DGe kGe uGe Ge Ge Ge Ge He %He GHe _He vHe He He Ke Oe Qe Qe uRe vRe !Se nSe oSe Te Te Te Te Ue Ue Ue )We 9Xe Xe Xe Ye Ye C[e i[e j[e \e ?]e +`e <`e L`e ]`e m`e `e `e `e `e `e *ae ;ae Kae \ae lae ae ae ae ae ae 8be Ibe Ybe jbe zbe be be be ce ce Qce bce rce ce ce de de de de de ee $ee 4ee Eee Uee ee ee ee ee ee 4fe Efe Ufe ffe vfe fe fe fe fe fe ge ge ge ge ge ;he Lhe \he mhe }he he he he he ie Fie Wie gie xie ie %ke ke ke Lle Mle *ne oe `oe aoe pe qe se te te te te ve xe ye ye ye :ze ;ze J{e \e e ٌe e e e 4e Qe fe e ,e ҝe e ʩe ˩e /e 0e e Oe Ѭe ۬e ܬe 4e 5e ?e _e e e e e #e Ce βe ϲe *e +e e &e 'e e e e ۷e e e 4e 5e e Ͻe оe Ѿe ~e e e e Ee Fe "e Le Qe e e e e 'e e e Ae e e Ke Le e /e 0e Ie 9e :e e e ]e e Me Ne e e e e e e qe e e Oe Pe Te e e e e e 'e e %e &e be e 6f f f Ff Gf f I	f J	f +
f 
f 
f f f  f P
f f f f =f >f f !f f f f f 3f f f qf f )f *f f f 
 f 'f +f +f &,f 4,f l,f ,f -f .f d.f .f -/f /f /f /f /f /f 0f 0f 00f ?1f Q1f 1f 1f 1f 1f 2f 4f 6f 7f =f iFf *Gf Hf GSf Tf 	Uf Uf 5Uf VUf mUf Uf Uf Uf Uf Uf Vf /Vf WVf qYf |]f \_f ]_f `f `f `f af 
af 4bf fbf bf bf Xcf cf cf df ef ff ff ff ff hf if if if jf mf mf mf mf nf Inf Znf jnf {nf nf nf nf nf nf 
of Lof ]of mof ~of of of of of pf pf tpf pf pf pf pf pf  qf qf !qf 1qf (rf 9rf Irf Zrf jrf rf rf rf rf rf @sf Qsf asf rsf sf sf sf sf tf tf Ztf ktf {tf tf tf Xuf iuf yuf uf uf uf uf uf vf vf gvf xvf vf vf vf vf vf wf wf &wf xf gyf hyf yf yf {f |f |f |f ~f Pf Uf f f -f .f f "f #f uf vf ؇f هf f f Qf wf f f f Қf f f  f ʟf pf f hf if ͷf ηf f f of yf zf Һf Ӻf ݼf f [f \f f f f f lf mf f f Gf f f "f #f f yf f f f f Zf mf nf of f f  f If f f f f f f f :f ef f [f \f f $f Zf f f +f f f f f f of of f `f f f f `f f /f 0f f f Uf bf f f f Xf }f f .f /f g Q	g 	g 	g  g jg g kg lg g g mg g g g Bg Cg $g g g g vg ; g < g  g  g "g "g N#g O#g 2%g %g %g J&g K&g (g N(g (g (g 8+g w+g -g '5g {9g 9g 9g 9g 
:g L:g ;g ;g <g l<g <g 7=g E=g R=g =g =g =g =g =g >g >g ?g M?g ~?g ?g ?g VBg Dg $Eg 4Kg Tg Tg Vg `g bg bg bg bg bg cg 'cg Dcg acg cg cg cg cg cg gg kg lg lg mg mg ]ng ng ng og pg 1pg 2pg pg )qg *qg erg usg sg sg Ttg Utg vg vg vg =wg {xg g{g x{g {g {g {g {g {g |g |g )|g f|g w|g |g |g |g |g |g }g }g ,}g t}g }g }g }g }g ~g #~g 3~g D~g T~g ~g ~g ~g ~g ~g g g g g g Og `g pg g g ހg g g g  g pg g g g g g 	g g *g :g g g g (g 8g wg g g g g g g &g 7g Gg g g g g Ąg ag g g g g fg Cg g g %g g g Og Pg ˏg ̏g +g g g g g vg wg g g g g /g Ag Zg pg g g g hg g +g g g kg lg Bg g 
g g g pg qg {g g g g Tg Ug _g g 
g g fg gg g bg cg g g Wg g +g ,g pg qg g g g 
g g g g g g g ^g g g %g &g g g cg g g }g g g g g g kg lg g ug vg 
g 
g g g g g Og g Ag g g Gg g g  h h h h h 	h ?
h 
h 
h ch h ah bh h h rh 	"h 
"h "h "h $h $h $h g%h %h %h &h ;'h <'h (h +h -h -h y.h z.h %0h ]0h 0h 0h 2h %3h o3h 3h 3h 5h 5h e6h f6h 8h 9h F;h Bh Gh !Gh bGh pGh Gh Gh Hh PIh Ih 
Jh iJh Jh Jh Jh *Kh +Kh KKh RKh lKh {Lh Lh Lh Lh Mh "Mh @Mh Oh 7Rh Rh Xh ah fbh 'dh nh ph Eph Oph qph ph ph ph ph ph !qh 9qh Pqh kqh qh th xh zh zh O{h P{h {h H|h I|h p}h }h }h }h ~h ~h ~h h h Zh [h h h h Ch Dh ۄh h h h &h 7h Gh h h h h ǉh h h %h 6h Fh h h h h ʊh h #h 3h Dh Th h h ыh h h +h <h Lh ]h mh dh uh h h h h h h h /h |h h h h h h h /h @h Ph h h h ȏh ؏h h h h Ɛh ֐h h &h 6h Gh Wh h h đh Ցh h  h 1h Ah Rh bh h h h &h 'h h h :h ;h Ùh h h h h ih jh ɟh ^h _h h h h h $h 6h h h ͵h ߵh h h +h @h \h h h h h h 	h 
h h )h h h h h h h 9h 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 Xh Yh \h h h  h h &h +h h h vh h h h h h `h h %h &h gh 	h 
h #h h h h h 7h h 'h (h i i i ki li i Ki 
i i )i *i .i i i i ji ki #i $i $i  %i <&i &i *i /i /i  0i !0i 1i #2i $2i 3i ~3i 3i `4i 4i 4i *6i 8i w;i x;i <i <i =i =i >i >i n@i @i 
Ai Ai Ai KCi Ci Di Di tFi Fi Hi cPi Ti Ti  Ui Ui FUi Ui [Vi Vi >Wi Wi Xi sXi Xi Xi Xi Xi Xi Xi 
Yi Zi +Zi YZi Zi Zi Zi Zi ]i _i ``i pfi Coi pi qi !|i }i }i }i ~i 0~i G~i c~i ~i ~i ~i ~i ~i 	i 1i Ki Vi 6i 7i i i i i i i @i mi ni 2i ei fi i i i i i i i i i yi i i i Ėi Ֆi i #i 4i Di Ui ei i i ×i ԗi i &i 7i Gi Xi hi i i јi i i Ni _i oi i i əi ڙi i i i i i #i 4i Di i i i i ͛i i +i ;i Li \i i i ͜i ޜi i 4i Ei Ui fi vi 2i Ci Si di ti i Ği Ԟi i i Ai Ri bi si i i ϟi ߟi i  i i Ai Bi Ģi Ţi i i إi ٥i ai *i /i i i i i gi i i Oi Pi i i ±i Էi +i Qi ki }i i i i i i i Ji gi Bi Ci i i ~i i Ii Si Ti i i i i 5i 6i i i i i Fi Gi i i !i i i i i i Si gi hi i i 4i Gi Hi Ii i i i #i i i i i i ai bi i ?i i 5i 6i i  j 4j j j j j j j j j I
j Ij j :j j j j :j }j 	j 
j j j /j <j j j "j 2#j W$j {%j &j 	&j 0j +2j 2j 2j 3j D4j 7j E=j F=j =j =j G?j ?j ?j @j Aj Aj Aj wBj xBj Cj PFj Ij Ij Ij Ij aKj Kj (Lj )Lj Nj aNj Nj $Oj %Oj Pj (Qj Qj Qj Tj QTj Vj ^j Ubj ]bj bj bj bj &cj cj dj dj Fej ej fj fj ,fj ffj gfj fj fj fj gj gj gj 'hj Xhj ^hj |hj 0kj smj mj tj |j }j cj j Zj j j j ΋j j j j ;j ]j uj j j όj j j ԕj Օj j j 7j j j j ޘj j j Йj j j ?j Oj j j .j /j Yj j j j Uj Aj Rj bj sj j j Ҥj j j j @j Qj aj rj j ĥj եj j j j Nj _j oj j j j j 
j j .j gj xj j j j j j j Ҩj j )j :j Jj [j kj j ɩj ٩j j j Jj [j kj |j j Ҫj j j j j Ыj j j j j Qj bj rj j j ߬j j  j j !j \j mj }j j j ;j ߯j j bj cj @j j vj wj j ȵj ͷj )j *j j j j j j j j Pj Qj `j rj j j 	j j 4j Jj gj |j j Bj j j j j Ej Fj j ej j j j Jj Kj Uj uj j j .j /j 9j Yj j j @j Aj j <j =j j j 1j j j j Jj Kj j k k k k k k k [k \k 8k bk gk k  k 	k 
k =k k k W
k k k ak bk k Ek Fk _k Ok Pk k k sk k ck dk )k k  k  k  k !'k 'k (k )k e*k f*k j0k 0k 1k 3k 3k 3k =>k ?k ;@k <@k xAk Ak LEk Jk Jk \Kk ]Kk Lk _Mk `Mk ANk Nk Nk Ok Pk Pk fQk Sk Vk Vk SWk TWk Xk 7Yk Yk Yk [k [k I\k \k \k ^k ^k ?_k @_k ak ak  dk kk ok ok <pk Jpk pk pk qk *rk zrk rk Csk sk sk sk tk tk %tk ,tk Ftk Uuk guk uk uk uk uk vk xk {k {k k k @k k ]k k k )k Kk lk k k k ٙk k k *k Ek mk k k rk sk )k *k դk "k #k Jk |k k k nk k k ݨk k 4k 5k ̪k ͪk k k k k k ߱k k  k k !k _k pk k k k ޲k k k k  k bk sk k k k k k 
k k .k k k k k ̴k k k &k 7k Gk >k Ok _k pk k Ƕk ضk k k 	k Vk gk wk k k k k 	k k *k pk k k k k nk k k k k k  k k !k 1k }k k k k k k k k ,k <k ټk }k ~k  k k ޿k k k k k fk kk k k Ck Dk k 8k 9k k k k k k k gk k k k k k k k 6k k k k ~k k k k k k k k k k k  l l ql rl l l l l l l l l ]l l l 8l 9l l 	l 	l 	l 	l 	l pl l l l 2l 3l 6l _l l l l  l l l l Pl {l l ql rl l :l pl l  l Al l l !l "l "l %l &l 'l v'l (l (l *l v,l -l E.l F.l 4l %5l k6l x7l 8l 8l >l n>l ?l @l DAl EAl Kl gMl Ml Ml Ol Ol Rl Xl Xl Xl Xl Zl Zl Zl [l X\l Y\l :]l ]l ]l _l al Qdl Rdl dl dl fl fl dgl egl Hil il il `jl ajl %ll dll ll ll Nol ol ql =yl }l }l }l }l  ~l b~l 5l l l l l Ml [l hl l l Ál ʁl l l l 3l cl l l l ll l :l Jl l ޘl l l l l Ǧl l 
l !l =l Zl wl l l ȧl l l %l 0l l l Ǳl ȱl sl l l l l Gl Hl l ?l @l {l l ҷl ӷl jl kl l l l Sl l }l l l l l l l l /l ?l |l l l l l  l l !l 2l Bl l l l l l (l 9l Il Zl jl l l l l l l l l l l el vl l l l l l l &l 6l l l l l l l l /l @l Pl l l -l >l Nl l l l l l l ,l <l Ml ]l l l l l l wl l l l l |l Yl l l ;l l 	l el fl l l Al l l )l *l l l l l l +l El Wl pl l l l l ~l $l Am 	m 	m 	m 	m Xm m #m -m .m m m m m m m jm km um m  m !m |m }m m xm ym m m mm -m Am Bm m m m !m "m #m m m m m  m  m t!m !m !m ;"m <"m $m &m y&m 'm 'm (m )m *m *m *m ,m -m -m /m 0m 0m #3m #4m 4m 5m 5m 5m e8m :m W;m ;m ;m ]Bm Bm 	Dm Em Em Em Km Lm 1Mm UNm Nm Nm yYm [m w[m x[m \m ]m `m fm  fm fm fm !hm hm hm }im im im jm Qkm Rkm lm *om qm qm rm rm ;tm stm um um vm ;wm wm wm wm ym zm {zm |zm |m +}m \m ۆm /m 7m xm m m  m ӌm fm m  m m m m m @m Am am hm m m m Ґm m 3m 9m Wm m Nm ٖm m m }m >m m 5m \m fm m m m ܴm m m 8m Pm gm m m ĸm ϼm m m fm gm m _m `m m m m m m m m m *m qm rm 	m 
m 4m Zm [m m 0m m -m =m Nm ^m m m m m m m ,m <m Mm ]m m m m m m )m :m Jm [m km m m m m 	m Bm Sm cm tm m {m m m m m m m %m 6m Fm m m m m m %m 6m Fm Wm gm m m m m m m m m m m ,m =m Mm ^m nm m m m m m 7m Hm Xm im ym m m m =m >m m m Qm Rm m m m m m m m m um vm m m +m ,m ;m Mm m m m m m %m Bm Wm sm m 
n n n n  n !n n @n n n n %n &n 0n Pn n n 	n 
n n 4n n n  n  n !n "n "n u"n v"n $n $n $n $n %%n &%n 'n *n +n +n o,n p,n s-n -n 6.n 7.n /n =/n B/n /n /n 2n 3n 4n 4n 4n 26n w7n 7n <8n =8n ~:n  ;n !;n :=n *>n +>n @n An NBn Bn >Cn ?Cn Fn Gn Hn In In On bPn Qn Rn @Sn ASn EYn Yn Zn [n \n \n gn hn in in Sjn jn 'nn sn sn 7tn 8tn un :vn ;vn wn wn wn wxn xn xn Azn |n n n .n /n ځn n n n n ڄn $n n n bn n n n n ʊn n zn Θn ֘n n %n ]n n rn n Un n n n n n ߜn n  n n !n 1n Cn qn n Ҟn ؞n n n n xn n [n n ݵn 9n n n n 'n Hn _n {n n n n n n !n In cn nn Nn On n n n n n &n Xn n n Jn }n ~n n n n n n n n n n n n n n n n n ;n Ln \n mn }n n n n n n >n On _n pn n n n n n 
n fn wn n n n n n n n #n n +n ;n Ln \n n n n n n 2n Cn Sn dn tn n n n n n Ln ]n mn ~n n Jn [n kn |n n n n n n 
n Yn jn zn n n n n n n n n Yn Zn n n n n n n yn Bn Gn n n n  n n n n gn hn n n n n Co io o o o o o o o o bo  o Z$o [$o $o $o &o &o a'o k'o l'o 'o 'o )o )o M*o N*o *o *o ,o ,o ^-o _-o -o -o 9/o /o /o 0o 0o 1o k2o 2o 2o 2o 2o L5o _8o `9o a9o :o :o ;o ;;o ;o ;o <o <o <o y=o z=o ,@o WAo Ao MBo NBo Co Eo LEo Eo Eo Ho Ho Ho Jo Ko Ko aNo aOo Oo RPo Po Po So RUo Vo !Wo "Wo ]o ^o G_o T`o `o `o fo Jgo oho io  jo !jo to Cvo vo vo wo \xo {o ]o ^o ցo ׁo _o كo ڃo o 4o 5o o o o o ho -o .o ͍o ΍o yo o @o Ao $o yo Òo <o =o o @o o o *o io o o mo uo o Ħo o >o o o o ^o o )o 7o Do ~o o o o o ϫo o o ?o po vo o Ho o o &o o o {o o ro o o o o o o 6o So uo o o o o o o o o o o Oo o o o o #o $o o o o Wo go o o Fo Go qo o o /o mo Yo jo zo o o o o o o o Xo io yo o o o o o o o fo wo o o o o o %o 6o Fo o o o o o o o o o o Ao Ro bo so o o o o o o bo so o o o o o o o ,o o o 	o o *o io zo o o o o o o )o 9o to o o o o So o o zo {o Xo 5o o o o o o Ao Bo o o o  p p p p hp ip xp 	p p p !p 3p Lp bp p p p Zp  &p .p 1p 1p ]2p ^2p 44p }4p 4p 	5p 
5p b5p c5p m7p 7p 7p 7p F8p G8p Q:p q:p :p :p X;p Y;p <p T=p U=p =p =p I?p 	@p @p @p b@p c@p Bp Ep Fp Fp Gp Gp Hp Hp sIp tIp PJp zJp Jp Kp Kp Mp Np UOp Op Op oQp Rp Rp ySp zSp Up ]Vp ^Vp wXp gYp hYp [p \p ]p ]p {^p |^p Aap bp 3dp dp dp 9kp kp lp mp }np ~np tp tp 
vp 1wp wp wp Up p Sp Tp p p dp p p tp up p wp xp Yp Ғp Ӓp p -p .p ~p p ˚p ̚p kp lp p Op ޝp ߝp p p ap ڠp ۠p p ޢp Wp Xp ȥp p 8p p p p Tp bp p ܴp p Bp p p [p Ƿp շp p p p =p Dp ^p mp p p ݹp p p 2p p )p p p p Xp p up p 7p Ap cp p p p p p p +p Bp ]p p p p p p Ap Bp p :p ;p bp p p p p p p p p Lp Mp p p p 5p 6p p p p p p )p 9p wp p p p p p p p (p 8p zp p p p p p p %p 6p Fp p p p p p p .p >p Op _p Vp gp wp p p p p  p p !p np p p p p  p p !p 2p Bp p p p p p p p p p p p p (p 9p Ip p p p p p p #p 3p Dp Tp  q q q q q q q ,q -q q ~q 	q 	q 	q [
q \
q q Pq Qq q q q q q (q "q "q "q "q "q  #q #q 2#q N#q 'q 3q ;q ?q ?q ?q ?q Aq Bq Bq Bq Bq  Cq Cq Eq +Eq Eq Eq Eq Eq Gq Hq Hq Hq Hq Hq uJq Jq Jq PKq QKq Lq Mq Mq Mq  Nq Nq Pq Sq Tq Tq JUq KUq NVq wVq Wq Wq Wq Xq Xq Xq Xq h[q \q \q ]q ]q 
_q R`q `q aq aq Ycq cq cq fq gq gq iq jq )kq kq lq lq nq pq qq ]rq ^rq xq =yq zq {q |q |q  q q q τq \q ]q q q q q .q q q q q q q q q q q pq qq Rq ˡq ̡q q q iq jq 	q 
q q q |q }q `q q q xq yq =q |q q q fq q ֵq Uq q q q  q 8q zq Mq q 0q q q eq sq q q q q q q q q Kq {q q q q q q Rq bq 5q q q q q q q q "q 9q Uq rq q q q q q #q =q Hq (q )q q q q q q  q 2q _q `q $q Wq Xq q q q q q q q q q kq  r r r r r r r &r 6r Gr Wr r r r r r r )r 9r Jr Zr r r r r r @r Qr ar rr r r r r r r r r r &r 6r }r r r r r 	r 	r -	r >	r N	r 	r 	r 	r 	r 	r &
r 7
r G
r X
r h
r $r 5r Er Vr fr r r r r r 3r Dr Tr er ur r r r r r r 3r 4r r r r qr r r Sr r !r }r ~r r r Yr r r Ar Br r r r $r 0r C0r ]0r o0r 0r 0r 0r 0r 0r 5r <Ar YIr 4Mr 5Mr Mr Mr pOr Or ;Pr EPr FPr Pr Pr Rr Rr 'Sr (Sr Sr Sr Ur Ur 8Vr 9Vr Vr Vr Xr Xr Xr Xr Xr Zr E[r Y[r Z[r [r [r &^r 9ar :br ;br br br cr dr dr dr er er er Sfr Tfr ir 1jr jr 'kr (kr lr mr &nr nr nr pr qr qr sr tr tr ;wr ;xr xr ,yr yr yr }|r ,~r or r r ur ۆr !r .r r r r $r Ir mr r r r r r r ̠r 6r r 7r 8r r r 9r r r r r r r ir jr r Br r r r r Sr r r r r Sr r r r ۽r r r r r Cr tr r Gr Or r r r r r ~r r 8r r r r r Xr Yr yr r r r r r r Jr Pr nr "r er r  r r r Ur r Lr sr }r r r r r r -r Or gr ~r r r r  s s s }s ~s )s vs ws s s s s s s s 1s A	s 	s 	s  
s !
s Ks qs rs 	
s Gs 3s Ds Ts es us s s s s s 2s Cs Ss ds ts s s s s s @s Qs as rs s s s s s  s Ys js zs s s s s s s s s ,s <s Ms ]s s s s s s <s Ms ]s ns ~s s s s s s s s s s s Cs Ts ds us s s s s s s Ns _s os s s -s s s Ts Us 2s  s h s i s !s "s $s %s %s %s %s 's )s *s *s *s B+s C+s R,s d2s =s =s =s 
>s &>s <>s Y>s n>s >s 4Cs Ns Vs Zs Zs 7[s 8[s ]s W]s ]s ]s ]s <^s =^s G`s g`s `s `s  as !as +cs Kcs cs cs 2ds 3ds es .fs /fs fs fs #hs hs hs hs <is =is ks ns os os ps ps qs qs Mrs Nrs *ss Tss Yss ss ss vs ws /xs xs xs Izs {s {s S|s T|s ~s 7s 8s Qs As Bs لs مs es ʆs Us Vs s ʋs 
s s s s ys s ̖s Ws Xs \s s s s s s /s s -s .s js Ԯs >s շs ַs Ns Os ׹s Qs Rs 3s s s s s s Xs s s s Es Fs s )s s s s s ;s s s ys s 1s 2s s s s s s s .s <s ts s s s ls s 5s s s s s s s s 8s Gs Ys s s s s s s s s s qs 2s s Ot t t t =t ^t ut t t t t t t 7t _t y
t t dt et t t t t t <t nt t t `t t t t t &t 't t t t t t t t t t t t t Qt bt rt t t t t t  t  t T t e t u t  t  t  t  t  t !t  !t |!t !t !t !t !t !t "t "t )"t 9"t 0#t A#t Q#t b#t r#t #t #t #t #t #t H$t Y$t i$t z$t $t $t $t $t %t %t b%t s%t %t %t %t `&t q&t &t &t &t &t &t 't 't #'t o't 't 't 't 't 't 't 
(t (t .(t )t o*t p*t *t *t ,t -t .t .t /t X0t ]2t 2t 2t 53t 63t 5t *7t +8t }8t ~8t 8t 8t 9t @t YKt Kt Kt Kt Kt Kt Kt Lt (Lt Pt x\t dt pht qht ht ht jt jt wkt kt kt kt kt mt nt cnt dnt nt nt pt pt tqt uqt qt qt Ost st st *tt +tt ut vt vt vt vt vt byt u|t v}t w}t $~t %~t (t Qt t t Ȁt t t t t Bt mt ͅt ct dt t ,t bt t t 3t Ռt ֌t t ߏt t wt wt t ht t t t ht t 7t 8t t t ]t jt t t t `t t t 6t 7t ͸t Yt ˺t ̺t t rt ܿt st tt t t ut t t t Jt Kt ,t t t t ~t Ct Dt t t t t Vt Wt :t t t Rt St t Vt t t @t t t /t t t t t t Tt 't t 
t tt t ?t Mt Zt t t t t t t t %t Ut t t t ^t t ,t <t u u u u u u u u u u /u Lu iu u u u u u u "u u u u u eu u u  u !u 9!u :!u !u 1"u 2"u m#u }$u $u $u \%u ]%u 'u 'u 'u E(u )u o,u ,u ,u ,u ,u ,u  -u -u !-u 1-u n-u -u -u -u -u -u .u .u $.u 4.u |.u .u .u .u .u /u +/u ;/u L/u \/u /u /u /u /u /u 0u 0u 0u  1u 1u W1u h1u x1u 1u 1u 1u 1u 2u 2u (2u x2u 2u 2u 2u 2u  3u 3u !3u 23u B3u 3u 4u 4u 04u @4u 4u 4u 4u 4u 4u 
5u 5u .5u ?5u O5u 5u 5u 5u 5u 5u i7u 
8u 8u 8u 8u n:u K;u ;u ;u -=u =u ?u W@u X@u @u @u 3Cu Du Eu Fu Fu ~Fu Fu Gu Mu Xu Yu 7Yu IYu bYu xYu Yu Yu Yu p^u ju 3ru vu vu svu tvu Jxu xu yu yu  yu xyu yyu {u {u |u |u \|u ]|u g~u ~u u u nu ou u ju ku ȁu Ɂu _u u 3u 4u xu yu  u u u u u Ëu ƌu u u u fu u u -u .u u u ku u u u ʖu  u u u љu su tu u }u ~u u u u u u u Wu u Iu ըu ֨u Ou u u u u u u u #u Gu Իu ջu ku u iu ju u u zu u u u u u u u ou u u u Cu Du u u u u u u -u eu u u u -u wu u u u u mu nu u u Nu u !u )u ju xu u u u Xu u u qu u u u 2u 3u Su Zu tu u u u u $u *u Hu  v ?v v 	v v nv /v v &!v M!v W!v y!v !v !v !v !v "v )"v A"v X"v s"v "v %v )v +v +v W,v X,v -v P-v Q-v x.v .v .v .v /v /v /v 1v 2v b2v c2v 2v 2v %5v K5v L5v 5v !7v 
:v :v .:v ?:v O:v :v :v :v :v :v ;v ;v -;v >;v N;v ;v ;v ;v ;v ;v <v +<v ;<v L<v \<v <v <v <v <v <v 3=v D=v T=v e=v u=v l>v }>v >v >v >v >v ?v ?v '?v 7?v ?v ?v ?v ?v ?v @v '@v 7@v H@v X@v @v @v @v @v @v Av Av Av Av Av Bv .Bv >Bv OBv _Bv Bv Bv Bv Bv Bv (Cv 9Cv ICv ZCv jCv Ev Ev Ev .Fv /Fv Hv Hv BIv CIv Jv Kv Mv Mv Mv qNv rNv Pv fRv gSv Sv Sv Tv Tv ,Uv >[v fv fv fv fv  gv gv 3gv Hgv dgv lv wv v v v v v v 1v v v v v v !v Av v v v v v %v v v v 
v v v 	v fv gv v v ёv ґv v v v v v v `v av dv v 'v (v v .v 3v ˜v ̜v ~v v 	v v v #v hv v -v .v ov v v +v v v v v ?v v /v 0v v v v sv tv v Sv v v 1v 2v 6v v v v rv sv 	v v v v Dv v v v v (v )v v +v ,v 
v v v hv v v 2v v v v v  v v v v v vv v v v v Sv v v v |v v v kw w w w w Nw w cw w Fw w 	w {	w 	w 	w 	w 	w 	w 	w 
w !w 3w aw w w w w w w hw xw K w !w "w )-w .w .w .w /w 8/w O/w k/w /w /w /w /w /w 0w 90w S3w ^7w >9w ?9w 9w 9w :w :w :w <w H<w u<w v<w :=w m=w n=w >w ?w  @w @w @w @w Bw Bw Bw Cw Dw Gw Gw Gw Gw Gw +Hw <Hw LHw ]Hw mHw Hw Hw Hw Hw Hw .Iw ?Iw OIw `Iw pIw Iw Iw Iw Iw Iw VJw gJw wJw Jw Jw Jw Jw Jw Kw Kw 
Lw Lw +Lw <Lw LLw Lw Lw Lw Lw Lw "Mw 3Mw CMw TMw dMw Mw Mw Mw Mw Mw <Nw MNw ]Nw nNw ~Nw :Ow KOw [Ow lOw |Ow Ow Ow Ow Ow Ow IPw ZPw jPw {Pw Pw Pw Pw Pw Pw Qw Rw ISw JSw Sw Sw Uw Vw Vw Vw iXw 2Yw 7[w [w [w \w \w o^w `w aw Waw Xaw aw aw bw hw 3tw Ytw stw tw tw tw tw tw uw yw Rw ow Jw Kw w w w ϓw Qw [w \w w w w ߖw =w >w w w w Ùw Nw Ow w w )w w w w w w [w ow pw w w <w Ow Pw Qw w w w +w Ũw ƨw w ̩w ѩw iw jw w Gw w =w >w w w <w ˲w ̲w 
w w w ɷw w w Qw Qw ݼw Bw ͽw νw w Bw w w w w w 7w Dw w w w :w _w w w w w 3w w w w Lw w Mw Nw w w Ow w w w $w %w w w w w Xw w w w w iw w 0w 1w w iw w , x - x x 0x x x x Yx x 	x ]x ex x x x .x x x x Nx x x 'x 4x nx ox x x x x x x /x `x fx x 8x {x x %x -x .x k0x :x b<x <x <x <x <x <x 	=x &=x C=x e=x }=x =x =x =x @x Dx Fx Fx Gx Gx ?Hx Hx Hx Ix Ix Jx Jx Jx Kx Kx GLx WMx Mx Mx 6Nx 7Nx aPx Px Px Qx ]Rx IUx ZUx jUx {Ux Ux Ux Ux Ux Ux Vx HVx YVx iVx zVx Vx Vx Vx Vx Vx Wx VWx gWx wWx Wx Wx Wx Xx Xx &Xx 6Xx oXx Xx Xx Xx Xx Yx Yx Yx Yx Yx 1Zx BZx RZx cZx sZx Zx Zx Zx Zx [x R[x c[x s[x [x [x [x [x [x \x \x \x \x \x 
]x ]x Y]x j]x z]x ]x ]x ]x ]x ^x ^x )^x d^x u^x ^x ^x ^x C`x `x `x jax kax Hcx %dx ~dx dx fx fx hx 1ix 2ix ix ix 
lx mx nx nx nx Xox Yox hpx zvx сx x x #x <x Rx ox x x Jx x 
x x x Mx Nx $x mx x x x Rx Sx ]x }x ۤx ܤx 6x 7x Ax ax x x Hx Ix ǩx Dx Ex x x 9x x 
x x Rx Sx گx x x x x x x ɵx cx dx @x jx ox x x x x Ex ۼx ܼx _x x ڿx ix jx x Mx Nx gx Wx Xx x x {x x kx lx 1x x #x x x )x x x x mx nx rx x x !x x x Ex x Cx Dx x x Tx x x dx ex x gx hx Ix x x  y y y ny y y y [y \y 
y ?
y 
y 
y y 
y Q
y 
y 
y y y Gy Hy y y (y y  y !y D!y R!y !y !y "y 2#y #y #y K$y $y $y $y %y 
%y -%y 4%y N%y ]&y o&y &y &y &y 'y "'y )y ,y ,y 2y ;y H<y 	>y eHy  Jy 'Jy 1Jy SJy tJy Jy Jy Jy Jy Ky Ky 2Ky MKy uKy Ny Ry zTy {Ty 1Uy 2Uy Uy *Vy +Vy RWy Wy Wy Wy vXy Xy Xy Yy Zy <[y =[y [y [y ]y %^y &^y ^y _y by by cy cy )cy gcy xcy cy cy cy cy cy dy dy (dy jdy {dy dy dy dy dy ey ey &ey 6ey ey ey ey ey ey 
fy fy .fy ?fy Ofy Fgy Wgy ggy xgy gy gy gy gy hy hy ^hy ohy hy hy hy hy iy iy "iy 2iy xiy iy iy iy iy vjy jy jy jy jy jy ky ky )ky 9ky ky ky ky ky ky ly ly #ly 4ly Dly my ny ny oy 	oy py qy ry ry sy nty svy vy vy Kwy Lwy yy @{y A|y |y |y |y |y ~y y oy y y y ڏy y 
y "y >y y y y y y y y ®y y y y y y y y y yy zy Բy ղy ߴy y y y y y ey y y @y Ay ׹y y y y y y xy y y y :y ;y >y gy y y y y 
y y y Xy y y yy zy y By xy y y Iy y y y y y y y y ~y 	y 
y y ~y y My Ny y -y sy y y y y vy y y Ly My y oy y y  z  z z 	z 	z 
z 
z z z z z `
z a
z Bz z z z z Yz Zz z z z z lz mz Pz z z hz iz -z lz z z V z  z "z E*z .z .z .z .z (/z j/z =0z 0z  1z 1z 1z U2z c2z p2z 2z 2z 2z 2z 2z 3z 
4z ;4z k4z 4z 4z 4z t7z 9z B:z R@z %Iz Iz Kz Vz Wz Wz Wz Wz Xz )Xz EXz bXz Xz Xz Xz Xz Xz Yz -\z 8`z bz bz bz bz {cz cz cz dz "ez Oez Pez fz Gfz Hfz gz hz hz hz riz siz kz kz kz [lz mz pz pz pz pz pz qz qz &qz 7qz Gqz qz qz qz qz qz rz rz )rz :rz Jrz rz rz rz rz rz 0sz Asz Qsz bsz rsz sz sz sz sz sz tz tz uz uz &uz muz ~uz uz uz uz uz 
vz vz .vz >vz vz vz vz vz vz wz 'wz 7wz Hwz Xwz xz %xz 5xz Fxz Vxz xz xz xz xz xz #yz 4yz Dyz Uyz eyz yz yz yz yz yz {z #|z $|z |z |z ~z az z z Cz z z mz nz z z Iz ވz ߉z 1z 2z z z z z 
z 3z Mz _z xz z z z ܝz z ,z Iz $z %z z z `z z +z 5z 6z z z z z z z rz sz }z z (z )z z z z z z z z uz 5z Iz Jz z z z )z *z +z z z z z z z |z z z Cz Dz z !z z z z z z z z z z z z z z z +z +z z z z z mz z _z z z ez z z z z z z z 9z ]z z z 
{ 
{ { { 
{ &{ { '{ ({ { { ){ { { { { { { Y{ Z{ { 2 { "{ "{ #{ #{ C%{ {%{ 
&{ &{ '{ C({ ({ ){ ){ *{ 
+{ +{ +{ -{ 3.{ d0{ 7{ 7<{ ?<{ <{ <{ <{ ={ ={ n>{ >{ (?{ ?{ ?{ @{ @{ H@{ I@{ i@{ p@{ @{ A{ A{ A{ 	B{ :B{ @B{ ^B{ E{ UG{ G{ M{ V{ W{ EY{ c{ <e{ ce{ me{ e{ e{ e{ e{  f{ f{ ?f{ Wf{ nf{ f{ f{ i{ m{ o{ o{ mp{ np{ q{ fq{ gq{ r{ r{ r{ r{ s{ s{ s{ !u{ 1v{ xv{ yv{ w{ w{ ;y{ ay{ by{ y{ 7{{ #~{ 4~{ D~{ U~{ e~{ ~{ ~{ ~{ ~{ ~{ "{ 3{ C{ T{ d{ { { { { { 0{ A{ Q{ b{ r{ ΀{ ߀{ {  { { I{ Z{ j{ {{ { { { { { Ă{ { { ,{ ={ M{ { { { ̃{ ܃{ ,{ ={ M{ ^{ n{ { ń{ Մ{ { { { Å{ Ӆ{ { { 3{ D{ T{ e{ u{ { ҆{ { { { >{ O{ _{ p{ { { { { D{ E{ "{ { X{ Y{ { { { { { { { { |{ }{ ϗ{ З{ 2{ 3{ B{ T{ { Ѫ{ { { { ,{ I{ ^{ z{ ${ ʻ{ { { { '{ ({ { G{ { { { ,{ -{ 7{ W{ { { { { { ;{ { { "{ #{ { { { |{ }{ { { { { ,{ -{ { { { { v{ w{ z{ { ={ >{ { D{ I{ { { { { { { { 9{ ~{ { C{ D{ { '{ ({ A{ 1{ 2{ { { U{ { E{ F{ { { { { { | i| | | G| H| L
| 
| | | 
| 
| | | | | Z| | .| $| $| >%| ?%| &| A'| B'| #(| (| (| ~)| )| )| H+| -| 0| 0| 51| 61| 2| 3| 3| 3| 5| 5| +6| 6| 6| i8| 8| !9| "9| ;| ;| >| E| I| I| J| ,J| dJ| J| yK| L| \L| L| %M| M| M| M| M| M| N| N| (N| 7O| IO| wO| O| O| O| O| R| T| ~U| [| ad| "e| f| ?q| r| s| s| -s| Ns| es| s| s| s| s| s| t| 't| Ot| iw| t{| T}| U}| ~| ~| ~| | | ,| ^| | | P| | | | σ| | | | | ن| |  | | Ո| | ҋ| | | | A| R| b| s| | | ь| | | | D| U| e| v| | ΍| ߍ| |  | | l| }| | | | | | | | )|  | 1| A| R| b| | | ʐ| ې| | 8| I| Y| j| z| ʑ| ۑ| | | | R| c| s| | | P| a| q| | | ѓ| | | | | _| p| | | | ܔ| | | | | | _| `| | | | | | | | H| M| | | %| &| | | | m| n| Х| ѥ| | | I| o| | | | ʸ| | | | ½| h| | `| a| | | | | g| q| r| | | | | S| T| | | | | d| e| | | ?| | | | | | q| | | | | R| e| f| g| | | | A| | | | | | | | 2| ]| | S| T| | | R| | | #| | | | | | g| g }  } X} } } } X} } '} (} } } M} Z} } } } P} u} } &} '} %} I'} '} '} (} b)} ,} c2} d2} 2} 2} e4} 4} 4} 5} :6} ;6} 7} 7} 7} 8} n;} 3>} 4>} >} >} @} @} FA} GA} *C} C} C} BD} CD} F} FF} F} F} 0I} oI} K} S} sW} {W} W} W} X} DX} Y} Y} Y} dZ} Z} /[} =[} J[} [} [} [} [} [} \} \} ]} E]} v]} |]} ]} N`} b} c} ,i} q} r} t} ~} x} } } ˀ} } } } <} Y} {} } } Ł} } } } } } } } U} } } ʍ} } )} *} } !} "} ]} m} } } L} M} w} } } 5} s} _} p} } } } ߙ} }  } } !} ^} o} } } } } } } } $} l} }} } } } 
} } +} <} L} } } } } ǜ} } ϝ} ߝ} }  } G} X} h} y} } ֞} } } } } h} y} } } } } } } "} 2} } } }  } 0} o} } } } } } } } /} ?} z} } } } } Y} } } } } ^} ;} } } } } } G} H} í} ĭ} #} } } } } n} o} ~} } } 
} '} 9} R} h} } } } `} } #} } } c} d} :} } } } } h} i} s} } } } L} M} W} w} } } ^} _} } Z} [} } } O} } #} $} h} i} } } } } } } } } y} z} V} } } } } } } [ ~  ~  ~ u~ ~ ~ ~ ~ ~ c~ d~ }	~ m
~ n
~ 
~ ~ ~ ~ ~ ~ G~ ~ 9~ ~ ~ ?~ ~ ~ ~ ~ ~ %~ %~ '~ 7(~ (~ (~ [3~ 4~ Y5~ Z5~ 6~  7~ j:~ @~ @~ z@~ {@~ B~ }B~ ~B~ _C~ C~ C~ D~ 3E~ 4E~ F~ I~ K~ K~ qL~ rL~ N~ UN~ N~ N~ P~ Q~ gQ~ Q~ Q~ S~ S~ ]T~ ^T~ V~ 
W~ >Y~ `~ e~ e~ Ze~ he~ e~ e~ f~ Hg~ g~ h~ ah~ h~ h~ h~ "i~ #i~ Ci~ Ji~ di~ sj~ j~ j~ j~ k~ k~ 8k~ m~ /p~ p~ v~ ~ ^~ ~ {~ ~ =~ G~ i~ ~ ~ ~ ڎ~ ~ ~ 1~ H~ c~ ~ ~ ~ ~ ~ G~ H~ ~ @~ A~ h~ ~ Ǜ~ ț~ ~ ~ ~ ~ ~ R~ S~ ~ ~ ~ ;~ <~ Ӣ~ ~ ~ ~ ~ /~ ?~ }~ ~ ~ ~ ~ ~ 
~ ~ .~ >~ ~ ~ ~ ~ ¨~ 
~ ~ +~ <~ L~ ~ ~ ɩ~ ک~ ~ #~ 4~ D~ U~ e~ \~ m~ }~ ~ ~ ~ ~ ~ ~ '~ t~ ~ ~ ~ ~ ~ ~ '~ 8~ H~ ~ ~ ~ ~ Э~ ~ ~ ~ ~ ή~ 
~ ~ .~ ?~ O~ ~ ~ ~ ͯ~ ݯ~ ~ )~ 9~ J~ Z~ ~ ~ ~ ~ ~ ~ ٵ~ 2~ 3~ ~ ~ ~ ~ ~ a~ b~ ~ V~ W~ ~ ~ ~ 
~ ~ .~ ~ ~ ~ ~ ~ ~ #~ 8~ T~ ~ ~ ~ ~ ~ ~ ~ ~ !~ ~ ~ ~ ~ ~ ~ 1~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ {~ ~ ~ V~ W~ ~ ~ ~ ~ ~ ~     P Q T }    	 #	 	 	 n 
 
    X    _        /      ! " c# d# ) C* + , !- "- &3 3 4 5 b6 c6 @ B B B 4D D H M M N N O P P P vQ wQ XR R R "T V oY pY Z Z [ [ \ \ f^ ^ _ ~_ _ Ca a a a ld d f [n r r r s >s s St t 6u u u kv yv v v v v v w x #x Qx x x x x { } X~ h ;     ۛ   ( ? [ x   Ϝ   ) C N . /    ާ ߧ  8 e f * ] ^        ٯ گ q     ʹ ݴ  , < M ]    ̵ ܵ  / ? P `   ɶ ڶ  F W g x   ҷ       , <     Ź  # 3 D T   ź ֺ  , = M ^ n * ; K \ l   ̼ ݼ  9 J Z k {  ǽ ׽    9 :    w   Y " '      _   G H     # I c u       B _ : ;   v    A K L     - .     > ?   	 	 	 	 	  K _ `   , ? @ A          Y Z  7  - .   ,   ! " " $ % % A( A) ) 2* * * - 2/ u0 1 1 {7 7 '9 4: : : @ *A OB sC  D D N #P P P Q <R U =[ >[ [ [ ?] ] ] ^ _ _ _ o` p` a Hd 
g g g g Yi i  j !j l Yl l m m n  o o o 
r Ir zt { M U   ܀    Ԃ >  	  $ ^ _        P V t ( k   ٚ  [  R y   Ʃ ݩ   3 U m   Ǫ ᭀ 챀 ̳ ͳ   / | }  ֶ   ȷ   7 G   & ' Q w x  M 9 J Z k {      8À IÀ YÀ jÀ zÀ À À À À À FĀ WĀ gĀ xĀ Ā Ā Ā ŀ ŀ &ŀ _ŀ pŀ ŀ ŀ ŀ ƀ ƀ ƀ ƀ ƀ !ǀ 2ǀ Bǀ Sǀ cǀ ǀ ǀ ǀ ǀ ǀ BȀ SȀ cȀ tȀ Ȁ Ȁ Ȁ Ȁ Ȁ ɀ ɀ ɀ ɀ ɀ 
ʀ Iʀ Zʀ jʀ {ʀ ʀ ʀ ʀ ʀ 	ˀ ˀ Tˀ eˀ uˀ ˀ ˀ 3̀ ̀ ̀ Z΀ [΀ 8Ѐ р nр oр Ҁ Ӏ Հ !ր "ր ր ր ؀ ڀ ۀ ۀ ۀ H܀ I܀ X݀ j     , B _ t  :     = >  ]    B C M m   & ' 1 Q   8 9  4 5   )    B C       ! ! " " S# T# 0$ Z$ _$ $ $ ' ( 5) ) ) O+ , , Y- Z- / =0 >0 W2 G3 H3 5 6 k7 7 [8 \8 !; < > > > E E F G ]H ^H bN N O Q Q Q 5\ ] 3^ 4^ p_ _ Dc h h Ti Ui j Wk Xk 9l l l m 
n n ^o q t t Ku Lu v /w w w y y Az z z | | 7} 8}     덁  4 B z   " r ܐ ;       $ > M _      Ɩ 	   w 8  U   ! C d {   ѷ   " = e   j k ! "  Á Á Bā tā ā ā fŁ Ł Ł Ɓ ǁ ,ȁ -ȁ ȁ ȁ ʁ ˁ ˁ ˁ ́ ρ ρ ρ 	Ё Ё WЁ hЁ xЁ Ё Ё Ё Ё Ё с с Zс kс {с с с с с ҁ ҁ &ҁ ҁ ҁ ҁ ҁ ҁ ҁ Ӂ Ӂ /Ӂ ?Ӂ 6ԁ Gԁ Wԁ hԁ xԁ ԁ ԁ ԁ ԁ Ձ NՁ _Ձ oՁ Ձ Ձ Ձ Ձ ց ց "ց hց yց ց ց ց fׁ wׁ ׁ ׁ ׁ ׁ ׁ ؁ ؁ )؁ u؁ ؁ ؁ ؁ ؁ ؁ ف ف $ف 4ف ځ uہ vہ ہ ہ ݁ ށ ߁ 
߁  ^ c   ; <  0 1       _        .  ~
  v w     }       i j   ! ! z" {" " " U$ $ $ 0% 1% & ' ' ' ' ' h* {- |. }. */ +/ .0 W0 0 0 1 1 1 2 2 H5 s6 6 i7 j7 8 2: h: : : 9= = = ? @ @ }C }D 	E nE E E H nJ K =L >L R S cT pU U U  \ f\ ] ^ <_ =_ i _k k k m xm p yv zv v v {x x x y Pz Qz 2{ { { |  I J 邂 ꂂ  ̈́ \ ] @  ߇ X Y  \ Պ ֊ F   5   қ   Z -   z ٞ E S `     ܟ 렂  + [    d  2 B  ֶ   Ă Ă Ă Ă ł ł 5ł Rł oł ł ł ł ł Ƃ ɂ (͂ ς 	ς ς ς kЂ Ђ Ђ т ҂ ?҂ @҂ ӂ 7ӂ 8ӂ sԂ Ղ Ղ Ղ bւ cւ ؂ ؂ ؂ Kق ڂ u݂ ݂ ݂ ݂ ݂ ݂ ނ ނ 'ނ 7ނ tނ ނ ނ ނ ނ ނ 	߂ ߂ *߂ :߂ ߂ ߂ ߂ ߂ ߂   1 A R b           ] n ~     
  . ~       ' 8 H   % 6 F       $ 4 E U      o     t Q   3   ] ^   9   ! "     	 #
 =
 O
 h
 ~
 
 
 
 v  9# ' ' y' z' P) ) * %* &* ~* * , , - - b- c- m/ / 0 0 t0 u0 1 p2 q2 2 2 e4 %5 95 :5 ~5 5 8 ; < < < < = = > > l? ? ? 3@ 4@ B D qD E E F G H H H J yK zK M N N Q R R S S S ]V X OY Y Y U` ` b c c c i j )k Ml l l qw x oy py z { ~        u   Ј I J  " 珃 菃   3 k   ޔ 3 }     s t 䚃 # T Ӥ ' / p ~   ˪ ^   w 㬃   8 9 Y ` z   ɮ  * 0 N  E д ຃ Ã tă 5ƃ Ѓ ,҃ S҃ ]҃ ҃ ҃ ҃ ҃ ҃ 
Ӄ /Ӄ GӃ ^Ӄ yӃ Ӄ փ ڃ ܃ ܃ ]݃ ^݃ 	ރ Vރ Wރ ~߃ ߃ ߃ ߃     ! h i    + Q R  '  $ 4 E U       # 3 D T        1 A R b       9 J Z k { r        - =       - = N ^           # 4 D U e      . ? O ` p 
   4 5   H I      w x  l m   " # 2 D       9 N j  ( 0 4 4 5 5 6 77 7 7 7 8 8 ': G: : :  ; ; = += = = > > ? @ @ l@ m@ B B B B C C E H I I fJ gJ jK K -L .L 
M 4M 9M M M P Q R R R )T nU U 3V 4V uX Y Y 1[ !\ "\ ^ _ E` ` 5a 6a c e f yg zg m Yn o p 7q 8q <w w x y xz yz   
  J     . /  1 2    n 疄 薄 8    % & џ 	   | Ѣ    Y       q Ŷ Ͷ   T  i  L      ֺ ׺    ' 9 g  ȼ μ 켄   n ~Ȅ Qф ҄ ӄ /ބ ߄ ߄ ߄  > U q       ? Y d D E       N { | @ s t                 1 B R c s      4 E U f v       \ m }      	   ! 1 B R      ( 9 I Z j      B S c t  @  Q  a  r             O ` p         O P       o	 8
 =   
 
 u 
  ] ^     9% _% y% % % % % % & * X6 u> PB QB B B D D WE aE bE E E G G CH DH H H J J TK UK K K /M M M 
N N O aP uP vP P P BS UV VW WW X X Y 1Y Y Y Z Z Z o[ p[ "^ M_ _ C` D` a c Bc c c f f f h i i Wl Wm m Hn n n q Hs t u u { { =} J~ ~ ~ ڄ @ e     9   蕅 R  S T ̟ ͟ U ϡ С  * +    ֥ ^ # $ ë ī o  6 7  o  2 3  6     _   cą ką ą ą ą 4Ņ ƅ ƅ ƅ Tǅ ǅ ȅ -ȅ :ȅ tȅ uȅ ȅ ȅ ȅ Ʌ Ʌ ʅ 5ʅ fʅ lʅ ʅ >ͅ υ Ѕ օ ޅ ߅ q  h       , I k           E          M ]   < = g   % c O ` p        N _ o        \ m }    	 	 ,	 <	 u	 	 	 	 	 
 
 
 
 
 7 H X i y      X i y     
 
 "
 
 
 
    _ p        / j {    I   p q N +   
   7 8        ^  _  n! ' 2 2 3 )3 B3 X3 u3 3 3 P8 C L O O SP TP *R sR R R  S XS YS cU U U U <V =V GX gX X X NY OY Z J[ K[ [ [ ?] ] ^ ^ X^ Y^ ` c d d e e f f ig jg Fh ph uh 
i i k l Km m m eo p p oq pq s St Tt mv ]w ^w y z { { q| r| 7 怆 )   /  ۊ 苆 s t x ޒ  '   K ס I J   Z   j k  m n O Ȱ ɰ  # $ t   ¸ a b 
 E Ի ջ  
 W о Ѿ   M N Æ Æ .Ɔ ͆ ҆ 	҆ J҆ X҆ ҆ ҆ ӆ 8Ԇ Ԇ Ԇ QՆ Ն Ն Ն ֆ ֆ 3ֆ :ֆ Tֆ c׆ u׆ ׆ ׆ ؆ 
؆ (؆ چ ݆ ݆   N  k  - 7 Y z     	 ! 8 S {     7 8  0 1 X    |	 	 	 
  B C    + ,       / m ~      
  . p        , <       $ 4 E U L ] m ~       d u       ( 8 ~     |        / ?        ) : J        ! " "# ## $ t% y' ' ' Q( R( * F, G- - - - - / 5 u@ @ @ @ @ @ A (A DA E Q Y ] ] ] ] _ ` ` ` ` ` ` c !c c c c c e f f f f f kh h h Fi Gi j k k k k k ~n q r r @s As Dt mt u u u v v v v ^y z z { { } H~ ~~ 
  O            Ռ  Ǐ S T ͖ 3 y     |  Ţ R S 魇 u 篇 诇 $      	     f g H  ¿  Ç _Ƈ `Ƈ Ƈ  Ǉ ȇ ȇ rɇ sɇ Vˇ ˇ ˇ ṅ ȯ 3· r· · · \ч ч Ӈ Kۇ ߇ ߇ ߇ ߇ . p C  &   [ i v        A q    z  H X +   	     	 /	 K	 h	 	 	 	 	 	 
 3
 >         ( U V  M N     x y    a  ! ! ! ! ! " " ," =" M" " " " " " # # /# @# P# # # # # # 6$ G$ W$ h$ x$ $ $ $ $ $ % % & & ,& s& & & & & ' ' #' 4' D' ' ' ' ' ' ( -( =( N( ^( ) +) ;) L) \) ) ) ) ) ) )* :* J* [* k* * * * * * , )- *- - - / g0 0 0 I2 3 5 s5 t5 5 5 O8 9 : 7; 8; ; ; < B N 9N SN eN ~N N N N N S 2_ Og *k +k k k fm m 1n ;n <n n n p p q q xq yq s s .t /t t t 	v v v v v {x ;y Oy Py y y | / 0 1 ހ ߀ ⁈       I J  '     拈    펈      1 1  "   s " e   k Ѥ  $     ? c       ¾ ,  -Ȉ .Ȉ Ȉ Ȉ /ʈ ʈ ʈ ˈ ̈ ̈ ̈ _͈ `͈ Έ 8ш ӈ ӈ Ԉ Ԉ Iֈ ֈ ׈ ׈ ؈ Iو و ڈ 
ڈ ۈ ܈ ܈ ܈ ވ 9߈ j  = E      t  .     N O o v      A G e  \     L
  C j t      $ F ^ u         t! u!  " m" n" # # # # $ $ $ (& 8' ' ' ( ( B* h* i*  + >, */ ;/ K/ \/ l/ / / / / / )0 :0 J0 [0 k0 0 0 0 0 0 71 H1 X1 i1 y1 1 1 1 2 2 P2 a2 q2 2 2 3 3 3 3 3 4 #4 34 D4 T4 4 4 4 4 4 35 D5 T5 e5 u5 5 5 5 5 5 6 6 6 6 6 :7 K7 [7 l7 |7 7 7 7 7 
8 E8 V8 f8 w8 8 $: : : K; L; )= > _> `> ? @ B C C C C E G H H H 9I :I IJ [P [ [ [ \ \ 3\ P\ e\ \ +a l t x x .y /y { N{ { { { 3| 4| >~ ^~ ~ ~   " B ́ ΁ ) *  % &    چ   3 4  Ό ύ Ѝ } ~   D E ! K P 葉 鑉  ƕ &   @   J K  . / H 8 9 Т У \  L M      
 p  ô N O S  ޼    &ɉ ʉ $ˉ %ˉ ả ̉ 5Љ Չ Չ E։ F։ ׉ H؉ I؉ *ى ى ى ډ ډ ډ O܉ މ   < =        2   p  ( )   	    % 3 k    c  ,        / ?  Q               i *  G" # 	$ $ 5$ V$ m$ $ $ $ $ $ % /% W% q( |, \. ]. / / / 0 
0 41 f1 1 1 X2 2 2 3 4 5 5 5 5 7 8 8 8 9 < < < < = I= Z= j= {= = = = = = 
> L> ]> m> ~> > > > > ? ? t? ? ? ? ? ?  @ @ !@ 1@ (A 9A IA ZA jA A A A A A @B QB aB rB B B B B C C ZC kC {C C C XD iD yD D D D D D E E gE xE E E E E E F F &F G gH hH H H J K K K M PN UP P P -Q .Q S "U #V uV vV V V W ] Qi wi i i i i i j  j n pz  h i ͆ Ά  툊 o y z ҉ Ӊ ݋  [ \    ᎊ l m ȏ ɏ G đ ő " #  y   Ҕ Ӕ Z m n o     I 㝊 䝊  ꞊    : e ţ [ \ ߥ $ Z 駊 ꧊ + ͪ Ϊ 笊 ׭ ح o o  ` 벊 첊  `  / 0   U b   Ȋ XɊ }ʊ ˊ .̊ /̊ ֊ Q؊ ؊ ؊  ڊ jڊ ݊ k l   m    B C $    v ; <     N O 2   J K  N   8 w  ' {    
	 L	 
 
  l  7 E R      
 
  M ~   V  $ 4 # # % / 1 1 1 1 1 2 '2 D2 a2 2 2 2 2 2 6 : ; ; < < ]= = = > ? 1? 2? ? )@ *@ eA uB B B TC UC E E E =F {G gJ xJ J J J J J K K )K fK wK K K K K K L L ,L tL L L L L M #M 3M DM TM M M M M M N N N N O OO `O pO O O O O O P  P pP P P P P P 	Q Q *Q :Q Q R R (R 8R wR R R R R S S &S 7S GS S S S S S aU V V V V fX CY Y Y %[ [ ] O^ P^ ^ ^ +a b c d d vd wd e k v w /w Aw Zw pw w w w h|  +   k l B  
   p q {    T U _  
  f g 型 b c   W  + , p q    
    窋   ^   % & د  c   } ´    ɷ k l  u v 
 
     OË ċ AƋ Ƌ Ƌ G͋ ͋ ΋  Ћ Ћ Ћ ֋ ֋ ؋ ?ً ً ً c  a b   r 	 
      g    ; <     y z % ]    % o     e f   F
   ! b p    P  
 i    * + K R l {     " @  7! ! ' 0 f1 '3 = ? E? O? q? ? ? ? ? ? !@ 9@ P@ k@ @ C G I I OJ PJ J HK IK pL L L L M M M O P ZP [P P P S CS DS S U X X &X 7X GX X X X X X Y Y %Y 6Y FY Y Y Y Y Y Z #Z 3Z DZ TZ Z Z Z Z Z +[ <[ L[ ][ m[ d\ u\ \ \ \ \ \ ] ] /] |] ] ] ] ] ^ ^ /^ @^ P^ ^ ^ ^ ^ ^ _ _ _ _ _ ` &` 6` G` W` ` ` ` ` `  a 1a Aa Ra ba b c c &d 'd f f :g ;g h i k k k il jl n ^p _q q q r r $s 6y   ̈́ ߄   + @ \   ɝ   	 
 ࣌ )       9               ^ _   ɯ ʯ       X Y \      & + ú ĺ v      `  %Ì &Ì gŌ 	ƌ 
ƌ #Ȍ Ɍ Ɍ ˌ ̌ 7͌ ͌ 'Ό (Ό Ќ Ҍ ӌ kԌ lԌ ڌ Kی ܌ ݌ )ތ *ތ .    j k      <       !   # $  ~  `   *  w
 x
     
 
 n  
   K    t   c # #  $ $ F$ $ [% % >& & ' s' ' ' ' ' ' ' 
( ) +) Y) ) ) ) ) , . `/ p5 C> ? @ !K L L L M 0M GM cM M M M M M 	N 1N KQ VU 6W 7W W W X X X Z @Z mZ nZ 2[ e[ f[ \ ] ] ] ^ ^ ` ` ` ya b e e e e e #f 4f Df Uf ef f f f f f &g 7g Gg Xg hg g g g g g Nh _h oh h h h h h h i j j #j 4j Dj j j j j j k +k ;k Lk \k k k k k k 4l El Ul fl vl 2m Cm Sm dm tm m m m m m An Rn bn sn n n n n n  o p Aq Bq q q s t t t av *w /y y y z z g| } ~ O P    Ԇ + Q k }   ɒ ޒ   J g B C   ~ Ǳ I S T    ״ 5 6     F G   !      S g h   4 GÍ Hč Ič č č ō #ƍ ƍ ƍ Ǎ Ǎ Ǎ aȍ bȍ ˍ ?̍ ̍ 5͍ 6͍ ΍ ύ 4Ѝ Ѝ Ѝ Ӎ Ӎ Ӎ Ս ֍ ֍ Iٍ Iڍ ڍ :ۍ ۍ ۍ ލ : } 	 
   / <    2 W {  	  +    D  E F   G       w x  P     a  ( )  a  $ %  (      # Q# % - U1 ]1 1 1 1 &2 2 3 3 F4 4 5 5 ,5 f5 g5 5 5 5 6 6 6 '7 X7 ^7 |7 0: s< < C K L cN X ZZ Z Z Z Z Z [ [ ;[ ][ u[ [ [ [ ^ b d d e e 7f f f g g h h h i i ?j Ok k k .l /l Yn n n o Up As Rs bs ss s s s s s t @t Qt at rt t t t t t u Nu _u ou u u u u 
v v .v gv xv v v v w w w w w )x :x Jx [x kx x x x x x Jy [y ky |y y y y y z z z z z { { Q{ b{ r{ { { { {  | | !| \| m| }| | | ;~ ~ ~ b c @  v w  Ȅ ͆ ) *      팎  P Q ` r ɟ  	  4 J g |  B 谎  ༎ Ἆ E F  e 翎   J K U u   .Î /Î 9Ŏ YŎ Ŏ Ŏ @Ǝ AƎ ǎ <Ȏ =Ȏ Ȏ Ȏ 1ʎ ʎ ˎ ˎ Jˎ Kˎ ͎ Ў ю ю Ҏ Ҏ ӎ ӎ [Ԏ \Ԏ 8Վ bՎ gՎ Վ  ֎ ؎ َ =ڎ ڎ ڎ W܎ ݎ ݎ aގ bގ  E F _ O P   s  c d )     !    e f j       =
  ; < x  L   \ ]  _ ` A      f  " % % S& T& ' 7( ( ( * * I+ + + - - ?. @. 0 0  3 : > > <? J? ? ? @ *A zA A CB B B B C C %C ,C FC UD gD D D D D E G J J P Y @Z \ ]f g h )h Kh lh h h h h h i *i Ei mi l p rr sr )s *s s "t #t Ju |u u u nv v v w x 4y 5y y y { | | | } ߀     ! _ p    ށ      b s    삏  
  .     ̃   & 7 G > O _ p  ǅ ؅ 腏  	 V g w   膏  	  * p     n         ! 1 }        , < ً } ~    ގ     f k ǔ Ȕ C D  8 9       g    ҭ 譏   6 ಏ  Ə ~ʏ ʏ ʏ ʏ ̏ ͏ ͏ ͏ ͏ ͏ ͏ Ϗ Џ qЏ rЏ Џ Џ ҏ ҏ ӏ ӏ ӏ ӏ ]Տ Տ Տ 8֏ 9֏ ׏ ؏ ؏ ؏ ؏ ؏ pۏ ޏ ߏ ߏ 2 3 6 _         P {  q r  : p    A         v    v  E F  % k x   
 n
   D E  g     ! ' ' ' ' ) ) ) * X+ Y+ :, , , . 0 Q3 R3 3 3 5 5 d6 e6 H8 8 8 `9 a9 %; d; ; ; N> > @ =H L L L L  M bM 5N N O O O MP [P hP P P P P P Q R 3R cR R R R lU W :X J^ g g i s u u u u 
v !v =v Zv wv v v v v w %z 0~   ǀ Ȁ s   肐  G H  ? @ {  ҆ ӆ j k    S  }        / ? |        ! 2 B     ̐ ( 9 I Z j   đ Ց 呐 ܒ 풐    e v       & 6     Ȕ   / @ P   - > N     ϖ  , < M ]    ʗ ڗ w     | Y   ;  	 e f ᢐ ⢐ A ֦ ק ) *      + E W p    Ի ~ $̐ AԐ ؐ ؐ ؐ ؐ Xڐ ڐ #ې -ې .ې ې ې ݐ ݐ ސ ސ jސ kސ u    ! | }  x y   m - A B    ! " #       t   ; <   y              # #     e 	 W
 
 
 ]  	      1 U   y( * w* x* + , / 5  5 5 5 !7 7 7 }8 8 8 9 Q: R: ; *> @ @ A A ;C sC D D E ;F F F F H I {I |I K +L \N U /Z 7Z xZ Z Z  [ [ f\ \  ] ] ] ] ^ @^ A^ a^ h^ ^ _ _ _ ` 2` 8` V` 
c Me e k t |u =w  4 [ e    ۃ   7 O f   Ç ΋   e f  ^ _   向 搑  ݑ ޑ  ) p q  	 3 Y Z  /  , < M ]    ͜ ݜ  + ; L \    Н  ( 9 I Z j ƞ מ 瞑   A R b s  z       $ 5 E    ġ ԡ $ 5 E V f   ͢ ޢ    ˣ ܣ 죑 + < L ] m  ʤ ڤ 뤑  6 G W h x    < =   P Q ٬       ߲ t u ǵ ȵ * + : L ȑ ȑ ȑ ȑ ɑ $ɑ Aɑ Vɑ rɑ Α ّ        ?    $ % / O    	  3        t u     $ %     n o r  5 6  < A        1 v  ; < }	 
  
 9 )
 *
   M  = >       a   ! ?" @" D( ( ) * + + 6 7 8 8 R9 9 &= B B 6C 7C D 9E :E F F F vG G G @I K N N -O .O P Q Q Q S S #T T T aV V W W Y Y [ yc g g h $h \h h qi j Tj j k k k k k k k l  l /m Am om m m m m p r vs y Y  ۄ 7 Ґ   % F ] y   Ց 푒   G a l L M      $ V   H { |  ǡ     Ѥ    ͦ  ʩ ک 멒  9 J Z k {  ɪ ٪ ꪒ  < M ] n ~ ƫ ׫ 竒   d u    ߬     !  ) 9 J Z   ® Ӯ 㮒 0 A Q b r ¯ ӯ 㯒   J [ k |  H Y i z  ɱ ڱ 걒   W h x   Բ 岒     W X ڵ ۵    ︒ w @ E     }  Ò eÒ fÒ Ò Ò Ē ʒ A֒ g֒ ֒ ֒ ֒ ֒ ֒ ֒ ג ے ` } X Y     _ i j     K L     \ ]   7       i } ~   J ] ^ _ 	 
	 
 9
 
 
    w x * U  K L   J         _ _  P   " P$ % &  & , , E. R/ / / 5 H6 m7 8 9 9 C AE E E F ZG J [P \P P P ]R R R S 2T 3T U U U V fY +\ ,\ \ \ w^ ^ >_ ?_ "a wa a :b ;b c >d d d (g gg i q ku su u u u <v w w w \x x 'y 5y By |y }y y y y z z 
{ ={ n{ t{ { F~   $   y ՜ p   Þ 䞓   4 Q s    埓  
 ꨓ 먓   M   «  ! " 欓   U e   D E o   - k W h x   ׷ 跓  	  V g w   ڸ 븓    d u      # 4 D }      ǻ ׻ 軓  ? P ` q  μ ߼ ３    ` q    轓  	  * 澓    ( g x       ' 7 r     Q   xÓ yÓ Vœ 3Ɠ Ɠ Ɠ ȓ ȓ ʓ ?˓ @˓ ˓ ˓ Γ ϓ Г ѓ ѓ fѓ gѓ vғ ؓ    1 J ` }   X       [ \ 2 {    ` a k    D E O	 o	 	 	 V
 W
  R S   G    ` a         q r N x }     S   m  ! ! w" x" $ [% \% u' e( f( * + , , y- z- ?0 1 13 3 3 7: : ; < {= |= C C E /F F F SQ R QS RS T T bX ] ] r^ s^ _ u` v` Wa a a b +c ,c |d g i i ij jj l Ml l l n o _o o o q q Ur Vr t u 6w ~ 	  R `  ڃ  @   Y ņ ӆ    ; B \ k }  ۈ   0 䋔 '    V  s  5 ? a    Ҭ ﬔ  ) @ [      ? @ 뷔 8 9 `         J K ⽔ 㽔 
 3 4  	 Ĕ Ŕ Ŕ 'Ŕ 7Ŕ uŔ Ŕ Ŕ Ŕ Ŕ Ŕ Ɣ Ɣ &Ɣ 6Ɣ xƔ Ɣ Ɣ Ɣ Ɣ ǔ ǔ #ǔ 4ǔ Dǔ ǔ ǔ ǔ ǔ ǔ Ȕ ,Ȕ <Ȕ MȔ ]Ȕ Tɔ eɔ uɔ ɔ ɔ ɔ ɔ ɔ ʔ ʔ lʔ }ʔ ʔ ʔ ʔ ʔ ˔ ˔ 0˔ @˔ ˔ ˔ ˔ ˔ ˔ ̔ ̔ ̔ ̔ ̔ ͔ ͔ &͔ 7͔ G͔ ͔ ͔ ͔ ͔ ͔ Δ !Δ 1Δ BΔ RΔ ϔ Д Д є є Ҕ Ӕ *Ԕ +Ԕ Ք |֔ ؔ ؔ ؔ Yٔ Zٔ ۔ Nݔ Oޔ ޔ ޔ ߔ ߔ  & }       0 L   
            	 )      
     s   N O        " # # H$ I$ L% u% & & & ' ' ' ' f* + + , , . P/ / 0 0 W2 2 2 5 6 6 8 9 ': : ; ; = ? @ [A \A G ;H I J K K Q Q R S ZT [T ^ }` ` ` ,b b  f k k l l m n n n no oo Pp p p r t gw hw x x y y zz {z ^| | | v} w} ; z   d  Ԅ S     6 x K ޒ .   c q ~   ٔ   	  I y   Ζ  ś P ` 3     ӹ ݹ    7 S p   Ǻ ޺  ! ; F &ĕ 'ĕ ĕ ĕ ŕ ŕ ŕ ƕ 0Ǖ ]Ǖ ^Ǖ "ȕ Uȕ Vȕ ɕ ʕ ʕ ʕ ˕ ˕ ͕ ͕ ͕ iΕ ϕ ҕ ҕ ҕ ҕ ҕ ӕ $ӕ 4ӕ Eӕ Uӕ ӕ ӕ ӕ ӕ ӕ ԕ 'ԕ 7ԕ Hԕ Xԕ ԕ ԕ ԕ ԕ ԕ >Օ OՕ _Օ pՕ Օ Օ Օ Օ Օ Օ ֕ ו ו $ו 4ו {ו ו ו ו ו 
ؕ ؕ +ؕ <ؕ Lؕ ؕ ؕ ؕ ؕ ؕ $ٕ 5ٕ Eٕ Vٕ fٕ "ڕ 3ڕ Cڕ Tڕ dڕ ڕ ڕ ڕ ڕ ڕ 1ە Bە Rە cە sە ە ە ە ە ە ݕ 1ޕ 2ޕ ޕ ޕ  o   Q   { |   W   ? @      A [ m       : W 2 3   n  9 C D   ! ! %" &" " " $ $ 6% 7% % % ' ' ' ' ' ) C* W* X* * * $- 70 81 91 1 1 2 3 3 3 4 4 4 Q5 R5 8 /9 9 %: &: ; < $= = = ? @ @ B C C 9F 9G G *H H H {K *M mN N N sU U W ,X X X ^ "_ G` ka a a l n n n o 4p s 5y 6y y y 7{ { { | } 
} } g~ h~  @     Q     Q    ٌ     A r  E M   Ԟ  韖 | ̠ 6     V W w ~    磖  H N l   c   Ѹ  S Ŗ Jǖ qǖ {ǖ ǖ ǖ ǖ ǖ Ȗ +Ȗ MȖ eȖ |Ȗ Ȗ Ȗ ˖ ϖ і і {Җ |Җ 'Ӗ tӖ uӖ Ԗ Ԗ Ԗ Ԗ Ֆ Ֆ Ֆ /ז ?ؖ ؖ ؖ ٖ ٖ Iۖ oۖ pۖ ܖ Eݖ 1 B R c s      0 A Q b r      > O _ p       W h x         * : K [      : K [ l |           A R b s       L ] m ~  +   R S 0 
 f g             @ A P b    
 $
 :
 W
 l
 
 2  % ) ) 5* 6* , U, , , , :- ;- E/ e/ / / 0 0 )2 I2 2 2 03 13 4 ,5 -5 5 5 !7 7 7 7 :8 ;8 : = > > ? ? @ @ KA LA (B RB WB B B E F -G G G GI J J QK RK M 5N 6N OP ?Q @Q S T cU U SV TV Y Z \ \ \ c wc d e Uf Vf Zl l m 	o o o -z { +| ,| h} } < ӆ Ԇ L M Ո O P 1      V ޏ   C D  '     9   w  / 0  ߝ   㫗 뫗 , : r    j Ԯ 3        6 E W   汗 챗 
     oƗ 0Ǘ ȗ Mӗ ԗ ՗ ՗ ;՗ \՗ s՗ ՗ ՗ ՗ ՗ ֗ ֗ 5֗ ]֗ wٗ ݗ bߗ cߗ      : l   ^     $ %    
         O ` p         R c s        z        ' 7 . ? O ` p      F W g x     
  ` q    ^ o         ! m ~        ,  m n        V [   3 4  ( ) { |      W }      
 &  v+ 3 n7 o7 7 7 9 9 u: : : : : < = a= b= = = ? ? r@ s@ @ @ MB B B (C )C D E E E E E `H sK tL uL "M #M &N ON N N O O O P P @S kT T aU bU V *X `X X X 1[ [ [ ] ^ ^ ua ub c fc c c f fh i 5j 6j p q [r hs s s y ^z { | 4} 5} ˇ W ɉ ʉ  p ڎ q r ꔘ 딘 s 햘  ϗ H I *    | A B ᠘ ⠘  Ţ T U 8  ץ P Q  T ͨ Ψ > }  -   ʹ ع  R %   r Ѽ = K X     Խ 㾘  # S    \ Ę *Ř :˘ 
Ԙ Ԙ ֘        - J g              c    
 7 8  / 0 k {   Z [    C  m ~        / l }       " 2 z      ) 9 J Z            U  f  v            & v        0 @  
  . > }       , = M      g     l	 I
 
 
 +   U V   1     | }   ' ( 5( G( `( v( ( ( ( n- 9 1A E 
E qE rE HG G H H H vH wH J J J  K ZK [K eM M N N lN mN O hP iP P P ]R S 1S 2S vS wS U Y Z Z Z Z [ [ \ \ d] ] ] +^ ,^ ` 	b ib b  c d e e f f h qi ri k {l |l o p p q q q Ut v Gw w w M~ ~       ! E Ҋ ӊ i  g h   x        m 楙 祙 Ȧ A B   ߭ ୙   + c   ֲ + u  ﳙ   k l ܸ  L  Ǚ 'Ǚ hǙ vǙ Ǚ Ǚ ș Və ə ʙ oʙ ʙ ʙ ʙ 0˙ 1˙ Q˙ X˙ r˙ ̙ ̙ ̙ ̙ "͙ (͙ F͙ ϙ =ҙ ҙ ؙ  l -  $ K U w      ' ? V q      U V  N O v       	   ` a   # I J   	 	 ,	 =	 M	 	 	 	 	 	 

 
 +
 <
 L
 
 
 
 
 
  ) 9 J Z      1 B R c s j
 {
 
 
 
 
   % 5       % 5 F V            , < M ]      & 7 G X h    , - 
  @ A      o p  d! e" " " # # *$ <* 5 5 5 5 5 6 16 F6 b6 ; F N R R S S T /U U U U V V X ?X X X X X [ #[ [ [ 
\ \ ] ^ ^ d^ e^ _ ` ` ` a a c f g g ^h _h bi i %j &j k ,k 1k k k |n o p p p !r fs s +t ,t mv w w )y z z | } =~ ~ - .   儚 q r 닚 Q   / 0 4   㗚 p q     B     & '  ) *    f ߴ ച 0  } ~   ɽ    t     QÚ Ú 	Ě 
Ě zƚ ƚ Ț iК Ԛ Ԛ ՚ ՚ L՚ ՚ a֚ ֚ Dך ך 
ؚ yؚ ؚ ؚ ؚ ؚ ؚ ؚ ٚ ښ 1ښ _ښ ښ ښ ښ ښ ݚ ߚ f v I 
  '     6 M i       7 Q \ < =   	 	 	  F s t 8 k l 
                ) : J [ k      , = M ^ n      T e u          ) : J        1 A R b      : K [ l | 8 I Y j z      G X h y        ! G" H" " " $ % % % g' 0( 5* * * 
+ + m- / 0 U0 V0 0 0 1 7 1C WC qC C C C C C  D H PT m\ H` I` ` ` b b Oc Yc Zc c c e e ;f <f f f h h Li Mi i i 'k k k l l m Yn mn nn n n :q Mt Nu Ou u u  w )w w w x x x gy hy | E} } ;~ <~   : Ɂ ʁ    ǆ   O O ۋ @ ˌ ̌  @      5 B ͜ Μ Ң 8 ]     1   ೛ J  K L Ľ Ž M ǿ ȿ  " #  } ~ Û Vƛ ɛ ɛ ɛ ɛ g˛ ˛ .̛ /̛ Λ gΛ Λ *ϛ +ϛ Л .ћ ћ ћ ԛ Wԛ ֛ ޛ [ c    ,    L   % 2 l m       - ^ d  6 y     i 	 `       $ A c {          =        	 
 E U   4 5 _     [! G$ X$ h$ y$ $ $ $ $ $ 	% F% W% g% x% % % % % % & T& e& u& & & & ' ' $' 4' m' ~' ' ' ' ( ( ( ( ( /) @) P) a) q) ) ) ) )  * P* a* q* * * * * * 
+ + + + + , , W, h, x, , , , , - - '- b- s- - - - A/ / / h0 i0 F2 #3 |3 }3 5 5 7 /8 08 8 8 ; < = = = V> W> f? xE P P Q !Q :Q PQ mQ Q Q HV a j m m Kn Ln "p kp p p p Pq Qq [s {s s s 4t 5t ?v _v v v Fw Gw x By Cy y y 7{ { | | P| Q| ~ 끜 삜 킜    Ǆ a b > h m    ㊜ C ً ڋ ]  ؎ g h  K L e U V 헜 혜 y ޙ i j / ޞ !   '  Ө ੜ k l p ְ     C Ͽ A B ~  RŜ ʜ ʜ b˜ c˜ ̜ e͜ f͜ GΜ Μ Μ Ϝ М М lќ Ӝ ֜ ֜ Yל Zל ٜ =ٜ ٜ ٜ ۜ ܜ Oܜ ܜ ܜ ޜ ޜ Eߜ Fߜ   &    B P    0   I    
  + 2 L [ m           
 F 
 c  % / Q r       0 K s  ! x# y# /$ 0$ $ (% )% P& & & & t' ' ' ( ) :* ;* * * , #- $- - . 1 1 2 2 '2 e2 v2 2 2 2 2 2 3 3 &3 h3 y3 3 3 3 3 4 4 $4 44 4 4 4 4 4 5 5 ,5 =5 M5 D6 U6 e6 v6 6 6 6 6 6 7 \7 m7 }7 7 7 7 7 8  8 08 v8 8 8 8 8 t9 9 9 9 9 9 : : ': 7: : : : : :  ; ; !; 2; B; < = = > > ? @ A A B lC qE E E IF JF H >J ?K K K K K M S m^ ^ ^ ^ ^ ^ _  _ <_ c o w { { { { } 	~ ~ ~ ~ ~ ~   w x ҁ Ӂ ݃    䄝 儝 c  ᆝ > ? Ո      v    8 9 < e    ܓ     V  ᘝ w x  @ v   G 韝 ꟝       |   ͪ |  K L Ŵ + q ~ 	 
  t   J K ˝ m͝ ͝ ͝ ϝ ϝ ҝ ؝ ؝  ٝ ٝ ڝ ۝ ۝ ۝ ^ܝ _ܝ @ݝ ݝ ݝ 
ߝ  W X     j k N   f g + j   T   C     & h ;        S a n        9 i    r  @	 P #   % & & & & ' '' C' `' }' ' ' ' ' ( ++ 6/ 1 1 1 1 y2 2 2 3  4 M4 N4 5 E5 F5 6 7 7 7 p8 q8 : : : Y; < ? ? ? ? ? @ @ $@ 5@ E@ @ @ @ @ @ A A 'A 8A HA A A A A A .B ?B OB `B pB B B B B B C C D D $D kD |D D D D D E E ,E <E E E E E E F %F 5F FF VF G #G 3G DG TG G G G G G !H 2H BH SH cH H H H H H }J !K "K K K M _N N N AP 
Q S kS lS S S GV W X /Y 0Y Y Y Z ` l 1l Kl ]l vl l l l l q *} G " #   ^  ) 3 4       p q {  & '    ~  ܔ ݔ s 3 G H    ' ( ) ֞ מ ڟ    z   A B       ީ    嬞      ) )     k  ] 點 껞 c  Ğ Ş Ş Ş ˞ ̞ 7͞ [Ξ Ξ Ξ ٞ ۞ }۞ ~۞ ܞ $ݞ  % &   '       W X  0     A y  	  A         1 b  5 = ~     l
 
 &     F G g n      8 > \  S   % & C( 2 :4 a4 k4 4 4 4 4 4 5 =5 U5 l5 5 5 8 < > > k? l? @ d@ e@ A A A A B B B D /E vE wE F F 9H _H `H H 5J !M 2M BM SM cM M M M M M  N 1N AN RN bN N N N N N .O ?O OO `O pO O O O O P GP XP hP yP P Q Q Q Q Q 	R R *R ;R KR R R R R R *S ;S KS \S lS S S S S S T T T T T 1U BU RU cU sU U U U U V <V MV ]V nV ~V X X X BY CY  [ [ V\ W\ ] ^ ` 	a 
a a a c ze {f f f 0g 1g @h Rn y y y y z *z Gz \z xz " Ȋ 咟   % &  E Ǚ љ ҙ * + 5 U      9 ğ ş   !    z {  Ѥ 够 椟 * +  Ū ƫ ǫ t u x  ; <  B G ߯ ௟      7 |  A B  % & ? / 0   S  Cß Dß 	Ɵ ǟ ȟ ɟ ɟ П gП џ ҟ Eӟ Fӟ Jٟ ٟ ڟ ۟ ܟ ܟ     X  ,   < =  ? @ !   |   F    3  4        )   g     
 
  
     * b  w 
 Z  #        & 5 G u     ! # |$ * _3  4 5 =@ A A 	B +B LB cB B B B B B 
C %C MC gF rJ RL SL 	M 
M M N N *O \O O O NP P P Q R S S S S U U U V W Z Z Z Z [ ?[ P[ `[ q[ [ [ [ [ [  \ B\ S\ c\ t\ \ \ \ \ \ ] j] {] ] ] ] ] ] ^ ^ '^ _ /_ ?_ P_ `_ _ _ _ _ _ 6` G` W` h` x` ` ` ` ` 
a Pa aa qa a a Nb _b ob b b b b b c c ]c nc ~c c c c c c d d e ]f ^f f f h i i i }k Fl Kn n n #o $o q s t kt lt t t u { G m    ȇ 几    f  ^ _ ä Ĥ  㦠 e o p ȧ ɧ ө  Q R    ׬ b c   =      o   Ȳ ɲ P c d e    ? ٻ ڻ  ༠ 张 } ~ 0 [  Q  R  à Š PŠ Š Š !Ƞ Ƞ Ƞ ʠ ˠ ˠ eΠ eϠ Ϡ VР Р Р Ӡ Vՠ ֠ %נ &נ ݠ ޠ Kߠ X    N s  $ %  G    `  a b   c    8 9     l
 1
 2
 
 
 }  D E ( }  @ A  D   . m  " q& y& & &  ' B' ( ( ( b) ) -* ;* H* * * * * * + + , C, t, z, , L/ 1 2 *8 @ A C M vO O O O O P P :P WP yP P P P P T X Y Y Z Z S[ [ [ \ \ '] (] ] ^  ^ [_ k` ` ` Ja Ka uc c c 3d qe ]h nh ~h h h h h h i i \i mi }i i i i i j j "j jj {j j j j k k )k :k Jk k k k k k l l l l l Em Vm fm wm m m m m n n fn wn n n n n n o  o 0o o o 
p p .p mp ~p p p p p q q -q =q xq q q q q Ws s s ~t t \v 9w w w y y { E| F| | | !   	 
 l m |  唡  % 7 P f    ^  !   a b 8   
  f g q  ﷡  J K U u    \ ] ۼ X Y   M 
 ! " f g ¡ ơ ǡ ǡ ǡ ǡ ȡ ȡ wɡ xɡ Tʡ ~ʡ ʡ ˡ ˡ ͡ Ρ Yϡ ϡ ϡ sѡ ҡ ҡ }ӡ ~ӡ ա a֡ b֡ {ء k١ l١ ܡ ݡ ݡ ݡ ޡ ޡ E  7   =         5   Y  W X   h	    x y  { | ]    1 2  
   o p  S      e      " " [# \# % & <( / 4 4 X4 f4 4 4 5 F6 6  7 _7 7 7 7  8 !8 A8 H8 b8 q9 9 9 9 : : 6: < -? ? E N \O Q y[ ] ;] E] g] ] ] ] ] ] ^ /^ F^ a^ ^ a e g g Eh Fh h >i ?i fj j j j k k k l 	n Pn Qn n n q 9q :q q s u v v -v =v {v v v v v v w w ,w <w ~w w w w w x x )x :x Jx x x x x x !y 2y By Sy cy Zz kz {z z z z z { { %{ r{ { { { { | | %| 6| F| | | | | | } } } } } ~ ~ ,~ =~ M~ ~ ~ ~ ~ ~  ' 7 H X       ׄ 0 1    ㉢ 䉢 _ `  T U   
   ,   â բ   ! 6 R          ¢ ¢ ¢ ¢ â â Ţ /Ţ Ţ Ţ Ţ Ţ Ǣ Ȣ Ȣ Ȣ Ȣ Ȣ yʢ ʢ ʢ Tˢ Uˢ ̢ ͢ ͢ ͢ ΢ ΢ Т Ӣ Ԣ Ԣ Nբ Oբ R֢ {֢ ע ע ע آ !آ آ آ lۢ ܢ ܢ ݢ ݢ ߢ V    ]     	 
   -       a b  A      $    ` a     2           t  u  V! ! !  # % m( n( 
) ) * * + + d- - . |. }. A0 0 0 0 j3 3 5 Y= A A A B <B ~B QC C 4D D D iE wE E E E E E  F G !G OG G G G G J L VM fS 9\ \ ^ i j j j k &k =k Yk vk k k k k k 'l Ao Ls ,u -u u u v v v x 6x cx dx (y [y \y z { { { | | ~ ~ ~ o     ˃ ۃ  * : K [    ʄ ڄ  - = N ^   ǅ ؅ 腣 D U e v   І     	  * :     È  ! 1 B R   É ԉ 䉣 * ; K \ l ( 9 I Z j   ʋ ۋ 닣 7 H X i y  Ō Ռ 挣   7 8    u Β ϒ W   %     ]   E F    ʤ ! G a s    ԰   @ ]ɣ 8ͣ 9ͣ ͣ ͣ tϣ ϣ ?У IУ JУ У У ң ң +ӣ ,ӣ ӣ ӣ գ գ <֣ =֣ ֣ ֣ أ أ أ أ أ ڣ Iۣ ]ۣ ^ۣ ۣ ۣ *ޣ = > ?          W X 
 5  + ,   *         ? ?  0    0 s     y  % 2	 	 	  ( M q    !     :! $ ;* <* * * =, , , - . . . m/ n/ 0 F3 6 6 6 6 W8 8 9 9 ; W; ; < < = > > > A GA xC J KO SO O O O P P Q Q <R R S S "S \S ]S }S S S T T T U OU UU sU 'X jZ Z a i j Zl v Qx xx x x x x x y 2y Ty ly y y y | 뀤 ˂ ̂   . { |  Յ   ǆ   6 F   % & P v w  L 8 I Y j z  ɑ ّ ꑤ  7 H X i y  ̒ ܒ 풤  E V f w  㓤    % ^ o       ɕ ٕ   1 A R b   Ж ᖤ  A R b s  ɗ ڗ ꗤ   ǘ ؘ 蘤  	 H Y i z  ֙ 癤    S d t   2 ֜ ל Y Z 7  m n   Ĥ   !      䪤 媤 G H W i  潤    + A ^ s  9ä Τ ֤ ڤ ڤ <ۤ =ۤ ݤ \ݤ ݤ ݤ ݤ Aޤ Bޤ L l   % & 0 P   7 8  3 4   (    A B         R S / Y ^     4   N   X Y  < = V F G   j  Z [  
  
 
 
  ~   \ ] a         4+ , 2- 3- o. . C2 7 7 S8 T8 9 V: W: 8; ; ; < = 
= ]> @ C C JD KD E .F F F H H @I I I ~K K 6L 7L N N Q X \ \ 3] A] y] ] ^ !_ q_ _ :` ` ` ` ` ` a #a =a Mb _b b b b b c e 	h h n ww 8x y U   ! C d {   ц   " = e   j k ! " ͑   B t   f   Օ 喥 , - ė ŗ     뛥 מ 螥  	  W h x   ֟ 知    Z k {   䠥    &     ġ    / ? 6 G W h x  У ࣥ   N _ o   थ    " h y    f w    禥    ) u        $ 4 ѩ u v   ֬   
  ^ c   ; <  0 1   渥 縥   _˥ ˥ ˥ ˥ ˥ ˥ ˥ ̥ .̥ Х ~ܥ  v w     }       i j     z {   U   0 1       h { | } * + . W           H s  i j  2	 h	 	 	 9      } } 	 n    n  = > ! " c# p$ $ $  + f+ , - <. =. 8 _: : : < x< ? yE zE E E {G G G H PI QI 2J J J K N IQ JQ Q Q S S \T ]T @V V V XW YW Y \Y Y Y F\ \ ^ 5f j j j j k Zk -l l m zm m En Sn `n n n n n n o o +p [p p p p ds u 2v B|  օ      ᓦ   5 R o    ۔   (  	   k   ࠦ  ? @  7 8 s  ʤ ˤ b c    K  u        ' 7 t      	  * :     Į   1 A R b    ͯ ݯ ԰ 尦    ] n ~   챦  
  . ~       ' 8 H   % 6 F     Ǵ  $ 4 E U    µ ҵ o     t Q   3   ] ^   9æ Ħ Ŧ !Ʀ "Ʀ Ʀ Ʀ Ǧ ͦ ئ #٦ =٦ O٦ h٦ ~٦ ٦ ٦ ٦ vަ  9   y z P   % & ~      b c m    t u   p q   e % 9 : ~   
       
 
 l   3 4   q         y z      ! ! " " " ]% ' O( ( ( U/ / 1 2 2 2 8 9 ): M; ; ; qF G oH pH I J M S S S S U U U uV V V W IX JX Y "\ ^ ^ _ _ 3a ka a a c 3d }d d d f f sg tg i #j Tl s 'x /x px ~x x x y ^z z { w{ { { { 8| 9| Y| `| z| } } } } *~ 0~ N~  E Ѓ   t 5  , S ]    ӡ  
 / G ^ y   Ʃ   ] ^ 	 V W ~  ݮ ޮ  կ ֯  ! h i    + Q R 鵧 '  $ 4 E U    ź պ  # 3 D T    Ȼ ػ   1 A R b  ϼ ߼    9 J Z k { r        - =     ̿  - = N ^           #§ 4§ D§ U§ e§ § § § § § .ç ?ç Oç `ç pç 
ŧ ŧ ŧ 4Ƨ 5Ƨ ȧ ȧ Hɧ Iɧ ʧ ˧ ͧ ͧ ͧ wΧ xΧ Ч lҧ mӧ ӧ ӧ "ԧ #ԧ 2է Dۧ       9 N j         7      '	 G	 	 	  
 
  +   
 
    l m           f g j  - . 
 4 9      ! ! ! )# n$ $ 3% 4% u' ( ( 1* !+ "+ - . E/ / 50 60 2 4 5 y6 z6 < Y= > ? 7@ 8@ <F F G H xI yI T U 
V V JW W [ ` ` .a /a b 1c 2c d d d ne e e 8g i l l %m &m n 	o o o |q q r r r Yt t u u w w y q Ņ ͅ   T  i  L      ։ ׉    ' 9 g  ȋ ΋ 싨  㐨 n ~ Q  Ӣ / ʮ    > U q   ͯ 寨   ? Y d D E       N { | @ s t       ¨ ¨ ¨ è Ĩ Ǩ Ǩ Ǩ Ǩ Ǩ 1Ȩ BȨ RȨ cȨ sȨ Ȩ Ȩ Ȩ Ȩ Ȩ 4ɨ Eɨ Uɨ fɨ vɨ ɨ ɨ ɨ ɨ  ʨ \ʨ mʨ }ʨ ʨ ʨ ʨ ʨ ʨ 	˨ ˨ ̨ !̨ 1̨ B̨ R̨ ̨ ̨ ̨ ̨ ̨ (ͨ 9ͨ Iͨ Zͨ jͨ ͨ ͨ ͨ ͨ ͨ BΨ SΨ cΨ tΨ Ψ @Ϩ QϨ aϨ rϨ Ϩ Ϩ Ϩ Ϩ Ϩ Ш OШ `Ш pШ Ш Ш Ш Ш Ш Ш Ѩ Ҩ OӨ PӨ Ө Ө ը ֨ ֨ ֨ oب 8٨ =ۨ ۨ ۨ ܨ ܨ uި 
  ] ^     9 _ y        X u
 P Q     W a b     C D     T U   /   
   a u v   B" U% V& W& ' ' ( 1( ( ( ) ) ) o* p* "- M. . C/ D/ 0 2 B2 2 2 5 5 5 7 8 8 W; W< < H= = = @ HB C D D J J =L JM M M S @T eU V W W a 9c c c d Re h Sn Tn n n Up p p q *r +r s s s t ^w #z $z z z o| | 6} 7}  o  2 3  6     _   c k    4   ꕩ T   - : t u    Ř ט  5 f l  >    ﭩ  q ͺ h    ܼ   , I k    ݽ  ũ Ʃ Ʃ ǩ ǩ Eȩ ȩ ȩ ɩ ɩ ʩ ʩ ʩ ˩ ˩ M̩ ]ͩ ͩ ͩ <Ω =Ω gЩ Щ Щ %ѩ cҩ Oթ `թ pթ թ թ թ թ թ ֩ ֩ N֩ _֩ o֩ ֩ ֩ ֩ ֩ ֩ ש ש \ש mש }ש ש ש ש ة ة ,ة <ة uة ة ة ة ة ٩ ٩ ٩ ٩ ٩ 7ک Hک Xک iک yک ک ک ک ک ۩ X۩ i۩ y۩ ۩ ۩ ۩ ۩ ܩ ܩ "ܩ ܩ ܩ ܩ ݩ  ݩ _ݩ pݩ ݩ ݩ ݩ ݩ ݩ ީ ީ /ީ jީ {ީ ީ ީ ީ I   p q N +   
   7 8        ^ _ n     ) B X u   P     S T *! s! ! !  " X" Y" c$ $ $ $ <% =% G' g' ' ' N( O( ) J* K* * * ?, , - - X- Y- / 2 3 3 4 4 5 5 i6 j6 F7 p7 u7 
8 8 : ; K< < < e> ? ? o@ p@ B SC TC mE ]F ^F H I J J qK rK 7N O )Q Q Q /X X Y Z s[ t[ xa a c 'd d d Ko p Iq Jq r r Zv { { j| k| } m~ n~ O    # $ t    a b 
 E Ԋ Պ  
 W Ѝ э  ԏ M N   .   	 J X  ҡ  8   Q  ˤ ؤ   3 : T c u  Ӧ  
 ( ܩ     N  kȪ ʪ -ʪ 7ʪ Yʪ zʪ ʪ ʪ ʪ ʪ 	˪ !˪ 8˪ S˪ {˪ Ϊ Ҫ Ԫ Ԫ 7ժ 8ժ ժ 0֪ 1֪ Xת ת ת ת |ت ت ت ٪ ڪ B۪ C۪ ۪ ۪ ު +ު ,ު ު      / m ~      
  . p        , <       $ 4 E U L ] m ~       d u       ( 8 ~     |        / ?        ) : J        " #  t y   Q R  F G       u       ( D    ( , , , , . / / / / / / 2 !2 2 2 2 2 4 5 5 5 5 5 k7 7 7 F8 G8 9 : : : : : ~= @ A A @B AB DC mC D D D E E E E ^H I I J J L HM ~M 
N N OP P P S S S V W X X Y Y [ ] ^ S_ T_ e 3f yg h i i o |o p q Rr Sr | u~ ~ ~ $      	    팫 f g H     _ `     㗫 r s V   n o 3 r 띫 읫 \  ̢ K   讫  . p C ְ &  ﱫ [ i v   Ѳ ز    A q   ƴ z  H X +ɫ ɫ ˫ 	֫ ׫ ׫ ׫ ׫ ث /ث Kث hث ث ث ث ث ث ٫ 3ܫ >         ( U V  M N     x y    a         , = M        / @ P      6 G W h x          , s       # 4 D       - = N ^  + ; L \      ) : J [ k       ) *    g   I   s t   O  	 7
 8
 
 
    9 S e ~     " 2. O6 *: +: : : f< < 1= ;= <= = = ? ? @ @ x@ y@ B B .C /C C C 	E E E E E {G ;H OH PH H H K /N 0O 1O O O P Q Q Q R R R IS JS U 'W W X X Y Z [ [ [ ] ^ ^ ` a a 1d 1e e "f f f si "k el l l ks s u $v v v | } ?~ c        ,  - .   /      曬 _ `  8     I     I   
 Ѫ     9 j 鷬 = E   ̼  Ὤ t ľ .     N O o v     ¬ @¬ F¬ d¬ Ŭ [Ǭ Ǭ ͬ ֬ ׬ K٬  B i s      # E ] t       s t  l m        ' 7 ~    A g h  = ) : J [ k      ( 9 I Z j      6  G  W  h  x          O ` p         " 2 C S      2 C S d t           9 J Z k {     	 D U e v  #	 	 	 J
 K
 ( 
 ^
 _
             8 9 H Z * * * + + 2+ O+ d+ + *0 ; C G G -H .H J MJ J J J 2K 3K =M ]M M M N N !P AP P P (Q )Q R $S %S S S U U U U 2V 3V X [ \ \ |] }] ^ ^ C_ D_  ` J` O` ` ` c d %e e e ?g h h Ii Ji k -l .l Gn 7o 8o q r [s s Kt Lt w x z z z 	 o   M N R  ݋    %  # $ ` ʛ 4 ˤ ̤ D E ͦ G H )      N ֭   ; < 粭     絭 1   o  ' (  ׻  ŭ ɭ ɭ $ʭ 2ʭ jʭ ʭ ˭ ̭ b̭ ̭ +ͭ ͭ ͭ ͭ ͭ ͭ 
έ έ .έ =ϭ Oϭ }ϭ ϭ ϭ ϭ Э ҭ ԭ խ ۭ g (  E    3 T k       - U o z Z [    
  2  d      V                  	 G X h y      
 J
 [
 k
 |
 
 
 
 
   r         / & 7 G X h      > O _ p       X i y   V g w      	  e v        $  e f        N S   +  ,  "  $ !% s% t% % % & , O8 u8 8 8 8 8 8 9 9 = nI Q fU gU U U W W mX wX xX X X Z Z Y[ Z[ [ [ ] ] j^ k^ ^ ^ E` ` `  a !a b wc c c c c Xf ki lj mj k k l Gl l l m m m n n 8q cr r Ys Zs t "v Xv v v )y y y { | | m m  ^ 遮 ꁮ  ^  - .  
 S ` 둮 쑮  V {  , - å O  §  h Ҭ i j Ⲯ 㲮 k 崮 洮 ǵ @ A "   츮 t 9 : پ ھ   L M 0î î î HĮ IĮ 
Ʈ LƮ Ʈ Ʈ 6ɮ uɮ ˮ %Ӯ y׮ ׮ ׮ ׮ خ Jخ ٮ ٮ  ڮ jڮ ڮ 5ۮ Cۮ Pۮ ۮ ۮ ۮ ۮ ۮ ܮ ܮ ݮ Kݮ |ݮ ݮ ݮ T  " 2     ~          	 % B _      
 	 
 
   [   
  / 0  ' ( c s   R S }   ; y e v        ' d u      	  * r      ! 1 B R           M ^ n        n          (  8    ! ! &! 6! u! ! ! ! ! " " $" 5" E" " " " " " _$ % % % % d' A( ( ( #* * , M- N- - - )0 1 2 3 3 t3 u3 4 : E F -F ?F XF nF F F F fK W )_ c c ic jc @e e f f f nf of yh h h h Ri Si ]k }k l 	l dl el m `n an n n Up q )q *q nq oq s 	w 
x x x x y y z z \{ { { #| $| ~  a   {     ǆ i j  s t       M  ? ˕ ̕ E         = ʨ ˨ a  _ `   p     	¯ ¯ ¯ eï ï ï į 9ů :ů Ư ɯ ˯ ˯ w̯ x̯ #ί [ί ί ί Я #ѯ mѯ ѯ ѯ ӯ ӯ cԯ dԯ ֯ ׯ Dٯ    ` n    N   g    ( ) I P j y       >  5    d  %   C M o       7 N i      M N  F G n         X Y   " A" B" " $ ' ' $' 5' E' ' ' ' ' ' ( ( #( 4( D( ( ( ( ( ( ) !) 1) B) R) ) ) ) ) ) )* :* J* [* k* b+ s+ + + + + + , , -, z, , , , , - - -- >- N- - - - - - . . . . . / $/ 4/ E/ U/ / / / / / 0 /0 ?0 P0 `0 1 2 2 $3 %3 5 5 86 96 7 8 : : : g; h; = \? ]@ @ @ A A "B 4H S S S S S T )T >T ZT Y d l p p q q r 's s s s t 
t v 7v v v v v x y y y z z { { { \| ]| } ~ ~ ~  
     V W Z     $ )   t      ^  # $ e   !     5  % & 런  ݢ i j 㩰 I   ' ( ,   ۵ h i  ° ° ° :İ İ Ȱ Ͱ Ͱ ΰ ΰ ϰ !а "а Ѱ |Ѱ }Ѱ ^Ұ Ұ Ұ (԰ ְ uٰ vٰ ڰ ڰ ۰ ۰ ܰ ܰ lް ް ߰ ߰ ߰ I    r   a     D  Y  <   q         ) W       ^ n A
       
 . E a ~      / I  T$ 4& 5& & & ' ' ' ) >) k) l) 0* c* d* + , , , - - / / / w0 1 4 4 4 4 4 !5 25 B5 S5 c5 5 5 5 5 5 $6 56 E6 V6 f6 6 6 6 6 6 L7 ]7 m7 ~7 7 7 7 7 7 	8  9 9 !9 29 B9 9 9 9 9 9 : ): 9: J: Z: : : : : : 2; C; S; d; t; 0< A< Q< b< r< < < < < < ?= P= `= q= = = = = = = ? ?@ @@ @ @ B }C C C _E (F -H H H I I eK L M MN NN N N O U )a Oa ia {a a a a a a f Hr ez @~ A~ ~ ~ | ŀ G Q R    Ճ 3 4     D E         Q e f   2 E F G    !     ǖ _ `  =  3 4   2         G G ө 8 ê Ī  8 {    緱 - : ź ƺ  0 U± yñ ı ı α )б б б ѱ Bұ ձ C۱ D۱ ۱ ۱ Eݱ ݱ ݱ ޱ ߱ ߱ ߱ u v  N     _  & ' 
 _  " #  &    O   S  [        $    D    * d e       % V \ z .	 q     a ' X) ) ) ) ) ) ) * 9* [* s* * * * - 1 3 3 4 4 55 5 5 6 6 	7 
7 7 8 8 =9 M: : : ,; -; W= }= ~= > S? ?B PB `B qB B B B B B C >C OC _C pC C C C C C D LD ]D mD ~D D D D E E ,E eE vE E E E F F F F F 'G 8G HG YG iG G G G G G HH YH iH zH H H H H I I I I I  J J OJ `J pJ J J J J J K K ZK kK {K K K 9M M M `N aN >P Q tQ uQ R S U 'V (V V V Y Z [ [ [ N\ O\ ^] pc n n o o 2o Ho eo zo o @t   ދ ߋ C D  c 厲   H I S s ё ґ , - 7 W ┲ 㔲 > ?  : ;   /    H I М 㟲 䠲 堲     Y Z 6 ` e    ۨ ; ѩ ҩ U  Ь _ `  C D ] M N 嵲 嶲 q ַ a b ' ּ    Ų Ų Ʋ ǲ cȲ dȲ hβ β ϲ Ѳ Ѳ Ѳ ;ܲ ݲ 9޲ :޲ v߲ ߲ J   Z [  ] ^ ?      d    Q R  5     G     = >    	 
 
 : H    ( x  A      # * D S e          }( >) * [5 6 7 '7 I7 j7 7 7 7 7 7 8 (8 C8 k8 ; ? pA qA 'B (B B  C !C HD zD D D lE E E F G 2H 3H H H J K K K L O O O P P ]P nP ~P P P P P P Q Q `Q qQ Q Q Q Q Q R R ,R R R R R R S S $S 5S ES <T MT ]T nT ~T T T T T U TU eU uU U U U U V V (V nV V V V V lW }W W W W W W X X /X {X X X X X X 	Y Y *Y :Y Z {[ |[ [ [ ] ^ _ _ ` da ic c c Ad Bd f 6h 7i i i i i j q e| | | | | | } } 4} ށ   | } ᙳ ♳      朳 眳   o p ʟ ˟ ա    ܢ ݢ [ ؤ ٤ 6 7 ͦ    槳 秳 n    0 1 4 ]   Ա     N y ٶ o p  8 n   ? έ ⽳    ó ĳ ų tų ų  Ƴ ȳ tʳ ˳ C̳ D̳ ҳ #ӳ iԳ vճ ֳ ֳ ܳ lܳ ݳ ޳ B߳ C߳  e    ~          V W 8     O P     b c F   ^ _ #
 b
 
 
 L
 
  ;      ` 3     K Y f        ! 1! a! ! ! ! j$ & 8' H- 6 6 8 B D D D D E E ;E XE uE E E E E 	F #I .M O O O O qP P P Q R ER FR 
S =S >S yT U U U hV iV X X X QY Z {] ] ] ] ] ] ^ ^ -^ =^ z^ ^ ^ ^ ^ ^ _ _ 0_ @_ _ _ _ _ _ &` 7` G` X` h` ` ` ` ` ` a a a b b cb tb b b b b c c $c 4c c c c c c d d -d >d Nd 
e e +e <e Le e e e e e f *f :f Kf [f f f f f f uh i i i i zk Wl l l 9n o q cq dq q q ?t u v 'w (w w w x ~  ) C U n    Ҋ | " ?     V  ! + ,     
  h i s    z {  v w Բ ղ k + ? @       ! μ ϼ ҽ    r   9 : ´ Ĵ wĴ 
Ŵ Ŵ ƴ Ǵ ȴ ȴ ȴ ʴ ˴ ˴ ʹ δ δ !Ѵ !Ҵ Ҵ Ӵ Ӵ Ӵ cִ ش Uٴ ٴ ٴ [       
 / S   w  u v           {    O	 P	 
 (
     9 q     9       y z  ) Z $ -) 5) v) ) ) ) * d+ + , }, , , - >- ?- _- f- - . . . . 0/ 6/ T/ 2 K4 4 : C zD ;F P 2R YR cR R R R R R S 5S MS dS S S V Z \ \ c] d] ^ \^ ]^ _ _ _ _ ` ` ` b 'c nc oc d d 1f Wf Xf f -h k *k :k Kk [k k k k k k l )l 9l Jl Zl l l l l l &m 7m Gm Xm hm m m m m n ?n Pn `n qn n xo o o o o p p "p 3p Cp p p p p p "q 3q Cq Tq dq q q q q q r r r r r )s :s Js [s ks s s s s s 4t Et Ut ft vt v v v :w ;w y y Nz Oz { | ~   } ~ ݁ r s ń Ƅ ( ) 8 J  Ǘ ᗵ   " ? T p   ݰ      =  ɷ ʷ " # - M      1        r s 	µ µ µ µ "õ #õ ŵ ȵ ɵ ɵ lʵ mʵ p˵ ˵ 3̵ 4̵ ͵ :͵ ?͵ ͵ ͵ е ѵ ҵ ҵ ҵ /Ե tյ յ 9ֵ :ֵ {ص ٵ ٵ 7۵ 'ܵ (ܵ ޵ ߵ K  ; <       _   = > B    ~      P  $   4 5  7 8    t   >    + ,        " " !# # # _% % & & ( ( * w2 6 6 7 "7 Z7 7 o8 9 R9 9 : : : : : : : ; ; -< ?< m< < < < < ? A tB H WQ R S 5^ _ _ ` #` D` [` w` ` ` ` ` a a Ea _d jh Jj Kj k k k k k "m Tm m m Fn yn zn o p q 
q q q s s s t u x x x x x 7y Hy Xy iy yy y y y y y :z Kz [z lz |z z z z z { b{ s{ { { { { { { | | } '} 7} H} X} } } } } } .~ ?~ O~ `~ p~ ~ ~ ~ ~  H Y i z  F W g x  ǀ ؀ 耶  	 U f v   ҁ ぶ     U V ؄ ل   쇶 퇶 u > C     {   c d ƒ ǒ ֓ 虶 ? e     ݥ    ^ { V¶ W¶ ¶ ¶ Ķ Ķ ]Ŷ gŶ hŶ Ŷ Ŷ Ƕ Ƕ Iȶ Jȶ ȶ ȶ ʶ ʶ Z˶ [˶ ˶ ˶ 5Ͷ Ͷ Ͷ ζ ζ ϶ gж {ж |ж ж ж HӶ [ֶ \׶ ]׶ 
ض ض ٶ 7ٶ ٶ ٶ ڶ ڶ ڶ u۶ v۶ (޶ S߶ ߶ I J   H         ] ]  N    N      C P    F k     ?    X  Y Z   [! ! ! " 0# 1# $ $ $ % d( )+ *+ + + u- - <. =.  0 u0 0 81 91 2 <3 3 3 &6 e6 8 @ iD qD D D D :E 
F F F ZG G %H 3H @H zH {H H H H I I J ;J lJ rJ J DM O P "V ^ _ wa k nm m m m m m n 2n On qn n n n n q v w w x x Ky y y z z {  { { | | S} c~ ~ ~ B C m   + i U f v   Ն 憷    T e u   ؇ 釷  
  b s       ! 2 B {      Ŋ Պ 抷  = N ^ o  ̋ ݋ 틷   ^ o    挷    ( 䍷    & e v       % 5 p     O   v w T 1    ܗ ᙷ = >        d e t  ݲ   / H ^ {   V ÷ ̷ Ϸ Ϸ Yз Zз 0ҷ yҷ ҷ ӷ ӷ ^ӷ _ӷ iշ շ շ շ Bַ Cַ Mط mط ط ط Tٷ Uٷ ڷ P۷ Q۷ ۷ ۷ Eݷ ޷ ޷ ޷ ^޷ _޷         o p L v {     Q   k   u v  Y Z s c d     w x =   /   5	 	 
  y z ~  	 -   Q  ! O" P" # # `' , , p- q- . s/ t/ U0 0 0 1 )2 *2 z3 6 8 8 g9 h9 ; K; ; ; = > ]> > > @ @ SA TA C D 4F M R R PR ^R R R S >T T T WU U U U V V 9V @V ZV iW {W W W 
X X .X Z %] ] c l Tm o qy { 3{ ={ _{ { { { { { | '| >| Y| |     = > 醸 6 7 ^         H I  ጸ  1 2 ɏ     % 5 s        $ 4 v        ! 2 B    Ж   * : K [ R c s   ۘ 옸  
  j {     
  . >     ƚ     ě   $ 5 E    Ü Ӝ   / @ P ힸ      Ϣ ( )  z  ۧ ܧ W X  L M      $ {       . J Ÿ Ѹ ٸ ݸ ݸ ݸ ݸ ߸        '           q   L M           F G J s 
       d     	 N    U        %	 	 
 
    Y Z  9         ! " X# Y# - {/ / / *1 1 4 : : ; ; < = = = l> m> N? ? ? A C eF fF G G H H xI yI \K K K tL uL 9N xN N N bQ Q S Q[ _ _ _ _ 4` v` Ia a ,b b b ac oc |c c c c c c e e Ge we e e e h j Nk ^q 1z z |   ш ۈ   5 Q n   ŉ ܉   9 D $ % ۓ ܓ  Ԕ Ք  . [ \   S T   晹 癹 ~   Ϝ М g     á ӡ  " 2 C S    ¢ Ң  % 5 F V    У ࣹ < M ] n ~  Ȥ ؤ 餹     " 2 y       ) : J    ̧ ܧ " 3 C T d   1 A R b   © ө 㩹 / @ P a q   ͪ ު   / 0    m ư ǰ O   y z   U 깹 뺹 = >    ¹ ι ?ι Yι kι ι ι ι ι ι ӹ 8߹ U 0 1   l  7 A B     # $ ~    4 5         A U V   " 5 6  7             O P  -  #	 $	 
  "         7 7  (   y ( k   q$ $ & *' ' ' -  . E/ i0 0 0 ; = = = > 2? B 3H 4H H H 5J J J K 
L L L eM fM N >Q T T T T OV V W W X OY Y Z Z [ \ \ \  _ ?_ pa h Cm Km m m m n n zo o 4p p p 
q q Tq Uq uq |q q r r r s Fs Ls js v ax x ~ χ  Q  H o y   Ӗ   ) K c z   ך ➺   à y z % r s  ̣      - =     G m n  C / @ P a q   Я ᯺  . ? O ` p  ð Ӱ 䰺  < M ] n ~ ڱ 뱺    U f v       г  ( 8 I Y   Ǵ ش 贺 8 I Y j z  ѵ ᵺ    ϶ ߶    ? P ` q  ͷ ޷    J [ k |  ) ͺ κ P Q .  d e   º ú ú ú ú ź Ǻ Ⱥ Ⱥ Ⱥ >ɺ ?ɺ Nʺ `к ۺ ۺ ۺ 	ܺ "ܺ 8ܺ Uܺ jܺ ܺ 0     3 4 
 S    8 9 C c     ' G   . /  * +       8 9 	  
 
     I J & P U     +   E   O P  3 4 M =  >  " # a$ $ Q% R% ( ) 	+ + + 2 u2 3 4 S5 T5 X; ; < > > > +I J )K *K fL L :P U U JV KV W MX NX /Y Y Y Z [ [ T\ ^ a a Ab Bb c %d d d f f 7g g g ui i -j .j l l o v z z *{ 8{ p{ { | } h} } 1~ ~ ~ ~ ~ ~   4 C U   䀻 ꀻ      m .  K 棻 
  9 Z q   Ǥ 餻   3 [ u  ` a   ï   8 j   \   ˳ ۴ " #   巻    ṻ ͼ ޼    M ^ n   ̽ ݽ    P a q   ھ 뾻    x        % 5 , = M ^ n      D» U» e» v» » » » » û û ^û oû û û û \Ļ mĻ }Ļ Ļ Ļ Ļ Ļ Ļ Ż Ż kŻ |Ż Ż Ż Ż Ż Ż 	ƻ ƻ *ƻ ǻ kȻ lȻ Ȼ Ȼ ʻ ˻ ̻ ̻ ͻ Tλ Yл л л 1ѻ 2ѻ ӻ &ջ 'ֻ yֻ zֻ ֻ ֻ ׻ ݻ U {       $  t  l m     s	 }	 ~	 	 	   _ `     p q   K   & '  }     ^ q r s   ! $ M        >" i# # _$ `$ % (' ^' ' ' /* * * , - - s0 s1 1 d2 2 2 5 d7 8 39 49 ? @ YA fB B B H \I J K 2L 3L V UX X X Z nZ ] oc pc c c qe e e f Fg Gg (h h h i zl ?o @o o o q q Rr Sr 6t t t Nu Ou w Rw w w <z {z | +   Ȉ ֈ  P #   p ϋ ; I V     Ҍ ፼  ! Q    Z  ( 8  ̣  鯼    ױ   + H e    Ѳ        a   ־  5 6  - . i y¼ ¼ ¼ Xü Yü ż ż ż AƼ Ǽ kʼ |ʼ ʼ ʼ ʼ ʼ ʼ ˼ ˼ -˼ j˼ {˼ ˼ ˼ ˼ ˼ ˼ ̼  ̼ 0̼ x̼ ̼ ̼ ̼ ̼ ͼ 'ͼ 7ͼ Hͼ Xͼ ͼ ͼ ͼ ͼ ͼ μ μ μ μ ϼ Sϼ dϼ tϼ ϼ ϼ ϼ ϼ м м $м tм м м м м м 
Ѽ Ѽ .Ѽ >Ѽ Ѽ Ҽ Ҽ ,Ҽ <Ҽ {Ҽ Ҽ Ҽ Ҽ Ҽ 	Ӽ Ӽ *Ӽ ;Ӽ KӼ Ӽ Ӽ Ӽ Ӽ Ӽ eռ 	ּ 
ּ ּ ּ jؼ Gټ ټ ټ )ۼ ۼ ݼ S޼ T޼ ޼ ޼ /     z {     3 E ^ t    l  / 
  o p F     t u     X Y c    j k  f g   [! " /" 0" t" u" $ ( ) ) ) ) * * + + b, , , )- *- / 1 g1 1 1 3 4 4 5 5 7 o8 p8 : y; z; > ? ? @ @ @ SC E EF F F KM M N P P P V V X CY Y Y gd e ef ff g h vk 
q q q q s s s kt t t u ?v @v w z | | }} ~} ) a   ԁ ) s 삽 킽   i j ڇ  J ɑ  % f t    T   m ٙ 白  . / O V p       & D  ; ơ ֧  j +  " I S u   ɿ 濽  % = T o  ý ǽ ɽ ɽ Sʽ Tʽ ʽ L˽ M˽ t̽ ̽ ̽ ̽ ͽ ͽ ͽ Ͻ н ^н _н н н !ӽ Gӽ Hӽ ӽ ս 	ؽ ؽ *ؽ ;ؽ Kؽ ؽ ؽ ؽ ؽ ؽ ٽ ٽ )ٽ :ٽ Jٽ ٽ ٽ ٽ ٽ ٽ ڽ 'ڽ 7ڽ Hڽ Xڽ ڽ ڽ ڽ ڽ ڽ /۽ @۽ P۽ a۽ q۽ hܽ yܽ ܽ ܽ ܽ ܽ ݽ ݽ #ݽ 3ݽ ݽ ݽ ݽ ݽ ݽ ޽ #޽ 3޽ D޽ T޽ ޽ ޽ ޽ ޽ ޽ ߽ ߽ ߽ ߽ ߽  * : K [      $ 5 E V f    * +   > ?      m n  b c     ( :       / D ` 

   ! ! 
" " # -$ $ $ $ % % ' =' ' ' ' ' * !* * * + 	+ , - - b- c- . / / / 0 0 2 5 6 6 \7 ]7 `8 8 #9 $9  : *: /: : : z= > ? ? ? A dB B )C *C kE 
F F 'H I I K L ;M M +N ,N P R S oT pT Z O[ \ ] -^ .^ 2d d e f ng og r s t t @u u y ~ ~ $ %  ' ( 	   d ݃ ރ .  { |   ǌ    r Ǐ    O    x  藾 g  ã   J  _  B   w   ̧ ͧ     / ]   ĩ ⩾  ٮ d t G   %˾ ̾ ̾ ̾ ; 4; K; g; ; ; ; ; ; 
ξ 5ξ OѾ Zվ :׾ ;׾ ׾ ׾ ؾ ؾ ؾ ھ Dھ qھ rھ 6۾ i۾ j۾ ܾ ݾ ݾ ݾ ޾ ޾    }       ' 8 H Y i      * ; K \ l      R c s          ' 8 H       / ? P `      8 I Y j z 6 G W h x      E V f w        E F       e . 3     k    S T      / U o        N# k+ F/ G/ / / 1 1 M2 W2 X2 2 2 4 4 95 :5 5 5 7 7 J8 K8 8 8 %: : :  ; ; < W= k= l= = = 8@ KC LD MD D D E 'F F F G G G eH fH K CL L 9M :M N P 8P P P 	S S S U V V MY MZ Z >[ [ [ ^ >` a 
b b h h 3j @k k k q 6r [s t u 
u  /   ނ H  I J  Ì K Ŏ Ǝ    !  { | ̒ T     e  , -  e  ( ) ퟿ ,    U   Y a   豿 *   ೿ J   # 0 j k     ζ  , ] c  5  ǻ 껿 0 N l   c  ǿ п ѿ Sӿ ݿ J߿ q߿ {߿ ߿ ߿ ߿ ߿  + M e |       { | ' t u        / ?     I o p  E 1 B R c s      0 A Q b r      > O _ p       W h x         * : K [      : K [ l |            A  R  b  s            L ] m ~  +   R S 0 
 f g  	           @ A P b $ $ $ % $% :% W% l% % 2* 5 = A A 5B 6B D UD D D D :E ;E EG eG G G H H )J IJ J J 0K 1K L ,M -M M M !O O O O :P ;P R U V V W W X X KY LY (Z RZ WZ Z Z ] ^ -_ _ _ Ga b b Qc Rc e 5f 6f Oh ?i @i k l cm m Sn Tn q r t t t { w{ | } U~ V~ Z   	   -  + , h ҕ < Ӟ Ԟ L M ՠ O P 1      V ާ   C D  '     9   w  / 0  ߵ     , : r    j  3        6 F X          p 1  N    < ] t       6 ^ x  c d      ; m   _     % &              P a q        S d t        {      	 	 (	 8	 /
 @
 P
 a
 q
 
 
 
 
 
 G X h y       a r    _
 p
 
 
 
 
 
   " n         -  n o        W \   4 5  ) * | }     ' X2 ~2 2 2 2 2 2 3 '3 7 wC K oO pO O O Q Q vR R R R R T U bU cU U U W W sX tX X X NZ Z Z )[ *[ \ ] ] ] ] ] a` tc ud vd #e $e 'f Pf f f g g g h h Ak ll l bm cm n +p ap p p 2s s s u v v vy vz { g{ { { ~ g  6 7   \ i    _   5 6 ̟ X ʡ ˡ  q ۦ r s   t   Я I J +    } B C    ƺ U V 9  ؽ Q R  U   ? ~  .      S &  	 s  > L Y        $ T    ]  + ;           . K h       !     d     8 9  0	 1	 l
 |   [ \    D  n          0 m ~       # 3 {      * : K [           V g w       ' w         1 A    / ? ~       - > N      h  
   m! J" " " ,$ $ & V' W' ' ' 2* + , - - }- ~- . 4 ? @ 6@ H@ a@ w@ @ @ @ oE Q 2Y 
] ] r] s] I_ _ ` ` ` w` x` b b  c c [c \c fe e f f mf nf g ih jh h h ^j k 2k 3k wk xk m q r r r r s s t t eu u u ,v -v x 
z jz  { { | } } ~ ~ Ѐ r s  | }       V  H ԏ Տ N        " F Ӣ Ԣ j  h i   y        n   ɾ B C       , d    , v     l m   M    ( i w    W   p    1 2 R Y s     # ) G  >    m .  % L V x     	 (	 @	 W	 r	 	     V W  O P w       
  a b   $ J K    ! ! -! >! N! ! ! ! ! ! " " ," =" M" " " " " " # *# :# K# [# # # # # # 2$ C$ S$ d$ t$ k% |% % % % % & & && 6& & & & & & ' &' 6' G' W' ' ' ' ' ' ( ( ( ( ( ) -) =) N) ^) ) ) ) ) ) '* 8* H* Y* i* , , , -- .- / / A0 B0 1 2 4 4 4 p5 q5 7 e9 f: : : ; ; +< =B M M M M M N 2N GN cN 
S ^ f j j k k l 0m m m m n n  p @p p p p p s $s s s t t u v v ev fv w x x x y y { ~   _ ` c  & '  - 2 ʃ ˃ }     " g  , - n   *     >  . /    r s  R   0 1 5    q r     C     ' (  * +    g   1  ~        u     R  
  {   j     M  b  E   z          2 `       g w J  	 (     7 N j       8 R ] =  >      ! ! ! # G# t# u# 9$ l$ m$ % & &  ' ' ' ) ) ) * + . . . . . */ ;/ K/ \/ l/ / / / / / -0 >0 N0 _0 o0 0 0 0 0 0 U1 f1 v1 1 1 1 1 1 2 2 	3 3 *3 ;3 K3 3 3 3 3 3 !4 24 B4 S4 c4 4 4 4 4 4 ;5 L5 \5 m5 }5 96 J6 Z6 k6 {6 6 6 6 6 6 H7 Y7 i7 z7 7 7 7 7 7 8 9 H: I: : : < = = = h? 1@ 6B B B C C nE G H VH WH H H I O 2[ X[ r[ [ [ [ [ [ \ ` Ql nt Ix Jx x x z z P{ Z{ [{ { { } } <~ =~ ~ ~   M N   (      Z n o   ; N O P    * ď ŏ  ː А h i  F  < =   ; ʙ ˙    Ȟ   P P ܣ A ̤ ͤ  A      6 C δ ϴ Ӻ 9 ^     2    K  L M   N    # $  ~   W     h  / 0  h  + ,  /    X   \ d    -     M   & 3 m n       .  _  e    7 z     j ! a# # # # # # $ %$ B$ d$ |$ $ $ $ ' + - - . . >/ / / 0 0 1 1 1 
2 2 F3 V4 4 4 55 65 `7 7 7 8 \9 H< Y< i< z< < < < < < 
= G= X= h= y= = = = = = 
> U> f> v> > > > ? ? %? 5? n? ? ? ? ? @ @ @ @ @ 0A AA QA bA rA A A A A B QB bB rB B B B B B C C C C C 	D D XD iD yD D D D D E E (E cE tE E E E BG G G iH jH GJ $K }K ~K M M O 0P 1P P P S T U U U WV XV gW y] h h i "i ;i Qi ni i i In y    L M # l    Q R \ | ڋ ۋ 5 6 @ `   G H Ɛ C D   8   
 Q R ٖ ژ  ; ^     מ b r E  ǰ #     2 I e    ٽ   3 M X 8 9       B o p 4 g h          {       % 6 F W g      ( 9 I Z j      P a q       
   % 6 F       - = N ^      6 G W h x 4 E U f v      C T d u        C D       c , 1   	 
 i   Q R     - S m        L i D E   ! ! K" U" V" " " $ $ 7% 8% % % ' ' H( I( ( ( #* * * * * , U- i- j- - - 60 I3 J4 K4 4 4 5 %6 6 6 7 7 7 c8 d8 ; A< < 7= 8= >  @ 6@ @ @ C C C E F F KI KJ J <K K K N <P Q R R X X 1Z >[ [ [ a 4b Yc }d 
e e o -q q q r Fs v G| H| | | I~ ~ ~      y z ʂ R     c  * +  c  & '  *    S   W _    (   ޣ H   ! . h i     ̦  * [ a  3 v     f  ]       ! > ` x          :          B R   1 2 \    X D U e v       C T d u      	 Q b r       ! 1 j {         , = M ^ n      M ^ n             T e u       $ _ p    >   e f C   y z    , -        S T c u     7 M j   E   ) , , H- I- / h/ / / / M0 N0 X2 x2 2 2 13 23 <5 \5 5 5 C6 D6 7 ?8 @8 8 8 4: : ; 	; M; N; = @ A A B B C C ^D _D ;E eE jE F F H I @J J J ZL M M dN eN P HQ IQ bS RT ST V W vX X fY gY ,\ ] _ _ _ $f f g h hi ii mo o p r r r @} ~ > ? {  O   _ `  b c D      i    V W  : ɘ ʘ   L ś ƛ  ɝ B C   #    ? M  ǯ  - }  F   Ͳ   ( / I X j  ȴ    ѷ     C  `  " , N o       - H p   u v , -  % & M    q     7 8      !       $ b s        # e v        ! 1        ) : J A R b s       Y j z       - s     q        $ 4         / ?             i n   F G  ;	 <
 
 
 
 
   j        9 " . 6 : : : : < = = = = = = ? @ t@ u@ @ @ B B C C C C `E E E ;F <F G H H H H H sK N O O 5P 6P 9Q bQ Q Q R S S S S SV ~W W tX uX Y =[ s[ \ \ D^ ^ ^  a a a d e f yf g g i yk l Hm Im s (t nu {v w w } q} ~  G H ފ j ܌ ݌             [ \ =     T U    إ g h K   c d ( g   Q   @   ݼ  # e 8 ˾    P ^ k        6 f    o  = M          
 $ @ ] z      ( 3     v     J K  B C ~    m n    V          ! 2 B          $  5  E            + < L ] m           ! h y       ) 9       " 2 C S    0 A Q       / ? P `      z	 
 
 
 
  \
 
 
 >   h i   D   , -     + .+ H+ Z+ s+ + + + + 0 '< DD H  H H H [J J &K 0K 1K K K M M N N mN nN xP P #Q $Q Q Q R {S |S S S pU 0V DV EV V V Y $\ %] &] ] ] ^  _ _ _ w` ` ` >a ?a c e |e f f g h i i i k l l n o o &r &s s t t t hw y Zz z z ` Ɓ       4 X   |  z {  !  " #   $      ۩ T U  -     > v    >    Ƹ  ~   . _  2 : {     i  #    	 C D d k      5 ; Y 
 P     @  7 ^ h       : R i       h i  a b             , s t   6 \ ]  2	  / ? P `      
 .
 >
 O
 _
 
 
 
 
 
 + < L ] m      D U e v  }       ' 8 H      ' 8 H Y i           . ? O ` p      9 J Z k {    ? @   S T            " w$ x% % % -& .& =' O- 8 8 8 8 9 '9 D9 Y9 u9 > I Q U U "V #V W BX X X X 'Y (Y 2[ R[ [ [ \ \ ^ 6^ ^ ^ _ _ ` a a wa xa c c c c 'd (d f i j j qk rk ul l 8m 9m n ?n Dn n n q r s s s 4u yv v >w ?w y "z #z <| ,} -}  Ā P  @ A       d   B C G  ҙ        U  )   9 : ´ < =    y   C ˻   0 1       &   d       |    ' _  t  W          	 # 2 D r       y  \   :      ( I ` |      " J d o	 O P      
 ' Y   K ~                  < M ] n ~      ? P ` q       g x        $  , < M ]      3 D T e u       M  ^  n      K! \! l! }! ! ! ! ! ! " Z" k" {" " " " " " 	# # $ Z% [% % % ' ( ( ( z* C+ H- - -  . !. 0 2 3 h3 i3 3 3 4 : DF jF F F F F F F G K cW _ [c \c c c e e bf lf mf f f h h Ni Oi i i k k _l `l l l :n n n o o p lq q q q q Mt Nv v v v w 6w Tw z K| |   z ;  2 Y c    ٚ   5 M d    ̢   c d  \ ]      ۨ ܨ  ' n o   1 W X  -  * : K [    ˳ ۳  ) 9 J Z    δ ޴ & 7 G X h ĵ յ    ? P ` q  x       " 3 C    ¸ Ҹ " 3 C T d   ˹ ܹ    ɺ ں  ) : J [ k  Ȼ ػ   4 E U f v    : ;   N O      } ~  r s   ( ) 8 J      " ? T p         =    "  #  - M      1        r s 	
 
 
 
 " # 
    l m p  3 4  : ?        / t  9 : {  ! ! 7# '$ ($ & ' K( ( ;) <) , - . / / 5 _6 7 8 =9 >9 B? ? @ A ~B B M N O O PP P $T Y Y 4Z 5Z [ 7\ 8\ ] ] ] t^ ^ ^ >` b e e +f ,f g h h h j j !k k k _m m n n p p r wz ~ ~  " Z  o  R      ܂ ݂    . @ n  τ Մ    u  X  ڛ 6 ѧ   $ E \ x   Ԩ    F ` k K L      # U   G z {  Ƹ 
    л    ̽      8 I Y j z      ; L \ m }      c t           ( 8 I Y      / @ P a q      I Z j {  G X h y      
 V g w         V W       v ? D     |   d e     @ f         _ | W
 X
 
 
   ^
 h
 i
 
 
   J K     [ \   6      h | }   I \ ] ^     ! 8! ! ! " " " v# w# )& T' ' J( K( ) + I+ + + . . . 0 1 1 ^4 ^5 5 O6 6 6 9 O; < = = C C DE QF F F L GM lN O P P Z @\ \ \ ] Y^ a Zg [g g g \i i i j 1k 2k l l l m ep *s +s s s vu u =v >v !x vx x 9y :y z ={ { { '~ f~   j r    ;    [  & 4 A { |    ̑ ޑ  < m s  E   #   x Գ o   µ    3 P r      	     L       !    T d   C D n   , j V g w        U f v        c t      " 3 C |          > O _ p       _ p        )     ' f w       & 6 q     P   w x U 2      > ?        e f u     0 I _ |   W      Z [ 1 z    _ ` j    C D N  n      U! V! " Q# R# # # F% & & & _& `& ( + , , - - . . p/ q/ M0 w0 |0 1 1 3 4 R5 5 5 l7 8 8 v9 w9 ; Z< [< t> d? e? A B C C xD yD >G H 0J J J 6Q Q R S zT {T Z Z 
\ .] ] ] Rh i Pj Qj k k ao t t qu ru v tw uw Vx x x y *z +z {{ ~ Ȁ ɀ h i  L ۃ ܃   ^ ׆ ؆  ۈ T U ŋ  5    Q _  ٚ  ?   X ĝ ҝ ߝ   : A [ j |  ڟ   /  &    U  r 
 4 > `       ( ? Z      > ?  7 8 _         I J    2 3      & 6 t        % 5 w       " 3 C       + ; L \ S d t        k |       / ?             % 6 F         0 A Q        ) *  {    X Y  M N      % |      	 /	 K	 
  ! % % % % ' ( ( ( ( ( ( + (+ + + + + - . . . . . r0 0 0 M1 N1 2 3 3 3 3 3 6 9 : : G; H; K< t< = = = > > > > eA B B C C 
E OF F G G VI I I L M M O P &Q Q R R T V W ZX [X ^ :_ ` a b b h h i j Yk Zk u |w w w +y y |         m n O ȇ ɇ   f g     y z ]   u v : y   c  ӛ R     5 w J ݩ -   b p }   ث ߫    H x   ͭ  Ĳ O _ 2         6 R o        : E % &       / \ ] ! T U          h        # 3 D T       & 6 G W      = N ^ o          # 3 z     	  * ; K      # 4 D U e ! 2 B S c      0 A Q b r       0 1    n   P   z {   V    > ?    
  @ Z l       9' V/ 13 23 3 3 m5 5 86 B6 C6 6 6 8 8 $9 %9 9 9 ; ; 5< 6< < < > > > > > @ BA VA WA A A #D 6G 7H 8H H H I J J J K K K PL QL O .P P $Q %Q R S #T T T V W W Y Z Z 8] 8^ ^ )_ _ _ zb )d le e e rl l n +o o o u !v Fw jx x x     Ɇ 3  4 5   6       f g  ?     P     P    أ     @ q  D L   ӵ   { ˷ 5      U V v }      G M k  b     R  I p z     
 * L d {       z { & s t        . >     H n o  D 0 A Q b r      / @ P a q      = N ^ o     
  V g w         ) 9 J Z      9 J Z k {           @ Q a r          K  \  l  }    *   Q R /  e f   
     
     ? @ O a # # # 
$ #$ 9$ V$ k$ $ 1) 4 < @ @ 4A 5A C TC C C C 9D :D DF dF F F G G (I HI I I /J 0J K +L ,L L L  N N N N 9O :O Q S T #T FT T T T |W Y JZ Z` -i i k v w w w w x 1x Mx jx x x x x x y 5| @   ! ׂ ؂  Ѓ у  * W X  O P     z {  ˋ ̋ c      ϐ 
  . ? O     Α  ! 1 B R    ̒ ܒ 8 I Y j z  ē ԓ     
  . u       % 6 F    Ȗ ؖ  / ? P `  - = N ^    Ϙ ߘ + < L ] m   ə ڙ   + ,    i  ß K   u v   Q   9 :      ; U g    Ƚ   4 Q , -   h  3 = >        z {   0 1        } = Q R    1 2 3    
      K L  )                 3 3  $   u	 $ g   m   &     A e   * , , , - .. 1 /7 07 7 7 19 9 9 : ; ; ; a< b< = :@ B  C C C KE E F F G KH H I I J K K K M ;N lP W ?\ G\ \ \ \ ] ] v^ ^ 0_ _ _ 	` ` P` Q` q` x` ` a a a b Cb Ib gb e ^g g m v w Ny  E l v   Ѕ  	 & H ` w   ԉ ߍ   v w " o p  ɒ      * :     D j k  @ , = M ^ n   ͞ ޞ  + < L ] m   П   9 J Z k { נ   	  R c s       ͢  % 5 F V   ģ գ  5 F V g w  Τ ޤ    ̥ ܥ   < M ] n ~ ʦ ۦ    G X h y  & ʩ ˩ M N +  a b           ط ٷ ; < K ]      5 R g  -     0 1  P    5 6 @ `     $ D   + ,  ' (       5 6         F G #  M  R        (   B   L	 M	  0 1 J : ;   ^  N O      ! r! " # P$ Q$ U* * + - - - (8 9 &: ': c; ; 7? D D GE HE F JG KG ,H H H I  J J QK M P P >Q ?Q R "S S S U U 4V V V rX X *Y +Y [ [ ^ e i i 'j 5j mj j k l el l .m m m m m m n n 1n @o Ro o o o o p r t u { j +  H  
  6 W n   ē    0 X r } ] ^    
  5 g   Y   Ȣ أ        	  ި ʫ ۫    J [ k |  ɬ ڬ    M ^ n   ׭   	  u        " 2 ) : J [ k  ð Ӱ   A R b s  ӱ     [ l |   Y j z   ڳ     h y        ' Ķ h i   ɹ      Q V   . /  # $ v w     R x       !  q  i j     p z {     \ ]     m n   H      # $  z     [ n	 o
 p
   ! J   
 
 
   ; f  \ ]  % [   ,      p p    a! ! ! $ a& ' 0( 1( . / V0 c1 1 1 7 Y8 ~9 : /; 0; E RG G G I kI L lR mR R R nT T T U CV DV %W W W X w[ <^ =^ ^ ^ ` ` Oa Pa 3c c c Kd Ld f Of f f 9i xi k (s |w w w w x Mx  y y z mz z 8{ F{ S{ { { { { { | | } N} } } } W  % 5  ɒ      Ԡ   ( E b    Ρ        ^   ӭ  2 3  * + f v   U V    > | h y      	  * g x        - u      $ 4 E U     м ǽ ؽ   	 P a q   ߾     ! q      
  + ;    ) 9 x       ' 8 H      b     g D   &   P Q   ,     w x     0 B [ q    i  ,   l m C     q r |    U	 V	 `    g h 
 c d   X  , - q r   
        _   & '    d      ~" # # $ $ & l' m' ) v* w* - . . . / / P2 3 B5 5 5 H< < = ? ? ? E E G @H H H dS T bU cU V 	W sZ 
` ` ` ` b b b hc c c d <e =e f i k k zl {l &n ^n n n p &q pq q q s s ft gt v w Gy ƀ  " c q    Q   j ֈ   + , L S m |     # A  8 Ð Ӗ  g (   F P r   Ʈ    " : Q l      P Q  I J q  л ѻ  ȼ ɼ   [ \    D E     ' 8 H        & 7 G       $ 4 E U      , = M ^ n e v         0 }        0 A Q            ' 7 H X      ! 2 B S c     ' (   ; <      j k  _ `     % 7       , A ]      
   *       :              _ `       ! $ % % Y& Z& ]' '  ( !( ( ') ,) ) ) w, - . . . 0 a1 1 &2 '2 h4 
5 5 $7 8 8 : ; 8< < (= )= ? A B lC mC I LJ K L *M +M /S S T U kV lV a b  c c =d d h m m !n "n o $p %p q q q ar r r +t v xy yy z z { { | | o~ ~    L    u   d     G  \  ?   t   ɖ ʖ     , Z    ߘ  ֝ a q D  Ư "     1 H d    ؼ  
 2 L W 7 8       A n o 3 f g          z       $ 5 E V f      ' 8 H Y i      O ` p          $ 5 E       , < M ]      5 F V g w 3 D T e u      B S c t        B C       b + 0    	 h   P Q     , R l ~       K h C D       J! T! U! ! ! # # 6$ 7$ $ $ & & G' H' ' ' ") ) ) ) ) + T, h, i, , , 5/ 61 z1 1 1  2 2 <2 4 37 7 = F bG #I S U AU KU mU U U U U U V 5V LV gV V Y ] _ _ K` L` ` Da Ea lb b b b c c c d f Vf Wf f f i ?i @i i k n n "n 3n Cn n n n n n  o o !o 2o Bo o o o o o p p /p @p Pp p p p p p 'q 8q Hq Yq iq `r qr r r r r r 
s s +s xs s s s s 
t t +t <t Lt t t t t t u u u u u v "v 2v Cv Sv v v v v v w -w =w Nw ^w x y y "z #z  | | 6} 7} ~     e f ń Z [       2   ɚ ۚ  
 ' < X   ų     ܹ %    
   5               Z [     
      T U X     " '   r      \  ! " c        3  # $    g h  G   % & *    f g  	 	 	 8            z { \   &  s  t  ! ! " " # # j% % 	& & & G( ( (  ) p+ + - _5 9 9 9 
: B: : W; ; :< < = o= }= = = = = = > ? (? V? ? ? ? ? B D ]E mK @T U V a b b b c -c Dc `c }c c c c c d .d Hg Sk 3m 4m m m n n n p =p jp kp /q bq cq r s s s t t v v v vw x { { { { {  | 1| A| R| b| | | | | | #} 4} D} U} e} } } } } } K~ \~ l~ }~ ~ ~ ~ ~ ~      1 A     ʀ  ( 8 I Y   ʁ ہ  1 B R c s / @ P a q   у   > O _ p   ̄ ܄    > ?    | Պ ֊ ^ ' ,     d   L M    ќ ( N h z   ƨ ۨ   G d ? @   {  F P Q     2 3     C D         P d e   1 D E F           ^ _  <  2 3   1         F F  7    7 z     ,  9    / T	 x
    (    A  B" C" " " D$ $ $ % & & & t' u' ( M+ . . . . ^0 0 %1 &1 	3 ^3 3 !4 "4 5 %6 6 6 9 N9 ; B RG ZG G G G #H H I I CJ J K K )K cK dK K K K L L L $M UM [M yM -P pR R Y a b `d n Wp ~p p p p p p q 8q Zq rq q q q t x z z { { 4| | | } } ~ 	~ ~    < L   + , V | }  R > O _ p   ω ߉    = N ^ o   Ҋ    K \ l }    
  + d u       ύ ߍ & 7 G X h  Ǝ ֎   G X h y  Ϗ     ͐ ސ    N _ o   ܑ     Y j z   8 ܔ ݔ _ ` =  s t  Ś ʜ & '        M N ] o Ƶ    1 G d y  ?     B C  b    G H R r   + , 6 V   = >  9 :   .    G H         X Y 5 _ d     :   T   ^ _  B C \ L M   p  ` a &       
  b c g      :# $ 8% 9% u& & I* / / Y0 Z0 1 \2 ]2 >3 3 3 4 5 5 c6 8 ; ; P< Q< = 4> > > @ @ FA A A C C <D =D F F I P T T 9U GU U U V 'W wW W @X X X X Y Y "Y )Y CY RZ dZ Z Z Z Z [ ] ` ` f |o =p q Z| } ~ &~ H~ i~ ~ ~ ~ ~ ~  ' B j   o p & ' ҉    G y   k   ڍ  1 2 ɏ ʏ      ܖ     \ m }   ۗ   
  _ p      
  +     ə   # 4 D ; L \ m } ě ՛    S d t       ' m ~    k |      
  . z        ) 9 ֡ z {   ۤ     c h Ī Ū @ A  5 6      
 d        3    { |             n o         Z   5 6       m    / 0 3 \        M x  n o  7 m   >      
   s    s  B C  " h u    # k# $ % A& B& 0 d2 2 2 4 }4 7 ~= = = = ? ? ? @ UA VA 7B B B D F NI OI I I K K aL bL EN N N ]O ^O "Q aQ Q Q KT T V :^ b b b b c _c 2d d e e e Jf Xf ef f f f f f g h 0h `h h h h ik m 7n Gt } }     ċ    : W t   Ō   " - 
  Ė Ŗ p     D E 	 < = x  Ϝ М g h    P  z        , < y        / ?     ɦ % 6 F W g    ҧ  ٨     b s       # 3     Ū   , = M 	  * ; K     ̬  ) 9 J Z    ǭ ׭ t     y V   8   b c ޸ ߸ > Ӽ Խ & '      ( B T m     { ! >   ~  U    * +      
 g h r    y z  u v   j * > ?              q   8 9 	  v  
 
      ~             b  T      Z' ' ) * * * 0 	1 .2 R3 3 3 v> @ t@ u@ A B E K K K K M M M zN N N O NP OP Q 'T V V W W 8Y pY Y  Z [ 8\ \ \ \ ^ ^ x_ y_ a (b Yd k ,p 4p up p p p q cr r s |s s s t =t >t ^t et t u u u u /v 5v Sv y J{ {   y :  1 X b    ؙ   4 L c ~   ˡ   b c  [ \      ڧ ۧ  & m n   0 V W  ,  ) 9 J Z    ʲ ڲ  ( 8 I Y    ͳ ݳ % 6 F W g ô Դ    > O _ p  w        ! 2 B     ѷ ! 2 B S c   ʸ ۸    ȹ ٹ  ( 9 I Z j  Ǻ ׺   3 D T e u    9 :   M N       | }  q r   ' ( 7 I      ! > S o         <    ! " , L      0        q r 	 	 	 	 !
 "
      R  ! 	, - - - - . /. K. h. . . . . . / 32 >6 8 8 8 8 9 9 9 : (; U; V; < M< N< = > > > x? y? A A A aB C F F F F F G G ,G =G MG G G G G G H H /H @H PH H H H H H 6I GI WI hI xI I I I I I J J K K ,K sK K K K K L L #L 4L DL L L L L L M -M =M NM ^M N +N ;N LN \N N N N N N )O :O JO [O kO O O O O O Q )R *R R R T gU U U IW X Z sZ tZ Z Z O] ^ _ 7` 8` ` ` a b =c c  d d e pe e Uf f 6g g h h h ni i Oj j 4k k l l l fm m Jn n +o o p p p cq q Dr r )s s 
t yt t ^u u Ev v ,w w w 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  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  0o  1o  2o  3o  4o  5o  6o  7o  8o  9o  :o  ;o  <o  =o  >o  ?o  @o  Ao  Bo  Co  Do  Eo  Go  Ho  Io  Jo  Ko  Lo  Mo  No  Oo  Po  Qo  Ro  So  To  Uo  Vo  Wo  Xo  Yo  Zo  \o  ^o  _o  `o  ao  bo  do  eo  fo  go  ho  jo  ko  lo  mo  no  oo  qo  so  to  uo  vo  wo  yo  |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   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  0p  2p  4p  5p  6p  7p  9p  ;p  <p  =p  ?p  @p  Bp  Fp  Hp  Ip  Kp  Lp  Mp  Np  Op  Pp  Qp  Rp  Sp  Tp  Up  Vp  Wp  Xp  Yp  Zp  \p  ]p  ^p  _p  `p  ap  bp  cp  ep  fp  gp  hp  jp  kp  lp  np  pp  qp  rp  sp  tp  up  vp  wp  xp  yp  zp  {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  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p  p   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  0q  1q  3q  4q  5q  6q  7q  9q  :q  ;q  <q  =q  >q  @q  Aq  Bq  Dq  Eq  Fq  Gq  Hq  Jq  Kq  Mq  Nq  Oq  Pq  Qq  Sq  Tq  Uq  Wq  Xq  Yq  Zq  \q  ]q  ^q  _q  `q  bq  cq  dq  fq  gq  hq  jq  kq  lq  mq  oq  pq  qq  rq  sq  uq  vq  xq  yq  zq  {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  q  q  q   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  0r  1r  2r  3r  4r  5r  6r  7r  8r  9r  :r  ;r  <r  =r  >r  ?r  @r  Ar  Br  Cr  Dr  Er  Fr  Gr  Hr  Ir  Jr  Kr  Lr  Mr  Nr  Or  Pr  Qr  Rr  Sr  Tr  Ur  Vr  Wr  Xr  Yr  Zr  [r  \r  ]r  ^r  _r  `r  ar  br  cr  dr  er  gr  hr  ir  jr  kr  lr  nr  or  pr  qr  rr  tr  ur  vr  wr  xr  yr  {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  r  r  r  r  r  r  r  r  r  r  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  s  s  s  s  s  s  s  s  !s  "s  $s  %s  's  (s  )s  *s  +s  -s  /s  0s  1s  3s  4s  6s  7s  9s  :s  ;s  <s  =s  >s  ?s  @s  As  Bs  Cs  Ds  Es  Fs  Gs  Hs  Is  Js  Ks  Ms  Ns  Os  Ps  Qs  Rs  Ss  Us  Vs  Ws  Xs  Zs  [s  \s  ^s  `s  as  bs  cs  ds  es  fs  gs  hs  is  js  ks  ls  ms  ns  ps  qs  rs  ts  us  vs  ws  xs  ys  zs  |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  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   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  0t  1t  2t  4t  5t  6t  7t  8t  :t  ;t  =t  >t  ?t  @t  At  Ct  Dt  Et  Gt  Ht  It  Jt  Lt  Mt  Nt  Ot  Pt  Rt  St  Tt  Vt  Wt  Xt  Zt  [t  \t  ]t  _t  `t  at  bt  ct  et  ft  ht  it  jt  kt  mt  nt  pt  qt  rt  st  ut  vt  wt  yt  zt  {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  t  t  t  t  t  t  t  t  t  t   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  0u  1u  2u  3u  4u  5u  6u  7u  8u  9u  :u  ;u  <u  =u  >u  ?u  @u  Au  Bu  Cu  Du  Eu  Fu  Gu  Hu  Iu  Ju  Ku  Lu  Mu  Nu  Ou  Pu  Qu  Ru  Su  Tu  Uu  Wu  Xu  Yu  Zu  [u  \u  ^u  _u  `u  au  bu  du  eu  fu  gu  hu  iu  ku  mu  nu  ou  pu  qu  ru  tu  uu  vu  wu  xu  yu  zu  {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  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   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  0v  1v  2v  3v  4v  5v  6v  7v  8v  9v  :v  ;v  =v  >v  ?v  @v  Av  Bv  Cv  Ev  Fv  Gv  Hv  Jv  Kv  Lv  Nv  Pv  Qv  Rv  Sv  Tv  Uv  Vv  Wv  Xv  Yv  Zv  [v  \v  ]v  ^v  `v  av  bv  dv  ev  fv  gv  hv  iv  jv  lv  mv  nv  ov  pv  qv  sv  tv  uv  vv  wv  xv  yv  zv  |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  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   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  0w  1w  3w  4w  5w  7w  8w  9w  :w  <w  =w  >w  ?w  @w  Bw  Cw  Dw  Fw  Gw  Hw  Jw  Kw  Lw  Mw  Ow  Pw  Qw  Rw  Sw  Uw  Vw  Xw  Yw  Zw  [w  ]w  ^w  `w  aw  bw  cw  ew  fw  gw  iw  jw  kw  lw  nw  ow  qw  rw  sw  tw  uw  ww  xw  yw  zw  |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  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   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  0x  1x  2x  3x  4x  5x  6x  7x  8x  9x  :x  ;x  <x  =x  >x  ?x  @x  Ax  Bx  Cx  Dx  Ex  Gx  Hx  Ix  Jx  Kx  Lx  Nx  Ox  Px  Qx  Rx  Tx  Ux  Vx  Wx  Xx  Yx  [x  ]x  ^x  _x  `x  ax  bx  dx  ex  fx  gx  hx  ix  jx  kx  lx  mx  ox  px  qx  rx  sx  tx  ux  vx  xx  yx  zx  {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  x  x  x  x  x  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  0y  1y  2y  3y  5y  6y  7y  8y  :y  ;y  <y  >y  @y  Ay  By  Cy  Dy  Ey  Fy  Gy  Hy  Iy  Jy  Ky  Ly  My  Ny  Py  Qy  Ry  Ty  Uy  Vy  Wy  Xy  Yy  Zy  \y  ]y  ^y  _y  `y  ay  cy  dy  ey  fy  gy  hy  iy  jy  ly  my  ny  oy  py  qy  ry  sy  ty  uy  vy  wy  xy  yy  zy  {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  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   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  0z  2z  3z  4z  6z  7z  8z  :z  ;z  <z  =z  ?z  @z  Az  Bz  Cz  Ez  Fz  Hz  Iz  Jz  Kz  Mz  Nz  Pz  Qz  Rz  Sz  Uz  Vz  Wz  Yz  Zz  [z  \z  ^z  _z  az  bz  cz  dz  ez  gz  hz  iz  jz  lz  mz  nz  oz  pz  rz  tz  uz  vz  wz  yz  zz  |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  z  z  z  z  z  z  z  z  z   {  {  {  {  {  {  {  {  {  	{  
{  {  {  
{  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {   {  !{  "{  #{  ${  %{  &{  '{  ({  ){  *{  +{  ,{  -{  .{  /{  0{  1{  2{  3{  4{  5{  7{  8{  9{  :{  ;{  <{  >{  ?{  @{  A{  B{  D{  E{  F{  G{  H{  I{  K{  M{  N{  O{  P{  Q{  R{  T{  U{  V{  W{  X{  Y{  Z{  [{  \{  ]{  _{  `{  a{  b{  c{  d{  e{  f{  h{  i{  j{  k{  l{  m{  o{  p{  q{  r{  s{  t{  v{  w{  x{  y{  {{  |{  }{  ~{  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {  {   |  |  |  |  |  |  	|  
|  |  |  
|  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |  |   |  !|  "|  #|  %|  &|  '|  (|  *|  +|  ,|  .|  0|  1|  2|  3|  4|  5|  6|  7|  8|  9|  :|  ;|  <|  =|  >|  @|  A|  B|  D|  E|  F|  G|  H|  I|  J|  L|  M|  N|  O|  P|  Q|  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}  5}  6}  8}  9}  :}  ;}  =}  >}  @}  A}  B}  C}  E}  F}  G}  I}  J}  K}  L}  N}  O}  Q}  R}  S}  T}  U}  W}  X}  Y}  Z}  \}  ]}  ^}  _}  `}  b}  d}  e}  f}  g}  i}  j}  l}  m}  o}  p}  q}  r}  s}  u}  w}  x}  y}  {}  |}  ~}  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }  }   ~  ~  ~  ~  ~  ~  ~  ~  ~  	~  
~  ~  ~  
~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~   ~  !~  "~  #~  $~  %~  '~  (~  )~  *~  +~  ,~  .~  /~  0~  1~  2~  4~  5~  6~  7~  8~  9~  ;~  =~  >~  ?~  @~  A~  B~  D~  E~  F~  G~  H~  I~  J~  K~  L~  M~  O~  P~  Q~  R~  S~  T~  U~  V~  X~  Y~  Z~  [~  \~  ]~  _~  `~  a~  b~  c~  d~  f~  g~  h~  i~  k~  l~  m~  n~  o~  q~  r~  s~  t~  u~  v~  x~  y~  z~  |~  }~  ~~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~  ~                     	  
    
                                 !  "  #  $  %  &  '  (  )  *  +  ,  -  .  0  1  2  4  5  6  7  8  9  :  <  =  >  ?  @  A  C  D  E  F  G  H  I  J  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  5  6  7  9  :  ;  <  >  ?  A  B  C  D  E  G  H  I  J  L  M  N  O  P  R  T  U  V  W  Y  Z  \  ]  _  `  a  b  c  e  g  h  i  k  l  n  o  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                        Ā  ŀ  ƀ  ǀ  Ȁ  ɀ  ʀ  ˀ  ̀  ̀  ΀  π  Ѐ  р  Ҁ  Ӏ  Ԁ  Հ  ր  ׀  ؀  ـ  ڀ  ۀ  ܀  ݀  ހ  ߀                                                                                     	  
      
                                     !  "  $  %  &  '  (  )  +  -  .  /  0  1  2  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  E  F  H  I  J  K  L  M  O  P  Q  R  S  T  V  W  X  Y  [  \  ]  ^  _  a  b  c  d  e  f  h  i  j  l  m  n  o  p  r  s  u  v  w  x  y  {  |  }                                                                                                              ā  Ł  Ɓ  ǁ  ȁ  ʁ  ́  ́  ΁  ρ  с  ҁ  ԁ  Ձ  ׁ  ؁  ف  ځ  ہ  ݁  ߁                                                                           
                                         !  "  $  %  &  '  (  )  *  ,  -  .  /  0  1  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  {  |  }  ~                                                                                                                          Â  Ă  ł  ǂ  Ȃ  ɂ  ʂ  ˂  ̂  ΂  ς  Ђ  т  ӂ  Ԃ  Ղ  ւ  ׂ  ق  ڂ  ۂ  ܂  ݂  ނ                                                                     
      
                               !  "  #  %  &  '  )  *  +  ,  .  /  1  2  3  4  5  7  8  9  :  <  =  >  ?  @  B  D  E  F  G  I  J  L  M  O  P  Q  R  S  U  W  X  Y  [  \  ^  _  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  {  }  ~                                                                                                                          Ã  ă  Ń  ƃ  ǃ  ȃ  Ƀ  ʃ  ˃  ̃  ̓  ΃  σ  Ѓ  у  ҃  Ӄ  ԃ  Ճ  փ  ׃  ؃  ك  ڃ  ۃ  ܃  ݃  ރ  ߃                                                                                   	  
                                       !  "  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  5  6  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  K  L  M  N  O  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  b  c  e  f  g  h  i  k  l  m  o  p  q  r  t  u  v  w  x  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  2  4  5  6  7  9  :  <  =  ?  @  A  B  C  E  G  H  I  K  L  N  O  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  e  f  g  h  i  j  k  m  n  o  p  r  s  t  v  x  y  z  {  |  }  ~                                                                                                                                Æ  Ć  ņ  Ɔ  ǆ  Ȇ  Ɇ  ʆ  ˆ  ̆  ͆  Ά  φ  І  ц  ҆  ӆ  Ԇ  Ն  ֆ  ׆  ؆  ن  چ  ۆ  ܆  ݆  ކ  ߆                                                                               	    
                                     !  "  #  $  %  &  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  ;  <  =  >  ?  A  B  C  D  E  F  H  I  J  L  M  N  O  P  R  S  U  V  W  X  Y  [  \  ]  _  `  a  b  d  e  f  g  h  j  k  l  n  o  p  r  s  t  u  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  o  p  q  r  s  t  v  w  x  y  z  |  }  ~                                                                                                                      Ĉ  ň  ƈ  ǈ  Ȉ  ʈ  ˈ  ͈  Έ  ψ  Ј  ш  ӈ  Ԉ  Ո  ׈  ؈  و  ڈ  ܈  ݈  ވ  ߈                                                                 	  
                                       "  $  %  &  '  )  *  ,  -  /  0  1  2  3  5  7  8  9  ;  <  >  ?  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  [  ]  ^  _  `  b  c  d  f  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  x  y  z  |  }  ~                                                                                                                                    É  ĉ  ŉ  Ɖ  ǉ  ȉ  ɉ  ʉ  ˉ  ̉  ͉  Ή  ω  Љ  щ  ҉  Ӊ  ԉ  Չ  ։  ׉  ؉  ى  ډ  ۉ  ܉  ݉  މ  ߉                                                                         	  
      
                                   !  "  #  $  &  '  (  )  +  ,  -  .  /  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  B  C  E  F  G  H  I  K  L  M  O  P  Q  R  T  U  V  W  X  Z  [  \  ^  _  `  b  c  d  e  g  h  i  j  k  m  n  p  q  r  s  u  v  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  f  g  h  i  j  l  m  n  o  p  q  s  u  v  w  x  y  z  |  }  ~                                                                                                                    Ë  ċ  ŋ  ǋ  ȋ  ɋ  ʋ  ̋  ͋  ΋  ϋ  Ћ  ҋ  Ӌ  ԋ  ֋  ׋  ؋  ڋ  ۋ  ܋  ݋  ߋ                                                                  	  
    
                               !  "  #  %  '  (  )  +  ,  .  /  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ?  @  A  B  C  E  F  G  H  I  J  K  M  N  O  P  R  S  T  V  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  h  i  j  l  m  n  o  p  q  r  t  u  v  w  x  y  {  |  }  ~                                                                                                                                        Ì  Č  Ō  ƌ  ǌ  Ȍ  Ɍ  ʌ  ˌ  ̌  ͌  Ό  ό  Ќ  ь  Ҍ  ӌ  Ԍ  Ռ  ׌  ،  ٌ  ڌ  ی  ܌  ތ  ߌ                                                                         	  
      
                                !  "  #  $  %  &  (  )  *  ,  -  .  /  0  2  3  5  6  7  8  9  ;  <  =  ?  @  A  B  D  E  F  G  H  J  K  L  N  O  P  R  S  T  U  W  X  Y  Z  [  ]  ^  `  a  b  c  e  f  h  i  j  k  m  n  o  q  r  s  t  v  w  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  O  P  Q  R  S  T  V  W  X  Y  Z  \  ]  ^  _  `  a  c  e  f  g  h  i  j  l  m  n  o  p  q  r  s  t  u  w  x  y  z  {  |  }  ~                                                                                                                Î  Ď  Ǝ  ǎ  Ȏ  ʎ  ˎ  ̎  ͎  ώ  Ў  ю  Ҏ  ӎ  Վ  ֎  ؎  َ  ڎ  ێ  ݎ  ގ                                                                   	  
    
                            !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  5  6  7  8  9  :  ;  =  >  ?  @  B  C  D  F  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  a  b  d  e  f  g  h  i  k  l  m  n  o  p  q  r  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                          Ï  ď  ŏ  Ǐ  ȏ  ɏ  ʏ  ˏ  ̏  Ώ  Ϗ  Џ  я  ҏ  ԏ  Տ  ֏  ׏  ؏  ُ  ۏ  ݏ  ޏ  ߏ                                                                           	      
                                   "  #  %  &  '  (  )  +  ,  -  /  0  1  2  4  5  6  7  8  :  ;  <  >  ?  @  B  C  D  E  G  H  I  J  K  M  N  P  Q  R  S  U  V  X  Y  Z  [  ]  ^  _  a  b  c  d  f  g  i  j  k  l  m  o  p  q  r  t  u  v  w  x  z  |  }  ~                                                                                                                Ð  Đ  Ő  Ɛ  ǐ  Ȑ  ɐ  ʐ  ː  ̐  ͐  ΐ  А  ѐ  Ґ  Ԑ  Ր  ֐  א  ؐ  ِ  ڐ  ܐ  ݐ  ސ  ߐ                                                                                 	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  J  L  M  N  O  P  Q  S  U  V  W  X  Y  Z  \  ]  ^  _  `  a  b  c  d  e  g  h  i  j  k  l  m  n  p  q  r  s  t  u  w  x  y  z  {  |  ~                                                                                                                Ñ  ő  Ƒ  ȑ  ɑ  ʑ  ˑ  ͑  Α  Б  ё  ґ  ӑ  Ց  ֑  ב  ّ  ڑ  ۑ  ܑ  ޑ  ߑ                                                                 	                                           !  "  #  %  &  '  (  )  *  +  -  .  /  0  2  3  4  6  8  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  H  I  J  L  M  N  O  P  Q  R  T  U  V  W  X  Y  [  \  ]  ^  _  `  a  b  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                      Ē  Œ  ƒ  ǒ  Ȓ  ɒ  ˒  ͒  Β  ϒ  В  ђ  Ғ  Ԓ  Ւ  ֒  ג  ؒ  ْ  ڒ  ے  ܒ  ݒ  ߒ                                                                        	  
    
                                 !  "  $  %  &  '  (  *  +  ,  .  /  0  2  3  4  5  7  8  9  :  ;  =  >  @  A  B  C  E  F  H  I  J  K  M  N  O  Q  R  S  T  V  W  Y  Z  [  \  ]  _  `  a  b  d  e  f  g  h  j  l  m  n  o  q  r  t  u  w  x  y  z  {  }                                                                                                                        ē  œ  Ɠ  Ǔ  ȓ  ɓ  ʓ  ̓  ͓  Γ  ϓ  Г  ѓ  ӓ  ԓ  Փ  ֓  ד  ؓ  ٓ  ړ  ܓ  ݓ  ޓ  ߓ                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  :  <  =  >  ?  @  A  C  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  W  X  Y  Z  [  \  ]  ^  `  a  b  c  d  e  g  h  i  j  k  l  n  o  p  q  s  t  u  v  w  y  z  {  |  }  ~                                                                                                            Ô  Ŕ  Ɣ  ǔ  ɔ  ʔ  ˔  ̔  Δ  ϔ  є  Ҕ  Ӕ  Ԕ  Ք  ה  ؔ  ٔ  ڔ  ܔ  ݔ  ޔ  ߔ                                                                	  
      
                                     "  #  $  &  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  A  B  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  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  5  6  8  9  :  ;  =  >  ?  A  B  C  D  F  G  I  J  K  L  M  O  P  Q  R  T  U  V  W  X  Z  \  ]  ^  _  a  b  d  e  g  h  i  j  k  m  o  p  q  s  t  v  w  y  z  {  |  }  ~                                                                                                                        Ö  Ė  Ŗ  Ɩ  ǖ  Ȗ  ɖ  ʖ  ̖  ͖  Ζ  ϖ  Ж  і  Җ  Ӗ  Ԗ  Ֆ  ֖  ז  ؖ  ٖ  ږ  ۖ  ܖ  ݖ  ޖ  ߖ                                                                                     	  
      
                                       !  "  #  $  &  '  (  )  *  ,  -  .  /  0  1  3  5  6  7  8  9  :  <  =  >  ?  @  A  B  C  D  E  G  H  I  J  K  L  M  N  P  Q  R  S  T  U  W  X  Y  Z  [  \  ^  _  `  a  c  d  e  f  g  i  j  k  l  m  n  p  q  r  t  u  v  w  x  z  {  }  ~                                                                                                            ×  ė  ŗ  Ǘ  ȗ  ɗ  ʗ  ̗  ͗  Η  ϗ  З  җ  ԗ  ՗  ֗  ח  ٗ  ڗ  ܗ  ݗ  ߗ                                                                         	  
    
                                   !  "  #  $  %  &  (  )  *  ,  -  .  /  0  1  2  4  5  6  7  8  9  ;  <  =  >  ?  @  A  B  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  {  |  }  ~                                                                                                                            Ø  Ę  Ř  Ƙ  Ș  ɘ  ʘ  ˘  ̘  ͘  Ϙ  И  ј  Ҙ  Ә  Ԙ  ֘  ט  ؘ  ٘  ۘ  ܘ  ݘ  ޘ  ߘ                                                                     
                                     !  "  #  %  &  (  )  *  +  -  .  /  1  2  3  4  6  7  9  :  ;  <  =  ?  @  A  B  D  E  F  G  H  J  L  M  N  O  Q  R  T  U  W  X  Y  Z  [  ]  _  `  a  c  d  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  7  8  9  :  ;  <  =  >  @  A  B  C  D  E  G  H  I  J  K  L  N  O  P  Q  S  T  U  V  W  Y  Z  [  \  ]  ^  `  a  b  d  e  f  g  h  j  k  m  n  o  p  q  s  t  u  w  x  y  z  |  }  ~                                                                                                            Ě  Ś  ƚ  ǚ  ɚ  ʚ  ̚  ͚  Ϛ  К  њ  Қ  Ӛ  ՚  ך  ؚ  ٚ  ۚ  ܚ  ޚ  ߚ                                                                         	  
      
                                     !  "  $  %  &  '  (  )  +  ,  -  .  /  0  1  2  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  4  5  6  7  8  :  <  =  >  ?  A  B  D  E  G  H  I  J  K  M  O  P  Q  S  T  V  W  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  m  n  o  p  q  r  s  u  v  w  x  z  {  |  ~                                                                                                                              Ü  Ĝ  Ŝ  Ɯ  ǜ  Ȝ  ɜ  ʜ  ˜  ̜  ͜  Μ  Ϝ  М  ќ  Ҝ  Ӝ  Ԝ  ՜  ֜  ל  ؜  ٜ  ڜ  ۜ  ܜ  ݜ  ޜ  ߜ                                                                                 	  
    
                                   !  "  #  $  %  '  (  )  *  +  ,  -  .  0  1  2  3  4  5  7  8  9  :  ;  <  >  ?  @  A  C  D  E  F  G  I  J  K  L  M  N  P  Q  R  T  U  V  W  X  Z  [  ]  ^  _  `  a  c  d  e  g  h  i  j  l  m  n  o  p  r  s  t  v  w  x  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  w  x  y  z  {  |  ~                                                                                                                      Þ  Ğ  Ş  ƞ  Ȟ  ɞ  ʞ  ̞  ͞  Ξ  Ϟ  О  Ҟ  Ӟ  ՞  ֞  מ  ؞  ٞ  ۞  ܞ  ݞ  ߞ                                                                   	  
    
                                 !  "  $  %  &  '  (  *  ,  -  .  /  1  2  4  5  7  8  9  :  ;  =  ?  @  A  C  D  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  j  k  l  n  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                ß  ğ  ş  Ɵ  ǟ  ȟ  ɟ  ʟ  ˟  ̟  ͟  Ο  ϟ  П  џ  ҟ  ӟ  ԟ  ՟  ֟  ן  ؟  ٟ  ڟ  ۟  ܟ  ݟ  ޟ  ߟ                                                                           	  
    
                                     !  "  #  $  %  '  (  )  *  +  ,  .  /  0  1  3  4  5  6  7  9  :  ;  <  =  >  @  A  B  D  E  F  G  H  J  K  M  N  O  P  Q  S  T  U  W  X  Y  Z  \  ]  ^  _  `  b  c  d  f  g  h  j  k  l  m  o  p  q  r  s  u  v  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  g  h  i  j  k  l  n  o  p  q  r  t  u  v  w  x  y  {  }  ~                                                                                                                    ¡  á  š  ơ  ǡ  ȡ  ɡ  ˡ  ̡  ͡  ϡ  С  ѡ  ҡ  ԡ  ա  ֡  ס  ء  ڡ  ۡ  ܡ  ޡ  ߡ                                                                	  
      
                              !  "  $  %  '  (  )  *  +  -  /  0  1  3  4  6  7  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  G  H  I  J  K  M  N  O  P  Q  R  S  U  V  W  X  Z  [  \  ^  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  p  q  r  t  u  v  w  x  y  z  |  }  ~                                                                                                                                    ¢  â  Ģ  Ţ  Ƣ  Ǣ  Ȣ  ɢ  ʢ  ˢ  ̢  ͢  ΢  Ϣ  Т  Ѣ  Ң  Ӣ  Ԣ  բ  ֢  ע  آ  ٢  ڢ  ۢ  ܢ  ݢ  ߢ                                                                         	  
      
                                   !  #  $  %  &  '  )  *  +  ,  -  .  0  1  2  4  5  6  7  8  :  ;  =  >  ?  @  A  C  D  E  G  H  I  J  L  M  N  O  P  R  S  T  V  W  X  Z  [  \  ]  _  `  a  b  c  e  f  h  i  j  k  m  n  p  q  r  s  u  v  w  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  W  X  Y  Z  [  \  ^  _  `  a  b  d  e  f  g  h  i  k  m  n  o  p  q  r  t  u  v  w  x  y  z  {  |  }                                                                                                                  ¤  Ĥ  Ť  Ƥ  Ǥ  Ȥ  ʤ  ˤ  ̤  Τ  Ϥ  Ф  Ҥ  Ӥ  Ԥ  դ  פ  ؤ  ٤  ڤ  ۤ  ݤ  ޤ                                                                     
    
                               !  #  $  &  '  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  =  >  ?  @  A  B  C  E  F  G  H  J  K  L  N  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  `  a  b  d  e  f  g  h  i  j  l  m  n  o  p  q  s  t  u  v  w  x  y  z  |  }  ~                                                                                                                                        ¥  å  ĥ  ť  ƥ  ǥ  ȥ  ɥ  ʥ  ˥  ̥  ͥ  ϥ  Х  ѥ  ҥ  ӥ  ԥ  ֥  ץ  إ  ٥  ڥ  ܥ  ݥ  ޥ  ߥ                                                                         	  
                                       !  "  $  %  &  '  (  *  +  -  .  /  0  1  3  4  5  7  8  9  :  <  =  >  ?  @  B  C  D  F  G  H  J  K  L  M  O  P  Q  R  S  U  V  X  Y  Z  [  ]  ^  `  a  b  c  e  f  g  i  j  k  l  n  o  q  r  s  t  u  w  x  y  z  |  }  ~                                                                                                              ¦  æ  Ħ  Ʀ  Ȧ  ɦ  ʦ  ˦  ̦  ͦ  Φ  Ϧ  Ц  Ѧ  Ҧ  Ӧ  Ԧ  զ  ֦  ئ  ٦  ڦ  ܦ  ݦ  ަ  ߦ                                                                               	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ?  @  A  B  C  D  E  G  H  I  J  K  L  N  O  P  Q  R  T  U  V  W  X  Y  [  ]  ^  _  `  a  b  d  e  f  g  h  i  j  k  l  m  o  p  q  r  s  t  u  v  x  y  z  {  |  }                                                                                                              §  ç  ħ  ŧ  ǧ  ȧ  ɧ  ʧ  ˧  ͧ  Χ  Ч  ѧ  ҧ  ӧ  է  ֧  ا  ٧  ڧ  ۧ  ݧ  ާ  ߧ                                                                	  
    
                                 !  "  #  $  %  &  '  (  )  *  +  -  .  /  0  1  2  3  5  6  7  8  :  ;  <  >  @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  P  Q  R  T  U  V  W  X  Y  Z  \  ]  ^  _  `  a  c  d  e  f  g  h  i  j  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                      ¨  è  Ĩ  ƨ  Ǩ  Ȩ  ɨ  ʨ  ̨  ͨ  Ψ  Ϩ  Ш  Ѩ  Ө  ը  ֨  ר  ب  ٨  ڨ  ܨ  ݨ  ި  ߨ                                                                         	  
      
                                 !  #  $  %  '  (  )  *  ,  -  .  /  0  2  3  4  6  7  8  :  ;  <  =  ?  @  A  B  C  E  F  H  I  J  K  M  N  P  Q  R  S  U  V  W  Y  Z  [  \  ^  _  a  b  c  d  e  g  h  i  j  l  m  n  o  p  r  t  u  v  w  y  z  |  }                                                                                                                    ©  é  ĩ  ũ  Ʃ  ȩ  ɩ  ʩ  ̩  ͩ  Ω  ϩ  Щ  ѩ  ҩ  ԩ  թ  ֩  ש  ة  ٩  ۩  ܩ  ݩ  ީ  ߩ                                                                                   	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  7  8  9  :  ;  <  >  ?  @  A  B  D  E  F  G  H  I  K  M  N  O  P  Q  R  T  U  V  W  X  Y  Z  [  \  ]  _  `  a  b  c  d  e  f  h  i  j  k  l  m  o  p  q  r  s  t  v  w  x  y  {  |  }  ~                                                                                                            ª  ê  Ū  ƪ  Ȫ  ɪ  ʪ  ˪  ͪ  Ϊ  Ϫ  Ѫ  Ҫ  Ӫ  Ԫ  ֪  ת  ٪  ڪ  ۪  ܪ  ݪ  ߪ                                                               	  
      
                                       !  "  #  %  &  '  (  *  +  ,  .  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  @  A  B  D  E  F  G  H  I  J  L  M  N  O  P  Q  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  5  6  8  9  :  ;  =  >  @  A  B  C  E  F  G  I  J  K  L  N  O  Q  R  S  T  U  W  X  Y  Z  \  ]  ^  _  `  b  d  e  f  g  i  j  l  m  o  p  q  r  s  u  w  x  y  {  |  ~                                                                                                                        ¬  Ĭ  Ŭ  Ƭ  Ǭ  Ȭ  ɬ  ˬ  ̬  ͬ  ά  Ϭ  Ь  Ѭ  Ҭ  Ԭ  լ  ֬  ׬  ج  ٬  ڬ  ۬  ܬ  ݬ  ެ  ߬                                                                                     	  
      
                                         !  "  #  $  %  '  (  )  *  +  ,  .  /  0  1  2  4  5  6  7  8  9  ;  =  >  ?  @  A  B  D  E  F  G  H  I  J  K  L  M  O  P  Q  R  S  T  U  V  X  Y  Z  [  \  ]  _  `  a  b  c  d  f  g  h  i  k  l  m  n  o  q  r  s  t  u  v  x  y  z  |  }  ~                                                                                                          ­  í  ĭ  ƭ  ǭ  ɭ  ʭ  ˭  ̭  ͭ  ϭ  Э  ѭ  ҭ  ԭ  խ  ֭  ׭  ح  ڭ  ܭ  ݭ  ޭ  ߭                                                                     	  
    
                                 !  "  #  $  %  &  '  (  )  *  +  ,  -  .  0  1  2  4  5  6  7  8  9  :  <  =  >  ?  @  A  C  D  E  F  G  H  I  J  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  5  6  7  9  :  ;  <  >  ?  A  B  C  D  E  G  H  I  J  L  M  N  O  P  R  T  U  V  W  Y  Z  \  ]  _  `  a  b  c  e  g  h  i  k  l  n  o  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                      ¯  į  ů  Ư  ǯ  ȯ  ɯ  ʯ  ˯  ̯  ͯ  ί  ϯ  Я  ѯ  ү  ӯ  ԯ  կ  ֯  ׯ  د  ٯ  گ  ۯ  ܯ  ݯ  ޯ  ߯                                                                                     	  
      
                                     !  "  $  %  &  '  (  )  +  -  .  /  0  1  2  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  E  F  H  I  J  K  L  M  O  P  Q  R  S  T  V  W  X  Y  [  \  ]  ^  _  a  b  c  d  e  f  h  i  j  l  m  n  o  p  r  s  u  v  w  x  y  {  |  }                                                                                                            °  İ  Ű  ư  ǰ  Ȱ  ʰ  ̰  Ͱ  ΰ  ϰ  Ѱ  Ұ  ԰  հ  װ  ذ  ٰ  ڰ  ۰  ݰ  ߰                                                                           
                                         !  "  $  %  &  '  (  )  *  ,  -  .  /  0  1  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  {  |  }  ~                                                                                                                        ±  ñ  ı  ű  Ǳ  ȱ  ɱ  ʱ  ˱  ̱  α  ϱ  б  ѱ  ӱ  Ա  ձ  ֱ  ױ  ٱ  ڱ  ۱  ܱ  ݱ  ޱ                                                                     
      
                               !  "  #  %  &  '  )  *  +  ,  .  /  1  2  3  4  5  7  8  9  :  <  =  >  ?  @  B  D  E  F  G  I  J  L  M  O  P  Q  R  S  U  W  X  Y  [  \  ^  _  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  {  }  ~                                                                                                                        ²  ò  Ĳ  Ų  Ʋ  ǲ  Ȳ  ɲ  ʲ  ˲  ̲  Ͳ  β  ϲ  в  Ѳ  Ҳ  Ӳ  Բ  ղ  ֲ  ײ  ز  ٲ  ڲ  ۲  ܲ  ݲ  ޲  ߲                                                                                   	  
                                       !  "  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  5  6  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  K  L  M  N  O  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  b  c  e  f  g  h  i  k  l  m  o  p  q  r  t  u  v  w  x  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  2  4  5  6  7  9  :  <  =  ?  @  A  B  C  E  G  H  I  K  L  N  O  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  e  f  g  h  i  j  k  m  n  o  p  r  s  t  v  x  y  z  {  |  }  ~                                                                                                                              µ  õ  ĵ  ŵ  Ƶ  ǵ  ȵ  ɵ  ʵ  ˵  ̵  ͵  ε  ϵ  е  ѵ  ҵ  ӵ  Ե  յ  ֵ  ׵  ص  ٵ  ڵ  ۵  ܵ  ݵ  ޵  ߵ                                                                               	    
                                     !  "  #  $  %  &  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  ;  <  =  >  ?  A  B  C  D  E  F  H  I  J  L  M  N  O  P  R  S  U  V  W  X  Y  [  \  ]  _  `  a  b  d  e  f  g  h  j  k  l  n  o  p  r  s  t  u  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  o  p  q  r  s  t  v  w  x  y  z  |  }  ~                                                                                                                    ·  ķ  ŷ  Ʒ  Ƿ  ȷ  ʷ  ˷  ͷ  η  Ϸ  з  ѷ  ӷ  Է  շ  ׷  ط  ٷ  ڷ  ܷ  ݷ  ޷  ߷                                                                 	  
                                       "  $  %  &  '  )  *  ,  -  /  0  1  2  3  5  7  8  9  ;  <  >  ?  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  [  ]  ^  _  `  b  c  d  f  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  x  y  z  |  }  ~                                                                                                                                  ¸  ø  ĸ  Ÿ  Ƹ  Ǹ  ȸ  ɸ  ʸ  ˸  ̸  ͸  θ  ϸ  и  Ѹ  Ҹ  Ӹ  Ը  ո  ָ  ׸  ظ  ٸ  ڸ  ۸  ܸ  ݸ  ޸  ߸                                                                         	  
      
                                   !  "  #  $  &  '  (  )  +  ,  -  .  /  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  B  C  E  F  G  H  I  K  L  M  O  P  Q  R  T  U  V  W  X  Z  [  \  ^  _  `  b  c  d  e  g  h  i  j  k  m  n  p  q  r  s  u  v  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  f  g  h  i  j  l  m  n  o  p  q  s  u  v  w  x  y  z  |  }  ~                                                                                                                    ú  ĺ  ź  Ǻ  Ⱥ  ɺ  ʺ  ̺  ͺ  κ  Ϻ  к  Һ  Ӻ  Ժ  ֺ  ׺  غ  ں  ۺ  ܺ  ݺ  ߺ                                                                  	  
    
                               !  "  #  %  '  (  )  +  ,  .  /  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ?  @  A  B  C  E  F  G  H  I  J  K  M  N  O  P  R  S  T  V  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  h  i  j  l  m  n  o  p  q  r  t  u  v  w  x  y  {  |  }  ~                                                                                                                                      »  û  Ļ  Ż  ƻ  ǻ  Ȼ  ɻ  ʻ  ˻  ̻  ͻ  λ  ϻ  л  ѻ  һ  ӻ  Ի  ջ  ׻  ػ  ٻ  ڻ  ۻ  ܻ  ޻  ߻                                                                         	  
      
                                !  "  #  $  %  &  (  )  *  ,  -  .  /  0  2  3  5  6  7  8  9  ;  <  =  ?  @  A  B  D  E  F  G  H  J  K  L  N  O  P  R  S  T  U  W  X  Y  Z  [  ]  ^  `  a  b  c  e  f  h  i  j  k  m  n  o  q  r  s  t  v  w  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  O  P  Q  R  S  T  V  W  X  Y  Z  \  ]  ^  _  `  a  c  e  f  g  h  i  j  l  m  n  o  p  q  r  s  t  u  w  x  y  z  {  |  }  ~                                                                                                              ½  ý  Ľ  ƽ  ǽ  Ƚ  ʽ  ˽  ̽  ͽ  Ͻ  н  ѽ  ҽ  ӽ  ս  ֽ  ؽ  ٽ  ڽ  ۽  ݽ  ޽                                                                   	  
    
                            !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  5  6  7  8  9  :  ;  =  >  ?  @  B  C  D  F  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  a  b  d  e  f  g  h  i  k  l  m  n  o  p  q  r  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                        ¾  þ  ľ  ž  Ǿ  Ⱦ  ɾ  ʾ  ˾  ̾  ξ  Ͼ  о  Ѿ  Ҿ  Ծ  վ  ־  ׾  ؾ  پ  ۾  ݾ  ޾  ߾                                                                           	      
                                   "  #  %  &  '  (  )  +  ,  -  /  0  1  2  4  5  6  7  8  :  ;  <  >  ?  @  B  C  D  E  G  H  I  J  K  M  N  P  Q  R  S  U  V  X  Y  Z  [  ]  ^  _  a  b  c  d  f  g  i  j  k  l  m  o  p  q  r  t  u  v  w  x  z  |  }  ~                                                                                                              ¿  ÿ  Ŀ  ſ  ƿ  ǿ  ȿ  ɿ  ʿ  ˿  ̿  Ϳ  ο  п  ѿ  ҿ  Կ  տ  ֿ  ׿  ؿ  ٿ  ڿ  ܿ  ݿ  ޿  ߿                                                                                 	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  J  L  M  N  O  P  Q  S  U  V  W  X  Y  Z  \  ]  ^  _  `  a  b  c  d  e  g  h  i  j  k  l  m  n  p  q  r  s  t  u  w  x  y  z  {  |  ~                                                                                                                                                                                                                           	                                           !  "  #  %  &  '  (  )  *  +  -  .  /  0  2  3  4  6  8  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  H  I  J  L  M  N  O  P  Q  R  T  U  V  W  X  Y  [  \  ]  ^  _  `  a  b  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                            	  
    
                                 !  "  $  %  &  '  (  *  +  ,  .  /  0  2  3  4  5  7  8  9  :  ;  =  >  @  A  B  C  E  F  H  I  J  K  M  N  O  Q  R  S  T  V  W  Y  Z  [  \  ]  _  `  a  b  d  e  f  g  h  j  l  m  n  o  q  r  t  u  w  x  y  z  {  }                                                                                                                                                                                                                                                             	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  :  <  =  >  ?  @  A  C  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  W  X  Y  Z  [  \  ]  ^  `  a  b  c  d  e  g  h  i  j  k  l  n  o  p  q  s  t  u  v  w  y  z  {  |  }  ~                                                                                                                                                                                                                        	  
      
                                     "  #  $  &  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  A  B  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  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  5  6  8  9  :  ;  =  >  ?  A  B  C  D  F  G  I  J  K  L  M  O  P  Q  R  T  U  V  W  X  Z  \  ]  ^  _  a  b  d  e  g  h  i  j  k  m  o  p  q  s  t  v  w  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	  
      
                                       !  "  #  $  &  '  (  )  *  ,  -  .  /  0  1  3  5  6  7  8  9  :  <  =  >  ?  @  A  B  C  D  E  G  H  I  J  K  L  M  N  P  Q  R  S  T  U  W  X  Y  Z  [  \  ^  _  `  a  c  d  e  f  g  i  j  k  l  m  n  p  q  r  t  u  v  w  x  z  {  }  ~                                                                                                                                                                                                                               	  
    
                                   !  "  #  $  %  &  (  )  *  ,  -  .  /  0  1  2  4  5  6  7  8  9  ;  <  =  >  ?  @  A  B  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  {  |  }  ~                                                                                                                                                                                                                                                 
                                     !  "  #  %  &  (  )  *  +  -  .  /  1  2  3  4  6  7  9  :  ;  <  =  ?  @  A  B  D  E  F  G  H  J  L  M  N  O  Q  R  T  U  W  X  Y  Z  [  ]  _  `  a  c  d  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  7  8  9  :  ;  <  =  >  @  A  B  C  D  E  G  H  I  J  K  L  N  O  P  Q  S  T  U  V  W  Y  Z  [  \  ]  ^  `  a  b  d  e  f  g  h  j  k  m  n  o  p  q  s  t  u  w  x  y  z  |  }  ~                                                                                                                                                                                                                             	  
      
                                     !  "  $  %  &  '  (  )  +  ,  -  .  /  0  1  2  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  4  5  6  7  8  :  <  =  >  ?  A  B  D  E  G  H  I  J  K  M  O  P  Q  S  T  V  W  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  m  n  o  p  q  r  s  u  v  w  x  z  {  |  ~                                                                                                                                                                                                                                                                       	  
    
                                   !  "  #  $  %  '  (  )  *  +  ,  -  .  0  1  2  3  4  5  7  8  9  :  ;  <  >  ?  @  A  C  D  E  F  G  I  J  K  L  M  N  P  Q  R  T  U  V  W  X  Z  [  ]  ^  _  `  a  c  d  e  g  h  i  j  l  m  n  o  p  r  s  t  v  w  x  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  w  x  y  z  {  |  ~                                                                                                                                                                                                                                     	  
    
                                 !  "  $  %  &  '  (  *  ,  -  .  /  1  2  4  5  7  8  9  :  ;  =  ?  @  A  C  D  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  j  k  l  n  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	  
    
                                     !  "  #  $  %  '  (  )  *  +  ,  .  /  0  1  3  4  5  6  7  9  :  ;  <  =  >  @  A  B  D  E  F  G  H  J  K  M  N  O  P  Q  S  T  U  W  X  Y  Z  \  ]  ^  _  `  b  c  d  f  g  h  j  k  l  m  o  p  q  r  s  u  v  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  g  h  i  j  k  l  n  o  p  q  r  t  u  v  w  x  y  {  }  ~                                                                                                                                                                                                                                  	  
      
                              !  "  $  %  '  (  )  *  +  -  /  0  1  3  4  6  7  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  G  H  I  J  K  M  N  O  P  Q  R  S  U  V  W  X  Z  [  \  ^  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  p  q  r  t  u  v  w  x  y  z  |  }  ~                                                                                                                                                                                                                                                                     	  
      
                                   !  #  $  %  &  '  )  *  +  ,  -  .  0  1  2  4  5  6  7  8  :  ;  =  >  ?  @  A  C  D  E  G  H  I  J  L  M  N  O  P  R  S  T  V  W  X  Z  [  \  ]  _  `  a  b  c  e  f  h  i  j  k  m  n  p  q  r  s  u  v  w  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  W  X  Y  Z  [  \  ^  _  `  a  b  d  e  f  g  h  i  k  m  n  o  p  q  r  t  u  v  w  x  y  z  {  |  }                                                                                                                                                                                                                                   
    
                               !  #  $  &  '  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  =  >  ?  @  A  B  C  E  F  G  H  J  K  L  N  P  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  `  a  b  d  e  f  g  h  i  j  l  m  n  o  p  q  s  t  u  v  w  x  y  z  |  }  ~                                                                                                                                                                                                                                                                     	  
                                       !  "  $  %  &  '  (  *  +  -  .  /  0  1  3  4  5  7  8  9  :  <  =  >  ?  @  B  C  D  F  G  H  J  K  L  M  O  P  Q  R  S  U  V  X  Y  Z  [  ]  ^  `  a  b  c  e  f  g  i  j  k  l  n  o  q  r  s  t  u  w  x  y  z  |  }  ~                                                                                                                                                                                                                                               	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ?  @  A  B  C  D  E  G  H  I  J  K  L  N  O  P  Q  R  T  U  V  W  X  Y  [  ]  ^  _  `  a  b  d  e  f  g  h  i  j  k  l  m  o  p  q  r  s  t  u  v  x  y  z  {  |  }                                                                                                                                                                                                                            	  
    
                                 !  "  #  $  %  &  '  (  )  *  +  -  .  /  0  1  2  3  5  6  7  8  :  ;  <  >  @  A  B  C  D  E  F  G  H  I  J  K  L  M  N  P  Q  R  T  U  V  W  X  Y  Z  \  ]  ^  _  `  a  c  d  e  f  g  h  i  j  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                               	  
      
                                 !  #  $  %  '  (  )  *  ,  -  .  /  0  2  3  4  6  7  8  :  ;  <  =  ?  @  A  B  C  E  F  H  I  J  K  M  N  P  Q  R  S  U  V  W  Y  Z  [  \  ^  _  a  b  c  d  e  g  h  i  j  l  m  n  o  p  r  t  u  v  w  y  z  |  }                                                                                                                                                                                                                                                         	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  7  8  9  :  ;  <  >  ?  @  A  B  D  E  F  G  H  I  K  M  N  O  P  Q  R  T  U  V  W  X  Y  Z  [  \  ]  _  `  a  b  c  d  e  f  h  i  j  k  l  m  o  p  q  r  s  t  v  w  x  y  {  |  }  ~                                                                                                                                                                                                                       	  
      
                                       !  "  #  %  &  '  (  *  +  ,  .  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  @  A  B  D  E  F  G  H  I  J  L  M  N  O  P  Q  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  5  6  8  9  :  ;  =  >  @  A  B  C  E  F  G  I  J  K  L  N  O  Q  R  S  T  U  W  X  Y  Z  \  ]  ^  _  `  b  d  e  f  g  i  j  l  m  o  p  q  r  s  u  w  x  y  {  |  ~                                                                                                                                                                                                                                                                 	  
      
                                         !  "  #  $  %  '  (  )  *  +  ,  .  /  0  1  2  4  5  6  7  8  9  ;  =  >  ?  @  A  B  D  E  F  G  H  I  J  K  L  M  O  P  Q  R  S  T  U  V  X  Y  Z  [  \  ]  _  `  a  b  c  d  f  g  h  i  k  l  m  n  o  q  r  s  t  u  v  x  y  z  |  }  ~                                                                                                                                                                                                                             	  
    
                                 !  "  #  $  %  &  '  (  )  *  +  ,  -  .  0  1  2  4  5  6  7  8  9  :  <  =  >  ?  @  A  C  D  E  F  G  H  I  J  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  5  6  7  9  :  ;  <  >  ?  A  B  C  D  E  G  H  I  J  L  M  N  O  P  R  T  U  V  W  Y  Z  \  ]  _  `  a  b  c  e  g  h  i  k  l  n  o  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	  
      
                                     !  "  $  %  &  '  (  )  +  -  .  /  0  1  2  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  E  F  H  I  J  K  L  M  O  P  Q  R  S  T  V  W  X  Y  [  \  ]  ^  _  a  b  c  d  e  f  h  i  j  l  m  n  o  p  r  s  u  v  w  x  y  {  |  }                                                                                                                                                                                                                                 
                                         !  "  $  %  &  '  (  )  *  ,  -  .  /  0  1  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  {  |  }  ~                                                                                                                                                                                                                                             
      
                               !  "  #  %  &  '  )  *  +  ,  .  /  1  2  3  4  5  7  8  9  :  <  =  >  ?  @  B  D  E  F  G  I  J  L  M  O  P  Q  R  S  U  W  X  Y  [  \  ^  _  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  {  }  ~                                                                                                                                                                                                                                                                     	  
                                       !  "  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  5  6  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  K  L  M  N  O  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  b  c  e  f  g  h  i  k  l  m  o  p  q  r  t  u  v  w  x  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  2  4  5  6  7  9  :  <  =  ?  @  A  B  C  E  G  H  I  K  L  N  O  Q  R  S  T  U  V  W  X  Y  Z  [  \  ]  ^  _  `  a  b  c  e  f  g  h  i  j  k  m  n  o  p  r  s  t  v  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                                       	    
                                     !  "  #  $  %  &  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  ;  <  =  >  ?  A  B  C  D  E  F  H  I  J  L  M  N  O  P  R  S  U  V  W  X  Y  [  \  ]  _  `  a  b  d  e  f  g  h  j  k  l  n  o  p  r  s  t  u  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  o  p  q  r  s  t  v  w  x  y  z  |  }  ~                                                                                                                                                                                                                                   	  
                                       "  $  %  &  '  )  *  ,  -  /  0  1  2  3  5  7  8  9  ;  <  >  ?  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  [  ]  ^  _  `  b  c  d  f  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  x  y  z  |  }  ~                                                                                                                                                                                                                                                                     	  
      
                                   !  "  #  $  &  '  (  )  +  ,  -  .  /  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  B  C  E  F  G  H  I  K  L  M  O  P  Q  R  T  U  V  W  X  Z  [  \  ^  _  `  b  c  d  e  g  h  i  j  k  m  n  p  q  r  s  u  v  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  f  g  h  i  j  l  m  n  o  p  q  s  u  v  w  x  y  z  |  }  ~                                                                                                                                                                                                                                  	  
    
                               !  "  #  %  '  (  )  +  ,  .  /  1  2  3  4  5  6  7  8  9  :  ;  <  =  >  ?  @  A  B  C  E  F  G  H  I  J  K  M  N  O  P  R  S  T  V  X  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  h  i  j  l  m  n  o  p  q  r  t  u  v  w  x  y  {  |  }  ~                                                                                                                                                                                                                                                                     	  
      
                                !  "  #  $  %  &  (  )  *  ,  -  .  /  0  2  3  5  6  7  8  9  ;  <  =  ?  @  A  B  D  E  F  G  H  J  K  L  N  O  P  R  S  T  U  W  X  Y  Z  [  ]  ^  `  a  b  c  e  f  h  i  j  k  m  n  o  q  r  s  t  v  w  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  O  P  Q  R  S  T  V  W  X  Y  Z  \  ]  ^  _  `  a  c  e  f  g  h  i  j  l  m  n  o  p  q  r  s  t  u  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                             	  
    
                            !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  5  6  7  8  9  :  ;  =  >  ?  @  B  C  D  F  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  X  Y  Z  \  ]  ^  _  `  a  b  d  e  f  g  h  i  k  l  m  n  o  p  q  r  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	      
                                   "  #  %  &  '  (  )  +  ,  -  /  0  1  2  4  5  6  7  8  :  ;  <  >  ?  @  B  C  D  E  G  H  I  J  K  M  N  P  Q  R  S  U  V  X  Y  Z  [  ]  ^  _  a  b  c  d  f  g  i  j  k  l  m  o  p  q  r  t  u  v  w  x  z  |  }  ~                                                                                                                                                                                                                                                   	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  7  8  9  :  ;  <  =  ?  @  A  B  C  D  F  G  H  I  J  L  M  N  O  P  Q  S  U  V  W  X  Y  Z  \  ]  ^  _  `  a  b  c  d  e  g  h  i  j  k  l  m  n  p  q  r  s  t  u  w  x  y  z  {  |  ~                                                                                                                                                                                                                           	                                           !  "  #  %  &  '  (  )  *  +  -  .  /  0  2  3  4  6  8  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  H  I  J  L  M  N  O  P  Q  R  T  U  V  W  X  Y  [  \  ]  ^  _  `  a  b  d  e  f  g  h  i  j  k  l  m  n  o  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                            	  
    
                                 !  "  $  %  &  '  (  *  +  ,  .  /  0  2  3  4  5  7  8  9  :  ;  =  >  @  A  B  C  E  F  H  I  J  K  M  N  O  Q  R  S  T  V  W  Y  Z  [  \  ]  _  `  a  b  d  e  f  g  h  j  l  m  n  o  q  r  t  u  w  x  y  z  {  }                                                                                                                                                                                                                                                             	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  /  0  1  2  3  4  6  7  8  9  :  <  =  >  ?  @  A  C  E  F  G  H  I  J  L  M  N  O  P  Q  R  S  T  U  W  X  Y  Z  [  \  ]  ^  `  a  b  c  d  e  g  h  i  j  k  l  n  o  p  q  s  t  u  v  w  y  z  {  |  }  ~                                                                                                                                                                                                                        	  
      
                                     "  #  $  &  (  )  *  +  ,  -  .  /  0  1  2  3  4  5  6  8  9  :  <  =  >  ?  @  A  B  D  E  F  G  H  I  K  L  M  N  O  P  Q  R  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  5  6  8  9  :  ;  =  >  ?  A  B  C  D  F  G  I  J  K  L  M  O  P  Q  R  T  U  V  W  X  Z  \  ]  ^  _  a  b  d  e  g  h  i  j  k  m  o  p  q  s  t  v  w  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	  
      
                                       !  "  #  $  &  '  (  )  *  ,  -  .  /  0  1  3  5  6  7  8  9  :  <  =  >  ?  @  A  B  C  D  E  G  H  I  J  K  L  M  N  P  Q  R  S  T  U  W  X  Y  Z  [  \  ^  _  `  a  c  d  e  f  g  i  j  k  l  m  n  p  q  r  t  u  v  w  x  z  {  }  ~                                                                                                                                                                                                                               	  
    
                                   !  "  #  $  %  &  (  )  *  ,  -  .  /  0  1  2  4  5  6  7  8  9  ;  <  =  >  ?  @  A  B  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  {  |  }  ~                                                                                                                                                                                                                                                 
                                     !  "  #  %  &  (  )  *  +  -  .  /  1  2  3  4  6  7  9  :  ;  <  =  ?  @  A  B  D  E  F  G  H  J  L  M  N  O  Q  R  T  U  W  X  Y  Z  [  ]  _  `  a  c  d  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  7  8  9  :  ;  <  =  >  @  A  B  C  D  E  G  H  I  J  K  L  N  O  P  Q  S  T  U  V  W  Y  Z  [  \  ]  ^  `  a  b  d  e  f  g  h  j  k  m  n  o  p  q  s  t  u  w  x  y  z  |  }  ~                                                                                                                                                                                                                             	  
      
                                     !  "  $  %  &  '  (  )  +  ,  -  .  /  0  1  2  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  4  5  6  7  8  :  <  =  >  ?  A  B  D  E  G  H  I  J  K  M  O  P  Q  S  T  V  W  Y  Z  [  \  ]  ^  _  `  a  b  c  d  e  f  g  h  i  j  k  m  n  o  p  q  r  s  u  v  w  x  z  {  |  ~                                                                                                                                                                                                                                                                       	  
    
                                   !  "  #  $  %  '  (  )  *  +  ,  -  .  0  1  2  3  4  5  7  8  9  :  ;  <  >  ?  @  A  C  D  E  F  G  I  J  K  L  M  N  P  Q  R  T  U  V  W  X  Z  [  ]  ^  _  `  a  c  d  e  g  h  i  j  l  m  n  o  p  r  s  t  v  w  x  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  w  x  y  z  {  |  ~                                                                                                                                                                                                                                     	  
    
                                 !  "  $  %  &  '  (  *  ,  -  .  /  1  2  4  5  7  8  9  :  ;  =  ?  @  A  C  D  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  j  k  l  n  p  q  r  s  t  u  v  w  x  y  z  {  |  }  ~                                                                                                                                                                                                                                                                   	  
    
                                     !  "  #  $  %  '  (  )  *  +  ,  .  /  0  1  3  4  5  6  7  9  :  ;  <  =  >  @  A  B  D  E  F  G  H  J  K  M  N  O  P  Q  S  T  U  W  X  Y  Z  \  ]  ^  _  `  b  c  d  f  g  h  j  k  l  m  o  p  q  r  s  u  v  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  g  h  i  j  k  l  n  o  p  q  r  t  u  v  w  x  y  {  }  ~                                                                                                                                                                                                                                  	  
      
                              !  "  $  %  '  (  )  *  +  -  /  0  1  3  4  6  7  9  :  ;  <  =  >  ?  @  A  B  C  D  E  F  G  H  I  J  K  M  N  O  P  Q  R  S  U  V  W  X  Z  [  \  ^  `  a  b  c  d  e  f  g  h  i  j  k  l  m  n  p  q  r  t  u  v  w  x  y  z  |  }  ~                                                                                                                                                                                                                                                             	 
   
                  ! # $ % & ' ) * + , - . 0 1 2 4 5 6 7 8 : ; = > ? @ A C D E G H I J L M N O P R S T V W X Z [ \ ] _ ` a b c e f h i j k m n p q r s u v w 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 W X Y Z [ \ ^ _ ` a b d e f g h i k m n o p q r t u v w x y z { | }                                                                                                                  
  
                ! # $ & ' ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; = > ? @ A B C E F G H J K L N P Q R S T U V W X Y Z [ \ ] ^ ` a b d e f g h i j l m n o p q s t u v w x y z | } ~                                                                                                                                   	 
                    ! " $ % & ' ( * + - . / 0 1 3 4 5 7 8 9 : < = > ? @ B C D F G H J K L M O P Q R S U V X Y Z [ ] ^ ` a b c e f g i j k l n o q r s t u w x y z | } ~                                                                                                                        	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E G H I J K L N O P Q R T U V W X Y [ ] ^ _ ` a b d e f g h i j k l m o p q r s t u v x y z { | }                                                                                                              	 
  
                 ! " # $ % & ' ( ) * + - . / 0 1 2 3 5 6 7 8 : ; < > @ A B C D E F G H I J K L M N P Q R T U V W X Y Z \ ] ^ _ ` a c d e f g h i j l m n o p q r s t u v w x y z { | } ~                                                                                                                                	 
   
                 ! # $ % ' ( ) * , - . / 0 2 3 4 6 7 8 : ; < = ? @ A B C E F H I J K M N P Q R S U V W Y Z [ \ ^ _ a b c d e g h i j l m n o p r t u v w y z | }                                                                                                                             	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 7 8 9 : ; < > ? @ A B D E F G H I K M N O P Q R T U V W X Y Z [ \ ] _ ` a b c d e f h i j k l m o p q r s t v w x y { | } ~                                                                                                      	 	 	 	 	 	 		 
	 	 	 
	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	  	 !	 "	 #	 %	 &	 '	 (	 *	 +	 ,	 .	 0	 1	 2	 3	 4	 5	 6	 7	 8	 9	 :	 ;	 <	 =	 >	 @	 A	 B	 D	 E	 F	 G	 H	 I	 J	 L	 M	 N	 O	 P	 Q	 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
 5
 6
 8
 9
 :
 ;
 =
 >
 @
 A
 B
 C
 E
 F
 G
 I
 J
 K
 L
 N
 O
 Q
 R
 S
 T
 U
 W
 X
 Y
 Z
 \
 ]
 ^
 _
 `
 b
 d
 e
 f
 g
 i
 j
 l
 m
 o
 p
 q
 r
 s
 u
 w
 x
 y
 {
 |
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
           	 
   
                     ! " # $ % ' ( ) * + , . / 0 1 2 4 5 6 7 8 9 ; = > ? @ A B D E F G H I J K L M O P Q R S T U V X Y Z [ \ ] _ ` a b c d f g h i k l m n o q r s t u v x y z | } ~                                                                                                               	 
  
                 ! " # $ % & ' ( ) * + , - . 0 1 2 4 5 6 7 8 9 : < = > ? @ A C D E F G H I J 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
 5
 6
 7
 9
 :
 ;
 <
 >
 ?
 A
 B
 C
 D
 E
 G
 H
 I
 J
 L
 M
 N
 O
 P
 R
 T
 U
 V
 W
 Y
 Z
 \
 ]
 _
 `
 a
 b
 c
 e
 g
 h
 i
 k
 l
 n
 o
 q
 r
 s
 t
 u
 v
 w
 x
 y
 z
 {
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
           	 
   
                   ! " $ % & ' ( ) + - . / 0 1 2 4 5 6 7 8 9 : ; < = ? @ A B C D E F H I J K L M O P Q R S T V W X Y [ \ ] ^ _ a b c d e f h i j l m n o p r s u v w x y { | }                                                                                                                 
                     ! " $ % & ' ( ) * , - . / 0 1 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 { | } ~                                                                                                                       
   
                ! " # % & ' ) * + , . / 1 2 3 4 5 7 8 9 : < = > ? @ B D E F G I J L M O P Q R S U W X Y [ \ ^ _ 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 { } ~                                                                                                                                   	 
                    ! " $ % & ' ( ) * + , - / 0 1 2 3 4 5 6 8 9 : ; < = ? @ A B C D F G H I K L M N O Q R S T U V X Y Z \ ] ^ _ ` b c e f g h i k l m o p q r t u v w x 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 2 4 5 6 7 9 : < = ? @ A B C E G H I K L N O Q R S T U V W X Y Z [ \ ] ^ _ ` a b c e f g h i j k m n o p r s t v x y z { | } ~                                                                                                                                    	  
                   ! " # $ % & ( ) * + , - / 0 1 2 3 4 6 7 8 9 ; < = > ? A B C D E F H I J L M N O P R S U V W X Y [ \ ] _ ` a b d e f g h j k l n o p r s t u 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 o p q r s t v w x y z | } ~                                                                                                                  	 
                    " $ % & ' ) * , - / 0 1 2 3 5 7 8 9 ; < > ? 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 [ ] ^ _ ` b c d f h i j k l m n o p q r s t u v x y z | } ~                                                                                                                                   	 
   
                  ! " # $ & ' ( ) + , - . / 1 2 3 4 5 6 8 9 : < = > ? @ B C E F G H I K L M O P Q R T U V W X Z [ \ ^ _ ` b c d e g h i j k m n p q r s u v 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 f g h i j l m n o p q s u v w x y z | } ~                                                                                                                 	 
  
                ! " # % ' ( ) + , . / 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C E F G H I J K M N O P R S T V X Y Z [ \ ] ^ _ ` a b c d e f h i j l m n o p q r t u v w x y { | } ~                                                                                                                                   	 
   
                ! " # $ % & ( ) * , - . / 0 2 3 5 6 7 8 9 ; < = ? @ A B D E F G H J K L N O P R S T U W X Y Z [ ] ^ ` a b c e f h i j k m n o q r s t v w 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 O P Q R S T V W X Y Z \ ] ^ _ ` a c e f g h i j l m n o p q r s t u w x y z { | } ~                                                                                                               	 
  
              ! " # $ % & ' ( ) * + , - . / 0 1 2 3 5 6 7 8 9 : ; = > ? @ B C D F H I J K L M N O P Q R S T U V X Y Z \ ] ^ _ ` a b d e f g h i k l m n o p q r t u v w x y z { | } ~                                                                                                                                  	   
                  " # % & ' ( ) + , - / 0 1 2 4 5 6 7 8 : ; < > ? @ B C D E G H I J K M N P Q R S U V X Y Z [ ] ^ _ a b c d f g i j k l m o p q r t u v w x z | } ~                                                                                                                          	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = ? @ A B C D F G H I J L M N O P Q S U V W X Y Z \ ] ^ _ ` a b c d e g h i j k l m n p q r s t u w x y z { | ~                                                                                                              	                      ! " # % & ' ( ) * + - . / 0 2 3 4 6 8 9 : ; < = > ? @ A B C D E F H I J L M N O P Q R T U V W X Y [ \ ] ^ _ ` a b d e f g h i j k l m n o p q r s t u v w x y z { | } ~                                                                                                                                     	  
    
                                 !  "  $  %  &  '  (  *  +  ,  .  /  0  2  3  4  5  7  8  9  :  ;  =  >  @  A  B  C  E  F  H  I  J  K  M  N  O  Q  R  S  T  V  W  Y  Z  [  \  ]  _  `  a  b  d  e  f  g  h  j  l  m  n  o  q  r  t  u  w  x  y  z  {  }                                                                                                                                                                                                                                           ! ! ! ! ! ! ! ! ! 	! 
! ! ! 
! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! !! "! #! $! %! &! '! (! )! *! +! ,! -! /! 0! 1! 2! 3! 4! 6! 7! 8! 9! :! <! =! >! ?! @! A! C! E! F! G! H! I! J! L! M! N! O! P! Q! R! S! T! U! W! X! Y! Z! [! \! ]! ^! `! a! b! c! d! e! g! h! i! j! k! l! n! o! p! q! s! t! u! v! w! y! z! {! |! }! ~! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " " " " " " " 	" 
" " " 
" " " " " " " " " " " " " " " " "  " "" #" $" &" (" )" *" +" ," -" ." /" 0" 1" 2" 3" 4" 5" 6" 8" 9" :" <" =" >" ?" @" A" B" D" E" F" G" H" I" K" L" M" N" O" P" Q" R" 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# 5# 6# 8# 9# :# ;# =# ># ?# A# B# C# D# F# G# I# J# K# L# M# O# P# Q# R# T# U# V# W# X# Z# \# ]# ^# _# a# b# d# e# g# h# i# j# k# m# o# p# q# s# t# v# w# y# z# {# |# }# ~# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #  $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ 
$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ !$ "$ #$ $$ &$ '$ ($ )$ *$ ,$ -$ .$ /$ 0$ 1$ 3$ 5$ 6$ 7$ 8$ 9$ :$ <$ =$ >$ ?$ @$ A$ B$ C$ D$ E$ G$ H$ I$ J$ K$ L$ M$ N$ P$ Q$ R$ S$ T$ U$ W$ X$ Y$ Z$ [$ \$ ^$ _$ `$ a$ c$ d$ e$ f$ g$ i$ j$ k$ l$ m$ n$ p$ q$ r$ t$ u$ v$ w$ x$ z$ {$ }$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  % % % % % % % % 	% 
% % 
% % % % % % % % % % % % % % % %  % !% "% #% $% %% &% (% )% *% ,% -% .% /% 0% 1% 2% 4% 5% 6% 7% 8% 9% ;% <% =% >% ?% @% A% B% 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% {% |% }% ~% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %  & & & & & & & & 
& & & & & & & & & & & & & & & & &  & !& "& #& %& && (& )& *& +& -& .& /& 1& 2& 3& 4& 6& 7& 9& :& ;& <& =& ?& @& A& B& D& E& F& G& H& J& L& M& N& O& Q& R& T& U& W& X& Y& Z& [& ]& _& `& a& c& d& 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' 7' 8' 9' :' ;' <' =' >' @' A' B' C' D' E' G' H' I' J' K' L' N' O' P' Q' S' T' U' V' W' Y' Z' [' \' ]' ^' `' a' b' d' e' f' g' h' j' k' m' n' o' p' q' s' t' u' w' x' y' z' |' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ( ( ( ( ( ( 	( 
( ( ( 
( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( (  ( !( "( $( %( &( '( (( )( +( ,( -( .( /( 0( 1( 2( 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) 4) 5) 6) 7) 8) :) <) =) >) ?) A) B) D) E) G) H) I) J) K) M) O) P) Q) S) T) V) W) Y) Z) [) \) ]) ^) _) `) a) b) c) d) e) f) g) h) i) j) k) m) n) o) p) q) r) s) u) v) w) x) z) {) |) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  * * * * * * * * 	* 
* * 
* * * * * * * * * * * * * * * *  * !* "* #* $* %* '* (* )* ** +* ,* -* .* 0* 1* 2* 3* 4* 5* 7* 8* 9* :* ;* <* >* ?* @* A* C* D* E* F* G* I* J* K* L* M* N* P* Q* R* T* U* V* W* X* Z* [* ]* ^* _* `* a* c* d* e* g* h* i* j* l* m* n* o* p* r* s* t* v* w* x* 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+ w+ x+ y+ z+ {+ |+ ~+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +  , , , , , , , 	, 
, , 
, , , , , , , , , , , , , , ,  , !, ", $, %, &, ', (, *, ,, -, ., /, 1, 2, 4, 5, 7, 8, 9, :, ;, =, ?, @, A, C, D, 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, j, k, l, n, p, q, r, s, t, u, v, w, x, y, z, {, |, }, ~, , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,  - - - - - - - 	- 
- - 
- - - - - - - - - - - - - - - - -  - !- "- #- $- %- '- (- )- *- +- ,- .- /- 0- 1- 3- 4- 5- 6- 7- 9- :- ;- <- =- >- @- A- B- D- E- F- G- H- J- K- M- N- O- P- Q- S- T- U- W- X- Y- Z- \- ]- ^- _- `- b- c- d- f- g- h- j- k- l- m- o- p- q- r- s- u- v- 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. g. h. i. j. k. l. n. o. p. q. r. t. u. v. w. x. y. {. }. ~. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . / / / / / / 	/ 
/ / / 
/ / / / / / / / / / / / / / / !/ "/ $/ %/ '/ (/ )/ */ +/ -/ // 0/ 1/ 3/ 4/ 6/ 7/ 9/ :/ ;/ </ =/ >/ ?/ @/ A/ B/ C/ D/ E/ F/ G/ H/ I/ J/ K/ M/ N/ O/ P/ Q/ R/ S/ U/ V/ W/ X/ Z/ [/ \/ ^/ `/ a/ b/ c/ d/ e/ f/ g/ h/ i/ j/ k/ l/ m/ n/ p/ q/ r/ t/ u/ v/ w/ x/ y/ z/ |/ }/ ~/ / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / / /  0 0 0 0 0 0 0 0 	0 
0 0 0 
0 0 0 0 0 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 10 20 40 50 60 70 80 :0 ;0 =0 >0 ?0 @0 A0 C0 D0 E0 G0 H0 I0 J0 L0 M0 N0 O0 P0 R0 S0 T0 V0 W0 X0 Z0 [0 \0 ]0 _0 `0 a0 b0 c0 e0 f0 h0 i0 j0 k0 m0 n0 p0 q0 r0 s0 u0 v0 w0 y0 z0 {0 |0 ~0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 	1 
1 1 1 
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 !1 "1 #1 $1 %1 &1 '1 (1 )1 *1 +1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 ;1 <1 =1 >1 ?1 @1 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1 Q1 R1 S1 T1 U1 W1 X1 Y1 Z1 [1 \1 ^1 _1 `1 a1 b1 d1 e1 f1 g1 h1 i1 k1 m1 n1 o1 p1 q1 r1 t1 u1 v1 w1 x1 y1 z1 {1 |1 }1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  2 2 2 2 2 2 2 2 
2 2 
2 2 2 2 2 2 2 2 2 2 2 2 2 2  2 !2 #2 $2 &2 '2 )2 *2 +2 ,2 -2 .2 /2 02 12 22 32 42 52 62 72 82 92 :2 ;2 =2 >2 ?2 @2 A2 B2 C2 E2 F2 G2 H2 J2 K2 L2 N2 P2 Q2 R2 S2 T2 U2 V2 W2 X2 Y2 Z2 [2 \2 ]2 ^2 `2 a2 b2 d2 e2 f2 g2 h2 i2 j2 l2 m2 n2 o2 p2 q2 s2 t2 u2 v2 w2 x2 y2 z2 |2 }2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  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 03 13 33 43 53 73 83 93 :3 <3 =3 >3 ?3 @3 B3 C3 D3 F3 G3 H3 J3 K3 L3 M3 O3 P3 Q3 R3 S3 U3 V3 X3 Y3 Z3 [3 ]3 ^3 `3 a3 b3 c3 e3 f3 g3 i3 j3 k3 l3 n3 o3 q3 r3 s3 t3 u3 w3 x3 y3 z3 |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 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  4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 !4 "4 #4 $4 %4 &4 '4 (4 )4 *4 +4 ,4 -4 .4 /4 04 14 24 34 44 54 64 74 84 94 :4 ;4 <4 =4 >4 ?4 @4 A4 B4 C4 D4 E4 G4 H4 I4 J4 K4 L4 N4 O4 P4 Q4 R4 T4 U4 V4 W4 X4 Y4 [4 ]4 ^4 _4 `4 a4 b4 d4 e4 f4 g4 h4 i4 j4 k4 l4 m4 o4 p4 q4 r4 s4 t4 u4 v4 x4 y4 z4 {4 |4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 5 5 	5 
5 5 
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 !5 "5 #5 $5 %5 &5 '5 (5 )5 *5 +5 -5 .5 /5 05 15 25 35 55 65 75 85 :5 ;5 <5 >5 @5 A5 B5 C5 D5 E5 F5 G5 H5 I5 J5 K5 L5 M5 N5 P5 Q5 R5 T5 U5 V5 W5 X5 Y5 Z5 \5 ]5 ^5 _5 `5 a5 c5 d5 e5 f5 g5 h5 i5 j5 l5 m5 n5 o5 p5 q5 r5 s5 t5 u5 v5 w5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  6 6 6 6 6 6 6 	6 
6 6 6 
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 !6 #6 $6 %6 '6 (6 )6 *6 ,6 -6 .6 /6 06 26 36 46 66 76 86 :6 ;6 <6 =6 ?6 @6 A6 B6 C6 E6 F6 H6 I6 J6 K6 M6 N6 P6 Q6 R6 S6 U6 V6 W6 Y6 Z6 [6 \6 ^6 _6 a6 b6 c6 d6 e6 g6 h6 i6 j6 l6 m6 n6 o6 p6 r6 t6 u6 v6 w6 y6 z6 |6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  7 7 7 7 7 7 7 7 7 	7 
7 7 7 
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 !7 "7 #7 $7 %7 &7 '7 (7 )7 *7 +7 ,7 -7 .7 /7 07 17 27 37 47 57 77 87 97 :7 ;7 <7 >7 ?7 @7 A7 B7 D7 E7 F7 G7 H7 I7 K7 M7 N7 O7 P7 Q7 R7 T7 U7 V7 W7 X7 Y7 Z7 [7 \7 ]7 _7 `7 a7 b7 c7 d7 e7 f7 h7 i7 j7 k7 l7 m7 o7 p7 q7 r7 s7 t7 v7 w7 x7 y7 {7 |7 }7 ~7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  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 .8 08 18 28 38 48 58 68 78 88 98 :8 ;8 <8 =8 >8 @8 A8 B8 D8 E8 F8 G8 H8 I8 J8 L8 M8 N8 O8 P8 Q8 S8 T8 U8 V8 W8 X8 Y8 Z8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 j8 k8 l8 m8 n8 o8 p8 q8 r8 s8 t8 u8 v8 w8 x8 y8 z8 {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 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 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 8 8 8  9 9 9 9 9 9 9 9 
9 9 
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 "9 #9 $9 &9 '9 (9 *9 +9 ,9 -9 /9 09 19 29 39 59 69 89 99 :9 ;9 =9 >9 @9 A9 B9 C9 E9 F9 G9 I9 J9 K9 L9 N9 O9 Q9 R9 S9 T9 U9 W9 X9 Y9 Z9 \9 ]9 ^9 _9 `9 b9 d9 e9 f9 g9 i9 j9 l9 m9 o9 p9 q9 r9 s9 u9 w9 x9 y9 {9 |9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : : : : 	: 
: : : 
: : : : : : : : : : : : : : : : : : :  : !: ": #: $: %: ': (: ): *: +: ,: .: /: 0: 1: 2: 4: 5: 6: 7: 8: 9: ;: =: >: ?: @: A: B: D: E: F: G: H: I: J: K: L: M: O: P: Q: R: S: T: U: V: X: Y: Z: [: \: ]: _: `: a: b: c: d: f: g: h: i: k: l: m: n: o: q: r: s: t: u: v: x: y: z: |: }: ~: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : :  ; ; ; ; ; ; ; ; ; 	; 
; ; 
; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  ; !; "; #; $; %; &; '; (; ); *; +; ,; -; .; 0; 1; 2; 4; 5; 6; 7; 8; 9; :; <; =; >; ?; @; A; C; D; E; F; G; H; I; J; 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< 5< 6< 7< 9< :< ;< << >< ?< A< B< C< D< E< G< H< I< J< L< M< N< O< P< R< T< U< V< W< Y< Z< \< ]< _< `< a< b< c< e< g< h< i< k< l< n< o< q< r< s< t< u< v< w< x< y< z< {< |< }< ~< < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < < <  = = = = = = = = = 	= 
= = = 
= = = = = = = = = = = = = = = = =  = != "= $= %= &= '= (= )= += -= .= /= 0= 1= 2= 4= 5= 6= 7= 8= 9= := ;= <= == ?= @= A= B= C= D= E= F= H= I= J= K= L= M= O= P= Q= R= S= T= V= W= X= Y= [= \= ]= ^= _= a= b= c= d= e= f= h= i= j= l= m= n= o= p= r= s= u= v= w= x= y= {= |= }= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =  > > > > > > > > 
> > > > > > > > > > > > > > > > > > >  > !> "> $> %> &> '> (> )> *> ,> -> .> /> 0> 1> 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> {> |> }> ~> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > >  ? ? ? ? ? ? ? 
? ? ? 
? ? ? ? ? ? ? ? ? ? ? ? ? ?  ? !? "? #? %? &? '? )? *? +? ,? .? /? 1? 2? 3? 4? 5? 7? 8? 9? :? <? =? >? ?? @? B? D? E? F? G? I? J? L? M? O? P? Q? R? S? U? W? X? Y? [? \? ^? _? 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? {? }? ~? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?  @ @ @ @ @ @ @ @ 	@ 
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  @ !@ "@ $@ %@ &@ '@ (@ )@ *@ +@ ,@ -@ /@ 0@ 1@ 2@ 3@ 4@ 5@ 6@ 8@ 9@ :@ ;@ <@ =@ ?@ @@ A@ B@ C@ D@ F@ G@ H@ I@ K@ L@ M@ N@ O@ Q@ R@ S@ T@ U@ V@ X@ Y@ Z@ \@ ]@ ^@ _@ `@ b@ c@ e@ f@ g@ h@ i@ k@ l@ m@ o@ p@ q@ r@ t@ u@ v@ w@ x@ z@ {@ |@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  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 0A 1A 2A 3A 4A 5A 6A 7A 8A 9A :A ;A <A =A >A ?A @A AA BA CA DA EA FA GA HA IA JA KA LA MA NA OA PA QA RA SA TA UA VA WA XA YA ZA [A \A ]A ^A _A `A aA bA cA dA eA fA gA hA iA jA kA lA mA nA oA pA qA rA sA tA uA vA wA xA yA zA {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 A A A  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 0B 2B 4B 5B 6B 7B 9B :B <B =B ?B @B AB BB CB EB GB HB IB KB LB NB OB QB RB SB TB UB VB WB XB YB ZB [B \B ]B ^B _B `B aB bB cB eB fB gB hB iB jB kB mB nB oB pB rB sB tB vB xB yB zB {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 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 B B B B B B B B B B B B  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 0C 1C 2C 3C 4C 6C 7C 8C 9C ;C <C =C >C ?C AC BC CC DC EC FC HC IC JC LC MC NC OC PC RC SC UC VC WC XC YC [C \C ]C _C `C aC bC dC eC fC gC hC jC kC lC nC oC pC rC sC tC uC wC xC yC zC {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 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 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 0D 1D 2D 3D 4D 5D 6D 7D 8D 9D :D ;D <D =D >D ?D @D AD BD CD DD ED FD GD HD ID JD KD LD MD ND OD PD QD RD SD TD UD VD WD XD YD ZD [D \D ]D ^D _D `D aD bD cD dD eD fD gD hD iD jD kD lD mD oD pD qD rD sD tD vD wD xD yD zD |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 D D D D D D D D D D D D D D D  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 0E 1E 2E 3E 5E 7E 8E 9E ;E <E >E ?E AE BE CE DE EE FE GE HE IE JE KE LE ME NE OE PE QE RE SE UE VE WE XE YE ZE [E ]E ^E _E `E bE cE dE fE hE iE jE kE lE mE nE oE pE qE rE sE tE uE vE xE yE zE |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 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  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 1F 2F 3F 4F 5F 6F 8F 9F :F <F =F >F ?F @F BF CF EF FF GF HF IF KF LF MF OF PF QF RF TF UF VF WF XF ZF [F \F ^F _F `F bF cF dF eF gF hF iF jF kF mF nF pF qF rF sF uF vF xF yF zF {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 F F F F F F F F F 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 G G G G G G  G !G "G #G $G %G &G 'G (G )G *G +G ,G -G .G /G 0G 1G 2G 3G 4G 5G 6G 7G 8G 9G :G ;G <G =G >G ?G @G AG BG CG DG EG FG GG HG IG JG KG LG MG NG OG PG QG RG SG TG UG VG WG XG YG ZG [G \G ]G _G `G aG bG cG dG fG gG hG iG jG lG mG nG oG pG qG sG uG vG wG xG yG zG |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 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 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 1H 2H 3H 4H 5H 6H 7H 8H 9H :H ;H <H =H >H ?H @H AH BH CH EH FH GH HH IH JH KH MH NH OH PH RH SH TH VH XH YH ZH [H \H ]H ^H _H `H aH bH cH dH eH fH hH iH jH lH mH nH oH pH qH rH tH uH vH wH xH yH {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 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  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 0I 2I 3I 5I 6I 7I 8I 9I ;I <I =I ?I @I AI BI DI EI FI GI HI JI KI LI NI OI PI RI SI TI UI WI XI YI ZI [I ]I ^I `I aI bI cI eI fI hI iI jI kI mI nI oI qI rI sI tI vI wI yI zI {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 I I I I I I I I I I I I I I I I I I  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 0J 1J 2J 3J 4J 5J 6J 7J 8J 9J :J ;J <J =J >J ?J @J AJ BJ CJ DJ EJ FJ GJ HJ IJ JJ KJ LJ MJ OJ PJ QJ RJ SJ TJ VJ WJ XJ YJ ZJ \J ]J ^J _J `J aJ cJ eJ fJ gJ hJ iJ jJ lJ mJ nJ oJ pJ qJ rJ sJ tJ uJ wJ xJ yJ zJ {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  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 0K 1K 2K 3K 5K 6K 7K 8K 9K :K ;K =K >K ?K @K BK CK DK FK HK IK JK KK LK MK NK OK PK QK RK SK TK UK VK XK YK ZK \K ]K ^K _K `K aK bK dK eK fK gK hK iK kK lK mK nK oK pK qK rK tK uK vK wK xK yK zK {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 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  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 0L 1L 2L 4L 5L 6L 7L 8L :L ;L <L >L ?L @L BL CL DL EL GL HL IL JL KL ML NL PL QL RL SL UL VL XL YL ZL [L ]L ^L _L aL bL cL dL fL gL iL jL kL lL mL oL pL qL rL tL uL vL wL xL zL |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 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 L L  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 0M 1M 2M 3M 4M 5M 6M 7M 8M 9M :M ;M <M =M ?M @M AM BM CM DM FM GM HM IM JM LM MM NM OM PM QM SM UM VM WM XM YM ZM \M ]M ^M _M `M aM bM cM dM eM gM hM iM jM kM lM mM nM pM qM rM sM tM uM wM xM yM zM {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 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  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 0N 2N 3N 4N 6N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN EN FN HN IN JN LN MN NN ON PN QN RN TN UN VN WN XN YN [N \N ]N ^N _N `N aN bN dN eN fN gN hN iN jN kN lN mN nN oN pN qN rN sN tN uN vN wN xN yN zN {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 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 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 0O 2O 3O 4O 5O 7O 8O 9O :O ;O =O >O @O AO BO CO EO FO HO IO JO KO MO NO OO QO RO SO TO VO WO YO ZO [O \O ]O _O `O aO bO dO eO fO gO hO jO lO mO nO oO qO rO tO uO wO xO yO zO {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 O O O O O O O O O O O O O  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 0P 1P 2P 3P 4P 6P 7P 8P 9P :P <P =P >P ?P @P AP CP EP FP GP HP IP JP LP MP NP OP PP QP RP SP TP UP WP XP YP ZP [P \P ]P ^P `P aP bP cP dP eP gP hP iP jP kP lP nP oP pP qP sP tP uP vP wP yP zP {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 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 0Q 1Q 2Q 3Q 4Q 5Q 6Q 8Q 9Q :Q <Q =Q >Q ?Q @Q AQ BQ DQ EQ FQ GQ HQ IQ KQ LQ MQ NQ OQ PQ QQ RQ TQ UQ VQ WQ XQ YQ ZQ [Q \Q ]Q ^Q _Q `Q aQ bQ cQ dQ eQ fQ gQ hQ iQ jQ kQ lQ mQ nQ oQ pQ qQ rQ sQ tQ uQ vQ wQ xQ yQ zQ {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 Q Q Q Q Q Q Q Q Q Q Q Q Q Q  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 0R 1R 2R 3R 5R 6R 8R 9R :R ;R =R >R ?R AR BR CR DR FR GR IR JR KR LR MR OR PR QR RR TR UR VR WR XR ZR \R ]R ^R _R aR bR dR eR gR hR iR jR kR mR oR pR qR sR tR vR wR yR zR {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 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  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 0S 1S 3S 5S 6S 7S 8S 9S :S <S =S >S ?S @S AS BS CS DS ES GS HS IS JS KS LS MS NS PS QS RS SS TS US WS XS YS ZS [S \S ^S _S `S aS cS dS eS fS gS iS jS kS lS mS nS pS qS rS tS uS vS wS xS zS {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 S S S S S S S S S S S S 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 T T T T T  T !T "T #T $T %T &T (T )T *T ,T -T .T /T 0T 1T 2T 4T 5T 6T 7T 8T 9T ;T <T =T >T ?T @T AT BT DT ET FT GT HT IT JT KT LT MT NT OT PT QT RT ST TT UT VT WT XT YT ZT [T \T ]T ^T _T `T aT bT cT dT eT fT gT hT iT jT kT lT mT nT oT pT qT rT sT tT uT vT wT xT yT zT {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 T T T T T T T T T T T T T T T  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 1U 2U 3U 4U 6U 7U 9U :U ;U <U =U ?U @U AU BU DU EU FU GU HU JU LU MU NU OU QU RU TU UU WU XU YU ZU [U ]U _U `U aU cU dU fU gU iU jU kU lU mU nU oU pU qU rU sU tU uU vU wU xU yU zU {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 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  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 0V 1V 2V 3V 4V 5V 7V 8V 9V :V ;V <V =V >V @V AV BV CV DV EV GV HV IV JV KV LV NV OV PV QV SV TV UV VV WV YV ZV [V \V ]V ^V `V aV bV dV eV fV gV hV jV kV mV nV oV pV qV sV tV uV wV xV yV zV |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 V V V V V V V V V V V  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 0W 1W 2W 4W 5W 6W 7W 8W 9W :W ;W <W =W >W ?W @W AW BW CW DW EW FW GW HW IW JW KW LW MW NW OW PW QW RW SW TW UW VW WW XW YW ZW [W \W ]W ^W _W `W aW bW cW dW eW fW gW hW iW jW kW lW mW nW oW pW qW rW sW tW uW vW wW xW yW zW {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 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  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 0X 1X 2X 4X 5X 6X 7X 8X :X <X =X >X ?X AX BX DX EX GX HX IX JX KX MX OX PX QX SX TX VX WX YX ZX [X \X ]X ^X _X `X aX bX cX dX eX fX gX hX iX jX kX mX nX oX pX qX rX sX uX vX wX xX zX {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 X X X X X X X X X X X X X X X X X X X X X X X X  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 0Y 1Y 2Y 3Y 4Y 5Y 7Y 8Y 9Y :Y ;Y <Y >Y ?Y @Y AY CY DY EY FY GY IY JY KY LY MY NY PY QY RY TY UY VY WY XY ZY [Y ]Y ^Y _Y `Y aY cY dY eY gY hY iY jY lY mY nY oY pY rY sY tY vY wY xY zY {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 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  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 0Z 1Z 2Z 3Z 4Z 5Z 6Z 7Z 8Z 9Z :Z ;Z <Z =Z >Z ?Z @Z AZ BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ QZ RZ SZ TZ UZ VZ WZ XZ YZ ZZ [Z \Z ]Z ^Z _Z `Z aZ bZ cZ dZ eZ fZ gZ hZ iZ jZ kZ lZ mZ nZ oZ pZ qZ rZ sZ tZ uZ wZ xZ yZ zZ {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 Z Z  [ [ [ [ [ [ [ 	[ 
[ [ 
[ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ "[ $[ %[ &[ '[ ([ *[ ,[ -[ .[ /[ 1[ 2[ 4[ 5[ 7[ 8[ 9[ :[ ;[ =[ ?[ @[ A[ C[ D[ 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[ j[ k[ l[ n[ p[ q[ r[ s[ t[ u[ v[ w[ x[ y[ z[ {[ |[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  \ \ \ \ \ \ \ 	\ 
\ \ 
\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ !\ "\ #\ $\ %\ '\ (\ )\ *\ +\ ,\ .\ /\ 0\ 1\ 3\ 4\ 5\ 6\ 7\ 9\ :\ ;\ <\ =\ >\ @\ A\ B\ D\ E\ F\ G\ H\ J\ K\ M\ N\ O\ P\ Q\ S\ T\ U\ W\ X\ Y\ Z\ \\ ]\ ^\ _\ `\ b\ c\ d\ f\ g\ h\ j\ k\ l\ m\ o\ p\ q\ r\ s\ u\ v\ 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] g] h] i] j] k] l] n] o] p] q] r] t] u] v] w] x] y] {] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ 	^ 
^ ^ ^ 
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ !^ "^ $^ %^ '^ (^ )^ *^ +^ -^ /^ 0^ 1^ 3^ 4^ 6^ 7^ 9^ :^ ;^ <^ =^ >^ ?^ @^ A^ B^ C^ D^ E^ F^ G^ H^ I^ J^ K^ M^ N^ O^ P^ Q^ R^ S^ U^ V^ W^ X^ Z^ [^ \^ ^^ `^ a^ b^ c^ d^ e^ f^ g^ h^ i^ j^ k^ l^ m^ n^ p^ q^ r^ t^ u^ v^ w^ x^ y^ z^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  _ _ _ _ _ _ _ _ 	_ 
_ _ _ 
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _ !_ #_ $_ %_ &_ '_ )_ *_ +_ ,_ -_ ._ 0_ 1_ 2_ 4_ 5_ 6_ 7_ 8_ :_ ;_ =_ >_ ?_ @_ A_ C_ D_ E_ G_ H_ I_ J_ L_ M_ N_ O_ P_ R_ S_ T_ V_ W_ X_ Z_ [_ \_ ]_ __ `_ a_ b_ c_ e_ f_ h_ i_ j_ k_ m_ n_ p_ q_ r_ s_ u_ v_ w_ 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` W` X` Y` Z` [` \` ^` _` `` a` b` d` e` f` g` h` i` k` m` n` o` p` q` r` t` u` v` w` x` y` z` {` |` }` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  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 0a 1a 2a 3a 4a 5a 6a 7a 8a 9a :a ;a =a >a ?a @a Aa Ba Ca Ea Fa Ga Ha Ja Ka La Na Pa Qa Ra Sa Ta Ua Va Wa Xa Ya Za [a \a ]a ^a `a aa ba da ea fa ga ha ia ja la ma na oa pa qa sa ta ua va wa xa ya za |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 a a a a a a a a a a a a a a a a a  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 0b 1b 3b 4b 5b 7b 8b 9b :b <b =b >b ?b @b Bb Cb Db Fb Gb Hb Jb Kb Lb Mb Ob Pb Qb Rb Sb Ub Vb Xb Yb Zb [b ]b ^b `b ab bb cb eb fb gb ib jb kb lb nb ob qb rb sb tb ub wb xb yb zb |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 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  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 0c 1c 2c 3c 4c 5c 6c 7c 8c 9c :c ;c <c =c >c ?c @c Ac Bc Cc Dc Ec Gc Hc Ic Jc Kc Lc Nc Oc Pc Qc Rc Tc Uc Vc Wc Xc Yc [c ]c ^c _c `c ac bc dc ec fc gc hc ic jc kc lc mc oc pc qc rc sc tc uc vc xc yc zc {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 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 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 0d 1d 2d 3d 5d 6d 7d 8d :d ;d <d >d @d Ad Bd Cd Dd Ed Fd Gd Hd Id Jd Kd Ld Md Nd Pd Qd Rd Td Ud Vd Wd Xd Yd Zd \d ]d ^d _d `d ad cd dd ed fd gd hd id jd ld md nd od pd qd rd sd td ud vd wd xd yd zd {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 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  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 0e 2e 3e 4e 6e 7e 8e :e ;e <e =e ?e @e Ae Be Ce Ee Fe He Ie Je Ke Me Ne Pe Qe Re Se Ue Ve We Ye Ze [e \e ^e _e ae be ce de ee ge he ie je le me ne oe pe re te ue ve we ye ze |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 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  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 0f 1f 2f 3f 4f 5f 7f 8f 9f :f ;f <f >f ?f @f Af Bf Df Ef Ff Gf Hf If Kf Mf Nf Of Pf Qf Rf Tf Uf Vf Wf Xf Yf Zf [f \f ]f _f `f af bf cf df ef ff hf if jf kf lf mf of pf qf rf sf tf vf wf xf yf {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 f f f f 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 g g g g  g !g "g #g %g &g 'g (g *g +g ,g .g 0g 1g 2g 3g 4g 5g 6g 7g 8g 9g :g ;g <g =g >g @g Ag Bg Dg Eg Fg Gg Hg Ig Jg Lg Mg Ng Og Pg Qg Sg Tg Ug Vg Wg Xg Yg Zg \g ]g ^g _g `g ag bg cg dg eg fg gg hg ig jg kg lg mg ng og pg qg rg sg tg ug vg wg xg yg zg {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 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  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 0h 1h 2h 3h 5h 6h 8h 9h :h ;h =h >h @h Ah Bh Ch Eh Fh Gh Ih Jh Kh Lh Nh Oh Qh Rh Sh Th Uh Wh Xh Yh Zh \h ]h ^h _h `h bh dh eh fh gh ih jh lh mh oh ph qh rh sh uh wh xh yh {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 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  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 0i 1i 2i 4i 5i 6i 7i 8i 9i ;i =i >i ?i @i Ai Bi Di Ei Fi Gi Hi Ii Ji Ki Li Mi Oi Pi Qi Ri Si Ti Ui Vi Xi Yi Zi [i \i ]i _i `i ai bi ci di fi gi hi ii ki li mi ni oi qi ri si ti ui vi xi yi zi |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 i i i i i i i i i i  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 0j 1j 2j 4j 5j 6j 7j 8j 9j :j <j =j >j ?j @j Aj Cj Dj Ej Fj Gj Hj Ij Jj Lj Mj Nj Oj Pj Qj Rj Sj Tj Uj Vj Wj Xj Yj Zj [j \j ]j ^j _j `j aj bj cj dj ej fj gj hj ij jj kj lj mj nj oj pj qj rj sj tj uj vj wj xj yj zj {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  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 0k 1k 2k 3k 5k 6k 7k 9k :k ;k <k >k ?k Ak Bk Ck Dk Ek Gk Hk Ik Jk Lk Mk Nk Ok Pk Rk Tk Uk Vk Wk Yk Zk \k ]k _k `k ak bk ck ek gk hk ik kk lk nk ok qk rk sk tk uk vk wk xk yk zk {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 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  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 0l 1l 2l 4l 5l 6l 7l 8l 9l :l ;l <l =l ?l @l Al Bl Cl Dl El Fl Hl Il Jl Kl Ll Ml Ol Pl Ql Rl Sl Tl Vl Wl Xl Yl [l \l ]l ^l _l al bl cl dl el fl hl il jl ll ml nl ol pl rl sl ul vl wl xl yl {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 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  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 0m 1m 3m 4m 5m 6m 7m 8m 9m :m <m =m >m ?m @m Am Bm Cm Dm Em Fm Gm Hm Im Jm Km Lm Mm Nm Om Pm Qm Rm Sm Tm Um Vm Wm Xm Ym Zm [m \m ]m ^m _m `m am bm cm dm em fm gm hm im jm km lm mm nm om pm qm rm sm tm um vm wm xm ym zm {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 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  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 1n 2n 3n 4n 5n 7n 8n 9n :n <n =n >n ?n @n Bn Dn En Fn Gn In Jn Ln Mn On Pn Qn Rn Sn Un Wn Xn Yn [n \n ^n _n an bn cn dn en fn gn hn in jn kn ln mn nn on pn qn rn sn un vn wn xn yn zn {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 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  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 0o 1o 2o 3o 4o 5o 6o 8o 9o :o ;o <o =o ?o @o Ao Bo Co Do Fo Go Ho Io Ko Lo Mo No Oo Qo Ro So To Uo Vo Xo Yo Zo \o ]o ^o _o `o bo co eo fo go ho io ko lo mo oo po qo ro to uo vo wo xo zo {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  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 0p 1p 2p 3p 4p 5p 6p 7p 8p 9p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp Ip Jp Kp Lp Mp Np Op Pp Qp Rp Sp Tp Up Vp Wp Xp Yp Zp [p \p ]p ^p _p `p ap bp cp dp ep fp gp hp ip jp kp lp mp np op pp qp rp sp tp up vp wp xp yp zp {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 p p p p p  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 0q 2q 4q 5q 6q 7q 9q :q <q =q ?q @q Aq Bq Cq Eq Gq Hq Iq Kq Lq Nq Oq Qq Rq Sq Tq Uq Vq Wq Xq Yq Zq [q \q ]q ^q _q `q aq bq cq eq fq gq hq iq jq kq mq nq oq pq rq sq tq vq xq yq zq {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 q q q q q q q q q q q q q q q q q q q q q  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 0r 1r 2r 3r 4r 6r 7r 8r 9r ;r <r =r >r ?r Ar Br Cr Dr Er Fr Hr Ir Jr Lr Mr Nr Or Pr Rr Sr Ur Vr Wr Xr Yr [r \r ]r _r `r ar br dr er fr gr hr jr kr lr nr or pr rr sr tr ur wr xr yr zr {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 r r r r r r r r 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 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 0s 1s 2s 3s 4s 5s 6s 7s 8s 9s :s ;s <s =s >s ?s @s As Bs Cs Ds Es Fs Gs Hs Is Js Ks Ls Ms Ns Os Ps Qs Rs Ss Ts Us Vs Ws Xs Ys Zs [s \s ]s ^s _s `s as bs cs ds es fs gs hs is js ks ls ms os ps qs rs ss ts vs ws xs ys zs |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 s s s s s s s s s s s s s s s 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 t t t t  t "t $t %t &t 't )t *t ,t -t /t 0t 1t 2t 3t 5t 7t 8t 9t ;t <t >t ?t At Bt Ct Dt Et Ft Gt Ht It Jt Kt Lt Mt Nt Ot Pt Qt Rt St Ut Vt Wt Xt Yt Zt [t ]t ^t _t `t bt ct dt ft ht it jt kt lt mt nt ot pt qt rt st tt ut vt xt yt zt |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 t t t t t t t t t t t t t t t t t t t t t t t t  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 1u 2u 3u 4u 5u 6u 8u 9u :u <u =u >u ?u @u Bu Cu Eu Fu Gu Hu Iu Ku Lu Mu Ou Pu Qu Ru Tu Uu Vu Wu Xu Zu [u \u ^u _u `u bu cu du eu gu hu iu ju ku mu nu pu qu ru su uu vu xu yu zu {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 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  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 0v 1v 2v 3v 4v 5v 6v 7v 8v 9v :v ;v <v =v >v ?v @v Av Bv Cv Dv Ev Fv Gv Hv Iv Jv Kv Lv Mv Nv Ov Pv Qv Rv Sv Tv Uv Vv Wv Xv Yv Zv [v \v ]v _v `v av bv cv dv fv gv hv iv jv lv mv nv ov pv qv sv uv vv wv xv yv zv |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 v v v v v v v v v v v v v 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 1w 2w 3w 4w 5w 6w 7w 8w 9w :w ;w <w =w >w ?w @w Aw Bw Cw Ew Fw Gw Hw Iw Jw Kw Mw Nw Ow Pw Rw Sw Tw Vw Xw Yw Zw [w \w ]w ^w _w `w aw bw cw dw ew fw hw iw jw lw mw nw ow pw qw rw tw uw vw ww xw yw {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 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  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 0x 2x 3x 5x 6x 7x 8x 9x ;x <x =x ?x @x Ax Bx Dx Ex Fx Gx Hx Jx Kx Lx Nx Ox Px Rx Sx Tx Ux Wx Xx Yx Zx [x ]x ^x `x ax bx cx ex fx hx ix jx kx mx nx ox qx rx sx tx vx wx yx zx {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 x x x x x x x x x x  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 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y :y ;y <y =y >y ?y @y Ay By Cy Dy Ey Fy Gy Hy Iy Jy Ky Ly My Oy Py Qy Ry Sy Ty Vy Wy Xy Yy Zy \y ]y ^y _y `y ay cy ey fy gy hy iy jy ly my ny oy py qy ry sy ty uy wy xy yy zy {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 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  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 0z 1z 2z 3z 5z 6z 7z 8z 9z :z ;z =z >z ?z @z Az Bz Cz Ez Fz Gz Iz Jz Kz Lz Oz Pz Qz Rz Sz Tz Uz Vz Wz Xz Yz Zz [z \z ]z ^z `z az bz dz ez fz gz hz iz jz lz mz nz oz pz qz sz tz uz vz wz xz zz {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 z z z z z z z z z z z z z z z z z z  { { { { { { { { 	{ 
{ { { { { { { { { { { { { { { { { {  { !{ "{ ${ %{ &{ '{ ({ *{ +{ -{ .{ /{ 0{ 1{ 3{ 4{ 5{ 7{ 8{ 9{ :{ <{ ={ >{ ?{ @{ B{ C{ D{ F{ G{ H{ J{ K{ L{ M{ O{ P{ Q{ R{ S{ U{ V{ X{ Y{ Z{ [{ ]{ ^{ `{ a{ b{ c{ e{ f{ g{ i{ j{ k{ l{ n{ o{ q{ r{ s{ t{ u{ w{ x{ y{ z{ |{ }{ ~{ { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { { {  | | | | | | | | | 	| 
| | | 
| | | | | | | | | | | | | | | | | | |  | !| "| #| $| %| &| '| (| )| *| +| ,| -| .| /| 0| 1| 2| 3| 4| 5| 6| 7| 8| 9| :| ;| <| =| >| ?| @| A| B| C| D| E| G| H| I| J| K| L| N| O| P| Q| R| T| U| V| W| X| Y| [| ]| ^| _| `| a| b| d| e| f| g| h| i| j| k| l| m| o| p| q| r| s| t| u| v| x| y| z| {| || }| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | } } } } } } 	} 
} } 
} } } } } } } } } } } } } } }  } !} "} #} $} %} &} '} (} )} *} +} -} .} /} 0} 1} 2} 3} 5} 6} 7} 8} :} ;} <} >} @} A} B} C} D} E} F} G} H} I} J} K} L} M} N} P} Q} R} T} U} V} W} X} Y} Z} \} ]} ^} _} `} a} c} d} e} f} g} h} i} j} l} m} n} o} p} q} r} s} t} u} v} w} x} y} z} {} |} }} ~} } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } } }  ~ ~ ~ ~ ~ ~ ~ 	~ 
~ ~ ~ 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ !~ #~ $~ %~ '~ (~ )~ *~ ,~ -~ .~ /~ 0~ 2~ 3~ 4~ 6~ 7~ 8~ :~ ;~ <~ =~ ?~ @~ A~ B~ C~ E~ F~ H~ I~ J~ K~ M~ N~ P~ Q~ R~ S~ U~ V~ W~ Y~ Z~ [~ \~ ^~ _~ a~ b~ c~ d~ e~ g~ h~ i~ j~ l~ m~ n~ o~ p~ r~ t~ u~ v~ w~ y~ z~ |~ }~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~           	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 7 8 9 : ; < > ? @ A B D E F G H I K M N O P Q R T U V W X Y Z [ \ ] _ ` a b c d e f h i j k l m o p q r s t v w x y { | } ~                                                                                                            	 
   
                    ! " # % & ' ( * + , . 0 1 2 3 4 5 6 7 8 9 : ; < = > @ A B D E F G H I J L M N O P Q 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 5 6 8 9 : ; = > @ A B C E F G I J K L N O Q R S T U W X Y Z \ ] ^ _ ` b d e f g i j l m o p q r s u w x y { | ~                                                             ā Ł Ɓ ǁ ȁ Ɂ ˁ ́ ́ ΁ ρ Ё с ҁ ԁ Ձ ց ׁ ؁ ف ځ ہ ܁ ݁ ށ ߁                                           	 
   
                     ! " # $ % ' ( ) * + , . / 0 1 2 4 5 6 7 8 9 ; = > ? @ A B D E F G H I J K L M O P Q R S T U V X Y Z [ \ ] _ ` a b c d f g h i k l m n o q r s t u v x y z { } ~                                                            Â Ă ł Ƃ ǂ Ȃ ɂ ʂ ˂ ̂ ͂ ΂ ς Ђ т ҂ ӂ Ԃ Ղ ւ ׂ ؂ ق ڂ ۂ ܂ ݂ ނ ߂                                           	 
                     " $ % & ' ( ) + , - . / 0 1 2 3 4 6 7 8 9 : ; < = ? @ A B C D F G H I J K M N O P R S T U V X Y Z [ \ ] _ ` a c d e f g i j l m n o p r s t v w x y { | } ~                                                     Ã ă Ń ƃ ȃ Ƀ ˃ ̃ ΃ σ Ѓ у ҃ ԃ փ ׃ ؃ ڃ ۃ ݃ ރ                                     	 
   
                   ! # $ % & ' ( * + , - . / 0 1 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 3 4 5 6 7 9 ; < = > @ A C D F G H I J L N O P R S U V X Y Z [ \ ] ^ _ ` a b c d e f g h i j l m n o p q r t u v w y z { }                                                                Å ą Ņ ƅ ǅ ȅ Ʌ ʅ ˅ ̅ ͅ ΅ υ Ѕ х ҅ Ӆ ԅ Յ օ ׅ ؅ م څ ۅ ܅ ݅ ޅ ߅                                         	   
                  ! " # $ & ' ( ) * + , - / 0 1 2 3 4 6 7 8 9 : ; = > ? @ B C D E F H I J K L M O P Q S T U V W Y Z \ ] ^ _ ` b c d f g h i k l m n o q r s u v w 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 v w x y z { } ~                                                           Ç ć Ň Ǉ ȇ ɇ ˇ ̇ ͇ · χ ч ҇ ԇ Շ և ׇ ؇ ڇ ۇ ܇ އ ߇                                  	 
  
                 ! # $ % & ' ) + , - . 0 1 3 4 6 7 8 9 : < > ? @ B C E F H I J K L M N O P Q R S T U V W X Y Z \ ] ^ _ ` a b d e f g i j k m o p q r s t u v w x y z { | }                                                                 È Ĉ ň ƈ ǈ Ȉ Ɉ ʈ ˈ ̈ ͈ Έ ψ Ј ш ҈ ӈ Ԉ Ո ֈ ׈ ؈ و ڈ ۈ ܈ ݈ ވ ߈                                      	   
                   ! " # $ & ' ( ) * + - . / 0 2 3 4 5 6 8 9 : ; < = ? @ A C D E F G I J L M N O P R S T V W X Y [ \ ] ^ _ a b c e f g i j k l n o p q r t u 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 f g h i j k m n o p q s t u v w x z | } ~                                                           Ê Ċ Ŋ Ɗ Ȋ Ɋ ʊ ̊ Ί ϊ Њ ъ Ҋ ӊ Ԋ Պ ֊ ׊ ؊ ي ڊ ۊ ܊ ފ ߊ                                       	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A B C D E F G H I J K M N O P Q R T U V W X Z [ \ ] ^ _ a c d e f g h j k l m n o p q r s u v w x y z { | ~                                                         ċ ŋ Ƌ ȋ ɋ ʋ ˋ ͋ ΋ ϋ Ћ ы Ӌ ԋ ֋ ׋ ؋ ً ۋ ܋ ދ ߋ                                  
  
                ! " # $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 8 9 ; < = > @ A B D F G H I J K L M N O P Q R S T V W X Z [ \ ] ^ _ ` b c d e f g i j k l m n o p r s t u v w x y z { | } ~                                                                     Ì Ō ƌ ǌ Ȍ Ɍ ʌ ̌ ͌ Ό ό Ќ Ҍ ӌ Ԍ Ռ ֌ ׌ ٌ ی ܌ ݌ ތ ߌ                                     	 
   
                 ! # $ % & ' ) * + - . / 0 2 3 4 5 6 8 9 : < = > @ A B C E F G H I K L N O P Q S T V W X Y [ \ ] _ ` a b d e g h i j k m n o p r s t u v x z { | }                                                         Í č ō ƍ Ǎ ȍ ɍ ʍ ˍ ̍ ΍ ύ Ѝ ҍ Ӎ ԍ Ս ֍ ׍ ؍ ڍ ۍ ܍ ݍ ލ ߍ                                         	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; = > ? @ A B D E F G H J K L M N O Q S T U V W X Z [ \ ] ^ _ ` a b c e f g h i j k l n o p q r s u v w x y z | } ~                                                       Î Ď Ǝ ǎ Ȏ Ɏ ˎ ̎ Ύ ώ Ў ю ӎ Ԏ Վ ׎ ؎ َ ڎ ܎ ݎ ߎ                                 	 
  
                    ! # $ % & ' ( ) + , - . 0 1 2 4 6 7 8 9 : ; < = > ? @ A B C D F G H J K L M N O P R S T U V W 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 C D F G H I K L M O P Q R T U W X Y Z [ ] ^ _ ` b c d e f h j k l m o p r s u v w x y { } ~                                                           Ð Đ Ő Ɛ ǐ Ȑ ʐ ː ̐ ͐ ΐ ϐ ѐ Ґ Ӑ Ԑ Ր ֐ א ؐ ڐ ې ܐ ݐ ސ ߐ                                           	 
   
                     ! " # $ % & ' ( ) * + - . / 0 1 2 4 5 6 7 8 : ; < = > ? A C D E F G H J K L M N O P Q R S U V W X Y Z [ \ ^ _ ` a b c e f g h i j l m n o q r s t u w x y z { | ~                                                      Ñ đ ő Ǒ ȑ ɑ ʑ ̑ ͑ ϑ Б ё ґ ӑ Ց ֑ ב ؑ ڑ ۑ ܑ ݑ ޑ                                  	 
   
                  ! " $ & ' ( ) * + , - . / 0 1 2 3 4 6 7 8 : ; < = > ? @ B C D E F G I J K L M N O P 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 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 4 5 6 7 9 : ; < = ? A B C D F G I J L M N O P R T U V X Y [ \ ^ _ ` a b c d e f g h i j k l m n o p r s t u v w x z { | }                                                              Ô Ĕ Ŕ Ɣ ǔ Ȕ ɔ ʔ ˔ ̔ ͔ Δ ϔ Д є Ҕ Ӕ Ԕ Ք ֔ ה ؔ ٔ ڔ ۔ ܔ ݔ ޔ ߔ                                          	   
                ! " # $ % & ' ( ) * , - . / 0 1 2 3 5 6 7 8 9 : < = > ? @ A C D E F H I J K L N O P Q R S U V W Y Z [ \ ] _ ` b c d e f h i j l m n o q r s t u w x y { | }                                                      ĕ ŕ ƕ Ǖ ȕ ʕ ̕ ͕ Ε Е ѕ ӕ ԕ ֕ ו ؕ ٕ ڕ ە ܕ ݕ ޕ ߕ                                      	 
  
                  ! " # $ % & ' ) * + , - . / 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 | } ~                                                           Ö Ė Ɩ ǖ Ȗ ɖ ʖ ˖ ͖ Ζ ϖ і Җ Ӗ Ԗ Ֆ ז ؖ ږ ۖ ܖ ݖ ޖ                                   
  
                 ! " $ % & ' ) * + , - / 1 2 3 4 6 7 9 : < = > ? @ B D E F H I K L N O P Q R S T U V W X Y Z [ \ ] ^ _ ` b c d e f g h j k l m o p q s u v w x y z { | } ~                                                                × ė ŗ Ɨ Ǘ ȗ ɗ ʗ ˗ ̗ ͗ Η ϗ З ї җ ӗ ԗ ՗ ֗ ח ؗ ٗ ڗ ۗ ܗ ݗ ޗ ߗ                                      
   
                   ! " # % & ' ( ) * , - . / 0 1 3 4 5 6 8 9 : ; < > ? @ A B C E F G I J K L M O P R S T U V X Y Z \ ] ^ _ a b c d e g h i k l m o p q r t u v w x 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 l m n o p q s t u v w y z { | } ~                                                          Ù ę ř Ǚ ș ʙ ˙ ̙ ͙ Ι Й љ ҙ ԙ ՙ ֙ י ٙ ڙ ۙ ܙ ݙ ߙ                                  	                  ! " # $ & ' ) * , - . / 0 2 4 5 6 8 9 ; < > ? @ A B C D E F G H I J K L M N O P R S T U V W X Z [ \ ] _ ` a c e f g h i j k l m n o p q r s u v w y z { | } ~                                                                  Ú Ě Ś ƚ ǚ Ț ɚ ʚ ˚ ̚ ͚ Κ Ϛ К њ Қ Ӛ Ԛ ՚ ֚ ך ؚ ٚ ښ ۚ ܚ ݚ ޚ ߚ                                    	 
  
                   ! # $ % & ( ) * + , . / 0 1 2 3 5 6 7 8 : ; < = > ? A B C D F G H J L M N O P Q R S T U V W X Y Z \ ] ^ ` a b c d e f h i j k l m o p q r s t u v x y z { | } ~                                                                     Û ě ś ƛ Ǜ ț ɛ ˛ ̛ ͛ Λ ϛ Л қ ӛ ԛ ՛ ֛ ؛ ٛ ڛ ۛ ܛ ݛ ߛ                                      
   
                 ! " # $ & ' ) * + , - / 0 1 3 4 5 6 8 9 : ; < > ? @ B C D F G H I K L M N O Q R T U V W Y Z \ ] ^ _ a b c e f g h j k m n o p q s t u v x y z { | ~                                                        Ĝ Ŝ Ɯ ǜ Ȝ ɜ ʜ ˜ ̜ ͜ Μ Ϝ М ќ Ҝ Ԝ ՜ ֜ ؜ ٜ ڜ ۜ ܜ ݜ ޜ                                         	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 2 3 4 5 6 7 8 9 : ; < = > ? @ A C D E F G H J K L M N P Q R S T U W Y Z [ \ ] ^ ` a b c d e f g h i k l m n o p q r t u v w x y { | } ~                                                       Ý ĝ ŝ Ɲ ǝ ɝ ʝ ̝ ͝ Ν ϝ ѝ ҝ ԝ ՝ ֝ ם ٝ ڝ ۝ ݝ ޝ ߝ                                 	   
                  ! " # $ % & ' ) * + , - . / 1 2 3 4 6 7 8 : < = > ? @ A B C D E F G H I J L M N P Q R S T U V X Y Z [ \ ] _ ` a b c d e f h i j k l m n o p q r s t u v w x y z { | } ~                                                                   Þ Ğ Ş ƞ Ȟ ɞ ʞ ˞ ̞ ͞ Ϟ ў Ҟ Ӟ Ԟ ՞ ֞ ؞ ٞ ڞ ۞ ܞ ݞ ޞ ߞ                                     	 
  
                 ! # $ % & ( ) * + , . / 0 2 3 4 6 7 8 9 ; < = > ? A B D E F G I J L M N O Q R S U V W X Z [ ] ^ _ ` a c d e f h i j k l n p q r s u v x y { | } ~                                                           ğ ş Ɵ ȟ ɟ ʟ ˟ ̟ ͟ Ο П џ ҟ ӟ ԟ ՟ ן ؟ ٟ ڟ ۟ ܟ ݟ ޟ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 0 1 3 4 5 6 7 8 : ; < = > @ A B C D E G I J K L M N P Q R S T U V W X Y [ \ ] ^ _ ` a b d e f g h i k l m n o p r s t u w x y z { } ~                                                        Ġ Š Ơ Ǡ ɠ ʠ ˠ ͠ Π Ϡ Р Ҡ Ӡ ՠ ֠ נ ؠ ٠ ۠ ܠ ݠ ޠ                                 	 
   
                  ! " # $ & ' ( * , - . / 0 1 2 3 4 5 6 7 8 9 : < = > @ A B C D E F H I J K L M O P Q R S T U V 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 2 4 5 6 7 9 : < = > ? A B C E F G H J K M N O P Q S T U V X Y Z [ \ ^ ` a b c e f h i k l m n o q s t u w x z { } ~                                                            ¢ â Ģ Ţ Ǣ Ȣ ɢ ʢ ˢ ̢ ͢ ΢ Т Ѣ Ң Ӣ Ԣ բ ֢ ע آ ٢ ڢ ۢ ܢ ݢ ޢ ߢ                                           	 
   
                     ! # $ % & ' ( * + , - . 0 1 2 3 4 5 7 9 : ; < = > @ A B C D E F G H I K L M N O P Q R T U V W X Y [ \ ] ^ _ ` b c d e g h i j k m n o p q r t u v x y z { | ~                                                             £ ã ģ ţ ƣ ǣ ȣ ɣ ʣ ˣ ̣ ͣ Σ ϣ У ѣ ң ӣ ԣ գ ֣ ף أ ٣ ڣ ۣ ܣ ݣ ޣ ߣ                                          
   
                 " # % ' ( * + - / 0 2 4 5 7 8 : < = ? @ B D E G H J L M O P R T U W Y Z \ ] _ a b d e g i j    w n              c  p  u              K  "K  6K  S  S  S  X  X  X  1n  [n  _n  M j o e   ' ' ' R' _' d' , , , X X X ja a a Uf rf wf { { {   
      %  4 4 4 4 4 5 : ;: @: Cf _f sf o $o 8o s t t n   , , , - - - >B KB PB B B B G G G s s t | | |     6 : ': D: I: ?; \; a; O O O ,P 9P >P ZU wU |U    D ` t / L Q  Ԥ ؤ G G G H H H z] ] ] ] ] ] b c c  9 M    ͜   H r v cU U U {V V V k %k *k hk uk zk p p p  ל     k      c c #c d 6d ;d x x x y y y 4~ Q~ V~ Y u   : N 	 & +    p p p q q q T a f    ҋ     '       " L P =~	 Z~	 _~	 U	 r	 w	 	 	 	 B	 O	 T	 p	 	 	 	 	 	 Z	 v	 	 E	 b	 g	 	 	 	 ۋ
 
 
 
 
 
 
 
 
 
 
 
 
 +
 0
 3
 O
 c
 
 
 (
 
  
 
 ^
 
 
 y      . ; @ ~    ɴ δ           & *  4 9 / L Q ̼ ټ ޼  ) . J g l o   4 P d  < A 
 
 
 
 Ҵ
 ״
 ͵
 
 
 j
 w
 |
 
 
 
 
 
 

 

 )
 =
    	 	 	 8 b f S p u k      X e j    	 	 	 p   [ x } ,  - -    	 & +       $ A F I e y   *  >  $ % % t: : :       D Q V       $ % % - - - 2 2 2 H <H @H - J O E b g       2 ? D ` }  2 2 2 J; f; z; 5@ R@ W@ U U U                  #@ ?@ S@ H I I M M M Nc xc |c i       + 0 n {  ! ! ! M M M V V V q[ [ [ p q q  $ )  < A ) ) ) * * * :/ W/ \/ _[ {[ [ $d @d Td i ,i 1i ~ ~ ~ ! ! ! " " " Z7 g7 l7 7 7 7 < < < h i -i q q q v v v ( R V C/ `/ e/ [0 x0 }0 D E 
E HE UE ZE vJ J J v v v ` |  K h m ƙ   < < = = > > R R R R R R X 1X 6X 9 U i   .    d   J J J K K K 4` A` F` ` ` ` e e e ב     ̚     , 0 X :X ?X 5Y RY WY m m m "n /n 4n Ps ms rs u   : V j % B G    e e e f f f p{ }{ { { { {     / C ص   ú   > h l Zs ws |s rt t t   ! _ l q     κ  w   b          - 2     
  + H M P l   1 E    " {       ˏ Џ K X ]    ɩ    
         C G 4 Q V L i n    9 F K g      Q m  < Y ^       ҩ                  ׿        "  '  *  F  Z              U! ! ! p! ! ! ! ! ! %! 2! 7! u! ! ! ! ! ! ! ! ! " " " x" " " !" "" !"" " +" 0" &" C" H" " " " "  " %" A" ^" c" f# # # +# G# [# # 3# 8# /# /# /# # # # # # # a# n# s# # # # # # # $  $ 4$ "$ "$ "$ '$ '$ '$ /=$ Y=$ ]=$ J$ g$ l$ b$ $ $ $ $ $ O$ \$ a$ }$ $ $ '% '% '% g0% 0% 0% R5% o5% t5% J% J% J% % % 
%  % % "% & & & & & & 	& 8	& =	& @5& \5& p5& >& !>& 5>& B& 
C& C& kX& X& X& & & & & & & ;' H' M' ' ' ' ' ' ' B' B' C' K' K' K' P' P' P' 	f' 3f' 7f' $	( A	( F	( <
( Y
( ^
( ( ( ( )( 6( ;( W$( t$( y$( |P( P( P( AY( ]Y( qY( ,^( I^( N^( s( s( s( ) ) ) ) ) ) w,) ,) ,) ,) ,) ,) 1) 2) 2) ^) 6^) J^) f) f) g) k) k) k) E) o) s) `$* }$* $* x%* %* %* :* ":* ':* e:* r:* w:* ?* ?* ?* k* k* k* }t* t* t* hy* y* y* * 
* * 1+ 2+  2+ 3+ 33+ 83+ G+ G+ G+ H+ H+ H+ 1M+ NM+ SM+ Vy+ ry+ y+ + 7+ K+ + #+ (+ + + + ?, ?, ?, @, @, @, QU, ^U, cU, U, U, U, Z, Z, Z, , , $, , Տ, , , , Ɣ, , I, M, :M- WM- \M- RN- oN- tN- b- b- c- ?c- Lc- Qc- mh- h- h- - - - W- s- - B- _- d- - - - Z. Z. Z. [. 
\. \. p. p. p. p. p. p. v. (v. -v. 0. L. `. . . %. . . . [. . . vh/ h/ h/ i/ i/ i/ +~/ 8~/ =~/ {~/ ~/ ~/ / ƃ/ ˃/ ί/ / / / / ø/ ~/ / / / #/ '/ v0 1v0 6v0 ,w0 Iw0 Nw0 ɋ0 ֋0 ۋ0 0 &0 +0 G0 d0 i0 l0 0 0 10 M0 a0 0 90 >0 0 0 0 1 σ1 ԃ1 ʄ1 1 1 g1 t1 y1 1 ę1 ə1 1 1 1 
1 &1 :1 1 1 1 1 1 1 51 _1 c1 P2 m2 r2 h2 2 2 2 2 2 U2 b2 g2 2 2 2 2 2 2 m2 2 2 X2 u2 z2 2 2 2 3 3 3 3 #3 (3 3 3 3 3  3 3 !3 >3 C3 F3 b3 v3 3 '3 ;3 3 3 3 q	4 	4 	4 4 4 4 4 4 ƭ4 A4 N4 S4 4 4 4 4 4 4 4  4 4 4 4 4 5 5 5 5 95 =5 *5 G5 L5 B5 _5 d5 5 5 5 /5 <5 A5 ]5 z5 5 6 6 6 G
6 c
6 w
6 26 O6 T6 $6 $6 $6 6 6 6 6 6 6 ~6 6 6 6 6 6 6 6 6 !7 =7 Q7 7 7 7 7 7 7 L27 v27 z27 h7 7 7 7 7 7 7 *7 /7 m7 z7 7 7 7 7 8 8 8 %8 %8 %8 p*8 *8 *8 ?8 @8 @8 8 #8 (8 8 ;8 @8 8 8 8 8 8 8 98 V8 [8 ^*9 z*9 *9 #39 ?39 S39 89 +89 089 M9 M9 M9 9 9 9 9 9 9 Y: f: k: : : : : : : 7: 8: ,8: @: @: @: E: E: E: '[: Q[: U[: B: _: d: Z: w: |: ; ; 	; G; T; Y; u; ; ; E; E; E; _N; {N; N; JS; gS; lS; h; h; h; < < < < 
< 
< !< !< !< !< !< !< '< 0'< 5'< 8S< TS< hS< [< \< -\< `< a< 
a< cv< v< v< ~= = = = = = 3/= @/= E/= /= /= /= 4= 4= 4= `= `= a= i= i= i= n= n= n= = += /= '> 9'> >'> 4(> Q(> V(> <> <> <> !=> .=> 3=> OB> lB> qB> tn> n> n> 9w> Uw> iw> $|> A|> F|> > ɑ> ͑> 4? 4? 4? 5? 5? 5? oJ? |J? J? J? J? J? O? 
P? P? |? .|? B|? ׄ? ? ? ? ߉? ? =? g? k? XB@ uB@ zB@ pC@ C@ C@ 
X@ X@ X@ ]X@ jX@ oX@ ]@ ]@ ]@ @ ̉@ @ u@ @ @ `@ }@ @ ۬@ @ 	@ OA PA PA QA +QA 0QA eA eA eA eA fA 
fA )kA FkA KkA NA jA ~A A /A CA A A  A yA A A ]B ]B ]B ^B ^B ^B IsB VsB [sB sB sB sB xB xB xB B B B B ͭB B B B B B AB EB 2kC OkC TkC JlC glC llC C C C 7C DC IC eC C C C C C OC kC C :C WC \C C C C xD xD xD yD zD 
zD D D D ՎD D D D  D %D (D DD XD D 	D D D D D SD }D D nE E E E E E #E 0E 5E sE E E E E áE E E E E E E vE E E E E E F )F .F $F AF FF F ΩF өF F F #F ?F \F aF dF F F )F EF YF F 1F 6F F F F G ǡG ̡G ¢G ߢG G _G lG qG G G G ݼG G G G G 2G G G G G G G -H WH [H HH eH jH `H }H H H 
H H MH ZH _H {H H H H H H eH H H PI mI rI I I I I I I I I  I I I I I I I I 6I ;I >J ZJ nJ 
J 
J 3
J J J J i'J 'J 'J J J J J J J 9J FJ KJ J J J J J J K K K K K K K K K 5K 15K 55K "K ?K DK :K WK \K K K K 'K 4K 9K UK rK wK zL L L ?(L [(L o(L *-L G-L L-L BL BL BL L L L L L L uL L L L L L  M M M -M 4-M H-M 5M 5M 
6M :M :M :M CPM mPM qPM ^M {M M vM M M 	N  	N %	N c	N p	N u	N N N N :N :N :N {CN CN CN fHN HN HN ]N ^N ^N  O O O O 1O 6O O O O O O O /O LO QO THO pHO HO QO 5QO IQO VO !VO &VO kO kO kO P P P P P P O$P \$P a$P $P $P $P )P )P )P UP VP "VP ^P ^P ^P cP cP cP yP GyP KyP 8Q UQ ZQ PQ mQ rQ 1Q 1Q 1Q =2Q J2Q O2Q k7Q 7Q 7Q cQ cQ cQ UlQ qlQ lQ @qQ ]qQ bqQ Q Q Q )R )R )R *R +R +R ?R ?R ?R ?R ?R ?R 
ER 'ER ,ER /qR KqR _qR yR zR $zR ~R ~R R ZR R R v7S 7S 7S 8S 8S 8S +MS 8MS =MS {MS MS MS RS RS RS ~S ~S ~S S S ÇS ~S S S S #S 'S ET 1ET 6ET ,FT IFT NFT ZT ZT ZT [T &[T +[T G`T d`T i`T lT T T 1T MT aT T 9T >T T T ůT RU RU RU SU SU SU ghU thU yhU hU hU hU mU nU nU 
U &U :U ϢU U U U קU ܧU 5U _U cU P`V m`V r`V haV aV aV vV vV vV UvV bvV gvV {V {V {V V ħV اV mV V V XV uV zV V V V mW nW nW oW #oW (oW W W W W  W W !W >W CW FW bW vW W 'W ;W W W W qW W W {X {X {X |X |X |X AX NX SX X X X X ܖX X X  X X X X X X X X X 9X =X *Y GY LY BY _Y dY ߞY Y Y /Y <Y AY ]Y zY Y Y Y Y GY cY wY 2Y OY TY Y Y Y ȖZ Z Z Z Z Z }Z Z Z ͬZ ڬZ ߬Z Z Z Z  Z <Z PZ Z Z Z Z Z Z K[ u[ y[ f[ [ [ ~[ [ [ [ ([ -[ k[ x[ }[ [ [ [ [ [ [ [ [ [ n[ [ [ \ \ \ \ !\ &\ \ 9\ >\ \ \ \ 	\ \ \ 7\ T\ Y\ \\ x\ \ !] =] Q] ] )] .] ] ] ] ] ] Ŀ] ] ] ] W] d] i] ] ] ] ] ] ] ^ ^ *^ ^ ^ ^ ^ ^ ^ %*^ O*^ S*^ @^ ]^ b^ X^ u^ z^ ^ ^ ^ E^ R^ W^ s^ ^ ^ _ _ _ ]_ y_ _ H"_ e"_ j"_ 7_ 7_ 7_ _ _  _ _ _ _ _ _ _ _ _ _ _ ._ 3_ 6"` R"` f"` *` +` ++` /` 0` 0` aE` E` E` |` ` ` ` ` ` 1` >` C` ` ` ` a a a /a /a 0a 8a 8a 8a =a =a =a Ra )Sa -Sa a 7a <a 2a Oa Ta b b b b ,b 1b Mb jb ob r=b =b =b 7Fb SFb gFb "Kb ?Kb DKb `b `b `b c c c c c c mc zc c c c c c c 
c Kc ,Kc @Kc Sc Sc Tc Xc Xc Xc ;nc enc inc Vd sd xd nd d d 'd 'd 'd ['d h'd m'd ,d ,d ,d Xd Xd Xd sad ad ad ^fd {fd fd {d |d |d e e e  e ) e . e 4e 4e 4e 4e 5e 5e ':e D:e I:e Lfe hfe |fe oe -oe Aoe se te te we e e ,f ,f ,f -f -f -f GBf TBf YBf Bf Bf Bf Gf Gf Gf sf tf tf |f |f |f f f f f ?f Cf 0:g M:g R:g H;g e;g j;g Og Og Og 5Pg BPg GPg cUg Ug Ug g g g Mg ig }g 8g Ug Zg g ݤg g Gh Gh Gh Hh Ih Ih ]h ]h ]h ]h ]h ]h ch ch #ch &h Bh Vh h h h ֜h h h Qh {h h lUi Ui Ui Vi Vi Vi !ki .ki 3ki qki ~ki ki pi pi pi Ĝi i i i i i ti i i i i i 
cj 'cj ,cj "dj ?dj Ddj xj xj xj yj yj !yj =~j Z~j _~j bj ~j j 'j Cj Wj j /j 4j j j j pk pk pk qk qk qk ]k jk ok k k k ۋk k k  k k 0k k k k k k k +k Uk Yk F~l c~l h~l ^l {l l l l 
l Kl Xl ]l yl l l l l l cl l l Nl kl pl l l l m m m m m m m m m m m m m 5m :m =m Ym mm m m 2m m 
m m hm m m n n n n n n 9n Fn Kn n n n n Դn ٴn n n n n n n n n n o 1o 5o "o ?o Do :o Wo \o ׼o o o 'o 4o 9o Uo ro wo zo o o ?o [o oo *o Go Lo p p p p ݴp p صp p p up p p p p p p p p p 4p Hp q q 
q 	q 	q 	q Cq mq qq ^q {q q vq q q q  q %q cq pq uq q q q 	r 	r 	r {r r r fr r r ,r -r -r r r r r 1r 6r r r r r r r /r Lr Qr Ts ps s  s 5 s I s %s !%s &%s :s :s :s s s s s s s Os \s as s s s s s s $t %t "%t -t -t -t 2t 2t 2t Ht GHt KHt 8t Ut Zt Pt mt rt  u  u  u =u Ju Ou ku u u 2u 2u 2u U;u q;u ;u @@u ]@u b@u Uu Uu Uu u u u u u u v v v v v v 	v &v +v .@v J@v ^@v Hv Iv #Iv Mv Mv  Nv Ycv cv cv tw w w w w w )w 6w ;w yw w w !w !w !w Mw Mw Mw Vw Vw Vw |[w [w [w pw !qw %qw x /x 4x *x Gx Lx )x )x )x *x $*x )*x E/x b/x g/x j[x [x [x /dx Kdx _dx ix 7ix <ix ~x ~x ~x !y !y !y "y "y "y e7y r7y w7y 7y 7y 7y <y  =y =y iy $iy 8iy qy qy qy vy vy vy 3y ]y ay N/z k/z p/z f0z 0z 0z Ez Ez Ez SEz `Ez eEz Jz Jz Jz vz vz vz kz z z Vz sz xz љz z z <{ 	={ ={ >{ !>{ &>{ R{ R{ R{ R{ R{ S{ X{ <X{ AX{ D{ `{ t{ 	{ %{ 9{ { { { o{ { { J| J| J| K| K| K| ?`| L`| Q`| `| `| `| e| e| e| | | | | Ú| ך| | | | 
| 7| ;| (X} EX} JX} @Y} ]Y} bY} m} m} m} -n} :n} ?n} [s} xs} }s} } } } E} a} u} 0} M} R} } } } e~ e~ e~ f~ f~  g~ {{~ {~ {~ {~ {~ {~ ~ ~ ~ ~ :~ N~ ~ ~ ~ κ~ ~ ~ I~ s~ w~ ds s s |t t t  & + i v {     غ     l        $  7 <  Ė ɖ    5 R W ZȀ vȀ Ȁ р ;р Oр 
ր 'ր ,ր        Տ ڏ U b g    ө   Ձ ց (ց ށ ށ ށ    # M Q > [ ` V s x     C P U q      [ w  F c h    ܩ         ῃ   Ń ,Ń 1Ń 4 P d   )    _   z      /̈́ <̈́ Ä́ ̈́ ̈́ ̈́ ҄ ҄ ҄          ! '" +" Ņ 5Ņ :Ņ 0ƅ Mƅ Rƅ څ څ څ ۅ *ۅ /ۅ K h m p   5 Q e   = B / / / ҆ ҆ ҆ ӆ ӆ ӆ k x }        * > " " # ' ' ' 9= c= g= T q v l   	   Y f k    ' ' ' q0 0 0 \5 y5 ~5 J K K     ( -      
 &	 C	 H	 K5 g5 {5 > ,> @> B C C vX X X       G T Y       B C C K K K P P P f ?f Cf 0	 M	 R	 H
 e
 j
    5 B G c$ $ $ P P P MY iY }Y 8^ U^ Z^ s s s       , , , , , , 2 2 #2 &^ B^ V^ f g g k k k Q {  l$ $ $ % % % !: .: 3: q: ~: : ? ? ? k k k t t t ty y y    
2 '2 ,2 "3 ?3 D3 G G G H H !H =M ZM _M by ~y y ' C W  / 4    ? ? ? @ @ @ ]U jU oU U U U Z Z Z    0 ŏ Ꮟ   ͔ Ҕ + U Y FM cM hM ^N {N N b c 
c Kc Xc ]c yh h h   Δ c   N k p ɷ   Z [ [ [ \ \ p p p p p p v 4v 9v < X l   1 쯑 	  gő ő ő h h h i i i 7~ D~ I~ ~ ~ ~  ҃ ׃ گ  
   ϸ    Ӓ /Ӓ 3Ӓ  v =v Bv 8w Uw Zw Ջ ⋓ 狓 % 2 7 S p u x   =Ɠ YƓ mƓ (˓ E˓ J˓     ۃ  ք   s   Ù Й ՙ    ˔ 2˔ F˔ Ӕ Ӕ Ԕ ؔ ؔ ؔ A k o \ y ~ t     # a n s    ؕ ؕ ؕ y   d    	 
     / 4       - J O R n   3 G   $ }	 	 	     ͭ ҭ M Z _    Ǘ Ǘ Ǘ            E I 6 S X N k p Ϙ Ϙ Ϙ ;И HИ MИ i՘ ՘ ՘    S
 o
 
 > [ ` $ $ $ Ǚ Ǚ Ǚ ș 	ə ə ݙ ݙ ݙ ݙ ݙ ݙ  $ ) , H \  
 !    W2 2 2 r՚ ՚ ՚ ֚ ֚ ֚ ' 4 9 w         % % % z* * * ? @ #@  - 2 ( E J     " ' C ` e h* * * -3 I3 ]3 8 58 :8 M M M       c p u       8 "8 68 @ @ @ E E E 1[ [[ _[ L i n d      Q ^ c    E E E iN N N TS qS vS h h h    
 
 $
 ! ! ! ! ! " ' :' ?' BS ^S rS \ #\ 7\ ` a a mv v v       =/ J/ O/ / / / 4 4 4 ` ` a i i i n n n  5 9 &' C' H' >( [( `( < < < += 8= == YB vB {B ~n n n Cw _w sw .| K| P|  ӑ ב 4 4 4 5 5 5 yJ J J J J J O P P | 8| L| ᄢ   ̉ 鉢  G q u bB B B zC C C X $X )X gX tX yX ] ] ]  ։ ꉣ    j   嬣   P P #P Q 6Q ;Q e e e f f f 4k Qk Vk Y u   : N 	 & +    ] ] ] ^ ^ ^ Us bs gs s s s x x x   (  ٭   Ų ʲ #ȥ Mȥ Qȥ >k [k `k Vl sl xl     C P U q     Ʋ [ w  F c h զ զ զ x x x y z z    Ꭷ    , 1 4 P d ȧ ɧ )ɧ ͧ Χ Χ _   z      / < A     ʡ ϡ ͨ ͨ Ψ ֨ ֨ ֨ ۨ ۨ ۨ  ' +  5 : 0 M R ͩ ک ߩ  * / K h m p۩ ۩ ۩ 5 Q e   = B     ӡ ء ΢ 뢪  k x }  ȷ ͷ 鼪    * >       9 c g T q v l   	ū ū ū Yū fū kū ʫ ʫ ʫ    q   \ y ~       
 ' , Ҭ Ҭ Ҭ Ҭ Ӭ 	Ӭ %ج Bج Gج J f z 
 +
 ?
    u' ' ' ʭ ʭ ʭ ˭ ˭ ˭ E R W                5 =5 A5 .خ Kخ Pخ Fٮ cٮ hٮ    3 @ E a ~     K( g( {( 6- S- X- B B B                ! $- @- T- 5 6 6 : : : OP yP }P j      	 ,	 1	 o	 |	 	    : : : C C C rH H H ] ^ ^  % *   = B    
   ; X ] `H |H H %Q AQ UQ V -V 2V k k k       [$ h$ m$ $ $ $ ) ) ) U V .V ^ ^ ^ c c c )y Sy Wy D a f \ y ~ 1 2 2 I2 V2 [2 w7 7 7 c c c al }l l Lq iq nq ǆ   ) ) * * + + ? ? ? ? ? ? E 2E 7E :q Vq jq y z /z ~   e   7 7 7 8 8 8 5M BM GM M M M R R R ~ ~    ͇     - 1 E ;E @E 6F SF XF Z Z Z #[ 0[ 5[ Q` n` s` v   ; W k & C H  ˯ ϯ R R R S S S qh ~h h h h h m n n  0 D ٢  	 ħ ᧸ 槸 ? i m Z` w` |` ra a a v v !v _v lv qv { { {  Χ ⧹ w   b   ʹ ˹ ˹ m n n o -o 2o     
  + H M P l   1 E  ú ú "ú {غ غ غ { { { | | | K X ]    ɖ 斻 떻 » 
û û ˻ ˻ ˻ л л л  C G 4 Q V L i n 鞼   9 F K g   м м м Qټ mټ ټ <޼ Y޼ ^޼    Җ   ꗽ      ׬ 䬽 鬽  " ' *޽ F޽ Z޽       U   p      % 2 7 u     ſ       x     !  , 1 ' D I     / 4 ̿ ̿ ̿ ̿ Ϳ Ϳ -ҿ Jҿ Oҿ R n   3 G   $ }! ! !       N [ `        
 !       / F/ J/ 7 T Y O l q    < I N j      T" p" " ?' \' a' < < <     
         % * -' I' ]' / 0 "0 4 4 4 XJ J J s      ( 5 : x      4 4 4 = = = {B B B W  X $X  . 3 ) F K     # ( D a f iB B B .K JK ^K P 6P ;P e e e n      # 0 5 s     ï       v      
 * / % B G · Ϸ Է   $ @ ] b e   * F Z  2 7     ȯ ͯ ð   ` m r          3       . X \ I f k a ~     N [ ` |      f
 
 
 Q n s ' ' '   	   !        7 < ? [ o    4      j5 5 5       : G L         
  ( ( ( - - - C 2C 6C q q r r s s        2 7 : V j   /    e         6 C H     њ ֚   	        . 2  < A 7 T Y Ԣ   $ 1 6 R o t w   < X l ' D I     ښ ߚ ՛   r   ° ϰ ԰  
   1 E   
    @ j n [ x } s     " ` m r       x   c          . 3       , I N Q m   2 F   # |      VO sO xO nP P P e e e [e he me j j j  ʖ ޖ s   ^ {  ٹ   \ ] ] 
^ *^ /^ r r r r s s (x Ex Jx M i }  . B    x   j j j k k k H U Z    ƅ       ̺      @ D 1x Nx Sx Iy fy ky    6 C H d      N j ~ 9 V [    υ     	    ԛ     $ ' C W       R |  m      " / 4 r     ®       u      , , , - - . B B B B B B G H H "t >t Rt | } } ҁ   M w { i: : : ; ; ; P +P 0P nP {P P U U U  ݁     q      H $H )H I <I AI ] ] ] ^ ^ ^ :c Wc \c _ {  $ @ T  , 1    U U U V V V Zk gk lk k k k p p p   - ¥ ޥ   ʪ Ϫ ( R V Cc `c ec [d xd }d x y 
y Hy Uy Zy v~ ~ ~   ˪ ` |  K h m    p p q q r r        1 6 9 U i   .    d   	   Y f k       L L L qU U U \Z yZ ~Z o                        $   +   .   2   9   =   D   H   L   S   W   ^   b   f   m   q   x   |                                                                                   
          #  *  -  1  8  <  C  F  J  Q  U  \  _  c  j  n  u  x  |                                                                   $  '  +  2  6  =  @  D  K  O  V  Y  ]  d  h  o  r  v  }                                                        
           $  (  /  3  :  >  B  I  M  T  W  [  b  f  m  p  t  {                                                          
          #  *  .  5  8  <  C  G  N  Q  U  \  `  g  j  n  u  y                                                                     $  (  /  2  6  =  A  H  K  O  V  Z  a  d  h  o  s  z  ~                                                      	  
        "  &  -  0  4  ;  ?  F  I  M  T  X  _  b  f  m  q  x  {                                                                     '  *  .  5  9  @  C  G  N  R  Y  \  `  g  k  r  u  y                                                                  "  &  *  1  5  <  @  D  K  O  V  Z  ^  e  i  p  s  w  ~                                                      	  		  
	  	  	  	  "	  &	  -	  1	  8	  ;	  ?	  F	  J	  Q	  T	  X	  _	  c	  j	  m	  q	  x	  |	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	   
  
  
  
  
  
  
   
  '
  +
  2
  5
  9
  @
  D
  K
  N
  R
  Y
  ]
  d
  g
  k
  r
  v
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
                %  )  0  3  7  >  B  I  L  P  W  [  b  e  i  p  t  {  ~                                                        
          #  *  -  1  8  <  C  F  J  Q  U  \  _  c  j  n  u  x  |                                                     
  
  
  
  
  
  
  $
  (
  ,
  3
  7
  >
  B
  F
  M
  Q
  X
  \
  `
  g
  k
  r
  v
  z
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
    	          "  %  )  0  4  ;  >  B  I  M  T  W  [  b  f  m  p  t  {                                                          
          #  *  .  5  8  <  C  G  N  Q  U  \  `  g  j  n  u  y                                                                   !  (  ,  3  6  :  A  E  L  O  S  Z  ^  e  h  l  s  w  ~                                                        	  
        "  &  -  0  4  ;  ?  F  I  M  T  X  _  b  f  m  q  x  {                                                                     '  +  /  6  :  A  E  I  P  T  [  _  c  j  n  u  y  }                                                                "  )  ,  0  7  ;  B  E  I  P  T  [  _  c  j  n  u  y  }                                                                "  )  -  1  8  <  C  G  K  R  V  ]  `  d  k  o  v  y  }                                                    ! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !! !  8                         @                           0    (    	                    
          B    
        S              	   ?              _ T o c 7 4 0 3 7 5 2 3  D o c T i t l e 
 S e c u r i t y C l a s s  D o c R e f  V e r s i o n 
 _ T o c 4 2 0 1 5 4 9 7 9 
 _ T o c 4 2 0 1 5 6 4 5 7 
 _ T o c 4 2 0 4 1 4 6 4 2  _ T o c 7 4 0 3 7 5 2 4  _ T o c 4 6 0 4 1 8 5 1  _ T o c 7 3 3 3 3 6 1 3  B a s i c T e s t C o m m a n d s  _ R e f 8 2 9 4 3 7 8 2  _ T o c 6 7 8 2 1 3 6 1  _ T o c 8 1 7 3 0 2 5 5  _ T o c 7 4 1 1 2 6 4 9  _ T o c 6 7 8 2 1 3 6 3  _ T o c 8 1 7 3 0 2 5 6  R 1  R 2  R 3  R 4  R 5  R 6  _ T o c 7 4 1 1 2 6 5 1  _ T o c 7 4 1 1 2 6 5 2  _ T o c 4 5 9 3 8 3 3 0  _ T o c 7 4 1 1 2 6 5 3         3   Y   w   /  /  /  /  8  8  p<  n       '	 	 <
 
    p   o                             	   
         
                                               C   Z   z   .  @  @  @  @  8  8  <  n       +	 	 @
 
       o     ά   d#  Ϭ   dh!  Ь   T
 Ѭ   
 Ҭ   T!  Ӭ   !  Ԭ   T!  լ   , ֬    ׬   , ج   	 ٬   	 ڬ   <	 ۬   	 ܬ      ݬ      ެ      ߬   4            T            t                  $            D            d      L"     "     \"     "     |"     "     "     ,"     "     L"     "     l"     "     "     "     "     <"     "     \"     "     <"      "     \"     "     |"     "     "     ,"     "     L"  	   "  
   l"     "     "  
   "     "     <"     "     \"     "     |"     "     \          |               ,          L          l             !     "     #   <  $     %   \  &     '   |  (     )     *   ,  +     ,   L  -     .   l  /     0   L"  1   ܀"  2   l"  3   "  4   "  5   "  6   "  7   <"  8   ̄"  9   \"  :   "  ;   |"  <   "  =   "  >   ,"  ?   "  @   L"  A   ܉"  B   l"  C   "  D   "  E   "  F   "  G   <"  H   ̍"  I   \"  J   "  K   |"  L   "  M   "  N   ,"  O   "  P   L"  Q   ܒ"  R   l"  S   "  T   "  U   "  V   "  W   <"  X   ̖"  Y   \"  Z   "  [   |"  \   "  ]   "  ^   \> _   > `   \? a   ? b   l@ c   @ d   A e   B f   B g   <C h   C i   \D j   D k   |E l   F m   F n   ,G o   G p   LH q   H r   lI s   I t   J u   K v   K w   <L x   L y   \M z   M {   |N |   O }   O ~   ,P    P    LQ    Q    lR    R    S    T    T    <U    U    \V    V    |W    X    X    ,Y    Y    LZ    Z    l[    [    \    ]    ]    <^    ^    \_    #     #     #     #     #     4#     Į#     T#     # @  N !\ i ]w   7 խ s	 
  M 
  '
  c( 6 C =Q ^ yl z  S   .  j   ! D# $ % +& 8' ZF( S) a* 4o+ |, p- . / J0 1 2 $3 4 `5 7 8 < 9 -: x;; I< V= Rd> q? @ ,A ʚB hC D E BF G ~H I K XL "M 0N 2>O KP nYQ 
gR tS JT U V $W ¸X `Y Z [ :\ ] v
_ ` %a P3b @c Nd *\e if fwg h i @j ޭk |l m n Xo p q 2
s t n(u 6v Cw HQx ^y lz "z{ | ^} ~  8 ˁ tق   N   )+ 8 fF T a @o | |   V  Ε 0ܖ  l 
  F  - ;  I V \d q  7 ֚ t  è Nѩ ު  (  d # 0 >> K zY g t T   . ̸ jƼ Խ  0  m  * G8  C       U   /  + ɧ g    j w = ے y  B 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    {    |    }    ~                                                                                                                                                                                                                                                                                                                                                            @  N (\ i dw   > ܭ z	 
  T 
  .
  j( 6 C DQ ^ l z  Z   5  q   ! K# $ % %+& 8' aF( S) a* ;o+ |, w- . / Q0 1 2 +3 4 g5 7 8 C 9 -: ;; I< V= Yd> q? @ 3A њB oC 
D E IF G H #I K _L "M 0N 9>O KP uYQ gR tS QT U V +W ɸX gY Z [ A\ ] }
_ ` %a W3b @c Nd 1\e if mwg h i Gj k l "m n _o p q 9
s t u(u 6v Cw OQx ^y lz )z{ Ǉ| e} ~  ? ˁ {ق   U   0+ 8 mF T a Go |  !  ]  Ε 7ܖ  s   M  - ; 'I V cd r  > ݚ {  è Uѩ ު  /  k 	# 0 E> K Y g t [   5 Ӹ qƼ Խ  7  t  * N8  J   $    \   6  2 Ч n   j w D    B 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   {   |   }   ~                                                                                                                                                                                                                                                                        8      *urn:schemas-microsoft-com:office:smarttagstime         549HourMinute                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         y      !  $  +  N  T          *  .  B  E           l              &      4  7              )  ,                            $      k  s      8  =              t  {          C   J               !  !  !  "  Y"  `"  0$  H$  R$  j$  s$  $  $  $  $  $  $  $  $  $  %  %  %  '%  1%  C%  n&  q&  '  '  '  (  K(  X(  (  (  (  (  &)  3)  m)  )  )  )  *  %*  o*  *  *  *  +  +  ,  ,  ,  &,  (,  5,  7,  I,  Y,  \,  d,  |,  ~,  ,  ,  ,  ,  ,  ,  ,  ,  ,  ,  
-  -  %-  -  -  s.  v.  .  .  /  !/  J/  Y/  /  /  /  /  0  0  0  
1  1  1   1  91  ;1  I1  1  1  2  2  -2  ;2  2  2  2  2  2  2  3  3  3  4  55  85  5  5  5  5  6  6  6  6  6  6  m7  z7  7  7  CG  YG  ~H  H  H  H  I  I  I  I  I  I  J  J  rL  uL  L  L  L  L  {N  N  N  N  O  O  O  O  P  P  Q  Q  jQ  mQ  Q  Q  /R  DR  kR  nR  S  S  MU  fU  V  V  W  W  \  \  ]  #]  X]  n]  _  _  >b  Bb  .h  1h  m  #m  lm  wm  m  m  o  o  p  #p  r  s  s  s  t  t  |  |  |  |  |  |  }  }  }  }  [~  d~              Á  ρ  1  K            "            7        	  r  u        +          ۑ  ޑ  R  Y  <  L        ̔  ה      
              !  *                  ֯  ٯ            
     9  >  \  j  t            Ͼ  ݾ               /  =  G  L  [  i  s  x          Ŀ  <  C        *  7  I  [  n  {                                *  X  e  w                      !  3  @  R        	     +  B  M  d  o                                        .  0  ;        !  t    R  U                  "  B  F  T  T  ]  ^  i                    %  .  L                                             1  5  C                
                  A  ^  `  l  
  #  +  7  E f h t   B S o       /     f s               , 3         m s    = C : >   x  ! ! T# b# p$ w$ $ $ $ $ <% C% ~% % % % %  = ( ( Y6 y6 C D Q Q 3_ S_ l l oz	 z	 
 -
  ˕ I i 
 
   # C   _      9 Y   u+ + 9 39 F F OT oT a 
b 6 6 &R )&R m 7m $ E 2L SL @ a ^ گ ௿  & L     
  / : C    i i #i {i ~i i i i i k k ?l n 4n {F F F F F G G "G +G OI UI I I I I ]K K K # # $ S$ ( ) c o      
  7 =     _ r  Z Z Z Z Z Z Z Z [ [ "[ 0[ <[ J[ V[ d[ p[ o o                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   @  C  g  l              [  {  |        *  J  l
  q
  
  
  x  |          D  G  ;  C      '  '  *  *  +  +  +  +  Y,  \,  ,  ,  ,  ,  3  3  7  7  :  :  ;  ;  F  F  F  F  kX  nX  B_  R_  _  _  of  f  f  f  qg  sg  tg  zg  q  q  |  |      i  m  L  T      C  F      ͊  Ԋ          e  h  Ő  ̐  $  '          ͹  й          ]  c  w  }  n    y        ` c       	 	     z         #       l s   T ]   $ $ ) ) |, , - ( W & ' d4 .5 B B O O >] ] j :k zx	 x	 
 v
   T  
 P
   .    j       D Y   ) + 7 39 D F ZR oT _ 
b 6 6 $R )&R !m 5m / E =J SL K a ^   L   {  i l l 4n {F I cJ K # % c  K 
    	 	   
 !
 "
 *
 
 
 
 
   s z  " [ d           E) O) r, , U- _- - - - . Q. T. . . /5 15 s9 u9 F< I< < < D V Z Z Z Z Z Z Z Z Z [ [ "[ 0[ <[ J[ V[ d[ p[ o o  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  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                       S  i          .  K              .  /  ;  L  `    p  *  =  i    S  f    
 Z Z Z Z Z Z Z Z Z [ [ "[ 0[ <[ J[ V[ d[ p[ o o                                                      
 J L   Z Z Z Z Z Z [ [ "[ 0[ <[ J[ V[ d[ p[ o o                       T |Ҹ }${"E ~6_ X9  JZ: ` ^ r2! nJ [ip |4 AX :  #8,  Pv  AP_<>8  m2 "Ƹ  	0F E2
ԧ~	  !!>
l TS
X  Wr     FLJ N y  Id DmZF ajt_ :~n $V| %<>8  O|}  
^6I CqUY sd$ ZF#x _T$^, ^Z'd j/0 ./I,Y  785Z
S *8l  #o:" H7:E   8< N  8&=| bjyEƸ   2JX #Mڸk  9ZN؇ 5P.d kS,Q&. =;S:  XVnژ *)Z^ $Z> |[|}  K\ʰ =}^a -`t禷 @jbʅ} =d 	  9g  lhH9 U:iH\' i T  |O%jsd$  ,OmƸ  Uxen\}  KZhnR#] t?po2  YvJ Zv,7d  Cr;w +w:  >xܷ\ -UTy̸
  )y" 09y,7d   I@zr +=az  az
r \ ||  If|zC                            ^`   .                           ^`   .                          8 8^8`   .                           ^`   .                          ^`OJ QJ o(                           ^`OJ QJ o(                          8 8^8`OJ QJ o(                           ^`OJ QJ o(                           h h^h`   .                         h h^h`OJ QJ o(                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
  P ^`Po( h    H                          
 @ @^@`o( h    H     .                      
 0 ^`0o( h    H     .  .                     
 ` `^``o( h    H     .  .  .       	             
  ^`o( h    H  	   .  .  .  .       	            
  ^`o( h    H     .  .  .  .  .       	
           
  ^`o( h    H  
   .  .  .  .  .  .       	
          
 ` ^``o( h    H     .  .  .  .  .  .  .       	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                       
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                           h   ^  `hOJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                       
 ` `^``o( h    H   6 . 7 . 1 . 1     	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                       
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     0 0 ^`0o( G CJ OJ QJ sH	tH	^J aJ _Hh    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                           h   ^  `hOJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                       
 ` `^``o( h    H   6 . 7 . 1 . 1     	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .               h      
  P ^`Po( h    H                 h      
  @ @^@`h    H     .             h      
  0 ^`0h    H     .  .            h      
  ` `^``h    H     .  .  .      	     h      
   ^`h    H  	   .  .  .  .      	    h      
   ^`h    H     .  .  .  .  .      	
   h      
   ^`h    H  
   .  .  .  .  .  .      	
  h      
  ` ^``h    H     .  .  .  .  .  .  .      	
 h      
  0 0^0`h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                            ^`o(    )                     
   ^`h    H    .                     
  pL p^p`Lh    H    .                      
  @ @^@`h    H    .                     
   ^`h    H    .                     
  L ^`Lh    H    .                      
   ^`h    H    .                     
   ^`h    H    .                     
  PL P^P`Lh    H    .                              ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
  P ^`Po( h    H                          
  @ @^@`h    H     .                      
  0 ^`0h    H     .  .                     
  ` `^``h    H     .  .  .       	             
   ^`h    H  	   .  .  .  .       	            
   ^`h    H     .  .  .  .  .       	
           
   ^`h    H  
   .  .  .  .  .  .       	
          
  ` ^``h    H     .  .  .  .  .  .  .       	
         
  0 0^0`h    H     .  .  .  .  .  .  .  .                           ^`o(    .                     
   ^`h    H    .                     
  pL p^p`Lh    H    .                      
  @ @^@`h    H    .                     
   ^`h    H    .                     
  L ^`Lh    H    .                      
   ^`h    H    .                     
   ^`h    H    .                     
  PL P^P`Lh    H    .              h      
  P ^`Po( h    H                 h      
  @ @^@`h    H     .             h      
  0 ^`0h    H     .  .            h      
  ` `^``h    H     .  .  .      	     h      
   ^`h    H  	   .  .  .  .      	    h      
   ^`h    H     .  .  .  .  .      	
   h      
   ^`h    H  
   .  .  .  .  .  .      	
  h      
  ` ^``h    H     .  .  .  .  .  .  .      	
 h      
  0 0^0`h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                h      
    ^ `o( h    H     .             h      
   ^`h    H    .             h      
  pL p^p`Lh    H    .              h      
  @ @^@`h    H    .             h      
   ^`h    H    .             h      
  L ^`Lh    H    .              h      
   ^`h    H    .             h      
   ^`h    H    .             h      
  PL P^P`Lh    H    .              h      
   ^`h    H     .             h      
   ^`h    H    .             h      
  pL p^p`Lh    H    .              h      
  @ @^@`h    H    .             h      
   ^`h    H    .             h      
  L ^`Lh    H    .              h      
   ^`h    H    .             h      
   ^`h    H    .             h      
  PL P^P`Lh    H    .                              ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                           ^`o(    .                     
   ^`h    H    .                     
  pL p^p`Lh    H    .                      
  @ @^@`h    H    .                     
   ^`h    H    .                     
  L ^`Lh    H    .                      
   ^`h    H    .                     
   ^`h    H    .                     
  PL P^P`Lh    H    .                      
  P ^`Po( h    H                         
  @ @^@`o( h    H     .                     
  0 ^`0o( h    H     .  .                    
  ` `^``o( h    H     .  .  .      	             
   ^`o( h    H  	   .  .  .  .      	            
   ^`o( h    H     .  .  .  .  .      	
           
   ^`o( h    H  
   .  .  .  .  .  .      	
          
  ` ^``o( h    H     .  .  .  .  .  .  .      	
         
  0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                h        h h^h`OJ QJ o( h    H                h        8 8^8`OJ QJ ^J o( h    H   o              h         ^`OJ QJ o( h    H                h        	 	^	`OJ QJ o( h    H                h         ^`OJ QJ ^J o( h    H   o              h        x x^x`OJ QJ o( h    H                h        H H^H`OJ QJ o( h    H                h         ^`OJ QJ ^J o( h    H   o              h         ^`OJ QJ o( h    H                         
  P ^`Po( h    H                          
 @ @^@`o( h    H     .                      
 0 ^`0o( h    H     .  .                     
 ` `^``o( h    H     .  .  .       	             
  ^`o( h    H  	   .  .  .  .       	            
  ^`o( h    H     .  .  .  .  .       	
           
  ^`o( h    H  
   .  .  .  .  .  .       	
          
 ` ^``o( h    H     .  .  .  .  .  .  .       	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                 ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                h      
  P ^`Po( h    H                 h      
  @ @^@`h    H     .             h      
  0 ^`0h    H     .  .            h      
  ` `^``h    H     .  .  .      	     h      
   ^`h    H  	   .  .  .  .      	    h      
   ^`h    H     .  .  .  .  .      	
   h      
   ^`h    H  
   .  .  .  .  .  .      	
  h      
  ` ^``h    H     .  .  .  .  .  .  .      	
 h      
  0 0^0`h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
  h h^h`h    H     )                      
   ^`h    H    )                      
  8 8^8`h    H    )                       
   ^`h    H   (  )                      
   ^`h    H   (  )                      
  p p^p`h    H   (  )                       
  	 	^	`h    H    .                      
  @ @^@`h    H    .                      
   ^`h    H    .              h      
     ^ `o( h    H     .             h      
   ^`h    H    .             h      
  pL p^p`Lh    H    .              h      
  @ @^@`h    H    .             h      
   ^`h    H    .             h      
  L ^`Lh    H    .              h      
   ^`h    H    .             h      
   ^`h    H    .             h      
  PL P^P`Lh    H    .                              ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
    ^ `o( h    H     .                      
   ^`h    H    .                     
  pL p^p`Lh    H    .                       
  @ @^@`h    H    .                      
   ^`h    H    .                     
  L ^`Lh    H    .                       
   ^`h    H    .                      
   ^`h    H    .                     
  PL P^P`Lh    H    .                       @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                        
    ^ `o( h    H     .                      
   ^`h    H    .                     
  pL p^p`Lh    H    .                       
  @ @^@`h    H    .                      
   ^`h    H    .                     
  L ^`Lh    H    .                       
   ^`h    H    .                      
   ^`h    H    .                     
  PL P^P`Lh    H    .                              ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                       
 ` `^``o( h    H   6 . 7 . 1 . 2     	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                                ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
  P ^`Po( h    H                          
 @ @^@`o( h    H     .                      
 0 ^`0o( h    H     .  .                     
 ` `^``o( h    H     .  .  .       	             
  ^`o( h    H  	   .  .  .  .       	            
  ^`o( h    H     .  .  .  .  .       	
           
  ^`o( h    H  
   .  .  .  .  .  .       	
          
 ` ^``o( h    H     .  .  .  .  .  .  .       	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                       
 ` `^``o( h    H   6 . 7 . 1 . 2     	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .                               ^  `  OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        p p^p`OJ QJ o( h    H                          @ @^@`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                         ^`OJ QJ o( h    H                           ^`OJ QJ o( h    H                           ^`OJ QJ ^J o( h    H   o                        P P^P`OJ QJ o( h    H                         
  h h^h`o( h    H     .                      
  P ^`Po( h    H     .  .                     
   ^`o( h    H     .  .  .                    
  x ^`xo( h    H     .  .  .  .      	             
   	^`o( h    H  
   .  .  .  .  .      	            
  
X @^
`Xo( h    H     .  .  .  .  .  .      	
           
   ^`o( h    H     .  .  .  .  .  .  .      	
          
  8 x^`8o( h    H     .  .  .  .  .  .  .  .      	
         
  ` H^``o( h    H     .  .  .  .  .  .  .  .  .                          ^`o(    .                     
   ^`h    H    .                     
  pL p^p`Lh    H    .                      
  @ @^@`h    H    .                     
   ^`h    H    .                     
  L ^`Lh    H    .                      
   ^`h    H    .                     
   ^`h    H    .                     
  PL P^P`Lh    H    .                              ^  `  OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       p p^p`OJ QJ o( h    H                         @ @^@`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                        ^`OJ QJ o( h    H                          ^`OJ QJ o( h    H                          ^`OJ QJ ^J o( h    H   o                       P P^P`OJ QJ o( h    H                        
  P ^`Po( h    H                         
 @ @^@`o( h    H     .                     
 0 ^`0o( h    H     .  .                    
 ` `^``o( h    H     .  .  .      	             
  ^`o( h    H  	   .  .  .  .      	            
  ^`o( h    H     .  .  .  .  .      	
           
  ^`o( h    H  
   .  .  .  .  .  .      	
          
 ` ^``o( h    H     .  .  .  .  .  .  .      	
         
 0 0^0`o( h    H     .  .  .  .  .  .  .  .  T   785                        |O%j                      0y            $V          0\ |            >x          0*)Z             2J            Cr;w            O             8<            9g            AX             i            H7:            Uxen            ./            =;S            +w            +=az            t?p            *8            E2
            #M            |[            =d            $Z            az            j/            ^Z'            =}^            K\            XV            9ZN            )y            ZF#            5P            -`            m            _T$            I@z            
^            #            P            [ip             	            @jb            FLJ            8&=            Yv            U:i            DmZ            :~            #o:            I            W            09y                                                                                                ~            }            |            TS
            If|            bjyE            -UTy            "            ,Om            %            AP_            Zv            lh            aj            Cq            KZhn            !!>
            kS,Q            T                                                                                                                                                                           T                        3 	 	 	 	 	 	 	 	 j 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	     3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 z? 	 	 	 	 	 	 	 	   &b 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 5 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	    	 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	     3 	 	 	 	 	 	 	 	    	 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	  	 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	 n<( 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	     3 	 	 	 	 	 	 	 	 3 	 	 	 	 	 	 	 	         3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	    	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	   3 	 	 	 	 	 	 	 	   P 	 	 	 	 	 	 	 	     0%pq                            
      }7  ^   << H 2L P p   v8 A  D }D !T p O# }# 3R .i {  # X  ]9 jN   8E 7N L	  ,& I \ k 1w K,	 V	 `	 uQ
 )y
 Hz
 -  a _n q 
 3
 oc
 }
 K
  U  o # 5 C bk ^ N 0^ ^ fm H  qE 5N T } P H g DI UM ` e v  % 0 oE ^U #v x { S &U ` 8q  <   ( ]E K mX n o 44 N ` & ! o [{ o{ D     1; (V   m u 2 +G 1p  $  @   R ] p| ^  
  !  X:  T  9b  f! l,! 7! >Q" V" # &# -# j8# ?# E$ 26$ p$ @
% F% I% Z% re% mf% & & _& l& ' ?' G' b
( nP( c) 4V) 0q) z) * *  * W"* H* _]* `* fa+ r+ 
, , ad, p, s, , &- +- ,- Gd- x- . (.  / "+/ 5/ {F/ \/ \/ t/ 0 i0 80 d0 j0 q0 1 h1  2 2 U2 Yb2 ~m2 3 3 }73 	93 ?3 I3 Q3 NV3 \3 a3 n4  5 Q<5 mO5 l.6 j26 G6 P6 +^6 7 f7 m7 Gq7 q7 *}7 f8 R8 a8 9 
9 v!9 F#9 89 K9 W9 r]9 ^9 1`9 $: 2: ; -8; K:; p; U< < e< .< .< :< m< j= = *= T^= jb> ? ? Z? [? x?  {? ? j@ @ *@ =@ M	A <A [A eA qA IzA 7B TB /B [B pB C C JC jC lC vmC ED FD ZD gD D /E GE SE ,F oDF ?gF vF |F 5;G `<G CG UG qrG 3H YH I J H*J -J JJ JJ |K ;K [K `K xK  {K L EL `L =nL M yM .O O O JO HvO  P #P `
P .P QP RP RP YP  Q Q nQ -R 8R %HR 
S . S l"S RS wS Z@T FT _T ]{T #8U +NU jZU 8pU CV ucV W W W %W 'W WW \W vW ,xW zW {W {X !X AX dX Y Y *Y [Y 'eY r|Y WZ 
iZ [ C
[ ![ );[ c[ &\ =\ E\ F\ f\ ||\ Y] Fv]  ^ JB^ G^ ]^ o^ _ _ /)_  ` $5` 7S` a` b` a @a ?7a 8a ;a pa b [%b 3b ;b 
c "c M2c j@c +Ic Vc (yc Rd .e ye f ;f GBf [f ^f 0if Pg `g g 0g Mg `\g mg }g ]6h vh xh 79i Oi {_i 
di ui >vi 8j Jj /]j \bj -k UFk Nk sk -}k (l p>l Nl 1Tl Xl :=m >m Dm ]nm rm n 7n n  n E9n wn  o o o o (o *o -o \o p p ;p ?p q q Hq q *q "4q 
7q &Qq Zq [q sq yq r $9r Pr s 2fs u W-u .u :u iu 
wu E#v 3v }Uv nv ow Gw Pw Pw @x m)x +x :Fx )fx lx 	mx yx y !y Iy z <z cz dz sz zz { m{ J({ 7{ I@{ A{ W{ s{ (y{ | K| | X#| O0| !@| NH| gS|  `| b| e} ~ ~ ~  ~ T/~ `~  E% ^ u Tu ! * 10 C U   @ M m` i& j4 N  V) 97 9 |< E TH Z g i   f   cC *~ . $3 e r  * 	) "G J O zY Ft <   [Y [ $ 8% Q0 < D? U e! ? Q m : A= W> -b q   %? R tr Y
 V; D m p %w A  S n    * Tk k L & F vG Vl  D {c ]e B
  @R d ss ~ & D O \ Ql   H& >0 MA ^T :k y   8 -c  " [ t4 .7 _V }a A
 .. 1 2 7` ;a gb g  |:  W y6 G= c Wp 	 O [ _ 	 x ' r1  G M 8e I0 7  # $ cE Z c Wd g F- 1 5 j  
- l oy   }" D W Yw w R 0] p + . >[ %# 0 > k] 
 E 6C I ]  	   ) K _h l :  s  & BN o   =L RQ /a j l @p t   B> L /w S0 dE W    n  I0 X    \ zj R S ^ pt - A T Y   &% 9 kM O V i 
 ]@ c y! B I  u- ,2 J w 7|  G3  * . %5 9 hL >h o Z ` & O) TW 7j t qw (' 6, A S c v  w8 : W  h U O L% 4 5 KE F b    K4 d8 { 1    & 8 C nF Uj x ] / 6d 2j o    3 H I r s  Fa t 3 y  ; <g \H n ] h ~ 
 ! 2 9K _ q u a K BW Y |   & J/ U ] | 	  ' 7 H *E J  ! 1 : D E xl . Sx  $ MU oX r g 
o y   \* cU o\ z .( 0    & )F 
 l F U [ k Vn r v  < . }N bt 
  FS s t  9 !; @ _ k   ' D F iG D[ M~ 9   $ 7 $   C? ox x  B P ~ R U OW | _ & ^1 >p z e 5 U Y _ y ; X p ;|  , }\ h }n v  N' "B G T  )  =F WF I ) 	 + 5 P9 >J [ _c o  m ;' 3 8 'J O ~b 
 - M N P V  ! 8 D  .O L 5 P d u t {- e6 C \ ` - 
 k D8 8 i Jj r ( - =Z D G 5 ?K h $ h 
  ,+ ? e qt y ; i@ W 0^ e ^s T{  _ X- %2 > ]  ? @ [ o "v D I O 8_ h po P Z! [( Y ^ a Xa p L   S7 y[ .i lo  
  @ S u | 2 @  % <@ y C ,^ oq  a 6= U z{ 
 , c z J# ' "* f2 l7 A F G L { K 
 V #\ y              3   D   E   Y   [   \   ]   ^   _   g   m   n   w   {   |                                                                        !  m  z            +  P  Q  b                    F  G  #  #  #  #  #  #  #   $  	$  $  $$  %$  &$  '$  ($  )$  -$  .$  /$  0$  I$  K$  Q$  R$  k$  m$  r$  s$  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  $  %  %  %  %  %  %  (%  *%  0%  1%  D%  F%  K%  L%  S%  X%  s%  t%  .  &.  1.  d.  n.  x.  y.  .  .  /  /  //  0/  9/  /  /  /  /  /  /  $0  %0  &0  '0  (0  )0  20  P1  Q1  b1  1  1  1  1  1  1  1  1  1  1  B2  C2  T2  t2  u2  v2  2  2  2  2  2  2  2  3  3  3  3  3  4  4  4  &5  05  :5  ;5  \5  5  5  5  5  5  5  W7  X7  i7  7  7  8   8  !8  "8  #8  $8  -8  8  8  8  8  8  <  <  <  <  <  <  <  =  =  =  =  =  =  "=  '=  (=  G=  U=  e=  f=  q=  v=  w=  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =  =   >  >  >  >  >  >  !>  &>  '>  J>  X>  h>  i>  t>  y>  z>  >  >  >  >  >  >  >  >  >  >  >  >  >  >  ?  ?  ?  ?  ?  ?  $?  %?  /?  4?  5?  r?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  ?  @  @  @  @  @  '@  ,@  -@  8@  =@  >@  H@  M@  N@  &A  4A  DA  EA  PA  UA  VA  `A  eA  fA  qA  vA  wA  A  A  A  A  A  A  A  A  A  A  A  A  A  A  A   B  
B  B  B  >B  LB  \B  ]B  hB  mB  nB  xB  }B  ~B  B  B  B  B  B  B  B  B  B  B  B  B   C  
C  C  C  C   C  !C  +C  0C  1C  XC  fC  vC  wC  C  C  C  C  C  C  C  C  C  C  C  C  VD  dD  tD  uD  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  D  E  E  E  E  E  E  "E  'E  (E  2E  7E  8E  eE  sE  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E  E   F  F  F  F  F  F  !F  "F  -F  2F  3F  =F  BF  CF  'H  1H  <H  oH  yH  H  H  H  H  H  H  I  I  I  J  J  J  K  K  K  L  L  L  L  L  $L  M  M  M  lN  mN  qP  {P  P  P  P  P  P  P  #Q  GQ  HQ  IQ  JQ  SQ  S  S  S  >U  ?U  5V  ?V  JV  }V  V  V  V  V  V  V  V  V  V  V  W  W  X  OX  PX  Li  [i  mi  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  i  j  j  j  j   j  !j  )j  0j  <j  =j  (  2  =  p  z                        ҈  	  
  9  C  N          ĉ                          %  0  c  m  w  x    Ό  ό  ь  Ҍ  ӌ  ܌  ݎ  ގ        ,  6  A  t  ~                    b  c  t            ̑  ֑        :  ;  =  >  ?  H  ԓ  Փ        M  W  b          Ӕ  Ԕ  Ք  ה        2  3  D  v  w  .  8  C  v          ӛ    !  8  9  B         -  4  <  =  S  c  d  e  f               	        ̞  Ӟ  ܞ  ݞ                	  
      4  V                  V  ]  f  g  #  ߣ        
  *  u  v  w  x                    t  u  v  w                      G  H  p                    V  W                &  '  8          Y          )  |  }                    ͵      ö  Ķ                I  J  K  L  U  ſ  ƿ  ׿    "  +  ,  T  |  }  ~            	  
           d  k  t  u                G  I  J  K  T  [  \  m                        .      +  5  @  s  }                   
  w  x                     
                [  ]  ^  _  h  -  .  ?  @  A  i  j                	  
          C  M  W  X                d  e  v                        Q  S  j  k  t  N  O  `                        c  e  f  g  p  +  ,  =  j  k                T  U  f      Y e t                 	 	 &	 '	 ,	 c	 h	 	 	 	 	 	 ;
 <
 A
 x
 |
 
 
 
      $ \ a         B G S T W a b e n o                          
 
 
 
 
 
 
 
 
 
 
 
   
    . : ; < = > P j k v                   a b n       A B $# 0# ?# K# L# # # # # m1 q1 r1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
2 2 2 2  2 "2 (2 )2 <2 >2 D2 E2 Z2 \2 a2 b2 w2 y2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 ; ; ; < 
< < < ?< ]< < < < < < h= i= z= = = = = = = = = = = > > ? !? "? #? J? K? L? M? N? O? X? ? ? ? @ @ @ B@ C@ D@ E@ F@ G@ P@ PA QA bA A A }B B B B B B B B (C >C @C qC rC {C D D E E E E E E E E E E 'F (F 9F ZF [F fJ tJ J J J J J J J J J J J J J J J J K K K K K  K %K &K 1K 6K 7K AK FK GK eK sK K K K K K K K K K K K K K K K K L L L L L #L (L )L 4L 9L :L DL IL JL sL L L L L L L L L L L L L L L L M M /M 0M ;M @M AM KM PM QM \M aM bM lM qM rM M M M M M M M M M M M M M M M M N N N N N N N N O O O O O  O %O &O NO \O lO mO xO }O ~O O O O O O O O O O O O O O P P 
P P P P (P -P .P 8P =P >P oP }P P P P P P P P P P P P P P P P Q Q Q !Q &Q 'Q 1Q 6Q 7Q BQ GQ HQ RQ WQ XQ Q R R R R $R %R /R 4R 5R @R ER FR PR UR VR vR R R R R R R R R R R R R R R R S S "S #S .S 3S 4S >S CS DS OS TS US _S dS eS S S S S S S S S S S S S S S S S U U U V V "V #V VV zV V V V V V X X X `Y aY Y Y Y Y Y Y Y B[ C[ T[ \ \ ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ Ha Ia Za b b c c c d &d 0d 1d Wd d d d d d d e e e e e v v w w  w %w -w 2w 3w 8w @w Lw Mw Rw Yw ^w _w dw kw ww xw w w w w w w w w w w w w w w w w Ǔ ѓ ܓ   # $ R       _ ` q   ؖ     * 4 5 c             ę ϙ     E m n p q r { | }    ˜ ՜    ' ( V          ! " # - 8 k u    ٟ ڟ ܟ ݟ ޟ  s t       4 > H I r s t v    Ѥ Ҥ    ͨ ר    ) * R r   ש ة     ̪ Ӫ ۪ ܪ      - P      ( ) : k r { |            Ӭ  @ A B C L & ' 8     ° ~     ɱ       . / @     W     > V            (                  Ž ƽ ׽ + 2 ; <      ȿ   D E      Z [ l R Y b c ` ] ^ _ `        d e v          F G          
   8 [ \ ] ^           P Q u v { } ~      % &      & ' O P        ( ) * R S      q r                 	 U W X Y b                ~        B I Q R h x y z {     	  
       3 : B C s               	 
 2 3         2 3     2 6 7 Y ^ n o ~               ] ^ c        m n s         ' ( - [ `             
    % - 4 ; G H S W ^ e f g h i j k l m n o p q r s U V W p                       	  ! " , 9 : ; < = > ? @ M N \ ] ^        ! ! T! U! h! ! ! ! ! ! 0 0 0 0 0 ;1 Q1 1 1 ? ? ? &? '? ;? <? =? F? T? a? b? c? d? e? f? j? k? l? m? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?  @ @ @ @ @ 7@ 9@ >@ ?@ N@ P@ V@ W@ e@ g@ m@ n@ @ @ @ @ @ @ @ @ YI cI nI I I I I I I SJ UJ lJ mJ vJ K K K 8K 9K :K aK bK cK dK eK fK oK L L L L L L L L L L L L L M M M M M M M M M M M M M N N  O  O !O P %P 0P cP mP wP xP P P P P Q Q Q R R R :S ;S \S ]S ^S _S `S aS jS S S S S S X X "X #X .X 3X 4X >X CX DX OX TX UX _X dX eX X X X X X X X X X X X X X X X X Y Y !Y "Y -Y 2Y 3Y =Y BY CY NY SY TY ^Y cY dY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z /Z 0Z ;Z @Z AZ KZ PZ QZ \Z aZ bZ lZ qZ rZ Z Z Z Z Z Z Z Z Z Z Z Z  [ 
[ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ c\ q\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
^ ^ +^ ,^ 7^ <^ =^ G^ L^ M^ X^ ]^ ^^ h^ m^ n^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` "` 2` 3` >` C` D` N` S` T` _` d` e` o` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a -a =a >a Ia Na Oa Ya ^a _a ja oa pa za a a dc nc yc c c c c c d *d ,d Cd Dd Md !f "f 3f f f %g Tg Ug Vg Wg Xg ag h h h i i k k k k  l 
l l 1l `l l l l l l n n n {p |p rq |q q q q q q q r /r 0r 1r 2r ;r /s 0s As s s      Ä ˄ Є ф ք ބ        	    & + , 4 < H I Q X ] ^ f m y z e o z    ¡  " # % & ' 0    F G v    Ȥ Ҥ Ӥ  ' ( * + , 5 6 7 H V W X b m              , : ; i s ~   Ū ƪ      ! " +       ˬ ֬ 	    L w x z { |    # 1 2    ү ܯ       + , 5 o p    k u    Ƕ ȶ   \ ^ u v  + , = j q y z      ˸  : ; < = F ƹ ǹ ع 	    0 @ A B C D E F G H I q  ޺ ߺ    ļ ż ּ     `     G g         ( / 8 9        @ A B C L    1     $ % & ' 0 . / @     . / 0 1 : c d u      R S T U f     B C D E N   
           & '         X _ h i        D E F G P K L ]          $ %                 & Y Z k   h r }       : < = > G               = ? @ A J   ! " # K L      j k | } ~         4 5 F G H 8
 B
 M
 
 
 
 
 
 
   4 5 >        
 
 
 
 
 A
 B
 
 
 
 
 
         ( ) * + S T      h i z         ! *      # # # # # # # # # $ 
$ $ $ $ *$ +$ ,$ 8$ <$ O$ W$ c$ d$ i$ $ $ $ $ % .% 3% x% y% ~% % % & & & =& A& [& \& a& & & & & & & & $' %' 0' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( 	( 
( ( ( 
( ( ( ( ( ( ( ( ) )  ) 4) 6) 7) 8) 9) :) B) H) I) R) V) W) j) v) w) x) y) z) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) H. U. . . . . . / +/ ,/ =/ }/ ~/ `> l> {> > > > > !? "? L L L L L L L L L L L  M M M M M M 	M 
M M $M &M ,M -M FM HM MM NM \M ^M dM eM xM zM M M M M M M M M M M M M M M M M M M N N N N N !N &N 'N .N 3N NN ON V W W ?W IW SW TW {W W W W 
X X X X X X X X X X  Y Y Y Y Y 
Y +Z ,Z =Z ]Z ^Z _Z Z Z Z Z Z Z Z [ [ /[ O[ P[ Q[ ~[ [ [ [ [ [ [ \ \ \ \ \ ] ] ] ^ ^ ^ ^ 7^ d^ z^ |^ ^ ^ ^ 2` 3` D` ` ` ` ` ` ` ` ` a ca da ua a a e e e e e e e e e e e e e e f f "f 0f @f Af Lf Qf Rf \f af bf mf rf sf }f f f f f f f f f f f f f f f f f g g %g 3g Cg Dg Og Tg Ug _g dg eg pg ug vg g g g g g g g g g g g g g g g  h 
h h h Mh [h kh lh wh |h }h h h h h h h h h h h h h h h h h i i i i i i #i (i )i j j j  j +j 0j 1j ;j @j Aj Lj Qj Rj \j aj bj j j j j j j j j j j j j j j j j k 'k 7k 8k Ck Hk Ik Sk Xk Yk dk ik jk tk yk zk k k k k k k k k k k k k k l l l 3l Al Ql Rl ]l bl cl ml rl sl ~l l l l l l 1m ?m Om Pm [m `m am km pm qm |m m m m m m m m m m m m m m m m m n n 
n n n @n Nn ^n _n jn on pn zn n n n n n n n n n n n n n n n n n n o 
o o o o o q q q Jq Tq ^q _q q q q q q q q s s s t t t t t t t t t ~v v v Gw Hw Ly Vy ay y y y y y y "z #z $z %z .z | | | ~ ~   % X b l m        ̀ ΀ ߀ * + ' 6 H [ \ a i n o t |            Ē ɒ ʒ Ғ ڒ            
  K U _ `    ï į ů ί        ) \ f p q  Ų Ʋ Ȳ ɲ ʲ Ӳ Դ մ        > H R S          ʷ ط ٷ    O Y c d       ɸ = > O ] ^ _ i t           #    ϼ м ( 2 = p z       ɽ ʽ ӽ 
   Q R 	   Q [ e f               . > ? @ A i       d e v                 1 | } ~   b c t 1 8 A B        P Q R S \ j k |      O P Q R z          " # K d         1 2 Z [         g n w x 4      W X                      $ % & ' 0        / W X Y Z           ? F O P t       " $ % & / 6 7 H            	 a b    N X b c        R S d e f               6 8 9 : C  	    D E               ( 2 3 [ \      ? @ Q ~           , . E F O ) * ; o v ~         > @ A B K       E  F  n  o            /# 0# A# n# o# 41 @1 O1 [1 n1 r1 s1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 >2 C2 2 2 2 2 2 3 3 3 S3 W3 3 3 3 3 3 3 3 3 74 <4 c4 d4 i4 4 4 4 4 4 5 "5 .5 /5 25 <5 =5 @5 I5 J5 \5 a5 i5 p5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 *7 D7 E7 P7 ]7 ^7 h7 u7 v7 w7 x7 y7 z7 {7 |7 7 7 7 7 7 ; ; ;< << H< < < < < < < = = K 
L L %L &L wL L L L GZ KZ LZ bZ cZ wZ xZ yZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ 4[ 6[ ;[ <[ Q[ S[ X[ Y[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ d d d d d d d e 7e e e e e e Bf Cf Tf tf uf vf f f f f f f f g g g g g g $h %h &h 'h (h )h 2h h h h h h h i i i i  i !i *i *j +j <j \j ]j Wk ak lk k k k k k l l l Kl Ll Ul m m m vn wn n n n n n n n o o o 4o 5o @s Ns ^s _s js os ps zs s s s s s s s s s s s s s s s s s  t t t t t  t !t ?t Mt ]t ^t it nt ot yt ~t t t t t t t t t t t t t t t t u u u u u u #u $u Mu [u ku lu wu |u }u u u u u u u u u u u u 	v 
v v v v %v *v +v 6v ;v <v Fv Kv Lv fv tv v v v v v v v v v v v v v v w w w w w w w w w w w w w w w  x (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x y y y y y y Iy Wy gy hy sy xy yy y y y y y y y y y y y y y y  z z z z z z !z "z ,z 1z 2z z z z z z z z 	{ { { { {  { *{ /{ 0{ P{ ^{ n{ o{ z{ { { { { { { { { { { { { { { { | 
| | | | | )| .| /| 9| >| ?| [| i| y| z| | | | | | | | | | | | | ~ ~ ~ ~ ~ ~ ~ 0 T f h    ] ^ o : ; a         .      2 < F G m     Ç ̇ " # 4     Ì    
  1 Y k l m n w k l } Ȏ Ɏ ş ԟ       
   & ' , 3 8 9 > E Q R Z b g h p x                  , ^ _ a b c l 9 : K     ǿ     = c d f g h q r s            G H J K L U V W h v w        0 Y Z \ ] ^ g         E O Y Z        M N _ m n      " # L M N P g h q             , L      g h y           * v w x y     E L U V l | } ~              &          X Y Z [         	  d k t u 1      0 | } ~   [ \ m     ` a b c l j k |     j k l m v                  ~     4 5 F , 3 < = : 7 8 9 : b c      > ? P            !              5 6 7 8 ` a         * + O P U W X Y b               ) * v x y z       , - y { | }  K L ] ^ _               / 1 2 3 < p  q        t% ~% % % % % % % % X& Z& p& q& z& ' ' ' ( #( +( ,( B( R( S( T( U( }( ~( ( ( ( ( ( * * * 
+ + + + M+ d+ e+ f+ g+ + + + + + + + - - - - - . 
. Y. [. \. ]. f. 0 0 0 1 
1 > > > > ? ? ? 3? 8? H? I? X? Y? Z? f? g? h? t? x? ? ? ? ? ? ? ? 7@ 8@ =@ j@ o@ @ @ @ @ @ GA HA MA yA }A A A A A A B B B 5B :B `B aB lB B B B B B B B B B B B B C C C !C "C -C 1C 8C ?C @C AC BC CC DC EC FC GC HC IC JC KC LC MC /D 0D 1D JD [D \D pD rD sD tD uD vD ~D D D D D D D D D D D D D D D D D D E E E E E E E E E 'E (E 6E 7E 8E I I I I I .J /J BJ gJ hJ yJ J J Y Y Y Y Y Z +Z ]Z ^Z g g g  h h h h h  h .h ;h <h =h >h ?h @h Dh Eh Fh Gh `h bh hh ih h h h h h h h h h h h h h h h h h h h h i i i i (i *i 0i 1i ?i Ai Gi Hi [i ]i bi ci ji oi i i 3r =r Hr {r r r r r r -s /s Fs Gs Ps s s s t t t ;t <t =t >t ?t @t It gu hu yu u u u u u u u u u u Yv Zv kv v v v v v v v v v v w w w w w x x 
y =y Gy Qy Ry sy y y y y y y n{ o{ { | | 6| 7| 8| 9| :| ;| D| | | | | | ހ     
     ) . / 9 > ? ^ l | }             ݁      
    ( - . 8 = > a o                 	 
    % * + 6 ; < F K L        Ã ȃ Ƀ ԃ ك ڃ      " # . 3 4 > C D O T U _ d e = K [ \ g l m w | }       ƅ ԅ             ! & ' U c s t                    ! & ' 2 7 8 B G H o }            ʇ χ Ї m {            Ȉ ͈ Έ    
    ( - . 9 > ? I N O |          ǉ ̉ ͉ ׉ ܉ ݉     # ( ) 3 8 9 D I J T Y Z > H S     Ό      '   
 ؏ ُ  . / 0 1 2 ;   ̑      Д ڔ    : ^ _ ` a j   җ U V L V a     Ϛ  	 
    	 
  f g c r          ĭ ŭ ʭ ѭ ֭ ׭ ܭ           " # + 2 7 8 @ G S T ? I T            
      ! P Z e              " 0 1 2 < G z                C M X            y z           & Q R T U V _      d n y            I J [   E O Z       6 8 O P Y    D K S T j z { | }                
         ! " # K m         m t } ~ :     ! A          	              &    ^ _        
  	  m n    	 
   = > O     p , - . / @         (                ` a b c l    2 9 B C k           ! * %
 &
 7
 {
 
 
 
        ^ ` a b k r s            3 4 E   B' L' W' ' ' ' ' ' ' ( ( ( ( !( ) ) ) ) ) ) ) * * * * $* * * * * * %+ &+ r+ t+ u+ v+ + D, E, V, W, X, , , , , , , , . .  . !. ". 3 3 '3 Z3 d3 n3 o3 3 3 3 3 4 4 4 {5 |5 5 5 5 5 5 5 5 5 5 5 6 6 h6 j6 6 6 6 e8 f8 w8 8 8 8 8 8 9 9 9 9 -9 .9 z9 |9 }9 ~9 9 B; C; T; ; ; ; ; ; ; ; ; < k> l> }> > > pL |L L L L L L L L L L L L L M M M M M )M 1M =M >M CM zM M M M M N 
N RN SN XN N N N N N O O 5O 6O ;O sO xO O O O O O O O 
P YP ^P jP kP nP xP yP |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 Q Q Q Q Q Q R R R R R R R "R #R ,R 0R 1R DR PR QR RR SR TR fR R R R R R R R R R R R R R R R R R R R "W /W wW xW W W W W X X X WX XX :g Fg Ug ag bg g g g g u u u u u u u u u u u u u u u u u u u u u  v v v  v "v 'v (v 6v 8v >v ?v Rv Tv Zv [v pv rv wv xv v v v v v v v v v v v v v v v v v v  w w w 
w (w )w     # - . U s ˀ ̀    ~      ف ځ ہ ܁ ݁ ށ     7 8 9 ` a b c d e n   	 ) * + X Y Z [ \ ] f f g x      ۆ     > T V     
    ԉ Չ ։ ׉ ؉ ى  = > O p q |          ǎ ̎ ͎ ׎ ܎ ݎ  
   & + , 6 ; < G L M W \ ] {          Ə ˏ ̏ ֏ ۏ ܏  
   ) . / 9 > ? J O P Z _ `        Ð Ȑ ɐ Ԑ ِ ڐ    ' 5 E F Q V W a f g r w x        ̑ ё ґ ܑ         ے     
     & + , 6 ; < d r             ē œ      " # - 2 3 > C D N S T         Ĕ Ŕ Д Ք ֔    
  + , 7 < = G L M X ] ^ h m n   ) * 5 : ; E J K V [ \ f k l        Ɩ ˖ ̖ ז ܖ ݖ     ( 8 9 D I J T Y Z e j k u z {      Ɨ Ǘ ї ֗ ח       ܙ   $ . 8 9 l      Ś    v w  ̝ ͝ Ν ϝ Н ٝ X Y j ! " & 0 ; n x    آ      ^ _ p      2 < F G m              " 5 6 ; C H I N V b c h o t u z            ɻ л ջ ֻ ޻       % / 9 : h       u v       6 @ J K y                " , - [               ) 3 = > l         ) 7 8 9 C N                    J T ^ _           + ,    + 5 ? @ h                   C f      > ? P                  V W X Y b < = N            * + , - 6 D E V     m ) * + , T l           % >           4 5         A H Q R       1 2 Z [      p q  h o x y v	 s
 t
 u
 v
 
 
 
 
    
 z {      	 1 2 3 4 \ ]            ) * N q r s t        	 * * "* f* g* * * * * * * * + + + ;, <, 4 4 4 (5 25 <5 =5 e5 f5 5 5 5 5 5 ,7 -7 >7 ?7 @7 h7 i7 7 7 7 7 7 8 8 8 8 8 8 8 9 9 9 9 9 9 9 9 9 9 : : k: m: n: o: x: ; ; ; ; ; @ @ @ @ A A 
A 5A 6A A A A A A C C +C XC _C gC hC ~C C C C C C C D D D  D )D F F F IF PF XF YF F F F F F F F G G G G %G H H H I  I HI II I I I I I 	L 
L L HL IL Z Z )Z 5Z HZ LZ MZ oZ tZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ s[ t[ y[ [ [ [ [ [ -\ 1\ \ \ \ \ \ \ \ \ ] ] =] >] C] q] v] ] ] ] ] ] ^ 	^ ^ ^ ^ ^ #^ $^ 6^ ;^ C^ J^ Q^ ]^ ^^ i^ m^ t^ {^ |^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ k_ l_ m_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` *` 7` 8` B` O` P` Q` R` S` T` U` V` c` d` r` s` t` d d e e "e je ke ~e e e e e e t t t t  u Qu gu u u ! % & < = Q R S \ j w x y z { |           Ń ƃ ԃ փ ܃ ݃         + - 2 3 M O T U d f l m { }         Ƅ Ǆ o y    ˍ ̍   i k      . N O P w x y z { |     Ր ֐ א            Ǒ ȑ ɑ           6 7 1 ; F y     ܔ   % & /    P Q r s t u v w  ۗ ܗ     ( 8 9 D I J T Y Z e j k u z {     Ĝ ɜ ʜ Ԝ ٜ ڜ        ' 7 8 C H I S X Y d i j t y z     ǝ ̝ ͝ ם ܝ ݝ       ' 5 E F Q V W a f g r w x    Ş Ӟ              % & @ N ^ _ j o p z         y          Ġ ɠ ʠ Ԡ ٠ ڠ     ! , 1 2 < A B M R S ] b c        ˡ С ѡ ܡ      # 1 A B M R S ] b c n s t ~     ɢ ʢ բ ڢ ۢ            ǣ ȣ ӣ أ ٣        	 
 * 8 H I T Y Z d i j u z {     Ƥ ֤ פ         	    5 C S T _ d e o t u       z   § ̧ ֧ ק 
 . @ B Y Z c 7 8 I   ; j k l m n w      į ί ٯ     ! G v              е ڵ    3 E F G H Q E F W                  
     + , 4 < A B J R ^ _ g n s t |    {        8 9 ; < = F   % \ ]         = > @ A B K L M ^ l m n x       ! " $ % & / 0 1 B P Q        
 3 4 6 7 8 A          ) 3 4 b       ' ( 9 G H        & ' ( * A B K              & r t    A B S            P Q R S \     & / 0 F V W X Y Z [ \ ] ^ _                   v 2 3 4 5 ] }         > E N O       
 V W X Y b 5	 6	 G	 	 	 	 	 :
 ;
 <
 =
 F
 D E V     D
 E
 F
 G
 P
 y z       h i j k |     X Y Z [ d      
        < =        * n u ~    ! ! ! ! ! ! Z" [" \" ]" f" a( b( s( ( ( ( ( ) + + + + :+ ;+ + + + + + 7 7 7 8 8 )8 *8 /8 18 28 38 <8 o9 p9 9 9 9 ~B B B B B B B C C PC RC SC TC ]C D D D D D E E SE UE VE WE `E %F &F 7F 8F 9F aF bF F F F F F G G G G G G G 	H H H 
H H JI KI \I ]I ^I NN XN cN N N N N N N 2O 4O JO KO TO P P P P P Q Q Q ,Q -Q .Q /Q WQ XQ Q Q Q Q Q S S S S S S S 'T >T ?T @T AT iT jT T T T T T ~V V V V V V V 3W 5W 6W 7W @W Y Y Y Y Y g g g g g g g 
h h "h #h 2h 3h 4h @h Ah Bh Nh Rh eh mh yh zh h h h i i i Di Ii i i i i i !j "j 'j Sj Wj qj rj wj j j j j j k k :k ;k Fk k k k k k k k k k k k k k k k k k l l l l l l l l l l  l !l "l #l $l %l &l 'l 	m 
m m $m 5m 6m Jm Lm Mm Nm Om Pm Xm ^m _m hm lm mm m m m m m m m m m m m m m m m m m m m m m n n n n n ^r kr r r r s 	s s As Bs Ss s s v       7 8  Ð Đ ڐ ې                ! : < B C \ ^ c d r t z {         ɑ ˑ Б ё       
    ! " 5 7 < = D I d e 
  " U _ i j    	   ! *   ̜          # A B S s t u        3 4 E e f g           Ԡ ՠ ϡ ١   ! + , M z   â Ģ ͢ H I Z          y z     Ʃ ֩ ש         	    8 F V W b g h r w x        Ū ժ ֪             ; I Y Z e j k u z {       ū ӫ              % & c q             ì Ĭ ެ     
     ) . / 9 > ?  % 5 6 A F G Q V W b g h r w x     ʮ Ϯ Ю ڮ ߮         / = M N Y ^ _ i n o z       ϯ ߯             ! " I W g h s x y          G U e f q v w          ȱ ֱ            # ( ) V d t u             Ӳ       
    # $ . 3 4  " - ` j t u  ̵ ޵     շ ַ    ٸ  	 
       ] ^ b l w       8 9 : ; D    / 0 & 0 ; n x             @ A = L ^ q r w                             ! - .  # . a k u v             * 4 ? r |             
    ! T ^ h i              ' 2 e o y z        S T e s t u         + , . / 0 9  	  	  	  	  	 >	 H	 S	 	 	 	 	 	 	 	 	 	 	 	 #	 $	 5	 g	 h	 	 )	 4	 g	 q	 {	 |	 	 	 		 		 )		 *		 3		 		 		 		 
	 %
	 -
	 .
	 D
	 T
	 U
	 V
	 W
	 
	 
	 
	 
	 
	 
	 
	 z	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 %	 G	 	 	 	 	 	 x	 y	 	 G	 N	 W	 X	 	 	 	 	 	 	 	 f	 g	 h	 i	 r	 	 	 	 	 	 	 	 	 e	 f	 g	 h	 	 	 	 	 	 	  	 	 	 	 8	 9	 a	 z	 	 	 	 	 	 	 	 	 G	 H	 p	 q	 	 	 	 	 	 	 	 )	 }	 	 	 	 J	 	 	 	 		 	 m	 n	 	 	 	 	 	 	  	 "	 "	 "	 #	 #	 #	 #	 $	 %	 %	 %	 %	 %	 %	 :&	 ;&	 <&	 =&	 F&	 ,	 ,	 ,	 -	 -	 -	 -	 E.	 m/	 n/	 o/	 p/	 /	 /	 /	 /	 /	 /	 0	 5	  6	 6	 U6	 \6	 e6	 f6	 7	 8	 8	 8	 8	 8	 8	 89	 :9	 ;9	 <9	 E9	 LE	 ME	 ^E	 E	 E	 E	 E	 E	 E	 E	 E	 E	 
G	 G	 G	 wG	 xG	 P	 &P	 1P	 dP	 nP	 xP	 yP	 P	 P	 P	 P	 P	 P	 P	 hR	 iR	 zR	 {R	 |R	 R	 R	 R	 R	 R	 R	 R	 S	 S	 S	 S	 S	 S	  T	 LT	 NT	 OT	 PT	 YT	 U	 U	 0U	 1U	 2U	 ZU	 [U	 U	 U	 U	 U	 U	 V	 V	 V	 V	 V	 [	 [	 \	 4\	 >\	 H\	 I\	 q\	 r\	 \	 \	 \	 \	 \	 U^	 V^	 g^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 ^	 B_	 D_	 [_	 \_	 e_	 ?a	 @a	 Qa	 a	 a	 a	 a	 a	 a	 a	 a	 a	 b	 b	 Tb	 Vb	 Wb	 Xb	 ab	 d	 d	 .d	 [d	 \d	 d	 d	 d	 d	 d	 d	 d	 Eg	 Fg	 Wg	 g	 g	 Ju	 Vu	 eu	 qu	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 u	 v	 v	 v	 v	 v	 Tv	 Yv	 v	 v	 v	 v	 v	 ,w	 -w	 2w	 iw	 mw	 w	 w	 w	 w	 w	 x	 x	 x	 Mx	 Rx	 yx	 zx	 x	 x	 x	 x	 x	 x	 3y	 8y	 Dy	 Ey	 Hy	 Ry	 Sy	 Vy	 _y	 `y	 ry	 wy	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 y	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 z	 {	 
{	 {	 {	 *{	 +{	 ,{	 -{	 .{	 @{	 Z{	 [{	 f{	 s{	 t{	 ~{	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 {	 	 		 Q	 R	 ^	 	 	 	 ߀	 	 	 1	 2	 	  	 /	 ;	 <	 	 	 Ր	 ֐	 ]	 a	 b	 x	 y	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 ؞	 ڞ	 	 	 	 	 	 	 	 	 	 	 ,	 .	 4	 5	 J	 L	 Q	 R	 g	 i	 n	 o	 	 	 	 	 	 	 	 	 	 	 	 	 ӟ	 ՟	 ڟ	 ۟	 	 	 	 	 	 	 	 	 	 	 	 /	 M	 	 	 	 	 ȩ	 X	 Y	 j	 	 	 	 	 	 	 	 	 	 	 ߫	 	 	 	 	 	 :	 ;	 <	 =	 >	 ?	 H	 Ѭ	 Ҭ	 	 	 	 	 2	 3	 4	 5	 6	 7	 @	 @	 A	 R	 r	 s	 m	 w	 	 	 	 ɯ	 ʯ	 	 	 .	 0	 a	 b	 k	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 )	 J	 K	 V	 d	 t	 u	 	 	 	 	 	 	 	 	 	 	 	 	 ַ	 	 	 	  	 	 	 	 	 	 !	 &	 '	 1	 6	 7	 U	 c	 s	 t	 	 	 	 	 	 	 	 	 	 	 	 	 ٸ	 	 	 	 	 	 		 	 	 	 $	 )	 *	 4	 9	 :	 c	 q	 	 	 	 	 	 	 	 	 	 	 	 	 ù	 Ĺ	 	 	 	  	 +	 0	 1	 ;	 @	 A	 L	 Q	 R	 \	 a	 b	 |	 	 	 	 	 	 	 	 	 	 Ǻ	 ̺	 ͺ	 ׺	 ܺ	 ݺ	 	 û	 ӻ	 Ի	 ߻	 	 	 	 	 	  	 	 	 	 	 	 >	 L	 \	 ]	 h	 m	 n	 x	 }	 ~	 	 	 	 	 	 	 ͼ	 ۼ	 	 	 	 	 	 	 	 
	 	 	 	 (	 -	 .	 _	 m	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 !	 &	 '	 2	 7	 8	 B	 G	 H	 	 	 	 	 	 	 	 	 $	 %	 0	 5	 6	 @	 E	 F	 f	 t	 	 	 	 	 	 	 	 	 	 	 	 	 ƿ	 ǿ	 	 	 	 	 	 #	 $	 .	 3	 4	 ?	 D	 E	 O	 T	 U	 q	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 F	 j	 |	 ~	 	 	 	 s	 t	 	 P	 Q	 w	 	 	 	 	 	 	 2	 3	 D	 	 	  	 
	 	 H	 R	 \	 ]	 	 	 	 	 	 	 	 8	 9	 J	 	 	 	 	 	 	 	  	 !	 G	 o	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 "	 #	 (	 0	 <	 =	 B	 I	 N	 O	 T	 [	 g	 h	 p	 x	 }	 ~	 	 	 	 	 	 	 	 	 	 	 	 	  
  
  
  
 	
 
 
 B
 t
 u
 w
 x
 y
 
 O
 P
 a
 
 
 
 
 
 
 
 $
 %
 S
 y
 z
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 5
 ]
 ^
 `
 a
 b
 k
 l	
 m	
 ~	
 	
 	
 	
 	
 	
 

 

 

 

 F

 o

 p

 r

 s

 t

 }

 
 
 
 
 
 
 
 (
 [
 e
 o
 p
 
 
 
 
 
 
 
 c
 d
 u
 
 
 
 
 
 $
 .
 8
 9
 b
 c
 d
 f
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 B
 b
 
 
 
 
 
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 @
 
 
 
 
 
 
 
 *
 [
 b
 k
 l
 
 
 
 
 
 
 
 
 
 
 
 
 
 0
 1
 2
 3
 <
 
 
 (
 
 
 
 
 
 n
 o
 p
 q
 
 
 
 
 
 
 
  
  
 0 
 z 
  
  
  
 G!
 "
 "
 "
 "
 ."
 F"
 "
 "
 "
 "
 "
 q$
 r$
 $
 $
 $
 $
 %
 v%
 w%
 x%
 y%
 %
 '
 '
 '
 '
 '
 (
 (
 (
 (
 (
 (
 (
 *
 *
 *
 +
 "+
 ++
 ,+
 +
 ,
 ,
 ,
 ,
 ,
 -
 -
 4-
 5-
 -
 -
 -
 -
 -
 J0
 K0
 \0
 B1
 I1
 R1
 S1
 P2
 M3
 N3
 O3
 P3
 x3
 y3
 3
 3
 3
 3
 3
 T:
 U:
 f:
 :
 :
 :
 :
 ;
 =
 =
 
=
 =
 6=
 7=
 =
 =
 =
 =
 =
 C
 C
 C
 C
 C
 D
 D
 (E
 KF
 LF
 MF
 NF
 vF
 wF
 F
 F
 F
 F
 F
 R
 R
 R
 @S
 AS
 eS
 fS
 kS
 mS
 nS
 oS
 xS
 T
 T
 T
 U
 U
 ]
 ]
 ]
 ^
 ^
 ^
 ^
 ?^
 @^
 ^
 ^
 ^
 ^
 ^
 `
 `
 `
 `
 `
 B`
 C`
 `
 `
 `
 `
 `
 aa
 ba
 sa
 ta
 ua
 a
 a
 a
 a
 a
 a
 a
 b
 b
 b
 b
 b
 b
 b
 Ec
 Gc
 Hc
 Ic
 Rc
 d
 d
 d
 d
 d
 i
 i
 i
 i
 i
 i
 i
 j
 j
 nj
 pj
 j
 j
 j
 k
 k
 l
 2l
 9l
 Al
 Bl
 Xl
 hl
 il
 jl
 kl
 l
 l
 l
 l
 l
 l
 m
 n
 n
 n
 #o
 *o
 2o
 3o
 co
 zo
 {o
 |o
 }o
 o
 o
 o
 o
 o
 o
 o
 q
 q
 q
 q
 q
 "r
 #r
 or
 qr
 rr
 sr
 |r
 t
 t
 t
 "u
 #u
 
 
 
 
 "
 &
 '
 I
 N
 ^
 _
 n
 o
 p
 |
 }
 ~
 
 
 
 
 
 
 
 
 
 M
 N
 S
 
 
 ʄ
 ˄
 Є
 
 
 ]
 ^
 c
 
 
 
 
 
 
 
 
 
 
 K
 P
 v
 w
 
 ц
 ֆ
 
 
 
 
 
 
 
 
 
 
 
 $
 +
 7
 8
 C
 G
 N
 U
 V
 W
 X
 Y
 Z
 [
 \
 ]
 ^
 _
 `
 a
 b
 c
 E
 F
 G
 `
 q
 r
 
 
 
 
 
 
 
 
 
 
 
 
 
 Ȉ
 Ɉ
 ʈ
 ˈ
 ̈
 ވ
 
 
 
 
 
 
 )
 *
 +
 ,
 -
 .
 /
 0
 =
 >
 L
 M
 N
 
 
 
 
 
 D
 E
 X
 }
 ~
 
 ώ
 Ў
 
 
 ͝
 ٝ
 ڝ
 +
 A
 s
 t
 
 
  
 
 
 +
 ,
 -
 6
 D
 Q
 R
 S
 T
 U
 V
 Z
 [
 \
 ]
 v
 x
 ~
 
 
 
 
 
 
 
 
 
 ʬ
 ̬
 Ҭ
 Ӭ
 
 
 
 
 
 
 
 
 '
 )
 .
 /
 >
 @
 F
 G
 U
 W
 ]
 ^
 q
 s
 x
 y
 
 
 
 
 I
 S
 ^
 
 
 
 
 Ͷ
 
 C
 E
 \
 ]
 f
 
 
 
 (
 )
 *
 Q
 R
 S
 T
 U
 V
 _
 }
 ~
 
 
 
 
 ع
 ٹ
 ڹ
 ۹
 ܹ
 ݹ
 
 o
 p
 
 
 
 
 к
 Ѻ
 Һ
 Ӻ
 Ժ
 պ
 ޺
 ޻
 ߻
 
 
 
 
 
  
 S
 ]
 g
 h
 
 
 ̽
 ν
 
  
 	
 
 
 
 *
 +
 L
 M
 N
 O
 P
 Q
 Z
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 t
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 -
 2
 3
 >
 C
 D
 N
 S
 T
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 +
 0
 1
 ;
 @
 A
 L
 Q
 R
 \
 a
 b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  
 
 (
 8
 9
 D
 I
 J
 T
 Y
 Z
 e
 j
 k
 u
 z
 {
 S
 a
 q
 r
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 k
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 '
 ,
 -
 7
 <
 =
 H
 M
 N
 X
 ]
 ^
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 #
 .
 3
 4
 >
 C
 D
 O
 T
 U
 _
 d
 e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 .
 9
 >
 ?
 I
 N
 O
 Z
 _
 `
 j
 o
 p
 T
 ^
 i
 
 
 
 
 
 
 
 
 3
 4
 =
 
 
 #
 
 
 
 D
 E
 F
 G
 H
 Q
 
 
 
 
 
 
 
 
 
 
 
 
 !
 P
 t
 u
 v
 w
 
 
 
 
 k
 l
 b
 l
 w
 
 
 
 
 
 
 
  
 !
 "
 +
 
  
 1
 |
 }
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 $
 ,
 8
 9
 A
 H
 M
 N
 V
 ]
 i
 j
 U _ j                6 7 f p {           % & ' 8 F G H R ]            	 
   * + Y c n      
                
  < g h j k l u    ! " z              % _ ` q   [# e# p# # # # # #  $ L$ N$ e$ f$ o$ % % -% Z% a% i% j% % % % % % % % *& +& ,& -& 6& & & & &  ' 	' 
'  ' 0' 1' 2' 3' 4' 5' 6' 7' 8' 9' a' ' ' ' ' ' ' ) ) ) * * * * P+ , 
, , , 7, W, , , , , , - - - . . (. ). . / / / / / / 00 10 20 30 <0 2 2 !2 t2 u2 2 2 3 3 3 3  3 5 5 05 5 5 5 5 6 6  6 !6 *6 S8 T8 e8 8 8 8 8 9 B: C: D: E: V: : : : : 2; 3; 4; 5; >; = = = > > > > ? @ @ @ @ A A vA wA xA yA A G G H HH OH XH YH I J J J J J J 4K 5K 6K 7K @K ;Q <Q MQ Q Q Q Q R S S S S T T tT vT wT xT T ` ` ` ` ` a a 	a a a 
a a Ib Jb [b b b Xk bk mk k k k k k k *l ,l -l .l 7l m m m m m m m -n /n 0n 1n :n n  o o o o ;o <o o o o o o Zp [p lp mp np p p p p p p p $r %r 6r 7r 8r (w 2w =w pw zw w w w w x x $x %x .x y y y y y y y y z z z 	z 1z 2z ~z z z z z {| || | | | | | } } } } } C} D} } } } } } X Y j     
               Đ Ő      
     ( , ? G S T Y       # h i n      - 1 K L Q            o t             ɔ Ք ֔                          $ & ' ( ) * 2 8 9 B F G Z f g h i j |       ǖ Ȗ ɖ ʖ ˖ ̖ ͖ Ζ ۖ ܖ    8 E         - m n P \ k w x ɫ ߫        ɹ ʹ ˹ Թ                6 8 = > L N T U h j p q         ź Ǻ ̺ ͺ ܺ ޺            # > ?    / 9 C D k                      - M N O v w x y z {  
   ? @ A n o p q r s | | }           ' T j l    " # 4          S T e                      0 1 < A B L Q R ] b c m r s                  # 3 4 ? D E O T U ` e f p u v                  = K [ \ g l m w | }                   	           ! + 0 1 < A B L Q R z                	  ' ( 3 8 9 C H I T Y Z d i j                 # 1 A B M R S ] b c n s t ~   ! / ? @ K P Q [ ` a l q r |                   0 > N O Z _ ` j o p {                    
     : D N O                    n o  7 8 < F Q            t u  	 
   
  H R \ ]              & 8 K L Q Y ^ _ d l x y ~                             ; E O P ~               L V ` a        ! ! ! ! ! ! ! ! ." 8" B" C" q" " " " " " " $ $ $ $ $ $ % % ?% I% S% T% % % % % % % % -' .' ?' M' N' O' Y' d' ' ' ' ' ' ( ( ( 	( 
( ( ) ) ) ) ) * "* -* `* j* t* u* * * * * * * * , , - A- B- 0 1 1 A1 K1 U1 V1 ~1 1 1 1 2 2 
2 2 2 2 2 2 3 3 3 .3 /3 03 13 Y3 |3 3 3 3 3 3 T4 U4 f4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 !5 l5 m5 n5 o5 x5 R7 S7 d7 !8 (8 18 28 8 9 9 9 9 9 9 @: A: B: C: L: Z; [; l; ; ; ; ; < ?= @= A= B= j= = = = = = = ? ? ? @ @ ;@ T@ @ @ @ @ @ B B B !C "C JC KC C C C C C E E F WF ^F gF hF $G G G G G G GH HH pH qH H H H H H K K K ~L L L L M N N N N N N O O O O  O U U U U U U U W GX HX IX JX rX sX X X X X X ^ ^ ^ /_ 6_ ?_ @_ d` a a a a a a b b b b b &n 'n 8n |n }n n n n n n n n o o o Qp Rp x  y y >y Hy Ry Sy {y |y y y y y y B{ C{ T{ U{ V{ ~{ { { { { { { | | | | | | | &} (} )} *} 3} } } 
~ ~ ~ 4~ 5~ ~ ~ ~ ~ ~      Ƅ Є ۄ   " # K L    Å ̅ / 0 A n u } ~      χ Ї   5 6 ?   + _ f n o        . 0 1 2 ;    5 6 ^ _         1 ^ _ $ 0 ? K ^ b c           ƞ ʞ ݞ     . 3         C G    ˠ Ϡ    ' , S T Y      
    " , - 0 9 : L Q Y ` g s t                         £ ģ ţ ƣ ǣ ȣ У ֣ ף           4 5 @ M N X e f g h i j k l y z    ֨  + , 8      ˩     	   g }   7 ; < R S g h i r                            $ & + , A C H I c e j k z |                      	 '      2 3 D d e f                    "        
        , L M G Q \        
 ; < E    f g           $ % 0 > N O Z _ ` j o p {                       / = M N Y ^ _ i n o z                      = K [ \ g l m w | }            
     & + , 6 ; < V d t u                              & 6 7 B G H R W X c h i s x y                 9 G W X c h i s x y                      ! "           
       @ N ^ _ j o p z                 
     ) . / K Y i j u z {                   D V X o p y M N _ * + Q        
       " , 6 7 ]         $          ! I [ \ ] ^ g [ \ m   
 
 
 
 
 
 
 
 
 

 


 

 

 

 #

 (

 )

 .

 5

 A

 B

 J

 R

 W

 X

 `

 h

 t

 u

 }

 

 

 

 

 

 

 

 )
 )
 )
 )
 )
 )
 )
 *
 N*
 O*
 Q*
 R*
 S*
 \*
 ),
 *,
 ;,
 r,
 s,
 ,
 ,
 ,
 ,
 ,
 ,
 ,
 --
 S-
 T-
 V-
 W-
 X-
 a-
 b/
 c/
 t/
 /
 /
 /
 /
 /
 /
 /
 /
 /
 0
 70
 80
 :0
 ;0
 <0
 E0
 F2
 G2
 X2
 f2
 g2
 2
 2
 2
 2
 2
 2
 2
  3
 I3
 J3
 L3
 M3
 N3
 W3
 4
 4
 4
 4
 4
 4
 4
 5
 55
 ?5
 I5
 J5
 x5
 5
 5
 5
 5
 5
 5
 =7
 >7
 O7
 ]7
 ^7
 7
 7
 7
 7
 8
 8
 8
 <8
 =8
 >8
 @8
 W8
 X8
 a8
 :
 :
 :
 :
 :
 >
 >
 >
 >
 >
 >
 >
 ?
 <?
 ?
 ?
 ?
 ?
 ?
 W@
 X@
 i@
 @
 @
 @
 @
 @
 @
 @
 @
 @
 @
 A
 fA
 gA
 hA
 iA
 rA
 A
 A
 B
 5B
 <B
 EB
 FB
 \B
 lB
 mB
 nB
 oB
 pB
 qB
 rB
 sB
 tB
 uB
 B
 B
 
C
 C
 C
 
C
 C
 D
 D
 E
 E
 E
 E
 E
 F
 HG
 IG
 JG
 KG
 sG
 G
 G
 G
 G
 G
 G
 H
 H
 
I
 TI
 [I
 dI
 eI
 !J
 J
 J
 J
 J
 K
  K
 lK
 mK
 nK
 oK
 xK
 KM
 LM
 ]M
 M
 M
 M
 M
 PN
 QN
 RN
 SN
 \N
 ZP
 [P
 lP
 P
 P
 P
 P
 ZQ
 [Q
 \Q
 ]Q
 fQ
 S
 S
 S
 S
 S
 T
 T
 T
 ~U
 U
 U
 U
 U
 U
 U
 V
 V
 nV
 oV
 pV
 qV
 zV
 $Y
 %Y
 6Y
 Z
 #Z
 ,Z
 -Z
 *[
 '\
 (\
 )\
 *\
 R\
 S\
 \
 \
 \
 \
 \
 .c
 /c
 @c
 c
 c
 c
 c
 d
 e
 e
 e
 e
 f
 f
 pf
 qf
 rf
 sf
 |f
 wl
 xl
 l
 l
 l
 l
 l
 n
 %o
 &o
 'o
 (o
 Po
 Qo
 o
 o
 o
 o
 o
 {
 {
 {
 |
 |
 ?|
 @|
 E|
 G|
 H|
 I|
 R|
 }
 }
 }
 }
 }
 
 
 
 ܆
 
 
 
 
 
 f
 h
 i
 j
 s
 
 
 
 
 
 
 
 i
 k
 l
 m
 v
 ;
 <
 M
 N
 O
 w
 x
 Ċ
 Ɗ
 Ǌ
 Ȋ
 ъ
 
 
 
 
 
 ҋ
 Ӌ
 
 !
 "
 #
 ,
 `
 a
 r
 s
 t
 d
 n
 y
 
 
 
 
 
 
 H
 J
 `
 a
 j
 ͔
 Δ
 ߔ
 
 
 
 
 2
 B
 C
 D
 E
 m
 n
 
 
 ӕ
 ԕ
 ݕ
 
 
 ɗ
 
 
 
 

 =
 T
 U
 V
 W
 
 
 ̘
 Θ
 Ϙ
 И
 ٘
 
 
 
 Ӛ
 Ԛ
 
 
 I
 K
 L
 M
 V
 
 
 ϝ
 
 
 «
 Ϋ
 ݫ
 
 
  
 
 #
 (
 8
 9
 H
 I
 J
 V
 W
 X
 d
 h
 {
 
 
 
 
 ̬
 Ѭ
 '
 (
 -
 Z
 _
 
 
 
 
 
 7
 8
 =
 i
 m
 
 
 
 Ů
 ʮ
 
 
 
 %
 *
 P
 Q
 \
 
 
 
 
 
 ʯ
 ˯
 ί
 ׯ
 د
 
 
 
 
 
 
 
 
 !
 (
 /
 0
 1
 2
 3
 4
 5
 6
 7
 8
 9
 :
 ;
 <
 =
 
  
 !
 :
 K
 L
 `
 b
 c
 d
 e
 f
 n
 t
 u
 ~
 
 
 
 
 
 
 
 
 
 ұ
 ӱ
 ޱ
 
 
 
 
 
 
 
 
 
 	
 

 
 
 &
 '
 (
 t
 
 ɶ
 ʶ
 ֶ
 
 
 2
 W
 X
 i
 
 
 
 
 
 
 
 
 
 M
 N
 
 
 
 
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 4
 5
 6
 7
 P
 R
 X
 Y
 r
 t
 y
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 	
 
 
  
 !
 /
 1
 7
 8
 K
 M
 R
 S
 Z
 _
 z
 {
 #
 -
 8
 k
 u
 
 
 
 
 
 
 6
 7
 @
 
 
 
 
 
 
 +
 ,
 -
 .
 /
 0
 9
 W
 X
 i
 
 
 
 
 
 
 
 
 
 
 I
 J
 [
 {
 |
 }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 -
 7
 A
 B
 c
 
 
 
 
 
 
 ^
 _
 p
 
 
 &
 '
 (
 )
 *
 +
 4
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 N
 \
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 (
 -
 .
 Q
 _
 o
 p
 {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 &
 +
 ,
 6
 ;
 <
 y
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 $
 .
 3
 4
 ?
 D
 E
 O
 T
 U
 -
 ;
 K
 L
 W
 \
 ]
 g
 l
 m
 x
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 E
 S
 c
 d
 o
 t
 u
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 "
 '
 (
 2
 7
 8
 _
 m
 }
 ~
 
 
 
 
 
 
 
 
 
 
 
 
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

 
 
 
 
 )
 .
 /
 9
 >
 ?
 l
 z
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 #
 (
 )
 4
 9
 :
 D
 I
 J
 .
 8
 C
 v
 
 
 
 
 
 
 
 

 
 
 
 
 
 
 
 
 
 
  
 !
 "
 +
 
 
 
 s
 t
 x        * N O P Q Z    E F < F Q              	 V	 W	 S b t                            " ' ( 0 7 C D /7 97 D7 w7 7 7 7 7 7 7 7 7 7 7 9 9 9 : : @: J: U: : : : : : : : : : : :  = = =  = != "= ,= 7= j= t= ~= = = = = = = = = ? ? ? @ @ 3@ =@ H@ {@ @ @ @ @ @ @ @ @ @ @ iB jB {B B B B B B B B B B C AC BC DC EC FC OC D D D D D TE ^E iE E E E E E E E E E E E 9H :H KH }H ~H 5L ?L JL }L L L L L L &M (M ?M @M IM M M N 4N ;N CN DN ZN jN kN lN mN N N O O O O O O O O O O O O O 
P P P 
P P P P P P P ;P ]P P P P P P R R R ]S dS mS nS *T T T T T U 1U |U }U ~U U U V V V V V W W W {X |X }X ~X X X 
Y Y Y 
Y Y Z Z Z N[ O[ w[ [ [ [ [ [ [ ] ] 
^ ]^ ^^ ^ ^ ^ ^ ^ ^ _ -a .a ?a a a a a `b c c c c 0c c c c c d 
d d d d f f f g g g g h i i i i i i Pj Qj Rj Sj \j p p p "q )q 2q 3q [r s s s s s s t t t t t z z 'z kz rz {z |z { | | | | | | N} P} Q} R} [} b c t   ݉ މ      # $ 5   2 < G z           ~        	 
   ٗ ڗ      b d e f o 4 5 F G H p q     ʙ         J T ^ _        k l }     Т       X Z q r { U V g     ۥ       j l m n w 2 3 D q r        [ \ m   ` l {      ƹ ֹ ׹          ! - . 3 j o ź ƺ ˺   B C H   ջ ֻ ۻ   % & + c h    ü ȼ    I N Z [ ^ h i l u v          ƽ ͽ ν Ͻ н ѽ ҽ ӽ Խ ս ֽ ׽ ؽ ٽ ڽ ۽    ؾ                ! 4 @ A B C D V p q |              Ŀ ſ ƿ   g h t       G H * 6 E Q R     s w x                          & ( . / B D J K ` b g h }                           	    E c      n o               ' ( ) P Q R S T U ^       H I J K L M V V W h           . D F w x              - . ? ` a l z                 
     & + , 7 < = G L M k y                 
     ) . / : ? @ J O P y                 % 5 6 A F G Q V W b g h r w x                          
          &  +  ,  T  b  r  s  ~                              
    " # . 3 4 > C D u                    ' , - 7 < = H M N X ] ^  	   % * + 5 : ; F K L V [ \ |                
  ( ) 4 9 : D I J U Z [ e j k                      ( ) \       	 	 	 f
 g
 
 
 
 
 
 
 
 H I Z 
 
    + ^ h r s        N O `      " , 6 7 ]            '  ( ( %( &( +( 3( 8( 9( >( F( R( S( X( _( d( e( j( q( }( ~( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( D D D E E )E *E XE E E E E E E eG fG wG G G G G G &H 0H :H ;H iH H H H H H H J J J J J J J J K K K K KK sK tK vK wK xK K M M M M M M M M N #N -N .N \N N N N N N N P P P 'P (P )P 3P >P qP {P P P P P P P P P P yR zR R R R R R S :S DS NS OS xS yS zS |S S S S U U U V V Y Y Y Z %Z /Z 0Z XZ xZ Z Z Z Z Z [ [ [ [ [ [ [ [ \ 	\ 
\ \ 3\ V\ \ \ \ \ \ .] /] @] q] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] F^ G^ H^ I^ R^ ,` -` >` ` a a a a b b b b b b c c c c &c 4d 5d Fd d d d d ]e f f f f Df \f f f f f f h h h h h i .i i i i i i k k k k k $l %l l l l l l n n n 1o 8o Ao Bo o p p p p p !q "q Jq Kq q q q q q `t at rt Xu _u hu iu fv cw dw ew fw w w w w w w w j~ k~ |~ ~ ~ ~ ~  ! " # $ L M        Ň 	    > a b c d            V W { |        Ә + , С ڡ   " , - U V        . / 0 X Y      w x           
 Ҧ Ӧ      [ ] ^ _ h             % &      	 
  H O W X n ~              9 @ H I y        
    е ѵ    8 9         8 9  
  % 8 < = _ d t u               
 c d i       ! s t y        - . 3 a f           
   & + 3 : A M N Y ] d k l m n o p q r s t u v w x y [ \ ] v                         ' ( 2 ? @ A B C D E F S T b c d      Z [ n           A W      , - A B C L Z g h i j k l p q r s                        " # = ? D E T V \ ] k m s t         _ i t       Y [ r s |  
  > ? @ g h i j k l u                               &  '  ! + 6 i s } ~           @ A b c d e f g p      
	 	 (	 )	 4	 9	 :	 D	 I	 J	 U	 Z	 [	 e	 j	 k	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
  % 5 6 A F G Q V W b g h r w x                  0 > N O Z _ ` j o p {      i
 w
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
      ! " , 1 2 = B C M R S                  ! 1 2 = B C M R S ^ c d n s t                                  ( 8 9 D I J T Y Z e j k u z {                	 % 3 C D O T U _ d e p u v    j t        0 2 I J S ' ( 9   + Z [ \ ] ^ g             7 f         ! ! x" " " " " " " " ## 5# 6# 7# 8# A# 5$ 6$ G$ $ $ 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 $6 ,6 16 26 :6 B6 N6 O6 W6 ^6 c6 d6 l6 s6 6 6 kR uR R R R R R R (S )S +S ,S -S 6S U U U LU MU |U U U U U U U V -V .V 0V 1V 2V ;V <X =X NX \X ]X ^X hX sX X X X X X Y Y Y Y Y Y  [ ![ 2[ @[ A[ o[ y[ [ [ [ [ [ [ #\ $\ &\ '\ (\ 1\ ] ] ] ] ] ] ] ] ^ ^ #^ $^ R^ }^ ~^ ^ ^ ^ ^ ` ` )` 7` 8` ` ` ` ` ` ` ` a a a a 1a 2a ;a uc vc c c c qg {g g g g g g g h bh dh {h |h h 1i 2i Ci pi wi i i i i i i i i i @j Aj Bj Cj Lj j j j k k k  k 6k Fk Gk Hk Ik Jk Kk Lk Mk Nk Ok wk k k k k k k m m m n n n n fo "p #p $p %p Mp mp p p p p p q q q .r 5r >r ?r r s s s s s s Ft Gt Ht It Rt %v &v 7v v v v v *w +w ,w -w 6w 4y 5y Fy y y y y 4z 5z 6z 7z @z i| j| {| | | | | } X~ Y~ Z~ [~ l~ ~ ~ ~ ~ H I J K T             , -       	  ^ e n o        J K L M V Q R c     ܖ      * +              ! " # , _ ` q ɦ ʦ n x    ʯ ˯   @ B C D M   ̱ ͱ α   C E F G P   ' ( ) Q R      p q           : ; L M N > H S     û Ļ " $ : ; D             G H              . / 0 1 Y Z      n o      # % & ' 0                 " # $ 0 1 2 > B U ] i j o      4 9 ~        C G a b g        * + 6                     	 
   
               % & : < = > ? @ H N O X \ ] p | } ~                        N [       1 2 C   f r      ' (               	 
     * , 2 3 L N S T b d j k ~                    	    % ' , - 4 9 T U    E O Y Z     	 	 	 	 	 	 	 	 	 
 
 
 
 	
 

 
 1 2 C c d e        # $ 5 U V W        
 
 
 
 
        = j      8 9 J           i j {                  	 ( 6 F G R W X b g h s x y                    + 9 I J U Z [ e j k v { |                     S a q r }                    
     ) . /   % & 1 6 7 A F G R W X b g h                  - = > I N O Y ^ _ j o p z                   9 G W X c h i s x y       7 E U V a f g q v w                   	    F T d e p u v                              #  $  " " " P" Z" d" e" " " " " " " " $ $ $ % % % % % % % % & ' ' ' M( N( R* \* g* * * * * * + (+ )+ *+ ++ 4+ - - - /  / 0  0 +0 ^0 h0 r0 s0 0 0 0 0 0 0 0 1 1 1 02 12 -C <C NC aC bC gC oC tC uC zC C C C C C C C C C C C C C C C C C C C C C D D 
D D D D 	` ` ` Q` [` e` f` ` ` ` ` ` ` ` b b b b b c $c /c bc lc vc wc c c c c c c c e e e e e e f f Df Nf Xf Yf f f f f f f f h h h h h 
i i "i Ui _i ii ji i i i i i i i Ck Dk Uk ck dk ek ok zk k k k k k l l l l  l )l m m m m m .n 8n Cn vn n n n n n n n n n n q q %q Wq Xq u u $u Wu au ku lu u u  v v v v #v v v v w w w w 4w Dw Ew Fw Gw ow w w w w w w jx kx |x x x x x x x x x x x x x x x x y 7y y y y y y h{ i{ z{ 7| >| G| H| } } } } } } ~ V~ W~ X~ Y~ b~ p q       U V W X        Ã ă Ճ ( ) Q j Ȅ Ʉ ʄ ˄ Ԅ ҆ ӆ  7 8 ` a ҇ Ӈ ԇ Շ އ    m t } ~ :     
 ] ^                    ʒ ˒ * + , - 6       
 5 ] ^ _ `           E L U V z     ȥ ɥ ( * + , 5 < = N         ʲ    g h   ! T ^ h i   ޽     X Y j k l               < > ? @ I     ! " J K              $ . 8 9 a b      E F W            2 4 K L U / 0 A u |          D F G H Q  
  K L t u      5 6 G t u : F U a t x y                 
 D I        " Y ]          = B i j o      # ( 4 5 8 B C F O P b g o v }                                             0 J K V c d n { | } ~            A B N       ! "    + , }    M Q R h i } ~                          	   $ % : < A B W Y ^ _ y {                           =      H I Z z { |              * + , - . / 8       " # $ % & ' 0 0 1 B b c ] g r          Q R [    | }              :  ;  F$ T$ d$ e$ p$ u$ v$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  % % % % % % !% &% '% E% S% c% d% o% t% u% % % % % % % % % % % % % % % % % & & 	& & & & $& )& *& S& a& q& r& }& & & & & & & & & & & & & & ' ' '  ' !' +' 0' 1' <' A' B' L' Q' R' l' z' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( ( ( ( ( ( ( ( (  ) ) ) .) <) L) M) X) ]) ^) h) m) n) y) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * 
* * * * * O* ]* m* n* y* ~* * * * * * * * * * * * * * * + + + + + + "+ '+ (+ 2+ 7+ 8+ + + + + + , , , , ,  , %, &, 0, 5, 6, V, d, t, u, , , , , , , , , , , , , , , - - - - - - #- $- /- 4- 5- ?- D- E- a- o- - - - - - - - - - - - - - - / / / / / 0 0 60 Z0 l0 n0 0 0 0 c2 d2 u2 @3 A3 g3 3 3 3 3 3 3 "5 #5 45 5 5 7 7 8 88 B8 L8 M8 s8 8 8 8 8 8 8 (; ); :; < < = = = = > > > 7> _> q> r> s> t> }> q? r? ? ? ? P P P P  Q Q 
Q Q Q Q  Q ,Q -Q 2Q 9Q >Q ?Q DQ KQ WQ XQ `Q hQ mQ nQ vQ ~Q Q Q Q Q Q Q Q Q Q Q m m m m m n n 2n dn en gn hn in rn ?p @p Qp p p p p p  q 
q q q Cq iq jq lq mq nq wq xs ys s s s s s s s s s s %t Mt Nt Pt Qt Rt [t \v ]v nv |v }v v v v v v w w 6w _w `w bw cw dw mw x x x y y y 
y y Ky Uy _y `y y y y y y y y S{ T{ e{ s{ t{ { { { | | (| )| R| S| T| V| m| n| w| ~ ~ ~ ~ ~      	 
 2 R      m n      ҄     
 0 | } ~    	  K R [ \ r            Ն   ! " # ,    Չ ܉    ^ _ ` a             j q z { 7      6      a b s Ƒ Ǒ   f g h i r p q  Ք ֔   p q r s |        ؘ        $ %      : ; L 2 9 B C @ = > ? @ h i Ƞ ɠ ʠ ˠ Ԡ D E V     Ө     & '              ; < = > f g Ƴ ȳ ɳ ʳ ӳ ڿ ۿ  0 1 U V [ ] ^ _ h             / 0 | ~       	 
 2 3      Q R c d e               5 7 8 9 B v w    z          ^ ` v w     " ) 1 2 H X Y Z [             " # S j k l m               _ a b c l             9 > N O ^ _ ` l m n z ~        = > C p u      M N S          
 ; @ f g r              
   ' ( 3 7 > E F G H I J K L M N O P Q R S 5 6 7 P a b v x y z { |                             - . < = >      4 5 H m n    
 
 
 
 
  1 c d         & 4 A B C D E F J K L M f h n o                         . 0 6 7 E G M N a c h i p u   9# C# N# # # # # # # 3$ 5$ L$ M$ V$ $ $ $ % % % A% B% C% D% E% F% O% m& n& & & & & & & & & & & & _' `' q' ' ' ' ' ' ' ' ' ' ' ( ( (  ) ) ) * * C* M* W* X* y* * * * * * * t, u, , - - <- =- >- ?- @- A- J- - - - - - 1 1 2 2 2 2 2 2 #2 $2 /2 42 52 ?2 D2 E2 d2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 
3 3 3 3 "3 #3 .3 33 43 >3 C3 D3 g3 u3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 4 4 4  4 !4 +4 04 14 <4 A4 B4 L4 Q4 R4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
5 5 (5 )5 45 95 :5 D5 I5 J5 U5 Z5 [5 e5 j5 k5 C6 Q6 a6 b6 m6 r6 s6 }6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7 7 '7 ,7 -7 [7 i7 y7 z7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 '8 ,8 -8 88 =8 >8 H8 M8 N8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 s9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : #: $: .: 3: 4: ?: D: E: O: T: U: : : : : : : : : : : : : : : : : : 
; ; ; ); .; /; 9; >; ?; J; O; P; Z; _; `; D= N= Y= = = = = = = 
> > #> $> -> @ @ @ @ @ A 4A 5A 6A 7A 8A AA B B B C C E E E E E E E F @F dF eF fF gF pF H H H [J \J RK \K gK K K K K K K L L L L L M M !M lM mM i^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ (_ )_ 1_ 8_ =_ >_ F_ M_ Y_ Z_ E{ O{ Z{ { { { { { | | | | | | } } } &~ '~ V~ `~ k~ ~ ~ ~ ~ ~   
      ( 6 7 8 B M     Á            I S ^     Ԅ                    , W X Z [ \ e      j t    Ɖ ǉ        O P a   K U `     А  < > U V _    J Q Y Z p      Β     &           ! " # $ % & ' ( ) Q s     ʔ    s z   @     ' G             ՛      Ԝ   ! " # ,     d e            s t        C D U     v 2 3 4 5 F   § ç " # $ % . ت ٪  Ы ׫   ެ ۭ ܭ ݭ ޭ   f g h i r    8 ? H I q     ķ ŷ $ % & ' 0 + , =            d f g h q x y           9 : K   H R ]           '            ! *      + , x z { |  J K \ ] ^          & ' (  " - ` j t u                    ! " n p    k l }       	 
  3 4      H I Z          
 q r    v              
     / 7 C D I        X Y ^        !  ;  <  A  y  ~               _ d p q t ~                                           " ( ) 2 6 7 J V W X Y Z l                    ( 5 } ~     	 	 	 ]	 ^	 @ L [ g h     & & & & & & & & & & & & & & & & & & & & ' ' ' 
' &' (' -' .' <' >' D' E' X' Z' `' a' v' x' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( ( ( ( .( /( 0 0 0 1 )1 31 41 [1 y1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 2 2 2 2 4 4 4 =4 >4 ?4 f4 g4 h4 i4 j4 k4 t4 4 4 5 /5 05 15 ^5 _5 `5 a5 b5 c5 l5 l6 m6 ~6 6 6 7 7 7 7 7 7 7 8 D8 Z8 \8 8 8 8 : : $: : : : : : : : : : C; D; U; v; w; ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A #A $A /A 4A 5A ?A DA EA PA UA VA `A eA fA A A A A A A A A A A A A A A A A -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B B B B B B B B B B B B C C 	C C C C  D D D D D  D !D ,D 1D 2D <D AD BD jD xD D D D D D D D D D D D D D D D E E E #E (E )E 3E 8E 9E DE IE JE TE YE ZE E E E E E E E E E E E E E E E E F !F 1F 2F =F BF CF MF RF SF ^F cF dF nF sF tF G G /G 0G ;G @G AG KG PG QG \G aG bG lG qG rG G G G G G G G G G G G G G G G G  H .H >H ?H JH OH PH ZH _H `H kH pH qH {H H H H H H H H H H H H H H H H H H H J J J *K 4K >K ?K rK K K K K K K M M M |N }N N N N N N N N ^P _P pP 'Q (Q ,S 6S AS tS ~S S S S S T T T T T dV eV vV W W X X Y 8Y BY LY MY sY Y Y Y Y Y Y Z Z Z 
[ [ l l (l ;l <l Al Il Nl Ol Tl \l hl il nl ul zl {l l l l l l l l l l l l l l l l l l l l l    + 5 ? @ n       { |  ċ ŋ   	 < F P Q          Ǝ Ԏ Վ ֎    ( 2 3 a               / 9 C D r         / = > ? I T     ʔ               P Z d e           1 2    1 ; E F n  ڞ ܞ                ! I l     Ġ D E V          ¡ á ġ š ơ ǡ   \ ] ^ _ h B C T   ! " ޥ     Ŧ  0 1 2 3 < J K \     s / 0 1 2 Z r     ʪ      + D           : ;         G N W X  д Ѵ Ҵ Ӵ  7 8 ` a   µ õ ̵ v w  n u ~  | y z { |                7 8 9 : b c          & / 0 T w x y z          ( l m           A B    . 8 B C k l      2 3 D E F n o                 #      $ % q s t u ~             ; <         1 ^ e m n          % & / 	 
  O V ^ _           ! " +    % & N O        ! N O    / ; N R S u z                 # y z       3
 7
 
 
 
 
 
 
 
 
   C D I w |             ) * < A I P W c d o s z                q r s                      
 $ % 0 = > H U V W X Y Z [ \ i j x y z     ( p q       % % % & & W& m& & & '4 +4 ,4 B4 C4 W4 X4 Y4 b4 p4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 5 15 35 85 95 S5 U5 Z5 [5 j5 l5 r5 s5 5 5 5 5 5 5 5 5 5 5 5 5 u> > > > > > > > ? o? q? ? ? ? "@ #@ 4@ T@ U@ V@ }@ ~@ @ @ @ @ @ A A A A A A B B B B B 	B B B B B B B B B B B B  C C 
C 
D D D <D =D 7E AE LE E E E E E E E E +F ,F 5F G G G VH WH xH yH zH {H |H }H H H H H I I  M .M >M ?M JM OM PM ZM _M `M kM pM qM {M M M M M M M M M M M M M M M M M  N N N -N =N >N IN NN ON YN ^N _N jN oN pN zN N N N N N N N N N N N N N N N N O O -O ;O KO LO WO \O ]O gO lO mO xO }O ~O O O O O O O O O O O P 
P P P P P &P +P ,P FP TP dP eP pP uP vP P P P P P P P P P Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R &R 'R 2R 7R 8R BR GR HR SR XR YR cR hR iR R R R R R R R R R R R R R R R R )S 7S GS HS SS XS YS cS hS iS tS yS zS S S S S S S S S S S S S S S T T T T T T T T T T T T T T T T T  U 
U U U 0U >U NU OU ZU _U `U jU oU pU {U U U U U U U U U U U U U U U U 	V V V V V V ;V IV YV ZV eV jV kV uV zV {V V V V V V V X X X X X X X Y 4Y FY HY _Y `Y iY =[ >[ O[ \ \ A\ p\ q\ r\ s\ t\ }\ ] ] ^ ^ ^ ` ` ` a a &a 'a Ma |a a a a a a d d d e e f f f f f f f g 9g Kg Lg Mg Ng Wg Kh Lh ]h h h y y y y y y y y y y y z z z z z z z %z 1z 2z :z Bz Gz Hz Pz Xz dz ez mz tz yz zz z z z z    ɖ Ӗ ݖ ޖ  > ? A B C L   + b c    ڙ     C D F G H Q R S d r s t ~   Ɯ М ќ  ' ( * + , 5 6 7 H V W    ͟ ן    9 : < = > G   ͡ ۡ ܡ ݡ   % / 9 : h       - . ? M N        , - . 0 G H Q    ϧ Ч    ϫ ٫    , x z    G H Y           
 V W X Y b    % , 5 6 L \ ] ^ _ ` a b c d e               | 8 9 : ; c  δ ϴ д Ѵ ڴ    D K T U  ͷ η Ϸ з   \ ] ^ _ h ; < M   ɺ  @ A B C L J K \   ؽ ٽ J K L M V         n o p q      ^ _ ` a j   &          B C        0 t {           ` a b c l g h y          @ A         
  / 0 5 7 8 9 B u v           	 
 V X Y Z c       
 Y [ \ ] f + , = > ? g h                  P Q b c d T ^ i       8  :  P  Q  Z         " 2 3 4 5 ] ^             - D E F G o p             9 ; < = F 
 
 
 
 
          ( ) 8 9 : F G H T X k s         J O      ' ( - Y ] w x }        @ A L                  
      ! " # $ % & ' ( ) * + , -    * ; < P R S T U V ^ d e n r s                           d# q# # # # $ $ "$ G$ H$ Y$ $ $ |3 3 3 3 3 3 4 =4 >4 A A A A A A A A  B B B B B B B  B $B %B &B 'B @B BB HB IB bB dB iB jB xB zB B B B B B B B B B B B B B B B B B B C 
C C C C !C 'C (C ;C =C BC CC JC OC jC kC L L (L [L eL oL pL L L 
M M &M 'M 0M M M M M M M N N N N N  N )N GO HO YO yO zO {O O O O O O O O 9P :P KP kP lP mP P P P P P P P Q Q Q Q Q R R R S 'S 1S 2S SS S S S S S S NU OU `U U U V V V V V V $V V V V V V Z Z Z Z Z Z Z Z Z Z 	[ [ [ [ [ [ >[ L[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ \ A\ O\ _\ `\ k\ p\ q\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ ] 
] ] ] ] ] &] +] ,] i] w] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ _ +_ ;_ <_ G_ L_ M_ W_ \_ ]_ h_ m_ n_ x_ }_ ~_ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` 5` C` S` T` _` d` e` o` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a a a "a 'a (a Oa ]a ma na ya ~a a a a a a a a a a a Mb [b kb lb wb |b }b b b b b b b b b b b b b b b b b c 
c c c c c )c .c /c \c jc zc {c c c c c c c c c c c c c c c c c d d 	d d d d $d )d *d 4d 9d :d f (f 3f ff pf zf {f f f f f f f g h h h i i i j j j j j j k k k cl dl hn rn }n n n n n n o >o ?o @o Ao Jo q q q 5s 6s ,t 6t At tt ~t t t t t t t t t t u u u Fv Gv C R d w x }             Ç χ Ї ؇              ' 3 4  ) 4 g q { |  ܤ ݤ ߤ      ɦ    0 : E x                  ' Z d n o  Ū ƪ Ȫ ɪ ʪ Ӫ Ԭ լ    # - 8 k u    ׭ ح ڭ ۭ ܭ  Y Z k y z {   ï ͯ ׯ د  1 2 4 5 6 ? ˱ ̱ ݱ   D N Y     ʲ ˲ ̲ β    ) * ; m n % / : m w    ʹ   / 0 9    $ + 3 4 J Z [ \ ]            ü ʼ Ӽ Լ             + M      ~   M T ] ^       ! l m n o x         k l m n           > ? g          M N v w        /     P  
     s t                      @ A B C L      " # K s t u v        
    [ b k l        > @ A B K R S d            % } ~ " , 7 j t ~         n o                  R T U V _ $ % 6 7 8 ` a              
 :
 D
 N
 O
 w
 x
 
 
 
 
 
 [ \ m            H J a b k E F W          
  Z \ ] ^ g " # 4 a b        K L ]   P& \& k& w& & & & & & & & & & & & & & & & 	' ' ' ' #' Z' _' ' ' ' ' ' 2( 3( 8( o( s( ( ( ( ( ( ) ) ) S) X) ) ) ) ) ) ) ) ) 9* >* J* K* N* X* Y* \* e* f* x* }* * * * * * * * * * * * * * * * * * * * * * * * + + + + + + + + + + + + + , , , , , $, 0, 1, 2, 3, 4, F, `, a, l, y, z, , , , , , , , , , , , , , , 1 1 W1 X1 d1 1 1 1 1 1 1 72 82 A &A 5A AA BA A A A A cO gO hO ~O O O O O O O O O O O O O O O O O O O O O  P P P P P P P P 2P 4P :P ;P PP RP WP XP mP oP tP uP P P P P P P P P P P P P P P P P P P Q 	Q Y Y Y Y Z 
Z Z 5Z SZ Z Z Z Z Z ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ \ \ \ ] ] ] @] A] B] C] D] E] N] ] ] ] 	^ 
^ ^ 8^ 9^ :^ ;^ <^ =^ F^ F_ G_ X_ x_ y_ s` }` ` ` ` ` ` ` a 4a 6a ga ha qa b b b c c c c c c c c c d d /d Pd Qd \h jh zh {h h h h h h h h h h h h h h h h h i i i i i i 'i ,i -i 7i <i =i [i ii yi zi i i i i i i i i i i i i i i i i 	j j j j j j *j /j 0j :j ?j @j ij wj j j j j j j j j j j j j j j k k %k &k 1k 6k 7k Ak Fk Gk Rk Wk Xk bk gk hk k k k k k k k k k k k k k k k k l l l l l l l l l l m m m m m m Dm Rm bm cm nm sm tm ~m m m m m m m m m m m m m m n n 
n n n n #n $n .n 3n 4n en sn n n n n n n n n n n n n n n n n o o o o o 'o ,o -o 8o =o >o Ho Mo No o o 	p 
p p p p %p *p +p 6p ;p <p Fp Kp Lp lp zp p p p p p p p p p p p p p p p q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q wq q q q q q q q q q q q q q q q s s s t t t t Lt pt t t t t t yv zv v Vw Ww }w w w w w w w 8y 9y Jy z z | | | N| X| b| c| | | | | | | | > ? P Ӏ Ԁ ʁ ԁ ߁   & ' M u                 # ( ) . 6 B C H O T U Z a m n v ~            ŕ ѕ ҕ  Ǳ ұ     H z { } ~   U V g   δ ش     * + Y              ŷ    
 ; c d f g h q r s     ˺ ֺ 	    L u v x y z    	    # . a k u v  Ͻ н ҽ ӽ Խ ݽ i j {      * 4 > ? h i j l                 H h                  # F        0 a h q r              6 7 8 9 B   .      t u v w   
   
  $ % 6     M 	 
   4 L      w x      | } ~                  ! ( 1 2         : ;      P Q b H O X Y V S T U V ~       Z [ l          < =            	 
 . Q R S T | }         F G k l q s t u ~             E F       
     H I      g h y z {               K M N O X               t v       8 ? G H ^ n o p q        	    )  0  8  9  i                      ! " " " "  # (# )# u# w# x# y# # % % % (& )& 3 3 	4 4 (4 ,4 -4 O4 T4 d4 e4 t4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 S5 T5 Y5 5 5 5 5 5 
6 6 c6 d6 i6 6 6 6 6 6 6 6 7 7 #7 Q7 V7 |7 }7 7 7 7 7 7 7 7 7 7 8 8 8 8 #8 *8 18 =8 >8 I8 M8 T8 [8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 K9 L9 M9 f9 w9 x9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 
: : : ": /: 0: 1: 2: 3: 4: 5: 6: C: D: R: S: T: > > > > ? J? K? ^? ? ? ? ? ? N N N N N 1O GO yO zO ] ] ] ] ] 1] 2] 3] <] J] W] X] Y] Z] [] \] `] a] b] c] |] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ 
^ ^ ^ -^ /^ 4^ 5^ D^ F^ L^ M^ [^ ]^ c^ d^ w^ y^ ~^ ^ ^ ^ ^ ^ Og Yg dg g g g g g g Ih Kh bh ch lh h h i .i /i 0i Wi Xi Yi Zi [i \i ei j j j j j j j j j j j j j uk vk k k k k k k k k k k k l l l m m n n &n Yn cn mn nn n n n n o o o p p p 0q 1q Rq Sq Tq Uq Vq Wq `q q q q q q u v v v $v )v *v 4v 9v :v Ev Jv Kv Uv Zv [v zv v v v v v v v v v v v v v v v v w w w #w (w )w 3w 8w 9w Dw Iw Jw Tw Yw Zw }w w w w w w w w w w w w w w w w x x %x &x 1x 6x 7x Ax Fx Gx Rx Wx Xx bx gx hx x x x x x x x x x x x x x  y y y  y .y >y ?y Jy Oy Py Zy _y `y ky py qy {y y y Yz gz wz xz z z z z z z z z z z z z z z  { { { { { { !{ "{ -{ 2{ 3{ ={ B{ C{ q{ { { { { { { { { { { { { { { { | | !| "| -| 2| 3| =| B| C| N| S| T| ^| c| d| | | | | | | | | | | | | | | | | } } } } } } } } } } } } } } } } 
~ ~ (~ )~ 4~ 9~ :~ D~ I~ J~ U~ Z~ [~ e~ j~ k~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  # 3 4 ? D E O T U ` e f p u v Z d o         " 9 : C   )    J K L M N W ֆ ׆            ' V z { | }  ܌ ݌  q r h r }   ď ŏ   % & ' ( 1 % & 7          Ƣ Ǣ ̢ Ԣ             ! " * 2 > ? G N S T \ c o p [ e p           &    < = l v           ! " + , - > L M N X c              " 0 1 _ i t           !          	   B m n p q r {    ' (           
 ! " + e f w   a k v       R T k l u ! " 3 ` g o p        0 1 2 3 <        & 6 7 8 9 : ; < = > ? g              V     = ]          % . /        6 7 8 9 B   ' z {       & $ % 6     $ % & ' 0 Y Z k      H I J K \     8 9 : ; D                | } ~     
 N U ^ _        : ; < = F A B S            z | } ~       	 
      O P a   ^ h s       0 2 3 4 =        3 5 6 7 @           A  B            `! a! r! s! t! ! ! ! ! ! ! ! *# +# <# =# ># .( 8( C( v( ( ( ( ( ( ) ) *) +) 4) * * * * * * * * + 
+ + + 7+ 8+ + + + + + - - - - - - - . . .  . !. I. J. . . . . . ^0 _0 p0 0 0 0 0 1 1 1 1  1 3 3 3 3 3 A A A A A A A A A B B B B B  B !B "B .B 2B EB MB YB ZB _B B B B B B $C )C nC oC tC C C D D D 3D 7D QD RD WD D D D D D D D E E &E uE zE 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  F F F F F F F F F F F G G G *G ,G -G .G /G 0G 8G >G ?G HG LG MG `G lG mG nG oG pG G G G G G G G G G G G G G G G G G G G G >L KL L L L L L L !M "M 3M sM tM V\ b\ q\ }\ ~\ \ \ ] ] j j j j j j j j j j j j j j j j j j  k k k k "k #k <k >k Ck Dk Rk Tk Zk [k nk pk vk wk k k k k k k k k k k k k k k k k k k l l l l l l $l )l Dl El t t u 5u ?u Iu Ju qu u u u  v v 
v v v v v v v v v v v v v w !x "x 3x Sx Tx Ux |x }x ~x x x x x y y %y Ey Fy Gy ty uy vy wy xy yy y z z z z z { { { { | | | -| Z| p| r| | | | (~ )~ :~ ~ ~ ~ ~ ~ ~ ~ ~ ~ Y Z k        ǃ ȃ ҃ ׃ ؃        & 6 7 B G H R W X c h i s x y      Ƅ Ǆ ф ք ׄ        ) 9 : E J K U Z [ f k l v { |   Å ą υ ԅ Յ ߅          C Q a b m r s }          ̆ ܆ ݆       	          ! & ' 1 6 7 B G H R W X           ˈ Ј ш ۈ     - . 9 > ? I N O Z _ ` j o p     ˉ Љ щ ۉ         ) 7 G H S X Y c h i t y z    ' 5 E F Q V W a f g r w x      Ƌ ǋ ҋ ׋ ؋         	 6 D T U ` e f p u v         ь Ҍ ݌              
 @ J T U     ׏ ؏    Ǒ          t u  = > B L W     ŗ      $ z {       N X b c   Ý ĝ ŝ Ɲ ϝ Þ Ğ ՞   !  , > Q R W _ d e j r ~              Ȱ а ܰ ݰ       
     A K U V             
   R \ f g                4 > H I w               E O Y Z        3 4 E S T U _ j                  ( 3 f p z {           G H  	  G Q [ \     	 
       
  $ 4 5 6 7 _       Z [ l                 ' r s t u ~ X Y j ' . 7 8        F G H I R ` a r      E F G H p            A Z         ' ( P Q        	 ] d m n *      M N v w                            &         % M	 N	 O	 P	 x	 y	 	 	 	 	 	    5 < E F j           % , - >                W! X! ) * * D* N* X* Y* * * * * * * * H, I, Z, [, \, , , , , , , , - - - - - - - ,. .. /. 0. 9. . . / / / :/ ;/ / / / / / 0 0 0 0 0 5 5 5 6 6 (6 )6 Q6 R6 6 6 6 6 6 58 68 G8 t8 {8 8 8 8 8 8 8 8 8 8 "9 $9 ;9 <9 E9 ;  ; 1; e; l; t; u; ; ; ; ; ; ; ; 4< 6< 7< 8< A< = = > ;> <> d> e> > > > > > %A &A 7A dA eA *O 6O EO QO dO hO iO O O O O O O O O O O O O O O O O O 4P 9P P P P P P Q 
Q Q IQ MQ Q Q Q Q Q Q Q Q -R 2R YR ZR _R R R R R R S S $S %S (S 2S 3S 6S ?S @S RS WS _S fS mS yS zS S S S S S S S S S S S S S S S S S S T T T T T T T T T T T T T T T T T T T 
U U U 
U U  U :U ;U FU SU TU ^U kU lU mU nU oU pU qU rU U U U U U Y Y 1Z 2Z >Z Z Z Z Z Z Z [ [ i  j j j j mj j j j =x Ax Bx Xx Yx mx nx ox xx x x x x x x x x x x x x x x x x x x x x x x x y y y y *y ,y 1y 2y Gy Iy Ny Oy iy ky py qy y y y y y y y y y y y y y y y y    ӂ ݂    -      8 9 J j k l          х          (   Æ              ! 2 R S M W b     ˉ    A B K Ƌ ǋ ؋ l m          	 * + 6 D T U ` e f p u v        đ ԑ Ց             5 C S T _ d e o t u        ǒ ג ؒ        	 
    C Q a b m r s }                    ! , 1 2 < A B \ j z {                  ĕ ŕ ϕ ԕ Օ        , < = H M N X ] ^ i n o y ~    ˖ ̖ ז ܖ ݖ        
  ? M ] ^ i n o y ~        Ǘ ՗            " ' ( Ř Ә              % & F T d e p u v          ԙ           $ % / 4 5 Q _ o p {               ޜ    & J \ ^ u v  S T e 0 1 W         $ ۢ ܢ    ( 2 < = c      ¥   *           ' O a b c d m a b s    ʽ ܽ           " ) . / 4 ; G H P X ] ^ f n z {                " T U W X Y b / 0 A x y        3 Y Z \ ] ^ g h i z           = > @ A B K L M ^ l m        & O P R S T ]         ; E O P ~       C D U c d        B C D F ] ^ g             " B      ] ^ o             l m n o x   
 ; B K L b r s t u v w x y z {                N O P Q y          Z a j k '      & r s t u ~ Q R c     V W X Y b ` a r     ` a b c l                  t u v w  *
 +
 <
 " ) 2 3 0 -
 .
 /
 0
 X
 Y
 
 
 
 
 
 4 5 F            v w x y  } ~       +  ,  -  .  V  W            , , ,  - !- E- F- K- M- N- O- X- . . . . . 7 7 7 7 7 7 7 8  8 l8 n8 o8 p8 y8 9 9 9 9 9 ": #: o: q: r: s: |: A; B; S; T; U; }; ~; ; ; ; ; ; < < < < < < < %= '= (= )= 2= f> g> x> y> z> jC tC C C C C C C C ND PD fD gD pD E E E F F !F "F 8F HF IF JF KF sF tF F F F F F H H H I 
I I I CI ZI [I \I ]I I I I I I I I K K K K K L L OL QL RL SL \L N N N O O \ \ \ \ ] ] ] )] .] >] ?] N] O] P] \] ]] ^] j] n] ] ] ] ] ] ] ] -^ .^ 3^ `^ e^ ^ ^ ^ ^ ^ =_ >_ C_ o_ s_ _ _ _ _ _ _ _ _ +` 0` V` W` b` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a #a 'a .a 5a 6a 7a 8a 9a :a ;a <a =a >a ?a @a Aa Ba Ca %b &b 'b @b Qb Rb fb hb ib jb kb lb tb zb {b b b b b b b b b b b b b b b b b 	c 
c c c 
c c c c c c ,c -c .c zg g g g g $h %h 8h ]h ^h oh h h w w w w w x !x Sx Tx ۅ ߅      
  $ 1 2 3 4 5 6 : ; < = V X ^ _ x z           Ȇ ʆ φ І      	      & ' 5 7 = > Q S X Y ` e   ) 3 > q {    ː # % < = F ֑ ב   	 
 1 2 3 4 5 6 ? ] ^ o          Ɠ O P a             Е       3 = G H i    ߗ   d e v 
  , - . / 0 1 :    Ț ɚ Ԟ           $ % / 4 5 T b r s ~            ӟ       
    # $ . 3 4 W e u v                        ! , 1 2 < A B           ʡ ϡ С ڡ ߡ      $ ) * 4 9 : E J K U Z [ 3 A Q R ] b c m r s ~       ʣ ڣ ۣ         
    K Y i j u z {          ݤ      
    ( - . 8 = > e s             ť ƥ c q             æ Ħ         # $ / 4 5 ? D E r           § ç ͧ ҧ ӧ   
     ) . / : ? @ J O P 4 > I |    Ī          έ ϭ  $ % & ' ( 1   ¯ y z ~   Ʋ в ڲ ۲  0 T U V W `   ȵ K L B L W     Ÿ            \ ] Y h z                           ! ( - . 6 = I J 5 ? J }                 F P [               & ' ( 2 = p z             
  9 C N            o p            G H J K L U      Z d o            ? @ Q   ; E P       , . E F O   
 : A I J ` p q r s   
      
                              A c         c j s t 0      7            	  	 	 	 	 	 	 
 
 
 
 
    T U }       
    c d        
 3 4 E     f " # $ % 6                        V W X Y b ! ! ! (" /" 8" 9" a# $ $ $ $ $ $ % % % %  % + + -+ q+ x+ + + , - - - - - - T. V. W. X. a. h: i: z: : : : : : : : : : )< *< ;< < < 8E BE ME E E E E E E 
F F 
F F F G G G G G G G 
H H H H H H H H H H I I hI jI kI lI uI :J ;J LJ MJ NJ vJ wJ J J J J J L L L L L Q Q Q PQ ZQ dQ eQ Q Q Q Q R R R qS rS S S S S S S S S S S T T ^T `T wT xT T [V \V mV V V V V V V V V V #W $W pW rW sW tW }W 8Y 9Y JY wY xY Y Y Y Y Y Y Y a\ b\ s\ \ \ fj rj j j j j j j j j j j j j j j j k k k 'k 3k 4k 9k pk uk k k k k l Hl Il Nl l l l l l 
m m +m ,m 1m im nm m m m m m m m  n On Tn `n an dn nn on rn {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 o o o o o o p p p 	p 
p p p p p #p 'p (p ;p Gp Hp Ip Jp Kp ]p wp xp p p p p p p p p p p p p p p p p p u &u nu ou {u u u u u u v Nv Ov 1 = L X Y     z ~        Ó Г ѓ ғ ӓ ԓ Փ ٓ ړ ۓ ܓ         - / 5 6 I K Q R g i n o           Ŕ Ɣ Ԕ ֔ ܔ ݔ          ȝ ҝ ݝ   $ % L j  Ğ ۞ ܞ  u v     П џ ҟ ӟ ԟ ՟ ޟ    . / 0 W X Y Z [ \ e       ! " O P Q R S T ] ] ^ o      Ҥ ܤ    5 K M ~        ˧ ̧ ͧ Χ ϧ Ч ٧ 4 5 F g h s           ì Ĭ ά Ӭ Ԭ      " # - 2 3 > C D N S T r           ­ í ͭ ҭ ӭ       % & 0 5 6 A F G Q V W           ˮ Ю Ѯ ۮ    , < = H M N X ] ^ i n o y ~      ï ȯ ɯ ӯ د ٯ       Ұ           " # - 2 3 [ i y z                	    $ ) * 5 : ; E J K |          ǲ ̲ Ͳ ײ ܲ ݲ   " # . 3 4 > C D O T U _ d e     ! , 1 2 < A B M R S ] b c         ´ ô δ Ӵ Դ ޴     / 0 ; @ A K P Q \ a b l q r        ȵ ͵ ε ٵ ޵ ߵ    ӷ ݷ   % / 0 c          m n  û Ļ Ż ƻ ǻ л O P a    ' 2 e o y z        U V g      ) 3 = > d               , - 2 : ? @ E M Y Z _ f k l q x                       & 0 1 _       l m ~      - 7 A B p                 # $ R z { } ~             * 4 5 c           . / 0 : E x                   A K U V           " # 
 
 
 " , 6 7 _               
 
 
 
 :
 ]
 
 
 
 
 
 5 6 G x                 M N O P Y 3 4 E  	          ! " # $ - ; < M     d   ! " # K c            5           + ,         8  ?  H  I  ! ! ! ! ! ! (" )" Q" R" " " " " " g% h% y% _& f& o& p& m' j( k( l( m( ( ( ( ( ( ( ) q/ r/ / / / / /  1 (2 )2 *2 +2 S2 T2 2 2 2 2 2 8 8 8 9 9  9 !9 E: h; i; j; k; ; ; ; ; ; ;  < H H H ]H ^H H H H H H H H I I I 2J 3J R R R S )S 3S 4S \S ]S S S S S S #U $U 5U 6U 7U _U `U U U U U U ~V V V V V V V W 	W 
W W W W W W W W X X bX dX eX fX oX Y Y Y Y Y ^ ^ ^ ^ ^ _ _ ,_ -_ _ _ _ _ _ a a "a Oa Va ^a _a ua a a a a a a a a b b  b c c d @d Gd Od Pd d d d d d d d e e e e e f f f g g ?g @g g g g g g  j j j ?j @j x x  x ,x ?x Cx Dx fx kx {x |x x x x x x x x x x x x x x y y jy ky py y y y y y $z (z zz {z z z z z z z { 
{ 4{ 5{ :{ h{ m{ { { { { { {  | | 
| | | | | -| 2| :| A| H| T| U| `| d| k| r| s| t| u| v| w| x| y| z| {| || }| ~| | | b} c} d} }} } } } } } } } } } } } } } } } } } } } } } ~ ~ !~ .~ /~ 9~ F~ G~ H~ I~ J~ K~ L~ M~ Z~ [~ i~ j~ k~  Ă  
  a b u      ϒ ے    H ^      3 4 H I J S a n o p q r s w x y z         ˡ ͡ ӡ ԡ        
 " $ ) * D F K L [ ] c d r t z {         f p {   « ë   ` b y z    % E F G n o p q r s |    ̮ ͮ ή                       
 - . ( 2 = p z    Ӳ     &    G H i j k l m n w ҵ ӵ      / 0 ; @ A K P Q \ a b l q r        ˺ к Ѻ ܺ        . / : ? @ J O P [ ` a k p q      û Ļ λ ӻ Ի ߻       , < = H M N X ] ^ i n o y ~   ʼ ڼ ۼ         
    7 E U V a f g q v w       p ~            ˾ о Ѿ     # ( ) 3 8 9 D I J T Y Z        ¿ ǿ ȿ ӿ ؿ ٿ     ( 8 9 D I J T Y Z e j k u z {                                  ! / ? @ K P Q [ ` a l q r |                 
   , : J K V [ \ f k l w | }    q {       % 7 9 P Q Z . / @   2 a b c d e n          
   > m                   * < = > ? H < = N                  	 
   " # + 3 8 9 A I U V ^ e j k s z   r |       / 0 2 3 4 = 
   S T         4 5 7 8 9 B C	 D	 U	 c	 d	 e	 o	 z	 	 	 	 	 	 
 
 
 
 
 &
 ' ( 9 G H v       
 *
 +
 -
 .
 /
 8
            * + Y         0 > ?           ! 8 9 B | }    x         i k    8 9 J w ~          G H I J S      & ' = M N O P Q R S T U V ~              m  )! *! +! ,! T! t! ! ! ! ! ! " " " 5# <# E# F# $ $ $ $ $ $ % M% N% O% P% Y% ,' -' >' ' ' ' ' 1( 2( 3( 4( =( ;* <* M* * * * * ;+ <+ =+ >+ G+ p- q- - - - - - . _/ `/ a/ b/ s/ / / / / O0 P0 Q0 R0 [0 3 3 3 3 4 
4 4 5 6 	6 
6 6 36 46 6 6 6 6 6 = = != e= l= u= v= > ? ? ? ? ? ? Q@ R@ S@ T@ ]@ XF YF jF F F F F G I I I 	I 1I 2I I I I I I U U U U U  V !V &V (V )V *V 3V fW gW xW W W u` ` ` ` ` ` ` ` ` Ga Ia Ja Ka Ta b b b b b b b Jc Lc Mc Nc Wc d d .d /d 0d Xd Yd d d d d d we xe e e e e e  f f f f 
f Ag Bg Sg Tg Ug El Ol Zl l l l l l l )m +m Am Bm Km n n n n n n n o #o $o %o &o No Oo o o o o o q q q q q q q r 5r 6r 7r 8r `r ar r r r r r ut vt t t t t t *u ,u -u .u 7u w w w w w    ʅ ݅    	   ) * + 7 8 9 E I \ d p q v    	  ; @     Ƈ    J N h i n   ҈ ӈ ؈   1 2 =           ˉ Љ ؉ ߉      	                     , - A C D E F G O U V _ c d w          ̋ ͋ ׋             	 U b        8 9 J   m y      . /    Ѯ Ү       
         1 3 9 : S U Z [ i k q r          ¯ ǯ ȯ             , . 3 4 ; @ [ \    L V ` a        !   ú     
      8 9 J j k l        * + < \ ] ^           ˾ ̾ ƿ п ۿ   " # D q      ? @ Q     	 
    p q                  
   / = M N Y ^ _ i n o z                   	   2 @ P Q \ a b l q r }                  
    Z h x y                         % & 0 5 6   , - 8 = > H M N Y ^ _ i n o                 & 4 D E P U V ` e f q v w                	    @ N ^ _ j o p z         > L \ ] h m n x } ~                 
       M [ k l w | }                  	 
    % * +   $ W a k l                        T U Y c n       / 0 1 2 ;    & '  ' 2 e o y z           7 8 4 C U h i n v { |                        	   $ %   % X b l m             ! + 6 i s } ~              
  K U _ `               ) \ f p q        J K \ j k l v       " # % & ' 0      5 ? J }           " " ," ^" _" &  & +& ^& h& r& s& & & ' 	'  ' !' *' ' ' ' ( ( $( %( ;( K( L( M( N( v( ( ( ( ( ( ( q) r) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * >* * * * * * o, p, , >- E- N- O- . . . . . . / ]/ ^/ _/ `/ i/ w0 x0 0 0 0 0 0 1 \2 ]2 ^2 _2 2 2 2 2 2 2 2 4 4 4 /5 05 X5 q5 5 5 5 5 5 7 7 7 >8 ?8 g8 h8 8 8 8 8 8 ; ;  ; t; {; ; ; A< < < <  = = d= e= = = = = = = = @ @ @ A A A A B C C C C C C 1D 2D 3D 4D =D J J J K 
K K K <L dM eM fM gM M M M M M M M S S T LT ST \T ]T U V V V V V V /W 1W 2W 3W <W Cc Dc Uc c c c c c c c c c e e e ne oe n n (n [n en on pn n n n n n n n _p `p qp rp sp p p p p p p p q q q q q q q Cr Er Fr Gr Pr s s 's (s )s Qs Rs s s s s s t t t t t y y y +z 5z ?z @z hz iz z z z z z L| M| ^| | | | | | | | | | | | 9} ;} R} S} \} 6 7 H |           K M N O X   % R S { | Ȃ ʂ ˂ ̂ Ղ < = N { | A M \ h {       Ǔ ȓ ɓ Փ ֓ ד        K P    ٔ ޔ # $ ) ` d         D I p q v   ϖ Ж ۖ * / ; < ? I J M V W i n v }                          ʘ ˘ ߘ             ! " # $ % 7 Q R ] j k u                 H I U    ֞ מ  ( )   & 2 3   ̮ ͮ T X Y o p                ϼ Ѽ ׼ ؼ      	   # % + , A C H I ^ ` e f             ʽ ̽ ѽ ҽ ٽ ޽          & D      O P a               	 
 1 2 3 4 5 6 ?       ) * + , - . 7 7 8 I i j d n y       % ' X Y b                 A B M [ k l w | }                   
    ( - . L Z j k v { |                  
      ! + 0 1 Z h x y                 " ' ( 2 7 8 C H I S X Y s                               
 5 C S T _ d e o t u                     $ % V d t u                  
     ) . / 9 > ?           ' , - 7 < = ] k { |               	 
    % * + 6 ; < F K L h v                    	 
 = a s u    j k | G H n       ) * ;      ? I S T z       / 0 A       
   > f x y z {  x y                        '  3  4  9  @  E  F  K  R  ^  _  g  o  t  u  }                                   
    9  k  l  n  o  p  y  F!  G!  X!  !  !  !  !  !  "  "  "  "  J"  p"  q"  s"  t"  u"  ~"  $  $  $  $  $  $  $  $  $  $  $  $  ,%  T%  U%  W%  X%  Y%  b%  c'  d'  u'  '  '  '  '  '  '  (  (  (  =(  f(  g(  i(  j(  k(  t(  )  )  )  *  	*  
*  *  *  R*  \*  f*  g*  *  *  *  *  *  *  *  Z,  [,  l,  z,  {,  ,  ,  ,  -  %-  /-  0-  Y-  Z-  [-  ]-  t-  u-  ~-  /  /  /  /  /  3  3  3  3  4  4  4  94  Y4  4  4  4  4  4  t5  u5  5  5  5  5  5  5  5  5  5  5  6  76  6  6  6  6  6  7  7  !7  R7  Y7  b7  c7  y7  7  7  7  7  7  7  7  7  7  7  7  7  '8  (8  )8  *8  38  
:  :  :  :  :  :  :  ;  e<  f<  g<  h<  <  <  <  <  <  <  =  >  >  '>  q>  x>  >  >  >?  ?  ?  ?  ?  %@  =@  @  @  @  @  @  hB  iB  zB  B  B  B  C  mC  nC  oC  pC  yC  wE  xE  E  E  E  F  F  wF  xF  yF  zF  F  H  H  H  I  I  "I  #I  I  J  J  J  J  J  K  K  +K  ,K  K  K  K  K  K  AN  BN  SN  9O  @O  IO  JO  GP  DQ  EQ  FQ  GQ  oQ  pQ  Q  Q  Q  Q  Q  KX  LX  ]X  X  X  X  X  Y  [  [  [  [  -[  .[  [  [  [  [  [  a  a  a  a  a  a  a  c  Bd  Cd  Dd  Ed  md  nd  d  d  d  d  d  p  p  p  7q  8q  \q  ]q  bq  dq  eq  fq  oq  r  r  r  s  
s  {  {  {  {  |  
|  |  6|  7|  |  |  |  |  |  }  }  ~  ~  ~  9~  :~  ~  ~  ~  ~  ~  X  Y  j  k  l                    ŀ  ƀ  ǀ      <  >  ?  @  I  }  ~              ɇ  Ӈ  ݇  އ      e  g  }  ~          )  0  8  9  O  _  `  a  b      ׊  ي        Ԍ  Ռ      !  )  *  Z  q  r  s  t                    Ï          f  h  i  j  s  ڒ  ے        ߠ              @  E  U  V  e  f  g  s  t  u                    D  E  J  w  |    ¢  Ǣ      T  U  Z                      B  G  m  n  y  Ȥ  ͤ  ٤  ڤ  ݤ                    "  .  /  :  >  E  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  <  =  >  W  h  i  }                                ¦  æ  զ          	       !  "  #  $  %  &  '  4  5  C  D  E            ;  <  O  t  u    Ƭ  Ǭ      Ļ  л  ѻ  "  8  j  k        
    "  #  $  -  ;  H  I  J  K  L  M  Q  R  S  T  m  o  u  v                                               %  &  5  7  =  >  L  N  T  U  h  j  o  p  w  |      @  J  U              :  <  S  T  ]             !  H  I  J  K  L  M  V  t  u                        f  g  x                                      J  T  ^  _                 {  |    !  "  C  D  E  F  G  H  Q                	  
        %  *  +  6  ;  <  F  K  L  k  y                                    	        $  )  *  5  :  ;  E  J  K  n  |                                      "  '  (  2  7  8  C  H  I  S  X  Y                                      /  0  ;  @  A  K  P  Q  \  a  b  l  q  r  J  X  h  i  t  y  z                                  
        #  $  .  3  4  b  p                                        #  $  .  3  4  ?  D  E  O  T  U  |                                z                                  	      %  *  +  5  :  ;  F  K  L  V  [  \                                      $  %  0  5  6  @  E  F  Q  V  W  a  f  g  K  U  `                  *  +  4    	          ;  <  =  >  ?  H                            G  k  l  m  n  w        b  c  Y  c  n                      "      (  s  t  p! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! #! /! 0! 8! ?! D! E! M! T! `! a! L,! V,! a,! ,! ,! ,! ,! ,! 	-! 
-! -! 
-! -! -! .! .! .! -/! ./! ]/! g/! r/! /! /! /! /! /! 0! 0! 0! 0! 0! 0! 2! 2! /2! =2! >2! ?2! I2! T2! 2! 2! 2! 2! 2! 2! 2! 2! 2! 2!  3! 5! 5! 5! !5! "5! P5! Z5! e5! 5! 5! 5! 5! 5! 6! 6! 6! 6! 	6! 6! 7! 7! 7! 7! 7! 7! 7! 7! 7! 7! 8! 8! 38! ^8! _8! a8! b8! c8! l8! 9! 9! 
:! :! :! q:! {:! :! :! :! :! :! :! :! :! :! ;! ;! ;! V=! W=! h=! =! =! RA! \A! gA! A! A! A! A! A! A! CB! EB! \B! ]B! fB! C! C! $C! QC! XC! `C! aC! wC! C! C! C! C! C! C! !D! "D! #D! $D! -D! D! D! D! D! D!  E! E! E! 'E! (E! )E! *E! +E! ,E! -E! .E! /E! 0E! XE! zE! E! E! E! E! E! G! G! G! zH! H! H! H! GI! J! J! J! J! .J! NJ! J! J! J! J! J! K! K! K! L! L! L!  L! L! M! M! M! M! M! M! 'N! (N! )N! *N! 3N! P! P! P! kP! lP! P! P! Q! Q! 
Q! Q! Q! S! S! 'S! zS! {S! S! S! T! T! T! T! !T! JV! KV! \V! V! V! V! V! }W! 9X! :X! ;X! <X! MX! X! X! X! X! )Y! *Y! +Y! ,Y! 5Y! [! [! [! \! \! \! \! ]! ^! ^! ^! ^! 
_! _! m_! n_! o_! p_! y_! e! e! e! ?f! Ff! Of! Pf! xg! h! h! h! h! h! h! +i! ,i! -i! .i! 7i! 2o! 3o! Do! o! o! o! o! p! q! q! q! q! r! r! kr! mr! nr! or! xr! ~! ~! ~! ~! ~! ~! ~!  ! ! ! ! 
! @! A! R! ! ! O! Y! d! ! ! ! ! ԉ! Չ! !! #! $! %! .! ! ! ! ! ! ׋! ؋! $! &! '! (! 1! ! ! ! 	! 
! 2! 3! ! ! ! ! ! Q! R! c! d! e! ! ! ڎ! ܎! ݎ! ގ! ! ! ! -! .! /! ! )! 4! g! q! {! |! ! ! ! ! ! ! %! ! ! ! Ǘ! Η! ֗! ח! ! ! ! !  ! (! )! u! w! ! ! ! r! s! ! ! ! ǚ! Ț! ! ! ! ! ! :! ;! ! ! ! ! ! O! P! a! ! ! ! ! ! ! ! ! ! x! y! ! ! ! }! ! ! ! ! ! ! ޮ! ! ! ! ! ! ! ! ! ! ! #! 6! >! J! K! P! ! ! ! ! ! ! ! _! `! e! ! ! ! ! ! $! (! B! C! H! ! ! ! ! ! ! ! ! ! ! f! k! w! x! {! ! ! ! ! ! ! ! ! ! ! ̲! Ͳ! ز! ܲ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ڳ! ۳! ܳ! ! ! ! ! ! ! !  ! !! )! /! 0! 9! =! >! Q! ]! ^! _! `! a! s! ! ! ! ! ! ! ! ! ! ! ´! ô! Ĵ! Ŵ! Ҵ! Ӵ! ! ! ! /! <! ! ! ! ٹ! ڹ! ! ! ! $! d! e! G! S! b! n! o! ! ! ! 	! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! -! /! 4! 5! C! E! K! L! _! a! g! h! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 
! ! ! ! 5! 6! ! ! ! &! 0! :! ;! b! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! $! D! E! F! m! n! o! p! q! r! {! ! ! ! 6! 7! 8! e! f! g! h! i! j! s! s! t! ! ! ! ! ! ! ! ! ! ! ! K! a! c! ! ! ! ! ! +! ! ! ! ! ! ! ! ! ! J! K! \! }! ~! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	! ! '! (! 3! 8! 9! C! H! I! T! Y! Z! d! i! j! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! *! +! 6! ;! <! F! K! L! W! \! ]! g! l! m! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 4! B! R! S! ^! c! d! n! s! t! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! 
! ! ! ! ! ! ! ! ! ! "! '! (! 3! 8! 9! C! H! I! q! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  ! ! ! ! *! /! 0! :! ?! @! K! P! Q! [! `! a! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! (! 8! 9! D! I! J! T! Y! Z! e! j! k! u! z! {! ! &! 6! 7! B! G! H! R! W! X! c! h! i! s! x! y! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! '! 5! E! F! Q! V! W! a! f! g! r! w! x! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 1! ;! E! F! y! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! e" f" w" ." /" 3" =" H" {" " " " " " 	" 
" " " " k" l" }"  	" 	" 	" 
" 
" ?
" I
" S
" T
" z
" 
" 
" 
" 
" 
" 
" " " " " " " " /" B" C" H" P" U" V" [" c" o" p" u" |" " " " " " " " " " " " " " " " " " " " " " " 9" 9" 9" 2:" <:" F:" G:" u:" :" :" :" :" :" :" <" <" <" <" <" <" =" =" C=" M=" W=" X=" =" =" =" =" =" =" =" ?" ?" ?" ?" ?" ?" ?" ?" %@" /@" 9@" :@" h@" @" @" @" @" @" @" B" B" B" B" B" B" B" C" 6C" @C" JC" KC" yC" C" C" C" C" C" C" $E" %E" 6E" DE" EE" FE" PE" [E" E" E" E" E" E" E" E" E"  F" F" 
F" G" G" G" G" G" H" H" $H" WH" aH" kH" lH" H" H" H" H" H" H" H" J" J" K" 8K" 9K" N" N" O" 8O" BO" LO" MO" uO" O" O" O" O" O" P" P" P" P" P" P" P" P" Q" %Q" &Q" 'Q" (Q" PQ" sQ" Q" Q" Q" Q" Q" KR" LR" ]R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" R" S" cS" dS" eS" fS" oS" IU" JU" [U" V" V" (V" )V" V" W" W" W" W" W" W" 7X" 8X" 9X" :X" CX" QY" RY" cY" Y" Y" Y" Y" zZ" 6[" 7[" 8[" 9[" a[" y[" [" [" [" [" [" ]" ]" ]" 	^" 
^" 2^" K^" ^" ^" ^" ^" ^" `" `" `" a" a" Aa" Ba" a" a" a" a" a" c" c" c" Nd" Ud" ^d" _d" e" e" e" e" e" e" >f" ?f" gf" hf" f" f" f" f" f" }i" ~i" i" uj" |j" j" j" k" l" l" l" l" l" l" m" m" 
m" m" m" s" s" s" s" s" s" s" u" >v" ?v" @v" Av" iv" jv" v" v" v" v" v" |" |" |" &}" -}" 6}" 7}" [~" ~" " " " " " 	" " " 
" " " " /" s" t" " " " " " " " ލ" ߍ" " H" I" " " " 5" ?" I" J" r" s" " " " ×" ̗" 9" :" K" L" M" u" v" " ę" ř" ƙ" ϙ" " " " " " К" њ" " "  " !" *" " " " " " +" ," x" z" {" |" " " " ˝" ̝" ͝" " Ǣ" Ң" " " " " B" C" " " " " ã" &" '" 8" e" l" t" u" " " " " " ƥ" ǥ" " " ," -" 6" " " "" V" ]" e" f" " " " " " ب" ٨" %" '" (" )" 2" " " " ," -" U" V" " " " " " " " (" U" V" " '" 6" B" U" Y" Z" |" " " " " " " " " " " " Լ" ܼ" " " " %" *" " " " " " " " " :" >" " " " ¾" ƾ" " " " " #" J" K" P" ~" " " " " " 	" " " " #" $" '" 0" 1" C" H" P" W" ^" j" k" v" z" " " " " " " " " " " " " " " " " x" y" z" " " " " " " " " " " " " " " " " " " " " " " +" ," 7" D" E" O" \" ]" ^" _" `" a" b" c" p" q" " " " " " "" #" /" w" x" " " " " " " " "  " " 
" ^" t" " " ." 2" 3" I" J" ^" _" `" i" w" " " " " " " " " " " " " " " " " " " " " " " " " " " " " "" #" 8" :" ?" @" Z" \" a" b" q" s" y" z" " " " " " " " " " " " " |" " " " " " "  " " v" x" " " " )" *" ;" [" \" ]" " " " " " " " " " " " " " " " 
" " " " " " " " " " " " " " " " " " " " #" C" D" >" H" S" " " " " " " " " 2" 3" <" " " " ]" ^" " " " " " " " " " " " " '" 5" E" F" Q" V" W" a" f" g" r" w" x" " " " " " " " " " " " " " " " " " " " &" 4" D" E" P" U" V" `" e" f" q" v" w" " " " " " " " " " " " " " " " "  # 
 #  # 4 # B # R # S # ^ # c # d # n # s # t #  #  #  #  #  #  #  #  #  #  #  # # # # # # # "# ## -# 2# 3# M# [# k# l# w# |# }# # # # # # # # # # # # # # # # # # # # # # # # # # # # -# .# 9# ># ?# I# N# O# Z# _# `# j# o# p# # # # # # # # # # # # # # # # # 0# ># N# O# Z# _# `# j# o# p# {# # # # # # # # # # # # # # # # # # 	# # # # # # # # # # # # # # # # # # # # 7# E# U# V# a# f# g# q# v# w# # # # # # # # # # # # # # # # # # # #  # %# &# B# P# `# a# l# q# r# |# # # # # # # # # 	# 	# 	# 	# 	# 	# 	# 
# ;
# M
# O
# f
# g
# p
# D# E# V# !
# "
# H
# w
# x
# y
# z
# {
# 
# # # # # # # # # # ## -# .# T# # # # # # # 	# 
# # # # # # # # # # # # @# R# S# T# U# ^# R# S# d# # # *# *# *# *# *# *# *# *# *# *# +# 
+# +# +# +# +#  +# %+# ,+# 8+# 9+# A+# I+# N+# O+# W+# _+# k+# l+# t+# {+# +# +# +# +# +# +# G# G# G# G# G# G# G# H# EH# FH# HH# IH# JH# SH#  J# !J# 2J# iJ# jJ# J# J# J# J# J# J# J# $K# JK# KK# MK# NK# OK# XK# YM# ZM# kM# yM# zM# {M# M# M# M# M# M# M# N# .N# /N# 1N# 2N# 3N# <N# =P# >P# OP# ]P# ^P# P# P# P# P# P# P# P# Q# @Q# AQ# CQ# DQ# EQ# NQ# R# R# R# R# R# R# R# R# ,S# 6S# @S# AS# oS# S# S# S# S# S# S# 4U# 5U# FU# TU# UU# U# U# U# U# U# 	V# 
V# 3V# 4V# 5V# 7V# NV# OV# XV# X# X# X# X# X# \# \# \# \# \# \# \# ]# 3]# ]# ]# ]# ]# ]# N^# O^# `^# ^# ^# ^# ^# ^# ^# ^# ^# ^# ^# _# ]_# ^_# __# `_# i_# _# _# _# ,`# 3`# <`# =`# S`# c`# d`# e`# f`# g`# h`# i`# j`# k`# l`# `# `# a# a# a# a# 
a# b# b# b# c# c# c# c# d# ?e# @e# Ae# Be# je# e# e# e# e# e# e# f# f# g# Kg# Rg# [g# \g# h# h# h# h# h# h# i# ci# di# ei# fi# oi# Bk# Ck# Tk# k# k# k# k# Gl# Hl# Il# Jl# Sl# Qn# Rn# cn# n# n# n# n# Qo# Ro# So# To# ]o# q# q# q# q# q# q# q# r# us# vs# ws# xs# s# s# s# t# t# et# ft# gt# ht# qt# w# w# -w# x# x# #x# $x# !y# z# z#  z# !z# Iz# Jz# z# z# z# z# z# %# &# 7# {# # # # # ܃# ݃# ރ# ߃# # # g# h# i# j# s# n# o# # Ċ# ˊ# Ԋ# Պ# # # # # # G# H# # # # # # # # ͙# # # 6# 7# <# ># ?# @# I# |# }# # # # # # # Ӥ# ݤ# # # # # ]# _# `# a# j# צ# ئ# # # # # # `# b# c# d# m# 2# 3# D# E# F# n# o# # # # # Ȩ# # # # # # ɩ# ʩ# # # # # ## W# X# i# j# k# [# e# p# # # # # # # ?# A# W# X# a# Ĳ# Ų# ֲ# # 
# # # )# 9# :# ;# <# d# e# # # ʳ# ˳# Գ# # # # # # # # 4# K# L# M# N# v# w# ö# Ŷ# ƶ# Ƕ# ж# # # # ʸ# ˸# # # @# B# C# D# M# # # ƻ# # # # # # # # # # # # /# 0# ?# @# A# M# N# O# [# _# r# z# # # # # # # # $# Q# V# # # # # # .# /# 4# `# d# ~# # # # # # # # # !# G# H# S# # # # # # # # # # # # # # # # # 	# # # # &# '# (# )# *# +# ,# -# .# /# 0# 1# 2# 3# 4# # # # 1# B# C# W# Y# Z# [# \# ]# e# k# l# u# y# z# # # # # # # # # # # # # # # # # # # #  # # # # # # # k# x# # # # # # )# N# O# `# # # # # # # # # # D# E# # # # # # # # # # # "# ## $# %# &# '# +# ,# -# .# G# I# O# P# i# k# p# q# # # # # # # # # # # # # # # # # # # #  # # # # # &# (# .# /# B# D# I# J# Q# V# q# r# # $# /# b# l# v# w# # # # # -# .# 7# # # # # # # "# ## $# %# &# '# 0# N $ O $ ` $  $  $  $  $  $  $  $  $  $  $ @$ A$ R$ r$ s$ t$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ .$ 8$ 9$ Z$ $ $ $ $ $ $ U$ V$ g$ $ $ $ $ $  $ !$ "$ +$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ E$ S$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ 
$ 
$ 
$ 
$ 
$ $
$ %
$ H
$ V
$ f
$ g
$ r
$ w
$ x
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ 
$ $ $ $ $ $ $ "$ #$ -$ 2$ 3$ p$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ %$ *$ +$ 6$ ;$ <$ F$ K$ L$ $$ 2$ B$ C$ N$ S$ T$ ^$ c$ d$ o$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ <$ J$ Z$ [$ f$ k$ l$ v$ {$ |$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $ )$ .$ /$ V$ d$ t$ u$ $ $ $ $ $ $ $ $ $ $ $ $ T$ b$ r$ s$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  $ %$ &$ 0$ 5$ 6$ c$ q$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 
$ $ $ $ $  $ +$ 0$ 1$ ;$ @$ A$ %$ /$ :$ m$ w$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ "$ $ $ $ j$ k$ o$ y$ $ $ $ $ $ $ ! $ E $ F $ G $ H $ Q $ "$ "$ "$ <$$ =$$ 3%$ =%$ H%$ {%$ %$ %$ %$ %$ %$ %$ %$ %$ %$ %$ &$ &$ '$ M'$ N'$ J8$ Y8$ k8$ ~8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 8$ 	9$ 
9$ 9$ 9$ 9$ 9$ '9$ .9$ :9$ ;9$ &U$ 0U$ ;U$ nU$ xU$ U$ U$ U$ U$ U$ U$ U$ U$ U$ W$ W$ W$ X$ X$ 7X$ AX$ LX$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ X$ Z$ Z$ 	[$ [$ [$ [$ #[$ .[$ a[$ k[$ u[$ v[$ [$ [$ [$ [$ [$ [$ [$ ]$ ]$ ]$ ]$ ]$ *^$ 4^$ ?^$ r^$ |^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ^$ ``$ a`$ r`$ `$ `$ `$ `$ `$ `$ `$ `$ `$ 
a$ 8a$ 9a$ ;a$ <a$ =a$ Fa$ b$ b$ b$ b$ b$ Kc$ Uc$ `c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ c$ 0f$ 1f$ Bf$ tf$ uf$ ,j$ 6j$ Aj$ tj$ ~j$ j$ j$ j$ j$ k$ k$ 6k$ 7k$ @k$ k$ k$ k$ +l$ 2l$ :l$ ;l$ Ql$ al$ bl$ cl$ dl$ l$ l$ l$ l$ l$ l$ m$ m$ m$ m$ m$ m$ m$ m$ m$ n$ n$ n$ n$ n$ n$ n$ n$ 	n$ 
n$ 2n$ Tn$ n$ n$ n$ n$ n$ p$ p$ p$ Tq$ [q$ dq$ eq$ !r$ r$ r$ r$ r$ s$ (s$ ss$ ts$ us$ vs$ s$ t$ t$ t$ t$ t$ t$ t$ u$ rv$ sv$ tv$ uv$ v$ v$ w$ w$ w$ w$ 
w$ x$ x$ x$ Ey$ Fy$ ny$ y$ y$ y$ y$ y$ y$ {$ {$ |$ T|$ U|$ }|$ ~|$ |$ |$ |$ |$ |$ $$ %$ 6$ $ $ $ $ W$ $ $ $ $ '$ z$ {$ $ $ $ $ $ $ $ $ $ ˄$ $ $ $ $ $ $ $ $ $ $ $ G$ H$ I$ J$ S$ Î$ Ď$ Վ$ $  $ )$ *$ R$ z$ {$ |$ }$ $ $ $ $ $ $ $ $ 
$ $ b$ i$ r$ s$ $ $ $ $ $ $ $ E$ G$ H$ I$ R$ Y$ Z$ k$ $ $ ԧ$ է$ ڧ$ ܧ$ ݧ$ ާ$ $ $ $ ,$ $ $ )$ 3$ >$ q$ {$ $ $ $ $ $ $ $ $ $ u$ v$ $ $ $ $ $ $  $ $ $ $ е$ ѵ$ $ $ $ $ 
$ Y$ [$ \$ ]$ f$ +$ ,$ =$ >$ ?$ g$ h$ $ $ $ $ $ $ $ $ $ 	$ $ $ $ A$ K$ U$ V$ ~$ $ ݾ$ ߾$ $ $ $ b$ c$ t$ $ $ $ $ $ $ $ $ $ $ $ O$ Q$ h$ i$ r$ L$ M$ ^$ $ $ $ $ $ $ $ $ $ $ $ a$ c$ d$ e$ n$ )$ *$ ;$ h$ i$ $ $ $ $ $ $ $ R$ S$ d$ $ $ W$ c$ r$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $$ %$ *$ a$ f$ $ $ $ $ $ 9$ :$ ?$ v$ z$ $ $ $ $ $ $ $ "$ Z$ _$ $ $ $ $ $ $ $ $ @$ E$ Q$ R$ U$ _$ `$ c$ l$ m$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ 
$ $ $ $ +$ 7$ 8$ 9$ :$ ;$ M$ g$ h$ s$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ 	$ $ ^$ _$ k$ $ $ $ $ $ $ >$ ?$ !$ -$ <$ H$ I$ $ $ $ $ j % n % o %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  %  % % 	% % % % % %% &% 9% ;% A% B% W% Y% ^% _% t% v% {% |% % % % % % % % % % % % % % % % % % % % % 
% 
% 
%  % 
% % % <% Z% % % % % % e% f% w% % % % % % % % % % % 
% 
% 
% % %  % G% H% I% J% K% L% U% % % % % % % ?% @% A% B% C% D% M% M% N% _% % % z% % % % % % % % %% ;% =% n% o% x% % % % % % % % % % % % % $% %% 6% W% X% c% q% % % % % % % % % % % % % % % % % % % 
% % % % "% #% .% 3% 4% >% C% D% b% p% % % % % % % % % % % % % % % % % % % % % %  % %% &% 1% 6% 7% A% F% G% p% ~% % % % % % % % % % % % % % % % % ,% -% 8% =% >% H% M% N% Y% ^% _% i% n% o% % % % % % % % % % % % % % % % % % % % % % % % % % % 
% % % % "% #% K% Y% i% j% u% z% {% % % % % % % % % % % % % % % 	% 
% % % % %% *% +% 5% :% ;% l% z% % % % % % % % % % % % % % % %  %  %  %  % # % $ % . % 3 % 4 % ? % D % E % O % T % U %  %  !% !% !% !% !!% "!% ,!% 1!% 2!% =!% B!% C!% M!% R!% S!% s!% !% !% !% !% !% !% !% !% !% !% !% !% !% !% !% "% "% "%  "% +"% 0"% 1"% ;"% @"% A"% L"% Q"% R"% \"% a"% b"% ~"% "% "% "% "% "% "% "% "% "% "% "% "% "% "% "% $% $% $% %% %% %%  %% S%% w%% %% %% %% %% %% '% '% '% ](% ^(% (% (% (% (% (% (% (% ?*% @*% Q*% +% 	+% 
-% -% "-% U-% _-% i-% j-% -% -% -% -% -% -% -% E0% F0% W0% 1% 1% 2% 2% 2% 3% #3% -3% .3% T3% |3% 3% 3% 3% 3% 3% 4% 4% 4% 4% 4% E% E% 	F% F% F% "F% *F% /F% 0F% 5F% =F% IF% JF% OF% VF% [F% \F% aF% hF% tF% uF% }F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% F% b% b% b% c% c%  c% !c% Oc% c% c% c% c% c% c% \e% ]e% ne% e% e% e% e% e% f% 'f% 1f% 2f% `f% f% f% f% f% f% f% h% h% h% h% h% h% h% h% h% 	i% i% i% Bi% ji% ki% mi% ni% oi% xi% yk% zk% k% k% k% k% k% k% l% l% $l% %l% Sl% |l% }l% l% l% l% l% m% m% n% n% n%  n% *n% 5n% hn% rn% |n% }n% n% n% n% n% n% n% n% pp% qp% p% p% p% p% p% p% 1q% ;q% Eq% Fq% oq% pq% qq% sq% q% q% q% s% s% s% t% t% w% w% w% x% x% &x% 'x% Ox% ox% x% x% x% x% x% y% y% y% y% y% y% y% y% y%  z% z% z% *z% Mz% z% z% z% z% z% %{% &{% 7{% h{% o{% x{% y{% {% {% {% {% {% {% {% {% {% {% {% {% {% =|% >|% ?|% @|% I|% #~% $~% 5~% ~% ~% % % % {% |% }% ~% % ƀ% % % % % % +% ,% =% % % % % T% % % % % ;% S% % % % % % ~% % % % % % %% % % % % % % % % % % % % % % % % % % Ì% Ԍ% (% /% 8% 9% % % % % % Ŏ% % % A% B% % % % % % W% X% i% O% V% _% `% ]% Z% [% \% ]% % % % % % % % a% b% s% % % ǜ% Ȝ% % % % % % C% D% % % % % % % % %  % % % % 5% X% Y% Z% [% % % % % % % % % % 	% M% N% r% s% x% z% {% |% % % % ʶ% "% #% ǿ% ѿ% ܿ% % % #% $% L% M% % % % % % % % %% &% '% O% P% % % % % % n% o% % % % % % % % % % % % % % % % % % R% T% U% V% _% % % % % % % % % % % % % % % {% }% % % %  % % % ?% F% N% O% e% u% v% w% x% % % % % % % % % % % 0% 7% ?% @% p% % % % % % % % % % % % % % % % % /% 0% |% ~% % % % % % % /% 0% % % % % /% 3% 4% V% [% k% l% {% |% }% % % % % % % % % % % % % Z% [% `% % % % % % % % j% k% p% % % % % % % % $% %% *% X% ]% % % % % % % % % % % % 
% % % "% *% 1% 8% D% E% P% T% [% b% c% d% e% f% g% h% i% j% k% l% m% n% o% p% R% S% T% m% ~% % % % % % % % % % % % % % % % % % % % % % % % % % )% 6% 7% 8% 9% :% ;% <% =% J% K% Y% Z% [% % % % % 	% Q% R% e% % % % % % % % % % % 8 & N &  &  & & & 
& #& $& 8& 9& :& C& Q& ^& _& `& a& b& c& g& h& i& j& & & & & & & & & & & & & & & & & & & & & & & & & 4& 6& ;& <& K& M& S& T& b& d& j& k& ~& & & & & & & & V& `& k& & & & & & & P& R& i& j& s& & & & 5& 6& 7& ^& _& `& a& b& c& l& & & & & & & & & & & & & & |& }& & & & & & & & & & & & & & & & & & "& -& `& j& t& u& & & & &  & 
 &  & !& !& !& 7"& 8"& Y"& Z"& ["& \"& ]"& ^"& g"& "& "& "& "& "& '& '& '&  '& +'& 0'& 1'& ;'& @'& A'& L'& Q'& R'& \'& a'& b'& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '& '&  (& (& (& (& *(& /(& 0(& :(& ?(& @(& K(& P(& Q(& [(& `(& a(& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& (& )& )& ,)& -)& 8)& =)& >)& H)& M)& N)& Y)& ^)& _)& i)& n)& o)& )& )& )& )& )& )& )& )& )& )& )& )& )& *& *& 
*& '*& 5*& E*& F*& Q*& V*& W*& a*& f*& g*& r*& w*& x*& *& *& *& `+& n+& ~+& +& +& +& +& +& +& +& +& +& +& +& +& +& +& +& ,& ,& ,& ,& ,& #,& (,& ),& 4,& 9,& :,& D,& I,& J,& x,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& ,& 
-& -& (-& )-& 4-& 9-& :-& D-& I-& J-& U-& Z-& [-& e-& j-& k-& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& -& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& .& /& /& //& 0/& ;/& @/& A/& K/& P/& Q/& \/& a/& b/& l/& q/& r/& /& /& /& /& /& /& /& /& /& /& /& /& /& /& /&  0& 0& *0& :0& ;0& F0& K0& L0& V0& [0& \0& g0& l0& m0& w0& |0& }0& a2& k2& v2& 2& 2& 2& 2& 2& 3& '3& )3& @3& A3& J3& 5& 5& 05& 5& 5& "6& Q6& R6& S6& T6& U6& ^6& 7& 7& 7& 8& 8& :& :& :& :& :& ;& ;& .;& ];& ;& ;& ;& ;& ;& =& =& =& x?& y?& o@& y@& @& @& @& @& @& @& A& ,A& -A& .A& /A& 8A& ,B& -B& >B& B& B& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& S& T& T& T& T& #T& (T& )T& 1T& 9T& ET& FT& NT& UT& ZT& [T& cT& jT& vT& wT& bp& lp& wp& p& p& p& p& p& q&  q& "q& #q& $q& -q& r& r& s& Cs& Ds& ss& }s& s& s& s& s& s& s& $t& %t& 't& (t& )t& 2t& 3v& 4v& Ev& Sv& Tv& Uv& _v& jv& v& v& v& v& v& w& 	w& w& w& 
w& w& y& y& )y& 7y& 8y& fy& py& {y& y& y& y& y& y& z& z& z& z& z& (z& {& {& {& {& {& {& {& {& |& |& |& |& I|& t|& u|& w|& x|& y|& |& ~& ~&  ~& .~& /~& ~& ~& ~& ~& ~& ~& ~& 
& & & & (& )& 2& l& m& ~& & & h& r& }& & & ą& Ņ& & 
& Y& [& r& s& |& (& )& :& g& n& v& w& & & & & & ȇ& & 7& 8& 9& :& C& È& Ĉ& Ո& & 
& & & -& =& >& ?& @& A& B& C& D& E& F& n& & ۉ& ܉& ݉& މ& & & & Ӌ& & & & & ]& & & & & D& d& & & & & & ɏ& ʏ& ۏ& %& ,& 5& 6& & & & & & ّ& & =& >& ?& @& I& & & .& & & & Ô& !& "& #& $& -& +& ,& =& & & & & +& ,& -& .& 7& `& a& r& ƚ& ͚& ֚& ך& & O& P& Q& R& c& & & ߜ& & ?& @& A& B& K& & & & & & & & & & & & & #& $& & & & & & &  & & U& \& e& f& & & & & & & & A& B& C& D& M& H& I& Z& & & & & Ӵ& & & & & !& "& & & & & & & & & & & & & & & & & #& V& W& h& & & e& o& z& & & & & & & 7& 9& :& ;& D& & & & & & & & :& <& =& >& G& & 
& & &  & H& I& & & & & & g& h& y& z& {& & & & & & & & 1& 2& C& D& E& 5& ?& J& }& & & & & & & & 1& 2& ;& & & & & & & & & & & & & >& ?& & & & & & & & & & & & & & %& && '& (& P& Q& & & & & & e& f& w& & & & & & & & & '& & & & & & & & & & & & & & & 	& 
& & & & '& (& )& 5& 9& L& T& `& a& f& & & & & & +& 0& u& v& {& & & & 	& & :& >& X& Y& ^& & & & & & & & !& "& -& |& & & & & & & & & & & & & & & & & & & &  & & & & & & & & & 	& 
& & & 
& & & & & & & & 1& 3& 4& 5& 6& 7& ?& E& F& O& S& T& g& s& t& u& v& w& & & & & & & & & & & & & & & & & & & & & E& R& & & & & & & (& )& :& z& {& ]
' i
' x
' 
' 
' 
' 
' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' ' ' ' !' #' )' *' C' E' J' K' Y' [' a' b' u' w' }' ~' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ' ' ' 	' ' ' #' $' +' 0' K' L' %' %' 	&' <&' F&' P&' Q&' x&' &' &' &' '' '' '' '' '' '' '' '' '' '' '' '' ''  (' (' 
(' ()' ))' :)' Z)' [)' \)' )' )' )' )' )' )' )' *' *' ,*' L*' M*' N*' {*' |*' }*' ~*' *' *' *' +' +' +' +' +' ,' ,' ,' ,' -' -' -' 4-' a-' w-' y-' -' -' -' //' 0/' A/' /' /' /' /' /' /' /' /' 0' `0' a0' r0' 0' 0' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4' 4'  5' 5' -5' =5' >5' I5' N5' O5' Y5' ^5' _5' j5' o5' p5' z5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' 5' "6' 06' @6' A6' L6' Q6' R6' \6' a6' b6' m6' r6' s6' }6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 6' 7' 7' 
7' J7' X7' h7' i7' t7' y7' z7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 7' 8' 8' 8' 8' 8'  8' %8' &8' 8' 9' 9' 9' (9' -9' .9' 89' =9' >9' I9' N9' O9' Y9' ^9' _9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' 9' :' $:' 4:' 5:' @:' E:' F:' P:' U:' V:' a:' f:' g:' q:' v:' w:' :' :' :' :' :' :' :' :' :' :' :' :' :' ;' ;' 	;' 0;' >;' N;' O;' Z;' _;' `;' j;' o;' p;' {;' ;' ;' ;' ;' ;' .<' <<' L<' M<' X<' ]<' ^<' h<' m<' n<' y<' ~<' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <' <'  =' 
=' =' =' ==' K=' [=' \=' g=' l=' m=' w=' |=' }=' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' =' >' 
>' >' >' >' >' ?' 	@' @' G@' Q@' [@' \@' @' @' @' @' @' @' @' B' B' B' C' C' C' C' C' C' C' C' C' {E' |E' E' DF' EF' IH' SH' ^H' H' H' H' H' H' H' I'  I' !I' "I' +I' K' K' K' M' M' 
N' N' "N' UN' _N' iN' jN' N' N' N' N' N' N' N' O' O' O' 'P' (P' $a' 3a' Ea' Xa' Ya' ^a' fa' ka' la' qa' ya' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' a' b' b' b' b'  ~' 
~' ~' H~' R~' \~' ]~' ~' ~' ~' ~' ~' ~' ~' ' ' ' ' ' ' ' &' Y' c' m' n' ' ' Á' Ł' Ɓ' ǁ' Ё' у' ҃' ' ' ' ' ' ' ;' E' O' P' ~' ' ' ' ' ' ' ' ' ǆ' Ն' ֆ' ' ' ' L' V' `' a' ' ' ' ' ' ' Ƈ' :' ;' L' Z' [' \' f' q' ' ' ' ' ' ' ' ' ' '  ' ' ' ' ̋' ͋' %' /' :' m' w' ' ' ' ' ' ' ƌ' ǌ' Ќ' 
' ' ' N' O' ' ' ' N' X' b' c' ' ' ' ' ' ' ' Ɣ' ǔ' ؔ' ' ' ' ' +' ;' <' =' >' f' ' Օ' ֕' ו' ؕ' ' a' b' s' ' ' ' ' ˖' ۖ' ܖ' ݖ' ޖ' ߖ' ' ' ' ' ' ' .' y' z' {' |' ' _' `' q' .' 5' >' ?' ' ' ' ' ' ' ' M' N' O' P' Y' g' h' y' Ý' ʝ' ӝ' ԝ' ' L' M' N' O' w' ' ۟' ܟ' ݟ' ޟ' ' ' ' ̡' '  ' H' a' ' ' ' ¢' ˢ' ɤ' ʤ' ۤ' .' /' W' X' ɥ' ʥ' ˥' ̥' ե' ' ' ' d' k' t' u' 1' ' ' ' ' ' T' U' }' ~' ݪ' ު' ߪ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' °' !' "' #' $' -' ' ' ' ' ' ' ' ,' T' U' V' W' ' ' ߺ' ' ' ' ' ' ' ' <' C' L' M' q' ' ' ' ' ' ' ' !' "' #' ,' 3' 4' E' ' ' ' ' ' ' ' ' ' ' ' ' ^' _' ' 
' ' K' U' _' `' ' ' ' ' ' ' ' O' P' a' b' c' ' ' ' ' ' ' ' ' ' ' ' ' ' ' 3' 5' 6' 7' @' ' ' ' ' ' A' B' ' ' ' ' ' ' ' ' ' ' ' ' ' ' %' /' 0' X' Y' ' ' ' ' ' <' =' N' {' ' ' ' ' ' ' ' ' ' ' )' +' B' C' L' &' '' 8' l' s' {' |' ' ' ' ' ' ' ' ;' =' >' ?' H' ' ' ' B' C' k' l' ' ' ' ' ' ,' -' >' k' l' 1 ( = ( L ( X ( k ( o ( p (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  ( ( ;( @( ( ( ( ( ( ( ( ( P( T( ( ( ( ( ( ( ( ( 4( 9( `( a( f( ( ( ( ( ( ( ( +( ,( /( 9( :( =( F( G( Y( ^( f( m( t( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( '( A( B( M( Z( [( e( r( s( t( u( v( w( x( y( ( ( ( ( ( 
( 
( 8( 9( E( ( ( ( ( ( ( ( ( ( ( ( "( #( t( ( ( ( D)( H)( I)( _)( `)( t)( u)( v)( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )( )(  *( *( *( *( *( 1*( 3*( 8*( 9*( N*( P*( U*( V*( p*( r*( w*( x*( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( *( 3( 3( 3( 3( 3( 3( 3( 4( 44( 4( 4( 4( 4( 4( ?5( @5( Q5( q5( r5( s5( 5( 5( 5( 5( 5( 5( 5( 6( 6( 6( 6( 6( 6( !7( "7( #7( $7( %7( &7( /7( 7( 7( 7( 7( 7( 7( 8( 8( 8( 8( 8( 8( '8( '9( (9( 99( Y9( Z9( T:( ^:( i:( :( :( :( :( :( :( ;( ;( H;( I;( R;( <( <( <( s=( t=( =( =( =( =( =( =( =( =( =( >( 1>( 2>( =B( KB( [B( \B( gB( lB( mB( wB( |B( }B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( B( C( 
C( C( C( C( C( <C( JC( ZC( [C( fC( kC( lC( vC( {C( |C( C( C( C( C( C( C( C( C( C( C( C( C( C( C( C(  D( D( D( D( D(  D( !D( JD( XD( hD( iD( tD( yD( zD( D( D( D( D( D( D( D( D( D( D( D( E( E( E( E( E( "E( 'E( (E( 3E( 8E( 9E( CE( HE( IE( cE( qE( E( E( E( E( E( E( E( E( E( E( E( E( E( E( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( F( %G( 3G( CG( DG( OG( TG( UG( _G( dG( eG( pG( uG( vG( G( G( G( G( G( G( G( G( G( G( G( G( G( G( H( H( H( H( H( FH( TH( dH( eH( pH( uH( vH( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( H( I( 
I( I( I( I( I( )I( .I( /I( I( I( I( I( I( I( I( J( J( J( J( J( J( 'J( ,J( -J( MJ( [J( kJ( lJ( wJ( |J( }J( J( J( J( J( J( J( J( J( J( J( J( J( J( K( 
K( K( K( K( K( &K( +K( ,K( 6K( ;K( <K( XK( fK( vK( wK( K( K( K( K( K( K( K( K( K( K( K( K( M( M( M( M( M( M( M( -N( QN( cN( eN( |N( }N( N( ZP( [P( lP( 7Q( 8Q( ^Q( Q( Q( Q( Q( Q( Q( S( S( +S( S( S( U( U( U( /V( 9V( CV( DV( jV( V( V( V( V( V( V( Y(  Y( 1Y( Z( Z( [( [( [( [( [( \( \( .\( V\( h\( i\( j\( k\( t\( h]( i]( z]( ]( ]( n( n( n( n( n( n( o( 	o( 
o( o( o( #o( $o( )o( 0o( 5o( 6o( ;o( Bo( No( Oo( Wo( _o( do( eo( mo( uo( o( o( o( o( o( o( o( o( o( o( ( ( ( ( ( ( ( )( [( \( ^( _( `( i( 6( 7( H( ( ( ( ( Ď( ( ( ( ( :( `( a( c( d( e( n( o( p( ( ( ( ( ( ( ّ( ( ( ( ( D( E( G( H( I( R( S( T( e( s( t( ( ( ( ( ( ( ( -( V( W( Y( Z( [( d( ؖ( ٖ( ( ( ( ( ( ( B( L( V( W( ( ( ( ( ( ( ( J( K( \( j( k( Ù( ͙( ؙ( ( ( (  ( I( J( K( M( d( e( n( ( ( ( ( ( ( ( ( ( (  ( ( )( I( ( ( ( ( ( d( e( v( ( ( ( ( ɢ( ٢( ڢ( ۢ( ܢ( ( '( s( t( u( v( ( (  ( ( B( I( R( S( i( y( z( {( |( }( ~( ( ( ( ( ( ̤( ( ( ( ( #( ( ( ( ̧( ӧ( ܧ( ݧ( ( U( V( W( X( ( ( ( ( ( ( ( ( ( ( a( h( q( r( .( ( ( ( ( ( -( y( z( {( |( ( X( Y( j( ( ( ( ( ]( ^( _( `( i( g( h( y( ̲( Ͳ( ( ( g( h( i( j( s( ( ( ( ( 	( ( ( ϶( ( ( ( ( ( ( ( ( ( {( |( }( ~( ( 1( 2( C( )( 0( 9( :( 7( 4( 5( 6( 7( _( `( ( ( ( ¾( ˾( ;( <( M( ( ( ( ( ( ( ( ( ( ( ( }( ~( ( ( ( ( ( ( ( ( ( ( ( 2( 3( 4( 5( ]( ^( ( ( ( ( ( ( ( ( '( (( L( M( R( T( U( V( _( ( ( ( ( ( ( ( ( ( ( ( ( &( '( s( u( v( w( ( ( ( (  ( ( )( *( v( x( y( z( ( H( I( Z( [( \( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ,( .( /( 0( 9( m( n( ( ( ( q( {( ( ( ( ( ( ( ( U( W( m( n( w( ( ( ( (  ( (( )( ?( O( P( Q( R( z( {( ( ( ( ( ( ( ( ( 
( ( ( ( J( a( b( c( d( ( ( ( ( ( ( ( ( ( ( ( ( 	( 
( V( X( Y( Z( c( ( ( ( 	 ) 
 ) 
) 
) 
) 
) 	) 
) ) 0) 5) E) F) U) V) W) c) d) e) q) u) ) ) ) ) ) ) ) 4) 5) :) g) l) ) ) ) ) ) D) E) J) v) z) ) ) ) ) ) ) ) ) 2) 7) ]) ^) i) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) *) .) 5) <) =) >) ?) @) A) B) C) D) E) F) G) H) I) J) ,) -) .) G) X) Y) m) o) p) q) r) s) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) $) %) 3) 4) 5) ) ) ) ) ) +) ,) ?) d) e) v) ) ) () () () () () )) ()) Z)) [)) 6) 6) 6) 6) 6) 7) 7) 7) 7) +7) 87) 97) :7) ;7) <7) =7) A7) B7) C7) D7) ]7) _7) e7) f7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 7) 8) 8) 8) 8) %8) '8) -8) .8) <8) >8) D8) E8) X8) Z8) _8) `8) g8) l8) 8) 8) 0A) :A) EA) xA) A) A) A) A) A) *B) ,B) CB) DB) MB) B) B) B) C) C) C) 8C) 9C) :C) ;C) <C) =C) FC) dD) eD) vD) D) D) D) D) D) D) D) D) D) D) VE) WE) hE) E) E) E) E) E) E) E) E) E) E) F) F) F) F) F) G) G) H) :H) DH) NH) OH) pH) H) H) H) H) H) H) kJ) lJ) }J) K) K) 3K) 4K) 5K) 6K) 7K) 8K) AK) K) K) K) K) K) O) O) O) O) P) 
P) P) P) P) P) &P) +P) ,P) 6P) ;P) <P) [P) iP) yP) zP) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) P) Q) 	Q) 
Q) Q) Q) Q) %Q) *Q) +Q) 5Q) :Q) ;Q) ^Q) lQ) |Q) }Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) Q) R) R) R) R) R) "R) 'R) (R) 3R) 8R) 9R) CR) HR) IR) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) R) S) S) S)  S) +S) 0S) 1S) ;S) @S) AS) LS) QS) RS) \S) aS) bS) :T) HT) XT) YT) dT) iT) jT) tT) yT) zT) T) T) T) T) T) T) T) T) T) T) T) T) T) T) U) U) U) U) U) U) #U) $U) RU) `U) pU) qU) |U) U) U) U) U) U) U) U) U) U) U) U) U) U) V) V) V) V) V) V) #V) $V) /V) 4V) 5V) ?V) DV) EV) lV) zV) V) V) V) V) V) V) V) V) V) V) V) V) V) V) jW) xW) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) W) 	X) 
X) X) X) X) %X) *X) +X) 6X) ;X) <X) FX) KX) LX) yX) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) X) Y) Y) Y)  Y) %Y) &Y) 0Y) 5Y) 6Y) AY) FY) GY) QY) VY) WY) ;[) E[) P[) [) [) [) [) [) [) \) \) \) \) $\) ]) ]) 
^) ^) ^) ^) +_) ,_) -_) ._) /_) 8_) `) `) `) a) a) c) c) c) c) c) c) c) d) 7d) [d) \d) ]d) ^d) gd) f) f) f) Rh) Sh) Ii) Si) ^i) i) i) i) i) i) i) j) j) j) 	j) j) k) k) k) ck) dk) `|) o|) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) |) }) }) }) }) })  }) (}) /}) 4}) 5}) =}) D}) P}) Q}) <) F) Q) ) ) ) ) Ǚ) ) ) ) ) ) ) ԛ) ՛) ) ) ) M) W) b) ) ) ) ) ؜) ) ) ) ) ) ) 
) ) ) -) .) /) 9) D) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) @) J) U) ) ) ) ) ˢ) ) ) ) ) ) ) v) w) ) ) ) ) ) ) ) ) ) ) #) N) O) Q) R) S) \) ) ) ) ) 	) a) k) v) ) ) ) ) ) ) ) ) ) ) ) F) G) X) ) ) B) L) W) ) ) ) ) Ǯ) ) 3) 5) L) M) V) ) ) ) A) H) P) Q) g) w) x) y) z) ) Ű) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  ) H) j) ) ) ) ) ) ) ) ) j) q) z) {) 7) ) ) ) ) ) >) ) ) ) ) ) ) ) ) ) ) ) ) ̹) ) ) ) ) ) ˺) ) ) ) ) #) ) ) ) [) \) ) ) ) ) ) ) ) ) ) ) j) k) ) ) ) ) ) ) ) :) ;) L) ) ) ) ) m) )) *) +) ,) =) ) ) ) ) ) ) ) ) %) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ]) ^) _) `) i) ) ) ) /) 6) ?) @) h) ) ) ) ) ) ) ) ) ) ) ') ") #) 4) x) ) ) ) ) ) ) ) ) ) ) [) ]) ^) _) h) o) p) ) ) ) ) ) ) ) ) ) ) 0) 1) B) ) ) ?) I) T) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !) ) ) ) ) ) ") #) o) q) r) s) |) A) B) S) T) U) }) ~) ) ) ) ) ) ) ) ) ) ) * * $* W* a* k* l* * * * * * * * x* y* * * * * * * * * * * * * e* g* ~* * * b* c* t* * * * * * *  * * * ** +* w* y* z* {* * ?
* @
* Q
* ~
* 
* 
* 
* 
* 
* 
* 
* * h
* i
* z
* 
* 
* m* y* * * * * * * * * * * * * * * * * * &* .* :* ;* @* w* |* * * * * 
* O* P* U* * * * * * * * 2* 3* 8* p* u* * * * * * * * * V* [* g* h* k* u* v* y* * * * * * * * * * * * * * * * * * * * * * * * * * * *  *  *  *  *  *  * !* 
!* !* !* !* !* !* !*  !* )!* -!* .!* A!* M!* N!* O!* P!* Q!* c!* }!* ~!* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* !* &* ,&* t&* u&* &* &* &* &* '* '* '* T'* U'* 76* C6* R6* ^6* _6* 6* 6* 6* 6* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* D* E* E* E* E* $E* %E* 3E* 5E* ;E* <E* OE* QE* WE* XE* mE* oE* tE* uE* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* E* F* 
F* %F* &F* N* N* N* O*  O* *O* +O* RO* pO* O* O* O* O* O* {P* |P* P* P* P* P* P* P* P* P* P* P* P* R* R* R* 4R* 5R* 6R* ]R* ^R* _R* `R* aR* bR* kR* R* R* S* &S* 'S* (S* US* VS* WS* XS* YS* ZS* cS* cT* dT* uT* T* T* U* U* U* U* U* U* U* V* ;V* QV* SV* V* V* V* 	X* 
X* X* X* X* X* X* X* X* X* X* X* :Y* ;Y* LY* mY* nY* y]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ]* ^* ^* ^* #^* (^* )^* 3^* 8^* 9^* D^* I^* J^* T^* Y^* Z^* x^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* ^* 
_* _* _* &_* +_* ,_* 6_* ;_* <_* G_* L_* M_* W_* \_* ]_* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* _* $`* 2`* B`* C`* N`* S`* T`* ^`* c`* d`* o`* t`* u`* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `* `*  a* a* a* a* a* b* b* b* b* b* b* #b* (b* )b* 3b* 8b* 9b* ab* ob* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* b* c* c* c* c*  c* *c* /c* 0c* ;c* @c* Ac* Kc* Pc* Qc* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* c* 
d* d* (d* )d* 4d* 9d* :d* Dd* Id* Jd* Ud* Zd* [d* ed* jd* kd* e* e* &e* 'e* 2e* 7e* 8e* Be* Ge* He* Se* Xe* Ye* ce* he* ie* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* e* f* %f* 5f* 6f* Af* Ff* Gf* Qf* Vf* Wf* bf* gf* hf* rf* wf* xf* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* f* h* h* h* !i* +i* 5i* 6i* ii* i* i* i* i* i* i* k* k* k* sl* tl* l* l* l* l* l* l* l* Un* Vn* gn* o* o* #q* -q* 8q* kq* uq* q* q* q* q* q* q* q* q* r* [t* \t* mt* u* u* v* v* v* /w* 9w* Cw* Dw* jw* w* w* w* w* w* w* x* x* x* y* y* * 
* * 2* 3* 8* @* E* F* K* S* _* `* e* l* q* r* w* ~* * * * * * * * * * * Ɗ* ͊* Ҋ* ӊ* ۊ* * * * ڦ* * * "* ,* 6* 7* e* * * * * * * r* s* * * * * *  * 3* =* G* H* v* * * * * * * * * * ˬ* ̬* ͬ* ׬* * * * )* ** X* * * * * * * * * * * * ޯ* * * &* 0* :* ;* i* * * * * * * * * &* 4* 5* 6* @* K* ~* * * * * * * * * * * * * * * * * 	* * G* Q* [* \* * * * * * * * * * * (* )* * * * (* 2* <* =* e* * Ѽ* Ӽ* * * * * * * ߽* * * * * * * * * @* c* * * * * * ;* <* M* ~* * * * * * * * * * * * * * * * * S* T* U* V* _* 9* :* K* * * * * * * * * * * * '* (* )* ** 3* A* B* S* * * * * j* &* '* (* )* Q* i* * * * * * * * * * * "* ;* * * * * * * * * * 	* 1* 2* * * * * * * * * >* E* N* O* * * * * * * .* /* W* X* * * * * * m* n* * e* l* u* v* s* p* q* r* s* * * * * * * * w* x* * * * * * * .* /* 0* 1* Y* Z* * * * * * * * * * * &* '* K* n* o* p* q* * * * * * * * 
* * * c* d* * * * * * * * * * * 8* 9* + + + %+ /+ 9+ :+ b+ c+ + + + + + )+ *+ ;+ <+ =+ e+ f+ + + + + + + + + + + + + 
+ + + + + + + + + + 	+ 	+ h	+ j	+ k	+ l	+ u	+ 
+ 
+ 
+ 
+ 
+ + + + + + 	+ 
+ 2+ 3+ + + + + + + + (+ U+ \+ d+ e+ {+ + + + + + + + + + + &+  + + + F+ M+ U+ V+ + + + + + + + + + + + "+ + + + + + E+ F+ + + + + + + + + E+ F+ )+ )+ &)+ 2)+ E)+ I)+ J)+ l)+ q)+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ )+ *+ *+ p*+ q*+ v*+ *+ *+ *+ *+ *+ *++ .++ ++ ++ ++ ++ ++ ++ ++ ++ ,+ ,+ :,+ ;,+ @,+ n,+ s,+ ,+ ,+ ,+ ,+ ,+ -+ -+ 	-+ -+ -+ -+  -+ !-+ 3-+ 8-+ @-+ G-+ N-+ Z-+ [-+ f-+ j-+ q-+ x-+ y-+ z-+ {-+ |-+ }-+ ~-+ -+ -+ -+ -+ -+ -+ -+ -+ h.+ i.+ j.+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ .+ /+ /+ /+ '/+ 4/+ 5/+ ?/+ L/+ M/+ N/+ O/+ P/+ Q/+ R/+ S/+ `/+ a/+ o/+ p/+ q/+ 3+ 3+ 4+ 4+ 4+ g4+ h4+ {4+ 4+ 4+ 4+ 4+ 4+ C+ C+ C+ C+ C+ ND+ dD+ D+ D+ R+ "R+ #R+ 9R+ :R+ NR+ OR+ PR+ YR+ gR+ tR+ uR+ vR+ wR+ xR+ yR+ }R+ ~R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ R+ S+ 
S+ S+ S+ (S+ *S+ /S+ 0S+ JS+ LS+ QS+ RS+ aS+ cS+ iS+ jS+ xS+ zS+ S+ S+ S+ S+ S+ S+ S+ S+ S+ S+ l\+ v\+ \+ \+ \+ \+ \+ \+ ]+ f]+ h]+ ]+ ]+ ]+ ^+ ^+ +^+ K^+ L^+ M^+ t^+ u^+ v^+ w^+ x^+ y^+ ^+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+ _+  `+ 	`+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ `+ a+ b+ b+ b+ 3b+ 4b+ .c+ 8c+ Cc+ vc+ c+ c+ c+ c+ c+ c+ c+ "d+ #d+ ,d+ e+ e+ e+ Mf+ Nf+ of+ pf+ qf+ rf+ sf+ tf+ }f+ f+ f+ f+ g+ g+ k+ %k+ 5k+ 6k+ Ak+ Fk+ Gk+ Qk+ Vk+ Wk+ bk+ gk+ hk+ rk+ wk+ xk+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ k+ l+ $l+ 4l+ 5l+ @l+ El+ Fl+ Pl+ Ul+ Vl+ al+ fl+ gl+ ql+ vl+ wl+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ l+ $m+ 2m+ Bm+ Cm+ Nm+ Sm+ Tm+ ^m+ cm+ dm+ om+ tm+ um+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ m+ n+ n+ 
n+ n+ n+ n+ "n+ #n+ =n+ Kn+ [n+ \n+ gn+ ln+ mn+ wn+ |n+ }n+ n+ n+ n+ n+ n+ n+ vo+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ o+ 
p+ p+ p+ )p+ .p+ /p+ 9p+ >p+ ?p+ Jp+ Op+ Pp+ Zp+ _p+ `p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+ p+  q+ .q+ >q+ ?q+ Jq+ Oq+ Pq+ Zq+ _q+ `q+ kq+ pq+ qq+ {q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ q+ r+ r+ 	r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ r+ s+ s+ s+ 's+ 5s+ Es+ Fs+ Qs+ Vs+ Ws+ as+ fs+ gs+ rs+ ws+ xs+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+ s+  t+ t+ t+ t+ t+ t+ 2t+ @t+ Pt+ Qt+ \t+ at+ bt+ lt+ qt+ rt+ }t+ t+ t+ t+ t+ t+ wv+ v+ v+ v+ v+ v+ v+ w+ +w+ =w+ ?w+ Vw+ Ww+ `w+ 4y+ 5y+ Fy+ z+ z+ 8z+ gz+ hz+ iz+ jz+ kz+ tz+ {+ {+ |+ |+ |+ ~+ ~+ ~+ 	+ + + + D+ s+ + + + + + + + + + + + + + ̈́+ ׄ+ + + + 0+ B+ C+ D+ E+ N+ B+ C+ T+ + + + + + З+ ї+ ֗+ ޗ+ + + + + + + + 
+ + + + + (+ )+ 1+ 9+ >+ ?+ G+ O+ [+ \+ d+ k+ p+ q+ y+ + + + x+ + + + ʴ+ Դ+ մ+ + 5+ 6+ 8+ 9+ :+ C+ + + "+ Y+ Z+ + + + ѷ+ ۷+ + + + :+ ;+ =+ >+ ?+ H+ I+ J+ [+ i+ j+ k+ u+ + + + Ǻ+ Ⱥ+ + + + !+ "+ #+ ,+ -+ .+ ?+ M+ N+ |+ + + Ľ+ ν+ ؽ+ ٽ+ + 0+ 1+ 3+ 4+ 5+ >+ + + Ŀ+ ҿ+ ӿ+ Կ+ ޿+ + + &+ 0+ 1+ _+ + + + + + + $+ %+ 6+ D+ E+ + + + + + + + #+ $+ %+ '+ >+ ?+ H+ + + + + + ~+ + + + + + + + #+ o+ q+ + + + >+ ?+ P+ }+ + + + + + + + + + + M+ N+ O+ P+ Y+ + + + + #+ ,+ -+ C+ S+ T+ U+ V+ W+ X+ Y+ Z+ [+ \+ + + + + + + + + + + + + + + s+ /+ 0+ 1+ 2+ Z+ z+ + + + + + + + + ;+ B+ K+ L+ + + + + + + + S+ T+ U+ V+ _+ 2+ 3+ D+ + + + + 7+ 8+ 9+ :+ C+ A+ B+ S+ + + + + A+ B+ C+ D+ M+ v+ w+ + + + + + + e+ f+ g+ h+ y+ + + + + U+ V+ W+ X+ a+ + + + + 
+ + + + + + + + 9+ :+ + + + + + + + '+ k+ r+ {+ |+ + + + + + + + W+ X+ Y+ Z+ c+ ^+ _+ p+ + + + + + + 
+ + + 7+ 8+ + + + + + , , , , , &, ', ,, ., /, 0, 9, l, m, ~, , , {, , , , , , ,  , , M, O, P, Q, Z, , , , , , , , P, R, S, T, ], ", #, 4, 5, 6, ^, _, , , , , , }, ~, , , , , , , , 	, 
, , G, H, Y, Z, [, K, U, `, , , , , , , /, 1, G, H, Q, , , , , ,  ,  ,  , ) , * , + , , , T , U ,  ,  ,  ,  ,  , ", ", ", ", ", ", ", $#, ;#, <#, =#, >#, f#, g#, #, #, #, #, #, {%, |%, %, %, %, %, %, 0&, 2&, 3&, 4&, =&, (, (, (, (, (, 6, 6, 6, 6, 6, 6, 6, 
7, 7, 7,  7, /7, 07, 17, =7, >7, ?7, K7, O7, b7, j7, v7, w7, |7, 7, 7, 8, 8, 8, A8, F8, 8, 8, 8, 8, 8, 9, 9, $9, P9, T9, n9, o9, t9, 9, 9, 9, 9, 9, :, :, 7:, 8:, C:, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, :, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;, ;,  ;, !;, ";, #;, $;, <, <, <, !<, 2<, 3<, G<, I<, J<, K<, L<, M<, U<, [<, \<, e<, i<, j<, }<, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, <, 
=, =, =, [A, hA, A, A, A, B, B, B, >B, ?B, PB, B, B, sQ, Q, Q, Q, Q, Q, R, 4R, 5R, _, _, _, _, _, _, _, _, _, `, `, `, `, `, `, `, `, `, `, `, 7`, 9`, ?`, @`, Y`, [`, ``, a`, o`, q`, w`, x`, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, `, a, a, a, a, a, a, a, 2a, 4a, 9a, :a, Aa, Fa, aa, ba, 
j, j, j, Rj, \j, fj, gj, j, j, k, k, k, k, 'k, k, k, k, k, k, k, l, l, l, l, l, l,  l, >m, ?m, Pm, pm, qm, rm, m, m, m, m, m, m, m, 0n, 1n, Bn, bn, cn, dn, n, n, n, n, n, n, n, o, o, o, o, o, p, p, p, q, q, (q, )q, Jq, wq, q, q, q, q, q, Es, Fs, Ws, s, s, 
t, t, t, t, t, t, t, vt, wt, t, t, t, x, x, x, x, x, x, x, x, x, x,  y, y, y, y, y, y, 5y, Cy, Sy, Ty, _y, dy, ey, oy, ty, uy, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, y, z, z, z, z, z, 8z, Fz, Vz, Wz, bz, gz, hz, rz, wz, xz, z, z, z, z, z, z, z, z, z, z, z, z, z, z, {, {, 
{, {, {, {, "{, #{, `{, n{, ~{, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, {, |, 
|, |, |, |, |, &|, +|, ,|, 6|, ;|, <|, }, "}, 2}, 3}, >}, C}, D}, N}, S}, T}, _}, d}, e}, o}, t}, u}, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, }, ,~, :~, J~, K~, V~, [~, \~, f~, k~, l~, w~, |~, }~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, ~, 	, , , , , , F, T, d, e, p, u, v, , , , , , , , , , D, R, b, c, n, s, t, ~, , , , , , , , , ŀ, Ӏ, , , , , , , , , , , ,  , %, &, S, a, q, r, }, , , , , , , , , , , , Ё, ށ, , , , ,  , 
, , , ,  , !, +, 0, 1, , , *, ], g, q, r, , Ʉ, ۄ, ݄, , , , ҆, ӆ, , , , և, , , , , 	, , , , , Z, [, _, i, t, , , , , , , 5, 6, 7, 8, A, , , , ,, -, #, -, 8, k, u, , , , Β, , , , , , , , , =, >, :, I, [, n, o, t, |, , , , , , , , , , , , , ƥ, ǥ, ϥ, ץ, ܥ, ݥ, , , , , , 	, , , , , *, +, ,  , +, ^, h, r, s, , , , , , , , , , , , , ', 1, <, o, y, , , , , , , , , , , , , , , 	, , , Q, [, e, f, , , , , , , , , , , , , , $, /, b, l, v, w, , , , , , , , P, Q, b, p, q, r, |, , , , , , , (, ), +, ,, -, 6, , , , , , ;, E, P, , , , , , , , , , , ,  , !, 2, d, e, , &, 1, d, n, x, y, , , 
, , &, ', 0, , , , , ", *, +, A, Q, R, S, T, |, , , , , , , w, x, , , , , , , , , , , , , , , , , ", D, , , , , , u, v, , D, K, T, U, , , , , , , , c, d, e, f, o, }, ~, , , , , , , b, c, d, e, , , , , , , , , , , 5, 6, ^, w, , , , , , , , , D, E, m, n, , , , , , , , &, z, , , , G, , , , , , j, k, , , , , , , , , , , , , , , , , , , , , , 7, 8, 9, :, C, , , , 	, , , , B, j, k, l, m, , , , , , , , - - - R- Y- b- c- - - - - - - - 5- 7- 8- 9- B- I- J- [- - - - - - - - - - 
- - - t- u- - #- .- a- k- u- v- - - - - - - - e!- f!- w!- x!- y!- !- !- !- !- !- !- !- "- "- "- "- "- "- "- I#- K#- L#- M#- V#- $- $- -$- .$- /$- W$- X$- $- $- $- $- $- %- %- %- %- %- *- *- *- 1+- ;+- E+- F+- n+- o+- +- +- +- +- +- R-- S-- d-- -- -- -- -- -- -- -- -- -- -- -- ?.- A.- X.- Y.- b.- <0- =0- N0- 0- 0- 0- 0- 0- 0- 0- 0- 0- 1- 1- Q1- S1- T1- U1- ^1- 3- 3- +3- X3- Y3- 3- 3- 3- 3- 3- 3- 3- B6- C6- T6- 6- 6- GD- SD- bD- nD- D- D- D- D- D- D- D- D- D- D- D- D- D- D- D-  E- E- E- E- E- QE- VE- E- E- E- E- E- )F- *F- /F- fF- jF- F- F- F- F- F- G- 
G- G- JG- OG- vG- wG- |G- G- G- G- G- G- 0H- 5H- AH- BH- EH- OH- PH- SH- \H- ]H- oH- tH- |H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- H- I- I- I- I- I- I- I- I- I- I- I- I- I- I- I- J- J- J- J- 'J- (J- )J- *J- +J- =J- WJ- XJ- cJ- pJ- qJ- {J- J- J- J- J- J- J- J- J- J- J- J- J- J- N- O- NO- OO- [O- O- O- O- O- O- O- .P- /P- _- _- ,_- 8_- 9_- _- _- _- _- Zm- ^m- _m- um- vm- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- m- 
n- n- n- n- )n- +n- 1n- 2n- Gn- In- Nn- On- dn- fn- kn- ln- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n- n-  o- w- w- w- w- w- x- x- ,x- Jx- x- x- x- x- x- Uy- Vy- gy- y- y- y- y- y- y- y- y- y- y- z- z- z- {- {- {- 7{- 8{- 9{- :{- ;{- <{- E{- {- {- {-  |- |- |- /|- 0|- 1|- 2|- 3|- 4|- =|- =}- >}- O}- o}- p}- j~- t~- ~- ~- ~- ~- ~- ~- - +- -- ^- _- h- - - - - - - - - - - - - - - &- G- H- S- a- q- r- }- - - - - - - - - - - - ӆ- - - - - - - 
- - - - #- $- .- 3- 4- R- `- p- q- |- - - - - - - - - - - - և- - - -  - - - - - - !- &- '- 1- 6- 7- `- n- ~- - - - - - - - - - - - - - - - - - (- -- .- 8- =- >- I- N- O- Y- ^- _- y- - - - - - - - - - ĉ- ɉ- ʉ- ԉ- ى- ډ- - - Њ- ъ- ܊- - - - - - - - - 
- - - ;- I- Y- Z- e- j- k- u- z- {- - - - - - - ʋ- ؋- - - - - - - 	- 
- - - - %- *- +- \- j- z- {- - - - - - - - - - - - - - - - - - - - - #- $- /- 4- 5- ?- D- E- - -  - - - - - - !- "- -- 2- 3- =- B- C- c- q- - - - - - - - - - - - - Î- Ď- - - - - -  - !- +- 0- 1- <- A- B- L- Q- R- n- |- - - - - - - - - - - - ɏ- Ώ- Ϗ- - - ȑ- - - - - C- g- y- {- - - - p- q- - M- N- t- - - - - - - /- 0- A- - - - - - E- O- Y- Z- - - Ӛ- Ԛ- ՚- ֚- ߚ- 5- 6- G- ʞ- ˞- - ˟- ֟- 	- - - - D- l- ~- - - - - ~- - - ۡ- ܡ- ز- - - - 
- - - -  - %- -- 9- :- ?- F- K- L- Q- X- d- e- m- u- z- {- - - - - - - - - - - ȳ- ɳ- - - - - - - - ?- q- r- t- u- v- - L- M- ^- - - - - - 
- - !- "- P- v- w- y- z- {- - - - - - - - - - - - - - 2- Z- [- ]- ^- _- h- i- j- {- - - - - -  - 
- - - C- l- m- o- p- q- z- - -  - - - - - %- X- b- l- m- - - - - - - - `- a- r- - - - - - !- +- 5- 6- _- `- a- c- z- {- - - - - - - - - - - - - - ?- _- - - - - - z- {- - - - - - - - - - - - =- - - - - - - - '- X- _- h- i- - - - - - - - - - - - - - -- .- /- 0- 9- - - %- - - - - - k- l- m- n- - - - - - - 
- - - -- w- ~- - - D-  - - - - +- C- - - - - - n- o- - - - - - s- t- u- v- - }- ~- - - - - - }- ~- - - - - - - - - (- )- - - - - - - - 	- 1- 2- - - - - - G- H- Y- ? . F . O . P . M. J. K. L. M. u. v. . . . . . Q	. R	. c	. 	. 	. 	. 	. 
. . 	. 
. . 3. 4. . . . . . . . . . .  . . %. H. I. J. K. s. t. . . . . . !. !. !. =". >". b". c". h". j". k". l". u". #. #. #. $. $. ,. ,. ,. ,. 	-. -. -. <-. =-. -. -. -. -. -. /. /. /. /. /. ?/. @/. /. /. /. /. /. ^0. _0. p0. q0. r0. 0. 0. 0. 0. 0. 0. 0. 1. 1. 1. 1. 1. 1. 1. B2. D2. E2. F2. O2. 3. 3. 3. 3. 3. 8. 8. 8. 8. 8. 8. 8. 9. 
9. k9. m9. 9. 9. 9. :. :. ;. /;. 6;. >;. ?;. U;. e;. f;. g;. h;. ;. ;. ;. ;. ;. ;.  <. =. =. =.  >. '>. />. 0>. `>. w>. x>. y>. z>. >. >. >. >. >. >. >. @. @. @. @. @. A.  A. lA. nA. oA. pA. yA. C. C. C. D.  D. Q. Q.  R. R. R. #R. $R. FR. KR. [R. \R. kR. lR. mR. yR. zR. {R. R. R. R. R. R. R. R. R. R. JS. KS. PS. }S. S. S. S. S. T. T. ZT. [T. `T. T. T. T. T. T. T. T. U. U. U. HU. MU. sU. tU. U. U. U. U. U. U. U. U. U. U. U. 
V. V. V. !V. (V. 4V. 5V. @V. DV. KV. RV. SV. TV. UV. VV. WV. XV. YV. ZV. [V. \V. ]V. ^V. _V. `V. BW. CW. DW. ]W. nW. oW. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. W. X. X. X. X. &X. 'X. (X. )X. *X. +X. ,X. -X. :X. ;X. IX. JX. KX. \. \. \. \. \. A]. B]. U]. z]. {]. ]. ]. ]. l. l. l. l. l. (m. >m. pm. qm. z. z. z. {. {. ({. ){. *{. 3{. A{. N{. O{. P{. Q{. R{. S{. W{. X{. Y{. Z{. s{. u{. {{. |{. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. {. |. |. 	|. 
|. $|. &|. +|. ,|. ;|. =|. C|. D|. R|. T|. Z|. [|. n|. p|. u|. v|. }|. |. |. |. F. P. [. . . . . ʅ. . @. B. Y. Z. c. . . . %. &. '. N. O. P. Q. R. S. \. z. {. . . . . Ո. ֈ. ׈. ؈. و. ڈ. . l. m. ~. . . . ͉. Ή. ω. Љ. щ. ҉. ۉ. ۊ. ܊. . 
. . . . . P. Z. d. e. . . Ɍ. ˌ. . . . . . . '. (. I. J. K. L. M. N. W. . . ď. . . . . . . .  . !. +. 0. 1. <. A. B. L. Q. R. q. . . . . . . . . . . . . ̔. є. Ҕ. . . . . . .  . *. /. 0. ;. @. A. K. P. Q. t. . . . . . . . . . . ĕ. ŕ. ϕ. ԕ. Օ. . . . . (. -. .. 8. =. >. I. N. O. Y. ^. _. . . . . Ɩ. ˖. ̖. ֖. ۖ. ܖ. . . . . . . . %. 5. 6. A. F. G. Q. V. W. b. g. h. r. w. x. P. ^. n. o. z. . . . . . . . . . . . ٘. . . . . . 	. . . . $. ). *. 4. 9. :. h. v. . . . . . . . . . . . Ù. ș. ə. . . . . $. ). *. 4. 9. :. E. J. K. U. Z. [. . . . . . . . . . . ͚. Қ. Ӛ. ݚ. . . . . . . . . . . . . ˛. Л. ћ. ۛ. . . . . .  . +. 0. 1. ;. @. A. L. Q. R. \. a. b. . . . . . . . ɜ. Μ. Ϝ. ڜ. ߜ. . . . . . . *. +. 6. ;. <. F. K. L. W. \. ]. g. l. m. Q. [. f. . . . . . . . . 0. 1. :. . .  . . . . A. B. C. D. E. N. ͤ. Τ. ߤ. . . . . . . . . . . M. q. r. s. t. }. Ӫ. Ԫ. . h. i. _. i. t. . . . . . 
. . . . . (. . . .. y. z. v. . . . . . . . . . . . . . . . . . . . . . . . . !. ). 5. 6. >. E. J. K. S. Z. f. g. R. \. g. . . . . . . . . . . . . . . 3. 4. c. m. x. . . . . . . . . . . ". #. $. 5. C. D. E. O. Z. . . . . . . . . . . . . . . '. (. V. `. k. . . . . . 
. . 
. . . . . . . . . . . . .  . 
. . 9. d. e. g. h. i. r. . . . . . w. . . . . . . . . . . . . ". \. ]. n. . . X. b. m. . . . . . . I. K. b. c. l. . . *. W. ^. f. g. }. . . . . . . '. (. ). *. 3. . . . . . . . . -. .. /. 0. 1. 2. 3. 4. 5. 6. ^. . . . . . . . . . . . . . M. 	. 
. . . 4. T. . . . . . . . . . . %. &. . . . . . . . -. .. /. 0. 9. / 
/ / q/ r/ / / / / / / / / / -/ / / / / / / / / '/ P/ Q/ b/ / / / / / ?	/ @	/ A	/ B	/ S	/ 	/ 	/ 	/ 	/ /
/ 0
/ 1
/ 2
/ ;
/ / / / 
/ 
/ 
/ 
/ / / / / / / / s/ t/ u/ v/ / / / / E/ L/ U/ V/ ~/ / / / / / / 1/ 2/ 3/ 4/ =/ 8 / 9 / J /  /  /  /  / !/ "/ "/ "/ "/ #/ #/ q#/ s#/ t#/ u#/ ~#/ // // // // //  0/ 0/ 0/ 0/ 	0/ 
0/ 0/ F1/ G1/ X1/ 1/ 1/ U:/ _:/ j:/ :/ :/ :/ :/ :/ :/ ';/ );/ *;/ +;/ 4;/ </ </ </ </ </ </ </ *=/ ,=/ -=/ .=/ 7=/ =/ =/ >/ >/ >/ 8>/ 9>/ >/ >/ >/ >/ >/ W?/ X?/ i?/ j?/ k?/ ?/ ?/ ?/ ?/ ?/ ?/ ?/ !A/ "A/ 3A/ 4A/ 5A/ %F/ /F/ :F/ mF/ wF/ F/ F/ F/ F/ 	G/ G/ !G/ "G/ +G/ H/ H/ H/ H/ H/ H/ H/ H/ I/ I/ I/ I/ .I/ /I/ {I/ }I/ I/ I/ I/ xK/ yK/ K/ K/ K/ K/ K/ K/ L/ L/ L/ L/ @L/ AL/ L/ L/ L/ L/ L/ UN/ VN/ gN/ N/ N/ N/ N/ 
O/ O/ 
O/ O/ O/ ~Q/ Q/ Q/ Q/ Q/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ 	`/ 
`/ `/ `/ `/ `/ %`/ )`/ <`/ D`/ P`/ Q`/ V`/ `/ `/ `/ `/ `/ a/  a/ ea/ fa/ ka/ a/ a/ a/ a/ a/ *b/ .b/ Hb/ Ib/ Nb/ b/ b/ b/ b/ b/ b/ b/ c/ c/ c/ lc/ qc/ }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/ d/ d/ d/ e/ 
e/ !e/ #e/ $e/ %e/ &e/ 'e/ /e/ 5e/ 6e/ ?e/ Ce/ De/ We/ ce/ de/ ee/ fe/ ge/ ye/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ e/ 5j/ Bj/ j/ j/ j/ j/ j/ j/ k/ k/ *k/ jk/ kk/ Mz/ Yz/ hz/ tz/ uz/ z/ z/ {/ {/ / / / / / ƈ/ ǈ/ Ȉ/ ш/ ߈/ / / / / / / / / / / / / / / 3/ 5/ :/ ;/ I/ K/ Q/ R/ e/ g/ m/ n/ / / / / / / / / / ĉ/ ɉ/ ʉ/ ى/ ۉ/ / / / / / / / / / / /  / ;/ </ / / / ,/ 6/ @/ A/ h/ / ޓ/ / / / / / / / Ô/ Ĕ/ Ŕ/ / / / / / / / / / */ J/ K/ L/ s/ t/ u/ v/ w/ x/ / 
/ / / </ =/ >/ k/ l/ m/ n/ o/ p/ y/ y/ z/ / / / / / / / / / / $/ Q/ g/ i/ / / / /  / 1/ Ŝ/ Ɯ/ / / / / / / / P/ Q/ b/ / / / / / / / / / ɡ/ Ρ/ ϡ/ ڡ/ ߡ/ / / / / / / -/ ./ 9/ >/ ?/ I/ N/ O/ Z/ _/ `/ j/ o/ p/ / / / / / / / Ȣ/ ͢/ ΢/ ٢/ ޢ/ ߢ/ / / / /  / 0/ 1/ </ A/ B/ L/ Q/ R/ ]/ b/ c/ m/ r/ s/ / / / / ƣ/ ˣ/ ̣/ ֣/ ۣ/ ܣ/ / / / / / / :/ H/ X/ Y/ d/ i/ j/ t/ y/ z/ / / / / / / / ä/ Ӥ/ Ԥ/ ߤ/ / / / / /  / / / / / / / / / 
/ / / / (/ -/ ./ 9/ >/ ?/ I/ N/ O/ w/ / / / / / / / / / ¦/ Ǧ/ Ȧ/ Ҧ/ צ/ ئ/ / / $/ %/ 0/ 5/ 6/ @/ E/ F/ Q/ V/ W/ a/ f/ g/ / / / / §/ ǧ/ ȧ/ ҧ/ ק/ ا/ / / / / / /  / ./ >/ ?/ J/ O/ P/ Z/ _/ `/ k/ p/ q/ {/ / / / ,/ </ =/ H/ M/ N/ X/ ]/ ^/ i/ n/ o/ y/ ~/ / / / / / ɩ/ Ω/ ϩ/ ٩/ ީ/ ߩ/ / / / / /  / -/ ;/ K/ L/ W/ \/ ]/ g/ l/ m/ x/ }/ ~/ / / / / / Ȫ/ ɪ/ Ԫ/ ٪/ ڪ/ / / / / / / / 
/ / / / / 7/ A/ K/ L/ / / / / έ/ ϭ/ ح/ / / / / / / ߰/ / / / / / k/ l/ }/ 4/ 5/ 9/ C/ N/ / / / / / / / / / / / q/ r/ / / / / / / E/ O/ Y/ Z/ / / / / / / ƻ/ / / ̼/ / / / #/ 5/ H/ I/ N/ V/ [/ \/ a/ i/ u/ v/ {/ / / / / / / / / / / / / / / / / / / / / / / / / / / 8/ B/ L/ M/ {/ / / / / / / / / / / / / / / I/ S/ ]/ ^/ / / / / / / / / / / / / / / / +/ 5/ ?/ @/ n/ / / / / / / / / / / / / / 	/ </ F/ P/ Q/ / / / / / / / */ +/ </ J/ K/ L/ V/ a/ / / / / / / / / / / / / / / / / / / */ ]/ g/ q/ r/ / / / / / / / / / / >/ ?/ /   0  0 > 0 H 0 R 0 S 0 { 0  0  0  0  0 0 
0 0 0 0 0 0 0 0 0 +0 ,0 -0 .0 V0 y0 0 0 0 0 0 Q0 R0 c0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 i0 j0 k0 l0 u0 O0 P0 a0 0 %0 .0 /0 0 0 0 0 0 0 0 =	0 >	0 ?	0 @	0 I	0 W
0 X
0 i
0 
0 
0 
0 
0 0 <0 =0 >0 ?0 g0 0 0 0 0 0 0 0 0 0 0 0 80 Q0 0 0 0 0 0 0 0 0 0 0 G0 H0 0 0 0 0 0 0 0  0 T0 [0 d0 e0 !0 0 0 0 0 0 D0 E0 m0 n0 0 0 0 0 0 0 0 0 {0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 $0 $0 $0 $0 $0 $0 $0 &0 D'0 E'0 F'0 G'0 o'0 p'0 '0 '0 '0 '0 '0 -0 -0 -0 ,.0 3.0 <.0 =.0 a/0 00 00 00 00 00 00 10 10 10 10 10 #=0 $=0 5=0 y=0 z=0 =0 =0 =0 =0 =0 =0 =0 >0 >0 >0 N?0 O?0 G0 G0 H0 ;H0 EH0 OH0 PH0 xH0 yH0 H0 H0 H0 H0 H0 ?J0 @J0 QJ0 RJ0 SJ0 {J0 |J0 J0 J0 J0 J0 J0 K0 K0 K0 K0 K0 K0 K0 #L0 %L0 &L0 'L0 0L0 L0 L0 M0 M0 	M0 1M0 2M0 ~M0 M0 M0 M0 M0 N0 N0 N0 N0 N0 S0 S0 S0 T0 T0 T0  T0 HT0 IT0 T0 T0 T0 T0 T0 ,V0 -V0 >V0 kV0 rV0 zV0 {V0 V0 V0 V0 V0 V0 V0 V0 W0 W0 2W0 3W0 <W0 Y0 Y0 (Y0 \Y0 cY0 kY0 lY0 Y0 Y0 Y0 Y0 Y0 Y0 Y0 +Z0 -Z0 .Z0 /Z0 8Z0 [0 [0 \0 2\0 3\0 [\0 \\0 \0 \0 \0 \0 \0 _0 _0 ._0 [_0 \_0 !m0 -m0 <m0 Hm0 [m0 _m0 `m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 m0 +n0 0n0 n0 n0 n0 n0 n0 o0 o0 	o0 @o0 Do0 o0 o0 o0 o0 o0 o0 o0 o0 $p0 )p0 Pp0 Qp0 Vp0 p0 p0 p0 p0 p0 
q0 q0 q0 q0 q0 )q0 *q0 -q0 6q0 7q0 Iq0 Nq0 Vq0 ]q0 dq0 pq0 qq0 |q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 q0 ~r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 r0 s0 s0 s0 s0 s0 s0 1s0 2s0 =s0 Js0 Ks0 Us0 bs0 cs0 ds0 es0 fs0 gs0 hs0 is0 vs0 ws0 s0 s0 s0 w0 w0 (x0 )x0 5x0 }x0 ~x0 x0 x0 x0 x0 y0 	y0 0 0 0 0 0 d0 z0 0 0 40 80 90 O0 P0 d0 e0 f0 o0 }0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 і0 Ӗ0 ؖ0 ٖ0 0 0 0 0 0 0 0 0 !0 #0 (0 )0 >0 @0 E0 F0 `0 b0 g0 h0 w0 y0 0 0 0 0 0 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 A0 a0 b0 c0 0 0 0 0 0 0 0 0 0 ȣ0 0 0 0 0 0 0 0 0 0 0 0 0 0 ڤ0 ۤ0 ܤ0 	0 
0 0 0 
0 0 0 0 0 )0 I0 J0 D0 N0 Y0 0 0 0 0 §0 0 0 0 80 90 B0 0 0 ϩ0 c0 d0 0 0 0 0 0 0 0 0 0  0 !0 "0 -0 ;0 K0 L0 W0 \0 ]0 g0 l0 m0 x0 }0 ~0 0 0 0 0 0 ˯0 ̯0 ׯ0 ܯ0 ݯ0 0 0 0 0 0 0 0 
0 0 ,0 :0 J0 K0 V0 [0 \0 f0 k0 l0 w0 |0 }0 0 0 0 0 0 ΰ0 ϰ0 ڰ0 ߰0 0 0 0 0 0  0 0 0 0 0 :0 H0 X0 Y0 d0 i0 j0 t0 y0 z0 0 0 0 0 0 0 ر0 0 0 0 0 0 0 0 0 0 #0 (0 )0 30 80 90 S0 a0 q0 r0 }0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 Ƴ0 ˳0 ̳0 ׳0 ܳ0 ݳ0 0 0 0 0 #0 30 40 ?0 D0 E0 O0 T0 U0 `0 e0 f0 p0 u0 v0 0 0 ´0 ô0 δ0 Ӵ0 Դ0 ޴0 0 0 0 0 0 0 0 0 60 D0 T0 U0 `0 e0 f0 p0 u0 v0 0 0 0 0 0 0 0 ̵0 ܵ0 ݵ0 0 0 0 0 0 0 	0 0 0 0 0 0 0 ʶ0 ڶ0 ۶0 0 0 0 0 0 0 0 0 
0 0 0 0 =0 K0 [0 \0 g0 l0 m0 w0 |0 }0 0 0 0 0 0 0 ˷0 ٷ0 0 0 0 0 0 0 
0 0 0 0 0 &0 +0 ,0 H0 V0 f0 g0 r0 w0 x0 0 0 0 0 0 0 0 0 0 0 0 0 պ0 ߺ0 0 0 0 A0 S0 U0 l0 m0 v0 J0 K0 \0 '0 (0 N0 }0 ~0 0 0 0 0 	0 
0 0 0 0 0 0 0 0 )0 30 40 Z0 0 0 0 0 0 0 0 0 !0 0 0 0 0 0 0 0 0 0 0 F0 X0 Y0 Z0 [0 d0 X0 Y0 j0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0  0 %0 &0 +0 20 >0 ?0 G0 O0 T0 U0 ]0 e0 q0 r0 z0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 K0 L0 N0 O0 P0 Y0 &0 '0 80 o0 p0 0 0 0 0 0 0 0 *0 P0 Q0 S0 T0 U0 ^0 _0 `0 q0 0 0 0 0 0 0 0 0 0 0 40 50 70 80 90 B0 C1 D1 U1 c1 d1 1 1 1 1 1 1 1 1 F1 G1 I1 J1 K1 T1 1 1 1 1 1 1 1 1 21 <1 F1 G1 u1 1 1 1 1 1 1 :1 ;1 L1 Z1 [1 1 1 1 1 1 1 1 91 :1 ;1 =1 T1 U1 ^1 	1 	1 	1 	1 	1 
1 
1 
1 
1 
1 
1 
1 1 91 1 1 1 1 1 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 1 c1 d1 e1 f1 o1 1 1 1 21 91 B1 C1 Y1 i1 j1 k1 l1 m1 n1 o1 p1 q1 r1 1 1 1 1 	1 
1 1 1 1 1 1 1 1 1 1 E1 F1 G1 H1 p1 1 1 1 1 1 1 1 1 1 Q1 X1 a1 b1 1 1 1 1 1 1 1 i1 j1 k1 l1 u1 H1 I1 Z1 1 1 1 1 M1 N1 O1 P1 Y1 W1 X1 i1 1 1 1 1 W 1 X 1 Y 1 Z 1 c 1 "1 "1 "1 "1 "1 #1 #1 #1 {$1 |$1 }$1 ~$1 $1 $1 $1 %1 %1 k%1 l%1 m%1 n%1 w%1 !(1 "(1 3(1 )1  )1 ))1 *)1 '*1 $+1 %+1 &+1 '+1 O+1 P+1 +1 +1 +1 +1 +1 +21 ,21 =21 21 21 21 21 31 41 41 41 41 
51 51 m51 n51 o51 p51 y51 t;1 u;1 ;1 ;1 ;1 ;1 ;1 <1 ">1 #>1 $>1 %>1 M>1 N>1 >1 >1 >1 >1 >1 J1 J1 J1 K1 K1 <K1 =K1 BK1 DK1 EK1 FK1 OK1 L1 L1 L1 L1 L1 U1 U1 U1 U1 U1 U1 U1 V1 V1 cV1 eV1 fV1 gV1 pV1 W1 W1 W1 W1 W1 X1 X1 fX1 hX1 iX1 jX1 sX1 8Y1 9Y1 JY1 KY1 LY1 tY1 uY1 Y1 Y1 Y1 Y1 Y1 Z1 Z1 Z1 Z1 Z1 Z1 Z1 [1 [1 [1  [1 )[1 ]\1 ^\1 o\1 p\1 q\1 aa1 ka1 va1 a1 a1 a1 a1 a1 a1 Eb1 Gb1 ]b1 ^b1 gb1 c1 c1 c1 	d1 d1 d1 d1 /d1 ?d1 @d1 Ad1 Bd1 jd1 kd1 d1 d1 d1 d1 d1 f1 f1 f1 f1 g1 	g1 
g1 :g1 Qg1 Rg1 Sg1 Tg1 |g1 }g1 g1 g1 g1 g1 g1 i1 i1 i1 i1 i1 i1 i1 Fj1 Hj1 Ij1 Jj1 Sj1 l1 l1 l1 l1 l1 z1 z1 z1 z1 z1 z1 z1  {1 %{1 5{1 6{1 E{1 F{1 G{1 S{1 T{1 U{1 a{1 e{1 x{1 {1 {1 {1 {1 {1 {1 $|1 %|1 *|1 W|1 \|1 |1 |1 |1 |1 |1 4}1 5}1 :}1 f}1 j}1 }1 }1 }1 }1 }1 }1 }1 }1 "~1 '~1 M~1 N~1 Y~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 ~1 1 1 1 1 1 %1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 1 1 1 71 H1 I1 ]1 _1 `1 a1 b1 c1 k1 q1 r1 {1 1 1 1 1 1 1 1 1 1 π1 Ѐ1 ۀ1 1 1 1  1 1 1 1 1 1 1 1 1 1 #1 $1 %1 q1 ~1 ƅ1 ǅ1 Ӆ1 1 1 /1 T1 U1 f1 1 1 1 1 1 1 1 1 1 J1 K1 ң1 ֣1 ף1 1 1 1 1 1 
1 1 (1 )1 *1 +1 ,1 -1 11 21 31 41 M1 O1 U1 V1 o1 q1 v1 w1 1 1 1 1 1 1 1 1 1 1 Ƥ1 Ǥ1 ܤ1 ޤ1 1 1 1  1 1 1 1 1 1 1 ,1 .1 41 51 H1 J1 O1 P1 W1 \1 w1 x1  1 *1 51 h1 r1 |1 }1 1 ®1 1 1 31 41 =1 ͯ1 ί1 ߯1 1  1 1 (1 )1 *1 +1 ,1 -1 61 T1 U1 f1 1 1 1 1 1 1 1 1 1 1 F1 G1 X1 x1 y1 z1 1 1 1 1 1 1 1 1 1 ǳ1 1 1 1 1 1 *1 41 >1 ?1 `1 1 1 1 ֵ1 ׵1 1 [1 \1 m1 1 1 #1 $1 %1 &1 '1 (1 11 1 1 1 1 1 ˼1 ټ1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 K1 Y1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 ʽ1 ؽ1 1 1 1 1 1 1 	1 
1 1 1 1 %1 *1 +1 N1 \1 l1 m1 x1 }1 ~1 1 1 1 1 1 1 1 1 1 ؾ1 1 1 1 1 1 1 1 1 1 #1 (1 )1 31 81 91 v1 1 1 1 1 1 1 1 1 1 1 ƿ1 ǿ1 ѿ1 ֿ1 ׿1 1 1 1 1 1  1 !1 +1 01 11 <1 A1 B1 L1 Q1 R1 *1 81 H1 I1 T1 Y1 Z1 d1 i1 j1 u1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 B1 P1 `1 a1 l1 q1 r1 |1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 /1 41 51 \1 j1 z1 {1 1 1 1 1 1 1 1 1 1 1 1 1 Z1 h1 x1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 
1 1 1 1 1 &1 +1 ,1 61 ;1 <1 i1 w1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 %1 &1 11 61 71 A1 F1 G1 +1 51 @1 s1 }1 1 1 1 1 1 1 
1 1 1 1 1 1 1 1 1 1 1 1 1 1 (1 1 1 1 p1 q1 u1 1 1 1 1 1 1 1 '1 K1 L1 M1 N1 W1 1 1 1 B1 C1 91 C1 N1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 S1 T1 P1 _1 q1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 $1 %1 -1 41 @1 A1 ,2 62 A2 t2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 
	2 	2 =	2 G	2 R	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 	2 2 2 2 2 2 2 )2 42 g2 q2 {2 |2 2 2 2 2 2 2 2 2 2 2 2 2 02 :2 E2 x2 2 2 2 2 2 2 2 2 2 2 f2 g2 x2 2 2 2 2 2 2 2 2 2 2 >2 ?2 A2 B2 C2 L2 2 2 2 2 2 Q2 [2 f2 2 2 2 2 2 2 2 2 2 2 2 62 72 H2 z2 {2 22 <2 G2 z2 2 2 2 2 2 #2 %2 <2 =2 F2 2 2 2 12 82 @2 A2 W2 g2 h2 i2 j2 2 2 2 2 2 2 
2 2 2 2 2 2 2 2 2 2 2 	2 
2 2 2 
2 2 2 2 82 Z2 2 2 2 2 2 !2 !2 !2 Z"2 a"2 j"2 k"2 '#2 #2 #2 #2 #2 $2 .$2 y$2 z$2 {$2 |$2 $2 %2 %2 %2 %2 %2 %2  &2 &2 x'2 y'2 z'2 {'2 '2 '2 (2 (2 	(2 
(2 (2 )2 )2 )2 K*2 L*2 t*2 *2 *2 *2 *2 *2 *2 ,2 ,2 -2 Z-2 [-2 -2 -2 -2 -2 -2 -2 .2 *02 +02 <02 02 02 02 02 ]12 22 22 22 22 -22 22 22 22 22 	32 
32 32 32 32 52 52 52 62 62 62 62 72 82 82 82 82 82 82 M92 N92 O92 P92 Y92 ?2 ?2 ?2 @2 &@2 /@2 0@2 XA2 B2 B2 B2 B2 B2 B2 C2 C2 
C2 C2 C2 I2 I2 $I2 hI2 oI2 xI2 yI2 J2 K2 K2 K2 K2 K2 K2 KL2 ML2 NL2 OL2 XL2 _X2 `X2 qX2 X2 X2 X2 X2 X2 X2 X2 X2 X2  Z2 !Z2 2Z2 Z2 Z2 /c2 9c2 Dc2 wc2 c2 c2 c2 c2 c2 d2 d2 d2 d2 d2 {e2 |e2 e2 e2 e2 e2 e2 f2 f2 f2 f2 f2 f2 f2 f2 f2 f2 g2 g2 _g2 ag2 bg2 cg2 lg2 1h2 2h2 Ch2 Dh2 Eh2 mh2 nh2 h2 h2 h2 h2 h2 i2 i2 
j2 j2 j2 n2 	o2 o2 Go2 Qo2 [o2 \o2 o2 o2 o2 o2 o2 o2 p2 hq2 iq2 zq2 q2 q2 q2 q2 q2 q2 q2 q2 q2 r2 	r2 Ur2 Wr2 nr2 or2 xr2 Rt2 St2 dt2 t2 t2 t2 t2 t2 t2 t2 t2 t2 u2 u2 gu2 iu2 ju2 ku2 tu2 /w2 0w2 Aw2 nw2 ow2 w2 w2 w2 w2 w2 w2 w2 Xz2 Yz2 jz2 z2 z2 ]2 i2 x2 2 2 2 2 2 È2 ӈ2 Ԉ2 2 2 2 2 2 2 2 2 2 2 *2 +2 02 g2 l2 2 É2 ȉ2 2 2 ?2 @2 E2 |2 2 Ҋ2 ӊ2 ؊2 2 2 "2 #2 (2 `2 e2 2 2 2 2 ŋ2 2 2 2 F2 K2 W2 X2 [2 e2 f2 i2 r2 s2 2 2 2 2 2 2 2 2 2 Ì2 ʌ2 ˌ2 ̌2 ͌2 Ό2 ό2 Ќ2 ь2 Ҍ2 ӌ2 Ԍ2 Ռ2 ֌2 ׌2 ،2 2 2 2 Ս2 2 2 2 2 2 2  2 2 	2 2 2 2 2 2 12 =2 >2 ?2 @2 A2 S2 m2 n2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 Î2 2 2 d2 e2 q2 2 2 ͓2 2 2 2 D2 E2 '2 32 B2 N2 O2 2 2 2 2 p2 t2 u2 2 2 2 2 2 2 2 Ʊ2 Ǳ2 ȱ2 ɱ2 ʱ2 ˱2 ϱ2 б2 ѱ2 ұ2 2 2 2 2 
2 2 2 2 #2 %2 +2 ,2 ?2 A2 G2 H2 ]2 _2 d2 e2 z2 |2 2 2 2 2 2 2 2 2 2 2 ʲ2 ̲2 Ҳ2 Ӳ2 2 2 2 2 2 2 2 2 2 Ȼ2 ӻ2 2 2 2 2 B2 `2 2 2 Ѽ2 Ҽ2 ۼ2 k2 l2 }2 2 2 2 ƽ2 ǽ2 Ƚ2 ɽ2 ʽ2 ˽2 Խ2 2 2 2 $2 %2 &2 M2 N2 O2 P2 Q2 R2 [2 2 2 2 2 2 2 E2 F2 G2 H2 I2 J2 S2 S2 T2 e2 2 2 2 2 2 2 2 2 2 2 +2 A2 C2 t2 u2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 *2 +2 <2 ]2 ^2 i2 w2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 42 92 :2 D2 I2 J2 h2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2 &2 +2 ,2 72 <2 =2 G2 L2 M2 v2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 "2 22 32 >2 C2 D2 N2 S2 T2 _2 d2 e2 o2 t2 u2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 #2 (2 )2 Q2 _2 o2 p2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 
2 2 2 2 2  2 +2 02 12 ;2 @2 A2 r2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 2 2 2 2 "2 '2 (2 22 72 82 C2 H2 I2 S2 X2 Y2 y2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 12 62 72 A2 F2 G2 R2 W2 X2 b2 g2 h2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 %2 &2 Y2 }2 2 2 2 2 2 2 2 2 c2 d2 2 2 2 2 2 2 2 E2 F2 W2 2 2 2 2 (2 [2 e2 o2 p2 2 2 2 2 2 2 2 K2 L2 ]2 2 2 2 2 2 2 )2 32 42 Z2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 "2 #2 (2 02 52 62 ;2 C2 O2 P2 U2 \2 a2 b2 g2 n2 z2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 3 3 3 3 &3 '3 U3 3 3 3 3 3 3 b3 c3 t3 3 3 3 3 3 #3 -3 73 83 f3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 H3 p3 q3 s3 t3 u3 ~3 3 3 3 3 3 3 3 3 3  3 *3 +3 Y3 3 3 3 3 3 3 3 3 3 $3 %3 &3 03 ;3 n3 x3 3 3 3 3 3 3 3 3 3 v!3 w!3 !3 !3 !3 !3 !3 "3 7"3 A"3 K"3 L"3 u"3 v"3 w"3 y"3 "3 "3 "3 $3 $3 $3 %3 %3 (3 (3 (3 )3 ")3 ,)3 -)3 U)3 u)3 )3 )3 )3 )3 )3 *3 *3 *3 *3 *3 *3 *3 *3 +3 +3 +3 +3 0+3 S+3 +3 +3 +3 +3 +3 +,3 ,,3 =,3 n,3 u,3 ~,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 ,3 C-3 D-3 E-3 F-3 O-3 )/3 */3 ;/3 /3 /3 03 	03 03 13 13 13 13 13 13 23 23 23 23 #23 133 233 C33 33 33 33 33 Z43 53 53 53 53 A53 Y53 53 53 53 53 53 73 73 73 73 73 83 +83 83 83 83 83 83 :3 :3 :3 :3 :3 !;3 ";3 ;3 ;3 ;3 ;3 ;3 =3 =3 =3 .>3 5>3 >>3 ?>3 >3 ?3 ?3 ?3 ?3 ?3 @3 @3 G@3 H@3 @3 @3 @3 @3 @3 ]C3 ^C3 oC3 UD3 \D3 eD3 fD3 cE3 `F3 aF3 bF3 cF3 F3 F3 F3 F3 F3 F3 F3 gM3 hM3 yM3 M3 M3 M3 M3 N3 P3 P3  P3 !P3 IP3 JP3 P3 P3 P3 P3 P3 V3 V3 V3 W3 
W3 W3 W3 ;X3 ^Y3 _Y3 `Y3 aY3 Y3 Y3 Y3 Y3 Y3 Y3 Y3 e3 e3 f3 Sf3 Tf3 xf3 yf3 ~f3 f3 f3 f3 f3 g3 g3 g3 (h3 )h3 p3 p3 p3 q3 q3 )q3 *q3 Rq3 Sq3 q3 q3 q3 q3 q3 s3 s3 +s3 ,s3 -s3 Us3 Vs3 s3 s3 s3 s3 s3 tt3 ut3 t3 t3 t3 t3 t3 t3 t3  u3 u3 
u3 u3 u3 u3 u3 u3 v3 v3 Xv3 Zv3 [v3 \v3 ev3 w3 w3 w3 w3 w3 |3 |3 |3 |3 |3 |3 |3 "}3 #}3 }3 }3 }3 }3 }3 3 3 3 E3 L3 T3 U3 k3 {3 |3 }3 ~3 3 3 3 3 3 
3 3 3 3 3 63 =3 E3 F3 v3 3 3 3 3 3 3 3 3 3 	3 3 ̈́3 ΄3 ߄3 3 
3 53 63 3 3 3 3 3 3 3 3 53 63 3 3 3 "3 53 93 :3 \3 a3 q3 r3 3 3 3 3 3 3 3 3 3 3 Ȗ3 ɖ3 Ζ3 3 
3 `3 a3 f3 3 3 ݗ3 ޗ3 3 3 3 p3 q3 v3 3 3 3 3 Ƙ3 3 3 *3 +3 03 ^3 c3 3 3 3 3 3 3 3 3 3 3 3 3 3 #3 (3 03 73 >3 J3 K3 V3 Z3 a3 h3 i3 j3 k3 l3 m3 n3 o3 p3 q3 r3 s3 t3 u3 v3 X3 Y3 Z3 s3 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 A3 B3 C3 P3 Q3 _3 `3 a3 3 3 3 3 3 W3 X3 k3 3 3 3 3 3 Ű3 Ѱ3 3 3 3 >3 T3 3 3 3 3 3 )3 *3 >3 ?3 @3 I3 W3 d3 e3 f3 g3 h3 i3 m3 n3 o3 p3 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 A3 B3 Q3 S3 Y3 Z3 h3 j3 p3 q3 3 3 3 3 3 3 3 3 \3 f3 q3 3 3 3 3 3 3 V3 X3 o3 p3 y3 	3 
3 3 ;3 <3 =3 d3 e3 f3 g3 h3 i3 r3 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 33 f3 p3 z3 {3 3 3 3 3 3 3 3 3 3 3 =3 >3 _3 `3 a3 b3 c3 d3 m3 3 3 3 3 3 3 3 %3 &3 13 63 73 A3 F3 G3 R3 W3 X3 b3 g3 h3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 $3 %3 03 53 63 @3 E3 F3 Q3 V3 W3 a3 f3 g3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 3 3 3 3 3 3 3 3 3 3 3 3 3 
3 3 3 -3 ;3 K3 L3 W3 \3 ]3 g3 l3 m3 x3 }3 ~3 3 3 3 f3 t3 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 J3 O3 P3 ~3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 3 .3 /3 :3 ?3 @3 J3 O3 P3 [3 `3 a3 k3 p3 q3 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 53 63 A3 F3 G3 Q3 V3 W3 b3 g3 h3 r3 w3 x3 3 3 3 3 3 3 3 3 3 3 3 3 3  3 3 3 "3 03 @3 A3 L3 Q3 R3 \3 a3 b3 m3 r3 s3 }3 3 3 g3 q3 |3 3 3 3 3 3 3 -3 /3 F3 G3 P3 $3 %3 63 3 3 (3 W3 X3 Y3 Z3 [3 d3 3 3 3 3 3 3 3 3 3 3 
3 3 43 c3 3 3 3 3 3 3 3 3 ~3 3 u3 3 3 3 3 3 3 3  3 23 33 43 53 >3 23 33 D3 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 !4 )4 .4 /4 74 ?4 K4 L4 T4 [4 `4 a4 i4 p4 |4 }4 h!4 r!4 }!4 !4 !4 !4 !4 !4 %"4 &"4 ("4 )"4 *"4 3"4  $4 $4 $4 I$4 J$4 y$4 $4 $4 $4 $4 $4 $4 %4 *%4 +%4 -%4 .%4 /%4 8%4 9'4 :'4 K'4 Y'4 Z'4 ['4 e'4 p'4 '4 '4 '4 '4 '4 (4 (4 (4 (4 (4 (4 *4 *4 /*4 =*4 >*4 l*4 v*4 *4 *4 *4 *4 *4 *4  +4 !+4 #+4 $+4 %+4 .+4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 ,4 -4 -4  -4 !-4 O-4 z-4 {-4 }-4 ~-4 -4 -4 /4 /4 &/4 4/4 5/4 /4 /4 /4 /4 /4 /4 /4 04 04 04 04 .04 /04 804 r24 s24 24 24 24 n64 x64 64 64 64 64 64 64 74 _74 a74 x74 y74 74 .84 /84 @84 m84 t84 |84 }84 84 84 84 84 84 84 84 =94 >94 ?94 @94 I94 94 94 94 :4 :4 :4 :4 3:4 C:4 D:4 E:4 F:4 G:4 H:4 I:4 J:4 K:4 L:4 t:4 :4 :4 :4 :4 :4 :4 <4 <4 <4 =4 =4 =4 =4 c>4 ?4  ?4 !?4 "?4 J?4 j?4 ?4 ?4 ?4 ?4 ?4 @4 @4 @4 +A4 2A4 ;A4 <A4 A4 B4 B4 B4 B4 B4 B4 CC4 DC4 EC4 FC4 OC4 "E4 #E4 4E4 E4 E4 E4 E4 'F4 (F4 )F4 *F4 3F4 1H4 2H4 CH4 H4 H4 H4 H4 1I4 2I4 3I4 4I4 =I4 fK4 gK4 xK4 K4 K4 K4 K4 L4 UM4 VM4 WM4 XM4 iM4 M4 M4 M4 M4 EN4 FN4 GN4 HN4 QN4 P4 P4 
Q4 Q4 Q4 R4 R4 S4 S4 S4  T4 T4 )T4 *T4 T4 T4 T4 T4 T4 [4 [4 [4 [[4 b[4 k[4 l[4 \4 ]4 ]4 ]4 ]4 ]4 ]4 G^4 H^4 I^4 J^4 S^4 Nd4 Od4 `d4 d4 d4 d4 d4 e4 f4 f4 f4 f4 'g4 (g4 g4 g4 g4 g4 g4 s4 s4 s4 s4 s4 t4 t4 t4 t4 t4  t4 )t4 \u4 ]u4 nu4 u4 u4 k~4 u~4 ~4 ~4 ~4 ~4 ~4 ~4 ~4 =4 ?4 @4 A4 J4 4 4 ɀ4 ʀ4 ˀ4 4 4 @4 B4 C4 D4 M4 4 4 $4 %4 &4 N4 O4 4 4 4 4 4 m4 n4 4 4 4 4 4 4 4 4 4 4 74 84 I4 J4 K4 ;4 E4 P4 4 4 4 4 4 4 4 !4 74 84 A4 4 4 4 4 4 4 4 	4 4 4 4 4 D4 E4 4 4 4 4 4 4 4 4 ԏ4 ۏ4 4 4 4 +4 ,4 -4 .4 V4 W4 4 4 4 4 4 k4 l4 }4 4 4 Ӓ4 Ԓ4  4 "4 #4 $4 -4 4 4 4 ӕ4 ԕ4 4 4 4 4 ӣ4 ף4 أ4 4 4 4 4 4  4 !4 -4 .4 /4 ;4 ?4 R4 Z4 f4 g4 l4 4 4 4 4 4 14 64 {4 |4 4 4 4 4 4 4 @4 D4 ^4 _4 d4 4 4 Ȧ4 ɦ4 Φ4 4 4 '4 (4 34 4 4 4 4 4 4 4 4 4 4 4 Ƨ4 Χ4 է4 ܧ4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 4 4 4 "4 #4 74 94 :4 ;4 <4 =4 E4 K4 L4 U4 Y4 Z4 m4 y4 z4 {4 |4 }4 4 4 4 4 ©4 é4 ͩ4 ک4 ۩4 ܩ4 ݩ4 ީ4 ߩ4 4 4 4 4 4 4 4 K4 X4 4 4 4 4 4 	4 .4 /4 @4 4 4 c4 o4 ~4 4 4 ܾ4 4 $4 %4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 '4 )4 /4 04 I4 K4 P4 Q4 _4 a4 g4 h4 {4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 "4 $4 )4 *4 14 64 Q4 R4 4 4 4 B4 L4 V4 W4 ~4 4 4 4 
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 .4 /4 @4 `4 a4 b4 4 4 4 4 4 4 4  4 !4 24 R4 S4 T4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 :4 g4 }4 4 4 4 4 54 64 G4 4 4 4 4 4  4 4 4 4 f4 g4 x4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 %4 34 C4 D4 O4 T4 U4 _4 d4 e4 p4 u4 v4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 (4 64 F4 G4 R4 W4 X4 b4 g4 h4 s4 x4 y4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 P4 ^4 n4 o4 z4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 
4 4 4 4 4 &4 +4 ,4 4 4 "4 #4 .4 34 44 >4 C4 D4 O4 T4 U4 _4 d4 e4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 *4 :4 ;4 F4 K4 L4 V4 [4 \4 g4 l4 m4 w4 |4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 	4 4 4 64 D4 T4 U4 `4 e4 f4 p4 u4 v4 4 4 4 4 4 4 44 B4 R4 S4 ^4 c4 d4 n4 s4 t4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4 4 C4 Q4 a4 b4 m4 r4 s4 }4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 4 4 4 4  4 !4 4 4 4 M4 W4 a4 b4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 J4 K4 O4 Y4 d4 4 4 4 4 4 4 %4 &4 '4 (4 14 4 4 4 4 4 4 4 (4 [4 e4 o4 p4 4 4 4 4 4 4 4  5  5  5 -5 .5 *5 95 K5 ^5 _5 d5 l5 q5 r5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 /5 /5 /5 N/5 X/5 b/5 c/5 /5 /5 /5 /5 /5 /5 /5 15 15 15 15 15 25 !25 ,25 _25 i25 s25 t25 25 25 25 25 25 25 25 45 45 45 45 45 45 55 55 A55 K55 U55 V55 55 55 55 55 55 55 55 75 75 75 75 75 
85 85 85 R85 \85 f85 g85 85 85 85 85 85 85 85 @:5 A:5 R:5 `:5 a:5 b:5 l:5 w:5 :5 :5 :5 :5 :5 ;5 ;5 ;5 ;5 ;5 &;5 <5 <5 <5 <5 <5 +=5 5=5 @=5 s=5 }=5 =5 =5 =5 =5 =5 =5 =5 =5 =5 @5 @5 "@5 T@5 U@5 D5 D5 !D5 TD5 ^D5 hD5 iD5 D5 D5 D5 D5 E5 E5  E5 E5 E5 E5 F5 F5 F5 F5 1F5 AF5 BF5 CF5 DF5 lF5 F5 F5 F5 F5 F5 F5 gG5 hG5 yG5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 G5 H5 4H5 H5 H5 H5 H5 H5 eJ5 fJ5 wJ5 4K5 ;K5 DK5 EK5 L5 L5 L5 L5 L5 L5 M5 SM5 TM5 UM5 VM5 _M5 mN5 nN5 N5 N5 N5 N5 N5 O5 RP5 SP5 TP5 UP5 }P5 P5 P5 P5 P5 P5 P5 R5 R5 R5 %S5 &S5 NS5 gS5 S5 S5 S5 S5 S5 U5 U5 U5 4V5 5V5 ]V5 ^V5 V5 V5 V5 V5 V5 Y5 Y5 Y5 jY5 qY5 zY5 {Y5 7Z5 Z5 Z5 Z5 Z5 [5 Z[5 [[5 [5 [5 [5 [5 [5 [5 [5 ^5 ^5 ^5 _5 _5 _5 _5 `5 a5 a5 a5 a5 a5 a5 'b5 (b5 )b5 *b5 3b5 h5 h5 h5 h5  i5 	i5 
i5 2j5 Zk5 [k5 \k5 ]k5 k5 k5 k5 k5 k5 k5 k5 q5 q5 q5 Br5 Ir5 Rr5 Sr5 ws5 t5 t5 t5 t5 t5 t5 %u5 'u5 (u5 )u5 2u5 95 :5 K5 5 5 5 5 5 5 5 5 ǁ5 5 5 5 d5 e5 	5 5 5 Q5 [5 e5 f5 5 5 ی5 ݌5 ތ5 ߌ5 5 U5 V5 g5 h5 i5 5 5 ގ5 5 5 5 5 5 5 5 Ï5 ď5 5 5 95 ;5 <5 =5 F5 5 5 5 5 5 G5 H5 5 5 5 5 5 Ւ5 ֒5 5 5 5 ٗ5 5 5 !5 +5 55 65 ^5 _5 5 5 ՘5 ֘5 ߘ5 B5 C5 T5 5 5 5 5 5 5 5 5 5 5 5 /5 15 H5 I5 R5 ,5 -5 >5 r5 y5 5 5 5 ɝ5 ʝ5 ˝5 ̝5 5 5 A5 C5 D5 E5 N5 	5 
5 5 H5 I5 q5 r5 5 5 5  5 ˠ5 25 35 D5 q5 r5 75 C5 R5 ^5 q5 u5 v5 5 5 5 5 5 5 5 ˱5 ̱5 ͱ5 ٱ5 ݱ5 5 5 5 5 
5 A5 F5 5 5 5 ϲ5 Բ5 5 5 5 V5 Z5 5 5 5 ޳5 5 5 5 5 :5 ?5 f5 g5 l5 5 5 Ŵ5 ƴ5 Ѵ5  5 %5 15 25 55 ?5 @5 C5 L5 M5 _5 d5 l5 s5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 ն5 ׶5 ض5 ٶ5 ڶ5 ۶5 5 5 5 5 5 5 5 5 5 5 5 5 -5 G5 H5 S5 `5 a5 k5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 >5 ?5 K5 5 5 5 ̼5 ͼ5 ޼5 5 5 5 
5 5 (5 )5 z5 5 5 5 J5 N5 O5 e5 f5 z5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 !5 "5 75 95 >5 ?5 T5 V5 [5 \5 v5 x5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 :5 5 5 5 5 5 E5 F5 W5 w5 x5 y5 5 5 5 5 5 5 5 5 5 5 5 5  5 '5 (5 )5 *5 +5 ,5 55 5 5 5 5 5 5 5  5 !5 "5 #5 $5 -5 -5 .5 ?5 _5 `5 Z5 d5 o5 5 5 5 5 5 5 5 5 N5 O5 X5 5 5 5 y5 z5 5 5 5 5 5 5 5 5 5 5 75 85 C5 Q5 a5 b5 m5 r5 s5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 #5 $5 B5 P5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5 5 !5 &5 '5 P5 ^5 n5 o5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 (5 -5 .5 95 >5 ?5 I5 N5 O5 i5 w5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 
5 5 5 5 5 L5 Z5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 $5 %5 /5 45 55 5 5 5 5 5 5 5 5 5 5 5 "5 #5 -5 25 35 S5 a5 q5 r5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 5 5 5 5  5 !5 ,5 15 25 <5 A5 B5 ^5 l5 |5 }5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 35 W5 i5 k5 5 5 5 `6 a6 r6 =6 >6 d6 6 6 6 6 6 6 6  6 16 6 6 6 6 6 56 ?6 I6 J6 p6 6 6 6 6 6 6 %
6 &
6 7
6 6 6 6 6 6 6 
6 

6 
6 4
6 \
6 n
6 o
6 p
6 q
6 z
6 n6 o6 6 6 6 6 6 6 6 6  6 
 6  6  6  6  6 ) 6 * 6 / 6 6 6 ; 6 < 6 A 6 H 6 T 6 U 6 ] 6 e 6 j 6 k 6 s 6 { 6  6  6  6  6  6  6  6  6  6  6 <6 <6 <6 <6 <6  =6 =6 /=6 a=6 b=6 d=6 e=6 f=6 o=6 <?6 =?6 N?6 ?6 ?6 ?6 ?6 ?6 ?6 @6 @6 @6 @@6 f@6 g@6 i@6 j@6 k@6 t@6 uB6 vB6 B6 B6 B6 B6 B6 B6 B6 B6 B6 B6 "C6 JC6 KC6 MC6 NC6 OC6 XC6 YE6 ZE6 kE6 yE6 zE6 E6 E6 E6 E6 E6 F6 F6 3F6 \F6 ]F6 _F6 `F6 aF6 jF6 G6 G6 G6 G6 G6  H6 
H6 H6 HH6 RH6 \H6 ]H6 H6 H6 H6 H6 H6 H6 H6 PJ6 QJ6 bJ6 pJ6 qJ6 J6 J6 J6 K6 K6 %K6 &K6 OK6 PK6 QK6 SK6 jK6 kK6 tK6 M6 M6 M6 M6 M6 Q6 Q6 Q6 Q6 Q6 R6 R6 /R6 OR6 R6 R6 R6 R6 R6 jS6 kS6 |S6 S6 S6 S6 S6 S6 S6 S6 S6 S6 
T6 -T6 yT6 zT6 {T6 |T6 T6 U6 U6 U6 HU6 OU6 XU6 YU6 oU6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 U6 V6 V6 V6  V6 )V6 X6 X6 X6 X6 X6 X6 X6 Y6 [Z6 \Z6 ]Z6 ^Z6 Z6 Z6 Z6 Z6 Z6 Z6 Z6 \6 \6 \6 g\6 n\6 w\6 x\6 4]6 ]6 ]6 ]6 ]6 ^6 3^6 ^6 ^6 ^6 ^6 ^6 ^`6 _`6 p`6 `6 `6 `6 a6 ca6 da6 ea6 fa6 oa6 mc6 nc6 c6 c6 c6 c6 c6 md6 nd6 od6 pd6 yd6 f6 f6 f6 g6 g6 g6 g6 g6 h6 h6 h6 h6 h6 h6 h6 !i6 "i6 i6 i6 i6 i6 i6 7l6 8l6 Il6 /m6 6m6 ?m6 @m6 =n6 :o6 ;o6 <o6 =o6 eo6 fo6 o6 o6 o6 o6 o6 Av6 Bv6 Sv6 v6 v6 v6 v6 w6 x6 x6 x6 x6 #y6 $y6 y6 y6 y6 y6 y6 6 6 6 6 6 6 6 6 86 96 :6 ;6 c6 d6 Â6 ł6 Ƃ6 ǂ6 Ђ6 ׎6 ؎6 6 -6 .6 R6 S6 X6 Z6 [6 \6 e6 6 6 6 6 6 6 6 6 6 6 6 6 ,6 -6 y6 {6 |6 }6 6 6 6 6 6 6 /6 06 |6 ~6 6 6 6 N6 O6 `6 a6 b6 6 6 ם6 ٝ6 ڝ6 ۝6 6 6 6 6 6 6 6 6 26 46 56 66 ?6 s6 t6 6 6 6 w6 6 6 6 ɥ6 ӥ6 ԥ6 6 6 [6 ]6 s6 t6 }6 6 6 6 6 &6 .6 /6 E6 U6 V6 W6 X6 6 6 ͨ6 Ϩ6 6 6 6 ʪ6 ˪6 ܪ6 6 6 6  6 P6 g6 h6 i6 j6 6 6 ߫6 6 6 6 6 6 6 6 6 6 6 6 \6 ^6 _6 `6 i6 а6 Ѱ6 6 6 6 վ6 6 6 6 6 6 6 66 ;6 K6 L6 [6 \6 ]6 i6 j6 k6 w6 {6 6 6 6 6 6 ߿6 6 :6 ;6 @6 m6 r6 6 6 6 6 6 J6 K6 P6 |6 6 6 6 6 6 6 6 6 
6 86 =6 c6 d6 o6 6 6 6 6 6 6 6 6 6 6 6 6 
6 6 6 $6 %6 06 46 ;6 B6 C6 D6 E6 F6 G6 H6 I6 J6 K6 L6 M6 N6 O6 P6 36 46 56 N6 _6 `6 t6 v6 w6 x6 y6 z6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 
6 6 6 6 6 6 6 6 6 +6 ,6 :6 ;6 <6 6 6 6 6 6 26 36 F6 k6 l6 }6 6 6 6 6 6 6 6 6 /6 a6 b6 6 6 6 6 6 6 6 6 $6 26 ?6 @6 A6 B6 C6 D6 H6 I6 J6 K6 d6 f6 l6 m6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 ,6 .6 46 56 C6 E6 K6 L6 _6 a6 f6 g6 n6 s6 6 6 76 A6 L6 6 6 6 6 6 6 16 36 J6 K6 T6 6 6 6 6 6 6 ?6 @6 A6 B6 C6 D6 M6 k6 l6 }6 6 6 6 6 6 6 6 6 6 6 ]6 ^6 o6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 A6 K6 U6 V6 w6 6 6 6 6 6 6 r6 s6 6 6 6 :6 ;6 <6 =6 >6 ?6 H6 6 6 6 6 6  7  7  7 7 7 7 7 7 !7 "7 -7 27 37 =7 B7 C7 b7 p7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 7 7  7 !7 ,7 17 27 <7 A7 B7 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 
7 7 7 7 7 )7 .7 /7 :7 ?7 @7 J7 O7 P7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 &7 '7 27 77 87 B7 G7 H7 S7 X7 Y7 c7 h7 i7 A7 O7 _7 `7 k7 p7 q7 {7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 Y7 g7 w7 x7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 7 %7 *7 +7 67 ;7 <7 F7 K7 L7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 q7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  	7 	7 	7 	7 !	7 "	7 ,	7 1	7 2	7 =	7 B	7 C	7 M	7 R	7 S	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 	7 
7 
7 
7 '
7 ,
7 -
7 7
7 <
7 =
7 H
7 M
7 N
7 X
7 ]
7 ^
7 B7 L7 W7 7 7 7 7 7 7 
7 

7 !
7 "
7 +
7 7  7 7 7 7 7 27 37 47 57 67 ?7 7 7 7 7 7 7 7 7 7 7 7 7 7 >7 b7 c7 d7 e7 n7 7 7 7 Y7 Z7 P7 Z7 e7 7 7 7 7 7 7 
7 7 7 7 7 
7 7 7 j7 k7 g-7 v-7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 -7 .7 	.7 
.7 .7 .7 &.7 '.7 /.7 6.7 ;.7 <.7 D.7 K.7 W.7 X.7 CJ7 MJ7 XJ7 J7 J7 J7 J7 J7  K7 K7 K7 K7 K7 K7 L7 L7 L7 $M7 %M7 TM7 ^M7 iM7 M7 M7 M7 M7 M7 N7 N7 N7 	N7 
N7 N7 P7 P7 &P7 4P7 5P7 6P7 @P7 KP7 ~P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 P7 R7 R7 
S7 S7 S7 GS7 QS7 \S7 S7 S7 S7 S7 S7 S7 S7 S7 S7  T7 	T7 }U7 ~U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 U7 *V7 UV7 VV7 XV7 YV7 ZV7 cV7 W7 W7 X7 X7 X7 hX7 rX7 }X7 X7 X7 X7 X7 X7 X7 X7 X7 	Y7 
Y7 Y7 M[7 N[7 _[7 [7 [7 I_7 S_7 ^_7 _7 _7 _7 _7 _7 _7 :`7 <`7 S`7 T`7 ]`7 	a7 
a7 a7 Ha7 Oa7 Wa7 Xa7 na7 ~a7 a7 a7 a7 a7 a7 b7 b7 b7 b7 $b7 b7 b7 b7 b7 b7 b7 b7 c7 c7 c7  c7 !c7 "c7 #c7 $c7 %c7 &c7 'c7 Oc7 qc7 c7 c7 c7 c7 c7 e7 e7 e7 qf7 xf7 f7 f7 >g7 g7 g7 g7 g7 %h7 Eh7 h7 h7 h7 h7 h7 i7 i7 i7 j7 
j7 j7 j7 j7 k7 k7 k7 k7 k7 k7 l7 l7  l7 !l7 *l7 m7 m7 n7 bn7 cn7 n7 n7 o7 o7 o7 o7 o7 q7 
q7 q7 qq7 rq7 q7 q7 r7 
r7 r7 r7 r7 At7 Bt7 St7 t7 t7 t7 t7 tu7 0v7 1v7 2v7 3v7 Dv7 v7 v7 v7 v7  w7 !w7 "w7 #w7 ,w7 y7 y7 y7 z7 z7 z7 z7 {7 |7 |7 |7 |7 }7 }7 d}7 e}7 f}7 g}7 p}7 7 7 7 67 =7 F7 G7 o7 7 7 7 7 7 Æ7 "7 #7 $7 %7 .7 )7 *7 ;7 7 7 7 7 7 ׏7 ؏7 ُ7 ڏ7 7 7 b7 d7 e7 f7 o7 v7 w7 7 ̜7 ͜7 7 7 7 7 7 7 7 77 87 I7 7 7 F7 P7 [7 7 7 7 7 ˧7 ̧7 7 7 7 7 %7 7 7 7 7 7 Ω7 ϩ7 7 7 7 7 (7 7 7 7  7 7 )7 *7 v7 x7 y7 z7 7 H7 I7 Z7 [7 \7 7 7 Ѭ7 Ӭ7 Ԭ7 լ7 ެ7 7 7 $7 %7 &7 7  7 +7 ^7 h7 r7 s7 7 7 7 7 7 7 7 7 7 7 7 ŵ7 ͵7 ε7 7 7 7 7 7 7  7 l7 n7 7 7 7 i7 j7 {7 7 7 7 7 7 7 7 7 	7 17 27 ~7 7 7 7 7 F7 G7 X7 7 7 7 7 7 7 7 7 7 o7 p7 7 7 7 t7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 	7 
7 7 7 -7 57 A7 B7 G7 ~7 7 7 7 7 7 7 V7 W7 \7 7 7 7 7 7 7 7 97 :7 ?7 w7 |7 7 7 7 7 7 7 7 7 ]7 b7 n7 o7 r7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 !7 '7 (7 17 57 67 I7 U7 V7 W7 X7 Y7 k7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 '7 47 |7 }7 7 7 7 7 
7 7 7 \7 ]7 ?7 K7 Z7 f7 g7 7 7  7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 %7 '7 ,7 -7 ;7 =7 C7 D7 W7 Y7 _7 `7 u7 w7 |7 }7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 7 7 
7 7 -7 .7 7 7 7  8 ( 8 2 8 3 8 Z 8 x 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 e8 f8 g8 h8 i8 j8 s8 8 8 8 .8 /8 08 ]8 ^8 _8 `8 a8 b8 k8 k8 l8 }8 8 8 8 8 8 8 8 8 8 8 C8 Y8 [8 8 8 8 	8 	8 #	8 	8 	8 	8 	8 	8 	8 	8 	8 	8 B
8 C
8 T
8 u
8 v
8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 +8 08 18 ;8 @8 A8 L8 Q8 R8 \8 a8 b8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 #8 .8 38 48 >8 C8 D8 O8 T8 U8 _8 d8 e8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 ,8 :8 J8 K8 V8 [8 \8 f8 k8 l8 w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 08 18 ;8 @8 A8 i8 w8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 '8 (8 28 78 88 C8 H8 I8 S8 X8 Y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  8 08 18 <8 A8 B8 L8 Q8 R8 ]8 b8 c8 m8 r8 s8 8 8 .8 /8 :8 ?8 @8 J8 O8 P8 [8 `8 a8 k8 p8 q8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 -8 =8 >8 I8 N8 O8 Y8 ^8 _8 j8 o8 p8 z8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 )8 38 =8 >8 q8 8 8 8 8 8 8 8 8 8 {8 |8 8 8 8 8 8 8 8 ]8 ^8 o8 & 8 ' 8 +"8 5"8 @"8 s"8 }"8 "8 "8 "8 "8 #8 #8 #8 #8 
#8 c%8 d%8 u%8 &8 &8 '8 '8 (8 7(8 A(8 K(8 L(8 r(8 (8 (8 (8 (8 (8 (8 )8 )8 )8 	*8 
*8 ;8 ;8 ';8 :;8 ;;8 @;8 H;8 M;8 N;8 S;8 [;8 g;8 h;8 m;8 t;8 y;8 z;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 ;8 W8 W8 W8 *X8 4X8 >X8 ?X8 mX8 X8 X8 X8 X8 X8 X8 zZ8 {Z8 Z8 Z8 Z8 Z8 Z8 [8 ;[8 E[8 O[8 P[8 ~[8 [8 [8 [8 [8 [8 [8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ]8 ^8 '^8 1^8 2^8 `^8 ^8 ^8 ^8 ^8 ^8 ^8 `8 `8 `8 `8 `8 `8 `8 `8 .a8 8a8 Ba8 Ca8 qa8 a8 a8 a8 a8 a8 a8 c8 c8 .c8 <c8 =c8 >c8 Hc8 Sc8 c8 c8 c8 c8 c8 c8 c8 c8 c8 c8 d8 e8 e8 e8 e8 e8 f8 f8 f8 Of8 Yf8 cf8 df8 f8 f8 f8 f8 f8 f8 f8 h8 h8 h8 0i8 1i8 l8 l8 l8 0m8 :m8 Dm8 Em8 mm8 m8 m8 m8 m8 m8 m8 n8 n8 n8 n8 n8 n8 n8 
o8 o8 o8 o8  o8 Ho8 ko8 o8 o8 o8 o8 o8 Cp8 Dp8 Up8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 p8 q8 [q8 \q8 ]q8 ^q8 gq8 As8 Bs8 Ss8 t8 t8  t8 !t8 t8 u8 u8 u8 u8 u8 u8 /v8 0v8 1v8 2v8 ;v8 Iw8 Jw8 [w8 w8 w8 w8 w8 rx8 .y8 /y8 0y8 1y8 Yy8 qy8 y8 y8 y8 y8 y8 {8 {8 {8 |8 |8 *|8 C|8 |8 |8 |8 |8 |8 ~8 ~8 ~8 8 8 98 :8 8 8 8 8 8 8 8 8 F8 M8 V8 W8 8 σ8 Ѓ8 у8 ҃8 8 68 78 _8 `8 8 8 8 8 ˄8 u8 v8 8 m8 t8 }8 ~8 {8 x8 y8 z8 {8 8 8 8 8 8 8 8 8 8 8 Ց8 ܑ8 8 8 8 68 78 88 98 a8 b8 8 8 Ô8 Ĕ8 ͔8 Ț8 ɚ8 ښ8 8 %8 .8 /8 S8 v8 w8 x8 y8 8 8 8 8 8 8 8 8 8 '8 k8 l8 8 8 8 8 8 8 8 ֫8 ׫8 8 @8 A8 8 8 8 -8 78 A8 B8 j8 k8 8 8 8 8 ĵ8 18 28 C8 D8 E8 m8 n8 8 8 8 8 Ƿ8 8 8 8 8 8 ȸ8 ɸ8 8 8 8 8 "8 8 8 8 8 8 #8 $8 p8 r8 s8 t8 }8 8 8 û8 Ļ8 Ż8 8 8 8 8 8 8 8 :8 ;8 8 8 8 8 8 8 8 08 ]8 d8 l8 m8 8 8 8 8 8 8 8 8 
8 $8 %8 .8 8 	8 8 N8 U8 ]8 ^8 8 8 8 8 8 8 8 8 8  8 !8 *8 8 8 8 $8 %8 M8 N8 8 8 8 8 8 8 8  8 M8 N8 8 8 .8 :8 M8 Q8 R8 t8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 "8 x8 y8 ~8 8 8 8 8 8 28 68 8 8 8 8 8 8 8 8 8 8 B8 C8 H8 v8 {8 8 8 8 8 8 
8 8 8 8 8 8 (8 )8 ;8 @8 H8 O8 V8 b8 c8 n8 r8 y8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 p8 q8 r8 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 G8 T8 U8 V8 W8 X8 Y8 Z8 [8 h8 i8 w8 x8 y8 8 8 8 8 '8 o8 p8 8 8 8 8 8 8 8 8 8 8 8 V8 l8 8 8 &9 *9 +9 A9 B9 V9 W9 X9 a9 o9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 09 29 79 89 R9 T9 Y9 Z9 i9 k9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 t
9 ~
9 
9 
9 
9 
9 
9 
9 9 n9 p9 9 9 9 !9 "9 39 S9 T9 U9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 	9 	9 
9 9 ;9 <9 69 @9 K9 ~9 9 9 9 9 9 9 9 *9 +9 49 9 9 9 U9 V9 w9 x9 y9 z9 {9 |9 9 9 9 9 9 9 9 -9 =9 >9 I9 N9 O9 Y9 ^9 _9 j9 o9 p9 z9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 ,9 <9 =9 H9 M9 N9 X9 ]9 ^9 i9 n9 o9 y9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ,9 :9 J9 K9 V9 [9 \9 f9 k9 l9 w9 |9 }9 9 9 9 9 9 9 9 9 9 9 9 	9 
9 9 9 9 %9 *9 +9 E9 S9 c9 d9 o9 t9 u9 9 9 9 9 9 9 9 9 9 ~ 9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9 !9 !9 %!9 &!9 1!9 6!9 7!9 A!9 F!9 G!9 R!9 W!9 X!9 b!9 g!9 h!9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 !9 ("9 6"9 F"9 G"9 R"9 W"9 X"9 b"9 g"9 h"9 s"9 x"9 y"9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9 "9  #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 #9 	$9 $9 $9 /$9 =$9 M$9 N$9 Y$9 ^$9 _$9 i$9 n$9 o$9 z$9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 $9 %9 
%9 %9 %9 %9 %9 :%9 H%9 X%9 Y%9 d%9 i%9 j%9 t%9 y%9 z%9 %9 %9 %9 %9 %9 %9 '9 '9 '9 '9 '9 '9 '9 (9 3(9 E(9 G(9 ^(9 _(9 h(9 <*9 =*9 N*9 +9 +9 @+9 o+9 p+9 q+9 r+9 s+9 |+9 ,9 ,9 
-9 -9 -9 /9 /9 /9 09 09 %09 &09 L09 {09 09 09 09 09 09 39 39 39 49 49 59 59 59 59 59 59 59 69 869 J69 K69 L69 M69 V69 J79 K79 \79 79 79 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 H9 I9 I9 I9 I9 I9 I9 I9 $I9 0I9 1I9 9I9 AI9 FI9 GI9 OI9 WI9 cI9 dI9 lI9 sI9 xI9 yI9 I9 I9 I9 I9 e9 e9 e9 e9 e9 e9 e9 f9 =f9 >f9 @f9 Af9 Bf9 Kf9 h9 h9 *h9 ah9 bh9 h9 h9 h9 h9 h9 h9 h9 i9 Bi9 Ci9 Ei9 Fi9 Gi9 Pi9 Qk9 Rk9 ck9 qk9 rk9 sk9 }k9 k9 k9 k9 k9 k9 k9 &l9 'l9 )l9 *l9 +l9 4l9 5n9 6n9 Gn9 Un9 Vn9 n9 n9 n9 n9 n9 n9 n9 o9 8o9 9o9 ;o9 <o9 =o9 Fo9 p9 p9 p9 p9 p9 p9 p9 p9 $q9 .q9 8q9 9q9 gq9 q9 q9 q9 q9 q9 q9 ,s9 -s9 >s9 Ls9 Ms9 s9 s9 s9 s9 s9 t9 t9 +t9 ,t9 -t9 /t9 Ft9 Gt9 Pt9 v9 v9 v9 v9 v9 z9 z9 z9 z9 z9 z9 z9 {9 +{9 w{9 y{9 {9 {9 {9 F|9 G|9 X|9 |9 |9 |9 |9 |9 |9 |9 |9 |9 |9 	}9 U}9 V}9 W}9 X}9 a}9 }9 }9 }9 $~9 +~9 4~9 5~9 K~9 [~9 \~9 ]~9 ^~9 _~9 `~9 a~9 b~9 c~9 d~9 ~9 ~9 ~9 ~9 ~9 ~9 9 ߀9 9 9 9 9 9 9 {9 79 89 99 :9 b9 9 ̓9 ΃9 σ9 Ѓ9 ك9 9 9 9 C9 J9 S9 T9 9 ̆9 ͆9 Ά9 φ9 9 9 [9 \9 ]9 ^9 g9 :9 ;9 L9 9 9 ȉ9 9 ?9 @9 A9 B9 K9 I9 J9 [9 9 9 ׌9 ،9 I9 J9 K9 L9 U9 ~9 9 9 9 9 9 9 9 m9 n9 o9 p9 9 ԑ9 Ց9 9 9 ]9 ^9 _9 `9 i9 9 9 %9 9 9 9 9 9 9 9 9 9 A9 B9 9 9 9 9 9 9 9 /9 s9 z9 9 9 9 ԡ9 ա9 ֡9 ס9 9  9 _9 `9 a9 b9 k9 f9 g9 x9 9 è9 ̨9 ͨ9 9 9 9 9 9 ?9 @9 9 9 9 9 9 9 9 ŷ9 	9 
9 .9 /9 49 69 79 89 A9 t9 u9 9 ޹9 ߹9 9 9 9 9 9 9 9 9 	9 U9 W9 X9 Y9 b9 9 9 9 9 9 9 9 X9 Z9 [9 \9 e9 *9 +9 <9 =9 >9 f9 g9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 O9 P9 a9 b9 c9 S9 ]9 h9 9 9 9 9 9 9 79 99 O9 P9 Y9 9 9 9 9 9 
9 9 !9 19 29 39 49 \9 ]9 9 9 9 9 9 9 9 9 9 9 9 9 ,9 C9 D9 E9 F9 n9 o9 9 9 9 9 9 9 9 9 9 9 9 9 89 :9 ;9 <9 E9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 '9 (9 79 89 99 E9 F9 G9 S9 W9 j9 r9 ~9 9 9 9 9 9 9 9 I9 N9 9 9 9 9 9 &9 '9 ,9 X9 \9 v9 w9 |9 9 9 9 9 9 9 9 ?9 @9 K9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 9 9 9 9 9 9  9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 ,9 9 9 9 )9 :9 ;9 O9 Q9 R9 S9 T9 U9 ]9 c9 d9 m9 q9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 c9 p9 9 9 9 
9 9 !9 F9 G9 X9 9 9 {: : : : : : 
: <: =: : : : : : : : : : 
: : : : : : : #: $: %: &: ?: A: G: H: a: c: h: i: w: y: : : : : : : : : : : : : : : : : : : : 	: : : :  : &: ': :: <: A: B: I: N: i: j: : : ': Z: d: n: o: : : : : %: &: /: : : : : : : : : : : : : (: F: G: X: x: y: z: : : : : : : : 8: 9: J: j: k: l: : : : : : : :  :  :  :  :  : !: !: !: ": &": 0": 1": R": ": ": ": ": ": ": M$: N$: _$: $: $: %: %: %: %: %: %: #%: ~%: %: %: %: %: ): ): ): ): ): ): ): ): ): ): *: 
*: *: *: *: *: =*: K*: [*: \*: g*: l*: m*: w*: |*: }*: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: *: +: +: 
+: +: +: +: @+: N+: ^+: _+: j+: o+: p+: z+: +: +: +: +: +: +: +: +: +: +: +: +: +: +: +: ,: 	,: 
,: ,: ,: ,: %,: *,: +,: h,: v,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: ,: -: -: 
-: -: -: -: "-: #-: .-: 3-: 4-: >-: C-: D-: .: *.: :.: ;.: F.: K.: L.: V.: [.: \.: g.: l.: m.: w.: |.: }.: .: .: .: .: .: .: .: .: .: .: .: .: .:  /: /: /: 4/: B/: R/: S/: ^/: c/: d/: n/: s/: t/: /: /: /: /: /: /: /: /: /: /: /: /: /:  0: 0: 0: 0: 0: 0: !0: &0: '0: N0: \0: l0: m0: x0: }0: ~0: 0: 0: 0: 0: 0: 0: 0: 0: 0: L1: Z1: j1: k1: v1: {1: |1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 1: 2: 2: 
2: 2: 2: 2: (2: -2: .2: [2: i2: y2: z2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 2: 3: 3: 3: 3: 3: 3: #3: (3: )3: 33: 83: 93: 5: '5: 25: e5: o5: y5: z5: 5: 5: 5: 5: 5: 5: 6: 7: 7: 7: 8: 8: 8: 
9: 9: 9: 9: 9: 9: :: :: :: b;: c;: g=: q=: |=: =: =: =: =: =: >: =>: >>: ?>: @>: I>: @: @: @: 4B: 5B: +C: 5C: @C: sC: }C: C: C: C: C: C: C: C: C: C: D: D: D: EE: FE: BV: QV: cV: vV: wV: |V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: V: W: W: 
W: W: W: W: W: &W: 2W: 3W: s: (s: 3s: fs: ps: zs: {s: s: s: s: s: s: s: s: u: u: u: u:  v: /v: 9v: Dv: wv: v: v: v: v: v: v: v: v: v: v: x: x: y: y: y: y: y: &y: Yy: cy: my: ny: y: y: y: y: y: y: y: {: {: {: {: {: "|: ,|: 7|: j|: t|: ~|: |: |: |: |: |: |: |: |: X~: Y~: j~: x~: y~: z~: ~: ~: ~: ~: ~: ~: : 0: 1: 3: 4: 5: >: ʀ: ˀ: ܀: : : C: M: X: : : : : Ɂ: ʁ: ˁ: ́: : : : (: ): :: l: m: $: .: 9: l: v: : : : Ɉ: : : .: /: 8: : : : #: *: 2: 3: I: Y: Z: [: \: : : : : : : : : : : : ɋ: ҋ: Ӌ: : : : : : : : :  : : : *: L: : : : : : }: ~: : L: S: \: ]: : Ր: ֐: א: ؐ:  :  : k: l: m: n: w: : : : : : : : : j: k: l: m: : : : : : : : ؖ: ٖ: : =: >: f: : ݗ: ޗ: ߗ: : : : : : L: M: u: v: : : : : : : : .: : : : : O: : : 
: : : r: s: : : : : : : : : : â: : : : : : : : : : ߥ: : ?: @: A: B: K: : : ͬ: : : !: ": J: r: s: t: u: : : : : :  : 	: : : : Z: a: j: k: : : : : : ݸ: ޸: =: ?: @: A: J: Q: R: c: : : : : : : : : : : : $: |: }: !: +: 6: i: s: }: ~: : : : : : :  : m: n: : : : : : : : : : : : : : : : : : Q: S: T: U: ^: #: $: 5: 6: 7: _: `: : : : : : : : :  : : : : : 9: C: M: N: v: w: : : : : : Z: [: l: : : : : : : : : : : : G: I: `: a: j: D: E: V: : : : : : : : : : : 
: Y: [: \: ]: f: !: ": 3: `: a: : : : : : : : J: K: \: : : O: [: j: v: : : : : : : : : : : : : : : : : : : : ": Y: ^: : : : : : 1: 2: 7: n: r: : : : : : : : : R: W: ~: : : : : : : : 8: =: I: J: M: W: X: [: d: e: w: |: : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : : #: /: 0: 1: 2: 3: E: _: `: k: x: y: : : : : : : : : : : : : : :  ;  ; V ; W ; c ;  ;  ;  ;  ;  ;  ; 6; 7; ; %; 4; @; A; ; ; ; ; b; f; g; }; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; 1; 3; 9; :; O; Q; V; W; l; n; s; t; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  ;  ; (; (; (; (; ); ); 
); 4); R); ); ); ); ); ); ]*; ^*; o*; *; *; *; *; *; *; *; *; *; *; +; +; +; ,; ,; ,; ?,; @,; A,; B,; C,; D,; M,; ,; ,; ,; -; 	-; 
-; 7-; 8-; 9-; :-; ;-; <-; E-; E.; F.; W.; w.; x.; r/; |/; /; /; /; /; /; /; 0; 30; 50; f0; g0; p0; 1; 1; 1; 2; 2; 2; 2; 2; 2; 2; 2; 2; 3; 3; .3; O3; P3; [7; i7; y7; z7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 7; 8; 
8; 8; 8; 8; 8; &8; +8; ,8; 68; ;8; <8; Z8; h8; x8; y8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 8; 9; 
9; 9; 9; 9; 9; )9; .9; /9; 99; >9; ?9; h9; v9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; 9; :; :; $:; %:; 0:; 5:; 6:; @:; E:; F:; Q:; V:; W:; a:; f:; g:; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; :; ;; ;; ;; ;; ;; ;; ;; ;; ;; ;; <; 
<; <; <; <; <; C<; Q<; a<; b<; m<; r<; s<; }<; <; <; <; <; <; <; <; <; <; <; <; <; <; =; =; =; =; =; =; "=; #=; -=; 2=; 3=; d=; r=; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; =; 
>; >; >; >; >; &>; +>; ,>; 7>; <>; =>; G>; L>; M>; >; >; ?; 	?; ?; ?; ?; $?; )?; *?; 5?; :?; ;?; E?; J?; K?; k?; y?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; ?; @; @; @; #@; (@; )@; 3@; 8@; 9@; D@; I@; J@; T@; Y@; Z@; v@; @; @; @; @; @; @; @; @; @; @; @; @; @; @; @; B; B; B; C; 
C; C; C; KC; oC; C; C; C; C; C; xE; yE; E; UF; VF; |F; F; F; F; F; F; F; 7H; 8H; IH;  I; I; K; K; K; MK; WK; aK; bK; K; K; K; K; K; K; K; =N; >N; ON; O; O; P; P; P; Q; Q; %Q; &Q; LQ; tQ; Q; Q; Q; Q; Q; R; R; R; R; R; c; c; d; d; d; d; "d; 'd; (d; -d; 5d; Ad; Bd; Gd; Nd; Sd; Td; Yd; `d; ld; md; ud; }d; d; d; d; d; d; d; d; d; d; d; d; d; d; d; ; ƀ; р; ; ; ; ; G; y; z; |; }; ~; ; T; U; f; ; ; ̓; ׃; ; ; ; ); *; X; ~; ; ; ; ; ; ; ; ; ; ; ; ; Ć; ; ; ; ; :; b; c; e; f; g; p; q; r; ; ; ; ; ʉ; Չ; ; ; ; ; K; t; u; w; x; y; ; ; ; ; ; ; ; "; -; `; j; t; u; ; Ό; ό; ь; Ҍ; ӌ; ܌; h; i; z; ; ; ; ; ; ); 3; =; >; g; h; i; k; ; ; ; Ƒ; Ǒ; ؑ; 
; ; ; ̕; ו; 
; ; ; ; G; g; ; ; ̖; ͖; ֖; ; ; ; ; ȗ; З; ї; ; ; ; ; ; "; E; ; ; ; ; ; ; ; /; `; g; p; q; ; ; ; ; ; ; ; ; ; ; ; ș; ; 5; 6; 7; 8; A; ; ; -; ; ; ; ; ; s; t; u; v; ; ; 	; 
; ; ; ; #; $; 5; ; ; ; ; L; ; 	; 
; ; 3; K; ; ; ; ; ; v; w; ; ۤ; ܤ; ; ; {; |; }; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ̪;  ; '; 0; 1; ; ; ; ; ; ; ; ; 9; :; ; ; ; ; ; O; P; a; G; N; W; X; U; R; S; T; U; }; ~; ݳ; ޳; ߳; ; ; Y; Z; k; ; ; ; ; ; ; ; ; ; ;; <; ; ; ; ; ; ; ; ; ; ; ; 	; -; P; Q; R; S; {; |; ; ; ; ; ; ; ; ; E; F; j; k; p; r; s; t; }; ; ; ; ; ; ; ; ; ; ; ; ; D; E; ; ; ; ; ; ; ; ; ; ; G; H; ; ; ; ; ; f; g; x; y; z; ; ; ; ; ; ; ; ; ; ; ; ; ; ; J; L; M; N; W; ; ; ; ; ; ; ; ; ; ; ; ; ; ; s; u; ; ; ; ; ; 
; 7; >; F; G; ]; m; n; o; p; ; ; ; ; ; ; ; ; ; ; (; /; 7; 8; h; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; '; (; t; v; w; x; ; ; ; ; '; (; < < < < '< +< ,< N< S< c< d< s< t< u< < < < < < < < < < < < < R< S< X< < < < < < < < b< c< h< < < < < < < < < < "< P< U< {< |< < < < < < < < < < < < < < "< )< 0< << =< H< L< S< Z< [< \< ]< ^< _< `< a< b< c< d< e< f< g< h< J< K< L< e< v< w< < < < < < < < < < < < < < < < < < < < < < 		< 	< 	< !	< .	< /	< 0	< 1	< 2	< 3	< 4	< 5	< B	< C	< Q	< R	< S	< 
< 
< 
< 
< < I< J< ]< < < < < < < < < < < 0< F< x< y<  ,< ,< ,< ,< ,< 0,< 1,< 2,< ;,< I,< V,< W,< X,< Y,< Z,< [,< _,< `,< a,< b,< {,< },< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< ,< 
-< -< -< -< ,-< .-< 3-< 4-< C-< E-< K-< L-< Z-< \-< b-< c-< v-< x-< }-< ~-< -< -< -< -< N6< X6< c6< 6< 6< 6< 6< 6< 6< H7< J7< a7< b7< k7< 7< 7< 
8< -8< .8< /8< V8< W8< X8< Y8< Z8< [8< d8< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< 9< t:< u:< :< :< :< :< :< :< :< :< :< :< :< ;< ;< ;< << << =< =< %=< X=< b=< l=< m=< =< =< =< =< >< >< >< ?< ?< ?< /@< 0@< Q@< R@< S@< T@< U@< V@< _@< @< @< @< @< @< D< E< E< E< #E< (E< )E< 3E< 8E< 9E< DE< IE< JE< TE< YE< ZE< yE< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< E< F< F< F< "F< 'F< (F< 2F< 7F< 8F< CF< HF< IF< SF< XF< YF< |F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< F< G< G< $G< %G< 0G< 5G< 6G< @G< EG< FG< QG< VG< WG< aG< fG< gG< G< G< G< G< G< G< G< G< G< G< G< G< G< G< H< H< H< -H< =H< >H< IH< NH< OH< YH< ^H< _H< jH< oH< pH< zH< H< H< XI< fI< vI< wI< I< I< I< I< I< I< I< I< I< I< I< I< I< I< I<  J< J< J< J< J<  J< !J< ,J< 1J< 2J< <J< AJ< BJ< pJ< ~J< J< J< J< J< J< J< J< J< J< J< J< J< J< J< K< K<  K< !K< ,K< 1K< 2K< <K< AK< BK< MK< RK< SK< ]K< bK< cK< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< K< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< L< 	M< M< 'M< (M< 3M< 8M< 9M< CM< HM< IM< TM< YM< ZM< dM< iM< jM< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< M< N< "N< 2N< 3N< >N< CN< DN< NN< SN< TN< _N< dN< eN< oN< tN< uN< YP< cP< nP< P< P< P< P< P< 
Q< Q< !Q< 8Q< 9Q< BQ< S< S< (S< S< S< T< IT< JT< KT< LT< MT< VT< U< U< U< V< V< X< X< X< X< X< X<  Y< &Y< UY< yY< zY< {Y< |Y< Y< [< [< [< p]< q]< g^< q^< |^< ^< ^< ^< ^< ^< _< $_< %_< &_< '_< 0_< $`< %`< 6`< `< `< ~q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< q< 
r< r< r< r<  r< !r< )r< 1r< =r< >r< Fr< Mr< Rr< Sr< [r< br< nr< or< Z< d< o< < < < < < < < < < < %< < < < ;< << k< u< < < < Ǒ< ȑ< < < < <  < !< *< +< ,< =< K< L< M< W< b< < < < < ؔ<  < < < < < < < < !< /< 0< ^< h< s< < < < < < < < < < <  < < < < < < < < ˙< < < < < A< l< m< o< p< q< z< < < < &< '< < < < ǜ< ќ< ۜ< ܜ< < < < 	<  < !< *< d< e< v< < < `< j< u< < < < < < < Q< S< j< k< t<  < !< 2< _< f< n< o< < < < < < < < /< 0< 1< 2< ;< < < ͦ< < < < < %< 5< 6< 7< 8< 9< :< ;< << =< >< f< < ӧ< ԧ< է< ֧< ߧ< < < ˩< < < < < U< < < < < << \< < < < < < < ­< ӭ< < $< -< .< < < < < < ѯ< < 5< 6< 7< 8< A< < < &< y< z< < < < < < < %< #< $< 5< < < < < #< $< %< &< /< X< Y< j< < Ÿ< θ< ϸ< < G< H< I< J< [< < < ׺< غ< 7< 8< 9< :< C< < < < < < < < < < < < < < < {< |< }< ~< < < < 	< M< T< ]< ^< < < < < < < < 9< :< ;< << E< @< A< R< < < < < < < < < < < < y< {< |< }< < < < < < < < 	< < < < < < N< O< `< < < ]< g< r< < < < < < < /< 1< 2< 3< << < < < < < < < 2< 4< 5< 6< ?< < < < < < @< A< < < < < < _< `< q< r< s< < < < < < < < )< *< ;< << =< -< 7< B< u< < < < < < < < )< *< 3< < < < < < < < < < < 
< < 6< 7< < < < < < < < < < < < < < < < <  < H< I< < < < < < ]< ^< o< < < < <  =  =  =  =  = = = = = = = = = = = = = = = = = = = = =  = != -= 1= D= L= X= Y= ^= = = = = = #= (= m= n= s= = =  = = = 2= 6= P= Q= V= = = = = = = = = = %= t= y= = = = = = = = = = = = = = = = = = = = = = = = = = =  = = = = = = = = = = = = = )= += ,= -= .= /= 7= == >= G= K= L= _= k= l= m= n= o= = = = = = = = = = = = = = = = = = = = = == J= = = = = = =  = != 2= r= s= U+= a+= p+= |+= }+= += += ,= ,= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9= 9=  := := := !:= ":= ;:= =:= B:= C:= Q:= S:= Y:= Z:= m:= o:= u:= v:= := := := := := := := := := := := := := := := := := :=  ;= ;= ;= ;= ;= ;= #;= (;= C;= D;= C= C= D= 4D= >D= HD= ID= pD= D= D= D= D=  E= 	E= E= E= E= E= E= E= E= E= E= E= E= E= F=  G= !G= 2G= RG= SG= TG= {G= |G= }G= ~G= G= G= G= H= H= $H= DH= EH= FH= sH= tH= uH= vH= wH= xH= H= I= I= I= I= I= J= J= J= J=  K= 
K= K= ,K= YK= oK= qK= K= K= K= 'M= (M= 9M= M= M= M= M= M= M= M= M= M= XN= YN= jN= N= N= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= R= S= %S= 5S= 6S= AS= FS= GS= QS= VS= WS= bS= gS= hS= rS= wS= xS= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= S= T= (T= 8T= 9T= DT= IT= JT= TT= YT= ZT= eT= jT= kT= uT= zT= {T= T= T= T= T= T= T= T= T= T= T= T= T= T= T= U= U= BU= PU= `U= aU= lU= qU= rU= |U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= U= V= 
V= V= V= V= V= V= W= W= W=  W= %W= &W= 0W= 5W= 6W= AW= FW= GW= QW= VW= WW= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= W= X= X= ,X= -X= 8X= =X= >X= HX= MX= NX= YX= ^X= _X= iX= nX= oX= X= X= X= X= X= X= X= X= X= X= X= X= X= X=  Y= Y= (Y= 6Y= FY= GY= RY= WY= XY= bY= gY= hY= sY= xY= yY= Y= Y= Y= &Z= 4Z= DZ= EZ= PZ= UZ= VZ= `Z= eZ= fZ= qZ= vZ= wZ= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= Z= [= [= [= 5[= C[= S[= T[= _[= d[= e[= o[= t[= u[= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= [= \= \= 
\= \= \= ]= ^= ^= ?^= I^= S^= T^= ^= ^= ^= ^= ^= ^= ^= `= `= `= a= a= a= a= a= a= a= a= a= sc= tc= c= <d= =d= Af= Kf= Vf= f= f= f= f= f= f= g= g= g= g= #g= yi= zi= i= k= k= l= l= l= Ml= Wl= al= bl= l= l= l= l= l= l= l= m= m= m= n=  n= = += == P= Q= V= ^= c= d= i= q= }= ~= = = = = = = = = = = = = = = = = = = = = =  = = 
= = = 
= @= J= T= U= = = = = = = Ü= = = = ٞ= ڞ= 	= = = Q= [= e= f= = = = = = = ȟ= ɡ= ʡ= ۡ= = = = =  = 3= == G= H= v= = = = = = = = = = ͤ= Τ= = = = D= N= X= Y= = = = = = = = 2= 3= D= R= S= T= ^= i= = = = = ߧ= 
= = 
= = = = = = = ĩ= ũ= = '= 2= e= o= y= z= = = = = = = Ȫ= = = = F= G= = = = F= P= Z= [= = = = = = 	= = = = в= = = = 
= #= 3= 4= 5= 6= ^= = ͳ= γ= ϳ= г= ٳ= Y= Z= k= = = = = ô= Ӵ= Դ= մ= ִ= ״= ش= ٴ= ڴ= ۴= ܴ= = &= q= r= s= t= }= W= X= i= &= -= 6= 7= = = = = = ڹ= = E= F= G= H= Q= _= `= q= = »= ˻= ̻= = D= E= F= G= o= = ӽ= Խ= ս= ֽ= ߽= = = Ŀ= = = @= Y= = = = = = = = = &= '= O= P= = = = = = = = = \= c= l= m= )= = = = = = L= M= u= v= = = = = = = = = = = = = = = = = = = = = = = = %= = = = = = = = $= L= M= N= O= w= x= = = = = = = = = 4= ;= D= E= i= = = = = = = = = = = $= += ,= == = = = = = = = = = = = = V= W= = = = C= M= W= X= = = = = = = = G= H= Y= Z= [= = = = = = = = = = = = = = = += -= .= /= 8= = = = = = 9= := = = = = = = = = = = > > > > > '> (> P> Q> > > > > > 4> 5> F> s> z> > > > > > > > > > !> #> :> ;> D> 
> 
> 0
> d
> k
> s
> t
> 
> 
> 
> 
> 
> 
> 
> 3> 5> 6> 7> @> > > 

> :
> ;
> c
> d
> 
> 
> 
> 
> 
> $> %> 6> c> d> )> 5> D> P> c> g> h> > > > > > > > > > > > > > > > > > 3> 8> > > > > >  >  >  > H > L >  >  >  >  >  >  >  >  > ,!> 1!> X!> Y!> ^!> !> !> !> !> !> "> "> #"> $"> '"> 1"> 2"> 5"> >"> ?"> Q"> V"> ^"> e"> l"> x"> y"> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> "> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> #> 	$> 
$> $> $> 
$> $> 9$> :$> E$> R$> S$> ]$> j$> k$> l$> m$> n$> o$> p$> q$> ~$> $> $> $> $> (> (> 0)> 1)> =)> )> )> )> )> )> )> *> *> 8> 8> 9> 9> 9> l9> 9> 9> 9> <G> @G> AG> WG> XG> lG> mG> nG> wG> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> G> H> 
H> H> H> )H> +H> 0H> 1H> FH> HH> MH> NH> hH> jH> oH> pH> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> H> Q> Q> Q> Q> Q> Q> Q> R> ,R> R> R> R> R> R> 7S> 8S> IS> iS> jS> kS> S> S> S> S> S> S> S> T> T> T> T> T> T> U> U> U> U> U> U> 'U> U> U> U> U> U> U> V> V> V> V> V> V> V> W>  W> 1W> QW> RW> LX> VX> aX> X> X> X> X> X> X> 
Y> Y> @Y> AY> JY> Z> Z> Z> k[> l[> [> [> [> [> [> [> [> [> [> \> )\> *\> 5`> C`> S`> T`> _`> d`> e`> o`> t`> u`> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `> `>  a> a> a> a> a> a> 4a> Ba> Ra> Sa> ^a> ca> da> na> sa> ta> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> a> b> b> 	b> b> b> b> Bb> Pb> `b> ab> lb> qb> rb> |b> b> b> b> b> b> b> b> b> b> b> b> b> 
c> c> c> c> c>  c> +c> 0c> 1c> ;c> @c> Ac> [c> ic> yc> zc> c> c> c> c> c> c> c> c> c> c> c> c> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> d> e> +e> ;e> <e> Ge> Le> Me> We> \e> ]e> he> me> ne> xe> }e> ~e> e> e> e> e> e> e> e> e> e> e> e> e> e> f> f> 
f> >f> Lf> \f> ]f> hf> mf> nf> xf> }f> ~f> f> f> f> f> f> f> f> f> f> f> f> f> f>  g> g> g> g> g> g> !g> &g> 'g> g> g> g> g> g> g> g> g> h> h> h> h> h> h> $h> %h> Eh> Sh> ch> dh> oh> th> uh> h> h> h> h> h> h> h> h> h> h> h> h> h> h> i> i> 
i> i> i> i> #i> $i> .i> 3i> 4i> Pi> ^i> ni> oi> zi> i> i> i> i> i> i> i> i> i> i> i> k> k> k> k> k> k> k> %l> Il> [l> ]l> tl> ul> ~l> Rn> Sn> dn> /o> 0o> Vo> o> o> o> o> o> o> q> q> #q> q> q> s> s> s> 't> 1t> ;t> <t> bt> t> t> t> t> t> t> w> w> )w> x> x> y> y> y> y> y> y>  z> &z> Nz> `z> az> bz> cz> lz> `{> a{> r{> {> {> > Ɍ> ی> > > > > > > > > > > !> (> -> .> 3> :> F> G> O> W> \> ]> e> m> y> z> > > > > > > > > > > > ީ> > > > !> S> T> V> W> X> a> .> /> @> w> x> > > > > > > > 2> X> Y> [> \> ]> f> g> h> y> > > > > > ѯ> ۯ> > > > <> => ?> @> A> J> K> L> ]> k> l> > > > > > > > %> N> O> Q> R> S> \> д> Ѵ> > > > > > > :> D> N> O> }> > > > > > > B> C> T> b> c> > ŷ> з> > 
> > > A> B> C> E> \> ]> f> > > > > > > > > > > > > !> A> > > > > > \> ]> n> > > > > > > > > > > > k> l> m> n> w> > > 	> :> A> J> K> a> q> r> s> t> u> v> w> x> y> z> > > > > > > > > > > > > > > > M> N> O> P> x> > > > > > > > > > Y> `> i> j> &> > > > > 
> %> q> r> s> t> }> P> Q> b> > > > > U> V> W> X> a> _> `> q> > > > > _> `> a> b> k> > > > > > 
> > > > > > > > > > > > s> t> u> v> > )> *> ;> !> (> 1> 2> /> ,> -> .> /> W> X> > > > > > 3> 4> E> > > > > > > > > > > > u> v> w> x> > |> }> > > > > > > *> +> ,> -> U> V> > > > > > > > > >  > D> E> J> L> M> N> W> > > > > > ? ? ? ? ? ? ? ? ? k? m? n? o? x? ? ? ? ? ? !	? "	? n	? p	? q	? r	? {	? @
? A
? R
? S
? T
? |
? }
? 
? 
? 
? 
? 
? ? ? ? ? ? ? ? $? &? '? (? 1? e
? f
? w
? x
? y
? i? s? ~? ? ? ? ? ? ? M? O? e? f? o? ? ? ? ? ?  ? !? 7? G? H? I? J? r? s? ? ? ? ? ? ? ? ? ? 	? ? ? B? Y? Z? [? \? ? ? ? ? ? ? ? ? ? ? ? ? ? ? N? P? Q? R? [? ? ? ? ? ? +? +? +? +? ,? ,? ,? (,? -,? =,? >,? M,? N,? O,? [,? \,? ],? i,? m,? ,? ,? ,? ,? ,? ,? ,? ,-? --? 2-? _-? d-? -? -? -? -? -? <.? =.? B.? n.? r.? .? .? .? .? .? .? .? .? */? //? U/? V/? a/? /? /? /? /? /? /? /? /? /? /? /? /? /? 0? 
0? 0? 0? "0? &0? -0? 40? 50? 60? 70? 80? 90? :0? ;0? <0? =0? >0? ?0? @0? A0? B0? $1? %1? &1? ?1? P1? Q1? e1? g1? h1? i1? j1? k1? s1? y1? z1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 1? 2? 	2? 
2? 2? 2? 
2? 2? 2? 2? 2? +2? ,2? -2? y6? 6? 6? 6? 6? #7? $7? 77? \7? ]7? n7? 7? 7? F? F? F? F? F? 
G?  G? RG? SG? T? T? T? T? T? 
U? U? U? U? #U? 0U? 1U? 2U? 3U? 4U? 5U? 9U? :U? ;U? <U? UU? WU? ]U? ^U? wU? yU? ~U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? U? V? V? 
V? V? V? V? %V? &V? 4V? 6V? <V? =V? PV? RV? WV? XV? _V? dV? V? V? (_? 2_? =_? p_? z_? _? _? _? _? "`? $`? ;`? <`? E`? `? `? `? a? a? 	a? 0a? 1a? 2a? 3a? 4a? 5a? >a? \b? ]b? nb? b? b? b? b? b? b? b? b? b? b? Nc? Oc? `c? c? c? c? c? c? c? c? c? c? c? d? d? d? d? d? e? e? e? 2f? <f? Ff? Gf? hf? f? f? f? f? f? f? ch? dh? uh? 	i? 
i? +i? ,i? -i? .i? /i? 0i? 9i? i? i? i? i? i? m? m? m? m? m? n? n? 
n? n? n? n? #n? $n? .n? 3n? 4n? Sn? an? qn? rn? }n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? n? o? o? o? o? o? o? "o? #o? -o? 2o? 3o? Vo? do? to? uo? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? o? 
p? p? p? p? p?  p? +p? 0p? 1p? ;p? @p? Ap? ~p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? p? q? q? q? #q? (q? )q? 3q? 8q? 9q? Dq? Iq? Jq? Tq? Yq? Zq? 2r? @r? Pr? Qr? \r? ar? br? lr? qr? rr? }r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? r? s? s? s? s? s? s? Js? Xs? hs? is? ts? ys? zs? s? s? s? s? s? s? s? s? s? s? s? s? s? t? t? t? t? t? t? 't? ,t? -t? 7t? <t? =t? dt? rt? t? t? t? t? t? t? t? t? t? t? t? t? t? t? bu? pu? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? u? v? v? 
v? v? v? v? "v? #v? .v? 3v? 4v? >v? Cv? Dv? qv? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? v? w? 
w? w? w? w? (w? -w? .w? 9w? >w? ?w? Iw? Nw? Ow? 3y? =y? Hy? {y? y? y? y? y? y? y? y? z? z? z? {? {? |? |? |? |? #}? $}? %}? &}? '}? 0}? ~? ~? ~? x? y? }? ? ? Ł? ρ? ف? ځ?  ? /? S? T? U? V? _? ? ? Ǆ? J? K? A? K? V? ? ? ? ? ć? ? ? ?  ? ? 
? ? ? ? [? \? X? g? y? ? ? ? ? ? ? ? ? ? ? ? ƚ? ˚? ̚? њ? ؚ? ? ? ? ? ? ? ? ? ? ?  ? '? ,? -? 5? <? H? I? 4? >? I? |? ? ? ? ? ? ? ? ? ? ? ̹? ͹? ޹? ? ? E? O? Z? ? ? ? ? к? ? ? ? ? ? ? ? ? ? %? &? '? 1? <? o? y? ? ? ? ڽ? ۽? ݽ? ޽? ߽? ? ? ? ? 	? 
? 8? B? M? ? ? ? ? ? ? ? ? ? ? ? n? o? ? ? ? ? ? ? ? ? ? ? ? F? G? I? J? K? T? ? ? ?  ? ? Y? c? n? ? ? ? ? ? ? ? ? ? ? ? >? ?? P? ? ? :? D? O? ? ? ? ? ? ? +? -? D? E? N? ? ? ? 9? @? H? I? _? o? p? q? r? ? ? 	? 
? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @? b? ? ? ? ? ? ? ? ? b? i? r? s? /? ? ? ? ? ? 6? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ?  ? S? T? |? ? ? ? ? ? ? ? ? ? b? c? ? ? ? ? ?  ? 	? 2? 3? D? ? ? ? ? e? !? "? #? $? 5? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? U? V? W? X? a? ? ? ? '? .? 7? 8? `? ? ? ? ? ? ? ? ? ? ? ? ? ? ,? p? w? ? ? ? ? ? ? ? ? ? S? U? V? W? `? g	@ h	@ y	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ 	@ (@ )@ :@ @ @ 7@ A@ L@ @ @ @ @ @ @ 	@ @ @ 
@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ g@ i@ j@ k@ t@ 9@ :@ K@ L@ M@ u@ v@ @ @ @ @ @ @ @ @ @ @  @  @  @ O @ Y @ c @ d @  @  @  @  @ !@ !@ 
!@ p"@ q"@ "@ "@ "@ "@ "@ "@ "@ "@ "@ "@ #@ #@ ]#@ _#@ v#@ w#@ #@ Z%@ [%@ l%@ %@ %@ %@ %@ %@ %@ %@ %@ %@ "&@ #&@ o&@ q&@ r&@ s&@ |&@ 7(@ 8(@ I(@ v(@ w(@ (@ (@ (@ (@ (@ (@ (@ `+@ a+@ r+@ +@ +@ e9@ q9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ 9@ :@ :@ :@ &:@ 2:@ 3:@ 8:@ o:@ t:@ :@ :@ :@ :@ ;@ G;@ H;@ M;@ ;@ ;@ ;@ ;@ ;@ <@ <@ *<@ +<@ 0<@ h<@ m<@ <@ <@ <@ <@ <@ <@ <@ <@ N=@ S=@ _=@ `=@ c=@ m=@ n=@ q=@ z=@ {=@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ =@ >@ >@ >@ >@ >@ >@ ?@ ?@ ?@ ?@ ?@ 	?@ ?@ ?@ ?@ !?@ %?@ &?@ 9?@ E?@ F?@ G?@ H?@ I?@ [?@ u?@ v?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ ?@ D@ $D@ lD@ mD@ yD@ D@ D@ D@ D@ D@ E@ LE@ ME@ /T@ ;T@ JT@ VT@ WT@ T@ T@ T@ T@ xb@ |b@ }b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ b@ c@ c@ c@ c@ +c@ -c@ 3c@ 4c@ Gc@ Ic@ Oc@ Pc@ ec@ gc@ lc@ mc@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ c@ d@ d@ d@ l@ l@ l@ m@ m@ "m@ #m@ Jm@ hm@ m@ m@ m@ m@ m@ sn@ tn@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ n@ o@ o@ p@ ,p@ -p@ .p@ Up@ Vp@ Wp@ Xp@ Yp@ Zp@ cp@ p@ p@ p@ q@ q@  q@ Mq@ Nq@ Oq@ Pq@ Qq@ Rq@ [q@ [r@ \r@ mr@ r@ r@ s@ s@ s@ s@ s@ s@ s@ t@ 3t@ It@ Kt@ |t@ }t@ t@ v@ v@ v@ v@ v@ v@ v@ v@ v@ v@ v@ v@ 2w@ 3w@ Dw@ ew@ fw@ q{@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ {@ |@ |@ |@  |@ !|@ +|@ 0|@ 1|@ <|@ A|@ B|@ L|@ Q|@ R|@ p|@ ~|@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ |@ }@ }@ }@ }@ #}@ $}@ .}@ 3}@ 4}@ ?}@ D}@ E}@ O}@ T}@ U}@ ~}@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ }@ ~@ *~@ :~@ ;~@ F~@ K~@ L~@ V~@ [~@ \~@ g~@ l~@ m~@ w~@ |~@ }~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ ~@ @ @ @ @ @ @  @ 
@ @ @ @  @ !@ +@ 0@ 1@ Y@ g@ w@ x@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ "@ '@ (@ 3@ 8@ 9@ C@ H@ I@ z@ @ @ @ @ @ @ @ @ @ Ł@ ʁ@ ˁ@ Ձ@ ځ@ ہ@ @ @  @ !@ ,@ 1@ 2@ <@ A@ B@ M@ R@ S@ ]@ b@ c@  @ @ @ @ *@ /@ 0@ :@ ?@ @@ K@ P@ Q@ [@ `@ a@ @ @ @ @ @ @ @ @ @ @ ̃@ у@ ҃@ ܃@ @ @ @ @ -@ .@ 9@ >@ ?@ I@ N@ O@ Z@ _@ `@ j@ o@ p@ @ @ @ @ @ @ @ Ƅ@ ˄@ ̄@ ׄ@ ܄@ ݄@ @ @ @ ц@ ۆ@ @ @ #@ -@ .@ a@ @ @ @ @ @ @ @ @ @ k@ l@ @ @ @ Ê@ Ċ@ Ŋ@ Ί@ M@ N@ _@ @ @ @ %@ 0@ c@ m@ w@ x@ @ ͏@ @ @ @ @ @ S@ T@ e@ @ @ ߔ@ @ @ '@ 1@ ;@ <@ b@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ *@ +@ 0@ 8@ =@ >@ C@ K@ W@ X@ ]@ d@ i@ j@ o@ v@ @ @ @ @ @ @ @ @ @ @ @ Ũ@ ʨ@ ˨@ Ө@ ڨ@ @ @ @ @ @ @ $@ .@ /@ ]@ @ @ @ @ @ @ j@ k@ |@ @ @ @ @ @ +@ 5@ ?@ @@ n@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ 
@ @ !@ "@ P@ x@ y@ {@ |@ }@ @ @ @ @ @ @ @ @ @ @ (@ 2@ 3@ a@ @ @ @ @ @ @ @ 
@ @ ,@ -@ .@ 8@ C@ v@ @ @ @ @ @ @ @ @ @ @ ~@ @ @ @ @ @ @ @ ?@ I@ S@ T@ }@ ~@ @ @ @ @ @ @ @ @  @ !@ @ @ @  @ *@ 4@ 5@ ]@ }@ @ @ @ @ @ @ @ @ @ @ @ @ @ 
@ @ @ @ 8@ [@ @ @ @ @ @ 3@ 4@ E@ v@ }@ @ @ @ @ @ @ @ @ @ @ @ @ @ @  @ K@ L@ M@ N@ W@ 1@ 2@ C@  @ @ @ @ @ @ @ @ @ @ @ @  @ !@ "@ +@ 9@ :@ K@ @ @ @ @ b@ @ @  @ !@ I@ a@ @ @ @ @ @ @ @ @ @ @ @ 3@ @ @ @ @ @ @ @ @  @ @ )@ *@ @ @ @ @ @ @ @ @ 6@ =@ F@ G@ @ @ @ @ @ @ &@ '@ O@ P@ @ @ @ @ @ e@ f@ w@ ]@ d@ m@ n@ k@ h@ i@ j@ k@ @ @ @ @ @ @ @ o@ p@ @ @ @ @ @ @ &A 'A (A )A QA RA A A A A A A A A A A A A C	A f
A g
A h
A i
A 
A 
A 
A 
A 
A 
A 
A A A A [A \A A A A A A A A A A A 0A 1A !A !A !A "A '"A 1"A 2"A Z"A ["A "A "A "A "A "A !$A "$A 3$A 4$A 5$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 b'A c'A d'A m'A (A (A (A (A (A -A -A -A -A -A .A .A *.A +.A .A .A .A .A .A 0A 0A  0A M0A T0A \0A ]0A s0A 0A 0A 0A 0A 0A 0A 0A 0A 1A 1A 1A 2A 2A 
3A >3A E3A M3A N3A ~3A 3A 3A 3A 3A 3A 3A 
4A 4A 4A 4A 4A 5A 5A 5A 6A 6A =6A >6A 6A 6A 6A 6A 6A 8A 8A 9A =9A >9A GA GA GA *GA =GA AGA BGA dGA iGA yGA zGA GA GA GA GA GA GA GA GA GA GA GA GA GA 
HA HA hHA iHA nHA HA HA HA HA HA "IA &IA xIA yIA ~IA IA IA IA IA IA JA JA 2JA 3JA 8JA fJA kJA JA JA JA JA JA JA JA KA KA KA KA KA KA +KA 0KA 8KA ?KA FKA RKA SKA ^KA bKA iKA pKA qKA rKA sKA tKA uKA vKA wKA xKA yKA zKA {KA |KA }KA ~KA `LA aLA bLA {LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA LA MA MA MA ,MA -MA 7MA DMA EMA FMA GMA HMA IMA JMA KMA XMA YMA gMA hMA iMA QA QA 
RA RA RA _RA `RA sRA RA RA RA RA RA aA aA aA aA aA FbA \bA bA bA pA pA pA 1pA 2pA FpA GpA HpA QpA _pA lpA mpA npA opA ppA qpA upA vpA wpA xpA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA pA qA qA 
qA qA  qA "qA 'qA (qA BqA DqA IqA JqA YqA [qA aqA bqA pqA rqA xqA yqA qA qA qA qA qA qA qA qA dzA nzA yzA zA zA zA zA zA {A ^{A `{A w{A x{A {A |A |A #|A C|A D|A E|A l|A m|A n|A o|A p|A q|A z|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 0A ;A nA xA A A A сA A A A A $A A A A EA FA gA hA iA jA kA lA uA ЄA фA A A A A A -A .A 9A >A ?A IA NA OA ZA _A `A jA oA pA A A A A A A A ɉA ΉA ωA ډA ߉A A A A A A A ,A -A 8A =A >A HA MA NA YA ^A _A iA nA oA A A A A A A A ̊A ъA ҊA ݊A A A A A A A *A :A ;A FA KA LA VA [A \A gA lA mA wA |A }A A ȋA ؋A ًA A A A A A A A 
A A A A A 5A CA SA TA _A dA eA oA tA uA A A A A A A nA |A A A A A A A A A A A A ɍA ΍A ύA A A A A !A &A 'A 1A 6A 7A BA GA HA RA WA XA A A A A A A A A ŎA ƎA юA ֎A ׎A A A A A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA 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 IA NA OA YA ^A _A jA oA pA zA A A A A ˑA ̑A בA ܑA ݑA A A A A A A A 
A A *A 8A HA IA TA YA ZA dA iA jA uA zA {A A A A oA yA A A A ˔A ̔A A #A 5A 7A NA OA XA ,A -A >A 	A 
A 0A _A `A aA bA cA lA A A A A A A ÜA ΜA A A A A <A kA A A A A A A A A A A }A A A ŢA ϢA ٢A ڢA  A (A :A ;A <A =A FA :A ;A LA A A A A A ȵA ɵA εA ֵA ۵A ܵA A A A A A A A A 
A A  A !A )A 1A 6A 7A ?A GA SA TA \A cA hA iA qA xA A A pA zA A A A A A A -A .A 0A 1A 2A ;A A 	A A QA RA A A A A A A A A 2A 3A 5A 6A 7A @A AA BA SA aA bA cA mA xA A A A A A A A A A A $A %A &A 7A EA FA tA ~A A A A A A A (A )A +A ,A -A 6A A A A A A A A A A A (A )A WA A A A A A A A A .A <A =A A A A A A A A A A A A 6A 7A @A zA {A A A A vA A A A A A A A A gA iA A A A 6A 7A HA uA |A A A A A A A A A A EA FA GA HA QA A A A A A $A %A ;A KA LA MA NA OA PA QA RA SA TA |A A A A A A A A A A A A A A kA 'A (A )A *A RA rA A A A A A A A A 3A :A CA DA  A A A A A A A KA LA MA NA WA *A +A <A A A A A /A 0A 1A 2A ;A 9A :A KA A A A A 9A :A ;A <A EA nA oA A A A A A A ]A ^A _A `A qA A A A A MA NA OA PA YA B B B B B B B 	B B B B 	B 1B 2B B B B B B 
B B B cB jB sB tB 
B B B B B B B OB PB QB RB [B VB WB hB B B B B B B B B B /B 0B B B B B B $B $B $B $B $B %B %B $%B &%B '%B (%B 1%B d&B e&B v&B &B &B s/B }/B /B /B /B /B /B /B /B E0B G0B H0B I0B R0B 1B 1B 1B 1B 1B 1B 1B H2B J2B K2B L2B U2B 3B 3B ,3B -3B .3B V3B W3B 3B 3B 3B 3B 3B u4B v4B 4B 4B 4B 4B 4B 4B  5B 5B 5B 5B ?6B @6B Q6B R6B S6B C;B M;B X;B ;B ;B ;B ;B ;B ;B '<B )<B ?<B @<B I<B =B =B =B =B =B =B =B >B !>B ">B #>B $>B L>B M>B >B >B >B >B >B @B @B @B @B @B @B @B AB 3AB 4AB 5AB 6AB ^AB _AB AB AB AB AB AB sCB tCB CB CB CB CB CB (DB *DB +DB ,DB 5DB FB FB FB FB FB TB TB TB TB TB TB TB UB UB UB UB 'UB (UB )UB 5UB 6UB 7UB CUB GUB ZUB bUB nUB oUB tUB UB UB VB VB VB 9VB >VB VB VB VB VB VB WB WB WB HWB LWB fWB gWB lWB WB WB WB WB WB XB 	XB /XB 0XB ;XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB XB  YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB YB  ZB ZB *ZB +ZB ?ZB AZB BZB CZB DZB EZB MZB SZB TZB ]ZB aZB bZB uZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB ZB [B [B [B S_B `_B _B _B _B _B _B `B 6`B 7`B H`B `B `B koB woB oB oB oB oB oB ,pB -pB }B }B }B }B }B }B }B }B }B }B 
~B ~B ~B 
~B ~B ~B ~B ~B ~B ~B /~B 1~B 7~B 8~B Q~B S~B X~B Y~B g~B i~B o~B p~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 1B 2B 9B >B YB ZB B B B JB TB ^B _B B B B B B B B B B B B B B 
B B B 
B B B B 6B 7B HB hB iB jB B B B B B B B (B )B :B ZB [B \B B B B B B B B B B B ɍB ʍB ĎB ΎB َB B B  B !B BB oB B B B B B =B >B OB B B B B B B 	B 
B B nB oB B B B B B ˖B ̖B זB ܖB ݖB B B B B B B B 
B B -B ;B KB LB WB \B ]B gB lB mB xB }B ~B B B B B B ʗB ˗B ֗B ۗB ܗB B B B B B B B B 
B 0B >B NB OB ZB _B `B jB oB pB {B B B B B B B ȘB ؘB ٘B B B B B B B B 
B B B B B XB fB vB wB 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 3B 4B B B *B +B 6B ;B <B FB KB LB WB \B ]B gB lB mB B B B B B ěB śB ϛB ԛB ՛B B B B B B B $B 2B BB CB NB SB TB ^B cB dB oB tB uB B B B B ĜB ԜB ՜B B B B B B B B B B B B B >B LB \B ]B hB mB nB xB }B ~B B B B B B B <B JB ZB [B fB kB lB vB {B |B B B B B B B B ˞B ۞B ܞB B B B B B B B 
B B B B B KB YB iB jB uB zB {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 UB _B iB jB B B ӢB բB B B B ʤB ˤB ܤB B B ΥB B B B  B B 
B B B B RB SB WB aB lB B B B B ڪB 	B -B .B /B 0B 9B B B B $B %B B %B 0B cB mB wB xB B ưB ذB ٰB ڰB ۰B B رB ٱB B 5B 6B 2B AB SB fB gB lB tB yB zB 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 VB `B jB kB B B B B B B B B B B B B B )B 4B gB qB {B |B B B B B B B B B B B B  B B B B IB SB ]B ^B B B B B B B B B B B B B B B 'B ZB dB nB oB B B B B B B B HB IB ZB hB iB jB tB B B B B B B  B !B #B $B %B .B B B B B B 3B =B HB {B B B B B B B B B B B B B *B \B ]B B B )B \B fB pB qB B B B B B B (B B B B B B "B #B 9B IB JB KB LB tB B B B B B B oB pB B B B B B B B B B B B B B B B B B <B B B B B B mB nB B <B CB LB MB 	B B B B B B B [B \B ]B ^B gB uB vB B B B B B  C ZC [C \C ]C C C C C C C C C C C -C .C VC oC C C C C C C C C <C =C eC fC C C C C C 
C 
C 
C r
C y
C 
C 
C ?C C C C C C b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 0C 1C 2C ;C C C C C C C C :C bC cC dC eC C C C C C C C "C "C #C J#C Q#C Z#C [#C $C %C %C %C %C %C %C -&C /&C 0&C 1&C :&C A2C B2C S2C 2C 2C 2C 2C 2C 2C 2C 2C 2C 4C 4C 4C l4C m4C =C =C &=C Y=C c=C m=C n=C =C =C =C =C =C =C =C ]?C ^?C o?C p?C q?C ?C ?C ?C ?C ?C ?C ?C @C @C @C @C @C @C @C AAC CAC DAC EAC NAC BC BC %BC &BC 'BC OBC PBC BC BC BC BC BC CC CC CC CC CC HC HC HC )IC 3IC =IC >IC fIC gIC IC IC IC IC IC JKC KKC \KC KC KC KC KC KC KC KC KC KC KC KC 7LC 9LC PLC QLC ZLC 4NC 5NC FNC zNC NC NC NC NC NC NC NC NC NC NC IOC KOC LOC MOC VOC QC QC #QC PQC QQC yQC zQC QC QC QC QC QC :TC ;TC LTC yTC zTC ?bC KbC ZbC fbC ybC }bC ~bC bC bC bC bC bC bC bC bC bC bC bC bC bC  cC cC 
cC cC IcC NcC cC cC cC cC cC !dC "dC 'dC ^dC bdC dC dC dC dC dC eC eC 
eC BeC GeC neC oeC teC eC eC eC eC eC (fC -fC 9fC :fC =fC GfC HfC KfC TfC UfC gfC lfC tfC {fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC fC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC gC  hC hC hC  hC !hC "hC #hC 5hC OhC PhC [hC hhC ihC shC hC hC hC hC hC hC hC hC hC hC hC hC hC lC lC FmC GmC SmC mC mC mC mC mC mC &nC 'nC 	}C }C $}C 0}C 1}C }C }C }C }C RC VC WC mC nC 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 AC FC GC \C ^C cC dC ~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 BC C C C C C MC NC _C C C C C C C C C C C ԘC ՘C C C C C /C 0C 1C 2C 3C 4C =C ƙC ǙC ؙC C C C 'C (C )C *C +C ,C 5C 5C 6C GC gC hC bC lC wC C C C C C 
C #C %C VC WC `C ۞C ܞC C C C C C C C C C C C 
C C ?C @C KC YC iC jC uC zC {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 JC XC hC iC tC yC zC 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 XC fC vC wC C C C C C C C C C C C C C C C C  C %C &C 0C 5C 6C AC FC GC QC VC WC qC 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 3C AC QC RC ]C bC cC mC rC sC ~C C C C C C ©C ЩC C C C C C C C C 
C C C C "C #C TC bC rC sC ~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 7C <C =C ګC C C C C 	C 
C C C C %C *C +C 5C :C ;C [C iC yC zC C C C C C C C C C C C C C C C C C C C #C (C )C 4C 9C :C DC IC JC fC tC C C C C C C C C C C C C ƭC ǭC C C C C C C C ;C _C qC sC C C C hC iC zC EC FC lC C C C C C C 'C (C 9C C C C C 
C =C GC QC RC xC C ˸C ̸C ͸C θC ׸C -C .C ?C ¼C üC C ýC νC C C C C <C dC vC wC xC yC C vC wC C ӿC ԿC C C C C C 
C C C C C %C 1C 2C 7C >C CC DC IC PC \C ]C eC mC rC sC {C C C C C C C C C C C C C C C C C C 	C 7C iC jC lC mC nC wC DC EC VC C C C C C C C C C HC nC oC qC rC sC |C }C ~C C C C C C C C C C C *C RC SC UC VC WC `C aC bC sC C C C C C C C C 
C ;C dC eC gC hC iC rC C C C C C C C C PC ZC dC eC C C C C C C C XC YC jC xC yC C C C C #C -C .C WC XC YC [C rC sC |C C C C C C D D D D D D D 7D WD D D D D D rD sD D D D D D D D D D D D 5D D D D D D 
D D D PD WD `D aD wD D D D D D D D D D D D D %D &D 'D (D 1D 	D 	D 	D 	D 	D 	D 	D 
D cD dD eD fD D D D D D D D 
D 
D %
D o
D v
D 
D 
D <D D D D D #D ;D D D D D D fD gD xD D D D 
D kD lD mD nD wD uD vD D D D D D uD vD wD x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 QD 7D >D GD HD ED B D C D D D E D m D n D  D  D  D  D  D I'D J'D ['D 'D 'D 'D 'D (D  *D *D *D *D +*D ,*D *D *D *D *D *D 0D 0D 0D 0D 0D 0D 0D 2D @3D A3D B3D C3D k3D l3D 3D 3D 3D 3D 3D ?D ?D ?D 5@D 6@D Z@D [@D `@D b@D c@D d@D m@D AD AD AD 
BD BD JD JD JD JD KD KD KD 4KD 5KD KD KD KD KD KD LD LD 
MD MD MD 7MD 8MD MD MD MD MD MD VND WND hND iND jND ND ND ND ND ND ND ND OD OD OD OD OD OD OD :PD <PD =PD >PD GPD {QD |QD QD QD QD VD VD VD VD VD VD VD WD WD cWD eWD {WD |WD WD XD XD XD 'YD .YD 6YD 7YD MYD ]YD ^YD _YD `YD YD YD YD YD YD YD YD [D [D [D \D \D '\D (\D X\D o\D p\D q\D r\D \D \D \D \D \D \D \D ^D ^D ^D ^D ^D _D _D d_D f_D g_D h_D q_D aD aD aD bD bD oD oD oD pD pD pD pD >pD CpD SpD TpD cpD dpD epD qpD rpD spD pD pD pD pD pD pD pD pD pD BqD CqD HqD uqD zqD qD qD qD qD  rD RrD SrD XrD rD rD rD rD rD rD rD sD 
sD sD @sD EsD ksD lsD wsD sD sD sD sD sD sD sD sD sD sD tD 
tD tD tD  tD ,tD -tD 8tD <tD CtD JtD KtD LtD MtD NtD OtD PtD QtD RtD StD TtD UtD VtD WtD XtD :uD ;uD <uD UuD fuD guD {uD }uD ~uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD uD vD vD vD vD vD  vD !vD "vD #vD $vD %vD 2vD 3vD AvD BvD CvD zD zD zD zD zD 9{D :{D M{D r{D s{D {D {D {D D D D ΊD ϊD  D 6D hD iD D D D D D  D !D "D +D 9D FD GD HD ID JD KD OD PD QD RD kD mD sD tD D D D D D D D D D D ǙD șD ݙD ߙD D D D D D D D D #D $D 3D 5D ;D <D JD LD RD SD fD hD mD nD uD zD D D >D HD SD D D D D £D D 8D :D QD RD [D D D D D D D FD GD HD ID JD KD TD rD sD D D D D ͦD ΦD ϦD ЦD ѦD ҦD ۦD dD eD vD D D D ŧD ƧD ǧD ȧD ɧD ʧD ӧD ӨD ԨD D D D  D 
D D HD RD \D ]D ~D D D êD D D D yD zD D D  D AD BD CD DD ED FD OD D D D ݭD ޭD D D D D D D D #D (D )D 4D 9D :D DD ID JD iD wD D D D D D D D D D D D ĲD ɲD ʲD D D D D D D D "D 'D (D 3D 8D 9D CD HD ID lD zD D D D D D D D D D D D ǳD ̳D ͳD D D D D  D %D &D 0D 5D 6D AD FD GD QD VD WD D D D D D ôD ĴD δD ӴD ԴD ߴD D D D D D D D -D .D 9D >D ?D ID ND OD ZD _D `D jD oD pD HD VD fD gD rD wD xD D D D D D D D D D ѶD ߶D D D D  D D D D D D !D "D ,D 1D 2D `D nD ~D D D D D D D D D D D D D D D  D D D D !D "D ,D 1D 2D =D BD CD MD RD SD zD D D D D D D D D D ŸD ʸD ˸D ոD ڸD ۸D xD D D D D D D D D D ùD ȹD ɹD ӹD عD ٹD D D D D #D (D )D 3D 8D 9D DD ID JD TD YD ZD D D D D D D D D ƺD ǺD ҺD ׺D غD D D D D D "D #D .D 3D 4D >D CD DD OD TD UD _D dD eD ID SD ^D D D D D ٽD D D D (D )D 2D D D D D D 
D 9D :D ;D <D =D FD D D D D D D D D D D D D D ED iD jD kD lD uD D D D `D aD WD aD lD D D D D D D D D D D  D D D &D qD rD nD }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 6D =D BD CD KD RD ^D _D JD TD _D D D D D D D D 
D D D D D D D +D ,D [D eD pD D D D D D D 
D D D D D E E -E ;E <E =E GE RE E E E E E E E E E E E E  E E E  E NE XE cE E E E E E E E E E E E E E E E E E E E E E E E 1E \E ]E _E `E aE jE E E 	E 	E 	E o	E y	E 	E 	E 	E 	E 	E 	E 	E 	E 	E 
E 
E 
E TE UE fE E E PE ZE eE E E E E E E AE CE ZE [E dE E E "E OE VE ^E _E u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 VE xE E E E E E E E E xE E E E EE E E E E ,E LE E E E E E E E E 
E E E E E E E E E E E %E &E 'E (E 1E E E E iE jE E E 	 E 
 E  E  E  E "E "E %"E x"E y"E "E "E #E #E #E #E #E H%E I%E Z%E %E %E %E %E {&E 7'E 8'E 9'E :'E K'E 'E 'E 'E 'E '(E ((E )(E *(E 3(E *E *E *E +E +E +E +E ,E -E -E -E -E .E .E k.E l.E m.E n.E w.E 4E 4E 4E =5E D5E M5E N5E v6E 7E 7E 7E 7E 7E 7E )8E *8E +8E ,8E 58E 0>E 1>E B>E >E >E >E >E ?E @E @E @E @E 	AE 
AE iAE kAE lAE mAE vAE }ME ~ME ME ME ME ME ME ME  NE NE NE NE >OE ?OE POE OE OE MXE WXE bXE XE XE XE XE XE XE YE !YE "YE #YE ,YE ZE ZE ZE ZE ZE ZE ZE "[E $[E %[E &[E /[E [E [E \E \E \E 0\E 1\E }\E \E \E \E \E O]E P]E a]E b]E c]E ]E ]E ]E ]E ]E ]E ]E _E _E +_E ,_E -_E dE 'dE 2dE edE odE ydE zdE dE dE eE eE eE eE #eE fE fE fE fE fE fE fE fE fE fE fE fE &gE 'gE sgE ugE gE gE gE piE qiE iE iE iE iE iE iE 
jE jE jE jE 8jE 9jE jE jE jE jE jE MlE NlE _lE lE lE lE lE mE mE mE mE mE voE woE oE oE oE {}E }E }E }E }E }E }E }E }E }E }E ~E ~E ~E ~E ~E ~E ~E !~E 4~E <~E H~E I~E N~E ~E ~E ~E ~E ~E E E ]E ^E cE E E E E E "E &E @E AE FE ~E E E E E ހE E 	E 
E E dE iE uE vE yE 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 7E ;E <E OE [E \E ]E ^E _E qE 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 bE cE EE QE `E lE mE 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 2E 3E AE CE IE JE ]E _E eE fE {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 3E 4E ܰE E E $E .E 8E 9E `E ~E ֱE رE E E E E E E E E E E E E E E E E E E "E BE CE DE kE lE mE nE oE pE yE E E E 4E 5E 6E cE dE eE fE gE hE qE qE rE E E E E E E E E E E E IE _E aE E E E E E )E E E ߺE E E E E E E HE IE ZE {E |E E E E E E E E E ƿE ǿE ҿE ׿E ؿE E E E E E %E &E 1E 6E 7E AE FE GE RE WE XE bE gE hE E E E E E E E E E E E E E E E E 
E E (E )E 4E 9E :E DE IE JE UE ZE [E eE jE kE E E E E E E E E E E E E E E E E 2E @E PE QE \E aE bE lE qE rE }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 1E 6E 7E AE FE GE oE }E E E E E E E E E E E E E E E E E E E (E -E .E 8E =E >E IE NE OE YE ^E _E E E E E E E E E E E E E E E E E E &E 6E 7E BE GE HE RE WE XE cE hE iE sE xE yE E $E 4E 5E @E EE FE PE UE VE aE fE gE qE vE wE E E E E E E E E E E E E E E E E %E 3E CE DE OE TE UE _E dE eE pE uE vE E E E E E E E E E E E E E E E E E E E E E E /E 9E CE DE wE E E E E E E E E E E E E E E E E E E cE dE uE ,E -E 1E ;E FE yE E E E E E E E 	E 
E E iE jE {E E E E E 
E =E GE QE RE xE E E E E E E E E E E E E E -E @E AE FE NE SE TE YE aE mE nE sE zE E E E E E E E E E E E E E E E E E E E E E E F F F 0	F :	F D	F E	F s	F 	F 	F 	F 	F 	F 	F F F F F F F F F AF KF UF VF F F F F F F F F F F F F F F F #F -F 7F 8F fF F F F F F F F F F F F F F F 4F >F HF IF wF F F F F F F "F #F 4F BF CF DF NF YF F F F F F F F F F F F F F F F F 
F F "F UF _F iF jF F F F F F F F F F F 6F 7F F F F 6F @F JF KF sF F F F F F F F F F F F F F  F # F $ F % F & F N F q F  F  F  F  F  F I!F J!F [!F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F !F "F a"F b"F c"F d"F m"F G$F H$F Y$F %F %F &%F '%F %F &F &F &F &F &F &F 5'F 6'F 7'F 8'F A'F O(F P(F a(F (F (F (F (F x)F 4*F 5*F 6*F 7*F _*F w*F *F *F *F *F *F ,F ,F ,F -F -F 0-F I-F -F -F -F -F -F /F /F /F 0F 0F ?0F @0F 0F 0F 0F 0F 0F 2F 2F 2F L3F S3F \3F ]3F 4F 4F 4F 4F 4F 4F <5F =5F e5F f5F 5F 5F 5F 5F 5F {8F |8F 8F s9F z9F 9F 9F :F ~;F ;F ;F ;F ;F ;F 	<F 
<F <F <F <F BF BF BF BF BF BF BF DF <EF =EF >EF ?EF gEF hEF EF EF EF EF EF KF KF KF $LF +LF 4LF 5LF YMF |NF }NF ~NF NF NF NF OF 	OF 
OF OF OF [F [F -[F q[F r[F [F [F [F [F [F [F [F \F \F \F F]F G]F eF eF  fF 3fF =fF GfF HfF pfF qfF fF fF fF fF fF 7hF 8hF IhF JhF KhF shF thF hF hF hF hF hF iF iF iF iF iF iF iF jF jF jF jF (jF jF jF jF  kF kF )kF *kF vkF xkF ykF zkF kF lF lF lF lF lF qF qF qF rF 
rF rF rF @rF ArF rF rF rF rF rF $tF %tF 6tF ctF jtF rtF stF tF tF tF tF tF tF tF uF uF *uF +uF 4uF wF wF  wF TwF [wF cwF dwF wF wF wF wF wF wF wF #xF %xF &xF 'xF 0xF yF yF yF *zF +zF SzF TzF zF zF zF zF zF }F }F &}F S}F T}F F %F 4F @F SF WF XF zF 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 8F <F F F F F čF ލF ߍF F F !F HF IF NF |F F F F F F F F F F !F "F %F .F /F AF FF NF UF \F hF iF tF xF F F F F F F F F F F F F F F F F vF wF xF F F F F F F F F F ŐF ːF ̐F ՐF ِF ڐF F F F F F F F )F *F 5F BF CF MF ZF [F \F ]F ^F _F `F aF nF oF }F ~F F ˕F ؕF  F !F -F uF vF F F F F  F F F F F 
F F \F rF F F ,F 0F 1F GF HF \F ]F ^F gF uF 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 6F 8F =F >F XF ZF _F `F oF qF wF xF F F F F F F F F F F ѵF ҵF zF F F ¾F ̾F ־F ׾F F F tF vF F F F 'F (F 9F YF ZF [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 AF BF <F FF QF F F F F F F F F 0F 1F :F F F F [F \F }F ~F F F F F F F F F F F %F 3F CF DF OF TF UF _F dF eF pF uF vF F F F F F F F F F F F F F F F F  F F F $F 2F BF CF NF SF TF ^F cF dF oF tF uF F F F F F F F F F F F F F F F F F F 	F 2F @F PF QF \F aF bF lF qF rF }F F F F F F F F F F F F  F 
F F F F  F !F +F 0F 1F KF YF iF jF uF zF {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 7F <F =F GF LF MF XF ]F ^F hF mF nF F F F F F F F F F F F F F F F F .F <F LF MF XF ]F ^F hF mF nF yF ~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 5F CF SF TF _F dF eF oF tF uF F F F F F F F F F F F F F F F F F F F F #F $F @F NF ^F _F jF oF pF zF F F F F F F F F F F F F F F F F 9F KF MF dF eF nF BF CF TF F  F FF uF vF wF xF yF F F F F F F F F F F !F +F ,F RF F F F F F F F F F F F F F F F F F F F >F PF QF RF SF \F PF QF bF F F F F F F F F F F F F F F F F F F F #F *F 6F 7F ?F GF LF MF UF ]F iF jF rF yF ~F F F F F F G G G G G G G G CG DG FG GG HG QG G G 0G gG hG G G G G G G G "G HG IG KG LG MG VG WG XG iG wG xG yG G G G G G G G ,G -G /G 0G 1G :G ;G <G MG [G \G G G G G G G G  G > G ? G A G B G C G L G !G !G !G !G !G !G !G !G *"G 4"G >"G ?"G m"G "G "G "G "G "G "G 2$G 3$G D$G R$G S$G $G $G $G $G $G %G %G 1%G 2%G 3%G 5%G L%G M%G V%G 'G 'G 'G 'G 'G +G +G +G +G +G +G +G ,G 1,G },G ,G ,G ,G ,G L-G M-G ^-G -G -G -G -G -G -G -G -G -G -G .G [.G \.G ].G ^.G g.G .G .G .G */G 1/G :/G ;/G Q/G a/G b/G c/G d/G e/G f/G g/G h/G i/G j/G /G /G /G  0G 0G 0G 0G 1G 1G 1G 2G 2G 2G 2G 3G =4G >4G ?4G @4G h4G 4G 4G 4G 4G 4G 4G 5G 5G 5G I6G P6G Y6G Z6G 7G 7G 7G 7G 7G 7G 8G a8G b8G c8G d8G m8G @:G A:G R:G :G :G :G :G E;G F;G G;G H;G Q;G O=G P=G a=G =G =G =G =G O>G P>G Q>G R>G [>G @G @G @G @G @G @G @G AG sBG tBG uBG vBG BG BG BG CG CG cCG dCG eCG fCG oCG FG FG +FG GG GG !GG "GG HG IG IG IG IG GIG HIG IG IG IG IG IG #PG $PG 5PG yPG PG PG PG QG RG RG RG RG SG SG eSG fSG gSG hSG qSG lYG mYG ~YG YG YG YG YG ZG \G \G \G \G E\G F\G \G \G \G \G \G hG hG hG iG iG 4iG 5iG :iG <iG =iG >iG GiG zjG {jG jG jG jG sG sG sG sG sG sG sG tG tG [tG ]tG ^tG _tG htG uG uG uG uG uG vG vG ^vG `vG avG bvG kvG 0wG 1wG BwG CwG DwG lwG mwG wG wG wG wG wG xG xG xG xG xG xG xG yG yG yG yG !yG UzG VzG gzG hzG izG YG cG nG G G G G G G =G ?G UG VG _G G ÁG ԁG G G G G 'G 7G 8G 9G :G bG cG G G ȂG ɂG ҂G G G G G G G G 2G IG JG KG LG tG uG G ÅG ąG ŅG ΅G G G G ȇG ɇG G G >G @G AG BG KG G G ĊG G G G ØG ҘG ޘG G G G G G -G .G =G >G ?G KG LG MG YG ]G pG xG G G G G ƙG G G "G OG TG G G G ֚G ښG ,G -G 2G ^G bG |G }G G G G G G G G G EG FG QG 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 0G 1G 2G G G G /G @G AG UG WG XG YG ZG [G cG iG jG sG wG xG 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 iG vG G G ˣG G G 'G LG MG ^G G G G G G G G G G BG CG G G G G G G G G G G  G !G "G #G $G %G )G *G +G ,G EG GG MG NG gG iG nG oG }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 BG GG HG OG TG oG pG G "G -G `G jG tG uG G G G G +G ,G 5G G G G G G G  G !G "G #G $G %G .G LG MG ^G ~G G G G G G G G G G >G ?G PG pG qG rG G G G G G G G G G G G G G G G "G ,G 6G 7G XG G G G G G G SG TG eG 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 CG QG aG bG mG rG sG }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 FG TG dG eG pG uG vG G G G G G G G G G G G G G G G  G 
G G G G  G !G +G 0G 1G nG |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 4G 9G :G DG IG JG "G 0G @G AG LG QG RG \G aG bG mG rG sG }G G G G G G G G G G G G G G G G G G G :G HG XG YG dG iG jG tG yG zG G G G G G G G G G G G G G G G G G G G 'G ,G -G TG bG rG sG ~G G G G G G G G G G G G RG `G pG qG |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 3G 4G aG oG 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 9G >G ?G #G -G 8G kG uG G G G G G G G G G G G G G G G G G G G G  G G G G hG iG mG wG G G G G G G G CG DG EG FG OG G G G :G ;G 1G ;G FG yG G G G G G G G G G G G G  G KG LG HH WH i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 8H 9H $$H .$H 9$H l$H v$H $H $H $H $H $H $H $H $H $H &H &H &H 'H 'H 5'H ?'H J'H }'H 'H 'H 'H 'H 'H 'H 'H 'H 'H 'H )H )H *H *H *H *H !*H ,*H _*H i*H s*H t*H *H *H *H *H *H *H *H ,H ,H ,H ,H ,H (-H 2-H =-H p-H z-H -H -H -H -H -H -H -H -H -H ^/H _/H p/H ~/H /H /H /H /H /H /H /H /H 0H 60H 70H 90H :0H ;0H D0H 1H 1H 1H 1H 1H I2H S2H ^2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H 2H .5H /5H @5H r5H s5H *9H 49H ?9H r9H |9H 9H 9H 9H 9H :H :H 4:H 5:H >:H :H :H :H );H 0;H 8;H 9;H O;H _;H `;H a;H b;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 0=H R=H =H =H =H =H =H ?H ?H ?H R@H Y@H b@H c@H AH AH AH AH AH BH &BH qBH rBH sBH tBH }BH CH CH CH CH CH CH CH DH pEH qEH rEH sEH EH EH EH  FH FH FH FH GH GH GH CHH DHH lHH HH HH HH HH HH HH JH JH JH RKH SKH {KH |KH KH KH KH KH KH "NH #NH 4NH NH NH NH NH UOH PH PH PH PH %PH xPH yPH PH PH QH QH QH QH 
QH SH SH SH TH TH TH TH UH VH VH VH VH VH VH EWH FWH GWH HWH QWH ]H ]H ]H ^H ^H '^H (^H P_H x`H y`H z`H {`H `H `H aH aH aH aH aH 
gH gH gH `gH ggH pgH qgH hH iH iH iH iH iH iH CjH EjH FjH GjH PjH WvH XvH ivH vH vH vH vH vH vH vH vH vH xH xH *xH xH xH 'H 1H <H oH yH H H H H H H H H H sH tH H H H H H H H H  H 	H ΄H τH H H H 
H H WH YH ZH [H dH )H *H ;H <H =H eH fH H H H H H H H H H H H H H ?H IH SH TH |H }H ۍH ݍH H H H `H aH rH H H H H ŏH ՏH ֏H ׏H ؏H  H H MH OH fH gH pH JH KH \H H H H H ВH H H H H H H _H aH bH cH lH 'H (H 9H fH gH H H ܕH ޕH ߕH H H PH QH bH H H UH aH pH |H H H H H H ˦H ̦H ۦH ܦH ݦH H H H H H H H "H #H (H _H dH H H H H H 7H 8H =H tH xH ʨH ˨H ШH H  H H H  H XH ]H H H H H H H H H >H CH OH PH SH ]H ^H aH jH kH }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 5H 6H 7H 8H 9H KH eH fH qH ~H H H H H H H H H H H H H H H H H H \H ]H iH H H űH H H H <H =H H +H :H FH GH H H H H hH lH mH 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 7H 9H ?H @H UH WH \H ]H rH tH yH zH 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 XH H H H H H cH dH uH H H H H H H H H H H H H H H H H EH FH GH HH IH JH SH H H H H H H =H >H ?H @H AH BH KH KH LH ]H }H ~H xH H H H H H H H #H 9H ;H lH mH vH H H H H H H H H H H H H "H #H 4H UH VH aH oH 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 1H 2H <H AH BH `H nH ~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 4H 5H ?H DH EH nH |H H H H H H H H H H H H H H H H H *H +H 6H ;H <H FH KH LH WH \H ]H gH lH mH 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 IH WH gH hH sH xH yH H H H H H H H H H H H H H H H H H H H #H (H )H 3H 8H 9H jH xH H H H H H H H H H H H H H H H  H H H H !H "H ,H 1H 2H =H BH CH MH RH SH H H H H H H  H *H /H 0H ;H @H AH KH PH QH qH H H H H H H H H H H H H H H H H 
H H H )H .H /H 9H >H ?H JH OH PH ZH _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 QH uH H H H H H ~H H H [H \H H H H H H H H =H >H OH H H H H  H SH ]H gH hH H H H H H H H CH DH UH  I  I I I I I !I +I ,I RI zI I I I I I I I I I I I I I I I  I (I -I .I 3I ;I GI HI MI TI YI ZI _I fI rI sI {I I I I I I I I I I I I I I I I 1I 1I 1I 
2I 2I 2I 2I M2I 2I 2I 2I 2I 2I 2I Z4I [4I l4I 4I 4I 4I 4I 4I 5I %5I /5I 05I ^5I 5I 5I 5I 5I 5I 5I 7I 7I 7I 7I 7I 7I 7I 7I 7I 8I 8I 8I @8I h8I i8I k8I l8I m8I v8I w:I x:I :I :I :I :I :I :I ;I ;I ";I #;I Q;I z;I {;I };I ~;I ;I ;I <I <I =I =I =I =I (=I 3=I f=I p=I z=I {=I =I =I =I =I =I =I =I n?I o?I ?I ?I ?I ?I ?I ?I /@I 9@I C@I D@I m@I n@I o@I q@I @I @I @I BI BI BI CI CI FI FI FI GI GI $GI %GI MGI mGI GI GI GI GI GI HI HI HI HI HI HI HI HI HI HI HI  II (II KII II II II II II #JI $JI 5JI fJI mJI vJI wJI JI JI JI JI JI JI JI JI JI JI JI JI JI ;KI <KI =KI >KI GKI !MI "MI 3MI MI MI  NI NI NI yOI zOI {OI |OI OI OI PI PI PI PI PI )QI *QI ;QI QI QI QI QI RRI SI SI SI SI 9SI QSI SI SI SI SI SI |UI }UI UI UI UI 
VI #VI VI VI VI VI VI XI XI XI XI XI YI YI YI YI YI YI YI [I [I [I &\I -\I 6\I 7\I \I ]I ]I ]I ]I ]I ^I ^I ?^I @^I ^I ^I ^I ^I ^I UaI VaI gaI MbI TbI ]bI ^bI [cI XdI YdI ZdI [dI dI dI dI dI dI dI dI _kI `kI qkI kI kI kI kI lI nI nI nI nI AnI BnI nI nI nI nI nI tI tI tI tI uI uI uI 3vI VwI WwI XwI YwI wI wI wI wI wI wI wI I I I KI LI pI qI vI xI yI zI I I I ȅI  I !I ŎI ώI ڎI 
I I !I "I JI KI I I I I I I I #I $I %I MI NI I I I I I lI mI ~I I I I I I I I I I ǓI ȓI ٓI ړI ۓI I I PI RI SI TI ]I I I I I I I I I ݚI I I I I I yI {I I I I I I I =I DI LI MI cI sI tI uI vI I I I I I I I I I I .I 5I =I >I nI I I I I I I I I  I I 
I ŢI ƢI עI I I -I .I zI |I }I ~I I I I  I -I .I I I I I -I 1I 2I TI YI iI jI yI zI {I I I I I I I I I I ƴI I I XI YI ^I I I յI ֵI ۵I I I hI iI nI I I I I I I I "I #I (I VI [I I I I ܷI I I I I I I I I 	I I  I (I /I 6I BI CI NI RI YI `I aI bI cI dI eI fI gI hI iI jI kI lI mI nI PI QI RI kI |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 4I 5I 6I 7I 8I 9I :I ;I HI II WI XI YI I I I I I OI PI cI I I I ڿI ۿI I I I I I 6I LI ~I I I 
I I !I "I 6I 7I 8I AI OI \I ]I ^I _I `I aI eI fI gI hI I I I I I I I I I I I I I I I I I I I I I I I I 2I 4I 9I :I II KI QI RI `I bI hI iI |I ~I I I I I I I TI ^I iI I I I I I I NI PI gI hI qI I I I 3I 4I 5I \I ]I ^I _I `I aI jI I I I I I I I I I I I I I zI {I I I I I I I I I I I I I I I I I I  I +I ^I hI rI sI I I I I 
I I I I I I 5I 6I WI XI YI ZI [I \I eI I I I I I I 
I I I )I .I /I 9I >I ?I JI OI PI ZI _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 8I =I >I II NI OI YI ^I _I I I I I I I I I I I I I I I I I I I *I +I 6I ;I <I FI KI LI WI \I ]I gI lI mI I I I I I I I I I I I I I I 
I I %I 3I CI DI OI TI UI _I dI eI pI uI vI I I I ^I lI |I }I I I I I I I I I I I I I I I I I I I I !I &I 'I 2I 7I 8I BI GI HI vI I I I I I I I I I I I I I I I I I &I 'I 2I 7I 8I BI GI HI SI XI YI cI hI 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 9I >I ?I II NI OI ZI _I `I jI oI pI I I I I I I I I I I I I I I I I I (I 8I 9I DI II JI TI YI ZI eI jI kI uI zI {I _J iJ tJ J J J J J J %J 'J >J ?J HJ J J .J J J  J OJ PJ QJ RJ SJ \J J J J J J 	J 	J 	J 	J 	J 
J 
J ,
J [
J 
J 
J 
J 
J 
J J J J vJ wJ mJ wJ J J J J J J J *J +J ,J -J 6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 7#J C#J D#J L#J S#J X#J Y#J a#J h#J t#J u#J `?J j?J u?J ?J ?J ?J ?J ?J @J @J  @J !@J "@J +@J AJ AJ 
BJ ABJ BBJ qBJ {BJ BJ BJ BJ BJ BJ BJ "CJ #CJ %CJ &CJ 'CJ 0CJ 1EJ 2EJ CEJ QEJ REJ SEJ ]EJ hEJ EJ EJ EJ EJ EJ FJ FJ 	FJ 
FJ FJ FJ HJ HJ 'HJ 5HJ 6HJ dHJ nHJ yHJ HJ HJ HJ HJ HJ IJ IJ IJ IJ IJ &IJ JJ JJ JJ JJ JJ JJ JJ JJ KJ KJ KJ KJ GKJ rKJ sKJ uKJ vKJ wKJ KJ MJ 
MJ MJ ,MJ -MJ MJ MJ MJ MJ MJ MJ MJ NJ NJ 
NJ NJ &NJ 'NJ 0NJ jPJ kPJ |PJ PJ PJ fTJ pTJ {TJ TJ TJ TJ TJ TJ UJ WUJ YUJ pUJ qUJ zUJ &VJ 'VJ 8VJ eVJ lVJ tVJ uVJ VJ VJ VJ VJ VJ VJ VJ 5WJ 6WJ 7WJ 8WJ AWJ WJ WJ WJ XJ XJ XJ XJ +XJ ;XJ <XJ =XJ >XJ ?XJ @XJ AXJ BXJ CXJ DXJ lXJ XJ XJ XJ XJ XJ XJ ZJ ZJ ZJ [J [J [J [J [\J ]J ]J ]J ]J B]J b]J ]J ]J ]J ]J ]J ^J ^J ^J #_J *_J 3_J 4_J _J `J `J `J `J `J `J ;aJ <aJ =aJ >aJ GaJ cJ cJ ,cJ cJ cJ cJ cJ dJ  dJ !dJ "dJ +dJ )fJ *fJ ;fJ fJ fJ fJ fJ )gJ *gJ +gJ ,gJ 5gJ ^iJ _iJ piJ iJ iJ iJ iJ jJ MkJ NkJ OkJ PkJ akJ kJ kJ kJ kJ =lJ >lJ ?lJ @lJ IlJ nJ nJ oJ oJ oJ oJ oJ pJ qJ qJ qJ qJ !rJ "rJ rJ rJ rJ rJ rJ xJ xJ yJ SyJ ZyJ cyJ dyJ zJ {J {J {J {J {J {J ?|J @|J A|J B|J K|J FJ GJ XJ 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 TJ UJ fJ J J cJ mJ xJ J J J J J J 5J 7J 8J 9J BJ J J J J ÞJ J J 8J :J ;J <J EJ 
J J J J J FJ GJ J J J J J eJ fJ wJ xJ yJ J J J J J J J /J 0J AJ BJ CJ 3J =J HJ {J J J J J J J J /J 0J 9J 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 NJ OJ J J J J J cJ dJ uJ 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 3J 7J JJ RJ ^J _J dJ J J J J J )J .J sJ tJ yJ J J J J J 8J <J VJ WJ \J J J J J J J J J  J +J zJ 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 1J 2J 3J 4J 5J =J CJ DJ MJ QJ RJ eJ qJ rJ sJ tJ uJ J J J J J J J J J J J J J J J J J J J J CJ PJ J J J J J J &J 'J 8J xJ yJ [J gJ vJ 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 AJ CJ HJ IJ WJ YJ _J `J sJ uJ {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 IJ JJ J J J :J DJ NJ OJ vJ J J J J J J J J J J J J J J J J J J J &J 'J 8J XJ YJ ZJ J J J J J J J J J *J JJ KJ LJ yJ zJ {J |J }J ~J J J J J J J J J J J J J J 2J _J uJ wJ J J J -J .J ?J J J J J J J J J J ^J _J pJ J J K K K K K K K K K K K K K K K K K +K ;K <K GK LK MK WK \K ]K hK mK nK xK }K ~K K K K K K K K K K K K K K K K K  K .K >K ?K JK OK PK ZK _K `K kK pK qK {K K K K K K K K K K K K K K K K K 
K K HK VK fK gK rK wK x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 6K ;K <K GK LK MK WK \K ]K K K K K K K K K K K K K K K K K 	K "	K 2	K 3	K >	K C	K D	K N	K S	K T	K _	K d	K e	K o	K t	K u	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 	K 
K 
K 
K .
K <
K L
K M
K X
K ]
K ^
K h
K m
K n
K y
K ~
K 
K 
K 
K 
K ,K :K JK KK VK [K \K fK kK lK wK |K }K K K K K K K K K K K K K K K K K K 
K K ;K IK YK ZK eK jK kK uK z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 EK OK YK ZK K K K K K K K K K K K K K K K K K K K yK zK K BK CK GK QK \K K K K K K K K K K  K )K K K K K K K K  K SK ]K gK hK K K K K K K K K K K %K &K "0K 10K C0K V0K W0K \0K d0K i0K j0K o0K w0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 0K 1K 1K 1K LK MK MK FMK PMK ZMK [MK MK MK MK MK MK MK MK OK OK OK OK OK PK PK $PK WPK aPK kPK lPK PK PK PK PK PK PK PK RK RK RK RK RK RK RK SK 9SK CSK MSK NSK |SK SK SK SK SK SK SK UK UK UK UK UK VK VK VK JVK TVK ^VK _VK VK VK VK VK VK VK VK 8XK 9XK JXK XXK YXK ZXK dXK oXK XK XK XK XK XK YK YK YK YK YK YK ZK ZK ZK ZK ZK #[K -[K 8[K k[K u[K [K [K [K [K [K [K [K [K [K ^K 	^K ^K L^K M^K bK bK bK LbK VbK `bK abK bK bK bK bK cK cK cK cK cK cK dK 
dK dK dK )dK 9dK :dK ;dK <dK ddK dK dK dK dK dK dK _eK `eK qeK eK eK eK eK eK eK eK eK eK eK eK eK eK eK eK 
fK ,fK wfK xfK yfK zfK fK ]hK ^hK ohK ,iK 3iK <iK =iK iK jK jK jK jK jK  kK KkK LkK MkK NkK WkK elK flK wlK lK lK lK lK mK JnK KnK LnK MnK unK nK nK nK nK nK nK pK pK pK qK qK FqK _qK qK qK qK qK qK sK sK sK ,tK -tK UtK VtK tK tK tK tK tK vK vK wK bwK iwK rwK swK /xK xK xK xK xK xK RyK SyK {yK |yK yK yK yK yK yK |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 RK SK TK UK }K ~K ݉K މK ߉K K K K K K :K AK JK KK oK K K K K K K K K  K !K *K 1K 2K CK K K K K K K K K K K K K \K ]K K K K IK SK ]K ^K K K ӪK ժK ֪K תK K MK NK _K `K aK K K ֬K جK ٬K ڬK K K K K K K K K 1K 3K 4K 5K >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 VK WK K K ͶK ζK ׶K :K ;K LK yK K K K K K K K K ڸK ۸K 'K )K @K AK JK $K %K 6K jK qK yK zK K K »K ûK ĻK K K 9K ;K <K =K FK K K K @K AK iK jK K K K K þK *K +K <K iK jK /K ;K JK VK iK mK nK K K K K K K K K K K K K K K K K K 9K >K K K K K K K K K NK RK K K K K K K K K 2K 7K ^K _K dK K K K K K K K )K *K -K 7K 8K ;K DK EK WK \K dK kK rK ~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 KK XK YK cK pK qK rK sK tK uK vK wK K K K K K K K 6K 7K CK K K K K K K K K K K K  K !K rK K K K BK FK GK ]K ^K rK sK tK }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 1K 6K 7K LK NK SK TK nK pK uK vK K K K K K K K K K K K K K K K K L L L L L L L L 2L L L L L L =L >L OL oL pL q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 7L WL XL R	L \	L g	L 	L 	L 	L 	L 	L 	L 
L 
L F
L G
L P
L L L L qL rL L L L L L L L L L 
L /
L 0
L ;L IL YL ZL eL jL kL uL z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 HL XL YL dL iL jL tL yL zL L L L L L L L L L L L L L L L L 	L L L L L L HL VL fL gL rL wL xL L L L L L L L L L L L L L L L L  L %L &L 1L 6L 7L AL FL GL aL o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L AL BL ML RL SL ]L bL cL nL sL tL ~L L L L L L L L L L L L L L L L 
L L L DL RL bL cL nL sL t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 KL YL iL jL uL zL {L L L L L L L L L L L L L L L L 	L L L L $L )L *L 4L 9L :L VL dL tL uL L L L L L L L L L L L L L L L L L L L +L OL aL cL zL {L L XL YL jL 5 L 6 L \ L  L  L  L  L  L  L "L "L )"L "L "L $L $L $L -%L 7%L A%L B%L h%L %L %L %L %L %L %L (L (L /(L )L )L *L *L *L *L *L +L +L ,+L T+L f+L g+L h+L i+L r+L f,L g,L x,L ,L ,L =L =L =L =L =L =L >L >L >L 
>L >L !>L ">L '>L .>L 3>L 4>L 9>L @>L L>L M>L U>L ]>L b>L c>L k>L s>L >L >L >L >L >L >L >L >L >L >L ZL ZL ZL ZL ZL ZL ZL '[L Y[L Z[L \[L ][L ^[L g[L 4]L 5]L F]L }]L ~]L ]L ]L ]L ]L ]L 	^L 
^L 8^L ^^L _^L a^L b^L c^L l^L m`L n`L `L `L `L `L `L `L `L `L `L `L aL BaL CaL EaL FaL GaL PaL QcL RcL ccL qcL rcL cL cL cL cL cL cL cL +dL TdL UdL WdL XdL YdL bdL eL eL eL eL eL eL fL 
fL @fL JfL TfL UfL fL fL fL fL fL fL fL HhL IhL ZhL hhL ihL hL hL hL 	iL iL iL iL GiL HiL IiL KiL biL ciL liL kL kL kL kL kL oL oL oL oL oL oL oL 'pL GpL pL pL pL pL pL bqL cqL tqL qL qL qL qL qL qL qL qL qL rL %rL qrL rrL srL trL }rL rL rL sL @sL GsL PsL QsL gsL wsL xsL ysL zsL {sL |sL }sL ~sL sL sL sL sL tL tL tL tL !tL uL uL 
vL vL vL vL vL wL SxL TxL UxL VxL ~xL xL xL xL xL xL xL zL zL zL _zL fzL ozL pzL ,{L {L {L {L {L |L +|L w|L x|L y|L z|L |L V~L W~L h~L ~L ~L ~L ~L [L \L ]L ^L gL eL fL wL ʁL ˁL L L eL fL gL hL qL L L L  L L L L ͅL L L L L L L L L L yL zL {L |L L /L 0L AL 'L .L 7L 8L 5L 2L 3L 4L 5L ]L ^L L L L L ɍL 9L :L 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 0L 1L 2L 3L [L \L L L L L ȠL ϬL ЬL L %L &L JL KL PL RL SL TL ]L L L L L L L L L L L L L $L %L qL sL tL uL ~L L L L L L 'L (L tL vL wL xL L FL GL XL YL ZL L L ϻL ѻL һL ӻL ܻL L L L L L ݼL ޼L *L ,L -L .L 7L kL lL }L ~L L oL yL L L L L L L L SL UL kL lL uL L L L L L &L 'L =L ML NL OL PL xL yL L L L L L L L L L L L L HL _L `L aL bL L L L L L L L L L L L L L L TL VL WL XL aL L L L L L L L L L L L L .L 3L CL DL SL TL UL aL bL cL oL sL L L L L L L L 2L 3L 8L eL jL L L L L L BL CL HL tL xL L L L L L L L L 0L 5L [L \L gL L L L L L L L L L L L L L 	L L L L (L ,L 3L :L ;L <L =L >L ?L @L AL BL CL DL EL FL GL HL *L +L ,L EL VL WL kL mL nL oL pL qL yL 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 1L 2L 3L L L L L L )L *L =L bL cL tL L L L L L L L L &L XL YL M M M M M M M M M )M 6M 7M 8M 9M :M ;M ?M @M AM BM [M ]M cM d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 BM CM VM XM ]M ^M eM jM M M .M 8M CM vM M M M M M (M *M AM BM KM M M M 
M M M 6M 7M 8M 9M :M ;M DM bM cM tM M M M M M M M M M M TM UM fM M M M M M M M M M M M M M M M M M M 8M BM LM MM nM M M M M M M iM jM {M M M 1M 2M 3M 4M 5M 6M ?M M M M M M M M M M M M 	M M M M $M )M *M 4M 9M :M YM gM wM x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 3 M 8 M 9 M \ M j M z M { M  M  M  M  M  M  M  M  M  M  M  M  M  M  M !M !M !M !M !M  !M %!M &!M 1!M 6!M 7!M A!M F!M G!M !M !M !M !M !M !M !M !M !M !M !M !M !M !M !M !M !M 
"M "M "M )"M ."M /"M 9"M >"M ?"M J"M O"M P"M Z"M _"M `"M 8#M F#M V#M W#M b#M g#M h#M r#M w#M x#M #M #M #M #M #M #M #M #M #M #M #M #M #M #M  $M $M $M $M $M $M !$M "$M P$M ^$M n$M o$M z$M $M $M $M $M $M $M $M $M $M $M $M $M $M  %M %M %M %M %M %M !%M "%M -%M 2%M 3%M =%M B%M C%M j%M x%M %M %M %M %M %M %M %M %M %M %M %M %M %M %M h&M v&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 4'M 9'M :'M D'M I'M J'M w'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M 'M (M (M (M (M #(M $(M .(M 3(M 4(M ?(M D(M E(M O(M T(M U(M 9*M C*M N*M *M *M *M *M *M *M *M +M +M +M "+M ,M ,M -M -M -M -M ).M *.M +.M ,.M -.M 6.M /M /M /M ~0M 0M 2M 2M 2M 2M 2M 2M 2M 3M 53M Y3M Z3M [3M \3M e3M 5M 5M 5M P7M Q7M G8M Q8M \8M 8M 8M 8M 8M 8M 8M 9M 9M 9M 9M 9M :M :M :M a:M b:M ^KM mKM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM KM  LM LM 	LM LM LM LM &LM -LM 2LM 3LM ;LM BLM NLM OLM :hM DhM OhM hM hM hM hM hM hM hM hM hM hM iM jM jM jM kM kM KkM UkM `kM kM kM kM kM kM kM kM kM  lM lM 
lM nM nM nM +nM ,nM -nM 7nM BnM unM nM nM nM nM nM nM nM nM nM nM pM pM qM qM qM >qM HqM SqM qM qM qM qM qM qM qM qM qM qM  rM tsM usM sM sM sM sM sM sM sM sM sM sM !tM LtM MtM OtM PtM QtM ZtM uM uM uM vM vM _vM ivM tvM vM vM vM vM vM vM vM vM  wM wM 
wM DyM EyM VyM yM yM @}M J}M U}M }M }M }M }M }M }M 1~M 3~M J~M K~M T~M  M M M ?M FM NM OM eM uM vM wM x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 FM hM M M M M M M M M hM oM xM yM 5M 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 YM ZM M M M M M M M M M M hM iM M M M M M M M 8M 9M JM M M M M kM '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 gM סM ءM M -M 4M =M >M fM M M M M M M M M M M %M  M !M 2M vM }M M M M έM ϭM ЭM ѭM M M YM [M \M ]M fM mM nM M úM ĺM M M M M M M M .M /M @M M M =M GM RM 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 mM oM pM qM zM ?M @M QM RM SM {M |M M M M M M 	M 
M M M M 
M M "M UM _M iM jM M M M M 	M 
M M vM wM M M M M M M M M M M M M cM eM |M }M M `M aM rM M M M M M M M M  M (M )M uM wM xM yM M =M >M OM |M }M M M M M M M M fM gM xM M M kM wM M M M M M M M M M M M M M  M M 
M M $M ,M 8M 9M >M uM zM M M M M M MM NM SM M M M M M M M 0M 1M 6M nM sM M M M M M M M M TM YM eM fM iM sM tM wM 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 KM LM MM NM OM aM {M |M M M M M M M M M M M M M M M M M M M *M rM sM M M M M  M M M RM SM 5N AN P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 1N 3N 9N :N MN ON UN VN kN mN rN s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 PN nN N N N N N yN zN N N N N N N N N N N N  !N !N !N 2!N 3!N 4!N [!N \!N ]!N ^!N _!N `!N i!N !N !N "N $"N %"N &"N S"N T"N U"N V"N W"N X"N a"N a#N b#N s#N #N #N $N $N $N $N $N $N $N %N 9%N O%N Q%N %N %N %N 'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 'N 8(N 9(N J(N k(N l(N w,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N ,N -N -N -N !-N &-N '-N 1-N 6-N 7-N B-N G-N H-N R-N W-N X-N v-N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N -N .N .N .N $.N ).N *.N 4.N 9.N :.N E.N J.N K.N U.N Z.N [.N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N .N "/N 0/N @/N A/N L/N Q/N R/N \/N a/N b/N m/N r/N s/N }/N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N /N 0N 0N 0N 0N  1N 1N 1N 1N 1N 1N !1N &1N '1N 11N 61N 71N _1N m1N }1N ~1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 1N 2N 
2N 2N 2N 2N (2N -2N .2N 92N >2N ?2N I2N N2N O2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 2N 3N 3N &3N '3N 23N 73N 83N B3N G3N H3N S3N X3N Y3N c3N h3N i3N 4N 4N $4N %4N 04N 54N 64N @4N E4N F4N Q4N V4N W4N a4N f4N g4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 4N 5N #5N 35N 45N ?5N D5N E5N O5N T5N U5N `5N e5N f5N p5N u5N v5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 5N 7N 7N 7N 8N )8N 38N 48N g8N 8N 8N 8N 8N 8N 8N :N :N :N q;N r;N ;N ;N ;N ;N ;N ;N ;N S=N T=N e=N >N >N !@N +@N 6@N i@N s@N }@N ~@N @N @N @N @N @N @N AN YCN ZCN kCN DN DN EN EN EN -FN 7FN AFN BFN hFN FN FN FN FN FN FN GN GN GN GN  HN XN YN YN 0YN 1YN 6YN >YN CYN DYN IYN QYN ]YN ^YN cYN jYN oYN pYN uYN |YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN YN uN uN uN  vN *vN 4vN 5vN cvN vN vN vN vN vN vN pxN qxN xN xN xN xN xN xN 1yN ;yN EyN FyN tyN yN yN yN yN yN yN {N {N {N {N {N {N {N {N |N |N '|N (|N V|N ~|N |N |N |N |N |N ~N ~N ~N ~N ~N ~N ~N ~N $N .N 8N 9N gN N N N N N N N N $N 2N 3N 4N >N IN |N N N N N N N N N N N N N N N N N N N EN ON YN ZN N N N N N N N N N N &N 'N ފN N N &N 0N :N ;N cN N ϋN ыN N N N N N N ݌N N N N N N N N N >N aN N N N N N 9N :N KN |N N N N N N N N N N N N N N N N N QN RN SN TN ]N 7N 8N IN N 
N N N ӒN N N N N N ړN %N &N 'N (N 1N ?N @N QN N N N N hN $N %N &N 'N ON gN N N N N N N N N N N  N 9N N N N N N N N N N N /N 0N N N N N N ֟N ןN N <N CN LN MN 	N šN ơN ǡN ȡN ١N ,N -N UN VN N N N N N kN lN }N cN jN sN tN qN nN oN pN qN N N N N N N N uN vN N ˯N үN ۯN ܯN N ,N -N .N /N WN XN N N N N òN N N иN N N $N %N IN lN mN nN oN N N N N N N N N N N aN bN N N N N N N N N N N 6N 7N N N N #N -N 7N 8N `N aN N N N N N 'N (N 9N :N ;N cN dN N N N N N N N N N N N N N 
N N N N N N N N N N N fN hN iN jN sN N N N N N N N N N N N N 0N 1N N N N N N N N &N SN ZN bN cN yN N N N N N N N N N N $N N N N DN KN SN TN N N N N N N N N N N N  N N N N N N CN DN N N N N N N N N CN DN 	N N $N 0N CN GN HN jN oN N N N N N N N N N N N N N N N N N nN oN tN N N N N N (N ,N ~N N N N N N N N N N 8N 9N >N lN qN N N N N N N N N N N N N N 1N 6N >N EN LN XN YN dN hN oN vN wN xN yN zN {N |N }N ~N N N N N N N fN gN hN 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 2N 3N =N JN KN LN MN NN ON PN QN ^N _N mN nN oN O O O O O eO fO yO O O O O O O O O O O LO bO O O !O  !O !!O 7!O 8!O L!O M!O N!O W!O e!O r!O s!O t!O u!O v!O w!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 H"O J"O O"O P"O _"O a"O g"O h"O v"O x"O ~"O "O "O "O "O "O "O "O "O "O j+O t+O +O +O +O +O +O +O ,O d,O f,O },O ~,O ,O -O -O )-O I-O J-O K-O r-O s-O t-O u-O v-O w-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 0O  1O 1O 11O 21O ,2O 62O A2O t2O ~2O 2O 2O 2O 2O 2O 2O  3O !3O *3O 4O 4O 4O K5O L5O m5O n5O o5O p5O q5O r5O {5O 5O 5O 5O 	6O 
6O :O #:O 3:O 4:O ?:O D:O E:O O:O T:O U:O `:O e:O f:O p:O u:O v:O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O :O ;O ";O 2;O 3;O >;O C;O D;O N;O S;O T;O _;O d;O e;O o;O t;O u;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O ;O "<O 0<O @<O A<O L<O Q<O R<O \<O a<O b<O m<O r<O s<O }<O <O <O <O <O <O <O <O <O <O <O <O  =O =O =O =O =O  =O !=O ;=O I=O Y=O Z=O e=O j=O k=O u=O z=O {=O =O =O =O =O =O =O t>O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O >O ?O ?O ?O '?O ,?O -?O 7?O <?O =?O H?O M?O N?O X?O ]?O ^?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O ?O @O ,@O <@O =@O H@O M@O N@O X@O ]@O ^@O i@O n@O o@O y@O ~@O @O @O @O @O @O @O @O @O @O @O @O @O @O @O AO AO AO AO AO AO AO AO AO AO AO AO AO AO AO AO AO BO BO %BO 3BO CBO DBO OBO TBO UBO _BO dBO eBO pBO uBO vBO BO BO BO BO BO BO BO BO BO BO BO BO BO BO CO CO CO CO CO 0CO >CO NCO OCO ZCO _CO `CO jCO oCO pCO {CO CO CO CO CO CO uEO EO EO EO EO EO EO FO )FO ;FO =FO TFO UFO ^FO 2HO 3HO DHO IO IO 6IO eIO fIO gIO hIO iIO rIO JO JO KO KO KO MO MO MO NO NO NO NO BNO qNO NO NO NO NO NO PO PO 	QO RO RO SO SO SO SO SO SO SO TO .TO @TO ATO BTO CTO LTO @UO AUO RUO UO UO fO fO fO fO fO fO fO fO fO fO fO fO fO gO gO 
gO gO gO gO &gO 'gO /gO 7gO <gO =gO EgO MgO YgO ZgO bgO igO ngO ogO wgO ~gO gO gO vO O O O ȃO ҃O ӃO O 3O 4O 6O 7O 8O AO O O  O WO XO O O O φO نO O O O 8O 9O ;O <O =O FO GO HO YO gO hO iO sO ~O O O ŉO ƉO O O O O  O !O *O +O ,O =O KO LO zO O O O ̌O ֌O ׌O O .O /O 1O 2O 3O <O O O O ЎO юO ҎO ܎O O O $O .O /O ]O O O O O O O "O #O 4O BO CO O O O O O O O !O "O #O %O <O =O FO O O O ĔO ŔO |O O O ĘO ΘO ؘO ٘O O !O mO oO O O O <O =O NO {O O O O O O O O O ܚO O KO LO MO NO WO כO ؛O O O !O *O +O AO QO RO SO TO UO VO WO XO YO ZO O O O O O O O ՞O ֞O O O O O O qO -O .O /O 0O XO xO áO ġO šO ơO ϡO ݢO ޢO O 9O @O IO JO O ¤O äO ĤO ŤO O O QO RO SO TO ]O 0O 1O BO O O O קO 5O 6O 7O 8O AO ?O @O QO O O ͪO ΪO ?O @O AO BO KO tO uO O ڭO O O O O cO dO eO fO wO ʯO ˯O O O SO TO UO VO _O 	O 
O O O O O O O O 
O O O 7O 8O O O O O O O O %O iO pO yO zO O ʿO ˿O ̿O ͿO O O UO VO WO XO aO \O ]O nO O O O O O 
O O O 
O 5O 6O O O O O O O O O O  O $O %O *O ,O -O .O 7O jO kO |O O O yO O O O O O O O O KO MO NO OO XO O O O O O O O NO PO QO RO [O  O !O 2O 3O 4O \O ]O O O O O O {O |O O O O O O O O O O O EO FO WO XO YO IO SO ^O O O O O O O -O /O EO FO OO O O O O O  O O O 'O (O )O *O RO SO O O O O O O O O O O O O "O 9O :O ;O <O dO eO O O O O O yO zO O O O O O .O 0O 1O 2O ;O O O O O O P P P P P P P P 
P P P -P .P /P ;P <P =P IP MP `P hP tP uP zP P P P 
P P ?P DP P P P P P P P "P NP RP lP mP rP P P P P P 
	P 	P 5	P 6	P A	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 0P 1P EP GP HP IP JP KP SP YP ZP cP gP h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 YP fP P P P P P P <P =P NP P P q P } P  P  P  P  P  !P 2!P 3!P .P .P .P .P .P .P .P .P .P /P /P /P /P /P /P /P /P /P /P /P 5/P 7/P =/P >/P W/P Y/P ^/P _/P m/P o/P u/P v/P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P /P 0P 0P 0P 0P 0P 0P 00P 20P 70P 80P ?0P D0P _0P `0P 9P 9P 9P P9P Z9P d9P e9P 9P 9P :P :P :P :P %:P :P :P :P :P :P :P ;P ;P ;P ;P ;P ;P ;P <<P =<P N<P n<P o<P p<P <P <P <P <P <P <P <P .=P /=P @=P `=P a=P b=P =P =P =P =P =P =P =P >P >P >P >P >P ?P ?P ?P @P @P &@P '@P H@P u@P @P @P @P @P @P CBP DBP UBP BP BP CP CP 
CP CP CP CP CP tCP uCP CP CP CP GP GP GP GP GP GP GP GP GP GP GP HP HP HP HP HP 3HP AHP QHP RHP ]HP bHP cHP mHP rHP sHP ~HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP HP IP IP 
IP IP IP 6IP DIP TIP UIP `IP eIP fIP pIP uIP vIP IP IP IP IP IP IP IP IP IP IP IP IP IP IP IP  JP JP JP JP JP  JP !JP ^JP lJP |JP }JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP JP KP KP 	KP KP KP KP $KP )KP *KP 4KP 9KP :KP LP  LP 0LP 1LP <LP ALP BLP LLP QLP RLP ]LP bLP cLP mLP rLP sLP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP LP *MP 8MP HMP IMP TMP YMP ZMP dMP iMP jMP uMP zMP {MP MP MP MP MP MP MP MP MP MP MP MP MP MP NP NP 
NP NP NP NP DNP RNP bNP cNP nNP sNP tNP ~NP NP NP NP NP NP NP NP NP BOP POP `OP aOP lOP qOP rOP |OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP OP PP PP PP PP PP PP #PP $PP QPP _PP oPP pPP {PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP PP QP 
QP QP QP QP QP )QP .QP /QP SP SP (SP [SP eSP oSP pSP SP SP SP SP SP SP SP UP UP UP VP VP VP WP WP WP WP WP WP XP XP XP XYP YYP ][P g[P r[P [P [P [P [P [P \P 3\P 4\P 5\P 6\P ?\P ^P ^P ^P *`P +`P !aP +aP 6aP iaP saP }aP ~aP aP aP aP aP aP aP aP bP bP bP ;cP <cP 8tP GtP YtP ltP mtP rtP ztP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP tP  uP uP uP 
uP uP uP (uP )uP P P )P \P fP pP qP P ёP ґP ԑP ՑP ֑P ߑP P P P P P %P /P :P mP wP P P P ֔P הP ٔP ڔP ۔P P P P P P P P P P OP YP cP dP P P P P P P ȗP əP ʙP ۙP P P P "P -P `P jP tP uP P ̚P ͚P ϚP КP њP ښP NP OP `P nP oP pP zP P P P ̜P ͜P P &P 'P )P *P +P 4P P P ҞP P P 9P CP NP P P P P P P P ßP ڟP ۟P P P P 0P bP cP P $P /P bP lP vP wP P P P 
P $P %P .P ڧP ۧP P P  P (P )P ?P OP PP QP RP zP P P P P P P uP vP P P P ȩP ɩP ߩP P P P P P P P P P P  P BP P P P P P sP tP P BP IP RP SP P ˮP ̮P ͮP ήP P P aP bP cP dP mP {P |P P װP ްP P P P `P aP bP cP P P P P P P P δP ϴP P 3P 4P \P uP ӵP ԵP յP ֵP ߵP ݷP ޷P P BP CP kP lP ݸP ޸P ߸P P P P P $P xP P P P EP P P P P P hP iP P P P P P P P P P P P P P P P P P P P P P 5P 6P 7P 8P AP P P P P P P P @P hP iP jP kP P P P P P P P P P P PP WP `P aP P P P P P P P 3P 5P 6P 7P @P GP HP YP P P P P P P P P P P 	P P rP sP P !P ,P _P iP sP tP P P P P P P P cP dP uP vP wP P P P P P P P P P P P P P P GP IP JP KP TP P P +P ,P -P UP VP P P P P P P P P P P P P P /P 9P CP DP lP mP P P P P P PP QP bP P P P P P P P P P P P =P ?P VP WP `P :P ;P LP P P P P P P P P P  Q  Q O Q Q Q R Q S Q \ Q Q Q )Q VQ WQ Q Q Q Q Q Q Q @Q AQ RQ Q Q EQ QQ `Q lQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q OQ TQ Q Q Q Q Q 'Q (Q -Q dQ hQ Q Q Q Q Q 
Q Q Q HQ MQ tQ uQ zQ Q Q Q Q Q .Q 3Q ?Q @Q CQ MQ NQ QQ ZQ [Q mQ rQ z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 UQ VQ aQ nQ oQ yQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q LQ MQ YQ Q Q Q Q Q Q ,Q -Q .Q .Q *.Q 6.Q 7.Q .Q .Q .Q .Q X<Q \<Q ]<Q s<Q t<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 0=Q E=Q G=Q L=Q M=Q b=Q d=Q i=Q j=Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q =Q FQ FQ FQ FQ FQ GQ GQ *GQ HGQ GQ GQ GQ GQ GQ SHQ THQ eHQ HQ HQ HQ HQ HQ HQ HQ HQ HQ HQ IQ IQ IQ JQ 
JQ JQ 5JQ 6JQ 7JQ 8JQ 9JQ :JQ CJQ JQ JQ JQ JQ JQ  KQ -KQ .KQ /KQ 0KQ 1KQ 2KQ ;KQ ;LQ <LQ MLQ mLQ nLQ hMQ rMQ }MQ MQ MQ MQ MQ MQ NQ )NQ +NQ \NQ ]NQ fNQ OQ OQ OQ PQ PQ PQ PQ PQ PQ PQ PQ PQ QQ QQ $QQ EQQ FQQ QUQ _UQ oUQ pUQ {UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ UQ  VQ VQ VQ VQ VQ VQ !VQ "VQ ,VQ 1VQ 2VQ PVQ ^VQ nVQ oVQ zVQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ VQ WQ WQ WQ WQ WQ WQ $WQ %WQ /WQ 4WQ 5WQ ^WQ lWQ |WQ }WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ WQ 
XQ XQ XQ &XQ +XQ ,XQ 6XQ ;XQ <XQ GXQ LXQ MXQ WXQ \XQ ]XQ wXQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ XQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ YQ  ZQ ZQ ZQ ZQ ZQ 9ZQ GZQ WZQ XZQ cZQ hZQ iZQ sZQ xZQ yZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ ZQ [Q [Q [Q [Q [Q [Q #[Q ([Q )[Q Z[Q h[Q x[Q y[Q [Q [Q [Q [Q [Q [Q [Q [Q [Q [Q [Q [Q [Q [Q  \Q \Q \Q \Q \Q \Q !\Q "\Q -\Q 2\Q 3\Q =\Q B\Q C\Q \Q \Q \Q \Q 
]Q ]Q ]Q ]Q ]Q  ]Q +]Q 0]Q 1]Q ;]Q @]Q A]Q a]Q o]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 J^Q O^Q P^Q l^Q z^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q ^Q `Q `Q `Q `Q aQ 
aQ aQ AaQ eaQ waQ yaQ aQ aQ aQ ncQ ocQ cQ KdQ LdQ rdQ dQ dQ dQ dQ dQ dQ -fQ .fQ ?fQ fQ fQ hQ iQ iQ CiQ MiQ WiQ XiQ ~iQ iQ iQ iQ iQ iQ iQ 3lQ 4lQ ElQ mQ mQ nQ nQ nQ oQ oQ oQ oQ BoQ joQ |oQ }oQ ~oQ oQ oQ |pQ }pQ pQ pQ pQ ցQ Q Q 
Q Q Q Q Q Q #Q +Q 7Q 8Q =Q DQ IQ JQ OQ VQ bQ cQ kQ sQ xQ yQ Q Q Q Q Q Q Q Q Q Q ƂQ ǂQ Q Q ǞQ Q Q Q Q =Q oQ pQ rQ sQ tQ }Q JQ KQ \Q Q Q áQ ͡Q ءQ Q Q Q  Q NQ tQ uQ wQ xQ yQ Q Q Q Q Q Q Q Q Q Q Q Q Q 0Q XQ YQ [Q \Q ]Q fQ gQ hQ yQ Q Q Q Q ˧Q Q Q Q Q AQ jQ kQ mQ nQ oQ xQ Q Q Q Q 
Q Q Q #Q VQ `Q jQ kQ Q ĪQ ŪQ ǪQ ȪQ ɪQ ҪQ ^Q _Q pQ ~Q Q ׬Q Q Q Q )Q 3Q 4Q ]Q ^Q _Q aQ xQ yQ Q Q Q ίQ  Q Q Q ³Q ͳQ  Q 
Q Q Q =Q ]Q Q Q ´Q ôQ ̴Q xQ yQ Q Q Q ƵQ ǵQ ݵQ Q Q Q Q Q ;Q Q Q Q Q Q Q Q %Q VQ ]Q fQ gQ }Q Q Q Q Q Q Q Q Q Q Q Q Q +Q ,Q -Q .Q 7Q Q Q #Q Q Q Q Q Q iQ jQ kQ lQ Q Q Q  Q Q Q Q Q Q +Q uQ |Q Q Q BQ Q Q  Q Q )Q AQ Q Q Q Q Q lQ mQ ~Q Q Q Q Q qQ rQ sQ tQ }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 0Q Q Q Q Q Q EQ FQ WQ =Q DQ MQ NQ KQ HQ IQ JQ KQ sQ tQ Q Q Q Q Q OQ PQ aQ Q Q Q Q Q Q Q Q 	Q 1Q 2Q Q Q Q Q Q Q Q Q Q Q Q Q #Q FQ GQ HQ IQ qQ rQ Q Q Q Q Q Q Q Q ;Q <Q `Q aQ fQ hQ iQ jQ sQ 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 nQ oQ pQ Q Q Q Q Q Q Q  R  R  R  R  R  R  R @R BR CR DR MR R R R R R R R R R R R R 
R R iR kR R R R 	R 	R  
R -
R 4
R <
R =
R S
R c
R d
R e
R f
R 
R 
R 
R 
R 
R 
R 
R R R R 
R %
R -
R .
R ^
R u
R v
R w
R x
R 
R 
R 
R 
R 
R 
R 
R R R R R R R R jR lR mR nR wR R R R R R  R  R  R 
!R !R !!R "!R D!R I!R Y!R Z!R i!R j!R k!R w!R x!R y!R !R !R !R !R !R !R !R !R !R H"R I"R N"R {"R "R "R "R "R #R #R X#R Y#R ^#R #R #R #R #R #R #R #R $R $R $R F$R K$R q$R r$R }$R $R $R $R $R $R $R $R $R $R $R %R %R %R %R &%R 2%R 3%R >%R B%R I%R P%R Q%R R%R S%R T%R U%R V%R W%R X%R Y%R Z%R [%R \%R ]%R ^%R A&R B&R C&R \&R m&R n&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 9'R :'R H'R I'R J'R +R +R +R +R +R @,R A,R T,R y,R z,R ,R ,R ,R ;R ;R ;R ;R ;R '<R =<R o<R p<R IR IR IR JR JR 'JR (JR )JR 2JR @JR MJR NJR OJR PJR QJR RJR VJR WJR XJR YJR rJR tJR zJR {JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR JR KR KR KR 	KR #KR %KR *KR +KR :KR <KR BKR CKR QKR SKR YKR ZKR mKR oKR tKR uKR |KR KR KR KR ETR OTR ZTR TR TR TR TR TR TR ?UR AUR XUR YUR bUR UR UR VR $VR %VR &VR MVR NVR OVR PVR QVR RVR [VR yWR zWR WR WR WR WR WR WR WR WR WR WR WR kXR lXR }XR XR XR XR XR XR XR XR XR XR XR YR YR YR ZR 
ZR [R [R [R O[R Y[R c[R d[R [R [R [R [R [R [R \R ]R ]R ]R &^R '^R H^R I^R J^R K^R L^R M^R V^R ^R ^R ^R ^R ^R bR bR cR cR cR cR  cR *cR /cR 0cR ;cR @cR AcR KcR PcR QcR pcR ~cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR cR 
dR dR dR dR dR )dR .dR /dR :dR ?dR @dR JdR OdR PdR sdR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR dR eR eR eR 'eR ,eR -eR 7eR <eR =eR HeR MeR NeR XeR ]eR ^eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR eR fR $fR 4fR 5fR @fR EfR FfR PfR UfR VfR afR ffR gfR qfR vfR wfR OgR ]gR mgR ngR ygR ~gR gR gR gR gR gR gR gR gR gR gR gR gR gR gR hR hR hR hR hR hR #hR (hR )hR 3hR 8hR 9hR ghR uhR hR hR hR hR hR hR hR hR hR hR hR hR hR hR hR iR iR iR #iR (iR )iR 3iR 8iR 9iR DiR IiR JiR TiR YiR ZiR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR iR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR jR  kR kR kR kR *kR /kR 0kR :kR ?kR @kR KkR PkR QkR [kR `kR akR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR kR lR lR )lR *lR 5lR :lR ;lR ElR JlR KlR VlR [lR \lR flR klR llR PnR ZnR enR nR nR nR nR nR oR oR oR /oR 0oR 9oR 
qR qR qR qR qR rR @rR ArR BrR CrR DrR MrR sR sR sR tR tR vR vR vR vR vR vR vR wR LwR pwR qwR rwR swR |wR yR yR yR g{R h{R ^|R h|R s|R |R |R |R |R |R 	}R }R }R }R }R '}R ~R ~R -~R x~R y~R uR 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 4R 5R =R DR IR JR RR YR eR fR QR [R fR R R R R ܬR R R R R R R R R R 2R 3R bR lR wR R R R R R R R R R R !R "R #R 4R BR CR DR NR YR R R R R ϲR R R R R R R R R R &R 'R UR _R jR R R R R R 	R 
R R 
R R R R R R R R R R ·R R R 	R 
R 8R cR dR fR gR hR qR R R R R R vR R R R ȺR ҺR ӺR R R R  R R R !R [R \R mR R R WR aR lR R R R R R R HR JR aR bR kR R R )R VR ]R eR fR |R R R R R R R &R 'R (R )R 2R R R R R R R R R ,R -R .R /R 0R 1R 2R 3R 4R 5R ]R R R R R R R R R R R R R R LR R 	R 
R R 3R SR R R R R R R R R R R $R %R R R R R R R R ,R -R .R /R 8R R R R pR qR R R R R R R R R R ,R R R R R R R R R &R OR PR aR R R R R R >R ?R @R AR RR R R R R .R /R 0R 1R :R R R R R R R R R R R R R R R rR sR tR uR ~R R R  R DR KR TR UR }R R R R R R R 0R 1R 2R 3R <R 7R 8R IR R R R R R R R R R R R pR rR sR tR }R R R R R R R  R R R R 	R R E S F S W S  S  S T	S ^	S i	S 	S 	S 	S 	S 	S 	S &
S (
S )
S *
S 3
S S S S S S S S )S +S ,S -S 6S S S 

S 
S 
S 7
S 8
S 
S 
S 
S 
S 
S VS WS hS iS jS S S S S S S S  S !S 2S 3S 4S $S .S 9S lS vS S S S S S 
S  S !S *S S S S S S S S S S S S S -S .S zS |S S S S wS xS S S S S S S S S S S ?S @S S S S S S TS US f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 C/S O/S P/S U/S /S /S /S /S /S 0S 0S d0S e0S j0S 0S 0S 0S 0S 0S )1S -1S G1S H1S M1S 1S 1S 1S 1S 1S 1S 1S 2S 2S 2S k2S p2S |2S }2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 2S 3S 3S 3S 3S 4S 
4S !4S #4S $4S %4S &4S '4S /4S 54S 64S ?4S C4S D4S W4S c4S d4S e4S f4S g4S y4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 4S 59S B9S 9S 9S 9S 9S 9S 9S :S :S *:S j:S k:S MIS YIS hIS tIS uIS IS IS JS JS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS WS XS XS XS XS 3XS 5XS :XS ;XS IXS KXS QXS RXS eXS gXS mXS nXS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS XS YS YS YS YS YS  YS ;YS <YS aS aS aS ,bS 6bS @bS AbS hbS bS bS bS bS bS cS cS cS cS cS cS cS cS cS cS cS cS cS cS eS eS *eS JeS KeS LeS seS teS ueS veS weS xeS eS 
fS fS fS <fS =fS >fS kfS lfS mfS nfS ofS pfS yfS ygS zgS gS gS gS hS hS hS hS hS iS iS $iS QiS giS iiS iS iS iS kS  kS 1kS kS kS kS kS kS kS kS kS kS PlS QlS blS lS lS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS pS qS qS -qS .qS 9qS >qS ?qS IqS NqS OqS ZqS _qS `qS jqS oqS pqS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS qS rS  rS 0rS 1rS <rS ArS BrS LrS QrS RrS ]rS brS crS mrS rrS srS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS rS :sS HsS XsS YsS dsS isS jsS tsS ysS zsS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS sS  tS tS tS tS tS tS tS tS uS 
uS uS uS uS (uS -uS .uS 9uS >uS ?uS IuS NuS OuS wuS uS uS uS uS uS uS uS uS uS uS uS uS uS uS uS vS vS $vS %vS 0vS 5vS 6vS @vS EvS FvS QvS VvS WvS avS fvS gvS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS vS  wS .wS >wS ?wS JwS OwS PwS ZwS _wS `wS kwS pwS qwS {wS wS wS xS ,xS <xS =xS HxS MxS NxS XxS ]xS ^xS ixS nxS oxS yxS ~xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS xS  yS -yS ;yS KyS LyS WyS \yS ]yS gyS lyS myS xyS }yS ~yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS yS zS 
zS zS {S {S |S 7|S A|S K|S L|S |S |S |S |S |S |S |S ~S ~S ~S S S S S S S S S S kS lS }S 4S 5S 9S CS NS S S S S S S S S S S S qS rS S S S S S S ES OS YS ZS S S S S S S ƊS S S ̋S S S S #S 5S HS IS NS VS [S \S aS iS uS vS {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 8S BS LS MS {S S S S S S S S S S ѼS ҼS S S S IS SS ]S ^S S S S S S S S S ¿S ӿS S S S S S +S 5S ?S @S nS S S S S S S S S S S S S S 	S <S FS PS QS S S S S S S S *S +S <S JS KS LS VS aS S S S S S S S S S S S S S S S S S S *S ]S gS qS rS S S S S S S S S S S >S ?S S  S S >S HS RS SS {S S S S  S S 
S S S S S S S S S +S ,S -S .S VS yS S S S S S QS RS cS S S S S S S S S S S S S S S S S S iS jS kS lS uS OS PS aS S %S .S /S S S S S S S S =S >S ?S @S IS WS XS iS S S S S S <S =S >S ?S gS S S S S S S S S S S S 8S QS S S S S S S S S S S GS HS S S S S S S S  S TS [S dS eS !S S S S S S DS ES mS nS 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 DS ES FS GS oS pS S S S S S S S S ,S 3S <S =S aS S S S S S S  T  T  T  T  T #T $T 5T yT zT T T T T T T T 
T 
T 
T NT OT T T T ;T ET OT PT xT yT T T T T T ?T @T QT RT ST {T |T T T T T T T T T T T T T #T %T &T 'T 0T T T T T 	T 1T 2T ~T T T T T T T T T T "T "T "T #T #T #T  #T H#T I#T #T #T #T #T #T ,%T -%T >%T k%T r%T z%T {%T %T %T %T %T %T %T %T &T &T 2&T 3&T <&T (T (T ((T \(T c(T k(T l(T (T (T (T (T (T (T (T +)T -)T .)T /)T 8)T *T *T +T 2+T 3+T [+T \+T +T +T +T +T +T .T .T ..T [.T \.T !<T -<T <<T H<T [<T _<T `<T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T <T +=T 0=T =T =T =T =T =T >T >T 	>T @>T D>T >T >T >T >T >T >T >T >T $?T )?T P?T Q?T V?T ?T ?T ?T ?T ?T 
@T @T @T @T @T )@T *@T -@T 6@T 7@T I@T N@T V@T ]@T d@T p@T q@T |@T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T @T ~AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT AT BT BT BT BT BT BT 1BT 2BT =BT JBT KBT UBT bBT cBT dBT eBT fBT gBT hBT iBT vBT wBT BT BT BT FT FT (GT )GT 5GT }GT ~GT GT GT GT GT HT 	HT VT VT WT WT WT dWT zWT WT WT 4eT 8eT 9eT OeT PeT deT eeT feT oeT }eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT eT fT fT fT fT !fT #fT (fT )fT >fT @fT EfT FfT `fT bfT gfT hfT wfT yfT fT fT fT fT fT fT fT fT fT fT fT fT fT fT oT oT oT oT oT oT oT pT $pT |pT ~pT pT pT pT /qT 0qT AqT aqT bqT cqT qT qT qT qT qT qT qT rT rT rT rT rT rT sT sT sT sT sT sT sT sT sT sT sT sT sT 	tT 
tT tT tT 
tT tT tT uT uT )uT IuT JuT DvT NvT YvT vT vT vT vT vT vT wT wT 8wT 9wT BwT xT xT xT cyT dyT yT yT yT yT yT yT yT yT yT  zT !zT "zT -~T ;~T K~T L~T W~T \~T ]~T g~T l~T m~T x~T }~T ~~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T ~T T 
T T ,T :T JT KT VT [T \T fT kT lT wT |T }T T T T T T T T T T T T T T T  T T T T T :T HT XT YT dT iT jT tT yT zT T T T T T T ؀T T T T T T T T T T #T (T )T 3T 8T 9T ST aT qT rT }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 3T 4T ?T DT ET OT TT UT `T eT fT pT uT vT T T T ÃT ΃T ӃT ԃT ރT T T T T T T T T 6T DT TT UT `T eT fT pT uT vT 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 KT [T \T gT lT mT wT |T }T T T T T T T ˆT نT T T T T T T 
T T T T T &T +T ,T HT VT fT gT rT wT xT T T T T T T T T T T T T ՉT ߉T T T T AT ST UT lT mT vT JT KT \T 'T (T NT }T ~T T T T T 	T 
T T ҏT ӏT בT T T T )T 3T 4T ZT T T T T T T T T !T T T T T T T T T T T FT XT YT ZT [T dT XT YT jT T T T T ӪT T T T T T T T T T T T  T %T &T +T 2T >T ?T GT OT TT UT ]T eT qT rT zT T T T T T T T T T T T T T T T KT LT NT OT PT YT &T 'T 8T oT pT T T T T T T T *T PT QT ST TT UT ^T _T `T qT T T T T T T T T T T 4T 5T 7T 8T 9T BT CT DT UT cT dT T T T T T T T T FT GT IT JT KT TT T T T T T T T T 2T <T FT GT uT T T T T T T :T ;T LT ZT [T T T T T T T T 9T :T ;T =T TT UT ^T T T T T T T T T T T T T T 9T T T T T T TT UT fT T T T T T T T T T T T cT dT eT fT oT T T T 2T 9T BT CT YT iT jT kT lT mT nT oT pT qT rT T T T T 	T 
T T T T T T T T T T ET FT GT HT pT T T T T T T T T T QT XT aT bT T T T T T T T iT jT kT lT uT HT IT ZT T T T T MT NT OT PT YT WT XT iT T T T T WT XT YT ZT cT T T T T T T T T {T |T }T ~T T T T T T kT lT mT nT wT !T "T 3T T  T )T *T 'T $T %T &T 'T OT PT T T T T T +U ,U =U U U U U U U U U U 
U U mU nU oU pU yU t
U u
U 
U 
U 
U 
U 
U U "
U #
U $
U %
U M
U N
U 
U 
U 
U 
U 
U U U U U U <U =U BU DU EU FU OU U U U U U $U $U $U $U $U $U $U %U %U c%U e%U f%U g%U p%U &U &U &U &U &U 'U 'U f'U h'U i'U j'U s'U 8(U 9(U J(U K(U L(U t(U u(U (U (U (U (U (U )U )U )U )U )U )U )U *U *U *U  *U )*U ]+U ^+U o+U p+U q+U a0U k0U v0U 0U 0U 0U 0U 0U 0U E1U G1U ]1U ^1U g1U 2U 2U 2U 	3U 3U 3U 3U /3U ?3U @3U A3U B3U j3U k3U 3U 3U 3U 3U 3U 5U 5U 5U 5U 6U 	6U 
6U :6U Q6U R6U S6U T6U |6U }6U 6U 6U 6U 6U 6U 8U 8U 8U 8U 8U 8U 8U F9U H9U I9U J9U S9U ;U ;U ;U ;U ;U IU IU IU IU IU IU IU  JU %JU 5JU 6JU EJU FJU GJU SJU TJU UJU aJU eJU xJU JU JU JU JU JU JU $KU %KU *KU WKU \KU KU KU KU KU KU 4LU 5LU :LU fLU jLU LU LU LU LU LU LU LU LU "MU 'MU MMU NMU YMU MU MU MU MU MU MU MU MU MU MU MU MU MU MU NU NU NU NU NU %NU ,NU -NU .NU /NU 0NU 1NU 2NU 3NU 4NU 5NU 6NU 7NU 8NU 9NU :NU OU OU OU 7OU HOU IOU ]OU _OU `OU aOU bOU cOU kOU qOU rOU {OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU OU  PU PU PU PU PU PU PU PU PU PU #PU $PU %PU qTU ~TU TU TU TU UU UU /UU TUU UUU fUU UU UU dU dU dU dU dU eU eU JeU KeU rU rU rU rU rU sU sU sU 
sU sU (sU )sU *sU +sU ,sU -sU 1sU 2sU 3sU 4sU MsU OsU UsU VsU osU qsU vsU wsU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU sU  tU tU tU tU tU tU tU ,tU .tU 4tU 5tU HtU JtU OtU PtU WtU \tU wtU xtU  }U *}U 5}U h}U r}U |}U }}U }U }U ~U ~U 3~U 4~U =~U ~U ~U ~U ~U  U U (U )U *U +U ,U -U 6U TU UU fU U U U U U U U U U U FU GU XU xU yU zU U U U U U U U U U ǂU U U U U U *U 4U >U ?U `U U U U քU ׄU U [U \U mU U U #U $U %U &U 'U (U 1U U U U U U ˋU ًU U U U U U U 
U U U U U &U +U ,U KU YU iU jU uU zU {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 NU \U lU mU xU }U ~U U U U U U U U U U ؍U U U U U U U U U U #U (U )U 3U 8U 9U vU U U U U U U U U U U ƎU ǎU юU ֎U ׎U U U U U U  U !U +U 0U 1U <U AU BU LU QU RU *U 8U HU IU TU YU ZU dU iU jU uU zU {U U U U U U ѐU ҐU ݐU U U U U U U U U U U U BU PU `U aU lU qU rU |U U U U U U U U U ԑU U U U U U U U U U U $U %U /U 4U 5U \U jU zU {U U U U U U U U U U U U U ZU hU xU yU 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 6U ;U <U iU wU U U U U U U U U U U U ĔU ɔU ʔU U U U U U U U  U %U &U 1U 6U 7U AU FU GU +U 5U @U sU }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 pU qU uU U U U ǟU џU ҟU U 'U KU LU MU NU WU U U U BU CU 9U CU NU U U U U U U U U U U U U U U SU TU PU _U qU 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 4U @U AU ,U 6U AU tU ~U U U U U U U U U U U U U 
U U =U GU RU U U U U U U U U U U U U U U U U U )U 4U gU qU {U |U U U U U U U U U U U U U 0U :U EU xU U U U U U U U U U U fU gU xU U U U U U U U U U U >U ?U AU BU CU LU U U U U U QU [U fU U U U U U U U U U U U 6U 7U HU zU {U 2U <U GU zU U U U U U #U %U <U =U FU U U U 1U 8U @U AU WU gU hU iU jU 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 8U ZU U U U U U U U U ZU aU jU kU 'U U U U U U .U yU zU {U |U U U U U U U U  U U xU yU zU {U U U U U 	U 
U U U U U KU LU tU U U U U U U U U U ZU [U U U U U U U U *U +U <U U U U U ] 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 MV NV OV PV YV V V V V &V /V 0V XV V V V V V V V V 
V V V V V $V hV oV xV yV V V V V V V V KV MV NV OV XV _'V `'V q'V 'V 'V 'V 'V 'V 'V 'V 'V 'V  )V !)V 2)V )V )V /2V 92V D2V w2V 2V 2V 2V 2V 2V 3V 3V 3V 3V 3V {4V |4V 4V 4V 4V 4V 4V 5V 5V 5V 5V 5V 5V 5V 5V 5V 5V 6V 6V _6V a6V b6V c6V l6V 17V 27V C7V D7V E7V m7V n7V 7V 7V 7V 7V 7V 8V 8V 
9V 9V 9V =V 	>V >V G>V Q>V [>V \>V >V >V >V >V >V >V ?V h@V i@V z@V @V @V @V @V @V @V @V @V @V AV 	AV UAV WAV nAV oAV xAV RCV SCV dCV CV CV CV CV CV CV CV CV CV DV DV gDV iDV jDV kDV tDV /FV 0FV AFV nFV oFV FV FV FV FV FV FV FV XIV YIV jIV IV IV ]WV iWV xWV WV WV WV WV WV WV WV WV WV WV WV WV WV WV WV XV XV XV *XV +XV 0XV gXV lXV XV XV XV XV XV ?YV @YV EYV |YV YV YV YV YV ZV ZV "ZV #ZV (ZV `ZV eZV ZV ZV ZV ZV ZV ZV ZV ZV F[V K[V W[V X[V [[V e[V f[V i[V r[V s[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 1]V =]V >]V ?]V @]V A]V S]V m]V n]V y]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V ]V bV bV dbV ebV qbV bV bV bV bV bV cV DcV EcV 'rV 3rV BrV NrV OrV rV rV rV rV pV tV uV 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 AV GV HV ]V _V dV eV zV |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 BV `V V V ыV ҋV ۋV kV lV }V V V V ƌV ǌV ȌV ɌV ʌV ˌV ԌV V V V $V %V &V MV NV OV PV QV RV [V V V V V V V EV FV GV HV IV JV SV SV TV eV V V V V V ȑV ґV ܑV ݑV V +V AV CV tV uV ~V V V V V V V V ÔV ĔV ŔV ƔV ϔV *V +V <V ]V ^V iV wV V V V V V V V V V V V ęV əV ʙV V V V V V V V #V (V )V 4V 9V :V DV IV JV hV 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 7V <V =V GV LV MV vV V V V V V V V V V V ƛV ǛV ћV ֛V כV V "V 2V 3V >V CV DV NV SV TV _V dV eV oV tV uV 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 QV _V oV pV {V V V V V V V V V V V V V V V V 
V V V V V  V +V 0V 1V ;V @V AV rV V V V V V V V V V V V ßV ͟V ҟV ӟV V V V V $V )V *V 4V 9V :V EV JV KV UV ZV [V V V V V "V 'V (V 2V 7V 8V CV HV IV SV XV YV yV V V V V V V V V V ġV ɡV ʡV ԡV ١V ڡV V V %V &V 1V 6V 7V AV FV GV RV WV XV bV gV hV V V V V V V V V âV ĢV ϢV ԢV բV ߢV V V ɤV ӤV ޤV V V %V &V YV }V V V V V V V V V cV dV V V V V V V ƨV EV FV WV V V V V (V [V eV oV pV V ŭV V V V V V KV LV ]V V V ײV V V V )V 3V 4V ZV V V V V V V V V V V V V V V "V #V (V 0V 5V 6V ;V CV OV PV UV \V aV bV gV nV zV {V V V V V V V V V V V V V V V V V V V V V V &V 'V UV V V V V V V bV cV tV V V V V V #V -V 7V 8V fV V V V V V V V V V V V V V V V V V V HV pV qV sV tV uV ~V V V V V V V V V V  V *V +V YV V V V V V V V V V $V %V &V 0V ;V nV xV V V V V V V V V V vV wV V V V V V V 7V AV KV LV uV vV wV yV V V V V V V V V V V V V "V ,V -V UV uV V V V V V V V V V V V V V V V V V 0V SV V V V V V +V ,V =V nV uV ~V V V V V V V V V V V V V V V CV DV EV FV OV )V *V ;V V V V 	V V  W  W  W  W  W  W W W W W #W 1W 2W CW W W W W ZW W W W W AW Y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 5
W >
W ?
W 
W W W W W W W W GW HW W W W W W ]W ^W oW UW \W eW fW cW `W aW bW cW W W W W W W W gW hW yW W W W W W W W  W !W IW JW W W W W W %W %W %W &W 
&W &W &W ;'W ^(W _(W `(W a(W (W (W (W (W (W (W (W 4W 4W 5W S5W T5W x5W y5W ~5W 5W 5W 5W 5W 6W 6W 6W (7W )7W ?W ?W ?W @W @W )@W *@W R@W S@W @W @W @W @W @W BW BW +BW ,BW -BW UBW VBW BW BW BW BW BW tCW uCW CW CW CW CW CW CW CW  DW DW 
DW DW DW DW DW DW EW EW XEW ZEW [EW \EW eEW FW FW FW FW FW KW KW KW KW KW KW KW "LW #LW LW LW LW LW LW NW NW NW ENW LNW TNW UNW kNW {NW |NW }NW ~NW NW NW NW NW OW 
OW OW PW PW QW 6QW =QW EQW FQW vQW QW QW QW QW QW QW RW RW RW 	RW RW SW SW SW TW 
TW 5TW 6TW TW TW TW TW TW VW VW WW 5WW 6WW dW eW eW "eW 5eW 9eW :eW \eW aeW qeW reW eW eW eW eW eW eW eW eW eW eW eW eW eW fW 
fW `fW afW ffW fW fW fW fW fW gW gW pgW qgW vgW gW gW gW gW gW gW hW *hW +hW 0hW ^hW chW hW hW hW hW hW hW hW hW iW iW iW iW iW #iW (iW 0iW 7iW >iW JiW KiW ViW ZiW aiW hiW iiW jiW kiW liW miW niW oiW piW qiW riW siW tiW uiW viW XjW YjW ZjW sjW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW jW kW kW kW $kW %kW /kW <kW =kW >kW ?kW @kW AkW BkW CkW PkW QkW _kW `kW akW oW oW pW pW pW WpW XpW kpW pW pW pW pW pW W W W W W >W TW W W W W W )W *W >W ?W @W IW WW dW eW fW gW hW iW mW nW oW pW 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 AW BW QW SW YW ZW hW jW pW qW W W W W W W W W \W fW qW W W W W W W VW XW oW pW yW 	W 
W W ;W <W =W dW eW fW gW hW iW rW 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 3W fW pW zW {W W ɟW ߟW W W W W W W W =W >W _W `W aW bW cW dW mW ȢW ɢW ڢW W W W W %W &W 1W 6W 7W AW FW GW RW WW XW bW gW hW W W W W W W W W ƧW ǧW ҧW קW اW W W W W W $W %W 0W 5W 6W @W EW FW QW VW WW aW fW gW W W W W W W W ĨW ɨW ʨW ըW ڨW ۨW W W W W "W 2W 3W >W CW DW NW SW TW _W dW eW oW tW uW W W ЩW ѩW ܩW W W W W W W W W 
W W W -W ;W KW LW WW \W ]W gW lW mW xW }W ~W W W W fW tW 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 JW OW PW ~W W W W W W W W W W ɬW άW ϬW ٬W ެW ߬W W W .W /W :W ?W @W JW OW PW [W `W aW kW pW qW 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 5W 6W AW FW GW QW VW WW bW gW hW rW wW xW W W ïW įW ϯW ԯW կW ߯W W W W W W  W W W "W 0W @W AW LW QW RW \W aW bW mW rW sW }W W W gW qW |W W W òW ĲW W W -W /W FW GW PW $W %W 6W W W (W WW XW YW ZW [W dW W W W W W W W ƺW W W 
W W 4W cW W W W W W W W W ~W W uW W W W W W W W  W 2W 3W 4W 5W >W 2W 3W DW 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 7W ?W KW LW TW [W `W aW iW pW |W }W hW rW }W W W W W W %W &W (W )W *W 3W  W W W IW JW yW W W W W W W W *W +W -W .W /W 8W 9W :W KW YW ZW [W eW pW W W W W W W W W W W W W W /W =W >W lW vW W W W W W W  W !W #W $W %W .W W W W W W W W W W W  W !W OW zW {W }W ~W W W W W &W 4W 5W W W W W W W W W W W W .W /W 8W rX sX X X X nX xX X X X X X X X _X aX xX yX X .X /X @X mX tX |X }X X X X X X X X =X >X ?X @X IX X X X 	X 	X 	X 	X 3	X C	X D	X E	X F	X G	X H	X I	X J	X K	X L	X t	X 	X 	X 	X 	X 	X 	X X X X X X X X c
X X  X !X "X JX jX X X X X X X X X +X 2X ;X <X X X X X X X X CX DX EX FX OX "X #X 4X X X X X 'X (X )X *X 3X 1X 2X CX X X X X 1X 2X 3X 4X =X fX gX xX X X X X X UX VX WX XX iX X X X X EX FX GX HX QX X X 
 X  X  X !X !X "X "X "X  #X #X )#X *#X #X #X #X #X #X *X *X *X [*X b*X k*X l*X +X ,X ,X ,X ,X ,X ,X G-X H-X I-X J-X S-X N3X O3X `3X 3X 3X 3X 3X 4X 5X 5X 5X 5X '6X (6X 6X 6X 6X 6X 6X BX BX BX BX BX CX CX CX CX CX  CX )CX \DX ]DX nDX DX DX kMX uMX MX MX MX MX MX MX MX =NX ?NX @NX ANX JNX OX OX OX OX OX OX OX @PX BPX CPX DPX MPX QX QX $QX %QX &QX NQX OQX QX QX QX QX QX mRX nRX RX RX RX RX RX RX RX RX RX SX 7TX 8TX ITX JTX KTX ;YX EYX PYX YX YX YX YX YX YX ZX !ZX 7ZX 8ZX AZX [X [X [X [X [X [X [X 	\X \X \X \X \X D\X E\X \X \X \X \X \X ^X ^X ^X ^X ^X ^X ^X _X +_X ,_X -_X ._X V_X W_X _X _X _X _X _X kaX laX }aX aX aX aX aX  bX "bX #bX $bX -bX dX dX dX dX dX rX rX rX rX rX rX rX rX rX sX sX sX  sX !sX -sX .sX /sX ;sX ?sX RsX ZsX fsX gsX lsX sX sX sX sX tX 1tX 6tX {tX |tX tX tX tX uX uX uX @uX DuX ^uX _uX duX uX uX uX uX uX uX vX 'vX (vX 3vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX vX wX wX wX 	wX 
wX wX wX 
wX wX wX wX wX wX wX wX wX wX wX xX "xX #xX 7xX 9xX :xX ;xX <xX =xX ExX KxX LxX UxX YxX ZxX mxX yxX zxX {xX |xX }xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX xX K}X X}X }X }X }X }X }X 	~X .~X /~X @~X ~X ~X cX oX ~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 0X IX KX PX QX _X aX gX hX {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 1X 6X QX RX X X X BX LX VX WX ~X X X X 
X X X X X X ٧X ڧX ۧX X X X X X X X .X /X @X `X aX bX X X X X X X X  X !X 2X RX SX TX X X X X X X X X X X X «X X ƬX ѬX X X X X :X gX }X X X X X 5X 6X GX ۯX ܯX X X X  X X X X fX gX xX X X X X ôX ĴX ϴX ԴX մX ߴX X X X X X  X X X %X 3X CX DX OX TX UX _X dX eX pX uX vX X X X X X µX õX εX ӵX ԵX ޵X X X X X X X X X (X 6X FX GX RX WX XX bX gX hX sX xX yX X X X X X жX ѶX ܶX X X X X X X X X 
X X X PX ^X nX oX zX 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 3X 4X >X CX DX OX TX UX _X dX eX X X X X X X X ǹX ̹X ͹X عX ݹX ޹X X X X X *X :X ;X FX KX LX VX [X \X gX lX mX wX |X }X X X ̺X ͺX غX ݺX ޺X X X X X X X 	X X X 6X DX TX UX `X eX fX pX uX vX X X X X X X 4X BX RX SX ^X cX dX nX sX tX X X X X X X X üX ӼX ԼX ߼X X X X X X  X X X X X X CX QX aX bX mX rX sX }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 MX WX aX bX X X X X X X X X X X X X X X X X X X X X X X JX KX OX YX dX X X X X X X %X &X 'X (X 1X X X X X X X X (X [X eX oX pX X X X X X X X X X X -X .X *X 9X KX ^X _X dX lX qX rX wX 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 NX XX bX cX X X X X X X X  Y  Y  Y  Y  Y Y !Y ,Y _Y iY sY tY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y AY KY UY VY Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y RY \Y fY gY Y Y Y Y Y Y Y @	Y A	Y R	Y `	Y a	Y b	Y l	Y w	Y 	Y 	Y 	Y 	Y 	Y 
Y 
Y 
Y 
Y 
Y &
Y Y Y Y Y Y +Y 5Y @Y sY }Y Y Y Y Y Y Y Y Y Y Y Y "Y TY UY Y Y !Y TY ^Y hY iY Y Y Y Y Y Y  Y Y Y Y Y Y Y Y 1Y AY BY CY DY lY Y Y Y Y Y Y gY hY yY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 4Y Y Y Y Y Y eY fY wY 4Y ;Y DY EY Y Y Y Y Y Y Y SY TY UY VY _Y mY nY Y Y Y Y Y Y RY SY TY UY }Y Y Y Y Y Y Y !Y !Y !Y %"Y &"Y N"Y g"Y "Y "Y "Y "Y "Y $Y $Y $Y 4%Y 5%Y ]%Y ^%Y %Y %Y %Y %Y %Y (Y (Y (Y j(Y q(Y z(Y {(Y 7)Y )Y )Y )Y )Y *Y Z*Y [*Y *Y *Y *Y *Y *Y *Y *Y -Y -Y -Y .Y .Y .Y .Y /Y 0Y 0Y 0Y 0Y 0Y 0Y '1Y (1Y )1Y *1Y 31Y 7Y 7Y 7Y 7Y  8Y 	8Y 
8Y 29Y Z:Y [:Y \:Y ]:Y :Y :Y :Y :Y :Y :Y :Y @Y @Y @Y BAY IAY RAY SAY wBY CY CY CY CY CY CY %DY 'DY (DY )DY 2DY 9PY :PY KPY PY PY PY PY PY PY PY PY PY QY QY RY dRY eRY 	[Y [Y [Y Q[Y [[Y e[Y f[Y [Y [Y [Y [Y [Y [Y [Y U]Y V]Y g]Y h]Y i]Y ]Y ]Y ]Y ]Y ]Y ]Y ]Y ^Y ^Y ^Y ^Y ^Y ^Y ^Y 9_Y ;_Y <_Y =_Y F_Y `Y `Y `Y `Y `Y G`Y H`Y `Y `Y `Y `Y `Y aY aY aY aY aY fY fY fY !gY +gY 5gY 6gY ^gY _gY gY gY gY gY gY BiY CiY TiY iY iY iY iY iY iY iY iY iY iY iY /jY 1jY HjY IjY RjY ,lY -lY >lY rlY ylY lY lY lY lY lY lY lY lY lY AmY CmY DmY EmY NmY 	oY 
oY oY HoY IoY qoY roY oY oY oY oY oY 2rY 3rY DrY qrY rrY 7Y CY RY ^Y qY uY vY Y Y Y Y Y Y Y ˀY ̀Y ̀Y ـY ݀Y Y Y Y Y 
Y AY FY Y Y Y ρY ԁY Y Y Y VY ZY Y Y Y ނY Y Y Y Y :Y ?Y fY gY lY Y Y ŃY ƃY уY  Y %Y 1Y 2Y 5Y ?Y @Y CY LY MY _Y dY lY sY zY 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 GY HY SY `Y aY kY xY yY zY {Y |Y }Y ~Y Y Y Y Y Y Y Y Y >Y ?Y KY Y Y Y ̋Y ͋Y ދY Y Y Y 
Y Y (Y )Y zY Y Y ÛY JY NY OY eY fY zY {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 7Y 9Y >Y ?Y TY VY [Y \Y vY xY }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 EY FY WY wY xY yY Y Y Y Y Y Y Y ̶Y ͶY ޶Y Y Y  Y 'Y (Y )Y *Y +Y ,Y 5Y Y Y зY Y Y Y Y  Y !Y "Y #Y $Y -Y -Y .Y ?Y _Y `Y ZY dY oY Y Y Y Y غY Y Y Y NY OY XY ӼY ԼY Y yY zY Y Y Y Y Y Y Y Y Y Y 7Y 8Y CY QY aY bY mY rY sY }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 BY PY `Y aY lY qY rY |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 PY ^Y nY oY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y (Y -Y .Y 9Y >Y ?Y IY NY OY iY wY 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 9Y IY JY UY ZY [Y eY jY kY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y 
Y Y Y Y Y LY ZY jY kY vY {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 4Y 5Y Y Y Y Y Y Y Y Y Y Y Y "Y #Y -Y 2Y 3Y SY aY qY rY }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y  Y Y Y Y Y  Y !Y ,Y 1Y 2Y <Y AY BY ^Y lY |Y }Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y  Y 3Y WY iY kY Y Y Y `Y aY rY =Y >Y dY Y Y Y Y Y Y Y  Y 1Y Y Y Y Y Y 5Y ?Y IY JY pY Y Y Y Y Y Y %Y &Y 7Y Y Y Y Y Y Y Y 
Y Y 4Y \Y nY oY pY qY zY nY oY Y Y Y Y Y Y Y Y Y 
Y Y Y Y Y )Y *Y /Y 6Y ;Y <Y AY HY TY UY ]Y eY jY kY sY {Y Y Y Y Y Y Y Y Y Y Y Z Z Z Z Z  Z Z /Z aZ bZ dZ eZ fZ oZ <Z =Z NZ Z Z Z Z Z Z Z Z Z @Z fZ gZ iZ jZ kZ tZ uZ vZ Z Z Z Z Z Z Z Z Z Z "Z JZ KZ MZ NZ OZ XZ YZ ZZ kZ yZ zZ Z Z Z Z Z Z Z 3Z \Z ]Z _Z `Z aZ jZ Z Z Z Z Z  Z 
Z Z HZ RZ \Z ]Z Z Z Z Z Z Z Z PZ QZ bZ pZ qZ Z Z Z Z Z %Z &Z OZ PZ QZ SZ jZ kZ tZ Z Z Z Z Z  Z  Z  Z  Z  Z !Z !Z /!Z O!Z !Z !Z !Z !Z !Z j"Z k"Z |"Z "Z "Z "Z "Z "Z "Z "Z "Z "Z 
#Z -#Z y#Z z#Z {#Z |#Z #Z $Z $Z $Z H$Z O$Z X$Z Y$Z o$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 g+Z n+Z w+Z x+Z 4,Z ,Z ,Z ,Z ,Z -Z 3-Z -Z -Z -Z -Z -Z ^/Z _/Z p/Z /Z /Z /Z 0Z c0Z d0Z e0Z f0Z o0Z m2Z n2Z 2Z 2Z 2Z 2Z 2Z m3Z n3Z o3Z p3Z y3Z 5Z 5Z 5Z 6Z 6Z 6Z 6Z 6Z 7Z 7Z 7Z 7Z 7Z 7Z 7Z !8Z "8Z 8Z 8Z 8Z 8Z 8Z 7;Z 8;Z I;Z /<Z 6<Z ?<Z @<Z ==Z :>Z ;>Z <>Z =>Z e>Z f>Z >Z >Z >Z >Z >Z AEZ BEZ SEZ EZ EZ EZ EZ FZ GZ GZ GZ GZ #HZ $HZ HZ HZ HZ HZ HZ NZ NZ NZ NZ NZ NZ NZ PZ 8QZ 9QZ :QZ ;QZ cQZ dQZ QZ QZ QZ QZ QZ ]Z ]Z ]Z -^Z .^Z R^Z S^Z X^Z Z^Z [^Z \^Z e^Z _Z _Z _Z `Z `Z hZ hZ hZ hZ hZ iZ iZ ,iZ -iZ yiZ {iZ |iZ }iZ iZ jZ jZ kZ kZ kZ /kZ 0kZ |kZ ~kZ kZ kZ kZ NlZ OlZ `lZ alZ blZ lZ lZ lZ lZ lZ lZ lZ mZ mZ mZ mZ mZ mZ mZ 2nZ 4nZ 5nZ 6nZ ?nZ soZ toZ oZ oZ oZ wtZ tZ tZ tZ tZ tZ tZ tZ tZ [uZ ]uZ suZ tuZ }uZ vZ vZ vZ wZ &wZ .wZ /wZ EwZ UwZ VwZ WwZ XwZ wZ wZ wZ wZ wZ wZ wZ yZ yZ yZ zZ zZ zZ  zZ PzZ gzZ hzZ izZ jzZ zZ zZ zZ zZ zZ zZ zZ |Z |Z |Z |Z |Z }Z }Z \}Z ^}Z _}Z `}Z i}Z Z Z Z Z Z ՍZ Z Z Z Z Z Z 6Z ;Z KZ LZ [Z \Z ]Z iZ jZ kZ wZ {Z Z Z Z Z Z ߎZ Z :Z ;Z @Z mZ rZ Z Z Z Z Z JZ KZ PZ |Z Z Z Z Z ؐZ ݐZ Z Z 
Z 8Z =Z cZ dZ oZ Z ÑZ ϑZ БZ ӑZ ݑZ ޑZ Z Z Z Z Z 
Z Z Z $Z %Z 0Z 4Z ;Z BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ 2Z 3Z 4Z MZ ^Z _Z sZ uZ vZ wZ xZ yZ 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 9Z :Z ;Z Z Z ܘZ ݘZ Z 1Z 2Z EZ jZ kZ |Z Z Z Z Z Z ƨZ ǨZ Z .Z `Z aZ Z Z Z Z Z Z Z Z #Z 1Z >Z ?Z @Z AZ BZ CZ GZ HZ IZ JZ cZ eZ kZ lZ 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 3Z 4Z BZ DZ JZ KZ ^Z `Z eZ fZ mZ rZ Z Z 6Z @Z KZ ~Z Z Z Z Z Z 0Z 2Z IZ JZ SZ Z Z Z Z Z Z >Z ?Z @Z AZ BZ CZ LZ jZ kZ |Z Z Z Z Z Z Z Z Z Z Z \Z ]Z nZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z @Z JZ TZ UZ vZ Z Z Z Z Z Z qZ rZ Z Z Z 9Z :Z ;Z <Z =Z >Z GZ Z Z Z Z Z Z Z Z  Z Z Z Z Z  Z !Z ,Z 1Z 2Z <Z AZ BZ aZ oZ 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 0Z 1Z ;Z @Z AZ dZ rZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z Z Z Z (Z -Z .Z 9Z >Z ?Z IZ NZ OZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z %Z &Z 1Z 6Z 7Z AZ FZ GZ RZ WZ XZ bZ gZ hZ @Z NZ ^Z _Z jZ oZ pZ zZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z Z $Z )Z *Z XZ fZ vZ wZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	Z Z Z Z $Z )Z *Z 5Z :Z ;Z EZ JZ KZ rZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z pZ ~Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z  Z !Z +Z 0Z 1Z <Z AZ BZ LZ QZ RZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 
Z Z Z &Z +Z ,Z 6Z ;Z <Z GZ LZ MZ WZ \Z ]Z AZ KZ VZ Z Z Z Z Z Z Z 	Z  Z !Z *Z Z Z Z Z Z Z 1Z 2Z 3Z 4Z 5Z >Z Z Z Z Z Z Z Z Z Z Z Z Z Z =Z aZ bZ cZ dZ mZ Z Z Z XZ YZ OZ YZ dZ Z Z Z Z Z Z Z 
Z Z Z Z Z 
Z Z iZ jZ fZ uZ 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 5Z :Z ;Z CZ JZ VZ WZ B[ L[ W[ [ [ [ [ [ [  [ [ [ [ 
[ [ [ [ #[ $[ S[ ][ h[ [ [ [ [ [ [ [ [ [ 	[ [ [ [ %[ 3[ 4[ 5[ ?[ J[ }[ [ [ [ [ [ [ [ [ [ [ ![ ![ 	"[ "[ "[ F"[ P"[ ["[ "[ "[ "[ "[ "[ "[ "[ "[ "[ "[ #[ |$[ }$[ $[ $[ $[ $[ $[ $[ $[ $[ $[ $[ )%[ T%[ U%[ W%[ X%[ Y%[ b%[ &[ &[  '[ '[ '[ g'[ q'[ |'[ '[ '[ '[ '[ '[ '[ '[ '[ ([ 	([ ([ L*[ M*[ ^*[ *[ *[ H.[ R.[ ].[ .[ .[ .[ .[ .[ .[ 9/[ ;/[ R/[ S/[ \/[ 0[ 	0[ 0[ G0[ N0[ V0[ W0[ m0[ }0[ ~0[ 0[ 0[ 0[ 0[ 1[ 1[ 1[ 1[ #1[ 1[ 1[ 1[ 1[ 1[ 1[ 1[ 
2[ 2[ 2[ 2[  2[ !2[ "2[ #2[ $2[ %2[ &2[ N2[ p2[ 2[ 2[ 2[ 2[ 2[ 4[ 4[ 4[ p5[ w5[ 5[ 5[ =6[ 6[ 6[ 6[ 6[ $7[ D7[ 7[ 7[ 7[ 7[ 7[ 8[ 8[ 8[ 9[ 9[ 9[ 9[ 9[ :[ :[ :[ :[ :[ :[ ;[ ;[ ;[  ;[ );[ <[ <[ =[ a=[ b=[ =[ =[ >[ >[ >[ >[ 
>[ @[ @[ @[ p@[ q@[ @[ @[ A[ A[ 
A[ A[ A[ @C[ AC[ RC[ C[ C[ C[ C[ sD[ /E[ 0E[ 1E[ 2E[ CE[ E[ E[ E[ E[ F[  F[ !F[ "F[ +F[ H[ H[ H[ I[ I[ I[ I[ J[ K[ K[ K[ K[ L[ L[ cL[ dL[ eL[ fL[ oL[ R[ R[ R[ 5S[ <S[ ES[ FS[ nT[ U[ U[ U[ U[ U[ U[ !V[ "V[ #V[ $V[ -V[ (\[ )\[ :\[ ~\[ \[ \[ \[ ][ ^[ ^[ ^[ ^[ _[ _[ a_[ c_[ d_[ e_[ n_[ uk[ vk[ k[ k[ k[ k[ k[ k[ k[ k[ k[ l[ 6m[ 7m[ Hm[ m[ m[ Ev[ Ov[ Zv[ v[ v[ v[ v[ v[ v[ w[ w[ w[ w[ $w[ x[ x[ x[ x[ x[ x[ x[ y[ y[ y[ y[ 'y[ y[ y[ y[ y[  z[ (z[ )z[ uz[ wz[ xz[ yz[ z[ G{[ H{[ Y{[ Z{[ [{[ {[ {[ {[ {[ {[ {[ {[ }[ }[ #}[ $}[ %}[ [ [ *[ ][ g[ q[ r[ [ [ [ [ [ [ [ ~[ [ [ [ Ą[ ̄[ ̈́[ [ [ [ [ [ [ [ k[ m[ [ [ [ h[ i[ z[ [ [ [ [ [ [ [ [ [ 0[ 1[ }[ [ [ [ [ E[ F[ W[ [ [ [ [ [ [ [ [ [ n[ o[ [ [ [ s[ [ [ [ [ [ [ ԛ[ ٛ[ [ [ [ [ [ [ [ 	[ [ [ ,[ 4[ @[ A[ F[ }[ [ ؜[ ٜ[ ޜ[ [ [ U[ V[ [[ [ [ [ [ [ [ [ 8[ 9[ >[ v[ {[ [ [ [ ֞[ ۞[ [ [ 
[ \[ a[ m[ n[ q[ {[ |[ [ [ [ [ [ [ [ [ [ ß[ Ο[ ҟ[ ٟ[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ Р[ Ѡ[ Ҡ[ [ [ [ [ [ [ [ [ [ [ %[ &[ /[ 3[ 4[ G[ S[ T[ U[ V[ W[ i[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ ȡ[ ɡ[ ס[ ء[ ١[ %[ 2[ z[ {[ [ Ϧ[ Ц[ [ [ 	[ [ Z[ [[ =[ I[ X[ d[ e[ [ ̶[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 	[ 
[ #[ %[ *[ +[ 9[ ;[ A[ B[ U[ W[ ][ ^[ s[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ,[ [ [ [ [ &[ 0[ 1[ X[ v[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 	[ [ :[ ;[ <[ c[ d[ e[ f[ g[ h[ q[ [ [ [ ,[ -[ .[ [[ \[ ][ ^[ _[ `[ i[ i[ j[ {[ [ [ [ [ [ [ [ [ [ [ A[ W[ Y[ [ [ [ [ [ ![ [ [ [ [ [ [ [ [ [ @[ A[ R[ s[ t[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ 
[ [ [ )[ .[ /[ 9[ >[ ?[ J[ O[ P[ Z[ _[ `[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ ![ ,[ 1[ 2[ <[ A[ B[ M[ R[ S[ ][ b[ c[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ *[ 8[ H[ I[ T[ Y[ Z[ d[ i[ j[ u[ z[ {[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ [ [ [ [ [ [ [ 
[ [ [ [ [ )[ .[ /[ 9[ >[ ?[ g[ u[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [  [ %[ &[ 0[ 5[ 6[ A[ F[ G[ Q[ V[ W[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ .[ /[ :[ ?[ @[ J[ O[ P[ [[ `[ a[ k[ p[ q[ [ [ ,[ -[ 8[ =[ >[ H[ M[ N[ Y[ ^[ _[ i[ n[ o[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ +[ ;[ <[ G[ L[ M[ W[ \[ ][ h[ m[ n[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ '[ 1[ ;[ <[ o[ [ [ [ [ [ [ [ [ [ y[ z[ [ [ [ [ [ [ [ [[ \[ m[ $[ %[ )[ 3[ >[ q[ {[ [ [ [ [ [  [ [ [ [ a[ b[ s[ [ [ [ [ [ 5[ ?[ I[ J[ p[ [ [ [ [ [ [ [ [ [ [ [ 
\ 
\ %
\ 8
\ 9
\ >
\ F
\ K
\ L
\ Q
\ Y
\ e
\ f
\ k
\ r
\ w
\ x
\ }
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ 
\ &\ &\ &\ ('\ 2'\ <'\ ='\ k'\ '\ '\ '\ '\ '\ '\ x)\ y)\ )\ )\ )\ )\ )\ *\ 9*\ C*\ M*\ N*\ |*\ *\ *\ *\ *\ *\ *\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ ,\ -\ %-\ /-\ 0-\ ^-\ -\ -\ -\ -\ -\ -\ /\ /\ /\ /\ /\ /\ /\ /\ ,0\ 60\ @0\ A0\ o0\ 0\ 0\ 0\ 0\ 0\ 0\ 2\ 2\ ,2\ :2\ ;2\ <2\ F2\ Q2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\ 2\  3\ 4\ 4\ 4\ 4\ 4\ 5\ 5\ 5\ M5\ W5\ a5\ b5\ 5\ 5\ 5\ 5\ 5\ 5\ 5\ 7\ 7\ 7\ .8\ /8\ ;\ ;\ ;\ .<\ 8<\ B<\ C<\ k<\ <\ <\ <\ <\ <\ <\ =\ =\ =\ =\ =\ =\ =\ >\ >\ >\ >\ >\ F>\ i>\ >\ >\ >\ >\ >\ A?\ B?\ S?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ ?\ @\ Y@\ Z@\ [@\ \@\ e@\ ?B\ @B\ QB\ C\ C\ C\ C\ C\ D\ D\ D\ D\ D\ D\ -E\ .E\ /E\ 0E\ 9E\ GF\ HF\ YF\ F\ F\ F\ F\ pG\ ,H\ -H\ .H\ /H\ WH\ oH\ H\ H\ H\ H\ H\ J\ J\ J\ J\  K\ (K\ AK\ K\ K\ K\ K\ K\ M\ M\ M\ N\ N\ 7N\ 8N\ N\ N\ N\ N\ N\ P\ P\ P\ DQ\ KQ\ TQ\ UQ\ R\ R\ R\ R\ R\ R\ 4S\ 5S\ ]S\ ^S\ S\ S\ S\ S\ S\ sV\ tV\ V\ kW\ rW\ {W\ |W\ yX\ vY\ wY\ xY\ yY\ Y\ Y\ Z\ Z\ Z\ Z\ 
Z\ }`\ ~`\ `\ `\ `\ `\ `\ b\ 4c\ 5c\ 6c\ 7c\ _c\ `c\ c\ c\ c\ c\ c\ i\ i\ i\ j\ #j\ ,j\ -j\ Qk\ tl\ ul\ vl\ wl\ l\ l\ l\ m\ m\ m\ m\ y\ y\ %y\ iy\ jy\ y\ y\ y\ y\ y\ y\ y\ z\ z\ z\ >{\ ?{\ \ \ \ +\ 5\ ?\ @\ h\ i\ \ \ \ \ \ /\ 0\ A\ B\ C\ k\ l\ \ \ \ \ ņ\ \ \ \ \ \ Ƈ\ Ǉ\ \ \ \ \  \ \ \ \ \ \ !\ "\ n\ p\ q\ r\ {\ \ \ \ \ Ê\ \ \ ȏ\ \ \ \ \ 8\ 9\ \ \ \ \ \ \ \ .\ [\ b\ j\ k\ \ \ \ \ \ \ \ 	\ \ "\ #\ ,\ \ \ \ L\ S\ [\ \\ \ \ \ \ \ Ε\ ϕ\ \ \ \ \ (\ \ \ \ "\ #\ K\ L\ \ \ \ \ \ \ 
\ \ K\ L\ \ \ ,\ 8\ K\ O\ P\ r\ w\ \ \ \ \ \ \ \ \ \ \ ʩ\ ҩ\ ީ\ ߩ\ \ \  \ v\ w\ |\ \ \ \ \ \ 0\ 4\ \ \ \ \ \ ֫\ ׫\ ܫ\ \ \ @\ A\ F\ t\ y\ \ \ \ \ \ \ \ \ \ \ \ &\ '\ 9\ >\ F\ M\ T\ `\ a\ l\ p\ w\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ n\ o\ p\ \ \ \ \ \ \ \ \ \ \ î\ Į\ ͮ\ Ѯ\ Ү\ \ \ \ \ \ \ \ !\ "\ -\ :\ ;\ E\ R\ S\ T\ U\ V\ W\ X\ Y\ f\ g\ u\ v\ w\ ó\ г\ \ \ %\ m\ n\ \ \ \ \ \ \ \ \ \ \ \ T\ j\ \ \ $\ (\ )\ ?\ @\ T\ U\ V\ _\ m\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ .\ 0\ 5\ 6\ P\ R\ W\ X\ g\ i\ o\ p\ ~\ \ \ \ \ \ \ \ \ \ \ \ r\ |\ \ \ \ \ \ \ \ l\ n\ \ \ \ \  \ 1\ Q\ R\ S\ z\ {\ |\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 9\ :\ 4\ >\ I\ |\ \ \ \ \ \ \ \ (\ )\ 2\ \ \ \ S\ T\ u\ v\ w\ x\ y\ z\ \ \ \ \ \ \ \ +\ ;\ <\ G\ L\ M\ W\ \\ ]\ h\ m\ n\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ *\ :\ ;\ F\ K\ L\ V\ [\ \\ g\ l\ m\ w\ |\ }\ \ \ \ \ \ \ \ \ \ \ \ \ \ \  \ \ *\ 8\ H\ I\ T\ Y\ Z\ d\ i\ j\ u\ z\ {\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ (\ )\ C\ Q\ a\ b\ m\ r\ s\ }\ \ \ \ \ \ \ \ \ |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ #\ $\ /\ 4\ 5\ ?\ D\ E\ P\ U\ V\ `\ e\ f\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ &\ 4\ D\ E\ P\ U\ V\ `\ e\ f\ q\ v\ w\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 	\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 
\ -\ ;\ K\ L\ W\ \\ ]\ g\ l\ m\ x\ }\ ~\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 8\ F\ V\ W\ b\ g\ h\ r\ w\ x\ \ \ \ \ \ \ }\ \ \ \ \ \ \ 
\ 1\ C\ E\ \\ ]\ f\ :\ ;\ L\ \ \ >\ m\ n\ o\ p\ q\ z\ \ \ \ \ \ \ \ \ \ \ #\ $\ J\ y\ \ \ \ \ \ ]  ] ] ] ] ] ] ] ] ] ] ] ] 6] H] I] J] K] T] H] I] Z] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	] ] ] ] ] "] .] /] 7] ?] D] E] M] U] a] b] j] q] v] w] ] ] ] ] ~4] 4] 4] 4] 4] 4] 4] 	5] ;5] <5] >5] ?5] @5] I5] 7] 7] (7] _7] `7] 7] 7] 7] 7] 7] 7] 7] 8] @8] A8] C8] D8] E8] N8] O:] P:] a:] o:] p:] q:] {:] :] :] :] :] :] :] $;] %;] ';] (;] );] 2;] 3=] 4=] E=] S=] T=] =] =] =] =] =] =] =] 
>] 6>] 7>] 9>] :>] ;>] D>] ?] ?] ?] ?] ?] ?] ?] ?] "@] ,@] 6@] 7@] e@] @] @] @] @] @] @] *B] +B] <B] JB] KB] B] B] B] B] B] B]  C] )C] *C] +C] -C] DC] EC] NC] E] E] E] E] E] I] I] I] I] I] I] I] 	J] )J] uJ] wJ] J] J] J] DK] EK] VK] K] K] K] K] K] K] K] K] K] K] L] SL] TL] UL] VL] _L] L] L] L] "M] )M] 2M] 3M] IM] YM] ZM] [M] \M] ]M] ^M] _M] `M] aM] bM] M] M] M] M] M] M] N] O] O] O] P] P] P] P] yQ] 5R] 6R] 7R] 8R] `R] R] R] R] R] R] R] S] S] S] AT] HT] QT] RT] U] U] U] U] U] U] 
V] YV] ZV] [V] \V] eV] 8X] 9X] JX] X] X] X] X] =Y] >Y] ?Y] @Y] IY] G[] H[] Y[] [] [] [] [] G\] H\] I\] J\] S\] |^] }^] ^] ^] ^] ^] ^] _] k`] l`] m`] n`] `] `] `] `] `] [a] \a] ]a] ^a] ga] d] d] #d] 	e] e] e] e] f] g] g] g] g] ?g] @g] g] g] g] g] g] n] n] -n] qn] xn] n] n] o] p] p] p] p] p] p] ]q] ^q] _q] `q] iq] dw] ew] vw] w] w] w] w] x] z] z] z] z] =z] >z] z] z] z] z] z] ] ] Æ] ] ] ,] -] 2] 4] 5] 6] ?] r] s] ] ܈] ݈] ] ] ] ɑ] ӑ] ݑ] ޑ] ] ] S] U] V] W] `] ͓] Γ] ߓ] ] ] 	] 
] V] X] Y] Z] c] (] )] :] ;] <] d] e] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] M] N] _] `] a] Q] [] f] ] ] ] ] ֝] ם] 5] 7] M] N] W] ] ] ̟] ]  ] ] 	] ] /] 0] 1] 2] Z] [] ] ] ] ] ʠ] ] ] ] ] ] ] ] *] A] B] C] D] l] m] ] ] ] ] ƣ] ] ] ] ] ] ] ] 6] 8] 9] :] C] ] ] ] ] ] ] ] ʶ] ֶ] ] ] ] ] ] %] &] 5] 6] 7] C] D] E] Q] U] h] p] |] }] ] ] ] ] ] ] G] L] ] ] ] θ] Ҹ] $] %] *] V] Z] t] u] z] ] ] ޹] ߹] ] ] ] =] >] I] ] ] ] ] ] ] ] ] ĺ] ź] ׺] ܺ] ] ] ] ] ] 
] ] ] ] ] ] ]  ] !] "] #] $] %] &] '] (] )] *] ] 
] ] '] 8] 9] M] O] P] Q] R] S] [] a] b] k] o] p] ] ] ] ] ] ] ] ] ] ˼] ؼ] ټ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] a] n] ] ] ] ] ] ] D] E] V] ] ] y] ] ] ] ] ] ] :] ;] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] !] "] #] $] =] ?] E] F] _] a] f] g] u] w] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] $] %] 8] :] ?] @] G] L] g] h] ] ] %] X] b] l] m] ] ] 
] ] #] $] -] ] ] ] ] ] ] ] ] ] ] ] ] &] D] E] V] v] w] x] ] ] ] ] ] ] ] 6] 7] H] h] i] j] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] .] /] P] }] ] ] ] ] ] K] L] ]] ] ] ] ] ] ] ] ] !] |] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ;] I] Y] Z] e] j] k] u] z] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 
] ] ] ] ] >] L] \] ]] h] m] n] x] }] ~] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] #] (] )] f] t] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ]  ] ] ] ] ]  ] !] ,] 1] 2] <] A] B] ] (] 8] 9] D] I] J] T] Y] Z] e] j] k] u] z] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 2] @] P] Q] \] a] b] l] q] r] }] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] $] %] L] Z] j] k] v] {] |] ] ] ] ] ] ] ] ] ] J ^ X ^ h ^ i ^ t ^ y ^ z ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^  ^ ^ 
^ ^ ^ ^ ^ &^ +^ ,^ Y^ g^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ ^ ^ ^ ^ ^ !^ &^ '^ 1^ 6^ 7^ ^ %^ 0^ c^ m^ w^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 
^ ^ ^ ^ 	^ 	^ 	^ `
^ a
^ e^ o^ z^ ^ ^ ^ ^ ^ 
^ ;
^ <
^ =
^ >
^ G
^ ^ ^ ^ 2^ 3^ )^ 3^ >^ q^ {^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ C^ D^ @%^ O%^ a%^ t%^ u%^ z%^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^ %^  &^ &^ &^ &^ &^ &^ $&^ 0&^ 1&^ B^ &B^ 1B^ dB^ nB^ xB^ yB^ B^ B^ B^ B^ B^ B^ B^ D^ D^ D^ D^ D^ -E^ 7E^ BE^ uE^ E^ E^ E^ E^ E^ E^ E^ E^ E^ E^ G^ G^ G^ 
H^ H^ H^ H^ $H^ WH^ aH^ kH^ lH^ H^ H^ H^ H^ H^ H^ H^ J^ J^ J^ J^ J^  K^ *K^ 5K^ hK^ rK^ |K^ }K^ K^ K^ K^ K^ K^ K^ K^ VM^ WM^ hM^ vM^ wM^ xM^ M^ M^ M^ M^ M^ M^ N^ .N^ /N^ 1N^ 2N^ 3N^ <N^ O^ O^ O^ O^ O^ AP^ KP^ VP^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ P^ &S^ 'S^ 8S^ jS^ kS^ "W^ ,W^ 7W^ jW^ tW^ ~W^ W^ W^ W^ X^ X^ ,X^ -X^ 6X^ X^ X^ X^ !Y^ (Y^ 0Y^ 1Y^ GY^ WY^ XY^ YY^ ZY^ Y^ Y^ Y^ Y^ Y^ Y^ Y^ }Z^ ~Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^ Z^  [^ ([^ J[^ [^ [^ [^ [^ [^ {]^ |]^ ]^ J^^ Q^^ Z^^ [^^ _^ _^ _^ _^ _^ _^ `^ i`^ j`^ k`^ l`^ u`^ a^ a^ a^ a^ a^ a^ a^ b^ hc^ ic^ jc^ kc^ c^ c^ c^ c^ c^ c^ d^ e^ e^ e^ ;f^ <f^ df^ }f^ f^ f^ f^ f^ f^ h^ h^ h^ Ji^ Ki^ si^ ti^ i^ i^ i^ i^ i^ l^ l^ ,l^ l^ l^ l^ l^ Mm^ 	n^ 
n^ n^ n^ n^ pn^ qn^ n^ n^ n^ n^ n^ n^ o^ q^ q^ q^ r^ r^ r^ r^ s^ t^ t^ t^ t^ t^ t^ =u^ >u^ ?u^ @u^ Iu^ {^ {^ {^ |^ |^ |^  |^ H}^ p~^ q~^ r~^ s~^ ~^ ~^ ~^ ~^ ~^ ~^ ^ ^ ^ ^ X^ _^ h^ i^ ^ ^ ^ ^ ^ ۇ^ ܇^ ;^ =^ >^ ?^ H^ O^ P^ a^ ^ ^ ʔ^ ˔^ Д^ Ҕ^ Ӕ^ Ԕ^ ݔ^ ^ ^ "^ z^ {^ ^ )^ 4^ g^ q^ {^ |^ ^ ^ ^ ^ ^ ^ ^ k^ l^ }^ ~^ ^ ^ ^ ^ ^ ^ ^ ^ Ƣ^ Ǣ^ آ^ ٢^ ڢ^ ^ ^ O^ Q^ R^ S^ \^ !^ "^ 3^ 4^ 5^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ 7^ A^ K^ L^ t^ u^ ӫ^ ի^ ^ ^ ^ X^ Y^ j^ ^ ^ ^ ^ ^ ͭ^ έ^ ϭ^ Э^ ^ ^ E^ G^ ^^ _^ h^ B^ C^ T^ ^ ^ ^ ^ Ȱ^ ߰^ ^ ^ ^ 
^ ^ W^ Y^ Z^ [^ d^ ^  ^ 1^ ^^ _^ ^ ^ Գ^ ֳ^ ׳^ س^ ^ H^ I^ Z^ ^ ^ M^ Y^ h^ t^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ W^ \^ ^ ^ ^ ^ ^ /^ 0^ 5^ l^ p^ ^ ^ ^ ^ ^ ^ ^ ^ P^ U^ |^ }^ ^ ^ ^ ^ ^ ^ 6^ ;^ G^ H^ K^ U^ V^ Y^ b^ c^ u^ z^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 	^ 
^ ^ !^ -^ .^ /^ 0^ 1^ C^ ]^ ^^ i^ v^ w^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ T^ U^ a^ ^ ^ ^ ^ ^ ^ 4^ 5^ ^ #^ 2^ >^ ?^ ^ ^ ^ ^ `^ d^ e^ {^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ /^ 1^ 7^ 8^ M^ O^ T^ U^ j^ l^ q^ r^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^  ^ 
^ ^ 2^ P^ ^ ^ ^ ^ ^ [^ \^ m^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ =^ >^ ?^ @^ A^ B^ K^ ^ ^ ^ ^ ^ ^ 5^ 6^ 7^ 8^ 9^ :^ C^ C^ D^ U^ u^ v^ p^ z^ ^ ^ ^ ^ ^ ^ ^ 1^ 3^ d^ e^ n^  _  _  _ _ _ _ _ _ _ _ _ _ _ _ ,_ M_ N_ Y_ g_ w_ x_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ _ _ _ $_ )_ *_ 4_ 9_ :_ X_ f_ v_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ '_ ,_ -_ 7_ <_ =_ f_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 	_ 	_ "	_ #	_ .	_ 3	_ 4	_ >	_ C	_ D	_ O	_ T	_ U	_ _	_ d	_ e	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 	_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ 
_ _ _ 	_ _ _ _ A_ O_ __ `_ k_ p_ q_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _  _ 
_ _ _ _  _ !_ +_ 0_ 1_ b_ p_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ 	
_ 
_ 
_ 
_ $
_ )
_ *
_ 5
_ :
_ ;
_ E
_ J
_ K
_ 
_ 
_ _ _ _ _ _ "_ '_ (_ 3_ 8_ 9_ C_ H_ I_ i_ w_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ !_ &_ '_ 1_ 6_ 7_ B_ G_ H_ R_ W_ X_ t_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ I_ m_ _ _ _ _ _ v_ w_ _ S_ T_ z_ _ _ _ _ _ _ 5_ 6_ G_ _ _ _ 
_ _ K_ U_ __ `_ _ _ _ _ _ _ _ ;_ <_ M_ _ _ _ _ _  _  _ # _ $ _ J _ r _  _  _  _  _  _ !_ !_ !_ !_ !_ 2_ 2_ 2_ 3_ 3_ 3_  3_ %3_ &3_ +3_ 33_ ?3_ @3_ E3_ L3_ Q3_ R3_ W3_ ^3_ j3_ k3_ s3_ {3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ 3_ O_ O_ O_ P_ P_ P_ P_ EP_ wP_ xP_ zP_ {P_ |P_ P_ RR_ SR_ dR_ R_ R_ R_ R_ R_ S_ S_ 'S_ (S_ VS_ |S_ }S_ S_ S_ S_ S_ U_ U_ U_ U_ U_ U_ U_ U_ U_ U_ 	V_ 
V_ 8V_ `V_ aV_ cV_ dV_ eV_ nV_ oX_ pX_ X_ X_ X_ X_ X_ X_ Y_ Y_ Y_ Y_ IY_ rY_ sY_ uY_ vY_ wY_ Y_ Z_ Z_ [_ [_ [_ [_  [_ +[_ ^[_ h[_ r[_ s[_ [_ [_ [_ [_ [_ [_ [_ f]_ g]_ x]_ ]_ ]_ ]_ ]_ ]_ '^_ 1^_ ;^_ <^_ e^_ f^_ g^_ i^_ ^_ ^_ ^_ `_ `_ `_ a_ 	a_ d_ d_ d_ e_ e_ e_ e_ Ee_ ee_ e_ e_ e_ e_ e_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_ f_  g_ Cg_ g_ g_ g_ g_ g_ h_ h_ -h_ ^h_ eh_ nh_ oh_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ h_ 3i_ 4i_ 5i_ 6i_ ?i_ k_ k_ +k_ k_ k_ k_ k_ l_ qm_ rm_ sm_ tm_ m_ m_ n_ n_ 	n_ 
n_ n_ !o_ "o_ 3o_ }o_ o_ o_ o_ Jp_ q_ q_ q_ 	q_ 1q_ Iq_ q_ q_ q_ q_ q_ ts_ us_ s_ s_ s_ t_ t_ yt_ zt_ {t_ |t_ t_ v_ v_ v_ v_ v_ w_ w_ w_ w_ w_ w_ w_ y_ y_ y_ z_ %z_ .z_ /z_ z_ {_ {_ {_ {_ {_ |_ |_ 7|_ 8|_ |_ |_ |_ |_ |_ M_ N_ __ E_ L_ U_ V_ S_ P_ Q_ R_ S_ {_ |_ ۂ_ ܂_ ݂_ ނ_ _ W_ X_ i_ _ _ _ _ _ _ _ _ _ 9_ :_ _ _ _ _ _ _ _ _ _ _ _ _ +_ N_ O_ P_ Q_ y_ z_ ٕ_ ە_ ܕ_ ݕ_ _ _ _ _ C_ D_ h_ i_ n_ p_ q_ r_ {_ _ _ _ _ _ _ Ǭ_ Ҭ_ _ _ _ _ B_ C_ _ _ _ _ _ 	_ 
_ _ _ _ E_ F_ _ _ _ _ _ d_ e_ v_ w_ x_ _ _ _ _ _ _ _ _ _ ѱ_ ұ_ ӱ_ _ _ H_ J_ K_ L_ U_ _ _ _ _ _ _ _ _ ո_ ߸_ _ _ _ _ q_ s_ _ _ _ _ _ _ 5_ <_ D_ E_ [_ k_ l_ m_ n_ _ _ _ _ _ _ _ _ _ _ &_ -_ 5_ 6_ f_ }_ ~_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ %_ &_ r_ t_ u_ v_ _ _ _ _ %_ &_ _ _ _ _ %_ )_ *_ L_ Q_ a_ b_ q_ r_ s_ _ _ _ _ _ _ _ _ _ _ _ _ P_ Q_ V_ _ _ _ _ _ 
_ _ `_ a_ f_ _ _ _ _ _ _ _ _ _  _ N_ S_ y_ z_ _ _ _ _ _ _ _ _ _  _ _ _ _  _ '_ ._ :_ ;_ F_ J_ Q_ X_ Y_ Z_ [_ \_ ]_ ^_ __ `_ a_ b_ c_ d_ e_ f_ H_ I_ J_ c_ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ,_ -_ ._ /_ 0_ 1_ 2_ 3_ @_ A_ O_ P_ Q_ _ _ _ _ _ G_ H_ [_ _ _ _ _ _ _ _ _ _ _ ._ D_ v_ w_ _ _ _ _ _ ._ /_ 0_ 9_ G_ T_ U_ V_ W_ X_ Y_ ]_ ^_ __ `_ y_ {_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 
_ _ _ *_ ,_ 1_ 2_ A_ C_ I_ J_ X_ Z_ `_ a_ t_ v_ {_ |_ _ _ _ _ L` V` a` ` ` ` ` ` ` F` H` _` `` i` ` ` ` +` ,` -` T` U` V` W` X` Y` b` ` ` ` ` ` ` ` ` ` ` ` ` ` r	` s	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 	` 
` 
` 
` ` ` ` ` #` V` `` j` k` ` ` ` ` 
` 
` 
` ` ` ` -` .` O` P` Q` R` S` T` ]` ` ` ` ` ` ` ` ` ` !` &` '` 1` 6` 7` B` G` H` R` W` X` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` %` &` 0` 5` 6` A` F` G` Q` V` W` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` "` #` .` 3` 4` >` C` D` O` T` U` _` d` e` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` +` ;` <` G` L` M` W` \` ]` h` m` n` x` }` ~` V` d` t` u` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 	` ` ` ` ` ` *` /` 0` :` ?` @` n` |` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` *` /` 0` :` ?` @` K` P` Q` [` `` a` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` %` &` 1` 6` 7` A` F` G` R` W` X` b` g` h` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` 0` 1` <` A` B` L` Q` R` ]` b` c` m` r` s` W` a` l` ` ` ` ` `  `  `  ` 6 ` 7 ` @ ` "` "` &"` "` "` #` G#` H#` I#` J#` K#` T#` $` $` $` %` %` '` '` '` '` '` '` '` $(` S(` w(` x(` y(` z(` (` *` *` *` n,` o,` e-` o-` z-` -` -` -` -` -` .` ".` #.` $.` %.` ..` "/` #/` 4/` /` /` |@` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` @` A` 	A` A` A` A` A` 'A` /A` ;A` <A` DA` KA` PA` QA` YA` `A` lA` mA` X]` b]` m]` ]` ]` ]` ]` ]` ^` ^` ^` ^` ^` #^` _` _` `` 9`` :`` i`` s`` ~`` `` `` `` `` `` a` a` a` a` a` (a` )c` *c` ;c` Ic` Jc` Kc` Uc` `c` c` c` c` c` c` c` c` d` d` d` d` 
f` f` f` -f` .f` \f` ff` qf` f` f` f` f` f` g` g` g` g` g` g` h` h` h` h` h` h` h` h` h` i` i` i` ?i` ji` ki` mi` ni` oi` xi` k` k` k` $k` %k` }k` k` k` k` k` k` k` l` l` l` l` l` l` (l` bn` cn` tn` n` n` ^r` hr` sr` r` r` r` r` r` s` Os` Qs` hs` is` rs` t` t` 0t` ]t` dt` lt` mt` t` t` t` t` t` t` t` -u` .u` /u` 0u` 9u` u` u` u` u` v` v` 
v` #v` 3v` 4v` 5v` 6v` 7v` 8v` 9v` :v` ;v` <v` dv` v` v` v` v` v` v` x` x` x` y` y` y` y` Sz` {` {` {` {` :{` Z{` {` {` {` {` {` |` |` |` }` "}` +}` ,}` }` ~` ~` ~` ~` ~` ~` 3` 4` 5` 6` ?` ` ` $` w` x` ` ` ` ` ` ` #` !` "` 3` ` ` ` ` !` "` #` $` -` V` W` h` ` Ç` ̇` ͇` ` E` F` G` H` Y` ` ` Չ` ։` 5` 6` 7` 8` A` ` ` ` ` ` ` ` ` ` ` ` ` ` ` y` z` {` |` ` ` ` ` K` R` [` \` ` ` ` ` ` י` ؙ` 7` 8` 9` :` C` >` ?` P` ` ` ` ` ɡ` ` ` ` ` ` ` w` y` z` {` ` ` ` ` ` ` ` ` ` ` ` ` ` L` M` ^` ` ` [` e` p` ` ` ` ` ` ` -` /` 0` 1` :` ` ` ` ` ` ` ` 0` 2` 3` 4` =` ` ` ` ` ` >` ?` ` ` ` ` ` ]` ^` o` p` q` ` ` ` ` ` ` ` '` (` 9` :` ;` +` 5` @` s` }` ` ` ` ` ` ` '` (` 1` ` ` ` ` ` ` ` ` 	` 
` ` ` 4` 5` ` ` ` ` ` ~` ` ` ` ` ` ` ` ` ` ` ` F` G` ` ` ` ` ` [` \` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` ` +` /` B` J` V` W` \` ` ` ` ` ` !` &` k` l` q` ` ` ` ` ` 0` 4` N` O` T` ` ` ` ` ` ` ` ` ` #` r` w` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  ` ` ` ` ` ` ` ` ` ` ` '` )` *` +` ,` -` 5` ;` <` E` I` J` ]` i` j` k` l` m` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ;` H` ` ` ` ` ` ` ` ` 0` p` q` S` _` n` z` {` ` ` ` ` a a a a a a a a a a a a a a a a a a a a 	a 	a 	a  	a 9	a ;	a @	a A	a O	a Q	a W	a X	a k	a m	a s	a t	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 B
a a a a 2a <a Fa Ga na a a a a a a a a a a a a a a a a a a  a a a 0a Pa Qa Ra ya za {a |a }a ~a a a a "a Ba Ca Da qa ra sa ta ua va a a a a a a a a a a a a 	a *a Wa ma oa a a a %a &a 7a a a a a a a a a a Va Wa ha a a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a !a "a #"a 3"a 4"a ?"a D"a E"a O"a T"a U"a `"a e"a f"a p"a u"a v"a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a "a #a &#a 6#a 7#a B#a G#a H#a R#a W#a X#a c#a h#a i#a s#a x#a y#a #a #a #a #a #a #a #a #a #a #a #a #a #a #a $a $a @$a N$a ^$a _$a j$a o$a p$a z$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 3&a 4&a ?&a D&a E&a O&a T&a U&a }&a &a &a &a &a &a &a &a &a &a &a &a &a &a &a &a 'a 'a *'a +'a 6'a ;'a <'a F'a K'a L'a W'a \'a ]'a g'a l'a m'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a 'a &(a 4(a D(a E(a P(a U(a V(a `(a e(a f(a q(a v(a w(a (a (a (a $)a 2)a B)a C)a N)a S)a T)a ^)a c)a d)a o)a t)a u)a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a )a  *a *a *a 3*a A*a Q*a R*a ]*a b*a c*a m*a r*a s*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 G-a Q-a R-a -a -a -a -a -a -a -a /a /a /a 0a 0a 0a 0a 0a 0a 0a 0a 0a q2a r2a 2a :3a ;3a ?5a I5a T5a 5a 5a 5a 5a 5a 5a 6a 6a 6a 6a !6a w8a x8a 8a :a 
:a ;a 
;a ;a K;a U;a _;a `;a ;a ;a ;a ;a ;a ;a ;a <a <a <a =a =a Na )Na ;Na NNa ONa TNa \Na aNa bNa gNa oNa {Na |Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na Na 
Oa Oa ja  ka ka >ka Hka Rka Ska ka ka ka ka ka ka ka ma ma ma ma ma na na na Ona Yna cna dna na na na na na na na pa pa pa pa pa pa pa pa 1qa ;qa Eqa Fqa tqa qa qa qa qa qa qa sa sa sa sa sa sa ta ta Bta Lta Vta Wta ta ta ta ta ta ta ta 0va 1va Bva Pva Qva Rva \va gva va va va va va wa 	wa wa wa 
wa wa xa xa xa xa xa ya %ya 0ya cya mya wya xya ya ya ya ya ya ya ya  |a |a |a D|a E|a a a a Da Na Xa Ya a a a a a a a a a ΁a a a 
a a !a 1a 2a 3a 4a \a a ˂a ̂a ͂a ΂a ׂa Wa Xa ia a a a a a уa ҃a Ӄa ԃa Ճa փa ׃a ؃a كa ڃa a $a oa pa qa ra {a Ua Va ga $a +a 4a 5a a a a a a ؈a a Ca Da Ea Fa Oa ]a ^a oa a a Ɋa ʊa a Ba Ca Da Ea ma a ьa Ҍa ӌa Ԍa ݌a a a a a a >a Wa a a a a a a a ёa $a %a Ma Na a a a a ˒a a a a Za aa ja ka 'a a a a a a Ja Ka sa ta ӗ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 Ja Ka La Ma ua va էa ֧a קa اa a ܭa ݭa a 2a 9a Ba Ca ga 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 Ta Ua a a a Aa Ka Ua Va ~a a a a a a a Ea Fa Wa Xa Ya a a a a a a a a a a a a a a )a +a ,a -a 6a a a 
a a a 7a 8a a a a a a a a a a a a a a a a %a &a Na Oa a a a a a 2a 3a Da qa xa a a a a a a a a a a !a 8a 9a Ba a a .a ba ia qa ra a a a a a a a 1a 3a 4a 5a >a a a a 8a 9a aa ba a a a a a "a #a 4a aa ba 'a 3a Ba Na aa ea fa a a a a a a a a a a a a a a a a a 1a 6a a a a a a 	a 
a a Fa Ja a a a a a a a a *a /a Va Wa \a a a a a a a a !a "a %a /a 0a 3a <a =a Oa Ta \a ca ja va wa 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 7a 8a Ca Pa Qa [a ha ia ja ka la ma na oa |a }a a a a a a .a /a ;a a a a a a a a a b b b b b jb b b b :b >b ?b Ub Vb jb kb lb u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 Db Fb Kb Lb fb hb mb n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 5"b 6"b G"b g"b h"b i"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 O&b P&b J'b T'b _'b 'b 'b 'b 'b 'b 'b (b 
(b >(b ?(b H(b )b )b )b i*b j*b *b *b *b *b *b *b *b *b *b +b '+b (+b 3/b A/b Q/b R/b ]/b b/b c/b m/b r/b s/b ~/b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b /b 0b 0b 0b 0b 0b 20b @0b P0b Q0b \0b a0b b0b l0b q0b r0b }0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 0b 1b 1b 1b 1b 1b 1b @1b N1b ^1b _1b j1b o1b p1b z1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 1b 2b 
2b 2b 2b 2b 2b )2b .2b /2b 92b >2b ?2b Y2b g2b w2b x2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 2b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 3b 4b )4b 94b :4b E4b J4b K4b U4b Z4b [4b f4b k4b l4b v4b {4b |4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 4b 5b 
5b 5b <5b J5b Z5b [5b f5b k5b l5b v5b {5b |5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 5b 6b 6b 6b 6b 6b 6b $6b %6b 6b 6b 6b 6b 6b 6b 6b 6b 7b 7b 
7b 7b 7b 7b "7b #7b C7b Q7b a7b b7b m7b r7b s7b }7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b 7b  8b 8b 8b 8b 8b 8b !8b "8b ,8b 18b 28b N8b \8b l8b m8b x8b }8b ~8b 8b 8b 8b 8b 8b 8b 8b 8b 8b :b :b :b :b :b :b :b #;b G;b Y;b [;b r;b s;b |;b P=b Q=b b=b ->b .>b T>b >b >b >b >b >b >b @b @b !@b @b @b Bb Bb Bb %Cb /Cb 9Cb :Cb `Cb Cb Cb Cb Cb Cb Cb Fb Fb 'Fb Gb Gb Hb Hb Hb Hb Hb Hb Hb $Ib LIb ^Ib _Ib `Ib aIb jIb ^Jb _Jb pJb Jb Jb [b [b [b [b [b [b [b [b  \b \b 
\b \b \b \b &\b +\b ,\b 1\b 8\b D\b E\b M\b U\b Z\b [\b c\b k\b w\b x\b \b \b \b \b \b \b \b \b xb xb xb xb xb xb xb yb Qyb Ryb Tyb Uyb Vyb _yb ,{b -{b >{b u{b v{b {b {b {b {b {b |b |b 0|b V|b W|b Y|b Z|b [|b d|b e~b f~b w~b ~b ~b ~b ~b ~b ~b ~b ~b ~b b :b ;b =b >b ?b Hb Ib Jb [b ib jb b b b b b b b #b Lb Mb Ob Pb Qb Zb ΃b σb b b b b b b 8b Bb Lb Mb {b b b b b b b @b Ab Rb `b ab b Æb Άb b b b b ?b @b Ab Cb Zb [b db b b b b b b b b b b b b b ?b b b b b b Zb [b lb b b b b b Ϗb Џb яb ҏb b b ib jb kb lb ub b b b 8b ?b Hb Ib _b ob pb qb rb sb tb ub vb wb xb b b 
b b b b b b b b b ɔb Ҕb Ӕb b Kb Lb Mb Nb vb b b b b b b b b 
b Wb ^b gb hb $b b b b b b #b ob pb qb rb {b Nb Ob `b b b ܜb b Sb Tb Ub Vb _b ]b ^b ob b ßb b b ]b ^b _b `b ib b b b b b b 	b ţb b b b b b b b b b qb rb sb tb }b 'b (b 9b b &b /b 0b -b *b +b ,b -b Ub Vb b b b b b 1b 2b Cb b b b b b b b b b b b sb tb ub vb b zb {b b лb ׻b b b b (b )b *b +b Sb Tb b b b b b b b b b b Bb Cb Hb Jb Kb Lb Ub b b b b b b b b b b b b b b ib kb lb mb vb b b b b b b  b lb nb ob pb yb >b ?b Pb Qb Rb zb {b b b b b b b b b b b b b "b $b %b &b /b cb db ub vb wb gb qb |b b b b b b b Kb Mb cb db mb b b b b b b b 5b Eb Fb Gb Hb pb qb b b b b b b b b  b b b b @b Wb Xb Yb Zb b b b b b b b b b b b b b  b Lb Nb Ob Pb Yb b b b b  b b b b b b b b &b +b ;b <b Kb Lb Mb Yb Zb [b gb kb ~b b b b b b b *b +b 0b ]b bb b b b b b :b ;b @b lb pb b b b b b b b b (b -b Sb Tb _b b b b b b b b b b b b b b b b b b  b $b +b 2b 3b 4b 5b 6b 7b 8b 9b :b ;b <b =b >b ?b @b " c # c $ c = c N c O c c c e c f c g c h c i c q c w c x 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 wc c c c c !c "c 5c Zc [c lc c c c c c c c c c Pc Qc #c #c #c #c #c $c 	$c 
$c $c !$c .$c /$c 0$c 1$c 2$c 3$c 7$c 8$c 9$c :$c S$c U$c [$c \$c u$c w$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 2%c 4%c :%c ;%c N%c P%c U%c V%c ]%c b%c }%c ~%c &.c 0.c ;.c n.c x.c .c .c .c .c  /c "/c 9/c :/c C/c /c /c /c 0c 0c 0c .0c /0c 00c 10c 20c 30c <0c Z1c [1c l1c 1c 1c 1c 1c 1c 1c 1c 1c 1c 1c L2c M2c ^2c ~2c 2c 2c 2c 2c 2c 2c 2c 2c 2c 3c 3c 3c 3c 3c 4c 4c 4c 05c :5c D5c E5c f5c 5c 5c 5c 5c 5c 5c a7c b7c s7c 8c 8c )8c *8c +8c ,8c -8c .8c 78c 8c 8c 8c 8c 8c <c <c <c <c <c  =c =c =c =c =c =c !=c "=c ,=c 1=c 2=c Q=c _=c o=c p=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 0>c 1>c T>c b>c r>c s>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 9?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 1@c 6@c 7@c B@c G@c H@c R@c W@c X@c 0Ac >Ac NAc OAc ZAc _Ac `Ac jAc oAc pAc {Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Ac Bc 	Bc 
Bc Bc Bc Bc HBc VBc fBc gBc rBc wBc xBc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Bc Cc 	Cc 
Cc Cc Cc Cc %Cc *Cc +Cc 5Cc :Cc ;Cc bCc pCc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc Cc `Dc nDc ~Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc Dc  Ec Ec Ec Ec Ec  Ec !Ec ,Ec 1Ec 2Ec <Ec AEc BEc oEc }Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec Ec 
Fc Fc Fc Fc Fc &Fc +Fc ,Fc 7Fc <Fc =Fc GFc LFc MFc 1Hc ;Hc FHc yHc Hc Hc Hc Hc Hc Hc Hc Ic Ic Ic Jc Jc  Kc Kc Kc Kc !Lc "Lc #Lc $Lc %Lc .Lc Mc Mc Mc vNc wNc {Pc Pc Pc Pc Pc Pc Pc Pc -Qc QQc RQc SQc TQc ]Qc Sc Sc Sc HUc IUc ?Vc IVc TVc Vc Vc Vc Vc Vc Vc Vc Vc Vc Vc Wc Wc Wc Xc YXc ZXc Vic eic wic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic ic jc 	jc jc jc jc %jc *jc +jc 3jc :jc Fjc Gjc 2c <c Gc zc c c c c c c c c c c ʈc ˈc ܈c c c Cc Mc Xc c c c c Ήc c c c c c c c c c #c $c %c /c :c mc wc c c c ،c ٌc یc ܌c ݌c c c c c c c 6c @c Kc ~c c c c c c c c c c c lc mc ~c c c c c c ֑c c c c c Dc Ec Gc Hc Ic Rc ޓc ߓc c c c Wc ac lc c c c c ݔc ޔc ߔc c c c c <c =c Nc c c 8c Bc Mc c c c c c ݛc )c +c Bc Cc Lc c c 
c 7c >c Fc Gc ]c mc nc oc pc 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 gc pc qc -c c c c c c 4c 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 Qc Rc zc c c c c c c c c 
c `c ac c c c c c c c 0c 1c Bc c c c c cc c  c !c "c 3c c c c c c c c c c ŵc Ƶc ׵c c Ķc Ͷc ζc ˷c ȸc ɸc ʸc ˸c c c Sc Tc Uc Vc _c Ͽc пc c %c ,c 5c 6c ^c c c c c c c c c c c c c c *c nc uc ~c c c c c c c c c Qc Sc Tc Uc ^c ec fc wc c c c c c c c c c &c 'c 8c c c 5c ?c Jc }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 ec gc hc ic rc 7c 8c Ic Jc Kc sc tc c c c c c c c c c c c c c Mc Wc ac bc c c c c c c c nc oc c c c c c c c c c c c c [c ]c tc uc ~c Xc Yc jc c c c c c c c c c  c !c mc oc pc qc zc 5c 6c Gc tc uc c c c c c c c ^c _c pc c c cd od ~d d d d d d d d d d d d d d d 	d 		d 	d $	d 0	d 1	d 6	d m	d r	d 	d 	d 	d 	d  
d E
d F
d K
d 
d 
d 
d 
d 
d 
d d (d )d .d fd kd d d d d d d d d Ld Qd ]d ^d ad kd ld od xd y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 7d Cd Dd Ed Fd Gd Yd sd td d d d d d d d d d d d d d d d d d d "d jd kd wd d d d d d 
d Jd Kd -#d 9#d H#d T#d U#d #d #d #d #d v1d z1d {1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 1d 2d 2d 2d 2d )2d +2d 12d 22d E2d G2d M2d N2d c2d e2d j2d k2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d 2d  3d 3d 3d ;d ;d ;d <d <d  <d !<d H<d f<d <d <d <d <d <d q=d r=d =d =d =d =d =d =d =d =d =d =d =d >d >d 
?d *?d +?d ,?d S?d T?d U?d V?d W?d X?d a?d ?d ?d ?d @d @d @d K@d L@d M@d N@d O@d P@d Y@d YAd ZAd kAd Ad Ad Bd Bd Bd Bd Bd Bd Bd Cd 1Cd GCd ICd zCd {Cd Cd Dd  Ed Ed Ed Ed Ed Ed Ed Ed Ed Ed Ed 0Fd 1Fd BFd cFd dFd oJd }Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd Jd 
Kd Kd Kd Kd Kd )Kd .Kd /Kd :Kd ?Kd @Kd JKd OKd PKd nKd |Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd Kd  Ld Ld Ld Ld !Ld "Ld ,Ld 1Ld 2Ld =Ld BLd CLd MLd RLd SLd |Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Ld Md (Md 8Md 9Md DMd IMd JMd TMd YMd ZMd eMd jMd kMd uMd zMd {Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Md Nd Nd Nd Nd Nd Nd Nd Od 
Od Od Od Od Od )Od .Od /Od WOd eOd uOd vOd Od Od Od Od Od Od Od Od Od Od Od Od Od Od Pd Pd Pd Pd Pd  Pd %Pd &Pd 1Pd 6Pd 7Pd APd FPd GPd xPd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd Pd  Qd Qd Qd Qd *Qd /Qd 0Qd :Qd ?Qd @Qd KQd PQd QQd [Qd `Qd aQd Qd Rd Rd Rd (Rd -Rd .Rd 8Rd =Rd >Rd IRd NRd ORd YRd ^Rd _Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd Rd 
Sd Sd +Sd ,Sd 7Sd <Sd =Sd GSd LSd MSd XSd ]Sd ^Sd hSd mSd nSd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Sd Ud Ud Ud Vd !Vd +Vd ,Vd _Vd Vd Vd Vd Vd Vd Vd Xd Xd Xd iYd jYd Yd Yd Yd Yd Yd Yd Yd K[d L[d ][d \d \d ^d #^d .^d a^d k^d u^d v^d ^d ^d ^d ^d ^d ^d ^d Qad Rad cad bd bd cd cd cd %dd /dd 9dd :dd `dd dd dd dd dd dd dd ed ed ed ed ed vd wd wd (wd )wd .wd 6wd ;wd <wd Awd Iwd Uwd Vwd [wd bwd gwd hwd mwd twd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd wd Гd ړd d d "d ,d -d [d d d d d d d hd id zd d d d d d )d 3d =d >d ld d d d d d d d d d d d Ùd ͙d ؙd d d d  d Nd vd wd yd zd {d d d d d d d Ԝd ޜd d d &d 0d 1d _d d d d d d d 
d d d *d +d ,d 6d Ad td ~d d d d d d d d d d |d }d d d d d d 
d =d Gd Qd Rd {d |d }d d d d d ڤd ۤd d d d ֨d d d d (d 2d 3d [d {d ǩd ɩd d d d d d d ժd ܪd d d d d d 
d d 6d Yd d d d d d 1d 2d Cd td {d d d d d d d d d d d d d d ܬd d Id Jd Kd Ld Ud /d 0d Ad d d d d ˰d d d d d d ұd d d d  d )d 7d 8d Id d d d d `d d d d d Gd _d d d d d d d d d d d d 1d d d d d d d d d d d 'd (d d d d d d νd Ͻd d 4d ;d Dd Ed d d d d d ѿd $d %d Md Nd d d d d d cd dd ud [d bd kd ld id fd gd hd id d d d d d d d md nd d d d d d d $d %d &d 'd Od Pd d d d d d d d d d d d d Ad dd ed fd gd d d d d d d d d d d Yd Zd ~d d d d d d d d d d .d /d d d d d %d /d 0d Xd Yd d d d d d d  d 1d 2d 3d [d \d d d d d d zd {d d d d d d d d d d d d d d d d d d ^d `d ad bd kd d d d d d d d d d d d  d (d )d d d d d d d 
d d Kd Rd Zd [d qd d d d d d d d d  e  e  e e e e <e Ce Ke L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 be ge we xe e e e e e e e e e e e e e e e fe ge le e e e e e  e $e ve we |e e e e e e e 	e 0e 1e 6e de ie e e e e e e e e 	e 
e 
e e e )e .e 6e =e De Pe Qe \e `e ge ne oe pe qe re se te ue ve we xe ye ze {e |e ^e _e `e y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 5e Be Ce De Ee Fe Ge He Ie Ve We ee fe ge  e  e !e 	!e !e ]!e ^!e q!e !e !e !e !e !e 0e 0e 0e 0e 0e D1e Z1e 1e 1e ?e ?e ?e /?e 0?e D?e E?e F?e O?e ]?e j?e k?e l?e m?e n?e o?e s?e t?e u?e v?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 B@e G@e H@e W@e Y@e _@e `@e n@e p@e v@e w@e @e @e @e @e @e @e @e @e bIe lIe wIe Ie Ie Ie Ie Ie Je \Je ^Je uJe vJe Je Ke Ke !Ke AKe BKe CKe jKe kKe lKe mKe nKe oKe xKe Le Le Le Le Le Le Le Le Le Le Le Le Le Me Me Me Me Me Me Me Me Me Me Me Me Me Ne Ne 	Oe )Oe *Oe $Pe .Pe 9Pe lPe vPe Pe Pe Pe Pe Pe Pe Qe Qe "Qe Re Re Re CSe DSe eSe fSe gSe hSe iSe jSe sSe Se Se Se Te Te 
Xe Xe +Xe ,Xe 7Xe <Xe =Xe GXe LXe MXe XXe ]Xe ^Xe hXe mXe nXe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Xe Ye Ye *Ye +Ye 6Ye ;Ye <Ye FYe KYe LYe WYe \Ye ]Ye gYe lYe mYe Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ye Ze (Ze 8Ze 9Ze DZe IZe JZe TZe YZe ZZe eZe jZe kZe uZe zZe {Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze Ze [e [e 	[e [e [e [e 3[e A[e Q[e R[e ][e b[e c[e m[e r[e s[e ~[e [e [e [e [e [e l\e z\e \e \e \e \e \e \e \e \e \e \e \e \e \e \e \e ]e ]e ]e ]e $]e %]e /]e 4]e 5]e @]e E]e F]e P]e U]e V]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ]e ^e $^e 4^e 5^e @^e E^e F^e P^e U^e V^e a^e f^e g^e q^e v^e w^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 G`e L`e M`e W`e \`e ]`e h`e m`e n`e x`e }`e ~`e `e `e `e `e `e `e `e `e `e `e `e `e `e ae ae ae (ae 6ae Fae Gae Rae Wae Xae bae gae hae sae xae yae ae ae ae mce wce ce ce ce ce ce ce !de 3de 5de Lde Mde Vde *fe +fe <fe ge ge .ge ]ge ^ge _ge `ge age jge he he he ie ie ke ke ke ke 	le le le :le ile le le le le le ne ne oe pe pe {qe qe qe qe qe qe qe qe &re 8re 9re :re ;re Dre 8se 9se Jse se se e e e Ƅe Ǆe ̄e Ԅe لe ڄe ߄e e e e e  e e e e e e e 'e /e 4e 5e =e Ee Qe Re Ze ae fe ge oe ve e e ne xe e e e ʡe ˡe e +e ,e .e /e 0e 9e e e e Oe Pe e e e Ǥe Ѥe ۤe ܤe 
e 0e 1e 3e 4e 5e >e ?e @e Qe _e `e ae ke ve e e e e e e e e e e "e #e $e 5e Ce De re |e e e Īe Ϊe Ϫe e &e 'e )e *e +e 4e e e e Ȭe ɬe ʬe Ԭe ߬e e e &e 'e Ue e e e e e e e e ,e :e ;e e e e ۯe e e e e e e e 4e 5e >e xe ye e e e te ~e e e ƶe жe Ѷe e e ee ge ~e e e 4e 5e Fe se ze e e e e e e e Ըe e Ce De Ee Fe Oe Ϲe йe e e e "e #e 9e Ie Je Ke Le Me Ne Oe Pe Qe Re ze e e e e e e ͼe μe ߼e e e e e ie %e &e 'e (e Pe pe e e e e ǿe e e e 1e 8e Ae Be e e e e e e e Ie Je Ke Le Ue (e )e :e e e e e -e .e /e 0e 9e 7e 8e Ie e e e e 7e 8e 9e :e Ce le me ~e e e e e e [e \e ]e ^e oe e e e e Ke Le Me Ne We e e e e  e 	e 
e e e e e e /e 0e e e e e e e e e ae he qe re e e e e e e e Me Ne Oe Pe Ye Te Ue fe 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 be ce te e e qe {e e e e e e e e Ce Ee Fe Ge Pe  f  f  f  f  f  f  f Ff Hf If Jf Sf f f *f +f ,f Tf Uf f f f f f sf tf f f f f f f f f  f 	f =f >f Of Pf Qf A
f K
f V
f 
f 
f 
f 
f 
f 
f %f 'f =f >f Gf f f f f f f f 
f 
f  
f !
f "
f J
f K
f 
f 
f 
f 
f 
f f f f f f f f f 1f 2f 3f 4f \f ]f f f f f f qf rf f f f f f &f (f )f *f 3f f f f f f #f #f #f #f #f #f #f  $f $f $f $f %$f &$f '$f 3$f 4$f 5$f A$f E$f X$f `$f l$f m$f r$f $f $f %f %f 
%f 7%f <%f %f %f %f %f %f &f &f &f F&f J&f d&f e&f j&f &f &f &f &f &f 'f 'f -'f .'f 9'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 A)f B)f C)f K)f Q)f R)f [)f _)f `)f s)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 Q.f ^.f .f .f .f .f .f /f 4/f 5/f F/f /f /f i>f u>f >f >f >f >f >f *?f +?f Lf Lf Lf Lf Lf Lf Lf Lf Lf Lf Mf 	Mf 
Mf Mf Mf 
Mf Mf Mf Mf Mf -Mf /Mf 5Mf 6Mf OMf QMf VMf WMf eMf gMf mMf nMf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Mf Nf Nf Nf Nf (Nf *Nf /Nf 0Nf 7Nf <Nf WNf XNf  Wf 
Wf Wf HWf RWf \Wf ]Wf Wf Wf Wf Wf Xf Xf Xf Xf Xf Xf Xf Xf Xf Yf 	Yf 
Yf Yf Yf 
Yf Yf 4Zf 5Zf FZf fZf gZf hZf Zf Zf Zf Zf Zf Zf Zf &[f '[f 8[f X[f Y[f Z[f [f [f [f [f [f [f [f \f \f \f \f \f ]f ]f ]f 
^f ^f ^f ^f @^f m^f ^f ^f ^f ^f ^f ;`f <`f M`f `f `f af af af af af af af laf maf ~af af af ef ef ef ef ef ef ef ef ef ef ef ef ef ff ff ff +ff 9ff Iff Jff Uff Zff [ff eff jff kff vff {ff |ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff gf 
gf gf .gf <gf Lgf Mgf Xgf ]gf ^gf hgf mgf ngf ygf ~gf gf gf gf gf gf gf gf gf gf gf gf gf gf gf hf hf 	hf hf hf hf Vhf dhf thf uhf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf hf  if if if if if if !if "if ,if 1if 2if 
jf jf (jf )jf 4jf 9jf :jf Djf Ijf Jjf Ujf Zjf [jf ejf jjf kjf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf jf "kf 0kf @kf Akf Lkf Qkf Rkf \kf akf bkf mkf rkf skf }kf kf kf kf kf kf kf kf kf kf kf kf kf kf lf lf lf lf lf <lf Jlf Zlf [lf flf klf llf vlf {lf |lf lf lf lf lf lf lf :mf Hmf Xmf Ymf dmf imf jmf tmf ymf zmf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf mf nf nf nf nf nf nf Inf Wnf gnf hnf snf xnf ynf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf nf  of of of of of of !of &of 'of qf qf  qf Sqf ]qf gqf hqf qf qf qf qf qf qf qf sf sf sf tf tf tf tf tf tf tf tf uf vf vf vf Pwf Qwf Uyf _yf jyf yf yf yf yf yf zf +zf ,zf -zf .zf 7zf |f |f |f "~f #~f f #f .f af kf uf vf f f f f f f f րf ׀f f 3f 4f 0f ?f Qf df ef jf rf wf xf }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 Tf ^f hf if f ɯf ʯf ̯f ͯf ίf ׯf f f f f f f 'f 2f ef of yf zf f βf ϲf Ѳf Ҳf Ӳf ܲf ݴf ޴f f f f f 	f f Gf Qf [f \f f f f f f f f f ·f ӷf f f f f %f Xf bf lf mf f ĸf Ÿf Ǹf ȸf ɸf Ҹf Ff Gf Xf ff gf hf rf }f f f ĺf źf f f f !f "f #f ,f f f ʼf ؼf ټf 1f ;f Ff yf f f f f f f f ҽf ӽf ܽf f f (f Zf [f f f 'f Zf df nf of f f f f f f &f f f f f f  f !f 7f Gf Hf If Jf rf f f f f f f mf nf f f f f f f f f f f f f f f f f f :f f f f f f kf lf }f :f Af Jf Kf f f f f f f f Yf Zf [f \f ef sf tf f f f f f f Xf Yf Zf [f f f f f f f f f f f +f ,f Tf mf f f f f f f f f :f ;f cf df f f f f f 
f f f pf wf f f =f f f f f 
f `f af f f f f f f f f f f f f f f f f f f f f f -f .f /f 0f 9f f f f f f f f 8f `f af bf cf f f f f f f f f f f Hf Of Xf Yf }f f f f f f f +f -f .f /f 8f ?g @g Qg g g g g g g g g g  g g g jg kg g g $g Wg ag kg lg g g g g g g g [g \g mg ng og g g g g g g g g g g g g g g ?g Ag Bg Cg Lg g g #g $g %g Mg Ng g g g g g g g g g g g g g 'g 1g ;g <g dg eg g g g g g Hg Ig Zg g g g g g g g g g g g 5g 7g Ng Og Xg 2g 3g Dg xg g g g g g g g g g g Gg Ig Jg Kg Tg  g  g ! g N g O g w g x g  g  g  g  g  g 8#g 9#g J#g w#g x#g =1g I1g X1g d1g w1g {1g |1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 1g 
2g 2g 2g G2g L2g 2g 2g 2g 2g 2g 3g  3g %3g \3g `3g 3g 3g 3g 3g 3g 4g 4g 4g @4g E4g l4g m4g r4g 4g 4g 4g 4g 4g &5g +5g 75g 85g ;5g E5g F5g I5g R5g S5g e5g j5g r5g y5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 5g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 6g 7g 7g 7g 7g  7g !7g 37g M7g N7g Y7g f7g g7g q7g ~7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g 7g ;g ;g D<g E<g Q<g <g <g <g <g <g <g $=g %=g Lg Lg "Lg .Lg /Lg Lg Lg Lg Lg PZg TZg UZg kZg lZg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg Zg [g [g [g [g [g ![g '[g ([g =[g ?[g D[g E[g Z[g \[g a[g b[g |[g ~[g [g [g [g [g [g [g [g [g [g [g [g [g [g [g [g [g [g [g dg dg dg dg dg dg dg "eg @eg eg eg eg eg eg Kfg Lfg ]fg }fg ~fg fg fg fg fg fg fg fg fg gg gg gg hg hg hg -hg .hg /hg 0hg 1hg 2hg ;hg hg hg hg hg hg hg %ig &ig 'ig (ig )ig *ig 3ig 3jg 4jg Ejg ejg fjg `kg jkg ukg kg kg kg kg kg lg !lg #lg Tlg Ulg ^lg mg mg mg ng ng ng ng ng ng ng ng ng 
og og og =og >og Isg Wsg gsg hsg ssg xsg ysg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg sg tg tg 	tg tg tg tg $tg )tg *tg Htg Vtg ftg gtg rtg wtg xtg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg tg ug ug ug ug ug ug 'ug ,ug -ug Vug dug tug uug ug ug ug ug ug ug ug ug ug ug ug ug ug vg vg vg vg #vg $vg .vg 3vg 4vg ?vg Dvg Evg Ovg Tvg Uvg ovg }vg vg vg vg vg vg vg vg vg vg vg vg vg vg vg wg wg wg wg wg wg wg wg wg wg wg wg wg xg xg 	xg 1xg ?xg Oxg Pxg [xg `xg axg kxg pxg qxg |xg xg xg xg xg xg xg xg xg xg xg xg xg xg xg  yg yg yg yg yg  yg !yg Ryg `yg pyg qyg |yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg yg zg 	zg 
zg zg zg zg %zg *zg +zg 5zg :zg ;zg zg zg zg zg {g {g {g {g {g {g #{g ({g ){g 3{g 8{g 9{g Y{g g{g w{g x{g {g {g {g {g {g {g {g {g {g {g {g {g {g {g |g |g |g |g |g !|g &|g '|g 2|g 7|g 8|g B|g G|g H|g d|g r|g |g |g |g |g |g |g |g |g |g |g |g |g |g |g ~g ~g ~g ~g ~g g g 9g ]g og qg g g g fg gg xg Cg Dg jg g g g g g g %g &g 7g g g g g g ;g Eg Og Pg vg g ɇg ʇg ˇg ̇g Շg +g ,g =g g g g g ̌g g 	g g g :g bg tg ug vg wg g tg ug g юg Ҏg Οg ݟg g g g g g g g g #g /g 0g 5g <g Ag Bg Gg Ng Zg [g cg kg pg qg yg g g g g g g g g g g g g g g g g g g 5g gg hg jg kg lg ug Bg Cg Tg g g g ſg пg g 
g g g Fg lg mg og pg qg zg {g |g g g g g g g g g g g (g Pg Qg Sg Tg Ug ^g _g `g qg g g g g g g  g 
g g 9g bg cg eg fg gg pg g g g g g g g g Ng Xg bg cg g g g g g g g Vg Wg hg vg wg g g g g !g +g ,g Ug Vg Wg Yg pg qg zg g g g g g g g g g g g 
g 5g Ug g g g g g pg qg g g g g g g g g g g g 3g g g g g g g g g Ng Ug ^g _g ug 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 ag bg cg dg g g g g g g g g g #g mg tg }g ~g :g g g g g !g 9g g g g g g dg eg vg g g g g ig jg kg lg ug sg tg g g g g g sg tg ug vg 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 Og 5g <g Eg Fg Cg @g Ag Bg Cg kg lg g g g g g Gg Hg Yg g g g g g g g  g g )g *g g g g g g g g g g g g g h >h ?h @h Ah ih jh h h h h h h h h 3h 4h Xh Yh ^h `h ah bh kh h h h h 	h h h h h h 	h 
h 2h 3h h h h h h h h h h 
h 5h 6h h h h h h Th Uh fh gh hh h h h h h h h h h h h h h h 8h :h ;h <h Eh y h z h  h  h  h }%h %h %h %h %h %h %h &h &h a&h c&h y&h z&h &h 'h 'h 'h %(h ,(h 4(h 5(h K(h [(h \(h ](h ^(h (h (h (h (h (h (h (h *h *h *h +h +h %+h &+h V+h m+h n+h o+h p+h +h +h +h +h +h +h +h -h -h -h -h -h .h .h b.h d.h e.h f.h o.h 0h 0h 0h 1h 1h >h >h >h ?h ?h ?h ?h <?h A?h Q?h R?h a?h b?h c?h o?h p?h q?h }?h ?h ?h ?h ?h ?h ?h ?h ?h @@h A@h F@h s@h x@h @h @h @h @h @h PAh QAh VAh Ah Ah Ah Ah Ah Ah Ah 
Bh Bh Bh >Bh CBh iBh jBh uBh Bh Bh Bh Bh Bh Bh Bh Bh Bh Bh Ch Ch Ch Ch Ch *Ch +Ch 6Ch :Ch ACh HCh ICh JCh KCh LCh MCh NCh OCh PCh QCh RCh SCh TCh UCh VCh 8Dh 9Dh :Dh SDh dDh eDh yDh {Dh |Dh }Dh ~Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Dh Eh Eh Eh Eh Eh Eh Eh  Eh !Eh "Eh #Eh 0Eh 1Eh ?Eh @Eh AEh Ih Ih Ih Ih Ih 7Jh 8Jh KJh pJh qJh Jh Jh Jh Yh Yh Yh Yh Yh Zh 4Zh fZh gZh gh gh gh 	hh 
hh hh hh  hh )hh 7hh Dhh Ehh Fhh Ghh Hhh Ihh Mhh Nhh Ohh Phh ihh khh qhh rhh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh hh  ih ih ih !ih "ih 1ih 3ih 9ih :ih Hih Jih Pih Qih dih fih kih lih sih xih ih ih <rh Frh Qrh rh rh rh rh rh rh 6sh 8sh Osh Psh Ysh sh sh sh th th th Dth Eth Fth Gth Hth Ith Rth puh quh uh uh uh uh uh uh uh uh uh uh uh bvh cvh tvh vh vh vh vh vh vh vh vh vh vh wh wh wh xh xh xh yh yh Fyh Pyh Zyh [yh |yh yh yh yh yh yh yh w{h x{h {h |h |h ?|h @|h A|h B|h C|h D|h M|h |h |h |h |h |h h h h h h h h !h &h 'h 2h 7h 8h Bh Gh Hh gh uh h h h h h h h h h h h h ǁh ȁh h h h h h h h  h %h &h 1h 6h 7h Ah Fh Gh jh xh h h h h h h h h h h h łh ʂh ˂h h h h h h #h $h .h 3h 4h ?h Dh Eh Oh Th Uh h h h h h h h ̃h уh ҃h ݃h h h h h h 
h h +h ,h 7h <h =h Gh Lh Mh Xh ]h ^h hh mh nh Fh Th dh eh ph uh vh h h h h h h h h h υh ݅h h h h h h 	h h h h h  h *h /h 0h ^h lh |h }h h h h h h h h h h h h h h h h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh xh h h h h h h h h h Çh ȇh ɇh Ӈh ؇h هh vh h h h h h h h h h h ƈh ǈh шh ֈh ׈h h h h h !h &h 'h 1h 6h 7h Bh Gh Hh Rh Wh Xh h h h h h h h h ĉh ŉh Љh Չh ։h h h h h h  h !h ,h 1h 2h <h Ah Bh Mh Rh Sh ]h bh ch Gh Qh \h h h h h ׌h h 
h h &h 'h 0h h h h h h h 7h 8h 9h :h ;h Dh Ñh đh Ցh h h h h h ٔh h h h h Ch gh hh ih jh sh ɗh ʗh ۗh ^h _h Uh _h jh h h h h ؚh  h h h h h h h h $h oh ph lh {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 4h ;h @h Ah Ih Ph \h ]h Hh Rh ]h h h h h h h h h 	h 
h h h h h )h *h Yh ch nh h h h h h 
h h 
h h h h h h +h 9h :h ;h Eh Ph h h h h h h h h h h h h h h h h Lh Vh ah h h h h h  h h h h h h h h h h h h h h h h  h h /h Zh [h ]h ^h _h hh h h h h h mh wh h h h h h h h h h h h h Rh Sh dh h h Nh Xh ch h h h h h h ?h Ah Xh Yh bh h h  h Mh Th \h ]h sh 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 Th vh h h h h h h h h vh }h h h Ch h  h h h *h Jh 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 gh hh h h h h 	h 
h h h h #h vh wh h h h h h h h Fh Gh Xh h h h h yh 5h 6h 7h 8h Ih h h h h %h &h 'h (h 1h h h h h h h h h h h h h 	h 
h ih jh kh lh uh i i i ;i Bi Ki Li ti i i i i i i 'i (i )i *i 3i .
i /
i @
i 
i 
i 
i 
i i i i i i i i gi ii ji ki ti {i |i i i i i i i i i  i 	i <i =i Ni i i K'i U'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 M,i N,i _,i `,i a,i ,i ,i ,i ,i ,i ,i ,i .i .i ).i *.i +.i 3i %3i 03i c3i m3i w3i x3i 3i 3i 3i 4i 4i 4i !4i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i 5i $6i %6i q6i s6i 6i 6i 6i n8i o8i 8i 8i 8i 8i 8i 8i 9i 9i 
9i 9i 69i 79i 9i 9i 9i 9i 9i K;i L;i ];i ;i ;i ;i ;i  <i <i <i <i 
<i t>i u>i >i >i >i yLi Li Li Li Li Li Li Li Li Li Li Li  Mi Mi 
Mi Mi Mi Mi Mi 2Mi :Mi FMi GMi LMi Mi Mi Mi Mi Mi Ni Ni [Ni \Ni aNi Ni Ni Ni Ni Ni  Oi $Oi >Oi ?Oi DOi |Oi Oi Oi Oi Oi Oi Oi Pi Pi Pi bPi gPi sPi tPi wPi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Pi Qi Qi Qi Qi Ri Ri Ri Ri Ri Ri Ri Ri %Ri +Ri ,Ri 5Ri 9Ri :Ri MRi YRi ZRi [Ri \Ri ]Ri oRi Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri Ri +Wi 8Wi Wi Wi Wi Wi Wi Wi Xi Xi  Xi `Xi aXi Cgi Ogi ^gi jgi kgi gi gi hi hi ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui ui vi 	vi vi vi )vi +vi 0vi 1vi ?vi Avi Gvi Hvi [vi ]vi cvi dvi yvi {vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi vi wi wi 	wi 
wi wi wi 1wi 2wi i i i "i ,i 6i 7i ^i |i Ԁi րi i i i i i i i i i i i i i i i i i i  i @i Ai Bi ii ji ki li mi ni wi  i i i 2i 3i 4i ai bi ci di ei fi oi oi pi i i i i i i i i i i i Gi ]i _i i i i i i 'i i i ݉i މi ߉i i i i i Fi Gi Xi yi zi i i i i i i i i Ďi Ŏi Ўi Վi ֎i i i i i i #i $i /i 4i 5i ?i Di Ei Pi Ui Vi `i ei fi i i i i i i i i Ïi ďi Ϗi ԏi Տi ߏi i i i i &i 'i 2i 7i 8i Bi Gi Hi Si Xi Yi ci hi ii i i i i i i i ̐i ѐi Ґi ݐi i i i i i 0i >i Ni Oi Zi _i `i ji oi pi {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 4i 5i ?i Di Ei mi {i i i i i i i i i i i i ȓi ͓i Γi i 
i i i &i +i ,i 6i ;i <i Gi Li Mi Wi \i ]i i i i i i i i Ȕi ͔i Δi ٔi ޔi ߔi i i i i $i 4i 5i @i Ei Fi Pi Ui Vi ai fi gi qi vi wi i "i 2i 3i >i Ci Di Ni Si Ti _i di ei oi ti ui i i i i i Ėi Ŗi ϖi Ԗi Ֆi i i i i i i #i 1i Ai Bi Mi Ri Si ]i bi ci ni si ti ~i i i i i i i ʗi ϗi Зi ڗi ߗi i i i i i  i i i i i -i 7i Ai Bi ui i i i Ěi Śi Κi i i i i i i ՝i ֝i םi ؝i ٝi i ai bi si *i +i /i 9i Di wi i i i i i i i i i i gi hi yi i i i i i ;i Ei Oi Pi vi i i i i i i i i ©i 
i i 
i i +i >i ?i Di Li Qi Ri Wi _i ki li qi xi }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 8i Bi Ci qi i i i i i i ~i i i i i i i i ?i Ii Si Ti i i i i i i i i i i i i i i i !i +i 5i 6i di i i i i i i i i i i i i i i 2i <i Fi Gi ui i i i i i i  i !i 2i @i Ai Bi Li Wi i i i i i i i i i i i i i i i i i i  i Si ]i gi hi i i i i i i i i i i 4i 5i i i i 4i >i Hi Ii qi i i i i i  i i i i i i i i i !i "i #i $i Li oi i i i i i Gi Hi Yi i i i i i i i i i i i i i i i i i _i `i ai bi ki Ei Fi Wi i i $i %i i i i i i i i 3i 4i 5i 6i ?i Mi Ni _i i i i i vi 2i 3i 4i 5i ]i ui i i i i i i i i i i .i Gi i i i i i i i i i i =i >i i i i i i j j j Jj Qj Zj [j j j j j j j :j ;j cj dj j j j j j yj zj j qj x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 ej fj j j j j j j j j "j )j 2j 3j Wj zj {j |j }j j j j j j 	j j *j *j +*j o*j p*j *j *j *j *j *j *j *j +j +j +j D,j E,j 4j 4j 4j 15j ;5j E5j F5j n5j o5j 5j 5j 5j 5j 5j 57j 67j G7j H7j I7j q7j r7j 7j 7j 7j 7j 7j 8j 8j 8j 8j 8j 8j 8j 9j 9j 9j 9j &9j 9j 9j 9j 9j 9j ':j (:j t:j v:j w:j x:j :j ;j ;j ;j ;j ;j @j @j @j Aj Aj Aj Aj >Aj ?Aj Aj Aj Aj Aj Aj "Cj #Cj 4Cj aCj hCj pCj qCj Cj Cj Cj Cj Cj Cj Cj Dj Dj (Dj )Dj 2Dj Fj 
Fj Fj RFj YFj aFj bFj Fj Fj Fj Fj Fj Fj Fj !Gj #Gj $Gj %Gj .Gj Hj Hj Hj (Ij )Ij QIj RIj Ij Ij Ij Ij Ij Lj Lj $Lj QLj RLj Zj #Zj 2Zj >Zj QZj UZj VZj xZj }Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj Zj ![j &[j |[j }[j [j [j [j [j [j [j 6\j :\j \j \j \j \j \j \j \j \j ]j ]j F]j G]j L]j z]j ]j ]j ]j ]j  ^j ^j ^j ^j ^j ^j  ^j #^j ,^j -^j ?^j D^j L^j S^j Z^j f^j g^j r^j v^j }^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j ^j t_j u_j v_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 3`j @`j A`j K`j X`j Y`j Z`j [`j \`j ]`j ^`j _`j l`j m`j {`j |`j }`j dj dj ej ej +ej sej tej ej ej ej ej ej ej tj tj tj uj 	uj Zuj puj uj uj *j .j /j Ej Fj Zj [j \j ej sj 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 4j 6j ;j <j Vj Xj ]j ^j mj oj uj vj j j j j j j j j j j τj Єj xj j j j ʍj ԍj Սj j j rj tj j j j %j &j 7j Wj Xj Yj 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 Dj Oj j j j j j j j j .j /j 8j j j Ŗj Yj Zj {j |j }j ~j j j j j j j j j #j 1j Aj Bj Mj Rj Sj ]j bj cj nj sj tj ~j j j j j j j ͜j Ҝj Ӝj ݜj j j j j j j j j "j 0j @j Aj Lj Qj Rj \j aj bj mj rj sj }j j j j j ĝj ŝj Нj ՝j ֝j j j j j j j j j j 0j >j Nj Oj Zj _j `j jj oj pj {j j j j j j Ξj ܞj j j j j j j 
j j j j j )j .j /j Ij Wj gj hj sj xj yj 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 5j :j ;j Ej Jj Kj Vj [j \j fj kj lj j j j j ġj ɡj ʡj ԡj ١j ڡj j j j j j j ,j :j Jj Kj Vj [j \j fj kj lj wj |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 3j Aj Qj Rj ]j bj cj mj rj sj ~j j j j j j j Ϥj ߤj j j j j j  j j j j j j !j "j >j Lj \j ]j hj mj nj xj }j ~j j j j j j j j j j ˧j էj ߧj j j 7j Ij Kj bj cj lj @j Aj Rj j j Dj sj tj uj vj wj j j  j j ȭj ɭj ͯj ׯj j j j )j *j Pj j j j j j j j j j j j j j j ٵj j j j j <j Nj Oj Pj Qj Zj Nj Oj `j j j j j j j j j j j j j j 	j 
j j j j j !j (j 4j 5j =j Ej Jj Kj Sj [j gj hj pj wj |j }j j j j j j j j j j j j j Aj Bj Dj Ej Fj Oj j j .j ej fj j j j j j j j  j Fj Gj Ij Jj Kj Tj Uj Vj gj uj vj wj j j j j j j j *j +j -j .j /j 8j 9j :j Kj Yj Zj j j j j j j j j <j =j ?j @j Aj Jj j j j j j j j j (j 2j <j =j kj j j j j j j 0j 1j Bj Pj Qj j j j j j j j /j 0j 1j 3j Jj Kj Tj j j j j j j j j j j j j j /j {j }j j j j Jj Kj \j j j j j j j j j j j 
j Yj Zj [j \j ej j j j (j /j 8j 9j Oj _j `j aj bj cj dj ej fj gj hj j j j j j  j 	j  k  k  k k k k k k ;k <k =k >k fk k k k k k k k k k Gk Nk Wk Xk k k k k k k k _k `k ak bk kk >	k ?	k P	k 	k 	k 	k 	k C
k D
k E
k F
k O
k Mk Nk _k k k k k M
k N
k O
k P
k Y
k k k k k k k k k qk rk sk tk k k k k k ak bk ck dk mk k k )k k k k  k k k k k k Ek Fk k k k k k !k "k 3k wk ~k k k  k !k !k !k !k "k "k c"k d"k e"k f"k o"k j(k k(k |(k (k (k (k (k )k +k +k +k +k C+k D+k +k +k +k +k +k 7k 7k 7k 
8k 8k 28k 38k 88k :8k ;8k <8k E8k x9k y9k 9k 9k 9k Bk Bk Bk Bk Bk Bk Bk Ck 
Ck YCk [Ck \Ck ]Ck fCk Dk Dk Dk Dk Dk Ek Ek \Ek ^Ek _Ek `Ek iEk .Fk /Fk @Fk AFk BFk jFk kFk Fk Fk Fk Fk Fk Gk Gk Gk Gk Gk Gk Gk Hk Hk Hk Hk Hk SIk TIk eIk fIk gIk WNk aNk lNk Nk Nk Nk Nk Nk Nk ;Ok =Ok SOk TOk ]Ok Pk Pk Pk Pk Qk Qk Qk %Qk 5Qk 6Qk 7Qk 8Qk `Qk aQk Qk Qk Qk Qk Qk Sk Sk Sk Sk Sk Sk  Tk 0Tk GTk HTk ITk JTk rTk sTk Tk Tk Tk Tk Tk Vk Vk Vk Vk Vk Vk Vk <Wk >Wk ?Wk @Wk IWk Yk Yk Yk Yk Yk gk gk gk gk gk gk gk hk hk +hk ,hk ;hk <hk =hk Ihk Jhk Khk Whk [hk nhk vhk hk hk hk hk hk ik ik  ik Mik Rik ik ik ik ik ik *jk +jk 0jk \jk `jk zjk {jk jk jk jk jk jk jk kk kk Ckk Dkk Okk kk kk kk kk kk kk kk kk kk kk kk kk kk kk kk lk lk lk lk lk "lk #lk $lk %lk &lk 'lk (lk )lk *lk +lk ,lk -lk .lk /lk 0lk mk mk mk -mk >mk ?mk Smk Umk Vmk Wmk Xmk Ymk amk gmk hmk qmk umk vmk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk mk 
nk nk nk nk nk grk trk rk rk rk sk sk %sk Jsk Ksk \sk sk sk k k k k k k k @k Ak Ȑk ̐k ͐k k k k k k k k k k  k !k "k #k 'k (k )k *k Ck Ek Kk Lk ek gk lk mk {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 Ek Fk Mk Rk mk nk k  k +k ^k hk rk sk k k k k )k *k 3k Ük Ĝk ՜k k k k k k  k !k "k #k ,k Jk Kk \k |k }k ~k k k k k k k k <k =k Nk nk ok pk k k k k k k k k k k ݠk ޠk ءk k k  k *k 4k 5k Vk k k k ̢k ͢k ֢k Qk Rk ck 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 Ak Ok _k `k kk pk qk {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 Dk Rk bk ck nk sk tk ~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 lk zk k k k k k k k k k k k Ǭk ̬k ͬk k k k k k k k !k &k 'k 2k 7k 8k Bk Gk Hk  k .k >k ?k Jk Ok Pk Zk _k `k kk pk qk {k k k k k Ǯk Ȯk Ӯk خk ٮk k k k k k k k 	k 
k 8k Fk Vk Wk bk gk hk rk wk xk k k k k k k ʯk دk k k k k k k 	k 
k k k k %k *k +k Rk `k pk qk |k k k k k k k k k k k k Pk ^k nk ok zk 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 1k 2k _k mk }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 7k <k =k !k +k 6k ik sk }k ~k k յk k k  k k 
k ޷k ߷k k k k k k k k k k k k k k fk gk kk uk k k k ǽk Ƚk k k Ak Bk Ck Dk Mk k k k 8k 9k /k 9k Dk wk k k k k k k k k k k k k k Ik Jk Fk Uk gk zk {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 6k 7k "k ,k 7k jk tk ~k k k k k k k k k k k k k k 3k =k Hk {k k k k k k k k k k k k k k k k k k *k ]k gk qk rk k k k k k k k k k k k k &k 0k ;k nk xk k k k k k k k k k \k ]k nk |k }k ~k k k k k k k 	k 4k 5k 7k 8k 9k Bk  l  l  l  l  l Gl Ql \l l l l l l l l l l l l ,l -l >l pl ql (l 2l =l pl zl l l l l 	l 	l 2	l 3	l <	l 	l 	l 	l '
l .
l 6
l 7
l M
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l l l l l l l l l Pl Wl `l al l l l l l l $l ol pl ql rl {l l l l l l l l l nl ol pl ql l l l l l  l 	l l l l Al Bl jl l l l l l l l l l Pl Ql yl zl l l l l l  l !l 2l l l l l Sl l l l l #l vl wl l l l   l  l  l  l "l "l "l #l #l #l #l $l %l %l %l %l %l %l C&l D&l E&l F&l O&l ,l ,l ,l -l -l %-l &-l N.l v/l w/l x/l y/l /l /l 0l 0l 0l 0l 
0l 6l 	6l 6l ^6l e6l n6l o6l 7l 8l 8l 8l 8l 8l 8l A9l C9l D9l E9l N9l UEl VEl gEl El El El El El El El El El Gl Gl (Gl Gl Gl %Pl /Pl :Pl mPl wPl Pl Pl Pl Pl Pl Pl Pl Pl Ql qRl rRl Rl Rl Rl Rl Rl Rl Rl Rl Rl Sl Sl Sl Sl Sl Sl Tl 	Tl UTl WTl XTl YTl bTl 'Ul (Ul 9Ul :Ul ;Ul cUl dUl Ul Ul Ul Ul Ul Vl Vl Wl Wl Wl [l [l 
\l =\l G\l Q\l R\l z\l {\l \l \l \l \l \l ^^l _^l p^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l ^l K_l M_l d_l e_l n_l Hal Ial Zal al al al al al al al al al bl bl ]bl _bl `bl abl jbl %dl &dl 7dl ddl edl dl dl dl dl dl dl dl Ngl Ogl `gl gl gl Sul _ul nul zul ul ul ul ul ul ul ul ul ul ul ul ul ul ul ul vl vl  vl !vl &vl ]vl bvl vl vl vl vl vl 5wl 6wl ;wl rwl vwl wl wl wl wl wl xl xl xl Vxl [xl xl xl xl xl xl xl xl xl <yl Ayl Myl Nyl Qyl [yl \yl _yl hyl iyl {yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl yl zl zl zl zl zl zl zl zl zl zl zl zl zl {l {l {l {l {l '{l 3{l 4{l 5{l 6{l 7{l I{l c{l d{l o{l |{l }{l {l {l {l {l {l {l {l {l {l {l {l {l {l {l l l Zl [l gl l l Àl l l l :l ;l l )l 8l Dl El l l ސl ߐl fl jl 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 l l l !l "l 5l 7l =l >l Sl Ul Zl [l pl rl wl xl 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 8l Vl l l ǩl ȩl ѩl al bl sl l l l l l l l l l ʪl l l l l l l Cl Dl El Fl Gl Hl Ql ڬl ۬l l l 
l l ;l <l =l >l ?l @l Il Il Jl [l {l |l vl l l l ȯl үl ӯl l !l 7l 9l jl kl tl l l l l l l l l l l l Ųl  l !l 2l Sl Tl _l ml }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 0l :l ?l @l ^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 2l 3l =l Bl Cl ll zl l l l l l l l l l l l ǹl ̹l ͹l 
l l (l )l 4l 9l :l Dl Il Jl Ul Zl [l el jl 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 l l 	l l l l l l Gl Ul el fl ql vl wl l l l l l l l l l ּl l l l  l l l l l l !l &l 'l 1l 6l 7l hl vl l l l l l l l l l l l ýl Ƚl ɽl l l l l l l  l *l /l 0l ;l @l Al Kl Pl Ql l l l 
l l l l (l -l .l 9l >l ?l Il Nl Ol ol }l l l l l l l l l l l l ʿl Ͽl пl l l l l 'l ,l -l 7l <l =l Hl Ml Nl Xl ]l ^l zl l l l l l l l l l l l l l l l l l l l l l l Ol sl l l l l l |l }l l Yl Zl l l l l l l l ;l <l Ml l l 	l l l Ql [l el fl l l l l l l l Al Bl Sl l l l l l l l )l *l Pl xl l l l l l l l l l l l l l l l l &l +l ,l 1l 9l El Fl Kl Rl Wl Xl ]l dl pl ql yl l l l l l l l l l l l l l l l  m  m  m m m m m Km }m ~m m m m m Xm Ym j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 fm gm im jm km tm u	m v	m 	m 	m 	m 	m 	m 	m 
m 
m  
m !
m O
m x
m y
m {
m |
m }
m 
m m m m m m m &m 1m dm nm xm ym m m m m m m m lm mm ~m m m m m m -m 7m Am Bm km lm mm om m m m m m m m m m m m m m "m #m Km km m m m m m m m m m m m m m m m m m &m Im m m m m m !m "m 3m dm km tm um m m m m m m m m m m m m m 9m :m ;m <m Em m  m 1m m m m m m wm xm ym zm m m 
m m m m m ' m ( m 9 m  m  m  m  m P!m "m 
"m "m "m 7"m O"m "m "m "m "m "m z$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 4+m 5+m +m ,m ,m ,m ,m ,m -m -m =-m >-m -m -m -m -m -m S0m T0m e0m K1m R1m [1m \1m Y2m V3m W3m X3m Y3m 3m 3m 3m 3m 3m 3m 3m ]:m ^:m o:m :m :m :m :m ;m =m =m =m =m ?=m @=m =m =m =m =m =m Cm Cm Cm Cm Dm Dm 
Dm 1Em TFm UFm VFm WFm Fm Fm Fm Fm Fm Fm Fm Rm Rm Sm ISm JSm nSm oSm tSm vSm wSm xSm Sm Tm Tm Tm Um Um ]m ]m ]m ^m ^m ^m  ^m H^m I^m ^m ^m ^m ^m ^m `m `m !`m "`m #`m K`m L`m `m `m `m `m `m jam kam |am }am ~am am am am am am am  bm bm bm bm bm bm cm cm Ncm Pcm Qcm Rcm [cm dm dm dm dm dm im im im im im im im jm jm wjm yjm jm jm jm km km lm ;lm Blm Jlm Klm alm qlm rlm slm tlm lm lm lm lm mm mm mm nm nm nm ,om 3om ;om <om lom om om om om om om om om om om pm qm qm qm rm rm +rm ,rm xrm zrm {rm |rm rm tm tm tm +um ,um m m m m +m /m 0m Rm Wm gm hm wm xm ym m m m m m m m m m ăm m  m Vm Wm \m m m ӄm Ԅm لm m m fm gm lm m m m m m m m  m !m &m Tm Ym m m m چm ߆m m m m m m m m m m m &m -m 4m @m Am Lm Pm Wm ^m _m `m am bm cm dm em fm gm hm im jm km lm Om Pm Qm jm {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 3m 4m 5m 6m 7m 8m 9m :m Gm Hm Vm Wm Xm m m m m m Nm Om bm m m m َm ڎm m ȝm םm m m 5m Km }m ~m m 	m 
m  m !m 5m 6m 7m @m Nm [m \m ]m ^m _m `m dm em fm gm m m m m m m m m m m m m Ԭm ֬m ܬm ݬm m m m m m m m m 1m 3m 8m 9m Hm Jm Pm Qm _m am gm hm {m }m m m m m m m Sm ]m hm m m m m ׶m m Mm Om fm gm pm  m m m 2m 3m 4m [m \m ]m ^m _m `m im m m m m m m m m m m m m m ym zm m m m m ںm ۺm ܺm ݺm ޺m ߺm m m m m m m m m *m ]m gm qm rm m m ֽm ؽm 	m 
m m m m m 4m 5m Vm Wm Xm Ym Zm [m dm m m m m m m m m m (m -m .m 8m =m >m Im Nm Om Ym ^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 7m <m =m Hm Mm Nm Xm ]m ^m m m m m m m m m m m m m m m m m m m )m *m 5m :m ;m Em Jm Km Vm [m \m fm km lm m m m m m m m m m m m m m m 	m 
m $m 2m Bm Cm Nm Sm Tm ^m cm dm om tm um m m m ]m km {m |m m m m m m m m m m m m m m m m m m m m  m %m &m 1m 6m 7m Am Fm Gm um m m m m m m m m m m m m m m m m m %m &m 1m 6m 7m Am Fm Gm Rm Wm Xm bm gm hm 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 8m =m >m Hm Mm Nm Ym ^m _m im nm om m m m m m m m m m m m m m m m m m 'm 7m 8m Cm Hm Im Sm Xm Ym dm im jm tm ym zm ^m hm sm m m m m m m $m &m =m >m Gm m m -m m m m Nm Om Pm Qm Rm [m m m m m m m m m m m m m +m Zm ~m m m m m m m m um vm lm vm m m m m m m m )m *m +m ,m 5m )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 6m Bm Cm Km Rm Wm Xm `m gm sm tm _n in tn n n n n n n n n  n !n *n n n 	n @n An pn zn n n n n n n !n "n $n %n &n /n 0n 1n Bn Pn Qn Rn \n gn n n n n n n n n 	n 
n n n n &n 4n 5n cn mn xn n n n n n n n n n n %n n n n n n n n n n 
n n n Fn qn rn tn un vn n n n n +n ,n n n n n n n n 
n n n n %n &n /n in jn {n n n e#n o#n z#n #n #n #n #n #n 
$n V$n X$n o$n p$n y$n %%n &%n 7%n d%n k%n s%n t%n %n %n %n %n %n %n %n 4&n 5&n 6&n 7&n @&n &n &n &n 'n 
'n 'n 'n *'n :'n ;'n <'n ='n >'n ?'n @'n A'n B'n C'n k'n 'n 'n 'n 'n 'n 'n )n )n )n *n *n *n *n Z+n ,n ,n ,n ,n A,n a,n ,n ,n ,n ,n ,n -n -n -n ".n ).n 2.n 3.n .n /n /n /n /n /n /n :0n ;0n <0n =0n F0n 2n 2n +2n ~2n 2n 2n 2n 3n 3n  3n !3n *3n (5n )5n :5n 5n 5n 5n 5n (6n )6n *6n +6n 46n ]8n ^8n o8n 8n 8n 8n 8n 9n L:n M:n N:n O:n `:n :n :n :n :n <;n =;n >;n ?;n H;n =n =n >n >n >n >n >n ?n @n @n @n @n  An !An An An An An An Gn Gn Hn RHn YHn bHn cHn In Jn Jn Jn Jn Jn Jn >Kn ?Kn @Kn AKn JKn EQn FQn WQn Qn Qn Qn Qn Rn Sn Sn Sn Sn Tn Tn ~Tn Tn Tn Tn Tn `n `n `n `n `n 
an an an an an an  an Sbn Tbn ebn bn bn bkn lkn wkn kn kn kn kn kn kn 4ln 6ln 7ln 8ln Aln mn mn mn mn mn mn mn 7nn 9nn :nn ;nn Dnn 	on 
on on on on Eon Fon on on on on on dpn epn vpn wpn xpn pn pn pn pn pn pn pn .rn /rn @rn Arn Brn 2wn <wn Gwn zwn wn wn wn wn wn xn xn .xn /xn 8xn yn yn yn yn yn yn yn  zn zn zn zn zn ;zn <zn zn zn zn zn zn |n |n |n |n |n |n |n }n "}n #}n $}n %}n M}n N}n }n }n }n }n }n bn cn t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 2n 6n In Qn ]n ^n cn n n n n n (n -n rn sn xn n n n n n 7n ;n Un Vn [n n n n n œn n n n n *n 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 n n n n n n 	n 
n n n n n 	n n n /n 1n 2n 3n 4n 5n =n Cn Dn Mn Qn Rn en qn rn sn tn un n n n n n n Ŗn Җn Ӗn Ԗn Ֆn ֖n זn ؖn ٖn n n n n n Cn Pn n n n n n n &n 'n 8n xn yn [n gn vn 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 An Cn Hn In Wn Yn _n `n sn un {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 In Jn n n n :n Dn Nn On vn n n n n n n n n n n n n n n n n n n n &n 'n 8n Xn Yn Zn n n n n n n n n n *n Jn Kn Ln yn zn {n |n }n ~n n n n n n n n n n n n n n 2n _n un wn n n n -n .n ?n n n n n n n n n n ^n _n pn n n n n n n n n n n n n n n n n n n n +n ;n <n Gn Ln Mn Wn \n ]n hn mn nn xn }n ~n n n n n n n n n n n n n n n n n  n .n >n ?n Jn On Pn Zn _n `n kn pn qn {n n n n n n n n n n n n n n n n n 
n n Hn Vn fn gn rn wn xn 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 6n ;n <n Gn Ln Mn Wn \n ]n n n n n n n n n n n n n n n n n n "n 2n 3n >n Cn Dn Nn Sn Tn _n dn en on tn un n n n n n n n n n n n n n n n n .n <n Ln Mn Xn ]n ^n hn mn nn yn ~n n n n n ,n :n Jn Kn Vn [n \n fn kn ln wn |n }n n n n n n n n n n n n n n n n n n 
n n ;n In Yn Zn en jn kn un zn {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 En On Yn Zn n n n n n n n n n n n n n n n n n n n yn zn n Bn Cn Gn Qn \n n n n n n n n n n  n )n n n n n n n n  n Sn ]n gn hn n n n n n n n n n n %n &n "n 1n Cn Vn Wn \n dn in jn on wn n n n n n n n n n n n n n n n n n n n n n n n  o  o  o o o o Fo Po Zo [o o o o o o o o o o o o o o o $o Wo ao ko lo o o o o o o o !o !o !o !o !o !o !o "o 9"o C"o M"o N"o |"o "o "o "o "o "o "o $o $o $o $o $o %o %o %o J%o T%o ^%o _%o %o %o %o %o %o %o %o 8'o 9'o J'o X'o Y'o Z'o d'o o'o 'o 'o 'o 'o 'o (o (o (o (o (o (o )o )o )o )o )o #*o -*o 8*o k*o u*o *o *o *o *o *o *o *o *o *o -o 	-o -o L-o M-o 1o 1o 1o L1o V1o `1o a1o 1o 1o 1o 1o 2o 2o 2o 2o 2o 2o 3o 
3o 3o 3o )3o 93o :3o ;3o <3o d3o 3o 3o 3o 3o 3o 3o _4o `4o q4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 4o 
5o ,5o w5o x5o y5o z5o 5o ]7o ^7o o7o ,8o 38o <8o =8o 8o 9o 9o 9o 9o 9o  :o K:o L:o M:o N:o W:o e;o f;o w;o ;o ;o ;o ;o <o J=o K=o L=o M=o u=o =o =o =o =o =o =o ?o ?o ?o @o @o F@o _@o @o @o @o @o @o Bo Bo Bo ,Co -Co UCo VCo Co Co Co Co Co Eo Eo Fo bFo iFo rFo sFo /Go Go Go Go Go Go RHo SHo {Ho |Ho Ho Ho Ho Ho Ho Ko Ko Ko Lo Lo Lo Lo Mo No No No No No No Oo  Oo !Oo "Oo +Oo Uo Uo Uo Uo Uo Vo Vo *Wo RXo SXo TXo UXo }Xo ~Xo Xo Xo Xo Xo Xo ^o ^o ^o :_o A_o J_o K_o o`o ao ao ao ao ao ao bo bo  bo !bo *bo 1no 2no Cno no no no no no no no no no oo oo po \po ]po yo yo yo Iyo Syo ]yo ^yo yo yo yo yo yo yo yo M{o N{o _{o `{o a{o {o {o {o {o {o {o {o |o |o |o |o |o |o |o 1}o 3}o 4}o 5}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 Vo Wo o o ͅo ΅o ׅo :o ;o Lo yo o o o o o o o o ڇo ۇo 'o )o @o Ao Jo $o %o 6o jo qo yo zo o o o Êo Ċo o o 9o ;o <o =o Fo o o o @o Ao io jo o o o o Ío *o +o <o io jo /o ;o Jo Vo io mo no o o o o o o o Þo Ğo Şo ўo ՞o o o o o o 9o >o o o o ǟo ̟o o o o No Ro o o o ֠o ڠo o o o 2o 7o ^o _o do o o o o ɡo o o )o *o -o 7o 8o ;o Do Eo Wo \o do ko ro ~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 Ko Xo Yo co po qo ro so to uo vo wo o o o o o o o 6o 7o Co o o o ĩo ũo ֩o o o o o o  o !o ro o o o Bo Fo Go ]o ^o ro so to }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 1o 6o 7o Lo No So To no po uo vo o o o o o o o o o o o o o o o o o o o o o o o o 2o o o o o o =o >o Oo oo po qo 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 7o Wo Xo Ro \o go o o o o o o o o Fo Go Po o o o qo ro o o o o o o o o o o /o 0o ;o Io Yo Zo eo jo ko uo zo {o o o o o o o o o o o o o o o o o o o o o o o :o Ho Xo Yo do io jo to yo zo o o o o o o o o o o o o o o o o 	o o o o o o Ho Vo fo go ro wo xo o o o o o o o o o o o o o o o o  o %o &o 1o 6o 7o Ao Fo Go ao 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 1o Ao Bo Mo Ro So ]o bo co no so to ~o o o o o o o o o o o o o o o o 
o o o Do Ro bo co no so to ~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 Ko Yo io jo uo zo {o o o o o o o o o o o o o o o o 	o o o o $o )o *o 4o 9o :o Vo do to uo o o o o o o o o o o o o o o o o o o o +o Oo ao co zo {o o Xo Yo jo 5o 6o \o o o o o o o o o )o o o o o o -o 7o Ao Bo ho o o o o o o o o /o o o o o o o o o o ,o To fo go ho io ro fo go xo o o p p p p p p 
p 
p 
p 

p 
p !
p "
p '
p .
p 3
p 4
p 9
p @
p L
p M
p U
p ]
p b
p c
p k
p s
p 
p 
p 
p 
p 
p 
p 
p 
p 
p 
p )p )p )p )p )p )p )p '*p Y*p Z*p \*p ]*p ^*p g*p 4,p 5,p F,p },p ~,p ,p ,p ,p ,p ,p 	-p 
-p 8-p ^-p _-p a-p b-p c-p l-p m/p n/p /p /p /p /p /p /p /p /p /p /p 0p B0p C0p E0p F0p G0p P0p Q2p R2p c2p q2p r2p 2p 2p 2p 2p 2p 2p 2p +3p T3p U3p W3p X3p Y3p b3p 4p 4p 4p 4p 4p 4p 5p 
5p @5p J5p T5p U5p 5p 5p 5p 5p 5p 5p 5p H7p I7p Z7p h7p i7p 7p 7p 7p 	8p 8p 8p 8p G8p H8p I8p K8p b8p c8p l8p :p :p :p :p :p >p >p >p >p >p >p >p '?p G?p ?p ?p ?p ?p ?p b@p c@p t@p @p @p @p @p @p @p @p @p @p Ap %Ap qAp rAp sAp tAp }Ap Ap Ap Bp @Bp GBp PBp QBp gBp wBp xBp yBp zBp {Bp |Bp }Bp ~Bp Bp Bp Bp Bp Cp Cp Cp Cp !Cp Dp Dp 
Ep Ep Ep Ep Ep Fp SGp TGp UGp VGp ~Gp Gp Gp Gp Gp Gp Gp Ip Ip Ip _Ip fIp oIp pIp ,Jp Jp Jp Jp Jp Kp +Kp wKp xKp yKp zKp Kp VMp WMp hMp Mp Mp Mp Mp [Np \Np ]Np ^Np gNp ePp fPp wPp Pp Pp Pp Pp eQp fQp gQp hQp qQp Sp Sp Sp  Tp Tp Tp Tp Tp Up Up Up Up Up Up Up Vp Vp yVp zVp {Vp |Vp Vp /Yp 0Yp AYp 'Zp .Zp 7Zp 8Zp 5[p 2\p 3\p 4\p 5\p ]\p ^\p \p \p \p \p \p 9cp :cp Kcp cp cp cp cp dp ep ep ep ep fp fp {fp |fp }fp ~fp fp lp lp lp lp lp lp lp 
np 0op 1op 2op 3op [op \op op op op op op {p {p {p %|p &|p J|p K|p P|p R|p S|p T|p ]|p }p }p }p }p }p p p p p p p p $p %p qp sp tp up ~p p p p p p 'p (p tp vp wp xp p Fp Gp Xp Yp Zp p p ϊp ъp Ҋp ӊp ܊p p p p p p ݋p ދp *p ,p -p .p 7p kp lp }p ~p p op yp p p p ˒p ̒p p p Sp Up kp lp up ؔp ٔp p p p &p 'p =p Mp Np Op Pp xp yp ŕp Ǖp ޕp ߕp p p ×p ԗp p p p p Hp _p `p ap bp p p טp ٘p ژp ۘp p p p p ޚp ߚp p p Tp Vp Wp Xp ap ȝp ɝp ڝp p p ͫp ٫p p p p p p .p 3p Cp Dp Sp Tp Up ap bp cp op sp p p p p p ׬p ܬp 2p 3p 8p ep jp p p p p p Bp Cp Hp tp xp p p p Юp ծp p p p 0p 5p [p \p gp p p ǯp ȯp ˯p կp ֯p ٯp p p p p p 	p p p p (p ,p 3p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp *p +p ,p Ep Vp Wp kp mp np op pp qp yp 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 1p 2p 3p p p Զp նp p )p *p =p bp cp tp p p p p p p p p &p Xp Yp p p p p p p p p p )p 6p 7p 8p 9p :p ;p ?p @p Ap Bp [p ]p cp dp }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 Bp Cp Vp Xp ]p ^p ep jp p p .p 8p Cp vp p p p p p (p *p Ap Bp Kp p p p 
p p p 6p 7p 8p 9p :p ;p Dp bp cp tp p p p p p p p p p p Tp Up fp p p p p p p p p p p p p p p p p p p 8p Bp Lp Mp np p p p p p p ip jp {p p p 1p 2p 3p 4p 5p 6p ?p p p p p p p p p p p p 	p p p p $p )p *p 4p 9p :p Yp gp wp xp 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 3p 8p 9p \p jp zp {p p p p p p p p p p p p p p p p p p p p  p %p &p 1p 6p 7p Ap Fp Gp p p p p p p p p p p p p p p p p p 
p p p )p .p /p 9p >p ?p Jp Op Pp Zp _p `p 8p Fp Vp Wp bp gp hp rp wp xp p p p p p p p p p p p p p p  p p p p p p !p "p Pp ^p np op zp p p p p p p p p p p p p p  p p p p p p !p "p -p 2p 3p =p Bp Cp jp xp p p p p p p p p p p p p p p hp vp p p p p p p p p p p p p p p p p p p p p p #p (p )p 4p 9p :p Dp Ip Jp wp p p p p p p p p p p p p p p p p p p p p #p $p .p 3p 4p ?p Dp Ep Op Tp Up 9p Cp Np p p p p p p p p p p "p p p p p p p )p *p +p ,p -p 6p p p p ~p p q q q q q q q q 5q Yq Zq [q \q eq q q q Pq Qq Gq Qq \q q q q q q q q q q q q 	q 	q 	q a	q b	q ^q m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 2q 3q ;q Bq Nq Oq :7q D7q O7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 7q 8q 9q 9q 9q :q :q K:q U:q `:q :q :q :q :q :q :q :q :q  ;q ;q 
;q =q =q =q +=q ,=q -=q 7=q B=q u=q =q =q =q =q =q =q =q =q =q =q ?q ?q @q @q @q >@q H@q S@q @q @q @q @q @q @q @q @q @q @q  Aq tBq uBq Bq Bq Bq Bq Bq Bq Bq Bq Bq Bq !Cq LCq MCq OCq PCq QCq ZCq Dq Dq Dq Eq Eq _Eq iEq tEq Eq Eq Eq Eq Eq Eq Eq Eq  Fq Fq 
Fq DHq EHq VHq Hq Hq @Lq JLq ULq Lq Lq Lq Lq Lq Lq 1Mq 3Mq JMq KMq TMq  Nq Nq Nq ?Nq FNq NNq ONq eNq uNq vNq wNq xNq Nq Nq Oq Oq Oq Oq Oq Oq Oq Oq Oq Oq Oq Oq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq Pq FPq hPq Pq Pq Pq Pq Pq Rq Rq Rq hSq oSq xSq ySq 5Tq Tq Tq Tq Tq Uq <Uq Uq Uq Uq Uq Uq Vq Vq Vq Vq Wq 
Wq Wq Wq Xq Xq Xq Xq Xq Xq Yq Yq Yq Yq !Yq Zq Zq [q Y[q Z[q [q [q [q [q [q [q \q ^q ^q ^q h^q i^q ^q ^q _q _q _q _q _q 8aq 9aq Jaq aq aq aq aq kbq 'cq (cq )cq *cq ;cq cq cq cq cq dq dq dq dq #dq fq fq fq gq gq gq gq hq iq iq iq iq iq iq [jq \jq ]jq ^jq gjq pq pq pq -qq 4qq =qq >qq frq sq sq sq sq sq sq tq tq tq tq %tq  zq !zq 2zq vzq }zq zq zq {q |q |q |q |q |q |q Y}q [}q \}q ]}q f}q mq nq q Éq ĉq q q q q q q q .q /q @q q q =q Gq Rq 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 mq oq pq qq zq ?q @q Qq Rq Sq {q |q șq ʙq ˙q ̙q ՙq 	q 
q q q q 
q q "q Uq _q iq jq q q q q 	q 
q q vq wq q q q Ģq Ţq ۢq q q q q q q cq eq |q }q q `q aq rq q q q q q q q q  q (q )q uq wq xq yq q =q >q Oq |q }q q q q q q q q fq gq xq q q kq wq q q q q q ̹q ѹq q q q q q q  q q 
q q $q ,q 8q 9q >q uq zq кq Ѻq ֺq q q Mq Nq Sq q q q q q q q 0q 1q 6q nq sq q q q μq Ӽq q q q Tq Yq eq fq iq sq tq wq 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 Kq Lq Mq Nq Oq aq {q |q q q q q q q q q q q q q q q Ͽq пq ѿq q *q rq sq q q q q  q q q Rq Sq 5q Aq Pq \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 1q 3q 9q :q Mq Oq Uq Vq kq mq rq sq 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 Pq nq q q q q q yq zq q q q q q q q q q q q  q q q 2q 3q 4q [q \q ]q ^q _q `q iq q q q $q %q &q Sq Tq Uq Vq Wq Xq aq aq bq sq q q q q q q q q q q 9q Oq Qq q q q q q q q q q q q q q q q 8q 9q Jq kq lq wq q q q q q q q q q q q q q q q q q q q !q &q 'q 1q 6q 7q Bq Gq Hq Rq Wq Xq vq q q q q q q q q q q q q q q q q q q q $q )q *q 4q 9q :q Eq Jq Kq Uq Zq [q q q q q q q q q q q q q q q q q "q 0q @q Aq Lq Qq Rq \q aq bq mq rq sq }q q q q q q q q q q q q q q q q q q q q q q q   r  r  r  r  r  r ! r & r ' r 1 r 6 r 7 r _ r m 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 9r >r ?r Ir Nr Or r r r r r r r r r r r r r r r r r r &r 'r 2r 7r 8r Br Gr Hr Sr Xr Yr cr hr ir r r $r %r 0r 5r 6r @r Er Fr Qr Vr Wr ar fr gr r r r r r r r r r r r r r r r r r #r 3r 4r ?r Dr Er Or Tr Ur `r er fr pr ur vr r r r r r r r r r r r r r r r r r r r r )r 3r 4r gr r r r r r r 	r 	r 	r q
r r
r 
r 
r 
r 
r 
r 
r 
r Sr Tr er 
r 
r !r +r 6r ir sr }r ~r r r r r r r r Yr Zr kr r r r r r -r 7r Ar Br hr r r r r r r r r r r  r 'r (r (r 0(r 1(r 6(r >(r C(r D(r I(r Q(r ](r ^(r c(r j(r o(r p(r u(r |(r (r (r (r (r (r (r (r (r (r (r (r (r (r (r (r (r (r (r Dr Dr Dr  Er *Er 4Er 5Er cEr Er Er Er Er Er Er pGr qGr Gr Gr Gr Gr Gr Gr 1Hr ;Hr EHr FHr tHr Hr Hr Hr Hr Hr Hr Jr Jr Jr Jr Jr Jr Jr Jr Kr Kr 'Kr (Kr VKr ~Kr Kr Kr Kr Kr Kr Mr Mr Mr Mr Mr Mr Mr Mr $Nr .Nr 8Nr 9Nr gNr Nr Nr Nr Nr Nr Nr Pr Pr $Pr 2Pr 3Pr 4Pr >Pr IPr |Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Pr Rr Rr Rr Rr Rr Rr Sr Sr ESr OSr YSr ZSr Sr Sr Sr Sr Sr Sr Sr Ur Ur Ur &Vr 'Vr Yr Yr Yr &Zr 0Zr :Zr ;Zr cZr Zr Zr Zr Zr Zr Zr [r [r [r [r [r [r [r \r \r \r \r \r >\r a\r \r \r \r \r \r 9]r :]r K]r |]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ]r ^r Q^r R^r S^r T^r ]^r 7`r 8`r I`r ar 
ar ar ar ar br br br br br br %cr &cr 'cr (cr 1cr ?dr @dr Qdr dr dr dr dr her $fr %fr &fr 'fr Ofr gfr fr fr fr fr fr hr hr hr hr hr  ir 9ir ir ir ir ir ir kr kr kr lr lr /lr 0lr lr lr lr lr lr nr nr nr <or Cor Lor Mor 	pr pr pr pr pr pr ,qr -qr Uqr Vqr qr qr qr qr qr ktr ltr }tr cur jur sur tur qvr nwr owr pwr qwr wr wr wr wr wr wr xr u~r v~r ~r ~r ~r ~r ~r r ,r -r .r /r Wr Xr r r r r Ár r r Їr r r $r %r Ir lr mr nr or r r r r r r r r r r ar br r r r r r r r ̘r ͘r ޘr 6r 7r ۡr r r #r -r 7r 8r `r ar r r r r r 'r (r 9r :r ;r cr dr r r r r r r r r r r r r r 
r r r r ݦr ަr r r r r r fr hr ir jr sr r r r r r r r r r r r r 0r 1r r r r r r r r &r Sr Zr br cr yr r r r r r r r r r r $r r r r Dr Kr Sr Tr r r r r r Ƴr ǳr r r r r  r ۵r ܵr r r r Cr Dr r r r r r r r r Cr Dr 	r r $r 0r Cr Gr Hr jr or r r r r r r r r r r r r r r r r r nr or tr r r r r r (r ,r ~r r r r r r r r r r 8r 9r >r lr qr r r r r r r r r r r r r r 1r 6r >r Er Lr Xr Yr dr hr or vr wr xr yr zr {r |r }r ~r r r r r r r fr gr hr 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 2r 3r =r Jr Kr Lr Mr Nr Or Pr Qr ^r _r mr nr or r r r r r er fr yr r r r r r r r r r r Lr br r r r  r !r 7r 8r Lr Mr Nr Wr er rr sr tr ur vr wr {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 Hr Jr Or Pr _r ar gr hr vr xr ~r r r r r r r r r r jr tr r r r r r r r dr fr }r ~r r r r )r Ir Jr Kr rr sr tr ur vr wr 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   s  s 1 s 2 s ,s 6s As ts ~s s s s s s s  s !s *s s s s Ks Ls ms ns os ps qs rs {s s s s 	s 
s 	s #	s 3	s 4	s ?	s D	s E	s O	s T	s U	s `	s e	s f	s p	s u	s v	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 	s 
s "
s 2
s 3
s >
s C
s D
s N
s S
s T
s _
s d
s e
s o
s t
s u
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s "s 0s @s As Ls Qs Rs \s as bs ms rs ss }s s s s s s s s s s s s  s s s s s  s !s ;s Is Ys Zs es js ks us zs {s s s s s s s t
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s 
s s s s 's ,s -s 7s <s =s Hs Ms Ns Xs ]s ^s s s s s s s s s s s s s s s s s s ,s <s =s Hs Ms Ns Xs ]s ^s is ns os y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 3s Cs Ds Os Ts Us _s ds es ps us vs s s s s s s s s s s s s s s s s s s s 0s >s Ns Os Zs _s `s js os ps {s s s s s s us s s s s s s s )s ;s =s Ts Us ^s 2s 3s Ds s s 6s es fs gs hs is rs s s s s s s s s s s s s Bs qs s s s s s s s 	 s !s !s "s "s "s "s "s "s "s #s .#s @#s A#s B#s C#s L#s @$s A$s R$s $s $s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 5s 6s 6s 
6s 6s 6s 6s &6s '6s /6s 76s <6s =6s E6s M6s Y6s Z6s b6s i6s n6s o6s w6s ~6s 6s 6s vRs Rs Rs Rs Rs Rs Rs Ss 3Ss 4Ss 6Ss 7Ss 8Ss ASs Us Us  Us WUs XUs Us Us Us Us Us Us Us Vs 8Vs 9Vs ;Vs <Vs =Vs FVs GXs HXs YXs gXs hXs iXs sXs ~Xs Xs Xs Xs Xs Xs Ys Ys Ys  Ys !Ys *Ys +[s ,[s =[s K[s L[s z[s [s [s [s [s [s [s \s .\s /\s 1\s 2\s 3\s <\s ]s ]s ]s ]s ]s ]s ]s ]s ^s $^s .^s /^s ]^s ^s ^s ^s ^s ^s ^s "`s #`s 4`s B`s C`s `s `s `s `s `s `s `s !as "as #as %as <as =as Fas cs cs cs cs cs |gs gs gs gs gs gs gs hs !hs mhs ohs hs hs hs <is =is Nis {is is is is is is is is is is is Kjs Ljs Mjs Njs Wjs js js js ks !ks *ks +ks Aks Qks Rks Sks Tks Uks Vks Wks Xks Yks Zks ks ks ks ks ks ks ks ms ms ms ns ns ns ns qos -ps .ps /ps 0ps Xps xps ps ps ps ps ps qs qs qs 9rs @rs Irs Jrs ss ss ss ss ss ss ts Qts Rts Sts Tts ]ts 0vs 1vs Bvs vs vs vs vs 5ws 6ws 7ws 8ws Aws ?ys @ys Qys ys ys ys ys ?zs @zs Azs Bzs Kzs t|s u|s |s |s |s |s |s }s c~s d~s e~s f~s w~s ~s ~s ~s ~s Ss Ts Us Vs _s 	s 
s s s s s s s s 
s s s 7s 8s s s s s s s s %s is ps ys zs s ʎs ˎs ̎s ͎s s s Us Vs Ws Xs as \s ]s ns s s s Õs s 
s s s 
s 5s 6s s s s s s s s s s  s $s %s *s ,s -s .s 7s js ks |s Ԧs զs ys s s s ˯s կs ֯s s s Ks Ms Ns Os Xs űs Ʊs ױs رs ٱs s s Ns Ps Qs Rs [s  s !s 2s 3s 4s \s ]s s s s s s {s |s s s s s s s s s s s Es Fs Ws Xs Ys Is Ss ^s s s s s λs ϻs -s /s Es Fs Os s s Ľs s s  s s s 's (s )s *s Rs Ss s s s s ¾s s s s s s s s "s 9s :s ;s <s ds es s s s s s ys zs s s s s s .s 0s 1s 2s ;s s s s s s s s s s s s s s 
s s s -s .s /s ;s <s =s Is Ms `s hs ts us zs s s s 
s s ?s Ds s s s s s s s "s Ns Rs ls ms rs s s s s s 
s s 5s 6s As 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 0s 1s Es Gs Hs Is Js Ks Ss Ys Zs cs gs hs {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 Ys fs s s s s s s <s =s Ns s s qs }s s s s s  s 2s 3s s s s s s s s s s s s s s s s s s s s s 5s 7s =s >s Ws Ys ^s _s ms os us vs s s s s s s s s s s s s s s s s s s s s s s s s 0s 2s 7s 8s ?s Ds _s `s t t t Pt Zt dt et t t 	t 	t 	t 	t %	t 	t 	t 	t 	t 	t 	t 
t 
t 
t 
t 
t 
t 
t <t =t Nt nt ot pt t t t t t t t .t /t @t `t at bt t t t t t t t 
t 
t 
t 
t 
t t t t t t &t 't Ht ut t t t t t Ct Dt Ut t t t t 
t t t t t tt ut t t t t t t t t t t t t t t t t t t t 3t At Qt Rt ]t bt ct mt rt st ~t t t t t t t t t t t t t t t t t t t 
t t t 6t Dt Tt Ut `t et ft pt ut vt t t t t t t t t t t t t t t t  t t t t t  t !t ^t l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 4t 9t :t t  t 0t 1t <t At Bt Lt Qt Rt ]t bt ct mt rt st t t t t t t t t t t t t t t t t *t 8t Ht It Tt Yt Zt dt it jt ut zt {t t t t t t t t t t t t t t t t 
t t t t Dt Rt bt ct nt st tt ~t t t t t t t t t Bt Pt `t at lt qt 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 Qt _t ot p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 e"t o"t p"t "t "t "t "t "t "t "t $t $t $t %t %t %t &t &t &t &t &t &t 't 't 't X(t Y(t ]*t g*t r*t *t *t *t *t *t +t 3+t 4+t 5+t 6+t ?+t -t -t -t */t +/t !0t +0t 60t i0t s0t }0t ~0t 0t 0t 0t 0t 0t 0t 0t 1t 1t 1t ;2t <2t 8Ct GCt YCt lCt mCt rCt zCt Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct Ct  Dt Dt Dt 
Dt Dt Dt (Dt )Dt `t `t )`t \`t f`t p`t q`t `t `t `t `t `t `t `t bt bt bt bt bt %ct /ct :ct mct wct ct ct ct ct ct ct ct ct ct et et et ft ft ft ft ft Oft Yft cft dft ft ft ft ft ft ft ft ht ht ht ht ht it "it -it `it jit tit uit it it it it it it it Nkt Okt `kt nkt okt pkt zkt kt kt kt kt kt kt &lt 'lt )lt *lt +lt 4lt mt mt mt mt mt 9nt Cnt Nnt nt nt nt nt nt nt nt nt nt nt nt qt qt 0qt bqt cqt ut $ut /ut but lut vut wut ut ut vt 
vt $vt %vt .vt vt vt vt wt  wt (wt )wt ?wt Owt Pwt Qwt Rwt zwt wt wt wt wt wt wt uxt vxt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt xt  yt Byt yt yt yt yt yt s{t t{t {t B|t I|t R|t S|t }t }t }t }t }t }t ~t a~t b~t c~t d~t m~t {t |t t t t t t t `t at bt ct t t t t t t t ΃t σt t 3t 4t \t ut ӄt Ԅt Մt քt ߄t ݆t ކt t Bt Ct kt lt ݇t އt ߇t t t t t $t xt t t t Et t t t t t ht it t t t t t t t t t t t t t t t t t t t Ւt ֒t 5t 6t 7t 8t At t t Ùt t t t t @t ht it jt kt t t t t t t t t t t Pt Wt `t at t t t t t ӥt ԥt 3t 5t 6t 7t @t Gt Ht Yt t t ²t òt Ȳt ʲt ˲t ̲t ղt t 	t t rt st t !t ,t _t it st tt t t t t t t t ct dt ut vt wt t t t t t t t t t t t t t t Gt It Jt Kt Tt t t +t ,t -t Ut Vt t t t t t t t t t t t t t /t 9t Ct Dt lt mt t t t t t Pt Qt bt t t t t t t t t t t t =t ?t Vt Wt `t :t ;t Lt t t t t t t t t t t t Ot Qt Rt St \t t t )t Vt Wt t t t t t t t @t At Rt t t Et Qt `t lt t t t t t t t t t t t t t t t t t t t t Ot Tt t t t t t 't (t -t dt ht t t t t t 
t t t Ht Mt tt ut zt t t t t t .t 3t ?t @t Ct Mt Nt Qt Zt [t mt rt zt 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 Ut Vt at nt ot yt t t t t t t t t t t t t t t t Lt Mt Yt t t t t t t ,t -t t t *t 6t 7t t t t t Xu \u ]u su t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 0u Eu Gu Lu Mu bu du iu j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 Hu u u u u u Su Tu eu u u u u u u u u u u u u u u 
u u 5u 6u 7u 8u 9u :u Cu u u u u u  u -u .u /u 0u 1u 2u ;u ;u <u Mu mu nu hu ru }u u u u u u u )u +u \u ]u fu u u u u u u u u u u u u  u  u $ u E u F u Q$u _$u o$u p$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 1%u 2%u P%u ^%u n%u o%u z%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 4&u 5&u ^&u l&u |&u }&u &u &u &u &u &u &u &u &u &u &u &u &u &u 
'u 'u 'u &'u +'u ,'u 6'u ;'u <'u G'u L'u M'u W'u \'u ]'u w'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 9)u G)u W)u X)u c)u h)u i)u s)u x)u y)u )u )u )u )u )u )u )u )u )u )u )u )u )u *u *u *u *u *u *u #*u (*u )*u Z*u h*u x*u y*u *u *u *u *u *u *u *u *u *u *u *u *u *u *u  +u +u +u +u +u +u !+u "+u -+u 2+u 3+u =+u B+u C+u +u +u +u +u 
,u ,u ,u ,u ,u  ,u +,u 0,u 1,u ;,u @,u A,u a,u o,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 J-u O-u P-u l-u z-u -u -u -u -u -u -u -u -u -u -u -u -u -u -u /u /u /u /u 0u 
0u 0u A0u e0u w0u y0u 0u 0u 0u n2u o2u 2u K3u L3u r3u 3u 3u 3u 3u 3u 3u -5u .5u ?5u 5u 5u 7u 8u 8u C8u M8u W8u X8u ~8u 8u 8u 8u 8u 8u 8u 3;u 4;u E;u <u <u =u =u =u >u >u >u >u B>u j>u |>u }>u ~>u >u >u |?u }?u ?u ?u ?u Pu Pu Pu 
Qu Qu Qu Qu Qu Qu #Qu +Qu 7Qu 8Qu =Qu DQu IQu JQu OQu VQu bQu cQu kQu sQu xQu yQu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu Qu mu mu mu mu nu nu nu =nu onu pnu rnu snu tnu }nu Jpu Kpu \pu pu pu pu pu pu qu qu qu  qu Nqu tqu uqu wqu xqu yqu qu su su su su su su su su su su tu tu 0tu Xtu Ytu [tu \tu ]tu ftu gvu hvu yvu vu vu vu vu vu vu wu wu wu Awu jwu kwu mwu nwu owu xwu xu xu xu yu 
yu yu yu #yu Vyu `yu jyu kyu yu yu yu yu yu yu yu ^{u _{u p{u ~{u {u {u {u {u |u )|u 3|u 4|u ]|u ^|u _|u a|u x|u y|u |u ~u ~u ~u  u u u u ͂u  u 
u u u =u ]u u u u Ãu ̃u xu yu u u u Ƅu Ǆu ݄u u u u u u ;u u u u u u u u %u Vu ]u fu gu }u u u u u u u u u u u u u +u ,u -u .u 7u u u #u u u u u u iu ju ku lu u u u  u u u u u u +u uu |u u u Bu u u  u u )u Au u u u u u lu mu ~u ёu ґu u u qu ru su tu }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 0u u u u u u Eu Fu Wu =u Du Mu Nu Ku Hu Iu Ju Ku su tu Ӡu Ԡu ՠu ֠u ߠu Ou Pu au u u u u ިu u u u 	u 1u 2u u u u u u u u u u u u u #u Fu Gu Hu Iu qu ru ѳu ӳu Գu ճu ޳u u u u ;u <u `u au fu hu iu ju su 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 nu ou pu u u u u u u u u u u u u u u @u Bu Cu Du Mu u u u u u u u u u u u u 
u u iu ku u u u u u  u -u 4u <u =u Su cu du eu fu u u u u u u u u u u u %u -u .u ^u uu vu wu xu u u u u u u u u u u u u u u ju lu mu nu wu u u u u u u u u 
u u !u "u Du Iu Yu Zu iu ju ku wu xu yu u u u u u u u u u Hu Iu Nu {u u u u u u u Xu Yu ^u u u u u u u u u u u Fu Ku qu ru }u u u u u u u u u u u u u u u &u 2u 3u >u Bu Iu Pu Qu Ru Su Tu Uu Vu Wu Xu Yu Zu [u \u ]u ^u @u Au Bu [u lu mu 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 8u 9u Gu Hu Iu u u u u u ?u @u Su xu yu u u u 
v 
v 
v 
v 
v &v <v nv ov v v v v v &v 'v (v 1v ?v Lv Mv Nv Ov Pv Qv Uv Vv Wv Xv qv sv yv z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 9v ;v Av Bv Pv Rv Xv Yv lv nv sv tv {v v v v D#v N#v Y#v #v #v #v #v #v #v >$v @$v W$v X$v a$v $v $v %v #%v $%v %%v L%v M%v N%v O%v P%v Q%v Z%v x&v y&v &v &v &v &v &v &v &v &v &v &v &v j'v k'v |'v 'v 'v 'v 'v 'v 'v 'v 'v 'v 'v (v (v (v )v )v *v *v *v N*v X*v b*v c*v *v *v *v *v *v *v +v ,v ,v ,v %-v &-v G-v H-v I-v J-v K-v L-v U-v -v -v -v -v -v 1v 1v 
2v 2v 2v 2v 2v )2v .2v /2v :2v ?2v @2v J2v O2v P2v o2v }2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 2v 3v 
3v 3v 3v 3v (3v -3v .3v 93v >3v ?3v I3v N3v O3v r3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 3v 
4v 4v 4v &4v +4v ,4v 64v ;4v <4v G4v L4v M4v W4v \4v ]4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 4v 5v #5v 35v 45v ?5v D5v E5v O5v T5v U5v `5v e5v f5v p5v u5v v5v N6v \6v l6v m6v x6v }6v ~6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 6v 7v 7v 7v 7v 7v 7v "7v '7v (7v 27v 77v 87v f7v t7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 7v 8v 8v 8v "8v '8v (8v 28v 78v 88v C8v H8v I8v S8v X8v Y8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v 8v ~9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 9v 
:v :v :v ):v .:v /:v 9:v >:v ?:v J:v O:v P:v Z:v _:v `:v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v :v 
;v ;v (;v );v 4;v 9;v :;v D;v I;v J;v U;v Z;v [;v e;v j;v k;v O=v Y=v d=v =v =v =v =v =v >v >v >v .>v />v 8>v @v 
@v @v @v @v Av ?Av @Av AAv BAv CAv LAv Bv Bv Bv Cv Cv Ev Ev Ev Ev Ev Ev Ev Fv KFv oFv pFv qFv rFv {Fv Hv Hv Hv fJv gJv ]Kv gKv rKv Kv Kv Kv Kv Kv Lv Lv Lv Lv Lv &Lv Mv Mv ,Mv wMv xMv t^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 3_v 4_v <_v C_v H_v I_v Q_v X_v d_v e_v P{v Z{v e{v {v {v {v {v {v 
|v |v |v |v |v |v }v }v }v 1~v 2~v a~v k~v v~v ~v ~v ~v ~v ~v v v v v v  v !v "v 3v Av Bv Cv Mv Xv v v v v ΁v v v v v v v v v v %v &v Tv ^v iv v v v v ߄v v 	v v v 
v v v v v v v v v v v v v 	v 7v bv cv ev fv gv pv v v v v v uv v v v ǉv щv ҉v v v v v v v  v Zv [v lv v v Vv `v kv v v v v ېv v Gv Iv `v av jv v v (v Uv \v dv ev {v v v v v v ْv %v &v 'v (v 1v v v Óv v v v v v +v ,v -v .v /v 0v 1v 2v 3v 4v \v ~v ɔv ʔv ˔v ̔v Քv v v v ~v v v v Kv v v 	v 
v 2v Rv v v v v v v v ɚv v v #v $v v v v v v ǜv ߜv +v ,v -v .v 7v 
v v v ov pv v v v v v v v v v +v ~v v v v v v v v %v Nv Ov `v v v ĥv ťv v =v >v ?v @v Qv v v ͧv Χv -v .v /v 0v 9v v v v ۫v v v v v v v v v v v qv rv sv tv }v v v v Cv Jv Sv Tv |v v v v v Ϸv зv /v 0v 1v 2v ;v 6v 7v Hv v v v v v v v v v v v ov qv rv sv |v v v v v v v v v v v v v Dv Ev Vv v v Sv ]v hv v v v v v v %v 'v (v )v 2v v v v v v v v (v *v +v ,v 5v v v v 
v v 6v 7v v v v v v Uv Vv gv hv iv v v v v v v v v  v 1v 2v 3v #v -v 8v kv uv v v v v v 	v v  v )v v v v v v v v v v v v v ,v -v yv {v v v v vv wv v v v v v v v v v v >v ?v v v v v v Sv Tv ev 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 Bv Nv Ov Tv v v v v v v v cv dv iv v v v v v ( w , w F w G w L w  w  w  w  w  w  w  w w w w jw o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 3w 4w =w Aw Bw Uw aw bw cw dw ew ww w w w w w w w w w w w w w w w w w w w 3w @w w w w w w w 	w 	w (	w h	w i	w Kw Ww fw rw s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 1'w 3'w 8'w 9'w G'w I'w O'w P'w c'w e'w k'w l'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 9(w :(w 0w 0w 0w *1w 41w >1w ?1w f1w 1w 1w 1w 1w 1w 1w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 2w 4w 4w (4w H4w I4w J4w q4w r4w s4w t4w u4w v4w 4w 5w 	5w 5w :5w ;5w <5w i5w j5w k5w l5w m5w n5w w5w w6w x6w 6w 6w 6w 7w 7w 7w 7w 7w  8w 8w "8w O8w e8w g8w 8w 8w 8w :w :w /:w :w :w :w :w :w :w :w :w :w N;w O;w `;w ;w ;w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w ?w 
@w @w +@w ,@w 7@w <@w =@w G@w L@w M@w X@w ]@w ^@w h@w m@w n@w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w @w Aw Aw .Aw /Aw :Aw ?Aw @Aw JAw OAw PAw [Aw `Aw aAw kAw pAw qAw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw Aw 8Bw FBw VBw WBw bBw gBw hBw rBw wBw xBw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Bw Cw Cw Cw Cw Cw Cw Cw 
Dw Dw Dw Dw Dw &Dw +Dw ,Dw 7Dw <Dw =Dw GDw LDw MDw uDw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Dw Ew Ew "Ew #Ew .Ew 3Ew 4Ew >Ew CEw DEw OEw TEw UEw _Ew dEw eEw Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Ew Fw ,Fw <Fw =Fw HFw MFw NFw XFw ]Fw ^Fw iFw nFw oFw yFw ~Fw Fw Gw *Gw :Gw ;Gw FGw KGw LGw VGw [Gw \Gw gGw lGw mGw wGw |Gw }Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw Gw +Hw 9Hw IHw JHw UHw ZHw [Hw eHw jHw kHw vHw {Hw |Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Hw Iw Iw 	Iw Jw Jw Kw 5Kw ?Kw IKw JKw }Kw Kw Kw Kw Kw Kw Kw Mw Mw Mw Nw Nw Nw Nw Nw Nw Nw Nw Nw iPw jPw {Pw 2Qw 3Qw 7Sw ASw LSw Sw Sw Sw Sw Sw Sw 
Tw Tw Tw Tw Tw oVw pVw Vw Xw Xw Xw Yw Yw CYw MYw WYw XYw ~Yw Yw Yw Yw Yw Yw Yw Zw Zw Zw [w [w lw !lw 3lw Flw Glw Llw Tlw Ylw Zlw _lw glw slw tlw ylw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw lw mw mw w w w 6w @w Jw Kw yw w w w w w w w w w ϋw Ћw w 	w w Gw Qw [w \w w w w w w w w w w юw ߎw w w w w )w 3w =w >w lw w w w w w w w w w Ñw đw w w w :w Dw Nw Ow }w w w w w w w (w )w :w Hw Iw Jw Tw _w w w w w Քw  w w w w w w w w w w w w w (w [w ew ow pw w w w w w w w w w 
w <w =w w w 	w <w Fw Pw Qw yw w w w w w w w w Ɵw w w w w w )w *w +w ,w Tw ww àw Ġw Šw Ơw Ϡw Ow Pw aw w w w w w ɡw ʡw ˡw ̡w ͡w Ρw ϡw Сw ѡw ҡw w w gw hw iw jw sw Mw Nw _w w #w ,w -w w w w w w Цw w ;w <w =w >w Gw Uw Vw gw w w w ¨w ~w :w ;w <w =w ew }w ɪw ʪw ˪w ̪w ժw w w w 
w w 6w Ow w w w w w w w ɯw w w Ew Fw w w w w ðw w w w Rw Yw bw cw w ۴w ܴw ݴw ޴w w Bw Cw kw lw ˵w ̵w ͵w εw ׵w w w w yw w w w w w w w w w w w w w w w w w w w w w w w Bw Cw Dw Ew mw nw w w w w w w w w *w 1w :w ;w _w w w w w w w 
w w w w w !w "w 3w ww xw w w w w w w w w w w Lw Mw w w w 9w Cw Mw Nw vw ww w w w w w =w >w Ow Pw Qw yw zw w w w w w w w w w w w w !w #w $w %w .w w w w w w /w 0w |w ~w w w w w w w w w w w w 	w w w w Fw Gw w w w w w *w +w <w iw pw xw yw w w w w w w w w w 0w 1w :w w w &w Zw aw iw jw w w w w w w w )w +w ,w -w 6w w w w 0w 1w Yw Zw w w w w w w w ,w Yw Zw x +x :x Fx Y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 B
x 
x 
x 
x 
x 
x 
x 
x 
x "x 'x Nx Ox Tx x x x x x x 
x x x x 'x (x +x 4x 5x Gx Lx Tx [x bx nx ox z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 0x ;x Hx Ix Sx `x ax bx cx dx ex fx gx tx ux x x x x x &x 'x 3x {x |x x x x x x x %x %x &x &x &x b&x x&x &x &x 24x 64x 74x M4x N4x b4x c4x d4x m4x {4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 4x 5x 5x 	5x 
5x 5x !5x &5x '5x <5x >5x C5x D5x ^5x `5x e5x f5x u5x w5x }5x ~5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x 5x >x >x >x >x >x >x >x ?x "?x z?x |?x ?x ?x ?x -@x .@x ?@x _@x `@x a@x @x @x @x @x @x @x @x Ax Ax Ax Ax Ax Ax Bx Bx Bx Bx Bx Bx Bx Bx Bx Bx Bx Bx Bx Cx Cx 	Cx 
Cx Cx Cx Cx Dx Dx 'Dx GDx HDx BEx LEx WEx Ex Ex Ex Ex Ex Ex Fx Fx 6Fx 7Fx @Fx Gx Gx Gx aHx bHx Hx Hx Hx Hx Hx Hx Hx Hx Hx Hx Ix  Ix +Mx 9Mx IMx JMx UMx ZMx [Mx eMx jMx kMx vMx {Mx |Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Mx Nx Nx Nx *Nx 8Nx HNx INx TNx YNx ZNx dNx iNx jNx uNx zNx {Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx Nx 	Ox Ox Ox 8Ox FOx VOx WOx bOx gOx hOx rOx wOx xOx Ox Ox Ox Ox Ox Ox Ox Ox Ox Ox  Px Px Px Px Px Px !Px &Px 'Px 1Px 6Px 7Px QPx _Px oPx pPx {Px Px Px Px Px Px Px Px Px Px Px Px Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Qx Rx !Rx 1Rx 2Rx =Rx BRx CRx MRx RRx SRx ^Rx cRx dRx nRx sRx tRx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Rx Sx Sx 4Sx BSx RSx SSx ^Sx cSx dSx nSx sSx tSx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Sx Tx Tx 
Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Tx Ux 
Ux Ux Ux Ux Ux ;Ux IUx YUx ZUx eUx jUx kUx uUx zUx {Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Ux Vx Vx 	Vx Vx Vx Vx $Vx )Vx *Vx FVx TVx dVx eVx pVx uVx vVx Vx Vx Vx Vx Vx Vx Vx Vx Vx Xx Xx Xx Xx Xx Xx Xx Yx ?Yx QYx SYx jYx kYx tYx H[x I[x Z[x %\x &\x L\x {\x |\x }\x ~\x \x \x ^x ^x ^x ^x ^x `x `x `x ax 'ax 1ax 2ax Xax ax ax ax ax ax ax 
dx dx dx ex ex fx fx fx fx fx fx fx gx Dgx Vgx Wgx Xgx Ygx bgx Vhx Whx hhx hx hx yx yx yx yx yx yx yx yx yx yx zx zx zx zx zx #zx $zx )zx 0zx <zx =zx Ezx Mzx Rzx Szx [zx czx ozx pzx xzx zx zx zx zx zx zx zx x x x Ԗx ޖx x x x Ix Jx Lx Mx Nx Wx $x %x 6x mx nx x x x x x x x (x Nx Ox Qx Rx Sx \x ]x ^x ox }x ~x x x x ǜx ќx ۜx ܜx 
x 2x 3x 5x 6x 7x @x Ax Bx Sx ax bx x x x ؟x x x x x Dx Ex Gx Hx Ix Rx ơx ǡx ءx x x x x x 0x :x Dx Ex sx x x x x x x 8x 9x Jx Xx Yx x x Ƥx x x 
x x 7x 8x 9x ;x Rx Sx \x x x x ڧx ۧx x x x ګx x x x x 7x x x x x x Rx Sx dx x x x x x ǭx ȭx ɭx ʭx x x ax bx cx dx mx x x x 0x 7x @x Ax Wx gx hx ix jx kx lx mx nx ox px x x x x x x x x x x x x ʲx ˲x x Cx Dx Ex Fx nx x ٴx ڴx ۴x ܴx x x x x Ox Vx _x `x x طx ٷx ڷx ۷x x x gx hx ix jx sx Fx Gx Xx x x Ժx x Kx Lx Mx Nx Wx Ux Vx gx x x x x Ux Vx Wx Xx ax x x x x x  x x x yx zx {x |x x x x 	x 
x ix jx kx lx ux x  x 1x x x 'x (x %x "x #x $x %x Mx Nx x x x x x )x *x ;x x x x x x x x x x x x kx lx mx nx wx rx sx x x x x x x  x !x "x #x Kx Lx x x x x x x x x x x :x ;x @x Bx Cx Dx Mx x x x x x x x x x x x x x x ax cx dx ex nx x x x x x x x dx fx gx hx qx 6x 7x Hx Ix Jx rx sx x x x x x x x x x x x x x x x x 'x [x \x mx nx ox _x ix tx x x x x x x C y E y [ y \ y e y y y y y y y y -y =y >y ?y @y hy iy y y y y y y y y y y y y 8y Oy Py Qy Ry zy {y y y y y y y y y y y y y Dy Fy Gy Hy Qy 
y 
y 
y 
y 
y y y y y y y y y #y 3y 4y Cy Dy Ey Qy Ry Sy _y cy vy ~y y y y y y "y #y (y Uy Zy y y y y y 2y 3y 8y dy hy y y y y y y y y  y %y Ky Ly W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 0y 1y 2y 3y 4y 5y 6y 7y 8y y y y 5y Fy Gy [y ]y ^y _y `y ay iy oy p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 o#y |#y #y #y #y $y $y -$y R$y S$y d$y $y $y 3y 3y 3y 3y 3y  4y 4y H4y I4y Ay Ay Ay Ay Ay  By By By By By &By 'By (By )By *By +By /By 0By 1By 2By KBy MBy SBy TBy mBy oBy tBy uBy By By By By By By By By By By By By By By By By By By Cy Cy Cy Cy Cy Cy *Cy ,Cy 2Cy 3Cy FCy HCy MCy NCy UCy ZCy uCy vCy Ly (Ly 3Ly fLy pLy zLy {Ly Ly Ly My My 1My 2My ;My My My My My My My &Ny 'Ny (Ny )Ny *Ny +Ny 4Ny ROy SOy dOy Oy Oy Oy Oy Oy Oy Oy Oy Oy Oy DPy EPy VPy vPy wPy xPy Py Py Py Py Py Py Py Qy Qy Qy Qy Qy Ry Ry Ry (Sy 2Sy <Sy =Sy ^Sy Sy Sy Sy Sy Sy Sy YUy ZUy kUy Uy  Vy !Vy "Vy #Vy $Vy %Vy &Vy /Vy Vy Vy Vy Vy Vy Zy Zy Zy Zy Zy Zy Zy [y [y 	[y [y [y [y $[y )[y *[y I[y W[y g[y h[y s[y x[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 L\y Z\y j\y k\y v\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 1]y 6]y 7]y t]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 J^y O^y P^y (_y 6_y F_y G_y R_y W_y X_y b_y g_y h_y s_y x_y y_y _y _y _y _y _y _y _y _y _y _y _y _y _y _y `y `y `y `y `y @`y N`y ^`y _`y j`y o`y p`y z`y `y `y `y `y `y `y `y `y `y `y `y `y `y ay ay ay ay ay ay "ay #ay -ay 2ay 3ay Zay hay xay yay ay ay ay ay ay ay ay ay ay ay ay ay Xby fby vby wby by by by by by by by by by by by by by by by by cy cy 	cy cy cy cy $cy )cy *cy 4cy 9cy :cy gcy ucy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy cy dy dy dy dy dy dy #dy $dy /dy 4dy 5dy ?dy Ddy Edy )fy 3fy >fy qfy {fy fy fy fy fy fy fy gy 	gy gy hy hy hy iy iy iy jy jy jy jy jy &jy ky ky ky nly oly sny }ny ny ny ny ny ny ny %oy Ioy Joy Koy Loy Uoy qy qy qy @sy Asy 7ty Aty Lty ty ty ty ty ty ty ty ty ty ty  uy uy uy vy Qvy Rvy Ny ]y oy 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 2y >y ?y *y 4y ?y ry |y y y y y y y y y y ¦y æy Ԧy y y ;y Ey Py y y y y Ƨy y y y y y y y y 
y y y y 'y 2y ey oy yy zy y Ъy Ѫy Ӫy Ԫy ժy ުy ߬y y y y  y .y 8y Cy vy y y y y y y y y y y dy ey vy y y y y y ίy دy y y y <y =y ?y @y Ay Jy ֱy ױy y y y Oy Yy dy y y y y ղy ֲy ײy ٲy y y y 4y 5y Fy xy yy 0y :y Ey xy y y y y չy !y #y :y ;y Dy y y y /y 6y >y ?y Uy ey fy gy hy 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 6y Xy y y y y y y y y Xy _y hy iy %y y y y y y ,y wy xy yy zy y y y y y y y y y vy wy xy yy y y y y y y y y y y Iy Jy ry y y y y y y y y y Xy 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 Ky Ly My Ny Wy y y y y $y -y .y Vy ~y y y y y y 	y 
y y y y y y "y fy my vy wy y y y y y y y Iy Ky Ly My Vy ]y ^y oy y y y y y y y y y y y 0y y y -z 7z Bz uz z z z z z z z z z z yz zz z z z z z z z z z z z z z z z z z ]z _z `z az jz /z 0z Az Bz Cz kz lz z z z z z z z z z 
z z 
z 
z E
z O
z Y
z Z
z 
z 
z 
z 
z 
z 
z z fz gz xz z z z z z z z z z z z Sz Uz lz mz vz Pz Qz bz z z z z z z z z z z z ez gz hz iz rz -z .z ?z lz mz z z z z z z z Vz Wz hz z z [&z g&z v&z &z &z &z &z &z &z &z &z &z &z &z &z &z &z &z 'z 'z 'z ('z )'z .'z e'z j'z 'z 'z 'z 'z 'z =(z >(z C(z z(z ~(z (z (z (z )z )z  )z !)z &)z ^)z c)z )z )z )z )z )z )z )z )z D*z I*z U*z V*z Y*z c*z d*z g*z p*z q*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 Q,z k,z l,z w,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z ,z 
1z 1z b1z c1z o1z 1z 1z 1z 1z 1z 2z B2z C2z %Az 1Az @Az LAz MAz Az Az Az Az nOz rOz sOz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Oz Pz 
Pz Pz Pz !Pz #Pz )Pz *Pz =Pz ?Pz EPz FPz [Pz ]Pz bPz cPz xPz zPz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Pz Qz Qz Yz Yz Yz Zz Zz Zz Zz @Zz ^Zz Zz Zz Zz Zz Zz i[z j[z {[z [z [z [z [z [z [z [z [z [z [z \z \z ]z "]z #]z $]z K]z L]z M]z N]z O]z P]z Y]z ]z ]z ]z ^z ^z ^z C^z D^z E^z F^z G^z H^z Q^z Q_z R_z c_z _z _z ~`z `z `z `z `z `z `z `z )az ?az Aaz raz saz |az bz bz 	cz cz cz cz cz cz cz cz cz cz (dz )dz :dz [dz \dz ghz uhz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz hz iz iz iz iz iz !iz &iz 'iz 2iz 7iz 8iz Biz Giz Hiz fiz tiz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz iz jz 	jz jz jz jz $jz )jz *jz 5jz :jz ;jz Ejz Jjz Kjz tjz jz jz jz jz jz jz jz jz jz jz jz jz jz jz jz kz  kz 0kz 1kz <kz Akz Bkz Lkz Qkz Rkz ]kz bkz ckz mkz rkz skz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz kz lz lz lz lz lz lz lz  mz mz mz mz mz mz !mz &mz 'mz Omz ]mz mmz nmz ymz ~mz mz mz mz mz mz mz mz mz mz mz mz mz mz mz nz 
nz nz nz nz nz )nz .nz /nz 9nz >nz ?nz pnz ~nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz nz oz oz oz "oz 'oz (oz 2oz 7oz 8oz Coz Hoz Ioz Soz Xoz Yoz oz pz pz pz  pz %pz &pz 0pz 5pz 6pz Apz Fpz Gpz Qpz Vpz Wpz wpz pz pz pz pz pz pz pz pz pz pz pz pz pz pz pz qz qz #qz $qz /qz 4qz 5qz ?qz Dqz Eqz Pqz Uqz Vqz `qz eqz fqz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz qz sz sz sz tz tz #tz $tz Wtz {tz tz tz tz tz tz vz vz vz awz bwz wz wz wz wz wz wz wz Cyz Dyz Uyz zz 
zz |z |z &|z Y|z c|z m|z n|z |z |z |z |z |z |z |z Iz Jz [z ހz ߀z Ձz ߁z z z 'z 1z 2z Xz z z z z z z z z z z z z z 
z  z !z &z .z 3z 4z 9z Az Mz Nz Sz Zz _z `z ez lz xz yz z z z z z z z z z z z z ɕz Еz ܕz ݕz ȱz ұz ݱz z z $z %z Sz z z z z z z `z az rz z z ٴz z z !z +z 5z 6z dz z z z z z z z z z z z z ŷz зz z 
z z z Fz nz oz qz rz sz |z }z ~z z z z ̺z ֺz z z z (z )z Wz z z z z z z z z z "z #z $z .z 9z lz vz z z z ڽz ۽z ݽz ޽z ߽z z tz uz z z z z z z 5z ?z Iz Jz sz tz uz wz z z z z z z z z z z z z  z *z +z Sz sz z z z z z z z z z z z z z z z z z .z Qz z z z z z )z *z ;z lz sz |z }z z z z z z z z z z z z z z Az Bz Cz Dz Mz 'z (z 9z z z z z z z z z z z z z z z z !z /z 0z Az z z z z Xz z z z z ?z Wz 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 3z <z =z z z z z z z z z Ez Fz z z z z z [z \z mz Sz Zz cz dz az ^z _z `z az z z z z z z z ez fz wz z z z z z z z z z Gz Hz z z z z z z z z z z z z 9z \z ]z ^z _z z z z z z z z { { 
{ Q{ R{ v{ w{ |{ ~{ { { { { { { &{ '{ { { { { { '{ ({ P{ Q{ { { { { { { { ){ *{ +{ S{ T{ { { { { { r{ s{ { { { { { { { { { { { { { { { 	{ 
{ V{ X{ Y{ Z{ c{ { { { { { { { { { { { {  { !{ { { { { { { { { C{ J{ R{ S{ i{ y{ z{ {{ |{ { { { { 
{ { { { {   { 4 { ; { C { D { t {  {  {  {  {  {  { !{ !{ !{ !{ !{ "{ "{ "{ 
#{ #{ 3#{ 4#{ #{ #{ #{ #{ #{ %{ %{ &{ 3&{ 4&{ 3{ 4{ 4{  4{ 34{ 74{ 84{ Z4{ _4{ o4{ p4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 4{ 5{ 5{ ^5{ _5{ d5{ 5{ 5{ 5{ 5{ 5{ 6{ 6{ n6{ o6{ t6{ 6{ 6{ 6{ 6{ 6{ 6{ 7{ (7{ )7{ .7{ \7{ a7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 7{ 8{ 8{ 8{ 8{ 8{ !8{ &8{ .8{ 58{ <8{ H8{ I8{ T8{ X8{ _8{ f8{ g8{ h8{ i8{ j8{ k8{ l8{ m8{ n8{ o8{ p8{ q8{ r8{ s8{ t8{ V9{ W9{ X9{ q9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 9{ 	:{ 
:{ :{ ":{ #:{ -:{ ::{ ;:{ <:{ =:{ >:{ ?:{ @:{ A:{ N:{ O:{ ]:{ ^:{ _:{ >{ >{  ?{ ?{ 
?{ U?{ V?{ i?{ ?{ ?{ ?{ ?{ ?{ N{ N{ N{ N{ N{ <O{ RO{ O{ O{ ]{ ]{ ]{ ']{ (]{ <]{ =]{ >]{ G]{ U]{ b]{ c]{ d]{ e]{ f]{ g]{ k]{ l]{ m]{ n]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{ ]{  ^{ ^{ ^{ ^{ ^{ ^{ 8^{ :^{ ?^{ @^{ O^{ Q^{ W^{ X^{ f^{ h^{ n^{ o^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ ^{ Zg{ dg{ og{ g{ g{ g{ g{ g{ g{ Th{ Vh{ mh{ nh{ wh{ i{ i{ i{ 9i{ :i{ ;i{ bi{ ci{ di{ ei{ fi{ gi{ pi{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ j{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ k{ l{ l{ m{ !m{ "m{ n{ &n{ 1n{ dn{ nn{ xn{ yn{ n{ n{ n{ n{ o{ o{ o{ p{ p{ p{ ;q{ <q{ ]q{ ^q{ _q{ `q{ aq{ bq{ kq{ q{ q{ q{ q{ q{ v{ v{ #v{ $v{ /v{ 4v{ 5v{ ?v{ Dv{ Ev{ Pv{ Uv{ Vv{ `v{ ev{ fv{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ v{ w{ w{ "w{ #w{ .w{ 3w{ 4w{ >w{ Cw{ Dw{ Ow{ Tw{ Uw{ _w{ dw{ ew{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ w{ x{  x{ 0x{ 1x{ <x{ Ax{ Bx{ Lx{ Qx{ Rx{ ]x{ bx{ cx{ mx{ rx{ sx{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{ x{  y{ y{ y{ y{ y{ +y{ 9y{ Iy{ Jy{ Uy{ Zy{ [y{ ey{ jy{ ky{ vy{ {y{ |y{ y{ y{ y{ dz{ rz{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ z{ {{ {{ {{ {{ {{ '{{ ,{{ -{{ 8{{ ={{ >{{ H{{ M{{ N{{ |{{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ {{ |{ |{ ,|{ -|{ 8|{ =|{ >|{ H|{ M|{ N|{ Y|{ ^|{ _|{ i|{ n|{ o|{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ |{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ }{ ~{ #~{ 3~{ 4~{ ?~{ D~{ E~{ O~{ T~{ U~{ `~{ e~{ f~{ p~{ u~{ v~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ ~{ { {  { .{ >{ ?{ J{ O{ P{ Z{ _{ `{ k{ p{ q{ {{ { { e{ o{ z{ { { { { { { +{ -{ D{ E{ N{ "{ #{ 4{ {  { &{ U{ V{ W{ X{ Y{ b{ { { { { { { { ĉ{ { { { { 2{ a{ { { { { { { { { |{ }{ s{ }{ { { ŏ{ Ϗ{ Џ{ { { 0{ 1{ 2{ 3{ <{ 0{ 1{ B{ { { { { { { { Ģ{ ̢{ Ѣ{ Ң{ ע{ ߢ{ { { { { { { { 
{ { { { '{ ,{ -{ 5{ ={ I{ J{ R{ Y{ ^{ _{ g{ n{ z{ {{ f{ p{ {{ { { ¿{ ÿ{ { #{ ${ &{ '{ ({ 1{ { { { G{ H{ w{ { { { { { { { ({ ){ +{ ,{ -{ 6{ 7{ 8{ I{ W{ X{ Y{ c{ n{ { { { { { { 
{ { { { { { { -{ ;{ <{ j{ t{ { { { { { { { { !{ "{ #{ ,{ { { { { { { { { 
{ { { { M{ x{ y{ {{ |{ }{ { { { ${ 2{ 3{ { { { { { { { { { { { ,{ -{ 6{ p{ q{ { { { l{ v{ { { { { { { { ]{ _{ v{ w{ { ,{ -{ >{ k{ r{ z{ {{ { { { { { { { ;{ <{ ={ >{ G{ { { { 
{ { { { 1{ A{ B{ C{ D{ E{ F{ G{ H{ I{ J{ r{ { { { { { { { { { { { { { a{ { { {  { H{ h{ { { { { { { { { ){ 0{ 9{ :{ { { { { { { { A{ B{ C{ D{ M{  { !{ 2{ { { { { %{ &{ '{ ({ 1{ /{ 0{ A{ { { { { /{ 0{ 1{ 2{ ;{ d{ e{ v{ { { { { { S{ T{ U{ V{ g{ { { { { C{ D{ E{ F{ O{ { { { { { { { { { { { { '{ ({ { { { { { { { { Y{ `{ i{ j{ { { { { { { { E{ F{ G{ H{ Q{ L| M| ^| | | | | | | | | | %| &| | | | | | | | | | | | | | | | | '| Z| [| l| | | i| s| ~| | | | | | | ;| =| >| ?| H| | | | | | | | >| @| A| B| K|  |  | " | # | $ | L | M |  |  |  |  |  | k!| l!| }!| ~!| !| !| !| !| !| !| !| "| 5#| 6#| G#| H#| I#| 9(| C(| N(| (| (| (| (| (| (| )| )| 5)| 6)| ?)| *| *| *| *| *| *| *| +| +| +| +| +| B+| C+| +| +| +| +| +| -| -| -| -| -| -| -| .| ).| *.| +.| ,.| T.| U.| .| .| .| .| .| i0| j0| {0| 0| 0| 0| 0| 1|  1| !1| "1| +1| 3| 3| 3| 3| 3| A| A| A| A| A| A| A| A| A| 
B| B| B| B| B| +B| ,B| -B| 9B| =B| PB| XB| dB| eB| jB| B| B| B| B| C| /C| 4C| yC| zC| C| C| C| D| 
D| D| >D| BD| \D| ]D| bD| D| D| D| D| D| D| D| %E| &E| 1E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| E| F| F| F| F| F| 	F| 
F| F| F| 
F| F| F| F| F| F| F| F| F| G|  G| !G| 5G| 7G| 8G| 9G| :G| ;G| CG| IG| JG| SG| WG| XG| kG| wG| xG| yG| zG| {G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| G| IL| VL| L| L| L| L| L| M| ,M| -M| >M| ~M| M| a\| m\| |\| \| \| \| \| "]| #]| j| j| j| j| j| j| j| j| j| j|  k| k| k| k| k| k| 	k| 
k| k| k| %k| 'k| -k| .k| Gk| Ik| Nk| Ok| ]k| _k| ek| fk| yk| {k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| k| l| l| l| 
l|  l| "l| 'l| (l| /l| 4l| Ol| Pl| t| u| 
u| @u| Ju| Tu| Uu| |u| u| u| u| v| v| v| v| v| v| v| v| v|  w| w| w| w| w| w| w| ,x| -x| >x| ^x| _x| `x| x| x| x| x| x| x| x| y| y| 0y| Py| Qy| Ry| y| y| y| y| y| y| y| z| z| z| z| z| {| {| {| || || || || 8|| e|| {|| }|| || || || 3~| 4~| E~| ~| ~| ~| ~| ~| ~| ~|  | 	| d| e| v| | | | | | | ̓| ҃| Ӄ| ݃| | | | | | | | | #| 1| A| B| M| R| S| ]| b| c| n| s| t| ~| | | | | | | ̄| ф| ҄| ܄| | | | | | | | | &| 4| D| E| P| U| V| `| e| f| q| v| w| | | | | | ΅| υ| څ| ߅| | | | | |  | | | | | N| \| l| m| x| }| ~| | | | | | | | | | Ɇ| ׆| | | | | | | | 	| | | | $| )| *| | |  | !| ,| 1| 2| <| A| B| M| R| S| ]| b| c| | | | | | | | ň| ʈ| ˈ| ֈ| ۈ| ܈| | | | | (| 8| 9| D| I| J| T| Y| Z| e| j| k| u| z| {| | | ʉ| ˉ| ։| ۉ| ܉| | | | | | | | | 
| 4| B| R| S| ^| c| d| n| s| t| | | | | | | 2| @| P| Q| \| a| b| l| q| r| }| | | | | | | | ы| ҋ| ݋| | | | | | | | | | | | A| O| _| `| k| p| q| {| | | | | | | | | | ̌| ܌| ݌| | | | | | | 	| | | | | | | 
| | K| U| _| `| | | ɏ| ˏ| | | | | | ґ| | | Ē| | | | | |  | | | | H| I| M| W| b| | | | | З| | #| $| %| &| /| | | | | | | | &| Y| c| m| n| | | Ν| ϝ| Н| ѝ| ڝ| Ξ| Ϟ| | +| ,| (| 7| I| \| ]| b| j| o| p| u| }| | | | | | | | | | | | Ű| ʰ| ˰| Ӱ| ۰| | | | | | | | | | | | | | L| V| `| a| | | | | | | | | | | | | | | *| ]| g| q| r| | | | | | | | | | | | | | | | ?| I| S| T| | | | | | | | | | | | | | | | P| Z| d| e| | | | | | | | >| ?| P| ^| _| `| j| u| | | | | | | | | | | $| | | | | | )| 3| >| q| {| | | | | | | | | | | |  | R| S| 
| | | R| \| f| g| | | | | | | | | | | 	| | | | /| ?| @| A| B| j| | | | | | | e| f| w| | | | | | | | | | | | | | | | | 2| }| ~| | | | c| d| u| 2| 9| B| C| | | | | | | | Q| R| S| T| ]| k| l| }| | | | | | P| Q| R| S| {| | | | | | | | | | #| $| L| e| | | | | | | | | 2| 3| [| \| | | | | | | | | h| o| x| y| 5| | | | | | X| Y| | | | | | | | | | | | | | | | | | | | | | % } & } ' } ( } 1 } } } } } } } } 0} X	} Y	} Z	} [	} 	} 	} 	} 	} 	} 	} 	} } } } @} G} P} Q} u} } } } } } } #} %} &} '} 0} 7} 8} I} } } } } } } } } }  }  } 
!} b!} c!} *} *} *} O*} Y*} c*} d*} *} *} *} *} *} *} *} S,} T,} e,} f,} g,} ,} ,} ,} ,} ,} ,} ,} -} -} -} -} -} -} -} 7.} 9.} :.} ;.} D.} 	/} 
/} /} /} /} E/} F/} /} /} /} /} /} 0} 0} 0} 0} 0} 5} 5} 5} 6} )6} 36} 46} \6} ]6} 6} 6} 6} 6} 6} @8} A8} R8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} 8} -9} /9} F9} G9} P9} *;} +;} <;} p;} w;} ;} ;} ;} ;} ;} ;} ;} ;} ;} ?<} A<} B<} C<} L<} >} >} >} F>} G>} o>} p>} >} >} >} >} >} 0A} 1A} BA} oA} pA} 5O} AO} PO} \O} oO} sO} tO} O} O} O} O} O} O} O} O} O} O} O} O} O} O} P} P} P} ?P} DP} P} P} P} P} P} Q} Q} Q} TQ} XQ} Q} Q} Q} Q} Q} Q} Q}  R} 8R} =R} dR} eR} jR} R} R} R} R} R} S} #S} /S} 0S} 3S} =S} >S} AS} JS} KS} ]S} bS} jS} qS} xS} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} S} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} T} 	U} U} U} U} U} U} +U} EU} FU} QU} ^U} _U} iU} vU} wU} xU} yU} zU} {U} |U} }U} U} U} U} U} U} Y} Y} <Z} =Z} IZ} Z} Z} Z} Z} Z} Z} [} [} i} j} j} &j} 'j} xj} j} j} j} Hx} Lx} Mx} cx} dx} xx} yx} zx} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} x} y} y} y} y} y}  y} 5y} 7y} <y} =y} Ry} Ty} Yy} Zy} ty} vy} {y} |y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} y} } } } ނ} } } } } 8} } } } } } C} D} U} u} v} w} } } } } } } } ʅ} ˅} ܅} } } } %} &} '} (} )} *} 3} } } Ά} } } } } } }  } !} "} +} +} ,} =} ]} ^} X} b} m} } } } } ։} } } } L} M} V} ы} ҋ} } w} x} } } } } } } } } } } 5} 6} A} O} _} `} k} p} q} {} } } } } } } } } } ϑ} ߑ} } } } } }  } } } } } } !} "} @} N} ^} _} j} o} p} z} } } } } } } } } Ē} Ғ} } } } } } } } } } } } } $} %} N} \} l} m} x} }} ~} } } } } } } } } } } } 
} } } } } &} +} ,} 7} <} =} G} L} M} g} u} } } } } } } } } } } } } ǔ} Ȕ} } } } } ʕ} ϕ} Е} ڕ} ߕ} } } } } }  } } )} 7} G} H} S} X} Y} c} h} i} t} y} z} } } } } Ɩ} ֖} ז} } } } } } } } } 	} } } } J} X} h} i} t} y} z} } } } } } } } } } җ} } } } } } } } } } } "} #} -} 2} 3} И} ޘ} } } } }  } 
} } } }  } !} +} 0} 1} Q} _} o} p} {} } } } } } } } } } } } ߙ} } } } 	} } } } } } *} /} 0} :} ?} @} \} j} z} {} } } } } } } } } } } } } } } } } } } } 1} U} g} i} } } } ^} _} p} ;} <} b} } } } } } } } } /} } } } }  } 3} =} G} H} n} } } ¥} å} ĥ} ͥ} #} $} 5} } } } } Ī} } } } } 2} Z} l} m} n} o} x} l} m} ~} ɬ} ʬ} ƽ} ս} } } }  } } 
} } } } '} (} -} 4} 9} :} ?} F} R} S} [} c} h} i} q} y} } } } } } } } } } } } } } } } } } -} _} `} b} c} d} m} :} ;} L} } } } } } } } } } >} d} e} g} h} i} r} s} t} } } } } } } } } } }  } H} I} K} L} M} V} W} X} i} w} x} } } } } } } } 1} Z} [} ]} ^} _} h} } } } } } } } } F} P} Z} [} } } } } } } } N} O} `} n} o} } } } } } #} $} M} N} O} Q} h} i} r} } } } } } } } } } } } } -} M} } } } } } h} i} z} } } } } } } } } } } +} w} x} y} z} } } } } F} M} V} W} m} }} ~} } } } } } } } } } } } } } } '} } } } } } } } } Y} Z} [} \} } } } } } } } 	} 
} } e} l} u} v} 2} } } } } } 1} }} ~} } } } \} ]} n} } } } } a} b} c} d} m} k~ l~ }~ ~ ~ ~ ~ k~ l~ m~ n~ w~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~ 5
~ 6
~ G
~ -~ 4~ =~ >~ ;~ 8
~ 9
~ :
~ ;
~ c
~ d
~ 
~ 
~ 
~ 
~ 
~ ?~ @~ Q~ ~ ~ ~ ~ ~ ~ ~ ~ ~ !~ "~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ 6 ~ 7 ~ 8 ~ 9 ~ a ~ b ~  ~  ~  ~  ~  ~ ,~ ,~ ,~ +-~ ,-~ P-~ Q-~ V-~ X-~ Y-~ Z-~ c-~ .~ .~ .~  /~ /~ 7~ 7~ 7~ 7~ 7~ 8~ 8~ *8~ +8~ w8~ y8~ z8~ {8~ 8~ 9~ 9~ :~ :~ :~ -:~ .:~ z:~ |:~ }:~ ~:~ :~ L;~ M;~ ^;~ _;~ `;~ ;~ ;~ ;~ ;~ ;~ ;~ ;~ <~ <~ <~ <~ <~ <~ <~ 0=~ 2=~ 3=~ 4=~ ==~ q>~ r>~ >~ >~ >~ uC~ C~ C~ C~ C~ C~ C~ C~ C~ YD~ [D~ qD~ rD~ {D~ E~ E~ E~ F~ $F~ ,F~ -F~ CF~ SF~ TF~ UF~ VF~ ~F~ F~ F~ F~ F~ F~ F~ H~ H~ H~ I~ I~ I~ I~ NI~ eI~ fI~ gI~ hI~ I~ I~ I~ I~ I~ I~ I~ K~ K~ K~ K~ K~ 
L~ L~ ZL~ \L~ ]L~ ^L~ gL~ N~ N~ N~ 
O~ O~ \~ \~ \~ \~ 
]~ ]~ ]~ 4]~ 9]~ I]~ J]~ Y]~ Z]~ []~ g]~ h]~ i]~ u]~ y]~ ]~ ]~ ]~ ]~ ]~ ]~ ]~ 8^~ 9^~ >^~ k^~ p^~ ^~ ^~ ^~ ^~ ^~ H_~ I_~ N_~ z_~ ~_~ _~ _~ _~ _~ _~ `~ `~ `~ 6`~ ;`~ a`~ b`~ m`~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~ `~  a~ a~ a~ a~ "a~ #a~ .a~ 2a~ 9a~ @a~ Aa~ Ba~ Ca~ Da~ Ea~ Fa~ Ga~ Ha~ Ia~ Ja~ Ka~ La~ Ma~ Na~ 0b~ 1b~ 2b~ Kb~ \b~ ]b~ qb~ sb~ tb~ ub~ vb~ wb~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ b~ c~ c~ c~ c~ c~ c~ c~ c~ c~ (c~ )c~ 7c~ 8c~ 9c~ g~ g~ g~ g~ g~ /h~ 0h~ Ch~ hh~ ih~ zh~ h~ h~ w~ w~ w~ w~ w~ x~ ,x~ ^x~ _x~ ~ ~ ~ ~ ~ ~ ~ ~ !~ /~ <~ =~ >~ ?~ @~ A~ E~ F~ G~ H~ a~ c~ i~ j~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ӆ~ Ն~ چ~ ۆ~ ~ ~ ~ ~ ~ ~ ~ ~ )~ +~ 1~ 2~ @~ B~ H~ I~ \~ ^~ c~ d~ k~ p~ ~ ~ 4~ >~ I~ |~ ~ ~ ~ ~ ֐~ .~ 0~ G~ H~ Q~ ~ ~ ~ ~ ~ ~ <~ =~ >~ ?~ @~ A~ J~ h~ i~ z~ ~ ~ ~ Ó~ ē~ œ~ Ɠ~ Ǔ~ ȓ~ ѓ~ Z~ [~ l~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɔ~ ɕ~ ʕ~ ە~ ~ ~ ~  ~ ~ >~ H~ R~ S~ t~ ~ ~ ~ ~ ~ ~ o~ p~ ~ ~ ~ 7~ 8~ 9~ :~ ;~ <~ E~ ~ ~ ~ Ӛ~ Ԛ~ ߞ~ ~ ~ ~ 	~ ~ ~ ~ ~ ~ *~ /~ 0~ :~ ?~ @~ _~ m~ }~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ޟ~ ~ ~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ 9~ >~ ?~ b~ p~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  ~ à~ ~ ~ 
~ ~ ~ ~ ~ &~ +~ ,~ 7~ <~ =~ G~ L~ M~ ~ ~ ~ ~ ~ ~ ~ ġ~ ɡ~ ʡ~ ա~ ڡ~ ۡ~ ~ ~ ~ ~ ~ #~ $~ /~ 4~ 5~ ?~ D~ E~ P~ U~ V~ `~ e~ f~ >~ L~ \~ ]~ h~ m~ n~ x~ }~ ~~ ~ ~ ~ ~ ~ ~ ǣ~ գ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ V~ d~ t~ u~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ "~ '~ (~ 3~ 8~ 9~ C~ H~ I~ p~ ~~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ˥~ Х~ ѥ~ n~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ɦ~ Φ~ Ϧ~ ~ ~ 
~ ~ ~ ~ ~ )~ .~ /~ :~ ?~ @~ J~ O~ P~ }~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ȧ~ ͧ~ Χ~ ا~ ݧ~ ާ~ ~ ~ ~ ~ $~ )~ *~ 4~ 9~ :~ E~ J~ K~ U~ Z~ [~ ?~ I~ T~ ~ ~ ~ ~ Ϫ~ ~ ~ ~ ~ ~ (~ ~ ~ ~ ٭~ ڭ~  ~ /~ 0~ 1~ 2~ 3~ <~ ~ ~ ͯ~ ~ ~ ~ ~ ~ Ѳ~ ۲~ ~ ~ ~ ;~ _~ `~ a~ b~ k~ ~ µ~ ӵ~ V~ W~ M~ W~ b~ ~ ~ ~ ~ и~ ~ 
~ ~ ~ 
~ ~ 
~ ~ ~ g~ h~ d~ s~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ #~ $~ ,~ 3~ 8~ 9~ A~ H~ T~ U~ @~ J~ U~ ~ ~ ~ ~ ~ ~ ~  ~ ~ ~ ~ ~ ~ ~ !~ "~ Q~ [~ f~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ #~ 1~ 2~ 3~ =~ H~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ D~ N~ Y~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ z~ {~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ '~ R~ S~ U~ V~ W~ `~ ~ ~ ~ ~ 
~ e~ o~ z~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ J~ K~ \~ ~ ~ F~ P~ [~ ~ ~ ~ ~ ~ ~ 7~ 9~ P~ Q~ Z~ ~ ~ ~ E~ L~ T~ U~ k~ {~ |~ }~ ~~ ~ ~         !                        ! " # $ L n         n u ~  ;     " B          
    	 	 	 	 	 	 
 
 
 
 '
    _ `     
 
 
 
 	 
  n o   	 
    > ? P     q - . / 0 A          )               a b c d m ! ! ! 3" :" C" D" l# $ $ $ $ $ $ %  % !% "% +% &+ '+ 8+ |+ + + + , - - - - -  . _. a. b. c. l. s: t: : : : : : : : : : ; 4< 5< F< < < CE ME XE E E E E E E F F F F "F G G G G G G G H H H H %H H H H H H &I 'I sI uI vI wI I EJ FJ WJ XJ YJ J J J J J J J L L !L "L #L Q Q (Q [Q eQ oQ pQ Q Q Q Q R R R |S }S S S S S S S S S S S T T iT kT T T T fV gV xV V V V V V W W W W .W /W {W }W ~W W W CY DY UY Y Y Y Y Y Y Y Y Z l\ m\ ~\ \ \ qj }j j j j j j j j j j j j j k k k k k *k 2k >k ?k Dk {k k k k k 	l l Sl Tl Yl l l l l l m m 6m 7m <m tm ym m m m m m m  n n Zn _n kn ln on yn zn }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 o o o o o o p p p p p p p #p $p -p 1p 2p Ep Qp Rp Sp Tp Up gp p p p p p p p p p p p p p p p p p p p #u 0u xu yu u u u u v v v Xv Yv ; G V b c  ʅ            ͓ ړ ۓ ܓ ݓ ޓ ߓ         ! # ( ) 7 9 ? @ S U [ \ q s x y         ǔ ɔ ϔ Д ޔ        	  ) * ҝ ܝ   $ . / V t ̞ Ξ          ڟ ۟ ܟ ݟ ޟ ߟ     8 9 : a b c d e f o   
 * + , Y Z [ \ ] ^ g g h y      ܤ     ? U W    
     է ֧ ק ا ٧ ڧ  > ? P q r }          Ȭ ͬ ά ج ݬ ެ     ' , - 7 < = H M N X ] ^ |          ǭ ̭ ͭ ׭ ܭ ݭ      * / 0 : ? @ K P Q [ ` a        Į ɮ ʮ ծ ڮ ۮ    ( 6 F G R W X b g h s x y       ¯ ͯ ү ӯ ݯ         ܰ          ' , - 7 < = e s             ű Ʊ      # $ . 3 4 ? D E O T U         Ų Ʋ Ѳ ֲ ײ      , - 8 = > H M N Y ^ _ i n o   * + 6 ; < F K L W \ ] g l m        Ǵ ̴ ʹ ش ݴ ޴     ) 9 : E J K U Z [ f k l v { |     µ ǵ ȵ ҵ ׵ ص       ݷ   % / 9 : m      Ƹ    w x  ͻ λ ϻ л ѻ ڻ Y Z k " # ' 1 < o y          	 _ ` q       3 = G H n              # 6 7 < D I J O W c d i p u v {                       & 0 : ; i       v w       7 A K L z                # - . \               * 4 > ? m         * 8 9 : D O                  
  K U _ `           , - 
 
 
 , 6 @ A i              	
 
 
 
 
 D
 g
 
 
 
 
 
 ? @ Q                  W X Y Z c = > O            + , - . 7 E F W     n * + , - U m           & ?          
 5 6         B  I  R  S  ! ! ! ! ! ! 2" 3" [" \" " " " " " q% r% % i& p& y& z& w' t( u( v( w( ( ( (  ) ) ) ) {/ |/ / / / / / 
1 22 32 42 52 ]2 ^2 2 2 2 2 2 8 8 8 9 !9 *9 +9 O: r; s; t; u; ; ; ; ;  < < 
< H H #H gH hH H H H H H H H I I I <J =J R R R )S 3S =S >S fS gS S S S S S -U .U ?U @U AU iU jU U U U U U V V V V V V V W W W W W W W W W W X  X lX nX oX pX yX Y Y Y Y Y ^ ^ ^ ^ _ 
_ _ 6_ 7_ _ _ _ _ _ a a ,a Ya `a ha ia a a a a a a a b 	b  b !b *b d d d Jd Qd Yd Zd d d d d d d d e e e e &e f f f  g !g Ig Jg g g g g g 
j j j Ij Jj x x *x 6x Ix Mx Nx px ux x x x x x x x x x x x x x x x y y ty uy zy y y y y y .z 2z z z z z z z z z { { >{ ?{ D{ r{ w{ { { { { { 	| 
| 
| | | | $| %| 7| <| D| K| R| ^| _| j| n| u| || }| ~| | | | | | | | | | | | | l} m} n} } } } } } } } } } } } } } } } } } } } } } ~ ~  ~ +~ 8~ 9~ C~ P~ Q~ R~ S~ T~ U~ V~ W~ d~ e~ s~ t~ u~  ΂   # k l       ْ 咀     R h   " & ' = > R S T ] k x y z { | }           ơ ǡ ա ס ݡ ޡ         , . 3 4 N P U V e g m n | ~         Ǣ Ȣ p z   « ̫ ͫ   j l      / O P Q x y z { | }     ֮ ׮ خ        
    ȯ ɯ ʯ           7 8 2 < G z     ݲ   & ' 0    Q R s t u v w x  ܵ ݵ     ) 9 : E J K U Z [ f k l v { |     ź ʺ ˺ պ ں ۺ 満 뺀 캀     ( 8 9 D I J T Y Z e j k u z {     Ȼ ͻ λ ػ ݻ ޻ 黀  ﻀ    ( 6 F G R W X b g h s x y    Ƽ Լ 伀 开           ! & ' A O _ ` k p q {         z          ž ʾ ˾ վ ھ ۾   ! " - 2 3 = B C N S T ^ c d       ¿ ̿ ѿ ҿ ݿ ⿀ 㿀    $ 2 B C N S T ^ c d o t u                   
               
  + 9 I J U Z [ e j k v { |              À 	À 
À À À À 6À DÀ TÀ UÀ `À eÀ fÀ pÀ uÀ vÀ À À À À À À {ŀ ŀ ŀ ŀ ŀ ŀ ŀ ƀ /ƀ Aƀ Cƀ Zƀ [ƀ dƀ 8Ȁ 9Ȁ JȀ ɀ ɀ <ɀ kɀ lɀ mɀ nɀ oɀ xɀ ʀ ʀ 	ˀ ˀ ˀ ̀ ̀ ̀ 
΀ ΀ !΀ "΀ H΀ w΀ ΀ ΀ ΀ ΀ ΀ Ѐ Ѐ р Ҁ Ҁ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ӏ Ԁ 4Ԁ FԀ GԀ HԀ IԀ RԀ FՀ GՀ XՀ Հ Հ                     , - 5 = B C K S _ ` h o t u }    |        9 : < = > G   & ] ^         > ? A B C L M	 N	 _	 m	 n	 o	 y	 	 	 	 	 	 	 "
 #
 %
 &
 '
 0
 1 2 C Q R        
 4
 5
 7
 8
 9
 B
           * 4 5 c       ( ) : H I        ' ( ) + B C L              ' s u    B C T            Q R S T ]      ' 0 1 G W X Y Z [ \ ] ^ _ `               w  3! 4! 5! 6! ^! ~! ! ! ! ! ! " " " ?# F# O# P# $ $ $ $ $ $ % W% X% Y% Z% c% 6' 7' H' ' ' ' ' ;( <( =( >( G( E* F* W* * * * * E+ F+ G+ H+ Q+ z- {- - - - - - . i/ j/ k/ l/ }/ / / / / Y0 Z0 [0 \0 e0 3 3 !3 4 4 4 4 5 6 6 6 6 =6 >6 6 6 6 6 6 = = += o= v= = = > ? ? ? ? ? ? [@ \@ ]@ ^@ g@ bF cF tF F F F F G I I I I ;I <I I I I I I U U U V V *V +V 0V 2V 3V 4V =V pW qW W W W ` ` ` ` ` ` ` a a Qa Sa Ta Ua ^a b b b b b c c Tc Vc Wc Xc ac &d 'd 8d 9d :d bd cd d d d d d e e e e e e e 
f f 
f f f Kg Lg ]g ^g _g Ol Yl dl l l l l l l 3m 5m Km Lm Um n n n n n o o o -o .o /o 0o Xo Yo o o o o o q q q q q q q (r ?r @r Ar Br jr kr r r r r r t t t t t t t 4u 6u 7u 8u Au w w w w w   ȅ ԅ 煁 녁 셁   # $ 3 4 5 A B C O S f n z {       E J    ̇ Ї " # ( T X r s x   ܈ ݈ ∁   ; < G          É Չ ډ ≁ 鉁               ! " # $ % & ' ( 
   % 6 7 K M N O P Q Y _ ` i m n          ɋ ֋ ׋ ዁              _ l    	 
  B C T   w       8 9  Į Ů ۮ ܮ     	          ! " ; = C D ] _ d e s u { |         ʯ ̯ ѯ ү 쯁          " # 6 8 = > E J e f   # V ` j k    
 ! " +   ͺ   ﺁ       $ B C T t u v        4 5 F f g h           վ ־ п ڿ 忁  " , - N {      I J [   Á Á Á Á Á Á Á zÁ {Á Á Á Á ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ǁ ȁ 	ȁ 
ȁ ȁ ȁ ȁ 9ȁ Gȁ Wȁ Xȁ cȁ hȁ iȁ sȁ xȁ yȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ ȁ Ɂ Ɂ 	Ɂ Ɂ Ɂ Ɂ <Ɂ JɁ ZɁ [Ɂ fɁ kɁ lɁ vɁ {Ɂ |Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ Ɂ  ʁ ʁ ʁ ʁ ʁ ʁ !ʁ &ʁ 'ʁ dʁ rʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ ʁ 	ˁ ˁ ˁ ˁ ˁ ˁ *ˁ /ˁ 0ˁ :ˁ ?ˁ @ˁ ́ &́ 6́ 7́ B́ Ǵ H́ Ŕ Ẃ X́ ć h́ í ś x́ ý ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ 0́ >́ Ń Ó Ź _́ `́ j́ ó ṕ {́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ́ ΁ ΁ 
΁ ΁ ΁ ΁ "΁ #΁ J΁ X΁ h΁ i΁ t΁ y΁ z΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ ΁ Hρ Vρ fρ gρ rρ wρ xρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ ρ Ё Ё 	Ё Ё Ё Ё $Ё )Ё *Ё WЁ eЁ uЁ vЁ Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё Ё с с с с с с $с %с /с 4с 5с Ӂ #Ӂ .Ӂ aӁ kӁ uӁ vӁ Ӂ Ӂ Ӂ Ӂ Ӂ Ӂ ԁ Ձ Ձ Ձ ց ց ց 	ׁ 
ׁ ׁ ׁ 
ׁ ׁ ؁ ؁ ؁ ^ف _ف cہ mہ xہ ہ ہ ہ ہ ہ ܁ 9܁ :܁ ;܁ <܁ E܁ ށ ށ ށ 0 1 ' 1 < o y             A B > M _ r s x                         
    " . /  $ / b l v w             + 5 @ s }               
  " U _ i j              ( 3 f p z {        T U f t u v        , - / 0 1 :      ? I T            $" %" 6" h" i"  & *& 5& h& r& |& }& & & ' ' *' +' 4' ' ' ' ( &( .( /( E( U( V( W( X( ( ( ( ( ( ( ( {) |) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) &* H* * * * * * y, z, , H- O- X- Y- . . . . . . / g/ h/ i/ j/ s/ 0 0 0 0 0 0 0 1 f2 g2 h2 i2 2 2 2 2 2 2 3 4 4 4 95 :5 b5 {5 5 5 5 5 5 7 7 7 H8 I8 q8 r8 8 8 8 8 8 ; ; *; ~; ; ; ; K< = = 	= 
= = n= o= = = = = = = > @ @ @ A A A A B C C C C C C ;D <D =D >D GD J J J 
K K K K FL nM oM pM qM M M M M M M N  T T T VT ]T fT gT U V V V V V V 9W ;W <W =W FW Mc Nc _c c c c c c c c c c e e  e xe ye n 'n 2n en on yn zn n n n n n n n ip jp {p |p }p p p p p p p p q q q q q  r r Mr Or Pr Qr Zr s  s 1s 2s 3s [s \s s s s s s t t t t t y y z 5z ?z Iz Jz rz sz z z z z z V| W| h| | | | | | | | | | | | C} E} \} ]} f} @ A R           	 U W X Y b   / \ ]   ҂ Ԃ Ղ ւ ߂ F G X   K W f r        ѓ ғ ӓ ߓ  ᓂ 퓂       U Z    㔂 蔂 - . 3 j n   ƕ      N S z {    ٖ ږ 喂 4 9 E F I S T W ` a s x                    × ė ŗ Ɨ    Ø Ԙ ՘ 阂 똂 옂 혂          + , - . / A [ \ g t u                
 R S _     គ  2 3  ! 0 < =   ֮ ׮ ^ b c y z                ټ ۼ ἂ ⼂         - / 5 6 K M R S h j o p             Խ ֽ ۽ ܽ 㽂 轂   Ƃ Ƃ Ƃ Ƃ Ƃ ǂ 	ǂ 0ǂ Nǂ ǂ ǂ ǂ ǂ ǂ YȂ ZȂ kȂ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ Ȃ ɂ ɂ ɂ ʂ ʂ ʂ ;ʂ <ʂ =ʂ >ʂ ?ʂ @ʂ Iʂ ʂ ʂ ʂ ˂ ˂ ˂ 3˂ 4˂ 5˂ 6˂ 7˂ 8˂ A˂ Â B̂ Ŝ ŝ t̂ n͂ x͂ ͂ ͂ ͂ ͂ ͂ ͂ ΂ /΂ 1΂ b΂ c΂ l΂ ς ς ς Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ Ђ т т *т Kт Lт WՂ eՂ uՂ vՂ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ Ղ ւ ւ ւ ւ ւ ւ "ւ 'ւ (ւ 2ւ 7ւ 8ւ Vւ dւ tւ uւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ւ ׂ 	ׂ 
ׂ ׂ ׂ ׂ %ׂ *ׂ +ׂ 5ׂ :ׂ ;ׂ dׂ rׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ׂ ؂ ؂  ؂ !؂ ,؂ 1؂ 2؂ <؂ A؂ B؂ M؂ R؂ S؂ ]؂ b؂ c؂ }؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ؂ ق ق ق ق ق ق ق ق ق ق ڂ ڂ ڂ ڂ ڂ ڂ ?ڂ Mڂ ]ڂ ^ڂ iڂ nڂ oڂ yڂ ~ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ڂ ۂ 
ۂ ۂ ۂ ۂ ۂ )ۂ .ۂ /ۂ `ۂ nۂ ~ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ۂ ܂ ܂ ܂ ܂ ܂ "܂ '܂ (܂ 3܂ 8܂ 9܂ C܂ H܂ I܂ ܂ ܂ ݂ ݂ ݂ ݂ ݂  ݂ %݂ &݂ 1݂ 6݂ 7݂ A݂ F݂ G݂ g݂ u݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ݂ ނ ނ ނ ނ $ނ %ނ /ނ 4ނ 5ނ @ނ Eނ Fނ Pނ Uނ Vނ rނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ ނ     	   G k }     t u  Q R x       3 4 E      I S ] ^        9 : K      
  ! " H p                  # $ ) 1 = > C J O P U \ h i q y ~                   
   C u v x y z  P! Q! b! ! ! ! ! ! " " %" &" T" z" {" }" ~" " " $ $ $ $ $ $ $ $ $ $ % % 6% ^% _% a% b% c% l% m' n' ' ' ' ' ' ' ( ( ( ( G( p( q( s( t( u( ~( ) ) * * * * * )* \* f* p* q* * * * * * * * d, e, v, , , , , , %- /- 9- :- c- d- e- g- ~- - - / / / 0 0 3 3 3 4 4 4 4 C4 c4 4 4 4 4 4 ~5 5 5 5 5 5 5 5 5 5 5 5 6 A6 6 6 6 6 6 7 7 +7 \7 c7 l7 m7 7 7 7 7 7 7 7 7 7 7 7 7 7 18 28 38 48 =8 : : ): : : : : ; o< p< q< r< < < = = = = = >  > 1> {> > > > H? @ @ @ @ /@ G@ @ @ @ @ @ rB sB B B B  C C wC xC yC zC C E E E E E F F F F F F F H H H I #I ,I -I I J J J J J K 
K 5K 6K K K K K K KN LN ]N CO JO SO TO QP NQ OQ PQ QQ yQ zQ Q Q Q Q Q UX VX gX X X X X Y [ 
[ [ [ 7[ 8[ [ [ [ [ [ a a a a a b b )c Ld Md Nd Od wd xd d d d d d p p p Aq Bq fq gq lq nq oq pq yq r r r s s { { { | 
| | | @| A| | | | | | ~ ~ ~ ~ ~ C~ D~ ~ ~ ~ ~ ~ b c t u v          π Ѐ р   F H I J S         Ӈ ݇ 燃 臃   o q       3 : B C Y i j k l   ኃ ㊃    ތ ߌ  $ + 3 4 d { | } ~           ͏   # $ p r s t } 䒃 咃  # $ 頃    # ' ( J O _ ` o p q } ~           N O T   ˢ ̢ Ѣ   ^ _ d      죃     L Q w x  Ҥ פ 㤃 䤃 礃         % , 8 9 D H O V W X Y Z [ \ ] ^ _ ` a b c d F G H a r s              ɦ ʦ ˦ ̦ ͦ ߦ       * + , - . / 0 1 > ? M N O      E F Y ~   Ь Ѭ   λ ڻ ۻ , B t u Ƀ  ʃ ʃ ʃ ʃ ,ʃ -ʃ .ʃ 7ʃ Eʃ Rʃ Sʃ Tʃ Uʃ Vʃ Wʃ [ʃ \ʃ ]ʃ ^ʃ wʃ yʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ʃ ˃ ˃ 
˃ ˃ (˃ *˃ /˃ 0˃ ?˃ A˃ G˃ H˃ V˃ X˃ ^˃ _˃ r˃ t˃ y˃ z˃ ˃ ˃ ˃ ˃ Jԃ Tԃ _ԃ ԃ ԃ ԃ ԃ ԃ ԃ DՃ FՃ ]Ճ ^Ճ gՃ Ճ Ճ 	փ )փ *փ +փ Rփ Sփ Tփ Uփ Vփ Wփ `փ ~׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ ׃ p؃ q؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ؃ ك ك ك ڃ ڃ ۃ ۃ !ۃ Tۃ ^ۃ hۃ iۃ ۃ ۃ ۃ ۃ  ܃ ܃ 
܃ ݃ ݃ ݃ +ރ ,ރ Mރ Nރ Oރ Pރ Qރ Rރ [ރ ރ ރ ރ ރ ރ      $ % / 4 5 @ E F P U V u                     # $ . 3 4 ? D E O T U x                    ! , 1 2 < A B M R S ] b c                   ) 9 : E J K U Z [ f k l v { | T b r s ~                  
    ( - . 8 = > l z                   ( - . 8 = > I N O Y ^ _                                   # $ / 4 5 ? D E P U V ` e f                   . / : ? @ J O P [ ` a k p q U _ j      	   4 5 >   $    E F G H I R             " Q u v w x     l m c m x         ! " # ,   ! 2 } ~ z                         % - 9 : B I N O W ^ j k V, `, k, , , , , , - - - - - !- . .  / 7/ 8/ g/ q/ |/ / / / / / 0 0 0 0 0 &0 '2 (2 92 G2 H2 I2 S2 ^2 2 2 2 2 2 2 2 2  3 3 
3 5 5 5 +5 ,5 Z5 d5 o5 5 5 5 5 5 6 6 6 6 6 6 7 7 7 7 7 7 7 7 7 8 8 8 =8 h8 i8 k8 l8 m8 v8 : : : ": #: {: : : : : : : ; ; ; ; ; ; &; `= a= r= = = \A fA qA A A A A A B MB OB fB gB pB C C .C [C bC jC kC C C C C C C C +D ,D -D .D 7D D D D D E 
E E !E 1E 2E 3E 4E 5E 6E 7E 8E 9E :E bE E E E E E E G G G H H H H QI 
J J J J 8J XJ J J J J J K K K L  L )L *L L M M M M M M 1N 2N 3N 4N =N P P "P uP vP P P Q Q Q Q !Q S  S 1S S S S S T  T !T "T +T TV UV fV V V V V W CX DX EX FX WX X X X X 3Y 4Y 5Y 6Y ?Y [ [ [ \ \ \ \ ] ^ ^ ^ ^ _ _ w_ x_ y_ z_ _ e e f If Pf Yf Zf g h h h h h h 5i 6i 7i 8i Ai <o =o No o o o o p q q q q r r ur wr xr yr r ~ ~ ~ ~ ~   
  
   J K \   Y c n     މ ߉ + - . / 8      ዄ ⋄ . 0 1 2 ;       < =      [ \ m n o   䎄 掄 玄 莄  % & 7 8 9 ) 3 > q {     
  % & /    ї ؗ  ᗄ    	 
 2 3      | }   ɚ њ Қ      D E      Y Z k                     Ů Ʈ 讄    
      ) - @ H T U Z   쯄    $ i j o      . 2 L M R      걄 ﱄ   ! p u            ò ʲ ֲ ײ Ⲅ 沄                  䳄 峄 泄    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȴ ɴ ʴ ˴ ̴ ʹ δ ϴ ܴ ݴ 봄 촄  9 F    㹄 乄    . n o QɄ ]Ʉ lɄ xɄ yɄ Ʉ Ʉ ʄ ʄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ׄ ؄ ؄ ؄ ؄ 7؄ 9؄ >؄ ?؄ M؄ O؄ U؄ V؄ i؄ k؄ q؄ r؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ؄ ل ل ل ل ل $ل ?ل @ل    0 : D E l                      . N O P w x y z { |      @ A B o p q r s t } } ~           ( U k m    # $ 5          T U f                    ! 1 2 = B C M R S ^ c d n s t                  $ 4 5 @ E F P U V a f g q v w                  > L \ ] h m n x } ~                  	 
          ! " , 1 2 = B C M R S {                
  ( ) 4 9 : D I J U Z [ e j k                 $ 2 B C N S T ^ c d o t u    " 0 @ A L Q R \ a b m r s }                   1 ? O P [ ` a k p q |                   	      ; E O P                    o p  8 9 = G R            u v  
	 	 
 
 
 I
 S
 ]
 ^
 
 
 
 
 
 
 
       ' 9 L M R Z _ ` e m y z                        	 9 9 	: <: F: P: Q: : : : : : : : < < < < < = = = M= W= a= b= = = = = = = = ? ? ? ? ? ? ? ? /@ 9@ C@ D@ r@ @ @ @ @ @ @ B B B B B B C 
C @C JC TC UC C C C C C C C .E /E @E NE OE PE ZE eE E E E E E F F 	F 
F F F G G G G G H #H .H aH kH uH vH H H H H H H H J J K BK CK N O O BO LO VO WO O O O O P P P P P P P  Q Q 	Q Q /Q 0Q 1Q 2Q ZQ }Q Q Q Q Q Q UR VR gR R R R R R R R R R R R R R R R  S "S mS nS oS pS yS SU TU eU "V )V 2V 3V V W W W W W W AX BX CX DX MX [Y \Y mY Y Y Y Y Z @[ A[ B[ C[ k[ [ [ [ [ [ [ ] ] ] ^ ^ <^ U^ ^ ^ ^ ^ ^ ` ` ` "a #a Ka La a a a a a c c d Xd _d hd id %e e e e e e Hf If qf rf f f f f f i i i j j j j k l l l l l l m m m m !m s s s s s s s  u Hv Iv Jv Kv sv tv v v v v v | | | 0} 7} @} A} e~             ' ( 9 } ~        荅 鍅  R S    ? I S T | } ɗ ˗ ̗ ͗ ֗ C D U V W   ̙ Ι ϙ Й ٙ      ښ ۚ ' ) * + 4     
 5 6      Ý ĝ ՝ ֝ ם Ǣ Ѣ ܢ   # $ L M   ã ģ ͣ 0 1 B o v ~       Х ѥ   6 7 @   , ` g o p      ⨅ 㨅 / 1 2 3 <   	 6 7 _ `        ! 2 _ ` % 1 @ L _ c d           Ǽ ˼ ޼ 漅    / 4     ½   
 D H    ̾ о 꾅 뾅  ( - T U Z           # - . 1 : ; M R Z a h t u                                          	  5 6 A N O Y f g h i j k l m z {    ƅ ƅ ,ǅ -ǅ 9ǅ ǅ ǅ ǅ ǅ ǅ ǅ ȅ 
ȅ օ օ 
ׅ ׅ ׅ hׅ ~ׅ ׅ ׅ 8 < = S T h i j s                         	   % ' , - B D I J d f k l { }                      
 (      3 4 E e f g                    #       
         - M N H R ]       	  < = F    g h           % & 1 ? O P [ ` a k p q |                      0 > N O Z _ ` j o p {                           >  L  \  ]  h  m  n  x  }  ~                            ' , - 7 < = W e u v                              ' 7 8 C H I S X Y d i j t y z                	 : H X Y d i j t y z                 
    " #                  ! A O _ ` k p q {                	       * / 0 L Z j k v { |          	 	 	 	 	 	 	 !
 E
 W
 Y
 p
 q
 z
 N O ` +
 ,
 R
 
 
 
 
 
 
 
        # - 7 8 ^         %          " J \ ] ^ _ h \ ] n   * * * * * * * * * + + + + + $+ )+ *+ /+ 6+ B+ C+ K+ S+ X+ Y+ a+ i+ u+ v+ ~+ + + + + + + + G G G G G G G H OH PH RH SH TH ]H *J +J <J sJ tJ J J J J J J  K .K TK UK WK XK YK bK cM dM uM M M M M M M M M M N 8N 9N ;N <N =N FN GP HP YP gP hP P P P P P P P !Q JQ KQ MQ NQ OQ XQ R R R R R R R S 6S @S JS KS yS S S S S S S >U ?U PU ^U _U U U U U 	V V V =V >V ?V AV XV YV bV X X X X X \ \ \ \ \ \ \ ] =] ] ] ] ] ] X^ Y^ j^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ g_ h_ i_ j_ s_ _ _ ` 6` =` F` G` ]` m` n` o` p` q` r` s` t` u` v` ` ` a a 
a a a b b c c c c c d Ie Je Ke Le te e e e e e e f f g Ug \g eg fg "h h h h h 	i !i mi ni oi pi yi Lk Mk ^k k k k k Ql Rl Sl Tl ]l [n \n mn n n n n [o \o ]o ^o go q q q q q r r r s s s s s s s t t ot pt qt rt {t %w &w 7w x $x -x .x +y (z )z *z +z Sz Tz z z z z z / 0 A      惆 烆 胆 郆   q r s t } x y  Ί Պ ފ ߊ  & ' ( ) Q R      ř ƙ י   @ A F H I J S         ݤ 礆     g i j k t ᦆ ⦆      j l m n w < = N O P x y Ũ Ǩ Ȩ ɨ Ҩ      ө ԩ   " # $ - a b s t u e o z    ° 갆 밆 I K a b k β ϲ ಆ 
    3 C D E F n o   Գ ճ ޳   ʵ   
  > U V W X   Ͷ ϶ ж Ѷ ڶ    Ը ո   J L M N W   л   Ɇ Ɇ Ɇ Ɇ Ɇ ʆ ʆ $ʆ )ʆ 9ʆ :ʆ Iʆ Jʆ Kʆ Wʆ Xʆ Yʆ eʆ iʆ |ʆ ʆ ʆ ʆ ʆ ʆ ʆ (ˆ )ˆ .ˆ [ˆ `ˆ ˆ ˆ ˆ ˆ ˆ 8̆ 9̆ >̆ j̆ n̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ ̆ &͆ +͆ Q͆ R͆ ]͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ ͆ Ά Ά Ά Ά "Ά )Ά 0Ά 1Ά 2Ά 3Ά 4Ά 5Ά 6Ά 7Ά 8Ά 9Ά :Ά ;Ά <Ά =Ά >Ά  φ !φ "φ ;φ Lφ Mφ aφ cφ dφ eφ fφ gφ oφ uφ vφ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ φ І І І І І 	І 
І І І І 'І (І )І uԆ Ԇ Ԇ Ԇ Ԇ Ն  Ն 3Ն XՆ YՆ jՆ Ն Ն        N O           , - . / 0 1 5 6 7 8 Q S Y Z s u z {                   	 
   ! " 0 2 8 9 L N S T [ ` { | $ . 9 l v        7 8 A       , - . / 0 1 : X  Y  j                      J K \ | } ~                . 8 B C d       _ ` q   ' ( ) * + , 5             	       * / 0 O ] m n y ~                  
 

 
 
 
 
 )
 .
 /
 R
 `
 p
 q
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
       ' , - 7 < = z                     $ % / 4 5 @ E F P U V . < L M X ] ^ h m n y ~                     F T d e p u v                    # ( ) 3 8 9 ` n ~              ^ l | }                 	      * / 0 : ? @ m {                  	    $ ) * 5 : ; E J K / 9 D w                    ! " # ,    t u y        +  O  P  Q  R  [  " " " F$ G$ =% G% R% % % % % % % % % % % & & & ' W' X' T8 c8 u8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 #9 (9 )9 19 89 D9 E9 0U :U EU xU U U U U U U U U U U W W W X X AX KX VX X X X X X X X X X X  Y [ [ [ ![ "[ #[ -[ 8[ k[ u[ [ [ [ [ [ [ [ [ [ ] ] ] ^ ^ 4^ >^ I^ |^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ j` k` |` ` ` ` ` ` ` ` ` ` a Ba Ca Ea Fa Ga Pa b b b b b Uc _c jc c c c c c c c c c c  d :f ;f Lf ~f f 6j @j Kj ~j j j j j j 'k )k @k Ak Jk k k l 5l <l Dl El [l kl ll ml nl l l m m m m m m m m m m m m m n n 
n n n n n n n n <n ^n n n n n n p p p ^q eq nq oq +r r r r r s 2s }s ~s s s s t t t t t u u u |v }v ~v v v v w w 
w w w x x x Oy Py xy y y y y y y { { | ^| _| | | | | | | } . / @     a      1     
     Ä Ą Մ   ˅ ̅ Ɇ Ƈ Ǉ ȇ ɇ   Q R S T ] ͎ Ύ ߎ # * 3 4 \              ( l s | }  Ě Ś ƚ ǚ   O Q R S \ c d u   ާ ߧ 䧇 槇 秇 觇  $ % 6   3 = H {         	          
    ڵ ۵ 쵇     c e f g p 5 6 G H I q r    · ˷        
  K U _ `   羇 龇    	 l m ~           
 Y [ r s | VÇ WÇ hÇ Ç Ç Ç Ç Ç Ç Ç Ç Ç ć ć kć mć nć oć xć 3Ƈ 4Ƈ EƇ rƇ sƇ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ Ƈ \ɇ ]ɇ nɇ ɇ ɇ aׇ mׇ |ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ׇ ؇ ؇ ؇ "؇ .؇ /؇ 4؇ k؇ p؇ ؇ ؇ ؇ ؇ ؇ Cه Dه Iه ه ه ه ه ه ڇ ڇ &ڇ 'ڇ ,ڇ dڇ iڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ ڇ Jۇ Oۇ [ۇ \ۇ _ۇ iۇ jۇ mۇ vۇ wۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ۇ ܇ ܇ ܇ ܇ ܇ ܇ ܇ ݇ ݇ ݇ ݇ ݇ 
݇ ݇ ݇ ݇ !݇ "݇ 5݇ A݇ B݇ C݇ D݇ E݇ W݇ q݇ r݇ }݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇ ݇    h i u       H I + 7 F R S     t  x  y                                                ' ) / 0 C E K L a c h i ~                        
 
 
 
    F d      o p            
 
  ( ) * Q R S T U V _       I J K L M N W W X i           / E G x y              . / @ a b m {                      ' , - 8 = > H M N l z                       * / 0 ; @ A K P Q z                 & 6 7 B G H R W X c h i s x y                              ' , - U c s t                     # $ / 4 5 ? D E v                       (  -  .  8  =  >  I  N  O  Y  ^  _    
! ! ! &! +! ,! 6! ;! <! G! L! M! W! \! ]! }! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" " " " " " " " " " " " " " " " " $ $ $ % % )% *% ]% % % % % % % ' ' ' g( h( ( ( ( ( ( ( ( I* J* [* + + - !- ,- _- i- s- t- - - - - - - - O0 P0 a0 1 1 2 2 2 #3 -3 73 83 ^3 3 3 3 3 3 3 4 4 4 4 4 E F F &F 'F ,F 4F 9F :F ?F GF SF TF YF `F eF fF kF rF ~F F F F F F F F F F F F F F F F F F b b b c  c *c +c Yc c c c c c c fe ge xe e e e e e 'f 1f ;f <f jf f f f f f f h h h h h h h h 	i i i i Li ti ui wi xi yi i k k k k k k k k l $l .l /l ]l l l l l l l n 	n n (n )n *n 4n ?n rn |n n n n n n n n n n zp {p p p p p p q ;q Eq Oq Pq yq zq {q }q q q q s s s t t w w w x &x 0x 1x Yx yx x x x x x y y y y y y y y 	z 
z z z 4z Wz z z z z z /{ 0{ A{ r{ y{ { { { { { { { { { { { { { { { G| H| I| J| S| -~ .~ ?~ ~   
       Ѐ     ' 5 6 G     ^     E ]         톈   /           % &      ̌ ͌ ތ 2 9 B C      ώ " # K L      a b s Y ` i j g d e f g        k l }  Ȝ ќ Ҝ  " # $ % M N        ƥ 
    ? b c d e    行       W X | }      ¶ ö Զ , - ѿ ۿ 濈  # - . V W        / 0 1 Y Z      xÈ yÈ È È È È È Ĉ Ĉ Ĉ Ĉ Ĉ Ĉ Ĉ Ĉ Ĉ Ĉ ň ň \ň ^ň _ň `ň iň ƈ ƈ ƈ ƈ ƈ ˈ ˈ ˈ ˈ ˈ ˈ ˈ &̈ '̈ ̈ ̈ ̈ ̈ ̈ 
Έ Έ Έ IΈ PΈ XΈ YΈ oΈ Έ Έ Έ Έ Έ Έ Έ Έ ψ ψ ψ Ј Ј ш :ш Aш Iш Jш zш ш ш ш ш ш ш 	҈ ҈ ҈ 
҈ ҈ ӈ ӈ ӈ Ԉ Ԉ 9Ԉ :Ԉ Ԉ Ԉ Ԉ Ԉ Ԉ ֈ ֈ ׈ 9׈ :׈    & 9 = > ` e u v              	  d e j       " t u z        . / 4 b g              ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z ] ^ _ x                         ) * 4 A B C D E F G H U V d e f      \ ] p           C  Y         . / C D E N \ i j k l m n r s t u                        $ % ? A F G V X ^ _ m o u v         a k v       [ ] t u ~     @ A B i j k l m n w                              ( ) # - 8 k u           !  ! ! ! B" C" d" e" f" g" h" i" r" " " "  # # ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( )( *( 5( :( ;( E( J( K( V( [( \( f( k( l( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ) ') 7) 8) C) H) I) S) X) Y) d) i) j) t) y) z) ) ) ) ) ) ) ) ) ) ) * * * * * * 2* @* P* Q* \* a* b* l* q* r* }* * * * * * k+ y+ + + + + + + + + + + + + + + + , , , , #, $, ., 3, 4, ?, D, E, O, T, U, , , , , , , , , , , , , , , , , - #- 3- 4- ?- D- E- O- T- U- `- e- f- p- u- v- - - - - - - - - - - - - - - - - . . . . . . . . . . . . . . . . / */ :/ ;/ F/ K/ L/ V/ [/ \/ g/ l/ m/ w/ |/ }/ / / / / / / / / / / / / / 0 
0 0 '0 50 E0 F0 Q0 V0 W0 a0 f0 g0 r0 w0 x0 0 0 0 l2 v2 2 2 2 2 2 2  3 23 43 K3 L3 U3 )5 *5 ;5 6 6 -6 \6 ]6 ^6 _6 `6 i6 7 7 7 8 8 : : : : ; ; ; 9; h; ; ; ; ; ; = =  > ? ? z@ @ @ @ @ @ @ @ %A 7A 8A 9A :A CA 7B 8B IB B B S S S S S S S S S S S S S S S T T 
T T T T &T .T 3T 4T <T DT PT QT YT `T eT fT nT uT T T mp wp p p p p p p *q +q -q .q /q 8q s s s Ns Os ~s s s s s s s 	t /t 0t 2t 3t 4t =t >v ?v Pv ^v _v `v jv uv v v v v v w w w w w !w "y #y 4y By Cy qy {y y y y y y y %z &z (z )z *z 3z { { { { { { { { | | %| &| T| | | | | | | ~ ~ +~ 9~ :~ ~ ~ ~ ~ ~ ~ ~     3 4 = w x    s }   Ņ υ Ѕ   d f } ~  3 4 E r y        Ӈ  B C D E N Έ ψ    ! " 8 H I J K L M N O P Q y  扉 牉 艉 鉉  ̋ ͋ ދ     h $ % & ' O o     Ǝ ԏ Տ 揉 0 7 @ A      䑉  H I J K T ' ( 9    Δ , - . / 8 6 7 H   ė ŗ 6 7 8 9 B k l } њ ؚ ᚉ ⚉  Z [ \ ] n   ꜉ 뜉 J K L M V        	      . /      
   ` g p q   ¬ ì Ĭ 쬉  L M N O X S T e     ޴     , -           É É !É #É $É %É .É aĉ bĉ sĉ ĉ ĉ p͉ z͉ ͉ ͉ ͉ ͉ ͉ ͉ ͉ BΉ DΉ EΉ FΉ OΉ ω ω ω ω ω ω ω EЉ GЉ HЉ IЉ RЉ щ щ )щ *щ +щ Sщ Tщ щ щ щ щ щ r҉ s҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ ҉ Ӊ <ԉ =ԉ Nԉ Oԉ Pԉ @ى Jى Uى ى ى ى ى ى ى $ډ &ډ <ډ =ډ Fډ ۉ ۉ ۉ ۉ ۉ ۉ ۉ ܉ ܉ ܉  ܉ !܉ I܉ J܉ ܉ ܉ ܉ ܉ ܉ މ މ މ މ މ މ މ ߉ 0߉ 1߉ 2߉ 3߉ [߉ \߉ ߉ ߉ ߉ ߉ ߉ p q      % ' ( ) 2                 $ % & 2 3 4 @ D W _ k l q     	 6 ;         E I c d i        , - 8                       
                 ( ) = ? @ A B C K Q R [ _ ` s                          Q ^       4 5 F   i
 u
 
 
 
 
 
 * +            	 
   
     - / 5 6 O Q V W e g m n                         ( * / 0 7 < W X  & 
& & H& R& \& ]& & & & & ' ' ' ' ' ' ' ' ' ( 	( 
( ( ( 
( ( 4) 5) F) f) g) h) ) ) ) ) ) ) ) &* '* 8* X* Y* Z* * * * * * * * + + + + + , , , 
- - - - @- m- - - - - - ;/ </ M/ / / 0 0 0 0 0 0 0 l0 m0 ~0 0 0 4 4 4 4 4 4 4 4 4 4 4 4 4 5 5 5 +5 95 I5 J5 U5 Z5 [5 e5 j5 k5 v5 {5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 .6 <6 L6 M6 X6 ]6 ^6 h6 m6 n6 y6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 7 7 	7 7 7 7 V7 d7 t7 u7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 8 8 8 !8 "8 ,8 18 28 
9 9 (9 )9 49 99 :9 D9 I9 J9 U9 Z9 [9 e9 j9 k9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 ": 0: @: A: L: Q: R: \: a: b: m: r: s: }: : : : : : : : : : : : : : ; ; ; ; ; <; J; Z; [; f; k; l; v; {; |; ; ; ; ; ; ; :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < < < < = = = = = = I= W= g= h= s= x= y= = = = = = = = = = = = = = = = =  > > > > > > !> &> '> @ @  @ S@ ]@ g@ h@ @ @ @ @ @ @ @ B B B C C C C C C C C D E E E PF QF UH _H jH H H H H H I +I ,I -I .I 7I K K K "M #M N #N .N aN kN uN vN N N N N N N N O O O 3P 4P 0a ?a Qa da ea ja ra wa xa }a a a a a a a a a a a a a a a a a a a a a a b b 
b b  b !b ~ ~ !~ T~ ^~ h~ i~ ~ ~ ~ ~ ~ ~ ~    퀊   ' 2 e o y z  ΁ ρ с ҁ Ӂ ܁ ݃ ރ     	  G Q [ \          ӆ ᆊ ↊   % X b l m  ć Ň Ǉ ȇ ɇ ҇ F G X f g h r }   ĉ ŉ    ! " # ,   ʋ ؋ ً 1 ; F y        Ҍ ӌ ܌   ( Z [   ' Z d n o       & Ҕ Ӕ 䔊     ! 7 G H I J r  ᕊ ╊ 㕊 䕊 핊 m n      ז 疊 薊 閊 ꖊ 떊 얊 햊     :      k l } : A J K  Û ě ś ƛ   Y Z [ \ e s t  ϝ ֝ ߝ   X Y Z [   矊 蟊 韊 ꟊ  ơ ǡ ء + , T m ˢ ̢ ͢ ΢ ע դ ֤ 礊 : ; c d ե ֥ ץ إ ᥊ 
   p w   =     
 ` a   骊 ꪊ 몊 쪊              Ͱ ΰ - . / 0 9        8 ` a b c   뺊 캊       H O X Y } Ê Ê Ê Ê Ê Ê +Ċ -Ċ .Ċ /Ċ 8Ċ ?Њ @Њ QЊ Њ Њ Њ Њ Њ Њ Њ Њ Њ  Ҋ Ҋ Ҋ jҊ kҊ ۊ ۊ $ۊ Wۊ aۊ kۊ lۊ ۊ ۊ ۊ ۊ ۊ ۊ ۊ [݊ \݊ m݊ n݊ o݊ ݊ ݊ ݊ ݊ ݊ ݊ ݊ ފ ފ ފ ފ ފ ފ ފ ?ߊ Aߊ Bߊ Cߊ Lߊ   # $ % M N              ' 1 ; < d e      H I Z            5 7 N O X 2 3 D x           G I J K T   ! N O w x      8 9 J w x =  I  X  d  w  {  |                              
   G L         % \ `         @ E l m r      & + 7 8 ; E F I R S e j r y                                              ! 3 M N Y f g q ~             
 
 D E Q       $ %   " . /     P) T) U) k) l) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * * * * !* '* (* =* ?* D* E* Z* \* a* b* |* ~* * * * * * * * * * * * * * * * * * * 3 3 3 3 3 3 3 "4 @4 4 4 4 4 4 K5 L5 ]5 }5 ~5 5 5 5 5 5 5 5 5 6 6 6 7 7 7 -7 .7 /7 07 17 27 ;7 7 7 7 7 7 7 %8 &8 '8 (8 )8 *8 38 39 49 E9 e9 f9 `: j: u: : : : : : ; !; #; T; U; ^; < < < = = = = = = = = = 
> > > => >> IB WB gB hB sB xB yB B B B B B B B B B B B B B B B B C C 	C C C C $C )C *C HC VC fC gC rC wC xC C C C C C C C C C C C C C C C C D D D D D D 'D ,D -D VD dD tD uD D D D D D D D D D D D D D E E E E #E $E .E 3E 4E ?E DE EE OE TE UE oE }E E E E E E E E E E E E E E E F F F F F F F F F F F F F G G 	G 1G ?G OG PG [G `G aG kG pG qG |G G G G G G G G G G G G G G G  H H H H H  H !H RH `H pH qH |H H H H H H H H H H H H H H H H I 	I 
I I I I %I *I +I 5I :I ;I I I I I J J J J J J #J (J )J 3J 8J 9J YJ gJ wJ xJ J J J J J J J J J J J J J J K K K K K !K &K 'K 2K 7K 8K BK GK HK dK rK K K K K K K K K K K K K K K M M M M M N N 9N ]N oN qN N N N fP gP xP CQ DQ jQ Q Q Q Q Q Q %S &S 7S S S U U V ;V EV OV PV vV V V V V V V +Y ,Y =Y Z Z [ [ [ [ 	\ \ \ :\ b\ t\ u\ v\ w\ \ t] u] ] ] ] n n n o o o o o o o #o /o 0o 5o <o Ao Bo Go No Zo [o co ko po qo yo o o o o o o o o o o o        5 g h j k l u B C T    Ŏ Ў  
   F l m o p q z { |       呋    ( P Q S T U ^ _ ` q     Ô    
  9 b c e f g p 䖋 喋       N X b c       ʗ V W h v w ϙ ٙ 䙋  ! + , U V W Y p q z   Ɯ     Š    
 5 U     ġ p q      բ 墋 梋 碋 袋  3         N U ^ _ u            ؤ # $ % & / 	 
  ا ߧ 觋 駋  a b c d          # m t } ~ :     ! 9      d e v ɯ ʯ   i j k l u s t  ز ٲ   s t u v         ۶        ' (      = > O 5 < E F C @ A B C k l ˾ ̾ ; ξ ׾ Gŋ Hŋ Yŋ ŋ ŋ ŋ ŋ Ƌ ǋ ǋ  ȋ ȋ )ȋ *ȋ ȋ ȋ ȋ ȋ ȋ ΋ ΋ ΋ ΋ ΋ ΋ ΋ Ћ >ы ?ы @ы Aы iы jы ы ы ы ы ы ݋ ݋ ݋ 3ދ 4ދ Xދ Yދ ^ދ `ދ aދ bދ kދ ߋ ߋ ߋ  	      	 
 2 3          
 5 6      T U f g h               8 : ; < E y z    }         a c y z     % , 4 5 K [ \ ] ^             % & V m n o p               b d e f o        
 
 
     < A Q R a b c o p q }         @ A F s x      P Q V        
   > C i j u                * + 6 : A H I J K L M N O P Q R S T U V 8 9 : S d e y { | } ~                           ! " # 0 1 ? @ A      7 8 K p q    ( ( ( ( ( ) 4) f) g) 6 6 6 	7 
7 7 7  7 )7 77 D7 E7 F7 G7 H7 I7 M7 N7 O7 P7 i7 k7 q7 r7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  8 8 8 !8 "8 18 38 98 :8 H8 J8 P8 Q8 d8 f8 k8 l8 s8 x8 8 8 <A FA QA A A A A A A 6B 8B OB PB YB B B B C C C DC EC FC GC HC IC RC pD qD D D D D D D D D D D D bE cE tE E E E E E E E E E E F F F G G G H H FH PH ZH [H |H H H H H H H wJ xJ J K K ?K @K AK BK CK DK MK K K K K K O O P P P P P !P &P 'P 2P 7P 8P BP GP HP gP uP P P P P P P P P P P P P P P P P Q Q Q Q Q  Q %Q &Q 1Q 6Q 7Q AQ FQ GQ jQ xQ Q Q Q Q Q Q Q Q Q Q Q Q Q Q Q R R R R #R $R .R 3R 4R ?R DR ER OR TR UR R R R R R R R R R R R R R R R R 
S S +S ,S 7S <S =S GS LS MS XS ]S ^S hS mS nS FT TT dT eT pT uT vT T T T T T T T T T T T T T T T T 	U U U U U  U *U /U 0U ^U lU |U }U U U U U U U U U U U U U U U V V V V  V *V /V 0V ;V @V AV KV PV QV xV V V V V V V V V V V V V V V V vW W W W W W W W W W W W W W W W W X X X !X &X 'X 1X 6X 7X BX GX HX RX WX XX X X X X X X X X X X X X X X X X Y Y  Y !Y ,Y 1Y 2Y <Y AY BY MY RY SY ]Y bY cY G[ Q[ \[ [ [ [ [ [ [ 
\ \ &\ '\ 0\ ^ ^ ^ ^ ^ _ 7_ 8_ 9_ :_ ;_ D_ ` ` ` a a c c c c c c c d Cd gd hd id jd sd f f f ^h _h Ui _i ji i i i i i  j j j j j j k k $k ok pk l| {| | | | | | | | | | | | | | | | | | | | } 	} } } } } +} ,} 4} ;} @} A} I} P} \} ]} H R ]     ә    	 
   ᛌ  ) * Y c n     䜌 
  
      + 9 : ; E P     Ɵ            L V a     ע                줌     / Z [ ] ^ _ h      m w    ɧ ʧ        R S d   N X c     Ӯ  ? A X Y b     M T \ ] s      Ѱ      )    챌     # $ % & ' ( ) * + , T v  ² ò Ĳ Ͳ    v }   C      * J             ع      ׺ # $ % & /    g h     	 
    # v w        FÌ GÌ XÌ Ì Ì Ì Ì yČ 5Ō 6Ō 7Ō 8Ō IŌ Ō Ō Ō Ō %ƌ &ƌ 'ƌ (ƌ 1ƌ Ȍ Ȍ Ȍ Ɍ Ɍ Ɍ Ɍ ʌ ˌ ˌ ˌ ˌ 	̌ 
̌ ǐ ǰ ǩ ľ ǔ Ҍ Ҍ Ҍ ;ӌ Bӌ Kӌ Lӌ tԌ Ռ Ռ Ռ Ռ Ռ Ռ '֌ (֌ )֌ *֌ 3֌ .܌ /܌ @܌ ܌ ܌ ܌ ܌ ݌ ތ ތ ތ ތ ߌ ߌ gߌ iߌ jߌ kߌ tߌ { |           	 < = N   K U `           ! *          " # $ -      . / { } ~   M N _ ` a          ) * +  % 0 c m w x       !             $ % q s    n o         
  6 7      K
 L
 ]
 
 
 
 
      
 t
 u
 
 
 
 y               
     2 : F G L        [ \ a        $ > ? D |          b g s t w                                       ! ! ! ! ! ! ! ! %! +! ,! 5! 9! :! M! Y! Z! [! \! ]! o! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! +& 8& & & & & & & ' '  ' `' a' C6 O6 ^6 j6 k6 6 6 7 7 D D D D D D D D D D D D D D D D D D D D E 	E E E )E +E 0E 1E ?E AE GE HE [E ]E cE dE yE {E E E E E E E E E E E E E E E E E E E F F 	F 
F F F 1F 2F N N N "O ,O 6O 7O ^O |O O O O O O P P P P P P P P P P P P P R R  R @R AR BR iR jR kR lR mR nR wR  S S S 2S 3S 4S aS bS cS dS eS fS oS oT pT T T T U U U U U U U V GV ]V _V V V V X X 'X X X X X X X X X X FY GY XY yY zY ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ^ ^ #^ $^ /^ 4^ 5^ ?^ D^ E^ P^ U^ V^ `^ e^ f^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ &_ '_ 2_ 7_ 8_ B_ G_ H_ S_ X_ Y_ c_ h_ i_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ 0` >` N` O` Z` _` `` j` o` p` {` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a a a a a b b b b b b #b $b /b 4b 5b ?b Db Eb mb {b b b b b b b b b b b b b b b b 
c c c &c +c ,c 6c ;c <c Gc Lc Mc Wc \c ]c c c c c c c c c c c c c c c c c d $d 4d 5d @d Ed Fd Pd Ud Vd ad fd gd qd vd wd e "e 2e 3e >e Ce De Ne Se Te _e de ee oe te ue e e e e e e e e e e e e e e e e #f 1f Af Bf Mf Rf Sf ]f bf cf nf sf tf ~f f f f f f f f f f f f f f f f f  g g h h h -i 7i Ai Bi ui i i i i i i k k k l l l l l l l l l an bn sn *o +o /q 9q Dq wq q q q q q r r r r r gt ht yt u u v v w ;w Ew Ow Pw vw w w w w w w x x x 
y y 
  + > ? D L Q R W _ k l q x } ~           Ɋ ʊ Ҋ ي ފ ߊ 犍    榍   . 8 B C q       ~   ǩ ȩ    ? I S T          ɬ ׬ ج ٬ 㬍  ! + 5 6 d            ꯍ   2 < F G u         ! 2 @ A B L W     Ͳ                S ] g h           4 5 컍   4 > H I q  ݼ ߼        뽍     ! " # $ L o     Ǿ G H Y       ¿ ÿ Ŀ ſ ƿ ǿ ȿ ɿ ʿ   _ ` a b k E F W Í Í $Í %Í Í č č č č č č 3ō 4ō 5ō 6ō ?ō Mƍ Nƍ _ƍ ƍ ƍ ƍ ƍ vǍ 2ȍ 3ȍ 4ȍ 5ȍ ]ȍ uȍ ȍ ȍ ȍ ȍ ȍ ʍ ʍ ʍ ˍ ˍ .ˍ Gˍ ˍ ˍ ˍ ˍ ˍ ͍ ͍ ͍ ΍ ΍ =΍ >΍ ΍ ΍ ΍ ΍ ΍ Ѝ Ѝ Ѝ Jэ Qэ Zэ [э ҍ ҍ ҍ ҍ ҍ ҍ :Ӎ ;Ӎ cӍ dӍ Ӎ Ӎ Ӎ Ӎ Ӎ y֍ z֍ ֍ q׍ x׍ ׍ ׍ ؍ |ٍ }ٍ ~ٍ ٍ ٍ ٍ ڍ ڍ 	ڍ 
ڍ ڍ         : ; < = e f         " ) 2 3 W z { | }      	    + o p           D E    1 ; E F n o      5 6 G H I q r                 &      '	 (	 t	 v	 w	 x	 	 
 
 
 
 
        > ?      " # 4 a h p q          ( ) 2  
  R Y a b        ! # $ % .    ( ) Q R        $ Q R ) #) 2) >) Q) U) V) x) }) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) !* &* |* }* * * * * * * 6+ :+ + + + + + + + + , , F, G, L, z, , , , ,  - - - - - -  - #- ,- -- ?- D- L- S- Z- f- g- r- v- }- - - - - - - - - - - - - - - - t. u. v. . . . . . . . . . . . . . . . . . . . . . 
/ '/ (/ 3/ @/ A/ K/ X/ Y/ Z/ [/ \/ ]/ ^/ _/ l/ m/ {/ |/ }/ 3 3 4 4 +4 s4 t4 4 4 4 4 4 4 C C C D 	D ZD pD D D *R .R /R ER FR ZR [R \R eR sR R R R R R R R R R R R R R R R R R R R R R R R R S S S S S S 4S 6S ;S <S VS XS ]S ^S mS oS uS vS S S S S S S S S S S S S x\ \ \ \ \ \ \ \ ] r] t] ] ] ] %^ &^ 7^ W^ X^ Y^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ ` ` 	` 
` ` ` ` ` ` ` ` ` ` `  a a a a a 
a 
b b b ?b @b :c Dc Oc c c c c c c c c .d /d 8d e e e Yf Zf {f |f }f ~f f f f f f f g g #k 1k Ak Bk Mk Rk Sk ]k bk ck nk sk tk ~k k k k k k k k k k k k k k k k k l l "l 0l @l Al Ll Ql Rl \l al bl ml rl sl }l l l l l l l l l l l l l l l l m m m 0m >m Nm Om Zm _m `m jm om pm {m m m m m m m m m m m m m n 
n n n n n )n .n /n In Wn gn hn sn xn yn n n n n n n n n n o o o o o o o o o o o o o o o o p p )p *p 5p :p ;p Ep Jp Kp Vp [p \p fp kp lp p p p p p p p p p p p p p p p p ,q :q Jq Kq Vq [q \q fq kq lq wq |q }q q q q q q q q q q q q q q q r r r r r r r r r r r r r r r r s s 
s s s 3s As Qs Rs ]s bs cs ms rs ss ~s s s s s s s s s s s s s s  t t t t t t !t "t >t Lt \t ]t ht mt nt xt }t ~t t t t t t t v v v v v v v w 7w Iw Kw bw cw lw @y Ay Ry z z Dz sz tz uz vz wz z {  | | | | ~ ~ ~   ) * P               ل ㄎ 턎   < N O P Q Z N O `     ɗ ܗ ݗ ◎ ꗎ     	 
     ! ( 4 5 = E J K S [ g h p w | }        ̴ ִ എ ᴎ  A B D E F O   . e f    ݷ 緎     F G I J K T U V g u v w    ɺ Ӻ Ժ  * + - . / 8 9 : K Y Z    н ڽ 低 彎  < = ? @ A J   п ޿ ߿ ࿎ 꿎  ( 2 < = k       0 1 B P Q      Î Î /Î 0Î 1Î 3Î JÎ KÎ TÎ Ŏ Ŏ Ŏ Ŏ Ŏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ Ɏ ʎ /ʎ {ʎ }ʎ ʎ ʎ ʎ Jˎ Kˎ \ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ ˎ 
̎ Y̎ Z̎ [̎ \̎ e̎ ̎ ̎ ̎ (͎ /͎ 8͎ 9͎ O͎ _͎ `͎ a͎ b͎ c͎ d͎ e͎ f͎ g͎ h͎ ͎ ͎ ͎ ͎ ͎  Ύ 	Ύ ώ ώ ώ Ў Ў Ў Ў ю ;Ҏ <Ҏ =Ҏ >Ҏ fҎ Ҏ Ҏ Ҏ Ҏ Ҏ Ҏ ӎ ӎ ӎ GԎ NԎ WԎ XԎ Վ Վ Վ Վ Վ Վ ֎ _֎ `֎ a֎ b֎ k֎ >؎ ?؎ P؎ ؎ ؎ ؎ ؎ Cَ Dَ Eَ Fَ Oَ Mێ Nێ _ێ ێ ێ ێ ێ M܎ N܎ O܎ P܎ Y܎ ގ ގ ގ ގ ގ ގ ގ ߎ q r s t      a b c d m   )           E F      ! " 3 w ~          c d e f o j k |          C D         
  2 3 8 : ; < E x y            
 Y [ \ ] f        \ ^ _ ` i . / @ A B j k                  S T e f g W a l       ; = S T ]           %  5  6  7  8  `  a            " " " " " "  # 0# G# H# I# J# r# s# # # # # # % % % % % % % <& >& ?& @& I& ( ( ( ( ( 6 6 6 6 6 6 6 7 7 +7 ,7 ;7 <7 =7 I7 J7 K7 W7 [7 n7 v7 7 7 7 7 7 8 8  8 M8 R8 8 8 8 8 8 *9 +9 09 \9 `9 z9 {9 9 9 9 9 9 9 : : C: D: O: : : : : : : : : : : : : : : : ; ; ; ; ; "; #; $; %; &; '; (; ); *; +; ,; -; .; /; 0; < < < -< >< ?< S< U< V< W< X< Y< a< g< h< q< u< v< < < < < < < < < < < < < < < < < < < < < < 
= = = = = gA tA A A A B B %B JB KB \B B B Q Q Q Q Q Q R @R AR _ _ _ _ _ _ _ _ ` ` ` `  ` !` "` #` '` (` )` *` C` E` K` L` e` g` l` m` {` }` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` a 
a a a "a $a *a +a >a @a Ea Fa Ma Ra ma na j  j +j ^j hj rj sj j j k k )k *k 3k k k k k k k l l  l !l "l #l ,l Jm Km \m |m }m ~m m m m m m m m <n =n Nn nn on pn n n n n n n n o o o o o p p p  q *q 4q 5q Vq q q q q q q Qs Rs cs s s t t t t t t 't t t t t t x x x x x x x x  y y y y y y !y "y Ay Oy _y `y ky py qy {y y y y y y y y y y y y y y y y y y  z z z z z  z !z Dz Rz bz cz nz sz tz ~z z z z z z z z z z z z z z z z { 
{ { { { { ){ .{ /{ l{ z{ { { { { { { { { { { { { { { { { | | | | | !| &| '| 2| 7| 8| B| G| H|  } .} >} ?} J} O} P} Z} _} `} k} p} q} {} } } } } } } } } } } } } } } } ~ 	~ 
~ 8~ F~ V~ W~ b~ g~ h~ r~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~  	 
    % * + R ` p q |            P ^ n o z            р ߀           ! " , 1 2 _ m } ~             ܁ ꁏ         ' , - 7 < = ! + 6 i s } ~  Մ 焏 鄏    
 ކ ߆    ⇏          f g k u    ǌ Ȍ   A B C D M    8 9 / 9 D w     ڒ 쒏 풏    쓏 퓏  I J F U g z {              ƥ ҥ ӥ ۥ 㥏 襏 饏         # * 6 7 " , 7 j t ~         ď ď ď ŏ ŏ 3ŏ =ŏ Hŏ {ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ ŏ Ǐ Ǐ ȏ ȏ ȏ ȏ ȏ *ȏ ]ȏ gȏ qȏ rȏ ȏ ȏ ȏ ȏ ȏ ȏ ȏ ʏ ʏ ʏ ʏ ʏ &ˏ 0ˏ ;ˏ nˏ xˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ ˏ \͏ ]͏ n͏ |͏ }͏ ~͏ ͏ ͏ ͏ ͏ ͏ ͏ 	Ώ 4Ώ 5Ώ 7Ώ 8Ώ 9Ώ BΏ Ϗ Ϗ Ϗ Ϗ Ϗ GЏ QЏ \Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ Џ ,ӏ -ӏ >ӏ pӏ qӏ (׏ 2׏ =׏ p׏ z׏ ׏ ׏ ׏ ׏ ؏ ؏ 2؏ 3؏ <؏ ؏ ؏ ؏ 'ُ .ُ 6ُ 7ُ Mُ ]ُ ^ُ _ُ `ُ ُ ُ ُ ُ ُ ُ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ ڏ  ۏ ۏ ۏ ۏ ۏ ۏ ۏ .ۏ Pۏ ۏ ۏ ۏ ۏ ۏ ݏ ݏ ݏ Pޏ Wޏ `ޏ aޏ ߏ ߏ ߏ ߏ ߏ  $ o p q r {         n o p q        	    A B j          P Q y z        ! 2     S     # v w                       C D E F O      % & N v w x y       
  	  ^ e n o        A C D E N U V g            (   % / : m w           q! r! ! ! ! ! ! ! ! ! ! " " " " " " # 	# U# W# X# Y# b# '$ ($ 9$ :$ ;$ c$ d$ $ $ $ $ $ % % & & & * * 
+ =+ G+ Q+ R+ z+ {+ + + + + + ^- _- p- - - - - - - - - - - - K. M. d. e. n. H0 I0 Z0 0 0 0 0 0 0 0 0 0 1 1 ]1 _1 `1 a1 j1 %3 &3 73 d3 e3 3 3 3 3 3 3 3 N6 O6 `6 6 6 SD _D nD zD D D D D D D D D D D D D D D D E E  E !E &E ]E bE E E E E E 5F 6F ;F rF vF F F F F F G G G VG [G G G G G G G G G <H AH MH NH QH [H \H _H hH iH {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 I I I I I I I I I I I I I J J J J J 'J 3J 4J 5J 6J 7J IJ cJ dJ oJ |J }J J J J J J J J J J J J J J J O O ZO [O gO O O O O O O :P ;P _ )_ 8_ D_ E_ _ _ _ _ fm jm km m m m m m m m m m m m m m m m m m m m m m n n 
n n n n !n "n 5n 7n =n >n Sn Un Zn [n pn rn wn xn n n n n n n n n n n n n n n n n n n o o w w w w x x x 8x Vx x x x x x ay by sy y y y y y y y y y y z z z { { { C{ D{ E{ F{ G{ H{ Q{ { { { | 
| | ;| <| =| >| ?| @| I| I} J} [} {} |} v~ ~ ~ ~ ~ ~ ~ ~ ! 7 9 j k t            Ł   ! 2 S T _ m } ~             ߆ 톐   	      * / 0 : ? @ ^ l | }             ⇐         ! " - 2 3 = B C l z            ǈ ̈ ͈ 
  ( ) 4 9 : D I J U Z [ e j k         ĉ ŉ Љ Չ ։  剐 扐  ̊ ܊ ݊ 芐 튐     	      G U e f q v w          ֋ 䋐          ! & ' 1 6 7 h v            Ì Ȍ Ɍ         * / 0 ; @ A K P Q    
    ( - . 9 > ? I N O o }            ʎ ώ Ў     ' , - 7 < = H M N X ] ^ z          ŏ ʏ ˏ Տ ڏ ۏ  ɑ ԑ     O s      | }  Y Z        ; < M   	   Q [ e f   ߚ  ᚐ ⚐ 뚐 A B S ֞ מ ͟ ן ⟐   ) * P x         硐 衐 䲐      & + , 1 9 E F K R W X ] d p q y             ȳ Գ ճ ϐ ϐ ϐ А А А А KА }А ~А А А А А XҐ YҐ jҐ Ґ Ґ Ґ Ґ Ґ Ӑ #Ӑ -Ӑ .Ӑ \Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ӑ Ր Ր Ր Ր Ր Ր Ր Ր Ր ֐ ֐ ֐ >֐ f֐ g֐ i֐ j֐ k֐ t֐ uؐ vؐ ؐ ؐ ؐ ؐ ؐ ؐ ِ ِ  ِ !ِ Oِ xِ yِ {ِ |ِ }ِ ِ ڐ ڐ ې ې ې ې &ې 1ې dې nې xې yې ې ې ې ې ې ې ې lݐ mݐ ~ݐ ݐ ݐ ݐ ݐ ݐ -ސ 7ސ Aސ Bސ kސ lސ mސ oސ ސ ސ ސ           " # K k                  & I      ! " 3 d k t u              9 : ; < E    1      w x y z   
     ' ( 9     P  
   7 O      z {     !                     $ + 4 5         = >      S T e K  R  [  \  Y V W X Y        ]	 ^	 o	 	 	 	 	 
     ? @            
 1 T U V W        ! ! " I" J" n" o" t" v" w" x" " # # # $ $ , , , - - -  - H- I- - - - - - / / !/ "/ #/ K/ L/ / / / / / j0 k0 |0 }0 ~0 0 0 0 0 0 0  1 1 1 1 1 1 2 2 N2 P2 Q2 R2 [2 3 3 3 3 3 8 8 8 8 8 8 8 9 9 w9 y9 9 9 9 : : ; ;; B; J; K; a; q; r; s; t; ; ; ; ; < < < = = = ,> 3> ;> <> l> > > > > > > > > > > ? @ @ @ A A +A ,A xA zA {A |A A C C C +D ,D Q Q R R +R /R 0R RR WR gR hR wR xR yR R R R R R R R R R R R  S VS WS \S S S S S S T T fT gT lT T T T T T T T  U !U &U TU YU U U U U U U U U U U U V V V V &V -V 4V @V AV LV PV WV ^V _V `V aV bV cV dV eV fV gV hV iV jV kV lV NW OW PW iW zW {W W W W W W W W W W W W W W W W W W W W X X 
X X X %X 2X 3X 4X 5X 6X 7X 8X 9X FX GX UX VX WX \ \ \ \ ] M] N] a] ] ] ] ] ] l l l l l 4m Jm |m }m { { 	{ {  { 4{ 5{ 6{ ?{ M{ Z{ [{ \{ ]{ ^{ _{ c{ d{ e{ f{ { { { { { { { { { { { { { { { { { { { { | | | | 0| 2| 7| 8| G| I| O| P| ^| `| f| g| z| || | | | | | | R \ g     օ  L N e f o     1 2 3 Z [ \ ] ^ _ h       ሑ ∑ ㈑ 䈑 刑 我  x y     ى ډ ۉ ܉ ݉ މ 牑 犑 芑      ) \ f p q   Ռ ׌  	     3 4 U V W X Y Z c   Џ       ' , - 7 < = H M N X ] ^ }          Ȕ ͔ Δ ؔ ݔ ޔ  
   & + , 6 ; < G L M W \ ]           ˕ Е ѕ ە  ᕑ 
  ( ) 4 9 : D I J U Z [ e j k   Ɩ ǖ Җ ז ؖ ░ 疑 薑      	 # 1 A B M R S ] b c n s t ~   \ j z {             嘑        $ % 0 5 6 @ E F t           ę ř ϙ ԙ ՙ   $ % 0 5 6 @ E F Q V W a f g        Ț ͚ Κ ٚ ޚ ߚ 隑          ƛ ˛ ̛ כ ܛ ݛ 监 웑 훑 
  + , 7 < = G L M X ] ^ h m n     Ŝ ʜ ˜ ՜ ڜ ۜ 朑 뜑 윑     & 6 7 B G H R W X c h i s x y ] g r     ퟑ  # % < = F   ,    M N O P Q Z ٤ ڤ 뤑      六    * Y } ~    ߪ ઑ  t u k u    ǭ ȭ   ( ) * + 4 ( ) :                          $ % - 5 A B J Q V W _ f r s ^ݑ hݑ sݑ ݑ ݑ ݑ ݑ ݑ ޑ ޑ ޑ ޑ  ޑ )ޑ ߑ ߑ  ? @ o y         ! # $ % . / 0 A O P Q [ f          	    % 3 4 b l w           $             E p q s t u ~ 
   * +        	 
  
 $ % . h i z   d n y      	 U W n o x $ % 6 c j r s        3 4 5 6 ?     	   ) 9 : ; < = > ? @ A B j              Y     @ `         ! ( 1 2        9 : ; < E   * } ~        ) ' ( 9     ' ( ) * 3 \ ] n      K	 L	 M	 N	 _	 	 	 	 	 ;
 <
 =
 >
 G
   
 
 
 
 
                
 Q X a b        = > ? @ I D  E  V          ! " " " " # # }# # # # # / / / / / 0 
0 0 0 0 0 0 R1 S1 d1 1 1 a: k: v: : : : : : : 3; 5; 6; 7; @; < < < < < < < 6= 8= 9= := C= > 	> > > > D> E> > > > > > c? d? u? v? w? ? ? ? ? ? ? ? -A .A ?A @A AA 1F ;F FF yF F F F F F G G -G .G 7G H H H H H H H H I I I I :I ;I I I I I I K K K K K K K 
L !L "L #L $L LL ML L L L L L aN bN sN N N N N O O O O #O Q Q Q Q Q _ _ _ _ _ _ _ _ _ ` ` ` ` ` #` $` %` 1` 5` H` P` \` ]` b` ` ` ` ` ` 'a ,a qa ra wa a a b b 
b 6b :b Tb Ub Zb b b b b b b b c c )c xc }c c c c c c c c c c c c c c c c c c c c c c c  d d d d d d d d d 	d 
d d d d e e e -e /e 0e 1e 2e 3e ;e Ae Be Ke Oe Pe ce oe pe qe re se e e e e e e e e e e e e e e e e e e e e Aj Nj j j j j j j $k %k 6k vk wk Yz ez tz z z z z { {      ҈ ӈ Ԉ ݈ 눒             % & ? A F G U W ] ^ q s y z         Ή Љ Չ ։ 剒 牒 퉒           ' , G H    8 B L M t  ꓒ 쓒   
    ϔ Д є        $ % 6 V W X          ( H I J w x y z { |         Ǚ     0 ] s u    + , = ќ Ҝ        \ ] n       š ʡ ˡ ա ڡ ۡ 桒 롒 졒     ) 9 : E J K U Z [ f k l v { |     Ģ ɢ ʢ Ԣ ٢ ڢ 墒 ꢒ 뢒     , < = H M N X ] ^ i n o y ~    ƣ ǣ ң ף أ ⣒ 磒 裒      	 F T d e p u v           Ϥ ߤ ऒ 뤒           ! "     $ ) * 4 9 : E J K U Z [         ¦ æ Φ Ӧ Ԧ ަ 㦒 䦒    0 1 < A B L Q R ] b c m r s   § ç Χ ӧ ԧ ާ 㧒 䧒 戮      , : J K V [ \ f k l w | }    * 8 H I T Y Z d i j u z {      ɩ ʩ թ ک ۩ 婒 ꩒ 멒       9 G W X c h i s x y        Ī Ԫ ժ ઒ 媒 檒             C M W X    í ڭ ۭ 䭒   ʯ    밒 찒   ﰒ  w x  @ A E O Z     ȵ      ' } ~    	   Q [ e f   ƻ ǻ Ȼ ɻ һ Ƽ Ǽ ؼ # $  Β /Β AΒ TΒ UΒ ZΒ bΒ gΒ hΒ mΒ uΒ Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β Β ϒ ϒ ϒ    D N X Y             
  " U _ i j                7 A K L z              
  H R \ ]        6 7 H V W X b m                 ! + 6 i s } ~           J K       J  T  ^  _           
         ' 7 8 9 : b       ] ^ o                 * u v w x  [ \ m * 1 : ;        I	 J	 K	 L	 U	 c
 d
 u
 
 
 
 
  H I J K s            D ]         * + S T         ` g p q -      P Q y z                         ) $ $ $ $ $ $  % (& P' Q' R' S' {' |' ' ' ' ' ' - - - 8. ?. H. I. m/ 0 0 0 0 0 0 1 1 1 1 (1 /= 0= A= = = = = = = = = = > > ? Z? [? G 	H H GH QH [H \H H H H H H H H KJ LJ ]J ^J _J J J J J J J J K K K K K K K /L 1L 2L 3L <L M M M M M =M >M M M M M M N N N N N S S S T !T +T ,T TT UT T T T T T 8V 9V JV wV ~V V V V V V V V V V %W 'W >W ?W HW "Y #Y 4Y hY oY wY xY Y Y Y Y Y Y Y 7Z 9Z :Z ;Z DZ [  \ \ >\ ?\ g\ h\ \ \ \ \ \ (_ )_ :_ g_ h_ -m 9m Hm Tm gm km lm m m m m m m m m m m m m m m m m  n 7n <n n n n n n o o o Lo Po o o o o o o o o 0p 5p \p ]p bp p p p p p q q 'q (q +q 5q 6q 9q Bq Cq Uq Zq bq iq pq |q }q q q q q q q q q q q q q q q q q q q r r r r r r r r r r r r r r r r r r s 
s s s s s #s =s >s Is Vs Ws as ns os ps qs rs ss ts us s s s s s w w 4x 5x Ax x x x x x x y y      p    @ D E [ \ p q r {              Ö Ė ݖ ߖ 䖓 喓         - / 4 5 J L Q R l n s t             ŗ ʗ 嗓 旓    ֠ ࠓ ꠓ 렓  0      ; < M m n o        £ ã ԣ         ! " +   Ƥ 椓 礓 褓       # # $ 5 U V P Z e     Χ    D E N ɩ ʩ ۩ o p           - . 9 G W X c h i s x y        ǯ ׯ د 㯓 诓 鯓     	 
    8 F V W b g h r w x        ʰ ڰ ۰ 氓 밓 찓      
    F T d e p u v          䱓        # $ / 4 5 ? D E _ m } ~                 ³ ǳ ȳ ҳ ׳ س 㳓 賓 鳓    ! / ? @ K P Q [ ` a l q r |     δ ϴ ڴ ߴ ഓ 괓 ﴓ         B P ` a l q r |         ʵ ص 赓 鵓     	 
    % * + ȶ ֶ 涓 經          # ( ) I W g h s x y          ׷ 巓         " ' ( 2 7 8 T b r s ~               ẓ 뺓   ) M _ a x y  V W h 3 4 Z         '      +Ó 5Ó ?Ó @Ó fÓ Ó Ó Ó Ó Ó Ó Ɠ Ɠ -Ɠ Ǔ Ǔ ȓ ȓ ȓ ȓ ȓ ɓ ɓ *ɓ Rɓ dɓ eɓ fɓ gɓ pɓ dʓ eʓ vʓ ʓ ʓ ۓ ۓ ۓ ۓ ۓ ۓ  ܓ ܓ ܓ ܓ ܓ ܓ  ܓ %ܓ ,ܓ 1ܓ 2ܓ 7ܓ >ܓ Jܓ Kܓ Sܓ [ܓ `ܓ aܓ iܓ qܓ }ܓ ~ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ ܓ        % W X Z [ \ e 2 3 D { |        6 \ ] _ ` a j k l }           @ A C D E N O P a o p        ) R S U V W `          > H R S        F G X f g        E F G I ` a j 	 	 	 	 	 
 
 
 
 
 
 
 % E      ` a r            # o p q r {   
 > E N O e u v w x y z { | } ~                Q R S T |          ] d m n *      ) u v w x  T U f     Y Z [ \ e c d u     c  d  e  f  o  " " " " # # # # $ $ $ $ $ $ $ % % w% x% y% z% % -( .( ?( %) ,) 5) 6) 3* 0+ 1+ 2+ 3+ [+ \+ + + + + + 72 82 I2 2 2 2 2 3 4 4 4 4 5 5 y5 z5 {5 |5 5 ; ; ; ; ; ; ; = .> /> 0> 1> Y> Z> > > > > > J J J #K $K HK IK NK PK QK RK [K L L L L L U U U U U U U "V #V oV qV rV sV |V W W W W W %X &X rX tX uX vX X DY EY VY WY XY Y Y Y Y Y Y Y Z Z Z Z Z Z Z ([ *[ +[ ,[ 5[ i\ j\ {\ |\ }\ ma wa a a a a a a a Qb Sb ib jb sb c c c d d $d %d ;d Kd Ld Md Nd vd wd d d d d d f f f g 
g g g Fg ]g ^g _g `g g g g g g g g i i i i i j j Rj Tj Uj Vj _j l l l m m z z z z { 	{ 
{ ,{ 1{ A{ B{ Q{ R{ S{ _{ `{ a{ m{ q{ { { { { { { { 0| 1| 6| c| h| | | | | | @} A} F} r} v} } } } } } } }  ~ .~ 3~ Y~ Z~ e~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       & * 1 8 9 : ; < = > ? @ A B C D E F ( ) * C T U i k l m n o w } ~           ۀ ܀ 瀔     
         ! / 0 1 }  ҅ Ӆ ߅ ' ( ; ` a r         $ V W ޣ ⣔ 㣔       ' 4 5 6 7 8 9 = > ? @ Y [ a b { }           ˤ ͤ Ҥ Ӥ 褔 ꤔ 樂  
    ! # ) * 8 : @ A T V [ \ c h   , 6 A t ~    ή & ( ? @ I ٯ گ 믔   
 4 5 6 7 8 9 B ` a r          ɱ R S d            ³ ӳ      6 @ J K l    ⵔ 㵔 쵔 g h y 
  / 0 1 2 3 4 =    ˸ ̸ ׼ 弔         " ' ( 2 7 8 W e u v             ֽ 佔          ! & ' 1 6 7 Z h x y             侔        # $ / 4 5 ? D E          ¿ Ϳ ҿ ӿ ݿ ⿔ 㿔     ' , - 7 < = H M N X ] ^ 6 D T U ` e f p u v                 
       N \ l m x } ~              
Ô Ô Ô Ô Ô  Ô +Ô 0Ô 1Ô ;Ô @Ô AÔ hÔ vÔ Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô Ô fĔ tĔ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ĕ Ŕ Ŕ Ŕ Ŕ Ŕ !Ŕ &Ŕ 'Ŕ 2Ŕ 7Ŕ 8Ŕ BŔ GŔ HŔ uŔ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ Ŕ  Ɣ Ɣ Ɣ Ɣ !Ɣ "Ɣ ,Ɣ 1Ɣ 2Ɣ =Ɣ BƔ CƔ MƔ RƔ SƔ 7Ȕ AȔ LȔ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ Ȕ ɔ ɔ  ɔ ʔ ʔ ˔ ˔ ˔ ˔ '̔ (̔ )̔ *̔ +̔ 4̔ ͔ ͔ ͔ |Δ }Δ Д Д Д Д Д Д Д є 3є Wє Xє Yє Zє cє Ӕ Ӕ Ӕ NՔ OՔ E֔ O֔ Z֔ ֔ ֔ ֔ ֔ ֔ ֔ ה ה ה ה ה ؔ ؔ ؔ _ؔ `ؔ \ k }                           $ + 0 1 9 @ L M 8 B M               	 	 I	 S	 ^	 	 	 	 	 	 	 	 	 	 	 
 	 
  ) * + 5 @ s }             
  < F Q            r s            J K M N O X      ] g r            B C T   > H S       / 1 H I R    = D L M c s t u v   
                       D f      ! ! ! f" m" v" w" 3# # # # # $ :$ $ $ $ $ $ % % % % & & & & ' ' ' ' ' ' ( ( ( ( ( ) ) * W* X* * * * * * * + - - - f- g- - - . . . . 
. 60 70 H0 0 0 0 0 i1 %2 &2 '2 (2 92 2 2 2 2 3 3 3 3 !3 5 5 5 6 6 6 6 7 8 8 8 8 8 8 Y9 Z9 [9 \9 e9 ? ? ? +@ 2@ ;@ <@ dA B B B B B B C C C C #C I I 0I tI {I I I J K K K K K K WL YL ZL [L dL kX lX }X X X X X X X X X X ,Z -Z >Z Z Z ;c Ec Pc c c c c c c 
d d d d d e e e e e e e f f f f f f f f f f g g kg mg ng og xg =h >h Oh Ph Qh yh zh h h h h h j j j j j o o  o So ]o go ho o o o o p p p tq uq q q q q q q q q q q r r ar cr zr {r r ^t _t pt t t t t t t t t t &u 'u su uu vu wu u ;w <w Mw zw {w w w w w w w w dz ez vz z z i u      ʈ ψ ߈          " * 6 7 < s x Ή ω ԉ   K L Q   ފ ߊ 䊕   . / 4 l q    ̋ ы    R W c d g q r u ~         Č Ȍ ό ֌ ׌ ، ٌ ڌ ی ܌ ݌ ތ ߌ  ጕ ⌕ ㌕ 䌕 ƍ Ǎ ȍ ፕ    	 
   
    % ) * = I J K L M _ y z               ͎ Ύ ώ  ( p q } œ Ɠ ٓ    P Q 3 ? N Z [  £   |         ű ұ ӱ Ա ձ ֱ ױ ۱ ܱ ݱ ޱ          ! / 1 7 8 K M S T i k p q           ǲ Ȳ ֲ ز ޲ ߲       ! " ʻ Ի ߻   & ' N l ļ Ƽ ݼ ޼ 缕 w x     ҽ ӽ Խ ս ֽ ׽ ཕ    0 1 2 Y Z [ \ ] ^ g    " # $ Q R S T U V _ _ ` q          
Õ 7Õ MÕ OÕ Õ Õ Õ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ ŕ 6ƕ 7ƕ Hƕ iƕ jƕ uʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ʕ ˕ ˕ ˕ ˕ $˕ %˕ /˕ 4˕ 5˕ @˕ E˕ F˕ P˕ U˕ V˕ t˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ˕ ̕ ̕ ̕ "̕ '̕ (̕ 2̕ 7̕ 8̕ C̕ H̕ I̕ S̕ X̕ Y̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕ ̕  ͕ .͕ >͕ ?͕ J͕ O͕ P͕ Z͕ _͕ `͕ k͕ p͕ q͕ {͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ ͕ Ε Ε Ε Ε Ε ϕ ϕ ϕ ϕ ϕ ϕ $ϕ %ϕ /ϕ 4ϕ 5ϕ ]ϕ kϕ {ϕ |ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ ϕ 
Е Е Е Е Е &Е +Е ,Е 7Е <Е =Е GЕ LЕ MЕ ~Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е Е ѕ ѕ $ѕ %ѕ 0ѕ 5ѕ 6ѕ @ѕ Eѕ Fѕ Qѕ Vѕ Wѕ aѕ fѕ gѕ ҕ ҕ "ҕ #ҕ .ҕ 3ҕ 4ҕ >ҕ Cҕ Dҕ Oҕ Tҕ Uҕ _ҕ dҕ eҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ҕ ӕ !ӕ 1ӕ 2ӕ =ӕ Bӕ Cӕ Mӕ Rӕ Sӕ ^ӕ cӕ dӕ nӕ sӕ tӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ ӕ Օ Օ Օ ֕ '֕ 1֕ 2֕ e֕ ֕ ֕ ֕ ֕ ֕ ֕ ؕ ؕ ؕ oٕ pٕ ٕ ٕ ٕ ٕ ٕ ٕ ٕ Qە Rە cە ܕ ܕ ޕ )ޕ 4ޕ gޕ qޕ {ޕ |ޕ ޕ ޕ ޕ ޕ ޕ ޕ ߕ W X i      + 5 ? @ f             	  . / 4 < A B G O [ \ a h m n s z                       ( 2 3 a       n o       / 9 C D r                 % & T | }             " , 6 7 e         " 0 1 2 < G z           ! ! ! ! ! ! " " C" M" W" X" " " " " " " " $ $ $ $% %% ( ( ( $) .) 8) 9) a) ) ) ) ) ) ) * * * * * * * + + + + + <+ _+ + + + + + 7, 8, I, z, , , , , , , , , , , , , , , , - O- P- Q- R- [- 5/ 6/ G/ 0 0 0 0 0 1 1 1 1 1 1 #2 $2 %2 &2 /2 =3 >3 O3 3 3 3 3 f4 "5 #5 $5 %5 M5 e5 5 5 5 5 5 7 7 7 7 7 8 78 8 8 8 8 8 : : : ; ; -; .; ; ; ; ; ; = = = :> A> J> K> ? ? ? ? ? ? *@ +@ S@ T@ @ @ @ @ @ iC jC {C aD hD qD rD oE lF mF nF oF F F F F F F G sM tM M M M M M O *P +P ,P -P UP VP P P P P P V V V W W "W #W GX jY kY lY mY Y Y Y Y Y Y Z 	f 
f f _f `f f f f f f f f g g g 4h 5h p p p !q +q 5q 6q ^q _q q q q q q %s &s 7s 8s 9s as bs s s s s s t t t t t t t 	u u u 
u u u u u u u v v dv fv gv hv qv w w w w w | | | | | } } .} /} } } } } }   $ Q X ` a w           "    B I Q R      Ă ł      ل ڄ 넖   A B         A B   " . A E F h m } ~          Ȗ Ԗ Ֆ ږ   l m r   闖 ꗖ  & * | }    ̘ ͘ Ҙ 
  6 7 < j o              / 4 < C J V W b f m t u v w x y z { | } ~     d e f             Û Ǜ ț ۛ 盖 蛖 雖 ꛖ 뛖    # 0 1 ; H I J K L M N O \ ] k l m  Ơ    c d w      Ѱ ݰ 찖   J `      5 6 J K L U c p q r s t u y z { |         Ϳ Ͽ տ ֿ 鿖 뿖    	   $ & + , F H M N ] _ e f t v | }         hɖ rɖ }ɖ ɖ ɖ ɖ ɖ ɖ 
ʖ bʖ dʖ {ʖ |ʖ ʖ ˖ ˖ '˖ G˖ H˖ I˖ p˖ q˖ r˖ s˖ t˖ u˖ ~˖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ̖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ ͖ Ζ Ζ ϖ /ϖ 0ϖ *Ж 4Ж ?Ж rЖ |Ж Ж Ж Ж Ж Ж Ж і і (і Җ Җ Җ IӖ JӖ kӖ lӖ mӖ nӖ oӖ pӖ yӖ Ӗ Ӗ Ӗ Ԗ Ԗ ؖ !ؖ 1ؖ 2ؖ =ؖ Bؖ Cؖ Mؖ Rؖ Sؖ ^ؖ cؖ dؖ nؖ sؖ tؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ؖ ٖ  ٖ 0ٖ 1ٖ <ٖ Aٖ Bٖ Lٖ Qٖ Rٖ ]ٖ bٖ cٖ mٖ rٖ sٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ ٖ  ږ .ږ >ږ ?ږ Jږ Oږ Pږ Zږ _ږ `ږ kږ pږ qږ {ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ ږ 	ۖ ۖ ۖ ۖ ۖ ۖ 9ۖ Gۖ Wۖ Xۖ cۖ hۖ iۖ sۖ xۖ yۖ ۖ ۖ ۖ ۖ ۖ ۖ rܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ ܖ 	ݖ ݖ ݖ %ݖ *ݖ +ݖ 5ݖ :ݖ ;ݖ Fݖ Kݖ Lݖ Vݖ [ݖ \ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ݖ ޖ *ޖ :ޖ ;ޖ Fޖ Kޖ Lޖ Vޖ [ޖ \ޖ gޖ lޖ mޖ wޖ |ޖ }ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ޖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ ߖ   # 1 A B M R S ] b c n s t ~                   . < L M X ] ^ h m n y ~     s }       ' 9 ; R S \ 0 1 B 
  4 c d e f g p             @ o                   , > ? @ A J > ? P                      $ % - 5 : ; C K W X ` g l m u |   t! ~! ! ! ! ! ! ! 1" 2" 4" 5" 6" ?" $ 
$ $ U$ V$ $ $ $ $ $ $ $ % 6% 7% 9% :% ;% D% E' F' W' e' f' g' q' |' ' ' ' ' ' ( ( ( ( ( (( )* ** ;* I* J* x* * * * * * * + ,+ -+ /+ 0+ 1+ :+ , , , , , , , , - "- ,- -- [- - - - - - -  / !/ 2/ @/ A/ / / / / / / / 0  0 !0 #0 :0 ;0 D0 ~2 2 2 2 2 z6 6 6 6 6 6 6 6 7 k7 m7 7 7 7 :8 ;8 L8 y8 8 8 8 8 8 8 8 8 8 8 I9 J9 K9 L9 U9 9 9 9 : : (: ): ?: O: P: Q: R: S: T: U: V: W: X: : : : : : : : < < < = = = = o> +? ,? -? .? V? v? ? ? ? ? ? @ @ @ 7A >A GA HA B B B B B B C OC PC QC RC [C .E /E @E E E E E 3F 4F 5F 6F ?F =H >H OH H H H H =I >I ?I @I II rK sK K K K K K L aM bM cM dM uM M M M M QN RN SN TN ]N Q Q Q Q R R R 
S 
T T T 
T 5T 6T T T T T T [ [ #[ g[ n[ w[ x[ \ ] ] ] ] ] ] S^ T^ U^ V^ _^ Zd [d ld d d d d e g 	g 
g g 3g 4g g g g g g s s s s s "t #t (t *t +t ,t 5t hu iu zu u u w~ ~ ~ ~ ~ ~ ~ ~ ~ I K L M V À Ā Հ ր ׀    L N O P Y   0 1 2 Z [      y z           C D U V W G Q \     ̊ ͊ + - C D M         % & ' ( P Q          珗     7 8 9 : b c      w x    ߒ  , . / 0 9    ߕ     ̣ ߣ 㣗 䣗     + , - 9 : ; G K ^ f r s x   
   = B    ĥ ȥ     L P j k p   Ԧ զ ڦ  
 3 4 ?           ͧ ҧ ڧ ᧗ 觗                           . / C E F G H I Q W X a e f y          Ω ϩ ٩ 橗 穗 詗 驗 ꩗ 멗 쩗    	 
  W d       : ; L   o {    辗  0 1 ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ̗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ 3͗ 5͗ ;͗ <͗ U͗ W͗ \͗ ]͗ k͗ m͗ s͗ t͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ ͗ Η Η Η Η Η Η .Η 0Η 5Η 6Η =Η BΗ ]Η ^Η ח ח ח Nח Xח bח cח ח ח  ؗ ؗ ؗ ؗ #ؗ ؗ ؗ ؗ ؗ ؗ ؗ ٗ ٗ ٗ ٗ ٗ ٗ ٗ :ڗ ;ڗ Lڗ lڗ mڗ nڗ ڗ ڗ ڗ ڗ ڗ ڗ ڗ ,ۗ -ۗ >ۗ ^ۗ _ۗ `ۗ ۗ ۗ ۗ ۗ ۗ ۗ ۗ ܗ ܗ ܗ ܗ ܗ ݗ ݗ ݗ ޗ ޗ $ޗ %ޗ Fޗ sޗ ޗ ޗ ޗ ޗ ޗ A B S   	 
   
   r s                    1 ? O P [ ` a k p q |                       4 B R S ^ c d n s t                 	      \ j z {                       " ' ( 2 7 8   . / : ? @ J O P [ ` a k p q                 ( 6 F G R W X b g h s x y               
     B P ` a l q r |         @ N ^ _ j o p z                        ! " O ] m n y ~                        ' , -   & Y c m n                       V W [ e p      
 1 2 3 4 =    ( )  ) 4 g q { |              9 : 6 E W j k p x } ~                       
    & ' / / '/ Z/ d/ n/ o/ / / / / / / / 1 1 1 1 1 #2 -2 82 k2 u2 2 2 2 2 2 2 2 2 2 4 4 4 5 5 5 5 5 M5 W5 a5 b5 5 5 5 5 5 5 5 7 7 7 7 7 8  8 +8 ^8 h8 r8 s8 8 8 8 8 8 8 8 L: M: ^: l: m: n: x: : : : : : : $; %; '; (; ); 2; < < < < < 7= A= L= = = = = = = = = = = = @ @ .@ `@ a@ D "D -D `D jD tD uD D D 	E E "E #E ,E E E E F F &F 'F =F MF NF OF PF xF F F F F F F sG tG G G G G G G G G G G G G G G G G H @H H H H H H qJ rJ J @K GK PK QK 
L L L L L L M _M `M aM bM kM yN zN N N N N N O ^P _P `P aP P P P P P P P R R R 1S 2S ZS sS S S S S S U U U @V AV iV jV V V V V V Y Y "Y vY }Y Y Y CZ Z  [ [ [ [ f[ g[ [ [ [ [ [ [ [ ^ ^ ^ _ _ _ _ ` a a a a a a 3b 4b 5b 6b ?b h h h i i i i >j fk gk hk ik k k k k k k k q q 
r Nr Ur ^r _r s t t t t t t 1u 3u 4u 5u >u E F W     Ɓ ȁ Ɂ ʁ Ӂ    p q   * ] g q r   猘 錘 ꌘ 댘  a b s t u   ꎘ 쎘 페     Ώ Ϗ Џ   E G H I R   ) * + S T      ᒘ ⒘    嗘   - 7 A B j k ɘ ˘ ᘘ ☘ 똘 N O `      Ú Ě Ś ƚ   ; = T U ^ 8 9 J ~     ՝ ֝ ם ؝    M O P Q Z   ' T U } ~ ʠ ̠ ͠ Π נ > ? P } ~ C O ^ j }       ɱ ʱ ˱ ױ ر ٱ 屘 鱘      M R    ۲ ಘ % & + b f    곘   	  F K r s x   Ѵ Ҵ ݴ , 1 = > A K L O X Y k p x                           ̶ Ͷ ᶘ 㶘 䶘 嶘 涘 綘 ﶘ       # $ % & ' 9 S T _ l m w                J K W    ؼ ټ 꼘 * + 
̘ ̘ (̘ 4̘ 5̘ ̘ ̘ ̘ ̘ Vژ Zژ [ژ qژ rژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ ژ 	ۘ ۘ ۘ ۘ %ۘ 'ۘ -ۘ .ۘ Cۘ Eۘ Jۘ Kۘ `ۘ bۘ gۘ hۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ ۘ         ( F      Q R c              
   3 4 5 6 7 8 A       + , - . / 0 9 9 : K k l f p {       ' ) Z [ d               " C D O ] m n y ~                  	       * / 0 N \ l m x } ~                     " # - 2 3 \ j z {                 $ ) * 4 9 : E J K U Z [ u                             	   7 E U V a f g q v w                     ! & ' X f v w                 
       + 0 1 ; @ A      
     ) . / 9 > ? _ m } ~                    ' , - 8 = > H M N j x                      ? c u w    l m ~ I J p       + , =      A K U V |       1
 2
 C
      
 
 
 
 @
 h
 z
 {
 |
 }
 
 z {         	          !  )  5  6  ;  B  G  H  M  T  `  a  i  q  v  w                          < < < < = = 
= ;= m= n= p= q= r= {= H? I? Z? ? ? ? ? ? 	@ @ @ @ L@ r@ s@ u@ v@ w@ @ B B B B B B B B B B B  C .C VC WC YC ZC [C dC eE fE wE E E E E E E F F F ?F hF iF kF lF mF vF G G G 
H H H H !H TH ^H hH iH H H H H H H H \J ]J nJ |J }J J J J K 'K 1K 2K [K \K ]K _K vK wK K M M M M M Q Q Q Q R R R ;R [R R R R R R vS wS S S S S S S S S S S T 9T T T T T T U U #U TU [U dU eU {U U U U U U U U U U U U U )V *V +V ,V 5V X X !X X X X X Y gZ hZ iZ jZ Z Z Z Z Z  [ 	[ \ \ )\ s\ z\ \ \ @] ] ] ] ] '^ ?^ ^ ^ ^ ^ ^ j` k` |` ` ` ` a oa pa qa ra {a yc zc c c c d d yd zd {d |d d f f f g g $g %g g h h h h h i i -i .i i i i i i Cl Dl Ul ;m Bm Km Lm In Fo Go Ho Io qo ro o o o o o Mv Nv _v v v v v w y y y y /y 0y y y y y y        ! D E F G o p ς т ҂ ӂ ܂ ㎙ 䎙  9 : ^ _ d f g h q        ș     8 9            ; <      Z [ l m n   㝙 坙 杙 睙    Ǟ Ȟ ɞ   > @ A B K         ˥ ե ߥ ख़  	 g i    짙   + 2 : ; Q a b c d   ٨ ۨ    ֪ ת 誙  # + , \ s t u v   뫙   龎    ŭ     h j k l u ܰ ݰ    ᾙ        B G W X g h i u v w        뿙  F G L y ~       V W \           D I o p {           	Ù Ù Ù Ù $Ù 0Ù 1Ù <Ù @Ù GÙ NÙ OÙ PÙ QÙ RÙ SÙ TÙ UÙ VÙ WÙ XÙ YÙ ZÙ [Ù \Ù >ę ?ę @ę Yę ję kę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę ę 
ř ř ř "ř #ř $ř %ř &ř 'ř (ř )ř 6ř 7ř Eř Fř Gř ə ə ə ə ə =ʙ >ʙ Qʙ vʙ wʙ ʙ ʙ ʙ ٙ ٙ ٙ ٙ ٙ $ڙ :ڙ lڙ mڙ      $ % & / = J K L M N O S T U V o q w x                        " ' ( 7 9 ? @ N P V W j l q r y ~   B L W       < > U V _    ! " # J K L M N O X v w            h i z              	 
    L V ` a        } ~  # $ E F G H I J S               ' , - 8 = > H M N m {                 
     & + , 7 < = G L M p ~                   $ ) * 4 9 : E J K U Z [                  ! 1 2 = B C M R S ^ c d n s t L Z j k v { |                      % & 0 5 6 d r                     % & 0 5 6 A F G Q V W ~                |                 	 	 	 '	 ,	 -	 7	 <	 =	 H	 M	 N	 X	 ]	 ^	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 &
 '
 2
 7
 8
 B
 G
 H
 S
 X
 Y
 c
 h
 i
 M W b      
 
 
 ,
 -
 6
 
      = > ? @ A J              I m n o p y    d e [ e p           $   * u v r- - - - - - - - - - - - - - - - - - - - - . . . . . %. 1. 2. :. A. F. G. O. V. b. c. NJ XJ cJ J J J J J K K K K K K L L L /M 0M _M iM tM M M M M M N N N N N N P  P 1P ?P @P AP KP VP P P P P P P P P P P Q S S S #S $S RS \S gS S S S S S T T 	T 
T T T U U U U U U U U U U V V 5V `V aV cV dV eV nV W W X X X sX }X X X X X X X X X X Y Y Y X[ Y[ j[ [ [ T_ ^_ i_ _ _ _ _ _ _ E` G` ^` _` h` a a &a Sa Za ba ca ya a a a a a a #b $b %b &b /b b b b b b c c c )c *c +c ,c -c .c /c 0c 1c 2c Zc |c c c c c c e e e |f f f f Ig h h h h 0h Ph h h h h h i i i j j !j "j j k k k k k k )l *l +l ,l 5l n 	n n mn nn n n 
o o o o o q q )q |q }q q q r r r r #r Lt Mt ^t t t t t u ;v <v =v >v Ov v v v v +w ,w -w .w 7w y y y z z z z { | | | | } } o} p} q} r} {} 냚 샚  A H Q R z     ͆ Ά - . / 0 9 4 5 F      ⏚ ㏚ 䏚 叚 
  m o p q z    ל ؜        B C T   Q [ f     ֧ ק # % & ' 0      ٩ ک & ( ) * 3   
   4 5      S T e f g   ܬ ެ ߬ ଚ 鬚   / 0 1 ! + 6 i s } ~       '    ɵ е ص ٵ ﵚ      * + w y    t u    ɸ ʸ      < =      Q R c       	 
  z {    ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ̚ ͚ ͚ ͚ ͚ ͚ ͚ !͚ %͚ 8͚ @͚ L͚ M͚ R͚ ͚ ͚ ͚ ͚ ͚ Κ Κ aΚ bΚ gΚ Κ Κ Κ Κ Κ &Ϛ *Ϛ DϚ EϚ JϚ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ Ϛ 
К К К hК mК yК zК }К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К К њ њ њ њ Қ 	Қ Қ Қ  Қ !Қ "Қ #Қ +Қ 1Қ 2Қ ;Қ ?Қ @Қ SҚ _Қ `Қ aҚ bҚ cҚ uҚ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ Қ 1ך >ך ך ך ך ך ך ך ؚ ؚ &ؚ fؚ gؚ I U d p q   
                      
    / 1 6 7 E G M N a c i j                      
     7 8    (  2  <  =  d                             & F G H o p q r s t }    8 9 : g h i j k l u u v             M c e    	 	 -	 	 	 	 	 	 	 	 	 	 L
 M
 ^
 
 
                   ) * 5 : ; E J K V [ \ f k l                   , - 8 = > H M N Y ^ _ i n o                 6 D T U ` e f p u v                          	    $ ) * 5 : ; E J K s                    ! , 1 2 < A B M R S ] b c                  * : ; F K L V [ \ g l m w | }  ( 8 9 D I J T Y Z e j k u z {                 ) 7 G H S X Y c h i t y z                        3 = G H {                   g h y 0  1  5" ?" J" }" " " " " " # # 
# # # m% n% % ' ' ' ( ( A( K( U( V( |( ( ( ( ( ( ( ) ) ) * * ; ; 1; D; E; J; R; W; X; ]; e; q; r; w; ~; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ;  < < W W X 4X >X HX IX wX X X X X X X Z Z Z Z Z Z [ [ E[ O[ Y[ Z[ [ [ [ [ [ [ [ ] ] ] ] ] ] ] ] '^ 1^ ;^ <^ j^ ^ ^ ^ ^ ^ ^ ` ` ` ` ` ` ` a 8a Ba La Ma {a a a a a a a &c 'c 8c Fc Gc Hc Rc ]c c c c c c c c d d d d e e e e e f f &f Yf cf mf nf f f f f f f f h h i :i ;i l l m :m Dm Nm Om wm m m m m m n n n n n n  o o o 'o (o )o *o Ro uo o o o o o Mp Np _p p p p p p p p p p p p p p p p p q eq fq gq hq qq Ks Ls ]s t !t *t +t t u u u u u u 9v :v ;v <v Ev Sw Tw ew w w w w |x 8y 9y :y ;y cy {y y y y y y { { { | | 4| M| | | | | | ~ ~ ~   C D      ꁛ 끛  P W ` a  ك ڃ ۃ ܃ 탛 @ A i j Ʉ ʄ ˄ ̄ Մ    w ~          
        ߑ 摛    @ A B C k l ˔ ̔ ͔ Δ ה Қ Ӛ 䚛 ( / 8 9 ]        
       1 u v        ૛ ᫛  J K ﴛ   7 A K L t u  õ ĵ ŵ ε ; < M N O w x ķ Ʒ Ƿ ȷ ѷ      Ҹ Ӹ  ! " # ,      - . z | } ~    ͻ λ ϻ        D E      (Û )Û :Û gÛ nÛ vÛ wÛ Û Û Û Û Û Û Û ě ě .ě /ě 8ě ƛ ƛ $ƛ Xƛ _ƛ gƛ hƛ ƛ ƛ ƛ ƛ ƛ ƛ ƛ 'Ǜ )Ǜ *Ǜ +Ǜ 4Ǜ ț ț ɛ .ɛ /ɛ Wɛ Xɛ ɛ ɛ ɛ ɛ ɛ ̛ ̛ *̛ W̛ X̛ ڛ )ڛ 8ڛ Dڛ Wڛ [ڛ \ڛ ~ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ ڛ 'ۛ ,ۛ ۛ ۛ ۛ ۛ ۛ ۛ  ܛ ܛ <ܛ @ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ ܛ  ݛ %ݛ Lݛ Mݛ Rݛ ݛ ݛ ݛ ݛ ݛ ޛ ޛ ޛ ޛ ޛ %ޛ &ޛ )ޛ 2ޛ 3ޛ Eޛ Jޛ Rޛ Yޛ `ޛ lޛ mޛ xޛ |ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ ޛ zߛ {ߛ |ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ ߛ     - . 9 F G Q ^ _ ` a b c d e r s      $ % 1 y z            ` v   0 4 5 K L ` a b k y                             $ % : < A B \ ^ c d s u { |             ~
 
 
 
 
 
 
    x z    + , = ] ^ _              
                 	 
    % E F @ J U         4 5 >    _ `             ) 7 G H S X Y c h i t y z                  	 
 ( 6 F G R W X b g h s x y                   
 6 D T U ` e f p u v                  $ % / 4 5 O ] m n y ~                                           ! ! /! 0! ;! @! A! K! P! Q! \! a! b! l! q! r! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " 2" @" P" Q" \" a" b" l" q" r" }" " " " " " " " " " " " " " " " # 
# # # # # # # # # # # # # # # $ $ 	$ $ $ $ 9$ G$ W$ X$ c$ h$ i$ s$ x$ y$ $ $ $ $ $ $ $ $ $ $ $ $ $ % % % % % % "% '% (% D% R% b% c% n% s% t% ~% % % % % % % % % ' ' ' ' ' ' ' ( =( O( Q( h( i( r( F* G* X* #+ $+ J+ y+ z+ {+ |+ }+ + - - - - - / / / 0 %0 /0 00 V0 0 0 0 0 0 0 3 3 3 4 4 5 5 5 5 5 5 5 6 B6 T6 U6 V6 W6 `6 T7 U7 f7 7 7 H H H H H H H H H H I I I I I !I "I 'I .I :I ;I CI KI PI QI YI aI mI nI vI }I I I I I I I e e e e e e e f Gf Hf Jf Kf Lf Uf "h #h 4h kh lh h h h h h h h &i Li Mi Oi Pi Qi Zi [k \k mk {k |k }k k k k k k k l 0l 1l 3l 4l 5l >l ?n @n Qn _n `n n n n n n n n o Bo Co Eo Fo Go Po p p p p p p p p .q 8q Bq Cq qq q q q q q q 6s 7s Hs Vs Ws s s s s t t t 5t 6t 7t 9t Pt Qt Zt v v v v v z z z z z z z { 5{ { { { { { P| Q| b| | | | | | | | | | | } _} `} a} b} k} } } } .~ 5~ >~ ?~ U~ e~ f~ g~ h~ i~ j~ k~ l~ m~ n~ ~ ~      逜 ꀜ    ȁ Ɂ  A B C D l  ׃ ؃ ك ڃ ボ    M T ] ^  ֆ ׆ ؆ ن   e f g h q D E V   ҉ 뉜 I J K L U S T e   ጜ ⌜ S T U V _         w x y z  ޑ ߑ   g h i j s   /   % & #   ! " # K L      ' ( 9 }     ޡ ߡ ࡜ ᡜ 	 
 i j k l u p q  ƨ ͨ ֨ ר      ! I J        Ϸ   8 9 > @ A B K ~   蹜 鹜        Ü Ü _Ü aÜ bÜ cÜ lÜ Ĝ Ĝ Ĝ Ĝ Ĝ Ŝ Ŝ bŜ dŜ eŜ fŜ oŜ 4Ɯ 5Ɯ FƜ GƜ HƜ pƜ qƜ Ɯ Ɯ Ɯ Ɯ Ɯ ǜ ǜ ǜ ǜ ǜ ǜ ǜ Ȝ Ȝ Ȝ Ȝ %Ȝ Yɜ Zɜ kɜ lɜ mɜ ]Μ gΜ rΜ Μ Μ Μ Μ Μ Μ AϜ CϜ YϜ ZϜ cϜ М М М ќ ќ ќ ќ +ќ ;ќ <ќ =ќ >ќ fќ gќ ќ ќ ќ ќ ќ Ӝ Ӝ Ӝ Ӝ Ӝ Ԝ Ԝ 6Ԝ MԜ NԜ OԜ PԜ xԜ yԜ Ԝ Ԝ Ԝ Ԝ Ԝ ֜ ֜ ֜ ֜ ֜ ֜ ֜ Bל Dל Eל Fל Oל ٜ ٜ ٜ ٜ ٜ         ! 1 2 A B C O P Q ] a t |        ! & S X      0 1 6 b f          # I J U                
    ! ( ) * + , - . / 0 1 2 3 4 5 6    3 D E Y [ \ ] ^ _ g m n w { |                            ! m z      + P Q b          F G          	  $ % & ' ( ) - . / 0 I K Q R k m r s                         ( * 0 1 D F K L S X s t  & 1 d n x y     / 0 9       $ % & ' ( ) 2 P Q b           B C T t u v                  ! ! ! &" 0" :" ;" \" " " " " " " W$ X$ i$ $ $ %  % !% "% #% $% -% % % % % % ) ) ) ) ) ) ) * * * * * * "* '* (* G* U* e* f* q* v* w* * * * * * * * * * * * * * * * *  + + + + + + !+ &+ '+ J+ X+ h+ i+ t+ y+ z+ + + + + + + + + + + + + + + , , , , , , $, %, /, 4, 5, r, , , , , , , , , , , , , , , , , , - - - - - '- ,- -- 8- =- >- H- M- N- &. 4. D. E. P. U. V. `. e. f. q. v. w. . . . . . . . . . . . . . . .  / 
/ / / >/ L/ \/ ]/ h/ m/ n/ x/ }/ ~/ / / / / / / / / / / / /  0 
0 0 0 0  0 !0 +0 00 10 X0 f0 v0 w0 0 0 0 0 0 0 0 0 0 0 0 0 V1 d1 t1 u1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 "2 '2 (2 22 72 82 e2 s2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 !3 "3 -3 23 33 =3 B3 C3 '5 15 <5 o5 y5 5 5 5 5 5 5 6 6 6 7 7 7 8 8 8 9 9 9 9 9 $9 : : : l; m; q= {= = = = = = = #> G> H> I> J> S> @ @ @ >B ?B 5C ?C JC }C C C C C C C C C C C D D E OE PE LV [V mV V V V V V V V V V V V V V V V V V V V V V V V V W W W W  W !W )W 0W <W =W (s 2s =s ps zs s s s s s s s s s u u u 	v 
v 9v Cv Nv v v v v v v v v v v v x x y y y y %y 0y cy my wy xy y y y y y y y { { { { { ,| 6| A| t| ~| | | | | | | | | | b~ c~ t~ ~ ~ ~ ~ ~ ~ ~ ~ ~  : ; = > ? H Ԁ Հ 思   M W b     Ӂ ԁ Ձ ׁ    2 3 D v w . 8 C v     ӈ  ! 8 9 B     - 4 < = S c d e f        	    ̋ Ӌ ܋ ݋        	 
   4 V         V ] f g # ߐ  ᐝ ␝ 
 * u v w x     뒝     t u v w        ▝ 㖝  G H p  痝 藝 闝 ꗝ     V W        & ' 8     Y     ) | }          ͢   ã ģ      饝 ꥝ I J K L U Ŭ Ƭ ׬  " + , T | } ~      	 
      d k t u      縝 踝 G I J K T [ŝ \ŝ mŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ŝ ǝ ǝ .ǝ ǝ ǝ +Н 5Н @Н sН }Н Н Н Н Н Н Н  ѝ ѝ 
ѝ wҝ xҝ ҝ ҝ ҝ ҝ ҝ  ӝ ӝ ӝ ӝ 
ӝ ӝ ӝ ӝ ӝ ӝ ԝ ԝ [ԝ ]ԝ ^ԝ _ԝ hԝ -՝ .՝ ?՝ @՝ A՝ i՝ j՝ ՝ ՝ ՝ ՝ ՝ ֝ ֝ 	ם 
ם ם ۝ ܝ ܝ Cܝ Mܝ Wܝ Xܝ ܝ ܝ ܝ ܝ ܝ ܝ ݝ dޝ eޝ vޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ޝ ߝ ߝ Qߝ Sߝ jߝ kߝ tߝ N O `            c e f g p + , = j k        T U f   Y e t                   & ' , c h      ; < A x |         $ \ a         B G S T W a b e n o                                            - 9 : ; < = O i j u                     `  a  m              @ A # / > J K     l p q                      	     ! ' ( ; = C D Y [ ` a v x } ~                       ( ( ( ) ) ) ) >) \) ) ) ) ) ) g* h* y* * * * * * * * * * * + +  ,  , !, ", I, J, K, L, M, N, W, , , , - - - A- B- C- D- E- F- O- O. P. a. . . |/ / / / / / / / '0 =0 ?0 p0 q0 z0 1 1 2 2 2 2 2 2 2 2 2 2 &3 '3 83 Y3 Z3 e7 s7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 $8 %8 08 58 68 @8 E8 F8 d8 r8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9 9 9 9 9 "9 '9 (9 39 89 99 C9 H9 I9 r9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : .: /: :: ?: @: J: O: P: [: `: a: k: p: q: : : : : : : : : : : : : : : : : ; ; ; ; ; ; ; ; < < < < < < $< %< M< [< k< l< w< |< }< < < < < < < < < < < < < < = = = = = = '= ,= -= 7= <= == n= |= = = = = = = = = = = = = = = = > > >  > %> &> 0> 5> 6> A> F> G> Q> V> W> > ? ? ? ? #? $? .? 3? 4? ?? D? E? O? T? U? u? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ !@ "@ -@ 2@ 3@ =@ B@ C@ N@ S@ T@ ^@ c@ d@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ B B B 
C C !C "C UC yC C C C C C E E E _F `F F F F F F F F AH BH SH 
I I K K $K WK aK kK lK K K K K K K K GN HN YN O O P P P Q %Q /Q 0Q VQ ~Q Q Q Q Q Q R R R R R c c d d d $d ,d 1d 2d 7d ?d Kd Ld Qd Xd ]d ^d cd jd vd wd d d d d d d d d d d d d d d d d ƀ Ѐ ۀ   " # Q       ^ _ p   ׃ პ 샞  ) 3 4 b             Æ Ά     D l m o p q z { |    ʉ ԉ ߉   & ' U ~            ! " , 7 j t ~   ، ٌ ی ܌ ݌ 挞 r s    뎞    3 = G H q r s u    Б ё ⑞   ̕ ֕ ᕞ   ( ) Q q   ֖ ז     ˗ җ ڗ ۗ      , O      ' ( 9 j q z {            ҙ  ? @ A B K % & 7      } ~    Ȟ      - . ?     V     = U         夞 椞  '                  Ī Ū ֪ * 1 : ;      Ǭ   C D      Y Z k Q X a b _ \ ] ^ _   糞 賞 鳞 곞  c d u   ɺ ʺ      E F      Þ Þ Þ Ğ 	Ğ Ğ Ğ 7Ş Zƞ [ƞ \ƞ ]ƞ ƞ ƞ ƞ ƞ ƞ ƞ ƞ Ҟ Ҟ Ӟ OӞ PӞ tӞ uӞ zӞ |Ӟ }Ӟ ~Ӟ Ӟ Ԟ Ԟ Ԟ $՞ %՞ ݞ ݞ ݞ ޞ ޞ %ޞ &ޞ Nޞ Oޞ ޞ ޞ ޞ ޞ ޞ   ' ( ) Q R      p q                  T V W X a               }        A H P Q g w x y z      	     2 9 A B r                	 1 2 ~        1 2     1 5 6 X ] m n } ~              \ ] b        l m r        & ' , Z _              
  $ , 3 : F G R V ] d e f g h i j k l m n o p q r T U V o                      	 	 	  	 !	 +	 8	 9	 :	 ;	 <	 =	 >	 ?	 L	 M	 [	 \	 ]	 
 
 
 
  S T g           : P   
, , , %, &, :, ;, <, E, S, `, a, b, c, d, e, i, j, k, l, , , , , , , , , , , , , , , , , , , , , - - - - 6- 8- =- >- M- O- U- V- d- f- l- m- - - - - - - - - X6 b6 m6 6 6 6 6 6 6 R7 T7 k7 l7 u7 8 8 8 78 88 98 `8 a8 b8 c8 d8 e8 n8 9 9 9 9 9 9 9 9 9 9 9 9 9 ~: : : : : : : : : : : : : ; ; ; <  < = $= /= b= l= v= w= = = = = > > > ? ? ? 9@ :@ [@ \@ ]@ ^@ _@ `@ i@ @ @ @ @ @ E E !E "E -E 2E 3E =E BE CE NE SE TE ^E cE dE E E E E E E E E E E E E E E E E F F  F !F ,F 1F 2F <F AF BF MF RF SF ]F bF cF F F F F F F F F F F F F F F F F G G .G /G :G ?G @G JG OG PG [G `G aG kG pG qG G G G G G G G G G G G G G 	H H H )H 7H GH HH SH XH YH cH hH iH tH yH zH H H H bI pI I I I I I I I I I I I I I I I I 	J 
J J J J %J *J +J 6J ;J <J FJ KJ LJ zJ J J J J J J J J J J J J J J J K K *K +K 6K ;K <K FK KK LK WK \K ]K gK lK mK K K K K K K K K K K K K K K K K L L L L L L L L L L L L L L L L M !M 1M 2M =M BM CM MM RM SM ^M cM dM nM sM tM M M M M M M M M M M M M M M N N N ,N <N =N HN MN NN XN ]N ^N iN nN oN yN ~N N cP mP xP P P P P P Q )Q +Q BQ CQ LQ  S !S 2S S S $T ST TT UT VT WT `T U U U V V X X X X X 	Y 
Y 0Y _Y Y Y Y Y Y [ [ [ z] {] q^ {^ ^ ^ ^ ^ ^ ^ _ ._ /_ 0_ 1_ :_ .` /` @` ` ` q q q q q q q q q q q q q q q q q r r r r r %r *r +r 3r ;r Gr Hr Pr Wr \r ]r er lr xr yr d n y      ! " $ % & /    E F u    Ǒ ё ґ   & ' ) * + 4 5 6 G U V W a l     ┟ 
  
      + 9 : h r }   ė ŗ       ! *       ʙ ՙ     K v w y z {    " 0 1    ќ ۜ 土 期     * + 4 n o    j t    ƣ ǣ   [ ] t u ~ * + < i p x y      ʥ  9 : ; < E Ŧ Ʀ צ     / ? @ A B C D E F G H p  ݧ ާ ߧ য় 駟 é ĩ թ     _     F f      ˭ ̭ ݭ ' . 7 8      ۯ  ? @ A B K   0    Ų # $ % & / - . ?     - . / 0 9 b c t ȸ ϸ ظ ٸ  Q R S T e   ẟ ⺟ A B C D M   	 ﾟ          % &      ȟ ȟ ȟ Wȟ ^ȟ gȟ hȟ ɟ ʟ ʟ ʟ ʟ ʟ ʟ C˟ D˟ E˟ F˟ O˟ Jџ Kџ \џ џ џ џ џ ҟ ӟ ӟ ӟ ӟ #ԟ $ԟ ԟ ԟ ԟ ԟ ԟ            % X Y j   g q |       9 ; < = F        < > ? @ I     ! " J K      i j { | }        3 4 E F G 7 A L         3 4 =             @ A              ' ( ) * R S      g h y              )                     ) * + 7 ; N V b c h       - 2 w x }   
   < @ Z [ `        # $ / ~                           	 
   
       
   3 5 6 7 8 9 A G H Q U V i u v w x y                     G T       * + < | } _+ k+ z+ + + + +  , !, 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : 	: 
: #: %: +: ,: E: G: L: M: [: ]: c: d: w: y: : : : : : : : : : : : : : : : : : : ; ; 
; ; ;  ; %; &; -; 2; M; N; C  D D >D HD RD SD zD D D D 	E 
E E E E E E E E E E  F F F F F *G +G <G \G ]G ^G G G G G G G G H H .H NH OH PH }H ~H H H H H H I I I I I J J J  K 
K K K 6K cK yK {K K K K 1M 2M CM M M M M M M M M N bN cN tN N N R R R R R R R R R R R R R R S S !S /S ?S @S KS PS QS [S `S aS lS qS rS |S S S S S S S S S S S S S S S S S  T T $T 2T BT CT NT ST TT ^T cT dT oT tT uT T T T T T T T T T T T T T T T T 	U U U LU ZU jU kU vU {U |U U U U U U U U U U U U U U U U U V V V V V V "V 'V (V  W W W W *W /W 0W :W ?W @W KW PW QW [W `W aW W W W W W W W W W W W W W W W W X &X 6X 7X BX GX HX RX WX XX cX hX iX sX xX yX X X X X X X X X X X X X X Y 
Y Y 2Y @Y PY QY \Y aY bY lY qY rY }Y Y Y Y Y Y 0Z >Z NZ OZ ZZ _Z `Z jZ oZ pZ {Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ ?[ M[ ][ ^[ i[ n[ o[ y[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ 
\ \ \ \ ^ ^ ^ I^ S^ ]^ ^^ ^ ^ ^ ^ ^ ^ ^ ` ` ` a a a a a a a a a }c ~c c Fd Gd Kf Uf `f f f f f f f !g "g #g $g -g i i i k k l l $l Wl al kl ll l l l l l l l m m m )n *n & 5 G Z [ ` h m n s {                        
      J T ^ _     Ü Ĝ ͜    㞠 䞠   ( [ e o p  ğ ş ǟ ȟ ɟ ҟ ӡ ԡ 塠     
 = G Q R          ɤ פ ؤ    N X b c       ȥ < = N \ ] ^ h s     駠      "    Ω ϩ ' 1 < o y       Ȫ ɪ Ҫ  
  P Q    P Z d e        Ȳ ɲ ڲ     - = > ? @ h  ׳ س ٳ ڳ 㳠 c d u     ʹ ݴ ޴ ߴ ഠ ᴠ ⴠ 㴠 䴠 崠 洠  0 { | } ~  a b s 0 7 @ A      习  O P Q R [ i j { Ż ̻ ջ ֻ  N O P Q y  ݽ ޽ ߽ འ 齠   ο ! " J c            0à 1à Yà Zà à à à à à  Ơ Ơ Ơ fƠ mƠ vƠ wƠ 3Ǡ Ǡ Ǡ Ǡ Ǡ Ƞ VȠ WȠ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ Ƞ ˠ ˠ ˠ ̠ ̠ ̠ ̠ ͠ Π Π Π Π Π Π #Ϡ $Ϡ %Ϡ &Ϡ /Ϡ ՠ ՠ ՠ ՠ ՠ ֠ ֠ .נ Vؠ Wؠ Xؠ Yؠ ؠ ؠ ؠ ؠ ؠ ؠ ؠ ޠ ޠ ޠ >ߠ Eߠ Nߠ Oߠ s       ! # $ % . 5 6 G             ` a    M W a b        Q R c d e               5 7 8 9 B      C D               ' 1 2 Z [      > ? P }           + - D E N (
 )
 :
 n
 u
 }
 ~
 
 
 
 
 
 
 
 = ? @ A J 
 
 
 D
 E
 m
 n
 
 
 
 
 
 . / @ m n 3 ? N Z m q r                   = B            R  V                  6! ;! b! c! h! ! ! ! ! ! " !" -" ." 1" ;" <" ?" H" I" [" `" h" o" v" " " " " " " " " " " " " " " " " " " " " # # # # # # # # # # # # # # # # # # $ $ $ $ $ $ )$ C$ D$ O$ \$ ]$ g$ t$ u$ v$ w$ x$ y$ z$ {$ $ $ $ $ $ ( ( :) ;) G) ) ) ) ) ) ) * * 8 	9 9 $9 %9 v9 9 9 9 FG JG KG aG bG vG wG xG G G G G G G G G G G G G G G G G G G G G G G H H H H H H 3H 5H :H ;H PH RH WH XH rH tH yH zH H H H H H H H H H H H H H H H H Q Q Q Q Q Q Q R 6R R R R R R AS BS SS sS tS uS S S S S S S S T T T T T T #U $U %U &U 'U (U 1U U U U U U U V V V V V  V )V )W *W ;W [W \W VX `X kX X X X X X Y Y Y JY KY TY Z Z Z u[ v[ [ [ [ [ [ [ [  \ \ \ 3\ 4\ ?` M` ]` ^` i` n` o` y` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` 
a a a a a  a >a La \a ]a ha ma na xa }a ~a a a a a a a a a a a a a a a b b 
b b b b "b #b Lb Zb jb kb vb {b |b b b b b b b b b b b b c 	c c c c $c )c *c 5c :c ;c Ec Jc Kc ec sc c c c c c c c c c c c c c c d d d d d d d d d d d d d d d d 'e 5e Ee Fe Qe Ve We ae fe ge re we xe e e e e e e e e e e e e e f f f f f f Hf Vf ff gf rf wf xf f f f f f f f f f f f f f f f  g 
g g g g  g !g +g 0g 1g g g g g g g g h 
h h h h h )h .h /h Oh ]h mh nh yh ~h h h h h h h h h h h h h h h i i 
i i i i (i -i .i 8i =i >i Zi hi xi yi i i i i i i i i i i i i k k k k k k k /l Sl el gl ~l l l \n ]n nn 9o :o `o o o o o o o q q -q q q s s s 1t ;t Et Ft lt t t t t t t !w "w 3w x x y y y y y 	z 
z 0z Xz jz kz lz mz vz j{ k{ |{ { { Č ӌ 匡         % & + 2 7 8 = D P Q Y a f g o w              詡    + ] ^ ` a b k 8 9 J     Ƭ   
  < b c e f g p q r       ۯ 寡 ﯡ   F G I J K T U V g u v    첡     / X Y [ \ ] f ڴ ۴ 촡      D N X Y        L M ^ l m ŷ Ϸ ڷ 
  ! " K L M O f g p     ﺡ        + K      f g x           ) u v w x  ¡ ¡ ¡ D¡ K¡ T¡ U¡ k¡ {¡ |¡ }¡ ~¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ ¡ á á á á %á ġ  š š š š š š ơ Wǡ Xǡ Yǡ Zǡ ǡ ǡ ǡ ǡ ǡ ǡ ǡ ɡ ɡ ɡ cɡ jɡ sɡ tɡ 0ʡ ʡ ʡ ʡ ʡ ˡ /ˡ {ˡ |ˡ }ˡ ~ˡ ˡ Z͡ [͡ l͡ ͡ ͡ ͡ Ρ _Ρ `Ρ aΡ bΡ kΡ iС jС {С С С С С iѡ jѡ kѡ lѡ uѡ ӡ ӡ ӡ ԡ ԡ ԡ ԡ ԡ ա ա ա ա ա ա ա ֡ ֡ }֡ ~֡ ֡ ֡ ֡ 3١ 4١ E١ +ڡ 2ڡ ;ڡ <ڡ 9ۡ 6ܡ 7ܡ 8ܡ 9ܡ aܡ bܡ ܡ ܡ ܡ ܡ ܡ = > O                          4 5 6 7 _ `         ) * N O T V W X a              ( ) u w x y    	 	 	 +	 ,	 x	 z	 {	 |	 	 J
 K
 \
 ]
 ^
 
 
 
 
 
 
 
        . 0 1 2 ; o
 p
 
 
 
 s }        W Y o p y     " * + A Q R S T | }             L c d e f               X Z [ \ e      + + + + , , , 2, 7, G, H, W, X, Y, e, f, g, s, w, , , , , , , , 6- 7- <- i- n- - - - - - F. G. L. x. |. . . . . .  / / / 4/ 9/ _/ `/ k/ / / / / / / / / / / / / 0 
0 0  0 !0 ,0 00 70 >0 ?0 @0 A0 B0 C0 D0 E0 F0 G0 H0 I0 J0 K0 L0 .1 /1 01 I1 Z1 [1 o1 q1 r1 s1 t1 u1 }1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 2 2 2 2 2 2 &2 '2 52 62 72 6 6 6 6 6 -7 .7 A7 f7 g7 x7 7 7 F F F F F G *G \G ]G T T T T  U U U U U -U :U ;U <U =U >U ?U CU DU EU FU _U aU gU hU U U U U U U U U U U U U U U U U U U U U V V V V 'V )V /V 0V >V @V FV GV ZV \V aV bV iV nV V V 2_ <_ G_ z_ _ _ _ _ _ ,` .` E` F` O` ` ` ` a a a :a ;a <a =a >a ?a Ha fb gb xb b b b b b b b b b b Xc Yc jc c c c c c c c c c c d d d d d e e 	f <f Ff Pf Qf rf f f f f f f mh nh h i i 5i 6i 7i 8i 9i :i Ci i i i i i m m m m n n 
n n n n (n -n .n 8n =n >n ]n kn {n |n n n n n n n n n n n n n n n n n o o o o o o 'o ,o -o 7o <o =o `o no ~o o o o o o o o o o o o o o o o p 	p p p p $p )p *p 5p :p ;p Ep Jp Kp p p p p p p p p p p p p p p p p q q !q "q -q 2q 3q =q Bq Cq Nq Sq Tq ^q cq dq <r Jr Zr [r fr kr lr vr {r |r r r r r r r r r r r r r r r s s s s s  s %s &s Ts bs rs ss ~s s s s s s s s s s s s s s t t t t t  t %t &t 1t 6t 7t At Ft Gt nt |t t t t t t t t t t t t t t t lu zu u u u u u u u u u u u u u u u u v v v v v 'v ,v -v 8v =v >v Hv Mv Nv {v v v v v v v v v v v v v v v v v w w w "w 'w (w 2w 7w 8w Cw Hw Iw Sw Xw Yw =y Gy Ry y y y y y y z z z z &z { { | | | | -} .} /} 0} 1} :} ~ ~ ~      ρ ف ぢ 䁢 
 9 ] ^ _ ` i   ф T U K U `     ·   	 
    	  e f b q          Ú Ě ɚ К ՚ ֚ ۚ ⚢       
  ! " * 1 6 7 ? F R S > H S     ɷ       	 ֹ ׹ 蹢    O Y d     ں          ! / 0 1 ; F y     佢 形 罢 轢 齢       B L W            x¢ y¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ ¢ %â Pâ Qâ Sâ Tâ Uâ ^â Ģ Ģ Ģ 
Ţ Ţ cŢ mŢ xŢ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ţ Ƣ Ƣ Ƣ HȢ IȢ ZȢ Ȣ Ȣ D̢ N̢ Y̢ ̢ ̢ ̢ ̢ ̢ ̢ 5͢ 7͢ N͢ O͢ X͢ ΢ ΢ ΢ C΢ J΢ R΢ S΢ i΢ y΢ z΢ {΢ |΢ ΢ ΢ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ Ϣ 	Т Т Т Т Т Т Т Т  Т !Т "Т JТ lТ Т Т Т Т Т Ң Ң Ң lӢ sӢ |Ӣ }Ӣ 9Ԣ Ԣ Ԣ Ԣ Ԣ  բ @բ բ բ բ բ բ ֢ ֢ ֢ ע ע ע ע ע آ آ آ آ آ آ ٢ ٢ ٢ ٢ %٢ ڢ ڢ 
ۢ ]ۢ ^ۢ ۢ ۢ ۢ ۢ ۢ  ܢ 	ܢ ޢ ޢ ޢ lޢ mޢ ޢ ޢ ߢ ߢ 	ߢ 
ߢ ߢ < = N     o + , - . ?         '                _ ` a b k    1 8 A B j            ) $ % 6 z           ] _ ` a j q	 r	 	 	 	 	 	 	 	 	 	 	 2 3 D   A K V                        #      $ % q s t u ~ C D U V W        
     !     &  Y  c  m  n          
! ! ! z" {" " " " " " " " " " " # # g# i# # # # d% e% v% % % % % % & & & & ,& -& y& {& |& }& & A( B( S( ( ( ( ( ( ( ( ( ) j+ k+ |+ + + o9 {9 9 9 9 9 9 9 9 9 9 9 9 9 : : : : : (: 0: <: =: B: y: ~: : : : ; ; Q; R; W; ; ; ; ; ; < < 4< 5< :< r< w< < < < < < < < 	= X= ]= i= j= m= w= x= {= = = = = = = = = = = = = = = = = = = = = = = = = = = = > > > > > > 
? ? ? ? ? ? ? !? "? +? /? 0? C? O? P? Q? R? S? e? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? !D .D vD wD D D D D E E E VE WE 9T ET TT `T aT T T T T b b b b b b b b b b b b b b b b b b b b b b c c c !c &c 'c 5c 7c =c >c Qc Sc Yc Zc oc qc vc wc c c c c c c c c c c c c c c c c c c c  d d d 'd (d l l l m "m ,m -m Tm rm m m m m m }n ~n n n n n n n n n n n n p p p 6p 7p 8p _p `p ap bp cp dp mp p p q (q )q *q Wq Xq Yq Zq [q \q eq er fr wr r r s s s s s s s t =t St Ut t t t v v v v v v v v v v v v <w =w Nw ow pw {{ { { { { { { { { { { { { { { { { 	| | | %| *| +| 5| :| ;| F| K| L| V| [| \| z| | | | | | | | | | | | | | | | | } } } (} -} .} 8} =} >} I} N} O} Y} ^} _} } } } } } } } } } } } } } } } } &~ 4~ D~ E~ P~ U~ V~ `~ e~ f~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~        	 
    % * + 5 : ; c q             À Ā       ! " , 1 2 = B C M R S         Á ā ρ ԁ Ձ ߁ 䁣 偣   * + 6 ; < F K L W \ ] g l m 
  ( ) 4 9 : D I J U Z [ e j k        Ń ʃ ˃ փ ۃ ܃ 惣 냣 샣  ' 7 8 C H I S X Y d i j t y z      ń Ƅ Є Մ ք ᄣ 愣 焣    ۆ 冣  # - 7 8 k      ć    u v  ˊ ̊ ͊ Ί ϊ ؊ W X i   ! % / : m w    ׏      ] ^ o   锣   1 ; E F l               ! 4 5 : B G H M U a b g n s t y            Ȩ Ϩ Ԩ ը ݨ 䨣   ģ ģ ģ $ţ .ţ 8ţ 9ţ gţ ţ ţ ţ ţ ţ ţ tǣ uǣ ǣ ǣ ǣ ǣ ǣ ȣ 5ȣ ?ȣ Iȣ Jȣ xȣ ȣ ȣ ȣ ȣ ȣ ȣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ʣ ˣ !ˣ +ˣ ,ˣ Zˣ ˣ ˣ ˣ ˣ ˣ ˣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ ͣ (Σ 2Σ <Σ =Σ kΣ Σ Σ Σ Σ Σ Σ У У (У 6У 7У 8У BУ MУ У У У У У У У У У У У ң ң ң ң ң ӣ ӣ ӣ Iӣ Sӣ ]ӣ ^ӣ ӣ ӣ ӣ ӣ ӣ ӣ ӣ գ գ գ *֣ +֣ ٣ ٣ ٣ *ڣ 4ڣ >ڣ ?ڣ gڣ ڣ ڣ ڣ ڣ ڣ ڣ ۣ ۣ ۣ ۣ ۣ ۣ ۣ ܣ ܣ ܣ ܣ ܣ Bܣ eܣ ܣ ܣ ܣ ܣ ܣ =ݣ >ݣ Oݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ ݣ 
ޣ Uޣ Vޣ Wޣ Xޣ aޣ ; < M 
           ) * + , 5 C D U     l ( ) * + S k           $ =         
  3 4         @ G P Q 
      0 1 Y Z      o p  g n w x u r s t u        	 y z        0 1 2 3 [ \           ( ) M	 p
 q
 r
 s
 
 
 
 
 
 
    ! e f           : ; ! ! ! '" 1" ;" <" d" e" " " " " " +$ ,$ =$ >$ ?$ g$ h$ $ $ $ $ $ % % % % % % % & & & & & & & & & & ' ' j' l' m' n' w' ( ( ( ( ( - - - - . . . 4. 5. . . . . . 0 0 *0 W0 ^0 f0 g0 }0 0 0 0 0 0 0 1 1 1 1 (1 3 3 3 H3 O3 W3 X3 3 3 3 3 3 3 3 4 4 4 4 $4 5 5 5 6 6 G6 H6 6 6 6 6 6 9 	9 9 G9 H9 
G G (G 4G GG KG LG nG sG G G G G G G G G G G G G G G G H H rH sH xH H H H H H ,I 0I I I I I I I I I J J <J =J BJ pJ uJ J J J J J K K K K K K "K #K 5K :K BK IK PK \K ]K hK lK sK zK {K |K }K ~K K K K K K K K K K K kL lL mL L L L L L L L L L L L L L L L L L L L L L M M M *M 7M 8M BM OM PM QM RM SM TM UM VM cM dM rM sM tM Q Q R R "R jR kR ~R R R R R R a a a a  b Qb gb b b !p %p &p <p =p Qp Rp Sp \p jp wp xp yp zp {p |p p p p p p p p p p p p p p p p p p p p p q q q q +q -q 2q 3q Mq Oq Tq Uq dq fq lq mq {q }q q q q q q q q q q q oz yz z z z z z z { i{ k{ { { { | | .| N| O| P| w| x| y| z| {| || | } } } } } } } }  ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~     6 7 1 ; F y     ܁   % & /    P Q r s t u v w  ۄ ܄ 턤    ( 8 9 D I J T Y Z e j k u z {     ĉ ɉ ʉ ԉ ى ډ 剤 ꉤ 뉤     ' 7 8 C H I S X Y d i j t y z     Ǌ ̊ ͊ ׊ ܊ ݊ 芤 튤     ' 5 E F Q V W a f g r w x    ŋ Ӌ ㋤ 䋤            % & @ N ^ _ j o p z         y          č ɍ ʍ ԍ ٍ ڍ     ! , 1 2 < A B M R S ] b c        ˎ Ў ю ܎ Ꭴ ⎤ 쎤   # 1 A B M R S ] b c n s t ~     ɏ ʏ Տ ڏ ۏ 古 ꏤ 돤         ǐ Ȑ Ӑ ؐ ِ 㐤 萤 鐤     	 
 * 8 H I T Y Z d i j u z {     Ƒ ֑ ב ⑤ 瑤 葤      	    5 C S T _ d e o t u       z    ̔ ֔ ה 
 . @ B Y Z c 7 8 I   ; j k l m n w      Ĝ Μ ٜ     ! G v              Т ڢ 䢤 墤  3 E F G H Q E F W      ӵ Ե ٵ ᵤ 浤 絤 쵤      
     + , 4 < A B J R ^ _ g n s t |    {Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ҥ Ӥ 8Ӥ 9Ӥ ;Ӥ <Ӥ =Ӥ FӤ դ դ %դ \դ ]դ դ դ դ դ դ դ դ ֤ =֤ >֤ @֤ A֤ B֤ K֤ Lؤ Mؤ ^ؤ lؤ mؤ nؤ xؤ ؤ ؤ ؤ ؤ ؤ ؤ !٤ "٤ $٤ %٤ &٤ /٤ 0ۤ 1ۤ Bۤ Pۤ Qۤ ۤ ۤ ۤ ۤ ۤ ۤ ۤ 
ܤ 3ܤ 4ܤ 6ܤ 7ܤ 8ܤ Aܤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ݤ ޤ )ޤ 3ޤ 4ޤ bޤ ޤ ޤ ޤ ޤ ޤ ޤ ' ( 9 G H        & ' ( * A B K              & r t    A B S            P Q R S \     & / 0 F V W X Y Z [ \ ] ^ _                v 2 3 4 5 ] }         > E N O       
 V W X Y b 5 6 G     : ; < = F D E V     D E F G P y z       h i j k |     X Y Z [ d      
        < =        * n u ~  
       Z [ \ ] f a b s          : ;      $ $ $ % % )% *% /% 1% 2% 3% <% o& p& & & & ~/ / / / / / / 0 0 P0 R0 S0 T0 ]0 1 1 1 1 1 2 2 S2 U2 V2 W2 `2 %3 &3 73 83 93 a3 b3 3 3 3 3 3 4 4 4 4 4 4 4 	5 5 5 
5 5 J6 K6 \6 ]6 ^6 N; X; c; ; ; ; ; ; ; 2< 4< J< K< T< = = = = = > > > ,> -> .> /> W> X> > > > > > @ @ @ @ @ @ @ 'A >A ?A @A AA iA jA A A A A A ~C C C C C C C 3D 5D 6D 7D @D F F F F F T T T T T T T 
U U "U #U 2U 3U 4U @U AU BU NU RU eU mU yU zU U U U V V V DV IV V V V V V !W "W 'W SW WW qW rW wW W W W W W X X :X ;X FX X X X X X X X X X X X X X X X X X Y Y Y Y Y Y Y Y Y Y  Y !Y "Y #Y $Y %Y &Y 'Y 
Z Z Z %Z 6Z 7Z KZ MZ NZ OZ PZ QZ YZ _Z `Z iZ mZ nZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ __ l_ _ _ _ 	` 
` ` B` C` T` ` ` wo o o o o o p 8p 9p } } } } } } } } } 	~ ~ ~ ~ ~ ~ ~ ~  ~ !~ "~ ;~ =~ C~ D~ ]~ _~ d~ e~ s~ u~ {~ |~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       " # 6 8 = > E J e f   # V ` j k    
 ! " +   ͉ 퉥         $ B C T t u v        4 5 F f g h           Ս ֍ Ў ڎ 厥  " , - N {   ď ŏ Ώ I J [          z {     ǖ ז ؖ 㖥 薥 閥     	 
    9 G W X c h i s x y        Ɨ ֗ ח ◥ 痥 藥      	    < J Z [ f k l v { |       Ƙ Ԙ 䘥 嘥           ! & ' d r             ę ř ߙ 홥   	      * / 0 : ? @  & 6 7 B G H R W X c h i s x y     ˛ Л ћ ۛ  ᛥ 웥      0 > N O Z _ ` j o p {       М  ᜥ 윥      
    " # J X h i t y z          H V f g r w x          ɞ מ 瞥 螥      	    $ ) * W e u v             ԟ ⟥          $ % / 4 5  # . a k u v  ͢ ߢ ᢥ    ֤ פ 褥   ڥ 	 
   
     ^ _ c m x     檥  9 : ; < E    0 1 ' 1 < o y    Ұ 䰥 尥 氥 簥  䱥 履  A B >å Må _å rå så xå å å å å å å å å å å å å å å å å å å å å å å å ĥ 
ĥ ĥ ĥ ĥ "ĥ .ĥ /ĥ  $ / b l v w             + 5 @ s }               
  " U _ i j              ( 3 f p z {        T U f t u v        , - / 0 1 :      ? I T            $ % 6 h i   * 5 h r | }     * + 4     & . / E U V W X        { |                 & H      y z  H O X Y        g h i j s          f g h i           9 : b {         H I q r      
 
 *
 ~
 
 
 
 K   	 
  n o       
               ; < = > G    
    F n o p q         # # # V# ]# f# g# $ % % % % % % 9& ;& <& =& F& M2 N2 _2 2 2 2 2 2 2 2 2 2 4 4  4 x4 y4 = '= 2= e= o= y= z= = = = = = = = i? j? {? |? }? ? ? ? ? ? ? ? @ @ @ @ @  A A MA OA PA QA ZA B  B 1B 2B 3B [B \B B B B B B C C C C C H H I 5I ?I II JI rI sI I I I I I VK WK hK K K K K K K K K K K K CL EL \L ]L fL @N AN RN N N N N N N N N N O 	O UO WO XO YO bO Q Q /Q \Q ]Q Q Q Q Q Q Q Q FT GT XT T T Kb Wb fb rb b b b b b b b b b b b b b b b c c c c c Uc Zc c c c c c -d .d 3d jd nd d d d d d e e e Ne Se ze {e e e e e e e 4f 9f Ef Ff If Sf Tf Wf `f af sf xf f f f f f f f f f f f f f f f f f f f f f f f g g g g g g g g g g g g g g g h h h h +h ,h -h .h /h Ah [h \h gh th uh h h h h h h h h h h h h h h l 
m Rm Sm _m m m m m m m 2n 3n } !} 0} <} =} } } } } ^ b c y z                ً ۋ ዦ ⋦         - / 5 6 K M R S h j o p             Ԍ ֌ ی ܌ ㌦ 茦         	 0 N     ɖ Y Z k            ᘦ     ; < = > ? @ I ҙ ә 䙦    3 4 5 6 7 8 A A B S s t n x    ʜ ˜ 윦  / 1 b c l 瞦 螦             * K L W e u v             פ 夦         " ' ( 2 7 8 V d t u             ڥ 襦    	 
    % * + 5 : ; d r             Ħ Ŧ     ! , 1 2 < A B M R S ] b c }          ȧ ͧ Χ ا ݧ ާ  Ĩ Ԩ ը ਦ 娦 樦          ? M ] ^ i n o y ~        Ω ܩ 쩦      
     ) . / ` n ~              誦       " ' ( 3 8 9 C H I 櫦         % & 1 6 7 A F G g u            ¬ Ǭ Ȭ      $ % / 4 5 @ E F P U V r           ­ í ͭ ҭ ӭ   ̯  	   G k }     t u  Q R x       3 4 E      I S ] ^   ׸ ظ ٸ ڸ 㸦 9 : K μ ϼ Ž Ͻ ڽ 
  ! " H p         ߿ ࿦ Ц Ц Ц Ѧ Ѧ Ѧ Ѧ #Ѧ $Ѧ )Ѧ 1Ѧ =Ѧ >Ѧ CѦ JѦ OѦ PѦ UѦ \Ѧ hѦ iѦ qѦ yѦ ~Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ Ѧ      
   C u v x y z  P Q b        % & T z { } ~               6 ^ _ a b c l m n           G p q s t u ~        ) \ f p q        d e v      % / 9 : c d e g ~               C c      ~             A        + \ c l m              1 2 3 4 = 	 	 )	 	 	 	 	 
 o p q r        
  
 1
 {
 
 
 
 H     / G      r s       w x y z                  # , -        
 5 6      K L ] C J S T Q N  O  P  Q  y  z            U' V' g' ' ' ' ' ( * 
* * * 7* 8* * * * * * 0 0 0 0 0 1 1 )2 L3 M3 N3 O3 w3 x3 3 3 3 3 3 ? ? ? A@ B@ f@ g@ l@ n@ o@ p@ y@ A A A B B J J J K 
K K K @K AK K K K K K M M M M M CM DM M M M M M bN cN tN uN vN N N N N N N N O O O O O O O FP HP IP JP SP Q Q Q Q Q V V V V V V V W W oW qW W W W X X Y 3Y :Y BY CY YY iY jY kY lY Y Y Y Y Y Y Z [ [ [ $\ +\ 3\ 4\ d\ {\ |\ }\ ~\ \ \ \ \ \ \  ] ^ ^ ^ ^ ^ #_ $_ p_ r_ s_ t_ }_ a a a #b $b o o p p #p 'p (p Jp Op _p `p op pp qp }p ~p p p p p p p p p p p Nq Oq Tq q q q q q r r ^r _r dr r r r r r r r s s s Ls Qs ws xs s s s s s s s s s s s t t t %t ,t 8t 9t Dt Ht Ot Vt Wt Xt Yt Zt [t \t ]t ^t _t `t at bt ct dt Fu Gu Hu au ru su u u u u u u u u u u u u u u u u u u u u u v v v v *v +v ,v -v .v /v 0v 1v >v ?v Mv Nv Ov z z z z z E{ F{ Y{ ~{ { { { {   Ί ڊ ۊ , B t u       , - . 7 E R S T U V W [ \ ] ^ w y           ˙ ͙ ә ԙ 陧 뙧     
  ( * / 0 ? A G H V X ^ _ r t y z     J T _     Σ 죧 D F ] ^ g   	 ) * + R S T U V W ` ~      ٦ ڦ ۦ ܦ ݦ ަ 禧 p q     ѧ ҧ ӧ ԧ է ֧ ߧ ߨ ਧ      ! T ^ h i   ͪ Ϫ    
    + , M N O P Q R [   ȭ 魧 ꭧ      $ % / 4 5 @ E F P U V u           Ų Ʋ в ղ ֲ      # $ . 3 4 ? D E O T U x          ó ȳ ɳ ӳ س ٳ     ! , 1 2 < A B M R S ] b c     ʴ ϴ д ڴ ߴ ധ 봧        ) 9 : E J K U Z [ f k l v { | T b r s ~            ݶ 붧     
    ( - . 8 = > l z            Ƿ ̷ ͷ     ( - . 8 = > I N O Y ^ _         Ÿ Ƹ Ѹ ָ ׸ ḧ 渧 縧         ù Ĺ Ϲ Թ չ ߹ 乧 幧   # $ / 4 5 ? D E P U V ` e f      º ú ͺ Һ Ӻ ޺ 㺧 产      . / : ? @ J O P [ ` a k p q U _ j     彧 	   4 5 >   $    E F G H I R § § § ç ç ŧ ŧ ŧ ŧ ŧ ŧ ŧ "Ƨ QƧ uƧ vƧ wƧ xƧ Ƨ ȧ ȧ ȧ lʧ mʧ c˧ m˧ x˧ ˧ ˧ ˧ ˧ ˧ ̧  ̧ !̧ "̧ #̧ ,̧  ͧ !ͧ 2ͧ }ͧ ~ͧ zާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ާ ߧ ߧ ߧ ߧ ߧ ߧ %ߧ -ߧ 9ߧ :ߧ Bߧ Iߧ Nߧ Oߧ Wߧ ^ߧ jߧ kߧ V ` k           !     7 8 g q |           & ' ( 9 G H I S ^            
    + , Z d o                        = h i k l m v 	 	 	 "	 #	 {	 	 	 	 	 	 	 
 
 
 
 
 
 &
 ` a r   \ f q       M O f g p   . [ b j k        + , - . 7      
  ! 1 2 3 4 5 6 7 8 9 : b              Q 
    8 X            ) *        1 2 3 4 =   " u v           !  "  " 1" " " " " #  # !# "# +# T% U% f% % % % % & C' D' E' F' W' ' ' ' ' 3( 4( 5( 6( ?( * * * + + + + , - - - - . . w. x. y. z. . 4 4 5 I5 P5 Y5 Z5 6 7 7 7 7 7 7 58 68 78 88 A8 <> => N> > > > > ? @ @ @ @ A A uA wA xA yA A M M M M M N N 
N N 
N N N JO KO \O O O YX cX nX X X X X X X +Y -Y .Y /Y 8Y Z Z Z Z Z Z Z .[ 0[ 1[ 2[ ;[  \ \ \ \ \ <\ =\ \ \ \ \ \ [] \] m] n] o] ] ] ] ] ] ] ] %_ &_ 7_ 8_ 9_ )d 3d >d qd {d d d d d 
e e %e &e /e f f f f f f f f g g 	g 
g 2g 3g g g g g g |i }i i i i i i j j j j j Dj Ej j j j j j Yl Zl kl l l l l m m m m m o o o o o } } } } } } } } } } } 
~ ~ ~ ~ ~ ~ )~ -~ @~ H~ T~ U~ Z~ ~ ~ ~ ~ ~  $ i j o      . 2 L M R      ꀨ    ! p u            Á ʁ ց ׁ ⁨ 恨 큨                 䂨 储 您    % ' ( ) * + 3 9 : C G H [ g h i j k }       ȃ Ƀ ʃ ˃ ̃ ̓ ΃ σ ܃ ݃ 냨 샨 탨 9 F    ㈨ 䈨    . n o Q ] l x y ʘ         ʦ ˦ ̦ զ 㦨               7 9 > ? M O U V i k q r         Ƨ ȧ ͧ Χ ݧ ߧ 姨 槨          $ ? @ 谨   0 : D E l  ⱨ 䱨       ǲ Ȳ ɲ          . N O P w x y z { |      @ A B o p q r s t } } ~           ( U k m    # $ 5 ɺ ʺ 뺨 캨   ﺨ   T U f        ¿ ÿ Ϳ ҿ ӿ ޿ 㿨 俨     ! 1 2 = B C M R S ^ c d n s t                  $ 4 5 @ E F P U V a f g q v w                ¨ ¨ >¨ L¨ \¨ ]¨ h¨ m¨ n¨ x¨ }¨ ~¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ ¨ è 	è 
è è è è è  Ĩ Ĩ Ĩ Ĩ !Ĩ "Ĩ ,Ĩ 1Ĩ 2Ĩ =Ĩ BĨ CĨ MĨ RĨ SĨ {Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ Ĩ 
Ũ Ũ (Ũ )Ũ 4Ũ 9Ũ :Ũ DŨ IŨ JŨ UŨ ZŨ [Ũ eŨ jŨ kŨ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ Ũ $ƨ 2ƨ Bƨ Cƨ Nƨ Sƨ Tƨ ^ƨ cƨ dƨ oƨ tƨ uƨ ƨ ƨ ƨ "Ǩ 0Ǩ @Ǩ AǨ LǨ QǨ RǨ \Ǩ aǨ bǨ mǨ rǨ sǨ }Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ǩ Ȩ Ȩ 1Ȩ ?Ȩ OȨ PȨ [Ȩ `Ȩ aȨ kȨ pȨ qȨ |Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ Ȩ 	ɨ ɨ ɨ ʨ ʨ ˨ ;˨ E˨ O˨ P˨ ˨ ˨ ˨ ˨ ˨ ˨ ˨ ͨ ͨ ͨ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ Ψ oШ pШ Ш 8Ѩ 9Ѩ =Ө GӨ RӨ Ө Ө Ө Ө Ө Ө Ԩ Ԩ Ԩ Ԩ Ԩ u֨ v֨ ֨ 
ب ب ٨ ٨ ٨ I٨ S٨ ]٨ ^٨ ٨ ٨ ٨ ٨ ٨ ٨ ٨ ڨ ڨ ڨ ۨ ۨ  ' 9 L M R Z _ ` e m y z                        	   		 <	 F	 P	 Q	 	 	 	 	 	 	 	         M W a b                / 9 C D r              
 @ J T U        . / @ N O P Z e        	 
         # . a k u v           B C    B L V W                 	    /  0  1  2  Z  }            U! V! g! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " "" m" n" o" p" y" S$ T$ e$ "% )% 2% 3% % & & & & & & A' B' C' D' M' [( \( m( ( ( ( ( ) @* A* B* C* k* * * * * * * , , , - - <- U- - - - - - / / / "0 #0 K0 L0 0 0 0 0 0 2 2 3 X3 _3 h3 i3 %4 4 4 4 4 4 H5 I5 q5 r5 5 5 5 5 5 8 8 8 9 9 9 9 : ; ; ; ; ; ; < < < < !< B B B B B B B  D HE IE JE KE sE tE E E E E E K K K 0L 7L @L AL eM N N N N N N O O O O  O '[ ([ 9[ }[ ~[ [ [ [ [ [ [ [ \ \ \ R] S] e f f ?f If Sf Tf |f }f f f f f f Ch Dh Uh Vh Wh h h h h h h h i i i i i i i 'j )j *j +j 4j j j k k 
k 5k 6k k k k k k l l l l l q q q r r #r $r Lr Mr r r r r r 0t 1t Bt ot vt ~t t t t t t t t t u u 6u 7u @u w w ,w `w gw ow pw w w w w w w w /x 1x 2x 3x <x y y 	z 6z 7z _z `z z z z z z  } !} 2} _} `} % 1 @ L _ c d           ǋ ˋ ދ 择    / 4        
 D H    ̍ Ѝ ꍩ 덩  ( - T U Z           # - . 1 : ; M R Z a h t u                         Ð Ő Ɛ ǐ Ȑ ɐ ѐ א ؐ ᐩ 吩 搩      	  5 6 A N O Y f g h i j k l m z {    ו 䕩 , - 9      ̖  
 數  
   h ~   8 < = S T h i j s                մ ״ ܴ ݴ 봩     	   % ' , - B D I J d f k l { }            µ ݵ ޵    ξ ؾ ⾩ 㾩 
 (      3 4 E e f g              © © © © © © #© © © © © © © 
é é é é é é é ĩ ĩ -ĩ Mĩ Nĩ Hũ Rũ ]ũ ũ ũ ũ ũ ũ ũ 	Ʃ Ʃ <Ʃ =Ʃ FƩ ǩ ǩ ǩ gȩ hȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ȩ ɩ %ɩ &ɩ 1ͩ ?ͩ Oͩ Pͩ [ͩ `ͩ aͩ kͩ pͩ qͩ |ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ ͩ Ω Ω Ω Ω Ω 0Ω >Ω NΩ OΩ ZΩ _Ω `Ω jΩ oΩ pΩ {Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω Ω ϩ ϩ ϩ ϩ ϩ >ϩ Lϩ \ϩ ]ϩ hϩ mϩ nϩ xϩ }ϩ ~ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ ϩ Щ Щ Щ Щ Щ Щ 'Щ ,Щ -Щ 7Щ <Щ =Щ WЩ eЩ uЩ vЩ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ Щ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ѩ ҩ 'ҩ 7ҩ 8ҩ Cҩ Hҩ Iҩ Sҩ Xҩ Yҩ dҩ iҩ jҩ tҩ yҩ zҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ҩ ө ө 	ө :ө Hө Xө Yө dө iө jө tө yө zө ө ө ө ө ө ө ө ө ө ө ө ө ө ө ԩ ԩ 
ԩ ԩ ԩ ԩ "ԩ #ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ ԩ  թ թ թ թ թ  թ !թ Aթ Oթ _թ `թ kթ pթ qթ {թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ թ 	֩ ֩ ֩ ֩ ֩  ֩ *֩ /֩ 0֩ L֩ Z֩ j֩ k֩ v֩ {֩ |֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ֩ ة ة ة ة ة ة ة !٩ E٩ W٩ Y٩ p٩ q٩ z٩ N۩ O۩ `۩ +ܩ ,ܩ Rܩ ܩ ܩ ܩ ܩ ܩ ܩ 
ީ ީ ީ ީ ީ    # - 7 8 ^         %          " J \ ] ^ _ h \ ] n                 $ ) * / 6 B C K S X Y a i u v ~                O P R S T ] * + < s t         . T U W X Y b c d u           8 9 ; < = F G H Y g h        !  J  K  M  N  O  X  ! ! ! ! ! ! ! " 6" @" J" K" y" " " " " " " >$ ?$ P$ ^$ _$ $ $ $ $ 	% % % =% >% ?% A% X% Y% b% ' ' ' ' ' + + + + + + + , =, , , , , , X- Y- j- - - - - - - - - - - . g. h. i. j. s. . . / 6/ =/ F/ G/ ]/ m/ n/ o/ p/ q/ r/ s/ t/ u/ v/ / / 0 0 
0 0 0 1 1 2 2 2 2 2 3 I4 J4 K4 L4 t4 4 4 4 4 4 4 5 5 6 U6 \6 e6 f6 "7 7 7 7 7 	8 !8 m8 n8 o8 p8 y8 L: M: ^: : : : : Q; R; S; T; ]; [= \= m= = = = = [> \> ]> ^> g> @ @ @ @ @ A A A B B B B B B B C C oC pC qC rC {C %F &F 7F G $G -G .G +H (I )I *I +I SI TI I I I I I /P 0P AP P P P P Q R R R R S S qS rS sS tS }S xY yY Y Y Y Y Y [ &\ '\ (\ )\ Q\ R\ \ \ \ \ \ h h h i i @i Ai Fi Hi Ii Ji Si j j j j j s s s s s s s t t gt it jt kt tt u u u u u v v jv lv mv nv wv <w =w Nw Ow Pw xw yw w w w w w x x x x x x x  y "y #y $y -y az bz sz tz uz e o z       I K a b k ΁ ρ  
    3 C D E F n o   Ԃ Ղ ނ   ʄ   
  > U V W X   ͅ υ Ѕ х څ    ԇ Շ   J L M N W   Њ   Ø Ϙ ޘ ꘪ    $ ) 9 : I J K W X Y e i |     ͙ ҙ ( ) . [ `    ⚪ 暪 8 9 > j n    ƛ ˛    & + Q R ]      ˜ ̜ Ϝ ؜ ٜ 뜪        " ) 0 1 2 3 4 5 6 7 8 9 : ; < = >   ! " ; L M a c d e f g o u v           Ӟ Ԟ ߞ 잪 힪       	 
    ' ( ) u  ʣ ˣ ף    3 X Y j          N O      ª ª ª ª ª ,ª -ª .ª /ª 0ª 1ª 5ª 6ª 7ª 8ª Qª Sª Yª Zª sª uª zª {ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ª ê ê 	ê 
ê ê ê !ê "ê 0ê 2ê 8ê 9ê Lê Nê Sê Tê [ê `ê {ê |ê $̪ .̪ 9̪ l̪ v̪ ̪ ̪ ̪ ̪ ͪ  ͪ 7ͪ 8ͪ Aͪ ͪ ͪ ͪ Ϊ Ϊ Ϊ ,Ϊ -Ϊ .Ϊ /Ϊ 0Ϊ 1Ϊ :Ϊ XϪ YϪ jϪ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ Ϫ JЪ KЪ \Ъ |Ъ }Ъ ~Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ъ Ѫ Ѫ Ѫ Ѫ Ѫ Ҫ Ҫ Ҫ .Ӫ 8Ӫ BӪ CӪ dӪ Ӫ Ӫ Ӫ Ӫ Ӫ Ӫ _ժ `ժ qժ ֪ ֪ '֪ (֪ )֪ *֪ +֪ ,֪ 5֪ ֪ ֪ ֪ ֪ ֪ ڪ ڪ ڪ ڪ ڪ ڪ ڪ 	۪ ۪ ۪ ۪ ۪  ۪ *۪ /۪ 0۪ O۪ ]۪ m۪ n۪ y۪ ~۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ۪ ܪ 
ܪ ܪ ܪ ܪ ܪ )ܪ .ܪ /ܪ Rܪ `ܪ pܪ qܪ |ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ܪ ݪ ݪ ݪ ݪ ݪ ݪ 'ݪ ,ݪ -ݪ 7ݪ <ݪ =ݪ zݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ݪ ު ު ު ު $ު %ު /ު 4ު 5ު @ު Eު Fު Pު Uު Vު .ߪ <ߪ Lߪ Mߪ Xߪ ]ߪ ^ߪ hߪ mߪ nߪ yߪ ~ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ ߪ       F T d e p u v                    # ( ) 3 8 9 ` n ~              ^ l | }                 	      * / 0 : ? @ m {                  	    $ ) * 5 : ; E J K / 9 D w                    ! " # ,    t u y        + O P Q R [    F G = G R               W X T c u                            # ( ) 1 8 D E 0$ :$ E$ x$ $ $ $ $ $ $ $ $ $ $ & & & ' ' A' K' V' ' ' ' ' ' ' ' ' ' '  ( * * * !* "* #* -* 8* k* u* * * * * * * * * * , , , - - 4- >- I- |- - - - - - - - - - - j/ k/ |/ / / / / / / / / / 0 B0 C0 E0 F0 G0 P0 1 1 1 1 1 U2 _2 j2 2 2 2 2 2 2 2 2 2 2  3 :5 ;5 L5 ~5 5 69 @9 K9 ~9 9 9 9 9 9 ': ): @: A: J: : : ; 5; <; D; E; [; k; l; m; n; ; ; < < < < < < < < < < < < < = = 
= = = = = = = = <= ^= = = = = = ? ? ? ^@ e@ n@ o@ +A A A A A B 2B }B ~B B B B C C C C C D D D |E }E ~E E E E F F 
F F F G G G OH PH xH H H H H H H J J K ^K _K K K K K K K L .N /N @N N N N N aO P P P  P 1P P P P P 
Q Q Q Q Q S S S T T T T U V V V V V V QW RW SW TW ]W ] ] ] #^ *^ 3^ 4^ \_ ` ` ` ` ` ` a a a a a g g (g lg sg |g }g h i i i i i i Oj Qj Rj Sj \j cv dv uv v v v v v v v v v $x %x 6x x x 3 = H {         	          
    ڄ ۄ 섫 턫    c e f g p 5 6 G H I q r     ˆ        
  K U _ `   獫 鍫    	 l m ~     я Ꮻ ⏫ ㏫ 䏫  
 Y [ r s | V W h     ܒ       k m n o x 3 4 E r s   蕫 ꕫ 땫 앫  \ ] n   a m |     ¦ Ǧ צ ئ 禫 覫 馫       " . / 4 k p Ƨ ǧ ̧   C D I   ֨ ר ܨ   & ' , d i    ĩ ɩ 恵   J O [ \ _ i j m v w          Ǫ Ϊ Ϫ Ъ Ѫ Ҫ Ӫ Ԫ ժ ֪ ת ت ٪ ڪ ۪ ܪ    ٫ ꫫ 뫫       
    ! " 5 A B C D E W q r }              Ŭ Ƭ Ǭ    h i u   ѱ    H I + 7 F R S     tϫ xϫ yϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ ϫ Ы Ы Ы Ы 'Ы )Ы /Ы 0Ы CЫ EЫ KЫ LЫ aЫ cЫ hЫ iЫ ~Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы Ы ѫ ѫ ٫ ٫ ٫ 
ګ ګ ګ ګ Fګ dګ ګ ګ ګ ګ ګ o۫ p۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ۫ ܫ ܫ ݫ (ݫ )ݫ *ݫ Qݫ Rݫ Sݫ Tݫ Uݫ Vݫ _ݫ ݫ ݫ ݫ ޫ ޫ ޫ Iޫ Jޫ Kޫ Lޫ Mޫ Nޫ Wޫ W߫ X߫ i߫ ߫ ߫         / E G x y              . / @ a b m {                      ' , - 8 = > H M N l z                       * / 0 ; @ A K P Q z                 & 6 7 B G H R W X c h i s x y                              ' , - U c s t                     # $ / 4 5 ? D E v                    ( - . 8 = > I N O Y ^ _  
   & + , 6 ; < G L M W \ ] }                  ) * 5 : ; E J K V [ \ f k l                      ) * ]          g h        I J [    ! , _ i s t        O P a        # - 7 8 ^               & ' , 4 9 : ? G S T Y ` e f k r ~                  1 1 1 2  2 *2 +2 Y2 2 2 2 2 2 2 f4 g4 x4 4 4 4 4 4 '5 15 ;5 <5 j5 5 5 5 5 5 5 7 7 7 7 7 7 7 7 	8 8 8 8 L8 t8 u8 w8 x8 y8 8 : : : : : : : : ; $; .; /; ]; ; ; ; ; ; ; = 	= = (= )= *= 4= ?= r= |= = = = = = = = = = z? {? ? ? ? ? ? @ ;@ E@ O@ P@ y@ z@ {@ }@ @ @ @ B B B C C F F F G &G 0G 1G YG yG G G G G G H H H H H H H H 	I 
I I I 4I WI I I I I I /J 0J AJ rJ yJ J J J J J J J J J J J J J J J GK HK IK JK SK -M .M ?M M N N 
N N O O O O O O P P P P 'P 5Q 6Q GQ Q Q Q Q ^R S S S S ES ]S S S S S S U U U U U V /V V V V V V X X X X X %Y &Y Y Y Y Y Y [ [ [ 2\ 9\ B\ C\ \ ] ] ] ] ] "^ #^ K^ L^ ^ ^ ^ ^ ^ aa ba sa Yb `b ib jb gc dd ed fd gd d d d d d d d kk lk }k k k k k l "n #n $n %n Mn Nn n n n n n t t t 
u u u u ?v bw cw dw ew w w w w w w w    W X | }       Å ԅ , - ю ێ 掬  # - . V W        / 0 1 Y Z      x y           ӓ ԓ 哬 擬 瓬   \ ^ _ ` i         隬    & '      
   I P X Y o               : A I J z       	   
  Ѣ Ң 㢬   9 :         9 :    & 9 = > ` e u v           ̴ ʹ Ҵ 	  d e j   ᵬ ⵬ 絬  " t u z   Ķ Ŷ ʶ   . / 4 b g    跬          ' , 4 ; B N O Z ^ e l m n o p q r s t u v w x y z \ ] ^ w               ӹ ߹ ๬ Ṭ ⹬ 㹬     ( ) 3 @ A B C D E F G T U c d e      [ \ o    濬 翬 ά ά ά ά ά BϬ XϬ Ϭ Ϭ ݬ ݬ ݬ -ݬ .ݬ Bݬ Cݬ Dݬ Mݬ [ݬ hݬ iݬ jݬ kݬ lݬ mݬ qݬ rݬ sݬ tݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ݬ ެ ެ ެ ެ ެ #ެ $ެ >ެ @ެ Eެ Fެ Uެ Wެ ]ެ ^ެ lެ nެ tެ uެ ެ ެ ެ ެ ެ ެ ެ ެ ` j u       Z \ s t } 
   ? @ A h i j k l m v                              ' ( " , 7 j t ~             A B c d e f g h q         ) * 5 : ; E J K V [ \ f k l                 
  ( ) 4 9 : D I J U Z [ e j k                  & 6 7 B G H R W X c h i s x y                 1 ? O P [ ` a k p q |      j x                    " # - 2 3 > C D N S T                  " 2 3 > C D N S T _ d e o t u                                  ) 9 : E J K U Z [ f k l v { |               	 
 & 4 D E P U V ` e f q v w    k u        1 3 J K T ( ) :   , [ \ ] ^ _ h      	 	 	 	 
 
 
 8
 g
 
 
 
 
 
      y        $ 6 7 8 9 B 6 7 H   " " " " " " " " " " " " " " " # # 	# # # # %# -# 2# 3# ;# C# O# P# X# _# d# e# m# t# # # l? v? ? ? ? ? ? ? )@ *@ ,@ -@ .@ 7@ B B B MB NB }B B B B B B B C .C /C 1C 2C 3C <C =E >E OE ]E ^E _E iE tE E E E E E F F F F F  F !H "H 3H AH BH pH zH H H H H H H $I %I 'I (I )I 2I J J J J J J J J K K $K %K SK ~K K K K K K M M *M 8M 9M M M M M M M M N N N N 2N 3N <N vP wP P P P rT |T T T T T T T U cU eU |U }U U 2V 3V DV qV xV V V V V V V V V V AW BW CW DW MW W W W X X  X !X 7X GX HX IX JX KX LX MX NX OX PX xX X X X X X X Z Z Z [ [ [ [ g\ #] $] %] &] N] n] ] ] ] ] ] ^ ^ ^ /_ 6_ ?_ @_ _ ` ` ` ` ` ` Ga Ha Ia Ja Sa &c 'c 8c c c c c +d ,d -d .d 7d 5f 6f Gf f f f f 5g 6g 7g 8g Ag ji ki |i i i i i j Yk Zk [k \k mk k k k k Il Jl Kl Ll Ul n  o o o o p p q r r r r -r .r r r r r r 	y 
y y _y fy oy py z { { { { { { K| L| M| N| W| R S d     ݃      + ,               " # $ - ` a r ʓ ˓ o y    ˜ ̜   A C D E N   ͞ Ξ Ϟ   D F G H Q   ( ) * R S      q r           ; < M N O ? I T     Ĩ Ũ # % ; < E    窭    
      H I         ح ߭ 筭 譭  / 0 1 2 Z [      o p    װ ذ $ & ' ( 1    ׳ س         ­ ­ ­ #­ $­ %­ 1­ 2­ 3­ ?­ C­ V­ ^­ j­ k­ p­ ­ ­ í í í 5í :í í í í í í ĭ ĭ ĭ Dĭ Hĭ bĭ cĭ hĭ ĭ ĭ ĭ ĭ ĭ  ŭ ŭ +ŭ ,ŭ 7ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ŭ ƭ 
ƭ ƭ ƭ 
ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ƭ ǭ &ǭ 'ǭ ;ǭ =ǭ >ǭ ?ǭ @ǭ Aǭ Iǭ Oǭ Pǭ Yǭ ]ǭ ^ǭ qǭ }ǭ ~ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ǭ ȭ ȭ ȭ O̭ \̭ ̭ ̭ ̭ ̭ ̭ 
ͭ 2ͭ 3ͭ Dͭ ͭ ͭ gܭ sܭ ܭ ܭ ܭ ܭ ܭ (ݭ )ݭ              	 
      + - 3 4 M O T U c e k l                     
    & ( - . 5 : U V    F P Z [                 	 
   2 3 D d e f        $ % 6 V W X                    > k      9 : K          j k |                 	 
 ) 7 G H S X Y c h i t y z                   	 , : J K V [ \ f k l w | }                    T b r s ~                   	       * / 0   & ' 2 7 8 B G H S X Y c h i                  	 .	 >	 ?	 J	 O	 P	 Z	 _	 `	 k	 p	 q	 {	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
 :
 H
 X
 Y
 d
 i
 j
 t
 y
 z
 
 
 
 
 
 
 8 F V W b g h r w x                  	 
    G U e f q v w                  
 
 
 
 
 
 $
 %
 	   Q [ e f                       N O S ] h       ) * + , 5      !  ! , _ i s t           1 2 .0 =0 O0 b0 c0 h0 p0 u0 v0 {0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 
M M M RM \M fM gM M M M M M M M O O O O O P %P 0P cP mP wP xP P P P P P P P R R R R R R S S ES OS YS ZS S S S S S S S U U U U U V V #V VV `V jV kV V V V V V V V DX EX VX dX eX fX pX {X X X X X X Y Y Y  Y !Y *Y Z Z Z Z Z /[ 9[ D[ w[ [ [ [ [ [ [ [ [ [ [ ^ ^ &^ X^ Y^ b b %b Xb bb lb mb b b c c c c $c c c c d d d d 5d Ed Fd Gd Hd pd d d d d d d ke le }e e e e e e e e e e e e e e e e f 8f f f f f f ih jh {h 8i ?i Hi Ii j j j j j j k Wk Xk Yk Zk ck ql rl l l l l l m Vn Wn Xn Yn n n n n n n n p p p )q *q Rq kq q q q q q s s s 8t 9t at bt t t t t t w 	w w nw uw ~w w ;x x x x x y ^y _y y y y y y y y | | | } } } } ~       + , - . 7      
  6 ^ _ ` a   鉮 ꉮ 뉮 쉮     F M V W {     ɒ ʒ ) + , - 6 = > O         ˟    h i 
  " U _ i j   ߪ ᪮ ⪮ 㪮 쪮 Y Z k l m   ⬮ 䬮 嬮 欮 אַ   ƭ ǭ ȭ   = ? @ A J   ! " # K L      ٰ ڰ 밮 찮  ݵ 絮  % / 9 : b c  ö ٶ ڶ 㶮 F G X          渮 縮 3 5 L M V 0 1 B v }    ͻ λ ϻ л   E G H I R 
   L M u v ¾ ľ ž ƾ Ͼ 6 7 H u v ;Ϯ GϮ VϮ bϮ uϮ yϮ zϮ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ϯ Ю 	Ю Ю EЮ JЮ Ю Ю Ю Ю Ю Ѯ Ѯ #Ѯ ZѮ ^Ѯ Ѯ Ѯ Ѯ Ѯ Ѯ  Ү Ү Ү >Ү CҮ jҮ kҮ pҮ Ү Ү Ү Ү Ү $Ӯ )Ӯ 5Ӯ 6Ӯ 9Ӯ CӮ DӮ GӮ PӮ QӮ cӮ hӮ pӮ wӮ ~Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ӯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ Ԯ ծ ծ ծ ծ ծ ծ 1ծ Kծ Lծ Wծ dծ eծ oծ |ծ }ծ ~ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ծ ٮ ٮ Bڮ Cڮ Oڮ ڮ ڮ ڮ ڮ ڮ ڮ "ۮ #ۮ     , - ~    N R S i j ~                         	 
   % & ; = B C X Z _ ` z |                            >      I J [ { | }              + , - . / 0 9       # $ % & ' ( 1 1 2 C c d ^	 h	 s	 	 	 	 	 	 	
 
 !
 R
 S
 \
    } ~        
 	
 
 ;
 <
 G U e f q v w                       " ' ( F T d e p u v                  	 
    % * + T b r s ~                  ! " , 1 2 = B C M R S m {                               / = M N Y ^ _ i n o z                	      P ^ n o z                      # ( ) 3 8 9            ! & ' 1 6 7 W e u v                     $ % 0 5 6 @ E F b p                      7 [ m o    d e v A  B  h              #" $" 5" " " $ $ % 9% C% M% N% t% % % % % % % )( *( ;( ) ) * * * * + + + 8+ `+ r+ s+ t+ u+ ~+ r, s, , , , = = =  > > > > > > > !> -> .> 3> :> ?> @> E> L> X> Y> a> i> n> o> w> > > > > > > > > > > > Z Z Z Z Z [ [ 3[ e[ f[ h[ i[ j[ s[ @] A] R] ] ] ] ] ] ^ ^ ^ ^ D^ j^ k^ m^ n^ o^ x^ y` z` ` ` ` ` ` ` ` ` ` ` &a Na Oa Qa Ra Sa \a ]c ^c oc }c ~c c c c c c d 	d 7d `d ad cd dd ed nd e e e f f f f f Lf Vf `f af f f f f f f f Th Uh fh th uh h h h i i )i *i Si Ti Ui Wi ni oi xi k k k k k o o o o  p 
p p 3p Sp p p p p p nq oq q q q q q q q q q q r 1r }r ~r r r r 	s 
s s Ls Ss \s ]s ss s s s s s s s s s s s s !t "t #t $t -t v v v v v v v w _x `x ax bx x x x x x x y z z !z kz rz {z |z 8{ { { { { | 7| | | | | | b~ c~ t~ ~ ~ ~ 	 g h i j s q r  ց ׁ    q r s t }        م        % &      ; < M 3 : C D A > ? @ A i j ɍ ʍ ˍ ̍ Ս E F W     ԕ     ' (         䝯 띯    < = > ? g h Ǡ ɠ ʠ ˠ Ԡ ۬ ܬ  1 2 V W \ ^ _ ` i             0 1 }       	 
  3 4      R S d e f   ۻ ݻ ޻ ߻ 軯      鼯 꼯 6 8 9 : C w x    {ï ï ï ï ï ï ï  į į _į aį wį xį į ů ů ů #Ư *Ư 2Ư 3Ư IƯ YƯ ZƯ [Ư \Ư Ư Ư Ư Ư Ư Ư Ư ȯ ȯ ȯ ɯ ɯ #ɯ $ɯ Tɯ kɯ lɯ mɯ nɯ ɯ ɯ ɯ ɯ ɯ ɯ ɯ ˯ ˯ ˯ ˯ ˯ ̯ ̯ `̯ b̯ c̯ d̯ m̯ ί ί ί ϯ ϯ ܯ ܯ ܯ  ݯ ݯ ݯ ݯ :ݯ ?ݯ Oݯ Pݯ _ݯ `ݯ aݯ mݯ nݯ oݯ {ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ ݯ >ޯ ?ޯ Dޯ qޯ vޯ ޯ ޯ ޯ ޯ ޯ N߯ O߯ T߯ ߯ ߯ ߯ ߯ ߯ ߯ ߯  	  < A g h s                ( ) 4 8 ? F G H I J K L M N O P Q R S T 6 7 8 Q b c w y z { | }                   
         ! . / = > ?      5 6 I n o          2 d e         ' 5 B C D E F G K L M N g i o p                          / 1 7 8 F H N O b d i j q v   : D O       4 6 M N W       B C D E F G P n o            ` a r                   D N X Y z       u v    = > ? @ A B K              $ % 0 5 6 @ E F e s                             #  $  /  4  5  ?  D  E  h  v                                 ! ! ! ! !! "! ,! 1! 2! =! B! C! M! R! S! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! " " )" *" 5" :" ;" E" J" K" V" [" \" f" k" l" D# R# b# c# n# s# t# ~# # # # # # # # # # # # # # # # $ $ 
$ $ $ $ ($ -$ .$ \$ j$ z$ {$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ % 
% % % % (% -% .% 9% >% ?% I% N% O% v% % % % % % % % % % % % % % % % t& & & & & & & & & & & & & & & & & ' ' ' ' $' %' /' 4' 5' @' E' F' P' U' V' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' '  ( ( ( ( *( /( 0( :( ?( @( K( P( Q( [( `( a( E* O* Z* * * * * * * + 
+ $+ %+ .+ - - - - - . 5. 6. 7. 8. 9. B. / / / 0 0 2 2 2 2 2 2 2 3 A3 e3 f3 g3 h3 q3 5 5 5 \7 ]7 S8 ]8 h8 8 8 8 8 8 8 9 9 9 9 9 : : ": m: n: jK yK K K K K K K K K K K K K K K K K K K K K L L 
L L L )L *L 2L 9L >L ?L GL NL ZL [L Fh Ph [h h h h h h i i i i i i j j j 'k (k Wk ak lk k k k k k l 	l l l 
l l n n )n 7n 8n 9n Cn Nn n n n n n n n n n n n p p 
q q q Jq Tq _q q q q q q q q r r r r s s s s s s s s s s s s -t Xt Yt [t \t ]t ft u u v v v kv uv v v v v v v v v v w 
w w Py Qy by y y L} V} a} } } } } } } =~ ?~ V~ W~ `~  
  K R Z [ q           '    ꀰ     ! " # $ % & ' ( ) * R t     ˁ    t {   A      ( H         	    ֈ      Չ ! " # $ -     e f          ! t u        D E V     w 3 4 5 6 G   Ô Ĕ # $ % & / ٗ ڗ 뗰 ј ؘ ᘰ ☰ ߙ ܚ ݚ ޚ ߚ   g h i j s 㡰 䡰  9 @ I J r     Ť Ƥ % & ' ( 1 , - >      ڭ ۭ ܭ ݭ   e g h i r y z  Ϻ к        : ; L   IŰ SŰ ^Ű Ű Ű Ű Ű Ű Ű ư ư ư ư (ư ǰ ǰ ǰ ǰ ǰ ǰ ǰ Ȱ  Ȱ !Ȱ "Ȱ +Ȱ Ȱ Ȱ ɰ ɰ ɰ ,ɰ -ɰ yɰ {ɰ |ɰ }ɰ ɰ Kʰ Lʰ ]ʰ ^ʰ _ʰ ʰ ʰ ʰ ʰ ʰ ʰ ʰ ̰ ̰ '̰ (̰ )̰ Ѱ #Ѱ .Ѱ aѰ kѰ uѰ vѰ Ѱ Ѱ Ѱ Ѱ Ұ Ұ Ұ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ Ӱ "԰ #԰ o԰ q԰ ԰ ԰ ԰ lְ mְ ~ְ ְ ְ ְ ְ ְ 	װ 
װ װ װ 4װ 5װ װ װ װ װ װ Iٰ Jٰ [ٰ ٰ ٰ ٰ ٰ ٰ  ڰ ڰ ڰ ڰ rܰ sܰ ܰ ܰ ܰ w                
   0 8 D E J        Y Z _       " < = B z          ` e q r u                                            # ) * 3 7 8 K W X Y Z [ m                    ) 6 ~       
  ^ _ A M \ h i                           
  ' ) . / = ? E F Y [ a b w y ~                         / 0      * 4 5 \ z                   ! 
! ! >! ?! @! g! h! i! j! k! l! u! ! ! " 0" 1" 2" _" `" a" b" c" d" m" m# n# # # # $ $ $ $ $ $ $ % E% [% ]% % % % ' ' %' ' ' ' ' ' ' ' ' ' D( E( V( w( x( , , , , , , , , , , , , , , , , - - !- "- -- 2- 3- =- B- C- N- S- T- ^- c- d- - - - - - - - - - - - - - - - - . . $. %. 0. 5. 6. @. E. F. Q. V. W. a. f. g. . . . . . . . . . . . . . . . . ./ </ L/ M/ X/ ]/ ^/ h/ m/ n/ y/ ~/ / / / / / / / / / / / / / / / / / 0 	0 
0 0 0  1 1 1 1 1 1 !1 "1 -1 21 31 =1 B1 C1 k1 y1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 2 2 2 $2 )2 *2 42 92 :2 E2 J2 K2 U2 Z2 [2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 3 "3 23 33 >3 C3 D3 N3 S3 T3 _3 d3 e3 o3 t3 u3 4  4 04 14 <4 A4 B4 L4 Q4 R4 ]4 b4 c4 m4 r4 s4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 !5 /5 ?5 @5 K5 P5 Q5 [5 `5 a5 l5 q5 r5 |5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 7 7 7 +8 58 ?8 @8 s8 8 8 8 8 8 8 : : : }; ~; ; ; ; ; ; ; ; _= `= q= (> )> -@ 7@ B@ u@ @ @ @ @ @ A A A A A eC fC wC D D E E F 9F CF MF NF tF F F F F F F G G G H H Y Y )Y <Y =Y BY JY OY PY UY ]Y iY jY oY vY {Y |Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y u u u ,v 6v @v Av ov v v v v v v |x }x x x x x x 
y =y Gy Qy Ry y y y y y y y { { { { { { { { | )| 3| 4| b| | | | | | | ~ ~ ~ ~ ~ ~ ~ ~ 0 : D E s         0 > ? @ J U     ˁ            	   Q [ e f            2 3 ꊱ   2 < F G o  ۋ ݋       錱        ! " J m     ō E F W          Î Ď Ŏ Ǝ ǎ Ȏ   ] ^ _ ` i C D U   " # ߒ     Ɠ 擱 1 2 3 4 = K L ]     t 0 1 2 3 [ s     ˗      , E           ; <      ⟱ 㟱  H O X Y  ѡ ҡ ӡ ԡ 塱 8 9 a b  ¢ â Ģ ͢ w x  o v   } z { | }           ׯ ޯ 篱 诱  8 9 : ; c d ò Ĳ Ų Ʋ ϲ ʸ ˸ ܸ   ' 0 1 U x y z {        ȱ ȱ )ȱ mȱ nȱ ȱ ȱ ȱ ȱ ȱ ȱ ȱ ɱ ɱ ɱ Bʱ Cʱ ұ ұ ұ /ӱ 9ӱ Cӱ Dӱ lӱ mӱ ӱ ӱ ӱ ӱ ӱ 3ձ 4ձ Eձ Fձ Gձ oձ pձ ձ ձ ձ ձ ձ ֱ ֱ ֱ ֱ ֱ ֱ ֱ ױ ױ ױ ױ $ױ ױ ױ ױ ױ ױ %ر &ر rر tر uر vر ر ٱ ٱ ٱ ٱ ٱ ޱ ޱ ޱ ޱ 	߱ ߱ ߱ <߱ =߱ ߱ ߱ ߱ ߱ ߱   ! 2 _ f n o        
  & ' 0 
   P W _ `         ! " # ,    & ' O P        " O P  ! 0 < O S T v {                 $ z {       4 8           D E J x }           ! * + = B J Q X d e p t {                r s t                       % & 1 > ? I V W X Y Z [ \ ] j k y z {     ) q r            X n   (! ,! -! C! D! X! Y! Z! c! q! ~! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !  " " " " " 2" 4" 9" :" T" V" [" \" k" m" s" t" " " " " " " " " " " " " v+ + + + + + + + , p, r, , , , #- $- 5- U- V- W- ~- - - - - - - . . . . . . / / / / 	/ 
/ / / / / / / / / / /  0 0 0 0 1 1 1 =1 >1 82 B2 M2 2 2 2 2 2 2 2 2 ,3 -3 63 4 4 4 W5 X5 y5 z5 {5 |5 }5 ~5 5 5 5 5 6 6 !: /: ?: @: K: P: Q: [: `: a: l: q: r: |: : : : : : : : : : : : : : : : : ; ;  ; .; >; ?; J; O; P; Z; _; `; k; p; q; {; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < < .< << L< M< X< ]< ^< h< m< n< y< ~< < < < < < < < < < < < = = = = = = '= ,= -= G= U= e= f= q= v= w= = = = = = = = = = > > > > > > > > > > > > > > > > 	? ? '? (? 3? 8? 9? C? H? I? T? Y? Z? d? i? j? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? *@ 8@ H@ I@ T@ Y@ Z@ d@ i@ j@ u@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A 
A A A A A A A A A A A A A A  B B B B B 1B ?B OB PB [B `B aB kB pB qB |B B B B B B B B B B B B B B B B 
C C C C C  C <C JC ZC [C fC kC lC vC {C |C C C C C C C E E E E E E E F 5F GF IF `F aF jF >H ?H PH I I BI qI rI sI tI uI ~I J J K K K M M M N N 'N (N NN }N N N N N N Q Q Q R R S S S S S S S T :T LT MT NT OT XT LU MU ^U U U f f f f f f f f f f f g g 
g g g g g &g 2g 3g ;g Cg Hg Ig Qg Yg eg fg ng ug zg {g g g g g    ʃ ԃ ރ ߃ 
 ? @ B C D M   , c d    ۆ 冲    D E G H I R S T e s t u    ǉ щ ҉   ( ) + , - 6 7 8 I W X    Ό ، ⌲ ㌲  : ; = > ? H   Ύ ܎ ݎ ގ 莲  & 0 : ; i       . / @ N O        - . / 1 H I R    Д є    И ژ 䘲 嘲 
 - y {    H I Z          蚲  W X Y Z c 㛲 䛲  & - 6 7 M ] ^ _ ` a b c d e f        ឲ ➲      } 9 : ; < d  ϡ С ѡ ҡ ۡ 颲 ꢲ  E L U V  Τ Ϥ Ф Ѥ   ] ^ _ ` i < = N   ʧ 㧲 A B C D M K L ]   ٪ ڪ K L M N W    歲     o p q r  ֯ ׯ    _ ` a b k   ' 
         C D         1 u |    ֿ ׿ ؿ ٿ   a b c d m hƲ iƲ zƲ Ʋ Ʋ Ʋ Ʋ ǲ ɲ ɲ ɲ ɲ Aɲ Bɲ ɲ ɲ ɲ ɲ ɲ ղ ղ ղ ֲ ֲ 0ֲ 1ֲ 6ֲ 8ֲ 9ֲ :ֲ Cֲ vײ wײ ײ ײ ײ        
  W Y Z [ d      
  Z \ ] ^ g , - > ? @ h i                  Q R c d e U _ j       9 ; Q R [       
 # 3 4 5 6 ^ _             . E F G H p q             : < = > G               ) * 9 : ; G H I U Y l t         K P      ( ) . Z ^ x y ~      	 	 A	 B	 M	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 
 
 
 
 
  
 !
 "
 #
 $
 %
 &
 '
 (
 )
 *
 +
 ,
 -
 .
    + < = Q S T U V W _ e f o s t                       	    e r      # H I Z   }            ! >! ?! . . . . . . . . / / / / / /  / !/ %/ &/ '/ (/ A/ C/ I/ J/ c/ e/ j/ k/ y/ {/ / / / / / / / / / / / / / / / / / / 	0 0 0 0  0 "0 (0 )0 <0 >0 C0 D0 K0 P0 k0 l0 9 9 )9 \9 f9 p9 q9 9 9 : : ': (: 1: : : : : : : ; ; ; ;  ; !; *; H< I< Z< z< {< |< < < < < < < < := ;= L= l= m= n= = = = = = = = > > > > > ? ? ? @ (@ 2@ 3@ T@ @ @ @ @ @ @ OB PB aB B B C C C C C C %C C C C C C G G G G G G G G G G 
H H H H H  H ?H MH ]H ^H iH nH oH yH ~H H H H H H H H H H H H H H H H H H 	I I I I I I BI PI `I aI lI qI rI |I I I I I I I I I I I I I I I I J J J J J J 'J ,J -J jJ xJ J J J J J J J J J J J J J J J J K K K K K K $K %K 0K 5K 6K @K EK FK L ,L <L =L HL ML NL XL ]L ^L iL nL oL yL ~L L L L L L L L L L L L L L L M M M 6M DM TM UM `M eM fM pM uM vM M M M M M M M M M M M M M N N N N N N #N (N )N PN ^N nN oN zN N N N N N N N N N N N NO \O lO mO xO }O ~O O O O O O O O O O O O O O O O O 	P P P P P  P *P /P 0P ]P kP {P |P P P P P P P P P P P P P P P P P Q 	Q 
Q Q Q Q %Q *Q +Q 5Q :Q ;Q S )S 4S gS qS {S |S S S S S S S T U U U V V V W W W W W W X X X dY eY i[ s[ ~[ [ [ [ [ [ \ ?\ @\ A\ B\ K\ ^ ^ ^ 6` 7` -a 7a Ba ua a a a a a a a a a a b b b Gc Hc Dt St et xt yt ~t t t t t t t t t t t t t t t t t t t t t t u u u u u u !u (u 4u 5u   * 5 h r | }  ݑ ޑ  ᑳ ⑳ 둳   ʓ   1 ; F y     ┳ 㔳 唳 攳 申         ( [ e o p  Ɨ Ǘ ɗ ʗ ˗ ԗ ՙ ֙ 癳   $ . 9 l v    ؚ ٚ ۚ ܚ ݚ 暳 Z [ l z { |   Ĝ Μ ؜ ٜ  2 3 5 6 7 @ ̞ ͞ ޞ 잳 ힳ E O Z     ˟ ̟ ͟ ϟ 柳 石  * + < n o & 0 ; n x    ˦   0 1 : 槳 秳  % , 4 5 K [ \ ] ^           ĩ ˩ ԩ թ 멳            , N         N U ^ _  ׮ خ ٮ ڮ  " m n o p y    㰳 갳    l m n o        ڴ ۴ 촳 ? @ h  ߵ ൳ ᵳ ⵳ 뵳 鷳 귳  N O w x 鸳 긳 븳 츳    0     Q 
    ! t u        	        ³ ó ó ó ó ó ó Aĳ Bĳ Cĳ Dĳ Mĳ ʳ ʳ ʳ ˳ ˳ #˳ $˳ L̳ tͳ uͳ vͳ wͳ ͳ ͳ ͳ  γ γ γ γ Գ Գ Գ \Գ cԳ lԳ mԳ ճ ֳ ֳ ֳ ֳ ֳ ֳ ?׳ A׳ B׳ C׳ L׳ S T e            & ~  # - 8 k u          o p                  S U V W ` % & 7 8 9 a b              ; E O P x y      \ ] n            I K b c l F G X              [  ]  ^  _  h  # $ 5 b c        L M ^   Q ] l x                
    $ [ `      3 4 9 p t         T Y         : ? K L O Y Z ] f g y ~                                       
   % 1 2 3 4 5 G a b m z {                 X Y e       8 9 . '. 6. B. C. . . . . d< h< i< < < < < < < < < < < < < < < < < < < < < < = = = 	= = = =  = 3= 5= ;= <= Q= S= X= Y= n= p= u= v= = = = = = = = = = = = = = = = = = = 	> 
> F F F F G G G 6G TG G G G G G _H `H qH H H H H H H H H H H I I I J J J AJ BJ CJ DJ EJ FJ OJ J J J 
K K K 9K :K ;K <K =K >K GK GL HL YL yL zL tM ~M M M M M M M N 5N 7N hN iN rN O O O P P P P P P P P P Q Q 0Q QQ RQ ]U kU {U |U U U U U U U U U U U U U U U U U V V 
V V V V (V -V .V 8V =V >V \V jV zV {V V V V V V V V V V V V V V V V V 
W W W W W  W +W 0W 1W ;W @W AW jW xW W W W W W W W W W W W W W W X X &X 'X 2X 7X 8X BX GX HX SX XX YX cX hX iX X X X X X X X X X X X X X X X X Y Y Y Y Y Y Y Y Y Y Z Z 
Z Z Z Z EZ SZ cZ dZ oZ tZ uZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ [ [ [ $[ %[ /[ 4[ 5[ f[ t[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ 
\ \ \ \ (\ -\ .\ 9\ >\ ?\ I\ N\ O\ \ \ 
] ] ] ] ] &] +] ,] 7] <] =] G] L] M] m] {] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] 	^ ^ ^ %^ *^ +^ 5^ :^ ;^ F^ K^ L^ V^ [^ \^ x^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ` ` ` a a a a Ma qa a a a a a zc {c c Wd Xd ~d d d d d d d 9f :f Kf g g i i i Oi Yi ci di i i i i i i i ?l @l Ql m m n n n o o 'o (o No vo o o o o o p p p p p ⁴      $ ) * / 7 C D I P U V [ b n o w             Ƃ ҂ ӂ  Ȟ Ӟ     I { | ~    V W h   ϡ ١ 䡴  ! + , Z              Ƥ   
  < d e g h i r s t    § ̧ ק 
    M v w y z {    
    $ / b l v w  Ъ Ѫ Ӫ Ԫ ժ ު j k |   㬴   + 5 ? @ i j k m    ȯ ɯ گ  
 ĳ γ ٳ     ! I i   δ ϴ ش    õ ʵ ҵ ӵ 鵴     $ G         1 b i r s            ʷ 췴 7 8 9 : C   / 캴     u v w x     
   % & 7     N 
   
 5 M      x´ y´ ´ ´ ´ ô ô }ô ~ô ô ô ô Ŵ Ŵ Ŵ Ŵ Ŵ ƴ ƴ ƴ ƴ ƴ ƴ ƴ ȴ ȴ ȴ "ɴ )ɴ 2ɴ 3ɴ ɴ ʴ ʴ ʴ ʴ ʴ ˴ ˴ ;˴ <˴ ˴ ˴ ˴ ˴ ˴ Qδ Rδ cδ Iϴ Pϴ Yϴ Zϴ Wд TѴ UѴ VѴ WѴ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ Ѵ [ش \ش mش ش ش ش ش ٴ ۴ ۴ ۴ ۴ =۴ >۴ ۴ ۴ ۴ ۴ ۴      
  / R S T U } ~         G H l m r t u v          	    F G      
     ! I J      h i z { |                      L N O P Y               u w    	 	 
 9
 @
 H
 I
 _
 o
 p
 q
 r
 
 
 
 
    
    *
 1
 9
 :
 j
 
 
 
 
 
 
 
 
 
 
        ) * v x y z     ) *     
! ! )! -! .! P! U! e! f! u! v! w! ! ! ! ! ! ! ! ! ! ! ! ! T" U" Z" " " " " " # # d# e# j# # # # # # # # $ $ $$ R$ W$ }$ ~$ $ $ $ $ $ $ $ $ $ % % % % $% +% 2% >% ?% J% N% U% \% ]% ^% _% `% a% b% c% d% e% f% g% h% i% j% L& M& N& g& x& y& & & & & & & & & & & & & & & & & & & & &  ' ' ' ' #' 0' 1' 2' 3' 4' 5' 6' 7' D' E' S' T' U' + + + + , K, L, _, , , , , , ; ; ; ; ; 2< H< z< {< J J J J J 2J 3J 4J =J KJ XJ YJ ZJ [J \J ]J aJ bJ cJ dJ }J J J J J J J J J J J J J J J J J J J J K K K K .K 0K 5K 6K EK GK MK NK \K ^K dK eK xK zK K K K K K K PT ZT eT T T T T T T JU LU cU dU mU U U V /V 0V 1V XV YV ZV [V \V ]V fV W W W W W W W W W W W W W vX wX X X X X X X X X X X X Y Y Y Z Z [ [ '[ Z[ d[ n[ o[ [ [ [ [ \ \ \ ] ] ] 1^ 2^ S^ T^ U^ V^ W^ X^ a^ ^ ^ ^ ^ ^ b 	c c c %c *c +c 5c :c ;c Fc Kc Lc Vc [c \c {c c c c c c c c c c c c c c c c c d d d $d )d *d 4d 9d :d Ed Jd Kd Ud Zd [d ~d d d d d d d d d d d d d d d d e e &e 'e 2e 7e 8e Be Ge He Se Xe Ye ce he ie e e e e e e e e e e e e e f f f !f /f ?f @f Kf Pf Qf [f `f af lf qf rf |f f f Zg hg xg yg g g g g g g g g g g g g g g h h 
h h h h "h #h .h 3h 4h >h Ch Dh rh h h h h h h h h h h h h h h h i i "i #i .i 3i 4i >i Ci Di Oi Ti Ui _i di ei i i i i i i i i i i i i i i i i j j j j j j j j j j j j j j j j k k )k *k 5k :k ;k Ek Jk Kk Vk [k \k fk kk lk k k k k k k k k k k k k k k k k l $l 4l 5l @l El Fl Pl Ul Vl al fl gl ql vl wl [n en pn n n n n n o !o #o :o ;o Do q q *q q q r Kr Lr Mr Nr Or Xr s s s t t v v v v v w w (w Ww {w |w }w ~w w y y y r{ s{ i| s| ~| | | | | | } &} '} (} )} 2} &~ '~ 8~ ~ ~        Ǐ ȏ ͏ Տ Ᏽ ⏵ 珵        
   " # + 3 ? @ H O T U ] d p q \ f q     笵      '    = > m w    ɯ ʯ    ! " # , - . ? M N O Y d     ڲ         # 1 2 ` j u     뵵      "       · ͷ   
   C n o q r s |  	  ( )    ɺ Ӻ ݺ ޺   	  " # , f g x   b l w      µ Sµ Uµ lµ mµ vµ "õ #õ 4õ aõ hõ põ qõ õ õ õ õ õ õ õ 1ĵ 2ĵ 3ĵ 4ĵ =ĵ ĵ ĵ ĵ  ŵ ŵ ŵ ŵ 'ŵ 7ŵ 8ŵ 9ŵ :ŵ ;ŵ <ŵ =ŵ >ŵ ?ŵ @ŵ hŵ ŵ ŵ ŵ ŵ ŵ ŵ ǵ ǵ ǵ ȵ ȵ ȵ ȵ Wɵ ʵ ʵ ʵ ʵ >ʵ ^ʵ ʵ ʵ ʵ ʵ ʵ ˵ ˵ ˵ ̵ &̵ /̵ 0̵ ̵ ͵ ͵ ͵ ͵ ͵ ͵ 7ε 8ε 9ε :ε Cε е е (е {е |е е е ѵ ѵ ѵ ѵ 'ѵ %ӵ &ӵ 7ӵ ӵ ӵ ӵ ӵ %Ե &Ե 'Ե (Ե 1Ե Zֵ [ֵ lֵ ֵ ֵ ֵ ֵ ׵ Iص Jص Kص Lص ]ص ص ص ص ص 9ٵ :ٵ ;ٵ <ٵ Eٵ ۵ ۵ ܵ ܵ ܵ ܵ ܵ ݵ ޵ ޵ ޵ ޵ ߵ ߵ }ߵ ~ߵ ߵ ߵ ߵ    O V _ `        ; < = > G B C T            { } ~        
       P  Q  b      _	 i	 t	 	 	 	 	 	 	 1
 3
 4
 5
 >
        4 6 7 8 A 
 
 
 
 
 B
 C
 
 
 
 
 
 a b s t u        + , = > ? / 9 D w        + , 5         
    8 9                 ! " J K      _ ` q         !           . . . . . . . . . / / / / / !/ "/ #/ // 3/ F/ N/ Z/ [/ `/ / / / / / %0 *0 o0 p0 u0 0 0 1 1 1 41 81 R1 S1 X1 1 1 1 1 1 1 1 2 2 '2 v2 {2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  3 3 3 3 3 3 3 3 3 3 3 3 4 4 4 +4 -4 .4 /4 04 14 94 ?4 @4 I4 M4 N4 a4 m4 n4 o4 p4 q4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 ?9 L9 9 9 9 9 9 9 ": #: 4: t: u: WI cI rI ~I I I I J J W W W W W W W W W W W W W W W W W  X X X X X #X $X =X ?X DX EX SX UX [X \X oX qX wX xX X X X X X X X X X X X X X X X X X X Y Y Y Y Y Y %Y *Y EY FY a a b 6b @b Jb Kb rb b b b c c c c c c c c c c c c c c c d "e #e 4e Te Ue Ve }e ~e e e e e e f f &f Ff Gf Hf uf vf wf xf yf zf f g g g g g h h h h i i 
i .i [i qi si i i i )k *k ;k k k k k k k k k k Zl [l ll l l p p p p p p p p p p p p p p p p q 'q 7q 8q Cq Hq Iq Sq Xq Yq dq iq jq tq yq zq q q q q q q q q q q q q q q q q r *r :r ;r Fr Kr Lr Vr [r \r gr lr mr wr |r }r r r r r r r r r r r r r r s s s Ds Rs bs cs ns ss ts ~s s s s s s s s s s s s s s s s s s s 
t t t t t  t t u u u "u 'u (u 2u 7u 8u Cu Hu Iu Su Xu Yu u u u u u u u u u u u u u u u u v v .v /v :v ?v @v Jv Ov Pv [v `v av kv pv qv v v v v v v v v v v v v v v w w *w 8w Hw Iw Tw Yw Zw dw iw jw uw zw {w w w w (x 6x Fx Gx Rx Wx Xx bx gx hx sx xx yx x x x x x x x x x x x x x x x x y 	y 
y 7y Ey Uy Vy ay fy gy qy vy wy y y y y y y y y y y y y y y y y y z z z z z { | | A| K| U| V| | | | | | | | ~ ~ ~          u v  > ? C M X     Ƅ      % { |       O Y c d   Ċ Ŋ Ɗ Ǌ Њ ċ ŋ ֋ ! "  - ? R S X ` e f k s               ɝ ѝ ݝ ޝ 杶 흶          B L V W       ź    ۼ ܼ     S ] g h       ʽ ˿ ̿ ݿ 뿶 쿶    5 ? I J x       ¶ ¶ ¶ ¶ ¶ ¶ ö ö Fö Pö Zö [ö ö ö ö ö ö ö ö 4Ŷ 5Ŷ FŶ TŶ UŶ VŶ `Ŷ kŶ Ŷ Ŷ Ŷ Ŷ Ŷ ƶ 
ƶ ƶ ƶ ƶ ƶ Ƕ Ƕ Ƕ Ƕ Ƕ ȶ )ȶ 4ȶ gȶ qȶ {ȶ |ȶ ȶ ȶ ȶ ȶ ȶ ȶ ȶ ˶ ˶ ˶ H˶ I˶  ϶ 
϶ ϶ H϶ R϶ \϶ ]϶ ϶ ϶ ϶ ϶ 
ж ж ж ж ж ж ж Ѷ Ѷ Ѷ %Ѷ 5Ѷ 6Ѷ 7Ѷ 8Ѷ `Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ Ѷ [Ҷ \Ҷ mҶ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ҷ Ӷ (Ӷ sӶ tӶ uӶ vӶ Ӷ Yն Zն kն (ֶ /ֶ 8ֶ 9ֶ ֶ ׶ ׶ ׶ ׶ ׶ ׶ Gض Hض Iض Jض Sض aٶ bٶ sٶ ٶ ٶ ٶ ٶ ڶ F۶ G۶ H۶ I۶ q۶ ۶ ۶ ۶ ۶ ۶ ۶ ݶ ݶ ݶ ޶ ޶ B޶ [޶ ޶ ޶ ޶ ޶ ޶    ( ) Q R        
 ^ e n o +      N O w x                        '        & N O P Q y z         6 = F G k               &  - . ?          
 
   X Y    E O Y Z        I J [ \ ]               - / 0 1 :       ; <           " " " # # )# *# R# S# # # # # # 6% 7% H% u% |% % % % % % % % % % #& %& <& =& F&  ( !( 2( f( m( u( v( ( ( ( ( ( ( ( 5) 7) 8) 9) B) * * + <+ =+ e+ f+ + + + + + &. '. 8. e. f. +< 7< F< R< e< i< j< < < < < < < < < < < < < < < < < < 5= := = = = = = 
> > > J> N> > > > > > > > > .? 3? Z? [? `? ? ? ? ? ? @ @ %@ &@ )@ 3@ 4@ 7@ @@ A@ S@ X@ `@ g@ n@ z@ {@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A A A A A A A A A A A A A A A A A A A B B 
B B B !B ;B <B GB TB UB _B lB mB nB oB pB qB rB sB B B B B B F F 2G 3G ?G G G G G G G H H V W W W W nW W W W >e Be Ce Ye Ze ne oe pe ye e e e e e e e e e e e e e e e e e e e e e e e 
f f f f +f -f 2f 3f Hf Jf Of Pf jf lf qf rf f f f f f f f f f f f f f f f f o o o o o o o p .p p p p p p 9q :q Kq kq lq mq q q q q q q q r r r r r r s s s s s  s )s s s s s s s t t t t t t !t !u "u 3u Su Tu Nv Xv cv v v v v v v w w Bw Cw Lw x x x my ny y y y y y y y y y 
z +z ,z 7~ E~ U~ V~ a~ f~ g~ q~ v~ w~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~       6 D T U ` e f p u v                  
     D R b c n s t ~         ‷         ! " - 2 3 = B C ] k { |                  ł Ƃ Ђ Ղ ւ Ⴗ 悷 炷     - = > I N O Y ^ _ j o p z     ̃ ̓ ؃ ݃ ރ 胷 탷     	   @ N ^ _ j o p z         Ȅ ք 愷 焷          # ( ) ƅ ԅ 䅷 具           ! & ' G U e f q v w          Ն ㆷ           % & 0 5 6 R ` p q |               ߉ 鉷   ' K ] _ v w  T U f 1 2 X         % ܏ ݏ ᑷ 둷  ) 3 = > d      Ò   +      헷    ( P b c d e n b c t    ˪ ݪ       	    # * / 0 5 < H I Q Y ^ _ g o { |         Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ Ƿ #ȷ Uȷ Vȷ Xȷ Yȷ Zȷ cȷ 0ʷ 1ʷ Bʷ yʷ zʷ ʷ ʷ ʷ ʷ ʷ ˷ ˷ 4˷ Z˷ [˷ ]˷ ^˷ _˷ h˷ iͷ jͷ {ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ ͷ η >η ?η Aη Bη Cη Lη Mз Nз _з mз nз з з з з з з з 'ѷ Pѷ Qѷ Sѷ Tѷ Uѷ ^ѷ ҷ ҷ ҷ ҷ ҷ ҷ ҷ 	ӷ <ӷ Fӷ Pӷ Qӷ ӷ ӷ ӷ ӷ ӷ ӷ ӷ Dշ Eշ Vշ dշ eշ շ շ շ ַ ַ ַ ַ Cַ Dַ Eַ Gַ ^ַ _ַ hַ ط ط ط ط ط ܷ ܷ ܷ ܷ ܷ ܷ ܷ #ݷ Cݷ ݷ ݷ ݷ ݷ ݷ ^޷ _޷ p޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ ޷ !߷ m߷ n߷ o߷ p߷ y߷ ߷ ߷  < C L M c s t u v w x y z { |          	      O P Q R z           [ b k l (      ' s t u v  R S d     W X Y Z c a b s     a b c d m       
           u v w x  + , = # * 3 4 1 . / 0 1 Y Z      5 6 G            w x y z  ~
 
 
 
 
 
 
 	 ,
 -
 .
 /
 W
 X
 
 
 
 
 
    ! " F G L N O P Y      $ $ $ $ $ $ $  % !% m% o% p% q% z% & & & & & #' $' p' r' s' t' }' B( C( T( U( V( ~( ( ( ( ( ( ( ) ) ) ) ) ) ) &* (* )* ** 3* g+ h+ y+ z+ {+ k0 u0 0 0 0 0 0 0 0 O1 Q1 g1 h1 q1 2 2 2 3 3 "3 #3 93 I3 J3 K3 L3 t3 u3 3 3 3 3 3 5 5 5 6 6 6 6 D6 [6 \6 ]6 ^6 6 6 6 6 6 6 6 8 8 8 8 8 9 9 P9 R9 S9 T9 ]9 ; ; ; < < I I I I J J J *J /J ?J @J OJ PJ QJ ]J ^J _J kJ oJ J J J J J J J .K /K 4K aK fK K K K K K >L ?L DL pL tL L L L L L L L L ,M 1M WM XM cM M M M M M M M M M M M M M N N N N $N (N /N 6N 7N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN &O 'O (O AO RO SO gO iO jO kO lO mO uO {O |O O O O O O O O O O O O O O O O O 
P P P 
P P P P P P P -P .P /P {T T T T T %U &U 9U ^U _U pU U U d d d d d e "e Te Ue r r r r r s 
s s s %s 2s 3s 4s 5s 6s 7s ;s <s =s >s Ws Ys _s `s ys {s s s s s s s s s s s s s s s s s s s t 
t t t t !t 't (t 6t 8t >t ?t Rt Tt Yt Zt at ft t t *} 4} ?} r} |} } } } } $~ &~ =~ >~ G~ ~ ~ ~ 	 
  2 3 4 5 6 7 @ ^ _ p          ǀ P Q b             т   샸   4 > H I j     ᄸ ꄸ e f w   - . / 0 1 2 ;    ɇ ʇ Ջ ㋸           % & 0 5 6 U c s t             Ԍ ⌸          $ % / 4 5 X f v w             ⍸         ! " - 2 3 = B C           ˎ Ў ю ێ  Ꮈ  	   % * + 5 : ; F K L V [ \ 4 B R S ^ c d n s t        ː ې ܐ 琸 쐸 퐸     
     L Z j k v { |          ޑ 쑸    
     ) . / 9 > ? f t             ƒ ǒ d r             ē œ 哸        $ % 0 5 6 @ E F s           Ô Ĕ Δ Ӕ Ԕ         * / 0 ; @ A K P Q 5 ? J }    ŗ 闸         Ϛ К  % & ' ( ) 2   Ü z {    ǟ џ ۟ ܟ  1 U V W X a   ɢ L M C M X     ƥ            ] ^ Z i {            ȸ ͸ θ Ӹ ڸ 游 縸 ︸     
   " ) . / 7 > J K 6ո @ո Kո ~ո ո ո ո ո ո ո ո ո ո ָ ׸ ׸ ׸ ظ ظ Gظ Qظ \ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ظ ٸ ۸ ۸ ۸ '۸ (۸ )۸ 3۸ >۸ q۸ {۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ۸ ݸ ݸ ݸ ޸ ޸ :޸ D޸ O޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ ޸ p q            H I K L M V      [ e p            @ A R   < F Q       - / F G P    ; B J K a q r s t     
                     B d         d k t u 1      8            	 
                U V ~           d e         4 5 F     g  # $ % & 7                        W X Y Z c    ) 0 9 : b           !   . r y          U W X Y b i' j' {' ' ' ' ' ' ' ' ' ' *) +) <) ) ) 92 C2 N2 2 2 2 2 2 2 3 
3 3 3 3 4 4 4 4 4 4 4 5 5 5 5 5 5 5 5 5 5 6 6 i6 k6 l6 m6 v6 ;7 <7 M7 N7 O7 w7 x7 7 7 7 7 7 9 9 9 9 9 	> > > Q> [> e> f> > > > > ? ? ? r@ s@ @ @ @ @ @ @ @ @ @ @ A A _A aA xA yA A \C ]C nC C C C C C C C C C $D %D qD sD tD uD ~D 9F :F KF xF yF F F F F F F F bI cI tI I I gW sW W W W W W W W W W W W W W W W 	X 
X  X (X 4X 5X :X qX vX X X X X Y IY JY OY Y Y Y Y Y Z Z ,Z -Z 2Z jZ oZ Z Z Z Z Z Z Z [ P[ U[ a[ b[ e[ o[ p[ s[ |[ }[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ \ ] ] ] 	] 
] ] ] ] ] #] '] (] ;] G] H] I] J] K] ]] w] x] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] ] b &b nb ob {b b b b b b c Nc Oc 1r =r Lr Xr Yr r r r r z ~        À Ѐ р Ҁ Ӏ Ԁ Հ ـ ڀ ۀ ܀         - / 5 6 I K Q R g i n o           Ł Ɓ ԁ ց ܁ ݁          Ȋ Ҋ ݊   $ % L j  ċ ۋ ܋ 勹 u v     Ќ ь Ҍ ӌ Ԍ Ռ ތ    . / 0 W X Y Z [ \ e       ! " O P Q R S T ] ] ^ o      ґ ܑ 摹 瑹  5 K M ~        ˔ ̔ ͔ Δ ϔ Д ٔ 4 5 F g h s           Ù ę Ι ә ԙ      " # - 2 3 > C D N S T r            Ú ͚ Қ Ӛ       % & 0 5 6 A F G Q V W           ˛ Л ћ ۛ  ᛹  , < = H M N X ] ^ i n o y ~      Ü Ȝ ɜ Ӝ ؜ ٜ 䜹 霹 ꜹ    ҝ           " # - 2 3 [ i y z             ꞹ   	    $ ) * 5 : ; E J K |          ǟ ̟ ͟ ן ܟ ݟ   " # . 3 4 > C D O T U _ d e     ! , 1 2 < A B M R S ] b c         ¡ á Ρ ӡ ԡ ޡ 㡹 䡹   / 0 ; @ A K P Q \ a b l q r        Ȣ ͢ ΢ ٢ ޢ ߢ 颹   Ӥ ݤ 褹  % / 0 c          m n  è Ĩ Ũ ƨ Ǩ Ш O P a    ' 2 e o y z  ϭ      U V g 걹 뱹 Ჹ 벹  ) 3 = > d            Ź ƹ ƹ ,ƹ -ƹ 2ƹ :ƹ ?ƹ @ƹ Eƹ Mƹ Yƹ Zƹ _ƹ fƹ kƹ lƹ qƹ xƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ ƹ     & 0 1 _       l m ~      - 7 A B p                 # $ R z { } ~             * 4 5 c           . / 0 : E x                   A K U V           " #    " , 6 7 _                   : ]      5 6 G x                 M N O P Y 3 4 E  	                ! " # $ - ; < M     d   ! " # K c            5      	 	 	 
 
 +
 ,
 
 
 
 
 
    8
 ?
 H
 I
       ( ) Q R      g h y _ f o p m j k l m        q r        ( ) * + S T      % % % & &  & !& E' h( i( j( k( ( ( ( ( ( (  ) 5 5 5 ]5 ^5 5 5 5 5 5 5 5 6 6 6 27 37 ? ? ? @ )@ 3@ 4@ \@ ]@ @ @ @ @ @ #B $B 5B 6B 7B _B `B B B B B B ~C C C C C C C D 	D 
D D D D D D D D E E bE dE eE fE oE F F F F F K K K K K L L ,L -L L L L L L N N "N ON VN ^N _N uN N N N N N N N N O O  O P P Q @Q GQ OQ PQ Q Q Q Q Q Q Q R R R R R S S S T T ?T @T T T T T T  W W W ?W @W e e  e ,e ?e Ce De fe ke {e |e e e e e e e e e e e e e e f f jf kf pf f f f f f $g (g zg {g g g g g g g h 
h 4h 5h :h hh mh h h h h h h  i i 
i i i i i -i 2i :i Ai Hi Ti Ui `i di ki ri si ti ui vi wi xi yi zi {i |i }i ~i i i bj cj dj }j j j j j j j j j j j j j j j j j j j j j j k k !k .k /k 9k Fk Gk Hk Ik Jk Kk Lk Mk Zk [k ik jk kk o o p 
p p ap bp up p p p p p      H ^      3 4 H I J S a n o p q r s w x y z         ˎ ͎ ӎ Ԏ 玺 鎺      
 " $ ) * D F K L [ ] c d r t z {         f p {    Ø ꘺  ` b y z    % E F G n o p q r s |    ̛ ͛ Λ              휺         
 - . ( 2 = p z    ӟ 韺 럺   &    G H i j k l m n w Ң Ӣ 䢺     / 0 ; @ A K P Q \ a b l q r        ˧ Ч ѧ ܧ ᧺ ⧺ 짺     . / : ? @ J O P [ ` a k p q      è Ĩ Ψ Ө Ԩ ߨ 䨺 娺 墨    , < = H M N X ] ^ i n o y ~   ʩ ک ۩ 橺 멺 쩺      
    7 E U V a f g q v w       p ~            ˫ Ы ѫ     # ( ) 3 8 9 D I J T Y Z        ¬ Ǭ Ȭ Ӭ ج ٬ 㬺 謺 鬺  ( 8 9 D I J T Y Z e j k u z {     ̭ ѭ ҭ ܭ ᭺ ⭺           ʮ Ϯ Ю ڮ ߮ ஺ 뮺       ! / ? @ K P Q [ ` a l q r |     ͯ ί ٯ ޯ ߯ 鯺  ﯺ     
   , : J K V [ \ f k l w | }    q {   ò Ͳ β  % 7 9 P Q Z . / @   2 a b c d e n       ź к  
   > m                   * < = > ? H <º =º Nº º º Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ӻ Ժ 	Ժ 
Ժ Ժ Ժ "Ժ #Ժ +Ժ 3Ժ 8Ժ 9Ժ AԺ IԺ UԺ VԺ ^Ժ eԺ jԺ kԺ sԺ zԺ Ժ Ժ r |       / 0 2 3 4 = 
   S T         4 5 7 8 9 B C D U c d e o z           & ' ( 9 G H v        * + - . / 8            * + Y         0 > ?           ! 8 9 B | }    x         i k    8 9 J w ~          G H I J S    	 	 &	 '	 =	 M	 N	 O	 P	 Q	 R	 S	 T	 U	 V	 ~	 	 	 	 	 	 	        m
 ) * + , T t         5 < E F        M N O P Y , - >     1 2 3 4 = ; < M     ; < = > G p q       _ ` a b s     O P Q R [         ! 
! ! " # 	# 
# # 3# 4# # # # # # * * !* e* l* u* v* + , , , , , , Q- R- S- T- ]- X3 Y3 j3 3 3 3 3 4 6 6 6 	6 16 26 6 6 6 6 6 B B B B B  C !C &C (C )C *C 3C fD gD xD D D uM M M M M M M M M GN IN JN KN TN O O O O O O O JP LP MP NP WP Q Q .Q /Q 0Q XQ YQ Q Q Q Q Q wR xR R R R R R  S S S S 
S AT BT ST TT UT EY OY ZY Y Y Y Y Y Y )Z +Z AZ BZ KZ [ [ [ [ [ [ [ \ #\ $\ %\ &\ N\ O\ \ \ \ \ \ ^ ^ ^ ^ ^ ^ ^ _ 5_ 6_ 7_ 8_ `_ a_ _ _ _ _ _ ua va a a a a a *b ,b -b .b 7b d d d d d r r r r r r r s 	s s s )s *s +s 7s 8s 9s Es Is \s ds ps qs vs s s t 	t t ;t @t t t t t t u u u Ju Nu hu iu nu u u u u u v v 1v 2v =v v v v v v v v v v v v v v v v v v v w 	w w w w w w w w w w w w w w w w  x x x x ,x -x Ax Cx Dx Ex Fx Gx Ox Ux Vx _x cx dx wx x x x x x x x x x x x x x x x x x x x x x x y y 	y U} b} } } } }  ~ ~ 8~ 9~ J~ ~ ~ m y    捻  . /    ћ қ 曻 盻 蛻    
         1 3 9 : S U Z [ i k q r           ǜ Ȝ ✻ 䜻 霻 ꜻ         , . 3 4 ; @ [ \    L V ` a        !   ç 㧻 䧻 姻  
      8 9 J j k l        * + < \ ] ^           ˫ ̫ Ƭ Ь ۬   " # D q     ĭ ? @ Q 寻 毻   	 
    p q      ʹ δ ٴ ޴ ߴ 鴻  ﴻ     
   / = M N Y ^ _ i n o z        ̵ ͵ ص ݵ ޵ 赻      	   2 @ P Q \ a b l q r }       ʶ ڶ ۶ 涻 붻 춻      
    Z h x y             շ 㷻           % & 0 5 6   , - 8 = > H M N Y ^ _ i n o      ƹ ǹ ѹ ֹ ׹ ⹻ 繻 蹻    & 4 D E P U V ` e f q v w     ƺ ֺ ׺ ⺻ 纻 躻      	    @ N ^ _ j o p z         > L \ ] h m n x } ~        ͼ ݼ ޼ 鼻  ［    
       M [ k l w | }          ʽ ؽ 轻 齻     	 
    % * +   $ W a k l        » » » û û û û  Ļ Ļ Ļ Ļ Ļ Ż Ż Ż Tƻ Uƻ YȻ cȻ nȻ Ȼ Ȼ Ȼ Ȼ Ȼ ɻ /ɻ 0ɻ 1ɻ 2ɻ ;ɻ ˻ ˻ ˻ &ͻ 'ͻ λ 'λ 2λ eλ oλ yλ zλ λ λ λ λ λ λ λ ϻ ϻ ϻ 7л 8л 4 C U h i n v { |                        	   $ %   % X b l m                  ! + 6 i s } ~              
  K U _ `               ) \ f p q        J	 K	 \	 j	 k	 l	 v	 	 	 	 	 	 	 "
 #
 %
 &
 '
 0
      5 ? J }             , ^ _    + ^ h r s    	   ! *      $ % ; K L M N v       q r                  >      o p  > E N O        ] ^ _ ` i w x       \ ] ^ _        ! ! ! /" 0" X" q" " " " " " $ $ $ >% ?% g% h% % % % % % ( (  ( t( {( ( ( A) ) ) )  * * d* e* * * * * * * * - - - . . . . / 0 0 0 0 0 0 11 21 31 41 =1 7 7 7 8 
8 8 8 <9 d: e: f: g: : : : : : : : @ @ A LA SA \A ]A B C C C C C C /D 1D 2D 3D <D CP DP UP P P P P P P P P P R R R nR oR [ [ ([ [[ e[ o[ p[ [ [ [ [ [ [ [ _] `] q] r] s] ] ] ] ] ] ] ] ^ ^ ^ ^ ^ ^ ^ C_ E_ F_ G_ P_ ` ` '` (` )` Q` R` ` ` ` ` ` a a a a a f f f +g 5g ?g @g hg ig g g g g g Li Mi ^i i i i i i i i i i i i 9j ;j Rj Sj \j 6l 7l Hl |l l l l l l l l l l l Km Mm Nm Om Xm o o %o Ro So {o |o o o o o o <r =r Nr {r |r A M \ h {       ǀ Ȁ ɀ Հ ր ׀ 〼 瀼      K P    ف ށ # $ ) ` d    肼 삼    D I p q v   σ Ѓ ۃ * / ; < ? I J M V W i n v }                          ʅ ˅ ߅ ᅼ ⅼ ㅼ 䅼 兼 텼       ! " # $ % 7 Q R ] j k u                 H I U    ֋ ׋ 苼 ( )   & 2 3   ̛ ͛ T X Y o p                ϩ ѩ ש ة      	   # % + , A C H I ^ ` e f             ʪ ̪ Ѫ Ҫ ٪ ު      과    & D      O P a           ֶ ׶ 趼  	 
 1 2 3 4 5 6 ? ȷ ɷ ڷ    ) * + , - . 7 7 8 I i j d n y     ⺼  % ' X Y b ݼ ޼ ＼              A B M¼ [¼ k¼ l¼ w¼ |¼ }¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ¼ ü ü 
ü ü ü ü (ü -ü .ü Lü Zü jü kü vü {ü |ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü ü  ļ 
ļ ļ ļ ļ  ļ !ļ +ļ 0ļ 1ļ Zļ hļ xļ yļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ļ ż ż ż "ż 'ż (ż 2ż 7ż 8ż Cż Hż Iż Sż Xż Yż sż ż ż ż ż ż ż ż ż ż ż ż ż ż ż ż Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ƽ Ǽ Ǽ 
Ǽ 5Ǽ CǼ SǼ TǼ _Ǽ dǼ eǼ oǼ tǼ uǼ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ Ǽ ȼ ȼ ȼ ȼ ȼ ȼ $ȼ %ȼ Vȼ dȼ tȼ uȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ȼ ɼ 
ɼ ɼ ɼ ɼ ɼ )ɼ .ɼ /ɼ 9ɼ >ɼ ?ɼ ɼ ɼ ɼ ɼ ʼ ʼ ʼ ʼ ʼ ʼ 'ʼ ,ʼ -ʼ 7ʼ <ʼ =ʼ ]ʼ kʼ {ʼ |ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ ʼ 	˼ 
˼ ˼ ˼ ˼ %˼ *˼ +˼ 6˼ ;˼ <˼ F˼ K˼ L˼ h˼ v˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ˼ ͼ ͼ ͼ ͼ ͼ 	μ 
μ =μ aμ sμ uμ μ μ μ jм kм |м GѼ HѼ nѼ Ѽ Ѽ Ѽ Ѽ Ѽ Ѽ )Ӽ *Ӽ ;Ӽ Ӽ Ӽ ռ ּ ּ ?ּ Iּ Sּ Tּ zּ ּ ּ ּ ּ ּ ּ /ټ 0ټ Aټ ڼ ڼ ۼ ۼ ۼ ܼ 
ܼ ܼ ܼ >ܼ fܼ xܼ yܼ zܼ {ܼ ܼ xݼ yݼ ݼ ݼ ݼ           ' 3 4 9 @ E F K R ^ _ g o t u }                  
  9 k l n o p y F G X          J p q s t u ~             , T U W X Y b c d u          = f g i j k t     	 
   R \ f g        Z [ l z {     % / 0 Y Z [ ] t u ~              ! ! ! 9! Y! ! ! ! ! ! t" u" " " " " " " " " " " # 7# # # # # # $ $ !$ R$ Y$ b$ c$ y$ $ $ $ $ $ $ $ $ $ $ $ $ '% (% )% *% 3% 
' ' ' ' ' ' ' ( e) f) g) h) ) ) ) ) ) ) * + + '+ q+ x+ + + >, , , , , %- =- - - - - - h/ i/ z/ / / / 0 m0 n0 o0 p0 y0 w2 x2 2 2 2 3 3 w3 x3 y3 z3 3 5 5 5 6 6 "6 #6 6 7 7 7 7 7 8 8 +8 ,8 8 8 8 8 8 A; B; S; 9< @< I< J< G= D> E> F> G> o> p> > > > > > KE LE ]E E E E E F H H H H -H .H H H H H H N N N N N N N P BQ CQ DQ EQ mQ nQ Q Q Q Q Q ] ] ] 7^ 8^ \^ ]^ b^ d^ e^ f^ o^ _ _ _ ` 
` h h h h i 
i i 6i 7i i i i i i j j k k k 9k :k k k k k k Xl Yl jl kl ll l l l l l l l m m m m m m m <n >n ?n @n In }o ~o o o o t t t t t t t u u eu gu }u ~u u v v v )w 0w 8w 9w Ow _w `w aw bw w w w w w w w y y y z !z )z *z Zz qz rz sz tz z z z z z z z | | | | | } } f} h} i} j} s}      ߍ 덽      @ E U V e f g s t u        鎽  D E J w |   Ǐ   T U Z      ␽ 琽    B G m n y ȑ ͑ ّ ڑ ݑ 瑽 葽 둽       " . / : > E L M N O P Q R S T U V W X Y Z < = > W h i }                 Ó Փ     	    ! " # $ % & ' 4 5 C D E   昽 瘽  ; < O t u  ƙ Ǚ   Ĩ Ш Ѩ " 8 j k    
  " # $ - ; H I J K L M Q R S T m o u v          ÷ ɷ ʷ ߷ ᷽ 淽 緽        % & 5 7 = > L N T U h j o p w |   @ J U       :½ <½ S½ T½ ]½ ½ ½ ½ ý  ý !ý Hý Iý Jý Ký Lý Mý Vý tĽ uĽ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ Ľ fŽ gŽ xŽ Ž Ž Ž Ž Ž Ž Ž Ž Ž Ž ƽ ƽ ƽ ǽ ǽ Ƚ Ƚ Ƚ JȽ TȽ ^Ƚ _Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ Ƚ  ɽ {ʽ |ʽ ʽ !˽ "˽ C˽ D˽ E˽ F˽ G˽ H˽ Q˽ ˽ ˽ ˽ ˽ ˽ Ͻ Ͻ 	н 
н н н н %н *н +н 6н ;н <н Fн Kн Lн kн yн н н н н н н н н н н н н н н н н ѽ 	ѽ ѽ ѽ ѽ $ѽ )ѽ *ѽ 5ѽ :ѽ ;ѽ Eѽ Jѽ Kѽ nѽ |ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ѽ ҽ ҽ ҽ "ҽ 'ҽ (ҽ 2ҽ 7ҽ 8ҽ Cҽ Hҽ Iҽ Sҽ Xҽ Yҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ҽ ӽ ӽ /ӽ 0ӽ ;ӽ @ӽ Aӽ Kӽ Pӽ Qӽ \ӽ aӽ bӽ lӽ qӽ rӽ JԽ XԽ hԽ iԽ tԽ yԽ zԽ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ Խ ս ս 
ս ս ս ս #ս $ս .ս 3ս 4ս bս pս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ս ֽ ֽ ֽ ֽ #ֽ $ֽ .ֽ 3ֽ 4ֽ ?ֽ Dֽ Eֽ Oֽ Tֽ Uֽ |ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ ֽ z׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ ׽ 	ؽ ؽ ؽ %ؽ *ؽ +ؽ 5ؽ :ؽ ;ؽ Fؽ Kؽ Lؽ Vؽ [ؽ \ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ؽ ٽ ٽ $ٽ %ٽ 0ٽ 5ٽ 6ٽ @ٽ Eٽ Fٽ Qٽ Vٽ Wٽ aٽ fٽ gٽ K۽ U۽ `۽ ۽ ۽ ۽ ۽ ۽ ۽ ܽ ܽ *ܽ +ܽ 4ܽ ޽ 	޽ ޽ ޽ ޽ ߽ ;߽ <߽ =߽ >߽ ?߽ H߽              G k l m n w    b c Y c n           "   ( s t p                      
    # / 0 8 ? D E M T ` a L V a      	 
  
      - . ] g r              / = > ? I T              " " " !" "" P" Z" e" " " " " " # # # # 	# # $ $ $ $ $ $ $ $ $ $ % % 3% ^% _% a% b% c% l% & & 
' ' ' q' {' ' ' ' ' ' ' ' ' ' ( ( ( V* W* h* * * R. \. g. . . . . . . C/ E/ \/ ]/ f/ 0 0 $0 Q0 X0 `0 a0 w0 0 0 0 0 0 0 !1 "1 #1 $1 -1 1 1 1 1 1  2 2 2 '2 (2 )2 *2 +2 ,2 -2 .2 /2 02 X2 z2 2 2 2 2 2 4 4 4 z5 5 5 5 G6 7 7 7 7 .7 N7 7 7 7 7 7 8 8 8 9 9 9  9 9 : : : : : : '; (; ); *; 3; = = = k= l= = = > > 
> > > @ @ '@ z@ {@ @ @ A A A A !A JC KC \C C C C C }D 9E :E ;E <E ME E E E E )F *F +F ,F 5F H H H I I I I J K K K K 
L L mL nL oL pL yL R R R ?S FS OS PS xT U U U U U U +V ,V -V .V 7V 2\ 3\ D\ \ \ \ \ ] ^ ^ ^ ^ _ _ k_ m_ n_ o_ x_ k k k k k k k  l l l l 
l @m Am Rm m m Ov Yv dv v v v v v v !w #w $w %w .w x x x x x x x $y &y 'y (y 1y y y z 	z 
z 2z 3z z z z z z Q{ R{ c{ d{ e{ { { { { { { { } } -} .} /}  ) 4 g q { |       %    Ǆ ΄ ք ׄ 턾      ( ) u w    r s    Ǉ ȇ      : ;      O P a          x y    }       ޛ 㛾          # 6 > J K P   ✾ 㜾 蜾   _ ` e      $ ( B C H       垾    f k w x {           ̟ ͟ ؟ ܟ 㟾 ꟾ 럾 쟾 ퟾            ڠ ۠ ܠ          ! ) / 0 9 = > Q ] ^ _ ` a s           ¡ á ġ š ҡ ӡ ᡾ ⡾ 㡾 / <    ٦ ڦ    $ d e G S b n o  ֶ  	 ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ľ ž 
ž ž ž -ž /ž 4ž 5ž Cž Ež Kž Lž _ž až gž hž }ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ž ƾ ƾ 
ƾ ƾ ƾ ƾ 5ƾ 6ƾ ξ ξ ξ &Ͼ 0Ͼ :Ͼ ;Ͼ bϾ Ͼ Ͼ Ͼ Ͼ Ͼ Ͼ о о о о о о о о о о о о о Ҿ Ҿ $Ҿ DҾ EҾ FҾ mҾ nҾ oҾ pҾ qҾ rҾ {Ҿ Ӿ Ӿ Ӿ 6Ӿ 7Ӿ 8Ӿ eӾ fӾ gӾ hӾ iӾ jӾ sӾ sԾ tԾ Ծ Ծ Ծ վ վ վ վ վ վ վ ־ K־ a־ c־ ־ ־ ־ ؾ ؾ +ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ ؾ Jپ Kپ \پ }پ ~پ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ ݾ 	޾ ޾ '޾ (޾ 3޾ 8޾ 9޾ C޾ H޾ I޾ T޾ Y޾ Z޾ d޾ i޾ j޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ޾ ߾ ߾ *߾ +߾ 6߾ ;߾ <߾ F߾ K߾ L߾ W߾ \߾ ]߾ g߾ l߾ m߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ ߾ 4 B R S ^ c d n s t                     
          " ' ( 3 8 9 C H I q                     * / 0 : ? @ K P Q [ ` a                  ( 8 9 D I J T Y Z e j k u z {  & 6 7 B G H R W X c h i s x y                 ' 5 E F Q V W a f g r w x                       1 ; E F y                   e f w . / 3 = H {      	 
    k l }       ? I S T z            
 
 /
 B
 C
 H
 P
 U
 V
 [
 c
 o
 p
 u
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 & & & 2' <' F' G' u' ' ' ' ' ' ' ) ) ) ) ) ) * * C* M* W* X* * * * * * * * , , , , , , , , %- /- 9- :- h- - - - - - - / / / / / / / 0 60 @0 J0 K0 y0 0 0 0 0 0 0 $2 %2 62 D2 E2 F2 P2 [2 2 2 2 2 2 2 2 2  3 3 
3 4 4 4 4 4 5 5 $5 W5 a5 k5 l5 5 5 5 5 5 5 5 7 7 8 88 98 ; ; < 8< B< L< M< u< < < < < < = = = = = = = = > %> &> '> (> P> s> > > > > > K? L? ]? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ c@ d@ e@ f@ o@ IB JB [B C C (C )C C D D D D D D 7E 8E 9E :E CE QF RF cF F F F F zG 6H 7H 8H 9H aH yH H H H H H J J J 	K 
K 2K KK K K K K K M M M N N AN BN N N N N N P P P NQ UQ ^Q _Q R R R R R R >S ?S gS hS S S S S S }V ~V V uW |W W W X Y Y Y Y Y Y Z Z 
Z Z Z ` ` ` ` ` ` ` b >c ?c @c Ac ic jc c c c c c i i i &j -j 6j 7j [k ~l l l l l l 	m m m 
m m y y /y sy ty y y y y y y y z z z H{ I{ 탿   5 ? I J r s    Ä ̄ 9 : K L M u v  Ć ņ Ɔ φ      Ї ч     ! *      + , x z { |    ˊ ̊ ͊  Ǐ ҏ     B C     Ð & ' 8 e l t u      ƒ ǒ   , - 6   " V ] e f      ؕ ٕ % ' ( ) 2 헿   , - U V        ( U V  ' 6 B U Y Z |            ԩ ܩ 詿 驿  % *         : >    « ƫ ૿ ᫿ 櫿  # J K P ~      	    # $ ' 0 1 C H P W ^ j k v z                 y z {          Ȯ ή Ϯ خ ܮ ݮ         , - 8 E F P ] ^ _ ` a b c d q r    d e f             ó ǳ ȳ ۳ 糿 賿 鳿 곿 볿    # 0 1 ; H I J K L M N O \ ] k l m  Ƹ    c d w     ﹿ ȿ ȿ ȿ ȿ ȿ Jɿ `ɿ ɿ ɿ ׿ ׿ ׿ 5׿ 6׿ J׿ K׿ L׿ U׿ c׿ p׿ q׿ r׿ s׿ t׿ u׿ y׿ z׿ {׿ |׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ׿ ؿ 	ؿ ؿ ؿ $ؿ &ؿ +ؿ ,ؿ Fؿ Hؿ Mؿ Nؿ ]ؿ _ؿ eؿ fؿ tؿ vؿ |ؿ }ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ ؿ h r }      
 b d { |    ' G H I p q r s t u ~                              / 0 * 4 ? r |         (    I J k l m n o p y       ! 1 2 = B C M R S ^ c d n s t                    0 1 < A B L Q R ] b c m r s                   . > ? J O P Z _ ` k p q {             	      9 G W X c h i s x y       r                 	   % * + 5 : ; F K L V [ \                  * : ; F K L V [ \ g l m w | }                                 # 1 A B M R S ] b c n s t ~                   . < L M X ] ^ h m n y ~     s }       ' 9 ; R S \ 0 1 B 
  4 c d e f g p               @ o           	 	 	 	 	 	 	 
 ,
 >
 ?
 @
 A
 J
 > ? P                      $ % - 5 : ; C K W X ` g l m u |   t9 ~9 9 9 9 9 9 9 1: 2: 4: 5: 6: ?: < 
< < U< V< < < < < < < < = 6= 7= 9= := ;= D= E? F? W? e? f? g? q? |? ? ? ? ? ? @ @ @ @ @ (@ )B *B ;B IB JB xB B B B B B B C ,C -C /C 0C 1C :C D D D D D D D D E "E ,E -E [E E E E E E E  G !G 2G @G AG G G G G G G G H  H !H #H :H ;H DH ~J J J J J zN N N N N N N N O kO mO O O O :P ;P LP yP P P P P P P P P P P IQ JQ KQ LQ UQ Q Q Q R R (R )R ?R OR PR QR RR SR TR UR VR WR XR R R R R R R R T T T U U U U oV +W ,W -W .W VW vW W W W W W X X X 7Y >Y GY HY Z Z Z Z Z Z [ O[ P[ Q[ R[ [[ .] /] @] ] ] ] ] 3^ 4^ 5^ 6^ ?^ =` >` O` ` ` ` ` =a >a ?a @a Ia rc sc c c c c c d ae be ce de ue e e e e Qf Rf Sf Tf ]f i i i i j j j 
k 
l l l 
l 5l 6l l l l l l s s #s gs ns ws xs t u u u u u u Sv Tv Uv Vv _v Z| [| l| | | | | }  	 
  3 4           " # ( * + , 5 h i z ҍ Ӎ w    ɖ Ӗ Ԗ   I K L M V Ø Ę ՘ ֘ ט    L N O P Y   0 1 2 Z [      y z           C D U V W G Q \     ̢ ͢ + - C D M   ¤      % & ' ( P Q               7 8 9 : b c      w x    ߪ  , . / 0 9    ߭     ̻ ߻       + , - 9 : ; G K ^ f r s x   
   = B    Ľ Ƚ     L P j k p   Ծ վ ھ  
 3 4 ?           Ϳ ҿ ڿ                             / 0 D F G H I J R X Y b f g z                       
   X e       ; < M   p |      1 2                     4 6 < = V X ] ^ l n t u                         / 1 6 7 > C ^ _    O Y c d       $              ; < M m n o        - . ? _ ` a                  % & G t      B C T   
   
    s t                 
   2 @ P Q \ a b l q r }                      5 C S T _ d e o t u                 
             ]  k  {  |                                        # ( ) 3 8 9   / 0 ; @ A K P Q \ a b l q r                 ) 7 G H S X Y c h i t y z                    C Q a b m r s }         A O _ ` k p q {                   
    " # P ^ n o z                     
    ( - . 	 	 '	 Z	 d	 n	 o	 	 	 	 	 	 	 	       
 
 
 
 
 
    W X \ f q       2 3 4 5 >    ) *   * 5 h r | }           : ; 7* F* X* k* l* q* y* ~* * * * * * * * * * * * * * * * * * * * * * * + + + + + '+ (+ G G (G [G eG oG pG G G G G G G G I I I I I $J .J 9J lJ vJ J J J J J J J J J L L L M M M M M NM XM bM cM M M M M M M M O O O O O P !P ,P _P iP sP tP P P P P P P P MR NR _R mR nR oR yR R R R R R R %S &S (S )S *S 3S T T T T T 8U BU MU U U U U U U U U U U U X X /X aX bX \ #\ .\ a\ k\ u\ v\ \ \ 
] ] #] $] -] ] ] ] ^ ^ '^ (^ >^ N^ O^ P^ Q^ y^ ^ ^ ^ ^ ^ ^ t_ u_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ` A` ` ` ` ` ` rb sb b Ac Hc Qc Rc d d d d d d e `e ae be ce le zf {f f f f f f g _h `h ah bh h h h h h h h j j j 2k 3k [k tk k k k k k m m m An Bn jn kn n n n n n q q #q wq ~q q q Dr  s s s s s gs hs s s s s s s s v v v w w w w x y y y y y y 4z 5z 6z 7z @z     
   ? g h i j           O V _ `      Ҍ ӌ 2 4 5 6 ? F G X     Ǚ ə ʙ ˙ ԙ    q r    + ^ h r s        b c t u v          ϧ Ч ѧ   F H I J S   * + , T U              . 8 B C k l ʰ ̰    O P a      Ĳ Ų Ʋ ǲ   < > U V _ 9 : K      ֵ ׵ ص ٵ   N P Q R [   ( U V ~  ˸ ͸ θ ϸ ظ ? @ Q ~  D P _ k ~                    N S      & ' , c g      	 
  G L s t y      - 2 > ? B L M P Y Z l q y                                           $ % & ' ( : T U ` m n x                K L X       + ,   ) 5 6     W [ \ r s                        
    & ( . / D F K L a c h i                            ) G      R S d                  
  4  5  6  7  8  9  B              , - . / 0 1 : : ; L l m g q |       ( * [ \ e               # D E P ^ n o z                    
      ! + 0 1 O ] m n y ~                
 
 

 
 
 
 #
 $
 .
 3
 4
 ]
 k
 {
 |
 
 
 
 
 
 
 
 
 
 
 
 
 
 	   % * + 5 : ; F K L V [ \ v                              
   8 F V W b g h r w x                    " ' ( Y g w x                        ! , 1 2 < A B     	      * / 0 : ? @ ` n ~                 
    ( - . 9 > ? I N O k y                     
 @ d v x    m n  J K q       , - >      B L V W }       2" 3" D" # # $ $ $ % % % % A% i% {% |% }% ~% % {& |& & & & 7 7 7 	8 
8 8 8 8 8 "8 *8 68 78 <8 C8 H8 I8 N8 U8 a8 b8 j8 r8 w8 x8 8 8 8 8 8 8 8 8 8 8 8 8 T T T T U 
U U <U nU oU qU rU sU |U IW JW [W W W W W W 
X X X X MX sX tX vX wX xX X Z Z Z Z Z Z Z Z Z Z  [ [ /[ W[ X[ Z[ [[ \[ e[ f] g] x] ] ] ] ] ] ] ^ ^ ^ @^ i^ j^ l^ m^ n^ w^ _ _ _ ` ` 
` ` "` U` _` i` j` ` ` ` ` ` ` ` ]b ^b ob }b ~b b b b c (c 2c 3c \c ]c ^c `c wc xc c e e e e  f i i i i 	j j j <j \j j j j j j wk xk k k k k k k k k k k l :l l l l l l m m $m Um \m em fm |m m m m m m m m m m m m m *n +n ,n -n 6n p p "p p p p p q hr ir jr kr r r r r  s s 
s t t *t tt {t t t Au u u u  v (v @v v v v v v kx lx }x x x x y py qy ry sy |y z{ {{ { { { | 	| z| {| || }| | ~ ~ ~   % &         . /      D E V < C L M J G H I J r s ҇ Ӈ ԇ Շ އ N O `     ݏ     0 1             " E F G H p q К Қ Ӛ Ԛ ݚ    : ; _ ` e g h i r        ɱ     9 :            < =      [ \ m n o          ȶ ɶ ʶ   ? A B C L         ̽ ֽ   	 
 h j       , 3 ; < R b c d e            $ , - ] t u v w               i k l m v         	    ! C H X Y h i j v w x          G H M z       W X ]           E J p q |           
    % 1 2 = A H O P Q R S T U V W X Y Z [ \ ] ? @ A Z k l                          # $ % & ' ( ) * 7 8 F G H      > ? R w x         % ; m n        %  &  '  0  >  K  L  M  N  O  P  T  U  V  W  p  r  x  y                                       ! # ( ) 8 : @ A O Q W X k m r s z    C
 M
 X
 
 
 
 
 
 
 = ? V W `    " # $ K L M N O P Y w
 x
 
 
 
 
 
 
 
 
 
 
 
 i j {              
     M W a b        ~   $ % F G H I J K T         
    ( - . 9 > ? I N O n |                      ' , - 8 = > H M N q                 	   % * + 5 : ; F K L V [ \                  " 2 3 > C D N S T _ d e o t u M [ k l w | }                     ! & ' 1 6 7 e s                   ! & ' 1 6 7 B G H R W X                 }                                  ! ! ! (! -! .! 8! =! >! I! N! O! Y! ^! _! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! 	" " '" (" 3" 8" 9" C" H" I" T" Y" Z" d" i" j" N$ X$ c$ $ $ $ $ $ % % % -% .% 7% ' ' ' ' ' ( >( ?( @( A( B( K( ) ) ) * * , , , , , , , - J- n- o- p- q- z- / / / e1 f1 \2 f2 q2 2 2 2 2 2 3 3 3 3 3 %3 4 4 +4 v4 w4 sE E E E E E E E E E E E E E E E E E E E  F F F F F F &F 2F 3F ;F BF GF HF PF WF cF dF Ob Yb db b b b b b c 
c c c c c d d d 0e 1e `e je ue e e e e e f f f f f f  h !h 2h @h Ah Bh Lh Wh h h h h h h h h h h i k k k $k %k Sk ]k hk k k k k k l l 
l l l l m m m m m m m m m m n n 6n an bn dn en fn on o o 
p p p tp ~p p p p p p p p p p q q q Ys Zs ks s s Uw _w jw w w w w w w Fx Hx _x `x ix y y 'y Ty [y cy dy zy y y y y y y $z %z &z 'z 0z z z z z z { { { *{ +{ ,{ -{ .{ /{ 0{ 1{ 2{ 3{ [{ }{ { { { { { } } } }~ ~ ~ ~ J    	 1 Q        ȁ   " # ߂     ƃ ރ * + , - 6 	 
  n o          * } ~       $ M N _   Ì Č  < = > ? P   ̎ ͎ , - . / 8    ڒ           p q r s |    B I R S {     Ξ Ϟ . / 0 1 : 5 6 G            n p q r {    ش ٴ        C D U   R \ g     ׿ ؿ $ & ' ( 1        ' ) * + 4     
 5 6      T U f g h          0 1 2 " , 7 j t ~        (              + , x z    u v           = >      R S d      	 
   { |                     " & 9 A M N S        b c h      ' + E F K           i n z { ~                                   	 
    ! " # $ , 2 3 < @ A T ` a b c d v                    2 ?         ' g h J V e q r       
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
     0 2 7 8 F H N O b d j k                     	      8 9    ) 3 = > e                      ' G H I p q r s t u ~    9 : ; h i j k l m v v w            ! N d f    ! ! .! ! ! ! ! ! ! ! ! ! M" N" _" " " & & & & & & & & & & & & & & & & ' ' *' +' 6' ;' <' F' K' L' W' \' ]' g' l' m' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ' ( ( -( .( 9( >( ?( I( N( O( Z( _( `( j( o( p( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( ( 7) E) U) V) a) f) g) q) v) w) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) * * 
* * * * * 	+ 
+ + + + %+ *+ ++ 6+ ;+ <+ F+ K+ L+ t+ + + + + + + + + + + + + + + + , , !, ", -, 2, 3, =, B, C, N, S, T, ^, c, d, , , , , , , , , , , , , , , , , - +- ;- <- G- L- M- W- \- ]- h- m- n- x- }- ~- . ). 9. :. E. J. K. U. Z. [. f. k. l. v. {. |. . . . . . . . . . . . . . . . . */ 8/ H/ I/ T/ Y/ Z/ d/ i/ j/ u/ z/ {/ / / / / / / / / / / / / / / / / 0 0 0 1 1 2 42 >2 H2 I2 |2 2 2 2 2 2 2 4 4 4 5 5 5 5 5 5 5 5 5 h7 i7 z7 18 28 6: @: K: ~: : : : : : ; 
; ; ; ; n= o= = ? ? ? @ @ B@ L@ V@ W@ }@ @ @ @ @ @ @ A A A B B S  S 2S ES FS KS SS XS YS ^S fS rS sS xS S S S S S S S S S S S S S S S S S S S S S T T o o p 5p ?p Ip Jp xp p p p p p p r r r r r r s s Fs Ps Zs [s s s s s s s s u u u u u u u u (v 2v <v =v kv v v v v v v x x x x x x x y 9y Cy My Ny |y y y y y y y '{ ({ 9{ G{ H{ I{ S{ ^{ { { { { { {  | | | | 
| } } } } } ~ ~ '~ Z~ d~ n~ o~ ~ ~ ~ ~ ~ ~ ~   	 ; <    ; E O P x         ņ      ( ) * + S v  Ç ć Ň · N O `      Ȉ Ɉ ʈ ˈ ̈ ͈ Έ ψ Ј ш   f g h i r L M ^  " + ,      ύ  : ; < = F T U f     } 9 : ; < d | ȑ ɑ ʑ ˑ ԑ     
 5 N        Ȗ   D E         Q X a b  ڛ ۛ ܛ ݛ  A B j k ʜ ˜ ̜ ͜ ֜    x                        A B C D l m ̬ ͬ ά Ϭ ج Ӳ Բ  ) 0 9 : ^              ! 2 v w           K L    8 B L M u v      < = N O P x y               " # $ -      . / { } ~               E F      ) * ; h o w x          / 0 9   % Y ` h i        ( * + , 5    / 0 X Y        + X Y  * 9 E X \ ]                  ( -          = A         ! & M N S           & ' * 3 4 F K S Z a m n y }                 { | }                        . / : G H R _ ` a b c d e f s t      % & 2 z {         
 
 
 a
 w
 
 
 1 5 6 L M a b c l z                           	    % & ; = B C ] _ d e t v | }             % % % % % % % & !& y& {& & & & ,' -' >' ^' _' `' ' ' ' ' ' ' ' ( ( ( ( ( ( ) ) ) ) ) ) ) ) ) ) ) ) ) * * * 	* 
* * * + + &+ F+ G+ A, K, V, , , , , , , - - 5- 6- ?- . . . `/ a/ / / / / / / / / / / 0 0 *4 84 H4 I4 T4 Y4 Z4 d4 i4 j4 u4 z4 {4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 5 
5 5 )5 75 G5 H5 S5 X5 Y5 c5 h5 i5 t5 y5 z5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 
6 6 76 E6 U6 V6 a6 f6 g6 q6 v6 w6 6 6 6 6 6 6 6 6 6 6 6 7 7 7 7 7  7 %7 &7 07 57 67 P7 ^7 n7 o7 z7 7 7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 9  9 09 19 <9 A9 B9 L9 Q9 R9 ]9 b9 c9 m9 r9 s9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 : : 3: A: Q: R: ]: b: c: m: r: s: ~: : : : : : : : : : : : : : : : ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; ; < 	< 
< < < < :< H< X< Y< d< i< j< t< y< z< < < < < < < < < < < < < < = = = = = = #= (= )= E= S= c= d= o= t= u= = = = = = = = = = ? ? ? ? ? ? ? @ >@ P@ R@ i@ j@ s@ GB HB YB $C %C KC zC {C |C }C ~C C E E E E E G G G H &H 0H 1H WH H H H H H H K 
K K L L M M M M M M M N CN UN VN WN XN aN UO VO gO O O ` ` ` ` ` ` ` ` ` ` a a a a a "a #a (a /a ;a <a Da La Qa Ra Za ba na oa wa ~a a a a a a a } } } } } } } ~ H~ I~ K~ L~ M~ V~ # $ 5 l m        ' M N P Q R [ \ ] n | } ~   ƃ Ѓ ڃ ۃ 	 1 2 4 5 6 ? @ A R ` a    ׆     C D F G H Q ň ƈ ׈      / 9 C D r       7 8 I W X   ŋ    
 6 7 8 : Q R [    َ ڎ ؐ ِ ڐ          ' - . 7 ; < O [ \ ] ^ _ q              Ñ Б ё ߑ   - :    ז ؖ    " b c E Q ` l m  Ԧ           ɴ ״           	    + - 2 3 A C I J ] _ e f { }          µ ѵ ӵ ٵ ڵ           3 4 ܾ   $ . 8 9 ` ~ ֿ ؿ                   " B C D k l m n o p y    4 5 6 c d e f g h q q r            I _ a      )          H I Z { |                   % & 1 6 7 A F G R W X b g h                 
  ( ) 4 9 : D I J U Z [ e j k                 2 @ P Q \ a b l q r }                    
           % & 1 6 7 A F G o }                   ( - . 8 = > I N O Y ^ _                  & 6 7 B G H R W X c h i s x y  $ 4 5 @ E F P U V a f g q v w                 % 3 C D O T U _ d e p u v                       / 9 C D w                   c d u , - 1 ; F y        	 
  i j {     
 = G Q R x              - @ A F N S T Y a m n s z                          0 : D E s               A K U V                # - 7 8 f                4  >  H  I  w              "" #" 4" B" C" D" N" Y" " " " " " " " " " " # $ $ $ $ $ 
% % "% U% _% i% j% % % % % % % % ' ' ( 6( 7( + + , 6, @, J, K, s, , , , , , - - - - - - - - . #. $. %. &. N. q. . . . . . I/ J/ [/ / / / / / / / / / / / / / / / / 0 a0 b0 c0 d0 m0 G2 H2 Y2 3 3 &3 '3 3 4 4 4 4 4 4 55 65 75 85 A5 O6 P6 a6 6 6 6 6 x7 48 58 68 78 _8 w8 8 8 8 8 8 : : : ; ; 0; I; ; ; ; ; ; = = = > > ?> @> > > > > > @ @ @ LA SA \A ]A B B B B B B <C =C eC fC C C C C C {F |F F sG zG G G H ~I I I I I I 	J 
J J J J P P P P P P P R <S =S >S ?S gS hS S S S S S Y Y Y $Z +Z 4Z 5Z Y[ |\ }\ ~\ \ \ \ ] 	] 
] ] ] i i -i qi ri i i i i i i i j j j Fk Gk s s  t 3t =t Gt Ht pt qt t t t t t 7v 8v Iv Jv Kv sv tv v v v v v w w w w w w w x x x x (x x x x  y y )y *y vy xy yy zy y z z z z z     
   @ A      $ % 6 c j r s      Ă ł   * + 4     T [ c d      օ ׅ # % & ' 0    * + S T        & S T  % 4 @ S W X z            ҙ ڙ    # ( ~        8 <     ě ޛ ߛ   ! H I N |          ! " % . / A F N U \ h i t x                 w x y          ƞ ̞ ͞ ֞ ڞ ۞        * + 6 C D N [ \ ] ^ _ ` a b o p ~   ̣ ٣ ! " . v w            ] s   - 1 2 H I ] ^ _ h v                             ! " 7 9 > ? Y [ ` a p r x y             {         u w    ( ) : Z [ \              
   
                   " B C = G R          1 2 ;    \ ] ~            & 4 D E P U V ` e f q v w                    % 3 C D O T U _ d e p u v                  	 
 3 A Q R ] b c m r s ~                  ! " , 1 2 L Z j k v { |                            , - 8 = > H M N Y ^ _ i n o                 / = M N Y ^ _ i n o z                                       6 D T U ` e f p u v                     $ % A O _ ` k p q {                 : L N e f o C D U   ! G v w x y z           " , - S        	            ? Q R S T ] Q R c                
     $ + 7 8 @ H M N V ^ j k s z       $ $ $ $ $ $ $ % D% E% G% H% I% R% '  ' 1' h' i' ' ' ' ' ' ' ' #( I( J( L( M( N( W( X* Y* j* x* y* z* * * * * * * + -+ .+ 0+ 1+ 2+ ;+ <- =- N- \- ]- - - - - - - - . ?. @. B. C. D. M. / / / / / / / / +0 50 ?0 @0 n0 0 0 0 0 0 0 32 42 E2 S2 T2 2 2 2 2 2 3 	3 23 33 43 63 M3 N3 W3 5 5 5 5 5 9 9 9 9 9 9 9 : 2: ~: : : : : M; N; _; ; ; ; ; ; ; ; ; ; ; < \< ]< ^< _< h< < < < += 2= ;= <= R= b= c= d= e= f= g= h= i= j= k= = =  > > > > > ? ? ? @ @ @ @ A >B ?B @B AB iB B B B B B B C C  D JD QD ZD [D E E E E E E F bF cF dF eF nF AH BH SH H H H H FI GI HI II RI PK QK bK K K K K PL QL RL SL \L N N N N N N N O tP uP vP wP P P P Q Q dQ eQ fQ gQ pQ T T ,T U U "U #U  V W W W  W HW IW W W W W W $^ %^ 6^ z^ ^ ^ ^ _ ` ` ` ` a a fa ga ha ia ra mg ng g g g g g h j j j j Fj Gj j j j j j v v v w w 5w 6w ;w =w >w ?w Hw {x |x x x x    ҁ ܁     \ ^ _ ` i փ ׃      _ a b c l 1 2 C D E m n     ǅ      Ȇ Ɇ     " V W h i j Z d o     ߍ  > @ V W ` Ï ď Տ  	   ( 8 9 : ; c d   ɐ ʐ Ӑ        3 J K L M u v  ē œ Ɠ ϓ    ɕ ʕ   ? A B C L   Ř    Ħ Ӧ ߦ      . / > ? @ L M N Z ^ q y    § ǧ   # P U    ר ۨ - . 3 _ c } ~          F G R        Ī ͪ Ϊ           % & ' ( ) * + , - . / 0 1 2 3    0 A B V X Y Z [ \ d j k t x y        Ȭ ɬ Ԭ             
     j w   ̱   ( M N _          C D           ! " # $ % & * + , - F H N O h j o p ~                        % ' - . A C H I P U p q  # . a k u v     , - 6       ! " # $ % & / M N _           ? @ Q q r s                # - 7 8 Y       T U f         ! *                    $ % D R b c n s t ~                       # $ G U e f q v w                      ! " , 1 2 o }                  	    $ ) * 5 : ; E J K # 1 A B M R S ] b c n s t ~                  
 ; I Y Z e j k u z {                
    ( - . U c s t             S a q r }                       $ % / 4 5 b p                   	      * / 0 : ? @ $ . 9 l v         
            !    i j n x         D E F G P    ; < 2 < G z              L M I X j } ~                        	     & - 9 : %2 /2 :2 m2 w2 2 2 2 2 2 2 2 2 2 4 4 4 5 5 65 @5 K5 ~5 5 5 5 5 5 5 5 5 5 5 7 7 8 8 8 8 "8 -8 `8 j8 t8 u8 8 8 8 8 8 8 8 : : : : : ); 3; >; q; {; ; ; ; ; ; ; ; ; ; _= `= q= = = = = = = = = = > 7> 8> :> ;> <> E> ? ? ? ? ? J@ T@ _@ @ @ @ @ @ @ @ @ @ @ @ /C 0C AC sC tC +G 5G @G sG }G G G G G H H 5H 6H ?H H H H *I 1I 9I :I PI `I aI bI cI I I I I I I J J J J J J J J J  K K K K K K K K K 	K 1K SK K K K K K M M M SN ZN cN dN  O O O O O P 'P rP sP tP uP ~P Q Q Q Q Q Q Q R qS rS sS tS S S  T T T T T U U U DV EV mV V V V V V V X X  Y SY TY |Y }Y Y Y Y Y Y #\ $\ 5\ \ \ \ \ V] ^ ^ ^ ^ &^ y^ z^ ^ ^ _ _ _ _ _ a a a b b b b c d d d d d d Fe Ge He Ie Re k k k l l (l )l Qm yn zn {n |n n n o o o o o u u u au hu qu ru v w w w w w w Dx Fx Gx Hx Qx X Y j   ӄ Ԅ ل ۄ ܄ ݄    +   ( 2 = p z          t u           
 ϒ В      X Z [ \ e * + < = > f g             
 @ J T U } ~ ܛ ޛ    a b s     Ɲ ֝ ם ؝ ٝ   N P g h q K L ]     Ѡ       ` b c d m ( ) : g h   ݣ ߣ    Q R c   V b q }      ̴ ʹ ܴ ݴ ޴        # $ ) ` e      8 9 > u y ˶ ̶ Ѷ     ! Y ^         ? D P Q T ^ _ b k l ~          ø ĸ Ÿ Ƹ Ǹ ȸ ɸ ʸ ˸ ̸ ͸ θ ϸ и Ѹ    ι ߹          	    * 6 7 8 9 : L f g r                   ] ^ j   ƿ    = >   , ; G H     i m n                        
    $ % 8 : @ A V X ] ^ s u z {                         	   ; Y      d e v                 F G H I J K T       > ? @ A B C L L M ^ ~  y        $ : < m n w             # $ 5 V W b p                        ! " - 2 3 = B C a o                       $ % 0 5 6 @ E F o }               
  + , 7 < = G L M X ] ^ h m n                                ! " J X h i t y z                	    $ ) * 4 9 : k y                    " # - 2 3 > C D N S T        ! + 0 1 < A B L Q R r                     * / 0 : ? @ K P Q [ ` a }                   
    R v         \ ]        > ? P   
 
 !
 T
 ^
 h
 i
 
 
 
 
 
 
 
 D
 E
 V
       " , - S {           " " # # # !# )# .# /# 4# <# H# I# N# U# Z# [# `# g# s# t# |# # # # # # # # # # # # # # # # ? ? ? @ @ @  @ N@ @ @ @ @ @ @ [B \B mB B B B B B C &C 0C 1C _C C C C C C C E E E E E E E E E F F F AF iF jF lF mF nF wF xH yH H H H H H H I I #I $I RI {I |I ~I I I I J J K K K K )K 4K gK qK {K |K K K K K K K K oM pM M M M M M M 0N :N DN EN nN oN pN rN N N N P P P Q Q T T T U U %U &U NU nU U U U U U V V V V V V V V V V  W W )W LW W W W W W $X %X 6X gX nX wX xX X X X X X X X X X X X X X <Y =Y >Y ?Y HY "[ #[ 4[ [ [ \ \ \ z] {] |] }] ] ] ^ ^ ^ ^ ^ *_ +_ <_ _ _ _ _ S` a a a a :a Ra a a a a a }c ~c c c c d $d d d d d d f f f f f g g g g g g g i i i 'j .j 7j 8j j k k k k k l l @l Al l l l l l Vo Wo ho Np Up ^p _p \q Yr Zr [r \r r r r r r r r `y ay ry y y y y z | | | | B| C| | | | | |        4 W X Y Z           L M q r w y z {    ɓ ! " Ɯ М ۜ   " # K L        $ % & N O      m n           ȡ ɡ ڡ ۡ ܡ   Q S T U ^         ި      z |        > E M N d t u v w           / 6 > ? o             ư ǰ ذ   . / { } ~      . /      . 2 3 U Z j k z { |             Y Z _        i j o        # $ ) W \             	 
  ! ) 0 7 C D O S Z a b c d e f g h i j k l m n o Q R S l } ~                         ( 5 6 7 8 9 : ; < I J X Y Z      P Q d           7 M      " # 7 8 9 B P ] ^ _ ` a b f g h i                         3 5 : ; J L R S a c i j }        U _ j       O Q h i r    4 5 6 ] ^ _ ` a b k              { |                  ! , _ i s t           6 7 X Y Z [ \ ] f           * / 0 : ? @ K P Q [ ` a                  
   ) . / 9 > ? J O P Z _ `                 
  + , 7 < = G L M X ] ^ h m n                 & 4 D E P U V ` e f q v w    _ m } ~               	 	 	 	 	 "	 '	 (	 3	 8	 9	 C	 H	 I	 w	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	 	
 
 '
 (
 3
 8
 9
 C
 H
 I
 T
 Y
 Z
 d
 i
 j
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
                   . / : ? @ J O P [ ` a k p q                 
 )
 9
 :
 E
 J
 K
 U
 Z
 [
 f
 k
 l
 v
 {
 |
 ` j u       & ( ? @ I   /   ! P Q R S T ]             - \         w x n x        + , - . 7 + , =   0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 "1 '1 (1 01 81 D1 E1 M1 T1 Y1 Z1 b1 i1 u1 v1 aM kM vM M M M M M N N !N "N #N ,N O O P BP CP rP |P P P P P P P #Q $Q &Q 'Q (Q 1Q 2S 3S DS RS SS TS ^S iS S S S S S T T 
T T T T V V (V 6V 7V eV oV zV V V V V V W W W W W 'W X X X X X X X X Y Y Y Y HY sY tY vY wY xY Y 
[ [ [ -[ .[ [ [ [ [ [ [ [ \ 
\ \ \ '\ (\ 1\ k^ l^ }^ ^ ^ gb qb |b b b b b b c Xc Zc qc rc {c 'd (d 9d fd md ud vd d d d d d d d 6e 7e 8e 9e Be e e e f f f f ,f <f =f >f ?f @f Af Bf Cf Df Ef mf f f f f f f h h h i i i i \j k k k k Ck ck k k k k k l l l $m +m 4m 5m m n n n n n n <o =o >o ?o Ho q q -q q q q q  r !r "r #r ,r *t +t <t t t t t *u +u ,u -u 6u _w `w qw w w w w x Ny Oy Py Qy by y y y y >z ?z @z Az Jz | | } } } } } ~     " #         T [ d e        @ A B C L G H Y     ґ       !                 " U V g   d n y       6 8 9 : C   ¬ ì Ĭ   9 ; < = F      G H      f g x y z        0 1 B C D 4 > I |        0 1 :    ܸ         = >         ͻ Ի ܻ ݻ 
 $ % & ' O P      d e v   ̾ ;     &                	    & ' ( 4 8 K S _ ` e      * / t u z     
 9 = W X ]          ! , {                               	 
   
    
   0 2 3 4 5 6 > D E N R S f r s t u v                     D Q       ' ( 9 y z \ h w                              " ( ) B D I J X Z ` a t v | }                       " # * / J K    ; E O P w                    	 ' ( 9 Y Z [          + K L M z { | } ~        	 	 	 	 
 
 
 3
 `
 v
 x
 
 
 
 . / @         
 _
 `
 q
 
 
                  , < = H M N X ] ^ i n o y ~                  ! / ? @ K P Q [ ` a l q r |                   I W g h s x y                        $ %     ' , - 7 < = H M N X ] ^                  # 3 4 ? D E O T U ` e f p u v                 / = M N Y ^ _ i n o z      - ; K L W \ ] g l m x } ~                 	   < J Z [ f k l v { |                  	 
       F P Z [                             z" {" " C# D# H% R% ]% % % % % % % & &  & !& *& ( ( ( * * + + !+ T+ ^+ h+ i+ + + + + + + + , , , &- '- #> 2> D> W> X> ]> e> j> k> p> x> > > > > > > > > > > > > > > > > > > > > > >  ? ? ? ? Z 	[ [ G[ Q[ [[ \[ [ [ [ [ [ [ [ ] ] ] ] ] ^ ^ %^ X^ b^ l^ m^ ^ ^ ^ ^ ^ ^ ^ ` ` ` ` ` ` ` a :a Da Na Oa }a a a a a a a c c c c c d 
d d Kd Ud _d `d d d d d d d d 9f :f Kf Yf Zf [f ef pf f f f f f g g g g g g h h h h h $i .i 9i li vi i i i i i i i i i 	l 
l l Ml Nl Ln Mn Nn gn xn yn n n n n n n n n n n n n n n n n n n n n  o o o o #o 0o 1o 2o 3o 4o 5o 6o 7o Do Eo So To Uo s s s s t Kt Lt _t t t t t t  Ń ԃ   2 H z {      2 3 4 = K X Y Z [ \ ] a b c d }            ђ Ӓ ْ ڒ         . 0 5 6 E G M N \ ^ d e x z       P Z e     Ԝ  J L c d m    / 0 1 X Y Z [ \ ] f       ߟ       v w     נ ؠ ٠ ڠ ۠ ܠ         ' Z d n o   ӣ գ       1 2 S T U V W X a   Φ    	   % * + 5 : ; F K L V [ \ {          ƫ ˫ ̫ ֫ ۫ ܫ     $ ) * 4 9 : E J K U Z [ ~          ɬ ά Ϭ ٬ ެ ߬   & ' 2 7 8 B G H S X Y c h i   ĭ ŭ Э խ ֭          ! / ? @ K P Q [ ` a l q r |   Z h x y                 
    " # . 3 4 > C D r           ° ð Ͱ Ұ Ӱ   " # . 3 4 > C D O T U _ d e        Ʊ ˱ ̱ ױ ܱ ݱ           Ĳ ɲ ʲ ղ ڲ ۲      ) * 5 : ; E J K V [ \ f k l     ó ȳ ɳ ӳ س ٳ        $ 4 5 @ E F P U V a f g q v w [ e p       ! # : ; D   *    K L M N O X ׻ ػ           ( W { | } ~     r s i s ~       & ' ( ) 2 & ' 8                        
   " # + 3 ? @ H O T U ] d p q \ f q           '    = > m w         ! " # , - . ? M N O Y d              # 1 2 ` j u           "            
      C  n  o  q  r  s  |   	  ( )          	  " # , f g x   b	 l	 w	 	 	 	 	 	 
 S
 U
 l
 m
 v
 " # 4 a h p q        1 2 3 4 =     
 
 
 
 '
 7
 8
 9
 :
 ;
 <
 =
 >
 ?
 @
 h
 
 
 
 
 
 
        W     > ^          & / 0        7 8 9 : C   ( { |       ' % & 7     % & ' ( 1 Z [ l      I  J  K  L  ]          9! :! ;! <! E! # # $ $ $ $ $ % & & & & ' ' }' ~' ' ' ' - - . O. V. _. `. / 0 0 0 0 0 0 ;1 <1 =1 >1 G1 B7 C7 T7 7 7 7 7 8 9 9 9 9 : : {: }: ~: : : F F F F F 
G G G G G G G PH QH bH H H _Q iQ tQ Q Q Q Q Q Q 1R 3R 4R 5R >R S S S S S S S 4T 6T 7T 8T AT U U U U U BU CU U U U U U aV bV sV tV uV V V V V V V V +X ,X =X >X ?X /] 9] D] w] ] ] ] ] ] ^ ^ +^ ,^ 5^ _ _ _ _ _ _ _ _ 
` ` ` ` 8` 9` ` ` ` ` ` b b b b b b b c c  c !c "c Jc Kc c c c c c _e `e qe e e e e f f f f !f h h h h h v v v v v v v v v w w w w w !w "w #w /w 3w Fw Nw Zw [w `w w w w w w %x *x ox px ux x x y y y 4y 8y Ry Sy Xy y y y y y y y z z 'z vz {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| 2| :| @| A| J| N| O| b| n| o| p| q| r| | | | | | | | | | | | | | | | | | | | | @ M       # $ 5 u v X d s   ё         џ ҟ ӟ ܟ               $ % > @ E F T V \ ] p r x y         ͠ Ϡ Ԡ ՠ             & + F G    7 A K L s          Ϋ ϫ Ы        # $ 5 U V W ~         ' G H I v w x y z {         ư   
  / \ r t    * + < г ѳ         [ \ m       ĸ ɸ ʸ Ը ٸ ڸ        ( 8 9 D I J T Y Z e j k u z {     ù ȹ ɹ ӹ ع ٹ        + ; < G L M W \ ] h m n x } ~   ź ƺ Ѻ ֺ ׺          E S c d o t u           λ ޻ ߻              !     # ( ) 3 8 9 D I J T Y Z          ½ ͽ ҽ ӽ ݽ     / 0 ; @ A K P Q \ a b l q r    ¾ ; Ҿ Ӿ ݾ         + 9 I J U Z [ e j k v { |    ) 7 G H S X Y c h i t y z                  
  8 F V W b g h r w x                           B L V W                    v w  ? @ D N Y           & | }       P Z d e           " #  . @ S T Y a f g l t                              C M W X               ! T ^ h i                6 @ J K y       
 
 
 
 
 
 	  G Q [ \        5
 6
 G
 U
 V
 W
 a
 l
 
 
 
 
 
 
             * 5 h r | }           I J    I S ] ^                & 6 7 8 9 a       \ ] n                 ) t u v w  Z [ l ) 0 9 :        H  I  J  K  T  b! c! t! ! ! ! ! " G# H# I# J# r# # # # # # # % % % & & C& \& & & & & & ( ( ( )) *) R) S) ) ) ) ) ) + + , _, f, o, p, ,- - - - - - O. P. x. y. . . . . . 1 1 1 2 2 2 2 3 4 4 4 4 4 4 5 5 5 5 (5 ; ; ; ; ; ; ; '= O> P> Q> R> z> {> > > > > > D D D 7E >E GE HE lF G G G G G G H H H H 'H .T /T @T T T T T T T T T T U U V YV ZV ^ _ _ F_ P_ Z_ [_ _ _ _ _ _ _ _ Ja Ka \a ]a ^a a a a a a a a b b b b b b b .c 0c 1c 2c ;c  d d d d d <d =d d d d d d e e e e e j j j k  k *k +k Sk Tk k k k k k 7m 8m Im vm }m m m m m m m m m m $n &n =n >n Gn !p "p 3p gp np vp wp p p p p p p p 6q 8q 9q :q Cq r r s =s >s fs gs s s s s s 'v (v 9v fv gv , 8 G S f j k           ΄ ҄      6 ;    ą Ʌ    K O    ӆ ׆    / 4 [ \ a     Ƈ   & ' * 4 5 8 A B T Y a h o { |                         ʉ ̉ ͉ Ή ω Љ ؉ މ ߉       
    " < = H U V ` m n o p q r s t      ގ  3 4 @      ӏ        o    ? C D Z [ o p q z              ­ í ܭ ޭ           , . 3 4 I K P Q k m r s             Į ɮ      շ ߷    /      : ; L l m n         º Ӻ          ! *   Ż          " " # 4 T U O Y d     ;    C D M    n o           , - 8 F V W b g h r w x                   	    7 E U V a f g q v w                       E S c d o t u              
    " # . 3 4 > C D ^ l | }                               . > ? J O P Z _ ` k p q {                 
   A O _ ` k p q {                  	    $ ) *              " ' ( H V f g r w x                     ! & ' 1 6 7 S a q r }                   ( L ^ ` w x  U V g 2 3 Y         &      * 4 > ? e         ,          ) Q c d e f o c d u            
    $ + 0 1 6 = I J R Z _ ` h p | }                $ V W Y Z [ d 1 2 C z {        5 [ \ ^ _ ` i j k |           ? @ B C D M N O ` n o        ( Q R T U V _        
 = G Q R        E F W e f        D E F H _ ` i           $ $ $ $ $ $ $ $% D% % % % % % _& `& q& & & & & & & & & & & "' n' o' p' q' z' ' ' ( =( D( M( N( d( t( u( v( w( x( y( z( {( |( }( ( ( ) ) ) ) ) * * 
+ + + + + , P- Q- R- S- {- - - - - - -  / / / \/ c/ l/ m/ )0 0 0 0 0 1 (1 t1 u1 v1 w1 1 S3 T3 e3 3 3 3 3 X4 Y4 Z4 [4 d4 b6 c6 t6 6 6 6 6 b7 c7 d7 e7 n7 9 9 9 9 : 
: : : ; ; ; ; ; ; ; < < v< w< x< y< < ,? -? >? $@ +@ 4@ 5@ 2A /B 0B 1B 2B ZB [B B B B B B 6I 7I HI I I I I J K K K K L L xL yL zL {L L R R R R R R R 
T -U .U /U 0U XU YU U U U U U a a a "b #b Gb Hb Mb Ob Pb Qb Zb c c c c c l l l l l l l !m "m nm pm qm rm {m n n n n n $o %o qo so to uo ~o Cp Dp Up Vp Wp p p p p p p p q q q q q q q 'r )r *r +r 4r hs is zs {s |s lx vx x x x x x x x Py Ry hy iy ry z z z { { #{ ${ :{ J{ K{ L{ M{ u{ v{ { { { { { } } } ~ ~ ~ ~ E~ \~ ]~ ^~ _~ ~ ~ ~ ~ ~ ~ ~    ۀ ܀   Q S T U ^ Ń ƃ ׃   ʑ ֑     	 + 0 @ A P Q R ^ _ ` l p      Ԓ ْ / 0 5 b g      ? @ E q u    ͔ Ҕ    - 2 X Y d   ĕ ŕ ȕ ҕ ӕ ֕ ߕ      
   % ) 0 7 8 9 : ; < = > ? @ A B C D E ' ( ) B S T h j k l m n v | }           ڗ ۗ       
         . / 0 |  ќ Ҝ ޜ & ' : _ ` q        
 # U V ݺ     
    & 3 4 5 6 7 8 < = > ? X Z ` a z |           ʻ ̻ ѻ һ     	      " ( ) 7 9 ? @ S U Z [ b g   + 5 @ s }     % ' > ? H    
   3 4 5 6 7 8 A _ ` q           Q R c                   5 ? I J k       f g x  
 . / 0 1 2 3 <                 ! & ' 1 6 7 V d t u                         % & 0 5 6 Y g w x                 
    " # . 3 4 > C D                  
   & + , 6 ; < G L M W \ ] 5 C S T _ d e o t u                 	      M [ k l w | }              	      * / 0 : ? @ g u               e s                        % & 1 6 7 A F G t                       ! + 0 1 < A B L Q R 6 @ K ~                 & ' ( ) * 3    { |         2 V W X Y b    M N D N Y           
    ^ _ [  j  |                                                  # * / 0 8 ? K L 7 A L                   H  R  ]                      ! # 	# # (# )# *# 4# ?# r# |# # # # # # # # # # % % % & 
& ;& E& P& & & & & & & & & & & & q( r( ( ( ( ( ( ( ( ( ( ( ) I) J) L) M) N) W) * * * + + \+ f+ q+ + + + + + + + + + + , A. B. S. . . =2 G2 R2 2 2 2 2 2 2 .3 03 G3 H3 Q3 3 3 4 <4 C4 K4 L4 b4 r4 s4 t4 u4 4 4 5 
5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6 6 6 6 6 6 6 C6 e6 6 6 6 6 6 8 8 8 e9 l9 u9 v9 2: : : : : ; 9; ; ; ; ; ; < < < < = 
= = = > > > > > > ? ? ? ? ? @ @ A VA WA A A A A A A B  D D D eD fD D D  E E E E E 5G 6G GG G G G G hH $I %I &I 'I 8I I I I I J J J J  J L L L M M M M N O O O O O O XP YP ZP [P dP V V V *W 1W :W ;W cX Y Y Y Y Y Y Z Z Z Z "Z ` ` /` s` z` ` ` a b b b b b b Vc Xc Yc Zc cc jo ko |o o o o o o o o o o +q ,q =q q q :z Dz Oz z z z z z z { { { { { | | | | | | | } } } } } } } } } } ~ ~ j~ l~ m~ n~ w~ < = N O P x y           
   R \ f g        s t      ؈       ` b y z  ] ^ o          % & r t u v  : ; L y z        c d u   h t      ɟ Ο ޟ ߟ       
  ! ) 5 6 ; r w ͠ Π Ӡ    J K P   ݡ ޡ    - . 3 k p    ˢ Т    Q V b c f p q t } ~        ã ǣ Σ գ ֣ ף أ ٣ ڣ ۣ ܣ ݣ ޣ ߣ     Ť Ƥ Ǥ      	 
      $ ( ) < H I J K L ^ x y               ̥ ͥ Υ  ' o p | Ī Ū ت    O P 2 > M Y Z     {                             . 0 6 7 J L R S h j o p                          !      % & M k      v w               / 0 1 X Y Z [ \ ] f    ! " # P Q R S T U ^ ^ _ p          	 6 L N                5 6 G h i t                     # $ . 3 4 ? D E O T U s                    ! & ' 1 6 7 B G H R W X                  - = > I N O Y ^ _ j o p z                          
    # $ . 3 4 \ j z {               	 
    % * + 6 ; < F K L }                  # $ / 4 5 ? D E P U V ` e f   ! " - 2 3 = B C N S T ^ c d                    0 1 < A B L Q R ] b c m r s                     & 0 1 d          n o        P Q b    ( 3 f p z {         V W h      * 4 > ? e            
   - . 3 ; @ A F N Z [ ` g l m r y                   * * * + '+ 1+ 2+ `+ + + + + + + m- n- - - - - - - .. 8. B. C. q. . . . . . . 0 0 0 0 0 0 0 0 1 1 $1 %1 S1 {1 |1 ~1 1 1 1 3 3 3 3 3 3 3 3 !4 +4 54 64 d4 4 4 4 4 4 4 6 6 !6 /6 06 16 ;6 F6 y6 6 6 6 6 6 6 6 6 6 6 8 8 8 8 8 8 9 9 B9 L9 V9 W9 9 9 9 9 9 9 9 ; ; ; #< $< ? ? ? #@ -@ 7@ 8@ `@ @ @ @ @ @ @ A A A A A A A  B B B B B ;B ^B B B B B B 6C 7C HC yC C C C C C C C C C C C C C C C D ND OD PD QD ZD 4F 5F FF G 
G G G G H H H H H H "I #I $I %I .I <J =J NJ J J J J eK !L "L #L $L LL dL L L L L L N N N N N O 6O O O O O O Q Q Q R R ,R -R R R R R R T T T 9U @U IU JU V V V V V V )W *W RW SW W W W W W hZ iZ zZ `[ g[ p[ q[ n\ k] l] m] n] ] ] ] ] ] ] ^ rd sd d d d d d f )g *g +g ,g Tg Ug g g g g g m m m n n !n "n Fo ip jp kp lp p p p p p p q } 	} } ^} _} } } } } } } } ~ ~ ~ 3 4 ؇     * 4 5 ] ^      $ % 6 7 8 ` a              
    ڌ ی      c e f g p             - .        # P W _ ` v            !   
 A H P Q      Ù ę      ؛ ٛ    @ A         @ A   ! - @ D E g l | }          ǭ ӭ ԭ ٭   k l q      % ) { |    ˯ ̯ ѯ 	  5 6 ; i n               . 3 ; B I U V a e l s t u v w x y z { | } ~    c d e ~            ² Ʋ ǲ ڲ         " / 0 : G H I J K L M N [ \ j k l  ŷ 
   b c v           I _      4 5 I J K T b o p q r s t x y z {                   
  # % * + E G L M \ ^ d e s u { |         g q |      	 a c z {    & F G H o p q r s t }                              . / ) 3 > q {         '    H I j k l m n o x         0 1 < A B L Q R ] b c m r s                   / 0 ; @ A K P Q \ a b l q r                  - = > I N O Y ^ _ j o p z              
     8 F V W b g h r w x       q                    $ ) * 4 9 : E J K U Z [                  ) 9 : E J K U Z [ f k l v { |                                 " 0 @ A L Q R \ a b m r s }                    - ; K L W \ ] g l m x } ~    r |       & 8 : Q R [ / 0 A  
 3 b c d e f o                 ? n                  	 +	 =	 >	 ?	 @	 I	 =
 >
 O
 
 
                
    # $ , 4 9 : B J V W _ f k l t {   s8 }8 8 8 8 8 8 8 09 19 39 49 59 >9 ; ; ; T; U; ; ; ; ; ; ; ; < 5< 6< 8< 9< :< C< D> E> V> d> e> f> p> {> > > > > > ? ? ? ? ? '? (A )A :A HA IA wA A A A A A A B +B ,B .B /B 0B 9B C C C C C C C C D !D +D ,D ZD D D D D D D F  F 1F ?F @F F F F F F F F G G  G "G 9G :G CG }I ~I I I I K K K K K K L L L L L L L L L L #L $L 7L CL DL EL FL GL YL sL tL L L L L L L L L L L L L L L L L L Q "Q jQ kQ wQ Q Q Q Q Q 
R JR KR -a 9a Ha Ta Ua a a a a vo zo {o o o o o o o o o o o o o o o o o o o o o o p p p p )p +p 1p 2p Ep Gp Mp Np cp ep jp kp p p p p p p p p p p p p p p p p p p p p p  q q q y y y z z  z !z Hz fz z z z z z q{ r{ { { { { { { { { { { { | | 
} *} +} ,} S} T} U} V} W} X} a} } } } ~ ~ ~ K~ L~ M~ N~ O~ P~ Y~ Y Z k      ΀ ؀    1 G I z {        ǃ ȃ Ƀ ʃ ˃ ̃ Ճ 0 1 B c d o }            ʈ ψ Ј   
     ) . / : ? @ J O P n |            ɉ Ή ω       ! " , 1 2 = B C M R S |          Ǌ ̊ ͊ ׊ ܊ ݊  ( 8 9 D I J T Y Z e j k u z {      ċ ŋ ϋ ԋ Ջ       Ό ܌       
     ) . / W e u v                      % & 1 6 7 A F G x          Î Ȏ Ɏ ӎ ؎ َ      * / 0 : ? @ K P Q [ ` a     ( - . 8 = > I N O Y ^ _           ʐ ϐ А ڐ ߐ  
  + , 7 < = G L M X ] ^ h m n        đ ɑ ʑ Ց ڑ ۑ    ϓ ٓ   ! + , _          i j      × ̗ K L ]    # . a k u v  ˜      Q R c   ݡ   % / 9 : `               ( ) . 6 ; < A I U V [ b g h m t            õ ȵ ɵ ѵ ص       " , - [       h i z      ) 3 = > l                    N v w y z {           & 0 1 _       
   * + , 6 A t ~          | }      
 = G Q R { | }              ( 2 3 [ {                
  6 Y      1 2 C t {                I J K L U / 0 A                 ) 7 8 I     `     G _            1           ' (         4 ; D E       $ % M N      c d u [ b k l i f g h i        m n       $ % & ' O P             A d e f g        $ $ $ Y$ Z$ ~$ $ $ $ $ $ $ % % % .& /& . . . / %/ // 0/ X/ Y/ / / / / / 1  1 11 21 31 [1 \1 1 1 1 1 1 z2 {2 2 2 2 2 2 3 3 3 3 3 3 3 3 3 3 4 4 ^4 `4 a4 b4 k4 5 5 5 5 5 : : : : : :  ; (; ); ; ; ; ; ; = 
= = K= R= Z= [= q= = = = = = = = = > > > ? ? @ <@ C@ K@ L@ |@ @ @ @ @ @ @ A 
A A A A B B B C C ;C <C C C C C C E E F ;F <F T 
T T (T ;T ?T @T bT gT wT xT T T T T T T T T T T T T T U U fU gU lU U U U U U  V $V vV wV |V V V V V V W 	W 0W 1W 6W dW iW W W W W W W W W 	X 
X 
X X X )X .X 6X =X DX PX QX \X `X gX nX oX pX qX rX sX tX uX vX wX xX yX zX {X |X _Y `Y aY zY Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Y Z Z Z +Z ,Z 6Z CZ DZ EZ FZ GZ HZ IZ JZ WZ XZ fZ gZ hZ ^ ^ 	_ 
_ _ ^_ __ r_ _ _ _ _ _ n n n n n Eo [o o o } } } 0} 1} E} F} G} P} ^} k} l} m} n} o} p} t} u} v} w} } } } } } } } } } } } } } } } } ~ ~ 	~ 
~ ~ !~ &~ '~ A~ C~ H~ I~ X~ Z~ `~ a~ o~ q~ w~ x~ ~ ~ ~ ~ ~ ~ ~ ~ c m x       ] _ v w    " B C D k l m n o p y    Ɋ ʊ ˊ                        
 * + % / : m w    Ў     #    D E f g h i j k t ϑ Б      , - 8 = > H M N Y ^ _ i n o        Ȗ ͖ Ζ ٖ ޖ ߖ    
  + , 7 < = G L M X ] ^ h m n        ˗ З ї ܗ       ) 9 : E J K U Z [ f k l v { |  ǘ ט ؘ        	 
    4 B R S ^ c d n s t       m {            Ț ͚ Κ       % & 0 5 6 A F G Q V W         ě ś Л ՛ ֛     % 5 6 A F G Q V W b g h r w x     ɜ Μ Ϝ ٜ ޜ ߜ            ǝ ̝ ͝ ם ܝ ݝ        , < = H M N X ] ^ i n o y ~    ʞ ˞ ֞ ۞ ܞ         
 ) 7 G H S X Y c h i t y z    n x    ʡ ˡ  " 4 6 M N W + , =  	 / ^ _ ` a b k       © ͩ   
   ; j           |   į ί د ٯ  ' 9 : ; < E 9 : K                         ( 0 5 6 > F R S [ b g h p w   o y       , - / 0 1 :    P Q         1 2 4 5 6 ? @ A R ` a b l w           # $ % 6 D E s }       ' ( * + , 5           ' ( V         - ; <            5 6 ? y z    u         f h    5 6 G t {          D E F G P      # $ : J K L M N O P Q R S {              j & ' ( ) Q q         2 9 B C              J K L M V ) * ;     . / 0 1 : 8 9 J     8 9 : ; D m	 n	 	 	 	 	 	 
 \ ] ^ _ p     L M N O X      
       0 1       
  b i r s        N O P Q Z U" V" g" " " " " # % % % % .% /% % % % % % 1 1 1 1 1 2 2 #2 %2 &2 '2 02 c3 d3 u3 3 3 r< |< < < < < < < < D= F= G= H= Q= > > > > > > > G? I? J? K? T? @ @ +@ ,@ -@ U@ V@ @ @ @ @ @ tA uA A A A A A A A  B B 
B >C ?C PC QC RC BH LH WH H H H H H H &I (I >I ?I HI J J J J J J J K  K !K "K #K KK LK K K K K K M M M M M M M N 2N 3N 4N 5N ]N ^N N N N N N rP sP P P P P P 'Q )Q *Q +Q 4Q S S S S S a a a a a a a b b b b &b 'b (b 4b 5b 6b Bb Fb Yb ab mb nb sb b b c c c 8c =c c c c c c d d d Gd Kd ed fd kd d d d d d e e .e /e :e e e e e e e e e e e e e e e e e e e e f 
f f f f f f f f f f f f f f f f f f g )g *g >g @g Ag Bg Cg Dg Lg Rg Sg \g `g ag tg g g g g g g g g g g g g g g g g g g g g g g h h h Rl _l l l l l l m 5m 6m Gm m m j| v| | | | | | +} ,}    Ί ϊ      	 
   
      . 0 6 7 P R W X f h n o           ċ ŋ ߋ        
    ) + 0 1 8 = X Y    I S ] ^              	 
   
   5 6 G g h i        ' ( 9 Y Z [           Ț ɚ Û ͛ ؛      A n      < = N        	  m n      ʣ ˣ ֣ ۣ ܣ         
 , : J K V [ \ f k l w | }      ɤ ʤ դ ڤ ۤ          / = M N Y ^ _ i n o z       ǥ ץ إ        	 
    W e u v             Ҧ           " # - 2 3   ) * 5 : ; E J K V [ \ f k l      è Ĩ Ψ Ө Ԩ ߨ      # 1 A B M R S ] b c n s t ~    é ө ԩ ߩ             = K [ \ g l m w | }       ; I Y Z e j k u z {        ʫ ګ ۫         
    J X h i t y z          Ǭ լ            " ' (   ! T ^ h i   ү ԯ    ɱ ʱ ۱   Ͳ       	    Q R V ` k     ٷ  , - . / 8    # $  $ / b l v w  Ž ׽ ؽ ٽ ڽ  ׾ ؾ  4 5 1 @ R e f k s x y ~                           ! " 
  " U _ i j              ( 3 f p z {               
  H R \ ]               & Y c m n        G H Y g h i s ~         " # $ -      2 < G z             ) [ \   ( [ e o p       '      ! " 8 H I J K s       n o                  ;      l m ~ ;	 B	 K	 L	 
 
 
 
 
 
  Z [ \ ] f t u      
 Y Z [ \           , - U n         ; < d e         q x   >      a b                      .  /  0  1  :  & & &  ' ' ' ' 9( a) b) c) d) ) ) ) ) ) ) ) / / 0 I0 P0 Y0 Z0 ~1 2 2 2 2 2 2 ,3 .3 /3 03 93 @? A? R? ? ? ? ? ? ? ? ? ? A A A kA lA J J %J XJ bJ lJ mJ J J J J J J J \L ]L nL oL pL L L L L L L L M M M M M M M @N BN CN DN MN O O $O %O &O NO OO O O O O O P P P P P U U U (V 2V <V =V eV fV V V V V V IX JX [X X X X X X X X X X X X 6Y 8Y OY PY YY 3[ 4[ E[ y[ [ [ [ [ [ [ [ [ [ [ H\ J\ K\ L\ U\ ^ ^ "^ O^ P^ x^ y^ ^ ^ ^ ^ ^ 9a :a Ka xa ya >o Jo Yo eo xo |o }o o o o o o o o o o o o o o o p p p Hp Mp p p p p p  q !q &q ]q aq q q q q q r r 	r Ar Fr mr nr sr r r r r r 's ,s 8s 9s <s Fs Gs Js Ss Ts fs ks ss zs s s s s s s s s s s s s s s s s s s s s s t t t t t t t t t t t t t t t t t t u u u  u !u "u 4u Nu Ou Zu gu hu ru u u u u u u u u u u u u u y y Ez Fz Rz z z z z z z %{ &{   # / 0   Ɋ ʊ Q U V l m                ̘ Θ Ԙ ՘        
   " ( ) > @ E F [ ] b c }            Ǚ ə Ι ϙ ֙ ۙ          # A      L M ^ ~          ӥ ԥ     . / 0 1 2 3 < Ŧ Ʀ צ    & ' ( ) * + 4 4 5 F f g a k v     ߩ  " $ U V _ ګ ۫              > ? J X h i t y z          ʱ ر       	 
    % * + I W g h s x y          Ͳ ۲        
    ( - . W e u v                  $ % / 4 5 @ E F P U V p ~            ˴ д Ѵ   ǵ ȵ ӵ ص ٵ        	 
 2 @ P Q \ a b l q r }       ϶ ߶             ! " S a q r }            ۷     
     & + , 6 ; < ٸ      	    $ ) * 4 9 : Z h x y                    " ' ( 3 8 9 C H I e s             ź ƺ        : ^ p r    g h y D E k       & ' 8     	 < F P Q w       , - >        
   ; c u v w x  u v         	     $ 0 1 6 = B C H O [ \ d l q r z                   6 h i k l m v C D U          G m n p q r { |  }                      ) Q R T U V _ ` a r          : c d f g h q         O Y c d        W X i w x    	 "	 ,	 -	 V	 W	 X	 Z	 q	 r	 {	           
  6 V      q r            4       
  O V _ ` v             $ % & ' 0 
        b c d e          $ n u ~  ;     " :      e f w     j k l m v t! u! ! ! ! " " t" u" v" w" " $ $ $ % % %  % % & & & & & &  ' (' )' ' ' ' ' ' >* ?* P* 6+ =+ F+ G+ D, A- B- C- D- l- m- - - - - - H4 I4 Z4 4 4 4 4 5 6  7 7 7 *7 +7 7 7 7 7 7 = = = = = = = ? ?@ @@ A@ B@ j@ k@ @ @ @ @ @ L L L 4M 5M YM ZM _M aM bM cM lM N N N 	O 
O W W W W  X 
X X 3X 4X X X X X X Y Y Z 
Z Z 6Z 7Z Z Z Z Z Z U[ V[ g[ h[ i[ [ [ [ [ [ [ [ \ \ \ \ \ \ \ 9] ;] <] =] F] z^ {^ ^ ^ ^ ~c c c c c c c d d bd dd zd {d d e e e &f -f 5f 6f Lf \f ]f ^f _f f f f f f f f h h h i i &i 'i Wi ni oi pi qi i i i i i i i k k k k k l l cl el fl gl pl n n n o o | | | } } } } =} B} R} S} b} c} d} p} q} r} ~} } } } } } } } } A~ B~ G~ t~ y~ ~ ~ ~ ~ ~ Q R W           ? D j k v ŀ ʀ ր ׀ ڀ       	    + , 7 ; B I J K L M N O P Q R S T U V W 9 : ; T e f z | } ~               ҂            ! " # $ 1 2 @ A B      8 9 L q r  È Ĉ    ͗ Η  5 g h    
     ! * 8 E F G H I J N O P Q j l r s           Ʀ Ǧ ܦ ަ          " # 2 4 : ; I K Q R e g l m t y   = G R      ߰ 7 9 P Q Z       E F G H I J S q r     ̳ ͳ γ ϳ г ѳ ڳ c d u    Ĵ Ŵ ƴ Ǵ ȴ ɴ Ҵ ҵ ӵ     	  G Q [ \ }   ·    x y    @ A B C D E N    ܺ ݺ        " ' ( 3 8 9 C H I h v            ÿ ȿ ɿ        ! & ' 2 7 8 B G H k y                    $ % / 4 5 @ E F P U V                   , - 8 = > H M N Y ^ _ i n o G U e f q v w                  
      ! + 0 1 _ m } ~                    ! + 0 1 < A B L Q R y                w                    " ' ( 2 7 8 C H I S X Y                   ! " - 2 3 = B C N S T ^ c d H R ]         ' ( 1      	 8 9 : ; < E              D h i j k t    _ ` V ` k              % p q m |                     
      , - 5 < A B J Q ] ^ I S ^      	 	 		 
	 	 	 
 
 
 * + Z d o              , : ; < F Q                 M W b                        0 [ \ ^ _ ` i      n x             S T e   O Y d       @ B Y Z c   ! N U ] ^ t              !  *                ! $! %! &! '! (! )! *! +! ,! -! U! w! ! ! ! ! ! # # # w$ ~$ $ $ D%  & & & & +& K& & & & & & ' ' ' ( ( ( ( ( ) ) ) ) ) ) $* %* &* '* 0* , , , h, i, , , - 	- 
- - - / / $/ w/ x/ / / 0 0 0 0 0 G2 H2 Y2 2 2 2 2 z3 64 74 84 94 J4 4 4 4 4 &5 '5 (5 )5 25 7 7 7 8 8 8 8 9 : : : : 
; ; j; k; l; m; v; A A A <B CB LB MB uC D D D D D D (E )E *E +E 4E /K 0K AK K K K K L M M M M N 	N hN jN kN lN uN |Z }Z Z Z Z Z Z Z Z  [ [ 
[ =\ >\ O\ \ \ Le Ve ae e e e e e e f  f !f "f +f g g g g g g g !h #h $h %h .h h h i i i /i 0i |i ~i i i i Nj Oj `j aj bj j j j j j j j l l *l +l ,l q &q 1q dq nq xq yq q q  r r r r "r s s s s s s s s s s s s %t &t rt tt t t t ov pv v v v v v v w 
w w w 7w 8w w w w w w Ly My ^y y y y y z z z z z u| v| | | | z       ۊ              3 ; G H M   ߋ     \ ] b      ! % ? @ E }     ݍ   	  c h t u x           Ɏ ʎ Վ َ                 ׏ ؏ ُ          & , - 6 : ; N Z [ \ ] ^ p               ϐ А ސ ߐ  , 9    ֕ ו    ! a b D P _ k l  ӥ           ȳ ֳ            
   * , 1 2 @ B H I \ ^ d e z |           д Ҵ ش ٴ       
    2 3 ۽   # - 7 8 _ } վ ׾                   ! A B C j k l m n o x    3 4 5 b c d e f g p p q            H ^ `      (          G H Y z {                   $ % 0 5 6 @ E F Q V W a f g                 	  ' ( 3 8 9 C H I T Y Z d i j                 1 ? O P [ ` a k p q |                     
         $ % 0 5 6 @ E F n |                   ' , - 7 < = H M N X ] ^                  % 5 6 A F G Q V W b g h r w x  # 3 4 ? D E O T U ` e f p u v                 $ 2 B C N S T ^ c d o t u                       . 8 B C v                   b c t + , 0 : E x         	  h i z     	 < F P Q w              , ? @ E M R S X ` l m r y ~                         / 9 C D r              
 @ J T U                " , 6 7 e                3 = G H v       !! "! 3! A! B! C! M! X! ! ! ! ! ! ! ! ! ! ! " # # # # # $ $ !$ T$ ^$ h$ i$ $ $ $ $ $ $ $ & & ' 5' 6' 4) 5) 6) O) `) a) u) w) x) y) z) {) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  * * * * * * * * * * * ,* -* ;* <* =* . . . . . 3/ 4/ G/ l/ m/ ~/ / / > > > > > ? 0? b? c? L L L M M M M M %M 3M @M AM BM CM DM EM IM JM KM LM eM gM mM nM M M M M M M M M M M M M M M M M M M M M N N N N -N /N 5N 6N DN FN LN MN `N bN gN hN oN tN N N 8W BW MW W W W W W W 2X 4X KX LX UX X X X Y Y Y @Y AY BY CY DY EY NY lZ mZ ~Z Z Z Z Z Z Z Z Z Z Z ^[ _[ p[ [ [ [ [ [ [ [ [ [ [ \ \ \ \  ] ] ^ ^ B^ L^ V^ W^ x^ ^ ^ ^ ^ ^ ^ s` t` ` a a ;a <a =a >a ?a @a Ia a a a a a e e f f 
f f f f "f #f .f 3f 4f >f Cf Df cf qf f f f f f f f f f f f f f f f f  g g g g g g !g "g -g 2g 3g =g Bg Cg fg tg g g g g g g g g g g g g g g g g h h h h  h *h /h 0h ;h @h Ah Kh Ph Qh h h h h h h h h h h h h h h h h 	i i 'i (i 3i 8i 9i Ci Hi Ii Ti Yi Zi di ii ji Bj Pj `j aj lj qj rj |j j j j j j j j j j j j j j j j k 
k k k k k &k +k ,k Zk hk xk yk k k k k k k k k k k k k k k 
l l l l l &l +l ,l 7l <l =l Gl Ll Ml tl l l l l l l l l l l l l l l l rm m m m m m m m m m m m m m m m m n n n n "n #n -n 2n 3n >n Cn Dn Nn Sn Tn n n n n n n n n n n n n n n n n n o o o (o -o .o 8o =o >o Io No Oo Yo ^o _o Cq Mq Xq q q q q q q 	r r "r #r ,r  t t t t t u 3u 4u 5u 6u 7u @u v v v w w y y y y y y y z ?z cz dz ez fz oz | | | Z~ [~ Q [ f                k l h w          ɒ ʒ ϒ ֒ ے ܒ       
    ' ( 0 7 < = E L X Y D N Y     ϯ       ܱ ݱ  % & U _ j        	 
     ' 5 6 7 A L     µ            H R ]     Ӹ       
 ~            + V W Y Z [ d      i s ~   Ž ƽ     
   N O `   J T _       ; = T U ^ 
   I P X Y o           %            ! " # $ % & ' ( P r         r y   ?     & F                       ! " +    c d        
   r s   
     B C T     u 1 2 3 4 E     ! " # $ -               e f g h q    7 > G H p       # $ % & / * + <            c e f g p w x           8 9 J   G Q \       
 
 
 
 &
             )       * + w y z {  I J [ \ ]          % & '  ! , _ i s t                      ! m o    j k |        	 
 2 3      G  H  Y                 ! 	! p# q# # # # u1 1 1 1 1 1 1 1 1 1 1 1 1 1 	2 
2 2 2 2 .2 62 B2 C2 H2 2 2 2 2 2 
3 3 W3 X3 ]3 3 3 3 3 3 4  4 :4 ;4 @4 x4 }4 4 4 4 4 4 5 5 5 ^5 c5 o5 p5 s5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 6 6 6 6 6  7 7 7 7 7 7 7 "7 (7 )7 27 67 77 J7 V7 W7 X7 Y7 Z7 l7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 (< 5< }< ~< < < < < = = = ]= ^= @L LL [L gL hL L L M M Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z [ [ [ 
[ &[ ([ -[ .[ <[ >[ D[ E[ X[ Z[ `[ a[ v[ x[ }[ ~[ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ [ \ \ \ \ \ .\ /\ d d d e )e 3e 4e [e ye e e e e e f f f f f f f f f f f f f h h h =h >h ?h fh gh hh ih jh kh th h h i /i 0i 1i ^i _i `i ai bi ci li lj mj ~j j j k k k k k k k l Dl Zl \l l l l n n $n n n n n n n n n n Co Do Uo vo wo s s s s s s s s s s s s s s s s t t  t !t ,t 1t 2t <t At Bt Mt Rt St ]t bt ct t t t t t t t t t t t t t t t t u u #u $u /u 4u 5u ?u Du Eu Pu Uu Vu `u eu fu u u u u u u u u u u u u u u u u -v ;v Kv Lv Wv \v ]v gv lv mv xv }v ~v v v v v v v v v v v v v v v v v w w 	w w w w  x x x x x  x !x ,x 1x 2x <x Ax Bx jx xx x x x x x x x x x x x x x x x y y y #y (y )y 3y 8y 9y Dy Iy Jy Ty Yy Zy y y y y y y y y y y y y y y y y z !z 1z 2z =z Bz Cz Mz Rz Sz ^z cz dz nz sz tz { { /{ 0{ ;{ @{ A{ K{ P{ Q{ \{ a{ b{ l{ q{ r{ { { { { { { { { { { { { { { { {  | .| >| ?| J| O| P| Z| _| `| k| p| q| {| | | | | | | | | | | | | | | | | | | ~ ~ ~ * 4 > ? r          | }  ҂ ӂ Ԃ Ղ ւ ߂ ^ _ p ' ( , 6 A t ~    އ      d e v      8 B L M s          
    ( ; < A I N O T \ h i n u z {           Ơ Ǡ Ϡ ֠ ۠ ܠ        + 5 ? @ n       { |  Ŀ ſ   	 < F P Q                 ( 2 3 a               / 9 C D r         / = > ? I T                    P Z d e           1 2    1 ; E F n                   ! I l      D E V                  \ ] ^ _ h B C T   ! "        0 1 2 3 < J K \     s / 0 1 2 Z r           + D           : ;         G N W X       7 8 ` a      v w  n u ~  | y z { |                7 8 9 : b c           &  /  0  T w x y z          ( l m           A B    . 8 B C k l      2 3 D E F n o                 #      $ % q s t u ~           % % % % & & & ;& <& & & & & & (  ( 1( ^( e( m( n( ( ( ( ( ( ( ( ) ) %) &) /) 	+ 
+ + O+ V+ ^+ _+ + + + + + + + ,  , !, ", +, - - - %. &. N. O. . . . . . 1 1 !1 N1 O1 ?  ? /? ;? N? R? S? u? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ #@ y@ z@ @ @ @ @ @ @ 3A 7A A A A A A A A A B B CB DB IB wB |B B B B B C C C C C C  C )C *C <C AC IC PC WC cC dC oC sC zC C C C C C C C C C C C C C C C qD rD sD D D D D D D D D D D D D D D D D D D D D D 
E $E %E 0E =E >E HE UE VE WE XE YE ZE [E \E iE jE xE yE zE I I J J (J pJ qJ J J J J J J Y Y Y Z Z WZ mZ Z Z 'h +h ,h Bh Ch Wh Xh Yh bh ph }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 i i i i 1i 3i 8i 9i Si Ui Zi [i ji li ri si i i i i i i i i i i i i ur r r r r r r r s os qs s s s "t #t 4t Tt Ut Vt }t ~t t t t t t u u u u u u v v v v v 	v v v v v v v v v v v v  w w 
w 
x x x <x =x 7y Ay Ly y y y y y y y y +z ,z 5z { { { V| W| x| y| z| {| || }| | | | | } }   . > ? J O P Z _ ` k p q {       ʁ ρ Ё ځ ߁          - = > I N O Y ^ _ j o p z       ͂ ҂ ӂ ݂         - ; K L W \ ] g l m x } ~    ˃ ك       
     & + , F T d e p u v                    ʅ υ Ѕ څ ߅    & ' 2 7 8 B G H S X Y c h i      Ɔ ǆ ц ֆ ׆       ) 7 G H S X Y c h i t y z      χ Ї ۇ              ͈ Έ و ވ ߈        
   0 > N O Z _ ` j o p {       ̉ ܉ ݉       	      ; I Y Z e j k u z {          Ȍ Ҍ ܌ ݌  4 F H _ ` i = > O   A p q r s t }    Œ ƒ ʔ Ԕ ߔ   & ' M |              ֚     9 K L M N W K L ]     ƭ ٭ ڭ ߭             % 1 2 : B G H P X d e m t y z             > ? A B C L   + b c         C D F G H Q R S d r s t ~       ' ( * + , 5 6 7 H V W         9 : < = > G         % / 9 : h       - . ? M N        , - . 0 G H Q              , x z    G H Y           
 V W X Y b    % , 5 6 L \ ] ^ _ ` a b c d e               | 8 9 : ; c          D K T U        \ ] ^ _ h ; < M     @ A B C L J K \     J K L M V         n o p q      ^ _ ` a j   &          B C        0 t {           ` a b c l g
 h
 y
 
 
 
 
      @ A         
  / 0 5 7 8 9 B u v    ' ' ' ' ' ' ' 	( 
( V( X( Y( Z( c( ) ) ) ) ) * 
* Y* [* \* ]* f* ++ ,+ =+ >+ ?+ g+ h+ + + + + + , , , , , , , - - - - - P. Q. b. c. d. T3 ^3 i3 3 3 3 3 3 3 84 :4 P4 Q4 Z4 5 5 5 5 6 6 6 "6 26 36 46 56 ]6 ^6 6 6 6 6 6 8 8 8 8 8 8 8 -9 D9 E9 F9 G9 o9 p9 9 9 9 9 9 ; ; ; ; ; ; ; 9< ;< << =< F< > > > > > L L L L L L L M M (M )M 8M 9M :M FM GM HM TM XM kM sM M M M M M N N N JN ON N N N N N 'O (O -O YO ]O wO xO }O O O O O O P P @P AP LP P P P P P P P P P P P P P P P Q Q 
Q Q Q Q  Q !Q "Q #Q $Q %Q &Q 'Q (Q )Q *Q +Q ,Q -Q R R R *R ;R <R PR RR SR TR UR VR ^R dR eR nR rR sR R R R R R R R R R R R R R R R R R R R R R S S S S S dW qW W W W X X "X GX HX YX X X |g g g g g g h =h >h u u u u u u u u  v v v v v v v  v $v %v &v 'v @v Bv Hv Iv bv dv iv jv xv zv v v v v v v v v v v v v v v v v v v w 
w w w w !w 'w (w ;w =w Bw Cw Jw Ow jw kw   ( [ e o p   
  & ' 0   ҁ           ) G H Y y z {        9 : K k l m           څ ۅ Ն ߆   ' 1 2 S    ɇ ʇ Ӈ N O `         $       ̎ ܎ ݎ       	      > L \ ] h m n x } ~        ˏ ۏ ܏        
     A O _ ` k p q {         ː ِ       
     & + , i w            đ ɑ ʑ         # $ / 4 5 ? D E  + ; < G L M W \ ] h m n x } ~   ē œ Г Փ ֓          5 C S T _ d e o t u       ǔ Ք            " ' ( O ] m n y ~           M [ k l w | }          Ζ ܖ       
     ) . / \ j z {             ٗ      	    $ ) * 4 9 :  ( 3 f p z {  Қ      ۜ ܜ    ߝ          c d h r }   Ģ Ţ   > ? @ A J    5 6 , 6 A t ~    ר         F G C R d w x }             û ϻ л ػ              ' 3 4  ) 4 g q { |              0 : E x                  ' Z d n o             # - 8 k u          Y Z k y z {        1 2 4 5 6 ?      D N Y            ) * ; m n % / : m w       / 0 9    $ + 3 4 J Z [ \ ]                            + M      ~   M T ] ^       ! l m n o x         k l m n           > ? g          M N v w        /     P  
     s t               	 
 
 
 
 
 
 @ A B C L      " # K s t u v        
    [ b k l        > @ A B K R* S* d* * * * * * * * * * , , %, }, ~, "5 ,5 75 j5 t5 ~5 5 5 5 5 5 5 5 6 n7 o7 7 7 7 7 7 7 7 7 7 8 8 8 8 8 8 9 9 R9 T9 U9 V9 _9 $: %: 6: 7: 8: `: a: : : : : : ; ;  < < < @ @ A :A DA NA OA wA xA A A A A A [C \C mC C C C C C C C C C C C HD JD aD bD kD EF FF WF F F F F F F F F F 
G G ZG \G ]G ^G gG "I #I 4I aI bI I I I I I I I KL LL ]L L L PZ \Z kZ wZ Z Z Z Z Z Z Z Z Z Z Z Z Z Z Z 	[ [ [ [ #[ Z[ _[ [ [ [ [ [ 2\ 3\ 8\ o\ s\ \ \ \ \ \ ] ] ] S] X] ] ] ] ] ] ] ] ] 9^ >^ J^ K^ N^ X^ Y^ \^ e^ f^ x^ }^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ _ _ _ _ _ _ _ _ _ _ _ _ _ ` ` ` ` ` $` 0` 1` 2` 3` 4` F` `` a` l` y` z` ` ` ` ` ` ` ` ` ` ` ` ` ` ` e e We Xe de e e e e e e 7f 8f u &u 5u Au Bu u u u u c g h ~              Ã ă Ń ރ             2 4 : ; P R W X m o t u           ń Ƅ ل ۄ      	   ƍ   
  5 S   Ď Ŏ Ύ ^ _ p          Ǐ       @ A B C D E N ב ؑ  	 
  8 9 : ; < = F F G X x y s }   Ŕ ϔ Д   4 6 g h q               / P Q \ j z {             ܜ          ' , - 7 < = [ i y z             ߝ    	      * / 0 : ? @ i w            Ğ ɞ ʞ   % & 1 6 7 A F G R W X b g h           ͟ ҟ ӟ ݟ    ɠ ٠ ڠ             D R b c n s t ~         ӡ       
    # $ . 3 4 e s             Ţ Ƣ        ' , - 8 = > H M N   	 
    % * + 6 ; < F K L l z            Ǥ ̤ ͤ     $ ) * 4 9 : E J K U Z [ w          ¥ ǥ ȥ ҥ ץ إ  Ƨ ѧ     L p      y z  V W }       8 9 J      N X b c   ܰ ݰ ް ߰  > ? P Ӵ Դ ʵ Ե ߵ   & ' M u                 # ( ) . 6 B C H O T U Z a m n v ~                      H z { } ~   U V g         * + Y                  
 ; c d f g h q r s       	    L u v x y z    	    # . a k u v        i j {      * 4 > ? h i j l                 H h                  # F        0 a h q r              6 7 8 9 B   .      t u v w   
   
  $ % 6     M 	 
   4 L      w	 x	 	 	 	 
 
 |
 }
 ~
 
 
      
 
 
 
 
 
 
    ! ( 1 2         : ;      P Q b H O X Y V S T U V ~       Z [ l       " " " " <" =" " " " " " ( ( ( (  ) 	) 
) .* Q+ R+ S+ T+ |+ }+ + + + + + 7 7 8 F8 G8 k8 l8 q8 s8 t8 u8 ~8 9 9 9 : : B B B C C C C EC FC C C C C C E 
E E E  E HE IE E E E E E gF hF yF zF {F F F F F F F F G G G G G G G KH MH NH OH XH I I I I I N N N N N N N O O tO vO O O O P P Q 8Q ?Q GQ HQ ^Q nQ oQ pQ qQ Q Q Q Q Q  R 	R S S S )T 0T 8T 9T iT T T T T T T T T T T U V V V V  W (W )W uW wW xW yW W Y Y Y (Z )Z g g 	h h (h ,h -h Oh Th dh eh th uh vh h h h h h h h h h h h h Si Ti Yi i i i i i 
j j cj dj ij j j j j j j j k k #k Qk Vk |k }k k k k k k k k k k l l l l #l *l 1l =l >l Il Ml Tl [l \l ]l ^l _l `l al bl cl dl el fl gl hl il Km Lm Mm fm wm xm m m m m m m m m m m m m m m m m m m m m m 
n n n "n /n 0n 1n 2n 3n 4n 5n 6n Cn Dn Rn Sn Tn r r r r s Js Ks ^s s s s s s  Ă ӂ ߂  1 G y z      1 2 3 < J W X Y Z [ \ ` a b c | ~           Б ґ ؑ ّ      
   - / 4 5 D F L M [ ] c d w y ~      O Y d     ӛ  I K b c l    . / 0 W X Y Z [ \ e       ޞ ߞ      u v     ֟ ן ؟ ٟ ڟ ۟         & Y c m n   Ң Ԣ       0 1 R S T U V W `   ͥ       $ ) * 4 9 : E J K U Z [ z          Ū ʪ ˪ ժ ڪ ۪     # ( ) 3 8 9 D I J T Y Z }          ȫ ͫ Ϋ ث ݫ ޫ   % & 1 6 7 A F G R W X b g h   ì Ĭ Ϭ Ԭ լ ߬            . > ? J O P Z _ ` k p q {   Y g w x                      ! " - 2 3 = B C q            ¯ ̯ ѯ ү   ! " - 2 3 = B C N S T ^ c d        Ű ʰ ˰ ְ ۰ ܰ           ñ ȱ ɱ Ա ٱ ڱ    
  ( ) 4 9 : D I J U Z [ e j k     ² ǲ Ȳ Ҳ ײ ز        # 3 4 ? D E O T U ` e f p u v Z d o         " 9 : C   )    J K L M N W ֺ ׺            ' V z { | }     q r h r }       % & ' ( 1 % & 7                          ! " * 2 > ? G N S T \ c o p [ e p           &    < = l v           ! " + , - > L M N X c              " 0 1 _ i t           !          	   B m n p q r {    ' (           
 ! " + e f w      h i u       H I + 7 F R S     t% x% y% % % % % % % % % % % % % % % % % % % % % % & & & & '& )& /& 0& C& E& K& L& a& c& h& i& ~& & & & & & & & & & & & & & & & & & & & & & ' ' / / / 
0 0 0 0 F0 d0 0 0 0 0 0 o1 p1 1 1 1 1 1 1 1 1 1 1 1 2 2 3 (3 )3 *3 Q3 R3 S3 T3 U3 V3 _3 3 3 3 4 4 4 I4 J4 K4 L4 M4 N4 W4 W5 X5 i5 5 5 6 6 6 6 6 6 6 7 /7 E7 G7 x7 y7 7 8 8 9 9 9 9 9 9 9 9 9 9 .: /: @: a: b: m> {> > > > > > > > > > > > > > > > > ? ? ? ? ? '? ,? -? 8? =? >? H? M? N? l? z? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? ? @ @ @ @  @ *@ /@ 0@ ;@ @@ A@ K@ P@ Q@ z@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ A &A 6A 7A BA GA HA RA WA XA cA hA iA sA xA yA A A A A A A A A A A A A A A A A B B B B B B B C C C C C C 'C ,C -C UC cC sC tC C C C C C C C C C C C C C C D D D D D D #D $D /D 4D 5D ?D DD ED vD D D D D D D D D D D D D D D D D E E E (E -E .E 8E =E >E IE NE OE YE ^E _E E 
F F F &F +F ,F 6F ;F <F GF LF MF WF \F ]F }F F F F F F F F F F F F F F F F G G )G *G 5G :G ;G EG JG KG VG [G \G fG kG lG G G G G G G G G G G G G G G G G I I I J J )J *J ]J J J J J J J L L L gM hM M M M M M M M IO JO [O P P R !R ,R _R iR sR tR R R R R R R R OU PU aU V V W W W #X -X 7X 8X ^X X X X X X X Y Y Y Y Y o     !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          !(                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
                                
                                                                                                                                                                                                                 !(                                                                                                                                                                                                                                                                                                                                                        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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                          
                                
                                
                                                                          
                                     
                                
                                
                                                                                                                                                                                          
                                
                                                                                                                                                                                                                 !(                                                                                                                                                                                                                                                                                                                                                        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                           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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   
                                          
                                
                                
                                                                          
                                     
                                
                                
                                                                                                                                                                                          
                                
                                                                                                                                                                                                                 !(                                                                                                                                                                                                                                                                                                                                                        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                           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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        @       o     @      U n k n o w n                                   G  :                    T i m e s   N e w   R o m a n   5                       S y m b o l   3&  :                    A r i a l   ="                       H e l v   A r i a l   ?5  	:                    C o u r i e r   N e w   ;                                W i n g d i n g s   "  1 h    j&"&f    	! Q  q    	! Q  q       $                                                                                                                                                                                                                                                                                                                          rr  4    d                                                                             2Q                               H     	      q         R e l a t e d   R E Q        L a u r e n c e   C o t t o n 	 A b h i l a s h K                     \     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                                                                                                                                                                                              Oh +'0                                                       	        $  
   @     L     X  
   d     p     x                       Related REQ                 Laurence Cotton                           Normal.dot        AbhilashK         11        Microsoft Word 10.0 @    ^в    @    @rd@    @    bth         	!    Q                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               ՜. +,0            h      p                                                   
                       Symbian Ltd.           q         
                                     Related REQ            Title                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                     	 
   
                '      ! " # $ % & ' ( ) * + , - . / 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                                                                                                                       	                         	   
         
                                                             !   "   #   $   %   &   '   (   )   *   +   ,   -   .   /   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	  {	  |	  }	  ~	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	  	   
  
  
  
  
  
  
  
  
  	
  

  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
   
  !
  "
  #
  $
  %
  &
  '
  (
  )
  *
  +
  ,
  -
  .
  /
  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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'  {'  |'  }'  ~'  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '  '   (  (  (  (  (  (  (  (  (  	(  
(  (  (  
(  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (  (   (  !(  "(  #(  $(  %(  &(  '(  ((  )(  *(  +(  ,(  -(  .(  /(  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  0  0  0  0  0  0  0  0  	0  
0  0  0  
0  0  0  0  0  0  0  0  0  0  0  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  10  20  30  40  50  60  70  80  90  :0  ;0  <0  =0  >0  ?0  @0  A0  B0  C0  D0  E0  F0  G0  H0  I0  J0  K0  L0  M0  N0  O0  P0  Q0  R0  S0  T0  U0  V0  W0  X0  Y0  Z0  [0  \0  ]0  ^0  _0  `0  a0  b0  c0  d0  e0  f0  g0  h0  i0  j0  k0  l0  m0  n0  o0  p0  q0  r0  s0  t0  u0  v0  w0  x0  y0  z0  {0  |0  }0  ~0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  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  1  1  1  1  1  1  1  1  	1  
1  1  1  
1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1   1  !1  "1  #1  $1  %1  &1  '1  (1  )1  *1  +1  ,1  -1  .1  /1  01  11  21  31  41  51  61  71  81  91  :1  ;1  <1  =1  >1  ?1  @1  A1  B1  C1  D1  E1  F1  G1  H1  I1  J1  K1  L1  M1  N1  O1  P1  Q1  R1  S1  T1  U1  V1  W1  X1  Y1  Z1  [1  \1  ]1  ^1  _1  `1  a1  b1  c1  d1  e1  f1  g1  h1  i1  j1  k1  l1  m1  n1  o1  p1  q1  r1  s1  t1  u1  v1  w1  x1  y1  z1  {1  |1  }1  ~1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1   2  2  2  2  2  2  2  2  2  	2  
2  2  2  
2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2   2  !2  "2  #2  $2  %2  &2  '2  (2  )2  *2  +2  ,2  -2  .2  /2  02  12  22  32  42  52  62  72  82  92  :2  ;2  <2  =2  >2  ?2  @2  A2  B2  C2  D2  E2  F2  G2  H2  I2  J2  K2  L2  M2  N2  O2  P2  Q2  R2  S2  T2  U2  V2  W2  X2  Y2  Z2  [2  \2  ]2  ^2  _2  `2  a2  b2  c2  d2  e2  f2  g2  h2  i2  j2  k2  l2  m2  n2  o2  p2  q2  r2  s2  t2  u2  v2  w2  x2  y2  z2  {2  |2  }2  ~2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2  2   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  03  13  23  33  43  53  63  73  83  93  :3  ;3  <3  =3  >3  ?3  @3  A3  B3  C3  D3  E3  F3  G3  H3  I3  J3  K3  L3  M3  N3  O3  P3  Q3  R3  S3  T3  U3  V3  W3  X3  Y3  Z3  [3  \3  ]3  ^3  _3  `3  a3  b3  c3  d3  e3  f3  g3  h3  i3  j3  k3  l3  m3  n3  o3  p3  q3  r3  s3  t3  u3  v3  w3  x3  y3  z3  {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  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   4  4  4  4  4  4  4  4  4  	4  
4  4  4  
4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4   4  !4  "4  #4  $4  %4  &4  '4  (4  )4  *4  +4  ,4  -4  .4  /4  04  14  24  34  44  54  64  74  84  94  :4  ;4  <4  =4  >4  ?4  @4  A4  B4  C4  D4  E4  F4  G4  H4  I4  J4  K4  L4  M4  N4  O4  P4  Q4  R4  S4  T4  U4  V4  W4  X4  Y4  Z4  [4  \4  ]4  ^4  _4  `4  a4  b4  c4  d4  e4  f4  g4  h4  i4  j4  k4  l4  m4  n4  o4  p4  q4  r4  s4  t4  u4  v4  w4  x4  y4  z4  {4  |4  }4  ~4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4  4   5  5  5  5  5  5  5  5  5  	5  
5  5  5  
5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5   5  !5  "5  #5  $5  %5  &5  '5  (5  )5  *5  +5  ,5  -5  .5  /5  05  15  25  35  45  55  65  75  85  95  :5  ;5  <5  =5  >5  ?5  @5  A5  B5  C5  D5  E5  F5  G5  H5  I5  J5  K5  L5  M5  N5  O5  P5  Q5  R5  S5  T5  U5  V5  W5  X5  Y5  Z5  [5  \5  ]5  ^5  _5  `5  a5  b5  c5  d5  e5  f5  g5  h5  i5  j5  k5  l5  m5  n5  o5  p5  q5  r5  s5  t5  u5  v5  w5  x5  y5  z5  {5  |5  }5  ~5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5  5   6  6  6  6  6  6  6  6  6  	6  
6  6  6  
6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6   6  !6  "6  #6  $6  %6  &6  '6  (6  )6  *6  +6  ,6  -6  .6  /6  06  16  26  36  46  56  66  76  86  96  :6  ;6  <6  =6  >6  ?6  @6  A6  B6  C6  D6  E6  F6  G6  H6  I6  J6  K6  L6  M6  N6  O6  P6  Q6  R6  S6  T6  U6  V6  W6  X6  Y6  Z6  [6  \6  ]6  ^6  _6  `6  a6  b6  c6  d6  e6  f6  g6  h6  i6  j6  k6  l6  m6  n6  o6  p6  q6  r6  s6  t6  u6  v6  w6  x6  y6  z6  {6  |6  }6  ~6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6  6   7  7  7  7  7  7  7  7  7  	7  
7  7  7  
7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7   7  !7  "7  #7  $7  %7  &7  '7  (7  )7  *7  +7  ,7  -7  .7  /7  07  17  27  37  47  57  67  77  87  97  :7  ;7  <7  =7  >7  ?7  @7  A7  B7  C7  D7  E7  F7  G7  H7  I7  J7  K7  L7  M7  N7  O7  P7  Q7  R7  S7  T7  U7  V7  W7  X7  Y7  Z7  [7  \7  ]7  ^7  _7  `7  a7  b7  c7  d7  e7  f7  g7  h7  i7  j7  k7  l7  m7  n7  o7  p7  q7  r7  s7  t7  u7  v7  w7  x7  y7  z7  {7  |7  }7  ~7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7  7   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  '8  (8  )8  *8  +8  ,8  -8  .8  /8  08  18  28  38  48  58  68  78  88  98  :8  ;8  <8  =8  >8  ?8  @8  A8  B8  C8  D8  E8  F8  G8  H8  I8  J8  K8  L8  M8  N8  O8  P8  Q8  R8  S8  T8  U8  V8  W8  X8  Y8  Z8  [8  \8  ]8  ^8  _8  `8  a8  b8  c8  d8  e8  f8  g8  h8  i8  j8  k8  l8  m8  n8  o8  p8  q8  r8  s8  t8  u8  v8  w8  x8  y8  z8  {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  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  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  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8  8   9  9  9  9  9  9  9  9  9  	9  
9  9  9  
9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9   9  !9  "9  #9  $9  %9  &9  '9  (9  )9  *9  +9  ,9  -9  .9  /9  09  19  29  39  49  59  69  79  89  99  :9  ;9  <9  =9  >9  ?9  @9  A9  B9  C9  D9  E9  F9  G9  H9  I9  J9  K9  L9  M9  N9  O9  P9  Q9  R9  S9  T9  U9  V9  W9  X9  Y9  Z9  [9  \9  ]9  ^9  _9  `9  a9  b9  c9  d9  e9  f9  g9  h9  i9  j9  k9  l9  m9  n9  o9  p9  q9  r9  s9  t9  u9  v9  w9  x9  y9  z9  {9  |9  }9  ~9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9  9   :  :  :  :  :  :  :  :  :  	:  
:  :  :  
:  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :  :   :  !:  ":  #:  $:  %:  &:  ':  (:  ):  *:  +:  ,:  -:  .:  /:  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@  {@  |@  }@  ~@  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @  @   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  0A  1A  2A  3A  4A  5A  6A  7A  8A  9A  :A  ;A  <A  =A  >A  ?A  @A  AA  BA  CA  DA  EA  FA  GA  HA  IA  JA  KA  LA  MA  NA  OA  PA  QA  RA  SA  TA  UA  VA  WA  XA  YA  ZA  [A  \A  ]A  ^A  _A  `A  aA  bA  cA  dA  eA  fA  gA  hA  iA  jA  kA  lA  mA  nA  oA  pA  qA  rA  sA  tA  uA  vA  wA  xA  yA  zA  {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  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   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  0B  1B  2B  3B  4B  5B  6B  7B  8B  9B  :B  ;B  <B  =B  >B  ?B  @B  AB  BB  CB  DB  EB  FB  GB  HB  IB  JB  KB  LB  MB  NB  OB  PB  QB  RB  SB  TB  UB  VB  WB  XB  YB  ZB  [B  \B  ]B  ^B  _B  `B  aB  bB  cB  dB  eB  fB  gB  hB  iB  jB  kB  lB  mB  nB  oB  pB  qB  rB  sB  tB  uB  vB  wB  xB  yB  zB  {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  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  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B  B   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  0C  1C  2C  3C  4C  5C  6C  7C  8C  9C  :C  ;C  <C  =C  >C  ?C  @C  AC  BC  CC  DC  EC  FC  GC  HC  IC  JC  KC  LC  MC  NC  OC  PC  QC  RC  SC  TC  UC  VC  WC  XC  YC  ZC  [C  \C  ]C  ^C  _C  `C  aC  bC  cC  dC  eC  fC  gC  hC  iC  jC  kC  lC  mC  nC  oC  pC  qC  rC  sC  tC  uC  vC  wC  xC  yC  zC  {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  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   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  0D  1D  2D  3D  4D  5D  6D  7D  8D  9D  :D  ;D  <D  =D  >D  ?D  @D  AD  BD  CD  DD  ED  FD  GD  HD  ID  JD  KD  LD  MD  ND  OD  PD  QD  RD  SD  TD  UD  VD  WD  XD  YD  ZD  [D  \D  ]D  ^D  _D  `D  aD  bD  cD  dD  eD  fD  gD  hD  iD  jD  kD  lD  mD  nD  oD  pD  qD  rD  sD  tD  uD  vD  wD  xD  yD  zD  {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  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   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  0E  1E  2E  3E  4E  5E  6E  7E  8E  9E  :E  ;E  <E  =E  >E  ?E  @E  AE  BE  CE  DE  EE  FE  GE  HE  IE  JE  KE  LE  ME  NE  OE  PE  QE  RE  SE  TE  UE  VE  WE  XE  YE  ZE  [E  \E  ]E  ^E  _E  `E  aE  bE  cE  dE  eE  fE  gE  hE  iE  jE  kE  lE  mE  nE  oE  pE  qE  rE  sE  tE  uE  vE  wE  xE  yE  zE  {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  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   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  0F  1F  2F  3F  4F  5F  6F  7F  8F  9F  :F  ;F  <F  =F  >F  ?F  @F  AF  BF  CF  DF  EF  FF  GF  HF  IF  JF  KF  LF  MF  NF  OF  PF  QF  RF  SF  TF  UF  VF  WF  XF  YF  ZF  [F  \F  ]F  ^F  _F  `F  aF  bF  cF  dF  eF  fF  gF  hF  iF  jF  kF  lF  mF  nF  oF  pF  qF  rF  sF  tF  uF  vF  wF  xF  yF  zF  {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  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   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  0G  1G  2G  3G  4G  5G  6G  7G  8G  9G  :G  ;G  <G  =G  >G  ?G  @G  AG  BG  CG  DG  EG  FG  GG  HG  IG  JG  KG  LG  MG  NG  OG  PG  QG  RG  SG  TG  UG  VG  WG  XG  YG  ZG  [G  \G  ]G  ^G  _G  `G  aG  bG  cG  dG  eG  fG  gG  hG  iG  jG  kG  lG  mG  nG  oG  pG  qG  rG  sG  tG  uG  vG  wG  xG  yG  zG  {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  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   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  0H  1H  2H  3H  4H  5H  6H  7H  8H  9H  :H  ;H  <H  =H  >H  ?H  @H  AH  BH  CH  DH  EH  FH  GH  HH  IH  JH  KH  LH  MH  NH  OH  PH  QH  RH  SH  TH  UH  VH  WH  XH  YH  ZH  [H  \H  ]H  ^H  _H  `H  aH  bH  cH  dH  eH  fH  gH  hH  iH  jH  kH  lH  mH  nH  oH  pH  qH  rH  sH  tH  uH  vH  wH  xH  yH  zH  {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  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   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  0I  1I  2I  3I  4I  5I  6I  7I  8I  9I  :I  ;I  <I  =I  >I  ?I  @I  AI  BI  CI  DI  EI  FI  GI  HI  II  JI  KI  LI  MI  NI  OI  PI  QI  RI  SI  TI  UI  VI  WI  XI  YI  ZI  [I  \I  ]I  ^I  _I  `I  aI  bI  cI  dI  eI  fI  gI  hI  iI  jI  kI  lI  mI  nI  oI  pI  qI  rI  sI  tI  uI  vI  wI  xI  yI  zI  {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  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   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  0J  1J  2J  3J  4J  5J  6J  7J  8J  9J  :J  ;J  <J  =J  >J  ?J  @J  AJ  BJ  CJ  DJ  EJ  FJ  GJ  HJ  IJ  JJ  KJ  LJ  MJ  NJ  OJ  PJ  QJ  RJ  SJ  TJ  UJ  VJ  WJ  XJ  YJ  ZJ  [J  \J  ]J  ^J  _J  `J  aJ  bJ  cJ  dJ  eJ  fJ  gJ  hJ  iJ  jJ  kJ  lJ  mJ  nJ  oJ  pJ  qJ  rJ  sJ  tJ  uJ  vJ  wJ  xJ  yJ  zJ  {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  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J  J   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  0K  1K  2K  3K  4K  5K  6K  7K  8K  9K  :K  ;K  <K  =K  >K  ?K  @K  AK  BK  CK  DK  EK  FK  GK  HK  IK  JK  KK  LK  MK  NK  OK  PK  QK  RK  SK  TK  UK  VK  WK  XK  YK  ZK  [K  \K  ]K  ^K  _K  `K  aK  bK  cK  dK  eK  fK  gK  hK  iK  jK  kK  lK  mK  nK  oK  pK  qK  rK  sK  tK  uK  vK  wK  xK  yK  zK  {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  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   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  0L  1L  2L  3L  4L  5L  6L  7L  8L  9L  :L  ;L  <L  =L  >L  ?L  @L  AL  BL  CL  DL  EL  FL  GL  HL  IL  JL  KL  LL  ML  NL  OL  PL  QL  RL  SL  TL  UL  VL  WL  XL  YL  ZL  [L  \L  ]L  ^L  _L  `L  aL  bL  cL  dL  eL  fL  gL  hL  iL  jL  kL  lL  mL  nL  oL  pL  qL  rL  sL  tL  uL  vL  wL  xL  yL  zL  {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  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  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L  L   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  0M  1M  2M  3M  4M  5M  6M  7M  8M  9M  :M  ;M  <M  =M  >M  ?M  @M  AM  BM  CM  DM  EM  FM  GM  HM  IM  JM  KM  LM  MM  NM  OM  PM  QM  RM  SM  TM  UM  VM  WM  XM  YM  ZM  [M  \M  ]M  ^M  _M  `M  aM  bM  cM  dM  eM  fM  gM  hM  iM  jM  kM  lM  mM  nM  oM  pM  qM  rM  sM  tM  uM  vM  wM  xM  yM  zM  {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  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   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  0N  1N  2N  3N  4N  5N  6N  7N  8N  9N  :N  ;N  <N  =N  >N  ?N  @N  AN  BN  CN  DN  EN  FN  GN  HN  IN  JN  KN  LN  MN  NN  ON  PN  QN  RN  SN  TN  UN  VN  WN  XN  YN  ZN  [N  \N  ]N  ^N  _N  `N  aN  bN  cN  dN  eN  fN  gN  hN  iN  jN  kN  lN  mN  nN  oN  pN  qN  rN  sN  tN  uN  vN  wN  xN  yN  zN  {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  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   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  0O  1O  2O  3O  4O  5O  6O  7O  8O  9O  :O  ;O  <O  =O  >O  ?O  @O  AO  BO  CO  DO  EO  FO  GO  HO  IO  JO  KO  LO  MO  NO  OO  PO  QO  RO  SO  TO  UO  VO  WO  XO  YO  ZO  [O  \O  ]O  ^O  _O  `O  aO  bO  cO  dO  eO  fO  gO  hO  iO  jO  kO  lO  mO  nO  oO  pO  qO  rO  sO  tO  uO  vO  wO  xO  yO  zO  {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  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   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  0P  1P  2P  3P  4P  5P  6P  7P  8P  9P  :P  ;P  <P  =P  >P  ?P  @P  AP  BP  CP  DP  EP  FP  GP  HP  IP  JP  KP  LP  MP  NP  OP  PP  QP  RP  SP  TP  UP  VP  WP  XP  YP  ZP  [P  \P  ]P  ^P  _P  `P  aP  bP  cP  dP  eP  fP  gP  hP  iP  jP  kP  lP  mP  nP  oP  pP  qP  rP  sP  tP  uP  vP  wP  xP  yP  zP  {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  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   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  0Q  1Q  2Q  3Q  4Q  5Q  6Q  7Q  8Q  9Q  :Q  ;Q  <Q  =Q  >Q  ?Q  @Q  AQ  BQ  CQ  DQ  EQ  FQ  GQ  HQ  IQ  JQ  KQ  LQ  MQ  NQ  OQ  PQ  QQ  RQ  SQ  TQ  UQ  VQ  WQ  XQ  YQ  ZQ  [Q  \Q  ]Q  ^Q  _Q  `Q  aQ  bQ  cQ  dQ  eQ  fQ  gQ  hQ  iQ  jQ  kQ  lQ  mQ  nQ  oQ  pQ  qQ  rQ  sQ  tQ  uQ  vQ  wQ  xQ  yQ  zQ  {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  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   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  0R  1R  2R  3R  4R  5R  6R  7R  8R  9R  :R  ;R  <R  =R  >R  ?R  @R  AR  BR  CR  DR  ER  FR  GR  HR  IR  JR  KR  LR  MR  NR  OR  PR  QR  RR  SR  TR  UR  VR  WR  XR  YR  ZR  [R  \R  ]R  ^R  _R  `R  aR  bR  cR  dR  eR  fR  gR  hR  iR  jR  kR  lR  mR  nR  oR  pR  qR  rR  sR  tR  uR  vR  wR  xR  yR  zR  {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  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   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  0S  1S  2S  3S  4S  5S  6S  7S  8S  9S  :S  ;S  <S  =S  >S  ?S  @S  AS  BS  CS  DS  ES  FS  GS  HS  IS  JS  KS  LS  MS  NS  OS  PS  QS  RS  SS  TS  US  VS  WS  XS  YS  ZS  [S  \S  ]S  ^S  _S  `S  aS  bS  cS  dS  eS  fS  gS  hS  iS  jS  kS  lS  mS  nS  oS  pS  qS  rS  sS  tS  uS  vS  wS  xS  yS  zS  {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  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   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  0T  1T  2T  3T  4T  5T  6T  7T  8T  9T  :T  ;T  <T  =T  >T  ?T  @T  AT  BT  CT  DT  ET  FT  GT  HT  IT  JT  KT  LT  MT  NT  OT  PT  QT  RT  ST  TT  UT  VT  WT  XT  YT  ZT  [T  \T  ]T  ^T  _T  `T  aT  bT  cT  dT  eT  fT  gT  hT  iT  jT  kT  lT  mT  nT  oT  pT  qT  rT  sT  tT  uT  vT  wT  xT  yT  zT  {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  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   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  0U  1U  2U  3U  4U  5U  6U  7U  8U  9U  :U  ;U  <U  =U  >U  ?U  @U  AU  BU  CU  DU  EU  FU  GU  HU  IU  JU  KU  LU  MU  NU  OU  PU  QU  RU  SU  TU  UU  VU  WU  XU  YU  ZU  [U  \U  ]U  ^U  _U  `U  aU  bU  cU  dU  eU  fU  gU  hU  iU  jU  kU  lU  mU  nU  oU  pU  qU  rU  sU  tU  uU  vU  wU  xU  yU  zU  {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  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   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  0V  1V  2V  3V  4V  5V  6V  7V  8V  9V  :V  ;V  <V  =V  >V  ?V  @V  AV  BV  CV  DV  EV  FV  GV  HV  IV  JV  KV  LV  MV  NV  OV  PV  QV  RV  SV  TV  UV  VV  WV  XV  YV  ZV  [V  \V  ]V  ^V  _V  `V  aV  bV  cV  dV  eV  fV  gV  hV  iV  jV  kV  lV  mV  nV  oV  pV  qV  rV  sV  tV  uV  vV  wV  xV  yV  zV  {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  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   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  0W  1W  2W  3W  4W  5W  6W  7W  8W  9W  :W  ;W  <W  =W  >W  ?W  @W  AW  BW  CW  DW  EW  FW  GW  HW  IW  JW  KW  LW  MW  NW  OW  PW  QW  RW  SW  TW  UW  VW  WW  XW  YW  ZW  [W  \W  ]W  ^W  _W  `W  aW  bW  cW  dW  eW  fW  gW  hW  iW  jW  kW  lW  mW  nW  oW  pW  qW  rW  sW  tW  uW  vW  wW  xW  yW  zW  {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  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   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  0X  1X  2X  3X  4X  5X  6X  7X  8X  9X  :X  ;X  <X  =X  >X  ?X  @X  AX  BX  CX  DX  EX  FX  GX  HX  IX  JX  KX  LX  MX  NX  OX  PX  QX  RX  SX  TX  UX  VX  WX  XX  YX  ZX  [X  \X  ]X  ^X  _X  `X  aX  bX  cX  dX  eX  fX  gX  hX  iX  jX  kX  lX  mX  nX  oX  pX  qX  rX  sX  tX  uX  vX  wX  xX  yX  zX  {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  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   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  0Y  1Y  2Y  3Y  4Y  5Y  6Y  7Y  8Y  9Y  :Y  ;Y  <Y  =Y  >Y  ?Y  @Y  AY  BY  CY  DY  EY  FY  GY  HY  IY  JY  KY  LY  MY  NY  OY  PY  QY  RY  SY  TY  UY  VY  WY  XY  YY  ZY  [Y  \Y  ]Y  ^Y  _Y  `Y  aY  bY  cY  dY  eY  fY  gY  hY  iY  jY  kY  lY  mY  nY  oY  pY  qY  rY  sY  tY  uY  vY  wY  xY  yY  zY  {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  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   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  0Z  1Z  2Z  3Z  4Z  5Z  6Z  7Z  8Z  9Z  :Z  ;Z  <Z  =Z  >Z  ?Z  @Z  AZ  BZ  CZ  DZ  EZ  FZ  GZ  HZ  IZ  JZ  KZ  LZ  MZ  NZ  OZ  PZ  QZ  RZ  SZ  TZ  UZ  VZ  WZ  XZ  YZ  ZZ  [Z  \Z  ]Z  ^Z  _Z  `Z  aZ  bZ  cZ  dZ  eZ  fZ  gZ  hZ  iZ  jZ  kZ  lZ  mZ  nZ  oZ  pZ  qZ  rZ  sZ  tZ  uZ  vZ  wZ  xZ  yZ  zZ  {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  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[  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`  {`  |`  }`  ~`  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `  `   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  0a  1a  2a  3a  4a  5a  6a  7a  8a  9a  :a  ;a  <a  =a  >a  ?a  @a  Aa  Ba  Ca  Da  Ea  Fa  Ga  Ha  Ia  Ja  Ka  La  Ma  Na  Oa  Pa  Qa  Ra  Sa  Ta  Ua  Va  Wa  Xa  Ya  Za  [a  \a  ]a  ^a  _a  `a  aa  ba  ca  da  ea  fa  ga  ha  ia  ja  ka  la  ma  na  oa  pa  qa  ra  sa  ta  ua  va  wa  xa  ya  za  {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  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   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  0b  1b  2b  3b  4b  5b  6b  7b  8b  9b  :b  ;b  <b  =b  >b  ?b  @b  Ab  Bb  Cb  Db  Eb  Fb  Gb  Hb  Ib  Jb  Kb  Lb  Mb  Nb  Ob  Pb  Qb  Rb  Sb  Tb  Ub  Vb  Wb  Xb  Yb  Zb  [b  \b  ]b  ^b  _b  `b  ab  bb  cb  db  eb  fb  gb  hb  ib  jb  kb  lb  mb  nb  ob  pb  qb  rb  sb  tb  ub  vb  wb  xb  yb  zb  {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  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  b  b  b  b  b  b  b  b  b  b  b  b  b  b  b  b  b  b  b   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  0c  1c  2c  3c  4c  5c  6c  7c  8c  9c  :c  ;c  <c  =c  >c  ?c  @c  Ac  Bc  Cc  Dc  Ec  Fc  Gc  Hc  Ic  Jc  Kc  Lc  Mc  Nc  Oc  Pc  Qc  Rc  Sc  Tc  Uc  Vc  Wc  Xc  Yc  Zc  [c  \c  ]c  ^c  _c  `c  ac  bc  cc  dc  ec  fc  gc  hc  ic  jc  kc  lc  mc  nc  oc  pc  qc  rc  sc  tc  uc  vc  wc  xc  yc  zc  {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  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   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  0d  1d  2d  3d  4d  5d  6d  7d  8d  9d  :d  ;d  <d  =d  >d  ?d  @d  Ad  Bd  Cd  Dd  Ed  Fd  Gd  Hd  Id  Jd  Kd  Ld  Md  Nd  Od  Pd  Qd  Rd  Sd  Td  Ud  Vd  Wd  Xd  Yd  Zd  [d  \d  ]d  ^d  _d  `d  ad  bd  cd  dd  ed  fd  gd  hd  id  jd  kd  ld  md  nd  od  pd  qd  rd  sd  td  ud  vd  wd  xd  yd  zd  {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  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   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  0e  1e  2e  3e  4e  5e  6e  7e  8e  9e  :e  ;e  <e  =e  >e  ?e  @e  Ae  Be  Ce  De  Ee  Fe  Ge  He  Ie  Je  Ke  Le  Me  Ne  Oe  Pe  Qe  Re  Se  Te  Ue  Ve  We  Xe  Ye  Ze  [e  \e  ]e  ^e  _e  `e  ae  be  ce  de  ee  fe  ge  he  ie  je  ke  le  me  ne  oe  pe  qe  re  se  te  ue  ve  we  xe  ye  ze  {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  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   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  0f  1f  2f  3f  4f  5f  6f  7f  8f  9f  :f  ;f  <f  =f  >f  ?f  @f  Af  Bf  Cf  Df  Ef  Ff  Gf  Hf  If  Jf  Kf  Lf  Mf  Nf  Of  Pf  Qf  Rf  Sf  Tf  Uf  Vf  Wf  Xf  Yf  Zf  [f  \f  ]f  ^f  _f  `f  af  bf  cf  df  ef  ff  gf  hf  if  jf  kf  lf  mf  nf  of  pf  qf  rf  sf  tf  uf  vf  wf  xf  yf  zf  {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  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   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  0g  1g  2g  3g  4g  5g  6g  7g  8g  9g  :g  ;g  <g  =g  >g  ?g  @g  Ag  Bg  Cg  Dg  Eg  Fg  Gg  Hg  Ig  Jg  Kg  Lg  Mg  Ng  Og  Pg  Qg  Rg  Sg  Tg  Ug  Vg  Wg  Xg  Yg  Zg  [g  \g  ]g  ^g  _g  `g  ag  bg  cg  dg  eg  fg  gg  hg  ig  jg  kg  lg  mg  ng  og  pg  qg  rg  sg  tg  ug  vg  wg  xg  yg  zg  {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  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   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  0h  1h  2h  3h  4h  5h  6h  7h  8h  9h  :h  ;h  <h  =h  >h  ?h  @h  Ah  Bh  Ch  Dh  Eh  Fh  Gh  Hh  Ih  Jh  Kh  Lh  Mh  Nh  Oh  Ph  Qh  Rh  Sh  Th  Uh  Vh  Wh  Xh  Yh  Zh  [h  \h  ]h  ^h  _h  `h  ah  bh  ch  dh  eh  fh  gh  hh  ih  jh  kh  lh  mh  nh  oh  ph  qh  rh  sh  th  uh  vh  wh  xh  yh  zh  {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  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   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  0i  1i  2i  3i  4i  5i  6i  7i  8i  9i  :i  ;i  <i  =i  >i  ?i  @i  Ai  Bi  Ci  Di  Ei  Fi  Gi  Hi  Ii  Ji  Ki  Li  Mi  Ni  Oi  Pi  Qi  Ri  Si  Ti  Ui  Vi  Wi  Xi  Yi  Zi  [i  \i  ]i  ^i  _i  `i  ai  bi  ci  di  ei  fi  gi  hi  ii  ji  ki  li  mi  ni  oi  pi  qi  ri  si  ti  ui  vi  wi  xi  yi  zi  {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  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   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  0j  1j  2j  3j  4j  5j  6j  7j  8j  9j  :j  ;j  <j  =j  >j  ?j  @j  Aj  Bj  Cj  Dj  Ej  Fj  Gj  Hj  Ij  Jj  Kj  Lj  Mj  Nj  Oj  Pj  Qj  Rj  Sj  Tj  Uj  Vj  Wj  Xj  Yj  Zj  [j  \j  ]j  ^j  _j  `j  aj  bj  cj  dj  ej  fj  gj  hj  ij  jj  kj  lj  mj  nj  oj  pj  qj  rj  sj  tj  uj  vj  wj  xj  yj  zj  {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  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j  j   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  0k  1k  2k  3k  4k  5k  6k  7k  8k  9k  :k  ;k  <k  =k  >k  ?k  @k  Ak  Bk  Ck  Dk  Ek  Fk  Gk  Hk  Ik  Jk  Kk  Lk  Mk  Nk  Ok  Pk  Qk  Rk  Sk  Tk  Uk  Vk  Wk  Xk  Yk  Zk  [k  \k  ]k  ^k  _k  `k  ak  bk  ck  dk  ek  fk  gk  hk  ik  jk  kk  lk  mk  nk  ok  pk  qk  rk  sk  tk  uk  vk  wk  xk  yk  zk  {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  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   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  0l  1l  2l  3l  4l  5l  6l  7l  8l  9l  :l  ;l  <l  =l  >l  ?l  @l  Al  Bl  Cl  Dl  El  Fl  Gl  Hl  Il  Jl  Kl  Ll  Ml  Nl  Ol  Pl  Ql  Rl  Sl  Tl  Ul  Vl  Wl  Xl  Yl  Zl  [l  \l  ]l  ^l  _l  `l  al  bl  cl  dl  el  fl  gl  hl  il  jl  kl  ll  ml  nl  ol  pl  ql  rl  sl  tl  ul  vl  wl  xl  yl  zl  {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  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  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l  l   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  0m  1m  2m  3m  4m  5m  6m  7m  8m  9m  :m  ;m  <m  =m  >m  ?m  @m  Am  Bm  Cm  Dm  Em  Fm  Gm  Hm  Im  Jm  Km  Lm  Mm  Nm  Om  Pm  Qm  Rm  Sm  Tm  Um  Vm  Wm  Xm  Ym  Zm  [m  \m  ]m  ^m  _m  `m  am  bm  cm  dm  em  fm  gm  hm  im  jm  km  lm  mm  nm  om  pm  qm  rm  sm  tm  um  vm  wm  xm  ym  zm  {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  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   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  0n  1n  2n  3n  4n  5n  6n  7n  8n  9n  :n  ;n  <n  =n  >n  ?n  @n  An  Bn  Cn  Dn  En  Fn  Gn  Hn  In  Jn  Kn  Ln  Mn  Nn  On  Pn  Qn  Rn  Sn  Tn  Un  Vn  Wn  Xn  Yn  Zn  [n  \n  ]n  ^n  _n  `n  an  bn  cn  dn  en  fn  gn  hn  in  jn  kn  ln  mn  nn  on  pn  qn  rn  sn  tn  un  vn  wn  xn  yn  zn  {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  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   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  0o  1o  2o  3o  4o  5o  6o  7o  8o  9o  :o  ;o  <o  =o  >o  ?o  @o  Ao  Bo  Co  Do  Eo  Fo  Go  Ho  Io  Jo  Ko  Lo  Mo  No  Oo  Po  Qo  Ro  So  To  Uo  Vo  Wo  Xo  Yo  Zo  [o  \o  ]o  ^o  _o  `o  ao  bo  co  do  eo  fo  go  ho  io  jo  ko  lo  mo  no  oo  po  qo  ro  so  to  uo  vo  wo  xo  yo  zo  {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  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   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  0p  1p  2p  3p  4p  5p  6p  7p  8p  9p  :p  ;p  <p  =p  >p  ?p  @p  Ap  Bp  Cp  Dp  Ep  Fp  Gp  Hp  Ip  Jp  Kp  Lp  Mp  Np  Op  Pp  Qp  Rp  Sp  Tp  Up  Vp  Wp  Xp  Yp  Zp  [p  \p  ]p  ^p  _p  `p  ap  bp  cp  dp  ep  fp  gp  hp  ip  jp  kp  lp  mp  np  op  pp  qp  rp  sp  tp  up  vp  wp  xp  yp  zp  {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  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   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  0q  1q  2q  3q  4q  5q  6q  7q  8q  9q  :q  ;q  <q  =q  >q  ?q  @q  Aq  Bq  Cq  Dq  Eq  Fq  Gq  Hq  Iq  Jq  Kq  Lq  Mq  Nq  Oq  Pq  Qq  Rq  Sq  Tq  Uq  Vq  Wq  Xq  Yq  Zq  [q  \q  ]q  ^q  _q  `q  aq  bq  cq  dq  eq  fq  gq  hq  iq  jq  kq  lq  mq  nq  oq  pq  qq  rq  sq  tq  uq  vq  wq  xq  yq  zq  {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  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   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  0r  1r  2r  3r  4r  5r  6r  7r  8r  9r  :r  ;r  <r  =r  >r  ?r  @r  Ar  Br  Cr  Dr  Er  Fr  Gr  Hr  Ir  Jr  Kr  Lr  Mr  Nr  Or  Pr  Qr  Rr  Sr  Tr  Ur  Vr  Wr  Xr  Yr  Zr  [r  \r  ]r  ^r  _r  `r  ar  br  cr  dr  er  fr  gr  hr  ir  jr  kr  lr  mr  nr  or  pr  qr  rr  sr  tr  ur  vr  wr  xr  yr  zr  {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  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   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  0s  1s  2s  3s  4s  5s  6s  7s  8s  9s  :s  ;s  <s  =s  >s  ?s  @s  As  Bs  Cs  Ds  Es  Fs  Gs  Hs  Is  Js  Ks  Ls  Ms  Ns  Os  Ps  Qs  Rs  Ss  Ts  Us  Vs  Ws  Xs  Ys  Zs  [s  \s  ]s  ^s  _s  `s  as  bs  cs  ds  es  fs  gs  hs  is  js  ks  ls  ms  ns  os  ps  qs  rs  ss  ts  us  vs  ws  xs  ys  zs  {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  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   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  0t  1t  2t  3t  4t  5t  6t  7t  8t  9t  :t  ;t  <t  =t  >t  ?t  @t  At  Bt  Ct  Dt  Et  Ft  Gt  Ht  It  Jt  Kt  Lt  Mt  Nt  Ot  Pt  Qt  Rt  St  Tt  Ut  Vt  Wt  Xt  Yt  Zt  [t  \t  ]t  ^t  _t  `t  at  bt  ct  dt  et  ft  gt  ht  it  jt  kt  lt  mt  nt  ot  pt  qt  rt  st  tt  ut  vt  wt  xt  yt  zt  {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  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   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  0u  1u  2u  3u  4u  5u  6u  7u  8u  9u  :u  ;u  <u  =u  >u  ?u  @u  Au  Bu  Cu  Du  Eu  Fu  Gu  Hu  Iu  Ju  Ku  Lu  Mu  Nu  Ou  Pu  Qu  Ru  Su  Tu  Uu  Vu  Wu  Xu  Yu  Zu  [u  \u  ]u  ^u  _u  `u  au  bu  cu  du  eu  fu  gu  hu  iu  ju  ku  lu  mu  nu  ou  pu  qu  ru  su  tu  uu  vu  wu  xu  yu  zu  {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  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   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  0v  1v  2v  3v  4v  5v  6v  7v  8v  9v  :v  ;v  <v  =v  >v  ?v  @v  Av  Bv  Cv  Dv  Ev  Fv  Gv  Hv  Iv  Jv  Kv  Lv  Mv  Nv  Ov  Pv  Qv  Rv  Sv  Tv  Uv  Vv  Wv  Xv  Yv  Zv  [v  \v  ]v  ^v  _v  `v  av  bv  cv  dv  ev  fv  gv  hv  iv  jv  kv  lv  mv  nv  ov  pv  qv  rv  sv  tv  uv  vv  wv  xv  yv  zv  {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  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   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  0w  1w  2w  3w  4w  5w  6w  7w  8w  9w  :w  ;w  <w  =w  >w  ?w  @w  Aw  Bw  Cw  Dw  Ew  Fw  Gw  Hw  Iw  Jw  Kw  Lw  Mw  Nw  Ow  Pw  Qw  Rw  Sw  Tw  Uw  Vw  Ww  Xw  Yw  Zw  [w  \w  ]w  ^w  _w  `w  aw  bw  cw  dw  ew  fw  gw  hw  iw  jw  kw  lw  mw  nw  ow  pw  qw  rw  sw  tw  uw  vw  ww  xw  yw  zw  {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  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   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  0x  1x  2x  3x  4x  5x  6x  7x  8x  9x  :x  ;x  <x  =x  >x  ?x  @x  Ax  Bx  Cx  Dx  Ex  Fx  Gx  Hx  Ix  Jx  Kx  Lx  Mx  Nx  Ox  Px  Qx  Rx  Sx  Tx  Ux  Vx  Wx  Xx  Yx  Zx  [x  \x  ]x  ^x  _x  `x  ax  bx  cx  dx  ex  fx  gx  hx  ix  jx  kx  lx  mx  nx  ox  px  qx  rx  sx  tx  ux  vx  wx  xx  yx  zx  {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  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   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  0y  1y  2y  3y  4y  5y  6y  7y  8y  9y  :y  ;y  <y  =y  >y  ?y  @y  Ay  By  Cy  Dy  Ey  Fy  Gy  Hy  Iy  Jy  Ky  Ly  My  Ny  Oy  Py  Qy  Ry  Sy  Ty  Uy  Vy  Wy  Xy  Yy  Zy  [y  \y  ]y  ^y  _y  `y  ay  by  cy  dy  ey  fy  gy  hy  iy  jy  ky  ly  my  ny  oy  py  qy  ry  sy  ty  uy  vy  wy  xy  yy  zy  {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  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   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  0z  1z  2z  3z  4z  5z  6z  7z  8z  9z  :z  ;z  <z  =z  >z  ?z  @z  Az  Bz  Cz  Dz  Ez  Fz  Gz  Hz  Iz  Jz  Kz  Lz  Mz  Nz  Oz  Pz  Qz  Rz  Sz  Tz  Uz  Vz  Wz  Xz  Yz  Zz  [z  \z  ]z  ^z  _z  `z  az  bz  cz  dz  ez  fz  gz  hz  iz  jz  kz  lz  mz  nz  oz  pz  qz  rz  sz  tz  uz  vz  wz  xz  yz  zz  {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  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{  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  {  |  }  ~                                                                                                                                          Ä  Ą  ń  Ƅ  Ǆ  Ȅ  Ʉ  ʄ  ˄  ̄  ̈́  ΄  τ  Є  ф  ҄  ӄ  Ԅ  Մ  ք  ׄ  ؄  ل  ڄ  ۄ  ܄  ݄  ބ  ߄                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                          Î  Ď  Ŏ  Ǝ  ǎ  Ȏ  Ɏ  ʎ  ˎ  ̎  ͎  Ύ  ώ  Ў  ю  Ҏ  ӎ  Ԏ  Վ  ֎  ׎  ؎  َ  ڎ  ێ  ܎  ݎ  ގ  ߎ                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                          Ø  Ę  Ř  Ƙ  ǘ  Ș  ɘ  ʘ  ˘  ̘  ͘  Θ  Ϙ  И  ј  Ҙ  Ә  Ԙ  ՘  ֘  ט  ؘ  ٘  ژ  ۘ  ܘ  ݘ  ޘ  ߘ                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                        ¢  â  Ģ  Ţ  Ƣ  Ǣ  Ȣ  ɢ  ʢ  ˢ  ̢  ͢  ΢  Ϣ  Т  Ѣ  Ң  Ӣ  Ԣ  բ  ֢  ע  آ  ٢  ڢ  ۢ  ܢ  ݢ  ޢ  ߢ                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                        ¬  ì  Ĭ  Ŭ  Ƭ  Ǭ  Ȭ  ɬ  ʬ  ˬ  ̬  ͬ  ά  Ϭ  Ь  Ѭ  Ҭ  Ӭ  Ԭ  լ  ֬  ׬  ج  ٬  ڬ  ۬  ܬ  ݬ  ެ  ߬                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                        ¶  ö  Ķ  Ŷ  ƶ  Ƕ  ȶ  ɶ  ʶ  ˶  ̶  Ͷ  ζ  ϶  ж  Ѷ  Ҷ  Ӷ  Զ  ն  ֶ  ׶  ض  ٶ  ڶ  ۶  ܶ  ݶ  ޶  ߶                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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  {  |  }  ~                                                                                                                                                                                                                                                                                       	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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$ {$ |$ }$ ~$ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $ $  % % % % % % % % % 	% 
% % % 
% % % % % % % % % % % % % % % % % % %  % !% "% #% $% %% &% '% (% )% *% +% ,% -% .% /% 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. {. |. }. ~. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .  / / / / / / / / / 	/ 
/ / / 
/ / / / / / / / / / / / / / / / / / /  / !/ "/ #/ $/ %/ &/ '/ (/ )/ */ +/ ,/ -/ ./ // 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 0 0 0 0 0 0 0 0 	0 
0 0 0 
0 0 0 0 0 0 0 0 0 0 0 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 10 20 30 40 50 60 70 80 90 :0 ;0 <0 =0 >0 ?0 @0 A0 B0 C0 D0 E0 F0 G0 H0 I0 J0 K0 L0 M0 N0 O0 P0 Q0 R0 S0 T0 U0 V0 W0 X0 Y0 Z0 [0 \0 ]0 ^0 _0 `0 a0 b0 c0 d0 e0 f0 g0 h0 i0 j0 k0 l0 m0 n0 o0 p0 q0 r0 s0 t0 u0 v0 w0 x0 y0 z0 {0 |0 }0 ~0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 1 	1 
1 1 1 
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 !1 "1 #1 $1 %1 &1 '1 (1 )1 *1 +1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 ;1 <1 =1 >1 ?1 @1 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1 Q1 R1 S1 T1 U1 V1 W1 X1 Y1 Z1 [1 \1 ]1 ^1 _1 `1 a1 b1 c1 d1 e1 f1 g1 h1 i1 j1 k1 l1 m1 n1 o1 p1 q1 r1 s1 t1 u1 v1 w1 x1 y1 z1 {1 |1 }1 ~1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  2 2 2 2 2 2 2 2 2 	2 
2 2 2 
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  2 !2 "2 #2 $2 %2 &2 '2 (2 )2 *2 +2 ,2 -2 .2 /2 02 12 22 32 42 52 62 72 82 92 :2 ;2 <2 =2 >2 ?2 @2 A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2 N2 O2 P2 Q2 R2 S2 T2 U2 V2 W2 X2 Y2 Z2 [2 \2 ]2 ^2 _2 `2 a2 b2 c2 d2 e2 f2 g2 h2 i2 j2 k2 l2 m2 n2 o2 p2 q2 r2 s2 t2 u2 v2 w2 x2 y2 z2 {2 |2 }2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  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 03 13 23 33 43 53 63 73 83 93 :3 ;3 <3 =3 >3 ?3 @3 A3 B3 C3 D3 E3 F3 G3 H3 I3 J3 K3 L3 M3 N3 O3 P3 Q3 R3 S3 T3 U3 V3 W3 X3 Y3 Z3 [3 \3 ]3 ^3 _3 `3 a3 b3 c3 d3 e3 f3 g3 h3 i3 j3 k3 l3 m3 n3 o3 p3 q3 r3 s3 t3 u3 v3 w3 x3 y3 z3 {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 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  4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 !4 "4 #4 $4 %4 &4 '4 (4 )4 *4 +4 ,4 -4 .4 /4 04 14 24 34 44 54 64 74 84 94 :4 ;4 <4 =4 >4 ?4 @4 A4 B4 C4 D4 E4 F4 G4 H4 I4 J4 K4 L4 M4 N4 O4 P4 Q4 R4 S4 T4 U4 V4 W4 X4 Y4 Z4 [4 \4 ]4 ^4 _4 `4 a4 b4 c4 d4 e4 f4 g4 h4 i4 j4 k4 l4 m4 n4 o4 p4 q4 r4 s4 t4 u4 v4 w4 x4 y4 z4 {4 |4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  5 5 5 5 5 5 5 5 5 	5 
5 5 5 
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 !5 "5 #5 $5 %5 &5 '5 (5 )5 *5 +5 ,5 -5 .5 /5 05 15 25 35 45 55 65 75 85 95 :5 ;5 <5 =5 >5 ?5 @5 A5 B5 C5 D5 E5 F5 G5 H5 I5 J5 K5 L5 M5 N5 O5 P5 Q5 R5 S5 T5 U5 V5 W5 X5 Y5 Z5 [5 \5 ]5 ^5 _5 `5 a5 b5 c5 d5 e5 f5 g5 h5 i5 j5 k5 l5 m5 n5 o5 p5 q5 r5 s5 t5 u5 v5 w5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  6 6 6 6 6 6 6 6 6 	6 
6 6 6 
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 !6 "6 #6 $6 %6 &6 '6 (6 )6 *6 +6 ,6 -6 .6 /6 06 16 26 36 46 56 66 76 86 96 :6 ;6 <6 =6 >6 ?6 @6 A6 B6 C6 D6 E6 F6 G6 H6 I6 J6 K6 L6 M6 N6 O6 P6 Q6 R6 S6 T6 U6 V6 W6 X6 Y6 Z6 [6 \6 ]6 ^6 _6 `6 a6 b6 c6 d6 e6 f6 g6 h6 i6 j6 k6 l6 m6 n6 o6 p6 q6 r6 s6 t6 u6 v6 w6 x6 y6 z6 {6 |6 }6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  7 7 7 7 7 7 7 7 7 	7 
7 7 7 
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 !7 "7 #7 $7 %7 &7 '7 (7 )7 *7 +7 ,7 -7 .7 /7 07 17 27 37 47 57 67 77 87 97 :7 ;7 <7 =7 >7 ?7 @7 A7 B7 C7 D7 E7 F7 G7 H7 I7 J7 K7 L7 M7 N7 O7 P7 Q7 R7 S7 T7 U7 V7 W7 X7 Y7 Z7 [7 \7 ]7 ^7 _7 `7 a7 b7 c7 d7 e7 f7 g7 h7 i7 j7 k7 l7 m7 n7 o7 p7 q7 r7 s7 t7 u7 v7 w7 x7 y7 z7 {7 |7 }7 ~7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  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 '8 (8 )8 *8 +8 ,8 -8 .8 /8 08 18 28 38 48 58 68 78 88 98 :8 ;8 <8 =8 >8 ?8 @8 A8 B8 C8 D8 E8 F8 G8 H8 I8 J8 K8 L8 M8 N8 O8 P8 Q8 R8 S8 T8 U8 V8 W8 X8 Y8 Z8 [8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 j8 k8 l8 m8 n8 o8 p8 q8 r8 s8 t8 u8 v8 w8 x8 y8 z8 {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 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 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 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  9 9 9 9 9 9 9 9 9 	9 
9 9 9 
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 ,9 -9 .9 /9 09 19 29 39 49 59 69 79 89 99 :9 ;9 <9 =9 >9 ?9 @9 A9 B9 C9 D9 E9 F9 G9 H9 I9 J9 K9 L9 M9 N9 O9 P9 Q9 R9 S9 T9 U9 V9 W9 X9 Y9 Z9 [9 \9 ]9 ^9 _9 `9 a9 b9 c9 d9 e9 f9 g9 h9 i9 j9 k9 l9 m9 n9 o9 p9 q9 r9 s9 t9 u9 v9 w9 x9 y9 z9 {9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : : : : 	: 
: : : 
: : : : : : : : : : : : : : : : : : :  : !: ": #: $: %: &: ': (: ): *: +: ,: -: .: /: 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@ {@ |@ }@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  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 0A 1A 2A 3A 4A 5A 6A 7A 8A 9A :A ;A <A =A >A ?A @A AA BA CA DA EA FA GA HA IA JA KA LA MA NA OA PA QA RA SA TA UA VA WA XA YA ZA [A \A ]A ^A _A `A aA bA cA dA eA fA gA hA iA jA kA lA mA nA oA pA qA rA sA tA uA vA wA xA yA zA {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 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  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 0B 1B 2B 3B 4B 5B 6B 7B 8B 9B :B ;B <B =B >B ?B @B AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB [B \B ]B ^B _B `B aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB qB rB sB tB uB vB wB xB yB zB {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 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 B B B B B B B B B B B B B B B B B B B  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 0C 1C 2C 3C 4C 5C 6C 7C 8C 9C :C ;C <C =C >C ?C @C AC BC CC DC EC FC GC HC IC JC KC LC MC NC OC PC QC RC SC TC UC VC WC XC YC ZC [C \C ]C ^C _C `C aC bC cC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC wC xC yC zC {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 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  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 0D 1D 2D 3D 4D 5D 6D 7D 8D 9D :D ;D <D =D >D ?D @D AD BD CD DD ED FD GD HD ID JD KD LD MD ND OD PD QD RD SD TD UD VD WD XD YD ZD [D \D ]D ^D _D `D aD bD cD dD eD fD gD hD iD jD kD lD mD nD oD pD qD rD sD tD uD vD wD xD yD zD {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 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  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 0E 1E 2E 3E 4E 5E 6E 7E 8E 9E :E ;E <E =E >E ?E @E AE BE CE DE EE FE GE HE IE JE KE LE ME NE OE PE QE RE SE TE UE VE WE XE YE ZE [E \E ]E ^E _E `E aE bE cE dE eE fE gE hE iE jE kE lE mE nE oE pE qE rE sE tE uE vE wE xE yE zE {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 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  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 0F 1F 2F 3F 4F 5F 6F 7F 8F 9F :F ;F <F =F >F ?F @F AF BF CF DF EF FF GF HF IF JF KF LF MF NF OF PF QF RF SF TF UF VF WF XF YF ZF [F \F ]F ^F _F `F aF bF cF dF eF fF gF hF iF jF kF lF mF nF oF pF qF rF sF tF uF vF wF xF yF zF {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 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  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 0G 1G 2G 3G 4G 5G 6G 7G 8G 9G :G ;G <G =G >G ?G @G AG BG CG DG EG FG GG HG IG JG KG LG MG NG OG PG QG RG SG TG UG VG WG XG YG ZG [G \G ]G ^G _G `G aG bG cG dG eG fG gG hG iG jG kG lG mG nG oG pG qG rG sG tG uG vG wG xG yG zG {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 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  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 0H 1H 2H 3H 4H 5H 6H 7H 8H 9H :H ;H <H =H >H ?H @H AH BH CH DH EH FH GH HH IH JH KH LH MH NH OH PH QH RH SH TH UH VH WH XH YH ZH [H \H ]H ^H _H `H aH bH cH dH eH fH gH hH iH jH kH lH mH nH oH pH qH rH sH tH uH vH wH xH yH zH {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 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  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 0I 1I 2I 3I 4I 5I 6I 7I 8I 9I :I ;I <I =I >I ?I @I AI BI CI DI EI FI GI HI II JI KI LI MI NI OI PI QI RI SI TI UI VI WI XI YI ZI [I \I ]I ^I _I `I aI bI cI dI eI fI gI hI iI jI kI lI mI nI oI pI qI rI sI tI uI vI wI xI yI zI {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 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  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 0J 1J 2J 3J 4J 5J 6J 7J 8J 9J :J ;J <J =J >J ?J @J AJ BJ CJ DJ EJ FJ GJ HJ IJ JJ KJ LJ MJ NJ OJ PJ QJ RJ SJ TJ UJ VJ WJ XJ YJ ZJ [J \J ]J ^J _J `J aJ bJ cJ dJ eJ fJ gJ hJ iJ jJ kJ lJ mJ nJ oJ pJ qJ rJ sJ tJ uJ vJ wJ xJ yJ zJ {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 J J J J J J J J J J J J J J J J  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 0K 1K 2K 3K 4K 5K 6K 7K 8K 9K :K ;K <K =K >K ?K @K AK BK CK DK EK FK GK HK IK JK KK LK MK NK OK PK QK RK SK TK UK VK WK XK YK ZK [K \K ]K ^K _K `K aK bK cK dK eK fK gK hK iK jK kK lK mK nK oK pK qK rK sK tK uK vK wK xK yK zK {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 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  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 0L 1L 2L 3L 4L 5L 6L 7L 8L 9L :L ;L <L =L >L ?L @L AL BL CL DL EL FL GL HL IL JL KL LL ML NL OL PL QL RL SL TL UL VL WL XL YL ZL [L \L ]L ^L _L `L aL bL cL dL eL fL gL hL iL jL kL lL mL nL oL pL qL rL sL tL uL vL wL xL yL zL {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 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 L L L L L L L L L L L L L L L L L L L L L  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 0M 1M 2M 3M 4M 5M 6M 7M 8M 9M :M ;M <M =M >M ?M @M AM BM CM DM EM FM GM HM IM JM KM LM MM NM OM PM QM RM SM TM UM VM WM XM YM ZM [M \M ]M ^M _M `M aM bM cM dM eM fM gM hM iM jM kM lM mM nM oM pM qM rM sM tM uM vM wM xM yM zM {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 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  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 0N 1N 2N 3N 4N 5N 6N 7N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN EN FN GN HN IN JN KN LN MN NN ON PN QN RN SN TN UN VN WN XN YN ZN [N \N ]N ^N _N `N aN bN cN dN eN fN gN hN iN jN kN lN mN nN oN pN qN rN sN tN uN vN wN xN yN zN {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 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  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 0O 1O 2O 3O 4O 5O 6O 7O 8O 9O :O ;O <O =O >O ?O @O AO BO CO DO EO FO GO HO IO JO KO LO MO NO OO PO QO RO SO TO UO VO WO XO YO ZO [O \O ]O ^O _O `O aO bO cO dO eO fO gO hO iO jO kO lO mO nO oO pO qO rO sO tO uO vO wO xO yO zO {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 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  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 0P 1P 2P 3P 4P 5P 6P 7P 8P 9P :P ;P <P =P >P ?P @P AP BP CP DP EP FP GP HP IP JP KP LP MP NP OP PP QP RP SP TP UP VP WP XP YP ZP [P \P ]P ^P _P `P aP bP cP dP eP fP gP hP iP jP kP lP mP nP oP pP qP rP sP tP uP vP wP xP yP zP {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 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  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 0Q 1Q 2Q 3Q 4Q 5Q 6Q 7Q 8Q 9Q :Q ;Q <Q =Q >Q ?Q @Q AQ BQ CQ DQ EQ FQ GQ HQ IQ JQ KQ LQ MQ NQ OQ PQ QQ RQ SQ TQ UQ VQ WQ XQ YQ ZQ [Q \Q ]Q ^Q _Q `Q aQ bQ cQ dQ eQ fQ gQ hQ iQ jQ kQ lQ mQ nQ oQ pQ qQ rQ sQ tQ uQ vQ wQ xQ yQ zQ {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 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  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 0R 1R 2R 3R 4R 5R 6R 7R 8R 9R :R ;R <R =R >R ?R @R AR BR CR DR ER FR GR HR IR JR KR LR MR NR OR PR QR RR SR TR UR VR WR XR YR ZR [R \R ]R ^R _R `R aR bR cR dR eR fR gR hR iR jR kR lR mR nR oR pR qR rR sR tR uR vR wR xR yR zR {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 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  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 0S 1S 2S 3S 4S 5S 6S 7S 8S 9S :S ;S <S =S >S ?S @S AS BS CS DS ES FS GS HS IS JS KS LS MS NS OS PS QS RS SS TS US VS WS XS YS ZS [S \S ]S ^S _S `S aS bS cS dS eS fS gS hS iS jS kS lS mS nS oS pS qS rS sS tS uS vS wS xS yS zS {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 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  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 0T 1T 2T 3T 4T 5T 6T 7T 8T 9T :T ;T <T =T >T ?T @T AT BT CT DT ET FT GT HT IT JT KT LT MT NT OT PT QT RT ST TT UT VT WT XT YT ZT [T \T ]T ^T _T `T aT bT cT dT eT fT gT hT iT jT kT lT mT nT oT pT qT rT sT tT uT vT wT xT yT zT {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 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  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 0U 1U 2U 3U 4U 5U 6U 7U 8U 9U :U ;U <U =U >U ?U @U AU BU CU DU EU FU GU HU IU JU KU LU MU NU OU PU QU RU SU TU UU VU WU XU YU ZU [U \U ]U ^U _U `U aU bU cU dU eU fU gU hU iU jU kU lU mU nU oU pU qU rU sU tU uU vU wU xU yU zU {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 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  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 0V 1V 2V 3V 4V 5V 6V 7V 8V 9V :V ;V <V =V >V ?V @V AV BV CV DV EV FV GV HV IV JV KV LV MV NV OV PV QV RV SV TV UV VV WV XV YV ZV [V \V ]V ^V _V `V aV bV cV dV eV fV gV hV iV jV kV lV mV nV oV pV qV rV sV tV uV vV wV xV yV zV {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 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  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 0W 1W 2W 3W 4W 5W 6W 7W 8W 9W :W ;W <W =W >W ?W @W AW BW CW DW EW FW GW HW IW JW KW LW MW NW OW PW QW RW SW TW UW VW WW XW YW ZW [W \W ]W ^W _W `W aW bW cW dW eW fW gW hW iW jW kW lW mW nW oW pW qW rW sW tW uW vW wW xW yW zW {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 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  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 0X 1X 2X 3X 4X 5X 6X 7X 8X 9X :X ;X <X =X >X ?X @X AX BX CX DX EX FX GX HX IX JX KX LX MX NX OX PX QX RX SX TX UX VX WX XX YX ZX [X \X ]X ^X _X `X aX bX cX dX eX fX gX hX iX jX kX lX mX nX oX pX qX rX sX tX uX vX wX xX yX zX {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 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  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 0Y 1Y 2Y 3Y 4Y 5Y 6Y 7Y 8Y 9Y :Y ;Y <Y =Y >Y ?Y @Y AY BY CY DY EY FY GY HY IY JY KY LY MY NY OY PY QY RY SY TY UY VY WY XY YY ZY [Y \Y ]Y ^Y _Y `Y aY bY cY dY eY fY gY hY iY jY kY lY mY nY oY pY qY rY sY tY uY vY wY xY yY zY {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 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  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 0Z 1Z 2Z 3Z 4Z 5Z 6Z 7Z 8Z 9Z :Z ;Z <Z =Z >Z ?Z @Z AZ BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ QZ RZ SZ TZ UZ VZ WZ XZ YZ ZZ [Z \Z ]Z ^Z _Z `Z aZ bZ cZ dZ eZ fZ gZ hZ iZ jZ kZ lZ mZ nZ oZ pZ qZ rZ sZ tZ uZ vZ wZ xZ yZ zZ {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 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[ 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` {` |` }` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  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 0a 1a 2a 3a 4a 5a 6a 7a 8a 9a :a ;a <a =a >a ?a @a Aa Ba Ca Da Ea Fa Ga Ha Ia Ja Ka La Ma Na Oa Pa Qa Ra Sa Ta Ua Va Wa Xa Ya Za [a \a ]a ^a _a `a aa ba ca da ea fa ga ha ia ja ka la ma na oa pa qa ra sa ta ua va wa xa ya za {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 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  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 0b 1b 2b 3b 4b 5b 6b 7b 8b 9b :b ;b <b =b >b ?b @b Ab Bb Cb Db Eb Fb Gb Hb Ib Jb Kb Lb Mb Nb Ob Pb Qb Rb Sb Tb Ub Vb Wb Xb Yb Zb [b \b ]b ^b _b `b ab bb cb db eb fb gb hb ib jb kb lb mb nb ob pb qb rb sb tb ub vb wb xb yb zb {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 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 b b b b b b b b b b b b b b b b b b b  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 0c 1c 2c 3c 4c 5c 6c 7c 8c 9c :c ;c <c =c >c ?c @c Ac Bc Cc Dc Ec Fc Gc Hc Ic Jc Kc Lc Mc Nc Oc Pc Qc Rc Sc Tc Uc Vc Wc Xc Yc Zc [c \c ]c ^c _c `c ac bc cc dc ec fc gc hc ic jc kc lc mc nc oc pc qc rc sc tc uc vc wc xc yc zc {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 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  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 0d 1d 2d 3d 4d 5d 6d 7d 8d 9d :d ;d <d =d >d ?d @d Ad Bd Cd Dd Ed Fd Gd Hd Id Jd Kd Ld Md Nd Od Pd Qd Rd Sd Td Ud Vd Wd Xd Yd Zd [d \d ]d ^d _d `d ad bd cd dd ed fd gd hd id jd kd ld md nd od pd qd rd sd td ud vd wd xd yd zd {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 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  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 0e 1e 2e 3e 4e 5e 6e 7e 8e 9e :e ;e <e =e >e ?e @e Ae Be Ce De Ee Fe Ge He Ie Je Ke Le Me Ne Oe Pe Qe Re Se Te Ue Ve We Xe Ye Ze [e \e ]e ^e _e `e ae be ce de ee fe ge he ie je ke le me ne oe pe qe re se te ue ve we xe ye ze {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 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  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 0f 1f 2f 3f 4f 5f 6f 7f 8f 9f :f ;f <f =f >f ?f @f Af Bf Cf Df Ef Ff Gf Hf If Jf Kf Lf Mf Nf Of Pf Qf Rf Sf Tf Uf Vf Wf Xf Yf Zf [f \f ]f ^f _f `f af bf cf df ef ff gf hf if jf kf lf mf nf of pf qf rf sf tf uf vf wf xf yf zf {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 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  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 0g 1g 2g 3g 4g 5g 6g 7g 8g 9g :g ;g <g =g >g ?g @g Ag Bg Cg Dg Eg Fg Gg Hg Ig Jg Kg Lg Mg Ng Og Pg Qg Rg Sg Tg Ug Vg Wg Xg Yg Zg [g \g ]g ^g _g `g ag bg cg dg eg fg gg hg ig jg kg lg mg ng og pg qg rg sg tg ug vg wg xg yg zg {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 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  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 0h 1h 2h 3h 4h 5h 6h 7h 8h 9h :h ;h <h =h >h ?h @h Ah Bh Ch Dh Eh Fh Gh Hh Ih Jh Kh Lh Mh Nh Oh Ph Qh Rh Sh Th Uh Vh Wh Xh Yh Zh [h \h ]h ^h _h `h ah bh ch dh eh fh gh hh ih jh kh lh mh nh oh ph qh rh sh th uh vh wh xh yh zh {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 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  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 0i 1i 2i 3i 4i 5i 6i 7i 8i 9i :i ;i <i =i >i ?i @i Ai Bi Ci Di Ei Fi Gi Hi Ii Ji Ki Li Mi Ni Oi Pi Qi Ri Si Ti Ui Vi Wi Xi Yi Zi [i \i ]i ^i _i `i ai bi ci di ei fi gi hi ii ji ki li mi ni oi pi qi ri si ti ui vi wi xi yi zi {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 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  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 0j 1j 2j 3j 4j 5j 6j 7j 8j 9j :j ;j <j =j >j ?j @j Aj Bj Cj Dj Ej Fj Gj Hj Ij Jj Kj Lj Mj Nj Oj Pj Qj Rj Sj Tj Uj Vj Wj Xj Yj Zj [j \j ]j ^j _j `j aj bj cj dj ej fj gj hj ij jj kj lj mj nj oj pj qj rj sj tj uj vj wj xj yj zj {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 j j j j j j j j j j j j j j j j  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 0k 1k 2k 3k 4k 5k 6k 7k 8k 9k :k ;k <k =k >k ?k @k Ak Bk Ck Dk Ek Fk Gk Hk Ik Jk Kk Lk Mk Nk Ok Pk Qk Rk Sk Tk Uk Vk Wk Xk Yk Zk [k \k ]k ^k _k `k ak bk ck dk ek fk gk hk ik jk kk lk mk nk ok pk qk rk sk tk uk vk wk xk yk zk {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 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  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 0l 1l 2l 3l 4l 5l 6l 7l 8l 9l :l ;l <l =l >l ?l @l Al Bl Cl Dl El Fl Gl Hl Il Jl Kl Ll Ml Nl Ol Pl Ql Rl Sl Tl Ul Vl Wl Xl Yl Zl [l \l ]l ^l _l `l al bl cl dl el fl gl hl il jl kl ll ml nl ol pl ql rl sl tl ul vl wl xl yl zl {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 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 l l l l l l l l l l l l l l l l l l l l l  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 0m 1m 2m 3m 4m 5m 6m 7m 8m 9m :m ;m <m =m >m ?m @m Am Bm Cm Dm Em Fm Gm Hm Im Jm Km Lm Mm Nm Om Pm Qm Rm Sm Tm Um Vm Wm Xm Ym Zm [m \m ]m ^m _m `m am bm cm dm em fm gm hm im jm km lm mm nm om pm qm rm sm tm um vm wm xm ym zm {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 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  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 0n 1n 2n 3n 4n 5n 6n 7n 8n 9n :n ;n <n =n >n ?n @n An Bn Cn Dn En Fn Gn Hn In Jn Kn Ln Mn Nn On Pn Qn Rn Sn Tn Un Vn Wn Xn Yn Zn [n \n ]n ^n _n `n an bn cn dn en fn gn hn in jn kn ln mn nn on pn qn rn sn tn un vn wn xn yn zn {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 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  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 0o 1o 2o 3o 4o 5o 6o 7o 8o 9o :o ;o <o =o >o ?o @o Ao Bo Co Do Eo Fo Go Ho Io Jo Ko Lo Mo No Oo Po Qo Ro So To Uo Vo Wo Xo Yo Zo [o \o ]o ^o _o `o ao bo co do eo fo go ho io jo ko lo mo no oo po qo ro so to uo vo wo xo yo zo {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 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  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 0p 1p 2p 3p 4p 5p 6p 7p 8p 9p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp Ip Jp Kp Lp Mp Np Op Pp Qp Rp Sp Tp Up Vp Wp Xp Yp Zp [p \p ]p ^p _p `p ap bp cp dp ep fp gp hp ip jp kp lp mp np op pp qp rp sp tp up vp wp xp yp zp {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 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  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 0q 1q 2q 3q 4q 5q 6q 7q 8q 9q :q ;q <q =q >q ?q @q Aq Bq Cq Dq Eq Fq Gq Hq Iq Jq Kq Lq Mq Nq Oq Pq Qq Rq Sq Tq Uq Vq Wq Xq Yq Zq [q \q ]q ^q _q `q aq bq cq dq eq fq gq hq iq jq kq lq mq nq oq pq qq rq sq tq uq vq wq xq yq zq {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 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  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 0r 1r 2r 3r 4r 5r 6r 7r 8r 9r :r ;r <r =r >r ?r @r Ar Br Cr Dr Er Fr Gr Hr Ir Jr Kr Lr Mr Nr Or Pr Qr Rr Sr Tr Ur Vr Wr Xr Yr Zr [r \r ]r ^r _r `r ar br cr dr er fr gr hr ir jr kr lr mr nr or pr qr rr sr tr ur vr wr xr yr zr {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 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  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 0s 1s 2s 3s 4s 5s 6s 7s 8s 9s :s ;s <s =s >s ?s @s As Bs Cs Ds Es Fs Gs Hs Is Js Ks Ls Ms Ns Os Ps Qs Rs Ss Ts Us Vs Ws Xs Ys Zs [s \s ]s ^s _s `s as bs cs ds es fs gs hs is js ks ls ms ns os ps qs rs ss ts us vs ws xs ys zs {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 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  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 0t 1t 2t 3t 4t 5t 6t 7t 8t 9t :t ;t <t =t >t ?t @t At Bt Ct Dt Et Ft Gt Ht It Jt Kt Lt Mt Nt Ot Pt Qt Rt St Tt Ut Vt Wt Xt Yt Zt [t \t ]t ^t _t `t at bt ct dt et ft gt ht it jt kt lt mt nt ot pt qt rt st tt ut vt wt xt yt zt {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 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  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 0u 1u 2u 3u 4u 5u 6u 7u 8u 9u :u ;u <u =u >u ?u @u Au Bu Cu Du Eu Fu Gu Hu Iu Ju Ku Lu Mu Nu Ou Pu Qu Ru Su Tu Uu Vu Wu Xu Yu Zu [u \u ]u ^u _u `u au bu cu du eu fu gu hu iu ju ku lu mu nu ou pu qu ru su tu uu vu wu xu yu zu {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 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  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 0v 1v 2v 3v 4v 5v 6v 7v 8v 9v :v ;v <v =v >v ?v @v Av Bv Cv Dv Ev Fv Gv Hv Iv Jv Kv Lv Mv Nv Ov Pv Qv Rv Sv Tv Uv Vv Wv Xv Yv Zv [v \v ]v ^v _v `v av bv cv dv ev fv gv hv iv jv kv lv mv nv ov pv qv rv sv tv uv vv wv xv yv zv {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 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  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 0w 1w 2w 3w 4w 5w 6w 7w 8w 9w :w ;w <w =w >w ?w @w Aw Bw Cw Dw Ew Fw Gw Hw Iw Jw Kw Lw Mw Nw Ow Pw Qw Rw Sw Tw Uw Vw Ww Xw Yw Zw [w \w ]w ^w _w `w aw bw cw dw ew fw gw hw iw jw kw lw mw nw ow pw qw rw sw tw uw vw ww xw yw zw {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 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  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 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x :x ;x <x =x >x ?x @x Ax Bx Cx Dx Ex Fx Gx Hx Ix Jx Kx Lx Mx Nx Ox Px Qx Rx Sx Tx Ux Vx Wx Xx Yx Zx [x \x ]x ^x _x `x ax bx cx dx ex fx gx hx ix jx kx lx mx nx ox px qx rx sx tx ux vx wx xx yx zx {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 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  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 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y :y ;y <y =y >y ?y @y Ay By Cy Dy Ey Fy Gy Hy Iy Jy Ky Ly My Ny Oy Py Qy Ry Sy Ty Uy Vy Wy Xy Yy Zy [y \y ]y ^y _y `y ay by cy dy ey fy gy hy iy jy ky ly my ny oy py qy ry sy ty uy vy wy xy yy zy {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 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  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 0z 1z 2z 3z 4z 5z 6z 7z 8z 9z :z ;z <z =z >z ?z @z Az Bz Cz Dz Ez Fz Gz Hz Iz Jz Kz Lz Mz Nz Oz Pz Qz Rz Sz Tz Uz Vz Wz Xz Yz Zz [z \z ]z ^z _z `z az bz cz dz ez fz gz hz iz jz kz lz mz nz oz pz qz rz sz tz uz vz wz xz yz zz {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 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{ 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 { | } ~                                                                     Ä Ą ń Ƅ Ǆ Ȅ Ʉ ʄ ˄ ̄ ̈́ ΄ τ Є ф ҄ ӄ Ԅ Մ ք ׄ ؄ ل ڄ ۄ ܄ ݄ ބ ߄                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                     Î Ď Ŏ Ǝ ǎ Ȏ Ɏ ʎ ˎ ̎ ͎ Ύ ώ Ў ю Ҏ ӎ Ԏ Վ ֎ ׎ ؎ َ ڎ ێ ܎ ݎ ގ ߎ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                     Ø Ę Ř Ƙ ǘ Ș ɘ ʘ ˘ ̘ ͘ Θ Ϙ И ј Ҙ Ә Ԙ ՘ ֘ ט ؘ ٘ ژ ۘ ܘ ݘ ޘ ߘ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¢ â Ģ Ţ Ƣ Ǣ Ȣ ɢ ʢ ˢ ̢ ͢ ΢ Ϣ Т Ѣ Ң Ӣ Ԣ բ ֢ ע آ ٢ ڢ ۢ ܢ ݢ ޢ ߢ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¬ ì Ĭ Ŭ Ƭ Ǭ Ȭ ɬ ʬ ˬ ̬ ͬ ά Ϭ Ь Ѭ Ҭ Ӭ Ԭ լ ֬ ׬ ج ٬ ڬ ۬ ܬ ݬ ެ ߬                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¶ ö Ķ Ŷ ƶ Ƕ ȶ ɶ ʶ ˶ ̶ Ͷ ζ ϶ ж Ѷ Ҷ Ӷ Զ ն ֶ ׶ ض ٶ ڶ ۶ ܶ ݶ ޶ ߶                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                                     	  
      
                                         !  "  #  $  %  &  '  (  )  *  +  ,  -  .  /  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) {) |) }) ~) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) ) )  * * * * * * * * * 	* 
* * * 
* * * * * * * * * * * * * * * * * * *  * !* "* #* $* %* &* '* (* )* ** +* ,* -* .* /* 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 0 0 0 0 0 0 0 0 	0 
0 0 0 
0 0 0 0 0 0 0 0 0 0 0 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 10 20 30 40 50 60 70 80 90 :0 ;0 <0 =0 >0 ?0 @0 A0 B0 C0 D0 E0 F0 G0 H0 I0 J0 K0 L0 M0 N0 O0 P0 Q0 R0 S0 T0 U0 V0 W0 X0 Y0 Z0 [0 \0 ]0 ^0 _0 `0 a0 b0 c0 d0 e0 f0 g0 h0 i0 j0 k0 l0 m0 n0 o0 p0 q0 r0 s0 t0 u0 v0 w0 x0 y0 z0 {0 |0 }0 ~0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 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 1 1 1 1 1 1 1 1 	1 
1 1 1 
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  1 !1 "1 #1 $1 %1 &1 '1 (1 )1 *1 +1 ,1 -1 .1 /1 01 11 21 31 41 51 61 71 81 91 :1 ;1 <1 =1 >1 ?1 @1 A1 B1 C1 D1 E1 F1 G1 H1 I1 J1 K1 L1 M1 N1 O1 P1 Q1 R1 S1 T1 U1 V1 W1 X1 Y1 Z1 [1 \1 ]1 ^1 _1 `1 a1 b1 c1 d1 e1 f1 g1 h1 i1 j1 k1 l1 m1 n1 o1 p1 q1 r1 s1 t1 u1 v1 w1 x1 y1 z1 {1 |1 }1 ~1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1  2 2 2 2 2 2 2 2 2 	2 
2 2 2 
2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  2 !2 "2 #2 $2 %2 &2 '2 (2 )2 *2 +2 ,2 -2 .2 /2 02 12 22 32 42 52 62 72 82 92 :2 ;2 <2 =2 >2 ?2 @2 A2 B2 C2 D2 E2 F2 G2 H2 I2 J2 K2 L2 M2 N2 O2 P2 Q2 R2 S2 T2 U2 V2 W2 X2 Y2 Z2 [2 \2 ]2 ^2 _2 `2 a2 b2 c2 d2 e2 f2 g2 h2 i2 j2 k2 l2 m2 n2 o2 p2 q2 r2 s2 t2 u2 v2 w2 x2 y2 z2 {2 |2 }2 ~2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2 2  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 03 13 23 33 43 53 63 73 83 93 :3 ;3 <3 =3 >3 ?3 @3 A3 B3 C3 D3 E3 F3 G3 H3 I3 J3 K3 L3 M3 N3 O3 P3 Q3 R3 S3 T3 U3 V3 W3 X3 Y3 Z3 [3 \3 ]3 ^3 _3 `3 a3 b3 c3 d3 e3 f3 g3 h3 i3 j3 k3 l3 m3 n3 o3 p3 q3 r3 s3 t3 u3 v3 w3 x3 y3 z3 {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 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  4 4 4 4 4 4 4 4 4 	4 
4 4 4 
4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  4 !4 "4 #4 $4 %4 &4 '4 (4 )4 *4 +4 ,4 -4 .4 /4 04 14 24 34 44 54 64 74 84 94 :4 ;4 <4 =4 >4 ?4 @4 A4 B4 C4 D4 E4 F4 G4 H4 I4 J4 K4 L4 M4 N4 O4 P4 Q4 R4 S4 T4 U4 V4 W4 X4 Y4 Z4 [4 \4 ]4 ^4 _4 `4 a4 b4 c4 d4 e4 f4 g4 h4 i4 j4 k4 l4 m4 n4 o4 p4 q4 r4 s4 t4 u4 v4 w4 x4 y4 z4 {4 |4 }4 ~4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4 4  5 5 5 5 5 5 5 5 5 	5 
5 5 5 
5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  5 !5 "5 #5 $5 %5 &5 '5 (5 )5 *5 +5 ,5 -5 .5 /5 05 15 25 35 45 55 65 75 85 95 :5 ;5 <5 =5 >5 ?5 @5 A5 B5 C5 D5 E5 F5 G5 H5 I5 J5 K5 L5 M5 N5 O5 P5 Q5 R5 S5 T5 U5 V5 W5 X5 Y5 Z5 [5 \5 ]5 ^5 _5 `5 a5 b5 c5 d5 e5 f5 g5 h5 i5 j5 k5 l5 m5 n5 o5 p5 q5 r5 s5 t5 u5 v5 w5 x5 y5 z5 {5 |5 }5 ~5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5 5  6 6 6 6 6 6 6 6 6 	6 
6 6 6 
6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  6 !6 "6 #6 $6 %6 &6 '6 (6 )6 *6 +6 ,6 -6 .6 /6 06 16 26 36 46 56 66 76 86 96 :6 ;6 <6 =6 >6 ?6 @6 A6 B6 C6 D6 E6 F6 G6 H6 I6 J6 K6 L6 M6 N6 O6 P6 Q6 R6 S6 T6 U6 V6 W6 X6 Y6 Z6 [6 \6 ]6 ^6 _6 `6 a6 b6 c6 d6 e6 f6 g6 h6 i6 j6 k6 l6 m6 n6 o6 p6 q6 r6 s6 t6 u6 v6 w6 x6 y6 z6 {6 |6 }6 ~6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6 6  7 7 7 7 7 7 7 7 7 	7 
7 7 7 
7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  7 !7 "7 #7 $7 %7 &7 '7 (7 )7 *7 +7 ,7 -7 .7 /7 07 17 27 37 47 57 67 77 87 97 :7 ;7 <7 =7 >7 ?7 @7 A7 B7 C7 D7 E7 F7 G7 H7 I7 J7 K7 L7 M7 N7 O7 P7 Q7 R7 S7 T7 U7 V7 W7 X7 Y7 Z7 [7 \7 ]7 ^7 _7 `7 a7 b7 c7 d7 e7 f7 g7 h7 i7 j7 k7 l7 m7 n7 o7 p7 q7 r7 s7 t7 u7 v7 w7 x7 y7 z7 {7 |7 }7 ~7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7 7  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 '8 (8 )8 *8 +8 ,8 -8 .8 /8 08 18 28 38 48 58 68 78 88 98 :8 ;8 <8 =8 >8 ?8 @8 A8 B8 C8 D8 E8 F8 G8 H8 I8 J8 K8 L8 M8 N8 O8 P8 Q8 R8 S8 T8 U8 V8 W8 X8 Y8 Z8 [8 \8 ]8 ^8 _8 `8 a8 b8 c8 d8 e8 f8 g8 h8 i8 j8 k8 l8 m8 n8 o8 p8 q8 r8 s8 t8 u8 v8 w8 x8 y8 z8 {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 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 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 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8 8  9 9 9 9 9 9 9 9 9 	9 
9 9 9 
9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  9 !9 "9 #9 $9 %9 &9 '9 (9 )9 *9 +9 ,9 -9 .9 /9 09 19 29 39 49 59 69 79 89 99 :9 ;9 <9 =9 >9 ?9 @9 A9 B9 C9 D9 E9 F9 G9 H9 I9 J9 K9 L9 M9 N9 O9 P9 Q9 R9 S9 T9 U9 V9 W9 X9 Y9 Z9 [9 \9 ]9 ^9 _9 `9 a9 b9 c9 d9 e9 f9 g9 h9 i9 j9 k9 l9 m9 n9 o9 p9 q9 r9 s9 t9 u9 v9 w9 x9 y9 z9 {9 |9 }9 ~9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9 9  : : : : : : : : : 	: 
: : : 
: : : : : : : : : : : : : : : : : : :  : !: ": #: $: %: &: ': (: ): *: +: ,: -: .: /: 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@ {@ |@ }@ ~@ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @ @  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 0A 1A 2A 3A 4A 5A 6A 7A 8A 9A :A ;A <A =A >A ?A @A AA BA CA DA EA FA GA HA IA JA KA LA MA NA OA PA QA RA SA TA UA VA WA XA YA ZA [A \A ]A ^A _A `A aA bA cA dA eA fA gA hA iA jA kA lA mA nA oA pA qA rA sA tA uA vA wA xA yA zA {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 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  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 0B 1B 2B 3B 4B 5B 6B 7B 8B 9B :B ;B <B =B >B ?B @B AB BB CB DB EB FB GB HB IB JB KB LB MB NB OB PB QB RB SB TB UB VB WB XB YB ZB [B \B ]B ^B _B `B aB bB cB dB eB fB gB hB iB jB kB lB mB nB oB pB qB rB sB tB uB vB wB xB yB zB {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 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 B B B B B B B B B B B B B B B B B B B  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 0C 1C 2C 3C 4C 5C 6C 7C 8C 9C :C ;C <C =C >C ?C @C AC BC CC DC EC FC GC HC IC JC KC LC MC NC OC PC QC RC SC TC UC VC WC XC YC ZC [C \C ]C ^C _C `C aC bC cC dC eC fC gC hC iC jC kC lC mC nC oC pC qC rC sC tC uC vC wC xC yC zC {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 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  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 0D 1D 2D 3D 4D 5D 6D 7D 8D 9D :D ;D <D =D >D ?D @D AD BD CD DD ED FD GD HD ID JD KD LD MD ND OD PD QD RD SD TD UD VD WD XD YD ZD [D \D ]D ^D _D `D aD bD cD dD eD fD gD hD iD jD kD lD mD nD oD pD qD rD sD tD uD vD wD xD yD zD {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 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  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 0E 1E 2E 3E 4E 5E 6E 7E 8E 9E :E ;E <E =E >E ?E @E AE BE CE DE EE FE GE HE IE JE KE LE ME NE OE PE QE RE SE TE UE VE WE XE YE ZE [E \E ]E ^E _E `E aE bE cE dE eE fE gE hE iE jE kE lE mE nE oE pE qE rE sE tE uE vE wE xE yE zE {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 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  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 0F 1F 2F 3F 4F 5F 6F 7F 8F 9F :F ;F <F =F >F ?F @F AF BF CF DF EF FF GF HF IF JF KF LF MF NF OF PF QF RF SF TF UF VF WF XF YF ZF [F \F ]F ^F _F `F aF bF cF dF eF fF gF hF iF jF kF lF mF nF oF pF qF rF sF tF uF vF wF xF yF zF {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 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  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 0G 1G 2G 3G 4G 5G 6G 7G 8G 9G :G ;G <G =G >G ?G @G AG BG CG DG EG FG GG HG IG JG KG LG MG NG OG PG QG RG SG TG UG VG WG XG YG ZG [G \G ]G ^G _G `G aG bG cG dG eG fG gG hG iG jG kG lG mG nG oG pG qG rG sG tG uG vG wG xG yG zG {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 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  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 0H 1H 2H 3H 4H 5H 6H 7H 8H 9H :H ;H <H =H >H ?H @H AH BH CH DH EH FH GH HH IH JH KH LH MH NH OH PH QH RH SH TH UH VH WH XH YH ZH [H \H ]H ^H _H `H aH bH cH dH eH fH gH hH iH jH kH lH mH nH oH pH qH rH sH tH uH vH wH xH yH zH {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 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  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 0I 1I 2I 3I 4I 5I 6I 7I 8I 9I :I ;I <I =I >I ?I @I AI BI CI DI EI FI GI HI II JI KI LI MI NI OI PI QI RI SI TI UI VI WI XI YI ZI [I \I ]I ^I _I `I aI bI cI dI eI fI gI hI iI jI kI lI mI nI oI pI qI rI sI tI uI vI wI xI yI zI {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 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  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 0J 1J 2J 3J 4J 5J 6J 7J 8J 9J :J ;J <J =J >J ?J @J AJ BJ CJ DJ EJ FJ GJ HJ IJ JJ KJ LJ MJ NJ OJ PJ QJ RJ SJ TJ UJ VJ WJ XJ YJ ZJ [J \J ]J ^J _J `J aJ bJ cJ dJ eJ fJ gJ hJ iJ jJ kJ lJ mJ nJ oJ pJ qJ rJ sJ tJ uJ vJ wJ xJ yJ zJ {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 J J J J J J J J J J J J J J J J  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 0K 1K 2K 3K 4K 5K 6K 7K 8K 9K :K ;K <K =K >K ?K @K AK BK CK DK EK FK GK HK IK JK KK LK MK NK OK PK QK RK SK TK UK VK WK XK YK ZK [K \K ]K ^K _K `K aK bK cK dK eK fK gK hK iK jK kK lK mK nK oK pK qK rK sK tK uK vK wK xK yK zK {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 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  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 0L 1L 2L 3L 4L 5L 6L 7L 8L 9L :L ;L <L =L >L ?L @L AL BL CL DL EL FL GL HL IL JL KL LL ML NL OL PL QL RL SL TL UL VL WL XL YL ZL [L \L ]L ^L _L `L aL bL cL dL eL fL gL hL iL jL kL lL mL nL oL pL qL rL sL tL uL vL wL xL yL zL {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 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 L L L L L L L L L L L L L L L L L L L L L  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 0M 1M 2M 3M 4M 5M 6M 7M 8M 9M :M ;M <M =M >M ?M @M AM BM CM DM EM FM GM HM IM JM KM LM MM NM OM PM QM RM SM TM UM VM WM XM YM ZM [M \M ]M ^M _M `M aM bM cM dM eM fM gM hM iM jM kM lM mM nM oM pM qM rM sM tM uM vM wM xM yM zM {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 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  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 0N 1N 2N 3N 4N 5N 6N 7N 8N 9N :N ;N <N =N >N ?N @N AN BN CN DN EN FN GN HN IN JN KN LN MN NN ON PN QN RN SN TN UN VN WN XN YN ZN [N \N ]N ^N _N `N aN bN cN dN eN fN gN hN iN jN kN lN mN nN oN pN qN rN sN tN uN vN wN xN yN zN {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 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  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 0O 1O 2O 3O 4O 5O 6O 7O 8O 9O :O ;O <O =O >O ?O @O AO BO CO DO EO FO GO HO IO JO KO LO MO NO OO PO QO RO SO TO UO VO WO XO YO ZO [O \O ]O ^O _O `O aO bO cO dO eO fO gO hO iO jO kO lO mO nO oO pO qO rO sO tO uO vO wO xO yO zO {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 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  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 0P 1P 2P 3P 4P 5P 6P 7P 8P 9P :P ;P <P =P >P ?P @P AP BP CP DP EP FP GP HP IP JP KP LP MP NP OP PP QP RP SP TP UP VP WP XP YP ZP [P \P ]P ^P _P `P aP bP cP dP eP fP gP hP iP jP kP lP mP nP oP pP qP rP sP tP uP vP wP xP yP zP {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 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  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 0Q 1Q 2Q 3Q 4Q 5Q 6Q 7Q 8Q 9Q :Q ;Q <Q =Q >Q ?Q @Q AQ BQ CQ DQ EQ FQ GQ HQ IQ JQ KQ LQ MQ NQ OQ PQ QQ RQ SQ TQ UQ VQ WQ XQ YQ ZQ [Q \Q ]Q ^Q _Q `Q aQ bQ cQ dQ eQ fQ gQ hQ iQ jQ kQ lQ mQ nQ oQ pQ qQ rQ sQ tQ uQ vQ wQ xQ yQ zQ {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 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  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 0R 1R 2R 3R 4R 5R 6R 7R 8R 9R :R ;R <R =R >R ?R @R AR BR CR DR ER FR GR HR IR JR KR LR MR NR OR PR QR RR SR TR UR VR WR XR YR ZR [R \R ]R ^R _R `R aR bR cR dR eR fR gR hR iR jR kR lR mR nR oR pR qR rR sR tR uR vR wR xR yR zR {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 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  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 0S 1S 2S 3S 4S 5S 6S 7S 8S 9S :S ;S <S =S >S ?S @S AS BS CS DS ES FS GS HS IS JS KS LS MS NS OS PS QS RS SS TS US VS WS XS YS ZS [S \S ]S ^S _S `S aS bS cS dS eS fS gS hS iS jS kS lS mS nS oS pS qS rS sS tS uS vS wS xS yS zS {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 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  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 0T 1T 2T 3T 4T 5T 6T 7T 8T 9T :T ;T <T =T >T ?T @T AT BT CT DT ET FT GT HT IT JT KT LT MT NT OT PT QT RT ST TT UT VT WT XT YT ZT [T \T ]T ^T _T `T aT bT cT dT eT fT gT hT iT jT kT lT mT nT oT pT qT rT sT tT uT vT wT xT yT zT {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 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  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 0U 1U 2U 3U 4U 5U 6U 7U 8U 9U :U ;U <U =U >U ?U @U AU BU CU DU EU FU GU HU IU JU KU LU MU NU OU PU QU RU SU TU UU VU WU XU YU ZU [U \U ]U ^U _U `U aU bU cU dU eU fU gU hU iU jU kU lU mU nU oU pU qU rU sU tU uU vU wU xU yU zU {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 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  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 0V 1V 2V 3V 4V 5V 6V 7V 8V 9V :V ;V <V =V >V ?V @V AV BV CV DV EV FV GV HV IV JV KV LV MV NV OV PV QV RV SV TV UV VV WV XV YV ZV [V \V ]V ^V _V `V aV bV cV dV eV fV gV hV iV jV kV lV mV nV oV pV qV rV sV tV uV vV wV xV yV zV {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 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  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 0W 1W 2W 3W 4W 5W 6W 7W 8W 9W :W ;W <W =W >W ?W @W AW BW CW DW EW FW GW HW IW JW KW LW MW NW OW PW QW RW SW TW UW VW WW XW YW ZW [W \W ]W ^W _W `W aW bW cW dW eW fW gW hW iW jW kW lW mW nW oW pW qW rW sW tW uW vW wW xW yW zW {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 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  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 0X 1X 2X 3X 4X 5X 6X 7X 8X 9X :X ;X <X =X >X ?X @X AX BX CX DX EX FX GX HX IX JX KX LX MX NX OX PX QX RX SX TX UX VX WX XX YX ZX [X \X ]X ^X _X `X aX bX cX dX eX fX gX hX iX jX kX lX mX nX oX pX qX rX sX tX uX vX wX xX yX zX {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 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  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 0Y 1Y 2Y 3Y 4Y 5Y 6Y 7Y 8Y 9Y :Y ;Y <Y =Y >Y ?Y @Y AY BY CY DY EY FY GY HY IY JY KY LY MY NY OY PY QY RY SY TY UY VY WY XY YY ZY [Y \Y ]Y ^Y _Y `Y aY bY cY dY eY fY gY hY iY jY kY lY mY nY oY pY qY rY sY tY uY vY wY xY yY zY {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 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  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 0Z 1Z 2Z 3Z 4Z 5Z 6Z 7Z 8Z 9Z :Z ;Z <Z =Z >Z ?Z @Z AZ BZ CZ DZ EZ FZ GZ HZ IZ JZ KZ LZ MZ NZ OZ PZ QZ RZ SZ TZ UZ VZ WZ XZ YZ ZZ [Z \Z ]Z ^Z _Z `Z aZ bZ cZ dZ eZ fZ gZ hZ iZ jZ kZ lZ mZ nZ oZ pZ qZ rZ sZ tZ uZ vZ wZ xZ yZ zZ {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 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[ 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` {` |` }` ~` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` `  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 0a 1a 2a 3a 4a 5a 6a 7a 8a 9a :a ;a <a =a >a ?a @a Aa Ba Ca Da Ea Fa Ga Ha Ia Ja Ka La Ma Na Oa Pa Qa Ra Sa Ta Ua Va Wa Xa Ya Za [a \a ]a ^a _a `a aa ba ca da ea fa ga ha ia ja ka la ma na oa pa qa ra sa ta ua va wa xa ya za {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 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  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 0b 1b 2b 3b 4b 5b 6b 7b 8b 9b :b ;b <b =b >b ?b @b Ab Bb Cb Db Eb Fb Gb Hb Ib Jb Kb Lb Mb Nb Ob Pb Qb Rb Sb Tb Ub Vb Wb Xb Yb Zb [b \b ]b ^b _b `b ab bb cb db eb fb gb hb ib jb kb lb mb nb ob pb qb rb sb tb ub vb wb xb yb zb {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 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 b b b b b b b b b b b b b b b b b b b  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 0c 1c 2c 3c 4c 5c 6c 7c 8c 9c :c ;c <c =c >c ?c @c Ac Bc Cc Dc Ec Fc Gc Hc Ic Jc Kc Lc Mc Nc Oc Pc Qc Rc Sc Tc Uc Vc Wc Xc Yc Zc [c \c ]c ^c _c `c ac bc cc dc ec fc gc hc ic jc kc lc mc nc oc pc qc rc sc tc uc vc wc xc yc zc {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 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  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 0d 1d 2d 3d 4d 5d 6d 7d 8d 9d :d ;d <d =d >d ?d @d Ad Bd Cd Dd Ed Fd Gd Hd Id Jd Kd Ld Md Nd Od Pd Qd Rd Sd Td Ud Vd Wd Xd Yd Zd [d \d ]d ^d _d `d ad bd cd dd ed fd gd hd id jd kd ld md nd od pd qd rd sd td ud vd wd xd yd zd {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 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  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 0e 1e 2e 3e 4e 5e 6e 7e 8e 9e :e ;e <e =e >e ?e @e Ae Be Ce De Ee Fe Ge He Ie Je Ke Le Me Ne Oe Pe Qe Re Se Te Ue Ve We Xe Ye Ze [e \e ]e ^e _e `e ae be ce de ee fe ge he ie je ke le me ne oe pe qe re se te ue ve we xe ye ze {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 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  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 0f 1f 2f 3f 4f 5f 6f 7f 8f 9f :f ;f <f =f >f ?f @f Af Bf Cf Df Ef Ff Gf Hf If Jf Kf Lf Mf Nf Of Pf Qf Rf Sf Tf Uf Vf Wf Xf Yf Zf [f \f ]f ^f _f `f af bf cf df ef ff gf hf if jf kf lf mf nf of pf qf rf sf tf uf vf wf xf yf zf {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 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  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 0g 1g 2g 3g 4g 5g 6g 7g 8g 9g :g ;g <g =g >g ?g @g Ag Bg Cg Dg Eg Fg Gg Hg Ig Jg Kg Lg Mg Ng Og Pg Qg Rg Sg Tg Ug Vg Wg Xg Yg Zg [g \g ]g ^g _g `g ag bg cg dg eg fg gg hg ig jg kg lg mg ng og pg qg rg sg tg ug vg wg xg yg zg {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 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  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 0h 1h 2h 3h 4h 5h 6h 7h 8h 9h :h ;h <h =h >h ?h @h Ah Bh Ch Dh Eh Fh Gh Hh Ih Jh Kh Lh Mh Nh Oh Ph Qh Rh Sh Th Uh Vh Wh Xh Yh Zh [h \h ]h ^h _h `h ah bh ch dh eh fh gh hh ih jh kh lh mh nh oh ph qh rh sh th uh vh wh xh yh zh {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 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  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 0i 1i 2i 3i 4i 5i 6i 7i 8i 9i :i ;i <i =i >i ?i @i Ai Bi Ci Di Ei Fi Gi Hi Ii Ji Ki Li Mi Ni Oi Pi Qi Ri Si Ti Ui Vi Wi Xi Yi Zi [i \i ]i ^i _i `i ai bi ci di ei fi gi hi ii ji ki li mi ni oi pi qi ri si ti ui vi wi xi yi zi {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 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  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 0j 1j 2j 3j 4j 5j 6j 7j 8j 9j :j ;j <j =j >j ?j @j Aj Bj Cj Dj Ej Fj Gj Hj Ij Jj Kj Lj Mj Nj Oj Pj Qj Rj Sj Tj Uj Vj Wj Xj Yj Zj [j \j ]j ^j _j `j aj bj cj dj ej fj gj hj ij jj kj lj mj nj oj pj qj rj sj tj uj vj wj xj yj zj {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 j j j j j j j j j j j j j j j j  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 0k 1k 2k 3k 4k 5k 6k 7k 8k 9k :k ;k <k =k >k ?k @k Ak Bk Ck Dk Ek Fk Gk Hk Ik Jk Kk Lk Mk Nk Ok Pk Qk Rk Sk Tk Uk Vk Wk Xk Yk Zk [k \k ]k ^k _k `k ak bk ck dk ek fk gk hk ik jk kk lk mk nk ok pk qk rk sk tk uk vk wk xk yk zk {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 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  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 0l 1l 2l 3l 4l 5l 6l 7l 8l 9l :l ;l <l =l >l ?l @l Al Bl Cl Dl El Fl Gl Hl Il Jl Kl Ll Ml Nl Ol Pl Ql Rl Sl Tl Ul Vl Wl Xl Yl Zl [l \l ]l ^l _l `l al bl cl dl el fl gl hl il jl kl ll ml nl ol pl ql rl sl tl ul vl wl xl yl zl {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 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 l l l l l l l l l l l l l l l l l l l l l  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 0m 1m 2m 3m 4m 5m 6m 7m 8m 9m :m ;m <m =m >m ?m @m Am Bm Cm Dm Em Fm Gm Hm Im Jm Km Lm Mm Nm Om Pm Qm Rm Sm Tm Um Vm Wm Xm Ym Zm [m \m ]m ^m _m `m am bm cm dm em fm gm hm im jm km lm mm nm om pm qm rm sm tm um vm wm xm ym zm {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 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  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 0n 1n 2n 3n 4n 5n 6n 7n 8n 9n :n ;n <n =n >n ?n @n An Bn Cn Dn En Fn Gn Hn In Jn Kn Ln Mn Nn On Pn Qn Rn Sn Tn Un Vn Wn Xn Yn Zn [n \n ]n ^n _n `n an bn cn dn en fn gn hn in jn kn ln mn nn on pn qn rn sn tn un vn wn xn yn zn {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 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  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 0o 1o 2o 3o 4o 5o 6o 7o 8o 9o :o ;o <o =o >o ?o @o Ao Bo Co Do Eo Fo Go Ho Io Jo Ko Lo Mo No Oo Po Qo Ro So To Uo Vo Wo Xo Yo Zo [o \o ]o ^o _o `o ao bo co do eo fo go ho io jo ko lo mo no oo po qo ro so to uo vo wo xo yo zo {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 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  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 0p 1p 2p 3p 4p 5p 6p 7p 8p 9p :p ;p <p =p >p ?p @p Ap Bp Cp Dp Ep Fp Gp Hp Ip Jp Kp Lp Mp Np Op Pp Qp Rp Sp Tp Up Vp Wp Xp Yp Zp [p \p ]p ^p _p `p ap bp cp dp ep fp gp hp ip jp kp lp mp np op pp qp rp sp tp up vp wp xp yp zp {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 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  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 0q 1q 2q 3q 4q 5q 6q 7q 8q 9q :q ;q <q =q >q ?q @q Aq Bq Cq Dq Eq Fq Gq Hq Iq Jq Kq Lq Mq Nq Oq Pq Qq Rq Sq Tq Uq Vq Wq Xq Yq Zq [q \q ]q ^q _q `q aq bq cq dq eq fq gq hq iq jq kq lq mq nq oq pq qq rq sq tq uq vq wq xq yq zq {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 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  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 0r 1r 2r 3r 4r 5r 6r 7r 8r 9r :r ;r <r =r >r ?r @r Ar Br Cr Dr Er Fr Gr Hr Ir Jr Kr Lr Mr Nr Or Pr Qr Rr Sr Tr Ur Vr Wr Xr Yr Zr [r \r ]r ^r _r `r ar br cr dr er fr gr hr ir jr kr lr mr nr or pr qr rr sr tr ur vr wr xr yr zr {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 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  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 0s 1s 2s 3s 4s 5s 6s 7s 8s 9s :s ;s <s =s >s ?s @s As Bs Cs Ds Es Fs Gs Hs Is Js Ks Ls Ms Ns Os Ps Qs Rs Ss Ts Us Vs Ws Xs Ys Zs [s \s ]s ^s _s `s as bs cs ds es fs gs hs is js ks ls ms ns os ps qs rs ss ts us vs ws xs ys zs {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 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  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 0t 1t 2t 3t 4t 5t 6t 7t 8t 9t :t ;t <t =t >t ?t @t At Bt Ct Dt Et Ft Gt Ht It Jt Kt Lt Mt Nt Ot Pt Qt Rt St Tt Ut Vt Wt Xt Yt Zt [t \t ]t ^t _t `t at bt ct dt et ft gt ht it jt kt lt mt nt ot pt qt rt st tt ut vt wt xt yt zt {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 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  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 0u 1u 2u 3u 4u 5u 6u 7u 8u 9u :u ;u <u =u >u ?u @u Au Bu Cu Du Eu Fu Gu Hu Iu Ju Ku Lu Mu Nu Ou Pu Qu Ru Su Tu Uu Vu Wu Xu Yu Zu [u \u ]u ^u _u `u au bu cu du eu fu gu hu iu ju ku lu mu nu ou pu qu ru su tu uu vu wu xu yu zu {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 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  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 0v 1v 2v 3v 4v 5v 6v 7v 8v 9v :v ;v <v =v >v ?v @v Av Bv Cv Dv Ev Fv Gv Hv Iv Jv Kv Lv Mv Nv Ov Pv Qv Rv Sv Tv Uv Vv Wv Xv Yv Zv [v \v ]v ^v _v `v av bv cv dv ev fv gv hv iv jv kv lv mv nv ov pv qv rv sv tv uv vv wv xv yv zv {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 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  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 0w 1w 2w 3w 4w 5w 6w 7w 8w 9w :w ;w <w =w >w ?w @w Aw Bw Cw Dw Ew Fw Gw Hw Iw Jw Kw Lw Mw Nw Ow Pw Qw Rw Sw Tw Uw Vw Ww Xw Yw Zw [w \w ]w ^w _w `w aw bw cw dw ew fw gw hw iw jw kw lw mw nw ow pw qw rw sw tw uw vw ww xw yw zw {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 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  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 0x 1x 2x 3x 4x 5x 6x 7x 8x 9x :x ;x <x =x >x ?x @x Ax Bx Cx Dx Ex Fx Gx Hx Ix Jx Kx Lx Mx Nx Ox Px Qx Rx Sx Tx Ux Vx Wx Xx Yx Zx [x \x ]x ^x _x `x ax bx cx dx ex fx gx hx ix jx kx lx mx nx ox px qx rx sx tx ux vx wx xx yx zx {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 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  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 0y 1y 2y 3y 4y 5y 6y 7y 8y 9y :y ;y <y =y >y ?y @y Ay By Cy Dy Ey Fy Gy Hy Iy Jy Ky Ly My Ny Oy Py Qy Ry Sy Ty Uy Vy Wy Xy Yy Zy [y \y ]y ^y _y `y ay by cy dy ey fy gy hy iy jy ky ly my ny oy py qy ry sy ty uy vy wy xy yy zy {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 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  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 0z 1z 2z 3z 4z 5z 6z 7z 8z 9z :z ;z <z =z >z ?z @z Az Bz Cz Dz Ez Fz Gz Hz Iz Jz Kz Lz Mz Nz Oz Pz Qz Rz Sz Tz Uz Vz Wz Xz Yz Zz [z \z ]z ^z _z `z az bz cz dz ez fz gz hz iz jz kz lz mz nz oz pz qz rz sz tz uz vz wz xz yz zz {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 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{ 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 { | } ~                                                                     Ä Ą ń Ƅ Ǆ Ȅ Ʉ ʄ ˄ ̄ ̈́ ΄ τ Є ф ҄ ӄ Ԅ Մ ք ׄ ؄ ل ڄ ۄ ܄ ݄ ބ ߄                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                     Î Ď Ŏ Ǝ ǎ Ȏ Ɏ ʎ ˎ ̎ ͎ Ύ ώ Ў ю Ҏ ӎ Ԏ Վ ֎ ׎ ؎ َ ڎ ێ ܎ ݎ ގ ߎ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                     Ø Ę Ř Ƙ ǘ Ș ɘ ʘ ˘ ̘ ͘ Θ Ϙ И ј Ҙ Ә Ԙ ՘ ֘ ט ؘ ٘ ژ ۘ ܘ ݘ ޘ ߘ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¢ â Ģ Ţ Ƣ Ǣ Ȣ ɢ ʢ ˢ ̢ ͢ ΢ Ϣ Т Ѣ Ң Ӣ Ԣ բ ֢ ע آ ٢ ڢ ۢ ܢ ݢ ޢ ߢ                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¬ ì Ĭ Ŭ Ƭ Ǭ Ȭ ɬ ʬ ˬ ̬ ͬ ά Ϭ Ь Ѭ Ҭ Ӭ Ԭ լ ֬ ׬ ج ٬ ڬ ۬ ܬ ݬ ެ ߬                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                    ¶ ö Ķ Ŷ ƶ Ƕ ȶ ɶ ʶ ˶ ̶ Ͷ ζ ϶ ж Ѷ Ҷ Ӷ Զ ն ֶ ׶ ض ٶ ڶ ۶ ܶ ݶ ޶ ߶                                           	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                     ! " # $ % & ' ( ) * + , - . / 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 { | } ~                                                                                                                                            	 
   
                   ! " # $ %  R o o t   E n t r y                                                 	           F            0eh
        D a t a                                                         
                                     Ԥ      1 T a b l e                                                                                                K [    W o r d D o c u m e n t                                                                                        I     S u m m a r y I n f o r m a t i o n                           (                                              D o c u m e n t S u m m a r y I n f o r m a t i o n           8                                                 C o m p O b j                                                                                           j                                                                                                                               
  	           F   Microsoft Word Document 
   MSWordDoc    Word.Document.8 9q                                                                                                                                                                                                                                                                                                                                                                                                                                  